summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
commitba429d344132c088177e853cce8ff7181570b221 (patch)
tree87ebf15269b4301737abd1735baabba71be93622
parentInitial commit. (diff)
downloadgedit-upstream.tar.xz
gedit-upstream.zip
Adding upstream version 44.2.upstream/44.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--CONTRIBUTING.md24
-rw-r--r--COPYING340
-rw-r--r--NEWS2536
-rw-r--r--README.md54
-rw-r--r--build-aux/buildstream/README.md5
-rw-r--r--build-aux/buildstream/amtk.bst15
-rw-r--r--build-aux/buildstream/gedit.bst27
-rw-r--r--build-aux/buildstream/tepl.bst18
-rw-r--r--build-aux/flatpak/.gitignore2
-rw-r--r--build-aux/flatpak/0-readme.md8
-rwxr-xr-xbuild-aux/flatpak/1-build-and-install.sh3
-rwxr-xr-xbuild-aux/flatpak/2-run-app.sh3
-rwxr-xr-xbuild-aux/flatpak/3-teardown.sh3
-rwxr-xr-xbuild-aux/flatpak/generate-json-manifest.sh11
-rw-r--r--build-aux/flatpak/org.gnome.gedit.json115
-rw-r--r--build-aux/flatpak/org.gnome.gedit.yml93
-rwxr-xr-xbuild-aux/meson/post_install.py30
-rw-r--r--build-aux/snap/snapcraft.yaml192
-rw-r--r--build/.gitignore1
-rw-r--r--data/gedit-osx.gschema.override5
-rw-r--r--data/gedit.196
-rw-r--r--data/icons/meson.build9
-rw-r--r--data/icons/org.gnome.gedit-symbolic.svg39
-rw-r--r--data/icons/org.gnome.gedit.Devel.svg1
-rw-r--r--data/icons/org.gnome.gedit.svg376
-rw-r--r--data/meson.build95
-rw-r--r--data/org.gnome.gedit-ms-windows.gschema.override5
-rw-r--r--data/org.gnome.gedit.appdata.xml.in46
-rw-r--r--data/org.gnome.gedit.desktop.in23
-rw-r--r--data/org.gnome.gedit.gschema.xml.in308
-rw-r--r--data/org.gnome.gedit.service.in3
-rw-r--r--data/privacy-policy.md4
-rw-r--r--data/screenshot.pngbin0 -> 132696 bytes
-rw-r--r--docs/build.md95
-rw-r--r--docs/class-diagram.diabin0 -> 6866 bytes
-rw-r--r--docs/common-bugs.md38
-rw-r--r--docs/gedit-development-getting-started.md95
-rw-r--r--docs/how-to-write-a-gedit-plugin.md45
-rw-r--r--docs/reference/api-breaks.xml199
-rw-r--r--docs/reference/gedit-docs.xml58
-rw-r--r--docs/reference/gedit-sections.txt329
-rw-r--r--docs/reference/meson.build42
-rw-r--r--docs/roadmap-done.md50
-rw-r--r--docs/roadmap.md85
-rw-r--r--gedit.doap77
-rw-r--r--gedit/Gedit-3.0.metadata23
-rw-r--r--gedit/Gedit.py99
-rw-r--r--gedit/gedit-app-activatable.c117
-rw-r--r--gedit/gedit-app-activatable.h64
-rw-r--r--gedit/gedit-app-osx.h41
-rw-r--r--gedit/gedit-app-osx.m603
-rw-r--r--gedit/gedit-app-private.h50
-rw-r--r--gedit/gedit-app-win32.c138
-rw-r--r--gedit/gedit-app-win32.h39
-rw-r--r--gedit/gedit-app.c1700
-rw-r--r--gedit/gedit-app.h82
-rw-r--r--gedit/gedit-close-confirmation-dialog.c548
-rw-r--r--gedit/gedit-close-confirmation-dialog.h46
-rw-r--r--gedit/gedit-commands-documents.c106
-rw-r--r--gedit/gedit-commands-edit.c205
-rw-r--r--gedit/gedit-commands-file-print.c49
-rw-r--r--gedit/gedit-commands-file.c2169
-rw-r--r--gedit/gedit-commands-help.c132
-rw-r--r--gedit/gedit-commands-private.h172
-rw-r--r--gedit/gedit-commands-search.c696
-rw-r--r--gedit/gedit-commands-view.c181
-rw-r--r--gedit/gedit-commands.h63
-rw-r--r--gedit/gedit-debug.c232
-rw-r--r--gedit/gedit-debug.h83
-rw-r--r--gedit/gedit-dirs.c176
-rw-r--r--gedit/gedit-dirs.h55
-rw-r--r--gedit/gedit-document-private.h57
-rw-r--r--gedit/gedit-document.c1276
-rw-r--r--gedit/gedit-document.h77
-rw-r--r--gedit/gedit-documents-panel.c1740
-rw-r--r--gedit/gedit-documents-panel.h40
-rw-r--r--gedit/gedit-encoding-items.c108
-rw-r--r--gedit/gedit-encoding-items.h40
-rw-r--r--gedit/gedit-encodings-combo-box.c439
-rw-r--r--gedit/gedit-encodings-combo-box.h43
-rw-r--r--gedit/gedit-encodings-dialog.c884
-rw-r--r--gedit/gedit-encodings-dialog.h37
-rw-r--r--gedit/gedit-factory.c69
-rw-r--r--gedit/gedit-factory.h53
-rw-r--r--gedit/gedit-file-chooser-dialog-gtk.c465
-rw-r--r--gedit/gedit-file-chooser-dialog-gtk.h45
-rw-r--r--gedit/gedit-file-chooser-dialog.c258
-rw-r--r--gedit/gedit-file-chooser-dialog.h123
-rw-r--r--gedit/gedit-file-chooser-open-dialog.c125
-rw-r--r--gedit/gedit-file-chooser-open-dialog.h58
-rw-r--r--gedit/gedit-file-chooser-open-native.c84
-rw-r--r--gedit/gedit-file-chooser-open-native.h58
-rw-r--r--gedit/gedit-file-chooser-open.c77
-rw-r--r--gedit/gedit-file-chooser-open.h58
-rw-r--r--gedit/gedit-file-chooser.c785
-rw-r--r--gedit/gedit-file-chooser.h91
-rw-r--r--gedit/gedit-history-entry.c470
-rw-r--r--gedit/gedit-history-entry.h55
-rw-r--r--gedit/gedit-io-error-info-bar.c542
-rw-r--r--gedit/gedit-io-error-info-bar.h47
-rw-r--r--gedit/gedit-menu-extension.c187
-rw-r--r--gedit/gedit-menu-extension.h47
-rw-r--r--gedit/gedit-menu-stack-switcher.c420
-rw-r--r--gedit/gedit-menu-stack-switcher.h43
-rw-r--r--gedit/gedit-message-bus.c1259
-rw-r--r--gedit/gedit-message-bus.h154
-rw-r--r--gedit/gedit-message.c321
-rw-r--r--gedit/gedit-message.h77
-rw-r--r--gedit/gedit-multi-notebook.c1125
-rw-r--r--gedit/gedit-multi-notebook.h148
-rw-r--r--gedit/gedit-notebook-popup-menu.c297
-rw-r--r--gedit/gedit-notebook-popup-menu.h39
-rw-r--r--gedit/gedit-notebook-stack-switcher.c362
-rw-r--r--gedit/gedit-notebook-stack-switcher.h71
-rw-r--r--gedit/gedit-notebook.c672
-rw-r--r--gedit/gedit-notebook.h100
-rw-r--r--gedit/gedit-plugins-engine.c136
-rw-r--r--gedit/gedit-plugins-engine.h39
-rw-r--r--gedit/gedit-preferences-dialog.c841
-rw-r--r--gedit/gedit-preferences-dialog.h35
-rw-r--r--gedit/gedit-print-job.c819
-rw-r--r--gedit/gedit-print-job.h71
-rw-r--r--gedit/gedit-print-preview.c1158
-rw-r--r--gedit/gedit-print-preview.h39
-rw-r--r--gedit/gedit-recent-osx.c250
-rw-r--r--gedit/gedit-recent-osx.h54
-rw-r--r--gedit/gedit-recent.c113
-rw-r--r--gedit/gedit-recent.h38
-rw-r--r--gedit/gedit-replace-dialog.c819
-rw-r--r--gedit/gedit-replace-dialog.h58
-rw-r--r--gedit/gedit-settings.c322
-rw-r--r--gedit/gedit-settings.h106
-rw-r--r--gedit/gedit-status-menu-button.c146
-rw-r--r--gedit/gedit-status-menu-button.h44
-rw-r--r--gedit/gedit-statusbar.c241
-rw-r--r--gedit/gedit-statusbar.h53
-rw-r--r--gedit/gedit-tab-label.c295
-rw-r--r--gedit/gedit-tab-label.h41
-rw-r--r--gedit/gedit-tab-private.h81
-rw-r--r--gedit/gedit-tab.c3057
-rw-r--r--gedit/gedit-tab.h77
-rw-r--r--gedit/gedit-utils.c542
-rw-r--r--gedit/gedit-utils.h56
-rw-r--r--gedit/gedit-view-activatable.c96
-rw-r--r--gedit/gedit-view-activatable.h47
-rw-r--r--gedit/gedit-view-frame.c1592
-rw-r--r--gedit/gedit-view-frame.h45
-rw-r--r--gedit/gedit-view.c605
-rw-r--r--gedit/gedit-view.h67
-rw-r--r--gedit/gedit-window-activatable.c120
-rw-r--r--gedit/gedit-window-activatable.h49
-rw-r--r--gedit/gedit-window.c3561
-rw-r--r--gedit/gedit-window.h178
-rw-r--r--gedit/gedit.c203
-rw-r--r--gedit/meson.build263
-rw-r--r--gedit/resources/css/gedit-style-osx.css129
-rw-r--r--gedit/resources/css/gedit-style.css31
-rw-r--r--gedit/resources/css/gedit.adwaita.css61
-rw-r--r--gedit/resources/css/gedit.highcontrast.css5
-rw-r--r--gedit/resources/gedit.gresource.xml.in23
-rw-r--r--gedit/resources/gtk/menus-common.ui376
-rw-r--r--gedit/resources/gtk/menus-traditional.ui143
-rw-r--r--gedit/resources/gtk/menus.ui132
-rw-r--r--gedit/resources/meson.build21
-rw-r--r--gedit/resources/ui/gedit-encodings-dialog.ui278
-rw-r--r--gedit/resources/ui/gedit-preferences-dialog.ui675
-rw-r--r--gedit/resources/ui/gedit-print-preferences.ui518
-rw-r--r--gedit/resources/ui/gedit-print-preview.ui417
-rw-r--r--gedit/resources/ui/gedit-replace-dialog.ui246
-rw-r--r--gedit/resources/ui/gedit-shortcuts.ui487
-rw-r--r--gedit/resources/ui/gedit-status-menu-button.ui51
-rw-r--r--gedit/resources/ui/gedit-statusbar.ui90
-rw-r--r--gedit/resources/ui/gedit-tab-label.ui50
-rw-r--r--gedit/resources/ui/gedit-view-frame.ui89
-rw-r--r--gedit/resources/ui/gedit-window.ui404
-rw-r--r--help/C/figures/gedit-html-snippet.pngbin0 -> 3139 bytes
-rw-r--r--help/C/figures/gedit-icon.pngbin0 -> 815 bytes
-rw-r--r--help/C/figures/gedit3-screenshot.pngbin0 -> 14022 bytes
-rw-r--r--help/C/gedit-brief-intro.page30
-rw-r--r--help/C/gedit-change-color-scheme.page46
-rw-r--r--help/C/gedit-change-default-font.page32
-rw-r--r--help/C/gedit-close-file.page21
-rw-r--r--help/C/gedit-create-new-file.page22
-rw-r--r--help/C/gedit-edit-as-root.page37
-rw-r--r--help/C/gedit-files-basic.page15
-rw-r--r--help/C/gedit-full-screen.page46
-rw-r--r--help/C/gedit-general-intro.page97
-rw-r--r--help/C/gedit-open-file.page26
-rw-r--r--help/C/gedit-open-files-from-sidepane.page63
-rw-r--r--help/C/gedit-open-on-server.page46
-rw-r--r--help/C/gedit-open-recent.page27
-rw-r--r--help/C/gedit-open-several-files-at-once.page30
-rw-r--r--help/C/gedit-plugin-guide.page41
-rw-r--r--help/C/gedit-plugins-change-case.page44
-rw-r--r--help/C/gedit-plugins-doc-stats.page34
-rw-r--r--help/C/gedit-plugins-external-tools.page37
-rw-r--r--help/C/gedit-plugins-file-browser.page39
-rw-r--r--help/C/gedit-plugins-insert-date-time.page39
-rw-r--r--help/C/gedit-plugins-install.page55
-rw-r--r--help/C/gedit-plugins-modelines.page91
-rw-r--r--help/C/gedit-plugins-pyconsole.page24
-rw-r--r--help/C/gedit-plugins-quick-open.page54
-rw-r--r--help/C/gedit-plugins-snippets.page176
-rw-r--r--help/C/gedit-plugins-sort.page74
-rw-r--r--help/C/gedit-printing-order.page58
-rw-r--r--help/C/gedit-printing-select.page32
-rw-r--r--help/C/gedit-printing.page116
-rw-r--r--help/C/gedit-save-file.page20
-rw-r--r--help/C/gedit-search-and-replace.page122
-rw-r--r--help/C/gedit-search.page44
-rw-r--r--help/C/gedit-spellcheck.page117
-rw-r--r--help/C/gedit-syntax-highlighting.page27
-rw-r--r--help/C/gedit-tab-groups.page53
-rw-r--r--help/C/gedit-tabs.page98
-rw-r--r--help/C/gedit-undo-redo.page22
-rw-r--r--help/C/index.page33
-rw-r--r--help/LINGUAS32
-rw-r--r--help/ar/ar.po4057
-rw-r--r--help/bg/bg.po3995
-rw-r--r--help/bg/figures/gedit-html-snippet.pngbin0 -> 3990 bytes
-rw-r--r--help/bg/figures/gedit3-screenshot.pngbin0 -> 14730 bytes
-rw-r--r--help/ca/ca.po3574
-rw-r--r--help/cs/cs.po3520
-rw-r--r--help/da/da.po4529
-rw-r--r--help/da/figures/gedit-html-snippet.pngbin0 -> 2806 bytes
-rw-r--r--help/da/figures/gedit3-screenshot.pngbin0 -> 14086 bytes
-rw-r--r--help/de/de.po4219
-rw-r--r--help/de/figures/gedit-html-snippet.pngbin0 -> 2333 bytes
-rw-r--r--help/de/figures/gedit3-screenshot.pngbin0 -> 14122 bytes
-rw-r--r--help/el/el.po6148
-rw-r--r--help/el/figures/gedit-html-snippet.pngbin0 -> 3860 bytes
-rw-r--r--help/el/figures/gedit3-screenshot.pngbin0 -> 16251 bytes
-rw-r--r--help/en_GB/en_GB.po3495
-rw-r--r--help/es/es.po9581
-rw-r--r--help/eu/eu.po4512
-rw-r--r--help/fi/fi.po4404
-rw-r--r--help/fr/figures/gedit-html-snippet.pngbin0 -> 7058 bytes
-rw-r--r--help/fr/figures/gedit3-screenshot.pngbin0 -> 16805 bytes
-rw-r--r--help/fr/fr.po4288
-rw-r--r--help/gl/gl.po4325
-rw-r--r--help/hu/figures/gedit-html-snippet.pngbin0 -> 4053 bytes
-rw-r--r--help/hu/figures/gedit3-screenshot.pngbin0 -> 14203 bytes
-rw-r--r--help/hu/hu.po3657
-rw-r--r--help/id/id.po3534
-rw-r--r--help/it/it.po4679
-rw-r--r--help/ja/ja.po2226
-rw-r--r--help/ko/ko.po4399
-rw-r--r--help/lv/lv.po4234
-rw-r--r--help/meson.build53
-rw-r--r--help/oc/oc.po3650
-rw-r--r--help/pl/figures/gedit-html-snippet.pngbin0 -> 2216 bytes
-rw-r--r--help/pl/figures/gedit3-screenshot.pngbin0 -> 21372 bytes
-rw-r--r--help/pl/pl.po3471
-rw-r--r--help/pt_BR/figures/gedit-html-snippet.pngbin0 -> 4064 bytes
-rw-r--r--help/pt_BR/figures/gedit3-screenshot.pngbin0 -> 16787 bytes
-rw-r--r--help/pt_BR/pt_BR.po4394
-rw-r--r--help/ro/figures/gedit-html-snippet.pngbin0 -> 4015 bytes
-rw-r--r--help/ro/figures/gedit3-screenshot.pngbin0 -> 18019 bytes
-rw-r--r--help/ro/ro.po5308
-rw-r--r--help/ru/ru.po4211
-rw-r--r--help/sl/sl.po2592
-rw-r--r--help/sv/figures/gedit-html-snippet.pngbin0 -> 3438 bytes
-rw-r--r--help/sv/figures/gedit3-screenshot.pngbin0 -> 16003 bytes
-rw-r--r--help/sv/sv.po4176
-rw-r--r--help/te/te.po3262
-rw-r--r--help/th/th.po3832
-rw-r--r--help/uk/uk.po3965
-rw-r--r--help/zh_CN/zh_CN.po9066
-rw-r--r--help/zh_HK/zh_HK.po2717
-rw-r--r--help/zh_TW/zh_TW.po2686
-rw-r--r--logo.pngbin0 -> 2424 bytes
-rw-r--r--meson.build97
-rw-r--r--meson_options.txt24
-rw-r--r--plugins/docinfo/docinfo.plugin.desktop.in8
-rw-r--r--plugins/docinfo/gedit-docinfo-plugin.c638
-rw-r--r--plugins/docinfo/gedit-docinfo-plugin.h63
-rw-r--r--plugins/docinfo/meson.build34
-rw-r--r--plugins/docinfo/resources/gedit-docinfo.gresource.xml6
-rw-r--r--plugins/docinfo/resources/meson.build8
-rw-r--r--plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui337
-rw-r--r--plugins/externaltools/data/build.desktop.in9
-rwxr-xr-xplugins/externaltools/data/build.tool.in15
-rw-r--r--plugins/externaltools/data/meson.build46
-rw-r--r--plugins/externaltools/data/open-terminal-here-osx.desktop.in9
-rwxr-xr-xplugins/externaltools/data/open-terminal-here-osx.tool.in16
-rw-r--r--plugins/externaltools/data/open-terminal-here.desktop.in9
-rwxr-xr-xplugins/externaltools/data/open-terminal-here.tool.in4
-rw-r--r--plugins/externaltools/data/remove-trailing-spaces.desktop.in9
-rwxr-xr-xplugins/externaltools/data/remove-trailing-spaces.tool.in3
-rw-r--r--plugins/externaltools/data/run-command.desktop.in8
-rwxr-xr-xplugins/externaltools/data/run-command.tool.in4
-rw-r--r--plugins/externaltools/data/send-to-fpaste.desktop.in11
-rwxr-xr-xplugins/externaltools/data/send-to-fpaste.tool.in26
-rw-r--r--plugins/externaltools/externaltools.plugin.desktop.in9
-rw-r--r--plugins/externaltools/meson.build35
-rw-r--r--plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml20
-rwxr-xr-xplugins/externaltools/scripts/gedit-tool-merge.pl78
-rw-r--r--plugins/externaltools/scripts/meson.build13
-rw-r--r--plugins/externaltools/tests/meson.build21
-rw-r--r--plugins/externaltools/tests/testlinkparsing.py203
-rw-r--r--plugins/externaltools/tools/__init__.py26
-rw-r--r--plugins/externaltools/tools/appactivatable.py178
-rw-r--r--plugins/externaltools/tools/capture.py268
-rw-r--r--plugins/externaltools/tools/filelookup.py165
-rw-r--r--plugins/externaltools/tools/functions.py365
-rw-r--r--plugins/externaltools/tools/library.py520
-rw-r--r--plugins/externaltools/tools/linkparsing.py252
-rw-r--r--plugins/externaltools/tools/manager.py878
-rw-r--r--plugins/externaltools/tools/meson.build36
-rw-r--r--plugins/externaltools/tools/outputpanel.py247
-rw-r--r--plugins/externaltools/tools/outputpanel.ui49
-rw-r--r--plugins/externaltools/tools/tools.ui548
-rw-r--r--plugins/externaltools/tools/windowactivatable.py141
-rw-r--r--plugins/filebrowser/filebrowser.plugin.desktop.in12
-rw-r--r--plugins/filebrowser/gedit-file-bookmarks-store.c920
-rw-r--r--plugins/filebrowser/gedit-file-bookmarks-store.h91
-rw-r--r--plugins/filebrowser/gedit-file-browser-enum-register.c.template20
-rw-r--r--plugins/filebrowser/gedit-file-browser-enum-types-stage1.c.template45
-rw-r--r--plugins/filebrowser/gedit-file-browser-enum-types.h.template28
-rw-r--r--plugins/filebrowser/gedit-file-browser-error.h41
-rw-r--r--plugins/filebrowser/gedit-file-browser-messages.c1074
-rw-r--r--plugins/filebrowser/gedit-file-browser-messages.h33
-rw-r--r--plugins/filebrowser/gedit-file-browser-plugin.c943
-rw-r--r--plugins/filebrowser/gedit-file-browser-plugin.h70
-rw-r--r--plugins/filebrowser/gedit-file-browser-store.c3672
-rw-r--r--plugins/filebrowser/gedit-file-browser-store.h188
-rw-r--r--plugins/filebrowser/gedit-file-browser-utils.c223
-rw-r--r--plugins/filebrowser/gedit-file-browser-utils.h46
-rw-r--r--plugins/filebrowser/gedit-file-browser-view.c1364
-rw-r--r--plugins/filebrowser/gedit-file-browser-view.h84
-rw-r--r--plugins/filebrowser/gedit-file-browser-widget.c3152
-rw-r--r--plugins/filebrowser/gedit-file-browser-widget.h126
-rw-r--r--plugins/filebrowser/meson.build127
-rw-r--r--plugins/filebrowser/messages.xml47
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-activation.c105
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-activation.h69
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-add-filter.c162
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-add-filter.h69
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-extend-context-menu.c128
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-extend-context-menu.h70
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-get-root.c127
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-get-root.h69
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-get-view.c127
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-get-view.h69
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-id-location.c190
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-id-location.h70
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-id.c107
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-id.h69
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-set-emblem.c142
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-set-emblem.h69
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-set-markup.c143
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-set-markup.h70
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-set-root.c149
-rw-r--r--plugins/filebrowser/messages/gedit-file-browser-message-set-root.h69
-rw-r--r--plugins/filebrowser/messages/meson.build25
-rw-r--r--plugins/filebrowser/messages/messages.h16
-rw-r--r--plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml55
-rw-r--r--plugins/filebrowser/resources/gedit-file-browser.gresource.xml7
-rw-r--r--plugins/filebrowser/resources/meson.build8
-rw-r--r--plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui84
-rw-r--r--plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui275
-rwxr-xr-xplugins/generate-list.sh44
-rw-r--r--plugins/list-of-gedit-plugins.md42
-rw-r--r--plugins/meson.build31
-rw-r--r--plugins/modelines/gedit-modeline-plugin.c225
-rw-r--r--plugins/modelines/gedit-modeline-plugin.h60
-rw-r--r--plugins/modelines/language-mappings14
-rw-r--r--plugins/modelines/meson.build42
-rw-r--r--plugins/modelines/modeline-parser.c899
-rw-r--r--plugins/modelines/modeline-parser.h36
-rw-r--r--plugins/modelines/modelines.plugin.desktop.in8
-rw-r--r--plugins/pythonconsole/meson.build31
-rw-r--r--plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml30
-rw-r--r--plugins/pythonconsole/pythonconsole.plugin.desktop.in12
-rw-r--r--plugins/pythonconsole/pythonconsole/__init__.py75
-rw-r--r--plugins/pythonconsole/pythonconsole/config.py74
-rw-r--r--plugins/pythonconsole/pythonconsole/config.ui70
-rw-r--r--plugins/pythonconsole/pythonconsole/console.py414
-rw-r--r--plugins/pythonconsole/pythonconsole/meson.build24
-rw-r--r--plugins/quickhighlight/gedit-quick-highlight-plugin.c483
-rw-r--r--plugins/quickhighlight/gedit-quick-highlight-plugin.h63
-rw-r--r--plugins/quickhighlight/meson.build32
-rw-r--r--plugins/quickhighlight/quickhighlight.plugin.desktop.in8
-rw-r--r--plugins/quickopen/meson.build19
-rw-r--r--plugins/quickopen/quickopen.plugin.desktop.in12
-rw-r--r--plugins/quickopen/quickopen/__init__.py193
-rw-r--r--plugins/quickopen/quickopen/popup.py618
-rw-r--r--plugins/quickopen/quickopen/virtualdirs.py87
-rw-r--r--plugins/snippets/data/c.xml281
-rw-r--r--plugins/snippets/data/chdr.xml258
-rw-r--r--plugins/snippets/data/cpp.xml180
-rw-r--r--plugins/snippets/data/css.xml557
-rw-r--r--plugins/snippets/data/docbook.xml2645
-rw-r--r--plugins/snippets/data/fortran.xml164
-rw-r--r--plugins/snippets/data/global.xml2
-rw-r--r--plugins/snippets/data/haskell.xml14
-rw-r--r--plugins/snippets/data/html.xml252
-rw-r--r--plugins/snippets/data/idl.xml49
-rw-r--r--plugins/snippets/data/java.xml91
-rw-r--r--plugins/snippets/data/javascript.xml10
-rw-r--r--plugins/snippets/data/lang/snippets.lang160
-rw-r--r--plugins/snippets/data/latex.xml38
-rw-r--r--plugins/snippets/data/mallard.xml316
-rw-r--r--plugins/snippets/data/markdown.xml98
-rw-r--r--plugins/snippets/data/perl.xml126
-rw-r--r--plugins/snippets/data/php.xml192
-rw-r--r--plugins/snippets/data/python.xml112
-rw-r--r--plugins/snippets/data/rpmspec.xml22
-rw-r--r--plugins/snippets/data/ruby.xml166
-rw-r--r--plugins/snippets/data/sh.xml47
-rw-r--r--plugins/snippets/data/snippets.xml98
-rw-r--r--plugins/snippets/data/tcl.xml55
-rw-r--r--plugins/snippets/data/xml.xml25
-rw-r--r--plugins/snippets/data/xslt.xml143
-rw-r--r--plugins/snippets/meson.build23
-rw-r--r--plugins/snippets/snippets.plugin.desktop.in9
-rw-r--r--plugins/snippets/snippets/__init__.py26
-rw-r--r--plugins/snippets/snippets/appactivatable.py133
-rw-r--r--plugins/snippets/snippets/completion.py187
-rw-r--r--plugins/snippets/snippets/document.py1097
-rw-r--r--plugins/snippets/snippets/exporter.py122
-rw-r--r--plugins/snippets/snippets/helper.py204
-rw-r--r--plugins/snippets/snippets/importer.py134
-rw-r--r--plugins/snippets/snippets/languagemanager.py40
-rw-r--r--plugins/snippets/snippets/library.py989
-rw-r--r--plugins/snippets/snippets/manager.py1143
-rw-r--r--plugins/snippets/snippets/meson.build39
-rw-r--r--plugins/snippets/snippets/parser.py256
-rw-r--r--plugins/snippets/snippets/placeholder.py714
-rw-r--r--plugins/snippets/snippets/shareddata.py83
-rw-r--r--plugins/snippets/snippets/signals.py90
-rw-r--r--plugins/snippets/snippets/singleton.py27
-rw-r--r--plugins/snippets/snippets/snippet.py360
-rw-r--r--plugins/snippets/snippets/snippets.ui417
-rw-r--r--plugins/snippets/snippets/substitutionparser.py203
-rw-r--r--plugins/snippets/snippets/windowactivatable.py186
-rw-r--r--plugins/sort/gedit-sort-plugin.c418
-rw-r--r--plugins/sort/gedit-sort-plugin.h59
-rw-r--r--plugins/sort/meson.build34
-rw-r--r--plugins/sort/resources/gedit-sort.gresource.xml6
-rw-r--r--plugins/sort/resources/meson.build8
-rw-r--r--plugins/sort/resources/ui/gedit-sort-plugin.ui160
-rw-r--r--plugins/sort/sort.plugin.desktop.in11
-rw-r--r--plugins/spell/gedit-spell-app-activatable.c184
-rw-r--r--plugins/spell/gedit-spell-app-activatable.h38
-rw-r--r--plugins/spell/gedit-spell-plugin.c810
-rw-r--r--plugins/spell/gedit-spell-plugin.h62
-rw-r--r--plugins/spell/meson.build54
-rw-r--r--plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml9
-rw-r--r--plugins/spell/resources/gedit-spell.gresource.xml6
-rw-r--r--plugins/spell/resources/meson.build8
-rw-r--r--plugins/spell/resources/ui/gedit-spell-setup-dialog.ui97
-rw-r--r--plugins/spell/spell.plugin.desktop.in11
-rw-r--r--plugins/time/gedit-time-plugin.c1078
-rw-r--r--plugins/time/gedit-time-plugin.h61
-rw-r--r--plugins/time/meson.build68
-rw-r--r--plugins/time/org.gnome.gedit.plugins.time.gschema.xml19
-rw-r--r--plugins/time/resources/gedit-time.gresource.xml7
-rw-r--r--plugins/time/resources/meson.build8
-rw-r--r--plugins/time/resources/ui/gedit-time-dialog.ui198
-rw-r--r--plugins/time/resources/ui/gedit-time-setup-dialog.ui214
-rw-r--r--plugins/time/time.plugin.desktop.in8
-rw-r--r--po/LINGUAS107
-rw-r--r--po/POTFILES.in111
-rw-r--r--po/POTFILES.skip2
-rw-r--r--po/af.po6486
-rw-r--r--po/am.po4656
-rw-r--r--po/an.po4034
-rw-r--r--po/ar.po4254
-rw-r--r--po/as.po5503
-rw-r--r--po/ast.po4590
-rw-r--r--po/az.po4814
-rw-r--r--po/be.po3964
-rw-r--r--po/be@latin.po5298
-rw-r--r--po/bg.po3702
-rw-r--r--po/bn.po5443
-rw-r--r--po/bn_IN.po4474
-rw-r--r--po/br.po4896
-rw-r--r--po/bs.po3527
-rw-r--r--po/ca.po3596
-rw-r--r--po/ca@valencia.po3852
-rw-r--r--po/ckb.po2884
-rw-r--r--po/crh.po5251
-rw-r--r--po/cs.po3566
-rw-r--r--po/cy.po5549
-rw-r--r--po/da.po3818
-rw-r--r--po/de.po3924
-rw-r--r--po/dz.po5463
-rw-r--r--po/el.po5716
-rw-r--r--po/en@shaw.po5100
-rw-r--r--po/en_CA.po4710
-rw-r--r--po/en_GB.po6566
-rw-r--r--po/eo.po4221
-rw-r--r--po/es.po5846
-rw-r--r--po/et.po2983
-rw-r--r--po/eu.po3590
-rw-r--r--po/fa.po6113
-rw-r--r--po/fi.po3990
-rw-r--r--po/fr.po3900
-rw-r--r--po/fur.po3798
-rw-r--r--po/ga.po3541
-rw-r--r--po/gd.po4279
-rw-r--r--po/gl.po3751
-rw-r--r--po/gu.po3923
-rw-r--r--po/he.po5809
-rw-r--r--po/hi.po5430
-rw-r--r--po/hr.po3817
-rw-r--r--po/hu.po3499
-rw-r--r--po/hy.po4552
-rw-r--r--po/id.po3683
-rw-r--r--po/ie.po3852
-rw-r--r--po/is.po3765
-rw-r--r--po/it.po3592
-rw-r--r--po/ja.po3669
-rw-r--r--po/ka.po3363
-rw-r--r--po/kk.po4035
-rw-r--r--po/km.po3596
-rw-r--r--po/kn.po3989
-rw-r--r--po/ko.po3597
-rw-r--r--po/ku.po5181
-rw-r--r--po/la.po4877
-rw-r--r--po/ln.po3287
-rw-r--r--po/lt.po3957
-rw-r--r--po/lv.po3805
-rw-r--r--po/mai.po5104
-rw-r--r--po/meson.build7
-rw-r--r--po/mg.po4865
-rw-r--r--po/mi.po4591
-rw-r--r--po/mjw.po3491
-rw-r--r--po/mk.po4477
-rw-r--r--po/ml.po3926
-rw-r--r--po/mn.po4823
-rw-r--r--po/mr.po4064
-rw-r--r--po/ms.po5299
-rw-r--r--po/my.po4971
-rw-r--r--po/nb.po3494
-rw-r--r--po/nds.po4801
-rw-r--r--po/ne.po5876
-rw-r--r--po/nl.po4140
-rw-r--r--po/nn.po3882
-rw-r--r--po/oc.po4505
-rw-r--r--po/or.po5337
-rw-r--r--po/pa.po5844
-rw-r--r--po/pl.po3570
-rw-r--r--po/ps.po4783
-rw-r--r--po/pt.po6732
-rw-r--r--po/pt_BR.po3577
-rw-r--r--po/ro.po6188
-rw-r--r--po/ru.po3957
-rw-r--r--po/rw.po5490
-rw-r--r--po/si.po4935
-rw-r--r--po/sk.po4344
-rw-r--r--po/sl.po4410
-rw-r--r--po/sq.po5043
-rw-r--r--po/sr.po4361
-rw-r--r--po/sr@latin.po4249
-rw-r--r--po/sv.po3995
-rw-r--r--po/ta.po5467
-rw-r--r--po/te.po5293
-rw-r--r--po/tg.po3528
-rw-r--r--po/th.po6004
-rw-r--r--po/tk.po4796
-rw-r--r--po/tr.po3468
-rw-r--r--po/ug.po3557
-rw-r--r--po/uk.po3741
-rw-r--r--po/vi.po4588
-rw-r--r--po/wa.po4721
-rw-r--r--po/xh.po4670
-rw-r--r--po/zh_CN.po3677
-rw-r--r--po/zh_HK.po3323
-rw-r--r--po/zh_TW.po3613
-rw-r--r--subprojects/libgd/Makefile.am230
-rw-r--r--subprojects/libgd/README123
-rw-r--r--subprojects/libgd/libgd.doap35
-rw-r--r--subprojects/libgd/libgd.m4140
-rw-r--r--subprojects/libgd/libgd/gd-icon-utils.c394
-rw-r--r--subprojects/libgd/libgd/gd-icon-utils.h49
-rw-r--r--subprojects/libgd/libgd/gd-main-box-child.c186
-rw-r--r--subprojects/libgd/libgd/gd-main-box-child.h54
-rw-r--r--subprojects/libgd/libgd/gd-main-box-generic.c491
-rw-r--r--subprojects/libgd/libgd/gd-main-box-generic.h73
-rw-r--r--subprojects/libgd/libgd/gd-main-box-item.c242
-rw-r--r--subprojects/libgd/libgd/gd-main-box-item.h55
-rw-r--r--subprojects/libgd/libgd/gd-main-box.c548
-rw-r--r--subprojects/libgd/libgd/gd-main-box.h61
-rw-r--r--subprojects/libgd/libgd/gd-main-icon-box-child.c439
-rw-r--r--subprojects/libgd/libgd/gd-main-icon-box-child.h43
-rw-r--r--subprojects/libgd/libgd/gd-main-icon-box-icon.c366
-rw-r--r--subprojects/libgd/libgd/gd-main-icon-box-icon.h40
-rw-r--r--subprojects/libgd/libgd/gd-main-icon-box.c1042
-rw-r--r--subprojects/libgd/libgd/gd-main-icon-box.h44
-rw-r--r--subprojects/libgd/libgd/gd-main-icon-view.c440
-rw-r--r--subprojects/libgd/libgd/gd-main-icon-view.h42
-rw-r--r--subprojects/libgd/libgd/gd-main-list-view.c345
-rw-r--r--subprojects/libgd/libgd/gd-main-list-view.h80
-rw-r--r--subprojects/libgd/libgd/gd-main-view-generic.c330
-rw-r--r--subprojects/libgd/libgd/gd-main-view-generic.h117
-rw-r--r--subprojects/libgd/libgd/gd-main-view.c1160
-rw-r--r--subprojects/libgd/libgd/gd-main-view.h65
-rw-r--r--subprojects/libgd/libgd/gd-margin-container.c377
-rw-r--r--subprojects/libgd/libgd/gd-margin-container.h75
-rw-r--r--subprojects/libgd/libgd/gd-notification.c870
-rw-r--r--subprojects/libgd/libgd/gd-notification.h67
-rw-r--r--subprojects/libgd/libgd/gd-styled-text-renderer.c134
-rw-r--r--subprojects/libgd/libgd/gd-styled-text-renderer.h51
-rw-r--r--subprojects/libgd/libgd/gd-tagged-entry.c1240
-rw-r--r--subprojects/libgd/libgd/gd-tagged-entry.h117
-rw-r--r--subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c280
-rw-r--r--subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.h47
-rw-r--r--subprojects/libgd/libgd/gd-two-lines-renderer.c632
-rw-r--r--subprojects/libgd/libgd/gd-two-lines-renderer.h43
-rw-r--r--subprojects/libgd/libgd/gd-types-catalog.c123
-rw-r--r--subprojects/libgd/libgd/gd-types-catalog.h31
-rw-r--r--subprojects/libgd/libgd/gd.h81
-rw-r--r--subprojects/libgd/libgd/meson.build204
-rw-r--r--subprojects/libgd/meson.build24
-rw-r--r--subprojects/libgd/meson_options.txt25
-rw-r--r--subprojects/libgd/meson_readme.md88
-rw-r--r--subprojects/libgd/test-tagged-entry-2.c131
-rw-r--r--subprojects/libgd/test-tagged-entry.c111
-rwxr-xr-xtools/generate-message.py777
621 files changed, 705995 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..793978a
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,24 @@
+How to contribute to gedit
+==========================
+
+gedit development relies on voluntary contributions and everyone is invited to
+help.
+
+If you are interested in helping us to improve gedit, you can contact the
+developers, see the “Getting in Touch” section on the
+[gedit wiki page](https://wiki.gnome.org/Apps/Gedit).
+
+Contributions other than software development
+---------------------------------------------
+
+See the [GNOME wiki](https://wiki.gnome.org/).
+
+Doing **bug triaging** on the bug tracker is a very useful task for gedit,
+because gedit is used by many people and there are therefore lots of bug reports
+or feature requests.
+
+Software development
+--------------------
+
+To get started with gedit development, see the file
+[docs/gedit-development-getting-started.md](docs/gedit-development-getting-started.md).
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..1f963da
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,340 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
+
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..d0dee48
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,2536 @@
+News in 44.2, 2023-01-19
+------------------------
+* File Browser plugin: bug fix.
+* Translation updates.
+
+News in 44.1, 2023-01-04
+------------------------
+* macOS: fix build.
+* Windows: improvements and bug fix.
+* Flatpak update.
+* Translation updates.
+
+News in 44.0, 2023-01-01
+------------------------
+Misc:
+ - Donations: change to Liberapay link.
+ - Create https://gedit-technology.net/ (mainly for developers).
+
+User manual:
+ - Available online:
+ https://gedit-technology.net/user-manuals/gedit/
+ (used on platforms where Yelp is unavailable: macOS and Windows).
+ - Improvements to the content.
+
+The core of the application:
+ - Rework the statusbar.
+ - Improve the vocabulary used in the dialog for choosing favorite encodings.
+ - Improve a little the API docs.
+
+Plugins:
+ - File browser: expand/collapse item on right/left keypress.
+
+General:
+ - Minor bug fixes.
+ - Use more Tepl features.
+ - Code refactorings.
+ - Translation updates.
+
+News in 43.1, 2022-11-04
+------------------------
+* Be able to build with Meson >= 0.61
+* AppData fix
+* Add some BuildStream element files in build-aux/buildstream/
+
+News in 43.0, 2022-11-03
+------------------------
+* Come back to the source code of gedit 40.0 and continue again from there.
+ It is based on the Tepl and Amtk libraries.
+ The single Open button is again split in two with a drop-down menu for recent
+ files.
+
+* Workaround for bug: text cut off at the bottom in certain situations.
+
+* Change app name from "Text Editor" back to "gedit".
+* AppData: some updates, take a new screenshot.
+* Remove gitlab-ci.
+* Remove outdated build-aux/osx/ directory (several MB).
+* Flatpak: generate JSON manifest from YAML manifest.
+* File browser plugin: more robust check if Nautilus GSettings can be used, even
+ if the key doesn't exist anymore.
+* Rework the I/O error info bars.
+* Handle application/x-zerosize mimetype.
+* Small code maintenance.
+* Documentation updates.
+* Translation updates.
+
+News in 43.alpha, 2022-07-06
+----------------------------
+* Update app description.
+* Translation updates.
+
+News in 42.1, 2022-05-27
+------------------------
+* Translation updates.
+
+News in 42.0, 2022-04-01
+----------------------------
+* Rename display name back to gedit
+* Build fix
+* Translation updates
+
+News in 41.0, 2022-02-14
+----------------------------
+* Fix some crashes, one when opening files, another when
+ deleting the open folder with the file browser plugin active
+* Fix buttons in the color scheme selector dialog
+* Build fixes
+* Improve symbolic icon coloring
+* Improve Save As behavior when saving error infobar is showing
+* Translation updates
+* Note that gnome-text-editor will be GNOME's recommended text
+ editor beginning with the GNOME 42 release next month
+
+News in 41.alpha, 2021-07-17
+----------------------------
+* Replace use of Tepl and AMTK
+* Use sourceview4 in the snap build
+* Enable OpenLink plugin by default
+* Warn when trying to open a big file and allow to cancel
+* Port open-selector to GDateTime
+* Allow disabling gspell and python options
+* Fix parsing of font-family strgins when they contain whitespace
+* Translation updates.
+
+News in 40.1, 2021-04-17
+------------------------
+* Use document folder when opening new files
+* Huge CPU consumption when a folder with content is deleted
+* Updated translations
+
+News in 40, 2021-03-19
+----------------------------
+* Remove all the deprecated API.
+* file-browser: drop use of confirm-trash
+* Translation updates.
+
+Tepl-ification:
+* Use tepl_pango_font_description_to_css().
+* Use TeplLanguageChooser's.
+* Use TeplProgressInfoBar.
+* Start to use TeplBuffer and TeplFile APIs.
+ As a result the new tabs are now named "Untitled File", not
+ "Untitled Document".
+
+News in 3.38.1, 2020-11-20
+--------------------------
+* AppData: change donation URL to Liberapay.
+* Improvements to the user manual.
+* Translation updates.
+
+News in 3.38.0, 2020-09-11
+--------------------------
+* Translation updates.
+
+News in 3.37.92, 2020-09-04
+---------------------------
+* A few code refactorings.
+* CI: small update.
+* Translation updates.
+
+News in 3.37.3, 2020-07-03
+--------------------------
+* Start to migrate to GtkFileChooserNative.
+* User manual: remove the page with the list of keyboard shortcuts, it was
+ redundant with the new Shortcuts window.
+* Translation updates.
+
+News in 3.37.2, 2020-05-29
+--------------------------
+* gedit is now available on the Microsoft Store!
+* Remove the checkupdate plugin (no longer useful).
+* GSettings: revisit the set of plugins activated by default.
+* Change app description.
+* Write a script to have a list of plugins with their description.
+* Documentation updates.
+* About dialog: have the gedit icon, not the old logo.
+* Many improvements to the build system.
+* Fix a few bugs.
+* Add a few keyboard shortcuts to the Shortcuts window.
+* Updates to the Flatpak and Snap.
+* Translation updates.
+
+Tepl-ification:
+* Create GeditFactory class, subclass of TeplAbstractFactory.
+* Use tepl_application_handle_metadata().
+
+News in 3.37.1, 2020-04-24
+--------------------------
+* Remove the support for X11 workspaces.
+ See: commit d0728e7d0c3e7fdc58f03f0af4e0ce64eb7aef6e
+* gedit no longer depends on X11, gedit is now a native app on Wayland.
+* Remove the support for the org.gnome.desktop.lockdown GSettings.
+ See: commit b6728797d6b308b46cf4e0dae4493dc62d3decda
+* Some updates to the user manual.
+* Improvements to the keyboard shortcuts window.
+* Build system: various small improvements.
+* Update the Flatpak.
+* Other small improvements and code refactorings.
+* A few bug fixes.
+* Translation updates.
+
+Changes for plugins:
+* Bump API version to 3.38.
+* Remove all deprecated APIs.
+* See the list of API breaks and new deprecations in the API reference.
+
+Tepl-ification:
+* Move some utility functions to the Tepl library.
+* Refactor and move some I/O error infobars to Tepl.
+* GeditView now inherits from TeplView.
+* Port to the new Tepl metadata API.
+* Use TeplStyleSchemeChooserWidget.
+
+News in 3.36.1, 2020-03-20
+--------------------------
+* File chooser dialog: use text files filter by default.
+* Fix compilation on macOS.
+* Fix External Tools plugin.
+* Fix Snippets plugin.
+* Other bug fixes.
+* Translation updates.
+
+News in 3.36.0, 2020-03-06
+--------------------------
+* Fix a bug in the quickopen plugin.
+* Updates to the user manual.
+* Translation updates.
+
+News in 3.35.90, 2020-01-31
+---------------------------
+* Remove text centering when in fullscreen mode and when a right margin was
+ set. For the explanation see: commit 8710e89d847b0bfc65d7833255090e304cf7c890
+* Make the scrollbars always visible around the main text area. For the
+ explanation see: commit 5e0909c19f267b4023131881fac89c58a2a17453
+* Remove the overview map. For the explanation see:
+ commit 26899e0ba7c1390c098b61fc7a901d700c4e745c
+* File chooser dialog: re-add the feature to be able to customize the list of
+ character encodings.
+* Open a file from the headerbar: re-implement the previous user interface: two
+ buttons, "Open" to open the dialog window, and an arrow to open the recent
+ menu. For the explanation see: commit 27f54a9aed82109a512743b5e819b18004c19de7
+* GSettings schema: enable more features by default (auto-indent,
+ display-line-numbers, highlight-current-line and bracket-matching) and set
+ default style scheme to 'tango'.
+* Bug fixes.
+* Code refactorings.
+* Lots of small improvements to the build system.
+* The libsoup dependency is required only on Windows for the checkupdate plugin.
+* Translation updates.
+
+News in 3.35.1, 2019-11-22
+--------------------------
+
+User-visible changes:
+* File browser plugin: fix interactive search.
+* A few fixes in the CSS style.
+
+Changes for packagers:
+* New dependency: Tepl, which itself depends on Amtk and uchardet.
+ https://wiki.gnome.org/Projects/Tepl
+ https://wiki.gnome.org/Projects/Amtk
+ https://www.freedesktop.org/wiki/Software/uchardet/
+* Removed dependency: libxml-2.0
+* Remove the 'enable-gvfs-metadata' build option, it's now handled by Tepl, and
+ Tepl has a similar build option.
+* Rename the build option 'documentation' -> 'gtk_doc'.
+
+Changes for plugins:
+* Bump gedit API version to 3.36.
+* Remove the deprecated API.
+* Deprecate some gedit_utils functions.
+* Write an API breaks section in the gtk-doc reference manual of gedit.
+
+Tepl-ification:
+* Use some tepl_utils functions.
+* Use TeplFileMetadata internally in GeditDocument, which has permitted to
+ remove GeditMetadataManager.
+
+Other changes:
+* Create a nightly app icon (but not yet used).
+* Automatically test that the GSettings schema files are valid.
+* Various small code refactorings.
+* Updates to the Flatpak and Snap packages.
+ Convert the Flatpak manifest to YAML.
+* Translation updates.
+
+News in 3.34.0, 2019-09-09
+--------------------------
+* Translation updates.
+
+News in 3.33.92, 2019-09-03
+---------------------------
+* Documentation:
+ - Overhaul README.md and CONTRIBUTING.md (renamed from HACKING).
+ - Write several documents in Markdown in the docs/ directory:
+ - gedit development - getting started
+ - gedit installation by building the source code
+ - a new roadmap
+ (Sébastien Wilmet)
+* Updates to the Snap and Flatpak packages (Ken VanDine, Martin Blanchard)
+* Translation updates.
+
+=============
+gedit 3.33.90
+=============
+
+- Add "gedit" to .desktop keywords as search workaround for Flatpak
+ and Snap (Felipe)
+- Build fixes (Christopher, Jordi, Luca, Michael, Ting-Wei)
+- Translation updates
+
+Contributors:
+ Luca Bacci
+ Felipe Borges
+ Michael Catanzaro
+ Ting-Wei Lan
+ Jordi Mas
+ Christopher Reiter
+
+============
+gedit 3.32.2
+============
+
+- Reintroduce enable-gvfs-metadata build option (Andrea)
+- Fix several crash bugs (Andrea)
+- Translation updates
+
+Contributors: Andrea Azzarone
+
+============
+gedit 3.32.0
+============
+
+- Translation updates
+
+=============
+gedit 3.31.92
+=============
+Development release
+
+- Fix segfault in open document selector (Sebastien)
+- Update help for app menu changes (Andre)
+- Miscellaneous fixes (Jeremy, Ken)
+
+Contributors:
+ Sebastien Bacher, Jeremy Bicha, Andre Klapper, Ken VanDine
+
+==============
+gedit 3.31.90
+==============
+Development release
+
+- Switch to meson (Martin)
+- Drop autotools support (Jeremy)
+- Add tests to validate AppStream metadata and .desktop (Bilal)
+- Flatpak and Snap versions now bundle gedit-plugins (Martin & Jeremy)
+- Fix some issues resulting from the GNOME 3.32 menu changes (Jeffery)
+- Drop gconf conversion file (Jeremy)
+- Miscellaneous fixes (Andre, Jeremy)
+
+Contributors:
+ Jeremy Bicha, Martin Blanchard, Bilal Elmoussaoui
+ Andre Klapper, Jeffery To
+
+=============
+gedit 3.31.3
+=============
+Development release
+
+- Update README and rename to README.md (Alexandre)
+- Update new app icon (Jakub)
+- Fix searching with upper case characters in recent files popup (Sébastien)
+- Fix symbolic icons in file browser with dark themes (Sébastien)
+- Use a color for search matching in recent files popup that works better
+ with dark themes (Sébastien)
+- Clean up deprecations and more (Sébastien)
+
+Contributors:
+ Alexandre Franke, Sébastien Lafargue, Jakub Steiner
+
+=============
+gedit 3.31.2
+=============
+Development release
+
+- Follow GNOME 3.32 menu guidelines (Corey)
+- Allow closing tabs with middle-click (Corey)
+
+Contributors: Corey Daley
+
+=============
+gedit 3.31.1
+=============
+Development release
+
+- Fix tarball and version number from previous release
+
+=============
+gedit 3.31.0
+=============
+Development release
+
+- Redesign the app icon (Jakub)
+- Migrate to gettext and stop using intltool (Martin)
+- Switch from gtksourceview3 to gtksourceview4 (Christian)
+- Fix file chooser not opening in correct location after first time
+ (Sebastien)
+- Miscellaneous build and translation fixes (Jeremy, Mathieu, Piotr)
+- Translation updates
+
+Contributors:
+ Jeremy Bicha, Martin Blanchard, Mathieu Bridon, Piotr Drąg, Christian Hergert,
+ Sebastien Lafargue, Jakub Steiner
+
+=============
+gedit 3.30.2
+=============
+- Fix file chooser not opening in correct location after first time
+ (Sebastien Lafargue)
+- Translation updates
+
+=============
+gedit 3.30.1
+=============
+
+- Translation updates
+
+=============
+gedit 3.30.0
+=============
+
+- Translation updates
+
+=============
+gedit 3.29.90
+=============
+Development release
+
+- Port GeditFileChooserDialogGtk to GtkFileChooserNative
+ so that it can use the file chooser portal for better confinement
+ when run as a Flatpak or Snap (James)
+- Add a style class to the main window for theming (abakkk)
+- Move nightly Flatpak manifest here (Jordan)
+- Misc bugfixes (Jeremy, Mathieu, Andre, nick, Ken)
+- Translation updates
+
+Contributors:
+ abakkk, Jeremy Bicha, Mathieu Bridon, James Henstridge, Andre Klapper,
+ Jordan Petridis, nick richards, Ken VanDine
+
+============
+gedit 3.28.1
+============
+
+- Translation updates
+
+============
+gedit 3.28.0
+============
+
+- Translation updates
+
+=============
+gedit 3.27.92
+=============
+
+- Translation updates
+
+=============
+gedit 3.27.90
+=============
+
+- Misc bugfixes
+- Translation updates
+
+============
+gedit 3.22.1
+============
+
+- Misc bugfixes
+- Translation updates
+
+============
+gedit 3.22.0
+============
+
+- Misc bugfixes
+- Translation updates
+
+=============
+gedit 3.21.90
+=============
+
+- Misc bugfixes
+- Translation updates
+
+============
+gedit 3.20.2
+============
+
+- Misc bugfixes
+- Translation updates
+
+============
+gedit 3.20.1
+============
+
+- Use a menubar only if gtk-shell-shows-menubar is set to true
+- Misc bugfixes
+- Translation updates
+
+============
+gedit 3.20.0
+============
+
+- Translation updates
+
+============
+gedit 3.19.5
+============
+
+- Spell plugin: adapt code for gspell API changes
+- Save window size properly
+- Translation updates
+
+============
+gedit 3.19.4
+============
+
+New Features and Fixes
+======================
+- Spell plugin: adapt code for gspell API changes
+- CSS updates
+- AppData: add project_group and translation tags
+- Various other code improvements and bug fixes
+
+New and updated translations
+============================
+- de (Mario Blättermann)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- hu (Meskó Balázs)
+- kk (Baurzhan Muftakhidinov)
+- lv (Rūdolfs Mazurs)
+- pl (Piotr Drąg)
+- pt_BR (Rafael Fontenelle)
+- sk (Dušan Kazik)
+- zh_TW (Chao-Hsiung Liao)
+
+============
+gedit 3.19.3
+============
+
+New Features and Fixes
+======================
+- Rename to "Text Editor" in the .desktop file
+- Use traditional menubar layout on XFCE, Unity, etc
+- require the latest gspell for the spell plugin
+- New Windows WiX installer
+- CSS updates to track GTK+ changes
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Mario Blättermann)
+- el (Tom Tryfonidis)
+- fi (Jiri Grönroos)
+- he (Yosef Or Boczko)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- ru (Stas Solovey)
+- sk (Dušan Kazik)
+- th (Akom Chotiphantawanon)
+- tr (Muhammet Kara)
+- vi (Trần Ngọc Quân)
+
+============
+gedit 3.19.2
+============
+
+New Features and Fixes
+======================
+- Ship our own app icon
+- Add shortcuts window
+- Adapt code for gspell API changes
+- Rename GeditViewHolder -> GeditViewCentering
+- CloseConfirmationDialog: subclass GtkMessageDialog
+- CSS updates to track GTK+ changes
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- es (Daniel Mustieles)
+- kk (Baurzhan Muftakhidinov)
+- pt
+- sk (Dušan Kazik)
+
+============
+gedit 3.19.1
+============
+
+New Features and Fixes
+======================
+- Change default document title to "Untitled Document"
+- Port the spell plugin to gspell
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- el (Efstathios Iosifidis)
+- es (Daniel Mustieles)
+- eu (Iñaki Larrañaga Murgoitio)
+- fi (Jiri Grönroos)
+- gd (GunChleoc)
+- he (Yosef Or Boczko)
+- is (Sveinn í Felli)
+- lt (Aurimas Černius)
+- lv (Rūdolfs Mazurs)
+- nb (Kjartan Maraas)
+- pt (Pedro Albuquerque)
+- ro (Daniel Șerbănescu)
+- ru (Yuri Myasoedov)
+- sk (Dušan Kazik)
+- th (Akom Chotiphantawanon)
+- vi (Trần Ngọc Quân)
+- zh_CN (Bin Li)
+
+============
+gedit 3.18.1
+============
+
+New Features and Fixes
+======================
+- Make the Replace dialog resizable
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- fi (Lauri Nurmi)
+- gd (GunChleoc)
+- it (Milo Casagrande)
+- nl (Hannie Dumoleyn)
+- sr@latin (Miloš Popović)
+- sr (Милош Поповић)
+- vi (Trần Ngọc Quân)
+
+============
+gedit 3.18.0
+============
+
+New Features and Fixes
+======================
+- Fix close confirmation dialog regression introduced in 3.17.92
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Bernd Homuth)
+- el (Tom Tryfonidis)
+- it (Milo Casagrande)
+- ja (Jiro Matsuzawa)
+- lv (Rūdolfs Mazurs)
+- pt_BR (Enrico Nicoletto)
+- ru (Stas Solovey)
+- tr (Muhammet Kara)
+
+=============
+gedit 3.17.92
+=============
+
+New Features and Fixes
+======================
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- de (Wolfgang Stoeggl)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- fa (Arash Mousavi)
+- fr (Alain Lojewski)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- is (Sveinn í Felli)
+- kk (Baurzhan Muftakhidinov)
+- ko (Changwoo Ryu)
+- nb (Kjartan Maraas)
+- pl (Piotr Drąg)
+- sk (Dušan Kazik)
+- sv (Anders Jonsson)
+- zh_TW (Chao-Hsiung Liao)
+
+=============
+gedit 3.17.90
+=============
+
+New Features and Fixes
+======================
+- Spell checking: fix performance problem and re-organize the code
+- Move minimap settings in the preferences dialog
+- CSS improvements
+- Add a snippet generating RPM SPEC %changelog line
+- Various other code improvements and bug fixes
+
+New and updated translations
+============================
+- ca (Carles Ferrando Garcia)
+- cs (Marek Černocký)
+- de (Benjamin Steinwender)
+- es (Daniel Mustieles)
+- lt (Aurimas Černius)
+- nb (Åka Sikrom)
+- pt (Pedro Albuquerque)
+
+============
+gedit 3.17.2
+============
+
+New Features and Fixes
+======================
+- Lots of cleanups and code improvements to: the document handling code,
+ file printing and the spell checking.
+- gtk-mac-integration support fix
+
+New and updated translations
+============================
+- de (Benjamin Steinwender)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- hu (Gabor Kelemen)
+- it (Milo Casagrande)
+- oc (Cédric Valmary (totenoc.eu))
+- pt (Pedro Albuquerque)
+- sk (Dušan Kazik)
+- sl (Matej Urbančič)
+- th (Akom Chotiphantawanon)
+
+============
+gedit 3.17.1
+============
+
+New Features and Fixes
+======================
+- Add a menu to toggle the source map
+- Fix print margins
+- Fix the --wait options when passing a list of files
+- Several cleanups and code improvements to the document handling code
+- Various other bug fixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- ca (Gil Forcada)
+- cs (Marek Černocký)
+- de (Christian Kirbach)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- he (Yosef Or Boczko)
+- nb (Åka Sikrom)
+- oc (Cédric Valmary (Tot en òc))
+- pl (Piotr Drąg)
+- ro (Daniel Șerbănescu)
+- sk (Dušan Kazik)
+- th (Akom Chotiphantawanon)
+- tr (Necdet Yücel)
+
+============
+gedit 3.17.0
+============
+
+New Features and Fixes
+======================
+- Improve the Encodings dialog
+- Add setting to display a grid pattern
+- Various other bug fixes
+
+New and updated translations
+============================
+- an (Daniel Martinez)
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- uk (Назарій Ріттер)
+- vi (Trần Ngọc Quân)
+
+============
+gedit 3.16.1
+============
+
+New Features and Fixes
+======================
+- Improve error reporting when failing to load private lib
+- Performance improvements for groups of text insertions/deletions
+- Do not merge xml translation in gschema files
+- Various other bug fixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- ca (Gil Forcada)
+- eo (Kristjan SCHMIDT)
+- fr (Alain Lojewski)
+- id (Andika Triwidada)
+- pa (A S Alam)
+
+============
+gedit 3.16.0
+============
+
+New and updated translations
+============================
+
+- an (Daniel Martinez)
+- de (Benjamin Steinwender)
+- eu (Iñaki Larrañaga Murgoitio)
+- fi (Jiri Grönroos)
+- ja (Nobuto Murata)
+- ru (Stas Solovey)
+- th (Akom Chotiphantawanon)
+- zh_TW (Chao-Hsiung Liao)
+
+=============
+gedit 3.15.92
+=============
+
+New Features and Fixes
+======================
+- Various bug fixes
+
+New and updated translations
+============================
+- bg (Alexander Shopov)
+- bs (Samir Ribic)
+- da (Kenneth Nielsen)
+- de (Benjamin Steinwender)
+- gl (Fran Dieguez)
+- hu (Gabor Kelemen)
+- kk (Baurzhan Muftakhidinov)
+- ko (Changwoo Ryu)
+- lt (Aurimas Černius)
+- lv (Rūdolfs Mazurs)
+- nb (Åka Sikrom)
+- pl (Paweł Żołnowski)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- sv (Anders Jonsson)
+- sv (Daniel Nylander)
+- tr (Muhammet Kara)
+- vi (Trần Ngọc Quân)
+
+=============
+gedit 3.15.91
+=============
+
+New Features and Fixes
+======================
+- Rework some of the printing code
+- Various bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- fr (Alain Lojewski)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- pt_BR (Rafael Ferreira)
+- ru (Stas Solovey)
+- sk (Dušan Kazik)
+- sl (Matej Urbančič)
+- uk (Daniel Korostil)
+- zh_TW (Chao-Hsiung Liao)
+
+=============
+gedit 3.15.90
+=============
+
+New Features and Fixes
+======================
+- Improved documentation
+- Various bug fixes
+
+New and updated translations
+============================
+- an (Daniel Martinez)
+- cs (Marek Černocký)
+- de (Benjamin Steinwender)
+- el (Efstathios Iosifidis)
+- es (Daniel Mustieles)
+- he (Yosef Or Boczko)
+- is (Sveinn í Felli)
+- nb (Åka Sikrom)
+- ru (Ivan Komaritsyn)
+- sk (Dušan Kazik)
+- sv (Anders Jonsson)
+
+============
+gedit 3.15.1
+============
+
+New Features and Fixes
+======================
+- Improved open document selector
+- Start to rework the replace dialog
+- Use the new color scheme chooser
+- External tools plugin: fix document saving
+- Various bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- eu (Iñaki Larrañaga Murgoitio)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- hu (Gabor Kelemen)
+- is (Sveinn í Felli)
+- ja (Hajime Taira)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- pt_BR (Rafael Ferreira)
+- ro (Daniel Șerbănescu)
+- ru (Stas Solovey)
+- tr (Muhammet Kara)
+- vi (Trần Ngọc Quân)
+
+============
+gedit 3.14.1
+============
+
+New Features and Fixes
+======================
+- Increase default window size
+- Various bug fixes
+
+New and updated translations
+============================
+- an (Daniel Martinez)
+- bn_IN
+- el (Efstathios Iosifidis)
+- fa (Arash Mousavi)
+- fi (Jiri Grönroos)
+- gd (GunChleoc)
+- gl (Fran Dieguez)
+- gu
+- he (Yosef Or Boczko)
+- kk (Baurzhan Muftakhidinov)
+- lv (Rūdolfs Mazurs)
+- nb (Kjartan Maraas)
+- pl (Piotr Drąg)
+- pt (Pedro Albuquerque)
+- ru (Stas Solovey)
+- te (Krishnababu Krothapalli)
+- uk (Назарій Ріттер)
+- zh_CN (Yunqiang Su)
+- zh_TW (Cheng-Chia Tseng)
+
+=============
+gedit 3.14.0
+=============
+
+New Features and Fixes
+======================
+- Improvements on OSX port
+- Improvements on Win32 port
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- bg (Alexander Shopov)
+- bn_IN (sray)
+- ca (Gil Forcada)
+- ca@valencia (Gil Forcada)
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- de ()
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- fi (Jiri Grönroos)
+- fr (Alain Lojewski)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- he (Yosef Or Boczko)
+- hi (rajesh)
+- hu (Balázs Úr)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- ja (Jiro Matsuzawa)
+- kn (Shankar Prasad)
+- ko (Changwoo Ryu)
+- lt (Aurimas Černius)
+- mr (Sandeep Shedmake)
+- nb (Kjartan Maraas)
+- or (Manoj Kumar Giri)
+- pa (A S Alam)
+- pl (Paweł Żołnowski)
+- pt_BR (Rafael Ferreira)
+- ru (Yuri Myasoedov)
+- sk (Dušan Kazik)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- sv (Sebastian Rasmussen)
+- ta (Shantha kumar)
+- th (Akom Chotiphantawanon)
+- uk (Daniel Korostil)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+=============
+gedit 3.13.91
+=============
+
+New Features and Fixes
+======================
+- Fix a segmentation fault when loading a file
+
+New and updated translations
+============================
+- es (Daniel Mustieles)
+
+=============
+gedit 3.13.90
+=============
+
+New Features and Fixes
+======================
+- Set default value of create-backup-copy setting to false
+- Misc improvements and bug fixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- el (Tom Tryfonidis)
+- fi (Lasse Liehu)
+- he (Yosef Or Boczko)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+
+============
+gedit 3.13.5
+============
+
+New Features and Fixes
+======================
+- Rework the headerbar again
+- Fix opening files from nautilus
+- Center the view in fullscreen mode
+- Win32 improvements and new installer
+- Misc bug fixes
+
+New and updated translations
+============================
+- el (Maria Mavridou)
+- eu (Iñaki Larrañaga Murgoitio)
+- ja (Jiro Matsuzawa)
+- nn (Moonchild)
+- tg (Victor Ibragimov)
+
+============
+gedit 3.13.4
+============
+
+New Features and Fixes
+======================
+- Update appdata file for new desktop file name
+- Use automatic GTK menus
+- Misc bug fixes
+
+New and updated translations
+============================
+- he (Yosef Or Boczko)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- pt_BR (Enrico Nicoletto)
+
+============
+gedit 3.13.3
+============
+
+New Features and Fixes
+======================
+- File loading and saving based on a new API in GtkSourceView.
+ GeditEncoding is replaced by GtkSourceEncoding, and there
+ are changes in GeditDocument. To port plugins, see:
+ https://wiki.gnome.org/Apps/Gedit/API-Changes
+
+- Include Adwaita theming
+- New selector to open documents in the header bar
+- Various improvements and bug fixes
+- Some work to build gedit on Windows
+
+New and updated translations
+============================
+- bg (Alexander Shopov)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- gd (GunChleoc)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- nb (Kjartan Maraas)
+- ru (Yuri Myasoedov)
+- sv (Anders Jonsson)
+- tr (Muhammet Kara)
+
+============
+gedit 3.13.2
+============
+
+- Zeitgeist plugin moved to the gedit-plugins module
+- Some code clean-up in GeditTab and GeditDocument
+- Updated Thai translation
+
+============
+gedit 3.13.1
+============
+
+New Features and Fixes
+======================
+- Statusbar: line/col popover menu (Sebastien Lafargue)
+- Use GtkListBox for the style scheme list (Paolo Borelli)
+- Make use of popover menu for the gear menu (Ignacio Casal Quinteiro)
+- Make it work on Windows (Руслан Ижбулатов, Paolo Borelli)
+- Add a gsettings for the last wrapping split -mode (Sebastien Lafargue)
+- Misc bug fixes.
+
+New and updated translations
+============================
+- be (Sviatlana Liasovich)
+- ca@valencia (Pau Iranzo)
+- cs (Marek Černocký)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- he (Yosef Or Boczko)
+- id (Andika Triwidada)
+- pt_BR (Enrico Nicoletto)
+- pt_BR (Rafael Ferreira)
+- th (Akom Chotiphantawanon)
+
+============
+gedit 3.12.1
+============
+
+New Features and Fixes
+======================
+- Many fixes to the snippets plugin
+- Rework some of the internals in preparation to a new Windows release
+- Change Uppercase shortcut to Ctrl+U to avoid conflict with Save All
+- Add Ctrl+N shortcut for New Window
+- Plug some minor memory leaks
+- Misc bug fixes.
+
+New and updated translations
+============================
+- ar (Ibrahim Saed)
+- cs (Marek Černocký)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- hu (Attila Hammer)
+- id (Andika Triwidada)
+- th (Akom Chotiphantawanon)
+
+============
+gedit 3.12.0
+============
+
+New Features and Fixes
+======================
+- Fix regression sorting recent files
+
+New and updated translations
+============================
+- an (Daniel Martinez)
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- de (Christian Kirbach)
+- eu (Iñaki Larrañaga Murgoitio)
+- gd (GunChleoc)
+- hu (Gabor Kelemen)
+- lv (Rūdolfs Mazurs)
+- sl (Matej Urbančič)
+
+=============
+gedit 3.11.92
+=============
+
+New Features and Fixes
+======================
+- Implement drag'n'drop for the documents panel
+- Misc bug fixes.
+
+New and updated translations
+============================
+- ca (Pau Iranzo)
+- cs (Marek Černocký)
+- de (Christian Kirbach)
+- de (Wolfgang Stoeggl)
+- es (Daniel Mustieles)
+- fi (Jiri Grönroos)
+- fr (naybnet)
+- id (Andika Triwidada)
+- ko (Changwoo Ryu)
+- lv (Rūdolfs Mazurs)
+- pa (A S Alam)
+- pl (Paweł Żołnowski)
+- pt (Tiago S.)
+- ru (Yuri Myasoedov)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- uk (Daniel Korostil)
+- zh_CN (Wylmer Wang)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+=============
+gedit 3.11.91
+=============
+
+New Features and Fixes
+======================
+- Add keyboard shortcuts to change text case
+- Readd bus message to add context menu items to the filebrowser
+- Reopen last closed tab with ctrl+shift+T
+- Rework fullscreen mode to use GtkRevealer
+- Misc bug fixes.
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- gd (GunChleoc)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- it (Milo Casagrande)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- pt_BR (Rafael Ferreira)
+- zh_CN (Tong Hui)
+
+=============
+gedit 3.11.90
+=============
+
+New Features and Fixes
+======================
+- Even more work on the new UI (use popovers, CSD in dialogs and much more)
+- Reimplement the documents sidepane using GtkListBox
+- Adapt plugins to the latest changes
+- Misc bug fixes.
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- pt_BR (Enrico Nicoletto)
+- uk (Daniel Korostil)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+============
+gedit 3.11.3
+============
+
+New Features and Fixes
+======================
+- More work on the new UI
+- Finalize the new API to extend the menu from plugins
+- Adapt plugins to the latest changes
+- Restore command line handling that was broken in laste release.
+- Detect when network is not available and warn if using remote documents
+- Add an fpaste tool to the external tools scripts
+- Rewrite the build system with nonrecursive Makefiles
+- Improvements in docs.
+- Misc bug fixes.
+
+New and updated translations
+============================
+- an (Jorge Pérez Pérez)
+- as (Nilamdyuti Goswami)
+- cs (Marek Černocký)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- gd (GunChleoc)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- kn (Shankar Prasad)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- pt_BR (Rafael Ferreira)
+- ru (Stas Solovey)
+- th (Akom Chotiphantawanon)
+- zh_CN (Tong Hui)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+============
+gedit 3.11.2
+============
+
+New Features and Fixes
+======================
+- Refresh the main user interface, radically changing the user interacts with the UI.
+- Remove deprecated API.
+- Integrate change case plugin inside GtkSourceView directly.
+- Improvements in docs.
+- Misc bug fixes.
+
+New and updated translations
+============================
+- bg (Valentin Laskov)
+- de (Simon Linden)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- el (Efstathios Iosifidis)
+- es (Daniel Mustieles)
+- fr (Julien Hardelin)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- lv (Rūdolfs Mazurs)
+- nl (Hannie Dumoleyn)
+- pt_BR (Rafael Ferreira)
+- sk (Pavol Klačanský)
+- sl (Matej Urbančič)
+- ta (Shantha kumar)
+- th (Akom Chotiphantawanon)
+- zh_CN (Luo Lei)
+
+============
+gedit 3.11.1
+============
+
+New Features and Fixes
+======================
+- Implement XDS dnd support for GeditView and GeditWindow (Nelson Benítez León)
+- Documentation Improvements
+- Style fixes
+- Implement Move to New Tab Group (Ignacio Casal Quinteiro)
+- Expand tabs and center tab labels (William Jon McCann)
+- Misc bugfixes and improvements
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- be (Sviatlana Liasovich)
+- ca (Josep Sanchez Mesegue)
+- ca@valencia (Josep Sanchez Mesegue)
+- cs (Marek Černocký)
+- da (Ask Hjorth Larsen)
+- de (Christian Kirbach)
+- es (Daniel Mustieles)
+- eu (Iñaki Larrañaga Murgoitio)
+- gl (Fran Dieguez)
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- ko (Changwoo Ryu)
+- lt (Aurimas Černius)
+- lv (Rūdolfs Mazurs)
+- nb (Kjartan Maraas)
+- pl (Piotr Drąg)
+- pt (António Lima)
+- pt_BR (Antonio Fernandes C. Neto)
+- ru (Stas Solovey)
+- ru (Yuri Myasoedov)
+- sk (Pavol Klačanský)
+- sl (Matej Urbančič)
+- sr (Мирослав Николић)
+- sr@latin (Miroslav Nikolić)
+- th (Akom Chotiphantawanon)
+
+============
+gedit 3.10.0
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes and improvements
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- ca (Josep Sànchez)
+- et (Mattias Põldaru)
+- eu (Iñaki Larrañaga Murgoitio)
+- gd (GunChleoc)
+- ja (Jiro Matsuzawa)
+- pt_BR (Enrico Nicoletto)
+- uk (Daniel Korostil)
+- zh_CN (Wylmer Wang)
+
+============
+gedit 3.9.92
+============
+
+New Features and Fixes
+======================
+- Some final tweaks to the search rework (Sébastien Wilmet)
+- Misc bugfixes and improvements
+
+New and updated translations
+============================
+- be (Sviatlana Liasovich)
+- ca (Gil Forcada)
+- da (Ask Hjorth Larsen)
+- de (Christian Kirbach)
+- fi (Jiri Grönroos)
+- fr (Alain Lojewski)
+- gl (Fran Dieguez)
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- ko (Changwoo Ryu)
+- lv (Rūdolfs Mazurs)
+- ru (Dmitriy S. Seregin)
+- ru (Yuri Myasoedov)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- th (Akom Chotiphantawanon)
+- vi (Trần Ngọc Quân)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+============
+gedit 3.9.91
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes and improvements
+
+New and updated translations
+============================
+- de (Christian Kirbach)
+- es (Daniel Mustieles)
+- ga (Seán de Búrca)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- hu (Balázs Úr)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- pa (A S Alam)
+- pl (Piotr Drąg)
+- pt_BR (Enrico Nicoletto)
+- sk (Pavol Klačanský)
+- vi (Trần Ngọc Quân)
+
+============
+gedit 3.9.90
+============
+
+New Features and Fixes
+======================
+- Implement regual expression search (Sébastien Wilmet)
+- Misc bugfixes and improvements
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Christian Kirbach)
+- de (Tobias Endrigkeit)
+- he (Yaron Shahrabani)
+- hu (Gabor Kelemen)
+- it (Milo Casagrande)
+- nb (Kjartan Maraas)
+- pt_BR (Rafael Ferreira)
+- th (Akom Chotiphantawanon)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+===========
+gedit 3.9.4
+===========
+
+New Features and Fixes
+======================
+- Use the GtkSourceView search and replace API (Sébastien Wilmet)
+- Deprecate the gedit search and replace API (Sébastien Wilmet)
+- Display the number of search occurrences and the current occurrence position
+ in the search entry (Ignacio Casal Quinteiro, Sébastien Wilmet)
+- Fix tab groups (Garrett Regier)
+- Misc bugfixes and improvements (Shobha Tyagi, Ignacio Casal Quinteiro,
+ Garrett Regier, William Jon McCann, Paolo Borelli, Matthias Clasen)
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- sk (Pavol Klačanský)
+
+===========
+gedit 3.9.3
+===========
+
+New Features and Fixes
+======================
+- Various bugfixes and improvements to the filebrowser and the
+ external tools plugins (Garrett Regier)
+- Fix clicking on replace dialog buttons (Sébastien Wilmet)
+- Misc bugfixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- it (Milo Casagrande)
+- nb (Kjartan Maraas)
+
+===========
+gedit 3.9.2
+===========
+
+New Features and Fixes
+======================
+- Many bugfixes and improvements to the filebrowser, quickopen and
+ external tools plugins (Garrett Regier)
+- Misc bugfixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Benjamin Steinwender)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- ja (Jiro Matsuzawa)
+- mr (Sandeep Shedmake)
+- th (Akom Chotiphantawanon)
+
+===========
+gedit 3.9.1
+===========
+
+New Features and Fixes
+======================
+- Add new Highlight Mode dialog (Ignacio Casal Quinteiro)
+- Allow shell quotes in commands from Run Command tool (Adam Dingle)
+- Use widget templates (Ignacio Casal Quinteiro, Paolo Borelli)
+- external tools: look in browser root for files in tool output (Adam Dingle)
+- external tools: extend link parser to handle grep output (Adam Dingle)
+- external tools: provide environment variable with file browser root (Ignacio Casal Quinteiro)
+- Improvements in filebrowser (Ignacio Casal Quinteiro, Sébastien Wilmet)
+- Improvements in quickopen (Ignacio Casal Quinteiro)
+- Improvements in docs
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- de (Christian Kirbach)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- hu (Gabor Kelemen)
+- it (Milo Casagrande)
+- ja (OKANO Takayoshi)
+- ml (Anish A)
+- nb (Kjartan Maraas)
+- or (Manoj Kumar Giri)
+- pl (Piotr Drąg)
+- pt_BR (Enrico Nicoletto)
+- ru (Stas Solovey)
+- sk (Pavol Klačanský)
+- sl (Matej Urbančič)
+- ta (Shantha kumar)
+- te (Krishnababu Krothapalli)
+
+===========
+gedit 3.8.1
+===========
+
+New Features and Fixes
+======================
+- Port zeitgeist plugin to use libzeitgeist2 (Seif Lotfy)
+- Improvements in docs
+- Misc bugfixes
+
+New and updated translations
+============================
+- an (Jorge Pérez Pérez)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- fi (Jiri Grönroos)
+- hu (Gabor Kelemen)
+- pl (Wojciech Szczęsny)
+- pt_BR (Rafael Ferreira)
+- tr (Muhammet Kara)
+- uk (Daniel Korostil)
+
+===========
+gedit 3.8.0
+===========
+
+New Features and Fixes
+======================
+- Improvements in docs
+- Misc bugfixes
+
+New and updated translations
+============================
+- crh (Reşat SABIQ)
+- es (Daniel Mustieles)
+- fa (Arash Mousavi)
+- fr (Alexandre Franke)
+- hi (raj)
+- hu (Gabor Kelemen)
+- ja (Jiro Matsuzwa)
+- kn (Shankar Prasad)
+- mr (Sandeep Shedmake)
+- or (Manoj Kumar Giri)
+- ta (Dr.T.Vasudevan)
+- te (Krishnababu Krothapalli)
+
+===========
+gedit 3.7.6
+===========
+
+New Features and Fixes
+======================
+- Improvements in docs
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- be (Sviatlana Liasovich)
+- ca (Gil Forcada)
+- ca@valencia (Gil Forcada)
+- da (Kenneth Nielsen)
+- de (Mario Blättermann)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- et (Mattias Põldaru)
+- fi (Jiri Grönroos)
+- fr (Bruno Brouard)
+- hu (Balázs Úr)
+- id (Andika Triwidada)
+- ja (Jiro Matsuzwa)
+- ko (Changwoo Ryu)
+- lv (Rūdolfs Mazurs)
+- pt (Duarte Loreto)
+- ru (Yuri Myasoedov)
+- sk (Pavol Klačanský)
+- ta (Dr.T.Vasudevan)
+- tg (Victor Ibragimov)
+- th (Akom Chotiphantawanon)
+
+===========
+gedit 3.7.5
+===========
+
+New Features and Fixes
+======================
+- Updated mallard snippets (Jim Campbell)
+- Improvements in docs
+- Misc bugfixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Mario Blättermann)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- fr (Alain Lojewski)
+- gu ("Last-Translator: \n")
+- lt (Aurimas Černius)
+- pa (A S Alam)
+- ru (Stas Solovey)
+- ru (Yuri Myasoedov)
+- sl (Andrej Žnidaršič)
+- zh_CN (Wylmer Wang)
+
+===========
+gedit 3.7.4
+===========
+
+New Features and Fixes
+======================
+- Use revealer to animate the search bar and the notification bars (Ignacio Casal Quinteiro)
+- Several fixes in snippets (Sébastien Wilmet)
+- Improvements in docs (Ekaterina Gerasimova)
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- bg (Alexander Shopov)
+- es (Daniel Mustieles)
+- eu (Iñaki Larrañaga Murgoitio)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- it (Milo Casagrande)
+- ja (Carrot031)
+- lt (Aurimas Černius)
+- ml (Anish A)
+- nb (Kjartan Maraas)
+- nl (Wouter Bolsterlee)
+- pl (Piotr Drąg)
+- pt_BR (Rafael Ferreira)
+- ru (Yuri Myasoedov)
+- sl (Matej Urbančič)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- th (Akom Chotiphantawanon)
+- ug (Gheyret Kenji)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+===========
+gedit 3.7.3
+===========
+
+New Features and Fixes
+======================
+- Application menu (Paolo Borelli, Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- es (Daniel Mustieles)
+- he (Yaron Shahrabani)
+- hu (Balázs Úr)
+- it (Milo Casagrande)
+- nb (Kjartan Maraas)
+
+===========
+gedit 3.7.2
+===========
+
+New Features and Fixes
+======================
+- Port to GtkApplication (Paolo Borelli, Ryan Lortie, Ignacio Casal Quinteiro)
+- Lots of improvements in docs (Jim Campbell)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- as (Nilamdyuti Goswami)
+- be (Sviatlana Liasovich)
+- ca (Gil Forcada)
+- cs (Marek Černocký)
+- de (Wolfgang Stoeggl)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- et (Mattias Põldaru)
+- fa (Arash Mousavi)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- he (Yaron Shahrabani)
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- ja (Takayuki KUSANO)
+- lt (Aurimas Černius)
+- lv (Rūdolfs Mazurs)
+- ml (Ani Peter)
+- mr (Sandeep Shedmake)
+- nb (Kjartan Maraas)
+- or (Manoj Kumar Giri)
+- pa (A S Alam)
+- pl (Piotr Drąg)
+- pt_BR (Rafael Ferreira)
+- ru (Yuri Myasoedov)
+- sk (Dušan Kazik)
+- sl (Andrej Žnidaršič)
+- sl (Matej Urbančič)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- ta (Dr.T.Vasudevan)
+
+===========
+gedit 3.7.1
+===========
+
+New Features and Fixes
+======================
+- Port to python 3 (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- be (Sviatlana Liasovich)
+- ca (Gil Forcada)
+- cs (Marek Černocký)
+- de (Wolfgang Stoeggl)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- et (Mattias Põldaru)
+- fa (Arash Mousavi)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- ja (Takayuki KUSANO)
+- lt (Aurimas Černius)
+- lv (Rūdolfs Mazurs)
+- mr (Sandeep Shedmake)
+- nb (Kjartan Maraas)
+- pa (A S Alam)
+- pl (Piotr Drąg)
+- ru (Yuri Myasoedov)
+- sk (Dušan Kazik)
+- sl (Matej Urbančič)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+
+===========
+gedit 3.6.1
+===========
+
+New Features and Fixes
+======================
+- File Browser side panel improvements (Ignacio Casal Quinteiro)
+- Fix print preview in landscape mode (Adrian Johnson)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ca (David Planella)
+- ca@valencia (David Planella)
+- el (Tom Tryfonidis)
+- gl (Fran Dieguez)
+- km (Khoem Sokhem)
+- lv (Rūdolfs Mazurs)
+- nb (Kjartan Maraas)
+- sk (Ivan Masár)
+- sl (Matej Urbančič)
+- uk (Daniel Korostil)
+
+===========
+gedit 3.6.0
+===========
+
+New and updated translations
+============================
+- bg (Alexander Shopov)
+- bn_IN (Sayak Sarkar)
+- el (Tom Tryfonidis)
+- et (Mattias Põldaru)
+- hi (chandankumar)
+- kn (Shankar Prasad)
+- lv (Rūdolfs Mazurs)
+- or (Manoj Kumar Giri)
+- ru (Yuri Myasoedov)
+- te (Krishnababu Krothapalli)
+- zh_CN (YunQiang Su)
+
+===========
+gedit 3.5.3
+===========
+
+New Features and Fixes
+======================
+- Handle a command line specifying a big line number (Paolo Borelli, David Toton)
+- Extensive snippet collection for docbook
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- be (Sviatlana Liasovich)
+- bg (Krasimir Chonov)
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- de (Mario Blättermann)
+- el (Tom Tryfonidis)
+- en_GB (Bruce Cowan)
+- es (Daniel Mustieles)
+- fa (Arash Mousavi)
+- fi (Jiri Grönroos)
+- fi (sampo555)
+- fr (Alain Lojewski)
+- fr (Bruno Brouard)
+- gu ("Last-Translator: \n")
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- ko (Changwoo Ryu)
+- lt (Aurimas Černius)
+- ml (Ani Peter)
+- mr (Sandeep Shedmake)
+- pa (A S Alam)
+- pl (Piotr Drąg)
+- pt_BR (Rafael Ferreira)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- ta (Dr.T.Vasudevan)
+- th (Theppitak Karoonboonyanan)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+===========
+gedit 3.5.2
+===========
+
+New Features and Fixes
+======================
+- Improvements in snippets plugin (Jesse van den Kieboom)
+- Use autoreconf instead gnome-autogen (Javier Jardón)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- as (Nilamdyuti Goswami)
+- de (Mario Blättermann)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- he (Yaron Shahrabani)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- ja (OKANO Takayoshi)
+- lt (Aurimas Černius)
+- mr (Sandeep Shedmake)
+- nb (Kjartan Maraas)
+- nn (Moonchild)
+- pl (Piotr Drąg)
+- pt (Duarte Loreto)
+- ru (Stas Solovey)
+- ru (Yuri Myasoedov)
+- sl (Matej Urbančič)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- tr (Muhammet Kara)
+- vi (Nguyễn Thái Ngọc Duy)
+- zh_CN (Colin Zhao)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+===========
+gedit 3.5.1
+===========
+
+New Features and Fixes
+======================
+- Improved html snippets (Jaseem Abid)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- as (Nilamdyuti Goswami)
+- de (Christian Kirbach)
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- hi (Rajesh Ranjan)
+
+===========
+gedit 3.4.2
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- el (Tom Tryfonidis)
+- id (Dirgita)
+- lv (Rūdolfs Mazurs)
+- zh_HK (Cheng-Chia Tseng)
+- zh_TW (Cheng-Chia Tseng)
+
+===========
+gedit 3.4.1
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- bg (Krasimir Chonov)
+- de (Mario Blättermann)
+- es (Daniel Mustieles)
+- fr (Alain Lojewski)
+- hu (Gabor Kelemen)
+- lv (Rūdolfs Mazurs)
+- pt_BR (Adorilson Bezerra)
+- sk (Ivan Masár)
+- th (Akom Chotiphantawanon)
+- zh_HK (Pin-hsien Li)
+- zh_TW (Pin-hsien Li)
+
+===========
+gedit 3.4.0
+===========
+
+New and updated translations
+============================
+- ar (Abderrahim Kitouni)
+- bg (Krasimir Chonov)
+- ca (David Planella)
+- ca@valencia (David Planella)
+- crh (Reşat SABIQ)
+- de (Viktor Nyberg)
+- he (Yaron Shahrabani)
+- ja (Takayuki KUSANO)
+- lv (Anita Reitere)
+- pt_BR (Antonio Fernandes C. Neto)
+- sl (Andrej Žnidaršič)
+- te (Bhuvan Krishna)
+- uk (Korostil Daniel)
+- zh_CN (Colin Zhao)
+
+===========
+gedit 3.3.8
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Ibrahim Saed)
+- as (Nilamdyuti Goswami)
+- be (Sviatlana Liasovich)
+- bg (Alexander Shopov)
+- bg (Krasimir Chonov)
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- en_GB (Bruce Cowan)
+- es (Daniel Mustieles)
+- et (Mattias Põldaru)
+- eu (Iñaki Larrañaga Murgoitio)
+- fa (Arash Mousavi)
+- fi (Tommi Vainikainen)
+- fr (Bruno Brouard)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- hi (rajesh)
+- hu (Gabor Kelemen)
+- it (Milo Casagrande)
+- ko (Changwoo Ryu)
+- lt (Algimantas Margevičius)
+- lv (Rūdolfs Mazurs)
+- nb (Kjartan Maraas)
+- nl (Wouter Bolsterlee)
+- pa (A S Alam)
+- pl (Piotr Drąg)
+- pt (Duarte Loreto)
+- ru (Yuri Myasoedov)
+- sl (Matej Urbančič)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- sv (Daniel Nylander)
+- te (Sasi Bhushan Boddepalli)
+- tr (Muhammet Kara)
+- vi (Nguyễn Thái Ngọc Duy)
+- zh_HK (Pin-hsien Li)
+- zh_TW (Pin-hsien Li)
+
+===========
+gedit 3.3.7
+===========
+
+New Features and Fixes
+======================
+- Add support for fd.o desktop action spec (Nathan Williams)
+- Misc bugfixes
+
+===========
+gedit 3.3.6
+===========
+
+New Features and Fixes
+======================
+- Fix the "time" plugin (Paolo Borelli)
+- Misc bugfixes
+
+New and updated translations
+============================
+- eu (Iñaki Larrañaga Murgoitio)
+- hu (Gabor Kelemen)
+- nl (Hannie Dumoleyn)
+- pl (Piotr Drąg)
+
+===========
+gedit 3.3.5
+===========
+
+New Features and Fixes
+======================
+- Less clutter seach popup (Ignacio Casal Quinteiro)
+- Use GResources (Ignacio Casal Quinteiro, Paolo Borelli)
+- Misc bugfixes
+
+New and updated translations
+============================
+- bg (Alexander Shopov)
+- gl (Fran Dieguez)
+- it (Milo Casagrande)
+- ru (Yuri Myasoedov)
+- ta (Dr.T.Vasudevan)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+===========
+gedit 3.3.4
+===========
+
+New Features and Fixes
+======================
+- Fix many memory leaks (Daniel Trebbien)
+- Use Yelp Tools for docs generation (Javier Jardón)
+- Docs updates (Jim Campbell)
+- Misc bugfixes
+
+New and updated translations
+============================
+- be (Sviatlana Liasovich)
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- de (Mario Blättermann)
+- es (Daniel Mustieles)
+- et (Mattias Põldaru)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- sl (Andrej Žnidaršič)
+- sl (Matej Urbančič)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- sv (Daniel Nylander)
+- zh_CN (Colin Zhao)
+
+===========
+gedit 3.3.3
+===========
+
+New Features and Fixes
+======================
+- Bring the OSX port up to date (Jesse van den Kieboom)
+- Start fixing the Win32 port (Ignacio Casal Quinteiro)
+- Some minor UI improvements, some css styling is now in the Adwaita theme
+- Misc bugfixes
+
+New and updated translations
+============================
+- bg (Alexander Shopov)
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- nb (Kjartan Maraas)
+- pt_BR (Fábio Nogueira)
+- sl (Matej Urbančič)
+- sv (Daniel Nylander)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+===========
+gedit 3.3.2
+===========
+
+New Features and Fixes
+======================
+- More docs awesome (Jim Campbell)
+- Port snippets and external tools managers to GtkGrid (Paolo Borelli)
+- Fix crashes when exiting with new gtk+ (Paolo Borelli)
+- Improvements in filebrowser plugin (Ignacio Casal Quinteiro)
+- Symbolic icons for close buttons (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- be (Sviatlana Liasovich)
+- bg (Alexander Shopov)
+- eo (Kristjan SCHMIDT)
+- es (Daniel Mustieles)
+- et (Mattias Põldaru)
+- fr (Alain Lojewski)
+- fr (Bruno Brouard)
+- he (Yaron Shahrabani)
+- ja (Jiro Matsuzawa)
+- lt (Aurimas Černius)
+- mk ("Last-Translator: Jovan N\n")
+- nb (Kjartan Maraas)
+- ru (Misha Shnurapet)
+- ru (Yuri Myasoedov)
+- sl (Andrej Žnidaršič)
+- te (Praveen Illa)
+- zh_CN (Colin Zhao)
+
+===========
+gedit 3.3.1
+===========
+
+New Features and Fixes
+======================
+- Sidebar style for the panel (Ignacio Casal Quinteiro)
+- Separate ParseAndActivate from Activate for snippets (Jesse van den Kieboom)
+- Remove outdated tool to generate a plugin scheleton (Paolo Borelli)
+- Clear the tools accel entry on backspace (Paolo Borelli)
+- Make restoring default print fonts actually work (Paolo Borelli)
+- Use GtkGrid in the pythonconsole settings (Paolo Borelli)
+- GtkTable replaced with GtkGrid in gedit-print-preferences (Laura Lazzati)
+- GtkTable replaced with GtkGrid in docinfo-plugin (Laura Lazzati)
+- Remove gedit_style_scheme_manager_list_schemes_sorted (Paolo Borelli)
+- Remove gedit_language_manager_list_languages_sorted (Paolo Borelli)
+- Remove explicit gthread initialization (Paolo Borelli)
+- More docs awesome (Jim Campbell)
+- quickopen: set placeholder text (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- de (Mario Blättermann)
+- el (Kostas Papadimas)
+- es (Daniel Mustieles)
+- fr (Bruno Brouard)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- my (phonemyintkhaing)
+- nb (Kjartan Maraas)
+- ru (Yuri Myasoedov)
+- sl (Matej Urbančič)
+- th (Akom Chotiphantawanon)
+- tr (Muhammet Kara)
+
+===========
+gedit 3.2.2
+===========
+
+New Features and Fixes
+======================
+- More help awesome (Jim Campbell)
+- Misc bugfixes
+
+New and updated translations
+============================
+- be (Sviatlana Liasovich)
+- es (Jorge González)
+- fr (Bruno Brouard)
+- pl (Piotr Drąg)
+- sk (Ivan Masár)
+- vi (Nguyễn Thái Ngọc Duy)
+
+===========
+gedit 3.2.1
+===========
+
+New Features and Fixes
+======================
+- More help awesome (Jim Campbell)
+- Use GtkGrid in the replace dialog. (Paolo Borelli)
+- Misc bugfixes
+
+New and updated translations
+============================
+- da (Kenneth Nielsen)
+- eo (Kristjan SCHMIDT)
+- lv (Rūdofls Mazurs)
+
+===========
+gedit 3.2.0
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- ca@valencia (Gil Forcada)
+- de (Christian Kirbach)
+- es (Jorge González)
+- eu (Julen Ruiz Aizpuru)
+- ga (Seán de Búrca)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- hu (Gabor Kelemen)
+- ja (OKANO Takayoshi)
+- kn (Shankar Prasad)
+- ko (Changwoo Ryu)
+- nl (Hannie Dumoleyn)
+- te (Krishnababu Krothapalli)
+
+===========
+gedit 3.1.6
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+- More documentation (Jim Campbell)
+
+New and updated translations
+============================
+- ca (Gil Forcada)
+- da (Kenneth Nielsen)
+- en_GB (Bruce Cowan)
+- es (Daniel Mustieles)
+- fr (Bruno Brouard)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- lt (Aurimas Černius)
+- pl (Piotr Drąg)
+- pt (Duarte Loreto)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- ta (Dr.T.Vasudevan)
+
+===========
+gedit 3.1.5
+===========
+
+New Features and Fixes
+======================
+- Update snippet for mallard (Germán Póo-Caamaño)
+- Update the quickopen dialog to look more GNOMEish 3 (Ignacio Casal Quinteiro)
+- Use symbolic icons for the search popup. (Ignacio Casal Quinteiro)
+- Point to the right help in the dialogs (Ignacio Casal Quinteiro, Jim Campbell)
+
+New and updated translations
+============================
+- fa (Arash Mousavi)
+- it (Milo Casagrande)
+- tr (Muhammet Kara)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+===========
+gedit 3.1.4
+===========
+
+New Features and Fixes
+======================
+- Use css for the search popup (Ignacio Casal Quinteiro)
+- Use pygobject 3
+- More documentation (Jim Campbell)
+- gboxed templates for snippets plugin (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- bg (Alexander Shopov)
+- de (Mario Blättermann)
+- es (Jorge González)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- nl (Hannie Dumoleyn)
+- pa (A S Alam)
+- th (Akom Chotiphantawanon)
+- tr (Muhammet Kara)
+
+===========
+gedit 3.1.3
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Mario Blättermann)
+- el (Simos Xenitellis)
+- es (Daniel Mustieles)
+- eu (Iñaki Larrañaga Murgoitio)
+- he (Yaron Shahrabani)
+- hu (Gabor Kelemen)
+- lv (Rūdofls Mazurs)
+- nb (Kjartan Maraas)
+- pt_BR (Thiago Branco Meurer)
+- sl (Matej Urbančič)
+- zh_CN (Colin Zhao)
+
+===========
+gedit 3.1.2
+===========
+
+New Features and Fixes
+======================
+- Add markdown snippets (Jean-Philippe Fleury)
+- Fix slowdown on gedit (Paolo Borelli)
+- Update to use libpeas 1.1 API (Garrett Regier)
+- New GNOME 3 like style for snippets and external tools (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- de (Christian Kirbach)
+- de (Paul Seyfert)
+- es (Jorge González)
+- gl (Fran Diéguez)
+- he (Yaron Shahrabani)
+- nb (Kjartan Maraas)
+- sl (Matej Urbančič)
+
+===========
+gedit 3.1.1
+===========
+
+New Features and Fixes
+======================
+- Port to GtkOverlay (Ignacio Casal Quinteiro)
+- Fix single instance logic (Paolo Borelli)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ca@valencia (Gil Forcada)
+- el (Kostas Papadimas)
+- fr (Bruno Brouard)
+
+===========
+gedit 3.0.3
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- gl (Fran Diéguez)
+- ja (Jiro Matsuzawa)
+- sk (Ivan Masár)
+- ug (Zeper)
+
+===========
+gedit 3.0.2
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- de (Mario Blättermann)
+- es (Daniel Mustieles)
+- hu (Gabor Kelemen)
+- sk (Ivan Masár)
+- vi (Clytie Siddall)
+
+=============
+gedit 3.0.1
+=============
+
+New Features and Fixes
+======================
+- Various fixes in search popup
+- Style improvements
+- Misc bugfixes
+
+New and updated translations
+============================
+- eu (Inaki Larranaga Murgoitio)
+
+=============
+gedit 3.0.0
+=============
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- af (F Wolff)
+- ar (Khaled Hosny)
+- as (Nilamdyuti Goswami)
+- ast (Xandru Armesto)
+- be (Ihar Hrachyshka)
+- bg (Krasimir Chonov)
+- bn_IN ("Last-Translator: \n")
+- ca (Gil Forcada)
+- ca@valencia (Gil Forcada)
+- cs (Marek Černocký)
+- da (Ask Hjorth Larsen)
+- de (Christian Kirbach)
+- de (Mario Blättermann)
+- el (Michael Kotsarinis)
+- el (Simos Xenitellis)
+- en_GB (Bruce Cowan)
+- en@shaw (Thomas Thurman)
+- eo (Kristjan SCHMIDT)
+- es (Daniel Mustieles)
+- es (Jorge González)
+- et (Mattias Põldaru)
+- eu (Iñaki Larrañaga Murgoitio)
+- fr (Gérard Baylard)
+- ga (Seán de Búrca)
+- gl (Fran Diéguez)
+- gu (Sweta Kothari)
+- he (Yaron Shahrabani)
+- hi (Rajesh Ranjan)
+- hu (Gabor Kelemen)
+- id (Dirgita)
+- it (Milo Casagrande)
+- ja (Hajime Taira)
+- ko (Changwoo Ryu)
+- lt (Aurimas Černius)
+- lv (Rudolfs)
+- ml ("Last-Translator: \n")
+- mr (Sandeep Shedmake)
+- nb (Kjartan Maraas)
+- nl (Wouter Bolsterlee)
+- or (Manoj Kumar Giri)
+- pa (A S Alam)
+- pl (Piotr Drąg)
+- pt_BR (Gabriel F. Vilar)
+- pt (Duarte Loreto)
+- ro (Lucian Adrian Grijincu)
+- ru (Yuri Myaseodov)
+- sl (Andrej Žnidaršič)
+- sl (Matej Urbančič)
+- sr@latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- sv (Daniel Nylander)
+- ta ("Last-Translator: \n")
+- te (Krishnababu Krothapalli)
+- th (Akom Chotiphantawanon)
+- tr ("Last-Translator: \n")
+- ug (Zeper)
+- uk (Korostil Daniel)
+- vi (Clytie Siddall)
+- zh_CN (YunQiang Su)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1b9cdd6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,54 @@
+gedit
+=====
+
+gedit is a general-purpose text editor. It has been created in 1998, at the
+beginnings of GNOME.
+
+The first goal of gedit is to be easy to use, with a simple interface by
+default. More advanced features are available by enabling plugins.
+
+See the [gedit official website](https://wiki.gnome.org/Apps/Gedit) for
+more information.
+
+License
+-------
+
+gedit is released under the GNU General Public License (GPL) version 2 or
+later, see the file [COPYING](COPYING) for more information.
+
+Dependencies
+------------
+
+gedit depends on GTK 3.
+
+For a complete list of dependencies, see the file [meson.build](meson.build).
+
+Installation
+------------
+
+To build gedit from source, see the [docs/build.md](docs/build.md) file.
+
+How to report bugs
+------------------
+
+Please read
+[the wiki page on how to report bugs](https://wiki.gnome.org/Apps/Gedit/ReportingBugs),
+it contains a list of frequently reported bugs and a link to the bug
+tracker.
+
+Development resources
+---------------------
+
+- [gedit on GitLab](https://gitlab.gnome.org/GNOME/gedit)
+- [gedit-plugins on GitLab](https://gitlab.gnome.org/GNOME/gedit-plugins)
+- [Tarballs](https://download.gnome.org/sources/gedit/)
+- [Roadmap](docs/roadmap.md)
+- [gedit wiki attic](https://wiki.gnome.org/Apps/Gedit/Attic)
+
+Contributions
+-------------
+
+gedit development relies on voluntary contributions and everyone is invited
+to help.
+
+See the file [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
diff --git a/build-aux/buildstream/README.md b/build-aux/buildstream/README.md
new file mode 100644
index 0000000..20cc5c3
--- /dev/null
+++ b/build-aux/buildstream/README.md
@@ -0,0 +1,5 @@
+gedit BuildStream elements
+==========================
+
+Copy the `*.bst` files in gnome-build-meta's `elements/world/` directory, and
+then run BuildStream as usual from there.
diff --git a/build-aux/buildstream/amtk.bst b/build-aux/buildstream/amtk.bst
new file mode 100644
index 0000000..11f9c34
--- /dev/null
+++ b/build-aux/buildstream/amtk.bst
@@ -0,0 +1,15 @@
+kind: meson
+
+sources:
+- kind: git_tag
+ url: gnome_gitlab:World/amtk.git
+ track: master
+
+build-depends:
+- sdk/gobject-introspection.bst
+- sdk/gtk-doc.bst
+- freedesktop-sdk.bst:public-stacks/buildsystem-meson.bst
+
+depends:
+- sdk/gtk+-3.bst
+- freedesktop-sdk.bst:bootstrap-import.bst
diff --git a/build-aux/buildstream/gedit.bst b/build-aux/buildstream/gedit.bst
new file mode 100644
index 0000000..168fd91
--- /dev/null
+++ b/build-aux/buildstream/gedit.bst
@@ -0,0 +1,27 @@
+kind: meson
+
+sources:
+- kind: git_tag
+ url: gnome:gedit.git
+ track: master
+ submodules:
+ subprojects/libgd:
+ checkout: true
+ url: gnome:libgd.git
+
+build-depends:
+- sdk/appstream-glib.bst
+- sdk/gtk-doc.bst
+- sdk/gobject-introspection.bst
+- sdk/vala.bst
+- freedesktop-sdk.bst:components/itstool.bst
+- freedesktop-sdk.bst:components/perl.bst
+- freedesktop-sdk.bst:public-stacks/buildsystem-meson.bst
+
+depends:
+- core-deps/gspell.bst
+- core-deps/libpeas.bst
+- sdk/adwaita-icon-theme.bst
+- sdk/gsettings-desktop-schemas.bst
+- world/tepl.bst
+- freedesktop-sdk.bst:bootstrap-import.bst
diff --git a/build-aux/buildstream/tepl.bst b/build-aux/buildstream/tepl.bst
new file mode 100644
index 0000000..11793fc
--- /dev/null
+++ b/build-aux/buildstream/tepl.bst
@@ -0,0 +1,18 @@
+kind: meson
+
+sources:
+- kind: git_tag
+ url: gnome_gitlab:swilmet/tepl.git
+ track: main
+
+build-depends:
+- sdk/gobject-introspection.bst
+- sdk/gtk-doc.bst
+- freedesktop-sdk.bst:public-stacks/buildsystem-meson.bst
+
+depends:
+- sdk/gsettings-desktop-schemas.bst
+- sdk/gtksourceview-4.bst
+- world/amtk.bst
+- freedesktop-sdk.bst:components/icu.bst
+- freedesktop-sdk.bst:bootstrap-import.bst
diff --git a/build-aux/flatpak/.gitignore b/build-aux/flatpak/.gitignore
new file mode 100644
index 0000000..7949add
--- /dev/null
+++ b/build-aux/flatpak/.gitignore
@@ -0,0 +1,2 @@
+.flatpak-builder/
+build/
diff --git a/build-aux/flatpak/0-readme.md b/build-aux/flatpak/0-readme.md
new file mode 100644
index 0000000..8506797
--- /dev/null
+++ b/build-aux/flatpak/0-readme.md
@@ -0,0 +1,8 @@
+gedit flatpak
+=============
+
+First, you need to set up gnome-nightly:
+
+https://wiki.gnome.org/Apps/Nightly
+
+And install its runtime and SDK.
diff --git a/build-aux/flatpak/1-build-and-install.sh b/build-aux/flatpak/1-build-and-install.sh
new file mode 100755
index 0000000..cb96038
--- /dev/null
+++ b/build-aux/flatpak/1-build-and-install.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+flatpak-builder --force-clean --user --install build org.gnome.gedit.yml
diff --git a/build-aux/flatpak/2-run-app.sh b/build-aux/flatpak/2-run-app.sh
new file mode 100755
index 0000000..1dc2b58
--- /dev/null
+++ b/build-aux/flatpak/2-run-app.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+flatpak run org.gnome.gedit
diff --git a/build-aux/flatpak/3-teardown.sh b/build-aux/flatpak/3-teardown.sh
new file mode 100755
index 0000000..99cbb06
--- /dev/null
+++ b/build-aux/flatpak/3-teardown.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+flatpak uninstall --user org.gnome.gedit
diff --git a/build-aux/flatpak/generate-json-manifest.sh b/build-aux/flatpak/generate-json-manifest.sh
new file mode 100755
index 0000000..c8544e3
--- /dev/null
+++ b/build-aux/flatpak/generate-json-manifest.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+# SPDX-FileCopyrightText: Copyright 2022 Jake Dane
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+# yq: A portable command-line YAML processor.
+# Currently hosted here: https://github.com/mikefarah/yq
+
+# At the time of writing, some tools around Flatpak (for example gnome-builder)
+# only supports the *.json format, but *.yml is easier to edit.
+
+yq eval 'org.gnome.gedit.yml' --output-format json > 'org.gnome.gedit.json'
diff --git a/build-aux/flatpak/org.gnome.gedit.json b/build-aux/flatpak/org.gnome.gedit.json
new file mode 100644
index 0000000..12d9a74
--- /dev/null
+++ b/build-aux/flatpak/org.gnome.gedit.json
@@ -0,0 +1,115 @@
+{
+ "app-id": "org.gnome.gedit",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gedit",
+ "tags": [
+ "nightly"
+ ],
+ "desktop-file-name-prefix": "(Nightly) ",
+ "finish-args": [
+ "--share=ipc",
+ "--socket=x11",
+ "--socket=fallback-x11",
+ "--socket=wayland",
+ "--metadata=X-DConf=migrate-path=/org/gnome/gedit/",
+ "--filesystem=host",
+ "--filesystem=xdg-run/gvfsd",
+ "--talk-name=org.gtk.vfs.*"
+ ],
+ "build-options": {
+ "cflags": "-O2 -g",
+ "cxxflags": "-O2 -g",
+ "env": {
+ "V": "1"
+ }
+ },
+ "cleanup": [
+ "/include",
+ "/lib/pkgconfig",
+ "/share/pkgconfig",
+ "/share/aclocal",
+ "/man",
+ "/share/man",
+ "/share/gtk-doc",
+ "/share/vala",
+ "/share/gir-1.0",
+ "*.la",
+ "*.a"
+ ],
+ "modules": [
+ {
+ "name": "libpeas",
+ "buildsystem": "meson",
+ "config-opts": [
+ "-Dlua51=false",
+ "-Dvapi=true",
+ "-Ddemos=false",
+ "-Dglade_catalog=false"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://download.gnome.org/sources/libpeas/1.34/libpeas-1.34.0.tar.xz",
+ "sha256": "4305f715dab4b5ad3e8007daec316625e7065a94e63e25ef55eb1efb964a7bf0"
+ }
+ ]
+ },
+ {
+ "name": "gspell",
+ "cleanup": [
+ "/bin"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://download.gnome.org/sources/gspell/1.12/gspell-1.12.0.tar.xz",
+ "sha256": "40d2850f1bb6e8775246fa1e39438b36caafbdbada1d28a19fa1ca07e1ff82ad"
+ }
+ ]
+ },
+ {
+ "name": "amtk",
+ "buildsystem": "meson",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://download.gnome.org/sources/amtk/5.6/amtk-5.6.1.tar.xz",
+ "sha256": "d50115b85c872aac296934b5ee726a3fa156c6f5ad96d27e0edd0aa5ad173228"
+ }
+ ]
+ },
+ {
+ "name": "tepl",
+ "buildsystem": "meson",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/swilmet/tepl.git",
+ "branch": "main"
+ }
+ ]
+ },
+ {
+ "name": "gedit",
+ "buildsystem": "meson",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gedit.git"
+ }
+ ]
+ },
+ {
+ "name": "gedit-plugins",
+ "buildsystem": "meson",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gedit-plugins.git"
+ }
+ ]
+ }
+ ]
+}
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
new file mode 100644
index 0000000..bd6ab12
--- /dev/null
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -0,0 +1,93 @@
+# After editing this file run generate-json-manifest.sh.
+# Don't edit the *.json manifest file by hand.
+---
+app-id: org.gnome.gedit
+runtime: org.gnome.Platform
+runtime-version: master
+sdk: org.gnome.Sdk
+command: gedit
+tags:
+ - nightly
+desktop-file-name-prefix: "(Nightly) "
+
+finish-args:
+ - "--share=ipc"
+ - "--socket=x11"
+ - "--socket=fallback-x11"
+ - "--socket=wayland"
+ - "--metadata=X-DConf=migrate-path=/org/gnome/gedit/"
+ # Needed at least for the integrated file browser plugin:
+ - "--filesystem=host"
+ # GVfs GIO APIs access using backend URIs
+ - "--filesystem=xdg-run/gvfsd"
+ # For opening files from remote locations (with GVfs):
+ - "--talk-name=org.gtk.vfs.*"
+
+build-options:
+ cflags: "-O2 -g"
+ cxxflags: "-O2 -g"
+ env:
+ V: '1'
+
+cleanup:
+ - "/include"
+ - "/lib/pkgconfig"
+ - "/share/pkgconfig"
+ - "/share/aclocal"
+ - "/man"
+ - "/share/man"
+ - "/share/gtk-doc"
+ - "/share/vala"
+ - "/share/gir-1.0"
+ - "*.la"
+ - "*.a"
+
+modules:
+ - name: libpeas
+ buildsystem: meson
+ config-opts:
+ - "-Dlua51=false"
+ - "-Dvapi=true"
+ - "-Ddemos=false"
+ - "-Dglade_catalog=false"
+ sources:
+ - type: archive
+ url: https://download.gnome.org/sources/libpeas/1.34/libpeas-1.34.0.tar.xz
+ sha256: 4305f715dab4b5ad3e8007daec316625e7065a94e63e25ef55eb1efb964a7bf0
+
+ - name: gspell
+ cleanup:
+ - "/bin"
+ sources:
+ - type: archive
+ url: https://download.gnome.org/sources/gspell/1.12/gspell-1.12.0.tar.xz
+ sha256: 40d2850f1bb6e8775246fa1e39438b36caafbdbada1d28a19fa1ca07e1ff82ad
+
+ - name: amtk
+ buildsystem: meson
+ sources:
+ - type: archive
+ url: https://download.gnome.org/sources/amtk/5.6/amtk-5.6.1.tar.xz
+ sha256: d50115b85c872aac296934b5ee726a3fa156c6f5ad96d27e0edd0aa5ad173228
+
+ - name: tepl
+ buildsystem: meson
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/swilmet/tepl.git
+ branch: main
+
+ - name: gedit
+ buildsystem: meson
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/gedit.git
+ # To build a local branch, comment out 'url' and uncomment:
+ # path: ../../
+ # branch: wip/misc
+
+ - name: gedit-plugins
+ buildsystem: meson
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/gedit-plugins.git
diff --git a/build-aux/meson/post_install.py b/build-aux/meson/post_install.py
new file mode 100755
index 0000000..15b7838
--- /dev/null
+++ b/build-aux/meson/post_install.py
@@ -0,0 +1,30 @@
+#!/usr/bin/env python3
+
+import os
+import subprocess
+import sys
+
+libdir = sys.argv[1]
+datadir = sys.argv[2]
+
+# Packaging tools define DESTDIR and this isn't needed for them
+if 'DESTDIR' not in os.environ:
+ print('Compiling gsettings schemas...')
+ subprocess.call(['glib-compile-schemas',
+ os.path.join(datadir, 'glib-2.0', 'schemas')])
+
+ print('Updating icon cache...')
+ subprocess.call(['gtk-update-icon-cache', '-qtf',
+ os.path.join(datadir, 'icons', 'hicolor')])
+
+ print('Updating desktop database...')
+ subprocess.call(['update-desktop-database', '-q',
+ os.path.join(datadir, 'applications')])
+
+ print('Compiling python modules...')
+ subprocess.call([sys.executable, '-m', 'compileall', '-f', '-q',
+ os.path.join(libdir, 'gedit', 'plugins')])
+
+ print('Compiling python modules (optimized versions) ...')
+ subprocess.call([sys.executable, '-O', '-m', 'compileall', '-f', '-q',
+ os.path.join(libdir, 'gedit', 'plugins')])
diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml
new file mode 100644
index 0000000..fc49c39
--- /dev/null
+++ b/build-aux/snap/snapcraft.yaml
@@ -0,0 +1,192 @@
+name: gedit
+version: git
+adopt-info: gedit
+grade: stable # must be 'stable' to release into candidate/stable channels
+confinement: strict
+base: core18
+
+layout:
+ /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libpeas-1.0:
+ symlink: $SNAP/gnome-platform/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libpeas-1.0
+ /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/gedit:
+ symlink: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/gedit
+ /usr/share/gedit:
+ symlink: $SNAP/usr/share/gedit
+
+slots:
+ # for GtkApplication registration
+ gedit:
+ interface: dbus
+ bus: session
+ name: org.gnome.gedit
+
+apps:
+ gedit:
+ command: usr/bin/gedit
+ extensions: [gnome-3-28]
+ plugs:
+ - avahi-observe
+ - cups-control
+ - gsettings
+ - home
+ - network
+ - mount-observe
+ - removable-media
+ common-id: org.gnome.gedit.desktop
+ environment:
+ GSETTINGS_SCHEMA_DIR: $SNAP/share/glib-2.0/schemas
+ LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/lib/$SNAPCRAFT_ARCH_TRIPLET/gedit:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET:$SNAP/gnome-platform/usr/lib/$SNAPCRAFT_ARCH_TRIPLET
+ GI_TYPELIB_PATH: $SNAP/usr/lib/girepository-1.0:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/gedit/girepository-1.0:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/girepository-1.0:$SNAP/gnome-platform/usr/lib/girepository-1.0:$SNAP/gnome-platform/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/girepository-1.0
+ PYTHONPATH: $SNAP/usr/lib/python3/dist-packages:$SNAP/gnome-platform/usr/lib/python3/dist-packages
+ GTK_USE_PORTAL: 1
+
+parts:
+ amtk:
+ source: https://gitlab.gnome.org/GNOME/amtk.git
+ source-type: git
+ plugin: autotools
+ configflags:
+ - --prefix=/usr
+ - --enable-introspection=no
+ organize:
+ snap/gedit/current/usr: usr
+
+ tepl:
+ after: [amtk, gtksourceview]
+ source: https://gitlab.gnome.org/GNOME/tepl.git
+ source-type: git
+ plugin: meson
+ meson-parameters:
+ - --prefix=/usr
+ organize:
+ snap/gedit/current/usr: usr
+ build-packages:
+ - libuchardet-dev
+ stage-packages:
+ - libuchardet0
+
+ gtksourceview:
+ source: https://gitlab.gnome.org/GNOME/gtksourceview.git
+ source-type: git
+ plugin: meson
+ meson-parameters:
+ - --prefix=/usr
+ - -Dc_args="-Wno-error=undef"
+ organize:
+ snap/gedit/current/usr: usr
+ build-packages:
+ - autoconf-archive
+ - gettext
+ - gobject-introspection
+ - gtk-doc-tools
+ - libfribidi-dev
+ - libgirepository1.0-dev
+ - libglib2.0-dev
+ - libgtk-3-dev
+ - libpeas-dev
+ - libxml2-dev
+ - libxml2-utils
+ - valac
+ # meson gir overrides don't work well
+ override-build: |
+ snapcraftctl build
+ cp $SNAPCRAFT_PART_INSTALL/usr/share/gir-1.0/GtkSource* /usr/share/gir-1.0
+ cp $SNAPCRAFT_PART_INSTALL/usr/share/vala/vapi/gtksource* /usr/share/vala/vapi
+
+ gedit:
+ after: [gtksourceview, tepl]
+ source: .
+ source-type: git
+ parse-info: [usr/share/metainfo/org.gnome.gedit.appdata.xml]
+ plugin: meson
+ meson-parameters:
+ - --prefix=/usr
+ - -Dvala_args="--vapidir=$SNAPCRAFT_STAGE/usr/share/vala/vapi"
+ build-environment:
+ - C_INCLUDE_PATH: $SNAPCRAFT_STAGE/usr/include/gtksourceview-4
+ override-build: |
+ sed -i.bak -e 's|Icon=org.gnome.gedit$|Icon=${SNAP}/meta/gui/org.gnome.gedit.svg|g' data/org.gnome.gedit.desktop.in
+ sed -i.bak -e "s|symlink_media: true|symlink_media: false|g" help/meson.build
+ snapcraftctl build
+ mkdir -p $SNAPCRAFT_PART_INSTALL/meta/gui/
+ cp data/icons/org.gnome.gedit.svg $SNAPCRAFT_PART_INSTALL/meta/gui/
+ cp ../install/usr/share/applications/org.gnome.gedit.desktop $SNAPCRAFT_PART_INSTALL/meta/gui/
+ build-packages:
+ - desktop-file-utils
+ - gettext
+ - gsettings-desktop-schemas-dev
+ - gtk-doc-tools
+ - itstool
+ - libsoup2.4-dev
+ - libgspell-1-dev
+ - libxml2-dev
+ - libglib2.0-dev
+ - libgtk-3-dev
+ - libpeas-dev
+ - libx11-dev
+ - python3
+ - python-gi-dev
+ - gobject-introspection
+ - libgirepository1.0-dev
+ - valac
+ stage-packages:
+ - libfribidi0
+
+ gedit-plugins:
+ after: [gedit]
+ source: https://gitlab.gnome.org/GNOME/gedit-plugins.git
+ source-type: git
+ plugin: meson
+ meson-parameters:
+ - --prefix=/snap/gedit/current/usr
+ - -Dplugin_bookmarks=true
+ - -Dplugin_bracketcompletion=true
+ - -Dplugin_charmap=true
+ - -Dplugin_codecomment=true
+ - -Dplugin_colorpicker=true
+ - -Dplugin_colorschemer=true
+ - -Dplugin_commander=false
+ - -Dplugin_drawspaces=true
+ - -Dplugin_findinfiles=false
+ - -Dplugin_git=true
+ - -Dplugin_joinlines=true
+ - -Dplugin_multiedit=false
+ - -Dplugin_smartspaces=true
+ - -Dplugin_terminal=true
+ - -Dplugin_textsize=true
+ - -Dplugin_translate=true
+ - -Dplugin_wordcompletion=true
+ - -Dplugin_zeitgeist=false
+ organize:
+ snap/gedit/current/usr: usr
+ build-environment:
+ - C_INCLUDE_PATH: $SNAPCRAFT_STAGE/usr/include:$SNAPCRAFT_STAGE/usr/include/gedit-3.14:$SNAPCRAFT_STAGE/usr/include/gtksourceview-4
+ - LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAPCRAFT_STAGE/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/gedit
+ - PKG_CONFIG_PATH: $PKG_CONFIG_PATH:$SNAPCRAFT_STAGE/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
+ build-packages:
+ - appstream
+ - build-essential
+ - gettext
+ - gnome-common
+ - itstool
+ - libgit2-glib-1.0-dev
+ - libglib2.0-dev
+ - libgtk-3-dev
+ - libgucharmap-2-90-dev
+ - libvte-2.91-dev
+ - python3
+ - python3-dbus
+ - python-dbus-dev
+ - python-gi-dev
+ - yelp-tools
+ stage-packages:
+ - python3
+ - python3-dbus
+ - python3-gi
+ - python3-setuptools
+# Zeitgeist plugin isn't as useful in a Snap.
+ stage:
+ - -usr/lib/gedit/plugins/libzeitgeist.so
+ - -usr/lib/gedit/plugins/zeitgeist.plugin
+ - -usr/share/help/*/gedit/zeitgeist-dataprovider.page
+ - -usr/share/metainfo/gedit-zeitgeist.metainfo.xml
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..72e8ffc
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/data/gedit-osx.gschema.override b/data/gedit-osx.gschema.override
new file mode 100644
index 0000000..bee32cc
--- /dev/null
+++ b/data/gedit-osx.gschema.override
@@ -0,0 +1,5 @@
+[org.gnome.desktop.interface]
+monospace-font-name = 'Menlo 12'
+
+[org.gnome.gedit.preferences.editor]
+editor-font = 'Menlo 12'
diff --git a/data/gedit.1 b/data/gedit.1
new file mode 100644
index 0000000..269d5b9
--- /dev/null
+++ b/data/gedit.1
@@ -0,0 +1,96 @@
+.TH GEDIT 1 "17 July 2022"
+.SH NAME
+\fBgedit\fP \- general-purpose text editor
+
+.SH SYNOPSIS
+.br
+.B gedit
+[\fIOPTION\fR...] [\fIFILE\fR...] [+\fILINE\fR[:\fICOLUMN\fR]]
+.br
+.B gedit
+[\fIOPTION\fR...] -
+
+.SH DESCRIPTION
+.B gedit
+is a general-purpose text editor.
+
+The first goal of
+.B gedit
+is to be easy to use, with a simple interface by default. More advanced features
+are available by enabling plugins.
+
+.LP
+.SH OPTIONS
+
+.TP
+\fB\-\-encoding\fR
+Set the character encoding to be used for opening the files listed on the command line.
+.TP
+\fB\-\-list-encodings\fR
+Display list of possible values for the encoding option and exit.
+.TP
+\fB\-\-new\-window\fR
+Create a new toplevel window in an existing instance of
+.B gedit.
+.TP
+\fB\-\-new\-document\fR
+Create a new document in an existing instance of
+.B gedit.
+.TP
+\fB\-s, \-\-standalone\fR
+Run
+.B gedit
+in standalone mode.
+.TP
+\fB\-w, \-\-wait\fR
+Open files and block the
+.B gedit
+process.
+.TP
+\fB\-\-help\fR
+Prints the command line options.
+.TP
+\fB\-\-version\fR
+Output version information and exit.
+.TP
+\fBFILE\fR
+Specifies the file to open when
+.B gedit
+starts. If this is not specified,
+.B gedit
+will load a blank file with an "Unsaved Document" label. Multiple files can be loaded if they are
+separated by spaces.
+.B gedit
+also supports handling of remote files. For example, you can pass the location
+of a webpage to
+.B gedit
+, like "http://www.gnome.org", or load a file from a FTP server,
+like "ftp://ftp.gnome.org/robots.txt".
+.TP
+\fB-\fR
+.B gedit will read from stdin
+.TP
+\fB+LINE\fR
+For the first file, go to the line specified by LINE (do not insert a space between the "+" sign and the number).
+If LINE is missing, go to the last line.
+.TP
+\fBCOLUMN\fR
+For the first file, go to the column specified by COLUMN.
+If COLUMN is missing, go to the first column.
+
+.SH BUGS
+If you find a bug, please report it at the GNOME bug tracker. See: https://wiki.gnome.org/Apps/Gedit/ReportingBugs
+.SH AUTHORS
+.\" Top 5 authors (to not have a too long list), by relative contribution
+.\" (number of commits at the time of writing).
+Paolo Borelli
+.br
+Sébastien Wilmet
+.br
+Ignacio Casal Quinteiro
+.br
+Jesse van den Kieboom
+.br
+Paolo Maggi
+.br
+and many others.
diff --git a/data/icons/meson.build b/data/icons/meson.build
new file mode 100644
index 0000000..c1f2edb
--- /dev/null
+++ b/data/icons/meson.build
@@ -0,0 +1,9 @@
+install_data(
+ 'org.gnome.gedit.svg',
+ install_dir: get_option('datadir') / 'icons/hicolor/scalable/apps'
+)
+
+install_data(
+ 'org.gnome.gedit-symbolic.svg',
+ install_dir: get_option('datadir') / 'icons/hicolor/symbolic/apps'
+)
diff --git a/data/icons/org.gnome.gedit-symbolic.svg b/data/icons/org.gnome.gedit-symbolic.svg
new file mode 100644
index 0000000..b75c950
--- /dev/null
+++ b/data/icons/org.gnome.gedit-symbolic.svg
@@ -0,0 +1,39 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg sodipodi:docname='accessories-text-editor-symbolic.svg' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' inkscape:version='0.48.1 r9760' version='1.1' id='svg7384' xmlns:svg='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:cc='http://creativecommons.org/ns#' xmlns='http://www.w3.org/2000/svg' width='16' height='16.008873'>
+ <metadata id='metadata90'>
+ <rdf:RDF>
+ <cc:Work rdf:about=''>
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
+ <dc:title>Gnome Symbolic Icon Theme</dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview inkscape:window-maximized='0' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:object-paths='false' inkscape:zoom='11.313708' showborder='false' showgrid='false' inkscape:snap-global='true' inkscape:current-layer='layer11' inkscape:pageopacity='1' inkscape:pageshadow='2' inkscape:object-nodes='false' bordercolor='#666666' gridtolerance='10' inkscape:snap-bbox-midpoints='false' inkscape:window-height='967' pagecolor='#555753' id='namedview88' showguides='true' inkscape:window-x='2087' inkscape:window-y='282' inkscape:snap-bbox='true' borderopacity='1' inkscape:window-width='1226' inkscape:cx='-20.114158' inkscape:cy='266.82175' inkscape:bbox-paths='false' objecttolerance='10' inkscape:guide-bbox='true' inkscape:snap-to-guides='true' guidetolerance='10' inkscape:snap-grids='true'>
+ <inkscape:grid visible='true' spacingx='1px' spacingy='1px' enabled='true' empspacing='2' snapvisiblegridlinesonly='true' id='grid4866' type='xygrid'/>
+ </sodipodi:namedview>
+ <title id='title9167'>Gnome Symbolic Icon Theme</title>
+ <defs id='defs7386'/>
+ <g inkscape:groupmode='layer' inkscape:label='status' transform='translate(-163.0002,-508.99113)' id='layer9' style='display:inline'/>
+ <g inkscape:groupmode='layer' inkscape:label='devices' transform='translate(-163.0002,-508.99113)' id='layer10'/>
+ <g inkscape:groupmode='layer' inkscape:label='apps' transform='translate(-163.0002,-508.99113)' id='layer11'>
+ <path d='m 168.40625,515 a 0.50219246,0.50219246 0 1 0 0.0937,1 l 6,0 a 0.50005,0.50005 0 1 0 0,-1 l -6,0 a 0.50005,0.50005 0 0 0 -0.0937,0 z' id='path3601-2' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans' inkscape:connector-curvature='0'/>
+ <path d='m 168.40625,517 a 0.50219246,0.50219246 0 1 0 0.0937,1 l 5,0 a 0.50005,0.50005 0 1 0 0,-1 l -5,0 a 0.50005,0.50005 0 0 0 -0.0937,0 z' id='path3601-2-3' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans' inkscape:connector-curvature='0'/>
+ <path d='m 168.40625,519 a 0.50219246,0.50219246 0 1 0 0.0937,1 l 6,0 a 0.50005,0.50005 0 1 0 0,-1 l -6,0 a 0.50005,0.50005 0 0 0 -0.0937,0 z' id='path3601-2-3-2' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans' inkscape:connector-curvature='0'/>
+ <path d='m 168.40625,521 a 0.50219246,0.50219246 0 1 0 0.0937,1 l 3,0 a 0.50005,0.50005 0 1 0 0,-1 l -3,0 a 0.50005,0.50005 0 0 0 -0.0937,0 z' id='path3601-2-3-3' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans' inkscape:connector-curvature='0'/>
+ <path d='m 167.0002,510 c -1.0907,0 -2,0.9093 -2,2 l 0,11 c 0,1.0907 0.9093,2 2,2 l 9,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-11 c 0,-1.0907 -0.9093,-2 -2,-2 0,4.33333 0,8.66667 0,13 l -9,0 c 0,-4.33333 0,-8.66667 0,-13 z' sodipodi:nodetypes='csssssscccc' id='rect10788' inkscape:connector-curvature='0' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans'/>
+ <path d='M 168.40625,509 A 0.50005,0.50005 0 0 0 168,509.5 l 0,3 a 0.50005,0.50005 0 1 0 1,0 l 0,-3 a 0.50005,0.50005 0 0 0 -0.59375,-0.5 z' id='path3601-2-3-3-9' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans' inkscape:connector-curvature='0'/>
+ <path d='M 170.40625,509 A 0.50005,0.50005 0 0 0 170,509.5 l 0,3 a 0.50005,0.50005 0 1 0 1,0 l 0,-3 a 0.50005,0.50005 0 0 0 -0.59375,-0.5 z' id='path3601-2-3-3-9-3' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans' inkscape:connector-curvature='0'/>
+ <path d='M 172.40625,509 A 0.50005,0.50005 0 0 0 172,509.5 l 0,3 a 0.50005,0.50005 0 1 0 1,0 l 0,-3 a 0.50005,0.50005 0 0 0 -0.59375,-0.5 z' id='path3601-2-3-3-9-3-3' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans' inkscape:connector-curvature='0'/>
+ <path d='M 174.40625,509 A 0.50005,0.50005 0 0 0 174,509.5 l 0,3 a 0.50005,0.50005 0 1 0 1,0 l 0,-3 a 0.50005,0.50005 0 0 0 -0.59375,-0.5 z' id='path3601-2-3-3-9-3-3-7' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans' inkscape:connector-curvature='0'/>
+
+ </g>
+ <g inkscape:groupmode='layer' inkscape:label='places' transform='translate(-163.0002,-508.99113)' id='layer13'/>
+ <g inkscape:groupmode='layer' inkscape:label='mimetypes' transform='translate(-163.0002,-508.99113)' id='layer14'/>
+ <g inkscape:groupmode='layer' inkscape:label='emblems' transform='translate(-163.0002,-508.99113)' id='layer15' style='display:inline'/>
+ <g inkscape:groupmode='layer' inkscape:label='emotes' transform='translate(-163.0002,-508.99113)' id='g71291' style='display:inline'/>
+ <g inkscape:groupmode='layer' inkscape:label='categories' transform='translate(-163.0002,-508.99113)' id='g4953' style='display:inline'/>
+ <g inkscape:groupmode='layer' inkscape:label='actions' transform='translate(-163.0002,-508.99113)' id='layer12' style='display:inline'/>
+</svg>
diff --git a/data/icons/org.gnome.gedit.Devel.svg b/data/icons/org.gnome.gedit.Devel.svg
new file mode 100644
index 0000000..16c8749
--- /dev/null
+++ b/data/icons/org.gnome.gedit.Devel.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="128" width="128"><defs><clipPath id="f"><path d="M88 96h20v20H88zm0 0"/></clipPath><clipPath id="i"><path d="M20 8h88v108H20zm0 0"/></clipPath><clipPath id="B"><path d="M20 8h88v108H20zm0 0"/></clipPath><clipPath id="C"><path d="M100 116H28a8 8 0 01-8-8V16a8 8 0 018-8h72a8 8 0 018 8v92a8 8 0 01-8 8zm0 0"/></clipPath><clipPath id="s"><path d="M0 0h128v128H0z"/></clipPath><clipPath id="q"><path d="M0 0h128v128H0z"/></clipPath><clipPath id="b"><path d="M0 0h192v152H0z"/></clipPath><clipPath id="x"><path d="M108 96l-20 20h-5.715V90.285H108zm0 0"/></clipPath><clipPath id="g"><path d="M108 96l-20 20h-5.715V90.285H108zm0 0"/></clipPath><clipPath id="w"><path d="M88 96h20v20H88zm0 0"/></clipPath><clipPath id="j"><path d="M100 116H28a8 8 0 01-8-8V16a8 8 0 018-8h72a8 8 0 018 8v92a8 8 0 01-8 8zm0 0"/></clipPath><clipPath id="n"><path d="M0 0h128v128H0z"/></clipPath><clipPath id="c"><path d="M0 0h192v152H0z"/></clipPath><clipPath id="d"><path d="M0 0h128v128H0z"/></clipPath><linearGradient gradientTransform="matrix(0 .17857 .17857 0 84.429 44.571)" y2="72" x2="340" y1="76" x1="344" gradientUnits="userSpaceOnUse" id="h"><stop offset="0" stop-color="#d5d3cf"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient gradientTransform="matrix(0 .37 -.98462 0 295.385 -30.36)" y2="235" x2="428" y1="235" x1="300" gradientUnits="userSpaceOnUse" id="r"><stop offset="0" stop-color="#f9f06b"/><stop offset="1" stop-color="#f5c211"/></linearGradient><linearGradient gradientTransform="matrix(.07621 -.4442 .4442 -.07621 77.726 159.838)" y2="-127.399" x2="158.518" y1="-97.698" x1="128.817" gradientUnits="userSpaceOnUse" id="E"><stop offset="0" stop-color="#d0bb8e"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient gradientTransform="rotate(180 68 -86)" y2="-276" x2="116" y1="-276" x1="28" gradientUnits="userSpaceOnUse" id="e"><stop offset="0" stop-color="#c0bfbc"/><stop offset=".045" stop-color="#fff"/><stop offset=".091" stop-color="#deddda"/><stop offset=".909" stop-color="#deddda"/><stop offset=".955" stop-color="#fff"/><stop offset="1" stop-color="#c0bfbc"/></linearGradient><linearGradient gradientTransform="matrix(0 .17857 .17857 0 84.429 44.571)" y2="72" x2="340" y1="76" x1="344" gradientUnits="userSpaceOnUse" id="y"><stop offset="0" stop-color="#d5d3cf"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient gradientTransform="matrix(.07621 -.4442 .4442 -.07621 77.726 159.838)" y2="-127.399" x2="158.518" y1="-97.698" x1="128.817" gradientUnits="userSpaceOnUse" id="m"><stop offset="0" stop-color="#d0bb8e"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient gradientTransform="rotate(180 68 -86)" y2="-276" x2="116" y1="-276" x1="28" gradientUnits="userSpaceOnUse" id="v"><stop offset="0" stop-color="#c0bfbc"/><stop offset=".045" stop-color="#fff"/><stop offset=".091" stop-color="#deddda"/><stop offset=".909" stop-color="#deddda"/><stop offset=".955" stop-color="#fff"/><stop offset="1" stop-color="#c0bfbc"/></linearGradient><g clip-path="url(#d)" id="o"><path d="M100 122H28a8 8 0 01-8-8V99.75a8 8 0 018-8h72a8 8 0 018 8V114a8 8 0 01-8 8zm0 0" fill="#1a5fb4"/><path d="M100 120H28a8 8 0 01-8-8V88a8 8 0 018-8h72a8 8 0 018 8v24a8 8 0 01-8 8zm0 0" fill="url(#e)"/><path d="M100 116H28a8 8 0 01-8-8V16a8 8 0 018-8h72a8 8 0 018 8v92a8 8 0 01-8 8zm0 0" fill="#f6f5f4"/><path d="M28 18a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm0 0M98 20a1.999 1.999 0 104 0 1.999 1.999 0 10-4 0zm0 0M108 22a1.998 1.998 0 01-1.73-1 1.99 1.99 0 010-2c.355-.617 1.015-1 1.73-1M20 22c.715 0 1.375-.383 1.73-1a1.99 1.99 0 000-2A1.998 1.998 0 0020 18" fill="#d5d3cf"/><g clip-path="url(#f)"><g clip-path="url(#g)"><path d="M88 104v9.715a8 8 0 008 8h9.715a8 8 0 008-8V104a8 8 0 00-8-8H96a8 8 0 00-8 8zm0 0" fill="url(#h)"/></g></g><g clip-path="url(#i)"><g clip-path="url(#j)"><use mask="url(#k)" xlink:href="#l"/></g></g><path d="M32 104V84l20 20zm0 0" fill="url(#m)"/><path d="M32 104v-8l8 8zm0 0" fill="#424048"/><path d="M50 102L34 86l67.945-67.945 16 16zm0 0" fill="#f6d32d"/><path d="M37.887 89.887L32 84l68-68 5.836 5.941zm0 0" fill="#f9f06b"/><path d="M46.113 98.113L52 104l68-68-5.941-5.836zm0 0" fill="#e5a50a"/></g><g filter="url(#a)" clip-path="url(#n)" id="p"><use xlink:href="#o"/></g><g clip-path="url(#b)" id="l"><path d="M100 16L32 84v20h22l68-68-7.867-5.762-8.297-8.297zm0 0"/></g><g clip-path="url(#q)" id="u"><path d="M128 80.64V128H0V80.64zm0 0" fill="url(#r)"/><path d="M13.309 80.64L60.664 128H81.88l-47.36-47.36zm42.421 0L103.094 128h21.215L76.945 80.64zm42.43 0L128 110.48V89.27l-8.629-8.63zM0 88.548v21.215L18.238 128h21.215zm0 0"/></g><g clip-path="url(#s)" id="A"><use mask="url(#t)" xlink:href="#u"/></g><mask id="k"><g filter="url(#a)"><path fill-opacity=".2" d="M0 0h128v128H0z"/></g></mask><mask id="z"><use xlink:href="#p"/></mask><mask id="t"><g filter="url(#a)"><path fill-opacity=".8" d="M0 0h128v128H0z"/></g></mask><mask id="D"><g filter="url(#a)"><path fill-opacity=".2" d="M0 0h128v128H0z"/></g></mask><filter height="100%" width="100%" y="0%" x="0%" filterUnits="objectBoundingBox" id="a"><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" in="SourceGraphic"/></filter></defs><path d="M100 122H28a8 8 0 01-8-8V99.75a8 8 0 018-8h72a8 8 0 018 8V114a8 8 0 01-8 8zm0 0" fill="#1a5fb4"/><path d="M100 120H28a8 8 0 01-8-8V88a8 8 0 018-8h72a8 8 0 018 8v24a8 8 0 01-8 8zm0 0" fill="url(#v)"/><path d="M100 116H28a8 8 0 01-8-8V16a8 8 0 018-8h72a8 8 0 018 8v92a8 8 0 01-8 8zm0 0" fill="#f6f5f4"/><path d="M28 18a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm0 0M20 22c.715 0 1.375-.383 1.73-1a1.99 1.99 0 000-2A1.998 1.998 0 0020 18" fill="#d5d3cf"/><g clip-path="url(#w)"><g clip-path="url(#x)"><path d="M88 104v9.715a8 8 0 008 8h9.715a8 8 0 008-8V104a8 8 0 00-8-8H96a8 8 0 00-8 8zm0 0" fill="url(#y)"/></g></g><use mask="url(#z)" xlink:href="#A"/><path d="M98 20a1.999 1.999 0 104 0 1.999 1.999 0 10-4 0zm0 0M108 22a1.998 1.998 0 01-1.73-1 1.99 1.99 0 010-2c.355-.617 1.015-1 1.73-1" fill="#d5d3cf"/><g clip-path="url(#B)"><g clip-path="url(#C)"><use mask="url(#D)" xlink:href="#l"/></g></g><path d="M32 104V84l20 20zm0 0" fill="url(#E)"/><path d="M32 104v-8l8 8zm0 0" fill="#424048"/><path d="M50 102L34 86l67.945-67.945 16 16zm0 0" fill="#f6d32d"/><path d="M37.887 89.887L32 84l68-68 5.836 5.941zm0 0" fill="#f9f06b"/><path d="M46.113 98.113L52 104l68-68-5.941-5.836zm0 0" fill="#e5a50a"/></svg> \ No newline at end of file
diff --git a/data/icons/org.gnome.gedit.svg b/data/icons/org.gnome.gedit.svg
new file mode 100644
index 0000000..af97ab9
--- /dev/null
+++ b/data/icons/org.gnome.gedit.svg
@@ -0,0 +1,376 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ viewBox="0 0 128 128"
+ style="display:inline;enable-background:new"
+ version="1.0"
+ id="svg11300"
+ height="128"
+ width="128">
+ <title
+ id="title4162">Adwaita Icon Template</title>
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient1038">
+ <stop
+ style="stop-color:#c0bfbc;stop-opacity:1"
+ offset="0"
+ id="stop1026" />
+ <stop
+ id="stop1028"
+ offset="0.04545454"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop1030"
+ offset="0.09090909"
+ style="stop-color:#deddda;stop-opacity:1" />
+ <stop
+ id="stop1032"
+ offset="0.90909088"
+ style="stop-color:#deddda;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.95454544"
+ id="stop1034" />
+ <stop
+ style="stop-color:#c0bfbc;stop-opacity:1"
+ offset="1"
+ id="stop1036" />
+ </linearGradient>
+ <clipPath
+ id="clipPath2213"
+ clipPathUnits="userSpaceOnUse">
+ <rect
+ ry="8"
+ rx="8"
+ y="-188"
+ x="160"
+ height="56"
+ width="16"
+ id="rect2215"
+ style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <linearGradient
+ id="linearGradient1005">
+ <stop
+ style="stop-color:#d0bb8e;stop-opacity:1"
+ offset="0"
+ id="stop1001" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop1003" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1351-3">
+ <stop
+ id="stop1347"
+ offset="0"
+ style="stop-color:#d5d3cf;stop-opacity:1" />
+ <stop
+ id="stop1349-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-135.99999)"
+ gradientUnits="userSpaceOnUse"
+ y2="-276"
+ x2="115.99999"
+ y1="-276"
+ x1="27.99999"
+ id="linearGradient1159"
+ xlink:href="#linearGradient1038" />
+ <linearGradient
+ gradientTransform="matrix(0.07621224,-0.44419723,0.44419725,-0.07621223,77.725794,331.83807)"
+ y2="-127.39915"
+ x2="158.51802"
+ y1="-97.698288"
+ x1="128.81717"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1103"
+ xlink:href="#linearGradient1005" />
+ <clipPath
+ id="clipPath1609-7"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ style="fill:#e74747;stroke:none;stroke-width:0.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 252,116 28,-28 v -8 h -36 v 36 z"
+ id="path1611-5" />
+ </clipPath>
+ <linearGradient
+ y2="72"
+ x2="340"
+ y1="76"
+ x1="344"
+ gradientTransform="matrix(0.25,0,0,0.25,180,83)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1130"
+ xlink:href="#linearGradient1351-3" />
+ <clipPath
+ id="clipPath1062"
+ clipPathUnits="userSpaceOnUse">
+ <rect
+ transform="scale(-1)"
+ style="opacity:1;vector-effect:none;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:13.71876526;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+ id="rect1064"
+ width="88"
+ height="108"
+ x="-108"
+ y="-116"
+ rx="8"
+ ry="8"
+ clip-path="none" />
+ </clipPath>
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>GNOME Design Team</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ <dc:title>Adwaita Icon Template</dc:title>
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ transform="translate(0,-172)"
+ style="display:inline"
+ id="layer1">
+ <g
+ style="display:none"
+ id="layer2">
+ <g
+ id="g9211"
+ style="display:inline;enable-background:new">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
+ id="rect13805"
+ width="128"
+ height="128"
+ x="9.2651362e-08"
+ y="172" />
+ <circle
+ cx="64.000031"
+ cy="236"
+ r="59.504131"
+ id="circle2892"
+ style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001, 0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <rect
+ ry="7.9292889"
+ rx="8.701004"
+ y="180.49496"
+ x="20.495007"
+ height="111.01005"
+ width="87.009987"
+ id="rect2894"
+ style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001, 0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <rect
+ ry="7.9238095"
+ rx="7.9238095"
+ y="184.49524"
+ x="12.495266"
+ height="103.00952"
+ width="103.00952"
+ id="rect2896"
+ style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001, 0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <rect
+ ry="8.701005"
+ rx="7.9292889"
+ y="200.49496"
+ x="8.4950066"
+ height="87.010048"
+ width="111.01004"
+ id="rect2898"
+ style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001, 0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ id="path2900"
+ d="M 2.6203015e-5,288.99999 H 128.00003"
+ style="display:inline;fill:none;stroke:#62a0ea;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ id="layer9">
+ <rect
+ clip-path="none"
+ ry="8"
+ rx="8"
+ y="-294"
+ x="-108"
+ height="30.25"
+ width="88"
+ id="rect1167"
+ style="opacity:1;vector-effect:none;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:13.71876526;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+ transform="scale(-1)" />
+ <g
+ transform="matrix(0.25,0,0,0.25,-374,202.04808)"
+ clip-path="url(#clipPath2213)"
+ id="g8005"
+ style="display:inline;enable-background:new" />
+ <g
+ transform="matrix(0.25,0,0,0.25,-424,202.04808)"
+ clip-path="url(#clipPath2213)"
+ id="g8015"
+ style="display:inline;enable-background:new" />
+ <g
+ transform="matrix(0.25,0,0,0.25,-414,202.04808)"
+ clip-path="url(#clipPath2213)"
+ id="g8025"
+ style="display:inline;enable-background:new" />
+ <g
+ transform="matrix(0.25,0,0,0.25,-404,202.04808)"
+ clip-path="url(#clipPath2213)"
+ id="g8035"
+ style="display:inline;enable-background:new" />
+ <g
+ transform="matrix(0.25,0,0,0.25,-394,202.04808)"
+ clip-path="url(#clipPath2213)"
+ id="g8045"
+ style="display:inline;enable-background:new" />
+ <g
+ transform="matrix(0.25,0,0,0.25,-384,202.04808)"
+ clip-path="url(#clipPath2213)"
+ id="g8055"
+ style="display:inline;enable-background:new" />
+ <rect
+ transform="scale(-1)"
+ style="opacity:1;vector-effect:none;fill:url(#linearGradient1159);fill-opacity:1;stroke:none;stroke-width:13.71876526;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+ id="rect1151"
+ width="88"
+ height="40"
+ x="-108"
+ y="-292"
+ rx="8"
+ ry="8"
+ clip-path="none" />
+ <rect
+ clip-path="none"
+ ry="8"
+ rx="8"
+ y="-288"
+ x="-108"
+ height="108"
+ width="88"
+ id="rect1161"
+ style="opacity:1;vector-effect:none;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:13.71876526;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+ transform="scale(-1)" />
+ <g
+ transform="translate(-4,2)"
+ id="g1153">
+ <path
+ style="display:inline;opacity:1;fill:#d5d3cf;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
+ d="m 32,188 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 8,0 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 8,0 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 8,0 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 8,0 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 8,0 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 8,0 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 8,0 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 8,0 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z"
+ id="path950-3-7" />
+ <circle
+ r="2"
+ cy="190"
+ cx="-104"
+ id="path1148"
+ style="opacity:1;vector-effect:none;fill:#d5d3cf;fill-opacity:1;stroke:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ transform="scale(-1,1)" />
+ <path
+ d="m 112,192 a 2,2 0 0 1 -1.73205,-1 2,2 0 0 1 0,-2 A 2,2 0 0 1 112,188"
+ style="opacity:1;vector-effect:none;fill:#d5d3cf;fill-opacity:1;stroke:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="circle16770" />
+ <path
+ transform="scale(-1,1)"
+ d="m -24,192 a 2,2 0 0 1 -1.732051,-1 2,2 0 0 1 0,-2 A 2,2 0 0 1 -24,188"
+ style="display:inline;opacity:1;vector-effect:none;fill:#d5d3cf;fill-opacity:1;stroke:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
+ id="circle16770-3" />
+ </g>
+ <rect
+ style="display:inline;opacity:1;fill:url(#linearGradient1130);fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="rect1056-3"
+ width="36"
+ height="36"
+ x="252"
+ y="88"
+ rx="11.2"
+ ry="11.2"
+ transform="matrix(0,0.71428571,0.71428571,0,25.142858,88.000008)"
+ clip-path="url(#clipPath1609-7)" />
+ <path
+ clip-path="url(#clipPath1062)"
+ id="path1047"
+ transform="translate(0,172)"
+ d="M 100,16 32,84 v 20 h 22 l 68,-68 -7.86719,-5.761719 -0.0742,-0.07227 -8.22461,-8.22461 z"
+ style="opacity:0.2;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:12.48982716;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal" />
+ <path
+ style="opacity:1;vector-effect:none;fill:url(#linearGradient1103);fill-opacity:1;stroke:none;stroke-width:12.48982716;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+ d="m 32,276 v -20 l 20,20 z"
+ id="path1038" />
+ <path
+ id="path1042"
+ d="m 31.999996,276 4e-6,-8 8,8 z"
+ style="display:inline;opacity:1;vector-effect:none;fill:#424048;fill-opacity:1;stroke:none;stroke-width:12.48982716;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ id="path1044"
+ d="m 50,274 -16,-16 67.94696,-67.94695 16,16 z"
+ style="display:inline;fill:#f6d32d;fill-opacity:1;stroke:none;stroke-width:0.50643784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new" />
+ <path
+ id="path1046"
+ d="M 37.887772,261.88776 32,256 l 68.00001,-67.99999 5.83472,5.9408 z"
+ style="display:inline;opacity:1;fill:#f9f06b;fill-opacity:1;stroke:none;stroke-width:0.3581056px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new" />
+ <path
+ id="path1048"
+ d="M 46.112246,270.11223 52,276 l 68,-68 -5.9408,-5.83472 z"
+ style="display:inline;opacity:1;fill:#e5a50a;fill-opacity:1;stroke:none;stroke-width:0.3581056px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new" />
+ </g>
+ </g>
+</svg>
diff --git a/data/meson.build b/data/meson.build
new file mode 100644
index 0000000..28d72a1
--- /dev/null
+++ b/data/meson.build
@@ -0,0 +1,95 @@
+subdir('icons')
+
+install_man('gedit.1')
+
+appdata = 'org.gnome.gedit.appdata.xml'
+appdata_file = i18n.merge_file(
+ input: appdata + '.in',
+ output: appdata,
+ po_dir: '../po/',
+ install: true,
+ install_dir: get_option('datadir') / 'metainfo'
+)
+
+appstream_util = find_program('appstream-util', required: get_option('require_all_tests'))
+if appstream_util.found()
+ test(
+ 'validate-appdata',
+ appstream_util,
+ args: ['validate-relax', '--nonet', appdata_file]
+ )
+endif
+
+desktop_file = 'org.gnome.gedit.desktop'
+desktop_output_file = i18n.merge_file(
+ type: 'desktop',
+ input: desktop_file + '.in',
+ output: desktop_file,
+ po_dir: '../po/',
+ install: true,
+ install_dir: get_option('datadir') / 'applications'
+)
+
+desktop_file_validate = find_program('desktop-file-validate', required: get_option('require_all_tests'))
+if desktop_file_validate.found()
+ test(
+ 'validate-desktop',
+ desktop_file_validate,
+ args: [desktop_output_file]
+ )
+endif
+
+active_plugins = [
+ 'docinfo',
+ 'filebrowser',
+ 'modelines',
+ 'sort',
+ 'spell',
+]
+
+quoted_plugins = []
+foreach plugin_name : active_plugins
+ quoted_plugins += '\'@0@\''.format(plugin_name)
+endforeach
+
+gschema_in = configuration_data()
+gschema_in.set('ACTIVE_PLUGINS', ', '.join(quoted_plugins))
+
+gschema_file = configure_file(
+ input: 'org.gnome.gedit.gschema.xml.in',
+ output: 'org.gnome.gedit.gschema.xml',
+ configuration: gschema_in,
+ install_dir: get_option('datadir') / 'glib-2.0/schemas'
+)
+
+gschema_dtd = gio_dep.get_pkgconfig_variable('schemasdir') / 'gschema.dtd'
+
+xmllint = find_program('xmllint', required: get_option('require_all_tests'))
+if xmllint.found()
+ test(
+ 'validate-gschema',
+ xmllint,
+ args: [
+ '--noout',
+ '--dtdvalid', gschema_dtd,
+ gschema_file,
+ ]
+ )
+endif
+
+if host_machine.system() == 'windows'
+ install_data(
+ 'org.gnome.gedit-ms-windows.gschema.override',
+ install_dir: get_option('datadir') / 'glib-2.0/schemas'
+ )
+endif
+
+service_in = configuration_data()
+service_in.set('bindir', get_option('prefix') / get_option('bindir'))
+
+configure_file(
+ input: 'org.gnome.gedit.service.in',
+ output: 'org.gnome.gedit.service',
+ configuration: service_in,
+ install_dir: get_option('datadir') / 'dbus-1/services'
+)
diff --git a/data/org.gnome.gedit-ms-windows.gschema.override b/data/org.gnome.gedit-ms-windows.gschema.override
new file mode 100644
index 0000000..007ae32
--- /dev/null
+++ b/data/org.gnome.gedit-ms-windows.gschema.override
@@ -0,0 +1,5 @@
+[org.gnome.desktop.interface]
+monospace-font-name = 'Monospace 11'
+
+[org.gnome.gedit.preferences.editor]
+editor-font = 'Monospace 11'
diff --git a/data/org.gnome.gedit.appdata.xml.in b/data/org.gnome.gedit.appdata.xml.in
new file mode 100644
index 0000000..e0a1550
--- /dev/null
+++ b/data/org.gnome.gedit.appdata.xml.in
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Paolo Borelli <pborelli@gnome.org> -->
+<component type="desktop">
+ <id>org.gnome.gedit.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>gedit</name>
+ <summary>Text editor</summary>
+ <description>
+ <p>
+ gedit is a general-purpose text editor. It has been created in 1998, at
+ the beginnings of GNOME.
+ </p>
+ <p>
+ The first goal of gedit is to be easy to use, with a simple interface by
+ default. More advanced features are available by enabling plugins.
+ </p>
+ </description>
+ <kudos>
+ <kudo>HiDpiIcon</kudo>
+ <kudo>HighContrast</kudo>
+ <kudo>UserDocs</kudo>
+ </kudos>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://gitlab.gnome.org/swilmet/gedit-extra/-/raw/main/screenshots/screenshot.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Apps/Gedit</url>
+ <url type="bugtracker">https://wiki.gnome.org/Apps/Gedit/ReportingBugs</url>
+ <url type="donation">https://liberapay.com/gedit/</url>
+ <url type="translate">https://wiki.gnome.org/TranslationProject</url>
+ <update_contact>swilmet@gnome.org</update_contact>
+ <translation type="gettext">gedit</translation>
+ <content_rating type="oars-1.1" />
+ <releases>
+ <!-- Beware for alpha/beta/rc, example: version="44~beta" -->
+ <release version="44.2" date="2023-01-19" />
+ <release version="44.1" date="2023-01-04" />
+ <release version="44.0" date="2023-01-01" />
+ <release version="43.1" date="2022-11-04" />
+ <release version="43.0" date="2022-11-03" />
+ <release version="42.1" date="2022-05-27" />
+ <release version="42.0" date="2022-04-01" />
+ </releases>
+</component>
diff --git a/data/org.gnome.gedit.desktop.in b/data/org.gnome.gedit.desktop.in
new file mode 100644
index 0000000..ccc846a
--- /dev/null
+++ b/data/org.gnome.gedit.desktop.in
@@ -0,0 +1,23 @@
+[Desktop Entry]
+Name=gedit
+Comment=Edit text files
+Exec=gedit %U
+Terminal=false
+Type=Application
+StartupNotify=true
+MimeType=text/plain;application/x-zerosize;
+Icon=org.gnome.gedit
+Categories=GNOME;GTK;Utility;TextEditor;
+Actions=new-window;new-document;
+# Translators: Do NOT translate or localize the semicolons. The list MUST also
+# end with a semicolon. It contains search terms to find this application.
+Keywords=Text;Editor;Plaintext;Write;gedit;
+DBusActivatable=true
+
+[Desktop Action new-window]
+Name=New Window
+Exec=gedit --new-window
+
+[Desktop Action new-document]
+Name=New Document
+Exec=gedit --new-document
diff --git a/data/org.gnome.gedit.gschema.xml.in b/data/org.gnome.gedit.gschema.xml.in
new file mode 100644
index 0000000..b797d84
--- /dev/null
+++ b/data/org.gnome.gedit.gschema.xml.in
@@ -0,0 +1,308 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist gettext-domain="gedit">
+ <enum id="org.gnome.gedit.WrapMode">
+ <value nick="none" value="0"/>
+ <value nick="char" value="1"/>
+ <value nick="word" value="2"/>
+ <value nick="word-char" value="3"/>
+ </enum>
+
+ <enum id="org.gnome.gedit.SmartHomeEnd">
+ <value nick="disabled" value="0"/>
+ <value nick="before" value="1"/>
+ <value nick="after" value="2"/>
+ <value nick="always" value="3"/>
+ </enum>
+
+ <enum id="org.gnome.gedit.BackgroundPatternType">
+ <value nick="none" value="0"/>
+ <value nick="grid" value="1"/>
+ </enum>
+
+ <schema id="org.gnome.gedit" path="/org/gnome/gedit/">
+ <child name="preferences" schema="org.gnome.gedit.preferences"/>
+ <child name="state" schema="org.gnome.gedit.state"/>
+ <child name="plugins" schema="org.gnome.gedit.plugins"/>
+ </schema>
+ <schema id="org.gnome.gedit.preferences" path="/org/gnome/gedit/preferences/">
+ <child name="editor" schema="org.gnome.gedit.preferences.editor"/>
+ <child name="ui" schema="org.gnome.gedit.preferences.ui"/>
+ <child name="print" schema="org.gnome.gedit.preferences.print"/>
+ <child name="encodings" schema="org.gnome.gedit.preferences.encodings"/>
+ </schema>
+ <schema id="org.gnome.gedit.preferences.editor" path="/org/gnome/gedit/preferences/editor/">
+ <key name="use-default-font" type="b">
+ <default>true</default>
+ <summary>Use Default Font</summary>
+ <description>Whether to use the system’s default fixed width font for editing text instead of a font specific to gedit. If this option is turned off, then the font named in the “Editor Font” option will be used instead of the system font.</description>
+ </key>
+ <key name="editor-font" type="s">
+ <!-- Translators: This is a GSettings default value. Do NOT change or localize the quotation marks! -->
+ <default l10n="messages">'Monospace 12'</default>
+ <summary>Editor Font</summary>
+ <description>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.</description>
+ </key>
+ <key name="scheme" type="s">
+ <default>'tango'</default>
+ <summary>Style Scheme</summary>
+ <description>The ID of a GtkSourceView Style Scheme used to color the text.</description>
+ </key>
+ <key name="create-backup-copy" type="b">
+ <default>false</default>
+ <summary>Create Backup Copies</summary>
+ <description>Whether gedit should create backup copies for the files it saves.</description>
+ </key>
+ <key name="auto-save" type="b">
+ <default>false</default>
+ <summary>Autosave</summary>
+ <description>Whether gedit should automatically save modified files after a time interval. You can set the time interval with the “Autosave Interval” option.</description>
+ </key>
+ <key name="auto-save-interval" type="u">
+ <default>10</default>
+ <summary>Autosave Interval</summary>
+ <description>Number of minutes after which gedit will automatically save modified files. This will only take effect if the “Autosave” option is turned on.</description>
+ </key>
+ <key name="max-undo-actions" type="i">
+ <default>2000</default>
+ <summary>Maximum Number of Undo Actions</summary>
+ <description>Maximum number of actions that gedit will be able to undo or redo. Use “-1” for unlimited number of actions.</description>
+ </key>
+ <key name="wrap-mode" enum="org.gnome.gedit.WrapMode">
+ <aliases>
+ <alias value='GTK_WRAP_NONE' target='none'/>
+ <alias value='GTK_WRAP_WORD' target='word'/>
+ <alias value='GTK_WRAP_CHAR' target='char'/>
+ </aliases>
+ <default>'word'</default>
+ <summary>Line Wrapping Mode</summary>
+ <description>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.</description>
+ </key>
+ <key name="wrap-last-split-mode" enum="org.gnome.gedit.WrapMode">
+ <aliases>
+ <alias value='GTK_WRAP_WORD' target='word'/>
+ <alias value='GTK_WRAP_CHAR' target='char'/>
+ </aliases>
+ <default>'word'</default>
+ <summary>Last split mode choice for line wrapping mode</summary>
+ <description>Specifies the last split mode used with line wrapping mode, so that when wrapping mode is off we still remember the split mode choice. Use “word” for wrapping at word boundaries, and “char” for wrapping at individual character boundaries.</description>
+ </key>
+ <key name="tabs-size" type="u">
+ <default>8</default>
+ <summary>Tab Size</summary>
+ <description>Specifies the number of spaces that should be displayed instead of Tab characters.</description>
+ </key>
+ <key name="insert-spaces" type="b">
+ <default>false</default>
+ <summary>Insert spaces</summary>
+ <description>Whether gedit should insert spaces instead of tabs.</description>
+ </key>
+ <key name="auto-indent" type="b">
+ <default>true</default>
+ <summary>Automatic indent</summary>
+ <description>Whether gedit should enable automatic indentation.</description>
+ </key>
+ <key name="display-line-numbers" type="b">
+ <default>true</default>
+ <summary>Display Line Numbers</summary>
+ <description>Whether gedit should display line numbers in the editing area.</description>
+ </key>
+ <key name="highlight-current-line" type="b">
+ <default>true</default>
+ <summary>Highlight Current Line</summary>
+ <description>Whether gedit should highlight the current line.</description>
+ </key>
+ <key name="bracket-matching" type="b">
+ <default>true</default>
+ <summary>Highlight Matching Brackets</summary>
+ <description>Whether gedit should highlight matching brackets.</description>
+ </key>
+ <key name="display-right-margin" type="b">
+ <default>false</default>
+ <summary>Display Right Margin</summary>
+ <description>Whether gedit should display the right margin in the editing area.</description>
+ </key>
+ <key name="right-margin-position" type="u">
+ <default>80</default>
+ <summary>Right Margin Position</summary>
+ <description>Specifies the position of the right margin.</description>
+ </key>
+ <key name="background-pattern" enum="org.gnome.gedit.BackgroundPatternType">
+ <default>'none'</default>
+ <summary>Document background pattern type</summary>
+ <description>Whether the document will get a background pattern painted.</description>
+ </key>
+ <key name="smart-home-end" enum="org.gnome.gedit.SmartHomeEnd">
+ <aliases>
+ <alias value='DISABLED' target='disabled'/>
+ <alias value='BEFORE' target='before'/>
+ <alias value='AFTER' target='after'/>
+ <alias value='ALWAYS' target='always'/>
+ </aliases>
+ <default>'after'</default>
+ <summary>Smart Home End</summary>
+ <description>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.</description>
+ </key>
+ <key name="restore-cursor-position" type="b">
+ <default>true</default>
+ <summary>Restore Previous Cursor Position</summary>
+ <description>Whether gedit should restore the previous cursor position when a file is loaded.</description>
+ </key>
+ <key name="syntax-highlighting" type="b">
+ <default>true</default>
+ <summary>Enable Syntax Highlighting</summary>
+ <description>Whether gedit should enable syntax highlighting.</description>
+ </key>
+ <key name="search-highlighting" type="b">
+ <default>true</default>
+ <summary>Enable Search Highlighting</summary>
+ <description>Whether gedit should highlight all the occurrences of the searched text.</description>
+ </key>
+ <key name="ensure-trailing-newline" type="b">
+ <default>true</default>
+ <summary>Ensure Trailing Newline</summary>
+ <description>Whether gedit will ensure that documents always end with a trailing newline.</description>
+ </key>
+ </schema>
+ <schema id="org.gnome.gedit.preferences.ui" path="/org/gnome/gedit/preferences/ui/">
+ <key name="show-tabs-mode" enum="org.gnome.gedit.GeditNotebookShowTabsModeType">
+ <default>'auto'</default>
+ <summary>Notebook Show Tabs Mode</summary>
+ <description>Specifies when to show the notebook tabs. Use “never” to never show the tabs, “always” to always show the tabs, and “auto” to show the tabs only when there is more than one tab. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here.</description>
+ </key>
+ <key name="statusbar-visible" type="b">
+ <default>true</default>
+ <summary>Status Bar is Visible</summary>
+ <description>Whether the status bar at the bottom of editing windows should be visible.</description>
+ </key>
+ <key name="side-panel-visible" type="b">
+ <default>false</default>
+ <summary>Side panel is Visible</summary>
+ <description>Whether the side panel at the left of editing windows should be visible.</description>
+ </key>
+ <key name="bottom-panel-visible" type="b">
+ <default>false</default>
+ </key>
+ </schema>
+ <schema id="org.gnome.gedit.preferences.print" path="/org/gnome/gedit/preferences/print/">
+ <key name="print-syntax-highlighting" type="b">
+ <default>true</default>
+ <summary>Print Syntax Highlighting</summary>
+ <description>Whether gedit should print syntax highlighting when printing documents.</description>
+ </key>
+ <key name="print-header" type="b">
+ <default>true</default>
+ <summary>Print Header</summary>
+ <description>Whether gedit should include a document header when printing documents.</description>
+ </key>
+ <key name="print-wrap-mode" enum="org.gnome.gedit.WrapMode">
+ <aliases>
+ <alias value='GTK_WRAP_NONE' target='none'/>
+ <alias value='GTK_WRAP_WORD' target='word'/>
+ <alias value='GTK_WRAP_CHAR' target='char'/>
+ </aliases>
+ <default>'word'</default>
+ <summary>Printing Line Wrapping Mode</summary>
+ <description>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.</description>
+ </key>
+ <key name="print-line-numbers" type="u">
+ <default>0</default>
+ <summary>Print Line Numbers</summary>
+ <description>If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print line numbers every such number of lines.</description>
+ </key>
+ <key name="print-font-body-pango" type="s">
+ <!-- Translators: This is a GSettings default value. Do NOT change or localize the quotation marks! -->
+ <default l10n="messages">'Monospace 9'</default>
+ <summary>Body Font for Printing</summary>
+ <description>Specifies the font to use for a document’s body when printing documents.</description>
+ </key>
+ <key name="print-font-header-pango" type="s">
+ <!-- Translators: This is a GSettings default value. Do NOT change or localize the quotation marks! -->
+ <default l10n="messages">'Sans 11'</default>
+ <summary>Header Font for Printing</summary>
+ <description>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.</description>
+ </key>
+ <key name="print-font-numbers-pango" type="s">
+ <!-- Translators: This is a GSettings default value. Do NOT change or localize the quotation marks! -->
+ <default l10n="messages">'Sans 8'</default>
+ <summary>Line Number Font for Printing</summary>
+ <description>Specifies the font to use for line numbers when printing. This will only take effect if the “Print Line Numbers” option is non-zero.</description>
+ </key>
+ <key name="margin-left" type="d">
+ <default>25</default>
+ <summary>Margin Left</summary>
+ <description>The left margin, in millimeters.</description>
+ </key>
+ <key name="margin-top" type="d">
+ <default>15</default>
+ <summary>Margin Top</summary>
+ <description>The top margin, in millimeters.</description>
+ </key>
+ <key name="margin-right" type="d">
+ <default>25</default>
+ <summary>Margin Right</summary>
+ <description>The right margin, in millimeters.</description>
+ </key>
+ <key name="margin-bottom" type="d">
+ <default>25</default>
+ <summary>Margin Bottom</summary>
+ <description>The bottom margin, in millimeters.</description>
+ </key>
+ </schema>
+ <schema id="org.gnome.gedit.preferences.encodings" path="/org/gnome/gedit/preferences/encodings/">
+ <key name="candidate-encodings" type="as">
+ <default>['']</default>
+ <summary>Candidate Encodings</summary>
+ <description>List of candidate encodings shown in the Character Encoding menu in the open/save file chooser.
+ “CURRENT” represents the current locale encoding. Only recognized encodings are used.
+ The default value is the empty list, in which case gedit will choose good defaults depending on the country and language.</description>
+ </key>
+ </schema>
+ <schema id="org.gnome.gedit.state" path="/org/gnome/gedit/state/">
+ <child name="window" schema="org.gnome.gedit.state.window"/>
+ <child name="file-chooser" schema="org.gnome.gedit.state.file-chooser"/>
+ <child name="history-entry" schema="org.gnome.gedit.state.history-entry"/>
+ </schema>
+ <schema id="org.gnome.gedit.state.window" path="/org/gnome/gedit/state/window/">
+ <key name="state" type="i">
+ <default>0</default>
+ </key>
+ <key name="size" type="(ii)">
+ <default>(900, 700)</default>
+ </key>
+ <key name="side-panel-size" type="i">
+ <default>200</default>
+ </key>
+ <key name="side-panel-active-page" type="s">
+ <default>''</default>
+ </key>
+ <key name="bottom-panel-size" type="i">
+ <default>140</default>
+ </key>
+ <key name="bottom-panel-active-page" type="s">
+ <default>''</default>
+ </key>
+ </schema>
+ <schema id="org.gnome.gedit.state.file-chooser" path="/org/gnome/gedit/state/file-chooser/">
+ <key name="filter-id" type="i">
+ <default>0</default>
+ </key>
+ <key name="open-recent" type="b">
+ <default>true</default>
+ </key>
+ </schema>
+ <schema id="org.gnome.gedit.state.history-entry" path="/org/gnome/gedit/state/history-entry/">
+ <key name="search-for-entry" type="as">
+ <default>['']</default>
+ </key>
+ <key name="replace-with-entry" type="as">
+ <default>['']</default>
+ </key>
+ </schema>
+ <schema id="org.gnome.gedit.plugins" path="/org/gnome/gedit/plugins/">
+ <key name="active-plugins" type="as">
+ <default>[@ACTIVE_PLUGINS@]</default>
+ <summary>Active plugins</summary>
+ <description>List of active plugins.</description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/org.gnome.gedit.service.in b/data/org.gnome.gedit.service.in
new file mode 100644
index 0000000..cf5a5b2
--- /dev/null
+++ b/data/org.gnome.gedit.service.in
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.gnome.gedit
+Exec=@bindir@/gedit --gapplication-service
diff --git a/data/privacy-policy.md b/data/privacy-policy.md
new file mode 100644
index 0000000..7ecedfc
--- /dev/null
+++ b/data/privacy-policy.md
@@ -0,0 +1,4 @@
+Privacy policy of gedit
+=======================
+
+We don't store any data.
diff --git a/data/screenshot.png b/data/screenshot.png
new file mode 100644
index 0000000..f49d45b
--- /dev/null
+++ b/data/screenshot.png
Binary files differ
diff --git a/docs/build.md b/docs/build.md
new file mode 100644
index 0000000..4958872
--- /dev/null
+++ b/docs/build.md
@@ -0,0 +1,95 @@
+gedit installation by building the source code
+==============================================
+
+Recommendation to install in a separate prefix
+----------------------------------------------
+
+Once you have built gedit from source, you cannot run the application from its
+build directory: you need to install it with `ninja install`. For this reason it
+is highly recommended that you install in a separate prefix instead of
+overwriting your system binaries.
+
+Note however that when running gedit from a custom prefix you will need to set
+many environment variables accordingly, for instance `PATH` and `XDG_DATA_DIR`.
+
+There exists several tools that GNOME developers use to take care of all of
+this. See the _Tools_ section below.
+
+Installation of the dependencies
+--------------------------------
+
+You need to have all gedit dependencies installed, with recent enough versions.
+If a dependency is missing or is too old, the build configuration fails (you can
+try to run the build configuration command for gedit until it succeeds, see the
+procedure below).
+
+You can install the dependencies by installing packages provided by your
+operating system, for example on Fedora:
+```
+# dnf builddep gedit
+```
+
+But if your version of gedit provided by the OS differs too much from the
+version of gedit you want to build from source, you'll need to install the new
+dependencies from source too, and it can become a complicated task if you do it
+manually.
+
+Also, during gedit development, gedit may depend on a not-yet-released
+development version of a GNOME dependency. So certain GNOME dependencies may
+need to be installed from Git.
+
+That's why if you have difficulties installing recent enough versions of the
+dependencies, it is usually easier to use one of the tools explained in the next
+section.
+
+Tools
+-----
+
+There are several tools available that take care of the following:
+- Install in a separate prefix.
+- Build or install dependencies.
+- Plus, for some tools: run in a container/sandbox.
+
+GNOME developers usually use one of these tools:
+- [JHBuild](https://developer.gnome.org/jhbuild/unstable/)
+- Or [BuildStream](https://buildstream.build/)
+- Or [Flatpak](https://flatpak.org/)
+
+JHBuild tips:
+- Try `ignore_suggests = True` in your jhbuildrc to have fewer dependencies to
+ build (see the difference with "jhbuild list gedit"). Another solution is to
+ put some modules in the skip variable in jhbuildrc.
+
+There is also [Imovo](https://gitlab.gnome.org/swilmet/imovo), a more minimal
+tool.
+
+Building the gedit module manually
+----------------------------------
+
+If you use one of the above tools, you don't need all the explanations in this
+section. But it can be instructive.
+
+gedit uses the [Meson](https://mesonbuild.com/) build system.
+
+Once the dependencies are installed, here are simple procedures to finally build
+the gedit module from source.
+
+### Installation onto the system
+
+**Warning**: this procedure doesn't install in a separate prefix, so it may
+overwrite your system binaries.
+
+```
+$ mkdir build && cd build/
+$ meson # Build configuration
+$ ninja # Build
+[ Become root if necessary ]
+$ ninja install # Installation
+```
+
+### Installation in a separate prefix
+
+Just change the above `meson` command by:
+```
+$ meson --prefix /an/other/path
+```
diff --git a/docs/class-diagram.dia b/docs/class-diagram.dia
new file mode 100644
index 0000000..872a5f3
--- /dev/null
+++ b/docs/class-diagram.dia
Binary files differ
diff --git a/docs/common-bugs.md b/docs/common-bugs.md
new file mode 100644
index 0000000..b06b1d9
--- /dev/null
+++ b/docs/common-bugs.md
@@ -0,0 +1,38 @@
+Common gedit bugs
+=================
+
+This page documents common bugs in gedit. If you find your problem in this page,
+_please do not report a new bug for it_.
+
+Problem with very long lines
+----------------------------
+
+Very long lines (e.g. a wrapped line that takes the whole screen) are not well
+supported by gedit, there can be performance problems or freezes.
+
+[GitLab issue](https://gitlab.gnome.org/GNOME/gedit/-/issues/513).
+
+Problem with very large files
+-----------------------------
+
+Large files are not well supported, gedit should ask for confirmation when
+opening such files, providing a solution.
+
+[GitLab issue](https://gitlab.gnome.org/GNOME/gedit/-/issues/11).
+
+Hyphen/dash inserted for text wrapping
+--------------------------------------
+
+It should be disabled in a text editor like gedit, the hyphen is not part of
+the content.
+
+[GitLab issue](https://gitlab.gnome.org/GNOME/gedit/issues/365).
+
+Recently fixed
+--------------
+
+### View does not scroll to the end of the text in some cases (text cut off)
+
+Fixed in 40.2, 41.1, 42.2 and >= 43, will normally be rolled out soon.
+
+[GitLab issue](https://gitlab.gnome.org/GNOME/gedit/issues/42).
diff --git a/docs/gedit-development-getting-started.md b/docs/gedit-development-getting-started.md
new file mode 100644
index 0000000..8cc4c56
--- /dev/null
+++ b/docs/gedit-development-getting-started.md
@@ -0,0 +1,95 @@
+gedit development - getting started
+===================================
+
+The following explanations can be improved over time, if you see something
+missing, a feedback is welcome.
+
+Programming languages and paradigms
+-----------------------------------
+
+gedit is mostly written in C, with some plugins in Python or
+[Vala](https://wiki.gnome.org/Projects/Vala/). The
+[Meson](https://mesonbuild.com/) build system is used.
+
+The code is object-oriented and event-driven. In C, it's thanks to the use of
+the GObject library (see next section). If you open some `*.c` or `*.h` files,
+you may be frightened but – don't panic – it's just some C/GObject boilerplate
+code, and that boilerplate can be generated by a tool. So once you've learned
+GObject, you will no longer be afraid ;-)
+
+Libraries used
+--------------
+
+As every GNOME application, gedit uses the GLib, GObject and GTK libraries. To
+modify the gedit source code, you should be familiar with those libraries. See
+the [GTK website](https://www.gtk.org/) and the document
+[The GLib/GTK Development Platform – A Getting Started Guide](https://informatique-libre.be/swilmet/glib-gtk-book/).
+
+The main widget used by gedit is GtkTextView, a general-purpose multiline text
+editor. To learn that widget API, read the excellent
+[GtkTextView tutorial](http://www.bravegnu.org/gtktext/) (a bit old but still
+mostly valid). But GtkTextView is not enough for source code edition. gedit
+actually uses the
+[GtkSourceView](https://wiki.gnome.org/Projects/GtkSourceView) library, which
+contains a subclass of GtkTextView with many features useful for a text editor
+or an IDE. But GtkSourceView is not enough to have a full-blown text editor,
+gedit is actually in the process of using more features from the
+[Tepl](https://gitlab.gnome.org/swilmet/tepl) library, and to further develop
+Tepl alongside gedit.
+
+For its plugin system, gedit uses the
+[libpeas](https://wiki.gnome.org/Projects/Libpeas) library.
+
+Plugins may have other dependencies, for example the spell-checking plugin uses
+[gspell](https://gitlab.gnome.org/GNOME/gspell).
+
+gedit architecture
+------------------
+
+The [gedit Git repository](https://gitlab.gnome.org/GNOME/gedit) contains the
+_gedit core_ plus the default plugins. There is also the
+[gedit-plugins Git repository](https://gitlab.gnome.org/GNOME/gedit-plugins)
+for additional official plugins. The gedit core source code is in the `gedit/`
+directory. And as can be expected, the plugins are in …*drum roll*: `plugins/`!
+
+gedit core provides:
+- A basic text editor.
+- The integration of libpeas, with an API for plugins.
+
+There is a class diagram of gedit core in the file
+[class-diagram.dia](class-diagram.dia) (but it may be outdated, see the Git log
+for that file).
+
+Build/Installation
+------------------
+
+See the file [build.md](build.md).
+
+More information
+----------------
+
+See the [Newcomers](https://wiki.gnome.org/Newcomers/) page to start
+contributing to GNOME in general. But perhaps some things explained there are
+not relevant for gedit, in case of doubt the gedit documentation takes
+precedence.
+
+To know how to contribute to gedit specifically, read the
+[CONTRIBUTING.md](../CONTRIBUTING.md) file.
+
+A good way to learn a lot of things is to write a new plugin (as a third-party
+plugin first).
+
+A potentially easy task (but not always) is to fix compilation warnings, for
+example when a deprecated function is used. If you encounter a runtime warning
+or critical message, it is also a good idea to fix it.
+
+Improvements to the documentation (for users or developers) is also useful,
+especially to improve the API reference for developing gedit plugins.
+
+Note that gedit, although simple to use, is old. Some parts of the code is
+legacy code and would benefit from some refactoring. That's why writing plugins
+is normally easier.
+
+ Happy hacking,
+
+ the gedit developers.
diff --git a/docs/how-to-write-a-gedit-plugin.md b/docs/how-to-write-a-gedit-plugin.md
new file mode 100644
index 0000000..7e7e942
--- /dev/null
+++ b/docs/how-to-write-a-gedit-plugin.md
@@ -0,0 +1,45 @@
+How to write a gedit plugin
+===========================
+
+The [gedit-development-getting-started.md](gedit-development-getting-started.md)
+documentation is a good start.
+
+Programming language for a gedit plugin
+---------------------------------------
+
+The preferred language is the C language, that way the code can be easily
+refactored to be included in a library.
+
+Rust, C++ and Vala plugins are possible too since they are equivalent to C.
+
+Python plugins are possible too.
+
+### What if I prefer to write in Ruby/JS/Scheme/Perl/C#/modula-2/Oz/whatever…
+
+While GObject allows you to use many other languages, using more than one
+interpreter in the same process is not possible, not only because of bloat and
+performance, but also because different interpreted languages cannot manage
+garbage collections of GObjects at the same time: see
+[this email](https://mail.gnome.org/archives/desktop-devel-list/2010-August/msg00036.html).
+
+The gedit developers have chosen Python as the interpreted language.
+
+API reference
+-------------
+
+Build gedit with `-D gtk_doc=true`, you can then browse the API reference in the
+[Devhelp](https://wiki.gnome.org/Apps/Devhelp) application.
+
+To know how to write a plugin, refer to the
+[libpeas](https://wiki.gnome.org/Projects/Libpeas) documentation as well.
+
+More documentation and tips
+---------------------------
+
+More documentation, for example a tutorial, would be useful. In the meantime,
+the recommended thing to do is to see how core gedit plugins are implemented.
+
+### Unofficial documentation and tutorials (may be outdated)
+
+- [Writing plugins in Python](https://wiki.gnome.org/Apps/Gedit/PythonPluginHowTo) (a little outdated)
+- [Writing plugins in Vala](https://wiki.gnome.org/Projects/Vala/Gedit3PluginSample) (maybe outdated)
diff --git a/docs/reference/api-breaks.xml b/docs/reference/api-breaks.xml
new file mode 100644
index 0000000..8175564
--- /dev/null
+++ b/docs/reference/api-breaks.xml
@@ -0,0 +1,199 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+]>
+
+<part id="api-breaks">
+ <title>API Breaks</title>
+
+ <para>
+ gedit is a quite old piece of software (created in 1998, at the beginnings
+ of the GNOME project), and as every software, the code evolves during its
+ lifetime. So there are sometimes API breaks for gedit plugins, there are no
+ API stability guarantees.
+ </para>
+
+ <para>
+ When it is possible, instead of directly removing an API, that API is first
+ marked as deprecated, and then removed for the next API break. See the
+ <link linkend="api-index-deprecated">index of deprecated symbols</link>.
+ </para>
+
+ <refsect1>
+ <title>43 -> 44</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ When an URI is added to the
+ <link linkend="GtkRecentManager">GtkRecentManager</link>,
+ the <code>groups</code> field of
+ <link linkend="GtkRecentData">GtkRecentData</link>
+ is no longer set. You can rely on the application name instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>gedit_document_get_language()</code> function has been
+ removed, use
+ <link linkend="gtk-source-buffer-get-language">gtk_source_buffer_get_language()</link>
+ instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>gedit_document_get_short_name_for_display()</code> function has been
+ removed, use
+ <link linkend="tepl-file-get-short-name">tepl_file_get_short_name()</link>
+ instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>gedit_document_is_untitled()</code> function has been
+ removed, use
+ <link linkend="tepl-file-get-location">tepl_file_get_location()</link>
+ instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>gedit_statusbar_set_overwrite()</code>
+ and <code>gedit_statusbar_clear_overwrite()</code>
+ functions have been removed.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </refsect1>
+
+ <refsect1>
+ <title>3.38 -> 40</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ All previously deprecated APIs have been removed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>GeditProgressInfoBar</code> class has been removed, you can
+ use <link linkend="TeplProgressInfoBar">TeplProgressInfoBar</link>
+ instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="GeditDocument">GeditDocument</link> is now a subclass
+ of <link linkend="TeplBuffer">TeplBuffer</link>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>GeditDocument::cursor-moved</code> signal has been removed.
+ You can use the <link linkend="TeplBuffer">TeplBuffer</link> API
+ instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>gedit_document_get_uri_for_display()</code> function has
+ been removed from the public API.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>GeditDocument:shortname</code> property has been removed.
+ You can use the <link linkend="TeplFile">TeplFile</link> API instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>gedit_document_is_untouched()</code> function has been
+ removed. You can use the <link linkend="TeplBuffer">TeplBuffer</link>
+ API instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>gedit_view_set_font()</code> function has been removed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <code>DEBUG_METADATA</code> has been removed.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </refsect1>
+
+ <refsect1>
+ <title>3.36.0 -> 3.37.1</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ All previously deprecated APIs have been removed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The lockdown support has been removed (for the
+ org.gnome.desktop.lockdown GSettings). So the
+ <code>gedit_app_get_lockdown()</code> function has been removed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>GBOOLEAN_TO_POINTER()</code> and
+ <code>GPOINTER_TO_BOOLEAN()</code> macros have been removed from
+ <code>gedit-utils.h</code>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>gedit_utils_get_current_workspace()</code>,
+ <code>gedit_utils_get_window_workspace()</code> and
+ <code>gedit_utils_get_current_viewport()</code> functions have been
+ removed because workspaces information is not available on Wayland.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </refsect1>
+
+ <refsect1>
+ <title>3.34.0 -> 3.35.2</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ All previously deprecated APIs have been removed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <code>GeditDocument:use-gvfs-metadata</code> property has been
+ removed. But there was anyway a warning for not using that property in
+ a gedit plugin.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ For <link linkend="gedit-document-get-metadata">gedit_document_get_metadata()</link>
+ and <link linkend="gedit-document-set-metadata">gedit_document_set_metadata()</link>,
+ the key names should now have the prefix <code>"gedit-"</code> with
+ possibly an additional namespace for the plugin name, for example
+ <code>"gedit-spell-foobar"</code>. So the key names are now the same
+ regardless of the operating system, and the key names should no longer
+ start with <code>"metadata::"</code>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </refsect1>
+
+ <refsect1>
+ <title>For previous gedit versions</title>
+ <para>
+ See the
+ <ulink url="https://wiki.gnome.org/Apps/Gedit/Attic/Old_API_Changes">Old API Changes wiki page</ulink>.
+ </para>
+ </refsect1>
+</part>
diff --git a/docs/reference/gedit-docs.xml b/docs/reference/gedit-docs.xml
new file mode 100644
index 0000000..a0dc624
--- /dev/null
+++ b/docs/reference/gedit-docs.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>gedit Reference Manual</title>
+ </bookinfo>
+
+ <part id="api-reference">
+ <title>API Reference</title>
+ <xi:include href="xml/gedit-app.xml"/>
+ <xi:include href="xml/gedit-app-activatable.xml"/>
+ <xi:include href="xml/gedit-commands.xml"/>
+ <xi:include href="xml/gedit-document.xml"/>
+ <xi:include href="xml/gedit-encodings-combo-box.xml"/>
+ <xi:include href="xml/gedit-menu-extension.xml"/>
+ <xi:include href="xml/gedit-message-bus.xml"/>
+ <xi:include href="xml/gedit-message.xml"/>
+ <xi:include href="xml/gedit-statusbar.xml"/>
+ <xi:include href="xml/gedit-tab.xml"/>
+ <xi:include href="xml/gedit-view.xml"/>
+ <xi:include href="xml/gedit-view-activatable.xml"/>
+ <xi:include href="xml/gedit-window.xml"/>
+ <xi:include href="xml/gedit-window-activatable.xml"/>
+ <xi:include href="xml/gedit-debug.xml"/>
+ <xi:include href="xml/gedit-utils.xml"/>
+ </part>
+
+ <xi:include href="api-breaks.xml"/>
+
+ <part id="annexes">
+ <title>Annexes</title>
+
+ <chapter>
+ <title>Object Hierarchy</title>
+ <xi:include href="xml/tree_index.sgml"/>
+ </chapter>
+
+ <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+
+ <index>
+ <title>Index of all symbols</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </index>
+ <index role="deprecated">
+ <title>Index of deprecated symbols</title>
+ <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+ </index>
+ <index role="3.4">
+ <title>Index of new symbols in 3.4</title>
+ <xi:include href="xml/api-index-3.4.xml"><xi:fallback /></xi:include>
+ </index>
+ <index role="3.14">
+ <title>Index of new symbols in 3.14</title>
+ <xi:include href="xml/api-index-3.14.xml"><xi:fallback /></xi:include>
+ </index>
+ </part>
+</book>
diff --git a/docs/reference/gedit-sections.txt b/docs/reference/gedit-sections.txt
new file mode 100644
index 0000000..22922b4
--- /dev/null
+++ b/docs/reference/gedit-sections.txt
@@ -0,0 +1,329 @@
+<SECTION>
+<FILE>gedit-app</FILE>
+<TITLE>GeditApp</TITLE>
+GeditApp
+gedit_app_create_window
+gedit_app_set_window_title
+gedit_app_get_main_windows
+gedit_app_get_documents
+gedit_app_get_views
+gedit_app_process_window_event
+gedit_app_show_help
+<SUBSECTION Standard>
+GEDIT_APP
+GEDIT_IS_APP
+GEDIT_TYPE_APP
+gedit_app_get_type
+GEDIT_APP_CLASS
+GEDIT_IS_APP_CLASS
+GEDIT_APP_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>gedit-app-activatable</FILE>
+<TITLE>GeditAppActivatable</TITLE>
+GeditAppActivatable
+gedit_app_activatable_activate
+gedit_app_activatable_deactivate
+gedit_app_activatable_extend_menu
+<SUBSECTION Standard>
+GEDIT_TYPE_APP_ACTIVATABLE
+GEDIT_APP_ACTIVATABLE
+GEDIT_APP_ACTIVATABLE_IFACE
+GEDIT_IS_APP_ACTIVATABLE
+GEDIT_APP_ACTIVATABLE_GET_IFACE
+gedit_app_activatable_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gedit-commands</FILE>
+<TITLE>GeditCommands</TITLE>
+gedit_commands_load_location
+gedit_commands_load_locations
+gedit_commands_save_document
+gedit_commands_save_document_async
+gedit_commands_save_document_finish
+gedit_commands_save_all_documents
+</SECTION>
+
+<SECTION>
+<FILE>gedit-document</FILE>
+<TITLE>GeditDocument</TITLE>
+GeditDocument
+gedit_document_new
+gedit_document_get_file
+gedit_document_get_mime_type
+gedit_document_set_language
+gedit_document_get_content_type
+gedit_document_get_metadata
+gedit_document_set_metadata
+gedit_document_set_search_context
+gedit_document_get_search_context
+<SUBSECTION Standard>
+GEDIT_DOCUMENT
+GEDIT_IS_DOCUMENT
+GEDIT_TYPE_DOCUMENT
+gedit_document_get_type
+GEDIT_DOCUMENT_CLASS
+GEDIT_IS_DOCUMENT_CLASS
+GEDIT_DOCUMENT_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>gedit-encodings-combo-box</FILE>
+<TITLE>GeditEncodingsComboBox</TITLE>
+GeditEncodingsComboBox
+gedit_encodings_combo_box_new
+gedit_encodings_combo_box_get_selected_encoding
+gedit_encodings_combo_box_set_selected_encoding
+<SUBSECTION Standard>
+GEDIT_ENCODINGS_COMBO_BOX
+GEDIT_IS_ENCODINGS_COMBO_BOX
+GEDIT_TYPE_ENCODINGS_COMBO_BOX
+gedit_encodings_combo_box_get_type
+GEDIT_ENCODINGS_COMBO_BOX_CLASS
+GEDIT_IS_ENCODINGS_COMBO_BOX_CLASS
+GEDIT_ENCODINGS_COMBO_BOX_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>gedit-message-bus</FILE>
+<TITLE>GeditMessageBus</TITLE>
+GeditMessageBus
+GeditMessageCallback
+GeditMessageBusForeach
+gedit_message_bus_get_default
+gedit_message_bus_new
+gedit_message_bus_lookup
+gedit_message_bus_register
+gedit_message_bus_unregister
+gedit_message_bus_unregister_all
+gedit_message_bus_is_registered
+gedit_message_bus_foreach
+gedit_message_bus_connect
+gedit_message_bus_disconnect
+gedit_message_bus_disconnect_by_func
+gedit_message_bus_block
+gedit_message_bus_block_by_func
+gedit_message_bus_unblock
+gedit_message_bus_unblock_by_func
+gedit_message_bus_send_message
+gedit_message_bus_send_message_sync
+gedit_message_bus_send
+gedit_message_bus_send_sync
+<SUBSECTION Standard>
+GEDIT_MESSAGE_BUS
+GEDIT_MESSAGE_BUS_CONST
+GEDIT_IS_MESSAGE_BUS
+GEDIT_TYPE_MESSAGE_BUS
+gedit_message_bus_get_type
+GEDIT_MESSAGE_BUS_CLASS
+GEDIT_IS_MESSAGE_BUS_CLASS
+GEDIT_MESSAGE_BUS_GET_CLASS
+GeditMessageBusPrivate
+</SECTION>
+
+<SECTION>
+<FILE>gedit-message</FILE>
+<TITLE>GeditMessage</TITLE>
+GeditMessage
+gedit_message_get_object_path
+gedit_message_get_method
+gedit_message_type_has
+gedit_message_type_check
+gedit_message_has
+gedit_message_is_valid_object_path
+gedit_message_type_identifier
+<SUBSECTION Standard>
+GEDIT_MESSAGE
+GEDIT_MESSAGE_CONST
+GEDIT_IS_MESSAGE
+GEDIT_TYPE_MESSAGE
+gedit_message_get_type
+GEDIT_MESSAGE_CLASS
+GEDIT_IS_MESSAGE_CLASS
+GEDIT_MESSAGE_GET_CLASS
+GeditMessagePrivate
+</SECTION>
+
+<SECTION>
+<FILE>gedit-statusbar</FILE>
+<TITLE>GeditStatusbar</TITLE>
+GeditStatusbar
+gedit_statusbar_new
+gedit_statusbar_set_window_state
+gedit_statusbar_flash_message
+<SUBSECTION Standard>
+GEDIT_STATUSBAR
+GEDIT_IS_STATUSBAR
+GEDIT_TYPE_STATUSBAR
+gedit_statusbar_get_type
+GEDIT_STATUSBAR_CLASS
+GEDIT_IS_STATUSBAR_CLASS
+GEDIT_STATUSBAR_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>gedit-tab</FILE>
+<TITLE>GeditTab</TITLE>
+GeditTab
+GeditTabState
+gedit_tab_get_view
+gedit_tab_get_document
+gedit_tab_get_from_document
+gedit_tab_get_state
+gedit_tab_get_auto_save_enabled
+gedit_tab_set_auto_save_enabled
+gedit_tab_get_auto_save_interval
+gedit_tab_set_auto_save_interval
+gedit_tab_set_info_bar
+<SUBSECTION Standard>
+GEDIT_TAB
+GEDIT_IS_TAB
+GEDIT_TYPE_TAB
+gedit_tab_get_type
+GEDIT_TAB_CLASS
+GEDIT_IS_TAB_CLASS
+GEDIT_TAB_GET_CLASS
+GEDIT_TYPE_TAB_STATE
+gedit_tab_state_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gedit-view</FILE>
+GeditViewPrivate
+<TITLE>GeditView</TITLE>
+GeditView
+gedit_view_new
+<SUBSECTION Standard>
+GEDIT_VIEW
+GEDIT_IS_VIEW
+GEDIT_TYPE_VIEW
+gedit_view_get_type
+GEDIT_VIEW_CLASS
+GEDIT_IS_VIEW_CLASS
+GEDIT_VIEW_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>gedit-view-activatable</FILE>
+<TITLE>GeditViewActivatable</TITLE>
+GeditViewActivatable
+gedit_view_activatable_activate
+gedit_view_activatable_deactivate
+<SUBSECTION Standard>
+GEDIT_TYPE_VIEW_ACTIVATABLE
+GEDIT_VIEW_ACTIVATABLE
+GEDIT_VIEW_ACTIVATABLE_IFACE
+GEDIT_IS_VIEW_ACTIVATABLE
+GEDIT_VIEW_ACTIVATABLE_GET_IFACE
+gedit_view_activatable_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gedit-window</FILE>
+<TITLE>GeditWindow</TITLE>
+GeditWindow
+GeditWindowState
+gedit_window_create_tab
+gedit_window_create_tab_from_location
+gedit_window_create_tab_from_stream
+gedit_window_close_tab
+gedit_window_close_all_tabs
+gedit_window_close_tabs
+gedit_window_get_active_tab
+gedit_window_set_active_tab
+gedit_window_get_active_view
+gedit_window_get_active_document
+gedit_window_get_documents
+gedit_window_get_unsaved_documents
+gedit_window_get_views
+gedit_window_get_group
+gedit_window_get_side_panel
+gedit_window_get_bottom_panel
+gedit_window_get_statusbar
+gedit_window_get_state
+gedit_window_get_tab_from_location
+gedit_window_get_message_bus
+<SUBSECTION Standard>
+GEDIT_WINDOW
+GEDIT_IS_WINDOW
+GEDIT_TYPE_WINDOW
+gedit_window_get_type
+GEDIT_WINDOW_CLASS
+GEDIT_IS_WINDOW_CLASS
+GEDIT_WINDOW_GET_CLASS
+GEDIT_TYPE_WINDOW_STATE
+GeditWindowPrivate
+gedit_window_state_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gedit-window-activatable</FILE>
+<TITLE>GeditWindowActivatable</TITLE>
+GeditWindowActivatable
+gedit_window_activatable_activate
+gedit_window_activatable_deactivate
+gedit_window_activatable_update_state
+<SUBSECTION Standard>
+GEDIT_TYPE_WINDOW_ACTIVATABLE
+GEDIT_WINDOW_ACTIVATABLE
+GEDIT_WINDOW_ACTIVATABLE_IFACE
+GEDIT_IS_WINDOW_ACTIVATABLE
+GEDIT_WINDOW_ACTIVATABLE_GET_IFACE
+gedit_window_activatable_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gedit-debug</FILE>
+GeditDebugSection
+DEBUG_VIEW
+DEBUG_PREFS
+DEBUG_WINDOW
+DEBUG_PANEL
+DEBUG_PLUGINS
+DEBUG_TAB
+DEBUG_DOCUMENT
+DEBUG_COMMANDS
+DEBUG_APP
+DEBUG_UTILS
+gedit_debug_init
+gedit_debug
+gedit_debug_message
+gedit_debug_plugin_message
+<SUBSECTION Standard>
+GEDIT_TYPE_DEBUG_SECTION
+gedit_debug_section_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gedit-menu-extension</FILE>
+GeditMenuExtension
+gedit_menu_extension_new
+gedit_menu_extension_append_menu_item
+gedit_menu_extension_prepend_menu_item
+gedit_menu_extension_remove_items
+<SUBSECTION Standard>
+GEDIT_IS_MENU_EXTENSION
+GEDIT_IS_MENU_EXTENSION_CLASS
+GEDIT_MENU_EXTENSION
+GEDIT_MENU_EXTENSION_CLASS
+GEDIT_MENU_EXTENSION_CONST
+GEDIT_MENU_EXTENSION_GET_CLASS
+GEDIT_TYPE_MENU_EXTENSION
+GeditMenuExtensionClass
+gedit_menu_extension_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gedit-utils</FILE>
+gedit_utils_menu_position_under_tree_view
+gedit_utils_set_atk_name_description
+gedit_utils_basename_for_display
+gedit_utils_drop_get_uris
+gedit_utils_get_compression_type_from_content_type
+gedit_utils_is_valid_location
+gedit_utils_location_get_dirname_for_display
+gedit_utils_set_direct_save_filename
+gedit_utils_newline_type_to_string
+</SECTION>
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
new file mode 100644
index 0000000..9a9c414
--- /dev/null
+++ b/docs/reference/meson.build
@@ -0,0 +1,42 @@
+html_dir = get_option('prefix') / gnome.gtkdoc_html_dir('gedit')
+
+glib_docpath = dependency('glib-2.0').get_pkgconfig_variable('prefix') / 'share/gtk-doc/html/glib'
+gobject_docpath = dependency('gobject-2.0').get_pkgconfig_variable('prefix') / 'share/gtk-doc/html/gobject'
+gio_docpath = dependency('gio-2.0').get_pkgconfig_variable('prefix') / 'share/gtk-doc/html/gio'
+gdk_docpath = dependency('gdk-3.0').get_pkgconfig_variable('prefix') / 'share/gtk-doc/html/gdk3'
+gtk_docpath = dependency('gtk+-3.0').get_pkgconfig_variable('prefix') / 'share/gtk-doc/html/gtk3'
+gsv_docpath = dependency('gtksourceview-4').get_pkgconfig_variable('prefix') / 'share/gtk-doc/html/gtksourceview-4.0'
+amtk_docpath = dependency('amtk-5').get_pkgconfig_variable('prefix') / 'share/gtk-doc/html/amtk-5'
+tepl_docpath = dependency('tepl-6').get_pkgconfig_variable('prefix') / 'share/gtk-doc/html/tepl-6'
+libpeas_docpath = dependency('libpeas-1.0').get_pkgconfig_variable('prefix') / 'share/gtk-doc/html/libpeas'
+
+gedit_doc_dep = declare_dependency(
+ link_with: libgedit_shared_lib,
+ include_directories: root_include_dir,
+ dependencies: deps_basic_list,
+)
+
+gnome.gtkdoc(
+ 'gedit',
+ main_xml: 'gedit-docs.xml',
+ src_dir: include_directories('../../gedit/'),
+ dependencies: gedit_doc_dep,
+ scan_args: ['--rebuild-types'],
+ fixxref_args: [
+ '--html-dir=@0@'.format(html_dir),
+ '--extra-dir=@0@'.format(glib_docpath),
+ '--extra-dir=@0@'.format(gobject_docpath),
+ '--extra-dir=@0@'.format(gio_docpath),
+ '--extra-dir=@0@'.format(gdk_docpath),
+ '--extra-dir=@0@'.format(gtk_docpath),
+ '--extra-dir=@0@'.format(gsv_docpath),
+ '--extra-dir=@0@'.format(amtk_docpath),
+ '--extra-dir=@0@'.format(tepl_docpath),
+ '--extra-dir=@0@'.format(libpeas_docpath),
+ ],
+ content_files: [
+ 'api-breaks.xml'
+ ],
+ ignore_headers: libgedit_private_headers,
+ install: true,
+)
diff --git a/docs/roadmap-done.md b/docs/roadmap-done.md
new file mode 100644
index 0000000..41b68da
--- /dev/null
+++ b/docs/roadmap-done.md
@@ -0,0 +1,50 @@
+gedit roadmap - done tasks
+==========================
+
+Documentation for contributors
+------------------------------
+
+Write a guide to get started with gedit development.
+
+Done during the GNOME 3.34 development cycle.
+
+Tepl-ification of the gedit core
+--------------------------------
+
+- gedit 3.36:
+ - Start to use the Tepl library.
+ - Use some Tepl utility functions.
+ - Use TeplFileMetadata, remove GeditMetadataManager.
+- gedit 3.38:
+ - Move some utility functions to the Tepl library.
+ - Refactor and move some I/O error infobars to Tepl.
+ - GeditView now inherits from TeplView.
+ - Port to the new Tepl metadata API.
+ - Use TeplStyleSchemeChooserWidget in the preferences dialog.
+ - Create GeditFactory class, subclass of TeplAbstractFactory.
+- gedit 40:
+ - Use `tepl_pango_font_description_to_css()`.
+ - Use TeplLanguageChooser's, for choosing a language for the syntax
+ highlighting. Remove GeditHighlightModeSelector and
+ GeditHighlightModeDialog.
+ - Use TeplProgressInfoBar. Remove GeditProgressInfoBar.
+ - GeditDocument now inherits from TeplBuffer, start to use the
+ TeplBuffer and TeplFile APIs.
+
+Tepl-ification of the gedit plugins
+-----------------------------------
+
+- gedit 40:
+ - Draw Spaces plugin: new implementation based on TeplSpaceDrawerPrefs.
+
+Other done tasks in gedit plugins
+---------------------------------
+
+- gedit 40:
+ - Smart Spaces plugin: new implementation based on a GtkSourceView feature.
+
+New version of gedit on Windows
+-------------------------------
+
+gedit is available in [MSYS2](https://www.msys2.org/). The integration with
+Windows is not perfect, but it mostly works.
diff --git a/docs/roadmap.md b/docs/roadmap.md
new file mode 100644
index 0000000..ae5e770
--- /dev/null
+++ b/docs/roadmap.md
@@ -0,0 +1,85 @@
+gedit roadmap
+=============
+
+This page contains the plans for major code changes we hope to get done in the
+future.
+
+See the [roadmap-done.md](roadmap-done.md) file for done tasks.
+
+See the [NEWS file](../NEWS) for a detailed history.
+
+See also the
+[Tepl roadmap](https://gitlab.gnome.org/swilmet/tepl/-/blob/main/docs/roadmap.md).
+
+Continue to make the gedit source code more re-usable
+-----------------------------------------------------
+
+Status: **in progress** (this is an ongoing effort)
+
+Next steps:
+- Use more features from the Tepl library, and develop Tepl alongside gedit.
+ The goal is to reduce the amount of code in gedit, by having re-usable code
+ in Tepl instead.
+
+Replace search & replace dialog window by an horizontal bar
+-----------------------------------------------------------
+
+Status: **todo**
+
+To not occlude the text.
+
+Be able to quit the application with all documents saved, and restored on next start
+------------------------------------------------------------------------------------
+
+Status: **todo**
+
+Even for unsaved and untitled files, be able to quit gedit, restart it later and
+come back to the state before with all tabs restored.
+
+Improve the workflow for printing to paper
+------------------------------------------
+
+Status: **todo**
+
+Show first a preview of the file to print and do the configuration from there.
+
+Handle problem with large files or files containing very long lines
+-------------------------------------------------------------------
+
+Status: **started in Tepl**
+
+See the [common-bugs.md](common-bugs.md) file.
+
+Use native file chooser dialog windows (GtkFileChooserNative)
+-------------------------------------------------------------
+
+Status: **in progress**
+
+To have the native file chooser on MS Windows, and use the Flatpak portal.
+
+Do not allow incompatible plugins to be loaded
+----------------------------------------------
+
+Status: **todo**
+
+There are currently no checks to see if a plugin is compatible with the gedit
+version. Currently enabling a plugin can make gedit to crash.
+
+Solution: include the gedit plugin API version in the directory names where
+plugins need to be installed. Better solution: see
+[this libpeas feature request](https://bugzilla.gnome.org/show_bug.cgi?id=642694#c15).
+
+Avoid the need for gedit forks
+------------------------------
+
+Status: **todo**
+
+There are several forks of gedit available: [Pluma](https://github.com/mate-desktop/pluma)
+(from the MATE desktop environment) and [xed](https://github.com/linuxmint/xed)
+(from the Linux Mint distribution). xed is a fork of Pluma, and Pluma is a fork
+of gedit.
+
+The goal is to make gedit suitable for MATE and Linux Mint. This can be
+implemented by adding a “gedit-classic” configuration option. Or implement it
+similarly to LibreOffice, to give the user a choice between several UI
+paradigms.
diff --git a/gedit.doap b/gedit.doap
new file mode 100644
index 0000000..56f2507
--- /dev/null
+++ b/gedit.doap
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:gnome="http://api.gnome.org/doap-extensions#"
+ xmlns="http://usefulinc.com/ns/doap#">
+ <name xml:lang="en">gedit</name>
+ <shortdesc xml:lang="en">gedit, a text editor</shortdesc>
+ <description>
+gedit is a general-purpose text editor. It has been created in 1998, at the
+beginnings of GNOME.
+
+The first goal of gedit is to be easy to use, with a simple interface by
+default. More advanced features are available by enabling plugins.
+ </description>
+
+ <homepage rdf:resource="http://www.gedit.org" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gedit-list" />
+ <download-page rdf:resource="http://download.gnome.org/sources/gedit/" />
+ <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gedit/issues/" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
+ <programming-language>C</programming-language>
+ <programming-language>Python</programming-language>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Sébastien Wilmet</foaf:name>
+ <foaf:mbox rdf:resource="mailto:swilmet@gnome.org" />
+ <gnome:userid>swilmet</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Jeremy Bicha</foaf:name>
+ <foaf:mbox rdf:resource="mailto:jbicha@ubuntu.com" />
+ <gnome:userid>jbicha</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <!-- Former maintainers
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Paolo Maggi</foaf:name>
+ <foaf:mbox rdf:resource="mailto:paolo@gnome.org" />
+ <gnome:userid>paolo</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Paolo Borelli</foaf:name>
+ <foaf:mbox rdf:resource="mailto:pborelli@gnome.org" />
+ <gnome:userid>pborelli</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Jesse van den Kieboom</foaf:name>
+ <foaf:mbox rdf:resource="mailto:jessevdk@gnome.org" />
+ <gnome:userid>jessevdk</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ignacio Casal Quinteiro</foaf:name>
+ <foaf:mbox rdf:resource="mailto:icq@gnome.org" />
+ <gnome:userid>icq</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Jordi Mas</foaf:name>
+ <foaf:mbox rdf:resource="mailto:jmas@softcatala.org" />
+ <gnome:userid>jmas</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ -->
+</Project>
diff --git a/gedit/Gedit-3.0.metadata b/gedit/Gedit-3.0.metadata
new file mode 100644
index 0000000..e36d7cb
--- /dev/null
+++ b/gedit/Gedit-3.0.metadata
@@ -0,0 +1,23 @@
+App cheader_filename="gedit/gedit-app.h"
+AppActivatable cheader_filename="gedit/gedit-app-activatable.h"
+DebugSection cheader_filename="gedit/gedit-debug.h"
+Document cheader_filename="gedit/gedit-document.h"
+EncodingsComboBox cheader_filename="gedit/gedit-encodings-combo-box.h"
+MenuExtension cheader_filename="gedit/gedit-menu-extension.h"
+Message cheader_filename="gedit/gedit-message.h"
+MessageBus cheader_filename="gedit/gedit-message-bus.h"
+Statusbar cheader_filename="gedit/gedit-statusbar.h"
+Tab cheader_filename="gedit/gedit-tab.h"
+TabState cheader_filename="gedit/gedit-tab.h"
+View cheader_filename="gedit/gedit-view.h"
+ViewActivatable cheader_filename="gedit/gedit-view-activatable.h"
+Window cheader_filename="gedit/gedit-window.h"
+WindowActivatable cheader_filename="gedit/gedit-window-activatable.h"
+WindowState cheader_filename="gedit/gedit-window.h"
+
+commands_* cheader_filename="gedit/gedit-commands.h"
+debug* cheader_filename="gedit/gedit-debug.h"
+utils_* cheader_filename="gedit/gedit-utils.h"
+
+MessageBusForeach cheader_filename="gedit/gedit-message-bus.h"
+MessageCallback cheader_filename="gedit/gedit-message-bus.h"
diff --git a/gedit/Gedit.py b/gedit/Gedit.py
new file mode 100644
index 0000000..c3a1f43
--- /dev/null
+++ b/gedit/Gedit.py
@@ -0,0 +1,99 @@
+# Copyright (C) 2011 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from gi.repository import GObject
+import inspect
+
+from ..overrides import override
+from ..importer import modules
+
+Gedit = modules['Gedit']._introspection_module
+__all__ = []
+
+class MessageBus(Gedit.MessageBus):
+ def create(self, object_path, method, **kwargs):
+ tp = self.lookup(object_path, method)
+
+ if not tp.is_a(Gedit.Message.__gtype__):
+ return None
+
+ kwargs['object-path'] = object_path
+ kwargs['method'] = method
+
+ return GObject.new(tp, **kwargs)
+
+ def send_sync(self, object_path, method, **kwargs):
+ msg = self.create(object_path, method, **kwargs)
+ self.send_message_sync(msg)
+
+ return msg
+
+ def send(self, object_path, method, **kwargs):
+ msg = self.create(object_path, method, **kwargs)
+ self.send_message(msg)
+
+ return msg
+
+MessageBus = override(MessageBus)
+__all__.append('MessageBus')
+
+class Message(Gedit.Message):
+ def __getattribute__(self, name):
+ try:
+ return Gedit.Message.__getattribute__(self, name)
+ except:
+ return getattr(self.props, name)
+
+Message = override(Message)
+__all__.append('Message')
+
+
+def get_trace_info(num_back_frames=0):
+ frame = inspect.currentframe().f_back
+ try:
+ for i in range(num_back_frames):
+ back_frame = frame.f_back
+ if back_frame is None:
+ break
+ frame = back_frame
+
+ filename = frame.f_code.co_filename
+
+ # http://code.activestate.com/recipes/145297-grabbing-the-current-line-number-easily/
+ lineno = frame.f_lineno
+
+ func_name = frame.f_code.co_name
+ try:
+ # http://stackoverflow.com/questions/2203424/python-how-to-retrieve-class-information-from-a-frame-object
+ cls_name = frame.f_locals["self"].__class__.__name__
+ except:
+ pass
+ else:
+ func_name = "%s.%s" % (cls_name, func_name)
+
+ return (filename, lineno, func_name)
+ finally:
+ frame = None
+
+orig_debug_plugin_message_func = Gedit.debug_plugin_message
+
+@override(Gedit.debug_plugin_message)
+def debug_plugin_message(format, *format_args):
+ filename, lineno, func_name = get_trace_info(1)
+ orig_debug_plugin_message_func(filename, lineno, func_name, format % format_args)
+__all__.append(debug_plugin_message)
+
+# vi:ex:ts=4:et
diff --git a/gedit/gedit-app-activatable.c b/gedit/gedit-app-activatable.c
new file mode 100644
index 0000000..f5dbd35
--- /dev/null
+++ b/gedit/gedit-app-activatable.c
@@ -0,0 +1,117 @@
+/*
+ * gedit-app-activatable.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 Steve Frécinaux
+ * Copyright (C) 2010 Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Library General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-app-activatable.h"
+#include "gedit-app.h"
+#include "gedit-app-private.h"
+
+/**
+ * SECTION:gedit-app-activatable
+ * @short_description: Interface for activatable extensions on apps
+ * @see_also: #PeasExtensionSet
+ *
+ * #GeditAppActivatable is an interface which should be implemented by
+ * extensions that should be activated on a gedit application.
+ **/
+
+G_DEFINE_INTERFACE(GeditAppActivatable, gedit_app_activatable, G_TYPE_OBJECT)
+
+static void
+gedit_app_activatable_default_init (GeditAppActivatableInterface *iface)
+{
+ /**
+ * GeditAppActivatable:app:
+ *
+ * The app property contains the gedit app for this
+ * #GeditAppActivatable instance.
+ */
+ g_object_interface_install_property (iface,
+ g_param_spec_object ("app",
+ "App",
+ "The gedit app",
+ GEDIT_TYPE_APP,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_STATIC_STRINGS));
+}
+
+/**
+ * gedit_app_activatable_activate:
+ * @activatable: A #GeditAppActivatable.
+ *
+ * Activates the extension on the application.
+ */
+void
+gedit_app_activatable_activate (GeditAppActivatable *activatable)
+{
+ GeditAppActivatableInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_APP_ACTIVATABLE (activatable));
+
+ iface = GEDIT_APP_ACTIVATABLE_GET_IFACE (activatable);
+
+ if (iface->activate != NULL)
+ {
+ iface->activate (activatable);
+ }
+}
+
+/**
+ * gedit_app_activatable_deactivate:
+ * @activatable: A #GeditAppActivatable.
+ *
+ * Deactivates the extension from the application.
+ *
+ */
+void
+gedit_app_activatable_deactivate (GeditAppActivatable *activatable)
+{
+ GeditAppActivatableInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_APP_ACTIVATABLE (activatable));
+
+ iface = GEDIT_APP_ACTIVATABLE_GET_IFACE (activatable);
+
+ if (iface->deactivate != NULL)
+ {
+ iface->deactivate (activatable);
+ }
+}
+
+GeditMenuExtension *
+gedit_app_activatable_extend_menu (GeditAppActivatable *activatable,
+ const gchar *extension_point)
+{
+ GeditApp *app;
+ GeditMenuExtension *ext;
+
+ g_return_val_if_fail (GEDIT_IS_APP_ACTIVATABLE (activatable), NULL);
+
+ g_object_get (G_OBJECT (activatable), "app", &app, NULL);
+ ext = _gedit_app_extend_menu (app, extension_point);
+ g_object_unref (app);
+
+ return ext;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-app-activatable.h b/gedit/gedit-app-activatable.h
new file mode 100644
index 0000000..f3f6606
--- /dev/null
+++ b/gedit/gedit-app-activatable.h
@@ -0,0 +1,64 @@
+/*
+ * gedit-app-activatable.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Steve Frécinaux
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Library General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_APP_ACTIVATABLE_H
+#define GEDIT_APP_ACTIVATABLE_H
+
+#include <glib-object.h>
+#include <gedit/gedit-menu-extension.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_APP_ACTIVATABLE (gedit_app_activatable_get_type ())
+
+G_DECLARE_INTERFACE (GeditAppActivatable, gedit_app_activatable, GEDIT, APP_ACTIVATABLE, GObject)
+
+struct _GeditAppActivatableInterface
+{
+ GTypeInterface g_iface;
+
+ /* Virtual public methods */
+ void (*activate) (GeditAppActivatable *activatable);
+ void (*deactivate) (GeditAppActivatable *activatable);
+};
+
+void gedit_app_activatable_activate (GeditAppActivatable *activatable);
+void gedit_app_activatable_deactivate (GeditAppActivatable *activatable);
+
+/**
+ * gedit_app_activatable_extend_menu:
+ * @activatable: A #GeditAppActivatable.
+ * @extension_point: the extension point section of the menu to get.
+ *
+ * Gets the #GeditMenuExtension for the menu @extension_point. Note that
+ * the extension point could be in different menus (gear menu, app menu, etc)
+ * depending on the platform.
+ *
+ * Returns: (transfer full): a #GeditMenuExtension for the specific section
+ * or %NULL if not found.
+ */
+GeditMenuExtension *gedit_app_activatable_extend_menu (GeditAppActivatable *activatable,
+ const gchar *extension_point);
+
+G_END_DECLS
+
+#endif /* GEDIT_APP_ACTIVATABLE_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-app-osx.h b/gedit/gedit-app-osx.h
new file mode 100644
index 0000000..a333f61
--- /dev/null
+++ b/gedit/gedit-app-osx.h
@@ -0,0 +1,41 @@
+/*
+ * gedit-app-osx.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_APP_OSX_H
+#define GEDIT_APP_OSX_H
+
+#include "gedit-app.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_APP_OSX (gedit_app_osx_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditAppOSX, gedit_app_osx, GEDIT, APP_OSX, GeditApp)
+
+gboolean gedit_app_osx_show_url (GeditAppOSX *app,
+ const gchar *url);
+
+G_END_DECLS
+
+#endif /* GEDIT_APP_OSX_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-app-osx.m b/gedit/gedit-app-osx.m
new file mode 100644
index 0000000..fd1675a
--- /dev/null
+++ b/gedit/gedit-app-osx.m
@@ -0,0 +1,603 @@
+/*
+ * gedit-app-osx.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "gedit-app-osx.h"
+
+#include <gdk/gdkquartz.h>
+#include <string.h>
+#include <glib/gi18n.h>
+
+#include "gedit-app-private.h"
+#include "gedit-dirs.h"
+#include "gedit-debug.h"
+#include "gedit-commands.h"
+#include "gedit-commands-private.h"
+#include "gedit-document-private.h"
+#include "gedit-recent-osx.h"
+#import <AppKit/AppKit.h>
+
+NSWindow *gdk_quartz_window_get_nswindow(GdkWindow *window);
+NSEvent *gdk_quartz_event_get_nsevent(GdkEvent *event);
+
+static GeditWindow *
+ensure_window (GeditAppOSX *app,
+ gboolean with_empty_document)
+{
+ GList *windows;
+ GeditWindow *ret = NULL;
+
+ windows = gtk_application_get_windows (GTK_APPLICATION (app));
+
+ while (windows)
+ {
+ GtkWindow *window;
+ GdkWindow *win;
+ NSWindow *nswin;
+
+ window = windows->data;
+ windows = g_list_next (windows);
+
+ if (!gtk_widget_get_realized (GTK_WIDGET (window)))
+ {
+ continue;
+ }
+
+ if (!GEDIT_IS_WINDOW (window))
+ {
+ continue;
+ }
+
+ win = gtk_widget_get_window (GTK_WIDGET (window));
+ nswin = gdk_quartz_window_get_nswindow (win);
+
+ if ([nswin isOnActiveSpace])
+ {
+ ret = GEDIT_WINDOW (window);
+ break;
+ }
+ }
+
+ if (!ret)
+ {
+ ret = gedit_app_create_window (GEDIT_APP (app), NULL);
+ gtk_widget_show (GTK_WIDGET (ret));
+ }
+
+ if (with_empty_document && gedit_window_get_active_document (ret) == NULL)
+ {
+ gedit_window_create_tab (ret, TRUE);
+ }
+
+ gtk_window_present (GTK_WINDOW (ret));
+ return ret;
+}
+
+@interface GeditAppOSXDelegate : NSObject
+{
+ GeditAppOSX *app;
+ id<NSApplicationDelegate> orig;
+}
+
+- (id)initWithApp:(GeditAppOSX *)theApp;
+- (void)release;
+
+- (id)forwardingTargetForSelector:(SEL)aSelector;
+- (BOOL)respondsToSelector:(SEL)aSelector;
+
+- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag;
+- (void)applicationWillBecomeActive:(NSNotification *)aNotification;
+- (void)application:(NSApplication *)sender openFiles:(NSArray *)filenames;
+
+@end
+
+@implementation GeditAppOSXDelegate
+- (id)initWithApp:(GeditAppOSX *)theApp
+{
+ [super init];
+ app = theApp;
+
+ orig = [NSApp delegate];
+ [NSApp setDelegate:self];
+
+ return self;
+}
+
+- (void)release
+{
+ [NSApp setDelegate:orig];
+ [super release];
+}
+
+- (id)forwardingTargetForSelector:(SEL)aSelector
+{
+ return orig;
+}
+
+- (BOOL)respondsToSelector:(SEL)aSelector
+{
+ return [super respondsToSelector:aSelector] || [orig respondsToSelector:aSelector];
+}
+
+- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag
+{
+ ensure_window (app, TRUE);
+ return NO;
+}
+
+- (void)applicationWillBecomeActive:(NSNotification *)aNotification
+{
+ ensure_window (app, TRUE);
+}
+
+- (void)application:(NSApplication *)sender openFiles:(NSArray *)filenames
+{
+ ensure_window (app, FALSE);
+ [orig application:sender openFiles:filenames];
+}
+
+@end
+
+struct _GeditAppOSX
+{
+ GeditApp parent_instance;
+
+ GeditMenuExtension *recent_files_menu;
+ gulong recent_manager_changed_id;
+
+ GeditAppOSXDelegate *app_delegate;
+
+ GList *recent_actions;
+ GeditRecentConfiguration recent_config;
+};
+
+G_DEFINE_TYPE (GeditAppOSX, gedit_app_osx, GEDIT_TYPE_APP)
+
+static void
+remove_recent_actions (GeditAppOSX *app)
+{
+ while (app->recent_actions)
+ {
+ gchar *action_name = app->recent_actions->data;
+
+ g_action_map_remove_action (G_ACTION_MAP (app), action_name);
+ g_free (action_name);
+
+ app->recent_actions = g_list_delete_link (app->recent_actions,
+ app->recent_actions);
+ }
+}
+
+static void
+gedit_app_osx_finalize (GObject *object)
+{
+ GeditAppOSX *app = GEDIT_APP_OSX (object);
+
+ g_object_unref (app->recent_files_menu);
+
+ remove_recent_actions (app);
+
+ g_signal_handler_disconnect (app->recent_config.manager,
+ app->recent_manager_changed_id);
+
+ gedit_recent_configuration_destroy (&app->recent_config);
+
+ [app->app_delegate release];
+
+ G_OBJECT_CLASS (gedit_app_osx_parent_class)->finalize (object);
+}
+
+gboolean
+gedit_app_osx_show_url (GeditAppOSX *app,
+ const gchar *url)
+{
+ return [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:[NSString stringWithUTF8String:url]]];
+}
+
+static gboolean
+gedit_app_osx_show_help_impl (GeditApp *app,
+ GtkWindow *parent,
+ const gchar *name,
+ const gchar *link_id)
+{
+ gboolean ret = FALSE;
+
+ if (name == NULL || g_strcmp0 (name, "gedit") == 0)
+ {
+ gchar *link;
+
+ if (link_id)
+ {
+ link = g_strdup_printf ("https://gedit-technology.net/user-manuals/gedit/%s",
+ link_id);
+ }
+ else
+ {
+ link = g_strdup ("https://gedit-technology.net/user-manuals/gedit/");
+ }
+
+ ret = gedit_app_osx_show_url (GEDIT_APP_OSX (app), link);
+ g_free (link);
+ }
+
+ return ret;
+}
+
+static void
+gedit_app_osx_set_window_title_impl (GeditApp *app,
+ GeditWindow *window,
+ const gchar *title)
+{
+ NSWindow *native;
+ GeditDocument *document;
+ GdkWindow *wnd;
+
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+
+ wnd = gtk_widget_get_window (GTK_WIDGET (window));
+
+ if (wnd == NULL)
+ {
+ return;
+ }
+
+ native = gdk_quartz_window_get_nswindow (wnd);
+ document = gedit_window_get_active_document (window);
+
+ if (document)
+ {
+ bool ismodified;
+
+ if (_gedit_document_is_untitled (document))
+ {
+ [native setRepresentedURL:nil];
+ }
+ else
+ {
+ GtkSourceFile *file;
+ GFile *location;
+ gchar *uri;
+
+ file = gedit_document_get_file (document);
+ location = gtk_source_file_get_location (file);
+
+ uri = g_file_get_uri (location);
+
+ NSURL *nsurl = [NSURL URLWithString:[NSString stringWithUTF8String:uri]];
+
+ [native setRepresentedURL:nsurl];
+ g_free (uri);
+ }
+
+ ismodified = !tepl_buffer_is_untouched (TEPL_BUFFER (document));
+ [native setDocumentEdited:ismodified];
+ }
+ else
+ {
+ [native setRepresentedURL:nil];
+ [native setDocumentEdited:false];
+ }
+
+ GEDIT_APP_CLASS (gedit_app_osx_parent_class)->set_window_title (app, window, title);
+}
+
+typedef struct
+{
+ GeditAppOSX *app;
+ GtkRecentInfo *info;
+} RecentFileInfo;
+
+static void
+recent_file_info_free (gpointer data,
+ GClosure *closure)
+{
+ RecentFileInfo *info = data;
+
+ g_object_unref (info->app);
+ gtk_recent_info_unref (info->info);
+
+ g_slice_free (RecentFileInfo, data);
+}
+
+static void
+recent_file_activated (GAction *action,
+ GVariant *parameter,
+ RecentFileInfo *info)
+{
+ GeditWindow *window;
+ const gchar *uri;
+ GFile *file;
+
+ uri = gtk_recent_info_get_uri (info->info);
+ file = g_file_new_for_uri (uri);
+
+ window = ensure_window (info->app, FALSE);
+
+ gedit_commands_load_location (GEDIT_WINDOW (window), file, NULL, 0, 0);
+ g_object_unref (file);
+}
+
+static void
+recent_files_menu_populate (GeditAppOSX *app)
+{
+ GList *items;
+ gint i = 0;
+
+ gedit_menu_extension_remove_items (app->recent_files_menu);
+ remove_recent_actions (app);
+
+ items = gedit_recent_get_items (&app->recent_config);
+
+ while (items)
+ {
+ GtkRecentInfo *info = items->data;
+ GMenuItem *mitem;
+ const gchar *name;
+ gchar *acname;
+ gchar *acfullname;
+ GSimpleAction *action;
+ RecentFileInfo *finfo;
+
+ name = gtk_recent_info_get_display_name (info);
+
+ acname = g_strdup_printf ("recent-file-action-%d", ++i);
+ action = g_simple_action_new (acname, NULL);
+
+ finfo = g_slice_new (RecentFileInfo);
+ finfo->app = g_object_ref (app);
+ finfo->info = gtk_recent_info_ref (info);
+
+ g_signal_connect_data (action,
+ "activate",
+ G_CALLBACK (recent_file_activated),
+ finfo,
+ recent_file_info_free,
+ 0);
+
+ g_action_map_add_action (G_ACTION_MAP (app), G_ACTION (action));
+ g_object_unref (action);
+
+ acfullname = g_strdup_printf ("app.%s", acname);
+
+ app->recent_actions = g_list_prepend (app->recent_actions, acname);
+
+ mitem = g_menu_item_new (name, acfullname);
+ gedit_menu_extension_append_menu_item (app->recent_files_menu, mitem);
+
+ g_free (acfullname);
+
+ g_object_unref (mitem);
+ gtk_recent_info_unref (info);
+
+ items = g_list_delete_link (items, items);
+ }
+}
+
+static void
+recent_manager_changed (GtkRecentManager *manager,
+ GeditAppOSX *app)
+{
+ recent_files_menu_populate (app);
+}
+
+static void
+open_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer userdata)
+{
+ _gedit_cmd_file_open (NULL, NULL, NULL);
+}
+
+static GActionEntry app_entries[] = {
+ { "open", open_activated, NULL, NULL, NULL }
+};
+
+static void
+update_open_sensitivity (GeditAppOSX *app)
+{
+ GAction *action;
+ gboolean has_windows;
+
+ has_windows = (gtk_application_get_windows (GTK_APPLICATION (app)) != NULL);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (app), "open");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), !has_windows);
+}
+
+static void
+gedit_app_osx_startup (GApplication *application)
+{
+ const gchar *replace_accels[] = {
+ "<Primary><Alt>F",
+ NULL
+ };
+
+ const gchar *open_accels[] = {
+ "<Primary>O",
+ NULL
+ };
+
+ const gchar *fullscreen_accels[] = {
+ "<Primary><Control>F",
+ NULL
+ };
+
+ GeditAppOSX *app = GEDIT_APP_OSX (application);
+
+ G_APPLICATION_CLASS (gedit_app_osx_parent_class)->startup (application);
+
+ app->app_delegate = [[[GeditAppOSXDelegate alloc] initWithApp:app] retain];
+
+ g_action_map_add_action_entries (G_ACTION_MAP (application),
+ app_entries,
+ G_N_ELEMENTS (app_entries),
+ application);
+
+ gtk_application_set_accels_for_action (GTK_APPLICATION (application),
+ "win.replace",
+ replace_accels);
+
+ gtk_application_set_accels_for_action (GTK_APPLICATION (application),
+ "app.open",
+ open_accels);
+
+ gtk_application_set_accels_for_action (GTK_APPLICATION (application),
+ "win.fullscreen",
+ fullscreen_accels);
+
+ gedit_recent_configuration_init_default (&app->recent_config);
+
+ app->recent_files_menu = _gedit_app_extend_menu (GEDIT_APP (application),
+ "recent-files-section");
+
+ app->recent_manager_changed_id = g_signal_connect (app->recent_config.manager,
+ "changed",
+ G_CALLBACK (recent_manager_changed),
+ app);
+
+ recent_files_menu_populate (app);
+
+ g_application_hold (application);
+ update_open_sensitivity (app);
+}
+
+static void
+set_window_allow_fullscreen (GeditWindow *window)
+{
+ GdkWindow *wnd;
+ NSWindow *native;
+
+ wnd = gtk_widget_get_window (GTK_WIDGET (window));
+
+ if (wnd != NULL)
+ {
+ native = gdk_quartz_window_get_nswindow (wnd);
+ [native setCollectionBehavior: [native collectionBehavior] | NSWindowCollectionBehaviorFullScreenPrimary];
+ }
+}
+
+static void
+on_window_realized (GtkWidget *widget)
+{
+ set_window_allow_fullscreen (GEDIT_WINDOW (widget));
+}
+
+static GeditWindow *
+gedit_app_osx_create_window_impl (GeditApp *app)
+{
+ GeditWindow *window;
+
+ window = GEDIT_APP_CLASS (gedit_app_osx_parent_class)->create_window (app);
+
+ gtk_window_set_titlebar (GTK_WINDOW (window), NULL);
+
+ if (gtk_widget_get_realized (GTK_WIDGET (window)))
+ {
+ set_window_allow_fullscreen (window);
+ }
+ else
+ {
+ g_signal_connect (window, "realize", G_CALLBACK (on_window_realized), NULL);
+ }
+
+ return window;
+}
+
+static gboolean
+gedit_app_osx_process_window_event_impl (GeditApp *app,
+ GeditWindow *window,
+ GdkEvent *event)
+{
+ NSEvent *nsevent;
+
+ /* For OS X we will propagate the event to NSApp, which handles some OS X
+ * specific keybindings and the accelerators for the menu
+ */
+ nsevent = gdk_quartz_event_get_nsevent (event);
+ [NSApp sendEvent:nsevent];
+
+ /* It does not really matter what we return here since it's the last thing
+ * in the chain. Also we can't get from sendEvent whether the event was
+ * actually handled by NSApp anyway
+ */
+ return TRUE;
+}
+
+static void
+gedit_app_osx_constructed (GObject *object)
+{
+ /* FIXME: should we do this on all platforms? */
+ g_object_set (object, "register-session", TRUE, NULL);
+ G_OBJECT_CLASS (gedit_app_osx_parent_class)->constructed (object);
+}
+
+static void
+gedit_app_osx_window_added (GtkApplication *application,
+ GtkWindow *window)
+{
+ GTK_APPLICATION_CLASS (gedit_app_osx_parent_class)->window_added (application, window);
+
+ update_open_sensitivity (GEDIT_APP_OSX (application));
+}
+
+static void
+gedit_app_osx_window_removed (GtkApplication *application,
+ GtkWindow *window)
+{
+ GTK_APPLICATION_CLASS (gedit_app_osx_parent_class)->window_removed (application, window);
+
+ update_open_sensitivity (GEDIT_APP_OSX (application));
+}
+
+static void
+gedit_app_osx_class_init (GeditAppOSXClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GeditAppClass *app_class = GEDIT_APP_CLASS (klass);
+ GApplicationClass *application_class = G_APPLICATION_CLASS (klass);
+ GtkApplicationClass *gtkapplication_class = GTK_APPLICATION_CLASS (klass);
+
+ object_class->finalize = gedit_app_osx_finalize;
+ object_class->constructed = gedit_app_osx_constructed;
+
+ application_class->startup = gedit_app_osx_startup;
+
+ gtkapplication_class->window_added = gedit_app_osx_window_added;
+ gtkapplication_class->window_removed = gedit_app_osx_window_removed;
+
+ app_class->show_help = gedit_app_osx_show_help_impl;
+ app_class->set_window_title = gedit_app_osx_set_window_title_impl;
+ app_class->create_window = gedit_app_osx_create_window_impl;
+ app_class->process_window_event = gedit_app_osx_process_window_event_impl;
+}
+
+static void
+gedit_app_osx_init (GeditAppOSX *app)
+{
+ /* This is required so that Cocoa is not going to parse the
+ command line arguments by itself and generate OpenFile events.
+ We already parse the command line ourselves, so this is needed
+ to prevent opening files twice, etc. */
+ [[NSUserDefaults standardUserDefaults] setObject:@"NO"
+ forKey:@"NSTreatUnknownArgumentsAsOpen"];
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-app-private.h b/gedit/gedit-app-private.h
new file mode 100644
index 0000000..4888643
--- /dev/null
+++ b/gedit/gedit-app-private.h
@@ -0,0 +1,50 @@
+/*
+ * gedit-app-private.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2015 - Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_APP_PRIVATE_H
+#define GEDIT_APP_PRIVATE_H
+
+#include "gedit-app.h"
+#include "gedit-menu-extension.h"
+
+G_BEGIN_DECLS
+
+/* global print config */
+GtkPageSetup *_gedit_app_get_default_page_setup (GeditApp *app);
+void _gedit_app_set_default_page_setup (GeditApp *app,
+ GtkPageSetup *page_setup);
+GtkPrintSettings *_gedit_app_get_default_print_settings (GeditApp *app);
+void _gedit_app_set_default_print_settings (GeditApp *app,
+ GtkPrintSettings *settings);
+
+GMenuModel *_gedit_app_get_hamburger_menu (GeditApp *app);
+
+GMenuModel *_gedit_app_get_notebook_menu (GeditApp *app);
+
+GMenuModel *_gedit_app_get_tab_width_menu (GeditApp *app);
+
+GeditMenuExtension *_gedit_app_extend_menu (GeditApp *app,
+ const gchar *extension_point);
+
+G_END_DECLS
+
+#endif /* GEDIT_APP_PRIVATE_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-app-win32.c b/gedit/gedit-app-win32.c
new file mode 100644
index 0000000..61897a5
--- /dev/null
+++ b/gedit/gedit-app-win32.c
@@ -0,0 +1,138 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "gedit-app-win32.h"
+
+#define SAVE_DATADIR DATADIR
+#undef DATADIR
+
+#include <io.h>
+#include <conio.h>
+
+#ifndef _WIN32_WINNT
+# define _WIN32_WINNT 0x0501
+#endif
+
+#include <windows.h>
+
+#define DATADIR SAVE_DATADIR
+#undef SAVE_DATADIR
+
+struct _GeditAppWin32
+{
+ GeditApp parent_instance;
+};
+
+G_DEFINE_TYPE (GeditAppWin32, gedit_app_win32, GEDIT_TYPE_APP)
+
+static gchar *
+gedit_app_win32_get_help_uri_impl (GeditApp *app,
+ const gchar *name_of_user_manual,
+ const gchar *link_id_within_user_manual)
+{
+ /* FIXME: name_of_user_manual is expected to be always "gedit" here. */
+
+ if (link_id_within_user_manual != NULL)
+ {
+ return g_strdup_printf ("https://gedit-technology.net/user-manuals/gedit/%s",
+ link_id_within_user_manual);
+ }
+
+ return g_strdup ("https://gedit-technology.net/user-manuals/gedit/");
+}
+
+static void
+setup_path (void)
+{
+ gchar *path;
+ gchar *installdir;
+ gchar *bin;
+
+ installdir = g_win32_get_package_installation_directory_of_module (NULL);
+
+ bin = g_build_filename (installdir, "bin", NULL);
+ g_free (installdir);
+
+ /* Set PATH to include the gedit executable's folder */
+ path = g_build_path (";", bin, g_getenv ("PATH"), NULL);
+ g_free (bin);
+
+ if (!g_setenv ("PATH", path, TRUE))
+ {
+ g_warning ("Could not set PATH for gedit");
+ }
+
+ g_free (path);
+}
+
+static void
+prep_console (void)
+{
+ /* If we open gedit from a console get the stdout printing */
+ if (fileno (stdout) != -1 &&
+ _get_osfhandle (fileno (stdout)) != -1)
+ {
+ /* stdout is fine, presumably redirected to a file or pipe */
+ }
+ else
+ {
+ typedef BOOL (* WINAPI AttachConsole_t) (DWORD);
+
+ AttachConsole_t p_AttachConsole =
+ (AttachConsole_t) GetProcAddress (GetModuleHandle ("kernel32.dll"),
+ "AttachConsole");
+
+ if (p_AttachConsole != NULL && p_AttachConsole (ATTACH_PARENT_PROCESS))
+ {
+ freopen ("CONOUT$", "w", stdout);
+ dup2 (fileno (stdout), 1);
+ freopen ("CONOUT$", "w", stderr);
+ dup2 (fileno (stderr), 2);
+ }
+ }
+}
+
+static void
+gedit_app_win32_startup (GApplication *application)
+{
+ G_APPLICATION_CLASS (gedit_app_win32_parent_class)->startup (application);
+
+ setup_path ();
+ prep_console ();
+}
+
+static void
+gedit_app_win32_class_init (GeditAppWin32Class *klass)
+{
+ GApplicationClass *gapp_class = G_APPLICATION_CLASS (klass);
+ GeditAppClass *app_class = GEDIT_APP_CLASS (klass);
+
+ gapp_class->startup = gedit_app_win32_startup;
+
+ app_class->get_help_uri = gedit_app_win32_get_help_uri_impl;
+}
+
+static void
+gedit_app_win32_init (GeditAppWin32 *self)
+{
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-app-win32.h b/gedit/gedit-app-win32.h
new file mode 100644
index 0000000..d30841e
--- /dev/null
+++ b/gedit/gedit-app-win32.h
@@ -0,0 +1,39 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_APP_WIN32_H
+#define GEDIT_APP_WIN32_H
+
+#include "gedit-app.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_APP_WIN32 (gedit_app_win32_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditAppWin32, gedit_app_win32,
+ GEDIT, APP_WIN32,
+ GeditApp)
+
+G_END_DECLS
+
+#endif /* GEDIT_APP_WIN32_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-app.c b/gedit/gedit-app.c
new file mode 100644
index 0000000..4dc8c29
--- /dev/null
+++ b/gedit/gedit-app.c
@@ -0,0 +1,1700 @@
+/*
+ * gedit-app.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005-2006 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-app.h"
+#include "gedit-app-private.h"
+
+#include <string.h>
+#include <unistd.h>
+#include <stdlib.h>
+
+#include <glib/gi18n.h>
+#include <libpeas/peas-extension-set.h>
+#include <tepl/tepl.h>
+
+#include "gedit-commands-private.h"
+#include "gedit-notebook.h"
+#include "gedit-debug.h"
+#include "gedit-utils.h"
+#include "gedit-enum-types.h"
+#include "gedit-dirs.h"
+#include "gedit-settings.h"
+#include "gedit-app-activatable.h"
+#include "gedit-plugins-engine.h"
+#include "gedit-commands.h"
+#include "gedit-preferences-dialog.h"
+#include "gedit-tab.h"
+
+#define GEDIT_PAGE_SETUP_FILE "gedit-page-setup"
+#define GEDIT_PRINT_SETTINGS_FILE "gedit-print-settings"
+
+typedef struct
+{
+ GeditPluginsEngine *engine;
+
+ GtkCssProvider *theme_provider;
+
+ GtkPageSetup *page_setup;
+ GtkPrintSettings *print_settings;
+
+ GSettings *window_settings;
+
+ GMenuModel *hamburger_menu;
+ GMenuModel *notebook_menu;
+ GMenuModel *tab_width_menu;
+
+ PeasExtensionSet *extensions;
+
+ /* command line parsing */
+ gboolean new_window;
+ gboolean new_document;
+ const GtkSourceEncoding *encoding;
+ GInputStream *stdin_stream;
+ GSList *file_list;
+ gint line_position;
+ gint column_position;
+ GApplicationCommandLine *command_line;
+} GeditAppPrivate;
+
+static const GOptionEntry options[] =
+{
+ /* Version */
+ {
+ "version", 'V', 0, G_OPTION_ARG_NONE, NULL,
+ N_("Show the application’s version"), NULL
+ },
+
+ /* List available encodings */
+ {
+ "list-encodings", '\0', 0, G_OPTION_ARG_NONE, NULL,
+ N_("Display list of possible values for the encoding option"),
+ NULL
+ },
+
+ /* Encoding */
+ {
+ "encoding", '\0', 0, G_OPTION_ARG_STRING, NULL,
+ N_("Set the character encoding to be used to open the files listed on the command line"),
+ N_("ENCODING")
+ },
+
+ /* Open a new window */
+ {
+ "new-window", '\0', 0, G_OPTION_ARG_NONE, NULL,
+ N_("Create a new top-level window in an existing instance of gedit"),
+ NULL
+ },
+
+ /* Create a new empty document */
+ {
+ "new-document", '\0', 0, G_OPTION_ARG_NONE, NULL,
+ N_("Create a new document in an existing instance of gedit"),
+ NULL
+ },
+
+ /* Wait for closing documents */
+ {
+ "wait", 'w', 0, G_OPTION_ARG_NONE, NULL,
+ N_("Open files and block process until files are closed"),
+ NULL
+ },
+
+ /* New instance */
+ {
+ "standalone", 's', 0, G_OPTION_ARG_NONE, NULL,
+ N_("Run gedit in standalone mode"),
+ NULL
+ },
+
+ /* collects file arguments */
+ {
+ G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, NULL, NULL,
+ N_("[FILE…] [+LINE[:COLUMN]]")
+ },
+
+ {NULL}
+};
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditApp, gedit_app, GTK_TYPE_APPLICATION)
+
+static void
+gedit_app_dispose (GObject *object)
+{
+ GeditAppPrivate *priv;
+
+ priv = gedit_app_get_instance_private (GEDIT_APP (object));
+
+ g_clear_object (&priv->window_settings);
+
+ g_clear_object (&priv->page_setup);
+ g_clear_object (&priv->print_settings);
+
+ /* Note that unreffing the extensions will automatically remove
+ * all extensions which in turn will deactivate the extension
+ */
+ g_clear_object (&priv->extensions);
+
+ g_clear_object (&priv->engine);
+
+ if (priv->theme_provider != NULL)
+ {
+ gtk_style_context_remove_provider_for_screen (gdk_screen_get_default (),
+ GTK_STYLE_PROVIDER (priv->theme_provider));
+ g_clear_object (&priv->theme_provider);
+ }
+
+ g_clear_object (&priv->hamburger_menu);
+ g_clear_object (&priv->notebook_menu);
+ g_clear_object (&priv->tab_width_menu);
+
+ G_OBJECT_CLASS (gedit_app_parent_class)->dispose (object);
+}
+
+static gchar *
+gedit_app_get_help_uri_impl (GeditApp *app,
+ const gchar *name_of_user_manual,
+ const gchar *link_id_within_user_manual)
+{
+ if (link_id_within_user_manual != NULL)
+ {
+ return g_strdup_printf ("help:%s/%s",
+ name_of_user_manual,
+ link_id_within_user_manual);
+ }
+ else
+ {
+ return g_strdup_printf ("help:%s", name_of_user_manual);
+ }
+}
+
+static gboolean
+gedit_app_show_help_impl (GeditApp *app,
+ GtkWindow *parent_window,
+ const gchar *name_of_user_manual,
+ const gchar *link_id_within_user_manual)
+{
+ gchar *uri;
+ gboolean ret;
+ GError *error = NULL;
+
+ if (name_of_user_manual == NULL)
+ {
+ name_of_user_manual = "gedit";
+ }
+
+ uri = GEDIT_APP_GET_CLASS (app)->get_help_uri (app,
+ name_of_user_manual,
+ link_id_within_user_manual);
+
+ ret = gtk_show_uri_on_window (parent_window,
+ uri,
+ GDK_CURRENT_TIME,
+ &error);
+
+ g_free (uri);
+
+ if (error != NULL)
+ {
+ GtkWidget *dialog;
+
+ dialog = gtk_message_dialog_new (parent_window,
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_ERROR,
+ GTK_BUTTONS_CLOSE,
+ _("There was an error displaying the help."));
+
+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
+ "%s", error->message);
+
+ g_signal_connect (G_OBJECT (dialog),
+ "response",
+ G_CALLBACK (gtk_widget_destroy),
+ NULL);
+
+ gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
+
+ gtk_widget_show (dialog);
+
+ g_error_free (error);
+ }
+
+ return ret;
+}
+
+static void
+gedit_app_set_window_title_impl (GeditApp *app,
+ GeditWindow *window,
+ const gchar *title)
+{
+ gtk_window_set_title (GTK_WINDOW (window), title);
+}
+
+static GeditWindow *
+get_active_window (GtkApplication *app)
+{
+ GList *windows;
+ GList *l;
+
+ /* Gtk documentation says the window list is always in MRU order. */
+ windows = gtk_application_get_windows (app);
+ for (l = windows; l != NULL; l = l->next)
+ {
+ GtkWindow *window = l->data;
+
+ if (GEDIT_IS_WINDOW (window))
+ {
+ return GEDIT_WINDOW (window);
+ }
+ }
+
+ return NULL;
+}
+
+static void
+set_command_line_wait (GeditApp *app,
+ GeditTab *tab)
+{
+ GeditAppPrivate *priv;
+
+ priv = gedit_app_get_instance_private (app);
+
+ g_object_set_data_full (G_OBJECT (tab),
+ "GeditTabCommandLineWait",
+ g_object_ref (priv->command_line),
+ (GDestroyNotify)g_object_unref);
+}
+
+static void
+set_command_line_wait_doc (GeditDocument *doc,
+ GeditApp *app)
+{
+ GeditTab *tab = gedit_tab_get_from_document (doc);
+
+ set_command_line_wait (app, tab);
+}
+
+static void
+open_files (GApplication *application,
+ gboolean new_window,
+ gboolean new_document,
+ gint line_position,
+ gint column_position,
+ const GtkSourceEncoding *encoding,
+ GInputStream *stdin_stream,
+ GSList *file_list,
+ GApplicationCommandLine *command_line)
+{
+ GeditWindow *window = NULL;
+ GeditTab *tab;
+ gboolean doc_created = FALSE;
+
+ if (!new_window)
+ {
+ window = get_active_window (GTK_APPLICATION (application));
+ }
+
+ if (window == NULL)
+ {
+ gedit_debug_message (DEBUG_APP, "Create main window");
+ window = gedit_app_create_window (GEDIT_APP (application), NULL);
+
+ gedit_debug_message (DEBUG_APP, "Show window");
+ gtk_widget_show (GTK_WIDGET (window));
+ }
+
+ if (stdin_stream)
+ {
+ gedit_debug_message (DEBUG_APP, "Load stdin");
+
+ tab = gedit_window_create_tab_from_stream (window,
+ stdin_stream,
+ encoding,
+ line_position,
+ column_position,
+ TRUE);
+ doc_created = tab != NULL;
+
+ if (doc_created && command_line)
+ {
+ set_command_line_wait (GEDIT_APP (application),
+ tab);
+ }
+ g_input_stream_close (stdin_stream, NULL, NULL);
+ }
+
+ if (file_list != NULL)
+ {
+ GSList *loaded;
+
+ gedit_debug_message (DEBUG_APP, "Load files");
+ loaded = _gedit_cmd_load_files_from_prompt (window,
+ file_list,
+ encoding,
+ line_position,
+ column_position);
+
+ doc_created = doc_created || loaded != NULL;
+
+ if (command_line)
+ {
+ g_slist_foreach (loaded, (GFunc)set_command_line_wait_doc, GEDIT_APP (application));
+ }
+ g_slist_free (loaded);
+ }
+
+ if (!doc_created || new_document)
+ {
+ gedit_debug_message (DEBUG_APP, "Create tab");
+ tab = gedit_window_create_tab (window, TRUE);
+
+ if (command_line)
+ {
+ set_command_line_wait (GEDIT_APP (application),
+ tab);
+ }
+ }
+
+ gtk_window_present (GTK_WINDOW (window));
+}
+
+static void
+new_window_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditApp *app;
+ GeditWindow *window;
+
+ app = GEDIT_APP (user_data);
+ window = gedit_app_create_window (app, NULL);
+
+ gedit_debug_message (DEBUG_APP, "Show window");
+ gtk_widget_show (GTK_WIDGET (window));
+
+ gedit_debug_message (DEBUG_APP, "Create tab");
+ gedit_window_create_tab (window, TRUE);
+
+ gtk_window_present (GTK_WINDOW (window));
+}
+
+static void
+new_document_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GApplication *application = G_APPLICATION (user_data);
+
+ open_files (application,
+ FALSE,
+ TRUE,
+ 0,
+ 0,
+ NULL,
+ NULL,
+ NULL,
+ NULL);
+}
+
+static void
+preferences_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GtkApplication *app;
+ GeditWindow *window;
+
+ app = GTK_APPLICATION (user_data);
+ window = GEDIT_WINDOW (gtk_application_get_active_window (app));
+
+ gedit_show_preferences_dialog (window);
+}
+
+static void
+keyboard_shortcuts_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GtkApplication *app;
+ GeditWindow *window;
+
+ app = GTK_APPLICATION (user_data);
+ window = GEDIT_WINDOW (gtk_application_get_active_window (app));
+
+ _gedit_cmd_help_keyboard_shortcuts (window);
+}
+
+static void
+help_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GtkApplication *app;
+ GeditWindow *window;
+
+ app = GTK_APPLICATION (user_data);
+ window = GEDIT_WINDOW (gtk_application_get_active_window (app));
+
+ _gedit_cmd_help_contents (window);
+}
+
+static void
+about_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GtkApplication *app;
+ GeditWindow *window;
+
+ app = GTK_APPLICATION (user_data);
+ window = GEDIT_WINDOW (gtk_application_get_active_window (app));
+
+ _gedit_cmd_help_about (window);
+}
+
+static void
+quit_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ _gedit_cmd_file_quit (NULL, NULL, NULL);
+}
+
+static GActionEntry app_entries[] = {
+ { "new-window", new_window_activated, NULL, NULL, NULL },
+ { "new-document", new_document_activated, NULL, NULL, NULL },
+ { "preferences", preferences_activated, NULL, NULL, NULL },
+ { "shortcuts", keyboard_shortcuts_activated, NULL, NULL, NULL },
+ { "help", help_activated, NULL, NULL, NULL },
+ { "about", about_activated, NULL, NULL, NULL },
+ { "quit", quit_activated, NULL, NULL, NULL }
+};
+
+static void
+extension_added (PeasExtensionSet *extensions,
+ PeasPluginInfo *info,
+ PeasExtension *exten,
+ GeditApp *app)
+{
+ gedit_app_activatable_activate (GEDIT_APP_ACTIVATABLE (exten));
+}
+
+static void
+extension_removed (PeasExtensionSet *extensions,
+ PeasPluginInfo *info,
+ PeasExtension *exten,
+ GeditApp *app)
+{
+ gedit_app_activatable_deactivate (GEDIT_APP_ACTIVATABLE (exten));
+}
+
+static void
+load_accels (void)
+{
+ gchar *filename;
+
+ filename = g_build_filename (gedit_dirs_get_user_config_dir (),
+ "accels",
+ NULL);
+ if (filename != NULL)
+ {
+ gedit_debug_message (DEBUG_APP, "Loading keybindings from %s\n", filename);
+ gtk_accel_map_load (filename);
+ g_free (filename);
+ }
+}
+
+static GtkCssProvider *
+load_css_from_resource (const gchar *filename,
+ gboolean required)
+{
+ GError *error = NULL;
+ GFile *css_file;
+ GtkCssProvider *provider;
+ gchar *resource_name;
+
+ resource_name = g_strdup_printf ("resource:///org/gnome/gedit/css/%s", filename);
+ css_file = g_file_new_for_uri (resource_name);
+ g_free (resource_name);
+
+ if (!required && !g_file_query_exists (css_file, NULL))
+ {
+ g_object_unref (css_file);
+ return NULL;
+ }
+
+ provider = gtk_css_provider_new ();
+
+ if (gtk_css_provider_load_from_file (provider, css_file, &error))
+ {
+ gtk_style_context_add_provider_for_screen (gdk_screen_get_default (),
+ GTK_STYLE_PROVIDER (provider),
+ GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
+ }
+ else
+ {
+ g_warning ("Could not load css provider: %s", error->message);
+ g_error_free (error);
+ }
+
+ g_object_unref (css_file);
+ return provider;
+}
+
+static void
+theme_changed (GtkSettings *settings,
+ GParamSpec *pspec,
+ GeditApp *app)
+{
+ GeditAppPrivate *priv;
+
+ priv = gedit_app_get_instance_private (app);
+
+ gchar *theme, *lc_theme, *theme_css;
+
+ g_object_get (settings, "gtk-theme-name", &theme, NULL);
+ lc_theme = g_ascii_strdown (theme, -1);
+ g_free (theme);
+
+ theme_css = g_strdup_printf ("gedit.%s.css", lc_theme);
+ g_free (lc_theme);
+
+ if (priv->theme_provider != NULL)
+ {
+ gtk_style_context_remove_provider_for_screen (gdk_screen_get_default (),
+ GTK_STYLE_PROVIDER (priv->theme_provider));
+ g_clear_object (&priv->theme_provider);
+ }
+
+ priv->theme_provider = load_css_from_resource (theme_css, FALSE);
+
+ g_free (theme_css);
+}
+
+static void
+setup_theme_extensions (GeditApp *app)
+{
+ GtkSettings *settings;
+
+ settings = gtk_settings_get_default ();
+ g_signal_connect (settings, "notify::gtk-theme-name",
+ G_CALLBACK (theme_changed), app);
+ theme_changed (settings, NULL, app);
+}
+
+static GMenuModel *
+get_menu_model (GeditApp *app,
+ const char *id)
+{
+ GMenu *menu;
+
+ menu = gtk_application_get_menu_by_id (GTK_APPLICATION (app), id);
+
+ return menu ? G_MENU_MODEL (g_object_ref_sink (menu)) : NULL;
+}
+
+static void
+add_accelerator (GtkApplication *app,
+ const gchar *action_name,
+ const gchar *accel)
+{
+ const gchar *vaccels[] = {
+ accel,
+ NULL
+ };
+
+ gtk_application_set_accels_for_action (app, action_name, vaccels);
+}
+
+static gboolean
+show_menubar (void)
+{
+ GtkSettings *settings = gtk_settings_get_default ();
+ gboolean result;
+
+ g_object_get (settings,
+ "gtk-shell-shows-menubar", &result,
+ NULL);
+
+ return result;
+}
+
+static void
+init_tepl_settings (void)
+{
+ GeditSettings *gedit_settings;
+ GSettings *editor_settings;
+ TeplSettings *tepl_settings;
+
+ gedit_settings = _gedit_settings_get_singleton ();
+ editor_settings = _gedit_settings_peek_editor_settings (gedit_settings);
+
+ tepl_settings = tepl_settings_get_singleton ();
+
+ tepl_settings_provide_font_settings (tepl_settings,
+ editor_settings,
+ GEDIT_SETTINGS_USE_DEFAULT_FONT,
+ GEDIT_SETTINGS_EDITOR_FONT);
+}
+
+static void
+gedit_app_startup (GApplication *application)
+{
+ GeditAppPrivate *priv;
+ GtkCssProvider *css_provider;
+ GtkSourceStyleSchemeManager *manager;
+
+ priv = gedit_app_get_instance_private (GEDIT_APP (application));
+
+ G_APPLICATION_CLASS (gedit_app_parent_class)->startup (application);
+
+ /* Setup debugging */
+ gedit_debug_init ();
+ gedit_debug_message (DEBUG_APP, "Startup");
+
+ setup_theme_extensions (GEDIT_APP (application));
+
+ /* Load/init settings */
+ _gedit_settings_get_singleton ();
+ priv->window_settings = g_settings_new ("org.gnome.gedit.state.window");
+ init_tepl_settings ();
+
+ g_action_map_add_action_entries (G_ACTION_MAP (application),
+ app_entries,
+ G_N_ELEMENTS (app_entries),
+ application);
+
+ /* menus */
+ if (!show_menubar ())
+ {
+ gtk_application_set_menubar (GTK_APPLICATION (application), NULL);
+ priv->hamburger_menu = get_menu_model (GEDIT_APP (application),
+ "hamburger-menu");
+ }
+
+ priv->notebook_menu = get_menu_model (GEDIT_APP (application), "notebook-menu");
+ priv->tab_width_menu = get_menu_model (GEDIT_APP (application), "tab-width-menu");
+
+ /* Accelerators */
+ add_accelerator (GTK_APPLICATION (application), "app.new-window", "<Primary>N");
+ add_accelerator (GTK_APPLICATION (application), "app.quit", "<Primary>Q");
+ add_accelerator (GTK_APPLICATION (application), "app.help", "F1");
+ add_accelerator (GTK_APPLICATION (application), "app.shortcuts", "<Primary>question");
+
+ add_accelerator (GTK_APPLICATION (application), "win.hamburger-menu", "F10");
+ add_accelerator (GTK_APPLICATION (application), "win.open", "<Primary>O");
+ add_accelerator (GTK_APPLICATION (application), "win.save", "<Primary>S");
+ add_accelerator (GTK_APPLICATION (application), "win.save-as", "<Primary><Shift>S");
+ add_accelerator (GTK_APPLICATION (application), "win.save-all", "<Primary><Shift>L");
+ add_accelerator (GTK_APPLICATION (application), "win.new-tab", "<Primary>T");
+ add_accelerator (GTK_APPLICATION (application), "win.reopen-closed-tab", "<Primary><Shift>T");
+ add_accelerator (GTK_APPLICATION (application), "win.close", "<Primary>W");
+ add_accelerator (GTK_APPLICATION (application), "win.close-all", "<Primary><Shift>W");
+ add_accelerator (GTK_APPLICATION (application), "win.print", "<Primary>P");
+ add_accelerator (GTK_APPLICATION (application), "win.find", "<Primary>F");
+ add_accelerator (GTK_APPLICATION (application), "win.find-next", "<Primary>G");
+ add_accelerator (GTK_APPLICATION (application), "win.find-prev", "<Primary><Shift>G");
+ add_accelerator (GTK_APPLICATION (application), "win.replace", "<Primary>H");
+ add_accelerator (GTK_APPLICATION (application), "win.clear-highlight", "<Primary><Shift>K");
+ add_accelerator (GTK_APPLICATION (application), "win.goto-line", "<Primary>I");
+ add_accelerator (GTK_APPLICATION (application), "win.focus-active-view", "Escape");
+ add_accelerator (GTK_APPLICATION (application), "win.side-panel", "F9");
+ add_accelerator (GTK_APPLICATION (application), "win.bottom-panel", "<Primary>F9");
+ add_accelerator (GTK_APPLICATION (application), "win.fullscreen", "F11");
+ add_accelerator (GTK_APPLICATION (application), "win.new-tab-group", "<Primary><Alt>N");
+ add_accelerator (GTK_APPLICATION (application), "win.previous-tab-group", "<Primary><Shift><Alt>Page_Up");
+ add_accelerator (GTK_APPLICATION (application), "win.next-tab-group", "<Primary><Shift><Alt>Page_Down");
+ add_accelerator (GTK_APPLICATION (application), "win.previous-document", "<Primary><Alt>Page_Up");
+ add_accelerator (GTK_APPLICATION (application), "win.next-document", "<Primary><Alt>Page_Down");
+
+ load_accels ();
+
+ /* Load custom css */
+ g_object_unref (load_css_from_resource ("gedit-style.css", TRUE));
+ css_provider = load_css_from_resource ("gedit-style-os.css", FALSE);
+ g_clear_object (&css_provider);
+
+ /*
+ * We use the default gtksourceview style scheme manager so that plugins
+ * can obtain it easily without a gedit specific api, but we need to
+ * add our search path at startup before the manager is actually used.
+ */
+ manager = gtk_source_style_scheme_manager_get_default ();
+ gtk_source_style_scheme_manager_append_search_path (manager,
+ gedit_dirs_get_user_styles_dir ());
+
+ priv->engine = gedit_plugins_engine_get_default ();
+ priv->extensions = peas_extension_set_new (PEAS_ENGINE (priv->engine),
+ GEDIT_TYPE_APP_ACTIVATABLE,
+ "app", GEDIT_APP (application),
+ NULL);
+
+ g_signal_connect (priv->extensions,
+ "extension-added",
+ G_CALLBACK (extension_added),
+ application);
+
+ g_signal_connect (priv->extensions,
+ "extension-removed",
+ G_CALLBACK (extension_removed),
+ application);
+
+ peas_extension_set_foreach (priv->extensions,
+ (PeasExtensionSetForeachFunc) extension_added,
+ application);
+}
+
+static void
+gedit_app_activate (GApplication *application)
+{
+ GeditAppPrivate *priv;
+
+ priv = gedit_app_get_instance_private (GEDIT_APP (application));
+
+ open_files (application,
+ priv->new_window,
+ priv->new_document,
+ priv->line_position,
+ priv->column_position,
+ priv->encoding,
+ priv->stdin_stream,
+ priv->file_list,
+ priv->command_line);
+}
+
+static void
+clear_options (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+
+ priv = gedit_app_get_instance_private (app);
+
+ g_clear_object (&priv->stdin_stream);
+ g_slist_free_full (priv->file_list, g_object_unref);
+
+ priv->new_window = FALSE;
+ priv->new_document = FALSE;
+ priv->encoding = NULL;
+ priv->file_list = NULL;
+ priv->line_position = 0;
+ priv->column_position = 0;
+ priv->command_line = NULL;
+}
+
+static void
+get_line_column_position (const gchar *arg,
+ gint *line,
+ gint *column)
+{
+ gchar **split;
+
+ split = g_strsplit (arg, ":", 2);
+
+ if (split != NULL)
+ {
+ if (split[0] != NULL)
+ {
+ *line = atoi (split[0]);
+ }
+
+ if (split[1] != NULL)
+ {
+ *column = atoi (split[1]);
+ }
+ }
+
+ g_strfreev (split);
+}
+
+static gint
+gedit_app_command_line (GApplication *application,
+ GApplicationCommandLine *cl)
+{
+ GeditAppPrivate *priv;
+ GVariantDict *options;
+ const gchar *encoding_charset;
+ const gchar **remaining_args;
+
+ priv = gedit_app_get_instance_private (GEDIT_APP (application));
+
+ options = g_application_command_line_get_options_dict (cl);
+
+ g_variant_dict_lookup (options, "new-window", "b", &priv->new_window);
+ g_variant_dict_lookup (options, "new-document", "b", &priv->new_document);
+
+ if (g_variant_dict_contains (options, "wait"))
+ {
+ priv->command_line = cl;
+ }
+
+ if (g_variant_dict_lookup (options, "encoding", "&s", &encoding_charset))
+ {
+ priv->encoding = gtk_source_encoding_get_from_charset (encoding_charset);
+
+ if (priv->encoding == NULL)
+ {
+ g_application_command_line_printerr (cl,
+ _("%s: invalid encoding."),
+ encoding_charset);
+ }
+ }
+
+ /* Parse filenames */
+ if (g_variant_dict_lookup (options, G_OPTION_REMAINING, "^a&ay", &remaining_args))
+ {
+ gint i;
+
+ for (i = 0; remaining_args[i]; i++)
+ {
+ if (*remaining_args[i] == '+')
+ {
+ if (*(remaining_args[i] + 1) == '\0')
+ {
+ /* goto the last line of the document */
+ priv->line_position = G_MAXINT;
+ priv->column_position = 0;
+ }
+ else
+ {
+ get_line_column_position (remaining_args[i] + 1,
+ &priv->line_position,
+ &priv->column_position);
+ }
+ }
+ else if (*remaining_args[i] == '-' && *(remaining_args[i] + 1) == '\0')
+ {
+ priv->stdin_stream = g_application_command_line_get_stdin (cl);
+ }
+ else
+ {
+ GFile *file;
+
+ file = g_application_command_line_create_file_for_arg (cl, remaining_args[i]);
+ priv->file_list = g_slist_prepend (priv->file_list, file);
+ }
+ }
+
+ priv->file_list = g_slist_reverse (priv->file_list);
+ g_free (remaining_args);
+ }
+
+ g_application_activate (application);
+ clear_options (GEDIT_APP (application));
+
+ return 0;
+}
+
+static void
+print_all_encodings (void)
+{
+ GSList *all_encodings;
+ GSList *l;
+
+ all_encodings = gtk_source_encoding_get_all ();
+
+ for (l = all_encodings; l != NULL; l = l->next)
+ {
+ const GtkSourceEncoding *encoding = l->data;
+ g_print ("%s\n", gtk_source_encoding_get_charset (encoding));
+ }
+
+ g_slist_free (all_encodings);
+}
+
+static gint
+gedit_app_handle_local_options (GApplication *application,
+ GVariantDict *options)
+{
+ if (g_variant_dict_contains (options, "version"))
+ {
+ g_print ("%s - Version %s\n", g_get_application_name (), VERSION);
+ return 0;
+ }
+
+ if (g_variant_dict_contains (options, "list-encodings"))
+ {
+ print_all_encodings ();
+ return 0;
+ }
+
+ if (g_variant_dict_contains (options, "standalone"))
+ {
+ GApplicationFlags old_flags;
+
+ old_flags = g_application_get_flags (application);
+ g_application_set_flags (application, old_flags | G_APPLICATION_NON_UNIQUE);
+ }
+
+ if (g_variant_dict_contains (options, "wait"))
+ {
+ GApplicationFlags old_flags;
+
+ old_flags = g_application_get_flags (application);
+ g_application_set_flags (application, old_flags | G_APPLICATION_IS_LAUNCHER);
+ }
+
+ return -1;
+}
+
+/* Note: when launched from command line we do not reach this method
+ * since we manually handle the command line parameters in order to
+ * parse +LINE:COL, stdin, etc.
+ * However this method is called when open() is called via dbus, for
+ * instance when double clicking on a file in nautilus
+ */
+static void
+gedit_app_open (GApplication *application,
+ GFile **files,
+ gint n_files,
+ const gchar *hint)
+{
+ gint i;
+ GSList *file_list = NULL;
+
+ for (i = 0; i < n_files; i++)
+ {
+ file_list = g_slist_prepend (file_list, files[i]);
+ }
+
+ file_list = g_slist_reverse (file_list);
+
+ open_files (application,
+ FALSE,
+ FALSE,
+ 0,
+ 0,
+ NULL,
+ NULL,
+ file_list,
+ NULL);
+
+ g_slist_free (file_list);
+}
+
+static gboolean
+ensure_user_config_dir (void)
+{
+ const gchar *config_dir;
+ gboolean ret = TRUE;
+ gint res;
+
+ config_dir = gedit_dirs_get_user_config_dir ();
+ if (config_dir == NULL)
+ {
+ g_warning ("Could not get config directory\n");
+ return FALSE;
+ }
+
+ res = g_mkdir_with_parents (config_dir, 0755);
+ if (res < 0)
+ {
+ g_warning ("Could not create config directory\n");
+ ret = FALSE;
+ }
+
+ return ret;
+}
+
+static void
+save_accels (void)
+{
+ gchar *filename;
+
+ filename = g_build_filename (gedit_dirs_get_user_config_dir (),
+ "accels",
+ NULL);
+ if (filename != NULL)
+ {
+ gedit_debug_message (DEBUG_APP, "Saving keybindings in %s\n", filename);
+ gtk_accel_map_save (filename);
+ g_free (filename);
+ }
+}
+
+static gchar *
+get_page_setup_file (void)
+{
+ const gchar *config_dir;
+ gchar *setup = NULL;
+
+ config_dir = gedit_dirs_get_user_config_dir ();
+
+ if (config_dir != NULL)
+ {
+ setup = g_build_filename (config_dir,
+ GEDIT_PAGE_SETUP_FILE,
+ NULL);
+ }
+
+ return setup;
+}
+
+static void
+save_page_setup (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+
+ priv = gedit_app_get_instance_private (app);
+
+ if (priv->page_setup != NULL)
+ {
+ gchar *filename;
+ GError *error = NULL;
+
+ filename = get_page_setup_file ();
+
+ gtk_page_setup_to_file (priv->page_setup,
+ filename,
+ &error);
+ if (error)
+ {
+ g_warning ("%s", error->message);
+ g_error_free (error);
+ }
+
+ g_free (filename);
+ }
+}
+
+static gchar *
+get_print_settings_file (void)
+{
+ const gchar *config_dir;
+ gchar *settings = NULL;
+
+ config_dir = gedit_dirs_get_user_config_dir ();
+
+ if (config_dir != NULL)
+ {
+ settings = g_build_filename (config_dir,
+ GEDIT_PRINT_SETTINGS_FILE,
+ NULL);
+ }
+
+ return settings;
+}
+
+static void
+save_print_settings (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+
+ priv = gedit_app_get_instance_private (app);
+
+ if (priv->print_settings != NULL)
+ {
+ gchar *filename;
+ GError *error = NULL;
+
+ filename = get_print_settings_file ();
+
+ gtk_print_settings_to_file (priv->print_settings,
+ filename,
+ &error);
+ if (error)
+ {
+ g_warning ("%s", error->message);
+ g_error_free (error);
+ }
+
+ g_free (filename);
+ }
+}
+
+static void
+gedit_app_shutdown (GApplication *app)
+{
+ gedit_debug_message (DEBUG_APP, "Quitting\n");
+
+ /* Last window is gone... save some settings and exit */
+ ensure_user_config_dir ();
+
+ save_accels ();
+ save_page_setup (GEDIT_APP (app));
+ save_print_settings (GEDIT_APP (app));
+
+ G_APPLICATION_CLASS (gedit_app_parent_class)->shutdown (app);
+}
+
+static gboolean
+window_delete_event (GeditWindow *window,
+ GdkEvent *event,
+ GeditApp *app)
+{
+ GeditWindowState ws;
+
+ ws = gedit_window_get_state (window);
+
+ if (ws &
+ (GEDIT_WINDOW_STATE_SAVING | GEDIT_WINDOW_STATE_PRINTING))
+ {
+ return TRUE;
+ }
+
+ _gedit_cmd_file_quit (NULL, NULL, window);
+
+ /* Do not destroy the window */
+ return TRUE;
+}
+
+static GeditWindow *
+gedit_app_create_window_impl (GeditApp *app)
+{
+ GeditWindow *window;
+
+ window = g_object_new (GEDIT_TYPE_WINDOW, "application", app, NULL);
+
+ gedit_debug_message (DEBUG_APP, "Window created");
+
+ g_signal_connect (window,
+ "delete_event",
+ G_CALLBACK (window_delete_event),
+ app);
+
+ return window;
+}
+
+static void
+gedit_app_class_init (GeditAppClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GApplicationClass *app_class = G_APPLICATION_CLASS (klass);
+
+ object_class->dispose = gedit_app_dispose;
+
+ app_class->startup = gedit_app_startup;
+ app_class->activate = gedit_app_activate;
+ app_class->command_line = gedit_app_command_line;
+ app_class->handle_local_options = gedit_app_handle_local_options;
+ app_class->open = gedit_app_open;
+ app_class->shutdown = gedit_app_shutdown;
+
+ klass->show_help = gedit_app_show_help_impl;
+ klass->get_help_uri = gedit_app_get_help_uri_impl;
+ klass->set_window_title = gedit_app_set_window_title_impl;
+ klass->create_window = gedit_app_create_window_impl;
+}
+
+static void
+load_page_setup (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+ gchar *filename;
+ GError *error = NULL;
+
+ priv = gedit_app_get_instance_private (app);
+
+ g_return_if_fail (priv->page_setup == NULL);
+
+ filename = get_page_setup_file ();
+
+ priv->page_setup = gtk_page_setup_new_from_file (filename, &error);
+ if (error)
+ {
+ /* Ignore file not found error */
+ if (error->domain != G_FILE_ERROR ||
+ error->code != G_FILE_ERROR_NOENT)
+ {
+ g_warning ("%s", error->message);
+ }
+
+ g_error_free (error);
+ }
+
+ g_free (filename);
+
+ /* fall back to default settings */
+ if (priv->page_setup == NULL)
+ {
+ priv->page_setup = gtk_page_setup_new ();
+ }
+}
+
+static void
+load_print_settings (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+ gchar *filename;
+ GError *error = NULL;
+
+ priv = gedit_app_get_instance_private (app);
+
+ g_return_if_fail (priv->print_settings == NULL);
+
+ filename = get_print_settings_file ();
+
+ priv->print_settings = gtk_print_settings_new_from_file (filename, &error);
+ if (error != NULL)
+ {
+ /* - Ignore file not found error.
+ * - Ignore empty file error, i.e. group not found. This happens
+ * when we click on cancel in the print dialog, when using the
+ * printing for the first time in gedit.
+ */
+ if (!g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_NOENT) &&
+ !g_error_matches (error, G_KEY_FILE_ERROR, G_KEY_FILE_ERROR_GROUP_NOT_FOUND))
+ {
+ g_warning ("Load print settings error: %s", error->message);
+ }
+
+ g_error_free (error);
+ }
+
+ g_free (filename);
+
+ /* fall back to default settings */
+ if (priv->print_settings == NULL)
+ {
+ priv->print_settings = gtk_print_settings_new ();
+ }
+}
+
+static void
+gedit_app_init (GeditApp *app)
+{
+ TeplApplication *tepl_app;
+
+ g_set_application_name ("gedit");
+ gtk_window_set_default_icon_name ("org.gnome.gedit");
+
+ g_application_add_main_option_entries (G_APPLICATION (app), options);
+
+ tepl_app = tepl_application_get_from_gtk_application (GTK_APPLICATION (app));
+ tepl_application_handle_metadata (tepl_app);
+}
+
+/**
+ * gedit_app_create_window:
+ * @app: the #GeditApp
+ * @screen: (allow-none):
+ *
+ * Create a new #GeditWindow part of @app.
+ *
+ * Return value: (transfer none): the new #GeditWindow
+ */
+GeditWindow *
+gedit_app_create_window (GeditApp *app,
+ GdkScreen *screen)
+{
+ GeditAppPrivate *priv;
+ GeditWindow *window;
+ GdkWindowState state;
+ gint w, h;
+
+ gedit_debug (DEBUG_APP);
+
+ priv = gedit_app_get_instance_private (app);
+
+ window = GEDIT_APP_GET_CLASS (app)->create_window (app);
+
+ if (screen != NULL)
+ {
+ gtk_window_set_screen (GTK_WINDOW (window), screen);
+ }
+
+ state = g_settings_get_int (priv->window_settings,
+ GEDIT_SETTINGS_WINDOW_STATE);
+
+ g_settings_get (priv->window_settings,
+ GEDIT_SETTINGS_WINDOW_SIZE,
+ "(ii)", &w, &h);
+
+ gtk_window_set_default_size (GTK_WINDOW (window), w, h);
+
+ if ((state & GDK_WINDOW_STATE_MAXIMIZED) != 0)
+ {
+ gtk_window_maximize (GTK_WINDOW (window));
+ }
+ else
+ {
+ gtk_window_unmaximize (GTK_WINDOW (window));
+ }
+
+ if ((state & GDK_WINDOW_STATE_STICKY ) != 0)
+ {
+ gtk_window_stick (GTK_WINDOW (window));
+ }
+ else
+ {
+ gtk_window_unstick (GTK_WINDOW (window));
+ }
+
+ return window;
+}
+
+/**
+ * gedit_app_get_main_windows:
+ * @app: the #GeditApp
+ *
+ * Returns all #GeditWindows currently open in #GeditApp.
+ * This differs from gtk_application_get_windows() since it does not
+ * include the preferences dialog and other auxiliary windows.
+ *
+ * Return value: (element-type Gedit.Window) (transfer container):
+ * a newly allocated list of #GeditWindow objects
+ */
+GList *
+gedit_app_get_main_windows (GeditApp *app)
+{
+ GList *res = NULL;
+ GList *windows, *l;
+
+ g_return_val_if_fail (GEDIT_IS_APP (app), NULL);
+
+ windows = gtk_application_get_windows (GTK_APPLICATION (app));
+ for (l = windows; l != NULL; l = g_list_next (l))
+ {
+ if (GEDIT_IS_WINDOW (l->data))
+ {
+ res = g_list_prepend (res, l->data);
+ }
+ }
+
+ return g_list_reverse (res);
+}
+
+/**
+ * gedit_app_get_documents:
+ * @app: the #GeditApp
+ *
+ * Returns all the documents currently open in #GeditApp.
+ *
+ * Return value: (element-type Gedit.Document) (transfer container):
+ * a newly allocated list of #GeditDocument objects
+ */
+GList *
+gedit_app_get_documents (GeditApp *app)
+{
+ GList *res = NULL;
+ GList *windows, *l;
+
+ g_return_val_if_fail (GEDIT_IS_APP (app), NULL);
+
+ windows = gtk_application_get_windows (GTK_APPLICATION (app));
+ for (l = windows; l != NULL; l = g_list_next (l))
+ {
+ if (GEDIT_IS_WINDOW (l->data))
+ {
+ res = g_list_concat (res,
+ gedit_window_get_documents (GEDIT_WINDOW (l->data)));
+ }
+ }
+
+ return res;
+}
+
+/**
+ * gedit_app_get_views:
+ * @app: the #GeditApp
+ *
+ * Returns all the views currently present in #GeditApp.
+ *
+ * Return value: (element-type Gedit.View) (transfer container):
+ * a newly allocated list of #GeditView objects
+ */
+GList *
+gedit_app_get_views (GeditApp *app)
+{
+ GList *res = NULL;
+ GList *windows, *l;
+
+ g_return_val_if_fail (GEDIT_IS_APP (app), NULL);
+
+ windows = gtk_application_get_windows (GTK_APPLICATION (app));
+ for (l = windows; l != NULL; l = g_list_next (l))
+ {
+ if (GEDIT_IS_WINDOW (l->data))
+ {
+ res = g_list_concat (res,
+ gedit_window_get_views (GEDIT_WINDOW (l->data)));
+ }
+ }
+
+ return res;
+}
+
+/**
+ * gedit_app_show_help:
+ * @app: a #GeditApp.
+ * @parent_window: (nullable): the #GtkWindow where the request originates from.
+ * @name_of_user_manual: (nullable): %NULL for gedit's user manual, otherwise
+ * the name of another user manual (e.g., one from another application).
+ * @link_id_within_user_manual: (nullable): a link ID within the user manual, or
+ * %NULL to show the start page.
+ *
+ * To show the user manual.
+ *
+ * As a useful information to know, the gedit user documentation is currently
+ * written in Mallard. As such, this functionality can easily be tested with
+ * Yelp on Linux:
+ *
+ * With @name_of_user_manual and @link_id_within_user_manual both %NULL, it is
+ * equivalent to:
+ *
+ * `$ yelp 'help:gedit'`
+ *
+ * With @link_id_within_user_manual set to `"gedit-replace"` (a Mallard page
+ * id):
+ *
+ * `$ yelp 'help:gedit/gedit-replace'`
+ *
+ * It is also possible to refer to a section id within a page id, for example:
+ *
+ * `$ yelp 'help:gedit/gedit-spellcheck#dict'`
+ *
+ * Returns: whether the operation was successful.
+ */
+gboolean
+gedit_app_show_help (GeditApp *app,
+ GtkWindow *parent_window,
+ const gchar *name_of_user_manual,
+ const gchar *link_id_within_user_manual)
+{
+ g_return_val_if_fail (GEDIT_IS_APP (app), FALSE);
+ g_return_val_if_fail (parent_window == NULL || GTK_IS_WINDOW (parent_window), FALSE);
+
+ return GEDIT_APP_GET_CLASS (app)->show_help (app,
+ parent_window,
+ name_of_user_manual,
+ link_id_within_user_manual);
+}
+
+void
+gedit_app_set_window_title (GeditApp *app,
+ GeditWindow *window,
+ const gchar *title)
+{
+ g_return_if_fail (GEDIT_IS_APP (app));
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+
+ GEDIT_APP_GET_CLASS (app)->set_window_title (app, window, title);
+}
+
+gboolean
+gedit_app_process_window_event (GeditApp *app,
+ GeditWindow *window,
+ GdkEvent *event)
+{
+ g_return_val_if_fail (GEDIT_IS_APP (app), FALSE);
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), FALSE);
+
+ if (GEDIT_APP_GET_CLASS (app)->process_window_event)
+ {
+ return GEDIT_APP_GET_CLASS (app)->process_window_event (app, window, event);
+ }
+
+ return FALSE;
+}
+
+static GMenuModel *
+find_extension_point_section (GMenuModel *model,
+ const gchar *extension_point)
+{
+ gint i, n_items;
+ GMenuModel *section = NULL;
+
+ n_items = g_menu_model_get_n_items (model);
+
+ for (i = 0; i < n_items && !section; i++)
+ {
+ gchar *id = NULL;
+
+ if (g_menu_model_get_item_attribute (model, i, "id", "s", &id) &&
+ strcmp (id, extension_point) == 0)
+ {
+ section = g_menu_model_get_item_link (model, i, G_MENU_LINK_SECTION);
+ }
+ else
+ {
+ GMenuModel *subsection;
+ GMenuModel *submenu;
+ gint j, j_items;
+
+ subsection = g_menu_model_get_item_link (model, i, G_MENU_LINK_SECTION);
+
+ if (subsection == NULL)
+ {
+ subsection = model;
+ }
+
+ j_items = g_menu_model_get_n_items (subsection);
+
+ for (j = 0; j < j_items && !section; j++)
+ {
+ submenu = g_menu_model_get_item_link (subsection, j, G_MENU_LINK_SUBMENU);
+ if (submenu)
+ {
+ section = find_extension_point_section (submenu, extension_point);
+ }
+ }
+ }
+
+ g_free (id);
+ }
+
+ return section;
+}
+
+/* Returns a copy */
+GtkPageSetup *
+_gedit_app_get_default_page_setup (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_APP (app), NULL);
+
+ priv = gedit_app_get_instance_private (app);
+
+ if (priv->page_setup == NULL)
+ {
+ load_page_setup (app);
+ }
+
+ return gtk_page_setup_copy (priv->page_setup);
+}
+
+void
+_gedit_app_set_default_page_setup (GeditApp *app,
+ GtkPageSetup *page_setup)
+{
+ GeditAppPrivate *priv;
+
+ g_return_if_fail (GEDIT_IS_APP (app));
+ g_return_if_fail (GTK_IS_PAGE_SETUP (page_setup));
+
+ priv = gedit_app_get_instance_private (app);
+
+ g_set_object (&priv->page_setup, page_setup);
+}
+
+/* Returns a copy */
+GtkPrintSettings *
+_gedit_app_get_default_print_settings (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_APP (app), NULL);
+
+ priv = gedit_app_get_instance_private (app);
+
+ if (priv->print_settings == NULL)
+ {
+ load_print_settings (app);
+ }
+
+ return gtk_print_settings_copy (priv->print_settings);
+}
+
+void
+_gedit_app_set_default_print_settings (GeditApp *app,
+ GtkPrintSettings *settings)
+{
+ GeditAppPrivate *priv;
+
+ g_return_if_fail (GEDIT_IS_APP (app));
+ g_return_if_fail (GTK_IS_PRINT_SETTINGS (settings));
+
+ priv = gedit_app_get_instance_private (app);
+
+ if (priv->print_settings != NULL)
+ {
+ g_object_unref (priv->print_settings);
+ }
+
+ priv->print_settings = g_object_ref (settings);
+}
+
+GMenuModel *
+_gedit_app_get_hamburger_menu (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_APP (app), NULL);
+
+ priv = gedit_app_get_instance_private (app);
+
+ return priv->hamburger_menu;
+}
+
+GMenuModel *
+_gedit_app_get_notebook_menu (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_APP (app), NULL);
+
+ priv = gedit_app_get_instance_private (app);
+
+ return priv->notebook_menu;
+}
+
+GMenuModel *
+_gedit_app_get_tab_width_menu (GeditApp *app)
+{
+ GeditAppPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_APP (app), NULL);
+
+ priv = gedit_app_get_instance_private (app);
+
+ return priv->tab_width_menu;
+}
+
+GeditMenuExtension *
+_gedit_app_extend_menu (GeditApp *app,
+ const gchar *extension_point)
+{
+ GeditAppPrivate *priv;
+ GMenuModel *model;
+ GMenuModel *section;
+
+ g_return_val_if_fail (GEDIT_IS_APP (app), NULL);
+ g_return_val_if_fail (extension_point != NULL, NULL);
+
+ priv = gedit_app_get_instance_private (app);
+
+ /* First look in the gear or window menu */
+ if (priv->hamburger_menu)
+ {
+ model = priv->hamburger_menu;
+ }
+ else
+ {
+ model = gtk_application_get_menubar (GTK_APPLICATION (app));
+ }
+
+ section = find_extension_point_section (model, extension_point);
+
+ /* otherwise look in the app menu */
+ if (section == NULL)
+ {
+ model = gtk_application_get_app_menu (GTK_APPLICATION (app));
+
+ if (model != NULL)
+ {
+ section = find_extension_point_section (model, extension_point);
+ }
+ }
+
+ return section != NULL ? gedit_menu_extension_new (G_MENU (section)) : NULL;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-app.h b/gedit/gedit-app.h
new file mode 100644
index 0000000..b652dbd
--- /dev/null
+++ b/gedit/gedit-app.h
@@ -0,0 +1,82 @@
+/*
+ * gedit-app.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_APP_H
+#define GEDIT_APP_H
+
+#include <gtk/gtk.h>
+#include <gedit/gedit-window.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_APP (gedit_app_get_type())
+
+G_DECLARE_DERIVABLE_TYPE (GeditApp, gedit_app, GEDIT, APP, GtkApplication)
+
+struct _GeditAppClass
+{
+ GtkApplicationClass parent_class;
+
+ gboolean (*show_help) (GeditApp *app,
+ GtkWindow *parent_window,
+ const gchar *name_of_user_manual,
+ const gchar *link_id_within_user_manual);
+
+ gchar *(*get_help_uri) (GeditApp *app,
+ const gchar *name_of_user_manual,
+ const gchar *link_id_within_user_manual);
+
+ void (*set_window_title) (GeditApp *app,
+ GeditWindow *window,
+ const gchar *title);
+
+ GeditWindow *(*create_window) (GeditApp *app);
+
+ gboolean (*process_window_event) (GeditApp *app,
+ GeditWindow *window,
+ GdkEvent *event);
+};
+
+GeditWindow *gedit_app_create_window (GeditApp *app,
+ GdkScreen *screen);
+
+GList *gedit_app_get_main_windows (GeditApp *app);
+
+GList *gedit_app_get_documents (GeditApp *app);
+
+GList *gedit_app_get_views (GeditApp *app);
+
+gboolean gedit_app_show_help (GeditApp *app,
+ GtkWindow *parent_window,
+ const gchar *name_of_user_manual,
+ const gchar *link_id_within_user_manual);
+
+void gedit_app_set_window_title (GeditApp *app,
+ GeditWindow *window,
+ const gchar *title);
+gboolean gedit_app_process_window_event (GeditApp *app,
+ GeditWindow *window,
+ GdkEvent *event);
+
+G_END_DECLS
+
+#endif /* GEDIT_APP_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-close-confirmation-dialog.c b/gedit/gedit-close-confirmation-dialog.c
new file mode 100644
index 0000000..fee6272
--- /dev/null
+++ b/gedit/gedit-close-confirmation-dialog.c
@@ -0,0 +1,548 @@
+/*
+ * gedit-close-confirmation-dialog.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2004-2005 GNOME Foundation
+ * Copyright (C) 2015 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-close-confirmation-dialog.h"
+
+#include <glib/gi18n.h>
+
+#include <gedit/gedit-app.h>
+#include <gedit/gedit-document.h>
+#include <gedit/gedit-document-private.h>
+#include <gedit/gedit-utils.h>
+#include <gedit/gedit-window.h>
+
+/* Mode */
+enum
+{
+ SINGLE_DOC_MODE,
+ MULTIPLE_DOCS_MODE
+};
+
+#define GET_MODE(dlg) (((dlg->unsaved_documents != NULL) && \
+ (dlg->unsaved_documents->next == NULL)) ? \
+ SINGLE_DOC_MODE : MULTIPLE_DOCS_MODE)
+
+#define GEDIT_SAVE_DOCUMENT_KEY "gedit-save-document"
+
+struct _GeditCloseConfirmationDialog
+{
+ GtkMessageDialog parent_instance;
+
+ GList *unsaved_documents;
+ GList *selected_documents;
+ GtkWidget *list_box;
+};
+
+enum
+{
+ PROP_0,
+ PROP_UNSAVED_DOCUMENTS,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+G_DEFINE_TYPE (GeditCloseConfirmationDialog,
+ gedit_close_confirmation_dialog,
+ GTK_TYPE_MESSAGE_DIALOG)
+
+static void set_unsaved_document (GeditCloseConfirmationDialog *dlg,
+ const GList *list);
+
+static GList *
+get_selected_docs (GtkWidget *list_box)
+{
+ GList *rows;
+ GList *l;
+ GList *ret = NULL;
+
+ rows = gtk_container_get_children (GTK_CONTAINER (list_box));
+ for (l = rows; l != NULL; l = l->next)
+ {
+ GtkWidget *row = l->data;
+ GtkWidget *check_button;
+
+ check_button = gtk_bin_get_child (GTK_BIN (row));
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (check_button)))
+ {
+ GeditDocument *doc;
+
+ doc = g_object_get_data (G_OBJECT (row), GEDIT_SAVE_DOCUMENT_KEY);
+ g_return_val_if_fail (doc != NULL, NULL);
+
+ ret = g_list_prepend (ret, doc);
+ }
+ }
+
+ g_list_free (rows);
+
+ return g_list_reverse (ret);
+}
+
+/* Since we connect in the constructor we are sure this handler will be called
+ * before the user ones.
+ */
+static void
+response_cb (GeditCloseConfirmationDialog *dlg,
+ gint response_id,
+ gpointer data)
+{
+ g_return_if_fail (GEDIT_IS_CLOSE_CONFIRMATION_DIALOG (dlg));
+
+ if (dlg->selected_documents != NULL)
+ {
+ g_list_free (dlg->selected_documents);
+ dlg->selected_documents = NULL;
+ }
+
+ if (response_id == GTK_RESPONSE_YES)
+ {
+ if (GET_MODE (dlg) == SINGLE_DOC_MODE)
+ {
+ dlg->selected_documents = g_list_copy (dlg->unsaved_documents);
+ }
+ else
+ {
+ dlg->selected_documents = get_selected_docs (dlg->list_box);
+ }
+ }
+}
+
+static void
+gedit_close_confirmation_dialog_init (GeditCloseConfirmationDialog *dlg)
+{
+ gtk_window_set_title (GTK_WINDOW (dlg), "");
+ gtk_window_set_modal (GTK_WINDOW (dlg), TRUE);
+ gtk_window_set_destroy_with_parent (GTK_WINDOW (dlg), TRUE);
+
+ g_signal_connect (dlg,
+ "response",
+ G_CALLBACK (response_cb),
+ NULL);
+}
+
+static void
+gedit_close_confirmation_dialog_finalize (GObject *object)
+{
+ GeditCloseConfirmationDialog *dlg = GEDIT_CLOSE_CONFIRMATION_DIALOG (object);
+
+ g_list_free (dlg->unsaved_documents);
+ g_list_free (dlg->selected_documents);
+
+ /* Call the parent's destructor */
+ G_OBJECT_CLASS (gedit_close_confirmation_dialog_parent_class)->finalize (object);
+}
+
+static void
+gedit_close_confirmation_dialog_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditCloseConfirmationDialog *dlg;
+
+ dlg = GEDIT_CLOSE_CONFIRMATION_DIALOG (object);
+
+ switch (prop_id)
+ {
+ case PROP_UNSAVED_DOCUMENTS:
+ set_unsaved_document (dlg, g_value_get_pointer (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_close_confirmation_dialog_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditCloseConfirmationDialog *dlg = GEDIT_CLOSE_CONFIRMATION_DIALOG (object);
+
+ switch (prop_id)
+ {
+ case PROP_UNSAVED_DOCUMENTS:
+ g_value_set_pointer (value, dlg->unsaved_documents);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_close_confirmation_dialog_class_init (GeditCloseConfirmationDialogClass *klass)
+{
+ GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
+
+ gobject_class->set_property = gedit_close_confirmation_dialog_set_property;
+ gobject_class->get_property = gedit_close_confirmation_dialog_get_property;
+ gobject_class->finalize = gedit_close_confirmation_dialog_finalize;
+
+ properties[PROP_UNSAVED_DOCUMENTS] =
+ g_param_spec_pointer ("unsaved-documents",
+ "Unsaved Documents",
+ "List of Unsaved Documents",
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (gobject_class, LAST_PROP, properties);
+}
+
+GList *
+gedit_close_confirmation_dialog_get_selected_documents (GeditCloseConfirmationDialog *dlg)
+{
+ g_return_val_if_fail (GEDIT_IS_CLOSE_CONFIRMATION_DIALOG (dlg), NULL);
+
+ return g_list_copy (dlg->selected_documents);
+}
+
+GtkWidget *
+gedit_close_confirmation_dialog_new (GtkWindow *parent,
+ GList *unsaved_documents)
+{
+ GtkWidget *dlg;
+
+ g_return_val_if_fail (unsaved_documents != NULL, NULL);
+
+ dlg = g_object_new (GEDIT_TYPE_CLOSE_CONFIRMATION_DIALOG,
+ "unsaved-documents", unsaved_documents,
+ "message-type", GTK_MESSAGE_QUESTION,
+ NULL);
+
+ if (parent != NULL)
+ {
+ gtk_window_group_add_window (gedit_window_get_group (GEDIT_WINDOW (parent)),
+ GTK_WINDOW (dlg));
+
+ gtk_window_set_transient_for (GTK_WINDOW (dlg), parent);
+ }
+
+ return dlg;
+}
+
+GtkWidget *
+gedit_close_confirmation_dialog_new_single (GtkWindow *parent,
+ GeditDocument *doc)
+{
+ GtkWidget *dlg;
+ GList *unsaved_documents;
+
+ g_return_val_if_fail (doc != NULL, NULL);
+
+ unsaved_documents = g_list_prepend (NULL, doc);
+ dlg = gedit_close_confirmation_dialog_new (parent, unsaved_documents);
+ g_list_free (unsaved_documents);
+
+ return dlg;
+}
+
+static void
+add_buttons (GeditCloseConfirmationDialog *dlg)
+{
+ GtkWidget *close_button;
+ gboolean save_as = FALSE;
+
+ close_button = gtk_dialog_add_button (GTK_DIALOG (dlg),
+ _("Close _without Saving"),
+ GTK_RESPONSE_NO);
+
+ gtk_style_context_add_class (gtk_widget_get_style_context (close_button),
+ "destructive-action");
+
+ gtk_dialog_add_button (GTK_DIALOG (dlg), _("_Cancel"), GTK_RESPONSE_CANCEL);
+
+ if (GET_MODE (dlg) == SINGLE_DOC_MODE)
+ {
+ GeditDocument *doc;
+ GtkSourceFile *file;
+
+ doc = GEDIT_DOCUMENT (dlg->unsaved_documents->data);
+ file = gedit_document_get_file (doc);
+
+ if (gtk_source_file_is_readonly (file) ||
+ _gedit_document_is_untitled (doc))
+ {
+ save_as = TRUE;
+ }
+ }
+
+ gtk_dialog_add_button (GTK_DIALOG (dlg),
+ save_as ? _("_Save As…") : _("_Save"),
+ GTK_RESPONSE_YES);
+ gtk_dialog_set_default_response (GTK_DIALOG (dlg),
+ GTK_RESPONSE_YES);
+}
+
+static gchar *
+get_text_secondary_label (GeditDocument *doc)
+{
+ glong seconds;
+ gchar *secondary_msg;
+
+ seconds = MAX (1, _gedit_document_get_seconds_since_last_save_or_load (doc));
+
+ if (seconds < 55)
+ {
+ secondary_msg = g_strdup_printf (
+ ngettext ("If you don’t save, changes from the last %ld second "
+ "will be permanently lost.",
+ "If you don’t save, changes from the last %ld seconds "
+ "will be permanently lost.",
+ seconds),
+ seconds);
+ }
+ else if (seconds < 75) /* 55 <= seconds < 75 */
+ {
+ secondary_msg = g_strdup (_("If you don’t save, changes from the last minute "
+ "will be permanently lost."));
+ }
+ else if (seconds < 110) /* 75 <= seconds < 110 */
+ {
+ secondary_msg = g_strdup_printf (
+ ngettext ("If you don’t save, changes from the last minute and %ld "
+ "second will be permanently lost.",
+ "If you don’t save, changes from the last minute and %ld "
+ "seconds will be permanently lost.",
+ seconds - 60 ),
+ seconds - 60);
+ }
+ else if (seconds < 3600)
+ {
+ secondary_msg = g_strdup_printf (
+ ngettext ("If you don’t save, changes from the last %ld minute "
+ "will be permanently lost.",
+ "If you don’t save, changes from the last %ld minutes "
+ "will be permanently lost.",
+ seconds / 60),
+ seconds / 60);
+ }
+ else if (seconds < 7200)
+ {
+ gint minutes;
+ seconds -= 3600;
+
+ minutes = seconds / 60;
+ if (minutes < 5)
+ {
+ secondary_msg = g_strdup (_("If you don’t save, changes from the last hour "
+ "will be permanently lost."));
+ }
+ else
+ {
+ secondary_msg = g_strdup_printf (
+ ngettext ("If you don’t save, changes from the last hour and %d "
+ "minute will be permanently lost.",
+ "If you don’t save, changes from the last hour and %d "
+ "minutes will be permanently lost.",
+ minutes),
+ minutes);
+ }
+ }
+ else
+ {
+ gint hours;
+
+ hours = seconds / 3600;
+
+ secondary_msg = g_strdup_printf (
+ ngettext ("If you don’t save, changes from the last %d hour "
+ "will be permanently lost.",
+ "If you don’t save, changes from the last %d hours "
+ "will be permanently lost.",
+ hours),
+ hours);
+ }
+
+ return secondary_msg;
+}
+
+static void
+build_single_doc_dialog (GeditCloseConfirmationDialog *dlg)
+{
+ GeditDocument *doc;
+ gchar *doc_name;
+ gchar *str;
+ gchar *markup_str;
+
+ g_return_if_fail (dlg->unsaved_documents->data != NULL);
+ doc = GEDIT_DOCUMENT (dlg->unsaved_documents->data);
+
+ add_buttons (dlg);
+
+ /* Primary message */
+ doc_name = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ str = g_markup_printf_escaped (_("Save changes to document “%s” before closing?"), doc_name);
+ g_free (doc_name);
+
+ markup_str = g_strconcat ("<span weight=\"bold\" size=\"larger\">", str, "</span>", NULL);
+ g_free (str);
+
+ gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (dlg), markup_str);
+ g_free (markup_str);
+
+ /* Secondary message */
+ str = get_text_secondary_label (doc);
+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dlg), "%s", str);
+ g_free (str);
+}
+
+static GtkWidget *
+create_list_box (GeditCloseConfirmationDialog *dlg)
+{
+ GtkWidget *list_box;
+ GList *l;
+
+ list_box = gtk_list_box_new ();
+
+ for (l = dlg->unsaved_documents; l != NULL; l = l->next)
+ {
+ GeditDocument *doc = l->data;
+ gchar *name;
+ GtkWidget *check_button;
+ GtkWidget *row;
+
+ name = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ check_button = gtk_check_button_new_with_label (name);
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check_button), TRUE);
+ gtk_widget_set_halign (check_button, GTK_ALIGN_START);
+ g_free (name);
+
+ row = gtk_list_box_row_new ();
+ gtk_container_add (GTK_CONTAINER (row), check_button);
+ gtk_widget_show_all (row);
+
+ g_object_set_data_full (G_OBJECT (row),
+ GEDIT_SAVE_DOCUMENT_KEY,
+ g_object_ref (doc),
+ (GDestroyNotify) g_object_unref);
+
+ gtk_list_box_insert (GTK_LIST_BOX (list_box), row, -1);
+ }
+
+ return list_box;
+}
+
+static void
+build_multiple_docs_dialog (GeditCloseConfirmationDialog *dlg)
+{
+ GtkWidget *content_area;
+ GtkWidget *vbox;
+ GtkWidget *select_label;
+ GtkWidget *scrolledwindow;
+ GtkWidget *secondary_label;
+ gchar *str;
+ gchar *markup_str;
+
+ add_buttons (dlg);
+
+ gtk_window_set_resizable (GTK_WINDOW (dlg), TRUE);
+
+ /* Primary message */
+ str = g_strdup_printf (
+ ngettext ("There is %d document with unsaved changes. "
+ "Save changes before closing?",
+ "There are %d documents with unsaved changes. "
+ "Save changes before closing?",
+ g_list_length (dlg->unsaved_documents)),
+ g_list_length (dlg->unsaved_documents));
+
+ markup_str = g_strconcat ("<span weight=\"bold\" size=\"larger\">", str, "</span>", NULL);
+ g_free (str);
+
+ gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (dlg), markup_str);
+ g_free (markup_str);
+
+ /* List of unsaved documents */
+ content_area = gtk_dialog_get_content_area (GTK_DIALOG (dlg));
+ gtk_box_set_spacing (GTK_BOX (content_area), 10);
+
+ vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 8);
+ gtk_widget_set_margin_start (vbox, 30);
+ gtk_widget_set_margin_end (vbox, 30);
+ gtk_widget_set_margin_bottom (vbox, 12);
+ gtk_box_pack_start (GTK_BOX (content_area), vbox, TRUE, TRUE, 0);
+
+ select_label = gtk_label_new_with_mnemonic (_("S_elect the documents you want to save:"));
+ gtk_box_pack_start (GTK_BOX (vbox), select_label, FALSE, FALSE, 0);
+ gtk_label_set_line_wrap (GTK_LABEL (select_label), TRUE);
+ gtk_label_set_max_width_chars (GTK_LABEL (select_label), 72);
+ gtk_widget_set_halign (select_label, GTK_ALIGN_START);
+
+ scrolledwindow = gtk_scrolled_window_new (NULL, NULL);
+ gtk_box_pack_start (GTK_BOX (vbox), scrolledwindow, TRUE, TRUE, 0);
+ gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolledwindow),
+ GTK_SHADOW_IN);
+ gtk_scrolled_window_set_min_content_height (GTK_SCROLLED_WINDOW (scrolledwindow), 90);
+
+ dlg->list_box = create_list_box (dlg);
+ gtk_container_add (GTK_CONTAINER (scrolledwindow), dlg->list_box);
+
+ /* Secondary label */
+ secondary_label = gtk_label_new (_("If you don’t save, "
+ "all your changes will be permanently lost."));
+ gtk_box_pack_start (GTK_BOX (vbox), secondary_label, FALSE, FALSE, 0);
+ gtk_label_set_line_wrap (GTK_LABEL (secondary_label), TRUE);
+ gtk_widget_set_halign (secondary_label, GTK_ALIGN_CENTER);
+ gtk_widget_set_valign (secondary_label, GTK_ALIGN_START);
+ gtk_label_set_selectable (GTK_LABEL (secondary_label), TRUE);
+ gtk_label_set_max_width_chars (GTK_LABEL (secondary_label), 72);
+
+ gtk_label_set_mnemonic_widget (GTK_LABEL (select_label), dlg->list_box);
+
+ gtk_widget_show_all (vbox);
+}
+
+static void
+set_unsaved_document (GeditCloseConfirmationDialog *dlg,
+ const GList *list)
+{
+ g_return_if_fail (list != NULL);
+
+ g_return_if_fail (dlg->unsaved_documents == NULL);
+
+ dlg->unsaved_documents = g_list_copy ((GList *)list);
+
+ if (GET_MODE (dlg) == SINGLE_DOC_MODE)
+ {
+ build_single_doc_dialog (dlg);
+ }
+ else
+ {
+ build_multiple_docs_dialog (dlg);
+ }
+}
+
+const GList *
+gedit_close_confirmation_dialog_get_unsaved_documents (GeditCloseConfirmationDialog *dlg)
+{
+ g_return_val_if_fail (GEDIT_IS_CLOSE_CONFIRMATION_DIALOG (dlg), NULL);
+
+ return dlg->unsaved_documents;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-close-confirmation-dialog.h b/gedit/gedit-close-confirmation-dialog.h
new file mode 100644
index 0000000..cfdb06e
--- /dev/null
+++ b/gedit/gedit-close-confirmation-dialog.h
@@ -0,0 +1,46 @@
+/*
+ * gedit-close-confirmation-dialog.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2004-2005 GNOME Foundation
+ * Copyright (C) 2015 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_CLOSE_CONFIRMATION_DIALOG_H
+#define GEDIT_CLOSE_CONFIRMATION_DIALOG_H
+
+#include <glib.h>
+#include <gtk/gtk.h>
+#include <gedit/gedit-document.h>
+
+#define GEDIT_TYPE_CLOSE_CONFIRMATION_DIALOG (gedit_close_confirmation_dialog_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditCloseConfirmationDialog, gedit_close_confirmation_dialog,
+ GEDIT, CLOSE_CONFIRMATION_DIALOG,
+ GtkMessageDialog)
+
+GtkWidget *gedit_close_confirmation_dialog_new (GtkWindow *parent,
+ GList *unsaved_documents);
+
+GtkWidget *gedit_close_confirmation_dialog_new_single (GtkWindow *parent,
+ GeditDocument *doc);
+
+const GList *gedit_close_confirmation_dialog_get_unsaved_documents (GeditCloseConfirmationDialog *dlg);
+
+GList *gedit_close_confirmation_dialog_get_selected_documents (GeditCloseConfirmationDialog *dlg);
+
+#endif /* GEDIT_CLOSE_CONFIRMATION_DIALOG_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-commands-documents.c b/gedit/gedit-commands-documents.c
new file mode 100644
index 0000000..34b7846
--- /dev/null
+++ b/gedit/gedit-commands-documents.c
@@ -0,0 +1,106 @@
+/*
+ * gedit-documents-commands.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-commands.h"
+#include "gedit-commands-private.h"
+
+#include <gtk/gtk.h>
+
+#include "gedit-window.h"
+#include "gedit-notebook.h"
+#include "gedit-multi-notebook.h"
+#include "gedit-debug.h"
+
+void
+_gedit_cmd_documents_previous_document (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GtkNotebook *notebook;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ notebook = GTK_NOTEBOOK (_gedit_window_get_notebook (window));
+ gtk_notebook_prev_page (notebook);
+}
+
+void
+_gedit_cmd_documents_next_document (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GtkNotebook *notebook;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ notebook = GTK_NOTEBOOK (_gedit_window_get_notebook (window));
+ gtk_notebook_next_page (notebook);
+}
+
+void
+_gedit_cmd_documents_move_to_new_window (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditTab *tab;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ tab = gedit_window_get_active_tab (window);
+
+ if (tab == NULL)
+ return;
+
+ _gedit_window_move_tab_to_new_window (window, tab);
+}
+
+/* Methods releated with the tab groups */
+void
+_gedit_cmd_documents_new_tab_group (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ gedit_multi_notebook_add_new_notebook (GEDIT_MULTI_NOTEBOOK (_gedit_window_get_multi_notebook (GEDIT_WINDOW (user_data))));
+}
+
+void
+_gedit_cmd_documents_previous_tab_group (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ gedit_multi_notebook_previous_notebook (GEDIT_MULTI_NOTEBOOK (_gedit_window_get_multi_notebook (GEDIT_WINDOW (user_data))));
+}
+
+void
+_gedit_cmd_documents_next_tab_group (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ gedit_multi_notebook_next_notebook (GEDIT_MULTI_NOTEBOOK (_gedit_window_get_multi_notebook (GEDIT_WINDOW (user_data))));
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-commands-edit.c b/gedit/gedit-commands-edit.c
new file mode 100644
index 0000000..66ea017
--- /dev/null
+++ b/gedit/gedit-commands-edit.c
@@ -0,0 +1,205 @@
+/*
+ * gedit-commands-edit.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-commands.h"
+#include "gedit-commands-private.h"
+
+#include <gtk/gtk.h>
+
+#include "gedit-window.h"
+#include "gedit-debug.h"
+#include "gedit-view.h"
+#include "gedit-preferences-dialog.h"
+
+void
+_gedit_cmd_edit_undo (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditView *active_view;
+ GtkSourceBuffer *active_document;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_view = gedit_window_get_active_view (window);
+ g_return_if_fail (active_view != NULL);
+
+ active_document = GTK_SOURCE_BUFFER (gtk_text_view_get_buffer (GTK_TEXT_VIEW (active_view)));
+
+ gtk_source_buffer_undo (active_document);
+
+ tepl_view_scroll_to_cursor (TEPL_VIEW (active_view));
+
+ gtk_widget_grab_focus (GTK_WIDGET (active_view));
+}
+
+void
+_gedit_cmd_edit_redo (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditView *active_view;
+ GtkSourceBuffer *active_document;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_view = gedit_window_get_active_view (window);
+ g_return_if_fail (active_view != NULL);
+
+ active_document = GTK_SOURCE_BUFFER (gtk_text_view_get_buffer (GTK_TEXT_VIEW (active_view)));
+
+ gtk_source_buffer_redo (active_document);
+
+ tepl_view_scroll_to_cursor (TEPL_VIEW (active_view));
+
+ gtk_widget_grab_focus (GTK_WIDGET (active_view));
+}
+
+void
+_gedit_cmd_edit_cut (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditView *active_view;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_view = gedit_window_get_active_view (window);
+ g_return_if_fail (active_view != NULL);
+
+ tepl_view_cut_clipboard (TEPL_VIEW (active_view));
+
+ gtk_widget_grab_focus (GTK_WIDGET (active_view));
+}
+
+void
+_gedit_cmd_edit_copy (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditView *active_view;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_view = gedit_window_get_active_view (window);
+ g_return_if_fail (active_view != NULL);
+
+ tepl_view_copy_clipboard (TEPL_VIEW (active_view));
+
+ gtk_widget_grab_focus (GTK_WIDGET (active_view));
+}
+
+void
+_gedit_cmd_edit_paste (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditView *active_view;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_view = gedit_window_get_active_view (window);
+ g_return_if_fail (active_view != NULL);
+
+ tepl_view_paste_clipboard (TEPL_VIEW (active_view));
+
+ gtk_widget_grab_focus (GTK_WIDGET (active_view));
+}
+
+void
+_gedit_cmd_edit_delete (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditView *active_view;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_view = gedit_window_get_active_view (window);
+ g_return_if_fail (active_view != NULL);
+
+ tepl_view_delete_selection (TEPL_VIEW (active_view));
+
+ gtk_widget_grab_focus (GTK_WIDGET (active_view));
+}
+
+void
+_gedit_cmd_edit_select_all (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditView *active_view;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_view = gedit_window_get_active_view (window);
+ g_return_if_fail (active_view != NULL);
+
+ tepl_view_select_all (TEPL_VIEW (active_view));
+
+ gtk_widget_grab_focus (GTK_WIDGET (active_view));
+}
+
+void
+_gedit_cmd_edit_preferences (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ gedit_show_preferences_dialog (window);
+}
+
+void
+_gedit_cmd_edit_overwrite_mode (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditView *active_view;
+ gboolean overwrite;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_view = gedit_window_get_active_view (window);
+ g_return_if_fail (active_view);
+
+ overwrite = g_variant_get_boolean (state);
+ g_simple_action_set_state (action, state);
+
+ gtk_text_view_set_overwrite (GTK_TEXT_VIEW (active_view), overwrite);
+ gtk_widget_grab_focus (GTK_WIDGET (active_view));
+}
+
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-commands-file-print.c b/gedit/gedit-commands-file-print.c
new file mode 100644
index 0000000..425a9be
--- /dev/null
+++ b/gedit/gedit-commands-file-print.c
@@ -0,0 +1,49 @@
+/*
+ * gedit-commands-file-print.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-commands.h"
+#include "gedit-commands-private.h"
+
+#include "gedit-window.h"
+#include "gedit-tab.h"
+#include "gedit-tab-private.h"
+#include "gedit-debug.h"
+
+void
+_gedit_cmd_file_print (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditTab *tab;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ tab = gedit_window_get_active_tab (window);
+
+ if (tab != NULL)
+ {
+ _gedit_tab_print (tab);
+ }
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-commands-file.c b/gedit/gedit-commands-file.c
new file mode 100644
index 0000000..c430e48
--- /dev/null
+++ b/gedit/gedit-commands-file.c
@@ -0,0 +1,2169 @@
+/*
+ * gedit-commands-file.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2014 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-commands.h"
+#include "gedit-commands-private.h"
+
+#include <glib/gi18n.h>
+#include <tepl/tepl.h>
+
+#include "gedit-app.h"
+#include "gedit-debug.h"
+#include "gedit-document.h"
+#include "gedit-document-private.h"
+#include "gedit-tab.h"
+#include "gedit-tab-private.h"
+#include "gedit-window.h"
+#include "gedit-notebook.h"
+#include "gedit-statusbar.h"
+#include "gedit-utils.h"
+#include "gedit-file-chooser-dialog.h"
+#include "gedit-file-chooser-open.h"
+#include "gedit-close-confirmation-dialog.h"
+
+/* useful macro */
+#define GBOOLEAN_TO_POINTER(i) (GINT_TO_POINTER ((i) ? 2 : 1))
+#define GPOINTER_TO_BOOLEAN(i) ((gboolean) ((GPOINTER_TO_INT(i) == 2) ? TRUE : FALSE))
+
+#define GEDIT_IS_CLOSING_ALL "gedit-is-closing-all"
+#define GEDIT_NOTEBOOK_TO_CLOSE "gedit-notebook-to-close"
+#define GEDIT_IS_QUITTING "gedit-is-quitting"
+#define GEDIT_IS_QUITTING_ALL "gedit-is-quitting-all"
+
+void
+_gedit_cmd_file_new (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ gedit_window_create_tab (window, TRUE);
+}
+
+static GeditTab *
+get_tab_from_file (GList *docs,
+ GFile *file)
+{
+ GList *l;
+
+ for (l = docs; l != NULL; l = l->next)
+ {
+ GeditDocument *doc;
+ GtkSourceFile *source_file;
+ GFile *location;
+
+ doc = l->data;
+ source_file = gedit_document_get_file (doc);
+ location = gtk_source_file_get_location (source_file);
+
+ if (location != NULL && g_file_equal (location, file))
+ {
+ return gedit_tab_get_from_document (doc);
+ }
+ }
+
+ return NULL;
+}
+
+static gboolean
+is_duplicated_file (GSList *files,
+ GFile *file)
+{
+ GSList *l;
+
+ for (l = files; l != NULL; l = l->next)
+ {
+ if (g_file_equal (l->data, file))
+ {
+ return TRUE;
+ }
+ }
+
+ return FALSE;
+}
+
+/* File loading */
+static GSList *
+load_file_list (GeditWindow *window,
+ const GSList *files,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos,
+ gboolean create)
+{
+ GList *win_docs;
+ GSList *files_to_load = NULL;
+ GSList *loaded_files = NULL;
+ GeditTab *tab;
+ gboolean jump_to = TRUE; /* Whether to jump to the new tab */
+ const GSList *l;
+ gint num_loaded_files = 0;
+ GeditStatusbar *statusbar;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ win_docs = gedit_window_get_documents (window);
+
+ /* Remove the files corresponding to documents already opened in
+ * "window" and remove duplicates from the "files" list.
+ */
+ for (l = files; l != NULL; l = l->next)
+ {
+ GFile *file = l->data;
+
+ if (is_duplicated_file (files_to_load, file))
+ {
+ continue;
+ }
+
+ tab = get_tab_from_file (win_docs, file);
+
+ if (tab == NULL)
+ {
+ files_to_load = g_slist_prepend (files_to_load, file);
+ }
+ else
+ {
+ if (l == files)
+ {
+ TeplView *view;
+
+ gedit_window_set_active_tab (window, tab);
+ jump_to = FALSE;
+ view = TEPL_VIEW (gedit_tab_get_view (tab));
+
+ if (line_pos > 0)
+ {
+ if (column_pos > 0)
+ {
+ tepl_view_goto_line_offset (view,
+ line_pos - 1,
+ column_pos - 1);
+ }
+ else
+ {
+ tepl_view_goto_line (view, line_pos - 1);
+ }
+ }
+ }
+
+ ++num_loaded_files;
+ loaded_files = g_slist_prepend (loaded_files,
+ gedit_tab_get_document (tab));
+ }
+ }
+
+ g_list_free (win_docs);
+
+ if (files_to_load == NULL)
+ {
+ return g_slist_reverse (loaded_files);
+ }
+
+ files_to_load = g_slist_reverse (files_to_load);
+ l = files_to_load;
+
+ tab = gedit_window_get_active_tab (window);
+ if (tab != NULL)
+ {
+ GeditDocument *doc;
+
+ doc = gedit_tab_get_document (tab);
+
+ if (tepl_buffer_is_untouched (TEPL_BUFFER (doc)) &&
+ gedit_tab_get_state (tab) == GEDIT_TAB_STATE_NORMAL)
+ {
+ _gedit_tab_load (tab,
+ l->data,
+ encoding,
+ line_pos,
+ column_pos,
+ create);
+
+ /* make sure the view has focus */
+ gtk_widget_grab_focus (GTK_WIDGET (gedit_tab_get_view (tab)));
+
+ l = g_slist_next (l);
+ jump_to = FALSE;
+
+ ++num_loaded_files;
+ loaded_files = g_slist_prepend (loaded_files,
+ gedit_tab_get_document (tab));
+ }
+ }
+
+ while (l != NULL)
+ {
+ g_return_val_if_fail (l->data != NULL, NULL);
+
+ tab = gedit_window_create_tab_from_location (window,
+ l->data,
+ encoding,
+ line_pos,
+ column_pos,
+ create,
+ jump_to);
+
+ if (tab != NULL)
+ {
+ jump_to = FALSE;
+
+ ++num_loaded_files;
+ loaded_files = g_slist_prepend (loaded_files,
+ gedit_tab_get_document (tab));
+ }
+
+ l = g_slist_next (l);
+ }
+
+ loaded_files = g_slist_reverse (loaded_files);
+
+ statusbar = GEDIT_STATUSBAR (gedit_window_get_statusbar (window));
+
+ if (num_loaded_files == 1)
+ {
+ GeditDocument *doc;
+ gchar *full_name;
+
+ g_return_val_if_fail (tab != NULL, loaded_files);
+
+ doc = gedit_tab_get_document (tab);
+ full_name = tepl_file_get_full_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+
+ _gedit_statusbar_flash_generic_message (statusbar,
+ _("Loading file “%s”\342\200\246"),
+ full_name);
+
+ g_free (full_name);
+ }
+ else
+ {
+ _gedit_statusbar_flash_generic_message (statusbar,
+ ngettext ("Loading %d file\342\200\246",
+ "Loading %d files\342\200\246",
+ num_loaded_files),
+ num_loaded_files);
+ }
+
+ g_slist_free (files_to_load);
+
+ return loaded_files;
+}
+
+/**
+ * gedit_commands_load_location:
+ * @window: a #GeditWindow
+ * @location: a #GFile to load
+ * @encoding: (allow-none): the #GtkSourceEncoding of @location
+ * @line_pos: the line position to place the cursor
+ * @column_pos: the line column to place the cursor
+ *
+ * Loads @location. Ignores non-existing locations.
+ */
+void
+gedit_commands_load_location (GeditWindow *window,
+ GFile *location,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos)
+{
+ GSList *locations = NULL;
+ gchar *uri;
+ GSList *ret;
+
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+ g_return_if_fail (G_IS_FILE (location));
+ g_return_if_fail (gedit_utils_is_valid_location (location));
+
+ uri = g_file_get_uri (location);
+ gedit_debug_message (DEBUG_COMMANDS, "Loading URI '%s'", uri);
+ g_free (uri);
+
+ locations = g_slist_prepend (locations, location);
+
+ ret = load_file_list (window, locations, encoding, line_pos, column_pos, FALSE);
+ g_slist_free (ret);
+
+ g_slist_free (locations);
+}
+
+/**
+ * gedit_commands_load_locations:
+ * @window: a #GeditWindow
+ * @locations: (element-type Gio.File): the locations to load
+ * @encoding: (allow-none): the #GtkSourceEncoding
+ * @line_pos: the line position to place the cursor
+ * @column_pos: the line column to place the cursor
+ *
+ * Loads @locations. Ignore non-existing locations.
+ *
+ * Returns: (element-type Gedit.Document) (transfer container): the locations
+ * that were loaded.
+ */
+GSList *
+gedit_commands_load_locations (GeditWindow *window,
+ const GSList *locations,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+ g_return_val_if_fail (locations != NULL && locations->data != NULL, NULL);
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ return load_file_list (window, locations, encoding, line_pos, column_pos, FALSE);
+}
+
+/*
+ * From the command line we can specify a line position for the
+ * first doc. Beside specifying a non-existing file creates a
+ * titled document.
+ */
+GSList *
+_gedit_cmd_load_files_from_prompt (GeditWindow *window,
+ GSList *files,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos)
+{
+ gedit_debug (DEBUG_COMMANDS);
+
+ return load_file_list (window, files, encoding, line_pos, column_pos, TRUE);
+}
+
+static void
+file_chooser_open_done_cb (GeditFileChooserOpen *file_chooser,
+ gboolean accept,
+ GeditWindow *window)
+{
+ GSList *files;
+ const GtkSourceEncoding *encoding;
+ gchar *folder_uri;
+ GSList *loaded_documents;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ if (!accept)
+ {
+ g_object_unref (file_chooser);
+ return;
+ }
+
+ files = _gedit_file_chooser_open_get_files (file_chooser);
+ encoding = _gedit_file_chooser_get_encoding (GEDIT_FILE_CHOOSER (file_chooser));
+ folder_uri = _gedit_file_chooser_get_current_folder_uri (GEDIT_FILE_CHOOSER (file_chooser));
+ g_object_unref (file_chooser);
+
+ if (window == NULL)
+ {
+ window = gedit_app_create_window (GEDIT_APP (g_application_get_default ()), NULL);
+
+ gtk_widget_show (GTK_WIDGET (window));
+ gtk_window_present (GTK_WINDOW (window));
+ }
+
+ /* Remember the folder we navigated to. */
+ _gedit_window_set_file_chooser_folder_uri (window, GTK_FILE_CHOOSER_ACTION_OPEN, folder_uri);
+ g_free (folder_uri);
+
+ loaded_documents = gedit_commands_load_locations (window, files, encoding, 0, 0);
+
+ g_slist_free (loaded_documents);
+ g_slist_free_full (files, g_object_unref);
+}
+
+void
+_gedit_cmd_file_open (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = NULL;
+ GeditFileChooserOpen *file_chooser;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ if (user_data != NULL)
+ {
+ window = GEDIT_WINDOW (user_data);
+ }
+
+ file_chooser = _gedit_file_chooser_open_new ();
+
+ if (window != NULL)
+ {
+ const gchar *folder_uri;
+
+ _gedit_file_chooser_set_transient_for (GEDIT_FILE_CHOOSER (file_chooser),
+ GTK_WINDOW (window));
+
+ folder_uri = _gedit_window_get_file_chooser_folder_uri (window, GTK_FILE_CHOOSER_ACTION_OPEN);
+ if (folder_uri != NULL)
+ {
+ _gedit_file_chooser_set_current_folder_uri (GEDIT_FILE_CHOOSER (file_chooser),
+ folder_uri);
+ }
+ }
+
+ g_signal_connect (file_chooser,
+ "done",
+ G_CALLBACK (file_chooser_open_done_cb),
+ window);
+
+ _gedit_file_chooser_show (GEDIT_FILE_CHOOSER (file_chooser));
+}
+
+void
+_gedit_cmd_file_reopen_closed_tab (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GFile *file;
+
+ file = _gedit_window_pop_last_closed_doc (window);
+ if (file != NULL)
+ {
+ gedit_commands_load_location (window, file, NULL, 0, 0);
+ }
+}
+
+/* File saving */
+
+/* FIXME: modify this dialog to be similar to the one provided by gtk+ for
+ * already existing files - Paolo (Oct. 11, 2005) */
+static gboolean
+replace_read_only_file (GtkWindow *parent,
+ GFile *file)
+{
+ GtkWidget *dialog;
+ gint ret;
+ gchar *parse_name;
+ gchar *name_for_display;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ parse_name = g_file_get_parse_name (file);
+
+ /* Truncate the name so it doesn't get insanely wide. Note that even
+ * though the dialog uses wrapped text, if the name doesn't contain
+ * white space then the text-wrapping code is too stupid to wrap it.
+ */
+ name_for_display = tepl_utils_str_middle_truncate (parse_name, 50);
+ g_free (parse_name);
+
+ dialog = gtk_message_dialog_new (parent,
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_QUESTION,
+ GTK_BUTTONS_NONE,
+ _("The file “%s” is read-only."),
+ name_for_display);
+ g_free (name_for_display);
+
+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
+ _("Do you want to try to replace it "
+ "with the one you are saving?"));
+
+ gtk_dialog_add_buttons (GTK_DIALOG (dialog),
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ _("_Replace"), GTK_RESPONSE_YES,
+ NULL);
+
+ gtk_dialog_set_default_response (GTK_DIALOG (dialog),
+ GTK_RESPONSE_CANCEL);
+
+ gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
+
+ ret = gtk_dialog_run (GTK_DIALOG (dialog));
+
+ gtk_widget_destroy (dialog);
+
+ return ret == GTK_RESPONSE_YES;
+}
+
+static gboolean
+change_compression (GtkWindow *parent,
+ GFile *file,
+ gboolean compressed)
+{
+ GtkWidget *dialog;
+ gint ret;
+ gchar *parse_name;
+ gchar *name_for_display;
+ const gchar *primary_message;
+ const gchar *button_label;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ parse_name = g_file_get_parse_name (file);
+
+ /* Truncate the name so it doesn't get insanely wide. Note that even
+ * though the dialog uses wrapped text, if the name doesn't contain
+ * white space then the text-wrapping code is too stupid to wrap it.
+ */
+ name_for_display = tepl_utils_str_middle_truncate (parse_name, 50);
+ g_free (parse_name);
+
+ if (compressed)
+ {
+ primary_message = _("Save the file using compression?");
+ }
+ else
+ {
+ primary_message = _("Save the file as plain text?");
+ }
+
+ dialog = gtk_message_dialog_new (parent,
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_QUESTION,
+ GTK_BUTTONS_NONE,
+ "%s",
+ primary_message);
+
+ if (compressed)
+ {
+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
+ _("The file “%s” was previously saved as plain "
+ "text and will now be saved using compression."),
+ name_for_display);
+
+ button_label = _("_Save Using Compression");
+ }
+ else
+ {
+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
+ _("The file “%s” was previously saved "
+ "using compression and will now be saved as plain text."),
+ name_for_display);
+ button_label = _("_Save As Plain Text");
+ }
+
+ g_free (name_for_display);
+
+ gtk_dialog_add_buttons (GTK_DIALOG (dialog),
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ button_label, GTK_RESPONSE_YES,
+ NULL);
+
+ gtk_dialog_set_default_response (GTK_DIALOG (dialog),
+ GTK_RESPONSE_CANCEL);
+
+ gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
+
+ ret = gtk_dialog_run (GTK_DIALOG (dialog));
+
+ gtk_widget_destroy (dialog);
+
+ return ret == GTK_RESPONSE_YES;
+}
+
+static GtkSourceCompressionType
+get_compression_type_from_file (GFile *file)
+{
+ gchar *name;
+ gchar *content_type;
+ GtkSourceCompressionType type;
+
+ name = g_file_get_basename (file);
+ content_type = g_content_type_guess (name, NULL, 0, NULL);
+
+ type = gedit_utils_get_compression_type_from_content_type (content_type);
+
+ g_free (name);
+ g_free (content_type);
+
+ return type;
+}
+
+static void
+tab_save_as_ready_cb (GeditTab *tab,
+ GAsyncResult *result,
+ GTask *task)
+{
+ gboolean success = _gedit_tab_save_finish (tab, result);
+ g_task_return_boolean (task, success);
+ g_object_unref (task);
+}
+
+static void
+save_dialog_response_cb (GeditFileChooserDialog *dialog,
+ gint response_id,
+ GTask *task)
+{
+ GeditTab *tab;
+ GeditWindow *window;
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GFile *location;
+ gchar *parse_name;
+ GtkSourceNewlineType newline_type;
+ GtkSourceCompressionType compression_type;
+ GtkSourceCompressionType current_compression_type;
+ const GtkSourceEncoding *encoding;
+ GeditStatusbar *statusbar;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ tab = g_task_get_source_object (task);
+ window = g_task_get_task_data (task);
+
+ if (response_id != GTK_RESPONSE_ACCEPT)
+ {
+ gedit_file_chooser_dialog_destroy (dialog);
+ g_task_return_boolean (task, FALSE);
+ g_object_unref (task);
+ return;
+ }
+
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+
+ location = gedit_file_chooser_dialog_get_file (dialog);
+ g_return_if_fail (location != NULL);
+
+ compression_type = get_compression_type_from_file (location);
+ current_compression_type = gtk_source_file_get_compression_type (file);
+
+ if ((compression_type == GTK_SOURCE_COMPRESSION_TYPE_NONE) !=
+ (current_compression_type == GTK_SOURCE_COMPRESSION_TYPE_NONE))
+ {
+ GtkWindow *dialog_window = gedit_file_chooser_dialog_get_window (dialog);
+
+ if (!change_compression (dialog_window,
+ location,
+ compression_type != GTK_SOURCE_COMPRESSION_TYPE_NONE))
+ {
+ gedit_file_chooser_dialog_destroy (dialog);
+ g_object_unref (location);
+
+ g_task_return_boolean (task, FALSE);
+ g_object_unref (task);
+ return;
+ }
+ }
+
+ encoding = gedit_file_chooser_dialog_get_encoding (dialog);
+ newline_type = gedit_file_chooser_dialog_get_newline_type (dialog);
+
+ gedit_file_chooser_dialog_destroy (dialog);
+
+ parse_name = g_file_get_parse_name (location);
+
+ statusbar = GEDIT_STATUSBAR (gedit_window_get_statusbar (window));
+ _gedit_statusbar_flash_generic_message (statusbar,
+ _("Saving file “%s”\342\200\246"),
+ parse_name);
+
+ g_free (parse_name);
+
+ /* Let's remember the dir we navigated to, even if the saving fails... */
+ {
+ GFile *folder;
+
+ folder = g_file_get_parent (location);
+ if (folder != NULL)
+ {
+ gchar *folder_uri;
+
+ folder_uri = g_file_get_uri (folder);
+ _gedit_window_set_file_chooser_folder_uri (window,
+ GTK_FILE_CHOOSER_ACTION_SAVE,
+ folder_uri);
+
+ g_object_unref (folder);
+ g_free (folder_uri);
+ }
+ }
+
+ _gedit_tab_save_as_async (tab,
+ location,
+ encoding,
+ newline_type,
+ compression_type,
+ g_task_get_cancellable (task),
+ (GAsyncReadyCallback) tab_save_as_ready_cb,
+ task);
+
+ g_object_unref (location);
+}
+
+static GtkFileChooserConfirmation
+confirm_overwrite_callback (GeditFileChooserDialog *dialog,
+ gpointer data)
+{
+ GtkFileChooserConfirmation res;
+ GFile *file;
+ GFileInfo *info;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ /* fall back to the default confirmation dialog */
+ res = GTK_FILE_CHOOSER_CONFIRMATION_CONFIRM;
+
+ file = gedit_file_chooser_dialog_get_file (dialog);
+
+ info = g_file_query_info (file,
+ G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE,
+ G_FILE_QUERY_INFO_NONE,
+ NULL,
+ NULL);
+
+ if (info != NULL)
+ {
+ if (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE) &&
+ !g_file_info_get_attribute_boolean (info, G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE))
+ {
+ GtkWindow *win;
+
+ win = gedit_file_chooser_dialog_get_window (dialog);
+
+ if (replace_read_only_file (win, file))
+ {
+ res = GTK_FILE_CHOOSER_CONFIRMATION_ACCEPT_FILENAME;
+ }
+ else
+ {
+ res = GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN;
+ }
+ }
+
+ g_object_unref (info);
+ }
+
+ g_object_unref (file);
+
+ return res;
+}
+
+/* Call save_as_tab_finish() in @callback. */
+static void
+save_as_tab_async (GeditTab *tab,
+ GeditWindow *window,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data)
+{
+ GTask *task;
+ GeditFileChooserDialog *save_dialog;
+ GtkWindowGroup *window_group;
+ GtkWindow *dialog_window;
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GFile *location;
+ const GtkSourceEncoding *encoding;
+ GtkSourceNewlineType newline_type;
+
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ task = g_task_new (tab, cancellable, callback, user_data);
+ g_task_set_task_data (task, g_object_ref (window), g_object_unref);
+
+ /* Translators: "Save As" is the title of the file chooser window. */
+ save_dialog = gedit_file_chooser_dialog_create (C_("window title", "Save As"),
+ GTK_WINDOW (window),
+ _("_Save"),
+ _("_Cancel"));
+
+ gedit_file_chooser_dialog_set_do_overwrite_confirmation (save_dialog, TRUE);
+
+ g_signal_connect (save_dialog,
+ "confirm-overwrite",
+ G_CALLBACK (confirm_overwrite_callback),
+ NULL);
+
+ window_group = gedit_window_get_group (window);
+
+ dialog_window = gedit_file_chooser_dialog_get_window (save_dialog);
+
+ if (dialog_window != NULL)
+ {
+ gtk_window_group_add_window (window_group, dialog_window);
+ }
+
+ /* Save As dialog is modal to its main window */
+ gedit_file_chooser_dialog_set_modal (save_dialog, TRUE);
+
+ /* Set the suggested file name */
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+ location = gtk_source_file_get_location (file);
+
+ if (location != NULL)
+ {
+ gedit_file_chooser_dialog_set_file (save_dialog, location);
+ }
+ else
+ {
+ const gchar *default_folder_uri;
+ GFile *default_folder;
+ gchar *docname;
+
+ default_folder_uri = _gedit_window_get_file_chooser_folder_uri (window,
+ GTK_FILE_CHOOSER_ACTION_SAVE);
+ if (default_folder_uri != NULL)
+ {
+ default_folder = g_file_new_for_uri (default_folder_uri);
+ }
+ else
+ {
+ /* It's logical to take the home dir by default, and it fixes
+ * a problem on MS Windows (hang in C:\windows\system32).
+ *
+ * FIXME: it would be better to use GtkFileChooserNative
+ * to permanently fix the hang problem on MS Windows.
+ */
+ default_folder = g_file_new_for_path (g_get_home_dir ());
+ }
+
+ gedit_file_chooser_dialog_set_current_folder (save_dialog, default_folder);
+ g_object_unref (default_folder);
+
+ docname = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ gedit_file_chooser_dialog_set_current_name (save_dialog, docname);
+ g_free (docname);
+ }
+
+ /* Set suggested encoding and newline type. */
+ encoding = gtk_source_file_get_encoding (file);
+
+ if (encoding == NULL)
+ {
+ encoding = gtk_source_encoding_get_utf8 ();
+ }
+
+ newline_type = gtk_source_file_get_newline_type (file);
+
+ gedit_file_chooser_dialog_set_encoding (GEDIT_FILE_CHOOSER_DIALOG (save_dialog),
+ encoding);
+
+ gedit_file_chooser_dialog_set_newline_type (GEDIT_FILE_CHOOSER_DIALOG (save_dialog),
+ newline_type);
+
+ g_signal_connect (save_dialog,
+ "response",
+ G_CALLBACK (save_dialog_response_cb),
+ task);
+
+ gedit_file_chooser_dialog_show (save_dialog);
+}
+
+static gboolean
+save_as_tab_finish (GeditTab *tab,
+ GAsyncResult *result)
+{
+ g_return_val_if_fail (g_task_is_valid (result, tab), FALSE);
+
+ return g_task_propagate_boolean (G_TASK (result), NULL);
+}
+
+static void
+save_as_tab_ready_cb (GeditTab *tab,
+ GAsyncResult *result,
+ GTask *task)
+{
+ gboolean success = save_as_tab_finish (tab, result);
+
+ g_task_return_boolean (task, success);
+ g_object_unref (task);
+}
+
+static void
+tab_save_ready_cb (GeditTab *tab,
+ GAsyncResult *result,
+ GTask *task)
+{
+ gboolean success = _gedit_tab_save_finish (tab, result);
+
+ g_task_return_boolean (task, success);
+ g_object_unref (task);
+}
+
+/**
+ * gedit_commands_save_document_async:
+ * @document: the #GeditDocument to save.
+ * @window: a #GeditWindow.
+ * @cancellable: (nullable): optional #GCancellable object, %NULL to ignore.
+ * @callback: (scope async): a #GAsyncReadyCallback to call when the operation
+ * is finished.
+ * @user_data: (closure): the data to pass to the @callback function.
+ *
+ * Asynchronously save the @document. @document must belong to @window. The
+ * source object of the async task is @document (which will be the first
+ * parameter of the #GAsyncReadyCallback).
+ *
+ * When the operation is finished, @callback will be called. You can then call
+ * gedit_commands_save_document_finish() to get the result of the operation.
+ *
+ * Since: 3.14
+ */
+void
+gedit_commands_save_document_async (GeditDocument *document,
+ GeditWindow *window,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data)
+{
+ GTask *task;
+ GeditTab *tab;
+ GtkSourceFile *file;
+ gchar *full_name;
+ GeditStatusbar *statusbar;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ g_return_if_fail (GEDIT_IS_DOCUMENT (document));
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+ g_return_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable));
+
+ task = g_task_new (document, cancellable, callback, user_data);
+
+ tab = gedit_tab_get_from_document (document);
+ file = gedit_document_get_file (document);
+
+ if (_gedit_document_is_untitled (document) ||
+ gtk_source_file_is_readonly (file))
+ {
+ gedit_debug_message (DEBUG_COMMANDS, "Untitled or Readonly");
+
+ save_as_tab_async (tab,
+ window,
+ cancellable,
+ (GAsyncReadyCallback) save_as_tab_ready_cb,
+ task);
+ return;
+ }
+
+ full_name = tepl_file_get_full_name (tepl_buffer_get_file (TEPL_BUFFER (document)));
+
+ statusbar = GEDIT_STATUSBAR (gedit_window_get_statusbar (window));
+ _gedit_statusbar_flash_generic_message (statusbar,
+ _("Saving file “%s”\342\200\246"),
+ full_name);
+
+ g_free (full_name);
+
+ _gedit_tab_save_async (tab,
+ cancellable,
+ (GAsyncReadyCallback) tab_save_ready_cb,
+ task);
+}
+
+/**
+ * gedit_commands_save_document_finish:
+ * @document: a #GeditDocument.
+ * @result: a #GAsyncResult.
+ *
+ * Finishes an asynchronous document saving operation started with
+ * gedit_commands_save_document_async().
+ *
+ * Note that there is no error parameter because the errors are already handled
+ * by gedit.
+ *
+ * Returns: %TRUE if the document has been correctly saved, %FALSE otherwise.
+ * Since: 3.14
+ */
+gboolean
+gedit_commands_save_document_finish (GeditDocument *document,
+ GAsyncResult *result)
+{
+ g_return_val_if_fail (g_task_is_valid (result, document), FALSE);
+
+ return g_task_propagate_boolean (G_TASK (result), NULL);
+}
+
+static void
+save_tab_ready_cb (GeditDocument *doc,
+ GAsyncResult *result,
+ gpointer user_data)
+{
+ gedit_commands_save_document_finish (doc, result);
+}
+
+/* Save tab asynchronously, but without results. */
+static void
+save_tab (GeditTab *tab,
+ GeditWindow *window)
+{
+ GeditDocument *doc = gedit_tab_get_document (tab);
+
+ gedit_commands_save_document_async (doc,
+ window,
+ NULL,
+ (GAsyncReadyCallback) save_tab_ready_cb,
+ NULL);
+}
+
+void
+_gedit_cmd_file_save (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditTab *tab;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ tab = gedit_window_get_active_tab (window);
+ if (tab != NULL)
+ {
+ save_tab (tab, window);
+ }
+}
+
+static void
+_gedit_cmd_file_save_as_cb (GeditTab *tab,
+ GAsyncResult *result,
+ gpointer user_data)
+{
+ save_as_tab_finish (tab, result);
+}
+
+void
+_gedit_cmd_file_save_as (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditTab *tab;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ tab = gedit_window_get_active_tab (window);
+ if (tab != NULL)
+ {
+ save_as_tab_async (tab,
+ window,
+ NULL,
+ (GAsyncReadyCallback) _gedit_cmd_file_save_as_cb,
+ NULL);
+ }
+}
+
+static void
+quit_if_needed (GeditWindow *window)
+{
+ gboolean is_quitting;
+ gboolean is_quitting_all;
+
+ is_quitting = GPOINTER_TO_BOOLEAN (g_object_get_data (G_OBJECT (window),
+ GEDIT_IS_QUITTING));
+
+ is_quitting_all = GPOINTER_TO_BOOLEAN (g_object_get_data (G_OBJECT (window),
+ GEDIT_IS_QUITTING_ALL));
+
+ if (is_quitting)
+ {
+ gtk_widget_destroy (GTK_WIDGET (window));
+ }
+
+ if (is_quitting_all)
+ {
+ GtkApplication *app;
+
+ app = GTK_APPLICATION (g_application_get_default ());
+
+ if (gtk_application_get_windows (app) == NULL)
+ {
+ g_application_quit (G_APPLICATION (app));
+ }
+ }
+}
+
+static gboolean
+really_close_tab (GeditTab *tab)
+{
+ GtkWidget *toplevel;
+ GeditWindow *window;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ g_return_val_if_fail (gedit_tab_get_state (tab) == GEDIT_TAB_STATE_CLOSING,
+ FALSE);
+
+ toplevel = gtk_widget_get_toplevel (GTK_WIDGET (tab));
+ g_return_val_if_fail (GEDIT_IS_WINDOW (toplevel), FALSE);
+
+ window = GEDIT_WINDOW (toplevel);
+
+ gedit_window_close_tab (window, tab);
+
+ if (gedit_window_get_active_tab (window) == NULL)
+ {
+ quit_if_needed (window);
+ }
+
+ return FALSE;
+}
+
+static void
+close_tab (GeditTab *tab)
+{
+ GeditDocument *doc;
+
+ doc = gedit_tab_get_document (tab);
+ g_return_if_fail (doc != NULL);
+
+ /* If the user has modified again the document, do not close the tab. */
+ if (_gedit_document_needs_saving (doc))
+ {
+ return;
+ }
+
+ /* Close the document only if it has been succesfully saved.
+ * Tab state is set to CLOSING (it is a state without exiting
+ * transitions) and the tab is closed in an idle handler.
+ */
+ _gedit_tab_mark_for_closing (tab);
+
+ g_idle_add_full (G_PRIORITY_HIGH_IDLE,
+ (GSourceFunc) really_close_tab,
+ tab,
+ NULL);
+}
+
+typedef struct _SaveAsData SaveAsData;
+
+struct _SaveAsData
+{
+ /* Reffed */
+ GeditWindow *window;
+
+ /* List of reffed GeditTab's */
+ GSList *tabs_to_save_as;
+
+ guint close_tabs : 1;
+};
+
+static void save_as_documents_list (SaveAsData *data);
+
+static void
+save_as_documents_list_cb (GeditTab *tab,
+ GAsyncResult *result,
+ SaveAsData *data)
+{
+ gboolean saved = save_as_tab_finish (tab, result);
+
+ if (saved && data->close_tabs)
+ {
+ close_tab (tab);
+ }
+
+ g_return_if_fail (tab == GEDIT_TAB (data->tabs_to_save_as->data));
+ g_object_unref (data->tabs_to_save_as->data);
+ data->tabs_to_save_as = g_slist_delete_link (data->tabs_to_save_as,
+ data->tabs_to_save_as);
+
+ if (data->tabs_to_save_as != NULL)
+ {
+ save_as_documents_list (data);
+ }
+ else
+ {
+ g_object_unref (data->window);
+ g_slice_free (SaveAsData, data);
+ }
+}
+
+static void
+save_as_documents_list (SaveAsData *data)
+{
+ GeditTab *next_tab = GEDIT_TAB (data->tabs_to_save_as->data);
+
+ gedit_window_set_active_tab (data->window, next_tab);
+
+ save_as_tab_async (next_tab,
+ data->window,
+ NULL,
+ (GAsyncReadyCallback) save_as_documents_list_cb,
+ data);
+}
+
+/*
+ * The docs in the list must belong to the same GeditWindow.
+ */
+static void
+save_documents_list (GeditWindow *window,
+ GList *docs)
+{
+ SaveAsData *data = NULL;
+ GList *l;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ g_return_if_fail ((gedit_window_get_state (window) & GEDIT_WINDOW_STATE_PRINTING) == 0);
+
+ for (l = docs; l != NULL; l = l->next)
+ {
+ GeditDocument *doc;
+ GeditTab *tab;
+ GeditTabState state;
+
+ g_return_if_fail (GEDIT_IS_DOCUMENT (l->data));
+ doc = l->data;
+
+ tab = gedit_tab_get_from_document (doc);
+ state = gedit_tab_get_state (tab);
+
+ g_return_if_fail (state != GEDIT_TAB_STATE_PRINTING);
+ g_return_if_fail (state != GEDIT_TAB_STATE_CLOSING);
+
+ if (state == GEDIT_TAB_STATE_NORMAL ||
+ state == GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW)
+ {
+ if (_gedit_document_needs_saving (doc))
+ {
+ GtkSourceFile *file = gedit_document_get_file (doc);
+
+ /* FIXME: manage the case of local readonly files owned by the
+ user is running gedit - Paolo (Dec. 8, 2005) */
+ if (_gedit_document_is_untitled (doc) ||
+ gtk_source_file_is_readonly (file))
+ {
+ if (data == NULL)
+ {
+ data = g_slice_new (SaveAsData);
+ data->window = g_object_ref (window);
+ data->tabs_to_save_as = NULL;
+ data->close_tabs = FALSE;
+ }
+
+ data->tabs_to_save_as = g_slist_prepend (data->tabs_to_save_as,
+ g_object_ref (tab));
+ }
+ else
+ {
+ save_tab (tab, window);
+ }
+ }
+ }
+ else
+ {
+ /* If the state is:
+ - GEDIT_TAB_STATE_LOADING: we do not save since we are sure the file is unmodified
+ - GEDIT_TAB_STATE_REVERTING: we do not save since the user wants
+ to return back to the version of the file she previously saved
+ - GEDIT_TAB_STATE_SAVING: well, we are already saving (no need to save again)
+ - GEDIT_TAB_STATE_PRINTING: there is not a
+ real reason for not saving in this case, we do not save to avoid to run
+ two operations using the message area at the same time (may be we can remove
+ this limitation in the future). Note that SaveAll, ClosAll
+ and Quit are unsensitive if the window state is PRINTING.
+ - GEDIT_TAB_STATE_GENERIC_ERROR: we do not save since the document contains
+ errors (I don't think this is a very frequent case, we should probably remove
+ this state)
+ - GEDIT_TAB_STATE_LOADING_ERROR: there is nothing to save
+ - GEDIT_TAB_STATE_REVERTING_ERROR: there is nothing to save and saving the current
+ document will overwrite the copy of the file the user wants to go back to
+ - GEDIT_TAB_STATE_SAVING_ERROR: we do not save since we just failed to save, so there is
+ no reason to automatically retry... we wait for user intervention
+ - GEDIT_TAB_STATE_CLOSING: this state is invalid in this case
+ */
+
+ gchar *full_name;
+
+ full_name = tepl_file_get_full_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ gedit_debug_message (DEBUG_COMMANDS,
+ "File '%s' not saved. State: %d",
+ full_name,
+ state);
+ g_free (full_name);
+ }
+ }
+
+ if (data != NULL)
+ {
+ data->tabs_to_save_as = g_slist_reverse (data->tabs_to_save_as);
+ save_as_documents_list (data);
+ }
+}
+
+/**
+ * gedit_commands_save_all_documents:
+ * @window: a #GeditWindow.
+ *
+ * Asynchronously save all documents belonging to @window. The result of the
+ * operation is not available, so it's difficult to know whether all the
+ * documents are correctly saved.
+ */
+void
+gedit_commands_save_all_documents (GeditWindow *window)
+{
+ GList *docs;
+
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ docs = gedit_window_get_documents (window);
+
+ save_documents_list (window, docs);
+
+ g_list_free (docs);
+}
+
+void
+_gedit_cmd_file_save_all (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ gedit_commands_save_all_documents (GEDIT_WINDOW (user_data));
+}
+
+/**
+ * gedit_commands_save_document:
+ * @window: a #GeditWindow.
+ * @document: the #GeditDocument to save.
+ *
+ * Asynchronously save @document. @document must belong to @window. If you need
+ * the result of the operation, use gedit_commands_save_document_async().
+ */
+void
+gedit_commands_save_document (GeditWindow *window,
+ GeditDocument *document)
+{
+ GeditTab *tab;
+
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+ g_return_if_fail (GEDIT_IS_DOCUMENT (document));
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ tab = gedit_tab_get_from_document (document);
+ save_tab (tab, window);
+}
+
+/* File revert */
+static void
+do_revert (GeditWindow *window,
+ GeditTab *tab)
+{
+ GeditDocument *doc;
+ gchar *docname;
+ GeditStatusbar *statusbar;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ doc = gedit_tab_get_document (tab);
+ docname = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+
+ statusbar = GEDIT_STATUSBAR (gedit_window_get_statusbar (window));
+ _gedit_statusbar_flash_generic_message (statusbar,
+ _("Reverting the document “%s”\342\200\246"),
+ docname);
+
+ g_free (docname);
+
+ _gedit_tab_revert (tab);
+}
+
+static void
+revert_dialog_response_cb (GtkDialog *dialog,
+ gint response_id,
+ GeditWindow *window)
+{
+ GeditTab *tab;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ /* FIXME: we are relying on the fact that the dialog is
+ modal so the active tab can't be changed...
+ not very nice - Paolo (Oct 11, 2005) */
+ tab = gedit_window_get_active_tab (window);
+ if (tab == NULL)
+ {
+ return;
+ }
+
+ gtk_widget_destroy (GTK_WIDGET (dialog));
+
+ if (response_id == GTK_RESPONSE_OK)
+ {
+ do_revert (window, tab);
+ }
+}
+
+static GtkWidget *
+revert_dialog (GeditWindow *window,
+ GeditDocument *doc)
+{
+ GtkWidget *dialog;
+ gchar *docname;
+ gchar *primary_msg;
+ gchar *secondary_msg;
+ glong seconds;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ docname = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ primary_msg = g_strdup_printf (_("Revert unsaved changes to document “%s”?"),
+ docname);
+ g_free (docname);
+
+ seconds = MAX (1, _gedit_document_get_seconds_since_last_save_or_load (doc));
+
+ if (seconds < 55)
+ {
+ secondary_msg = g_strdup_printf (
+ ngettext ("Changes made to the document in the last %ld second "
+ "will be permanently lost.",
+ "Changes made to the document in the last %ld seconds "
+ "will be permanently lost.",
+ seconds),
+ seconds);
+ }
+ else if (seconds < 75) /* 55 <= seconds < 75 */
+ {
+ secondary_msg = g_strdup (_("Changes made to the document in the last minute "
+ "will be permanently lost."));
+ }
+ else if (seconds < 110) /* 75 <= seconds < 110 */
+ {
+ secondary_msg = g_strdup_printf (
+ ngettext ("Changes made to the document in the last minute and "
+ "%ld second will be permanently lost.",
+ "Changes made to the document in the last minute and "
+ "%ld seconds will be permanently lost.",
+ seconds - 60 ),
+ seconds - 60);
+ }
+ else if (seconds < 3600)
+ {
+ secondary_msg = g_strdup_printf (
+ ngettext ("Changes made to the document in the last %ld minute "
+ "will be permanently lost.",
+ "Changes made to the document in the last %ld minutes "
+ "will be permanently lost.",
+ seconds / 60),
+ seconds / 60);
+ }
+ else if (seconds < 7200)
+ {
+ gint minutes;
+ seconds -= 3600;
+
+ minutes = seconds / 60;
+ if (minutes < 5)
+ {
+ secondary_msg = g_strdup (_("Changes made to the document in the last hour "
+ "will be permanently lost."));
+ }
+ else
+ {
+ secondary_msg = g_strdup_printf (
+ ngettext ("Changes made to the document in the last hour and "
+ "%d minute will be permanently lost.",
+ "Changes made to the document in the last hour and "
+ "%d minutes will be permanently lost.",
+ minutes),
+ minutes);
+ }
+ }
+ else
+ {
+ gint hours;
+
+ hours = seconds / 3600;
+
+ secondary_msg = g_strdup_printf (
+ ngettext ("Changes made to the document in the last %d hour "
+ "will be permanently lost.",
+ "Changes made to the document in the last %d hours "
+ "will be permanently lost.",
+ hours),
+ hours);
+ }
+
+ dialog = gtk_message_dialog_new (GTK_WINDOW (window),
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_QUESTION,
+ GTK_BUTTONS_NONE,
+ "%s", primary_msg);
+
+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
+ "%s", secondary_msg);
+ g_free (primary_msg);
+ g_free (secondary_msg);
+
+ gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
+
+ gtk_dialog_add_buttons (GTK_DIALOG (dialog),
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ _("_Revert"), GTK_RESPONSE_OK,
+ NULL);
+
+ gtk_dialog_set_default_response (GTK_DIALOG (dialog),
+ GTK_RESPONSE_CANCEL);
+
+ return dialog;
+}
+
+void
+_gedit_cmd_file_revert (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditTab *tab;
+ GeditDocument *doc;
+ GtkWidget *dialog;
+ GtkWindowGroup *window_group;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ tab = gedit_window_get_active_tab (window);
+ g_return_if_fail (tab != NULL);
+
+ /* If we are already displaying a notification reverting will drop local
+ * modifications or if the document has not been modified, do not bug
+ * the user further.
+ */
+ if (gedit_tab_get_state (tab) == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION ||
+ _gedit_tab_get_can_close (tab))
+ {
+ do_revert (window, tab);
+ return;
+ }
+
+ doc = gedit_tab_get_document (tab);
+ g_return_if_fail (doc != NULL);
+ g_return_if_fail (!_gedit_document_is_untitled (doc));
+
+ dialog = revert_dialog (window, doc);
+
+ window_group = gedit_window_get_group (window);
+
+ gtk_window_group_add_window (window_group, GTK_WINDOW (dialog));
+
+ gtk_window_set_modal (GTK_WINDOW (dialog), TRUE);
+
+ g_signal_connect (dialog,
+ "response",
+ G_CALLBACK (revert_dialog_response_cb),
+ window);
+
+ gtk_widget_show (dialog);
+}
+
+static void
+tab_state_changed_while_saving (GeditTab *tab,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ GeditTabState state;
+
+ state = gedit_tab_get_state (tab);
+
+ gedit_debug_message (DEBUG_COMMANDS, "State while saving: %d\n", state);
+
+ /* When the state becomes NORMAL, it means the saving operation is
+ * finished.
+ */
+ if (state == GEDIT_TAB_STATE_NORMAL)
+ {
+ g_signal_handlers_disconnect_by_func (tab,
+ G_CALLBACK (tab_state_changed_while_saving),
+ window);
+
+ close_tab (tab);
+ }
+}
+
+static void
+save_and_close (GeditTab *tab,
+ GeditWindow *window)
+{
+ gedit_debug (DEBUG_COMMANDS);
+
+ /* Trace tab state changes */
+ g_signal_connect (tab,
+ "notify::state",
+ G_CALLBACK (tab_state_changed_while_saving),
+ window);
+
+ save_tab (tab, window);
+}
+
+static void
+save_and_close_documents (GList *docs,
+ GeditWindow *window,
+ GeditNotebook *notebook)
+{
+ GList *tabs;
+ GList *l;
+ GSList *sl;
+ SaveAsData *data = NULL;
+ GSList *tabs_to_save_and_close = NULL;
+ GList *tabs_to_close = NULL;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ g_return_if_fail ((gedit_window_get_state (window) & GEDIT_WINDOW_STATE_PRINTING) == 0);
+
+ if (notebook != NULL)
+ {
+ tabs = gtk_container_get_children (GTK_CONTAINER (notebook));
+ }
+ else
+ {
+ tabs = _gedit_window_get_all_tabs (window);
+ }
+
+ for (l = tabs; l != NULL; l = l->next)
+ {
+ GeditTab *tab = GEDIT_TAB (l->data);
+ GeditTabState state;
+ GeditDocument *doc;
+
+ state = gedit_tab_get_state (tab);
+ doc = gedit_tab_get_document (tab);
+
+ /* If the state is: ([*] invalid states)
+ - GEDIT_TAB_STATE_NORMAL: close (and if needed save)
+ - GEDIT_TAB_STATE_LOADING: close, we are sure the file is unmodified
+ - GEDIT_TAB_STATE_REVERTING: since the user wants
+ to return back to the version of the file she previously saved, we can close
+ without saving (CHECK: are we sure this is the right behavior, suppose the case
+ the original file has been deleted)
+ - [*] GEDIT_TAB_STATE_SAVING: invalid, ClosAll
+ and Quit are unsensitive if the window state is SAVING.
+ - [*] GEDIT_TAB_STATE_PRINTING: there is not a
+ real reason for not closing in this case, we do not save to avoid to run
+ two operations using the message area at the same time (may be we can remove
+ this limitation in the future). Note that ClosAll
+ and Quit are unsensitive if the window state is PRINTING.
+ - GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW: close (and if needed save)
+ - GEDIT_TAB_STATE_LOADING_ERROR: close without saving (if the state is LOADING_ERROR then the
+ document is not modified)
+ - GEDIT_TAB_STATE_REVERTING_ERROR: we do not close since the document contains errors
+ - GEDIT_TAB_STATE_SAVING_ERROR: we do not close since the document contains errors
+ - GEDIT_TAB_STATE_GENERIC_ERROR: we do not close since the document contains
+ errors (CHECK: we should problably remove this state)
+ - [*] GEDIT_TAB_STATE_CLOSING: this state is invalid in this case
+ */
+
+ g_return_if_fail (state != GEDIT_TAB_STATE_PRINTING);
+ g_return_if_fail (state != GEDIT_TAB_STATE_CLOSING);
+ g_return_if_fail (state != GEDIT_TAB_STATE_SAVING);
+
+ if (state != GEDIT_TAB_STATE_SAVING_ERROR &&
+ state != GEDIT_TAB_STATE_GENERIC_ERROR &&
+ state != GEDIT_TAB_STATE_REVERTING_ERROR)
+ {
+ if (g_list_index (docs, doc) >= 0 &&
+ state != GEDIT_TAB_STATE_LOADING &&
+ state != GEDIT_TAB_STATE_LOADING_ERROR &&
+ state != GEDIT_TAB_STATE_REVERTING) /* FIXME: is this the right behavior with REVERTING ?*/
+ {
+ GtkSourceFile *file = gedit_document_get_file (doc);
+
+ /* The document must be saved before closing */
+ g_return_if_fail (_gedit_document_needs_saving (doc));
+
+ /* FIXME: manage the case of local readonly files owned by the
+ * user is running gedit - Paolo (Dec. 8, 2005) */
+ if (_gedit_document_is_untitled (doc) ||
+ gtk_source_file_is_readonly (file))
+ {
+ if (data == NULL)
+ {
+ data = g_slice_new (SaveAsData);
+ data->window = g_object_ref (window);
+ data->tabs_to_save_as = NULL;
+ data->close_tabs = TRUE;
+ }
+
+ data->tabs_to_save_as = g_slist_prepend (data->tabs_to_save_as,
+ g_object_ref (tab));
+ }
+ else
+ {
+ tabs_to_save_and_close = g_slist_prepend (tabs_to_save_and_close, tab);
+ }
+ }
+ else
+ {
+ /* The document can be closed without saving */
+ tabs_to_close = g_list_prepend (tabs_to_close, tab);
+ }
+ }
+ }
+
+ g_list_free (tabs);
+
+ /* Close all tabs to close (in a sync way) */
+ gedit_window_close_tabs (window, tabs_to_close);
+ g_list_free (tabs_to_close);
+
+ /* Save and close all the files in tabs_to_save_and_close */
+ for (sl = tabs_to_save_and_close; sl != NULL; sl = sl->next)
+ {
+ save_and_close (GEDIT_TAB (sl->data), window);
+ }
+
+ g_slist_free (tabs_to_save_and_close);
+
+ /* Save As and close all the files in data->tabs_to_save_as. */
+ if (data != NULL)
+ {
+ data->tabs_to_save_as = g_slist_reverse (data->tabs_to_save_as);
+ save_as_documents_list (data);
+ }
+}
+
+static void
+save_and_close_document (const GList *docs,
+ GeditWindow *window)
+{
+ GeditTab *tab;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ g_return_if_fail (docs->next == NULL);
+
+ tab = gedit_tab_get_from_document (GEDIT_DOCUMENT (docs->data));
+ g_return_if_fail (tab != NULL);
+
+ save_and_close (tab, window);
+}
+
+static void
+close_all_tabs (GeditWindow *window)
+{
+ gedit_debug (DEBUG_COMMANDS);
+
+ /* There is no document to save -> close all tabs */
+ gedit_window_close_all_tabs (window);
+
+ quit_if_needed (window);
+}
+
+static void
+close_document (GeditWindow *window,
+ GeditDocument *doc)
+{
+ GeditTab *tab;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ tab = gedit_tab_get_from_document (doc);
+ g_return_if_fail (tab != NULL);
+
+ gedit_window_close_tab (window, tab);
+}
+
+static void
+close_confirmation_dialog_response_handler (GeditCloseConfirmationDialog *dlg,
+ gint response_id,
+ GeditWindow *window)
+{
+ GList *selected_documents;
+ gboolean is_closing_all;
+ GeditNotebook *notebook_to_close;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ is_closing_all = GPOINTER_TO_BOOLEAN (g_object_get_data (G_OBJECT (window),
+ GEDIT_IS_CLOSING_ALL));
+
+ notebook_to_close = g_object_get_data (G_OBJECT (window), GEDIT_NOTEBOOK_TO_CLOSE);
+
+ gtk_widget_hide (GTK_WIDGET (dlg));
+
+ switch (response_id)
+ {
+ /* Save and Close */
+ case GTK_RESPONSE_YES:
+ selected_documents = gedit_close_confirmation_dialog_get_selected_documents (dlg);
+
+ if (selected_documents == NULL)
+ {
+ if (is_closing_all)
+ {
+ /* There is no document to save -> close all tabs */
+ /* We call gtk_widget_destroy before close_all_tabs
+ * because close_all_tabs could destroy the gedit window */
+ gtk_widget_destroy (GTK_WIDGET (dlg));
+
+ close_all_tabs (window);
+ return;
+ }
+ else if (notebook_to_close)
+ {
+ gedit_notebook_remove_all_tabs (notebook_to_close);
+ }
+ else
+ {
+ g_return_if_reached ();
+ }
+ }
+ else
+ {
+ if (is_closing_all || notebook_to_close)
+ {
+ GeditNotebook *notebook = is_closing_all ? NULL : notebook_to_close;
+
+ save_and_close_documents (selected_documents, window, notebook);
+ }
+ else
+ {
+ save_and_close_document (selected_documents, window);
+ }
+ }
+
+ g_list_free (selected_documents);
+ break;
+
+ /* Close without Saving */
+ case GTK_RESPONSE_NO:
+ if (is_closing_all)
+ {
+ /* We call gtk_widget_destroy before close_all_tabs
+ * because close_all_tabs could destroy the gedit window */
+ gtk_widget_destroy (GTK_WIDGET (dlg));
+
+ close_all_tabs (window);
+ return;
+ }
+ else if (notebook_to_close)
+ {
+ gedit_notebook_remove_all_tabs (notebook_to_close);
+ }
+ else
+ {
+ const GList *unsaved_documents;
+
+ unsaved_documents = gedit_close_confirmation_dialog_get_unsaved_documents (dlg);
+ g_return_if_fail (unsaved_documents->next == NULL);
+
+ close_document (window, GEDIT_DOCUMENT (unsaved_documents->data));
+ }
+
+ break;
+
+ /* Do not close */
+ default:
+ /* Reset is_quitting flag */
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_IS_QUITTING,
+ GBOOLEAN_TO_POINTER (FALSE));
+
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_IS_QUITTING_ALL,
+ GBOOLEAN_TO_POINTER (FALSE));
+ break;
+ }
+
+ g_object_set_data (G_OBJECT (window), GEDIT_NOTEBOOK_TO_CLOSE, NULL);
+
+ gtk_widget_destroy (GTK_WIDGET (dlg));
+}
+
+/* Returns TRUE if the tab can be immediately closed */
+static gboolean
+tab_can_close (GeditTab *tab,
+ GtkWindow *window)
+{
+ GeditDocument *doc;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ doc = gedit_tab_get_document (tab);
+
+ if (!_gedit_tab_get_can_close (tab))
+ {
+ GtkWidget *dlg;
+
+ dlg = gedit_close_confirmation_dialog_new_single (window, doc);
+ g_signal_connect (dlg,
+ "response",
+ G_CALLBACK (close_confirmation_dialog_response_handler),
+ window);
+
+ gtk_widget_show (dlg);
+
+ return FALSE;
+ }
+
+ return TRUE;
+}
+
+/* FIXME: we probably need this one public for plugins...
+ * maybe even a _list variant. Or maybe it's better make
+ * gedit_window_close_tab always run the confirm dialog?
+ * we should not allow closing a tab without resetting the
+ * GEDIT_IS_CLOSING_ALL flag!
+ */
+void
+_gedit_cmd_file_close_tab (GeditTab *tab,
+ GeditWindow *window)
+{
+ gedit_debug (DEBUG_COMMANDS);
+
+ g_return_if_fail (GTK_WIDGET (window) == gtk_widget_get_toplevel (GTK_WIDGET (tab)));
+
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_IS_CLOSING_ALL,
+ GBOOLEAN_TO_POINTER (FALSE));
+
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_IS_QUITTING,
+ GBOOLEAN_TO_POINTER (FALSE));
+
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_IS_QUITTING_ALL,
+ GBOOLEAN_TO_POINTER (FALSE));
+
+ if (tab_can_close (tab, GTK_WINDOW (window)))
+ {
+ gedit_window_close_tab (window, tab);
+ }
+}
+
+void
+_gedit_cmd_file_close (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditTab *active_tab;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_tab = gedit_window_get_active_tab (window);
+
+ if (active_tab == NULL)
+ {
+ gtk_widget_destroy (GTK_WIDGET (window));
+ return;
+ }
+
+ _gedit_cmd_file_close_tab (active_tab, window);
+}
+
+static void
+file_close_dialog (GeditWindow *window,
+ GList *unsaved_docs)
+{
+ GtkWidget *dlg;
+
+ if (unsaved_docs->next == NULL)
+ {
+ /* There is only one unsaved document */
+ GeditTab *tab;
+ GeditDocument *doc;
+
+ doc = GEDIT_DOCUMENT (unsaved_docs->data);
+
+ tab = gedit_tab_get_from_document (doc);
+ g_return_if_fail (tab != NULL);
+
+ gedit_window_set_active_tab (window, tab);
+
+ dlg = gedit_close_confirmation_dialog_new_single (GTK_WINDOW (window), doc);
+ }
+ else
+ {
+ dlg = gedit_close_confirmation_dialog_new (GTK_WINDOW (window), unsaved_docs);
+ }
+
+ g_signal_connect (dlg,
+ "response",
+ G_CALLBACK (close_confirmation_dialog_response_handler),
+ window);
+
+ gtk_widget_show (dlg);
+}
+
+static GList *
+notebook_get_unsaved_documents (GeditNotebook *notebook)
+{
+ GList *children;
+ GList *unsaved_docs = NULL;
+ GList *l;
+
+ children = gtk_container_get_children (GTK_CONTAINER (notebook));
+
+ for (l = children; l != NULL; l = g_list_next (l))
+ {
+ GeditTab *tab = GEDIT_TAB (l->data);
+
+ if (!_gedit_tab_get_can_close (tab))
+ {
+ GeditDocument *doc;
+
+ doc = gedit_tab_get_document (tab);
+ unsaved_docs = g_list_prepend (unsaved_docs, doc);
+ }
+ }
+
+ g_list_free (children);
+
+ return g_list_reverse (unsaved_docs);
+}
+
+/* Close a notebook */
+void
+_gedit_cmd_file_close_notebook (GeditWindow *window,
+ GeditNotebook *notebook)
+{
+ GList *unsaved_docs;
+
+ g_object_set_data (G_OBJECT (window), GEDIT_IS_CLOSING_ALL, GBOOLEAN_TO_POINTER (FALSE));
+ g_object_set_data (G_OBJECT (window), GEDIT_IS_QUITTING, GBOOLEAN_TO_POINTER (FALSE));
+ g_object_set_data (G_OBJECT (window), GEDIT_IS_QUITTING_ALL, GBOOLEAN_TO_POINTER (FALSE));
+
+ g_object_set_data (G_OBJECT (window), GEDIT_NOTEBOOK_TO_CLOSE, notebook);
+
+ unsaved_docs = notebook_get_unsaved_documents (notebook);
+
+ if (unsaved_docs == NULL)
+ {
+ /* There is no document to save -> close the notebook */
+ gedit_notebook_remove_all_tabs (GEDIT_NOTEBOOK (notebook));
+ }
+ else
+ {
+ file_close_dialog (window, unsaved_docs);
+
+ g_list_free (unsaved_docs);
+ }
+}
+
+/* Close all tabs */
+static void
+file_close_all (GeditWindow *window,
+ gboolean is_quitting)
+{
+ GList *unsaved_docs;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ g_return_if_fail (!(gedit_window_get_state (window) &
+ (GEDIT_WINDOW_STATE_SAVING |
+ GEDIT_WINDOW_STATE_PRINTING)));
+
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_IS_CLOSING_ALL,
+ GBOOLEAN_TO_POINTER (TRUE));
+
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_IS_QUITTING,
+ GBOOLEAN_TO_POINTER (is_quitting));
+
+ unsaved_docs = gedit_window_get_unsaved_documents (window);
+
+ if (unsaved_docs != NULL)
+ {
+ file_close_dialog (window, unsaved_docs);
+
+ g_list_free (unsaved_docs);
+ }
+ else
+ {
+ /* There is no document to save -> close all tabs */
+ gedit_window_close_all_tabs (window);
+ quit_if_needed (window);
+ }
+}
+
+void
+_gedit_cmd_file_close_all (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ g_return_if_fail (!(gedit_window_get_state (window) &
+ (GEDIT_WINDOW_STATE_SAVING |
+ GEDIT_WINDOW_STATE_PRINTING)));
+
+ file_close_all (window, FALSE);
+}
+
+/* Quit */
+static void
+quit_all (void)
+{
+ GList *windows;
+ GList *l;
+ GApplication *app;
+
+ app = g_application_get_default ();
+ windows = gedit_app_get_main_windows (GEDIT_APP (app));
+
+ if (windows == NULL)
+ {
+ g_application_quit (app);
+ return;
+ }
+
+ for (l = windows; l != NULL; l = g_list_next (l))
+ {
+ GeditWindow *window = l->data;
+
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_IS_QUITTING_ALL,
+ GBOOLEAN_TO_POINTER (TRUE));
+
+ if (!(gedit_window_get_state (window) &
+ (GEDIT_WINDOW_STATE_SAVING | GEDIT_WINDOW_STATE_PRINTING)))
+ {
+ file_close_all (window, TRUE);
+ }
+ }
+
+ g_list_free (windows);
+}
+
+void
+_gedit_cmd_file_quit (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ if (window == NULL)
+ {
+ quit_all ();
+ return;
+ }
+
+ g_return_if_fail (!(gedit_window_get_state (window) &
+ (GEDIT_WINDOW_STATE_SAVING |
+ GEDIT_WINDOW_STATE_PRINTING)));
+
+ file_close_all (window, TRUE);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
new file mode 100644
index 0000000..6a5d12e
--- /dev/null
+++ b/gedit/gedit-commands-help.c
@@ -0,0 +1,132 @@
+/*
+ * gedit-help-commands.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-commands.h"
+#include "gedit-commands-private.h"
+
+#include <glib/gi18n.h>
+#include <gtk/gtk.h>
+
+#include "gedit-debug.h"
+#include "gedit-app.h"
+#include "gedit-dirs.h"
+
+void
+_gedit_cmd_help_keyboard_shortcuts (GeditWindow *window)
+{
+ static GtkWidget *shortcuts_window;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ if (shortcuts_window == NULL)
+ {
+ GtkBuilder *builder;
+
+ builder = gtk_builder_new_from_resource ("/org/gnome/gedit/ui/gedit-shortcuts.ui");
+ shortcuts_window = GTK_WIDGET (gtk_builder_get_object (builder, "shortcuts-gedit"));
+
+ g_signal_connect (shortcuts_window,
+ "destroy",
+ G_CALLBACK (gtk_widget_destroyed),
+ &shortcuts_window);
+
+ g_object_unref (builder);
+ }
+
+ if (GTK_WINDOW (window) != gtk_window_get_transient_for (GTK_WINDOW (shortcuts_window)))
+ {
+ gtk_window_set_transient_for (GTK_WINDOW (shortcuts_window), GTK_WINDOW (window));
+ }
+
+ gtk_widget_show_all (shortcuts_window);
+ gtk_window_present (GTK_WINDOW (shortcuts_window));
+}
+
+void
+_gedit_cmd_help_contents (GeditWindow *window)
+{
+ gedit_debug (DEBUG_COMMANDS);
+
+ gedit_app_show_help (GEDIT_APP (g_application_get_default ()),
+ GTK_WINDOW (window),
+ NULL,
+ NULL);
+}
+
+void
+_gedit_cmd_help_about (GeditWindow *window)
+{
+ const gchar * const authors[] = {
+ /* Main authors: the top 5 (to not have a too long list), by
+ * relative contribution (number of commits at the time of
+ * writing).
+ */
+ _("Main authors:"),
+ " Paolo Borelli",
+ " Sébastien Wilmet",
+ " Ignacio Casal Quinteiro",
+ " Jesse van den Kieboom",
+ " Paolo Maggi",
+ "",
+ _("Many thanks also to:"),
+ " Alex Roberts",
+ " Chema Celorio",
+ " Evan Lawrence",
+ " Federico Mena Quintero",
+ " Garrett Regier",
+ " James Willcox",
+ " Sébastien Lafargue",
+ " Steve Frécinaux",
+ "",
+ _("and many other contributors."),
+ "",
+ NULL
+ };
+
+ static const gchar * const documenters[] = {
+ "Daniel Neel",
+ "Eric Baudais",
+ "Jim Campbell",
+ "Sun GNOME Documentation Team",
+ NULL
+ };
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ gtk_show_about_dialog (GTK_WINDOW (window),
+ "program-name", "gedit",
+ "authors", authors,
+ "comments", _("gedit is an easy-to-use and general-purpose text editor"),
+ "copyright", "Copyright 1998-2023 – the gedit team",
+ "license-type", GTK_LICENSE_GPL_2_0,
+ "logo-icon-name", "org.gnome.gedit",
+ "documenters", documenters,
+ "translator-credits", _("translator-credits"),
+ "version", VERSION,
+ "website", "http://www.gedit.org",
+ "website-label", "www.gedit.org",
+ NULL);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-commands-private.h b/gedit/gedit-commands-private.h
new file mode 100644
index 0000000..0c2f0d7
--- /dev/null
+++ b/gedit/gedit-commands-private.h
@@ -0,0 +1,172 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ * gedit-commands.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_COMMANDS_PRIVATE_H
+#define GEDIT_COMMANDS_PRIVATE_H
+
+#include <gtksourceview/gtksource.h>
+#include <gedit/gedit-window.h>
+#include <gedit/gedit-notebook.h>
+
+G_BEGIN_DECLS
+
+/* Create titled documens for non-existing URIs */
+GSList *_gedit_cmd_load_files_from_prompt (GeditWindow *window,
+ GSList *files,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos) G_GNUC_WARN_UNUSED_RESULT;
+
+void _gedit_cmd_file_new (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_open (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_reopen_closed_tab (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_save (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_save_as (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_save_all (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_revert (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_print (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_close (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_close_all (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_file_quit (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+
+void _gedit_cmd_edit_undo (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_edit_redo (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_edit_cut (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_edit_copy (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_edit_paste (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_edit_delete (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_edit_select_all (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_edit_preferences (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_edit_overwrite_mode (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+
+void _gedit_cmd_view_focus_active (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data);
+void _gedit_cmd_view_toggle_side_panel (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data);
+void _gedit_cmd_view_toggle_bottom_panel (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data);
+void _gedit_cmd_view_toggle_fullscreen_mode (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data);
+void _gedit_cmd_view_leave_fullscreen_mode (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_view_highlight_mode (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+
+void _gedit_cmd_search_find (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_search_find_next (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_search_find_prev (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_search_replace (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_search_clear_highlight (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_search_goto_line (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+
+void _gedit_cmd_documents_previous_document (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_documents_next_document (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_documents_move_to_new_window (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_documents_new_tab_group (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_documents_previous_tab_group (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+void _gedit_cmd_documents_next_tab_group (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+
+void _gedit_cmd_help_keyboard_shortcuts (GeditWindow *window);
+void _gedit_cmd_help_contents (GeditWindow *window);
+void _gedit_cmd_help_about (GeditWindow *window);
+
+void _gedit_cmd_file_close_tab (GeditTab *tab,
+ GeditWindow *window);
+
+void _gedit_cmd_file_close_notebook (GeditWindow *window,
+ GeditNotebook *notebook);
+
+G_END_DECLS
+
+#endif /* GEDIT_COMMANDS_PRIVATE_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-commands-search.c b/gedit/gedit-commands-search.c
new file mode 100644
index 0000000..1054859
--- /dev/null
+++ b/gedit/gedit-commands-search.c
@@ -0,0 +1,696 @@
+/*
+ * gedit-commands-search.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2006 Paolo Maggi
+ * Copyright (C) 2013 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-commands.h"
+#include "gedit-commands-private.h"
+
+#include <string.h>
+#include <glib/gi18n.h>
+#include <gdk/gdkkeysyms.h>
+#include <tepl/tepl.h>
+
+#include "gedit-debug.h"
+#include "gedit-statusbar.h"
+#include "gedit-tab.h"
+#include "gedit-tab-private.h"
+#include "gedit-view-frame.h"
+#include "gedit-window.h"
+#include "gedit-utils.h"
+#include "gedit-replace-dialog.h"
+
+#define GEDIT_REPLACE_DIALOG_KEY "gedit-replace-dialog-key"
+#define GEDIT_LAST_SEARCH_DATA_KEY "gedit-last-search-data-key"
+
+typedef struct _LastSearchData LastSearchData;
+struct _LastSearchData
+{
+ gint x;
+ gint y;
+};
+
+static void
+last_search_data_free (LastSearchData *data)
+{
+ g_slice_free (LastSearchData, data);
+}
+
+static void
+last_search_data_restore_position (GeditReplaceDialog *dlg)
+{
+ LastSearchData *data;
+
+ data = g_object_get_data (G_OBJECT (dlg), GEDIT_LAST_SEARCH_DATA_KEY);
+
+ if (data != NULL)
+ {
+ gtk_window_move (GTK_WINDOW (dlg),
+ data->x,
+ data->y);
+ }
+}
+
+static void
+last_search_data_store_position (GeditReplaceDialog *dlg)
+{
+ LastSearchData *data;
+
+ data = g_object_get_data (G_OBJECT (dlg), GEDIT_LAST_SEARCH_DATA_KEY);
+
+ if (data == NULL)
+ {
+ data = g_slice_new (LastSearchData);
+
+ g_object_set_data_full (G_OBJECT (dlg),
+ GEDIT_LAST_SEARCH_DATA_KEY,
+ data,
+ (GDestroyNotify) last_search_data_free);
+ }
+
+ gtk_window_get_position (GTK_WINDOW (dlg),
+ &data->x,
+ &data->y);
+}
+
+/* Use occurences only for Replace All */
+static void
+text_found (GeditWindow *window,
+ gint occurrences)
+{
+ GeditStatusbar *statusbar = GEDIT_STATUSBAR (gedit_window_get_statusbar (window));
+
+ if (occurrences > 1)
+ {
+ _gedit_statusbar_flash_generic_message (statusbar,
+ ngettext("Found and replaced %d occurrence",
+ "Found and replaced %d occurrences",
+ occurrences),
+ occurrences);
+ }
+ else if (occurrences == 1)
+ {
+ _gedit_statusbar_flash_generic_message (statusbar,
+ _("Found and replaced one occurrence"));
+ }
+ else
+ {
+ _gedit_statusbar_flash_generic_message (statusbar, " ");
+ }
+}
+
+#define MAX_MSG_LENGTH 40
+
+static void
+text_not_found (GeditWindow *window,
+ GeditReplaceDialog *replace_dialog)
+{
+ const gchar *search_text;
+ gchar *truncated_text;
+ GeditStatusbar *statusbar;
+
+ search_text = gedit_replace_dialog_get_search_text (replace_dialog);
+ truncated_text = tepl_utils_str_end_truncate (search_text, MAX_MSG_LENGTH);
+
+ statusbar = GEDIT_STATUSBAR (gedit_window_get_statusbar (window));
+
+ _gedit_statusbar_flash_generic_message (statusbar,
+ /* Translators: %s is replaced by the text entered
+ * by the user in the search box.
+ */
+ _("“%s” not found"), truncated_text);
+
+ g_free (truncated_text);
+}
+
+static void
+finish_search_from_dialog (GeditWindow *window,
+ gboolean found)
+{
+ GeditReplaceDialog *replace_dialog;
+
+ replace_dialog = g_object_get_data (G_OBJECT (window), GEDIT_REPLACE_DIALOG_KEY);
+
+ g_return_if_fail (replace_dialog != NULL);
+
+ if (found)
+ {
+ text_found (window, 0);
+ }
+ else
+ {
+ text_not_found (window, replace_dialog);
+ }
+}
+
+static gboolean
+forward_search_finished (GtkSourceSearchContext *search_context,
+ GAsyncResult *result,
+ GeditView *view)
+{
+ gboolean found;
+ GtkSourceBuffer *buffer;
+ GtkTextIter match_start;
+ GtkTextIter match_end;
+
+ found = gtk_source_search_context_forward_finish (search_context,
+ result,
+ &match_start,
+ &match_end,
+ NULL,
+ NULL);
+
+ buffer = gtk_source_search_context_get_buffer (search_context);
+
+ if (found)
+ {
+ gtk_text_buffer_select_range (GTK_TEXT_BUFFER (buffer),
+ &match_start,
+ &match_end);
+
+ tepl_view_scroll_to_cursor (TEPL_VIEW (view));
+ }
+ else
+ {
+ GtkTextIter end_selection;
+
+ gtk_text_buffer_get_selection_bounds (GTK_TEXT_BUFFER (buffer),
+ NULL,
+ &end_selection);
+
+ gtk_text_buffer_select_range (GTK_TEXT_BUFFER (buffer),
+ &end_selection,
+ &end_selection);
+ }
+
+ return found;
+}
+
+static void
+forward_search_from_dialog_finished (GtkSourceSearchContext *search_context,
+ GAsyncResult *result,
+ GeditWindow *window)
+{
+ GeditView *view = gedit_window_get_active_view (window);
+ gboolean found;
+
+ if (view == NULL)
+ {
+ return;
+ }
+
+ found = forward_search_finished (search_context, result, view);
+
+ finish_search_from_dialog (window, found);
+}
+
+static void
+run_forward_search (GeditWindow *window,
+ gboolean from_dialog)
+{
+ GeditView *view;
+ GtkTextBuffer *buffer;
+ GtkTextIter start_at;
+ GtkSourceSearchContext *search_context;
+
+ view = gedit_window_get_active_view (window);
+
+ if (view == NULL)
+ {
+ return;
+ }
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
+
+ search_context = gedit_document_get_search_context (GEDIT_DOCUMENT (buffer));
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ gtk_text_buffer_get_selection_bounds (buffer, NULL, &start_at);
+
+ if (from_dialog)
+ {
+ gtk_source_search_context_forward_async (search_context,
+ &start_at,
+ NULL,
+ (GAsyncReadyCallback)forward_search_from_dialog_finished,
+ window);
+ }
+ else
+ {
+ gtk_source_search_context_forward_async (search_context,
+ &start_at,
+ NULL,
+ (GAsyncReadyCallback)forward_search_finished,
+ view);
+ }
+}
+
+static gboolean
+backward_search_finished (GtkSourceSearchContext *search_context,
+ GAsyncResult *result,
+ GeditView *view)
+{
+ gboolean found;
+ GtkTextIter match_start;
+ GtkTextIter match_end;
+ GtkSourceBuffer *buffer;
+
+ found = gtk_source_search_context_backward_finish (search_context,
+ result,
+ &match_start,
+ &match_end,
+ NULL,
+ NULL);
+
+ buffer = gtk_source_search_context_get_buffer (search_context);
+
+ if (found)
+ {
+ gtk_text_buffer_select_range (GTK_TEXT_BUFFER (buffer),
+ &match_start,
+ &match_end);
+
+ tepl_view_scroll_to_cursor (TEPL_VIEW (view));
+ }
+ else
+ {
+ GtkTextIter start_selection;
+
+ gtk_text_buffer_get_selection_bounds (GTK_TEXT_BUFFER (buffer),
+ &start_selection,
+ NULL);
+
+ gtk_text_buffer_select_range (GTK_TEXT_BUFFER (buffer),
+ &start_selection,
+ &start_selection);
+ }
+
+ return found;
+}
+
+static void
+backward_search_from_dialog_finished (GtkSourceSearchContext *search_context,
+ GAsyncResult *result,
+ GeditWindow *window)
+{
+ GeditView *view = gedit_window_get_active_view (window);
+ gboolean found;
+
+ if (view == NULL)
+ {
+ return;
+ }
+
+ found = backward_search_finished (search_context, result, view);
+
+ finish_search_from_dialog (window, found);
+}
+
+static void
+run_backward_search (GeditWindow *window,
+ gboolean from_dialog)
+{
+ GeditView *view;
+ GtkTextBuffer *buffer;
+ GtkTextIter start_at;
+ GtkSourceSearchContext *search_context;
+
+ view = gedit_window_get_active_view (window);
+
+ if (view == NULL)
+ {
+ return;
+ }
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
+
+ search_context = gedit_document_get_search_context (GEDIT_DOCUMENT (buffer));
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ gtk_text_buffer_get_selection_bounds (buffer, &start_at, NULL);
+
+ if (from_dialog)
+ {
+ gtk_source_search_context_backward_async (search_context,
+ &start_at,
+ NULL,
+ (GAsyncReadyCallback)backward_search_from_dialog_finished,
+ window);
+ }
+ else
+ {
+ gtk_source_search_context_backward_async (search_context,
+ &start_at,
+ NULL,
+ (GAsyncReadyCallback)backward_search_finished,
+ view);
+ }
+}
+
+static void
+do_find (GeditReplaceDialog *dialog,
+ GeditWindow *window)
+{
+ if (gedit_replace_dialog_get_backwards (dialog))
+ {
+ run_backward_search (window, TRUE);
+ }
+ else
+ {
+ run_forward_search (window, TRUE);
+ }
+}
+
+static void
+do_replace (GeditReplaceDialog *dialog,
+ GeditWindow *window)
+{
+ GeditDocument *doc;
+ GtkSourceSearchContext *search_context;
+ const gchar *replace_entry_text;
+ gchar *unescaped_replace_text;
+ GtkTextIter start;
+ GtkTextIter end;
+ GError *error = NULL;
+
+ doc = gedit_window_get_active_document (window);
+
+ if (doc == NULL)
+ {
+ return;
+ }
+
+ search_context = gedit_document_get_search_context (doc);
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ /* replace text may be "", we just delete */
+ replace_entry_text = gedit_replace_dialog_get_replace_text (dialog);
+ g_return_if_fail (replace_entry_text != NULL);
+
+ unescaped_replace_text = gtk_source_utils_unescape_search_text (replace_entry_text);
+
+ gtk_text_buffer_get_selection_bounds (GTK_TEXT_BUFFER (doc), &start, &end);
+
+ gtk_source_search_context_replace (search_context,
+ &start,
+ &end,
+ unescaped_replace_text,
+ -1,
+ &error);
+
+ g_free (unescaped_replace_text);
+
+ if (error != NULL)
+ {
+ gedit_replace_dialog_set_replace_error (dialog, error->message);
+ g_error_free (error);
+ }
+
+ do_find (dialog, window);
+}
+
+static void
+do_replace_all (GeditReplaceDialog *dialog,
+ GeditWindow *window)
+{
+ GeditView *view;
+ GtkSourceSearchContext *search_context;
+ GtkTextBuffer *buffer;
+ GtkSourceCompletion *completion;
+ const gchar *replace_entry_text;
+ gchar *unescaped_replace_text;
+ gint count;
+ GError *error = NULL;
+
+ view = gedit_window_get_active_view (window);
+
+ if (view == NULL)
+ {
+ return;
+ }
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
+
+ search_context = gedit_document_get_search_context (GEDIT_DOCUMENT (buffer));
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ /* FIXME: this should really be done automatically in gtksoureview, but
+ * it is an important performance fix, so let's do it here for now.
+ */
+ completion = gtk_source_view_get_completion (GTK_SOURCE_VIEW (view));
+ gtk_source_completion_block_interactive (completion);
+
+ /* replace text may be "", we just delete all occurrences */
+ replace_entry_text = gedit_replace_dialog_get_replace_text (dialog);
+ g_return_if_fail (replace_entry_text != NULL);
+
+ unescaped_replace_text = gtk_source_utils_unescape_search_text (replace_entry_text);
+
+ count = gtk_source_search_context_replace_all (search_context,
+ unescaped_replace_text,
+ -1,
+ &error);
+
+ g_free (unescaped_replace_text);
+
+ gtk_source_completion_unblock_interactive (completion);
+
+ if (count > 0)
+ {
+ text_found (window, count);
+ }
+ else if (error == NULL)
+ {
+ text_not_found (window, dialog);
+ }
+
+ if (error != NULL)
+ {
+ gedit_replace_dialog_set_replace_error (dialog, error->message);
+ g_error_free (error);
+ }
+}
+
+static void
+replace_dialog_response_cb (GeditReplaceDialog *dialog,
+ gint response_id,
+ GeditWindow *window)
+{
+ gedit_debug (DEBUG_COMMANDS);
+
+ switch (response_id)
+ {
+ case GEDIT_REPLACE_DIALOG_FIND_RESPONSE:
+ do_find (dialog, window);
+ break;
+
+ case GEDIT_REPLACE_DIALOG_REPLACE_RESPONSE:
+ do_replace (dialog, window);
+ break;
+
+ case GEDIT_REPLACE_DIALOG_REPLACE_ALL_RESPONSE:
+ do_replace_all (dialog, window);
+ break;
+
+ default:
+ last_search_data_store_position (dialog);
+ gtk_widget_hide (GTK_WIDGET (dialog));
+ }
+}
+
+static void
+replace_dialog_destroyed (GeditWindow *window,
+ GeditReplaceDialog *dialog)
+{
+ gedit_debug (DEBUG_COMMANDS);
+
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_REPLACE_DIALOG_KEY,
+ NULL);
+ g_object_set_data (G_OBJECT (dialog),
+ GEDIT_LAST_SEARCH_DATA_KEY,
+ NULL);
+}
+
+static GtkWidget *
+create_dialog (GeditWindow *window)
+{
+ GtkWidget *dialog = gedit_replace_dialog_new (window);
+
+ g_signal_connect (dialog,
+ "response",
+ G_CALLBACK (replace_dialog_response_cb),
+ window);
+
+ g_object_set_data (G_OBJECT (window),
+ GEDIT_REPLACE_DIALOG_KEY,
+ dialog);
+
+ g_object_weak_ref (G_OBJECT (dialog),
+ (GWeakNotify) replace_dialog_destroyed,
+ window);
+
+ return dialog;
+}
+
+void
+_gedit_cmd_search_find (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditTab *active_tab;
+ GeditViewFrame *frame;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_tab = gedit_window_get_active_tab (window);
+
+ if (active_tab == NULL)
+ {
+ return;
+ }
+
+ frame = _gedit_tab_get_view_frame (active_tab);
+ gedit_view_frame_popup_search (frame);
+}
+
+void
+_gedit_cmd_search_replace (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ gpointer data;
+ GtkWidget *replace_dialog;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ data = g_object_get_data (G_OBJECT (window), GEDIT_REPLACE_DIALOG_KEY);
+
+ if (data == NULL)
+ {
+ replace_dialog = create_dialog (window);
+ }
+ else
+ {
+ g_return_if_fail (GEDIT_IS_REPLACE_DIALOG (data));
+
+ replace_dialog = GTK_WIDGET (data);
+ }
+
+ gtk_widget_show (replace_dialog);
+ last_search_data_restore_position (GEDIT_REPLACE_DIALOG (replace_dialog));
+ gedit_replace_dialog_present_with_time (GEDIT_REPLACE_DIALOG (replace_dialog),
+ GDK_CURRENT_TIME);
+}
+
+void
+_gedit_cmd_search_find_next (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ run_forward_search (window, FALSE);
+}
+
+void
+_gedit_cmd_search_find_prev (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ run_backward_search (window, FALSE);
+}
+
+void
+_gedit_cmd_search_clear_highlight (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditTab *active_tab;
+ GeditViewFrame *frame;
+ GeditDocument *doc;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_tab = gedit_window_get_active_tab (window);
+
+ if (active_tab == NULL)
+ {
+ return;
+ }
+
+ frame = _gedit_tab_get_view_frame (active_tab);
+ gedit_view_frame_clear_search (frame);
+
+ doc = gedit_tab_get_document (active_tab);
+ gedit_document_set_search_context (doc, NULL);
+}
+
+void
+_gedit_cmd_search_goto_line (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GeditTab *active_tab;
+ GeditViewFrame *frame;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_tab = gedit_window_get_active_tab (window);
+
+ if (active_tab == NULL)
+ {
+ return;
+ }
+
+ frame = _gedit_tab_get_view_frame (active_tab);
+ gedit_view_frame_popup_goto_line (frame);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-commands-view.c b/gedit/gedit-commands-view.c
new file mode 100644
index 0000000..0259bdd
--- /dev/null
+++ b/gedit/gedit-commands-view.c
@@ -0,0 +1,181 @@
+/*
+ * gedit-view-commands.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+#include "gedit-commands.h"
+#include "gedit-commands-private.h"
+#include <tepl/tepl.h>
+#include "gedit-debug.h"
+#include "gedit-window.h"
+
+void
+_gedit_cmd_view_focus_active (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data)
+{
+ GeditView *active_view;
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ active_view = gedit_window_get_active_view (window);
+
+ if (active_view)
+ {
+ gtk_widget_grab_focus (GTK_WIDGET (active_view));
+ }
+}
+
+void
+_gedit_cmd_view_toggle_side_panel (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GtkWidget *panel;
+ gboolean visible;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ panel = gedit_window_get_side_panel (window);
+
+ visible = g_variant_get_boolean (state);
+ gtk_widget_set_visible (panel, visible);
+
+ if (visible)
+ {
+ gtk_widget_grab_focus (panel);
+ }
+
+ g_simple_action_set_state (action, state);
+}
+
+void
+_gedit_cmd_view_toggle_bottom_panel (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ GtkWidget *panel;
+ gboolean visible;
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ panel = gedit_window_get_bottom_panel (window);
+
+ visible = g_variant_get_boolean (state);
+ gtk_widget_set_visible (panel, visible);
+
+ if (visible)
+ {
+ gtk_widget_grab_focus (panel);
+ }
+
+ g_simple_action_set_state (action, state);
+}
+
+void
+_gedit_cmd_view_toggle_fullscreen_mode (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+
+ gedit_debug (DEBUG_COMMANDS);
+
+ if (g_variant_get_boolean (state))
+ {
+ _gedit_window_fullscreen (window);
+ }
+ else
+ {
+ _gedit_window_unfullscreen (window);
+ }
+}
+
+void
+_gedit_cmd_view_leave_fullscreen_mode (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ _gedit_window_unfullscreen (GEDIT_WINDOW (user_data));
+}
+
+static void
+language_activated_cb (TeplLanguageChooserDialog *dialog,
+ GtkSourceLanguage *language,
+ GeditWindow *window)
+{
+ GeditDocument *active_document;
+
+ active_document = gedit_window_get_active_document (window);
+ if (active_document != NULL)
+ {
+ gedit_document_set_language (active_document, language);
+ }
+
+ gtk_widget_destroy (GTK_WIDGET (dialog));
+}
+
+static void
+language_chooser_dialog_response_after_cb (TeplLanguageChooserDialog *dialog,
+ gint response_id,
+ gpointer user_data)
+{
+ gtk_widget_destroy (GTK_WIDGET (dialog));
+}
+
+void
+_gedit_cmd_view_highlight_mode (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ TeplLanguageChooserDialog *dialog;
+ GeditDocument *active_document;
+
+ dialog = tepl_language_chooser_dialog_new (GTK_WINDOW (window));
+
+ active_document = gedit_window_get_active_document (window);
+ if (active_document != NULL)
+ {
+ GtkSourceLanguage *language;
+
+ language = gtk_source_buffer_get_language (GTK_SOURCE_BUFFER (active_document));
+ tepl_language_chooser_select_language (TEPL_LANGUAGE_CHOOSER (dialog), language);
+ }
+
+ g_signal_connect_object (dialog,
+ "language-activated",
+ G_CALLBACK (language_activated_cb),
+ window,
+ 0);
+
+ g_signal_connect_after (dialog,
+ "response",
+ G_CALLBACK (language_chooser_dialog_response_after_cb),
+ NULL);
+
+ gtk_widget_show (GTK_WIDGET (dialog));
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-commands.h b/gedit/gedit-commands.h
new file mode 100644
index 0000000..a003c3a
--- /dev/null
+++ b/gedit/gedit-commands.h
@@ -0,0 +1,63 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ * gedit-commands.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_COMMANDS_H
+#define GEDIT_COMMANDS_H
+
+#include <gtksourceview/gtksource.h>
+#include <gedit/gedit-window.h>
+
+G_BEGIN_DECLS
+
+/* Do nothing if URI does not exist */
+void gedit_commands_load_location (GeditWindow *window,
+ GFile *location,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos);
+
+/* Ignore non-existing URIs */
+GSList *gedit_commands_load_locations (GeditWindow *window,
+ const GSList *locations,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos) G_GNUC_WARN_UNUSED_RESULT;
+
+void gedit_commands_save_document (GeditWindow *window,
+ GeditDocument *document);
+
+void gedit_commands_save_document_async (GeditDocument *document,
+ GeditWindow *window,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean gedit_commands_save_document_finish (GeditDocument *document,
+ GAsyncResult *result);
+
+void gedit_commands_save_all_documents (GeditWindow *window);
+
+G_END_DECLS
+
+#endif /* GEDIT_COMMANDS_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-debug.c b/gedit/gedit-debug.c
new file mode 100644
index 0000000..5aa82fa
--- /dev/null
+++ b/gedit/gedit-debug.c
@@ -0,0 +1,232 @@
+/*
+ * gedit-debug.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002 - 2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-debug.h"
+#include <stdio.h>
+
+#define ENABLE_PROFILING
+
+#ifdef ENABLE_PROFILING
+static GTimer *timer = NULL;
+static gdouble last_time = 0.0;
+#endif
+
+static GeditDebugSection enabled_sections = GEDIT_NO_DEBUG;
+
+#define DEBUG_IS_ENABLED(section) (enabled_sections & (section))
+
+/**
+ * gedit_debug_init:
+ *
+ * Initializes the debugging subsystem of gedit.
+ *
+ * The function checks for the existence of certain environment variables to
+ * determine whether to enable output for a debug section. To enable output
+ * for a specific debug section, set an environment variable of the same name;
+ * e.g. to enable output for the %GEDIT_DEBUG_PLUGINS section, set a
+ * <code>GEDIT_DEBUG_PLUGINS</code> environment variable. To enable output
+ * for all debug sections, set the <code>GEDIT_DEBUG</code> environment
+ * variable.
+ *
+ * This function must be called before any of the other debug functions are
+ * called. It must only be called once.
+ */
+void
+gedit_debug_init (void)
+{
+ if (g_getenv ("GEDIT_DEBUG") != NULL)
+ {
+ /* enable all debugging */
+ enabled_sections = ~GEDIT_NO_DEBUG;
+ goto out;
+ }
+
+ if (g_getenv ("GEDIT_DEBUG_VIEW") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_VIEW;
+ }
+ if (g_getenv ("GEDIT_DEBUG_PREFS") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_PREFS;
+ }
+ if (g_getenv ("GEDIT_DEBUG_WINDOW") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_WINDOW;
+ }
+ if (g_getenv ("GEDIT_DEBUG_PANEL") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_PANEL;
+ }
+ if (g_getenv ("GEDIT_DEBUG_PLUGINS") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_PLUGINS;
+ }
+ if (g_getenv ("GEDIT_DEBUG_TAB") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_TAB;
+ }
+ if (g_getenv ("GEDIT_DEBUG_DOCUMENT") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_DOCUMENT;
+ }
+ if (g_getenv ("GEDIT_DEBUG_COMMANDS") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_COMMANDS;
+ }
+ if (g_getenv ("GEDIT_DEBUG_APP") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_APP;
+ }
+ if (g_getenv ("GEDIT_DEBUG_UTILS") != NULL)
+ {
+ enabled_sections |= GEDIT_DEBUG_UTILS;
+ }
+
+out:
+
+#ifdef ENABLE_PROFILING
+ if (enabled_sections != GEDIT_NO_DEBUG)
+ {
+ timer = g_timer_new ();
+ }
+#endif
+}
+
+/**
+ * gedit_debug:
+ * @section: debug section.
+ * @file: file name.
+ * @line: line number.
+ * @function: name of the function that is calling gedit_debug().
+ *
+ * If @section is enabled, then logs the trace information @file, @line, and
+ * @function.
+ */
+void
+gedit_debug (GeditDebugSection section,
+ const gchar *file,
+ gint line,
+ const gchar *function)
+{
+ gedit_debug_message (section, file, line, function, "%s", "");
+}
+
+/**
+ * gedit_debug_message:
+ * @section: debug section.
+ * @file: file name.
+ * @line: line number.
+ * @function: name of the function that is calling gedit_debug_message().
+ * @format: A g_vprintf() format string.
+ * @...: The format string arguments.
+ *
+ * If @section is enabled, then logs the trace information @file, @line, and
+ * @function along with the message obtained by formatting @format with the
+ * given format string arguments.
+ */
+void
+gedit_debug_message (GeditDebugSection section,
+ const gchar *file,
+ gint line,
+ const gchar *function,
+ const gchar *format,
+ ...)
+{
+ if (G_UNLIKELY (DEBUG_IS_ENABLED (section)))
+ {
+ va_list args;
+ gchar *msg;
+
+#ifdef ENABLE_PROFILING
+ gdouble seconds;
+
+ g_return_if_fail (timer != NULL);
+
+ seconds = g_timer_elapsed (timer, NULL);
+#endif
+
+ g_return_if_fail (format != NULL);
+
+ va_start (args, format);
+ msg = g_strdup_vprintf (format, args);
+ va_end (args);
+
+#ifdef ENABLE_PROFILING
+ g_print ("[%f (%f)] %s:%d (%s) %s\n",
+ seconds,
+ seconds - last_time,
+ file,
+ line,
+ function,
+ msg);
+
+ last_time = seconds;
+#else
+ g_print ("%s:%d (%s) %s\n", file, line, function, msg);
+#endif
+
+ fflush (stdout);
+
+ g_free (msg);
+ }
+}
+
+/**
+ * gedit_debug_plugin_message:
+ * @file: file name.
+ * @line: line number.
+ * @function: name of the function that is calling gedit_debug_plugin_message().
+ * @message: a message.
+ *
+ * If the section %GEDIT_DEBUG_PLUGINS is enabled, then logs the trace
+ * information @file, @line, and @function along with @message.
+ *
+ * This function may be overridden by GObject Introspection language bindings
+ * to be more language-specific.
+ *
+ * <emphasis>Python</emphasis>
+ *
+ * A PyGObject override is provided that has the following signature:
+ * <informalexample>
+ * <programlisting>
+ * def debug_plugin_message(format_str, *format_args):
+ * #...
+ * </programlisting>
+ * </informalexample>
+ *
+ * It automatically supplies parameters @file, @line, and @function, and it
+ * formats <code>format_str</code> with the given format arguments. The syntax
+ * of the format string is the usual Python string formatting syntax described
+ * by <ulink url="http://docs.python.org/library/stdtypes.html#string-formatting">5.6.2. String Formatting Operations</ulink>.
+ *
+ * Since: 3.4
+ */
+void
+gedit_debug_plugin_message (const gchar *file,
+ gint line,
+ const gchar *function,
+ const gchar *message)
+{
+ gedit_debug_message (GEDIT_DEBUG_PLUGINS, file, line, function, "%s", message);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-debug.h b/gedit/gedit-debug.h
new file mode 100644
index 0000000..a9d7caf
--- /dev/null
+++ b/gedit/gedit-debug.h
@@ -0,0 +1,83 @@
+/*
+ * gedit-debug.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002 - 2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_DEBUG_H
+#define GEDIT_DEBUG_H
+
+#include <glib.h>
+
+/**
+ * GeditDebugSection:
+ *
+ * Enumeration of debug sections.
+ *
+ * Debugging output for a section is enabled by setting an environment variable
+ * of the same name. For example, setting the <code>GEDIT_DEBUG_PLUGINS</code>
+ * environment variable enables all debugging output for the %GEDIT_DEBUG_PLUGINS
+ * section. Setting the special environment variable <code>GEDIT_DEBUG</code>
+ * enables output for all sections.
+ */
+typedef enum {
+ GEDIT_NO_DEBUG = 0,
+ GEDIT_DEBUG_VIEW = 1 << 0,
+ GEDIT_DEBUG_PREFS = 1 << 1,
+ GEDIT_DEBUG_WINDOW = 1 << 2,
+ GEDIT_DEBUG_PANEL = 1 << 3,
+ GEDIT_DEBUG_PLUGINS = 1 << 4,
+ GEDIT_DEBUG_TAB = 1 << 5,
+ GEDIT_DEBUG_DOCUMENT = 1 << 6,
+ GEDIT_DEBUG_COMMANDS = 1 << 7,
+ GEDIT_DEBUG_APP = 1 << 8,
+ GEDIT_DEBUG_UTILS = 1 << 9,
+} GeditDebugSection;
+
+#define DEBUG_VIEW GEDIT_DEBUG_VIEW, __FILE__, __LINE__, G_STRFUNC
+#define DEBUG_PREFS GEDIT_DEBUG_PREFS, __FILE__, __LINE__, G_STRFUNC
+#define DEBUG_WINDOW GEDIT_DEBUG_WINDOW, __FILE__, __LINE__, G_STRFUNC
+#define DEBUG_PANEL GEDIT_DEBUG_PANEL, __FILE__, __LINE__, G_STRFUNC
+#define DEBUG_PLUGINS GEDIT_DEBUG_PLUGINS, __FILE__, __LINE__, G_STRFUNC
+#define DEBUG_TAB GEDIT_DEBUG_TAB, __FILE__, __LINE__, G_STRFUNC
+#define DEBUG_DOCUMENT GEDIT_DEBUG_DOCUMENT,__FILE__, __LINE__, G_STRFUNC
+#define DEBUG_COMMANDS GEDIT_DEBUG_COMMANDS,__FILE__, __LINE__, G_STRFUNC
+#define DEBUG_APP GEDIT_DEBUG_APP, __FILE__, __LINE__, G_STRFUNC
+#define DEBUG_UTILS GEDIT_DEBUG_UTILS, __FILE__, __LINE__, G_STRFUNC
+
+void gedit_debug_init (void);
+
+void gedit_debug (GeditDebugSection section,
+ const gchar *file,
+ gint line,
+ const gchar *function);
+
+void gedit_debug_message (GeditDebugSection section,
+ const gchar *file,
+ gint line,
+ const gchar *function,
+ const gchar *format, ...) G_GNUC_PRINTF(5, 6);
+
+void gedit_debug_plugin_message (const gchar *file,
+ gint line,
+ const gchar *function,
+ const gchar *message);
+
+#endif /* GEDIT_DEBUG_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-dirs.c b/gedit/gedit-dirs.c
new file mode 100644
index 0000000..81f32c2
--- /dev/null
+++ b/gedit/gedit-dirs.c
@@ -0,0 +1,176 @@
+/*
+ * gedit-dirs.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008 Ignacio Casal Quinteiro
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-dirs.h"
+
+#ifdef OS_OSX
+#include <gtkosxapplication.h>
+#endif
+
+static gchar *user_config_dir = NULL;
+static gchar *user_data_dir = NULL;
+static gchar *user_styles_dir = NULL;
+static gchar *user_plugins_dir = NULL;
+static gchar *gedit_locale_dir = NULL;
+static gchar *gedit_lib_dir = NULL;
+static gchar *gedit_plugins_dir = NULL;
+static gchar *gedit_plugins_data_dir = NULL;
+
+void
+gedit_dirs_init ()
+{
+#ifdef G_OS_WIN32
+ gchar *win32_dir;
+
+ win32_dir = g_win32_get_package_installation_directory_of_module (NULL);
+
+ gedit_locale_dir = g_build_filename (win32_dir,
+ "share",
+ "locale",
+ NULL);
+ gedit_lib_dir = g_build_filename (win32_dir,
+ "lib",
+ "gedit",
+ NULL);
+ gedit_plugins_data_dir = g_build_filename (win32_dir,
+ "share",
+ "gedit",
+ "plugins",
+ NULL);
+
+ g_free (win32_dir);
+#endif /* G_OS_WIN32 */
+
+#ifdef OS_OSX
+ if (gtkosx_application_get_bundle_id () != NULL)
+ {
+ const gchar *bundle_resource_dir = gtkosx_application_get_resource_path ();
+
+ gedit_locale_dir = g_build_filename (bundle_resource_dir,
+ "share",
+ "locale",
+ NULL);
+ gedit_lib_dir = g_build_filename (bundle_resource_dir,
+ "lib",
+ "gedit",
+ NULL);
+ gedit_plugins_data_dir = g_build_filename (bundle_resource_dir,
+ "share",
+ "gedit",
+ "plugins",
+ NULL);
+ }
+#endif /* OS_OSX */
+
+ if (gedit_locale_dir == NULL)
+ {
+ gedit_locale_dir = g_build_filename (DATADIR,
+ "locale",
+ NULL);
+ gedit_lib_dir = g_build_filename (LIBDIR,
+ "gedit",
+ NULL);
+ gedit_plugins_data_dir = g_build_filename (DATADIR,
+ "gedit",
+ "plugins",
+ NULL);
+ }
+
+ user_config_dir = g_build_filename (g_get_user_config_dir (),
+ "gedit",
+ NULL);
+ user_data_dir = g_build_filename (g_get_user_data_dir (),
+ "gedit",
+ NULL);
+ user_styles_dir = g_build_filename (user_data_dir,
+ "styles",
+ NULL);
+ user_plugins_dir = g_build_filename (user_data_dir,
+ "plugins",
+ NULL);
+ gedit_plugins_dir = g_build_filename (gedit_lib_dir,
+ "plugins",
+ NULL);
+}
+
+void
+gedit_dirs_shutdown ()
+{
+ g_clear_pointer (&user_config_dir, g_free);
+ g_clear_pointer (&user_data_dir, g_free);
+ g_clear_pointer (&user_styles_dir, g_free);
+ g_clear_pointer (&user_plugins_dir, g_free);
+ g_clear_pointer (&gedit_locale_dir, g_free);
+ g_clear_pointer (&gedit_lib_dir, g_free);
+ g_clear_pointer (&gedit_plugins_dir, g_free);
+ g_clear_pointer (&gedit_plugins_data_dir, g_free);
+}
+
+const gchar *
+gedit_dirs_get_user_config_dir (void)
+{
+ return user_config_dir;
+}
+
+const gchar *
+gedit_dirs_get_user_data_dir (void)
+{
+ return user_data_dir;
+}
+
+const gchar *
+gedit_dirs_get_user_styles_dir (void)
+{
+ return user_styles_dir;
+}
+
+const gchar *
+gedit_dirs_get_user_plugins_dir (void)
+{
+ return user_plugins_dir;
+}
+
+const gchar *
+gedit_dirs_get_gedit_locale_dir (void)
+{
+ return gedit_locale_dir;
+}
+
+const gchar *
+gedit_dirs_get_gedit_lib_dir (void)
+{
+ return gedit_lib_dir;
+}
+
+const gchar *
+gedit_dirs_get_gedit_plugins_dir (void)
+{
+ return gedit_plugins_dir;
+}
+
+const gchar *
+gedit_dirs_get_gedit_plugins_data_dir (void)
+{
+ return gedit_plugins_data_dir;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-dirs.h b/gedit/gedit-dirs.h
new file mode 100644
index 0000000..3fc7ab5
--- /dev/null
+++ b/gedit/gedit-dirs.h
@@ -0,0 +1,55 @@
+/*
+ * gedit-dirs.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008 Ignacio Casal Quinteiro
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+
+#ifndef GEDIT_DIRS_H
+#define GEDIT_DIRS_H
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+/* This function must be called before starting gedit */
+void gedit_dirs_init (void);
+/* This function must be called before exiting gedit */
+void gedit_dirs_shutdown (void);
+
+
+const gchar *gedit_dirs_get_user_config_dir (void);
+
+const gchar *gedit_dirs_get_user_data_dir (void);
+
+const gchar *gedit_dirs_get_user_styles_dir (void);
+
+const gchar *gedit_dirs_get_user_plugins_dir (void);
+
+const gchar *gedit_dirs_get_gedit_locale_dir (void);
+
+const gchar *gedit_dirs_get_gedit_lib_dir (void);
+
+const gchar *gedit_dirs_get_gedit_plugins_dir (void);
+
+const gchar *gedit_dirs_get_gedit_plugins_data_dir (void);
+
+G_END_DECLS
+
+#endif /* GEDIT_DIRS_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-document-private.h b/gedit/gedit-document-private.h
new file mode 100644
index 0000000..6a07827
--- /dev/null
+++ b/gedit/gedit-document-private.h
@@ -0,0 +1,57 @@
+/*
+ * gedit-document.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2014, 2020 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_DOCUMENT_PRIVATE_H
+#define GEDIT_DOCUMENT_PRIVATE_H
+
+#include "gedit-document.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_METADATA_ATTRIBUTE_POSITION "gedit-position"
+#define GEDIT_METADATA_ATTRIBUTE_ENCODING "gedit-encoding"
+#define GEDIT_METADATA_ATTRIBUTE_LANGUAGE "gedit-language"
+
+G_GNUC_INTERNAL
+glong _gedit_document_get_seconds_since_last_save_or_load (GeditDocument *doc);
+
+G_GNUC_INTERNAL
+gboolean _gedit_document_needs_saving (GeditDocument *doc);
+
+G_GNUC_INTERNAL
+gboolean _gedit_document_get_empty_search (GeditDocument *doc);
+
+G_GNUC_INTERNAL
+void _gedit_document_set_create (GeditDocument *doc,
+ gboolean create);
+
+G_GNUC_INTERNAL
+gboolean _gedit_document_get_create (GeditDocument *doc);
+
+G_GNUC_INTERNAL
+gboolean _gedit_document_is_untitled (GeditDocument *doc);
+
+G_END_DECLS
+
+#endif /* GEDIT_DOCUMENT_PRIVATE_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-document.c b/gedit/gedit-document.c
new file mode 100644
index 0000000..b19038a
--- /dev/null
+++ b/gedit/gedit-document.c
@@ -0,0 +1,1276 @@
+/*
+ * gedit-document.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2014-2020 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+#include "gedit-document.h"
+#include "gedit-document-private.h"
+#include <string.h>
+#include <glib/gi18n.h>
+#include "gedit-settings.h"
+#include "gedit-debug.h"
+#include "gedit-utils.h"
+
+#define NO_LANGUAGE_NAME "_NORMAL_"
+
+static void gedit_document_loaded_real (GeditDocument *doc);
+
+static void gedit_document_saved_real (GeditDocument *doc);
+
+static void set_content_type (GeditDocument *doc,
+ const gchar *content_type);
+
+typedef struct
+{
+ GtkSourceFile *file;
+
+ TeplMetadata *metadata;
+
+ gchar *content_type;
+
+ GDateTime *time_of_last_save_or_load;
+
+ /* The search context for the incremental search, or the search and
+ * replace. They are mutually exclusive.
+ */
+ GtkSourceSearchContext *search_context;
+
+ guint language_set_by_user : 1;
+
+ /* The search is empty if there is no search context, or if the
+ * search text is empty. It is used for the sensitivity of some menu
+ * actions.
+ */
+ guint empty_search : 1;
+
+ /* Create file if location points to a non existing file (for example
+ * when opened from the command line).
+ */
+ guint create : 1;
+} GeditDocumentPrivate;
+
+enum
+{
+ PROP_0,
+ PROP_CONTENT_TYPE,
+ PROP_MIME_TYPE,
+ PROP_EMPTY_SEARCH,
+ N_PROPERTIES
+};
+
+enum
+{
+ SIGNAL_LOAD,
+ SIGNAL_LOADED,
+ SIGNAL_SAVE,
+ SIGNAL_SAVED,
+ N_SIGNALS
+};
+
+static GParamSpec *properties[N_PROPERTIES];
+static guint document_signals[N_SIGNALS];
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditDocument, gedit_document, TEPL_TYPE_BUFFER)
+
+static void
+load_metadata_from_metadata_manager (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv = gedit_document_get_instance_private (doc);
+ GFile *location;
+
+ location = gtk_source_file_get_location (priv->file);
+
+ if (location != NULL)
+ {
+ TeplMetadataManager *manager;
+
+ manager = tepl_metadata_manager_get_singleton ();
+ tepl_metadata_manager_copy_from (manager, location, priv->metadata);
+ }
+}
+
+static void
+save_metadata_into_metadata_manager (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv = gedit_document_get_instance_private (doc);
+ GFile *location;
+
+ location = gtk_source_file_get_location (priv->file);
+
+ if (location != NULL)
+ {
+ TeplMetadataManager *manager;
+
+ manager = tepl_metadata_manager_get_singleton ();
+ tepl_metadata_manager_merge_into (manager, location, priv->metadata);
+ }
+}
+
+static void
+update_time_of_last_save_or_load (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv = gedit_document_get_instance_private (doc);
+
+ if (priv->time_of_last_save_or_load != NULL)
+ {
+ g_date_time_unref (priv->time_of_last_save_or_load);
+ }
+
+ priv->time_of_last_save_or_load = g_date_time_new_now_utc ();
+}
+
+static const gchar *
+get_language_string (GeditDocument *doc)
+{
+ GtkSourceLanguage *lang = gtk_source_buffer_get_language (GTK_SOURCE_BUFFER (doc));
+
+ return lang != NULL ? gtk_source_language_get_id (lang) : NO_LANGUAGE_NAME;
+}
+
+static void
+save_metadata (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ const gchar *language = NULL;
+ GtkTextIter iter;
+ gchar *position;
+
+ priv = gedit_document_get_instance_private (doc);
+ if (priv->language_set_by_user)
+ {
+ language = get_language_string (doc);
+ }
+
+ gtk_text_buffer_get_iter_at_mark (GTK_TEXT_BUFFER (doc),
+ &iter,
+ gtk_text_buffer_get_insert (GTK_TEXT_BUFFER (doc)));
+
+ position = g_strdup_printf ("%d", gtk_text_iter_get_offset (&iter));
+
+ if (language == NULL)
+ {
+ gedit_document_set_metadata (doc,
+ GEDIT_METADATA_ATTRIBUTE_POSITION, position,
+ NULL);
+ }
+ else
+ {
+ gedit_document_set_metadata (doc,
+ GEDIT_METADATA_ATTRIBUTE_POSITION, position,
+ GEDIT_METADATA_ATTRIBUTE_LANGUAGE, language,
+ NULL);
+ }
+
+ g_free (position);
+}
+
+static void
+gedit_document_dispose (GObject *object)
+{
+ GeditDocument *doc = GEDIT_DOCUMENT (object);
+ GeditDocumentPrivate *priv = gedit_document_get_instance_private (doc);
+
+ gedit_debug (DEBUG_DOCUMENT);
+
+ /* Metadata must be saved here and not in finalize because the language
+ * is gone by the time finalize runs.
+ */
+ if (priv->metadata != NULL)
+ {
+ save_metadata (doc);
+
+ g_object_unref (priv->metadata);
+ priv->metadata = NULL;
+ }
+
+ g_clear_object (&priv->file);
+ g_clear_object (&priv->search_context);
+
+ G_OBJECT_CLASS (gedit_document_parent_class)->dispose (object);
+}
+
+static void
+gedit_document_finalize (GObject *object)
+{
+ GeditDocumentPrivate *priv = gedit_document_get_instance_private (GEDIT_DOCUMENT (object));
+
+ gedit_debug (DEBUG_DOCUMENT);
+
+ g_free (priv->content_type);
+
+ if (priv->time_of_last_save_or_load != NULL)
+ {
+ g_date_time_unref (priv->time_of_last_save_or_load);
+ }
+
+ G_OBJECT_CLASS (gedit_document_parent_class)->finalize (object);
+}
+
+static void
+gedit_document_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditDocument *doc = GEDIT_DOCUMENT (object);
+ GeditDocumentPrivate *priv = gedit_document_get_instance_private (doc);
+
+ switch (prop_id)
+ {
+ case PROP_CONTENT_TYPE:
+ g_value_take_string (value, gedit_document_get_content_type (doc));
+ break;
+
+ case PROP_MIME_TYPE:
+ g_value_take_string (value, gedit_document_get_mime_type (doc));
+ break;
+
+ case PROP_EMPTY_SEARCH:
+ g_value_set_boolean (value, priv->empty_search);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_document_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditDocument *doc = GEDIT_DOCUMENT (object);
+
+ switch (prop_id)
+ {
+ case PROP_CONTENT_TYPE:
+ set_content_type (doc, g_value_get_string (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_document_constructed (GObject *object)
+{
+ GeditDocument *doc = GEDIT_DOCUMENT (object);
+ GeditSettings *settings;
+ GSettings *editor_settings;
+
+ settings = _gedit_settings_get_singleton ();
+ editor_settings = _gedit_settings_peek_editor_settings (settings);
+
+ /* Bind construct properties. */
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_ENSURE_TRAILING_NEWLINE,
+ doc, "implicit-trailing-newline",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ G_OBJECT_CLASS (gedit_document_parent_class)->constructed (object);
+}
+
+static void
+gedit_document_class_init (GeditDocumentClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_document_dispose;
+ object_class->finalize = gedit_document_finalize;
+ object_class->get_property = gedit_document_get_property;
+ object_class->set_property = gedit_document_set_property;
+ object_class->constructed = gedit_document_constructed;
+
+ klass->loaded = gedit_document_loaded_real;
+ klass->saved = gedit_document_saved_real;
+
+ /**
+ * GeditDocument:content-type:
+ *
+ * The document's content type.
+ */
+ properties[PROP_CONTENT_TYPE] =
+ g_param_spec_string ("content-type",
+ "content-type",
+ "",
+ NULL,
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+
+ /**
+ * GeditDocument:mime-type:
+ *
+ * The document's MIME type.
+ */
+ properties[PROP_MIME_TYPE] =
+ g_param_spec_string ("mime-type",
+ "mime-type",
+ "",
+ "text/plain",
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+
+ /**
+ * GeditDocument:empty-search:
+ *
+ * <warning>
+ * The property is used internally by gedit. It must not be used in a
+ * gedit plugin. The property can be modified or removed at any time.
+ * </warning>
+ *
+ * Whether the search is empty.
+ */
+ properties[PROP_EMPTY_SEARCH] =
+ g_param_spec_boolean ("empty-search",
+ "empty-search",
+ "",
+ TRUE,
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, N_PROPERTIES, properties);
+
+ /**
+ * GeditDocument::load:
+ * @document: the #GeditDocument.
+ *
+ * The "load" signal is emitted at the beginning of a file loading.
+ *
+ * Before gedit 3.14 this signal contained parameters to configure the
+ * file loading (the location, encoding, etc). Plugins should not need
+ * those parameters.
+ */
+ document_signals[SIGNAL_LOAD] =
+ g_signal_new ("load",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditDocumentClass, load),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+
+ /**
+ * GeditDocument::loaded:
+ * @document: the #GeditDocument.
+ *
+ * The "loaded" signal is emitted at the end of a successful file
+ * loading.
+ *
+ * Before gedit 3.14 this signal contained a #GError parameter, and the
+ * signal was also emitted if an error occurred. Plugins should not need
+ * the error parameter.
+ */
+ document_signals[SIGNAL_LOADED] =
+ g_signal_new ("loaded",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditDocumentClass, loaded),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+
+ /**
+ * GeditDocument::save:
+ * @document: the #GeditDocument.
+ *
+ * The "save" signal is emitted at the beginning of a file saving.
+ *
+ * Before gedit 3.14 this signal contained parameters to configure the
+ * file saving (the location, encoding, etc). Plugins should not need
+ * those parameters.
+ */
+ document_signals[SIGNAL_SAVE] =
+ g_signal_new ("save",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditDocumentClass, save),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+
+ /**
+ * GeditDocument::saved:
+ * @document: the #GeditDocument.
+ *
+ * The "saved" signal is emitted at the end of a successful file saving.
+ *
+ * Before gedit 3.14 this signal contained a #GError parameter, and the
+ * signal was also emitted if an error occurred. To save a document, a
+ * plugin can use the gedit_commands_save_document_async() function and
+ * get the result of the operation with
+ * gedit_commands_save_document_finish().
+ */
+ document_signals[SIGNAL_SAVED] =
+ g_signal_new ("saved",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditDocumentClass, saved),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+}
+
+static void
+set_language (GeditDocument *doc,
+ GtkSourceLanguage *lang,
+ gboolean set_by_user)
+{
+ GeditDocumentPrivate *priv;
+ GtkSourceLanguage *old_lang;
+
+ gedit_debug (DEBUG_DOCUMENT);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ old_lang = gtk_source_buffer_get_language (GTK_SOURCE_BUFFER (doc));
+
+ if (old_lang == lang)
+ {
+ return;
+ }
+
+ gtk_source_buffer_set_language (GTK_SOURCE_BUFFER (doc), lang);
+
+ if (set_by_user)
+ {
+ const gchar *language = get_language_string (doc);
+
+ gedit_document_set_metadata (doc,
+ GEDIT_METADATA_ATTRIBUTE_LANGUAGE, language,
+ NULL);
+ }
+
+ priv->language_set_by_user = set_by_user;
+}
+
+static void
+save_encoding_metadata (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ const GtkSourceEncoding *encoding;
+ const gchar *charset;
+
+ gedit_debug (DEBUG_DOCUMENT);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ encoding = gtk_source_file_get_encoding (priv->file);
+
+ if (encoding == NULL)
+ {
+ encoding = gtk_source_encoding_get_utf8 ();
+ }
+
+ charset = gtk_source_encoding_get_charset (encoding);
+
+ gedit_document_set_metadata (doc,
+ GEDIT_METADATA_ATTRIBUTE_ENCODING, charset,
+ NULL);
+}
+
+static GtkSourceLanguage *
+guess_language (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ gchar *data;
+ GtkSourceLanguageManager *manager = gtk_source_language_manager_get_default ();
+ GtkSourceLanguage *language = NULL;
+
+ priv = gedit_document_get_instance_private (doc);
+
+ data = gedit_document_get_metadata (doc, GEDIT_METADATA_ATTRIBUTE_LANGUAGE);
+
+ if (data != NULL)
+ {
+ gedit_debug_message (DEBUG_DOCUMENT, "Language from metadata: %s", data);
+
+ if (!g_str_equal (data, NO_LANGUAGE_NAME))
+ {
+ language = gtk_source_language_manager_get_language (manager, data);
+ }
+
+ g_free (data);
+ }
+ else
+ {
+ GFile *location;
+ gchar *basename = NULL;
+
+ location = gtk_source_file_get_location (priv->file);
+ gedit_debug_message (DEBUG_DOCUMENT, "Sniffing Language");
+
+ if (location != NULL)
+ {
+ basename = g_file_get_basename (location);
+ }
+
+ language = gtk_source_language_manager_guess_language (manager,
+ basename,
+ priv->content_type);
+
+ g_free (basename);
+ }
+
+ return language;
+}
+
+static void
+on_content_type_changed (GeditDocument *doc,
+ GParamSpec *pspec,
+ gpointer useless)
+{
+ GeditDocumentPrivate *priv;
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (!priv->language_set_by_user)
+ {
+ GtkSourceLanguage *language = guess_language (doc);
+
+ gedit_debug_message (DEBUG_DOCUMENT, "Language: %s",
+ language != NULL ? gtk_source_language_get_name (language) : "None");
+
+ set_language (doc, language, FALSE);
+ }
+}
+
+static gchar *
+get_default_content_type (void)
+{
+ return g_content_type_from_mime_type ("text/plain");
+}
+
+static void
+on_location_changed (GtkSourceFile *file,
+ GParamSpec *pspec,
+ GeditDocument *doc)
+{
+ gedit_debug (DEBUG_DOCUMENT);
+ load_metadata_from_metadata_manager (doc);
+}
+
+static void
+gedit_document_init (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv = gedit_document_get_instance_private (doc);
+ TeplFile *tepl_file;
+ GeditSettings *settings;
+ GSettings *editor_settings;
+
+ gedit_debug (DEBUG_DOCUMENT);
+
+ priv->content_type = get_default_content_type ();
+ priv->language_set_by_user = FALSE;
+ priv->empty_search = TRUE;
+
+ update_time_of_last_save_or_load (doc);
+
+ priv->file = gtk_source_file_new ();
+ tepl_file = tepl_buffer_get_file (TEPL_BUFFER (doc));
+
+ g_object_bind_property (priv->file, "location",
+ tepl_file, "location",
+ G_BINDING_DEFAULT | G_BINDING_SYNC_CREATE);
+
+ priv->metadata = tepl_metadata_new ();
+
+ g_signal_connect_object (priv->file,
+ "notify::location",
+ G_CALLBACK (on_location_changed),
+ doc,
+ 0);
+
+ settings = _gedit_settings_get_singleton ();
+ editor_settings = _gedit_settings_peek_editor_settings (settings);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_MAX_UNDO_ACTIONS,
+ doc, "max-undo-levels",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_SYNTAX_HIGHLIGHTING,
+ doc, "highlight-syntax",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_BRACKET_MATCHING,
+ doc, "highlight-matching-brackets",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ tepl_buffer_provide_style_scheme_id_gsetting (TEPL_BUFFER (doc),
+ editor_settings, GEDIT_SETTINGS_SCHEME,
+ TRUE);
+
+ g_signal_connect (doc,
+ "notify::content-type",
+ G_CALLBACK (on_content_type_changed),
+ NULL);
+}
+
+GeditDocument *
+gedit_document_new (void)
+{
+ return g_object_new (GEDIT_TYPE_DOCUMENT, NULL);
+}
+
+static gchar *
+get_content_type_from_content (GeditDocument *doc)
+{
+ gchar *content_type;
+ gchar *data;
+ GtkTextBuffer *buffer;
+ GtkTextIter start;
+ GtkTextIter end;
+
+ buffer = GTK_TEXT_BUFFER (doc);
+
+ gtk_text_buffer_get_start_iter (buffer, &start);
+ end = start;
+ gtk_text_iter_forward_chars (&end, 255);
+
+ data = gtk_text_buffer_get_text (buffer, &start, &end, TRUE);
+
+ content_type = g_content_type_guess (NULL,
+ (const guchar *)data,
+ strlen (data),
+ NULL);
+
+ g_free (data);
+
+ return content_type;
+}
+
+static void
+set_content_type_no_guess (GeditDocument *doc,
+ const gchar *content_type)
+{
+ GeditDocumentPrivate *priv;
+ gchar *dupped_content_type;
+
+ gedit_debug (DEBUG_DOCUMENT);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (priv->content_type != NULL &&
+ content_type != NULL &&
+ g_str_equal (priv->content_type, content_type))
+ {
+ return;
+ }
+
+ g_free (priv->content_type);
+
+ /* For compression types, we try to just guess from the content */
+ if (gedit_utils_get_compression_type_from_content_type (content_type) !=
+ GTK_SOURCE_COMPRESSION_TYPE_NONE)
+ {
+ dupped_content_type = get_content_type_from_content (doc);
+ }
+ else
+ {
+ dupped_content_type = g_strdup (content_type);
+ }
+
+ if (dupped_content_type == NULL ||
+ g_content_type_is_unknown (dupped_content_type))
+ {
+ priv->content_type = get_default_content_type ();
+ g_free (dupped_content_type);
+ }
+ else
+ {
+ priv->content_type = dupped_content_type;
+ }
+
+ g_object_notify_by_pspec (G_OBJECT (doc), properties[PROP_CONTENT_TYPE]);
+}
+
+static void
+set_content_type (GeditDocument *doc,
+ const gchar *content_type)
+{
+ GeditDocumentPrivate *priv;
+
+ gedit_debug (DEBUG_DOCUMENT);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (content_type == NULL)
+ {
+ GFile *location;
+ gchar *guessed_type = NULL;
+
+ /* If content type is null, we guess from the filename */
+ location = gtk_source_file_get_location (priv->file);
+ if (location != NULL)
+ {
+ gchar *basename;
+
+ basename = g_file_get_basename (location);
+ guessed_type = g_content_type_guess (basename, NULL, 0, NULL);
+
+ g_free (basename);
+ }
+
+ set_content_type_no_guess (doc, guessed_type);
+ g_free (guessed_type);
+ }
+ else
+ {
+ set_content_type_no_guess (doc, content_type);
+ }
+}
+
+gchar *
+gedit_document_get_content_type (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), NULL);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ return g_strdup (priv->content_type);
+}
+
+/**
+ * gedit_document_get_mime_type:
+ * @doc: a #GeditDocument.
+ *
+ * Note: this never returns %NULL.
+ **/
+gchar *
+gedit_document_get_mime_type (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), g_strdup ("text/plain"));
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (priv->content_type != NULL &&
+ !g_content_type_is_unknown (priv->content_type))
+ {
+ return g_content_type_get_mime_type (priv->content_type);
+ }
+
+ return g_strdup ("text/plain");
+}
+
+static void
+loaded_query_info_cb (GFile *location,
+ GAsyncResult *result,
+ GeditDocument *doc)
+{
+ GFileInfo *info;
+ GError *error = NULL;
+
+ info = g_file_query_info_finish (location, result, &error);
+
+ if (error != NULL)
+ {
+ /* Ignore not found error as it can happen when opening a
+ * non-existent file from the command line.
+ */
+ if (error->domain != G_IO_ERROR ||
+ error->code != G_IO_ERROR_NOT_FOUND)
+ {
+ g_warning ("Document loading: query info error: %s", error->message);
+ }
+
+ g_error_free (error);
+ error = NULL;
+ }
+
+ if (info != NULL &&
+ g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE))
+ {
+ const gchar *content_type;
+
+ content_type = g_file_info_get_attribute_string (info, G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE);
+
+ set_content_type (doc, content_type);
+ }
+
+ g_clear_object (&info);
+
+ /* Async operation finished. */
+ g_object_unref (doc);
+}
+
+static void
+gedit_document_loaded_real (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ GFile *location;
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (!priv->language_set_by_user)
+ {
+ GtkSourceLanguage *language = guess_language (doc);
+
+ gedit_debug_message (DEBUG_DOCUMENT, "Language: %s",
+ language != NULL ? gtk_source_language_get_name (language) : "None");
+
+ set_language (doc, language, FALSE);
+ }
+
+ update_time_of_last_save_or_load (doc);
+ set_content_type (doc, NULL);
+
+ location = gtk_source_file_get_location (priv->file);
+
+ if (location != NULL)
+ {
+ /* Keep the doc alive during the async operation. */
+ g_object_ref (doc);
+
+ g_file_query_info_async (location,
+ G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE ","
+ G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE,
+ G_FILE_QUERY_INFO_NONE,
+ G_PRIORITY_DEFAULT,
+ NULL,
+ (GAsyncReadyCallback) loaded_query_info_cb,
+ doc);
+ }
+}
+
+static void
+saved_query_info_cb (GFile *location,
+ GAsyncResult *result,
+ GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ GFileInfo *info;
+ const gchar *content_type = NULL;
+ GError *error = NULL;
+
+ priv = gedit_document_get_instance_private (doc);
+
+ info = g_file_query_info_finish (location, result, &error);
+
+ if (error != NULL)
+ {
+ g_warning ("Document saving: query info error: %s", error->message);
+ g_error_free (error);
+ error = NULL;
+ }
+
+ if (info != NULL &&
+ g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE))
+ {
+ content_type = g_file_info_get_attribute_string (info, G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE);
+ }
+
+ set_content_type (doc, content_type);
+
+ if (info != NULL)
+ {
+ /* content_type (owned by info) is no longer needed. */
+ g_object_unref (info);
+ }
+
+ update_time_of_last_save_or_load (doc);
+
+ priv->create = FALSE;
+
+ save_encoding_metadata (doc);
+
+ /* Async operation finished. */
+ g_object_unref (doc);
+}
+
+static void
+gedit_document_saved_real (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ GFile *location;
+
+ priv = gedit_document_get_instance_private (doc);
+
+ location = gtk_source_file_get_location (priv->file);
+
+ /* Keep the doc alive during the async operation. */
+ g_object_ref (doc);
+
+ g_file_query_info_async (location,
+ G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE,
+ G_FILE_QUERY_INFO_NONE,
+ G_PRIORITY_DEFAULT,
+ NULL,
+ (GAsyncReadyCallback) saved_query_info_cb,
+ doc);
+}
+
+/* TODO: remove this function. */
+gboolean
+_gedit_document_is_untitled (GeditDocument *doc)
+{
+ TeplFile *file;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), TRUE);
+
+ file = tepl_buffer_get_file (TEPL_BUFFER (doc));
+ return tepl_file_get_location (file) == NULL;
+}
+
+/*
+ * Deletion and external modification is only checked for local files.
+ */
+gboolean
+_gedit_document_needs_saving (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ gboolean externally_modified = FALSE;
+ gboolean deleted = FALSE;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), FALSE);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (doc)))
+ {
+ return TRUE;
+ }
+
+ if (gtk_source_file_is_local (priv->file))
+ {
+ gtk_source_file_check_file_on_disk (priv->file);
+ externally_modified = gtk_source_file_is_externally_modified (priv->file);
+ deleted = gtk_source_file_is_deleted (priv->file);
+ }
+
+ return (externally_modified || deleted) && !priv->create;
+}
+
+/**
+ * gedit_document_set_language:
+ * @doc:
+ * @lang: (allow-none):
+ **/
+void
+gedit_document_set_language (GeditDocument *doc,
+ GtkSourceLanguage *lang)
+{
+ g_return_if_fail (GEDIT_IS_DOCUMENT (doc));
+
+ set_language (doc, lang, TRUE);
+}
+
+glong
+_gedit_document_get_seconds_since_last_save_or_load (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ GDateTime *now;
+ GTimeSpan n_microseconds;
+
+ gedit_debug (DEBUG_DOCUMENT);
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), -1);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (priv->time_of_last_save_or_load == NULL)
+ {
+ return -1;
+ }
+
+ now = g_date_time_new_now_utc ();
+ if (now == NULL)
+ {
+ return -1;
+ }
+
+ n_microseconds = g_date_time_difference (now, priv->time_of_last_save_or_load);
+ g_date_time_unref (now);
+
+ return n_microseconds / (1000 * 1000);
+}
+
+/**
+ * gedit_document_get_metadata:
+ * @doc: a #GeditDocument
+ * @key: name of the key
+ *
+ * Gets the metadata assigned to @key.
+ *
+ * Returns: the value assigned to @key. Free with g_free().
+ */
+gchar *
+gedit_document_get_metadata (GeditDocument *doc,
+ const gchar *key)
+{
+ GeditDocumentPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), NULL);
+ g_return_val_if_fail (key != NULL, NULL);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (priv->metadata == NULL)
+ {
+ return NULL;
+ }
+
+ return tepl_metadata_get (priv->metadata, key);
+}
+
+/**
+ * gedit_document_set_metadata:
+ * @doc: a #GeditDocument
+ * @first_key: name of the first key to set
+ * @...: (allow-none): value for the first key, followed optionally by more key/value pairs,
+ * followed by %NULL.
+ *
+ * Sets metadata on a document.
+ */
+void
+gedit_document_set_metadata (GeditDocument *doc,
+ const gchar *first_key,
+ ...)
+{
+ GeditDocumentPrivate *priv;
+ va_list var_args;
+ const gchar *key;
+
+ g_return_if_fail (GEDIT_IS_DOCUMENT (doc));
+ g_return_if_fail (first_key != NULL);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (priv->metadata == NULL)
+ {
+ return;
+ }
+
+ va_start (var_args, first_key);
+
+ for (key = first_key; key != NULL; key = va_arg (var_args, const gchar *))
+ {
+ const gchar *value = va_arg (var_args, const gchar *);
+ tepl_metadata_set (priv->metadata, key, value);
+ }
+
+ va_end (var_args);
+
+ save_metadata_into_metadata_manager (doc);
+}
+
+static void
+update_empty_search (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ gboolean new_value;
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (priv->search_context == NULL)
+ {
+ new_value = TRUE;
+ }
+ else
+ {
+ GtkSourceSearchSettings *search_settings;
+
+ search_settings = gtk_source_search_context_get_settings (priv->search_context);
+
+ new_value = gtk_source_search_settings_get_search_text (search_settings) == NULL;
+ }
+
+ if (priv->empty_search != new_value)
+ {
+ priv->empty_search = new_value;
+ g_object_notify_by_pspec (G_OBJECT (doc), properties[PROP_EMPTY_SEARCH]);
+ }
+}
+
+static void
+connect_search_settings (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+ GtkSourceSearchSettings *search_settings;
+
+ priv = gedit_document_get_instance_private (doc);
+
+ search_settings = gtk_source_search_context_get_settings (priv->search_context);
+
+ /* Note: the signal handler is never disconnected. If the search context
+ * changes its search settings, the old search settings will most
+ * probably be destroyed, anyway. So it shouldn't cause performance
+ * problems.
+ */
+ g_signal_connect_object (search_settings,
+ "notify::search-text",
+ G_CALLBACK (update_empty_search),
+ doc,
+ G_CONNECT_SWAPPED);
+}
+
+/**
+ * gedit_document_set_search_context:
+ * @doc: a #GeditDocument
+ * @search_context: (allow-none): the new #GtkSourceSearchContext
+ *
+ * Sets the new search context for the document. Use this function only when the
+ * search occurrences are highlighted. So this function should not be used for
+ * background searches. The purpose is to have only one highlighted search
+ * context at a time in the document.
+ *
+ * After using this function, you should unref the @search_context. The @doc
+ * should be the only owner of the @search_context, so that the Clear Highlight
+ * action works. If you need the @search_context after calling this function,
+ * use gedit_document_get_search_context().
+ */
+void
+gedit_document_set_search_context (GeditDocument *doc,
+ GtkSourceSearchContext *search_context)
+{
+ GeditDocumentPrivate *priv;
+
+ g_return_if_fail (GEDIT_IS_DOCUMENT (doc));
+
+ priv = gedit_document_get_instance_private (doc);
+
+ if (priv->search_context != NULL)
+ {
+ g_signal_handlers_disconnect_by_func (priv->search_context,
+ connect_search_settings,
+ doc);
+
+ g_object_unref (priv->search_context);
+ }
+
+ priv->search_context = search_context;
+
+ if (search_context != NULL)
+ {
+ GeditSettings *settings;
+ GSettings *editor_settings;
+
+ g_object_ref (search_context);
+
+ settings = _gedit_settings_get_singleton ();
+ editor_settings = _gedit_settings_peek_editor_settings (settings);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_SEARCH_HIGHLIGHTING,
+ search_context, "highlight",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_signal_connect_object (search_context,
+ "notify::settings",
+ G_CALLBACK (connect_search_settings),
+ doc,
+ G_CONNECT_SWAPPED);
+
+ connect_search_settings (doc);
+ }
+
+ update_empty_search (doc);
+}
+
+/**
+ * gedit_document_get_search_context:
+ * @doc: a #GeditDocument
+ *
+ * Gets the search context. Use this function only if you have used
+ * gedit_document_set_search_context() before. You should not alter other search
+ * contexts, so you have to verify that the returned search context is yours.
+ * One way to verify that is to compare the search settings object, or to mark
+ * the search context with g_object_set_data().
+ *
+ * Returns: (transfer none): the current search context of the document, or NULL
+ * if there is no current search context.
+ */
+GtkSourceSearchContext *
+gedit_document_get_search_context (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), NULL);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ return priv->search_context;
+}
+
+gboolean
+_gedit_document_get_empty_search (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), TRUE);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ return priv->empty_search;
+}
+
+/**
+ * gedit_document_get_file:
+ * @doc: a #GeditDocument.
+ *
+ * Gets the associated #GtkSourceFile. You should use it only for reading
+ * purposes, not for creating a #GtkSourceFileLoader or #GtkSourceFileSaver,
+ * because gedit does some extra work when loading or saving a file and
+ * maintains an internal state. If you use in a plugin a file loader or saver on
+ * the returned #GtkSourceFile, the internal state of gedit won't be updated.
+ *
+ * If you want to save the #GeditDocument to a secondary file, you can create a
+ * new #GtkSourceFile and use a #GtkSourceFileSaver.
+ *
+ * Returns: (transfer none): the associated #GtkSourceFile.
+ * Since: 3.14
+ */
+GtkSourceFile *
+gedit_document_get_file (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), NULL);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ return priv->file;
+}
+
+void
+_gedit_document_set_create (GeditDocument *doc,
+ gboolean create)
+{
+ GeditDocumentPrivate *priv;
+
+ g_return_if_fail (GEDIT_IS_DOCUMENT (doc));
+
+ priv = gedit_document_get_instance_private (doc);
+
+ priv->create = create != FALSE;
+}
+
+gboolean
+_gedit_document_get_create (GeditDocument *doc)
+{
+ GeditDocumentPrivate *priv;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), FALSE);
+
+ priv = gedit_document_get_instance_private (doc);
+
+ return priv->create;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-document.h b/gedit/gedit-document.h
new file mode 100644
index 0000000..087fb28
--- /dev/null
+++ b/gedit/gedit-document.h
@@ -0,0 +1,77 @@
+/*
+ * gedit-document.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2014-2020 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_DOCUMENT_H
+#define GEDIT_DOCUMENT_H
+
+#include <tepl/tepl.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_DOCUMENT (gedit_document_get_type())
+
+G_DECLARE_DERIVABLE_TYPE (GeditDocument, gedit_document, GEDIT, DOCUMENT, TeplBuffer)
+
+struct _GeditDocumentClass
+{
+ TeplBufferClass parent_class;
+
+ /* Signals */
+
+ void (* load) (GeditDocument *document);
+
+ void (* loaded) (GeditDocument *document);
+
+ void (* save) (GeditDocument *document);
+
+ void (* saved) (GeditDocument *document);
+};
+
+GeditDocument *gedit_document_new (void);
+
+GtkSourceFile *gedit_document_get_file (GeditDocument *doc);
+
+gchar *gedit_document_get_content_type (GeditDocument *doc);
+
+gchar *gedit_document_get_mime_type (GeditDocument *doc);
+
+void gedit_document_set_language (GeditDocument *doc,
+ GtkSourceLanguage *lang);
+
+gchar *gedit_document_get_metadata (GeditDocument *doc,
+ const gchar *key);
+
+void gedit_document_set_metadata (GeditDocument *doc,
+ const gchar *first_key,
+ ...);
+
+void gedit_document_set_search_context (GeditDocument *doc,
+ GtkSourceSearchContext *search_context);
+
+GtkSourceSearchContext *
+ gedit_document_get_search_context (GeditDocument *doc);
+
+G_END_DECLS
+
+#endif /* GEDIT_DOCUMENT_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-documents-panel.c b/gedit/gedit-documents-panel.c
new file mode 100644
index 0000000..5ffe77e
--- /dev/null
+++ b/gedit/gedit-documents-panel.c
@@ -0,0 +1,1740 @@
+/*
+ * gedit-documents-panel.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Sébastien Lafargue <slafargue@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-documents-panel.h"
+
+#include <glib/gi18n.h>
+#include <tepl/tepl.h>
+
+#include "gedit-debug.h"
+#include "gedit-document.h"
+#include "gedit-document-private.h"
+#include "gedit-multi-notebook.h"
+#include "gedit-notebook.h"
+#include "gedit-notebook-popup-menu.h"
+#include "gedit-tab.h"
+#include "gedit-tab-private.h"
+#include "gedit-utils.h"
+#include "gedit-commands-private.h"
+
+typedef struct _GeditDocumentsGenericRow GeditDocumentsGenericRow;
+typedef struct _GeditDocumentsGenericRow GeditDocumentsGroupRow;
+typedef struct _GeditDocumentsGenericRow GeditDocumentsDocumentRow;
+
+struct _GeditDocumentsGenericRow
+{
+ GtkListBoxRow parent_instance;
+
+ GeditDocumentsPanel *panel;
+ GtkWidget *ref;
+
+ GtkWidget *box;
+ GtkWidget *label;
+ GtkWidget *close_button;
+
+ /* Not used in GeditDocumentsGroupRow */
+ GtkWidget *image;
+ GtkWidget *status_label;
+};
+
+#define GEDIT_TYPE_DOCUMENTS_GROUP_ROW (gedit_documents_group_row_get_type ())
+#define GEDIT_DOCUMENTS_GROUP_ROW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_DOCUMENTS_GROUP_ROW, GeditDocumentsGroupRow))
+#define GEDIT_DOCUMENTS_GROUP_ROW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_DOCUMENTS_GROUP_ROW, GeditDocumentsGroupRowClass))
+#define GEDIT_IS_DOCUMENTS_GROUP_ROW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_DOCUMENTS_GROUP_ROW))
+#define GEDIT_IS_DOCUMENTS_GROUP_ROW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_DOCUMENTS_GROUP_ROW))
+#define GEDIT_DOCUMENTS_GROUP_ROW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_DOCUMENTS_GROUP_ROW, GeditDocumentsGroupRowClass))
+
+typedef struct _GeditDocumentsGroupRowClass GeditDocumentsGroupRowClass;
+
+struct _GeditDocumentsGroupRowClass
+{
+ GtkListBoxRowClass parent_class;
+};
+
+GType gedit_documents_group_row_get_type (void) G_GNUC_CONST;
+
+G_DEFINE_TYPE (GeditDocumentsGroupRow, gedit_documents_group_row, GTK_TYPE_LIST_BOX_ROW)
+
+#define GEDIT_TYPE_DOCUMENTS_DOCUMENT_ROW (gedit_documents_document_row_get_type ())
+#define GEDIT_DOCUMENTS_DOCUMENT_ROW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_DOCUMENTS_DOCUMENT_ROW, GeditDocumentsDocumentRow))
+#define GEDIT_DOCUMENTS_DOCUMENT_ROW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_DOCUMENTS_DOCUMENT_ROW, GeditDocumentsDocumentRowClass))
+#define GEDIT_IS_DOCUMENTS_DOCUMENT_ROW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_DOCUMENTS_DOCUMENT_ROW))
+#define GEDIT_IS_DOCUMENTS_DOCUMENT_ROW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_DOCUMENTS_DOCUMENT_ROW))
+#define GEDIT_DOCUMENTS_DOCUMENT_ROW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_DOCUMENTS_DOCUMENT_ROW, GeditDocumentsDocumentRowClass))
+
+typedef struct _GeditDocumentsDocumentRowClass GeditDocumentsDocumentRowClass;
+
+struct _GeditDocumentsDocumentRowClass
+{
+ GtkListBoxRowClass parent_class;
+};
+
+GType gedit_documents_document_row_get_type (void) G_GNUC_CONST;
+
+G_DEFINE_TYPE (GeditDocumentsDocumentRow, gedit_documents_document_row, GTK_TYPE_LIST_BOX_ROW)
+
+static GtkWidget *gedit_documents_document_row_new (GeditDocumentsPanel *panel,
+ GeditTab *tab);
+static GtkWidget *gedit_documents_group_row_new (GeditDocumentsPanel *panel,
+ GeditNotebook *notebook);
+
+struct _GeditDocumentsPanel
+{
+ GtkBox parent_instance;
+
+ GeditWindow *window;
+ GeditMultiNotebook *mnb;
+ GtkWidget *listbox;
+
+ guint selection_changed_handler_id;
+ guint tab_switched_handler_id;
+ gboolean is_in_tab_switched;
+
+ /* Flag to workaround first GroupRow selection at start ( we don't want to show it ) */
+ gboolean first_selection;
+ GtkWidget *current_selection;
+
+ GtkAdjustment *adjustment;
+
+ guint nb_row_notebook;
+ guint nb_row_tab;
+
+ GtkTargetList *source_targets;
+ GtkWidget *dnd_window;
+ GtkWidget *row_placeholder;
+ guint row_placeholder_index;
+ guint row_destination_index;
+ GtkWidget *drag_document_row;
+ gint row_source_row_offset;
+ gint document_row_height;
+ gint drag_document_row_x;
+ gint drag_document_row_y;
+ gint drag_root_x;
+ gint drag_root_y;
+ gboolean is_on_drag;
+};
+
+enum
+{
+ PROP_0,
+ PROP_WINDOW,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+G_DEFINE_TYPE (GeditDocumentsPanel, gedit_documents_panel, GTK_TYPE_BOX)
+
+static const GtkTargetEntry panel_targets [] = {
+ {"GEDIT_DOCUMENTS_DOCUMENT_ROW", GTK_TARGET_SAME_APP, 0},
+};
+
+#define MAX_DOC_NAME_LENGTH 60
+
+#define ROW_OUTSIDE_LISTBOX -1
+
+static guint
+get_nb_visible_rows (GeditDocumentsPanel *panel)
+{
+ guint nb = 0;
+
+ if (panel->nb_row_notebook > 1)
+ {
+ nb += panel->nb_row_notebook;
+ }
+
+ nb += panel->nb_row_tab;
+
+ return nb;
+}
+
+static guint
+get_row_visible_index (GeditDocumentsPanel *panel,
+ GtkWidget *searched_row)
+{
+ GList *children;
+ GList *l;
+ guint nb_notebook_row = 0;
+ guint nb_tab_row = 0;
+
+ children = gtk_container_get_children (GTK_CONTAINER (panel->listbox));
+
+ for (l = children; l != NULL; l = g_list_next (l))
+ {
+ GtkWidget *row = l->data;
+
+ if (GEDIT_IS_DOCUMENTS_GROUP_ROW (row))
+ {
+ nb_notebook_row += 1;
+ }
+ else
+ {
+ nb_tab_row += 1;
+ }
+
+ if (row == searched_row)
+ {
+ break;
+ }
+ }
+
+ g_list_free (children);
+
+ if (panel->nb_row_notebook == 1)
+ {
+ nb_notebook_row = 0;
+ }
+
+ return nb_tab_row + nb_notebook_row - 1;
+}
+
+/* We do not grab focus on the row, so scroll it into view manually */
+static void
+make_row_visible (GeditDocumentsPanel *panel,
+ GtkWidget *row)
+{
+ gdouble adjustment_value;
+ gdouble adjustment_lower;
+ gdouble adjustment_upper;
+ gdouble adjustment_page_size;
+ gdouble nb_visible_rows;
+ gdouble row_visible_index;
+ gdouble row_size;
+ gdouble row_position;
+ gdouble offset;
+ gdouble new_adjustment_value;
+
+ adjustment_value = gtk_adjustment_get_value (panel->adjustment);
+ adjustment_lower = gtk_adjustment_get_lower (panel->adjustment);
+ adjustment_upper = gtk_adjustment_get_upper (panel->adjustment);
+ adjustment_page_size = gtk_adjustment_get_page_size (panel->adjustment);
+
+ nb_visible_rows = get_nb_visible_rows (panel);
+ row_visible_index = get_row_visible_index (panel, GTK_WIDGET (row));
+
+ row_size = (adjustment_upper - adjustment_lower) / nb_visible_rows;
+ row_position = row_size * row_visible_index;
+
+ if (row_position < adjustment_value)
+ {
+ new_adjustment_value = row_position;
+ }
+ else if ((row_position + row_size) > (adjustment_value + adjustment_page_size))
+ {
+ offset = (row_position + row_size) - (adjustment_value + adjustment_page_size);
+ new_adjustment_value = adjustment_value + offset;
+ }
+ else
+ {
+ new_adjustment_value = adjustment_value;
+ }
+
+ gtk_adjustment_set_value (panel->adjustment, new_adjustment_value);
+}
+
+/* This function is a GCompareFunc to use with g_list_find_custom */
+static gint
+listbox_search_function (gconstpointer row,
+ gconstpointer item)
+{
+ GeditDocumentsGenericRow *generic_row = (GeditDocumentsGenericRow *)row;
+ gpointer *searched_item = (gpointer *)generic_row->ref;
+
+ return searched_item == item ? 0 : -1;
+}
+
+static GtkListBoxRow *
+get_row_from_widget (GeditDocumentsPanel *panel,
+ GtkWidget *widget)
+{
+ GList *children;
+ GList *item;
+ GtkListBoxRow *row;
+
+ children = gtk_container_get_children (GTK_CONTAINER (panel->listbox));
+
+ item = g_list_find_custom (children, widget, listbox_search_function);
+ row = item ? item->data : NULL;
+
+ g_list_free (children);
+
+ return row;
+}
+
+static void
+row_select (GeditDocumentsPanel *panel,
+ GtkListBox *listbox,
+ GtkListBoxRow *row)
+{
+ GtkListBoxRow *selected_row = gtk_list_box_get_selected_row (listbox);
+
+ if (row != selected_row)
+ {
+ g_signal_handler_block (listbox, panel->selection_changed_handler_id);
+ gtk_list_box_select_row (listbox, row);
+ g_signal_handler_unblock (listbox, panel->selection_changed_handler_id);
+ }
+
+ panel->current_selection = GTK_WIDGET (row);
+ make_row_visible (panel, GTK_WIDGET (row));
+}
+
+static void
+insert_row (GeditDocumentsPanel *panel,
+ GtkListBox *listbox,
+ GtkWidget *row,
+ gint position)
+{
+ g_signal_handler_block (listbox, panel->selection_changed_handler_id);
+ gtk_list_box_insert (listbox, row, position);
+ g_signal_handler_unblock (listbox, panel->selection_changed_handler_id);
+}
+
+static void
+select_active_tab (GeditDocumentsPanel *panel)
+{
+ GeditNotebook *notebook;
+ gboolean have_tabs;
+ GeditTab *tab;
+
+ notebook = gedit_multi_notebook_get_active_notebook (panel->mnb);
+ have_tabs = gtk_notebook_get_n_pages (GTK_NOTEBOOK (notebook)) > 0;
+ tab = gedit_multi_notebook_get_active_tab (panel->mnb);
+
+ if (notebook != NULL && tab != NULL && have_tabs)
+ {
+ GtkListBoxRow *row = get_row_from_widget (panel, GTK_WIDGET (tab));
+
+ if (row)
+ {
+ row_select (panel, GTK_LIST_BOX (panel->listbox), row);
+ }
+ }
+}
+
+static GtkListBoxRow *
+get_first_notebook_found (GeditDocumentsPanel *panel)
+{
+ GList *children;
+ GList *l;
+ GtkListBoxRow *row = NULL;
+
+ children = gtk_container_get_children (GTK_CONTAINER (panel->listbox));
+
+ for (l = children; l != NULL; l = g_list_next (l))
+ {
+ if (GEDIT_IS_DOCUMENTS_GROUP_ROW (l->data))
+ {
+ row = l->data;
+ break;
+ }
+ }
+
+ g_list_free (children);
+
+ return row;
+}
+
+static void
+multi_notebook_tab_switched (GeditMultiNotebook *mnb,
+ GeditNotebook *old_notebook,
+ GeditTab *old_tab,
+ GeditNotebook *new_notebook,
+ GeditTab *new_tab,
+ GeditDocumentsPanel *panel)
+{
+ gedit_debug (DEBUG_PANEL);
+
+ if (!_gedit_window_is_removing_tabs (panel->window) &&
+ panel->is_in_tab_switched == FALSE)
+ {
+ GtkListBoxRow *row;
+
+ panel->is_in_tab_switched = TRUE;
+
+ row = get_row_from_widget (panel, GTK_WIDGET (new_tab));
+
+ if (row)
+ {
+ row_select (panel, GTK_LIST_BOX (panel->listbox), row);
+ }
+
+ panel->is_in_tab_switched = FALSE;
+ }
+}
+
+static void
+group_row_set_notebook_name (GtkWidget *row)
+{
+ GeditNotebook *notebook;
+ GeditMultiNotebook *mnb;
+ guint num;
+ gchar *name;
+ GeditDocumentsGroupRow *group_row = GEDIT_DOCUMENTS_GROUP_ROW (row);
+
+ notebook = GEDIT_NOTEBOOK (group_row->ref);
+
+ mnb = group_row->panel->mnb;
+ num = gedit_multi_notebook_get_notebook_num (mnb, notebook);
+
+ name = g_strdup_printf (_("Tab Group %i"), num + 1);
+
+ gtk_label_set_text (GTK_LABEL (group_row->label), name);
+
+ g_free (name);
+}
+
+static void
+group_row_update_names (GeditDocumentsPanel *panel,
+ GtkWidget *listbox)
+{
+ GList *children;
+ GList *l;
+ GtkWidget *row;
+
+ children = gtk_container_get_children (GTK_CONTAINER (listbox));
+
+ for (l = children; l != NULL; l = g_list_next (l))
+ {
+ row = l->data;
+
+ if (GEDIT_IS_DOCUMENTS_GROUP_ROW (row))
+ {
+ group_row_set_notebook_name (row);
+ }
+ }
+
+ g_list_free (children);
+}
+
+static void
+group_row_refresh_visibility (GeditDocumentsPanel *panel)
+{
+ gboolean notebook_is_unique;
+ GtkWidget *first_group_row;
+
+ notebook_is_unique = gedit_multi_notebook_get_n_notebooks (panel->mnb) <= 1;
+ first_group_row = GTK_WIDGET (get_first_notebook_found (panel));
+
+ gtk_widget_set_no_show_all (first_group_row, notebook_is_unique);
+ gtk_widget_set_visible (first_group_row, !notebook_is_unique);
+}
+
+static gchar *
+doc_get_name (GeditDocument *doc)
+{
+ gchar *name;
+ gchar *docname;
+
+ name = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+
+ /* Truncate the name so it doesn't get insanely wide. */
+ docname = tepl_utils_str_middle_truncate (name, MAX_DOC_NAME_LENGTH);
+
+ g_free (name);
+
+ return docname;
+}
+
+static void
+document_row_sync_tab_name_and_icon (GeditTab *tab,
+ GParamSpec *pspec,
+ GtkWidget *row)
+{
+ GeditDocumentsDocumentRow *document_row = GEDIT_DOCUMENTS_DOCUMENT_ROW (row);
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ gchar *name;
+ GdkPixbuf *pixbuf;
+
+ doc = gedit_tab_get_document (tab);
+ name = doc_get_name (doc);
+
+ if (!gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (doc)))
+ {
+ gtk_label_set_text (GTK_LABEL (document_row->label), name);
+ }
+ else
+ {
+ gchar *markup;
+
+ markup = g_markup_printf_escaped ("<b>%s</b>", name);
+ gtk_label_set_markup (GTK_LABEL (document_row->label), markup);
+
+ g_free (markup);
+ }
+
+ g_free (name);
+
+ file = gedit_document_get_file (doc);
+
+ /* The status has as separate label to prevent ellipsizing */
+ if (!gtk_source_file_is_readonly (file))
+ {
+ gtk_widget_hide (GTK_WIDGET (document_row->status_label));
+ }
+ else
+ {
+ gchar *status;
+
+ status = g_strdup_printf ("[%s]", _("Read-Only"));
+
+ gtk_label_set_text (GTK_LABEL (document_row->status_label), status);
+ gtk_widget_show (GTK_WIDGET (document_row->status_label));
+
+ g_free (status);
+ }
+
+ /* Update header of the row */
+ pixbuf = _gedit_tab_get_icon (tab);
+
+ if (pixbuf)
+ {
+ gtk_image_set_from_pixbuf (GTK_IMAGE (document_row->image), pixbuf);
+ }
+ else
+ {
+ gtk_image_clear (GTK_IMAGE (document_row->image));
+ }
+}
+
+static void
+refresh_notebook (GeditDocumentsPanel *panel,
+ GeditNotebook *notebook)
+{
+ GList *tabs;
+ GList *l;
+
+ tabs = gtk_container_get_children (GTK_CONTAINER (notebook));
+
+ for (l = tabs; l != NULL; l = g_list_next (l))
+ {
+ GtkWidget *row;
+
+ row = gedit_documents_document_row_new (panel, GEDIT_TAB (l->data));
+ insert_row (panel, GTK_LIST_BOX (panel->listbox), row, -1);
+ panel->nb_row_tab += 1;
+ }
+
+ g_list_free (tabs);
+}
+
+static void
+refresh_notebook_foreach (GeditNotebook *notebook,
+ GeditDocumentsPanel *panel)
+{
+ GtkWidget *row;
+
+ row = gedit_documents_group_row_new (panel, notebook);
+ insert_row (panel, GTK_LIST_BOX (panel->listbox), row, -1);
+ panel->nb_row_notebook += 1;
+
+ group_row_refresh_visibility (panel);
+ refresh_notebook (panel, notebook);
+}
+
+static void
+refresh_list (GeditDocumentsPanel *panel)
+{
+ GList *children;
+ GList *l;
+
+ /* Clear the listbox */
+ children = gtk_container_get_children (GTK_CONTAINER (panel->listbox));
+
+ for (l = children; l != NULL; l = g_list_next (l))
+ {
+ GeditDocumentsGenericRow *row = l->data;
+
+ if (GEDIT_IS_DOCUMENTS_DOCUMENT_ROW (row))
+ {
+ GeditTab *tab = GEDIT_TAB (row->ref);
+ g_signal_handlers_disconnect_matched (tab,
+ G_SIGNAL_MATCH_FUNC,
+ 0,
+ 0,
+ NULL,
+ G_CALLBACK (document_row_sync_tab_name_and_icon),
+ NULL);
+ }
+
+ gtk_widget_destroy (GTK_WIDGET (row));
+ }
+
+ g_list_free (children);
+
+ gedit_multi_notebook_foreach_notebook (panel->mnb,
+ (GtkCallback)refresh_notebook_foreach,
+ panel);
+ select_active_tab (panel);
+}
+
+static void
+multi_notebook_tab_removed (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook,
+ GeditTab *tab,
+ GeditDocumentsPanel *panel)
+{
+ GtkListBoxRow *row;
+
+ gedit_debug (DEBUG_PANEL);
+
+ row = get_row_from_widget (panel, GTK_WIDGET (tab));
+
+ /* Disconnect before destroy it so document_row_sync_tab_name_and_icon()
+ * don't get invalid data */
+ g_signal_handlers_disconnect_by_func (GEDIT_DOCUMENTS_DOCUMENT_ROW (row)->ref,
+ G_CALLBACK (document_row_sync_tab_name_and_icon),
+ row);
+
+ gtk_widget_destroy (GTK_WIDGET (row));
+ panel->nb_row_tab -= 1;
+}
+
+static gint
+get_dest_position_for_tab (GeditDocumentsPanel *panel,
+ GeditNotebook *notebook,
+ GeditTab *tab)
+{
+ gint page_num;
+ GList *children;
+ GList *item;
+ gint res = -1;
+
+ /* Get tab's position in notebook and notebook's position in GtkListBox
+ * then return future tab's position in GtkListBox */
+
+ page_num = gtk_notebook_page_num (GTK_NOTEBOOK (notebook), GTK_WIDGET (tab));
+
+ children = gtk_container_get_children (GTK_CONTAINER (panel->listbox));
+ item = g_list_find_custom (children, notebook, listbox_search_function);
+
+ if (item)
+ {
+ res = 1 + page_num + g_list_position (children, item);
+ }
+
+ g_list_free (children);
+
+ return res;
+}
+
+static void
+multi_notebook_tab_added (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook,
+ GeditTab *tab,
+ GeditDocumentsPanel *panel)
+{
+ gint position;
+ GtkWidget *row;
+
+ gedit_debug (DEBUG_PANEL);
+
+ position = get_dest_position_for_tab (panel, notebook, tab);
+
+ if (position == -1)
+ {
+ panel->nb_row_tab = 0;
+ panel->nb_row_notebook = 0;
+
+ refresh_list (panel);
+ }
+ else
+ {
+ /* Add a new tab's row to the listbox */
+ row = gedit_documents_document_row_new (panel, tab);
+ insert_row (panel, GTK_LIST_BOX (panel->listbox), row, position);
+
+ panel->nb_row_tab += 1;
+
+ if (tab == gedit_multi_notebook_get_active_tab (mnb))
+ {
+ row_select (panel, GTK_LIST_BOX (panel->listbox), GTK_LIST_BOX_ROW (row));
+ }
+ }
+}
+
+static void
+multi_notebook_notebook_removed (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook,
+ GeditDocumentsPanel *panel)
+{
+ GtkListBoxRow *row;
+
+ gedit_debug (DEBUG_PANEL);
+
+ row = get_row_from_widget (panel, GTK_WIDGET (notebook));
+ gtk_container_remove (GTK_CONTAINER (panel->listbox), GTK_WIDGET (row));
+
+ panel->nb_row_notebook -= 1;
+
+ group_row_refresh_visibility (panel);
+ group_row_update_names (panel, panel->listbox);
+}
+
+static void
+row_move (GeditDocumentsPanel *panel,
+ GeditNotebook *notebook,
+ GtkWidget *tab,
+ GtkWidget *row)
+{
+ gint position;
+
+ g_object_ref (row);
+
+ gtk_container_remove (GTK_CONTAINER (panel->listbox), GTK_WIDGET (row));
+ position = get_dest_position_for_tab (panel, notebook, GEDIT_TAB (tab));
+
+ g_signal_handler_block (panel->listbox, panel->selection_changed_handler_id);
+
+ gtk_list_box_insert (GTK_LIST_BOX (panel->listbox), row, position);
+ g_object_unref (row);
+
+ g_signal_handler_unblock (GTK_LIST_BOX (panel->listbox), panel->selection_changed_handler_id);
+}
+
+static void
+multi_notebook_tabs_reordered (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook,
+ GtkWidget *page,
+ gint page_num,
+ GeditDocumentsPanel *panel)
+{
+ GtkListBoxRow *row;
+
+ gedit_debug (DEBUG_PANEL);
+
+ row = get_row_from_widget (panel, GTK_WIDGET (page));
+
+ row_move (panel, notebook, page, GTK_WIDGET (row));
+
+ row_select (panel, GTK_LIST_BOX (panel->listbox), GTK_LIST_BOX_ROW (row));
+}
+
+static void
+set_window (GeditDocumentsPanel *panel,
+ GeditWindow *window)
+{
+ panel->window = g_object_ref (window);
+ panel->mnb = GEDIT_MULTI_NOTEBOOK (_gedit_window_get_multi_notebook (window));
+
+ g_signal_connect (panel->mnb,
+ "notebook-removed",
+ G_CALLBACK (multi_notebook_notebook_removed),
+ panel);
+ g_signal_connect (panel->mnb,
+ "tab-added",
+ G_CALLBACK (multi_notebook_tab_added),
+ panel);
+ g_signal_connect (panel->mnb,
+ "tab-removed",
+ G_CALLBACK (multi_notebook_tab_removed),
+ panel);
+ g_signal_connect (panel->mnb,
+ "page-reordered",
+ G_CALLBACK (multi_notebook_tabs_reordered),
+ panel);
+
+ panel->tab_switched_handler_id = g_signal_connect (panel->mnb,
+ "switch-tab",
+ G_CALLBACK (multi_notebook_tab_switched),
+ panel);
+
+ panel->first_selection = TRUE;
+
+ refresh_list (panel);
+ group_row_refresh_visibility (panel);
+}
+
+static void
+listbox_selection_changed (GtkListBox *listbox,
+ GtkListBoxRow *row,
+ GeditDocumentsPanel *panel)
+{
+ if (row == NULL)
+ {
+ /* No selection on document panel */
+ return;
+ }
+
+ /* When the window is shown, the first notebook row is selected
+ * and therefore also shown - we don't want this */
+
+ if (panel->first_selection)
+ {
+ panel->first_selection = FALSE;
+ group_row_refresh_visibility (panel);
+ }
+
+ g_signal_handler_block (panel->mnb, panel->tab_switched_handler_id);
+
+ if (GEDIT_IS_DOCUMENTS_DOCUMENT_ROW (row))
+ {
+ gedit_multi_notebook_set_active_tab (panel->mnb,
+ GEDIT_TAB (GEDIT_DOCUMENTS_DOCUMENT_ROW (row)->ref));
+
+ panel->current_selection = GTK_WIDGET (row);
+ }
+ else if (GEDIT_IS_DOCUMENTS_GROUP_ROW (row) && panel->current_selection)
+ {
+ row_select (panel,
+ GTK_LIST_BOX (panel->listbox),
+ GTK_LIST_BOX_ROW (panel->current_selection));
+
+ }
+ else
+ {
+ g_assert_not_reached ();
+ }
+
+ g_signal_handler_unblock (panel->mnb, panel->tab_switched_handler_id);
+}
+
+static void
+gedit_documents_panel_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ set_window (panel, g_value_get_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_documents_panel_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ g_value_set_object (value, panel->window);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_documents_panel_finalize (GObject *object)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (object);
+
+ g_signal_handlers_disconnect_by_func (panel->mnb,
+ G_CALLBACK (multi_notebook_notebook_removed),
+ panel);
+ g_signal_handlers_disconnect_by_func (panel->mnb,
+ G_CALLBACK (multi_notebook_tab_added),
+ panel);
+ g_signal_handlers_disconnect_by_func (panel->mnb,
+ G_CALLBACK (multi_notebook_tab_removed),
+ panel);
+ g_signal_handlers_disconnect_by_func (panel->mnb,
+ G_CALLBACK (multi_notebook_tabs_reordered),
+ panel);
+ g_signal_handlers_disconnect_by_func (panel->mnb,
+ G_CALLBACK (multi_notebook_tab_switched),
+ panel);
+
+ G_OBJECT_CLASS (gedit_documents_panel_parent_class)->finalize (object);
+}
+
+static void
+gedit_documents_panel_dispose (GObject *object)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (object);
+
+ g_clear_object (&panel->window);
+
+ if (panel->source_targets)
+ {
+ gtk_target_list_unref (panel->source_targets);
+ panel->source_targets = NULL;
+ }
+
+ G_OBJECT_CLASS (gedit_documents_panel_parent_class)->dispose (object);
+}
+
+static GtkWidget *
+create_placeholder_row (gint height)
+{
+ GtkStyleContext *context;
+
+ GtkWidget *placeholder_row = gtk_list_box_row_new ();
+
+ context = gtk_widget_get_style_context (placeholder_row);
+ gtk_style_context_add_class (context, "gedit-document-panel-placeholder-row");
+
+ gtk_widget_set_size_request (placeholder_row, -1, height);
+
+ return placeholder_row;
+}
+
+static void
+panel_on_drag_begin (GtkWidget *widget,
+ GdkDragContext *context)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (widget);
+ GtkWidget *drag_document_row;
+ GtkAllocation allocation;
+ const gchar *name;
+ GtkWidget *label;
+ gint width, height;
+ GtkWidget *image_box;
+ GtkWidget *box;
+ GtkStyleContext *style_context;
+
+ drag_document_row = panel->drag_document_row;
+ gtk_widget_get_allocation (drag_document_row, &allocation);
+ gtk_widget_hide (drag_document_row);
+
+ panel->document_row_height = allocation.height;
+
+ name = gtk_label_get_label (GTK_LABEL (GEDIT_DOCUMENTS_DOCUMENT_ROW (drag_document_row)->label));
+
+ label = gtk_label_new (NULL);
+ gtk_label_set_markup (GTK_LABEL (label), name);
+ gtk_label_set_ellipsize (GTK_LABEL (label), PANGO_ELLIPSIZE_END);
+ gtk_widget_set_halign (label, GTK_ALIGN_START);
+ gtk_widget_set_valign (label, GTK_ALIGN_CENTER);
+
+ gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &width, &height);
+ image_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ gtk_widget_set_size_request (image_box, width, height);
+
+ box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 4);
+
+ gtk_box_pack_start (GTK_BOX (box), image_box, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (box), label, FALSE, FALSE, 0);
+
+ panel->dnd_window = gtk_window_new (GTK_WINDOW_POPUP);
+ gtk_widget_set_size_request (panel->dnd_window, allocation.width, allocation.height);
+ gtk_window_set_screen (GTK_WINDOW (panel->dnd_window),
+ gtk_widget_get_screen (drag_document_row));
+
+ style_context = gtk_widget_get_style_context (panel->dnd_window);
+ gtk_style_context_add_class (style_context, "gedit-document-panel-dragged-row");
+
+ gtk_container_add (GTK_CONTAINER (panel->dnd_window), box);
+ gtk_widget_show_all (panel->dnd_window);
+ gtk_widget_set_opacity (panel->dnd_window, 0.8);
+
+ gtk_drag_set_icon_widget (context,
+ panel->dnd_window,
+ panel->drag_document_row_x,
+ panel->drag_document_row_y);
+}
+
+static gboolean
+panel_on_drag_motion (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ guint time)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (widget);
+ GeditDocumentsGenericRow *generic_row;
+ GtkWidget *source_panel;
+ gint dest_x, dest_y;
+ gint row_placeholder_index;
+ gint row_index;
+
+ GdkAtom target = gtk_drag_dest_find_target (widget, context, NULL);
+
+ if (target != gdk_atom_intern_static_string ("GEDIT_DOCUMENTS_DOCUMENT_ROW"))
+ {
+ gdk_drag_status (context, 0, time);
+ return FALSE;
+ }
+
+ gtk_widget_translate_coordinates (widget, panel->listbox,
+ x, y,
+ &dest_x, &dest_y);
+
+ generic_row = (GeditDocumentsGenericRow *)gtk_list_box_get_row_at_y (GTK_LIST_BOX (panel->listbox), dest_y);
+ source_panel = gtk_drag_get_source_widget (context);
+
+ if (!panel->row_placeholder)
+ {
+ if (!generic_row)
+ {
+ /* We don't have a row height to use, so use the source one */
+ panel->document_row_height = GEDIT_DOCUMENTS_PANEL (source_panel)->document_row_height;
+ }
+ else
+ {
+ GtkAllocation allocation;
+
+ gtk_widget_get_allocation (GTK_WIDGET (generic_row), &allocation);
+ panel->document_row_height = allocation.height;
+ }
+
+ panel->row_placeholder = create_placeholder_row (panel->document_row_height);
+ gtk_widget_show (panel->row_placeholder);
+ g_object_ref_sink (panel->row_placeholder);
+ }
+ else if (GTK_WIDGET (generic_row) == panel->row_placeholder)
+ {
+ /* cursor on placeholder */
+ gdk_drag_status (context, GDK_ACTION_MOVE, time);
+
+ return TRUE;
+ }
+
+ if (!generic_row)
+ {
+ /* cursor on empty space => put the placeholder at end of list */
+ GList *children = gtk_container_get_children (GTK_CONTAINER (panel->listbox));
+
+ row_placeholder_index = g_list_length (children);
+ g_list_free (children);
+ }
+ else
+ {
+ row_index = gtk_list_box_row_get_index (GTK_LIST_BOX_ROW (generic_row));
+
+ gtk_widget_translate_coordinates (widget, GTK_WIDGET (generic_row),
+ x, y,
+ &dest_x, &dest_y);
+
+ if (dest_y <= panel->document_row_height / 2 && row_index > 0)
+ {
+ row_placeholder_index = row_index;
+ }
+ else
+ {
+ row_placeholder_index = row_index + 1;
+ }
+ }
+
+ if (source_panel == widget)
+ {
+ /* Adjustment because of hidden source row */
+ gint source_row_index = gtk_list_box_row_get_index (GTK_LIST_BOX_ROW (panel->drag_document_row));
+ panel->row_source_row_offset = source_row_index < row_placeholder_index ? -1 : 0;
+ }
+
+ if (panel->row_placeholder_index != row_placeholder_index)
+ {
+ if (panel->row_placeholder_index != ROW_OUTSIDE_LISTBOX)
+ {
+ gtk_container_remove (GTK_CONTAINER (panel->listbox),
+ panel->row_placeholder);
+
+ if (panel->row_placeholder_index < row_placeholder_index)
+ {
+ /* Adjustment because of existing placeholder row */
+ row_placeholder_index -= 1;
+ }
+ }
+
+ panel->row_destination_index = panel->row_placeholder_index = row_placeholder_index;
+
+ gtk_list_box_insert (GTK_LIST_BOX (panel->listbox),
+ panel->row_placeholder,
+ panel->row_placeholder_index);
+ }
+
+ gdk_drag_status (context, GDK_ACTION_MOVE, time);
+
+ return TRUE;
+}
+
+static void
+panel_on_drag_leave (GtkWidget *widget,
+ GdkDragContext *context,
+ guint time)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (widget);
+
+ if (panel->row_placeholder_index != ROW_OUTSIDE_LISTBOX)
+ {
+ gtk_container_remove (GTK_CONTAINER (panel->listbox), panel->row_placeholder);
+ panel->row_placeholder_index = ROW_OUTSIDE_LISTBOX;
+ }
+}
+
+static gboolean
+panel_on_drag_drop (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ guint time)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (widget);
+
+ GdkAtom target = gtk_drag_dest_find_target (widget, context, NULL);
+ GtkWidget *source_widget = gtk_drag_get_source_widget (context);
+
+ if (GEDIT_IS_DOCUMENTS_PANEL (source_widget))
+ {
+ gtk_widget_show (GEDIT_DOCUMENTS_PANEL (source_widget)->drag_document_row);
+ }
+
+ if (target == gdk_atom_intern_static_string ("GEDIT_DOCUMENTS_DOCUMENT_ROW"))
+ {
+ gtk_drag_get_data (widget, context, target, time);
+ return TRUE;
+ }
+
+ panel->row_placeholder_index = ROW_OUTSIDE_LISTBOX;
+ return FALSE;
+}
+
+static void
+panel_on_drag_data_get (GtkWidget *widget,
+ GdkDragContext *context,
+ GtkSelectionData *data,
+ guint info,
+ guint time)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (widget);
+ GdkAtom target = gtk_selection_data_get_target (data);
+ GdkAtom result;
+
+ if (target == gdk_atom_intern_static_string ("GEDIT_DOCUMENTS_DOCUMENT_ROW"))
+ {
+ gtk_selection_data_set (data,
+ target,
+ 8,
+ (void*)&panel->drag_document_row,
+ sizeof (gpointer));
+ return;
+ }
+
+ result = gtk_drag_dest_find_target (widget, context, panel->source_targets);
+
+ if (result != GDK_NONE)
+ {
+ GeditTab *tab;
+ GeditDocument *doc;
+ gchar *full_name;
+
+ tab = GEDIT_TAB (GEDIT_DOCUMENTS_DOCUMENT_ROW (panel->drag_document_row)->ref);
+ doc = gedit_tab_get_document (tab);
+
+ if (!_gedit_document_is_untitled (doc))
+ {
+ GtkSourceFile *file = gedit_document_get_file (doc);
+ GFile *location = gtk_source_file_get_location (file);
+ full_name = g_file_get_parse_name (location);
+
+ gtk_selection_data_set (data,
+ target,
+ 8,
+ (guchar *)full_name,
+ strlen (full_name));
+ g_free (full_name);
+ }
+ }
+
+ gtk_widget_show (panel->drag_document_row);
+}
+
+static GeditNotebook *
+get_notebook_and_position_from_document_row (GeditDocumentsPanel *panel,
+ gint row_index,
+ gint *position)
+{
+ GList *l;
+ gint index = 0;
+ GeditDocumentsGroupRow *row;
+
+ GList *children = gtk_container_get_children (GTK_CONTAINER (panel->listbox));
+ gint nb_elements = g_list_length (children);
+
+ if (nb_elements == 1)
+ {
+ row = children->data;
+ }
+ else
+ {
+ l = g_list_nth (children, row_index - 1);
+
+ while (TRUE)
+ {
+ row = l->data;
+
+ if (GEDIT_IS_DOCUMENTS_GROUP_ROW (row))
+ {
+ break;
+ }
+
+ l = g_list_previous (l);
+ index += 1;
+ }
+ }
+
+ g_list_free (children);
+
+ *position = index;
+ return GEDIT_NOTEBOOK (row->ref);
+}
+
+static void
+panel_on_drag_data_received (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ GtkSelectionData *data,
+ guint info,
+ guint time)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (widget);
+ GeditDocumentsPanel *source_panel = NULL;
+
+ GtkWidget *source_widget = gtk_drag_get_source_widget (context);
+
+ if (GEDIT_IS_DOCUMENTS_PANEL (source_widget))
+ {
+ source_panel = GEDIT_DOCUMENTS_PANEL (source_widget);
+ }
+
+ GtkWidget **source_row = (void*) gtk_selection_data_get_data (data);
+
+ if (source_panel &&
+ gtk_selection_data_get_target (data) == gdk_atom_intern_static_string ("GEDIT_DOCUMENTS_DOCUMENT_ROW"))
+ {
+ gint source_index = gtk_list_box_row_get_index (GTK_LIST_BOX_ROW (*source_row));
+
+ /* And finally, we can move the row */
+ if (source_panel != panel ||
+ (panel->row_destination_index != source_index &&
+ panel->row_destination_index != source_index + 1))
+ {
+ GeditNotebook *old_notebook, *new_notebook;
+ gint position;
+
+ GeditTab *tab = GEDIT_TAB (GEDIT_DOCUMENTS_DOCUMENT_ROW (*source_row)->ref);
+
+ old_notebook = gedit_multi_notebook_get_notebook_for_tab (source_panel->mnb, tab);
+ new_notebook = get_notebook_and_position_from_document_row (panel,
+ panel->row_destination_index,
+ &position);
+ if (old_notebook == new_notebook)
+ {
+ gtk_widget_show (*source_row);
+
+ gtk_notebook_reorder_child (GTK_NOTEBOOK (new_notebook),
+ GTK_WIDGET (tab),
+ position + panel->row_source_row_offset);
+ }
+ else
+ {
+ gedit_notebook_move_tab (old_notebook, new_notebook, tab, position);
+ }
+
+ if (tab != gedit_multi_notebook_get_active_tab (panel->mnb))
+ {
+ g_signal_handler_block (panel->mnb, panel->tab_switched_handler_id);
+ gedit_multi_notebook_set_active_tab (panel->mnb, tab);
+ g_signal_handler_unblock (panel->mnb, panel->tab_switched_handler_id);
+ }
+ }
+
+ gtk_drag_finish (context, TRUE, FALSE, time);
+ }
+ else
+ {
+ gtk_drag_finish (context, FALSE, FALSE, time);
+ }
+
+ panel->row_destination_index = panel->row_placeholder_index = ROW_OUTSIDE_LISTBOX;
+
+ if (panel->row_placeholder)
+ {
+ gtk_widget_destroy (panel->row_placeholder);
+ panel->row_placeholder = NULL;
+ }
+}
+
+static void
+panel_on_drag_end (GtkWidget *widget,
+ GdkDragContext *context)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (widget);
+
+ panel->drag_document_row = NULL;
+ panel->is_on_drag = FALSE;
+
+ gtk_widget_destroy (panel->dnd_window);
+ panel->dnd_window = NULL;
+}
+
+static gboolean
+panel_on_drag_failed (GtkWidget *widget,
+ GdkDragContext *context,
+ GtkDragResult result)
+{
+ GtkWidget *source_widget = gtk_drag_get_source_widget (context);
+
+ if (GEDIT_IS_DOCUMENTS_PANEL (source_widget))
+ {
+ gtk_widget_show (GEDIT_DOCUMENTS_PANEL (source_widget)->drag_document_row);
+ }
+
+ return FALSE;
+}
+
+static gboolean
+panel_on_motion_notify (GtkWidget *widget,
+ GdkEventMotion *event)
+{
+ GeditDocumentsPanel *panel = GEDIT_DOCUMENTS_PANEL (widget);
+
+ if (panel->drag_document_row == NULL || panel->is_on_drag)
+ {
+ return FALSE;
+ }
+
+ if (!(event->state & GDK_BUTTON1_MASK))
+ {
+ panel->drag_document_row = NULL;
+
+ return FALSE;
+ }
+
+ if (gtk_drag_check_threshold (widget,
+ panel->drag_root_x, panel->drag_root_y,
+ event->x_root, event->y_root))
+ {
+ panel->is_on_drag = TRUE;
+
+ gtk_drag_begin_with_coordinates (widget, panel->source_targets, GDK_ACTION_MOVE,
+ GDK_BUTTON_PRIMARY, (GdkEvent*)event,
+ -1, -1);
+ }
+
+ return FALSE;
+}
+
+static void
+gedit_documents_panel_class_init (GeditDocumentsPanelClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ object_class->finalize = gedit_documents_panel_finalize;
+ object_class->dispose = gedit_documents_panel_dispose;
+ object_class->get_property = gedit_documents_panel_get_property;
+ object_class->set_property = gedit_documents_panel_set_property;
+
+ widget_class->motion_notify_event = panel_on_motion_notify;
+
+ widget_class->drag_begin = panel_on_drag_begin;
+ widget_class->drag_end = panel_on_drag_end;
+ widget_class->drag_failed = panel_on_drag_failed;
+ widget_class->drag_motion = panel_on_drag_motion;
+ widget_class->drag_leave = panel_on_drag_leave;
+ widget_class->drag_drop = panel_on_drag_drop;
+ widget_class->drag_data_get = panel_on_drag_data_get;
+ widget_class->drag_data_received = panel_on_drag_data_received;
+
+ properties[PROP_WINDOW] =
+ g_param_spec_object ("window",
+ "Window",
+ "The GeditWindow this GeditDocumentsPanel is associated with",
+ GEDIT_TYPE_WINDOW,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+}
+
+static void
+gedit_documents_panel_init (GeditDocumentsPanel *panel)
+{
+ GtkWidget *sw;
+ GtkStyleContext *context;
+
+ gedit_debug (DEBUG_PANEL);
+
+ gtk_orientable_set_orientation (GTK_ORIENTABLE (panel),
+ GTK_ORIENTATION_VERTICAL);
+
+ /* Create the scrolled window */
+ sw = gtk_scrolled_window_new (NULL, NULL);
+
+ gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sw),
+ GTK_POLICY_AUTOMATIC,
+ GTK_POLICY_AUTOMATIC);
+ gtk_widget_show (sw);
+ gtk_box_pack_start (GTK_BOX (panel), sw, TRUE, TRUE, 0);
+
+ /* Create the listbox */
+ panel->listbox = gtk_list_box_new ();
+
+ gtk_container_add (GTK_CONTAINER (sw), panel->listbox);
+
+ panel->adjustment = gtk_list_box_get_adjustment (GTK_LIST_BOX (panel->listbox));
+
+ /* Disable focus so it doesn't steal focus each time from the view */
+ gtk_widget_set_can_focus (panel->listbox, FALSE);
+
+ /* Css style */
+ context = gtk_widget_get_style_context (panel->listbox);
+ gtk_style_context_add_class (context, "gedit-document-panel");
+
+ panel->selection_changed_handler_id = g_signal_connect (panel->listbox,
+ "row-selected",
+ G_CALLBACK (listbox_selection_changed),
+ panel);
+ panel->is_in_tab_switched = FALSE;
+ panel->current_selection = NULL;
+ panel->nb_row_notebook = 0;
+ panel->nb_row_tab = 0;
+
+ /* Drag and drop support */
+ panel->source_targets = gtk_target_list_new (panel_targets, G_N_ELEMENTS (panel_targets));
+ gtk_target_list_add_text_targets (panel->source_targets, 0);
+
+ gtk_drag_dest_set (GTK_WIDGET (panel), 0,
+ panel_targets, G_N_ELEMENTS (panel_targets),
+ GDK_ACTION_MOVE);
+
+ gtk_drag_dest_set_track_motion (GTK_WIDGET (panel), TRUE);
+
+ panel->drag_document_row = NULL;
+ panel->row_placeholder = NULL;
+ panel->row_placeholder_index = ROW_OUTSIDE_LISTBOX;
+ panel->row_destination_index = ROW_OUTSIDE_LISTBOX;
+ panel->row_source_row_offset = 0;
+ panel->is_on_drag = FALSE;
+}
+
+GtkWidget *
+gedit_documents_panel_new (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return g_object_new (GEDIT_TYPE_DOCUMENTS_PANEL,
+ "window", window,
+ NULL);
+}
+
+static void
+row_on_close_button_clicked (GtkWidget *close_button,
+ GtkWidget *row)
+{
+ GeditDocumentsGenericRow *generic_row = (GeditDocumentsGenericRow *)row;
+ GeditWindow *window = generic_row->panel->window;
+ GtkWidget *ref;
+
+ if (GEDIT_IS_DOCUMENTS_GROUP_ROW (row))
+ {
+ ref = GEDIT_DOCUMENTS_GROUP_ROW (row)->ref;
+ _gedit_cmd_file_close_notebook (window, GEDIT_NOTEBOOK (ref));
+ }
+ else if (GEDIT_IS_DOCUMENTS_DOCUMENT_ROW (row))
+ {
+ ref = GEDIT_DOCUMENTS_DOCUMENT_ROW (row)->ref;
+ _gedit_cmd_file_close_tab (GEDIT_TAB (ref), window);
+ }
+ else
+ {
+ g_assert_not_reached ();
+ }
+}
+
+static gboolean
+row_on_button_pressed (GtkWidget *row_event_box,
+ GdkEventButton *event,
+ GtkWidget *row)
+{
+ if (gdk_event_get_event_type ((GdkEvent *)event) == GDK_BUTTON_PRESS &&
+ GEDIT_IS_DOCUMENTS_DOCUMENT_ROW (row))
+ {
+ GeditDocumentsDocumentRow *document_row = GEDIT_DOCUMENTS_DOCUMENT_ROW (row);
+ GeditDocumentsPanel *panel = document_row->panel;
+
+ if (event->button == GDK_BUTTON_PRIMARY)
+ {
+ /* memorize row and clicked position for possible drag'n drop */
+ panel->drag_document_row = row;
+ panel->drag_document_row_x = (gint)event->x;
+ panel->drag_document_row_y = (gint)event->y;
+
+ panel->drag_root_x = event->x_root;
+ panel->drag_root_y = event->y_root;
+
+ return FALSE;
+ }
+
+ panel->drag_document_row = NULL;
+
+ if (gdk_event_triggers_context_menu ((GdkEvent *)event))
+ {
+ GeditWindow *window = panel->window;
+ GeditTab *tab = GEDIT_TAB (document_row->ref);
+ GtkWidget *menu = gedit_notebook_popup_menu_new (window, tab);
+
+ g_signal_connect (menu,
+ "selection-done",
+ G_CALLBACK (gtk_widget_destroy),
+ NULL);
+
+ gtk_menu_popup_at_pointer (GTK_MENU (menu), (GdkEvent *)event);
+
+ return TRUE;
+ }
+ }
+
+ return FALSE;
+}
+
+static void
+document_row_create_header (GtkWidget *row)
+{
+ GeditDocumentsDocumentRow *document_row = GEDIT_DOCUMENTS_DOCUMENT_ROW (row);
+ GtkWidget *image_box;
+ gint width, height;
+
+ gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &width, &height);
+
+ image_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ gtk_widget_set_size_request (image_box, width, height);
+
+ document_row->image = gtk_image_new ();
+
+ gtk_container_add (GTK_CONTAINER (image_box), document_row->image);
+
+ gtk_box_pack_start (GTK_BOX (document_row->box),
+ image_box, FALSE, FALSE, 0);
+
+ /* Set the header on front of all other widget in the row */
+ gtk_box_reorder_child (GTK_BOX (document_row->box),
+ image_box, 0);
+
+ gtk_widget_show_all (image_box);
+}
+
+static GtkWidget *
+row_create (GtkWidget *row)
+{
+ GeditDocumentsGenericRow *generic_row = (GeditDocumentsGenericRow *)row;
+ GtkWidget *event_box;
+ GtkStyleContext *context;
+ GtkWidget *image;
+ GIcon *icon;
+
+ gedit_debug (DEBUG_PANEL);
+
+ event_box = gtk_event_box_new ();
+ generic_row->box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 4);
+
+ gtk_container_add (GTK_CONTAINER (event_box), generic_row->box);
+
+ generic_row->label = gtk_label_new (NULL);
+ gtk_label_set_ellipsize (GTK_LABEL (generic_row->label), PANGO_ELLIPSIZE_END);
+ gtk_widget_set_halign (generic_row->label, GTK_ALIGN_START);
+ gtk_widget_set_valign (generic_row->label, GTK_ALIGN_CENTER);
+
+ generic_row->status_label = gtk_label_new (NULL);
+ gtk_widget_set_halign (generic_row->status_label, GTK_ALIGN_END);
+ gtk_widget_set_valign (generic_row->status_label, GTK_ALIGN_CENTER);
+
+ generic_row->close_button = GTK_WIDGET (g_object_new (GTK_TYPE_BUTTON,
+ "relief", GTK_RELIEF_NONE,
+ "focus-on-click", FALSE,
+ NULL));
+
+ context = gtk_widget_get_style_context (generic_row->close_button);
+ gtk_style_context_add_class (context, "flat");
+ gtk_style_context_add_class (context, "small-button");
+
+ icon = g_themed_icon_new_with_default_fallbacks ("window-close-symbolic");
+ image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_MENU);
+ gtk_widget_show (image);
+ g_object_unref (icon);
+
+ gtk_container_add (GTK_CONTAINER (generic_row->close_button), image);
+
+ gtk_box_pack_start (GTK_BOX (generic_row->box),
+ generic_row->label, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (generic_row->box),
+ generic_row->status_label, FALSE, FALSE, 0);
+
+ gtk_box_pack_end (GTK_BOX (generic_row->box),
+ generic_row->close_button, FALSE, FALSE, 0);
+
+ g_signal_connect (event_box,
+ "button-press-event",
+ G_CALLBACK (row_on_button_pressed),
+ row);
+ g_signal_connect (generic_row->close_button,
+ "clicked",
+ G_CALLBACK (row_on_close_button_clicked),
+ row);
+
+ gtk_widget_set_no_show_all (generic_row->status_label, TRUE);
+ gtk_widget_show_all (event_box);
+
+ return event_box;
+}
+
+static gboolean
+document_row_query_tooltip (GtkWidget *row,
+ gint x,
+ gint y,
+ gboolean keyboard_tip,
+ GtkTooltip *tooltip)
+{
+ GeditDocumentsGenericRow *generic_row = (GeditDocumentsGenericRow *)row;
+ gchar *markup;
+
+ if (!GEDIT_IS_DOCUMENTS_DOCUMENT_ROW (row))
+ {
+ return FALSE;
+ }
+
+ markup = _gedit_tab_get_tooltip (GEDIT_TAB (generic_row->ref));
+ gtk_tooltip_set_markup (tooltip, markup);
+
+ g_free (markup);
+
+ return TRUE;
+}
+
+/* Gedit Document Row */
+static void
+gedit_documents_document_row_class_init (GeditDocumentsDocumentRowClass *klass)
+{
+}
+
+static void
+gedit_documents_document_row_init (GeditDocumentsDocumentRow *row)
+{
+ GtkWidget *row_widget;
+ GtkStyleContext *context;
+
+ gedit_debug (DEBUG_PANEL);
+
+ row_widget = row_create (GTK_WIDGET (row));
+ gtk_container_add (GTK_CONTAINER (row), row_widget);
+
+ document_row_create_header (GTK_WIDGET (row));
+
+ gtk_widget_set_has_tooltip (GTK_WIDGET (row), TRUE);
+
+ /* Css style */
+ context = gtk_widget_get_style_context (GTK_WIDGET (row));
+ gtk_style_context_add_class (context, "gedit-document-panel-document-row");
+
+ gtk_widget_show_all (GTK_WIDGET (row));
+
+ gtk_widget_set_can_focus (GTK_WIDGET (row), FALSE);
+}
+
+/* Gedit Group Row */
+static void
+gedit_documents_group_row_class_init (GeditDocumentsGroupRowClass *klass)
+{
+}
+
+static void
+gedit_documents_group_row_init (GeditDocumentsGroupRow *row)
+{
+ GtkWidget *row_widget;
+ GtkStyleContext *context;
+
+ gedit_debug (DEBUG_PANEL);
+
+ row_widget = row_create (GTK_WIDGET (row));
+ gtk_container_add (GTK_CONTAINER (row), row_widget);
+
+ /* Css style */
+ context = gtk_widget_get_style_context (GTK_WIDGET (row));
+ gtk_style_context_add_class (context, "gedit-document-panel-group-row");
+
+ gtk_widget_show_all (GTK_WIDGET (row));
+
+ gtk_widget_set_can_focus (GTK_WIDGET (row), FALSE);
+}
+
+static GtkWidget *
+gedit_documents_document_row_new (GeditDocumentsPanel *panel,
+ GeditTab *tab)
+{
+ GeditDocumentsDocumentRow *row;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENTS_PANEL (panel), NULL);
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), NULL);
+
+ gedit_debug (DEBUG_PANEL);
+
+ row = g_object_new (GEDIT_TYPE_DOCUMENTS_DOCUMENT_ROW, NULL);
+ row->ref = GTK_WIDGET (tab);
+ row->panel = panel;
+
+ g_signal_connect (row->ref,
+ "notify::name",
+ G_CALLBACK (document_row_sync_tab_name_and_icon),
+ row);
+ g_signal_connect (row->ref,
+ "notify::state",
+ G_CALLBACK (document_row_sync_tab_name_and_icon),
+ row);
+ g_signal_connect (row,
+ "query-tooltip",
+ G_CALLBACK (document_row_query_tooltip),
+ NULL);
+
+ document_row_sync_tab_name_and_icon (GEDIT_TAB (row->ref), NULL, GTK_WIDGET (row));
+
+ return GTK_WIDGET (row);
+}
+
+static GtkWidget *
+gedit_documents_group_row_new (GeditDocumentsPanel *panel,
+ GeditNotebook *notebook)
+{
+ GeditDocumentsGroupRow *row;
+
+ g_return_val_if_fail (GEDIT_IS_DOCUMENTS_PANEL (panel), NULL);
+ g_return_val_if_fail (GEDIT_IS_NOTEBOOK (notebook), NULL);
+
+ gedit_debug (DEBUG_PANEL);
+
+ row = g_object_new (GEDIT_TYPE_DOCUMENTS_GROUP_ROW, NULL);
+ row->ref = GTK_WIDGET (notebook);
+ row->panel = panel;
+
+ group_row_set_notebook_name (GTK_WIDGET (row));
+
+ return GTK_WIDGET (row);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-documents-panel.h b/gedit/gedit-documents-panel.h
new file mode 100644
index 0000000..08f0e63
--- /dev/null
+++ b/gedit/gedit-documents-panel.h
@@ -0,0 +1,40 @@
+/*
+ * gedit-documents-panel.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_DOCUMENTS_PANEL_H
+#define GEDIT_DOCUMENTS_PANEL_H
+
+#include <gtk/gtk.h>
+
+#include <gedit/gedit-window.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_DOCUMENTS_PANEL (gedit_documents_panel_get_type())
+
+G_DECLARE_FINAL_TYPE (GeditDocumentsPanel, gedit_documents_panel, GEDIT, DOCUMENTS_PANEL, GtkBox)
+
+GtkWidget *gedit_documents_panel_new (GeditWindow *window);
+
+G_END_DECLS
+
+#endif /* GEDIT_DOCUMENTS_PANEL_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-encoding-items.c b/gedit/gedit-encoding-items.c
new file mode 100644
index 0000000..93bd488
--- /dev/null
+++ b/gedit/gedit-encoding-items.c
@@ -0,0 +1,108 @@
+/*
+ * gedit-encoding-items.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-encoding-items.h"
+
+#include <glib/gi18n.h>
+
+#include "gedit-settings.h"
+
+struct _GeditEncodingItem
+{
+ const GtkSourceEncoding *encoding;
+ gchar *name;
+};
+
+static GeditEncodingItem *
+gedit_encoding_item_new (const GtkSourceEncoding *encoding,
+ gchar *name)
+{
+ GeditEncodingItem *item = g_slice_new (GeditEncodingItem);
+
+ item->encoding = encoding;
+ item->name = name;
+
+ return item;
+}
+
+void
+gedit_encoding_item_free (GeditEncodingItem *item)
+{
+ if (item == NULL)
+ {
+ return;
+ }
+
+ g_free (item->name);
+ g_slice_free (GeditEncodingItem, item);
+}
+
+const GtkSourceEncoding *
+gedit_encoding_item_get_encoding (GeditEncodingItem *item)
+{
+ g_return_val_if_fail (item != NULL, NULL);
+
+ return item->encoding;
+}
+
+const gchar *
+gedit_encoding_item_get_name (GeditEncodingItem *item)
+{
+ g_return_val_if_fail (item != NULL, NULL);
+
+ return item->name;
+}
+
+GSList *
+gedit_encoding_items_get (void)
+{
+ const GtkSourceEncoding *current_encoding;
+ GSList *encodings;
+ GSList *items = NULL;
+ GSList *l;
+
+ encodings = gedit_settings_get_candidate_encodings (NULL);
+
+ current_encoding = gtk_source_encoding_get_current ();
+
+ for (l = encodings; l != NULL; l = l->next)
+ {
+ const GtkSourceEncoding *enc = l->data;
+ gchar *name;
+
+ if (enc == current_encoding)
+ {
+ name = g_strdup_printf (_("Current Locale (%s)"),
+ gtk_source_encoding_get_charset (enc));
+ }
+ else
+ {
+ name = gtk_source_encoding_to_string (enc);
+ }
+
+ items = g_slist_prepend (items, gedit_encoding_item_new (enc, name));
+ }
+
+ g_slist_free (encodings);
+
+ return g_slist_reverse (items);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-encoding-items.h b/gedit/gedit-encoding-items.h
new file mode 100644
index 0000000..07e3917
--- /dev/null
+++ b/gedit/gedit-encoding-items.h
@@ -0,0 +1,40 @@
+/*
+ * gedit-encoding-items.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_ENCODING_ITEMS_H
+#define GEDIT_ENCODING_ITEMS_H
+
+#include <gtksourceview/gtksource.h>
+
+G_BEGIN_DECLS
+
+typedef struct _GeditEncodingItem GeditEncodingItem;
+
+GSList *gedit_encoding_items_get (void);
+
+void gedit_encoding_item_free (GeditEncodingItem *item);
+const GtkSourceEncoding *gedit_encoding_item_get_encoding (GeditEncodingItem *item);
+const gchar *gedit_encoding_item_get_name (GeditEncodingItem *item);
+
+G_END_DECLS
+
+#endif /* GEDIT_ENCODING_ITEMS_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-encodings-combo-box.c b/gedit/gedit-encodings-combo-box.c
new file mode 100644
index 0000000..af2088f
--- /dev/null
+++ b/gedit/gedit-encodings-combo-box.c
@@ -0,0 +1,439 @@
+/*
+ * gedit-encodings-combo-box.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2003-2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-encodings-combo-box.h"
+#include <glib/gi18n.h>
+#include "gedit-encoding-items.h"
+#include "gedit-encodings-dialog.h"
+
+struct _GeditEncodingsComboBox
+{
+ GtkComboBox parent_instance;
+
+ GtkListStore *store;
+ glong changed_id;
+
+ guint activated_item;
+
+ guint save_mode : 1;
+};
+
+enum
+{
+ COLUMN_NAME,
+ COLUMN_ENCODING,
+ COLUMN_CONFIGURE_ROW, /* TRUE for the "Add or Remove..." row. */
+ N_COLUMNS
+};
+
+enum
+{
+ PROP_0,
+ PROP_SAVE_MODE,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+G_DEFINE_TYPE (GeditEncodingsComboBox, gedit_encodings_combo_box, GTK_TYPE_COMBO_BOX)
+
+static void update_menu (GeditEncodingsComboBox *combo_box);
+
+static void
+gedit_encodings_combo_box_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditEncodingsComboBox *combo;
+
+ combo = GEDIT_ENCODINGS_COMBO_BOX (object);
+
+ switch (prop_id)
+ {
+ case PROP_SAVE_MODE:
+ combo->save_mode = g_value_get_boolean (value);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_encodings_combo_box_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditEncodingsComboBox *combo;
+
+ combo = GEDIT_ENCODINGS_COMBO_BOX (object);
+
+ switch (prop_id)
+ {
+ case PROP_SAVE_MODE:
+ g_value_set_boolean (value, combo->save_mode);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_encodings_combo_box_dispose (GObject *object)
+{
+ GeditEncodingsComboBox *combo = GEDIT_ENCODINGS_COMBO_BOX (object);
+
+ g_clear_object (&combo->store);
+
+ G_OBJECT_CLASS (gedit_encodings_combo_box_parent_class)->dispose (object);
+}
+
+static void
+gedit_encodings_combo_box_constructed (GObject *object)
+{
+ GeditEncodingsComboBox *combo = GEDIT_ENCODINGS_COMBO_BOX (object);
+ GtkCellRenderer *text_renderer;
+
+ G_OBJECT_CLASS (gedit_encodings_combo_box_parent_class)->constructed (object);
+
+ /* Setup up the cells */
+ text_renderer = gtk_cell_renderer_text_new ();
+ gtk_cell_layout_pack_end (GTK_CELL_LAYOUT (combo),
+ text_renderer, TRUE);
+
+ gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo),
+ text_renderer,
+ "text",
+ COLUMN_NAME,
+ NULL);
+
+ update_menu (combo);
+}
+
+static void
+gedit_encodings_combo_box_class_init (GeditEncodingsComboBoxClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->set_property = gedit_encodings_combo_box_set_property;
+ object_class->get_property = gedit_encodings_combo_box_get_property;
+ object_class->dispose = gedit_encodings_combo_box_dispose;
+ object_class->constructed = gedit_encodings_combo_box_constructed;
+
+ /**
+ * GeditEncodingsComboBox:save-mode:
+ *
+ * Whether the combo box should be used for saving a content. If
+ * %FALSE, the combo box is used for loading a content (e.g. a file)
+ * and the row "Automatically Detected" is added.
+ */
+ /* TODO It'd be clearer if "save-mode" is renamed as "mode" with an
+ * enum: loading, saving. Or something like that.
+ */
+ properties[PROP_SAVE_MODE] =
+ g_param_spec_boolean ("save-mode",
+ "Save Mode",
+ "Save Mode",
+ FALSE,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+}
+
+static void
+dialog_response_cb (GtkDialog *dialog,
+ gint response_id,
+ GeditEncodingsComboBox *menu)
+{
+ update_menu (menu);
+ gtk_widget_destroy (GTK_WIDGET (dialog));
+}
+
+static void
+configure_encodings (GeditEncodingsComboBox *menu)
+{
+ GtkWidget *dialog;
+
+ GtkWidget *toplevel = gtk_widget_get_toplevel (GTK_WIDGET (menu));
+
+ if (!gtk_widget_is_toplevel (toplevel))
+ {
+ toplevel = NULL;
+ }
+
+ g_signal_handler_block (menu, menu->changed_id);
+ gtk_combo_box_set_active (GTK_COMBO_BOX (menu),
+ menu->activated_item);
+ g_signal_handler_unblock (menu, menu->changed_id);
+
+ dialog = gedit_encodings_dialog_new ();
+
+ if (toplevel != NULL)
+ {
+ GtkWindowGroup *wg;
+
+ gtk_window_set_transient_for (GTK_WINDOW (dialog),
+ GTK_WINDOW (toplevel));
+
+ if (gtk_window_has_group (GTK_WINDOW (toplevel)))
+ {
+ wg = gtk_window_get_group (GTK_WINDOW (toplevel));
+ }
+ else
+ {
+ wg = gtk_window_group_new ();
+ gtk_window_group_add_window (wg, GTK_WINDOW (toplevel));
+ }
+
+ gtk_window_group_add_window (wg, GTK_WINDOW (dialog));
+ }
+
+ gtk_window_set_modal (GTK_WINDOW (dialog), TRUE);
+
+ g_signal_connect_after (dialog,
+ "response",
+ G_CALLBACK (dialog_response_cb),
+ menu);
+
+ gtk_widget_show (dialog);
+}
+
+static void
+changed_cb (GeditEncodingsComboBox *menu,
+ GtkTreeModel *model)
+{
+ GtkTreeIter iter;
+ gboolean configure = FALSE;
+
+ if (gtk_combo_box_get_active_iter (GTK_COMBO_BOX (menu), &iter))
+ {
+ gtk_tree_model_get (model, &iter,
+ COLUMN_CONFIGURE_ROW, &configure,
+ -1);
+ }
+
+ if (configure)
+ {
+ configure_encodings (menu);
+ }
+ else
+ {
+ menu->activated_item = gtk_combo_box_get_active (GTK_COMBO_BOX (menu));
+ }
+}
+
+static gboolean
+separator_func (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ gpointer data)
+{
+ gchar *str;
+ gboolean ret;
+
+ gtk_tree_model_get (model, iter, COLUMN_NAME, &str, -1);
+ ret = (str == NULL || str[0] == '\0');
+ g_free (str);
+
+ return ret;
+}
+
+static void
+add_separator (GtkListStore *store)
+{
+ GtkTreeIter iter;
+
+ gtk_list_store_append (store, &iter);
+ gtk_list_store_set (store, &iter,
+ COLUMN_NAME, "",
+ COLUMN_ENCODING, NULL,
+ COLUMN_CONFIGURE_ROW, FALSE,
+ -1);
+}
+
+static void
+update_menu (GeditEncodingsComboBox *menu)
+{
+ GtkListStore *store;
+ GtkTreeIter iter;
+ GSList *encodings;
+
+ store = menu->store;
+
+ /* Unset the previous model */
+ g_signal_handler_block (menu, menu->changed_id);
+ gtk_list_store_clear (store);
+ gtk_combo_box_set_model (GTK_COMBO_BOX (menu), NULL);
+
+ if (!menu->save_mode)
+ {
+ gtk_list_store_append (store, &iter);
+ gtk_list_store_set (store, &iter,
+ COLUMN_NAME, _("Automatically Detected"),
+ COLUMN_ENCODING, NULL,
+ COLUMN_CONFIGURE_ROW, FALSE,
+ -1);
+
+ add_separator (store);
+ }
+
+ encodings = gedit_encoding_items_get ();
+
+ while (encodings)
+ {
+ GeditEncodingItem *item = encodings->data;
+
+ gtk_list_store_append (store, &iter);
+ gtk_list_store_set (store, &iter,
+ COLUMN_NAME, gedit_encoding_item_get_name (item),
+ COLUMN_ENCODING, gedit_encoding_item_get_encoding (item),
+ COLUMN_CONFIGURE_ROW, FALSE,
+ -1);
+
+ gedit_encoding_item_free (item);
+ encodings = g_slist_delete_link (encodings, encodings);
+ }
+
+ add_separator (store);
+
+ gtk_list_store_append (store, &iter);
+ gtk_list_store_set (store, &iter,
+ COLUMN_NAME, _("Add or Remove…"),
+ COLUMN_ENCODING, NULL,
+ COLUMN_CONFIGURE_ROW, TRUE,
+ -1);
+
+ /* set the model back */
+ gtk_combo_box_set_model (GTK_COMBO_BOX (menu),
+ GTK_TREE_MODEL (menu->store));
+ gtk_combo_box_set_active (GTK_COMBO_BOX (menu), 0);
+
+ g_signal_handler_unblock (menu, menu->changed_id);
+}
+
+static void
+gedit_encodings_combo_box_init (GeditEncodingsComboBox *menu)
+{
+ menu->store = gtk_list_store_new (N_COLUMNS,
+ G_TYPE_STRING,
+ G_TYPE_POINTER,
+ G_TYPE_BOOLEAN);
+
+ gtk_combo_box_set_row_separator_func (GTK_COMBO_BOX (menu),
+ separator_func, NULL,
+ NULL);
+
+ menu->changed_id = g_signal_connect (menu,
+ "changed",
+ G_CALLBACK (changed_cb),
+ menu->store);
+}
+
+/**
+ * gedit_encodings_combo_box_new:
+ * @save_mode: whether the combo box is used for saving a content.
+ *
+ * Creates a new encodings combo box object. If @save_mode is %FALSE, it means
+ * that the combo box is used for loading a content (e.g. a file), so the row
+ * "Automatically Detected" is added. For saving a content, the encoding must be
+ * provided.
+ *
+ * Returns: a new #GeditEncodingsComboBox object.
+ */
+GtkWidget *
+gedit_encodings_combo_box_new (gboolean save_mode)
+{
+ return g_object_new (GEDIT_TYPE_ENCODINGS_COMBO_BOX,
+ "save_mode", save_mode,
+ NULL);
+}
+
+/**
+ * gedit_encodings_combo_box_get_selected_encoding:
+ * @menu: a #GeditEncodingsComboBox.
+ *
+ * Returns: the selected #GtkSourceEncoding, or %NULL if the encoding should be
+ * auto-detected (only for loading mode, not for saving).
+ */
+const GtkSourceEncoding *
+gedit_encodings_combo_box_get_selected_encoding (GeditEncodingsComboBox *menu)
+{
+ GtkTreeIter iter;
+
+ g_return_val_if_fail (GEDIT_IS_ENCODINGS_COMBO_BOX (menu), NULL);
+
+ if (gtk_combo_box_get_active_iter (GTK_COMBO_BOX (menu), &iter))
+ {
+ const GtkSourceEncoding *ret;
+ GtkTreeModel *model;
+
+ model = gtk_combo_box_get_model (GTK_COMBO_BOX (menu));
+
+ gtk_tree_model_get (model, &iter,
+ COLUMN_ENCODING, &ret,
+ -1);
+
+ return ret;
+ }
+
+ return NULL;
+}
+
+/**
+ * gedit_encodings_combo_box_set_selected_encoding:
+ * @menu: a #GeditEncodingsComboBox.
+ * @encoding: the #GtkSourceEncoding.
+ *
+ * Sets the selected encoding.
+ */
+void
+gedit_encodings_combo_box_set_selected_encoding (GeditEncodingsComboBox *menu,
+ const GtkSourceEncoding *encoding)
+{
+ GtkTreeIter iter;
+ GtkTreeModel *model;
+ gboolean b;
+
+ g_return_if_fail (GEDIT_IS_ENCODINGS_COMBO_BOX (menu));
+
+ model = gtk_combo_box_get_model (GTK_COMBO_BOX (menu));
+ b = gtk_tree_model_get_iter_first (model, &iter);
+
+ while (b)
+ {
+ const GtkSourceEncoding *enc;
+
+ gtk_tree_model_get (model, &iter,
+ COLUMN_ENCODING, &enc,
+ -1);
+
+ if (enc == encoding)
+ {
+ gtk_combo_box_set_active_iter (GTK_COMBO_BOX (menu), &iter);
+ return;
+ }
+
+ b = gtk_tree_model_iter_next (model, &iter);
+ }
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-encodings-combo-box.h b/gedit/gedit-encodings-combo-box.h
new file mode 100644
index 0000000..c37f341
--- /dev/null
+++ b/gedit/gedit-encodings-combo-box.h
@@ -0,0 +1,43 @@
+/*
+ * gedit-encodings-combo-box.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2003-2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_ENCODINGS_COMBO_BOX_H
+#define GEDIT_ENCODINGS_COMBO_BOX_H
+
+#include <gtksourceview/gtksource.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_ENCODINGS_COMBO_BOX (gedit_encodings_combo_box_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditEncodingsComboBox, gedit_encodings_combo_box, GEDIT, ENCODINGS_COMBO_BOX, GtkComboBox)
+
+GtkWidget *gedit_encodings_combo_box_new (gboolean save_mode);
+
+const GtkSourceEncoding *gedit_encodings_combo_box_get_selected_encoding (GeditEncodingsComboBox *menu);
+
+void gedit_encodings_combo_box_set_selected_encoding (GeditEncodingsComboBox *menu,
+ const GtkSourceEncoding *encoding);
+
+G_END_DECLS
+
+#endif /* GEDIT_ENCODINGS_COMBO_BOX_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-encodings-dialog.c b/gedit/gedit-encodings-dialog.c
new file mode 100644
index 0000000..196690a
--- /dev/null
+++ b/gedit/gedit-encodings-dialog.c
@@ -0,0 +1,884 @@
+/*
+ * gedit-encodings-dialog.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2015 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-encodings-dialog.h"
+
+#include <string.h>
+#include <glib/gi18n.h>
+#include <gtksourceview/gtksource.h>
+
+#include "gedit-settings.h"
+
+typedef enum _State
+{
+ STATE_UNMODIFIED,
+ STATE_MODIFIED,
+ STATE_RESET
+} State;
+
+struct _GeditEncodingsDialog
+{
+ GtkDialog parent_instance;
+
+ GSettings *enc_settings;
+
+ /* Available encodings */
+ GtkListStore *liststore_available;
+ GtkTreeModelSort *sort_available;
+ GtkTreeView *treeview_available;
+ GtkWidget *add_button;
+
+ /* Chosen encodings */
+ GtkListStore *liststore_chosen;
+ GtkTreeView *treeview_chosen;
+ GtkWidget *remove_button;
+ GtkWidget *up_button;
+ GtkWidget *down_button;
+ GtkWidget *reset_button;
+
+ State state;
+};
+
+enum
+{
+ COLUMN_NAME,
+ COLUMN_CHARSET,
+ COLUMN_ENCODING,
+ N_COLUMNS
+};
+
+G_DEFINE_TYPE (GeditEncodingsDialog, gedit_encodings_dialog, GTK_TYPE_DIALOG)
+
+static void
+set_modified (GeditEncodingsDialog *dialog)
+{
+ dialog->state = STATE_MODIFIED;
+ gtk_widget_set_sensitive (dialog->reset_button, TRUE);
+}
+
+static void
+append_encoding (GtkListStore *liststore,
+ const GtkSourceEncoding *encoding)
+{
+ GtkTreeIter iter;
+
+ gtk_list_store_append (liststore, &iter);
+ gtk_list_store_set (liststore, &iter,
+ COLUMN_NAME, gtk_source_encoding_get_name (encoding),
+ COLUMN_ENCODING, encoding,
+ -1);
+
+ if (encoding == gtk_source_encoding_get_current ())
+ {
+ gchar *charset = g_strdup_printf (_("%s (Current Locale)"),
+ gtk_source_encoding_get_charset (encoding));
+
+ gtk_list_store_set (liststore, &iter,
+ COLUMN_CHARSET, charset,
+ -1);
+
+ g_free (charset);
+ }
+ else
+ {
+ gtk_list_store_set (liststore, &iter,
+ COLUMN_CHARSET, gtk_source_encoding_get_charset (encoding),
+ -1);
+ }
+}
+
+static void
+init_liststores (GeditEncodingsDialog *dialog,
+ gboolean reset)
+{
+ gboolean default_candidates;
+ GSList *chosen_encodings;
+ GSList *all_encodings;
+ GSList *l;
+
+ /* Chosen encodings */
+
+ if (reset)
+ {
+ chosen_encodings = gtk_source_encoding_get_default_candidates ();
+ default_candidates = TRUE;
+ }
+ else
+ {
+ chosen_encodings = gedit_settings_get_candidate_encodings (&default_candidates);
+ }
+
+ gtk_widget_set_sensitive (dialog->reset_button, !default_candidates);
+
+ for (l = chosen_encodings; l != NULL; l = l->next)
+ {
+ const GtkSourceEncoding *cur_encoding = l->data;
+ append_encoding (dialog->liststore_chosen, cur_encoding);
+ }
+
+ /* Available encodings */
+
+ all_encodings = gtk_source_encoding_get_all ();
+
+ for (l = chosen_encodings; l != NULL; l = l->next)
+ {
+ const GtkSourceEncoding *chosen_encoding = l->data;
+ all_encodings = g_slist_remove (all_encodings, chosen_encoding);
+ }
+
+ for (l = all_encodings; l != NULL; l = l->next)
+ {
+ const GtkSourceEncoding *cur_encoding = l->data;
+ append_encoding (dialog->liststore_available, cur_encoding);
+ }
+
+ g_slist_free (chosen_encodings);
+ g_slist_free (all_encodings);
+}
+
+static void
+reset_dialog_response_cb (GtkDialog *msg_dialog,
+ gint response,
+ GeditEncodingsDialog *dialog)
+{
+ if (response == GTK_RESPONSE_ACCEPT)
+ {
+ gtk_list_store_clear (dialog->liststore_available);
+ gtk_list_store_clear (dialog->liststore_chosen);
+
+ init_liststores (dialog, TRUE);
+ dialog->state = STATE_RESET;
+ }
+
+ gtk_widget_destroy (GTK_WIDGET (msg_dialog));
+}
+
+static void
+reset_button_clicked_cb (GtkWidget *button,
+ GeditEncodingsDialog *dialog)
+{
+ GtkDialog *msg_dialog;
+
+ msg_dialog = GTK_DIALOG (gtk_message_dialog_new (GTK_WINDOW (dialog),
+ GTK_DIALOG_DESTROY_WITH_PARENT |
+ GTK_DIALOG_MODAL,
+ GTK_MESSAGE_QUESTION,
+ GTK_BUTTONS_NONE,
+ "%s",
+ _("Do you really want to reset the "
+ "character encodings’ preferences?")));
+
+ gtk_dialog_add_buttons (msg_dialog,
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ _("_Reset"), GTK_RESPONSE_ACCEPT,
+ NULL);
+
+ g_signal_connect (msg_dialog,
+ "response",
+ G_CALLBACK (reset_dialog_response_cb),
+ dialog);
+
+ gtk_widget_show_all (GTK_WIDGET (msg_dialog));
+}
+
+static GSList *
+get_chosen_encodings_list (GeditEncodingsDialog *dialog)
+{
+ GtkTreeModel *model = GTK_TREE_MODEL (dialog->liststore_chosen);
+ GtkTreeIter iter;
+ gboolean iter_set;
+ GSList *ret = NULL;
+
+ iter_set = gtk_tree_model_get_iter_first (model, &iter);
+
+ while (iter_set)
+ {
+ const GtkSourceEncoding *encoding = NULL;
+
+ gtk_tree_model_get (model, &iter,
+ COLUMN_ENCODING, &encoding,
+ -1);
+
+ ret = g_slist_prepend (ret, (gpointer)encoding);
+
+ iter_set = gtk_tree_model_iter_next (model, &iter);
+ }
+
+ return g_slist_reverse (ret);
+}
+
+static gchar **
+encoding_list_to_strv (const GSList *enc_list)
+{
+ GSList *l;
+ GPtrArray *array;
+
+ array = g_ptr_array_sized_new (g_slist_length ((GSList *)enc_list) + 1);
+
+ for (l = (GSList *)enc_list; l != NULL; l = l->next)
+ {
+ const GtkSourceEncoding *enc = l->data;
+ const gchar *charset = gtk_source_encoding_get_charset (enc);
+
+ g_return_val_if_fail (charset != NULL, NULL);
+
+ g_ptr_array_add (array, g_strdup (charset));
+ }
+
+ g_ptr_array_add (array, NULL);
+
+ return (gchar **)g_ptr_array_free (array, FALSE);
+}
+
+static void
+apply_settings (GeditEncodingsDialog *dialog)
+{
+ switch (dialog->state)
+ {
+ case STATE_MODIFIED:
+ {
+ GSList *enc_list;
+ gchar **enc_strv;
+
+ enc_list = get_chosen_encodings_list (dialog);
+ enc_strv = encoding_list_to_strv (enc_list);
+
+ g_settings_set_strv (dialog->enc_settings,
+ GEDIT_SETTINGS_CANDIDATE_ENCODINGS,
+ (const gchar * const *)enc_strv);
+
+ g_slist_free (enc_list);
+ g_strfreev (enc_strv);
+ break;
+ }
+
+ case STATE_RESET:
+ g_settings_reset (dialog->enc_settings,
+ GEDIT_SETTINGS_CANDIDATE_ENCODINGS);
+ break;
+
+ case STATE_UNMODIFIED:
+ /* Do nothing. */
+ break;
+
+ default:
+ g_assert_not_reached ();
+
+ }
+}
+
+static void
+gedit_encodings_dialog_response (GtkDialog *gtk_dialog,
+ gint response_id)
+{
+ GeditEncodingsDialog *dialog = GEDIT_ENCODINGS_DIALOG (gtk_dialog);
+
+ switch (response_id)
+ {
+ case GTK_RESPONSE_APPLY:
+ apply_settings (dialog);
+ break;
+
+ case GTK_RESPONSE_CANCEL:
+ default:
+ /* Do nothing */
+ break;
+ }
+}
+
+static void
+gedit_encodings_dialog_dispose (GObject *object)
+{
+ GeditEncodingsDialog *dialog = GEDIT_ENCODINGS_DIALOG (object);
+
+ g_clear_object (&dialog->enc_settings);
+ g_clear_object (&dialog->add_button);
+ g_clear_object (&dialog->remove_button);
+ g_clear_object (&dialog->up_button);
+ g_clear_object (&dialog->down_button);
+ g_clear_object (&dialog->reset_button);
+
+ G_OBJECT_CLASS (gedit_encodings_dialog_parent_class)->dispose (object);
+}
+
+static void
+gedit_encodings_dialog_class_init (GeditEncodingsDialogClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+ GtkDialogClass *dialog_class = GTK_DIALOG_CLASS (klass);
+
+ object_class->dispose = gedit_encodings_dialog_dispose;
+
+ dialog_class->response = gedit_encodings_dialog_response;
+
+ /* Bind class to template */
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/ui/gedit-encodings-dialog.ui");
+ gtk_widget_class_bind_template_child (widget_class, GeditEncodingsDialog, liststore_available);
+ gtk_widget_class_bind_template_child (widget_class, GeditEncodingsDialog, liststore_chosen);
+ gtk_widget_class_bind_template_child (widget_class, GeditEncodingsDialog, sort_available);
+ gtk_widget_class_bind_template_child (widget_class, GeditEncodingsDialog, treeview_available);
+ gtk_widget_class_bind_template_child (widget_class, GeditEncodingsDialog, treeview_chosen);
+ gtk_widget_class_bind_template_child_full (widget_class, "scrolledwindow_available", FALSE, 0);
+ gtk_widget_class_bind_template_child_full (widget_class, "scrolledwindow_chosen", FALSE, 0);
+ gtk_widget_class_bind_template_child_full (widget_class, "toolbar_available", FALSE, 0);
+ gtk_widget_class_bind_template_child_full (widget_class, "toolbar_chosen", FALSE, 0);
+}
+
+static void
+update_add_button_sensitivity (GeditEncodingsDialog *dialog)
+{
+ GtkTreeSelection *selection;
+ gint count;
+
+ selection = gtk_tree_view_get_selection (dialog->treeview_available);
+ count = gtk_tree_selection_count_selected_rows (selection);
+ gtk_widget_set_sensitive (dialog->add_button, count > 0);
+}
+
+static void
+update_remove_button_sensitivity (GeditEncodingsDialog *dialog)
+{
+ const GtkSourceEncoding *utf8_encoding;
+ const GtkSourceEncoding *current_encoding;
+ GtkTreeSelection *selection;
+ GtkTreeModel *model;
+ GList *selected_rows;
+ GList *l;
+ gboolean sensitive;
+
+ utf8_encoding = gtk_source_encoding_get_utf8 ();
+ current_encoding = gtk_source_encoding_get_current ();
+
+ selection = gtk_tree_view_get_selection (dialog->treeview_chosen);
+
+ selected_rows = gtk_tree_selection_get_selected_rows (selection, &model);
+ g_return_if_fail (model == GTK_TREE_MODEL (dialog->liststore_chosen));
+
+ sensitive = FALSE;
+ for (l = selected_rows; l != NULL; l = l->next)
+ {
+ GtkTreePath *path = l->data;
+ GtkTreeIter iter;
+ const GtkSourceEncoding *encoding = NULL;
+
+ if (!gtk_tree_model_get_iter (model, &iter, path))
+ {
+ g_warning ("Remove button: invalid path");
+ continue;
+ }
+
+ gtk_tree_model_get (model, &iter,
+ COLUMN_ENCODING, &encoding,
+ -1);
+
+ /* If at least one encoding other than UTF-8 or current is
+ * selected, set the Remove button as sensitive. But if UTF-8 or
+ * current is selected, it won't be removed. So Ctrl+A works
+ * fine to remove (almost) all encodings in one go.
+ */
+ if (encoding != utf8_encoding &&
+ encoding != current_encoding)
+ {
+ sensitive = TRUE;
+ break;
+ }
+ }
+
+ gtk_widget_set_sensitive (dialog->remove_button, sensitive);
+
+ g_list_free_full (selected_rows, (GDestroyNotify) gtk_tree_path_free);
+}
+
+static void
+update_up_down_buttons_sensitivity (GeditEncodingsDialog *dialog)
+{
+ GtkTreeSelection *selection;
+ gint count;
+ GList *selected_rows;
+ GtkTreeModel *model;
+ GtkTreePath *path;
+ gint *indices;
+ gint depth;
+ gint items_count;
+ gboolean first_item_selected;
+ gboolean last_item_selected;
+
+ selection = gtk_tree_view_get_selection (dialog->treeview_chosen);
+ count = gtk_tree_selection_count_selected_rows (selection);
+
+ if (count != 1)
+ {
+ gtk_widget_set_sensitive (dialog->up_button, FALSE);
+ gtk_widget_set_sensitive (dialog->down_button, FALSE);
+ return;
+ }
+
+ selected_rows = gtk_tree_selection_get_selected_rows (selection, &model);
+ g_assert (g_list_length (selected_rows) == 1);
+
+ path = selected_rows->data;
+ indices = gtk_tree_path_get_indices_with_depth (path, &depth);
+ g_assert (depth == 1);
+
+ items_count = gtk_tree_model_iter_n_children (model, NULL);
+
+ first_item_selected = indices[0] == 0;
+ last_item_selected = indices[0] == (items_count - 1);
+
+ gtk_widget_set_sensitive (dialog->up_button, !first_item_selected);
+ gtk_widget_set_sensitive (dialog->down_button, !last_item_selected);
+
+ g_list_free_full (selected_rows, (GDestroyNotify) gtk_tree_path_free);
+}
+
+static void
+update_chosen_buttons_sensitivity (GeditEncodingsDialog *dialog)
+{
+ update_remove_button_sensitivity (dialog);
+ update_up_down_buttons_sensitivity (dialog);
+}
+
+/* Removes all @paths from @orig, and append them at the end of @dest in the
+ * same order.
+ */
+static void
+transfer_encodings (GList *paths,
+ GtkListStore *orig,
+ GtkListStore *dest)
+{
+ GtkTreeModel *model_orig = GTK_TREE_MODEL (orig);
+ GList *refs = NULL;
+ GList *l;
+
+ for (l = paths; l != NULL; l = l->next)
+ {
+ GtkTreePath *path = l->data;
+ refs = g_list_prepend (refs, gtk_tree_row_reference_new (model_orig, path));
+ }
+
+ refs = g_list_reverse (refs);
+
+ for (l = refs; l != NULL; l = l->next)
+ {
+ GtkTreeRowReference *ref = l->data;
+ GtkTreePath *path;
+ GtkTreeIter iter;
+ const GtkSourceEncoding *encoding = NULL;
+
+ path = gtk_tree_row_reference_get_path (ref);
+
+ if (!gtk_tree_model_get_iter (model_orig, &iter, path))
+ {
+ gtk_tree_path_free (path);
+ g_warning ("Remove encoding: invalid path");
+ continue;
+ }
+
+ /* Transfer encoding */
+ gtk_tree_model_get (model_orig, &iter,
+ COLUMN_ENCODING, &encoding,
+ -1);
+
+ append_encoding (dest, encoding);
+
+ gtk_list_store_remove (orig, &iter);
+
+ gtk_tree_path_free (path);
+ }
+
+ g_list_free_full (refs, (GDestroyNotify) gtk_tree_row_reference_free);
+}
+
+static void
+add_button_clicked_cb (GtkWidget *button,
+ GeditEncodingsDialog *dialog)
+{
+ GtkTreeSelection *selection;
+ GtkTreeModel *model;
+ GList *filter_paths;
+ GList *children_paths = NULL;
+ GList *l;
+
+ selection = gtk_tree_view_get_selection (dialog->treeview_available);
+ filter_paths = gtk_tree_selection_get_selected_rows (selection, &model);
+
+ g_return_if_fail (model == GTK_TREE_MODEL (dialog->sort_available));
+
+ for (l = filter_paths; l != NULL; l = l->next)
+ {
+ GtkTreePath *filter_path = l->data;
+ GtkTreePath *child_path;
+
+ child_path = gtk_tree_model_sort_convert_path_to_child_path (dialog->sort_available,
+ filter_path);
+
+ children_paths = g_list_prepend (children_paths, child_path);
+ }
+
+ children_paths = g_list_reverse (children_paths);
+
+ transfer_encodings (children_paths,
+ dialog->liststore_available,
+ dialog->liststore_chosen);
+
+ set_modified (dialog);
+
+ /* For the treeview_available, it's more natural to unselect the added
+ * encodings.
+ * Note that when removing encodings from treeview_chosen, it is
+ * desirable to keep a selection, so we can remove several elements in a
+ * row (if the user doesn't know that several elements can be selected
+ * at once with Ctrl or Shift).
+ */
+ gtk_tree_selection_unselect_all (selection);
+
+ g_list_free_full (filter_paths, (GDestroyNotify) gtk_tree_path_free);
+ g_list_free_full (children_paths, (GDestroyNotify) gtk_tree_path_free);
+}
+
+static void
+remove_button_clicked_cb (GtkWidget *button,
+ GeditEncodingsDialog *dialog)
+{
+ const GtkSourceEncoding *utf8_encoding;
+ const GtkSourceEncoding *current_encoding;
+ GtkTreeSelection *selection;
+ GtkTreeModel *model;
+ GList *selected_rows;
+ GList *to_remove = NULL;
+ GList *l;
+
+ utf8_encoding = gtk_source_encoding_get_utf8 ();
+ current_encoding = gtk_source_encoding_get_current ();
+
+ selection = gtk_tree_view_get_selection (dialog->treeview_chosen);
+ selected_rows = gtk_tree_selection_get_selected_rows (selection, &model);
+
+ g_return_if_fail (model == GTK_TREE_MODEL (dialog->liststore_chosen));
+
+ /* Ensure that UTF-8 and the current locale encodings cannot be removed. */
+ for (l = selected_rows; l != NULL; l = l->next)
+ {
+ GtkTreePath *path = l->data;
+ GtkTreeIter iter;
+ const GtkSourceEncoding *encoding = NULL;
+
+ if (!gtk_tree_model_get_iter (model, &iter, path))
+ {
+ gtk_tree_path_free (path);
+ g_warning ("Remove button: invalid path");
+ continue;
+ }
+
+ gtk_tree_model_get (model, &iter,
+ COLUMN_ENCODING, &encoding,
+ -1);
+
+ if (encoding == utf8_encoding ||
+ encoding == current_encoding)
+ {
+ gtk_tree_path_free (path);
+ }
+ else
+ {
+ to_remove = g_list_prepend (to_remove, path);
+ }
+ }
+
+ to_remove = g_list_reverse (to_remove);
+
+ transfer_encodings (to_remove,
+ dialog->liststore_chosen,
+ dialog->liststore_available);
+
+ set_modified (dialog);
+
+ g_list_free (selected_rows);
+ g_list_free_full (to_remove, (GDestroyNotify) gtk_tree_path_free);
+}
+
+static void
+up_button_clicked_cb (GtkWidget *button,
+ GeditEncodingsDialog *dialog)
+{
+ GtkTreeSelection *selection;
+ GtkTreeModel *model;
+ GList *selected_rows;
+ GtkTreePath *path;
+ GtkTreeIter iter;
+ GtkTreeIter prev_iter;
+
+ selection = gtk_tree_view_get_selection (dialog->treeview_chosen);
+ selected_rows = gtk_tree_selection_get_selected_rows (selection, &model);
+
+ g_return_if_fail (model == GTK_TREE_MODEL (dialog->liststore_chosen));
+ g_return_if_fail (g_list_length (selected_rows) == 1);
+
+ path = selected_rows->data;
+ if (!gtk_tree_model_get_iter (model, &iter, path))
+ {
+ g_return_if_reached ();
+ }
+
+ prev_iter = iter;
+ if (!gtk_tree_model_iter_previous (model, &prev_iter))
+ {
+ g_return_if_reached ();
+ }
+
+ gtk_list_store_move_before (dialog->liststore_chosen,
+ &iter,
+ &prev_iter);
+
+ set_modified (dialog);
+
+ update_chosen_buttons_sensitivity (dialog);
+
+ g_list_free_full (selected_rows, (GDestroyNotify) gtk_tree_path_free);
+}
+
+static void
+down_button_clicked_cb (GtkWidget *button,
+ GeditEncodingsDialog *dialog)
+{
+ GtkTreeSelection *selection;
+ GtkTreeModel *model;
+ GList *selected_rows;
+ GtkTreePath *path;
+ GtkTreeIter iter;
+ GtkTreeIter next_iter;
+
+ selection = gtk_tree_view_get_selection (dialog->treeview_chosen);
+ selected_rows = gtk_tree_selection_get_selected_rows (selection, &model);
+
+ g_return_if_fail (model == GTK_TREE_MODEL (dialog->liststore_chosen));
+ g_return_if_fail (g_list_length (selected_rows) == 1);
+
+ path = selected_rows->data;
+ if (!gtk_tree_model_get_iter (model, &iter, path))
+ {
+ g_return_if_reached ();
+ }
+
+ next_iter = iter;
+ if (!gtk_tree_model_iter_next (model, &next_iter))
+ {
+ g_return_if_reached ();
+ }
+
+ gtk_list_store_move_after (dialog->liststore_chosen,
+ &iter,
+ &next_iter);
+
+ set_modified (dialog);
+
+ update_chosen_buttons_sensitivity (dialog);
+
+ g_list_free_full (selected_rows, (GDestroyNotify) gtk_tree_path_free);
+}
+
+static void
+init_toolbar_available (GeditEncodingsDialog *dialog)
+{
+ GtkWidget *scrolled_window;
+ GtkToolbar *toolbar;
+ GtkStyleContext *context;
+
+ scrolled_window = GTK_WIDGET (gtk_widget_get_template_child (GTK_WIDGET (dialog),
+ GEDIT_TYPE_ENCODINGS_DIALOG,
+ "scrolledwindow_available"));
+
+ toolbar = GTK_TOOLBAR (gtk_widget_get_template_child (GTK_WIDGET (dialog),
+ GEDIT_TYPE_ENCODINGS_DIALOG,
+ "toolbar_available"));
+
+ context = gtk_widget_get_style_context (scrolled_window);
+ gtk_style_context_set_junction_sides (context, GTK_JUNCTION_BOTTOM);
+
+ context = gtk_widget_get_style_context (GTK_WIDGET (toolbar));
+ gtk_style_context_set_junction_sides (context, GTK_JUNCTION_TOP);
+ gtk_style_context_add_class (context, GTK_STYLE_CLASS_INLINE_TOOLBAR);
+
+ /* Add button */
+ dialog->add_button = GTK_WIDGET (gtk_tool_button_new (NULL, NULL));
+ g_object_ref_sink (dialog->add_button);
+
+ gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (dialog->add_button), "list-add-symbolic");
+ gtk_tool_item_set_tooltip_text (GTK_TOOL_ITEM (dialog->add_button), _("Add"));
+
+ gtk_toolbar_insert (toolbar, GTK_TOOL_ITEM (dialog->add_button), -1);
+
+ g_signal_connect_object (dialog->add_button,
+ "clicked",
+ G_CALLBACK (add_button_clicked_cb),
+ dialog,
+ 0);
+
+ gtk_widget_show_all (GTK_WIDGET (toolbar));
+}
+
+static void
+init_toolbar_chosen (GeditEncodingsDialog *dialog)
+{
+ GtkWidget *scrolled_window;
+ GtkToolbar *toolbar;
+ GtkStyleContext *context;
+ GtkWidget *left_box;
+ GtkWidget *right_box;
+ GtkToolItem *left_group;
+ GtkToolItem *right_group;
+ GtkToolItem *separator;
+
+ scrolled_window = GTK_WIDGET (gtk_widget_get_template_child (GTK_WIDGET (dialog),
+ GEDIT_TYPE_ENCODINGS_DIALOG,
+ "scrolledwindow_chosen"));
+
+ toolbar = GTK_TOOLBAR (gtk_widget_get_template_child (GTK_WIDGET (dialog),
+ GEDIT_TYPE_ENCODINGS_DIALOG,
+ "toolbar_chosen"));
+
+ context = gtk_widget_get_style_context (scrolled_window);
+ gtk_style_context_set_junction_sides (context, GTK_JUNCTION_BOTTOM);
+
+ context = gtk_widget_get_style_context (GTK_WIDGET (toolbar));
+ gtk_style_context_set_junction_sides (context, GTK_JUNCTION_TOP);
+ gtk_style_context_add_class (context, GTK_STYLE_CLASS_INLINE_TOOLBAR);
+
+ /* Remove button */
+ dialog->remove_button = gtk_button_new_from_icon_name ("list-remove-symbolic", GTK_ICON_SIZE_SMALL_TOOLBAR);
+ g_object_ref_sink (dialog->remove_button);
+ gtk_widget_set_tooltip_text (dialog->remove_button, _("Remove"));
+
+ g_signal_connect_object (dialog->remove_button,
+ "clicked",
+ G_CALLBACK (remove_button_clicked_cb),
+ dialog,
+ 0);
+
+ /* Up button */
+ dialog->up_button = gtk_button_new_from_icon_name ("go-up-symbolic", GTK_ICON_SIZE_SMALL_TOOLBAR);
+ g_object_ref_sink (dialog->up_button);
+ gtk_widget_set_tooltip_text (dialog->up_button, _("Move to a higher priority"));
+
+ g_signal_connect_object (dialog->up_button,
+ "clicked",
+ G_CALLBACK (up_button_clicked_cb),
+ dialog,
+ 0);
+
+ /* Down button */
+ dialog->down_button = gtk_button_new_from_icon_name ("go-down-symbolic", GTK_ICON_SIZE_SMALL_TOOLBAR);
+ g_object_ref_sink (dialog->down_button);
+ gtk_widget_set_tooltip_text (dialog->down_button, _("Move to a lower priority"));
+
+ g_signal_connect_object (dialog->down_button,
+ "clicked",
+ G_CALLBACK (down_button_clicked_cb),
+ dialog,
+ 0);
+
+ /* Left group (with a trick for rounded borders) */
+ left_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ left_group = gtk_tool_item_new ();
+ gtk_box_pack_start (GTK_BOX (left_box), dialog->remove_button, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (left_box), dialog->up_button, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (left_box), dialog->down_button, FALSE, FALSE, 0);
+ gtk_container_add (GTK_CONTAINER (left_group), left_box);
+ gtk_toolbar_insert (toolbar, left_group, -1);
+
+ /* Separator */
+ separator = gtk_separator_tool_item_new ();
+ gtk_separator_tool_item_set_draw (GTK_SEPARATOR_TOOL_ITEM (separator), FALSE);
+ gtk_tool_item_set_expand (separator, TRUE);
+ gtk_toolbar_insert (toolbar, separator, -1);
+
+ /* Reset button */
+ dialog->reset_button = gtk_button_new_with_mnemonic (_("_Reset"));
+ g_object_ref_sink (dialog->reset_button);
+
+ g_signal_connect_object (dialog->reset_button,
+ "clicked",
+ G_CALLBACK (reset_button_clicked_cb),
+ dialog,
+ 0);
+
+ /* Right group */
+ right_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ right_group = gtk_tool_item_new ();
+ gtk_box_pack_start (GTK_BOX (right_box), dialog->reset_button, FALSE, FALSE, 0);
+ gtk_container_add (GTK_CONTAINER (right_group), right_box);
+ gtk_toolbar_insert (toolbar, right_group, -1);
+
+ gtk_widget_show_all (GTK_WIDGET (toolbar));
+}
+
+static void
+gedit_encodings_dialog_init (GeditEncodingsDialog *dialog)
+{
+ GtkTreeSelection *selection;
+
+ dialog->enc_settings = g_settings_new ("org.gnome.gedit.preferences.encodings");
+
+ gtk_widget_init_template (GTK_WIDGET (dialog));
+
+ init_toolbar_available (dialog);
+ init_toolbar_chosen (dialog);
+ init_liststores (dialog, FALSE);
+ dialog->state = STATE_UNMODIFIED;
+
+ /* Available encodings */
+ gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (dialog->sort_available),
+ COLUMN_NAME,
+ GTK_SORT_ASCENDING);
+
+ selection = gtk_tree_view_get_selection (dialog->treeview_available);
+
+ g_signal_connect_swapped (selection,
+ "changed",
+ G_CALLBACK (update_add_button_sensitivity),
+ dialog);
+
+ update_add_button_sensitivity (dialog);
+
+ /* Chosen encodings */
+ selection = gtk_tree_view_get_selection (dialog->treeview_chosen);
+
+ g_signal_connect_swapped (selection,
+ "changed",
+ G_CALLBACK (update_chosen_buttons_sensitivity),
+ dialog);
+
+ update_chosen_buttons_sensitivity (dialog);
+}
+
+GtkWidget *
+gedit_encodings_dialog_new (void)
+{
+ return g_object_new (GEDIT_TYPE_ENCODINGS_DIALOG,
+ "use-header-bar", TRUE,
+ NULL);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-encodings-dialog.h b/gedit/gedit-encodings-dialog.h
new file mode 100644
index 0000000..4acd17a
--- /dev/null
+++ b/gedit/gedit-encodings-dialog.h
@@ -0,0 +1,37 @@
+/*
+ * gedit-encodings-dialog.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2003-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_ENCODINGS_DIALOG_H
+#define GEDIT_ENCODINGS_DIALOG_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_ENCODINGS_DIALOG (gedit_encodings_dialog_get_type())
+
+G_DECLARE_FINAL_TYPE (GeditEncodingsDialog, gedit_encodings_dialog, GEDIT, ENCODINGS_DIALOG, GtkDialog)
+
+GtkWidget *gedit_encodings_dialog_new (void);
+
+G_END_DECLS
+
+#endif /* GEDIT_ENCODINGS_DIALOG_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-factory.c b/gedit/gedit-factory.c
new file mode 100644
index 0000000..f1d70ad
--- /dev/null
+++ b/gedit/gedit-factory.c
@@ -0,0 +1,69 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-factory.h"
+#include <glib/gi18n.h>
+#include "gedit-dirs.h"
+
+G_DEFINE_TYPE (GeditFactory, gedit_factory, TEPL_TYPE_ABSTRACT_FACTORY)
+
+static gchar *
+untitled_file_cb (gint untitled_file_number)
+{
+ return g_strdup_printf (_("Untitled Document %d"), untitled_file_number);
+}
+
+static TeplFile *
+gedit_factory_create_file (TeplAbstractFactory *factory)
+{
+ TeplFile *file;
+
+ file = tepl_file_new ();
+ tepl_file_set_untitled_file_callback (file, untitled_file_cb);
+
+ return file;
+}
+
+static GFile *
+gedit_factory_create_metadata_manager_file (TeplAbstractFactory *factory)
+{
+ return g_file_new_build_filename (gedit_dirs_get_user_data_dir (),
+ "gedit-metadata.xml",
+ NULL);
+}
+
+static void
+gedit_factory_class_init (GeditFactoryClass *klass)
+{
+ TeplAbstractFactoryClass *factory_class = TEPL_ABSTRACT_FACTORY_CLASS (klass);
+
+ factory_class->create_file = gedit_factory_create_file;
+ factory_class->create_metadata_manager_file = gedit_factory_create_metadata_manager_file;
+}
+
+static void
+gedit_factory_init (GeditFactory *factory)
+{
+}
+
+GeditFactory *
+gedit_factory_new (void)
+{
+ return g_object_new (GEDIT_TYPE_FACTORY, NULL);
+}
diff --git a/gedit/gedit-factory.h b/gedit/gedit-factory.h
new file mode 100644
index 0000000..05e19f7
--- /dev/null
+++ b/gedit/gedit-factory.h
@@ -0,0 +1,53 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FACTORY_H
+#define GEDIT_FACTORY_H
+
+#include <tepl/tepl.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FACTORY (gedit_factory_get_type ())
+#define GEDIT_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FACTORY, GeditFactory))
+#define GEDIT_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_FACTORY, GeditFactoryClass))
+#define GEDIT_IS_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_FACTORY))
+#define GEDIT_IS_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_FACTORY))
+#define GEDIT_FACTORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_FACTORY, GeditFactoryClass))
+
+typedef struct _GeditFactory GeditFactory;
+typedef struct _GeditFactoryClass GeditFactoryClass;
+
+struct _GeditFactory
+{
+ TeplAbstractFactory parent;
+};
+
+struct _GeditFactoryClass
+{
+ TeplAbstractFactoryClass parent_class;
+};
+
+GType gedit_factory_get_type (void);
+
+GeditFactory * gedit_factory_new (void);
+
+G_END_DECLS
+
+#endif /* GEDIT_FACTORY_H */
diff --git a/gedit/gedit-file-chooser-dialog-gtk.c b/gedit/gedit-file-chooser-dialog-gtk.c
new file mode 100644
index 0000000..4b8b4db
--- /dev/null
+++ b/gedit/gedit-file-chooser-dialog-gtk.c
@@ -0,0 +1,465 @@
+/*
+ * gedit-file-chooser-dialog-gtk.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005-2007 - Paolo Maggi
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+/* TODO: Override set_extra_widget */
+/* TODO: add encoding property */
+
+#include "config.h"
+#include "gedit-file-chooser-dialog-gtk.h"
+#include <string.h>
+#include <glib/gi18n.h>
+#include "gedit-encodings-combo-box.h"
+#include "gedit-debug.h"
+#include "gedit-enum-types.h"
+#include "gedit-settings.h"
+#include "gedit-utils.h"
+#include "gedit-file-chooser.h"
+
+struct _GeditFileChooserDialogGtk
+{
+ GtkFileChooserDialog parent_instance;
+
+ GeditFileChooser *gedit_file_chooser;
+
+ GtkWidget *option_menu;
+ GtkWidget *extra_widget;
+
+ GtkWidget *newline_label;
+ GtkWidget *newline_combo;
+ GtkListStore *newline_store;
+};
+
+static void gedit_file_chooser_dialog_gtk_chooser_init (gpointer g_iface, gpointer iface_data);
+
+G_DEFINE_TYPE_EXTENDED (GeditFileChooserDialogGtk,
+ gedit_file_chooser_dialog_gtk,
+ GTK_TYPE_FILE_CHOOSER_DIALOG,
+ 0,
+ G_IMPLEMENT_INTERFACE (GEDIT_TYPE_FILE_CHOOSER_DIALOG,
+ gedit_file_chooser_dialog_gtk_chooser_init))
+
+
+static void
+chooser_set_encoding (GeditFileChooserDialog *dialog,
+ const GtkSourceEncoding *encoding)
+{
+ GeditFileChooserDialogGtk *dialog_gtk = GEDIT_FILE_CHOOSER_DIALOG_GTK (dialog);
+
+ g_return_if_fail (GEDIT_IS_ENCODINGS_COMBO_BOX (dialog_gtk->option_menu));
+
+ gedit_encodings_combo_box_set_selected_encoding (GEDIT_ENCODINGS_COMBO_BOX (dialog_gtk->option_menu),
+ encoding);
+}
+
+static const GtkSourceEncoding *
+chooser_get_encoding (GeditFileChooserDialog *dialog)
+{
+ GeditFileChooserDialogGtk *dialog_gtk = GEDIT_FILE_CHOOSER_DIALOG_GTK (dialog);
+
+ g_return_val_if_fail (GEDIT_IS_ENCODINGS_COMBO_BOX (dialog_gtk->option_menu), NULL);
+ g_return_val_if_fail ((gtk_file_chooser_get_action (GTK_FILE_CHOOSER (dialog)) == GTK_FILE_CHOOSER_ACTION_OPEN ||
+ gtk_file_chooser_get_action (GTK_FILE_CHOOSER (dialog)) == GTK_FILE_CHOOSER_ACTION_SAVE), NULL);
+
+ return gedit_encodings_combo_box_get_selected_encoding (
+ GEDIT_ENCODINGS_COMBO_BOX (dialog_gtk->option_menu));
+}
+
+static void
+set_enum_combo (GtkComboBox *combo,
+ gint value)
+{
+ GtkTreeIter iter;
+ GtkTreeModel *model;
+
+ model = gtk_combo_box_get_model (combo);
+
+ if (!gtk_tree_model_get_iter_first (model, &iter))
+ {
+ return;
+ }
+
+ do
+ {
+ gint nt;
+
+ gtk_tree_model_get (model, &iter, 1, &nt, -1);
+
+ if (value == nt)
+ {
+ gtk_combo_box_set_active_iter (combo, &iter);
+ break;
+ }
+ } while (gtk_tree_model_iter_next (model, &iter));
+}
+
+static void
+chooser_set_newline_type (GeditFileChooserDialog *dialog,
+ GtkSourceNewlineType newline_type)
+{
+ GeditFileChooserDialogGtk *dialog_gtk = GEDIT_FILE_CHOOSER_DIALOG_GTK (dialog);
+
+ g_return_if_fail (gtk_file_chooser_get_action (GTK_FILE_CHOOSER (dialog)) == GTK_FILE_CHOOSER_ACTION_SAVE);
+
+ set_enum_combo (GTK_COMBO_BOX (dialog_gtk->newline_combo), newline_type);
+}
+
+static GtkSourceNewlineType
+chooser_get_newline_type (GeditFileChooserDialog *dialog)
+{
+ GeditFileChooserDialogGtk *dialog_gtk = GEDIT_FILE_CHOOSER_DIALOG_GTK (dialog);
+ GtkTreeIter iter;
+ GtkSourceNewlineType newline_type;
+
+ g_return_val_if_fail (gtk_file_chooser_get_action (GTK_FILE_CHOOSER (dialog)) == GTK_FILE_CHOOSER_ACTION_SAVE,
+ GTK_SOURCE_NEWLINE_TYPE_DEFAULT);
+
+ gtk_combo_box_get_active_iter (GTK_COMBO_BOX (dialog_gtk->newline_combo),
+ &iter);
+
+ gtk_tree_model_get (GTK_TREE_MODEL (dialog_gtk->newline_store),
+ &iter,
+ 1,
+ &newline_type,
+ -1);
+
+ return newline_type;
+}
+
+static void
+chooser_set_current_folder (GeditFileChooserDialog *dialog,
+ GFile *folder)
+{
+ gchar *uri = NULL;
+
+ if (folder != NULL)
+ {
+ uri = g_file_get_uri (folder);
+ }
+
+ gtk_file_chooser_set_current_folder_uri (GTK_FILE_CHOOSER (dialog), uri);
+ g_free (uri);
+}
+
+static void
+chooser_set_current_name (GeditFileChooserDialog *dialog,
+ const gchar *name)
+{
+ gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER (dialog), name);
+}
+
+static void
+chooser_set_file (GeditFileChooserDialog *dialog,
+ GFile *file)
+{
+ gtk_file_chooser_set_file (GTK_FILE_CHOOSER (dialog), file, NULL);
+}
+
+static GFile *
+chooser_get_file (GeditFileChooserDialog *dialog)
+{
+ return gtk_file_chooser_get_file (GTK_FILE_CHOOSER (dialog));
+}
+
+static void
+chooser_set_do_overwrite_confirmation (GeditFileChooserDialog *dialog,
+ gboolean overwrite_confirmation)
+{
+ gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), overwrite_confirmation);
+}
+
+static void
+chooser_show (GeditFileChooserDialog *dialog)
+{
+ gtk_window_present (GTK_WINDOW (dialog));
+ gtk_widget_grab_focus (GTK_WIDGET (dialog));
+}
+
+static void
+chooser_destroy (GeditFileChooserDialog *dialog)
+{
+ gtk_widget_destroy (GTK_WIDGET (dialog));
+}
+
+static void
+chooser_set_modal (GeditFileChooserDialog *dialog,
+ gboolean is_modal)
+{
+ gtk_window_set_modal (GTK_WINDOW (dialog), is_modal);
+}
+
+static GtkWindow *
+chooser_get_window (GeditFileChooserDialog *dialog)
+{
+ return GTK_WINDOW (dialog);
+}
+
+static void
+gedit_file_chooser_dialog_gtk_chooser_init (gpointer g_iface,
+ gpointer iface_data)
+{
+ GeditFileChooserDialogInterface *iface = g_iface;
+
+ iface->set_encoding = chooser_set_encoding;
+ iface->get_encoding = chooser_get_encoding;
+
+ iface->set_newline_type = chooser_set_newline_type;
+ iface->get_newline_type = chooser_get_newline_type;
+
+ iface->set_current_folder = chooser_set_current_folder;
+ iface->set_current_name = chooser_set_current_name;
+ iface->set_file = chooser_set_file;
+ iface->get_file = chooser_get_file;
+ iface->set_do_overwrite_confirmation = chooser_set_do_overwrite_confirmation;
+ iface->show = chooser_show;
+ iface->destroy = chooser_destroy;
+ iface->set_modal = chooser_set_modal;
+ iface->get_window = chooser_get_window;
+}
+
+static void
+gedit_file_chooser_dialog_gtk_dispose (GObject *object)
+{
+ GeditFileChooserDialogGtk *dialog = GEDIT_FILE_CHOOSER_DIALOG_GTK (object);
+
+ g_clear_object (&dialog->gedit_file_chooser);
+
+ G_OBJECT_CLASS (gedit_file_chooser_dialog_gtk_parent_class)->dispose (object);
+}
+
+static void
+gedit_file_chooser_dialog_gtk_class_init (GeditFileChooserDialogGtkClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_file_chooser_dialog_gtk_dispose;
+}
+
+static void
+create_option_menu (GeditFileChooserDialogGtk *dialog)
+{
+ GtkWidget *label;
+ GtkWidget *menu;
+ gboolean save_mode;
+
+ label = gtk_label_new_with_mnemonic (_("C_haracter Encoding:"));
+ gtk_widget_set_halign (label, GTK_ALIGN_START);
+
+ save_mode = TRUE;
+ menu = gedit_encodings_combo_box_new (save_mode);
+
+ gtk_label_set_mnemonic_widget (GTK_LABEL (label), menu);
+
+ gtk_box_pack_start (GTK_BOX (dialog->extra_widget),
+ label,
+ FALSE,
+ TRUE,
+ 0);
+
+ gtk_box_pack_start (GTK_BOX (dialog->extra_widget),
+ menu,
+ TRUE,
+ TRUE,
+ 0);
+
+ gtk_widget_show (label);
+ gtk_widget_show (menu);
+
+ dialog->option_menu = menu;
+}
+
+static void
+update_newline_visibility (GeditFileChooserDialogGtk *dialog)
+{
+ gboolean visible = gtk_file_chooser_get_action (GTK_FILE_CHOOSER (dialog)) == GTK_FILE_CHOOSER_ACTION_SAVE;
+
+ gtk_widget_set_visible (dialog->newline_label, visible);
+ gtk_widget_set_visible (dialog->newline_combo, visible);
+}
+
+static void
+newline_combo_append (GtkComboBox *combo,
+ GtkListStore *store,
+ GtkTreeIter *iter,
+ const gchar *label,
+ GtkSourceNewlineType newline_type)
+{
+ gtk_list_store_append (store, iter);
+ gtk_list_store_set (store, iter, 0, label, 1, newline_type, -1);
+
+ if (newline_type == GTK_SOURCE_NEWLINE_TYPE_DEFAULT)
+ {
+ gtk_combo_box_set_active_iter (combo, iter);
+ }
+}
+
+static void
+create_newline_combo (GeditFileChooserDialogGtk *dialog)
+{
+ GtkWidget *label, *combo;
+ GtkListStore *store;
+ GtkCellRenderer *renderer;
+ GtkTreeIter iter;
+
+ label = gtk_label_new_with_mnemonic (_("L_ine Ending:"));
+ gtk_widget_set_halign (label, GTK_ALIGN_START);
+
+ store = gtk_list_store_new (2, G_TYPE_STRING, GTK_SOURCE_TYPE_NEWLINE_TYPE);
+ combo = gtk_combo_box_new_with_model (GTK_TREE_MODEL (store));
+ renderer = gtk_cell_renderer_text_new ();
+
+ gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo),
+ renderer,
+ TRUE);
+
+ gtk_cell_layout_add_attribute (GTK_CELL_LAYOUT (combo),
+ renderer,
+ "text",
+ 0);
+
+ newline_combo_append (GTK_COMBO_BOX (combo),
+ store,
+ &iter,
+ gedit_utils_newline_type_to_string (GTK_SOURCE_NEWLINE_TYPE_LF),
+ GTK_SOURCE_NEWLINE_TYPE_LF);
+
+ newline_combo_append (GTK_COMBO_BOX (combo),
+ store,
+ &iter,
+ gedit_utils_newline_type_to_string (GTK_SOURCE_NEWLINE_TYPE_CR),
+ GTK_SOURCE_NEWLINE_TYPE_CR);
+
+ newline_combo_append (GTK_COMBO_BOX (combo),
+ store,
+ &iter,
+ gedit_utils_newline_type_to_string (GTK_SOURCE_NEWLINE_TYPE_CR_LF),
+ GTK_SOURCE_NEWLINE_TYPE_CR_LF);
+
+ gtk_label_set_mnemonic_widget (GTK_LABEL (label), combo);
+
+ gtk_box_pack_start (GTK_BOX (dialog->extra_widget),
+ label,
+ FALSE,
+ TRUE,
+ 0);
+
+ gtk_box_pack_start (GTK_BOX (dialog->extra_widget),
+ combo,
+ TRUE,
+ TRUE,
+ 0);
+
+ dialog->newline_combo = combo;
+ dialog->newline_label = label;
+ dialog->newline_store = store;
+
+ update_newline_visibility (dialog);
+}
+
+static void
+create_extra_widget (GeditFileChooserDialogGtk *dialog)
+{
+ dialog->extra_widget = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
+ gtk_widget_show (dialog->extra_widget);
+
+ create_option_menu (dialog);
+ create_newline_combo (dialog);
+
+ gtk_file_chooser_set_extra_widget (GTK_FILE_CHOOSER (dialog), dialog->extra_widget);
+}
+
+static void
+action_changed (GeditFileChooserDialogGtk *dialog,
+ GParamSpec *pspec,
+ gpointer data)
+{
+ GtkFileChooserAction action;
+
+ action = gtk_file_chooser_get_action (GTK_FILE_CHOOSER (dialog));
+
+ switch (action)
+ {
+ case GTK_FILE_CHOOSER_ACTION_OPEN:
+ g_object_set (dialog->option_menu,
+ "save_mode", FALSE,
+ NULL);
+ gtk_widget_show (dialog->option_menu);
+ break;
+ case GTK_FILE_CHOOSER_ACTION_SAVE:
+ g_object_set (dialog->option_menu,
+ "save_mode", TRUE,
+ NULL);
+ gtk_widget_show (dialog->option_menu);
+ break;
+ default:
+ gtk_widget_hide (dialog->option_menu);
+ }
+
+ update_newline_visibility (dialog);
+}
+
+static void
+gedit_file_chooser_dialog_gtk_init (GeditFileChooserDialogGtk *dialog)
+{
+}
+
+GeditFileChooserDialog *
+gedit_file_chooser_dialog_gtk_create (const gchar *title,
+ GtkWindow *parent,
+ const gchar *accept_label,
+ const gchar *cancel_label)
+{
+ GeditFileChooserDialogGtk *result;
+
+ result = g_object_new (GEDIT_TYPE_FILE_CHOOSER_DIALOG_GTK,
+ "title", title,
+ "local-only", FALSE,
+ "action", GTK_FILE_CHOOSER_ACTION_SAVE,
+ "select-multiple", FALSE,
+ NULL);
+
+ create_extra_widget (result);
+
+ g_signal_connect (result,
+ "notify::action",
+ G_CALLBACK (action_changed),
+ NULL);
+
+ /* FIXME: attention, there is a ref cycle here. This will be fixed when
+ * GeditFileChooserSave will be created (and this class removed).
+ */
+ result->gedit_file_chooser = _gedit_file_chooser_new ();
+ _gedit_file_chooser_set_gtk_file_chooser (result->gedit_file_chooser,
+ GTK_FILE_CHOOSER (result));
+
+ if (parent != NULL)
+ {
+ gtk_window_set_transient_for (GTK_WINDOW (result), parent);
+ gtk_window_set_destroy_with_parent (GTK_WINDOW (result), TRUE);
+ }
+
+ gtk_dialog_add_button (GTK_DIALOG (result), cancel_label, GTK_RESPONSE_CANCEL);
+ gtk_dialog_add_button (GTK_DIALOG (result), accept_label, GTK_RESPONSE_ACCEPT);
+ gtk_dialog_set_default_response (GTK_DIALOG (result), GTK_RESPONSE_ACCEPT);
+
+ return GEDIT_FILE_CHOOSER_DIALOG (result);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-file-chooser-dialog-gtk.h b/gedit/gedit-file-chooser-dialog-gtk.h
new file mode 100644
index 0000000..0bf6a0d
--- /dev/null
+++ b/gedit/gedit-file-chooser-dialog-gtk.h
@@ -0,0 +1,45 @@
+/*
+ * gedit-file-chooser-dialog-gtk.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_CHOOSER_DIALOG_GTK_H
+#define GEDIT_FILE_CHOOSER_DIALOG_GTK_H
+
+#include <gtk/gtk.h>
+#include "gedit-file-chooser-dialog.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_CHOOSER_DIALOG_GTK (gedit_file_chooser_dialog_gtk_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditFileChooserDialogGtk, gedit_file_chooser_dialog_gtk,
+ GEDIT, FILE_CHOOSER_DIALOG_GTK,
+ GtkFileChooserDialog)
+
+GeditFileChooserDialog * gedit_file_chooser_dialog_gtk_create (const gchar *title,
+ GtkWindow *parent,
+ const gchar *accept_label,
+ const gchar *cancel_label);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_CHOOSER_DIALOG_GTK_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-file-chooser-dialog.c b/gedit/gedit-file-chooser-dialog.c
new file mode 100644
index 0000000..56edbae
--- /dev/null
+++ b/gedit/gedit-file-chooser-dialog.c
@@ -0,0 +1,258 @@
+/*
+ * gedit-app-file-chooser-dialog.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+#include "gedit-file-chooser-dialog.h"
+#include "gedit-file-chooser-dialog-gtk.h"
+
+G_DEFINE_INTERFACE (GeditFileChooserDialog, gedit_file_chooser_dialog, G_TYPE_OBJECT)
+
+static gboolean
+confirm_overwrite_accumulator (GSignalInvocationHint *ihint,
+ GValue *return_accu,
+ const GValue *handler_return,
+ gpointer dummy)
+{
+ gboolean continue_emission;
+ GtkFileChooserConfirmation conf;
+
+ conf = g_value_get_enum (handler_return);
+ g_value_set_enum (return_accu, conf);
+ continue_emission = (conf == GTK_FILE_CHOOSER_CONFIRMATION_CONFIRM);
+
+ return continue_emission;
+}
+
+static void
+gedit_file_chooser_dialog_default_init (GeditFileChooserDialogInterface *iface)
+{
+ g_signal_new ("response",
+ G_TYPE_FROM_INTERFACE (iface),
+ G_SIGNAL_RUN_LAST,
+ 0,
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ G_TYPE_INT);
+
+ g_signal_new ("confirm-overwrite",
+ G_TYPE_FROM_INTERFACE (iface),
+ G_SIGNAL_RUN_LAST,
+ 0,
+ confirm_overwrite_accumulator, NULL, NULL,
+ GTK_TYPE_FILE_CHOOSER_CONFIRMATION,
+ 0);
+}
+
+GeditFileChooserDialog *
+gedit_file_chooser_dialog_create (const gchar *title,
+ GtkWindow *parent,
+ const gchar *accept_label,
+ const gchar *cancel_label)
+{
+ return gedit_file_chooser_dialog_gtk_create (title,
+ parent,
+ accept_label,
+ cancel_label);
+}
+
+void
+gedit_file_chooser_dialog_set_encoding (GeditFileChooserDialog *dialog,
+ const GtkSourceEncoding *encoding)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog));
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_if_fail (iface->set_encoding != NULL);
+
+ iface->set_encoding (dialog, encoding);
+}
+
+const GtkSourceEncoding *
+gedit_file_chooser_dialog_get_encoding (GeditFileChooserDialog *dialog)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog), NULL);
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_val_if_fail (iface->get_encoding != NULL, NULL);
+
+ return iface->get_encoding (dialog);
+}
+
+void
+gedit_file_chooser_dialog_set_newline_type (GeditFileChooserDialog *dialog,
+ GtkSourceNewlineType newline_type)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog));
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_if_fail (iface->set_newline_type != NULL);
+
+ iface->set_newline_type (dialog, newline_type);
+}
+
+GtkSourceNewlineType
+gedit_file_chooser_dialog_get_newline_type (GeditFileChooserDialog *dialog)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog), GTK_SOURCE_NEWLINE_TYPE_DEFAULT);
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_val_if_fail (iface->get_newline_type != NULL, GTK_SOURCE_NEWLINE_TYPE_DEFAULT);
+
+ return iface->get_newline_type (dialog);
+}
+
+
+void
+gedit_file_chooser_dialog_set_current_folder (GeditFileChooserDialog *dialog,
+ GFile *folder)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog));
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_if_fail (iface->set_current_folder != NULL);
+
+ iface->set_current_folder (dialog, folder);
+}
+
+void
+gedit_file_chooser_dialog_set_current_name (GeditFileChooserDialog *dialog,
+ const gchar *name)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog));
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_if_fail (iface->set_current_name != NULL);
+
+ iface->set_current_name (dialog, name);
+}
+
+void
+gedit_file_chooser_dialog_set_file (GeditFileChooserDialog *dialog,
+ GFile *file)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog));
+ g_return_if_fail (file == NULL || G_IS_FILE (file));
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_if_fail (iface->set_file != NULL);
+
+ iface->set_file (dialog, file);
+}
+
+GFile *
+gedit_file_chooser_dialog_get_file (GeditFileChooserDialog *dialog)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog), NULL);
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_val_if_fail (iface->get_file != NULL, NULL);
+
+ return iface->get_file (dialog);
+}
+
+void
+gedit_file_chooser_dialog_set_do_overwrite_confirmation (GeditFileChooserDialog *dialog,
+ gboolean overwrite_confirmation)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog));
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_if_fail (iface->set_do_overwrite_confirmation != NULL);
+
+ iface->set_do_overwrite_confirmation (dialog, overwrite_confirmation);
+}
+
+void
+gedit_file_chooser_dialog_show (GeditFileChooserDialog *dialog)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog));
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_if_fail (iface->show != NULL);
+
+ iface->show (dialog);
+}
+
+void
+gedit_file_chooser_dialog_destroy (GeditFileChooserDialog *dialog)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog));
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_if_fail (iface->destroy != NULL);
+
+ iface->destroy (dialog);
+}
+
+void
+gedit_file_chooser_dialog_set_modal (GeditFileChooserDialog *dialog,
+ gboolean is_modal)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog));
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+ g_return_if_fail (iface->set_modal != NULL);
+
+ iface->set_modal (dialog, is_modal);
+}
+
+GtkWindow *
+gedit_file_chooser_dialog_get_window (GeditFileChooserDialog *dialog)
+{
+ GeditFileChooserDialogInterface *iface;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_CHOOSER_DIALOG (dialog), NULL);
+
+ iface = GEDIT_FILE_CHOOSER_DIALOG_GET_IFACE (dialog);
+
+ if (iface->get_window)
+ {
+ return iface->get_window (dialog);
+ }
+
+ return NULL;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-file-chooser-dialog.h b/gedit/gedit-file-chooser-dialog.h
new file mode 100644
index 0000000..b759c65
--- /dev/null
+++ b/gedit/gedit-file-chooser-dialog.h
@@ -0,0 +1,123 @@
+/*
+ * gedit-file-chooser-dialog.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_CHOOSER_DIALOG_H
+#define GEDIT_FILE_CHOOSER_DIALOG_H
+
+#include <gtksourceview/gtksource.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_CHOOSER_DIALOG (gedit_file_chooser_dialog_get_type ())
+
+G_DECLARE_INTERFACE (GeditFileChooserDialog, gedit_file_chooser_dialog,
+ GEDIT, FILE_CHOOSER_DIALOG,
+ GObject)
+
+struct _GeditFileChooserDialogInterface
+{
+ GTypeInterface g_iface;
+
+ /* Virtual public methods */
+ void (*set_encoding) (GeditFileChooserDialog *dialog,
+ const GtkSourceEncoding *encoding);
+
+ const GtkSourceEncoding *
+ (*get_encoding) (GeditFileChooserDialog *dialog);
+
+ void (*set_newline_type) (GeditFileChooserDialog *dialog,
+ GtkSourceNewlineType newline_type);
+
+ GtkSourceNewlineType
+ (*get_newline_type) (GeditFileChooserDialog *dialog);
+
+ void (*set_current_folder) (GeditFileChooserDialog *dialog,
+ GFile *folder);
+
+ void (*set_current_name) (GeditFileChooserDialog *dialog,
+ const gchar *name);
+
+ void (*set_file) (GeditFileChooserDialog *dialog,
+ GFile *file);
+
+ GFile * (*get_file) (GeditFileChooserDialog *dialog);
+
+ void (*set_do_overwrite_confirmation)
+ (GeditFileChooserDialog *dialog,
+ gboolean overwrite_confirmation);
+
+ void (*show) (GeditFileChooserDialog *dialog);
+
+ void (*destroy) (GeditFileChooserDialog *dialog);
+
+ void (*set_modal) (GeditFileChooserDialog *dialog,
+ gboolean is_modal);
+
+ GtkWindow *
+ (*get_window) (GeditFileChooserDialog *dialog);
+};
+
+GeditFileChooserDialog *
+ gedit_file_chooser_dialog_create (const gchar *title,
+ GtkWindow *parent,
+ const gchar *accept_label,
+ const gchar *cancel_label);
+
+void gedit_file_chooser_dialog_destroy (GeditFileChooserDialog *dialog);
+
+void gedit_file_chooser_dialog_set_encoding (GeditFileChooserDialog *dialog,
+ const GtkSourceEncoding *encoding);
+
+const GtkSourceEncoding *
+ gedit_file_chooser_dialog_get_encoding (GeditFileChooserDialog *dialog);
+
+void gedit_file_chooser_dialog_set_newline_type (GeditFileChooserDialog *dialog,
+ GtkSourceNewlineType newline_type);
+
+GtkSourceNewlineType
+ gedit_file_chooser_dialog_get_newline_type (GeditFileChooserDialog *dialog);
+
+void gedit_file_chooser_dialog_set_current_folder (GeditFileChooserDialog *dialog,
+ GFile *folder);
+
+void gedit_file_chooser_dialog_set_current_name (GeditFileChooserDialog *dialog,
+ const gchar *name);
+
+void gedit_file_chooser_dialog_set_file (GeditFileChooserDialog *dialog,
+ GFile *file);
+
+GFile *gedit_file_chooser_dialog_get_file (GeditFileChooserDialog *dialog);
+
+void gedit_file_chooser_dialog_set_do_overwrite_confirmation (
+ GeditFileChooserDialog *dialog,
+ gboolean overwrite_confirmation);
+
+void gedit_file_chooser_dialog_show (GeditFileChooserDialog *dialog);
+
+void gedit_file_chooser_dialog_set_modal (GeditFileChooserDialog *dialog,
+ gboolean is_modal);
+
+GtkWindow *gedit_file_chooser_dialog_get_window (GeditFileChooserDialog *dialog);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_CHOOSER_DIALOG_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-file-chooser-open-dialog.c b/gedit/gedit-file-chooser-open-dialog.c
new file mode 100644
index 0000000..1975f51
--- /dev/null
+++ b/gedit/gedit-file-chooser-open-dialog.c
@@ -0,0 +1,125 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-file-chooser-open-dialog.h"
+#include <glib/gi18n.h>
+#include "gedit-encodings-combo-box.h"
+
+/* A GtkFileChooserDialog to *open* files. */
+
+struct _GeditFileChooserOpenDialogPrivate
+{
+ GeditEncodingsComboBox *encodings_combo_box;
+};
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditFileChooserOpenDialog, _gedit_file_chooser_open_dialog, GEDIT_TYPE_FILE_CHOOSER_OPEN)
+
+static void
+setup_encoding_extra_widget (GeditFileChooserOpenDialog *chooser,
+ GtkFileChooser *gtk_chooser)
+{
+ GtkWidget *label;
+ GtkWidget *encodings_combo_box;
+ GtkWidget *hgrid;
+
+ g_assert (chooser->priv->encodings_combo_box == NULL);
+
+ label = gtk_label_new_with_mnemonic (_("C_haracter Encoding:"));
+ encodings_combo_box = gedit_encodings_combo_box_new (FALSE);
+ gtk_label_set_mnemonic_widget (GTK_LABEL (label), encodings_combo_box);
+
+ hgrid = gtk_grid_new ();
+ gtk_grid_set_column_spacing (GTK_GRID (hgrid), 6);
+ gtk_container_add (GTK_CONTAINER (hgrid), label);
+ gtk_container_add (GTK_CONTAINER (hgrid), encodings_combo_box);
+
+ chooser->priv->encodings_combo_box = GEDIT_ENCODINGS_COMBO_BOX (encodings_combo_box);
+ g_object_ref_sink (chooser->priv->encodings_combo_box);
+
+ gtk_widget_show_all (hgrid);
+ gtk_file_chooser_set_extra_widget (gtk_chooser, hgrid);
+}
+
+static void
+_gedit_file_chooser_open_dialog_dispose (GObject *object)
+{
+ GeditFileChooserOpenDialog *chooser = GEDIT_FILE_CHOOSER_OPEN_DIALOG (object);
+
+ g_clear_object (&chooser->priv->encodings_combo_box);
+
+ G_OBJECT_CLASS (_gedit_file_chooser_open_dialog_parent_class)->dispose (object);
+}
+
+static GtkFileChooser *
+chooser_create_gtk_file_chooser (GeditFileChooser *chooser)
+{
+ GtkWidget *file_chooser;
+
+ /* Translators: "Open Files" is the title of the file chooser window. */
+ file_chooser = gtk_file_chooser_dialog_new (C_("window title", "Open Files"),
+ NULL,
+ GTK_FILE_CHOOSER_ACTION_OPEN,
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ _("_Open"), GTK_RESPONSE_ACCEPT,
+ NULL);
+
+ gtk_dialog_set_default_response (GTK_DIALOG (file_chooser), GTK_RESPONSE_ACCEPT);
+
+ setup_encoding_extra_widget (GEDIT_FILE_CHOOSER_OPEN_DIALOG (chooser),
+ GTK_FILE_CHOOSER (file_chooser));
+
+ if (g_object_is_floating (file_chooser))
+ {
+ g_object_ref_sink (file_chooser);
+ }
+
+ return GTK_FILE_CHOOSER (file_chooser);
+}
+
+static const GtkSourceEncoding *
+chooser_get_encoding (GeditFileChooser *_chooser)
+{
+ GeditFileChooserOpenDialog *chooser = GEDIT_FILE_CHOOSER_OPEN_DIALOG (_chooser);
+
+ return gedit_encodings_combo_box_get_selected_encoding (chooser->priv->encodings_combo_box);
+}
+
+static void
+_gedit_file_chooser_open_dialog_class_init (GeditFileChooserOpenDialogClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GeditFileChooserClass *file_chooser_class = GEDIT_FILE_CHOOSER_CLASS (klass);
+
+ object_class->dispose = _gedit_file_chooser_open_dialog_dispose;
+
+ file_chooser_class->create_gtk_file_chooser = chooser_create_gtk_file_chooser;
+ file_chooser_class->get_encoding = chooser_get_encoding;
+}
+
+static void
+_gedit_file_chooser_open_dialog_init (GeditFileChooserOpenDialog *chooser)
+{
+ chooser->priv = _gedit_file_chooser_open_dialog_get_instance_private (chooser);
+}
+
+GeditFileChooserOpen *
+_gedit_file_chooser_open_dialog_new (void)
+{
+ return g_object_new (GEDIT_TYPE_FILE_CHOOSER_OPEN_DIALOG, NULL);
+}
diff --git a/gedit/gedit-file-chooser-open-dialog.h b/gedit/gedit-file-chooser-open-dialog.h
new file mode 100644
index 0000000..d7f0d51
--- /dev/null
+++ b/gedit/gedit-file-chooser-open-dialog.h
@@ -0,0 +1,58 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_CHOOSER_OPEN_DIALOG_H
+#define GEDIT_FILE_CHOOSER_OPEN_DIALOG_H
+
+#include "gedit-file-chooser-open.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_CHOOSER_OPEN_DIALOG (_gedit_file_chooser_open_dialog_get_type ())
+#define GEDIT_FILE_CHOOSER_OPEN_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_CHOOSER_OPEN_DIALOG, GeditFileChooserOpenDialog))
+#define GEDIT_FILE_CHOOSER_OPEN_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_FILE_CHOOSER_OPEN_DIALOG, GeditFileChooserOpenDialogClass))
+#define GEDIT_IS_FILE_CHOOSER_OPEN_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_FILE_CHOOSER_OPEN_DIALOG))
+#define GEDIT_IS_FILE_CHOOSER_OPEN_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_FILE_CHOOSER_OPEN_DIALOG))
+#define GEDIT_FILE_CHOOSER_OPEN_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_FILE_CHOOSER_OPEN_DIALOG, GeditFileChooserOpenDialogClass))
+
+typedef struct _GeditFileChooserOpenDialog GeditFileChooserOpenDialog;
+typedef struct _GeditFileChooserOpenDialogClass GeditFileChooserOpenDialogClass;
+typedef struct _GeditFileChooserOpenDialogPrivate GeditFileChooserOpenDialogPrivate;
+
+struct _GeditFileChooserOpenDialog
+{
+ GeditFileChooserOpen parent;
+
+ GeditFileChooserOpenDialogPrivate *priv;
+};
+
+struct _GeditFileChooserOpenDialogClass
+{
+ GeditFileChooserOpenClass parent_class;
+};
+
+G_GNUC_INTERNAL
+GType _gedit_file_chooser_open_dialog_get_type (void);
+
+G_GNUC_INTERNAL
+GeditFileChooserOpen * _gedit_file_chooser_open_dialog_new (void);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_CHOOSER_OPEN_DIALOG_H */
diff --git a/gedit/gedit-file-chooser-open-native.c b/gedit/gedit-file-chooser-open-native.c
new file mode 100644
index 0000000..3a3ba5a
--- /dev/null
+++ b/gedit/gedit-file-chooser-open-native.c
@@ -0,0 +1,84 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-file-chooser-open-native.h"
+#include <glib/gi18n.h>
+
+/* A GtkFileChooserNative to *open* files. */
+/* TODO: finish the implementation. */
+
+struct _GeditFileChooserOpenNativePrivate
+{
+ gint something;
+};
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditFileChooserOpenNative, _gedit_file_chooser_open_native, GEDIT_TYPE_FILE_CHOOSER_OPEN)
+
+#if 0
+static GtkNativeDialog *
+get_native_dialog (GeditFileChooserOpenNative *chooser)
+{
+ return GTK_NATIVE_DIALOG (_gedit_file_chooser_get_gtk_file_chooser (GEDIT_FILE_CHOOSER (chooser)));
+}
+#endif
+
+static void
+_gedit_file_chooser_open_native_dispose (GObject *object)
+{
+
+ G_OBJECT_CLASS (_gedit_file_chooser_open_native_parent_class)->dispose (object);
+}
+
+static GtkFileChooser *
+chooser_create_gtk_file_chooser (GeditFileChooser *chooser)
+{
+ GtkFileChooserNative *native_chooser;
+
+ /* Translators: "Open Files" is the title of the file chooser window. */
+ native_chooser = gtk_file_chooser_native_new (C_("window title", "Open Files"),
+ NULL,
+ GTK_FILE_CHOOSER_ACTION_OPEN,
+ NULL,
+ NULL);
+
+ return GTK_FILE_CHOOSER (native_chooser);
+}
+
+static void
+_gedit_file_chooser_open_native_class_init (GeditFileChooserOpenNativeClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GeditFileChooserClass *chooser_class = GEDIT_FILE_CHOOSER_CLASS (klass);
+
+ object_class->dispose = _gedit_file_chooser_open_native_dispose;
+
+ chooser_class->create_gtk_file_chooser = chooser_create_gtk_file_chooser;
+}
+
+static void
+_gedit_file_chooser_open_native_init (GeditFileChooserOpenNative *chooser)
+{
+ chooser->priv = _gedit_file_chooser_open_native_get_instance_private (chooser);
+}
+
+GeditFileChooserOpen *
+_gedit_file_chooser_open_native_new (void)
+{
+ return g_object_new (GEDIT_TYPE_FILE_CHOOSER_OPEN_NATIVE, NULL);
+}
diff --git a/gedit/gedit-file-chooser-open-native.h b/gedit/gedit-file-chooser-open-native.h
new file mode 100644
index 0000000..5cac81d
--- /dev/null
+++ b/gedit/gedit-file-chooser-open-native.h
@@ -0,0 +1,58 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_CHOOSER_OPEN_NATIVE_H
+#define GEDIT_FILE_CHOOSER_OPEN_NATIVE_H
+
+#include "gedit-file-chooser-open.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_CHOOSER_OPEN_NATIVE (_gedit_file_chooser_open_native_get_type ())
+#define GEDIT_FILE_CHOOSER_OPEN_NATIVE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_CHOOSER_OPEN_NATIVE, GeditFileChooserOpenNative))
+#define GEDIT_FILE_CHOOSER_OPEN_NATIVE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_FILE_CHOOSER_OPEN_NATIVE, GeditFileChooserOpenNativeClass))
+#define GEDIT_IS_FILE_CHOOSER_OPEN_NATIVE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_FILE_CHOOSER_OPEN_NATIVE))
+#define GEDIT_IS_FILE_CHOOSER_OPEN_NATIVE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_FILE_CHOOSER_OPEN_NATIVE))
+#define GEDIT_FILE_CHOOSER_OPEN_NATIVE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_FILE_CHOOSER_OPEN_NATIVE, GeditFileChooserOpenNativeClass))
+
+typedef struct _GeditFileChooserOpenNative GeditFileChooserOpenNative;
+typedef struct _GeditFileChooserOpenNativeClass GeditFileChooserOpenNativeClass;
+typedef struct _GeditFileChooserOpenNativePrivate GeditFileChooserOpenNativePrivate;
+
+struct _GeditFileChooserOpenNative
+{
+ GeditFileChooserOpen parent;
+
+ GeditFileChooserOpenNativePrivate *priv;
+};
+
+struct _GeditFileChooserOpenNativeClass
+{
+ GeditFileChooserOpenClass parent_class;
+};
+
+G_GNUC_INTERNAL
+GType _gedit_file_chooser_open_native_get_type (void);
+
+G_GNUC_INTERNAL
+GeditFileChooserOpen * _gedit_file_chooser_open_native_new (void);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_CHOOSER_OPEN_NATIVE_H */
diff --git a/gedit/gedit-file-chooser-open.c b/gedit/gedit-file-chooser-open.c
new file mode 100644
index 0000000..96f0182
--- /dev/null
+++ b/gedit/gedit-file-chooser-open.c
@@ -0,0 +1,77 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-file-chooser-open.h"
+#include "gedit-file-chooser-open-dialog.h"
+#include "gedit-file-chooser-open-native.h"
+
+/* Common code for file choosers that *open* files. */
+
+G_DEFINE_TYPE (GeditFileChooserOpen, _gedit_file_chooser_open, GEDIT_TYPE_FILE_CHOOSER)
+
+static GtkFileChooser *
+get_gtk_file_chooser (GeditFileChooserOpen *chooser)
+{
+ return _gedit_file_chooser_get_gtk_file_chooser (GEDIT_FILE_CHOOSER (chooser));
+}
+
+static void
+_gedit_file_chooser_open_constructed (GObject *object)
+{
+ GeditFileChooserOpen *chooser = GEDIT_FILE_CHOOSER_OPEN (object);
+
+ if (G_OBJECT_CLASS (_gedit_file_chooser_open_parent_class)->constructed != NULL)
+ {
+ G_OBJECT_CLASS (_gedit_file_chooser_open_parent_class)->constructed (object);
+ }
+
+ gtk_file_chooser_set_select_multiple (get_gtk_file_chooser (chooser), TRUE);
+}
+
+static void
+_gedit_file_chooser_open_class_init (GeditFileChooserOpenClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->constructed = _gedit_file_chooser_open_constructed;
+}
+
+static void
+_gedit_file_chooser_open_init (GeditFileChooserOpen *chooser)
+{
+}
+
+GeditFileChooserOpen *
+_gedit_file_chooser_open_new (void)
+{
+ if (_gedit_file_chooser_is_native ())
+ {
+ return _gedit_file_chooser_open_native_new ();
+ }
+
+ return _gedit_file_chooser_open_dialog_new ();
+}
+
+GSList *
+_gedit_file_chooser_open_get_files (GeditFileChooserOpen *chooser)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_CHOOSER_OPEN (chooser), NULL);
+
+ return gtk_file_chooser_get_files (get_gtk_file_chooser (chooser));
+}
diff --git a/gedit/gedit-file-chooser-open.h b/gedit/gedit-file-chooser-open.h
new file mode 100644
index 0000000..80f1a16
--- /dev/null
+++ b/gedit/gedit-file-chooser-open.h
@@ -0,0 +1,58 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_CHOOSER_OPEN_H
+#define GEDIT_FILE_CHOOSER_OPEN_H
+
+#include "gedit-file-chooser.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_CHOOSER_OPEN (_gedit_file_chooser_open_get_type ())
+#define GEDIT_FILE_CHOOSER_OPEN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_CHOOSER_OPEN, GeditFileChooserOpen))
+#define GEDIT_FILE_CHOOSER_OPEN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_FILE_CHOOSER_OPEN, GeditFileChooserOpenClass))
+#define GEDIT_IS_FILE_CHOOSER_OPEN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_FILE_CHOOSER_OPEN))
+#define GEDIT_IS_FILE_CHOOSER_OPEN_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_FILE_CHOOSER_OPEN))
+#define GEDIT_FILE_CHOOSER_OPEN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_FILE_CHOOSER_OPEN, GeditFileChooserOpenClass))
+
+typedef struct _GeditFileChooserOpen GeditFileChooserOpen;
+typedef struct _GeditFileChooserOpenClass GeditFileChooserOpenClass;
+
+struct _GeditFileChooserOpen
+{
+ GeditFileChooser parent;
+};
+
+struct _GeditFileChooserOpenClass
+{
+ GeditFileChooserClass parent_class;
+};
+
+G_GNUC_INTERNAL
+GType _gedit_file_chooser_open_get_type (void);
+
+G_GNUC_INTERNAL
+GeditFileChooserOpen * _gedit_file_chooser_open_new (void);
+
+G_GNUC_INTERNAL
+GSList * _gedit_file_chooser_open_get_files (GeditFileChooserOpen *chooser);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_CHOOSER_OPEN_H */
diff --git a/gedit/gedit-file-chooser.c b/gedit/gedit-file-chooser.c
new file mode 100644
index 0000000..a5c9547
--- /dev/null
+++ b/gedit/gedit-file-chooser.c
@@ -0,0 +1,785 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-file-chooser.h"
+#include <glib/gi18n.h>
+#include "gedit-settings.h"
+
+/* Common code between the different GeditFileChooser's. */
+
+struct _GeditFileChooserPrivate
+{
+ GtkFileChooser *gtk_chooser;
+};
+
+enum
+{
+ SIGNAL_DONE,
+ N_SIGNALS
+};
+
+static guint signals[N_SIGNALS];
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditFileChooser, _gedit_file_chooser, G_TYPE_OBJECT)
+
+#define ALL_FILES _("All Files")
+#define ALL_TEXT_FILES _("All Text Files")
+
+/* Whether to use GtkFileChooserNative or GtkFileChooserDialog. */
+gboolean
+_gedit_file_chooser_is_native (void)
+{
+ /* TODO: finish the implementation of the native variants. */
+ return FALSE;
+}
+
+static gboolean
+mime_types_are_supported (void)
+{
+/* Note that the #ifdef could be moved to where this function is called, to have
+ * much more code between the #ifdef/#else/#endif. The goal is to always compile
+ * all the code on all platforms, to catch compilation problems earlier.
+ */
+#ifdef G_OS_WIN32
+ /* See the GtkFileChooserNative documentation, a GtkFileFilter with
+ * mime-types is not supported on Windows.
+ */
+ return FALSE;
+#else
+ return TRUE;
+#endif
+}
+
+/* Returns: (transfer none) (element-type utf8): a list containing "text/plain"
+ * and "application/x-zerosize" first and then the list of mime-types unrelated
+ * to "text/plain" and not equal to "application/x-zerosize" that GtkSourceView
+ * supports for the syntax highlighting.
+ */
+static GSList *
+get_supported_mime_types (void)
+{
+ static GSList *supported_mime_types = NULL;
+ static gboolean initialized = FALSE;
+
+ GtkSourceLanguageManager *language_manager;
+ const gchar * const *language_ids;
+ gint language_num;
+
+ if (initialized)
+ {
+ return supported_mime_types;
+ }
+
+ language_manager = gtk_source_language_manager_get_default ();
+ language_ids = gtk_source_language_manager_get_language_ids (language_manager);
+ for (language_num = 0; language_ids != NULL && language_ids[language_num] != NULL; language_num++)
+ {
+ const gchar *cur_language_id = language_ids[language_num];
+ GtkSourceLanguage *language;
+ gchar **mime_types;
+ gint mime_type_num;
+
+ language = gtk_source_language_manager_get_language (language_manager, cur_language_id);
+ mime_types = gtk_source_language_get_mime_types (language);
+
+ if (mime_types == NULL)
+ {
+ continue;
+ }
+
+ for (mime_type_num = 0; mime_types[mime_type_num] != NULL; mime_type_num++)
+ {
+ const gchar *cur_mime_type = mime_types[mime_type_num];
+
+ if (!g_content_type_is_a (cur_mime_type, "text/plain") &&
+ !g_content_type_equals (cur_mime_type, "application/x-zerosize"))
+ {
+ //g_message ("Mime-type '%s' is not related to 'text/plain'", cur_mime_type);
+ supported_mime_types = g_slist_prepend (supported_mime_types,
+ g_strdup (cur_mime_type));
+ }
+ }
+
+ g_strfreev (mime_types);
+ }
+
+ supported_mime_types = g_slist_prepend (supported_mime_types, g_strdup ("application/x-zerosize"));
+
+ // Note that all "text/*" mime-types are subclasses of "text/plain", see:
+ // https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html#subclassing
+ supported_mime_types = g_slist_prepend (supported_mime_types, g_strdup ("text/plain"));
+
+ initialized = TRUE;
+ return supported_mime_types;
+}
+
+static const gchar * const *
+get_supported_globs (void)
+{
+ /* List generated with Tepl's shared-mime-info-list-text-plain-globs
+ * tool.
+ *
+ * TODO: can be improved by including globs from GtkSourceLanguage's.
+ */
+ static const gchar * const supported_globs[] =
+ {
+ "*.abw",
+ "*.adb",
+ "*.ads",
+ "*.al",
+ "*.asc",
+ "*.asp",
+ "*.ass",
+ "*.atom",
+ "*.automount",
+ "*.awk",
+ "*.bib",
+ "*.build",
+ "*.c",
+ "*.c++",
+ "*.cbl",
+ "*.cc",
+ "*.ccmx",
+ "*.cl",
+ "*.cls",
+ "*.cmake",
+ "*.cob",
+ "*.coffee",
+ "*.cpp",
+ "*.cs",
+ "*.csh",
+ "*.css",
+ "*.csv",
+ "*.csvs",
+ "*.cue",
+ "*.cxx",
+ "*.d",
+ "*.dbk",
+ "*.dcl",
+ "*.desktop",
+ "*.device",
+ "*.di",
+ "*.dia",
+ "*.diff",
+ "*.docbook",
+ "*.dot",
+ "*.dsl",
+ "*.dtd",
+ "*.dtx",
+ "*.e",
+ "*.eif",
+ "*.el",
+ "*.eml",
+ "*.ent",
+ "*.eps",
+ "*.epsf",
+ "*.epsi",
+ "*.erl",
+ "*.es",
+ "*.etx",
+ "*.f",
+ "*.f90",
+ "*.f95",
+ "*.fb2",
+ "*.feature",
+ "*.fl",
+ "*.flatpakref",
+ "*.flatpakrepo",
+ "*.fo",
+ "*.fodg",
+ "*.fodp",
+ "*.fods",
+ "*.fodt",
+ "*.for",
+ "*.gcode",
+ "*.gcrd",
+ "*.geojson",
+ "*.glade",
+ "*.gml",
+ "*.gnuplot",
+ "*.go",
+ "*.gp",
+ "*.gpg",
+ "*.gplt",
+ "*.gpx",
+ "*.gradle",
+ "*.groovy",
+ "*.gs",
+ "*.gsf",
+ "*.gsh",
+ "*.gv",
+ "*.gvp",
+ "*.gvy",
+ "*.gy",
+ "*.h",
+ "*.h++",
+ "*.hh",
+ "*.hp",
+ "*.hpp",
+ "*.hs",
+ "*.htm",
+ "*.html",
+ "*.hxx",
+ "*.ica",
+ "*.ics",
+ "*.idl",
+ "*.iges",
+ "*.igs",
+ "*.ime",
+ "*.imy",
+ "*.ins",
+ "*.iptables",
+ "*.ipynb",
+ "*.it87",
+ "*.jad",
+ "*.java",
+ "*.jnlp",
+ "*.jrd",
+ "*.js",
+ "*.jsm",
+ "*.json",
+ "*.jsonld",
+ "*.json-patch",
+ "*.kdelnk",
+ "*.key",
+ "*.kino",
+ "*.kml",
+ "*.la",
+ "*.latex",
+ "*.ldif",
+ "*.lhs",
+ "*.log",
+ "*.ltx",
+ "*.lua",
+ "*.ly",
+ "*.lyx",
+ "*.m",
+ "*.m1u",
+ "*.m3u",
+ "*.m3u8",
+ "*.m4",
+ "*.m4u",
+ "*.mab",
+ "*.mak",
+ "*.man",
+ "*.manifest",
+ "*.markdown",
+ "*.mbox",
+ "*.mc2",
+ "*.md",
+ "*.me",
+ "*.meta4",
+ "*.metalink",
+ "*.mgp",
+ "*.mjs",
+ "*.mk",
+ "*.mkd",
+ "*.ml",
+ "*.mli",
+ "*.mm",
+ "*.mml",
+ "*.mo",
+ "*.moc",
+ "*.mof",
+ "*.mount",
+ "*.mrl",
+ "*.mrml",
+ "*.ms",
+ "*.mup",
+ "*.mxu",
+ "*.nb",
+ "*.nfo",
+ "*.not",
+ "*.nzb",
+ "*.ocl",
+ "*.ooc",
+ "*.opml",
+ "*.owl",
+ "*.owx",
+ "*.p",
+ "*.p7s",
+ "*.pas",
+ "*.patch",
+ "*.path",
+ "*.perl",
+ "*.pfa",
+ "*.pfb",
+ "*.pgn",
+ "*.pgp",
+ "*.php",
+ "*.php3",
+ "*.php4",
+ "*.php5",
+ "*.phps",
+ "*.pkr",
+ "*.pl",
+ "*.pm",
+ "*.po",
+ "*.pod",
+ "*.pot",
+ "*.ps",
+ "*.py",
+ "*.py3",
+ "*.py3x",
+ "*.pyx",
+ "*.qml",
+ "*.qmlproject",
+ "*.qmltypes",
+ "*.qti",
+ "*.raml",
+ "*.rb",
+ "*.rdf",
+ "*.rdfs",
+ "*.rej",
+ "*.rnc",
+ "*.rng",
+ "*.roff",
+ "*.rs",
+ "*.rss",
+ "*.rst",
+ "*.rt",
+ "*.rtf",
+ "*.rtx",
+ "*.sami",
+ "*.sass",
+ "*.scala",
+ "*.scm",
+ "*.scope",
+ "*.scss",
+ "*.sdp",
+ "*.service",
+ "*.sgf",
+ "*.sgm",
+ "*.sgml",
+ "*.sh",
+ "*.shape",
+ "*.sig",
+ "*.siv",
+ "*.skr",
+ "*.slice",
+ "*.slk",
+ "*.smi",
+ "*.smil",
+ "*.sml",
+ "*.socket",
+ "*.spec",
+ "*.sql",
+ "*.src",
+ "*.srt",
+ "*.ss",
+ "*.ssa",
+ "*.sty",
+ "*.sub",
+ "*.sv",
+ "*.svg",
+ "*.svh",
+ "*.swap",
+ "*.sylk",
+ "*.t",
+ "*.t2t",
+ "*.target",
+ "*.tcl",
+ "*.tex",
+ "*.texi",
+ "*.texinfo",
+ "*.theme",
+ "*.timer",
+ "*.tk",
+ "*.toc",
+ "*.tr",
+ "*.trig",
+ "*.ts",
+ "*.tsv",
+ "*.ttl",
+ "*.ttx",
+ "*.twig",
+ "*.txt",
+ "*.ufraw",
+ "*.ui",
+ "*.uil",
+ "*.uue",
+ "*.v",
+ "*.vala",
+ "*.vapi",
+ "*.vcard",
+ "*.vcf",
+ "*.vcs",
+ "*.vct",
+ "*.vhd",
+ "*.vhdl",
+ "*.vlc",
+ "*.vrm",
+ "*.vrml",
+ "*.vtt",
+ "*.wml",
+ "*.wmls",
+ "*.wrl",
+ "*.wsgi",
+ "*.xbel",
+ "*.xbl",
+ "*.xht",
+ "*.xhtml",
+ "*.xlf",
+ "*.xliff",
+ "*.xmi",
+ "*.xml",
+ "*.xsd",
+ "*.xsl",
+ "*.xslfo",
+ "*.xslt",
+ "*.xspf",
+ "*.xul",
+ "*.yaml",
+ "*.yml",
+ "*.zabw",
+ NULL
+ };
+
+ return supported_globs;
+}
+
+static GtkFileFilter *
+create_all_text_files_filter (void)
+{
+ GtkFileFilter *filter;
+
+ filter = gtk_file_filter_new ();
+ gtk_file_filter_set_name (filter, ALL_TEXT_FILES);
+
+ if (mime_types_are_supported ())
+ {
+ GSList *supported_mime_types;
+ GSList *l;
+
+ supported_mime_types = get_supported_mime_types ();
+ for (l = supported_mime_types; l != NULL; l = l->next)
+ {
+ const gchar *mime_type = l->data;
+
+ gtk_file_filter_add_mime_type (filter, mime_type);
+ }
+
+ /* FIXME: use globs too - Paolo (Aug. 27, 2007).
+ *
+ * Yes, use globs too - swilmet (June 2020). Get the list of
+ * globs from GtkSourceLanguage's, and add them to the filter
+ * (only those that are not covered by a previously added
+ * mime-type). Note that the list of extra globs here must be
+ * computed differently than the list of extra globs for
+ * get_supported_globs() (see the TODO comment there).
+ */
+ }
+ else
+ {
+ const gchar * const *supported_globs;
+ gint i;
+
+ supported_globs = get_supported_globs ();
+ for (i = 0; supported_globs != NULL && supported_globs[i] != NULL; i++)
+ {
+ const gchar *glob = supported_globs[i];
+
+ gtk_file_filter_add_pattern (filter, glob);
+ }
+ }
+
+ return filter;
+}
+
+static void
+notify_filter_cb (GtkFileChooser *gtk_chooser,
+ GParamSpec *pspec,
+ gpointer user_data)
+{
+ GtkFileFilter *filter;
+ const gchar *name;
+ gint id = 0;
+ GeditSettings *settings;
+ GSettings *file_chooser_state_settings;
+
+ /* Remember the selected filter. */
+
+ filter = gtk_file_chooser_get_filter (gtk_chooser);
+ if (filter == NULL)
+ {
+ return;
+ }
+
+ name = gtk_file_filter_get_name (filter);
+ if (g_strcmp0 (name, ALL_FILES) == 0)
+ {
+ id = 1;
+ }
+
+ settings = _gedit_settings_get_singleton ();
+ file_chooser_state_settings = _gedit_settings_peek_file_chooser_state_settings (settings);
+ g_settings_set_int (file_chooser_state_settings, GEDIT_SETTINGS_ACTIVE_FILE_FILTER, id);
+}
+
+static void
+setup_filters (GeditFileChooser *chooser)
+{
+ GeditSettings *settings;
+ GSettings *file_chooser_state_settings;
+ gint active_filter;
+ GtkFileFilter *filter;
+
+ settings = _gedit_settings_get_singleton ();
+ file_chooser_state_settings = _gedit_settings_peek_file_chooser_state_settings (settings);
+ active_filter = g_settings_get_int (file_chooser_state_settings, GEDIT_SETTINGS_ACTIVE_FILE_FILTER);
+
+ /* "All Text Files" filter */
+ filter = create_all_text_files_filter ();
+
+ g_object_ref_sink (filter);
+ gtk_file_chooser_add_filter (chooser->priv->gtk_chooser, filter);
+ if (active_filter != 1)
+ {
+ /* Use this filter if set by user and as default. */
+ gtk_file_chooser_set_filter (chooser->priv->gtk_chooser, filter);
+ }
+ g_object_unref (filter);
+
+ /* "All Files" filter */
+ filter = gtk_file_filter_new ();
+ gtk_file_filter_set_name (filter, ALL_FILES);
+ gtk_file_filter_add_pattern (filter, "*");
+
+ g_object_ref_sink (filter);
+ gtk_file_chooser_add_filter (chooser->priv->gtk_chooser, filter);
+ if (active_filter == 1)
+ {
+ /* Use this filter if set by user. */
+ gtk_file_chooser_set_filter (chooser->priv->gtk_chooser, filter);
+ }
+ g_object_unref (filter);
+
+ g_signal_connect (chooser->priv->gtk_chooser,
+ "notify::filter",
+ G_CALLBACK (notify_filter_cb),
+ NULL);
+}
+
+/* Set the dialog as modal. It's a workaround for this bug:
+ * https://gitlab.gnome.org/GNOME/gtk/issues/2824
+ * "GtkNativeDialog: non-modal and gtk_native_dialog_show(), doesn't present the
+ * window"
+ *
+ * - For opening files: drag-and-drop files from the file chooser to the
+ * GeditWindow: OK, it still works.
+ * - Other main windows not being "blocked"/insensitive (GtkWindowGroup): OK,
+ * calling gtk_native_dialog_set_transient_for() does the right thing.
+ *
+ * Even if the above GTK bug is fixed, the file chooser can be kept modal,
+ * except if there was a good reason for not being modal (what reason(s)?).
+ */
+static void
+set_modal (GeditFileChooser *chooser)
+{
+ if (_gedit_file_chooser_is_native ())
+ {
+ gtk_native_dialog_set_modal (GTK_NATIVE_DIALOG (chooser->priv->gtk_chooser), TRUE);
+ }
+ else
+ {
+ gtk_window_set_modal (GTK_WINDOW (chooser->priv->gtk_chooser), TRUE);
+ }
+}
+
+static void
+response_cb (GtkFileChooser *gtk_chooser,
+ gint response_id,
+ GeditFileChooser *chooser)
+{
+ gboolean accept;
+
+ accept = response_id == GTK_RESPONSE_ACCEPT;
+ g_signal_emit (chooser, signals[SIGNAL_DONE], 0, accept);
+}
+
+static void
+_gedit_file_chooser_constructed (GObject *object)
+{
+ GeditFileChooser *chooser = GEDIT_FILE_CHOOSER (object);
+ GeditFileChooserClass *klass = GEDIT_FILE_CHOOSER_GET_CLASS (chooser);
+
+ if (G_OBJECT_CLASS (_gedit_file_chooser_parent_class)->constructed != NULL)
+ {
+ G_OBJECT_CLASS (_gedit_file_chooser_parent_class)->constructed (object);
+ }
+
+ if (klass->create_gtk_file_chooser != NULL)
+ {
+ g_return_if_fail (chooser->priv->gtk_chooser == NULL);
+ chooser->priv->gtk_chooser = klass->create_gtk_file_chooser (chooser);
+
+ setup_filters (chooser);
+ set_modal (chooser);
+ gtk_file_chooser_set_local_only (chooser->priv->gtk_chooser, FALSE);
+
+ g_signal_connect_object (chooser->priv->gtk_chooser,
+ "response",
+ G_CALLBACK (response_cb),
+ chooser,
+ 0);
+ }
+}
+
+static void
+_gedit_file_chooser_dispose (GObject *object)
+{
+ GeditFileChooser *chooser = GEDIT_FILE_CHOOSER (object);
+
+ if (chooser->priv->gtk_chooser != NULL)
+ {
+ if (_gedit_file_chooser_is_native ())
+ {
+ g_object_unref (chooser->priv->gtk_chooser);
+ }
+ else
+ {
+ gtk_widget_destroy (GTK_WIDGET (chooser->priv->gtk_chooser));
+ }
+
+ chooser->priv->gtk_chooser = NULL;
+ }
+
+ G_OBJECT_CLASS (_gedit_file_chooser_parent_class)->dispose (object);
+}
+
+static void
+_gedit_file_chooser_class_init (GeditFileChooserClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->constructed = _gedit_file_chooser_constructed;
+ object_class->dispose = _gedit_file_chooser_dispose;
+
+ /*
+ * GeditFileChooser::done:
+ * @chooser: the #GeditFileChooser emitting the signal.
+ * @accept: whether the response code is %GTK_RESPONSE_ACCEPT.
+ */
+ signals[SIGNAL_DONE] =
+ g_signal_new ("done",
+ G_TYPE_FROM_CLASS (klass),
+ G_SIGNAL_RUN_FIRST,
+ 0, NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1, G_TYPE_BOOLEAN);
+}
+
+static void
+_gedit_file_chooser_init (GeditFileChooser *chooser)
+{
+ chooser->priv = _gedit_file_chooser_get_instance_private (chooser);
+}
+
+GeditFileChooser *
+_gedit_file_chooser_new (void)
+{
+ return g_object_new (GEDIT_TYPE_FILE_CHOOSER, NULL);
+}
+
+/* TODO: this function will go away. */
+void
+_gedit_file_chooser_set_gtk_file_chooser (GeditFileChooser *chooser,
+ GtkFileChooser *gtk_chooser)
+{
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER (chooser));
+ g_return_if_fail (GTK_IS_FILE_CHOOSER (gtk_chooser));
+ g_return_if_fail (chooser->priv->gtk_chooser == NULL);
+
+ chooser->priv->gtk_chooser = g_object_ref_sink (gtk_chooser);
+ setup_filters (chooser);
+}
+
+GtkFileChooser *
+_gedit_file_chooser_get_gtk_file_chooser (GeditFileChooser *chooser)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_CHOOSER (chooser), NULL);
+ return chooser->priv->gtk_chooser;
+}
+
+void
+_gedit_file_chooser_set_transient_for (GeditFileChooser *chooser,
+ GtkWindow *parent)
+{
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER (chooser));
+ g_return_if_fail (parent == NULL || GTK_IS_WINDOW (parent));
+
+ if (_gedit_file_chooser_is_native ())
+ {
+ gtk_native_dialog_set_transient_for (GTK_NATIVE_DIALOG (chooser->priv->gtk_chooser), parent);
+ }
+ else
+ {
+ gtk_window_set_transient_for (GTK_WINDOW (chooser->priv->gtk_chooser), parent);
+
+ if (parent != NULL)
+ {
+ gtk_window_set_destroy_with_parent (GTK_WINDOW (chooser->priv->gtk_chooser), TRUE);
+ }
+ }
+}
+
+void
+_gedit_file_chooser_show (GeditFileChooser *chooser)
+{
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER (chooser));
+
+ if (_gedit_file_chooser_is_native ())
+ {
+ gtk_native_dialog_show (GTK_NATIVE_DIALOG (chooser->priv->gtk_chooser));
+ }
+ else
+ {
+ gtk_window_present (GTK_WINDOW (chooser->priv->gtk_chooser));
+ }
+}
+
+gchar *
+_gedit_file_chooser_get_current_folder_uri (GeditFileChooser *chooser)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_CHOOSER (chooser), NULL);
+
+ return gtk_file_chooser_get_current_folder_uri (chooser->priv->gtk_chooser);
+}
+
+void
+_gedit_file_chooser_set_current_folder_uri (GeditFileChooser *chooser,
+ const gchar *uri)
+{
+ g_return_if_fail (GEDIT_IS_FILE_CHOOSER (chooser));
+
+ gtk_file_chooser_set_current_folder_uri (chooser->priv->gtk_chooser, uri);
+}
+
+const GtkSourceEncoding *
+_gedit_file_chooser_get_encoding (GeditFileChooser *chooser)
+{
+ GeditFileChooserClass *klass;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_CHOOSER (chooser), NULL);
+
+ klass = GEDIT_FILE_CHOOSER_GET_CLASS (chooser);
+ g_return_val_if_fail (klass->get_encoding != NULL, NULL);
+
+ return klass->get_encoding (chooser);
+}
diff --git a/gedit/gedit-file-chooser.h b/gedit/gedit-file-chooser.h
new file mode 100644
index 0000000..d47cb9f
--- /dev/null
+++ b/gedit/gedit-file-chooser.h
@@ -0,0 +1,91 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2020 Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_CHOOSER_H
+#define GEDIT_FILE_CHOOSER_H
+
+#include <gtksourceview/gtksource.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_CHOOSER (_gedit_file_chooser_get_type ())
+#define GEDIT_FILE_CHOOSER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_CHOOSER, GeditFileChooser))
+#define GEDIT_FILE_CHOOSER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_FILE_CHOOSER, GeditFileChooserClass))
+#define GEDIT_IS_FILE_CHOOSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_FILE_CHOOSER))
+#define GEDIT_IS_FILE_CHOOSER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_FILE_CHOOSER))
+#define GEDIT_FILE_CHOOSER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_FILE_CHOOSER, GeditFileChooserClass))
+
+typedef struct _GeditFileChooser GeditFileChooser;
+typedef struct _GeditFileChooserClass GeditFileChooserClass;
+typedef struct _GeditFileChooserPrivate GeditFileChooserPrivate;
+
+struct _GeditFileChooser
+{
+ GObject parent;
+
+ GeditFileChooserPrivate *priv;
+};
+
+struct _GeditFileChooserClass
+{
+ GObjectClass parent_class;
+
+ /* Returns: (transfer full). */
+ GtkFileChooser * (* create_gtk_file_chooser) (GeditFileChooser *chooser);
+
+ const GtkSourceEncoding * (* get_encoding) (GeditFileChooser *chooser);
+};
+
+G_GNUC_INTERNAL
+gboolean _gedit_file_chooser_is_native (void);
+
+G_GNUC_INTERNAL
+GType _gedit_file_chooser_get_type (void);
+
+G_GNUC_INTERNAL
+GeditFileChooser * _gedit_file_chooser_new (void);
+
+G_GNUC_INTERNAL
+void _gedit_file_chooser_set_gtk_file_chooser (GeditFileChooser *chooser,
+ GtkFileChooser *gtk_chooser);
+
+G_GNUC_INTERNAL
+GtkFileChooser * _gedit_file_chooser_get_gtk_file_chooser (GeditFileChooser *chooser);
+
+G_GNUC_INTERNAL
+void _gedit_file_chooser_set_transient_for (GeditFileChooser *chooser,
+ GtkWindow *parent);
+
+G_GNUC_INTERNAL
+void _gedit_file_chooser_show (GeditFileChooser *chooser);
+
+G_GNUC_INTERNAL
+gchar * _gedit_file_chooser_get_current_folder_uri (GeditFileChooser *chooser);
+
+G_GNUC_INTERNAL
+void _gedit_file_chooser_set_current_folder_uri (GeditFileChooser *chooser,
+ const gchar *uri);
+
+G_GNUC_INTERNAL
+const GtkSourceEncoding *
+ _gedit_file_chooser_get_encoding (GeditFileChooser *chooser);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_CHOOSER_H */
diff --git a/gedit/gedit-history-entry.c b/gedit/gedit-history-entry.c
new file mode 100644
index 0000000..e241641
--- /dev/null
+++ b/gedit/gedit-history-entry.c
@@ -0,0 +1,470 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2006 - Paolo Borelli
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+#include "gedit-history-entry.h"
+#include <string.h>
+#include <glib/gi18n.h>
+
+#define MIN_ITEM_LEN 3
+#define HISTORY_LENGTH_DEFAULT 10
+
+struct _GeditHistoryEntry
+{
+ GtkComboBoxText parent_instance;
+
+ gchar *history_id;
+ guint history_length;
+
+ GtkEntryCompletion *completion;
+
+ GSettings *settings;
+};
+
+enum
+{
+ PROP_0,
+ PROP_HISTORY_ID,
+ PROP_HISTORY_LENGTH,
+ PROP_ENABLE_COMPLETION,
+ N_PROPERTIES
+};
+
+static GParamSpec *properties[N_PROPERTIES];
+
+G_DEFINE_TYPE (GeditHistoryEntry, gedit_history_entry, GTK_TYPE_COMBO_BOX_TEXT)
+
+static void
+gedit_history_entry_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *spec)
+{
+ GeditHistoryEntry *entry = GEDIT_HISTORY_ENTRY (object);
+
+ switch (prop_id)
+ {
+ case PROP_HISTORY_ID:
+ entry->history_id = g_value_dup_string (value);
+ break;
+
+ case PROP_HISTORY_LENGTH:
+ gedit_history_entry_set_history_length (entry, g_value_get_uint (value));
+ break;
+
+ case PROP_ENABLE_COMPLETION:
+ gedit_history_entry_set_enable_completion (entry, g_value_get_boolean (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, spec);
+ }
+}
+
+static void
+gedit_history_entry_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *spec)
+{
+ GeditHistoryEntry *entry = GEDIT_HISTORY_ENTRY (object);
+
+ switch (prop_id)
+ {
+ case PROP_HISTORY_ID:
+ g_value_set_string (value, entry->history_id);
+ break;
+
+ case PROP_HISTORY_LENGTH:
+ g_value_set_uint (value, gedit_history_entry_get_history_length (entry));
+ break;
+
+ case PROP_ENABLE_COMPLETION:
+ g_value_set_boolean (value, gedit_history_entry_get_enable_completion (entry));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, spec);
+ }
+}
+
+static void
+gedit_history_entry_dispose (GObject *object)
+{
+ GeditHistoryEntry *entry = GEDIT_HISTORY_ENTRY (object);
+
+ gedit_history_entry_set_enable_completion (entry, FALSE);
+
+ g_clear_object (&entry->settings);
+
+ G_OBJECT_CLASS (gedit_history_entry_parent_class)->dispose (object);
+}
+
+static void
+gedit_history_entry_finalize (GObject *object)
+{
+ GeditHistoryEntry *entry = GEDIT_HISTORY_ENTRY (object);
+
+ g_free (entry->history_id);
+
+ G_OBJECT_CLASS (gedit_history_entry_parent_class)->finalize (object);
+}
+
+static void
+gedit_history_entry_load_history (GeditHistoryEntry *entry)
+{
+ gchar **items;
+ gsize i;
+
+ items = g_settings_get_strv (entry->settings, entry->history_id);
+ i = 0;
+
+ gtk_combo_box_text_remove_all (GTK_COMBO_BOX_TEXT (entry));
+
+ /* Now the default value is an empty string so we have to take care
+ of it to not add the empty string in the search list */
+ while (items[i] != NULL && *items[i] != '\0' &&
+ i < entry->history_length)
+ {
+ gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (entry), items[i]);
+ i++;
+ }
+
+ g_strfreev (items);
+}
+
+static void
+gedit_history_entry_class_init (GeditHistoryEntryClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->set_property = gedit_history_entry_set_property;
+ object_class->get_property = gedit_history_entry_get_property;
+ object_class->dispose = gedit_history_entry_dispose;
+ object_class->finalize = gedit_history_entry_finalize;
+
+ properties[PROP_HISTORY_ID] =
+ g_param_spec_string ("history-id",
+ "history-id",
+ "",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_HISTORY_LENGTH] =
+ g_param_spec_uint ("history-length",
+ "history-length",
+ "",
+ 0,
+ G_MAXUINT,
+ HISTORY_LENGTH_DEFAULT,
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_ENABLE_COMPLETION] =
+ g_param_spec_boolean ("enable-completion",
+ "enable-completion",
+ "",
+ TRUE,
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, N_PROPERTIES, properties);
+}
+
+static GtkListStore *
+get_history_store (GeditHistoryEntry *entry)
+{
+ GtkTreeModel *store;
+
+ store = gtk_combo_box_get_model (GTK_COMBO_BOX (entry));
+ g_return_val_if_fail (GTK_IS_LIST_STORE (store), NULL);
+
+ return (GtkListStore *) store;
+}
+
+static gchar **
+get_history_items (GeditHistoryEntry *entry)
+{
+ GtkListStore *store;
+ GtkTreeIter iter;
+ GPtrArray *array;
+ gboolean valid;
+ gint n_children;
+ gint text_column;
+
+ store = get_history_store (entry);
+ text_column = gtk_combo_box_get_entry_text_column (GTK_COMBO_BOX (entry));
+
+ valid = gtk_tree_model_get_iter_first (GTK_TREE_MODEL (store),
+ &iter);
+ n_children = gtk_tree_model_iter_n_children (GTK_TREE_MODEL (store),
+ NULL);
+
+ array = g_ptr_array_sized_new (n_children + 1);
+
+ while (valid)
+ {
+ gchar *str;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (store),
+ &iter,
+ text_column, &str,
+ -1);
+
+ g_ptr_array_add (array, str);
+
+ valid = gtk_tree_model_iter_next (GTK_TREE_MODEL (store),
+ &iter);
+ }
+
+ g_ptr_array_add (array, NULL);
+
+ return (gchar **)g_ptr_array_free (array, FALSE);
+}
+
+static void
+gedit_history_entry_save_history (GeditHistoryEntry *entry)
+{
+ gchar **items;
+
+ g_return_if_fail (GEDIT_IS_HISTORY_ENTRY (entry));
+
+ items = get_history_items (entry);
+
+ g_settings_set_strv (entry->settings,
+ entry->history_id,
+ (const gchar * const *)items);
+
+ g_strfreev (items);
+}
+
+static gboolean
+remove_item (GeditHistoryEntry *entry,
+ const gchar *text)
+{
+ GtkListStore *store;
+ GtkTreeIter iter;
+ gint text_column;
+
+ g_return_val_if_fail (text != NULL, FALSE);
+
+ store = get_history_store (entry);
+ text_column = gtk_combo_box_get_entry_text_column (GTK_COMBO_BOX (entry));
+
+ if (!gtk_tree_model_get_iter_first (GTK_TREE_MODEL (store), &iter))
+ return FALSE;
+
+ do
+ {
+ gchar *item_text;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (store),
+ &iter,
+ text_column,
+ &item_text,
+ -1);
+
+ if (item_text != NULL &&
+ strcmp (item_text, text) == 0)
+ {
+ gtk_list_store_remove (store, &iter);
+ g_free (item_text);
+ return TRUE;
+ }
+
+ g_free (item_text);
+
+ } while (gtk_tree_model_iter_next (GTK_TREE_MODEL (store), &iter));
+
+ return FALSE;
+}
+
+static void
+clamp_list_store (GtkListStore *store,
+ guint max)
+{
+ GtkTreePath *path;
+ GtkTreeIter iter;
+
+ /* -1 because TreePath counts from 0 */
+ path = gtk_tree_path_new_from_indices (max - 1, -1);
+
+ if (gtk_tree_model_get_iter (GTK_TREE_MODEL (store), &iter, path))
+ {
+ while (TRUE)
+ {
+ if (!gtk_list_store_remove (store, &iter))
+ break;
+ }
+ }
+
+ gtk_tree_path_free (path);
+}
+
+void
+gedit_history_entry_prepend_text (GeditHistoryEntry *entry,
+ const gchar *text)
+{
+ GtkListStore *store;
+
+ g_return_if_fail (GEDIT_IS_HISTORY_ENTRY (entry));
+ g_return_if_fail (text != NULL);
+
+ if (g_utf8_strlen (text, -1) <= MIN_ITEM_LEN)
+ {
+ return;
+ }
+
+ store = get_history_store (entry);
+
+ if (!remove_item (entry, text))
+ {
+ clamp_list_store (store, entry->history_length - 1);
+ }
+
+ gtk_combo_box_text_prepend_text (GTK_COMBO_BOX_TEXT (entry), text);
+ gedit_history_entry_save_history (entry);
+}
+
+static void
+gedit_history_entry_init (GeditHistoryEntry *entry)
+{
+ entry->history_id = NULL;
+ entry->history_length = HISTORY_LENGTH_DEFAULT;
+
+ entry->completion = NULL;
+
+ entry->settings = g_settings_new ("org.gnome.gedit.state.history-entry");
+}
+
+void
+gedit_history_entry_set_history_length (GeditHistoryEntry *entry,
+ guint history_length)
+{
+ g_return_if_fail (GEDIT_IS_HISTORY_ENTRY (entry));
+ g_return_if_fail (history_length > 0);
+
+ entry->history_length = history_length;
+
+ /* TODO: update if we currently have more items than max */
+}
+
+guint
+gedit_history_entry_get_history_length (GeditHistoryEntry *entry)
+{
+ g_return_val_if_fail (GEDIT_IS_HISTORY_ENTRY (entry), 0);
+
+ return entry->history_length;
+}
+
+void
+gedit_history_entry_set_enable_completion (GeditHistoryEntry *entry,
+ gboolean enable)
+{
+ g_return_if_fail (GEDIT_IS_HISTORY_ENTRY (entry));
+
+ if (enable)
+ {
+ if (entry->completion != NULL)
+ {
+ return;
+ }
+
+ entry->completion = gtk_entry_completion_new ();
+ gtk_entry_completion_set_model (entry->completion,
+ GTK_TREE_MODEL (get_history_store (entry)));
+
+ /* Use model column 0 as the text column */
+ gtk_entry_completion_set_text_column (entry->completion, 0);
+
+ gtk_entry_completion_set_minimum_key_length (entry->completion,
+ MIN_ITEM_LEN);
+
+ gtk_entry_completion_set_popup_completion (entry->completion, FALSE);
+ gtk_entry_completion_set_inline_completion (entry->completion, TRUE);
+
+ /* Assign the completion to the entry */
+ gtk_entry_set_completion (GTK_ENTRY (gedit_history_entry_get_entry (entry)),
+ entry->completion);
+ }
+ else
+ {
+ if (entry->completion == NULL)
+ {
+ return;
+ }
+
+ gtk_entry_set_completion (GTK_ENTRY (gedit_history_entry_get_entry (entry)), NULL);
+ g_clear_object (&entry->completion);
+ }
+}
+
+gboolean
+gedit_history_entry_get_enable_completion (GeditHistoryEntry *entry)
+{
+ g_return_val_if_fail (GEDIT_IS_HISTORY_ENTRY (entry), FALSE);
+
+ return entry->completion != NULL;
+}
+
+GtkWidget *
+gedit_history_entry_new (const gchar *history_id,
+ gboolean enable_completion)
+{
+ GeditHistoryEntry *entry;
+
+ g_return_val_if_fail (history_id != NULL, NULL);
+
+ enable_completion = (enable_completion != FALSE);
+
+ entry = g_object_new (GEDIT_TYPE_HISTORY_ENTRY,
+ "has-entry", TRUE,
+ "entry-text-column", 0,
+ "id-column", 1,
+ "history-id", history_id,
+ "enable-completion", enable_completion,
+ NULL);
+
+ /* We must load the history after the object has been constructed,
+ * to ensure that the model is set properly.
+ */
+ gedit_history_entry_load_history (entry);
+
+ return GTK_WIDGET (entry);
+}
+
+/*
+ * Utility function to get the editable text entry internal widget.
+ * I would prefer to not expose this implementation detail and
+ * simply make the GeditHistoryEntry widget implement the
+ * GtkEditable interface. Unfortunately both GtkEditable and
+ * GtkComboBox have a "changed" signal and I am not sure how to
+ * handle the conflict.
+ */
+GtkWidget *
+gedit_history_entry_get_entry (GeditHistoryEntry *entry)
+{
+ g_return_val_if_fail (GEDIT_IS_HISTORY_ENTRY (entry), NULL);
+
+ return gtk_bin_get_child (GTK_BIN (entry));
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-history-entry.h b/gedit/gedit-history-entry.h
new file mode 100644
index 0000000..4d76322
--- /dev/null
+++ b/gedit/gedit-history-entry.h
@@ -0,0 +1,55 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2006 - Paolo Borelli
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_HISTORY_ENTRY_H
+#define GEDIT_HISTORY_ENTRY_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_HISTORY_ENTRY (gedit_history_entry_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditHistoryEntry, gedit_history_entry,
+ GEDIT, HISTORY_ENTRY,
+ GtkComboBoxText)
+
+GtkWidget * gedit_history_entry_new (const gchar *history_id,
+ gboolean enable_completion);
+
+void gedit_history_entry_prepend_text (GeditHistoryEntry *entry,
+ const gchar *text);
+
+void gedit_history_entry_set_history_length (GeditHistoryEntry *entry,
+ guint max_saved);
+
+guint gedit_history_entry_get_history_length (GeditHistoryEntry *entry);
+
+void gedit_history_entry_set_enable_completion (GeditHistoryEntry *entry,
+ gboolean enable);
+
+gboolean gedit_history_entry_get_enable_completion (GeditHistoryEntry *entry);
+
+GtkWidget * gedit_history_entry_get_entry (GeditHistoryEntry *entry);
+
+G_END_DECLS
+
+#endif /* GEDIT_HISTORY_ENTRY_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-io-error-info-bar.c b/gedit/gedit-io-error-info-bar.c
new file mode 100644
index 0000000..8acb332
--- /dev/null
+++ b/gedit/gedit-io-error-info-bar.c
@@ -0,0 +1,542 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-io-error-info-bar.h"
+#include <tepl/tepl.h>
+#include <glib/gi18n.h>
+#include "gedit-encodings-combo-box.h"
+
+/* Verbose error reporting for file I/O operations (load, save, revert).
+ *
+ * For testing, not all I/O errors are easy to reproduce. Here is some
+ * documentation:
+ *
+ * G_IO_ERROR_NOT_REGULAR_FILE:
+ * Open for example /dev/null from the command line.
+ *
+ * G_IO_ERROR_IS_DIRECTORY:
+ * The easiest is from the command line.
+ *
+ * G_IO_ERROR_TIMED_OUT:
+ * For example configure your router to add an http(s) domain on the block list
+ * in the firewall. Then pass on the command line such an https:// address
+ * (normally GIO/GVfs is able to open https:// files) and wait 2 min.
+ * There are also probably online services that mock that behavior.
+ */
+
+static gboolean
+is_recoverable_error (const GError *error)
+{
+ if (error->domain == G_IO_ERROR)
+ {
+ switch (error->code)
+ {
+ case G_IO_ERROR_PERMISSION_DENIED:
+ case G_IO_ERROR_NOT_FOUND:
+ case G_IO_ERROR_HOST_NOT_FOUND:
+ case G_IO_ERROR_TIMED_OUT:
+ case G_IO_ERROR_NOT_MOUNTABLE_FILE:
+ case G_IO_ERROR_NOT_MOUNTED:
+ case G_IO_ERROR_BUSY:
+ return TRUE;
+
+ default:
+ break;
+ }
+ }
+
+ return FALSE;
+}
+
+static gboolean
+is_gio_error (const GError *error,
+ gint code)
+{
+ return error->domain == G_IO_ERROR && error->code == code;
+}
+
+static GtkWidget *
+create_io_loading_error_info_bar (const gchar *primary_msg,
+ const gchar *secondary_msg,
+ gboolean recoverable_error)
+{
+ TeplInfoBar *info_bar;
+
+ info_bar = tepl_info_bar_new_simple (GTK_MESSAGE_ERROR,
+ primary_msg,
+ secondary_msg);
+
+ if (recoverable_error)
+ {
+ /* Since there are several buttons, don't use
+ * gtk_info_bar_set_show_close_button().
+ */
+ gtk_info_bar_add_button (GTK_INFO_BAR (info_bar),
+ _("_Retry"),
+ GTK_RESPONSE_OK);
+
+ gtk_info_bar_add_button (GTK_INFO_BAR (info_bar),
+ _("_Cancel"),
+ GTK_RESPONSE_CLOSE);
+ }
+ else
+ {
+ gtk_info_bar_set_show_close_button (GTK_INFO_BAR (info_bar), TRUE);
+ }
+
+ return GTK_WIDGET (info_bar);
+}
+
+static void
+get_detailed_error_messages (GFile *location,
+ const gchar *uri,
+ const GError *error,
+ gchar **primary_msg,
+ gchar **secondary_msg)
+{
+ if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND))
+ {
+ *secondary_msg = g_strdup (_("File not found."));
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED))
+ {
+ gchar *uri_scheme = NULL;
+
+ if (location != NULL)
+ {
+ uri_scheme = g_file_get_uri_scheme (location);
+ }
+
+ if (uri_scheme != NULL &&
+ g_utf8_validate (uri_scheme, -1, NULL))
+ {
+ /* How to reproduce this case: from the command line,
+ * try to open a URI such as: foo://example.net/file
+ */
+
+ /* Translators: %s is a URI scheme (like for example http:, ftp:, etc.) */
+ *secondary_msg = g_strdup_printf (_("“%s:” locations are not supported."),
+ uri_scheme);
+ }
+
+ g_free (uri_scheme);
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_MOUNTABLE_FILE) ||
+ g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED))
+ {
+ *secondary_msg = g_strdup (_("The location of the file cannot be accessed."));
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_INVALID_FILENAME))
+ {
+ *primary_msg = g_strdup_printf (_("“%s” is not a valid location."), uri);
+ *secondary_msg = g_strdup (_("Please check that you typed the "
+ "location correctly and try again."));
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_HOST_NOT_FOUND))
+ {
+ /* How to reproduce this case: from the command line, try to
+ * open a URI such as: ssh://something-that-does-not-exist/file
+ *
+ * But this case is also hit for legitimate network addresses
+ * when the proxy is set up wrong.
+ */
+ gchar *file_uri = NULL;
+ gchar *hn = NULL;
+ gboolean uri_decoded = FALSE;
+
+ if (location != NULL)
+ {
+ file_uri = g_file_get_uri (location);
+ }
+
+ if (file_uri != NULL)
+ {
+ uri_decoded = tepl_utils_decode_uri (file_uri, NULL, NULL, &hn, NULL, NULL);
+ }
+
+ if (uri_decoded && hn != NULL)
+ {
+ gchar *host_name;
+ gchar *msg1;
+ const gchar *msg2;
+
+ host_name = g_utf8_make_valid (hn, -1);
+
+ msg1 = g_strdup_printf (_("Hostname “%s” not known."), host_name);
+ msg2 = _("The problem could come from the proxy settings.");
+
+ *secondary_msg = g_strconcat (msg1, "\n", msg2, NULL);
+
+ g_free (host_name);
+ g_free (msg1);
+ }
+
+ g_free (file_uri);
+ g_free (hn);
+ }
+
+ if (*primary_msg == NULL && *secondary_msg == NULL)
+ {
+ *secondary_msg = g_strdup (error->message);
+ }
+}
+
+GtkWidget *
+gedit_unrecoverable_reverting_error_info_bar_new (GFile *location,
+ const GError *error)
+{
+ gchar *uri;
+ gchar *primary_msg = NULL;
+ gchar *secondary_msg = NULL;
+ GtkWidget *info_bar;
+
+ g_return_val_if_fail (G_IS_FILE (location), NULL);
+ g_return_val_if_fail (error != NULL, NULL);
+
+ uri = g_file_get_parse_name (location);
+
+ if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND))
+ {
+ secondary_msg = g_strdup (_("File not found. "
+ "Perhaps it has recently been deleted."));
+ }
+ else
+ {
+ get_detailed_error_messages (location, uri, error, &primary_msg, &secondary_msg);
+ }
+
+ if (primary_msg == NULL)
+ {
+ primary_msg = g_strdup_printf (_("Could not revert the file “%s”."), uri);
+ }
+
+ info_bar = create_io_loading_error_info_bar (primary_msg,
+ secondary_msg,
+ FALSE);
+
+ g_free (uri);
+ g_free (primary_msg);
+ g_free (secondary_msg);
+ return info_bar;
+}
+
+static void
+add_encodings_combo_box (TeplInfoBar *info_bar)
+{
+ GtkWidget *hgrid;
+ gchar *label_markup;
+ GtkWidget *label;
+ GtkWidget *combo_box;
+
+ hgrid = gtk_grid_new ();
+ gtk_grid_set_column_spacing (GTK_GRID (hgrid), 6);
+
+ label_markup = g_strdup_printf ("<small>%s</small>",
+ _("Ch_aracter Encoding:"));
+ label = gtk_label_new_with_mnemonic (label_markup);
+ g_free (label_markup);
+ gtk_label_set_use_markup (GTK_LABEL (label), TRUE);
+
+ combo_box = gedit_encodings_combo_box_new (TRUE);
+ g_object_set_data (G_OBJECT (info_bar),
+ "gedit-info-bar-encoding-combo-box",
+ combo_box);
+
+ gtk_label_set_mnemonic_widget (GTK_LABEL (label), combo_box);
+
+ gtk_container_add (GTK_CONTAINER (hgrid), label);
+ gtk_container_add (GTK_CONTAINER (hgrid), combo_box);
+ gtk_widget_show_all (hgrid);
+
+ tepl_info_bar_add_content_widget (info_bar, hgrid, TEPL_INFO_BAR_LOCATION_ALONGSIDE_ICON);
+}
+
+static GtkWidget *
+create_conversion_error_info_bar (const gchar *primary_msg,
+ const gchar *secondary_msg,
+ gboolean edit_anyway)
+{
+ GtkMessageType msg_type;
+ TeplInfoBar *info_bar;
+
+ msg_type = edit_anyway ? GTK_MESSAGE_WARNING : GTK_MESSAGE_ERROR;
+
+ info_bar = tepl_info_bar_new_simple (msg_type, primary_msg, secondary_msg);
+
+ gtk_info_bar_add_button (GTK_INFO_BAR (info_bar),
+ _("_Retry"),
+ GTK_RESPONSE_OK);
+
+ if (edit_anyway)
+ {
+ gtk_info_bar_add_button (GTK_INFO_BAR (info_bar),
+ _("_Edit Anyway"),
+ GTK_RESPONSE_YES);
+ }
+
+ gtk_info_bar_add_button (GTK_INFO_BAR (info_bar),
+ _("_Cancel"),
+ GTK_RESPONSE_CLOSE);
+
+ add_encodings_combo_box (info_bar);
+
+ return GTK_WIDGET (info_bar);
+}
+
+GtkWidget *
+gedit_io_loading_error_info_bar_new (GFile *location,
+ const GtkSourceEncoding *encoding,
+ const GError *error)
+{
+ gchar *uri;
+ gchar *primary_msg = NULL;
+ gchar *secondary_msg = NULL;
+ gboolean edit_anyway = FALSE;
+ gboolean convert_error = FALSE;
+ GtkWidget *info_bar;
+
+ g_return_val_if_fail (error != NULL, NULL);
+
+ if (location != NULL)
+ {
+ uri = g_file_get_parse_name (location);
+ }
+ else
+ {
+ uri = g_strdup ("stdin");
+ }
+
+ if (is_gio_error (error, G_IO_ERROR_TOO_MANY_LINKS))
+ {
+ secondary_msg = g_strdup (_("The number of followed links is limited and the actual "
+ "file could not be found within this limit."));
+ }
+ else if (is_gio_error (error, G_IO_ERROR_PERMISSION_DENIED))
+ {
+ secondary_msg = g_strdup (_("You do not have the permissions necessary to open the file."));
+ }
+ else if ((is_gio_error (error, G_IO_ERROR_INVALID_DATA) && encoding == NULL) ||
+ (error->domain == GTK_SOURCE_FILE_LOADER_ERROR &&
+ error->code == GTK_SOURCE_FILE_LOADER_ERROR_ENCODING_AUTO_DETECTION_FAILED))
+ {
+ secondary_msg = g_strconcat (_("Unable to detect the character encoding."), "\n",
+ _("Please check that you are not trying to open a binary file."), "\n",
+ _("Select a character encoding from the menu and try again."), NULL);
+ convert_error = TRUE;
+ }
+ else if (error->domain == GTK_SOURCE_FILE_LOADER_ERROR &&
+ error->code == GTK_SOURCE_FILE_LOADER_ERROR_CONVERSION_FALLBACK)
+ {
+ primary_msg = g_strdup_printf (_("There was a problem opening the file “%s”."), uri);
+ secondary_msg = g_strconcat (_("The file you opened has some invalid characters. "
+ "If you continue editing this file you could corrupt this "
+ "document."), "\n",
+ _("You can also choose another character encoding and try again."),
+ NULL);
+ edit_anyway = TRUE;
+ convert_error = TRUE;
+ }
+ else if (is_gio_error (error, G_IO_ERROR_INVALID_DATA) && encoding != NULL)
+ {
+ gchar *encoding_name = gtk_source_encoding_to_string (encoding);
+
+ primary_msg = g_strdup_printf (_("Could not open the file “%s” using the “%s” character encoding."),
+ uri,
+ encoding_name);
+ secondary_msg = g_strconcat (_("Please check that you are not trying to open a binary file."), "\n",
+ _("Select a different character encoding from the menu and try again."), NULL);
+ convert_error = TRUE;
+
+ g_free (encoding_name);
+ }
+ else
+ {
+ get_detailed_error_messages (location, uri, error, &primary_msg, &secondary_msg);
+ }
+
+ if (primary_msg == NULL)
+ {
+ primary_msg = g_strdup_printf (_("Could not open the file “%s”."), uri);
+ }
+
+ if (convert_error)
+ {
+ info_bar = create_conversion_error_info_bar (primary_msg,
+ secondary_msg,
+ edit_anyway);
+ }
+ else
+ {
+ info_bar = create_io_loading_error_info_bar (primary_msg,
+ secondary_msg,
+ is_recoverable_error (error));
+ }
+
+ g_free (uri);
+ g_free (primary_msg);
+ g_free (secondary_msg);
+ return info_bar;
+}
+
+GtkWidget *
+gedit_conversion_error_while_saving_info_bar_new (GFile *location,
+ const GtkSourceEncoding *encoding)
+{
+ gchar *uri;
+ gchar *encoding_name;
+ gchar *primary_msg = NULL;
+ gchar *secondary_msg = NULL;
+ GtkWidget *info_bar;
+
+ g_return_val_if_fail (G_IS_FILE (location), NULL);
+ g_return_val_if_fail (encoding != NULL, NULL);
+
+ uri = g_file_get_parse_name (location);
+ encoding_name = gtk_source_encoding_to_string (encoding);
+
+ primary_msg = g_strdup_printf (_("Could not save the file “%s” using the “%s” character encoding."),
+ uri,
+ encoding_name);
+ secondary_msg = g_strconcat (_("The document contains one or more characters that cannot be encoded "
+ "using the specified character encoding."), "\n",
+ _("Select a different character encoding from the menu and try again."), NULL);
+
+ info_bar = create_conversion_error_info_bar (primary_msg,
+ secondary_msg,
+ FALSE);
+
+ g_free (uri);
+ g_free (encoding_name);
+ g_free (primary_msg);
+ g_free (secondary_msg);
+ return info_bar;
+}
+
+const GtkSourceEncoding *
+gedit_conversion_error_info_bar_get_encoding (GtkWidget *info_bar)
+{
+ gpointer combo_box;
+
+ g_return_val_if_fail (GTK_IS_INFO_BAR (info_bar), NULL);
+
+ combo_box = g_object_get_data (G_OBJECT (info_bar),
+ "gedit-info-bar-encoding-combo-box");
+ if (combo_box != NULL)
+ {
+ return gedit_encodings_combo_box_get_selected_encoding (GEDIT_ENCODINGS_COMBO_BOX (combo_box));
+ }
+
+ return NULL;
+}
+
+GtkWidget *
+gedit_unrecoverable_saving_error_info_bar_new (GFile *location,
+ const GError *error)
+{
+ gchar *uri;
+ gchar *primary_msg = NULL;
+ gchar *secondary_msg = NULL;
+ TeplInfoBar *info_bar;
+
+ g_return_val_if_fail (G_IS_FILE (location), NULL);
+ g_return_val_if_fail (error != NULL, NULL);
+
+ uri = g_file_get_parse_name (location);
+
+ if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED))
+ {
+ gchar *uri_scheme = g_file_get_uri_scheme (location);
+
+ if (uri_scheme != NULL &&
+ g_utf8_validate (uri_scheme, -1, NULL))
+ {
+ /* Translators: %s is a URI scheme (like for example http:, ftp:, etc.) */
+ secondary_msg = g_strdup_printf (_("Cannot handle “%s:” locations in write mode. "
+ "Please check that you typed the "
+ "location correctly and try again."),
+ uri_scheme);
+ }
+ else
+ {
+ secondary_msg = g_strdup (_("Cannot handle this location in write mode. "
+ "Please check that you typed the "
+ "location correctly and try again."));
+ }
+
+ g_free (uri_scheme);
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_INVALID_FILENAME))
+ {
+ secondary_msg = g_strdup_printf (_("“%s” is not a valid location. "
+ "Please check that you typed the "
+ "location correctly and try again."),
+ uri);
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_PERMISSION_DENIED))
+ {
+ secondary_msg = g_strdup (_("You do not have the permissions necessary to save the file. "
+ "Please check that you typed the "
+ "location correctly and try again."));
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NO_SPACE))
+ {
+ secondary_msg = g_strdup (_("There is not enough disk space to save the file. "
+ "Please free some disk space and try again."));
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_READ_ONLY))
+ {
+ secondary_msg = g_strdup (_("You are trying to save the file on a read-only disk. "
+ "Please check that you typed the location "
+ "correctly and try again."));
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS))
+ {
+ secondary_msg = g_strdup (_("A file with the same name already exists. "
+ "Please use a different name."));
+ }
+ else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_FILENAME_TOO_LONG))
+ {
+ secondary_msg = g_strdup (_("The disk where you are trying to save the file has "
+ "a limitation on length of the file names. "
+ "Please use a shorter name."));
+ }
+ else
+ {
+ get_detailed_error_messages (location,
+ uri,
+ error,
+ &primary_msg,
+ &secondary_msg);
+ }
+
+ if (primary_msg == NULL)
+ {
+ primary_msg = g_strdup_printf (_("Could not save the file “%s”."), uri);
+ }
+
+ info_bar = tepl_info_bar_new_simple (GTK_MESSAGE_ERROR, primary_msg, secondary_msg);
+ gtk_info_bar_set_show_close_button (GTK_INFO_BAR (info_bar), TRUE);
+
+ g_free (uri);
+ g_free (primary_msg);
+ g_free (secondary_msg);
+ return GTK_WIDGET (info_bar);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-io-error-info-bar.h b/gedit/gedit-io-error-info-bar.h
new file mode 100644
index 0000000..a104ad5
--- /dev/null
+++ b/gedit/gedit-io-error-info-bar.h
@@ -0,0 +1,47 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_IO_ERROR_INFO_BAR_H
+#define GEDIT_IO_ERROR_INFO_BAR_H
+
+#include <gtksourceview/gtksource.h>
+
+G_BEGIN_DECLS
+
+GtkWidget * gedit_io_loading_error_info_bar_new (GFile *location,
+ const GtkSourceEncoding *encoding,
+ const GError *error);
+
+GtkWidget * gedit_unrecoverable_reverting_error_info_bar_new (GFile *location,
+ const GError *error);
+
+GtkWidget * gedit_conversion_error_while_saving_info_bar_new (GFile *location,
+ const GtkSourceEncoding *encoding);
+
+const GtkSourceEncoding *
+ gedit_conversion_error_info_bar_get_encoding (GtkWidget *info_bar);
+
+GtkWidget * gedit_unrecoverable_saving_error_info_bar_new (GFile *location,
+ const GError *error);
+
+G_END_DECLS
+
+#endif /* GEDIT_IO_ERROR_INFO_BAR_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-menu-extension.c b/gedit/gedit-menu-extension.c
new file mode 100644
index 0000000..5e937b7
--- /dev/null
+++ b/gedit/gedit-menu-extension.c
@@ -0,0 +1,187 @@
+/*
+ * gedit-menu-extension.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-menu-extension.h"
+
+#include <string.h>
+
+static guint last_merge_id = 0;
+
+struct _GeditMenuExtension
+{
+ GObject parent_instance;
+
+ GMenu *menu;
+ guint merge_id;
+ gboolean dispose_has_run;
+};
+
+enum
+{
+ PROP_0,
+ PROP_MENU,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+G_DEFINE_TYPE (GeditMenuExtension, gedit_menu_extension, G_TYPE_OBJECT)
+
+static void
+gedit_menu_extension_dispose (GObject *object)
+{
+ GeditMenuExtension *menu = GEDIT_MENU_EXTENSION (object);
+
+ if (!menu->dispose_has_run)
+ {
+ gedit_menu_extension_remove_items (menu);
+ menu->dispose_has_run = TRUE;
+ }
+
+ g_clear_object (&menu->menu);
+
+ G_OBJECT_CLASS (gedit_menu_extension_parent_class)->dispose (object);
+}
+
+static void
+gedit_menu_extension_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditMenuExtension *menu = GEDIT_MENU_EXTENSION (object);
+
+ switch (prop_id)
+ {
+ case PROP_MENU:
+ g_value_set_object (value, menu->menu);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_menu_extension_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditMenuExtension *menu = GEDIT_MENU_EXTENSION (object);
+
+ switch (prop_id)
+ {
+ case PROP_MENU:
+ menu->menu = g_value_dup_object (value);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_menu_extension_class_init (GeditMenuExtensionClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_menu_extension_dispose;
+ object_class->get_property = gedit_menu_extension_get_property;
+ object_class->set_property = gedit_menu_extension_set_property;
+
+ properties[PROP_MENU] =
+ g_param_spec_object ("menu",
+ "Menu",
+ "The main menu",
+ G_TYPE_MENU,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+}
+
+static void
+gedit_menu_extension_init (GeditMenuExtension *menu)
+{
+ menu->merge_id = ++last_merge_id;
+}
+
+GeditMenuExtension *
+gedit_menu_extension_new (GMenu *menu)
+{
+ return g_object_new (GEDIT_TYPE_MENU_EXTENSION, "menu", menu, NULL);
+}
+
+void
+gedit_menu_extension_append_menu_item (GeditMenuExtension *menu,
+ GMenuItem *item)
+{
+ g_return_if_fail (GEDIT_IS_MENU_EXTENSION (menu));
+ g_return_if_fail (G_IS_MENU_ITEM (item));
+
+ if (menu->menu != NULL)
+ {
+ g_menu_item_set_attribute (item, "gedit-merge-id", "u", menu->merge_id);
+ g_menu_append_item (menu->menu, item);
+ }
+}
+
+void
+gedit_menu_extension_prepend_menu_item (GeditMenuExtension *menu,
+ GMenuItem *item)
+{
+ g_return_if_fail (GEDIT_IS_MENU_EXTENSION (menu));
+ g_return_if_fail (G_IS_MENU_ITEM (item));
+
+ if (menu->menu != NULL)
+ {
+ g_menu_item_set_attribute (item, "gedit-merge-id", "u", menu->merge_id);
+ g_menu_prepend_item (menu->menu, item);
+ }
+}
+
+void
+gedit_menu_extension_remove_items (GeditMenuExtension *menu)
+{
+ gint i, n_items;
+
+ g_return_if_fail (GEDIT_IS_MENU_EXTENSION (menu));
+
+ n_items = g_menu_model_get_n_items (G_MENU_MODEL (menu->menu));
+ i = 0;
+ while (i < n_items)
+ {
+ guint id = 0;
+
+ if (g_menu_model_get_item_attribute (G_MENU_MODEL (menu->menu),
+ i, "gedit-merge-id", "u", &id) &&
+ id == menu->merge_id)
+ {
+ g_menu_remove (menu->menu, i);
+ n_items--;
+ }
+ else
+ {
+ i++;
+ }
+ }
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-menu-extension.h b/gedit/gedit-menu-extension.h
new file mode 100644
index 0000000..1803b3b
--- /dev/null
+++ b/gedit/gedit-menu-extension.h
@@ -0,0 +1,47 @@
+/*
+ * gedit-menu-extension.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_MENU_EXTENSION_H
+#define GEDIT_MENU_EXTENSION_H
+
+#include <glib-object.h>
+#include <gio/gio.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_MENU_EXTENSION (gedit_menu_extension_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditMenuExtension, gedit_menu_extension, GEDIT, MENU_EXTENSION, GObject)
+
+GeditMenuExtension *gedit_menu_extension_new (GMenu *menu);
+
+void gedit_menu_extension_append_menu_item (GeditMenuExtension *menu,
+ GMenuItem *item);
+
+void gedit_menu_extension_prepend_menu_item (GeditMenuExtension *menu,
+ GMenuItem *item);
+
+void gedit_menu_extension_remove_items (GeditMenuExtension *menu);
+
+G_END_DECLS
+
+#endif /* GEDIT_MENU_EXTENSION_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-menu-stack-switcher.c b/gedit/gedit-menu-stack-switcher.c
new file mode 100644
index 0000000..4c4315c
--- /dev/null
+++ b/gedit/gedit-menu-stack-switcher.c
@@ -0,0 +1,420 @@
+/*
+ * gedit-menu-stack-switcher.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Steve Frécinaux
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-menu-stack-switcher.h"
+
+#include <glib.h>
+#include <glib/gi18n.h>
+#include <gtk/gtk.h>
+
+struct _GeditMenuStackSwitcher
+{
+ GtkMenuButton parent_instance;
+
+ GtkStack *stack;
+ GtkWidget *label;
+ GtkWidget *button_box;
+ GtkWidget *popover;
+ GHashTable *buttons;
+ gboolean in_child_changed;
+};
+
+enum {
+ PROP_0,
+ PROP_STACK,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+G_DEFINE_TYPE (GeditMenuStackSwitcher, gedit_menu_stack_switcher, GTK_TYPE_MENU_BUTTON)
+
+static void
+gedit_menu_stack_switcher_init (GeditMenuStackSwitcher *switcher)
+{
+ GtkWidget *box;
+ GtkWidget *arrow;
+ GtkStyleContext *context;
+
+ box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
+
+ arrow = gtk_image_new_from_icon_name ("pan-down-symbolic", GTK_ICON_SIZE_BUTTON);
+ gtk_box_pack_end (GTK_BOX (box), arrow, FALSE, TRUE, 0);
+ gtk_widget_set_valign (arrow, GTK_ALIGN_BASELINE);
+
+ switcher->label = gtk_label_new (NULL);
+ gtk_widget_set_valign (switcher->label, GTK_ALIGN_BASELINE);
+ gtk_box_pack_start (GTK_BOX (box), switcher->label, TRUE, TRUE, 6);
+
+ // FIXME: this is not correct if this widget becomes more generic
+ // and used also outside the header bar, but for now we just want
+ // the same style as title labels
+ context = gtk_widget_get_style_context (switcher->label);
+ gtk_style_context_add_class (context, "title");
+
+ gtk_widget_show_all (box);
+ gtk_container_add (GTK_CONTAINER (switcher), box);
+
+ switcher->popover = gtk_popover_new (GTK_WIDGET (switcher));
+ gtk_popover_set_position (GTK_POPOVER (switcher->popover), GTK_POS_BOTTOM);
+ context = gtk_widget_get_style_context (switcher->popover);
+ gtk_style_context_add_class (context, "gedit-menu-stack-switcher");
+
+ switcher->button_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
+
+ gtk_widget_show (switcher->button_box);
+
+ gtk_container_add (GTK_CONTAINER (switcher->popover), switcher->button_box);
+
+ gtk_menu_button_set_popover (GTK_MENU_BUTTON (switcher), switcher->popover);
+
+ switcher->buttons = g_hash_table_new (g_direct_hash, g_direct_equal);
+}
+
+static void
+clear_popover (GeditMenuStackSwitcher *switcher)
+{
+ gtk_container_foreach (GTK_CONTAINER (switcher->button_box), (GtkCallback) gtk_widget_destroy, switcher);
+}
+
+static void
+on_button_clicked (GtkWidget *widget,
+ GeditMenuStackSwitcher *switcher)
+{
+ GtkWidget *child;
+
+ if (!switcher->in_child_changed)
+ {
+ child = g_object_get_data (G_OBJECT (widget), "stack-child");
+ gtk_stack_set_visible_child (switcher->stack, child);
+ gtk_widget_hide (switcher->popover);
+ }
+}
+
+static void
+update_button (GeditMenuStackSwitcher *switcher,
+ GtkWidget *widget,
+ GtkWidget *button)
+{
+ GList *children;
+
+ /* We get spurious notifications while the stack is being
+ * destroyed, so for now check the child actually exists
+ */
+ children = gtk_container_get_children (GTK_CONTAINER (switcher->stack));
+ if (g_list_index (children, widget) >= 0)
+ {
+ gchar *title;
+
+ gtk_container_child_get (GTK_CONTAINER (switcher->stack), widget,
+ "title", &title,
+ NULL);
+
+ gtk_button_set_label (GTK_BUTTON (button), title);
+ gtk_widget_set_visible (button, gtk_widget_get_visible (widget) && (title != NULL));
+ gtk_widget_set_size_request (button, 100, -1);
+
+ if (widget == gtk_stack_get_visible_child (switcher->stack))
+ {
+ gtk_label_set_label (GTK_LABEL (switcher->label), title);
+ }
+
+ g_free (title);
+ }
+
+ g_list_free (children);
+}
+
+static void
+on_title_icon_visible_updated (GtkWidget *widget,
+ GParamSpec *pspec,
+ GeditMenuStackSwitcher *switcher)
+{
+ GtkWidget *button;
+
+ button = g_hash_table_lookup (switcher->buttons, widget);
+ update_button (switcher, widget, button);
+}
+
+static void
+on_position_updated (GtkWidget *widget,
+ GParamSpec *pspec,
+ GeditMenuStackSwitcher *switcher)
+{
+ GtkWidget *button;
+ gint position;
+
+ button = g_hash_table_lookup (switcher->buttons, widget);
+
+ gtk_container_child_get (GTK_CONTAINER (switcher->stack), widget,
+ "position", &position,
+ NULL);
+
+ gtk_box_reorder_child (GTK_BOX (switcher->button_box), button, position);
+}
+
+static void
+add_child (GeditMenuStackSwitcher *switcher,
+ GtkWidget *widget)
+{
+ GtkWidget *button;
+ GList *group;
+
+ button = gtk_radio_button_new (NULL);
+ gtk_toggle_button_set_mode (GTK_TOGGLE_BUTTON (button), FALSE);
+ gtk_widget_set_valign (button, GTK_ALIGN_CENTER);
+
+ update_button (switcher, widget, button);
+
+ group = gtk_container_get_children (GTK_CONTAINER (switcher->button_box));
+ if (group != NULL)
+ {
+ gtk_radio_button_join_group (GTK_RADIO_BUTTON (button), GTK_RADIO_BUTTON (group->data));
+ g_list_free (group);
+ }
+
+ gtk_container_add (GTK_CONTAINER (switcher->button_box), button);
+
+ g_object_set_data (G_OBJECT (button), "stack-child", widget);
+ g_signal_connect (button, "clicked", G_CALLBACK (on_button_clicked), switcher);
+ g_signal_connect (widget, "notify::visible", G_CALLBACK (on_title_icon_visible_updated), switcher);
+ g_signal_connect (widget, "child-notify::title", G_CALLBACK (on_title_icon_visible_updated), switcher);
+ g_signal_connect (widget, "child-notify::icon-name", G_CALLBACK (on_title_icon_visible_updated), switcher);
+ g_signal_connect (widget, "child-notify::position", G_CALLBACK (on_position_updated), switcher);
+
+ g_hash_table_insert (switcher->buttons, widget, button);
+}
+
+static void
+foreach_stack (GtkWidget *widget,
+ GeditMenuStackSwitcher *switcher)
+{
+ add_child (switcher, widget);
+}
+
+static void
+populate_popover (GeditMenuStackSwitcher *switcher)
+{
+ gtk_container_foreach (GTK_CONTAINER (switcher->stack), (GtkCallback)foreach_stack, switcher);
+}
+
+static void
+on_child_changed (GtkWidget *widget,
+ GParamSpec *pspec,
+ GeditMenuStackSwitcher *switcher)
+{
+ GtkWidget *child;
+ GtkWidget *button;
+
+ child = gtk_stack_get_visible_child (GTK_STACK (widget));
+ if (child)
+ {
+ gchar *title;
+
+ gtk_container_child_get (GTK_CONTAINER (switcher->stack), child,
+ "title", &title,
+ NULL);
+
+ gtk_label_set_label (GTK_LABEL (switcher->label), title);
+ g_free (title);
+ }
+
+ button = g_hash_table_lookup (switcher->buttons, child);
+ if (button != NULL)
+ {
+ switcher->in_child_changed = TRUE;
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
+ switcher->in_child_changed = FALSE;
+ }
+}
+
+static void
+on_stack_child_added (GtkStack *stack,
+ GtkWidget *widget,
+ GeditMenuStackSwitcher *switcher)
+{
+ add_child (switcher, widget);
+}
+
+static void
+on_stack_child_removed (GtkStack *stack,
+ GtkWidget *widget,
+ GeditMenuStackSwitcher *switcher)
+{
+ GtkWidget *button;
+
+ g_signal_handlers_disconnect_by_func (widget, on_title_icon_visible_updated, switcher);
+ g_signal_handlers_disconnect_by_func (widget, on_title_icon_visible_updated, switcher);
+ g_signal_handlers_disconnect_by_func (widget, on_title_icon_visible_updated, switcher);
+ g_signal_handlers_disconnect_by_func (widget, on_position_updated, switcher);
+
+ button = g_hash_table_lookup (switcher->buttons, widget);
+ gtk_container_remove (GTK_CONTAINER (switcher->button_box), button);
+ g_hash_table_remove (switcher->buttons, widget);
+}
+
+static void
+disconnect_stack_signals (GeditMenuStackSwitcher *switcher)
+{
+ g_signal_handlers_disconnect_by_func (switcher->stack, on_stack_child_added, switcher);
+ g_signal_handlers_disconnect_by_func (switcher->stack, on_stack_child_removed, switcher);
+ g_signal_handlers_disconnect_by_func (switcher->stack, on_child_changed, switcher);
+ g_signal_handlers_disconnect_by_func (switcher->stack, disconnect_stack_signals, switcher);
+}
+
+static void
+connect_stack_signals (GeditMenuStackSwitcher *switcher)
+{
+ g_signal_connect (switcher->stack, "add",
+ G_CALLBACK (on_stack_child_added), switcher);
+ g_signal_connect (switcher->stack, "remove",
+ G_CALLBACK (on_stack_child_removed), switcher);
+ g_signal_connect (switcher->stack, "notify::visible-child",
+ G_CALLBACK (on_child_changed), switcher);
+ g_signal_connect_swapped (switcher->stack, "destroy",
+ G_CALLBACK (disconnect_stack_signals), switcher);
+}
+
+void
+gedit_menu_stack_switcher_set_stack (GeditMenuStackSwitcher *switcher,
+ GtkStack *stack)
+{
+ g_return_if_fail (GEDIT_IS_MENU_STACK_SWITCHER (switcher));
+ g_return_if_fail (stack == NULL || GTK_IS_STACK (stack));
+
+ if (switcher->stack == stack)
+ return;
+
+ if (switcher->stack)
+ {
+ disconnect_stack_signals (switcher);
+ clear_popover (switcher);
+ g_clear_object (&switcher->stack);
+ }
+
+ if (stack)
+ {
+ switcher->stack = g_object_ref (stack);
+ populate_popover (switcher);
+ connect_stack_signals (switcher);
+ }
+
+ gtk_widget_queue_resize (GTK_WIDGET (switcher));
+
+ g_object_notify_by_pspec (G_OBJECT (switcher), properties[PROP_STACK]);
+}
+
+GtkStack *
+gedit_menu_stack_switcher_get_stack (GeditMenuStackSwitcher *switcher)
+{
+ g_return_val_if_fail (GEDIT_IS_MENU_STACK_SWITCHER (switcher), NULL);
+
+ return switcher->stack;
+}
+
+static void
+gedit_menu_stack_switcher_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditMenuStackSwitcher *switcher = GEDIT_MENU_STACK_SWITCHER (object);
+
+ switch (prop_id)
+ {
+ case PROP_STACK:
+ g_value_set_object (value, switcher->stack);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_menu_stack_switcher_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditMenuStackSwitcher *switcher = GEDIT_MENU_STACK_SWITCHER (object);
+
+ switch (prop_id)
+ {
+ case PROP_STACK:
+ gedit_menu_stack_switcher_set_stack (switcher, g_value_get_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_menu_stack_switcher_dispose (GObject *object)
+{
+ GeditMenuStackSwitcher *switcher = GEDIT_MENU_STACK_SWITCHER (object);
+
+ gedit_menu_stack_switcher_set_stack (switcher, NULL);
+
+ G_OBJECT_CLASS (gedit_menu_stack_switcher_parent_class)->dispose (object);
+}
+
+static void
+gedit_menu_stack_switcher_finalize (GObject *object)
+{
+ GeditMenuStackSwitcher *switcher = GEDIT_MENU_STACK_SWITCHER (object);
+
+ g_hash_table_destroy (switcher->buttons);
+
+ G_OBJECT_CLASS (gedit_menu_stack_switcher_parent_class)->finalize (object);
+}
+
+static void
+gedit_menu_stack_switcher_class_init (GeditMenuStackSwitcherClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->get_property = gedit_menu_stack_switcher_get_property;
+ object_class->set_property = gedit_menu_stack_switcher_set_property;
+ object_class->dispose = gedit_menu_stack_switcher_dispose;
+ object_class->finalize = gedit_menu_stack_switcher_finalize;
+
+ properties[PROP_STACK] =
+ g_param_spec_object ("stack",
+ "Stack",
+ "Stack",
+ GTK_TYPE_STACK,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+}
+
+GtkWidget *
+gedit_menu_stack_switcher_new (void)
+{
+ return g_object_new (GEDIT_TYPE_MENU_STACK_SWITCHER, NULL);
+}
+
+/* ex:set ts=2 sw=2 et: */
diff --git a/gedit/gedit-menu-stack-switcher.h b/gedit/gedit-menu-stack-switcher.h
new file mode 100644
index 0000000..4a4e3b1
--- /dev/null
+++ b/gedit/gedit-menu-stack-switcher.h
@@ -0,0 +1,43 @@
+/*
+ * gedit-menu-stack-switcher.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Steve Frécinaux
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_MENU_STACK_SWITCHER_H
+#define GEDIT_MENU_STACK_SWITCHER_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_MENU_STACK_SWITCHER (gedit_menu_stack_switcher_get_type())
+
+G_DECLARE_FINAL_TYPE (GeditMenuStackSwitcher, gedit_menu_stack_switcher, GEDIT, MENU_STACK_SWITCHER, GtkMenuButton)
+
+GtkWidget * gedit_menu_stack_switcher_new (void);
+
+void gedit_menu_stack_switcher_set_stack (GeditMenuStackSwitcher *switcher,
+ GtkStack *stack);
+
+GtkStack * gedit_menu_stack_switcher_get_stack (GeditMenuStackSwitcher *switcher);
+
+G_END_DECLS
+
+#endif /* GEDIT_MENU_STACK_SWITCHER_H */
+
+/* ex:set ts=2 sw=2 et: */
diff --git a/gedit/gedit-message-bus.c b/gedit/gedit-message-bus.c
new file mode 100644
index 0000000..a5ed195
--- /dev/null
+++ b/gedit/gedit-message-bus.c
@@ -0,0 +1,1259 @@
+/*
+ * gedit-message-bus.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008-2010 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "gedit-message-bus.h"
+
+#include <string.h>
+#include <stdarg.h>
+#include <gobject/gvaluecollector.h>
+
+/**
+ * GeditMessageCallback:
+ * @bus: the #GeditMessageBus on which the message was sent
+ * @message: the #GeditMessage which was sent
+ * @user_data: the supplied user data when connecting the callback
+ *
+ * Callback signature used for connecting callback functions to be called
+ * when a message is received (see gedit_message_bus_connect()).
+ *
+ */
+
+/**
+ * SECTION:gedit-message-bus
+ * @short_description: internal message communication bus
+ * @include: gedit/gedit-message-bus.h
+ *
+ * gedit has a communication bus very similar to DBus. Its primary use is to
+ * allow easy communication between plugins, but it can also be used to expose
+ * gedit functionality to external applications by providing DBus bindings for
+ * the internal gedit message bus.
+ *
+ * There are two different communication busses available. The default bus
+ * (see gedit_message_bus_get_default()) is an application wide communication
+ * bus. In addition, each #GeditWindow has a separate, private bus
+ * (see gedit_window_get_message_bus()). This makes it easier for plugins to
+ * communicate to other plugins in the same window.
+ *
+ * The concept of the message bus is very simple. You can register a message
+ * type on the bus, specified as a Method at a specific Object Path with a
+ * certain set of Method Arguments. You can then connect callback functions
+ * for this message type on the bus. Whenever a message with the Object Path
+ * and Method for which callbacks are connected is sent over the bus, the
+ * callbacks are called. There is no distinction between Methods and Signals
+ * (signals are simply messages where sender and receiver have switched places).
+ *
+ * <example>
+ * <title>Registering a message type</title>
+ * <programlisting>
+ * GeditMessageBus *bus = gedit_message_bus_get_default ();
+ *
+ * // Register 'method' at '/plugins/example' with one required
+ * // string argument 'arg1'
+ * gedit_message_bus_register (bus, EXAMPLE_TYPE_METHOD_MESSAGE,
+ * "/plugins/example", "method");
+ * </programlisting>
+ * </example>
+ * <example>
+ * <title>Connecting a callback</title>
+ * <programlisting>
+ * static void
+ * example_method_cb (GeditMessageBus *bus,
+ * GeditMessage *message,
+ * gpointer user_data)
+ * {
+ * gchar *arg1 = NULL;
+ *
+ * gedit_message_get (message, "arg1", &arg1, NULL);
+ * g_message ("Evoked /plugins/example.method with: %s", arg1);
+ * g_free (arg1);
+ * }
+ *
+ * GeditMessageBus *bus = gedit_message_bus_get_default ();
+ *
+ * guint id = gedit_message_bus_connect (bus,
+ * "/plugins/example", "method",
+ * example_method_cb,
+ * NULL,
+ * NULL);
+ *
+ * </programlisting>
+ * </example>
+ * <example>
+ * <title>Sending a message</title>
+ * <programlisting>
+ * GeditMessageBus *bus = gedit_message_bus_get_default ();
+ *
+ * gedit_message_bus_send (bus,
+ * "/plugins/example", "method",
+ * "arg1", "Hello World",
+ * NULL);
+ * </programlisting>
+ * </example>
+ */
+
+typedef struct
+{
+ gchar *object_path;
+ gchar *method;
+
+ gchar *identifier;
+} MessageIdentifier;
+
+typedef struct
+{
+ MessageIdentifier *identifier;
+
+ GList *listeners;
+} Message;
+
+typedef struct
+{
+ guint id;
+ gboolean blocked;
+
+ GDestroyNotify destroy_data;
+ GeditMessageCallback callback;
+ gpointer user_data;
+} Listener;
+
+typedef struct
+{
+ Message *message;
+ GList *listener;
+} IdMap;
+
+struct _GeditMessageBusPrivate
+{
+ GHashTable *messages;
+ GHashTable *idmap;
+
+ GList *message_queue;
+ guint idle_id;
+
+ guint next_id;
+
+ GHashTable *types; /* mapping from identifier to GeditMessageType */
+};
+
+/* signals */
+enum
+{
+ DISPATCH,
+ REGISTERED,
+ UNREGISTERED,
+ LAST_SIGNAL
+};
+
+static guint message_bus_signals[LAST_SIGNAL];
+
+static void gedit_message_bus_dispatch_real (GeditMessageBus *bus,
+ GeditMessage *message);
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditMessageBus, gedit_message_bus, G_TYPE_OBJECT)
+
+static MessageIdentifier *
+message_identifier_new (const gchar *object_path,
+ const gchar *method)
+{
+ MessageIdentifier *ret;
+
+ ret = g_slice_new (MessageIdentifier);
+
+ ret->object_path = g_strdup (object_path);
+ ret->method = g_strdup (method);
+
+ ret->identifier = gedit_message_type_identifier (object_path, method);
+
+ return ret;
+}
+
+static void
+message_identifier_free (MessageIdentifier *identifier)
+{
+ g_free (identifier->object_path);
+ g_free (identifier->method);
+ g_free (identifier->identifier);
+
+ g_slice_free (MessageIdentifier, identifier);
+}
+
+static guint
+message_identifier_hash (gconstpointer id)
+{
+ return g_str_hash (((MessageIdentifier *)id)->identifier);
+}
+
+static gboolean
+message_identifier_equal (gconstpointer id1,
+ gconstpointer id2)
+{
+ return g_str_equal (((MessageIdentifier *)id1)->identifier,
+ ((MessageIdentifier *)id2)->identifier);
+}
+
+static void
+listener_free (Listener *listener)
+{
+ if (listener->destroy_data)
+ {
+ listener->destroy_data (listener->user_data);
+ }
+
+ g_slice_free (Listener, listener);
+}
+
+static void
+message_free (Message *message)
+{
+ message_identifier_free (message->identifier);
+
+ g_list_free_full (message->listeners, (GDestroyNotify) listener_free);
+ g_slice_free (Message, message);
+}
+
+static void
+message_queue_free (GList *queue)
+{
+ g_list_free_full (queue, g_object_unref);
+}
+
+static void
+gedit_message_bus_finalize (GObject *object)
+{
+ GeditMessageBus *bus = GEDIT_MESSAGE_BUS (object);
+
+ if (bus->priv->idle_id != 0)
+ {
+ g_source_remove (bus->priv->idle_id);
+ }
+
+ message_queue_free (bus->priv->message_queue);
+
+ g_hash_table_destroy (bus->priv->messages);
+ g_hash_table_destroy (bus->priv->idmap);
+ g_hash_table_destroy (bus->priv->types);
+
+ G_OBJECT_CLASS (gedit_message_bus_parent_class)->finalize (object);
+}
+
+static void
+gedit_message_bus_class_init (GeditMessageBusClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->finalize = gedit_message_bus_finalize;
+
+ klass->dispatch = gedit_message_bus_dispatch_real;
+
+ /**
+ * GeditMessageBus::dispatch:
+ * @bus: a #GeditMessageBus
+ * @message: the #GeditMessage to dispatch
+ *
+ * The "dispatch" signal is emitted when a message is to be dispatched.
+ * The message is dispatched in the default handler of this signal.
+ * Primary use of this signal is to customize the dispatch of a message
+ * (for instance to automatically dispatch all messages over DBus).
+ *
+ */
+ message_bus_signals[DISPATCH] =
+ g_signal_new ("dispatch",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditMessageBusClass, dispatch),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ GEDIT_TYPE_MESSAGE);
+
+ /**
+ * GeditMessageBus::registered:
+ * @bus: a #GeditMessageBus
+ * @object_path: the registered object path.
+ * @method: the registered method
+ *
+ * The "registered" signal is emitted when a message has been registered
+ * on the bus.
+ *
+ */
+ message_bus_signals[REGISTERED] =
+ g_signal_new ("registered",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditMessageBusClass, registered),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 2,
+ G_TYPE_STRING,
+ G_TYPE_STRING);
+
+ /**
+ * GeditMessageBus::unregistered:
+ * @bus: a #GeditMessageBus
+ * @object_path: the unregistered object path.
+ * @method: the unregistered method
+ *
+ * The "unregistered" signal is emitted when a message has been
+ * unregistered from the bus.
+ *
+ */
+ message_bus_signals[UNREGISTERED] =
+ g_signal_new ("unregistered",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditMessageBusClass, unregistered),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 2,
+ G_TYPE_STRING,
+ G_TYPE_STRING);
+}
+
+static Message *
+message_new (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method)
+{
+ Message *message = g_slice_new (Message);
+
+ message->identifier = message_identifier_new (object_path, method);
+ message->listeners = NULL;
+
+ g_hash_table_insert (bus->priv->messages,
+ message->identifier,
+ message);
+
+ return message;
+}
+
+static Message *
+lookup_message (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ gboolean create)
+{
+ MessageIdentifier *identifier;
+ Message *message;
+
+ identifier = message_identifier_new (object_path, method);
+ message = g_hash_table_lookup (bus->priv->messages, identifier);
+ message_identifier_free (identifier);
+
+ if (!message && !create)
+ {
+ return NULL;
+ }
+
+ if (!message)
+ {
+ message = message_new (bus, object_path, method);
+ }
+
+ return message;
+}
+
+static guint
+add_listener (GeditMessageBus *bus,
+ Message *message,
+ GeditMessageCallback callback,
+ gpointer user_data,
+ GDestroyNotify destroy_data)
+{
+ Listener *listener;
+ IdMap *idmap;
+
+ listener = g_slice_new (Listener);
+ listener->id = ++bus->priv->next_id;
+ listener->callback = callback;
+ listener->user_data = user_data;
+ listener->blocked = FALSE;
+ listener->destroy_data = destroy_data;
+
+ message->listeners = g_list_append (message->listeners, listener);
+
+ idmap = g_new (IdMap, 1);
+ idmap->message = message;
+ idmap->listener = g_list_last (message->listeners);
+
+ g_hash_table_insert (bus->priv->idmap, GINT_TO_POINTER (listener->id), idmap);
+
+ return listener->id;
+}
+
+static void
+remove_listener (GeditMessageBus *bus,
+ Message *message,
+ GList *listener)
+{
+ Listener *lst;
+
+ lst = (Listener *)listener->data;
+
+ /* remove from idmap */
+ g_hash_table_remove (bus->priv->idmap, GINT_TO_POINTER (lst->id));
+ listener_free (lst);
+
+ /* remove from list of listeners */
+ message->listeners = g_list_delete_link (message->listeners, listener);
+
+ if (!message->listeners)
+ {
+ /* remove message because it does not have any listeners */
+ g_hash_table_remove (bus->priv->messages, message->identifier);
+ }
+}
+
+static void
+block_listener (GeditMessageBus *bus,
+ Message *message,
+ GList *listener)
+{
+ Listener *lst;
+
+ lst = listener->data;
+ lst->blocked = TRUE;
+}
+
+static void
+unblock_listener (GeditMessageBus *bus,
+ Message *message,
+ GList *listener)
+{
+ Listener *lst;
+
+ lst = listener->data;
+ lst->blocked = FALSE;
+}
+
+static void
+dispatch_message_real (GeditMessageBus *bus,
+ Message *msg,
+ GeditMessage *message)
+{
+ GList *item;
+
+ for (item = msg->listeners; item; item = item->next)
+ {
+ Listener *listener = (Listener *)item->data;
+
+ if (!listener->blocked)
+ {
+ listener->callback (bus, message, listener->user_data);
+ }
+ }
+}
+
+static void
+gedit_message_bus_dispatch_real (GeditMessageBus *bus,
+ GeditMessage *message)
+{
+ const gchar *object_path;
+ const gchar *method;
+ Message *msg;
+
+ object_path = gedit_message_get_object_path (message);
+ method = gedit_message_get_method (message);
+
+ g_return_if_fail (object_path != NULL);
+ g_return_if_fail (method != NULL);
+
+ msg = lookup_message (bus, object_path, method, FALSE);
+
+ if (msg)
+ {
+ dispatch_message_real (bus, msg, message);
+ }
+}
+
+static void
+dispatch_message (GeditMessageBus *bus,
+ GeditMessage *message)
+{
+ g_signal_emit (bus, message_bus_signals[DISPATCH], 0, message);
+}
+
+static gboolean
+idle_dispatch (GeditMessageBus *bus)
+{
+ GList *list;
+ GList *item;
+
+ /* make sure to set idle_id to 0 first so that any new async messages
+ will be queued properly */
+ bus->priv->idle_id = 0;
+
+ /* reverse queue to get correct delivery order */
+ list = g_list_reverse (bus->priv->message_queue);
+ bus->priv->message_queue = NULL;
+
+ for (item = list; item; item = item->next)
+ {
+ GeditMessage *msg = GEDIT_MESSAGE (item->data);
+
+ dispatch_message (bus, msg);
+ }
+
+ message_queue_free (list);
+ return FALSE;
+}
+
+typedef void (*MatchCallback) (GeditMessageBus *, Message *, GList *);
+
+static void
+process_by_id (GeditMessageBus *bus,
+ guint id,
+ MatchCallback processor)
+{
+ IdMap *idmap;
+
+ idmap = (IdMap *)g_hash_table_lookup (bus->priv->idmap, GINT_TO_POINTER (id));
+
+ if (idmap == NULL)
+ {
+ g_warning ("No handler registered with id `%d'", id);
+ return;
+ }
+
+ processor (bus, idmap->message, idmap->listener);
+}
+
+static void
+process_by_match (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditMessageCallback callback,
+ gpointer user_data,
+ MatchCallback processor)
+{
+ Message *message;
+ GList *item;
+
+ message = lookup_message (bus, object_path, method, FALSE);
+
+ if (!message)
+ {
+ g_warning ("No such handler registered for %s.%s", object_path, method);
+ return;
+ }
+
+ for (item = message->listeners; item; item = item->next)
+ {
+ Listener *listener = (Listener *)item->data;
+
+ if (listener->callback == callback &&
+ listener->user_data == user_data)
+ {
+ processor (bus, message, item);
+ return;
+ }
+ }
+
+ g_warning ("No such handler registered for %s.%s", object_path, method);
+}
+
+static void
+free_type (gpointer data)
+{
+ g_slice_free (GType, data);
+}
+
+static void
+gedit_message_bus_init (GeditMessageBus *self)
+{
+ self->priv = gedit_message_bus_get_instance_private (self);
+
+ self->priv->messages = g_hash_table_new_full (message_identifier_hash,
+ message_identifier_equal,
+ NULL,
+ (GDestroyNotify) message_free);
+
+ self->priv->idmap = g_hash_table_new_full (g_direct_hash,
+ g_direct_equal,
+ NULL,
+ (GDestroyNotify) g_free);
+
+ self->priv->types = g_hash_table_new_full (message_identifier_hash,
+ message_identifier_equal,
+ (GDestroyNotify) message_identifier_free,
+ (GDestroyNotify) free_type);
+}
+
+/**
+ * gedit_message_bus_get_default:
+ *
+ * Get the default application #GeditMessageBus.
+ *
+ * Return value: (transfer none): the default #GeditMessageBus
+ *
+ */
+GeditMessageBus *
+gedit_message_bus_get_default (void)
+{
+ static GeditMessageBus *default_bus = NULL;
+
+ if (G_UNLIKELY (default_bus == NULL))
+ {
+ default_bus = g_object_new (GEDIT_TYPE_MESSAGE_BUS, NULL);
+
+ g_object_add_weak_pointer (G_OBJECT (default_bus),
+ (gpointer) &default_bus);
+ }
+
+ return default_bus;
+}
+
+/**
+ * gedit_message_bus_new:
+ *
+ * Create a new message bus. Use gedit_message_bus_get_default() to get the
+ * default, application wide, message bus. Creating a new bus is useful for
+ * associating a specific bus with for instance a #GeditWindow.
+ *
+ * Return value: a new #GeditMessageBus
+ *
+ */
+GeditMessageBus *
+gedit_message_bus_new (void)
+{
+ return GEDIT_MESSAGE_BUS (g_object_new (GEDIT_TYPE_MESSAGE_BUS, NULL));
+}
+
+/**
+ * gedit_message_bus_lookup:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ * @method: the method
+ *
+ * Get the registered #GeditMessageType for @method at @object_path. The
+ * returned #GeditMessageType is owned by the bus and should not be unreffed.
+ *
+ * Return value: the registered #GeditMessageType or %NULL if no message type
+ * is registered for @method at @object_path
+ *
+ */
+GType
+gedit_message_bus_lookup (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method)
+{
+ MessageIdentifier *identifier;
+ GType *message_type;
+
+ g_return_val_if_fail (GEDIT_IS_MESSAGE_BUS (bus), G_TYPE_INVALID);
+ g_return_val_if_fail (object_path != NULL, G_TYPE_INVALID);
+ g_return_val_if_fail (method != NULL, G_TYPE_INVALID);
+
+ identifier = message_identifier_new (object_path, method);
+ message_type = g_hash_table_lookup (bus->priv->types, identifier);
+ message_identifier_free (identifier);
+
+ if (!message_type)
+ {
+ return G_TYPE_INVALID;
+ }
+ else
+ {
+ return *message_type;
+ }
+}
+
+/**
+ * gedit_message_bus_register:
+ * @bus: a #GeditMessageBus
+ * @message_type: the message type
+ * @object_path: the object path
+ * @method: the method to register
+ *
+ * Register a message on the bus. A message must be registered on the bus before
+ * it can be send. This function registers the type for @method at
+ * @object_path.
+ *
+ * This function emits a #GeditMessageBus::registered signal.
+ *
+ */
+void
+gedit_message_bus_register (GeditMessageBus *bus,
+ GType message_type,
+ const gchar *object_path,
+ const gchar *method)
+{
+ MessageIdentifier *identifier;
+ GType *ntype;
+
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+ g_return_if_fail (gedit_message_is_valid_object_path (object_path));
+ g_return_if_fail (g_type_is_a (message_type, GEDIT_TYPE_MESSAGE));
+
+ if (gedit_message_bus_is_registered (bus, object_path, method))
+ {
+ g_warning ("Message type for '%s.%s' is already registered",
+ object_path,
+ method);
+ }
+
+ identifier = message_identifier_new (object_path, method);
+ ntype = g_slice_new (GType);
+
+ *ntype = message_type;
+
+ g_hash_table_insert (bus->priv->types,
+ identifier,
+ ntype);
+
+ g_signal_emit (bus,
+ message_bus_signals[REGISTERED],
+ 0,
+ object_path,
+ method);
+}
+
+static void
+gedit_message_bus_unregister_real (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ gboolean remove_from_store)
+{
+ MessageIdentifier *identifier;
+
+ identifier = message_identifier_new (object_path, method);
+
+ if (!remove_from_store || g_hash_table_remove (bus->priv->types,
+ identifier))
+ {
+ g_signal_emit (bus,
+ message_bus_signals[UNREGISTERED],
+ 0,
+ object_path,
+ method);
+ }
+
+ message_identifier_free (identifier);
+}
+
+/**
+ * gedit_message_bus_unregister:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ * @method: the method
+ *
+ * Unregisters a previously registered message type. This is especially useful
+ * for plugins which should unregister message types when they are deactivated.
+ *
+ * This function emits the #GeditMessageBus::unregistered signal.
+ *
+ */
+void
+gedit_message_bus_unregister (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method)
+{
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+ g_return_if_fail (object_path != NULL);
+ g_return_if_fail (method != NULL);
+
+ gedit_message_bus_unregister_real (bus,
+ object_path,
+ method,
+ TRUE);
+}
+
+typedef struct
+{
+ GeditMessageBus *bus;
+ const gchar *object_path;
+} UnregisterInfo;
+
+static gboolean
+unregister_each (MessageIdentifier *identifier,
+ GType *gtype,
+ UnregisterInfo *info)
+{
+ if (g_strcmp0 (identifier->object_path, info->object_path) == 0)
+ {
+ gedit_message_bus_unregister_real (info->bus,
+ identifier->object_path,
+ identifier->method,
+ FALSE);
+
+ return TRUE;
+ }
+
+ return FALSE;
+}
+
+/**
+ * gedit_message_bus_unregister_all:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ *
+ * Unregisters all message types for @object_path. This is especially useful for
+ * plugins which should unregister message types when they are deactivated.
+ *
+ * This function emits the #GeditMessageBus::unregistered signal for all
+ * unregistered message types.
+ *
+ */
+void
+gedit_message_bus_unregister_all (GeditMessageBus *bus,
+ const gchar *object_path)
+{
+ UnregisterInfo info = {bus, object_path};
+
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+ g_return_if_fail (object_path != NULL);
+
+ g_hash_table_foreach_remove (bus->priv->types,
+ (GHRFunc)unregister_each,
+ &info);
+}
+
+/**
+ * gedit_message_bus_is_registered:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ * @method: the method
+ *
+ * Check whether a message type @method at @object_path is registered on the
+ * bus.
+ *
+ * Return value: %TRUE if the @method at @object_path is a registered message
+ * type on the bus
+ *
+ */
+gboolean
+gedit_message_bus_is_registered (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method)
+{
+ MessageIdentifier *identifier;
+ gboolean ret;
+
+ g_return_val_if_fail (GEDIT_IS_MESSAGE_BUS (bus), FALSE);
+ g_return_val_if_fail (object_path != NULL, FALSE);
+ g_return_val_if_fail (method != NULL, FALSE);
+
+ identifier = message_identifier_new (object_path, method);
+ ret = g_hash_table_lookup (bus->priv->types, identifier) != NULL;
+ message_identifier_free (identifier);
+
+ return ret;
+}
+
+typedef struct
+{
+ GeditMessageBusForeach func;
+ gpointer user_data;
+} ForeachInfo;
+
+static void
+foreach_type (MessageIdentifier *identifier,
+ GType *message_type,
+ ForeachInfo *info)
+{
+ info->func (identifier->object_path,
+ identifier->method,
+ info->user_data);
+}
+
+/**
+ * gedit_message_bus_foreach:
+ * @bus: the #GeditMessageBus
+ * @func: (scope call): the callback function
+ * @user_data: the user data to supply to the callback function
+ *
+ * Calls @func for each message type registered on the bus
+ *
+ */
+void
+gedit_message_bus_foreach (GeditMessageBus *bus,
+ GeditMessageBusForeach func,
+ gpointer user_data)
+{
+ ForeachInfo info = {func, user_data};
+
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+ g_return_if_fail (func != NULL);
+
+ g_hash_table_foreach (bus->priv->types, (GHFunc)foreach_type, &info);
+}
+
+/**
+ * gedit_message_bus_connect:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ * @method: the method
+ * @callback: function to be called when message @method at @object_path is sent
+ * @user_data: (allow-none): user_data to use for the callback
+ * @destroy_data: (allow-none): function to evoke with @user_data as argument when @user_data
+ * needs to be freed
+ *
+ * Connect a callback handler to be evoked when message @method at @object_path
+ * is sent over the bus.
+ *
+ * Return value: the callback identifier
+ *
+ */
+guint
+gedit_message_bus_connect (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditMessageCallback callback,
+ gpointer user_data,
+ GDestroyNotify destroy_data)
+{
+ Message *message;
+
+ g_return_val_if_fail (GEDIT_IS_MESSAGE_BUS (bus), 0);
+ g_return_val_if_fail (object_path != NULL, 0);
+ g_return_val_if_fail (method != NULL, 0);
+ g_return_val_if_fail (callback != NULL, 0);
+
+ /* lookup the message and create if it does not exist yet */
+ message = lookup_message (bus, object_path, method, TRUE);
+
+ return add_listener (bus, message, callback, user_data, destroy_data);
+}
+
+/**
+ * gedit_message_bus_disconnect:
+ * @bus: a #GeditMessageBus
+ * @id: the callback id as returned by gedit_message_bus_connect()
+ *
+ * Disconnects a previously connected message callback.
+ *
+ */
+void
+gedit_message_bus_disconnect (GeditMessageBus *bus,
+ guint id)
+{
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+
+ process_by_id (bus, id, remove_listener);
+}
+
+/**
+ * gedit_message_bus_disconnect_by_func:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ * @method: the method
+ * @callback: (scope call): the connected callback
+ * @user_data: the user_data with which the callback was connected
+ *
+ * Disconnects a previously connected message callback by matching the
+ * provided callback function and user_data. See also
+ * gedit_message_bus_disconnect().
+ *
+ */
+void
+gedit_message_bus_disconnect_by_func (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditMessageCallback callback,
+ gpointer user_data)
+{
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+
+ process_by_match (bus,
+ object_path,
+ method,
+ callback,
+ user_data,
+ remove_listener);
+}
+
+/**
+ * gedit_message_bus_block:
+ * @bus: a #GeditMessageBus
+ * @id: the callback id
+ *
+ * Blocks evoking the callback specified by @id. Unblock the callback by
+ * using gedit_message_bus_unblock().
+ *
+ */
+void
+gedit_message_bus_block (GeditMessageBus *bus,
+ guint id)
+{
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+
+ process_by_id (bus, id, block_listener);
+}
+
+/**
+ * gedit_message_bus_block_by_func:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ * @method: the method
+ * @callback: (scope call): the callback to block
+ * @user_data: the user_data with which the callback was connected
+ *
+ * Blocks evoking the callback that matches provided @callback and @user_data.
+ * Unblock the callback using gedit_message_bus_unblock_by_func().
+ *
+ */
+void
+gedit_message_bus_block_by_func (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditMessageCallback callback,
+ gpointer user_data)
+{
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+
+ process_by_match (bus,
+ object_path,
+ method,
+ callback,
+ user_data,
+ block_listener);
+}
+
+/**
+ * gedit_message_bus_unblock:
+ * @bus: a #GeditMessageBus
+ * @id: the callback id
+ *
+ * Unblocks the callback specified by @id.
+ *
+ */
+void
+gedit_message_bus_unblock (GeditMessageBus *bus,
+ guint id)
+{
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+
+ process_by_id (bus, id, unblock_listener);
+}
+
+/**
+ * gedit_message_bus_unblock_by_func:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ * @method: the method
+ * @callback: (scope call): the callback to block
+ * @user_data: the user_data with which the callback was connected
+ *
+ * Unblocks the callback that matches provided @callback and @user_data.
+ *
+ */
+void
+gedit_message_bus_unblock_by_func (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditMessageCallback callback,
+ gpointer user_data)
+{
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+
+ process_by_match (bus,
+ object_path,
+ method,
+ callback,
+ user_data,
+ unblock_listener);
+}
+
+static void
+send_message_real (GeditMessageBus *bus,
+ GeditMessage *message)
+{
+ bus->priv->message_queue = g_list_prepend (bus->priv->message_queue,
+ g_object_ref (message));
+
+ if (bus->priv->idle_id == 0)
+ {
+ bus->priv->idle_id = g_idle_add_full (G_PRIORITY_HIGH,
+ (GSourceFunc)idle_dispatch,
+ bus,
+ NULL);
+ }
+}
+
+/**
+ * gedit_message_bus_send_message:
+ * @bus: a #GeditMessageBus
+ * @message: the message to send
+ *
+ * This sends the provided @message asynchronously over the bus. To send
+ * a message synchronously, use gedit_message_bus_send_message_sync(). The
+ * convenience function gedit_message_bus_send() can be used to easily send
+ * a message without constructing the message object explicitly first.
+ *
+ */
+void
+gedit_message_bus_send_message (GeditMessageBus *bus,
+ GeditMessage *message)
+{
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+ g_return_if_fail (GEDIT_IS_MESSAGE (message));
+
+ send_message_real (bus, message);
+}
+
+/**
+ * gedit_message_bus_send_message_sync:
+ * @bus: a #GeditMessageBus
+ * @message: the message to send
+ *
+ * This sends the provided @message synchronously over the bus. To send
+ * a message asynchronously, use gedit_message_bus_send_message(). The
+ * convenience function gedit_message_bus_send_sync() can be used to easily send
+ * a message without constructing the message object explicitly first.
+ *
+ */
+void
+gedit_message_bus_send_message_sync (GeditMessageBus *bus,
+ GeditMessage *message)
+{
+ g_return_if_fail (GEDIT_IS_MESSAGE_BUS (bus));
+ g_return_if_fail (GEDIT_IS_MESSAGE (message));
+
+ dispatch_message (bus, message);
+}
+
+static GeditMessage *
+create_message (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ const gchar *first_property,
+ va_list var_args)
+{
+ GType message_type;
+ GeditMessage *msg;
+
+ message_type = gedit_message_bus_lookup (bus, object_path, method);
+
+ if (message_type == G_TYPE_INVALID)
+ {
+ g_warning ("Could not find message type for '%s.%s'",
+ object_path,
+ method);
+
+ return NULL;
+ }
+
+ msg = GEDIT_MESSAGE (g_object_new_valist (message_type,
+ first_property,
+ var_args));
+
+ if (msg)
+ {
+ g_object_set (msg,
+ "object_path",
+ object_path,
+ "method",
+ method,
+ NULL);
+ }
+
+ return msg;
+}
+
+/**
+ * gedit_message_bus_send:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ * @method: the method
+ * @first_property: the first property
+ * @...: NULL terminated list of key/value pairs
+ *
+ * This provides a convenient way to quickly send a message @method at
+ * @object_path asynchronously over the bus. The variable argument list
+ * specifies key (string) value pairs used to construct the message arguments.
+ * To send a message synchronously use gedit_message_bus_send_sync().
+ */
+void
+gedit_message_bus_send (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ const gchar *first_property,
+ ...)
+{
+ va_list var_args;
+ GeditMessage *message;
+
+ va_start (var_args, first_property);
+
+ message = create_message (bus,
+ object_path,
+ method,
+ first_property,
+ var_args);
+
+ if (message)
+ {
+ send_message_real (bus, message);
+ g_object_unref (message);
+ }
+ else
+ {
+ g_warning ("Could not instantiate message");
+ }
+
+ va_end (var_args);
+}
+
+/**
+ * gedit_message_bus_send_sync:
+ * @bus: a #GeditMessageBus
+ * @object_path: the object path
+ * @method: the method
+ * @first_property: the first property
+ * @...: (allow-none): %NULL terminated list of key/value pairs
+ *
+ * This provides a convenient way to quickly send a message @method at
+ * @object_path synchronously over the bus. The variable argument list
+ * specifies key (string) value pairs used to construct the message
+ * arguments. To send a message asynchronously use gedit_message_bus_send().
+ *
+ * Return value: (allow-none) (transfer full): the constructed #GeditMessage.
+ * The caller owns a reference to the #GeditMessage and should
+ * call g_object_unref() when it is no longer needed.
+ */
+GeditMessage *
+gedit_message_bus_send_sync (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ const gchar *first_property,
+ ...)
+{
+ va_list var_args;
+ GeditMessage *message;
+
+ va_start (var_args, first_property);
+ message = create_message (bus,
+ object_path,
+ method,
+ first_property,
+ var_args);
+
+ if (message)
+ {
+ dispatch_message (bus, message);
+ }
+
+ va_end (var_args);
+
+ return message;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-message-bus.h b/gedit/gedit-message-bus.h
new file mode 100644
index 0000000..e8403e0
--- /dev/null
+++ b/gedit/gedit-message-bus.h
@@ -0,0 +1,154 @@
+/*
+ * gedit-message-bus.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008-2010 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_MESSAGE_BUS_H
+#define GEDIT_MESSAGE_BUS_H
+
+#include <glib-object.h>
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_MESSAGE_BUS (gedit_message_bus_get_type ())
+#define GEDIT_MESSAGE_BUS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_MESSAGE_BUS, GeditMessageBus))
+#define GEDIT_MESSAGE_BUS_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_MESSAGE_BUS, GeditMessageBus const))
+#define GEDIT_MESSAGE_BUS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_MESSAGE_BUS, GeditMessageBusClass))
+#define GEDIT_IS_MESSAGE_BUS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_MESSAGE_BUS))
+#define GEDIT_IS_MESSAGE_BUS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_MESSAGE_BUS))
+#define GEDIT_MESSAGE_BUS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_MESSAGE_BUS, GeditMessageBusClass))
+
+typedef struct _GeditMessageBus GeditMessageBus;
+typedef struct _GeditMessageBusClass GeditMessageBusClass;
+typedef struct _GeditMessageBusPrivate GeditMessageBusPrivate;
+
+struct _GeditMessageBus
+{
+ GObject parent;
+
+ GeditMessageBusPrivate *priv;
+};
+
+struct _GeditMessageBusClass
+{
+ GObjectClass parent_class;
+
+ void (*dispatch) (GeditMessageBus *bus,
+ GeditMessage *message);
+ void (*registered) (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method);
+ void (*unregistered) (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method);
+};
+
+typedef void (* GeditMessageCallback) (GeditMessageBus *bus,
+ GeditMessage *message,
+ gpointer user_data);
+
+typedef void (* GeditMessageBusForeach) (gchar const *object_path,
+ gchar const *method,
+ gpointer user_data);
+
+GType gedit_message_bus_get_type (void) G_GNUC_CONST;
+
+GeditMessageBus *gedit_message_bus_get_default (void);
+GeditMessageBus *gedit_message_bus_new (void);
+
+GType gedit_message_bus_lookup (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method);
+
+void gedit_message_bus_register (GeditMessageBus *bus,
+ GType message_type,
+ const gchar *object_path,
+ const gchar *method);
+
+void gedit_message_bus_unregister (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method);
+
+void gedit_message_bus_unregister_all (GeditMessageBus *bus,
+ const gchar *object_path);
+
+gboolean gedit_message_bus_is_registered (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method);
+
+void gedit_message_bus_foreach (GeditMessageBus *bus,
+ GeditMessageBusForeach func,
+ gpointer user_data);
+
+guint gedit_message_bus_connect (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditMessageCallback callback,
+ gpointer user_data,
+ GDestroyNotify destroy_data);
+
+void gedit_message_bus_disconnect (GeditMessageBus *bus,
+ guint id);
+
+void gedit_message_bus_disconnect_by_func (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditMessageCallback callback,
+ gpointer user_data);
+
+void gedit_message_bus_block (GeditMessageBus *bus,
+ guint id);
+void gedit_message_bus_block_by_func (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditMessageCallback callback,
+ gpointer user_data);
+
+void gedit_message_bus_unblock (GeditMessageBus *bus,
+ guint id);
+void gedit_message_bus_unblock_by_func (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditMessageCallback callback,
+ gpointer user_data);
+
+void gedit_message_bus_send_message (GeditMessageBus *bus,
+ GeditMessage *message);
+void gedit_message_bus_send_message_sync (GeditMessageBus *bus,
+ GeditMessage *message);
+
+void gedit_message_bus_send (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ const gchar *first_property,
+ ...) G_GNUC_NULL_TERMINATED;
+
+GeditMessage *gedit_message_bus_send_sync (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ const gchar *first_property,
+ ...) G_GNUC_NULL_TERMINATED;
+
+G_END_DECLS
+
+#endif /* GEDIT_MESSAGE_BUS_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-message.c b/gedit/gedit-message.c
new file mode 100644
index 0000000..e015b5b
--- /dev/null
+++ b/gedit/gedit-message.c
@@ -0,0 +1,321 @@
+/*
+ * gedit-message.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008, 2010 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "gedit-message.h"
+
+#include <string.h>
+
+/**
+ * SECTION:gedit-message
+ * @short_description: message bus message object
+ * @include: gedit/gedit-message.h
+ *
+ * Communication on a #GeditMessageBus is done through messages. Messages are
+ * sent over the bus and received by connecting callbacks on the message bus.
+ * A #GeditMessage is an instantiation of a #GeditMessageType, containing
+ * values for the arguments as specified in the message type.
+ *
+ * A message can be seen as a method call, or signal emission depending on
+ * who is the sender and who is the receiver. There is no explicit distinction
+ * between methods and signals.
+ */
+
+struct _GeditMessagePrivate
+{
+ gchar *object_path;
+ gchar *method;
+};
+
+enum
+{
+ PROP_0,
+ PROP_OBJECT_PATH,
+ PROP_METHOD,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditMessage, gedit_message, G_TYPE_OBJECT)
+
+static void
+gedit_message_finalize (GObject *object)
+{
+ GeditMessage *message = GEDIT_MESSAGE (object);
+
+ g_free (message->priv->object_path);
+ g_free (message->priv->method);
+
+ G_OBJECT_CLASS (gedit_message_parent_class)->finalize (object);
+}
+
+static void
+gedit_message_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditMessage *msg = GEDIT_MESSAGE (object);
+
+ switch (prop_id)
+ {
+ case PROP_OBJECT_PATH:
+ g_value_set_string (value,
+ msg->priv->object_path);
+ break;
+ case PROP_METHOD:
+ g_value_set_string (value,
+ msg->priv->method);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_message_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditMessage *msg = GEDIT_MESSAGE (object);
+
+ switch (prop_id)
+ {
+ case PROP_OBJECT_PATH:
+ g_free (msg->priv->object_path);
+ msg->priv->object_path = g_value_dup_string (value);
+ break;
+ case PROP_METHOD:
+ g_free (msg->priv->method);
+ msg->priv->method = g_value_dup_string (value);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_message_class_init (GeditMessageClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->finalize = gedit_message_finalize;
+
+ object_class->get_property = gedit_message_get_property;
+ object_class->set_property = gedit_message_set_property;
+
+ /**
+ * GeditMessage:object_path:
+ *
+ * The messages object path (e.g. /gedit/object/path).
+ *
+ */
+ properties[PROP_OBJECT_PATH] =
+ g_param_spec_string ("object-path",
+ "OBJECT_PATH",
+ "The message object path",
+ NULL,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS);
+
+ /**
+ * GeditMessage:method:
+ *
+ * The messages method.
+ *
+ */
+ properties[PROP_METHOD] =
+ g_param_spec_string ("method",
+ "METHOD",
+ "The message method",
+ NULL,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+}
+
+static void
+gedit_message_init (GeditMessage *self)
+{
+ self->priv = gedit_message_get_instance_private (self);
+}
+
+/**
+ * gedit_message_get_method:
+ * @message: the #GeditMessage
+ *
+ * Get the message method.
+ *
+ * Return value: the message method
+ *
+ */
+const gchar *
+gedit_message_get_method (GeditMessage *message)
+{
+ g_return_val_if_fail (GEDIT_IS_MESSAGE (message), NULL);
+
+ return message->priv->method;
+}
+
+/**
+ * gedit_message_get_object_path:
+ * @message: the #GeditMessage
+ *
+ * Get the message object path.
+ *
+ * Return value: the message object path
+ *
+ */
+const gchar *
+gedit_message_get_object_path (GeditMessage *message)
+{
+ g_return_val_if_fail (GEDIT_IS_MESSAGE (message), NULL);
+
+ return message->priv->object_path;
+}
+
+/**
+ * gedit_message_is_valid_object_path:
+ * @object_path: (allow-none): the object path
+ *
+ * Returns whether @object_path is a valid object path
+ *
+ * Return value: %TRUE if @object_path is a valid object path
+ *
+ */
+gboolean
+gedit_message_is_valid_object_path (const gchar *object_path)
+{
+ if (!object_path)
+ {
+ return FALSE;
+ }
+
+ /* needs to start with / */
+ if (*object_path != '/')
+ {
+ return FALSE;
+ }
+
+ while (*object_path)
+ {
+ if (*object_path == '/')
+ {
+ ++object_path;
+
+ if (!*object_path || !(g_ascii_isalpha (*object_path) || *object_path == '_'))
+ {
+ return FALSE;
+ }
+ }
+ else if (!(g_ascii_isalnum (*object_path) || *object_path == '_'))
+ {
+ return FALSE;
+ }
+
+ ++object_path;
+ }
+
+ return TRUE;
+}
+
+/**
+ * gedit_message_type_identifier:
+ * @object_path: (allow-none): the object path
+ * @method: (allow-none): the method
+ *
+ * Get the string identifier for @method at @object_path.
+ *
+ * Return value: the identifier for @method at @object_path
+ *
+ */
+gchar *
+gedit_message_type_identifier (const gchar *object_path,
+ const gchar *method)
+{
+ return g_strconcat (object_path, ".", method, NULL);
+}
+
+/**
+ * gedit_message_has:
+ * @message: the #GeditMessage
+ * @propname: the property name
+ *
+ * Check if a message has a certain property.
+ *
+ * Return Value: %TRUE if message has @propname, %FALSE otherwise
+ *
+ */
+gboolean
+gedit_message_has (GeditMessage *message,
+ const gchar *propname)
+{
+ GObjectClass *klass;
+
+ g_return_val_if_fail (GEDIT_IS_MESSAGE (message), FALSE);
+ g_return_val_if_fail (propname != NULL, FALSE);
+
+ klass = G_OBJECT_GET_CLASS (G_OBJECT (message));
+
+ return g_object_class_find_property (klass, propname) != NULL;
+}
+
+gboolean
+gedit_message_type_has (GType gtype,
+ const gchar *propname)
+{
+ GObjectClass *klass;
+ gboolean ret;
+
+ g_return_val_if_fail (g_type_is_a (gtype, GEDIT_TYPE_MESSAGE), FALSE);
+ g_return_val_if_fail (propname != NULL, FALSE);
+
+ klass = g_type_class_ref (gtype);
+ ret = g_object_class_find_property (klass, propname) != NULL;
+ g_type_class_unref (klass);
+
+ return ret;
+}
+
+gboolean
+gedit_message_type_check (GType gtype,
+ const gchar *propname,
+ GType value_type)
+{
+ GObjectClass *klass;
+ gboolean ret;
+ GParamSpec *spec;
+
+ g_return_val_if_fail (g_type_is_a (gtype, GEDIT_TYPE_MESSAGE), FALSE);
+ g_return_val_if_fail (propname != NULL, FALSE);
+
+ klass = g_type_class_ref (gtype);
+ spec = g_object_class_find_property (klass, propname);
+ ret = spec != NULL && spec->value_type == value_type;
+ g_type_class_unref (klass);
+
+ return ret;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-message.h b/gedit/gedit-message.h
new file mode 100644
index 0000000..8f15734
--- /dev/null
+++ b/gedit/gedit-message.h
@@ -0,0 +1,77 @@
+/*
+ * gedit-message.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008, 2010 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_MESSAGE_H
+#define GEDIT_MESSAGE_H
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_MESSAGE (gedit_message_get_type ())
+#define GEDIT_MESSAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_MESSAGE, GeditMessage))
+#define GEDIT_MESSAGE_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_MESSAGE, GeditMessage const))
+#define GEDIT_MESSAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_MESSAGE, GeditMessageClass))
+#define GEDIT_IS_MESSAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_MESSAGE))
+#define GEDIT_IS_MESSAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_MESSAGE))
+#define GEDIT_MESSAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_MESSAGE, GeditMessageClass))
+
+typedef struct _GeditMessage GeditMessage;
+typedef struct _GeditMessageClass GeditMessageClass;
+typedef struct _GeditMessagePrivate GeditMessagePrivate;
+
+struct _GeditMessage
+{
+ GObject parent;
+
+ GeditMessagePrivate *priv;
+};
+
+struct _GeditMessageClass
+{
+ GObjectClass parent_class;
+};
+
+GType gedit_message_get_type (void) G_GNUC_CONST;
+
+const gchar *gedit_message_get_object_path (GeditMessage *message);
+const gchar *gedit_message_get_method (GeditMessage *message);
+
+gboolean gedit_message_type_has (GType gtype,
+ const gchar *propname);
+
+gboolean gedit_message_type_check (GType gtype,
+ const gchar *propname,
+ GType value_type);
+
+gboolean gedit_message_has (GeditMessage *message,
+ const gchar *propname);
+
+gboolean gedit_message_is_valid_object_path (const gchar *object_path);
+gchar *gedit_message_type_identifier (const gchar *object_path,
+ const gchar *method);
+
+G_END_DECLS
+
+#endif /* GEDIT_MESSAGE_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-multi-notebook.c b/gedit/gedit-multi-notebook.c
new file mode 100644
index 0000000..46d75ed
--- /dev/null
+++ b/gedit/gedit-multi-notebook.c
@@ -0,0 +1,1125 @@
+/*
+ * gedit-multi-notebook.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Ignacio Casal Quinteiro
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "gedit-multi-notebook.h"
+
+#include "gedit-enum-types-private.h"
+#include "gedit-settings.h"
+#include "gedit-tab-private.h"
+#include "gedit-tab.h"
+
+struct _GeditMultiNotebookPrivate
+{
+ GtkWidget *active_notebook;
+ GList *notebooks;
+ gint total_tabs;
+
+ GeditTab *active_tab;
+
+ GeditNotebookShowTabsModeType show_tabs_mode;
+ GSettings *ui_settings;
+
+ guint show_tabs : 1;
+ guint removing_notebook : 1;
+};
+
+enum
+{
+ PROP_0,
+ PROP_ACTIVE_NOTEBOOK,
+ PROP_ACTIVE_TAB,
+ PROP_SHOW_TABS_MODE,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+enum
+{
+ NOTEBOOK_ADDED,
+ NOTEBOOK_REMOVED,
+ TAB_ADDED,
+ TAB_REMOVED,
+ SWITCH_TAB,
+ TAB_CLOSE_REQUEST,
+ CREATE_WINDOW,
+ PAGE_REORDERED,
+ SHOW_POPUP_MENU,
+ LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL];
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditMultiNotebook, gedit_multi_notebook, GTK_TYPE_GRID)
+
+static void remove_notebook (GeditMultiNotebook *mnb,
+ GtkWidget *notebook);
+
+static void update_tabs_visibility (GeditMultiNotebook *mnb);
+
+static void
+gedit_multi_notebook_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditMultiNotebook *mnb = GEDIT_MULTI_NOTEBOOK (object);
+
+ switch (prop_id)
+ {
+ case PROP_ACTIVE_NOTEBOOK:
+ g_value_set_object (value,
+ mnb->priv->active_notebook);
+ break;
+ case PROP_ACTIVE_TAB:
+ g_value_set_object (value,
+ mnb->priv->active_tab);
+ break;
+ case PROP_SHOW_TABS_MODE:
+ g_value_set_enum (value,
+ mnb->priv->show_tabs_mode);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_multi_notebook_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditMultiNotebook *mnb = GEDIT_MULTI_NOTEBOOK (object);
+
+ switch (prop_id)
+ {
+ case PROP_SHOW_TABS_MODE:
+ mnb->priv->show_tabs_mode = g_value_get_enum (value);
+ update_tabs_visibility (mnb);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_multi_notebook_dispose (GObject *object)
+{
+ GeditMultiNotebook *mnb = GEDIT_MULTI_NOTEBOOK (object);
+
+ g_clear_object (&mnb->priv->ui_settings);
+
+ G_OBJECT_CLASS (gedit_multi_notebook_parent_class)->dispose (object);
+}
+
+static void
+gedit_multi_notebook_finalize (GObject *object)
+{
+ GeditMultiNotebook *mnb = GEDIT_MULTI_NOTEBOOK (object);
+
+ g_list_free (mnb->priv->notebooks);
+
+ G_OBJECT_CLASS (gedit_multi_notebook_parent_class)->finalize (object);
+}
+
+static void
+gedit_multi_notebook_class_init (GeditMultiNotebookClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_multi_notebook_dispose;
+ object_class->finalize = gedit_multi_notebook_finalize;
+ object_class->get_property = gedit_multi_notebook_get_property;
+ object_class->set_property = gedit_multi_notebook_set_property;
+
+ properties[PROP_ACTIVE_NOTEBOOK] =
+ g_param_spec_object ("active-notebook",
+ "Active Notebook",
+ "The Active Notebook",
+ GEDIT_TYPE_NOTEBOOK,
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ properties[PROP_ACTIVE_TAB] =
+ g_param_spec_object ("active-tab",
+ "Active Tab",
+ "The Active Tab",
+ GEDIT_TYPE_TAB,
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ properties[PROP_SHOW_TABS_MODE] =
+ g_param_spec_enum ("show-tabs-mode",
+ "Show Tabs Mode",
+ "When tabs should be shown",
+ GEDIT_TYPE_NOTEBOOK_SHOW_TABS_MODE_TYPE,
+ GEDIT_NOTEBOOK_SHOW_TABS_ALWAYS,
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+
+ signals[NOTEBOOK_ADDED] =
+ g_signal_new ("notebook-added",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditMultiNotebookClass, notebook_added),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ GEDIT_TYPE_NOTEBOOK);
+ signals[NOTEBOOK_REMOVED] =
+ g_signal_new ("notebook-removed",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditMultiNotebookClass, notebook_removed),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ GEDIT_TYPE_NOTEBOOK);
+ signals[TAB_ADDED] =
+ g_signal_new ("tab-added",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditMultiNotebookClass, tab_added),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 2,
+ GEDIT_TYPE_NOTEBOOK,
+ GEDIT_TYPE_TAB);
+ signals[TAB_REMOVED] =
+ g_signal_new ("tab-removed",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditMultiNotebookClass, tab_removed),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 2,
+ GEDIT_TYPE_NOTEBOOK,
+ GEDIT_TYPE_TAB);
+ signals[SWITCH_TAB] =
+ g_signal_new ("switch-tab",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditMultiNotebookClass, switch_tab),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 4,
+ GEDIT_TYPE_NOTEBOOK,
+ GEDIT_TYPE_TAB,
+ GEDIT_TYPE_NOTEBOOK,
+ GEDIT_TYPE_TAB);
+ signals[TAB_CLOSE_REQUEST] =
+ g_signal_new ("tab-close-request",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditMultiNotebookClass, tab_close_request),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 2,
+ GEDIT_TYPE_NOTEBOOK,
+ GEDIT_TYPE_TAB);
+ signals[CREATE_WINDOW] =
+ g_signal_new ("create-window",
+ G_TYPE_FROM_CLASS (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditMultiNotebookClass, create_window),
+ NULL, NULL, NULL,
+ GTK_TYPE_NOTEBOOK, 4,
+ GEDIT_TYPE_NOTEBOOK, GTK_TYPE_WIDGET,
+ G_TYPE_INT, G_TYPE_INT);
+ signals[PAGE_REORDERED] =
+ g_signal_new ("page-reordered",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditMultiNotebookClass, page_reordered),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 3,
+ GEDIT_TYPE_NOTEBOOK, GTK_TYPE_WIDGET,
+ G_TYPE_INT);
+ signals[SHOW_POPUP_MENU] =
+ g_signal_new ("show-popup-menu",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditMultiNotebookClass, show_popup_menu),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 2,
+ GDK_TYPE_EVENT | G_SIGNAL_TYPE_STATIC_SCOPE,
+ GEDIT_TYPE_TAB);
+}
+
+static void
+notebook_show_popup_menu (GtkNotebook *notebook,
+ GdkEvent *event,
+ GeditTab *tab,
+ GeditMultiNotebook *mnb)
+{
+ g_signal_emit (G_OBJECT (mnb), signals[SHOW_POPUP_MENU], 0, event, tab);
+}
+
+static void
+notebook_tab_close_request (GeditNotebook *notebook,
+ GeditTab *tab,
+ GeditMultiNotebook *mnb)
+{
+ g_signal_emit (G_OBJECT (mnb), signals[TAB_CLOSE_REQUEST], 0,
+ notebook, tab);
+}
+
+static GtkNotebook *
+notebook_create_window (GeditNotebook *notebook,
+ GtkWidget *child,
+ gint x,
+ gint y,
+ GeditMultiNotebook *mnb)
+{
+ GtkNotebook *dest_notebook;
+
+ g_signal_emit (G_OBJECT (mnb), signals[CREATE_WINDOW], 0,
+ notebook, child, x, y, &dest_notebook);
+
+ return dest_notebook;
+}
+
+static void
+notebook_page_reordered (GeditNotebook *notebook,
+ GtkWidget *child,
+ guint page_num,
+ GeditMultiNotebook *mnb)
+{
+ g_signal_emit (G_OBJECT (mnb), signals[PAGE_REORDERED], 0, notebook,
+ child, page_num);
+}
+
+static void
+set_active_tab (GeditMultiNotebook *mnb,
+ GeditTab *tab)
+{
+ mnb->priv->active_tab = tab;
+ g_object_notify_by_pspec (G_OBJECT (mnb), properties[PROP_ACTIVE_TAB]);
+}
+
+static void
+notebook_page_removed (GtkNotebook *notebook,
+ GtkWidget *child,
+ guint page_num,
+ GeditMultiNotebook *mnb)
+{
+ GeditTab *tab = GEDIT_TAB (child);
+ guint num_tabs;
+ gboolean last_notebook;
+
+ --mnb->priv->total_tabs;
+ num_tabs = gtk_notebook_get_n_pages (notebook);
+ last_notebook = (mnb->priv->notebooks->next == NULL);
+
+ if (mnb->priv->total_tabs == 0)
+ {
+ set_active_tab (mnb, NULL);
+ }
+
+ g_signal_emit (G_OBJECT (mnb), signals[TAB_REMOVED], 0, notebook, tab);
+
+ /* Not last notebook but last tab of the notebook, this means we have
+ to remove the current notebook */
+ if (num_tabs == 0 && !mnb->priv->removing_notebook &&
+ !last_notebook)
+ {
+ remove_notebook (mnb, GTK_WIDGET (notebook));
+ }
+
+ update_tabs_visibility (mnb);
+}
+
+static void
+notebook_page_added (GtkNotebook *notebook,
+ GtkWidget *child,
+ guint page_num,
+ GeditMultiNotebook *mnb)
+{
+ GeditTab *tab = GEDIT_TAB (child);
+
+ ++mnb->priv->total_tabs;
+
+ update_tabs_visibility (mnb);
+
+ g_signal_emit (G_OBJECT (mnb), signals[TAB_ADDED], 0, notebook, tab);
+}
+
+static void
+notebook_switch_page (GtkNotebook *book,
+ GtkWidget *pg,
+ gint page_num,
+ GeditMultiNotebook *mnb)
+{
+ GeditTab *tab;
+
+ /* When we switch a tab from a notebook that it is not the active one
+ the switch page is emitted before the set focus, so we do this check
+ and we avoid to call switch page twice */
+ if (GTK_WIDGET (book) != mnb->priv->active_notebook)
+ return;
+
+ /* CHECK: I don't know why but it seems notebook_switch_page is called
+ two times every time the user change the active tab */
+ tab = GEDIT_TAB (gtk_notebook_get_nth_page (book, page_num));
+ if (tab != mnb->priv->active_tab)
+ {
+ GeditTab *old_tab;
+
+ old_tab = mnb->priv->active_tab;
+ set_active_tab (mnb, tab);
+ g_signal_emit (G_OBJECT (mnb), signals[SWITCH_TAB], 0,
+ mnb->priv->active_notebook, old_tab,
+ book, tab);
+ }
+}
+
+/* We need to figure out if the any of the internal widget of the notebook
+ has got the focus to set the active notebook */
+static void
+notebook_set_focus (GtkContainer *container,
+ GtkWidget *widget,
+ GeditMultiNotebook *mnb)
+{
+ if (GEDIT_IS_NOTEBOOK (container) &&
+ GTK_WIDGET (container) != mnb->priv->active_notebook)
+ {
+ gint page_num;
+
+ mnb->priv->active_notebook = GTK_WIDGET (container);
+
+ page_num = gtk_notebook_get_current_page (GTK_NOTEBOOK (container));
+ notebook_switch_page (GTK_NOTEBOOK (container), NULL,
+ page_num, mnb);
+
+ g_object_notify_by_pspec (G_OBJECT (mnb), properties[PROP_ACTIVE_NOTEBOOK]);
+ }
+}
+
+static void
+show_tabs_changed (GObject *object,
+ GParamSpec *pspec,
+ gpointer *data)
+{
+ update_tabs_visibility (GEDIT_MULTI_NOTEBOOK (data));
+}
+
+static void
+update_tabs_visibility (GeditMultiNotebook *mnb)
+{
+ gboolean show_tabs;
+ GList *l;
+
+ if (mnb->priv->notebooks == NULL)
+ return;
+
+ if (!mnb->priv->show_tabs)
+ {
+ show_tabs = FALSE;
+ }
+ else if (mnb->priv->notebooks->next == NULL) /* only one notebook */
+ {
+ switch (mnb->priv->show_tabs_mode)
+ {
+ case GEDIT_NOTEBOOK_SHOW_TABS_NEVER:
+ show_tabs = FALSE;
+ break;
+ case GEDIT_NOTEBOOK_SHOW_TABS_AUTO:
+ show_tabs = gtk_notebook_get_n_pages (GTK_NOTEBOOK (mnb->priv->notebooks->data)) > 1;
+ break;
+ case GEDIT_NOTEBOOK_SHOW_TABS_ALWAYS:
+ default:
+ show_tabs = TRUE;
+ break;
+ }
+ }
+ else
+ {
+ show_tabs = (mnb->priv->show_tabs_mode != GEDIT_NOTEBOOK_SHOW_TABS_NEVER);
+ }
+
+ g_signal_handlers_block_by_func (mnb, show_tabs_changed, NULL);
+
+ for (l = mnb->priv->notebooks; l != NULL; l = l->next)
+ {
+ gtk_notebook_set_show_tabs (GTK_NOTEBOOK (l->data), show_tabs);
+ }
+
+ g_signal_handlers_unblock_by_func (mnb, show_tabs_changed, NULL);
+}
+
+static void
+connect_notebook_signals (GeditMultiNotebook *mnb,
+ GtkWidget *notebook)
+{
+ g_signal_connect (notebook,
+ "set-focus-child",
+ G_CALLBACK (notebook_set_focus),
+ mnb);
+ g_signal_connect (notebook,
+ "page-added",
+ G_CALLBACK (notebook_page_added),
+ mnb);
+ g_signal_connect (notebook,
+ "page-removed",
+ G_CALLBACK (notebook_page_removed),
+ mnb);
+ g_signal_connect (notebook,
+ "switch-page",
+ G_CALLBACK (notebook_switch_page),
+ mnb);
+ g_signal_connect (notebook,
+ "page-reordered",
+ G_CALLBACK (notebook_page_reordered),
+ mnb);
+ g_signal_connect (notebook,
+ "create-window",
+ G_CALLBACK (notebook_create_window),
+ mnb);
+ g_signal_connect (notebook,
+ "tab-close-request",
+ G_CALLBACK (notebook_tab_close_request),
+ mnb);
+ g_signal_connect (notebook,
+ "show-popup-menu",
+ G_CALLBACK (notebook_show_popup_menu),
+ mnb);
+ g_signal_connect (notebook,
+ "notify::show-tabs",
+ G_CALLBACK (show_tabs_changed),
+ mnb);
+}
+
+static void
+disconnect_notebook_signals (GeditMultiNotebook *mnb,
+ GtkWidget *notebook)
+{
+ g_signal_handlers_disconnect_by_func (notebook, notebook_set_focus,
+ mnb);
+ g_signal_handlers_disconnect_by_func (notebook, notebook_switch_page,
+ mnb);
+ g_signal_handlers_disconnect_by_func (notebook, notebook_page_added,
+ mnb);
+ g_signal_handlers_disconnect_by_func (notebook, notebook_page_removed,
+ mnb);
+ g_signal_handlers_disconnect_by_func (notebook, notebook_page_reordered,
+ mnb);
+ g_signal_handlers_disconnect_by_func (notebook, notebook_create_window,
+ mnb);
+ g_signal_handlers_disconnect_by_func (notebook, notebook_tab_close_request,
+ mnb);
+ g_signal_handlers_disconnect_by_func (notebook, notebook_show_popup_menu,
+ mnb);
+ g_signal_handlers_disconnect_by_func (notebook, show_tabs_changed,
+ mnb);
+}
+
+static void
+add_notebook (GeditMultiNotebook *mnb,
+ GtkWidget *notebook,
+ gboolean main_container)
+{
+ gtk_widget_set_hexpand (notebook, TRUE);
+ gtk_widget_set_vexpand (notebook, TRUE);
+
+ if (main_container)
+ {
+ gtk_container_add (GTK_CONTAINER (mnb), notebook);
+
+ mnb->priv->notebooks = g_list_append (mnb->priv->notebooks,
+ notebook);
+ }
+ else
+ {
+ GtkWidget *paned;
+ GtkWidget *parent;
+ GtkAllocation allocation;
+ GtkWidget *active_notebook = mnb->priv->active_notebook;
+ gint active_nb_pos;
+
+ paned = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL);
+ gtk_widget_show (paned);
+
+ /* First we remove the active container from its parent to make
+ this we add a ref to it*/
+ g_object_ref (active_notebook);
+ parent = gtk_widget_get_parent (active_notebook);
+ gtk_widget_get_allocation (active_notebook, &allocation);
+
+ gtk_container_remove (GTK_CONTAINER (parent), active_notebook);
+ gtk_container_add (GTK_CONTAINER (parent), paned);
+
+ gtk_paned_pack1 (GTK_PANED (paned), active_notebook, TRUE, FALSE);
+ g_object_unref (active_notebook);
+
+ gtk_paned_pack2 (GTK_PANED (paned), notebook, FALSE, FALSE);
+
+ /* We need to set the new paned in the right place */
+ gtk_paned_set_position (GTK_PANED (paned),
+ allocation.width / 2);
+
+ active_nb_pos = g_list_index (mnb->priv->notebooks,
+ active_notebook);
+ mnb->priv->notebooks = g_list_insert (mnb->priv->notebooks,
+ notebook,
+ active_nb_pos + 1);
+ }
+
+ gtk_widget_show (notebook);
+
+ connect_notebook_signals (mnb, notebook);
+
+ g_signal_emit (G_OBJECT (mnb), signals[NOTEBOOK_ADDED], 0, notebook);
+}
+
+static void
+remove_notebook (GeditMultiNotebook *mnb,
+ GtkWidget *notebook)
+{
+ GtkWidget *parent;
+ GtkWidget *grandpa;
+ GList *children;
+ GtkWidget *new_notebook;
+ GList *current;
+
+ if (mnb->priv->notebooks->next == NULL)
+ {
+ g_warning ("You are trying to remove the main notebook");
+ return;
+ }
+
+ current = g_list_find (mnb->priv->notebooks,
+ notebook);
+
+ if (current->next != NULL)
+ {
+ new_notebook = GTK_WIDGET (current->next->data);
+ }
+ else
+ {
+ new_notebook = GTK_WIDGET (mnb->priv->notebooks->data);
+ }
+
+ parent = gtk_widget_get_parent (notebook);
+
+ /* Now we destroy the widget, we get the children of parent and we destroy
+ parent too as the parent is an useless paned. Finally we add the child
+ into the grand parent */
+ g_object_ref (notebook);
+ mnb->priv->removing_notebook = TRUE;
+
+ gtk_widget_destroy (notebook);
+
+ mnb->priv->notebooks = g_list_remove (mnb->priv->notebooks,
+ notebook);
+
+ mnb->priv->removing_notebook = FALSE;
+
+ children = gtk_container_get_children (GTK_CONTAINER (parent));
+ if (children->next != NULL)
+ {
+ g_warning ("The parent is not a paned");
+ return;
+ }
+ grandpa = gtk_widget_get_parent (parent);
+
+ g_object_ref (children->data);
+ gtk_container_remove (GTK_CONTAINER (parent),
+ GTK_WIDGET (children->data));
+ gtk_widget_destroy (parent);
+ gtk_container_add (GTK_CONTAINER (grandpa),
+ GTK_WIDGET (children->data));
+ g_object_unref (children->data);
+ g_list_free (children);
+
+ disconnect_notebook_signals (mnb, notebook);
+
+ g_signal_emit (G_OBJECT (mnb), signals[NOTEBOOK_REMOVED], 0, notebook);
+ g_object_unref (notebook);
+
+ /* Let's make the active notebook grab the focus */
+ gtk_widget_grab_focus (new_notebook);
+}
+
+static void
+gedit_multi_notebook_init (GeditMultiNotebook *mnb)
+{
+ GeditMultiNotebookPrivate *priv;
+
+ mnb->priv = gedit_multi_notebook_get_instance_private (mnb);
+ priv = mnb->priv;
+
+ priv->removing_notebook = FALSE;
+
+ gtk_orientable_set_orientation (GTK_ORIENTABLE (mnb),
+ GTK_ORIENTATION_VERTICAL);
+
+ priv->show_tabs_mode = GEDIT_NOTEBOOK_SHOW_TABS_ALWAYS;
+ priv->show_tabs = TRUE;
+
+ priv->ui_settings = g_settings_new ("org.gnome.gedit.preferences.ui");
+ g_settings_bind (priv->ui_settings,
+ GEDIT_SETTINGS_SHOW_TABS_MODE,
+ mnb,
+ "show-tabs-mode",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+
+ priv->active_notebook = gedit_notebook_new ();
+ add_notebook (mnb, priv->active_notebook, TRUE);
+}
+
+GeditMultiNotebook *
+gedit_multi_notebook_new ()
+{
+ return g_object_new (GEDIT_TYPE_MULTI_NOTEBOOK, NULL);
+}
+
+GeditNotebook *
+gedit_multi_notebook_get_active_notebook (GeditMultiNotebook *mnb)
+{
+ g_return_val_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb), NULL);
+
+ return GEDIT_NOTEBOOK (mnb->priv->active_notebook);
+}
+
+gint
+gedit_multi_notebook_get_n_notebooks (GeditMultiNotebook *mnb)
+{
+ g_return_val_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb), 0);
+
+ return g_list_length (mnb->priv->notebooks);
+}
+
+GeditNotebook *
+gedit_multi_notebook_get_nth_notebook (GeditMultiNotebook *mnb,
+ gint notebook_num)
+{
+ g_return_val_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb), NULL);
+
+ return g_list_nth_data (mnb->priv->notebooks, notebook_num);
+}
+
+GeditNotebook *
+gedit_multi_notebook_get_notebook_for_tab (GeditMultiNotebook *mnb,
+ GeditTab *tab)
+{
+ GList *l;
+ gint page_num;
+
+ g_return_val_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb), NULL);
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), NULL);
+
+ l = mnb->priv->notebooks;
+
+ do
+ {
+ page_num = gtk_notebook_page_num (GTK_NOTEBOOK (l->data),
+ GTK_WIDGET (tab));
+ if (page_num != -1)
+ break;
+
+ l = g_list_next (l);
+ } while (l != NULL && page_num == -1);
+
+ g_return_val_if_fail (page_num != -1, NULL);
+
+ return GEDIT_NOTEBOOK (l->data);
+}
+
+gint
+gedit_multi_notebook_get_notebook_num (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook)
+{
+ g_return_val_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb), -1);
+ g_return_val_if_fail (GEDIT_IS_NOTEBOOK (notebook), -1);
+
+ return g_list_index (mnb->priv->notebooks, notebook);
+}
+
+gint
+gedit_multi_notebook_get_n_tabs (GeditMultiNotebook *mnb)
+{
+ g_return_val_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb), 0);
+
+ return mnb->priv->total_tabs;
+}
+
+gint
+gedit_multi_notebook_get_page_num (GeditMultiNotebook *mnb,
+ GeditTab *tab)
+{
+ GList *l;
+ gint real_page_num = 0;
+
+ for (l = mnb->priv->notebooks; l != NULL; l = g_list_next (l))
+ {
+ gint page_num;
+
+ page_num = gtk_notebook_page_num (GTK_NOTEBOOK (l->data),
+ GTK_WIDGET (tab));
+
+ if (page_num != -1)
+ {
+ real_page_num += page_num;
+ break;
+ }
+
+ real_page_num += gtk_notebook_get_n_pages (GTK_NOTEBOOK (l->data));
+ }
+
+ return real_page_num;
+}
+
+GeditTab *
+gedit_multi_notebook_get_active_tab (GeditMultiNotebook *mnb)
+{
+ g_return_val_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb), NULL);
+
+ return (mnb->priv->active_tab == NULL) ?
+ NULL : GEDIT_TAB (mnb->priv->active_tab);
+}
+
+void
+gedit_multi_notebook_set_active_tab (GeditMultiNotebook *mnb,
+ GeditTab *tab)
+{
+ GList *l;
+ gint page_num;
+
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+ g_return_if_fail (GEDIT_IS_TAB (tab) || tab == NULL);
+
+ /* use plain C cast since the active tab can be null */
+ if (tab == (GeditTab *) mnb->priv->active_tab)
+ {
+ return;
+ }
+
+ if (tab == NULL)
+ {
+ set_active_tab (mnb, NULL);
+ return;
+ }
+
+ l = mnb->priv->notebooks;
+
+ do
+ {
+ page_num = gtk_notebook_page_num (GTK_NOTEBOOK (l->data),
+ GTK_WIDGET (tab));
+ if (page_num != -1)
+ break;
+
+ l = g_list_next (l);
+ } while (l != NULL && page_num == -1);
+
+ g_return_if_fail (page_num != -1);
+
+ gtk_notebook_set_current_page (GTK_NOTEBOOK (l->data), page_num);
+
+ if (GTK_WIDGET (l->data) != mnb->priv->active_notebook)
+ {
+ gtk_widget_grab_focus (GTK_WIDGET (l->data));
+ }
+}
+
+void
+gedit_multi_notebook_set_current_page (GeditMultiNotebook *mnb,
+ gint page_num)
+{
+ GList *l;
+ gint pages = 0;
+ gint single_num = page_num;
+
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+
+ for (l = mnb->priv->notebooks; l != NULL; l = g_list_next (l))
+ {
+ gint p;
+
+ p = gtk_notebook_get_n_pages (GTK_NOTEBOOK (l->data));
+ pages += p;
+
+ if ((pages - 1) >= page_num)
+ break;
+
+ single_num -= p;
+ }
+
+ if (l == NULL)
+ return;
+
+ if (GTK_WIDGET (l->data) != mnb->priv->active_notebook)
+ {
+ gtk_widget_grab_focus (GTK_WIDGET (l->data));
+ }
+
+ gtk_notebook_set_current_page (GTK_NOTEBOOK (l->data), single_num);
+}
+
+GList *
+gedit_multi_notebook_get_all_tabs (GeditMultiNotebook *mnb)
+{
+ GList *nbs;
+ GList *ret = NULL;
+
+ g_return_val_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb), NULL);
+
+ for (nbs = mnb->priv->notebooks; nbs != NULL; nbs = g_list_next (nbs))
+ {
+ GList *l, *children;
+
+ children = gtk_container_get_children (GTK_CONTAINER (nbs->data));
+
+ for (l = children; l != NULL; l = g_list_next (l))
+ {
+ ret = g_list_prepend (ret, l->data);
+ }
+
+ g_list_free (children);
+ }
+
+ ret = g_list_reverse (ret);
+
+ return ret;
+}
+
+void
+gedit_multi_notebook_close_tabs (GeditMultiNotebook *mnb,
+ const GList *tabs)
+{
+ GList *l;
+
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+
+ for (l = (GList *)tabs; l != NULL; l = g_list_next (l))
+ {
+ GList *nbs;
+
+ for (nbs = mnb->priv->notebooks; nbs != NULL; nbs = g_list_next (nbs))
+ {
+ gint n;
+
+ n = gtk_notebook_page_num (GTK_NOTEBOOK (nbs->data),
+ GTK_WIDGET (l->data));
+
+ if (n != -1)
+ {
+ gtk_container_remove (GTK_CONTAINER (nbs->data),
+ GTK_WIDGET (l->data));
+ break;
+ }
+ }
+ }
+}
+
+/**
+ * gedit_multi_notebook_close_all_tabs:
+ * @mnb: a #GeditMultiNotebook
+ *
+ * Closes all opened tabs.
+ */
+void
+gedit_multi_notebook_close_all_tabs (GeditMultiNotebook *mnb)
+{
+ GList *nbs, *l;
+
+ g_return_if_fail (GEDIT_MULTI_NOTEBOOK (mnb));
+
+ /* We copy the list because the main one is going to have the items
+ removed */
+ nbs = g_list_copy (mnb->priv->notebooks);
+
+ for (l = nbs; l != NULL; l = g_list_next (l))
+ {
+ gedit_notebook_remove_all_tabs (GEDIT_NOTEBOOK (l->data));
+ }
+
+ g_list_free (nbs);
+}
+
+void
+gedit_multi_notebook_add_new_notebook (GeditMultiNotebook *mnb)
+{
+ GtkWidget *notebook;
+ GeditTab *tab;
+
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+
+ notebook = gedit_notebook_new ();
+ add_notebook (mnb, notebook, FALSE);
+
+ tab = _gedit_tab_new ();
+ gtk_widget_show (GTK_WIDGET (tab));
+
+ /* When gtk_notebook_insert_page is called the focus is set in
+ the notebook, we don't want this to happen until the page is added.
+ Also we don't want to call switch_page when we add the tab
+ but when we switch the notebook. */
+ g_signal_handlers_block_by_func (notebook, notebook_set_focus, mnb);
+ g_signal_handlers_block_by_func (notebook, notebook_switch_page, mnb);
+
+ gedit_notebook_add_tab (GEDIT_NOTEBOOK (notebook),
+ tab,
+ -1,
+ TRUE);
+
+ g_signal_handlers_unblock_by_func (notebook, notebook_switch_page, mnb);
+ g_signal_handlers_unblock_by_func (notebook, notebook_set_focus, mnb);
+
+ notebook_set_focus (GTK_CONTAINER (notebook), NULL, mnb);
+}
+
+void
+gedit_multi_notebook_add_new_notebook_with_tab (GeditMultiNotebook *mnb,
+ GeditTab *tab)
+{
+ GtkWidget *notebook;
+ GeditNotebook *old_notebook;
+
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+
+ notebook = gedit_notebook_new ();
+ add_notebook (mnb, notebook, FALSE);
+
+ old_notebook = gedit_multi_notebook_get_notebook_for_tab (mnb, tab);
+
+ /* When gtk_notebook_insert_page is called the focus is set in
+ the notebook, we don't want this to happen until the page is added.
+ Also we don't want to call switch_page when we add the tab
+ but when we switch the notebook. */
+ g_signal_handlers_block_by_func (old_notebook, notebook_set_focus, mnb);
+ g_signal_handlers_block_by_func (old_notebook, notebook_switch_page, mnb);
+
+ gedit_notebook_move_tab (old_notebook,
+ GEDIT_NOTEBOOK (notebook),
+ tab,
+ -1);
+
+ g_signal_handlers_unblock_by_func (old_notebook, notebook_switch_page, mnb);
+ g_signal_handlers_unblock_by_func (old_notebook, notebook_set_focus, mnb);
+
+ notebook_set_focus (GTK_CONTAINER (notebook), NULL, mnb);
+}
+
+void
+gedit_multi_notebook_remove_active_notebook (GeditMultiNotebook *mnb)
+{
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+
+ gedit_notebook_remove_all_tabs (GEDIT_NOTEBOOK (mnb->priv->active_notebook));
+}
+
+void
+gedit_multi_notebook_previous_notebook (GeditMultiNotebook *mnb)
+{
+ GList *current;
+ GtkWidget *notebook;
+
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+
+ current = g_list_find (mnb->priv->notebooks,
+ mnb->priv->active_notebook);
+
+ if (current->prev != NULL)
+ notebook = GTK_WIDGET (current->prev->data);
+ else
+ notebook = GTK_WIDGET (g_list_last (mnb->priv->notebooks)->data);
+
+ gtk_widget_grab_focus (notebook);
+}
+
+void
+gedit_multi_notebook_next_notebook (GeditMultiNotebook *mnb)
+{
+ GList *current;
+ GtkWidget *notebook;
+
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+
+ current = g_list_find (mnb->priv->notebooks,
+ mnb->priv->active_notebook);
+
+ if (current->next != NULL)
+ notebook = GTK_WIDGET (current->next->data);
+ else
+ notebook = GTK_WIDGET (mnb->priv->notebooks->data);
+
+ gtk_widget_grab_focus (notebook);
+}
+
+void
+gedit_multi_notebook_foreach_notebook (GeditMultiNotebook *mnb,
+ GtkCallback callback,
+ gpointer callback_data)
+{
+ GList *l;
+
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+
+ for (l = mnb->priv->notebooks; l != NULL; l = g_list_next (l))
+ {
+ callback (GTK_WIDGET (l->data), callback_data);
+ }
+}
+
+void
+gedit_multi_notebook_foreach_tab (GeditMultiNotebook *mnb,
+ GtkCallback callback,
+ gpointer callback_data)
+{
+ GList *nb;
+
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+
+ for (nb = mnb->priv->notebooks; nb != NULL; nb = g_list_next (nb))
+ {
+ GList *l, *children;
+
+ children = gtk_container_get_children (GTK_CONTAINER (nb->data));
+
+ for (l = children; l != NULL; l = g_list_next (l))
+ {
+ callback (GTK_WIDGET (l->data), callback_data);
+ }
+
+ g_list_free (children);
+ }
+}
+
+/* We only use this to hide tabs in fullscreen mode so for now
+ * we do not have a real property etc.
+ */
+void
+_gedit_multi_notebook_set_show_tabs (GeditMultiNotebook *mnb,
+ gboolean show)
+{
+ g_return_if_fail (GEDIT_IS_MULTI_NOTEBOOK (mnb));
+
+ mnb->priv->show_tabs = show != FALSE;
+
+ update_tabs_visibility (mnb);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-multi-notebook.h b/gedit/gedit-multi-notebook.h
new file mode 100644
index 0000000..2022bd8
--- /dev/null
+++ b/gedit/gedit-multi-notebook.h
@@ -0,0 +1,148 @@
+/*
+ * gedit-multi-notebook.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Ignacio Casal Quinteiro
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+
+#ifndef GEDIT_MULTI_NOTEBOOK_H
+#define GEDIT_MULTI_NOTEBOOK_H
+
+#include <gtk/gtk.h>
+
+#include "gedit-tab.h"
+#include "gedit-notebook.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_MULTI_NOTEBOOK (gedit_multi_notebook_get_type ())
+#define GEDIT_MULTI_NOTEBOOK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_MULTI_NOTEBOOK, GeditMultiNotebook))
+#define GEDIT_MULTI_NOTEBOOK_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_MULTI_NOTEBOOK, GeditMultiNotebook const))
+#define GEDIT_MULTI_NOTEBOOK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_MULTI_NOTEBOOK, GeditMultiNotebookClass))
+#define GEDIT_IS_MULTI_NOTEBOOK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_MULTI_NOTEBOOK))
+#define GEDIT_IS_MULTI_NOTEBOOK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_MULTI_NOTEBOOK))
+#define GEDIT_MULTI_NOTEBOOK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_MULTI_NOTEBOOK, GeditMultiNotebookClass))
+
+typedef struct _GeditMultiNotebook GeditMultiNotebook;
+typedef struct _GeditMultiNotebookClass GeditMultiNotebookClass;
+typedef struct _GeditMultiNotebookPrivate GeditMultiNotebookPrivate;
+
+struct _GeditMultiNotebook
+{
+ GtkGrid parent;
+
+ GeditMultiNotebookPrivate *priv;
+};
+
+struct _GeditMultiNotebookClass
+{
+ GtkGridClass parent_class;
+
+ /* Signals */
+ void (* notebook_added) (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook);
+ void (* notebook_removed) (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook);
+ void (* tab_added) (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook,
+ GeditTab *tab);
+ void (* tab_removed) (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook,
+ GeditTab *tab);
+ void (* switch_tab) (GeditMultiNotebook *mnb,
+ GeditNotebook *old_notebook,
+ GeditTab *old_tab,
+ GeditNotebook *new_notebook,
+ GeditTab *new_tab);
+ void (* tab_close_request) (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook,
+ GeditTab *tab);
+ GtkNotebook * (* create_window) (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook,
+ GtkWidget *page,
+ gint x,
+ gint y);
+ void (* page_reordered) (GeditMultiNotebook *mnb);
+ void (* show_popup_menu) (GeditMultiNotebook *mnb,
+ GdkEvent *event,
+ GeditTab *tab);
+};
+
+GType gedit_multi_notebook_get_type (void) G_GNUC_CONST;
+
+GeditMultiNotebook *gedit_multi_notebook_new (void);
+
+GeditNotebook *gedit_multi_notebook_get_active_notebook (GeditMultiNotebook *mnb);
+
+gint gedit_multi_notebook_get_n_notebooks (GeditMultiNotebook *mnb);
+
+GeditNotebook *gedit_multi_notebook_get_nth_notebook (GeditMultiNotebook *mnb,
+ gint notebook_num);
+
+GeditNotebook *gedit_multi_notebook_get_notebook_for_tab (GeditMultiNotebook *mnb,
+ GeditTab *tab);
+
+gint gedit_multi_notebook_get_notebook_num (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook);
+
+gint gedit_multi_notebook_get_n_tabs (GeditMultiNotebook *mnb);
+
+gint gedit_multi_notebook_get_page_num (GeditMultiNotebook *mnb,
+ GeditTab *tab);
+
+GeditTab *gedit_multi_notebook_get_active_tab (GeditMultiNotebook *mnb);
+void gedit_multi_notebook_set_active_tab (GeditMultiNotebook *mnb,
+ GeditTab *tab);
+
+void gedit_multi_notebook_set_current_page (GeditMultiNotebook *mnb,
+ gint page_num);
+
+GList *gedit_multi_notebook_get_all_tabs (GeditMultiNotebook *mnb);
+
+void gedit_multi_notebook_close_tabs (GeditMultiNotebook *mnb,
+ const GList *tabs);
+
+void gedit_multi_notebook_close_all_tabs (GeditMultiNotebook *mnb);
+
+void gedit_multi_notebook_add_new_notebook (GeditMultiNotebook *mnb);
+
+void gedit_multi_notebook_add_new_notebook_with_tab (GeditMultiNotebook *mnb,
+ GeditTab *tab);
+
+void gedit_multi_notebook_remove_active_notebook (GeditMultiNotebook *mnb);
+
+void gedit_multi_notebook_previous_notebook (GeditMultiNotebook *mnb);
+void gedit_multi_notebook_next_notebook (GeditMultiNotebook *mnb);
+
+void gedit_multi_notebook_foreach_notebook (GeditMultiNotebook *mnb,
+ GtkCallback callback,
+ gpointer callback_data);
+
+void gedit_multi_notebook_foreach_tab (GeditMultiNotebook *mnb,
+ GtkCallback callback,
+ gpointer callback_data);
+
+void _gedit_multi_notebook_set_show_tabs (GeditMultiNotebook *mnb,
+ gboolean show);
+
+G_END_DECLS
+
+#endif /* GEDIT_MULTI_NOTEBOOK_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-notebook-popup-menu.c b/gedit/gedit-notebook-popup-menu.c
new file mode 100644
index 0000000..95ef458
--- /dev/null
+++ b/gedit/gedit-notebook-popup-menu.c
@@ -0,0 +1,297 @@
+/*
+ * gedit-notebook-popup-menu.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2011 - Ignacio Casal Quinteiro
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-notebook-popup-menu.h"
+
+#include <glib/gi18n.h>
+
+#include "gedit-app.h"
+#include "gedit-app-private.h"
+#include "gedit-commands-private.h"
+#include "gedit-multi-notebook.h"
+
+struct _GeditNotebookPopupMenu
+{
+ GtkMenu parent_instance;
+
+ GeditWindow *window;
+ GeditTab *tab;
+
+ GSimpleActionGroup *action_group;
+};
+
+enum
+{
+ PROP_0,
+ PROP_WINDOW,
+ PROP_TAB,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+G_DEFINE_TYPE (GeditNotebookPopupMenu, gedit_notebook_popup_menu, GTK_TYPE_MENU)
+
+static void
+gedit_notebook_popup_menu_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditNotebookPopupMenu *menu = GEDIT_NOTEBOOK_POPUP_MENU (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ menu->window = GEDIT_WINDOW (g_value_get_object (value));
+ break;
+
+ case PROP_TAB:
+ menu->tab = GEDIT_TAB (g_value_get_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_notebook_popup_menu_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditNotebookPopupMenu *menu = GEDIT_NOTEBOOK_POPUP_MENU (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ g_value_set_object (value, menu->window);
+ break;
+
+ case PROP_TAB:
+ g_value_set_object (value, menu->tab);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+update_sensitivity (GeditNotebookPopupMenu *menu)
+{
+ GeditTabState state;
+ GeditMultiNotebook *mnb;
+ GtkNotebook *notebook;
+ gint page_num;
+ gint n_pages;
+ guint n_tabs;
+ GAction *action;
+
+ state = gedit_tab_get_state (menu->tab);
+
+ mnb = GEDIT_MULTI_NOTEBOOK (_gedit_window_get_multi_notebook (menu->window));
+
+ notebook = GTK_NOTEBOOK (gedit_multi_notebook_get_notebook_for_tab (mnb, menu->tab));
+ n_pages = gtk_notebook_get_n_pages (notebook);
+ n_tabs = gedit_multi_notebook_get_n_tabs(mnb);
+ page_num = gtk_notebook_page_num (notebook, GTK_WIDGET (menu->tab));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (menu->action_group),
+ "close");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ (state != GEDIT_TAB_STATE_CLOSING) &&
+ (state != GEDIT_TAB_STATE_SAVING) &&
+ (state != GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW) &&
+ (state != GEDIT_TAB_STATE_PRINTING) &&
+ (state != GEDIT_TAB_STATE_SAVING_ERROR));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (menu->action_group),
+ "move-to-new-window");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), n_tabs > 1);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (menu->action_group),
+ "move-to-new-tab-group");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), n_pages > 1);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (menu->action_group),
+ "move-left");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), page_num > 0);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (menu->action_group),
+ "move-right");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), page_num < n_pages - 1);
+}
+
+static void
+gedit_notebook_popup_menu_constructed (GObject *object)
+{
+ GeditNotebookPopupMenu *menu = GEDIT_NOTEBOOK_POPUP_MENU (object);
+
+ update_sensitivity (menu);
+
+ G_OBJECT_CLASS (gedit_notebook_popup_menu_parent_class)->constructed (object);
+}
+
+static void
+gedit_notebook_popup_menu_class_init (GeditNotebookPopupMenuClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->get_property = gedit_notebook_popup_menu_get_property;
+ object_class->set_property = gedit_notebook_popup_menu_set_property;
+ object_class->constructed = gedit_notebook_popup_menu_constructed;
+
+ properties[PROP_WINDOW] =
+ g_param_spec_object ("window",
+ "Window",
+ "The GeditWindow",
+ GEDIT_TYPE_WINDOW,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_TAB] =
+ g_param_spec_object ("tab",
+ "Tab",
+ "The GeditTab",
+ GEDIT_TYPE_TAB,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+}
+
+static void
+on_move_left_activate (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditNotebookPopupMenu *menu = GEDIT_NOTEBOOK_POPUP_MENU (user_data);
+ GeditMultiNotebook *mnb;
+ GtkNotebook *notebook;
+ gint page_num;
+
+ mnb = GEDIT_MULTI_NOTEBOOK (_gedit_window_get_multi_notebook (menu->window));
+
+ notebook = GTK_NOTEBOOK (gedit_multi_notebook_get_notebook_for_tab (mnb, menu->tab));
+ page_num = gtk_notebook_page_num (notebook, GTK_WIDGET (menu->tab));
+
+ if (page_num > 0)
+ {
+ gtk_notebook_reorder_child (notebook,
+ GTK_WIDGET (menu->tab),
+ page_num - 1);
+ }
+}
+
+static void
+on_move_right_activate (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditNotebookPopupMenu *menu = GEDIT_NOTEBOOK_POPUP_MENU (user_data);
+ GeditMultiNotebook *mnb;
+ GtkNotebook *notebook;
+ gint page_num;
+ gint n_pages;
+
+ mnb = GEDIT_MULTI_NOTEBOOK (_gedit_window_get_multi_notebook (menu->window));
+
+ notebook = GTK_NOTEBOOK (gedit_multi_notebook_get_notebook_for_tab (mnb, menu->tab));
+ n_pages = gtk_notebook_get_n_pages (notebook);
+ page_num = gtk_notebook_page_num (notebook, GTK_WIDGET (menu->tab));
+
+ if (page_num < (n_pages - 1))
+ {
+ gtk_notebook_reorder_child (notebook,
+ GTK_WIDGET (menu->tab),
+ page_num + 1);
+ }
+}
+
+static void
+on_move_to_new_window_activate (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditNotebookPopupMenu *menu = GEDIT_NOTEBOOK_POPUP_MENU (user_data);
+
+ _gedit_window_move_tab_to_new_window (menu->window, menu->tab);
+}
+
+static void
+on_move_to_new_tab_group_activate (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditNotebookPopupMenu *menu = GEDIT_NOTEBOOK_POPUP_MENU (user_data);
+
+ _gedit_window_move_tab_to_new_tab_group (menu->window, menu->tab);
+}
+
+static void
+on_close_activate (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditNotebookPopupMenu *menu = GEDIT_NOTEBOOK_POPUP_MENU (user_data);
+
+ _gedit_cmd_file_close_tab (menu->tab, menu->window);
+}
+
+static GActionEntry action_entries[] = {
+ { "move-left", on_move_left_activate },
+ { "move-right", on_move_right_activate },
+ { "move-to-new-window", on_move_to_new_window_activate },
+ { "move-to-new-tab-group", on_move_to_new_tab_group_activate },
+ { "close", on_close_activate }
+};
+
+static void
+gedit_notebook_popup_menu_init (GeditNotebookPopupMenu *menu)
+{
+ gtk_menu_shell_bind_model (GTK_MENU_SHELL (menu),
+ _gedit_app_get_notebook_menu (GEDIT_APP (g_application_get_default ())),
+ "popup",
+ TRUE);
+
+ menu->action_group = g_simple_action_group_new ();
+ g_action_map_add_action_entries (G_ACTION_MAP (menu->action_group),
+ action_entries,
+ G_N_ELEMENTS (action_entries),
+ menu);
+
+ gtk_widget_insert_action_group (GTK_WIDGET (menu),
+ "popup",
+ G_ACTION_GROUP (menu->action_group));
+}
+
+GtkWidget *
+gedit_notebook_popup_menu_new (GeditWindow *window,
+ GeditTab *tab)
+{
+ return g_object_new (GEDIT_TYPE_NOTEBOOK_POPUP_MENU,
+ "window", window,
+ "tab", tab,
+ NULL);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-notebook-popup-menu.h b/gedit/gedit-notebook-popup-menu.h
new file mode 100644
index 0000000..10b3c6a
--- /dev/null
+++ b/gedit/gedit-notebook-popup-menu.h
@@ -0,0 +1,39 @@
+/*
+ * gedit-notebook-popup-menu.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2011 - Ignacio Casal Quinteiro
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
+#ifndef GEDIT_NOTEBOOK_POPUP_MENU_H
+#define GEDIT_NOTEBOOK_POPUP_MENU_H
+
+#include <gtk/gtk.h>
+#include "gedit-window.h"
+#include "gedit-tab.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_NOTEBOOK_POPUP_MENU (gedit_notebook_popup_menu_get_type ())
+G_DECLARE_FINAL_TYPE (GeditNotebookPopupMenu, gedit_notebook_popup_menu, GEDIT, NOTEBOOK_POPUP_MENU, GtkMenu)
+
+GtkWidget *gedit_notebook_popup_menu_new (GeditWindow *window,
+ GeditTab *tab);
+
+G_END_DECLS
+
+#endif /* GEDIT_NOTEBOOK_POPUP_MENU_H */
diff --git a/gedit/gedit-notebook-stack-switcher.c b/gedit/gedit-notebook-stack-switcher.c
new file mode 100644
index 0000000..ecb661a
--- /dev/null
+++ b/gedit/gedit-notebook-stack-switcher.c
@@ -0,0 +1,362 @@
+/*
+ * gedit-notebook-stack-switcher.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Paolo Borelli
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-notebook-stack-switcher.h"
+
+#include <glib.h>
+#include <glib/gi18n.h>
+#include <gtk/gtk.h>
+
+/*
+ * This widget is a rather ugly kludge: it uses a GtkNotebook full of empty
+ * pages to create a stack switcher for the bottom pane. This is needed
+ * because we want to expose GtkStack in the API but we want the tabs styled
+ * as notebook tabs. Hopefully Gtk itself will grow a "tabs" stack switcher...
+ */
+
+struct _GeditNotebookStackSwitcherPrivate
+{
+ GtkWidget *notebook;
+ GtkStack *stack;
+};
+
+enum {
+ PROP_0,
+ PROP_STACK
+};
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditNotebookStackSwitcher, gedit_notebook_stack_switcher, GTK_TYPE_BIN)
+
+static void
+gedit_notebook_stack_switcher_init (GeditNotebookStackSwitcher *switcher)
+{
+ GeditNotebookStackSwitcherPrivate *priv;
+
+ priv = gedit_notebook_stack_switcher_get_instance_private (switcher);
+ switcher->priv = priv;
+
+ priv->notebook = gtk_notebook_new ();
+
+ gtk_notebook_set_tab_pos (GTK_NOTEBOOK (priv->notebook), GTK_POS_BOTTOM);
+ gtk_notebook_set_scrollable (GTK_NOTEBOOK (priv->notebook), TRUE);
+ gtk_notebook_set_show_border (GTK_NOTEBOOK (priv->notebook), FALSE);
+ gtk_container_set_border_width (GTK_CONTAINER (priv->notebook), 0);
+
+ gtk_widget_show (priv->notebook);
+ gtk_container_add (GTK_CONTAINER (switcher), priv->notebook);
+}
+
+static GtkWidget *
+find_notebook_child (GeditNotebookStackSwitcher *switcher,
+ GtkWidget *stack_child)
+{
+ GeditNotebookStackSwitcherPrivate *priv = switcher->priv;
+ GList *pages;
+ GList *p;
+ GtkWidget *ret = NULL;
+
+ if (stack_child == NULL)
+ {
+ return NULL;
+ }
+
+ pages = gtk_container_get_children (GTK_CONTAINER (priv->notebook));
+ for (p = pages; p != NULL; p = p->next)
+ {
+ GtkWidget *child;
+
+ child = g_object_get_data (p->data, "stack-child");
+ if (stack_child == child)
+ {
+ ret = p->data;
+ break;
+ }
+ }
+
+ g_list_free (pages);
+
+ return ret;
+}
+
+static void
+sync_label (GeditNotebookStackSwitcher *switcher,
+ GtkWidget *stack_child,
+ GtkWidget *notebook_child)
+{
+ GeditNotebookStackSwitcherPrivate *priv = switcher->priv;
+
+ if (stack_child != NULL && notebook_child != NULL)
+ {
+ gchar *title;
+
+ gtk_widget_set_visible (notebook_child,
+ gtk_widget_get_visible (stack_child));
+
+ gtk_container_child_get (GTK_CONTAINER (priv->stack), stack_child,
+ "title", &title,
+ NULL);
+
+ gtk_notebook_set_tab_label_text (GTK_NOTEBOOK (priv->notebook),
+ notebook_child,
+ title);
+
+ g_free (title);
+ }
+}
+
+static void
+on_child_prop_changed (GtkWidget *widget,
+ GParamSpec *pspec,
+ GeditNotebookStackSwitcher *switcher)
+{
+ GtkWidget *nb_child;
+
+ nb_child = find_notebook_child (switcher, widget);
+ sync_label (switcher, widget, nb_child);
+}
+
+static void
+on_child_changed (GtkWidget *widget,
+ GParamSpec *pspec,
+ GeditNotebookStackSwitcher *switcher)
+{
+ GtkNotebook *notebook;
+ GtkWidget *child;
+ GtkWidget *nb_child;
+ gint nb_page;
+
+ notebook = GTK_NOTEBOOK (switcher->priv->notebook);
+
+ child = gtk_stack_get_visible_child (GTK_STACK (widget));
+ nb_child = find_notebook_child (switcher, child);
+
+ nb_page = gtk_notebook_page_num (notebook, nb_child);
+
+ g_signal_handlers_block_by_func (widget, on_child_prop_changed, switcher);
+ gtk_notebook_set_current_page (notebook, nb_page);
+ g_signal_handlers_unblock_by_func (widget, on_child_prop_changed, switcher);
+
+ sync_label (switcher, child, nb_child);
+}
+
+static void
+on_stack_child_added (GtkStack *stack,
+ GtkWidget *widget,
+ GeditNotebookStackSwitcher *switcher)
+{
+ GeditNotebookStackSwitcherPrivate *priv = switcher->priv;
+ GtkWidget *dummy;
+
+ dummy = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
+ g_object_set_data (G_OBJECT (dummy), "stack-child", widget);
+ gtk_notebook_append_page (GTK_NOTEBOOK (priv->notebook),
+ dummy,
+ NULL);
+
+ g_signal_connect (widget, "notify::visible",
+ G_CALLBACK (on_child_prop_changed), switcher);
+ g_signal_connect (widget, "child-notify::title",
+ G_CALLBACK (on_child_prop_changed), switcher);
+
+ sync_label (switcher, widget, dummy);
+}
+
+static void
+on_stack_child_removed (GtkStack *stack,
+ GtkWidget *widget,
+ GeditNotebookStackSwitcher *switcher)
+{
+ GeditNotebookStackSwitcherPrivate *priv = switcher->priv;
+ GtkWidget *nb_child;
+
+ g_signal_handlers_disconnect_by_func (widget, on_child_prop_changed, switcher);
+
+ nb_child = find_notebook_child (switcher, widget);
+ gtk_container_remove (GTK_CONTAINER (priv->notebook), nb_child);
+}
+
+static void
+on_notebook_switch_page (GtkNotebook *notebook,
+ GtkWidget *page,
+ guint page_num,
+ GeditNotebookStackSwitcher *switcher)
+{
+ GeditNotebookStackSwitcherPrivate *priv = switcher->priv;
+ GtkWidget *child;
+
+ child = g_object_get_data (G_OBJECT (page), "stack-child");
+
+ /* NOTE: we make the assumption here that if there is no visible child
+ * it means that the child does not contain any child already, this is
+ * to avoid an assertion when closing gedit, since the remove signal
+ * runs first on the stack handler so we try to set a visible child
+ * when the stack already does not handle that child
+ */
+ if (child != NULL && gtk_stack_get_visible_child (priv->stack) != NULL)
+ {
+ gtk_stack_set_visible_child (priv->stack, child);
+ }
+}
+
+static void
+disconnect_signals (GeditNotebookStackSwitcher *switcher)
+{
+ GeditNotebookStackSwitcherPrivate *priv = switcher->priv;
+
+ g_signal_handlers_disconnect_by_func (priv->stack, on_stack_child_added, switcher);
+ g_signal_handlers_disconnect_by_func (priv->stack, on_stack_child_removed, switcher);
+ g_signal_handlers_disconnect_by_func (priv->stack, on_child_changed, switcher);
+ g_signal_handlers_disconnect_by_func (priv->stack, disconnect_signals, switcher);
+ g_signal_handlers_disconnect_by_func (priv->notebook, on_notebook_switch_page, switcher);
+}
+
+static void
+connect_signals (GeditNotebookStackSwitcher *switcher)
+{
+ GeditNotebookStackSwitcherPrivate *priv = switcher->priv;
+
+ g_signal_connect (priv->stack, "add",
+ G_CALLBACK (on_stack_child_added), switcher);
+ g_signal_connect (priv->stack, "remove",
+ G_CALLBACK (on_stack_child_removed), switcher);
+ g_signal_connect (priv->stack, "notify::visible-child",
+ G_CALLBACK (on_child_changed), switcher);
+ g_signal_connect_swapped (priv->stack, "destroy",
+ G_CALLBACK (disconnect_signals), switcher);
+ g_signal_connect (priv->notebook, "switch-page",
+ G_CALLBACK (on_notebook_switch_page), switcher);
+}
+
+void
+gedit_notebook_stack_switcher_set_stack (GeditNotebookStackSwitcher *switcher,
+ GtkStack *stack)
+{
+ GeditNotebookStackSwitcherPrivate *priv;
+
+ g_return_if_fail (GEDIT_IS_NOTEBOOK_STACK_SWITCHER (switcher));
+ g_return_if_fail (stack == NULL || GTK_IS_STACK (stack));
+
+ priv = switcher->priv;
+
+ if (priv->stack == stack)
+ return;
+
+ if (priv->stack)
+ {
+ disconnect_signals (switcher);
+ g_clear_object (&priv->stack);
+ }
+
+ if (stack)
+ {
+ priv->stack = g_object_ref (stack);
+ connect_signals (switcher);
+ }
+
+ g_object_notify (G_OBJECT (switcher), "stack");
+}
+
+GtkStack *
+gedit_notebook_stack_switcher_get_stack (GeditNotebookStackSwitcher *switcher)
+{
+ g_return_val_if_fail (GEDIT_IS_NOTEBOOK_STACK_SWITCHER (switcher), NULL);
+
+ return switcher->priv->stack;
+}
+
+static void
+gedit_notebook_stack_switcher_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditNotebookStackSwitcher *switcher = GEDIT_NOTEBOOK_STACK_SWITCHER (object);
+ GeditNotebookStackSwitcherPrivate *priv = switcher->priv;
+
+ switch (prop_id)
+ {
+ case PROP_STACK:
+ g_value_set_object (value, priv->stack);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_notebook_stack_switcher_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditNotebookStackSwitcher *switcher = GEDIT_NOTEBOOK_STACK_SWITCHER (object);
+
+ switch (prop_id)
+ {
+ case PROP_STACK:
+ gedit_notebook_stack_switcher_set_stack (switcher, g_value_get_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_notebook_stack_switcher_dispose (GObject *object)
+{
+ GeditNotebookStackSwitcher *switcher = GEDIT_NOTEBOOK_STACK_SWITCHER (object);
+
+ gedit_notebook_stack_switcher_set_stack (switcher, NULL);
+
+ G_OBJECT_CLASS (gedit_notebook_stack_switcher_parent_class)->dispose (object);
+}
+
+static void
+gedit_notebook_stack_switcher_class_init (GeditNotebookStackSwitcherClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->get_property = gedit_notebook_stack_switcher_get_property;
+ object_class->set_property = gedit_notebook_stack_switcher_set_property;
+ object_class->dispose = gedit_notebook_stack_switcher_dispose;
+
+ g_object_class_install_property (object_class,
+ PROP_STACK,
+ g_param_spec_object ("stack",
+ "Stack",
+ "Stack",
+ GTK_TYPE_STACK,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT));
+}
+
+GtkWidget *
+gedit_notebook_stack_switcher_new (void)
+{
+ return g_object_new (GEDIT_TYPE_NOTEBOOK_STACK_SWITCHER, NULL);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-notebook-stack-switcher.h b/gedit/gedit-notebook-stack-switcher.h
new file mode 100644
index 0000000..ec3f929
--- /dev/null
+++ b/gedit/gedit-notebook-stack-switcher.h
@@ -0,0 +1,71 @@
+/*
+ * gedit-notebook-stack-switcher.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Paolo Borelli
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_NOTEBOOK_STACK_SWITCHER_H
+#define GEDIT_NOTEBOOK_STACK_SWITCHER_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_NOTEBOOK_STACK_SWITCHER (gedit_notebook_stack_switcher_get_type())
+#define GEDIT_NOTEBOOK_STACK_SWITCHER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GEDIT_TYPE_NOTEBOOK_STACK_SWITCHER, GeditNotebookStackSwitcher))
+#define GEDIT_NOTEBOOK_STACK_SWITCHER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GEDIT_TYPE_NOTEBOOK_STACK_SWITCHER, GeditNotebookStackSwitcherClass))
+#define GEDIT_IS_NOTEBOOK_STACK_SWITCHER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GEDIT_TYPE_NOTEBOOK_STACK_SWITCHER))
+#define GEDIT_IS_NOTEBOOK_STACK_SWITCHER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_NOTEBOOK_STACK_SWITCHER))
+#define GEDIT_NOTEBOOK_STACK_SWITCHER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GEDIT_TYPE_NOTEBOOK_STACK_SWITCHER, GeditNotebookStackSwitcherClass))
+
+typedef struct _GeditNotebookStackSwitcher GeditNotebookStackSwitcher;
+typedef struct _GeditNotebookStackSwitcherClass GeditNotebookStackSwitcherClass;
+typedef struct _GeditNotebookStackSwitcherPrivate GeditNotebookStackSwitcherPrivate;
+
+struct _GeditNotebookStackSwitcher
+{
+ GtkBin parent;
+
+ /*< private >*/
+ GeditNotebookStackSwitcherPrivate *priv;
+};
+
+struct _GeditNotebookStackSwitcherClass
+{
+ GtkBinClass parent_class;
+
+ /* Padding for future expansion */
+ void (*_gedit_reserved1) (void);
+ void (*_gedit_reserved2) (void);
+ void (*_gedit_reserved3) (void);
+ void (*_gedit_reserved4) (void);
+};
+
+GType gedit_notebook_stack_switcher_get_type (void) G_GNUC_CONST;
+
+GtkWidget *gedit_notebook_stack_switcher_new (void);
+
+void gedit_notebook_stack_switcher_set_stack (GeditNotebookStackSwitcher *switcher,
+ GtkStack *stack);
+
+GtkStack *gedit_notebook_stack_switcher_get_stack (GeditNotebookStackSwitcher *switcher);
+
+G_END_DECLS
+
+#endif /* GEDIT_NOTEBOOK_STACK_SWITCHER_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-notebook.c b/gedit/gedit-notebook.c
new file mode 100644
index 0000000..d06dd49
--- /dev/null
+++ b/gedit/gedit-notebook.c
@@ -0,0 +1,672 @@
+/*
+ * gedit-notebook.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ * Copyright (C) 2015 - Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+/* This file is a modified version of the epiphany file ephy-notebook.c
+ * Here the relevant copyright:
+ *
+ * Copyright (C) 2002 Christophe Fergeau
+ * Copyright (C) 2003 Marco Pesenti Gritti
+ * Copyright (C) 2003, 2004 Christian Persch
+ */
+
+#include "gedit-notebook.h"
+#include "gedit-tab-label.h"
+
+#define GEDIT_NOTEBOOK_GROUP_NAME "GeditNotebookGroup"
+
+/* The DND targets defined in GeditView start at 100.
+ * Those defined in GtkSourceView start at 200.
+ */
+#define TARGET_TAB 150
+
+struct _GeditNotebookPrivate
+{
+ /* History of focused pages. The first element contains the most recent
+ * one.
+ */
+ GList *focused_pages;
+
+ guint ignore_focused_page_update : 1;
+};
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditNotebook, gedit_notebook, GTK_TYPE_NOTEBOOK)
+
+enum
+{
+ TAB_CLOSE_REQUEST,
+ SHOW_POPUP_MENU,
+ CHANGE_TO_PAGE,
+ LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL] = { 0 };
+
+static void
+gedit_notebook_finalize (GObject *object)
+{
+ GeditNotebook *notebook = GEDIT_NOTEBOOK (object);
+
+ g_list_free (notebook->priv->focused_pages);
+
+ G_OBJECT_CLASS (gedit_notebook_parent_class)->finalize (object);
+}
+
+static void
+gedit_notebook_grab_focus (GtkWidget *widget)
+{
+ GtkNotebook *notebook = GTK_NOTEBOOK (widget);
+ gint current_page;
+ GtkWidget *tab;
+
+ current_page = gtk_notebook_get_current_page (notebook);
+ tab = gtk_notebook_get_nth_page (notebook, current_page);
+
+ if (tab != NULL)
+ {
+ gtk_widget_grab_focus (tab);
+ }
+}
+
+static gint
+find_tab_num_at_pos (GtkNotebook *notebook,
+ gint screen_x,
+ gint screen_y)
+{
+ GtkPositionType tab_pos;
+ GtkAllocation tab_allocation;
+ gint page_num;
+
+ tab_pos = gtk_notebook_get_tab_pos (notebook);
+
+ for (page_num = 0; ; page_num++)
+ {
+ GtkWidget *page;
+ GtkWidget *tab_label;
+ gint max_x, max_y, x_root, y_root;
+
+ page = gtk_notebook_get_nth_page (notebook, page_num);
+
+ if (page == NULL)
+ {
+ break;
+ }
+
+ tab_label = gtk_notebook_get_tab_label (notebook, page);
+ g_return_val_if_fail (tab_label != NULL, -1);
+
+ if (!gtk_widget_get_mapped (tab_label))
+ {
+ continue;
+ }
+
+ gdk_window_get_origin (gtk_widget_get_window (tab_label), &x_root, &y_root);
+
+ gtk_widget_get_allocation (tab_label, &tab_allocation);
+ max_x = x_root + tab_allocation.x + tab_allocation.width;
+ max_y = y_root + tab_allocation.y + tab_allocation.height;
+
+ if ((tab_pos == GTK_POS_TOP || tab_pos == GTK_POS_BOTTOM) &&
+ screen_x <= max_x)
+ {
+ return page_num;
+ }
+
+ if ((tab_pos == GTK_POS_LEFT || tab_pos == GTK_POS_RIGHT) &&
+ screen_y <= max_y)
+ {
+ return page_num;
+ }
+ }
+
+ return -1;
+}
+
+static gboolean
+gedit_notebook_button_press_event (GtkWidget *widget,
+ GdkEventButton *event)
+{
+ GtkNotebook *notebook = GTK_NOTEBOOK (widget);
+
+ if (event->type == GDK_BUTTON_PRESS &&
+ (event->state & gtk_accelerator_get_default_mod_mask ()) == 0)
+ {
+ gint tab_clicked;
+
+ tab_clicked = find_tab_num_at_pos (notebook, event->x_root, event->y_root);
+ if (tab_clicked >= 0)
+ {
+ GtkWidget *tab;
+
+ tab = gtk_notebook_get_nth_page (notebook, tab_clicked);
+ switch (event->button)
+ {
+ case GDK_BUTTON_SECONDARY:
+ g_signal_emit (G_OBJECT (widget), signals[SHOW_POPUP_MENU], 0, event, tab);
+ return GDK_EVENT_STOP;
+
+ case GDK_BUTTON_MIDDLE:
+ g_signal_emit (G_OBJECT (notebook), signals[TAB_CLOSE_REQUEST], 0, tab);
+ return GDK_EVENT_STOP;
+
+ default:
+ break;
+ }
+ }
+ }
+
+ return GTK_WIDGET_CLASS (gedit_notebook_parent_class)->button_press_event (widget, event);
+}
+
+/*
+ * We need to override this because when we don't show the tabs, like in
+ * fullscreen we need to have wrap around too
+ */
+static gboolean
+gedit_notebook_change_current_page (GtkNotebook *notebook,
+ gint offset)
+{
+ gint current;
+
+ current = gtk_notebook_get_current_page (notebook);
+
+ if (current != -1)
+ {
+ gint target;
+ gboolean wrap_around;
+
+ target = current + offset;
+
+ g_object_get (gtk_widget_get_settings (GTK_WIDGET (notebook)),
+ "gtk-keynav-wrap-around", &wrap_around,
+ NULL);
+
+ if (wrap_around)
+ {
+ if (target < 0)
+ {
+ target = gtk_notebook_get_n_pages (notebook) - 1;
+ }
+ else if (target >= gtk_notebook_get_n_pages (notebook))
+ {
+ target = 0;
+ }
+ }
+
+ gtk_notebook_set_current_page (notebook, target);
+ }
+ else
+ {
+ gtk_widget_error_bell (GTK_WIDGET (notebook));
+ }
+
+ return TRUE;
+}
+
+static void
+gedit_notebook_switch_page (GtkNotebook *notebook,
+ GtkWidget *page,
+ guint page_num)
+{
+ GeditNotebookPrivate *priv = GEDIT_NOTEBOOK (notebook)->priv;
+
+ GTK_NOTEBOOK_CLASS (gedit_notebook_parent_class)->switch_page (notebook, page, page_num);
+
+ if (!priv->ignore_focused_page_update)
+ {
+ gint page_num;
+
+ /* Get again page_num and page, the signal handler may have
+ * changed them.
+ */
+ page_num = gtk_notebook_get_current_page (notebook);
+ if (page_num != -1)
+ {
+ GtkWidget *page = gtk_notebook_get_nth_page (notebook, page_num);
+ g_assert (page != NULL);
+
+ /* Remove the old page, we dont want to grow unnecessarily
+ * the list.
+ */
+ priv->focused_pages = g_list_remove (priv->focused_pages, page);
+
+ priv->focused_pages = g_list_prepend (priv->focused_pages, page);
+ }
+ }
+
+ /* give focus to the tab */
+ gtk_widget_grab_focus (page);
+}
+
+static void
+close_button_clicked_cb (GeditTabLabel *tab_label,
+ GeditNotebook *notebook)
+{
+ GeditTab *tab;
+
+ tab = gedit_tab_label_get_tab (tab_label);
+ g_signal_emit (notebook, signals[TAB_CLOSE_REQUEST], 0, tab);
+}
+
+static void
+switch_to_last_focused_page (GeditNotebook *notebook,
+ GeditTab *tab)
+{
+ if (notebook->priv->focused_pages != NULL)
+ {
+ GList *node;
+ GtkWidget *page;
+ gint page_num;
+
+ node = notebook->priv->focused_pages;
+ page = GTK_WIDGET (node->data);
+
+ page_num = gtk_notebook_page_num (GTK_NOTEBOOK (notebook), page);
+ g_return_if_fail (page_num != -1);
+
+ gtk_notebook_set_current_page (GTK_NOTEBOOK (notebook), page_num);
+ }
+}
+
+static void
+drag_data_received_cb (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ GtkSelectionData *selection_data,
+ guint info,
+ guint timestamp)
+{
+ GtkWidget *notebook;
+ GtkWidget *new_notebook;
+ GtkWidget *page;
+
+ if (info != TARGET_TAB)
+ {
+ return;
+ }
+
+ notebook = gtk_drag_get_source_widget (context);
+
+ if (!GTK_IS_WIDGET (notebook))
+ {
+ return;
+ }
+
+ page = *(GtkWidget **) gtk_selection_data_get_data (selection_data);
+ g_return_if_fail (page != NULL);
+
+ /* We need to iterate and get the notebook of the target view
+ * because we can have several notebooks per window.
+ */
+ new_notebook = gtk_widget_get_ancestor (widget, GEDIT_TYPE_NOTEBOOK);
+ g_return_if_fail (new_notebook != NULL);
+
+ if (notebook != new_notebook)
+ {
+ gedit_notebook_move_tab (GEDIT_NOTEBOOK (notebook),
+ GEDIT_NOTEBOOK (new_notebook),
+ GEDIT_TAB (page),
+ 0);
+ }
+
+ gtk_drag_finish (context, TRUE, TRUE, timestamp);
+}
+
+static void
+gedit_notebook_page_removed (GtkNotebook *notebook,
+ GtkWidget *page,
+ guint page_num)
+{
+ GeditNotebookPrivate *priv = GEDIT_NOTEBOOK (notebook)->priv;
+ gboolean current_page;
+
+ /* The page removed was the current page. */
+ current_page = (priv->focused_pages != NULL &&
+ priv->focused_pages->data == page);
+
+ priv->focused_pages = g_list_remove (priv->focused_pages, page);
+
+ if (current_page)
+ {
+ switch_to_last_focused_page (GEDIT_NOTEBOOK (notebook),
+ GEDIT_TAB (page));
+ }
+}
+
+static void
+gedit_notebook_page_added (GtkNotebook *notebook,
+ GtkWidget *page,
+ guint page_num)
+{
+ GtkWidget *tab_label;
+ GeditView *view;
+
+ g_return_if_fail (GEDIT_IS_TAB (page));
+
+ tab_label = gtk_notebook_get_tab_label (notebook, page);
+ g_return_if_fail (GEDIT_IS_TAB_LABEL (tab_label));
+
+ /* For a DND from one notebook to another, the same tab_label can be
+ * used, so we need to connect the signal here.
+ * More precisely, the same tab_label is used when the drop zone is in
+ * the tab labels (not the GeditView), that is, when the DND is handled
+ * by the GtkNotebook implementation.
+ */
+ g_signal_connect (tab_label,
+ "close-clicked",
+ G_CALLBACK (close_button_clicked_cb),
+ notebook);
+
+ view = gedit_tab_get_view (GEDIT_TAB (page));
+ g_signal_connect (view,
+ "drag-data-received",
+ G_CALLBACK (drag_data_received_cb),
+ NULL);
+}
+
+static void
+gedit_notebook_remove (GtkContainer *container,
+ GtkWidget *widget)
+{
+ GtkNotebook *notebook = GTK_NOTEBOOK (container);
+ GeditNotebookPrivate *priv = GEDIT_NOTEBOOK (container)->priv;
+ GtkWidget *tab_label;
+ GeditView *view;
+
+ g_return_if_fail (GEDIT_IS_TAB (widget));
+
+ tab_label = gtk_notebook_get_tab_label (notebook, widget);
+ g_return_if_fail (GEDIT_IS_TAB_LABEL (tab_label));
+
+ /* For a DND from one notebook to another, the same tab_label can be
+ * used, so we need to disconnect the signal.
+ */
+ g_signal_handlers_disconnect_by_func (tab_label,
+ G_CALLBACK (close_button_clicked_cb),
+ notebook);
+
+ view = gedit_tab_get_view (GEDIT_TAB (widget));
+ g_signal_handlers_disconnect_by_func (view, drag_data_received_cb, NULL);
+
+ /* This is where GtkNotebook will remove the page. By doing so, it
+ * will also switch to a new page, messing up our focus list. So we
+ * set a flag here to ignore the switch temporarily.
+ */
+ priv->ignore_focused_page_update = TRUE;
+
+ if (GTK_CONTAINER_CLASS (gedit_notebook_parent_class)->remove != NULL)
+ {
+ GTK_CONTAINER_CLASS (gedit_notebook_parent_class)->remove (container,
+ widget);
+ }
+
+ priv->ignore_focused_page_update = FALSE;
+}
+
+static gboolean
+gedit_notebook_change_to_page (GeditNotebook *notebook,
+ gint page_num)
+{
+ gint n_pages;
+
+ n_pages = gtk_notebook_get_n_pages (GTK_NOTEBOOK (notebook));
+
+ if (page_num >= n_pages)
+ {
+ return FALSE;
+ }
+
+ gtk_notebook_set_current_page (GTK_NOTEBOOK (notebook),
+ page_num);
+
+ return TRUE;
+}
+
+static void
+gedit_notebook_class_init (GeditNotebookClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+ GtkContainerClass *container_class = GTK_CONTAINER_CLASS (klass);
+ GtkNotebookClass *notebook_class = GTK_NOTEBOOK_CLASS (klass);
+ GtkBindingSet *binding_set;
+ gint i;
+
+ object_class->finalize = gedit_notebook_finalize;
+
+ widget_class->grab_focus = gedit_notebook_grab_focus;
+ widget_class->button_press_event = gedit_notebook_button_press_event;
+
+ container_class->remove = gedit_notebook_remove;
+
+ notebook_class->change_current_page = gedit_notebook_change_current_page;
+ notebook_class->switch_page = gedit_notebook_switch_page;
+ notebook_class->page_removed = gedit_notebook_page_removed;
+ notebook_class->page_added = gedit_notebook_page_added;
+
+ klass->change_to_page = gedit_notebook_change_to_page;
+
+ signals[TAB_CLOSE_REQUEST] =
+ g_signal_new ("tab-close-request",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditNotebookClass, tab_close_request),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ GEDIT_TYPE_TAB);
+
+ signals[SHOW_POPUP_MENU] =
+ g_signal_new ("show-popup-menu",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditNotebookClass, show_popup_menu),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 2,
+ GDK_TYPE_EVENT | G_SIGNAL_TYPE_STATIC_SCOPE,
+ GEDIT_TYPE_TAB);
+
+ signals[CHANGE_TO_PAGE] =
+ g_signal_new ("change-to-page",
+ G_TYPE_FROM_CLASS (object_class),
+ G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
+ G_STRUCT_OFFSET (GeditNotebookClass, change_to_page),
+ NULL, NULL, NULL,
+ G_TYPE_BOOLEAN, 1,
+ G_TYPE_INT);
+
+ binding_set = gtk_binding_set_by_class (klass);
+ for (i = 1; i < 10; i++)
+ {
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_0 + i, GDK_MOD1_MASK,
+ "change-to-page", 1,
+ G_TYPE_INT, i - 1);
+ }
+}
+
+/**
+ * gedit_notebook_new:
+ *
+ * Creates a new #GeditNotebook object.
+ *
+ * Returns: a new #GeditNotebook
+ */
+GtkWidget *
+gedit_notebook_new (void)
+{
+ return GTK_WIDGET (g_object_new (GEDIT_TYPE_NOTEBOOK, NULL));
+}
+
+static void
+gedit_notebook_init (GeditNotebook *notebook)
+{
+ notebook->priv = gedit_notebook_get_instance_private (notebook);
+
+ gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
+ gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
+ gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), TRUE);
+ gtk_notebook_set_group_name (GTK_NOTEBOOK (notebook),
+ GEDIT_NOTEBOOK_GROUP_NAME);
+ gtk_container_set_border_width (GTK_CONTAINER (notebook), 0);
+}
+
+/**
+ * gedit_notebook_add_tab:
+ * @notebook: a #GeditNotebook
+ * @tab: a #GeditTab
+ * @position: the position where the @tab should be added
+ * @jump_to: %TRUE to set the @tab as active
+ *
+ * Adds the specified @tab to the @notebook.
+ */
+void
+gedit_notebook_add_tab (GeditNotebook *notebook,
+ GeditTab *tab,
+ gint position,
+ gboolean jump_to)
+{
+ GtkWidget *tab_label;
+ GeditView *view;
+ GtkTargetList *target_list;
+
+ g_return_if_fail (GEDIT_IS_NOTEBOOK (notebook));
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+
+ tab_label = gedit_tab_label_new (tab);
+
+ gtk_notebook_insert_page (GTK_NOTEBOOK (notebook),
+ GTK_WIDGET (tab),
+ tab_label,
+ position);
+
+ gtk_notebook_set_tab_reorderable (GTK_NOTEBOOK (notebook),
+ GTK_WIDGET (tab),
+ TRUE);
+
+ gtk_notebook_set_tab_detachable (GTK_NOTEBOOK (notebook),
+ GTK_WIDGET (tab),
+ TRUE);
+
+ gtk_container_child_set (GTK_CONTAINER (notebook),
+ GTK_WIDGET (tab),
+ "tab-expand", TRUE,
+ NULL);
+
+ /* Drag and drop support: move a tab to another notebook, with the drop
+ * zone in the GeditView. The drop zone in the tab labels is already
+ * implemented by GtkNotebook.
+ */
+ view = gedit_tab_get_view (tab);
+ target_list = gtk_drag_dest_get_target_list (GTK_WIDGET (view));
+
+ if (target_list != NULL)
+ {
+ gtk_target_list_add (target_list,
+ gdk_atom_intern_static_string ("GTK_NOTEBOOK_TAB"),
+ GTK_TARGET_SAME_APP,
+ TARGET_TAB);
+ }
+
+ /* The signal handler may have reordered the tabs */
+ position = gtk_notebook_page_num (GTK_NOTEBOOK (notebook),
+ GTK_WIDGET (tab));
+
+ if (jump_to)
+ {
+ gtk_notebook_set_current_page (GTK_NOTEBOOK (notebook), position);
+ gtk_widget_grab_focus (GTK_WIDGET (tab));
+ }
+}
+
+/**
+ * gedit_notebook_move_tab:
+ * @src: a #GeditNotebook
+ * @dest: a #GeditNotebook
+ * @tab: a #GeditTab
+ * @dest_position: the position for @tab
+ *
+ * Moves @tab from @src to @dest.
+ * If @dest_position is greater than or equal to the number of tabs
+ * of the destination nootebook or negative, tab will be moved to the
+ * end of the tabs.
+ */
+void
+gedit_notebook_move_tab (GeditNotebook *src,
+ GeditNotebook *dest,
+ GeditTab *tab,
+ gint dest_position)
+{
+ g_return_if_fail (GEDIT_IS_NOTEBOOK (src));
+ g_return_if_fail (GEDIT_IS_NOTEBOOK (dest));
+ g_return_if_fail (src != dest);
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+
+ /* Make sure the tab isn't destroyed while we move it. */
+ g_object_ref (tab);
+
+ /* Make sure the @src notebook isn't destroyed during the tab
+ * detachment, to prevent a crash in gtk_notebook_detach_tab(). In fact,
+ * if @tab is the last tab of @src, and if @src is not the last notebook
+ * of the GeditMultiNotebook, then @src will be destroyed when
+ * gtk_container_remove() is called by gtk_notebook_detach_tab().
+ */
+ g_object_ref (src);
+ gtk_notebook_detach_tab (GTK_NOTEBOOK (src), GTK_WIDGET (tab));
+ g_object_unref (src);
+
+ gedit_notebook_add_tab (dest, tab, dest_position, TRUE);
+
+ g_object_unref (tab);
+}
+
+/**
+ * gedit_notebook_remove_all_tabs:
+ * @notebook: a #GeditNotebook
+ *
+ * Removes all #GeditTab from @notebook.
+ */
+void
+gedit_notebook_remove_all_tabs (GeditNotebook *notebook)
+{
+ GList *tabs;
+ GList *t;
+
+ g_return_if_fail (GEDIT_IS_NOTEBOOK (notebook));
+
+ g_list_free (notebook->priv->focused_pages);
+ notebook->priv->focused_pages = NULL;
+
+ /* Remove tabs in reverse order since it is faster
+ * due to how GtkNotebook works.
+ */
+ tabs = gtk_container_get_children (GTK_CONTAINER (notebook));
+ for (t = g_list_last (tabs); t != NULL; t = t->prev)
+ {
+ GtkWidget *tab = t->data;
+ gtk_container_remove (GTK_CONTAINER (notebook), tab);
+ }
+
+ g_list_free (tabs);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-notebook.h b/gedit/gedit-notebook.h
new file mode 100644
index 0000000..e4a3e6b
--- /dev/null
+++ b/gedit/gedit-notebook.h
@@ -0,0 +1,100 @@
+/*
+ * gedit-notebook.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+/* This file is a modified version of the epiphany file ephy-notebook.h
+ * Here the relevant copyright:
+ *
+ * Copyright (C) 2002 Christophe Fergeau
+ * Copyright (C) 2003 Marco Pesenti Gritti
+ * Copyright (C) 2003, 2004 Christian Persch
+ *
+ */
+
+#ifndef GEDIT_NOTEBOOK_H
+#define GEDIT_NOTEBOOK_H
+
+#include <gedit/gedit-tab.h>
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_NOTEBOOK (gedit_notebook_get_type ())
+#define GEDIT_NOTEBOOK(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GEDIT_TYPE_NOTEBOOK, GeditNotebook))
+#define GEDIT_NOTEBOOK_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GEDIT_TYPE_NOTEBOOK, GeditNotebookClass))
+#define GEDIT_IS_NOTEBOOK(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GEDIT_TYPE_NOTEBOOK))
+#define GEDIT_IS_NOTEBOOK_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GEDIT_TYPE_NOTEBOOK))
+#define GEDIT_NOTEBOOK_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GEDIT_TYPE_NOTEBOOK, GeditNotebookClass))
+
+typedef struct _GeditNotebook GeditNotebook;
+typedef struct _GeditNotebookClass GeditNotebookClass;
+typedef struct _GeditNotebookPrivate GeditNotebookPrivate;
+
+/* This is now used in multi-notebook but we keep the same enum for
+ * backward compatibility since it is used in the gsettings schema */
+typedef enum
+{
+ GEDIT_NOTEBOOK_SHOW_TABS_NEVER,
+ GEDIT_NOTEBOOK_SHOW_TABS_AUTO,
+ GEDIT_NOTEBOOK_SHOW_TABS_ALWAYS
+} GeditNotebookShowTabsModeType;
+
+struct _GeditNotebook
+{
+ GtkNotebook notebook;
+
+ /*< private >*/
+ GeditNotebookPrivate *priv;
+};
+
+struct _GeditNotebookClass
+{
+ GtkNotebookClass parent_class;
+
+ /* Signals */
+ void (* tab_close_request) (GeditNotebook *notebook,
+ GeditTab *tab);
+ void (* show_popup_menu) (GeditNotebook *notebook,
+ GdkEvent *event,
+ GeditTab *tab);
+ gboolean(* change_to_page) (GeditNotebook *notebook,
+ gint page_num);
+};
+
+GType gedit_notebook_get_type (void) G_GNUC_CONST;
+
+GtkWidget *gedit_notebook_new (void);
+
+void gedit_notebook_add_tab (GeditNotebook *nb,
+ GeditTab *tab,
+ gint position,
+ gboolean jump_to);
+
+void gedit_notebook_move_tab (GeditNotebook *src,
+ GeditNotebook *dest,
+ GeditTab *tab,
+ gint dest_position);
+
+void gedit_notebook_remove_all_tabs (GeditNotebook *nb);
+
+G_END_DECLS
+
+#endif /* GEDIT_NOTEBOOK_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-plugins-engine.c b/gedit/gedit-plugins-engine.c
new file mode 100644
index 0000000..28e6096
--- /dev/null
+++ b/gedit/gedit-plugins-engine.c
@@ -0,0 +1,136 @@
+/*
+ * gedit-plugins-engine.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2010 Steve Frécinaux
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-plugins-engine.h"
+
+#include <string.h>
+#include <glib/gi18n.h>
+#include <girepository.h>
+#include "gedit-debug.h"
+#include "gedit-dirs.h"
+#include "gedit-settings.h"
+
+struct _GeditPluginsEngine
+{
+ PeasEngine parent_instance;
+
+ GSettings *plugin_settings;
+};
+
+G_DEFINE_TYPE (GeditPluginsEngine, gedit_plugins_engine, PEAS_TYPE_ENGINE)
+
+static GeditPluginsEngine *default_engine = NULL;
+
+static void
+gedit_plugins_engine_init (GeditPluginsEngine *engine)
+{
+ gchar *typelib_dir;
+ GError *error = NULL;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ peas_engine_enable_loader (PEAS_ENGINE (engine), "python3");
+
+ engine->plugin_settings = g_settings_new ("org.gnome.gedit.plugins");
+
+ /* Require gedit's typelib. */
+ typelib_dir = g_build_filename (gedit_dirs_get_gedit_lib_dir (),
+ "girepository-1.0",
+ NULL);
+
+ if (!g_irepository_require_private (g_irepository_get_default (),
+ typelib_dir, "Gedit", "3.0", 0, &error))
+ {
+ g_warning ("Could not load Gedit repository: %s", error->message);
+ g_error_free (error);
+ error = NULL;
+ }
+
+ g_free (typelib_dir);
+
+ /* This should be moved to libpeas */
+ if (!g_irepository_require (g_irepository_get_default (),
+ "Peas", "1.0", 0, &error))
+ {
+ g_warning ("Could not load Peas repository: %s", error->message);
+ g_error_free (error);
+ error = NULL;
+ }
+
+ if (!g_irepository_require (g_irepository_get_default (),
+ "PeasGtk", "1.0", 0, &error))
+ {
+ g_warning ("Could not load PeasGtk repository: %s", error->message);
+ g_error_free (error);
+ error = NULL;
+ }
+
+ peas_engine_add_search_path (PEAS_ENGINE (engine),
+ gedit_dirs_get_user_plugins_dir (),
+ gedit_dirs_get_user_plugins_dir ());
+
+ peas_engine_add_search_path (PEAS_ENGINE (engine),
+ gedit_dirs_get_gedit_plugins_dir (),
+ gedit_dirs_get_gedit_plugins_data_dir ());
+
+ g_settings_bind (engine->plugin_settings,
+ GEDIT_SETTINGS_ACTIVE_PLUGINS,
+ engine,
+ "loaded-plugins",
+ G_SETTINGS_BIND_DEFAULT);
+}
+
+static void
+gedit_plugins_engine_dispose (GObject *object)
+{
+ GeditPluginsEngine *engine = GEDIT_PLUGINS_ENGINE (object);
+
+ g_clear_object (&engine->plugin_settings);
+
+ G_OBJECT_CLASS (gedit_plugins_engine_parent_class)->dispose (object);
+}
+
+static void
+gedit_plugins_engine_class_init (GeditPluginsEngineClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_plugins_engine_dispose;
+}
+
+GeditPluginsEngine *
+gedit_plugins_engine_get_default (void)
+{
+ if (default_engine == NULL)
+ {
+ default_engine = GEDIT_PLUGINS_ENGINE (g_object_new (GEDIT_TYPE_PLUGINS_ENGINE,
+ NULL));
+
+ g_object_add_weak_pointer (G_OBJECT (default_engine),
+ (gpointer) &default_engine);
+ }
+
+ return default_engine;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-plugins-engine.h b/gedit/gedit-plugins-engine.h
new file mode 100644
index 0000000..124937b
--- /dev/null
+++ b/gedit/gedit-plugins-engine.h
@@ -0,0 +1,39 @@
+/*
+ * gedit-plugins-engine.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2002-2005 - Paolo Maggi
+ * Copyright (C) 2010 - Steve Frécinaux
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_PLUGINS_ENGINE_H
+#define GEDIT_PLUGINS_ENGINE_H
+
+#include <glib.h>
+#include <libpeas/peas.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_PLUGINS_ENGINE (gedit_plugins_engine_get_type ())
+G_DECLARE_FINAL_TYPE(GeditPluginsEngine, gedit_plugins_engine, GEDIT, PLUGINS_ENGINE, PeasEngine)
+
+GeditPluginsEngine *gedit_plugins_engine_get_default (void);
+
+G_END_DECLS
+
+#endif /* GEDIT_PLUGINS_ENGINE_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-preferences-dialog.c b/gedit/gedit-preferences-dialog.c
new file mode 100644
index 0000000..d857059
--- /dev/null
+++ b/gedit/gedit-preferences-dialog.c
@@ -0,0 +1,841 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ * gedit-preferences-dialog.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2001-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-preferences-dialog.h"
+
+#include <glib/gi18n.h>
+#include <glib/gstdio.h>
+#include <tepl/tepl.h>
+#include <libpeas-gtk/peas-gtk.h>
+
+#include "gedit-debug.h"
+#include "gedit-dirs.h"
+#include "gedit-settings.h"
+
+/*
+ * gedit-preferences dialog is a singleton since we don't
+ * want two dialogs showing an inconsistent state of the
+ * preferences.
+ * When gedit_show_preferences_dialog is called and there
+ * is already a prefs dialog dialog open, it is reparented
+ * and shown.
+ */
+
+static GtkWidget *preferences_dialog = NULL;
+
+#define GEDIT_SCHEME_ROW_ID_KEY "gedit-scheme-row-id"
+
+#define GEDIT_TYPE_PREFERENCES_DIALOG (gedit_preferences_dialog_get_type())
+
+G_DECLARE_FINAL_TYPE (GeditPreferencesDialog, gedit_preferences_dialog, GEDIT, PREFERENCES_DIALOG, GtkWindow)
+
+enum
+{
+ ID_COLUMN = 0,
+ NAME_COLUMN,
+ DESC_COLUMN,
+ NUM_COLUMNS
+};
+
+enum
+{
+ CLOSE,
+ LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL];
+
+struct _GeditPreferencesDialog
+{
+ GtkWindow parent_instance;
+
+ GSettings *editor;
+ GSettings *uisettings; /* unfortunately our settings are split for historical reasons */
+
+ GtkWidget *notebook;
+
+ /* Style Scheme */
+ GtkWidget *schemes_list;
+ GtkWidget *install_scheme_button;
+ GtkWidget *uninstall_scheme_button;
+ GtkWidget *schemes_toolbar;
+ GtkFileChooserNative *
+ install_scheme_file_chooser;
+
+ /* Tabs */
+ GtkWidget *tabs_width_spinbutton;
+ GtkWidget *insert_spaces_checkbutton;
+
+ /* Auto indentation */
+ GtkWidget *auto_indent_checkbutton;
+
+ /* Text Wrapping */
+ GtkWidget *wrap_text_checkbutton;
+ GtkWidget *split_checkbutton;
+
+ /* File Saving */
+ GtkWidget *backup_copy_checkbutton;
+ GtkWidget *auto_save_checkbutton;
+ GtkWidget *auto_save_spinbutton;
+
+ GtkWidget *display_line_numbers_checkbutton;
+ GtkWidget *display_statusbar_checkbutton;
+ GtkWidget *display_grid_checkbutton;
+
+ /* Right margin */
+ GtkWidget *right_margin_checkbutton;
+ GtkWidget *right_margin_position_grid;
+ GtkWidget *right_margin_position_spinbutton;
+
+ /* Highlighting */
+ GtkWidget *highlight_current_line_checkbutton;
+ GtkWidget *bracket_matching_checkbutton;
+
+ /* Plugin manager */
+ GtkWidget *plugin_manager;
+
+ /* Placeholders */
+ GtkGrid *font_component_placeholder;
+};
+
+G_DEFINE_TYPE (GeditPreferencesDialog, gedit_preferences_dialog, GTK_TYPE_WINDOW)
+
+static void
+gedit_preferences_dialog_dispose (GObject *object)
+{
+ GeditPreferencesDialog *dlg = GEDIT_PREFERENCES_DIALOG (object);
+
+ g_clear_object (&dlg->editor);
+ g_clear_object (&dlg->uisettings);
+
+ G_OBJECT_CLASS (gedit_preferences_dialog_parent_class)->dispose (object);
+}
+
+static void
+gedit_preferences_dialog_close (GeditPreferencesDialog *dialog)
+{
+ gtk_window_close (GTK_WINDOW (dialog));
+}
+
+static void
+gedit_preferences_dialog_class_init (GeditPreferencesDialogClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+ GtkBindingSet *binding_set;
+
+ /* Otherwise libpeas-gtk might not be linked */
+ g_type_ensure (PEAS_GTK_TYPE_PLUGIN_MANAGER);
+
+ object_class->dispose = gedit_preferences_dialog_dispose;
+
+ signals[CLOSE] =
+ g_signal_new_class_handler ("close",
+ G_TYPE_FROM_CLASS (klass),
+ G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
+ G_CALLBACK (gedit_preferences_dialog_close),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 0);
+
+ binding_set = gtk_binding_set_by_class (klass);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_Escape, 0, "close", 0);
+
+ /* Bind class to template */
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/ui/gedit-preferences-dialog.ui");
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, notebook);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, display_line_numbers_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, display_statusbar_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, display_grid_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, right_margin_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, right_margin_position_grid);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, right_margin_position_spinbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, highlight_current_line_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, bracket_matching_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, wrap_text_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, split_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, tabs_width_spinbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, insert_spaces_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, auto_indent_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, backup_copy_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, auto_save_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, auto_save_spinbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, schemes_list);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, install_scheme_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, uninstall_scheme_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, schemes_toolbar);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, plugin_manager);
+ gtk_widget_class_bind_template_child (widget_class, GeditPreferencesDialog, font_component_placeholder);
+}
+
+static void
+setup_editor_page (GeditPreferencesDialog *dlg)
+{
+ gedit_debug (DEBUG_PREFS);
+
+ /* Connect signal */
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_TABS_SIZE,
+ dlg->tabs_width_spinbutton,
+ "value",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_INSERT_SPACES,
+ dlg->insert_spaces_checkbutton,
+ "active",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_AUTO_INDENT,
+ dlg->auto_indent_checkbutton,
+ "active",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_CREATE_BACKUP_COPY,
+ dlg->backup_copy_checkbutton,
+ "active",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_BRACKET_MATCHING,
+ dlg->bracket_matching_checkbutton,
+ "active",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_AUTO_SAVE_INTERVAL,
+ dlg->auto_save_spinbutton,
+ "value",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_AUTO_SAVE,
+ dlg->auto_save_spinbutton,
+ "sensitive",
+ G_SETTINGS_BIND_GET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_AUTO_SAVE,
+ dlg->auto_save_checkbutton,
+ "active",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+}
+
+static void
+wrap_mode_checkbutton_toggled (GtkToggleButton *button,
+ GeditPreferencesDialog *dlg)
+{
+ GtkWrapMode mode;
+
+ if (!gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dlg->wrap_text_checkbutton)))
+ {
+ mode = GTK_WRAP_NONE;
+
+ gtk_widget_set_sensitive (dlg->split_checkbutton,
+ FALSE);
+ gtk_toggle_button_set_inconsistent (
+ GTK_TOGGLE_BUTTON (dlg->split_checkbutton), TRUE);
+ }
+ else
+ {
+ gtk_widget_set_sensitive (dlg->split_checkbutton,
+ TRUE);
+
+ gtk_toggle_button_set_inconsistent (
+ GTK_TOGGLE_BUTTON (dlg->split_checkbutton), FALSE);
+
+
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dlg->split_checkbutton)))
+ {
+ g_settings_set_enum (dlg->editor,
+ GEDIT_SETTINGS_WRAP_LAST_SPLIT_MODE,
+ GTK_WRAP_WORD);
+
+ mode = GTK_WRAP_WORD;
+ }
+ else
+ {
+ g_settings_set_enum (dlg->editor,
+ GEDIT_SETTINGS_WRAP_LAST_SPLIT_MODE,
+ GTK_WRAP_CHAR);
+
+ mode = GTK_WRAP_CHAR;
+ }
+ }
+
+ g_settings_set_enum (dlg->editor,
+ GEDIT_SETTINGS_WRAP_MODE,
+ mode);
+}
+
+static void
+grid_checkbutton_toggled (GtkToggleButton *button,
+ GeditPreferencesDialog *dlg)
+{
+ GtkSourceBackgroundPatternType background_type;
+
+ background_type = gtk_toggle_button_get_active (button) ?
+ GTK_SOURCE_BACKGROUND_PATTERN_TYPE_GRID :
+ GTK_SOURCE_BACKGROUND_PATTERN_TYPE_NONE;
+ g_settings_set_enum (dlg->editor,
+ GEDIT_SETTINGS_BACKGROUND_PATTERN,
+ background_type);
+}
+
+static void
+setup_view_page (GeditPreferencesDialog *dlg)
+{
+ GtkWrapMode wrap_mode;
+ GtkWrapMode last_split_mode;
+ GtkSourceBackgroundPatternType background_pattern;
+ gboolean display_right_margin;
+ guint right_margin_position;
+
+ gedit_debug (DEBUG_PREFS);
+
+ /* Get values */
+ display_right_margin = g_settings_get_boolean (dlg->editor,
+ GEDIT_SETTINGS_DISPLAY_RIGHT_MARGIN);
+ g_settings_get (dlg->editor, GEDIT_SETTINGS_RIGHT_MARGIN_POSITION,
+ "u", &right_margin_position);
+ background_pattern = g_settings_get_enum (dlg->editor,
+ GEDIT_SETTINGS_BACKGROUND_PATTERN);
+
+ wrap_mode = g_settings_get_enum (dlg->editor,
+ GEDIT_SETTINGS_WRAP_MODE);
+
+ /* Set initial state */
+ switch (wrap_mode)
+ {
+ case GTK_WRAP_WORD:
+ gtk_toggle_button_set_active (
+ GTK_TOGGLE_BUTTON (dlg->wrap_text_checkbutton), TRUE);
+ gtk_toggle_button_set_active (
+ GTK_TOGGLE_BUTTON (dlg->split_checkbutton), TRUE);
+
+ g_settings_set_enum (dlg->editor,
+ GEDIT_SETTINGS_WRAP_LAST_SPLIT_MODE,
+ GTK_WRAP_WORD);
+ break;
+ case GTK_WRAP_CHAR:
+ gtk_toggle_button_set_active (
+ GTK_TOGGLE_BUTTON (dlg->wrap_text_checkbutton), TRUE);
+ gtk_toggle_button_set_active (
+ GTK_TOGGLE_BUTTON (dlg->split_checkbutton), FALSE);
+
+ g_settings_set_enum (dlg->editor,
+ GEDIT_SETTINGS_WRAP_LAST_SPLIT_MODE,
+ GTK_WRAP_CHAR);
+ break;
+ default:
+ gtk_toggle_button_set_active (
+ GTK_TOGGLE_BUTTON (dlg->wrap_text_checkbutton), FALSE);
+
+ last_split_mode = g_settings_get_enum (dlg->editor,
+ GEDIT_SETTINGS_WRAP_LAST_SPLIT_MODE);
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dlg->split_checkbutton),
+ last_split_mode == GTK_WRAP_WORD);
+
+ gtk_toggle_button_set_inconsistent (
+ GTK_TOGGLE_BUTTON (dlg->split_checkbutton), TRUE);
+ }
+
+ gtk_toggle_button_set_active (
+ GTK_TOGGLE_BUTTON (dlg->right_margin_checkbutton),
+ display_right_margin);
+ gtk_toggle_button_set_active (
+ GTK_TOGGLE_BUTTON (dlg->display_grid_checkbutton),
+ background_pattern == GTK_SOURCE_BACKGROUND_PATTERN_TYPE_GRID);
+
+ /* Set widgets sensitivity */
+ gtk_widget_set_sensitive (dlg->split_checkbutton,
+ (wrap_mode != GTK_WRAP_NONE));
+
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_DISPLAY_LINE_NUMBERS,
+ dlg->display_line_numbers_checkbutton,
+ "active",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_HIGHLIGHT_CURRENT_LINE,
+ dlg->highlight_current_line_checkbutton,
+ "active",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->uisettings,
+ GEDIT_SETTINGS_STATUSBAR_VISIBLE,
+ dlg->display_statusbar_checkbutton,
+ "active",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_DISPLAY_RIGHT_MARGIN,
+ dlg->right_margin_checkbutton,
+ "active",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_DISPLAY_RIGHT_MARGIN,
+ dlg->right_margin_position_grid,
+ "sensitive",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_RIGHT_MARGIN_POSITION,
+ dlg->right_margin_position_spinbutton,
+ "value",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_settings_bind (dlg->editor,
+ GEDIT_SETTINGS_AUTO_SAVE_INTERVAL,
+ dlg->auto_save_spinbutton,
+ "value",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ g_signal_connect (dlg->wrap_text_checkbutton,
+ "toggled",
+ G_CALLBACK (wrap_mode_checkbutton_toggled),
+ dlg);
+ g_signal_connect (dlg->split_checkbutton,
+ "toggled",
+ G_CALLBACK (wrap_mode_checkbutton_toggled),
+ dlg);
+ g_signal_connect (dlg->display_grid_checkbutton,
+ "toggled",
+ G_CALLBACK (grid_checkbutton_toggled),
+ dlg);
+}
+
+static void
+setup_font_colors_page_font_section (GeditPreferencesDialog *dlg)
+{
+ GtkWidget *font_component;
+
+ font_component = tepl_prefs_create_font_component (dlg->editor,
+ GEDIT_SETTINGS_USE_DEFAULT_FONT,
+ GEDIT_SETTINGS_EDITOR_FONT);
+
+ gtk_container_add (GTK_CONTAINER (dlg->font_component_placeholder),
+ font_component);
+}
+
+static void
+update_style_scheme_buttons_sensisitivity (GeditPreferencesDialog *dlg)
+{
+ GtkSourceStyleScheme *selected_style_scheme;
+ gboolean editable = FALSE;
+
+ selected_style_scheme = gtk_source_style_scheme_chooser_get_style_scheme (GTK_SOURCE_STYLE_SCHEME_CHOOSER (dlg->schemes_list));
+
+ if (selected_style_scheme != NULL)
+ {
+ const gchar *filename;
+
+ filename = gtk_source_style_scheme_get_filename (selected_style_scheme);
+ if (filename != NULL)
+ {
+ editable = g_str_has_prefix (filename, gedit_dirs_get_user_styles_dir ());
+ }
+ }
+
+ gtk_widget_set_sensitive (dlg->uninstall_scheme_button, editable);
+}
+
+static void
+style_scheme_notify_cb (GtkSourceStyleSchemeChooser *chooser,
+ GParamSpec *pspec,
+ GeditPreferencesDialog *dlg)
+{
+ update_style_scheme_buttons_sensisitivity (dlg);
+}
+
+static GFile *
+get_user_style_scheme_destination_file (GFile *src_file)
+{
+ gchar *basename;
+ const gchar *styles_dir;
+ GFile *dest_file;
+
+ basename = g_file_get_basename (src_file);
+ g_return_val_if_fail (basename != NULL, NULL);
+
+ styles_dir = gedit_dirs_get_user_styles_dir ();
+ dest_file = g_file_new_build_filename (styles_dir, basename, NULL);
+
+ g_free (basename);
+ return dest_file;
+}
+
+/* Returns: whether @src_file has been correctly copied to @dest_file. */
+static gboolean
+copy_file (GFile *src_file,
+ GFile *dest_file,
+ GError **error)
+{
+ if (g_file_equal (src_file, dest_file))
+ {
+ return FALSE;
+ }
+
+ if (!tepl_utils_create_parent_directories (dest_file, NULL, error))
+ {
+ return FALSE;
+ }
+
+ return g_file_copy (src_file,
+ dest_file,
+ G_FILE_COPY_OVERWRITE | G_FILE_COPY_TARGET_DEFAULT_PERMS,
+ NULL, /* cancellable */
+ NULL, NULL, /* progress callback */
+ error);
+}
+
+/* Get the style scheme ID of @user_style_scheme_file if it has been correctly
+ * installed and @user_style_scheme_file is a valid style scheme file.
+ */
+static const gchar *
+get_style_scheme_id_after_installing_user_style_scheme (GFile *user_style_scheme_file)
+{
+ GtkSourceStyleSchemeManager *manager;
+ const gchar * const *scheme_ids;
+ gint i;
+
+ manager = gtk_source_style_scheme_manager_get_default ();
+ gtk_source_style_scheme_manager_force_rescan (manager);
+
+ scheme_ids = gtk_source_style_scheme_manager_get_scheme_ids (manager);
+
+ for (i = 0; scheme_ids != NULL && scheme_ids[i] != NULL; i++)
+ {
+ const gchar *cur_scheme_id = scheme_ids[i];
+ GtkSourceStyleScheme *scheme;
+ const gchar *filename;
+ GFile *scheme_file;
+
+ scheme = gtk_source_style_scheme_manager_get_scheme (manager, cur_scheme_id);
+ filename = gtk_source_style_scheme_get_filename (scheme);
+ if (filename == NULL)
+ {
+ continue;
+ }
+
+ scheme_file = g_file_new_for_path (filename);
+ if (g_file_equal (scheme_file, user_style_scheme_file))
+ {
+ g_object_unref (scheme_file);
+ return cur_scheme_id;
+ }
+
+ g_object_unref (scheme_file);
+ }
+
+ return NULL;
+}
+
+/* Returns: (nullable): the installed style scheme ID, or %NULL on failure. */
+static const gchar *
+install_style_scheme (GFile *src_file,
+ GError **error)
+{
+ GFile *dest_file;
+ gboolean copied;
+ const gchar *installed_style_scheme_id = NULL;
+ GError *my_error = NULL;
+
+ g_return_val_if_fail (G_IS_FILE (src_file), NULL);
+ g_return_val_if_fail (error == NULL || *error == NULL, NULL);
+
+ dest_file = get_user_style_scheme_destination_file (src_file);
+ g_return_val_if_fail (dest_file != NULL, NULL);
+
+ copied = copy_file (src_file, dest_file, &my_error);
+ if (my_error != NULL)
+ {
+ g_propagate_error (error, my_error);
+ g_object_unref (dest_file);
+ return NULL;
+ }
+
+ installed_style_scheme_id = get_style_scheme_id_after_installing_user_style_scheme (dest_file);
+
+ if (installed_style_scheme_id == NULL && copied)
+ {
+ /* The style scheme has not been correctly installed. */
+ g_file_delete (dest_file, NULL, &my_error);
+ if (my_error != NULL)
+ {
+ gchar *dest_file_parse_name = g_file_get_parse_name (dest_file);
+
+ g_warning ("Failed to delete the file “%s”: %s",
+ dest_file_parse_name,
+ my_error->message);
+
+ g_free (dest_file_parse_name);
+ g_clear_error (&my_error);
+ }
+ }
+
+ g_object_unref (dest_file);
+ return installed_style_scheme_id;
+}
+
+/*
+ * uninstall_style_scheme:
+ * @scheme: a #GtkSourceStyleScheme
+ *
+ * Uninstall a user scheme.
+ *
+ * Returns: %TRUE on success, %FALSE otherwise.
+ */
+static gboolean
+uninstall_style_scheme (GtkSourceStyleScheme *scheme)
+{
+ GtkSourceStyleSchemeManager *manager;
+ const gchar *filename;
+
+ g_return_val_if_fail (GTK_SOURCE_IS_STYLE_SCHEME (scheme), FALSE);
+
+ manager = gtk_source_style_scheme_manager_get_default ();
+
+ filename = gtk_source_style_scheme_get_filename (scheme);
+ if (filename == NULL)
+ return FALSE;
+
+ if (g_unlink (filename) == -1)
+ return FALSE;
+
+ /* Reload the available style schemes */
+ gtk_source_style_scheme_manager_force_rescan (manager);
+
+ return TRUE;
+}
+
+static void
+add_scheme_chooser_response_cb (GtkFileChooserNative *chooser,
+ gint response_id,
+ GeditPreferencesDialog *dialog)
+{
+ GFile *file;
+ const gchar *scheme_id;
+ GeditSettings *settings;
+ GSettings *editor_settings;
+ GError *error = NULL;
+
+ if (response_id != GTK_RESPONSE_ACCEPT)
+ {
+ return;
+ }
+
+ file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (chooser));
+ if (file == NULL)
+ {
+ return;
+ }
+
+ scheme_id = install_style_scheme (file, &error);
+ g_object_unref (file);
+
+ if (scheme_id == NULL)
+ {
+ if (error != NULL)
+ {
+ tepl_utils_show_warning_dialog (GTK_WINDOW (dialog),
+ _("The selected color scheme cannot be installed: %s"),
+ error->message);
+ }
+ else
+ {
+ tepl_utils_show_warning_dialog (GTK_WINDOW (dialog),
+ _("The selected color scheme cannot be installed."));
+ }
+
+ g_clear_error (&error);
+ return;
+ }
+
+ settings = _gedit_settings_get_singleton ();
+ editor_settings = _gedit_settings_peek_editor_settings (settings);
+ g_settings_set_string (editor_settings, GEDIT_SETTINGS_SCHEME, scheme_id);
+}
+
+static void
+install_scheme_clicked (GtkButton *button,
+ GeditPreferencesDialog *dialog)
+{
+ GtkFileChooserNative *chooser;
+ GtkFileFilter *scheme_filter;
+ GtkFileFilter *all_filter;
+
+ if (dialog->install_scheme_file_chooser != NULL)
+ {
+ gtk_native_dialog_show (GTK_NATIVE_DIALOG (dialog->install_scheme_file_chooser));
+ return;
+ }
+
+ chooser = gtk_file_chooser_native_new (_("Add Color Scheme"),
+ GTK_WINDOW (dialog),
+ GTK_FILE_CHOOSER_ACTION_OPEN,
+ _("_Add Scheme"),
+ _("_Cancel"));
+
+ /* Filters */
+ scheme_filter = gtk_file_filter_new ();
+ gtk_file_filter_set_name (scheme_filter, _("Color Scheme Files"));
+ gtk_file_filter_add_pattern (scheme_filter, "*.xml");
+ gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (chooser), scheme_filter);
+
+ all_filter = gtk_file_filter_new ();
+ gtk_file_filter_set_name (all_filter, _("All Files"));
+ gtk_file_filter_add_pattern (all_filter, "*");
+ gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (chooser), all_filter);
+
+ gtk_file_chooser_set_filter (GTK_FILE_CHOOSER (chooser), scheme_filter);
+
+ g_signal_connect (chooser,
+ "response",
+ G_CALLBACK (add_scheme_chooser_response_cb),
+ dialog);
+
+ g_set_weak_pointer (&dialog->install_scheme_file_chooser, chooser);
+
+ gtk_native_dialog_show (GTK_NATIVE_DIALOG (chooser));
+}
+
+static void
+uninstall_scheme_clicked (GtkButton *button,
+ GeditPreferencesDialog *dlg)
+{
+ GtkSourceStyleScheme *scheme;
+ GtkSourceStyleScheme *new_selected_scheme;
+
+ scheme = gtk_source_style_scheme_chooser_get_style_scheme (GTK_SOURCE_STYLE_SCHEME_CHOOSER (dlg->schemes_list));
+
+ if (scheme == NULL)
+ {
+ return;
+ }
+
+ if (!uninstall_style_scheme (scheme))
+ {
+ tepl_utils_show_warning_dialog (GTK_WINDOW (dlg),
+ _("Could not remove color scheme “%s”."),
+ gtk_source_style_scheme_get_name (scheme));
+ return;
+ }
+
+ new_selected_scheme = gtk_source_style_scheme_chooser_get_style_scheme (GTK_SOURCE_STYLE_SCHEME_CHOOSER (dlg->schemes_list));
+ if (new_selected_scheme == NULL)
+ {
+ GeditSettings *settings;
+ GSettings *editor_settings;
+
+ settings = _gedit_settings_get_singleton ();
+ editor_settings = _gedit_settings_peek_editor_settings (settings);
+
+ g_settings_reset (editor_settings, GEDIT_SETTINGS_SCHEME);
+ }
+}
+
+static void
+setup_font_colors_page_style_scheme_section (GeditPreferencesDialog *dlg)
+{
+ GtkStyleContext *context;
+ GeditSettings *settings;
+ GSettings *editor_settings;
+
+ gedit_debug (DEBUG_PREFS);
+
+ /* junction between the schemes list and the toolbar */
+ context = gtk_widget_get_style_context (dlg->schemes_list);
+ gtk_style_context_set_junction_sides (context, GTK_JUNCTION_BOTTOM);
+ context = gtk_widget_get_style_context (dlg->schemes_toolbar);
+ gtk_style_context_set_junction_sides (context, GTK_JUNCTION_TOP);
+
+ /* Connect signals */
+ g_signal_connect (dlg->schemes_list,
+ "notify::style-scheme",
+ G_CALLBACK (style_scheme_notify_cb),
+ dlg);
+ g_signal_connect (dlg->install_scheme_button,
+ "clicked",
+ G_CALLBACK (install_scheme_clicked),
+ dlg);
+ g_signal_connect (dlg->uninstall_scheme_button,
+ "clicked",
+ G_CALLBACK (uninstall_scheme_clicked),
+ dlg);
+
+ settings = _gedit_settings_get_singleton ();
+ editor_settings = _gedit_settings_peek_editor_settings (settings);
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_SCHEME,
+ dlg->schemes_list, "tepl-style-scheme-id",
+ G_SETTINGS_BIND_DEFAULT);
+
+ update_style_scheme_buttons_sensisitivity (dlg);
+}
+
+static void
+setup_font_colors_page (GeditPreferencesDialog *dlg)
+{
+ setup_font_colors_page_font_section (dlg);
+ setup_font_colors_page_style_scheme_section (dlg);
+}
+
+static void
+setup_plugins_page (GeditPreferencesDialog *dlg)
+{
+ gtk_widget_show_all (dlg->plugin_manager);
+}
+
+static void
+gedit_preferences_dialog_init (GeditPreferencesDialog *dlg)
+{
+ gedit_debug (DEBUG_PREFS);
+
+ dlg->editor = g_settings_new ("org.gnome.gedit.preferences.editor");
+ dlg->uisettings = g_settings_new ("org.gnome.gedit.preferences.ui");
+
+ gtk_widget_init_template (GTK_WIDGET (dlg));
+
+ setup_editor_page (dlg);
+ setup_view_page (dlg);
+ setup_font_colors_page (dlg);
+ setup_plugins_page (dlg);
+}
+
+void
+gedit_show_preferences_dialog (GeditWindow *parent)
+{
+ gedit_debug (DEBUG_PREFS);
+
+ if (preferences_dialog == NULL)
+ {
+ preferences_dialog = GTK_WIDGET (g_object_new (GEDIT_TYPE_PREFERENCES_DIALOG,
+ "application", g_application_get_default (),
+ NULL));
+ g_signal_connect (preferences_dialog,
+ "destroy",
+ G_CALLBACK (gtk_widget_destroyed),
+ &preferences_dialog);
+ }
+
+ if (GTK_WINDOW (parent) != gtk_window_get_transient_for (GTK_WINDOW (preferences_dialog)))
+ {
+ gtk_window_set_transient_for (GTK_WINDOW (preferences_dialog),
+ GTK_WINDOW (parent));
+ }
+
+ gtk_window_present (GTK_WINDOW (preferences_dialog));
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-preferences-dialog.h b/gedit/gedit-preferences-dialog.h
new file mode 100644
index 0000000..1d35559
--- /dev/null
+++ b/gedit/gedit-preferences-dialog.h
@@ -0,0 +1,35 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ * gedit-preferences-dialog.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2001-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_PREFERENCES_DIALOG_H
+#define GEDIT_PREFERENCES_DIALOG_H
+
+#include "gedit-window.h"
+
+G_BEGIN_DECLS
+
+void gedit_show_preferences_dialog (GeditWindow *parent);
+
+G_END_DECLS
+
+#endif /* GEDIT_PREFERENCES_DIALOG_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-print-job.c b/gedit/gedit-print-job.c
new file mode 100644
index 0000000..fab454f
--- /dev/null
+++ b/gedit/gedit-print-job.c
@@ -0,0 +1,819 @@
+/*
+ * gedit-print-job.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2000-2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2008 Paolo Maggi
+ * Copyright (C) 2015 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-print-job.h"
+#include <glib/gi18n.h>
+#include "gedit-print-preview.h"
+#include "gedit-settings.h"
+
+struct _GeditPrintJob
+{
+ GObject parent_instance;
+
+ GSettings *gsettings;
+
+ TeplView *view;
+
+ GtkPrintOperation *operation;
+ GtkSourcePrintCompositor *compositor;
+
+ GtkWidget *preview;
+
+ gchar *status_string;
+ gdouble progress;
+
+ /* Widgets part of the custom print preferences widget.
+ * These pointers are valid just when the dialog is displayed.
+ */
+ GtkToggleButton *syntax_checkbutton;
+ GtkToggleButton *page_header_checkbutton;
+ GtkToggleButton *line_numbers_checkbutton;
+ GtkSpinButton *line_numbers_spinbutton;
+ GtkToggleButton *text_wrapping_checkbutton;
+ GtkToggleButton *do_not_split_checkbutton;
+ GtkFontButton *body_fontbutton;
+ GtkFontButton *headers_fontbutton;
+ GtkFontButton *numbers_fontbutton;
+
+ guint is_preview : 1;
+};
+
+enum
+{
+ PROP_0,
+ PROP_VIEW,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+enum
+{
+ PRINTING,
+ SHOW_PREVIEW,
+ DONE,
+ LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL];
+
+G_DEFINE_TYPE (GeditPrintJob, gedit_print_job, G_TYPE_OBJECT)
+
+static void
+gedit_print_job_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditPrintJob *job = GEDIT_PRINT_JOB (object);
+
+ switch (prop_id)
+ {
+ case PROP_VIEW:
+ g_value_set_object (value, job->view);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_print_job_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditPrintJob *job = GEDIT_PRINT_JOB (object);
+
+ switch (prop_id)
+ {
+ case PROP_VIEW:
+ job->view = g_value_get_object (value);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_print_job_dispose (GObject *object)
+{
+ GeditPrintJob *job = GEDIT_PRINT_JOB (object);
+
+ g_clear_object (&job->gsettings);
+ g_clear_object (&job->operation);
+ g_clear_object (&job->compositor);
+ g_clear_object (&job->preview);
+
+ G_OBJECT_CLASS (gedit_print_job_parent_class)->dispose (object);
+}
+
+static void
+gedit_print_job_finalize (GObject *object)
+{
+ GeditPrintJob *job = GEDIT_PRINT_JOB (object);
+
+ g_free (job->status_string);
+
+ G_OBJECT_CLASS (gedit_print_job_parent_class)->finalize (object);
+}
+
+static void
+gedit_print_job_printing (GeditPrintJob *job,
+ GeditPrintJobStatus status)
+{
+}
+
+static void
+gedit_print_job_show_preview (GeditPrintJob *job,
+ GtkWidget *preview)
+{
+}
+
+static void
+gedit_print_job_done (GeditPrintJob *job,
+ GeditPrintJobResult result,
+ const GError *error)
+{
+}
+
+static void
+gedit_print_job_class_init (GeditPrintJobClass *klass)
+{
+ GObjectClass *object_class;
+
+ object_class = G_OBJECT_CLASS (klass);
+
+ object_class->get_property = gedit_print_job_get_property;
+ object_class->set_property = gedit_print_job_set_property;
+ object_class->dispose = gedit_print_job_dispose;
+ object_class->finalize = gedit_print_job_finalize;
+
+ properties[PROP_VIEW] =
+ g_param_spec_object ("view",
+ "view",
+ "",
+ TEPL_TYPE_VIEW,
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS |
+ G_PARAM_CONSTRUCT_ONLY);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+
+ signals[PRINTING] =
+ g_signal_new_class_handler ("printing",
+ G_TYPE_FROM_CLASS (klass),
+ G_SIGNAL_RUN_LAST,
+ G_CALLBACK (gedit_print_job_printing),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ G_TYPE_UINT);
+
+ signals[SHOW_PREVIEW] =
+ g_signal_new_class_handler ("show-preview",
+ G_TYPE_FROM_CLASS (klass),
+ G_SIGNAL_RUN_LAST,
+ G_CALLBACK (gedit_print_job_show_preview),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ GTK_TYPE_WIDGET);
+
+ signals[DONE] =
+ g_signal_new_class_handler ("done",
+ G_TYPE_FROM_CLASS (klass),
+ G_SIGNAL_RUN_LAST,
+ G_CALLBACK (gedit_print_job_done),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 2,
+ G_TYPE_UINT,
+ G_TYPE_POINTER);
+}
+
+static void
+gedit_print_job_init (GeditPrintJob *job)
+{
+ job->gsettings = g_settings_new ("org.gnome.gedit.preferences.print");
+
+ job->status_string = g_strdup (_("Preparing…"));
+}
+
+static void
+restore_button_clicked (GtkButton *button,
+ GeditPrintJob *job)
+
+{
+ g_settings_reset (job->gsettings, GEDIT_SETTINGS_PRINT_FONT_BODY_PANGO);
+ g_settings_reset (job->gsettings, GEDIT_SETTINGS_PRINT_FONT_HEADER_PANGO);
+ g_settings_reset (job->gsettings, GEDIT_SETTINGS_PRINT_FONT_NUMBERS_PANGO);
+}
+
+static GObject *
+create_custom_widget_cb (GtkPrintOperation *operation,
+ GeditPrintJob *job)
+{
+ GtkBuilder *builder;
+ GtkWidget *contents;
+ GtkWidget *line_numbers_hbox;
+ GtkWidget *restore_button;
+ guint line_numbers;
+ GtkWrapMode wrap_mode;
+
+ gchar *root_objects[] = {
+ "adjustment1",
+ "contents",
+ NULL
+ };
+
+ builder = gtk_builder_new ();
+ gtk_builder_add_objects_from_resource (builder, "/org/gnome/gedit/ui/gedit-print-preferences.ui",
+ root_objects, NULL);
+ contents = GTK_WIDGET (gtk_builder_get_object (builder, "contents"));
+ g_object_ref (contents);
+ job->syntax_checkbutton = GTK_TOGGLE_BUTTON (gtk_builder_get_object (builder, "syntax_checkbutton"));
+ job->line_numbers_checkbutton = GTK_TOGGLE_BUTTON (gtk_builder_get_object (builder, "line_numbers_checkbutton"));
+ line_numbers_hbox = GTK_WIDGET (gtk_builder_get_object (builder, "line_numbers_hbox"));
+ job->line_numbers_spinbutton = GTK_SPIN_BUTTON (gtk_builder_get_object (builder, "line_numbers_spinbutton"));
+ job->page_header_checkbutton = GTK_TOGGLE_BUTTON (gtk_builder_get_object (builder, "page_header_checkbutton"));
+ job->text_wrapping_checkbutton = GTK_TOGGLE_BUTTON (gtk_builder_get_object (builder, "text_wrapping_checkbutton"));
+ job->do_not_split_checkbutton = GTK_TOGGLE_BUTTON (gtk_builder_get_object (builder, "do_not_split_checkbutton"));
+ job->body_fontbutton = GTK_FONT_BUTTON (gtk_builder_get_object (builder, "body_fontbutton"));
+ job->headers_fontbutton = GTK_FONT_BUTTON (gtk_builder_get_object (builder, "headers_fontbutton"));
+ job->numbers_fontbutton = GTK_FONT_BUTTON (gtk_builder_get_object (builder, "numbers_fontbutton"));
+ restore_button = GTK_WIDGET (gtk_builder_get_object (builder, "restore_button"));
+ g_object_unref (builder);
+
+ /* Syntax highlighting */
+ g_settings_bind (job->gsettings, GEDIT_SETTINGS_PRINT_SYNTAX_HIGHLIGHTING,
+ job->syntax_checkbutton, "active",
+ G_SETTINGS_BIND_GET);
+
+ /* Print header */
+ g_settings_bind (job->gsettings, GEDIT_SETTINGS_PRINT_HEADER,
+ job->page_header_checkbutton, "active",
+ G_SETTINGS_BIND_GET);
+
+ /* Line numbers */
+ g_settings_get (job->gsettings, GEDIT_SETTINGS_PRINT_LINE_NUMBERS,
+ "u", &line_numbers);
+
+ if (line_numbers > 0)
+ {
+ gtk_spin_button_set_value (job->line_numbers_spinbutton, line_numbers);
+ }
+ else
+ {
+ gtk_spin_button_set_value (job->line_numbers_spinbutton, 1);
+ }
+
+ gtk_toggle_button_set_active (job->line_numbers_checkbutton,
+ line_numbers > 0);
+
+ g_object_bind_property (job->line_numbers_checkbutton, "active",
+ line_numbers_hbox, "sensitive",
+ G_BINDING_SYNC_CREATE);
+
+ /* Fonts */
+ g_settings_bind (job->gsettings, GEDIT_SETTINGS_PRINT_FONT_BODY_PANGO,
+ job->body_fontbutton, "font-name",
+ G_SETTINGS_BIND_GET);
+
+ g_settings_bind (job->gsettings, GEDIT_SETTINGS_PRINT_FONT_HEADER_PANGO,
+ job->headers_fontbutton, "font-name",
+ G_SETTINGS_BIND_GET);
+
+ g_settings_bind (job->gsettings, GEDIT_SETTINGS_PRINT_FONT_NUMBERS_PANGO,
+ job->numbers_fontbutton, "font-name",
+ G_SETTINGS_BIND_GET);
+
+ /* Wrap mode */
+ wrap_mode = g_settings_get_enum (job->gsettings, GEDIT_SETTINGS_PRINT_WRAP_MODE);
+
+ switch (wrap_mode)
+ {
+ case GTK_WRAP_WORD:
+ gtk_toggle_button_set_active (job->text_wrapping_checkbutton, TRUE);
+ gtk_toggle_button_set_active (job->do_not_split_checkbutton, TRUE);
+ break;
+
+ case GTK_WRAP_CHAR:
+ gtk_toggle_button_set_active (job->text_wrapping_checkbutton, TRUE);
+ gtk_toggle_button_set_active (job->do_not_split_checkbutton, FALSE);
+ break;
+
+ default:
+ gtk_toggle_button_set_active (job->text_wrapping_checkbutton, FALSE);
+ break;
+ }
+
+ g_object_bind_property (job->text_wrapping_checkbutton, "active",
+ job->do_not_split_checkbutton, "sensitive",
+ G_BINDING_SYNC_CREATE);
+
+ g_object_bind_property (job->text_wrapping_checkbutton, "active",
+ job->do_not_split_checkbutton, "inconsistent",
+ G_BINDING_INVERT_BOOLEAN | G_BINDING_SYNC_CREATE);
+
+ /* Restore */
+ g_signal_connect (restore_button,
+ "clicked",
+ G_CALLBACK (restore_button_clicked),
+ job);
+
+ return G_OBJECT (contents);
+}
+
+static void
+custom_widget_apply_cb (GtkPrintOperation *operation,
+ GtkWidget *widget,
+ GeditPrintJob *job)
+{
+ gboolean syntax;
+ gboolean page_header;
+ const gchar *body_font;
+ const gchar *header_font;
+ const gchar *numbers_font;
+ GtkWrapMode wrap_mode;
+
+ syntax = gtk_toggle_button_get_active (job->syntax_checkbutton);
+ page_header = gtk_toggle_button_get_active (job->page_header_checkbutton);
+ body_font = gtk_font_chooser_get_font (GTK_FONT_CHOOSER (job->body_fontbutton));
+ header_font = gtk_font_chooser_get_font (GTK_FONT_CHOOSER (job->headers_fontbutton));
+ numbers_font = gtk_font_chooser_get_font (GTK_FONT_CHOOSER (job->numbers_fontbutton));
+
+ g_settings_set_boolean (job->gsettings,
+ GEDIT_SETTINGS_PRINT_SYNTAX_HIGHLIGHTING,
+ syntax);
+
+ g_settings_set_boolean (job->gsettings,
+ GEDIT_SETTINGS_PRINT_HEADER,
+ page_header);
+
+ g_settings_set_string (job->gsettings,
+ GEDIT_SETTINGS_PRINT_FONT_BODY_PANGO,
+ body_font);
+
+ g_settings_set_string (job->gsettings,
+ GEDIT_SETTINGS_PRINT_FONT_HEADER_PANGO,
+ header_font);
+
+ g_settings_set_string (job->gsettings,
+ GEDIT_SETTINGS_PRINT_FONT_NUMBERS_PANGO,
+ numbers_font);
+
+ if (gtk_toggle_button_get_active (job->line_numbers_checkbutton))
+ {
+ gint num;
+
+ num = gtk_spin_button_get_value_as_int (job->line_numbers_spinbutton);
+
+ g_settings_set (job->gsettings,
+ GEDIT_SETTINGS_PRINT_LINE_NUMBERS,
+ "u", MAX (1, num));
+ }
+ else
+ {
+ g_settings_set (job->gsettings,
+ GEDIT_SETTINGS_PRINT_LINE_NUMBERS,
+ "u", 0);
+ }
+
+ if (gtk_toggle_button_get_active (job->text_wrapping_checkbutton))
+ {
+ if (gtk_toggle_button_get_active (job->do_not_split_checkbutton))
+ {
+ wrap_mode = GTK_WRAP_WORD;
+ }
+ else
+ {
+ wrap_mode = GTK_WRAP_CHAR;
+ }
+ }
+ else
+ {
+ wrap_mode = GTK_WRAP_NONE;
+ }
+
+ g_settings_set_enum (job->gsettings,
+ GEDIT_SETTINGS_PRINT_WRAP_MODE,
+ wrap_mode);
+}
+
+static void
+preview_ready (GtkPrintOperationPreview *gtk_preview,
+ GtkPrintContext *context,
+ GeditPrintJob *job)
+{
+ job->is_preview = TRUE;
+
+ g_signal_emit (job, signals[SHOW_PREVIEW], 0, job->preview);
+
+ g_clear_object (&job->preview);
+}
+
+static gboolean
+preview_cb (GtkPrintOperation *op,
+ GtkPrintOperationPreview *gtk_preview,
+ GtkPrintContext *context,
+ GtkWindow *parent,
+ GeditPrintJob *job)
+{
+ g_clear_object (&job->preview);
+ job->preview = gedit_print_preview_new (op, gtk_preview, context);
+ g_object_ref_sink (job->preview);
+
+ g_signal_connect_after (gtk_preview,
+ "ready",
+ G_CALLBACK (preview_ready),
+ job);
+
+ return TRUE;
+}
+
+static void
+create_compositor (GeditPrintJob *job)
+{
+ GtkSourceBuffer *buf;
+ gchar *print_font_body;
+ gchar *print_font_header;
+ gchar *print_font_numbers;
+ gboolean syntax_hl;
+ GtkWrapMode wrap_mode;
+ guint print_line_numbers;
+ gboolean print_header;
+ guint tab_width;
+ gdouble margin;
+
+ buf = GTK_SOURCE_BUFFER (gtk_text_view_get_buffer (GTK_TEXT_VIEW (job->view)));
+
+ print_font_body = g_settings_get_string (job->gsettings,
+ GEDIT_SETTINGS_PRINT_FONT_BODY_PANGO);
+
+ print_font_header = g_settings_get_string (job->gsettings,
+ GEDIT_SETTINGS_PRINT_FONT_HEADER_PANGO);
+
+ print_font_numbers = g_settings_get_string (job->gsettings,
+ GEDIT_SETTINGS_PRINT_FONT_NUMBERS_PANGO);
+
+ g_settings_get (job->gsettings,
+ GEDIT_SETTINGS_PRINT_LINE_NUMBERS,
+ "u", &print_line_numbers);
+
+ print_header = g_settings_get_boolean (job->gsettings,
+ GEDIT_SETTINGS_PRINT_HEADER);
+
+ wrap_mode = g_settings_get_enum (job->gsettings,
+ GEDIT_SETTINGS_PRINT_WRAP_MODE);
+
+ syntax_hl = g_settings_get_boolean (job->gsettings,
+ GEDIT_SETTINGS_PRINT_SYNTAX_HIGHLIGHTING);
+
+ syntax_hl &= gtk_source_buffer_get_highlight_syntax (buf);
+
+ tab_width = gtk_source_view_get_tab_width (GTK_SOURCE_VIEW (job->view));
+
+ job->compositor = GTK_SOURCE_PRINT_COMPOSITOR (
+ g_object_new (GTK_SOURCE_TYPE_PRINT_COMPOSITOR,
+ "buffer", buf,
+ "tab-width", tab_width,
+ "highlight-syntax", syntax_hl,
+ "wrap-mode", wrap_mode,
+ "print-line-numbers", print_line_numbers,
+ "print-header", print_header,
+ "print-footer", FALSE,
+ "body-font-name", print_font_body,
+ "line-numbers-font-name", print_font_numbers,
+ "header-font-name", print_font_header,
+ NULL));
+
+ margin = g_settings_get_double (job->gsettings, GEDIT_SETTINGS_PRINT_MARGIN_LEFT);
+ gtk_source_print_compositor_set_left_margin (job->compositor, margin, GTK_UNIT_MM);
+
+ margin = g_settings_get_double (job->gsettings, GEDIT_SETTINGS_PRINT_MARGIN_TOP);
+ gtk_source_print_compositor_set_top_margin (job->compositor, margin, GTK_UNIT_MM);
+
+ margin = g_settings_get_double (job->gsettings, GEDIT_SETTINGS_PRINT_MARGIN_RIGHT);
+ gtk_source_print_compositor_set_right_margin (job->compositor, margin, GTK_UNIT_MM);
+
+ margin = g_settings_get_double (job->gsettings, GEDIT_SETTINGS_PRINT_MARGIN_BOTTOM);
+ gtk_source_print_compositor_set_bottom_margin (job->compositor, margin, GTK_UNIT_MM);
+
+ if (print_header)
+ {
+ gchar *doc_name;
+ gchar *name_to_display;
+ gchar *left;
+
+ doc_name = tepl_file_get_full_name (tepl_buffer_get_file (TEPL_BUFFER (buf)));
+ name_to_display = tepl_utils_str_middle_truncate (doc_name, 60);
+
+ left = g_strdup_printf (_("File: %s"), name_to_display);
+
+ gtk_source_print_compositor_set_header_format (job->compositor,
+ TRUE,
+ left,
+ NULL,
+ /* Translators: %N is the current page number, %Q is the total
+ * number of pages (ex. Page 2 of 10)
+ */
+ _("Page %N of %Q"));
+
+ g_free (doc_name);
+ g_free (name_to_display);
+ g_free (left);
+ }
+
+ g_free (print_font_body);
+ g_free (print_font_header);
+ g_free (print_font_numbers);
+}
+
+static void
+begin_print_cb (GtkPrintOperation *operation,
+ GtkPrintContext *context,
+ GeditPrintJob *job)
+{
+ create_compositor (job);
+
+ job->progress = 0.0;
+
+ g_signal_emit (job,
+ signals[PRINTING],
+ 0,
+ GEDIT_PRINT_JOB_STATUS_PAGINATING);
+}
+
+static gboolean
+paginate_cb (GtkPrintOperation *operation,
+ GtkPrintContext *context,
+ GeditPrintJob *job)
+{
+ gboolean finished;
+
+ finished = gtk_source_print_compositor_paginate (job->compositor, context);
+
+ if (finished)
+ {
+ gint n_pages;
+
+ n_pages = gtk_source_print_compositor_get_n_pages (job->compositor);
+ gtk_print_operation_set_n_pages (job->operation, n_pages);
+ }
+
+ job->progress = gtk_source_print_compositor_get_pagination_progress (job->compositor);
+
+ /* When previewing, the progress is just for pagination, when printing
+ * it's split between pagination and rendering.
+ */
+ if (!job->is_preview)
+ {
+ job->progress /= 2.0;
+ }
+
+ g_signal_emit (job,
+ signals[PRINTING],
+ 0,
+ GEDIT_PRINT_JOB_STATUS_PAGINATING);
+
+ return finished;
+}
+
+static void
+draw_page_cb (GtkPrintOperation *operation,
+ GtkPrintContext *context,
+ gint page_nr,
+ GeditPrintJob *job)
+{
+ /* In preview, pages are drawn on the fly, so rendering is
+ * not part of the progress.
+ */
+ if (!job->is_preview)
+ {
+ gint n_pages;
+
+ n_pages = gtk_source_print_compositor_get_n_pages (job->compositor);
+
+ g_free (job->status_string);
+ job->status_string = g_strdup_printf (_("Rendering page %d of %d…"), page_nr + 1, n_pages);
+
+ job->progress = page_nr / (2.0 * n_pages) + 0.5;
+
+ g_signal_emit (job,
+ signals[PRINTING],
+ 0,
+ GEDIT_PRINT_JOB_STATUS_DRAWING);
+ }
+
+ gtk_source_print_compositor_draw_page (job->compositor, context, page_nr);
+}
+
+static void
+end_print_cb (GtkPrintOperation *operation,
+ GtkPrintContext *context,
+ GeditPrintJob *job)
+{
+ g_clear_object (&job->compositor);
+}
+
+static void
+done_cb (GtkPrintOperation *operation,
+ GtkPrintOperationResult result,
+ GeditPrintJob *job)
+{
+ GError *error = NULL;
+ GeditPrintJobResult print_result;
+
+ switch (result)
+ {
+ case GTK_PRINT_OPERATION_RESULT_CANCEL:
+ print_result = GEDIT_PRINT_JOB_RESULT_CANCEL;
+ break;
+
+ case GTK_PRINT_OPERATION_RESULT_APPLY:
+ print_result = GEDIT_PRINT_JOB_RESULT_OK;
+ break;
+
+ case GTK_PRINT_OPERATION_RESULT_ERROR:
+ print_result = GEDIT_PRINT_JOB_RESULT_ERROR;
+ gtk_print_operation_get_error (operation, &error);
+ break;
+
+ default:
+ g_return_if_reached ();
+ }
+
+ /* Avoid that job is destroyed in the handler of the "done" message. */
+ g_object_ref (job);
+ g_signal_emit (job, signals[DONE], 0, print_result, error);
+ g_object_unref (job);
+}
+
+GeditPrintJob *
+gedit_print_job_new (TeplView *view)
+{
+ g_return_val_if_fail (TEPL_IS_VIEW (view), NULL);
+
+ return g_object_new (GEDIT_TYPE_PRINT_JOB,
+ "view", view,
+ NULL);
+}
+
+/* Note that gedit_print_job_print() can only be called once on a given
+ * GeditPrintJob.
+ */
+GtkPrintOperationResult
+gedit_print_job_print (GeditPrintJob *job,
+ GtkPrintOperationAction action,
+ GtkPageSetup *page_setup,
+ GtkPrintSettings *settings,
+ GtkWindow *parent,
+ GError **error)
+{
+ TeplBuffer *buffer;
+ gchar *job_name;
+
+ g_return_val_if_fail (job->operation == NULL, GTK_PRINT_OPERATION_RESULT_ERROR);
+ g_return_val_if_fail (job->compositor == NULL, GTK_PRINT_OPERATION_RESULT_ERROR);
+
+ job->operation = gtk_print_operation_new ();
+
+ job->is_preview = action == GTK_PRINT_OPERATION_ACTION_PREVIEW;
+
+ if (settings != NULL)
+ {
+ gtk_print_operation_set_print_settings (job->operation,
+ settings);
+ }
+
+ if (page_setup != NULL)
+ {
+ gtk_print_operation_set_default_page_setup (job->operation,
+ page_setup);
+ }
+
+ buffer = TEPL_BUFFER (gtk_text_view_get_buffer (GTK_TEXT_VIEW (job->view)));
+ job_name = tepl_file_get_short_name (tepl_buffer_get_file (buffer));
+ gtk_print_operation_set_job_name (job->operation, job_name);
+ g_free (job_name);
+
+ gtk_print_operation_set_embed_page_setup (job->operation, TRUE);
+
+ gtk_print_operation_set_custom_tab_label (job->operation, _("Text Editor"));
+
+ gtk_print_operation_set_allow_async (job->operation, TRUE);
+
+ g_signal_connect (job->operation,
+ "create-custom-widget",
+ G_CALLBACK (create_custom_widget_cb),
+ job);
+
+ g_signal_connect (job->operation,
+ "custom-widget-apply",
+ G_CALLBACK (custom_widget_apply_cb),
+ job);
+
+ g_signal_connect (job->operation,
+ "preview",
+ G_CALLBACK (preview_cb),
+ job);
+
+ g_signal_connect (job->operation,
+ "begin-print",
+ G_CALLBACK (begin_print_cb),
+ job);
+
+ g_signal_connect (job->operation,
+ "paginate",
+ G_CALLBACK (paginate_cb),
+ job);
+
+ g_signal_connect (job->operation,
+ "draw-page",
+ G_CALLBACK (draw_page_cb),
+ job);
+
+ g_signal_connect_object (job->operation,
+ "end-print",
+ G_CALLBACK (end_print_cb),
+ job,
+ 0);
+
+ g_signal_connect_object (job->operation,
+ "done",
+ G_CALLBACK (done_cb),
+ job,
+ 0);
+
+ return gtk_print_operation_run (job->operation,
+ action,
+ parent,
+ error);
+}
+
+void
+gedit_print_job_cancel (GeditPrintJob *job)
+{
+ g_return_if_fail (GEDIT_IS_PRINT_JOB (job));
+
+ gtk_print_operation_cancel (job->operation);
+}
+
+const gchar *
+gedit_print_job_get_status_string (GeditPrintJob *job)
+{
+ g_return_val_if_fail (GEDIT_IS_PRINT_JOB (job), NULL);
+ g_return_val_if_fail (job->status_string != NULL, NULL);
+
+ return job->status_string;
+}
+
+gdouble
+gedit_print_job_get_progress (GeditPrintJob *job)
+{
+ g_return_val_if_fail (GEDIT_IS_PRINT_JOB (job), 0.0);
+
+ return job->progress;
+}
+
+GtkPrintSettings *
+gedit_print_job_get_print_settings (GeditPrintJob *job)
+{
+ g_return_val_if_fail (GEDIT_IS_PRINT_JOB (job), NULL);
+
+ return gtk_print_operation_get_print_settings (job->operation);
+}
+
+GtkPageSetup *
+gedit_print_job_get_page_setup (GeditPrintJob *job)
+{
+ g_return_val_if_fail (GEDIT_IS_PRINT_JOB (job), NULL);
+
+ return gtk_print_operation_get_default_page_setup (job->operation);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-print-job.h b/gedit/gedit-print-job.h
new file mode 100644
index 0000000..248627e
--- /dev/null
+++ b/gedit/gedit-print-job.h
@@ -0,0 +1,71 @@
+/*
+ * gedit-print-job.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2000-2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2008 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_PRINT_JOB_H
+#define GEDIT_PRINT_JOB_H
+
+#include <tepl/tepl.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_PRINT_JOB (gedit_print_job_get_type())
+
+G_DECLARE_FINAL_TYPE (GeditPrintJob, gedit_print_job,
+ GEDIT, PRINT_JOB,
+ GObject)
+
+typedef enum
+{
+ GEDIT_PRINT_JOB_STATUS_PAGINATING,
+ GEDIT_PRINT_JOB_STATUS_DRAWING
+} GeditPrintJobStatus;
+
+typedef enum
+{
+ GEDIT_PRINT_JOB_RESULT_OK,
+ GEDIT_PRINT_JOB_RESULT_CANCEL,
+ GEDIT_PRINT_JOB_RESULT_ERROR
+} GeditPrintJobResult;
+
+GeditPrintJob *gedit_print_job_new (TeplView *view);
+
+GtkPrintOperationResult gedit_print_job_print (GeditPrintJob *job,
+ GtkPrintOperationAction action,
+ GtkPageSetup *page_setup,
+ GtkPrintSettings *settings,
+ GtkWindow *parent,
+ GError **error);
+
+void gedit_print_job_cancel (GeditPrintJob *job);
+
+const gchar *gedit_print_job_get_status_string (GeditPrintJob *job);
+
+gdouble gedit_print_job_get_progress (GeditPrintJob *job);
+
+GtkPrintSettings *gedit_print_job_get_print_settings (GeditPrintJob *job);
+
+GtkPageSetup *gedit_print_job_get_page_setup (GeditPrintJob *job);
+
+G_END_DECLS
+
+#endif /* GEDIT_PRINT_JOB_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-print-preview.c b/gedit/gedit-print-preview.c
new file mode 100644
index 0000000..0ef4a9e
--- /dev/null
+++ b/gedit/gedit-print-preview.c
@@ -0,0 +1,1158 @@
+/*
+ * gedit-print-preview.c
+ *
+ * Copyright (C) 2008 Paolo Borelli
+ * Copyright (C) 2015 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-print-preview.h"
+
+#include <math.h>
+#include <stdlib.h>
+#include <glib/gi18n.h>
+#include <gdk/gdkkeysyms.h>
+#include <cairo-pdf.h>
+
+#define PRINTER_DPI (72.0)
+#define TOOLTIP_THRESHOLD 20
+#define PAGE_PAD 12
+#define PAGE_SHADOW_OFFSET 5
+#define ZOOM_IN_FACTOR (1.2)
+#define ZOOM_OUT_FACTOR (1.0 / ZOOM_IN_FACTOR)
+
+struct _GeditPrintPreview
+{
+ GtkGrid parent_instance;
+
+ GtkPrintOperation *operation;
+ GtkPrintContext *context;
+ GtkPrintOperationPreview *gtk_preview;
+
+ GtkButton *prev_button;
+ GtkButton *next_button;
+ GtkEntry *page_entry;
+ GtkLabel *last_page_label;
+ GtkButton *multi_pages_button;
+ GtkButton *zoom_one_button;
+ GtkButton *zoom_fit_button;
+ GtkButton *zoom_in_button;
+ GtkButton *zoom_out_button;
+ GtkButton *close_button;
+
+ /* The GtkLayout is where the pages are drawn. The layout should have
+ * the focus, because key-press-events and scroll-events are handled on
+ * the layout. It is AFAIK not easily possible to handle those events on
+ * the GeditPrintPreview itself because when a toolbar item has the
+ * focus, some key presses (like the arrows) moves the focus to a
+ * sibling toolbar item instead.
+ */
+ GtkLayout *layout;
+
+ gdouble scale;
+
+ /* multipage support */
+ gint n_columns;
+
+ /* FIXME: handle correctly page selection (e.g. print only
+ * page 1-3, 7 and 12.
+ */
+ guint cur_page; /* starts at 0 */
+
+ gint cursor_x;
+ gint cursor_y;
+
+ guint has_tooltip : 1;
+};
+
+G_DEFINE_TYPE (GeditPrintPreview, gedit_print_preview, GTK_TYPE_GRID)
+
+static void
+gedit_print_preview_dispose (GObject *object)
+{
+ GeditPrintPreview *preview = GEDIT_PRINT_PREVIEW (object);
+
+ if (preview->gtk_preview != NULL)
+ {
+ GtkPrintOperationPreview *gtk_preview;
+
+ /* Set preview->gtk_preview to NULL because when calling
+ * end_preview() this dispose() function can be run a second
+ * time.
+ */
+ gtk_preview = preview->gtk_preview;
+ preview->gtk_preview = NULL;
+
+ gtk_print_operation_preview_end_preview (gtk_preview);
+
+ g_object_unref (gtk_preview);
+ }
+
+ g_clear_object (&preview->operation);
+ g_clear_object (&preview->context);
+
+ G_OBJECT_CLASS (gedit_print_preview_parent_class)->dispose (object);
+}
+
+static void
+gedit_print_preview_grab_focus (GtkWidget *widget)
+{
+ GeditPrintPreview *preview = GEDIT_PRINT_PREVIEW (widget);
+
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+}
+
+static void
+gedit_print_preview_class_init (GeditPrintPreviewClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ object_class->dispose = gedit_print_preview_dispose;
+
+ widget_class->grab_focus = gedit_print_preview_grab_focus;
+
+ /* Bind class to template */
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/ui/gedit-print-preview.ui");
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, prev_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, next_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, page_entry);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, last_page_label);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, multi_pages_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, zoom_one_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, zoom_fit_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, zoom_in_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, zoom_out_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, close_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditPrintPreview, layout);
+}
+
+static gint
+get_n_pages (GeditPrintPreview *preview)
+{
+ gint n_pages;
+
+ g_object_get (preview->operation, "n-pages", &n_pages, NULL);
+
+ return n_pages;
+}
+
+static gdouble
+get_screen_dpi (GeditPrintPreview *preview)
+{
+ GdkScreen *screen;
+ gdouble dpi;
+ static gboolean warning_shown = FALSE;
+
+ screen = gtk_widget_get_screen (GTK_WIDGET (preview));
+
+ if (screen == NULL)
+ {
+ return PRINTER_DPI;
+ }
+
+ dpi = gdk_screen_get_resolution (screen);
+ if (dpi < 30.0 || 600.0 < dpi)
+ {
+ if (!warning_shown)
+ {
+ g_warning ("Invalid the x-resolution for the screen, assuming 96dpi");
+ warning_shown = TRUE;
+ }
+
+ dpi = 96.0;
+ }
+
+ return dpi;
+}
+
+/* Get the paper size in points: these must be used only
+ * after the widget has been mapped and the dpi is known.
+ */
+static gdouble
+get_paper_width (GeditPrintPreview *preview)
+{
+ GtkPageSetup *page_setup;
+ gdouble paper_width;
+
+ page_setup = gtk_print_context_get_page_setup (preview->context);
+ paper_width = gtk_page_setup_get_paper_width (page_setup, GTK_UNIT_INCH);
+
+ return paper_width * get_screen_dpi (preview);
+}
+
+static gdouble
+get_paper_height (GeditPrintPreview *preview)
+{
+ GtkPageSetup *page_setup;
+ gdouble paper_height;
+
+ page_setup = gtk_print_context_get_page_setup (preview->context);
+ paper_height = gtk_page_setup_get_paper_height (page_setup, GTK_UNIT_INCH);
+
+ return paper_height * get_screen_dpi (preview);
+}
+
+/* The tile size is the size in pixels of the area where a page will be
+ * drawn, including the padding. The size is independent of the
+ * orientation.
+ */
+static void
+get_tile_size (GeditPrintPreview *preview,
+ gint *tile_width,
+ gint *tile_height)
+{
+ if (tile_width != NULL)
+ {
+ *tile_width = 2 * PAGE_PAD + round (preview->scale * get_paper_width (preview));
+ }
+
+ if (tile_height != NULL)
+ {
+ *tile_height = 2 * PAGE_PAD + round (preview->scale * get_paper_height (preview));
+ }
+}
+
+static void
+get_adjustments (GeditPrintPreview *preview,
+ GtkAdjustment **hadj,
+ GtkAdjustment **vadj)
+{
+ *hadj = gtk_scrollable_get_hadjustment (GTK_SCROLLABLE (preview->layout));
+ *vadj = gtk_scrollable_get_vadjustment (GTK_SCROLLABLE (preview->layout));
+}
+
+static void
+update_layout_size (GeditPrintPreview *preview)
+{
+ gint tile_width;
+ gint tile_height;
+
+ get_tile_size (preview, &tile_width, &tile_height);
+
+ /* force size of the drawing area to make the scrolled window work */
+ gtk_layout_set_size (preview->layout,
+ tile_width * preview->n_columns,
+ tile_height);
+
+ gtk_widget_queue_draw (GTK_WIDGET (preview->layout));
+}
+
+/* Zoom should always be set with one of these two function
+ * so that the tile size is properly updated.
+ */
+
+static void
+set_zoom_factor (GeditPrintPreview *preview,
+ gdouble zoom)
+{
+ preview->scale = zoom;
+ update_layout_size (preview);
+}
+
+static void
+set_zoom_fit_to_size (GeditPrintPreview *preview)
+{
+ GtkAdjustment *hadj, *vadj;
+ gdouble width, height;
+ gdouble paper_width, paper_height;
+ gdouble zoomx, zoomy;
+
+ get_adjustments (preview, &hadj, &vadj);
+
+ width = gtk_adjustment_get_page_size (hadj);
+ height = gtk_adjustment_get_page_size (vadj);
+
+ width /= preview->n_columns;
+
+ paper_width = get_paper_width (preview);
+ paper_height = get_paper_height (preview);
+
+ zoomx = MAX (1, width - 2 * PAGE_PAD) / paper_width;
+ zoomy = MAX (1, height - 2 * PAGE_PAD) / paper_height;
+
+ set_zoom_factor (preview, zoomx <= zoomy ? zoomx : zoomy);
+}
+
+static void
+zoom_in (GeditPrintPreview *preview)
+{
+ set_zoom_factor (preview, preview->scale * ZOOM_IN_FACTOR);
+}
+
+static void
+zoom_out (GeditPrintPreview *preview)
+{
+ set_zoom_factor (preview, preview->scale * ZOOM_OUT_FACTOR);
+}
+
+static void
+goto_page (GeditPrintPreview *preview,
+ gint page)
+{
+ gchar *page_str;
+ gint n_pages;
+
+ page_str = g_strdup_printf ("%d", page + 1);
+ gtk_entry_set_text (preview->page_entry, page_str);
+ g_free (page_str);
+
+ n_pages = get_n_pages (preview);
+
+ gtk_widget_set_sensitive (GTK_WIDGET (preview->prev_button),
+ page > 0 &&
+ n_pages > 1);
+
+ gtk_widget_set_sensitive (GTK_WIDGET (preview->next_button),
+ page < (n_pages - 1) &&
+ n_pages > 1);
+
+ if (page != preview->cur_page)
+ {
+ preview->cur_page = page;
+ if (n_pages > 0)
+ {
+ gtk_widget_queue_draw (GTK_WIDGET (preview->layout));
+ }
+ }
+}
+
+static void
+prev_button_clicked (GtkWidget *button,
+ GeditPrintPreview *preview)
+{
+ GdkEvent *event;
+ gint page;
+
+ event = gtk_get_current_event ();
+
+ if (event->button.state & GDK_SHIFT_MASK)
+ {
+ page = 0;
+ }
+ else
+ {
+ page = preview->cur_page - preview->n_columns;
+ }
+
+ goto_page (preview, MAX (page, 0));
+
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+
+ gdk_event_free (event);
+}
+
+static void
+next_button_clicked (GtkWidget *button,
+ GeditPrintPreview *preview)
+{
+ GdkEvent *event;
+ gint page;
+ gint n_pages = get_n_pages (preview);
+
+ event = gtk_get_current_event ();
+
+ if (event->button.state & GDK_SHIFT_MASK)
+ {
+ page = n_pages - 1;
+ }
+ else
+ {
+ page = preview->cur_page + preview->n_columns;
+ }
+
+ goto_page (preview, MIN (page, n_pages - 1));
+
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+
+ gdk_event_free (event);
+}
+
+static void
+page_entry_activated (GtkEntry *entry,
+ GeditPrintPreview *preview)
+{
+ const gchar *text;
+ gint page;
+ gint n_pages = get_n_pages (preview);
+
+ text = gtk_entry_get_text (entry);
+
+ page = CLAMP (atoi (text), 1, n_pages) - 1;
+ goto_page (preview, page);
+
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+}
+
+static void
+page_entry_insert_text (GtkEditable *editable,
+ const gchar *text,
+ gint length,
+ gint *position)
+{
+ const gchar *end;
+ const gchar *p;
+
+ end = text + length;
+
+ for (p = text; p < end; p = g_utf8_next_char (p))
+ {
+ if (!g_unichar_isdigit (g_utf8_get_char (p)))
+ {
+ g_signal_stop_emission_by_name (editable, "insert-text");
+ break;
+ }
+ }
+}
+
+static gboolean
+page_entry_focus_out (GtkEntry *entry,
+ GdkEventFocus *event,
+ GeditPrintPreview *preview)
+{
+ const gchar *text;
+ gint page;
+
+ text = gtk_entry_get_text (entry);
+ page = atoi (text) - 1;
+
+ /* Reset the page number only if really needed */
+ if (page != preview->cur_page)
+ {
+ gchar *str;
+
+ str = g_strdup_printf ("%d", preview->cur_page + 1);
+ gtk_entry_set_text (entry, str);
+ g_free (str);
+ }
+
+ return GDK_EVENT_PROPAGATE;
+}
+
+static void
+on_1x1_clicked (GtkMenuItem *item,
+ GeditPrintPreview *preview)
+{
+ preview->n_columns = 1;
+ update_layout_size (preview);
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+}
+
+static void
+on_1x2_clicked (GtkMenuItem *item,
+ GeditPrintPreview *preview)
+{
+ preview->n_columns = 2;
+ set_zoom_fit_to_size (preview);
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+}
+
+static void
+multi_pages_button_clicked (GtkWidget *button,
+ GeditPrintPreview *preview)
+{
+ GtkWidget *menu;
+ GtkWidget *item;
+
+ menu = gtk_menu_new ();
+ gtk_widget_show (menu);
+ g_signal_connect (menu,
+ "selection-done",
+ G_CALLBACK (gtk_widget_destroy),
+ NULL);
+
+ item = gtk_menu_item_new_with_label ("1x1");
+ gtk_widget_show (item);
+ gtk_menu_attach (GTK_MENU (menu), item, 0, 1, 0, 1);
+ g_signal_connect (item, "activate", G_CALLBACK (on_1x1_clicked), preview);
+
+ item = gtk_menu_item_new_with_label ("1x2");
+ gtk_widget_show (item);
+ gtk_menu_attach (GTK_MENU (menu), item, 1, 2, 0, 1);
+ g_signal_connect (item, "activate", G_CALLBACK (on_1x2_clicked), preview);
+
+ gtk_menu_popup_at_pointer (GTK_MENU (menu), NULL);
+}
+
+static void
+zoom_one_button_clicked (GtkWidget *button,
+ GeditPrintPreview *preview)
+{
+ set_zoom_factor (preview, 1);
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+}
+
+static void
+zoom_fit_button_clicked (GtkWidget *button,
+ GeditPrintPreview *preview)
+{
+ set_zoom_fit_to_size (preview);
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+}
+
+static void
+zoom_in_button_clicked (GtkWidget *button,
+ GeditPrintPreview *preview)
+{
+ zoom_in (preview);
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+}
+
+static void
+zoom_out_button_clicked (GtkWidget *button,
+ GeditPrintPreview *preview)
+{
+ zoom_out (preview);
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+}
+
+static void
+close_button_clicked (GtkWidget *button,
+ GeditPrintPreview *preview)
+{
+ gtk_widget_destroy (GTK_WIDGET (preview));
+}
+
+static gboolean
+scroll_event_activated (GtkWidget *widget,
+ GdkEventScroll *event,
+ GeditPrintPreview *preview)
+{
+ if (event->state & GDK_CONTROL_MASK)
+ {
+ if ((event->direction == GDK_SCROLL_UP) ||
+ (event->direction == GDK_SCROLL_SMOOTH &&
+ event->delta_y < 0))
+ {
+ zoom_in (preview);
+ }
+ else if ((event->direction == GDK_SCROLL_DOWN) ||
+ (event->direction == GDK_SCROLL_SMOOTH &&
+ event->delta_y > 0))
+ {
+ zoom_out (preview);
+ }
+
+ return GDK_EVENT_STOP;
+ }
+
+ return GDK_EVENT_PROPAGATE;
+}
+
+static gint
+get_first_page_displayed (GeditPrintPreview *preview)
+{
+ return preview->cur_page - (preview->cur_page % preview->n_columns);
+}
+
+/* Returns the page number (starting from 0) or -1 if no page. */
+static gint
+get_page_at_coords (GeditPrintPreview *preview,
+ gint x,
+ gint y)
+{
+ gint tile_width, tile_height;
+ GtkAdjustment *hadj, *vadj;
+ gint col, page;
+
+ get_tile_size (preview, &tile_width, &tile_height);
+
+ if (tile_height <= 0 || tile_width <= 0)
+ {
+ return -1;
+ }
+
+ get_adjustments (preview, &hadj, &vadj);
+
+ x += gtk_adjustment_get_value (hadj);
+ y += gtk_adjustment_get_value (vadj);
+
+ col = x / tile_width;
+
+ if (col >= preview->n_columns || y > tile_height)
+ {
+ return -1;
+ }
+
+ page = get_first_page_displayed (preview) + col;
+
+ if (page >= get_n_pages (preview))
+ {
+ return -1;
+ }
+
+ /* FIXME: we could try to be picky and check if we actually are inside
+ * the page (i.e. not in the padding or shadow).
+ */
+ return page;
+}
+
+static gboolean
+on_preview_layout_motion_notify (GtkWidget *widget,
+ GdkEvent *event,
+ GeditPrintPreview *preview)
+{
+ gint temp_x;
+ gint temp_y;
+ gint diff_x;
+ gint diff_y;
+
+ temp_x = ((GdkEventMotion*)event)->x;
+ temp_y = ((GdkEventMotion*)event)->y;
+ diff_x = abs (temp_x - preview->cursor_x);
+ diff_y = abs (temp_y - preview->cursor_y);
+
+ if ((diff_x >= TOOLTIP_THRESHOLD) || (diff_y >= TOOLTIP_THRESHOLD))
+ {
+ preview->has_tooltip = FALSE;
+ preview->cursor_x = temp_x;
+ preview->cursor_y = temp_y;
+ }
+ else
+ {
+ preview->has_tooltip = TRUE;
+ }
+
+ return GDK_EVENT_STOP;
+}
+
+static gboolean
+preview_layout_query_tooltip (GtkWidget *widget,
+ gint x,
+ gint y,
+ gboolean keyboard_tip,
+ GtkTooltip *tooltip,
+ GeditPrintPreview *preview)
+{
+ if (preview->has_tooltip)
+ {
+ gint page;
+ gchar *tip;
+
+ page = get_page_at_coords (preview, x, y);
+ if (page < 0)
+ {
+ return FALSE;
+ }
+
+ tip = g_strdup_printf (_("Page %d of %d"),
+ page + 1,
+ get_n_pages (preview));
+
+ gtk_tooltip_set_text (tooltip, tip);
+ g_free (tip);
+
+ return TRUE;
+ }
+ else
+ {
+ preview->has_tooltip = TRUE;
+ return FALSE;
+ }
+}
+
+static gint
+preview_layout_key_press (GtkWidget *widget,
+ GdkEventKey *event,
+ GeditPrintPreview *preview)
+{
+ GtkAdjustment *hadj, *vadj;
+ gdouble x, y;
+ gdouble hlower, vlower;
+ gdouble hupper, vupper;
+ gdouble visible_width, visible_height;
+ gdouble hstep, vstep;
+ gint n_pages;
+ gboolean do_move = FALSE;
+
+ get_adjustments (preview, &hadj, &vadj);
+
+ x = gtk_adjustment_get_value (hadj);
+ y = gtk_adjustment_get_value (vadj);
+
+ hlower = gtk_adjustment_get_lower (hadj);
+ vlower = gtk_adjustment_get_lower (vadj);
+
+ hupper = gtk_adjustment_get_upper (hadj);
+ vupper = gtk_adjustment_get_upper (vadj);
+
+ visible_width = gtk_adjustment_get_page_size (hadj);
+ visible_height = gtk_adjustment_get_page_size (vadj);
+
+ hstep = 10;
+ vstep = 10;
+
+ n_pages = get_n_pages (preview);
+
+ switch (event->keyval)
+ {
+ case '1':
+ set_zoom_fit_to_size (preview);
+ break;
+
+ case '+':
+ case '=':
+ case GDK_KEY_KP_Add:
+ zoom_in (preview);
+ break;
+
+ case '-':
+ case '_':
+ case GDK_KEY_KP_Subtract:
+ zoom_out (preview);
+ break;
+
+ case GDK_KEY_KP_Right:
+ case GDK_KEY_Right:
+ if (event->state & GDK_SHIFT_MASK)
+ x = hupper - visible_width;
+ else
+ x = MIN (hupper - visible_width, x + hstep);
+ do_move = TRUE;
+ break;
+
+ case GDK_KEY_KP_Left:
+ case GDK_KEY_Left:
+ if (event->state & GDK_SHIFT_MASK)
+ x = hlower;
+ else
+ x = MAX (hlower, x - hstep);
+ do_move = TRUE;
+ break;
+
+ case GDK_KEY_KP_Up:
+ case GDK_KEY_Up:
+ if (event->state & GDK_SHIFT_MASK)
+ goto page_up;
+
+ y = MAX (vlower, y - vstep);
+ do_move = TRUE;
+ break;
+
+ case GDK_KEY_KP_Down:
+ case GDK_KEY_Down:
+ if (event->state & GDK_SHIFT_MASK)
+ goto page_down;
+
+ y = MIN (vupper - visible_height, y + vstep);
+ do_move = TRUE;
+ break;
+
+ case GDK_KEY_KP_Page_Up:
+ case GDK_KEY_Page_Up:
+ case GDK_KEY_Delete:
+ case GDK_KEY_KP_Delete:
+ case GDK_KEY_BackSpace:
+ page_up:
+ if (y <= vlower)
+ {
+ if (preview->cur_page > 0)
+ {
+ goto_page (preview, preview->cur_page - 1);
+ y = (vupper - visible_height);
+ }
+ }
+ else
+ {
+ y = vlower;
+ }
+ do_move = TRUE;
+ break;
+
+ case GDK_KEY_KP_Page_Down:
+ case GDK_KEY_Page_Down:
+ case ' ':
+ page_down:
+ if (y >= (vupper - visible_height))
+ {
+ if (preview->cur_page < n_pages - 1)
+ {
+ goto_page (preview, preview->cur_page + 1);
+ y = vlower;
+ }
+ }
+ else
+ {
+ y = (vupper - visible_height);
+ }
+ do_move = TRUE;
+ break;
+
+ case GDK_KEY_KP_Home:
+ case GDK_KEY_Home:
+ goto_page (preview, 0);
+ y = vlower;
+ do_move = TRUE;
+ break;
+
+ case GDK_KEY_KP_End:
+ case GDK_KEY_End:
+ goto_page (preview, n_pages - 1);
+ y = vlower;
+ do_move = TRUE;
+ break;
+
+ case GDK_KEY_Escape:
+ gtk_widget_destroy (GTK_WIDGET (preview));
+ break;
+
+ case 'p':
+ if (event->state & GDK_MOD1_MASK)
+ {
+ gtk_widget_grab_focus (GTK_WIDGET (preview->page_entry));
+ }
+ break;
+
+ default:
+ return GDK_EVENT_PROPAGATE;
+ }
+
+ if (do_move)
+ {
+ gtk_adjustment_set_value (hadj, x);
+ gtk_adjustment_set_value (vadj, y);
+ }
+
+ return GDK_EVENT_STOP;
+}
+
+static void
+gedit_print_preview_init (GeditPrintPreview *preview)
+{
+ preview->cur_page = 0;
+ preview->scale = 1.0;
+ preview->n_columns = 1;
+ preview->cursor_x = 0;
+ preview->cursor_y = 0;
+ preview->has_tooltip = TRUE;
+
+ gtk_widget_init_template (GTK_WIDGET (preview));
+
+ g_signal_connect (preview->prev_button,
+ "clicked",
+ G_CALLBACK (prev_button_clicked),
+ preview);
+
+ g_signal_connect (preview->next_button,
+ "clicked",
+ G_CALLBACK (next_button_clicked),
+ preview);
+
+ g_signal_connect (preview->page_entry,
+ "activate",
+ G_CALLBACK (page_entry_activated),
+ preview);
+
+ g_signal_connect (preview->page_entry,
+ "insert-text",
+ G_CALLBACK (page_entry_insert_text),
+ NULL);
+
+ g_signal_connect (preview->page_entry,
+ "focus-out-event",
+ G_CALLBACK (page_entry_focus_out),
+ preview);
+
+ g_signal_connect (preview->multi_pages_button,
+ "clicked",
+ G_CALLBACK (multi_pages_button_clicked),
+ preview);
+
+ g_signal_connect (preview->zoom_one_button,
+ "clicked",
+ G_CALLBACK (zoom_one_button_clicked),
+ preview);
+
+ g_signal_connect (preview->zoom_fit_button,
+ "clicked",
+ G_CALLBACK (zoom_fit_button_clicked),
+ preview);
+
+ g_signal_connect (preview->zoom_in_button,
+ "clicked",
+ G_CALLBACK (zoom_in_button_clicked),
+ preview);
+
+ g_signal_connect (preview->zoom_out_button,
+ "clicked",
+ G_CALLBACK (zoom_out_button_clicked),
+ preview);
+
+ g_signal_connect (preview->close_button,
+ "clicked",
+ G_CALLBACK (close_button_clicked),
+ preview);
+
+ g_signal_connect (preview->layout,
+ "query-tooltip",
+ G_CALLBACK (preview_layout_query_tooltip),
+ preview);
+
+ g_signal_connect (preview->layout,
+ "key-press-event",
+ G_CALLBACK (preview_layout_key_press),
+ preview);
+
+ g_signal_connect (preview->layout,
+ "scroll-event",
+ G_CALLBACK (scroll_event_activated),
+ preview);
+
+ /* hide the tooltip once we move the cursor, since gtk does not do it for us */
+ g_signal_connect (preview->layout,
+ "motion-notify-event",
+ G_CALLBACK (on_preview_layout_motion_notify),
+ preview);
+
+ gtk_widget_grab_focus (GTK_WIDGET (preview->layout));
+}
+
+static void
+draw_page_content (cairo_t *cr,
+ gint page_number,
+ GeditPrintPreview *preview)
+{
+ gdouble dpi;
+
+ /* scale to the desired size */
+ cairo_scale (cr, preview->scale, preview->scale);
+
+ dpi = get_screen_dpi (preview);
+ gtk_print_context_set_cairo_context (preview->context, cr, dpi, dpi);
+
+ gtk_print_operation_preview_render_page (preview->gtk_preview,
+ page_number);
+}
+
+/* For the frame, we scale and rotate manually, since
+ * the line width should not depend on the zoom and
+ * the drop shadow should be on the bottom right no matter
+ * the orientation.
+ */
+static void
+draw_page_frame (cairo_t *cr,
+ GeditPrintPreview *preview)
+{
+ gdouble width;
+ gdouble height;
+
+ width = get_paper_width (preview) * preview->scale;
+ height = get_paper_height (preview) * preview->scale;
+
+ /* drop shadow */
+ cairo_set_source_rgb (cr, 0, 0, 0);
+ cairo_rectangle (cr,
+ PAGE_SHADOW_OFFSET, PAGE_SHADOW_OFFSET,
+ width, height);
+ cairo_fill (cr);
+
+ /* page frame */
+ cairo_set_source_rgb (cr, 1, 1, 1);
+ cairo_rectangle (cr,
+ 0, 0,
+ width, height);
+ cairo_fill_preserve (cr);
+ cairo_set_source_rgb (cr, 0, 0, 0);
+ cairo_set_line_width (cr, 1);
+ cairo_stroke (cr);
+}
+
+static void
+draw_page (cairo_t *cr,
+ gdouble x,
+ gdouble y,
+ gint page_number,
+ GeditPrintPreview *preview)
+{
+ cairo_save (cr);
+
+ /* move to the page top left corner */
+ cairo_translate (cr, x + PAGE_PAD, y + PAGE_PAD);
+
+ draw_page_frame (cr, preview);
+ draw_page_content (cr, page_number, preview);
+
+ cairo_restore (cr);
+}
+
+static gboolean
+preview_draw (GtkWidget *widget,
+ cairo_t *cr,
+ GeditPrintPreview *preview)
+{
+ GdkWindow *bin_window;
+ gint tile_width;
+ gint page_num;
+ gint n_pages;
+ gint col;
+
+ bin_window = gtk_layout_get_bin_window (preview->layout);
+
+ if (!gtk_cairo_should_draw_window (cr, bin_window))
+ {
+ return GDK_EVENT_STOP;
+ }
+
+ cairo_save (cr);
+
+ gtk_cairo_transform_to_window (cr, widget, bin_window);
+
+ get_tile_size (preview, &tile_width, NULL);
+ n_pages = get_n_pages (preview);
+
+ col = 0;
+ page_num = get_first_page_displayed (preview);
+
+ while (col < preview->n_columns && page_num < n_pages)
+ {
+ if (!gtk_print_operation_preview_is_selected (preview->gtk_preview, page_num))
+ {
+ page_num++;
+ continue;
+ }
+
+ draw_page (cr,
+ col * tile_width,
+ 0,
+ page_num,
+ preview);
+
+ col++;
+ page_num++;
+ }
+
+ cairo_restore (cr);
+
+ return GDK_EVENT_STOP;
+}
+
+static void
+init_last_page_label (GeditPrintPreview *preview)
+{
+ gchar *str;
+
+ str = g_strdup_printf ("%d", get_n_pages (preview));
+ gtk_label_set_text (preview->last_page_label, str);
+ g_free (str);
+}
+
+static void
+preview_ready (GtkPrintOperationPreview *gtk_preview,
+ GtkPrintContext *context,
+ GeditPrintPreview *preview)
+{
+ init_last_page_label (preview);
+ goto_page (preview, 0);
+
+ set_zoom_factor (preview, 1.0);
+
+ /* let the default gtklayout handler clear the background */
+ g_signal_connect_after (preview->layout,
+ "draw",
+ G_CALLBACK (preview_draw),
+ preview);
+
+ gtk_widget_queue_draw (GTK_WIDGET (preview->layout));
+}
+
+/* HACK: we need a dummy surface to paginate... can we use something simpler? */
+
+static cairo_status_t
+dummy_write_func (G_GNUC_UNUSED gpointer closure,
+ G_GNUC_UNUSED const guchar *data,
+ G_GNUC_UNUSED guint length)
+{
+ return CAIRO_STATUS_SUCCESS;
+}
+
+static cairo_surface_t *
+create_preview_surface_platform (GtkPaperSize *paper_size,
+ gdouble *dpi_x,
+ gdouble *dpi_y)
+{
+ gdouble width, height;
+
+ width = gtk_paper_size_get_width (paper_size, GTK_UNIT_POINTS);
+ height = gtk_paper_size_get_height (paper_size, GTK_UNIT_POINTS);
+
+ *dpi_x = *dpi_y = PRINTER_DPI;
+
+ return cairo_pdf_surface_create_for_stream (dummy_write_func, NULL,
+ width, height);
+}
+
+static cairo_surface_t *
+create_preview_surface (GeditPrintPreview *preview,
+ gdouble *dpi_x,
+ gdouble *dpi_y)
+{
+ GtkPageSetup *page_setup;
+ GtkPaperSize *paper_size;
+
+ page_setup = gtk_print_context_get_page_setup (preview->context);
+
+ /* Note: gtk_page_setup_get_paper_size() swaps width and height for
+ * landscape.
+ */
+ paper_size = gtk_page_setup_get_paper_size (page_setup);
+
+ return create_preview_surface_platform (paper_size, dpi_x, dpi_y);
+}
+
+GtkWidget *
+gedit_print_preview_new (GtkPrintOperation *operation,
+ GtkPrintOperationPreview *gtk_preview,
+ GtkPrintContext *context)
+{
+ GeditPrintPreview *preview;
+ cairo_surface_t *surface;
+ cairo_t *cr;
+ gdouble dpi_x, dpi_y;
+
+ g_return_val_if_fail (GTK_IS_PRINT_OPERATION (operation), NULL);
+ g_return_val_if_fail (GTK_IS_PRINT_OPERATION_PREVIEW (gtk_preview), NULL);
+
+ preview = g_object_new (GEDIT_TYPE_PRINT_PREVIEW, NULL);
+
+ preview->operation = g_object_ref (operation);
+ preview->gtk_preview = g_object_ref (gtk_preview);
+ preview->context = g_object_ref (context);
+
+ /* FIXME: is this legal?? */
+ gtk_print_operation_set_unit (operation, GTK_UNIT_POINTS);
+
+ g_signal_connect_object (gtk_preview,
+ "ready",
+ G_CALLBACK (preview_ready),
+ preview,
+ 0);
+
+ /* FIXME: we need a cr to paginate... but we can't get the drawing
+ * area surface because it's not there yet... for now I create
+ * a dummy pdf surface.
+ * gtk_print_context_set_cairo_context() should be called in the
+ * got-page-size handler.
+ */
+ surface = create_preview_surface (preview, &dpi_x, &dpi_y);
+ cr = cairo_create (surface);
+ gtk_print_context_set_cairo_context (context, cr, dpi_x, dpi_y);
+ cairo_destroy (cr);
+ cairo_surface_destroy (surface);
+
+ return GTK_WIDGET (preview);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-print-preview.h b/gedit/gedit-print-preview.h
new file mode 100644
index 0000000..40d85c8
--- /dev/null
+++ b/gedit/gedit-print-preview.h
@@ -0,0 +1,39 @@
+/*
+ * gedit-print-preview.h
+ *
+ * Copyright (C) 2008 Paolo Borelli
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_PRINT_PREVIEW_H
+#define GEDIT_PRINT_PREVIEW_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_PRINT_PREVIEW (gedit_print_preview_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditPrintPreview, gedit_print_preview, GEDIT, PRINT_PREVIEW, GtkGrid)
+
+GtkWidget *gedit_print_preview_new (GtkPrintOperation *operation,
+ GtkPrintOperationPreview *gtk_preview,
+ GtkPrintContext *context);
+
+G_END_DECLS
+
+#endif /* GEDIT_PRINT_PREVIEW_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-recent-osx.c b/gedit/gedit-recent-osx.c
new file mode 100644
index 0000000..7aabeda
--- /dev/null
+++ b/gedit/gedit-recent-osx.c
@@ -0,0 +1,250 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ * Copyright (C) 2014 - Paolo Borelli
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-recent-osx.h"
+
+static gint
+sort_recent_items_mru (GtkRecentInfo *a,
+ GtkRecentInfo *b,
+ gpointer unused)
+{
+ g_assert (a != NULL && b != NULL);
+ return gtk_recent_info_get_modified (b) - gtk_recent_info_get_modified (a);
+}
+
+static void
+populate_filter_info (GtkRecentInfo *info,
+ GtkRecentFilterInfo *filter_info,
+ GtkRecentFilterFlags needed)
+{
+ filter_info->uri = gtk_recent_info_get_uri (info);
+ filter_info->mime_type = gtk_recent_info_get_mime_type (info);
+
+ filter_info->contains = GTK_RECENT_FILTER_URI | GTK_RECENT_FILTER_MIME_TYPE;
+
+ if (needed & GTK_RECENT_FILTER_DISPLAY_NAME)
+ {
+ filter_info->display_name = gtk_recent_info_get_display_name (info);
+ filter_info->contains |= GTK_RECENT_FILTER_DISPLAY_NAME;
+ }
+ else
+ {
+ filter_info->uri = NULL;
+ }
+
+ if (needed & GTK_RECENT_FILTER_APPLICATION)
+ {
+ filter_info->applications = (const gchar **) gtk_recent_info_get_applications (info, NULL);
+ filter_info->contains |= GTK_RECENT_FILTER_APPLICATION;
+ }
+ else
+ {
+ filter_info->applications = NULL;
+ }
+
+ if (needed & GTK_RECENT_FILTER_GROUP)
+ {
+ filter_info->groups = (const gchar **) gtk_recent_info_get_groups (info, NULL);
+ filter_info->contains |= GTK_RECENT_FILTER_GROUP;
+ }
+ else
+ {
+ filter_info->groups = NULL;
+ }
+
+ if (needed & GTK_RECENT_FILTER_AGE)
+ {
+ filter_info->age = gtk_recent_info_get_age (info);
+ filter_info->contains |= GTK_RECENT_FILTER_AGE;
+ }
+ else
+ {
+ filter_info->age = -1;
+ }
+}
+
+/* The GeditRecentConfiguration struct is allocated and owned by the caller */
+void
+gedit_recent_configuration_init_default (GeditRecentConfiguration *config)
+{
+ config->manager = gtk_recent_manager_get_default ();
+
+ if (config->filter != NULL)
+ {
+ g_object_unref (config->filter);
+ }
+
+ config->filter = gtk_recent_filter_new ();
+ gtk_recent_filter_add_application (config->filter, g_get_application_name ());
+ gtk_recent_filter_add_mime_type (config->filter, "text/plain");
+ gtk_recent_filter_add_mime_type (config->filter, "application/x-zerosize");
+ g_object_ref_sink (config->filter);
+
+ config->limit = 5;
+ config->show_not_found = TRUE;
+ config->show_private = FALSE;
+ config->local_only = FALSE;
+
+ config->substring_filter = NULL;
+}
+
+/* The GeditRecentConfiguration struct is owned and destroyed by the caller */
+void
+gedit_recent_configuration_destroy (GeditRecentConfiguration *config)
+{
+ g_clear_object (&config->filter);
+ config->manager = NULL;
+
+ g_clear_pointer (&config->substring_filter, (GDestroyNotify)g_free);
+}
+
+GList *
+gedit_recent_get_items (GeditRecentConfiguration *config)
+{
+ GtkRecentFilterFlags needed;
+ GList *items;
+ GList *retitems = NULL;
+ gint length;
+ char *substring_filter = NULL;
+
+ if (config->limit == 0)
+ {
+ return NULL;
+ }
+
+ items = gtk_recent_manager_get_items (config->manager);
+
+ if (!items)
+ {
+ return NULL;
+ }
+
+ needed = gtk_recent_filter_get_needed (config->filter);
+ if (config->substring_filter && *config->substring_filter != '\0')
+ {
+ gchar *filter_normalized;
+
+ filter_normalized = g_utf8_normalize (config->substring_filter, -1, G_NORMALIZE_ALL);
+ substring_filter = g_utf8_casefold (filter_normalized, -1);
+ g_free (filter_normalized);
+ }
+
+ while (items)
+ {
+ GtkRecentInfo *info;
+ GtkRecentFilterInfo filter_info;
+ gboolean is_filtered;
+
+ info = items->data;
+ is_filtered = FALSE;
+
+ if (config->local_only && !gtk_recent_info_is_local (info))
+ {
+ is_filtered = TRUE;
+ }
+ else if (!config->show_private && gtk_recent_info_get_private_hint (info))
+ {
+ is_filtered = TRUE;
+ }
+ else if (!config->show_not_found && !gtk_recent_info_exists (info))
+ {
+ is_filtered = TRUE;
+ }
+ else
+ {
+ if (substring_filter)
+ {
+ gchar *uri_normalized;
+ gchar *uri_casefolded;
+
+ uri_normalized = g_utf8_normalize (gtk_recent_info_get_uri_display (info), -1, G_NORMALIZE_ALL);
+ uri_casefolded = g_utf8_casefold (uri_normalized, -1);
+ g_free (uri_normalized);
+
+ if (strstr (uri_casefolded, substring_filter) == NULL)
+ {
+ is_filtered = TRUE;
+ }
+
+ g_free (uri_casefolded);
+ }
+
+ if (!is_filtered)
+ {
+ populate_filter_info (info, &filter_info, needed);
+ is_filtered = !gtk_recent_filter_filter (config->filter, &filter_info);
+
+ /* these we own */
+ if (filter_info.applications)
+ {
+ g_strfreev ((gchar **) filter_info.applications);
+ }
+
+ if (filter_info.groups)
+ {
+ g_strfreev ((gchar **) filter_info.groups);
+ }
+ }
+ }
+
+ if (!is_filtered)
+ {
+ retitems = g_list_prepend (retitems, info);
+ }
+ else
+ {
+ gtk_recent_info_unref (info);
+ }
+
+ items = g_list_delete_link (items, items);
+ }
+
+ g_free (substring_filter);
+
+ if (!retitems)
+ {
+ return NULL;
+ }
+
+ retitems = g_list_sort_with_data (retitems, (GCompareDataFunc) sort_recent_items_mru, NULL);
+ length = g_list_length (retitems);
+
+ if ((config->limit != -1) && (length > config->limit))
+ {
+ GList *clamp, *l;
+
+ clamp = g_list_nth (retitems, config->limit - 1);
+
+ if (!clamp)
+ {
+ return retitems;
+ }
+
+ l = clamp->next;
+ clamp->next = NULL;
+
+ g_list_free_full (l, (GDestroyNotify) gtk_recent_info_unref);
+ }
+
+ return retitems;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-recent-osx.h b/gedit/gedit-recent-osx.h
new file mode 100644
index 0000000..df77ca7
--- /dev/null
+++ b/gedit/gedit-recent-osx.h
@@ -0,0 +1,54 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ * Copyright (C) 2014 - Paolo Borelli
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANWINDOWILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_RECENT_OSX_H
+#define GEDIT_RECENT_OSX_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+/* TODO: this code can be simplified, the struct can be made private, the dead
+ * code can be removed, etc.
+ */
+
+typedef struct
+{
+ GtkRecentManager *manager;
+ GtkRecentFilter *filter;
+
+ gint limit;
+ gchar *substring_filter;
+
+ guint show_private : 1;
+ guint show_not_found : 1;
+ guint local_only : 1;
+} GeditRecentConfiguration;
+
+void gedit_recent_configuration_init_default (GeditRecentConfiguration *config);
+void gedit_recent_configuration_destroy (GeditRecentConfiguration *config);
+GList *gedit_recent_get_items (GeditRecentConfiguration *config);
+
+G_END_DECLS
+
+#endif /* GEDIT_RECENT_OSX_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-recent.c b/gedit/gedit-recent.c
new file mode 100644
index 0000000..d8cd7bd
--- /dev/null
+++ b/gedit/gedit-recent.c
@@ -0,0 +1,113 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ * Copyright (C) 2014 - Paolo Borelli
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ * Copyright (C) 2022 - Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-recent.h"
+
+void
+gedit_recent_add_document (GeditDocument *document)
+{
+ TeplFile *file;
+ GFile *location;
+ GtkRecentManager *recent_manager;
+ GtkRecentData *recent_data;
+ gchar *uri;
+
+ g_return_if_fail (GEDIT_IS_DOCUMENT (document));
+
+ file = tepl_buffer_get_file (TEPL_BUFFER (document));
+ location = tepl_file_get_location (file);
+
+ if (location == NULL)
+ {
+ return;
+ }
+
+ recent_manager = gtk_recent_manager_get_default ();
+
+ /* Ensures to initialize the whole struct to 0's. Useful if the struct
+ * is extended.
+ */
+ recent_data = g_new0 (GtkRecentData, 1);
+
+ /* We use gtk_recent_manager_add_full() because GeditDocument's mime
+ * type is more accurate. The other fields are normally set to the same
+ * values as what gtk_recent_manager_add_item() does.
+ */
+ recent_data->mime_type = gedit_document_get_mime_type (document);
+ recent_data->app_name = (gchar *) g_get_application_name ();
+ recent_data->app_exec = g_strjoin (" ", g_get_prgname (), "%u", NULL);
+
+ uri = g_file_get_uri (location);
+
+ if (!gtk_recent_manager_add_full (recent_manager, uri, recent_data))
+ {
+ g_warning ("Failed to add uri '%s' to the recent manager.", uri);
+ }
+
+ g_free (recent_data->mime_type);
+ g_free (recent_data->app_exec);
+ g_free (recent_data);
+ g_free (uri);
+}
+
+/* If a file is local, chances are that if load/save fails the file has been
+ * removed and the failure is permanent so we remove it from the list of recent
+ * files. For remote files the failure may be just transitory and we keep the
+ * file in the list.
+ *
+ * FIXME: for files coming from external disks, USB keys etc, if the external
+ * storage device is not mounted, do not remove the file from the list. On the
+ * other hand, if the external storage device is mounted and the file isn't
+ * there, remove it from the list.
+ *
+ * FIXME: for remote files, perhaps do the same as for external storage devices,
+ * IF the connection to the server succeeds (the directory is there).
+ *
+ * FIXME: for the above FIXMEs, we should probably rely (in part) on the GError
+ * we receive.
+ * And if it was a file loading, a useful information to have is whether the
+ * file was opened from the list of recent files. If it was *not*, the user can
+ * also just navigate again through the file hierarchy to re-open it later if
+ * the file comes back.
+ *
+ * IDEA: or just never remove files from the recent list, and call it the
+ * Recent History or something like that.
+ */
+void
+gedit_recent_remove_if_local (GFile *location)
+{
+ g_return_if_fail (G_IS_FILE (location));
+
+ if (g_file_has_uri_scheme (location, "file"))
+ {
+ GtkRecentManager *recent_manager;
+ gchar *uri;
+
+ recent_manager = gtk_recent_manager_get_default ();
+
+ uri = g_file_get_uri (location);
+ gtk_recent_manager_remove_item (recent_manager, uri, NULL);
+ g_free (uri);
+ }
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-recent.h b/gedit/gedit-recent.h
new file mode 100644
index 0000000..068d89c
--- /dev/null
+++ b/gedit/gedit-recent.h
@@ -0,0 +1,38 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ * Copyright (C) 2014 - Paolo Borelli
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANWINDOWILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_RECENT_H
+#define GEDIT_RECENT_H
+
+#include <gtk/gtk.h>
+#include <gedit/gedit-document.h>
+
+G_BEGIN_DECLS
+
+void gedit_recent_add_document (GeditDocument *document);
+
+void gedit_recent_remove_if_local (GFile *location);
+
+G_END_DECLS
+
+#endif /* GEDIT_RECENT_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-replace-dialog.c b/gedit/gedit-replace-dialog.c
new file mode 100644
index 0000000..3197ae1
--- /dev/null
+++ b/gedit/gedit-replace-dialog.c
@@ -0,0 +1,819 @@
+/*
+ * gedit-replace-dialog.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 Paolo Maggi
+ * Copyright (C) 2013 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-replace-dialog.h"
+
+#include <string.h>
+#include <glib/gi18n.h>
+#include <gdk/gdkkeysyms.h>
+
+#include "gedit-history-entry.h"
+#include "gedit-document.h"
+
+#define GEDIT_SEARCH_CONTEXT_KEY "gedit-search-context-key"
+
+struct _GeditReplaceDialog
+{
+ GtkDialog parent_instance;
+
+ GtkWidget *grid;
+ GtkWidget *search_label;
+ GtkWidget *search_entry;
+ GtkWidget *search_text_entry;
+ GtkWidget *replace_label;
+ GtkWidget *replace_entry;
+ GtkWidget *replace_text_entry;
+ GtkWidget *match_case_checkbutton;
+ GtkWidget *entire_word_checkbutton;
+ GtkWidget *regex_checkbutton;
+ GtkWidget *backwards_checkbutton;
+ GtkWidget *wrap_around_checkbutton;
+ GtkWidget *close_button;
+
+ GeditDocument *active_document;
+
+ guint idle_update_sensitivity_id;
+};
+
+G_DEFINE_TYPE (GeditReplaceDialog, gedit_replace_dialog, GTK_TYPE_DIALOG)
+
+static GtkSourceSearchContext *
+get_search_context (GeditReplaceDialog *dialog,
+ GeditDocument *doc)
+{
+ GtkSourceSearchContext *search_context;
+
+ if (doc == NULL)
+ {
+ return NULL;
+ }
+
+ search_context = gedit_document_get_search_context (doc);
+
+ if (search_context != NULL &&
+ g_object_get_data (G_OBJECT (search_context), GEDIT_SEARCH_CONTEXT_KEY) == dialog)
+ {
+ return search_context;
+ }
+
+ return NULL;
+}
+
+/* The search settings between the dialog's widgets (checkbuttons and the text
+ * entry) and the SearchSettings object are not bound. Instead, this function is
+ * called to set the search settings from the widgets to the SearchSettings
+ * object.
+ *
+ * The reason: the search and replace dialog is not an incremental search. You
+ * have to press the buttons to have an effect. The SearchContext is created
+ * only when a button is pressed, not before. If the SearchContext was created
+ * directly when the dialog window is shown, or when the document tab is
+ * switched, there would be a problem. When we switch betweeen tabs to find on
+ * which tab(s) we want to do the search, we may have older searches (still
+ * highlighted) that we don't want to lose, and we don't want the new search to
+ * appear on each tab that we open. Only when we press a button. So when the
+ * SearchContext is not already created, this is not an incremental search. Once
+ * the SearchContext is created, it's better to be consistent, and therefore we
+ * don't want the incremental search: we have to always press a button to
+ * execute the search.
+ *
+ * Likewise, each created SearchContext (from the GeditReplaceDialog) contains a
+ * different SearchSettings. When set_search_settings() is called for one
+ * document tab (and thus one SearchSettings), it doesn't have an effect on the
+ * other tabs. But the dialog widgets don't change.
+ */
+static void
+set_search_settings (GeditReplaceDialog *dialog)
+{
+ GtkSourceSearchContext *search_context;
+ GtkSourceSearchSettings *search_settings;
+ gboolean case_sensitive;
+ gboolean at_word_boundaries;
+ gboolean regex_enabled;
+ gboolean wrap_around;
+ const gchar *search_text;
+
+ search_context = get_search_context (dialog, dialog->active_document);
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ search_settings = gtk_source_search_context_get_settings (search_context);
+
+ case_sensitive = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->match_case_checkbutton));
+ gtk_source_search_settings_set_case_sensitive (search_settings, case_sensitive);
+
+ at_word_boundaries = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->entire_word_checkbutton));
+ gtk_source_search_settings_set_at_word_boundaries (search_settings, at_word_boundaries);
+
+ regex_enabled = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->regex_checkbutton));
+ gtk_source_search_settings_set_regex_enabled (search_settings, regex_enabled);
+
+ wrap_around = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->wrap_around_checkbutton));
+ gtk_source_search_settings_set_wrap_around (search_settings, wrap_around);
+
+ search_text = gtk_entry_get_text (GTK_ENTRY (dialog->search_text_entry));
+
+ if (regex_enabled)
+ {
+ gtk_source_search_settings_set_search_text (search_settings, search_text);
+ }
+ else
+ {
+ gchar *unescaped_search_text = gtk_source_utils_unescape_search_text (search_text);
+ gtk_source_search_settings_set_search_text (search_settings, unescaped_search_text);
+ g_free (unescaped_search_text);
+ }
+}
+
+static GeditWindow *
+get_gedit_window (GeditReplaceDialog *dialog)
+{
+ GtkWindow *transient_for = gtk_window_get_transient_for (GTK_WINDOW (dialog));
+
+ return transient_for != NULL ? GEDIT_WINDOW (transient_for) : NULL;
+}
+
+static GeditDocument *
+get_active_document (GeditReplaceDialog *dialog)
+{
+ GeditWindow *window = get_gedit_window (dialog);
+
+ return window != NULL ? gedit_window_get_active_document (window) : NULL;
+}
+
+void
+gedit_replace_dialog_present_with_time (GeditReplaceDialog *dialog,
+ guint32 timestamp)
+{
+ g_return_if_fail (GEDIT_REPLACE_DIALOG (dialog));
+
+ gtk_window_present_with_time (GTK_WINDOW (dialog), timestamp);
+
+ gtk_widget_grab_focus (dialog->search_text_entry);
+}
+
+static gboolean
+gedit_replace_dialog_delete_event (GtkWidget *widget,
+ GdkEventAny *event)
+{
+ /* prevent destruction */
+ return TRUE;
+}
+
+static void
+set_error (GtkEntry *entry,
+ const gchar *error_msg)
+{
+ if (error_msg == NULL || error_msg[0] == '\0')
+ {
+ gtk_entry_set_icon_from_gicon (entry, GTK_ENTRY_ICON_SECONDARY, NULL);
+ gtk_entry_set_icon_tooltip_text (entry, GTK_ENTRY_ICON_SECONDARY, NULL);
+ }
+ else
+ {
+ GIcon *icon = g_themed_icon_new_with_default_fallbacks ("dialog-error-symbolic");
+
+ gtk_entry_set_icon_from_gicon (entry, GTK_ENTRY_ICON_SECONDARY, icon);
+ gtk_entry_set_icon_tooltip_text (entry, GTK_ENTRY_ICON_SECONDARY, error_msg);
+
+ g_object_unref (icon);
+ }
+}
+
+static void
+set_search_error (GeditReplaceDialog *dialog,
+ const gchar *error_msg)
+{
+ set_error (GTK_ENTRY (dialog->search_text_entry), error_msg);
+}
+
+void
+gedit_replace_dialog_set_replace_error (GeditReplaceDialog *dialog,
+ const gchar *error_msg)
+{
+ set_error (GTK_ENTRY (dialog->replace_text_entry), error_msg);
+}
+
+static gboolean
+has_search_error (GeditReplaceDialog *dialog)
+{
+ GIcon *icon;
+
+ icon = gtk_entry_get_icon_gicon (GTK_ENTRY (dialog->search_text_entry),
+ GTK_ENTRY_ICON_SECONDARY);
+
+ return icon != NULL;
+}
+
+static gboolean
+has_replace_error (GeditReplaceDialog *dialog)
+{
+ GIcon *icon;
+
+ icon = gtk_entry_get_icon_gicon (GTK_ENTRY (dialog->replace_text_entry),
+ GTK_ENTRY_ICON_SECONDARY);
+
+ return icon != NULL;
+}
+
+static void
+update_regex_error (GeditReplaceDialog *dialog)
+{
+ GtkSourceSearchContext *search_context;
+ GError *regex_error;
+
+ set_search_error (dialog, NULL);
+
+ search_context = get_search_context (dialog, dialog->active_document);
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ regex_error = gtk_source_search_context_get_regex_error (search_context);
+
+ if (regex_error != NULL)
+ {
+ set_search_error (dialog, regex_error->message);
+ g_error_free (regex_error);
+ }
+}
+
+static gboolean
+update_replace_response_sensitivity_cb (GeditReplaceDialog *dialog)
+{
+ GtkSourceSearchContext *search_context;
+ GtkTextIter start;
+ GtkTextIter end;
+ gint pos;
+
+ if (has_replace_error (dialog))
+ {
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog),
+ GEDIT_REPLACE_DIALOG_REPLACE_RESPONSE,
+ FALSE);
+
+ dialog->idle_update_sensitivity_id = 0;
+ return G_SOURCE_REMOVE;
+ }
+
+ search_context = get_search_context (dialog, dialog->active_document);
+
+ if (search_context == NULL)
+ {
+ dialog->idle_update_sensitivity_id = 0;
+ return G_SOURCE_REMOVE;
+ }
+
+ gtk_text_buffer_get_selection_bounds (GTK_TEXT_BUFFER (dialog->active_document),
+ &start,
+ &end);
+
+ pos = gtk_source_search_context_get_occurrence_position (search_context,
+ &start,
+ &end);
+
+ if (pos < 0)
+ {
+ return G_SOURCE_CONTINUE;
+ }
+
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog),
+ GEDIT_REPLACE_DIALOG_REPLACE_RESPONSE,
+ pos > 0);
+
+ dialog->idle_update_sensitivity_id = 0;
+ return G_SOURCE_REMOVE;
+}
+
+static void
+install_idle_update_sensitivity (GeditReplaceDialog *dialog)
+{
+ if (dialog->idle_update_sensitivity_id != 0)
+ {
+ return;
+ }
+
+ dialog->idle_update_sensitivity_id =
+ g_idle_add ((GSourceFunc)update_replace_response_sensitivity_cb,
+ dialog);
+}
+
+static void
+mark_set_cb (GtkTextBuffer *buffer,
+ GtkTextIter *location,
+ GtkTextMark *mark,
+ GeditReplaceDialog *dialog)
+{
+ GtkTextMark *insert;
+ GtkTextMark *selection_bound;
+
+ insert = gtk_text_buffer_get_insert (buffer);
+ selection_bound = gtk_text_buffer_get_selection_bound (buffer);
+
+ if (mark == insert || mark == selection_bound)
+ {
+ install_idle_update_sensitivity (dialog);
+ }
+}
+
+static void
+update_responses_sensitivity (GeditReplaceDialog *dialog)
+{
+ const gchar *search_text;
+ gboolean sensitive = TRUE;
+
+ install_idle_update_sensitivity (dialog);
+
+ search_text = gtk_entry_get_text (GTK_ENTRY (dialog->search_text_entry));
+
+ if (search_text[0] == '\0')
+ {
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog),
+ GEDIT_REPLACE_DIALOG_FIND_RESPONSE,
+ FALSE);
+
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog),
+ GEDIT_REPLACE_DIALOG_REPLACE_ALL_RESPONSE,
+ FALSE);
+
+ return;
+ }
+
+ sensitive = !has_search_error (dialog);
+
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog),
+ GEDIT_REPLACE_DIALOG_FIND_RESPONSE,
+ sensitive);
+
+ if (has_replace_error (dialog))
+ {
+ sensitive = FALSE;
+ }
+
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog),
+ GEDIT_REPLACE_DIALOG_REPLACE_ALL_RESPONSE,
+ sensitive);
+}
+
+static void
+regex_error_notify_cb (GeditReplaceDialog *dialog)
+{
+ update_regex_error (dialog);
+ update_responses_sensitivity (dialog);
+}
+
+static void
+disconnect_document (GeditReplaceDialog *dialog)
+{
+ GtkSourceSearchContext *search_context;
+
+ if (dialog->active_document == NULL)
+ {
+ return;
+ }
+
+ search_context = get_search_context (dialog, dialog->active_document);
+
+ if (search_context != NULL)
+ {
+ g_signal_handlers_disconnect_by_func (search_context,
+ regex_error_notify_cb,
+ dialog);
+ }
+
+ g_signal_handlers_disconnect_by_func (dialog->active_document,
+ mark_set_cb,
+ dialog);
+
+ g_clear_object (&dialog->active_document);
+}
+
+static void
+connect_active_document (GeditReplaceDialog *dialog)
+{
+ GeditDocument *doc;
+ GtkSourceSearchContext *search_context;
+
+ disconnect_document (dialog);
+
+ doc = get_active_document (dialog);
+
+ if (doc == NULL)
+ {
+ return;
+ }
+
+ dialog->active_document = g_object_ref (doc);
+
+ search_context = get_search_context (dialog, doc);
+
+ if (search_context == NULL)
+ {
+ GtkSourceSearchSettings *settings = gtk_source_search_settings_new ();
+
+ search_context = gtk_source_search_context_new (GTK_SOURCE_BUFFER (doc),
+ settings);
+
+ /* Mark the search context that it comes from the search and
+ * replace dialog. Search contexts can be created also from the
+ * GeditViewFrame.
+ */
+ g_object_set_data (G_OBJECT (search_context),
+ GEDIT_SEARCH_CONTEXT_KEY,
+ dialog);
+
+ gedit_document_set_search_context (doc, search_context);
+
+ g_object_unref (settings);
+ g_object_unref (search_context);
+ }
+
+ g_signal_connect_object (search_context,
+ "notify::regex-error",
+ G_CALLBACK (regex_error_notify_cb),
+ dialog,
+ G_CONNECT_SWAPPED);
+
+ g_signal_connect_object (doc,
+ "mark-set",
+ G_CALLBACK (mark_set_cb),
+ dialog,
+ 0);
+
+ update_regex_error (dialog);
+ update_responses_sensitivity (dialog);
+}
+
+static void
+response_cb (GtkDialog *dialog,
+ gint response_id)
+{
+ GeditReplaceDialog *dlg = GEDIT_REPLACE_DIALOG (dialog);
+ const gchar *str;
+
+ switch (response_id)
+ {
+ case GEDIT_REPLACE_DIALOG_REPLACE_RESPONSE:
+ case GEDIT_REPLACE_DIALOG_REPLACE_ALL_RESPONSE:
+ str = gtk_entry_get_text (GTK_ENTRY (dlg->replace_text_entry));
+ if (*str != '\0')
+ {
+ gedit_history_entry_prepend_text
+ (GEDIT_HISTORY_ENTRY (dlg->replace_entry),
+ str);
+ }
+ /* fall through, so that we also save the find entry */
+ case GEDIT_REPLACE_DIALOG_FIND_RESPONSE:
+ str = gtk_entry_get_text (GTK_ENTRY (dlg->search_text_entry));
+ if (*str != '\0')
+ {
+ gedit_history_entry_prepend_text
+ (GEDIT_HISTORY_ENTRY (dlg->search_entry),
+ str);
+ }
+ }
+
+ switch (response_id)
+ {
+ case GEDIT_REPLACE_DIALOG_REPLACE_RESPONSE:
+ case GEDIT_REPLACE_DIALOG_REPLACE_ALL_RESPONSE:
+ case GEDIT_REPLACE_DIALOG_FIND_RESPONSE:
+ connect_active_document (GEDIT_REPLACE_DIALOG (dialog));
+ set_search_settings (GEDIT_REPLACE_DIALOG (dialog));
+ }
+}
+
+static void
+gedit_replace_dialog_dispose (GObject *object)
+{
+ GeditReplaceDialog *dialog = GEDIT_REPLACE_DIALOG (object);
+
+ g_clear_object (&dialog->active_document);
+
+ if (dialog->idle_update_sensitivity_id != 0)
+ {
+ g_source_remove (dialog->idle_update_sensitivity_id);
+ dialog->idle_update_sensitivity_id = 0;
+ }
+
+ G_OBJECT_CLASS (gedit_replace_dialog_parent_class)->dispose (object);
+}
+
+static void
+gedit_replace_dialog_class_init (GeditReplaceDialogClass *klass)
+{
+ GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ gobject_class->dispose = gedit_replace_dialog_dispose;
+ widget_class->delete_event = gedit_replace_dialog_delete_event;
+
+ /* Bind class to template */
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/ui/gedit-replace-dialog.ui");
+ gtk_widget_class_bind_template_child (widget_class, GeditReplaceDialog, grid);
+ gtk_widget_class_bind_template_child (widget_class, GeditReplaceDialog, search_label);
+ gtk_widget_class_bind_template_child (widget_class, GeditReplaceDialog, replace_label);
+ gtk_widget_class_bind_template_child (widget_class, GeditReplaceDialog, match_case_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditReplaceDialog, entire_word_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditReplaceDialog, regex_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditReplaceDialog, backwards_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditReplaceDialog, wrap_around_checkbutton);
+ gtk_widget_class_bind_template_child (widget_class, GeditReplaceDialog, close_button);
+}
+
+static void
+search_text_entry_changed (GtkEditable *editable,
+ GeditReplaceDialog *dialog)
+{
+ set_search_error (dialog, NULL);
+
+ update_responses_sensitivity (dialog);
+}
+
+static void
+replace_text_entry_changed (GtkEditable *editable,
+ GeditReplaceDialog *dialog)
+{
+ gedit_replace_dialog_set_replace_error (dialog, NULL);
+
+ update_responses_sensitivity (dialog);
+}
+
+static void
+regex_checkbutton_toggled (GtkToggleButton *checkbutton,
+ GeditReplaceDialog *dialog)
+{
+ if (!gtk_toggle_button_get_active (checkbutton))
+ {
+ /* Remove the regex error state so the user can search again */
+ set_search_error (dialog, NULL);
+ update_responses_sensitivity (dialog);
+ }
+}
+
+/* TODO: move in gedit-document.c and share it with gedit-view-frame */
+static gboolean
+get_selected_text (GtkTextBuffer *doc,
+ gchar **selected_text,
+ gint *len)
+{
+ GtkTextIter start, end;
+
+ g_return_val_if_fail (selected_text != NULL, FALSE);
+ g_return_val_if_fail (*selected_text == NULL, FALSE);
+
+ if (!gtk_text_buffer_get_selection_bounds (doc, &start, &end))
+ {
+ if (len != NULL)
+ {
+ len = 0;
+ }
+
+ return FALSE;
+ }
+
+ *selected_text = gtk_text_buffer_get_slice (doc, &start, &end, TRUE);
+
+ if (len != NULL)
+ {
+ *len = g_utf8_strlen (*selected_text, -1);
+ }
+
+ return TRUE;
+}
+
+static void
+show_cb (GeditReplaceDialog *dialog)
+{
+ GeditWindow *window;
+ GeditDocument *doc;
+ gboolean selection_exists;
+ gchar *selection = NULL;
+ gint selection_length;
+
+ window = get_gedit_window (dialog);
+
+ if (window == NULL)
+ {
+ return;
+ }
+
+ doc = get_active_document (dialog);
+
+ if (doc == NULL)
+ {
+ return;
+ }
+
+ selection_exists = get_selected_text (GTK_TEXT_BUFFER (doc),
+ &selection,
+ &selection_length);
+
+ if (selection_exists && selection != NULL && selection_length < 80)
+ {
+ gboolean regex_enabled;
+ gchar *escaped_selection;
+
+ regex_enabled = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->regex_checkbutton));
+
+ if (regex_enabled)
+ {
+ escaped_selection = g_regex_escape_string (selection, -1);
+ }
+ else
+ {
+ escaped_selection = gtk_source_utils_escape_search_text (selection);
+ }
+
+ gtk_entry_set_text (GTK_ENTRY (dialog->search_text_entry),
+ escaped_selection);
+
+ g_free (escaped_selection);
+ }
+
+ g_free (selection);
+}
+
+static void
+hide_cb (GeditReplaceDialog *dialog)
+{
+ disconnect_document (dialog);
+}
+
+static void
+gedit_replace_dialog_init (GeditReplaceDialog *dlg)
+{
+ gtk_widget_init_template (GTK_WIDGET (dlg));
+
+ dlg->search_entry = gedit_history_entry_new ("search-for-entry", TRUE);
+ gtk_widget_set_size_request (dlg->search_entry, 300, -1);
+ gtk_widget_set_hexpand (GTK_WIDGET (dlg->search_entry), TRUE);
+ dlg->search_text_entry = gedit_history_entry_get_entry (GEDIT_HISTORY_ENTRY (dlg->search_entry));
+ gtk_entry_set_activates_default (GTK_ENTRY (dlg->search_text_entry), TRUE);
+ gtk_grid_attach_next_to (GTK_GRID (dlg->grid),
+ dlg->search_entry,
+ dlg->search_label,
+ GTK_POS_RIGHT, 1, 1);
+ gtk_widget_show_all (dlg->search_entry);
+
+ dlg->replace_entry = gedit_history_entry_new ("replace-with-entry", TRUE);
+ gtk_widget_set_hexpand (GTK_WIDGET (dlg->replace_entry), TRUE);
+ dlg->replace_text_entry = gedit_history_entry_get_entry (GEDIT_HISTORY_ENTRY (dlg->replace_entry));
+ gtk_entry_set_placeholder_text (GTK_ENTRY (dlg->replace_text_entry), _("Nothing"));
+ gtk_entry_set_activates_default (GTK_ENTRY (dlg->replace_text_entry), TRUE);
+ gtk_grid_attach_next_to (GTK_GRID (dlg->grid),
+ dlg->replace_entry,
+ dlg->replace_label,
+ GTK_POS_RIGHT, 1, 1);
+ gtk_widget_show_all (dlg->replace_entry);
+
+ gtk_label_set_mnemonic_widget (GTK_LABEL (dlg->search_label),
+ dlg->search_entry);
+ gtk_label_set_mnemonic_widget (GTK_LABEL (dlg->replace_label),
+ dlg->replace_entry);
+
+ gtk_dialog_set_default_response (GTK_DIALOG (dlg),
+ GEDIT_REPLACE_DIALOG_FIND_RESPONSE);
+
+ /* insensitive by default */
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (dlg),
+ GEDIT_REPLACE_DIALOG_FIND_RESPONSE,
+ FALSE);
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (dlg),
+ GEDIT_REPLACE_DIALOG_REPLACE_RESPONSE,
+ FALSE);
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (dlg),
+ GEDIT_REPLACE_DIALOG_REPLACE_ALL_RESPONSE,
+ FALSE);
+
+ g_signal_connect (dlg->search_text_entry,
+ "changed",
+ G_CALLBACK (search_text_entry_changed),
+ dlg);
+
+ g_signal_connect (dlg->replace_text_entry,
+ "changed",
+ G_CALLBACK (replace_text_entry_changed),
+ dlg);
+
+ g_signal_connect (dlg->regex_checkbutton,
+ "toggled",
+ G_CALLBACK (regex_checkbutton_toggled),
+ dlg);
+
+ g_signal_connect (dlg,
+ "show",
+ G_CALLBACK (show_cb),
+ NULL);
+
+ g_signal_connect (dlg,
+ "hide",
+ G_CALLBACK (hide_cb),
+ NULL);
+
+ /* We connect here to make sure this handler runs before the others so
+ * that the search context is created.
+ */
+ g_signal_connect (dlg,
+ "response",
+ G_CALLBACK (response_cb),
+ NULL);
+}
+
+GtkWidget *
+gedit_replace_dialog_new (GeditWindow *window)
+{
+ GeditReplaceDialog *dialog;
+ gboolean use_header;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ dialog = g_object_new (GEDIT_TYPE_REPLACE_DIALOG,
+ "transient-for", window,
+ "destroy-with-parent", TRUE,
+ "use-header-bar", FALSE,
+ NULL);
+
+ /* We want the Find/Replace/ReplaceAll buttons at the bottom,
+ * so we turn off the automatic header bar, but we check the
+ * setting and if a header bar should be used, we create it
+ * manually and use it for the close button.
+ */
+ g_object_get (gtk_settings_get_default (),
+ "gtk-dialogs-use-header", &use_header,
+ NULL);
+
+ if (use_header)
+ {
+ GtkWidget *header_bar;
+
+ header_bar = gtk_header_bar_new ();
+ gtk_header_bar_set_title (GTK_HEADER_BAR (header_bar), _("Find and Replace"));
+ gtk_header_bar_set_show_close_button (GTK_HEADER_BAR (header_bar), TRUE);
+ gtk_widget_show (header_bar);
+ gtk_window_set_titlebar (GTK_WINDOW (dialog), header_bar);
+ }
+ else
+ {
+ gtk_widget_set_no_show_all (dialog->close_button, FALSE);
+ gtk_widget_show (dialog->close_button);
+ }
+
+ return GTK_WIDGET (dialog);
+}
+
+const gchar *
+gedit_replace_dialog_get_replace_text (GeditReplaceDialog *dialog)
+{
+ g_return_val_if_fail (GEDIT_IS_REPLACE_DIALOG (dialog), NULL);
+
+ return gtk_entry_get_text (GTK_ENTRY (dialog->replace_text_entry));
+}
+
+gboolean
+gedit_replace_dialog_get_backwards (GeditReplaceDialog *dialog)
+{
+ g_return_val_if_fail (GEDIT_IS_REPLACE_DIALOG (dialog), FALSE);
+
+ return gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->backwards_checkbutton));
+}
+
+/* This function returns the original search text. The search text from the
+ * search settings has been unescaped, and the escape function is not
+ * reciprocal. So to avoid bugs, we have to deal with the original search text.
+ */
+const gchar *
+gedit_replace_dialog_get_search_text (GeditReplaceDialog *dialog)
+{
+ g_return_val_if_fail (GEDIT_IS_REPLACE_DIALOG (dialog), NULL);
+
+ return gtk_entry_get_text (GTK_ENTRY (dialog->search_text_entry));
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-replace-dialog.h b/gedit/gedit-replace-dialog.h
new file mode 100644
index 0000000..235b587
--- /dev/null
+++ b/gedit/gedit-replace-dialog.h
@@ -0,0 +1,58 @@
+/*
+ * gedit-replace-dialog.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_REPLACE_DIALOG_H
+#define GEDIT_REPLACE_DIALOG_H
+
+#include <gtk/gtk.h>
+#include <gtksourceview/gtksource.h>
+#include "gedit-window.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_REPLACE_DIALOG (gedit_replace_dialog_get_type ())
+G_DECLARE_FINAL_TYPE (GeditReplaceDialog, gedit_replace_dialog, GEDIT, REPLACE_DIALOG, GtkDialog)
+
+enum
+{
+ GEDIT_REPLACE_DIALOG_FIND_RESPONSE = 100,
+ GEDIT_REPLACE_DIALOG_REPLACE_RESPONSE,
+ GEDIT_REPLACE_DIALOG_REPLACE_ALL_RESPONSE
+};
+
+GtkWidget *gedit_replace_dialog_new (GeditWindow *window);
+
+void gedit_replace_dialog_present_with_time (GeditReplaceDialog *dialog,
+ guint32 timestamp);
+
+const gchar *gedit_replace_dialog_get_search_text (GeditReplaceDialog *dialog);
+
+const gchar *gedit_replace_dialog_get_replace_text (GeditReplaceDialog *dialog);
+
+gboolean gedit_replace_dialog_get_backwards (GeditReplaceDialog *dialog);
+
+void gedit_replace_dialog_set_replace_error (GeditReplaceDialog *dialog,
+ const gchar *error_msg);
+
+G_END_DECLS
+
+#endif /* GEDIT_REPLACE_DIALOG_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-settings.c b/gedit/gedit-settings.c
new file mode 100644
index 0000000..515949e
--- /dev/null
+++ b/gedit/gedit-settings.c
@@ -0,0 +1,322 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2002-2005 - Paolo Maggi
+ * Copyright (C) 2009 - Ignacio Casal Quinteiro
+ * Copyright (C) 2020 - Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "gedit-settings.h"
+#include <gtksourceview/gtksource.h>
+#include "gedit-app.h"
+
+struct _GeditSettings
+{
+ GObject parent_instance;
+
+ GSettings *settings_editor;
+ GSettings *settings_ui;
+ GSettings *settings_file_chooser_state;
+};
+
+static GeditSettings *singleton = NULL;
+
+G_DEFINE_TYPE (GeditSettings, gedit_settings, G_TYPE_OBJECT)
+
+static void
+gedit_settings_dispose (GObject *object)
+{
+ GeditSettings *self = GEDIT_SETTINGS (object);
+
+ g_clear_object (&self->settings_editor);
+ g_clear_object (&self->settings_ui);
+ g_clear_object (&self->settings_file_chooser_state);
+
+ G_OBJECT_CLASS (gedit_settings_parent_class)->dispose (object);
+}
+
+static void
+gedit_settings_finalize (GObject *object)
+{
+ GeditSettings *self = GEDIT_SETTINGS (object);
+
+ if (singleton == self)
+ {
+ singleton = NULL;
+ }
+
+ G_OBJECT_CLASS (gedit_settings_parent_class)->finalize (object);
+}
+
+static void
+gedit_settings_class_init (GeditSettingsClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_settings_dispose;
+ object_class->finalize = gedit_settings_finalize;
+}
+
+static void
+on_auto_save_changed (GSettings *settings,
+ const gchar *key,
+ GeditSettings *self)
+{
+ gboolean auto_save;
+ GList *docs;
+ GList *l;
+
+ auto_save = g_settings_get_boolean (settings, key);
+
+ docs = gedit_app_get_documents (GEDIT_APP (g_application_get_default ()));
+
+ for (l = docs; l != NULL; l = l->next)
+ {
+ GeditTab *tab = gedit_tab_get_from_document (GEDIT_DOCUMENT (l->data));
+ gedit_tab_set_auto_save_enabled (tab, auto_save);
+ }
+
+ g_list_free (docs);
+}
+
+static void
+on_auto_save_interval_changed (GSettings *settings,
+ const gchar *key,
+ GeditSettings *self)
+{
+ guint auto_save_interval;
+ GList *docs;
+ GList *l;
+
+ auto_save_interval = g_settings_get_uint (settings, key);
+
+ docs = gedit_app_get_documents (GEDIT_APP (g_application_get_default ()));
+
+ for (l = docs; l != NULL; l = l->next)
+ {
+ GeditTab *tab = gedit_tab_get_from_document (GEDIT_DOCUMENT (l->data));
+ gedit_tab_set_auto_save_interval (tab, auto_save_interval);
+ }
+
+ g_list_free (docs);
+}
+
+static void
+on_syntax_highlighting_changed (GSettings *settings,
+ const gchar *key,
+ GeditSettings *self)
+{
+ gboolean enable;
+ GList *docs;
+ GList *windows;
+ GList *l;
+
+ enable = g_settings_get_boolean (settings, key);
+
+ docs = gedit_app_get_documents (GEDIT_APP (g_application_get_default ()));
+
+ for (l = docs; l != NULL; l = l->next)
+ {
+ GtkSourceBuffer *buffer = GTK_SOURCE_BUFFER (l->data);
+ gtk_source_buffer_set_highlight_syntax (buffer, enable);
+ }
+
+ g_list_free (docs);
+
+ /* update the sensitivity of the Higlight Mode menu item */
+ windows = gedit_app_get_main_windows (GEDIT_APP (g_application_get_default ()));
+
+ for (l = windows; l != NULL; l = l->next)
+ {
+ GAction *action;
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (l->data), "highlight-mode");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), enable);
+ }
+
+ g_list_free (windows);
+}
+
+static void
+gedit_settings_init (GeditSettings *self)
+{
+ self->settings_editor = g_settings_new ("org.gnome.gedit.preferences.editor");
+ self->settings_ui = g_settings_new ("org.gnome.gedit.preferences.ui");
+ self->settings_file_chooser_state = g_settings_new ("org.gnome.gedit.state.file-chooser");
+
+ g_signal_connect_object (self->settings_editor,
+ "changed::auto-save",
+ G_CALLBACK (on_auto_save_changed),
+ self,
+ 0);
+
+ g_signal_connect_object (self->settings_editor,
+ "changed::auto-save-interval",
+ G_CALLBACK (on_auto_save_interval_changed),
+ self,
+ 0);
+
+ g_signal_connect_object (self->settings_editor,
+ "changed::syntax-highlighting",
+ G_CALLBACK (on_syntax_highlighting_changed),
+ self,
+ 0);
+}
+
+GeditSettings *
+_gedit_settings_get_singleton (void)
+{
+ if (singleton == NULL)
+ {
+ singleton = g_object_new (GEDIT_TYPE_SETTINGS, NULL);
+ }
+
+ return singleton;
+}
+
+void
+gedit_settings_unref_singleton (void)
+{
+ if (singleton != NULL)
+ {
+ g_object_unref (singleton);
+ }
+
+ /* singleton is not set to NULL here, it is set to NULL in
+ * gedit_settings_finalize() (i.e. when we are sure that the ref count
+ * reaches 0).
+ */
+}
+
+GSettings *
+_gedit_settings_peek_editor_settings (GeditSettings *self)
+{
+ g_return_val_if_fail (GEDIT_IS_SETTINGS (self), NULL);
+
+ return self->settings_editor;
+}
+
+GSettings *
+_gedit_settings_peek_file_chooser_state_settings (GeditSettings *self)
+{
+ g_return_val_if_fail (GEDIT_IS_SETTINGS (self), NULL);
+
+ return self->settings_file_chooser_state;
+}
+
+static gboolean
+strv_is_empty (gchar **strv)
+{
+ if (strv == NULL || strv[0] == NULL)
+ {
+ return TRUE;
+ }
+
+ /* Contains one empty string. */
+ if (strv[1] == NULL && strv[0][0] == '\0')
+ {
+ return TRUE;
+ }
+
+ return FALSE;
+}
+
+static GSList *
+encoding_strv_to_list (const gchar * const *encoding_strv)
+{
+ GSList *list = NULL;
+ gchar **p;
+
+ for (p = (gchar **)encoding_strv; p != NULL && *p != NULL; p++)
+ {
+ const gchar *charset = *p;
+ const GtkSourceEncoding *encoding;
+
+ encoding = gtk_source_encoding_get_from_charset (charset);
+
+ if (encoding != NULL &&
+ g_slist_find (list, encoding) == NULL)
+ {
+ list = g_slist_prepend (list, (gpointer)encoding);
+ }
+ }
+
+ return g_slist_reverse (list);
+}
+
+/* Take in priority the candidate encodings from GSettings. If the gsetting is
+ * empty, take the default candidates of GtkSourceEncoding.
+ * Also, ensure that UTF-8 and the current locale encoding are present.
+ * Returns: a list of GtkSourceEncodings. Free with g_slist_free().
+ */
+GSList *
+gedit_settings_get_candidate_encodings (gboolean *default_candidates)
+{
+ const GtkSourceEncoding *utf8_encoding;
+ const GtkSourceEncoding *current_encoding;
+ GSettings *settings;
+ gchar **settings_strv;
+ GSList *candidates;
+
+ utf8_encoding = gtk_source_encoding_get_utf8 ();
+ current_encoding = gtk_source_encoding_get_current ();
+
+ settings = g_settings_new ("org.gnome.gedit.preferences.encodings");
+
+ settings_strv = g_settings_get_strv (settings, GEDIT_SETTINGS_CANDIDATE_ENCODINGS);
+
+ if (strv_is_empty (settings_strv))
+ {
+ if (default_candidates != NULL)
+ {
+ *default_candidates = TRUE;
+ }
+
+ candidates = gtk_source_encoding_get_default_candidates ();
+ }
+ else
+ {
+ if (default_candidates != NULL)
+ {
+ *default_candidates = FALSE;
+ }
+
+ candidates = encoding_strv_to_list ((const gchar * const *) settings_strv);
+
+ /* Ensure that UTF-8 is present. */
+ if (utf8_encoding != current_encoding &&
+ g_slist_find (candidates, utf8_encoding) == NULL)
+ {
+ candidates = g_slist_prepend (candidates, (gpointer)utf8_encoding);
+ }
+
+ /* Ensure that the current locale encoding is present (if not
+ * present, it must be the first encoding).
+ */
+ if (g_slist_find (candidates, current_encoding) == NULL)
+ {
+ candidates = g_slist_prepend (candidates, (gpointer)current_encoding);
+ }
+ }
+
+ g_object_unref (settings);
+ g_strfreev (settings_strv);
+ return candidates;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-settings.h b/gedit/gedit-settings.h
new file mode 100644
index 0000000..cf4d504
--- /dev/null
+++ b/gedit/gedit-settings.h
@@ -0,0 +1,106 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2002 - Paolo Maggi
+ * Copyright (C) 2009 - Ignacio Casal Quinteiro
+ * Copyright (C) 2020 - Sébastien Wilmet <swilmet@gnome.org>
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_SETTINGS_H
+#define GEDIT_SETTINGS_H
+
+#include <gio/gio.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_SETTINGS (gedit_settings_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditSettings, gedit_settings, GEDIT, SETTINGS, GObject)
+
+G_GNUC_INTERNAL
+GeditSettings * _gedit_settings_get_singleton (void);
+
+void gedit_settings_unref_singleton (void);
+
+G_GNUC_INTERNAL
+GSettings * _gedit_settings_peek_editor_settings (GeditSettings *self);
+
+G_GNUC_INTERNAL
+GSettings * _gedit_settings_peek_file_chooser_state_settings (GeditSettings *self);
+
+GSList * gedit_settings_get_candidate_encodings (gboolean *default_candidates);
+
+/* key constants */
+#define GEDIT_SETTINGS_USE_DEFAULT_FONT "use-default-font"
+#define GEDIT_SETTINGS_EDITOR_FONT "editor-font"
+#define GEDIT_SETTINGS_SCHEME "scheme"
+#define GEDIT_SETTINGS_CREATE_BACKUP_COPY "create-backup-copy"
+#define GEDIT_SETTINGS_AUTO_SAVE "auto-save"
+#define GEDIT_SETTINGS_AUTO_SAVE_INTERVAL "auto-save-interval"
+#define GEDIT_SETTINGS_MAX_UNDO_ACTIONS "max-undo-actions"
+#define GEDIT_SETTINGS_WRAP_MODE "wrap-mode"
+#define GEDIT_SETTINGS_WRAP_LAST_SPLIT_MODE "wrap-last-split-mode"
+#define GEDIT_SETTINGS_TABS_SIZE "tabs-size"
+#define GEDIT_SETTINGS_INSERT_SPACES "insert-spaces"
+#define GEDIT_SETTINGS_AUTO_INDENT "auto-indent"
+#define GEDIT_SETTINGS_DISPLAY_LINE_NUMBERS "display-line-numbers"
+#define GEDIT_SETTINGS_HIGHLIGHT_CURRENT_LINE "highlight-current-line"
+#define GEDIT_SETTINGS_BRACKET_MATCHING "bracket-matching"
+#define GEDIT_SETTINGS_DISPLAY_RIGHT_MARGIN "display-right-margin"
+#define GEDIT_SETTINGS_RIGHT_MARGIN_POSITION "right-margin-position"
+#define GEDIT_SETTINGS_SMART_HOME_END "smart-home-end"
+#define GEDIT_SETTINGS_RESTORE_CURSOR_POSITION "restore-cursor-position"
+#define GEDIT_SETTINGS_SYNTAX_HIGHLIGHTING "syntax-highlighting"
+#define GEDIT_SETTINGS_SEARCH_HIGHLIGHTING "search-highlighting"
+#define GEDIT_SETTINGS_BACKGROUND_PATTERN "background-pattern"
+#define GEDIT_SETTINGS_STATUSBAR_VISIBLE "statusbar-visible"
+#define GEDIT_SETTINGS_SIDE_PANEL_VISIBLE "side-panel-visible"
+#define GEDIT_SETTINGS_BOTTOM_PANEL_VISIBLE "bottom-panel-visible"
+#define GEDIT_SETTINGS_PRINT_SYNTAX_HIGHLIGHTING "print-syntax-highlighting"
+#define GEDIT_SETTINGS_PRINT_HEADER "print-header"
+#define GEDIT_SETTINGS_PRINT_WRAP_MODE "print-wrap-mode"
+#define GEDIT_SETTINGS_PRINT_LINE_NUMBERS "print-line-numbers"
+#define GEDIT_SETTINGS_PRINT_FONT_BODY_PANGO "print-font-body-pango"
+#define GEDIT_SETTINGS_PRINT_FONT_HEADER_PANGO "print-font-header-pango"
+#define GEDIT_SETTINGS_PRINT_FONT_NUMBERS_PANGO "print-font-numbers-pango"
+#define GEDIT_SETTINGS_PRINT_MARGIN_LEFT "margin-left"
+#define GEDIT_SETTINGS_PRINT_MARGIN_TOP "margin-top"
+#define GEDIT_SETTINGS_PRINT_MARGIN_RIGHT "margin-right"
+#define GEDIT_SETTINGS_PRINT_MARGIN_BOTTOM "margin-bottom"
+#define GEDIT_SETTINGS_CANDIDATE_ENCODINGS "candidate-encodings"
+#define GEDIT_SETTINGS_ACTIVE_PLUGINS "active-plugins"
+#define GEDIT_SETTINGS_ENSURE_TRAILING_NEWLINE "ensure-trailing-newline"
+
+/* window state keys */
+#define GEDIT_SETTINGS_WINDOW_STATE "state"
+#define GEDIT_SETTINGS_WINDOW_SIZE "size"
+#define GEDIT_SETTINGS_SHOW_TABS_MODE "show-tabs-mode"
+#define GEDIT_SETTINGS_SIDE_PANEL_SIZE "side-panel-size"
+#define GEDIT_SETTINGS_SIDE_PANEL_ACTIVE_PAGE "side-panel-active-page"
+#define GEDIT_SETTINGS_BOTTOM_PANEL_SIZE "bottom-panel-size"
+#define GEDIT_SETTINGS_BOTTOM_PANEL_ACTIVE_PAGE "bottom-panel-active-page"
+
+/* file chooser state keys */
+#define GEDIT_SETTINGS_ACTIVE_FILE_FILTER "filter-id"
+#define GEDIT_SETTINGS_FILE_CHOOSER_OPEN_RECENT "open-recent"
+
+G_END_DECLS
+
+#endif /* GEDIT_SETTINGS_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-status-menu-button.c b/gedit/gedit-status-menu-button.c
new file mode 100644
index 0000000..98deed7
--- /dev/null
+++ b/gedit/gedit-status-menu-button.c
@@ -0,0 +1,146 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-status-menu-button.h"
+
+struct _GeditStatusMenuButton
+{
+ GtkMenuButton parent_instance;
+
+ GtkLabel *label;
+};
+
+enum
+{
+ PROP_0,
+ PROP_LABEL
+};
+
+G_DEFINE_TYPE (GeditStatusMenuButton, gedit_status_menu_button, GTK_TYPE_MENU_BUTTON)
+
+static void
+gedit_status_menu_button_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditStatusMenuButton *button = GEDIT_STATUS_MENU_BUTTON (object);
+
+ switch (prop_id)
+ {
+ case PROP_LABEL:
+ g_value_set_string (value, gedit_status_menu_button_get_label (button));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_status_menu_button_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditStatusMenuButton *button = GEDIT_STATUS_MENU_BUTTON (object);
+
+ switch (prop_id)
+ {
+ case PROP_LABEL:
+ gedit_status_menu_button_set_label (button, g_value_get_string (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_status_menu_button_class_init (GeditStatusMenuButtonClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ object_class->get_property = gedit_status_menu_button_get_property;
+ object_class->set_property = gedit_status_menu_button_set_property;
+
+ g_object_class_override_property (object_class, PROP_LABEL, "label");
+
+ /* Bind class to template */
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/ui/gedit-status-menu-button.ui");
+ gtk_widget_class_bind_template_child_internal (widget_class, GeditStatusMenuButton, label);
+}
+
+static void
+gedit_status_menu_button_init (GeditStatusMenuButton *button)
+{
+ GtkCssProvider *css_provider;
+ GtkStyleContext *context;
+ const gchar *css_style =
+ "* {\n"
+ " padding: 1px 8px 2px 4px;\n"
+ " border: 0;\n"
+ " outline-width: 0;\n"
+ "}\n";
+
+ gtk_widget_init_template (GTK_WIDGET (button));
+
+ /* Make it as small as possible. */
+ css_provider = gtk_css_provider_new ();
+ gtk_css_provider_load_from_data (css_provider, css_style, -1, NULL);
+
+ context = gtk_widget_get_style_context (GTK_WIDGET (button));
+ gtk_style_context_add_provider (context,
+ GTK_STYLE_PROVIDER (css_provider),
+ GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
+ g_object_unref (css_provider);
+}
+
+GtkWidget *
+gedit_status_menu_button_new (void)
+{
+ return g_object_new (GEDIT_TYPE_STATUS_MENU_BUTTON, NULL);
+}
+
+/* We cannot rely on gtk_button_set_label() since it manually replaces the
+ * internal child instead of just setting the property :(
+ */
+
+void
+gedit_status_menu_button_set_label (GeditStatusMenuButton *button,
+ const gchar *label)
+{
+ g_return_if_fail (GEDIT_IS_STATUS_MENU_BUTTON (button));
+
+ gtk_label_set_markup (button->label, label);
+}
+
+const gchar *
+gedit_status_menu_button_get_label (GeditStatusMenuButton *button)
+{
+ g_return_val_if_fail (GEDIT_IS_STATUS_MENU_BUTTON (button), NULL);
+
+ return gtk_label_get_label (button->label);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-status-menu-button.h b/gedit/gedit-status-menu-button.h
new file mode 100644
index 0000000..1e19a0b
--- /dev/null
+++ b/gedit/gedit-status-menu-button.h
@@ -0,0 +1,44 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_STATUS_MENU_BUTTON_H
+#define GEDIT_STATUS_MENU_BUTTON_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_STATUS_MENU_BUTTON (gedit_status_menu_button_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditStatusMenuButton, gedit_status_menu_button,
+ GEDIT, STATUS_MENU_BUTTON,
+ GtkMenuButton)
+
+GtkWidget * gedit_status_menu_button_new (void);
+
+void gedit_status_menu_button_set_label (GeditStatusMenuButton *button,
+ const gchar *label);
+
+const gchar * gedit_status_menu_button_get_label (GeditStatusMenuButton *button);
+
+G_END_DECLS
+
+#endif /* GEDIT_STATUS_MENU_BUTTON_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-statusbar.c b/gedit/gedit-statusbar.c
new file mode 100644
index 0000000..4dd6491
--- /dev/null
+++ b/gedit/gedit-statusbar.c
@@ -0,0 +1,241 @@
+/*
+ * gedit-statusbar.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Borelli
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+#include "gedit-statusbar.h"
+#include <glib/gi18n.h>
+#include "gedit-app.h"
+#include "gedit-status-menu-button.h"
+
+struct _GeditStatusbar
+{
+ GtkStatusbar parent_instance;
+
+ GtkWidget *error_frame;
+ GtkWidget *error_image;
+ GtkWidget *state_frame;
+ GtkWidget *load_image;
+ GtkWidget *save_image;
+ GtkWidget *print_image;
+
+ /* tmp flash timeout data */
+ guint flash_timeout;
+ guint flash_context_id;
+ guint flash_message_id;
+
+ guint generic_message_context_id;
+};
+
+G_DEFINE_TYPE (GeditStatusbar, gedit_statusbar, GTK_TYPE_STATUSBAR)
+
+static void
+gedit_statusbar_dispose (GObject *object)
+{
+ GeditStatusbar *statusbar = GEDIT_STATUSBAR (object);
+
+ if (statusbar->flash_timeout > 0)
+ {
+ g_source_remove (statusbar->flash_timeout);
+ statusbar->flash_timeout = 0;
+ }
+
+ G_OBJECT_CLASS (gedit_statusbar_parent_class)->dispose (object);
+}
+
+static void
+gedit_statusbar_class_init (GeditStatusbarClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ object_class->dispose = gedit_statusbar_dispose;
+
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/ui/gedit-statusbar.ui");
+
+ gtk_widget_class_bind_template_child (widget_class, GeditStatusbar, error_frame);
+ gtk_widget_class_bind_template_child (widget_class, GeditStatusbar, error_image);
+ gtk_widget_class_bind_template_child (widget_class, GeditStatusbar, state_frame);
+ gtk_widget_class_bind_template_child (widget_class, GeditStatusbar, load_image);
+ gtk_widget_class_bind_template_child (widget_class, GeditStatusbar, save_image);
+ gtk_widget_class_bind_template_child (widget_class, GeditStatusbar, print_image);
+}
+
+static void
+gedit_statusbar_init (GeditStatusbar *statusbar)
+{
+ gtk_widget_init_template (GTK_WIDGET (statusbar));
+
+ statusbar->generic_message_context_id =
+ gtk_statusbar_get_context_id (GTK_STATUSBAR (statusbar), "generic_message");
+}
+
+/**
+ * gedit_statusbar_new:
+ *
+ * Creates a new #GeditStatusbar.
+ *
+ * Return value: the new #GeditStatusbar object
+ */
+GtkWidget *
+gedit_statusbar_new (void)
+{
+ return g_object_new (GEDIT_TYPE_STATUSBAR, NULL);
+}
+
+static gboolean
+remove_message_timeout (GeditStatusbar *statusbar)
+{
+ gtk_statusbar_remove (GTK_STATUSBAR (statusbar),
+ statusbar->flash_context_id,
+ statusbar->flash_message_id);
+
+ /* Remove the timeout. */
+ statusbar->flash_timeout = 0;
+ return G_SOURCE_REMOVE;
+}
+
+static void
+flash_text (GeditStatusbar *statusbar,
+ guint context_id,
+ const gchar *text)
+{
+ const guint32 flash_length = 3000; /* Three seconds. */
+
+ /* Remove a currently ongoing flash message. */
+ if (statusbar->flash_timeout > 0)
+ {
+ g_source_remove (statusbar->flash_timeout);
+ statusbar->flash_timeout = 0;
+
+ gtk_statusbar_remove (GTK_STATUSBAR (statusbar),
+ statusbar->flash_context_id,
+ statusbar->flash_message_id);
+ }
+
+ statusbar->flash_context_id = context_id;
+ statusbar->flash_message_id = gtk_statusbar_push (GTK_STATUSBAR (statusbar),
+ context_id,
+ text);
+
+ statusbar->flash_timeout = g_timeout_add (flash_length,
+ (GSourceFunc) remove_message_timeout,
+ statusbar);
+}
+
+/* FIXME this is an issue for introspection */
+/**
+ * gedit_statusbar_flash_message:
+ * @statusbar: a #GeditStatusbar
+ * @context_id: message context_id
+ * @format: message to flash on the statusbar
+ * @...: the arguments to insert in @format
+ *
+ * Flash a temporary message on the statusbar.
+ */
+void
+gedit_statusbar_flash_message (GeditStatusbar *statusbar,
+ guint context_id,
+ const gchar *format,
+ ...)
+{
+ va_list args;
+ gchar *text;
+
+ g_return_if_fail (GEDIT_IS_STATUSBAR (statusbar));
+ g_return_if_fail (format != NULL);
+
+ va_start (args, format);
+ text = g_strdup_vprintf (format, args);
+ va_end (args);
+
+ flash_text (statusbar, context_id, text);
+
+ g_free (text);
+}
+
+void
+_gedit_statusbar_flash_generic_message (GeditStatusbar *statusbar,
+ const gchar *format,
+ ...)
+{
+ va_list args;
+ gchar *text;
+
+ g_return_if_fail (GEDIT_IS_STATUSBAR (statusbar));
+ g_return_if_fail (format != NULL);
+
+ va_start (args, format);
+ text = g_strdup_vprintf (format, args);
+ va_end (args);
+
+ flash_text (statusbar, statusbar->generic_message_context_id, text);
+
+ g_free (text);
+}
+
+void
+gedit_statusbar_set_window_state (GeditStatusbar *statusbar,
+ GeditWindowState state,
+ gint num_of_errors)
+{
+ g_return_if_fail (GEDIT_IS_STATUSBAR (statusbar));
+
+ gtk_widget_hide (statusbar->state_frame);
+ gtk_widget_hide (statusbar->save_image);
+ gtk_widget_hide (statusbar->load_image);
+ gtk_widget_hide (statusbar->print_image);
+
+ if (state & GEDIT_WINDOW_STATE_SAVING)
+ {
+ gtk_widget_show (statusbar->state_frame);
+ gtk_widget_show (statusbar->save_image);
+ }
+ if (state & GEDIT_WINDOW_STATE_LOADING)
+ {
+ gtk_widget_show (statusbar->state_frame);
+ gtk_widget_show (statusbar->load_image);
+ }
+ if (state & GEDIT_WINDOW_STATE_PRINTING)
+ {
+ gtk_widget_show (statusbar->state_frame);
+ gtk_widget_show (statusbar->print_image);
+ }
+ if (state & GEDIT_WINDOW_STATE_ERROR)
+ {
+ gchar *tip;
+
+ tip = g_strdup_printf (ngettext("There is a tab with errors",
+ "There are %d tabs with errors",
+ num_of_errors),
+ num_of_errors);
+
+ gtk_widget_set_tooltip_text (statusbar->error_image, tip);
+ g_free (tip);
+
+ gtk_widget_show (statusbar->error_frame);
+ }
+ else
+ {
+ gtk_widget_hide (statusbar->error_frame);
+ }
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-statusbar.h b/gedit/gedit-statusbar.h
new file mode 100644
index 0000000..c7d90c1
--- /dev/null
+++ b/gedit/gedit-statusbar.h
@@ -0,0 +1,53 @@
+/*
+ * gedit-statusbar.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Borelli
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_STATUSBAR_H
+#define GEDIT_STATUSBAR_H
+
+#include <gtk/gtk.h>
+#include <gedit/gedit-window.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_STATUSBAR (gedit_statusbar_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditStatusbar, gedit_statusbar, GEDIT, STATUSBAR, GtkStatusbar)
+
+GtkWidget *gedit_statusbar_new (void);
+
+void gedit_statusbar_set_window_state (GeditStatusbar *statusbar,
+ GeditWindowState state,
+ gint num_of_errors);
+
+void gedit_statusbar_flash_message (GeditStatusbar *statusbar,
+ guint context_id,
+ const gchar *format,
+ ...) G_GNUC_PRINTF(3, 4);
+
+G_GNUC_INTERNAL
+void _gedit_statusbar_flash_generic_message (GeditStatusbar *statusbar,
+ const gchar *format,
+ ...) G_GNUC_PRINTF(2, 3);
+
+G_END_DECLS
+
+#endif
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-tab-label.c b/gedit/gedit-tab-label.c
new file mode 100644
index 0000000..d24b2e5
--- /dev/null
+++ b/gedit/gedit-tab-label.c
@@ -0,0 +1,295 @@
+/*
+ * gedit-tab-label.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Paolo Borelli
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-tab-label.h"
+#include "gedit-tab-private.h"
+
+struct _GeditTabLabel
+{
+ GtkBox parent_instance;
+
+ GeditTab *tab;
+
+ GtkWidget *spinner;
+ GtkWidget *icon;
+ GtkWidget *label;
+ GtkWidget *close_button;
+};
+
+enum
+{
+ PROP_0,
+ PROP_TAB,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+enum
+{
+ CLOSE_CLICKED,
+ LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL];
+
+G_DEFINE_TYPE (GeditTabLabel, gedit_tab_label, GTK_TYPE_BOX)
+
+static void
+gedit_tab_label_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditTabLabel *tab_label = GEDIT_TAB_LABEL (object);
+
+ switch (prop_id)
+ {
+ case PROP_TAB:
+ g_return_if_fail (tab_label->tab == NULL);
+ tab_label->tab = GEDIT_TAB (g_value_get_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_tab_label_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditTabLabel *tab_label = GEDIT_TAB_LABEL (object);
+
+ switch (prop_id)
+ {
+ case PROP_TAB:
+ g_value_set_object (value, tab_label->tab);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+close_button_clicked_cb (GtkWidget *widget,
+ GeditTabLabel *tab_label)
+{
+ g_signal_emit (tab_label, signals[CLOSE_CLICKED], 0, NULL);
+}
+
+static void
+sync_tooltip (GeditTab *tab,
+ GeditTabLabel *tab_label)
+{
+ gchar *str;
+
+ str = _gedit_tab_get_tooltip (tab);
+ g_return_if_fail (str != NULL);
+
+ gtk_widget_set_tooltip_markup (GTK_WIDGET (tab_label), str);
+ g_free (str);
+}
+
+static void
+sync_name (GeditTab *tab,
+ GParamSpec *pspec,
+ GeditTabLabel *tab_label)
+{
+ gchar *str;
+
+ g_return_if_fail (tab == tab_label->tab);
+
+ str = _gedit_tab_get_name (tab);
+ g_return_if_fail (str != NULL);
+
+ gtk_label_set_text (GTK_LABEL (tab_label->label), str);
+ g_free (str);
+
+ sync_tooltip (tab, tab_label);
+}
+
+static void
+update_close_button_sensitivity (GeditTabLabel *tab_label)
+{
+ GeditTabState state = gedit_tab_get_state (tab_label->tab);
+
+ gtk_widget_set_sensitive (tab_label->close_button,
+ (state != GEDIT_TAB_STATE_CLOSING) &&
+ (state != GEDIT_TAB_STATE_SAVING) &&
+ (state != GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW) &&
+ (state != GEDIT_TAB_STATE_PRINTING) &&
+ (state != GEDIT_TAB_STATE_SAVING_ERROR));
+}
+
+static void
+sync_state (GeditTab *tab,
+ GParamSpec *pspec,
+ GeditTabLabel *tab_label)
+{
+ GeditTabState state;
+
+ g_return_if_fail (tab == tab_label->tab);
+
+ update_close_button_sensitivity (tab_label);
+
+ state = gedit_tab_get_state (tab);
+
+ if ((state == GEDIT_TAB_STATE_LOADING) ||
+ (state == GEDIT_TAB_STATE_SAVING) ||
+ (state == GEDIT_TAB_STATE_REVERTING))
+ {
+ gtk_widget_hide (tab_label->icon);
+
+ gtk_widget_show (tab_label->spinner);
+ gtk_spinner_start (GTK_SPINNER (tab_label->spinner));
+ }
+ else
+ {
+ GdkPixbuf *pixbuf;
+
+ pixbuf = _gedit_tab_get_icon (tab);
+
+ if (pixbuf != NULL)
+ {
+ gtk_image_set_from_pixbuf (GTK_IMAGE (tab_label->icon),
+ pixbuf);
+
+ g_clear_object (&pixbuf);
+
+ gtk_widget_show (tab_label->icon);
+ }
+ else
+ {
+ gtk_widget_hide (tab_label->icon);
+ }
+
+ gtk_spinner_stop (GTK_SPINNER (tab_label->spinner));
+ gtk_widget_hide (tab_label->spinner);
+ }
+
+ /* sync tip since encoding is known only after load/save end */
+ sync_tooltip (tab, tab_label);
+}
+
+static void
+gedit_tab_label_constructed (GObject *object)
+{
+ GeditTabLabel *tab_label = GEDIT_TAB_LABEL (object);
+
+ if (tab_label->tab == NULL)
+ {
+ g_critical ("The tab label was not properly constructed");
+ return;
+ }
+
+ sync_name (tab_label->tab, NULL, tab_label);
+ sync_state (tab_label->tab, NULL, tab_label);
+
+ g_signal_connect_object (tab_label->tab,
+ "notify::name",
+ G_CALLBACK (sync_name),
+ tab_label,
+ 0);
+
+ g_signal_connect_object (tab_label->tab,
+ "notify::state",
+ G_CALLBACK (sync_state),
+ tab_label,
+ 0);
+
+ G_OBJECT_CLASS (gedit_tab_label_parent_class)->constructed (object);
+}
+
+static void
+gedit_tab_label_close_clicked (GeditTabLabel *tab_label)
+{
+}
+
+static void
+gedit_tab_label_class_init (GeditTabLabelClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ object_class->set_property = gedit_tab_label_set_property;
+ object_class->get_property = gedit_tab_label_get_property;
+ object_class->constructed = gedit_tab_label_constructed;
+
+ properties[PROP_TAB] =
+ g_param_spec_object ("tab",
+ "Tab",
+ "The GeditTab",
+ GEDIT_TYPE_TAB,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+
+ signals[CLOSE_CLICKED] =
+ g_signal_new_class_handler ("close-clicked",
+ G_TYPE_FROM_CLASS (klass),
+ G_SIGNAL_RUN_LAST,
+ G_CALLBACK (gedit_tab_label_close_clicked),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 0);
+
+ /* Bind class to template */
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/ui/gedit-tab-label.ui");
+ gtk_widget_class_bind_template_child (widget_class, GeditTabLabel, spinner);
+ gtk_widget_class_bind_template_child (widget_class, GeditTabLabel, icon);
+ gtk_widget_class_bind_template_child (widget_class, GeditTabLabel, label);
+ gtk_widget_class_bind_template_child (widget_class, GeditTabLabel, close_button);
+}
+
+static void
+gedit_tab_label_init (GeditTabLabel *tab_label)
+{
+ gtk_widget_init_template (GTK_WIDGET (tab_label));
+
+ g_signal_connect (tab_label->close_button,
+ "clicked",
+ G_CALLBACK (close_button_clicked_cb),
+ tab_label);
+}
+
+GeditTab *
+gedit_tab_label_get_tab (GeditTabLabel *tab_label)
+{
+ g_return_val_if_fail (GEDIT_IS_TAB_LABEL (tab_label), NULL);
+
+ return tab_label->tab;
+}
+
+GtkWidget *
+gedit_tab_label_new (GeditTab *tab)
+{
+ return g_object_new (GEDIT_TYPE_TAB_LABEL,
+ "tab", tab,
+ NULL);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-tab-label.h b/gedit/gedit-tab-label.h
new file mode 100644
index 0000000..df54eae
--- /dev/null
+++ b/gedit/gedit-tab-label.h
@@ -0,0 +1,41 @@
+/*
+ * gedit-tab-label.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Paolo Borelli
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_TAB_LABEL_H
+#define GEDIT_TAB_LABEL_H
+
+#include <gtk/gtk.h>
+#include <gedit/gedit-tab.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_TAB_LABEL (gedit_tab_label_get_type ())
+
+G_DECLARE_FINAL_TYPE (GeditTabLabel, gedit_tab_label, GEDIT, TAB_LABEL, GtkBox)
+
+GtkWidget *gedit_tab_label_new (GeditTab *tab);
+
+GeditTab *gedit_tab_label_get_tab (GeditTabLabel *tab_label);
+
+G_END_DECLS
+
+#endif /* GEDIT_TAB_LABEL_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-tab-private.h b/gedit/gedit-tab-private.h
new file mode 100644
index 0000000..1b84f13
--- /dev/null
+++ b/gedit/gedit-tab-private.h
@@ -0,0 +1,81 @@
+/*
+ * gedit-tab.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_TAB_PRIVATE_H
+#define GEDIT_TAB_PRIVATE_H
+
+#include "gedit-tab.h"
+#include "gedit-view-frame.h"
+
+G_BEGIN_DECLS
+
+GeditTab *_gedit_tab_new (void);
+
+gchar *_gedit_tab_get_name (GeditTab *tab);
+
+gchar *_gedit_tab_get_tooltip (GeditTab *tab);
+
+GdkPixbuf *_gedit_tab_get_icon (GeditTab *tab);
+
+void _gedit_tab_load (GeditTab *tab,
+ GFile *location,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos,
+ gboolean create);
+
+void _gedit_tab_load_stream (GeditTab *tab,
+ GInputStream *location,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos);
+
+void _gedit_tab_revert (GeditTab *tab);
+
+void _gedit_tab_save_async (GeditTab *tab,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean _gedit_tab_save_finish (GeditTab *tab,
+ GAsyncResult *result);
+
+void _gedit_tab_save_as_async (GeditTab *tab,
+ GFile *location,
+ const GtkSourceEncoding *encoding,
+ GtkSourceNewlineType newline_type,
+ GtkSourceCompressionType compression_type,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+void _gedit_tab_print (GeditTab *tab);
+
+void _gedit_tab_mark_for_closing (GeditTab *tab);
+
+gboolean _gedit_tab_get_can_close (GeditTab *tab);
+
+GeditViewFrame *_gedit_tab_get_view_frame (GeditTab *tab);
+
+G_END_DECLS
+
+#endif /* GEDIT_TAB_PRIVATE_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-tab.c b/gedit/gedit-tab.c
new file mode 100644
index 0000000..3e3fc5b
--- /dev/null
+++ b/gedit/gedit-tab.c
@@ -0,0 +1,3057 @@
+/*
+ * gedit-tab.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ * Copyright (C) 2014, 2015 - Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-tab.h"
+#include "gedit-tab-private.h"
+
+#include <stdlib.h>
+#include <glib/gi18n.h>
+#include <tepl/tepl.h>
+
+#include "gedit-app.h"
+#include "gedit-app-private.h"
+#include "gedit-recent.h"
+#include "gedit-utils.h"
+#include "gedit-io-error-info-bar.h"
+#include "gedit-print-job.h"
+#include "gedit-print-preview.h"
+#include "gedit-debug.h"
+#include "gedit-document.h"
+#include "gedit-document-private.h"
+#include "gedit-enum-types.h"
+#include "gedit-settings.h"
+#include "gedit-view-frame.h"
+
+#define GEDIT_TAB_KEY "GEDIT_TAB_KEY"
+
+struct _GeditTab
+{
+ GtkBox parent_instance;
+
+ GeditTabState state;
+
+ GSettings *editor_settings;
+
+ GeditViewFrame *frame;
+
+ GtkWidget *info_bar;
+
+ GeditPrintJob *print_job;
+ GtkWidget *print_preview;
+
+ GtkSourceFileSaverFlags save_flags;
+
+ guint scroll_timeout;
+ guint scroll_idle;
+
+ gint auto_save_interval;
+ guint auto_save_timeout;
+
+ GCancellable *cancellable;
+
+ guint editable : 1;
+ guint auto_save : 1;
+
+ guint ask_if_externally_modified : 1;
+};
+
+typedef struct _SaverData SaverData;
+typedef struct _LoaderData LoaderData;
+
+struct _SaverData
+{
+ GtkSourceFileSaver *saver;
+
+ GTimer *timer;
+
+ /* Notes about the create_backup saver flag:
+ * - At the beginning of a new file saving, force_no_backup is FALSE.
+ * The create_backup flag is set to the saver if it is enabled in
+ * GSettings and if it isn't an auto-save.
+ * - If creating the backup gives an error, and if the user wants to
+ * save the file without the backup, force_no_backup is set to TRUE
+ * and the create_backup flag is removed from the saver.
+ * force_no_backup as TRUE means that the create_backup flag should
+ * never be added again to the saver (for the current file saving).
+ * - When another error occurs and if the user explicitly retry again
+ * the file saving, the create_backup flag is added to the saver if
+ * (1) it is enabled in GSettings, (2) if force_no_backup is FALSE.
+ * - The create_backup flag is added when the user expressed his or her
+ * willing to save the file, by pressing a button for example. For an
+ * auto-save, the create_backup flag is thus not added initially, but
+ * can be added later when an error occurs and the user clicks on a
+ * button in the info bar to retry the file saving.
+ */
+ guint force_no_backup : 1;
+};
+
+struct _LoaderData
+{
+ GeditTab *tab;
+ GtkSourceFileLoader *loader;
+ GTimer *timer;
+ gint line_pos;
+ gint column_pos;
+ guint user_requested_encoding : 1;
+};
+
+G_DEFINE_TYPE (GeditTab, gedit_tab, GTK_TYPE_BOX)
+
+enum
+{
+ PROP_0,
+ PROP_NAME,
+ PROP_STATE,
+ PROP_AUTO_SAVE,
+ PROP_AUTO_SAVE_INTERVAL,
+ PROP_CAN_CLOSE,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+enum
+{
+ DROP_URIS,
+ LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL];
+
+static gboolean gedit_tab_auto_save (GeditTab *tab);
+
+static void launch_loader (GTask *loading_task,
+ const GtkSourceEncoding *encoding);
+
+static void launch_saver (GTask *saving_task);
+
+static SaverData *
+saver_data_new (void)
+{
+ return g_slice_new0 (SaverData);
+}
+
+static void
+saver_data_free (SaverData *data)
+{
+ if (data != NULL)
+ {
+ if (data->saver != NULL)
+ {
+ g_object_unref (data->saver);
+ }
+
+ if (data->timer != NULL)
+ {
+ g_timer_destroy (data->timer);
+ }
+
+ g_slice_free (SaverData, data);
+ }
+}
+
+static LoaderData *
+loader_data_new (void)
+{
+ return g_slice_new0 (LoaderData);
+}
+
+static void
+loader_data_free (LoaderData *data)
+{
+ if (data != NULL)
+ {
+ if (data->loader != NULL)
+ {
+ g_object_unref (data->loader);
+ }
+
+ if (data->timer != NULL)
+ {
+ g_timer_destroy (data->timer);
+ }
+
+ g_slice_free (LoaderData, data);
+ }
+}
+
+static void
+set_editable (GeditTab *tab,
+ gboolean editable)
+{
+ GeditView *view;
+ gboolean val;
+
+ tab->editable = editable != FALSE;
+
+ view = gedit_tab_get_view (tab);
+
+ val = (tab->state == GEDIT_TAB_STATE_NORMAL &&
+ tab->editable);
+
+ gtk_text_view_set_editable (GTK_TEXT_VIEW (view), val);
+}
+
+static void
+install_auto_save_timeout (GeditTab *tab)
+{
+ if (tab->auto_save_timeout == 0)
+ {
+ g_return_if_fail (tab->auto_save_interval > 0);
+
+ tab->auto_save_timeout = g_timeout_add_seconds (tab->auto_save_interval * 60,
+ (GSourceFunc) gedit_tab_auto_save,
+ tab);
+ }
+}
+
+static void
+remove_auto_save_timeout (GeditTab *tab)
+{
+ gedit_debug (DEBUG_TAB);
+
+ if (tab->auto_save_timeout > 0)
+ {
+ g_source_remove (tab->auto_save_timeout);
+ tab->auto_save_timeout = 0;
+ }
+}
+
+static void
+update_auto_save_timeout (GeditTab *tab)
+{
+ GeditDocument *doc;
+ GtkSourceFile *file;
+
+ gedit_debug (DEBUG_TAB);
+
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+
+ if (tab->state == GEDIT_TAB_STATE_NORMAL &&
+ tab->auto_save &&
+ !_gedit_document_is_untitled (doc) &&
+ !gtk_source_file_is_readonly (file))
+ {
+ install_auto_save_timeout (tab);
+ }
+ else
+ {
+ remove_auto_save_timeout (tab);
+ }
+}
+
+static void
+gedit_tab_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditTab *tab = GEDIT_TAB (object);
+
+ switch (prop_id)
+ {
+ case PROP_NAME:
+ g_value_take_string (value, _gedit_tab_get_name (tab));
+ break;
+
+ case PROP_STATE:
+ g_value_set_enum (value, gedit_tab_get_state (tab));
+ break;
+
+ case PROP_AUTO_SAVE:
+ g_value_set_boolean (value, gedit_tab_get_auto_save_enabled (tab));
+ break;
+
+ case PROP_AUTO_SAVE_INTERVAL:
+ g_value_set_int (value, gedit_tab_get_auto_save_interval (tab));
+ break;
+
+ case PROP_CAN_CLOSE:
+ g_value_set_boolean (value, _gedit_tab_get_can_close (tab));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_tab_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditTab *tab = GEDIT_TAB (object);
+
+ switch (prop_id)
+ {
+ case PROP_AUTO_SAVE:
+ gedit_tab_set_auto_save_enabled (tab, g_value_get_boolean (value));
+ break;
+
+ case PROP_AUTO_SAVE_INTERVAL:
+ gedit_tab_set_auto_save_interval (tab, g_value_get_int (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_tab_dispose (GObject *object)
+{
+ GeditTab *tab = GEDIT_TAB (object);
+
+ g_clear_object (&tab->editor_settings);
+ g_clear_object (&tab->print_job);
+ g_clear_object (&tab->print_preview);
+
+ remove_auto_save_timeout (tab);
+
+ if (tab->scroll_timeout != 0)
+ {
+ g_source_remove (tab->scroll_timeout);
+ tab->scroll_timeout = 0;
+ }
+
+ if (tab->scroll_idle != 0)
+ {
+ g_source_remove (tab->scroll_idle);
+ tab->scroll_idle = 0;
+ }
+
+ if (tab->cancellable != NULL)
+ {
+ g_cancellable_cancel (tab->cancellable);
+ g_clear_object (&tab->cancellable);
+ }
+
+ G_OBJECT_CLASS (gedit_tab_parent_class)->dispose (object);
+}
+
+static void
+gedit_tab_grab_focus (GtkWidget *widget)
+{
+ GeditTab *tab = GEDIT_TAB (widget);
+
+ GTK_WIDGET_CLASS (gedit_tab_parent_class)->grab_focus (widget);
+
+ if (tab->info_bar != NULL)
+ {
+ gtk_widget_grab_focus (tab->info_bar);
+ }
+ else
+ {
+ GeditView *view = gedit_tab_get_view (tab);
+ gtk_widget_grab_focus (GTK_WIDGET (view));
+ }
+}
+
+static void
+gedit_tab_drop_uris (GeditTab *tab,
+ gchar **uri_list)
+{
+ gedit_debug (DEBUG_TAB);
+}
+
+static void
+gedit_tab_class_init (GeditTabClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *gtkwidget_class = GTK_WIDGET_CLASS (klass);
+
+ object_class->dispose = gedit_tab_dispose;
+ object_class->get_property = gedit_tab_get_property;
+ object_class->set_property = gedit_tab_set_property;
+
+ gtkwidget_class->grab_focus = gedit_tab_grab_focus;
+
+ properties[PROP_NAME] =
+ g_param_spec_string ("name",
+ "Name",
+ "The tab's name",
+ NULL,
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_STATE] =
+ g_param_spec_enum ("state",
+ "State",
+ "The tab's state",
+ GEDIT_TYPE_TAB_STATE,
+ GEDIT_TAB_STATE_NORMAL,
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_AUTO_SAVE] =
+ g_param_spec_boolean ("autosave",
+ "Autosave",
+ "Autosave feature",
+ TRUE,
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_AUTO_SAVE_INTERVAL] =
+ g_param_spec_int ("autosave-interval",
+ "AutosaveInterval",
+ "Time between two autosaves",
+ 0,
+ G_MAXINT,
+ 0,
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_CAN_CLOSE] =
+ g_param_spec_boolean ("can-close",
+ "Can close",
+ "Whether the tab can be closed",
+ TRUE,
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+
+ signals[DROP_URIS] =
+ g_signal_new_class_handler ("drop-uris",
+ G_TYPE_FROM_CLASS (klass),
+ G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
+ G_CALLBACK (gedit_tab_drop_uris),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ G_TYPE_STRV);
+}
+
+/**
+ * gedit_tab_get_state:
+ * @tab: a #GeditTab
+ *
+ * Gets the #GeditTabState of @tab.
+ *
+ * Returns: the #GeditTabState of @tab
+ */
+GeditTabState
+gedit_tab_get_state (GeditTab *tab)
+{
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), GEDIT_TAB_STATE_NORMAL);
+
+ return tab->state;
+}
+
+static void
+set_cursor_according_to_state (GtkTextView *view,
+ GeditTabState state)
+{
+ GdkDisplay *display;
+ GdkCursor *cursor;
+ GdkWindow *text_window;
+ GdkWindow *left_window;
+
+ display = gtk_widget_get_display (GTK_WIDGET (view));
+
+ text_window = gtk_text_view_get_window (view, GTK_TEXT_WINDOW_TEXT);
+ left_window = gtk_text_view_get_window (view, GTK_TEXT_WINDOW_LEFT);
+
+ if ((state == GEDIT_TAB_STATE_LOADING) ||
+ (state == GEDIT_TAB_STATE_REVERTING) ||
+ (state == GEDIT_TAB_STATE_SAVING) ||
+ (state == GEDIT_TAB_STATE_PRINTING) ||
+ (state == GEDIT_TAB_STATE_CLOSING))
+ {
+ cursor = gdk_cursor_new_from_name (display, "progress");
+
+ if (text_window != NULL)
+ gdk_window_set_cursor (text_window, cursor);
+ if (left_window != NULL)
+ gdk_window_set_cursor (left_window, cursor);
+
+ g_clear_object (&cursor);
+ }
+ else
+ {
+ cursor = gdk_cursor_new_from_name (display, "text");
+
+ if (text_window != NULL)
+ gdk_window_set_cursor (text_window, cursor);
+ if (left_window != NULL)
+ gdk_window_set_cursor (left_window, NULL);
+
+ g_clear_object (&cursor);
+ }
+}
+
+static void
+view_realized (GtkTextView *view,
+ GeditTab *tab)
+{
+ set_cursor_according_to_state (view, tab->state);
+}
+
+static void
+set_view_properties_according_to_state (GeditTab *tab,
+ GeditTabState state)
+{
+ GeditView *view;
+ gboolean val;
+ gboolean hl_current_line;
+
+ hl_current_line = g_settings_get_boolean (tab->editor_settings,
+ GEDIT_SETTINGS_HIGHLIGHT_CURRENT_LINE);
+
+ view = gedit_tab_get_view (tab);
+
+ val = ((state == GEDIT_TAB_STATE_NORMAL) &&
+ tab->editable);
+ gtk_text_view_set_editable (GTK_TEXT_VIEW (view), val);
+
+ val = ((state != GEDIT_TAB_STATE_LOADING) &&
+ (state != GEDIT_TAB_STATE_CLOSING));
+ gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (view), val);
+
+ val = ((state != GEDIT_TAB_STATE_LOADING) &&
+ (state != GEDIT_TAB_STATE_CLOSING) &&
+ (hl_current_line));
+ gtk_source_view_set_highlight_current_line (GTK_SOURCE_VIEW (view), val);
+}
+
+static void
+gedit_tab_set_state (GeditTab *tab,
+ GeditTabState state)
+{
+ g_return_if_fail ((state >= 0) && (state < GEDIT_TAB_NUM_OF_STATES));
+
+ if (tab->state == state)
+ {
+ return;
+ }
+
+ tab->state = state;
+
+ set_view_properties_according_to_state (tab, state);
+
+ /* Hide or show the document.
+ * For GEDIT_TAB_STATE_LOADING_ERROR, tab->frame is either shown or
+ * hidden, depending on the error.
+ */
+ if (state == GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW)
+ {
+ gtk_widget_hide (GTK_WIDGET (tab->frame));
+ }
+ else if (state != GEDIT_TAB_STATE_LOADING_ERROR)
+ {
+ gtk_widget_show (GTK_WIDGET (tab->frame));
+ }
+
+ set_cursor_according_to_state (GTK_TEXT_VIEW (gedit_tab_get_view (tab)),
+ state);
+
+ update_auto_save_timeout (tab);
+
+ g_object_notify_by_pspec (G_OBJECT (tab), properties[PROP_STATE]);
+ g_object_notify_by_pspec (G_OBJECT (tab), properties[PROP_CAN_CLOSE]);
+}
+
+static void
+document_location_notify_handler (GtkSourceFile *file,
+ GParamSpec *pspec,
+ GeditTab *tab)
+{
+ gedit_debug (DEBUG_TAB);
+
+ /* Notify the change in the location */
+ g_object_notify_by_pspec (G_OBJECT (tab), properties[PROP_NAME]);
+}
+
+static void
+document_shortname_notify_handler (TeplFile *file,
+ GParamSpec *pspec,
+ GeditTab *tab)
+{
+ gedit_debug (DEBUG_TAB);
+
+ /* Notify the change in the shortname */
+ g_object_notify_by_pspec (G_OBJECT (tab), properties[PROP_NAME]);
+}
+
+static void
+document_modified_changed (GtkTextBuffer *document,
+ GeditTab *tab)
+{
+ g_object_notify_by_pspec (G_OBJECT (tab), properties[PROP_NAME]);
+ g_object_notify_by_pspec (G_OBJECT (tab), properties[PROP_CAN_CLOSE]);
+}
+
+/* This function must be used carefully, and should be replaced by
+ * tepl_tab_add_info_bar() (note the *add*, not *set*).
+ * When certain infobars are set, it also configures GeditTab to be in a certain
+ * state (e.g. non-editable) and it waits a response from the infobar to restore
+ * the GeditTab state. If another infobar is set in the meantime, there will be
+ * a bug.
+ */
+static void
+set_info_bar (GeditTab *tab,
+ GtkWidget *info_bar)
+{
+ if (tab->info_bar == info_bar)
+ {
+ return;
+ }
+
+ if (tab->info_bar != NULL)
+ {
+ gtk_widget_destroy (tab->info_bar);
+ tab->info_bar = NULL;
+ }
+
+ tab->info_bar = info_bar;
+
+ if (info_bar != NULL)
+ {
+ gtk_box_pack_start (GTK_BOX (tab), info_bar, FALSE, FALSE, 0);
+ gtk_widget_show (info_bar);
+ }
+}
+
+static void
+remove_tab (GeditTab *tab)
+{
+ GtkWidget *notebook;
+
+ notebook = gtk_widget_get_parent (GTK_WIDGET (tab));
+ gtk_container_remove (GTK_CONTAINER (notebook), GTK_WIDGET (tab));
+}
+
+static void
+io_loading_error_info_bar_response (GtkWidget *info_bar,
+ gint response_id,
+ GTask *loading_task)
+{
+ LoaderData *data = g_task_get_task_data (loading_task);
+ GFile *location;
+ const GtkSourceEncoding *encoding;
+
+ location = gtk_source_file_loader_get_location (data->loader);
+
+ switch (response_id)
+ {
+ case GTK_RESPONSE_OK:
+ encoding = gedit_conversion_error_info_bar_get_encoding (GTK_WIDGET (info_bar));
+
+ set_info_bar (data->tab, NULL);
+ gedit_tab_set_state (data->tab, GEDIT_TAB_STATE_LOADING);
+
+ launch_loader (loading_task, encoding);
+ break;
+
+ case GTK_RESPONSE_YES:
+ /* This means that we want to edit the document anyway */
+ set_editable (data->tab, TRUE);
+ set_info_bar (data->tab, NULL);
+ gedit_tab_set_state (data->tab, GEDIT_TAB_STATE_NORMAL);
+
+ g_task_return_boolean (loading_task, TRUE);
+ g_object_unref (loading_task);
+ break;
+
+ default:
+ if (location != NULL)
+ {
+ gedit_recent_remove_if_local (location);
+ }
+
+ remove_tab (data->tab);
+
+ g_task_return_boolean (loading_task, FALSE);
+ g_object_unref (loading_task);
+ break;
+ }
+}
+
+static void
+file_already_open_warning_info_bar_response (GtkWidget *info_bar,
+ gint response_id,
+ GeditTab *tab)
+{
+ GeditView *view = gedit_tab_get_view (tab);
+
+ if (response_id == GTK_RESPONSE_YES)
+ {
+ set_editable (tab, TRUE);
+ }
+
+ set_info_bar (tab, NULL);
+
+ gtk_widget_grab_focus (GTK_WIDGET (view));
+}
+
+static void
+load_cancelled (GtkWidget *bar,
+ gint response_id,
+ GTask *loading_task)
+{
+ LoaderData *data = g_task_get_task_data (loading_task);
+
+ g_return_if_fail (TEPL_IS_PROGRESS_INFO_BAR (data->tab->info_bar));
+
+ g_cancellable_cancel (g_task_get_cancellable (loading_task));
+ remove_tab (data->tab);
+}
+
+static void
+unrecoverable_reverting_error_info_bar_response (GtkWidget *info_bar,
+ gint response_id,
+ GTask *loading_task)
+{
+ LoaderData *data = g_task_get_task_data (loading_task);
+ GeditView *view;
+
+ gedit_tab_set_state (data->tab, GEDIT_TAB_STATE_NORMAL);
+
+ set_info_bar (data->tab, NULL);
+
+ view = gedit_tab_get_view (data->tab);
+ gtk_widget_grab_focus (GTK_WIDGET (view));
+
+ g_task_return_boolean (loading_task, FALSE);
+ g_object_unref (loading_task);
+}
+
+#define MAX_MSG_LENGTH 100
+
+static void
+show_loading_info_bar (GTask *loading_task)
+{
+ LoaderData *data = g_task_get_task_data (loading_task);
+ TeplProgressInfoBar *bar;
+ GeditDocument *doc;
+ gchar *name;
+ gchar *dirname = NULL;
+ gchar *msg = NULL;
+ gchar *name_markup;
+ gchar *dirname_markup;
+ gint len;
+
+ if (data->tab->info_bar != NULL)
+ {
+ return;
+ }
+
+ gedit_debug (DEBUG_TAB);
+
+ doc = gedit_tab_get_document (data->tab);
+
+ name = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ len = g_utf8_strlen (name, -1);
+
+ /* if the name is awfully long, truncate it and be done with it,
+ * otherwise also show the directory (ellipsized if needed)
+ */
+ if (len > MAX_MSG_LENGTH)
+ {
+ gchar *str;
+
+ str = tepl_utils_str_middle_truncate (name, MAX_MSG_LENGTH);
+ g_free (name);
+ name = str;
+ }
+ else
+ {
+ GtkSourceFile *file = gedit_document_get_file (doc);
+ GFile *location = gtk_source_file_get_location (file);
+
+ if (location != NULL)
+ {
+ gchar *str = gedit_utils_location_get_dirname_for_display (location);
+
+ /* use the remaining space for the dir, but use a min of 20 chars
+ * so that we do not end up with a dirname like "(a...b)".
+ * This means that in the worst case when the filename is long 99
+ * we have a title long 99 + 20, but I think it's a rare enough
+ * case to be acceptable. It's justa darn title afterall :)
+ */
+ dirname = tepl_utils_str_middle_truncate (str,
+ MAX (20, MAX_MSG_LENGTH - len));
+ g_free (str);
+ }
+ }
+
+ name_markup = g_markup_printf_escaped ("<b>%s</b>", name);
+
+ if (data->tab->state == GEDIT_TAB_STATE_REVERTING)
+ {
+ if (dirname != NULL)
+ {
+ dirname_markup = g_markup_printf_escaped ("<b>%s</b>", dirname);
+
+ /* Translators: the first %s is a file name (e.g. test.txt) the second one
+ is a directory (e.g. ssh://master.gnome.org/home/users/paolo) */
+ msg = g_strdup_printf (_("Reverting %s from %s"),
+ name_markup,
+ dirname_markup);
+ g_free (dirname_markup);
+ }
+ else
+ {
+ msg = g_strdup_printf (_("Reverting %s"), name_markup);
+ }
+
+ bar = tepl_progress_info_bar_new ("document-revert", msg, TRUE);
+ }
+ else
+ {
+ if (dirname != NULL)
+ {
+ dirname_markup = g_markup_printf_escaped ("<b>%s</b>", dirname);
+
+ /* Translators: the first %s is a file name (e.g. test.txt) the second one
+ is a directory (e.g. ssh://master.gnome.org/home/users/paolo) */
+ msg = g_strdup_printf (_("Loading %s from %s"),
+ name_markup,
+ dirname_markup);
+ g_free (dirname_markup);
+ }
+ else
+ {
+ msg = g_strdup_printf (_("Loading %s"), name_markup);
+ }
+
+ bar = tepl_progress_info_bar_new ("document-open", msg, TRUE);
+ }
+
+ g_signal_connect_object (bar,
+ "response",
+ G_CALLBACK (load_cancelled),
+ loading_task,
+ 0);
+
+ set_info_bar (data->tab, GTK_WIDGET (bar));
+
+ g_free (msg);
+ g_free (name);
+ g_free (name_markup);
+ g_free (dirname);
+}
+
+static void
+show_saving_info_bar (GTask *saving_task)
+{
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ TeplProgressInfoBar *bar;
+ GeditDocument *doc;
+ gchar *short_name;
+ gchar *from;
+ gchar *to = NULL;
+ gchar *from_markup;
+ gchar *to_markup;
+ gchar *msg = NULL;
+ gint len;
+
+ if (tab->info_bar != NULL)
+ {
+ return;
+ }
+
+ gedit_debug (DEBUG_TAB);
+
+ doc = gedit_tab_get_document (tab);
+ short_name = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ len = g_utf8_strlen (short_name, -1);
+
+ /* if the name is awfully long, truncate it and be done with it,
+ * otherwise also show the directory (ellipsized if needed)
+ */
+ if (len > MAX_MSG_LENGTH)
+ {
+ from = tepl_utils_str_middle_truncate (short_name, MAX_MSG_LENGTH);
+ g_free (short_name);
+ }
+ else
+ {
+ gchar *str;
+ SaverData *data;
+ GFile *location;
+
+ data = g_task_get_task_data (saving_task);
+ location = gtk_source_file_saver_get_location (data->saver);
+
+ from = short_name;
+ to = g_file_get_parse_name (location);
+ str = tepl_utils_str_middle_truncate (to, MAX (20, MAX_MSG_LENGTH - len));
+ g_free (to);
+
+ to = str;
+ }
+
+ from_markup = g_markup_printf_escaped ("<b>%s</b>", from);
+
+ if (to != NULL)
+ {
+ to_markup = g_markup_printf_escaped ("<b>%s</b>", to);
+
+ /* Translators: the first %s is a file name (e.g. test.txt) the second one
+ is a directory (e.g. ssh://master.gnome.org/home/users/paolo) */
+ msg = g_strdup_printf (_("Saving %s to %s"), from_markup, to_markup);
+ g_free (to_markup);
+ }
+ else
+ {
+ msg = g_strdup_printf (_("Saving %s"), from_markup);
+ }
+
+ bar = tepl_progress_info_bar_new ("document-save", msg, FALSE);
+
+ set_info_bar (tab, GTK_WIDGET (bar));
+
+ g_free (msg);
+ g_free (to);
+ g_free (from);
+ g_free (from_markup);
+}
+
+static void
+info_bar_set_progress (GeditTab *tab,
+ goffset size,
+ goffset total_size)
+{
+ TeplProgressInfoBar *progress_info_bar;
+
+ if (tab->info_bar == NULL)
+ {
+ return;
+ }
+
+ gedit_debug_message (DEBUG_TAB, "%" G_GOFFSET_FORMAT "/%" G_GOFFSET_FORMAT, size, total_size);
+
+ g_return_if_fail (TEPL_IS_PROGRESS_INFO_BAR (tab->info_bar));
+
+ progress_info_bar = TEPL_PROGRESS_INFO_BAR (tab->info_bar);
+
+ if (total_size != 0)
+ {
+ gdouble frac = (gdouble)size / (gdouble)total_size;
+
+ tepl_progress_info_bar_set_fraction (progress_info_bar, frac);
+ }
+ else if (size != 0)
+ {
+ tepl_progress_info_bar_pulse (progress_info_bar);
+ }
+ else
+ {
+ tepl_progress_info_bar_set_fraction (progress_info_bar, 0);
+ }
+}
+
+/* Returns whether progress info should be shown. */
+static gboolean
+should_show_progress_info (GTimer **timer,
+ goffset size,
+ goffset total_size)
+{
+ gdouble elapsed_time;
+ gdouble total_time;
+ gdouble remaining_time;
+
+ g_assert (timer != NULL);
+
+ if (*timer == NULL)
+ {
+ return TRUE;
+ }
+
+ elapsed_time = g_timer_elapsed (*timer, NULL);
+
+ /* Wait a little, because at the very beginning it's maybe not very
+ * accurate (it takes initially more time for the first bytes, the
+ * following chunks should arrive more quickly, as a rough guess).
+ */
+ if (elapsed_time < 0.5)
+ {
+ return FALSE;
+ }
+
+ /* elapsed_time / total_time = size / total_size */
+ total_time = (elapsed_time * total_size) / size;
+
+ remaining_time = total_time - elapsed_time;
+
+ /* Approximately more than 3 seconds remaining. */
+ if (remaining_time > 3.0)
+ {
+ /* Once the progress info bar is shown, it must remain
+ * shown until the end, so we don't need the timer
+ * anymore.
+ */
+ g_timer_destroy (*timer);
+ *timer = NULL;
+
+ return TRUE;
+ }
+
+ return FALSE;
+}
+
+static gboolean
+scroll_timeout_cb (GeditTab *tab)
+{
+ GeditView *view;
+
+ view = gedit_tab_get_view (tab);
+ tepl_view_scroll_to_cursor (TEPL_VIEW (view));
+
+ tab->scroll_timeout = 0;
+ return G_SOURCE_REMOVE;
+}
+
+static gboolean
+scroll_idle_cb (GeditTab *tab)
+{
+ /* The idle is not enough, for a detailed analysis of this, see:
+ * https://wiki.gnome.org/Apps/Gedit/FixingTextCutOffBug
+ * or the commit message that changed this.
+ * (here it's a hack, a proper solution in GTK/GtkTextView should be
+ * found).
+ */
+ if (tab->scroll_timeout == 0)
+ {
+ /* Same number of ms as GtkSearchEntry::search-changed delay.
+ * Small enough to not be noticeable, but needs to be at least a
+ * few frames from the GdkFrameClock (during app startup).
+ */
+ tab->scroll_timeout = g_timeout_add (150, (GSourceFunc)scroll_timeout_cb, tab);
+ }
+
+ tab->scroll_idle = 0;
+ return G_SOURCE_REMOVE;
+}
+
+static void
+unrecoverable_saving_error_info_bar_response (GtkWidget *info_bar,
+ gint response_id,
+ GTask *saving_task)
+{
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ GeditView *view;
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_NORMAL);
+
+ set_info_bar (tab, NULL);
+
+ view = gedit_tab_get_view (tab);
+ gtk_widget_grab_focus (GTK_WIDGET (view));
+
+ g_task_return_boolean (saving_task, FALSE);
+ g_object_unref (saving_task);
+}
+
+/* Sets the save flags after an info bar response. */
+static void
+response_set_save_flags (GTask *saving_task,
+ GtkSourceFileSaverFlags save_flags)
+{
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ SaverData *data = g_task_get_task_data (saving_task);
+ gboolean create_backup;
+
+ create_backup = g_settings_get_boolean (tab->editor_settings,
+ GEDIT_SETTINGS_CREATE_BACKUP_COPY);
+
+ /* If we are here, it means that the user expressed his or her willing
+ * to save the file, by pressing a button in the info bar. So even if
+ * the file saving was initially an auto-save, we set the create_backup
+ * flag (if the conditions are met).
+ */
+ if (create_backup && !data->force_no_backup)
+ {
+ save_flags |= GTK_SOURCE_FILE_SAVER_FLAGS_CREATE_BACKUP;
+ }
+ else
+ {
+ save_flags &= ~GTK_SOURCE_FILE_SAVER_FLAGS_CREATE_BACKUP;
+ }
+
+ gtk_source_file_saver_set_flags (data->saver, save_flags);
+}
+
+static void
+invalid_character_info_bar_response (GtkWidget *info_bar,
+ gint response_id,
+ GTask *saving_task)
+{
+ if (response_id == GTK_RESPONSE_YES)
+ {
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ SaverData *data = g_task_get_task_data (saving_task);
+ GtkSourceFileSaverFlags save_flags;
+
+ set_info_bar (tab, NULL);
+
+ /* Don't bug the user again with this... */
+ tab->save_flags |= GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_INVALID_CHARS;
+
+ save_flags = gtk_source_file_saver_get_flags (data->saver);
+ save_flags |= GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_INVALID_CHARS;
+ response_set_save_flags (saving_task, save_flags);
+
+ /* Force saving */
+ launch_saver (saving_task);
+ }
+ else
+ {
+ unrecoverable_saving_error_info_bar_response (info_bar, response_id, saving_task);
+ }
+}
+
+static void
+cant_create_backup_error_info_bar_response (GtkWidget *info_bar,
+ gint response_id,
+ GTask *saving_task)
+{
+ if (response_id == GTK_RESPONSE_YES)
+ {
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ SaverData *data = g_task_get_task_data (saving_task);
+ GtkSourceFileSaverFlags save_flags;
+
+ set_info_bar (tab, NULL);
+
+ data->force_no_backup = TRUE;
+ save_flags = gtk_source_file_saver_get_flags (data->saver);
+ response_set_save_flags (saving_task, save_flags);
+
+ /* Force saving */
+ launch_saver (saving_task);
+ }
+ else
+ {
+ unrecoverable_saving_error_info_bar_response (info_bar, response_id, saving_task);
+ }
+}
+
+static void
+externally_modified_error_info_bar_response (GtkWidget *info_bar,
+ gint response_id,
+ GTask *saving_task)
+{
+ if (response_id == GTK_RESPONSE_YES)
+ {
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ SaverData *data = g_task_get_task_data (saving_task);
+ GtkSourceFileSaverFlags save_flags;
+
+ set_info_bar (tab, NULL);
+
+ /* ignore_modification_time should not be persisted in save
+ * flags across saves (i.e. tab->save_flags is not modified).
+ */
+ save_flags = gtk_source_file_saver_get_flags (data->saver);
+ save_flags |= GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_MODIFICATION_TIME;
+ response_set_save_flags (saving_task, save_flags);
+
+ /* Force saving */
+ launch_saver (saving_task);
+ }
+ else
+ {
+ unrecoverable_saving_error_info_bar_response (info_bar, response_id, saving_task);
+ }
+}
+
+static void
+recoverable_saving_error_info_bar_response (GtkWidget *info_bar,
+ gint response_id,
+ GTask *saving_task)
+{
+ if (response_id == GTK_RESPONSE_OK)
+ {
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ SaverData *data = g_task_get_task_data (saving_task);
+ const GtkSourceEncoding *encoding;
+
+ set_info_bar (tab, NULL);
+
+ encoding = gedit_conversion_error_info_bar_get_encoding (GTK_WIDGET (info_bar));
+ g_return_if_fail (encoding != NULL);
+
+ gtk_source_file_saver_set_encoding (data->saver, encoding);
+ launch_saver (saving_task);
+ }
+ else
+ {
+ unrecoverable_saving_error_info_bar_response (info_bar, response_id, saving_task);
+ }
+}
+
+static void
+externally_modified_notification_info_bar_response (GtkWidget *info_bar,
+ gint response_id,
+ GeditTab *tab)
+{
+ GeditView *view;
+
+ set_info_bar (tab, NULL);
+
+ view = gedit_tab_get_view (tab);
+
+ if (response_id == GTK_RESPONSE_OK)
+ {
+ _gedit_tab_revert (tab);
+ }
+ else
+ {
+ tab->ask_if_externally_modified = FALSE;
+
+ /* go back to normal state */
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_NORMAL);
+ }
+
+ gtk_widget_grab_focus (GTK_WIDGET (view));
+}
+
+static void
+display_externally_modified_notification (GeditTab *tab)
+{
+ TeplInfoBar *info_bar;
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GFile *location;
+ gboolean document_modified;
+
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+
+ /* we're here because the file we're editing changed on disk */
+ location = gtk_source_file_get_location (file);
+ g_return_if_fail (location != NULL);
+
+ document_modified = gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (doc));
+ info_bar = tepl_io_error_info_bar_externally_modified (location, document_modified);
+
+ set_info_bar (tab, GTK_WIDGET (info_bar));
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (externally_modified_notification_info_bar_response),
+ tab);
+}
+
+static gboolean
+view_focused_in (GtkWidget *widget,
+ GdkEventFocus *event,
+ GeditTab *tab)
+{
+ GeditDocument *doc;
+ GtkSourceFile *file;
+
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), GDK_EVENT_PROPAGATE);
+
+ /* we try to detect file changes only in the normal state */
+ if (tab->state != GEDIT_TAB_STATE_NORMAL)
+ {
+ return GDK_EVENT_PROPAGATE;
+ }
+
+ /* we already asked, don't bug the user again */
+ if (!tab->ask_if_externally_modified)
+ {
+ return GDK_EVENT_PROPAGATE;
+ }
+
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+
+ /* If file was never saved or is remote we do not check */
+ if (gtk_source_file_is_local (file))
+ {
+ gtk_source_file_check_file_on_disk (file);
+
+ if (gtk_source_file_is_externally_modified (file))
+ {
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION);
+
+ display_externally_modified_notification (tab);
+ }
+ }
+
+ return GDK_EVENT_PROPAGATE;
+}
+
+static void
+on_drop_uris (GeditView *view,
+ gchar **uri_list,
+ GeditTab *tab)
+{
+ g_signal_emit (G_OBJECT (tab), signals[DROP_URIS], 0, uri_list);
+}
+
+static void
+gedit_tab_init (GeditTab *tab)
+{
+ gboolean auto_save;
+ gint auto_save_interval;
+ GeditDocument *doc;
+ GeditView *view;
+ GtkSourceFile *file;
+ TeplFile *tepl_file;
+
+ tab->state = GEDIT_TAB_STATE_NORMAL;
+
+ tab->editor_settings = g_settings_new ("org.gnome.gedit.preferences.editor");
+
+ tab->editable = TRUE;
+
+ tab->ask_if_externally_modified = TRUE;
+
+ gtk_orientable_set_orientation (GTK_ORIENTABLE (tab),
+ GTK_ORIENTATION_VERTICAL);
+
+ /* Manage auto save data */
+ auto_save = g_settings_get_boolean (tab->editor_settings,
+ GEDIT_SETTINGS_AUTO_SAVE);
+ g_settings_get (tab->editor_settings, GEDIT_SETTINGS_AUTO_SAVE_INTERVAL,
+ "u", &auto_save_interval);
+ tab->auto_save = auto_save != FALSE;
+ tab->auto_save_interval = auto_save_interval;
+
+ /* Create the frame */
+ tab->frame = gedit_view_frame_new ();
+ gtk_widget_show (GTK_WIDGET (tab->frame));
+
+ gtk_box_pack_end (GTK_BOX (tab), GTK_WIDGET (tab->frame), TRUE, TRUE, 0);
+
+ doc = gedit_tab_get_document (tab);
+ g_object_set_data (G_OBJECT (doc), GEDIT_TAB_KEY, tab);
+
+ file = gedit_document_get_file (doc);
+ tepl_file = tepl_buffer_get_file (TEPL_BUFFER (doc));
+
+ g_signal_connect_object (file,
+ "notify::location",
+ G_CALLBACK (document_location_notify_handler),
+ tab,
+ 0);
+
+ g_signal_connect_object (tepl_file,
+ "notify::short-name",
+ G_CALLBACK (document_shortname_notify_handler),
+ tab,
+ 0);
+
+ g_signal_connect (doc,
+ "modified_changed",
+ G_CALLBACK (document_modified_changed),
+ tab);
+
+ view = gedit_tab_get_view (tab);
+
+ g_signal_connect_after (view,
+ "focus-in-event",
+ G_CALLBACK (view_focused_in),
+ tab);
+
+ g_signal_connect_after (view,
+ "realize",
+ G_CALLBACK (view_realized),
+ tab);
+
+ g_signal_connect (view,
+ "drop-uris",
+ G_CALLBACK (on_drop_uris),
+ tab);
+}
+
+GeditTab *
+_gedit_tab_new (void)
+{
+ return g_object_new (GEDIT_TYPE_TAB, NULL);
+}
+
+/**
+ * gedit_tab_get_view:
+ * @tab: a #GeditTab
+ *
+ * Gets the #GeditView inside @tab.
+ *
+ * Returns: (transfer none): the #GeditView inside @tab
+ */
+GeditView *
+gedit_tab_get_view (GeditTab *tab)
+{
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), NULL);
+
+ return gedit_view_frame_get_view (tab->frame);
+}
+
+/**
+ * gedit_tab_get_document:
+ * @tab: a #GeditTab
+ *
+ * Gets the #GeditDocument associated to @tab.
+ *
+ * Returns: (transfer none): the #GeditDocument associated to @tab
+ */
+GeditDocument *
+gedit_tab_get_document (GeditTab *tab)
+{
+ GeditView *view;
+
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), NULL);
+
+ view = gedit_view_frame_get_view (tab->frame);
+
+ return GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)));
+}
+
+#define MAX_DOC_NAME_LENGTH 40
+
+gchar *
+_gedit_tab_get_name (GeditTab *tab)
+{
+ GeditDocument *doc;
+ gchar *name;
+ gchar *docname;
+ gchar *tab_name;
+
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), NULL);
+
+ doc = gedit_tab_get_document (tab);
+ name = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+
+ /* Truncate the name so it doesn't get insanely wide. */
+ docname = tepl_utils_str_middle_truncate (name, MAX_DOC_NAME_LENGTH);
+
+ if (gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (doc)))
+ {
+ tab_name = g_strdup_printf ("*%s", docname);
+ }
+ else
+ {
+ tab_name = g_strdup (docname);
+ }
+
+ g_free (docname);
+ g_free (name);
+
+ return tab_name;
+}
+
+gchar *
+_gedit_tab_get_tooltip (GeditTab *tab)
+{
+ GeditDocument *doc;
+ gchar *full_name;
+ gchar *full_name_markup;
+ gchar *tip;
+
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), NULL);
+
+ doc = gedit_tab_get_document (tab);
+ full_name = tepl_file_get_full_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ full_name_markup = g_markup_printf_escaped ("<i>%s</i>", full_name);
+
+ switch (tab->state)
+ {
+ gchar *content_type;
+ gchar *mime_type;
+ gchar *content_description;
+ gchar *content_full_description;
+ gchar *encoding;
+ GtkSourceFile *file;
+ const GtkSourceEncoding *enc;
+
+ case GEDIT_TAB_STATE_LOADING_ERROR:
+ tip = g_strdup_printf (_("Error opening file %s"), full_name_markup);
+ break;
+
+ case GEDIT_TAB_STATE_REVERTING_ERROR:
+ tip = g_strdup_printf (_("Error reverting file %s"), full_name_markup);
+ break;
+
+ case GEDIT_TAB_STATE_SAVING_ERROR:
+ tip = g_strdup_printf (_("Error saving file %s"), full_name_markup);
+ break;
+
+ default:
+ content_type = gedit_document_get_content_type (doc);
+ mime_type = gedit_document_get_mime_type (doc);
+ content_description = g_content_type_get_description (content_type);
+
+ if (content_description == NULL)
+ content_full_description = g_strdup (mime_type);
+ else
+ content_full_description = g_strdup_printf ("%s (%s)",
+ content_description, mime_type);
+
+ g_free (content_type);
+ g_free (mime_type);
+ g_free (content_description);
+
+ file = gedit_document_get_file (doc);
+ enc = gtk_source_file_get_encoding (file);
+
+ if (enc == NULL)
+ {
+ enc = gtk_source_encoding_get_utf8 ();
+ }
+
+ encoding = gtk_source_encoding_to_string (enc);
+
+ tip = g_markup_printf_escaped ("<b>%s</b> %s\n\n"
+ "<b>%s</b> %s\n"
+ "<b>%s</b> %s",
+ _("Name:"), full_name,
+ _("MIME Type:"), content_full_description,
+ _("Encoding:"), encoding);
+
+ g_free (encoding);
+ g_free (content_full_description);
+ break;
+ }
+
+ g_free (full_name);
+ g_free (full_name_markup);
+ return tip;
+}
+
+GdkPixbuf *
+_gedit_tab_get_icon (GeditTab *tab)
+{
+ const gchar *icon_name;
+ GdkPixbuf *pixbuf = NULL;
+
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), NULL);
+
+ switch (tab->state)
+ {
+ case GEDIT_TAB_STATE_PRINTING:
+ icon_name = "printer-printing-symbolic";
+ break;
+
+ case GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW:
+ icon_name = "printer-symbolic";
+ break;
+
+ case GEDIT_TAB_STATE_LOADING_ERROR:
+ case GEDIT_TAB_STATE_REVERTING_ERROR:
+ case GEDIT_TAB_STATE_SAVING_ERROR:
+ case GEDIT_TAB_STATE_GENERIC_ERROR:
+ icon_name = "dialog-error-symbolic";
+ break;
+
+ case GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION:
+ icon_name = "dialog-warning-symbolic";
+ break;
+
+ default:
+ icon_name = NULL;
+ }
+
+ if (icon_name != NULL)
+ {
+ GdkScreen *screen;
+ GtkIconTheme *theme;
+ gint icon_size;
+
+ screen = gtk_widget_get_screen (GTK_WIDGET (tab));
+ theme = gtk_icon_theme_get_for_screen (screen);
+ g_return_val_if_fail (theme != NULL, NULL);
+
+ gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, NULL, &icon_size);
+
+ pixbuf = gtk_icon_theme_load_icon (theme, icon_name, icon_size, 0, NULL);
+ }
+
+ return pixbuf;
+}
+
+/**
+ * gedit_tab_get_from_document:
+ * @doc: a #GeditDocument
+ *
+ * Gets the #GeditTab associated with @doc.
+ *
+ * Returns: (transfer none): the #GeditTab associated with @doc
+ */
+GeditTab *
+gedit_tab_get_from_document (GeditDocument *doc)
+{
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), NULL);
+
+ return g_object_get_data (G_OBJECT (doc), GEDIT_TAB_KEY);
+}
+
+static void
+loader_progress_cb (goffset size,
+ goffset total_size,
+ GTask *loading_task)
+{
+ LoaderData *data = g_task_get_task_data (loading_task);
+
+ g_return_if_fail (data->tab->state == GEDIT_TAB_STATE_LOADING ||
+ data->tab->state == GEDIT_TAB_STATE_REVERTING);
+
+ if (should_show_progress_info (&data->timer, size, total_size))
+ {
+ show_loading_info_bar (loading_task);
+ info_bar_set_progress (data->tab, size, total_size);
+ }
+}
+
+static void
+goto_line (GTask *loading_task)
+{
+ LoaderData *data = g_task_get_task_data (loading_task);
+ GeditDocument *doc = gedit_tab_get_document (data->tab);
+ gboolean check_is_cursor_position = FALSE;
+ GtkTextIter iter;
+
+ /* To the top by default. */
+ gtk_text_buffer_get_start_iter (GTK_TEXT_BUFFER (doc), &iter);
+
+ /* At the requested line/column if set. */
+ if (data->line_pos > 0)
+ {
+ gtk_text_buffer_get_iter_at_line_offset (GTK_TEXT_BUFFER (doc),
+ &iter,
+ data->line_pos - 1,
+ MAX (0, data->column_pos - 1));
+ check_is_cursor_position = TRUE;
+ }
+
+ /* From metadata. */
+ else if (g_settings_get_boolean (data->tab->editor_settings,
+ GEDIT_SETTINGS_RESTORE_CURSOR_POSITION))
+ {
+ gchar *position_str;
+ guint64 offset = 0;
+
+ position_str = gedit_document_get_metadata (doc, GEDIT_METADATA_ATTRIBUTE_POSITION);
+
+ if (position_str != NULL &&
+ g_ascii_string_to_unsigned (position_str,
+ 10,
+ 0,
+ G_MAXINT,
+ &offset,
+ NULL))
+ {
+ gtk_text_buffer_get_iter_at_offset (GTK_TEXT_BUFFER (doc),
+ &iter,
+ (gint) offset);
+ check_is_cursor_position = TRUE;
+ }
+
+ g_free (position_str);
+ }
+
+ /* Make sure it's a valid position, to not end up in the middle of a
+ * utf8 character cluster.
+ */
+ if (check_is_cursor_position &&
+ !gtk_text_iter_is_cursor_position (&iter))
+ {
+ gtk_text_iter_set_line_offset (&iter, 0);
+ }
+
+ gtk_text_buffer_place_cursor (GTK_TEXT_BUFFER (doc), &iter);
+
+ /* Scroll to the cursor when the document is loaded, we need to do it in
+ * an idle as after the document is loaded the textview is still
+ * redrawing and relocating its internals.
+ */
+ if (data->tab->scroll_idle == 0 &&
+ !gtk_text_iter_is_start (&iter))
+ {
+ data->tab->scroll_idle = g_idle_add ((GSourceFunc)scroll_idle_cb, data->tab);
+ }
+}
+
+static gboolean
+file_already_opened (GeditDocument *doc,
+ GFile *location)
+{
+ GList *all_documents;
+ GList *l;
+ gboolean already_opened = FALSE;
+
+ if (location == NULL)
+ {
+ return FALSE;
+ }
+
+ all_documents = gedit_app_get_documents (GEDIT_APP (g_application_get_default ()));
+
+ for (l = all_documents; l != NULL; l = l->next)
+ {
+ GeditDocument *cur_doc = l->data;
+ GtkSourceFile *cur_file;
+ GFile *cur_location;
+
+ if (cur_doc == doc)
+ {
+ continue;
+ }
+
+ cur_file = gedit_document_get_file (cur_doc);
+ cur_location = gtk_source_file_get_location (cur_file);
+
+ if (cur_location != NULL &&
+ g_file_equal (location, cur_location))
+ {
+ already_opened = TRUE;
+ break;
+ }
+ }
+
+ g_list_free (all_documents);
+
+ return already_opened;
+}
+
+static void
+successful_load (GTask *loading_task)
+{
+ LoaderData *data = g_task_get_task_data (loading_task);
+ GeditDocument *doc = gedit_tab_get_document (data->tab);
+ GtkSourceFile *file = gedit_document_get_file (doc);
+ GFile *location;
+
+ if (data->user_requested_encoding)
+ {
+ const GtkSourceEncoding *encoding = gtk_source_file_loader_get_encoding (data->loader);
+ const gchar *charset = gtk_source_encoding_get_charset (encoding);
+
+ gedit_document_set_metadata (doc,
+ GEDIT_METADATA_ATTRIBUTE_ENCODING, charset,
+ NULL);
+ }
+
+ goto_line (loading_task);
+
+ location = gtk_source_file_loader_get_location (data->loader);
+
+ /* If the document is readonly we don't care how many times the file
+ * is opened.
+ */
+ if (!gtk_source_file_is_readonly (file) &&
+ file_already_opened (doc, location))
+ {
+ TeplInfoBar *info_bar;
+
+ set_editable (data->tab, FALSE);
+
+ info_bar = tepl_io_error_info_bar_file_already_open (location);
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (file_already_open_warning_info_bar_response),
+ data->tab);
+
+ set_info_bar (data->tab, GTK_WIDGET (info_bar));
+ }
+
+ /* When loading from stdin, the contents may not be saved, so set the
+ * buffer as modified.
+ */
+ if (location == NULL)
+ {
+ gtk_text_buffer_set_modified (GTK_TEXT_BUFFER (doc), TRUE);
+ }
+
+ data->tab->ask_if_externally_modified = TRUE;
+
+ g_signal_emit_by_name (doc, "loaded");
+}
+
+static void
+load_cb (GtkSourceFileLoader *loader,
+ GAsyncResult *result,
+ GTask *loading_task)
+{
+ LoaderData *data = g_task_get_task_data (loading_task);
+ GeditDocument *doc;
+ GFile *location = gtk_source_file_loader_get_location (loader);
+ gboolean create_named_new_doc;
+ GError *error = NULL;
+
+ g_clear_pointer (&data->timer, g_timer_destroy);
+
+ gtk_source_file_loader_load_finish (loader, result, &error);
+
+ if (error != NULL)
+ {
+ gedit_debug_message (DEBUG_TAB, "File loading error: %s", error->message);
+
+ if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED))
+ {
+ g_task_return_boolean (loading_task, FALSE);
+ g_object_unref (loading_task);
+
+ g_error_free (error);
+ return;
+ }
+ }
+
+ doc = gedit_tab_get_document (data->tab);
+
+ g_return_if_fail (data->tab->state == GEDIT_TAB_STATE_LOADING ||
+ data->tab->state == GEDIT_TAB_STATE_REVERTING);
+
+ set_info_bar (data->tab, NULL);
+
+ /* Special case creating a named new doc. */
+ create_named_new_doc = (_gedit_document_get_create (doc) &&
+ g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND) &&
+ g_file_has_uri_scheme (location, "file"));
+
+ if (create_named_new_doc)
+ {
+ g_error_free (error);
+ error = NULL;
+ }
+
+ if (g_error_matches (error,
+ GTK_SOURCE_FILE_LOADER_ERROR,
+ GTK_SOURCE_FILE_LOADER_ERROR_CONVERSION_FALLBACK))
+ {
+ GtkWidget *info_bar;
+ const GtkSourceEncoding *encoding;
+
+ /* Set the tab as not editable as we have an error, the user can
+ * decide to make it editable again.
+ */
+ set_editable (data->tab, FALSE);
+
+ encoding = gtk_source_file_loader_get_encoding (loader);
+
+ info_bar = gedit_io_loading_error_info_bar_new (location, encoding, error);
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (io_loading_error_info_bar_response),
+ loading_task);
+
+ set_info_bar (data->tab, info_bar);
+
+ if (data->tab->state == GEDIT_TAB_STATE_LOADING)
+ {
+ gtk_widget_show (GTK_WIDGET (data->tab->frame));
+ gedit_tab_set_state (data->tab, GEDIT_TAB_STATE_LOADING_ERROR);
+ }
+ else
+ {
+ gedit_tab_set_state (data->tab, GEDIT_TAB_STATE_REVERTING_ERROR);
+ }
+
+ /* The loading was successful, despite some invalid characters. */
+ successful_load (loading_task);
+ gedit_recent_add_document (doc);
+
+ g_error_free (error);
+ return;
+ }
+
+ if (error != NULL)
+ {
+ GtkWidget *info_bar;
+
+ if (data->tab->state == GEDIT_TAB_STATE_LOADING)
+ {
+ gtk_widget_hide (GTK_WIDGET (data->tab->frame));
+ gedit_tab_set_state (data->tab, GEDIT_TAB_STATE_LOADING_ERROR);
+ }
+ else
+ {
+ gedit_tab_set_state (data->tab, GEDIT_TAB_STATE_REVERTING_ERROR);
+ }
+
+ if (location != NULL)
+ {
+ gedit_recent_remove_if_local (location);
+ }
+
+ if (data->tab->state == GEDIT_TAB_STATE_LOADING_ERROR)
+ {
+ const GtkSourceEncoding *encoding;
+
+ encoding = gtk_source_file_loader_get_encoding (loader);
+
+ info_bar = gedit_io_loading_error_info_bar_new (location, encoding, error);
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (io_loading_error_info_bar_response),
+ loading_task);
+ }
+ else
+ {
+ g_return_if_fail (data->tab->state == GEDIT_TAB_STATE_REVERTING_ERROR);
+
+ info_bar = gedit_unrecoverable_reverting_error_info_bar_new (location, error);
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (unrecoverable_reverting_error_info_bar_response),
+ loading_task);
+ }
+
+ set_info_bar (data->tab, info_bar);
+
+ g_error_free (error);
+ return;
+ }
+
+ g_assert (error == NULL);
+
+ gedit_tab_set_state (data->tab, GEDIT_TAB_STATE_NORMAL);
+ successful_load (loading_task);
+
+ if (!create_named_new_doc)
+ {
+ gedit_recent_add_document (doc);
+ }
+
+ g_task_return_boolean (loading_task, TRUE);
+ g_object_unref (loading_task);
+}
+
+/* The returned list may contain duplicated encodings. Only the first occurrence
+ * of a duplicated encoding should be kept, like it is done by
+ * gtk_source_file_loader_set_candidate_encodings().
+ */
+static GSList *
+get_candidate_encodings (GeditTab *tab)
+{
+ GSList *candidates = NULL;
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ gchar *metadata_charset;
+ const GtkSourceEncoding *file_encoding;
+
+ candidates = gedit_settings_get_candidate_encodings (NULL);
+
+ /* Prepend the encoding stored in the metadata. */
+ doc = gedit_tab_get_document (tab);
+ metadata_charset = gedit_document_get_metadata (doc, GEDIT_METADATA_ATTRIBUTE_ENCODING);
+
+ if (metadata_charset != NULL)
+ {
+ const GtkSourceEncoding *metadata_enc;
+
+ metadata_enc = gtk_source_encoding_get_from_charset (metadata_charset);
+
+ if (metadata_enc != NULL)
+ {
+ candidates = g_slist_prepend (candidates, (gpointer)metadata_enc);
+ }
+ }
+
+ /* Finally prepend the GtkSourceFile's encoding, if previously set by a
+ * file loader or file saver.
+ */
+ file = gedit_document_get_file (doc);
+ file_encoding = gtk_source_file_get_encoding (file);
+
+ if (file_encoding != NULL)
+ {
+ candidates = g_slist_prepend (candidates, (gpointer)file_encoding);
+ }
+
+ g_free (metadata_charset);
+ return candidates;
+}
+
+static void
+launch_loader (GTask *loading_task,
+ const GtkSourceEncoding *encoding)
+{
+ LoaderData *data = g_task_get_task_data (loading_task);
+ GSList *candidate_encodings = NULL;
+ GeditDocument *doc;
+
+ if (encoding != NULL)
+ {
+ data->user_requested_encoding = TRUE;
+ candidate_encodings = g_slist_append (NULL, (gpointer) encoding);
+ }
+ else
+ {
+ data->user_requested_encoding = FALSE;
+ candidate_encodings = get_candidate_encodings (data->tab);
+ }
+
+ gtk_source_file_loader_set_candidate_encodings (data->loader, candidate_encodings);
+ g_slist_free (candidate_encodings);
+
+ doc = gedit_tab_get_document (data->tab);
+ g_signal_emit_by_name (doc, "load");
+
+ if (data->timer != NULL)
+ {
+ g_timer_destroy (data->timer);
+ }
+
+ data->timer = g_timer_new ();
+
+ gtk_source_file_loader_load_async (data->loader,
+ G_PRIORITY_DEFAULT,
+ g_task_get_cancellable (loading_task),
+ (GFileProgressCallback) loader_progress_cb,
+ loading_task,
+ NULL,
+ (GAsyncReadyCallback) load_cb,
+ loading_task);
+}
+
+static void
+load_async (GeditTab *tab,
+ GFile *location,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos,
+ gboolean create,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data)
+{
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GTask *loading_task;
+ LoaderData *data;
+
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail (G_IS_FILE (location));
+ g_return_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable));
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_NORMAL);
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_LOADING);
+
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+ gtk_source_file_set_location (file, location);
+
+ loading_task = g_task_new (NULL, cancellable, callback, user_data);
+
+ data = loader_data_new ();
+ g_task_set_task_data (loading_task, data, (GDestroyNotify) loader_data_free);
+
+ data->tab = tab;
+ data->loader = gtk_source_file_loader_new (GTK_SOURCE_BUFFER (doc), file);
+ data->line_pos = line_pos;
+ data->column_pos = column_pos;
+
+ _gedit_document_set_create (doc, create);
+
+ launch_loader (loading_task, encoding);
+}
+
+static gboolean
+load_finish (GeditTab *tab,
+ GAsyncResult *result)
+{
+ g_return_val_if_fail (g_task_is_valid (result, tab), FALSE);
+
+ return g_task_propagate_boolean (G_TASK (result), NULL);
+}
+
+void
+_gedit_tab_load (GeditTab *tab,
+ GFile *location,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos,
+ gboolean create)
+{
+ if (tab->cancellable != NULL)
+ {
+ g_cancellable_cancel (tab->cancellable);
+ g_object_unref (tab->cancellable);
+ }
+
+ tab->cancellable = g_cancellable_new ();
+
+ load_async (tab,
+ location,
+ encoding,
+ line_pos,
+ column_pos,
+ create,
+ tab->cancellable,
+ (GAsyncReadyCallback) load_finish,
+ NULL);
+}
+
+static void
+load_stream_async (GeditTab *tab,
+ GInputStream *stream,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data)
+{
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GTask *loading_task;
+ LoaderData *data;
+
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail (G_IS_INPUT_STREAM (stream));
+ g_return_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable));
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_NORMAL);
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_LOADING);
+
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+
+ gtk_source_file_set_location (file, NULL);
+
+ loading_task = g_task_new (NULL, cancellable, callback, user_data);
+
+ data = loader_data_new ();
+ g_task_set_task_data (loading_task, data, (GDestroyNotify) loader_data_free);
+
+ data->tab = tab;
+ data->loader = gtk_source_file_loader_new_from_stream (GTK_SOURCE_BUFFER (doc),
+ file,
+ stream);
+ data->line_pos = line_pos;
+ data->column_pos = column_pos;
+
+ _gedit_document_set_create (doc, FALSE);
+
+ launch_loader (loading_task, encoding);
+}
+
+void
+_gedit_tab_load_stream (GeditTab *tab,
+ GInputStream *stream,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos)
+{
+ if (tab->cancellable != NULL)
+ {
+ g_cancellable_cancel (tab->cancellable);
+ g_object_unref (tab->cancellable);
+ }
+
+ tab->cancellable = g_cancellable_new ();
+
+ load_stream_async (tab,
+ stream,
+ encoding,
+ line_pos,
+ column_pos,
+ tab->cancellable,
+ (GAsyncReadyCallback) load_finish,
+ NULL);
+}
+
+static void
+revert_async (GeditTab *tab,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data)
+{
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GFile *location;
+ GTask *loading_task;
+ LoaderData *data;
+
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable));
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_NORMAL ||
+ tab->state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION);
+
+ if (tab->state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)
+ {
+ set_info_bar (tab, NULL);
+ }
+
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+ location = gtk_source_file_get_location (file);
+ g_return_if_fail (location != NULL);
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_REVERTING);
+
+ loading_task = g_task_new (NULL, cancellable, callback, user_data);
+
+ data = loader_data_new ();
+ g_task_set_task_data (loading_task, data, (GDestroyNotify) loader_data_free);
+
+ data->tab = tab;
+ data->loader = gtk_source_file_loader_new (GTK_SOURCE_BUFFER (doc), file);
+ data->line_pos = 0;
+ data->column_pos = 0;
+
+ launch_loader (loading_task, NULL);
+}
+
+void
+_gedit_tab_revert (GeditTab *tab)
+{
+ if (tab->cancellable != NULL)
+ {
+ g_cancellable_cancel (tab->cancellable);
+ g_object_unref (tab->cancellable);
+ }
+
+ tab->cancellable = g_cancellable_new ();
+
+ revert_async (tab,
+ tab->cancellable,
+ (GAsyncReadyCallback) load_finish,
+ NULL);
+}
+
+static void
+close_printing (GeditTab *tab)
+{
+ if (tab->print_preview != NULL)
+ {
+ gtk_widget_destroy (tab->print_preview);
+ }
+
+ g_clear_object (&tab->print_job);
+ g_clear_object (&tab->print_preview);
+
+ /* destroy the info bar */
+ set_info_bar (tab, NULL);
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_NORMAL);
+}
+
+static void
+saver_progress_cb (goffset size,
+ goffset total_size,
+ GTask *saving_task)
+{
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ SaverData *data = g_task_get_task_data (saving_task);
+
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_SAVING);
+
+ if (should_show_progress_info (&data->timer, size, total_size))
+ {
+ show_saving_info_bar (saving_task);
+ info_bar_set_progress (tab, size, total_size);
+ }
+}
+
+static void
+save_cb (GtkSourceFileSaver *saver,
+ GAsyncResult *result,
+ GTask *saving_task)
+{
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ SaverData *data = g_task_get_task_data (saving_task);
+ GeditDocument *doc = gedit_tab_get_document (tab);
+ GFile *location = gtk_source_file_saver_get_location (saver);
+ GError *error = NULL;
+
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_SAVING);
+
+ gtk_source_file_saver_save_finish (saver, result, &error);
+
+ if (error != NULL)
+ {
+ gedit_debug_message (DEBUG_TAB, "File saving error: %s", error->message);
+ }
+
+ if (data->timer != NULL)
+ {
+ g_timer_destroy (data->timer);
+ data->timer = NULL;
+ }
+
+ set_info_bar (tab, NULL);
+
+ if (error != NULL)
+ {
+ GtkWidget *info_bar;
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_SAVING_ERROR);
+
+ if (error->domain == GTK_SOURCE_FILE_SAVER_ERROR &&
+ error->code == GTK_SOURCE_FILE_SAVER_ERROR_EXTERNALLY_MODIFIED)
+ {
+ /* This error is recoverable */
+ info_bar = GTK_WIDGET (tepl_io_error_info_bar_saving_externally_modified (location));
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (externally_modified_error_info_bar_response),
+ saving_task);
+ }
+ else if (error->domain == G_IO_ERROR &&
+ error->code == G_IO_ERROR_CANT_CREATE_BACKUP)
+ {
+ /* This error is recoverable */
+ info_bar = GTK_WIDGET (tepl_io_error_info_bar_cant_create_backup (location, error));
+ g_return_if_fail (info_bar != NULL);
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (cant_create_backup_error_info_bar_response),
+ saving_task);
+ }
+ else if (error->domain == GTK_SOURCE_FILE_SAVER_ERROR &&
+ error->code == GTK_SOURCE_FILE_SAVER_ERROR_INVALID_CHARS)
+ {
+ /* If we have any invalid char in the document we must warn the user
+ * as it can make the document useless if it is saved.
+ */
+ info_bar = GTK_WIDGET (tepl_io_error_info_bar_invalid_characters (location));
+ g_return_if_fail (info_bar != NULL);
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (invalid_character_info_bar_response),
+ saving_task);
+ }
+ else if (error->domain == GTK_SOURCE_FILE_SAVER_ERROR ||
+ (error->domain == G_IO_ERROR &&
+ error->code != G_IO_ERROR_INVALID_DATA &&
+ error->code != G_IO_ERROR_PARTIAL_INPUT))
+ {
+ /* These errors are _NOT_ recoverable */
+ gedit_recent_remove_if_local (location);
+
+ info_bar = gedit_unrecoverable_saving_error_info_bar_new (location, error);
+ g_return_if_fail (info_bar != NULL);
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (unrecoverable_saving_error_info_bar_response),
+ saving_task);
+ }
+ else
+ {
+ const GtkSourceEncoding *encoding;
+
+ /* This error is recoverable */
+ g_return_if_fail (error->domain == G_CONVERT_ERROR ||
+ error->domain == G_IO_ERROR);
+
+ encoding = gtk_source_file_saver_get_encoding (saver);
+
+ info_bar = gedit_conversion_error_while_saving_info_bar_new (location, encoding);
+ g_return_if_fail (info_bar != NULL);
+
+ g_signal_connect (info_bar,
+ "response",
+ G_CALLBACK (recoverable_saving_error_info_bar_response),
+ saving_task);
+ }
+
+ set_info_bar (tab, info_bar);
+ }
+ else
+ {
+ gedit_recent_add_document (doc);
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_NORMAL);
+
+ tab->ask_if_externally_modified = TRUE;
+
+ g_signal_emit_by_name (doc, "saved");
+ g_task_return_boolean (saving_task, TRUE);
+ g_object_unref (saving_task);
+ }
+
+ if (error != NULL)
+ {
+ g_error_free (error);
+ }
+}
+
+static void
+launch_saver (GTask *saving_task)
+{
+ GeditTab *tab = g_task_get_source_object (saving_task);
+ GeditDocument *doc = gedit_tab_get_document (tab);
+ SaverData *data = g_task_get_task_data (saving_task);
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_SAVING);
+
+ g_signal_emit_by_name (doc, "save");
+
+ if (data->timer != NULL)
+ {
+ g_timer_destroy (data->timer);
+ }
+
+ data->timer = g_timer_new ();
+
+ gtk_source_file_saver_save_async (data->saver,
+ G_PRIORITY_DEFAULT,
+ g_task_get_cancellable (saving_task),
+ (GFileProgressCallback) saver_progress_cb,
+ saving_task,
+ NULL,
+ (GAsyncReadyCallback) save_cb,
+ saving_task);
+}
+
+/* Gets the initial save flags, when launching a new FileSaver. */
+static GtkSourceFileSaverFlags
+get_initial_save_flags (GeditTab *tab,
+ gboolean auto_save)
+{
+ GtkSourceFileSaverFlags save_flags;
+ gboolean create_backup;
+
+ save_flags = tab->save_flags;
+
+ create_backup = g_settings_get_boolean (tab->editor_settings,
+ GEDIT_SETTINGS_CREATE_BACKUP_COPY);
+
+ /* In case of autosaving, we need to preserve the backup that was produced
+ * the last time the user "manually" saved the file. So we don't set the
+ * CREATE_BACKUP flag for an automatic file saving.
+ */
+ if (create_backup && !auto_save)
+ {
+ save_flags |= GTK_SOURCE_FILE_SAVER_FLAGS_CREATE_BACKUP;
+ }
+
+ return save_flags;
+}
+
+void
+_gedit_tab_save_async (GeditTab *tab,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data)
+{
+ GTask *saving_task;
+ SaverData *data;
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GtkSourceFileSaverFlags save_flags;
+
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_NORMAL ||
+ tab->state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION ||
+ tab->state == GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW);
+
+ /* The Save and Save As window actions are insensitive when the print
+ * preview is shown, but it's still possible to save several documents
+ * at once (with the Save All action or when quitting gedit). In that
+ * case, the print preview is simply closed. Handling correctly the
+ * document saving when the print preview is shown is more complicated
+ * and error-prone, it doesn't worth the effort. (the print preview
+ * would need to be updated when the filename changes, dealing with file
+ * saving errors is also more complicated, etc).
+ */
+ if (tab->state == GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW)
+ {
+ close_printing (tab);
+ }
+
+ doc = gedit_tab_get_document (tab);
+ g_return_if_fail (!_gedit_document_is_untitled (doc));
+
+ saving_task = g_task_new (tab, cancellable, callback, user_data);
+
+ data = saver_data_new ();
+ g_task_set_task_data (saving_task, data, (GDestroyNotify) saver_data_free);
+
+ save_flags = get_initial_save_flags (tab, FALSE);
+
+ if (tab->state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)
+ {
+ /* We already told the user about the external modification:
+ * hide the message bar and set the save flag.
+ */
+ set_info_bar (tab, NULL);
+ save_flags |= GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_MODIFICATION_TIME;
+ }
+
+ file = gedit_document_get_file (doc);
+
+ data->saver = gtk_source_file_saver_new (GTK_SOURCE_BUFFER (doc), file);
+
+ gtk_source_file_saver_set_flags (data->saver, save_flags);
+
+ launch_saver (saving_task);
+}
+
+gboolean
+_gedit_tab_save_finish (GeditTab *tab,
+ GAsyncResult *result)
+{
+ g_return_val_if_fail (g_task_is_valid (result, tab), FALSE);
+
+ return g_task_propagate_boolean (G_TASK (result), NULL);
+}
+
+static void
+auto_save_finished_cb (GeditTab *tab,
+ GAsyncResult *result,
+ gpointer user_data)
+{
+ _gedit_tab_save_finish (tab, result);
+}
+
+static gboolean
+gedit_tab_auto_save (GeditTab *tab)
+{
+ GTask *saving_task;
+ SaverData *data;
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GtkSourceFileSaverFlags save_flags;
+
+ gedit_debug (DEBUG_TAB);
+
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+
+ g_return_val_if_fail (!_gedit_document_is_untitled (doc), G_SOURCE_REMOVE);
+ g_return_val_if_fail (!gtk_source_file_is_readonly (file), G_SOURCE_REMOVE);
+
+ if (!gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (doc)))
+ {
+ gedit_debug_message (DEBUG_TAB, "Document not modified");
+
+ return G_SOURCE_CONTINUE;
+ }
+
+ if (tab->state != GEDIT_TAB_STATE_NORMAL)
+ {
+ gedit_debug_message (DEBUG_TAB, "Retry after 30 seconds");
+
+ tab->auto_save_timeout = g_timeout_add_seconds (30,
+ (GSourceFunc) gedit_tab_auto_save,
+ tab);
+
+ /* Destroy the old timeout. */
+ return G_SOURCE_REMOVE;
+ }
+
+ /* Set auto_save_timeout to 0 since the timeout is going to be destroyed */
+ tab->auto_save_timeout = 0;
+
+ saving_task = g_task_new (tab,
+ NULL,
+ (GAsyncReadyCallback) auto_save_finished_cb,
+ NULL);
+
+ data = saver_data_new ();
+ g_task_set_task_data (saving_task, data, (GDestroyNotify) saver_data_free);
+
+ data->saver = gtk_source_file_saver_new (GTK_SOURCE_BUFFER (doc), file);
+
+ save_flags = get_initial_save_flags (tab, TRUE);
+ gtk_source_file_saver_set_flags (data->saver, save_flags);
+
+ launch_saver (saving_task);
+
+ return G_SOURCE_REMOVE;
+}
+
+/* Call _gedit_tab_save_finish() in @callback, there is no
+ * _gedit_tab_save_as_finish().
+ */
+void
+_gedit_tab_save_as_async (GeditTab *tab,
+ GFile *location,
+ const GtkSourceEncoding *encoding,
+ GtkSourceNewlineType newline_type,
+ GtkSourceCompressionType compression_type,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data)
+{
+ GTask *saving_task;
+ SaverData *data;
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GtkSourceFileSaverFlags save_flags;
+
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_NORMAL ||
+ tab->state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION ||
+ tab->state == GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW);
+ g_return_if_fail (G_IS_FILE (location));
+ g_return_if_fail (encoding != NULL);
+
+ /* See note at _gedit_tab_save_async(). */
+ if (tab->state == GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW)
+ {
+ close_printing (tab);
+ }
+
+ saving_task = g_task_new (tab, cancellable, callback, user_data);
+
+ data = saver_data_new ();
+ g_task_set_task_data (saving_task, data, (GDestroyNotify) saver_data_free);
+
+ doc = gedit_tab_get_document (tab);
+
+ /* reset the save flags, when saving as */
+ tab->save_flags = GTK_SOURCE_FILE_SAVER_FLAGS_NONE;
+
+ save_flags = get_initial_save_flags (tab, FALSE);
+
+ if (tab->state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)
+ {
+ /* We already told the user about the external modification:
+ * hide the message bar and set the save flag.
+ */
+ set_info_bar (tab, NULL);
+ save_flags |= GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_MODIFICATION_TIME;
+ }
+
+ file = gedit_document_get_file (doc);
+
+ data->saver = gtk_source_file_saver_new_with_target (GTK_SOURCE_BUFFER (doc),
+ file,
+ location);
+
+ gtk_source_file_saver_set_encoding (data->saver, encoding);
+ gtk_source_file_saver_set_newline_type (data->saver, newline_type);
+ gtk_source_file_saver_set_compression_type (data->saver, compression_type);
+ gtk_source_file_saver_set_flags (data->saver, save_flags);
+
+ launch_saver (saving_task);
+}
+
+#define GEDIT_PAGE_SETUP_KEY "gedit-page-setup-key"
+#define GEDIT_PRINT_SETTINGS_KEY "gedit-print-settings-key"
+
+static GtkPageSetup *
+get_page_setup (GeditTab *tab)
+{
+ gpointer data;
+ GeditDocument *doc;
+
+ doc = gedit_tab_get_document (tab);
+
+ data = g_object_get_data (G_OBJECT (doc),
+ GEDIT_PAGE_SETUP_KEY);
+
+ if (data == NULL)
+ {
+ return _gedit_app_get_default_page_setup (GEDIT_APP (g_application_get_default ()));
+ }
+ else
+ {
+ return gtk_page_setup_copy (GTK_PAGE_SETUP (data));
+ }
+}
+
+static GtkPrintSettings *
+get_print_settings (GeditTab *tab)
+{
+ gpointer data;
+ GeditDocument *doc;
+ GtkPrintSettings *settings;
+ gchar *name;
+
+ doc = gedit_tab_get_document (tab);
+
+ data = g_object_get_data (G_OBJECT (doc),
+ GEDIT_PRINT_SETTINGS_KEY);
+
+ if (data == NULL)
+ {
+ settings = _gedit_app_get_default_print_settings (GEDIT_APP (g_application_get_default ()));
+ }
+ else
+ {
+ settings = gtk_print_settings_copy (GTK_PRINT_SETTINGS (data));
+ }
+
+ /* Be sure the OUTPUT_URI is unset, because otherwise the
+ * OUTPUT_BASENAME is not taken into account.
+ */
+ gtk_print_settings_set (settings, GTK_PRINT_SETTINGS_OUTPUT_URI, NULL);
+
+ name = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ gtk_print_settings_set (settings, GTK_PRINT_SETTINGS_OUTPUT_BASENAME, name);
+ g_free (name);
+
+ return settings;
+}
+
+/* FIXME: show the info bar only if the operation will be "long" */
+static void
+printing_cb (GeditPrintJob *job,
+ GeditPrintJobStatus status,
+ GeditTab *tab)
+{
+ g_return_if_fail (TEPL_IS_PROGRESS_INFO_BAR (tab->info_bar));
+
+ gtk_widget_show (tab->info_bar);
+
+ tepl_progress_info_bar_set_text (TEPL_PROGRESS_INFO_BAR (tab->info_bar),
+ gedit_print_job_get_status_string (job));
+
+ tepl_progress_info_bar_set_fraction (TEPL_PROGRESS_INFO_BAR (tab->info_bar),
+ gedit_print_job_get_progress (job));
+}
+
+static void
+store_print_settings (GeditTab *tab,
+ GeditPrintJob *job)
+{
+ GeditDocument *doc;
+ GtkPrintSettings *settings;
+ GtkPageSetup *page_setup;
+
+ doc = gedit_tab_get_document (tab);
+
+ settings = gedit_print_job_get_print_settings (job);
+
+ /* clear n-copies settings since we do not want to
+ * persist that one */
+ gtk_print_settings_unset (settings,
+ GTK_PRINT_SETTINGS_N_COPIES);
+
+ /* remember settings for this document */
+ g_object_set_data_full (G_OBJECT (doc),
+ GEDIT_PRINT_SETTINGS_KEY,
+ g_object_ref (settings),
+ (GDestroyNotify)g_object_unref);
+
+ /* make them the default */
+ _gedit_app_set_default_print_settings (GEDIT_APP (g_application_get_default ()),
+ settings);
+
+ page_setup = gedit_print_job_get_page_setup (job);
+
+ /* remember page setup for this document */
+ g_object_set_data_full (G_OBJECT (doc),
+ GEDIT_PAGE_SETUP_KEY,
+ g_object_ref (page_setup),
+ (GDestroyNotify)g_object_unref);
+
+ /* make it the default */
+ _gedit_app_set_default_page_setup (GEDIT_APP (g_application_get_default ()),
+ page_setup);
+}
+
+static void
+done_printing_cb (GeditPrintJob *job,
+ GeditPrintJobResult result,
+ GError *error,
+ GeditTab *tab)
+{
+ GeditView *view;
+
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW ||
+ tab->state == GEDIT_TAB_STATE_PRINTING);
+
+ if (result == GEDIT_PRINT_JOB_RESULT_OK)
+ {
+ store_print_settings (tab, job);
+ }
+
+ /* TODO Show the error in an info bar. */
+ if (error != NULL)
+ {
+ g_warning ("Printing error: %s", error->message);
+ g_error_free (error);
+ error = NULL;
+ }
+
+ close_printing (tab);
+
+ view = gedit_tab_get_view (tab);
+ gtk_widget_grab_focus (GTK_WIDGET (view));
+}
+
+static void
+show_preview_cb (GeditPrintJob *job,
+ GeditPrintPreview *preview,
+ GeditTab *tab)
+{
+ g_return_if_fail (tab->print_preview == NULL);
+
+ /* destroy the info bar */
+ set_info_bar (tab, NULL);
+
+ tab->print_preview = GTK_WIDGET (preview);
+ g_object_ref_sink (tab->print_preview);
+
+ gtk_box_pack_end (GTK_BOX (tab), tab->print_preview, TRUE, TRUE, 0);
+
+ gtk_widget_show (tab->print_preview);
+ gtk_widget_grab_focus (tab->print_preview);
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW);
+}
+
+static void
+print_cancelled (GtkWidget *bar,
+ gint response_id,
+ GeditTab *tab)
+{
+ gedit_debug (DEBUG_TAB);
+
+ if (tab->print_job != NULL)
+ {
+ gedit_print_job_cancel (tab->print_job);
+ }
+}
+
+static void
+add_printing_info_bar (GeditTab *tab)
+{
+ TeplProgressInfoBar *bar;
+
+ bar = tepl_progress_info_bar_new ("document-print", NULL, TRUE);
+
+ g_signal_connect (bar,
+ "response",
+ G_CALLBACK (print_cancelled),
+ tab);
+
+ set_info_bar (tab, GTK_WIDGET (bar));
+
+ /* hide until we start printing */
+ gtk_widget_hide (GTK_WIDGET (bar));
+}
+
+void
+_gedit_tab_print (GeditTab *tab)
+{
+ GeditView *view;
+ GtkPageSetup *setup;
+ GtkPrintSettings *settings;
+ GtkPrintOperationResult res;
+ GError *error = NULL;
+
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+
+ /* FIXME: currently we can have just one printoperation going on at a
+ * given time, so before starting the print we close the preview.
+ * Would be nice to handle it properly though.
+ */
+ if (tab->state == GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW)
+ {
+ close_printing (tab);
+ }
+
+ g_return_if_fail (tab->print_job == NULL);
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_NORMAL);
+
+ view = gedit_tab_get_view (tab);
+
+ tab->print_job = gedit_print_job_new (TEPL_VIEW (view));
+
+ add_printing_info_bar (tab);
+
+ g_signal_connect_object (tab->print_job,
+ "printing",
+ G_CALLBACK (printing_cb),
+ tab,
+ 0);
+
+ g_signal_connect_object (tab->print_job,
+ "show-preview",
+ G_CALLBACK (show_preview_cb),
+ tab,
+ 0);
+
+ g_signal_connect_object (tab->print_job,
+ "done",
+ G_CALLBACK (done_printing_cb),
+ tab,
+ 0);
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_PRINTING);
+
+ setup = get_page_setup (tab);
+ settings = get_print_settings (tab);
+
+ res = gedit_print_job_print (tab->print_job,
+ GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG,
+ setup,
+ settings,
+ GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (tab))),
+ &error);
+
+ /* TODO: manage res in the correct way */
+ if (res == GTK_PRINT_OPERATION_RESULT_ERROR)
+ {
+ /* FIXME: go in error state */
+ g_warning ("Async print preview failed (%s)", error->message);
+ g_error_free (error);
+
+ close_printing (tab);
+ }
+
+ g_object_unref (setup);
+ g_object_unref (settings);
+}
+
+void
+_gedit_tab_mark_for_closing (GeditTab *tab)
+{
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail (tab->state == GEDIT_TAB_STATE_NORMAL);
+
+ gedit_tab_set_state (tab, GEDIT_TAB_STATE_CLOSING);
+}
+
+gboolean
+_gedit_tab_get_can_close (GeditTab *tab)
+{
+ GeditDocument *doc;
+
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), FALSE);
+
+ /* if we are loading or reverting, the tab can be closed */
+ if (tab->state == GEDIT_TAB_STATE_LOADING ||
+ tab->state == GEDIT_TAB_STATE_LOADING_ERROR ||
+ tab->state == GEDIT_TAB_STATE_REVERTING ||
+ tab->state == GEDIT_TAB_STATE_REVERTING_ERROR) /* CHECK: I'm not sure this is the right behavior for REVERTING ERROR */
+ {
+ return TRUE;
+ }
+
+ /* Do not close tab with saving errors */
+ if (tab->state == GEDIT_TAB_STATE_SAVING_ERROR)
+ {
+ return FALSE;
+ }
+
+ doc = gedit_tab_get_document (tab);
+
+ if (_gedit_document_needs_saving (doc))
+ {
+ return FALSE;
+ }
+
+ return TRUE;
+}
+
+/**
+ * gedit_tab_get_auto_save_enabled:
+ * @tab: a #GeditTab
+ *
+ * Gets the current state for the autosave feature
+ *
+ * Return value: %TRUE if the autosave is enabled, else %FALSE
+ **/
+gboolean
+gedit_tab_get_auto_save_enabled (GeditTab *tab)
+{
+ gedit_debug (DEBUG_TAB);
+
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), FALSE);
+
+ return tab->auto_save;
+}
+
+/**
+ * gedit_tab_set_auto_save_enabled:
+ * @tab: a #GeditTab
+ * @enable: enable (%TRUE) or disable (%FALSE) auto save
+ *
+ * Enables or disables the autosave feature. It does not install an
+ * autosave timeout if the document is new or is read-only
+ **/
+void
+gedit_tab_set_auto_save_enabled (GeditTab *tab,
+ gboolean enable)
+{
+ gedit_debug (DEBUG_TAB);
+
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+
+ enable = enable != FALSE;
+
+ if (tab->auto_save != enable)
+ {
+ tab->auto_save = enable;
+ update_auto_save_timeout (tab);
+ return;
+ }
+}
+
+/**
+ * gedit_tab_get_auto_save_interval:
+ * @tab: a #GeditTab
+ *
+ * Gets the current interval for the autosaves
+ *
+ * Return value: the value of the autosave
+ **/
+gint
+gedit_tab_get_auto_save_interval (GeditTab *tab)
+{
+ gedit_debug (DEBUG_TAB);
+
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), 0);
+
+ return tab->auto_save_interval;
+}
+
+/**
+ * gedit_tab_set_auto_save_interval:
+ * @tab: a #GeditTab
+ * @interval: the new interval
+ *
+ * Sets the interval for the autosave feature.
+ */
+void
+gedit_tab_set_auto_save_interval (GeditTab *tab,
+ gint interval)
+{
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail (interval > 0);
+
+ gedit_debug (DEBUG_TAB);
+
+ if (tab->auto_save_interval != interval)
+ {
+ tab->auto_save_interval = interval;
+ remove_auto_save_timeout (tab);
+ update_auto_save_timeout (tab);
+ }
+}
+
+void
+gedit_tab_set_info_bar (GeditTab *tab,
+ GtkWidget *info_bar)
+{
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail (info_bar == NULL || GTK_IS_WIDGET (info_bar));
+
+ /* FIXME: this can cause problems with the tab state machine */
+ set_info_bar (tab, info_bar);
+}
+
+GeditViewFrame *
+_gedit_tab_get_view_frame (GeditTab *tab)
+{
+ return tab->frame;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-tab.h b/gedit/gedit-tab.h
new file mode 100644
index 0000000..e3d67d7
--- /dev/null
+++ b/gedit/gedit-tab.h
@@ -0,0 +1,77 @@
+/*
+ * gedit-tab.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_TAB_H
+#define GEDIT_TAB_H
+
+#include <gtksourceview/gtksource.h>
+#include <gedit/gedit-view.h>
+#include <gedit/gedit-document.h>
+
+G_BEGIN_DECLS
+
+typedef enum
+{
+ GEDIT_TAB_STATE_NORMAL = 0,
+ GEDIT_TAB_STATE_LOADING,
+ GEDIT_TAB_STATE_REVERTING,
+ GEDIT_TAB_STATE_SAVING,
+ GEDIT_TAB_STATE_PRINTING,
+ GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW,
+ GEDIT_TAB_STATE_LOADING_ERROR,
+ GEDIT_TAB_STATE_REVERTING_ERROR,
+ GEDIT_TAB_STATE_SAVING_ERROR,
+ GEDIT_TAB_STATE_GENERIC_ERROR,
+ GEDIT_TAB_STATE_CLOSING,
+ GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION,
+ GEDIT_TAB_NUM_OF_STATES /* This is not a valid state */
+} GeditTabState;
+
+#define GEDIT_TYPE_TAB (gedit_tab_get_type())
+
+G_DECLARE_FINAL_TYPE (GeditTab, gedit_tab, GEDIT, TAB, GtkBox)
+
+GeditView *gedit_tab_get_view (GeditTab *tab);
+
+/* This is only an helper function */
+GeditDocument *gedit_tab_get_document (GeditTab *tab);
+
+GeditTab *gedit_tab_get_from_document (GeditDocument *doc);
+
+GeditTabState gedit_tab_get_state (GeditTab *tab);
+
+gboolean gedit_tab_get_auto_save_enabled (GeditTab *tab);
+
+void gedit_tab_set_auto_save_enabled (GeditTab *tab,
+ gboolean enable);
+
+gint gedit_tab_get_auto_save_interval (GeditTab *tab);
+
+void gedit_tab_set_auto_save_interval (GeditTab *tab,
+ gint interval);
+
+void gedit_tab_set_info_bar (GeditTab *tab,
+ GtkWidget *info_bar);
+
+G_END_DECLS
+
+#endif /* GEDIT_TAB_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-utils.c b/gedit/gedit-utils.c
new file mode 100644
index 0000000..9fc9e4f
--- /dev/null
+++ b/gedit/gedit-utils.c
@@ -0,0 +1,542 @@
+/*
+ * gedit-utils.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2002 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2003-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-utils.h"
+#include <string.h>
+#include <glib/gi18n.h>
+#include <tepl/tepl.h>
+#include "gedit-debug.h"
+
+gboolean
+gedit_utils_menu_position_under_tree_view (GtkTreeView *tree_view,
+ GdkRectangle *rect)
+{
+ GtkTreeSelection *selection;
+ GtkTreeModel *model;
+ gint count_rows;
+ GList *rows;
+ gint widget_x, widget_y;
+
+ model = gtk_tree_view_get_model (tree_view);
+ g_return_val_if_fail (model != NULL, FALSE);
+
+ selection = gtk_tree_view_get_selection (tree_view);
+ g_return_val_if_fail (selection != NULL, FALSE);
+
+ count_rows = gtk_tree_selection_count_selected_rows (selection);
+ if (count_rows != 1)
+ return FALSE;
+
+ rows = gtk_tree_selection_get_selected_rows (selection, &model);
+ gtk_tree_view_get_cell_area (tree_view, (GtkTreePath *)(rows->data),
+ gtk_tree_view_get_column (tree_view, 0),
+ rect);
+
+ gtk_tree_view_convert_bin_window_to_widget_coords (tree_view, rect->x, rect->y, &widget_x, &widget_y);
+ rect->x = widget_x;
+ rect->y = widget_y;
+
+ g_list_free_full (rows, (GDestroyNotify) gtk_tree_path_free);
+ return TRUE;
+}
+
+/**
+ * gedit_utils_set_atk_name_description:
+ * @widget: The Gtk widget for which name/description to be set
+ * @name: Atk name string
+ * @description: Atk description string
+ *
+ * This function sets up name and description
+ * for a specified gtk widget.
+ */
+void
+gedit_utils_set_atk_name_description (GtkWidget *widget,
+ const gchar *name,
+ const gchar *description)
+{
+ AtkObject *aobj;
+
+ aobj = gtk_widget_get_accessible (widget);
+
+ if (!(GTK_IS_ACCESSIBLE (aobj)))
+ return;
+
+ if (name)
+ atk_object_set_name (aobj, name);
+
+ if (description)
+ atk_object_set_description (aobj, description);
+}
+
+static gchar *
+uri_get_dirname (const gchar *uri)
+{
+ gchar *res;
+ gchar *str;
+
+ g_return_val_if_fail (uri != NULL, NULL);
+
+ /* CHECK: does it work with uri chaining? - Paolo */
+ str = g_path_get_dirname (uri);
+ g_return_val_if_fail (str != NULL, g_strdup ("."));
+
+ if ((strlen (str) == 1) && (*str == '.'))
+ {
+ g_free (str);
+
+ return NULL;
+ }
+
+ res = tepl_utils_replace_home_dir_with_tilde (str);
+
+ g_free (str);
+
+ return res;
+}
+
+/**
+ * gedit_utils_location_get_dirname_for_display:
+ * @location: the location
+ *
+ * Returns a string suitable to be displayed in the UI indicating
+ * the name of the directory where the file is located.
+ * For remote files it may also contain the hostname etc.
+ * For local files it tries to replace the home dir with ~.
+ *
+ * Returns: (transfer full): a string to display the dirname
+ */
+gchar *
+gedit_utils_location_get_dirname_for_display (GFile *location)
+{
+ gchar *uri;
+ gchar *res;
+ GMount *mount;
+
+ g_return_val_if_fail (location != NULL, NULL);
+
+ /* we use the parse name, that is either the local path
+ * or an uri but which is utf8 safe */
+ uri = g_file_get_parse_name (location);
+
+ /* FIXME: this is sync... is it a problem? */
+ mount = g_file_find_enclosing_mount (location, NULL, NULL);
+ if (mount != NULL)
+ {
+ gchar *mount_name;
+ gchar *path = NULL;
+ gchar *dirname;
+
+ mount_name = g_mount_get_name (mount);
+ g_object_unref (mount);
+
+ /* obtain the "path" part of the uri */
+ tepl_utils_decode_uri (uri,
+ NULL, NULL,
+ NULL, NULL,
+ &path);
+
+ if (path == NULL)
+ {
+ dirname = uri_get_dirname (uri);
+ }
+ else
+ {
+ dirname = uri_get_dirname (path);
+ }
+
+ if (dirname == NULL || strcmp (dirname, ".") == 0)
+ {
+ res = mount_name;
+ }
+ else
+ {
+ res = g_strdup_printf ("%s %s", mount_name, dirname);
+ g_free (mount_name);
+ }
+
+ g_free (path);
+ g_free (dirname);
+ }
+ else
+ {
+ /* fallback for local files or uris without mounts */
+ res = uri_get_dirname (uri);
+ }
+
+ g_free (uri);
+
+ return res;
+}
+
+static gboolean
+is_valid_scheme_character (gchar c)
+{
+ return g_ascii_isalnum (c) || c == '+' || c == '-' || c == '.';
+}
+
+static gboolean
+has_valid_scheme (const gchar *uri)
+{
+ const gchar *p;
+
+ p = uri;
+
+ if (!is_valid_scheme_character (*p))
+ {
+ return FALSE;
+ }
+
+ do
+ {
+ p++;
+ } while (is_valid_scheme_character (*p));
+
+ return *p == ':';
+}
+
+gboolean
+gedit_utils_is_valid_location (GFile *location)
+{
+ const guchar *p;
+ gchar *uri;
+ gboolean is_valid;
+
+ if (location == NULL)
+ return FALSE;
+
+ uri = g_file_get_uri (location);
+
+ if (!has_valid_scheme (uri))
+ {
+ g_free (uri);
+ return FALSE;
+ }
+
+ is_valid = TRUE;
+
+ /* We expect to have a fully valid set of characters */
+ for (p = (const guchar *)uri; *p; p++) {
+ if (*p == '%')
+ {
+ ++p;
+ if (!g_ascii_isxdigit (*p))
+ {
+ is_valid = FALSE;
+ break;
+ }
+
+ ++p;
+ if (!g_ascii_isxdigit (*p))
+ {
+ is_valid = FALSE;
+ break;
+ }
+ }
+ else
+ {
+ if (*p <= 32 || *p >= 128)
+ {
+ is_valid = FALSE;
+ break;
+ }
+ }
+ }
+
+ g_free (uri);
+
+ return is_valid;
+}
+
+
+static gchar *
+make_canonical_uri_from_shell_arg (const gchar *str)
+{
+ GFile *gfile;
+ gchar *uri;
+
+ g_return_val_if_fail (str != NULL, NULL);
+ g_return_val_if_fail (*str != '\0', NULL);
+
+ /* Note for the future:
+ * FIXME: is still still relevant?
+ *
+ * <federico> paolo: and flame whoever tells
+ * you that file:///gnome/test_files/hëllò
+ * doesn't work --- that's not a valid URI
+ *
+ * <paolo> federico: well, another solution that
+ * does not requires patch to _from_shell_args
+ * is to check that the string returned by it
+ * contains only ASCII chars
+ * <federico> paolo: hmmmm, isn't there
+ * gnome_vfs_is_uri_valid() or something?
+ * <paolo>: I will use gedit_utils_is_valid_uri ()
+ *
+ */
+
+ gfile = g_file_new_for_commandline_arg (str);
+
+ if (gedit_utils_is_valid_location (gfile))
+ {
+ uri = g_file_get_uri (gfile);
+ g_object_unref (gfile);
+ return uri;
+ }
+
+ g_object_unref (gfile);
+ return NULL;
+}
+
+
+/**
+ * gedit_utils_basename_for_display:
+ * @location: location for which the basename should be displayed
+ *
+ * Returns: (transfer full): the basename of a file suitable for display to users.
+ */
+gchar *
+gedit_utils_basename_for_display (GFile *location)
+{
+ gchar *name;
+ gchar *hn;
+ gchar *uri;
+
+ g_return_val_if_fail (G_IS_FILE (location), NULL);
+
+ uri = g_file_get_uri (location);
+
+ /* First, try to query the display name, but only on local files */
+ if (g_file_has_uri_scheme (location, "file"))
+ {
+ GFileInfo *info;
+
+ info = g_file_query_info (location,
+ G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME,
+ G_FILE_QUERY_INFO_NONE,
+ NULL,
+ NULL);
+
+ if (info)
+ {
+ /* Simply get the display name to use as the basename */
+ name = g_strdup (g_file_info_get_display_name (info));
+ g_object_unref (info);
+ }
+ else
+ {
+ /* This is a local file, and therefore we will use
+ * g_filename_display_basename on the local path */
+ gchar *local_path;
+
+ local_path = g_file_get_path (location);
+ name = g_filename_display_basename (local_path);
+ g_free (local_path);
+ }
+ }
+ else if (g_file_has_parent (location, NULL) ||
+ !tepl_utils_decode_uri (uri, NULL, NULL, &hn, NULL, NULL))
+ {
+ /* For remote files with a parent (so not just http://foo.com)
+ or remote file for which the decoding of the host name fails,
+ use the _parse_name and take basename of that */
+ gchar *parse_name;
+ gchar *base;
+
+ parse_name = g_file_get_parse_name (location);
+ base = g_filename_display_basename (parse_name);
+ name = g_uri_unescape_string (base, NULL);
+
+ g_free (base);
+ g_free (parse_name);
+ }
+ else
+ {
+ /* display '/ on <host>' using the decoded host */
+ gchar *hn_utf8;
+
+ if (hn != NULL)
+ {
+ hn_utf8 = g_utf8_make_valid (hn, -1);
+ }
+ else
+ {
+ /* we should never get here */
+ hn_utf8 = g_strdup ("?");
+ }
+
+ /* Translators: '/ on <remote-share>' */
+ name = g_strdup_printf (_("/ on %s"), hn_utf8);
+
+ g_free (hn_utf8);
+ g_free (hn);
+ }
+
+ g_free (uri);
+
+ return name;
+}
+
+/**
+ * gedit_utils_drop_get_uris:
+ * @selection_data: the #GtkSelectionData from drag_data_received
+ *
+ * Create a list of valid uri's from a uri-list drop.
+ *
+ * Returns: (transfer full): a string array which will hold the uris or
+ * %NULL if there were no valid uris. g_strfreev should be used when
+ * the string array is no longer used
+ */
+gchar **
+gedit_utils_drop_get_uris (GtkSelectionData *selection_data)
+{
+ gchar **uris;
+ gint i;
+ gint p = 0;
+ gchar **uri_list;
+
+ uris = g_uri_list_extract_uris ((gchar *) gtk_selection_data_get_data (selection_data));
+ uri_list = g_new0(gchar *, g_strv_length (uris) + 1);
+
+ for (i = 0; uris[i] != NULL; i++)
+ {
+ gchar *uri;
+
+ uri = make_canonical_uri_from_shell_arg (uris[i]);
+
+ /* Silently ignore malformed URI/filename */
+ if (uri != NULL)
+ uri_list[p++] = uri;
+ }
+
+ if (*uri_list == NULL)
+ {
+ g_free(uri_list);
+ g_strfreev (uris);
+ return NULL;
+ }
+
+ g_strfreev (uris);
+ return uri_list;
+}
+
+GtkSourceCompressionType
+gedit_utils_get_compression_type_from_content_type (const gchar *content_type)
+{
+ if (content_type == NULL)
+ {
+ return GTK_SOURCE_COMPRESSION_TYPE_NONE;
+ }
+
+ if (g_content_type_is_a (content_type, "application/x-gzip"))
+ {
+ return GTK_SOURCE_COMPRESSION_TYPE_GZIP;
+ }
+
+ return GTK_SOURCE_COMPRESSION_TYPE_NONE;
+}
+
+/* Copied from nautilus */
+static gchar *
+get_direct_save_filename (GdkDragContext *context)
+{
+ guchar *prop_text;
+ gint prop_len;
+
+ if (!gdk_property_get (gdk_drag_context_get_source_window (context), gdk_atom_intern ("XdndDirectSave0", FALSE),
+ gdk_atom_intern ("text/plain", FALSE), 0, 1024, FALSE, NULL, NULL,
+ &prop_len, &prop_text) && prop_text != NULL) {
+ return NULL;
+ }
+
+ /* Zero-terminate the string */
+ prop_text = g_realloc (prop_text, prop_len + 1);
+ prop_text[prop_len] = '\0';
+
+ /* Verify that the file name provided by the source is valid */
+ if (*prop_text == '\0' ||
+ strchr ((const gchar *) prop_text, G_DIR_SEPARATOR) != NULL) {
+ gedit_debug_message (DEBUG_UTILS, "Invalid filename provided by XDS drag site");
+ g_free (prop_text);
+ return NULL;
+ }
+
+ return (gchar *)prop_text;
+}
+
+gchar *
+gedit_utils_set_direct_save_filename (GdkDragContext *context)
+{
+ gchar *uri;
+ gchar *filename;
+
+ uri = NULL;
+ filename = get_direct_save_filename (context);
+
+ if (filename != NULL)
+ {
+ gchar *tempdir;
+ gchar *path;
+
+ tempdir = g_dir_make_tmp ("gedit-drop-XXXXXX", NULL);
+ if (tempdir == NULL)
+ {
+ tempdir = g_strdup (g_get_tmp_dir ());
+ }
+
+ path = g_build_filename (tempdir,
+ filename,
+ NULL);
+
+ uri = g_filename_to_uri (path, NULL, NULL);
+
+ /* Change the property */
+ gdk_property_change (gdk_drag_context_get_source_window (context),
+ gdk_atom_intern ("XdndDirectSave0", FALSE),
+ gdk_atom_intern ("text/plain", FALSE), 8,
+ GDK_PROP_MODE_REPLACE, (const guchar *) uri,
+ strlen (uri));
+
+ g_free (tempdir);
+ g_free (path);
+ g_free (filename);
+ }
+
+ return uri;
+}
+
+const gchar *
+gedit_utils_newline_type_to_string (GtkSourceNewlineType newline_type)
+{
+ switch (newline_type)
+ {
+ case GTK_SOURCE_NEWLINE_TYPE_LF:
+ return _("Unix/Linux");
+ case GTK_SOURCE_NEWLINE_TYPE_CR:
+ return _("Mac OS Classic");
+ case GTK_SOURCE_NEWLINE_TYPE_CR_LF:
+ return _("Windows");
+ }
+
+ return NULL;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-utils.h b/gedit/gedit-utils.h
new file mode 100644
index 0000000..a6b423d
--- /dev/null
+++ b/gedit/gedit-utils.h
@@ -0,0 +1,56 @@
+/*
+ * gedit-utils.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002 - 2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_UTILS_H
+#define GEDIT_UTILS_H
+
+#include <gtksourceview/gtksource.h>
+
+G_BEGIN_DECLS
+
+gboolean gedit_utils_menu_position_under_tree_view (GtkTreeView *tree_view,
+ GdkRectangle *rect);
+
+void gedit_utils_set_atk_name_description (GtkWidget *widget,
+ const gchar *name,
+ const gchar *description);
+
+gchar *gedit_utils_location_get_dirname_for_display (GFile *location);
+
+gboolean gedit_utils_is_valid_location (GFile *location);
+
+gchar *gedit_utils_basename_for_display (GFile *location);
+
+/* Turns data from a drop into a list of well formatted uris */
+gchar **gedit_utils_drop_get_uris (GtkSelectionData *selection_data);
+
+gchar *gedit_utils_set_direct_save_filename (GdkDragContext *context);
+
+GtkSourceCompressionType gedit_utils_get_compression_type_from_content_type (const gchar *content_type);
+
+const gchar *gedit_utils_newline_type_to_string (GtkSourceNewlineType newline_type);
+
+G_END_DECLS
+
+#endif /* GEDIT_UTILS_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-view-activatable.c b/gedit/gedit-view-activatable.c
new file mode 100644
index 0000000..7ec2876
--- /dev/null
+++ b/gedit/gedit-view-activatable.c
@@ -0,0 +1,96 @@
+/*
+ * gedit-view-activatable.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 Steve Frécinaux
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Library General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-view-activatable.h"
+
+#include "gedit-view.h"
+
+/**
+ * SECTION:gedit-view-activatable
+ * @short_description: Interface for activatable extensions on views
+ * @see_also: #PeasExtensionSet
+ *
+ * #GeditViewActivatable is an interface which should be implemented by
+ * extensions that should be activated on a gedit view.
+ **/
+
+G_DEFINE_INTERFACE(GeditViewActivatable, gedit_view_activatable, G_TYPE_OBJECT)
+
+static void
+gedit_view_activatable_default_init (GeditViewActivatableInterface *iface)
+{
+ /**
+ * GeditViewActivatable:view:
+ *
+ * The window property contains the gedit window for this
+ * #GeditViewActivatable instance.
+ */
+ g_object_interface_install_property (iface,
+ g_param_spec_object ("view",
+ "view",
+ "A gedit view",
+ GEDIT_TYPE_VIEW,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_STATIC_STRINGS));
+}
+
+/**
+ * gedit_view_activatable_activate:
+ * @activatable: A #GeditViewActivatable.
+ *
+ * Activates the extension on the window property.
+ */
+void
+gedit_view_activatable_activate (GeditViewActivatable *activatable)
+{
+ GeditViewActivatableInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_VIEW_ACTIVATABLE (activatable));
+
+ iface = GEDIT_VIEW_ACTIVATABLE_GET_IFACE (activatable);
+ if (iface->activate != NULL)
+ {
+ iface->activate (activatable);
+ }
+}
+
+/**
+ * gedit_view_activatable_deactivate:
+ * @activatable: A #GeditViewActivatable.
+ *
+ * Deactivates the extension on the window property.
+ */
+void
+gedit_view_activatable_deactivate (GeditViewActivatable *activatable)
+{
+ GeditViewActivatableInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_VIEW_ACTIVATABLE (activatable));
+
+ iface = GEDIT_VIEW_ACTIVATABLE_GET_IFACE (activatable);
+ if (iface->deactivate != NULL)
+ {
+ iface->deactivate (activatable);
+ }
+}
+
diff --git a/gedit/gedit-view-activatable.h b/gedit/gedit-view-activatable.h
new file mode 100644
index 0000000..77799ea
--- /dev/null
+++ b/gedit/gedit-view-activatable.h
@@ -0,0 +1,47 @@
+/*
+ * gedit-view-activatable.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Steve Frécinaux
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Library General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_VIEW_ACTIVATABLE_H
+#define GEDIT_VIEW_ACTIVATABLE_H
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_VIEW_ACTIVATABLE (gedit_view_activatable_get_type ())
+
+G_DECLARE_INTERFACE (GeditViewActivatable, gedit_view_activatable, GEDIT, VIEW_ACTIVATABLE, GObject)
+
+struct _GeditViewActivatableInterface
+{
+ GTypeInterface g_iface;
+
+ /* Virtual public methods */
+ void (*activate) (GeditViewActivatable *activatable);
+ void (*deactivate) (GeditViewActivatable *activatable);
+};
+
+void gedit_view_activatable_activate (GeditViewActivatable *activatable);
+void gedit_view_activatable_deactivate (GeditViewActivatable *activatable);
+
+G_END_DECLS
+
+#endif /* GEDIT_VIEW_ACTIVATABLE_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-view-frame.c b/gedit/gedit-view-frame.c
new file mode 100644
index 0000000..f41734c
--- /dev/null
+++ b/gedit/gedit-view-frame.c
@@ -0,0 +1,1592 @@
+/*
+ * gedit-view-frame.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Ignacio Casal Quinteiro
+ * Copyright (C) 2013, 2019 - Sébastien Wilmet
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "gedit-view-frame.h"
+
+#include <gtksourceview/gtksource.h>
+#include <gdk/gdkkeysyms.h>
+#include <glib/gi18n.h>
+#include <stdlib.h>
+
+#include "gedit-debug.h"
+#include "gedit-utils.h"
+#include "gedit-settings.h"
+#include "libgd/gd.h"
+
+#define FLUSH_TIMEOUT_DURATION 30 /* in seconds */
+
+#define SEARCH_POPUP_MARGIN 12
+
+typedef enum
+{
+ GOTO_LINE,
+ SEARCH
+} SearchMode;
+
+typedef enum
+{
+ SEARCH_STATE_NORMAL,
+ SEARCH_STATE_NOT_FOUND
+} SearchState;
+
+struct _GeditViewFrame
+{
+ GtkOverlay parent_instance;
+
+ GeditView *view;
+
+ SearchMode search_mode;
+
+ /* Where the search has started. When the user presses escape in the
+ * search entry (to cancel the search), we return to the start_mark.
+ */
+ GtkTextMark *start_mark;
+
+ GtkRevealer *revealer;
+ GdTaggedEntry *search_entry;
+ GdTaggedEntryTag *entry_tag;
+ GtkWidget *go_up_button;
+ GtkWidget *go_down_button;
+
+ guint flush_timeout_id;
+ guint idle_update_entry_tag_id;
+ guint remove_entry_tag_timeout_id;
+ gulong view_scroll_event_id;
+ gulong search_entry_focus_out_id;
+ gulong search_entry_changed_id;
+
+ GtkSourceSearchSettings *search_settings;
+
+ /* Used to restore the search state if an incremental search is
+ * cancelled.
+ */
+ GtkSourceSearchSettings *old_search_settings;
+
+ /* The original search texts. In search_settings and
+ * old_search_settings, the search text is unescaped. Since the escape
+ * function is not reciprocal, we need to store the original search
+ * texts.
+ */
+ gchar *search_text;
+ gchar *old_search_text;
+};
+
+G_DEFINE_TYPE (GeditViewFrame, gedit_view_frame, GTK_TYPE_OVERLAY)
+
+static GeditDocument *
+get_document (GeditViewFrame *frame)
+{
+ return GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view)));
+}
+
+static void
+get_iter_at_start_mark (GeditViewFrame *frame,
+ GtkTextIter *iter)
+{
+ GtkTextBuffer *buffer;
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+
+ if (frame->start_mark != NULL)
+ {
+ gtk_text_buffer_get_iter_at_mark (buffer, iter, frame->start_mark);
+ }
+ else
+ {
+ g_warn_if_reached ();
+ gtk_text_buffer_get_start_iter (buffer, iter);
+ }
+}
+
+static void
+gedit_view_frame_dispose (GObject *object)
+{
+ GeditViewFrame *frame = GEDIT_VIEW_FRAME (object);
+ GtkTextBuffer *buffer = NULL;
+
+ if (frame->view != NULL)
+ {
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+ }
+
+ if (frame->start_mark != NULL && buffer != NULL)
+ {
+ gtk_text_buffer_delete_mark (buffer, frame->start_mark);
+ frame->start_mark = NULL;
+ }
+
+ if (frame->flush_timeout_id != 0)
+ {
+ g_source_remove (frame->flush_timeout_id);
+ frame->flush_timeout_id = 0;
+ }
+
+ if (frame->idle_update_entry_tag_id != 0)
+ {
+ g_source_remove (frame->idle_update_entry_tag_id);
+ frame->idle_update_entry_tag_id = 0;
+ }
+
+ if (frame->remove_entry_tag_timeout_id != 0)
+ {
+ g_source_remove (frame->remove_entry_tag_timeout_id);
+ frame->remove_entry_tag_timeout_id = 0;
+ }
+
+ if (buffer != NULL)
+ {
+ GtkSourceFile *file = gedit_document_get_file (GEDIT_DOCUMENT (buffer));
+ gtk_source_file_set_mount_operation_factory (file, NULL, NULL, NULL);
+ }
+
+ g_clear_object (&frame->entry_tag);
+ g_clear_object (&frame->search_settings);
+ g_clear_object (&frame->old_search_settings);
+
+ G_OBJECT_CLASS (gedit_view_frame_parent_class)->dispose (object);
+}
+
+static void
+gedit_view_frame_finalize (GObject *object)
+{
+ GeditViewFrame *frame = GEDIT_VIEW_FRAME (object);
+
+ g_free (frame->search_text);
+ g_free (frame->old_search_text);
+
+ G_OBJECT_CLASS (gedit_view_frame_parent_class)->finalize (object);
+}
+
+static void
+hide_search_widget (GeditViewFrame *frame,
+ gboolean cancel)
+{
+ GtkTextBuffer *buffer;
+
+ if (!gtk_revealer_get_reveal_child (frame->revealer))
+ {
+ return;
+ }
+
+ if (frame->view_scroll_event_id != 0)
+ {
+ g_signal_handler_disconnect (frame->view,
+ frame->view_scroll_event_id);
+ frame->view_scroll_event_id = 0;
+ }
+
+ if (frame->flush_timeout_id != 0)
+ {
+ g_source_remove (frame->flush_timeout_id);
+ frame->flush_timeout_id = 0;
+ }
+
+ gtk_revealer_set_reveal_child (frame->revealer, FALSE);
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+
+ if (cancel && frame->start_mark != NULL)
+ {
+ GtkTextIter iter;
+
+ gtk_text_buffer_get_iter_at_mark (buffer, &iter,
+ frame->start_mark);
+ gtk_text_buffer_place_cursor (buffer, &iter);
+
+ tepl_view_scroll_to_cursor (TEPL_VIEW (frame->view));
+ }
+
+ if (frame->start_mark != NULL)
+ {
+ gtk_text_buffer_delete_mark (buffer, frame->start_mark);
+ frame->start_mark = NULL;
+ }
+}
+
+static gboolean
+search_entry_flush_timeout (GeditViewFrame *frame)
+{
+ frame->flush_timeout_id = 0;
+ hide_search_widget (frame, FALSE);
+
+ return G_SOURCE_REMOVE;
+}
+
+static void
+renew_flush_timeout (GeditViewFrame *frame)
+{
+ if (frame->flush_timeout_id != 0)
+ {
+ g_source_remove (frame->flush_timeout_id);
+ }
+
+ frame->flush_timeout_id =
+ g_timeout_add_seconds (FLUSH_TIMEOUT_DURATION,
+ (GSourceFunc)search_entry_flush_timeout,
+ frame);
+}
+
+static GtkSourceSearchContext *
+get_search_context (GeditViewFrame *frame)
+{
+ GeditDocument *doc;
+ GtkSourceSearchContext *search_context;
+ GtkSourceSearchSettings *search_settings;
+
+ doc = get_document (frame);
+ search_context = gedit_document_get_search_context (doc);
+
+ if (search_context == NULL)
+ {
+ return NULL;
+ }
+
+ search_settings = gtk_source_search_context_get_settings (search_context);
+
+ if (search_settings == frame->search_settings)
+ {
+ return search_context;
+ }
+
+ return NULL;
+}
+
+static void
+set_search_state (GeditViewFrame *frame,
+ SearchState state)
+{
+ GtkStyleContext *context;
+
+ context = gtk_widget_get_style_context (GTK_WIDGET (frame->search_entry));
+
+ if (state == SEARCH_STATE_NOT_FOUND)
+ {
+ gtk_style_context_add_class (context, GTK_STYLE_CLASS_ERROR);
+ }
+ else
+ {
+ gtk_style_context_remove_class (context, GTK_STYLE_CLASS_ERROR);
+ }
+}
+
+static void
+finish_search (GeditViewFrame *frame,
+ gboolean found)
+{
+ const gchar *entry_text = gtk_entry_get_text (GTK_ENTRY (frame->search_entry));
+
+ if (found || (entry_text[0] == '\0'))
+ {
+ tepl_view_scroll_to_cursor (TEPL_VIEW (frame->view));
+
+ set_search_state (frame, SEARCH_STATE_NORMAL);
+ }
+ else
+ {
+ set_search_state (frame, SEARCH_STATE_NOT_FOUND);
+ }
+}
+
+static void
+start_search_finished (GtkSourceSearchContext *search_context,
+ GAsyncResult *result,
+ GeditViewFrame *frame)
+{
+ GtkTextIter match_start;
+ GtkTextIter match_end;
+ gboolean found;
+ GtkSourceBuffer *buffer;
+
+ found = gtk_source_search_context_forward_finish (search_context,
+ result,
+ &match_start,
+ &match_end,
+ NULL,
+ NULL);
+
+ buffer = gtk_source_search_context_get_buffer (search_context);
+
+ if (found)
+ {
+ gtk_text_buffer_select_range (GTK_TEXT_BUFFER (buffer),
+ &match_start,
+ &match_end);
+ }
+ else if (frame->start_mark != NULL)
+ {
+ GtkTextIter start_at;
+
+ gtk_text_buffer_get_iter_at_mark (GTK_TEXT_BUFFER (buffer),
+ &start_at,
+ frame->start_mark);
+
+ gtk_text_buffer_select_range (GTK_TEXT_BUFFER (buffer),
+ &start_at,
+ &start_at);
+ }
+
+ finish_search (frame, found);
+}
+
+static void
+start_search (GeditViewFrame *frame)
+{
+ GtkSourceSearchContext *search_context;
+ GtkTextIter start_at;
+
+ g_return_if_fail (frame->search_mode == SEARCH);
+
+ search_context = get_search_context (frame);
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ get_iter_at_start_mark (frame, &start_at);
+
+ gtk_source_search_context_forward_async (search_context,
+ &start_at,
+ NULL,
+ (GAsyncReadyCallback)start_search_finished,
+ frame);
+}
+
+static void
+forward_search_finished (GtkSourceSearchContext *search_context,
+ GAsyncResult *result,
+ GeditViewFrame *frame)
+{
+ GtkTextIter match_start;
+ GtkTextIter match_end;
+ gboolean found;
+
+ found = gtk_source_search_context_forward_finish (search_context,
+ result,
+ &match_start,
+ &match_end,
+ NULL,
+ NULL);
+
+ if (found)
+ {
+ GtkTextBuffer *buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+
+ gtk_text_buffer_select_range (buffer,
+ &match_start,
+ &match_end);
+ }
+
+ finish_search (frame, found);
+}
+
+static void
+forward_search (GeditViewFrame *frame)
+{
+ GtkTextIter start_at;
+ GtkTextBuffer *buffer;
+ GtkSourceSearchContext *search_context;
+
+ g_return_if_fail (frame->search_mode == SEARCH);
+
+ search_context = get_search_context (frame);
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ renew_flush_timeout (frame);
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+
+ gtk_text_buffer_get_selection_bounds (buffer, NULL, &start_at);
+
+ gtk_source_search_context_forward_async (search_context,
+ &start_at,
+ NULL,
+ (GAsyncReadyCallback)forward_search_finished,
+ frame);
+}
+
+static void
+backward_search_finished (GtkSourceSearchContext *search_context,
+ GAsyncResult *result,
+ GeditViewFrame *frame)
+{
+ GtkTextIter match_start;
+ GtkTextIter match_end;
+ gboolean found;
+ GtkSourceBuffer *buffer;
+
+ found = gtk_source_search_context_backward_finish (search_context,
+ result,
+ &match_start,
+ &match_end,
+ NULL,
+ NULL);
+
+ buffer = gtk_source_search_context_get_buffer (search_context);
+
+ if (found)
+ {
+ gtk_text_buffer_select_range (GTK_TEXT_BUFFER (buffer),
+ &match_start,
+ &match_end);
+ }
+
+ finish_search (frame, found);
+}
+
+static void
+backward_search (GeditViewFrame *frame)
+{
+ GtkTextIter start_at;
+ GtkTextBuffer *buffer;
+ GtkSourceSearchContext *search_context;
+
+ g_return_if_fail (frame->search_mode == SEARCH);
+
+ search_context = get_search_context (frame);
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ renew_flush_timeout (frame);
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+
+ gtk_text_buffer_get_selection_bounds (buffer, &start_at, NULL);
+
+ gtk_source_search_context_backward_async (search_context,
+ &start_at,
+ NULL,
+ (GAsyncReadyCallback)backward_search_finished,
+ frame);
+}
+
+static gboolean
+search_widget_scroll_event (GtkWidget *widget,
+ GdkEventScroll *event,
+ GeditViewFrame *frame)
+{
+ if (frame->search_mode == GOTO_LINE)
+ {
+ return GDK_EVENT_PROPAGATE;
+ }
+
+ if (event->state & GDK_CONTROL_MASK)
+ {
+ if (event->direction == GDK_SCROLL_UP)
+ {
+ backward_search (frame);
+ return GDK_EVENT_STOP;
+ }
+ else if (event->direction == GDK_SCROLL_DOWN)
+ {
+ forward_search (frame);
+ return GDK_EVENT_STOP;
+ }
+ }
+
+ return GDK_EVENT_PROPAGATE;
+}
+
+static GtkSourceSearchSettings *
+copy_search_settings (GtkSourceSearchSettings *settings)
+{
+ GtkSourceSearchSettings *new_settings = gtk_source_search_settings_new ();
+ gboolean val;
+ const gchar *text;
+
+ if (settings == NULL)
+ {
+ return new_settings;
+ }
+
+ val = gtk_source_search_settings_get_case_sensitive (settings);
+ gtk_source_search_settings_set_case_sensitive (new_settings, val);
+
+ val = gtk_source_search_settings_get_wrap_around (settings);
+ gtk_source_search_settings_set_wrap_around (new_settings, val);
+
+ val = gtk_source_search_settings_get_at_word_boundaries (settings);
+ gtk_source_search_settings_set_at_word_boundaries (new_settings, val);
+
+ val = gtk_source_search_settings_get_regex_enabled (settings);
+ gtk_source_search_settings_set_regex_enabled (new_settings, val);
+
+ text = gtk_source_search_settings_get_search_text (settings);
+ gtk_source_search_settings_set_search_text (new_settings, text);
+
+ return new_settings;
+}
+
+static gboolean
+search_widget_key_press_event (GtkWidget *widget,
+ GdkEventKey *event,
+ GeditViewFrame *frame)
+{
+ /* Close window */
+ if (event->keyval == GDK_KEY_Tab)
+ {
+ hide_search_widget (frame, FALSE);
+ gtk_widget_grab_focus (GTK_WIDGET (frame->view));
+
+ return GDK_EVENT_STOP;
+ }
+
+ if (frame->search_mode == GOTO_LINE)
+ {
+ return GDK_EVENT_PROPAGATE;
+ }
+
+ /* SEARCH mode */
+
+ /* select previous matching iter */
+ if (event->keyval == GDK_KEY_Up || event->keyval == GDK_KEY_KP_Up)
+ {
+ backward_search (frame);
+ return GDK_EVENT_STOP;
+ }
+
+ /* select next matching iter */
+ if (event->keyval == GDK_KEY_Down || event->keyval == GDK_KEY_KP_Down)
+ {
+ forward_search (frame);
+ return GDK_EVENT_STOP;
+ }
+
+ return GDK_EVENT_PROPAGATE;
+}
+
+static gboolean
+remove_entry_tag_timeout_cb (GeditViewFrame *frame)
+{
+ frame->remove_entry_tag_timeout_id = 0;
+
+ gd_tagged_entry_remove_tag (frame->search_entry,
+ frame->entry_tag);
+
+ return G_SOURCE_REMOVE;
+}
+
+static void
+update_entry_tag (GeditViewFrame *frame)
+{
+ GtkSourceSearchContext *search_context;
+ GtkTextBuffer *buffer;
+ GtkTextIter select_start;
+ GtkTextIter select_end;
+ gint count;
+ gint pos;
+ gchar *label;
+
+ if (frame->search_mode == GOTO_LINE)
+ {
+ gd_tagged_entry_remove_tag (frame->search_entry,
+ frame->entry_tag);
+ return;
+ }
+
+ search_context = get_search_context (frame);
+
+ if (search_context == NULL)
+ {
+ return;
+ }
+
+ count = gtk_source_search_context_get_occurrences_count (search_context);
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+ gtk_text_buffer_get_selection_bounds (buffer, &select_start, &select_end);
+
+ pos = gtk_source_search_context_get_occurrence_position (search_context,
+ &select_start,
+ &select_end);
+
+ if (count == -1 || pos == -1)
+ {
+ /* The buffer is not fully scanned. Remove the tag after a short
+ * delay. If we don't remove the tag at all, the information can
+ * be outdated during a too long time (for big buffers). And if
+ * the tag is removed directly, there is some flashing for small
+ * buffers: the tag disappears and reappear after a really short
+ * time.
+ */
+
+ if (frame->remove_entry_tag_timeout_id == 0)
+ {
+ frame->remove_entry_tag_timeout_id =
+ g_timeout_add (500,
+ (GSourceFunc)remove_entry_tag_timeout_cb,
+ frame);
+ }
+
+ return;
+ }
+
+ if (count == 0 || pos == 0)
+ {
+ gd_tagged_entry_remove_tag (frame->search_entry,
+ frame->entry_tag);
+ return;
+ }
+
+ if (frame->remove_entry_tag_timeout_id != 0)
+ {
+ g_source_remove (frame->remove_entry_tag_timeout_id);
+ frame->remove_entry_tag_timeout_id = 0;
+ }
+
+ /* Translators: the first %d is the position of the current search
+ * occurrence, and the second %d is the total number of search
+ * occurrences.
+ */
+ label = g_strdup_printf (_("%d of %d"), pos, count);
+
+ gd_tagged_entry_tag_set_label (frame->entry_tag, label);
+
+ gd_tagged_entry_add_tag (frame->search_entry,
+ frame->entry_tag);
+
+ g_free (label);
+}
+
+static gboolean
+update_entry_tag_idle_cb (GeditViewFrame *frame)
+{
+ frame->idle_update_entry_tag_id = 0;
+
+ update_entry_tag (frame);
+
+ return G_SOURCE_REMOVE;
+}
+
+static void
+install_update_entry_tag_idle (GeditViewFrame *frame)
+{
+ if (frame->idle_update_entry_tag_id == 0)
+ {
+ frame->idle_update_entry_tag_id = g_idle_add ((GSourceFunc)update_entry_tag_idle_cb,
+ frame);
+ }
+}
+
+static void
+update_search_text (GeditViewFrame *frame)
+{
+ const gchar *entry_text = gtk_entry_get_text (GTK_ENTRY (frame->search_entry));
+
+ g_free (frame->search_text);
+ frame->search_text = g_strdup (entry_text);
+
+ if (gtk_source_search_settings_get_regex_enabled (frame->search_settings))
+ {
+ gtk_source_search_settings_set_search_text (frame->search_settings,
+ entry_text);
+ }
+ else
+ {
+ gchar *unescaped_entry_text = gtk_source_utils_unescape_search_text (entry_text);
+
+ gtk_source_search_settings_set_search_text (frame->search_settings,
+ unescaped_entry_text);
+
+ g_free (unescaped_entry_text);
+ }
+}
+
+static void
+regex_toggled_cb (GtkCheckMenuItem *menu_item,
+ GeditViewFrame *frame)
+{
+ gtk_source_search_settings_set_regex_enabled (frame->search_settings,
+ gtk_check_menu_item_get_active (menu_item));
+
+ start_search (frame);
+}
+
+static void
+at_word_boundaries_toggled_cb (GtkCheckMenuItem *menu_item,
+ GeditViewFrame *frame)
+{
+ gtk_source_search_settings_set_at_word_boundaries (frame->search_settings,
+ gtk_check_menu_item_get_active (menu_item));
+
+ start_search (frame);
+}
+
+static void
+case_sensitive_toggled_cb (GtkCheckMenuItem *menu_item,
+ GeditViewFrame *frame)
+{
+ gtk_source_search_settings_set_case_sensitive (frame->search_settings,
+ gtk_check_menu_item_get_active (menu_item));
+
+ start_search (frame);
+}
+
+static void
+add_popup_menu_items (GeditViewFrame *frame,
+ GtkWidget *menu)
+{
+ GtkWidget *menu_item;
+ gboolean val;
+
+ /* create "Wrap Around" menu item. */
+ menu_item = gtk_check_menu_item_new_with_mnemonic (_("_Wrap Around"));
+
+ gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), menu_item);
+ gtk_widget_show (menu_item);
+
+ g_object_bind_property (frame->search_settings, "wrap-around",
+ menu_item, "active",
+ G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE);
+
+ /* create "Match as Regular Expression" menu item. */
+ menu_item = gtk_check_menu_item_new_with_mnemonic (_("Match as _Regular Expression"));
+
+ gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), menu_item);
+ gtk_widget_show (menu_item);
+
+ val = gtk_source_search_settings_get_regex_enabled (frame->search_settings);
+ gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_item), val);
+
+ g_signal_connect (menu_item,
+ "toggled",
+ G_CALLBACK (regex_toggled_cb),
+ frame);
+
+ /* create "Match Entire Word Only" menu item. */
+ menu_item = gtk_check_menu_item_new_with_mnemonic (_("Match _Entire Word Only"));
+
+ gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), menu_item);
+ gtk_widget_show (menu_item);
+
+ val = gtk_source_search_settings_get_at_word_boundaries (frame->search_settings);
+ gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_item), val);
+
+ g_signal_connect (menu_item,
+ "toggled",
+ G_CALLBACK (at_word_boundaries_toggled_cb),
+ frame);
+
+ /* create "Match Case" menu item. */
+ menu_item = gtk_check_menu_item_new_with_mnemonic (_("_Match Case"));
+
+ gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), menu_item);
+ gtk_widget_show (menu_item);
+
+ val = gtk_source_search_settings_get_case_sensitive (frame->search_settings);
+ gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_item), val);
+
+ g_signal_connect (menu_item,
+ "toggled",
+ G_CALLBACK (case_sensitive_toggled_cb),
+ frame);
+}
+
+static void
+popup_menu_hide_cb (GeditViewFrame *frame)
+{
+ renew_flush_timeout (frame);
+
+ g_signal_handler_unblock (frame->search_entry,
+ frame->search_entry_focus_out_id);
+}
+
+static void
+setup_popup_menu (GeditViewFrame *frame,
+ GtkWidget *menu)
+{
+ if (frame->flush_timeout_id != 0)
+ {
+ g_source_remove (frame->flush_timeout_id);
+ frame->flush_timeout_id = 0;
+ }
+
+ g_signal_handler_block (frame->search_entry,
+ frame->search_entry_focus_out_id);
+
+ g_signal_connect_swapped (menu,
+ "hide",
+ G_CALLBACK (popup_menu_hide_cb),
+ frame);
+}
+
+static void
+search_entry_escaped (GtkSearchEntry *entry,
+ GeditViewFrame *frame)
+{
+ GtkSourceSearchContext *search_context = get_search_context (frame);
+
+ if (frame->search_mode == SEARCH &&
+ search_context != NULL)
+ {
+ GtkSourceSearchContext *search_context;
+ GtkTextBuffer *buffer;
+
+ g_clear_object (&frame->search_settings);
+ frame->search_settings = copy_search_settings (frame->old_search_settings);
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+ search_context = gtk_source_search_context_new (GTK_SOURCE_BUFFER (buffer),
+ frame->search_settings);
+ gedit_document_set_search_context (GEDIT_DOCUMENT (buffer), search_context);
+ g_object_unref (search_context);
+
+ g_free (frame->search_text);
+ frame->search_text = NULL;
+
+ if (frame->old_search_text != NULL)
+ {
+ frame->search_text = g_strdup (frame->old_search_text);
+ }
+ }
+
+ hide_search_widget (frame, TRUE);
+ gtk_widget_grab_focus (GTK_WIDGET (frame->view));
+}
+
+static void
+search_entry_previous_match (GtkSearchEntry *entry,
+ GeditViewFrame *frame)
+{
+ backward_search (frame);
+}
+
+static void
+search_entry_next_match (GtkSearchEntry *entry,
+ GeditViewFrame *frame)
+{
+ forward_search (frame);
+}
+
+static void
+search_entry_populate_popup (GtkEntry *entry,
+ GtkMenu *menu,
+ GeditViewFrame *frame)
+{
+ GtkWidget *menu_item;
+
+ if (frame->search_mode == GOTO_LINE)
+ {
+ return;
+ }
+
+ setup_popup_menu (frame, GTK_WIDGET (menu));
+
+ /* separator */
+ menu_item = gtk_separator_menu_item_new ();
+ gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), menu_item);
+ gtk_widget_show (menu_item);
+
+ add_popup_menu_items (frame, GTK_WIDGET (menu));
+}
+
+static void
+search_entry_icon_release (GtkEntry *entry,
+ GtkEntryIconPosition icon_pos,
+ GdkEventButton *event,
+ GeditViewFrame *frame)
+{
+ GtkWidget *menu;
+
+ if (frame->search_mode == GOTO_LINE ||
+ icon_pos != GTK_ENTRY_ICON_PRIMARY)
+ {
+ return;
+ }
+
+ menu = gtk_menu_new ();
+ gtk_widget_show (menu);
+
+ setup_popup_menu (frame, menu);
+ add_popup_menu_items (frame, menu);
+
+ g_signal_connect (menu,
+ "selection-done",
+ G_CALLBACK (gtk_widget_destroy),
+ NULL);
+
+ gtk_menu_popup_at_widget (GTK_MENU (menu), GTK_WIDGET (entry), GDK_GRAVITY_SOUTH_WEST, GDK_GRAVITY_NORTH_WEST, NULL);
+}
+
+static void
+search_entry_activate (GtkEntry *entry,
+ GeditViewFrame *frame)
+{
+ hide_search_widget (frame, FALSE);
+ gtk_widget_grab_focus (GTK_WIDGET (frame->view));
+}
+
+static void
+search_entry_insert_text (GtkEditable *editable,
+ const gchar *text,
+ gint length,
+ gint *position,
+ GeditViewFrame *frame)
+{
+ gunichar c;
+ const gchar *p;
+ const gchar *end;
+ const gchar *next;
+
+ if (frame->search_mode == SEARCH)
+ {
+ return;
+ }
+
+ p = text;
+ end = text + length;
+
+ if (p == end)
+ {
+ return;
+ }
+
+ c = g_utf8_get_char (p);
+
+ if (((c == '-' || c == '+') && *position == 0) ||
+ (c == ':' && *position != 0))
+ {
+ gchar *s = NULL;
+
+ if (c == ':')
+ {
+ s = gtk_editable_get_chars (editable, 0, -1);
+ s = g_utf8_strchr (s, -1, ':');
+ }
+
+ if (s == NULL || s == p)
+ {
+ next = g_utf8_next_char (p);
+ p = next;
+ }
+
+ g_free (s);
+ }
+
+ while (p != end)
+ {
+ next = g_utf8_next_char (p);
+
+ c = g_utf8_get_char (p);
+
+ if (!g_unichar_isdigit (c))
+ {
+ g_signal_stop_emission_by_name (editable, "insert_text");
+ gtk_widget_error_bell (GTK_WIDGET (frame->search_entry));
+ break;
+ }
+
+ p = next;
+ }
+}
+
+static void
+customize_for_search_mode (GeditViewFrame *frame)
+{
+ GIcon *icon;
+ gint width_request;
+
+ if (frame->search_mode == SEARCH)
+ {
+ icon = g_themed_icon_new_with_default_fallbacks ("edit-find-symbolic");
+
+ width_request = 260;
+
+ gtk_widget_set_tooltip_text (GTK_WIDGET (frame->search_entry),
+ _("String you want to search for"));
+
+ gtk_widget_show (frame->go_up_button);
+ gtk_widget_show (frame->go_down_button);
+ }
+ else
+ {
+ icon = g_themed_icon_new_with_default_fallbacks ("go-jump-symbolic");
+
+ width_request = 160;
+
+ gtk_widget_set_tooltip_text (GTK_WIDGET (frame->search_entry),
+ _("Line you want to move the cursor to"));
+
+ gtk_widget_hide (frame->go_up_button);
+ gtk_widget_hide (frame->go_down_button);
+ }
+
+ gtk_entry_set_icon_from_gicon (GTK_ENTRY (frame->search_entry),
+ GTK_ENTRY_ICON_PRIMARY,
+ icon);
+
+ gtk_widget_set_size_request (GTK_WIDGET (frame->search_entry),
+ width_request,
+ -1);
+
+ g_object_unref (icon);
+}
+
+static void
+update_goto_line (GeditViewFrame *frame)
+{
+ const gchar *entry_text;
+ gboolean moved;
+ gboolean moved_offset;
+ gint line;
+ gint offset_line = 0;
+ gint line_offset = 0;
+ gchar **split_text = NULL;
+ const gchar *text;
+ GtkTextIter iter;
+
+ entry_text = gtk_entry_get_text (GTK_ENTRY (frame->search_entry));
+
+ if (entry_text[0] == '\0')
+ {
+ return;
+ }
+
+ get_iter_at_start_mark (frame, &iter);
+
+ split_text = g_strsplit (entry_text, ":", -1);
+
+ if (g_strv_length (split_text) > 1)
+ {
+ text = split_text[0];
+ }
+ else
+ {
+ text = entry_text;
+ }
+
+ if (text[0] == '-')
+ {
+ gint cur_line = gtk_text_iter_get_line (&iter);
+
+ if (text[1] != '\0')
+ {
+ offset_line = MAX (atoi (text + 1), 0);
+ }
+
+ line = MAX (cur_line - offset_line, 0);
+ }
+ else if (entry_text[0] == '+')
+ {
+ gint cur_line = gtk_text_iter_get_line (&iter);
+
+ if (text[1] != '\0')
+ {
+ offset_line = MAX (atoi (text + 1), 0);
+ }
+
+ line = cur_line + offset_line;
+ }
+ else
+ {
+ line = MAX (atoi (text) - 1, 0);
+ }
+
+ if (split_text[1] != NULL)
+ {
+ line_offset = atoi (split_text[1]);
+ }
+
+ g_strfreev (split_text);
+
+ moved = tepl_view_goto_line (TEPL_VIEW (frame->view), line);
+ moved_offset = tepl_view_goto_line_offset (TEPL_VIEW (frame->view), line, line_offset);
+
+ if (!moved || !moved_offset)
+ {
+ set_search_state (frame, SEARCH_STATE_NOT_FOUND);
+ }
+ else
+ {
+ set_search_state (frame, SEARCH_STATE_NORMAL);
+ }
+}
+
+static void
+search_entry_changed_cb (GtkEntry *entry,
+ GeditViewFrame *frame)
+{
+ renew_flush_timeout (frame);
+
+ if (frame->search_mode == SEARCH)
+ {
+ update_search_text (frame);
+ start_search (frame);
+ }
+ else
+ {
+ update_goto_line (frame);
+ }
+}
+
+static gboolean
+search_entry_focus_out_event (GtkWidget *widget,
+ GdkEventFocus *event,
+ GeditViewFrame *frame)
+{
+ hide_search_widget (frame, FALSE);
+ return GDK_EVENT_PROPAGATE;
+}
+
+static void
+mark_set_cb (GtkTextBuffer *buffer,
+ GtkTextIter *location,
+ GtkTextMark *mark,
+ GeditViewFrame *frame)
+{
+ GtkTextMark *insert;
+ GtkTextMark *selection_bound;
+
+ insert = gtk_text_buffer_get_insert (buffer);
+ selection_bound = gtk_text_buffer_get_selection_bound (buffer);
+
+ if (mark == insert || mark == selection_bound)
+ {
+ install_update_entry_tag_idle (frame);
+ }
+}
+
+static gboolean
+get_selected_text (GtkTextBuffer *doc,
+ gchar **selected_text,
+ gint *len)
+{
+ GtkTextIter start;
+ GtkTextIter end;
+
+ g_return_val_if_fail (selected_text != NULL, FALSE);
+ g_return_val_if_fail (*selected_text == NULL, FALSE);
+
+ if (!gtk_text_buffer_get_selection_bounds (doc, &start, &end))
+ {
+ if (len != NULL)
+ {
+ *len = 0;
+ }
+
+ return FALSE;
+ }
+
+ *selected_text = gtk_text_buffer_get_slice (doc, &start, &end, TRUE);
+
+ if (len != NULL)
+ {
+ *len = g_utf8_strlen (*selected_text, -1);
+ }
+
+ return TRUE;
+}
+
+static void
+init_search_entry (GeditViewFrame *frame)
+{
+ if (frame->search_mode == GOTO_LINE)
+ {
+ gint line;
+ gchar *line_str;
+ GtkTextIter iter;
+
+ get_iter_at_start_mark (frame, &iter);
+
+ line = gtk_text_iter_get_line (&iter);
+
+ line_str = g_strdup_printf ("%d", line + 1);
+
+ gtk_entry_set_text (GTK_ENTRY (frame->search_entry), line_str);
+
+ gtk_editable_select_region (GTK_EDITABLE (frame->search_entry),
+ 0, -1);
+
+ g_free (line_str);
+ }
+ else
+ {
+ /* SEARCH mode */
+ GtkTextBuffer *buffer;
+ gboolean selection_exists;
+ gchar *search_text = NULL;
+ gint selection_len = 0;
+ GtkSourceSearchContext *search_context;
+
+ if (frame->search_settings == NULL)
+ {
+ frame->search_settings = gtk_source_search_settings_new ();
+ gtk_source_search_settings_set_wrap_around (frame->search_settings, TRUE);
+ }
+
+ g_clear_object (&frame->old_search_settings);
+ frame->old_search_settings = copy_search_settings (frame->search_settings);
+
+ g_free (frame->old_search_text);
+ frame->old_search_text = NULL;
+
+ if (frame->search_text != NULL)
+ {
+ frame->old_search_text = g_strdup (frame->search_text);
+ }
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+
+ search_context = get_search_context (frame);
+
+ if (search_context == NULL)
+ {
+ search_context = gtk_source_search_context_new (GTK_SOURCE_BUFFER (buffer),
+ frame->search_settings);
+
+ gedit_document_set_search_context (GEDIT_DOCUMENT (buffer),
+ search_context);
+
+ g_signal_connect_swapped (search_context,
+ "notify::occurrences-count",
+ G_CALLBACK (install_update_entry_tag_idle),
+ frame);
+
+ g_object_unref (search_context);
+ }
+
+ selection_exists = get_selected_text (buffer,
+ &search_text,
+ &selection_len);
+
+ if (selection_exists && (search_text != NULL) && (selection_len <= 160))
+ {
+ gchar *search_text_escaped;
+
+ if (gtk_source_search_settings_get_regex_enabled (frame->search_settings))
+ {
+ search_text_escaped = g_regex_escape_string (search_text, -1);
+ }
+ else
+ {
+ search_text_escaped = gtk_source_utils_escape_search_text (search_text);
+ }
+
+ if (g_strcmp0 (search_text_escaped, frame->search_text) == 0)
+ {
+ /* The search text is the same, no need to
+ * trigger the search again. We prefer to select
+ * the text in the search entry, so the user can
+ * easily search something else.
+ */
+ g_signal_handler_block (frame->search_entry,
+ frame->search_entry_changed_id);
+
+ gtk_entry_set_text (GTK_ENTRY (frame->search_entry),
+ search_text_escaped);
+
+ gtk_editable_select_region (GTK_EDITABLE (frame->search_entry),
+ 0, -1);
+
+ g_signal_handler_unblock (frame->search_entry,
+ frame->search_entry_changed_id);
+ }
+ else
+ {
+ /* search_text_escaped is new, so we trigger the
+ * search (by not blocking the signal), and we
+ * don't select the text in the search entry
+ * because the user wants to search for
+ * search_text_escaped, not for something else.
+ */
+ gtk_entry_set_text (GTK_ENTRY (frame->search_entry),
+ search_text_escaped);
+
+ gtk_editable_set_position (GTK_EDITABLE (frame->search_entry), -1);
+ }
+
+ g_free (search_text_escaped);
+ }
+ else if (frame->search_text != NULL)
+ {
+ g_signal_handler_block (frame->search_entry,
+ frame->search_entry_changed_id);
+
+ gtk_entry_set_text (GTK_ENTRY (frame->search_entry),
+ frame->search_text);
+
+ gtk_editable_select_region (GTK_EDITABLE (frame->search_entry),
+ 0, -1);
+
+ g_signal_handler_unblock (frame->search_entry,
+ frame->search_entry_changed_id);
+ }
+
+ g_free (search_text);
+ }
+}
+
+static void
+start_interactive_search_real (GeditViewFrame *frame,
+ SearchMode request_search_mode)
+{
+ GtkTextBuffer *buffer;
+ GtkTextIter iter;
+
+ if (gtk_revealer_get_reveal_child (frame->revealer))
+ {
+ if (frame->search_mode != request_search_mode)
+ {
+ hide_search_widget (frame, TRUE);
+ }
+ else
+ {
+ gtk_editable_select_region (GTK_EDITABLE (frame->search_entry),
+ 0, -1);
+ return;
+ }
+ }
+
+ frame->search_mode = request_search_mode;
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (frame->view));
+
+ if (frame->search_mode == SEARCH)
+ {
+ gtk_text_buffer_get_selection_bounds (buffer, &iter, NULL);
+ }
+ else
+ {
+ GtkTextMark *mark = gtk_text_buffer_get_insert (buffer);
+ gtk_text_buffer_get_iter_at_mark (buffer, &iter, mark);
+ }
+
+ if (frame->start_mark != NULL)
+ {
+ gtk_text_buffer_delete_mark (buffer, frame->start_mark);
+ }
+
+ frame->start_mark = gtk_text_buffer_create_mark (buffer, NULL, &iter, FALSE);
+
+ gtk_revealer_set_reveal_child (frame->revealer, TRUE);
+
+ /* NOTE: we must be very careful here to not have any text before
+ focusing the entry because when the entry is focused the text is
+ selected, and gtk+ doesn't allow us to have more than one selection
+ active */
+ g_signal_handler_block (frame->search_entry,
+ frame->search_entry_changed_id);
+
+ gtk_entry_set_text (GTK_ENTRY (frame->search_entry), "");
+
+ g_signal_handler_unblock (frame->search_entry,
+ frame->search_entry_changed_id);
+
+ gtk_widget_grab_focus (GTK_WIDGET (frame->search_entry));
+
+ customize_for_search_mode (frame);
+ init_search_entry (frame);
+
+ /* Manage the scroll also for the view */
+ frame->view_scroll_event_id =
+ g_signal_connect (frame->view, "scroll-event",
+ G_CALLBACK (search_widget_scroll_event),
+ frame);
+
+ renew_flush_timeout (frame);
+
+ install_update_entry_tag_idle (frame);
+}
+
+static void
+gedit_view_frame_class_init (GeditViewFrameClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ object_class->dispose = gedit_view_frame_dispose;
+ object_class->finalize = gedit_view_frame_finalize;
+
+ /* Bind class to template */
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/ui/gedit-view-frame.ui");
+ gtk_widget_class_bind_template_child (widget_class, GeditViewFrame, view);
+ gtk_widget_class_bind_template_child (widget_class, GeditViewFrame, revealer);
+ gtk_widget_class_bind_template_child (widget_class, GeditViewFrame, search_entry);
+ gtk_widget_class_bind_template_child (widget_class, GeditViewFrame, go_up_button);
+ gtk_widget_class_bind_template_child (widget_class, GeditViewFrame, go_down_button);
+}
+
+static GMountOperation *
+view_frame_mount_operation_factory (GtkSourceFile *file,
+ gpointer user_data)
+{
+ GtkWidget *view_frame = user_data;
+ GtkWidget *window = gtk_widget_get_toplevel (view_frame);
+
+ return gtk_mount_operation_new (GTK_WINDOW (window));
+}
+
+static void
+gedit_view_frame_init (GeditViewFrame *frame)
+{
+ GeditDocument *doc;
+ GtkSourceFile *file;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ gtk_widget_init_template (GTK_WIDGET (frame));
+
+ doc = get_document (frame);
+ file = gedit_document_get_file (doc);
+
+ gtk_source_file_set_mount_operation_factory (file,
+ view_frame_mount_operation_factory,
+ frame,
+ NULL);
+
+ frame->entry_tag = gd_tagged_entry_tag_new ("");
+
+ gd_tagged_entry_tag_set_style (frame->entry_tag,
+ "gedit-search-entry-occurrences-tag");
+
+ gd_tagged_entry_tag_set_has_close_button (frame->entry_tag, FALSE);
+
+ gtk_widget_set_margin_end (GTK_WIDGET (frame->revealer),
+ SEARCH_POPUP_MARGIN);
+
+ g_signal_connect (doc,
+ "mark-set",
+ G_CALLBACK (mark_set_cb),
+ frame);
+
+ g_signal_connect (frame->revealer,
+ "key-press-event",
+ G_CALLBACK (search_widget_key_press_event),
+ frame);
+
+ g_signal_connect (frame->revealer,
+ "scroll-event",
+ G_CALLBACK (search_widget_scroll_event),
+ frame);
+
+ g_signal_connect (frame->search_entry,
+ "populate-popup",
+ G_CALLBACK (search_entry_populate_popup),
+ frame);
+
+ g_signal_connect (frame->search_entry,
+ "icon-release",
+ G_CALLBACK (search_entry_icon_release),
+ frame);
+
+ g_signal_connect (frame->search_entry,
+ "activate",
+ G_CALLBACK (search_entry_activate),
+ frame);
+
+ g_signal_connect (frame->search_entry,
+ "insert-text",
+ G_CALLBACK (search_entry_insert_text),
+ frame);
+
+ g_signal_connect (frame->search_entry,
+ "stop-search",
+ G_CALLBACK (search_entry_escaped),
+ frame);
+
+ g_signal_connect (frame->search_entry,
+ "next-match",
+ G_CALLBACK (search_entry_next_match),
+ frame);
+
+ g_signal_connect (frame->search_entry,
+ "previous-match",
+ G_CALLBACK (search_entry_previous_match),
+ frame);
+
+ frame->search_entry_changed_id =
+ g_signal_connect (frame->search_entry,
+ "changed",
+ G_CALLBACK (search_entry_changed_cb),
+ frame);
+
+ frame->search_entry_focus_out_id =
+ g_signal_connect (frame->search_entry,
+ "focus-out-event",
+ G_CALLBACK (search_entry_focus_out_event),
+ frame);
+
+ g_signal_connect_swapped (frame->go_up_button,
+ "clicked",
+ G_CALLBACK (backward_search),
+ frame);
+
+ g_signal_connect_swapped (frame->go_down_button,
+ "clicked",
+ G_CALLBACK (forward_search),
+ frame);
+}
+
+GeditViewFrame *
+gedit_view_frame_new (void)
+{
+ return g_object_new (GEDIT_TYPE_VIEW_FRAME, NULL);
+}
+
+GeditView *
+gedit_view_frame_get_view (GeditViewFrame *frame)
+{
+ g_return_val_if_fail (GEDIT_IS_VIEW_FRAME (frame), NULL);
+
+ return frame->view;
+}
+
+void
+gedit_view_frame_popup_search (GeditViewFrame *frame)
+{
+ g_return_if_fail (GEDIT_IS_VIEW_FRAME (frame));
+
+ start_interactive_search_real (frame, SEARCH);
+}
+
+void
+gedit_view_frame_popup_goto_line (GeditViewFrame *frame)
+{
+ g_return_if_fail (GEDIT_IS_VIEW_FRAME (frame));
+
+ start_interactive_search_real (frame, GOTO_LINE);
+}
+
+void
+gedit_view_frame_clear_search (GeditViewFrame *frame)
+{
+ g_return_if_fail (GEDIT_IS_VIEW_FRAME (frame));
+
+ g_signal_handler_block (frame->search_entry,
+ frame->search_entry_changed_id);
+
+ gtk_entry_set_text (GTK_ENTRY (frame->search_entry), "");
+
+ g_signal_handler_unblock (frame->search_entry,
+ frame->search_entry_changed_id);
+
+ gtk_widget_grab_focus (GTK_WIDGET (frame->view));
+}
diff --git a/gedit/gedit-view-frame.h b/gedit/gedit-view-frame.h
new file mode 100644
index 0000000..78ac469
--- /dev/null
+++ b/gedit/gedit-view-frame.h
@@ -0,0 +1,45 @@
+/*
+ * gedit-view-frame.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Ignacio Casal Quinteiro
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_VIEW_FRAME_H
+#define GEDIT_VIEW_FRAME_H
+
+#include <gtk/gtk.h>
+#include "gedit-document.h"
+#include "gedit-view.h"
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_VIEW_FRAME (gedit_view_frame_get_type ())
+G_DECLARE_FINAL_TYPE (GeditViewFrame, gedit_view_frame, GEDIT, VIEW_FRAME, GtkOverlay)
+
+GeditViewFrame *gedit_view_frame_new (void);
+
+GeditView *gedit_view_frame_get_view (GeditViewFrame *frame);
+
+void gedit_view_frame_popup_search (GeditViewFrame *frame);
+
+void gedit_view_frame_popup_goto_line (GeditViewFrame *frame);
+
+void gedit_view_frame_clear_search (GeditViewFrame *frame);
+
+G_END_DECLS
+
+#endif /* GEDIT_VIEW_FRAME_H */
diff --git a/gedit/gedit-view.c b/gedit/gedit-view.c
new file mode 100644
index 0000000..f74f16d
--- /dev/null
+++ b/gedit/gedit-view.c
@@ -0,0 +1,605 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2002 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2003-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-view.h"
+#include <libpeas/peas-extension-set.h>
+#include "gedit-view-activatable.h"
+#include "gedit-plugins-engine.h"
+#include "gedit-debug.h"
+#include "gedit-utils.h"
+#include "gedit-settings.h"
+
+struct _GeditViewPrivate
+{
+ PeasExtensionSet *extensions;
+
+ gchar *direct_save_uri;
+
+ TeplSignalGroup *file_signal_group;
+};
+
+enum
+{
+ TARGET_URI_LIST = 100,
+ TARGET_XDNDDIRECTSAVE
+};
+
+enum
+{
+ SIGNAL_DROP_URIS,
+ N_SIGNALS
+};
+
+static guint signals[N_SIGNALS];
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditView, gedit_view, TEPL_TYPE_VIEW)
+
+static void
+update_editable (GeditView *view)
+{
+ GeditDocument *doc;
+ GtkSourceFile *file;
+
+ doc = GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)));
+ file = gedit_document_get_file (doc);
+
+ gtk_text_view_set_editable (GTK_TEXT_VIEW (view),
+ !gtk_source_file_is_readonly (file));
+}
+
+static void
+file_read_only_notify_cb (GtkSourceFile *file,
+ GParamSpec *pspec,
+ GeditView *view)
+{
+ update_editable (view);
+}
+
+static void
+buffer_changed (GeditView *view)
+{
+ GeditDocument *doc;
+ GtkSourceFile *file;
+
+ doc = GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)));
+ file = gedit_document_get_file (doc);
+
+ tepl_signal_group_clear (&view->priv->file_signal_group);
+ view->priv->file_signal_group = tepl_signal_group_new (G_OBJECT (file));
+
+ tepl_signal_group_add (view->priv->file_signal_group,
+ g_signal_connect (file,
+ "notify::read-only",
+ G_CALLBACK (file_read_only_notify_cb),
+ view));
+
+ update_editable (view);
+}
+
+static void
+buffer_notify_cb (GeditView *view,
+ GParamSpec *pspec,
+ gpointer user_data)
+{
+ buffer_changed (view);
+}
+
+static void
+gedit_view_init (GeditView *view)
+{
+ GtkTargetList *target_list;
+ GtkStyleContext *style_context;
+
+ gedit_debug (DEBUG_VIEW);
+
+ view->priv = gedit_view_get_instance_private (view);
+
+ /* Drag and drop support */
+ view->priv->direct_save_uri = NULL;
+ target_list = gtk_drag_dest_get_target_list (GTK_WIDGET (view));
+
+ if (target_list != NULL)
+ {
+ gtk_target_list_add (target_list,
+ gdk_atom_intern ("XdndDirectSave0", FALSE),
+ 0,
+ TARGET_XDNDDIRECTSAVE);
+ gtk_target_list_add_uri_targets (target_list, TARGET_URI_LIST);
+ }
+
+ /* GeditViewActivatable */
+ view->priv->extensions =
+ peas_extension_set_new (PEAS_ENGINE (gedit_plugins_engine_get_default ()),
+ GEDIT_TYPE_VIEW_ACTIVATABLE,
+ "view", view,
+ NULL);
+
+ /* Act on buffer changes */
+ buffer_changed (view);
+ g_signal_connect (view,
+ "notify::buffer",
+ G_CALLBACK (buffer_notify_cb),
+ NULL);
+
+ /* CSS stuff */
+ style_context = gtk_widget_get_style_context (GTK_WIDGET (view));
+ gtk_style_context_add_class (style_context, "gedit-view");
+}
+
+static void
+gedit_view_dispose (GObject *object)
+{
+ GeditView *view = GEDIT_VIEW (object);
+
+ g_clear_object (&view->priv->extensions);
+ tepl_signal_group_clear (&view->priv->file_signal_group);
+
+ /* Disconnect notify buffer because the destroy of the textview will set
+ * the buffer to NULL, and we call get_buffer in the notify which would
+ * reinstate a buffer which we don't want.
+ * There is no problem calling g_signal_handlers_disconnect_by_func()
+ * several times (if dispose() is called several times).
+ */
+ g_signal_handlers_disconnect_by_func (view, buffer_notify_cb, NULL);
+
+ G_OBJECT_CLASS (gedit_view_parent_class)->dispose (object);
+}
+
+static void
+update_font (GeditView *view)
+{
+ TeplSettings *settings;
+ gchar *selected_font;
+
+ settings = tepl_settings_get_singleton ();
+
+ selected_font = tepl_settings_get_selected_font (settings);
+ tepl_utils_override_font_string (GTK_WIDGET (view), selected_font);
+ g_free (selected_font);
+}
+
+static void
+font_changed_cb (TeplSettings *settings,
+ GeditView *view)
+{
+ update_font (view);
+}
+
+static void
+gedit_view_constructed (GObject *object)
+{
+ GeditView *view = GEDIT_VIEW (object);
+ GeditSettings *gedit_settings;
+ TeplSettings *tepl_settings;
+ GSettings *editor_settings;
+
+ G_OBJECT_CLASS (gedit_view_parent_class)->constructed (object);
+
+ gedit_settings = _gedit_settings_get_singleton ();
+ tepl_settings = tepl_settings_get_singleton ();
+
+ editor_settings = _gedit_settings_peek_editor_settings (gedit_settings);
+
+ update_font (view);
+ g_signal_connect_object (tepl_settings,
+ "font-changed",
+ G_CALLBACK (font_changed_cb),
+ view,
+ 0);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_DISPLAY_LINE_NUMBERS,
+ view, "show-line-numbers",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_AUTO_INDENT,
+ view, "auto-indent",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_TABS_SIZE,
+ view, "tab-width",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_INSERT_SPACES,
+ view, "insert-spaces-instead-of-tabs",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_DISPLAY_RIGHT_MARGIN,
+ view, "show-right-margin",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_BACKGROUND_PATTERN,
+ view, "background-pattern",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_RIGHT_MARGIN_POSITION,
+ view, "right-margin-position",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_HIGHLIGHT_CURRENT_LINE,
+ view, "highlight-current-line",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_WRAP_MODE,
+ view, "wrap-mode",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+
+ g_settings_bind (editor_settings, GEDIT_SETTINGS_SMART_HOME_END,
+ view, "smart-home-end",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
+}
+
+static GdkAtom
+drag_get_uri_target (GtkWidget *widget,
+ GdkDragContext *context)
+{
+ GdkAtom target;
+ GtkTargetList *target_list;
+
+ target_list = gtk_target_list_new (NULL, 0);
+ gtk_target_list_add_uri_targets (target_list, 0);
+
+ target = gtk_drag_dest_find_target (widget, context, target_list);
+ gtk_target_list_unref (target_list);
+
+ return target;
+}
+
+static gboolean
+gedit_view_drag_motion (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ guint timestamp)
+{
+ gboolean drop_zone;
+
+ /* Chain up to allow textview to scroll and position dnd mark, note
+ * that this needs to be checked if gtksourceview or gtktextview
+ * changes drag_motion behaviour.
+ */
+ drop_zone = GTK_WIDGET_CLASS (gedit_view_parent_class)->drag_motion (widget,
+ context,
+ x, y,
+ timestamp);
+
+ /* If this is a URL, deal with it here */
+ if (drag_get_uri_target (widget, context) != GDK_NONE)
+ {
+ gdk_drag_status (context,
+ gdk_drag_context_get_suggested_action (context),
+ timestamp);
+ drop_zone = TRUE;
+ }
+
+ return drop_zone;
+}
+
+static void
+gedit_view_drag_data_received (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ GtkSelectionData *selection_data,
+ guint info,
+ guint timestamp)
+{
+ /* If this is an URL emit SIGNAL_DROP_URIS, otherwise chain up the
+ * signal.
+ */
+ switch (info)
+ {
+ case TARGET_URI_LIST:
+ {
+ gchar **uri_list;
+
+ uri_list = gedit_utils_drop_get_uris (selection_data);
+
+ if (uri_list != NULL)
+ {
+ g_signal_emit (widget, signals[SIGNAL_DROP_URIS], 0, uri_list);
+ g_strfreev (uri_list);
+
+ gtk_drag_finish (context, TRUE, FALSE, timestamp);
+ }
+
+ break;
+
+ }
+ case TARGET_XDNDDIRECTSAVE:
+ {
+ GeditView *view;
+
+ view = GEDIT_VIEW (widget);
+
+ /* Indicate that we don't provide "F" fallback */
+ if (gtk_selection_data_get_format (selection_data) == 8 &&
+ gtk_selection_data_get_length (selection_data) == 1 &&
+ gtk_selection_data_get_data (selection_data)[0] == 'F')
+ {
+ gdk_property_change (gdk_drag_context_get_source_window (context),
+ gdk_atom_intern ("XdndDirectSave0", FALSE),
+ gdk_atom_intern ("text/plain", FALSE), 8,
+ GDK_PROP_MODE_REPLACE, (const guchar *) "", 0);
+ }
+ else if (gtk_selection_data_get_format (selection_data) == 8 &&
+ gtk_selection_data_get_length (selection_data) == 1 &&
+ gtk_selection_data_get_data (selection_data)[0] == 'S' &&
+ view->priv->direct_save_uri != NULL)
+ {
+ gchar **uris;
+
+ uris = g_new (gchar *, 2);
+ uris[0] = view->priv->direct_save_uri;
+ uris[1] = NULL;
+ g_signal_emit (widget, signals[SIGNAL_DROP_URIS], 0, uris);
+ g_free (uris);
+ }
+
+ g_free (view->priv->direct_save_uri);
+ view->priv->direct_save_uri = NULL;
+
+ gtk_drag_finish (context, TRUE, FALSE, timestamp);
+
+ break;
+ }
+ default:
+ {
+ GTK_WIDGET_CLASS (gedit_view_parent_class)->drag_data_received (widget,
+ context,
+ x, y,
+ selection_data,
+ info,
+ timestamp);
+ break;
+ }
+ }
+}
+
+static gboolean
+gedit_view_drag_drop (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ guint timestamp)
+{
+ gboolean drop_zone;
+ GdkAtom target;
+ guint info;
+ gboolean found;
+ GtkTargetList *target_list;
+
+ target_list = gtk_drag_dest_get_target_list (widget);
+ target = gtk_drag_dest_find_target (widget, context, target_list);
+ found = gtk_target_list_find (target_list, target, &info);
+
+ if (found && (info == TARGET_URI_LIST || info == TARGET_XDNDDIRECTSAVE))
+ {
+ if (info == TARGET_XDNDDIRECTSAVE)
+ {
+ gchar *uri;
+ uri = gedit_utils_set_direct_save_filename (context);
+
+ if (uri != NULL)
+ {
+ GeditView *view = GEDIT_VIEW (widget);
+ g_free (view->priv->direct_save_uri);
+ view->priv->direct_save_uri = uri;
+ }
+ }
+
+ gtk_drag_get_data (widget, context, target, timestamp);
+ drop_zone = TRUE;
+ }
+ else
+ {
+ /* Chain up */
+ drop_zone = GTK_WIDGET_CLASS (gedit_view_parent_class)->drag_drop (widget,
+ context,
+ x, y,
+ timestamp);
+ }
+
+ return drop_zone;
+}
+
+static void
+extension_added (PeasExtensionSet *extensions,
+ PeasPluginInfo *info,
+ PeasExtension *exten,
+ GeditView *view)
+{
+ gedit_view_activatable_activate (GEDIT_VIEW_ACTIVATABLE (exten));
+}
+
+static void
+extension_removed (PeasExtensionSet *extensions,
+ PeasPluginInfo *info,
+ PeasExtension *exten,
+ GeditView *view)
+{
+ gedit_view_activatable_deactivate (GEDIT_VIEW_ACTIVATABLE (exten));
+}
+
+static void
+gedit_view_realize (GtkWidget *widget)
+{
+ GeditView *view = GEDIT_VIEW (widget);
+
+ GTK_WIDGET_CLASS (gedit_view_parent_class)->realize (widget);
+
+ g_signal_connect (view->priv->extensions,
+ "extension-added",
+ G_CALLBACK (extension_added),
+ view);
+
+ g_signal_connect (view->priv->extensions,
+ "extension-removed",
+ G_CALLBACK (extension_removed),
+ view);
+
+ /* We only activate the extensions when the view is realized,
+ * because most plugins will expect this behaviour, and we won't
+ * change the buffer later anyway.
+ */
+ peas_extension_set_foreach (view->priv->extensions,
+ (PeasExtensionSetForeachFunc) extension_added,
+ view);
+}
+
+static void
+gedit_view_unrealize (GtkWidget *widget)
+{
+ GeditView *view = GEDIT_VIEW (widget);
+
+ g_signal_handlers_disconnect_by_func (view->priv->extensions, extension_added, view);
+ g_signal_handlers_disconnect_by_func (view->priv->extensions, extension_removed, view);
+
+ /* We need to deactivate the extension on unrealize because it is not
+ * mandatory that a view has been realized when we dispose it, leading
+ * to deactivating the plugin without being activated.
+ */
+ peas_extension_set_foreach (view->priv->extensions,
+ (PeasExtensionSetForeachFunc) extension_removed,
+ view);
+
+ GTK_WIDGET_CLASS (gedit_view_parent_class)->unrealize (widget);
+}
+
+static GtkTextBuffer *
+gedit_view_create_buffer (GtkTextView *text_view)
+{
+ return GTK_TEXT_BUFFER (gedit_document_new ());
+}
+
+static void
+gedit_view_class_init (GeditViewClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+ GtkTextViewClass *text_view_class = GTK_TEXT_VIEW_CLASS (klass);
+ GtkBindingSet *binding_set;
+
+ object_class->dispose = gedit_view_dispose;
+ object_class->constructed = gedit_view_constructed;
+
+ /* Override the gtk_text_view_drag_motion and drag_drop
+ * functions to get URIs
+ *
+ * If the mime type is text/uri-list, then we will accept
+ * the potential drop, or request the data (depending on the
+ * function).
+ *
+ * If the drag context has any other mime type, then pass the
+ * information onto the GtkTextView's standard handlers.
+ *
+ * See bug #89881 for details
+ */
+ widget_class->drag_motion = gedit_view_drag_motion;
+ widget_class->drag_data_received = gedit_view_drag_data_received;
+ widget_class->drag_drop = gedit_view_drag_drop;
+
+ widget_class->realize = gedit_view_realize;
+ widget_class->unrealize = gedit_view_unrealize;
+
+ text_view_class->create_buffer = gedit_view_create_buffer;
+
+ /**
+ * GeditView::drop-uris:
+ * @view: a #GeditView.
+ * @uri_list: a %NULL-terminated list of URIs.
+ *
+ * The #GeditView::drop-uris signal allows plugins to intercept the
+ * default drag-and-drop behaviour of 'text/uri-list'. #GeditView
+ * handles drag-and-drop in the default handlers of
+ * #GtkWidget::drag-drop, #GtkWidget::drag-motion and
+ * #GtkWidget::drag-data-received. The view emits the
+ * #GeditView::drop-uris signal from #GtkWidget::drag-data-received if
+ * valid URIs have been dropped. Plugins should connect to
+ * #GtkWidget::drag-motion, #GtkWidget::drag-drop and
+ * #GtkWidget::drag-data-received to change this default behaviour. They
+ * should NOT use this signal because this will not prevent gedit from
+ * loading the URI.
+ */
+ signals[SIGNAL_DROP_URIS] =
+ g_signal_new ("drop-uris",
+ G_TYPE_FROM_CLASS (object_class),
+ G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
+ G_STRUCT_OFFSET (GeditViewClass, drop_uris),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1, G_TYPE_STRV);
+
+ /* FIXME: some of these bindings - especially for the "change-case" -
+ * could be moved to a plugin that enables more advanced keyboard
+ * shortcuts. Enabling too many keyboard shortcuts by default makes the
+ * user experience worse, because when mistyping a key it could trigger
+ * an unknown/unexpected action, so it's a bit a WTF moment for the
+ * user. gedit must not become like Emacs or Vim. More advanced stuff
+ * are put in plugins. Also, the "change-case" is available in the
+ * right-click menu, so it's already easily accessible.
+ */
+ binding_set = gtk_binding_set_by_class (klass);
+
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_d,
+ GDK_CONTROL_MASK,
+ "delete-from-cursor", 2,
+ G_TYPE_ENUM, GTK_DELETE_PARAGRAPHS,
+ G_TYPE_INT, 1);
+
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_u,
+ GDK_CONTROL_MASK,
+ "change-case", 1,
+ G_TYPE_ENUM, GTK_SOURCE_CHANGE_CASE_UPPER);
+
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_l,
+ GDK_CONTROL_MASK,
+ "change-case", 1,
+ G_TYPE_ENUM, GTK_SOURCE_CHANGE_CASE_LOWER);
+
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_asciitilde,
+ GDK_CONTROL_MASK,
+ "change-case", 1,
+ G_TYPE_ENUM, GTK_SOURCE_CHANGE_CASE_TOGGLE);
+}
+
+/**
+ * gedit_view_new:
+ * @doc: a #GeditDocument
+ *
+ * Creates a new #GeditView object displaying the @doc document.
+ * @doc cannot be %NULL.
+ *
+ * Returns: a new #GeditView.
+ */
+GtkWidget *
+gedit_view_new (GeditDocument *doc)
+{
+ g_return_val_if_fail (GEDIT_IS_DOCUMENT (doc), NULL);
+
+ return g_object_new (GEDIT_TYPE_VIEW,
+ "buffer", doc,
+ NULL);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-view.h b/gedit/gedit-view.h
new file mode 100644
index 0000000..c05d685
--- /dev/null
+++ b/gedit/gedit-view.h
@@ -0,0 +1,67 @@
+/*
+ * This file is part of gedit
+ *
+ * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_VIEW_H
+#define GEDIT_VIEW_H
+
+#include <gedit/gedit-document.h>
+#include <tepl/tepl.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_VIEW (gedit_view_get_type ())
+#define GEDIT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GEDIT_TYPE_VIEW, GeditView))
+#define GEDIT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GEDIT_TYPE_VIEW, GeditViewClass))
+#define GEDIT_IS_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GEDIT_TYPE_VIEW))
+#define GEDIT_IS_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_VIEW))
+#define GEDIT_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GEDIT_TYPE_VIEW, GeditViewClass))
+
+typedef struct _GeditView GeditView;
+typedef struct _GeditViewClass GeditViewClass;
+typedef struct _GeditViewPrivate GeditViewPrivate;
+
+struct _GeditView
+{
+ TeplView view;
+
+ /*< private >*/
+ GeditViewPrivate *priv;
+};
+
+struct _GeditViewClass
+{
+ TeplViewClass parent_class;
+
+ void (*drop_uris) (GeditView *view,
+ gchar **uri_list);
+
+ gpointer padding;
+};
+
+GType gedit_view_get_type (void);
+
+GtkWidget * gedit_view_new (GeditDocument *doc);
+
+G_END_DECLS
+
+#endif /* GEDIT_VIEW_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-window-activatable.c b/gedit/gedit-window-activatable.c
new file mode 100644
index 0000000..37a6170
--- /dev/null
+++ b/gedit/gedit-window-activatable.c
@@ -0,0 +1,120 @@
+/*
+ * gedit-window-activatable.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 Steve Frécinaux
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Library General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-window-activatable.h"
+
+#include <string.h>
+
+#include "gedit-window.h"
+
+/**
+ * SECTION:gedit-window-activatable
+ * @short_description: Interface for activatable extensions on windows
+ * @see_also: #PeasExtensionSet
+ *
+ * #GeditWindowActivatable is an interface which should be implemented by
+ * extensions that should be activated on a gedit main window.
+ **/
+
+G_DEFINE_INTERFACE(GeditWindowActivatable, gedit_window_activatable, G_TYPE_OBJECT)
+
+static void
+gedit_window_activatable_default_init (GeditWindowActivatableInterface *iface)
+{
+ /**
+ * GeditWindowActivatable:window:
+ *
+ * The window property contains the gedit window for this
+ * #GeditWindowActivatable instance.
+ */
+ g_object_interface_install_property (iface,
+ g_param_spec_object ("window",
+ "Window",
+ "The gedit window",
+ GEDIT_TYPE_WINDOW,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_STATIC_STRINGS));
+}
+
+/**
+ * gedit_window_activatable_activate:
+ * @activatable: A #GeditWindowActivatable.
+ *
+ * Activates the extension on the window property.
+ */
+void
+gedit_window_activatable_activate (GeditWindowActivatable *activatable)
+{
+ GeditWindowActivatableInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_WINDOW_ACTIVATABLE (activatable));
+
+ iface = GEDIT_WINDOW_ACTIVATABLE_GET_IFACE (activatable);
+ if (iface->activate != NULL)
+ {
+ iface->activate (activatable);
+ }
+}
+
+/**
+ * gedit_window_activatable_deactivate:
+ * @activatable: A #GeditWindowActivatable.
+ *
+ * Deactivates the extension on the window property.
+ */
+void
+gedit_window_activatable_deactivate (GeditWindowActivatable *activatable)
+{
+ GeditWindowActivatableInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_WINDOW_ACTIVATABLE (activatable));
+
+ iface = GEDIT_WINDOW_ACTIVATABLE_GET_IFACE (activatable);
+ if (iface->deactivate != NULL)
+ {
+ iface->deactivate (activatable);
+ }
+}
+
+/**
+ * gedit_window_activatable_update_state:
+ * @activatable: A #GeditWindowActivatable.
+ *
+ * Triggers an update of the extension internal state to take into account
+ * state changes in the window, due to some event or user action.
+ */
+void
+gedit_window_activatable_update_state (GeditWindowActivatable *activatable)
+{
+ GeditWindowActivatableInterface *iface;
+
+ g_return_if_fail (GEDIT_IS_WINDOW_ACTIVATABLE (activatable));
+
+ iface = GEDIT_WINDOW_ACTIVATABLE_GET_IFACE (activatable);
+ if (iface->update_state != NULL)
+ {
+ iface->update_state (activatable);
+ }
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-window-activatable.h b/gedit/gedit-window-activatable.h
new file mode 100644
index 0000000..e0ab35f
--- /dev/null
+++ b/gedit/gedit-window-activatable.h
@@ -0,0 +1,49 @@
+/*
+ * gedit-window-activatable.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Steve Frécinaux
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Library General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_WINDOW_ACTIVATABLE_H
+#define GEDIT_WINDOW_ACTIVATABLE_H
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_WINDOW_ACTIVATABLE (gedit_window_activatable_get_type ())
+
+G_DECLARE_INTERFACE (GeditWindowActivatable, gedit_window_activatable, GEDIT, WINDOW_ACTIVATABLE, GObject)
+
+struct _GeditWindowActivatableInterface
+{
+ GTypeInterface g_iface;
+
+ /* Virtual public methods */
+ void (*activate) (GeditWindowActivatable *activatable);
+ void (*deactivate) (GeditWindowActivatable *activatable);
+ void (*update_state) (GeditWindowActivatable *activatable);
+};
+
+void gedit_window_activatable_activate (GeditWindowActivatable *activatable);
+void gedit_window_activatable_deactivate (GeditWindowActivatable *activatable);
+void gedit_window_activatable_update_state (GeditWindowActivatable *activatable);
+
+G_END_DECLS
+
+#endif /* GEDIT_WINDOW_ACTIVATABLE_H */
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-window.c b/gedit/gedit-window.c
new file mode 100644
index 0000000..f2f9118
--- /dev/null
+++ b/gedit/gedit-window.c
@@ -0,0 +1,3561 @@
+/*
+ * gedit-window.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-window.h"
+
+#include <time.h>
+#include <sys/types.h>
+#include <string.h>
+
+#include <glib/gi18n.h>
+#include <libpeas/peas-extension-set.h>
+#include <tepl/tepl.h>
+
+#include "gedit-app.h"
+#include "gedit-app-private.h"
+#include "gedit-notebook.h"
+#include "gedit-notebook-popup-menu.h"
+#include "gedit-multi-notebook.h"
+#include "gedit-statusbar.h"
+#include "gedit-tab.h"
+#include "gedit-tab-private.h"
+#include "gedit-view-frame.h"
+#include "gedit-utils.h"
+#include "gedit-commands.h"
+#include "gedit-commands-private.h"
+#include "gedit-debug.h"
+#include "gedit-document.h"
+#include "gedit-document-private.h"
+#include "gedit-documents-panel.h"
+#include "gedit-plugins-engine.h"
+#include "gedit-window-activatable.h"
+#include "gedit-enum-types.h"
+#include "gedit-dirs.h"
+#include "gedit-status-menu-button.h"
+#include "gedit-settings.h"
+#include "gedit-menu-stack-switcher.h"
+
+struct _GeditWindowPrivate
+{
+ GSettings *editor_settings;
+ GSettings *ui_settings;
+ GSettings *window_settings;
+
+ GeditMultiNotebook *multi_notebook;
+
+ GtkWidget *side_panel;
+ GtkWidget *side_stack_switcher;
+ GtkWidget *side_panel_inline_stack_switcher;
+ GtkWidget *bottom_panel;
+
+ GtkWidget *hpaned;
+ GtkWidget *vpaned;
+
+ GeditMessageBus *message_bus;
+ PeasExtensionSet *extensions;
+
+ /* Widgets for fullscreen mode */
+ GtkWidget *fullscreen_eventbox;
+ GtkRevealer *fullscreen_revealer;
+ GtkWidget *fullscreen_headerbar;
+ GtkMenuButton *fullscreen_gear_button;
+ GtkMenuButton *fullscreen_open_recent_button;
+
+ /* statusbar and context ids for statusbar messages */
+ GtkWidget *statusbar;
+ TeplOverwriteIndicator *overwrite_indicator;
+ TeplLineColumnIndicator *line_column_indicator;
+ GtkWidget *tab_width_button;
+ GtkWidget *language_button;
+ GtkWidget *language_popover;
+ guint bracket_match_message_cid;
+ guint tab_width_id;
+ guint language_changed_id;
+
+ /* Headerbars */
+ GtkWidget *side_headerbar;
+ GtkWidget *headerbar;
+
+ GtkMenuButton *gear_button;
+
+ gint num_tabs_with_error;
+
+ gint width;
+ gint height;
+ GdkWindowState window_state;
+
+ gint side_panel_size;
+ gint bottom_panel_size;
+
+ GeditWindowState state;
+
+ guint inhibition_cookie;
+
+ gint bottom_panel_item_removed_handler_id;
+
+ GtkWindowGroup *window_group;
+
+ gchar *file_chooser_folder_uri;
+
+ gchar *direct_save_uri;
+
+ GSList *closed_docs_stack;
+
+ guint removing_tabs : 1;
+ guint dispose_has_run : 1;
+
+ guint in_fullscreen_eventbox : 1;
+};
+
+enum
+{
+ PROP_0,
+ PROP_STATE,
+ LAST_PROP
+};
+
+static GParamSpec *properties[LAST_PROP];
+
+enum
+{
+ TAB_ADDED,
+ TAB_REMOVED,
+ TABS_REORDERED,
+ ACTIVE_TAB_CHANGED,
+ ACTIVE_TAB_STATE_CHANGED,
+ LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL];
+
+enum
+{
+ TARGET_URI_LIST = 100,
+ TARGET_XDNDDIRECTSAVE
+};
+
+static const GtkTargetEntry drop_types [] = {
+ { "XdndDirectSave0", 0, TARGET_XDNDDIRECTSAVE }, /* XDS Protocol Type */
+ { "text/uri-list", 0, TARGET_URI_LIST}
+};
+
+G_DEFINE_TYPE_WITH_PRIVATE (GeditWindow, gedit_window, GTK_TYPE_APPLICATION_WINDOW)
+
+/* Prototypes */
+static void remove_actions (GeditWindow *window);
+
+static void
+gedit_window_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditWindow *window = GEDIT_WINDOW (object);
+
+ switch (prop_id)
+ {
+ case PROP_STATE:
+ g_value_set_flags (value,
+ gedit_window_get_state (window));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+save_panels_state (GeditWindow *window)
+{
+ const gchar *panel_page;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ if (window->priv->side_panel_size > 0)
+ {
+ g_settings_set_int (window->priv->window_settings,
+ GEDIT_SETTINGS_SIDE_PANEL_SIZE,
+ window->priv->side_panel_size);
+ }
+
+ panel_page = gtk_stack_get_visible_child_name (GTK_STACK (window->priv->side_panel));
+ if (panel_page != NULL)
+ {
+ g_settings_set_string (window->priv->window_settings,
+ GEDIT_SETTINGS_SIDE_PANEL_ACTIVE_PAGE,
+ panel_page);
+ }
+
+ if (window->priv->bottom_panel_size > 0)
+ {
+ g_settings_set_int (window->priv->window_settings,
+ GEDIT_SETTINGS_BOTTOM_PANEL_SIZE,
+ window->priv->bottom_panel_size);
+ }
+
+ panel_page = gtk_stack_get_visible_child_name (GTK_STACK (window->priv->bottom_panel));
+ if (panel_page != NULL)
+ {
+ g_settings_set_string (window->priv->window_settings,
+ GEDIT_SETTINGS_BOTTOM_PANEL_ACTIVE_PAGE,
+ panel_page);
+ }
+
+ g_settings_apply (window->priv->window_settings);
+}
+
+static void
+save_window_state (GtkWidget *widget)
+{
+ GeditWindow *window = GEDIT_WINDOW (widget);
+
+ if ((window->priv->window_state &
+ (GDK_WINDOW_STATE_MAXIMIZED | GDK_WINDOW_STATE_FULLSCREEN)) == 0)
+ {
+ gtk_window_get_size (GTK_WINDOW (widget), &window->priv->width, &window->priv->height);
+
+ g_settings_set (window->priv->window_settings, GEDIT_SETTINGS_WINDOW_SIZE,
+ "(ii)", window->priv->width, window->priv->height);
+ }
+}
+
+static void
+gedit_window_dispose (GObject *object)
+{
+ GeditWindow *window;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ window = GEDIT_WINDOW (object);
+
+ /* Stop tracking removal of panels otherwise we always
+ * end up with thinking we had no panel active, since they
+ * should all be removed below */
+ if (window->priv->bottom_panel_item_removed_handler_id != 0)
+ {
+ g_signal_handler_disconnect (window->priv->bottom_panel,
+ window->priv->bottom_panel_item_removed_handler_id);
+ window->priv->bottom_panel_item_removed_handler_id = 0;
+ }
+
+ /* First of all, force collection so that plugins
+ * really drop some of the references.
+ */
+ peas_engine_garbage_collect (PEAS_ENGINE (gedit_plugins_engine_get_default ()));
+
+ /* save the panels position and make sure to deactivate plugins
+ * for this window, but only once */
+ if (!window->priv->dispose_has_run)
+ {
+ save_window_state (GTK_WIDGET (window));
+ save_panels_state (window);
+
+ /* Note that unreffing the extensions will automatically remove
+ all extensions which in turn will deactivate the extension */
+ g_object_unref (window->priv->extensions);
+
+ peas_engine_garbage_collect (PEAS_ENGINE (gedit_plugins_engine_get_default ()));
+
+ window->priv->dispose_has_run = TRUE;
+ }
+
+ g_clear_object (&window->priv->message_bus);
+ g_clear_object (&window->priv->window_group);
+
+ /* We must free the settings after saving the panels */
+ g_clear_object (&window->priv->editor_settings);
+ g_clear_object (&window->priv->ui_settings);
+ g_clear_object (&window->priv->window_settings);
+
+ /* Now that there have broken some reference loops,
+ * force collection again.
+ */
+ peas_engine_garbage_collect (PEAS_ENGINE (gedit_plugins_engine_get_default ()));
+
+ g_clear_object (&window->priv->side_stack_switcher);
+
+ /* GTK+/GIO unref the action map in an idle. For the last GeditWindow,
+ * the application quits before the idle, so the action map is not
+ * unreffed, and some objects are not finalized on application shutdown
+ * (GeditView for example).
+ * So this is just for making the debugging of object references a bit
+ * nicer.
+ */
+ remove_actions (window);
+
+ window->priv->fullscreen_open_recent_button = NULL;
+
+ G_OBJECT_CLASS (gedit_window_parent_class)->dispose (object);
+}
+
+static void
+gedit_window_finalize (GObject *object)
+{
+ GeditWindow *window = GEDIT_WINDOW (object);
+
+ g_free (window->priv->file_chooser_folder_uri);
+ g_slist_free_full (window->priv->closed_docs_stack, (GDestroyNotify)g_object_unref);
+
+ G_OBJECT_CLASS (gedit_window_parent_class)->finalize (object);
+}
+
+static void
+update_fullscreen (GeditWindow *window,
+ gboolean is_fullscreen)
+{
+ GAction *fullscreen_action;
+
+ _gedit_multi_notebook_set_show_tabs (window->priv->multi_notebook, !is_fullscreen);
+
+ if (is_fullscreen)
+ {
+ gtk_widget_hide (window->priv->statusbar);
+ }
+ else
+ {
+ if (g_settings_get_boolean (window->priv->ui_settings, "statusbar-visible"))
+ {
+ gtk_widget_show (window->priv->statusbar);
+ }
+ }
+
+#ifndef OS_OSX
+ if (is_fullscreen)
+ {
+ gtk_widget_show_all (window->priv->fullscreen_eventbox);
+ }
+ else
+ {
+ gtk_widget_hide (window->priv->fullscreen_eventbox);
+ }
+#endif
+
+ fullscreen_action = g_action_map_lookup_action (G_ACTION_MAP (window),
+ "fullscreen");
+
+ g_simple_action_set_state (G_SIMPLE_ACTION (fullscreen_action),
+ g_variant_new_boolean (is_fullscreen));
+}
+
+static gboolean
+gedit_window_window_state_event (GtkWidget *widget,
+ GdkEventWindowState *event)
+{
+ GeditWindow *window = GEDIT_WINDOW (widget);
+
+ window->priv->window_state = event->new_window_state;
+
+ g_settings_set_int (window->priv->window_settings, GEDIT_SETTINGS_WINDOW_STATE,
+ window->priv->window_state);
+
+ if ((event->changed_mask & GDK_WINDOW_STATE_FULLSCREEN) != 0)
+ {
+ update_fullscreen (window, (event->new_window_state & GDK_WINDOW_STATE_FULLSCREEN) != 0);
+ }
+
+ return GTK_WIDGET_CLASS (gedit_window_parent_class)->window_state_event (widget, event);
+}
+
+static gboolean
+gedit_window_configure_event (GtkWidget *widget,
+ GdkEventConfigure *event)
+{
+ GeditWindow *window = GEDIT_WINDOW (widget);
+
+ if (gtk_widget_get_realized (widget) &&
+ (window->priv->window_state &
+ (GDK_WINDOW_STATE_MAXIMIZED | GDK_WINDOW_STATE_FULLSCREEN)) == 0)
+ {
+ save_window_state (widget);
+ }
+
+ return GTK_WIDGET_CLASS (gedit_window_parent_class)->configure_event (widget, event);
+}
+
+/*
+ * GtkWindow catches keybindings for the menu items _before_ passing them to
+ * the focused widget. This is unfortunate and means that pressing ctrl+V
+ * in an entry on a panel ends up pasting text in the TextView.
+ * Here we override GtkWindow's handler to do the same things that it
+ * does, but in the opposite order and then we chain up to the grand
+ * parent handler, skipping gtk_window_key_press_event.
+ */
+static gboolean
+gedit_window_key_press_event (GtkWidget *widget,
+ GdkEventKey *event)
+{
+ static gpointer grand_parent_class = NULL;
+
+ GtkWindow *window = GTK_WINDOW (widget);
+ gboolean handled = FALSE;
+
+ if (grand_parent_class == NULL)
+ {
+ grand_parent_class = g_type_class_peek_parent (gedit_window_parent_class);
+ }
+
+ /* handle focus widget key events */
+ if (!handled)
+ {
+ handled = gtk_window_propagate_key_event (window, event);
+ }
+
+ /* handle mnemonics and accelerators */
+ if (!handled)
+ {
+ handled = gtk_window_activate_key (window, event);
+ }
+
+ /* Chain up, invokes binding set on window */
+ if (!handled)
+ {
+ handled = GTK_WIDGET_CLASS (grand_parent_class)->key_press_event (widget, event);
+ }
+
+ if (!handled)
+ {
+ return gedit_app_process_window_event (GEDIT_APP (g_application_get_default ()),
+ GEDIT_WINDOW (widget),
+ (GdkEvent *)event);
+ }
+
+ return TRUE;
+}
+
+static void
+gedit_window_tab_removed (GeditWindow *window,
+ GeditTab *tab)
+{
+ peas_engine_garbage_collect (PEAS_ENGINE (gedit_plugins_engine_get_default ()));
+}
+
+static void
+gedit_window_class_init (GeditWindowClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ klass->tab_removed = gedit_window_tab_removed;
+
+ object_class->dispose = gedit_window_dispose;
+ object_class->finalize = gedit_window_finalize;
+ object_class->get_property = gedit_window_get_property;
+
+ widget_class->window_state_event = gedit_window_window_state_event;
+ widget_class->configure_event = gedit_window_configure_event;
+ widget_class->key_press_event = gedit_window_key_press_event;
+
+ properties[PROP_STATE] =
+ g_param_spec_flags ("state",
+ "State",
+ "The window's state",
+ GEDIT_TYPE_WINDOW_STATE,
+ GEDIT_WINDOW_STATE_NORMAL,
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (object_class, LAST_PROP, properties);
+
+ signals[TAB_ADDED] =
+ g_signal_new ("tab-added",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditWindowClass, tab_added),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ GEDIT_TYPE_TAB);
+ signals[TAB_REMOVED] =
+ g_signal_new ("tab-removed",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditWindowClass, tab_removed),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ GEDIT_TYPE_TAB);
+ signals[TABS_REORDERED] =
+ g_signal_new ("tabs-reordered",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditWindowClass, tabs_reordered),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 0);
+ signals[ACTIVE_TAB_CHANGED] =
+ g_signal_new ("active-tab-changed",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditWindowClass, active_tab_changed),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1,
+ GEDIT_TYPE_TAB);
+ signals[ACTIVE_TAB_STATE_CHANGED] =
+ g_signal_new ("active-tab-state-changed",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_FIRST,
+ G_STRUCT_OFFSET (GeditWindowClass, active_tab_state_changed),
+ NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 0);
+
+ /* Bind class to template */
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/ui/gedit-window.ui");
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, side_headerbar);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, headerbar);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, gear_button);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, hpaned);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, side_panel);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, side_panel_inline_stack_switcher);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, vpaned);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, multi_notebook);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, bottom_panel);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, statusbar);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, language_button);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, tab_width_button);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, fullscreen_eventbox);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, fullscreen_revealer);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, fullscreen_headerbar);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditWindow, fullscreen_gear_button);
+}
+
+static void
+received_clipboard_contents (GtkClipboard *clipboard,
+ GtkSelectionData *selection_data,
+ GeditWindow *window)
+{
+ GeditTab *tab;
+ gboolean enabled;
+ GAction *action;
+
+ /* getting clipboard contents is async, so we need to
+ * get the current tab and its state */
+
+ tab = gedit_window_get_active_tab (window);
+
+ if (tab != NULL)
+ {
+ GeditTabState state;
+ gboolean state_normal;
+
+ state = gedit_tab_get_state (tab);
+ state_normal = (state == GEDIT_TAB_STATE_NORMAL);
+
+ enabled = state_normal &&
+ gtk_selection_data_targets_include_text (selection_data);
+ }
+ else
+ {
+ enabled = FALSE;
+ }
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "paste");
+
+ /* Since this is emitted async, the disposal of the actions may have
+ * already happened. Ensure that we have an action before setting the
+ * state.
+ */
+ if (action != NULL)
+ {
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), enabled);
+ }
+
+ g_object_unref (window);
+}
+
+static void
+set_paste_sensitivity_according_to_clipboard (GeditWindow *window,
+ GtkClipboard *clipboard)
+{
+ GdkDisplay *display;
+
+ display = gtk_clipboard_get_display (clipboard);
+
+ if (gdk_display_supports_selection_notification (display))
+ {
+ gtk_clipboard_request_contents (clipboard,
+ gdk_atom_intern_static_string ("TARGETS"),
+ (GtkClipboardReceivedFunc) received_clipboard_contents,
+ g_object_ref (window));
+ }
+ else
+ {
+ GAction *action;
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "paste");
+ /* XFIXES extension not availbale, make
+ * Paste always sensitive */
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), TRUE);
+ }
+}
+
+static void
+extension_update_state (PeasExtensionSet *extensions,
+ PeasPluginInfo *info,
+ PeasExtension *exten,
+ GeditWindow *window)
+{
+ gedit_window_activatable_update_state (GEDIT_WINDOW_ACTIVATABLE (exten));
+}
+
+static void
+update_actions_sensitivity (GeditWindow *window)
+{
+ GeditNotebook *notebook;
+ GeditTab *tab;
+ gint num_notebooks;
+ gint num_tabs;
+ GeditTabState state = GEDIT_TAB_STATE_NORMAL;
+ GeditDocument *doc = NULL;
+ GtkSourceFile *file = NULL;
+ GeditView *view = NULL;
+ gint tab_number = -1;
+ GAction *action;
+ gboolean editable = FALSE;
+ gboolean empty_search = FALSE;
+ GtkClipboard *clipboard;
+ gboolean enable_syntax_highlighting;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ notebook = gedit_multi_notebook_get_active_notebook (window->priv->multi_notebook);
+ tab = gedit_multi_notebook_get_active_tab (window->priv->multi_notebook);
+ num_notebooks = gedit_multi_notebook_get_n_notebooks (window->priv->multi_notebook);
+ num_tabs = gedit_multi_notebook_get_n_tabs (window->priv->multi_notebook);
+
+ if (notebook != NULL && tab != NULL)
+ {
+ state = gedit_tab_get_state (tab);
+ view = gedit_tab_get_view (tab);
+ doc = GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)));
+ file = gedit_document_get_file (doc);
+ tab_number = gtk_notebook_page_num (GTK_NOTEBOOK (notebook), GTK_WIDGET (tab));
+ editable = gtk_text_view_get_editable (GTK_TEXT_VIEW (view));
+ empty_search = _gedit_document_get_empty_search (doc);
+ }
+
+ clipboard = gtk_widget_get_clipboard (GTK_WIDGET (window), GDK_SELECTION_CLIPBOARD);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "save");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)) &&
+ (file != NULL) && !gtk_source_file_is_readonly (file));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "save-as");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_SAVING_ERROR) ||
+ (state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)) &&
+ (doc != NULL));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "revert");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)) &&
+ (doc != NULL) && !_gedit_document_is_untitled (doc));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "reopen-closed-tab");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), (window->priv->closed_docs_stack != NULL));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "print");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW)) &&
+ (doc != NULL));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "close");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ (state != GEDIT_TAB_STATE_CLOSING) &&
+ (state != GEDIT_TAB_STATE_SAVING) &&
+ (state != GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW) &&
+ (state != GEDIT_TAB_STATE_PRINTING) &&
+ (state != GEDIT_TAB_STATE_SAVING_ERROR));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "undo");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ (state == GEDIT_TAB_STATE_NORMAL) &&
+ (doc != NULL) && gtk_source_buffer_can_undo (GTK_SOURCE_BUFFER (doc)));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "redo");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ (state == GEDIT_TAB_STATE_NORMAL) &&
+ (doc != NULL) && gtk_source_buffer_can_redo (GTK_SOURCE_BUFFER (doc)));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "cut");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ (state == GEDIT_TAB_STATE_NORMAL) &&
+ editable &&
+ (doc != NULL) && gtk_text_buffer_get_has_selection (GTK_TEXT_BUFFER (doc)));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "copy");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)) &&
+ (doc != NULL) && gtk_text_buffer_get_has_selection (GTK_TEXT_BUFFER (doc)));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "paste");
+ if (num_tabs > 0 && (state == GEDIT_TAB_STATE_NORMAL) && editable)
+ {
+ set_paste_sensitivity_according_to_clipboard (window, clipboard);
+ }
+ else
+ {
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
+ }
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "delete");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ (state == GEDIT_TAB_STATE_NORMAL) &&
+ editable &&
+ (doc != NULL) && gtk_text_buffer_get_has_selection (GTK_TEXT_BUFFER (doc)));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "overwrite-mode");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), doc != NULL);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "find");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)) &&
+ (doc != NULL));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "replace");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ (state == GEDIT_TAB_STATE_NORMAL) &&
+ (doc != NULL) && editable);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "find-next");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)) &&
+ (doc != NULL) && !empty_search);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "find-prev");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)) &&
+ (doc != NULL) && !empty_search);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "clear-highlight");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)) &&
+ (doc != NULL) && !empty_search);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "goto-line");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ ((state == GEDIT_TAB_STATE_NORMAL) ||
+ (state == GEDIT_TAB_STATE_EXTERNALLY_MODIFIED_NOTIFICATION)) &&
+ (doc != NULL));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "highlight-mode");
+ enable_syntax_highlighting = g_settings_get_boolean (window->priv->editor_settings,
+ GEDIT_SETTINGS_SYNTAX_HIGHLIGHTING);
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ (state != GEDIT_TAB_STATE_CLOSING) &&
+ (doc != NULL) && enable_syntax_highlighting);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "move-to-new-window");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ num_tabs > 1);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window),
+ "previous-document");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ tab_number > 0);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window),
+ "next-document");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ tab_number >= 0 &&
+ tab_number < gtk_notebook_get_n_pages (GTK_NOTEBOOK (notebook)) - 1);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "new-tab-group");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ num_tabs > 0);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "previous-tab-group");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ num_notebooks > 1);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "next-tab-group");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ num_notebooks > 1);
+
+ /* We disable File->Quit/SaveAll/CloseAll while printing to avoid to have two
+ operations (save and print/print preview) that uses the message area at
+ the same time (may be we can remove this limitation in the future) */
+ /* We disable File->Quit/CloseAll if state is saving since saving cannot be
+ cancelled (may be we can remove this limitation in the future) */
+ action = g_action_map_lookup_action (G_ACTION_MAP (g_application_get_default ()),
+ "quit");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ !(window->priv->state & GEDIT_WINDOW_STATE_SAVING) &&
+ !(window->priv->state & GEDIT_WINDOW_STATE_PRINTING));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "save-all");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ !(window->priv->state & GEDIT_WINDOW_STATE_PRINTING) &&
+ num_tabs > 0);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "close-all");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ num_tabs > 0 &&
+ !(window->priv->state & GEDIT_WINDOW_STATE_SAVING) &&
+ !(window->priv->state & GEDIT_WINDOW_STATE_PRINTING) &&
+ num_tabs > 0);
+
+ peas_extension_set_foreach (window->priv->extensions,
+ (PeasExtensionSetForeachFunc) extension_update_state,
+ window);
+}
+
+static void
+language_chooser_show_cb (TeplLanguageChooser *language_chooser,
+ GeditWindow *window)
+{
+ GeditDocument *active_document;
+
+ active_document = gedit_window_get_active_document (window);
+ if (active_document != NULL)
+ {
+ GtkSourceLanguage *language;
+
+ language = gtk_source_buffer_get_language (GTK_SOURCE_BUFFER (active_document));
+ tepl_language_chooser_select_language (language_chooser, language);
+ }
+}
+
+static void
+language_activated_cb (TeplLanguageChooser *language_chooser,
+ GtkSourceLanguage *language,
+ GeditWindow *window)
+{
+ GeditDocument *active_document;
+
+ active_document = gedit_window_get_active_document (window);
+ if (active_document != NULL)
+ {
+ gedit_document_set_language (active_document, language);
+ }
+
+ gtk_widget_hide (window->priv->language_popover);
+}
+
+static void
+setup_statusbar (GeditWindow *window)
+{
+ TeplLanguageChooserWidget *language_chooser;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ window->priv->bracket_match_message_cid = gtk_statusbar_get_context_id
+ (GTK_STATUSBAR (window->priv->statusbar), "bracket_match_message");
+
+ g_settings_bind (window->priv->ui_settings,
+ "statusbar-visible",
+ window->priv->statusbar,
+ "visible",
+ G_SETTINGS_BIND_GET);
+
+ /* Insert/Overwrite indicator */
+ window->priv->overwrite_indicator = tepl_overwrite_indicator_new ();
+ gtk_widget_show (GTK_WIDGET (window->priv->overwrite_indicator));
+ gtk_box_pack_end (GTK_BOX (window->priv->statusbar),
+ GTK_WIDGET (window->priv->overwrite_indicator),
+ FALSE, FALSE, 0);
+ // Explicit positioning.
+ gtk_box_reorder_child (GTK_BOX (window->priv->statusbar),
+ GTK_WIDGET (window->priv->overwrite_indicator),
+ 0);
+
+ /* Line/Column indicator */
+ window->priv->line_column_indicator = tepl_line_column_indicator_new ();
+ gtk_widget_show (GTK_WIDGET (window->priv->line_column_indicator));
+ gtk_box_pack_end (GTK_BOX (window->priv->statusbar),
+ GTK_WIDGET (window->priv->line_column_indicator),
+ FALSE, FALSE, 0);
+ // Explicit positioning.
+ gtk_box_reorder_child (GTK_BOX (window->priv->statusbar),
+ GTK_WIDGET (window->priv->line_column_indicator),
+ 1);
+
+ /* Tab Width button */
+ gtk_menu_button_set_menu_model (GTK_MENU_BUTTON (window->priv->tab_width_button),
+ _gedit_app_get_tab_width_menu (GEDIT_APP (g_application_get_default ())));
+
+ /* Language button */
+ window->priv->language_popover = gtk_popover_new (window->priv->language_button);
+ gtk_menu_button_set_popover (GTK_MENU_BUTTON (window->priv->language_button),
+ window->priv->language_popover);
+
+ language_chooser = tepl_language_chooser_widget_new ();
+
+ g_signal_connect (language_chooser,
+ "show",
+ G_CALLBACK (language_chooser_show_cb),
+ window);
+
+ g_signal_connect (language_chooser,
+ "language-activated",
+ G_CALLBACK (language_activated_cb),
+ window);
+
+ gtk_container_add (GTK_CONTAINER (window->priv->language_popover), GTK_WIDGET (language_chooser));
+ gtk_widget_show (GTK_WIDGET (language_chooser));
+}
+
+static GeditWindow *
+clone_window (GeditWindow *origin)
+{
+ GeditWindow *window;
+ GdkScreen *screen;
+ GeditApp *app;
+ const gchar *panel_page;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ app = GEDIT_APP (g_application_get_default ());
+
+ screen = gtk_window_get_screen (GTK_WINDOW (origin));
+ window = gedit_app_create_window (app, screen);
+
+ gtk_window_set_default_size (GTK_WINDOW (window),
+ origin->priv->width,
+ origin->priv->height);
+
+ if ((origin->priv->window_state & GDK_WINDOW_STATE_MAXIMIZED) != 0)
+ gtk_window_maximize (GTK_WINDOW (window));
+ else
+ gtk_window_unmaximize (GTK_WINDOW (window));
+
+ if ((origin->priv->window_state & GDK_WINDOW_STATE_STICKY) != 0)
+ gtk_window_stick (GTK_WINDOW (window));
+ else
+ gtk_window_unstick (GTK_WINDOW (window));
+
+ /* set the panels size, the paned position will be set when
+ * they are mapped */
+ window->priv->side_panel_size = origin->priv->side_panel_size;
+ window->priv->bottom_panel_size = origin->priv->bottom_panel_size;
+
+ panel_page = gtk_stack_get_visible_child_name (GTK_STACK (origin->priv->side_panel));
+
+ if (panel_page)
+ {
+ gtk_stack_set_visible_child_name (GTK_STACK (window->priv->side_panel), panel_page);
+ }
+
+ panel_page = gtk_stack_get_visible_child_name (GTK_STACK (origin->priv->bottom_panel));
+
+ if (panel_page)
+ {
+ gtk_stack_set_visible_child_name (GTK_STACK (window->priv->bottom_panel), panel_page);
+ }
+
+ gtk_widget_set_visible (window->priv->side_panel,
+ gtk_widget_get_visible (origin->priv->side_panel));
+ gtk_widget_set_visible (window->priv->bottom_panel,
+ gtk_widget_get_visible (origin->priv->bottom_panel));
+
+ return window;
+}
+
+static void
+bracket_matched_cb (GtkSourceBuffer *buffer,
+ GtkTextIter *iter,
+ GtkSourceBracketMatchType result,
+ GeditWindow *window)
+{
+ if (buffer != GTK_SOURCE_BUFFER (gedit_window_get_active_document (window)))
+ return;
+
+ switch (result)
+ {
+ case GTK_SOURCE_BRACKET_MATCH_NONE:
+ gtk_statusbar_pop (GTK_STATUSBAR (window->priv->statusbar),
+ window->priv->bracket_match_message_cid);
+ break;
+ case GTK_SOURCE_BRACKET_MATCH_OUT_OF_RANGE:
+ gedit_statusbar_flash_message (GEDIT_STATUSBAR (window->priv->statusbar),
+ window->priv->bracket_match_message_cid,
+ _("Bracket match is out of range"));
+ break;
+ case GTK_SOURCE_BRACKET_MATCH_NOT_FOUND:
+ gedit_statusbar_flash_message (GEDIT_STATUSBAR (window->priv->statusbar),
+ window->priv->bracket_match_message_cid,
+ _("Bracket match not found"));
+ break;
+ case GTK_SOURCE_BRACKET_MATCH_FOUND:
+ gedit_statusbar_flash_message (GEDIT_STATUSBAR (window->priv->statusbar),
+ window->priv->bracket_match_message_cid,
+ _("Bracket match found on line: %d"),
+ gtk_text_iter_get_line (iter) + 1);
+ break;
+ default:
+ g_assert_not_reached ();
+ }
+}
+
+static void
+set_overwrite_mode (GeditWindow *window,
+ gboolean overwrite)
+{
+ GAction *action;
+
+ tepl_overwrite_indicator_set_overwrite (window->priv->overwrite_indicator, overwrite);
+ gtk_widget_show (GTK_WIDGET (window->priv->overwrite_indicator));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "overwrite-mode");
+ g_simple_action_set_state (G_SIMPLE_ACTION (action), g_variant_new_boolean (overwrite));
+}
+
+static void
+overwrite_mode_changed (GtkTextView *view,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ if (view != GTK_TEXT_VIEW (gedit_window_get_active_view (window)))
+ return;
+
+ set_overwrite_mode (window, gtk_text_view_get_overwrite (view));
+}
+
+#define MAX_TITLE_LENGTH 100
+
+static void
+set_title (GeditWindow *window)
+{
+ GeditTab *tab;
+ GeditDocument *doc = NULL;
+ GtkSourceFile *file;
+ gchar *name;
+ gchar *dirname = NULL;
+ gchar *main_title = NULL;
+ gchar *title = NULL;
+ gchar *subtitle = NULL;
+ gint len;
+
+ tab = gedit_window_get_active_tab (window);
+
+ if (tab == NULL)
+ {
+ gedit_app_set_window_title (GEDIT_APP (g_application_get_default ()),
+ window,
+ "gedit");
+ gtk_header_bar_set_title (GTK_HEADER_BAR (window->priv->headerbar),
+ "gedit");
+ gtk_header_bar_set_subtitle (GTK_HEADER_BAR (window->priv->headerbar),
+ NULL);
+ gtk_header_bar_set_title (GTK_HEADER_BAR (window->priv->fullscreen_headerbar),
+ "gedit");
+ gtk_header_bar_set_subtitle (GTK_HEADER_BAR (window->priv->fullscreen_headerbar),
+ NULL);
+ return;
+ }
+
+ doc = gedit_tab_get_document (tab);
+ g_return_if_fail (doc != NULL);
+
+ file = gedit_document_get_file (doc);
+
+ name = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ len = g_utf8_strlen (name, -1);
+
+ /* if the name is awfully long, truncate it and be done with it,
+ * otherwise also show the directory (ellipsized if needed)
+ */
+ if (len > MAX_TITLE_LENGTH)
+ {
+ gchar *tmp;
+
+ tmp = tepl_utils_str_middle_truncate (name,
+ MAX_TITLE_LENGTH);
+ g_free (name);
+ name = tmp;
+ }
+ else
+ {
+ GFile *location = gtk_source_file_get_location (file);
+
+ if (location != NULL)
+ {
+ gchar *str = gedit_utils_location_get_dirname_for_display (location);
+
+ /* use the remaining space for the dir, but use a min of 20 chars
+ * so that we do not end up with a dirname like "(a...b)".
+ * This means that in the worst case when the filename is long 99
+ * we have a title long 99 + 20, but I think it's a rare enough
+ * case to be acceptable. It's justa darn title afterall :)
+ */
+ dirname = tepl_utils_str_middle_truncate (str,
+ MAX (20, MAX_TITLE_LENGTH - len));
+ g_free (str);
+ }
+ }
+
+ if (gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (doc)))
+ {
+ gchar *tmp_name;
+
+ tmp_name = g_strdup_printf ("*%s", name);
+ g_free (name);
+
+ name = tmp_name;
+ }
+
+ if (gtk_source_file_is_readonly (file))
+ {
+ title = g_strdup_printf ("%s [%s]",
+ name, _("Read-Only"));
+
+ if (dirname != NULL)
+ {
+ main_title = g_strdup_printf ("%s [%s] (%s) - gedit",
+ name,
+ _("Read-Only"),
+ dirname);
+ subtitle = dirname;
+ }
+ else
+ {
+ main_title = g_strdup_printf ("%s [%s] - gedit",
+ name,
+ _("Read-Only"));
+ }
+ }
+ else
+ {
+ title = g_strdup (name);
+
+ if (dirname != NULL)
+ {
+ main_title = g_strdup_printf ("%s (%s) - gedit",
+ name,
+ dirname);
+ subtitle = dirname;
+ }
+ else
+ {
+ main_title = g_strdup_printf ("%s - gedit",
+ name);
+ }
+ }
+
+ gedit_app_set_window_title (GEDIT_APP (g_application_get_default ()),
+ window,
+ main_title);
+
+ gtk_header_bar_set_title (GTK_HEADER_BAR (window->priv->headerbar),
+ title);
+ gtk_header_bar_set_subtitle (GTK_HEADER_BAR (window->priv->headerbar),
+ subtitle);
+ gtk_header_bar_set_title (GTK_HEADER_BAR (window->priv->fullscreen_headerbar),
+ title);
+ gtk_header_bar_set_subtitle (GTK_HEADER_BAR (window->priv->fullscreen_headerbar),
+ subtitle);
+
+ g_free (dirname);
+ g_free (name);
+ g_free (title);
+ g_free (main_title);
+}
+
+#undef MAX_TITLE_LENGTH
+
+static void
+tab_width_changed (GObject *object,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ guint new_tab_width;
+ gchar *label;
+
+ new_tab_width = gtk_source_view_get_tab_width (GTK_SOURCE_VIEW (object));
+
+ label = g_strdup_printf (_("Tab Width: %u"), new_tab_width);
+ gedit_status_menu_button_set_label (GEDIT_STATUS_MENU_BUTTON (window->priv->tab_width_button), label);
+ g_free (label);
+}
+
+static void
+language_changed (GObject *object,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ GtkSourceLanguage *new_language;
+ const gchar *label;
+
+ new_language = gtk_source_buffer_get_language (GTK_SOURCE_BUFFER (object));
+
+ if (new_language)
+ label = gtk_source_language_get_name (new_language);
+ else
+ label = _("Plain Text");
+
+ gedit_status_menu_button_set_label (GEDIT_STATUS_MENU_BUTTON (window->priv->language_button), label);
+
+ peas_extension_set_foreach (window->priv->extensions,
+ (PeasExtensionSetForeachFunc) extension_update_state,
+ window);
+}
+
+static void
+remove_actions (GeditWindow *window)
+{
+ g_action_map_remove_action (G_ACTION_MAP (window), "tab-width");
+ g_action_map_remove_action (G_ACTION_MAP (window), "use-spaces");
+}
+
+static void
+sync_current_tab_actions (GeditWindow *window,
+ GeditView *old_view,
+ GeditView *new_view)
+{
+ if (old_view != NULL)
+ {
+ remove_actions (window);
+ }
+
+ if (new_view != NULL)
+ {
+ GPropertyAction *action;
+
+ action = g_property_action_new ("tab-width", new_view, "tab-width");
+ g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (action));
+ g_object_unref (action);
+
+ action = g_property_action_new ("use-spaces", new_view, "insert-spaces-instead-of-tabs");
+ g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (action));
+ g_object_unref (action);
+ }
+}
+
+static void
+update_statusbar (GeditWindow *window,
+ GeditView *old_view,
+ GeditView *new_view)
+{
+ if (old_view)
+ {
+ if (window->priv->tab_width_id)
+ {
+ g_signal_handler_disconnect (old_view,
+ window->priv->tab_width_id);
+
+ window->priv->tab_width_id = 0;
+ }
+
+ if (window->priv->language_changed_id)
+ {
+ g_signal_handler_disconnect (gtk_text_view_get_buffer (GTK_TEXT_VIEW (old_view)),
+ window->priv->language_changed_id);
+
+ window->priv->language_changed_id = 0;
+ }
+ }
+
+ if (new_view)
+ {
+ GeditDocument *doc;
+
+ doc = GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (new_view)));
+
+ set_overwrite_mode (window, gtk_text_view_get_overwrite (GTK_TEXT_VIEW (new_view)));
+
+ tepl_line_column_indicator_set_view (window->priv->line_column_indicator,
+ TEPL_VIEW (new_view));
+ gtk_widget_show (GTK_WIDGET (window->priv->line_column_indicator));
+
+ gtk_widget_show (window->priv->tab_width_button);
+ gtk_widget_show (window->priv->language_button);
+
+ window->priv->tab_width_id = g_signal_connect (new_view,
+ "notify::tab-width",
+ G_CALLBACK (tab_width_changed),
+ window);
+
+ window->priv->language_changed_id = g_signal_connect (doc,
+ "notify::language",
+ G_CALLBACK (language_changed),
+ window);
+
+ /* call it for the first time */
+ tab_width_changed (G_OBJECT (new_view), NULL, window);
+ language_changed (G_OBJECT (doc), NULL, window);
+ }
+}
+
+static void
+tab_switched (GeditMultiNotebook *mnb,
+ GeditNotebook *old_notebook,
+ GeditTab *old_tab,
+ GeditNotebook *new_notebook,
+ GeditTab *new_tab,
+ GeditWindow *window)
+{
+ GeditView *old_view, *new_view;
+
+ old_view = old_tab ? gedit_tab_get_view (old_tab) : NULL;
+ new_view = new_tab ? gedit_tab_get_view (new_tab) : NULL;
+
+ sync_current_tab_actions (window, old_view, new_view);
+ update_statusbar (window, old_view, new_view);
+
+ if (new_tab == NULL || window->priv->dispose_has_run)
+ return;
+
+ set_title (window);
+ update_actions_sensitivity (window);
+
+ g_signal_emit (G_OBJECT (window),
+ signals[ACTIVE_TAB_CHANGED],
+ 0,
+ new_tab);
+}
+
+static void
+analyze_tab_state (GeditTab *tab,
+ GeditWindow *window)
+{
+ GeditTabState ts;
+
+ ts = gedit_tab_get_state (tab);
+
+ switch (ts)
+ {
+ case GEDIT_TAB_STATE_LOADING:
+ case GEDIT_TAB_STATE_REVERTING:
+ window->priv->state |= GEDIT_WINDOW_STATE_LOADING;
+ break;
+
+ case GEDIT_TAB_STATE_SAVING:
+ window->priv->state |= GEDIT_WINDOW_STATE_SAVING;
+ break;
+
+ case GEDIT_TAB_STATE_PRINTING:
+ window->priv->state |= GEDIT_WINDOW_STATE_PRINTING;
+ break;
+
+ case GEDIT_TAB_STATE_LOADING_ERROR:
+ case GEDIT_TAB_STATE_REVERTING_ERROR:
+ case GEDIT_TAB_STATE_SAVING_ERROR:
+ case GEDIT_TAB_STATE_GENERIC_ERROR:
+ window->priv->state |= GEDIT_WINDOW_STATE_ERROR;
+ ++window->priv->num_tabs_with_error;
+ default:
+ /* NOP */
+ break;
+ }
+}
+
+static void
+update_window_state (GeditWindow *window)
+{
+ GeditWindowState old_ws;
+ gint old_num_of_errors;
+
+ gedit_debug_message (DEBUG_WINDOW, "Old state: %x", window->priv->state);
+
+ old_ws = window->priv->state;
+ old_num_of_errors = window->priv->num_tabs_with_error;
+
+ window->priv->state = 0;
+ window->priv->num_tabs_with_error = 0;
+
+ gedit_multi_notebook_foreach_tab (window->priv->multi_notebook,
+ (GtkCallback)analyze_tab_state,
+ window);
+
+ gedit_debug_message (DEBUG_WINDOW, "New state: %x", window->priv->state);
+
+ if (old_ws != window->priv->state)
+ {
+ update_actions_sensitivity (window);
+
+ gedit_statusbar_set_window_state (GEDIT_STATUSBAR (window->priv->statusbar),
+ window->priv->state,
+ window->priv->num_tabs_with_error);
+
+ g_object_notify_by_pspec (G_OBJECT (window), properties[PROP_STATE]);
+ }
+ else if (old_num_of_errors != window->priv->num_tabs_with_error)
+ {
+ gedit_statusbar_set_window_state (GEDIT_STATUSBAR (window->priv->statusbar),
+ window->priv->state,
+ window->priv->num_tabs_with_error);
+ }
+}
+
+static void
+update_can_close (GeditWindow *window)
+{
+ GeditWindowPrivate *priv = window->priv;
+ GList *tabs;
+ GList *l;
+ gboolean can_close = TRUE;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ tabs = gedit_multi_notebook_get_all_tabs (priv->multi_notebook);
+
+ for (l = tabs; l != NULL; l = g_list_next (l))
+ {
+ GeditTab *tab = l->data;
+
+ if (!_gedit_tab_get_can_close (tab))
+ {
+ can_close = FALSE;
+ break;
+ }
+ }
+
+ if (can_close && (priv->inhibition_cookie != 0))
+ {
+ gtk_application_uninhibit (GTK_APPLICATION (g_application_get_default ()),
+ priv->inhibition_cookie);
+ priv->inhibition_cookie = 0;
+ }
+ else if (!can_close && (priv->inhibition_cookie == 0))
+ {
+ priv->inhibition_cookie = gtk_application_inhibit (GTK_APPLICATION (g_application_get_default ()),
+ GTK_WINDOW (window),
+ GTK_APPLICATION_INHIBIT_LOGOUT,
+ _("There are unsaved documents"));
+ }
+
+ g_list_free (tabs);
+}
+
+static void
+sync_state (GeditTab *tab,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ gedit_debug (DEBUG_WINDOW);
+
+ update_window_state (window);
+
+ if (tab == gedit_window_get_active_tab (window))
+ {
+ update_actions_sensitivity (window);
+
+ g_signal_emit (G_OBJECT (window), signals[ACTIVE_TAB_STATE_CHANGED], 0);
+ }
+}
+
+static void
+sync_name (GeditTab *tab,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ if (tab == gedit_window_get_active_tab (window))
+ {
+ set_title (window);
+ update_actions_sensitivity (window);
+ }
+}
+
+static void
+sync_can_close (GeditTab *tab,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ update_can_close (window);
+}
+
+static GeditWindow *
+get_drop_window (GtkWidget *widget)
+{
+ GtkWidget *target_window;
+
+ target_window = gtk_widget_get_toplevel (widget);
+ g_return_val_if_fail (GEDIT_IS_WINDOW (target_window), NULL);
+
+ return GEDIT_WINDOW (target_window);
+}
+
+static void
+load_uris_from_drop (GeditWindow *window,
+ gchar **uri_list)
+{
+ GSList *locations = NULL;
+ gint i;
+ GSList *loaded;
+
+ if (uri_list == NULL)
+ return;
+
+ for (i = 0; uri_list[i] != NULL; ++i)
+ {
+ locations = g_slist_prepend (locations, g_file_new_for_uri (uri_list[i]));
+ }
+
+ locations = g_slist_reverse (locations);
+ loaded = gedit_commands_load_locations (window,
+ locations,
+ NULL,
+ 0,
+ 0);
+
+ g_slist_free (loaded);
+ g_slist_free_full (locations, g_object_unref);
+}
+
+/* Handle drops on the GeditWindow */
+static void
+drag_data_received_cb (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ GtkSelectionData *selection_data,
+ guint info,
+ guint timestamp,
+ gpointer data)
+{
+ GeditWindow *window;
+ gchar **uri_list;
+
+ window = get_drop_window (widget);
+
+ if (window == NULL)
+ return;
+
+ switch (info)
+ {
+ case TARGET_URI_LIST:
+ uri_list = gedit_utils_drop_get_uris(selection_data);
+ load_uris_from_drop (window, uri_list);
+ g_strfreev (uri_list);
+
+ gtk_drag_finish (context, TRUE, FALSE, timestamp);
+
+ break;
+
+ case TARGET_XDNDDIRECTSAVE:
+ /* Indicate that we don't provide "F" fallback */
+ if (gtk_selection_data_get_format (selection_data) == 8 &&
+ gtk_selection_data_get_length (selection_data) == 1 &&
+ gtk_selection_data_get_data (selection_data)[0] == 'F')
+ {
+ gdk_property_change (gdk_drag_context_get_source_window (context),
+ gdk_atom_intern ("XdndDirectSave0", FALSE),
+ gdk_atom_intern ("text/plain", FALSE), 8,
+ GDK_PROP_MODE_REPLACE, (const guchar *) "", 0);
+ }
+ else if (gtk_selection_data_get_format (selection_data) == 8 &&
+ gtk_selection_data_get_length (selection_data) == 1 &&
+ gtk_selection_data_get_data (selection_data)[0] == 'S' &&
+ window->priv->direct_save_uri != NULL)
+ {
+ gchar **uris;
+
+ uris = g_new (gchar *, 2);
+ uris[0] = window->priv->direct_save_uri;
+ uris[1] = NULL;
+
+ load_uris_from_drop (window, uris);
+ g_free (uris);
+ }
+
+ g_free (window->priv->direct_save_uri);
+ window->priv->direct_save_uri = NULL;
+
+ gtk_drag_finish (context, TRUE, FALSE, timestamp);
+
+ break;
+ }
+}
+
+static void
+drag_drop_cb (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ guint time,
+ gpointer user_data)
+{
+ GeditWindow *window;
+ GtkTargetList *target_list;
+ GdkAtom target;
+
+ window = get_drop_window (widget);
+
+ target_list = gtk_drag_dest_get_target_list (widget);
+ target = gtk_drag_dest_find_target (widget, context, target_list);
+
+ if (target != GDK_NONE)
+ {
+ guint info;
+ gboolean found;
+
+ found = gtk_target_list_find (target_list, target, &info);
+ g_assert (found);
+
+ if (info == TARGET_XDNDDIRECTSAVE)
+ {
+ gchar *uri;
+ uri = gedit_utils_set_direct_save_filename (context);
+
+ if (uri != NULL)
+ {
+ g_free (window->priv->direct_save_uri);
+ window->priv->direct_save_uri = uri;
+ }
+ }
+
+ gtk_drag_get_data (GTK_WIDGET (widget), context,
+ target, time);
+ }
+}
+
+/* Handle drops on the GeditView */
+static void
+drop_uris_cb (GtkWidget *widget,
+ gchar **uri_list,
+ GeditWindow *window)
+{
+ load_uris_from_drop (window, uri_list);
+}
+
+static void
+update_fullscreen_revealer_state (GeditWindow *window)
+{
+ gboolean open_recent_menu_is_active;
+ gboolean hamburger_menu_is_active;
+
+ open_recent_menu_is_active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (window->priv->fullscreen_open_recent_button));
+ hamburger_menu_is_active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (window->priv->fullscreen_gear_button));
+
+ gtk_revealer_set_reveal_child (window->priv->fullscreen_revealer,
+ (window->priv->in_fullscreen_eventbox ||
+ open_recent_menu_is_active ||
+ hamburger_menu_is_active));
+}
+
+static gboolean
+on_fullscreen_eventbox_enter_notify_event (GtkWidget *fullscreen_eventbox,
+ GdkEventCrossing *event,
+ GeditWindow *window)
+{
+ window->priv->in_fullscreen_eventbox = TRUE;
+ update_fullscreen_revealer_state (window);
+
+ return GDK_EVENT_PROPAGATE;
+}
+
+static gboolean
+on_fullscreen_eventbox_leave_notify_event (GtkWidget *fullscreen_eventbox,
+ GdkEventCrossing *event,
+ GeditWindow *window)
+{
+ if (-1.0 <= event->y && event->y <= 0.0)
+ {
+ /* Ignore the event.
+ *
+ * Leave notify events are received with -1 <= y <= 0
+ * coordinates, although the GeditWindow is in fullscreen mode
+ * and when there are no screens above (it's maybe a bug in an
+ * underlying library).
+ * If we hide the headerbar when those events happen, then it
+ * makes the headerbar to be shown/hidden a lot of time in a
+ * short period of time, i.e. a "stuttering". In other words
+ * lots of leave/enter events are received when moving the mouse
+ * upwards on the screen when the mouse is already at the top.
+ * The expected leave event has a positive event->y value being
+ * >= to the height of the headerbar (approximately
+ * 40 <= y <= 50). So clearly when we receive a leave event with
+ * event->y <= 0, it means that the mouse has left the eventbox
+ * on the wrong side.
+ * The -1.0 <= event->y is there (instead of just <= 0.0) in the
+ * case that there is another screen *above*, even if this
+ * heuristic/workaround is not perfect in that case. But that
+ * case is quite rare, so it's probably a good enough solution.
+ *
+ * Note that apparently the "stuttering" occurs only on an Xorg
+ * session, not on Wayland (tested with GNOME).
+ *
+ * If you see a better solution...
+ */
+ return GDK_EVENT_PROPAGATE;
+ }
+
+ window->priv->in_fullscreen_eventbox = FALSE;
+ update_fullscreen_revealer_state (window);
+
+ return GDK_EVENT_PROPAGATE;
+}
+
+static void
+setup_fullscreen_eventbox (GeditWindow *window)
+{
+ gtk_widget_set_size_request (window->priv->fullscreen_eventbox, -1, 1);
+ gtk_widget_hide (window->priv->fullscreen_eventbox);
+
+ g_signal_connect (window->priv->fullscreen_eventbox,
+ "enter-notify-event",
+ G_CALLBACK (on_fullscreen_eventbox_enter_notify_event),
+ window);
+
+ g_signal_connect (window->priv->fullscreen_eventbox,
+ "leave-notify-event",
+ G_CALLBACK (on_fullscreen_eventbox_leave_notify_event),
+ window);
+}
+
+static void
+empty_search_notify_cb (GeditDocument *doc,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ if (doc == gedit_window_get_active_document (window))
+ {
+ update_actions_sensitivity (window);
+ }
+}
+
+static void
+can_undo (GeditDocument *doc,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ if (doc == gedit_window_get_active_document (window))
+ {
+ update_actions_sensitivity (window);
+ }
+}
+
+static void
+can_redo (GeditDocument *doc,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ if (doc == gedit_window_get_active_document (window))
+ {
+ update_actions_sensitivity (window);
+ }
+}
+
+static void
+selection_changed (GeditDocument *doc,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ if (doc == gedit_window_get_active_document (window))
+ {
+ update_actions_sensitivity (window);
+ }
+}
+
+static void
+readonly_changed (GtkSourceFile *file,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ update_actions_sensitivity (window);
+
+ sync_name (gedit_window_get_active_tab (window), NULL, window);
+
+ peas_extension_set_foreach (window->priv->extensions,
+ (PeasExtensionSetForeachFunc) extension_update_state,
+ window);
+}
+
+static void
+editable_changed (GeditView *view,
+ GParamSpec *arg1,
+ GeditWindow *window)
+{
+ peas_extension_set_foreach (window->priv->extensions,
+ (PeasExtensionSetForeachFunc) extension_update_state,
+ window);
+}
+
+static void
+on_tab_added (GeditMultiNotebook *multi,
+ GeditNotebook *notebook,
+ GeditTab *tab,
+ GeditWindow *window)
+{
+ GeditView *view;
+ GeditDocument *doc;
+ GtkSourceFile *file;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ update_actions_sensitivity (window);
+
+ view = gedit_tab_get_view (tab);
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+
+ /* IMPORTANT: remember to disconnect the signal in notebook_tab_removed
+ * if a new signal is connected here */
+
+ g_signal_connect (tab,
+ "notify::name",
+ G_CALLBACK (sync_name),
+ window);
+ g_signal_connect (tab,
+ "notify::state",
+ G_CALLBACK (sync_state),
+ window);
+ g_signal_connect (tab,
+ "notify::can-close",
+ G_CALLBACK (sync_can_close),
+ window);
+ g_signal_connect (tab,
+ "drop_uris",
+ G_CALLBACK (drop_uris_cb),
+ window);
+ g_signal_connect (doc,
+ "bracket-matched",
+ G_CALLBACK (bracket_matched_cb),
+ window);
+ g_signal_connect (doc,
+ "notify::empty-search",
+ G_CALLBACK (empty_search_notify_cb),
+ window);
+ g_signal_connect (doc,
+ "notify::can-undo",
+ G_CALLBACK (can_undo),
+ window);
+ g_signal_connect (doc,
+ "notify::can-redo",
+ G_CALLBACK (can_redo),
+ window);
+ g_signal_connect (doc,
+ "notify::has-selection",
+ G_CALLBACK (selection_changed),
+ window);
+ g_signal_connect (view,
+ "notify::overwrite",
+ G_CALLBACK (overwrite_mode_changed),
+ window);
+ g_signal_connect (view,
+ "notify::editable",
+ G_CALLBACK (editable_changed),
+ window);
+ g_signal_connect (file,
+ "notify::read-only",
+ G_CALLBACK (readonly_changed),
+ window);
+
+ update_window_state (window);
+ update_can_close (window);
+
+ g_signal_emit (G_OBJECT (window), signals[TAB_ADDED], 0, tab);
+}
+
+static void
+push_last_closed_doc (GeditWindow *window,
+ GeditDocument *doc)
+{
+ GeditWindowPrivate *priv = window->priv;
+ GtkSourceFile *file = gedit_document_get_file (doc);
+ GFile *location = gtk_source_file_get_location (file);
+
+ if (location != NULL)
+ {
+ priv->closed_docs_stack = g_slist_prepend (priv->closed_docs_stack, location);
+ g_object_ref (location);
+ }
+}
+
+GFile *
+_gedit_window_pop_last_closed_doc (GeditWindow *window)
+{
+ GeditWindowPrivate *priv = window->priv;
+ GFile *f = NULL;
+
+ if (window->priv->closed_docs_stack != NULL)
+ {
+ f = priv->closed_docs_stack->data;
+ priv->closed_docs_stack = g_slist_remove (priv->closed_docs_stack, f);
+ }
+
+ return f;
+}
+
+static void
+on_tab_removed (GeditMultiNotebook *multi,
+ GeditNotebook *notebook,
+ GeditTab *tab,
+ GeditWindow *window)
+{
+ GeditView *view;
+ GeditDocument *doc;
+ gint num_tabs;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ num_tabs = gedit_multi_notebook_get_n_tabs (multi);
+
+ view = gedit_tab_get_view (tab);
+ doc = gedit_tab_get_document (tab);
+
+ g_signal_handlers_disconnect_by_func (tab,
+ G_CALLBACK (sync_name),
+ window);
+ g_signal_handlers_disconnect_by_func (tab,
+ G_CALLBACK (sync_state),
+ window);
+ g_signal_handlers_disconnect_by_func (tab,
+ G_CALLBACK (sync_can_close),
+ window);
+ g_signal_handlers_disconnect_by_func (tab,
+ G_CALLBACK (drop_uris_cb),
+ window);
+ g_signal_handlers_disconnect_by_func (doc,
+ G_CALLBACK (bracket_matched_cb),
+ window);
+ g_signal_handlers_disconnect_by_func (doc,
+ G_CALLBACK (empty_search_notify_cb),
+ window);
+ g_signal_handlers_disconnect_by_func (doc,
+ G_CALLBACK (can_undo),
+ window);
+ g_signal_handlers_disconnect_by_func (doc,
+ G_CALLBACK (can_redo),
+ window);
+ g_signal_handlers_disconnect_by_func (doc,
+ G_CALLBACK (selection_changed),
+ window);
+ g_signal_handlers_disconnect_by_func (doc,
+ G_CALLBACK (readonly_changed),
+ window);
+ g_signal_handlers_disconnect_by_func (view,
+ G_CALLBACK (overwrite_mode_changed),
+ window);
+ g_signal_handlers_disconnect_by_func (view,
+ G_CALLBACK (editable_changed),
+ window);
+
+ if (tab == gedit_multi_notebook_get_active_tab (multi))
+ {
+ if (window->priv->tab_width_id)
+ {
+ g_signal_handler_disconnect (view, window->priv->tab_width_id);
+ window->priv->tab_width_id = 0;
+ }
+
+ if (window->priv->language_changed_id)
+ {
+ g_signal_handler_disconnect (doc, window->priv->language_changed_id);
+ window->priv->language_changed_id = 0;
+ }
+
+ gedit_multi_notebook_set_active_tab (multi, NULL);
+ }
+
+ g_return_if_fail (num_tabs >= 0);
+ if (num_tabs == 0)
+ {
+ set_title (window);
+
+ /* hide the additional widgets */
+ gtk_widget_hide (GTK_WIDGET (window->priv->overwrite_indicator));
+ gtk_widget_hide (GTK_WIDGET (window->priv->line_column_indicator));
+ gtk_widget_hide (window->priv->tab_width_button);
+ gtk_widget_hide (window->priv->language_button);
+ }
+
+ if (!window->priv->dispose_has_run)
+ {
+ push_last_closed_doc (window, doc);
+
+ if ((!window->priv->removing_tabs &&
+ gtk_notebook_get_n_pages (GTK_NOTEBOOK (notebook)) > 0) ||
+ num_tabs == 0)
+ {
+ update_actions_sensitivity (window);
+ }
+ }
+
+ update_window_state (window);
+ update_can_close (window);
+
+ g_signal_emit (G_OBJECT (window), signals[TAB_REMOVED], 0, tab);
+}
+
+static void
+on_page_reordered (GeditMultiNotebook *multi,
+ GeditNotebook *notebook,
+ GtkWidget *page,
+ gint page_num,
+ GeditWindow *window)
+{
+ update_actions_sensitivity (window);
+
+ g_signal_emit (G_OBJECT (window), signals[TABS_REORDERED], 0);
+}
+
+static GtkNotebook *
+on_notebook_create_window (GeditMultiNotebook *mnb,
+ GtkNotebook *notebook,
+ GtkWidget *page,
+ gint x,
+ gint y,
+ GeditWindow *window)
+{
+ GeditWindow *new_window;
+ GtkWidget *new_notebook;
+
+ new_window = clone_window (window);
+
+ gtk_window_move (GTK_WINDOW (new_window), x, y);
+ gtk_widget_show (GTK_WIDGET (new_window));
+
+ new_notebook = _gedit_window_get_notebook (GEDIT_WINDOW (new_window));
+
+ return GTK_NOTEBOOK (new_notebook);
+}
+
+static void
+on_tab_close_request (GeditMultiNotebook *multi,
+ GeditNotebook *notebook,
+ GeditTab *tab,
+ GtkWindow *window)
+{
+ /* Note: we are destroying the tab before the default handler
+ * seems to be ok, but we need to keep an eye on this. */
+ _gedit_cmd_file_close_tab (tab, GEDIT_WINDOW (window));
+}
+
+static void
+on_show_popup_menu (GeditMultiNotebook *multi,
+ GdkEventButton *event,
+ GeditTab *tab,
+ GeditWindow *window)
+{
+ GtkWidget *menu;
+
+ if (event == NULL)
+ {
+ return;
+ }
+
+ menu = gedit_notebook_popup_menu_new (window, tab);
+
+ g_signal_connect (menu,
+ "selection-done",
+ G_CALLBACK (gtk_widget_destroy),
+ NULL);
+
+ gtk_widget_show (menu);
+ gtk_menu_popup_at_pointer (GTK_MENU (menu), (GdkEvent *)event);
+}
+
+static void
+on_notebook_changed (GeditMultiNotebook *mnb,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ update_actions_sensitivity (window);
+}
+
+static void
+on_notebook_removed (GeditMultiNotebook *mnb,
+ GeditNotebook *notebook,
+ GeditWindow *window)
+{
+ update_actions_sensitivity (window);
+}
+
+static void
+on_fullscreen_toggle_button_toggled (GtkToggleButton *fullscreen_toggle_button,
+ GeditWindow *window)
+{
+ update_fullscreen_revealer_state (window);
+}
+
+static void
+side_panel_size_allocate (GtkWidget *widget,
+ GtkAllocation *allocation,
+ GeditWindow *window)
+{
+ window->priv->side_panel_size = allocation->width;
+}
+
+static void
+bottom_panel_size_allocate (GtkWidget *widget,
+ GtkAllocation *allocation,
+ GeditWindow *window)
+{
+ window->priv->bottom_panel_size = allocation->height;
+}
+
+static void
+hpaned_restore_position (GtkWidget *widget,
+ GeditWindow *window)
+{
+ gint pos;
+
+ gedit_debug_message (DEBUG_WINDOW,
+ "Restoring hpaned position: side panel size %d",
+ window->priv->side_panel_size);
+
+ pos = MAX (100, window->priv->side_panel_size);
+ gtk_paned_set_position (GTK_PANED (window->priv->hpaned), pos);
+
+ /* start monitoring the size */
+ g_signal_connect (window->priv->side_panel,
+ "size-allocate",
+ G_CALLBACK (side_panel_size_allocate),
+ window);
+
+ /* run this only once */
+ g_signal_handlers_disconnect_by_func (widget, hpaned_restore_position, window);
+}
+
+static void
+vpaned_restore_position (GtkWidget *widget,
+ GeditWindow *window)
+{
+ gint pos;
+ GtkAllocation allocation;
+
+ gedit_debug_message (DEBUG_WINDOW,
+ "Restoring vpaned position: bottom panel size %d",
+ window->priv->bottom_panel_size);
+
+ gtk_widget_get_allocation (widget, &allocation);
+ pos = allocation.height -
+ MAX (50, window->priv->bottom_panel_size);
+ gtk_paned_set_position (GTK_PANED (window->priv->vpaned), pos);
+
+ /* start monitoring the size */
+ g_signal_connect (window->priv->bottom_panel,
+ "size-allocate",
+ G_CALLBACK (bottom_panel_size_allocate),
+ window);
+
+ /* run this only once */
+ g_signal_handlers_disconnect_by_func (widget, vpaned_restore_position, window);
+}
+
+static void
+side_panel_visibility_changed (GtkWidget *panel,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ gboolean visible;
+ GAction *action;
+ gchar *layout_desc;
+
+ visible = gtk_widget_get_visible (panel);
+
+ g_settings_set_boolean (window->priv->ui_settings,
+ GEDIT_SETTINGS_SIDE_PANEL_VISIBLE,
+ visible);
+
+ /* sync the action state if the panel visibility was changed programmatically */
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "side-panel");
+ g_simple_action_set_state (G_SIMPLE_ACTION (action), g_variant_new_boolean (visible));
+
+ /* focus the right widget and set the right styles */
+ if (visible)
+ {
+ gtk_widget_grab_focus (window->priv->side_panel);
+ }
+ else
+ {
+ gtk_widget_grab_focus (GTK_WIDGET (window->priv->multi_notebook));
+ }
+
+ g_object_get (gtk_settings_get_default (),
+ "gtk-decoration-layout", &layout_desc,
+ NULL);
+ if (visible)
+ {
+ gchar **tokens;
+
+ tokens = g_strsplit (layout_desc, ":", 2);
+ if (tokens)
+ {
+ gchar *layout_headerbar;
+
+ layout_headerbar = g_strdup_printf ("%c%s", ':', tokens[1]);
+ gtk_header_bar_set_decoration_layout (GTK_HEADER_BAR (window->priv->headerbar), layout_headerbar);
+ gtk_header_bar_set_decoration_layout (GTK_HEADER_BAR (window->priv->side_headerbar), tokens[0]);
+
+ g_free (layout_headerbar);
+ g_strfreev (tokens);
+ }
+ }
+ else
+ {
+ gtk_header_bar_set_decoration_layout (GTK_HEADER_BAR (window->priv->headerbar), layout_desc);
+ gtk_header_bar_set_decoration_layout (GTK_HEADER_BAR (window->priv->side_headerbar), NULL);
+ }
+
+ g_free (layout_desc);
+}
+
+static void
+on_side_panel_stack_children_number_changed (GtkStack *stack,
+ GtkWidget *widget,
+ GeditWindow *window)
+{
+ GeditWindowPrivate *priv = window->priv;
+ GList *children;
+
+ children = gtk_container_get_children (GTK_CONTAINER (priv->side_panel));
+
+ if (children != NULL && children->next != NULL)
+ {
+ gtk_widget_show (priv->side_stack_switcher);
+
+#ifndef OS_OSX
+ gtk_header_bar_set_custom_title (GTK_HEADER_BAR (priv->side_headerbar), priv->side_stack_switcher);
+#endif
+ }
+ else
+ {
+ /* side_stack_switcher can get NULL in dispose, before stack children
+ are being removed */
+ if (priv->side_stack_switcher != NULL)
+ {
+ gtk_widget_hide (priv->side_stack_switcher);
+ }
+
+#ifndef OS_OSX
+ gtk_header_bar_set_custom_title (GTK_HEADER_BAR (priv->side_headerbar), NULL);
+#endif
+ }
+
+ g_list_free (children);
+}
+
+static void
+setup_side_panel (GeditWindow *window)
+{
+ GeditWindowPrivate *priv = window->priv;
+ GtkWidget *documents_panel;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ g_signal_connect_after (priv->side_panel,
+ "notify::visible",
+ G_CALLBACK (side_panel_visibility_changed),
+ window);
+
+#ifdef OS_OSX
+ priv->side_stack_switcher = priv->side_panel_inline_stack_switcher;
+#else
+ priv->side_stack_switcher = gedit_menu_stack_switcher_new ();
+#endif
+
+ gtk_button_set_relief (GTK_BUTTON (priv->side_stack_switcher), GTK_RELIEF_NONE);
+ g_object_ref_sink (priv->side_stack_switcher);
+
+ gedit_utils_set_atk_name_description (priv->side_stack_switcher, _("Change side panel page"), NULL);
+
+ gedit_menu_stack_switcher_set_stack (GEDIT_MENU_STACK_SWITCHER (priv->side_stack_switcher),
+ GTK_STACK (priv->side_panel));
+
+ g_signal_connect (priv->side_panel,
+ "add",
+ G_CALLBACK (on_side_panel_stack_children_number_changed),
+ window);
+
+ g_signal_connect (priv->side_panel,
+ "remove",
+ G_CALLBACK (on_side_panel_stack_children_number_changed),
+ window);
+
+ documents_panel = gedit_documents_panel_new (window);
+ gtk_widget_show_all (documents_panel);
+ gtk_stack_add_titled (GTK_STACK (priv->side_panel),
+ documents_panel,
+ "GeditWindowDocumentsPanel",
+ _("Documents"));
+}
+
+static void
+bottom_panel_visibility_changed (GtkWidget *panel_box,
+ GParamSpec *pspec,
+ GeditWindow *window)
+{
+ gboolean visible;
+ GAction *action;
+
+ visible = gtk_widget_get_visible (panel_box);
+
+ g_settings_set_boolean (window->priv->ui_settings,
+ GEDIT_SETTINGS_BOTTOM_PANEL_VISIBLE,
+ visible);
+
+ /* sync the action state if the panel visibility was changed programmatically */
+ action = g_action_map_lookup_action (G_ACTION_MAP (window), "bottom-panel");
+ g_simple_action_set_state (G_SIMPLE_ACTION (action), g_variant_new_boolean (visible));
+
+ /* focus the right widget */
+ if (visible)
+ {
+ gtk_widget_grab_focus (window->priv->side_panel);
+ }
+ else
+ {
+ gtk_widget_grab_focus (GTK_WIDGET (window->priv->multi_notebook));
+ }
+}
+
+static void
+bottom_panel_item_removed (GtkStack *panel,
+ GtkWidget *item,
+ GeditWindow *window)
+{
+ gtk_widget_set_visible (window->priv->bottom_panel,
+ gtk_stack_get_visible_child (panel) != NULL);
+
+ update_actions_sensitivity (window);
+}
+
+static void
+bottom_panel_item_added (GtkStack *panel,
+ GtkWidget *item,
+ GeditWindow *window)
+{
+ GList *children;
+ int n_children;
+
+ children = gtk_container_get_children (GTK_CONTAINER (panel));
+ n_children = g_list_length (children);
+ g_list_free (children);
+
+ /* First item added. */
+ if (n_children == 1)
+ {
+ gboolean show;
+
+ show = g_settings_get_boolean (window->priv->ui_settings,
+ "bottom-panel-visible");
+ if (show)
+ {
+ gtk_widget_show (window->priv->bottom_panel);
+ }
+
+ update_actions_sensitivity (window);
+ }
+}
+
+static void
+setup_bottom_panel (GeditWindow *window)
+{
+ gedit_debug (DEBUG_WINDOW);
+
+ g_signal_connect_after (window->priv->bottom_panel,
+ "notify::visible",
+ G_CALLBACK (bottom_panel_visibility_changed),
+ window);
+}
+
+static void
+init_panels_visibility (GeditWindow *window)
+{
+ gchar *panel_page;
+ GtkWidget *panel_child;
+ gboolean side_panel_visible;
+ gboolean bottom_panel_visible;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ /* side panel */
+ panel_page = g_settings_get_string (window->priv->window_settings,
+ GEDIT_SETTINGS_SIDE_PANEL_ACTIVE_PAGE);
+ panel_child = gtk_stack_get_child_by_name (GTK_STACK (window->priv->side_panel),
+ panel_page);
+ if (panel_child != NULL)
+ {
+ gtk_stack_set_visible_child (GTK_STACK (window->priv->side_panel),
+ panel_child);
+ }
+
+ g_free (panel_page);
+
+ side_panel_visible = g_settings_get_boolean (window->priv->ui_settings,
+ GEDIT_SETTINGS_SIDE_PANEL_VISIBLE);
+ bottom_panel_visible = g_settings_get_boolean (window->priv->ui_settings,
+ GEDIT_SETTINGS_BOTTOM_PANEL_VISIBLE);
+
+ if (side_panel_visible)
+ {
+ gtk_widget_show (window->priv->side_panel);
+ }
+
+ /* bottom pane, it can be empty */
+ if (gtk_stack_get_visible_child (GTK_STACK (window->priv->bottom_panel)) != NULL)
+ {
+ panel_page = g_settings_get_string (window->priv->window_settings,
+ GEDIT_SETTINGS_BOTTOM_PANEL_ACTIVE_PAGE);
+ panel_child = gtk_stack_get_child_by_name (GTK_STACK (window->priv->side_panel),
+ panel_page);
+ if (panel_child)
+ {
+ gtk_stack_set_visible_child (GTK_STACK (window->priv->bottom_panel),
+ panel_child);
+ }
+
+ if (bottom_panel_visible)
+ {
+ gtk_widget_show (window->priv->bottom_panel);
+ }
+
+ g_free (panel_page);
+ }
+
+ /* start track sensitivity after the initial state is set */
+ window->priv->bottom_panel_item_removed_handler_id =
+ g_signal_connect (window->priv->bottom_panel,
+ "remove",
+ G_CALLBACK (bottom_panel_item_removed),
+ window);
+
+ g_signal_connect_after (window->priv->bottom_panel,
+ "add",
+ G_CALLBACK (bottom_panel_item_added),
+ window);
+}
+
+static void
+clipboard_owner_change (GtkClipboard *clipboard,
+ GdkEventOwnerChange *event,
+ GeditWindow *window)
+{
+ set_paste_sensitivity_according_to_clipboard (window,
+ clipboard);
+}
+
+static void
+window_realized (GtkWidget *window,
+ gpointer *data)
+{
+ GtkClipboard *clipboard;
+
+ clipboard = gtk_widget_get_clipboard (window,
+ GDK_SELECTION_CLIPBOARD);
+
+ g_signal_connect (clipboard,
+ "owner_change",
+ G_CALLBACK (clipboard_owner_change),
+ window);
+}
+
+static void
+window_unrealized (GtkWidget *window,
+ gpointer *data)
+{
+ GtkClipboard *clipboard;
+
+ clipboard = gtk_widget_get_clipboard (window,
+ GDK_SELECTION_CLIPBOARD);
+
+ g_signal_handlers_disconnect_by_func (clipboard,
+ G_CALLBACK (clipboard_owner_change),
+ window);
+}
+
+static void
+extension_added (PeasExtensionSet *extensions,
+ PeasPluginInfo *info,
+ PeasExtension *exten,
+ GeditWindow *window)
+{
+ gedit_window_activatable_activate (GEDIT_WINDOW_ACTIVATABLE (exten));
+}
+
+static void
+extension_removed (PeasExtensionSet *extensions,
+ PeasPluginInfo *info,
+ PeasExtension *exten,
+ GeditWindow *window)
+{
+ gedit_window_activatable_deactivate (GEDIT_WINDOW_ACTIVATABLE (exten));
+}
+
+static GActionEntry win_entries[] = {
+ { "new-tab", _gedit_cmd_file_new },
+ { "open", _gedit_cmd_file_open },
+ { "revert", _gedit_cmd_file_revert },
+ { "reopen-closed-tab", _gedit_cmd_file_reopen_closed_tab },
+ { "save", _gedit_cmd_file_save },
+ { "save-as", _gedit_cmd_file_save_as },
+ { "save-all", _gedit_cmd_file_save_all },
+ { "close", _gedit_cmd_file_close },
+ { "close-all", _gedit_cmd_file_close_all },
+ { "print", _gedit_cmd_file_print },
+ { "focus-active-view", NULL, NULL, "false", _gedit_cmd_view_focus_active },
+ { "side-panel", NULL, NULL, "false", _gedit_cmd_view_toggle_side_panel },
+ { "bottom-panel", NULL, NULL, "false", _gedit_cmd_view_toggle_bottom_panel },
+ { "fullscreen", NULL, NULL, "false", _gedit_cmd_view_toggle_fullscreen_mode },
+ { "leave-fullscreen", _gedit_cmd_view_leave_fullscreen_mode },
+ { "find", _gedit_cmd_search_find },
+ { "find-next", _gedit_cmd_search_find_next },
+ { "find-prev", _gedit_cmd_search_find_prev },
+ { "replace", _gedit_cmd_search_replace },
+ { "clear-highlight", _gedit_cmd_search_clear_highlight },
+ { "goto-line", _gedit_cmd_search_goto_line },
+ { "new-tab-group", _gedit_cmd_documents_new_tab_group },
+ { "previous-tab-group", _gedit_cmd_documents_previous_tab_group },
+ { "next-tab-group", _gedit_cmd_documents_next_tab_group },
+ { "previous-document", _gedit_cmd_documents_previous_document },
+ { "next-document", _gedit_cmd_documents_next_document },
+ { "move-to-new-window", _gedit_cmd_documents_move_to_new_window },
+ { "undo", _gedit_cmd_edit_undo },
+ { "redo", _gedit_cmd_edit_redo },
+ { "cut", _gedit_cmd_edit_cut },
+ { "copy", _gedit_cmd_edit_copy },
+ { "paste", _gedit_cmd_edit_paste },
+ { "delete", _gedit_cmd_edit_delete },
+ { "select-all", _gedit_cmd_edit_select_all },
+ { "highlight-mode", _gedit_cmd_view_highlight_mode },
+ { "overwrite-mode", NULL, NULL, "false", _gedit_cmd_edit_overwrite_mode }
+};
+
+static void
+sync_fullscreen_actions (GeditWindow *window,
+ gboolean fullscreen)
+{
+ GtkMenuButton *button;
+ GPropertyAction *action;
+
+ button = fullscreen ? window->priv->fullscreen_gear_button : window->priv->gear_button;
+ g_action_map_remove_action (G_ACTION_MAP (window), "hamburger-menu");
+ action = g_property_action_new ("hamburger-menu", button, "active");
+ g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (action));
+ g_object_unref (action);
+}
+
+static void
+init_amtk_application_window (GeditWindow *gedit_window)
+{
+ AmtkApplicationWindow *amtk_window;
+
+ amtk_window = amtk_application_window_get_from_gtk_application_window (GTK_APPLICATION_WINDOW (gedit_window));
+ amtk_application_window_set_statusbar (amtk_window, GTK_STATUSBAR (gedit_window->priv->statusbar));
+}
+
+static void
+open_recent_menu_item_activated_cb (GtkRecentChooser *recent_chooser,
+ gpointer user_data)
+{
+ GeditWindow *window = GEDIT_WINDOW (user_data);
+ gchar *uri;
+ GFile *location;
+
+ uri = gtk_recent_chooser_get_current_uri (recent_chooser);
+ location = g_file_new_for_uri (uri);
+
+ gedit_commands_load_location (window, location, NULL, 0, 0);
+
+ g_free (uri);
+ g_object_unref (location);
+}
+
+static GtkWidget *
+create_open_buttons (GeditWindow *window,
+ GtkMenuButton **open_recent_button)
+{
+ GtkWidget *hbox;
+ GtkStyleContext *style_context;
+ GtkWidget *open_dialog_button;
+ GtkWidget *my_open_recent_button;
+ AmtkApplicationWindow *amtk_window;
+ GtkRecentChooserMenu *recent_menu;
+
+ /* It currently needs to be a GtkBox, not a GtkGrid, because GtkGrid and
+ * GTK_STYLE_CLASS_LINKED doesn't work as expected in a RTL locale.
+ * Probably a GtkGrid bug.
+ */
+ hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ style_context = gtk_widget_get_style_context (hbox);
+ gtk_style_context_add_class (style_context, GTK_STYLE_CLASS_LINKED);
+
+ open_dialog_button = gtk_button_new_with_mnemonic (_("_Open"));
+ gtk_widget_set_tooltip_text (open_dialog_button, _("Open a file"));
+ gtk_actionable_set_action_name (GTK_ACTIONABLE (open_dialog_button), "win.open");
+
+ my_open_recent_button = gtk_menu_button_new ();
+ gtk_widget_set_tooltip_text (my_open_recent_button, _("Open a recently used file"));
+
+ recent_menu = amtk_application_window_create_open_recent_menu_base ();
+
+ amtk_window = amtk_application_window_get_from_gtk_application_window (GTK_APPLICATION_WINDOW (window));
+ amtk_application_window_connect_recent_chooser_menu_to_statusbar (amtk_window, recent_menu);
+
+ g_signal_connect_object (recent_menu,
+ "item-activated",
+ G_CALLBACK (open_recent_menu_item_activated_cb),
+ window,
+ 0);
+
+ gtk_menu_button_set_popup (GTK_MENU_BUTTON (my_open_recent_button),
+ GTK_WIDGET (recent_menu));
+
+ gtk_container_add (GTK_CONTAINER (hbox), open_dialog_button);
+ gtk_container_add (GTK_CONTAINER (hbox), my_open_recent_button);
+ gtk_widget_show_all (hbox);
+
+ if (open_recent_button != NULL)
+ {
+ *open_recent_button = GTK_MENU_BUTTON (my_open_recent_button);
+ }
+
+ return hbox;
+}
+
+static void
+init_open_buttons (GeditWindow *window)
+{
+ gtk_container_add_with_properties (GTK_CONTAINER (window->priv->headerbar),
+ create_open_buttons (window, NULL),
+ "position", 0, /* The first on the left. */
+ NULL);
+
+ gtk_container_add_with_properties (GTK_CONTAINER (window->priv->fullscreen_headerbar),
+ create_open_buttons (window, &(window->priv->fullscreen_open_recent_button)),
+ "position", 0, /* The first on the left. */
+ NULL);
+
+ g_signal_connect (GTK_TOGGLE_BUTTON (window->priv->fullscreen_open_recent_button),
+ "toggled",
+ G_CALLBACK (on_fullscreen_toggle_button_toggled),
+ window);
+}
+
+static void
+gedit_window_init (GeditWindow *window)
+{
+ GtkTargetList *tl;
+ GMenuModel *hamburger_menu;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ window->priv = gedit_window_get_instance_private (window);
+
+ window->priv->removing_tabs = FALSE;
+ window->priv->state = GEDIT_WINDOW_STATE_NORMAL;
+ window->priv->inhibition_cookie = 0;
+ window->priv->dispose_has_run = FALSE;
+ window->priv->direct_save_uri = NULL;
+ window->priv->closed_docs_stack = NULL;
+ window->priv->editor_settings = g_settings_new ("org.gnome.gedit.preferences.editor");
+ window->priv->ui_settings = g_settings_new ("org.gnome.gedit.preferences.ui");
+
+ /* window settings are applied only once the window is closed. We do not
+ want to keep writing to disk when the window is dragged around */
+ window->priv->window_settings = g_settings_new ("org.gnome.gedit.state.window");
+ g_settings_delay (window->priv->window_settings);
+
+ window->priv->message_bus = gedit_message_bus_new ();
+
+ gtk_widget_init_template (GTK_WIDGET (window));
+ init_amtk_application_window (window);
+ init_open_buttons (window);
+
+ g_action_map_add_action_entries (G_ACTION_MAP (window),
+ win_entries,
+ G_N_ELEMENTS (win_entries),
+ window);
+
+ window->priv->window_group = gtk_window_group_new ();
+ gtk_window_group_add_window (window->priv->window_group, GTK_WINDOW (window));
+
+ setup_fullscreen_eventbox (window);
+ sync_fullscreen_actions (window, FALSE);
+
+ hamburger_menu = _gedit_app_get_hamburger_menu (GEDIT_APP (g_application_get_default ()));
+ if (hamburger_menu)
+ {
+ gtk_menu_button_set_menu_model (window->priv->gear_button, hamburger_menu);
+ gtk_menu_button_set_menu_model (window->priv->fullscreen_gear_button, hamburger_menu);
+ }
+ else
+ {
+ gtk_widget_hide (GTK_WIDGET (window->priv->gear_button));
+ gtk_widget_hide (GTK_WIDGET (window->priv->fullscreen_gear_button));
+ gtk_widget_set_no_show_all (GTK_WIDGET (window->priv->gear_button), TRUE);
+ gtk_widget_set_no_show_all (GTK_WIDGET (window->priv->fullscreen_gear_button), TRUE);
+ }
+
+ g_signal_connect (GTK_TOGGLE_BUTTON (window->priv->fullscreen_gear_button),
+ "toggled",
+ G_CALLBACK (on_fullscreen_toggle_button_toggled),
+ window);
+
+ /* Setup status bar */
+ setup_statusbar (window);
+
+ /* Setup main area */
+ g_signal_connect (window->priv->multi_notebook,
+ "notebook-removed",
+ G_CALLBACK (on_notebook_removed),
+ window);
+ g_signal_connect (window->priv->multi_notebook,
+ "notify::active-notebook",
+ G_CALLBACK (on_notebook_changed),
+ window);
+
+ g_signal_connect (window->priv->multi_notebook,
+ "tab-added",
+ G_CALLBACK (on_tab_added),
+ window);
+
+ g_signal_connect (window->priv->multi_notebook,
+ "tab-removed",
+ G_CALLBACK (on_tab_removed),
+ window);
+
+ g_signal_connect (window->priv->multi_notebook,
+ "switch-tab",
+ G_CALLBACK (tab_switched),
+ window);
+
+ g_signal_connect (window->priv->multi_notebook,
+ "tab-close-request",
+ G_CALLBACK (on_tab_close_request),
+ window);
+
+ g_signal_connect (window->priv->multi_notebook,
+ "page-reordered",
+ G_CALLBACK (on_page_reordered),
+ window);
+
+ g_signal_connect (window->priv->multi_notebook,
+ "create-window",
+ G_CALLBACK (on_notebook_create_window),
+ window);
+
+ g_signal_connect (window->priv->multi_notebook,
+ "show-popup-menu",
+ G_CALLBACK (on_show_popup_menu),
+ window);
+
+ /* side and bottom panels */
+ setup_side_panel (window);
+ setup_bottom_panel (window);
+
+ /* panels' state must be restored after panels have been mapped,
+ * since the bottom panel position depends on the size of the vpaned. */
+ window->priv->side_panel_size = g_settings_get_int (window->priv->window_settings,
+ GEDIT_SETTINGS_SIDE_PANEL_SIZE);
+ window->priv->bottom_panel_size = g_settings_get_int (window->priv->window_settings,
+ GEDIT_SETTINGS_BOTTOM_PANEL_SIZE);
+
+ g_signal_connect_after (window->priv->hpaned,
+ "map",
+ G_CALLBACK (hpaned_restore_position),
+ window);
+ g_signal_connect_after (window->priv->vpaned,
+ "map",
+ G_CALLBACK (vpaned_restore_position),
+ window);
+
+ /* Drag and drop support */
+ gtk_drag_dest_set (GTK_WIDGET (window),
+ GTK_DEST_DEFAULT_MOTION |
+ GTK_DEST_DEFAULT_HIGHLIGHT |
+ GTK_DEST_DEFAULT_DROP,
+ drop_types,
+ G_N_ELEMENTS (drop_types),
+ GDK_ACTION_COPY);
+
+ /* Add uri targets */
+ tl = gtk_drag_dest_get_target_list (GTK_WIDGET (window));
+
+ if (tl == NULL)
+ {
+ tl = gtk_target_list_new (drop_types, G_N_ELEMENTS (drop_types));
+ gtk_drag_dest_set_target_list (GTK_WIDGET (window), tl);
+ gtk_target_list_unref (tl);
+ }
+
+ gtk_target_list_add_uri_targets (tl, TARGET_URI_LIST);
+
+ /* connect instead of override, so that we can
+ * share the cb code with the view */
+ g_signal_connect (window,
+ "drag_data_received",
+ G_CALLBACK (drag_data_received_cb),
+ NULL);
+ g_signal_connect (window,
+ "drag_drop",
+ G_CALLBACK (drag_drop_cb),
+ NULL);
+
+ /* we can get the clipboard only after the widget
+ * is realized */
+ g_signal_connect (window,
+ "realize",
+ G_CALLBACK (window_realized),
+ NULL);
+ g_signal_connect (window,
+ "unrealize",
+ G_CALLBACK (window_unrealized),
+ NULL);
+
+ gedit_debug_message (DEBUG_WINDOW, "Update plugins ui");
+
+ window->priv->extensions = peas_extension_set_new (PEAS_ENGINE (gedit_plugins_engine_get_default ()),
+ GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ "window", window,
+ NULL);
+ g_signal_connect (window->priv->extensions,
+ "extension-added",
+ G_CALLBACK (extension_added),
+ window);
+ g_signal_connect (window->priv->extensions,
+ "extension-removed",
+ G_CALLBACK (extension_removed),
+ window);
+ peas_extension_set_foreach (window->priv->extensions,
+ (PeasExtensionSetForeachFunc) extension_added,
+ window);
+
+ /* set visibility of panels.
+ * This needs to be done after plugins activatation */
+ init_panels_visibility (window);
+
+ update_actions_sensitivity (window);
+
+ gedit_debug_message (DEBUG_WINDOW, "END");
+}
+
+/**
+ * gedit_window_get_active_view:
+ * @window: a #GeditWindow
+ *
+ * Gets the active #GeditView.
+ *
+ * Returns: (transfer none): the active #GeditView
+ */
+GeditView *
+gedit_window_get_active_view (GeditWindow *window)
+{
+ GeditTab *tab;
+ GeditView *view;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ tab = gedit_window_get_active_tab (window);
+
+ if (tab == NULL)
+ return NULL;
+
+ view = gedit_tab_get_view (tab);
+
+ return view;
+}
+
+/**
+ * gedit_window_get_active_document:
+ * @window: a #GeditWindow
+ *
+ * Gets the active #GeditDocument.
+ *
+ * Returns: (transfer none): the active #GeditDocument
+ */
+GeditDocument *
+gedit_window_get_active_document (GeditWindow *window)
+{
+ GeditView *view;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ view = gedit_window_get_active_view (window);
+ if (view == NULL)
+ return NULL;
+
+ return GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)));
+}
+
+GtkWidget *
+_gedit_window_get_multi_notebook (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return GTK_WIDGET (window->priv->multi_notebook);
+}
+
+GtkWidget *
+_gedit_window_get_notebook (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return GTK_WIDGET (gedit_multi_notebook_get_active_notebook (window->priv->multi_notebook));
+}
+
+static GeditTab *
+process_create_tab (GeditWindow *window,
+ GtkWidget *notebook,
+ GeditTab *tab,
+ gboolean jump_to)
+{
+ if (tab == NULL)
+ {
+ return NULL;
+ }
+
+ gedit_debug (DEBUG_WINDOW);
+
+ gtk_widget_show (GTK_WIDGET (tab));
+ gedit_notebook_add_tab (GEDIT_NOTEBOOK (notebook),
+ tab,
+ -1,
+ jump_to);
+
+ if (!gtk_widget_get_visible (GTK_WIDGET (window)))
+ {
+ gtk_window_present (GTK_WINDOW (window));
+ }
+
+ return tab;
+}
+
+/**
+ * gedit_window_create_tab:
+ * @window: a #GeditWindow
+ * @jump_to: %TRUE to set the new #GeditTab as active
+ *
+ * Creates a new #GeditTab and adds the new tab to the #GtkNotebook.
+ * In case @jump_to is %TRUE the #GtkNotebook switches to that new #GeditTab.
+ *
+ * Returns: (transfer none): a new #GeditTab
+ */
+GeditTab *
+gedit_window_create_tab (GeditWindow *window,
+ gboolean jump_to)
+{
+ GtkWidget *notebook;
+ GeditTab *tab;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ gedit_debug (DEBUG_WINDOW);
+
+ notebook = _gedit_window_get_notebook (window);
+ tab = _gedit_tab_new ();
+ gtk_widget_show (GTK_WIDGET (tab));
+
+ return process_create_tab (window, notebook, tab, jump_to);
+}
+
+/**
+ * gedit_window_create_tab_from_location:
+ * @window: a #GeditWindow
+ * @location: the location of the document
+ * @encoding: (allow-none): a #GtkSourceEncoding, or %NULL
+ * @line_pos: the line position to visualize
+ * @column_pos: the column position to visualize
+ * @create: %TRUE to create a new document in case @uri does exist
+ * @jump_to: %TRUE to set the new #GeditTab as active
+ *
+ * Creates a new #GeditTab loading the document specified by @uri.
+ * In case @jump_to is %TRUE the #GtkNotebook swithes to that new #GeditTab.
+ * Whether @create is %TRUE, creates a new empty document if location does
+ * not refer to an existing file
+ *
+ * Returns: (transfer none): a new #GeditTab
+ */
+GeditTab *
+gedit_window_create_tab_from_location (GeditWindow *window,
+ GFile *location,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos,
+ gboolean create,
+ gboolean jump_to)
+{
+ GtkWidget *notebook;
+ GeditTab *tab;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+ g_return_val_if_fail (G_IS_FILE (location), NULL);
+
+ gedit_debug (DEBUG_WINDOW);
+
+ tab = _gedit_tab_new ();
+
+ _gedit_tab_load (tab,
+ location,
+ encoding,
+ line_pos,
+ column_pos,
+ create);
+
+ notebook = _gedit_window_get_notebook (window);
+
+ return process_create_tab (window, notebook, tab, jump_to);
+}
+
+/**
+ * gedit_window_create_tab_from_stream:
+ * @window: a #GeditWindow
+ * @stream: a #GInputStream
+ * @encoding: (allow-none): a #GtkSourceEncoding, or %NULL
+ * @line_pos: the line position to visualize
+ * @column_pos: the column position to visualize
+ * @jump_to: %TRUE to set the new #GeditTab as active
+ *
+ * Returns: (transfer none): a new #GeditTab
+ */
+GeditTab *
+gedit_window_create_tab_from_stream (GeditWindow *window,
+ GInputStream *stream,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos,
+ gboolean jump_to)
+{
+ GtkWidget *notebook;
+ GeditTab *tab;
+
+ gedit_debug (DEBUG_WINDOW);
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+ g_return_val_if_fail (G_IS_INPUT_STREAM (stream), NULL);
+
+ tab = _gedit_tab_new ();
+
+ _gedit_tab_load_stream (tab,
+ stream,
+ encoding,
+ line_pos,
+ column_pos);
+
+ notebook = _gedit_window_get_notebook (window);
+
+ return process_create_tab (window, notebook, tab, jump_to);
+}
+
+/**
+ * gedit_window_get_active_tab:
+ * @window: a GeditWindow
+ *
+ * Gets the active #GeditTab in the @window.
+ *
+ * Returns: (transfer none): the active #GeditTab in the @window.
+ */
+GeditTab *
+gedit_window_get_active_tab (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return (window->priv->multi_notebook == NULL) ? NULL :
+ gedit_multi_notebook_get_active_tab (window->priv->multi_notebook);
+}
+
+static void
+add_document (GeditTab *tab,
+ GList **res)
+{
+ GeditDocument *doc;
+
+ doc = gedit_tab_get_document (tab);
+
+ *res = g_list_prepend (*res, doc);
+}
+
+/**
+ * gedit_window_get_documents:
+ * @window: a #GeditWindow
+ *
+ * Gets a newly allocated list with all the documents in the window.
+ * This list must be freed.
+ *
+ * Returns: (element-type Gedit.Document) (transfer container): a newly
+ * allocated list with all the documents in the window
+ */
+GList *
+gedit_window_get_documents (GeditWindow *window)
+{
+ GList *res = NULL;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ gedit_multi_notebook_foreach_tab (window->priv->multi_notebook,
+ (GtkCallback)add_document,
+ &res);
+
+ res = g_list_reverse (res);
+
+ return res;
+}
+
+static void
+add_view (GeditTab *tab,
+ GList **res)
+{
+ GeditView *view;
+
+ view = gedit_tab_get_view (tab);
+
+ *res = g_list_prepend (*res, view);
+}
+
+/**
+ * gedit_window_get_views:
+ * @window: a #GeditWindow
+ *
+ * Gets a list with all the views in the window. This list must be freed.
+ *
+ * Returns: (element-type Gedit.View) (transfer container): a newly allocated
+ * list with all the views in the window
+ */
+GList *
+gedit_window_get_views (GeditWindow *window)
+{
+ GList *res = NULL;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ gedit_multi_notebook_foreach_tab (window->priv->multi_notebook,
+ (GtkCallback)add_view,
+ &res);
+
+ res = g_list_reverse (res);
+
+ return res;
+}
+
+/**
+ * gedit_window_close_tab:
+ * @window: a #GeditWindow
+ * @tab: the #GeditTab to close
+ *
+ * Closes the @tab.
+ */
+void
+gedit_window_close_tab (GeditWindow *window,
+ GeditTab *tab)
+{
+ GList *tabs = NULL;
+
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+ g_return_if_fail ((gedit_tab_get_state (tab) != GEDIT_TAB_STATE_SAVING) &&
+ (gedit_tab_get_state (tab) != GEDIT_TAB_STATE_SHOWING_PRINT_PREVIEW));
+
+ tabs = g_list_append (tabs, tab);
+ gedit_multi_notebook_close_tabs (window->priv->multi_notebook, tabs);
+ g_list_free (tabs);
+}
+
+/**
+ * gedit_window_close_all_tabs:
+ * @window: a #GeditWindow
+ *
+ * Closes all opened tabs.
+ */
+void
+gedit_window_close_all_tabs (GeditWindow *window)
+{
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+ g_return_if_fail (!(window->priv->state & GEDIT_WINDOW_STATE_SAVING));
+
+ window->priv->removing_tabs = TRUE;
+
+ gedit_multi_notebook_close_all_tabs (window->priv->multi_notebook);
+
+ window->priv->removing_tabs = FALSE;
+}
+
+/**
+ * gedit_window_close_tabs:
+ * @window: a #GeditWindow
+ * @tabs: (element-type Gedit.Tab): a list of #GeditTab
+ *
+ * Closes all tabs specified by @tabs.
+ */
+void
+gedit_window_close_tabs (GeditWindow *window,
+ const GList *tabs)
+{
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+ g_return_if_fail (!(window->priv->state & GEDIT_WINDOW_STATE_SAVING));
+
+ window->priv->removing_tabs = TRUE;
+
+ gedit_multi_notebook_close_tabs (window->priv->multi_notebook, tabs);
+
+ window->priv->removing_tabs = FALSE;
+}
+
+GeditWindow *
+_gedit_window_move_tab_to_new_window (GeditWindow *window,
+ GeditTab *tab)
+{
+ GeditWindow *new_window;
+ GeditNotebook *old_notebook;
+ GeditNotebook *new_notebook;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+ g_return_val_if_fail (GEDIT_IS_TAB (tab), NULL);
+ g_return_val_if_fail (gedit_multi_notebook_get_n_notebooks (
+ window->priv->multi_notebook) > 1 ||
+ gedit_multi_notebook_get_n_tabs (
+ window->priv->multi_notebook) > 1,
+ NULL);
+
+ new_window = clone_window (window);
+
+ old_notebook = GEDIT_NOTEBOOK (gtk_widget_get_parent (GTK_WIDGET (tab)));
+ new_notebook = gedit_multi_notebook_get_active_notebook (new_window->priv->multi_notebook);
+
+ gedit_notebook_move_tab (old_notebook,
+ new_notebook,
+ tab,
+ -1);
+
+ gtk_widget_show (GTK_WIDGET (new_window));
+
+ return new_window;
+}
+
+void
+_gedit_window_move_tab_to_new_tab_group (GeditWindow *window,
+ GeditTab *tab)
+{
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+ g_return_if_fail (GEDIT_IS_TAB (tab));
+
+ gedit_multi_notebook_add_new_notebook_with_tab (window->priv->multi_notebook,
+ tab);
+}
+
+/**
+ * gedit_window_set_active_tab:
+ * @window: a #GeditWindow
+ * @tab: a #GeditTab
+ *
+ * Switches to the tab that matches with @tab.
+ */
+void
+gedit_window_set_active_tab (GeditWindow *window,
+ GeditTab *tab)
+{
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+
+ gedit_multi_notebook_set_active_tab (window->priv->multi_notebook,
+ tab);
+}
+
+/**
+ * gedit_window_get_group:
+ * @window: a #GeditWindow
+ *
+ * Gets the #GtkWindowGroup in which @window resides.
+ *
+ * Returns: (transfer none): the #GtkWindowGroup
+ */
+GtkWindowGroup *
+gedit_window_get_group (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return window->priv->window_group;
+}
+
+gboolean
+_gedit_window_is_removing_tabs (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), FALSE);
+
+ return window->priv->removing_tabs;
+}
+
+/**
+ * gedit_window_get_side_panel:
+ * @window: a #GeditWindow
+ *
+ * Gets the side panel of the @window.
+ *
+ * Returns: (transfer none): the side panel's #GtkStack.
+ */
+GtkWidget *
+gedit_window_get_side_panel (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return window->priv->side_panel;
+}
+
+/**
+ * gedit_window_get_bottom_panel:
+ * @window: a #GeditWindow
+ *
+ * Gets the bottom panel of the @window.
+ *
+ * Returns: (transfer none): the bottom panel's #GtkStack.
+ */
+GtkWidget *
+gedit_window_get_bottom_panel (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return window->priv->bottom_panel;
+}
+
+/**
+ * gedit_window_get_statusbar:
+ * @window: a #GeditWindow
+ *
+ * Gets the #GeditStatusbar of the @window.
+ *
+ * Returns: (transfer none): the #GeditStatusbar of the @window.
+ */
+GtkWidget *
+gedit_window_get_statusbar (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return window->priv->statusbar;
+}
+
+/**
+ * gedit_window_get_state:
+ * @window: a #GeditWindow
+ *
+ * Retrieves the state of the @window.
+ *
+ * Returns: the current #GeditWindowState of the @window.
+ */
+GeditWindowState
+gedit_window_get_state (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), GEDIT_WINDOW_STATE_NORMAL);
+
+ return window->priv->state;
+}
+
+const gchar *
+_gedit_window_get_file_chooser_folder_uri (GeditWindow *window,
+ GtkFileChooserAction action)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+ g_return_val_if_fail ((action == GTK_FILE_CHOOSER_ACTION_OPEN) ||
+ (action == GTK_FILE_CHOOSER_ACTION_SAVE), NULL);
+
+ if (action == GTK_FILE_CHOOSER_ACTION_OPEN)
+ {
+ GeditSettings *settings;
+ GSettings *file_chooser_state_settings;
+
+ settings = _gedit_settings_get_singleton ();
+ file_chooser_state_settings = _gedit_settings_peek_file_chooser_state_settings (settings);
+
+ if (g_settings_get_boolean (file_chooser_state_settings,
+ GEDIT_SETTINGS_FILE_CHOOSER_OPEN_RECENT))
+ {
+ return NULL;
+ }
+ }
+
+ return window->priv->file_chooser_folder_uri;
+}
+
+void
+_gedit_window_set_file_chooser_folder_uri (GeditWindow *window,
+ GtkFileChooserAction action,
+ const gchar *folder_uri)
+{
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+ g_return_if_fail ((action == GTK_FILE_CHOOSER_ACTION_OPEN) ||
+ (action == GTK_FILE_CHOOSER_ACTION_SAVE));
+
+ if (action == GTK_FILE_CHOOSER_ACTION_OPEN)
+ {
+ GeditSettings *settings;
+ GSettings *file_chooser_state_settings;
+ gboolean open_recent = folder_uri == NULL;
+
+ settings = _gedit_settings_get_singleton ();
+ file_chooser_state_settings = _gedit_settings_peek_file_chooser_state_settings (settings);
+
+ g_settings_set_boolean (file_chooser_state_settings,
+ GEDIT_SETTINGS_FILE_CHOOSER_OPEN_RECENT,
+ open_recent);
+
+ if (open_recent)
+ {
+ /* Do not set window->priv->file_chooser_folder_uri to
+ * NULL, to not lose the folder for the Save action.
+ */
+ return;
+ }
+ }
+
+ g_free (window->priv->file_chooser_folder_uri);
+ window->priv->file_chooser_folder_uri = g_strdup (folder_uri);
+}
+
+static void
+add_unsaved_doc (GeditTab *tab,
+ GList **res)
+{
+ if (!_gedit_tab_get_can_close (tab))
+ {
+ GeditDocument *doc;
+
+ doc = gedit_tab_get_document (tab);
+ *res = g_list_prepend (*res, doc);
+ }
+}
+
+/**
+ * gedit_window_get_unsaved_documents:
+ * @window: a #GeditWindow
+ *
+ * Gets the list of documents that need to be saved before closing the window.
+ *
+ * Returns: (element-type Gedit.Document) (transfer container): a list of
+ * #GeditDocument that need to be saved before closing the window
+ */
+GList *
+gedit_window_get_unsaved_documents (GeditWindow *window)
+{
+ GList *res = NULL;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ gedit_multi_notebook_foreach_tab (window->priv->multi_notebook,
+ (GtkCallback)add_unsaved_doc,
+ &res);
+
+ return g_list_reverse (res);
+}
+
+GList *
+_gedit_window_get_all_tabs (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return gedit_multi_notebook_get_all_tabs (window->priv->multi_notebook);
+}
+
+void
+_gedit_window_fullscreen (GeditWindow *window)
+{
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+
+ if (_gedit_window_is_fullscreen (window))
+ return;
+
+ sync_fullscreen_actions (window, TRUE);
+
+ /* Go to fullscreen mode and hide bars */
+ gtk_window_fullscreen (GTK_WINDOW (&window->window));
+}
+
+void
+_gedit_window_unfullscreen (GeditWindow *window)
+{
+ g_return_if_fail (GEDIT_IS_WINDOW (window));
+
+ if (!_gedit_window_is_fullscreen (window))
+ return;
+
+ sync_fullscreen_actions (window, FALSE);
+
+ /* Unfullscreen and show bars */
+ gtk_window_unfullscreen (GTK_WINDOW (&window->window));
+}
+
+gboolean
+_gedit_window_is_fullscreen (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), FALSE);
+
+ return window->priv->window_state & GDK_WINDOW_STATE_FULLSCREEN;
+}
+
+/**
+ * gedit_window_get_tab_from_location:
+ * @window: a #GeditWindow
+ * @location: a #GFile
+ *
+ * Gets the #GeditTab that matches with the given @location.
+ *
+ * Returns: (transfer none): the #GeditTab that matches with the given @location.
+ */
+GeditTab *
+gedit_window_get_tab_from_location (GeditWindow *window,
+ GFile *location)
+{
+ GList *tabs;
+ GList *l;
+ GeditTab *ret = NULL;
+
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+ g_return_val_if_fail (G_IS_FILE (location), NULL);
+
+ tabs = gedit_multi_notebook_get_all_tabs (window->priv->multi_notebook);
+
+ for (l = tabs; l != NULL; l = g_list_next (l))
+ {
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GeditTab *tab;
+ GFile *cur_location;
+
+ tab = GEDIT_TAB (l->data);
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+ cur_location = gtk_source_file_get_location (file);
+
+ if (cur_location != NULL)
+ {
+ gboolean found = g_file_equal (location, cur_location);
+
+ if (found)
+ {
+ ret = tab;
+ break;
+ }
+ }
+ }
+
+ g_list_free (tabs);
+
+ return ret;
+}
+
+/**
+ * gedit_window_get_message_bus:
+ * @window: a #GeditWindow
+ *
+ * Gets the #GeditMessageBus associated with @window. The returned reference
+ * is owned by the window and should not be unreffed.
+ *
+ * Return value: (transfer none): the #GeditMessageBus associated with @window
+ */
+GeditMessageBus *
+gedit_window_get_message_bus (GeditWindow *window)
+{
+ g_return_val_if_fail (GEDIT_IS_WINDOW (window), NULL);
+
+ return window->priv->message_bus;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit-window.h b/gedit/gedit-window.h
new file mode 100644
index 0000000..74195c1
--- /dev/null
+++ b/gedit/gedit-window.h
@@ -0,0 +1,178 @@
+/*
+ * gedit-window.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANWINDOWILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_WINDOW_H
+#define GEDIT_WINDOW_H
+
+#include <gtksourceview/gtksource.h>
+#include <gio/gio.h>
+#include <gtk/gtk.h>
+
+#include <gedit/gedit-tab.h>
+#include <gedit/gedit-message-bus.h>
+
+G_BEGIN_DECLS
+
+typedef enum
+{
+ GEDIT_WINDOW_STATE_NORMAL = 0,
+ GEDIT_WINDOW_STATE_SAVING = 1 << 1,
+ GEDIT_WINDOW_STATE_PRINTING = 1 << 2,
+ GEDIT_WINDOW_STATE_LOADING = 1 << 3,
+ GEDIT_WINDOW_STATE_ERROR = 1 << 4
+} GeditWindowState;
+
+#define GEDIT_TYPE_WINDOW (gedit_window_get_type())
+#define GEDIT_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GEDIT_TYPE_WINDOW, GeditWindow))
+#define GEDIT_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GEDIT_TYPE_WINDOW, GeditWindowClass))
+#define GEDIT_IS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GEDIT_TYPE_WINDOW))
+#define GEDIT_IS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_WINDOW))
+#define GEDIT_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GEDIT_TYPE_WINDOW, GeditWindowClass))
+
+typedef struct _GeditWindow GeditWindow;
+typedef struct _GeditWindowClass GeditWindowClass;
+typedef struct _GeditWindowPrivate GeditWindowPrivate;
+
+struct _GeditWindow
+{
+ GtkApplicationWindow window;
+
+ /*< private > */
+ GeditWindowPrivate *priv;
+};
+
+struct _GeditWindowClass
+{
+ GtkApplicationWindowClass parent_class;
+
+ /* Signals */
+ void (* tab_added) (GeditWindow *window,
+ GeditTab *tab);
+ void (* tab_removed) (GeditWindow *window,
+ GeditTab *tab);
+ void (* tabs_reordered) (GeditWindow *window);
+ void (* active_tab_changed) (GeditWindow *window,
+ GeditTab *tab);
+ void (* active_tab_state_changed)
+ (GeditWindow *window);
+};
+
+/* Public methods */
+GType gedit_window_get_type (void) G_GNUC_CONST;
+
+GeditTab *gedit_window_create_tab (GeditWindow *window,
+ gboolean jump_to);
+
+GeditTab *gedit_window_create_tab_from_location (GeditWindow *window,
+ GFile *location,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos,
+ gboolean create,
+ gboolean jump_to);
+
+GeditTab *gedit_window_create_tab_from_stream (GeditWindow *window,
+ GInputStream *stream,
+ const GtkSourceEncoding *encoding,
+ gint line_pos,
+ gint column_pos,
+ gboolean jump_to);
+
+void gedit_window_close_tab (GeditWindow *window,
+ GeditTab *tab);
+
+void gedit_window_close_all_tabs (GeditWindow *window);
+
+void gedit_window_close_tabs (GeditWindow *window,
+ const GList *tabs);
+
+GeditTab *gedit_window_get_active_tab (GeditWindow *window);
+
+void gedit_window_set_active_tab (GeditWindow *window,
+ GeditTab *tab);
+
+/* Helper functions */
+GeditView *gedit_window_get_active_view (GeditWindow *window);
+GeditDocument *gedit_window_get_active_document (GeditWindow *window);
+
+/* Returns a newly allocated list with all the documents in the window */
+GList *gedit_window_get_documents (GeditWindow *window);
+
+/* Returns a newly allocated list with all the documents that need to be
+ saved before closing the window */
+GList *gedit_window_get_unsaved_documents (GeditWindow *window);
+
+/* Returns a newly allocated list with all the views in the window */
+GList *gedit_window_get_views (GeditWindow *window);
+
+GtkWindowGroup *gedit_window_get_group (GeditWindow *window);
+
+GtkWidget *gedit_window_get_side_panel (GeditWindow *window);
+
+GtkWidget *gedit_window_get_bottom_panel (GeditWindow *window);
+
+GtkWidget *gedit_window_get_statusbar (GeditWindow *window);
+
+GeditWindowState gedit_window_get_state (GeditWindow *window);
+
+GeditTab *gedit_window_get_tab_from_location (GeditWindow *window,
+ GFile *location);
+
+/* Message bus */
+GeditMessageBus *gedit_window_get_message_bus (GeditWindow *window);
+
+/*
+ * Non exported functions
+ */
+GtkWidget *_gedit_window_get_multi_notebook (GeditWindow *window);
+GtkWidget *_gedit_window_get_notebook (GeditWindow *window);
+
+GMenuModel *_gedit_window_get_hamburger_menu (GeditWindow *window);
+
+GeditWindow *_gedit_window_move_tab_to_new_window (GeditWindow *window,
+ GeditTab *tab);
+void _gedit_window_move_tab_to_new_tab_group(GeditWindow *window,
+ GeditTab *tab);
+gboolean _gedit_window_is_removing_tabs (GeditWindow *window);
+
+const gchar *_gedit_window_get_file_chooser_folder_uri
+ (GeditWindow *window,
+ GtkFileChooserAction action);
+
+void _gedit_window_set_file_chooser_folder_uri
+ (GeditWindow *window,
+ GtkFileChooserAction action,
+ const gchar *folder_uri);
+
+void _gedit_window_fullscreen (GeditWindow *window);
+
+void _gedit_window_unfullscreen (GeditWindow *window);
+
+gboolean _gedit_window_is_fullscreen (GeditWindow *window);
+
+GList *_gedit_window_get_all_tabs (GeditWindow *window);
+
+GFile *_gedit_window_pop_last_closed_doc (GeditWindow *window);
+
+G_END_DECLS
+
+#endif /* GEDIT_WINDOW_H */
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/gedit.c b/gedit/gedit.c
new file mode 100644
index 0000000..079b517
--- /dev/null
+++ b/gedit/gedit.c
@@ -0,0 +1,203 @@
+/*
+ * gedit.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-app.h"
+
+#if defined OS_OSX
+# include "gedit-app-osx.h"
+#elif defined G_OS_WIN32
+# include "gedit-app-win32.h"
+#endif
+
+#include <locale.h>
+#include <libintl.h>
+#include <tepl/tepl.h>
+
+#include "gedit-dirs.h"
+#include "gedit-debug.h"
+#include "gedit-factory.h"
+#include "gedit-settings.h"
+
+#ifdef G_OS_WIN32
+#include <gmodule.h>
+static GModule *libgedit_dll = NULL;
+
+/* This code must live in gedit.exe, not in libgedit.dll, since the whole
+ * point is to find and load libgedit.dll.
+ */
+static gboolean
+gedit_w32_load_private_dll (void)
+{
+ gchar *dllpath;
+ gchar *prefix;
+
+ prefix = g_win32_get_package_installation_directory_of_module (NULL);
+
+ if (prefix != NULL)
+ {
+ /* Instead of g_module_open () it may be possible to do any of the
+ * following:
+ * A) Change PATH to "${dllpath}/lib/gedit;$PATH"
+ * B) Call SetDllDirectory ("${dllpath}/lib/gedit")
+ * C) Call AddDllDirectory ("${dllpath}/lib/gedit")
+ * But since we only have one library, and its name is known, may as well
+ * use gmodule.
+ */
+ dllpath = g_build_filename (prefix, "lib", "gedit", "lib" PACKAGE_STRING ".dll", NULL);
+ g_free (prefix);
+
+ libgedit_dll = g_module_open (dllpath, 0);
+ if (libgedit_dll == NULL)
+ {
+ g_printerr ("Failed to load '%s': %s\n",
+ dllpath, g_module_error ());
+ }
+
+ g_free (dllpath);
+ }
+
+ if (libgedit_dll == NULL)
+ {
+ libgedit_dll = g_module_open ("lib" PACKAGE_STRING ".dll", 0);
+ if (libgedit_dll == NULL)
+ {
+ g_printerr ("Failed to load 'lib" PACKAGE_STRING ".dll': %s\n",
+ g_module_error ());
+ }
+ }
+
+ return (libgedit_dll != NULL);
+}
+
+static void
+gedit_w32_unload_private_dll (void)
+{
+ if (libgedit_dll)
+ {
+ g_module_close (libgedit_dll);
+ libgedit_dll = NULL;
+ }
+}
+#endif /* G_OS_WIN32 */
+
+static void
+setup_i18n (void)
+{
+ const gchar *dir;
+
+ setlocale (LC_ALL, "");
+
+ dir = gedit_dirs_get_gedit_locale_dir ();
+ bindtextdomain (GETTEXT_PACKAGE, dir);
+
+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+ textdomain (GETTEXT_PACKAGE);
+}
+
+static void
+setup_pango (void)
+{
+#ifdef G_OS_WIN32
+ PangoFontMap *font_map;
+
+ /* Prefer the fontconfig backend of pangocairo. The win32 backend gives
+ * ugly fonts. The fontconfig backend is what is used on Linux.
+ * Another way would be to set the environment variable:
+ * PANGOCAIRO_BACKEND=fontconfig
+ * See also the documentation of pango_cairo_font_map_new().
+ */
+ font_map = pango_cairo_font_map_new_for_font_type (CAIRO_FONT_TYPE_FT);
+
+ if (font_map != NULL)
+ {
+ pango_cairo_font_map_set_default (PANGO_CAIRO_FONT_MAP (font_map));
+ g_object_unref (font_map);
+ }
+#endif
+}
+
+int
+main (int argc, char *argv[])
+{
+ GType type;
+ GeditFactory *factory;
+ GeditApp *app;
+ gint status;
+
+#if defined OS_OSX
+ type = GEDIT_TYPE_APP_OSX;
+#elif defined G_OS_WIN32
+ if (!gedit_w32_load_private_dll ())
+ {
+ return 1;
+ }
+
+ type = GEDIT_TYPE_APP_WIN32;
+#else
+ type = GEDIT_TYPE_APP;
+#endif
+
+ /* NOTE: we should not make any calls to the gedit API before the
+ * private library is loaded.
+ */
+ gedit_dirs_init ();
+
+ setup_i18n ();
+ setup_pango ();
+ tepl_init ();
+ factory = gedit_factory_new ();
+ tepl_abstract_factory_set_singleton (TEPL_ABSTRACT_FACTORY (factory));
+
+ app = g_object_new (type,
+ "application-id", "org.gnome.gedit",
+ "flags", G_APPLICATION_HANDLES_COMMAND_LINE | G_APPLICATION_HANDLES_OPEN,
+ NULL);
+
+ status = g_application_run (G_APPLICATION (app), argc, argv);
+
+ gedit_settings_unref_singleton ();
+
+ /* Break reference cycles caused by the PeasExtensionSet
+ * for GeditAppActivatable which holds a ref on the GeditApp
+ */
+ g_object_run_dispose (G_OBJECT (app));
+
+ g_object_add_weak_pointer (G_OBJECT (app), (gpointer *) &app);
+ g_object_unref (app);
+
+ if (app != NULL)
+ {
+ gedit_debug_message (DEBUG_APP, "Leaking with %i refs",
+ G_OBJECT (app)->ref_count);
+ }
+
+ tepl_finalize ();
+ gedit_dirs_shutdown ();
+
+#ifdef G_OS_WIN32
+ gedit_w32_unload_private_dll ();
+#endif
+
+ return status;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/gedit/meson.build b/gedit/meson.build
new file mode 100644
index 0000000..6c3d854
--- /dev/null
+++ b/gedit/meson.build
@@ -0,0 +1,263 @@
+libgedit_public_headers = [
+ 'gedit-app-activatable.h',
+ 'gedit-app.h',
+ 'gedit-commands.h',
+ 'gedit-debug.h',
+ 'gedit-document.h',
+ 'gedit-encodings-combo-box.h',
+ 'gedit-menu-extension.h',
+ 'gedit-message-bus.h',
+ 'gedit-message.h',
+ 'gedit-statusbar.h',
+ 'gedit-tab.h',
+ 'gedit-utils.h',
+ 'gedit-view-activatable.h',
+ 'gedit-view.h',
+ 'gedit-window-activatable.h',
+ 'gedit-window.h',
+]
+
+libgedit_public_sources = [
+ 'gedit-app-activatable.c',
+ 'gedit-app.c',
+ 'gedit-commands-file.c',
+ 'gedit-debug.c',
+ 'gedit-document.c',
+ 'gedit-encodings-combo-box.c',
+ 'gedit-menu-extension.c',
+ 'gedit-message-bus.c',
+ 'gedit-message.c',
+ 'gedit-statusbar.c',
+ 'gedit-tab.c',
+ 'gedit-utils.c',
+ 'gedit-view-activatable.c',
+ 'gedit-view.c',
+ 'gedit-window-activatable.c',
+ 'gedit-window.c',
+]
+
+libgedit_private_headers = [
+ 'gedit-app-osx.h',
+ 'gedit-app-win32.h',
+ 'gedit-close-confirmation-dialog.h',
+ 'gedit-dirs.h',
+ 'gedit-document-private.h',
+ 'gedit-documents-panel.h',
+ 'gedit-encoding-items.h',
+ 'gedit-encodings-dialog.h',
+ 'gedit-factory.h',
+ 'gedit-file-chooser-dialog-gtk.h',
+ 'gedit-file-chooser-dialog.h',
+ 'gedit-file-chooser.h',
+ 'gedit-file-chooser-open-dialog.h',
+ 'gedit-file-chooser-open.h',
+ 'gedit-file-chooser-open-native.h',
+ 'gedit-history-entry.h',
+ 'gedit-io-error-info-bar.h',
+ 'gedit-menu-stack-switcher.h',
+ 'gedit-multi-notebook.h',
+ 'gedit-notebook.h',
+ 'gedit-notebook-popup-menu.h',
+ 'gedit-notebook-stack-switcher.h',
+ 'gedit-plugins-engine.h',
+ 'gedit-preferences-dialog.h',
+ 'gedit-print-job.h',
+ 'gedit-print-preview.h',
+ 'gedit-recent.h',
+ 'gedit-recent-osx.h',
+ 'gedit-replace-dialog.h',
+ 'gedit-settings.h',
+ 'gedit-status-menu-button.h',
+ 'gedit-tab-label.h',
+ 'gedit-view-frame.h',
+]
+
+libgedit_private_sources = [
+ 'gedit-close-confirmation-dialog.c',
+ 'gedit-commands-documents.c',
+ 'gedit-commands-edit.c',
+ 'gedit-commands-file-print.c',
+ 'gedit-commands-help.c',
+ 'gedit-commands-search.c',
+ 'gedit-commands-view.c',
+ 'gedit-dirs.c',
+ 'gedit-documents-panel.c',
+ 'gedit-encoding-items.c',
+ 'gedit-encodings-dialog.c',
+ 'gedit-factory.c',
+ 'gedit-file-chooser.c',
+ 'gedit-file-chooser-dialog.c',
+ 'gedit-file-chooser-dialog-gtk.c',
+ 'gedit-file-chooser-open.c',
+ 'gedit-file-chooser-open-dialog.c',
+ 'gedit-file-chooser-open-native.c',
+ 'gedit-history-entry.c',
+ 'gedit-io-error-info-bar.c',
+ 'gedit-menu-stack-switcher.c',
+ 'gedit-multi-notebook.c',
+ 'gedit-notebook.c',
+ 'gedit-notebook-popup-menu.c',
+ 'gedit-notebook-stack-switcher.c',
+ 'gedit-plugins-engine.c',
+ 'gedit-preferences-dialog.c',
+ 'gedit-print-job.c',
+ 'gedit-print-preview.c',
+ 'gedit-recent.c',
+ 'gedit-replace-dialog.c',
+ 'gedit-settings.c',
+ 'gedit-status-menu-button.c',
+ 'gedit-tab-label.c',
+ 'gedit-view-frame.c',
+]
+
+libgedit_c_args = []
+libgedit_link_args = []
+
+libgedit_deps = [
+ deps_basic_list,
+ libgd_dep,
+]
+
+if host_machine.system() == 'darwin'
+ libgedit_private_sources += [
+ 'gedit-app-osx.m',
+ 'gedit-recent-osx.c',
+ ]
+ libgedit_c_args += [
+ '-DOS_OSX=1',
+ ]
+ libgedit_link_args += [
+ '-Wl,-framework', '-Wl,Foundation',
+ '-Wl,-framework', '-Wl,AppKit',
+ ]
+ libgedit_deps += [
+ dependency('gtk-mac-integration-gtk3'),
+ ]
+elif host_machine.system() == 'windows'
+ libgedit_private_sources += [
+ 'gedit-app-win32.c',
+ ]
+endif
+
+headers_install_dir = get_option('includedir') / 'gedit-@0@/gedit/'.format(api_version)
+install_headers(
+ libgedit_public_headers,
+ install_dir: headers_install_dir,
+)
+
+libgedit_public_enum_types = gnome.mkenums_simple(
+ 'gedit-enum-types',
+ sources: libgedit_public_headers,
+ install_header: true,
+ install_dir: headers_install_dir,
+)
+
+libgedit_private_enum_types = gnome.mkenums_simple(
+ 'gedit-enum-types-private',
+ sources: ['gedit-notebook.h'],
+)
+
+libgedit_private_headers += 'gedit-enum-types-private.h'
+
+subdir('resources')
+
+libgedit_shared_lib = shared_library(
+ 'gedit-@0@'.format(api_version),
+ [libgedit_public_sources,
+ libgedit_private_sources,
+ libgedit_public_enum_types,
+ libgedit_private_enum_types,
+ libgedit_gresources],
+ include_directories: root_include_dir,
+ dependencies: libgedit_deps,
+ c_args: libgedit_c_args,
+ link_args: libgedit_link_args,
+ install: true,
+ install_dir: get_option('libdir') / 'gedit',
+)
+
+# GObject Introspection
+libgedit_gir = gnome.generate_gir(
+ libgedit_shared_lib,
+ sources: [
+ libgedit_public_headers,
+ libgedit_public_sources,
+ libgedit_public_enum_types,
+ ],
+ nsversion: '3.0',
+ namespace: 'Gedit',
+ symbol_prefix: 'gedit',
+ identifier_prefix: 'Gedit',
+ export_packages: 'gedit-@0@'.format(api_version),
+ includes: ['Gtk-3.0', 'GtkSource-4'],
+ link_with: libgedit_shared_lib,
+ install: true,
+ install_dir_gir: get_option('datadir') / 'gedit/gir-1.0',
+ install_dir_typelib: get_option('libdir') / 'gedit/girepository-1.0',
+)
+
+python3.install_sources(
+ 'Gedit.py',
+ subdir: 'gi/overrides',
+)
+
+# Vala API
+libgedit_vapi = gnome.generate_vapi(
+ 'gedit',
+ sources: libgedit_gir[0],
+ packages: ['gio-2.0', 'atk', 'gdk-3.0', 'gtk+-3.0', 'gtksourceview-4'],
+ install: true,
+ install_dir: get_option('datadir') / 'vala/vapi',
+)
+
+libgedit_dep = declare_dependency(
+ include_directories: root_include_dir,
+ link_with: libgedit_shared_lib,
+ sources: [libgedit_public_enum_types[1], libgedit_private_enum_types[1]],
+ dependencies: libgedit_deps,
+)
+
+pkg_config.generate(
+ libgedit_shared_lib,
+ filebase: 'gedit',
+ name: 'gedit',
+ description: 'GNOME text editor',
+ subdirs: 'gedit-@0@'.format(api_version),
+ libraries: libgedit_public_deps,
+ install_dir: get_option('libdir') / 'pkgconfig'
+)
+
+# FIXME: https://github.com/mesonbuild/meson/issues/1687
+custom_target(
+ 'org.gnome.gedit.enums.xml',
+ input : ['gedit-notebook.h'],
+ output: 'org.gnome.gedit.enums.xml',
+ capture: true,
+ command: [
+ 'glib-mkenums',
+ '--comments', '<!-- @comment@ -->',
+ '--fhead', '<schemalist>',
+ '--vhead', ' <@type@ id="org.gnome.gedit.@EnumName@">',
+ '--vprod', ' <value nick="@valuenick@" value="@valuenum@"/>',
+ '--vtail', ' </@type@>',
+ '--ftail', '</schemalist>',
+ '@INPUT@'
+ ],
+ install: true,
+ install_dir: get_option('datadir') / 'glib-2.0/schemas'
+)
+
+gedit_c_args = []
+if host_machine.system() == 'darwin'
+ gedit_c_args += '-DOS_OSX=1'
+endif
+
+executable(
+ 'gedit',
+ 'gedit.c',
+ dependencies: libgedit_dep,
+ c_args: gedit_c_args,
+ install: true,
+ install_rpath: get_option('prefix') / get_option('libdir') / 'gedit',
+ gui_app: true,
+)
diff --git a/gedit/resources/css/gedit-style-osx.css b/gedit/resources/css/gedit-style-osx.css
new file mode 100644
index 0000000..f3c7c0b
--- /dev/null
+++ b/gedit/resources/css/gedit-style-osx.css
@@ -0,0 +1,129 @@
+@binding-set gtk-osx-editable {
+ bind "<primary>c" { "copy-clipboard" () };
+ bind "<primary>x" { "cut-clipboard" () };
+ bind "<primary>v" { "paste-clipboard" () };
+
+ unbind "<control>c";
+ unbind "<control>x";
+ unbind "<control>v";
+
+ bind "<primary>Left" { "move-cursor" (display-line-ends, -1, 0) };
+ bind "<primary>KP_Left" { "move-cursor" (display-line-ends, -1, 0) };
+ bind "<primary><shift>Left" { "move-cursor" (display-line-ends, -1, 1) };
+ bind "<primary><shift>KP_Left" { "move-cursor" (display-line-ends, -1, 1) };
+
+ bind "<primary>Right" { "move-cursor" (display-line-ends, 1, 0) };
+ bind "<primary>KP_Right" { "move-cursor" (display-line-ends, 1, 0) };
+ bind "<primary><shift>Right" { "move-cursor" (display-line-ends, 1, 1) };
+ bind "<primary><shift>KP_Right" { "move-cursor" (display-line-ends, 1, 1) };
+
+ unbind "<control>Left";
+ unbind "<control>KP_Left";
+ unbind "<control><shift>Left";
+ unbind "<control><shift>KP_Left";
+ unbind "<control>Right";
+ unbind "<control>KP_Right";
+ unbind "<control><shift>Right";
+ unbind "<control><shift>KP_Right";
+
+ bind "<alt>Right" { "move-cursor" (words, 1, 0) };
+ bind "<alt>KP_Right" { "move-cursor" (words, 1, 0) };
+ bind "<alt>Left" { "move-cursor" (words, -1, 0) };
+ bind "<alt>KP_Left" { "move-cursor" (words, -1, 0) };
+ bind "<shift><alt>Right" { "move-cursor" (words, 1, 1) };
+ bind "<shift><alt>KP_Right" { "move-cursor" (words, 1, 1) };
+ bind "<shift><alt>Left" { "move-cursor" (words, -1, 1) };
+ bind "<shift><alt>KP_Left" { "move-cursor" (words, -1, 1) };
+
+ bind "<alt>Delete" { "delete-from-cursor" (word-ends, 1) };
+ bind "<alt>KP_Delete" { "delete-from-cursor" (word-ends, 1) };
+ bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
+
+ bind "<primary>Down" { "move-cursor" (buffer-ends, 1, 0) };
+ bind "<primary><shift>Down" { "move-cursor" (buffer-ends, 1, 1) };
+ bind "<primary>KP_Down" { "move-cursor" (buffer-ends, 1, 0) };
+ bind "<primary><shift>KP_Down" { "move-cursor" (buffer-ends, 1, 1) };
+
+ bind "<primary>Up" { "move-cursor" (buffer-ends, -1, 0) };
+ bind "<primary><shift>Up" { "move-cursor" (buffer-ends, -1, 1) };
+ bind "<primary>KP_Up" { "move-cursor" (buffer-ends, -1, 0) };
+ bind "<primary><shift>KP_Up" { "move-cursor" (buffer-ends, -1, 1) };
+
+ bind "<primary><alt>I" { "toggle-overwrite" () };
+ unbind "Insert";
+
+ unbind "<control>Down";
+ unbind "<control>KP_Down";
+ unbind "<control><shift>Down";
+ unbind "<control><shift>KP_Down";
+ unbind "<control>Up";
+ unbind "<control>KP_Up";
+ unbind "<control><shift>Up";
+ unbind "<control><shift>KP_Up";
+}
+
+@binding-set gtk-osx-text-entry {
+ bind "<primary>a" {
+ "move-cursor" (buffer-ends, -1, 0)
+ "move-cursor" (buffer-ends, 1, 1)
+ };
+
+ unbind "<control>a";
+}
+
+@binding-set gtk-osx-text-view {
+ bind "<primary>a" { "select-all" (1) };
+ unbind "<control>a";
+}
+
+@binding-set gtk-osx-tree-view {
+ bind "<primary>s" { "start-interactive-search" () };
+ unbind "<control>s";
+}
+
+@binding-set gtk-osx-source-view {
+ bind "<primary>z" { "undo" () };
+ unbind "<control>z";
+
+ bind "<primary><shift>z" { "redo" () };
+ unbind "<control><shift>z";
+}
+
+@binding-set gedit-osx-view {
+ bind "<primary>d" { "delete-from-cursor" (GTK_DELETE_PARAGRAPHS, 1) };
+ unbind "<control>d";
+}
+
+entry {
+ -gtk-key-bindings: gtk-osx-editable, gtk-osx-text-entry;
+}
+
+textview {
+ -gtk-key-bindings: gtk-osx-editable, gtk-osx-text-view;
+}
+
+textview.sourceview {
+ -gtk-key-bindings: gtk-osx-editable, gtk-osx-text-view, gtk-osx-source-view;
+}
+
+textview.gedit-view {
+ -gtk-key-bindings: gtk-osx-editable, gtk-osx-text-view, gtk-osx-source-view, gedit-osx-view;
+}
+
+treeview {
+ -gtk-key-bindings: gtk-osx-tree-view;
+}
+
+notebook {
+ padding: 0px;
+}
+
+notebook tab {
+ padding: 4px 2px 2px 2px;
+}
+
+.gedit-side-panel-stack-switcher {
+ border: 0;
+ border-radius: 0;
+ border-bottom: 1px solid @borders;
+}
diff --git a/gedit/resources/css/gedit-style.css b/gedit/resources/css/gedit-style.css
new file mode 100644
index 0000000..eb43a82
--- /dev/null
+++ b/gedit/resources/css/gedit-style.css
@@ -0,0 +1,31 @@
+.gedit-side-panel-paned.pane-separator:dir(ltr),
+.gedit-side-panel-paned.pane-separator:hover:dir(ltr) {
+ border-radius: 0;
+ border-width: 0 1px 0 0;
+}
+
+.gedit-side-panel-paned.pane-separator:dir(rtl),
+.gedit-side-panel-paned.pane-separator:hover:dir(rtl) {
+ border-radius: 0;
+ border-width: 0 0 0 1px;
+}
+
+.gedit-menu-stack-switcher {
+ padding: 12px;
+}
+
+statusbar frame {
+ border: none;
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+statusbar button.flat {
+ border-radius: 0;
+ border-bottom: none;
+}
+
+GeditFileBrowserWidget .small-button {
+ padding: 2px 4px;
+}
+
diff --git a/gedit/resources/css/gedit.adwaita.css b/gedit/resources/css/gedit.adwaita.css
new file mode 100644
index 0000000..784e72a
--- /dev/null
+++ b/gedit/resources/css/gedit.adwaita.css
@@ -0,0 +1,61 @@
+.gedit-document-panel {
+ background-color: @sidebar_bg;
+}
+
+.gedit-document-panel:backdrop {
+ color: #b0b2b2;
+}
+
+.gedit-document-panel row:selected:backdrop {
+ background-color: #8b8e8f;
+}
+
+.gedit-document-panel-group-row,
+.gedit-document-panel-group-row:hover {
+ border-top: 1px solid alpha(currentColor, 0.3);
+}
+
+.gedit-document-panel-group-row:first-child,
+.gedit-document-panel-group-row:first-child:hover {
+ border-top: 0px;
+}
+
+/* Try to look as the notebook tab close button */
+.gedit-document-panel row button.flat {
+ padding: 0;
+ margin-top: 8px;
+ margin-bottom: 8px;
+ min-width: 18px;
+ min-height: 18px;
+ color: alpha(currentColor,0.3);
+}
+
+.gedit-document-panel row:hover button.flat {
+ color: alpha(currentColor,0.5);
+}
+
+.gedit-document-panel row button.flat:hover {
+ color: @theme_fg_color;
+}
+
+statusbar {
+ border-top: 1px solid @borders;
+}
+
+.gedit-search-slider {
+ background-color: @theme_base_color;
+ padding: 6px;
+ border-color: @borders;
+ border-radius: 0 0 3px 3px;
+ border-width: 0 1px 1px 1px;
+ border-style: solid;
+}
+
+.gedit-search-entry-occurrences-tag {
+ background-color: @theme_base_color;
+ background-image: none;
+ color: shade (@theme_unfocused_fg_color, 0.8);
+ border: 0px;
+ margin: 2px;
+ padding: 2px;
+}
diff --git a/gedit/resources/css/gedit.highcontrast.css b/gedit/resources/css/gedit.highcontrast.css
new file mode 100644
index 0000000..feca0fc
--- /dev/null
+++ b/gedit/resources/css/gedit.highcontrast.css
@@ -0,0 +1,5 @@
+.gedit-search-entry-occurrences-tag {
+ color: @theme_unfocused_fg_color;
+ margin: 2px;
+ padding: 2px;
+}
diff --git a/gedit/resources/gedit.gresource.xml.in b/gedit/resources/gedit.gresource.xml.in
new file mode 100644
index 0000000..a590511
--- /dev/null
+++ b/gedit/resources/gedit.gresource.xml.in
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+ <gresource prefix="/org/gnome/gedit">
+ <file preprocess="xml-stripblanks">gtk/menus.ui</file>
+ <file preprocess="xml-stripblanks">gtk/menus-common.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-encodings-dialog.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-preferences-dialog.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-replace-dialog.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-print-preview.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-print-preferences.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-status-menu-button.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-tab-label.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-view-frame.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-window.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-shortcuts.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-statusbar.ui</file>
+ <file>css/gedit-style.css</file>
+ <file>css/gedit.adwaita.css</file>
+ <file>css/gedit.highcontrast.css</file>
+
+ @OS_DEPENDENT_RESOURCE_FILES@
+ </gresource>
+</gresources>
diff --git a/gedit/resources/gtk/menus-common.ui b/gedit/resources/gtk/menus-common.ui
new file mode 100644
index 0000000..af027a7
--- /dev/null
+++ b/gedit/resources/gtk/menus-common.ui
@@ -0,0 +1,376 @@
+<?xml version="1.0"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <menu id="notebook-menu">
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Move _Left</attribute>
+ <attribute name="action">move-left</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Move _Right</attribute>
+ <attribute name="action">move-right</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Move to New _Window</attribute>
+ <attribute name="action">move-to-new-window</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Move to New Tab _Group</attribute>
+ <attribute name="action">move-to-new-tab-group</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Close</attribute>
+ <attribute name="action">close</attribute>
+ </item>
+ </section>
+ </menu>
+ <menu id="tab-width-menu">
+ <section>
+ <item>
+ <attribute name="label">2</attribute>
+ <attribute name="action">win.tab-width</attribute>
+ <attribute name="target" type="u">2</attribute>
+ </item>
+ <item>
+ <attribute name="label">4</attribute>
+ <attribute name="action">win.tab-width</attribute>
+ <attribute name="target" type="u">4</attribute>
+ </item>
+ <item>
+ <attribute name="label">8</attribute>
+ <attribute name="action">win.tab-width</attribute>
+ <attribute name="target" type="u">8</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Use Spaces</attribute>
+ <attribute name="action">win.use-spaces</attribute>
+ </item>
+ </section>
+ </menu>
+ <!-- menubar is in common since on ubuntu would be picked from menus-traditional,
+ and on osx from menus -->
+ <menu id="menubar">
+ <section>
+ <submenu>
+ <attribute name="label" translatable="yes">_File</attribute>
+ <section>
+ <attribute name="id">file-section-0</attribute>
+ <item>
+ <attribute name="label" translatable="yes" comments="_New is the menu item under the File menu on OS X which creates a new empty document.">_New</attribute>
+ <attribute name="action">win.new-tab</attribute>
+ <attribute name="accel">&lt;Primary&gt;T</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">file-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Open</attribute>
+ <attribute name="action">win.open</attribute>
+ <attribute name="hidden-when">action-disabled</attribute>
+ <attribute name="accel">&lt;Primary&gt;O</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Open</attribute>
+ <attribute name="action">app.open</attribute>
+ <attribute name="hidden-when">action-disabled</attribute>
+ </item>
+ <submenu>
+ <attribute name="label" translatable="yes">Open _Recent</attribute>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Reopen Closed _Tab</attribute>
+ <attribute name="action">win.reopen-closed-tab</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;T</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">recent-files-section</attribute>
+ </section>
+ </submenu>
+ </section>
+ <section>
+ <attribute name="id">file-section-1</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Save</attribute>
+ <attribute name="action">win.save</attribute>
+ <attribute name="accel">&lt;Primary&gt;S</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Save _As…</attribute>
+ <attribute name="action">win.save-as</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;S</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">app-commands-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_New Window</attribute>
+ <attribute name="action">app.new-window</attribute>
+ <attribute name="accel">&lt;Primary&gt;N</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">file-section-2</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Reload</attribute>
+ <attribute name="action">win.revert</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">file-section-3</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Print…</attribute>
+ <attribute name="action">win.print</attribute>
+ <attribute name="accel">&lt;Primary&gt;P</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">close-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Close</attribute>
+ <attribute name="action">win.close</attribute>
+ <attribute name="accel">&lt;Primary&gt;W</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Quit</attribute>
+ <attribute name="hidden-when">macos-menubar</attribute>
+ <attribute name="action">app.quit</attribute>
+ <attribute name="accel">&lt;Primary&gt;Q</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name="label" translatable="yes">_Edit</attribute>
+ <section>
+ <attribute name="id">edit-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Undo</attribute>
+ <attribute name="action">win.undo</attribute>
+ <attribute name="accel">&lt;Primary&gt;Z</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Redo</attribute>
+ <attribute name="action">win.redo</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;Z</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">C_ut</attribute>
+ <attribute name="action">win.cut</attribute>
+ <attribute name="accel">&lt;Primary&gt;X</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Copy</attribute>
+ <attribute name="action">win.copy</attribute>
+ <attribute name="accel">&lt;Primary&gt;C</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Paste</attribute>
+ <attribute name="action">win.paste</attribute>
+ <attribute name="accel">&lt;Primary&gt;V</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Delete</attribute>
+ <attribute name="action">win.delete</attribute>
+ <attribute name="accel">Delete</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">edit-section-1</attribute>
+ <item>
+ <attribute name="label" translatable="yes">Overwrite _Mode</attribute>
+ <attribute name="action">win.overwrite-mode</attribute>
+ <attribute name="accel">Insert</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">edit-section-2</attribute>
+ <item>
+ <attribute name="label" translatable="yes">Select _All</attribute>
+ <attribute name="action">win.select-all</attribute>
+ <attribute name="accel">&lt;Primary&gt;A</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Preferences</attribute>
+ <attribute name="hidden-when">macos-menubar</attribute>
+ <attribute name="action">app.preferences</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name="label" translatable="yes">_View</attribute>
+ <section>
+ <attribute name="id">view-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">Side _Panel</attribute>
+ <attribute name="action">win.side-panel</attribute>
+ <attribute name="accel">F9</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Bottom Panel</attribute>
+ <attribute name="action">win.bottom-panel</attribute>
+ <attribute name="hidden-when">action-disabled</attribute>
+ <attribute name="accel">&lt;Primary&gt;F9</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">view-section-1</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Fullscreen</attribute>
+ <attribute name="action">win.fullscreen</attribute>
+ <attribute name="accel">F11</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">view-section-2</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Highlight Mode…</attribute>
+ <attribute name="action">win.highlight-mode</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name="label" translatable="yes">_Search</attribute>
+ <section>
+ <attribute name="id">search-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Find…</attribute>
+ <attribute name="action">win.find</attribute>
+ <attribute name="accel">&lt;Primary&gt;F</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Find Ne_xt</attribute>
+ <attribute name="action">win.find-next</attribute>
+ <attribute name="accel">&lt;Primary&gt;G</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Find Pre_vious</attribute>
+ <attribute name="action">win.find-prev</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;G</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">search-section-1</attribute>
+ <item>
+ <attribute name="label" translatable="yes">Find and _Replace…</attribute>
+ <attribute name="action">win.replace</attribute>
+ <attribute name="accel">&lt;Primary&gt;H</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">search-section-2</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Clear Highlight</attribute>
+ <attribute name="action">win.clear-highlight</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;K</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">search-section-3</attribute>
+ <item>
+ <attribute name="label" translatable="yes">Go to _Line…</attribute>
+ <attribute name="action">win.goto-line</attribute>
+ <attribute name="accel">&lt;Primary&gt;I</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name="label" translatable="yes">_Tools</attribute>
+ <section>
+ <attribute name="id">spell-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">tools-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">tools-section-1</attribute>
+ </section>
+ <section>
+ <attribute name="id">preferences-section</attribute>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name="label" translatable="yes">_Documents</attribute>
+ <section>
+ <attribute name="id">documents-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Save All</attribute>
+ <attribute name="action">win.save-all</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;L</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Close All</attribute>
+ <attribute name="action">win.close-all</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;W</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">documents-section-1</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_New Tab Group</attribute>
+ <attribute name="action">win.new-tab-group</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Alt&gt;N</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">P_revious Tab Group</attribute>
+ <attribute name="action">win.previous-tab-group</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Page_Up</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Nex_t Tab Group</attribute>
+ <attribute name="action">win.next-tab-group</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Page_Down</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">documents-section-2</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Previous Document</attribute>
+ <attribute name="action">win.previous-document</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Alt&gt;Page_Up</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">N_ext Document</attribute>
+ <attribute name="action">win.next-document</attribute>
+ <attribute name="accel">&lt;Primary&gt;&lt;Alt&gt;Page_Down</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">documents-section-3</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Move To New Window</attribute>
+ <attribute name="action">win.move-to-new-window</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name="label" translatable="yes">_Help</attribute>
+ <section>
+ <attribute name="id">help-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Help</attribute>
+ <attribute name="action">app.help</attribute>
+ <attribute name="accel">F1</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_About gedit</attribute>
+ <attribute name="hidden-when">macos-menubar</attribute>
+ <attribute name="action">app.about</attribute>
+ </item>
+ </section>
+ </submenu>
+ </section>
+ </menu>
+</interface>
diff --git a/gedit/resources/gtk/menus-traditional.ui b/gedit/resources/gtk/menus-traditional.ui
new file mode 100644
index 0000000..45cc40f
--- /dev/null
+++ b/gedit/resources/gtk/menus-traditional.ui
@@ -0,0 +1,143 @@
+<?xml version="1.0"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <menu id="hamburger-menu">
+ <section>
+ <attribute name="id">juntion-section</attribute>
+ <attribute name="display-hint">horizontal-buttons</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Reload</attribute>
+ <attribute name="action">win.revert</attribute>
+ <attribute name="verb-icon">view-refresh-symbolic</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Print…</attribute>
+ <attribute name="action">win.print</attribute>
+ <attribute name="verb-icon">printer-symbolic</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Fullscreen</attribute>
+ <attribute name="action">win.fullscreen</attribute>
+ <attribute name="verb-icon">view-fullscreen-symbolic</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">app-commands-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">file-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">file-section-1</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Save As…</attribute>
+ <attribute name="action">win.save-as</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Save _All</attribute>
+ <attribute name="action">win.save-all</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">edit-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">edit-section-1</attribute>
+ </section>
+ <section>
+ <attribute name="id">search-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Find…</attribute>
+ <attribute name="action">win.find</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Find and Replace…</attribute>
+ <attribute name="action">win.replace</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Clear Highlight</attribute>
+ <attribute name="action">win.clear-highlight</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Go to Line…</attribute>
+ <attribute name="action">win.goto-line</attribute>
+ </item>
+ </section>
+ <section>
+ <submenu>
+ <attribute name="label" translatable="yes">_View</attribute>
+ <section>
+ <attribute name="id">view-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">Side _Panel</attribute>
+ <attribute name="action">win.side-panel</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Bottom Panel</attribute>
+ <attribute name="action">win.bottom-panel</attribute>
+ <attribute name="hidden-when">action-disabled</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">view-section-1</attribute>
+ </section>
+ <section>
+ <attribute name="id">view-section-2</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Highlight Mode…</attribute>
+ <attribute name="action">win.highlight-mode</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name="label" translatable="yes">_Tools</attribute>
+ <section>
+ <attribute name="id">spell-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">tools-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">tools-section-1</attribute>
+ </section>
+ </submenu>
+ </section>
+ <section>
+ <attribute name="id">preferences-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Preferences</attribute>
+ <attribute name="action">app.preferences</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">help-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
+ <attribute name="action">app.shortcuts</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Help</attribute>
+ <attribute name="action">app.help</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_About gedit</attribute>
+ <attribute name="action">app.about</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">close-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Close All</attribute>
+ <attribute name="action">win.close-all</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Close</attribute>
+ <attribute name="action">win.close</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Quit</attribute>
+ <attribute name="action">app.quit</attribute>
+ </item>
+ </section>
+ </menu>
+</interface>
diff --git a/gedit/resources/gtk/menus.ui b/gedit/resources/gtk/menus.ui
new file mode 100644
index 0000000..5ff01ed
--- /dev/null
+++ b/gedit/resources/gtk/menus.ui
@@ -0,0 +1,132 @@
+<?xml version="1.0"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <menu id="hamburger-menu">
+ <section>
+ <attribute name="id">juntion-section</attribute>
+ <attribute name="display-hint">horizontal-buttons</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Reload</attribute>
+ <attribute name="action">win.revert</attribute>
+ <attribute name="verb-icon">view-refresh-symbolic</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Print…</attribute>
+ <attribute name="action">win.print</attribute>
+ <attribute name="verb-icon">printer-symbolic</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Fullscreen</attribute>
+ <attribute name="action">win.fullscreen</attribute>
+ <attribute name="verb-icon">view-fullscreen-symbolic</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">app-commands-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_New Window</attribute>
+ <attribute name="action">app.new-window</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">file-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">file-section-1</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Save As…</attribute>
+ <attribute name="action">win.save-as</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Save _All</attribute>
+ <attribute name="action">win.save-all</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">edit-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">edit-section-1</attribute>
+ </section>
+ <section>
+ <attribute name="id">search-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Find…</attribute>
+ <attribute name="action">win.find</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Find and Replace…</attribute>
+ <attribute name="action">win.replace</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Clear Highlight</attribute>
+ <attribute name="action">win.clear-highlight</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Go to Line…</attribute>
+ <attribute name="action">win.goto-line</attribute>
+ </item>
+ </section>
+ <section>
+ <submenu>
+ <attribute name="label" translatable="yes">_View</attribute>
+ <section>
+ <attribute name="id">view-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">Side _Panel</attribute>
+ <attribute name="action">win.side-panel</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Bottom Panel</attribute>
+ <attribute name="action">win.bottom-panel</attribute>
+ <attribute name="hidden-when">action-disabled</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">view-section-1</attribute>
+ </section>
+ <section>
+ <attribute name="id">view-section-2</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Highlight Mode…</attribute>
+ <attribute name="action">win.highlight-mode</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name="label" translatable="yes">_Tools</attribute>
+ <section>
+ <attribute name="id">spell-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">tools-section</attribute>
+ </section>
+ <section>
+ <attribute name="id">tools-section-1</attribute>
+ </section>
+ </submenu>
+ </section>
+ <section>
+ <attribute name="id">preferences-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Preferences</attribute>
+ <attribute name="action">app.preferences</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">app-section</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
+ <attribute name="action">app.shortcuts</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Help</attribute>
+ <attribute name="action">app.help</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_About gedit</attribute>
+ <attribute name="action">app.about</attribute>
+ </item>
+ </section>
+ </menu>
+</interface>
diff --git a/gedit/resources/meson.build b/gedit/resources/meson.build
new file mode 100644
index 0000000..8d2e5a5
--- /dev/null
+++ b/gedit/resources/meson.build
@@ -0,0 +1,21 @@
+gresource_config_data = configuration_data()
+
+if host_machine.system() == 'darwin'
+ gresource_config_data.set(
+ 'OS_DEPENDENT_RESOURCE_FILES',
+ '<file preprocess="xml-stripblanks">gtk/menus-traditional.ui</file>'
+ )
+else
+ gresource_config_data.set('OS_DEPENDENT_RESOURCE_FILES', '')
+endif
+
+gresource_xml_file = configure_file(
+ input: 'gedit.gresource.xml.in',
+ output: 'gedit.gresource.xml',
+ configuration: gresource_config_data
+)
+
+libgedit_gresources = gnome.compile_resources(
+ 'gedit-resources',
+ gresource_xml_file,
+)
diff --git a/gedit/resources/ui/gedit-encodings-dialog.ui b/gedit/resources/ui/gedit-encodings-dialog.ui
new file mode 100644
index 0000000..31adf33
--- /dev/null
+++ b/gedit/resources/ui/gedit-encodings-dialog.ui
@@ -0,0 +1,278 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.18.1 -->
+<interface>
+ <requires lib="gtk+" version="3.10"/>
+ <object class="GtkListStore" id="liststore_available">
+ <columns>
+ <!-- column-name name -->
+ <column type="gchararray"/>
+ <!-- column-name charset -->
+ <column type="gchararray"/>
+ <!-- column-name encoding -->
+ <column type="GtkSourceEncoding"/>
+ </columns>
+ </object>
+ <object class="GtkTreeModelSort" id="sort_available">
+ <property name="model">liststore_available</property>
+ </object>
+ <object class="GtkListStore" id="liststore_chosen">
+ <columns>
+ <!-- column-name name -->
+ <column type="gchararray"/>
+ <!-- column-name charset -->
+ <column type="gchararray"/>
+ <!-- column-name encoding -->
+ <column type="GtkSourceEncoding"/>
+ </columns>
+ </object>
+ <template class="GeditEncodingsDialog" parent="GtkDialog">
+ <property name="width_request">700</property>
+ <property name="height_request">500</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="modal">True</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="type_hint">dialog</property>
+ <child type="titlebar">
+ <object class="GtkHeaderBar" id="header_bar">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_subtitle">False</property>
+ <property name="title" translatable="yes">Character Encodings</property>
+ <child>
+ <object class="GtkButton" id="cancel_button">
+ <property name="label" translatable="yes">_Cancel Changes</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="apply_button">
+ <property name="label" translatable="yes">_Save Settings</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="can_default">True</property>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkGrid" id="encodings_dialog_contents">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">6</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">18</property>
+ <property name="column_homogeneous">True</property>
+ <child>
+ <object class="GtkLabel" id="available_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="valign">start</property>
+ <property name="label" translatable="yes">_Other Available Encodings</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">treeview_available</property>
+ <property name="xalign">0</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="chosen_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="valign">start</property>
+ <property name="label" translatable="yes">_Favorites</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">treeview_chosen</property>
+ <property name="xalign">0</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="box_available">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolledwindow_available">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkTreeView" id="treeview_available">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="model">sort_available</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview_selection">
+ <property name="mode">multiple</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="treeviewcolumn1">
+ <property name="title" translatable="yes">Ca_tegory</property>
+ <property name="sort_column_id">0</property>
+ <child>
+ <object class="GtkCellRendererText" id="cellrenderertext1"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="treeviewcolumn2">
+ <property name="title" translatable="yes">_Encoding</property>
+ <property name="sort_column_id">1</property>
+ <child>
+ <object class="GtkCellRendererText" id="cellrenderertext2"/>
+ <attributes>
+ <attribute name="text">1</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolbar" id="toolbar_available">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="toolbar_style">icons</property>
+ <property name="icon_size">2</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="box_chosen">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolledwindow_chosen">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkTreeView" id="treeview_chosen">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="model">liststore_chosen</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview-selection1">
+ <property name="mode">multiple</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="treeviewcolumn3">
+ <property name="title" translatable="yes">Ca_tegory</property>
+ <child>
+ <object class="GtkCellRendererText" id="cellrenderertext3"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="treeviewcolumn4">
+ <property name="title" translatable="yes">_Encoding</property>
+ <child>
+ <object class="GtkCellRendererText" id="cellrenderertext4"/>
+ <attributes>
+ <attribute name="text">1</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolbar" id="toolbar_chosen">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_size">2</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="cancel">cancel_button</action-widget>
+ <action-widget response="apply" default="true">apply_button</action-widget>
+ </action-widgets>
+ </template>
+</interface>
diff --git a/gedit/resources/ui/gedit-preferences-dialog.ui b/gedit/resources/ui/gedit-preferences-dialog.ui
new file mode 100644
index 0000000..cbfac0f
--- /dev/null
+++ b/gedit/resources/ui/gedit-preferences-dialog.ui
@@ -0,0 +1,675 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.18.3 -->
+<interface>
+ <requires lib="gtk+" version="3.12"/>
+ <requires lib="libpeas-gtk" version="1.0"/>
+ <template class="GeditPreferencesDialog" parent="GtkWindow">
+ <property name="can_focus">False</property>
+ <property name="title" translatable="yes">Preferences</property>
+ <property name="resizable">True</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="type_hint">dialog</property>
+ <property name="border_width">0</property>
+ <child type="titlebar">
+ <object class="GtkHeaderBar" id="header_bar">
+ <property name="title" translatable="yes">Preferences</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="show-close-button">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkNotebook" id="notebook">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="border_width">0</property>
+ <property name="show_border">False</property>
+ <child>
+ <object class="GtkGrid" id="grid6">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">12</property>
+ <property name="row_spacing">18</property>
+ <child>
+ <object class="GtkGrid" id="grid1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
+ <child>
+ <object class="GtkCheckButton" id="display_line_numbers_checkbutton">
+ <property name="label" translatable="yes">_Display line numbers</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="right_margin_checkbutton">
+ <property name="label" translatable="yes">Display right _margin at column:</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="right_margin_position_grid">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkSpinButton" id="right_margin_position_spinbutton">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="invisible_char">●</property>
+ <property name="adjustment">adjustment1</property>
+ <property name="climb_rate">1</property>
+ <property name="snap_to_ticks">True</property>
+ <property name="numeric">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="display_statusbar_checkbutton">
+ <property name="label" translatable="yes">Display _statusbar</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="display_grid_checkbutton">
+ <property name="label" translatable="yes">Display _grid pattern</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label848">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Text Wrapping</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">12</property>
+ <property name="row_spacing">6</property>
+ <child>
+ <object class="GtkCheckButton" id="wrap_text_checkbutton">
+ <property name="label" translatable="yes">Enable text _wrapping</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="split_checkbutton">
+ <property name="label" translatable="yes">Do not _split words over two lines</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid4">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label876">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Highlighting</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid5">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">12</property>
+ <property name="row_spacing">6</property>
+ <child>
+ <object class="GtkCheckButton" id="highlight_current_line_checkbutton">
+ <property name="label" translatable="yes">Highlight current _line</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="bracket_matching_checkbutton">
+ <property name="label" translatable="yes">Highlight matching _brackets</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="tab_expand">True</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label853">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">View</property>
+ </object>
+ <packing>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid11">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">12</property>
+ <property name="row_spacing">18</property>
+ <child>
+ <object class="GtkGrid" id="grid7">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label846">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Tab Stops</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid8">
+ <property name="name">12</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">12</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label98">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="halign">start</property>
+ <property name="label" translatable="yes">_Tab width:</property>
+ <property name="use_underline">True</property>
+ <property name="justify">center</property>
+ <property name="mnemonic_widget">tabs_width_spinbutton</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSpinButton" id="tabs_width_spinbutton">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="halign">start</property>
+ <property name="hexpand">True</property>
+ <property name="invisible_char">●</property>
+ <property name="adjustment">adjustment2</property>
+ <property name="climb_rate">1</property>
+ <property name="numeric">True</property>
+ <property name="value">8</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="insert_spaces_checkbutton">
+ <property name="label" translatable="yes">Insert _spaces instead of tabs</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="auto_indent_checkbutton">
+ <property name="label" translatable="yes">_Enable automatic indentation</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid9">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label859">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">File Saving</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid10">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">12</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
+ <child>
+ <object class="GtkCheckButton" id="backup_copy_checkbutton">
+ <property name="label" translatable="yes">Create a _backup copy of files before saving</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="auto_save_checkbutton">
+ <property name="label" translatable="yes">_Autosave files every</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label97">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">_minutes</property>
+ <property name="use_underline">True</property>
+ <property name="justify">center</property>
+ <property name="mnemonic_widget">auto_save_spinbutton</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSpinButton" id="auto_save_spinbutton">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="invisible_char">●</property>
+ <property name="adjustment">adjustment3</property>
+ <property name="climb_rate">1</property>
+ <property name="numeric">True</property>
+ <property name="value">8</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ <property name="tab_expand">True</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label829">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Editor</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid16">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">12</property>
+ <property name="row_spacing">18</property>
+ <child>
+ <object class="GtkGrid" id="font_component_placeholder">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid14">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="row_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label798">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Color Scheme</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid15">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <child>
+ <object class="TeplStyleSchemeChooserWidget" id="schemes_list">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolbar" id="schemes_toolbar">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="toolbar_style">icons</property>
+ <property name="icon_size">1</property>
+ <child>
+ <object class="GtkToolButton" id="install_scheme_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_tooltip">True</property>
+ <property name="tooltip_markup" translatable="yes">Install scheme</property>
+ <property name="tooltip_text" translatable="yes">Install scheme</property>
+ <property name="label" translatable="yes">Install Scheme</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">list-add-symbolic</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolButton" id="uninstall_scheme_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_tooltip">True</property>
+ <property name="tooltip_markup" translatable="yes">Uninstall scheme</property>
+ <property name="tooltip_text" translatable="yes">Uninstall scheme</property>
+ <property name="label" translatable="yes">Uninstall Scheme</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">list-remove-symbolic</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ <property name="tab_expand">True</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label830">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Font &amp; Colors</property>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="PeasGtkPluginManager" id="plugin_manager">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="border_width">12</property>
+ <property name="orientation">vertical</property>
+ </object>
+ <packing>
+ <property name="position">3</property>
+ <property name="tab_expand">True</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label868">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Plugins</property>
+ </object>
+ <packing>
+ <property name="position">3</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </template>
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="lower">1</property>
+ <property name="upper">1000</property>
+ <property name="value">80</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
+ <object class="GtkAdjustment" id="adjustment2">
+ <property name="lower">1</property>
+ <property name="upper">24</property>
+ <property name="value">8</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">4</property>
+ </object>
+ <object class="GtkAdjustment" id="adjustment3">
+ <property name="lower">1</property>
+ <property name="upper">100</property>
+ <property name="value">8</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
+</interface>
diff --git a/gedit/resources/ui/gedit-print-preferences.ui b/gedit/resources/ui/gedit-print-preferences.ui
new file mode 100644
index 0000000..40a4f69
--- /dev/null
+++ b/gedit/resources/ui/gedit-print-preferences.ui
@@ -0,0 +1,518 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.18.3 -->
+<interface>
+ <requires lib="gtk+" version="3.12"/>
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="lower">1</property>
+ <property name="upper">100</property>
+ <property name="value">1</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
+ <object class="GtkWindow" id="window1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="title">window1</property>
+ <child>
+ <object class="GtkBox" id="contents">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">12</property>
+ <property name="spacing">18</property>
+ <child>
+ <object class="GtkBox" id="vbox20">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">18</property>
+ <child>
+ <object class="GtkBox" id="vbox26">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label33">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Syntax Highlighting</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="syntax_checkbutton">
+ <property name="label" translatable="yes">Print synta_x highlighting</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="margin_start">12</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox22">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label27">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Line Numbers</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">12</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkCheckButton" id="line_numbers_checkbutton">
+ <property name="label" translatable="yes">Print line nu_mbers</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="line_numbers_hbox">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0.47999998927116394</property>
+ <property name="label" translatable="yes" comments="'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.">_Number every</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">line_numbers_spinbutton</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSpinButton" id="line_numbers_spinbutton">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="adjustment">adjustment1</property>
+ <property name="climb_rate">1</property>
+ <property name="value">1</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label4">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes" comments="'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.">lines</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox24">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label31">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Text Wrapping</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox25">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">12</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkCheckButton" id="text_wrapping_checkbutton">
+ <property name="label" translatable="yes">Enable text _wrapping</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="hbox20">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkCheckButton" id="do_not_split_checkbutton">
+ <property name="label" translatable="yes">Do not _split words over two lines</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox39">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label45">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Page header</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="page_header_checkbutton">
+ <property name="label" translatable="yes">Print page _headers</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="margin_start">12</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox36">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">18</property>
+ <child>
+ <object class="GtkBox" id="vbox37">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label43">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Fonts</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox4">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">12</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">12</property>
+ <child>
+ <object class="GtkGrid" id="fonts_grid">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">12</property>
+ <property name="column_spacing">12</property>
+ <child>
+ <object class="GtkLabel" id="body_font_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">_Body:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">body_fontbutton</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFontButton" id="body_fontbutton">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="font">Sans 12</property>
+ <property name="preview_text"/>
+ <property name="show_preview_entry">False</property>
+ <property name="use_font">True</property>
+ <property name="show_style">False</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="numbers_font_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">_Line numbers:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">numbers_fontbutton</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFontButton" id="numbers_fontbutton">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="font">Sans 12</property>
+ <property name="preview_text"/>
+ <property name="show_preview_entry">False</property>
+ <property name="use_font">True</property>
+ <property name="show_style">False</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="headers_font_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">He_aders and footers:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">headers_fontbutton</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFontButton" id="headers_fontbutton">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="font">Sans 12</property>
+ <property name="preview_text"/>
+ <property name="show_preview_entry">False</property>
+ <property name="use_font">True</property>
+ <property name="show_style">False</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButtonBox" id="hbuttonbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="restore_button">
+ <property name="label" translatable="yes">_Restore Default Fonts</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>
diff --git a/gedit/resources/ui/gedit-print-preview.ui b/gedit/resources/ui/gedit-print-preview.ui
new file mode 100644
index 0000000..9745fea
--- /dev/null
+++ b/gedit/resources/ui/gedit-print-preview.ui
@@ -0,0 +1,417 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.8 -->
+ <template class="GeditPrintPreview" parent="GtkGrid">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <child>
+ <object class="GtkToolbar" id="toolbar1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="toolbar_style">both-horiz</property>
+ <child>
+ <object class="GtkToolItem" id="toolbutton1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="vexpand">False</property>
+ <property name="valign">center</property>
+ <property name="margin-end">2</property>
+ <style>
+ <class name="raised"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="box1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="prev_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Show the previous page</property>
+ <property name="use_underline">True</property>
+ <property name="image">previous_image</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="next_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Show the next page</property>
+ <property name="use_underline">True</property>
+ <property name="image">next_image</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <style>
+ <class name="linked"/>
+ </style>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSeparatorToolItem" id="toolseparator1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolItem" id="toolbutton2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <child>
+ <object class="GtkGrid" id="grid1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="valign">center</property>
+ <property name="column_spacing">4</property>
+ <child>
+ <object class="GtkEntry" id="page_entry">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="max_length">6</property>
+ <property name="width_chars">3</property>
+ <property name="primary_icon_tooltip_text" translatable="yes">Current page (Alt+P)</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="label" translatable="yes" comments="the &quot;of&quot; from &quot;1 of 19&quot; in print preview">of</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="last_page_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="last-atkobject">
+ <property name="AtkObject::accessible-name" translatable="yes">Page total</property>
+ <property name="AtkObject::accessible-description" translatable="yes">The total number of pages in the document</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSeparatorToolItem" id="toolseparator2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolItem" id="toolbutton3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="vexpand">False</property>
+ <property name="valign">center</property>
+ <property name="margin-end">2</property>
+ <style>
+ <class name="raised"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="box2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="multi_pages_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Show multiple pages</property>
+ <property name="use_underline">True</property>
+ <property name="image">multi_image</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSeparatorToolItem" id="toolseparator3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolItem" id="toolbutton4">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="vexpand">False</property>
+ <property name="valign">center</property>
+ <property name="margin-end">2</property>
+ <style>
+ <class name="raised"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="box3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="zoom_one_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Zoom 1:1</property>
+ <property name="use_underline">True</property>
+ <property name="image">zoom_one_image</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="zoom_fit_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Zoom to fit the whole page</property>
+ <property name="use_underline">True</property>
+ <property name="image">zoom_fit_image</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="zoom_in_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Zoom the page in</property>
+ <property name="use_underline">True</property>
+ <property name="image">zoom_in_image</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="zoom_out_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Zoom the page out</property>
+ <property name="use_underline">True</property>
+ <property name="image">zoom_out_image</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <style>
+ <class name="linked"/>
+ </style>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSeparatorToolItem" id="toolseparator4">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolItem" id="toolbutton5">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="vexpand">False</property>
+ <property name="valign">center</property>
+ <property name="margin-end">2</property>
+ <style>
+ <class name="raised"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="box4">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="close_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Close print preview</property>
+ <property name="label" translatable="yes">_Close Preview</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">False</property>
+ </packing>
+ </child>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkLayout" id="layout">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="has_tooltip">True</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_KEY_PRESS_MASK | GDK_STRUCTURE_MASK</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="layout1-atkobject">
+ <property name="AtkObject::accessible-name" translatable="yes">Page Preview</property>
+ <property name="AtkObject::accessible-description" translatable="yes">The preview of a page in the document to be printed</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </template>
+ <object class="GtkImage" id="previous_image">
+ <property name="visible">True</property>
+ <property name="icon_name">go-previous-symbolic</property>
+ </object>
+ <object class="GtkImage" id="next_image">
+ <property name="visible">True</property>
+ <property name="icon_name">go-next-symbolic</property>
+ </object>
+ <object class="GtkImage" id="multi_image">
+ <property name="visible">True</property>
+ <property name="icon_name">view-grid-symbolic</property>
+ </object>
+ <object class="GtkImage" id="zoom_in_image">
+ <property name="visible">True</property>
+ <property name="icon_name">zoom-in-symbolic</property>
+ </object>
+ <object class="GtkImage" id="zoom_out_image">
+ <property name="visible">True</property>
+ <property name="icon_name">zoom-out-symbolic</property>
+ </object>
+ <object class="GtkImage" id="zoom_one_image">
+ <property name="visible">True</property>
+ <property name="icon_name">zoom-original-symbolic</property>
+ </object>
+ <object class="GtkImage" id="zoom_fit_image">
+ <property name="visible">True</property>
+ <property name="icon_name">zoom-fit-best-symbolic</property>
+ </object>
+</interface>
diff --git a/gedit/resources/ui/gedit-replace-dialog.ui b/gedit/resources/ui/gedit-replace-dialog.ui
new file mode 100644
index 0000000..74e4239
--- /dev/null
+++ b/gedit/resources/ui/gedit-replace-dialog.ui
@@ -0,0 +1,246 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk+" version="3.0"/>
+ <template class="GeditReplaceDialog" parent="GtkDialog">
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">Find and Replace</property>
+ <property name="resizable">True</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="type_hint">dialog</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">2</property>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="close_button">
+ <property name="label" translatable="yes">_Close</property>
+ <property name="use_action_appearance">False</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="no_show_all">True</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="replace_all_button">
+ <property name="label" translatable="yes">Replace _All</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="replace_button">
+ <property name="label" translatable="yes">_Replace</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="find_button">
+ <property name="label" translatable="yes" context="label of the find button">_Find</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="row_spacing">12</property>
+ <property name="column_spacing">12</property>
+ <child>
+ <object class="GtkLabel" id="search_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label" translatable="yes" context="label on the left of the GtkEntry containing text to search">F_ind </property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="replace_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label" translatable="yes">Replace _with </property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="checkbox_grid">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">4</property>
+ <property name="column_spacing">12</property>
+ <child>
+ <object class="GtkCheckButton" id="match_case_checkbutton">
+ <property name="label" translatable="yes">_Match case</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="entire_word_checkbutton">
+ <property name="label" translatable="yes">Match _entire word only</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="regex_checkbutton">
+ <property name="label" translatable="yes">Re_gular expression</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="backwards_checkbutton">
+ <property name="label" translatable="yes">Search _backwards</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="wrap_around_checkbutton">
+ <property name="label" translatable="yes">Wra_p around</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="0">close_button</action-widget>
+ <action-widget response="102">replace_all_button</action-widget>
+ <action-widget response="101">replace_button</action-widget>
+ <action-widget response="100">find_button</action-widget>
+ </action-widgets>
+ </template>
+</interface>
diff --git a/gedit/resources/ui/gedit-shortcuts.ui b/gedit/resources/ui/gedit-shortcuts.ui
new file mode 100644
index 0000000..0d2f59d
--- /dev/null
+++ b/gedit/resources/ui/gedit-shortcuts.ui
@@ -0,0 +1,487 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.17 -->
+ <object class="GtkShortcutsWindow" id="shortcuts-gedit">
+ <property name="modal">1</property>
+ <child>
+ <object class="GtkShortcutsSection">
+ <property name="visible">1</property>
+ <property name="section-name">shortcuts</property>
+ <property name="max-height">12</property>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Documents</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;T</property>
+ <property name="title" translatable="yes" context="shortcut window">Create a new document in a tab</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;O</property>
+ <property name="title" translatable="yes" context="shortcut window">Open a document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;S</property>
+ <property name="title" translatable="yes" context="shortcut window">Save the document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;S</property>
+ <property name="title" translatable="yes" context="shortcut window">Save the document with a new filename</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;L</property>
+ <property name="title" translatable="yes" context="shortcut window">Save all the documents</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;W</property>
+ <property name="title" translatable="yes" context="shortcut window">Close the document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;W</property>
+ <property name="title" translatable="yes" context="shortcut window">Close all the documents</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;T</property>
+ <property name="title" translatable="yes" context="shortcut window">Reopen the most recently closed document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;Alt&gt;Page_Down</property>
+ <property name="title" translatable="yes" context="shortcut window">Switch to the next document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;Alt&gt;Page_Up</property>
+ <property name="title" translatable="yes" context="shortcut window">Switch to the previous document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;Alt&gt;1...9</property>
+ <property name="title" translatable="yes" context="shortcut window">Switch to the first — ninth document</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Windows and Panels</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;N</property>
+ <property name="title" translatable="yes" context="shortcut window">Create a new document in a window</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;alt&gt;N</property>
+ <property name="title" translatable="yes" context="shortcut window">Create a new tab group</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">F9</property>
+ <property name="title" translatable="yes" context="shortcut window">Show side panel</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;F9</property>
+ <property name="title" translatable="yes" context="shortcut window">Show bottom panel</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">F11</property>
+ <property name="title" translatable="yes" context="shortcut window">Fullscreen on / off</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;Q</property>
+ <property name="title" translatable="yes" context="shortcut window">Quit the application</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Find and Replace</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;F</property>
+ <property name="title" translatable="yes" context="shortcut window">Find</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;G</property>
+ <property name="title" translatable="yes" context="shortcut window">Find the next match</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;Shift&gt;G</property>
+ <property name="title" translatable="yes" context="shortcut window">Find the previous match</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;H</property>
+ <property name="title" translatable="yes" context="shortcut window">Find and Replace</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;Shift&gt;K</property>
+ <property name="title" translatable="yes" context="shortcut window">Clear highlight</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Undo and Redo</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;Z</property>
+ <property name="title" translatable="yes" context="shortcut window">Undo previous command</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;Z</property>
+ <property name="title" translatable="yes" context="shortcut window">Redo previous command</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Selection</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;A</property>
+ <property name="title" translatable="yes" context="shortcut window">Select all text</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;backslash</property>
+ <property name="title" translatable="yes" context="shortcut window">Unselect all text</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Copy and Paste</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;C</property>
+ <property name="title" translatable="yes" context="shortcut window">Copy selected text to clipboard</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;X</property>
+ <property name="title" translatable="yes" context="shortcut window">Cut selected text to clipboard</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;V</property>
+ <property name="title" translatable="yes" context="shortcut window">Paste text from clipboard</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Navigation</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;I</property>
+ <property name="title" translatable="yes" context="shortcut window">Go to line</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">Home</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the beginning of the current line</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">End</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the end of the current line</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;Home</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the beginning of the document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;End</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the end of the document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;alt&gt;&lt;shift&gt;Up</property>
+ <property name="title" translatable="yes" context="shortcut window">Move viewport up within the file</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;alt&gt;&lt;shift&gt;Down</property>
+ <property name="title" translatable="yes" context="shortcut window">Move viewport down within the file</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;alt&gt;&lt;shift&gt;End</property>
+ <property name="title" translatable="yes" context="shortcut window">Move viewport to end of file</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;alt&gt;&lt;shift&gt;Home</property>
+ <property name="title" translatable="yes" context="shortcut window">Move viewport to beginning of file</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;percent</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to matching bracket</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;Shift&gt;&lt;Ctrl&gt;&lt;Alt&gt;Page_Up</property>
+ <property name="title" translatable="yes" context="shortcut window">Go to previous tab group</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;Shift&gt;&lt;Ctrl&gt;&lt;Alt&gt;Page_Down</property>
+ <property name="title" translatable="yes" context="shortcut window">Go to next tab group</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Editing</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">Insert</property>
+ <property name="title" translatable="yes" context="shortcut window">Toggle insert / overwrite</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">F7</property>
+ <property name="title" translatable="yes" context="shortcut window">Toggle cursor visibility</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;D</property>
+ <property name="title" translatable="yes" context="shortcut window">Delete current line</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;alt&gt;Up</property>
+ <property name="title" translatable="yes" context="shortcut window">Move current line up</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;alt&gt;Down</property>
+ <property name="title" translatable="yes" context="shortcut window">Move current line down</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;alt&gt;Left</property>
+ <property name="title" translatable="yes" context="shortcut window">Move current word left</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;alt&gt;Right</property>
+ <property name="title" translatable="yes" context="shortcut window">Move current word right</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;U</property>
+ <property name="title" translatable="yes" context="shortcut window">Convert to uppercase</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;L</property>
+ <property name="title" translatable="yes" context="shortcut window">Convert to lowercase</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;asciitilde</property>
+ <property name="title" translatable="yes" context="shortcut window">Invert case</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;a</property>
+ <property name="title" translatable="yes" context="shortcut window">Increment number at cursor</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;x</property>
+ <property name="title" translatable="yes" context="shortcut window">Decrement number at cursor</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Tools</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;shift&gt;F7</property>
+ <property name="title" translatable="yes" context="shortcut window">Check spelling</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;P</property>
+ <property name="title" translatable="yes" context="shortcut window">Print the document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;space</property>
+ <property name="title" translatable="yes" context="shortcut window">Show completion window</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">General</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">F1</property>
+ <property name="title" translatable="yes" context="shortcut window">Show help</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">F10</property>
+ <property name="title" translatable="yes" context="shortcut window">Open menu</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;ctrl&gt;question</property>
+ <property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>
diff --git a/gedit/resources/ui/gedit-status-menu-button.ui b/gedit/resources/ui/gedit-status-menu-button.ui
new file mode 100644
index 0000000..54ae28f
--- /dev/null
+++ b/gedit/resources/ui/gedit-status-menu-button.ui
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.8 -->
+ <template class="GeditStatusMenuButton" parent="GtkMenuButton">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="receives_default">True</property>
+ <property name="relief">none</property>
+ <property name="direction">up</property>
+ <child>
+ <object class="GtkBox" id="box1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="spacing">3</property>
+ <child>
+ <object class="GtkLabel" id="label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="halign">start</property>
+ <property name="valign">baseline</property>
+ <property name="label">label</property>
+ <property name="single_line_mode">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkImage" id="arrow">
+ <property name="visible">True</property>
+ <property name="valign">baseline</property>
+ <property name="icon_name">pan-down-symbolic</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>
diff --git a/gedit/resources/ui/gedit-statusbar.ui b/gedit/resources/ui/gedit-statusbar.ui
new file mode 100644
index 0000000..a290e7f
--- /dev/null
+++ b/gedit/resources/ui/gedit-statusbar.ui
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <template class="GeditStatusbar" parent="GtkStatusbar">
+ <property name="can_focus">False</property>
+ <property name="margin_top">0</property>
+ <property name="margin_end">0</property>
+ <property name="margin_bottom">0</property>
+ <property name="margin_start">0</property>
+ <child>
+ <object class="GtkFrame" id="error_frame">
+ <property name="visible">False</property>
+ <property name="can_focus">False</property>
+ <property name="label_xalign">0</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkImage" id="error_image">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">dialog-error-symbolic</property>
+ <property name="icon_size">1</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFrame" id="state_frame">
+ <property name="visible">False</property>
+ <property name="can_focus">False</property>
+ <property name="label_xalign">0</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkBox" id="box1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkImage" id="load_image">
+ <property name="visible">False</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">document-open-symbolic</property>
+ <property name="icon_size">1</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkImage" id="save_image">
+ <property name="visible">False</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">document-save-symbolic</property>
+ <property name="icon_size">1</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkImage" id="print_image">
+ <property name="visible">False</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">printer-printing-symbolic</property>
+ <property name="icon_size">1</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </template>
+</interface>
diff --git a/gedit/resources/ui/gedit-tab-label.ui b/gedit/resources/ui/gedit-tab-label.ui
new file mode 100644
index 0000000..e274cca
--- /dev/null
+++ b/gedit/resources/ui/gedit-tab-label.ui
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.10 -->
+ <template class="GeditTabLabel" parent="GtkBox">
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="orientation">horizontal</property>
+ <child type="center">
+ <object class="GtkLabel" id="label">
+ <property name="visible">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkImage" id="icon">
+ <property name="visible">False</property>
+ </object>
+ <packing>
+ <property name="pack_type">start</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSpinner" id="spinner">
+ <property name="visible">False</property>
+ </object>
+ <packing>
+ <property name="pack_type">start</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="close_button">
+ <property name="visible">True</property>
+ <property name="relief">none</property>
+ <property name="focus-on-click">False</property>
+ <property name="tooltip_text" translatable="yes">Close Document</property>
+ <property name="image">close_button_image</property>
+ <style>
+ <class name="small-button"/>
+ <class name="flat"/>
+ </style>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ </template>
+ <object class="GtkImage" id="close_button_image">
+ <property name="visible">True</property>
+ <property name="icon_name">window-close-symbolic</property>
+ </object>
+</interface>
diff --git a/gedit/resources/ui/gedit-view-frame.ui b/gedit/resources/ui/gedit-view-frame.ui
new file mode 100644
index 0000000..486be6c
--- /dev/null
+++ b/gedit/resources/ui/gedit-view-frame.ui
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.8 -->
+ <template class="GeditViewFrame" parent="GtkOverlay">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolled_window">
+ <property name="visible">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="overlay_scrolling">False</property>
+ <child>
+ <object class="GeditView" id="view">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="input-hints">word-completion</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="overlay">
+ <object class="GtkRevealer" id="revealer">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="halign">end</property>
+ <property name="valign">start</property>
+ <child>
+ <object class="GtkFrame" id="frame">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="shadow_type">none</property>
+ <style>
+ <class name="gedit-search-slider"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="hbox">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">horizontal</property>
+ <style>
+ <class name="linked"/>
+ </style>
+ <child>
+ <object class="GdTaggedEntry" id="search_entry">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="primary-icon-activatable">True</property>
+ <property name="primary-icon-sensitive">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="go_up_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkImage" id="up_image">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_size">1</property>
+ <property name="icon_name">go-up-symbolic</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="go_down_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkImage" id="down_image">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_size">1</property>
+ <property name="icon_name">go-down-symbolic</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>
diff --git a/gedit/resources/ui/gedit-window.ui b/gedit/resources/ui/gedit-window.ui
new file mode 100644
index 0000000..f2dcb1d
--- /dev/null
+++ b/gedit/resources/ui/gedit-window.ui
@@ -0,0 +1,404 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.10 -->
+ <template class="GeditWindow" parent="GtkApplicationWindow">
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <child type="titlebar">
+ <object class="GtkPaned" id="titlebar_paned">
+ <property name="visible">True</property>
+ <property name="position" bind-source="hpaned" bind-property="position" bind-flags="bidirectional|sync-create"/>
+ <child>
+ <object class="GtkHeaderBar" id="side_headerbar">
+ <property name="visible" bind-source="side_panel" bind-property="visible" bind-flags="sync-create"/>
+ <property name="show_close_button">True</property>
+ <property name="title" translatable="yes">Documents</property>
+ </object>
+ <packing>
+ <property name="resize">False</property>
+ <property name="shrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHeaderBar" id="headerbar">
+ <property name="visible">True</property>
+ <property name="show_close_button">True</property>
+ <child>
+ <object class="GtkButton" id="new_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Create a new document</property>
+ <property name="action_name">win.new-tab</property>
+ <property name="image">new_tab_image</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="new_button_a11y">
+ <property name="accessible-name" translatable="yes">New</property>
+ <property name="accessible-description" translatable="yes">Create a new document</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkMenuButton" id="gear_button">
+ <property name="visible">True</property>
+ <property name="use_popover">True</property>
+ <property name="image">menu_image</property>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="save_button">
+ <property name="label" translatable="yes">_Save</property>
+ <property name="use-underline">True</property>
+ <property name="visible">True</property>
+ <property name="tooltip_text" translatable="yes">Save the current file</property>
+ <property name="action_name">win.save</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="save_button_a11y">
+ <property name="accessible-name" translatable="yes">Save</property>
+ <property name="accessible-description" translatable="yes">Save the current file</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="shrink">False</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkOverlay" id="fullscreen_overlay">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <child>
+ <object class="GtkBox" id="main_box">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkPaned" id="hpaned">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <style>
+ <class name="gedit-side-panel-paned"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="side_panel_box">
+ <property name="visible" bind-source="side_panel" bind-property="visible" bind-flags="sync-create"/>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GeditMenuStackSwitcher" id="side_panel_inline_stack_switcher">
+ <property name="visible">False</property>
+ <property name="stack">side_panel</property>
+ <style>
+ <class name="gedit-side-panel-stack-switcher"/>
+ </style>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkStack" id="side_panel">
+ <property name="visible">False</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="resize">False</property>
+ <property name="shrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="content_box">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkPaned" id="vpaned">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="orientation">vertical</property>
+ <style>
+ <class name="gedit-bottom-panel-paned"/>
+ </style>
+ <child>
+ <object class="GeditMultiNotebook" id="multi_notebook">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="resize">True</property>
+ <property name="shrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="bottom_panel_box">
+ <property name="visible" bind-source="bottom_panel" bind-property="visible" bind-flags="sync-create"/>
+ <property name="orientation">horizontal</property>
+ <style>
+ <class name="gedit-bottom-panel"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="bottom_panel_stack_box">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkStack" id="bottom_panel">
+ <property name="visible">False</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GeditNotebookStackSwitcher" id="bottom_panel_stack_switcher">
+ <property name="visible">True</property>
+ <property name="stack">bottom_panel</property>
+ <style>
+ <class name="gedit-bottom-panel-stack-switcher"/>
+ </style>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="bottom_panel_sidebar">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkButton" id="bottom_panel_close_button">
+ <property name="visible">True</property>
+ <property name="relief">none</property>
+ <property name="focus-on-click">False</property>
+ <property name="tooltip-text" translatable="yes">Hide panel</property>
+ <property name="action_name">win.bottom-panel</property>
+ <property name="image">close_button_image</property>
+ <style>
+ <class name="small-button"/>
+ <class name="flat"/>
+ </style>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="resize">False</property>
+ <property name="shrink">False</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GeditStatusbar" id="statusbar">
+ <property name="visible">True</property>
+ <child>
+ <object class="GeditStatusMenuButton" id="tab_width_button">
+ <property name="visible">True</property>
+ <property name="use_popover">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GeditStatusMenuButton" id="language_button">
+ <property name="visible">True</property>
+ <property name="use_popover">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="resize">True</property>
+ <property name="shrink">True</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child type="overlay">
+ <object class="GtkEventBox" id="fullscreen_eventbox">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="valign">start</property>
+ <child>
+ <object class="GtkRevealer" id="fullscreen_revealer">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="reveal_child">False</property>
+ <property name="valign">start</property>
+ <child>
+ <object class="GtkHeaderBar" id="fullscreen_headerbar">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkButton" id="fullscreen_new_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Create a new document</property>
+ <property name="action_name">win.new-tab</property>
+ <property name="image">fullscreen_new_tab_image</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="fullscreen_new_button_a11y">
+ <property name="accessible-name" translatable="yes">New</property>
+ <property name="accessible-description" translatable="yes">Create a new document</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="leave_fullscreen_button">
+ <property name="visible">True</property>
+ <property name="tooltip_text" translatable="yes">Leave Fullscreen</property>
+ <property name="action_name">win.leave-fullscreen</property>
+ <property name="image">leave_fullscreen_image</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="leave_fullscreen_button_a11y">
+ <property name="accessible-name" translatable="yes">Leave Fullscreen</property>
+ <property name="accessible-description" translatable="yes">Leave Fullscreen</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkMenuButton" id="fullscreen_gear_button">
+ <property name="visible">True</property>
+ <property name="image">fullscreen_menu_image</property>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="fullscreen_save_button">
+ <property name="label" translatable="yes">Save</property>
+ <property name="visible">True</property>
+ <property name="tooltip_text" translatable="yes">Save the current file</property>
+ <property name="action_name">win.save</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="fullscreen_save_button_a11y">
+ <property name="accessible-name" translatable="yes">Save</property>
+ <property name="accessible-description" translatable="yes">Save the current file</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+ <object class="GtkImage" id="new_tab_image">
+ <property name="visible">True</property>
+ <property name="icon_name">tab-new-symbolic</property>
+ </object>
+ <object class="GtkImage" id="menu_image">
+ <property name="visible">True</property>
+ <property name="icon_name">open-menu-symbolic</property>
+ </object>
+ <object class="GtkImage" id="fullscreen_new_tab_image">
+ <property name="visible">True</property>
+ <property name="icon_name">tab-new-symbolic</property>
+ </object>
+ <object class="GtkImage" id="fullscreen_menu_image">
+ <property name="visible">True</property>
+ <property name="icon_name">open-menu-symbolic</property>
+ </object>
+ <object class="GtkImage" id="leave_fullscreen_image">
+ <property name="visible">True</property>
+ <property name="icon_name">view-restore-symbolic</property>
+ </object>
+ <object class="GtkImage" id="close_button_image">
+ <property name="visible">True</property>
+ <property name="icon_name">window-close-symbolic</property>
+ </object>
+ <object class="GtkSizeGroup">
+ <property name="mode">horizontal</property>
+ <widgets>
+ <widget name="side_headerbar"/>
+ <widget name="side_panel"/>
+ </widgets>
+ </object>
+</interface>
+
diff --git a/help/C/figures/gedit-html-snippet.png b/help/C/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..5c11e65
--- /dev/null
+++ b/help/C/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/C/figures/gedit-icon.png b/help/C/figures/gedit-icon.png
new file mode 100644
index 0000000..fb37579
--- /dev/null
+++ b/help/C/figures/gedit-icon.png
Binary files differ
diff --git a/help/C/figures/gedit3-screenshot.png b/help/C/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..81d54ee
--- /dev/null
+++ b/help/C/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/C/gedit-brief-intro.page b/help/C/gedit-brief-intro.page
new file mode 100644
index 0000000..86658b1
--- /dev/null
+++ b/help/C/gedit-brief-intro.page
@@ -0,0 +1,30 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="gedit-brief-intro">
+
+ <info>
+ <link type="guide" xref="index" group="intro-first" />
+ </info>
+
+ <title>A brief introduction to gedit</title>
+
+ <p>
+ <app>gedit</app> is an easy-to-use and general-purpose text editor. Its
+ development started in 1998, at the beginnings of the
+ <link href="https://www.gnome.org/">GNOME</link> project, with a good
+ integration with that desktop environment.
+ </p>
+
+ <p>
+ You can use it to write simple notes and documents, or you can enable more
+ advanced features that are useful for software development.
+ </p>
+
+ <media type="image" mime="image/png" src="figures/gedit3-screenshot.png"/>
+
+ <p>
+ Once <app>gedit</app> launches, you can start writing right away. To save
+ your text, just click the <gui>Save</gui> button in the <app>gedit</app>
+ header bar.
+ </p>
+</page>
diff --git a/help/C/gedit-change-color-scheme.page b/help/C/gedit-change-color-scheme.page
new file mode 100644
index 0000000..ab3c9e2
--- /dev/null
+++ b/help/C/gedit-change-color-scheme.page
@@ -0,0 +1,46 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="guide" style="task"
+ id="gedit-change-color-scheme">
+
+ <info>
+ <link type="guide" xref="index#configure-gedit"/>
+ <desc>Change the text and background colors in gedit.</desc>
+ </info>
+
+ <title>Change the color scheme</title>
+
+ <p><app>gedit</app> includes several different color schemes, allowing you to
+ change the appearance of the main text window.</p>
+
+ <steps>
+ <title>To change the color scheme:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui><gui>Font &amp;
+ Colors</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Choose your desired color scheme.</p>
+ </item>
+ </steps>
+
+ <p>The new color scheme will be applied immediately.</p>
+
+ <section id="custom-color-scheme">
+ <title>Use a Custom Color Scheme</title>
+ <!-- I'm not sure if I should link to the wiki for this chunk of help, or if
+ I should describe it here. I'm linking to the wiki for now because the wiki
+ page includes downloads and screenshots. I'm open to including the help here,
+ though. -->
+
+ <p>You can also use color schemes that have been created by others, or
+ create and use your own color schemes.</p>
+
+ <p>Instructions on how to install custom color schemes, as well as examples
+ of color schemes that you can download and use, are available on the
+ <link href="https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes">gedit
+ wiki</link>.</p>
+ </section>
+
+</page>
diff --git a/help/C/gedit-change-default-font.page b/help/C/gedit-change-default-font.page
new file mode 100644
index 0000000..19f38ae
--- /dev/null
+++ b/help/C/gedit-change-default-font.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-change-default-font">
+ <info>
+ <link type="guide" xref="index#configure-gedit"/>
+ <desc>Use a custom font for your text in gedit.</desc>
+ </info>
+
+ <title>Change the default font</title>
+
+ <p><app>gedit</app> will use the system fixed-width font by default,
+ but you can change the default <app>gedit</app> font to suit your preferences.
+ </p>
+
+ <steps>
+ <title>To change the default font in <app>gedit</app>:</title>
+
+ <item><p>Press the menu button in the top-right corner of the window and
+ select <guiseq><gui style="menuitem">Preferences</gui><gui>Font &amp;
+ Colors</gui></guiseq>.</p></item>
+ <item><p>Uncheck the box next to the phrase, "Use the system fixed width
+ font."</p></item>
+ <item><p>Click on the current font name. <app>gedit</app> will open
+ a font-chooser window, allowing you to see available fonts and choose the
+ one that you prefer.</p></item>
+ <item><p>After you have chosen a new font, use the <gui>slider</gui>
+ under the list of fonts to set the default font size.</p></item>
+ <item><p>Click <gui>Select</gui>, and then close the dialog.</p>
+ </item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-close-file.page b/help/C/gedit-close-file.page
new file mode 100644
index 0000000..89161d1
--- /dev/null
+++ b/help/C/gedit-close-file.page
@@ -0,0 +1,21 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="gedit-close-file">
+
+ <info>
+ <link type="guide" xref="gedit-files-basic" group="fourth" />
+ <desc>Exit from the file you are using.</desc>
+ </info>
+
+ <title>Close a file</title>
+
+ <p>
+ To close a file in <app>gedit</app>, click the <gui style="button">×</gui>
+ button that appears on the tab title. Note that when only a single file is
+ open in a window, you can close the window instead.
+ </p>
+ <p>
+ If your file contains changes that have not been saved, <app>gedit</app>
+ will prompt you to save those changes before closing the file.
+ </p>
+</page>
diff --git a/help/C/gedit-create-new-file.page b/help/C/gedit-create-new-file.page
new file mode 100644
index 0000000..3448d36
--- /dev/null
+++ b/help/C/gedit-create-new-file.page
@@ -0,0 +1,22 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic"
+ id="gedit-create-new-file">
+
+ <info>
+ <link type="guide" xref="gedit-files-basic" group="first" />
+ <desc>Open a new file for editing.</desc>
+ </info>
+
+ <title>Create a new file</title>
+
+ <p>
+ The easiest way to create a new file in <app>gedit</app> is to click the
+ <gui>+</gui> button (the <gui>Create a new document</gui> button) on the
+ left side of the header bar.
+ </p>
+ <p>
+ The new file will appear as a new tab inside the same <app>gedit</app>
+ window.
+ </p>
+</page>
diff --git a/help/C/gedit-edit-as-root.page b/help/C/gedit-edit-as-root.page
new file mode 100644
index 0000000..9cbec61
--- /dev/null
+++ b/help/C/gedit-edit-as-root.page
@@ -0,0 +1,37 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-edit-as-root">
+
+ <info>
+ <link type="guide" xref="index#gedit-advanced" />
+ <desc>Use administrative privileges to edit a file.</desc>
+ </info>
+
+ <title>Edit a file as the root user</title>
+
+ <note style="warning">
+ <p>Editing files as the root user is potentially dangerous, and may break
+ your system in bad ways. Take great care when editing files as the root
+ user.</p>
+ </note>
+
+ <p>To edit files as the root user, launch <app>gedit</app> from the terminal
+ by entering:</p>
+ <code>sudo gedit</code>
+
+ <p>Using the <cmd>sudo</cmd> command, you will need to successfully enter
+ your password before <app>gedit</app> will open.</p>
+
+ <p>As an alternative to the <cmd>sudo</cmd> command, you may obtain
+ administrative privileges by entering:</p>
+ <code>su -</code>
+
+ <p>You would then launch <app>gedit</app> using the <cmd>gedit</cmd>
+ command.</p>
+
+ <note style="tip">
+ <p>Once you have opened <app>gedit</app> with administrative privileges,
+ <app>gedit</app> will keep those privileges until you close it.</p>
+ </note>
+
+</page>
diff --git a/help/C/gedit-files-basic.page b/help/C/gedit-files-basic.page
new file mode 100644
index 0000000..9faf235
--- /dev/null
+++ b/help/C/gedit-files-basic.page
@@ -0,0 +1,15 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide" style="task 2column"
+ id="gedit-files-basic">
+
+ <info>
+ <link type="guide" xref="index#gedit-working-with-files" group="first"/>
+ <desc>Learn the basics of how to work with files in gedit.</desc>
+ </info>
+
+ <title>File basics: Open, close, and save files</title>
+
+ <p>If you are new to <app>gedit</app>, these topics will help you with
+ creating, saving, opening and closing files.</p>
+ <links type="topic" groups="first second third fourth fifth sixth" style="2column"/>
+</page>
diff --git a/help/C/gedit-full-screen.page b/help/C/gedit-full-screen.page
new file mode 100644
index 0000000..eb372a8
--- /dev/null
+++ b/help/C/gedit-full-screen.page
@@ -0,0 +1,46 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="guide" style="task"
+ id="gedit-full-screen">
+
+ <info>
+ <link type="guide" xref="index#configure-gedit"/>
+ <desc>Set gedit to use the entire screen.</desc>
+ </info>
+
+ <title>Use fullscreen mode</title>
+
+ <p>When working with a large document, you may find it helpful to work in
+ <app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the
+ <gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>,
+ presenting you with more of your text and allowing you to better focus on
+ your tasks.</p>
+
+ <section id="turn-on-full-screen">
+ <title>Turn on fullscreen mode</title>
+ <p>To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app>
+ menu, title, and tab-bars will hide, and you will only be presented with
+ the text of your current file.</p>
+ <p>If you need to perform an action from the <app>gedit</app> menu while
+ working in fullscreen mode, move your mouse pointer to the top of the
+ screen. The <app>gedit</app> menu bar will reappear, and you can select
+ your desired action.</p>
+
+ <note>
+ <p>To switch between open tabs while in fullscreen mode, press either
+ <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or
+ <keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>.</p>
+ </note>
+
+ </section>
+
+ <section id="turn-off-full-screen">
+ <title>Turn off fullscreen mode</title>
+ <p>To turn off fullscreen mode and return to the standard <app>gedit</app>
+ window, press <key>F11</key>.</p>
+ <p>You can also move your mouse cursor to the top of the screen, and wait
+ for the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui>
+ appears, select the <gui>Leave Fullscreen</gui> button.</p>
+ </section>
+
+</page>
diff --git a/help/C/gedit-general-intro.page b/help/C/gedit-general-intro.page
new file mode 100644
index 0000000..1f7f2b2
--- /dev/null
+++ b/help/C/gedit-general-intro.page
@@ -0,0 +1,97 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="gedit-general-intro">
+
+ <info>
+ <link type="guide" xref="index" group="intro-second" />
+ </info>
+
+ <title>Introduction to text editors in general</title>
+
+ <section id="not-a-word-processor">
+ <title>Not a word processor</title>
+ <p>
+ A <em>text editor</em> must be differentiated from
+ <em>word processors</em>.
+ </p>
+ <p>
+ An example of a word processor is
+ <link href="https://www.libreoffice.org/">LibreOffice Writer</link>, which
+ is released as Free and open-source software.
+ </p>
+ <p>
+ A word processor permits to create different kinds of documents (reports,
+ letters, books, etc), with the ability to insert images, tables and other
+ elements.
+ </p>
+ <p>
+ A text editor like <app>gedit</app> is used for creating and editing
+ <em>text files</em>. The files that are saved by <app>gedit</app> and
+ stored on disk contain only text.
+ </p>
+ </section>
+
+ <section id="text-file-formats">
+ <title>Text file formats</title>
+ <p>
+ With a text editor, you can write simple notes as free-form text. But the
+ text can also follow a certain <em>format</em>.
+ </p>
+ <p>
+ Other programs take text files as input, read the text in it, and produce
+ a result. For example, web browsers can read text files that follow the
+ HTML format and renders them as pages.
+ </p>
+ <p>
+ A text file format specifies how the content needs to be structured in
+ order to be understood by the other programs.
+ </p>
+ </section>
+
+ <section id="examples">
+ <title>Examples</title>
+
+ <section id="example-documents">
+ <title>Writing documents</title>
+ <p>
+ It is interesting to note that, with a simple text editor and text
+ files, it is possible to write documents such as produced by a word
+ processor.
+ </p>
+ <p>
+ To take our earlier example with HTML, to insert an image, it is done by
+ referring to an external image file (for example stored on disk in the
+ same directory). Although the image file is not part of the HTML file, a
+ web browser knows that it needs to embed it in the page.
+ </p>
+ </section>
+
+ <section id="example-source-code">
+ <title>Source code</title>
+ <p>
+ Text files are not restricted to write notes or documents, another area
+ is writing <em>source code</em>, to develop a piece of software with a
+ programming or scripting language.
+ </p>
+ </section>
+ </section>
+
+ <section id="syntax-highlighting">
+ <title>Syntax highlighting</title>
+ <p>
+ When writing text in a certain format (or “language”), it is very useful
+ to visually distinguish the different kinds of elements, when a portion of
+ text has a special meaning. The special meanings depend on the
+ <em>syntax</em> of the language, i.e., how things should be structured.
+ </p>
+ <p>
+ This is done by adding colors to the text (or other highlighting means:
+ bold, italic, underline, etc).
+ </p>
+ <p>
+ It is important to note that these colors are <em>not</em> saved into the
+ file; instead, it is the text editor application that presents the text to
+ the user that way.
+ </p>
+ </section>
+</page>
diff --git a/help/C/gedit-open-file.page b/help/C/gedit-open-file.page
new file mode 100644
index 0000000..4828c71
--- /dev/null
+++ b/help/C/gedit-open-file.page
@@ -0,0 +1,26 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic"
+ id="gedit-open-file">
+
+ <info>
+ <link type="guide" xref="gedit-files-basic" group="second" />
+ <link type="seealso" xref="gedit-open-several-files-at-once" />
+ <desc>Open a file to start working on it.</desc>
+ </info>
+
+ <title>Open a file</title>
+
+ <p>
+ To open a file in <app>gedit</app>, click the <gui>Open</gui> button.
+ </p>
+ <p>
+ This will cause the <gui>Open</gui> dialog to appear. Use your mouse or
+ keyboard to select the file that you wish to open, and then click
+ <gui>Open</gui>.
+ </p>
+ <p>
+ To close the <gui>Open</gui> dialog without opening a file, click
+ <gui>Cancel</gui>.
+ </p>
+</page>
diff --git a/help/C/gedit-open-files-from-sidepane.page b/help/C/gedit-open-files-from-sidepane.page
new file mode 100644
index 0000000..b1c8e33
--- /dev/null
+++ b/help/C/gedit-open-files-from-sidepane.page
@@ -0,0 +1,63 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="gedit-open-files-from-sidepane">
+
+ <info>
+ <link type="guide" xref="index#configure-gedit"/>
+ <desc>Use gedit's side pane as a file browser.</desc>
+ </info>
+
+ <title>View and open files from the side panel</title>
+ <p>
+ The most common way to switch between files in <app>gedit</app> is by using
+ the tabs at the top of the <app>gedit</app> window. In some cases, though,
+ particularly when you are working with a large number of open files, you
+ may find it easier to use the side panel.
+ </p>
+
+ <p>
+ To activate the side panel, select <guiseq><gui>View</gui>
+ <gui>Side Panel</gui></guiseq>, or just press the <key>F9</key> key.
+ </p>
+
+ <note style="note">
+ <p>
+ You can toggle the side panel open or closed by pressing
+ <key>F9</key> at any time.
+ </p>
+ </note>
+
+<!-- TODO: This section is duplicated from gedit-plugins-file-browser.page; does it make sense here? -->
+ <section id="sidepane-open">
+ <title>Opening files from the side panel</title>
+ <p>
+ To open files from the side panel, first open the
+ side panel by selecting <guiseq><gui>View</gui>
+ <gui>Side Panel</gui></guiseq> (or just press
+ <key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown
+ at the top of the panel.
+ </p>
+
+ <p>
+ This will activate the <em>File Browser</em> mode of the
+ side panel. You can then use the navigation buttons at the top
+ of the panel to locate and open your desired files.
+ </p>
+ </section>
+
+ <section id="sidepane-switch">
+ <title>Using the side panel to switch between open files</title>
+ <p>
+ Once you have several files open, you can use the side panel to switch
+ between open files. To list open files, choose <gui>Documents</gui>
+ from the dropdown at the top of the panel.
+ </p>
+
+ <p>
+ Clicking on any file name in the side panel will open that file
+ for editing.
+ </p>
+ </section>
+
+ </page>
diff --git a/help/C/gedit-open-on-server.page b/help/C/gedit-open-on-server.page
new file mode 100644
index 0000000..a3d05a1
--- /dev/null
+++ b/help/C/gedit-open-on-server.page
@@ -0,0 +1,46 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-open-on-server">
+
+ <info>
+ <link type="guide" xref="index#gedit-advanced" />
+ <desc>Access files that are stored on a different computer.</desc>
+ </info>
+
+ <title>Open a file that is located on a server</title>
+
+ <p>Prior to opening a file on a server from within <app>gedit</app>, you need
+ to know some technical information about the server. For example, you will
+ need to know the IP Address or URL of the server, and may need to know what
+ kind of server it is (e.g., HTTP, FTP, etc.).</p>
+
+ <p>Also, some types of servers impose restrictions on what you can do with
+ files stored on the server. For example, you may be able to open a file from
+ a server, but may need to save any changes to the file locally, on your own
+ computer.</p>
+
+ <p>With these caveats in mind, perform the following steps to open a file
+ from a server using <app>gedit</app>:</p>
+
+ <steps>
+ <item><p>In the header bar, click on <gui>Open</gui>.</p></item>
+ <item><p>Click <gui>Other Locations</gui>.</p></item>
+ <item><p>Enter the IP Address or URL of the appropriate
+ server.</p></item>
+ <item><p>Find and select the file that you wish to open.</p></item>
+ <item><p>Use the Character Encoding drop-down list to select the
+ appropriate character coding.</p></item>
+ <item><p>Click <gui>Open</gui>.</p></item>
+ </steps>
+
+ <p>Valid types of URI include http:, ftp:, file:, and all of the methods
+ supported by <app>GVfs</app>.</p>
+
+ <note>
+ <p>Files from some types of URI are opened as read-only, and any changes
+ you make must be saved to a different location. For example, HTTP only
+ allows files to be read. Files opened from FTP are read-only because not
+ all FTP servers may correctly work with saving remote files.</p>
+ </note>
+
+</page>
diff --git a/help/C/gedit-open-recent.page b/help/C/gedit-open-recent.page
new file mode 100644
index 0000000..62af948
--- /dev/null
+++ b/help/C/gedit-open-recent.page
@@ -0,0 +1,27 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-open-recent">
+
+ <info>
+ <link type="guide" xref="gedit-files-basic" group="fifth"/>
+ <desc>Access files that you have previously opened in <app>gedit</app>.</desc>
+ </info>
+
+ <title>Reopen a recently-used file</title>
+
+ <p><app>gedit</app> provides easy access to your ten most recently-used
+ files, that have been previously opened in <app>gedit</app>. Here is how you
+ can open a recently-used file:</p>
+ <list type="numbered">
+ <item><p>Click the arrow button next to the <gui>Open</gui> button in the
+ header bar.</p></item>
+ <item><p><app>gedit</app> will display a menu with the ten most
+ recently-used files.</p></item>
+ <item><p>Select the desired file, and it will open in a new tab.</p></item>
+ </list>
+
+ <note><p>When hovering with the mouse over a recently-used file from the
+ menu, the full path to the file is displayed in the status bar at the bottom
+ of the <app>gedit</app> window.</p></note>
+
+</page>
diff --git a/help/C/gedit-open-several-files-at-once.page b/help/C/gedit-open-several-files-at-once.page
new file mode 100644
index 0000000..ceb5404
--- /dev/null
+++ b/help/C/gedit-open-several-files-at-once.page
@@ -0,0 +1,30 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic"
+ id="gedit-open-several-files-at-once">
+
+ <info>
+ <link type="guide" xref="index#gedit-working-with-files" group="second" />
+ <link type="seealso" xref="gedit-open-file" />
+ <desc>Select a set of files to open.</desc>
+ </info>
+
+ <title>Open several files at once</title>
+ <p>
+ Click the <gui>Open</gui> button. This will cause the <gui>Open</gui> dialog
+ to appear.
+ </p>
+ <p>
+ From the <gui>Open</gui> dialog, you can select more than one file with
+ the <key>Ctrl</key> or <key>Shift</key> key.
+ </p>
+ <p>
+ If you hold down the <key>Ctrl</key> key while you select a file, that
+ file will be added to the selection.
+ </p>
+ <p>
+ If you hold down the <key>Shift</key> key while you select a file, the
+ selection of files will contain the first file, the last file, and all of
+ the files in between.
+ </p>
+</page>
diff --git a/help/C/gedit-plugin-guide.page b/help/C/gedit-plugin-guide.page
new file mode 100644
index 0000000..8d42c18
--- /dev/null
+++ b/help/C/gedit-plugin-guide.page
@@ -0,0 +1,41 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:e="http://projectmallard.org/experimental/"
+ xmlns:if="http://projectmallard.org/if/1.0/"
+ type="guide" style="task"
+ id="gedit-plugin-guide">
+
+ <info>
+ <link type="guide" xref="index#gedit-plugins"/>
+ <desc>Use plugins to customize how gedit works for you.</desc>
+ </info>
+
+ <title>Configure and use gedit plugins</title>
+ <p>You can do more with <app>gedit</app> by using plugins. Several plugins
+ are installed by default, but a large number of other plugins are available
+ separately.</p>
+
+ <note><p>Many Linux distributions make a group of these plugins available as
+ a <app>gedit-plugins</app> package. Install the <app>gedit-plugins</app>
+ package to make these extra plugins available to <app>gedit</app>.</p>
+
+ <if:choose xmlns:if="http://projectmallard.org/if/1.0/">
+ <if:when test="action:install">
+ <p><link action="install:gedit-plugins" href="ftp://ftp.gnome.org/pub/gnome/sources/gedit-plugins/" style="button">Install gedit-plugins</link></p>
+ </if:when>
+ </if:choose>
+ </note>
+
+ <section id="gedit-default-plugins" style="2column">
+ <title>Default gedit Plugins</title>
+ </section>
+
+ <section id="gedit-additional-plugins" style="2column">
+ <title>Additional gedit Plugins</title>
+ </section>
+
+<!-- TODO document how to create gedit plugins
+ <section id="gedit-create-plugins">
+ <title>Create your own gedit Plugins</title>
+ </section>
+-->
+</page>
diff --git a/help/C/gedit-plugins-change-case.page b/help/C/gedit-plugins-change-case.page
new file mode 100644
index 0000000..52dddb5
--- /dev/null
+++ b/help/C/gedit-plugins-change-case.page
@@ -0,0 +1,44 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-change-case">
+
+<info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Change the case of selected text.</desc>
+</info>
+
+<title>Change case</title>
+
+ <p>This plugin helps you to change the case of selected portions of text. You
+ can use it to change text to be all lower case, all upper case, to invert the
+ case, or apply title case. To enable this plugin, select
+ <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
+ <gui>Plugins</gui><gui>Change Case</gui></guiseq>.</p>
+
+ <p>Once the <em>Change Case</em> plugin is enabled, you can use it by
+ completing the following steps:</p>
+
+ <steps>
+ <item><p>Highlight the portion of text that you want to change.</p></item>
+ <item><p>Select <guiseq><gui style="menu">gedit</gui><gui>Change Case</gui></guiseq></p>
+ </item>
+ <item><p>Choose your desired text-formatting option.</p></item>
+ </steps>
+
+ <p>The updates to the text formatting will take place immediately.</p>
+
+ <note style="tip">
+ <p>The <gui>Invert Case</gui> option will convert all lower case letters to
+ upper case, and will convert all upper case letters to lower case.</p>
+ <p>The <gui>Title Case</gui> option will convert the first letter of each
+ word to upper case. All other letters will be converted to lower
+ case.</p>
+ </note>
+
+ <note>
+ <p>If you have not highlighted any text, the <em>Change Case</em> feature
+ will be grayed-out. You need to select a portion of text before you use the
+ <em>Change Case</em> feature.</p>
+ </note>
+
+</page>
diff --git a/help/C/gedit-plugins-doc-stats.page b/help/C/gedit-plugins-doc-stats.page
new file mode 100644
index 0000000..290eaf0
--- /dev/null
+++ b/help/C/gedit-plugins-doc-stats.page
@@ -0,0 +1,34 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-doc-stats">
+
+<info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>View document statistics.</desc>
+</info>
+
+<title>Document statistics</title>
+
+ <p>The <em>Document Statistics</em> plugin shows you various statistics about
+ your current document. To enable this plugin, select
+ <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
+ <gui>Plugins</gui><gui>Document Statistics</gui></guiseq>.</p>
+
+<section id="using-doc-stats">
+ <title>Using Document Statistics</title>
+
+ <p>Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui>
+ <gui>Document Statistics</gui></guiseq>. A window will display the
+ statistical information of your document, including the number of words,
+ lines, characters, non-space characters, and the size of your file in
+ bytes.</p>
+
+ <p>You can also use <em>Document Statistics</em> to show you information about
+ just a portion of your document. To do this, use the mouse pointer to select
+ the portion of text that you want to examine, and then select
+ <guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>.
+ <app>Gedit</app> will display information for both your entire document, and
+ for the portion of text that you highlighted.</p>
+</section>
+
+</page>
diff --git a/help/C/gedit-plugins-external-tools.page b/help/C/gedit-plugins-external-tools.page
new file mode 100644
index 0000000..4d87f9c
--- /dev/null
+++ b/help/C/gedit-plugins-external-tools.page
@@ -0,0 +1,37 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-external-tools">
+
+<!-- TODO: Provide an example or two about using external tools -->
+
+<info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Run scripts on your current files, and interact with other applications.</desc>
+ <!--INFOAT: https://wiki.gnome.org/Apps/Gedit/Plugins/ExternalTools -->
+</info>
+
+<title>External tools</title>
+
+ <p>The <em>External Tools</em> plugin can help simplify repetitive tasks.
+ Specifically, it extends <app>gedit</app> by helping you to run scripts on
+ your working files, and by allowing <app>gedit</app> to interact with other
+ programs on your computer. To enable the <app>External Tools</app> plugin,
+ select <guiseq><gui style="menu">gedit</gui>
+ <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
+ <gui>External Tools</gui></guiseq>.</p>
+
+ <section id="plugin-config-external-tools">
+ <title>Configure the external tools plugin</title>
+
+ <p>Once you have enabled the plugin, you will need to configure it to suit
+ your needs. The configuration options are available by selecting
+ <guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>.</p>
+
+ <note style="caution">
+ <p>This plugin is for advanced users, and requires knowledge of scripting
+ to be used effectively. Use this plugin with care, as mistakes with your
+ scripts can affect your work in unintended ways.</p>
+ </note>
+ </section>
+
+</page>
diff --git a/help/C/gedit-plugins-file-browser.page b/help/C/gedit-plugins-file-browser.page
new file mode 100644
index 0000000..e4b9362
--- /dev/null
+++ b/help/C/gedit-plugins-file-browser.page
@@ -0,0 +1,39 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="gedit-plugins-file-browser">
+
+<info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Use the side panel to browse and open files.</desc>
+</info>
+
+<title>File browser panel</title>
+
+ <p>Depending on how you use <app>gedit</app>, you may find it helpful to use
+ the <app>File Browser panel</app> plugin. This plugin embeds a
+ <app>file browser</app> in the side panel, giving you easy access to your
+ frequently-used files.</p>
+
+ <p>You can enable the side panel by selecting
+ <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
+ <gui>Plugins</gui><gui>File Browser Panel</gui></guiseq>.</p>
+
+ <section id="sidepane-open">
+ <title>Opening files from the side panel</title>
+ <p>
+ To open files from the side panel, first open the
+ side panel by selecting <guiseq><gui>View</gui>
+ <gui>Side Panel</gui></guiseq> (or just press
+ <key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown
+ at the top of the panel.
+ </p>
+
+ <p>
+ This will activate the <em>File Browser</em> mode of the
+ side panel. You can then use the navigation buttons at the top
+ of the panel to locate and open your desired files.
+ </p>
+ </section>
+
+</page>
diff --git a/help/C/gedit-plugins-insert-date-time.page b/help/C/gedit-plugins-insert-date-time.page
new file mode 100644
index 0000000..e86e617
--- /dev/null
+++ b/help/C/gedit-plugins-insert-date-time.page
@@ -0,0 +1,39 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-insert-date-time">
+
+<info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Insert the current date/time at the cursor position.</desc>
+</info>
+
+<title>Insert date/time</title>
+
+ <p>As this name of this plugin suggests, the <gui>Insert Date/Time</gui>
+ plugin allows you to insert the date and/or time at the current cursor
+ position.</p>
+
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Insert Date/Time</gui> to enable the plugin.</p>
+ </item>
+ </steps>
+
+ <p>To use the plugin, press the menu button in the top-right corner of the
+ window and select <guiseq><gui style="menuitem">Tools</gui>
+ <gui style="menuitem">Insert Date and Time…</gui></guiseq>.</p>
+
+ <p>By default, the <gui>Insert Date/Time</gui> plugin will prompt you to
+ choose your preferred date/time format each time that you use the plugin.
+ However, you can choose your own default date and time format by pressing the
+ menu button in the top-right corner of the window and selecting <guiseq>
+ <gui style="menuitem">Preferences</gui><gui style="tab">Plugins</gui><gui>
+ Insert Date/Time</gui><gui style="button">Preferences</gui></guiseq>.</p>
+
+</page>
diff --git a/help/C/gedit-plugins-install.page b/help/C/gedit-plugins-install.page
new file mode 100644
index 0000000..b76ba6a
--- /dev/null
+++ b/help/C/gedit-plugins-install.page
@@ -0,0 +1,55 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-install">
+ <info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+ <desc>How to install third-party plugins.</desc>
+ </info>
+
+ <title>Additional gedit plugins</title>
+
+ <p>Installing third-party plugins gives you extra functionality that isn't
+ available in default <app>gedit</app> plugins, or even the extra plugins that
+ are part of the <app>gedit-plugins</app> package. An online list of
+ third-party plugins is
+ <link href="https://wiki.gnome.org/Apps/Gedit">kept here</link>.
+ </p>
+
+ <p>Installing a third-party plugin involves downloading the plugin, placing
+ the plugin files in the right directory, and activating the plugin.</p>
+
+ <steps>
+ <item><p>You can usually download a plugin from the plugin's website, but
+ may need to use a revision-control program like <app>git</app>, <app>
+ bazaar</app>, or <app>subversion</app> to copy a plugin's software
+ repository from the internet. Refer to the plugin's documentation for
+ information on getting the plugin.</p></item>
+ <item><p>Place the plugin files into the
+ <file>/home/<var>username</var>/.local/share/gedit/plugins</file> directory.
+ </p>
+ <p>Of course, replace the word <var>username</var> with your own username.
+ </p></item>
+ <item><p>After you have placed the plugin files into the correct directory,
+ the plugin will appear in the Preferences menu. Press the menu button in the
+ top-right corner of the window and select <guiseq><gui style="menuitem">
+ Preferences</gui><gui style="tab">Plugins</gui><gui>[Name of Plugin]</gui>
+ </guiseq> to enable the plugin.</p></item>
+ <item><p>Click <gui>Close</gui>.</p></item>
+ </steps>
+
+ <p>After you have enabled the plugin, it should be available for you to use.
+ </p>
+
+ <note style="tip">
+ <p>The <file>.local</file> directory is hidden by default. To view it and
+ other hidden files, select <guiseq><gui>View</gui><gui>Show Hidden
+ Files</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>.
+ </p>
+ </note>
+
+ <note style="tip">
+ <p>If the directory <file>.local/share/gedit/plugins/</file> is not
+ present on your system, you will need to create it.</p>
+ </note>
+
+</page>
diff --git a/help/C/gedit-plugins-modelines.page b/help/C/gedit-plugins-modelines.page
new file mode 100644
index 0000000..2922148
--- /dev/null
+++ b/help/C/gedit-plugins-modelines.page
@@ -0,0 +1,91 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-modelines">
+
+<info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Emacs, Kate and Vim-style modelines support for gedit.</desc>
+</info>
+
+<title>Modelines</title>
+
+ <p>The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the
+ lines of text at the start and end of a file, and then apply a set of
+ document preferences to the file. The <app>Modelines</app> plugin supports a
+ subset of the options used by the <app>Emacs</app>, <app>Kate</app> and
+ <app>Vim</app> text editors.</p>
+
+ <p>To enable the <app>Modelines</app> plugin, select <guiseq><gui style="menu">gedit</gui>
+ <gui style="menuitem">Preferences</gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>.</p>
+
+<section id="modelines-general">
+ <title>General Modeline Options</title>
+ <p>The following options can be set using <app>gedit</app> modelines:</p>
+ <list>
+ <item><p>Tab width</p></item>
+ <item><p>Indent width</p></item>
+ <item><p>Inserting spaces instead of tabs</p></item>
+ <item><p>Text Wrapping</p></item>
+ <item><p>Right margin width</p></item>
+ </list>
+
+ <note>
+ <p>Preferences set using modelines take precedence over the ones specified
+ in the preference dialog.</p>
+ </note>
+</section>
+
+<section id="modelines-emacs">
+ <title>Emacs Modelines</title>
+
+ <p>The first two lines of a document are scanned for <app>Emacs</app>
+ modelines, and <app>gedit</app> supports the following <app>Emacs</app>
+ modeline options:</p>
+ <list>
+ <item><p>Tab-width</p></item>
+ <item><p>Indent-offset</p></item>
+ <item><p>Indent-tabs-mode</p></item>
+ <item><p>Text auto-wrap</p></item>
+ </list>
+ <p>For more information on <app>Emacs</app> modelines, visit the
+ <link href="https://www.gnu.org/software/emacs/manual/emacs.html">GNU Emacs
+ Manual</link>.</p>
+</section>
+
+<section id="modelines-kate">
+ <title>Kate Modelines</title>
+
+ <p>The first and last ten lines a document are scanned for <app>Kate</app>
+ modelines, and <app>gedit</app> supports the following <app>Kate</app>
+ modeline options:</p>
+
+ <list>
+ <item><p>tab-width</p></item>
+ <item><p>indent-width</p></item>
+ <item><p>space-indent</p></item>
+ <item><p>word-wrap</p></item>
+ <item><p>word-wrap-column</p></item>
+ </list>
+
+ <p>For more information about <app>Kate</app> modelines, visit the
+ <link href="https://kate-editor.org/">Kate website</link>.</p>
+</section>
+
+<section id="modelines-vim">
+ <title>Vim Modelines</title>
+ <p>The first and last three lines a document are scanned for <app>Vim</app>
+ modelines, and <app>gedit</app> supports the following <app>Vim</app>
+ modeline options:</p>
+
+ <list>
+ <item><p>et (expandtab)</p></item>
+ <item><p>ts (tabstop)</p></item>
+ <item><p>sw (shiftwidth)</p></item>
+ <item><p>wrap</p></item>
+ <item><p>textwidth</p></item>
+ </list>
+
+ <p>For more information on <app>Vim</app> modelines, visit the
+ <link href="https://www.vim.org/">Vim website</link>.</p>
+</section>
+</page>
diff --git a/help/C/gedit-plugins-pyconsole.page b/help/C/gedit-plugins-pyconsole.page
new file mode 100644
index 0000000..7291be9
--- /dev/null
+++ b/help/C/gedit-plugins-pyconsole.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-pyconsole">
+
+<info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Add an interactive Python console to the bottom pane.</desc>
+</info>
+
+ <title>Python console</title>
+
+ <p>You can add a Python console to the bottom pane, allowing you to test
+ Python scripts without leaving <app>gedit</app>. To enable the Python
+ console, select <guiseq><gui style="menu">gedit</gui>
+ <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
+ <gui>Python Console</gui></guiseq>.</p>
+
+ <p>Once the Python console is enabled, you can open it by selecting
+ <guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>.</p>
+
+ <note style="tip"><p>If you have also enabled the <gui>Embeded Terminal</gui>
+ plugin, the <gui>Python Console</gui> will appear as a separate tab in the
+ bottom pane.</p></note>
+</page>
diff --git a/help/C/gedit-plugins-quick-open.page b/help/C/gedit-plugins-quick-open.page
new file mode 100644
index 0000000..b432961
--- /dev/null
+++ b/help/C/gedit-plugins-quick-open.page
@@ -0,0 +1,54 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-quick-open">
+ <info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Quickly open a file or set of files.</desc>
+ </info>
+
+ <title>Quick open</title>
+
+ <p>As the name of this plugin would imply, the <app>Quick Open</app> plugin
+ helps you to open files more quickly than using the usual ways of opening
+ files. To enable this plugin, select <guiseq><gui style="menu">gedit</gui>
+ <gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>.</p>
+
+ <p>Once you have enabled the <app>Quick Open</app> plugin you can use it as
+ follows:</p>
+
+ <steps>
+ <item><p>Open the <app>Quick Open</app> dialog box by pressing
+ <keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq>, or by selecting
+ <gui style="menuitem">Quick Open…</gui>.</p>
+ <p>The <gui>Quick Open</gui> file dialog will appear.</p></item>
+ <item><p>Use your mouse to select the file or files that you want to
+ open.</p>
+ <p>To select several individual files, hold down your <key>Ctrl</key> key
+ while you click on the files that you want to open.</p>
+ <p>To select a group of files, click on the first file that you want to
+ open, hold down the <key>Shift</key> key, and then click on the last file
+ in the list that you want to open.</p></item>
+ <item><p>Click <gui>Open</gui>.</p></item>
+ </steps>
+
+ <p><app>Quick Open</app> will look for files in:</p>
+
+ <list>
+ <item><p>The directory of the currently opened document</p></item>
+ <item><p>The root directory of the
+ <app xref="gedit-plugins-file-browser">File Browser Panel</app>
+ plugin</p></item>
+ <item><p>Recent documents which are also shown in the <file>Recent</file>
+ folder in <app>Files</app></p></item>
+ <item><p>Directories which you have bookmarked in
+ <app>Files</app></p></item>
+ <item><p>Your <file>Desktop</file> directory</p></item>
+ <item><p>Your <file>Home</file> directory</p></item>
+ </list>
+
+ <note style="tip">
+ <p><app>Quick Open</app> displays files in any of the above locations
+ regardless of whether or not you have opened them previously.</p>
+ </note>
+
+</page>
diff --git a/help/C/gedit-plugins-snippets.page b/help/C/gedit-plugins-snippets.page
new file mode 100644
index 0000000..504cdb4
--- /dev/null
+++ b/help/C/gedit-plugins-snippets.page
@@ -0,0 +1,176 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide" style="task 2column"
+ id="gedit-plugins-snippets">
+ <info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Use snippets to quickly insert often-used pieces of text.</desc>
+ </info>
+
+ <title>Snippets</title>
+
+ <p><app>Snippets</app> provide a convenient way of inserting repetitive
+ portions of code into your files. For example, an HTML snippet for the
+ <code><![CDATA[<img>]]></code> tag would insert the opening and closing
+ portions of the tag, as well as fixed places where you can enter image
+ attributes. This can make writing code easier and faster.</p>
+
+ <section id="enable-snippets">
+ <title>Enable Snippets Plugin</title>
+
+ <p>To enable the <gui>Snippets</gui> plugin:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">gedit</gui>
+ <gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Snippets</gui> to enable the
+ plugin.</p>
+ </item>
+ </steps>
+ </section>
+
+ <section id="browse-snippets">
+ <title>Browse Snippets</title>
+
+ <p>To browse available snippets:</p>
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">Tools</gui>
+ <gui style="menuitem">Manage Snippets</gui></guiseq>.</p>
+ <note style="important">
+ <p>Make sure the syntax is set appropriately. The status bar at the
+ bottom of the <app>gedit</app> window will show the current language
+ setting. This language setting is what allows gedit to insert the
+ proper snippets. <app>Gedit</app> will normally detect the language or
+ syntax of the file that you're using, but sometimes you may need to
+ set it.</p>
+ <figure>
+ <desc>In this example, the language is set to HTML.</desc>
+ <media type="image" mime="image/png"
+ src="figures/gedit-html-snippet.png"></media>
+ </figure>
+ </note>
+ </item>
+ <item>
+ <p>Browse the snippets that are available for your language or
+ syntax.</p>
+ </item>
+ </steps>
+ </section>
+
+ <section id="using-snippets">
+ <title>Using Snippets</title>
+
+ <p>To insert a snippet into your current document:</p>
+
+ <steps>
+ <item>
+ <p>Type the desired snippet name anywhere in your current document.</p>
+ </item>
+ <item>
+ <p>Press <key>Tab</key> to insert the snippet associated with the input
+ term.</p>
+ </item>
+ </steps>
+ </section>
+
+ <section id="example-insert-snippet">
+ <title>Snippet Example Usage</title>
+
+ <p>For example, if you have set the syntax to <em>HTML</em>, type
+ <code>head </code>, and press the <key>Tab</key> key. The text would have
+ auto completed into a snippet as:</p>
+
+ <code>
+ <![CDATA[<head>
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+ <title>Page Title</title>
+ </head>]]>
+ </code>
+
+ </section>
+
+ <section id="adding-snippets">
+ <title>Adding Snippets</title>
+
+ <p>You can add new Snippets that work either globally (that is, they are
+ language agnostic) or only in a particular syntax.</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq style="menu"><gui style="menuitem">Tools</gui>
+ <gui style="menuitem">Manage Snippets</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>From the <gui>Manage Snippets</gui> sidebar select the desired syntax
+ and click on the "+" button to list existing snippets for the selected
+ syntax.</p>
+ <note style="tip">
+ <p>To add a snippet that works globally (that is, when no particular
+ syntax or language has been set for the document), select
+ <gui>Global</gui> from the <gui>Manage Snippets</gui> sidebar.</p>
+ </note>
+ </item>
+ <item>
+ <p>To add a new snippet, click on the "plus" icon in the
+ <gui>Manage Snippets</gui> sidebar.</p>
+ </item>
+ <item>
+ <p>Input a name for the new snippet. The name of the snippet can be
+ different from the snippet you want to add.</p>
+ </item>
+ <item>
+ <p>Under the <gui style="group">Activation</gui> section, you must
+ input a term for the <gui style="input">Tab trigger:</gui> textarea.
+ You will be using this term to insert your snippet.</p>
+ <note style="tip">
+ <p>If you wish to insert a snippet with a keyboard shortcut, then
+ click your mouse pointer on <gui style="input">Shortcut key:</gui>
+ textarea and press the desired combination of keys. Once you have
+ pressed and released the keys, the keyboard shortcut will be set.</p>
+ </note>
+ </item>
+ <item>
+ <p>Under the textarea for <gui style="input">Edit:</gui>, input the
+ desired text for the snippet. You may use <code>${n}</code> to indicate
+ variables, where <em>n</em> is replaced with a number that
+ represents the numerical order of variables included.</p>
+ </item>
+ </steps>
+
+ </section>
+
+ <section id="example-add-snippet">
+ <title>New Snippet Example</title>
+
+ <p>Consider you have created a snippet with the term <var>greetings</var>
+ in <gui style="input">Tab trigger:</gui>. The
+ <gui style="input">Edit:</gui> textarea contains:</p>
+
+ <code>
+ <![CDATA[<greetings>Hello ${1:wonderful}${2:amazing} world!
+ </greetings>]]>
+ </code>
+
+ <p>You can insert this snippet by typing <var>greetings</var> in the
+ document and pressing the <key>Tab</key> key. The following text snippet
+ will be inserted:</p>
+
+ <code>
+ <![CDATA[<greetings>Hello wonderfulamazing world!</greetings>]]>
+ </code>
+
+ <p>The words "wonderful" and "amazing" can be retained or deleted depending
+ on your choice of usage. To do so, press <key>Tab</key> to choose between
+ "wonderful" and "amazing" and press <key>Del</key> to delete the least
+ preferred option.</p>
+ </section>
+
+ <!--TODO: <section id="modifying-snippets">
+ <title>Modifying Existing Snippets</title>
+
+ </section>-->
+</page>
diff --git a/help/C/gedit-plugins-sort.page b/help/C/gedit-plugins-sort.page
new file mode 100644
index 0000000..3bd2834
--- /dev/null
+++ b/help/C/gedit-plugins-sort.page
@@ -0,0 +1,74 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-sort">
+
+<info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Sort lines of text into alphabetical order.</desc>
+</info>
+
+<title>Sort</title>
+
+ <p>The Sort plugin arranges selected lines of text into alphabetical
+ order.</p>
+
+ <section id="enable-sort">
+ <title>Enable Sort Plugin</title>
+
+ <p>To enable the <app>Sort</app> plugin:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">gedit</gui>
+ <gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Sort</gui> to enable the plugin.</p>
+ </item>
+ </steps>
+
+ </section>
+
+ <section id="using-sort">
+ <title>Using Sort Plugin</title>
+
+ <p>To use the <gui>Sort</gui> plugin:</p>
+
+ <steps>
+ <item>
+ <p>Select the desired lines of text.</p>
+ </item>
+ <item>
+ <p>Select <guiseq><gui style="menu">Tools</gui>
+ <gui style="menuitem">Sort…</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>The <gui>Sort</gui> dialog will open, allowing you to choose between
+ several sorting options:</p>
+ <list>
+ <item>
+ <p><gui>Reverse order</gui> will arrange the text in reverse
+ alphabetical order.</p>
+ </item>
+ <item>
+ <p><gui>Remove duplicates</gui> will remove duplicate values from
+ the list.</p>
+ </item>
+ <item>
+ <p><gui>Ignore case</gui> will ignore case sensitivity.</p>
+ <note style="tip">
+ <p>To have the sort ignore the characters at the start of the
+ lines, set the first character that should be used for sorting in
+ the <gui>Start at</gui> column spin box.</p>
+ </note>
+ </item>
+ </list>
+ </item>
+ <item>
+ <p>To perform the sort operation, click <gui>Sort</gui>.</p>
+ </item>
+ </steps>
+ </section>
+
+</page>
diff --git a/help/C/gedit-printing-order.page b/help/C/gedit-printing-order.page
new file mode 100644
index 0000000..629a0de
--- /dev/null
+++ b/help/C/gedit-printing-order.page
@@ -0,0 +1,58 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-printing-order">
+
+ <info>
+ <link type="guide" xref="gedit-printing#printing-order-select"/>
+ <desc>Set the pages to print in a certain order.</desc>
+ </info>
+
+<title>Getting Copies To Print In The Correct Order</title>
+
+ <section id="printing-reverse">
+ <title>Reverse</title>
+
+ <p>Printers usually print the first page first, and the last page last, so
+ the pages end up in reverse order when you pick them up. To reverse the
+ order:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">File</gui>
+ <gui style="menuitem">Print</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>In the <gui style="tab">General</gui> tab of the Print dialog under
+ <gui style="group">Copies</gui>, check
+ <gui style="checkbox">Reverse</gui>.</p>
+ </item>
+ </steps>
+
+ <p>The last page will be printed first, and so on.</p>
+</section>
+
+ <section id="printing-collate">
+ <title>Collate</title>
+
+ <p>If you are printing more than one copy of the document, the print outs
+ will be grouped by page number by default. (e.g. The copies of page one come
+ out, then the copies of page two, etc.) Collating will make each copy come
+ out with its pages grouped together.</p>
+
+ <p>To Collate:</p>
+ <steps>
+ <item>
+ <p>Click <guiseq><gui style="menu">File</gui>
+ <gui style="menuitem">Print</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>In the <gui style="tab">General</gui> tab of the Print dialog under
+ <gui style="group">Copies</gui> check
+ <gui style="checkbox">Collate</gui>.</p>
+ </item>
+ </steps>
+
+<!--TODO: Fix image <media type="image" src="reverse-collate.png"/> -->
+</section>
+
+</page>
diff --git a/help/C/gedit-printing-select.page b/help/C/gedit-printing-select.page
new file mode 100644
index 0000000..e5ae33d
--- /dev/null
+++ b/help/C/gedit-printing-select.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-printing-select">
+
+ <info>
+ <link type="guide" xref="gedit-printing#printing-order-select"/>
+ <desc>Choose the pages that you want to print.</desc>
+ </info>
+
+ <title>Only print certain pages</title>
+
+ <p>You can selectively print only certain pages from the document. For
+ example, if you enter the page numbers "1,3,5-7,9", then only pages 1, 3,
+ 5, 6, 7 and 9 will be printed. To print pages of your choice:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">File</gui>
+ <gui style="menuitem">Print…</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>In the <gui style="tab">General</gui> tab in the Print dialog choose
+ <gui style="radiobutton">Pages</gui> from the
+ <gui style="group">Range</gui> section.</p></item>
+ <item>
+ <p>Type the numbers of the pages you want to print from the document,
+ separated by commas. Use a dash to specify a range of pages.</p>
+ </item>
+ </steps>
+
+ <!--TODO: Fix this <media type="image" src="print-select.png"/> -->
+</page>
diff --git a/help/C/gedit-printing.page b/help/C/gedit-printing.page
new file mode 100644
index 0000000..2e63fb5
--- /dev/null
+++ b/help/C/gedit-printing.page
@@ -0,0 +1,116 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide" style="task"
+ id="gedit-printing">
+
+ <info>
+ <link type="guide" xref="index#gedit-printing-guide"/>
+ <desc>Print the files that you create with gedit.</desc>
+ </info>
+
+ <title>Printing documents</title>
+
+ <note style="important">
+ <p>Printing with <app>gedit</app> requires that you have connected and
+ configured your printer. If you have not done this, please consult the
+ <link href="help:gnome-help/printing">printing help for GNOME</link>.</p>
+ </note>
+
+ <p><app>gedit</app> allows you to print both to a file and to paper.</p>
+
+ <section id="print-preview">
+ <title>Print Preview</title>
+
+ <p>Prior to printing your document, you can preview how the printed document
+ will look by using <gui>Print Preview</gui>. To preview the document:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">File</gui>
+ <gui style="menuitem">Print Preview</gui></guiseq>. Alternatively, you
+ can press <keyseq><key>Shift</key><key>Ctrl</key>
+ <key>P</key></keyseq>.</p>
+ </item>
+ </steps>
+
+ <p>A preview of your document will open in the same tab as the file. You can
+ browse this preview with help of navigation buttons and tools in the toolbar
+ at the top of the document preview tab. To close and return to the document
+ click <gui style="button">Close Preview</gui>.</p>
+
+ </section>
+
+ <section id="printing-to-paper">
+ <title>Printing To Paper</title>
+
+ <p>You can print your documents to paper using a local or remote printer. To
+ print a file:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">File</gui>
+ <gui style="menuitem">Print</gui>
+ <gui style="tab">General</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select the desired printer from the list of printers available.</p>
+ </item>
+ <item>
+ <p>You can preview the file using <gui style="button">Print Preview</gui>
+ and once you are satisfied with the settings, click
+ <gui style="button">Print</gui> to send the file to printer.</p>
+ </item>
+ </steps>
+
+ <p>Additionally, from <gui style="tab">Page Setup</gui> tab: you can choose
+ <gui style="group">Layout</gui> and <gui style="group">Paper</gui> options. As
+ these settings are available throughout <app>GNOME</app> programs, please
+ consult
+ <link href="help:gnome-help/printing#paper">Layout and Paper options</link>
+ help.</p>
+
+ </section>
+
+ <section id="printing-order-select">
+ <title>Print Multiple Copies And Between Specified Ranges</title>
+
+ <p>You can set <gui style="group">Range</gui> and
+ <gui style="group">Copies</gui> options to help you:</p>
+
+ </section>
+
+ <section id="printing-to-file">
+ <title>Printing To File</title>
+
+ <p>You can also use <app>gedit</app> to print to a file. To print your
+ document to file of a different format:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">File</gui>
+ <gui style="menuitem">Print</gui>
+ <gui style="menuitem">Print to File</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Printing is enabled for the following file formats, you may select
+ from:</p>
+ <list>
+ <item>
+ <p>Portable Document Format (.pdf)</p>
+ </item>
+ <item>
+ <p>PostScript (.ps)</p>
+ </item>
+ <item>
+ <p>Scalable Vector Graphic (.svg)</p>
+ </item>
+ </list>
+ </item>
+ <item>
+ <p>To print the document to file, click
+ <gui style="button">Print</gui>.</p>
+ </item>
+ </steps>
+
+ </section>
+
+</page>
diff --git a/help/C/gedit-save-file.page b/help/C/gedit-save-file.page
new file mode 100644
index 0000000..a12af63
--- /dev/null
+++ b/help/C/gedit-save-file.page
@@ -0,0 +1,20 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic"
+ id="gedit-save-file">
+
+ <info>
+ <link type="guide" xref="gedit-files-basic" group="third" />
+ <desc>Save your file to work on it later.</desc>
+ </info>
+
+ <title>Save a file</title>
+ <p>
+ To save a file in <app>gedit</app>, click on the
+ <gui style="button">Save</gui> button on the right side of the header bar.
+ </p>
+ <p>
+ For a new file, a dialog will appear, and you can choose the name and
+ directory where the file will be saved.
+ </p>
+</page>
diff --git a/help/C/gedit-search-and-replace.page b/help/C/gedit-search-and-replace.page
new file mode 100644
index 0000000..dc54561
--- /dev/null
+++ b/help/C/gedit-search-and-replace.page
@@ -0,0 +1,122 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide"
+ id="gedit-search-and-replace">
+
+ <info>
+ <link type="guide" xref="index#gedit-working-with-files" group="sixth" />
+ <desc>Find and replace portions of text in a file.</desc>
+ </info>
+
+ <title>Search and replace</title>
+
+ <links type="topic" groups="first" />
+
+ <section>
+ <title>The simple search</title>
+ <p>
+ To open the search entry field, click on:
+ </p>
+ <p>
+ <guiseq>
+ <gui style="menu">Menu Button</gui>
+ <gui style="menuitem">Find…</gui>
+ </guiseq>
+ </p>
+ </section>
+
+ <section>
+ <title>The search and replace</title>
+ <p>
+ To open the Find and Replace dialog, click on:
+ </p>
+ <p>
+ <guiseq>
+ <gui style="menu">Menu Button</gui>
+ <gui style="menuitem">Find and Replace…</gui>
+ </guiseq>
+ </p>
+ </section>
+
+ <section>
+ <title>Clear highlight</title>
+ <p>
+ Usually, the text that you've searched for will remain highlighted in the
+ document. To remove the highlight, click on:
+ </p>
+ <p>
+ <guiseq>
+ <gui style="menu">Menu Button</gui>
+ <gui style="menuitem">Clear Highlight</gui>
+ </guiseq>
+ </p>
+ </section>
+
+ <section>
+ <title>Tips</title>
+ <p>
+ If you first select a portion of text in the document, and then start a
+ simple search or open the Find and Replace dialog, the text you've
+ selected will appear in the search entry.
+ </p>
+ </section>
+
+ <section>
+ <title>Search options</title>
+ <p>
+ The Find and Replace dialog presents the search options as check boxes.
+ </p>
+ <p>
+ For the simple search, click on the
+ <gui style="button">Magnifying Glass</gui> icon in the search entry field.
+ </p>
+ <list>
+ <item><p>
+ Select <gui>Match Case</gui> to make the search case sensitive.
+ </p></item>
+ <item>
+ <p>
+ Select <gui>Match Entire Word Only</gui> to search for a specific word
+ without including fragments of other words.
+ </p>
+ <p>
+ For example, if you searched for the word “and” with this option
+ selected, the word “and” would be matched, but the words
+ “sand” and “comm<em>and</em>er” would not be matched.
+ </p>
+ </item>
+ <item><p>
+ Select <gui>Wrap Around</gui> to continue at the other end of the
+ document when going to the next or previous search result.
+ </p></item>
+ </list>
+ </section>
+
+ <section>
+ <title>Using escape sequences</title>
+ <p>
+ In a search or replace entry, you can use <em>escape sequences</em> with
+ the following meanings:
+ </p>
+ <terms>
+ <item>
+ <title>\n</title>
+ <p>Newline</p>
+ </item>
+ <item>
+ <title>\r</title>
+ <p>Carriage return</p>
+ </item>
+ <item>
+ <title>\t</title>
+ <p>Tab</p>
+ </item>
+ <item>
+ <title>\\</title>
+ <p>
+ Backslash. If you actually want a backslash and avoid one of the above
+ special meanings, the backslash needs to be escaped.
+ </p>
+ </item>
+ </terms>
+ </section>
+</page>
diff --git a/help/C/gedit-search.page b/help/C/gedit-search.page
new file mode 100644
index 0000000..949aef2
--- /dev/null
+++ b/help/C/gedit-search.page
@@ -0,0 +1,44 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="gedit-search">
+
+ <info>
+ <link type="guide" xref="gedit-search-and-replace" group="first" />
+ </info>
+
+ <title>Simple search: additional topics</title>
+
+ <section>
+ <title>Navigate through the search results</title>
+ <p>
+ There are several ways to go to the next or previous search result.
+ </p>
+ <p>
+ There are <gui style="button">up</gui> and <gui style="button">down</gui>
+ arrows next to the search entry.
+ </p>
+ <p>
+ You can also press the <key>up arrow</key> or <key>down arrow</key> keys
+ on your keyboard while the search entry is visible.
+ </p>
+ <p>
+ Keyboard shortcuts are also available.
+ </p>
+ </section>
+
+ <section>
+ <title>Closing the search entry field</title>
+ <p>
+ You can close the search entry by pressing different keys:
+ </p>
+ <list>
+ <item><p>
+ Pressing <key>Esc</key> will return the cursor to where it was before
+ you began your search.
+ </p></item>
+ <item><p>
+ Pressing <key>Enter</key> will keep the cursor to its current position.
+ </p></item>
+ </list>
+ </section>
+</page>
diff --git a/help/C/gedit-spellcheck.page b/help/C/gedit-spellcheck.page
new file mode 100644
index 0000000..b1b58c4
--- /dev/null
+++ b/help/C/gedit-spellcheck.page
@@ -0,0 +1,117 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-spellcheck">
+
+ <info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins" />
+ <desc>Check your files for spelling errors.</desc>
+ </info>
+
+ <title>Spell-check your document</title>
+ <section id="enable-spell-check">
+ <title>Enable the spell checker</title>
+ <p>The Spell-check feature is provided as a plugin in <app>gedit</app> which
+ can be enabled as required. To enable the plugin:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">gedit</gui>
+ <gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Spell Checker</gui> to enable the
+ plugin.</p>
+ </item>
+ </steps>
+
+ </section>
+
+ <section id="spell-check">
+ <title>Spell-check your document</title>
+
+ <p>To check for misspelt words in your document:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">Tools</gui>
+ <gui style="menuitem">Check Spelling</gui></guiseq>.</p>
+ </item>
+ </steps>
+
+ <note style="tip">
+ <p>To have <app>gedit</app> automatically highlight misspelt words in your
+ document as you type, select <guiseq><gui style="menu">Tools</gui><gui
+ style="menuitem">Highlight Misspelled Words</gui></guiseq>.</p>
+ </note>
+ </section>
+
+ <section id="use-spell-check">
+ <title>Using spell-check</title>
+
+ <p>You can choose the right substitution for misspelt words using the Check
+ Spelling dialog. The misspelt word being checked by the spell-checker is
+ displayed in bold style next to <gui>Misspelled word:</gui>.
+ You can choose from the following corrective actions:</p>
+
+ <list>
+ <item>
+ <p><gui style="input">Change to:</gui> allows you to input a word and
+ use <gui style="button">Check Word</gui> to check the validity of the
+ spelling.</p>
+ </item>
+ <item>
+ <p><gui style="menu">Suggestions:</gui> lists the available
+ substitutions for the word.</p>
+ </item>
+ <item>
+ <p><gui style="button">Ignore</gui> allows you to bypass spell check for
+ <em>a</em> instance of current word.</p>
+ </item>
+ <item>
+ <p><gui style="button">Ignore All</gui> allows you to bypass spell check
+ for <em>all</em> instances of the current word.</p>
+ </item>
+ <item>
+ <p><gui style="button">Change</gui> substitutes the misspelt or
+ unrecognized word with <em>a</em> chosen substitute from the
+ <gui style="menuitem">Suggestions:</gui> list.</p>
+ </item>
+ <item>
+ <p><gui style="button">Change all</gui> substitutes <em>all</em>
+ misspelt or unrecognized words with the chosen substitute from the
+ <gui style="menuitem">Suggestions:</gui> list.</p>
+ </item>
+ <item>
+ <p><gui style="button">Add word</gui> allows you to add the current word
+ to the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words
+ to the <gui>User dictionary</gui> will allow <app>gedit</app> to
+ recognize the word in documents and thus will not be highlighted as a
+ misspelt word.</p>
+ </item>
+ </list>
+
+ </section>
+
+ <section id="define-spell-check-language">
+ <title>Define the language to use for spell checking</title>
+ <p>By default, <app>gedit</app> will use your current language to spell
+ check your document. If you need to use another language, choose
+ <guiseq><gui style="menu">Tools</gui><gui style="menuitem">Set
+ Language…</gui></guiseq>, then choose the language you want to use.</p>
+ </section>
+
+ <section id="dict">
+ <title>Dictionaries</title>
+
+ <p><app>gedit</app> uses
+ <link href="https://www.abisource.com/projects/enchant/">Enchant</link>,
+ a small system utility, for spell checking. Enchant can use
+ several different dictionaries to check your spelling. Two such
+ dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>.</p>
+
+ <p>If the language you want to use is not available in <app>gedit</app>,
+ use your computer's software installer or package manager to install the
+ dictionary back-end that you want.</p>
+ </section>
+</page>
diff --git a/help/C/gedit-syntax-highlighting.page b/help/C/gedit-syntax-highlighting.page
new file mode 100644
index 0000000..0494e72
--- /dev/null
+++ b/help/C/gedit-syntax-highlighting.page
@@ -0,0 +1,27 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-syntax-highlighting">
+
+ <info>
+ <link type="guide" xref="index#configure-gedit"/>
+ <desc>Highlight your text to make it easier to read.</desc>
+ </info>
+
+ <title>Turn on syntax highlighting</title>
+
+ <section id="gedit-syntax-highlighting-section">
+ <title>Syntax highlighting</title>
+ <p><app>gedit</app> provides syntax highlighting for a wide range of markup,
+ programming, and scientific languages. If <app>gedit</app> recognizes the
+ syntax being used when you open a file, it will automatically highlight the
+ text.</p>
+
+ <p>If your syntax or language is not highlighted upon startup, you can
+ select the appropriate syntax or language by clicking
+ <guiseq><gui style="menu">View</gui>
+ <gui style="menuitem">Highlight Mode</gui></guiseq>,
+ and then choosing the desired syntax. Alternately, you can select the syntax
+ name from a list at the bottom of the <app>gedit</app> window.</p>
+ </section>
+
+</page>
diff --git a/help/C/gedit-tab-groups.page b/help/C/gedit-tab-groups.page
new file mode 100644
index 0000000..95964f0
--- /dev/null
+++ b/help/C/gedit-tab-groups.page
@@ -0,0 +1,53 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic"
+ id="gedit-tab-groups">
+
+ <info>
+ <link type="guide" xref="index#gedit-working-with-files" group="fourth"/>
+ <link type="seealso" xref="gedit-tabs"/>
+ <desc>View several documents side-by-side.</desc>
+ </info>
+
+ <title>Tab groups</title>
+
+ <p>
+ You can view several documents side-by-side inside the same <app>gedit</app>
+ window by creating a new <em>tab group</em>.
+ </p>
+
+ <section>
+ <title>Managing tab groups</title>
+ <p>
+ There are several possibilities for managing tab groups.
+ </p>
+ <p>
+ To create a new tab group, you can right-click on a tab title and select
+ <gui>Move to New Tab Group</gui>.
+ </p>
+ <p>
+ Keyboard shortcuts are available too.
+ </p>
+ <p>
+ The tab groups will be placed into two panes that can be resized. It is an
+ horizontal split: the original tab group is on the left, the new tab group
+ is added on the right.
+ </p>
+ <p>
+ You can open as much tab groups in a <app>gedit</app> window as your
+ screen allows, but you will have to resize them in order to see them
+ correctly.
+ </p>
+ </section>
+
+ <section>
+ <title>Move a tab to another tab group</title>
+ <p>
+ You can drag and drop a tab into another tab group.
+ </p>
+ <p>
+ See <link xref="gedit-tabs#drag-and-drop-tabs">Drag and drop tabs</link>
+ for more details.
+ </p>
+ </section>
+</page>
diff --git a/help/C/gedit-tabs.page b/help/C/gedit-tabs.page
new file mode 100644
index 0000000..6145613
--- /dev/null
+++ b/help/C/gedit-tabs.page
@@ -0,0 +1,98 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic"
+ id="gedit-tabs">
+
+ <info>
+ <link type="guide" xref="index#gedit-working-with-files" group="third"/>
+ <link type="seealso" xref="gedit-tab-groups"/>
+ <desc>Organize your tabs.</desc>
+ </info>
+
+ <title>Move tabs</title>
+
+ <p>
+ By default, documents are opened in new tabs inside the same
+ <app>gedit</app> window.
+ </p>
+
+ <section>
+ <title>Move a tab</title>
+ <p>
+ There are several means to move a tab to another location, to organize the
+ files you edit in the way you like.
+ </p>
+ <p>
+ You can right-click on a tab title and choose the desired option.
+ </p>
+ <p>
+ Keyboard shortcuts are available too.
+ </p>
+
+ <section id="drag-and-drop-tabs">
+ <title>Drag and drop tabs</title>
+ <p>
+ Another means is to drag and drop a tab:
+ </p>
+ <steps>
+ <item>
+ <p>Click and hold the mouse button on the tab title.</p>
+ </item>
+ <item>
+ <p>Move the tab to the desired location.</p>
+ </item>
+ <item>
+ <p>Release the mouse button.</p>
+ </item>
+ </steps>
+ </section>
+ </section>
+
+ <section>
+ <title>Drag and drop locations</title>
+
+ <section>
+ <title>To re-order tabs within the same window</title>
+ <p>
+ Drag and drop the tab along the tabs titles.
+ </p>
+ </section>
+
+ <section>
+ <title>To create a new window from an existing tab</title>
+ <p>
+ Drag and drop the tab out of the <app>gedit</app> window.
+ </p>
+ <p>
+ When <app>gedit</app> is maximized, drag the tab onto the top bar of
+ <gui>GNOME Shell</gui> at the top of the screen.
+ </p>
+ </section>
+
+ <section>
+ <title>To move a tab from one gedit window to another</title>
+ <p>
+ Drag and drop the tab to the other window, either within the text area,
+ or within the tabs titles to choose the exact location.
+ </p>
+
+ <!--
+ This is currently not super convenient to use: once in the Activities
+ overview, we don't have much time for choosing the right window. We
+ often end up on a wrong window to drop the tab.
+ So it's not a great tip to explain.
+ -->
+ <!--
+ <note style="tip">
+ <p>
+ You may find it easier to move a tab from one window to another by
+ dragging the tab to the <gui>Activities</gui> hot-corner of
+ <gui>GNOME Shell</gui>. This will reveal each of the open
+ <app>gedit</app> windows. You can then release the tab on the desired
+ <app>gedit</app> window.
+ </p>
+ </note>
+ -->
+ </section>
+ </section>
+</page>
diff --git a/help/C/gedit-undo-redo.page b/help/C/gedit-undo-redo.page
new file mode 100644
index 0000000..a4c5a30
--- /dev/null
+++ b/help/C/gedit-undo-redo.page
@@ -0,0 +1,22 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="gedit-undo-redo">
+
+ <info>
+ <link type="guide" xref="index#gedit-working-with-files" group="fifth" />
+ <desc>Revert a recent change to one of your files.</desc>
+ </info>
+
+ <title>Undo/redo a recent action</title>
+
+ <p>If you make a mistake while editing a document in <app>gedit</app>, you can
+ undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>.</p>
+
+ <note style="important">
+ <p>You cannot undo a change after you have closed a <app>gedit</app> file.</p>
+ </note>
+
+ <p>To redo the change that was undone, press
+ <keyseq><key>Ctrl</key><key>Shift</key><key>Z</key></keyseq>.</p>
+</page>
diff --git a/help/C/index.page b/help/C/index.page
new file mode 100644
index 0000000..2290760
--- /dev/null
+++ b/help/C/index.page
@@ -0,0 +1,33 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="guide"
+ id="index">
+
+ <title>
+ <media type="image" mime="image/png" src="figures/gedit-icon.png" its:translate="no" />
+ gedit
+ </title>
+
+ <links type="topic" groups="intro-first intro-second" />
+
+ <section id="gedit-working-with-files">
+ <title>Working with files</title>
+ <links type="topic" groups="first second third fourth fifth sixth" style="2column" />
+ </section>
+
+ <section id="gedit-printing-guide">
+ <title>Printing with gedit</title>
+ </section>
+
+ <section id="gedit-advanced" style="2column">
+ <title>More advanced topics</title>
+ </section>
+
+ <section id="configure-gedit" style="2column">
+ <title>Configure gedit</title>
+ </section>
+
+ <section id="gedit-plugins" style="2column">
+ <title>gedit plugins</title>
+ </section>
+</page>
diff --git a/help/LINGUAS b/help/LINGUAS
new file mode 100644
index 0000000..13ccb95
--- /dev/null
+++ b/help/LINGUAS
@@ -0,0 +1,32 @@
+ar
+bg
+ca
+cs
+da
+de
+el
+en_GB
+es
+eu
+fi
+fr
+gl
+hu
+id
+it
+ja
+ko
+lv
+oc
+pl
+pt_BR
+ro
+ru
+sl
+sv
+te
+th
+uk
+zh_CN
+zh_HK
+zh_TW
diff --git a/help/ar/ar.po b/help/ar/ar.po
new file mode 100644
index 0000000..56087ef
--- /dev/null
+++ b/help/ar/ar.po
@@ -0,0 +1,4057 @@
+# translation of help (gedit).HEAD.po to Arabic
+# Osama Khalid <osamak.wfm@gmail.com>, 2008, 2009.
+# Khaled Hosny <khaledhosny@eglug.org>, 2009
+msgid ""
+msgstr ""
+"Project-Id-Version: help (gedit).HEAD\n"
+"POT-Creation-Date: 2009-04-18 16:48+0200\n"
+"PO-Revision-Date: 2009-04-18 16:54+0300\n"
+"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
+"Language-Team: Arabic <doc@arabeyes.org>\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n>=3 && "
+"n<=10 ? 3 : n>=11 && n<=99 ? 4 : 5;\n"
+"X-Generator: Virtaal 0.3.1\n"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:268(None)
+msgid ""
+"@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgstr ""
+"@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:349(None)
+msgid ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+msgstr ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+
+#: C/gedit.xml:23(title)
+msgid "Gedit Manual"
+msgstr "دليل محرر النصوص"
+
+#: C/gedit.xml:25(year)
+msgid "2007"
+msgstr "2007"
+
+#: C/gedit.xml:26(holder) C/gedit.xml:45(publishername)
+#: C/gedit.xml:56(firstname) C/gedit.xml:79(orgname) C/gedit.xml:120(para)
+#: C/gedit.xml:128(para) C/gedit.xml:136(para) C/gedit.xml:144(para)
+#: C/gedit.xml:152(para) C/gedit.xml:160(para) C/gedit.xml:168(para)
+#: C/gedit.xml:176(para) C/gedit.xml:184(para) C/gedit.xml:192(para)
+#: C/gedit.xml:200(para)
+msgid "GNOME Documentation Project"
+msgstr "مشروع توثيق جنوم"
+
+#: C/gedit.xml:28(year)
+msgid "2002"
+msgstr "2002"
+
+#: C/gedit.xml:29(year)
+msgid "2003"
+msgstr "2003"
+
+#: C/gedit.xml:30(year)
+msgid "2004"
+msgstr "2004"
+
+#: C/gedit.xml:31(holder) C/gedit.xml:71(orgname)
+msgid "Sun Microsystems"
+msgstr "صن ميكروسِستمز"
+
+#: C/gedit.xml:33(year) C/gedit.xml:116(date)
+msgid "2000"
+msgstr "2000"
+
+#: C/gedit.xml:34(holder)
+msgid "Eric Baudais"
+msgstr "إرِك بيديس"
+
+#: C/gedit.xml:52(firstname)
+msgid "Joachim"
+msgstr "جوكيم"
+
+#: C/gedit.xml:53(surname)
+msgid "Noreiko"
+msgstr "نوريكو"
+
+#: C/gedit.xml:59(orgname)
+msgid "GNOME"
+msgstr "جنوم"
+
+#: C/gedit.xml:63(firstname)
+msgid "Hal"
+msgstr "هال"
+
+#: C/gedit.xml:64(surname)
+msgid "Canary"
+msgstr "كانري"
+
+#: C/gedit.xml:65(contrib)
+msgid "Added the Shortcut Keys Table"
+msgstr "أضيف جدول مفاتيح الاختصار"
+
+#: C/gedit.xml:68(firstname) C/gedit.xml:191(para)
+msgid "Sun Java Desktop System Documentation Team"
+msgstr "فريق توثيق نظام سطح مكتب صن جافا"
+
+#: C/gedit.xml:72(email)
+msgid "gdocteam@sun.com"
+msgstr "gdocteam@sun.com"
+
+#: C/gedit.xml:76(firstname)
+msgid "Eric"
+msgstr "إرِك"
+
+#: C/gedit.xml:77(surname)
+msgid "Baudais"
+msgstr "بيديس"
+
+#: C/gedit.xml:80(email)
+msgid "baudais@okstate.edu"
+msgstr "baudais@okstate.edu"
+
+#: C/gedit.xml:84(firstname)
+msgid "Baris"
+msgstr "باريس"
+
+#: C/gedit.xml:85(surname)
+msgid ""
+"Cicek provided information from earlier revisions of the gedit application."
+msgstr "سيسك قدم معلومات من المراجعات الأولى لتطبيق محرر النصوص."
+
+#: C/gedit.xml:86(contrib) C/gedit.xml:91(contrib)
+msgid "Acknowledgements"
+msgstr "إشادات"
+
+#: C/gedit.xml:89(firstname)
+msgid "Ajit"
+msgstr "أجيت"
+
+#: C/gedit.xml:90(surname)
+msgid "George provided information about plugins."
+msgstr "جورج قدم معلومات عن الملحقات."
+
+#: C/gedit.xml:115(revnumber)
+msgid "gedit V1.0"
+msgstr "محرر النصوص الإصدار 1.0"
+
+#: C/gedit.xml:118(para)
+msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+msgstr "إرِك بيديس <email>baudais@okstate.edu</email>"
+
+#: C/gedit.xml:124(revnumber)
+msgid "gedit Manual V2.0"
+msgstr "دليل محرر النصوص الإصدار 2.0"
+
+#: C/gedit.xml:125(date)
+msgid "March 2002"
+msgstr "مارس 2002"
+
+#: C/gedit.xml:127(para) C/gedit.xml:135(para) C/gedit.xml:143(para)
+#: C/gedit.xml:151(para) C/gedit.xml:159(para) C/gedit.xml:167(para)
+#: C/gedit.xml:175(para) C/gedit.xml:183(para)
+msgid "Sun GNOME Documentation Team"
+msgstr "فريق توثيق صن جنوم"
+
+#: C/gedit.xml:132(revnumber)
+msgid "gedit Manual V2.1"
+msgstr "دليل محرر النصوص الإصدار 2.1"
+
+#: C/gedit.xml:133(date)
+msgid "June 2002"
+msgstr "يونيو 2002"
+
+#: C/gedit.xml:140(revnumber)
+msgid "gedit Manual V2.2"
+msgstr "دليل محرر النصوص الإصدار 2.2"
+
+#: C/gedit.xml:141(date)
+msgid "August 2002"
+msgstr "أغسطس 2002"
+
+#: C/gedit.xml:148(revnumber)
+msgid "gedit Manual V2.3"
+msgstr "دليل محرر النصوص الإصدار 2.3"
+
+#: C/gedit.xml:149(date)
+msgid "September 2002"
+msgstr "سبتمبر 2002"
+
+#: C/gedit.xml:156(revnumber)
+msgid "gedit Manual V2.4"
+msgstr "دليل محرر النصوص الإصدار 2.4"
+
+#: C/gedit.xml:157(date)
+msgid "January 2003"
+msgstr "يناير 2003"
+
+#: C/gedit.xml:164(revnumber)
+msgid "gedit Manual V2.5"
+msgstr "دليل محرر النصوص الإصدار 2.5"
+
+#: C/gedit.xml:165(date)
+msgid "March 2003"
+msgstr "مارس 2003"
+
+#: C/gedit.xml:172(revnumber)
+msgid "gedit Manual V2.6"
+msgstr "دليل محرر النصوص الإصدار 2.6"
+
+#: C/gedit.xml:173(date)
+msgid "September 2003"
+msgstr "سبتمبر 2003"
+
+#: C/gedit.xml:180(revnumber)
+msgid "gedit Manual V2.7"
+msgstr "دليل محرر النصوص الإصدار 2.7"
+
+#: C/gedit.xml:181(date)
+msgid "March 2004"
+msgstr "مارس 2004"
+
+#: C/gedit.xml:188(revnumber)
+msgid "gedit Manual V2.8"
+msgstr "دليل محرر النصوص الإصدار 2.8"
+
+#: C/gedit.xml:196(revnumber)
+msgid "gedit Manual V2.9"
+msgstr "دليل محرر النصوص الإصدار 2.9"
+
+#: C/gedit.xml:199(para)
+msgid "GNOME Documentation Team"
+msgstr "فريق توثيق جنوم"
+
+#: C/gedit.xml:204(releaseinfo)
+msgid "This manual describes version 2.16 of gedit."
+msgstr "هذا الدليل يشرح الإصدار 2.16 من محرر النصوص."
+
+#: C/gedit.xml:207(title)
+msgid "Feedback"
+msgstr "التعليقات"
+
+#: C/gedit.xml:208(para)
+msgid ""
+"To report a bug or make a suggestion regarding the <application>gedit</"
+"application> application or this manual, follow the directions in the <ulink "
+"url=\"ghelp:user-guide?feedback-bugs\" type=\"help\">GNOME Feedback Page</"
+"ulink>."
+msgstr ""
+"للإبلاغ عن العلل أو الاقتراحات بخصوص برنامج <application>gedit</application> "
+"أو هذا الدليل، اتبع التعليمات في <ulink url=\"ghelp:user-guide?feedback-bugs\" "
+"type=\"help\">صفحة تعليقات جنوم</ulink>."
+
+#: C/gedit.xml:213(para)
+msgid ""
+"gedit is a text editor for the GNOME Desktop featuring basic yet robust "
+"capabilities such as printing, spell checking, find and replace, and syntax "
+"highlighting. More advanced features are available as plugins."
+msgstr ""
+"محرر النصوص هو محرر نصوص لسطح مكتب جنو يتميز بالقابلية القوية الأساسية مثل "
+"الطباعة، والتدقيق الإملائي، والإيجاد والاستبدال، وإبراز الصيغ. المزيد من "
+"المزايا متوفرة كملحقات."
+
+#: C/gedit.xml:218(primary)
+msgid "gedit"
+msgstr "محرر النصوص"
+
+#: C/gedit.xml:219(primary)
+msgid "text editor"
+msgstr "محرر نصوص"
+
+#: C/gedit.xml:224(title)
+msgid "Introduction"
+msgstr "مقدمة"
+
+#: C/gedit.xml:229(para)
+msgid ""
+"The <application>gedit</application> application enables you to create and "
+"edit text files."
+msgstr ""
+"التطبيق <application>gedit</application> يتيح لك إنشاء وتحرير الملفات النصية."
+
+#: C/gedit.xml:231(para)
+msgid ""
+"The aim of <application>gedit</application> is to be a simple and easy to "
+"use text editor. More powerful features can be enabled with different "
+"<firstterm>plugins</firstterm>, allowing a variety of tasks related to text-"
+"editing."
+msgstr ""
+"غاية <application>محرر النصوص</application> أن يكون محرر نصوص بسيط وسهل. "
+"مزايا أقوى يمكن أن تُفعّل مع <firstterm>ملحقات</firstterm>، تسمح بمزايا عديدة "
+"لمهام متعلقة بتحرير النص."
+
+#: C/gedit.xml:235(title)
+msgid "Getting Started"
+msgstr "البدء"
+
+#: C/gedit.xml:239(title)
+msgid "Starting gedit"
+msgstr "بدء محرر النصوص"
+
+#: C/gedit.xml:240(para)
+msgid "You can start <application>gedit</application> in the following ways:"
+msgstr "تستطيع بدء <application>محرر النصوص</application> بالطريق التالية:"
+
+#: C/gedit.xml:243(term)
+msgid "<guimenu>Applications</guimenu> menu"
+msgstr "قائمة <guimenu>التطبيقات</guimenu>"
+
+#: C/gedit.xml:245(para)
+msgid ""
+"Choose <menuchoice><guisubmenu>Accessories</guisubmenu><guimenuitem>Text "
+"Editor</guimenuitem></menuchoice>."
+msgstr ""
+"اختر <menuchoice><guisubmenu>الملحقات</guisubmenu><guimenuitem>محرر النصوص</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:249(term)
+msgid "Command line"
+msgstr "سطر الأوامر"
+
+#: C/gedit.xml:251(para)
+msgid "Execute the following command: <command>gedit</command>"
+msgstr "شغّل السطر التالي: <command>gedit</command>"
+
+#: C/gedit.xml:255(para)
+msgid ""
+"By default, when you open a text document in the file manager, gedit will "
+"start, and display the document."
+msgstr ""
+"مبدئيا، عند فتح مستند نصي في مدير الملفات، سوف يبدأ محرر النصوص، ويعرض "
+"المستند."
+
+#: C/gedit.xml:260(title)
+msgid "The gedit Window"
+msgstr "نافذة محرر النصوص."
+
+#: C/gedit.xml:261(para)
+msgid ""
+"When you start <application>gedit</application>, the following window is "
+"displayed:"
+msgstr "عند بدء <application>محرر النصوص</application>، النافذة التالية تُعرض:"
+
+#: C/gedit.xml:264(title)
+msgid "gedit Window"
+msgstr "نافذة محرر النصوص."
+
+#: C/gedit.xml:270(phrase)
+msgid "Shows gedit main window."
+msgstr "تعرض نافذة محرر النصوص الرئيسية."
+
+#: C/gedit.xml:276(para)
+msgid ""
+"The <application>gedit</application> window contains the following elements:"
+msgstr "نافذة <application>gedit</application> تحتوي العناصر التالية:"
+
+#: C/gedit.xml:279(term)
+msgid "Menubar"
+msgstr "شريط القوائم"
+
+#: C/gedit.xml:281(para)
+msgid ""
+"The menus on the menubar contain all of the commands you need to work with "
+"files in <application>gedit</application>."
+msgstr ""
+"القوائم على شريط القوائم تحتوي كل الأوامر التي تحتاجها للعمل مع الملفات في "
+"<application>gedit</application>."
+
+#: C/gedit.xml:284(term)
+msgid "Toolbar"
+msgstr "شريط الأدوات "
+
+#: C/gedit.xml:286(para)
+msgid ""
+"The toolbar contains a subset of the commands that you can access from the "
+"menubar."
+msgstr ""
+"شريط الأدوات يحتوي رصّة فرعية من الأوامر التي تستطيع الوصول إليها من شريط "
+"الأدوات."
+
+#: C/gedit.xml:289(term)
+msgid "Display area"
+msgstr "منطقة العرض"
+
+#: C/gedit.xml:291(para)
+msgid "The display area contains the text of the file that you are editing."
+msgstr "تحتوي منطقة العرض نص الملف الذي تحرّره."
+
+#: C/gedit.xml:294(term)
+msgid "Statusbar"
+msgstr "شريط الحالة "
+
+#: C/gedit.xml:296(para)
+msgid ""
+"The statusbar displays information about current <application>gedit</"
+"application> activity and contextual information about the menu items. The "
+"statusbar also displays the following information:"
+msgstr ""
+"شريط الحالة يعرض معلومات حول نشاط <application>gedit</application> الحالي "
+"ومعلومات مُتسقة حول عناصر القائمة. شريط الحال يعرض أيضا المعلومات التالية:"
+
+#: C/gedit.xml:299(para)
+msgid ""
+"Cursor position: the line number and column number where the cursor is "
+"located."
+msgstr "موضع المؤشر: رقم السطر ورقم العمود حيث يقع المؤشر."
+
+#: C/gedit.xml:302(para)
+msgid ""
+"Edit mode: If the editor is in insert mode, the statusbar contains the text "
+"<guilabel>INS</guilabel>. If the editor is in overwrite mode, the statusbar "
+"contains the text <guilabel>OVR</guilabel>. Press the <keycap>Insert</"
+"keycap> key to change edit mode."
+msgstr ""
+"نمط التحرير: إذا كان المحرر في وضع الإدراج، شريط الحالي يحتوي النص "
+"<guilabel>إضافة</guilabel>. إذا كان المحرر في وضع الكتابة الفوقية، شريط "
+"الحالي يحتوي <guilabel>استبدال</guilabel>. اضغط مفتاح <keycap>Insert</"
+"keycap> لتغيير نمط التحرير."
+
+#: C/gedit.xml:307(term)
+msgid "Side Pane"
+msgstr "اللوحة الجانبية"
+
+#: C/gedit.xml:309(para)
+msgid ""
+"The side pane displays a list of open documents, and other information "
+"depending on which plugins are enabled."
+msgstr ""
+"تعرض اللوحة الجانبية قائمة المستندات المفتوحة، ومعلومات أخرى مبنية على "
+"الملحقات المُفعّلة."
+
+#: C/gedit.xml:310(para)
+msgid ""
+"By default the side pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"ابتدائيا ليست معروضة، لعرضها، اختر <menuchoice><guimenu>عرض</"
+"guimenu><guimenuitem>اللوحة الجانبية</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:313(term)
+msgid "Bottom Pane"
+msgstr "اللوحة السفلية"
+
+#: C/gedit.xml:315(para)
+msgid ""
+"The bottom pane is used by programming tools such as the <application>Python "
+"Console</application> plugin to display output."
+msgstr ""
+"اللوحة السفلية مُستخدمة بواسطة أدوات البرمجة مثل ملحق <application>كونسول "
+"بايثون</application> لعرض المُخرج."
+
+#: C/gedit.xml:316(para)
+msgid ""
+"By default the bottom pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"ابتدائيا اللوحة السفلية ليست معروضة. لعرضها، اختر <menuchoice><guimenu>عرض</"
+"guimenu><guimenuitem>اللوحة السفلية</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:320(para)
+msgid ""
+"When you right-click in the <application>gedit</application> window, the "
+"application displays a popup menu. The popup menu contains the most common "
+"text editing commands."
+msgstr ""
+"عندما تنقر يمينا في نافذة <application>محرر النصوص</application>، يعرض "
+"التطبيق قائمة منبثقة. القائمة المنبثقة تحتوي معظم أوامر تحرير النصوص الشائعة."
+
+#: C/gedit.xml:322(para)
+msgid ""
+"Like other GNOME applications, actions in <application>gedit</application> "
+"can be performed in several ways: with the menu, with the toolbar, or with "
+"shortcut keys. Shortcuts keys common to all applications are listed in the "
+"<ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-apps\">User Guide</"
+"ulink>."
+msgstr ""
+"مثل تطبيقات جنوم الأخرى، الإجراءات في <application>محرر النصوص</application> "
+"يمكن أن تُؤدى بطرق مختلفة، من القائمة، أو من شريط الأدوات، أو من مفاتيح "
+"الاختصار. مفاتيح الاختصار الشائعة لكل التطبيقات مُدرجة في <ulink type=\"help"
+"\" url=\"ghelp:user-guide?shortcuts-apps\">دليل المستخدم</ulink>."
+
+#: C/gedit.xml:327(title)
+msgid "Running gedit from a Command Line"
+msgstr "تشغيل محرر النصوص من سطر الأوامر."
+
+#: C/gedit.xml:328(para)
+msgid ""
+"You can run <application>gedit</application> from a command line and open a "
+"single file or multiple files. To open multiple files from a command line, "
+"type the following command, then press <keycap>Return</keycap>:"
+msgstr ""
+"تستطيع تشغيل <application>محرر النصوص</application> من سطر الأوامر وفتح ملف "
+"وحيد أو ملفات متعددة. لفتح ملفات متعددة من سطر الأوامر، اطبع الأمر التالي، "
+"ثم انقر <keycap>إدخال</keycap>:"
+
+#: C/gedit.xml:329(replaceable)
+msgid "file1.txt file2.txt file3.txt"
+msgstr "ملف1.txt ملف2.txt ملف3.txt"
+
+#: C/gedit.xml:329(command)
+msgid "gedit <placeholder-1/>"
+msgstr "gedit <placeholder-1/>"
+
+#: C/gedit.xml:330(para)
+msgid "Alternatively, you can specify a URI instead of a filename."
+msgstr "بدلا من ذلك، تستطيع تحديد مسار بدلا من اسم ملف."
+
+#: C/gedit.xml:331(para)
+msgid ""
+"For more information on how to run <application>gedit</application> from a "
+"command line, see the unix manual page for gedit, <ulink url=\"man:gedit\" "
+"type=\"man\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+msgstr ""
+"لمزيد من المعلومات عن كيفية تشغيل <application>محرر النصوص</application> من "
+"سطر الأوامر، راجع صفحة دليل يونكس لمحرر النصوص، <ulink url=\"man:gedit\" "
+"type=\"man\"><citerefentry><refentrytitle>محرر النصوص</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>."
+
+#: C/gedit.xml:336(title)
+msgid "Working with Files"
+msgstr "العمل مع الملفات"
+
+#: C/gedit.xml:340(title)
+msgid "Creating a New Document"
+msgstr "إنشاء مستند جديد "
+
+#: C/gedit.xml:341(para)
+msgid ""
+"To create a new document, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>New</guimenuitem></menuchoice>. The application "
+"displays a new blank document in the <application>gedit</application> window."
+msgstr ""
+"لإنشاء مستند جديد، اختر <menuchoice><guimenu>ملف</guimenu><guimenuitem>جديد</"
+"guimenuitem></menuchoice>. التطبيق يعرض مستند فارغ في نافذة "
+"<application>محرر النصوص</application>."
+
+#: C/gedit.xml:346(title) C/gedit.xml:1591(title)
+msgid "Opening a File"
+msgstr "فتح ملف"
+
+#: C/gedit.xml:347(para)
+msgid ""
+"To open a file, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</"
+"guimenuitem></menuchoice> to display the <guilabel>Open File</guilabel> "
+"dialog. Select the file that you want to open, then click <guibutton>Open</"
+"guibutton>. The file is displayed in the <application>gedit</application> "
+"window."
+msgstr ""
+"لفتح ملف، اختر <menuchoice><guimenu>ملف</guimenu><guimenuitem>افتح</"
+"guimenuitem></menuchoice> لعرض حوار <guilabel>فتح ملف</guilabel>. انتقِ الملف "
+"الذي تريد فتحه، ثم انقر <guibutton>افتح</guibutton>. الملف يُعرض في نافذة "
+"<application>محرر النصوص</application>."
+
+#: C/gedit.xml:349(phrase)
+msgid "Shows Recent Files menu icon."
+msgstr "يعرض أيقونة قائمة أحدث الملفات."
+
+#: C/gedit.xml:349(para)
+msgid ""
+"The application records the paths and filenames of the five most recent "
+"files that you edited and displays the files as menu items on the "
+"<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click on "
+"the <placeholder-1/> icon on the toolbar to display the list of recent files."
+msgstr ""
+"التطبيق يسجل المسارات وأسماء الملفات لأحدث خمس ملفات حرّرتها ويعرض الملفات "
+"كعناصر قائمة في قائمة <menuchoice><guimenu>ملف</guimenu></menuchoice>. "
+"تستطيع أيضا النقر على أيقونة <placeholder-1/> على شريط الأدوات لعرض قائمة "
+"بأحدث الملفات."
+
+#: C/gedit.xml:351(para)
+msgid ""
+"You can open multiple files in <application>gedit</application>. The "
+"application adds a tab for each open file to the window. For more on this "
+"see <xref linkend=\"gedit-tabs\"/>."
+msgstr ""
+"تستطيع فتح ملفات متعددة في <application>محرر النصوص</application>. يضيف "
+"التطبيق لسان لكل فتح ملف إلى النافذة. للمزيد عن هذا راجع <xref linkend="
+"\"gedit-tabs\"/>."
+
+#: C/gedit.xml:357(title)
+msgid "Saving a File"
+msgstr "حفظ ملف"
+
+#: C/gedit.xml:358(para)
+msgid "You can save files in the following ways:"
+msgstr "تستطيع حفظ ملفات بالطرق التالية:"
+
+#: C/gedit.xml:360(para)
+msgid ""
+"To save changes to an existing file, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Save</guimenuitem></menuchoice>."
+msgstr ""
+"لحفظ التغييرات لملف موجود، اختر <menuchoice><guimenu>ملف</"
+"guimenu><guimenuitem>احفظ</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:362(para)
+msgid ""
+"To save a new file or to save an existing file under a new filename, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Save As</guimenuitem></"
+"menuchoice>. Enter a name for the file in the <guilabel>Save As</guilabel> "
+"dialog, then click <guibutton>Save</guibutton>."
+msgstr ""
+"لحفظ ملف جديد أو لحفظ ملف موجود تحت اسم ملف جديد، اختر "
+"<menuchoice><guimenu>ملف</guimenu><guimenuitem>احفظ كـ</guimenuitem></"
+"menuchoice>."
+
+#: C/gedit.xml:364(para)
+msgid ""
+"To save all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Save All</guimenuitem></menuchoice>."
+msgstr ""
+"لحفظ كل الملفات المفتوحة حاليا في <application>محرر النصوص</application>، "
+"اختر <menuchoice><guimenu>مستندات</guimenu><guimenuitem>احفظ الكل</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:367(para)
+msgid ""
+"To close all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Close All</guimenuitem></menuchoice>."
+msgstr ""
+"لإغلاق كل الملفات المفتوحة حاليا <application>محرر النصوص</application>، "
+"اختر <menuchoice><guimenu>مستندات</guimenu><guimenuitem>أغلق الكّل</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:372(title)
+msgid "Opening a File from a URI"
+msgstr "فتح ملف من مسار"
+
+#: C/gedit.xml:373(para)
+msgid ""
+"To open a file from a Uniform Resource Identifier (URI), perform the "
+"following steps:"
+msgstr "لفتح ملف من معرّف نظامي لمورد (مسار)، أدِ الخطوات التالية:"
+
+#: C/gedit.xml:376(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</"
+"guimenuitem></menuchoice> to display the <guilabel>Open Location</guilabel> "
+"dialog."
+msgstr ""
+"اختر <menuchoice><guimenu>ملف</guimenu><guimenuitem>افتح موقعا</"
+"guimenuitem></menuchoice> لعرض حوار <guilabel>فتح موقع</guilabel>."
+
+#: C/gedit.xml:379(para)
+msgid "Enter the URI of the file that you want to open."
+msgstr "أدخل مسار الملف الذي تريد فتحه."
+
+#: C/gedit.xml:382(para)
+msgid ""
+"Use the <guilabel>Character coding</guilabel> drop-down list to select the "
+"appropriate character coding."
+msgstr ""
+"استخدم قائمة <guilabel>ترميز المحارف</guilabel> المنسدلة لانتقاء ترميز محارف "
+"ملائم."
+
+#: C/gedit.xml:385(para)
+msgid "Click <guibutton>Open</guibutton>."
+msgstr "انقر <guibutton>افتح</guibutton>."
+
+#: C/gedit.xml:388(para)
+msgid ""
+"Valid types of <replaceable>URI</replaceable> include <literal>http:</"
+"literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the "
+"methods supported by <literal>gnome-vfs</literal>."
+msgstr ""
+"الأنواع الصالحة لل<replaceable>مسار</replaceable> تتضمن <literal>http:</"
+"literal>، <literal>ftp:</literal>، <literal>file:</literal>، وكل الوسائل "
+"المدعومة من <literal>gnome-vfs</literal>."
+
+#: C/gedit.xml:389(para)
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. HTTP only allows files to be "
+"read. Files opened from FTP are read-only because because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"الملفات من بعض أنواع المسارات تُفتح كللقراءة فقط، وأي تغييرات تجريها يجب أن "
+"تُحفظ إلى موقع آخر. إتش&#8203;تي&#8203;تي&#8203;بي فقط يسمح للملفات أن تُقرأ. "
+"الملفات المفتوحة من إف&#8203;تي&#8203;بي للقراءة فقط لأن ليس كل خوادم "
+"إف&#8203;تي&#8203;بي تتدعم بشكل صحيح العمل مع حفظ الملفات البعيدة."
+
+#: C/gedit.xml:390(para)
+msgid ""
+"Saving to FTP servers can be enabled with <ulink type=\"help\" url=\"ghelp:"
+"gconf-editor\"><application>Configuration Editor</application></ulink>, "
+"setting the key <systemitem>/apps/gedit-2/preferences/editor/save/"
+"writable_vfs_schemes</systemitem>, but this may cause errors."
+msgstr ""
+"الحفظ إلى خوادم إف&#8203;تي&#8203;بي يمكن أن يُفعل من <ulink type=\"help\" "
+"url=\"ghelp:gconf-editor\"><application>محرر التشكيل</application></ulink>، "
+"ضبط المفتاح <systemitem>/apps/gedit-2/preferences/editor/save/"
+"writable_vfs_schemes</systemitem>، لكن هذا قد يسبب أخطاءً."
+
+#: C/gedit.xml:395(title)
+msgid "Working With Tabs"
+msgstr "العمل مع الألسنة"
+
+#: C/gedit.xml:397(para)
+msgid ""
+"When more than one file is open, <application>gedit</application> shows a "
+"<firstterm>tab</firstterm> for each document above the display area. To "
+"switch to another document, click on its tab."
+msgstr ""
+"عندما يفتح أكثر من ملف، يعرض <application>محرر النصوص</application> "
+"<firstterm>لسان</firstterm> لكل مستند أعلى منطقة العرض. للتبديل إلى مستند "
+"آخر، انقر لسانها."
+
+#: C/gedit.xml:398(para)
+msgid ""
+"To move a document to another <application> gedit</application> window, drag "
+"the tab corresponding to the file to the window you want to move it to."
+msgstr ""
+"لنقل مستند إلى نافذة <application>محرر النصوص</application> أخرى، ألقِ اللسان "
+"الملائم للملف إلى النافذة التي تريدها لنقله."
+
+#: C/gedit.xml:399(para)
+msgid ""
+"To move a document to a new <application> gedit</application> window, either "
+"drag its tab to the desktop, or choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Move to New Window</guimenuitem></menuchoice>."
+msgstr ""
+"لنقل مستند إلى نافذة <application>محرر النصوص</application>، إما أن تلقي "
+"لسانه إلى سطح المكتب، أو اختر <menuchoice><guimenu>مستندات</"
+"guimenu><guimenuitem>انقل إلى نافذة جديدة</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:405(title)
+msgid "Working with Text"
+msgstr "العمل مع النص"
+
+#: C/gedit.xml:409(title)
+msgid "Editing Text"
+msgstr "تحرير النص"
+
+#: C/gedit.xml:410(para)
+msgid "You can edit the text of a file in the following ways:"
+msgstr "تستطيع تعديل نص ملف بالطرق التالية:"
+
+#: C/gedit.xml:412(para)
+msgid ""
+"Type new text from the keyboard. The blinking <firstterm>insertion cursor</"
+"firstterm> marks the point where new text appears. To change this, use the "
+"arrow keys on the keyboard or click with the mouse."
+msgstr ""
+"اطبع النص الجديد من لوحة المفاتيح. <firstterm>مؤشر الإدخال</firstterm> "
+"النابض يعلّم النقطة حيث يضاف النص. لتغيير هذا، استخدام مفاتيح الأسهم على لوحة "
+"المفاتيح أو انقر بالفأرة."
+
+#: C/gedit.xml:414(para)
+msgid ""
+"To copy the selected text to the clipboard, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"لنسخ النص المُنتقى إلى الحافظة، اختر <menuchoice><guimenu>تحرير</"
+"guimenu><guimenuitem>انسخ</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:416(para)
+msgid ""
+"To delete the selected text from the file and move the selected text to the "
+"clipboard, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"لحذف النص المنتقى من الملف ونقل النص المنتقى إلى الحافظة، اختر "
+"<menuchoice><guimenu>تحرير</guimenu><guimenuitem>قص</guimenuitem></"
+"menuchoice>."
+
+#: C/gedit.xml:418(para)
+msgid ""
+"To permanently delete the selected text from the file, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"لحذف النص المنتقى بشكل دائم من الملف، اختر <menuchoice><guimenu>تحرير</"
+"guimenu><guimenuitem>احذف</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:420(para)
+msgid ""
+"To insert the contents of the clipboard at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+"menuchoice>. You must cut or copy text before you can paste text into the "
+"file, either from gedit or another application."
+msgstr ""
+"لإدراج محتويات الحافظة في موضع المؤشر، اختر <menuchoice><guimenu>تحرير</"
+"guimenu><guimenuitem>ألصق</guimenuitem></menuchoice>. يجب أن تقص أو تنسخ نصا "
+"قبل أن تتمكن من لصق النص إلى الملف، سواءً من محرر النصوص أو تطبيق آخر."
+
+#: C/gedit.xml:422(para)
+msgid ""
+"To select all of the text in a file, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Select All</guimenuitem></menuchoice>."
+msgstr ""
+"لانتقاء كل النص في ملف، اختر <menuchoice><guimenu>تحرير</"
+"guimenu><guimenuitem>انتقِ الكل</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:428(title)
+msgid "Undoing and Redoing Changes"
+msgstr "استرجاع وإعادة التغييرات"
+
+#: C/gedit.xml:429(para)
+msgid ""
+"To undo a change you have made, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To reverse this "
+"action, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"للتراجع عن تعديل قمت به، اختر <menuchoice><guimenu>تحرير</"
+"guimenu><guimenuitem>تراجع</guimenuitem></menuchoice>. لعكس الإجراء، اختر "
+"<menuchoice><guimenu>تحرير</guimenu><guimenuitem>أعِد</guimenuitem></"
+"menuchoice>."
+
+#: C/gedit.xml:434(title)
+msgid "Finding and Replacing"
+msgstr "الإيجاد والاستبدال"
+
+#: C/gedit.xml:436(para)
+msgid ""
+"In <application>gedit</application>, there are two ways of searching for "
+"text. You can use the <guilabel>Find</guilabel> dialog to search for a "
+"specific piece of text, or <guilabel>Incremental Search</guilabel> to "
+"highlight matching text as you type it."
+msgstr ""
+"في <application>محرر النصوص</application>، يوجد طريقتين للبحث عن نص. تستطيع "
+"استخدام حوار <guilabel>إيجاد</guilabel> للبحث عن جزء محدد من النص، أو "
+"<guilabel>بحث تزايدي</guilabel> لإبراز نص يطابق الذي تكتبه."
+
+#: C/gedit.xml:441(title)
+msgid "Finding Text"
+msgstr "إيجاد النص"
+
+#: C/gedit.xml:442(para)
+msgid "To search a file for a string of text, perform the following steps:"
+msgstr "للبحث في ملف عن مقطع من نص، أدِ الخطوات التالية:"
+
+#: C/gedit.xml:444(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</guimenuitem></"
+"menuchoice> to display the <guilabel>Find</guilabel> dialog."
+msgstr ""
+"اختر <menuchoice><guimenu>بحث</guimenu><guimenuitem>جِد</guimenuitem></"
+"menuchoice> لعرض حوار <guilabel>إيجاد</guilabel>."
+
+#: C/gedit.xml:446(para)
+msgid ""
+"Type the string that you want to find in the <guilabel>Search for</guilabel> "
+"field. You can include special characters such as a new line or tab: see "
+"<xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"اطبع المقطع الذي تريد إيجاده في حقل <guilabel>ابحث عن</guilabel>. تستطيع "
+"تضمين محارف خاصة مثل سطر جديد أو Tab: راجع <xref linkend=\"gedit-find-escapes"
+"\"/>."
+
+#: C/gedit.xml:448(para)
+msgid ""
+"Click <guibutton>Find</guibutton> to search the file for the first "
+"occurrence of the string after your current cursor position. If "
+"<application>gedit</application> finds the string, the application selects "
+"first occurrence of the string. Other occurrences of the string are "
+"highlighted."
+msgstr ""
+"انقر <guibutton>جِد</guibutton> للبحث في الملف عن أول مصادفة للمقطع بعد موضع "
+"المؤشر الحالي. إذا وجد <application>محرر النصوص</application> المقطع، ينتقي "
+"التطبيق أول مصادفة للمقطع. المصادفات الآخرى للمقطع سوف تُبرز."
+
+#: C/gedit.xml:450(para)
+msgid ""
+"To find the next occurrence of the string, click <guibutton>Find</guibutton> "
+"or choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</"
+"guimenuitem></menuchoice>. To find the previous occurrence of the text, "
+"choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Previous</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"لإيجاد المصادفة التالي للمقطع، انقر <guibutton>جٍد</guibutton> أو اختر "
+"<menuchoice><guimenu>بحث</guimenu><guimenuitem>جد التالي</guimenuitem></"
+"menuchoice>. لإيجاد المصادفة السابقة للنص، اختر <menuchoice><guimenu>بحث</"
+"guimenu><guimenuitem>جد السابق</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:453(para)
+msgid ""
+"After you have closed the <guilabel>Find</guilabel> dialog, you can still "
+"move the selection to other occurrences of the text by choosing "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</guimenuitem></"
+"menuchoice> and <menuchoice><guimenu>Search</guimenu><guimenuitem>Find "
+"Previous</guimenuitem></menuchoice>."
+msgstr ""
+"بعد إغلاقك لحوار <guilabel>إيجاد</guilabel>، مازال يمكنك نقل التحديد "
+"لمصادفات أخرى للنص عن طريق اختيار <menuchoice><guimenu>بحث</"
+"guimenu><guimenuitem>جد التالي</guimenuitem></menuchoice> أو "
+"<menuchoice><guimenu>بحث</guimenu><guimenuitem>جد السابق</guimenuitem></"
+"menuchoice>."
+
+#: C/gedit.xml:454(para)
+msgid ""
+"To remove the highlighting from the text, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Clear Highlight</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"لإزالة الإبراز من النص، اختر <menuchoice><guimenu>بحث</"
+"guimenu><guimenuitem>امسح الإبراز</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:458(title)
+msgid "Incremental Search"
+msgstr "البحث التزايدي"
+
+#: C/gedit.xml:460(para)
+msgid ""
+"Incremental search highlights matching text in the document as you type it "
+"letter by letter. (This is similar to the search feature in several web "
+"browsers.)"
+msgstr ""
+"البحث التزايدي يعلم النص المطابق في المستند كما تكتبه حرفا حرفا. (هذا شبيه "
+"بميزة البحث في متصفحات وب عديدة.)"
+
+#: C/gedit.xml:461(para)
+msgid ""
+"To start an incremental search, choose <menuchoice><guimenu>Search</"
+"guimenu><guimenuitem>Incremental Search</guimenuitem></menuchoice>. The "
+"search box appears at the top of the display area."
+msgstr ""
+"لبدء بحث تزايدي، اختر <menuchoice><guimenu>بحث</guimenu><guimenuitem>بحث "
+"تزايدي</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:462(para)
+msgid ""
+"Begin typing, and text that matches will be highlighted in the document. The "
+"first instance after the cursor position is also selected."
+msgstr ""
+"اكتب، وسيُبرز النص الذي يطابق في المستند. أول مثال بعد موضع المؤشر سوف يُنتقى "
+"أيضا."
+
+#: C/gedit.xml:463(para)
+msgid ""
+"To advance the selection to the next match while keeping the incremental "
+"search box open, press <keycombo><keycap>Ctrl</keycap><keycap>G</keycap></"
+"keycombo>. Press <keycombo><keycap>Ctrl</keycap><keycap>Shift</"
+"keycap><keycap>G</keycap></keycombo> to go back to the previous match."
+msgstr ""
+"لتقديم الانتقاء إلى التطابق التالي أثناء فتح الصندوق التزايدي، انقر "
+"<keycombo><keycap>Ctrl</keycap><keycap>G</keycap></keycombo>. انقر "
+"<keycombo><keycap>Ctrl</keycap><keycap>Shift</keycap><keycap>G</keycap></"
+"keycombo> للرجوع إلى التطابق السابق."
+
+#: C/gedit.xml:464(para)
+msgid ""
+"You can also use the up and down arrow keys or the mouse wheel to move the "
+"selection between matches."
+msgstr ""
+"تستطيع أيضا استخدام مفتاحي السهمين أعلى وأسفل أو عجلة الفأرة لنقل التحديد "
+"بين التطابقات."
+
+#: C/gedit.xml:469(title)
+msgid "Replacing Text"
+msgstr "استبدال نص"
+
+#: C/gedit.xml:471(para)
+msgid ""
+"To search a file for a string, and replace the string with an alternative "
+"string, perform the following steps:"
+msgstr "للبحث في ملف عن نص، واستبدال النص بنص بديل، أدِ الخطوات التالية:"
+
+#: C/gedit.xml:473(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</"
+"guimenuitem></menuchoice> to display the <guilabel>Replace</guilabel> dialog."
+msgstr ""
+"اختر <menuchoice><guimenu>بحث</guimenu><guimenuitem>استبدل</guimenuitem></"
+"menuchoice> لعرض حوار <guilabel>استبدال</guilabel>."
+
+#: C/gedit.xml:475(para)
+msgid ""
+"Type the string that you want to find, in the <guilabel>Search for</"
+"guilabel> field. You can include special characters such as a new line or "
+"tab: see <xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"اطبع النص الذي تريد إيجاده، في حقل <guilabel>ابحث عن</guilabel>. تستطيع "
+"تضمين محارف خاصة مثل سطر جديد أو اللسان: راجع <xref linkend=\"gedit-find-"
+"escapes\"/>."
+
+#: C/gedit.xml:476(para)
+msgid ""
+"Type the string that you want to use to replace the string that you find, in "
+"the <guilabel>Replace with</guilabel> field."
+msgstr ""
+"اطبع النص الذي تريد استخدامه لاستبدال النص الذي وجدته، في حقل "
+"<guilabel>استبدل بـ:</guilabel>"
+
+#: C/gedit.xml:480(para)
+msgid ""
+"To examine each occurrence of the string before replacing it, click "
+"<guibutton>Find</guibutton>. If <application>gedit</application> finds the "
+"string, the application selects the string. Click <guibutton>Replace</"
+"guibutton> to replace the selected occurrence of the string. To find the "
+"next occurrence of the string, click <guibutton>Find</guibutton> again."
+msgstr ""
+"لتفحص كل مصادفة للنص قبل استبداله، انقر <guibutton>جِد</guibutton>. إذا وجد "
+"<application>محرر النصوص</application> النص، سوف ينتقي التطبيق النص. انقر "
+"<guibutton>استبدل</guibutton> لاستبدال المصادفة المنتقاة للنص. لإيجاد "
+"المصادفة التالية، انقر <guibutton>جِد</guibutton> مجددا."
+
+#: C/gedit.xml:481(para)
+msgid ""
+"To replace all occurrences of the string throughout the document, click "
+"<guibutton>Replace All</guibutton>."
+msgstr ""
+"لاستبدال كل مصادفات النص على طول المستند، انقر <guibutton>استبدل الكل</"
+"guibutton>."
+
+#: C/gedit.xml:486(title)
+msgid "Find and Replace Options"
+msgstr "خيارات البحث والاستبدال"
+
+#: C/gedit.xml:487(para)
+msgid ""
+"The <guilabel>Find</guilabel> dialog and the <guilabel>Replace</guilabel> "
+"dialog both have the following options:"
+msgstr ""
+"حوار <guilabel>إيجاد</guilabel> وحوار <guilabel>استبدال</guilabel> كلاهما "
+"لهما الخيارات التالية:"
+
+#: C/gedit.xml:489(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you type. For example, "
+"with <guilabel>Match case</guilabel> selected, \"TEXT\" will not match \"text"
+"\"."
+msgstr ""
+"انتقِ الخيار <guilabel>طابق الحالة</guilabel> لإيجاد أي حالات للنص تطابق حالة "
+"النص الذي طبعته. على سبيل المثال، مع انتقاء <guilabel>طابق الحالة</"
+"guilabel>، \"TEXT\" لن تطابق \"text\"."
+
+#: C/gedit.xml:491(para)
+msgid ""
+"Select the <guilabel>Match entire word only</guilabel> option to only find "
+"occurrences of the string that match the entire words of the text that you "
+"type. For example, with <guilabel>Match entire word only</guilabel> "
+"selected, \"text\" will not match \"texture\"."
+msgstr ""
+"انتقِ الخيار <guilabel>طابق كامل الكلمة فقط</guilabel> لإيجاد فقط مصادفات "
+"النص التي تطابق كلمات النص الكاملة التي طبعتها. على سبيل المثال، مع انتقاء "
+"<guilabel>طابق كامل الكلمة فقط</guilabel>، \"نص\" لن تطابق \"نصي\"."
+
+#: C/gedit.xml:493(para)
+msgid ""
+"Select the <guilabel>Search backwards</guilabel> option to search backwards "
+"towards the beginning of the document."
+msgstr ""
+"انتقِ الخيار <guilabel>ابحث إلى الخلف</guilabel> للبحث إلى الخلف إلى بداية "
+"المستند."
+
+#: C/gedit.xml:495(para)
+msgid ""
+"Select the <guilabel>Wrap around</guilabel> option to search to one end of "
+"the document and then continue the search from the other end of the file."
+msgstr ""
+"انتقِ خيار <guilabel>لف حول</guilabel> للبحث إلى نهاية المستند ثم استمرار "
+"البحث من النهاية الأخرى للملف."
+
+#: C/gedit.xml:502(title)
+msgid "Special Characters"
+msgstr "المحارف الخاصة"
+
+#: C/gedit.xml:503(para)
+msgid ""
+"You can include the following escape sequences in the text to find or "
+"replace to represent special characters:"
+msgstr ""
+"يمكنك تضمين التسلسلات الهاربة التالية في النص للإيجاد أو الاستبدال إلى "
+"المحارف الممثلة التالية:"
+
+#: C/gedit.xml:506(literal)
+msgid "\\n"
+msgstr "\\n"
+
+#: C/gedit.xml:508(para)
+msgid "Specifies a new line."
+msgstr "يحدد سطرا جديدا."
+
+#: C/gedit.xml:512(literal)
+msgid "\\t"
+msgstr "\\t"
+
+#: C/gedit.xml:514(para)
+msgid "Specifies a tab character."
+msgstr "يحدد محرّف اللسان."
+
+#: C/gedit.xml:518(literal)
+msgid "\\r"
+msgstr "\\r"
+
+#: C/gedit.xml:520(para)
+msgid "Specifies a carriage return."
+msgstr "يحدد عودة ناقل."
+
+#: C/gedit.xml:524(literal)
+msgid "\\\\"
+msgstr "\\\\"
+
+#: C/gedit.xml:526(para)
+msgid ""
+"The backslash character itself must be escaped if it is being searched for. "
+"For example, if you are looking for the \"<literal>\\n</literal>\" literal, "
+"you will have to type \"\\\\n\" in the <guilabel>Search for</guilabel> "
+"field. Or if you are looking for a sequence of backslashes, you will have to "
+"double the number of searched backslashes."
+msgstr ""
+"محرّف الخط المائل العكسي ذاته يجب أن يهرب إذا بُحث عنه. على سبيل المثال، إذا "
+"كنت تبحث عن \"<literal>\\n</literal>\" حرفيا، عليك طباعة \"\\\\n\" في حقل "
+"<guilabel>ابحث عن</guilabel>. أو إذا كنت تبحث عن تسلسل خطوط مائلة عكسية، "
+"عليك مضاعفة عدد الحطوط المائلة المعكوسة المبحوث عنها."
+
+#: C/gedit.xml:538(title)
+msgid "Positioning the Cursor on a Specific Line"
+msgstr "وضع المؤشر على سطر محدد"
+
+#: C/gedit.xml:540(para)
+msgid ""
+"To position the cursor on a specific line in the current file, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</guimenuitem></"
+"menuchoice>. The line number box appears at the top of the display area."
+msgstr ""
+"لوضع المؤشر على سطر معين في الملف الحالي، اختر <menuchoice><guimenu>بحث</"
+"guimenu><guimenuitem>اذهب إلى السطر</guimenuitem></menuchoice>. صندوق رقم "
+"السطر يظهر في أعلى منطقة العرض."
+
+#: C/gedit.xml:541(para)
+msgid ""
+"Begin typing the number of the line that you want to move the cursor to and "
+"the document will scroll to the specified line."
+msgstr ""
+"عندما تطبع رقم السطر الذي تريد نقل المؤشر إليه، سوف يلف المستند إلى السطر "
+"المحدد."
+
+#: C/gedit.xml:542(para)
+msgid ""
+"To dismiss the box and move the cursor to the specified line, press "
+"<keycap>Return</keycap>."
+msgstr ""
+"لإيقاف الصندوق وتحريك المؤشر إلى السطر المحدد، اضغط <keycap>إدخال</keycap>."
+
+#: C/gedit.xml:548(title)
+msgid "Printing"
+msgstr "الطباعة"
+
+#: C/gedit.xml:552(title)
+msgid "Setting the Page Options"
+msgstr "ضبط خيارات الصفحة"
+
+#: C/gedit.xml:554(para)
+msgid ""
+"To set the page options, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Page Setup</guimenuitem></menuchoice> to display the "
+"<guilabel>Page Setup</guilabel> dialog."
+msgstr ""
+"لضبط خيارات الصفحة، اختر <menuchoice><guimenu>ملف</"
+"guimenu><guimenuitem>إعداد الصفحة</guimenuitem></menuchoice> لعرض حوار "
+"<guilabel>إعداد الصفحة</guilabel>."
+
+#: C/gedit.xml:556(para)
+msgid ""
+"The <guilabel>Page Setup</guilabel> dialog enables you to specify the "
+"following print options:"
+msgstr ""
+"حوار <guilabel>إعداد الصفحة</guilabel> يتيح لك تحديد خيارات الطباعة التالية:"
+
+#: C/gedit.xml:559(title)
+msgid "General Tabbed Section"
+msgstr "القسم العام المؤلسن"
+
+#: C/gedit.xml:561(guilabel)
+msgid "Print syntax highlighting"
+msgstr "طباعة إبراز الصياغة"
+
+#: C/gedit.xml:563(para)
+msgid ""
+"Select this option to print syntax highlighting. For more information about "
+"syntax highlighting, see <xref linkend=\"gedit-set-highlightmode\"/>."
+msgstr ""
+"انتقِ هذا الخيار لطباعة تعليم الصياغة. لمزيد من المعلومات حول إبراز الصياغة، "
+"راجع <xref linkend=\"gedit-set-highlightmode\"/>."
+
+#: C/gedit.xml:566(guilabel)
+msgid "Print page headers"
+msgstr "طباعة ترويسات الصفحة"
+
+#: C/gedit.xml:568(para)
+msgid ""
+"Select this option to include a header on each page that you print. You "
+"cannot configure the header."
+msgstr "انتقِ هذا الخيار لتضمين ترويسة لكل صفحة تطبعها. لا يمكنك ضبط الترويسة."
+
+#: C/gedit.xml:571(guilabel) C/gedit.xml:1175(guilabel)
+msgid "Line Numbers"
+msgstr "أرقام السطور"
+
+#: C/gedit.xml:574(para)
+msgid ""
+"Select the <guilabel>Print line numbers</guilabel> option to include line "
+"numbers when you print a file."
+msgstr ""
+"انتقِ خيار <guilabel>طباعة أرقام السطور</guilabel> لتضمين أرقام السطور عندما "
+"تطبع ملفا."
+
+#: C/gedit.xml:575(para)
+msgid ""
+"Use the <guilabel>Number every ... lines </guilabel> spin box to specify how "
+"often to print the line numbers, for example every 5 lines, every 10 lines, "
+"and so on."
+msgstr ""
+"استخدم صندوق <guilabel>رقّم كل ... سطر</guilabel> لتحديد مرات طباعة أرقام "
+"الأسطر، على سبيل المثال، كل 5 أسطر، وكل 10 أسطر، وهكذا."
+
+#: C/gedit.xml:578(guilabel) C/gedit.xml:1168(guilabel) C/gedit.xml:1687(para)
+msgid "Text Wrapping"
+msgstr "لف النص"
+
+#: C/gedit.xml:580(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to wrap text "
+"onto the next line, at a character level, when you print a file. The "
+"application counts wrapped lines as one line for line numbering purposes."
+msgstr ""
+"انتقِ خيار <guilabel>فعّل لف النص</guilabel> للف النص إلى السطر التالي، على "
+"مستوى المحرف، عندما تطبع ملفا. يعد التطبيق الأسطر الملفوفة كسطر واحد لعملية "
+"ترقيم السطر."
+
+#: C/gedit.xml:582(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"wrap text onto the next line, at a word level, when you print a file."
+msgstr ""
+"انتقِ خيار <guilabel>لا تشقّ الكلمات على سطرين</guilabel> للف النص إلى السطر "
+"التالي، على مستوة الكلمة، عندما تطبع ملفا."
+
+#: C/gedit.xml:590(title)
+msgid "Fonts"
+msgstr "الخطوط"
+
+#: C/gedit.xml:592(guilabel)
+msgid "Body"
+msgstr "الجسم"
+
+#: C/gedit.xml:594(para)
+msgid ""
+"Click on this button to select the font to use to print the body text of a "
+"file."
+msgstr "انقر على هذا الزر لانتقاء الخط لاستخدامه لطباعة جسم نص ملف."
+
+#: C/gedit.xml:597(guilabel)
+msgid "Line numbers"
+msgstr "رقم السطور"
+
+#: C/gedit.xml:600(para)
+msgid "Click on this button to select the font to use to print line numbers."
+msgstr "انقر على هذا الزر لانتقاء الخط لاسخدامه لطباعة أرقام السطور."
+
+#: C/gedit.xml:603(guilabel)
+msgid "Headers and footers"
+msgstr "الترويسات والتذييلات"
+
+#: C/gedit.xml:605(para)
+msgid ""
+"Click on this button to select the font to use to print the headers and "
+"footers in a file."
+msgstr ""
+"انقر على هذا الزر لانتقاء الخط لاسخدامه لطباعة الترويسات والهوامش في ملف."
+
+#: C/gedit.xml:609(para)
+msgid ""
+"To reset the fonts to the default fonts for printing a file from "
+"<application>gedit</application>, click <guibutton>Restore Default Fonts</"
+"guibutton>."
+msgstr ""
+"لإعادة ضبط الخطوط إلى الخطوط المبدئية لطباعة ملف من <application>محرر "
+"النصوص</application>، انقر <guibutton>استرجع الخطوط المبدئية</guibutton>."
+
+#: C/gedit.xml:616(title)
+msgid "Printing a Document"
+msgstr "طباعة مستند"
+
+#: C/gedit.xml:617(para)
+msgid ""
+"You can use <application>gedit</application> to perform the following print "
+"operations:"
+msgstr ""
+"تستطيع استخدام <application>محرر النصوص</application> لتأدية عمليات الطباعة "
+"التالية:"
+
+#: C/gedit.xml:619(para)
+msgid "Print a document to a printer."
+msgstr "طباعة مستند إلى طابعة."
+
+#: C/gedit.xml:621(para)
+msgid "Print the output of the print command to a file."
+msgstr "طباعة مخرج أمر الطباعة لملف."
+
+#: C/gedit.xml:624(para)
+msgid ""
+"If you print to a file, <application>gedit</application> sends the output of "
+"the file to a pre-press format file. The most common pre-press formats are "
+"PostScript and Portable Document Format (PDF)."
+msgstr ""
+"إذا كنت تطبع ملفا، يرسل <application>محرر النصوص</application> مخرج الملف "
+"إلى ملف قبل الضغط. أكثر أوامر قبل الضغط شيوعا هي بوست&#8203;سكربت ونسق "
+"المستند المحمول (بي&#8203;دي&#8203;إف)."
+
+#: C/gedit.xml:626(para)
+msgid ""
+"To preview the pages that you want to print, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"لمعاينة الصفحات التي تريد طباعتها، اختر <menuchoice><guimenu>ملف</"
+"guimenu><guimenuitem>معاينة الطباعة</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:628(para)
+msgid ""
+"To print the current file to a printer or a file, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></"
+"menuchoice> to display the <guilabel>Print</guilabel> dialog."
+msgstr ""
+"لطباعة الملف الحالي إلى طباعة، اختر <menuchoice><guimenu>ملف</"
+"guimenu><guimenuitem>اطبع</guimenuitem></menuchoice> لعرض حوار "
+"<guilabel>طباعة</guilabel>."
+
+#: C/gedit.xml:630(para)
+msgid ""
+"The <guilabel>Print</guilabel> dialog enables you to specify the following "
+"print options:"
+msgstr "حوار <guilabel>طباعة</guilabel> يتيح لك تحديد خيارات الطباعة التالية:"
+
+#: C/gedit.xml:633(title)
+msgid "Job Tabbed Section"
+msgstr "قسم الشغل المؤلسن"
+
+#: C/gedit.xml:635(guilabel)
+msgid "Print range"
+msgstr "مدى الطباعة"
+
+#: C/gedit.xml:637(para)
+msgid ""
+"Select one of the following options to determine how many pages to print:"
+msgstr "انتقِ واحد من الخيارات التالية لتقرير عدد الصفحات لطبعها:"
+
+#: C/gedit.xml:640(guilabel)
+msgid "All"
+msgstr "كل"
+
+#: C/gedit.xml:641(para)
+msgid "Select this option to print all of the pages in the file."
+msgstr "انتقِ هذا الخيار لطباعة كل الصفحات في الملف."
+
+#: C/gedit.xml:644(guilabel)
+msgid "Lines"
+msgstr "سطور"
+
+#: C/gedit.xml:645(para)
+msgid ""
+"Select this option to print the specified lines only. Use the "
+"<guilabel>From</guilabel> and <guilabel>To</guilabel> spin boxes to specify "
+"the line range."
+msgstr ""
+"انتقِ هذا الخيار لطباعة الأسطر المُحددة فقط. استخدم الصندوقين <guilabel>من</"
+"guilabel> و <guilabel>إلى</guilabel> لتحديد مدى السطر."
+
+#: C/gedit.xml:648(guilabel)
+msgid "Selection"
+msgstr "انتقاء"
+
+#: C/gedit.xml:649(para)
+msgid ""
+"Select this option to print the selected text only. This option is only "
+"available if you select text."
+msgstr ""
+"انتقِ هذا الخيار لطباعة النص المُنتقى فقط. هذا الخيار متاح فقط إذا انتقيت نصا."
+
+#: C/gedit.xml:655(guilabel)
+msgid "Copies"
+msgstr "نُسخ"
+
+#: C/gedit.xml:657(para)
+msgid ""
+"Use the <guilabel>Number of copies</guilabel> spin box to specify the number "
+"of copies of the file that you want to print."
+msgstr ""
+"استخدم صندوق <guilabel>عدد النسخ</guilabel> لتحديد عدد النسخ التي تريد "
+"طباعتها."
+
+#: C/gedit.xml:658(para)
+msgid ""
+"If you print multiple copies of the file, select the <guilabel>Collate</"
+"guilabel> option to collate the printed copies."
+msgstr ""
+"إذا طبعت نسخ متعددة لملف، انتقِ خيار <guilabel>رزم</guilabel> لجمع النسخ "
+"المطبوعة."
+
+#: C/gedit.xml:665(title)
+msgid "Printer Tabbed Section"
+msgstr "قسم الطابعة المؤلسن"
+
+#: C/gedit.xml:667(guilabel)
+msgid "Printer"
+msgstr "الطابعة"
+
+#: C/gedit.xml:669(para)
+msgid ""
+"Use this drop-down list to select the printer to which you want to print the "
+"file."
+msgstr "استخدم القائمة المنسدلة لانتقاء الطابعة التي تريد طباعة الملف إليها."
+
+#: C/gedit.xml:672(guilabel)
+msgid "Settings"
+msgstr "الإعدادات"
+
+#: C/gedit.xml:674(para)
+msgid "Use this drop-down list to select the printer settings."
+msgstr "استخدم هذه القائمة المنسدلة لانتقاء خيارات الطابعة."
+
+#: C/gedit.xml:676(para)
+msgid ""
+"To configure the printer, click <guibutton>Configure</guibutton>. For "
+"example, you can enable or disable duplex printing, or schedule delayed "
+"printing, if this functionality is supported by the printer."
+msgstr ""
+"لضبط الطابعة، انقر <guibutton>اضبط</guibutton>. على سبيل المثال، إذا استطعت "
+"تفعيل أو تعطيل الطباعة المزدوجة، أو جدولة الطباعة المتأخرة، إذا كانت هذه "
+"المهام مدعومة من الطابعة."
+
+#: C/gedit.xml:680(guilabel)
+msgid "Location"
+msgstr "الموقع"
+
+#: C/gedit.xml:682(para)
+msgid ""
+"Use this drop-down list to select one of the following print destinations:"
+msgstr "استخدم هذه القائمة المنسدلة لانتقاء واحدة من مقاصد الطباعة التالية:"
+
+#: C/gedit.xml:687(guilabel)
+msgid "CUPS"
+msgstr "سي&#8203;يوبي&#8203;إس"
+
+#: C/gedit.xml:689(para)
+msgid "Print the file to a CUPS printer."
+msgstr "طباعة الملف إلى طابعة سي&#8203;يوبي&#8203;إس."
+
+#: C/gedit.xml:693(para)
+msgid ""
+"If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is the "
+"only entry in this drop-down list."
+msgstr ""
+"إذا كانت الطابعة المنتقاة طباعة سي&#8203;يوبي&#8203;إس، <guilabel>سي&#8203;"
+"يوبي&#8203;إس</guilabel> هي المدخلة الوحيدة في هذه القائمة المنسدلة."
+
+#: C/gedit.xml:700(guilabel)
+msgid "lpr"
+msgstr "إل&#8203;بي&#8203;آر"
+
+#: C/gedit.xml:702(para)
+msgid "Print the file to a printer."
+msgstr "طباعة الملف إلى طباعة."
+
+#: C/gedit.xml:708(guilabel)
+msgid "File"
+msgstr "ملف"
+
+#: C/gedit.xml:710(para)
+msgid "Print the file to a PostScript file."
+msgstr "طباعة الملف إلى ملف بوست&#8203;سكربت"
+
+#: C/gedit.xml:713(para)
+msgid ""
+"Click <guibutton>Save As</guibutton> to display a dialog where you specify "
+"the name and location of the PostScript file."
+msgstr ""
+"انقر <guibutton>احفظ ك</guibutton> لعرض حوار أين تحديد اسم وموقع ملف "
+"بوست&#8203;سكربت."
+
+#: C/gedit.xml:719(guilabel)
+msgid "Custom"
+msgstr "مخصص"
+
+#: C/gedit.xml:721(para)
+msgid "Use the specified command to print the file."
+msgstr "استخدم الأمر المحدد لطباعة الملف."
+
+#: C/gedit.xml:724(para)
+msgid ""
+"Type the name of the command in the text box. Include all command-line "
+"arguments."
+msgstr "اطبع اسم الأمر في مربع النص. تضمن كل مدخلات سطر الأوامر."
+
+#: C/gedit.xml:732(guilabel)
+msgid "State"
+msgstr "الحالة"
+
+#: C/gedit.xml:734(para) C/gedit.xml:740(para) C/gedit.xml:746(para)
+msgid "This functionality is not supported in this version of gedit."
+msgstr "هذه الخاصية غير مدعومة في إصدار محرر النصوص هذا."
+
+#: C/gedit.xml:738(guilabel)
+msgid "Type"
+msgstr "النوع"
+
+#: C/gedit.xml:744(guilabel)
+msgid "Comment"
+msgstr "التعليق"
+
+#: C/gedit.xml:754(title)
+msgid "Paper Tabbed Section"
+msgstr "قسم الورقة المؤلسن"
+
+#: C/gedit.xml:756(guilabel)
+msgid "Paper size"
+msgstr "خحم الورقة"
+
+#: C/gedit.xml:758(para)
+msgid ""
+"Use this drop-down list to select the size of the paper to which you want to "
+"print the file."
+msgstr ""
+"استخدم القائمة المنسدلة لانتقاء حجم الورقة التي تريد طباعة الملف عليها."
+
+#: C/gedit.xml:761(guilabel)
+msgid "Width"
+msgstr "العرض"
+
+#: C/gedit.xml:763(para)
+msgid ""
+"Use this spin box to specify the width of the paper. Use the adjacent drop-"
+"down list to change the measurement unit."
+msgstr ""
+"استخدم هذا الصندوق لتحديد عرض الورقة. استخدم القائمة المنسدلة المجاورة "
+"لتعديل وحدة القياس."
+
+#: C/gedit.xml:766(guilabel)
+msgid "Height"
+msgstr "الطول"
+
+#: C/gedit.xml:768(para)
+msgid "Use this spin box to specify the height of the paper."
+msgstr "استخدم هذا الصندوق لتحديد طول الورقة."
+
+#: C/gedit.xml:771(guilabel)
+msgid "Feed orientation"
+msgstr "توجه التغذية"
+
+#: C/gedit.xml:773(para)
+msgid ""
+"Use this drop-down list to select the orientation of the paper in the "
+"printer."
+msgstr "استخدم هذه القائمة المنسدلة لانتقاء توجه الورقة في الطابعة."
+
+#: C/gedit.xml:776(guilabel)
+msgid "Page orientation"
+msgstr "توجه الصفحة"
+
+#: C/gedit.xml:778(para)
+msgid "Use this drop-down list to select the page orientation."
+msgstr "استخدم هذه القائمة المنسدلة لانتقاء توجه الصفحة."
+
+#: C/gedit.xml:781(guilabel)
+msgid "Layout"
+msgstr "تخطيط"
+
+#: C/gedit.xml:783(para)
+msgid ""
+"Use this drop-down list to select the page layout. A preview of each layout "
+"that you select is displayed in the <guilabel>Preview</guilabel> area."
+msgstr ""
+"استخدم هذه القائمة المنسدلة لانتقاء تخطيط الصفحة. معيانة لكل تخطيط تنتقيه "
+"تُعرض في منطقة <guilabel>معاينة</guilabel>."
+
+#: C/gedit.xml:786(guilabel)
+msgid "Paper tray"
+msgstr "صينية الورق"
+
+#: C/gedit.xml:788(para)
+msgid "Use this drop-down list to select the paper tray."
+msgstr "استخدم هذه القائمة المنسدلة لانتقاء صينية الورق."
+
+#: C/gedit.xml:799(title)
+msgid "Programming Features"
+msgstr "مزايا البرمجة"
+
+#: C/gedit.xml:801(para)
+msgid ""
+"Several of <application>gedit</application>'s features for programming are "
+"provided with plugins. For example, the Tag List plugin provides a list of "
+"commonly-used tags for different markup languages: see <xref linkend=\"gedit-"
+"tag-list-plugin\"/>."
+msgstr ""
+"العديد من مزايا <application>محرر النصوص</application> للبرمجية مقدمة "
+"بملحقات. على سبيل المثلل، ملحق قائممة الوسمتقدم قائمة للوسوم المستخدمة بشكل "
+"شائع لمختلف لغات الترقيم: راجع <xref linkend=\"gedit-tag-list-plugin\"/>. "
+
+#: C/gedit.xml:805(title)
+msgid "Syntax Highlighting"
+msgstr "إبراز الصياغة"
+
+#: C/gedit.xml:806(para)
+msgid ""
+"Syntax highlighting makes source code easier to read by showing different "
+"parts of the text in different colors."
+msgstr ""
+"يجعل ابراز صياغة الكود المصدري أسهل للقراءة بعرض الأجزاء المختلفة من النص "
+"بألوان مختلفة."
+
+#: C/gedit.xml:808(para)
+msgid ""
+"<application>gedit</application> chooses an appropriate syntax highlighting "
+"mode based on a document's type. To override the syntax highlighting mode, "
+"choose <menuchoice><guimenu>View</guimenu><guimenuitem>Highlight Mode</"
+"guimenuitem></menuchoice>, then choose one of the following menu items:"
+msgstr ""
+"يختار <application>محرر النصوص</application> نمط إبراز الصيغة المناسب بناءً "
+"على نوع المستند. لتجاوز نمط إبراز الصيغة، اختر <menuchoice><guimenu>عرض</"
+"guimenu><guimenuitem>نمط الإبراز</guimenuitem></menuchoice>، ثم اختر واحدا "
+"من عناصر القائمة التالية:"
+
+#: C/gedit.xml:811(guimenuitem)
+msgid "Normal"
+msgstr "عادي"
+
+#: C/gedit.xml:813(para)
+msgid "Do not display any syntax highlighting."
+msgstr "لا تعرض أي إبراز صياغة."
+
+#: C/gedit.xml:817(guisubmenu)
+msgid "Sources"
+msgstr "المصادر"
+
+#: C/gedit.xml:819(para)
+msgid ""
+"Display syntax highlighting to edit source code. Use the "
+"<guisubmenu>Sources</guisubmenu> submenu to select the source code type."
+msgstr ""
+"عرض إبراز الصياغة لتحرير الكود المصدري. استخدم قائمة <guisubmenu>مصادر</"
+"guisubmenu> الفرعية لانتقاء نوع الشيفرة المصدرية."
+
+#: C/gedit.xml:823(guisubmenu)
+msgid "Markup"
+msgstr "ترميز"
+
+#: C/gedit.xml:825(para)
+msgid ""
+"Display syntax highlighting to edit markup code. Use the <guisubmenu>Markup</"
+"guisubmenu> submenu to select the markup code type."
+msgstr ""
+"عرض إبراز الصياغة لتحرير كود ترميز. استخدم قائمة <guisubmenu>ترميز</"
+"guisubmenu> الفرعية لانتقاء نوع شيفرة الترميز."
+
+#: C/gedit.xml:829(guisubmenu)
+msgid "Scripts"
+msgstr "سكربتات"
+
+#: C/gedit.xml:831(para)
+msgid ""
+"Display syntax highlighting to edit script code. Use the "
+"<guisubmenu>Scripts</guisubmenu> submenu to select the script code type."
+msgstr ""
+"عرض إبراز الصياغة لتحرير كود سكربت. استخدك قائمة <guisubmenu>مخطوطات</"
+"guisubmenu> الرغية لانتقاء نوع شيفرة المخطوط."
+
+#: C/gedit.xml:835(guisubmenu)
+msgid "Others"
+msgstr "أخريات"
+
+#: C/gedit.xml:837(para)
+msgid ""
+"Display syntax highlighting to edit other types of code. Use the "
+"<guisubmenu>Others</guisubmenu> submenu to select the code type."
+msgstr ""
+"عرض إبراز الصياغة لتحرير أنواع أخرى من الأكواد، استخدم قائمة "
+"<guisubmenu>أخريات</guisubmenu> الفرعية لانتقاء نوع الشيفرة."
+
+#: C/gedit.xml:845(title)
+msgid "Piping the Output of a Command to a File"
+msgstr "توريد مخرج أمر إلى ملف"
+
+#: C/gedit.xml:846(para)
+msgid ""
+"You can use <application>gedit</application> to pipe the output of a command "
+"to a text file. For example, to pipe the output of an <command>ls</command> "
+"command to a text file, type <command>ls | gedit</command>, then press "
+"<keycap>Return</keycap>."
+msgstr ""
+"تستطيع استخدام <application>محرر النصوص</application> لتوريد مخرج أمر إلى "
+"ملف نصي. على سبيل المثال، لتوريد مخرج أمر <command>ls</command> إلى ملف نصي، "
+"اطبع <command>ls | gedit</command>، ثم انقر <keycap>إدخال</keycap>."
+
+#: C/gedit.xml:847(para)
+msgid ""
+"The output of the <command>ls</command> command is displayed in a new text "
+"file in the <application>gedit</application> window."
+msgstr ""
+"مخرج أمر <command>ls</command> يُعرض في ملف نصي جديد في نافذة "
+"<application>محرر النصوص</application>."
+
+#: C/gedit.xml:848(para)
+msgid ""
+"Alternatively, you can use the <application>External tools</application> "
+"plugin to pipe command output to the current file."
+msgstr ""
+"بدلا من ذلك، تستطيع استخدام ملحق <application>الأدوات الخارجية</application> "
+"لتوريد مخرج أمر إلى الملف الحالي."
+
+#: C/gedit.xml:854(title)
+msgid "Shortcut Keys"
+msgstr "مفاتيح الاختصار"
+
+#: C/gedit.xml:855(para)
+msgid ""
+"Use shortcut keys to perform common tasks more quickly than with the mouse "
+"and menus. The following tables list all of <application>gedit</"
+"application>'s shortcut keys."
+msgstr ""
+"استخدم مفاتيح الاختصار لتأدية المهام الشائعة أسرع من الفأرة والقوائم. "
+"الجداول التالية تضع كل مفاتيح اختصار <application>محرر النصوص</application> "
+"في قائمة."
+
+#: C/gedit.xml:856(para)
+msgid ""
+"For more on shortcut keys, see the <ulink type=\"help\" url=\"ghelp:user-"
+"guide?keyboard-skills\">Desktop User Guide</ulink>."
+msgstr ""
+"للمزيد من مفاتيح الاختصار، راجع <ulink type=\"help\" url=\"ghelp:user-guide?"
+"keyboard-skills\">دليل مستخدم سطح المكتب</ulink>."
+
+#. ============= Tabs ========================
+#: C/gedit.xml:859(bridgehead) C/gedit.xml:1207(guilabel)
+msgid "Tabs"
+msgstr "ألسنة"
+
+#: C/gedit.xml:860(para)
+msgid "Shortcuts for tabs:"
+msgstr "اختصارات الألسنة:"
+
+#: C/gedit.xml:868(para) C/gedit.xml:912(para) C/gedit.xml:968(para)
+#: C/gedit.xml:1016(para) C/gedit.xml:1044(para) C/gedit.xml:1091(para)
+#: C/gedit.xml:1134(para)
+msgid "Shortcut Key"
+msgstr "مفتاح الاختصار"
+
+#: C/gedit.xml:870(para) C/gedit.xml:914(para) C/gedit.xml:970(para)
+#: C/gedit.xml:1018(para) C/gedit.xml:1046(para) C/gedit.xml:1093(para)
+#: C/gedit.xml:1136(para)
+msgid "Command"
+msgstr "الأمر"
+
+#: C/gedit.xml:875(para)
+msgid "Ctrl + Alt + PageUp"
+msgstr "Ctrl + Alt + PageDown"
+
+#: C/gedit.xml:876(para)
+msgid "Switches to the next tab to the left."
+msgstr "يحوّل إلى اللسان التالي إلى اليسار."
+
+#: C/gedit.xml:879(para)
+msgid "Ctrl + Alt + PageDown"
+msgstr "Ctrl + Alt + PageDown"
+
+#: C/gedit.xml:880(para)
+msgid "Switches to the next tab to the right."
+msgstr "يحوّل إلى اللسان التالي إلى اليمين."
+
+#: C/gedit.xml:883(para) C/gedit.xml:947(para)
+msgid "Ctrl + W"
+msgstr "Ctrl + W"
+
+#: C/gedit.xml:884(para)
+msgid "Close tab."
+msgstr "أغلق اللسان."
+
+#: C/gedit.xml:887(para)
+msgid "Ctrl + Shift + L"
+msgstr "Ctrl + Shift + L"
+
+#: C/gedit.xml:888(para)
+msgid "Save all tabs."
+msgstr "احفظ كل الألسنة."
+
+#: C/gedit.xml:891(para)
+msgid "Ctrl + Shift + W"
+msgstr "Ctrl + Shift + W"
+
+#: C/gedit.xml:892(para)
+msgid "Close all tabs."
+msgstr "أغلق كل الألسنة."
+
+#: C/gedit.xml:895(para)
+msgid "Alt + n"
+msgstr "Alt + n"
+
+#: C/gedit.xml:896(para)
+msgid "Jump to nth tab."
+msgstr "يقفز إلى اللسان الأعلى."
+
+#. ============= Files ========================
+#: C/gedit.xml:903(bridgehead)
+msgid "Files"
+msgstr "ملفات"
+
+#: C/gedit.xml:904(para)
+msgid "Shortcuts for working with files:"
+msgstr "اختصارات العمل مع الملفات:"
+
+#: C/gedit.xml:919(para)
+msgid "Ctrl + N"
+msgstr "Ctrl + N"
+
+#: C/gedit.xml:920(para)
+msgid "Create a new document."
+msgstr "أنشئ مستندا جديدا."
+
+#: C/gedit.xml:923(para)
+msgid "Ctrl + O"
+msgstr "Ctrl + O"
+
+#: C/gedit.xml:924(para)
+msgid "Open a document."
+msgstr "افتح مستندا."
+
+#: C/gedit.xml:927(para)
+msgid "Ctrl + L"
+msgstr "Ctrl + L"
+
+#: C/gedit.xml:928(para)
+msgid "Open a location."
+msgstr "افتح موقعا."
+
+#: C/gedit.xml:931(para)
+msgid "Ctrl + S"
+msgstr "Ctrl + S"
+
+#: C/gedit.xml:932(para)
+msgid "Save the current document to disk."
+msgstr "احفظ المستند الحالي إلى القرص."
+
+#: C/gedit.xml:935(para)
+msgid "Ctrl + Shift + S"
+msgstr "Ctrl + Shift + S"
+
+#: C/gedit.xml:936(para)
+msgid "Save the current document with a new filename."
+msgstr "احفظ المستند الحالي باسم ملف جديد."
+
+#: C/gedit.xml:939(para)
+msgid "Ctrl + P"
+msgstr "Ctrl + P"
+
+#: C/gedit.xml:940(para)
+msgid "Print the current document."
+msgstr "اطبع المستند الحالي."
+
+#: C/gedit.xml:943(para)
+msgid "Ctrl + Shift + P"
+msgstr "Ctrl + Shift + P"
+
+#: C/gedit.xml:944(para)
+msgid "Print preview."
+msgstr "عينة الطباعة."
+
+#: C/gedit.xml:948(para)
+msgid "Close the current document."
+msgstr "أغلق المستند الحالي."
+
+#: C/gedit.xml:951(para)
+msgid "Ctrl + Q"
+msgstr "Ctrl + Q"
+
+#: C/gedit.xml:952(para)
+msgid "Quit Gedit."
+msgstr "يخرج محرر النصوص."
+
+#. ============= Edit =======================
+#: C/gedit.xml:959(bridgehead) C/gedit.xml:1408(guimenu)
+#: C/gedit.xml:1414(guimenu) C/gedit.xml:1420(guimenu)
+#: C/gedit.xml:1426(guimenu)
+msgid "Edit"
+msgstr "تحرير"
+
+#: C/gedit.xml:960(para)
+msgid "Shortcuts for editing documents:"
+msgstr "اختصارات تحرير المستندات:"
+
+#: C/gedit.xml:975(para)
+msgid "Ctrl + Z"
+msgstr "Ctrl + Z"
+
+#: C/gedit.xml:976(para)
+msgid "Undo the last action."
+msgstr "استرجاع آخر إجراء."
+
+#: C/gedit.xml:979(para)
+msgid "Ctrl + Shift + Z"
+msgstr "Ctrl + Shift + Z"
+
+#: C/gedit.xml:980(para)
+msgid "Redo the last undone action ."
+msgstr "إعادة آخر إجراء مُسترجع."
+
+#: C/gedit.xml:983(para)
+msgid "Ctrl + X"
+msgstr "Ctrl + X"
+
+#: C/gedit.xml:984(para)
+msgid "Cut the selected text or region and place it on the clipboard."
+msgstr "قص النص أو المنطقة المنقاة ووضعها في الحافظة."
+
+#: C/gedit.xml:987(para)
+msgid "Ctrl + C"
+msgstr "Ctrl + C"
+
+#: C/gedit.xml:988(para)
+msgid "Copy the selected text or region onto the clipboard."
+msgstr "نسخ النص أو المنقطة المنقاة إلى الحافظة."
+
+#: C/gedit.xml:991(para)
+msgid "Ctrl + V"
+msgstr "Ctrl + V"
+
+#: C/gedit.xml:992(para)
+msgid "Paste the contents of the clipboard."
+msgstr "لصق محتويات الحافظة."
+
+#: C/gedit.xml:995(para)
+msgid "Ctrl + A"
+msgstr "Ctrl + A"
+
+#: C/gedit.xml:996(para)
+msgid "Select all."
+msgstr "انتقِ الكل."
+
+#: C/gedit.xml:999(para)
+msgid "Ctrl + D"
+msgstr "Ctrl + D"
+
+#: C/gedit.xml:1000(para)
+msgid "Delete current line."
+msgstr "احذف السطر الحالي"
+
+#. ============= Panes =======================
+#: C/gedit.xml:1007(bridgehead)
+msgid "Panes"
+msgstr "الألواح"
+
+#: C/gedit.xml:1008(para)
+msgid "Shortcuts for showing and hiding panes:"
+msgstr "اختصارات عرض وإخفاء اللوحات:"
+
+#: C/gedit.xml:1023(para)
+msgid "F9"
+msgstr "F9"
+
+#: C/gedit.xml:1024(para)
+msgid "Show/hide the side pane."
+msgstr "إظهار/إخفاء اللوحة الجانبية."
+
+#: C/gedit.xml:1027(para)
+msgid "Ctrl + F9"
+msgstr "Ctrl + F9"
+
+#: C/gedit.xml:1028(para)
+msgid "Show/hide the bottom pane."
+msgstr "إظهار/إخفاء اللوحة السفلية."
+
+#. ============= Search =======================
+#: C/gedit.xml:1035(bridgehead)
+msgid "Search"
+msgstr "البحث"
+
+#: C/gedit.xml:1036(para)
+msgid "Shortcuts for searching:"
+msgstr "اختصارات البحث:"
+
+#: C/gedit.xml:1051(para)
+msgid "Ctrl + F"
+msgstr "Ctrl + D"
+
+#: C/gedit.xml:1052(para)
+msgid "Find a string."
+msgstr "جِد نصا."
+
+#: C/gedit.xml:1055(para)
+msgid "Ctrl + G"
+msgstr "Ctrl + G"
+
+#: C/gedit.xml:1056(para)
+msgid "Find the next instance of the string."
+msgstr "جِد المماثل التالي للنص."
+
+#: C/gedit.xml:1059(para)
+msgid "Ctrl + Shift + G"
+msgstr "Ctrl + Shift + G"
+
+#: C/gedit.xml:1060(para)
+msgid "Find the previous instance of the string."
+msgstr "جِد المماثل السابق للنص."
+
+#: C/gedit.xml:1063(para)
+msgid "Ctrl + K"
+msgstr "Ctrl + K"
+
+#: C/gedit.xml:1064(para)
+msgid "Interactive search."
+msgstr "بحث تفاعلي."
+
+#: C/gedit.xml:1067(para)
+msgid "Ctrl + H"
+msgstr "Ctrl + H"
+
+#: C/gedit.xml:1068(para)
+msgid "Search and replace."
+msgstr "ابحث واستبدل."
+
+#: C/gedit.xml:1071(para)
+msgid "Ctrl + Shift + K"
+msgstr "Ctrl + Shift + K"
+
+#: C/gedit.xml:1072(para)
+msgid "Clear highlight."
+msgstr "نظّف الإبراز."
+
+#: C/gedit.xml:1075(para)
+msgid "Ctrl + I"
+msgstr "Ctrl + I"
+
+#: C/gedit.xml:1076(para)
+msgid "Goto line."
+msgstr "اذهب إلى سطر."
+
+#. ============= Tools =======================
+#: C/gedit.xml:1082(bridgehead)
+msgid "Tools"
+msgstr "أدوات"
+
+#: C/gedit.xml:1083(para)
+msgid "Shortcuts for tools:"
+msgstr "اختصارات الأدوات:"
+
+#: C/gedit.xml:1098(para)
+msgid "Shift + F7"
+msgstr "Shift + F7"
+
+#: C/gedit.xml:1099(para)
+msgid "Check spelling (with plugin)."
+msgstr "دقق الإملاء (بملحق)"
+
+#: C/gedit.xml:1102(para)
+msgid "Alt + F12"
+msgstr "Alt + F12"
+
+#: C/gedit.xml:1103(para)
+msgid "Remove trailing spaces (with plugin)."
+msgstr "أزل المسافات المفرطة (بملحق)."
+
+#: C/gedit.xml:1106(para)
+msgid "Ctrl + T"
+msgstr "Ctrl + T"
+
+#: C/gedit.xml:1107(para)
+msgid "Indent (with plugin)."
+msgstr "أزح (بملحق)."
+
+#: C/gedit.xml:1110(para)
+msgid "Ctrl + Shift + T"
+msgstr "Ctrl + Shift + T"
+
+#: C/gedit.xml:1111(para)
+msgid "Remove Indent (with plugin)."
+msgstr "احذف الإزاحة (بملحق)."
+
+#: C/gedit.xml:1114(para)
+msgid "F8"
+msgstr "F8"
+
+#: C/gedit.xml:1115(para)
+msgid "Run \"make\" in current directory (with plugin)."
+msgstr "شغلّ \"make\" في الدليل الحالي (بملحق)."
+
+#: C/gedit.xml:1118(para)
+msgid "Ctrl + Shift + D"
+msgstr "Ctrl + Shift + D"
+
+#: C/gedit.xml:1119(para)
+msgid "Directory listing (with plugin)."
+msgstr "سرد الدليل (بملحق)."
+
+#. ============= Help =======================
+#: C/gedit.xml:1125(bridgehead)
+msgid "Help"
+msgstr "مساعدة"
+
+#: C/gedit.xml:1126(para)
+msgid "Shortcuts for help:"
+msgstr "اختصارات المساعدة:"
+
+#: C/gedit.xml:1141(para)
+msgid "F1"
+msgstr "F1"
+
+#: C/gedit.xml:1142(para)
+msgid "Open <application>gedit</application>'s user manual."
+msgstr "افتح دليل مستخدم <application>محرر النصوص</application>."
+
+#: C/gedit.xml:1154(title)
+msgid "Preferences"
+msgstr "التفضيلات"
+
+#: C/gedit.xml:1156(para)
+msgid ""
+"To configure <application>gedit</application>, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. The <guilabel>Preferences</guilabel> dialog contains the "
+"following categories:"
+msgstr ""
+"لتهيئة <application>gedit</application>، اختر <menuchoice><guimenu>تحرير</"
+"guimenu><guimenuitem>التفضيلات</guimenuitem></menuchoice>. حوار "
+"<guilabel>التفضيلات</guilabel> يحتوي التصانيف التالية:"
+
+#: C/gedit.xml:1165(title)
+msgid "View Preferences"
+msgstr "تفضيلات العرض"
+
+#: C/gedit.xml:1170(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to have long "
+"lines of text flow into paragraphs instead of running off the edge of the "
+"text window. This avoids having to scroll horizontally"
+msgstr ""
+"انتقِ خيار <guilabel>فعّل لف النص</guilabel> لتحول أسطر النص الطويلة إلى فقرات "
+"بدلا من تخطي حافة نافذة النص. هذا يتخطى الاضطرار للف أفقيا."
+
+#: C/gedit.xml:1171(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"have the text wrapping option preserve whole words when flowing text to the "
+"next line. This makes text easier to read."
+msgstr ""
+"انتقِ خيار <guilabel>لا تشقّ الكلمات على سطرين</guilabel> لتحصل على خيار لف "
+"النص يحفظ الكلمات الكاملة عندما يكون النص في السطر التالي. هذا يجعل التص "
+"أسهل للقراءة."
+
+#: C/gedit.xml:1177(para)
+msgid ""
+"Select the <guilabel>Display line numbers</guilabel> option to display line "
+"numbers on the left side of the <application>gedit</application> window."
+msgstr ""
+"انتقِ خيار <guilabel>عرض أرقام السطور</guilabel> لعرض أرقام الأسطر على الجانب "
+"الأيسر من نافذة <application>محرر النصوص</application>."
+
+#: C/gedit.xml:1181(guilabel)
+msgid "Current Line"
+msgstr "السطر الحالي"
+
+#: C/gedit.xml:1183(para)
+msgid ""
+"Select the <guilabel>Highlight current line</guilabel> option to highlight "
+"the line where the cursor is placed."
+msgstr ""
+"انتقِ خيار <guilabel>أبرز السطر الحالي</guilabel> لإبراز السطر حيث وُضع المؤشر."
+
+#: C/gedit.xml:1187(guilabel)
+msgid "Right Margin"
+msgstr "الحاشية اليمنى"
+
+#: C/gedit.xml:1189(para)
+msgid ""
+"Select the <guilabel>Display right margin</guilabel> option to display a "
+"vertical line that indicates the right margin."
+msgstr ""
+"انتقِ خيار <guilabel>اعرض الحاشية اليمنى</guilabel> لعرض سطر عامودي يشير إلى "
+"الحاشية السفلية."
+
+#: C/gedit.xml:1190(para)
+msgid ""
+"Use the <guilabel>Right margin at column</guilabel> spin box to specify the "
+"location of the vertical line."
+msgstr ""
+"استخدم صندوق <guilabel>الحاشية اليمنى ابتداء من العمود</guilabel> لتحديد "
+"موقع السطر العامدوي."
+
+#: C/gedit.xml:1194(guilabel)
+msgid "Bracket Matching"
+msgstr "تطابق القوس"
+
+#: C/gedit.xml:1196(para)
+msgid ""
+"Select the <guilabel>Highlight matching bracket</guilabel> option to "
+"highlight the corresponding bracket when the cursor is positioned on a "
+"bracket character."
+msgstr ""
+"انتقِ خيار <guilabel>أبرز القوس المطابق</guilabel> لإبراز القوس المطابق عندما "
+"يوضع المؤشر على محرف قوس."
+
+#: C/gedit.xml:1204(title)
+msgid "Editor Preferences"
+msgstr "تفضيلات المحرر"
+
+#: C/gedit.xml:1209(para)
+msgid ""
+"Use the <guilabel>Tab width</guilabel> spin box to specify the width of the "
+"space that <application> gedit</application> inserts when you press the "
+"<keycap>Tab</keycap> key."
+msgstr ""
+"استخدم صندوق <guilabel>عرض اللسان</guilabel> لتحديد عرض المساحة التي يدرجها "
+"<application>محرر النصوص</application> عندما تضغط مفتاح <keycap>Tab</keycap>."
+
+#: C/gedit.xml:1210(para)
+msgid ""
+"Select the <guilabel>Insert spaces instead of tabs</guilabel> option to "
+"specify that <application> gedit</application> inserts spaces instead of a "
+"tab character when you press the <keycap>Tab</keycap> key."
+msgstr ""
+"انتقِ خيار <guilabel>إدراج مسافات عوض الألسنة</guilabel> لتخصيص "
+"<application>محرر النصوص</application> لإدراج مسافات بدلا من محرف اللسان عند "
+"ضغط مفتاح <keycap>Tab</keycap>."
+
+#: C/gedit.xml:1214(guilabel)
+msgid "Auto Indentation"
+msgstr "إزاحة آلية"
+
+#: C/gedit.xml:1216(para)
+#, fuzzy
+msgid ""
+"Select the <guilabel>Enable auto indentation</guilabel> option to specify "
+"that the next line starts at the indentation level of the current line."
+msgstr "انتقِ الخيار <guilabel></guilabel>"
+
+#: C/gedit.xml:1220(guilabel)
+msgid "File Saving"
+msgstr "حفظ ملف"
+
+#: C/gedit.xml:1222(para)
+#, fuzzy
+msgid ""
+"Select the <guilabel>Create a backup copy of files before saving</guilabel> "
+"option to create a backup copy of a file each time you save the file. The "
+"backup copy of the file contains a ~ at the end of the filename."
+msgstr "انتقِ الخيار <guilabel></guilabel>"
+
+#: C/gedit.xml:1223(para)
+msgid ""
+"Select the <guilabel>Autosave files every ... minutes</guilabel> option to "
+"automatically save the current file at regular intervals. Use the spin box "
+"to specify how often you want to save the file."
+msgstr ""
+"انتقِ الخيار <guilabel>احفظ الملفات آليّا كل ... دقيقة</guilabel> لحفظ الملف "
+"الحالي تلقائيا كل عدد اعتيادي. استخدم الصندوق لتحديد تكرار رغبتك في حفظ "
+"الملف."
+
+#: C/gedit.xml:1230(title)
+msgid "Font &amp; Colors Preferences"
+msgstr "تفضيلات الخط والألوان"
+
+#: C/gedit.xml:1233(guilabel)
+msgid "Font"
+msgstr "الخط"
+
+#: C/gedit.xml:1235(para)
+msgid ""
+"Select the <guilabel>Use default theme font</guilabel> option to use the "
+"default system font for the text in the <application>gedit</application> "
+"text window."
+msgstr ""
+"انتقِ خيار <guilabel>استخدم سمة خط السمة المبدئي</guilabel> لاستخدام خط "
+"النظام المبدئي للنص في نافذة نص <application>محرر النصوص</application>."
+
+#: C/gedit.xml:1236(para)
+msgid ""
+"The <guilabel>Editor font</guilabel> field displays the font that "
+"<application>gedit</application> uses to display text. Click on the button "
+"to specify the font type, style, and size to use for text."
+msgstr ""
+"حقل <guilabel>خط المحرر</guilabel> يعرض الخط الذي يستخدمه <application>محرر "
+"النصوص</application> لعرض النص. انقر على الزر لتحديد نوع الخط، وأسلوبه، "
+"وحجمه لاستخدامه للنص."
+
+#: C/gedit.xml:1240(guilabel)
+msgid "Color Scheme"
+msgstr ""
+
+#: C/gedit.xml:1242(para)
+msgid ""
+"You can choose a color scheme from the list of color schemes. By default, "
+"the following color schemes are installed:"
+msgstr ""
+
+#: C/gedit.xml:1245(guilabel)
+msgid "Classic"
+msgstr ""
+
+#: C/gedit.xml:1247(para)
+msgid "Classic color scheme based on the gvim color scheme."
+msgstr ""
+
+#: C/gedit.xml:1251(guilabel)
+msgid "Cobalt"
+msgstr ""
+
+#: C/gedit.xml:1253(para)
+msgid "Blue based color scheme."
+msgstr ""
+
+#: C/gedit.xml:1257(guilabel)
+#, fuzzy
+msgid "Kate"
+msgstr "الحالة"
+
+#: C/gedit.xml:1259(para)
+msgid "Color scheme used in the Kate text editor."
+msgstr ""
+
+#: C/gedit.xml:1263(guilabel)
+msgid "Oblivion"
+msgstr ""
+
+#: C/gedit.xml:1265(para)
+msgid "Dark color scheme using the Tango color palette."
+msgstr ""
+
+#: C/gedit.xml:1269(guilabel)
+msgid "Tango"
+msgstr ""
+
+#: C/gedit.xml:1271(para)
+msgid "Color scheme using the Tango color scheme."
+msgstr ""
+
+#: C/gedit.xml:1275(para)
+msgid ""
+"You can add a new color scheme by clicking on <guilabel>Add...</guilabel>, "
+"and selecting a color scheme file"
+msgstr ""
+
+#: C/gedit.xml:1276(para)
+msgid ""
+"You can remove the selected color scheme by clicking on <guilabel>Remove</"
+"guilabel>"
+msgstr ""
+
+#: C/gedit.xml:1283(title)
+msgid "Plugins Preferences"
+msgstr "تفضيلات الملحقات"
+
+#: C/gedit.xml:1284(para)
+msgid ""
+"Plugins add extra features to <application>gedit</application>. For more "
+"information on plugins and how to use the built-in plugins, see <xref "
+"linkend=\"gedit-plugins-overview\"/>."
+msgstr ""
+"تضيف الملحقات مزايا إضافية إلى <application>محرر النصوص</application>. لمزيد "
+"من المعلومات حول الملحقات وكيفية استخدام الملحقات المضمّنة، راجع <xref "
+"linkend=\"gedit-plugins-overview\"/>."
+
+#: C/gedit.xml:1288(title)
+msgid "Enabling a Plugin"
+msgstr "تفعيل ملحق"
+
+#: C/gedit.xml:1289(para)
+msgid ""
+"To enable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+"لتفعيل ملحق <application>محرر النصوص</application>، أدِ الخطوات التالية:"
+
+#: C/gedit.xml:1292(para) C/gedit.xml:1313(para) C/gedit.xml:1637(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"اختر <menuchoice><guimenu>تحرير</guimenu><guimenuitem>التفضيلات</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1295(para) C/gedit.xml:1316(para) C/gedit.xml:1640(para)
+msgid "Select the <guilabel>Plugins</guilabel> tab."
+msgstr "انتق اللسان <guilabel>الملحقات</guilabel>."
+
+#: C/gedit.xml:1298(para)
+msgid ""
+"Select the check box next to the name of the plugin that you want to enable."
+msgstr "انتقِ صندوق التأشير التالي لاسم الملحق الذي تريد تفعليه."
+
+#: C/gedit.xml:1301(para) C/gedit.xml:1322(para)
+msgid ""
+"Click <guibutton>Close</guibutton> to close the <guilabel>Preferences</"
+"guilabel> dialog."
+msgstr ""
+"انقر <guibutton>أغلق</guibutton> لإغلاق حوار <guilabel>التفضيلات</guilabel>."
+
+#: C/gedit.xml:1308(title)
+msgid "Disabling a Plugin"
+msgstr "تعطيل ملحق"
+
+#: C/gedit.xml:1309(para)
+msgid ""
+"A plugin remains enabled when you quit <application>gedit</application>."
+msgstr "يظل الملحق مفعلا عند مغادرتك <application>محرر النصوص</application>."
+
+#: C/gedit.xml:1310(para)
+msgid ""
+"To disable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+"لتعطيل ملحق <application>محرر النصوص</application>، أدِ الخطوات التالية:"
+
+#: C/gedit.xml:1319(para)
+msgid ""
+"Deselect the check box next to the name of the plugin that you want to "
+"disable."
+msgstr "ألغِ انتقاء صندوق التأشير التاليلاسم الملحق الذي تريد تعطيله."
+
+#: C/gedit.xml:1331(title)
+msgid "Plugins"
+msgstr "الملحقات"
+
+#: C/gedit.xml:1333(title)
+msgid "Working with Plugins"
+msgstr "العمل مع الملحقات"
+
+#: C/gedit.xml:1334(para)
+msgid ""
+"You can add extra features to <application>gedit</application> by enabling "
+"<firstterm>plugins</firstterm>. A plugin is a supplementary program that "
+"enhances the functionality of an application. Plugins add new items to the "
+"<application>gedit</application> menus for the new features they provide."
+msgstr ""
+"يمكنك إضافة مزايا إضافية إلى <application>محرر النصوص</application> بتفعيل "
+"<firstterm>الملحقات</firstterm>. الملحق هو برنامج متمم يعزز أداء وظائف "
+"التطبيق. الملحقات تضيف عناصر جديدة إلى قوائم <application>محرر النصوص</"
+"application> للمزايا الجديدة التي تقدمها."
+
+#: C/gedit.xml:1336(para)
+msgid ""
+"Several plugins come built-in with <application>gedit</application>, and you "
+"can install more. The <ulink type=\"http\" url=\"http://live.gnome.org/Gedit/"
+"Plugins\">gedit website</ulink> lists third-party plugins."
+msgstr ""
+"عدة ملحقات تأتي مبنية مع <application>محرر النصوص</application>، وتستطيع "
+"تثبيت المزيد. يسرد <ulink type=\"http\" url=\"http://live.gnome.org/Gedit/"
+"Plugins\">موقع محرر النصوص</ulink> ملحقات الطرف الثالث."
+
+#: C/gedit.xml:1337(para)
+msgid ""
+"To enable and disable plugins, or see which plugins are currently enabled, "
+"use the <link linkend=\"gedit-prefs-plugins\">Plugins Preferences</link>."
+msgstr ""
+"لتفعيل وتعطيل الملحقات، أو رؤية أي الملحقات مفعلة حاليا، استخدم <link "
+"linkend=\"gedit-prefs-plugins\">تفضيلات الملحقات</link>."
+
+#: C/gedit.xml:1338(para)
+msgid ""
+"The following plugins come built-in with <application>gedit</application>:"
+msgstr "الملحقات التالية تأتي مُضمّنة مع <application>محرر النصوص</application>:"
+
+#: C/gedit.xml:1344(para)
+msgid ""
+"<link linkend=\"gedit-change-case-plugin\"><application>Change Case</"
+"application></link> allows you to change the case of the selected text."
+msgstr ""
+"<link linkend=\"gedit-change-case-plugin\"><application>تغيير الحالة</"
+"application></link>يسمح لك بتغيير حالة نص منتقى."
+
+#: C/gedit.xml:1347(para)
+msgid ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">Document "
+"Statistics</link></application> shows the number of lines, words, and "
+"characters in the document."
+msgstr ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">احصاءات "
+"المستند</link></application> يعرض رقم الأسطر، والكلمات، والمحارف في مستند."
+
+#: C/gedit.xml:1350(para)
+msgid ""
+"<application><link linkend=\"gedit-external-tools-plugin\">External Tools</"
+"link></application> allows you to execute external commands from "
+"<application>gedit</application>."
+msgstr ""
+"<application><link linkend=\"gedit-external-tools-plugin\">الأدوات الخارجية</"
+"link></application> يسمح لك بتشغيل أوامر خارجية من <application>محرر النصوص</"
+"application>."
+
+#: C/gedit.xml:1353(para)
+msgid ""
+"<application>File Browser</application> allows you to browse your files and "
+"folders in the side pane."
+msgstr ""
+"<application>متصفح الملفات</application> يسمح لك بتصفح ملفاتك ومجلداتك في "
+"اللوحة الجانبية."
+
+#: C/gedit.xml:1356(para)
+msgid ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">Indent Lines</"
+"link></application> adds or removes indentation from the selected lines."
+msgstr ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">إزاحة الأسطر</"
+"link></application> يضيف أو يزيل الإزاحة من الأسطر المنتقاة."
+
+#: C/gedit.xml:1359(para)
+msgid ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">Insert Date/"
+"Time</link></application> adds the current date and time into a document."
+msgstr ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">إدراج التاريخ/"
+"الوقت</link></application> يضيف التاريخ والوقت الحاليين إلى مستند."
+
+#: C/gedit.xml:1362(para)
+msgid ""
+"<application><link linkend=\"gedit-modelines-plugin\">Modelines</link></"
+"application> allows you to set editing preferences for individual documents, "
+"and supports <application>Emacs</application>, <application>Kate</"
+"application> and <application>Vim</application>-style modelines."
+msgstr ""
+"<application><link linkend=\"gedit-modelines-plugin\">الأسطر النمطية</link></"
+"application> يسمح لك بضبط تفضيلات التحرير للملفات المفردة، ودعم أساليب أسطر "
+"<application>Emacs</application>، و <application>Kate</application>، و "
+"<application>Vim</application> النمطية"
+
+#: C/gedit.xml:1365(para)
+msgid ""
+"<application><link linkend=\"gedit-python-console-plugin\">Python Console</"
+"link></application> allows you to run commands in the python programming "
+"language."
+msgstr ""
+"<application><link linkend=\"gedit-python-console-plugin\">كونسول بايثون</"
+"link></application> يسمح لك بتشغيل الأوامر بلغة البرمجة بايثون."
+
+#: C/gedit.xml:1368(para)
+msgid ""
+"<application><link linkend=\"gedit-snippets-plugin\">Snippets</link></"
+"application> allows you to store frequently-used pieces of text and insert "
+"them quickly into a document."
+msgstr ""
+"<application><link linkend=\"gedit-snippets-plugin\">مقاطع</link></"
+"application> يسمح لك بتخزين أجزاء النص المستخدمة بشكل متكرر وتدرجهم بسرعة "
+"إلى النص."
+
+#: C/gedit.xml:1371(para)
+msgid ""
+"<application><link linkend=\"gedit-sort-plugin\">Sort</link></application> "
+"arranges selected lines of text into alphabetical order."
+msgstr ""
+"<application><link linkend=\"gedit-sort-plugin\">ترتيب</link></application> "
+"يرتب أسطر منتقاء من النص إلى الترتيب الأبجدي."
+
+#: C/gedit.xml:1374(para)
+msgid ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">Spell Checker</"
+"link></application> corrects the spelling in the selected text, or marks "
+"errors automatically in the document."
+msgstr ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">مدقق الإملاء</"
+"link></application> يصحح إملاء النص المنتقى، أو يعلّم الأخطاء تلقائيا في "
+"المستند."
+
+#: C/gedit.xml:1377(para)
+msgid ""
+"<application><link linkend=\"gedit-tag-list-plugin\">Tag List</link></"
+"application> lets you insert commonly-used tags for HTML and other languages "
+"from a list in the side pane."
+msgstr ""
+"<application><link linkend=\"gedit-tag-list-plugin\">قائمة الوسم</link></"
+"application> يدعك تدرج أوسمة إنش&#8203;تي&#8203;إم&#8203;إل واللغات الأخرى "
+"الأكثر شيوعا من قائمة في اللوحة الجانبية."
+
+#: C/gedit.xml:1380(para)
+msgid ""
+"<application><link linkend=\"gedit-user-name-plugin\">User Name</link></"
+"application> inserts the username of the current user into the document."
+msgstr ""
+"<application><link linkend=\"gedit-user-name-plugin\">اسم المستخدم</link></"
+"application> يدرج اسم المستخدم للمستخدم الحالي إلى المستند."
+
+#: C/gedit.xml:1387(title)
+msgid "Change Case Plugin"
+msgstr "ملحق تغيير الحالة"
+
+#: C/gedit.xml:1388(para)
+msgid ""
+"The <application>Change Case</application> plugin changes the case of the "
+"selected text."
+msgstr "ملحق <application>تغيير الحالة</application> يغير حالة النص المنتقى."
+
+#: C/gedit.xml:1389(para)
+msgid ""
+"The following items are added to the <guimenu>Edit</guimenu> menu when the "
+"<application>Change Case</application> plugin is enabled:"
+msgstr ""
+"العناصر التالية تُضاف إلى قائمة <guimenu>تحرير</guimenu> عندما يُفعل ملحق "
+"<application>تغيير الحالة</application>:"
+
+#: C/gedit.xml:1399(para)
+msgid "Menu Item"
+msgstr "عنصر القائمة"
+
+#: C/gedit.xml:1401(para)
+msgid "Action"
+msgstr "الإجراء"
+
+#: C/gedit.xml:1403(para)
+msgid "Example"
+msgstr "مثال"
+
+#: C/gedit.xml:1409(guisubmenu) C/gedit.xml:1415(guisubmenu)
+#: C/gedit.xml:1421(guisubmenu) C/gedit.xml:1427(guisubmenu)
+msgid "Change Case"
+msgstr "غيّر الحالة"
+
+#: C/gedit.xml:1409(guimenuitem)
+msgid "All Upper Case"
+msgstr "كل الأحرف علوية"
+
+#: C/gedit.xml:1410(para)
+msgid "Change each character to uppercase."
+msgstr "تغيير كل محرف إلى الحالة العلوية."
+
+#: C/gedit.xml:1411(para)
+msgid "<literal>This text</literal> becomes <literal>THIS TEXT</literal>"
+msgstr "<literal>This text</literal> تصبح <literal>THIS TEXT</literal>"
+
+#: C/gedit.xml:1415(guimenuitem)
+msgid "All Lower Case"
+msgstr "كل الأحرف سفلية"
+
+#: C/gedit.xml:1416(para)
+msgid "Change each character to lowercase."
+msgstr "تغيير كل محرف إلى الحالة السفلية."
+
+#: C/gedit.xml:1417(para)
+msgid "<literal>This Text</literal> becomes <literal>this text</literal>"
+msgstr "<literal>This Text</literal> تصبح <literal>this text</literal>"
+
+#: C/gedit.xml:1421(guimenuitem)
+msgid "Invert Case"
+msgstr "اعكس الحالة"
+
+#: C/gedit.xml:1422(para)
+msgid ""
+"Change each lowercase character to uppercase, and change each uppercase "
+"character to lowercase."
+msgstr "تغيير حالة سفلية إلى حالة علوية، وتغيير كل حالة علوية إلى حالة سفلية."
+
+#: C/gedit.xml:1423(para)
+msgid "<literal>This Text</literal> becomes <literal>tHIS tEXT</literal>"
+msgstr "<literal>This Text</literal> تصبح <literal>tHIS tEXT</literal>"
+
+#: C/gedit.xml:1427(guimenuitem)
+msgid "Title Case"
+msgstr "حالة العنوان"
+
+#: C/gedit.xml:1428(para)
+msgid "Change the first character of each word to uppercase."
+msgstr "تغيير أول محرف من كل كلمة إلى الحالة العلوية."
+
+#: C/gedit.xml:1429(para)
+msgid "<literal>this text</literal> becomes <literal>This Text</literal>"
+msgstr "<literal>this text</literal> تصبح <literal>This Text</literal>"
+
+#: C/gedit.xml:1438(title)
+msgid "Document Statistics Plugin"
+msgstr "ملحق إحصاءات المستند"
+
+#: C/gedit.xml:1439(para)
+msgid ""
+"The <application>Document Statistics</application> plugin counts the number "
+"of lines, words, characters with spaces, characters without spaces, and "
+"bytes in the current file. The plugin displays the results in a "
+"<guilabel>Document Statistics</guilabel> dialog. To use the Document "
+"Statistics plugin, perform the following steps:"
+msgstr ""
+"الملحق <application>إحصاءات المستند</application> يعد عدد الأسطر، والحروف، "
+"والمحارف مع الماسفات، والمحارف بدون المسافات، والبايتات في الملف الحالي. "
+"الملحق يعرض النتائج في حوار <guilabel>إحصاءات المستند</guilabel>. لاستخدام "
+"احصاءات المستند، أدِ الخطوات التالية:"
+
+#: C/gedit.xml:1441(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document Statistics</"
+"guimenuitem></menuchoice> to display the <guilabel>Document Statistics</"
+"guilabel> dialog. The <guilabel>Document Statistics</guilabel> dialog "
+"displays the following information about the file:"
+msgstr ""
+"اختر <menuchoice><guimenu>أدوات</guimenu><guimenuitem>إحصاءات المستند</"
+"guimenuitem></menuchoice> لعرض الحوار <guilabel>إحصاءات المستند</guilabel>. "
+"الحوار <guilabel>إحصاءات المستند</guilabel> يعرض المعلومات التالية حول الملف:"
+
+#: C/gedit.xml:1444(para)
+msgid "Number of lines in the current document."
+msgstr "عدد الأسطر في المستند الحالي."
+
+#: C/gedit.xml:1447(para)
+msgid "Number of words in the current document."
+msgstr "عدد الكلمات في المستند الحالي."
+
+#: C/gedit.xml:1450(para)
+msgid "Number of characters, including spaces, in the current document."
+msgstr "عدد المحارف -بما في ذلك المسافات- في المستند الحالي."
+
+#: C/gedit.xml:1453(para)
+msgid "Number of characters, not including spaces, in the current document."
+msgstr "عدد المسافات -لا تتضمن المسافات- في المستند الحالي."
+
+#: C/gedit.xml:1456(para)
+msgid "Number of bytes in the current document."
+msgstr "عدد البايتات في المستند الحالي."
+
+#: C/gedit.xml:1461(para)
+msgid ""
+"You can continue to update the <application>gedit</application> file while "
+"the <guilabel>Document Statistics</guilabel> dialog is open. To refresh the "
+"contents of the <guilabel>Document Statistics</guilabel> dialog, click "
+"<guibutton>Update</guibutton>."
+msgstr ""
+"بإمكانك الاستمرار في تحديث ملف <application>محرر النصوص</application> أثناء "
+"فتح حوار <guilabel>إحصاءات المستند</guilabel>. لإنعاش محتويات حوار "
+"<guilabel>إحصاءات المستند</guilabel>، انقر <guibutton>حدّث</guibutton>."
+
+#: C/gedit.xml:1468(title)
+msgid "External Tools Plugin"
+msgstr "ملحق الأدوات الخارجية"
+
+#: C/gedit.xml:1469(para)
+msgid ""
+"The <application>External Tools</application> plugin allows you to execute "
+"external commands from <application>gedit</application>. You can pipe some "
+"content into a command and exploit its output (for example, "
+"<application>sed</application>), or launch a predefined command (for "
+"example, <application>make</application>)."
+msgstr ""
+"ملحق <application>الأدوات الخارجية</application> يسمح لك بتشغيل أوامر خارجية "
+"من <application>محرر النصوص</application>. بإمكانك توريد بعض المحتويات إلى "
+"أمر واستغلال مخرجاته ( على سبيل المثال، <application>sed</application>)، أو "
+"تشغيل أمر معرف مسبقا (على سبيل المثال، <application>make</application>)."
+
+#: C/gedit.xml:1470(para)
+msgid ""
+"Use the <guilabel>External Tools Manager</guilabel> to create and edit "
+"commands. To run an external command, choose it from the <guimenu>Tools</"
+"guimenu> menu."
+msgstr ""
+
+#: C/gedit.xml:1473(title)
+msgid "Built-in Commands"
+msgstr "الأوامر المضمّنة"
+
+#: C/gedit.xml:1474(para)
+msgid ""
+"The following commands are provided with the <application>External Tools</"
+"application> plugin:"
+msgstr ""
+
+#: C/gedit.xml:1476(term)
+msgid "Build"
+msgstr ""
+
+#: C/gedit.xml:1478(para)
+msgid ""
+"Runs <application>make</application> in the current document's directory."
+msgstr ""
+
+#: C/gedit.xml:1481(term)
+msgid "Directory Listing"
+msgstr ""
+
+#: C/gedit.xml:1483(para)
+msgid ""
+"Lists the contents of the current document's directory in a new document."
+msgstr ""
+
+#: C/gedit.xml:1486(term)
+msgid "Environment Variables"
+msgstr ""
+
+#: C/gedit.xml:1488(para)
+msgid "Displays the environment variables list in the bottom pane."
+msgstr ""
+
+#: C/gedit.xml:1491(term)
+msgid "Grep"
+msgstr ""
+
+#: C/gedit.xml:1493(para)
+msgid ""
+"Searches for a term in all files in the current document directory, using "
+"pattern matching. Results are shown in the bottom pane."
+msgstr ""
+
+#: C/gedit.xml:1496(term)
+msgid "Remove Trailing Spaces"
+msgstr ""
+
+#: C/gedit.xml:1498(para)
+msgid "Removes all spaces from the end of lines in the document."
+msgstr ""
+
+#: C/gedit.xml:1505(title)
+msgid "Defining a Command"
+msgstr "تعريف أمر"
+
+#: C/gedit.xml:1506(para)
+msgid ""
+"To add an external command, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>External Tools</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1507(para)
+msgid ""
+"In the <guilabel>External Tools Manager</guilabel> window, click "
+"<guibutton>New</guibutton>. You can speficy the following details for the "
+"new command:"
+msgstr ""
+
+#: C/gedit.xml:1509(term)
+msgid "Description"
+msgstr "الوصف"
+
+#: C/gedit.xml:1511(para)
+msgid ""
+"This description is shown in the statusbar when the menu command is chosen."
+msgstr ""
+
+#: C/gedit.xml:1514(term)
+msgid "Accelerator"
+msgstr ""
+
+#: C/gedit.xml:1516(para)
+msgid "Enter a keyboard shortcut for the command."
+msgstr "أدخل اختصار لوحة مفاتيح للأمر."
+
+#: C/gedit.xml:1519(term)
+msgid "Commands"
+msgstr "الأوامر"
+
+#: C/gedit.xml:1521(para)
+msgid ""
+"The actual commands to be run. Several <application>gedit</application> "
+"environment variables can be used to pass content to these commands: see "
+"<xref linkend=\"gedit-external-tools-plugin-variables\"/>."
+msgstr ""
+
+#: C/gedit.xml:1524(term)
+msgid "Input"
+msgstr ""
+
+#: C/gedit.xml:1526(para)
+msgid ""
+"The content to give to the commands (as <systemitem>stdin</systemitem>): the "
+"entire text of the current document, the current selection, line, or word."
+msgstr ""
+
+#: C/gedit.xml:1529(term)
+msgid "Output"
+msgstr "المُخرج"
+
+#: C/gedit.xml:1531(para)
+msgid ""
+"What to do with the output of the commands: display in the bottom pane, put "
+"in a new document, or place in the current document, at the end, at the "
+"cursor position, or replacing the selection or the entire document."
+msgstr ""
+
+#: C/gedit.xml:1534(term)
+msgid "Applicability"
+msgstr ""
+
+#: C/gedit.xml:1536(para)
+msgid ""
+"Determines which sort of documents can be affected by the command, for "
+"example whether saved or not, and local or remote."
+msgstr ""
+
+#: C/gedit.xml:1544(title)
+msgid "Editing and Removing Tools"
+msgstr ""
+
+#: C/gedit.xml:1545(para)
+msgid ""
+"To edit a tool, select it in the list and make changes to its properties."
+msgstr ""
+
+#: C/gedit.xml:1546(para)
+msgid "To rename a tool, click it again in the list."
+msgstr ""
+
+#: C/gedit.xml:1547(para)
+msgid ""
+"To restore a built-in tool that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1548(para)
+msgid ""
+"To remove a tool, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in tools, only those you have created "
+"yourself."
+msgstr ""
+
+#: C/gedit.xml:1552(title)
+msgid "Variables"
+msgstr ""
+
+#: C/gedit.xml:1553(para)
+msgid ""
+"You can use the following variables in the <guilabel>Commands</guilabel> "
+"field of the command definition:"
+msgstr ""
+
+#: C/gedit.xml:1556(para)
+msgid "GEDIT_CURRENT_DOCUMENT_URI"
+msgstr "GEDIT_CURRENT_DOCUMENT_URI"
+
+#: C/gedit.xml:1559(para)
+msgid "GEDIT_CURRENT_DOCUMENT_NAME"
+msgstr "GEDIT_CURRENT_DOCUMENT_NAME"
+
+#: C/gedit.xml:1562(para)
+msgid "GEDIT_CURRENT_DOCUMENT_SCHEME"
+msgstr "GEDIT_CURRENT_DOCUMENT_SCHEME"
+
+#: C/gedit.xml:1565(para)
+msgid "GEDIT_CURRENT_DOCUMENT_PATH"
+msgstr "GEDIT_CURRENT_DOCUMENT_PATH"
+
+#: C/gedit.xml:1568(para)
+msgid "GEDIT_CURRENT_DOCUMENT_DIR"
+msgstr "GEDIT_CURRENT_DOCUMENT_DIR"
+
+#: C/gedit.xml:1571(para)
+msgid "GEDIT_DOCUMENTS_URI"
+msgstr "GEDIT_DOCUMENTS_URI"
+
+#: C/gedit.xml:1574(para)
+msgid "GEDIT_DOCUMENTS_PATH"
+msgstr "GEDIT_DOCUMENTS_PATH"
+
+#: C/gedit.xml:1581(title)
+msgid "File Browser Plugin"
+msgstr "ملحق متصفح الملفات"
+
+#: C/gedit.xml:1582(para)
+msgid ""
+"The <application>File Browser</application> Plugin shows your files and "
+"folders in the side pane, allowing you to quickly open files."
+msgstr ""
+
+#: C/gedit.xml:1583(para)
+msgid ""
+"To view the File Browser, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click on "
+"the tab showing the File Browser icon at the bottom of the side pane."
+msgstr ""
+
+#: C/gedit.xml:1585(title)
+msgid "Browsing your Files"
+msgstr "تصفح ملفاتك"
+
+#: C/gedit.xml:1586(para)
+msgid ""
+"The File Browser tab initially shows your file manager bookmarks. To browse "
+"the contents of any item, double-click it."
+msgstr ""
+
+#: C/gedit.xml:1587(para)
+msgid ""
+"To show a parent folder, choose from the drop-down list, or press the up "
+"arrow on the File Browser's toolbar."
+msgstr ""
+
+#: C/gedit.xml:1588(para)
+msgid ""
+"To show the folder that contains the document you are currently working on, "
+"right-click in the file list and choose <guimenuitem>Set root to active "
+"document</guimenuitem>."
+msgstr ""
+
+#: C/gedit.xml:1592(para)
+msgid ""
+"To open a file in <application>gedit</application>, double-click it in the "
+"file list."
+msgstr ""
+
+#: C/gedit.xml:1595(title)
+msgid "Creating Files and Folders"
+msgstr "إنشاء ملفات ومجلدات جديدة"
+
+#: C/gedit.xml:1596(para)
+msgid ""
+"To create a new, empty text file in the current folder shown in the browser, "
+"right-click in the file list and choose <guimenuitem>New File</guimenuitem>."
+msgstr ""
+
+#: C/gedit.xml:1597(para)
+msgid ""
+"To create a new folder in the current folder shown in the browser, right-"
+"click in the file list and choose <guimenuitem>New Folder</guimenuitem>."
+msgstr ""
+
+#: C/gedit.xml:1602(title)
+msgid "Indent Lines Plugin"
+msgstr ""
+
+#: C/gedit.xml:1603(para)
+msgid ""
+"The <application>Indent Lines</application> plugin adds or removes space "
+"from the beginning of lines of text."
+msgstr ""
+
+#: C/gedit.xml:1604(para)
+msgid "To indent or unindent text, perform the following steps:"
+msgstr ""
+
+#: C/gedit.xml:1606(para)
+msgid ""
+"Select the lines that you want to indent. To indent or unindent a single "
+"line, place the cursor anywhere on that line."
+msgstr ""
+
+#: C/gedit.xml:1611(para)
+msgid ""
+"To indent the text, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Indent</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1614(para)
+msgid ""
+"To remove the indentation, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Unindent</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1619(para)
+msgid ""
+"The amount of space used, and whether tab character or space characters are "
+"used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor "
+"Preferences: see <xref linkend=\"gedit-prefs-editor\"/>."
+msgstr ""
+
+#: C/gedit.xml:1624(title)
+msgid "Insert Date/Time Plugin"
+msgstr "ملحق إدراج التاريخ/الوقت"
+
+#: C/gedit.xml:1625(para)
+msgid ""
+"The <application>Insert Date/Time</application> plugin inserts the current "
+"date and time into a document. To use the Insert Date/Time plugin, perform "
+"the following steps:"
+msgstr ""
+
+#: C/gedit.xml:1627(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"اختر <menuchoice><guimenu>تحرير</guimenu><guimenuitem>أدرج التاريخ والوقت</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1628(para)
+msgid ""
+"If you have not configured the Insert Date/Time plugin to automatically "
+"insert the date/time without prompting you for the format, "
+"<application>gedit</application> displays the <guilabel>Insert Date and "
+"Time</guilabel> dialog. Select the appropriate date/time format from the "
+"list. Click <guibutton>Insert</guibutton> to close the <guilabel>Insert Date "
+"and Time</guilabel> dialog. <application>gedit</application> inserts the "
+"date/time at the cursor position in the current file."
+msgstr ""
+
+#: C/gedit.xml:1629(para)
+msgid ""
+"If you have configured <application>gedit</application> to use one "
+"particular date/time format, the <guilabel>Insert Date and Time</guilabel> "
+"dialog is not displayed. The date/time is automatically entered at the "
+"cursor position in the current file."
+msgstr ""
+
+#: C/gedit.xml:1634(title)
+msgid "Configuring the Insert Date/Time Plugin"
+msgstr "اضبط الملحق إدراج التاريخ/الوقت"
+
+#: C/gedit.xml:1635(para)
+msgid "To configure the Insert Date/Time plugin, perform the following steps:"
+msgstr "لضبط الملحق إدراج التاريخ/الوقت، شكّل الخطوات التالية:"
+
+#: C/gedit.xml:1643(para)
+msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+msgstr "انتقِ الملحق <guilabel>إدراج التاريخ/الوقت</guilabel>."
+
+#: C/gedit.xml:1646(para)
+msgid ""
+"Click <guibutton>Configure Plugin</guibutton> to display the "
+"<guilabel>Configure insert date/time plugin</guilabel> dialog."
+msgstr ""
+
+#: C/gedit.xml:1649(para)
+msgid "Select one of the options, as follows:"
+msgstr "انتقِ واحد من الخيارات، كالتالي:"
+
+#: C/gedit.xml:1651(para)
+msgid ""
+"To specify the date/time format each time you insert the date/time, select "
+"the <guilabel>Prompt for a format</guilabel> option."
+msgstr ""
+
+#: C/gedit.xml:1654(para)
+msgid ""
+"To use the same <application>gedit</application>-provided date/time format "
+"each time you insert the date/time, select the <guilabel>Use the selected "
+"format</guilabel> option, then select the appropriate format from the list. "
+"When you select this option, <application>gedit</application> does not "
+"prompt you for the date/time format when you choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1657(para)
+msgid ""
+"To use the same customized date/time format each time you insert the date/"
+"time, select the <guilabel>Use custom format</guilabel> option, then enter "
+"the appropriate format in the text box. For more information about how to "
+"specify a custom format, see <ulink url=\"man:strftime\" type=\"man"
+"\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+"manvolnum></citerefentry></ulink>. When you select this option, "
+"<application>gedit</application> does not prompt you for the date/time "
+"format when you choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Insert Date and Time</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1662(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to close the <guilabel>Configure insert date/"
+"time plugin</guilabel> dialog."
+msgstr ""
+
+#: C/gedit.xml:1665(para)
+msgid ""
+"To close the <guilabel>Preferences</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"لإغلاق حوار <guilabel>التفضيلات</guilabel>، انقر <guibutton>أغلق</guibutton>."
+
+#: C/gedit.xml:1672(title)
+msgid "Modelines Plugin"
+msgstr ""
+
+#: C/gedit.xml:1673(para)
+msgid ""
+"The <application>Modelines</application> plugin allows you to set "
+"preferences for individual documents. A <firstterm>modeline</firstterm> is a "
+"line of text at the start or end of the document with settings that "
+"<application>gedit</application> recognises."
+msgstr ""
+
+#: C/gedit.xml:1674(para)
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+
+#: C/gedit.xml:1675(para)
+msgid "You can set the following preferences with modelines:"
+msgstr "تستطيع ضبط التفضيلات التالية"
+
+#: C/gedit.xml:1678(para)
+msgid "Tab width"
+msgstr "عرض اللسان"
+
+#: C/gedit.xml:1681(para)
+msgid "Indent width"
+msgstr ""
+
+#: C/gedit.xml:1684(para)
+msgid "Insert spaces instead of tabs"
+msgstr ""
+
+#: C/gedit.xml:1690(para)
+msgid "Right margin width"
+msgstr ""
+
+#: C/gedit.xml:1694(para)
+msgid ""
+"The <application>Modelines</application> plugin supports a subset of the "
+"options used by other text editors <application>Emacs</application>, "
+"<application>Kate</application> and <application>Vim</application>."
+msgstr ""
+
+#: C/gedit.xml:1697(title)
+msgid "Emacs Modelines"
+msgstr ""
+
+#: C/gedit.xml:1698(para)
+msgid ""
+"The first two lines of a document are scanned for <application>Emacs</"
+"application> modelines."
+msgstr ""
+
+#: C/gedit.xml:1699(para)
+msgid ""
+"The <application>Emacs</application> options for tab-width, indent-offset, "
+"indent-tabs-mode and autowrap are supported. For more information, see the "
+"<ulink type=\"http\" url=\"http://www.delorie.com/gnu/docs/emacs/emacs_486."
+"html\">GNU Emacs Manual</ulink>."
+msgstr ""
+
+#: C/gedit.xml:1702(title)
+msgid "Kate Modelines"
+msgstr ""
+
+#: C/gedit.xml:1703(para)
+msgid ""
+"The first and last ten lines a document are scanned for <application>Kate</"
+"application> modelines."
+msgstr ""
+
+#: C/gedit.xml:1704(para)
+msgid ""
+"The <application>Kate</application> options for tab-width, indent-width, "
+"space-indent, word-wrap and word-wrap-column are supported. For more "
+"information, see the <ulink type=\"http\" url=\"http://www.kate-editor.org/"
+"article/katepart_modelines\">Kate website</ulink>."
+msgstr ""
+
+#: C/gedit.xml:1707(title)
+msgid "Vim Modelines"
+msgstr ""
+
+#: C/gedit.xml:1708(para)
+msgid ""
+"The first and last three lines a document are scanned for <application>Vim</"
+"application> modelines."
+msgstr ""
+
+#: C/gedit.xml:1709(para)
+msgid ""
+"The <application>Vim</application> options for et, expandtab, ts, tabstop, "
+"sw, shiftwidth, wrap, and textwidth are supported. For more information, see "
+"the <ulink type=\"http\" url=\"http://vimdoc.sourceforge.net/htmldoc/options."
+"html#modeline\">Vim website</ulink>."
+msgstr ""
+
+#: C/gedit.xml:1714(title)
+msgid "Python Console Plugin"
+msgstr "ملحق بايثون كونسول"
+
+#: C/gedit.xml:1715(para)
+msgid ""
+"The <application>Python Console</application> Plugin allows you to run "
+"commands in the python programming language from <application>gedit</"
+"application>. Enabling the plugin adds a tab to the bottom pane. This shows "
+"recent output and a command prompt field."
+msgstr ""
+"الملحق <application>بايثون كونسول</application> يسمح لك بتشغيل أوامر بلغة "
+"برمجة بايثون من <application>محرر النصوص</application>. تفعيل هذه الخاصية "
+"يضيف لسان إلى اللوحة السفلية. هذا يظهر المخرجات الحديثة وحقل محث أوامر."
+
+#: C/gedit.xml:1716(para)
+msgid ""
+"Commands entered into the python console are not checked before they are "
+"run. It is therefore possible to hang <application>gedit</application>, for "
+"example by entering an infinite loop."
+msgstr ""
+
+#: C/gedit.xml:1720(title)
+msgid "Snippets Plugin"
+msgstr "أيقونة المقاطع"
+
+#: C/gedit.xml:1721(para)
+msgid ""
+"The <application>Snippets</application> plugin allows you to store "
+"frequently-used pieces of text, called <firstterm>snippets</firstterm>, and "
+"insert them quickly into a document."
+msgstr ""
+
+#: C/gedit.xml:1722(para)
+msgid ""
+"Snippets are specific to the language syntax of the current document. For "
+"example, when you are working with an HTML document, you can choose from a "
+"list of snippets that are useful for HTML. In addition, some snippets are "
+"global, and are available in all documents."
+msgstr ""
+
+#: C/gedit.xml:1723(para)
+msgid ""
+"A number of built-in snippets are installed with <application>gedit</"
+"application>, which can be modified."
+msgstr ""
+"عدد من المقاطع المبنية داخليا مُثتبة مع <application>محرر النصوص</"
+"application>، والتي يمكن تعديلها."
+
+#: C/gedit.xml:1726(title)
+msgid "Inserting Snippets"
+msgstr "إدراج مقاطع"
+
+#: C/gedit.xml:1727(para)
+msgid ""
+"To insert a snippet into a document, type its <firstterm>tab trigger</"
+"firstterm> and press <keycap>Tab</keycap>. A snippet's tab trigger is "
+"usually the first few letters of the snippet, or something else that is "
+"short and easy to remember."
+msgstr ""
+
+#: C/gedit.xml:1728(para)
+msgid ""
+"Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></"
+"keycombo> to see a list of snippets you can insert."
+msgstr ""
+"بدلا من ذلك، اضغط <keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></"
+"keycombo> لمراجهة قائمة المقاطع التي تستطيع إدراجها."
+
+#: C/gedit.xml:1732(title)
+msgid "Adding Snippets"
+msgstr "إضافة مقاطع"
+
+#: C/gedit.xml:1733(para)
+msgid "To create a new snippet, do the following:"
+msgstr "لإنشاء مقطع جديد، افعل التالي:"
+
+#: C/gedit.xml:1736(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Manage Snippets</"
+"guimenuitem></menuchoice>. The <guilabel>Snippets Manager</guilabel> window "
+"opens."
+msgstr ""
+"اختر <menuchoice><guimenu>أدوات</guimenu><guimenuitem>أدر المقاطع</"
+"guimenuitem></menuchoice>. نافذة <guilabel>مدير المقاطع</guilabel> تفتح."
+
+#: C/gedit.xml:1739(para)
+msgid ""
+"The list of snippets is grouped by language. Select the language you want to "
+"add a snippet to, or a snippet in that language group. To add a snippet for "
+"all languages, choose Global at the top of the list. The syntax of the "
+"document you are currently working with is shown by default."
+msgstr ""
+
+#: C/gedit.xml:1742(para)
+msgid "Click <guibutton>New</guibutton>. A new snippet appears in the list."
+msgstr "انقر <guibutton>جديد</guibutton>. مقطع جديد يضاف في القائمة."
+
+#: C/gedit.xml:1745(para)
+msgid "Enter the following information for the new snippet:"
+msgstr "أدخل المعلومات التالية للمقاطع الجديدة:"
+
+#: C/gedit.xml:1747(term)
+msgid "Name"
+msgstr "الاسم"
+
+#: C/gedit.xml:1749(para)
+msgid ""
+"Enter a name for the snippet in the text field within the snippet list. The "
+"name of a snippet serves only as a reminder of its purpose. You can change "
+"name of a snippet you create by clicking on it in the list."
+msgstr ""
+
+#: C/gedit.xml:1752(term)
+msgid "Snippet text"
+msgstr "نص المقطع"
+
+#: C/gedit.xml:1754(para)
+msgid ""
+"Enter the text of the snippet in the <guilabel>Edit snippet</guilabel> text "
+"box. For special codes you can use, see <xref linkend=\"gedit-snippets-"
+"plugin-syntax\"/>."
+msgstr ""
+
+#: C/gedit.xml:1755(para)
+msgid ""
+"You can switch back to the document window to copy text without closing the "
+"<guilabel>Snippets Manager</guilabel> window."
+msgstr ""
+
+#: C/gedit.xml:1758(term)
+msgid "Tab Trigger"
+msgstr ""
+
+#: C/gedit.xml:1760(para)
+msgid ""
+"Enter the tab trigger for the snippet. This is the text that you type before "
+"pressing <keycap>Tab</keycap> to insert the snippet."
+msgstr ""
+
+#: C/gedit.xml:1761(para)
+msgid ""
+"The tag must be either a single word comprising only letters, or any single "
+"character. The <guilabel>Tab trigger</guilabel> will highlight in red if an "
+"invalid tab trigger is entered."
+msgstr ""
+
+#: C/gedit.xml:1764(term)
+msgid "Shortcut key"
+msgstr "مفتاح الاختصار"
+
+#: C/gedit.xml:1766(para)
+msgid "Type a shortcut key to use for inserting the snippet."
+msgstr ""
+
+#: C/gedit.xml:1775(title)
+msgid "Editing and Removing Snippets"
+msgstr "تحرير وحذف المقاطع"
+
+#: C/gedit.xml:1776(para)
+msgid ""
+"To edit a snippet, select it in the list and make changes to its text and "
+"activation properties."
+msgstr ""
+
+#: C/gedit.xml:1777(para)
+msgid "To rename a snippet, click it again in the list."
+msgstr "لإعادة تسمية مقطع، انقر مجددا على القائمة."
+
+#: C/gedit.xml:1778(para)
+msgid ""
+"To restore a built-in snippet that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1779(para)
+msgid ""
+"To remove a snippet, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in snippets, only those you have "
+"created yourself."
+msgstr ""
+
+#: C/gedit.xml:1783(title)
+msgid "Snippet Substitutions"
+msgstr ""
+
+#: C/gedit.xml:1784(para)
+msgid ""
+"In addition to inserting stored text, a snippet can include customizable "
+"text, or mark spaces where you can add text once the snippet is inserted in "
+"your document."
+msgstr ""
+
+#: C/gedit.xml:1788(para)
+msgid "You can use the following placeholder codes in snippet text:"
+msgstr ""
+
+#: C/gedit.xml:1790(term)
+msgid "Tab placeholders"
+msgstr ""
+
+#: C/gedit.xml:1792(para)
+msgid ""
+"<literal>$<replaceable>n</replaceable></literal> defines a tab placeholder, "
+"where <literal>n</literal> is any number from 1 upwards."
+msgstr ""
+
+#: C/gedit.xml:1793(para)
+msgid ""
+"<literal>${<replaceable>n</replaceable>:<replaceable>default</replaceable>}</"
+"literal> defines a tab placeholder with a default value."
+msgstr ""
+
+#: C/gedit.xml:1794(para)
+msgid ""
+"A tab placeholder marks a place in the snippet text where you can add extra "
+"text after the snippet is inserted."
+msgstr ""
+
+#: C/gedit.xml:1795(para)
+msgid ""
+"To use tab placeholders, insert the snippet as normal. The cursor is placed "
+"at the first tab placeholder. Type text, and press <keycap>Tab</keycap> to "
+"advance to the next tab placeholder. The number in the placeholder code "
+"defines the order in which tab advances to each place in the text."
+msgstr ""
+
+#: C/gedit.xml:1796(para)
+msgid ""
+"Press <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> to "
+"return to the previous tab placeholder. Pressing <keycap>Tab</keycap> when "
+"there are no more tab placeholders moves the cursor to the end of the "
+"snippet text, or to the end placeholder if it exists."
+msgstr ""
+
+#: C/gedit.xml:1799(term)
+msgid "Mirror placeholders"
+msgstr ""
+
+#: C/gedit.xml:1801(para)
+msgid ""
+"A repeated tab placeholder will mirror the placeholder already defined. This "
+"allows you to type in text only once that you want to appear several times "
+"in the snippet."
+msgstr ""
+
+#: C/gedit.xml:1804(term)
+msgid "End placeholder"
+msgstr ""
+
+#: C/gedit.xml:1806(para)
+msgid ""
+"<literal>$0</literal> defines the end placeholder. This allows you to finish "
+"working with the snippet with the cursor at a point other than the end of "
+"the snippet text."
+msgstr ""
+
+#: C/gedit.xml:1809(term)
+msgid "Environmental variables"
+msgstr ""
+
+#: C/gedit.xml:1811(para)
+msgid ""
+"Environmental variable such as <literal>$PATH</literal> and <literal>$HOME</"
+"literal> are substituted in snippet text. The following variables specific "
+"to <application>gedit</application> can also be used:"
+msgstr ""
+
+#: C/gedit.xml:1813(term)
+msgid "$GEDIT_SELECTED_TEXT"
+msgstr "$GEDIT_SELECTED_TEXT"
+
+#: C/gedit.xml:1815(para)
+msgid "The currently selected text."
+msgstr "النص المنتقى حاليا."
+
+#: C/gedit.xml:1818(term)
+msgid "$GEDIT_FILENAME"
+msgstr "$GEDIT_FILENAME"
+
+#: C/gedit.xml:1820(para)
+msgid ""
+"The full filename of the document, or an empty string if the document isn't "
+"saved yet."
+msgstr ""
+
+#: C/gedit.xml:1823(term)
+msgid "$GEDIT_BASENAME"
+msgstr "$GEDIT_BASENAME"
+
+#: C/gedit.xml:1825(para)
+msgid ""
+"The basename of the filename of the document, or an empty string if the "
+"document isn't saved yet."
+msgstr ""
+
+#: C/gedit.xml:1828(term)
+msgid "$GEDIT_CURRENT_WORD"
+msgstr "$GEDIT_CURRENT_WORD"
+
+#: C/gedit.xml:1830(para)
+msgid ""
+"The word at the cursor's location in the document. When this variable is "
+"used, the current word will be replaced by the snippet text."
+msgstr ""
+
+#: C/gedit.xml:1838(term)
+msgid "Shell placeholders"
+msgstr ""
+
+#: C/gedit.xml:1840(para)
+msgid ""
+"<literal>$(<replaceable>cmd</replaceable>)</literal> is replaced by the "
+"result of executing <replaceable>cmd</replaceable> in a shell."
+msgstr ""
+
+#: C/gedit.xml:1841(para)
+msgid ""
+"<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+"literal> allows you to give this placeholder a reference, where "
+"<replaceable>n</replaceable> is any number from 1 upwards. Use <literal>"
+"$<replaceable>n</replaceable></literal> to use the output from one shell "
+"placeholder as input in another."
+msgstr ""
+
+#: C/gedit.xml:1844(term)
+msgid "Python placeholders"
+msgstr ""
+
+#: C/gedit.xml:1846(para)
+msgid ""
+"<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> is replaced by "
+"the result of evaluating <replaceable>cmd</replaceable> in the python "
+"interpreter."
+msgstr ""
+
+#: C/gedit.xml:1847(para)
+msgid ""
+"<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</replaceable>&gt;"
+"</literal> specifies another python placeholder as a dependency, where "
+"<replaceable>a</replaceable> gives its order in the snippet. This allows you "
+"to use python functions defined in another snippet. To specify several "
+"dependencies, separate the numbers with commas thus: <literal>$&lt;"
+"<replaceable>a</replaceable>,<replaceable>b</replaceable>:<replaceable>cmd</"
+"replaceable>&gt;</literal>"
+msgstr ""
+
+#: C/gedit.xml:1848(para)
+msgid ""
+"To use a variable in all other python snippets, declare it as "
+"<literal>global</literal>."
+msgstr ""
+
+#: C/gedit.xml:1857(title)
+msgid "Sort Plugin"
+msgstr "ملحق الترتيب"
+
+#: C/gedit.xml:1858(para)
+msgid ""
+"The <application>Sort</application> plugin arranges selected lines of text "
+"into alphabetical order."
+msgstr ""
+
+#: C/gedit.xml:1859(para)
+msgid ""
+"You cannot undo the Sort operation, so you should save the file before "
+"performing the sort. To revert to the saved version of the file after the "
+"sort operation, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Revert</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1862(para)
+msgid "To use the Sort plugin, perform the following steps:"
+msgstr "لاستخدام ملحق الترتيب، أدِ الاعدادات التالية:"
+
+#: C/gedit.xml:1865(para)
+msgid "Select the lines of text you want to sort."
+msgstr "انتقِ سطور النص التي تريد ترتيبها."
+
+#: C/gedit.xml:1867(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</guimenuitem></"
+"menuchoice>. The <guilabel>Sort</guilabel> dialog opens."
+msgstr ""
+"اختر <menuchoice><guimenu>تحرير</guimenu><guimenuitem>رتّب</guimenuitem></"
+"menuchoice>. يفتح الحوار <guilabel>ترتيب</guilabel>."
+
+#: C/gedit.xml:1870(para)
+msgid "Choose the options you want for the sort:"
+msgstr "اختر الخيارات التي تريدها للترتيب:"
+
+#: C/gedit.xml:1873(para)
+msgid ""
+"To arrange the text in reverse order, select <guilabel>Reverse order</"
+"guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1876(para)
+msgid ""
+"To delete duplicate lines, select <guilabel>Remove duplicates</guilabel>."
+msgstr "لحذف السطور المتكررة، انتقِ <guilabel>إزالة التكرار</guilabel>."
+
+#: C/gedit.xml:1879(para)
+msgid "To ignore case sensitivity, select <guilabel>Ignore case</guilabel>."
+msgstr "لتجاهل حساسية الحالة، انتقِِ <guilabel>تجاهل الحالة</guilabel>."
+
+#: C/gedit.xml:1882(para)
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <guilabel>Start at "
+"column</guilabel> spin box."
+msgstr ""
+
+#: C/gedit.xml:1887(para)
+msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgstr ""
+
+#: C/gedit.xml:1894(title)
+msgid "Spell Checker Plugin"
+msgstr "ملحق المدقق الإملائي"
+
+#: C/gedit.xml:1895(para)
+msgid ""
+"The <application>Spell Checker</application> plugin checks the spelling in "
+"the selected text. You can configure <application>gedit</application> to "
+"check the spelling automatically, or you can check the spelling manually, in "
+"the specified language. The language setting, and the autocheck spelling "
+"properties, apply per document. To use the Spell checker plugin, perform the "
+"following steps:"
+msgstr ""
+
+#: C/gedit.xml:1897(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Set Language</"
+"guimenuitem></menuchoice> to display the <guilabel>Set language</guilabel> "
+"dialog. Select the appropriate language from the list. Click <guibutton>OK</"
+"guibutton> to close the <guilabel>Set language</guilabel> dialog."
+msgstr ""
+
+#: C/gedit.xml:1900(para)
+msgid ""
+"To check the spelling automatically, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice>. To unset "
+"the automatic spell check, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice> again. "
+"When automatic spell checking is set, an icon is displayed beside the "
+"<guimenuitem>Autocheck Spelling</guimenuitem> menu item. Automatic spell "
+"checking is unset by default, each time <application>gedit</application> "
+"starts."
+msgstr ""
+
+#: C/gedit.xml:1901(para)
+msgid ""
+"Unknown spellings are displayed in a different color, and underlined. Right-"
+"click on an unknown spelling, then select <guimenu>Spelling Suggestions</"
+"guimenu> from the popup menu:"
+msgstr ""
+
+#: C/gedit.xml:1904(para)
+msgid ""
+"To replace the unknown spelling with another spelling in the list, select "
+"the replacement spelling from the <guimenu>Spelling Suggestions</guimenu> "
+"popup menu."
+msgstr ""
+
+#: C/gedit.xml:1907(para)
+msgid ""
+"To add the unknown spelling to your personal dictionary, select "
+"<menuchoice><guimenu>Spelling Suggestions</guimenu><guimenuitem>Add</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1910(para)
+msgid ""
+"To ignore all occurrences of the unknown spelling, so that they are no "
+"longer flagged as unknown but are not added to your personal dictionary, "
+"select <menuchoice><guimenu>Spelling Suggestions</"
+"guimenu><guimenuitem>Ignore All</guimenuitem></menuchoice>. The unknown word "
+"is ignored in the current <application>gedit</application> session only."
+msgstr ""
+
+#: C/gedit.xml:1915(para)
+msgid ""
+"To check the spelling manually, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Check Spelling</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1917(para)
+msgid ""
+"If there are no spelling errors, an <guilabel>Information</guilabel> dialog "
+"displays a message stating that the document does not contain misspelled "
+"words. Click <guibutton>OK</guibutton> to close the <guilabel>Information</"
+"guilabel> dialog."
+msgstr ""
+
+#: C/gedit.xml:1919(para)
+msgid ""
+"If there are spelling errors, the <guilabel>Check Spelling</guilabel> dialog "
+"is displayed:"
+msgstr ""
+
+#: C/gedit.xml:1922(para)
+msgid ""
+"The <guilabel>Misspelled word</guilabel> is displayed at the top of the "
+"dialog."
+msgstr ""
+
+#: C/gedit.xml:1925(para)
+msgid ""
+"A suggested known spelling is displayed in the <guilabel>Change to</"
+"guilabel> text box. You can replace this with another known spelling by "
+"selecting a spelling from the <guilabel>Suggestions</guilabel> list, or you "
+"can enter text directly into the <guilabel>Change to</guilabel> text box."
+msgstr ""
+
+#: C/gedit.xml:1928(para)
+msgid ""
+"To check the spelling of the text in the <guilabel>Change to</guilabel> text "
+"box, click <guibutton>Check Word</guibutton>. If this is a known word, the "
+"<guilabel>Suggestions</guilabel> list is replaced with the text <literal>"
+"(correct spelling)</literal>. If the word is not known, new entries appear "
+"in the <guilabel>Suggestions</guilabel> list."
+msgstr ""
+
+#: C/gedit.xml:1931(para)
+msgid ""
+"To ignore the current occurrence of the unknown word, click "
+"<guibutton>Ignore</guibutton>. To ignore all occurrences of the unknown "
+"word, click <guibutton>Ignore All</guibutton>. The unknown word is ignored "
+"in the current <application>gedit</application> session only."
+msgstr ""
+
+#: C/gedit.xml:1934(para)
+msgid ""
+"To change the current occurrence of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change</"
+"guibutton>. To change all occurrences of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change All</"
+"guibutton>."
+msgstr ""
+
+#: C/gedit.xml:1937(para)
+msgid ""
+"To add the unknown word to your personal dictionary, click <guibutton>Add "
+"word</guibutton>."
+msgstr ""
+
+#: C/gedit.xml:1940(para)
+msgid ""
+"To close the <guilabel>Check Spelling</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+
+#: C/gedit.xml:1949(title)
+msgid "Tag List Plugin"
+msgstr "ملحق وسم القائمة"
+
+#: C/gedit.xml:1950(para)
+msgid ""
+"The <application>Tag List</application> plugin allows you to insert common "
+"tags from a list in the side pane."
+msgstr ""
+
+#: C/gedit.xml:1951(para)
+msgid "To use the Tag List plugin, perform the following steps:"
+msgstr ""
+
+#: C/gedit.xml:1953(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1957(para)
+msgid ""
+"By default, the side pane shows a tab containing a list of open documents. "
+"Click on the tab showing a + icon at the bottom of the side pane to show the "
+"tag list tab."
+msgstr ""
+
+#: C/gedit.xml:1959(para)
+msgid ""
+"Select the appropriate tag category from the drop-down list. For example, "
+"<guilabel>HTML - Tags</guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1962(para)
+msgid "Scroll through the tag list to find the required tag."
+msgstr ""
+
+#: C/gedit.xml:1965(para)
+msgid ""
+"To insert a tag at the cursor position in the current file, double-click on "
+"the tag in the tag list. You can also insert a tag as follows:"
+msgstr ""
+
+#: C/gedit.xml:1967(para)
+msgid ""
+"To insert a tag in the current file and change the focus from the side pane "
+"to the display area, press <keycap>Return</keycap>."
+msgstr ""
+
+#: C/gedit.xml:1970(para)
+msgid ""
+"To insert a tag in the current file and maintain the focus on the "
+"<guilabel>Tag list plugin</guilabel> window, press <keycombo><keycap>Shift</"
+"keycap><keycap>Return</keycap></keycombo>."
+msgstr ""
+
+#: C/gedit.xml:1979(title)
+msgid "User Name Plugin"
+msgstr "ملحق اسم المستخدم"
+
+#: C/gedit.xml:1980(para)
+msgid ""
+"The <application>User name</application> plugin inserts the username of the "
+"current user into the document."
+msgstr ""
+"الملحق <application>اسم المستخدم</application> يدرج اسم المستخدم للمستخدم "
+"الحالي إلى المستند."
+
+#: C/gedit.xml:1981(para)
+msgid ""
+"To insert your username at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert User Name</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"لإدراج اسم المستخدم عند موقع المؤشر، اختر <menuchoice><guimenu>تحرير</"
+"guimenu><guimenuitem>أدرج اسم المستخدم</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1983(para)
+msgid ""
+"This plugin is mostly provided as an example of how to create your own "
+"plugins. For more information on creating plugins, see the <ulink type=\"http"
+"\" url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</"
+"application> website</ulink>."
+msgstr ""
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
+#: C/gedit.xml:0(None)
+msgid "translator-credits"
+msgstr ""
+"فريق عربآيز <http://arabeyes.com>:\n"
+"أسامة خالد <osamak.wfm@gmail.com>"
+
+#~ msgid "July 2006"
+#~ msgstr "يوليو 2006"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_bold.png'; "
+#~ "md5=950264711a3f0808bef134fa94b0a582"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_bold.png'; "
+#~ "md5=950264711a3f0808bef134fa94b0a582"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_italic.png'; "
+#~ "md5=feb9817676516ae91b9f6b1cd36a5eca"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_italic.png'; "
+#~ "md5=feb9817676516ae91b9f6b1cd36a5eca"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_underline.png'; "
+#~ "md5=58f5848d81ea3f0656ccce82ba32ec9c"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_underline.png'; "
+#~ "md5=58f5848d81ea3f0656ccce82ba32ec9c"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_strikethrough.png'; "
+#~ "md5=cf962f5d9df721c1f4f4cef2780915ed"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_strikethrough.png'; "
+#~ "md5=cf962f5d9df721c1f4f4cef2780915ed"
+
+#~ msgid ""
+#~ "For more information about how to configure syntax highlighting, see "
+#~ "<xref linkend=\"gedit-prefs-syntax\"/>."
+#~ msgstr ""
+#~ "للمزيد من المعلومات حول كيفية ضبط تعليم الصياغة، راجع <xref linkend="
+#~ "\"gedit-prefs-syntax\"/>."
+
+#~ msgid "Colors"
+#~ msgstr "الألوان"
+
+#~ msgid ""
+#~ "Select the <guilabel>Use default theme colors</guilabel> option to use "
+#~ "the default theme colors in the <application>gedit</application> text "
+#~ "window."
+#~ msgstr ""
+#~ "انتقِ الخيار <guilabel>استخدم ألوان السمة المبدئية</guilabel> لاستخدام "
+#~ "ألوان السمة المبدئية في نافذة نص <application>محرر النصوص</application>."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Normal text color</guibutton> color button to "
+#~ "display the color selector dialog. Select a color to use to display "
+#~ "normal text in the <application>gedit</application> text window."
+#~ msgstr ""
+#~ "انقر على نافذة نص زر اللون <guibutton>لون النص العادي</guibutton>لعرض "
+#~ "حوار منتقي اللون. انتقِ لونا لاستخدامه لعرض النص العادي في نافذة نص "
+#~ "<application>محرر النصوص</application>."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Background color</guibutton> color button to "
+#~ "display the color selector dialog. Select a background color for the "
+#~ "<application>gedit</application> text window."
+#~ msgstr ""
+#~ "انقر على زر اللون <guibutton>لون الخلفية</guibutton> لعرض حوار منتقي "
+#~ "اللون. انتقِ لون خلفية لنافذة نص <application>محرر النصوص</application>."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Selected text color</guibutton> color button to "
+#~ "display the color selector dialog. Select a color to use to display "
+#~ "selected text."
+#~ msgstr ""
+#~ "انقر على زر اللون <guibutton>لون النص المنتقى</guibutton> لعرض حوار منتقي "
+#~ "اللون. انتقِ لونا لاستخدامه لعرض النص المنتقى."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Selection color</guibutton> color button to "
+#~ "display the color selector dialog. Select a background color to use to "
+#~ "highlight a text selection."
+#~ msgstr ""
+#~ "انقر على زر اللون <guibutton>لون التحديد</guibutton> لعرض حوار منتقي "
+#~ "اللون. انتقِ لون خلفية لاستخدامه لإبراز نص منتقى."
+
+#~ msgid "Syntax Highlighting Preferences"
+#~ msgstr "تفضيلات إبراز الصياغة"
+
+#~ msgid "Enable syntax highlighting"
+#~ msgstr "فعّل إبراز الصياغة"
+
+#~ msgid ""
+#~ "Select this option to highlight the syntax of the text that you edit."
+#~ msgstr "انتقِ هذا الخيار لإبراز الصياغة للنص الذي تحرره."
+
+#~ msgid "Highlight mode"
+#~ msgstr "وضع الإبراز"
+
+#~ msgid "Use this drop-down list to select a syntax mode to configure."
+#~ msgstr "استخدم هذه القائمة المنسدلة لانتقاء وضع إبراز لضبطه."
+
+#~ msgid "Elements"
+#~ msgstr "العناصر"
+
+#~ msgid "Use this list box to select a syntax element to configure."
+#~ msgstr "استخدم صندوق القائمة هذا لانتقاء عنصر صياغة لضبطه."
+
+#~ msgid "Format buttons"
+#~ msgstr "أزرار التنسيق"
+
+#~ msgid ""
+#~ "Use the following buttons to change the format of the selected syntax "
+#~ "element:"
+#~ msgstr "استخدم الأزرار التالية لتغيير نص عنصر الصياغة المنتقى:"
+
+#~ msgid "Button"
+#~ msgstr "زر"
+
+#~ msgid "Format"
+#~ msgstr "تنسيق"
+
+#~ msgid "Shows icon for bold format."
+#~ msgstr "يظهر أيقونة التنسيق العريض."
+
+#~ msgid "Bold"
+#~ msgstr "عريض"
+
+#~ msgid "Shows icon for italic format."
+#~ msgstr "يظهر أيقونة التنسيق المائل."
+
+#~ msgid "Italic"
+#~ msgstr "مائل"
+
+#~ msgid "Shows icon for underline."
+#~ msgstr "يظهر أيقونة التسطير."
+
+#~ msgid "Underline"
+#~ msgstr "مسطر"
+
+#~ msgid "Shows icon for strikethrough."
+#~ msgstr "يظهر أيقونة الشطب."
+
+#~ msgid "Strikethrough"
+#~ msgstr "شطب"
+
+#~ msgid "Foreground"
+#~ msgstr "المقدمة"
+
+#~ msgid ""
+#~ "Select this option to change the font color of the selected syntax "
+#~ "element. Click on the color button to display the color selector dialog, "
+#~ "then select the font color."
+#~ msgstr ""
+#~ "انتقِ هذا الخيار لتغيير لون خط عنصر الصياغة المنتقى. انقر على زر اللون "
+#~ "لعرض حوار منتقي اللون، ثم انتقِ لون الخط."
+
+#~ msgid "Background"
+#~ msgstr "الخلفية"
+
+#~ msgid ""
+#~ "Select this option to change the background color of the selected syntax "
+#~ "element. Click on the color button to display the color selector dialog, "
+#~ "then select the background color."
+#~ msgstr ""
+#~ "انتقِ هذا الخيار لتغيير لون خلفية عنصر الصياغة المنتقى. انقر على زر اللون "
+#~ "لعرض حوار منتقي اللون، ثم انتقِ لون الخط."
+
+#~ msgid "Reset to Default"
+#~ msgstr "أعد الضبط إلى المبدئي"
+
+#~ msgid ""
+#~ "Click on this button to reset the foreground color and background color "
+#~ "of the selected syntax element to the default values."
+#~ msgstr ""
+#~ "انقر على هذا الزر لإعادة ضبط لون المقدمة والخلفية لعنصر الصياغة المنتقى "
+#~ "إلى القيم المبدئية."
diff --git a/help/bg/bg.po b/help/bg/bg.po
new file mode 100644
index 0000000..51cffeb
--- /dev/null
+++ b/help/bg/bg.po
@@ -0,0 +1,3995 @@
+# Bulgarian translation of gedit-help po-file.
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2012 Krasimir Chonov <mk2616@abv.bg>.
+# This file is distributed under the same license as the gedit-help package.
+# Rostislav Raykov <zbrox@i-space.org>, 2005
+# Alexander Shopov <ash@kambanaria.org>, 2012.
+# Krasimir Chonov <mk2616@abv.bg>, 2011, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit help master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-03-27 07:02+0300\n"
+"PO-Revision-Date: 2012-03-27 07:01+0300\n"
+"Last-Translator: Krasimir Chonov <mk2616@abv.bg>\n"
+"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
+"Language: bg\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Ростислав „zbrox“ Райков <zbrox@i-space.org>, 2005\n"
+"Красимир Чонов <mk2616@abv.bg>, 2011, 2012\n"
+"Александър Шопов <ash@kambanaria.org>, 2012."
+
+#: ../C/gedit-change-color-scheme.page:9(credit/name)
+#: ../C/gedit-change-default-font.page:11(credit/name)
+#: ../C/gedit-close-file.page:9(credit/name)
+#: ../C/gedit-create-new-file.page:9(credit/name)
+#: ../C/gedit-edit-as-root.page:9(credit/name)
+#: ../C/gedit-files-basic.page:9(credit/name)
+#: ../C/gedit-full-screen.page:9(credit/name)
+#: ../C/gedit-open-files-from-sidepane.page:9(credit/name)
+#: ../C/gedit-open-files.page:13(credit/name)
+#: ../C/gedit-open-on-server.page:9(credit/name)
+#: ../C/gedit-open-recent.page:9(credit/name)
+#: ../C/gedit-plugin-guide.page:9(credit/name)
+#: ../C/gedit-plugins-bookmarks.page:9(credit/name)
+#: ../C/gedit-plugins-bracket-comp.page:9(credit/name)
+#: ../C/gedit-plugins-change-case.page:14(credit/name)
+#: ../C/gedit-plugins-character-map.page:9(credit/name)
+#: ../C/gedit-plugins-code-assistance.page:9(credit/name)
+#: ../C/gedit-plugins-code-comment.page:9(credit/name)
+#: ../C/gedit-plugins-color-picker.page:9(credit/name)
+#: ../C/gedit-plugins-commander.page:9(credit/name)
+#: ../C/gedit-plugins-dashboard.page:9(credit/name)
+#: ../C/gedit-plugins-doc-stats.page:13(credit/name)
+#: ../C/gedit-plugins-draw-spaces.page:9(credit/name)
+#: ../C/gedit-plugins-external-tools.page:15(credit/name)
+#: ../C/gedit-plugins-file-browser.page:13(credit/name)
+#: ../C/gedit-plugins-insert-date-time.page:14(credit/name)
+#: ../C/gedit-plugins-install.page:8(credit/name)
+#: ../C/gedit-plugins-join-split-lines.page:9(credit/name)
+#: ../C/gedit-plugins-modelines.page:13(credit/name)
+#: ../C/gedit-plugins-multi-edit.page:9(credit/name)
+#: ../C/gedit-plugins-pyconsole.page:9(credit/name)
+#: ../C/gedit-plugins-quick-open.page:9(credit/name)
+#: ../C/gedit-plugins-session-saver.page:9(credit/name)
+#: ../C/gedit-plugins-snippets-guide.page:8(credit/name)
+#: ../C/gedit-plugins-snippets.page:9(credit/name)
+#: ../C/gedit-plugins-sort.page:13(credit/name)
+#: ../C/gedit-plugins-tag-list.page:13(credit/name)
+#: ../C/gedit-plugins-terminal.page:10(credit/name)
+#: ../C/gedit-plugins-text-size.page:10(credit/name)
+#: ../C/gedit-plugins-word-completion.page:9(credit/name)
+#: ../C/gedit-printing.page:11(credit/name)
+#: ../C/gedit-quickstart.page:11(credit/name)
+#: ../C/gedit-replace.page:10(credit/name)
+#: ../C/gedit-save-file.page:9(credit/name)
+#: ../C/gedit-search.page:10(credit/name)
+#: ../C/gedit-shortcut-keys.page:10(credit/name)
+#: ../C/gedit-spellcheck.page:10(credit/name)
+#: ../C/gedit-syntax-highlighting.page:9(credit/name)
+#: ../C/gedit-tabs-moving.page:9(credit/name)
+#: ../C/gedit-tabs.page:10(credit/name)
+#: ../C/gedit-undo-recent-action.page:9(credit/name)
+#: ../C/gedit-undo-recent-action.page:18(credit/name)
+#: ../C/gedit-view-open-files-in-sidepane.page:9(credit/name)
+#: ../C/index.page:12(credit/name)
+msgid "Jim Campbell"
+msgstr "Джим Къмпбел"
+
+#: ../C/gedit-change-color-scheme.page:14(page/title)
+msgid "Change the color scheme"
+msgstr "Промяна на цветова схема"
+
+#: ../C/gedit-change-color-scheme.page:16(page/p)
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> включва няколко цветови схеми, които ви позволяват да "
+"промените облика на главния прозорец."
+
+#: ../C/gedit-change-color-scheme.page:18(page/p)
+msgid "To change the color scheme, complete the following steps:"
+msgstr "За да промените цветовата схема извършете следните стъпки:"
+
+#: ../C/gedit-change-color-scheme.page:20(item/p)
+msgid ""
+"Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Изберете <guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Шрифт и "
+"цветове</gui></guiseq>."
+
+#: ../C/gedit-change-color-scheme.page:21(item/p)
+msgid "Choose your desired color scheme."
+msgstr "Изберете желаната цветова схема."
+
+#: ../C/gedit-change-color-scheme.page:24(page/p)
+msgid "The new color scheme will be applied immediately."
+msgstr "Избраната цветова схема ще бъде приложена веднага."
+
+#: ../C/gedit-change-color-scheme.page:27(section/title)
+msgid "Use a Custom Color Scheme"
+msgstr "Използване на потребителска цветова схема"
+
+#: ../C/gedit-change-color-scheme.page:29(section/p)
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Също така можете да използвате цветови схеми, които са били създадени от "
+"други хора или да създадете и използвате ваша собствена."
+
+#: ../C/gedit-change-color-scheme.page:30(section/p)
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"http://live.gnome.org/GtkSourceView/StyleSchemes\">gedit wiki</link>."
+msgstr ""
+"Инструкции за инсталиране на потребителски цветови схеми, както и примери, "
+"които можете да изтеглите и използвате, можете да намерите в <link href="
+"\"http://live.gnome.org/GtkSourceView/StyleSchemes\">Уикито на gedit</link>."
+
+#: ../C/gedit-change-default-font.page:16(page/title)
+msgid "Change the default font"
+msgstr "Избор на шрифт"
+
+#: ../C/gedit-change-default-font.page:18(page/p)
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> използва стандартния шрифт на системата, но можете да "
+"установите друг, който по-добре отговаря на нуждите ви."
+
+#: ../C/gedit-change-default-font.page:23(steps/title)
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "За да изберете шрифт в <app>gedit</app>"
+
+#: ../C/gedit-change-default-font.page:24(item/p)
+msgid ""
+"Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; Colors</"
+"key></keyseq>."
+msgstr ""
+"Изберете <keyseq><key>Редактиране</key><key>Настройки</key><key>Шрифт и "
+"цветове</key></keyseq>."
+
+#: ../C/gedit-change-default-font.page:26(item/p)
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+"Премахнете отметката до „Използване на системния шрифт с фиксирана широчина“"
+
+#: ../C/gedit-change-default-font.page:28(item/p)
+msgid ""
+"Choose your desired font, and use the <gui>slider</gui> to set the default "
+"font size."
+msgstr "Изберете шрифт и чрез <gui>плъзгача</gui> задайте размер."
+
+#: ../C/gedit-change-default-font.page:30(item/p)
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Щракнете <gui>Избор</gui> и после <gui>Затваряне</gui>."
+
+#: ../C/gedit-close-file.page:14(page/title)
+msgid "Close a file"
+msgstr "Затваряне на файл"
+
+#: ../C/gedit-close-file.page:16(page/p)
+msgid ""
+"To close a file in <app>gedit</app>, select <guiseq><gui>File</gui> "
+"<gui>Close</gui></guiseq>. Alternately, you can click the small \"X\" that "
+"appears on the right-side of the file's tab, or press <keyseq><key>Ctrl</"
+"key> <key>W</key></keyseq>."
+msgstr ""
+"За да затворите файл в <app>gedit</app>, изберете <guiseq><gui>Файл</"
+"gui><gui>Затваряне</gui></guiseq>. Също така можете да натиснете малкия „X“, "
+"който се намира в дясната част на раздела или да натиснете "
+"<keyseq><key>Ctrl</key> <key>W</key></keyseq>."
+
+#: ../C/gedit-close-file.page:20(page/p)
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Всяко от тези действия затваря файл в <app>gedit</app>. Ако сте направили "
+"промени във файла и не сте ги запазили, <app>gedit</app> ще ви подкани да ги "
+"запазите преди файлът да бъде затворен."
+
+#: ../C/gedit-create-new-file.page:14(page/title)
+msgid "Create a new file"
+msgstr "Създаване на нов файл"
+
+#: ../C/gedit-create-new-file.page:16(page/p)
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"icon that looks like a blank piece of paper with a \"plus\" sign next to it. "
+"If you prefer, you may also select <guiseq><gui>File</gui><gui>New</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+msgstr ""
+"Най-лесният начин да създадете нов файл в <app>gedit</app> е като натиснете "
+"иконата, която изглежда на празно парче хартия със знака „+“ до него. Също "
+"можете да изберете <guiseq><gui>Файл</gui><gui>Нов</gui></guiseq> или да "
+"натиснете <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+
+#: ../C/gedit-create-new-file.page:18(page/p)
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Всяко от тези действия ще създаде нов файл в прозореца на <app>gedit</app>. "
+"Ако имате други отворени файлове в <app>gedit</app>, новият файл ще се "
+"покаже като нов раздел от дясната страна на тези раздели."
+
+#: ../C/gedit-edit-as-root.page:14(page/title)
+msgid "Edit a file as the root (administative) user"
+msgstr "Редактиране на файл като администратор (root)"
+
+#: ../C/gedit-edit-as-root.page:16(note/p)
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Редактирането на файлове като администратор е много опасно и може да повреди "
+"вашата система. Бъдете много внимателни, когато редактирате файлове като "
+"администратор."
+
+#: ../C/gedit-edit-as-root.page:18(page/p)
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"За редактиране на файловете като администратор, стартирайте <app>gedit</app> "
+"от терминала като въведете:"
+
+#: ../C/gedit-edit-as-root.page:19(page/code)
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#: ../C/gedit-edit-as-root.page:20(page/p)
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Когато използвате командата <cmd>sudo</cmd>, ще е нужно да въведете вашата "
+"парола преди да се стартира <app>gedit</app>."
+
+#: ../C/gedit-edit-as-root.page:22(page/p)
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Като алтернатива на командата <cmd>sudo</cmd>, можете да получите "
+"администраторски привилегии като въведете командата:"
+
+#: ../C/gedit-edit-as-root.page:23(page/code)
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#: ../C/gedit-edit-as-root.page:24(page/p)
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"После можете да стартирате <app>gedit</app> като въведете командата "
+"<cmd>gedit</cmd>."
+
+#: ../C/gedit-edit-as-root.page:26(note/p)
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, the "
+"application will retain those privileges until you close it."
+msgstr ""
+"След като стартирате <app>gedit</app> с администраторски привилегии, "
+"програмата ще се възползва от тях докато не я затворите."
+
+#: ../C/gedit-files-basic.page:14(page/title)
+msgid "File basics: Open, close, and save files"
+msgstr "Отваряне, затваряне и запазване на файлове"
+
+#: ../C/gedit-files-basic.page:16(page/p)
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, and opening and closing files."
+msgstr ""
+"Ако досега не сте работили с <app>gedit</app>, тези теми ще ви научат как да "
+"създавате, запазвате, отваряте и затваряте файлове."
+
+#: ../C/gedit-full-screen.page:14(page/title)
+msgid "Use fullscreen mode"
+msgstr "Работа на цял екран"
+
+#: ../C/gedit-full-screen.page:16(page/p)
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Когато обработвате голям документ, може да ви е от полза да работите на цял "
+"екран в <app>gedit</app>. На цял екран <gui>лентата за менюто</gui>, "
+"<gui>лентата за табовете</gui> и <gui>лентата за инструментите</gui> ще се "
+"скрият, като ще виждате повече от вашия текст и ще можете да се фокусирате "
+"върху вашите задачи."
+
+#: ../C/gedit-full-screen.page:19(section/title)
+msgid "Turn on fullscreen mode"
+msgstr "Превключване на цял екран"
+
+#: ../C/gedit-full-screen.page:20(section/p)
+msgid ""
+"To turn on fullscreen mode, select <guiseq><gui>View</gui><gui>Fullscreen</"
+"gui></guiseq>, or press <key>F11</key>. <app>gedit's</app> menu, title, and "
+"tab-bars will hide, and you will only be presented with the text of your "
+"current file."
+msgstr ""
+"За да превключите на цял екран изберете <guiseq><gui>Изглед</gui><gui>На цял "
+"екран</gui></guiseq> или натиснете <key>F11</key>. Менютата, заглавието и "
+"разделите на <app>gedit</app> ще се скрият. Ще виждате само текста на "
+"текущия файл."
+
+#: ../C/gedit-full-screen.page:21(section/p)
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Ако преместите курсора на мишката в горната част на екрана ще се покаже "
+"<app>gedit</app>. Когато <app>gedit</app> се покаже, изберете желания "
+"инструмент."
+
+#: ../C/gedit-full-screen.page:23(note/p)
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"За да превключвате между отворени раздели докато сте на цял екран, натиснете "
+"или <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> или "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#: ../C/gedit-full-screen.page:27(section/title)
+msgid "Turn off fullscreen mode"
+msgstr "Излизане от изглед на цял екран"
+
+#: ../C/gedit-full-screen.page:28(section/p)
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, move your mouse cursor to the top of the screen, and wait for the "
+"<gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, select "
+"<gui>Leave Fullscreen</gui>. You can also press <key>F11</key> to turn off "
+"fullscreen mode."
+msgstr ""
+"За да излезете от изглед на цял екран и да се върнете в стандартния "
+"<app>gedit</app>, преместете курсора на мишката в горната част на екрана и "
+"изчакайте да се покаже <gui>лентата за менюто</gui>. Когато тя се появи "
+"изберете <gui>Изход от цял екран</gui>. Също можете да натиснете <key>F11</"
+"key>."
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: ../C/gedit-open-files-from-sidepane.page:36(media)
+#: ../C/gedit-plugins-file-browser.page:32(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-side-pane1.png' "
+"md5='ac9c80cb0552d63b593c71f23be69b53'"
+msgstr ""
+"external ref='figures/gedit-side-pane1.png' "
+"md5='ac9c80cb0552d63b593c71f23be69b53'"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: ../C/gedit-open-files-from-sidepane.page:51(media)
+#: ../C/gedit-view-open-files-in-sidepane.page:25(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-side-pane2.png' "
+"md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+msgstr ""
+"external ref='figures/gedit-side-pane2.png' "
+"md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+
+#: ../C/gedit-open-files-from-sidepane.page:14(page/title)
+msgid "View and open files from the side pane"
+msgstr "Преглед и отваряне на файлове от страничният панел"
+
+#: ../C/gedit-open-files-from-sidepane.page:15(page/p)
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the <app>side pane</app>."
+msgstr ""
+"Най-използваният начин за превключване между файлове в <app>gedit</app> е "
+"чрез раздели в горната част на прозореца на <app>gedit</app>. В някои "
+"случаи, особено когато работите с много файлове, може да ви е по-удобно да "
+"използвате <app>Страничния панел</app>."
+
+#: ../C/gedit-open-files-from-sidepane.page:19(page/p)
+msgid ""
+"To activate the <app>side pane</app>, select <guiseq><gui>View</"
+"gui><gui>Side Pane</gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"За да се покаже <app>страничния панел</app>, изберете <guiseq><gui>Изглед</"
+"gui><app>Страничен панел</app></guiseq> или натиснете клавиша <key>F9</key>."
+
+#: ../C/gedit-open-files-from-sidepane.page:24(note/p)
+msgid ""
+"You can toggle the <gui>side pane</gui> open or closed by pressing <key>F9</"
+"key> at any time."
+msgstr ""
+"Можете да отворите или затворите <app>страничния панел</app> по всяко време "
+"като натиснете клавиша <key>F9</key>."
+
+#: ../C/gedit-open-files-from-sidepane.page:30(section/title)
+#: ../C/gedit-plugins-file-browser.page:26(section/title)
+msgid "Opening files from the side pane"
+msgstr "Отваряне на файлове от страничния панел"
+
+#: ../C/gedit-open-files-from-sidepane.page:31(section/p)
+msgid ""
+"To open files from the <app>side pane</app>, first open the <app>side pane</"
+"app> by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, then "
+"click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+"За да отворите файлове от <app>страничния панел</app>, първо го отворете "
+"като изберете <guiseq><gui>Изглед</gui><app>Страничен панел</app></guiseq>, "
+"после натиснете иконата <gui>файлов браузър</gui> в долната част на панела."
+
+#: ../C/gedit-open-files-from-sidepane.page:39(section/p)
+#: ../C/gedit-plugins-file-browser.page:35(section/p)
+msgid ""
+"This will activate the <em>file-browser</em> mode of the <app>side pane</"
+"app>. You can then use the navigation buttons at the top of the pane to "
+"locate and open your desired files."
+msgstr ""
+"Това ще активира режима <em>файлов браузър</em> в <app>страничния панел</"
+"app>. После можете да използвате бутоните за навигация в горната част на "
+"панела, за да намерите и отворите вашите файлове."
+
+#: ../C/gedit-open-files-from-sidepane.page:45(section/title)
+msgid "Using the side pane to switch between open files"
+msgstr "Използване на страничния панел за превключване между отворени файлове"
+
+#: ../C/gedit-open-files-from-sidepane.page:46(section/p)
+msgid ""
+"Once you have several files open, you can use the side pane to switch "
+"between open files. To activate the file browser portion of the <app>side "
+"pane</app>, click on the <gui>file</gui> icon at the bottom of the <gui>side "
+"pane</gui>."
+msgstr ""
+"Щом имате отворени няколко файла, можете да използвате страничния панел за "
+"превключване между тях. За да активирате прегледа на документи в "
+"<app>страничния панел</app>, натиснете иконата <gui>файл</gui> в долната "
+"част на <app>страничния панел</app>."
+
+#: ../C/gedit-open-files-from-sidepane.page:54(section/p)
+msgid ""
+"Clicking on any file name in the <gui>side pane</gui> will open that file "
+"for editing."
+msgstr ""
+"Щракването върху файл в <app>страничния панел</app> ще го отвори за "
+"редактиране."
+
+#: ../C/gedit-open-files.page:18(page/title)
+msgid "Open a file or set of files"
+msgstr "Отваряне на един или няколко файла"
+
+#: ../C/gedit-open-files.page:20(page/p)
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"За да отворите файл в <app>gedit</app>, натиснете бутона <gui>Отваряне</gui> "
+"или натиснете <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#: ../C/gedit-open-files.page:21(page/p)
+msgid ""
+"This will cause the <gui>Open Files</gui> dialog to appear. Use your mouse "
+"or keyboard to select the file that you wish to open, and then click "
+"<gui>Open</gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Това ще отвори прозореца <gui>Отваряне на файлове</gui>. Използвайте мишката "
+"или клавиатурата, за да изберете файла, който искате да се отвори и "
+"натиснете <gui>Отваряне</gui>. Файлът, който сте избрали ще се отвори в нов "
+"раздел."
+
+#: ../C/gedit-open-files.page:22(page/p)
+msgid ""
+"To close the <gui>Open Files</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"За да затворите прозореца <gui>Отваряне на файлове</gui>, натиснете "
+"<gui>Отмяна</gui>."
+
+#: ../C/gedit-open-files.page:24(note/p)
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Можете да използвате клавишите <key>Ctrl</key> и <key>Shift</key>, за да "
+"отворите няколко файла наведнъж. Ако задържите клавиша <key>Ctrl</key> "
+"докато избирате файлове, натискането на <gui>Отваряне</gui> ще отвори всеки "
+"избран файл."
+
+#: ../C/gedit-open-files.page:28(note/p)
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Задържането на клавиша <key>Shift</key> докато избирате файлове ще отвори "
+"първия избран файл, последния избран файл и всички файлове между тях."
+
+#: ../C/gedit-open-on-server.page:14(page/title)
+msgid "Open a file that is located on a server"
+msgstr "Отваряне на файл, който се намира на сървър"
+
+#: ../C/gedit-open-on-server.page:16(page/p)
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"За да отворите файл в <app>gedit</app>, който се намира на сървър, трябва да "
+"знаете някои технически данни за сървъра. Например трябва да знаете IP "
+"адреса или уеб адреса на сървъра и да знаете неговия вид (т.е., HTTP, FTP и "
+"т.н.)."
+
+#: ../C/gedit-open-on-server.page:18(page/p)
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Някои сървъри имат ограничения за това какво можете да правите с файловете, "
+"които се намират на тях. Например можете да отворите файл от сървър, но да е "
+"нужно да запазите направените промени във файл на вашия компютър."
+
+#: ../C/gedit-open-on-server.page:20(page/p)
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Като имате това предвид, извършете следните стъпки, за да отворите файл с "
+"<app>gedit</app> от сървър:"
+
+#: ../C/gedit-open-on-server.page:23(item/p)
+msgid ""
+"Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+"<gui>Open Files</gui> dialog."
+msgstr ""
+"Изберете <guiseq><gui>Файл</gui><gui>Отваряне</gui></guiseq>, за да се "
+"покаже прозорецът <gui>Отваряне на файлове</gui>."
+
+#: ../C/gedit-open-on-server.page:24(item/p)
+msgid ""
+"Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</gui> "
+"dialog."
+msgstr ""
+"Натиснете иконата с <gui>молив</gui> в горната част на прозореца "
+"<gui>Отваряне на файлове</gui>."
+
+#: ../C/gedit-open-on-server.page:25(item/p)
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Въведете IP адреса или уеб адреса на сървъра."
+
+#: ../C/gedit-open-on-server.page:26(item/p)
+msgid "Find and select the file that you wish to open."
+msgstr "Намерете и изберете файла, който искате да отворите."
+
+#: ../C/gedit-open-on-server.page:27(item/p)
+msgid ""
+"Use the Character coding drop-down list to select the appropriate character "
+"coding."
+msgstr ""
+"Използвайте падащото меню <guilabel>Кодиране на знаците</guilabel>, за да "
+"изберете подходящата кодова таблица."
+
+#: ../C/gedit-open-on-server.page:28(item/p)
+#: ../C/gedit-plugins-quick-open.page:37(item/p)
+msgid "Click <gui>Open</gui>."
+msgstr "Натиснете <gui>Отваряне</gui>."
+
+#: ../C/gedit-open-on-server.page:31(page/p)
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>gvfs</app>."
+msgstr ""
+"Валидните типове включват http:, ftp:, file: и всички други поддържани от "
+"<app>gvfs</app>."
+
+#: ../C/gedit-open-on-server.page:34(note/p)
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Файловете от някои типове сървъри се отварят в режим „само за четене“ и "
+"всички направени промени трябва да се съхранят на друго място. Например HTTP "
+"позволява файловете само да се четат. Файловете отворени от FTP са само за "
+"четене, защото някои сървъри имат проблем със запазването на отдалечени "
+"файлове."
+
+#: ../C/gedit-open-recent.page:14(page/title)
+msgid "Reopen a recently-used file"
+msgstr "Отваряне на последно използван файл"
+
+#: ../C/gedit-open-recent.page:16(page/p)
+msgid ""
+"By default, <app>gedit</app> provides easy access to five of your most "
+"recently-used files. Here is how you can open a recently-used file:"
+msgstr ""
+"<app>gedit</app> предоставя бърз достъп до петте последно използвани файла. "
+"Ето как можете да отворите последно използван файл:"
+
+#: ../C/gedit-open-recent.page:18(item/p)
+msgid ""
+"Click the downward-facing arrow to the right of the <gui>Open</gui> button."
+msgstr ""
+"Натиснете стрелката сочеща надолу от дясната страна на бутона <gui>Отваряне</"
+"gui>."
+
+#: ../C/gedit-open-recent.page:19(item/p)
+msgid ""
+"<app>gedit</app> will display a list of the five most-recently used files."
+msgstr "<app>gedit</app> ще покаже списък на петте последно използвани файла."
+
+#: ../C/gedit-open-recent.page:20(item/p)
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Изберете желания файл и той ще бъде отворен в нов раздел."
+
+#: ../C/gedit-open-recent.page:23(note/p)
+msgid ""
+"To adjust the number of recently-used files that gedit displays, you will "
+"need to use the <app>gconf-editor</app> application."
+msgstr ""
+"За да зададете броя на последно използвани файлове в gedit, трябва да "
+"използвате програмата <app>gconf-editor</app>."
+
+#: ../C/gedit-open-recent.page:25(item/p)
+msgid ""
+"Launch <app>gconf-editor</app> and select <guiseq><gui>apps</"
+"gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>recents</gui></"
+"guiseq>."
+msgstr ""
+"Стартирайте <app>gconf-editor</app> и изберете <guiseq><gui>apps</"
+"gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>recents</gui></"
+"guiseq>."
+
+#: ../C/gedit-open-recent.page:26(item/p)
+msgid ""
+"Double-click on the number next to <gui>max_recents</gui> and change the "
+"number to your desired value."
+msgstr ""
+"Щракнете двукратно върху броя до <gui>Брой скорошни</gui> и задайте желаната "
+"стойност."
+
+#: ../C/gedit-plugin-guide.page:14(page/title)
+msgid "Configure and use gedit Plugins"
+msgstr "Настройки и употреба"
+
+#: ../C/gedit-plugin-guide.page:15(page/p)
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Можете да правите повече с <app>gedit</app> като използвате приставки. По "
+"подразбиране са инсталирани няколко приставки, но също са налични за "
+"изтегляне голям брой други приставки."
+
+#: ../C/gedit-plugin-guide.page:19(note/p)
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Много Линукс дистрибуции правят група от тези приставки, които можете да "
+"намерите като пакет <app>gedit-plugins</app>. Инсталирайте го, за да "
+"добавите допълнителни приставки към <app>gedit</app>."
+
+#: ../C/gedit-plugin-guide.page:24(section/title)
+msgid "Default gedit Plugins"
+msgstr "Стандартни приставки в gedit"
+
+#: ../C/gedit-plugin-guide.page:28(section/title)
+msgid "Additional gedit Plugins"
+msgstr "Допълнителни приставки за gedit"
+
+#: ../C/gedit-plugins-bookmarks.page:13(info/desc)
+msgid "Record commonly-referenced locations with bookmarks"
+msgstr "Записване на често използвани места с отметки"
+
+#: ../C/gedit-plugins-bookmarks.page:16(page/title)
+msgid "Bookmarks"
+msgstr "Отметки"
+
+#: ../C/gedit-plugins-bookmarks.page:18(page/p)
+msgid ""
+"Gedit bookmarks allow you to highlight important lines of text within your "
+"document or program, making them easier to find. You can also move up or "
+"down between bookmarks, making document navigation a bit faster."
+msgstr ""
+"С отметките в gedit можете да оцветите важни редове с текст в документ като "
+"по този начин ще можете да ги намерите по-лесно. Също така можете да се "
+"предвижвате между отметките, така че прелистването на документа да става по-"
+"бързо."
+
+#: ../C/gedit-plugins-bookmarks.page:22(page/p)
+msgid ""
+"To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> "
+"Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+msgstr ""
+"За да включите приставката за отметки, изберете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Отметки</gui></guiseq>."
+
+#: ../C/gedit-plugins-bookmarks.page:26(steps/title)
+msgid ""
+"Bookmarks are inserted and removed by completing the same action. To insert "
+"or remove bookmarks:"
+msgstr ""
+"Отметките се вмъкват и премахват с еднакви действия. За вмъкване/премахване "
+"на отметки:"
+
+#: ../C/gedit-plugins-bookmarks.page:28(item/p)
+msgid "Navigate to the line where you want to insert or remove the bookmark."
+msgstr ""
+"Прелистете документа до реда, на който желаете да вмъкнете/премахнете "
+"отметка."
+
+#: ../C/gedit-plugins-bookmarks.page:30(item/p)
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, or click "
+"<guiseq><gui>Edit</gui><gui>Toggle Bookmark</gui></guiseq>."
+msgstr ""
+"Натиснете <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq> или "
+"<guiseq><gui>Редактиране</gui><gui>Отметка</gui></guiseq>."
+
+#: ../C/gedit-plugins-bookmarks.page:36(steps/title)
+msgid "To move between bookmarks:"
+msgstr "За предвижване между отметки:"
+
+#: ../C/gedit-plugins-bookmarks.page:37(item/p)
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>B</key></keyseq> to move to the next "
+"bookmark."
+msgstr ""
+"Натиснете <keyseq><key>Ctrl</key><key>B</key></keyseq>, за да отидете на "
+"следващата отметка."
+
+#: ../C/gedit-plugins-bookmarks.page:39(item/p)
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> to move "
+"to the previous bookmark."
+msgstr ""
+"Натиснете <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq>, за "
+"да отидете на предишната отметка."
+
+#: ../C/gedit-plugins-bookmarks.page:41(note/p)
+msgid ""
+"If you prefer using the mouse, you can click <guiseq><gui>Edit</gui> <gui>Go "
+"to Next Bookmark</gui></guiseq> or <guiseq><gui>Edit</gui><gui>Go to "
+"Previous Bookmark</gui></guiseq>."
+msgstr ""
+"Ако предпочитате да използвате мишката, щракнете <guiseq><gui>Редактиране</"
+"gui><gui>Към следващата отметка</gui></guiseq> или <guiseq><gui>Редактиране</"
+"gui><gui>Към предишната отметка</gui></guiseq>."
+
+#: ../C/gedit-plugins-bracket-comp.page:12(info/desc)
+msgid "Auto-complete closing brackets"
+msgstr "Автоматично вмъкване на затварящи скоби"
+
+#: ../C/gedit-plugins-bracket-comp.page:15(page/title)
+msgid "Bracket completion"
+msgstr "Затварящи скоби"
+
+#: ../C/gedit-plugins-bracket-comp.page:17(page/p)
+msgid ""
+"The <app>Bracket Completion</app> plugin will auto-complete closing brackets "
+"for curly braces, parentheses, and square brackets."
+msgstr ""
+"Приставката <app>Затварящи скоби</app> автоматично ще постави затварящи "
+"скоби за фигурни скоби, скоби и квадратни скоби."
+
+#: ../C/gedit-plugins-bracket-comp.page:19(page/p)
+msgid ""
+"To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins</gui><gui>Bracket Completion</gui></guiseq>."
+msgstr ""
+"За да включите приставката, натиснете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Затварящи скоби</gui></"
+"guiseq>."
+
+#: ../C/gedit-plugins-bracket-comp.page:21(note/p)
+msgid "This plugin does not automatically insert closing HTML or XML tags."
+msgstr "Тази приставка не вмъква затварящи етикети за HTML или XML."
+
+#: ../C/gedit-plugins-change-case.page:9(credit/name)
+#: ../C/gedit-plugins-doc-stats.page:9(credit/name)
+#: ../C/gedit-plugins-external-tools.page:11(credit/name)
+#: ../C/gedit-plugins-file-browser.page:9(credit/name)
+#: ../C/gedit-plugins-insert-date-time.page:9(credit/name)
+#: ../C/gedit-plugins-install.page:12(credit/name)
+#: ../C/gedit-plugins-modelines.page:9(credit/name)
+#: ../C/gedit-plugins-snippets.page:13(credit/name)
+#: ../C/gedit-plugins-sort.page:9(credit/name)
+#: ../C/gedit-plugins-tag-list.page:9(credit/name)
+#: ../C/gedit-replace.page:15(credit/name)
+#: ../C/gedit-search.page:15(credit/name)
+#: ../C/gedit-tabs-moving.page:14(credit/name)
+#: ../C/gedit-tabs.page:15(credit/name)
+#: ../C/gedit-undo-recent-action.page:14(credit/name)
+#: ../C/gedit-view-open-files-in-sidepane.page:14(credit/name)
+msgid "Daniel Neel"
+msgstr "Даниел Нийл"
+
+#: ../C/gedit-plugins-change-case.page:17(info/desc)
+msgid "Change the case of selected text"
+msgstr "Смяна на регистъра на избрания текст"
+
+#: ../C/gedit-plugins-change-case.page:20(page/title)
+msgid "Change case"
+msgstr "Смяна на регистъра"
+
+#: ../C/gedit-plugins-change-case.page:22(page/p)
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Change "
+"Case</gui></guiseq>."
+msgstr ""
+"Тази приставка ви позволява да смените регистъра на знаците на избран откъс "
+"текст. Можете да я използвате, за да смените всички знаци на малки/главни "
+"букви, да обърнете регистъра или да приложите регистър за заглавие. За да "
+"включите тази приставка изберете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Смяна на регистъра</gui></"
+"guiseq>."
+
+#: ../C/gedit-plugins-change-case.page:24(page/p)
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"След като приставката <gui>Смяна на регистъра</gui> е включена, можете да я "
+"използвате като направите следното:"
+
+#: ../C/gedit-plugins-change-case.page:26(item/p)
+msgid "Highlight the portion of text that you want to change."
+msgstr "Оцветете текста, който искате да промените."
+
+#: ../C/gedit-plugins-change-case.page:27(item/p)
+msgid "Select <guiseq><gui>Edit</gui><gui>Change Case</gui></guiseq>"
+msgstr "Изберете <guiseq><gui>Edit</gui><gui>Смяна на регистъра</gui></guiseq>"
+
+#: ../C/gedit-plugins-change-case.page:28(item/p)
+msgid "Choose your desired text-formatting option."
+msgstr "Изберете желаното форматиране на текста."
+
+#: ../C/gedit-plugins-change-case.page:31(page/p)
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Текстът ще бъде форматиран веднага."
+
+#: ../C/gedit-plugins-change-case.page:33(note/p)
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Опцията <gui>Обръщане на регистъра</gui> ще преобразува всички малки букви в "
+"главни и всички главни букви в малки."
+
+#: ../C/gedit-plugins-change-case.page:34(note/p)
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Опцията <gui>Регистър за заглавие</gui> ще преобразува първата буква на "
+"всяка дума в главна буква. Всички други букви ще бъдат преобразувани в малки."
+
+#: ../C/gedit-plugins-change-case.page:36(note/p)
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Ако не сте избрали текст, <gui>Смяна на регистъра</gui> ще бъде оцветена в "
+"сиво. Преди да използвате тази функция, трябва да изберете текст."
+
+#: ../C/gedit-plugins-character-map.page:14(credit/name)
+#: ../C/gedit-plugins-word-completion.page:14(credit/name)
+msgid "Paul Weaver"
+msgstr "Пол Уйвър"
+
+#: ../C/gedit-plugins-character-map.page:18(info/desc)
+msgid "Insert special characters just by clicking on them"
+msgstr "Вмъкване на специални знаци"
+
+#: ../C/gedit-plugins-character-map.page:21(page/title)
+msgid "Character map"
+msgstr "Таблица със знаци"
+
+#: ../C/gedit-plugins-character-map.page:29(page/p)
+msgid ""
+"The <app>Character Map</app> plugin enables you to insert characters into "
+"your document that you may not be able to type easily using your keyboard. "
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins</gui><gui>Character Map</gui></guiseq>."
+msgstr ""
+"Приставката <gui>Таблица със знаци</gui> ви помага да вмъкнете знаци в "
+"документ, които е трудно да се въведат чрез клавиатура. За да включите "
+"приставката, изберете <guiseq><gui>Редактиране</gui><gui>Настройки</"
+"gui><gui>Приставки</gui><gui>Таблица със знаци</gui></guiseq>."
+
+#: ../C/gedit-plugins-character-map.page:32(section/title)
+msgid "Using Character Map"
+msgstr "Употреба на таблицата със знаци"
+
+#: ../C/gedit-plugins-character-map.page:34(section/p)
+msgid ""
+"Once the plugin is enabled, you can add characters from the <em>Character "
+"Map</em> tab of the side panel (<guiseq><gui>View</gui><gui>Side Panel</"
+"gui></guiseq>)."
+msgstr ""
+"След като включите приставката можете да добавите знаци от раздела "
+"<em>Таблица със знаци</em> в страничния панел (<guiseq><gui>Изглед</"
+"gui><app>Страничен панел</app></guiseq>)."
+
+#: ../C/gedit-plugins-character-map.page:37(item/p)
+msgid ""
+"Place the cursor at the point in your document at which you would like your "
+"special character."
+msgstr ""
+"Поставете курсора на мястото, на което искате да вмъкнете специален знак."
+
+#: ../C/gedit-plugins-character-map.page:38(item/p)
+msgid ""
+"Open the side panel by selecting <guiseq><gui>View</gui><gui>Side Panel</"
+"gui></guiseq>, or by pressing <key>F9</key>."
+msgstr ""
+"Отворете страничния панел като изберете <guiseq><gui>Изглед</"
+"gui><app>Страничен панел</app></guiseq> или натиснете <key>F9</key>."
+
+#: ../C/gedit-plugins-character-map.page:39(item/p)
+msgid "Select the <em>Character Map</em> tab in the side panel."
+msgstr "Изберете раздела <em>Таблица със знаци</em> в страничния панел."
+
+#: ../C/gedit-plugins-character-map.page:40(item/p)
+msgid ""
+"If neccessary, choose the character set to which your character belongs from "
+"the list at the top of the <em>Character Map</em> tab (e.g., Arabic)."
+msgstr ""
+"Ако е необходимо, от списъка в горната част на <em>Таблица със знаци</em> "
+"изберете набора от знаци, в който се намира желания знак (напр. „арабски“)."
+
+#: ../C/gedit-plugins-character-map.page:41(item/p)
+msgid "Double click your desired character to insert it."
+msgstr "Щракнете двукратно върху знак, за да го вмъкнете."
+
+#: ../C/gedit-plugins-character-map.page:44(note/p)
+msgid ""
+"You must click on the editing view of your document to continue editing "
+"normally."
+msgstr ""
+"Трябва да преминете в изглежда за редактиране, за да можете да редактирате "
+"документа."
+
+#: ../C/gedit-plugins-code-assistance.page:13(info/desc)
+msgid "Real-time error highlighting for supported languages"
+msgstr "Отбелязване на грешки в реално време за поддържани езици"
+
+#: ../C/gedit-plugins-code-assistance.page:16(page/title)
+msgid "Code assistance"
+msgstr "Помощник при програмиране"
+
+#: ../C/gedit-plugins-code-assistance.page:21(page/p)
+msgid ""
+"The <app>gedit-code-assistance</app> plugin provides real-time error "
+"highlighting for C, C++ and Objective-C. To enable this plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Code "
+"Assistance</gui></guiseq>."
+msgstr ""
+"Приставката <app>Помощник при програмиране</app> предоставя оцветяване на "
+"грешките в реално време за езиците C, C++ и Objective-C. За да включите тази "
+"приставка, изберете <guiseq><gui>Редактиране</gui><gui>Настройки</"
+"gui><gui>Приставки</gui><gui>Помощник при програмиране</gui></guiseq>."
+
+#: ../C/gedit-plugins-code-assistance.page:39(section/title)
+msgid "How the code assistance plugin works"
+msgstr "Как работи"
+
+#: ../C/gedit-plugins-code-assistance.page:41(section/p)
+msgid ""
+"The plugin currently relies on information in the makefile to deduce the "
+"Clang error-highlighting rules. It examines the <code>make</code> rules and "
+"determines which targets depend on the the file that is being parsed. The "
+"plugin then extracts the compiler flags by simulating an execution of those "
+"targets."
+msgstr ""
+"В момента приставката разчита на информацията във файла Makefile, за да "
+"извлече правилата за оцветяване на грешки. Анализира правилата на "
+"<code>make</code> и определя кои цели зависят от файла. После приставката "
+"извлича флаговете на компилатора като симулира изпълнението на тези цели."
+
+#: ../C/gedit-plugins-code-assistance.page:47(section/p)
+msgid ""
+"This is not completely fool proof, of course. In the future, the plugin will "
+"allow you to manually specify the compile flags."
+msgstr ""
+"Разбира се това не е съвършено. В бъдеще приставката ще позволява ръчно "
+"указване на флаговете за компилиране."
+
+#: ../C/gedit-plugins-code-comment.page:13(info/desc)
+msgid "Comment-out or uncomment a block of code"
+msgstr "Коментиране на блок с код"
+
+#: ../C/gedit-plugins-code-comment.page:16(page/title)
+msgid "Code comment"
+msgstr "Коментиране на код"
+
+#: ../C/gedit-plugins-code-comment.page:18(page/p)
+msgid ""
+"Code comments are portions of text that make it easier for people to "
+"understand a program's code, but they don't affect how a program works. "
+"Comments are separated from other parts of a program by special characters."
+msgstr ""
+"Коментарите за код са части текст, които спомагат за разбирането на "
+"програмен код, но не засягат неговата работоспособност. Коментарите са "
+"отделени от другите части на програмата със специални знаци."
+
+#: ../C/gedit-plugins-code-comment.page:23(page/p)
+msgid ""
+"The <app>code comment</app> plugin makes it easier to quickly create or "
+"remove code comments. To enable the code comment plugin, select "
+"<guiseq><gui> Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Code "
+"comment</gui> </guiseq>."
+msgstr ""
+"С приставката <app>Коментиране на код</app> можете бързо и лесно да "
+"създавате и премахвате коментари. За да включите приставката изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Коментиране на код</gui></guiseq>."
+
+#: ../C/gedit-plugins-code-comment.page:28(page/p)
+msgid "To create or remove a comment:"
+msgstr "За създаване или премахване на коментар:"
+
+#: ../C/gedit-plugins-code-comment.page:30(item/p)
+msgid ""
+"Highlight the portion of text where you want to add or remove a comment."
+msgstr "Оцветете текста, за който искате да добавите или премахнете коментар."
+
+#: ../C/gedit-plugins-code-comment.page:32(item/p)
+msgid ""
+"To add a comment, click <guiseq><gui>Edit</gui><gui>Comment Code</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>M</key></keyseq>."
+msgstr ""
+"За да добавите коментар, натиснете <guiseq><gui>Редактиране</"
+"gui><gui>Коментиране на код</gui></guiseq> или натиснете <keyseq><key>Ctrl</"
+"key><key>M</key></keyseq>."
+
+#: ../C/gedit-plugins-code-comment.page:34(item/p)
+msgid ""
+"To remove a comment, click <guiseq><gui>Edit</gui><gui>Uncomment Code</gui></"
+"guiseq>, or press <keyseq><key>Shift</key><key>Ctrl</key> <key>M</key></"
+"keyseq>."
+msgstr ""
+"За да премахнете коментар, натиснете <guiseq><gui>Редактиране</"
+"gui><gui>Премахване на коментара</gui></guiseq> или натиснете "
+"<keyseq><key>Shift</key><key>Ctrl</key><key>M</key></keyseq>."
+
+#: ../C/gedit-plugins-code-comment.page:39(note/p)
+msgid ""
+"<app>Gedit</app> will automatically use the correct style of comment based "
+"on the language or syntax of the file. If <app>gedit </app> doesn't identify "
+"your language or syntax, you can select it from the language list in the "
+"bottom <gui>Status bar</gui>."
+msgstr ""
+"<app>gedit</app> автоматично ще използва правилния стил коментар на база "
+"езика или синтаксиса на документа. Ако <app>gedit</app> не разпознае езика "
+"или синтаксиса, можете да го изберете от списъка с езици в <gui>лентата за "
+"състоянието</gui> в долната част на прозореца."
+
+#: ../C/gedit-plugins-color-picker.page:13(info/desc)
+msgid "Pick a color from a dialog and insert its hexadecimal representation"
+msgstr "Избор на цвят и вмъкване на шестнадесетичния му код"
+
+#: ../C/gedit-plugins-color-picker.page:16(page/title)
+msgid "Color picker"
+msgstr "Избор на цвят"
+
+#: ../C/gedit-plugins-color-picker.page:18(page/p)
+msgid ""
+"The <app>color picker</app> plugin helps you to insert the character codes "
+"that represent a certain color. This can make it easier to choose and use "
+"the correct color in your programs."
+msgstr ""
+"Приставката <app>Избор на цвят</app> улеснява вмъкването на код на определен "
+"цвят. По този начин може да се улесни избора и употребата на точен код във "
+"вашите програми."
+
+#: ../C/gedit-plugins-color-picker.page:22(page/p)
+msgid ""
+"To enable the color picker plugin, select <guiseq><gui> Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>Color Picker</gui> </"
+"guiseq>."
+msgstr ""
+"За да включите приставката <app>Избор на цвят</app>, изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Избор на цвят</gui></guiseq>."
+
+#: ../C/gedit-plugins-color-picker.page:26(page/p)
+msgid "To open and use the color picker:"
+msgstr "Избиране на цвят:"
+
+#: ../C/gedit-plugins-color-picker.page:28(item/p)
+msgid ""
+"Place your cursor at the point in your document where you want to insert the "
+"color code."
+msgstr ""
+"Поставете курсора на място в документа, на което желаете да вмъкнете код на "
+"цвят."
+
+#: ../C/gedit-plugins-color-picker.page:30(item/p)
+msgid ""
+"Select <guiseq><gui>Tools</gui><gui>Pick Color...</gui></guiseq>. The color "
+"picker dialog will appear."
+msgstr ""
+"Изберете <guiseq><gui>Инструменти</gui><gui>Избор на цвят…</gui></guiseq>. "
+"Ще се покаже прозореца за избор на цвят."
+
+#: ../C/gedit-plugins-color-picker.page:32(item/p)
+msgid ""
+"If the color that you want to select is currently on your screen, click on "
+"the icon that looks like an eyedropper."
+msgstr ""
+"Ако цветът, който желаете да изберете се намира някъде в екрана, натиснете "
+"иконата, която изглежда на капкомер."
+
+#: ../C/gedit-plugins-color-picker.page:34(item/p)
+msgid ""
+"Your mouse pointer will change appearance, and will look like an eyedropper."
+msgstr "Показалеца на мишката ще се промени — ще изглежда на капкомер."
+
+#: ../C/gedit-plugins-color-picker.page:36(item/p)
+msgid ""
+"Use the eyedropper and click on the portion of your screen that contains the "
+"color you want to use. The color code for that color will appear in the "
+"color picker window."
+msgstr ""
+"Щракнете върху цвета, който желаете да използвате. Кодът на цвета ще се "
+"покаже в прозореца за избор на цвят."
+
+#: ../C/gedit-plugins-color-picker.page:39(item/p)
+msgid ""
+"To insert that color code into your document, click <gui> Insert</gui>. The "
+"code will be inserted where you had placed your cursor."
+msgstr ""
+"За да вмъкнете кода на този цвят в документа, натиснете <gui>Вмъкване</gui>."
+
+#: ../C/gedit-plugins-color-picker.page:42(item/p)
+msgid "To close the <app>color picker</app>, click <gui>Close</gui>."
+msgstr ""
+"За да затворите прозореца на приставката <app>Избор на цвят</app>, натиснете "
+"<gui>Затваряне</gui>."
+
+#: ../C/gedit-plugins-color-picker.page:46(note/p)
+msgid ""
+"You can make fine-grained adjustments to the color by adjusting the values "
+"for Hue, Saturation, Value, Red, Green, or Blue."
+msgstr ""
+"Можете да направите фина настройка на цвета като промените стойностите за "
+"Нюанс, Наситеност, Стойност, Червено, Зелено или Синьо."
+
+#: ../C/gedit-plugins-color-picker.page:48(note/p)
+msgid ""
+"Additionally, you can save colors by right-clicking on any of the colored "
+"boxes in the color picker, and selecting <gui>Save color here</gui>. This "
+"will make it easier to insert commonly-used colors later."
+msgstr ""
+"Можете да запазите цвят като щракнете с десния бутон върху някоя от "
+"оцветените кутии и изберете <gui>Запазване на цветова схема</gui>. Така по-"
+"лесно ще можете да вмъквате често използвани кодове."
+
+#: ../C/gedit-plugins-commander.page:13(info/desc)
+msgid "Use a command-line interface for advanced editing"
+msgstr "Използване на команден ред за разширено редактиране"
+
+#: ../C/gedit-plugins-commander.page:16(page/title)
+msgid "Commander"
+msgstr "От командния ред"
+
+#: ../C/gedit-plugins-commander.page:19(page/p)
+msgid ""
+"The <app>Commander</app> plugin is a plugin for advanced <app>gedit</app> "
+"users that allows you to perform command-line actions on the current file. "
+"To enable the commander plugin, select <guiseq><gui>Edit</gui><gui> "
+"Preferences</gui><gui>Plugins</gui><gui>Commander</gui></guiseq>."
+msgstr ""
+"Приставката <app>От командния ред</app> е за напреднали потребители на "
+"<app>gedit</app>, която позволява да се изпълняват команди върху текущия "
+"файл от командния ред. За да включите приставката, изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>От командния ред</gui></guiseq>."
+
+#: ../C/gedit-plugins-commander.page:24(page/p)
+msgid ""
+"Once you have enabled the plugin, activate it by pressing <keyseq><key> "
+"Ctrl</key><key>.</key></keyseq>."
+msgstr ""
+"За да я използвате, натиснете <keyseq><key>Ctrl</key><key>.</key></keyseq>."
+
+#: ../C/gedit-plugins-commander.page:27(note/p)
+msgid "The last key in the above key combination is a period."
+msgstr "Последният клавиш в клавишната комбинация е точка."
+
+#: ../C/gedit-plugins-commander.page:33(td/p)
+#: ../C/gedit-shortcut-keys.page:56(td/p)
+#: ../C/gedit-shortcut-keys.page:88(td/p)
+#: ../C/gedit-shortcut-keys.page:124(td/p)
+#: ../C/gedit-shortcut-keys.page:168(td/p)
+#: ../C/gedit-shortcut-keys.page:186(td/p)
+#: ../C/gedit-shortcut-keys.page:217(td/p)
+#: ../C/gedit-shortcut-keys.page:243(td/p)
+msgid "To Do This"
+msgstr "За да направите това"
+
+#: ../C/gedit-plugins-commander.page:33(td/p)
+#: ../C/gedit-shortcut-keys.page:56(td/p)
+#: ../C/gedit-shortcut-keys.page:88(td/p)
+#: ../C/gedit-shortcut-keys.page:124(td/p)
+#: ../C/gedit-shortcut-keys.page:168(td/p)
+#: ../C/gedit-shortcut-keys.page:186(td/p)
+#: ../C/gedit-shortcut-keys.page:217(td/p)
+#: ../C/gedit-shortcut-keys.page:243(td/p)
+msgid "Press This"
+msgstr "Натиснете това"
+
+#: ../C/gedit-plugins-commander.page:38(td/p)
+msgid "See an overview of available commands"
+msgstr "Преглед на наличните команди"
+
+#: ../C/gedit-plugins-commander.page:38(td/p)
+msgid "Tab + Tab"
+msgstr "Tab + Tab"
+
+#: ../C/gedit-plugins-commander.page:42(td/p)
+msgid "Find a word within the current file"
+msgstr "Намиране на дума във файла"
+
+#: ../C/gedit-plugins-commander.page:42(td/p)
+msgid "/ <em>foo </em>"
+msgstr "/ <em>шок </em>"
+
+#: ../C/gedit-plugins-commander.page:44(td/p)
+msgid "This will find the word <em>foo</em>."
+msgstr "Намиране на думата <em>шок</em>."
+
+#: ../C/gedit-plugins-commander.page:47(td/p)
+msgid "Replace a word within the current file"
+msgstr "Заменяне на дума във файла"
+
+#: ../C/gedit-plugins-commander.page:47(td/p)
+msgid "// foo bar"
+msgstr "// шок къч"
+
+#: ../C/gedit-plugins-commander.page:49(td/p)
+msgid "This will replace <em>foo</em> with <em>bar</em>."
+msgstr "Заменяне на <em>шок</em> с <em>къч</em>."
+
+#: ../C/gedit-plugins-commander.page:52(td/p)
+msgid "Move the cursor to a certain line number in your file"
+msgstr "Преместване на курсора на указан ред"
+
+#: ../C/gedit-plugins-commander.page:53(td/p)
+msgid "go [line number] <em>or</em> just <em>g</em> [line number]"
+msgstr "go [номер на ред] <em>или</em> просто <em>g</em> [номер на ред]"
+
+#: ../C/gedit-plugins-commander.page:57(td/p)
+msgid "Toggle the bookmark indicator for the current line"
+msgstr "Добавяне/премахване на отметка за текущия ред"
+
+#: ../C/gedit-plugins-commander.page:58(td/p)
+msgid "bookmark <em>or</em> just <em>b</em>"
+msgstr "bookmark <em>или</em> просто <em>b</em>"
+
+#: ../C/gedit-plugins-commander.page:63(note/p)
+msgid ""
+"Some commands, such as the <app>bookmark</app> command require that the "
+"appropriate plugin be installed and activated. If you do not have the "
+"appropriate plugin installed and activated, you will receive an error "
+"message."
+msgstr ""
+"Някои команди като <app>bookmark</app> изискват да бъде инсталирана и "
+"включена съответната приставка. Ако приставката липсва или е изключена, ще "
+"получите съобщение за грешка."
+
+#: ../C/gedit-plugins-dashboard.page:13(info/desc)
+msgid "Display recently-used and most-used files on startup"
+msgstr "Показване на наскоро използвани файлове при стартиране на gedit"
+
+#: ../C/gedit-plugins-dashboard.page:16(page/title)
+msgid "Dashboard"
+msgstr "Табло"
+
+#: ../C/gedit-plugins-dashboard.page:18(page/p)
+msgid ""
+"The <app>Dashboard</app> plugin provides quick access to your most recently-"
+"used files and most-frequently used files. To activate the <app>Dashboard</"
+"app> plugin, select <keyseq><key>Edit</key><key> Preferences</"
+"key><key>Plugins</key><key>Dashboard</key></keyseq>. You will need to "
+"restart <app>gedit</app> to activate the <app>Dashboard</app> plugin."
+msgstr ""
+"Приставката <app>Табло</app> предоставя бърз достъп до последно и най-често "
+"отваряни файлове. За да включите тази приставка, изберете "
+"<keyseq><key>Редактиране</key><key>Настройки</key><key>Приставки</"
+"key><key>Табло</key></keyseq>. Ще е необходимо рестартиране на <app>gedit</"
+"app>, за да се включи приставката."
+
+#: ../C/gedit-plugins-dashboard.page:25(page/p)
+msgid ""
+"The <app>dashboard</app> also includes a <gui>Search</gui> window, allowing "
+"you to search for files that may not appear in the list of files."
+msgstr ""
+"<app>Табло</app>-то има и прозорец за <gui>Търсене</gui>, който ви позволява "
+"да търсите в списъка с файлове."
+
+#: ../C/gedit-plugins-dashboard.page:29(section/title)
+msgid "Recently used files"
+msgstr "Последно отваряни файлове"
+
+#: ../C/gedit-plugins-dashboard.page:30(section/p)
+msgid ""
+"The dashboard will initially display a shortcut for an <gui>empty document</"
+"gui> and seven of your most recently-used files. Click on the <gui>empty "
+"document</gui> to create a new file. Click on any of the other files to open "
+"that file."
+msgstr ""
+"Първоначално ще видите препратка към <gui>празен документ</gui> и седем от "
+"последно отваряните файлове. Щракнете препратката, за да създадете нов файл. "
+"Щракнете върху някой от другите файлове, за да го отворите."
+
+#: ../C/gedit-plugins-dashboard.page:37(section/title)
+msgid "Most frequently-used files"
+msgstr "Най-често отваряни файлове"
+
+#: ../C/gedit-plugins-dashboard.page:38(section/p)
+msgid ""
+"Similarly, the dashboard displays a shortcut for an <gui>empty document </"
+"gui> and seven of your most frequently-used files. Click on the <gui> empty "
+"document</gui> to create a new file. Click on any of the other files to open "
+"that file."
+msgstr ""
+"Подобно, таблото показва препратка към <gui>празен документ</gui> и седем от "
+"най-често отваряните файлове. Щракнете препратката, за да създадете нов "
+"файл. Щракнете върху някой от другите файлове, за да го отворите."
+
+#: ../C/gedit-plugins-dashboard.page:43(note/p)
+msgid ""
+"Once activated, the <app>dashboard</app> will be displayed by default when "
+"you open <app>gedit</app>. You can also open the <app>dashboard</app> by "
+"clicking <guiseq><gui>File</gui><gui>New</gui> </guiseq>, or by pressing "
+"<keyseq><key>Ctrl</key><key>N</key></keyseq>."
+msgstr ""
+"След включване на приставката, <app>Табло</app>-то ще се показва по "
+"подразбиране при стартиране на <app>gedit</app>. Също можете да отворите "
+"<app>Табло</app>-то като изберете <guiseq><gui>Файл</gui><gui>Нов</gui></"
+"guiseq> или натиснете <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+
+#: ../C/gedit-plugins-doc-stats.page:16(info/desc)
+msgid "View document statistics"
+msgstr "Преглед на статистика за документа"
+
+#: ../C/gedit-plugins-doc-stats.page:19(page/title)
+msgid "Document statistics"
+msgstr "Статистика за документа"
+
+#: ../C/gedit-plugins-doc-stats.page:21(page/p)
+msgid ""
+"The <em>Document Statistics</em> plugin can show you various statistics "
+"about your current document. To enable this plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Document "
+"Statisics</gui></guiseq>."
+msgstr ""
+"Приставката <em>Статистика за документа</em> може да ви покаже разнообразна "
+"информация за текущия документ. За да включите тази приставка, изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Статистика за документа</gui></guiseq>."
+
+#: ../C/gedit-plugins-doc-stats.page:24(section/title)
+msgid "Using Document Statistics"
+msgstr "Използване на Статистика за документа"
+
+#: ../C/gedit-plugins-doc-stats.page:26(section/p)
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</"
+"gui><gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"След като приставката е включена, използвайте я като изберете "
+"<guiseq><gui>Инструменти</gui><gui>Статистика за документа</gui></guiseq>. "
+"Информацията за вашия документ ще се покаже в прозорец, като включва брой "
+"думи, линии, знаци, думи без интервали и размер на файла в байтове."
+
+#: ../C/gedit-plugins-doc-stats.page:28(section/p)
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Също можете да използвате приставката <em>Статистика за документа</em>, за "
+"да видите информация за откъс от вашия документ. За да направите това, "
+"изберете текста, който искате да се анализира и после изберете "
+"<guiseq><gui>Инструменти</gui><gui>Статистика за документа</gui></guiseq>. "
+"<app>gedit</app> ще покаже информация както за целия документ, така и за "
+"избрания текст."
+
+#: ../C/gedit-plugins-draw-spaces.page:13(info/desc)
+msgid "Show white space between words or portions of code"
+msgstr "Изобразяване на шпации между думи или части код"
+
+#: ../C/gedit-plugins-draw-spaces.page:16(page/title)
+msgid "Draw spaces"
+msgstr "Изобразяване на шпации"
+
+#: ../C/gedit-plugins-draw-spaces.page:18(page/p)
+msgid ""
+"The <app>Draw Spaces</app> plugin is a simple plugin that can mark spaces, "
+"tabs, and other types of whitespace with a small, visible marker. By making "
+"whitespace visible, you can more easily see how whitespace is used in a "
+"document, and can apply spacing strategies more consistently."
+msgstr ""
+"Приставката <app>Изобразяване на шпации</app> е проста приставка, която може "
+"да изобразява шпации, табулатори и други видове празни полета с видим "
+"маркер. След изобразяването на празните полета, можете по-лесно да видите "
+"начина, по който те са използвани във вашите документи."
+
+#: ../C/gedit-plugins-draw-spaces.page:23(page/p)
+msgid ""
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> "
+"<gui>Plugins</gui><gui>Draw Spaces</gui></guiseq>. After you have enabled "
+"the plugin, you can set its options by highlighting the plugin and selecting "
+"<gui>Preferences</gui>."
+msgstr ""
+"Можете да включите приставката като изберете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Изобразяване на шпации</"
+"gui></guiseq>. След като включите приставката, можете да я настроите като я "
+"отбележите и натиснете бутона <gui>Настройки</gui>."
+
+#: ../C/gedit-plugins-draw-spaces.page:27(list/title)
+msgid ""
+"By default, the <app>Draw Spaces</app> plugin will mark the following types "
+"of whitespace in a file:"
+msgstr ""
+"Със стандартните настройки, приставката <app>Изобразяване на шпации</app> ще "
+"изобрази следните типове бели полета:"
+
+#: ../C/gedit-plugins-draw-spaces.page:28(item/p)
+msgid "Spaces"
+msgstr "Шпации"
+
+#: ../C/gedit-plugins-draw-spaces.page:29(item/p)
+msgid "Tabs"
+msgstr "Табулация"
+
+#: ../C/gedit-plugins-draw-spaces.page:30(item/p)
+msgid "Leading spaces"
+msgstr "Водещи шпации"
+
+#: ../C/gedit-plugins-draw-spaces.page:31(item/p)
+msgid "Spaces in text"
+msgstr "Шпации в текст"
+
+#: ../C/gedit-plugins-draw-spaces.page:32(item/p)
+msgid "Trailing spaces"
+msgstr "Шпации в края"
+
+#: ../C/gedit-plugins-draw-spaces.page:36(list/title)
+msgid "You can also set the plugin to mark:"
+msgstr "Можете да настроите приставката да изобразява също:"
+
+#: ../C/gedit-plugins-draw-spaces.page:37(item/p)
+msgid "New Lines"
+msgstr "Нови редове"
+
+#: ../C/gedit-plugins-draw-spaces.page:38(item/p)
+msgid "Non-breaking spaces"
+msgstr "Не разделящи шпации"
+
+#: ../C/gedit-plugins-draw-spaces.page:41(note/p)
+msgid ""
+"Though you will be able to see the dots when you work on a file, the dots "
+"will not be visible when you print a file to paper."
+msgstr ""
+"Въпреки, че ще виждате точките докато работи с файл, те няма да се отпечатат "
+"в случай, че отпечатате документа."
+
+#: ../C/gedit-plugins-external-tools.page:18(info/desc)
+msgid "Run scripts on your current files, and interact with other applications"
+msgstr ""
+"Изпълняване на скриптове върху файлове и взаимодействие с други приложения"
+
+#: ../C/gedit-plugins-external-tools.page:22(page/title)
+msgid "External tools"
+msgstr "Външни инструменти"
+
+#: ../C/gedit-plugins-external-tools.page:24(page/p)
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</"
+"gui><gui>External Tools</gui></guiseq>."
+msgstr ""
+"Приставката <em>Външни инструменти</em> може да улесни повтарящи се задачи. "
+"Разширява възможностите на <app>gedit</app> като ви позволява да изпълнявате "
+"скриптове върху вашите работни файлове. Така <app>gedit</app> взаимодейства "
+"с други програми на вашия компютър. За да включите приставката, изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Външни инструменти</gui></guiseq>."
+
+#: ../C/gedit-plugins-external-tools.page:27(section/title)
+msgid "Configure the external tools plugin"
+msgstr "Настройки на приставката Външни инструменти"
+
+#: ../C/gedit-plugins-external-tools.page:29(section/p)
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"След като включите приставката, трябва да я настроите според вашите "
+"предпочитания. Настройките са достъпни като изберете "
+"<guiseq><gui>Инструменти</gui>Външни инструменти<gui></gui></guiseq>."
+
+#: ../C/gedit-plugins-external-tools.page:31(note/p)
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Тази приставка е за напреднали потребители и изисква познания за писане на "
+"скриптове. Внимавайте, когато използвате тази приставка, защото грешки във "
+"вашите скриптове могат да повлияят на вашата работа по непредсказуеми начини."
+
+#: ../C/gedit-plugins-file-browser.page:16(info/desc)
+msgid "Use the side pane to browse and open files"
+msgstr "Лесен файлов достъп от страничния панел"
+
+#: ../C/gedit-plugins-file-browser.page:19(page/title)
+msgid "File browser pane"
+msgstr "Панел на файловия браузър"
+
+#: ../C/gedit-plugins-file-browser.page:21(page/p)
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser pane</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side pane, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"В зависимост от това как използвате <app>gedit</app>, може да ви е полезно "
+"да използвате приставката <app>Панел на файловия браузър</app>. Тази "
+"приставка вгражда <app>Панел на файловия браузър</app> в страничния панел, "
+"като ви дава бърз достъп до вашите често използвани файлове."
+
+#: ../C/gedit-plugins-file-browser.page:23(page/p)
+msgid ""
+"You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui>Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>File Browser Pane</gui></"
+"guiseq>."
+msgstr ""
+"Можете да включите <gui>Страничния панел</gui> като изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Панел на файловия браузър</gui></guiseq>."
+
+#: ../C/gedit-plugins-file-browser.page:27(section/p)
+msgid ""
+"To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+"gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+"click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+"За да активирате и използвате <app>Страничен панел</app>, изберете "
+"<guiseq><gui>Изглед</gui><gui>Страничен панел</gui></guiseq> (или просто "
+"натиснете <key>F9</key>) и после натиснете иконата <gui>файлов браузър</gui> "
+"в долната част на панела."
+
+#: ../C/gedit-plugins-insert-date-time.page:17(info/desc)
+msgid "Insert the current date/time at the cursor position"
+msgstr "Вмъкване на текущата дата/време на позицията на курсора"
+
+#: ../C/gedit-plugins-insert-date-time.page:20(page/title)
+msgid "Insert date/time"
+msgstr "Вмъкване на дата/време"
+
+#: ../C/gedit-plugins-insert-date-time.page:22(page/p)
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position. To "
+"enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins</gui><gui>Insert Date/Time</gui></guiseq>. To use the "
+"plugin, press <guiseq><gui>Edit</gui><gui>Insert Date and Time</gui></"
+"guiseq>."
+msgstr ""
+"Както името предполага, приставката <app>Вмъкване на дата/време</app> ви "
+"позволява да вмъкнете дата и/или време на текущата позиция на курсора. За да "
+"включите тази приставка, изберете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Вмъкване на дата/време</"
+"gui></guiseq>. За да използвате приставката, натиснете "
+"<guiseq><gui>Редактиране</gui><gui>Вмъкване на дата/време</gui></guiseq>."
+
+#: ../C/gedit-plugins-insert-date-time.page:24(page/p)
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by selecting "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Insert "
+"Date/Time</gui><gui>Configure</gui></guiseq>."
+msgstr ""
+"По подразбиране, приставката <app>Вмъкване на дата/време</app> всеки път ще "
+"ви напомня да изберете предпочитан формат за дата/време. Въпреки това можете "
+"да изберете подразбиращ се формат за дата и време като изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Вмъкване на дата/време</gui><gui>Настройки</gui></guiseq>."
+
+#: ../C/gedit-plugins-install.page:15(info/desc)
+msgid "How to install third-party plugins"
+msgstr "Как се инсталират приставки от трети страни"
+
+#: ../C/gedit-plugins-install.page:18(page/title)
+msgid "Additional gedit plugins"
+msgstr "Допълнителни приставки за gedit"
+
+#: ../C/gedit-plugins-install.page:20(page/p)
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"http://live.gnome.org/Gedit/"
+"Plugins#third_party\">kept here</link>."
+msgstr ""
+"Инсталирането на приставки от трети страни ви дава допълнителна "
+"функционалност, която не е включена в стандартните приставки на <app>gedit</"
+"app> както и в допълнителните приставки от пакета <app>gedit-plugins</app>. "
+"Списък с приставките можете да намерите <link href=\"http://live.gnome.org/"
+"Gedit/Plugins#third_party\">тук</link>"
+
+#: ../C/gedit-plugins-install.page:27(page/p)
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Инсталирането на приставка от трета страна включва изтегляне, поставяне на "
+"файловете ѝ в правилната папка и активиране."
+
+#: ../C/gedit-plugins-install.page:31(item/p)
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Обикновено можете да изтеглите приставка от нейния уеб сайт, но може да се "
+"наложи да използвате приложение за управление на версиите като <app>git</"
+"app>, <app>bazaar</app> или <app>subversion</app>. Прочете ръководството на "
+"приставката относно информация как да се сдобиете с нея."
+
+#: ../C/gedit-plugins-install.page:36(item/p)
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Копирайте файловете на приставката в папката <file>/home/<var>име на "
+"потребител</var>/.local/share/gedit/plugins</file>"
+
+#: ../C/gedit-plugins-install.page:39(item/p)
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Заменете думата <var>име на потребител</var> с вашето собствено "
+"потребителско име."
+
+#: ../C/gedit-plugins-install.page:41(item/p)
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>[Name of Plugin]</gui> </"
+"guiseq> to enable the plugin."
+msgstr ""
+"След като сте копирали файловете в правилната папка, приставката ще се появи "
+"в менюто „Настройки“. За да включите приставката, изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</gui><gui>"
+"[Име на приставката]</gui></guiseq>."
+
+#: ../C/gedit-plugins-install.page:45(item/p)
+#: ../C/gedit-plugins-session-saver.page:46(item/p)
+msgid "Click <gui>Close</gui>."
+msgstr "Натиснете <gui>Затваряне</gui>."
+
+#: ../C/gedit-plugins-install.page:48(page/p)
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr "След като сте включили приставката, тя ще бъде достъпна за използване."
+
+#: ../C/gedit-plugins-install.page:52(note/p)
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Трябва да се показват скритите файлове, за да видите папката <file>.local</"
+"file>. За да я видите, натиснете <guiseq><gui>Изглед</gui><gui>Показване на "
+"скритите файлове</gui></guiseq> или натиснете <keyseq><key>Ctrl</key><key>H</"
+"key></keyseq>."
+
+#: ../C/gedit-plugins-install.page:59(note/p)
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Ако папката <file>.local/share/gedit/plugins/</file> я няма на вашата "
+"система, ще трябва да я създадете."
+
+#: ../C/gedit-plugins-join-split-lines.page:13(info/desc)
+msgid "Join several lines of text, or split long lines"
+msgstr "Съединяване на няколко линии текст или разделяне на дълги линии"
+
+#: ../C/gedit-plugins-join-split-lines.page:16(page/title)
+msgid "Join/Split lines"
+msgstr "Съединяване/Разделяне на линии"
+
+#: ../C/gedit-plugins-join-split-lines.page:18(page/p)
+msgid ""
+"The <app>Join/Split Lines</app> plugin can join shorter lines into one "
+"longer line, or can split a long line into multiple shorter lines."
+msgstr ""
+"Приставката <app>Съединяване/Разделяне на линии</app> може да обедини по-"
+"къси редове в дълъг или да раздели дълъг ред на няколко по-къси."
+
+#: ../C/gedit-plugins-join-split-lines.page:21(page/p)
+msgid ""
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> "
+"<gui>Plugins</gui><gui>Join/Split Lines</gui></guiseq>."
+msgstr ""
+"За да включите приставката, натиснете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Съединяване/Разделяне на "
+"линии</gui></guiseq>."
+
+#: ../C/gedit-plugins-join-split-lines.page:25(steps/title)
+msgid "To join multiple lines into one longer line:"
+msgstr "За съединяване на множество линии в една дълга:"
+
+#: ../C/gedit-plugins-join-split-lines.page:26(item/p)
+msgid ""
+"Select the lines that you want to join. To do this, you can use the mouse, "
+"or you can press <keyseq><key>Shift</key><key>Up Arrow</key> </keyseq> or "
+"<keyseq><key>Shift</key><key>Down Arrow</key></keyseq>."
+msgstr ""
+"Изберете линиите, които искате да се съединят. Можете да ги изберете с "
+"мишката или да натиснете <keyseq><key>Shift</key><key>Нагоре</key></keyseq> "
+"или <keyseq><key>Shift</key><key>Надолу</key></keyseq>."
+
+#: ../C/gedit-plugins-join-split-lines.page:30(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>J</key></keyseq>."
+msgstr "Натиснете <keyseq><key>Ctrl</key><key>J</key></keyseq>."
+
+#: ../C/gedit-plugins-join-split-lines.page:31(item/p)
+msgid "The lines that you selected will be joined into one longer line."
+msgstr "Линиите, които сте избрали ще бъдат съединени в една дълга."
+
+#: ../C/gedit-plugins-join-split-lines.page:36(steps/title)
+msgid "To split one line into multiple lines:"
+msgstr "За разделяне на линия на няколко линии:"
+
+#: ../C/gedit-plugins-join-split-lines.page:37(item/p)
+msgid ""
+"Select the line that you want to split by placing your cursor anywhere on "
+"that line."
+msgstr ""
+"Изберете линията, която искате да се раздели като поставите курсора на нея."
+
+#: ../C/gedit-plugins-join-split-lines.page:39(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>Shift</key><key>J</key></keyseq>."
+msgstr ""
+"Натиснете <keyseq><key>Ctrl</key><key>Shift</key><key>J</key></keyseq>."
+
+#: ../C/gedit-plugins-join-split-lines.page:41(item/p)
+msgid ""
+"The line will be split into multiple lines. Spaces are used to determine "
+"where it is safe to split a line, and the length of each line will not "
+"exceed 80 characters."
+msgstr ""
+"Линията ще се раздели на няколко линии. Дължината на всяка линия ще е по-"
+"малка от 80 знака като разделянето ще стане при срещане на знак шпация в "
+"края на линията."
+
+#: ../C/gedit-plugins-modelines.page:16(info/desc)
+msgid "Emacs, Kate and Vim-style modelines support for gedit"
+msgstr "Поддръжка в gedit на линиите за режима на Emacs, Kate и Vim"
+
+#: ../C/gedit-plugins-modelines.page:19(page/title)
+msgid "Modelines"
+msgstr "Линии за режима"
+
+#: ../C/gedit-plugins-modelines.page:21(page/p)
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Приставката <app>Линии за режима</app> позволява на <app>gedit</app> да "
+"анализира линиите на текст в началото и края на файл и да му приложи "
+"различни форматиращи схеми. Приставката поддържа опции използвани от "
+"текстовите редактори <app>Emacs</app>, <app>Kate</app> и <app>Vim</app>."
+
+#: ../C/gedit-plugins-modelines.page:23(page/p)
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui>Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"За да включите приставката <app>Линии на режима</app>, натиснете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Линии на режима</gui></guiseq>."
+
+#: ../C/gedit-plugins-modelines.page:26(section/title)
+msgid "General Modeline Options"
+msgstr "Общи опции"
+
+#: ../C/gedit-plugins-modelines.page:27(section/p)
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "Могат да се зададат следните опции чрез <app>gedit</app>:"
+
+#: ../C/gedit-plugins-modelines.page:29(item/p)
+msgid "Tab width"
+msgstr "Широчина на табулатора"
+
+#: ../C/gedit-plugins-modelines.page:30(item/p)
+msgid "Indent width"
+msgstr "Отстъп надясно на редовете"
+
+#: ../C/gedit-plugins-modelines.page:31(item/p)
+msgid "Inserting spaces instead of tabs"
+msgstr "Вмъкване на интервали вместо табулатори"
+
+#: ../C/gedit-plugins-modelines.page:32(item/p)
+msgid "Text Wrapping"
+msgstr "Режим с пренасяне"
+
+#: ../C/gedit-plugins-modelines.page:33(item/p)
+msgid "Right margin width"
+msgstr "Дясна граница"
+
+#: ../C/gedit-plugins-modelines.page:36(note/p)
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Настройките зададени чрез линии на режима са с по-висок приоритет от тези "
+"указани в прозореца с настройки на gedit."
+
+#: ../C/gedit-plugins-modelines.page:40(section/title)
+msgid "Emacs Modelines"
+msgstr "Линии на режима на Emacs"
+
+#: ../C/gedit-plugins-modelines.page:42(section/p)
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Първите две линии на документ се анализират за линии на режима на "
+"<app>Emacs</app>. <app>gedit</app> поддържа следните опции на <app>Emacs</"
+"app>:"
+
+#: ../C/gedit-plugins-modelines.page:44(item/p)
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#: ../C/gedit-plugins-modelines.page:45(item/p)
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#: ../C/gedit-plugins-modelines.page:46(item/p)
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#: ../C/gedit-plugins-modelines.page:47(item/p)
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#: ../C/gedit-plugins-modelines.page:49(section/p)
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"http://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"За повече информация за режима на <app>Emacs</app> посетете <link href="
+"\"http://www.gnu.org/software/emacs/manual/emacs.html\">Ръководството на GNU "
+"Emacs</link>."
+
+#: ../C/gedit-plugins-modelines.page:53(section/title)
+msgid "Kate Modelines"
+msgstr "Линии на режима на Kate"
+
+#: ../C/gedit-plugins-modelines.page:55(section/p)
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Анализират се първите и последните десет линии на документ за линии на "
+"режима на <app>Kate</app>. <app>gedit</app> поддържа следните опции на "
+"<app>Kate</app>:"
+
+#: ../C/gedit-plugins-modelines.page:58(item/p)
+msgid "tab-width"
+msgstr "tab-width"
+
+#: ../C/gedit-plugins-modelines.page:59(item/p)
+msgid "indent-width"
+msgstr "indent-width"
+
+#: ../C/gedit-plugins-modelines.page:60(item/p)
+msgid "space-indent"
+msgstr "space-indent"
+
+#: ../C/gedit-plugins-modelines.page:61(item/p)
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#: ../C/gedit-plugins-modelines.page:62(item/p)
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#: ../C/gedit-plugins-modelines.page:65(section/p)
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"http://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"За повече информация относно линии на режима на <app>Kate</app>, посетете "
+"<link href=\"http://kate-editor.org/\">сайта на Kate</link>."
+
+#: ../C/gedit-plugins-modelines.page:69(section/title)
+msgid "Vim Modelines"
+msgstr "Редове на режима на Vim"
+
+#: ../C/gedit-plugins-modelines.page:70(section/p)
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Анализират се първите и последните 3 реда на документ за <app>Vim</app>. "
+"<app>gedit</app> поддържа следните опции на <app>Vim</app>:"
+
+#: ../C/gedit-plugins-modelines.page:73(item/p)
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#: ../C/gedit-plugins-modelines.page:74(item/p)
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#: ../C/gedit-plugins-modelines.page:75(item/p)
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#: ../C/gedit-plugins-modelines.page:76(item/p)
+msgid "wrap"
+msgstr "wrap"
+
+#: ../C/gedit-plugins-modelines.page:77(item/p)
+msgid "textwidth"
+msgstr "textwidth"
+
+#: ../C/gedit-plugins-modelines.page:80(section/p)
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"http://www.vim.org/\">Vim website</link>."
+msgstr ""
+"За повече информация относно линии на режима на <app>Vim</app>, посетете "
+"<link href=\"http://www.vim.org/\">сайта на Vim</link>."
+
+#: ../C/gedit-plugins-multi-edit.page:11(credit/years)
+msgid "2011"
+msgstr "2011"
+
+#: ../C/gedit-plugins-multi-edit.page:14(info/desc)
+msgid "Edit a document in multiple places at once"
+msgstr "Редактиране на документ на множество места наведнъж"
+
+#: ../C/gedit-plugins-multi-edit.page:17(page/title)
+msgid "Multi edit"
+msgstr "Множествено редактиране"
+
+#: ../C/gedit-plugins-multi-edit.page:19(page/p)
+msgid ""
+"The <app>Multi Edit</app> plugin allows you to edit a document in multiple "
+"places at once. This can be helpful when performing tedious editing tasks. "
+"To enable the Multi Edit plugin, select <guiseq><gui>Edit</gui><gui> "
+"Preferences</gui><gui>Plugins</gui><gui>Multi Edit</gui></guiseq>."
+msgstr ""
+"Приставката <app>Множествено редактиране</app> ви позволява да редактирате "
+"документ на множество места едновременно. Това може да е полезно, когато "
+"трябва да свършите досадни редакторски задачи. За да включите приставката, "
+"изберете <guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Множествено редактиране</gui></guiseq>."
+
+#: ../C/gedit-plugins-multi-edit.page:24(page/p)
+msgid ""
+"After you have enabled the plugin, turn-on Multi Edit mode by pressing "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, or clicking "
+"<guiseq><gui>Edit</gui><gui>Multi Edit Mode</gui></guiseq>. You can then "
+"select the points in your file that you would like start editing."
+msgstr ""
+"След като включите приставката, включете режима „Множествено редактиране“ "
+"като натиснете <keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq> "
+"или изберете <guiseq><gui>Редактиране</gui><gui>Множествено редактиране</"
+"gui></guiseq>. Можете да изберете местата във вашия документ, които искате "
+"да редактирате."
+
+#: ../C/gedit-plugins-multi-edit.page:29(page/p)
+msgid "To insert editing points in your file:"
+msgstr "За отбелязване на текст за редактиране:"
+
+#: ../C/gedit-plugins-multi-edit.page:31(item/p)
+msgid "Place your cursor at your first desired editing point."
+msgstr "Поставете курсора в началото на текста."
+
+#: ../C/gedit-plugins-multi-edit.page:32(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+msgstr "Натиснете <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+
+#: ../C/gedit-plugins-multi-edit.page:33(item/p)
+msgid ""
+"Move to your next editing point, and press <keyseq><key>Ctrl</key> <key>E</"
+"key></keyseq> again."
+msgstr ""
+"Преместете курсора в края на текста и отново натиснете <keyseq><key>Ctrl</"
+"key><key>E</key></keyseq>."
+
+#: ../C/gedit-plugins-multi-edit.page:35(item/p)
+msgid "Continue inserting editing points, adding as many as you need."
+msgstr "Повторете стъпките колкото пъти е необходимо."
+
+#: ../C/gedit-plugins-multi-edit.page:39(page/p)
+msgid ""
+"Once you have inserted all of your editing points, you can make your desired "
+"edits."
+msgstr ""
+"След като отбележите желаните места в текста, можете да започнете "
+"редактирането."
+
+#: ../C/gedit-plugins-multi-edit.page:42(page/p)
+msgid ""
+"To remove editing points, press the <key>Esc</key> key. This will remove all "
+"of the editing points. Pressing the <key>Esc</key> key again will turn off "
+"Multi Edit mode, returning the editor back to its normal state."
+msgstr ""
+"За да премахнете отбелязването на текста за редактиране, натиснете клавиша "
+"<key>Esc</key>. При следващото натискане на клавиша <key>Esc</key>, режимът "
+"„Множествено редактиране“ ще бъде изключен."
+
+#: ../C/gedit-plugins-pyconsole.page:12(info/desc)
+msgid "Add an interactive Python console to the bottom pane"
+msgstr "Интерактивна конзола на Питон в долния панел"
+
+#: ../C/gedit-plugins-pyconsole.page:15(page/title)
+msgid "Python console"
+msgstr "Конзола на Питон"
+
+#: ../C/gedit-plugins-pyconsole.page:17(page/p)
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</"
+"gui><gui>Python Console</gui></guiseq>."
+msgstr ""
+"Можете да добавите конзола на Питон в долния панел, която ви позволява да "
+"изпробвате скриптове на Питон, без да напускате <app>gedit</app>. За да "
+"включите конзолата на Питон, изберете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Конзола на Питон</gui></"
+"guiseq>."
+
+#: ../C/gedit-plugins-pyconsole.page:19(page/p)
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press "
+"<keyseq><key>Shift</key><key>F9</key></keyseq>."
+msgstr ""
+"Щом конзолата на Питон е включена, можете да я отворите като натиснете "
+"<guiseq><gui>Изглед</gui><gui>Долен панел</gui></guiseq> или просто като "
+"натиснете <keyseq><key>Shift</key><key>F9</key></keyseq>."
+
+#: ../C/gedit-plugins-pyconsole.page:21(note/p)
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Ако също сте включили приставката <gui>Вграден терминал</gui>, <gui>Вграден "
+"терминал</gui> ще се покаже в отделен раздел в долния панел."
+
+#: ../C/gedit-plugins-quick-open.page:13(info/desc)
+msgid "Quickly open a file or set of files"
+msgstr "Отваряне на един или няколко файла"
+
+#: ../C/gedit-plugins-quick-open.page:16(page/title)
+msgid "Quick open"
+msgstr "Бързо отваряне"
+
+#: ../C/gedit-plugins-quick-open.page:18(page/p)
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than the regular way of opening files. "
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui> Preferences</"
+"gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Както името подсказва, приставката <app>Бързо отваряне</app> помага за по-"
+"бързо отваряне на файлове. За да използвате приставката, изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Бързо отваряне</gui></guiseq>."
+
+#: ../C/gedit-plugins-quick-open.page:23(page/p)
+msgid "Once you've enabled it, here is how to use the plugin:"
+msgstr "Ето как да използвате приставката:"
+
+#: ../C/gedit-plugins-quick-open.page:26(item/p)
+msgid ""
+"Open the <app>Quick Open</app> dialog by pressing <keyseq><key> Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <guiseq> <gui>File</"
+"gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Отворете прозореца на <app>Бързо отваряне</app> като натиснете "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq> или като изберете "
+"<guiseq><gui>Файл</gui><gui>Бързо отваряне</gui></guiseq>."
+
+#: ../C/gedit-plugins-quick-open.page:29(item/p)
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Ще се покаже прозорецът <gui>Бързо отваряне</gui>."
+
+#: ../C/gedit-plugins-quick-open.page:30(item/p)
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "С мишката изберете файла или файловете, които искате да отворите."
+
+#: ../C/gedit-plugins-quick-open.page:32(item/p)
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"За да изберете индивидуални файлове, задръжте клавиша <key>Ctrl</key> и "
+"после щракнете върху тях."
+
+#: ../C/gedit-plugins-quick-open.page:34(item/p)
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"За да изберете група от файлове, изберете първия файл, задръжте клавиша "
+"<key>Shift</key> и после изберете последния файл от желания списък."
+
+#: ../C/gedit-plugins-quick-open.page:40(note/p)
+msgid ""
+"The <app>Quick Open</app> plugin will only display files that you have "
+"previously opened."
+msgstr ""
+"Приставката <app>Бързо отваряне</app> ще показва само файлове, които вече "
+"сте отваряли."
+
+#: ../C/gedit-plugins-session-saver.page:13(info/desc)
+msgid "Save and restore your working sessions"
+msgstr "Запазване и възстановяване на сесия"
+
+#: ../C/gedit-plugins-session-saver.page:16(page/title)
+msgid "Session Saver"
+msgstr "Запазване на сесия"
+
+#: ../C/gedit-plugins-session-saver.page:18(page/p)
+msgid ""
+"The <app>Session Saver</app> plugin saves groups of files together so that "
+"you can open them together at a later time. To enable the plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui> <gui>Session "
+"Saver</gui></guiseq>."
+msgstr ""
+"Приставката <app>Запазване на сесия</app> запазва всички текущо отворени "
+"документи. За да включите приставката натиснете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Запазване на сесия</gui></"
+"guiseq>."
+
+#: ../C/gedit-plugins-session-saver.page:24(steps/title)
+msgid "To save a new session:"
+msgstr "За запазване на нова сесия:"
+
+#: ../C/gedit-plugins-session-saver.page:25(item/p)
+msgid ""
+"Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Save current "
+"session</gui></guiseq>."
+msgstr ""
+"Изберете <guiseq><gui>Файл</gui><gui>Запазени сесии</gui><gui>Запазване на "
+"текущата сесия</gui></guiseq>."
+
+#: ../C/gedit-plugins-session-saver.page:27(item/p)
+msgid "Type a session name in the <gui>Save session</gui> dialog box."
+msgstr "Въведете име в прозореца <gui>Запазване на сесия</gui>."
+
+#: ../C/gedit-plugins-session-saver.page:29(item/p)
+msgid "Click <gui>Save</gui>."
+msgstr "Натиснете <gui>Запазване</gui>."
+
+#: ../C/gedit-plugins-session-saver.page:33(steps/title)
+msgid "To open an existing session:"
+msgstr "Отваряне на съществуваща сесия:"
+
+#: ../C/gedit-plugins-session-saver.page:34(item/p)
+msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui></guiseq>."
+msgstr "Изберете <guiseq><gui>Файл</gui><gui>Запазени сесии</gui></guiseq>."
+
+#: ../C/gedit-plugins-session-saver.page:36(item/p)
+msgid "Click the name of your desired session."
+msgstr "Изберете желаната сесия."
+
+#: ../C/gedit-plugins-session-saver.page:40(steps/title)
+msgid "To delete an existing session:"
+msgstr "Изтриване на сесия:"
+
+#: ../C/gedit-plugins-session-saver.page:41(item/p)
+msgid ""
+"Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui> Manage saved "
+"sessions</gui></guiseq>."
+msgstr ""
+"Изберете <guiseq><gui>Файл</gui><gui>Запазени сесии</gui><gui>Управление на "
+"запазени сесии</gui></guiseq>."
+
+#: ../C/gedit-plugins-session-saver.page:43(item/p)
+msgid "Select the name of the session that you want to delete."
+msgstr "Изберете сесията, която желаете да изтриете."
+
+#: ../C/gedit-plugins-session-saver.page:45(item/p)
+msgid "Click <gui>Delete</gui>."
+msgstr "Натиснете <gui>Запазване</gui>."
+
+#: ../C/gedit-plugins-session-saver.page:47(item/p)
+msgid ""
+"The session name will still be listed in your list of sessions until you "
+"close <app>gedit</app>."
+msgstr ""
+"Името на сесията ще се появява в списъка със сесии докато не затворите "
+"<app>gedit</app>."
+
+#: ../C/gedit-plugins-snippets-guide.page:11(info/desc)
+msgid "Use snippets to quickly insert often-used pieces of text"
+msgstr ""
+"Използвайте изрезки за бързо вмъкване на често използвани парчета текст"
+
+#: ../C/gedit-plugins-snippets-guide.page:14(page/title)
+msgid "Snippets"
+msgstr "Изрезки"
+
+#: ../C/gedit-plugins-snippets-guide.page:16(page/p)
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"Приставката <app>Изрезки</app> предоставя удобен начин за вмъкване на еднакви "
+"части код във вашите документи. Например, HTML изрезка за етикета <code>&lt;"
+"img&gt;</code> ще вмъкне отварящ и затварящ етикет, както и фиксирани места, "
+"на които можете да въведете атрибути за изображение. По този начин писането "
+"на код може да стане по-лесно и бързо."
+
+#: ../C/gedit-plugins-snippets-guide.page:22(page/p)
+msgid ""
+"To enable the <app>Snippets</app> plugin, select <guiseq><gui>Edit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Snippets</gui></guiseq>."
+msgstr ""
+"За да включите приставката <app>Изрезки</app>, натиснете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Изрезки</gui></guiseq>."
+
+#: ../C/gedit-plugins-snippets-guide.page:26(section/title)
+msgid "Using, Modifying and creating snippets"
+msgstr "Употреба, промяна и създаване на изрезки"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: ../C/gedit-plugins-snippets.page:35(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#: ../C/gedit-plugins-snippets.page:16(info/desc)
+msgid "Inserting snippets of text into your files"
+msgstr "Вмъкване на изрезки от текст във вашите документи"
+
+#: ../C/gedit-plugins-snippets.page:19(page/title)
+msgid "Using snippets"
+msgstr "Използване на изрезки"
+
+#: ../C/gedit-plugins-snippets.page:21(page/p)
+msgid "The following points will help you get started with using snippets:"
+msgstr "Следните параграфи ще ви въведат в употребата на изрезки:"
+
+#: ../C/gedit-plugins-snippets.page:24(item/p)
+msgid "Make sure the syntax is set appropriately."
+msgstr "Уверете се, че е избран коректен синтаксис."
+
+#: ../C/gedit-plugins-snippets.page:25(item/p)
+msgid ""
+"The status bar at the bottom of the <app>gedit</app> window will show the "
+"current language setting. This language setting is what allows gedit to "
+"insert the proper snippets. <app>Gedit</app> will normally detect the "
+"language or syntax of the file that you're using, but sometimes you may need "
+"to set it."
+msgstr ""
+"Лентата за състояние в долната част на прозореца на <app>gedit</app> ще ви "
+"покаже текущо избрания език. С помощта на тази настройка gedit вмъква "
+"правилните изрезки. Обикновено <app>gedit</app> ще открие езика или "
+"синтаксиса според файла, който сте отворили, но понякога е необходимо да го "
+"зададете ръчно."
+
+#: ../C/gedit-plugins-snippets.page:33(figure/desc)
+msgid "In this example, the language is set to HTML."
+msgstr "В този пример езикът е нагласен на HTML."
+
+#: ../C/gedit-plugins-snippets.page:40(item/p)
+msgid "Review the default snippets."
+msgstr "Прегледайте стандартните изрезки."
+
+#: ../C/gedit-plugins-snippets.page:41(item/p)
+msgid ""
+"Select <guiseq><gui>Tools</gui><gui>Manage Snippets</gui></guiseq>. Review "
+"the snippets that are available for your language or syntax. Find some basic "
+"snippets that you think might be useful for you."
+msgstr ""
+"Изберете <guiseq><gui>Инструменти</gui><gui>Управление на изрезки</gui></"
+"guiseq>. Прегледайте изрезките, които са налични за вашия език или "
+"синтаксис. Намерете някои прости изрезки, които смятате, че ще ви бъдат от "
+"полза."
+
+#: ../C/gedit-plugins-snippets.page:45(item/p)
+msgid "Try using some of the snippets."
+msgstr "Изпробване на изрезките."
+
+#: ../C/gedit-plugins-snippets.page:46(item/p)
+msgid ""
+"For example, if you set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key, you should see something like this:"
+msgstr ""
+"Например, ако зададете синтаксиса на <em>HTML</em>, въведете <code>head</"
+"code> и натиснете клавиша <key>Tab</key>, ще видите нещо подобно:"
+
+#: ../C/gedit-plugins-snippets.page:51(page/code)
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" \n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" \n"
+" &lt;/head&gt;\n"
+" "
+
+#: ../C/gedit-plugins-sort.page:16(info/desc)
+msgid "Sort lines of text into alphabetical order"
+msgstr "Подреждане на редове текст в азбучен ред"
+
+#: ../C/gedit-plugins-sort.page:19(page/title)
+msgid "Sort"
+msgstr "Подреждане"
+
+#: ../C/gedit-plugins-sort.page:21(page/p)
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Приставката <gui>Подреждане</gui> подрежда избраните линии по азбучен ред."
+
+#: ../C/gedit-plugins-sort.page:23(note/p)
+msgid ""
+"You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+"operation, so we recommend that you save the file immediately before "
+"performing the sort. If you make a mistake with the sort, you can revert to "
+"the previously-saved version of the file by selecting <guiseq><gui>File</"
+"gui><gui>Revert</gui></guiseq>."
+msgstr ""
+"Не може да върнете действието на <gui>Подреждане</gui> чрез <gui>Отмяна</"
+"gui> така че трябва да запазите файла преди да извършвате подреждане. За да "
+"върнете запазената версия на файла, след такава операция, изберете "
+"<guiseq><gui>Файл</gui><gui>Връщане</gui></guiseq>."
+
+#: ../C/gedit-plugins-sort.page:25(page/p)
+msgid ""
+"To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>."
+msgstr ""
+"За да включите приставката <app>Подреждане</app>, натиснете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Подреждане</gui></guiseq>."
+
+#: ../C/gedit-plugins-sort.page:27(page/p)
+msgid ""
+"After you have enabled the <gui>Sort</gui> plugin, use it by selecting the "
+"lines of text you want to sort, and then clicking <guiseq><gui>Edit</"
+"gui><gui>Sort</gui></guiseq>."
+msgstr ""
+"След като включите приставката <gui>Подреждане</gui>, използвайте я като "
+"изберете редовете, които искате да се подредят и после натиснете "
+"<guiseq><gui>Редактиране</gui><gui>Подреждане</gui></guiseq>."
+
+#: ../C/gedit-plugins-sort.page:29(page/p)
+msgid ""
+"The Sort dialog will open, allowing you to choose between several sorting "
+"options:"
+msgstr ""
+"Ще се отвори прозорец, в който можете да изберете измежду няколко опции за "
+"подреждане:"
+
+#: ../C/gedit-plugins-sort.page:31(item/p)
+msgid ""
+"<em>Reverse order</em> will arrange the text in reverse alphabetical order."
+msgstr "<em>Обратен ред</em> ще подреди текста в обратен азбучен ред."
+
+#: ../C/gedit-plugins-sort.page:32(item/p)
+msgid "<em>Remove duplicates</em> will remove duplicate values from the list."
+msgstr ""
+"<em>Премахване на повтарящи се</em> ще премахне повтарящите се стойности от "
+"списъка."
+
+#: ../C/gedit-plugins-sort.page:33(item/p)
+msgid "<em>Ignore case</em> will ignore case sensitivity."
+msgstr ""
+"<em>Игнориране на главни/малки</em> ще игнорира регистъра на знаците (главни "
+"или малки букви)."
+
+#: ../C/gedit-plugins-sort.page:34(item/p)
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <em>Start at</em> "
+"column spin box."
+msgstr ""
+"За игнориране на знаци в началото на линиите, задайте първия знак, който "
+"трябва да се използва за подреждане в полето <em>Започване от колона</em>."
+
+#: ../C/gedit-plugins-sort.page:36(page/p)
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr ""
+"За да се извърши операцията по подреждане, натиснете <gui>Подреждане</gui>."
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: ../C/gedit-plugins-tag-list.page:35(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-side-pane3.png' "
+"md5='4b800d370193ac0ed8db9eb33b86e11c'"
+msgstr ""
+"external ref='figures/gedit-side-pane3.png' "
+"md5='4b800d370193ac0ed8db9eb33b86e11c'"
+
+#: ../C/gedit-plugins-tag-list.page:16(info/desc)
+msgid ""
+"Automatically insert tags, strings and special characters into a document"
+msgstr "Автоматично вмъкване на етикети, низове и специални знаци в документ"
+
+#: ../C/gedit-plugins-tag-list.page:19(page/title)
+msgid "Tag list"
+msgstr "Списък с етикети"
+
+#: ../C/gedit-plugins-tag-list.page:21(page/p)
+msgid ""
+"The <app>Tag List</app> plugin allows you to insert common tags and special "
+"characters from a list in the side pane. By default, the plugin can insert "
+"tags and special characters for HTML, XHTML, XSLT, XUL and LaTeX."
+msgstr ""
+"Приставката <app>Списък с етикети</app> ви позволява да вмъквате често "
+"използвани етикети и специални знаци от списък в страничния панел. "
+"Приставката може да вмъква етикети и специални знаци за HTML, XHTML, XSLT, "
+"XUL и LaTeX."
+
+#: ../C/gedit-plugins-tag-list.page:24(section/title)
+msgid "Using the Tag List plugin"
+msgstr "Използване на приставката за списък с етикети"
+
+#: ../C/gedit-plugins-tag-list.page:26(section/p)
+msgid ""
+"To use the <app>Tag List</app> plugin, you will need to enable the plugin, "
+"and then activate the tag-list portion of the side pane."
+msgstr ""
+"За да използвате приставката <app>Списък с етикети</app> трябва да я "
+"включите и да активирате списъка с етикети в страничния панел."
+
+#: ../C/gedit-plugins-tag-list.page:29(section/title)
+msgid "Enabling the Plugin"
+msgstr "Включване на приставката"
+
+#: ../C/gedit-plugins-tag-list.page:30(section/p)
+msgid ""
+"You can activate the plugin by selecting <guiseq><gui>Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>Tag List</gui></guiseq>. "
+"Once you have activated the plugin, access it by selecting "
+"<guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, or by pressing "
+"<key>F9</key>."
+msgstr ""
+"Можете да включите приставката като изберете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><app>Списък с етикети</app></"
+"guiseq>. След като включите приставката, можете да я използвате като "
+"изберете <guiseq><gui>Изглед</gui><app>Страничен панел</app></guiseq> или "
+"като натиснете <key>F9</key>."
+
+#: ../C/gedit-plugins-tag-list.page:32(section/p)
+msgid ""
+"The side pane initially shows a list of open documents, so to view and use "
+"the <app>tag list</app>, you will need to click on the tab showing the \"plus"
+"\" icon at the bottom of the side pane. The icon will look similar to this:"
+msgstr ""
+"Първоначално страничният панел показва списък с отворените документи, така "
+"че, за да видите <app>Списък с етикети</app>, трябва да щракнете на раздела "
+"с икона „+“ в страничния панел. Иконата ще изглежда подобно на тази:"
+
+#: ../C/gedit-plugins-tag-list.page:39(section/title)
+msgid "Inserting Tags and Special Characters"
+msgstr "Вмъкване на етикети и специални знаци"
+
+#: ../C/gedit-plugins-tag-list.page:41(section/p)
+msgid ""
+"The <app>tag list</app> uses a drop-down menu to let you choose from the "
+"different types of tags. For example, one tag option is <gui>HTML - Tags</"
+"gui>."
+msgstr ""
+"<app>Списък с етикети</app> използва падащо меню, от което можете да "
+"изберете измежду различни видове етикети. Например една от опциите е "
+"<gui>HTML — етикети</gui>."
+
+#: ../C/gedit-plugins-tag-list.page:43(section/p)
+msgid "To start inserting tags, complete the following:"
+msgstr "За да вмъквате етикети, направете следното:"
+
+#: ../C/gedit-plugins-tag-list.page:46(item/p)
+msgid ""
+"Move the cursor to where you will want to insert the tag or special "
+"character."
+msgstr ""
+"Преместете курсора на мястото, на което искате да поставите етикет или "
+"специален знак."
+
+#: ../C/gedit-plugins-tag-list.page:47(item/p)
+msgid ""
+"Select the desired tag type from the drop-down menu at the top of the side "
+"pane."
+msgstr ""
+"В горната част на страничния панел от падащото меню изберете желания тип "
+"етикет."
+
+#: ../C/gedit-plugins-tag-list.page:48(item/p)
+msgid "Scroll through the list to find the desired tag or character."
+msgstr "Превъртете списъка с етикети, за да откриете търсения етикет."
+
+#: ../C/gedit-plugins-tag-list.page:49(item/p)
+msgid "Double-click on the tag in the tag list."
+msgstr "Щракнете двукратно върху етикета в списъка."
+
+#: ../C/gedit-plugins-tag-list.page:52(section/p)
+msgid ""
+"The tag or special character you've chosen will then be displayed in your "
+"document."
+msgstr "Избраният етикет или специален знак ще се покаже в документа."
+
+#: ../C/gedit-plugins-tag-list.page:56(section/title)
+msgid "Tag List Tips"
+msgstr "Съвети за Списък с етикети"
+
+#: ../C/gedit-plugins-tag-list.page:57(note/p)
+msgid ""
+"You can also insert a tag by pressing <key>Return</key> or "
+"<keyseq><key>Shift</key><key>Return</key></keyseq>."
+msgstr ""
+"Също можете да вмъкнете етикет като натиснете <key>Enter</key> или "
+"<keyseq><key>Shift</key><key>Enter</key></keyseq>."
+
+#: ../C/gedit-plugins-tag-list.page:58(note/p)
+msgid ""
+"Pressing the <key>Return</key> key will insert the tag at the cursor "
+"position, and then return focus to the document. Pressing "
+"<keyseq><key>Shift</key><key>Return</key></keyseq> will insert the tag at "
+"the cursor position, but will keep the focus on the <app>tag-list</app>."
+msgstr ""
+"Натискането на клавиша <key>Enter</key> ще вмъкне етикета в позицията на "
+"курсора и после ще върне фокуса върху документа. Натискането на "
+"<keyseq><key>Shift</key><key>Enter</key></keyseq> ще вмъкне етикета в "
+"позицията на курсора, но ще остави фокуса върху <app>Списъка с етикети</app>."
+
+#: ../C/gedit-plugins-tag-list.page:60(note/p)
+msgid ""
+"You can see a preview of what text will be inserted for each tag and special "
+"character by clicking on the word the <gui>Preview</gui> at the bottom of "
+"the side pane."
+msgstr ""
+"Можете предварително да видите какъв текст ще бъде вмъкнат като натиснете "
+"думата <gui>Преглед</gui> в долната част на страничния панел."
+
+#: ../C/gedit-plugins-terminal.page:13(info/desc)
+msgid "Add a terminal console to the bottom pane"
+msgstr "Добавяне на терминал в долния панел"
+
+#: ../C/gedit-plugins-terminal.page:16(page/title)
+msgid "Embedded terminal"
+msgstr "Вграден терминал"
+
+#: ../C/gedit-plugins-terminal.page:18(page/p)
+msgid ""
+"<app>gedit</app> makes it possible to include an embedded version of "
+"<app>Gnome Terminal</app>, the GNOME command-line application, in the bottom "
+"pane of the <app>gedit</app> window. This will let you run scripts, install "
+"needed software, or test your program without leaving <app>gedit</app>."
+msgstr ""
+"Можете да използвате <app>Терминал на GNOME</app> — вграден терминал в "
+"<app>gedit</app>. Това ще ви позволи да изпълнявате скриптове, да "
+"инсталирате софтуер или да тествате вашата програма без да напускате "
+"<app>gedit</app>."
+
+#: ../C/gedit-plugins-terminal.page:20(page/p)
+msgid ""
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins</gui><gui>Embedded Terminal</gui></guiseq>."
+msgstr ""
+"За да включите приставката, натиснете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Вграден терминал</gui></"
+"guiseq>."
+
+#: ../C/gedit-plugins-terminal.page:22(page/p)
+msgid ""
+"Once you have enabled the plugin, add the terminal to the bottom pane by "
+"selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just "
+"press <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+msgstr ""
+"След като включите приставката, добавете терминал в долния панел като "
+"изберете <guiseq><gui>Изглед</gui><gui>Долен панел</gui></guiseq> или просто "
+"натиснете <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+
+#: ../C/gedit-plugins-text-size.page:14(info/desc)
+msgid "Increase or decrease the text size"
+msgstr "Увеличаване или намаляване размера на текст"
+
+#: ../C/gedit-plugins-text-size.page:17(page/title)
+msgid "Text Size"
+msgstr "Размер на текст"
+
+#: ../C/gedit-plugins-text-size.page:19(page/p)
+msgid ""
+"The text size plugin allows you to temporarily change the text size in "
+"<app>gedit</app> without changing the program's default text size. To enable "
+"this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins </gui><gui>Text Size</gui></guiseq>."
+msgstr ""
+"Тази приставка ви позволява временно да промените размера на текста в "
+"<app>gedit</app>, без да се променят настройките на текущо избрания шрифт. "
+"За да включите приставката, изберете <guiseq><gui>Редактиране</"
+"gui><gui>Настройки</gui><gui>Приставки</gui><gui>Размер на текста</gui></"
+"guiseq>."
+
+#: ../C/gedit-plugins-text-size.page:25(list/title)
+msgid ""
+"Once you have enabled the plugin, do any of the following to change the text "
+"size in <app>gedit</app>:"
+msgstr ""
+"За промяна на размера на текста в <app>gedit</app>, направете някое от "
+"следните:"
+
+#: ../C/gedit-plugins-text-size.page:27(item/p)
+msgid ""
+"To <em>increase</em> the text size, select <keyseq><key>Ctrl</key> <key>+</"
+"key></keyseq>."
+msgstr ""
+"За <em>увеличаване</em>, натиснете <keyseq><key>Ctrl</key><key>+</key></"
+"keyseq>."
+
+#: ../C/gedit-plugins-text-size.page:29(item/p)
+msgid ""
+"To <em>decrease</em> the text size, select <keyseq><key>Ctrl</key> <key>-</"
+"key></keyseq>."
+msgstr ""
+"За <em>намаляване</em>, натиснете <keyseq><key>Ctrl</key><key>-</key></"
+"keyseq>."
+
+#: ../C/gedit-plugins-text-size.page:31(item/p)
+msgid ""
+"To <em>reset</em> the text size to the default size, select "
+"<keyseq><key>Ctrl</key><key>0</key></keyseq>."
+msgstr ""
+"За <em>отмяна</em> на промените, натиснете <keyseq><key>Ctrl</key><key>0</"
+"key></keyseq>."
+
+#: ../C/gedit-plugins-word-completion.page:18(info/desc)
+msgid "Autocomplete words or portions of code as you type"
+msgstr "Довършване на думи или части код докато ги пишете"
+
+#: ../C/gedit-plugins-word-completion.page:21(page/title)
+msgid "Word completion"
+msgstr "Довършване на дума"
+
+#: ../C/gedit-plugins-word-completion.page:23(page/p)
+msgid ""
+"The <app>Word Completion</app> plugin can speed up your editing by "
+"suggesting completions of words as you type. To enable the plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Word "
+"Completion</gui></guiseq>."
+msgstr ""
+"Приставката <app>Довършване на дума</app> може да ускори редактирането като "
+"предлага довършване на думи докато ги пишете. За да включите приставката "
+"изберете <guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Довършване на дума</gui></guiseq>."
+
+#: ../C/gedit-plugins-word-completion.page:28(page/p)
+msgid ""
+"While editing, the <app>Word Completion</app> plugin will automatically "
+"display a pop-up list of words that begin with the letters you have already "
+"typed. Word suggestions are based upon words that appear elsewhere in your "
+"document and upon pre-defined keywords if your document is of a recognised "
+"format."
+msgstr ""
+"Приставката <app>Довършване на дума</app> автоматично ще покаже списък с "
+"думи, които започват с буквите, които вече сте въвели. Предложените думи са "
+"базирани на думи, които са срещнати на други места из документа или "
+"предварително зададени думи, ако формата на документа е разпознат."
+
+#: ../C/gedit-plugins-word-completion.page:34(page/p)
+msgid ""
+"To insert a suggested word, double-click on it in the pop-up list or press "
+"<keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> is the "
+"number displayed next to your desired word."
+msgstr ""
+"За вмъкване на предложена дума, щракнете я двукратно от списъка или "
+"натиснете <keyseq><key>Alt</key><key>число</key></keyseq>, където "
+"<key>число</key>-то е номерът показан до желаната дума."
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: ../C/gedit-printing-order.page:53(media)
+msgctxt "_"
+msgid "external ref='reverse-collate.png' md5='__failed__'"
+msgstr "external ref='reverse-collate.png' md5='__failed__'"
+
+#: ../C/gedit-printing-order.page:10(credit/name)
+#: ../C/gedit-printing-select.page:10(credit/name)
+msgid "Phil Bull"
+msgstr "Фил Бул"
+
+#: ../C/gedit-printing-order.page:14(license/p)
+#: ../C/gedit-printing-select.page:14(license/p)
+msgid "Creative Commons Share Alike 3.0"
+msgstr "Creative Commons Share Alike 3.0"
+
+#: ../C/gedit-printing-order.page:18(page/title)
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Отпечатване в правилната поредност"
+
+#: ../C/gedit-printing-order.page:21(section/title)
+msgid "Reverse"
+msgstr "Обратен ред"
+
+#: ../C/gedit-printing-order.page:24(section/p)
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up."
+msgstr ""
+"Обикновено печатащите устройства първо отпечатват първата страница първа, а "
+"последната — последна, така че страниците са отпечатани в обратен ред, "
+"когато ги вземете."
+
+#: ../C/gedit-printing-order.page:28(section/p)
+msgid "To reverse the order:"
+msgstr "За отпечатване в обратен ред:"
+
+#: ../C/gedit-printing-order.page:32(item/p)
+msgid "<guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgstr "<guiseq><gui>Файл</gui><gui>Печат</gui></guiseq>"
+
+#: ../C/gedit-printing-order.page:33(item/p)
+msgid ""
+"In the <gui>General</gui> tab of the Print window under <em>Copies</em>, "
+"check <gui>Reverse</gui>. The last page will be printed first, and so on."
+msgstr ""
+"В раздела <gui>Общи</gui> под <em>Разпечатки</em>, отбележете <gui>Обратен "
+"ред</gui>. Последната страница ще бъде отпечатана първа и т.н."
+
+#: ../C/gedit-printing-order.page:38(section/title)
+msgid "Collate"
+msgstr "Последователно подреждане"
+
+#: ../C/gedit-printing-order.page:41(section/p)
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Ако отпечатвате повече копия на документ, стандартно листите ще бъдат "
+"групирани по номер на страница (т.е. копията на страница едно излизат първи, "
+"после копията на страница две и т.н.). Последователното подреждане ще "
+"отпечата всяко копие групирано по страниците си."
+
+#: ../C/gedit-printing-order.page:46(section/p)
+msgid "To Collate:"
+msgstr "За последователно подреждане:"
+
+#: ../C/gedit-printing-order.page:50(item/p)
+msgid "Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgstr "Натиснете <guiseq><gui>Файл</gui><gui>Печат</gui></guiseq>"
+
+#: ../C/gedit-printing-order.page:51(item/p)
+msgid ""
+"In the <gui>General</gui> tab of the Print window under <em>Copies</em> "
+"check <gui>Collate</gui>."
+msgstr ""
+"В раздела <gui>Общи</gui> под <em>Разпечатки</em> отбележете "
+"<gui>Последователно подреждане</gui>."
+
+#: ../C/gedit-printing.page:16(page/title) ../C/index.page:44(section/title)
+msgid "Printing with gedit"
+msgstr "Печат"
+
+#: ../C/gedit-printing.page:19(note/p)
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the "
+"printing help documentation for your desktop environment."
+msgstr ""
+"Печатането с <app>gedit</app> изисква свързан и настроен принтер. Ако не сте "
+"направили това, консултирайте се с помощната документация за печат на вашата "
+"работна среда."
+
+#: ../C/gedit-printing.page:22(page/p)
+msgid ""
+"<app>gedit</app> allows you to both print output to a file, as well as "
+"printing output to paper. Prior to printing your document, you can also "
+"preview how the printed document will look by using the <app>Print Preview</"
+"app> feature."
+msgstr ""
+"<app>gedit</app> ви позволява да печатате към файл, както и на хартия. Преди "
+"да отпечатате вашия документ, можете да видите как ще бъде отпечатан с "
+"функцията <gui>Преглед за печат</gui>."
+
+#: ../C/gedit-printing.page:25(section/title)
+msgid "Printing to paper"
+msgstr "Печат на хартия"
+
+#: ../C/gedit-printing.page:29(section/title)
+msgid "Printing output to a file"
+msgstr "Печат към файл"
+
+#: ../C/gedit-printing.page:31(section/p)
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To do so, select "
+"<guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>."
+msgstr ""
+"Също можете да използвате <app>gedit</app>, за да печатате към файл. За да "
+"направите това, изберете <guiseq><gui>Файл</gui><gui>Печат…</gui><gui>Печат "
+"към файл</gui></guiseq>."
+
+#: ../C/gedit-printing.page:32(section/p)
+msgid "Printing is enabled for the following file formats:"
+msgstr "Печатането е разрешено за следните формати файлове:"
+
+#: ../C/gedit-printing.page:34(item/p)
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#: ../C/gedit-printing.page:35(item/p)
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#: ../C/gedit-printing.page:36(item/p)
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: ../C/gedit-printing-select.page:34(media)
+msgctxt "_"
+msgid "external ref='print-select.png' md5='__failed__'"
+msgstr "external ref='print-select.png' md5='__failed__'"
+
+#: ../C/gedit-printing-select.page:18(page/title)
+msgid "Only Printing Certain Pages"
+msgstr "Отпечатване на определени страници"
+
+#: ../C/gedit-printing-select.page:20(page/p)
+msgid "To only print certain pages from the document:"
+msgstr "За отпечатване на определени страници от документ:"
+
+#: ../C/gedit-printing-select.page:24(item/p)
+msgid "Click <guiseq><gui>File</gui><gui> Print...</gui></guiseq>"
+msgstr "Натиснете <guiseq><gui>Файл</gui><gui>Печат…</gui></guiseq>"
+
+#: ../C/gedit-printing-select.page:25(item/p)
+msgid ""
+"In the <gui>General</gui> tab in the Print window choose <gui>Pages</gui> "
+"from the <gui>Range</gui> section."
+msgstr ""
+"В таба <gui>Общи</gui> на прозореца за печат, изберете <gui>Страници</gui> "
+"от раздела <gui>Обхват</gui>."
+
+#: ../C/gedit-printing-select.page:26(item/p)
+msgid ""
+"Type the numbers of the pages you want to print in the textbox, separated by "
+"commas. Use a dash to denote a range of pages."
+msgstr ""
+"Въведете номерата на страниците, които искате да се отпечатат като ги "
+"разделите със запетаи. Използвайте тире за указване на обхват."
+
+#: ../C/gedit-printing-select.page:31(note/p)
+msgid ""
+"For example, if you enter \"1,3,5-7,9\" in the <gui>Pages</gui> textbox, "
+"pages 1,3,5,6,7 and 9 will be printed."
+msgstr ""
+"Например, ако въведете „1,3,5-7,9“ в полето <gui>Страници</gui>, ще бъдат "
+"отпечатани страници 1,3,5,6,7 и 9."
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: ../C/gedit-quickstart.page:19(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='3f101415d3b97ca8b0e81dc3cc1a6bd7'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='3f101415d3b97ca8b0e81dc3cc1a6bd7'"
+
+#: ../C/gedit-quickstart.page:16(page/title)
+msgid "Get started with gedit"
+msgstr "Първи стъпки в gedit"
+
+#: ../C/gedit-quickstart.page:17(page/p)
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> е напълно функционален текстов редактор за графичната среда "
+"GNOME. С него можете да подготвите прости бележки или документи, или може да "
+"използвате някои от усъвършенстваните му функции и да го направите ваша "
+"среда за разработка."
+
+#: ../C/gedit-quickstart.page:21(page/p)
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click <gui>Save</gui>."
+msgstr ""
+"Щом <app>gedit</app> се стартира, можете да започнете да пишете веднага. За "
+"да запазите вашия документ просто натиснете <gui>Запазване</gui>."
+
+#: ../C/gedit-quickstart.page:23(page/p)
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"За да научите повече относно допълнителните функции на <app>gedit</app> и да "
+"започнете да извършвате по-сложни задачи, разгледайте <link xref=\"index"
+"\">другата информация</link> за <app>gedit</app>."
+
+#: ../C/gedit-replace.page:20(page/title)
+msgid "Replace text"
+msgstr "Замяна на текст"
+
+#: ../C/gedit-replace.page:22(page/p)
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Обработката на текст може да отнеме много време. За да спестите време, "
+"<app>gedit</app> има функция за <gui>Замяна</gui>, която ви помага да "
+"намерите и замените откъси текст."
+
+#: ../C/gedit-replace.page:25(steps/title)
+msgid "Replace text in <app>gedit</app>"
+msgstr "Замяна на текст в <app>gedit</app>"
+
+#: ../C/gedit-replace.page:26(item/p)
+msgid ""
+"Open the Replace tool by clicking <guiseq><gui>Search</gui><gui>Replace</"
+"gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Отворете инструмента Замяна като натиснете <guiseq><gui>Търсене</"
+"gui><gui>Замяна…</gui></guiseq> или натиснете <keyseq><key>Ctrl</key><key>H</"
+"key></keyseq>."
+
+#: ../C/gedit-replace.page:27(item/p)
+msgid "Enter the text that you wish to replace into the 'Search for:' field."
+msgstr "Въведете текста, който искате да замените в полето „Търсене за:“."
+
+#: ../C/gedit-replace.page:28(item/p)
+msgid "Enter the new, replacement text into the 'Replace with:' field."
+msgstr "Въведете новия, заместващ текст в полето „Замяна с:“."
+
+#: ../C/gedit-replace.page:30(item/p)
+msgid ""
+"Once you have entered the original and replacement text, select your desired "
+"replacement options:"
+msgstr "Изберете желаните опции за замяна:"
+
+#: ../C/gedit-replace.page:32(item/p)
+msgid ""
+"To replace <em>only</em> the next matching portion of text, click "
+"<gui>Replace</gui>."
+msgstr ""
+"За да се замени <em>само</em> следващата поява на текста, натиснете "
+"<gui>Замяна</gui>."
+
+#: ../C/gedit-replace.page:33(item/p)
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"За да се заменят <em>всички появи</em> на текста, натиснете <gui>Замяна на "
+"всички</gui>."
+
+#: ../C/gedit-replace.page:39(note/p)
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Използвайте функцията <gui>Замяна на всички</gui> внимателно. Тя работи с "
+"целия файл и не оцветява части от текста, в които ще се извърши замяната."
+
+#: ../C/gedit-replace.page:43(section/title)
+msgid "More options"
+msgstr "Още опции"
+
+#: ../C/gedit-replace.page:46(item/title)
+msgid "Match case"
+msgstr "Зачитане на главни/малки"
+
+#: ../C/gedit-replace.page:47(item/p)
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Опцията <em>Зачитане на главни/малки</em> позволява да изберете дали вашето "
+"търсене да е чувствително към регистъра на знаците (главни или малки букви). "
+"Ако тази опция е включена, търсенето ще е чувствително към регистъра. В "
+"противен случай регистърът на знаците няма да е от значение."
+
+#: ../C/gedit-replace.page:50(item/title)
+msgid "Match entire word only"
+msgstr "Ако съвпада само с цяла дума"
+
+#: ../C/gedit-replace.page:51(item/p)
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Използвайте тази опция за търсене на конкретна дума, която не е част от "
+"други думи. Например, ако сте търсили за думата „шок“ с тази опция включена, "
+"думата „шок“ ще съвпадне, но думите „<em>шок</em>олад“ и „арти<em>шок</em>“ "
+"няма да съвпаднат."
+
+#: ../C/gedit-replace.page:54(item/title)
+msgid "Search backwards"
+msgstr "Търсене назад"
+
+#: ../C/gedit-replace.page:55(item/p)
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Тази команда работи точно като командата „Предишна поява“. Ако искате да "
+"разгледате резултатите от края към началото, изберете тази опция."
+
+#: ../C/gedit-replace.page:58(item/title)
+msgid "Wrap around"
+msgstr "След края — от началото"
+
+#: ../C/gedit-replace.page:59(item/p)
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Ако опцията <app>След края — от началото</app> е включена, <app>gedit</app> "
+"ще започне търсенето/замяната от началото на файла, когато достигне края на "
+"файла. Така се гарантира, че търсенето/замяната са извършени в целия файл."
+
+#: ../C/gedit-save-file.page:14(page/title)
+msgid "Save a file"
+msgstr "Запазване на файл"
+
+#: ../C/gedit-save-file.page:16(page/p)
+msgid ""
+"To save a file in <app>gedit</app>, click on the disk-drive icon with the "
+"word <gui>Save</gui> next to it. You may also select <guiseq><gui>File</"
+"gui><gui>Save</gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>S</"
+"key></keyseq>."
+msgstr ""
+"За да запазите файл в <app>gedit</app>, натиснете иконата, която изглежда на "
+"шкаф със стрелка сочеща надолу и с думата <gui>Запазване</gui> до нея. Също "
+"можете да изберете <guiseq><gui>Файл</gui><gui>Запазване</gui></guiseq> или "
+"просто да натиснете <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#: ../C/gedit-save-file.page:17(page/p)
+msgid ""
+"If you are saving a new file, the <gui>Save File</gui> dialog will appear, "
+"and you can select a name for the file, as well as the directory where you "
+"would like the file to be saved."
+msgstr ""
+"Ако запазвате нов файл ще се покаже прозорецът <gui>Запазване на файл</gui>. "
+"Трябва да въведете име на файла и да изберете папка, в която да го запазите."
+
+#: ../C/gedit-search.page:20(page/title)
+msgid "Search for text"
+msgstr "Търсене на текст"
+
+#: ../C/gedit-search.page:22(page/p)
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Инструментът Търсене може да ви помогне да намерите конкретна "
+"последователност от текст във вашия файл."
+
+#: ../C/gedit-search.page:26(steps/title)
+msgid "Finding text"
+msgstr "Търсене на текст"
+
+#: ../C/gedit-search.page:27(item/p)
+msgid ""
+"Open the <gui style=\"menu\">search window</gui> by clicking "
+"<guiseq><gui>Search</gui><gui>Find</gui> </guiseq> or pressing "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your cursor to "
+"the start of the <gui>search window</gui>."
+msgstr ""
+"Отворете <gui style=\"menu\">прозореца за търсене</gui><placeholder-1/> като "
+"натиснете <guiseq><gui>Търсене</gui><gui>Търсене…</gui></guiseq> или "
+"натиснете <keyseq><key>Ctrl</key><key>F</key></keyseq>. Вашият курсор ще "
+"бъде преместен в началото на <gui>прозореца за търсене</gui>"
+
+#: ../C/gedit-search.page:32(item/p)
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr ""
+"Въведете текста, който искате да откриете в прозореца <gui>Замяна</gui>."
+
+#: ../C/gedit-search.page:34(item/p)
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Докато пишете, <app>gedit</app> ще оцветява частите текст, които съвпадат с "
+"търсения текст."
+
+#: ../C/gedit-search.page:39(page/p)
+msgid "To scroll through the search results, do any of the following:"
+msgstr "За превъртане през резултатите, направете някое от следните:"
+
+#: ../C/gedit-search.page:41(item/p)
+msgid ""
+"Click on the <gui>up</gui> or <gui>down</gui> facing arrows next to the "
+"<gui>search window</gui>"
+msgstr ""
+"Щракнете върху стрелките сочещи <gui>нагоре</gui> или <gui>надолу</gui> до "
+"<gui>прозореца за търсене</gui>"
+
+#: ../C/gedit-search.page:43(item/p)
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard"
+msgstr ""
+"Натиснете клавишите <key>нагоре</key> или <key>надолу</key> на клавиатурата"
+
+#: ../C/gedit-search.page:45(item/p)
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq> <key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Натиснете <keyseq><key>Ctrl</key><key>G</key></keyseq> или <keyseq> "
+"<key>Ctrl</key><key>Shift</key><key>G</key></keyseq>."
+
+#: ../C/gedit-search.page:47(item/p)
+msgid ""
+"Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</key> "
+"feature to move up or down through the text."
+msgstr ""
+"Натиснете клавиша <key>Ctrl</key> и използвайте мишката или функцията на "
+"тъчпада за <key>придвижване</key>, за да се придвижвате през текста."
+
+#: ../C/gedit-search.page:52(page/p)
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"За да затворите <gui>прозореца за търсене</gui>, натиснете клавиша <key>Esc</"
+"key> или <key>Enter</key>. С <key>Esc</key> курсорът ще се върне на "
+"позицията, на която е бил преди да започнете търсенето. С <key>Enter</key> "
+"курсора ще върне на позицията на текущо намерения резултат."
+
+#: ../C/gedit-search.page:58(list/title)
+msgid "Search tips"
+msgstr "Съвети за търсене"
+
+#: ../C/gedit-search.page:59(item/p)
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Ако отбележите част от текст с вашата мишка и натиснете <keyseq><key>Ctrl</"
+"key><key>F</key></keyseq>, то той ще се покаже в прозореца за търсене."
+
+#: ../C/gedit-search.page:62(item/p)
+msgid ""
+"For advanced search options, you can click on the <gui>Magnifying Glass</"
+"gui> icon in the search window, or you can right-click on any portion of the "
+"search window."
+msgstr ""
+"За допълнителни опции за търсене можете да натиснете иконата <gui>Лупата</"
+"gui> в прозореца за търсене или да щракнете с десния бутон в прозореца за "
+"търсене."
+
+#: ../C/gedit-search.page:65(item/p)
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click "
+"<guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or press "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Текстът, който търсите ще остане оцветен, дори след като сте завършили "
+"търсенето си. За да премахнете оцветяването, натиснете <guiseq><gui>Търсене</"
+"gui><gui>Изчистване на оцветяването</gui></guiseq> или натиснете "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+
+#: ../C/gedit-shortcut-keys.page:14(credit/name)
+msgid "Paolo Borelli"
+msgstr "Паоло Борели"
+
+#: ../C/gedit-shortcut-keys.page:17(credit/name)
+msgid "Jesse van den Kieboom"
+msgstr "Джеси ван де Кибуум"
+
+#: ../C/gedit-shortcut-keys.page:20(credit/name)
+msgid "Steve Frécinaux"
+msgstr "Стив Фрецино"
+
+#: ../C/gedit-shortcut-keys.page:23(credit/name)
+msgid "Ignacio Casal Quinteiro"
+msgstr "Игнасио Касъл Кунтиро"
+
+#: ../C/gedit-shortcut-keys.page:27(page/title)
+msgid "Shortcut keys"
+msgstr "Бързи клавиши"
+
+#: ../C/gedit-shortcut-keys.page:29(page/p)
+msgid ""
+"Use <gui>shortcut keys</gui> to perform common tasks more quickly than with "
+"the mouse and menus. The following tables list all of <app>gedit's</app> "
+"shortcut keys."
+msgstr ""
+"Използвайте <gui>бързите клавиши</gui>, за да извършвате често използвани "
+"задачи по-бързо отколкото с мишката и менютата. Следните таблици описват "
+"всички бързи клавиши на <app>gedit</app>."
+
+#: ../C/gedit-shortcut-keys.page:53(table/title)
+msgid "Tab-related Shortcut keys"
+msgstr "Бързи клавиши за работа с раздели"
+
+#: ../C/gedit-shortcut-keys.page:61(td/p)
+msgid "Switch to the next tab to the left"
+msgstr "Превключване към раздела вляво"
+
+#: ../C/gedit-shortcut-keys.page:61(td/p)
+msgid "Ctrl + Alt + PageUp"
+msgstr "Ctrl + Alt + PageUp"
+
+#: ../C/gedit-shortcut-keys.page:65(td/p)
+msgid "Switch to the next tab to the right"
+msgstr "Превключване към раздела вдясно"
+
+#: ../C/gedit-shortcut-keys.page:65(td/p)
+msgid "Ctrl + Alt + PageDown"
+msgstr "Ctrl + Alt + PageDown"
+
+#: ../C/gedit-shortcut-keys.page:69(td/p)
+msgid "Close tab"
+msgstr "Затваряне на раздел"
+
+#: ../C/gedit-shortcut-keys.page:69(td/p)
+#: ../C/gedit-shortcut-keys.page:112(td/p)
+msgid "Ctrl + W"
+msgstr "Ctrl + W"
+
+#: ../C/gedit-shortcut-keys.page:72(td/p)
+msgid "Save all tabs"
+msgstr "Запазване на всички раздели"
+
+#: ../C/gedit-shortcut-keys.page:72(td/p)
+msgid "Ctrl + Shift + L"
+msgstr "Ctrl + Shift + L"
+
+#: ../C/gedit-shortcut-keys.page:75(td/p)
+msgid "Close all tabs"
+msgstr "Затваряне на всички раздели"
+
+#: ../C/gedit-shortcut-keys.page:75(td/p)
+msgid "Ctrl + Shift + W"
+msgstr "Ctrl + Shift + W"
+
+#: ../C/gedit-shortcut-keys.page:78(td/p)
+msgid "Jump to <var>n</var>th tab"
+msgstr "Превключване на раздел № <var>n</var>"
+
+#: ../C/gedit-shortcut-keys.page:78(td/p)
+msgid "Alt + <var>n</var>"
+msgstr "Alt + <var>n</var>"
+
+#: ../C/gedit-shortcut-keys.page:85(table/title)
+msgid "Shortcut keys for working with files"
+msgstr "Бързи клавиши за работа с файлове"
+
+#: ../C/gedit-shortcut-keys.page:93(td/p)
+msgid "Create a new document"
+msgstr "Създаване на нов документ"
+
+#: ../C/gedit-shortcut-keys.page:93(td/p)
+msgid "Ctrl + N"
+msgstr "Ctrl + N"
+
+#: ../C/gedit-shortcut-keys.page:96(td/p)
+msgid "Open a document"
+msgstr "Отваряне на документ"
+
+#: ../C/gedit-shortcut-keys.page:96(td/p)
+msgid "Ctrl + O"
+msgstr "Ctrl + O"
+
+#: ../C/gedit-shortcut-keys.page:99(td/p)
+msgid "Save the current document"
+msgstr "Запазване на текущия документ"
+
+#: ../C/gedit-shortcut-keys.page:99(td/p)
+msgid "Ctrl + S"
+msgstr "Ctrl + S"
+
+#: ../C/gedit-shortcut-keys.page:102(td/p)
+msgid "Save the current document with a new filename"
+msgstr "Запазване на текущия документ с друго име"
+
+#: ../C/gedit-shortcut-keys.page:102(td/p)
+msgid "Ctrl + Shift + S"
+msgstr "Ctrl + Shift + S"
+
+#: ../C/gedit-shortcut-keys.page:106(td/p)
+msgid "Print the current document"
+msgstr "Печат на документа"
+
+#: ../C/gedit-shortcut-keys.page:106(td/p)
+msgid "Ctrl + P"
+msgstr "Ctrl + P"
+
+#: ../C/gedit-shortcut-keys.page:109(td/p)
+msgid "Print preview"
+msgstr "Преглед за печат"
+
+#: ../C/gedit-shortcut-keys.page:109(td/p)
+msgid "Ctrl + Shift + P"
+msgstr "Ctrl + Shift + P"
+
+#: ../C/gedit-shortcut-keys.page:112(td/p)
+msgid "Close the current document"
+msgstr "Затваряне на текущия документ"
+
+#: ../C/gedit-shortcut-keys.page:115(td/p)
+msgid "Quit gedit"
+msgstr "Затваряне на програмата"
+
+#: ../C/gedit-shortcut-keys.page:115(td/p)
+msgid "Ctrl + Q"
+msgstr "Ctrl + Q"
+
+#: ../C/gedit-shortcut-keys.page:121(table/title)
+msgid "Shortcut keys for editing files"
+msgstr "Бързи клавиши за обработка на файлове"
+
+#: ../C/gedit-shortcut-keys.page:129(td/p)
+msgid "Undo the last action"
+msgstr "Отмяна на последното действие"
+
+#: ../C/gedit-shortcut-keys.page:129(td/p)
+msgid "Ctrl + Z"
+msgstr "Ctrl + Z"
+
+#: ../C/gedit-shortcut-keys.page:132(td/p)
+msgid "Redo the last undone action"
+msgstr "Повторение на последното отменено действие"
+
+#: ../C/gedit-shortcut-keys.page:132(td/p)
+msgid "Ctrl + Shift + Z"
+msgstr "Ctrl + Shift + Z"
+
+#: ../C/gedit-shortcut-keys.page:136(td/p)
+msgid "Cut the selected text or region and place it on the clipboard"
+msgstr "Изрязване на избрания текст и поставяне в буфера за обмен"
+
+#: ../C/gedit-shortcut-keys.page:137(td/p)
+msgid "Ctrl + X"
+msgstr "Ctrl + X"
+
+#: ../C/gedit-shortcut-keys.page:140(td/p)
+msgid "Copy the selected text or region onto the clipboard"
+msgstr "Копиране на избрания текст и поставяне в буфера за обмен"
+
+#: ../C/gedit-shortcut-keys.page:141(td/p)
+msgid "Ctrl + C"
+msgstr "Ctrl + C"
+
+#: ../C/gedit-shortcut-keys.page:144(td/p)
+msgid "Paste the contents of the clipboard"
+msgstr "Поставяне на съдържанието от буфера за обмен"
+
+#: ../C/gedit-shortcut-keys.page:144(td/p)
+msgid "Ctrl + V"
+msgstr "Ctrl + V"
+
+#: ../C/gedit-shortcut-keys.page:148(td/p)
+msgid "Select all text in the file"
+msgstr "Избиране на целия текст във файла"
+
+#: ../C/gedit-shortcut-keys.page:148(td/p)
+msgid "Ctrl + A"
+msgstr "Ctrl + A"
+
+#: ../C/gedit-shortcut-keys.page:151(td/p)
+msgid "Delete the current line"
+msgstr "Изтриване на текущия ред"
+
+#: ../C/gedit-shortcut-keys.page:151(td/p)
+msgid "Ctrl + D"
+msgstr "Ctrl + D"
+
+#: ../C/gedit-shortcut-keys.page:154(td/p)
+msgid "Move the selected line up one line"
+msgstr "Преместване на избраната линия нагоре"
+
+#: ../C/gedit-shortcut-keys.page:154(td/p)
+msgid "Alt + Up Arrow"
+msgstr "Alt + Стрелка нагоре"
+
+#: ../C/gedit-shortcut-keys.page:158(td/p)
+msgid "Move the selected line down one line"
+msgstr "Преместване на избраната линия надолу"
+
+#: ../C/gedit-shortcut-keys.page:158(td/p)
+msgid "Alt + Down Arrow"
+msgstr "Alt + Стрелка надолу"
+
+#: ../C/gedit-shortcut-keys.page:165(table/title)
+msgid "Shortcut keys for showing and hiding panes"
+msgstr "Бързи клавиши за показване/скриване на панели"
+
+#: ../C/gedit-shortcut-keys.page:173(td/p)
+msgid "Show / hide the side pane"
+msgstr "Показване / скриване на страничния панел"
+
+#: ../C/gedit-shortcut-keys.page:173(td/p)
+msgid "F9"
+msgstr "F9"
+
+#: ../C/gedit-shortcut-keys.page:176(td/p)
+msgid "Show / hide the bottom pane."
+msgstr "Показване/скриване на долния панел"
+
+#: ../C/gedit-shortcut-keys.page:176(td/p)
+msgid "Ctrl + F9"
+msgstr "Ctrl + F9"
+
+#: ../C/gedit-shortcut-keys.page:183(table/title)
+msgid "Shortcut keys for searching"
+msgstr "Бързи клавиши за търсене"
+
+#: ../C/gedit-shortcut-keys.page:191(td/p)
+msgid "Find a string"
+msgstr "Намиране на низ"
+
+#: ../C/gedit-shortcut-keys.page:191(td/p)
+msgid "Ctrl + F"
+msgstr "Ctrl + F"
+
+#: ../C/gedit-shortcut-keys.page:194(td/p)
+msgid "Find the next instance of the string"
+msgstr "Намиране на следващата поява на низа"
+
+#: ../C/gedit-shortcut-keys.page:194(td/p)
+msgid "Ctrl + G"
+msgstr "Ctrl + G"
+
+#: ../C/gedit-shortcut-keys.page:198(td/p)
+msgid "Find the previous instance of the string"
+msgstr "Намиране на предишната поява на низа"
+
+#: ../C/gedit-shortcut-keys.page:198(td/p)
+msgid "Ctrl + Shift + G"
+msgstr "Ctrl + Shift + G"
+
+#: ../C/gedit-shortcut-keys.page:202(td/p)
+msgid "Search and Replace"
+msgstr "Търсене и замяна"
+
+#: ../C/gedit-shortcut-keys.page:202(td/p)
+msgid "Ctrl + H"
+msgstr "Ctrl + H"
+
+#: ../C/gedit-shortcut-keys.page:205(td/p)
+msgid "Clear highlight"
+msgstr "Изчистване на оцветяването"
+
+#: ../C/gedit-shortcut-keys.page:205(td/p)
+msgid "Ctrl + Shift + K"
+msgstr "Ctrl + Shift + K"
+
+#: ../C/gedit-shortcut-keys.page:208(td/p)
+msgid "Goto line"
+msgstr "Отиване на линия"
+
+#: ../C/gedit-shortcut-keys.page:208(td/p)
+msgid "Ctrl + I"
+msgstr "Ctrl + I"
+
+#: ../C/gedit-shortcut-keys.page:214(table/title)
+msgid "Shortcut keys for tools"
+msgstr "Бързи клавиши за инструменти"
+
+#: ../C/gedit-shortcut-keys.page:222(td/p)
+msgid "Check spelling"
+msgstr "Проверка на правописа"
+
+#: ../C/gedit-shortcut-keys.page:222(td/p)
+msgid "Shift + F7"
+msgstr "Shift + F7"
+
+#: ../C/gedit-shortcut-keys.page:225(td/p)
+msgid "Remove trailing spaces (with plugin)"
+msgstr "Премахване на празните знаци в краищата на редовете (с приставка)"
+
+#: ../C/gedit-shortcut-keys.page:225(td/p)
+msgid "Alt + F12"
+msgstr "Alt + F12"
+
+#: ../C/gedit-shortcut-keys.page:229(td/p)
+msgid "Run \"make\" in the current directory (with plugin)"
+msgstr "Изпълнение на \"make\" в текущата папка (с приставка)"
+
+#: ../C/gedit-shortcut-keys.page:230(td/p)
+msgid "F8"
+msgstr "F8"
+
+#: ../C/gedit-shortcut-keys.page:233(td/p)
+msgid "Directory listing (with plugin)"
+msgstr "Списък обектите в папка (с приставка)"
+
+#: ../C/gedit-shortcut-keys.page:233(td/p)
+msgid "Ctrl + Shift + D"
+msgstr "Ctrl + Shift + D"
+
+#: ../C/gedit-shortcut-keys.page:240(table/title)
+msgid "Shortcut keys for user help"
+msgstr "Бързи клавиши за потребителска помощ"
+
+#: ../C/gedit-shortcut-keys.page:248(td/p)
+msgid "Open the gedit user guide"
+msgstr "Отваряне на потребителското ръководство на gedit"
+
+#: ../C/gedit-shortcut-keys.page:248(td/p)
+msgid "F1"
+msgstr "F1"
+
+#: ../C/gedit-spellcheck.page:15(page/title)
+msgid "Spell-check your document"
+msgstr "Проверка на правописа"
+
+#: ../C/gedit-spellcheck.page:16(page/p)
+msgid ""
+"Using the spell-check feature in <app>gedit</app> requires that you first "
+"enable the spell-check plugin. To enable the plugin, select "
+"<guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</gui><gui>Spell "
+"Checker</gui> </guiseq>."
+msgstr ""
+"За проверка на правописа в <app>gedit</app> първо трябва да включите "
+"приставката за проверка на правопис. За да включите приставката, изберете "
+"<guiseq><gui>Редактиране</gui><gui>Настройки</gui><gui>Приставки</"
+"gui><gui>Проверка на правописа</gui></guiseq>."
+
+#: ../C/gedit-spellcheck.page:22(note/p)
+msgid ""
+"Select <guiseq><gui>Tools</gui><gui>Autocheck Spelling</gui></guiseq> to "
+"make <app>gedit</app> highlight spelling errors while you type."
+msgstr ""
+"Изберете <guiseq><gui>Инструменти</gui><gui>Проверка на правописа…</gui></"
+"guiseq>, така че <app>gedit</app> да оцветява правописните грешки докато "
+"пишете."
+
+#: ../C/gedit-syntax-highlighting.page:14(page/title)
+msgid "Turn on syntax highlighting"
+msgstr "Включване оцветяване на синтаксиса"
+
+#: ../C/gedit-syntax-highlighting.page:17(section/title)
+msgid "Syntax Highlighting"
+msgstr "Оцветяване на синтаксиса"
+
+#: ../C/gedit-syntax-highlighting.page:18(section/p)
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> предоставя оцветяване на синтаксиса за широк обхват от "
+"маркиращи, програмистки и научни езици. Ако <app>gedit</app> разпознае "
+"синтаксиса, когато отваря файл, автоматично ще оцвети текста."
+
+#: ../C/gedit-syntax-highlighting.page:20(section/p)
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui>View</"
+"gui><gui>Highlight Mode</gui></guiseq>, and then choosing the desired "
+"syntax. Alternately, you can select the syntax name from a list at the "
+"bottom of the <app>gedit</app> window."
+msgstr ""
+"Ако вашият синтаксис или език не е оцветен при стартирането, можете да "
+"изберете подходящия такъв като натиснете <guiseq><gui>Изглед</gui><gui>Режим "
+"на оцветяване</gui></guiseq> и после изберете желания синтаксис. Също можете "
+"да изберете синтаксиса от списъка в долната част на прозореца на <app>gedit</"
+"app>."
+
+#: ../C/gedit-tabs-moving.page:19(page/title)
+msgid "Move and re-order tabs"
+msgstr "Местене и подреждане на раздели"
+
+#: ../C/gedit-tabs-moving.page:20(page/p)
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Разделите в <app>gedit</app> могат да се разместват, като това улеснява "
+"работата ви с файлове. Разделите могат да се подреждат в същия прозорец, да "
+"се местят извън <app>gedit</app> (като се създаде нов прозорец на "
+"<app>gedit</app>) или да се местят в друг прозорец."
+
+#: ../C/gedit-tabs-moving.page:26(section/title)
+msgid "Change the order of tabs in the gedit window"
+msgstr "Подреждане на разделите в прозореца на gedit"
+
+#: ../C/gedit-tabs-moving.page:28(section/p)
+msgid "To change the ordering of tabs in a window:"
+msgstr "За да подредите разделите в прозореца:"
+
+#: ../C/gedit-tabs-moving.page:31(item/p)
+#: ../C/gedit-tabs-moving.page:67(item/p)
+msgid "Click and hold the mouse button on the tab"
+msgstr "Натиснете и задръжте бутона на мишката върху раздел"
+
+#: ../C/gedit-tabs-moving.page:32(item/p)
+msgid "Move the tab to the desired position among the other tabs"
+msgstr "Преместете раздела на желаното място сред другите раздели"
+
+#: ../C/gedit-tabs-moving.page:34(item/p)
+#: ../C/gedit-tabs-moving.page:70(item/p)
+msgid "Release the mouse button"
+msgstr "Отпуснете бутона на мишката"
+
+#: ../C/gedit-tabs-moving.page:37(section/p)
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Разделът ще бъде поставен до най-близката позиция, на която го пуснете "
+"измежду другите раздели."
+
+#: ../C/gedit-tabs-moving.page:43(section/title)
+msgid "Move a tab, creating a new gedit window"
+msgstr "Преместване на раздел, създаване на нов прозорец с gedit"
+
+#: ../C/gedit-tabs-moving.page:44(section/p)
+msgid "To drag a tab into a new window:"
+msgstr "За да провлачите раздел в нов прозорец:"
+
+#: ../C/gedit-tabs-moving.page:47(item/p)
+msgid "Click and hold the mouse button on the tab."
+msgstr "Натиснете и задръжте бутона на мишката върху раздел."
+
+#: ../C/gedit-tabs-moving.page:48(item/p)
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Провлачете раздела извън прозореца на <app>gedit</app>."
+
+#: ../C/gedit-tabs-moving.page:49(item/p)
+msgid "Release the mouse button."
+msgstr "Отпуснете бутона на мишката."
+
+#: ../C/gedit-tabs-moving.page:52(section/p)
+msgid ""
+"or, while the tab to be moved is open, choose <guiseq><gui>Documents </"
+"gui><gui>Move to New Window</gui></guiseq>"
+msgstr ""
+"или натиснете <guiseq><gui>Документи</gui><gui>Преминаване към нов прозорец</"
+"gui></guiseq>"
+
+#: ../C/gedit-tabs-moving.page:56(note/p)
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"За да преместите раздел в нов прозорец, когато <app>gedit</app> е "
+"максимизиран, провлечете раздела върху лентата в горната част на екрана."
+
+#: ../C/gedit-tabs-moving.page:62(section/title)
+msgid "Move a tab to another gedit window"
+msgstr "Преместване на раздел в друг прозорец на gedit"
+
+#: ../C/gedit-tabs-moving.page:64(section/p)
+msgid "If you want to move a tab from one window to another:"
+msgstr "Ако искате да преместите раздел в друг прозорец:"
+
+#: ../C/gedit-tabs-moving.page:68(item/p)
+msgid "Drag the tab to the new window"
+msgstr "Провлачете раздела в новия прозорец"
+
+#: ../C/gedit-tabs-moving.page:69(item/p)
+msgid "Place it beside other tabs in the new window"
+msgstr "Поставете го сред други раздели в новия прозорец"
+
+#: ../C/gedit-tabs-moving.page:73(section/p)
+msgid ""
+"See <link xref=\"gedit-shortcut-keys#gedit-tab-shortcuts\"/> for shortcuts "
+"to make it easier to manage your tabs."
+msgstr ""
+"Вижте <link xref=\"gedit-shortcut-keys#gedit-tab-shortcuts\"/> за улесняване "
+"работата с раздели."
+
+#: ../C/gedit-tabs.page:20(page/title)
+msgid "Add and remove tabs"
+msgstr "Добавяне и затваряне на раздели"
+
+#: ../C/gedit-tabs.page:21(page/p)
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window. The tab that is larger than the other tabs "
+"indicates the file that is currently open. The smaller tabs indicate other "
+"files that are available to work on."
+msgstr ""
+"Когато работите с раздели в <app>gedit</app> можете да наблюдавате няколко "
+"файла наведнъж в един прозорец. Разделът, който е по-голям от другите "
+"показва, че файлът е отворен. По-малките раздели показват, че файловете са "
+"готови за редактиране."
+
+#: ../C/gedit-tabs.page:25(section/title)
+msgid "Adding tabs"
+msgstr "Добавяне на раздели"
+
+#: ../C/gedit-tabs.page:26(section/p)
+msgid ""
+"To add a new tab, create a new file with <keyseq><key>Ctrl</key><key>N</"
+"key></keyseq>. The tab will be added to the right side of any other tabs."
+msgstr ""
+"За да добавите нов раздел, създайте нов файл с <keyseq><key>Ctrl</"
+"key><key>N</key></keyseq>. Разделът ще бъде добавен в края на всички раздели."
+
+#: ../C/gedit-tabs.page:30(section/title)
+msgid "Removing tabs"
+msgstr "Затваряне на раздели"
+
+#: ../C/gedit-tabs.page:31(section/p)
+msgid ""
+"To remove a tab, click the <guiseq><gui>X</gui></guiseq> on the tab's right "
+"side. To remove all open tabs, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>W</key></keyseq>"
+msgstr ""
+"За да затворите раздел, натиснете <guiseq><gui>X</gui></guiseq> в дясната "
+"част на раздела. За да затворите всички раздели, натиснете "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+
+#: ../C/gedit-undo-recent-action.page:23(page/title)
+msgid "Undo a recent action"
+msgstr "Отмяна на последно действие"
+
+#: ../C/gedit-undo-recent-action.page:28(page/p)
+msgid ""
+"We all make mistakes. Even <app>gedit</app> users make mistakes. "
+"Fortunately, <app>gedit</app> can help you recover from mistakes. To undo an "
+"action in <app>gedit</app>, press <keyseq><key>Ctrl</key><key>Z</key></"
+"keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>."
+msgstr ""
+"Всички правим грешки. Дори потребителите на <app>gedit</app> правят грешки. "
+"За щастие <app>gedit</app> улеснява поправката им. За да отмените действие в "
+"<app>gedit</app>, натиснете <keyseq><key>Ctrl</key><key>Z</key></keyseq> или "
+"натиснете <guiseq><gui>Редактиране</gui><gui>Отмяна</gui></guiseq>."
+
+#: ../C/gedit-undo-recent-action.page:30(page/p)
+msgid ""
+"<app>gedit</app> will undo one action every time you press "
+"<keyseq><key>Ctrl</key><key>Z</key></keyseq> or select <guiseq><gui>Edit</"
+"gui><gui>Undo</gui></guiseq>."
+msgstr ""
+"<app>gedit</app> ще отменя по едно действие всеки път, когато натиснете "
+"<keyseq><key>Ctrl</key><key>Z</key></keyseq> или изберете "
+"<guiseq><gui>Редактиране</gui><gui>Отмяна</gui></guiseq>."
+
+#: ../C/gedit-view-open-files-in-sidepane.page:19(page/title)
+msgid "View a list of files in the side pane"
+msgstr "Списък с файлове в страничния панел"
+
+#: ../C/gedit-view-open-files-in-sidepane.page:21(page/p)
+msgid ""
+"Keeping track of a large number of files using tabs can be difficult. One "
+"way of managing large numbers of files is viewing them in a side pane. Side "
+"panes allow you to view more files at a time than is possible using tabs "
+"alone."
+msgstr ""
+"Наблюдаването на много файлове чрез раздели може да се окаже трудна задача. "
+"Един от начините за управление на голям брой файлове е като ги прегледате в "
+"страничен панел. Страничните панели ви позволяват да виждате повече файлове "
+"едновременно, отколкото е възможно с раздели."
+
+#: ../C/gedit-view-open-files-in-sidepane.page:23(page/p)
+msgid ""
+"To view a list of open files in a side pane, click <guiseq><gui>View</"
+"gui><gui>Side Pane</gui></guiseq>. A pane will appear to the left of the "
+"workspace with a listing of all currently open files. Clicking a file in the "
+"side pane will display that file in the workspace."
+msgstr ""
+"За да видите списък на отворените файлове в страничен панел, натиснете "
+"<guiseq><gui>Изглед</gui><gui>Страничен панел</gui></guiseq>. Ще се покаже "
+"панел от лявата страна на работното поле със списък на всички отворени "
+"файлове. Щракването върху файл в страничния панел ще покаже съдържанието му "
+"в работното поле."
+
+#: ../C/gedit-view-open-files-in-sidepane.page:25(page/p)
+msgid ""
+"The side pane also contains a <app>File Browser</app> view. If the pane "
+"displays a file directory instead of currently open files, click <media type="
+"\"image\" mime=\"image/png\" src=\"figures/gedit-side-pane2.png\">documents "
+"icon</media> at the bottom of the pane to switch to the <app>Documents</app> "
+"view."
+msgstr ""
+"Страничният панел също съдържа <app>Файлов браузър</app>. Ако панелът "
+"показва съдържанието на папка вместо отворените файлове, натиснете <media "
+"type=\"image\" mime=\"image/png\" src=\"figures/gedit-side-pane2.png"
+"\">иконата за документи</media> в долната част на панела, за да се превключи "
+"в изглед на <app>Документи</app>."
+
+#: ../C/gedit-view-open-files-in-sidepane.page:28(note/p)
+msgid ""
+"The side pane only displays files that are open in the current window. When "
+"multiple windows are open, only the files in the current window will be "
+"displayed in the side pane."
+msgstr ""
+"Страничният панел показва само файлове, които са отворени в текущия "
+"прозорец. Когато са отворени няколко прозореца, само файловете в текущия "
+"прозорец ще бъдат показани в страничния панел."
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: ../C/index.page:22(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-icon.png' md5='a7174de2671462e1ac4f80a82ad09184'"
+msgstr ""
+"external ref='figures/gedit-icon.png' md5='a7174de2671462e1ac4f80a82ad09184'"
+
+#: ../C/index.page:7(info/title)
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "gedit — Текстов редактор"
+
+#: ../C/index.page:8(info/title)
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "gedit — Текстов редактор"
+
+#: ../C/index.page:21(page/title)
+msgid ""
+"<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> </"
+"media> gedit Text Editor"
+msgstr ""
+"<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"></"
+"media> gedit — Текстов редактор"
+
+#: ../C/index.page:26(page/p)
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"both <app>gedit's</app> most basic features, as well as some advanced "
+"keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started "
+"with gedit</link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</"
+"link> pages."
+msgstr ""
+"Добре дошли в ръководството на <app>gedit</app>. За бързо въвеждане в "
+"основните възможности на <app>gedit</app>, както и в някои бързи клавиши, "
+"посетете страниците <link xref=\"gedit-quickstart\">Първи стъпки в gedit</"
+"link> и <link xref=\"gedit-shortcut-keys\">Бързи клавиши</link>."
+
+#: ../C/index.page:28(page/p)
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Другите теми са групирани в раздели по-долу. Забавлявайте се докато "
+"използвате <app>gedit</app>!"
+
+#: ../C/index.page:31(section/title)
+msgid "Working With Files"
+msgstr "Работа с файлове"
+
+#: ../C/index.page:36(section/title)
+msgid "Configure gedit"
+msgstr "Настройки"
+
+#: ../C/index.page:40(section/title)
+msgid "gedit Plugins"
+msgstr "Приставки"
diff --git a/help/bg/figures/gedit-html-snippet.png b/help/bg/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..f9ba7a4
--- /dev/null
+++ b/help/bg/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/bg/figures/gedit3-screenshot.png b/help/bg/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..2e5588a
--- /dev/null
+++ b/help/bg/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/ca/ca.po b/help/ca/ca.po
new file mode 100644
index 0000000..a8ef966
--- /dev/null
+++ b/help/ca/ca.po
@@ -0,0 +1,3574 @@
+# Translators:
+# Jaume Jorba <jaume.jorba@gmail.com>, 2019
+# Jordi Mas <jmas@softcatala.org>, 2019
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.help.master\n"
+"POT-Creation-Date: 2020-09-06 12:27+0000\n"
+"PO-Revision-Date: 2020-09-06 15:32+0200\n"
+"Last-Translator: Miquel-Àngel Burgos i Fradeja <miquel.angel.burgos@gmail."
+"com>\n"
+"Language-Team: Catalan (https://www.transifex.com/softcatala/teams/62837/"
+"ca/)\n"
+"Language: ca\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.3\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Jaume Jorba <jaume.jorba@gmail.com>, 2019\n"
+"Jordi Mas <jmas@softcatala.org>, 2019-2020\n"
+"Miquel-Àngel Burgos i Fradeja <miquel.angel.burgos@gmail.com>, 2020"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Canvia els colors del text i del fons de pantalla a gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:10
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Canviar l'esquema de colors"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"El <app>gedit</app> inclou diferents esquemes de color, permetent que "
+"l'usuari canvi l'aparença de la finestra principal de l'aplicació."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Per a canviar l'esquema de colors:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Obre el menú <gui style=\"menu\">gedit</gui> des de la barra superior, "
+"aleshores seleccioneu <guiseq><gui style=\"menuitem\">Preferències</"
+"gui><gui>Tipus de lletres i colors</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Trieu l'esquema de colors desitjat."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "El nou esquema de colors s'aplicarà tot seguit."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Utilitza un esquema de color personalitzat"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"També podeu utilitzar esquemes de color creats per altres, o crear i "
+"utilitzar els vostres."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Instruccions sobre com instal·lar esquemes de color, així com exemples "
+"d'esquemes de color que us podeu descarregar i utilitzar, estan disponibles "
+"a <link href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes"
+"\">Wiki del gedit</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Utilitza un tipus de lletra personalitzat pel vostre text a gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:12
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:19
+msgid "Change the default font"
+msgstr "Canviar el tipus de lletra per defecte"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"El <app>gedit</app> utilitzarà el tipus de lletra d'amplada fixa predefinida "
+"al sistema, però podeu canviar el valor predeterminat anant al <app>gedit</"
+"app> per a ajustar les vostres preferències."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:26
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Per a canviar el tipus de lletra predeterminat al <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:27
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferències</gui> <gui>Tipus de lletra i Colors</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:30
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+"Desmarqueu la casella del costat de la frase, \"Utilitza el tipus de lletra "
+"d'amplada fixa del sistema\"."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Feu clic al nom del tipus de lletra actual i el <app>gedit</app> obrirà una "
+"finestra per a seleccionar el tipus de lletra, mostrant-vos els tipus de "
+"lletra disponibles i permetent-vos seleccionar-ne el preferit."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:35
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Un cop hàgiu triat un tipus de lletra nou, utilitzeu el <gui>desplaçador</"
+"gui> sota la llista del tipus de lletra per a establir la mida "
+"predeterminada."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr ""
+"Feu clic a <gui>Selecciona</gui>, i aleshores feu clic a <gui>Tanca</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Sortir del fitxer que esteu utilitzant."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Tancar un fitxer"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Per a tancar un fitxer al <app>gedit</app>, feu clic al botó <gui style="
+"\"button\">x</gui> que apareix al costat dret de la pestanya del fitxer o "
+"premeu <keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Qualsevol d'aquestes accions tancarà un fitxer al <app>gedit</app>. Si el "
+"fitxer conté canvis que no s'han desat, el <app>gedit</app> us demanarà que "
+"deseu els canvis abans de tancar el fitxer."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Obrir un fitxer nou per a editar."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Crear un fitxer nou"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"La manera més fàcil de crear un fitxer nou al <app>gedit</app> és fer clic "
+"al botó <gui>Crea un document nou</gui> del cantó esquerre de la barra de "
+"capçalera o prémer <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Qualsevol d'aquestes accions crearà un fitxer nou a la finestra del "
+"<app>gedit</app>. Si teniu altres fitxers oberts al <app>gedit</app>, el "
+"fitxer nou que creeu apareixerà com una pestanya nova a la dreta d'aquests "
+"fitxers."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Utilitzeu privilegis administratius per a editar un fitxer."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Editar un fitxer com a usuari root"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"L'edició de fitxers com a usuari root és potencialment perillosa i pot posar "
+"el vostre sistema en una situació de risc. Tingueu molta cura en editar "
+"fitxers com a usuari root."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Per a editar fitxers com a usuari root, inicieu el <app>gedit</app> des del "
+"terminal introduint:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Utilitzant l'ordre <cmd>sudo</cmd>, haureu d'introduir correctament la "
+"vostra contrasenya de root abans que el <app>gedit</app> s'obri."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Com a alternativa a l'ordre <cmd>sudo</cmd>, podeu adquirir privilegis "
+"d'administrador introduint:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Podreu iniciar el <app>gedit</app> utilitzant l'ordre <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Un cop obert el <app>gedit</app> amb privilegis d'administrador, el "
+"<app>gedit</app> mantindrà els privilegis fins que el tanqueu."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr ""
+"Aprendre els conceptes bàsics sobre com treballar amb fitxers al gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Conceptes bàsics dels fitxers: obrir, tancar i desar fitxers"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Si sou usuari nou del <app>gedit</app>, aquests temes us ajudaran a crear, "
+"desar, obrir i tancar fitxers."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Configura el gedit perquè utilitzi la pantalla completa."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Utilitzar el mode pantalla completa"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Quan treballeu amb un document gran, us pot resultar útil treballar en el "
+"mode de pantalla completa del <app>gedit</app>. L'ús del mode de pantalla "
+"completa amagarà la <gui>barra de menú</gui>, <gui>la barra de pestanyes</"
+"gui> i la <gui>barra d'eines</gui>, mostrant-vos més text i permetent-vos "
+"centrar millor en les vostres tasques."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Activar el mode de pantalla completa"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Per a activar el mode pantalla completa, premeu <key>F11</key>. El menú del "
+"<app>gedit</app>, el títol, i les barres de pestanyes s'amagaran, i només se "
+"us mostrarà el text del vostre fitxer actual."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Si necessiteu realitzar una acció des del menú <app>gedit</app> mentre "
+"treballeu en mode de pantalla completa, moveu el punter del ratolí a la part "
+"superior de la pantalla. La barra de menú del <app>gedit</app> tornarà a "
+"aparèixer i podreu seleccionar l'acció desitjada."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Per a navegar entre les pestanyes obertes mentre s'està en mode de pantalla "
+"completa, premeu <keyseq><key>Ctrl</key><key>Alt</key><key>Re Pàg</key></"
+"keyseq> o <keyseq><key>Ctrl</key><key>Alt</key><key>Av Pàg</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Desactivar el mode de pantalla completa"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Per a desactivar el mode de pantalla completa i tornar a la finestra estàndard "
+"del <app>gedit</app>, premeu <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"També podeu moure el ratolí a la part superior de la pantalla i esperar que "
+"aparegui la <gui>barra de menú</gui>. Quan la <gui>barra de menú</gui> "
+"aparegui, seleccioneu el botó <gui>Surt del mode de pantalla completa</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Utilitzar el quadre lateral del gedit com a navegador de fitxers."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Veure i obrir fitxers des del quadre lateral"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"La forma més comuna de canviar de fitxer a <app>gedit</app> és utilitzant "
+"les pestanyes de la part superior de la finestra del <app>gedit</app>. "
+"Tanmateix, en alguns casos, especialment si es treballa amb una gran "
+"quantitat de fitxers oberts, és possible que us sigui més fàcil utilitzar el "
+"quadre lateral."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Per a activar el quadre lateral, seleccioneu <guiseq><gui>Visualització</"
+"gui> <gui>Quadre lateral</gui></guiseq>, o senzillament premeu la tecla "
+"<key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Podeu activar o desactivar el quadre lateral prement <key>F9</key> en "
+"qualsevol moment."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Obrir fitxers des del quadre lateral"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Per a obrir fitxers des del quadre lateral, primer obriu el quadre lateral "
+"seleccionant <guiseq><gui>Visualització</gui> <gui>Quadre lateral</gui></"
+"guiseq> (o premeu <key>F9</key>), i aleshores seleccioneu <gui>Navegador de "
+"fitxers</gui> des del menú desplegable a la part superior del tauler."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Això activarà el mode <em>Navegador de fitxers</em> del quadre lateral. A "
+"continuació, podeu utilitzar els botons de navegació a la part superior del "
+"quadre per a localitzar i obrir els fitxers desitjats."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr ""
+"Utilitzar el tauler lateral per a desplaçar-vos entre els fitxers oberts"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Quan hàgiu obert diversos fitxers, podeu utilitzar el tauler lateral per a "
+"desplaçar-vos entre els fitxers oberts. Per a llistar els fitxers oberts, "
+"trieu <gui>Documents</gui> des del menú desplegable a la part superior del "
+"tauler."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Si feu clic a qualsevol nom del fitxer al tauler lateral, aquest fitxer "
+"s'obrirà per a editar-se."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Obre els fitxers per a començar a treballar-hi."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Obrir un fitxer o un conjunt de fitxers"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Per a obrir un fitxer al <app>gedit</app>, feu clic al botó <gui>Obre</gui>, "
+"o premeu <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Això mostra el diàleg <gui>Obre</gui>. Utilitzeu el ratolí o el teclat per a "
+"seleccionar el fitxer que voleu obrir, i feu clic a <gui>Obre</gui>. El "
+"fitxer seleccionat s'obrirà en una pestanya nova."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Per a tancar el diàleg <gui>Obre</gui> sense obrir un fitxer, feu clic a "
+"<gui>Cancel·la</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Podeu utilitzar les tecles <key>Ctrl</key> i <key>Maj</key> per a obrir més "
+"d'un fitxer a la vegada. Si manteniu premuda la tecla <key>Ctrl</key> mentre "
+"seleccioneu múltiples fitxers, fent clic a <gui>Obre</gui> s'obrirà cadascun "
+"dels fitxers seleccionats."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Mantenint premuda la tecla <key>Maj</key> mentre seleccioneu múltiples "
+"fitxers, s'obrirà el primer fitxer seleccionat, l'últim, i tots els fitxers "
+"seleccionats entremig."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Accedir a fitxers que estan emmagatzemats en un altre ordinador."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Obrir un fitxer localitzat al servidor"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Abans d'obrir un fitxer en un servidor des del <app>gedit</app>, necessiteu "
+"conèixer informació tècnica sobre el servidor. Per exemple, n'haureu de "
+"saber l'adreça IP o l'URL del servidor, i potser necessiteu saber quin tipus "
+"de servidor és (per exemple, HTTP, FTP, etc.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"A més, alguns tipus de servidors imposen restriccions sobre el que podeu fer "
+"amb els fitxers que hi ha emmagatzemats. Per exemple, és possible que pugueu "
+"obrir un fitxer des d'un servidor, però potser haureu de desar els canvis al "
+"fitxer localment, al vostre propi ordinador."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Amb aquestes advertències en ment, feu els passos següents per a obrir un "
+"fitxer des d'un servidor utilitzant el <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "A la barra de títol, feu clic a <gui>Obre</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Feu clic a <gui>Altres ubicacions</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Introduïu l'adreça IP o l'URL del servidor apropiat."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Cerqueu i seleccioneu el fitxer que voleu obrir."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Utilitzeu la llista desplegable Codificació de caràcters per a seleccionar "
+"la codificació de caràcters apropiada."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Feu clic a <gui>Obre</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Els tipus vàlids d'URI són http:, ftp:, file: i tots els mètodes compatibles "
+"amb <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Els fitxers d'alguns tipus d'URI s'obren com a només de lectura, i els "
+"canvis que feu s'hauran de desar en una ubicació diferent. Per exemple, HTTP "
+"només permet llegir els fitxers. Els fitxers de FTP són de només lectura "
+"perquè no tots els servidors FTP funcionen correctament desant els fitxers "
+"remots."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Accedir als fitxers que s'han obert anteriorment al <app>gedit</app>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Tornar a obrir un fitxer utilitzat recentment"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"El <app>gedit</app> proporciona un accés fàcil als deu fitxers més recents "
+"que s'han obert anteriorment al <app>gedit</app>. A continuació s'explica "
+"com es pot obrir un fitxer recent:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Feu clic al botó de fletxa al costat del botó <gui>Obre</gui> de la barra de "
+"capçalera."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most-recently used files."
+msgstr "El <app>gedit</app> mostrarà un menú amb els deu fitxers més recents."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Seleccioneu el fitxer desitjat, i s'obrirà en una nova pestanya."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse a recently-used file from the menu, the full "
+"path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Si es passa el cursor per un fitxer recent del menú, el camí sencer del "
+"fitxer es mostra a la barra d'estat de la part inferior de la finestra del "
+"<app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Utilitzeu connectors per a personalitzar com el gedit treballa."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Configurar i utilitzar els connectors del gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Podeu fer més amb el <app>gedit</app> utilitzant connectors. Diversos "
+"connectors s'instal·len de manera predeterminada, però hi ha una gran "
+"quantitat d'altres connectors disponibles per separat."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Moltes distribucions Linux creen un grup amb aquests connectors i els "
+"publiquen al paquet <app>gedit-plugins</app>. Instal·leu el paquet "
+"<app>gedit-plugins</app> per a fer que aquests connectors extres estiguin "
+"disponibles per al <app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Instal·la gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Connectors del gedit predeterminats"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Connectors del gedit addicionals"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Canvia entre majúscules/minúscules el text seleccionat."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Canviar entre majúscules/minúscules"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Aquest connector us ajuda a canviar entre majúscules/minúscules les parts de "
+"text seleccionades. Podeu utilitzar-lo per a canviar el text a minúscules, a "
+"majúscules, per a invertir-lo, o aplicar majúscules a la primera lletra. Per "
+"a activar aquest connector, seleccioneu <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Preferències</gui> <gui>Connectors</"
+"gui><gui>Canvia majúscules/minúscules</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Un cop el connector <em>Canvia entre majúscules/minúscules</em> està "
+"activat, es pot utilitzar, completant els passos següents:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Destaca la porció de text que voleu canviar."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">gedit</gui><gui>Canvia majúscules/"
+"minúscules</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Trieu la vostra opció desitjada pel format del text."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Les actualitzacions de format del text es realitzen immediatament."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"L'opció <gui>Inverteix majúscules i minúscules</gui> convertirà les lletres "
+"en minúscula a majúscula, i a l'inrevés."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"L'opció <gui>Majúscula inicial</gui> convertirà la primera lletra de cada "
+"paraula en majúscules. Totes les altres lletres es convertiran en minúscules."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Si no teniu destacat cap part del text, la funcionalitat <em>Canvia "
+"majúscules/minúscules</em> estarà en gris. Heu de seleccionar una porció de "
+"text abans d'utilitzar la funció <em>Canvia majúscules/minúscules</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Mostrar les estadístiques del document."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Estadístiques del document"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"El connector <em>Estadístiques del document</em> mostra diferents "
+"estadístiques del document actual. Per a activar-lo, seleccioneu "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferències</"
+"gui> <gui>Connectors</gui><gui>Estadístiques del document</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Ús de les estadístiques del document"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Un cop està habilitat, el podeu utilitzar seleccionant <guiseq><gui>Eines</"
+"gui> <gui>Estadístiques del document</gui></guiseq>. Una finestra mostrarà "
+"la informació estadística del document, incloent-hi el nombre de paraules, "
+"línies, caràcters, caràcters que no són un espai, i la mida del fitxer en "
+"bytes."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"També podeu utilitzar les <em>Estadístiques del document</em> per a mostrar "
+"informació sobre una part del document. Per a fer-ho, utilitzeu el ratolí "
+"per a seleccionar la part del text que voleu examinar i, a continuació, "
+"seleccioneu <guiseq><gui>Eines</gui><gui>Estadístiques del document</gui></"
+"guiseq>. El <app>gedit</app> mostrarà informació tant per a tot el document "
+"com per a la part del text que heu ressaltat."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Executeu scripts als vostres fitxers actuals, i interactueu amb altres "
+"aplicacions."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Eines externes"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"El connector <em>Eines externes</em> pot ajudar a simplificar tasques "
+"repetitives. Concretament, estén el <app>gedit</app> ajudant-vos a executar "
+"scripts als vostres fitxers de treball, i permetent al <app>gedit</app> "
+"interactuar amb altres programes del vostre ordinador. Per a activar el "
+"connector <app>Eines externes</app>, seleccioneu <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferències</gui><gui>Connectors</"
+"gui> <gui>Eines externes</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Configura el connector eines externes"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Un cop activat el connector, l'haureu de configurar perquè segueixi les "
+"vostres necessitats. Les opcions de configuració estan disponibles a "
+"<guiseq><gui>Eines</gui><gui>Gestiona les eines externes</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Aquest connector és per a usuaris avançats, i requereix coneixements de "
+"programació per a poder-se utilitzar de forma efectiva. Utilitzeu el "
+"connector amb compte, ja que errors als vostres scripts poden afectar el "
+"vostre treball de forma involuntària."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Utilitzeu el tauler lateral per a navegar i obrir fitxers."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Quadre del navegador de fitxers"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"En funció de com utilitzeu el <app>gedit</app>, podeu trobar interessant fer "
+"servir el connector <app>Quadre del navegador de fitxers</app>. Aquest "
+"connector incrusta un <app>navegador de fitxers</app> al quadre lateral, "
+"facilitant-vos l'accés als fitxers freqüents."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Podeu activar el quadre lateral seleccionant <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferències</gui> <gui>Connectors</"
+"gui><gui>Quadre del navegador de fitxers</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Inserir la data/hora actual a la posició del cursor."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Insereix la data/hora"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Com suggereix el nom d'aquest connector, el connector <gui>Insereix la data/"
+"hora</gui> us permet inserir la data i/o l'hora a la posició actual del "
+"cursor."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Per a activar el connector:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Premeu el botó de menú de la cantonada superior dreta de la finestra i "
+"seleccioneu <guiseq><gui style=\"menuitem\">Preferències</gui> <gui style="
+"\"tab\">Connectors</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Seleccioneu <gui style=\"menuitem\">Insereix la data/hora</gui> per a "
+"activar el connector."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Per a utilitzar el connector, premeu el botó de menú de la cantonada "
+"superior dreta de la finestra i seleccioneu <guiseq><gui style=\"menuitem"
+"\">Eines</gui><gui style=\"menuitem\">Insereix la data i hora...</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"Per defecte, el connector <gui>Insereix la data/hora</gui> us demanarà que "
+"trieu el vostre format de data/hora preferit cada cop que l'utilitzeu. "
+"Tanmateix, podeu triar el vostre propi format de data i hora predeterminat "
+"prement el botó de menú de la cantonada superior dreta de la finestra i "
+"seleccionant <guiseq> <gui style=\"menuitem\">Preferències</gui><gui style="
+"\"tab\">Connectors</gui><gui>Insereix la data/hora</gui><gui style=\"button"
+"\">Preferències</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Com instal·lar connectors de terceres parts."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Connectors addicionals del gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"La instal·lació de connectors de tercers us ofereix funcionalitats "
+"addicionals que no estan disponibles per defecte al <app>gedit</app>, ni als "
+"paquets de connectors addicionals del <app>gedit-plugins</app>. Una llista "
+"de connectors de tercers està disponible a <link href=\"https://wiki.gnome."
+"org/Apps/Gedit\">mantinguts aquí</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Instal·lar un connector de tercers implica descarregar el connector, "
+"col·locar els fitxers del connector en el directori correcte i activar-lo."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Normalment podeu descarregar un connector des del lloc web del connector, "
+"però potser haureu d'utilitzar un programa de control de versions com "
+"<app>git</app>, <app>bazaar</app>, o <app>subversion</app> per a copiar el "
+"dipòsit de programari d'un connector des d'Internet. Consulteu la "
+"documentació del connector per a obtenir informació sobre com obtenir-lo."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Copieu els fitxers del connector a la carpeta <file>/home/<var>usuari</var>/."
+"local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr "Per descomptat, canvieu <var>usuari</var> pel vostre nom d'usuari."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Una vegada col·locats els fitxers del connector en el directori correcte, el "
+"connector apareixerà al menú de preferències. Premeu el botó de menú de la "
+"cantonada superior dreta de la finestra i seleccioneu <guiseq><gui style="
+"\"menuitem\">Preferències</gui><gui style=\"tab\">Connectors</gui><gui>[Nom "
+"del connector]</gui> </guiseq> per a activar-lo."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Feu clic a <gui>Tanca</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr "Un cop activat el connector, estarà disponible per al seu ús."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"La carpeta <file>.local</file> per defecte està oculta. Per a veure-la així "
+"com altres arxius ocults, seleccioneu <guiseq><gui>Visualització</"
+"gui><gui>Mostra els fitxers ocults</gui></guiseq>, o premeu "
+"<keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Si el directori <file>.local/share/gedit/plugins/</file> no existeix, "
+"l'haureu de crear."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Suport de modes de línia d'Emacs, Kate i Vim per al gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Modes de línia"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"El connector <app>Modes de línia</app> permet al <app>gedit</app> analitzar "
+"les línies de text al principi i al final d'un fitxer i, a continuació, "
+"aplicar-hi un conjunt de preferències. El connector <app>Modes de línia</"
+"app> suporta un subconjunt d'opcions contingudes als editors de text "
+"<app>Emacs</app>, <app>Kate</app> i <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Per a activar el connector <app>Modes de línia</app>, seleccioneu "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferències</gui><gui>Connectors</gui><gui>Modes de línia</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Opcions generals del Modes de línia"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Les següents opcions es poden configurar utilitzant Modes de línia al "
+"<app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Mida del tabulador"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Amplada del sagnat"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Inserir espais en comptes de tabuladors"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Ajustament del text"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Amplada del marge dret"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Les preferències establertes mitjançant modes de línia tenen prioritat sobre "
+"les especificades al diàleg de preferències."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Modes de línia de l'Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Les dues primeres línies d'un document s'analitzen per a trobar modes de "
+"línia <app>Emacs</app>, i <app>gedit</app> suporta les següents opcions de "
+"modes de línia d'<app>Emacs</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Per a més informació sobre els modes de línia <app>Emacs</app>, visiteu el "
+"<link href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">Manual "
+"del GNU Emacs </link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Modes de línia de Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"La primera i les deu darreres línies del document són analitzades pels modes "
+"de línia del <app>Kate</app>, i <app>gedit</app> suporta les següents "
+"opcions de modificadors <app>Kate</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Per a més informació sobre els modes de línia <app>Kate</app>, visiteu <link "
+"href=\"https://kate-editor.org/\">el lloc web Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Modes de línia del Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"La primera i les tres darreres línies d'un document, són analitzades pel "
+"modes de línia del <app>Vim</app>, i <app>gedit</app> suporta les següents "
+"opcions de modificadors <app>Vim</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Per a més informació sobre els modificadors <app>Vim</app>, visiteu <link "
+"href=\"https://www.vim.org/\">el lloc web Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Afegeix una consola interactiva de Python al quadre inferior."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Consola Python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Podeu afegir una consola de Python al quadre inferior, que us permetrà "
+"validar scripts de Python sense sortir del <app>gedit</app>. Per a activar "
+"la consola de Python, seleccioneu <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui style=\"menuitem\">Preferències</gui><gui>Connectors</gui> <gui>Consola "
+"Python</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Un cop la consola Python s'ha activat, la podeu obrir des de "
+"<guiseq><gui>Visualització</gui><gui>Quadre inferior</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Si també teniu actiu el connector <gui>Terminal incrustat</gui>, la "
+"<gui>Consola Python</gui> apareixerà com una pestanya separada al quadre "
+"inferior."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Obrir ràpidament un fitxer o un conjunt de fitxers."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Obertura ràpida"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Com el nom d'aquest connector implica, el connector <app>Obertura ràpida</"
+"app> us ajuda a obrir fitxers més ràpidament que utilitzant les formes "
+"habituals d'obrir fitxers. Per a activar aquest connector, seleccioneu "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui>Preferències</"
+"gui><gui>Connectors</gui><gui>Obertura ràpida</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Un cop activat el connector <app>Obertura ràpida</app> el podeu utilitzar "
+"com segueix:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Obre el quadre de diàleg <app>Obertura ràpida</app> prement "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq>, o seleccionant "
+"<gui style=\"menuitem\">Obertura ràpida…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Apareixerà el quadre de diàleg <gui>Obertura ràpida</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr ""
+"Utilitzeu el ratolí per a seleccionar el fitxer o els fitxers que voleu "
+"obrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Per a seleccionar diversos fitxers de forma individual, manteniu premuda la "
+"tecla <key>Ctrl</key> mentre feu clic als fitxers que voleu obrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Per a seleccionar un grup de fitxers, feu clic al primer fitxer que vulgueu "
+"obrir, mantingueu premuda la tecla <key>Maj</key>, i després feu clic a "
+"l'últim fitxer de la llista que vulgueu obrir."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Obertura ràpida</app> cerca els fitxers a:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "Directori del document actualment obert"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"El directori arrel del connector <app xref=\"gedit-plugins-file-browser"
+"\">Quadre del navegador de fitxers</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Documents recents que també es mostren a la carpeta <file>Recents</file> a "
+"<app>Fitxers</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Directoris que heu marcat com d'interès a <app>Fitxers</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "La vostra carpeta <file>Escriptori</file>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "La vostra carpeta <file>Inici</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Obertura ràpida</app> mostra els fitxers en qualsevol de les ubicacions "
+"anteriors, independentment d'haver-les obert prèviament o no."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Utilitzeu fragments per a inserir ràpidament trossos de text que utilitzeu "
+"sovint."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Fragments"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Fragments</app> proporciona una manera pràctica d'inserir parts "
+"repetitives del codi als vostres fitxers. Per exemple, un fragment d'HTML "
+"per al tag <code>&lt;img&gt;</code> inserirà les porcions d'obertura i "
+"tancament de l'etiqueta, així com llocs fixos on poder introduir atributs a "
+"la imatge. Això fa que l'escriptura de codi sigui més fàcil i ràpida."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Activa el connector Fragments"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Per a activar el connector <gui>Fragments</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferències</gui> <gui style=\"tab\">Connectors</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Seleccioneu <gui style=\"menuitem\">Fragments</gui> per a activar el "
+"connector."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Navegar pels fragments"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Per a navegar pels fragments disponibles:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">Eines</gui> <gui style=\"menuitem"
+"\">Gestiona els fragments</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Assegureu-vos que la sintaxi està establerta de manera adequada. La barra "
+"d'estat a la part inferior de la finestra del <app>gedit</app> mostrarà la "
+"configuració actual d'idioma. Aquesta configuració és la que permet que "
+"gedit insereixi els fragments adequats. <app>Gedit</app> normalment detecta "
+"l'idioma o la sintaxi del fitxer utilitzat, però de vegades s'ha de "
+"configurar."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "En aquest exemple, el llenguatge està establert a HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Navegueu pels fragments disponibles pel vostre llenguatge o sintaxi."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Utilitza Fragments"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Per a inserir un fragment al vostre document actual:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Escriviu el nom del fragment desitjat a qualsevol lloc del vostre document "
+"actual."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Premeu <key>Tab</key> per a inserir el fragment associat al terme d'entrada."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Exemple d'ús d'un fragment"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Per exemple, si heu establert la sintaxi a <em>HTML</em>, escriviu "
+"<code>head </code>, i premeu la tecla <key>Tab</key>. El text s'hauria "
+"d'haver autocompletat en el fragment:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Afegeix fragments"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Podeu afegir fragments que funcionen globalment (és a dir, són agnòstics de "
+"llengua) o només en una sintaxi particular."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq style=\"menu\"><gui style=\"menuitem\">Eines</gui> <gui "
+"style=\"menuitem\">Gestiona els fragments</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Des de la barra lateral <gui>Gestiona els fragments</gui> seleccioneu la "
+"sintaxi desitjada i feu clic al botó \"+\" per a mostrar els fragments "
+"existents per aquesta sintaxi."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Per a afegir un fragment que funcioni a nivell global (és a dir, quan no "
+"s'ha establert cap sintaxi o llenguatge concret per al document), "
+"seleccioneu <gui>Global</gui> des de la barra lateral <gui>Gestiona els "
+"fragments</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Per a afegir un nou fragment, feu clic a la icona «més» a la barra lateral "
+"<gui>Gestiona els fragments</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Introduïu un nom per al nou fragment. El nom del fragment pot diferir del "
+"fragment que vulgueu afegir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"A la secció <gui style=\"group\">Activació</gui>, heu d'introduir un terme a "
+"l'area de text <gui style=\"input\">Activador:</gui>. Estareu utilitzant "
+"aquest terme per a inserir el vostre fragment."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Si voleu inserir un fragment amb una drecera de teclat, feu clic al punter "
+"del ratolí a <gui style=\"input\">Drecera:</gui> i premeu la combinació de "
+"tecles desitjada. Un cop hàgiu premut i alliberat les tecles, s'establirà la "
+"drecera des del teclat."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"A l'àrea d'<gui style=\"input\">Edició:</gui>, introduïu el text del "
+"fragment. Podeu utilitzar <code>${n}</code> per a indicar variables, on "
+"<em>n</em> se substitueix per un nombre que representa l'ordre numèric de "
+"les variables incloses."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Exemple de nou fragment"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Considereu que heu creat un fragment amb el contingut <var>greetings</var> "
+"al <gui style=\"input\">Disparador de tabuladors:</gui>. L'àrea de text "
+"<gui style=\"input\">Edita:</gui> conté:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Podeu inserir aquest fragment escrivint <var>greetings</var> al document i "
+"prement la tecla <key>Tabulador</key>. S'inserirà el fragment següent:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Les paraules «wonderful» i «amazing» es poden conservar o suprimir "
+"depenent de la vostra elecció d'ús. Per a fer-ho, premeu <key>Tab</key> per "
+"a triar entre «wonderful» i «amazing», i premeu <key>Supr</key> per a "
+"eliminar l'opció menys preferida."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Ordena línies de text per ordre alfabètic."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Ordena"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"El connector Ordena, ordena les línies de text seleccionades per ordre "
+"alfabètic."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Activar el connector Ordena"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Per a activar el connector <app>Ordena</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Seleccioneu <gui style=\"menuitem\">Ordena</gui> per a activar el connector."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Ús del connector Ordena"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Per a utilitzar el connector <gui>Ordena</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Seleccioneu les línies de text desitjades."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">Eines</gui> <gui style=\"menuitem"
+"\">Ordena...</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"S'obrirà el diàleg <gui>Ordena</gui>, que us permetrà triar entre diverses "
+"opcions d'ordenació:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr "<gui>Ordre invers</gui> ordenarà el text en ordre alfabètic invers."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"<gui>Elimina duplicats</gui> eliminarà els valors duplicats de la llista."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"<gui>Ignora Majúscules/minúscules</gui> no diferenciarà majúscules de "
+"minúscules."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Per a fer que ordenar ignori els caràcters a l'inici de les línies, "
+"configureu el primer caràcter que s'utilitzarà per a ordenar al control "
+"incremental <gui>Inicia a</gui> la columna."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr ""
+"Per a realitzar l'operació de classificació, feu clic a <gui>Ordena</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Estableix les pàgines per a imprimir en un ordre determinat."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Obtenir còpies per a imprimir en l'ordre correcte"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Invers"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Normalment les impressores imprimeixen primer la primera pàgina i per últim "
+"la darrera, de manera que les pàgines acaben en ordre invers quan es "
+"recullen. Si és necessari, podeu invertir aquest l'ordre:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">Fitxer</gui> <gui style=\"menuitem"
+"\">Imprimeix</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"A la pestanya <gui style=\"tab\">General</gui> del diàleg d'impressió, sota "
+"<gui style=\"group\">Copies</gui>, marqueu <gui style=\"checkbox\">Invers</"
+"gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "La darrera pàgina s'imprimirà primer, etcètera."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Intercala"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Si imprimiu més d'una còpia del document, les impressions s'agruparan per "
+"número de pàgina de manera predeterminada (és a dir, surten totes les còpies "
+"de la pàgina 1, les còpies de la pàgina 2, etc.). Intercalar, farà que cada "
+"còpia surti amb les seves pàgines agrupades."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Per a intercalar:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Feu clic a <guiseq><gui style=\"menu\">Fitxer</gui> <gui style=\"menuitem"
+"\">Imprimeix</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"A la pestanya <gui style=\"tab\">General</gui> del diàleg d'impressió, sota "
+"<gui style=\"group\">Còpies</gui> marqueu <gui style=\"checkbox\">Intercala</"
+"gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Imprimeix els fitxers que creeu amb gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Imprimir documents"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Imprimir amb <app>gedit</app> requereix que tingueu connectada i configurada "
+"la vostra impressora. Si no ho heu fet, consulteu l'<link href=\"help:gnome-"
+"help/printing\">ajuda a la impressió de GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> us permet imprimir tant en un fitxer com en paper."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Vista prèvia d'impressió"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Abans d'imprimir el document, podeu obtenir una vista prèvia de com es veurà "
+"el document imprès <gui>Vista prèvia d'impressió</gui>. Per a obtenir una "
+"vista prèvia del document:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">Fitxer</gui> <gui style=\"menuitem"
+"\">Visualització prèvia</gui></guiseq>. Alternativament, podeu imprimir "
+"<keyseq><key>Maj</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"La previsualització del vostre document s'obrirà a la mateixa pestanya que "
+"el fitxer. Podeu navegar per aquesta previsualització amb l'ajuda dels "
+"botons i les eines de navegació a la barra d'eines a la part superior de la "
+"pestanya Vista preliminar del document. Per a tancar i tornar al document "
+"feu clic <gui style=\"button\">Tanca la vista prèvia</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Imprimir al paper"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Podeu imprimir els vostres documents en paper utilitzant una impressora "
+"local o remota. Per a imprimir un fitxer:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">Fitxer</gui> <gui style=\"menuitem"
+"\">Imprimeix</gui> <gui style=\"tab\">General</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr ""
+"Seleccioneu la impressora desitjada de la llista d'impressores disponibles."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Podeu previsualitzar el fitxer utilitzant <gui style=\"button"
+"\">Visualització prèvia</gui> i una vegada estigueu satisfets amb la "
+"configuració, feu clic a <gui style=\"button\">Imprimeix</gui> per a enviar "
+"el fitxer a la impressora."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Addicionalment, des de la pestanya <gui style=\"tab\">Configuració de la "
+"pàgina</gui>: podeu seleccionar les opcions de <gui style=\"group\">Disseny</"
+"gui> i <gui style=\"group\">paper</gui>. Si aquesta configuració està "
+"disponible en tots els programes, <app>GNOME</app>, si us plau, consulteu "
+"l'ajuda per a les <link href=\"help:gnome-help/printing#paper\">Opcions de "
+"disseny i de paper</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Imprimeix diverses còpies i entre rangs especificats"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Podeu establir opcions de <gui style=\"group\">Rang</gui> i <gui style="
+"\"group\">Copies</gui> per a ajudar-vos:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Imprimir a un fitxer"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"També podeu utilitzar <app>gedit</app> per a imprimir a un fitxer. Per a "
+"imprimir el document a un format diferent:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">Fitxer</gui> <gui style=\"menuitem"
+"\">Imprimeix</gui> <gui style=\"menuitem\">Imprimeix a un fitxer</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr ""
+"La impressió està habilitada per als formats de fitxer següents, podeu "
+"seleccionar entre:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Format de document portable (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Gràfic de vectors escalables (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Per a imprimir el document a un fitxer, feu clic a <gui style=\"button"
+"\">Imprimeix</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Trieu les pàgines que voleu imprimir."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Tan sols imprimir certes pàgines"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Podeu imprimir selectivament només certes pàgines del document. Per exemple, "
+"si introduïu els números de pàgina \"1,3,5-7,9\", només s'imprimiran les "
+"pàgines 1, 3, 5, 6, 7 i 9. Per a imprimir les pàgines que vulgueu:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">Fitxer</gui> <gui style=\"menuitem"
+"\">Imprimeix…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"A la pestanya <gui style=\"tab\">General</gui> al diàleg d'impressió, trieu "
+"<gui style=\"radiobutton\">Pàgines</gui> des de la secció <gui style=\"group"
+"\">Rangs</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Escriviu els números de les pàgines que voleu imprimir del document, "
+"separades per comes. Utilitzeu un guió per a especificar un rang de pàgines."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Una breu introducció al gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Començar amb el gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"El <app>gedit</app> és un editor de text amb totes les funcionalitats per a "
+"l'entorn d'escriptori GNOME. Podeu utilitzar-lo per a preparar notes i "
+"documents simples, o podeu utilitzar algunes de les seves funcions "
+"avançades, convertint-lo en el vostre entorn de desenvolupament de "
+"programari."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='bf1c5551e623923504e51c4f9fd885b7'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Un cop el <app>gedit</app> s'ha engegat, podeu començar a escriure "
+"immediatament. Per a desar el text, feu clic al botó <gui>Desa</gui> de la "
+"barra de capçalera del <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Per a aprendre sobre funcionalitats addicionals del <app>gedit</app> i obtenir "
+"ajuda sobre com realitzar tasques especials, exploreu <link xref=\"index\"> "
+"altres parts</link> de l'ajuda del <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Reemplaça parts de text en un fitxer."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Reemplaçar text"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"L'edició del text pot ser lenta. Per a estalviar temps, <app>gedit</app> "
+"inclou la funció <app>Reemplaçar</app> que us ajuda a trobar i reemplaçar "
+"parts de text."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Reemplaça text a <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Obriu l'eina <gui>Reemplaça</gui> fent clic al <guiseq><gui style=\"button"
+"\">Botó menú</gui><gui style=\"menuitem\">Cerca i reemplaça…</gui></guiseq> "
+"o premeu <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "Introduïu el text que vulgueu reemplaçar al camp <gui>Cerca</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr ""
+"Introduïu el nou text per a reemplaçar al camp <gui>Reemplaça amb</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Un cop hàgiu introduït el text original i el de reemplaçament, podeu afegir "
+"paràmetres addicionals a la cerca. També podeu triar que voleu reemplaçar:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Per a reemplaçar <em>només</em> la següent coincidència, feu clic a "
+"<gui>Reemplaça</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Per a reemplaçar <em>totes les coincidències</em> del text cercat, feu clic "
+"a <gui>Reemplaça-ho tot</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Utilitzeu la funció <gui>Reemplaça tot</gui> amb compte. <gui>Reemplaça tot</"
+"gui> actua sobre tot el fitxer, i no permet ressaltar les parts de text on "
+"es realitzarà la funció de substitució."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Més opcions"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Si ho desitgeu, podeu afegir paràmetres addicionals a la cerca:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Coincidència entre majúscules i minúscules"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"L'opció <em>Coincidència entre majúscules i minúscules</em> us permet "
+"especificar si voleu que la vostra cerca sigui sensible a majúscules i "
+"minúscules. Si se selecciona aquesta opció, les cerques seran sensitives a "
+"les majúscules i minúscules. Si no, les cerques no ho seran."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Fer coincidir la paraula sencera"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Utilitzeu aquesta opció per a cercar una paraula específica sense incloure "
+"fragments d'altres paraules. Per exemple, si heu cercat la paraula 'poma' "
+"amb aquesta opció seleccionada, la paraula 'poma' coincidirà, però les "
+"paraules '<em>poma</em>da' i 'em<em>poma</em>r' no es localitzaran com a "
+"coincidents."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Cerca cap enrere"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Aquesta ordre es comporta de forma idèntica a l'ordre 'Cerca anterior'. Si "
+"voleu saltar pels resultats de la cerca des del final al començament, "
+"seleccioneu aquesta opció."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Continua des de l'inici"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Amb l'opció <app>continua des de l'inici</app> activada, <app>gedit</app> "
+"reiniciarà l'acció de cerca/reemplaçament a l'inici del fitxer després "
+"d'haver arribat al final. D'aquesta manera, es garanteix que l'acció de "
+"cerca/reemplaçament es farà a tot el fitxer."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Ús de seqüències d'escapament"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Podeu utilitzar <em>seqüències d'escapament</em> per a cercar salts de "
+"línia, retorns de carro, i tabuladors."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Nova línia"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Retorn de carro"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tab"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Si esteu cercant una <output>\\</output> (barra invertida) o una seqüència "
+"d'escapament al text, heu de posar la barra inversa amb una barra inversa "
+"extra. Per exemple, per a cercar <input>\\</input>, heu d'introduir <input>\\"
+"\\</input> al camp de cerca o reemplaçament. Podeu cercar seqüències "
+"d'escapament de la mateixa manera: per a cercar o reemplaçar un salt de "
+"línia <input>\\n</input>, utilitzeu el terme <input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Desar el vostre fitxer per a treballar-hi més tard."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Desar un fitxer"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Per a desar un fitxer al <app>gedit</app>, feu clic al botó <gui style="
+"\"button\">Desa</gui> al costat dret de la barra de capçalera o premeu "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Si esteu desant un fitxer nou, apareixerà un diàleg, i podreu seleccionar un "
+"nom pel fitxer, així com la carpeta on voleu desar-lo."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Troba una part d'un text dins un fitxer."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Cercar un text"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"L'eina de Cerca us pot ajudar a trobar seqüències específiques de text al "
+"vostre fitxer."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Cerca de text"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Obriu la <gui>finestra de cerca</gui> fent clic al <guiseq><gui style=\"menu"
+"\">botó de menú</gui> <gui style=\"menuitem\">Cerca…</gui> </guiseq> o "
+"prement <keyseq><key>Ctrl</key><key>F</key></keyseq>. Això desplaçarà el "
+"cursor a l'inici de la <gui>finestra de cerca</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Escriviu el text que vulgueu cercar a la <gui>finestra de cerca</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"A mesura que escriviu, <app>gedit</app> començarà a ressaltar les parts de "
+"text que coincideixin amb el que hàgiu introduït."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+"Per a desplaçar-vos pels resultats de la cerca, trieu una de les següents "
+"opcions:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Feu clic a la fletxa <gui style=\"button\">amunt</gui> o <gui style=\"button"
+"\">avall</gui> que hi ha al costat de la <gui> finestra de cerca</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Premeu la tecla <key>fletxa amunt</key> o <key>fletxa avall</key> del teclat."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Premeu <keyseq><key>Ctrl</key><key>G</key></keyseq> o <keyseq><key>Ctrl</"
+"key><key>Maj</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Per a tancar la <gui>finestra de cerca</gui>, premeu o bé <key>Esc</key> o "
+"bé <key>Retorn</key>. Si premeu <key>Esc</key> el cursor tornarà al lloc on "
+"era abans que iniciéssiu la cerca. Si premeu <key>Retorn</key> el cursor "
+"tornarà a la posició actual als resultats de la cerca."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Consells de cerca"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Si destaqueu una part del text amb el ratolí, i a continuació premeu "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, el text que hàgiu ressaltat "
+"apareixerà a la finestra de cerca."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Si voleu veure més opcions de cerca, feu clic a la icona de la <gui style="
+"\"button\">lupa</gui> a la finestra de cerca, o feu clic amb el botó dret a "
+"qualsevol punt de la finestra de cerca. Podeu seleccionar una o més de les "
+"opcions de cerca següents:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Seleccioneu <gui>Coincidència entre majúscules i minúscules</gui> perquè la "
+"cerca distingeixi entre majúscules i minúscules."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Seleccioneu <gui>Fes coincidir la paraula sencera</gui> per a cercar només "
+"paraules senceres."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Seleccioneu <gui>Continua des de l'inici</gui> per a cercar el text des del "
+"principi al final i tornar a començar després."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"El gedit mantindrà destacat el text que heu cercat, fins i tot un cop "
+"finalitzada la cerca. Per a eliminar el destacat, feu clic a <gui style="
+"\"menuitem\">Neteja el ressaltat</gui> o premeu <keyseq><key>Ctrl</"
+"key><key>Maj</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Verifica l'ortografia als fitxers."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Comprovar l'ortografia del document"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Activar el corrector ortogràfic"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"La funcionalitat de comprovació de l'ortografia se subministra com un "
+"connector del <app>gedit</app> que es pot activar quan es necessiti. Per a "
+"activar el connector:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Seleccioneu <gui style=\"menuitem\">Comprovador d'ortografia</gui> per a "
+"activar el connector."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Per a comprovar si hi ha paraules mal escrites al vostre document:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Seleccioneu <guiseq><gui style=\"menu\">Eines</gui> <gui style=\"menuitem"
+"\">Comprova l'ortografia</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Per a fer que el <app>gedit</app> ressalti automàticament els errors "
+"ortogràfics al document mentre escriviu, seleccioneu <guiseq><gui style="
+"\"menu\">Eines</gui><gui style=\"menuitem\">Ressalta les paraules mal "
+"escrites</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Ús del corrector ortogràfic"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Podeu triar la forma de substitució correcta per als errors ortogràfics des "
+"del diàleg \"Comprova l’ortografia\". L'error ortogràfic que marca el "
+"corrector es mostra en negreta al costat de <gui>Paraula mal escrita</gui>. "
+"Podeu triar entre les següents accions correctives:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Canvia a:</gui> permet que introduïu una paraula i "
+"utilitzeu <gui style=\"button\">Revisa la paraula</gui> per a comprovar la "
+"seva correcció ortogràfica."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Suggeriments:</gui> llista els possibles substituts de "
+"la paraula."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignora</gui> permet saltar el control ortogràfic per "
+"<em>una</em> instància de la paraula actual."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Ignora-ho tot</gui> permet saltar el control "
+"ortogràfic per a <em>totes</em> les instàncies de la paraula actual."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Canvia</gui> substitueix l'errada ortogràfica o la "
+"paraula desconeguda amb <em>una</em> triada de la llista de <gui style="
+"\"menuitem\">Suggeriments:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Canvia-ho tot</gui> substitueix <em>totes</em> les "
+"errades ortogràfiques o les paraules desconegudes amb la paraula substituta "
+"triada de la llista de <gui style=\"menuitem\">Suggeriments:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Afegeix paraula</gui> permet afegir la paraula al "
+"<gui>Diccionari de l'usuari</gui> del <app>gedit</app>. Afegir paraules "
+"pròpies al <gui>Diccionari de l'usuari</gui> permet al <app>gedit</app> "
+"reconèixer la paraula als documents i no destacar-la com errada."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Definir l'idioma que s'utilitzarà en la correcció ortogràfica"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Per defecte, el <app>gedit</app> utilitzarà el vostre idioma per a la "
+"correcció del document. Si necessiteu un altre idioma, seleccioneu "
+"<guiseq><gui style=\"menu\">Eines</gui><gui style=\"menuitem\">Especifiqueu "
+"l'idioma…</gui></guiseq>, aleshores trieu l'idioma que vulgueu utilitzar."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Diccionaris"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> utilitza <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, una petita utilitat del sistema, per a corregir "
+"ortogràficament. Enchant pot utilitzar diferents diccionaris per a fer les "
+"correccions ortogràfiques. Hi ha dos diccionaris en segon pla d'execució: "
+"<em>Hunspell</em> i <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Si l'idioma que voleu utilitzar no està disponible al <app>gedit</app>, "
+"utilitzeu l’instal·lador de programari o el gestor de paquets de l’ordinador "
+"per a instal·lar el diccionari que vulgueu."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Ressaltar el text per a fer-lo més fàcil de llegir."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Activar el ressaltat de la sintaxi"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Ressaltat de la sintaxi"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"El <app>gedit</app> proporciona el ressaltat de la sintaxi per a un ampli "
+"rang de llenguatges de marques, llenguatges de programació i científics. Si "
+"el <app>gedit</app> reconeix la sintaxi que s’utilitza en obrir un fitxer, "
+"el text es ressaltarà automàticament."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Si la vostra sintaxi o llenguatge no es ressalta d'entrada, podeu "
+"seleccionar la sintaxi o llenguatge adequat fent clic a <guiseq><gui style="
+"\"menu\">Vista</gui> <gui style=\"menuitem\">Mode de ressaltat</gui></"
+"guiseq>, i aleshores triar la sintaxi adequada. Opcionalment, podeu "
+"seleccionar el nom de la sintaxi d'una llista a la part inferior de la "
+"finestra del <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Agrupeu les pestanyes similars."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Organitzar els fitxers en pestanyes agrupades"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Si treballeu amb diverses pestanyes al <app>gedit</app>, les podeu agrupar, "
+"facilitant l'organització dels fitxers oberts. L'afegiment d'una pestanya de "
+"grup nova divideix la finestra del <app>gedit</app> en dos quadres, obre un "
+"«document sense títol» al quadre nou i l'activa. Podeu obrir fitxers en "
+"aquest grup de pestanyes i moure pestanyes d'un grup de pestanyes a un altre."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Obrir un nou grup de pestanyes a la finestra del gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Per a obrir un nou grup de pestanyes, podeu:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Feu clic dret en una pestanya i seleccioneu <gui>Mou a un grup de pestanyes "
+"nou</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Utilitzar la drecera <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></"
+"keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Aquesta acció divideix la finestra del <app>gedit</app> en dos quadres; el "
+"quadre del grup de pestanyes nou es col·locarà a la dreta de la pestanya "
+"activa. Podeu desplaçar la barra vertical cap a la dreta o l'esquerra "
+"assignant més o menys espai als quadres de la finestra del <app>gedit</app> "
+"d'acord amb les vostres necessitats."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Podeu obrir tants grups de pestanyes a la finestra del <app>gedit</app> com "
+"admeti la vostra pantalla, però haureu de desplaçar la barra vertical per "
+"tal de veure-les correctament."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Per a tancar un grup de pestanyes tan sols heu de tancar totes les pestanyes "
+"que estan obertes al seu interior."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Mou la pestanya a un altre grup"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Si voleu moure una pestanya d'un grup a un altre:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Feu clic i mantingueu el botó premut sobre la pestanya."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Arrossegueu la pestanya al panell d'un altre grup."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Col·loqueu-lo al costat d'altres pestanyes del grup de pestanyes."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Deixeu anar el botó del ratolí."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Canvia la posició d'una pestanya a la finestra gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Moure i reordenar pestanyes"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Les pestanyes a <app>gedit</app> es poden moure, fent més senzilla la feina "
+"amb els arxius. Les pestanyes es poden reordenar dins la mateixa finestra, "
+"moure fora del <app>gedit</app> (creant una nova finestra de <app>gedit</"
+"app>), i moure entre finestres."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Canviar l'ordre de les pestanyes en una finestra del gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Per a canviar l'ordre de les pestanyes en una finestra:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Moveu la pestanya a la posició desitjada entre les altres pestanyes."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"La pestanya se situarà a la posició més propera del lloc on deixis anar la "
+"pestanya, immediatament al costat d'altres pestanyes obertes."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Mou una pestanya, creant una nova finestra gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Per a crear una nova finestra des d'una pestanya existent:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Arrossegueu la pestanya fora de la finestra del <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Per a moure una pestanya a una finestra nova quan <app>gedit</app> es "
+"maximitza, arrossegueu la pestanya a la barra superior de la pantalla."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Mou una pestanya a una altra finestra del gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Si voleu moure una pestanya d'una finestra a una altra:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Arrossegueu la pestanya a la nova finestra."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Situeu-la al costat d'altres pestanyes a la nova finestra."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Potser resultar més fàcil moure una pestanya d’una finestra a una altra "
+"arrossegant-la a <gui>Activitats</gui> hot-corner del <gui>Shell de GNOME</"
+"gui>. Així es mostra cadascuna de les finestres obertes del <app>gedit</"
+"app>. Podeu deixar anar la pestanya a la finestra de <app>gedit</app> que "
+"desitgeu."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Crea o tanca pestanyes a la finestra del gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Afegir i suprimir pestanyes"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Les pestanyes del <app>gedit</app> us permeten tenir diversos fitxers sota "
+"control en una sola finestra."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Afegeix pestanyes"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Per a afegir una pestanya nova i crear un fitxer nou, feu clic al botó "
+"<gui>Crea un document nou</gui> del costat esquerre de la barra de capçalera "
+"o premeu <keyseq><key>Ctrl</key><key>T</key></keyseq>. La pestanya s'afegirà "
+"al costat dret de les altres."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Suprimeix pestanyes"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Per a eliminar una pestanya, feu clic a la <gui style=\"button\">×</gui> a "
+"la part dreta de la pestanya o premeu <keyseq><key>Ctrl</key><key>W</key></"
+"keyseq>. Per a eliminar totes les pestanyes obertes, premeu "
+"<keyseq><key>Ctrl</key> <key>Maj</key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Reverteix un canvi recent en un dels vostres fitxers."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Desfer/refer una acció recent"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Si cometeu un error editant un document al <app>gedit</app>, podeu desfer el "
+"canvi prement <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"No podreu revertir un canvi després de tancar el fitxer del <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Per a refer el canvi desfet, premeu <keyseq><key>Ctrl</key><key>Maj</"
+"key><key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Editor de text gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Editor de text gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Pàgina inicial de la guia d'ajuda del gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Editor de text gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Us donem la benvinguda a la guia d'ajuda del <app>gedit</app>. Per una "
+"ràpida introducció a les característiques més bàsiques del <app>gedit</app>, "
+"visiteu la pàgina <link xref=\"gedit-quickstart\">Comenceu amb el gedit</"
+"link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Altres temes d’ajuda s'agrupen en seccions següents. Gaudiu utilitzant "
+"<app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Treball amb fitxers"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Configura el gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Connectors del gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Imprimir amb el gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Atribució Compartir Igual 3.0 Llicència no portada"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Aquest treball està llicenciat sota <_:link-1/>."
diff --git a/help/cs/cs.po b/help/cs/cs.po
new file mode 100644
index 0000000..833f55b
--- /dev/null
+++ b/help/cs/cs.po
@@ -0,0 +1,3520 @@
+# Czech translation of gedit help.
+# Copyright (C) 2009 the author(s) of gedit.
+# This file is distributed under the same license as the gedit help.
+#
+# Lucas Lommer <llommer@svn.gnome.org>, 2009.
+# Marek Černocký <marek@manet.cz>, 2009, 2010, 2014, 2015, 2017, 2019, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"POT-Creation-Date: 2020-11-13 22:19+0000\n"
+"PO-Revision-Date: 2020-11-16 20:38+0100\n"
+"Last-Translator: Marek Černocký <marek@manet.cz>\n"
+"Language-Team: čeština <gnome-cs-list@gnome.org>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Poedit-Language: Czech\n"
+"X-Poedit-Country: CZECH REPUBLIC\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Generator: Gtranslator 2.91.7\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Marek Černocký <marek@manet.cz>, 2009, 2014.\n"
+"Lucas Lommer <llommer@svn.gnome.org>, 2009."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Jak změnit v editoru gedit barvy textu a pozadí."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:11
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Švárová"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Změna barevného schématu"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"Součástí aplikace <app>gedit</app> je několik různých schémat barev, díky "
+"kterým můžete měnit vzhled hlavního okna s textem."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Když chcete změnit barevné schéma:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39 C/gedit-change-default-font.page:29
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Zmáčkněte tlačítko nabídky v pravém horním rohu okna a vyberte <guiseq><gui "
+"style=\"menuitem\">Předvolby</gui> <gui>Písmo a barvy</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Zvolte požadované schéma barev."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Nové schéma barev se okamžitě použije."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Použití vlastního schématu barev"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Můžete také použít schéma barev, které vytvořil někdo jiný, nebo si vytvořit "
+"své vlastní."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Návod, jak si nainstalovat vlastní schéma barev, stejně jako ukázka schématu "
+"barev, kterou si můžete stáhnout a použít, jsou dostupné na <link href="
+"\"http://live.gnome.org/GtkSourceView/StyleSchemes\">wiki editoru gedit</"
+"link> (odkazovaný text je v angličtině)."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Jak použít vlastní písmo pro text v editoru gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:13
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:20
+msgid "Change the default font"
+msgstr "Změna výchozího písma"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:22
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"Ve výchozím stavu používá <app>gedit</app> systémové písmo s pevnou šířkou, "
+"ale máte možnost si ho změnit, aby lépe vyhovovalo vašim potřebám."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:27
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Pokud chcete výchozí písmo v editoru <app>gedit</app> změnit:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr ""
+"Zruště zaškrtnutí vedle popisku „Použít systémové písmo s pevnou šířkou“"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:34
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Klikněte na název aktuálního písma. <app>gedit</app> otevře okno pro výběr "
+"písma, takže uvidíte dostupná písma a to požadované si můžete zvolit."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Až si vyberete nové písmo, použijte <gui>táhlo</gui> pod seznamem písem k "
+"nastavení výchozí velikosti písma."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:39
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr "Klikněte na <gui>Vybrat</gui> a pak dialogové okno zavřete."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Jak opustit soubor, který používáte."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Zavření souboru"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Když chcete v editoru <app>gedit</app> zavřít soubor, klikněte na tlačítko "
+"<gui style=\"button\">×</gui> na pravé straně ouška karty nebo prostě "
+"zmáčkněte <keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Libovolná z těchto činností povede k zavření souboru. Pokud soubor obsahuje "
+"neuložené změny, <app>gedit</app> se dotáže, ještli chcete před zavřením "
+"soubor uložit."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Jak otevřít nový soubor pro úpravy."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Vytvoření nového souboru"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Nejjednodušším způsobem, jak vytvořit v editoru <app>gedit</app> nový "
+"soubor, je kliknout na tlačítko <gui>Vytvořit nový dokument</gui> na levé "
+"straně záhlavní lišty nebo zmáčknout <keyseq><key>Ctrl</key><key>T</key></"
+"keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Kterýmkoliv z těchto uvedených způsobů vytvoříte nový soubor v okně "
+"<app>gedit</app>. Pokud máte již otevřeny jiné soubory, objeví se nový "
+"soubor jako nová karta napravo od ostatních karet se soubory."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Jak použít oprávnění správce k úpravám souboru."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Úprava souborů pod uživatelem root"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Upravovat soubory jako uživatel root je potenciálně rizikové a může vést k "
+"narušení vašeho operačního systému. Proto při takovéto práci dávejte "
+"obvzlášť pozor, co děláte."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Pokud potřebujete upravovat soubory jako superuživatel root, spusťte "
+"<app>gedit</app> z terminálu zadáním:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Při použití příkazu <cmd>sudo</cmd> budete muset před otevřením aplikace "
+"<app>gedit</app> zadat správné heslo."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Alternativou k příkazu <cmd>sudo</cmd> je získat správcovská oprávnění "
+"zadáním:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr "Po té byste měli <app>gedit</app> spustit příkazem <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Po otevření se správcovskými oprávněními si je <app>gedit</app> uchová, "
+"dokud jej nezavřete."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Výuka základů práce se soubory v editoru gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Základní práce se soubory: otevřít, zavřít a uložit"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Pokud jste v používání editoru <app>gedit</app> nováčci, tato kapitola vás "
+"seznámí s vytvářením, ukládáním, otevíráním a zavíráním souborů."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Jak nastavit gedit, aby používal celou obrazovku."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Používání režimu celé obrazovky"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Když pracujete s rozsáhlými dokumenty, může se vám v editoru <app>gedit</"
+"app> hodit režim celé obrazovky. Při použití tohoto režimu se skryje "
+"<gui>nabídková lišta</gui>, <gui>lišta karet</gui> i <gui>nástrojová lišta</"
+"gui> a získáte tak více místa pro svůj text a můžete se lépe zaměřit na "
+"vlastní práci."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Zapnutí režimu celé obrazovky"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Režim celé obrazovky zapnete zmáčknutím <key>F11</key>. Nabídky, záhlaví a "
+"lišta karet se v aplikaci <app>gedit</app> skryjí a zobrazen bude čistě text "
+"z aktuálního souboru."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Pokud se v režimu celé obrazovky potřebujete dostat k nějaké funkci z "
+"nabídky <app>gedit</app>, přesuňte ukazatel myši k horní hraně obrazovky. "
+"Nabídková lišta se znovu objeví a můžete si vybrat požadovanou položku."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"K přepínání mezi otevřenými kartami v režimu celé obrazovky používejte "
+"kombinace kláves <keyseq><key>Ctrl</key><key>Alt</key><key>PageUp</key></"
+"keyseq> nebo <keyseq><key>Ctrl</key><key>Alt</key><key>PageDown</key></"
+"keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Vypnutí režimu celé obrazovky"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Pro vypnutí režimu celé obrazovky a návrat k běžnému oknu <app>gedit</app> "
+"zmáčkněte <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Můžete také přesunout ukazatel myši k horní hraně obrazovky a vyčkat, až se "
+"objeví <gui>nabídková lišta</gui>. Po té zmáčkněte tlačítko <gui>Opustit "
+"celou obrazovku</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Jak použít postranní panel editoru gedit k procházení souborů."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Zobrazení a otevření souborů z postranního panelu"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"Nějběžnějším způsobem přepínání mezi soubory je v editoru <app>gedit</app> "
+"používání karet v horní části okna. V některých případech, třeba když "
+"pracujete s opravdu velkým množstvím souborů, může být jednodušší cestou "
+"použití postranního panelu."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Postranní panel aktivujete tak, že vyberete <guiseq><gui>Zobrazit</gui> "
+"<gui>Postranní panel</gui></guiseq> nebo zmáčknete klávesu <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Jestli má být postranní panel otevřený nebo zavřený, můžete kdykoliv "
+"přepnout zmačknutím <key>F9</key>."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Otevírání souborů z postranního panelu"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Abyste mohli z postranního panelu otevřít soubory, nejdříve jej zobrazte "
+"pomocí <guiseq><gui>Zobrazit</gui> <gui>Postranní panel</gui></guiseq> (nebo "
+"jen zmáčkněte <key>F9</key>) a pak zvolte <gui>Prohlížeč souborů</gui> z "
+"rozbalovací nabídky v horní části panelu."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Tím se aktivuje režim <em>prohlížeče souborů</em> v postranním panelu. "
+"Můžete využít tlačítka v horní části panelu k vyhledání a otevření "
+"požadovaných souborů."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Používejte postranní panel k přepínání mezi soubory"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Když máte otevřeno několik souborů, můžete použít postranní panel k "
+"přepínání mezi nimi. Pro vypsání souborů zvolte <gui>Dokumenty</gui> z "
+"rozbalovací nabídky v horní části panelu."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Kliknutím na libovolný název souboru v postranním panelu dotyčný soubor "
+"otevřete pro úpravy."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Jak otevřít soubory, aby se s nimi mohlo pracovat."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Otevření souboru nebo sady souborů"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Když chcete v editoru <app>gedit</app> otevřít soubor, klikněte na tlačítko "
+"<gui>Otevřít</gui> nebo zmáčkněte <keyseq><key>Ctrl</key><key>O</key></"
+"keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"To způsobí, že se objeví dialogové okno <gui>Otevření</gui>. Použijte myš "
+"nebo klávesnici k výběru souboru, který si přejete otevřít a klikněte na "
+"<gui>Otevřít</gui>. Soubor, který jste vybrali, se otevře v nové kartě."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Kliknutím na <gui>Zrušit</gui> dialogové okno <gui>Otevření</gui> uzavřete, "
+"aniž by se soubor otevřel."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Můžete použít klávesy <key>Ctrl</key> a <key>Shift</key> k otevření více "
+"souborů naráz. Když držíte během označování více souborů zmáčknutou klávesu "
+"<key>Ctrl</key>, otevře se pak kliknutím na <gui>Otevřít</gui> každý z "
+"těchto souborů, který jste označili."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Když během označování více souborů držíte zmáčknutou klávesu <key>Shift</"
+"key>, otevře se první vybraný soubor, poslední vybraný soubor a všechny "
+"soubory mezi nimi."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Jak se dostat k souborům, které jsou umístěny na jiném počítači."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Otevření souboru umístěného na serveru"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Než se pustíte v editoru <app>gedit</app> do otevření souboru ze serveru, "
+"musíte znát o serveru některé technické údaje. Například potřebujete znát IP "
+"adresu nebo adresu URL serveru a možná budete potřebovat vědět, o jaký druh "
+"serveru se jedná (např. HTTP, FTP apod.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Navíc některé servery uplatňují omezení na to, co se soubory uloženými na "
+"serveru můžete dělat. Například můžete soubor otevřít ze serveru, ale "
+"provedené změny budete muset uložit na místní disk na svém počítači."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Vezměte v potaz tato upozornění a můžete se pustit do otevření souboru ze "
+"serveru v editoru <app>gedit</app> v následujících krocích:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "V záhlavní liště klikněte na <gui>Otevřít</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Klikněte na <gui>Další umístění</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Zadejte IP adresu nebo URL patřičného serveru."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Najděte a vyberte soubor, který si přejete otevřít."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Použijte rozbalovací seznam <gui>Kódování znaků</gui> k výběru správného "
+"kódování znaků."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Klikněte na <gui>Otevřít</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Mezi platné typy adres URI patří http:, ftp:, file:, a všechny metody "
+"podporované <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Soubory z některých typů URI se otevírají v pouze pro čtení a pokud chcete "
+"uložit změny, musíte tak provést na jiné místo. Například HTTP umožňuje "
+"soubory pouze číst. Soubory otevřené z FTP jsou pouze pro čtení kvůli tomu, "
+"že ne všechny FTP servery pracují korektně s ukládáním vzdálených souborů."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr ""
+"Jak se dostat k souborům, které jste již dříve v aplikaci <app>gedit</app> "
+"otevřeli."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Opětovné otevření nedávno použitého souboru"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> poskytuje přístup k několika nedávno použitým souborům, "
+"které jste dříve otevřeli v aplikaci <app>gedit</app>. Zde je postup, jak "
+"můžete nedávno použitý soubor otevřít:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Klikněte na tlačítko se šipkou vedle tlačítka <gui>Otevřít</gui> na záhlavní "
+"liště."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr "<app>gedit</app> zobrazí nabídku s nedávno použitými soubory."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Vyberte požadovaný soubor a ten se otevře v nové kartě."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Když najedete myší na nedávno použitý soubor v nabídce, zobrazí se vám ve "
+"stavové liště v dolní části okna <app>gedit</app> jeho plný název."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr ""
+"Jak používat zásuvné moduly k přizpůsobení práce v editoru gedit podle sebe."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Nastavení a používání zásuvných modulů"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"S použitím zásuvných modulů můžete v editoru <app>gedit</app> dělat daleko "
+"víc věcí. Několik zásuvných modulů je přítomno už ve výchozím stavu, ale "
+"většina je dodávána odděleně."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Hodně linuxových distribucí poskytuje tyto zásuvné moduly dohromady v jednom "
+"balíčku s názvem <app>gedit-plugins</app>. Po nainstalování tohoto balíčku "
+"budete mít dodatečné zásuvné moduly k dispozici."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Nainstalovat gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Výchozí zásuvné moduly editoru gedit"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Dodatečné zásuvné moduly editoru gedit"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Jak změnit velikost písmen ve vybraném textu."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Změna velikosti písmen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Tento zásuvný modul vám pomůže měnit velikost písmen ve vybrané části textu. "
+"Můžete jej použít ke změně textu na malá písmena, na velká písmena, k "
+"přehození malých na velká a velkých na malá nebo k nastavení prvních písmen "
+"slov na velká a ostatních na malá. Zásuvný modul povolíte pomocí "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Předvolby</"
+"gui> <gui>Zásuvné moduly</gui> <gui>Změnit velikost písmen</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Až máte zásuvný modul <em>Změnit velikosti písmen</em> povolený, můžete jej "
+"používat následujícím postupem:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Zvýrazněte část textu, u které chcete změnu provést."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">gedit</gui> <gui>Změnit velikost písmen</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Zvolte požadovaný způsob formátování textu."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Změna formátování textu se projeví okamžitě."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Volba <gui>Invertovat velikost písmen</gui> převede každé malé písmeno na "
+"velké a naopak každé velké písmeno na malé."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Volba <gui>Začátky slov velkými písmeny</gui> převede první písmeno v každém "
+"slově na velké. Všechna ostatní písmena budou převedena na malá."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"V případě, že nemáte žádný text zvýrazněn, funkce <em>Změnit velikost "
+"písmen</em> bude zašedlá. Abyste mohli tuto funkci použít, musíte nejdříve "
+"nějaký text vybrat."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Jak zobrazit statistiku dokumentu."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Statistika dokumentu"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Zásuvný modul <em>Statistika dokumentu</em> zobrazuje různé statistiky o "
+"aktuálním dokumentu. Tento modul zapnete pomocí <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Předvolby</gui> <gui>Zásuvné moduly</"
+"gui> <gui>Statistika dokumentu</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Používání statistiky dokumentu"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Až máte zásuvný modul povolený, použijte jej pomocí <guiseq><gui>Nástroje</"
+"gui> <gui>Statistika dokumentu</gui></guiseq>. V okně se vám zobrazí "
+"statistické údaje o vašem dokumentu, včetně počtu slov, řádků, znaků, "
+"nebílých znaků a velikosti souboru v bajtech."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"<em>Statistiku dokumentu</em> můžete použít i k zobrazení informací o části "
+"dokumentu. Stačí pomocí myši vybrat část textu, kterou chcete prozkoumat a "
+"použít <guiseq><gui>Nástroje</gui> <gui>Statistika dokumentu</gui></guiseq>. "
+"<app>gedit</app> zobrazí údaje jak pro celý dokument, tak pro vybranou část "
+"textu."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Jak spustit skript vůči aktuálním souborům a jak komunikovat s ostatními "
+"aplikacemi."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Externí nástroje"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Zásuvný modul <em>Externí nástroje</em> vám může pomoci zjednodušit často "
+"opakované úkony. Konkrétně rozšiřuje schopnosti editoru <app>gedit</app> o "
+"spouštění skriptů vůči souborům, se kterými pracujete, a umožňuje interakci "
+"mezi aplikací <app>gedit</app> a dalšími aplikacemi. Zásuvný modul "
+"<app>Externí nástroje</app> povolíte pomocí <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Předvolby</gui> <gui>Zásuvné moduly</"
+"gui> <gui>Externí nástroje</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Nastavení zásuvného modulu Externí nástroje"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Když máte zásuvný modul povolen, musíte jej nastavit, aby vyhovoval vašim "
+"potřebám. Nastavení voleb je dostupné přes <guiseq><gui>Nástroje</gui> "
+"<gui>Správa externích nástrojů</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Tento zásuvný modul je určen spíše pro pokročilé uživatele a aby mohl být "
+"naplno využíván, vyžaduje znalosti skriptování. Používejte jej obezřetně, "
+"protože chyby ve skriptech mohou vést k nechtěným zásahům do vaší práce."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Jak používat postranního panelu k procházení a otevírání souborů."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Panel prohlížeče souborů"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"V závislosti na tom, k čemu <app>gedit</app> používáte, se vám může někdy "
+"hodit využít <app>Panel prohlížeče souborů</app>. Tento zásuvný modul "
+"zabuduje do postranního panelu <app>prohlížeč souborů</app>, který vám "
+"poskytne přístup k často používaným souborům."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Zásuvný modul můžete zapnout pomocí <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui style=\"menuitem\">Předvolby</gui> <gui>Zásuvné moduly</gui> <gui>Panel "
+"prohlížeče souborů</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Jak vložit aktuální datum/čas na pozici kurzoru."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Vložit datum/čas"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Jak se dá poznat z názvu <gui>Vložit datum/čas</gui>, zásuvný modul umožňuje "
+"vložení data a/nebo času na aktuální pozici kurzoru."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Abyste povolili zásuvný modul:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Zmáčkněte tlačítko nabídky v pravém horním rohu okna a vyberte <guiseq><gui "
+"style=\"menuitem\">Předvolby</gui> <gui style=\"tab\">Zásuvné moduly</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Zaškrtnutím <gui style=\"menuitem\">Vložit datum/čas</gui> zásuvný modul "
+"povolíte."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Když chcete zásuvný modul využít, zmáčkněte tlačítko nabídky v pravém horním "
+"rohu okna a vyberte <guiseq><gui style=\"menuitem\">Nástroje</gui> <gui "
+"style=\"menuitem\">Vložit datum a čas…</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"Standardně se zásuvný modul <gui>Vložit datum/čas</gui> při každém použití "
+"zeptá, jaký chcete zvolit formát data/času. Můžete si ale nastavit svůj "
+"výchozí formát tak, že zmáčknete tlačítko nabídky v pravém horním rohou okna "
+"a vyberete <guiseq><gui style=\"menuitem\">Předvolby</gui> <gui style=\"tab"
+"\">Zásuvné moduly</gui> <gui>Vložit datum/čas</gui> <gui style=\"button"
+"\">Předvolby</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Jak nainstalovat zásuvné moduly třetích stran."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Dodatečné zásuvné moduly editoru gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Instalací zásuvných modulů třetích stran získáte další funkcionalitu, kterou "
+"neposkytují výchozí zásuvné moduly editoru <app>gedit</app> ani rozšiřující "
+"zásuvné moduly z balíčku <app>gedit-plugins</app>. Na <link href=\"https://"
+"wiki.gnome.org/Apps/Gedit/Plugins#third_party\">této adrese</link> je "
+"udržován on-line seznam zásuvných modulů třetích stran."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Instalace zásuvného modulu třetí strany sestává ze stažení zásuvného modulu, "
+"jeho umístění do správné složky a jeho aktivace."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Zásuvný modul je obvykle možné stáhnout z jeho webových stránek, v některých "
+"případech ale budete potřebovat nějaký program pro správu verzí, jako je "
+"<app>git</app>, <app>bazaar</app> nebo <app>subversion</app>, abyste z "
+"Internetu stáhli kopii repozitáře. Jak přesně zásuvný modul získat, byste "
+"měli nalézt v jeho dokumentaci."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Soubory zásuvného modulu umístěte do složky <file>/home/"
+"<var>uživatelské_jméno</var>/.local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Ve výše uvedené cestě samozřejmě nahraďte <var>uživatelské_jméno</var> svým "
+"skutečným uživatelským jménem."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Až máte soubory zásuvného modulu umístěny ve správné složce, objeví se "
+"dotyčný zásuvný modul v nabídce v předvolbách. Zmáčkněte tlačítko nabídky v "
+"pravém horním rohu okna a vyberte <guiseq><gui style=\"menuitem\">Předvolby</"
+"gui> <gui style=\"tab\">Zásuvné moduly</gui> <gui>[název zásuvného modulu]</"
+"gui></guiseq>. Tím zásuvný modul povolíte."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Klikněte na <gui>Zavřít</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr "Jakmile máte zásuvný modul povolen, mělo by být možné jej používat."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Složka <file>.local</file> je standardně skrytá. Abyste si ji, nebo i jiné "
+"skryté soubory, zobrazili, vyberte <guiseq><gui>Zobrazit</gui> "
+"<gui>Zobrazovat skryté soubory</gui></guiseq> nebo zmáčkněte "
+"<keyseq><key>Ctrl</key> <key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Pokud se složka <file>.local/share/gedit/plugins/</file> ve vašem systému "
+"nenachází, bude si ji potřebovat vytvořit."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Podpora řádků s režimem ve stylu Emacs, Kate a Vim pro editor gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Řádky s režimem"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Zásuvný modul <app>Řádky s režimem</app> umožňuje editoru <app>gedit</app> "
+"analyzovat řádky textu na začátku a na konci souboru a použít u tohoto "
+"souboru sadu předvoleb. Zásuvný modul <app>Řádky s režimem</app> podporuje "
+"podmnožinu voleb používaných v textových editorech <app>Emacs</app>, "
+"<app>Kate</app> a <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Zásuvný modul <app>Řádky s režimem</app> povolíte pomocí <guiseq><gui style="
+"\"menu\">gedit</gui> <gui style=\"menuitem\">Předvolby</gui> <gui>Zásuvné "
+"moduly</gui> <gui>Řádky s režimem</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Obecné volby Řádků s režimem"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Pomocí řádků s režimem můžete v editoru <app>gedit</app> nastavit "
+"následující volby:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Šířka tabulátoru"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Šířka odsazení"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Vkládání mezer místo tabulátorů"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Zalamování textu"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Šířka pravého okraje"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Volby nastavené s použitím řádků s režimem mají přednost před stejnými "
+"volbami zadanými v dialogovém okně Předvolby."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Řádky s režimem ve stylu Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"První dva řádky dokumentu se zkoumají na řádky s režimem <app>Emacs</app>. "
+"<app>gedit</app> podporuje následující volby řádků s režimem <app>Emacs</"
+"app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "tab-width (šířka tabulátoru)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "indent-offset (šířka odsazení)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "indent-tabs-mode (režim odsazování tabulátory)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "auto-wrap (automatické zalamování)"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Ohledně dalších informací k řádkům s režimem <app>Emacs</app> navštivte "
+"<link href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">Příručku "
+"k GNU Emacs</link> (odkazovaný text je v angličtině)."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Řádky s režimem ve stylu Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Prvních pět a posledních pět řádků dokumentu se zkoumá na řádky s režimem "
+"<app>Kate</app>. <app>gedit</app> podporuje následující volby řádků s "
+"režimem <app>Kate</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width (šířka tabulátoru)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width (šířka odsazení)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent (odsazovat mezerami)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap (zalamovat slova)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column (sloupec pro zalamování slov)"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Ohledně dalších informací k řádkům s režimem <app>Kate</app> navštivte <link "
+"href=\"https://kate-editor.org/\">webové stránky Kate</link> (odkazovaný "
+"text je v angličtině)."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Řádky s režimem ve stylu Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"První tři a poslední tři řádky dokumentu se zkoumají na řádky s režimem "
+"<app>Vim</app>. <app>gedit</app> podporuje následující volby řádků s režimem "
+"<app>Vim</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (převádět tabulátory na mezery)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (šířka tabulátoru)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (šířka odsazení)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap (zalamování)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth (šířka textu)"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Ohledně dalších informací k řádkům s režimem <app>Vim</app> navštivte <link "
+"href=\"https://www.vim.org/\">webové stránky Vim</link> (odkazovaný text je "
+"v angličtině)."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Jak přidat do spodního panelu interaktivní konzolu jazyka Python."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Konzola Python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Do spodního panelu můžete přidat konzolu jazyka Python, abyste mohli "
+"testovat skripty Python, aniž byste museli opustit <app>gedit</app>. Konzolu "
+"Pythonu povolite pomocí <guiseq><gui style=\"menu\">gedit</gui> <gui style="
+"\"menuitem\">Předvolby</gui> <gui>Zásuvné moduly</gui> <gui>Konzola Python</"
+"gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Když je konzola Python povolená, můžete ji otevřít přes "
+"<guiseq><gui>Zobrazit</gui> <gui>Spodní panel</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Pokud máte zároveň povolený zásuvný modul <gui>Vestavěný terminál</gui>, "
+"objeví se <gui>Konzola Python</gui> na spodním panelu v podobě karty."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Jak rychle otevřít soubor nebo sadu souborů."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Rychle otevřít"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Jak napovídá název tohoto zásuvného modulu <app>Rychle otevřít</app>, pomáhá "
+"otevírat soubory rychlejším způsobem, než se soubory běžně otevírají. "
+"Povolíte jej pomocí <guiseq><gui style=\"menu\">gedit</gui> <gui>Předvolby</"
+"gui> <gui>Zásuvné moduly</gui> <gui>Rychle otevřít</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Až máte zásuvný modul <app>Rychle otevřít</app> povolen, můžete jej použít "
+"následovně:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Otevřete dialogové okno <app>Rychlé otevření</app> zmáčknutím "
+"<keyseq><key>Ctrl</key> <key>Alt</key> <key>O</key></keyseq> nebo pomocí "
+"<gui style=\"menuitem\">Rychle otevřít…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Objeví se dialogové okno <gui>Rychlé otevření</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Použijte myš k výběru souboru či souborů, které chcete otevřít."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Jestli chcete vybrat několik jednotlivých souborů, držte během klikání na ně "
+"zmáčknutou klávesu <key>Ctrl</key>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Pokud chcete vybrat skupinu souborů, klikněte na první soubor, který chcete "
+"otevřít, a pak držte zmáčknutý <key>Shift</key> a klikněte na poslední "
+"soubor, který chcete otevřít."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Rychlé otevření</app> bude hledat soubory v:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "Složce aktuálního otevřeného dokumentu"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"Kořenové složce zásuvného modulu <app xref=\"gedit-plugins-file-browser"
+"\">Panel prolížeče souborů</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Nedávných dokumentech, které jsou známé také jako složka <file>Nedávné</"
+"file> v aplikaci <app>Soubory</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr ""
+"Složkách, pro které máte v aplikaci <app>Soubory</app> vytvořeny záložky"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Vaší složce <file>Plocha</file>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "Vaší <file>Domovské</file> složce"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Rychlé otevření</app> zobrazuje soubory z těchto umístění bez ohledu na "
+"to, jestli jste je už dříve měly otevřeny nebo ne."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr "Jak použít úryvky k rychlému vkládání často používaných částí textu."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Úryvky"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Úryvky</app> poskytují pohodlný způsob, jak vkládat opakující se části "
+"kódu do vašeho souboru. Například úryvek HTML pro značku <code>&lt;img&gt;</"
+"code> by vložil otevírací a zavírací část značky, včetně vyhrazeného místa, "
+"do kterého jen dopíšete atributy obrázku. Díky tomu můžete psát kód "
+"jednodušeji a rychleji."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Povolení zásuvného modulu Úryvky"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Jestli chcete zásuvný modul <gui>Úryvky</gui> povolit:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Předvolby</gui> <gui style=\"tab\">Zásuvné moduly</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Zaškrtnutím <gui style=\"menuitem\">Úryvky</gui> zásuvný modul povolíte."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Procházení úryvků"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Když chcete procházet dostupné úryvky:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">Nástroje</gui> <gui style=\"menuitem"
+"\">Správa úryvků</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Ujistěte se, že je nastavená správná syntax. Statová lišta u spodní části "
+"okna <app>gedit</app> zobrazuje aktuálně nastavený jazyk. Toto nastavení "
+"jazyku zajišťuje, že gedit bude vkládat správné úryvky. Normálně <app>gedit</"
+"app> sám rozpozná jazyk nebo syntax souboru, který používáte, ale občas je "
+"potřeba jej nastavit ručně."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "V tomto příkladu je jazyk nastaven na HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr ""
+"Procházejte si úryvky, které jsou dostupné pro zvolený jazyk či syntax."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Používání úryvků"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Když chcete do svého aktuálního dokumentu vložit úryvek:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr "Napište kdekoliv v aktuálním dokumentu název úryvku."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Zmáčknutím klávesy <key>Tab</key> vložíte úryvek spřažený ze zadaným názvem."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Příklad použití úryvku"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Napřiklad mějme syntax nastavenu na <em>HTML</em>, napište <code>head</code> "
+"a zmáčkněte klávesu <key>Tab</key>. Text by se měl automaticky přeměnit na "
+"úryvek:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Název stránky&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Přidání úryvku"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Můžete přidávat úryvky, které budou fungovat globálně (tj. nezávislé na "
+"jazyku) nebo které budou jen pro konkrétní syntax."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Vyberte <guiseq style=\"menu\"><gui style=\"menuitem\">Nástroje</gui> <gui "
+"style=\"menuitem\">Správa úryvků</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"V postranním panelu <gui>Správa úryvků</gui> vyberte požadovanou syntax a "
+"klikněte na tlačítko „+“, aby se pro zvolenou syntax vypsaly stávající "
+"úryvky."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Abyste přidali úryvek, který funguje globálně (tj. když není pro dokument "
+"nastavena žádná konkrétní syntax nebo jazyk), vyberte v postranním panelu "
+"<gui>Správa úravků</gui> skupinu <gui>Globální</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Nový úryvek přidáte kliknutím na ikonu „plus“ v postranním panelu "
+"<gui>Správa úryvků</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Zadejte název pro nový úryvek. Název úryvku se může od úryvku, který chcete "
+"přidat, lišit."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"V části <gui style=\"group\">Aktivace</gui> musíte zadat výraz do pole <gui "
+"style=\"input\">Tabulátorový spouštěč</gui>. Tento výraz budete používat k "
+"zadávání úryvku."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Pokud si přejete úryvek vkládat klávesovou zkratkou, klikněte myší do pole "
+"<gui style=\"input\">Klávesová zkratka</gui> a zmáčkněte požadovanou "
+"kombinaci kláves. Po té, co klávesy zmáčkněte a pustíte, bude klávesová "
+"zkratka nastavena."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Do textové oblasti <gui style=\"input\">Upravit:</gui> vložte požadovaný "
+"text úryvku. Můžete použít proměnné ve stylu <code>${n}</code>, kde <em>n</"
+"em> nahraďte číslem, které představuje pořadí, v jakém se budou proměnné "
+"zadávat."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Příklad nového úryvku"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Předpokládejme, že máte vytvořen úryvek s výrazem <var>uvítání</var> v <gui "
+"style=\"input\">Tabulátorovém spouštěči:</gui>. Textová oblast <gui style="
+"\"input\">Upravit:</gui> obsahuje:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;\n"
+" Ahoj ${1:naprosto} ${2:úžasný} světe!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Tento úryvek můžete vložit tak, že v dokumentu napíšete <var>uvítání</var> a "
+"zmáčknete klávesu <key>Tab</key>. Vloží se následující text:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;\n"
+" Ahoj naprosto úžasný světe!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Slova „naprosto“ a „úžasný“ můžete podle momentální potřeby ponechat nebo "
+"smazat. Uděláte to tak, že se mezi těmito slovy přepnete klávesou <key>Tab</"
+"key> a případně je pomocí klávesy <key>Del</key> smažete."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Jak seřadit řádky textu v abecedním pořadí."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Řadit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Zásuvný modul <app>Řadit</app> uspořádává vybrané řádky textu v abecedním "
+"pořadí."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Povolení zásuvného modul Řadit"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Abyste povolili zásuvný modul <app>Řadit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Zaškrtnutím <gui style=\"menuitem\">Řadit</gui> zásuvný modul povolíte."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Používání zásuvného modulu Řadit"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Když chcete zásuvný modul <gui>Řadit</gui> použít:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Vyberte požadované řádky textu."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">Nástroje</gui> <gui style=\"menuitem"
+"\">Seřadit…</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Otevře se dialogové okno <gui>Řadit</gui>, ve kterém si můžete navolit, jak "
+"se má seřazení provést:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr "<gui>Obrácené pořadí</gui> seřadí text v obráceném abecedním pořadí."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr "<gui>Odstranit duplikáty</gui> odstraní ze seznamu duplicitní hodnoty."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"<gui>Ignorovat velikost písmen</gui> bude ignorovat rozdíly ve velikosti "
+"písmen."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Aby se při řazení ignorovaly znaky na začátku řádku, nastavte první znak, "
+"který se použije pro řazení, v číselném poli <gui>Začít ve sloupci</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Operaci seřazení spustíte kliknutím na <gui>Seřadit</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Jak nastavit stránky, aby se tisky v zadaném pořadí."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Získání kopií vytisknutých ve správném pořadí"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Obrátit"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Tiskárny obvykle tisknou první stránku jako první a poslední jako poslední, "
+"takže stránky ve výstupním zásobníku končí v opačném pořadí, než byste "
+"chtěli. Tohle pořadí ale můžete změnit:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">Soubor</gui> <gui style=\"menuitem"
+"\">Tisk</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"Na kartě <gui style=\"tab\">Obecné</gui> v dialogovém okně Tisk v části <gui "
+"style=\"group\">Kopie</gui> zaškrtněte <gui style=\"checkbox\">Obrátit</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Poslední stránka se vytiskne jako první atd."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Setřídit"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Pokud tisknete více kopií dokumentu, budou standardně na výstupu stránky "
+"seskupeny podle čísel. (Tj. nejdříve vyjedou všechny stránky jedna, pak "
+"všechny stránky dva atd.) Setříděním získáte seskupené jednotlivé sady "
+"dokumentu."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Setřídění se provede následovně:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Klikněte na <guiseq><gui style=\"menu\">Soubor</gui> <gui style=\"menuitem"
+"\">Tisk</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"Na kartě <gui style=\"tab\">Obecné</gui> v dialogovém okně Tisk v části <gui "
+"style=\"group\">Kopie</gui> zaškrtněte <gui style=\"checkbox\">Setřídit</"
+"gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Jak vytisknout soubory, které jste v editoru gedit vytvořili."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Tisk dokumentů"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Abyste mohli z aplikace <app>gedit</app> tisknout, musíte mít připojenou a "
+"nastavenou tiskárnu. Pokud tomu tak doposud není, můžete najít příslušné "
+"rady v <link href=\"help:gnome-help/printing\">nápovědě k tisku v GNOME</"
+"link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> umožňuje tisknout jak do souboru, tak na papír."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Náhled tisku"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Než svůj dokument vytisknete, můžete si pomocí <gui>Náhled tisku</gui> "
+"prohlédnout, jak bude vytisklý dokument vypadat. Pro zobrazení náhledu:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">Soubor</gui> <gui style=\"menuitem"
+"\">Náhled tisku</gui></guiseq>. Případně můžete zmáčknout <keyseq><key>Ctrl</"
+"key> <key>Shift</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Náhled dokumentu se otevře v té samé kartě, jako soubor. Náhled si můžete "
+"procházet pomocí navigačních tlačítek a nástrojů na nástrojové liště v horní "
+"části karty s náhledem. Pro zavření náhledu a návrat do dokumentu klikněte "
+"na <gui style=\"button\">Zavřít náhled</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Tisk na papír"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Svůj dokument můžete vytisknout na tiskárně, jak místní, tak vzdálené. "
+"Postupujte následovně:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">Soubor</gui> <gui style=\"menuitem"
+"\">Tisk</gui> <gui style=\"tab\">Obecné</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Ze seznamu dostupných tiskáren vyberte požadovanou tiskárnu."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Můžete si nechat zobrazit náhled souboru pomocí <gui style=\"button\">Náhled "
+"tisku</gui> a teprve, až jej shledáte uspokojivým, klikněte na <gui style="
+"\"button\">Tisk</gui>, aby se odeslal do tiskárny."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Navíc můžete na kartě <gui style=\"tab\">Nastavení stránky</gui> upravit "
+"volby <gui style=\"group\">Rozvržení</gui> a <gui style=\"group\">Papír</"
+"gui>. Protože tyhle volby se obecně týkají všech programů v <app>GNOME</"
+"app>, podívejte se do nápovědy <link href=\"help:gnome-help/printing#paper"
+"\">Volby Rozvržení a Papír</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Tisk více kopií a určeného rozsahu stránek"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Může se vám hodit možnost nastavení voleb <gui style=\"group\">Rozsah</gui> "
+"a <gui style=\"group\">Kope</gui>:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Tisk do souboru"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"<app>gedit</app> můžete použít také k tisku do souboru. Abyste vytiskli svůj "
+"dokument do souboru v některém z formátů:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">Soubor</gui> <gui style=\"menuitem"
+"\">Tisk</gui> <gui style=\"menuitem\">Tisk do souboru</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "Při tisku do souboru máte na výběr z následujících formátů:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Kliknutím na <gui style=\"button\">Tisk</gui> dokument vytisknete do souboru."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Jak vybrat stránky, které chcete tisknout."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Tisk jen konkrétních stránek"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Z dokumentu můžete vytisknout jen konkrétní vybrané stránky. Například, když "
+"zadáte čísla stránek „1,3,5-7,9“, vytisknou se jen stránky 1, 3, 5, 6, 7 a "
+"9. Aby se vytiskly jen zvolené stránky:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">Soubor</gui> <gui style=\"menuitem"
+"\">Tisk…</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"Na kartě <gui style=\"tab\">Obecné</gui> v dialogovém okně Tisk vyberte v "
+"části <gui style=\"group\">Rozsah</gui> volbu <gui style=\"radiobutton"
+"\">Stránky</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Napište čísla stránek, které z dokumentu chcete vytisknout. K oddělování "
+"použijte čárky, k určení rozsahu použijte pomlčku."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Stručný úvod do editoru gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Začínáme s editorem gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> je textový editor pro pracovní prostředí GNOME oplývající "
+"všemi potřebnými funkcemi. Můžete jej používat k přípravě jednoduchých "
+"poznámek a dokumentů nebo můžete využít jeho pokročilých funkcí a udělat si "
+"z něj vlastní vývojářské prostředí."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Jakmile <app>gedit</app> spustíte, můžete začít psát. Napsaný text uložíte "
+"prostým kliknutím na tlačítko <gui>Uložit</gui> v záhlavní liště okna "
+"<app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Vysvětlení dalších funkcí a pomoc s prováděním pokročilejších úloh "
+"vyhledejte v <link xref=\"index\">dalších částech</link> nápovědy k aplikaci "
+"<app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Jak nahradit části textu v souboru."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Nahrazování textu"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Úpravy textu můžou někdy zabrat hodně času. Abyste jej ušetřili, nabízí "
+"<app>gedit</app> funkci <app>Nahradit</app>, která vám pomůže najít a "
+"nahradit části textu."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Náhrada textu v editoru <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Otevřete nástroj <gui>Nahradit</gui> kliknutím na <guiseq><gui style=\"button"
+"\">Tlačítko s nabídkou</gui> <gui style=\"menuitem\">Hledat a nahradit…</"
+"gui></guiseq> nebo zmáčknutím <keyseq><key>Ctrl</key> <key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "Řetězec, který chcete nahradit, zadejte do pole <gui>Najít</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr ""
+"Nový řetězec, kterým chcete nahrazovat ten nalezený, zadejte do pole "
+"<gui>Nahradit za</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Až máte zadán původní a nový text, můžete upravit další parametry hledání. "
+"Můžete si také zvolit, co všechno chcete nahradit:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Jestliže chcete nahradit <em>pouze</em> následující výskyt hledaného "
+"řetězce, tak klikněte na <gui>Nahradit</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Jestliže chcete nahradit úplně <em>všechny výskyty</em> hledaného řetězce, "
+"tak klikněte na <gui>Nahradit vše</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Funkci <gui>Nahradit vše</gui> používejte obezřetně. Pracuje totiž s úplně "
+"celým textovým souborem a neumožňuje vybrat jen část textu, kde byste chtěli "
+"nahrazení provést."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Další volby"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Když si budete přát, můžete upravit některé další parametry hledání:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Rozlišovat velikost písmen"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Volba <em>Rozlišovat velikost písmen</em> umožňuje určit, jestli chcete, aby "
+"se při hledání bral ohled na velikost písmen. Když je tato volba vybrána, "
+"bude mít velikost písmen vliv na shodu při hledání. Když vybrána není, budou "
+"vyhovovat hledání i slova lišící se velikostí písmen."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Hledat pouze celá slova"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Tuto volbu použijte, když chcete vyhledat slova bez předpon a přípon. "
+"Například, když budete chtít vyhledat slovo „pan“ a zaškrtnete tuto volbu, "
+"vyhledá se opravdu jen „pan“ a ne třeba „<em>pan</em>da“ nebo „ko<em>pan</"
+"em>á“."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Hledat směrem k začátku"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Tato volba v podstatě odpovídá příkazu Najít předchozí. Vyberte ji, pokud "
+"chcete při hledání postupovat směrem od konce k začátku."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Přecházet přes okraj"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"S vybranou volbou <app>Přecházet přes okraj</app> bude <app>gedit</app> při "
+"hledání/nahrazování pokračovat od začátku souboru po té, co narazí na jeho "
+"konec. Tím máte zaručeno, že při hledání/nahrazování projdete opravdu celý "
+"soubor."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Používání řídících sekvencí"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Můžete používat <em>řídící sekvece</em> (tzv. sekvence escape) pro hledání "
+"zalomení řádků všech typů a tabulátorů."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Nový řádek (NL)"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Na začátek řádku (CR)"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tabulátor"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Pokud chcete hledat <output>\\</output> (zpětné lomítko) nebo nějakou řídící "
+"sekvenci uvedenou v textu, musíte jim předřadit další zpětné lomítko. "
+"Například, když chcete vyhledat <input>\\</input>, musíte do polí, co hledat "
+"nebo čím nahradit, uvést <input>\\\\</input>. Obdobně, když chcete vyhledat "
+"v textu popsanou řídící sekvenci <input>\\n</input>, použijte výraz <input>\\"
+"\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Jak uložit soubor, na kterém budete pracovat později."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Ukládání souboru"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Když chcete v editoru <app>gedit</app> uložit soubor, klikněte na tlačítko "
+"<gui style=\"button\">Uložit</gui> na pravé straně záhlavní lišty nebo jen "
+"zmáčkněte <keyseq><key>Ctrl</key> <key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Pokud ukládáte nový soubor, objeví se dialogové okno, ve kterém si můžete "
+"zvolit název souboru a složku, do které se má uložit."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Jak v souboru najít část textu."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Hledání textu"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Nástroj hledání vám pomůže najít konkrétní úsek textu v rámci textu vašeho "
+"souboru."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Vyhledání textu"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Otevřete <gui>okno hledání</gui> kliknutím na <guiseq><gui style=\"button"
+"\">Tlačítko s nabídkou</gui> <gui style=\"menuitem\">Hledat…</gui></guiseq> "
+"nebo zmáčkněte <keyseq><key>Ctrl</key><key>F</key></keyseq>. Kurzor se "
+"přemístí na začátek pole v <gui>okně hledání</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Napište do <gui>okna hledání</gui> text, který si přejete najít."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"<app>gedit</app> bude průběžně během psaní zvýrazňovat části textu, které "
+"odpovídají tomu zadanému."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr "Pro pohyb ve výsledcích hledání použijte něco z následujícího:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Klikněte na tlačítka <gui style=\"button\">nahoru</gui> nebo <gui style="
+"\"button\">dolů</gui> v podobě šipek vedle <gui>vyhledávacího pole</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr "Zmáčkněte na klávesnici klávesu <key>↑</key> nebo <key>↓</key>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Zmáčkněte <keyseq><key>Ctrl</key> <key>G</key></keyseq> nebo "
+"<keyseq><key>Ctrl</key> <key>Shift</key> <key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"<gui>Okno hledání</gui> můžete zavřít zmáčknutím <key>Esc</key> nebo "
+"<key>Enter</key>. Zmáčknutí <key>Esc</key> vrátí kurzor na místo, kde byl "
+"před započetím hledání. Zmáčknutí <key>Enter</key> vrátí kurzor na místo "
+"nalezeného výsledku."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Rady k vyhledávání"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Pokud část textu zvýrazníte myší a zmáčknete <keyseq><key>Ctrl</key> <key>F</"
+"key></keyseq>, zvýrazněný text se objeví předepsaný v okně hledání."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Kliknutím na ikonu <gui style=\"button\">lupy</gui> v okně hledání nebo "
+"kliknutím pravým tlačítkem kdekoliv v okně hledání se dostanete k dalším "
+"volbám. Vybrat si můžete z jedné nebo více následujících voleb hledání:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Vyberte <gui>Rozlišovat velikost písmen</gui>, aby se při hledání bral ohled "
+"na velikost písmen."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Vyberte <gui>Hledat pouze celá slova</gui>, aby se hledala je úplná slova."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Vyberte <gui>Přecházet přes okraj</gui>, aby se v hledání pokračovalo znovu "
+"od začátku dokumentu, až se narazí na jeho konec."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Text, který jste vyhledali, zůstane zvýrazněný, i po dokončení hledání. "
+"Pokud budete chtít zvýraznění odstranit, klikněte na <gui style=\"menuitem"
+"\">Zrušit zvýrazňování</gui> nebo zmáčkněte <keyseq><key>Ctrl</key> "
+"<key>Shift</key> <key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Jak v souborech zkontrolovat pravopisné chyby."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Kontrola pravopisu ve vašich dokumentech"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Povolení kontroly pravopisu"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Funkce kontroly pravopisu je v editoru <app>gedit</app> poskytována v podobě "
+"zásuvného modulu, který může být povolen podle potřeby. Povolit jej lze "
+"následovně:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Zaškrtnutím <gui style=\"menuitem\">Kontrola pravopisu</gui> zásuvný modul "
+"povolíte."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr ""
+"Jak zkontrolovat, jestli nejsou v dokumentu pravopisně nesprávná slova:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Vyberte <guiseq><gui style=\"menu\">Nástroje</gui> <gui style=\"menuitem"
+"\">Zkontrolovat pravopis</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Aby <app>gedit</app> v dokumentu automaticky průběžně označoval pravopisně "
+"nesprávná slova, vyberte <guiseq><gui style=\"menu\">Nástroje</gui> <gui "
+"style=\"menuitem\">Zvýrazňovat pravopisné chyby</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Používání kontroly pravopisu"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"V dialogovém okně kontroly pravopisu můžete chybné slovo nechat nahradit "
+"jeho správnou alternativou. Odhalené chybné slovo je zobrazeno tučně vedle "
+"<gui>Chybné slovo:</gui>. Při opravě můžete použít následující postupy:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"Do pole <gui style=\"input\">Změnit na:</gui> můžete zadat nové slovo a "
+"pomocí <gui style=\"button\">Zkontrolovat slovo</gui> ověřit, jestli jste ho "
+"zadali správně."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"V seznamu <gui style=\"menu\">Návrhy:</gui> jsou uvedeny dostupné náhrady za "
+"chybné slovo."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"Pomocí <gui style=\"button\">Ignorovat</gui> můžete přeskočit kontrolu "
+"<em>tohoto</em> výskytu aktuálního slova."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"Pomocí <gui style=\"button\">Ignorovat vše</gui> můžete přeskočit kontrolu "
+"<em>všech</em> výskytů aktuálního slova."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"Pomocí <gui style=\"button\">Změnit</gui> můžete <em>tento</em> výskyt "
+"chybného nebo nerozpoznaného slova nahradit některým slovem v seznamu <gui "
+"style=\"menuitem\">Návrhy:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"Pomocí <gui style=\"button\">Změnit vše</gui> můžete nahradit <em>všechny</"
+"em> výskyty chybného nebo nerozpoznaného slova některým slovem ze seznamu "
+"<gui style=\"button\">Návrhy:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Přidat slovo</gui> umožňuje přidat aktuální slovo do "
+"<gui>Uživatelského slovníku</gui> aplikace <app>gedit</app>. Díky tomu, že "
+"slovo přidáte do <gui>Uživatelského slovníku</gui>, <app>gedit</app> jej "
+"napříště rozpozná a nebude jej označovat jako chybné."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Určení jazyka použitého při kontrolu pravopisu"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Ve výchozím stavu používá <app>gedit</app> ke kontrole pravopisu v dokumentu "
+"váš aktuální jazyk. Pokud potřebujete použít jiný jazyk, zvolte <guiseq><gui "
+"style=\"menu\">Nástroje</gui> <gui style=\"menuitem\">Natavit jazyk…</gui></"
+"guiseq> a vyberte si požadovaný jazyk."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Slovníky"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> používá <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, což je drobná systémová pomůcka pro kontrolu "
+"pravopisu. Enchant umí využít ke kontrole různé slovníky. Dvěma z nich jsou "
+"<em>Hunspell</em> a <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Jestliže jazyk, který chcete používat, není pro <app>gedit</app> dostupný, "
+"použijte instalátor softwaru nebo správce balíčků k instalaci potřebné "
+"podpory slovníků."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Jak zvýraznit svůj text, aby se lépe četl."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Zapnutí zvýrazňování syntaxe"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Zvýrazňování syntaxe"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> poskytuje zvýrazňování syntaxe pro široké spektrum "
+"značkovacích, programovacích a vědeckých jazyků. Pokud <app>gedit</app> při "
+"otevíraní souboru rozpozná jeho syntaxi, bude text zvýrazňovat automaticky."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"V případě, že syntaxe nebo jazyk není po spuštění zvýrazňována, můžete "
+"vybrat správnou syntax nebo jazyk kliknutím na <guiseq><gui style=\"menu"
+"\">Zobrazit</gui> <gui style=\"menuitem\">Režim zvýrazňování</gui></guiseq> "
+"a zvolit požadovanou syntax. Další možností je vybat název syntexe ze "
+"seznamu na spodní liště okna <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Jak seskupit podobné karty dohromady."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Uspořádávání souborů do skupinových karet"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Když v editoru <app>gedit</app> pracujete s více kartami, můžete si je "
+"seskupovat, abyste v otevřených souborech měli lepší přehled. Přidáním nové "
+"skupiny karet se okno <app>gedit</app> rozdělí na dva panely, otevře se nový "
+"„Nepojmenovaný dokument“ v novém panelu a zaměří se. Nyní můžete otevírat "
+"soubory do této skupiny karet a přesouvat karty z jedné skupiny do druhé."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Otevření nové skupiny karet v okně gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Když chcete otevřít novou skupinu karet:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Klikněte pravým tlačítkem na kartu a vyberte <gui>Přesunout do nové skupiny "
+"karet</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Použijte klávesovou zkratku <keyseq><key>Ctrl</key><key>Alt</key><key>N</"
+"key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Tím se okno <app>gedit</app> rozdělí na dva panely a panel s novou skupinou "
+"karet bude umístěn na pravo. Pomocí úchytu na oddělovací čáře mezi panely "
+"můžete měnit vzájemnou velikost panelů podle svých potřeb."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Skupin karet si můžete v okně <app>gedit</app> otevřít, kolik vám obrazovka "
+"dovolí, ale budete si muset upravit jejich rozměry, aby se daly používat."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Aby se zavřela skupina karet, stačí pozavírat všechny karty, které obsahuje."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Přesun karty do jiné skupiny karet"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Když chcete přesunout kartu z jedné skupiny karet do jiné:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Klikněte tlačítkem myši na kartě a držte jej zmáčknuté."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Přetáhněte kartu do jiného panelu skupiny karet."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Umístěte ji mezi ostatní karty ve skupině."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Uvolněte tlačítko myši."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Jak změnit pořadí karet v okně gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Přesun a uspořádávání karet"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Karty je možné v editoru <app>gedit</app> přesouvat, abyste si usnadnili "
+"práci se soubory. Můžete měnit jejich pořadí v rámci stejného okna, "
+"přesunout je mimo (vytvoří se nové okno <app>gedit</app>) a nebo je "
+"přesunout z jednoho okna do druhého."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Změna pořadí karet v okně gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Pro změnu pořadí karet v okně:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Přesuňte kartu na požadované místo mezi ostatními kartami."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Karta se umístí na nejbližší místo, kde jste ji upustili, hned vedle "
+"ostatních otevřených karet."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Přesun karty, vytvoření nového okna"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Pro vytvoření nového okna ze stávající karty:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Přetáhněte kartu mimo okno <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Pokud chcete kartu přesunout, když je <app>gedit</app> maximalizovaný, "
+"přetáhněte ji na horní lištu v horní části obrazovky."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Přesun karty do jiného okna gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Když chcete přesunout kartu z jednoho okna do druhého:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Táhněte kartu do nového okna."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Upusťte ji mezi ostatní karty v novém okně."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Někdy může být jednodušším řešením, jak přetáhnout kartu z jednoho okna do "
+"druhého, to, že ji táhnete na <gui>Činnosti</gui> v citlivém rohu <gui>GNOME "
+"Shell</gui>. Tím se ukáží všechna otevřená okna <app>gedit</app>. Pak ji "
+"můžete upustit na tom požadovaném."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Jak vytvořit nebo zavřít karty v okně gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Přidávání a odebírání karet"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Práce s kartami v aplikaci <app>gedit</app> umožňuje mít v jednom okně na "
+"očích několik souborů."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Přidávání karet"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Když chcete přidat novou kartu, která vytvoří nový soubor, klikněte na "
+"tlačítko <gui>Vytvořit nový dokument</gui> na levé straně záhlavní lišty, "
+"nebo zmáčkněte <keyseq><key>Ctrl</key> <key>T</key></keyseq>. Karta se přidá "
+"vpravo za ostatní karty."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Odebírání karet"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Když chcete kartu odstranit, klikněte na <gui style=\"button\">×</gui> na "
+"pravé straně karty, nebo zmáčkněte kombinaci kláves <keyseq><key>Ctrl</"
+"key><key>W</key></keyseq>. Pokud chcete odstranit všechny otevřené karty, "
+"zmáčkněte kombinaci <keyseq><key>Ctrl</key><key>Shift</key><key>W</key></"
+"keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Jak vrátit zpět poslední změny v některém z vašich souborů."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Vracenía opětovné provádění nedávných úkonů"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Když se při úpravách dokumentu v aplikaci <app>gedit</app> spletete, můžete "
+"změny vrátit zpět zmáčknutím <keyseq><key>Ctrl</key> <key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Pokud soubor v aplikaci <app>gedit</app> zavřete, už v něm dál nemůžete "
+"změny vracet zpět."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Když chcete znovu provést změnu, kterou jste vrátili zpět, zmáčkněte "
+"<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Textový editor gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Textový editor gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Domovská stránka uživatelské příručky k aplikaci gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Textový editor gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Vítejte v příručce k editoru <app>gedit</app>. Pro začátek doporučujeme "
+"stručný úvod do základních funkcí aplikace <app>gedit</app>, který najdete "
+"najdete na stránce <link xref=\"gedit-quickstart\">Začínáme s editorem "
+"gedit</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Ostatní témata nápovědy jsou seskupena do oddílů uvedených níže. Užívejte si "
+"<app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Práce se soubory"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Nastavení editoru gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Zásuvné moduly editoru gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Tisk v editoru gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Tento dokument je licencován pod <_:link-1/>"
diff --git a/help/da/da.po b/help/da/da.po
new file mode 100644
index 0000000..abf8ec1
--- /dev/null
+++ b/help/da/da.po
@@ -0,0 +1,4529 @@
+# Danish translation of gedit.
+# M.P. Rommedahl <Lhademmor@gmail.com>, 2008.
+# Ask Hjorth Larsen <asklarsen@gmail.com>, 2008, 09.
+# scootergrisen, 2020.
+#
+# Husk at tilføje dig i credit-listen
+# (besked id "translator-credits")
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"POT-Creation-Date: 2019-09-17 11:18+0000\n"
+"PO-Revision-Date: 2020-03-09 00:00+0200\n"
+"Last-Translator: scootergrisen\n"
+"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+#| msgid "translator-credits"
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"M.P. Rommedahl <Lhademmor@gmail.com>, 2008\n"
+"Ask Hjorth Larsen <asklarsen@gmail.com>, 2008\n"
+"scootergrisen <>, 2020\n"
+"\n"
+"Dansk-gruppen\n"
+"Websted http://dansk-gruppen.dk\n"
+"E-mail <dansk@dansk-gruppen.dk>"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Ændr tekst- og baggrundsfarverne i gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:10
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:11 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:14 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-shortcut-keys.page:14
+#: C/gedit-spellcheck.page:12 C/gedit-syntax-highlighting.page:10
+#: C/gedit-tabs-moving.page:13 C/gedit-tabs.page:14
+#: C/gedit-undo-recent-action.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+#: C/gedit-shortcut-keys.page:41
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+#: C/gedit-shortcut-keys.page:39
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+#| msgid "Blue based color scheme."
+msgid "Change the color scheme"
+msgstr "Ændr farvetemaet"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> inkluderer flere forskellige farvetemaer, så du kan ændre "
+"udseendet på hovedtekstvinduet."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+#| msgid "Color scheme using the Tango color scheme."
+msgid "To change the color scheme:"
+msgstr "Sådan ændres farvetemaet:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Tryk på menuknappen i øverste højre hjørne af vinduet og vælg <guiseq><gui "
+"style=\"menuitem\">Indstillinger</gui><gui>Skrifttyper og "
+"farver</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+#| msgid "Blue based color scheme."
+msgid "Choose your desired color scheme."
+msgstr "Vælg dit ønskede farvetema."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Det nye farvetema anvendes straks."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+#| msgid "Color Scheme"
+msgid "Use a Custom Color Scheme"
+msgstr "Brug et tilpasset farvetema"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Du kan også bruge farvetemaer som andre har oprettet eller oprette og bruge "
+"dine egne farvetemaer."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Instruktioner til at installere tilpassede farvetemaer samt eksempler på "
+"farvetemaer som du kan downloade og bruge findes i <link "
+"href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit "
+"wiki</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Brug en tilpasset skrifttype til din tekst i gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:12
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:19
+msgid "Change the default font"
+msgstr "Ændr standardskrifttypen"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> bruger som standard systemets skrifttype med fast bredde, "
+"men du kan ændre den skrifttype, som <app>gedit</app> bruger som standard, til "
+"det du ønsker."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:26
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Sådan skiftes standardskrifttypen i <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:27
+#| msgid ""
+#| "Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+#| "guimenuitem></menuchoice>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Indstillinger</gui> <gui>Skrifttyper og "
+"farver</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:30
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+"Fravælg boksen ved siden af sætningen “Brug systemets skrifttype med fast "
+"bredde”."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Klik på den nuværende skrifttypes navn. <app>gedit</app> åbner et "
+"skrifttypevælgervindue, hvor du kan se de tilgængelige skrifttyper og vælge "
+"den, du ønsker."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:35
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Når du har valgt en ny skrifttype, så brug <gui>skyderen</gui> under listen "
+"over skrifttyper for at indstille standardskrifttypen."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Klik på <gui>Vælg</gui> og klik så på <gui>Luk</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+#| msgid "Print the file to a printer."
+msgid "Exit from the file you are using."
+msgstr "Forlad den fil du bruger."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+#| msgid "Close tab."
+msgid "Close a file"
+msgstr "Luk en fil"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, select <gui style=\"menuitem\">Close</"
+"gui>. Alternately, you can click the small \"X\" that appears on the right-"
+"side of the file's tab, or press <keyseq><key>Ctrl</key> <key>W</key></"
+"keyseq>."
+msgstr ""
+"For at lukke en fil i <app>gedit</app> vælges <gui "
+"style=\"menuitem\">Luk</gui>. Du kan også klikke på det lille “X” i højre side "
+"af filens faneblad, eller trykke på <keyseq><key>Ctrl</key> "
+"<key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:24
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Hver handling lukker en fil i <app>gedit</app>. Hvis din fil indeholder "
+"ændringer som ikke er blevet gemt, så spørger <app>gedit</app> om du vil "
+"gemme ændringerne inden filen lukkes."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Åbn en ny fil til redigering."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-recent-action.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+#| msgid "Create a new document."
+msgid "Create a new file"
+msgstr "Opret en ny fil"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the toolbar, or "
+"press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Den letteste måde at oprette en fil i <app>gedit</app> er ved at klikke på "
+"knappen <gui>Opret et nyt dokument</gui> i venstre side af værktøjslinjen "
+"eller trykke på <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Hver handling opretter en ny fil i <app>gedit</app>-vinduet. Hvis du har "
+"andre åbne filer i <app>gedit</app>, så vises den nye fil du opretter som et "
+"nyt faneblad til højre for de andre filer."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Brug administrative rettigheder til at redigere en fil."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Redigér en fil som root-brugeren"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Redigering af filer som root-brugeren er potentielt farligt og kan "
+"ødelægge dit system. Vær meget forsigtig når du redigerer filer som root-"
+"brugeren."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"For at redigere filer som root-brugeren startes <app>gedit</app> fra "
+"terminalen ved at skrive:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+#| msgid "gedit"
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Med kommandoen <cmd>sudo</cmd> skal du først indtaste din adgangskode før "
+"<app>gedit</app> kan åbnes."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Som et alternativ til kommandoen <cmd>sudo</cmd> kan du indhente "
+"administrative rettigheder ved at skrive:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr "Start så <app>gedit</app> med kommandoen <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Når du har åbnet <app>gedit</app> med administrative rettigheder, så "
+"beholder <app>gedit</app> rettighederne, indtil du lukke den."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Lær grundlæggende arbejde med filer i gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Grundlæggende filhandlinger: Åbn, luk og gem filer"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, and opening and closing files."
+msgstr ""
+"Hvis <app>gedit</app> er nyt for dig, så hjælper disse emner dig med at oprette, "
+"gemme, åbne og lukke filer."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Indstil gedit til at bruge hele skærmen."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Brug fuldskærmstilstand"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Når du arbejder med et stort dokument, så kan det være nyttigt at bruge "
+"<app>gedits</app> fuldskærmstilstand. Når fuldskærmstilstand bruges, så skjules "
+"<gui>menulinjen</gui>, <gui>fanebladslinjen</gui> og "
+"<gui>værktøjslinjen</gui>, så du kan se mere af din tekst og bedre kan "
+"fokusere på dine opgaver."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Aktivér fuldskærmstilstand"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Aktivér fuldskærmstilstand ved at trykke på <key>F11</key>. "
+"<app>gedits</app> menu-, titel- og fanebladslinjen skjules, og du kan kun se "
+"teksten i din nuværende fil."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Hvis du har brug for at udføre en handling fra <app>gedit</app>-menuen mens, "
+"du arbejder i fuldskærmstilstand, så flyt din musemarkør øverst på skærmen. "
+"<app>gedit</app>-menulinjen vises, og du kan vælge den handling, du ønsker."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Skift mellem åbne faneblade i fuldskærmstilstand ved at trykke på enten "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> eller "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Deaktivér fuldskærmstilstand"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Deaktivér fuldskærmstilstand og vend tilbage til standard "
+"<app>gedit</app>-vinduet ved at trykke på <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Du kan også flytte din musemarkør øverst på skærmen og vente på at "
+"<gui>menulinjen</gui> vises. Når <gui>menulinjen</gui> vises, så vælg "
+"knappen <gui>Forlad fuldskærmstilstand</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Brug gedits siderude som en filvælger."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Vis og åbn filer fra sidepanelet"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"Den mest almindelige måde til at skifte mellem filer i <app>gedit</app> er "
+"ved at bruge fanebladene øverst i <app>gedit</app>-vinduet. Nogle gange kan "
+"det dog være lettere at bruge sidepanelet, specielt hvis du arbejder med et "
+"stort antal åbne filer."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Aktivér sidepanelet ved at vælge <guiseq><gui>Vis</gui> "
+"<gui>Sidepanel</gui></guiseq> eller tryk blot på <key>F9</key>-tasten."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Du kan skifte mellem at åbne/lukke sidepanelet ved, når som helst, at trykke "
+"på <key>F9</key>."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+#| msgid "Opening a File from a URI"
+msgid "Opening files from the side panel"
+msgstr "Åbn filer fra sidepanelet"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Åbn filer fra sidepanelet ved først at åbne sidepanelet og derefter vælge "
+"<guiseq><gui>Vis</gui> <gui>Sidepanel</gui></guiseq> (eller blot trykke på "
+"<key>F9</key>), og så vælge <gui>Filvælger</gui> fra rullegardinet øverst i "
+"panelet."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Det aktiverer <em>Filvælger</em>-tilstanden i sidepanelet. Herefter kan du "
+"bruge navigationsknapperne øverst i panelet til at finde og åbne de filer du "
+"ønsker."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Brug sidepanelet til at skifte mellem åbne filer"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Når du har flere filer åbne, så kan du bruge sidepanelet til at skifte "
+"mellem åbne filer. Vis åbne filer ved at vælge <gui>Dokumenter</gui> fra "
+"rullegardinet øverst i panelet."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr "Når der klikkes på et filnavn i sidepanelet, så åbnes filen til redigering."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Åbn filer for at arbejde på dem."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Åbn en fil eller et sæt filer"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Åbn en fil i <app>gedit</app> ved at klikke på knappen <gui>Åbn</gui> eller "
+"tryk på <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Det viser dialogen <gui>Åbn</gui>. Brug din mus eller dit tastatur til at vælge "
+"den fil, du vil åbne, og klik på <gui>Åbn</gui>. Den valgte fil, åbnes i "
+"et nyt faneblad."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+#| msgid ""
+#| "To close the <guilabel>Check Spelling</guilabel> dialog, click "
+#| "<guibutton>Close</guibutton>."
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Luk dialogen <gui>Åbn</gui> uden at åbne en fil ved at klikke på "
+"<gui>Annuller</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Du kan bruge <key>Ctrl</key>- og <key>Skift</key>-tasterne til at åbne mere "
+"end en fil ad gangen. Hvis du holder <key>Ctrl</key>-tasten nede, mens du "
+"vælger flere filer, så vil klik på <gui>Åbn</gui> åbne alle de valgte filer."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Hvis <key>Skift</key> holdes nede mens du vælger flere filer, så åbnes den "
+"først fil du vælger, den sidste fil du vælger, og alle de mellemliggende "
+"filer."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Tilgå filer som er gemt på en anden computer."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Åbn en fil som findes på en server"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Inden du åbner en fil på en server i <app>gedit</app>, skal du have kendskab "
+"til nogle tekniske informationer om serveren. Du skal f.eks. kende serverens "
+"IP-adresse eller URL, og det kan være, du skal vide, hvilken slags server det "
+"er (f.eks. HTTP, FTP osv.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Nogle type servere anvender desuden begrænsninger på, hvad du kan gøre med de "
+"filer, som er gemt på serveren. F.eks. kan det være, du er i stand til at åbne "
+"en fil fra en server, men det kan være, du skal gemmes ændringer til filen "
+"lokalt på din egen computer."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Med disse forbehold i tankerne udføres følgende trin for at åbne en fil fra "
+"en server med <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "I titellinjen klikkes på <gui>Åbn</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+#| msgid "Click <guibutton>Open</guibutton>."
+msgid "Click <gui>Other Documents…</gui>."
+msgstr "Klik på <gui>Andre dokumenter …</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>L</key></keyseq> in the <gui>Open</gui> "
+"dialog."
+msgstr ""
+"Tryk på <keyseq><key>Ctrl</key><key>L</key></keyseq> i "
+"dialogen <gui>Åbn</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Indtast IP-adressen eller URL'en til den rette server."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:38
+#| msgid "Enter the URI of the file that you want to open."
+msgid "Find and select the file that you wish to open."
+msgstr "Find og vælg den fil som du vil åbne."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39
+#| msgid ""
+#| "Use the <guilabel>Character coding</guilabel> drop-down list to select "
+#| "the appropriate character coding."
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr "Brug rullemenuen Tegnkodning til at vælge den korrekte tegnkodning."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:41 C/gedit-plugins-quick-open.page:44
+#| msgid "Click <guibutton>Open</guibutton>."
+msgid "Click <gui>Open</gui>."
+msgstr "Klik på <gui>Åbn</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:44
+#| msgid ""
+#| "Valid types of <replaceable>URI</replaceable> include <literal>http:</"
+#| "literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of "
+#| "the methods supported by <literal>gnome-vfs</literal>."
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>gvfs</app>."
+msgstr ""
+"Gyldige URI-typer omfatter http:, ftp:, file: samt alle metoder som "
+"understøttes af <app>gvfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:48
+#| msgid ""
+#| "Files from some types of URI are opened as read-only, and any changes you "
+#| "make must be saved to a different location. HTTP only allows files to be "
+#| "read. Files opened from FTP are read-only because because not all FTP "
+#| "servers may correctly work with saving remote files."
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Filer fra visse URI-typer åbnes som skrivebeskyttede, og alle ændringer du "
+"foretager skal gemmes i en anden placering. F.eks. tillader HTTP kun at læse "
+"filer. Filer åbnet fra FTP kan også kun læses, fordi ikke alle FTP-servere "
+"kan gemme fjernfiler."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have updated recently."
+msgstr "Tilgå filer som du har opdateret for nyligt."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:17
+msgid "Reopen a recently-used file"
+msgstr "Genåbn en fil som har været åbnet for nyligt"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:19
+msgid ""
+"By default, <app>gedit</app> provides easy access to five of your most "
+"recently-used files. Here is how you can open a recently-used file:"
+msgstr ""
+"Som standard giver <app>gedit</app> let adgang til de fem senest brugte "
+"filer. Sådan kan du åbne en fil, som har været åbnet for nyligt:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:22
+#| msgid "Click <guibutton>Open</guibutton>."
+msgid "Click the <gui>Open</gui> button."
+msgstr "Klik på knappen <gui>Åbn</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:23
+msgid ""
+"<app>gedit</app> will display a list of the five most-recently used files."
+msgstr "<app>gedit</app> viser en liste over de fem filer som sidst var åbne."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:25
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Vælg den ønskede fil og den åbnes i et nyt faneblad."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:28
+msgid ""
+"To adjust the number of recently-used files that gedit displays, you will "
+"need to use the <app>dconf-editor</app> application."
+msgstr ""
+"For at justere antallet af filer, som har været åbnet for nyligt, som gedit "
+"viser, kan det være nødvendigt at bruge programmet <app>dconf-editor</app>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:32
+msgid ""
+"Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> <gui>gnome</"
+"gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-recents</"
+"gui></guiseq>."
+msgstr ""
+"Start <app>dconf-editor</app> og vælg <guiseq><gui>org</gui> "
+"<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui"
+">max-recents</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:35
+msgid ""
+"Double-click on the number next to <gui>max-recents</gui> and change the "
+"number to your desired value."
+msgstr ""
+"Dobbeltklik på tallet ved siden af <gui>max-recents</gui> og ændr tallet til "
+"den ønskede værdi."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Brug udvidelsesmoduler til at tilpasse, hvordan gedit virker for dig."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+#| msgid "Configuring the Insert Date/Time Plugin"
+msgid "Configure and use gedit plugins"
+msgstr "Konfigurer og brug udvidelsesmoduler til gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Med udvidelsesmoduler kan du bruge <app>gedit</app> til mere. Der er "
+"installeret flere udvidelsesmoduler som standard, men der findes et stort "
+"antal andre udvidelsesmoduler separat."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Mange Linux-distributioner gør en gruppe med disse udvidelsesmoduler "
+"tilgængelig som en <app>gedit-plugins</app>-pakke. Installér <app>gedit-"
+"plugins</app>-pakken for at gøre disse ekstra udvidelsesmoduler tilgængelige "
+"for <app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" "
+"href=\"ftp://ftp.gnome.org/pub/gnome/sources/gedit-plugins/\" "
+"style=\"button\">Installér gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+#| msgid "Tag List Plugin"
+msgid "Default gedit Plugins"
+msgstr "Standardudvidelsesmoduler til gedit"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Yderligere udvidelsesmoduler til gedit"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:9 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-recent-action.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+#| msgid "The currently selected text."
+msgid "Change the case of selected text."
+msgstr "Ændr store/små bogstaver i den valgte tekst."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+#| msgid "Change Case"
+msgid "Change case"
+msgstr "Ændr store/små bogstaver"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Udvidelsesmodulet hjælper dig med at ændre store/små bogstaver i valgte tekststykker. "
+"Du kan bruge det til at ændre teksten så alle bogstaver bliver "
+"små, alle bogstaver bliver store, bytte om på store/små bogstaver eller "
+"første bogstav i hvert ord med stort. Aktivér udvidelsesmodulet ved at vælge "
+"<guiseq><gui style=\"menu\">gedit</gui><gui "
+"style=\"menuitem\">Indstillinger</gui> <gui>Udvidelsesmoduler</gui><gui>Skift "
+"store/små bogstaver</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Når udvidelsesmodulet <em>Skift store/små bogstaver</em> er aktiveret, så "
+"kan du bruge det ved at fuldføre følgende trin:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+#| msgid "Select the lines of text you want to sort."
+msgid "Highlight the portion of text that you want to change."
+msgstr "Fremhæv det tekststykke du vil ændre."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">gedit</gui><gui>Skift store/små "
+"bogstaver</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Vælg din ønskede tekstformateringsindstilling."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Opdateringerne til tekstformateringen sker straks."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+#| msgid ""
+#| "Change each lowercase character to uppercase, and change each uppercase "
+#| "character to lowercase."
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Indstillingen <gui>Omvend store/små bogstaver</gui> konverterer alle små "
+"bogstaver til store bogstaver og alle store bogstaver til små bogstaver."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Indstillingen <gui>Første bogstav med stort</gui> konverterer det første "
+"bogstav i hvert ord til stort bogstav. Alle andre tegn konverteres til små "
+"bogstaver."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Hvis du ikke har fremhævet noget tekst, så vil funktionen <em>Skift store/små "
+"bogstaver</em> være utilgængelig. Du skal vælge et tekststykke, inden "
+"du kan bruge funktionen <em>Skift store/små bogstaver</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+#| msgid "Document Statistics Plugin"
+msgid "View document statistics."
+msgstr "Vis dokumentstatistik."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+#| msgid "Document Statistics Plugin"
+msgid "Document statistics"
+msgstr "Dokumentstatistik"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Udvidelsesmodulet <em>Dokumentstatistik</em> viser diverse statistik om dit "
+"nuværende dokument. For at aktivere udvidelsesmodulet vælges <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Indstillinger</gui> "
+"<gui>Udvidelsesmoduler</gui><gui>Dokumentstatistik</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+#| msgid "Document Statistics Plugin"
+msgid "Using Document Statistics"
+msgstr "Brug dokumentstatistik"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Når udvidelsesmodulet er aktiveret, så brug det ved at vælge "
+"<guiseq><gui>Værktøjer</gui> <gui>Dokumentstatistik</gui></guiseq>. Et "
+"vindue viser de statistiske informationer om dit dokument, herunder antallet "
+"af ord, linjer, tegn, tegn som ikke optager plads og størrelsen på din "
+"fil i byte."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Du kan også bruge <em>Dokumentstatistik</em> til kun at vise information om "
+"en del af dit dokument. Gør det ved at bruge musemarkøren til at vælge det tekststykke. "
+"du vil undersøge, og vælg så "
+"<guiseq><gui>Værktøjer</gui><gui>Dokumentstatistik</gui></guiseq>. "
+"<app>gedit</app> viser information om både hele dit dokument og den del med "
+"tekst, du har fremhævet."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr "Kør scripts på dine nuværende filer og interager med andre programmer."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+#| msgid "External Tools Plugin"
+msgid "External tools"
+msgstr "Eksterne værktøjer"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Udvidelsesmodulet <em>Eksterne værktøjer</em> kan hjælpe med at forenkle "
+"opgaver, som gentages. Det udvider <app>gedit</app> ved at hjælpe dig med at "
+"køre scripts på de filer, du arbejder på, og ved at give <app>gedit</app> "
+"mulighed for at interagere med andre programmer på din computer. For at "
+"aktivere udvidelsesmodulet <app>Eksterne værktøjer</app> vælges <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Indstillinger</gui><gui>Udvidelsesmoduler</gui> "
+"<gui>Eksterne værktøjer</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+#| msgid "External Tools Plugin"
+msgid "Configure the external tools plugin"
+msgstr "Konfigurer udvidelsesmodulet Eksterne værktøjer"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Når du har aktiveret udvidelsesmodulet, så skal du konfigurere det, så det "
+"passer til dine behov. Konfigureringsindstillingerne findes ved at vælge "
+"<guiseq><gui>Værktøjer</gui><gui>Håndtér eksterne værktøjer</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Udvidelsesmodulet er til avancerede brugere og kræver kendskab til scripting "
+"for at kunne bruges effektivt. Brug udvidelsesmodulet med forsigtighed da "
+"fejl i dine scripts kan påvirke dit arbejde på utilsigtede måder."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+#| msgid "Use the specified command to print the file."
+msgid "Use the side panel to browse and open files."
+msgstr "Brug sidepanelet til at gennemse og åbne filer."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+#| msgid "File Browser Plugin"
+msgid "File browser panel"
+msgstr "Filvælgerpanel"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser pane</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Afhængig af hvordan du bruger <app>gedit</app>, kan det være, du finder det "
+"nyttigt at bruge udvidelsesmodulet <app>Filvælgerpanel</app>. "
+"Udvidelsesmodulet indlejrer en <app>filvælger</app> i sidepanelet, hvor du "
+"kan få adgang til de filer, du ofte bruger."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Du kan aktivere sidepanelet ved at vælge <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Indstillinger</gui> "
+"<gui>Udvidelsesmoduler</gui><gui>Filvælgerpanel</gui></guiseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the pane."
+msgstr ""
+"For at åbne filer fra sidepanelet, åbnes sidepanelet først ved at vælge "
+"<guiseq><gui>Vis</gui> <gui>Sidepanel</gui></guiseq> (eller tryk blot på "
+"<key>F9</key>) og vælg så <gui>Filvælger</gui> fra rullegardinet øverst i "
+"ruden."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the pane to locate and open "
+"your desired files."
+msgstr ""
+"Det aktiverer sidepanelets <em>Filvælger</em>-tilstand. Så kan du bruge "
+"navigationsknapperne øverst i ruden til at finde og åbne de ønskede filer."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:17
+msgid "Insert the current date/time at the cursor position."
+msgstr "Indsæt den nuværende dato/klokkeslæt ved markørens placering."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:20
+#| msgid "Insert Date/Time Plugin"
+msgid "Insert date/time"
+msgstr "Indsæt dato/klokkeslæt"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:22
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position. To "
+"enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Insert Date/"
+"Time</gui></guiseq>. To use the plugin, press <guiseq> <gui style=\"menu"
+"\">Edit</gui><gui>Insert Date and Time</gui></guiseq>."
+msgstr ""
+"Som navnet på dette udvidelsesmodul antyder giver udvidelsesmodulet "
+"<gui>Indsæt dato/klokkeslæt</gui> dig mulighed for at indsætte datoen "
+"og/eller klokkeslættet på den nuværende placering. For at aktivere "
+"udvidelsesmodulet vælges <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Indstillinger</gui><gui>Udvidelsesmoduler</gui> <gui>Indsæt "
+"dato/klokkeslæt</gui></guiseq>. For at bruge udvidelsesmodulet trykkes på "
+"<guiseq> <gui style=\"menu\">Redigér</gui><gui>Indsæt dato og "
+"klokkeslæt</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:29
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by selecting "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</"
+"gui> <gui>Plugins</gui><gui>Insert Date/Time</gui><gui>Configure</gui></"
+"guiseq>."
+msgstr ""
+"Som standard spørger udvidelsesmodulet <gui>Indsæt dato/klokkeslæt</gui> dig "
+"om dit foretrukne dato-/klokkeslætformat hver gang du bruger "
+"udvidelsesmodulet. Du kan dog vælge dit eget standard dato-/klokkeslætformat "
+"ved at vælge <guiseq><gui style=\"menu\">gedit</gui><gui "
+"style=\"menuitem\">Indstillinger</gui> <gui>Udvidelsesmoduler</gui><gui>Indsæt "
+"dato/klokkeslæt</gui><gui>Konfigurér</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Installér tredjepartsudvidelsesmoduler."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Yderligere udvidelsesmoduler til gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Installering af tredjepartsudvidelsesmoduler giver dig ekstra funktioner som "
+"ikke findes i standard <app>gedit</app>-udvidelsesmoduler eller endda i de "
+"ekstra udvidelsesmoduler som er en del af <app>gedit-plugins</app>-pakken. "
+"<link href=\"https://wiki.gnome.org/Apps/Gedit\">Her</link> er en onlineliste "
+"over tredjepartsudvidelsesmoduler."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Installering af tredjepartsudvidelsesmoduler indebærer download af "
+"udvidelsesmodulet, placering af udvidelsesmodulets filer i den rette mappe, "
+"og aktivering af udvidelsesmodulet."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Du kan typisk downloade et udvidelsesmodul fra udvidelsesmodulets websted, "
+"men det kan være nødvendigt at bruge et revisionsstyringsprogram såsom "
+"<app>git</app>, <app> bazaar</app> eller <app>subversion</app> for at "
+"kopiere et udvidelsesmoduls softwarearkiv fra internettet. Se "
+"udvidelsesmodulets dokumentation for information om at hente "
+"udvidelsesmodulet."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Placer udvidelsesmodulets filer i mappen "
+"<file>/home/<var>brugernavn</var>/.local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"<var>brugernavn</var> skal selvfølgelig erstattes med dit eget brugernavn."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </"
+"gui><gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>[Name "
+"of Plugin]</gui></guiseq> to enable the plugin."
+msgstr ""
+"Når du har placeret udvidelsesmodulets filer i den korrekte mappe, så dukker "
+"udvidelsesmodulet frem i indstillingsmenuen. Vælg <guiseq><gui>Redigér "
+"</gui><gui style=\"menuitem\">Indstillinger</gui><gui>Udvidelsesmoduler</gui> "
+"<gui>[Navnet på udvidelsesmodulet]</gui></guiseq> for at aktivere "
+"udvidelsesmodulet."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:45
+#| msgid "Click <guibutton>Open</guibutton>."
+msgid "Click <gui>Close</gui>."
+msgstr "Klik på <gui>Luk</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:48
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"Efter du har aktiveret udvidelsesmodulet bør det være tilgængeligt så du kan "
+"bruge det."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:52
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Mappen <file>.local</file> er skjult som standard. Vis den og andre skjulte "
+"filer ved at vælge <guiseq><gui>Vis</gui><gui>Vis skjulte "
+"filer</gui></guiseq>, eller tryk på "
+"<keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:59
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Hvis <file>.local/share/gedit/plugins/</file> ikke findes på dit system, så "
+"er det nødvendigt at oprette den."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Understøttelse af tilstandslinjer i Emacs-, Kate- og Vim-stil i gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+#| msgid "Vim Modelines"
+msgid "Modelines"
+msgstr "Tilstandslinjer"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Udvidelsesmodulet <app>Tilstandslinjer</app> giver <app>gedit</app> mulighed "
+"for at analysere linjerne med tekst i begyndelsen og slutningen af en fil "
+"og så anvende et sæt dokumentindstillinger til filen. Udvidelsesmodulet "
+"<app>Tilstandslinjer</app> understøtter et undersæt af de indstillinger, som "
+"bruges af tekstredigeringsprogrammerne <app>Emacs</app>, <app>Kate</app> og "
+"<app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Aktivér udvidelsesmodulet <app>Tilstandslinjer</app> ved at vælge "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Indstillinger</g"
+"ui><gui>Udvidelsesmoduler</gui><gui>Tilstandslinjer</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+#| msgid "General Tabbed Section"
+msgid "General Modeline Options"
+msgstr "Generelle indstillinger for tilstandslinjer"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+#| msgid ""
+#| "The following plugins come built-in with <application>gedit</application>:"
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Følgende indstillinger kan indstilles med <app>gedit</app>-tilstandslinjer:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Tabulatorbredde"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Indrykningsbredde"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+#| msgid "Insert spaces instead of tabs"
+msgid "Inserting spaces instead of tabs"
+msgstr "Indsættelse af mellemrumstegn frem for tabulatortegn"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Tekstombrydning"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Bredde af højre margen"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Indstillinger, der angives ved hjælp af tilstandslinjer, har præcedens over "
+"dem, der angives i indstillingsdialogen."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Emacs-tilstandslinjer"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+#| msgid ""
+#| "The first two lines of a document are scanned for <application>Emacs</"
+#| "application> modelines."
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"De første to linjer af et dokument skannes for "
+"<app>Emacs</app>-tilstandslinjer, og <app>gedit</app> understøtter følgende "
+"<app>Emacs</app>-tilstandslinjeindstillinger:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+#| msgid "Tab width"
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Besøg <link "
+"href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs-"
+"manualen</link> for mere information om <app>Emacs</app>-tilstandslinjer."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Kate-tilstandslinjer"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+#| msgid ""
+#| "The first and last ten lines a document are scanned for "
+#| "<application>Kate</application> modelines."
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"De første og sidste ti linjer i et dokument skannes for "
+"<app>Kate</app>-tilstandslinjer og <app>gedit</app> understøtter følgende "
+"<app>Kate</app>-tilstandslinjeindstillinger:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+#| msgid "Tab width"
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+#| msgid "Indent width"
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Besøg <link "
+"href=\"https://kate-editor.org/\">Kate-webstedet</link> for mere information om <app>Kate</app>-tilstandslinjer."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Vim-tilstandslinjer"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+#| msgid ""
+#| "The first and last three lines a document are scanned for "
+#| "<application>Vim</application> modelines."
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"De første og sidste tre linjer af et dokument skannes for "
+"<app>Vim</app>-tilstandslinjer, og <app>gedit</app> understøtter følgende "
+"<app>Vim</app>-tilstandslinjeindstillinger:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+#| msgid "Indent width"
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+#| msgid ""
+#| "For more information on creating plugins, see the <ulink type=\"http\" "
+#| "url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</"
+#| "application> website</ulink>."
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Besøg <link "
+"href=\"https://www.vim.org/\">Vim-webstedet</link> for mere information om <app>Vim</app>-tilstandslinjer."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Tilføj en interaktiv Python-konsol i den nederste rude."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+#| msgid "Python Console Plugin"
+msgid "Python console"
+msgstr "Python-konsol"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Du kan tilføje en Python-konsol i den nederste rude, så du kan teste Python-"
+"scripts uden at forlade <app>gedit</app>. Aktivér Python-konsollen ved at "
+"vælge <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Indstillinger</gui><gui>Udvidelsesmoduler</gui> <gui"
+">Python-konsol</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Når Python-konsollen er aktiveret, så kan du åbne den ved at vælge "
+"<guiseq><gui>Vis</gui><gui>Bundpanel</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Hvis du også har aktiveret udvidelsesmodulet <gui>Indlejret terminal</gui>, "
+"så vises <gui>Python-konsollen</gui> som et separat faneblad i den nederste "
+"rude."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Hurtig åbning af en fil eller sæt filer."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Hurtig åbning"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Som navnet på udvidelsesmodulet antyder hjælper udvidelsesmodulet <app>Hurtig "
+"åbning</app> dig med hurtigere at åbne filer end de "
+"sædvanlige måder. Aktivér udvidelsesmodulet ved at vælge <guiseq><gui "
+"style=\"menu\">gedit</gui> "
+"<gui>Indstillinger</gui><gui>Udvidelsesmoduler</gui><gui>Hurtig "
+"åbning</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Når du har aktiveret udvidelsesmodulet <app>Hurtig åbning</app> kan du bruge "
+"det på følgende måde:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Åbn dialogboksen <app>Hurtig åbning</app> ved at trykke på "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq> eller ved at "
+"klikke på <gui style=\"menuitem\">Hurtig åbning …</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "<gui>Hurtig åbning</gui>-fildialogen vises."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+#| msgid "Enter the URI of the file that you want to open."
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Brug din mus til at vælge den eller de filer, som du vil åbne."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"For at vælge flere individuelle filer holdes <key>Ctrl</key>-tasten nede, mens "
+"du trykker på de filer, du vil åbne."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"For at vælge en gruppe af filer skal du klikke på den første fil som du vil "
+"åbne, holde <key>Skift</key>-tasten nede og klik på den sidste fil i listen "
+"du vil åbne."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Hurtig åbning</app> ser efter filer i:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+#| msgid "Print the current document."
+msgid "The directory of the currently opened document"
+msgstr "Mappen med det dokument som er åben i øjeblikket"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Pane</app> plugin"
+msgstr ""
+"Rodmappen i udvidelsesmodulet <app xref=\"gedit-plugins-file-"
+"browser\">Filvælgerpanel</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Seneste dokumenter som også vises i mappen <file>Seneste</file> i "
+"<app>Filer</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Mapper som du har sat bogmærke ved i <app>Filer</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Din <file>Skrivebord</file>-mappe"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "Din <file>Hjem</file>-mappe"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Hurtig åbning</app> viser filer i placeringerne ovenfor, uanset om du har "
+"åbnet dem før eller ej."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-shortcut-keys.page:30 C/gedit-spellcheck.page:20
+#: C/gedit-syntax-highlighting.page:14 C/gedit-tabs-moving.page:21
+#: C/gedit-tabs.page:22 C/gedit-undo-recent-action.page:20 C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr "Brug tekststumper til hurtigt at indsætte tekststykker der bruges tit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+#| msgid "Snippet text"
+msgid "Snippets"
+msgstr "Tekststumper"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Tekststumper</app> giver en let måde at indsætte gentagne "
+"kodestykker i dine filer. F.eks. vil en HTML-tekststump til "
+"<code>&lt;img&gt;</code>-tagget indsætte åbnings- og lukningsdelene for tagget "
+"samt faste pladser, hvor du kan indtaste billedattributter. Det kan gøre det "
+"lettere og hurtigere at skrive kode."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+#| msgid "Snippets Plugin"
+msgid "Enable Snippets Plugin"
+msgstr "Aktivér udvidelsesmodulet Tekststumper"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Sådan aktiveres udvidelsesmodulet <gui>Tekststumper</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+#| msgid ""
+#| "Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+#| "guimenuitem></menuchoice>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Indstillinger</gui> <gui "
+"style=\"tab\">Udvidelsesmoduler</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Vælg <gui style=\"menuitem\">Tekststumper</gui> for at aktivere "
+"udvidelsesmodulet."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+#| msgid "Inserting Snippets"
+msgid "Browse Snippets"
+msgstr "Gennemse tekststumper"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Sådan gennemse tilgængelige tekststumper:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">Værktøjer</gui> <gui style=\"menuitem\">Håndtér "
+"tekststumper</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Sørg for at syntaksen er indstillet korrekt. Statuslinjen nederst i "
+"<app>gedit</app>-vinduet viser den nuværende sprogindstilling. "
+"Sprogindstillingen giver gedit mulighed for at indsætte de rette "
+"tekststumper. <app>gedit</app> registrerer normalt sproget eller syntaksen "
+"på den fil, du bruger, men nogle gange kan det være nødvendigt at indstille "
+"det."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "I dette eksempel er sproget indstillet til HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr "[billedet er indsendt]"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr ""
+"Gennemse de tekststumper som er tilgængelige på dit sprog eller syntaks."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+#| msgid "Adding Snippets"
+msgid "Using Snippets"
+msgstr "Brug tekststumper"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+#| msgid "Number of lines in the current document."
+msgid "To insert a snippet into your current document:"
+msgstr "Sådan indsættes en tekststump i det nuværende dokument:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Skriv det ønskede tekststumpnavn hvor som helst i dit nuværende dokument."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Tryk på <key>Tabulator</key> for at indsætte den tekststump som er "
+"tilknyttet den indtastede frase."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Eksempel på anvendelse af tekststump"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Hvis du f.eks. har indstillet syntaksen til <em>HTML</em>, så skriv "
+"<code>head </code> og tryk på <key>Tabulator</key>-tasten. Teksten vil "
+"automatisk blive fuldført til en tekststump såsom:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" "
+"/&gt;\n"
+" &lt;title&gt;Sidetitel&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Tilføjelse af tekststumper"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Du kan tilføje nye tekststumper, som enten virker globalt (de er altså sproguafhængige) eller kun i en bestemt syntaks."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Vælg <guiseq style=\"menu\"><gui style=\"menuitem\">Værktøjer</gui> <gui "
+"style=\"menuitem\">Håndtér tekststumper</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Fra sidebjælken <gui>Håndtér tekststumper</gui> vælges den ønskede syntaks og der "
+"klikkes på knappen “+ ” for at vise eksisterende tekststumper til den valgte "
+"syntaks."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"For at tilføje en tekststump, som virker globalt (altså når der ikke er "
+"indstillet nogen bestemt syntaks eller sprog til dokumentet), vælges "
+"<gui>Globalt</gui> fra sidebjælken <gui>Håndtér tekststumper</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Tilføj en ny tekststump ved at klikke på “plus”-ikonet i sidebjælken <gui>Håndtér "
+"tekststumper</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Indtast et navn til den nye tekststump. Navnet på tekststumpen kan være et "
+"andet end den tekststump du vil tilføje."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Under afsnittet <gui style=\"group\">Aktivering</gui> skal du indtaste en "
+"frase til <gui style=\"input\">Tabulatorudløser:</gui>-tekstområdet. Du kommer "
+"til at bruge frasen til at indsætte din tekststump."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Hvis du vil indsætte en tekststump med en tastaturgenvej, så klik på <gui "
+"style=\"input\">Genvejstast:</gui>-tekstområdet og tryk på den ønskede "
+"tastekombination. Når du har trykket på og sluppet tasterne, så er "
+"tastaturgenvejen indstillet."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Under tekstområdet til <gui style=\"input\">Redigér:</gui> indtast den "
+"ønskede tekst til tekststumpen. Du kan også bruge <code>${n}</code> til at "
+"indikere variabler, hvor <em>n</em> erstattes med et tal, som angiver den "
+"numeriske rækkefølge på variablerne."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Eksempel på ny tekststump"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Har du f.eks. oprettet en tekststump med frasen <var>hilsen</var> i <gui "
+"style=\"input\">Tabulatorudløser:</gui>, så indeholder <gui "
+"style=\"input\">Redigér:</gui>-tekstområdet:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;hilsen&gt;Hej ${1:store}${2:smukke} verden!\n"
+" &lt;/hilsen&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Du kan indsætte tekststumpen ved at skrive <var>hilsen</var> i dokumentet "
+"og trykke på <key>Tabulator</key>-tasten. Følgende tekststump indsættes:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;hilsen&gt;Hej storesmukke verden!&lt;/hilsen&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Ordene “store” og “smukke” kan bevares eller slettes afhængig af hvad du har brug for. "
+"Gør det ved at trykke på <key>Tabulator</key> for at vælge mellem "
+"“store” og “smukke” og tryk på <key>Del</key> for at slette den "
+"valgmulighed, der ikke ønskes."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+#| msgid ""
+#| "The <application>Sort</application> plugin arranges selected lines of "
+#| "text into alphabetical order."
+msgid "Sort lines of text into alphabetical order."
+msgstr "Sortér linjer med tekst i alfabetisk rækkefølge."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Sortér"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+#| msgid ""
+#| "The <application>Sort</application> plugin arranges selected lines of "
+#| "text into alphabetical order."
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Udvidelsesmodulet Sortér arrangerer de valgte linjer med tekst i "
+"alfabetisk rækkefølge."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+#| msgid "Sort Plugin"
+msgid "Enable Sort Plugin"
+msgstr "Aktivér udvidelsesmodulet Sortér"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Sådan aktiveres udvidelsesmodulet <app>Sortér</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Vælg <gui style=\"menuitem\">Sortér</gui> for at aktivere "
+"udvidelsesmodulet."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+#| msgid "Sort Plugin"
+msgid "Using Sort Plugin"
+msgstr "Udvidelsesmodulet Sortér"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Sådan bruges udvidelsesmodulet <gui>Sortér</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Drag and highlight the desired lines of text."
+msgstr "Markér de ønskede linjer med tekst."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">Værktøjer</gui> <gui "
+"style=\"menuitem\">Sortér …</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+#| msgid ""
+#| "The <guilabel>Print</guilabel> dialog enables you to specify the "
+#| "following print options:"
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Dialogen <gui>Sortér</gui> åbnes, så du kan vælge mellem flere "
+"sorteringsindstillinger:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Omvendt rækkefølge</gui> arrangerer teksten i omvendt alfabetisk "
+"rækkefølge."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr "<gui>Fjern dubletter</gui> fjerner duplikerede værdier fra listen."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"<gui>Ignorer store/små bogstaver</gui> ignorerer om bogstaverne er med stort "
+"eller småt."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+#| msgid ""
+#| "To have the sort ignore the characters at the start of the lines, set the "
+#| "first character that should be used for sorting in the <guilabel>Start at "
+#| "column</guilabel> spin box."
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Få sorteringen til at ignorere de indledende tegn på hver linje ved at "
+"indstille det første tegn, som skal bruges til sortering i rotationsboksen <gui>Begynd ved "
+"kolonne</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+#| msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Klik på <gui>Sortér</gui> for at udføre sorteringsoperationen."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Indstil de sider som skal udskrives i en bestemt rækkefølge."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Få kopier til at blive udskrevet i den korrekte rækkefølge"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Omvendt"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Printere udskriver typisk den første side først og den sidste side sidst, så "
+"siderne ender med at være i omvendt rækkefølge når du tager dem op. Sådan "
+"vendes rækkefølgen om:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">Fil</gui> <gui "
+"style=\"menuitem\">Udskriv</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"I fanebladet <gui style=\"tab\">Generelt</gui> i dialogen Udskriv under <gui "
+"style=\"group\">Kopier</gui> tilvælges <gui style=\"checkbox\">Omvendt</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Den sidste side udskrives først osv."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Sætvis"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Hvis du udskriver mere end én kopi af dokumentet, så grupperes "
+"udskrivningerne efter sidenummer som standard. (F.eks. kommer kopierne af "
+"side 1 ud, så kopierne af side 2 osv.) Sætvis gør at hver kopi kommer ud med "
+"dens sider grupperet sammen."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Sådan bruges sætvis:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Klik på <guiseq><gui style=\"menu\">Fil</gui> <gui "
+"style=\"menuitem\">Udskriv</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"I fanebladet <gui style=\"tab\">Generelt</gui> i dialogen Udskriv under <gui "
+"style=\"group\">Kopier</gui> tilvælges <gui style=\"checkbox\">Sætvis</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+#| msgid "Print the file to a printer."
+msgid "Print the files that you create with gedit."
+msgstr "Udskriv de filer du har oprettet med gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+#| msgid "Printing a Document"
+msgid "Printing documents"
+msgstr "Udskrivning af dokumenter"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Udskrivning med <app>gedit</app> kræver at du har tilsluttet og konfigureret "
+"din printer. Hvis du ikke har gjort det, så se venligst <link href=\"help"
+":gnome-help/printing\">udskrivningshjælp til GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr ""
+"<app>gedit</app> giver dig mulighed for at udskrive til både en fil og til "
+"papir."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+#| msgid "Print preview."
+msgid "Print Preview"
+msgstr "Vis udskrift"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Inden du udskriver dit dokument kan du se hvordan det udskrevne dokument vil komme til at se ud "
+"med <gui>Vis udskrift</gui>. Sådan "
+"forhåndsvises dokumentet:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">Fil</gui> <gui style=\"menuitem\">Vis "
+"udskrift</gui></guiseq>. Du kan også trykke på "
+"<keyseq><key>Skift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Der åbnes en forhåndsvisning af dit dokument i det samme faneblad som filen. "
+"Du kan gennemse forhåndsvisningen ved hjælp af navigationsknapperne og "
+"værktøjerne på værktøjslinjen øverst i fanebladet dokumentforhåndsvisning. "
+"For at lukke og vende tilbage til dokumentet klikkes på <gui "
+"style=\"button\">Luk udskriftsvisning</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+#| msgid "Printing"
+msgid "Printing To Paper"
+msgstr "Udskrivning til papir"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Du kan udskrive dine dokumenter på papir med en lokal eller fjernprinter. "
+"Sådan udskrives en fil:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">Fil</gui> <gui style=\"menuitem\">Udskriv</gui> "
+"<gui style=\"tab\">Generelt</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Vælg den ønskede printer fra listen over tilgængelige printere."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Du kan forhåndsvise filen med <gui style=\"button\">Vis udskrift</gui> og når "
+"du er tilfreds med indstillingerne, så klik på <gui "
+"style=\"button\">Udskriv</gui> for at sende filen til printeren."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Fra fanebladet <gui style=\"tab\">Sideopsætning</gui>: kan du desuden vælge "
+"indstillinger for <gui style=\"group\">Layout</gui> og <gui "
+"style=\"group\">Papir</gui>. Eftersom indstillingerne er tilgængelige på tværs "
+"af <app>GNOME</app>-programmer, så se venligst hjælp til <link href=\"help"
+":gnome-help/printing#paper\">Indstillinger for layout og papir</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Udskriv flere kopier og mellem angivne intervaller"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Du kan indstille indstillingerne <gui style=\"group\">Interval</gui> og <gui "
+"style=\"group\">Kopier</gui> for at hjælpe dig med at:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+#| msgid "Printing"
+msgid "Printing To File"
+msgstr "Udskrivning til fil"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Du kan også bruge <app>gedit</app> til at udskrive til en fil. Sådan "
+"udskriver du dokumentet til en fil i et andet format:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">Fil</gui> <gui style=\"menuitem\">Udskriv</gui> "
+"<gui style=\"menuitem\">Udskriv til fil</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "Udskrivning er aktiveret for følgende filformater, du kan vælge mellem:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+#| msgid "Scripts"
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+#| msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"For at udskrive dokumentet til en fil klikkes på <gui "
+"style=\"button\">Udskriv</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+#| msgid "Choose the options you want for the sort:"
+msgid "Choose the pages that you want to print."
+msgstr "Vælg de sider som du vil udskrive."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Udskriv kun bestemte sider"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Du kan vælge kun at udskrive bestemte sider fra dokumentet. F.eks. hvis du "
+"indtaster sidenumrene “1,3,5-7,9”, så udskrives kun siderne 1, 3, 5, 6, 7 "
+"og 9. Sådan udskrives sider efter eget valg:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">Fil</gui> <gui style=\"menuitem\">Udskriv "
+"…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"I fanebladet <gui style=\"tab\">Generelt</gui> i dialogen Udskriv vælges <gui "
+"style=\"radiobutton\">Sider</gui> fra afsnittet <gui "
+"style=\"group\">Interval</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Skriv sidetallet på de sider, du vil udskrive fra dokumentet, adskilt af kommaer. "
+"Brug en bindestreg til at angive et sideinterval."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "En kort introduktion til gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+#| msgid "Starting gedit"
+msgid "Get started with gedit"
+msgstr "Godt i gang med gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> er et tekstredigeringsprogram med det hele til GNOME-"
+"skrivebordsmiljøet. Du kan bruge den til at skrive simple noter og "
+"dokumenter, eller du kan bruge nogle af dens avancerede funktioner for at få "
+"dit eget udviklingsmiljø."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='bf1c5551e623923504e51c4f9fd885b7'"
+msgstr "[billedet er indsendt]"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> icon in the <app>gedit</app> "
+"toolbar."
+msgstr ""
+"Når <app>gedit</app> er startet kan du straks begynde at skrive. Klik på "
+"<gui>Gem</gui>-ikonet i <app>gedit</app>-værktøjslinjen for at gemme din "
+"tekst."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Lær mere om andre <app>gedit</app>-funktioner og få hjælp til at udføre "
+"andre opgaver ved at udforske <link xref=\"index\">andre dele</link> af hjælp "
+"til <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Erstat tekststykker i en fil."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+#| msgid "Replacing Text"
+msgid "Replace text"
+msgstr "Erstat tekst"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Redigering af tekst kan tage lang tid. For at spare tid inkluderer "
+"<app>gedit</app> funktionen <app>Erstat</app> som hjælper dig med at finde "
+"og erstatte tekststykker."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Erstat tekst i <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Åbn <gui>Erstat</gui>-værktøjet ved at klikke på <guiseq><gui "
+"style=\"button\">Menuknappen</gui><gui style=\"menuitem\">Find og erstat "
+"…</gui></guiseq> eller tryk på <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+#| msgid ""
+#| "Type the string that you want to use to replace the string that you find, "
+#| "in the <guilabel>Replace with</guilabel> field."
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "Indtast den tekst du vil erstatte i <gui>Find</gui>-feltet."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+#| msgid ""
+#| "Type the string that you want to use to replace the string that you find, "
+#| "in the <guilabel>Replace with</guilabel> field."
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr ""
+"Indtast den nye tekst, der skal erstattes med, i <gui>Erstat "
+"med</gui>-feltet."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Når du har indtastet den oprindelige tekst og erstatningsteksten, så kan du "
+"tilføje ekstra parametre til søgningen. Du kan også vælge hvad du vil "
+"erstatte:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"For <em>kun</em> at erstatte det næste match klikkes på <gui>Erstat</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+#| msgid ""
+#| "To replace all occurrences of the string throughout the document, click "
+#| "<guibutton>Replace All</guibutton>."
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Erstat <em>alle forekomster</em> af den tekst, der blev søgt efter, ved "
+"at klikke på <gui>Erstat alle</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Brug funktionen <gui>Erstat alle</gui> med forsigtighed. <gui>Erstat "
+"alle</gui> virker på hele din tekstfil, og giver dig ikke mulighed for at "
+"fremhæve tekststykker, hvor funktionen erstat udføres."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Flere valgmuligheder"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Hvis du vil kan du tilføje ekstra parametre til din søgning:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Forskel på store/små bogstaver"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Indstillingen <em>Forskel på store/små bogstaver</em> giver dig mulighed for "
+"at angive om din søgning skal skelne mellem store og små bogstaver. Hvis "
+"indstillingen er tilvalgt, så skelnes der mellem store og små bogstaver. "
+"Hvis den er fravalgt, så skelnes der ikke mellem store og små bogstaver."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Søg kun efter hele ord"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Brug indstillingen til at søge efter et bestemt ord uden fragmenter fra "
+"andre ord. Hvis du f.eks. søger efter ordet “and”, når indstillingen er "
+"tilvalgt, så matches ordet “and”. men ikke ordene “s<em>and</em>” og "
+"“l<em>and</em>mand”."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Søg baglæns"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Kommandoen opfører sig på samme måde som kommandoen Find forrige. Hvis du "
+"vil gå gennem søgeresultaterne fra slutningen til begyndelsen, så vælg denne "
+"indstilling."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Start forfra når slutningen er nået"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Når indstillingen <app>Begynd forfra ved slut</app> er aktiveret, så "
+"genstarter <app>gedit</app> søg-/erstat-handlingen fra filens begyndelse, når "
+"filens slutning er nået. Det sikrer, at din søg-/erstat-handling kommer "
+"gennem hele filen."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Brug undvigesekvenser"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Du kan bruge <em>undvigesekvenser</em> til at søge efter linjeskift, "
+"vognretur og tabulatorer."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+#| msgid "Underline"
+msgid "Newline"
+msgstr "Linjeskift"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+#| msgid "Specifies a carriage return."
+msgid "Carriage return"
+msgstr "Vognretur"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+#| msgid "Tabs"
+msgid "Tab"
+msgstr "Tabulator"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Hvis du vil søge efter en <output>\\</output> (omvendt skråstreg) eller en af "
+"undvigesekvenserne i teksten, så skal du undvige den omvendte skråstreg med "
+"en ekstra omvendt skråstreg. For f.eks. at søge efter <input>\\</input> skal "
+"du indtaste <input>\\\\</input> i søg- eller erstat-feltet. Du kan søge efter "
+"undvigesekvenser på samme måde: for at søge efter eller erstatte med et "
+"<input>\\n</input>, brug frasen <input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Gem din fil for at arbejde på den senere."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Gem en fil"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the toolbar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Gem en fil i <app>gedit</app> ved at klikke på knappen <gui "
+"style=\"button\">Gem</gui> i højre side af værktøjslinjen eller ved at "
+"trykke på <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:32
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Hvis du gemmer en ny fil, så vises en dialog og du kan vælge et navn til "
+"filen samt mappen hvor du vil gemme filen."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Find et tekststykke i en fil."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Søg efter tekst"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Søg-værktøjet kan hjælpe dig med at finde bestemte sekvenser med tekst i din "
+"fil."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+#| msgid "Finding Text"
+msgid "Finding text"
+msgstr "Find tekst"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Åbn <gui>søgevinduet</gui> ved at klikke på <guiseq><gui "
+"style=\"menu\">menuknappen</gui> <gui style=\"menuitem\">Søg …</gui> </guiseq> "
+"eller ved at trykke på <keyseq><key>Ctrl</key><key>F</key></keyseq>. Det "
+"flytter markøren til begyndelsen af <gui>søgevinduet</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Skriv den tekst du vil søge efter i <gui>søgevinduet</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Efterhånden som du skriver, så begynder <app>gedit</app> at fremhæve "
+"tekststykker som matcher det du har indtastet."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+#| msgid "To create a new snippet, do the following:"
+msgid "To scroll through the search results, do any of the following:"
+msgstr "Rul gennem søgeresultaterne ved at gøre en af følgende:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Klik på <gui style=\"button\">op</gui>- eller <gui "
+"style=\"button\">ned</gui>-pilene ved siden af <gui>søgevinduet</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Tryk på <key>op-pil</key>- eller <key>ned-pil</key>-tasterne på dit "
+"tastatur."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Tryk på <keyseq><key>Ctrl</key><key>G</key></keyseq> eller "
+"<keyseq><key>Ctrl</key><key>Skift</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Luk <gui>søgevinduet</gui> ved at trykke på <key>Esc</key> eller "
+"<key>Enter</key>. Hvis der trykkes på <key>Esc</key>, vender markøren tilbage "
+"til, hvor den var, inden du begyndte søgningen. Hvis der trykkes på "
+"<key>Enter</key>, vender markøren tilbage til den nuværende placering i "
+"søgeresultaterne."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+#| msgid "Search"
+msgid "Search tips"
+msgstr "Søgetips"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Hvis du fremhæver et tekststykke med din mus og så trykker på "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, så vises den tekst du "
+"fremhævede i søgevinduet."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Få flere søgeindstillinger ved at klikke på <gui "
+"style=\"button\">Forstørrelsesglas</gui>-ikonet i søgevinduet eller ved at "
+"højreklikke i søgevinduet. Du kan vælge en eller flere af følgende "
+"søgeindstillinger:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Vælg <gui>Forskel på store/små bogstaver</gui> for at skelne mellem store "
+"og små bogstaver."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Vælg <gui>Søg kun efter hele ord</gui> for kun at søge efter komplette ord."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Vælg <gui>Begynd forfra ved slut</gui> for at søge efter tekst fra toppen "
+"til bunden og forfra igen."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Den tekst du søgte efter vil være fremhævet af gedit, selv efter du har "
+"fuldført din søgning. Fjern fremhævningen ved at klikke på <gui "
+"style=\"menuitem\">Ryd fremhævning</gui> eller ved at trykke på "
+"<keyseq><key>Ctrl</key><key>Skift</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-shortcut-keys.page:9
+msgid "Use keyboard shortcuts to help you work more quickly."
+msgstr "Brug tastaturgenveje så du kan arbejde hurtigere."
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:18
+msgid "Paolo Borelli"
+msgstr "Paolo Borelli"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:21
+msgid "Jesse van den Kieboom"
+msgstr "Jesse van den Kieboom"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:24
+msgid "Steve Frécinaux"
+msgstr "Steve Frécinaux"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:27
+msgid "Ignacio Casal Quinteiro"
+msgstr "Ignacio Casal Quinteiro"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:34 C/gedit-tab-groups.page:15
+#: C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-shortcut-keys.page:36 C/gedit-tab-groups.page:17
+#: C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-shortcut-keys.page:47
+#| msgid "Shortcut key"
+msgid "Shortcut keys"
+msgstr "Genvejstaster"
+
+#. (itstool) path: page/p
+#: C/gedit-shortcut-keys.page:49
+#| msgid ""
+#| "Use shortcut keys to perform common tasks more quickly than with the "
+#| "mouse and menus. The following tables list all of <application>gedit</"
+#| "application>'s shortcut keys."
+msgid ""
+"Use <gui>shortcut keys</gui> to perform common tasks more quickly than with "
+"the mouse and menus. The following tables list all of <app>gedit's</app> "
+"shortcut keys."
+msgstr ""
+"Brug <gui>genvejstaster</gui> til at udføre almindelige opgaver hurtigere "
+"end med musen og menuerne. Følgende tabeller viser alle genvejstasterne i "
+"<app>gedit</app>."
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:54
+#| msgid "Shortcut key"
+msgid "Tab-related Shortcut keys"
+msgstr "Genvejstaster til faneblade"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:57 C/gedit-shortcut-keys.page:113
+#: C/gedit-shortcut-keys.page:167 C/gedit-shortcut-keys.page:253
+#: C/gedit-shortcut-keys.page:273 C/gedit-shortcut-keys.page:325
+#: C/gedit-shortcut-keys.page:358 C/gedit-shortcut-keys.page:387
+msgid "Action"
+msgstr "Handling"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:58 C/gedit-shortcut-keys.page:114
+#: C/gedit-shortcut-keys.page:168 C/gedit-shortcut-keys.page:254
+#: C/gedit-shortcut-keys.page:274 C/gedit-shortcut-keys.page:326
+#: C/gedit-shortcut-keys.page:359 C/gedit-shortcut-keys.page:388
+msgid "Keyboard shortcut"
+msgstr "Tastaturgenvej"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:63
+#| msgid "Switches to the next tab to the left."
+msgid "Switch to the next tab to the left"
+msgstr "Skift til det næste faneblad til venstre"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:64
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:68
+#| msgid "Switches to the next tab to the right."
+msgid "Switch to the next tab to the right"
+msgstr "Skift til det næste faneblad til højre"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:69
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:73
+#| msgid "Close tab."
+msgid "Close tab"
+msgstr "Luk faneblad"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:74 C/gedit-shortcut-keys.page:154
+msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:77
+#| msgid "Save all tabs."
+msgid "Save all tabs"
+msgstr "Gem alle faneblade"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:78
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>L</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:82
+#| msgid "Close all tabs."
+msgid "Close all tabs"
+msgstr "Luk alle faneblade"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:83
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Skift</key><key>W</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:86
+msgid "Reopen the most recently closed tab"
+msgstr "Genåbn det faneblad som blev lukket sidst"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:87
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Skift</key><key>T</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:90
+#| msgid "Jump to nth tab."
+msgid "Jump to <var>n</var>th tab"
+msgstr "Hop til faneblad nummer <var>n</var>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:91
+msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:95
+msgid "New tab group"
+msgstr "Ny fanebladsgruppe"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:96
+msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:99
+msgid "Previous tab group"
+msgstr "Forrige fanebladsgruppe"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:100
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+"keyseq>"
+msgstr ""
+"<keyseq><key>Skift</key><key>Ctrl</key><key>Alt</key><key>Page "
+"up</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:103
+msgid "Next tab group"
+msgstr "Næste fanebladsgruppe"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:104
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</key></"
+"keyseq>"
+msgstr ""
+"<keyseq><key>Skift</key><key>Ctrl</key><key>Alt</key><key>Page "
+"down</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:110
+#| msgid "Shortcuts for working with files:"
+msgid "Shortcut keys for working with files"
+msgstr "Genvejstaster til at arbejde med filer"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:119
+#| msgid "Create a new document."
+msgid "Create a new document in a new window"
+msgstr "Opret et nyt dokument i et nyt vindue"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:120
+msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:123
+#| msgid "Create a new document."
+msgid "Create a new document in a new tab"
+msgstr "Opret et nyt dokument i et nyt faneblad"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:124
+msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:127
+#| msgid "Open a document."
+msgid "Open a document"
+msgstr "Åbn et dokument"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:128
+msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:131
+msgid "Open the <gui>Quick Open</gui> window"
+msgstr "Åbn <gui>Hurtig åbning</gui>-vinduet"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:132
+msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:135
+#| msgid "Save the current document to disk."
+msgid "Save the current document"
+msgstr "Gem det nuværende dokument"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:136
+msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:139
+#| msgid "Save the current document with a new filename."
+msgid "Save the current document with a new filename"
+msgstr "Gem det nuværende dokument med et nyt filnavn"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:140
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>S</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:144
+#| msgid "Print the current document."
+msgid "Print the current document"
+msgstr "Udskriv det nuværende dokument"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:145
+msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:148
+#| msgid "Print preview."
+msgid "Print preview"
+msgstr "Vis udskrift"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:149
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>P</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:153
+#| msgid "Close the current document."
+msgid "Close the current document"
+msgstr "Luk det nuværende dokument"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:157
+#| msgid "Quit Gedit."
+msgid "Quit gedit"
+msgstr "Afslut gedit"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:158
+msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:164
+#| msgid "Shortcuts for editing documents:"
+msgid "Shortcut keys for editing files"
+msgstr "Genvejstaster til at redigere filer"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:173
+#| msgid "Copy the selected text or region onto the clipboard."
+msgid "Move the selected word right one word"
+msgstr "Flyt det valgte ord et ord til højre"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:174
+msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Højre-pil</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:177
+#| msgid "Copy the selected text or region onto the clipboard."
+msgid "Move the selected word left one word"
+msgstr "Flyt det valgte ord et ord til venstre"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:178
+msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Venstre-pil</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:181
+#| msgid "Undo the last action."
+msgid "Undo the last action"
+msgstr "Fortryd den seneste handling"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:182
+msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:185
+#| msgid "Redo the last undone action ."
+msgid "Redo the last undone action"
+msgstr "Omgør den senest fortrudte handling"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:186
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>Z</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:190
+#| msgid "Cut the selected text or region and place it on the clipboard."
+msgid "Cut the selected text or region and place it on the clipboard"
+msgstr "Klip den valgte tekst eller det valgte område og placer det i udklipsholderen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:192
+msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:195
+#| msgid "Copy the selected text or region onto the clipboard."
+msgid "Copy the selected text or region onto the clipboard"
+msgstr "Kopiér den valgte tekst eller det valgte område til udklipsholderen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:196
+msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:199
+#| msgid "Paste the contents of the clipboard."
+msgid "Paste the contents of the clipboard"
+msgstr "Indsæt indholdet af udklipsholderen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:200
+msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:203
+msgid "Select all text in the file"
+msgstr "Vælg al tekst i filen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:204
+msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:207
+#| msgid "Select all."
+msgid "Unselect all text"
+msgstr "Fravælg al tekst"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:208
+msgid "<keyseq><key>Ctrl</key><key>Backslash</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>\\</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:211
+#| msgid "Delete current line."
+msgid "Delete the current line"
+msgstr "Slet den nuværende linje"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:212
+msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:215
+msgid "Move the selected line up one line"
+msgstr "Flyt den valgte linje en linje op"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:216
+msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Op-pil</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:219
+msgid "Move the selected line down one line"
+msgstr "Flyt den valgte linje en linje ned"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:220
+msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Ned-pil</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:223
+msgid "Add a tab stop"
+msgstr "Tilføj et tabulatorstop"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:224
+msgid "<keyseq><key>Tab</key></keyseq>"
+msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:227
+msgid "Remove a tab stop"
+msgstr "Fjern et tabulatorstop"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:228
+msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+msgstr "<keyseq><key>Skift</key><key>Tab</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:231
+#| msgid "Copy the selected text or region onto the clipboard."
+msgid "Convert the selected text to upper case"
+msgstr "Konvertér den valgte tekst til store bogstaver"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:232
+msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:235
+#| msgid "Copy the selected text or region onto the clipboard."
+msgid "Convert the selected text to lower case"
+msgstr "Konvertér den valgte tekst til små bogstaver"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:236
+msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:239
+#| msgid "The currently selected text."
+msgid "Toggle case of the selected text"
+msgstr "Byt om på store/små bogstaver i den valgte tekst"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:240
+msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:243
+msgid "Toggle cursor visibility"
+msgstr "Markørens synlighed til/fra"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:244
+msgid "<keyseq><key>F7</key></keyseq>"
+msgstr "<keyseq><key>F7</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:250
+#| msgid "Shortcuts for showing and hiding panes:"
+msgid "Shortcut keys for showing and hiding panes"
+msgstr "Genvejstaster til at vise og skjule ruder"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:259
+#| msgid "Show/hide the side pane."
+msgid "Show / hide the side panel"
+msgstr "Vis/skjul sidepanelet"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:260
+msgid "<key>F9</key>"
+msgstr "<key>F9</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:263
+msgid "Open the file menu"
+msgstr "Åbn filmenuen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:264
+msgid "<key>F10</key>"
+msgstr "<key>F10</key>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:270
+#| msgid "Shortcuts for tools:"
+msgid "Shortcut keys for navigation"
+msgstr "Genvejstaster til at navigere"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:279
+msgid "Move to matching bracket"
+msgstr "Flyt til modsvarende klamme"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:280
+msgid "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:283
+#| msgid "Goto line."
+msgid "Goto line"
+msgstr "Gå til linje"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:284
+msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:287
+msgid "Move to the beginning of the current line"
+msgstr "Flyt til begyndelsen af den nuværende linje"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:288
+msgid "<key>Home</key>"
+msgstr "<key>Home</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:291
+#| msgid "Delete current line."
+msgid "Move to the end of the current line"
+msgstr "Flyt til slutningen af den nuværende linje"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:292
+msgid "<key>End</key>"
+msgstr "<key>End</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:295
+msgid "Move to the beginning of the document"
+msgstr "Flyt til begyndelsen af dokumentet"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:296
+msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:299
+#| msgid "Removes all spaces from the end of lines in the document."
+msgid "Move to the end of the document"
+msgstr "Flyt til slutningen af dokumentet"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:300
+msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:303
+msgid "Move viewport up within the file"
+msgstr "Flyt visningsområde op i filen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:304
+msgid "<keyseq><key>Shift</key><key>Alt</key><key>Up</key></keyseq>"
+msgstr "<keyseq><key>Skift</key><key>Alt</key><key>Op</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:307
+msgid "Move viewport down within the file"
+msgstr "Flyt visningsområde ned i filen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:308
+msgid "<keyseq><key>Shift</key><key>Alt</key><key>Down</key></keyseq>"
+msgstr "<keyseq><key>Skift</key><key>Alt</key><key>Ned</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:311
+msgid "Move viewport to beginning of file"
+msgstr "Flyt visningsområde til begyndelsen af filen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:312
+msgid "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+msgstr "<keyseq><key>Skift</key><key>Alt</key><key>Home</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:315
+msgid "Move viewport to end of file"
+msgstr "Flyt visningsområde til slutningen af filen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:316
+msgid "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+msgstr "<keyseq><key>Skift</key><key>Alt</key><key>End</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:322
+#| msgid "Shortcuts for searching:"
+msgid "Shortcut keys for searching"
+msgstr "Genvejstaster til at søge"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:331
+#| msgid "Find a string."
+msgid "Find a string"
+msgstr "Find en streng"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:332
+msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:335
+#| msgid "Find the next instance of the string."
+msgid "Find the next instance of the string"
+msgstr "Find den næste forekomst af strengen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:336
+msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:339
+#| msgid "Find the previous instance of the string."
+msgid "Find the previous instance of the string"
+msgstr "Find den forrige forekomst af strengen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:340
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Skift</key><key>G</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:343
+#| msgid "Search and replace."
+msgid "Search and Replace"
+msgstr "Søg og erstat"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:344
+msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:347
+#| msgid "Clear highlight."
+msgid "Clear highlight"
+msgstr "Ryd fremhævning"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:348
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>K</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:355
+#| msgid "Shortcuts for tools:"
+msgid "Shortcut keys for tools"
+msgstr "Genvejstaster til værktøjer"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:364
+#| msgid "Check spelling (with plugin)."
+msgid "Check spelling"
+msgstr "Stavekontrol"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:365
+msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+msgstr "<keyseq><key>Skift</key><key>F7</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:368
+#| msgid "Remove trailing spaces (with plugin)."
+msgid "Remove trailing spaces (with plugin)"
+msgstr "Fjern efterstillede mellemrum (med udvidelsesmodul)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:369
+msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:372
+#| msgid "Run \"make\" in current directory (with plugin)."
+msgid "Run \"make\" in the current directory (with plugin)"
+msgstr "Kør “make” i den nuværende mappe (med udvidelsesmodul)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:373
+msgid "<key>F8</key>"
+msgstr "<key>F8</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:376
+#| msgid "Directory listing (with plugin)."
+msgid "Directory listing (with plugin)"
+msgstr "Mappevisning (med udvidelsesmodul)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:377
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>D</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:384
+#| msgid "Shortcuts for help:"
+msgid "Shortcut keys for user help"
+msgstr "Genvejstaster til brugerhjælp"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:393
+msgid "Open the gedit user guide"
+msgstr "Åbn brugervejledningen til gedit"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:394
+msgid "<key>F1</key>"
+msgstr "<key>F1</key>"
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Tjek dine filer for stavefejl."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Stavekontrol af dit dokument"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Aktivér stavekontrol"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Stavekontrolfunktionen leveres som et udvidelsesmodul i <app>gedit</app> som "
+"kan aktiveres efter behov. Sådan aktiveres udvidelsesmodulet:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Vælg <gui style=\"menuitem\">Stavekontrol</gui> for at aktivere "
+"udvidelsesmodulet."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Sådan tjekkes der for stavefejl i dit dokument:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+#| msgid ""
+#| "To check the spelling manually, choose <menuchoice><guimenu>Tools</"
+#| "guimenu><guimenuitem>Check Spelling</guimenuitem></menuchoice>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Vælg <guiseq><gui style=\"menu\">Værktøjer</gui> <gui "
+"style=\"menuitem\">Stavekontrol</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"For at få <app>gedit</app> til automatisk at fremhæve ord, som er stavet "
+"forkert i dit dokument, mens du skriver, kan du vælge <guiseq><gui "
+"style=\"menu\">Værktøjer</gui><gui style=\"menuitem\">Fremhæv "
+"stavefejl</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Brug stavekontrol"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Du kan vælge den rette erstatning til ord, som er stavet forkert med "
+"dialogen Stavekontrol. Det ord som tjekkes af stavekontrollen og som er stavet forkert "
+"vises med fed skrift ved siden af <gui>Stavefejl:</gui>. Du "
+"kan vælge mellem følgende rettelseshandlinger:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Skift til:</gui> giver dig mulighed for at indtaste et "
+"ord og bruge <gui style=\"button\">Kontrollér ord</gui> til at tjekke, at det er stavet "
+"korrekt."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Forslag:</gui> viser de tilgængelige erstatninger til "
+"ordet."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignorér</gui> giver dig mulighed for at tilsidesætte "
+"stavekontrol for <em>én</em> instans af det nuværende ord."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Ignorér alle</gui> giver dig mulighed for at "
+"tilsidesætte stavekontrol for <em>alle</em> instanser af det nuværende ord."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Skift</gui> erstatter ord som er stavet forkert eller "
+"som ikke genkendes med <em>én</em> valgt erstatning fra listen <gui "
+"style=\"menuitem\">Forslag:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Skift alle</gui> erstatter <em>alle</em> ord som er "
+"stavet forkert eller som ikke genkendes med den valgte erstatning fra listen <gui "
+"style=\"menuitem\">Forslag:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Tilføj ord</gui> giver dig mulighed for at tilføje det "
+"nuværende ord til <app>gedit</app> <gui>Brugerordbog</gui>. Når der tilføjes "
+"tilpassede ord til <gui>Brugerordbogen</gui>, kan <app>gedit</app> genkende "
+"ordet i dokumenter og dermed fremhæves ordet ikke som et ord, der er stavet "
+"forkert."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Angiv det sprog der skal bruges til stavekontrol"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Som standard bruger <app>gedit</app> dit nuværende sprog til at udføre "
+"stavekontrol på dit dokument. Hvis du har brug for et andet sprog, så vælg "
+"<guiseq><gui style=\"menu\">Værktøjer</gui><gui style=\"menuitem\">Vælg sprog "
+"…</gui></guiseq> og vælg så det sprog du vil bruge."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Ordbøger"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> bruger <link "
+"href=\"https://www.abisource.com/projects/enchant/\">Enchant</link>, et lille "
+"systemredskab til stavekontrol. Enchant kan bruge flere forskellige ordbøger "
+"til stavekontrol. To sådanne ordbogsmotorer er <em>Hunspell</em> og "
+"<em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Hvis det sprog, du vil bruge ikke er tilgængeligt i <app>gedit</app>, så brug "
+"din computers softwareinstallationsprogram eller pakkehåndtering til at "
+"installere den ordbogsmotor du vil have."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Fremhæv din tekst for at gøre den lettere at læse."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+#| msgid "Print syntax highlighting"
+msgid "Turn on syntax highlighting"
+msgstr "Aktivér syntaksfremhævning"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+#| msgid "Syntax Highlighting"
+msgid "Syntax highlighting"
+msgstr "Syntaksfremhævning"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> giver syntaksfremhævning til et bredt udvalgt af "
+"opmærknings-, programmerings- og videnskabelige sprog. Hvis <app>gedit</app> "
+"genkender den syntaks som bruges når du åbner en fil, så fremhæver den "
+"automatisk teksten."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Hvis din syntaks eller dit sprog ikke fremhæves ved opstart, så kan du vælge den "
+"rette syntaks eller det rette sprog ved at klikke på <guiseq><gui "
+"style=\"menu\">Vis</gui> <gui "
+"style=\"menuitem\">Fremhævningstilstand</gui></guiseq> og så vælge den ønskede "
+"syntaks. Du kan også vælge syntaksnavnet fra en liste nederst i "
+"<app>gedit</app>-vinduet."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:11
+msgid "Group similar tabs together."
+msgstr "Gruppér lignende faneblade."
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:23
+msgid "Organize files in grouped tabs"
+msgstr "Organiser filer i grupperede faneblade"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:25
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"\"Untitled Document\" in the new pane, and make it active. You can open "
+"files into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Hvis du arbejder med flere faneblade i <app>gedit</app>, så kan du gruppere "
+"dem, hvilket gør det let at holde dine åbne filer organiseret. Tilføjelse af "
+"et nyt faneblad vil dele <app>gedit</app>-vinduet i to ruder, åbne et nyt "
+"“Unavngivet dokument” i den nye rude og gøre den aktiv. Du kan åbne filer i "
+"fanebladsgruppen og flytte faneblade fra en gruppe til en anden."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:32
+msgid "Open a new tab group in the gedit window"
+msgstr "Åbn en ny fanebladsgruppe i gedit-vinduet"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:34
+msgid "To open a new tab group you can:"
+msgstr "For at åbne en ny fanebladsgruppe kan du:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:38
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Gå til <guiseq><gui>Dokumenter</gui><gui>Ny fanebladsgruppe</gui></guiseq> i "
+"hovedmenuen."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:42
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Bruge genvejen <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:47
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Handlingen deler <app>gedit</app>-vinduet i to ruder, og ruden med den nye "
+"fanebladsgruppe placeres til højre for det aktive faneblad. Du kan flytte "
+"håndtaget til højre eller venstre for at tildele mere eller mindre plads i "
+"<app>gedit</app>-vinduet mellem ruderne alt efter hvad du har brug for."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:52
+msgid ""
+"You can open as much tab groups in <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Du kan åbne så mange fanebladsgrupper i <app>gedit</app>-vinduet, som din "
+"skærm tillader, men du bliver nødt til at flytte håndtaget for at se dem "
+"korrekt."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:56
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"For at lukke en fanebladsgrupperude skal du blot lukke alle de faneblade som "
+"er åbne i den."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:62
+msgid "Move through tab groups"
+msgstr "Flyt gennem fanebladsgrupper"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:64
+msgid "To move forward (on the next) tab group:"
+msgstr "Sådan flyttes fremad (til den næste) fanebladsgruppe:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:68
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Gå til <guiseq><gui>Dokumenter</gui><gui>Næste "
+"fanebladsgruppe</gui></guiseq> i hovedmenuen."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:72
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+"key></keyseq> shortcut."
+msgstr ""
+"Bruge genvejen <keyseq><key>Skift</key><key>Ctrl</key><key>Alt</key><key>Page "
+"down</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:77
+msgid "To move backward (on the previous) tab group:"
+msgstr "Sådan flyttes baglæns (til den forrige) fanebladsgruppe:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:81
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> in "
+"the main menu."
+msgstr ""
+"Gå til <guiseq><gui>Dokumenter</gui><gui>Forrige "
+"fanebladsgruppe</gui></guiseq> i hovedmenuen."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:85
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</"
+"key></keyseq> shortcut."
+msgstr ""
+"Bruge genvejen <keyseq><key>Skift</key><key>Ctrl</key><key>Alt</key><key>Page "
+"up</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:93
+msgid "Move a tab to another tab group"
+msgstr "Flyt et faneblad til en anden fanebladsgruppe"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:95
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Hvis du vil flytte et faneblad fra en fanebladsgruppe til en anden:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:66 C/gedit-tabs-moving.page:89
+msgid "Click and hold the mouse button on the tab."
+msgstr "Klik på og hold museknappen på fanebladet."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:102
+msgid "Drag the tab to another tab group pane."
+msgstr "Træk fanebladet til en anden fanebladsgrupperude."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:105
+msgid "Place it beside other tabs in the tab group."
+msgstr "Placer den ved siden af de andre faneblade i fanebladsgruppe."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:108 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:72 C/gedit-tabs-moving.page:98
+msgid "Release the mouse button."
+msgstr "Slip museknappen."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:112
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tab groups."
+msgstr ""
+"Se tabellen <link xref=\"gedit-shortcut-keys\">genvejstaster til faneblade"
+"</link> for at gøre det lettere at håndtere dine "
+"fanebladsgrupper."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Ændr placeringen af et faneblad i gedit-vinduet."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Flyt og ændr fanebladenes rækkefølge"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Faneblade i <app>gedit</app> kan flyttes, hvilket gør det lettere at arbejde "
+"med dine filer. Fanebladenes rækkefølge kan ændres i det samme vindue, "
+"flyttes ud af <app>gedit</app> (hvorved der oprettes et nyt "
+"<app>gedit</app>-vindue) og flyttes fra et vindue til et andet."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Ændr rækkefølgen på fanebladene i gedit-vinduet"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Sådan ændres rækkefølgen på faneblade i et vindue:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tab."
+msgstr "Flyt fanebladet til den ønskede placering blandt de andre faneblade."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Fanebladet placeres nærmest hvor du slap fanebladet, lige ved siden af de "
+"andre åbne faneblade."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:61
+msgid "Move a tab, creating a new gedit window"
+msgstr "Flyt et faneblad og opret et nyt gedit-vindue"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:62
+#| msgid "To create a new snippet, do the following:"
+msgid "To create a new window from an existing tab:"
+msgstr "Sådan oprettes et nyt vindue fra et eksisterende faneblad:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:69
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Træk fanebladet uden for <app>gedit</app>-vinduet."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:77
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Flyt et faneblad til et nyt vindue, når <app>gedit</app> er maksimeret, ved at "
+"trække fanebladet til toplinjen øverst på skærmen."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:83
+msgid "Move a tab to another gedit window"
+msgstr "Flyt et faneblad til et andet gedit-vindue"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:85
+msgid "If you want to move a tab from one window to another:"
+msgstr "Hvis du vil flytte et faneblad fra et vindue til et andet:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:92
+msgid "Drag the tab to the new window."
+msgstr "Træk fanebladet til det nye vindue."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:95
+msgid "Place it beside other tabs in the new window."
+msgstr "Placer det ved siden af de andre faneblade i det nye vindue."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:104
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Det kan være, du synes, det er lettere at flytte et faneblad fra et vindue til "
+"et andet ved at trække fanebladet til <gui>Aktiviteter</gui>-hothjørnet i "
+"<gui>GNOME Shell</gui>. Det viser de åbne <app>gedit</app>-vinduer. Du kan "
+"så slippe fanebladet på det ønskede <app>gedit</app>-vindue."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:111
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tabs."
+msgstr ""
+"Se tabellen <link xref=\"gedit-shortcut-keys\">genvejstaster til faneblade"
+"</link> for at gøre det lettere at håndtere dine "
+"faneblade."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Opret eller luk faneblade i gedit-vinduet."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Tilføj og fjern faneblade"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window. The tab that is larger than the other tabs "
+"indicates the file that is currently open. The smaller tabs indicate other "
+"files that are available to work on."
+msgstr ""
+"At arbejde med faneblade i <app>gedit</app> giver dig mulighed for at holde "
+"øje med flere filer i et enkelt vindue. Det faneblad, som er større end de "
+"andre faneblade, indeholder den fil, som er åben på nuværende tidspunkt. De mindre "
+"faneblade er andre filer, som kan arbejdes på."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:45
+#| msgid "Adding Snippets"
+msgid "Adding tabs"
+msgstr "Tilføj faneblade"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:46
+msgid ""
+"To add a new tab, create a new file with <keyseq><key>Ctrl</key> <key>T</"
+"key></keyseq>. The tab will be added to the right side of any other tabs."
+msgstr ""
+"Tilføj et nyt faneblad ved at oprette en ny fil med <keyseq><key>Ctrl</key> "
+"<key>T</key></keyseq>. Fanebladet tilføjes til højre for de andre faneblade."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:52
+#| msgid "Remove Trailing Spaces"
+msgid "Removing tabs"
+msgstr "Fjern faneblade"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:53
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side. To remove all open tabs, press <keyseq><key>Ctrl</key> <key>Shift</"
+"key><key>W</key></keyseq>."
+msgstr ""
+"Fjern et faneblad ved at klikke på <gui style=\"button\">×</gui> i højre side "
+"af fanebladet. Fjern alle åbne faneblade ved at trykke på "
+"<keyseq><key>Ctrl</key> <key>Skift</key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-recent-action.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Tilbagefør en ændring der blev foretaget for nyligt i en af dine filer."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-recent-action.page:31
+#| msgid "Undo the last action."
+msgid "Undo a recent action"
+msgstr "Fortryd seneste handling"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-recent-action.page:33
+msgid ""
+"If you make a mistake while using <app>gedit</app>, you can undo it by "
+"pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Hvis du laver en fejl i <app>gedit</app>, så kan du fortryde det "
+"ved at trykke på <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-recent-action.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr "Du kan ikke fortryde en ændring efter du har lukket en <app>gedit</app>-fil."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+#| msgid "text editor"
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Tekstredigeringsprogrammet gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+#| msgid "text editor"
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Tekstredigeringsprogrammet gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Startsiden til gedits hjælpevejledning."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Tekstredigeringsprogrammet gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"both <app>gedit's</app> most basic features, as well as some advanced "
+"keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started "
+"with gedit</link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</"
+"link> pages."
+msgstr ""
+"Velkommen til <app>gedits</app> hjælpevejledning. Få en hurtig introduktion "
+"til <app>gedits</app> mest grundlæggende funktioner samt mere avancerede "
+"tastaturgenveje ved at besøge siderne <link xref=\"gedit-quickstart\">Godt i gang med "
+"gedit</link> og <link xref=\"gedit-shortcut-"
+"keys\">Genvejstaster</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:36
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Andre hjælpeemner er grupperet i afsnit nedenfor. Nyd at bruge "
+"<app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:40
+#| msgid "Working with Files"
+msgid "Working With Files"
+msgstr "Arbejd med filer"
+
+#. (itstool) path: section/title
+#: C/index.page:45
+msgid "Configure gedit"
+msgstr "Konfigurer gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:49
+#| msgid "Tag List Plugin"
+msgid "gedit Plugins"
+msgstr "Udvidelsesmoduler til gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:53
+#| msgid "Working with Text"
+msgid "Printing with gedit"
+msgstr "Udskrivning med gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Kreditering-Deling på samme vilkår 3.0 Ikke porteret-licens"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Værket er licenseret under en <_:link-1/>."
diff --git a/help/da/figures/gedit-html-snippet.png b/help/da/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..2e1913b
--- /dev/null
+++ b/help/da/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/da/figures/gedit3-screenshot.png b/help/da/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..1341274
--- /dev/null
+++ b/help/da/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/de/de.po b/help/de/de.po
new file mode 100644
index 0000000..02ce16c
--- /dev/null
+++ b/help/de/de.po
@@ -0,0 +1,4219 @@
+# German translation of the gedit documentation
+#
+# Jan Arne Petersen <jap@gnome.org>, 2007.
+# Mario Blättermann <mario.blaettermann@gmail.com>, 2008-2013, 2017, 2020.
+# Andre Klapper <ak-47@gmx.net>, 2009.
+# Wolfgang Stöggl <c72578@yahoo.de>, 2011.
+# Gabor Karsay <gabor.karsay@gmx.at>, 2011.
+# Benjamin Steinwender <b@stbe.at>, 2014.
+# Christian Kirbach <Christian.Kirbach@gmail.com>, 2011, 2013-2014.
+# Jürgen Benvenuti <gastornis@posteo.org>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit help\n"
+"POT-Creation-Date: 2022-11-20 14:00+0000\n"
+"PO-Revision-Date: 2022-12-12 18:03+0100\n"
+"Last-Translator: Jürgen Benvenuti <gastornis@posteo.org>\n"
+"Language-Team: Deutsch <gnome-de@gnome.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.1.1\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Jan Arne Petersen <jap@gnome.org>, 2007\n"
+"Mario Blättermann <mario.blaettermann@gmail.com>, 2008-2013, 2020\n"
+"Christian Kirbach <christian.kirbach@gmail.com>, 2011-2020\n"
+"Benjamin Steinwender <b@stbe.at>, 2014-2015\n"
+"Jürgen Benvenuti <gastornis@posteo.org>, 2022"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Text- und Hintergrundfarben in Gedit ändern."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:11
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Ändern des Farbschemas"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> liefert bereits verschiedene Farbschemata mit, wodurch "
+"Ihnen die Änderung des Erscheinungsbilds des Textfensters ermöglicht wird."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "So ändern Sie das Farbschema:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39 C/gedit-change-default-font.page:29
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Öffnen Sie das Menü rechts oben im Fenster und wählen Sie in diesem "
+"<guiseq><gui style=\"menuitem\">Einstellungen</gui><gui>Schrift und Farben</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Wählen Sie Ihr gewünschtes Farbschema aus."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Das neue Farbschema wird unmittelbar angewendet."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Verwenden eines benutzerdefinierten Farbschemas"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Sie können Farbschemata verwenden, die von anderen erstellt wurden, oder "
+"Ihre eigenen Farbschemata erstellen und verwenden."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Anweisungen zur Installation von Farbschemata sowie Beispiele zum "
+"Herunterladen, sind im <link href=\"https://wiki.gnome.org/Projects/"
+"GtkSourceView/StyleSchemes\">gedit-Wiki</link> verfügbar."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr ""
+"Verwenden einer benutzerdefinierten Schriftart für Ihren Text in Gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:13
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:20
+msgid "Change the default font"
+msgstr "Ändern der vorgegebenen Schriftgröße"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:22
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> verwendet standardmäßig die dicktengleiche Schrift des "
+"Systems, aber Sie können die Standardschrift nach Ihren Wünschen ändern."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:27
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "So ändern Sie die vorgegebene Schriftgröße in <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr ""
+"Deaktivieren Sie das Ankreuzfeld <gui>Dicktengleiche Schrift des Systems "
+"benutzen</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:34
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Klicken Sie auf den aktuellen Schriftnamen. <app>gedit</app> öffnet ein "
+"Schriftwähler-Fenster, in welchem die verfügbaren Schriften angezeigt werden "
+"und Sie die gewünschte Schrift auswählen können."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Nachdem Sie die gewünschte Schrift ausgewählt haben, verwenden Sie den "
+"<gui>Schieberegler</gui> unter der Schriftenliste, um die Schriftgröße "
+"einzustellen."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:39
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr ""
+"Klicken Sie auf <gui>Auswählen</gui> und schließen Sie anschließend den "
+"Dialog."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Die aktuell verwendete Datei beenden."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Eine Datei schließen"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Um eine Datei in <app>gedit</app> zu schließen, klicken Sie auf den Knopf "
+"<gui style=\"button\">×</gui> rechts im Reiter der Datei oder drücken Sie "
+"<keyseq><key>Strg</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Durch jede dieser Aktionen wird eine Datei in <app>gedit</app> geschlossen. "
+"Falls Ihre Datei ungespeicherte Änderungen enthalten sollte, fragt "
+"<app>gedit</app> nach, ob die Änderungen vor dem Schließen der Datei "
+"gespeichert werden sollen."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Eine neue Datei zum Bearbeiten öffnen."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Eine neue Datei anlegen"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Der einfachste Weg eine neue Datei in <app>gedit</app> anzulegen ist es, auf "
+"den Knopf <gui>Ein neues Dokument erstellen</gui> links in der Kopfleiste zu "
+"klicken oder <keyseq><key>Strg</key><key>T</key></keyseq> zu drücken."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Durch jede dieser Aktionen wird eine neue Datei im <app>gedit</app>-Fenster "
+"erstellt. Falls bereits andere Dateien in <app>gedit</app> geöffnet sind, "
+"erscheint die neue Datei in einem neuen Reiter rechts neben diesen Dateien."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Administratorberechtigungen zum Bearbeiten einer Datei verwenden."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Bearbeiten einer Datei als root-Benutzer (Systemverwalter)"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Bearbeiten von Dateien mit den Rechten des Systemverwalters kann potenziell "
+"gefährlich sein. Ihr System könnte auf unvorhersehbare Weise beschädigt "
+"werden. Lassen Sie die nötige Vorsicht walten, wenn Sie Dateien so "
+"bearbeiten."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Um Dateien als Systemverwalter zu bearbeiten, starten Sie <app>gedit</app> "
+"folgendermaßen im Terminal:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Mit dem Befehl <cmd>sudo</cmd> müssen Sie zunächst erfolgreich Ihr Passwort "
+"eingeben, bevor <app>gedit</app> geöffnet wird."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Alternativ zum <cmd>sudo</cmd>-Befehl können Sie Systemverwalterrechte auf "
+"folgende Weise erlangen:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Sie müssen dann <app>gedit</app> mit dem Befehl <cmd>gedit</cmd> starten."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Sobald Sie <app>gedit</app> mit Systemverwalterrechten geöffnet haben, "
+"werden diese Rechte beibehalten, bis Sie die Anwendung schließen."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Erfahren Sie die Grundlagen zum Arbeiten mit Dateien in Gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Grundlagen zu Dateien: Öffnen, Schließen und Speichern"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Falls Sie noch nicht mit <app>gedit</app> vertraut sind, helfen Ihnen diese "
+"Themen beim Erstellen, Speichern, Öffnen und Schließen von Dateien."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Stellen Sie Gedit ein, den gesamten Bildschirm zu verwenden."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Den Vollbildmodus verwenden"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Beim Arbeiten mit großen Dokumenten ist es möglicherweise sinnvoll, im "
+"Vollbildmodus zu arbeiten. Im Vollbildmodus werden die <gui>Menüleiste</"
+"gui>, die <gui>Reiterleiste</gui> und die <gui>Werkzeugleiste</gui> nicht "
+"angezeigt. Auf diese Weise ist mehr Text sichtbar und Sie können sich besser "
+"auf Ihre Aufgaben konzentrieren."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "In den Vollbildmodus schalten"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Um den Vollbildmodus einzuschalten, drücken Sie <key>F11</key>. Das Menü, "
+"der Titel und die Reiterleisten von <app>gedit</app> werden verborgen und "
+"nur der Text der aktuell geöffneten Datei bleibt sichtbar."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Falls Sie eine Aktion ausführen wollen, während sich <app>gedit</app> im "
+"Vollbildmodus befindet, bewegen Sie den Mauszeiger an den oberen Rand des "
+"Bildschirms. Daraufhin erscheint die Menüleiste von <app>gedit</app>, in "
+"welcher Sie die gewünschte Aktion auswählen können."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Um im Vollbildmodus zwischen geöffneten Reitern umzuschalten, drücken Sie "
+"entweder <keyseq><key>Strg</key><key>Alt</key><key>Bild auf</key></keyseq> "
+"oder <keyseq><key>Strg</key><key>Alt</key><key>Bild ab</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Den Vollbildmodus ausschalten"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Um den Vollbildmodus zu verlassen und zum normalen <app>gedit</app>-Fenster "
+"zurückzukehren, drücken Sie <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Sie können auch den Mauszeiger an den oberen Rand des Bildschirms bewegen, "
+"um die <gui>Menüleiste</gui> anzuzeigen. Wenn die <gui>Menüleiste</gui> "
+"erscheint, klicken Sie dann auf <gui>Vollbild verlassen</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Verwenden der Seitenleiste von Gedit zur Dateiauswahl."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Betrachten und Öffnen von Dateien aus der Seitenleiste"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"Der am häufigsten verwendete Weg zum Wechseln zwischen Dateien in "
+"<app>gedit</app> ist das Anklicken der Reiter im oberen Teil des <app>gedit</"
+"app>-Fensters. In bestimmten Fällen kann es jedoch sinnvoll sein, die "
+"Seitenleiste zu verwenden, insbesondere dann, wenn Sie eine größere Anzahl "
+"von Dateien geöffnet haben."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Um die Seitenleiste zu aktivieren, wählen Sie <guiseq><gui>Ansicht</"
+"gui><gui>Seitenleiste</gui></guiseq> oder drücken Sie <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Sie können die Sichtbarkeit der Seitenleiste jederzeit durch Drücken von "
+"<key>F9</key> an- oder ausschalten."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Dateien über die Seitenleiste öffnen"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Um Dateien über die Seitenleiste öffnen zu können, öffnen Sie zunächst die "
+"Seitenleiste selbst durch Wählen von <guiseq><gui>Ansicht</"
+"gui><gui>Seitenleiste</gui></guiseq> (oder drücken Sie einfach <key>F9</"
+"key>) und klicken Sie anschließend auf das <gui>Dateiverwaltungssymbol</gui> "
+"am unteren Ende der Seitenleiste."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Dadurch wird der <em>Dateiverwaltungsmodus</em> der Seitenleiste aktiviert. "
+"Sie können dann die Navigationsknöpfe oben in der Seitenleiste verwenden, um "
+"die gewünschten Dateien zu suchen und zu öffnen."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Verwenden der Seitenleiste zum Wechsel zwischen geöffneten Dateien"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Wenn mehrere Dateien geöffnet sind, können Sie die Seitenleiste zum Wechseln "
+"zwischen den geöffneten Dateien verwenden. Um offene Dateien aufzulisten, "
+"wählen Sie <gui>Dokumente</gui> aus der Auswahlliste oben in der "
+"Seitenleiste."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Durch Anklicken eines Dateinamens in der Seitenleiste wird diese Datei zur "
+"Bearbeitung geöffnet."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Öffnen Sie Dateien, um mit ihnen zu arbeiten."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Eine Datei oder mehrere Dateien öffnen"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Um eine Datei in <app>gedit</app> zu öffnen, klicken Sie auf den Knopf "
+"<gui>Öffnen</gui> oder drücken Sie <keyseq><key>Strg</key><key>O</key></"
+"keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Daraufhin wird der <gui>Dateien öffnen</gui>-Dialog erscheinen. Wählen Sie "
+"mit der Maus oder der Tastatur die zu öffnende Datei aus und klicken Sie "
+"anschließend auf <gui>Öffnen</gui>. Die von Ihnen ausgewählte Datei wird in "
+"einem neuen Reiter geöffnet."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Um den <gui>Dateien öffnen</gui>-Dialog zu schließen, ohne eine Datei zu "
+"öffnen, klicken Sie auf <gui>Abbrechen</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Sie können mit der <key>Strg</key>-Taste und der <key>Umschalttaste</key> "
+"mehrere Dateien gleichzeitig öffnen. Halten Sie die <key>Strg</key>-Taste "
+"gedrückt, um mehrere Dateien zu öffnen. Ein Klick auf <gui>Öffnen</gui> "
+"öffnet dann jede der ausgewählten Dateien."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Durch Gedrückthalten der <key>Umschalttaste</key> werden die erste gewählte "
+"Datei, die letzte gewählte Datei und alle in der Ansicht dazwischen "
+"liegenden Dateien geöffnet."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr ""
+"Greifen Sie auf Dateien zu, die auf einem anderen Rechner gespeichert sind."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Öffnen einer Datei auf einem Server"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Vor dem Öffnen einer Datei in <app>gedit</app>, die sich auf einem Server "
+"befindet, sollten Sie über einige technische Informationen über den Server "
+"verfügen. Beispielsweise müssen Sie die IP-Adresse oder Adresse (URL) des "
+"Servers sowie die Art des Servers kennen (z.B. HTTP, FTP usw.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Außerdem schränken einige Servertypen die Nutzung der auf dem Server "
+"gespeicherten Dateien ein. Sie könnten beispielsweise in der Lage sein, eine "
+"Datei auf einem Server zu öffnen, aber die geänderte Datei nur lokal auf "
+"Ihrem eigenen Rechner speichern können."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Führen Sie unter Beachtung dieser Beschränkungen die folgenden Schritte aus, "
+"um mit <app>gedit</app> eine Datei auf einem Server zu öffnen:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "Klicken Sie in der Kopfleiste auf <gui>Öffnen</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Klicken Sie auf <gui>Weitere Orte …</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr ""
+"Geben Sie die IP-Adresse oder Adresse (URL) des entsprechenden Servers ein."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Suchen Sie die zu öffnende Datei und wählen Sie sie aus."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Verwenden Sie die Zeichenkodierung-Auswahlliste, um die passende "
+"Zeichenkodierung auszuwählen."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Klicken Sie auf <gui>Öffnen</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Zu den zulässigen Typen für URI (Adresse) gehören <em>http:</em>, <em>ftp:</"
+"em>, <em>file:</em> sowie alle anderen von <app>GVfs</app> unterstützten "
+"Methoden."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Dateien mancher URI-Typen werden nur als lesbar geöffnet, so dass jegliche "
+"von Ihnen ausgeführte Änderungen an einem anderen Ort gespeichert werden "
+"müssen. HTTP ermöglicht beispielsweise nur das Lesen von Dateien. Auf einem "
+"FTP-Server liegende Dateien werden auch als nur lesbar geöffnet, weil nicht "
+"alle FTP-Server entfernte Dateien korrekt speichern können."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr ""
+"Greifen Sie auf Dateien zu, die Sie kürzlich in <app>gedit</app> geöffnet "
+"haben."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Erneutes Öffnen einer bereits verwendeten Datei"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> ermöglicht einfachen Zugriff auf die zehn zuletzt "
+"verwendeten Dateien, die Sie bereits in <app>gedit</app> geöffnet haben. Um "
+"eine solche Datei zu öffnen, führen Sie die folgenden Schritte aus:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Klicken Sie auf den Pfeilknopf neben dem <gui>Öffnen</gui>-Knopf in der "
+"Kopfleiste."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"<app>gedit</app> zeigt daraufhin ein Menü mit den zehn zuletzt verwendeten "
+"Dateien an."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr ""
+"Wählen Sie die gewünschte Datei aus, und sie wird im nächsten verfügbaren "
+"Reiter geöffnet."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Wenn Sie mit dem Mauszeiger über eine der zuletzt geöffneten Dateien im Menü "
+"fahren, wird der vollständige Pfad zu dieser Datei in der Statusleiste am "
+"unteren Rand des <app>gedit</app>-Fensters angezeigt."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Verwenden Sie Erweiterungen, um Ihre Arbeit mit Gedit anzupassen."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Einrichten und Verwenden von Gedit-Erweiterungen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Sie können mit Hilfe von Erweiterungen mehr mit <app>gedit</app> tun. "
+"Verschiedene Erweiterungen sind bereits standardmäßig installiert, außerdem "
+"sind weitere Erweiterungen separat erhältlich."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Viele Linux-Distributionen fassen die verfügbaren Erweiterungen in einem "
+"Paket namens <app>gedit-plugins</app> zusammen. Installieren Sie dieses "
+"Paket, um die Erweiterungen für <app>gedit</app> verfügbar zu machen."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">gedit-plugins installieren</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Vorgegebene gedit-Erweiterungen"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Zusätzliche gedit-Erweiterungen"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Die Groß- oder Kleinschreibung für den ausgewählten Text ändern."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Groß-/Kleinschreibung verändern"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Diese Erweiterung hilft Ihnen dabei, für einen ausgewählten Textteil die "
+"Groß- und Kleinschreibung zu ändern. Sie können dabei alles in "
+"Kleinschreibung oder auch in Großschreibung ändern lassen, die Schreibweise "
+"umkehren oder auch nur die Anfangsbuchstaben jedes Wortes als Großbuchstaben "
+"darstellen lassen. Um diese Erweiterung zu aktivieren, wählen Sie "
+"<guiseq><gui style=\"menu\">Bearbeiten</gui><gui style=\"menuitem"
+"\">Einstellungen</gui><gui>Erweiterungen</gui><gui>Groß-/Kleinschreibung "
+"ändern</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Sobald die Erweiterung <em>Groß-/Kleinschreibung ändern</em> aktiviert ist, "
+"können Sie es zur Ausführung folgender Aufgaben verwenden:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Markieren Sie den Bereich des Texts, den Sie ändern wollen."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">gedit</gui><gui>Groß-/Kleinschreibung "
+"ändern</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Wählen Sie die gewünschte Option zur Textformatierung."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Die Textformatierung wird unmittelbar aktualisiert."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Die Option <gui>Groß-/Kleinschreibung umkehren</gui> kehrt die Groß- und "
+"Kleinschreibung um. Jeder Kleinbuchstabe wird zu einem Großbuchstaben, jeder "
+"Großbuchstabe zu einem Kleinbuchstaben."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Mit der Option <gui>Anfangsbuchstaben in Großschreibung</gui> wird jeder "
+"Anfangsbuchstabe eines Wortes groß geschrieben. Alle anderen Buchstaben "
+"eines Wortes werden dagegen klein geschrieben."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Falls kein Text markiert ist, ist die Option <em>Groß-/Kleinschreibung "
+"ändern</em> nicht anwählbar. Sie müssen zunächst einen Textteil markieren, "
+"bevor Sie dieses Funktionsmerkmal verwenden können."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Statistiken zum Dokument betrachten."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Statistiken zum Dokument"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Die Erweiterung <em>Statistik zum Dokument</em> zeigt Ihnen verschiedene "
+"statistische Werte zu Ihrem aktuell geöffneten Dokument an. Um diese "
+"Erweiterung zu aktivieren, wählen Sie <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Einstellungen</gui><gui>Erweiterungen</"
+"gui><gui>Statistik zum Dokument</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Verwendung von Statistiken zum Dokument"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Sobald die Erweiterungen aktiviert ist, wählen Sie <guiseq><gui>Werkzeuge</"
+"gui><gui>Statistik zum Dokument</gui></guiseq>, um es zu verwenden. In einem "
+"separaten Fenster werden statistische Informationen zu Ihrem Dokument "
+"angezeigt, wie die Anzahl der Wörter, Zeilen und Zeichen, Nicht-Leerzeichen, "
+"sowie die Größe der Datei in Byte."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Sie können die <em>Statistik zum Dokument</em> auch dazu verwenden, um "
+"Informationen nur über einen bestimmten Teil eines Dokuments anzuzeigen. "
+"Markieren Sie hierzu mit der Maus den Teil des Textes, der untersucht werden "
+"soll. Wählen Sie anschließend <guiseq><gui>Werkzeuge</gui><gui>Statistik zum "
+"Dokument</gui></guiseq>. <app>Gedit</app> zeigt daraufhin sowohl "
+"statistische Informationen für das gesamte Dokument als auch für den von "
+"Ihnen markierten Teil an."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Skripte mit Ihren gegenwärtigen Dateien ausführen und mit anderen "
+"Anwendungen interagieren."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Externe Werkzeuge"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Die Erweiterung <em>Externe Werkzeuge</em> kann Ihnen dabei helfen, häufig "
+"wiederkehrende Aufgaben zu vereinfachen. Im einzelnen handelt es sich dabei "
+"um Erweiterungen für <app>gedit</app> zum Anwenden von Skripten beim "
+"Arbeiten mit Dateien oder für die Interaktion mit anderen auf Ihrem Rechner "
+"installierten Programmen. Um die Erweiterung <em>Externe Werkzeuge</em> zu "
+"aktivieren, wählen Sie <guiseq><gui style=\"menu\">gedit</gui><gui style="
+"\"menuitem\">Einstellungen</gui><gui>Erweiterungen</gui><gui>Externe "
+"Werkzeuge</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Konfiguration der Erweiterung für externe Werkzeuge"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Wenn Sie die Erweiterung aktiviert haben, müssen Sie sie noch entsprechend "
+"Ihrer Erfordernisse einrichten. Wählen Sie hierzu <guiseq><gui>Werkzeuge</"
+"gui><gui>Externe Werkzeuge verwalten</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Diese Erweiterung ist für fortgeschrittene Benutzer gedacht und erfordert "
+"Grundwissen im Schreiben von Skripten, um effektiv genutzt werden zu können. "
+"Verwenden Sie diese Erweiterung mit Sorgfalt, da Fehler in Ihren Skripten "
+"Ihre Arbeit auf unerwünschte Weise beeinflussen könnten."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Verwenden der Seitenleiste zum Durchsuchen und Öffnen von Dateien."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Dateiverwaltungsleiste"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Abhängig davon, wie Sie <app>gedit</app> verwenden, könnte die "
+"<app>Dateiverwaltungsleiste</app>-Erweiterung nützlich sein. Diese "
+"Erweiterung bettet eine <app>Dateiverwaltung</app> in die Seitenleiste ein, "
+"über die Sie einfachen Zugriff auf häufig verwendete Dateien erhalten."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Aktivieren Sie die Seitenleiste, indem Sie <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Einstellungen</gui><gui>Erweiterungen</"
+"gui><gui>Dateiverwaltungsleiste</gui></guiseq> wählen."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Das heutige Datum und die aktuelle Uhrzeit an der Textmarke einfügen."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Datum/Uhrzeit einfügen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Wie der Name dieser Erweiterung bereits vermuten lässt, ermöglicht Ihnen "
+"<gui>Datum und Uhrzeit einfügen</gui> das Einfügen der/des aktuellen Datums/"
+"Uhrzeit an der aktuellen Cursorposition."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "So aktivieren Sie die Erweiterung:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Öffnen Sie das Menü rechts oben im Fenster und wählen Sie in diesem "
+"<guiseq><gui style=\"menuitem\">Einstellungen</gui><gui style=\"tab"
+"\">Erweiterungen</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Wählen Sie <gui style=\"menuitem\">Sortieren</gui>, um die Erweiterung zu "
+"aktivieren."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Um die Erweiterung zu verwenden, klicken Sie auf den Menüknopf in der oberen "
+"rechten Ecke des Fensters und wählen Sie <guiseq><gui style=\"menuitem"
+"\">Werkzeuge</gui> <gui style=\"menuitem\">Datum und Uhrzeit einfügen …</"
+"gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"Standardmäßig fragt Sie die <gui>Datum/Uhrzeit einfügen</gui>-Erweiterung "
+"jedes Mal beim Aufruf der Erweiterung nach dem von Ihnen bevorzugten Format "
+"für Datum und Uhrzeit. Sie können jedoch auch Ihr bevorzugtes Format global "
+"festlegen. Klicken Sie hierzu auf den Menüknopf in der rechten oberen Ecke "
+"des Fensters und wählen Sie <guiseq><gui style=\"menuitem\">Einstellungen</"
+"gui><gui style=\"menuitem\">Erweiterungen</gui><gui style=\"tab\">Datum/"
+"Uhrzeit einfügen</gui><gui style=\"button\">Einstellungen</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Installieren von Drittanbieter-Erweiterungen."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Zusätzliche gedit-Erweiterungen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Durch Installation von Erweiterungen von Drittanbietern wird zusätzliche "
+"Funktionalität ermöglicht, die standardmäßig nicht in <app>gedit</app> oder "
+"den zusätzlichen Erweiterungen im Paket <app>gedit-plugins</app> enthalten "
+"sind. Eine Online-Liste solcher Erweiterungen finden Sie <link href="
+"\"https://wiki.gnome.org/Apps/Gedit\">hier</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Um eine Drittanbieter-Erweiterung zu installieren, müssen Sie sie "
+"herunterladen, die Dateien am richtigen Ort platzieren und die Erweiterung "
+"aktivieren."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Üblicherweise können Sie ein Plugin von dessen Webseite herunterladen, wofür "
+"eventuell ein Versionsverwaltungsprogramm wie <app>git</app>, <app>bazaar</"
+"app> oder <app>subversion</app> nötig sein könnte, um den Softwarebestand "
+"des Plugins aus dem Internet kopieren zu können. Schauen Sie für weitere "
+"Informationen in der Dokumentation zu dem Plugin nach."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Kopieren Sie die Plugindateien in den Ordner <file>/home/<var>Benutzername</"
+"var>/.local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Natürlich müssen Sie das Wort <var>Benutzername</var> durch Ihren eigenen "
+"Benutzernamen ersetzen."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Sobald Sie die Erweiterungs-Dateien im richtigen Ordner installiert haben, "
+"erscheint die Erweiterung im Einstellungsmenü. Klicken Sie auf den Menüknopf "
+"in der rechten oberen Ecke des Fensters und wählen Sie <guiseq><gui style="
+"\"menuitem\">Einstellungen</gui><gui style=\"tab\">Erweiterungen</"
+"gui><gui>[Name der Erweiterung]</gui> </guiseq>, um die Erweiterung zu "
+"aktivieren."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Klicken Sie auf <gui>Schließen</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"Sobald Sie die Erweiterung aktiviert haben, sollte sie direkt verwendbar "
+"sein."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Der Ordner <file>.local</file> ist standardmäßig verborgen. Um ihn und "
+"andere verborgene Dateien sichtbar zu machen, wählen Sie "
+"<guiseq><gui>Ansicht</gui><gui>Verborgene Dateien anzeigen</gui></guiseq> "
+"oder drücken Sie <keyseq><key>Strg</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Falls der Ordner <file>.local/share/gedit/plugins/</file> in Ihrem System "
+"nicht existiert, müssen Sie ihn erstellen."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Unterstützung für Emacs-, Kate- und Vim-Modelines in Gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Modelines"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Die <app>Modelines</app>-Erweiterung ermöglicht <app>gedit</app> die Analyse "
+"von bestimmten Textzeilen am Beginn und Ende einer Datei, wodurch dort "
+"enthaltene Dokumenteinstellungen auf die Datei angewendet werden können. Die "
+"<app>Modelines</app>-Erweiterung unterstützt einen Teil der von den Editoren "
+"<app>Emacs</app>, <app>Kate</app> und <app>Vim</app> verwendeten Optionen."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Um die <app>Modelines</app>-Erweiterung zu aktivieren, wählen Sie "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Einstellungen</gui><gui>Erweiterungen</gui><gui>Modelines</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Allgemeine Optionen für Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Die folgenden Optionen können in <app>gedit</app> für Modelines festgelegt "
+"werden:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Tablulatorbreite"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Einrückbreite"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Leerzeichen an Stelle von Tabulatoren einfügen"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Textumbruch"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Breite des rechten Rands"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Die mithilfe von Modelines vorgenommenen Einstellungen haben Vorrang "
+"gegenüber den Festlegungen im Einstellungsdialog."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Emacs-Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Die ersten zwei Zeilen eines Dokuments werden für <app>Emacs</app>-Modelines "
+"eingelesen, wobei <app>gedit</app> die folgenden Modelines von <app>Emacs</"
+"app> unterstützt:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width (Tabulatorbreite)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset (Einrückung)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode (Einrückung-Tabulator-Modus)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap (Text automatisch umbrechen)"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Weitere Informationen über <app>Emacs</app>-Modelines finden Sie im <link "
+"href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs-"
+"Handbuch</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Kate-Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Die ersten und die letzten jeweils zehn Zeilen werden für <app>Kate</app>-"
+"Modelines eingelesen, wobei <app>gedit</app> die folgenden Modeline-Optionen "
+"von <app>Kate</app> unterstützt:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width (Tabulatorbreite)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width (Einrückungsbreite)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent (Leerzeichen-Einrückung)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap (Wortumbruch)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Weitere Informationen über <app>Kate</app>-Modelines finden Sie auf der "
+"<link href=\"https://kate-editor.org/\">Kate-Website</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Vim-Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Die ersten und die letzten jeweils drei Zeilen eines Dokuments werden für "
+"<app>Vim</app>-Modelines eingelesen, wobei <app>gedit</app> die folgenden "
+"Modeline-Optionen von <app>Vim</app> unterstützt:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap (Umbruch)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth (Textbreite)"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Weitere Informationen zu <app>Vim</app>-Modelines finden Sie auf der <link "
+"href=\"https://www.vim.org/\">Vim-Website</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Eine interaktive Python-Konsole am unteren Rand hinzufügen."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Python-Konsole"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Sie können eine Python-Konsole in die untere Leiste einfügen, in welcher Sie "
+"Python-Skripte testen können, ohne <app>gedit</app> zu verlassen. Um die "
+"Python-Konsole zu aktivieren, wählen Sie <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Einstellungen</gui><gui>Erweiterungen</"
+"gui><gui>Python-Konsole</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Sobald die Python-Konsole aktiviert ist, öffnen Sie sie mittels "
+"<guiseq><gui>Ansicht</gui><gui>Fußleiste</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Falls Sie außerdem das <gui>Eingebettete Terminal</gui> aktiviert haben, "
+"erscheint die <gui>Python-Konsole</gui> in einem separaten Reiter in der "
+"Fußleiste."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Eine Datei oder mehrere Dateien schnell öffnen."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Schnelles Öffnen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Wie der Name dieser Erweiterung bereits andeutet, können Sie mit der "
+"Erweiterung <app>Schnelles Öffnen</app> Dateien schneller öffnen als auf "
+"gewöhnliche Weise. Um diese Erweiterung zu aktivieren, wählen Sie "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Einstellungen</gui><gui>Erweiterungen</gui><gui>Schnelles Öffnen</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Sobald Sie die Erweiterung <app>Schnelles Öffnen</app> aktiviert haben, "
+"können Sie sie wie folgt verwenden:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Öffnen Sie den <app>Schnelles Öffnen</app>-Dialog durch Drücken von "
+"<keyseq><key>Strg</key><key>Alt</key><key>O</key></keyseq> oder wählen Sie "
+"<gui style=\"menuitem\">Schnelles Öffnen</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Der Dialog <gui>Schnelles Öffnen</gui> erscheint."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr ""
+"Wählen Sie mit der Maus die Datei oder die Dateien aus, die Sie öffnen "
+"wollen."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Um mehrere Dateien zu öffnen, halten Sie die <key>Strg</key>-Taste gedrückt, "
+"während Sie die zu öffnenden Dateien anklicken."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Um eine Gruppe von Dateien auszuwählen, klicken Sie auf die erste zu "
+"öffnende Datei, halten Sie die <key>Umschalttaste</key> gedrückt und klicken "
+"Sie dann auf die letzte Datei in der Liste, die Sie auswählen wollen."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Schnelles Öffnen</app> sucht nach Dateien in:"
+
+# Teil einer Liste
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "Dem Ordner des aktuell geöffneten Dokuments"
+
+# Teil einer Liste
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"Der Hauptordner der <app xref=\"gedit-plugins-file-browser"
+"\">Dateiverwaltungsleisten</app>-Erweiterung"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Kürzlich verwendete Dokumente, die auch in dem Ordner <file>Zuletzt "
+"verwendet</file> in <app>Dateien</app> angezeigt werden."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr ""
+"Ordner, für die Sie in <app>Dateien</app> ein Lesezeichen angelegt haben"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Ihr <file>Schreibtisch</file>ordner"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "Ihr <file>persönlicher Ordner</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Schnelles Öffnen</app> zeigt Dateien in jeder der obigen Orte "
+"unabhängig davon, ob sie diese zuvor bereits geöffnet haben."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr "Schnipsel zum schnellen Einfügen oft genutzter Textteile verwenden."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Schnipsel"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Schnipsel</app> bieten eine bequeme Möglichkeit, wiederkehrende Code-"
+"Teile in Ihre Dateien einzufügen. Beispielsweise fügt ein HTML-Schnipsel für "
+"den <code>&lt;img&gt;</code>-Tag die öffnenden und schließenden Teile für "
+"diesen Tag ein sowie feste Plätze zum Eingeben von Bildattributen. Dadurch "
+"wird das Schreiben des Codes einfacher und schneller."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Die Schnipsel-Erweiterung aktivieren"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "So aktivieren Sie die <gui>Schnipsel</gui>-Erweiterung:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Einstellungen</gui><gui>Erweiterungen</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Wählen Sie <gui style=\"menuitem\">Schnipsel</gui>, um die Erweiterung zu "
+"aktivieren."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Schnipsel durchsuchen"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "So durchsuchen Sie verfügbare Schnipsel:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">Werkzeuge</gui><gui style=\"menuitem"
+"\">Schnipsel verwalten</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Stellen Sie sicher, dass die Syntax richtig festgelegt ist. Die Statuszeile "
+"am unteren Rand des <app>gedit</app>-Fensters zeigt die aktuelle "
+"Spracheinstellung an, welche <app>gedit</app> ermöglicht, die richtigen "
+"Schnipsel einzufügen. <app>Gedit</app> erkennt normalerweise die Sprache "
+"oder Syntax der verwendeten Datei automatisch, aber gelegentlich werden Sie "
+"sie selbst festlegen müssen."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "In diesem Beispiel ist die Sprache auf HTML gesetzt."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr "original"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr ""
+"Durchsuchen Sie die Schnipsel, die für Ihre Sprache oder Syntax verfügbar "
+"sind."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Schnipsel verwenden"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "So fügen Sie einen Schnipsel in Ihr aktuelles Dokument ein:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Tippen Sie den gewünschten Schnipselname an beliebiger Stelle in Ihrem "
+"aktuellen Dokument."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Drücken Sie die <key>Tabulatortaste</key>, um Schnipsel einzufügen, die mit "
+"dem Eingabebegriff verknüpft sind."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Beispiel für den Einsatz von Schnipseln"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Wenn Sie die Syntax beispielsweise auf <em>HTML</em> gesetzt haben, geben "
+"Sie <code>head</code> ein und drücken Sie die <key>Tabulatortaste</key>. "
+"Daraufhin sollte automatisch Folgendes erscheinen:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Schnipsel hinzufügen"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Sie können neue Schnipsel hinzufügen, die entweder global (d.h. sprachweit) "
+"oder nur für eine bestimmte Syntax funktionieren."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Wählen Sie <guiseq style=\"menu\"><gui style=\"menuitem\">Werkzeuge</"
+"gui><gui style=\"menuitem\">Schnipsel verwalten</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Wählen Sie in der Seitenleiste namens <gui>Schnipsel verwalten</gui> die "
+"gewünschte Syntax und klicken Sie dann auf den »+«-Knopf, um bereits für die "
+"gewählte Syntax vorhandene Schnipsel aufzulisten."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Wählen Sie <gui>Global</gui> in der Seitenleiste <gui>Schnipsel verwalten</"
+"gui>, um ein Schnipsel hinzuzufügen, das global funktioniert (d.h. wenn "
+"keine Sprache oder Syntax für das Dokument festgelegt ist)."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Klicken Sie auf das Plus-Symbol in der Seitenleiste <gui>Schnipsel "
+"verwalten</gui>, um einen neuen Schnipsel hinzuzufügen."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Geben Sie einen Namen für den neuen Schnipsel ein. Der Schnipselname ist "
+"beliebig."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Sie müssen im Abschnitt <gui style=\"group\">Aktivierung</gui> einen Begriff "
+"für den Textbereich <gui style=\"input\">Tabulatorauslösung:</gui> eingeben. "
+"Verwenden Sie dann diesen Begriff, um Ihren Schnipsel einzufügen."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Geben Sie den für den Schnipsel gewünschten Text im Textbereich unter <gui "
+"style=\"input\">Bearbeiten:</gui> ein. Verwenden Sie <code>${n}</code>, um "
+"Variaben zu definieren, wobei <em>n</em> durch eine Zahl ersetzt wird, "
+"welche die numerische Reihenfolge der enthaltenen Variablen darstellt."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Beispiel für einen neuen Schnipsel"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Nehmen wir an, Sie hätten einen Textschnipsel mit dem Begriff <var>Grüße</"
+"var> in <gui style=\"input\">Tabulator-Auslöser:</gui>. Der Textbereich <gui "
+"style=\"input\">Bearbeiten:</gui> enthält:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Sie können diesen Schnipsel einfügen, indem Sie <var>Grüße</var> eintippen "
+"und die <key>Tabulatortaste</key> drücken. Der folgende Textschnipsel wird "
+"eingefügt:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Die Worte »wunderbar« und »erstaunlich« können beibehalten oder gelöscht "
+"werden, je nach Ihrer Wahl der Nutzung?. Drücken Sie dazu die "
+"<key>Tabulatortaste</key> und wählen Sie zwischen »wunderbar« und "
+"»erstaunlich« und drücken Sie <key>Entf</key>, um die ungewünschte Option zu "
+"entfernen."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Textzeilen alphabetisch sortieren."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Sortieren"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Die Erweiterung <app>Sortieren</app> sortiert ausgewählte Textzeilen in "
+"alphabetischer Reihenfolge."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Die Sortieren-Erweiterung aktivieren"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "So aktivieren Sie die <gui>Sortieren</gui>-Erweiterung:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Wählen Sie <gui style=\"menuitem\">Sortieren</gui>, um die Erweiterung zu "
+"aktivieren."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Die Sortieren-Erweiterung verwenden"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "So verwenden Sie die <gui>Sortieren</gui>-Erweiterung:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Wählen Sie die gewünschten Textzeilen aus."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">Werkzeuge</gui><gui style=\"menuitem"
+"\">Sortieren …</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Der <gui>Sortierdialog</gui> wird geöffnet, in welchem Sie aus verschiedenen "
+"Sortieroptionen wählen können:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Reihenfolge umkehren</gui> sortiert den Text in umgekehrter "
+"alphabetischer Reihenfolge."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"<gui>Duplikate entfernen</gui> entfernt doppelt vorhandene Einträge in der "
+"Liste."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"<gui>Groß-/Kleinschreibung ignorieren</gui> lässt unterschiedliche Groß-/"
+"Kleinschreibung außer Acht."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Damit die Sortierung die Zeichen am Beginn der Zeile unberücksichtigt lässt, "
+"legen Sie das erste für die Sortierung zu verwendende Zeichen im "
+"Einstellfeld <gui>Beginnen bei Spalte:</gui> fest."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr ""
+"Starten Sie den Sortiervorgang anschließend, indem Sie auf den Knopf "
+"<gui>Sortieren</gui> klicken."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Legen Sie eine bestimmte Druckreihenfolge der Seiten fest."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Kopien eines Ausdrucks in der richtigen Reihenfolge ausgeben"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Rückwärts"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Drucker geben üblicherweise die erste Seite zuerst aus, und die letzte Seite "
+"zuletzt. Auf diese Weise gelangen die Seiten in umgekehrter Reihenfolge in "
+"den sich ergebenden Papierstapel. So kehren Sie die Reihenfolge um:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">Datei</gui><gui style=\"menuitem"
+"\">Drucken</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"Aktivieren Sie im Reiter <gui style=\"tab\">Allgemein</gui> des "
+"Druckfensters unter <em>Kopien</em> das Ankreuzfeld <gui style=\"checkbox"
+"\">Rückwärts</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Die letzte Seite wird zuerst gedruckt, und so weiter."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Zusammentragen"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Falls Sie mehrere Kopien eines Dokuments drucken, werden die Ausdrucke "
+"seitenweise zusammengefasst. Das heißt, dass zuerst alle Kopien der ersten "
+"Seite ausgegeben werden, danach alle Kopien der zweiten Seite usw. Durch "
+"Zusammentragen sorgen Sie dafür, dass die Ausdrucke nach Kopie und nicht "
+"seitenweise zusammengefasst werden."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "So tragen Sie zusammen:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Klicken Sie auf <guiseq><gui style=\"menu\">Datei</gui><gui style=\"menuitem"
+"\">Drucken</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"Aktivieren Sie im Reiter <gui style=\"tab\">Allgemein</gui> des "
+"Druckfensters unter <em>Kopien</em> das Ankreuzfeld <gui style=\"checkbox"
+"\">Zusammentragen</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Drucken Sie die Dateien, die Sie mit Gedit erstellen."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Dokumente drucken"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Drucken mit <app>gedit</app> erfordert einen bereits angeschlossenen und "
+"eingerichteten Drucker. Falls dies noch nicht geschehen ist, ziehen Sie "
+"bitte die <link href=\"help:gnome-help?printing\">Hilfedokumentation zum "
+"Drucken in GNOME</link> zu Rate."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr ""
+"<app>gedit</app> ermöglicht sowohl das Drucken in eine Ausgabedatei als auch "
+"das Drucken auf Papier."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Druckvorschau"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Vor dem eigentlichen Drucken Ihres Dokuments können Sie auch in einer "
+"<gui>Druckvorschau</gui> überprüfen, wie Ihr Dokument aussehen wird. So "
+"öffnen Sie die Druckvorschau:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">Datei</gui><gui style=\"menuitem"
+"\">Druckvorschau</gui></guiseq> oder drücken Sie alternativ "
+"<keyseq><key>Strg</key><key>Umschalt</key><key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Eine Vorschau Ihres Dokuments öffnet sich im selber Reiter wie die Datei. "
+"Schauen Sie sich die Vorschau mit Hilfe der Navigationsknöpfe und der "
+"Werkzeuge in der Werkzeugleiste oben im Reiter an. Klicken Sie auf <gui "
+"style=\"button\">Vorschau verlassen</gui>, um zum Dokument zurückzukehren."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Drucken auf Papier"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Sie können Ihre Dokumente mit einem lokalen oder entfernten Drucker "
+"ausdrucken. So drucken Sie eine Datei:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">Datei</gui><gui style=\"menuitem"
+"\">Drucken</gui><gui style=\"tab\">Allgemein</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr ""
+"Wählen Sie den gewünschten Drucker aus der Liste der verfügbaren Drucker."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Verwenden Sie für eine Voransicht die <gui style=\"button\">Druckvorschau</"
+"gui>. Sobald Sie mit den Einstellungen zufrieden sind, klicken Sie auf <gui "
+"style=\"button\">Drucken</gui>, um die Datei mit einem Drucker auszugeben."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Zusätzlich können Sie im Reiter <gui style=\"tab\">Seite einrichten</gui>: "
+"<gui style=\"group\">Layout</gui> und <gui style=\"group\">Papier</gui> "
+"wählen. Diese Einstellungen sind in allen <app>GNOME</app>-Anwendungen "
+"verfügbar. Bitte lesen Sie dazu auch <link href=\"help:gnome-help/"
+"printing#paper\">Optionen für Layout und Papier</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Mehrere Kopien und bestimmte Seitenzahlenbereiche drucken"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Die Einstellungen <gui style=\"group\">Bereich</gui> und <gui style=\"group"
+"\">Kopien</gui> unterstützen Sie dabei:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Drucken in eine Datei"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Sie können auch mit <app>gedit</app> in eine Datei drucken. So drucken Sie "
+"Ihre Dokumente in eine Datei eines anderen Formats:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">Datei</gui><gui style=\"menuitem"
+"\">Drucken</gui><gui style=\"menuitem\">In Datei drucken</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr ""
+"Drucken ist für die folgenden Dateiformate möglich, aus denen Sie frei "
+"wählen können:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Starten Sie den Druckvorgang, indem Sie auf <gui style=\"button\">Drucken</"
+"gui> klicken."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Wählen Sie die Seiten aus, die Sie drucken wollen."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Nur bestimmte Seiten drucken"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Sie können gezielt nur bestimmte Seiten eines Dokuments drucken. Wenn Sie "
+"beispielsweise die Seitenzahlen »1,3,5-7,9« eingeben, so werden nur die "
+"Seiten 1, 3, 5, 6, 7 und 9 gedruckt. So drucken Sie Seiten Ihrer Wahl:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">Datei</gui><gui style=\"menuitem"
+"\">Drucken …</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"Wählen Sie im Reiter <gui style=\"tab\">Allgemein</gui> des Druckfensters "
+"<gui style=\"radiobutton\">Seiten</gui> im Abschnitt <gui style=\"group"
+"\">Bereich</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Geben Sie die Nummern der zu druckenden Seiten in das Textfeld ein, durch "
+"Kommata getrennt. Verwenden Sie einen Bindestrich, um einen "
+"zusammenhängenden Bereich anzugeben."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Eine kurze Einführung in Gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Erste Schritte mit Gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> ist ein voll ausgestatteter Texteditor für die GNOME-"
+"Arbeitsumgebung. Sie können damit einfache Notizen und Dokumente bearbeiten, "
+"aber auch fortgeschrittene Funktionsmerkmale nutzen, um sich eine eigene "
+"Umgebung zur Softwareentwicklung zu schaffen."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr "translated"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Sobald <app>gedit</app> gestartet ist, können Sie sofort mit dem Schreiben "
+"beginnen. Um Ihren Text zu speichern, klicken Sie auf den <gui>Speichern</"
+"gui>-Knopf in der Kopfleiste von <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Um mehr über zusätzliche Funktionsmerkmale von <app>gedit</app> zu erfahren "
+"und Hilfe bei der Ausführung zusätzlicher Aufgaben zu erhalten, lesen Sie "
+"die <link xref=\"index\">anderen Abschnitte</link> der Hilfe zu <app>gedit</"
+"app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Einen Textteil in einer Datei ersetzen."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Ersetzen von Text"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Die Bearbeitung von Text kann recht viel Zeit in Anspruch nehmen. Um Zeit zu "
+"sparen, bietet <app>gedit</app> eine <app>Ersetzungsfunktion</app>, die "
+"Ihnen beim Auffinden und Ersetzen von Textbestandteilen hilft."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Text in <app>gedit</app> ersetzen"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Öffnen Sie das Werkzeug <gui>Ersetzen</gui> über <guiseq><gui style=\"menu"
+"\">Menü</gui><gui style=\"menuitem\">Suchen und Ersetzen …</gui></guiseq> "
+"oder drücken Sie <keyseq><key>Strg</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "Geben Sie den zu ersetzenden Text im Feld <gui>Suchen</gui> ein."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr "Geben Sie den neuen Ersatztext im Feld <gui>Ersetzen durch</gui> ein."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Sobald Sie den ursprünglichen als auch den Ersetzungstext eingegeben haben, "
+"haben Sie die Möglichkeit zusätzliche Suchparameter festzulegen. Wählen Sie "
+"auch aus, was Sie ersetzen wollen:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Um <em>nur</em> das nächste Auftreten der Zeichenkette im Dokument zu "
+"ersetzen, klicken Sie auf <gui>Ersetzen</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Um <em>jedes Auftreten</em> der Zeichenkette im Dokument zu ersetzen, "
+"klicken Sie auf <gui>Alle ersetzen</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Verwenden Sie die Funktion <gui>Alle ersetzen</gui> mit Vorsicht. <gui>Alle "
+"ersetzen</gui> wirkt sich unmittelbar auf den gesamten Text aus und "
+"ermöglicht Ihnen nicht die Hervorhebung einzelner Textbestandteile, die "
+"ersetzt werden sollen."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Weitere Optionen"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Bei Bedarf können Sie zusätzliche Suchparameter hinzufügen:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Groß-/Kleinschreibung berücksichtigen"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Die Option <em>Groß-/Kleinschreibung berücksichtigen</em> ermöglicht Ihnen "
+"anzugeben, ob Sie bei der Suche Groß- und Kleinschreibung berücksichtigen "
+"wollen. Wenn diese Option aktiviert ist, wird Groß- und Kleinschreibung "
+"berücksichtigt. Falls nicht, wird beim Suchen Groß- und Kleinschreibung "
+"nicht berücksichtigt."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Nur vollständige Wörter berücksichtigen"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Verwenden Sie diese Option, um nach einem bestimmten Wort zu suchen, ohne "
+"Teile anderer Worte zu berücksichtigen. Wenn Sie beispielsweise bei "
+"aktivierter Option nach dem Wort »und« suchen, wird »und« als solches "
+"gefunden, jedoch nicht die Wörter »r<em>und</em>« und »W<em>und</em>er«."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Rückwärts suchen"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Dieser Befehl verhält sich ähnlich wie der Befehl <gui>Rückwärts suchen</"
+"gui>. Wenn Sie Schritt für Schritt vom Ende bis zum Anfang durch die "
+"Suchergebnisse gehen wollen, wählen Sie diese Option."
+
+# Eine lange Wortwurst, aber so steht sie nun mal in der GUI
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Suche beim Erreichen des Endes am Anfang fortsetzen"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Wenn die Option <app>Suche beim Erreichen des Endes am Anfang fortsetzen</"
+"app> aktiviert ist, startet <app>gedit</app> die Aktion zum Suchen und "
+"Ersetzen am Anfang der Datei neu, sobald das Ende der Datei erreicht ist. "
+"Das stellt sicher, dass das Suchen und Ersetzen die gesamte Datei einbezieht."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Escape-Sequenzen verwenden"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Sie können <em>Escape-Sequenzen</em> verwenden, um nach Zeilenumbrüchen, "
+"Wagenrückläufen und Tabulatorstopps zu suchen."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Neue Zeile"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Wagenrücklauf"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tabulator"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Wenn Sie nach einem <output>\\</output> (Backslash) oder einer Escape-"
+"Sequenz im Text suchen möchten, müssen Sie einen zusätzlichen Backslash "
+"verwenden. Zum Beispiel: um nach <input>\\</input> zu suchen, müssen Sie "
+"<input>\\\\</input> in das Suchen und Ersetzen-Feld eingeben. Sie können "
+"nach Escape-Sequenzen auf die selbe Weise suchen: um nach <input>\\t</input> "
+"zu suchen, geben Sie <input>\\\\t</input> ein."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Speichen Sie Ihre Datei, um später weiter zu arbeiten."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Eine Datei speichern"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Um eine Datei in <app>gedit</app> zu speichern, klicken Sie auf den Knopf "
+"<gui style=\"button\">Speichern</gui> rechts in der Kopfleiste, oder drücken "
+"Sie <keyseq><key>Strg</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Wenn Sie eine neue Datei speichern, öffnet sich ein Dialog, in welchem Sie "
+"einen Namen für die Datei und den Ordner auswählen können, in dem die Datei "
+"gespeichert werden soll."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Einen Textteil in einer Datei suchen."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Nach Text suchen"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Das Suchwerkzeug hilft Ihnen beim Auffinden bestimmter Textteile in Ihrer "
+"Datei."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Nach Text suchen"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Öffnen Sie das <gui>Suchfenster</gui>, indem Sie <guiseq><gui style=\"menu"
+"\">Menü</gui> <gui style=\"menuitem\">Suchen …</gui></guiseq> wählen oder "
+"<keyseq><key>Strg</key><key>F</key></keyseq> drücken. Dadurch wird die "
+"Eingabemarke an den Beginn der Eingabezeile im <gui>Suchfenster</gui> "
+"verschoben."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Geben Sie den zu suchenden Text im <gui>Suchfenster</gui> ein."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Bei der Eingabe beginnt <app>gedit</app>, die Textteile hervorzuheben, die "
+"mit dem eingegebenen Text übereinstimmen."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr "Um die Suchergebnisse zu durchsuchen, gehen Sie wie folgt vor:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Klicken Sie auf die nach <gui style=\"button\">unten</gui> oder <gui style="
+"\"button\">oben</gui> weisenden Pfeile neben dem <gui>Suchfenster</gui> oder"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Drücken Sie die <key>↑</key>-Taste oder <key>↓</key>-Taste auf Ihrer "
+"Tastatur."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Drücken Sie <keyseq><key>Strg</key><key>G</key></keyseq> oder "
+"<keyseq><key>Strg</key><key>Umschalttaste</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Um das <gui>Suchen-Fenster</gui> zu schließen, können Sie entweder die "
+"<key>Esc</key>- oder <key>Eingabe</key>-Taste drücken. Wenn Sie <key>Esc</"
+"key> drücken, wird der Cursor wieder an der Stelle platziert, wo er vor dem "
+"Beginn Ihrer Suche war. Nach dem Drücken von <key>Eingabe</key> wird der "
+"Cursor an der aktuellen Position der Suchergebnisse platziert."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Suchtipps"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Wenn Sie einen Textabschnitt mit Ihrer Maus markieren und anschließend "
+"<keyseq><key>Strg</key><key>F</key></keyseq> drücken, erscheint der "
+"hervorgehobene Text im Suchfenster."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Erweiterte Suchoptionen erreichen Sie, indem Sie auf das <gui style=\"button"
+"\">Lupensymbol</gui> im Suchfenster klicken oder einen Klick mit der rechten "
+"Maustaste auf einer beliebigen Stelle des Suchfensters ausführen. Sie haben "
+"die Wahl zwischen einer oder mehrerer der folgenden Suchoptionen:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Wählen Sie <gui>Groß-/Kleinschreibung berücksichtigen</gui>, um die bei der "
+"Suche die Groß- und Kleinschreibung zu berücksichtigen."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Wählen Sie <gui>Nur vollständige Wörter berücksichtigen</gui>, um nach "
+"vollständigen Wörtern zu suchen."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Wählen Sie <gui>Suche beim Erreichen des Endes am Anfang fortsetzen</gui>, "
+"um die Suche beim Erreichen des Endes am Anfang fortzusetzen."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Der von Ihnen gesuchte Text wird weiterhin in <app>gedit</app> "
+"hervorgehoben, auch nachdem die Suche abgeschlossen ist. Um die Hervorhebung "
+"zu entfernen, klicken Sie auf <gui style=\"menuitem\">Hervorhebung "
+"zurücksetzen</gui> oder drücken Sie <keyseq><key>Strg</"
+"key><key>Umschalttaste</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Prüfen Sie die Rechtschreibung Ihrer Dateien."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Das Dokument auf Rechtschreibfehler prüfen"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Rechtschreibprüfung aktivieren"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Die Rechtschreibkorrektur wird als Erweiterung in <app>gedit</app> angeboten "
+"und kann nach Bedarf aktiviert werden. So aktivieren Sie die Erweiterung:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Wählen Sie <gui style=\"menuitem\">Rechtschreibprüfung</gui>, um die "
+"Erweiterung zu aktivieren."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "So prüfen Sie auf falsch geschriebene Wörter in Ihrem Dokument:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Wählen Sie <guiseq><gui style=\"menu\">Werkzeuge</gui><gui style=\"menuitem"
+"\">Rechtschreibung prüfen</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Damit <app>gedit</app> automatisch in Ihrem Dokument falsch geschrieben "
+"Wörter während des Schreibens hervorhebt, wählen Sie <guiseq><gui style="
+"\"menu\">Werkzeuge</gui><gui style=\"menuitem\">Rechtschreibfehler "
+"hervorheben</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Die Rechtschreibprüfung verwenden"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Sie können die korrekte Ersetzung für falsch geschriebene Wörter im Dialog "
+"»Rechtschreibung« prüfen wählen. Das falsch geschriebene Wort in Prüfung "
+"wird in fetter Schrift neben <gui>Falsch geschriebenes Wort:</gui> "
+"angezeigt. Sie können eine der folgenden korrigierenden Aktionen wählen:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Ändern in:</gui> ermöglicht es Ihnen ein Wort "
+"einzugeben und mittels <gui style=\"button\">Wort prüfen</gui> die "
+"Rechtschreibung zu prüfen."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Vorschläge:</gui> Führt mögliche Substitutionen für das "
+"Wort auf."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignorieren</gui> überspringt die Rechtschreibprüfung "
+"<em>einmal</em> für das aktuelle Wort."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Alle ignorieren</gui> überspringt die "
+"Rechtschreibprüfung für <em>alle</em> Vorkommen des aktuellen Worts."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Ändern</gui> ersetzt das falsch geschriebene oder "
+"unbekannte Wort mit <em>einem</em> gewählten Ersatz aus der Liste der <gui "
+"style=\"menuitem\">Vorschläge:</gui> ."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Alle ändern</gui> ersetzt <em>alle</em> falsch "
+"geschriebenen oder unbekannten Wörter mit dem gewählten Ersatz aus der Liste "
+"der <gui style=\"menuitem\">Vorschläge:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Wort hinzufügen</gui> ermöglicht es das aktuelle Wort "
+"in <app>gedit</app> in das <gui>Benutzerwörterbuch</gui> aufzunehmen. Indem "
+"Sie eigene Wörter in das <gui>Benutzerwörterbuch</gui> aufnehmen wird "
+"<app>gedit</app> das Wort in Dokumenten erkennen und es nicht mehr als "
+"falsch geschrieben markieren."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Die Sprache für die Rechtschreibprüfung festlegen"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Standardmäßig verwendet <app>gedit</app> die aktuelle Sprache für die "
+"Rechtschreibprüfung Ihres Dokuments. Wenn Sie eine andere Sprache verwenden "
+"wollen, wählen Sie <guiseq><gui style=\"menu\">Werkzeuge</gui><gui style="
+"\"menuitem\">Sprache festlegen</gui></guiseq> und wählen dann die gewünschte "
+"Sprache aus."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Wörterbücher"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> verwendet <link href=\"http://www.abisource.com/projects/"
+"enchant/\">Enchant</link> zur Rechtschreibkorrektur, ein kleines "
+"Systemprogramm. Enchant kann mehrere verschiedene Wörterbücher zur "
+"Rechtschreibprüfung einsetzen. Zwei dieser Wörterbücher sind <em>Hunspell</"
+"em> und <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Falls die Sprache, die Sie verwenden möchten, nicht in <app>gedit</app> "
+"verfügbar ist, so nutzen Sie die Softwareverwaltung oder die "
+"Paketverwaltung, um das Back-End des gewünschten Wörterbuchs zu installieren."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Verwenden Sie Hervorhebung in Ihrem Text, um ihn leichter zu lesen."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Syntax-Hervorhebung aktivieren"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Quelltexthervorhebung"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> bietet Syntax-Hervorhebung für eine breite Auswahl an "
+"Auszeichnungs-, Programmier- und wissenschaftlichen Sprachen. Falls "
+"<app>gedit</app> die Syntax beim Öffnen einer Datei erkennt, wird der Text "
+"automatisch hervorgehoben."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Falls die gewünschte Syntax oder Sprache nicht sofort beim Start angezeigt "
+"wird, können Sie die entsprechende Syntax oder Sprache auswählen, indem Sie "
+"<guiseq><gui style=\"menu\">Ansicht</gui><gui> style=\"menuitem"
+"\"Hervorhebungsmodus</gui></guiseq> klicken und dann die gewünschte Syntax "
+"auswählen. Alternativ können Sie den Namen der Syntax aus einer Liste in der "
+"Fußleiste des <app>gedit</app>-Fensters auswählen."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Ähnliche Reiter gemeinsam gruppieren."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Dateien in gruppierten Reitern organisieren"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Wenn Sie mit mehreren Reitern in <app>gedit</app> arbeiten, können Sie diese "
+"gruppieren, um es einfacher zu machen, Ihre geöffneten Datein zu "
+"organisieren. Das Hinzufügen einer neuen Reitergruppe teilt das <app>gedit</"
+"app>-Fenster in zwei Bereiche, öffnet ein neues »Unbenanntes Dokument« im "
+"neuen Bereich und aktiviert es. Sie können Dateien in dieser Reitergruppe "
+"öffnen und Reiter von einer Gruppe in die andere verschieben."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Eine neue Reitergruppe im gedit-Fenster öffnen"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "So öffnen Sie eine neue Reitergruppe:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Klicken Sie mit der rechten Maustaste auf einen Reiter und wählen Sie "
+"<gui>In neue Reitergruppe verschieben</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Verwenden Sie die Tastenkombination <keyseq><key>Strg</key><key>Alt</"
+"key><key>N</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Diese Aktion teilt das <app>gedit</app>-Fenster in zwei Bereiche, wobei die "
+"neue Reitergruppe rechts des aktuellen Reiters platziert wird. Sie können "
+"den Ziehpunkt rechts oder links ziehen, um mehr oder weniger Platz des "
+"<app>gedit</app>-Fensters entsprechend Ihrer Bedürfnisse den Bereichen "
+"zuzuweisen."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Sie können so viele Reitergruppen im <app>gedit</app>-Fenster öffnen, wie "
+"Ihr Bildschirm es zulässt. Jedoch müssen Sie die Ziehpunkte verschieben, um "
+"die Gruppen korrekt anzuzeigen."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Um eine Reitergruppe zu schließen, schließen Sie einfach alle Reiter, die in "
+"dieser Gruppe geöffnet sind."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Einen Reiter in eine andere Reitergruppe verschieben"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr ""
+"So verschieben Sie einen Reiter von einer Reitergruppe in eine andere "
+"Reitergruppe:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr ""
+"Klicken Sie mit der Maustaste auf den Reiter und halten Sie sie gedrückt."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Ziehen Sie den Reiter in eine andere Leiste einer Reitergruppe."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Setzen Sie ihn neben andere Reiter in der Reitergruppe."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Lassen Sie die Maustaste los."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Die Position der Reiter im gedit-Fenster ändern."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Reiter verschieben und neu anordnen"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Reiter in <app>gedit</app> können verschoben werden, wodurch die Arbeit mit "
+"Ihren Dateien erleichtert wird. Die Reiter können im gleichen Fenster neu "
+"angeordnet werden oder auch aus <app>gedit</app> heraus gezogen werden, "
+"wodurch ein neues Fenster geöffnet wird. Es ist auch möglich, einen Reiter "
+"aus einem Fenster in ein anderes Fenster zu verschieben."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Die Anordnung der Reiter im gedit-Fenster ändern"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "So ändern Sie die Anordnung der Reiter in einem Fenster:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr ""
+"Verschieben Sie den Reiter an die gewünschte Position zwischen den anderen "
+"Reitern."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Der Reiter wird an der Position platziert, wo Sie den Reiter ablegen, "
+"unmittelbar neben anderen geöffneten Reitern."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Einen Reiter in ein neues gedit-Fenster verschieben"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "So erstellen Sie ein neues Fenster aus einem vorhandenen Reiter:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Ziehen Sie den Reiter in ein neues <app>gedit</app>-Fenster."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Um einen Reiter in ein neues Fenster zu verschieben, wenn <app>gedit</app> "
+"im maximierten Zustand ist, ziehen Sie den Reiter auf das obere Panel auf "
+"dem Bildschirm."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Einen Reiter in ein anderes gedit-Fenster verschieben"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr ""
+"Wenn Sie einen Reiter von einem Fenster in ein anderes Fenster verschieben "
+"wollen:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Ziehen Sie den Reiter in das neue Fenster."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Setzen Sie ihn neben andere Reiter im neuen Fenster."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Vielleicht finden Sie es einfacher, einen Reiter von einem in ein anderes "
+"Fenster zu verschieben, in dem Sie ihn in die linke obere Ecke der "
+"<gui>GNOME Shell</gui> ziehen. Dadurch werden alle geöffneten <app>gedit</"
+"app>-Fenster angezeigt. Über dem gewünschten <app>gedit</app>-Fenster legen "
+"Sie dann den Reiter ab."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Reiter im Gedit-Fenster erstellen oder schließen."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Hinzufügen und Entfernen von Reitern"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Arbeiten mit Reitern in <app>gedit</app> ermöglicht es Ihnen, in einem "
+"einzigen Fenster verschiedene Dateien im Auge zu behalten."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Hinzufügen von Reitern"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Um einen neuen Reiter hinzuzufügen, klicken Sie auf den Knopf <gui>Ein neues "
+"Dokument anlegen</gui> links in der Kopfleiste oder drücken Sie "
+"<keyseq><key>Strg</key><key>T</key></keyseq>. Der Reiter wird an der rechten "
+"Seite aller anderen Reiter hinzugefügt."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Entfernen von Reitern"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Um einen Reiter zu entfernen, klicken Sie auf das <guiseq><gui style=\"button"
+"\">×</gui></guiseq> an der rechten Seite des Reiters oder drücken Sie "
+"<keyseq><key>Strg</key><key>W</key></keyseq>. Um alle Reiter zu entfernen, "
+"drücken Sie <keyseq><key>Strg</key><key>Umschalttaste</key><key>W</key></"
+"keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr ""
+"Eine kürzlich vorgenommene Änderung einer Ihrer Dateien rückgängig machen."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr ""
+"Eine kürzlich ausgeführte Aktion rückgängig machen oder eine rückgängig "
+"gemachte Aktion wiederholen"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Um einen Fehler bei der Bearbeitung eines Dokuments in <app>gedit</app> "
+"rückgängig zu machen, drücken Sie <keyseq><key>Strg</key><key>Z</key></"
+"keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Sie können eine Änderung nach dem Speichern einer <app>gedit</app>-Datei "
+"nicht rückgängig machen."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Um die rückgängig gemachte Änderung zu wiederholen, drücken Sie "
+"<keyseq><key>Strg</key><key>Umschalt</key><key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "gedit Texteditor"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "gedit Texteditor"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Die Startseite der Gedit-Hilfe."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> gedit Texteditor"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Willkommen zur Hilfedokumentation von <app>gedit</app>. Lesen Sie für eine "
+"schnelle Einführung in die grundlegenden Funktionen von <app>gedit</app> und "
+"einige fortgeschrittene Tastenkombinationen die Seite <link xref=\"gedit-"
+"quickstart\">Erste Schritte mit gedit</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Weitere Hilfethemen finden Sie nachstehend in Abschnitten gruppiert. Viel "
+"Spaß bei der Arbeit mit <app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Mit Dateien arbeiten"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "gedit einrichten"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "gedit-Erweiterungen"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Drucken mit gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr ""
+"Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 3.0 "
+"Unported Lizenz"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Dieses Werk ist unter <_:link-1/> lizenziert."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+#~ msgstr ""
+#~ "Wählen Sie <guiseq><gui style=\"menu\">Bearbeiten</gui><gui style="
+#~ "\"menuitem\">Einstellungen</gui><gui>Schrift und Farben</gui></guiseq>."
+
+#~ msgid ""
+#~ "To close a file in <app>gedit</app>, select <gui style=\"menuitem"
+#~ "\">Close</gui>. Alternately, you can click the small \"X\" that appears "
+#~ "on the right-side of the file's tab, or press <keyseq><key>Ctrl</key> "
+#~ "<key>W</key></keyseq>."
+#~ msgstr ""
+#~ "Um eine Datei in <app>gedit</app> zu schließen, wählen Sie "
+#~ "<gui>Schließen</gui>. Alternativ können Sie auf das »X« klicken, welches "
+#~ "rechts in der Reiterlasche dieser Datei sichtbar ist oder "
+#~ "<keyseq><key>Strg</key><key>W</key></keyseq> drücken."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>L</key></keyseq> in the <gui>Open</gui> "
+#~ "dialog."
+#~ msgstr ""
+#~ "Drücken Sie <keyseq><key>Strg</key><key>L</key></keyseq> im <gui>Öffnen</"
+#~ "gui>-Dialog."
+
+#~ msgid ""
+#~ "To adjust the number of recently-used files that gedit displays, you will "
+#~ "need to use the <app>dconf-editor</app> application."
+#~ msgstr ""
+#~ "Um die Anzahl der von <app>gedit</app> angezeigten zuletzt verwendeten "
+#~ "Dateien anzupassen, benötigen Sie <app>dconf-editor</app>."
+
+#~ msgid ""
+#~ "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+#~ msgstr ""
+#~ "Starten Sie <app>dconf-editor</app> und wählen Sie <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+
+#~ msgid ""
+#~ "Double-click on the number next to <gui>max-recents</gui> and change the "
+#~ "number to your desired value."
+#~ msgstr ""
+#~ "Doppelklicken Sie auf die Zahl neben <gui>max-recents</gui> und ändern "
+#~ "Sie die Zahl auf den gewünschten Wert."
+
+#~ msgid ""
+#~ "To open files from the side panel, first open the side panel by selecting "
+#~ "<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+#~ "<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown "
+#~ "at the top of the pane."
+#~ msgstr ""
+#~ "Um Dateien über die Seitenleiste öffnen zu können, öffnen Sie zunächst "
+#~ "die Seitenleiste selbst durch Wählen von <guiseq><gui>Ansicht</"
+#~ "gui><gui>Seitenleiste</gui></guiseq> und klicken Sie anschließend auf das "
+#~ "<gui>Dateiverwaltungssymbol</gui> aus der Auswahlliste am unteren Ende "
+#~ "der Seitenleiste."
+
+#~ msgid ""
+#~ "This will activate the <em>File Browser</em> mode of the side panel. You "
+#~ "can then use the navigation buttons at the top of the pane to locate and "
+#~ "open your desired files."
+#~ msgstr ""
+#~ "Dadurch wird der <em>Dateiverwaltungsmodus</em> der Seitenleiste "
+#~ "aktiviert. Sie können dann die Navigationsknöpfe oben in der Seitenleiste "
+#~ "verwenden, um die gewünschten Dateien zu suchen und zu öffnen."
+
+#~ msgid ""
+#~ "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> "
+#~ "plugin allows you to insert the date and/or time at the current cursor "
+#~ "position. To enable this plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui> <gui>Insert Date/Time</gui></guiseq>. To use the plugin, press "
+#~ "<guiseq> <gui style=\"menu\">Edit</gui><gui>Insert Date and Time</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Wie der Name bereits andeutet, ermöglicht Ihnen das Plugin <gui>Datum/"
+#~ "Uhrzeit einfügen</gui> das Einfügen des aktuellen Datums und/oder der "
+#~ "Uhrzeit an der Position der Eingabemarke. Um das Plugin zu aktivieren, "
+#~ "wählen Sie <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#~ "\">Einstellungen</gui><gui>Plugins</gui><gui>Datum/Uhrzeit einfügen</"
+#~ "gui></guiseq>. Um das Plugin zu verwenden, wählen Sie <guiseq><gui style="
+#~ "\"menuitem\">Bearbeiten</gui><gui>Datum/Uhrzeit einfügen</gui></guiseq>."
+
+#~ msgid "Use keyboard shortcuts to help you work more quickly."
+#~ msgstr ""
+#~ "Verwenden Sie Tastenkombinationen, um Ihre Arbeit schneller zu erledigen."
+
+#~ msgid "Paolo Borelli"
+#~ msgstr "Paolo Borelli"
+
+#~ msgid "Jesse van den Kieboom"
+#~ msgstr "Jesse van den Kieboom"
+
+#~ msgid "Steve Frécinaux"
+#~ msgstr "Steve Frécinaux"
+
+#~ msgid "Ignacio Casal Quinteiro"
+#~ msgstr "Ignacio Casal Quinteiro"
+
+#~ msgid "Shortcut keys"
+#~ msgstr "Tastenkombinationen"
+
+#~ msgid ""
+#~ "Use <gui>shortcut keys</gui> to perform common tasks more quickly than "
+#~ "with the mouse and menus. The following tables list all of <app>gedit's</"
+#~ "app> shortcut keys."
+#~ msgstr ""
+#~ "Verwenden Sie <gui>Tastenkürzel</gui>, um häufig vorkommende Aufgaben "
+#~ "schneller als mit der Maus oder über die Menüs auszuführen. In den "
+#~ "folgenden Tabellen werden alle Tastenkürzel von <app>gedit</app> "
+#~ "aufgelistet."
+
+#~ msgid "Tab-related Shortcut keys"
+#~ msgstr "Tastenkombinationen für Reiter"
+
+#~ msgid "Action"
+#~ msgstr "Aktion"
+
+#~ msgid "Keyboard shortcut"
+#~ msgstr "Tastenkombination"
+
+#~ msgid "Switch to the next tab to the left"
+#~ msgstr "Zum nächsten Reiter links wechseln"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>Alt</key><key>Bild↑</key></keyseq>"
+
+#~ msgid "Switch to the next tab to the right"
+#~ msgstr "Zum nächsten Reiter rechts wechseln"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>Alt</key><key>Bild↓</key></keyseq>"
+
+#~ msgid "Close tab"
+#~ msgstr "Reiter schließen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>W</key></keyseq>"
+
+#~ msgid "Save all tabs"
+#~ msgstr "Alle Reiter speichern"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalttaste</key><key>L</key></keyseq>"
+
+#~ msgid "Close all tabs"
+#~ msgstr "Alle Reiter schließen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalttaste</key><key>W</key></keyseq>"
+
+#~ msgid "Reopen the most recently closed tab"
+#~ msgstr "Den zuletzt geschlossenen Reiter erneut öffnen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalttaste</key><key>T</key></keyseq>"
+
+#~ msgid "Jump to <var>n</var>th tab"
+#~ msgstr "Den <var>n</var>-ten Reiter aktivieren"
+
+#~ msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#~ msgid "New tab group"
+#~ msgstr "Neue Reitergruppe"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>Alt</key><key>N</key></keyseq>"
+
+#~ msgid "Previous tab group"
+#~ msgstr "Vorherige Reitergruppe"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalt</key><key>Alt</key><key>Bild↑</key></"
+#~ "keyseq>"
+
+#~ msgid "Next tab group"
+#~ msgstr "Nächste Reitergruppe"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalt</key><key>Alt</key><key>Bild↓</key></"
+#~ "keyseq>"
+
+#~ msgid "Shortcut keys for working with files"
+#~ msgstr "Tastenkombinationen zum Arbeiten mit Dateien"
+
+#~ msgid "Create a new document in a new window"
+#~ msgstr "Eine neues Dokument in einem neuen Fenster anlegen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>N</key></keyseq>"
+
+#~ msgid "Create a new document in a new tab"
+#~ msgstr "Eine neues Dokument in einem neuen Reiter anlegen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>T</key></keyseq>"
+
+#~ msgid "Open a document"
+#~ msgstr "Ein Dokument öffnen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>O</key></keyseq>"
+
+#~ msgid "Open the <gui>Quick Open</gui> window"
+#~ msgstr "Öffnen Sie das Fenster <gui>Schnelles Öffnen</gui>"
+
+#~ msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#~ msgid "Save the current document"
+#~ msgstr "Das aktuelle Dokument speichern"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>S</key></keyseq>"
+
+#~ msgid "Save the current document with a new filename"
+#~ msgstr "Das aktuelle Dokument unter einem anderen Dateinamen speichern"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalttaste</key><key>S</key></keyseq>"
+
+#~ msgid "Print the current document"
+#~ msgstr "Das aktuelle Dokument drucken"
+
+#~ msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>P</key></keyseq>"
+
+#~ msgid "Print preview"
+#~ msgstr "Druckvorschau"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalttaste</key><key>P</key></keyseq>"
+
+#~ msgid "Close the current document"
+#~ msgstr "Das aktuelle Dokument schließen"
+
+#~ msgid "Quit gedit"
+#~ msgstr "Gedit beenden"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>Q</key></keyseq>"
+
+#~ msgid "Shortcut keys for editing files"
+#~ msgstr "Tastenkombinationen zum Bearbeiten von Dokumenten"
+
+#~ msgid "Move the selected word right one word"
+#~ msgstr "Das ausgewählte Wort ein Wort nach rechts verschieben"
+
+#~ msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>→</key></keyseq>"
+
+#~ msgid "Move the selected word left one word"
+#~ msgstr "Das ausgewählte Wort ein Wort nach links verschieben"
+
+#~ msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>←</key></keyseq>"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Den letzten Vorgang rückgängig machen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>Z</key></keyseq>"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Den rückgängig gemachten Vorgang wiederholen"
+
+#~ msgid "Cut the selected text or region and place it on the clipboard"
+#~ msgstr ""
+#~ "Den markierten Text oder die markierte Region ausschneiden und in die "
+#~ "Zwischenablage verschieben"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>X</key></keyseq>"
+
+#~ msgid "Copy the selected text or region onto the clipboard"
+#~ msgstr ""
+#~ "Den markierten Text oder den markierten Bereich in die Zwischenablage "
+#~ "kopieren"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>C</key></keyseq>"
+
+#~ msgid "Paste the contents of the clipboard"
+#~ msgstr "Den Inhalt der Zwischenablage einfügen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>V</key></keyseq>"
+
+#~ msgid "Select all text in the file"
+#~ msgstr "Sämtlichen Text in der Datei auswählen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>A</key></keyseq>"
+
+#~ msgid "Unselect all text"
+#~ msgstr "Allen Text abwählen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Backslash</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>\\</key></keyseq>"
+
+#~ msgid "Delete the current line"
+#~ msgstr "Die aktuelle Zeile löschen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>D</key></keyseq>"
+
+#~ msgid "Move the selected line up one line"
+#~ msgstr "Die markierte Zeile um eine Position nach oben verschieben"
+
+#~ msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>↑</key></keyseq>"
+
+#~ msgid "Move the selected line down one line"
+#~ msgstr "Die markierte Zeile um eine Position nach unten verschieben"
+
+#~ msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>↓</key></keyseq>"
+
+#~ msgid "Add a tab stop"
+#~ msgstr "Eine Tabulatorposition hinzufügen"
+
+#~ msgid "<keyseq><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Tabulator</key></keyseq>"
+
+#~ msgid "Remove a tab stop"
+#~ msgstr "Eine Tabulatorposition entfernen"
+
+#~ msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Tabulator</key></keyseq>"
+
+#~ msgid "Convert the selected text to upper case"
+#~ msgstr "Den markierten Text in Großbuchstaben umwandeln"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>U</key></keyseq>"
+
+#~ msgid "Convert the selected text to lower case"
+#~ msgstr "Den markierten Text in Kleinbuchstaben umwandeln"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>L</key></keyseq>"
+
+#~ msgid "Toggle case of the selected text"
+#~ msgstr "Die Groß-/Kleinschreibung für den ausgewählten Text umschalten"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>~</key></keyseq>"
+
+#~ msgid "Toggle cursor visibility"
+#~ msgstr "Sichtbarkeit der Eingabemarke ein-/ausschalten"
+
+#~| msgid "<keyseq><key>Tab</key></keyseq>"
+#~ msgid "<keyseq><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>F7</key></keyseq>"
+
+#~ msgid "Shortcut keys for showing and hiding panes"
+#~ msgstr "Tastenkombinationen zum Anzeigen und Verbergen von Leisten"
+
+#~ msgid "Show / hide the side panel"
+#~ msgstr "Die Seitenleiste anzeigen/verbergen"
+
+#~ msgid "<key>F9</key>"
+#~ msgstr "<key>F9</key>"
+
+#~ msgid "Open the file menu"
+#~ msgstr "Das Dateimenü öffnen"
+
+#~ msgid "<key>F10</key>"
+#~ msgstr "<key>F10</key>"
+
+#~ msgid "Shortcut keys for navigation"
+#~ msgstr "Tastenkombinationen zur Navigation"
+
+#~ msgid "Move to matching bracket"
+#~ msgstr "Zur übereinstimmenden Klammer wechseln"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>%</key></keyseq>"
+
+#~ msgid "Goto line"
+#~ msgstr "Zu einer bestimmten Zeile gehen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>I</key></keyseq>"
+
+#~ msgid "Move to the beginning of the current line"
+#~ msgstr "An den Anfang der aktuellen Zeile springen"
+
+#~ msgid "<key>Home</key>"
+#~ msgstr "<key>Pos1</key>"
+
+#~ msgid "Move to the end of the current line"
+#~ msgstr "Ans Ende der aktuellen Zeile springen"
+
+#~ msgid "<key>End</key>"
+#~ msgstr "<key>Ende</key>"
+
+#~ msgid "Move to the beginning of the document"
+#~ msgstr "An den Anfang des Dokuments springen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>Pos1</key></keyseq>"
+
+#~ msgid "Move to the end of the document"
+#~ msgstr "An das Ende des Dokuments springen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>Ende</key></keyseq>"
+
+#~ msgid "Move viewport up within the file"
+#~ msgstr "Ansichtsfeld innerhalb der Datei aufwärts schieben"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Up</key></keyseq>"
+#~ msgstr "<keyseq><key>Umschalttaste</key><key>Alt</key><key>↑</key></keyseq>"
+
+#~ msgid "Move viewport down within the file"
+#~ msgstr "Ansichtsfeld innerhalb der Datei abwärts schieben"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Down</key></keyseq>"
+#~ msgstr "<keyseq><key>Umschalttaste</key><key>Alt</key><key>↓</key></keyseq>"
+
+#~ msgid "Move viewport to beginning of file"
+#~ msgstr "Ansichtsfeld zum Anfang der Datei schieben"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Umschalttaste</key><key>Alt</key><key>Pos1</key></keyseq>"
+
+#~ msgid "Move viewport to end of file"
+#~ msgstr "Ansichtsfeld zum Ende der Datei schieben"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Umschalttaste</key><key>Alt</key><key>Ende</key></keyseq>"
+
+#~ msgid "Shortcut keys for searching"
+#~ msgstr "Tastenkombinationen zum Suchen"
+
+#~ msgid "Find a string"
+#~ msgstr "Eine Zeichenkette suchen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>F</key></keyseq>"
+
+#~ msgid "Find the next instance of the string"
+#~ msgstr "Das nächste Vorkommen der Zeichenkette suchen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>G</key></keyseq>"
+
+#~ msgid "Find the previous instance of the string"
+#~ msgstr "Das vorherige Vorkommen der Zeichenkette suchen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalttaste</key><key>G</key></keyseq>"
+
+#~ msgid "Search and Replace"
+#~ msgstr "Suchen und ersetzen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+#~ msgstr "<keyseq><key>Strg</key><key>H</key></keyseq>"
+
+#~ msgid "Clear highlight"
+#~ msgstr "Hervorhebung zurücksetzen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalttaste</key><key>K</key></keyseq>"
+
+#~ msgid "Shortcut keys for tools"
+#~ msgstr "Tastenkombinationen für Werkzeuge"
+
+#~ msgid "Check spelling"
+#~ msgstr "Rechtschreibprüfung"
+
+#~ msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>Umschalttaste</key><key>F7</key></keyseq>"
+
+#~ msgid "Remove trailing spaces (with plugin)"
+#~ msgstr "Unnötige Leerzeichen am Zeilenende entfernen (mit Plugin)"
+
+#~ msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#~ msgid "Run \"make\" in the current directory (with plugin)"
+#~ msgstr "»make« im aktuellen Ordner ausführen (mit Plugin)"
+
+#~ msgid "<key>F8</key>"
+#~ msgstr "<key>F8</key>"
+
+#~ msgid "Directory listing (with plugin)"
+#~ msgstr "Ordnerinhalt anzeigen (mit Plugin)"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Strg</key><key>Umschalttaste</key><key>D</key></keyseq>"
+
+#~ msgid "Shortcut keys for user help"
+#~ msgstr "Tastenkombinationen für Hilfe"
+
+#~ msgid "Open the gedit user guide"
+#~ msgstr "Das Benutzerhandbuch von gedit öffnen"
+
+#~ msgid "<key>F1</key>"
+#~ msgstr "<key>F1</key>"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Wählen Sie <guiseq><gui>Dokumente</gui><gui>Neue Reitergruppe</gui></"
+#~ "guiseq> im Hauptmenü."
+
+#~ msgid "Move through tab groups"
+#~ msgstr "Zwischen Reitergruppen wechseln"
+
+#~ msgid "To move forward (on the next) tab group:"
+#~ msgstr "So wechseln Sie vorwärts (zur nächsten) Reitergruppe:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Wählen Sie <guiseq><gui>Dokumente</gui><gui>Nächste Reitergruppe</gui></"
+#~ "guiseq> im Hauptmenü."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "down</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Verwenden Sie die Tastenkombination <keyseq><key>Strg</key><key>Umschalt</"
+#~ "key><key>Alt</key><key>Bild↓</key></keyseq>."
+
+#~ msgid "To move backward (on the previous) tab group:"
+#~ msgstr "So wechseln Sie rückwärts (zur vorherigen) Reitergruppe:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> "
+#~ "in the main menu."
+#~ msgstr ""
+#~ "Wählen Sie <guiseq><gui>Dokumente</gui><gui>Vorherige Reitergruppe</gui></"
+#~ "guiseq> im Hauptmenü."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "up</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Verwenden Sie die Tastenkombination <keyseq><key>Strg</key><key>Umschalt</"
+#~ "key><key>Alt</key><key>Bild↑</key></keyseq>."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tab groups."
+#~ msgstr ""
+#~ "Schauen Sie auch die Tabelle der <link xref=\"gedit-shortcut-keys"
+#~ "\">Tastenkombinationen für Reiter</link> an, welche die Verwaltung Ihrer "
+#~ "Reitergruppen erleichtern."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tabs."
+#~ msgstr ""
+#~ "Schauen Sie auch die Tabelle der <link xref=\"gedit-shortcut-keys\"> "
+#~ "Tastenkombinationen für Reiter</link> an, welche die Verwaltung Ihrer "
+#~ "Reiter erleichtern."
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window. The tab that is larger than the other "
+#~ "tabs indicates the file that is currently open. The smaller tabs indicate "
+#~ "other files that are available to work on."
+#~ msgstr ""
+#~ "Das Arbeiten mit Reitern in <app>gedit</app> ermöglicht es Ihnen, "
+#~ "verschiedene Dateien in einem einzigen Fenster im Auge zu behalten. Einer "
+#~ "der Reiter ist größer als die anderen Reiter, wodurch angezeigt wird, "
+#~ "dass es sich um die aktuell geöffnete Datei handelt. Die kleineren Reiter "
+#~ "bezeichnen andere Dateien, die zur Bearbeitung bereitstehen."
diff --git a/help/de/figures/gedit-html-snippet.png b/help/de/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..505e82b
--- /dev/null
+++ b/help/de/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/de/figures/gedit3-screenshot.png b/help/de/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..e3cb8af
--- /dev/null
+++ b/help/de/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/el/el.po b/help/el/el.po
new file mode 100644
index 0000000..0de0ec5
--- /dev/null
+++ b/help/el/el.po
@@ -0,0 +1,6148 @@
+# Greek translation of Gedit Documentation
+# Copyright (C) 2009, Free Software Foundation, Inc.
+# Μάριος Ζηντίλης <m.zindilis@dmajor.org>, 2009.
+# Simos Xenitellis <simos@gnome.org>, 2011.
+# Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>, 2013, 2014, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: el\n"
+"POT-Creation-Date: 2015-09-20 05:28+0000\n"
+"PO-Revision-Date: 2015-09-20 13:17+0300\n"
+"Last-Translator: Tom Tryfonidis <tomtryf@gmail.com>\n"
+"Language-Team: www.gnome.gr\n"
+"Language: el\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 1.8.4\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Ελληνική μεταφραστική ομάδα GNOME <team@gnome.gr>\n"
+"Μάριος Ζηντίλης <m.zindilis@dmajor.org>, 2009\n"
+"Μιχαήλ Κοτσαρίνης <mk73628@hotmail.com>,2009\n"
+"Βασίλης Τσιβίκης <vasitsiv@hotmail.gr>, 2011\n"
+"Θάνος Τρυφωνίδης <tomtryf@gmail.com>, 2012, 2014\n"
+"Δημήτρης Σπίγγος <dmtrs32@gmail.com>, 2013, 2014, 2015\n"
+"Μαρία Μαυρίδου <mavridou@gmail.com>, 2014"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Αλλαγή των χρωμάτων κειμένου και παρασκηνίου στο gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:13 C/gedit-change-default-font.page:10
+#: C/gedit-close-file.page:10 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:12 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:10 C/gedit-plugin-guide.page:10
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:14
+#: C/gedit-plugins-insert-date-time.page:14 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:9
+#: C/gedit-plugins-quick-open.page:10 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:13 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:13 C/gedit-save-file.page:12
+#: C/gedit-search.page:11 C/gedit-shortcut-keys.page:14
+#: C/gedit-spellcheck.page:12 C/gedit-syntax-highlighting.page:10
+#: C/gedit-tabs-moving.page:13 C/gedit-tabs.page:14
+#: C/gedit-undo-recent-action.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:17
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:19 C/gedit-change-color-scheme.page:24
+#: C/gedit-shortcut-keys.page:41
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:22 C/gedit-replace.page:25
+#: C/gedit-shortcut-keys.page:39
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:30
+msgid "Change the color scheme"
+msgstr "Αλλαγή συνδυασμού χρωμάτων"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:32
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"Το <app>gedit</app> συμπεριλαμβάνει αρκετούς διαφορετικούς συνδυασμούς "
+"χρωμάτων, επιτρέποντάς σας να αλλάξετε την εμφάνιση του κύριου παράθυρου του "
+"κειμένου."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:36
+msgid "To change the color scheme:"
+msgstr "Για να αλλάξετε τον συνδυασμό χρωμάτων:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:38
+msgid ""
+"Open the <gui style=\"menu\">gedit</gui> menu from the top bar, then select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Ανοίξτε το μενού του <gui style=\"menu\">gedit</gui> από την πάνω μπάρα, και "
+"μετά επιλέξτε <guiseq><gui style=\"menuitem\">Προτιμήσεις</"
+"gui><gui>Γραμματοσειρά &amp; Χρώματα</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:43
+msgid "Choose your desired color scheme."
+msgstr "Επιλέξτε τον επιθυμητό συνδυασμό χρωμάτων."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:47
+msgid "The new color scheme will be applied immediately."
+msgstr "Ο νέος συνδυασμός χρωμάτων θα εφαρμοστεί άμεσα."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:50
+msgid "Use a Custom Color Scheme"
+msgstr "Χρήση ενός προσαρμοσμένου συνδυασμού χρωμάτων"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:56
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Μπορείτε επίσης να χρησιμοποιήσετε τους συνδυασμούς χρωμάτων που έχουν "
+"δημιουργηθεί από άλλους, ή να δημιουργήσετε και να χρησιμοποιήσετε τους "
+"δικούς σας."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:59
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Οδηγίες για το πώς να εγκαταστήσετε προσαρμοσμένους συνδυασμούς χρωμάτων, "
+"όπως και παραδείγματα συνδυασμών χρωμάτων που μπορείτε να κάνετε λήψη και να "
+"χρησιμοποιήσετε, είναι διαθέσιμες στο <link href=\"https://wiki.gnome.org/"
+"Projects/GtkSourceView/StyleSchemes\">gedit wiki</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Χρήση προσαρμοσμένης γραμματοσειράς για το κείμενό σας στο gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:12
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:19
+msgid "Change the default font"
+msgstr "Αλλαγή της προεπιλεγμένης γραμματοσειράς"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"Το <app>gedit</app> θα χρησιμοποιήσει την προεπιλεγμένη γραμματοσειρά "
+"σταθερού πλάτους του συστήματος, αλλά μπορείτε να αλλάξετε την γραμματοσειρά "
+"του <app>gedit</app> ώστε να ταιριάζει στις προτιμήσεις σας."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:26
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Για να αλλάξετε την προεπιλεγμένη γραμματοσειρά στο <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:27
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Προτιμήσεις</gui> <gui>Γραμματοσειρά &amp; χρώματα</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:30
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+"Αποεπιλέξτε το πλαίσιο δίπλα από τη φράση, \"Χρήση της προκαθορισμένης "
+"γραμματοσειράς σταθερού πλάτους του συστήματος.\""
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Πατήστε στο τρέχον όνομα γραμματοσειράς. Το <app>gedit</app> θα ανοίξει ένα "
+"παράθυρο επιλογέα γραμματοσειράς, επιτρέποντας σας να δείτε διαθέσιμες "
+"γραμματοσειρές και να επιλέξετε αυτή που προτιμάτε."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:35
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Μετά την επιλογή της νέας σας γραμματοσειράς, χρησιμοποιήστε τον "
+"<gui>ολισθητή</gui> κάτω από τη λίστα των γραμματοσειρών για να επιλέξετε το "
+"προεπιλεγμένο μέγεθος της."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Πατήστε <gui>Επιλογή</gui>, και μετά πατήστε <gui>Κλείσιμο</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Έξοδος από το αρχείο που χρησιμοποιείτε."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:17
+msgid "Close a file"
+msgstr "Κλείσιμο αρχείου"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:19
+msgid ""
+"To close a file in <app>gedit</app>, select <guiseq><gui>File</gui> "
+"<gui>Close</gui></guiseq>. Alternately, you can click the small \"X\" that "
+"appears on the right-side of the file's tab, or press <keyseq><key>Ctrl</"
+"key> <key>W</key></keyseq>."
+msgstr ""
+"Για να κλείσετε ένα αρχείο στο <app>gedit</app>, επιλέξτε "
+"<guiseq><gui>Αρχείο</gui> <gui>Κλείσιμο</gui></guiseq>. Εναλλακτικά, "
+"μπορείτε να πατήσετε στο μικρό \"X\" που εμφανίζεται στη δεξιά πλευρά της "
+"καρτέλας του αρχείου, ή πατώντας <keyseq><key>Ctrl</key> <key>W</key></"
+"keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Οποιαδήποτε από αυτές τις ενέργειες θα κλείσει ένα αρχείο στο <app>gedit</"
+"app>. Αν το αρχείο σας περιέχει αλλαγές που δεν έχουν αποθηκευτεί, το "
+"<app>gedit</app> θα σας ειδοποιήσει να τις αποθηκεύσετε πριν κλείσετε το "
+"αρχείο."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Άνοιγμα ενός νέου αρχείου για επεξεργασία."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:16
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:14
+#: C/gedit-replace.page:29 C/gedit-save-file.page:20 C/gedit-search.page:23
+#: C/gedit-tabs.page:31 C/gedit-undo-recent-action.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Δημιουργία νέου αρχείου"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the toolbar, or "
+"press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Ο ευκολότερος τρόπος για να δημιουργήσετε ένα αρχείο στο <app>gedit</app>, "
+"είναι να κάνετε κλικ στην αριστερή πλευρά της εργαλειοθήκης στο κουμπί "
+"<gui>Δημιουργία νέου εγγράφου</gui>, ή να πατήσετε <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Οποιαδήποτε από αυτές τις ενέργειες θα δημιουργήσει ένα νέο αρχείο στο "
+"παράθυρο του <app>gedit</app>. Αν έχετε κι άλλα αρχεία ανοιχτά στο "
+"<app>gedit</app>, το νέο αρχείο που δημιουργείτε θα εμφανιστεί σε μια "
+"καινούρια καρτέλα στα δεξιά αυτών των αρχείων."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Χρήση διαχειριστικών δικαιωμάτων για επεξεργασία ενός αρχείου."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Επεξεργασία ενός αρχείου ως υπερχρήστης"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Η επεξεργασία αρχείων ως ο χρήστης root είναι πιθανότατα επικίνδυνη, και "
+"μπορεί να καταρεύσει άσχημα το σύστημα σας. Να δείξετε μεγάλη προσοχή όταν "
+"επεξεργάζεστε αρχεία ως χρήστης root."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Για να επεξεργαστείτε αρχεία ως χρήστης root, εκκινήστε το <app>gedit</app> "
+"από το τερματικό εισάγοντας:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Χρησιμοποιώντας την εντολή <cmd>sudo</cmd>, θα χρειαστεί να εισάγετε τον "
+"κωδικό πρόσβασης επιτυχώς πριν ανοίξει το <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Ως εναλλακτική λύση της εντολής <cmd>sudo</cmd>, μπορείτε να αποκτήσετε "
+"δικαιώματα διαχειριστή εισάγοντας:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Έπειτα εκκινείστε το <app>gedit</app> χρησιμοποιώντας την εντολή <cmd>gedit</"
+"cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Αφού ανοίξετε το <app>gedit</app> με δικαιώματα διαχειριστή, το <app>gedit</"
+"app> θα διατηρήσει αυτά τα δικαιώματα μέχρι να κλείσει."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Εκμάθηση των βασικών εργασιών για εργασία με αρχεία στο gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Βασικά για τα αρχεία: Άνοιγμα, κλείσιμο και αποθήκευση αρχείων"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, and opening and closing files."
+msgstr ""
+"Αν είστε καινούργιος στο <app>gedit</app>, αυτά τα θέματα θα σας βοηθήσουν "
+"στη δημιουργία, αποθήκευση, στο άνοιγμα και κλείσιμο των αρχείων."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Ορισμός του gedit ώστε να χρησιμοποιεί ολόκληρη την οθόνη."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:22
+msgid "Use fullscreen mode"
+msgstr "Χρήση λειτουργίας πλήρους οθόνης"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:24
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Όταν εργάζεστε σε ένα μεγάλο έγγραφο, ίσως σας φανεί πιο χρήσιμο να "
+"δουλέψετε στη λειτουργία πλήρους οθόνης του <app>gedit</app>. "
+"Χρησιμοποιώντας τη λειτουργία αυτή, θα κρυφτούν η <gui>γραμμή μενού</gui>, η "
+"<gui>γραμμή καρτελών</gui> και η <gui>εργαλειοθήκη</gui>, δίνοντάς σας "
+"περισσότερο χώρο για το κείμενό σας και επιτρέποντάς σας να επικεντρωθείτε "
+"καλύτερα στο έργο σας."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:31
+msgid "Turn on fullscreen mode"
+msgstr "Ενεργοποίηση λειτουργίας πλήρους οθόνης"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:32
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Για να ενεργοποιήσετε τη λειτουργία πλήρους οθόνης, πατήστε το <key>F11</"
+"key>. Το μενού, ο τίτλος και οι γραμμές καρτελών του <app>gedit</app> θα "
+"κρυφτούν και θα εμφανίζεται μόνο το κείμενο του τρέχοντος αρχείου σας."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:35
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Αν πρέπει να εκτελέσετε κάποια ενέργεια από το μενού του <app>gedit</app> "
+"ενώ παράλληλα εργάζεστε σε λειτουργία πλήρους οθόνης, κινήστε το δείκτη του "
+"ποντικιού σας στο πάνω μέρος της οθόνης. Η γραμμή μενού του <app>gedit</app> "
+"θα εμφανιστεί, κι έτσι μπορείτε να επιλέξετε την επιθυμητή ενέργεια."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:41
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Για να αλλάξετε μεταξύ ανοικτών καρτελών ενώ βρίσκεστε σε λειτουργία πλήρους "
+"οθόνης, πατήστε <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></"
+"keyseq> ή <keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:49
+msgid "Turn off fullscreen mode"
+msgstr "Απενεργοποίηση λειτουργίας πλήρους οθόνης"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:50
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Για να απενεργοποιήσετε την κατάσταση πλήρους οθόνης και να επιστρέψετε στο "
+"τυπικό παράθυρο <app>gedit</app>, πατήστε <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:52
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select <gui>Leave Fullscreen</gui>."
+msgstr ""
+"Μπορείτε επίσης να μετακινήσετε τον δρομέα του ποντικιού σας στην κορυφή της "
+"οθόνης και να περιμένετε μέχρι να εμφανιστεί η <gui>γραμμή μενού</gui>. Όταν "
+"εμφανιστεί η <gui>γραμμή μενού</gui>, επιλέξτε <gui>Έξοδος από πλήρη οθόνη</"
+"gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Χρησιμοποιήστε την πλευρική στήλη του gedit ως περιηγητή αρχείου."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side pane"
+msgstr "Προβολή και άνοιγμα αρχείων από την πλευρική στήλη"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the <app>side pane</app>."
+msgstr ""
+"Ο πιο συνηθισμένος τρόπος για την εναλλαγή μεταξύ αρχείων στο <app>gedit</"
+"app> είναι χρησιμοποιώντας τις καρτέλες στο πάνω μέρος του παραθύρου του "
+"<app>gedit</app>. Σε μερικές περιπτώσεις, ωστόσο, ειδικά όταν δουλεύετε με "
+"μεγάλο αριθμό ανοιχτών αρχείων, μπορεί να το βρείτε πιο χρήσιμο να "
+"χρησιμοποιείτε την <app>πλευρική στήλη</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the <app>side pane</app>, select <guiseq><gui>View</gui> "
+"<gui>Side Pane</gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Για να ενεργοποιήσετε την <app>πλευρική στήλη</app>, επιλέξτε "
+"<guiseq><gui>Προβολή</gui><gui>Πλευρική στήλη</gui></guiseq>, ή πατήστε το "
+"πλήκτρο <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the <gui>side pane</gui> open or closed by pressing <key>F9</"
+"key> at any time."
+msgstr ""
+"Μπορείτε να εναλλάξετε την <gui>πλευρική στήλη</gui> σε ανοιχτή ή κλειστή "
+"πατώντας <key>F9</key> οποιαδήποτε στιγμή."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:38
+#: C/gedit-plugins-file-browser.page:32
+msgid "Opening files from the side pane"
+msgstr "Άνοιγμα αρχείων από την πλευρική στήλη"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:39
+msgid ""
+"To open files from the <app>side pane</app>, first open the <app>side pane</"
+"app> by selecting <guiseq><gui>View</gui> <gui>Side Pane</gui></guiseq>, "
+"then click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+"Για να ανοίξετε αρχεία μέσα από την <app>Πλευρική στήλη</app>, αρχικά "
+"ανοίξτε την <app>Πλευρική στήλη</app> επιλέγοντας <guiseq><gui>Προβολή</"
+"gui><gui>Πλευρική στήλη</gui></guiseq>, έπειτα πατήστε στο εικονίδιο "
+"<gui>Περιηγητής αρχείων</gui> στο κάτω μέρος του παραθύρου."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>file-browser</em> mode of the <app>side pane</"
+"app>. You can then use the navigation buttons at the top of the pane to "
+"locate and open your desired files."
+msgstr ""
+"Αυτό θα ενεργοποιήσει την λειτουργία <em>περιηγητής-αρχείων</em> της "
+"<app>Πλευρικής στήλης</app>. Έπειτα μπορείτε τα χρησιμοποιήσετε τα πλήκτρα "
+"πλοήγησης στο πάνω μέρος της στήλης για να εντοπίσετε και να ανοίξετε τα "
+"αρχεία που επιθυμείτε."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side pane to switch between open files"
+msgstr ""
+"Χρησιμοποιώντας την πλευρική στήλη για να αλλάξετε μεταξύ ανοιχτών αρχείων"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side pane to switch "
+"between open files. To activate the file browser portion of the <app>side "
+"pane</app>, click on the <gui>file</gui> icon at the bottom of the <gui>side "
+"pane</gui>."
+msgstr ""
+"Μόλις έχετε αρκετά αρχεία ανοιχτά, μπορείτε να χρησιμοποιήσετε την πλευρική "
+"στήλη για να αλλάξετε μεταξύ ανοιχτών αρχείων. Για να ενεργοποιήσετε τον "
+"περιηγητή αρχείων της <app>πλευρικής στήλης</app>, πατήστε στο εικονίδιο "
+"<gui>αρχείο</gui> στο κάτω μέρος της <gui>πλευρικής στήλης</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:66
+msgid ""
+"Clicking on any file name in the <gui>side pane</gui> will open that file "
+"for editing."
+msgstr ""
+"Πατώντας σε οποιοδήποτε όνομα αρχείου στην <gui>πλευρική στήλη</gui> θα "
+"ανοίξει το αρχείο αυτό για επεξεργασία."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Άνοιγμα αρχείων για έναρξη εργασίας με αυτά."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Άνοιγμα ενός αρχείου ή σύνολο αρχείων"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Για να ανοίξετε ένα αρχείο στο <app>gedit</app>, πατήστε στο κουμπί "
+"<gui>Άνοιγμα</gui>, ή πατήστε <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Αυτό θα προκαλέσει την εμφάνιση του διαλόγου <gui>Άνοιγμα</gui>. "
+"Χρησιμοποιείστε το ποντίκι ή το πληκτρολόγιο για να επιλέξετε το αρχείο που "
+"επιθυμείτε να ανοίξετε, και πατήστε στο <gui>Άνοιγμα</gui>. Το αρχείο που "
+"έχετε επιλέξει θα ανοίξει σε καινούρια καρτέλα."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Για να κλείσετε το παράθυρο διαλόγου <gui>Άνοιγμα</gui> χωρίς να ανοίξετε "
+"ένα αρχείο, πατήστε <gui>Ακύρωση</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Μπορείτε να χρησιμοποιήσετε τα πλήκτρα <key>Ctrl</key> και <key>Shift</key> "
+"για να ανοίξετε περισσότερα από ένα αρχεία τη φορά. Αν κρατήσετε πατημένο το "
+"πλήκτρο <key>Ctrl</key> καθώς επιλέγετε πολλαπλά αρχεία, πατώντας "
+"<gui>Άνοιγμα</gui> θα ανοίξει κάθε αρχείο που έχετε επιλέξει."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Κρατώντας πατημένο το πλήκτρο <key>Shift</key> καθώς επιλέγετε πολλαπλά "
+"αρχεία θα ανοίξει το πρώτο αρχείο που έχετε επιλέξει, το τελευταίο, και όλα "
+"τα ενδιάμεσα."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr ""
+"Πρόσβαση αρχείων που είναι αποθηκευμένα σε έναν διαφορετικό υπολογιστή."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Άνοιγμα αρχείου που βρίσκεται σε διακομιστή"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Πριν ανοίξετε ένα αρχείο σε έναν διακομιστή μέσα από το <app>gedit</app>, "
+"πρέπει να ξέρετε μερικές τεχνικές πληροφορίες για τον διακομιστή. Για "
+"παράδειγμα, Θα πρέπει να ξέρετε την διεύθυνση IP ή το URL του διακομιστή, "
+"και μπορεί να χρειαστεί να γνωρίζετε τι είδους διακομιστής είναι (π.χ., "
+"HTTP, FTP, κτλ.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Επιπλέον, κάποιοι τύποι διακομιστών επιβάλλουν περιορισμούς στο τι μπορείτε "
+"να κάνετε με τα αρχεία που είναι αποθηκευμένα στον διακομιστή. Για "
+"παράδειγμα, μπορεί να έχετε την δυνατότητα να ανοίξετε ένα αρχείο από έναν "
+"διακομιστή, αλλά μπορεί να χρειαστεί να αποθηκεύσετε οποιεσδήποτε αλλαγές "
+"στο αρχείο τοπικά, στον δικό σας υπολογιστή."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Με αυτές τις προειδοποιήσεις κατά νου, εκτελέστε τα ακόλουθα βήματα για να "
+"ανοίξετε ένα αρχείο από έναν διακομιστή χρησιμοποιώντας το <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid ""
+"Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+"<gui>Open Files</gui> dialog."
+msgstr ""
+"Επιλέξτε <guiseq><gui>Αρχείο</gui><gui>Άνοιγμα</gui></guiseq> για να "
+"εμφανίσετε το διάλογο <gui>Άνοιγμα αρχείων</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid ""
+"Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</gui> "
+"dialog."
+msgstr ""
+"Επιλέξτε το εικονίδιο <gui>Μολύβι</gui> κοντά στο πάνω μέρος του διαλόγου "
+"<gui>Άνοιγμα Αρχείων</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Πληκτρολογήστε τη διεύθυνση IP ή το URL του κατάλληλου διακομιστή."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:38
+msgid "Find and select the file that you wish to open."
+msgstr "Πληκτρολογήστε την τοποθεσία του αρχείου που θέλετε να ανοίξετε."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39
+msgid ""
+"Use the Character coding drop-down list to select the appropriate character "
+"coding."
+msgstr ""
+"Χρησιμοποιήστε την αναδιπλούμενη λίστα κωδικοποίησης χαρακτήρων για να "
+"διαλέξετε την κατάλληλη κωδικοποίηση."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:41 C/gedit-plugins-quick-open.page:43
+msgid "Click <gui>Open</gui>."
+msgstr "Πατήστε <gui>Άνοιγμα</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:44
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>gvfs</app>."
+msgstr ""
+"Έγκυροι τύποι URI περιλαμβάνουν τα http:, ftp:, file:, και όλες τις μεθόδους "
+"που υποστηρίζονται από το <app>gvfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:48
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Αρχεία από μερικούς τύπους URI ανοίγονται μόνο για ανάγνωση, και ό,τι "
+"αλλαγές κάνετε θα πρέπει να αποθηκευτούν σε μια διαφορετική τοποθεσία. Για "
+"παράδειγμα, το HTTP επιτρέπει μόνο την ανάγνωση αρχείων. Αρχεία που "
+"ανοίγονται από FTP είναι μόνο για ανάγνωση γιατί δεν υποστηρίζουν όλοι οι "
+"εξυπηρετητές FTP την αποθήκευση απομακρυσμένων αρχείων."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have updated recently."
+msgstr "Πρόσβαση σε αρχεία που έχετε ενημερώσει πρόσφατα."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:16
+msgid "Reopen a recently-used file"
+msgstr "Άνοιγμα ξανά ενός πρόσφατου αρχείο"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:18
+msgid ""
+"By default, <app>gedit</app> provides easy access to five of your most "
+"recently-used files. Here is how you can open a recently-used file:"
+msgstr ""
+"Από προεπιλογή, το <app>gedit</app> παρέχει εύκολη πρόσβαση σε πέντε από τα "
+"πιο πρόσφατα αρχεία που χρησιμοποιήσατε. Για να ανοίξετε ένα αρχείο που "
+"χρησιμοποιήθηκε πρόσφατα, κάντε τα ακόλουθα:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:21
+msgid ""
+"Click the downward-facing arrow to the right of the <gui>Open</gui> button."
+msgstr ""
+"Πατήστε στο βέλος που δείχνει προς τα κάτω στα δεξιά του κουμπιού "
+"<gui>Άνοιγμα</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:23
+msgid ""
+"<app>gedit</app> will display a list of the five most-recently used files."
+msgstr ""
+"Το <app>gedit</app> θα εμφανίσει μια λίστα των πέντε πιο πρόσφατων "
+"χρησιμοποιημένων αρχείων."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:25
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Επιλέξτε το επιθυμητό αρχείο, και θα ανοίξει σε νέα καρτέλα."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:28
+msgid ""
+"To adjust the number of recently-used files that gedit displays, you will "
+"need to use the <app>dconf-editor</app> application."
+msgstr ""
+"Για να ρυθμίσετε τον αριθμό των πρόσφατα χρησιμοποιημένων αρχείων που "
+"εμφανίζει το gedit, θα χρειαστεί να χρησιμοποιήσετε την εφαρμογή <app>dconf-"
+"editor</app>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:32
+msgid ""
+"Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> <gui>gnome</"
+"gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-recents</"
+"gui></guiseq>."
+msgstr ""
+"Εκκινήστε το <app>dconf-editor</app> και επιλέξτε <guiseq><gui>org</gui> "
+"<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-"
+"recents</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:35
+msgid ""
+"Double-click on the number next to <gui>max-recents</gui> and change the "
+"number to your desired value."
+msgstr ""
+"Πατήστε διπλό κλικ στον αριθμό δίπλα στο <gui>max-recents</gui> και αλλάξτε "
+"τον αριθμό στην επιθυμητή σας τιμή."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:7
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Χρήση προσθέτων για προσαρμογή του τρόπου εργασίας του gedit για εσάς."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:16
+msgid "Configure and use gedit plugins"
+msgstr "Ρύθμιση και χρήση προσθέτων του gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:17
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Μπορείτε να κάνετε περισσότερα με το <app>gedit</app> χρησιμοποιώντας "
+"πρόσθετα. Αρκετά πρόσθετα είναι εγκατεστημένα από προεπιλογή, αλλά ένας "
+"μεγάλος αριθμός από άλλα πρόσθετα είναι διαθέσιμα ξεχωριστά."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:21
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Πολλές διανομές Linux κάνουν μια ομάδα αυτών των προσθέτων διαθέσιμα ως ένα "
+"πακέτο <app>gedit-plugins</app>. Εγκαταστήστε το πακέτο <app>gedit-plugins</"
+"app> για να κάνετε αυτά τα επιπλέον πρόσθετα διαθέσιμα στο <app>gedit</app>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:26
+msgid "Default gedit Plugins"
+msgstr "Προεπιλεγμένα πρόσθετα gedit"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:30
+msgid "Additional gedit Plugins"
+msgstr "Επιπλέον πρόσθετα gedit"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:10
+#: C/gedit-plugins-insert-date-time.page:9 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:9
+#: C/gedit-replace.page:17 C/gedit-search.page:15 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-recent-action.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Αλλαγή του επιλεγμένου κειμένου σε κεφαλαία-πεζά."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Αλλαγή τύπου"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Το πρόσθετο αυτό σας βοηθάει να αλλάξετε τα κεφαλαία-πεζά σε επιλεγμένα μέρη "
+"του κειμένου. Μπορείτε να το χρησιμοποιήσετε για να αλλάξετε το κείμενο σε "
+"όλα πεζά, όλα κεφαλαία, ή να αντιστρέψετε τα πεζά-κεφαλαία, ή να εφαρμόσετε "
+"κεφαλαία-πεζά στον τίτλο. Για να ενεργοποιήσετε αυτό το πρόσθετο, επιλέξτε "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Προτιμήσεις</"
+"gui> <gui>Πρόσθετα</gui><gui>Αλλαγή κεφαλαίων-πεζών</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Αφού ενεργοποιηθεί το πρόσθετο <em>Αλλαγή κεφαλαίων-πεζών</em>, μπορείτε να "
+"το χρησιμοποιήσετε ολοκληρώνοντας τα παρακάτω βήματα:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Επιλέξτε τις γραμμές κειμένου που θέλετε να αλλάξετε."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">gedit</gui><gui>Αλλαγή πεζών-κεφαλαίων</"
+"gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Επιλέξτε την επιθυμητή επιλογή σας μορφοποίησης-κειμένου."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr ""
+"Οι ενημερώσεις στην μορφοποίηση του κειμένου θα πραγματοποιηθούν άμεσα."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Η επιλογή <gui>Αντιστροφή πεζών-κεφαλαίων</gui> θα μετατρέψει όλα τα πεζά "
+"γράμματα σε κεφαλαία, και τα κεφαλαία σε πεζά."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Η επιλογή <gui>Διάκριση κεφαλαίων-πεζών Τίτλου</gui> θα μετατρέψει το πρώτο "
+"γράμμα κάθε λέξης σε κεφαλαίο. Όλα τα υπόλοιπα γράμματα θα μετατραπούν σε "
+"πεζά."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Αν δεν έχετε επισημάνει κανένα κείμενο, η λειτουργία <em>Αλλαγή κεφαλαίων-"
+"πεζών</em> δεν θα λειτουργήσει. Πρέπει να επιλέξετε ένα κομμάτι του κειμένου "
+"πριν χρησιμοποιήσετε την λειτουργία <em>Αλλαγή κεφαλαίων-πεζών</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Προβολή στατιστικών εγγράφου."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Στατιστικά εγγράφου"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Το πρόσθετο <em>Στατιστικά εγγράφου</em> μπορεί να σας εμφανίσει ποικίλα "
+"στατιστικά για το τρέχον έγγραφό σας. Για να ενεργοποιήσετε αυτό το "
+"πρόσθετο, επιλέξτε <guiseq><gui style=\"menu\">gedit</gui><gui style="
+"\"menuitem\">Προτιμήσεις</gui> <gui>Πρόσθετα</gui><gui>Στατιστικά Εγγράφου</"
+"gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Χρήση στατιστικών εγγράφου"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Αφού ενεργοποιηθεί το πρόσθετο, χρησιμοποιήστε το επιλέγοντας "
+"<guiseq><gui>Εργαλεία</gui> <gui>Στατιστικά εγγράφου</gui></guiseq>. Ένα "
+"παράθυρο θα εμφανίσει τις στατιστικές πληροφορίες του εγγράφου σας, "
+"συμπεριλαμβανομένου του αριθμού των λέξεων, γραμμών, χαρακτήρων, χαρακτήρων "
+"χωρίς κενά και του μεγέθους του αρχείου σας σε bytes."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Μπορείτε επίσης να χρησιμοποιήσετε το <em>Στατιστικά εγγράφου</em> για να "
+"σας εμφανίσει πληροφορίες για ένα τμήμα του εγγράφου σας. Για να το κάνετε "
+"αυτό, χρησιμοποιήστε τον δείκτη του ποντικιού για να επιλέξετε το μέρος του "
+"κειμένου που θέλετε να εξετάσετε και έπειτα επιλέξτε <guiseq><gui>Εργαλεία</"
+"gui><gui>Στατιστικά εγγράφου</gui></guiseq>. Το <app>Gedit</app> θα "
+"εμφανίσει πληροφορίες για ολόκληρο το έγγραφο, όπως και για το τμήμα του "
+"κειμένου που επισημάνατε."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Εκτέλεση δεσμών ενεργειών στα τρέχοντα αρχεία σας και αλληλεπίδραση με άλλες "
+"εφαρμογές."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Εξωτερικά εργαλεία"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Το πρόσθετο <em>Εξωτερικά εργαλεία</em> μπορεί να βοηθήσει στην απλοποίηση "
+"επαναλαμβανόμενων εργασιών. Ειδικά, επεκτείνει το <app>gedit</app> βοηθώντας "
+"σας να εκτελέσετε δέσμες ενεργειών στα αρχεία εργασίας σας και επιτρέποντας "
+"το <app>gedit</app> να αλληλεπιδράσει με άλλα προγράμματα στον υπολογιστή "
+"σας. Για να ενεργοποιήσετε το πρόσθετο <app>Εξωτερικά Εργαλεία</app>, "
+"επιλέξτε <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Προτιμήσεις</gui><gui>Πρόσθετα</gui><gui>Εξωτερικά Εργαλεία</gui></"
+"guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Ρύθμιση του πρόσθετου εξωτερικών εργαλείων"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Αφού ενεργοποιήσετε το πρόσθετο, θα πρέπει να το ρυθμίσετε να εξυπηρετεί τις "
+"ανάγκες σας. Οι επιλογές ρύθμισης είναι διαθέσιμες επιλέγοντας "
+"<guiseq><gui>Εργαλεία</gui><gui>Διαχείριση Εξωτερικών Εργαλείων</gui></"
+"guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Αυτό το πρόσθετο είναι για προχωρημένους χρήστες, και απαιτεί γνώσεις "
+"συγγραφής δέσμης ενεργειών για να το χρησιμοποιείτε αποδοτικά. "
+"Χρησιμοποιήστε αυτό το πρόσθετο με προσοχή, καθώς λάθη στη δέσμη ενεργειών "
+"σας μπορούν να επηρεάσουν την δουλειά σας με ακούσιους τρόπους."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:17
+msgid "Use the side pane to browse and open files."
+msgstr ""
+"Χρησιμοποιήστε την πλευρική στήλη για να περιηγηθείτε και να ανοίξετε αρχεία."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:20
+msgid "File browser pane"
+msgstr "Πλαίσιο περιήγησης αρχείων"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:22
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser pane</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side pane, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Αναλόγως το πως χρησιμοποιείτε το <app>gedit</app>, μπορεί να σας φανεί "
+"χρήσιμο το πρόσθετο <app>Πλαίσιο περιήγησης αρχείων</app>. Το πρόσθετο αυτό "
+"ενσωματώνει έναν <app>περιηγητή αρχείων</app> στην πλευρική στήλη, δίνοντας "
+"ευκολότερη πρόσβαση στα πρόσφατα χρησιμοποιημένα αρχεία."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:27
+msgid ""
+"You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Pane</gui></guiseq>."
+msgstr ""
+"Μπορείτε να ενεργοποιήσετε την <gui>Πλευρική στήλη</gui> επιλέγοντας "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Προτιμήσεις</"
+"gui> <gui>Πρόσθετα</gui><gui>Πλαίσιο περιήγησης αρχείων</gui></guiseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-file-browser.page:33
+msgid ""
+"To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+"gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+"click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+"Για να ενεργοποιήσετε και να χρησιμοποιήσετε την <gui>πλευρική στήλη</gui>, "
+"επιλέξτε <guiseq><gui>Προβολή</gui><gui>Πλευρική στήλη</gui></guiseq> (ή "
+"απλά πατήστε το <key>F9</key>) και μετά πατήστε στο εικονίδιο του "
+"<gui>περιηγητή αρχείων</gui> στο κάτω μέρος της στήλης."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:17
+msgid "Insert the current date/time at the cursor position."
+msgstr "Εισαγωγή τρέχουσας ημερομηνίας/ώρας στη θέση του δρομέα."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:20
+msgid "Insert date/time"
+msgstr "Εισαγωγή ημερομηνίας/ώρας"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:22
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position. To "
+"enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Insert Date/"
+"Time</gui></guiseq>. To use the plugin, press <guiseq> <gui style=\"menu"
+"\">Edit</gui><gui>Insert Date and Time</gui></guiseq>."
+msgstr ""
+"Όπως προτείνει η ονομασία αυτού του πρόσθετου, το πρόσθετο <gui>Εισαγωγή "
+"ημερομηνίας/ώρας</gui> σας επιτρέπει την εισαγωγή ημερομηνίας και/ή ώρας "
+"στην τρέχουσα τοποθεσία του δρομέα. Για να ενεργοποιήσετε αυτό το πρόσθετο, "
+"επιλέξτε <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Προτιμήσεις</gui><gui>Πρόσθετα</gui><gui>Εισαγωγή ημερομηνίας/ώρας</gui></"
+"guiseq>. Για να χρησιμοποιήσετε το πρόσθετο, πατήστε <guiseq> <gui style="
+"\"menu\">Επεξεργασία</gui><gui>Εισαγωγή ημερομηνίας και ώρας</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:29
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by selecting "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</"
+"gui> <gui>Plugins</gui><gui>Insert Date/Time</gui><gui>Configure</gui></"
+"guiseq>."
+msgstr ""
+"Από προεπιλογή, το πρόσθετο <gui>Εισαγωγή ημερομηνίας/ώρας</gui> θα σας "
+"ζητήσει να επιλέξετε την μορφή ημερομηνίας/ώρας που προτιμάτε κάθε φορά που "
+"το χρησιμοποιείτε. Ωστόσο, μπορείτε να διαλέξετε τη δική σας προεπιλεγμένη "
+"μορφή ημερομηνίας και ώρας επιλέγοντας <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Προτιμήσεις</gui> <gui>Πρόσθετα</"
+"gui><gui>Εισαγωγή ημερομηνίας/ώρας</gui><gui>Ρύθμιση</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Πως να εγκαταστήσετε πρόσθετα τρίτων."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Επιπλέον πρόσθετα gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Η εγκατάσταση πρόσθετων τρίτων σας δίνει επιπλέον λειτουργικότητα που δεν "
+"συμπεριλαμβάνεται από προεπιλογή στα πρόσθετα του <app>gedit</app> ή στα "
+"επιπλέον πρόσθετα που είναι μέρος του πακέτου <app>gedit-plugins</app>. Μία "
+"δικτυακή λίστα προσθέτων τρίτων διατηρείται <link href=\"https://wiki.gnome."
+"org/Apps/Gedit\">εδώ</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Εγκαθιστώντας ένα πρόσθετο τρίτων περιλαμβάνει τη λήψη του πρόσθετου, την "
+"τοποθέτηση των αρχείων του στο σωστό κατάλογο και την ενεργοποίηση του."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Συνήθως μπορείτε να κάνετε λήψη ενός πρόσθετου από τον ιστότοπο του "
+"πρόσθετου, αλλά μπορεί και να χρειαστεί να χρησιμοποιήσετε ένα πρόγραμμα "
+"όπως το <app>git</app>, το <app> bazaar</app>, ή το <app>subversion</app> "
+"για να αντιγράψετε τον κώδικα του πρόσθετου από το διαδίκτυο. Δείτε "
+"περισσότερες πληροφορίες για τη λήψη του πρόσθετου στην τεκμηρίωση του."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Τοποθετήστε το πρόσθετο στον κατάλογο <file>/home/<var>username</var>/.local/"
+"share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Φυσικά, αντικαταστήστε τη λέξη <var>username</var> με το δικό σας όνομα."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </"
+"gui><gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>[Name "
+"of Plugin]</gui></guiseq> to enable the plugin."
+msgstr ""
+"Αφού μεταφέρετε τα αρχεία του πρόσθετου στο σωστό κατάλογο, το πρόσθετο θα "
+"εμφανισθεί στο μενού προτιμήσεων. Επιλέξτε <guiseq><gui>Επεξεργασία </"
+"gui><gui style=\"menuitem\">Προτιμήσεις</gui><gui>Πρόσθετα</gui> <gui>[Όνομα "
+"του πρόσθετου]</gui></guiseq> για να ενεργοποιήσετε το πρόσθετο."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:45
+msgid "Click <gui>Close</gui>."
+msgstr "Πατήστε στο <gui>Κλείσιμο</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:48
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"Αφού ενεργοποιήσατε το πρόσθετο, θα πρέπει να είναι διαθέσιμο για χρήση."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:52
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Ο κατάλογος <file>.local</file> είναι κρυφός. Για να τον δείτε, επιλέξτε "
+"<guiseq><gui>Προβολή</gui><gui>Εμφάνιση κρυφών αρχείων</gui></guiseq>, ή "
+"πατήστε <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:59
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Αν ο κατάλογος <file>.local/share/gedit/plugins/</file> δεν υπάρχει στο "
+"σύστημα σας, θα χρειαστεί να τον δημιουργήσετε."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+"Υποστήριξη του gedit για γραμμές διαμόρφωσης τύπου Emacs, Kate και Vim."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Γραμμές διαμόρφωσης - Modelines"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Το πρόσθετο <app>Γραμμές διαμόρφωσης</app> επιτρέπει το <app>gedit</app> να "
+"αναλύσει τις γραμμές κειμένου στην αρχή και το τέλος ενός αρχείου, και μετά "
+"να εφαρμόσει μια συλλογή προτιμήσεων εγγράφων στο αρχείο. Το πρόσθετο "
+"<app>Γραμμές διαμόρφωσης</app> υποστηρίζει ένα υποσύνολο επιλογών που "
+"χρησιμοποιείται από τους επεξεργαστές κειμένου <app>Emacs</app>,<app>Kate</"
+"app> και <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Για να ενεργοποιήσετε το πρόσθετο <app>Γραμμές διαμόρφωσης</app>, επιλέξτε "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Προτιμήσεις</"
+"gui><gui>Πρόσθετα</gui><gui>Γραμμές διαμόρφωσης</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Γενικές επιλογές γραμμών διαμόρφωσης"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Οι ακόλουθες επιλογές μπορούν να ορισθούν χρησιμοποιώντας γραμμές "
+"διαμόρφωσης του <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Πλάτος στηλοθέτη"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Πλάτος εσοχής"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Εισαγωγή κενών διαστημάτων αντί στηλοθετών"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Αναδίπλωση κειμένου"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Πλάτος δεξιού περιθωρίου"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Οι προτιμήσεις που ορίζονται με τις γραμμές διαμόρφωσης υπερισχύουν αυτών "
+"που καθορίζονται στο παράθυρο διαλόγου προτιμήσεις."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Γραμμές διαμόρφωσης Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Η πρώτες δύο γραμμές ενός εγγράφου σαρώνονται για γραμμές διαμόρφωσης "
+"<app>Emacs</app> και το <app>gedit</app> υποστηρίζει τις ακόλουθες επιλογές "
+"γραμμής διαμόρφωσης <app>Emacs</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Αυτόματη αναδίπλωση κειμένου"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"http://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Για περισσότερες πληροφορίες για τις γραμμές διαμόρφωσης <app>Emacs</app>, "
+"επισκεφτείτε το <link href=\"http://www.gnu.org/software/emacs/manual/emacs."
+"html\">Εγχειρίδιο GNU Emacs</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Γραμμές διαμόρφωσης Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Η πρώτη και οι τελευταίες δέκα γραμμές ενός εγγράφου σαρώνονται για γραμμές "
+"διαμόρφωσης <app>Kate</app> και το <app>gedit</app> υποστηρίζει τις "
+"ακόλουθες επιλογές γραμμής διαμόρφωσης<app>Kate</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"http://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Για περισσότερες πληροφορίες για τις γραμμές διαμόρφωσης<app>Kate</app>, "
+"επισκεφτείτε τον <link href=\"http://kate-editor.org/\">ιστότοπο Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Γραμμές διαμόρφωσης Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Η πρώτη και οι τελευταίες τρεις γραμμές ενός κειμένου σαρώνονται για γραμμές "
+"διαμόρφωσης <app>Vim</app>, και το <app>gedit</app> υποστηρίζει τις "
+"ακόλουθες επιλογές γραμμής διαμόρφωσης <app>Vim</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"http://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Για περισσότερες πληροφορίες για τις γραμμές διαμόρφωσης <app>Vim</app>, "
+"επισκεφτείτε τον <link href=\"http://www.vim.org/\">ιστότοπο του Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:13
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Προσθήκη μιας διαδραστικής κονσόλας Python στο κάτω παράθυρο."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:16
+msgid "Python console"
+msgstr "Κονσόλα Python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:18
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Μπορείτε να προσθέσετε μια κονσόλα Python στο κάτω παράθυρο, επιτρέποντάς "
+"σας να δοκιμάσετε δέσμες ενεργειών Python χωρίς να αφήνετε το <app>gedit</"
+"app>. Για να ενεργοποιήσετε την κονσόλα Python, επιλέξτε <guiseq><gui style="
+"\"menu\">gedit</gui> <gui style=\"menuitem\">Προτιμήσεις</gui><gui>Πρόσθετα</"
+"gui> <gui>Κονσόλα Python</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:24
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press "
+"<keyseq><key>Shift</key><key>F9</key></keyseq>."
+msgstr ""
+"Αφού ενεργοποιηθεί η κονσόλα Python, μπορείτε να την ανοίξετε επιλέγοντας "
+"<guiseq><gui>Προβολή</gui><gui>Κάτω παράθυρο</gui></guiseq>, ή απλώς πατήστε "
+"<keyseq><key>Shift</key><key>F9</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Αν έχετε ήδη ενεργοποιήσει το πρόσθετο <gui>Ενσωματωμένου Τερματικού</gui>, "
+"θα εμφανιστεί η <gui>Κονσόλα Python</gui> ως μια ξεχωριστή καρτέλα στο κάτω "
+"μέρος του παραθύρου."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:18
+msgid "Quickly open a file or set of files."
+msgstr "Γρήγορο άνοιγμα ενός αρχείου ή ενός συνόλου αρχείων."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:21
+msgid "Quick open"
+msgstr "Γρήγορο άνοιγμα"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:23
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Όπως φανερώνει και το όνομα του πρόσθετου, το <app>Γρήγορο άνοιγμα</app> "
+"επιτρέπει πιο γρήγορο άνοιγμα των αρχείων από ότι ανοίγουν συνήθως. Για να "
+"ενεργοποιήσετε αυτό το πρόσθετο, επιλέξτε <guiseq><gui style=\"menu\">gedit</"
+"gui><gui> Προτιμήσεις</gui><gui>Πρόσθετα</gui><gui>Γρήγορο άνοιγμα</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:28
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Αφού έχετε ενεργοποιήσει το πρόσθετο <app>Γρήγορο άνοιγμα</app> μπορείτε να "
+"το χρησιμοποιήσετε ως εξής:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:32
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <guiseq><gui>File</"
+"gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Ανοίξτε το πλαίσιο διαλόγου του <app>Γρήγορου ανοίγματος</app> πατώντας "
+"<keyseq><key> Ctrl</key><key>Alt</key><key>O</key></keyseq>, ή επιλέγοντας "
+"<guiseq><gui>Αρχείο</gui><gui>Γρήγορο άνοιγμα</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:35
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Θα εμφανιστεί το παράθυρο διαλόγου <gui>Γρήγορο άνοιγμα</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr ""
+"Χρησιμοποιήστε το ποντίκι σας για να επιλέξετε το αρχείο ή τα αρχεία που "
+"θέλετε να ανοίξετε."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:38
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Για να επιλέξετε αρκετά διαφορετικά αρχεία, κρατήστε πατημένο το πλήκτρο "
+"<key>Ctrl</key> ενώ πατάτε στα αρχεία που θέλετε να επιλέξετε."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:40
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Για να επιλέξετε μια ομάδα αρχείων, πατήστε στο πρώτο αρχείο που θέλετε να "
+"ανοίξετε, καθώς κρατάτε πατημένο το πλήκτρο <key>Shift</key>, και μετά "
+"πατήστε στο τελευταίο αρχείο της λίστας που θέλετε να ανοίξετε."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:46
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "Το <app>Γρήγορο άνοιγμα</app> θα αναζητήσει αρχεία:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:49
+msgid "The directory of the currently opened document"
+msgstr "Στον κατάλογο του τρέχοντος ανοιγμένου εγγράφου"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Pane</app> plugin"
+msgstr ""
+"Στον ριζικό κατάλογο του προσθέτου <app xref=\"gedit-plugins-file-browser"
+"\">Πλαίσιο περιήγησης αρχείων</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:53
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Πρόσφατα έγγραφα που επίσης εμφανίζονται στον φάκελο <file>Πρόσφατα</file> "
+"στα <app>Αρχεία</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:55
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Στους καταλόγους που έχετε ως σελιδοδείκτες στα <app>Αρχεία</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:57
+msgid "Your <file>Desktop</file> directory"
+msgstr "Κατάλογος της <file>Επιφάνειας εργασίας</file> σας"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Home</file> directory"
+msgstr "Κατάλογος <file>Προσωπικός φάκελος</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:62
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"Το <app>Γρήγορο άνοιγμα</app> εμφανίζει αρχεία σε οποιαδήποτε από τις "
+"παραπάνω τοποθεσίες ανεξάρτητα από το αν τα έχετε ανοίξει προηγουμένως."
+
+#. (itstool) path: media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:17
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:21 C/gedit-save-file.page:16 C/gedit-search.page:19
+#: C/gedit-shortcut-keys.page:30 C/gedit-spellcheck.page:20
+#: C/gedit-syntax-highlighting.page:14 C/gedit-tabs-moving.page:21
+#: C/gedit-tabs.page:22 C/gedit-undo-recent-action.page:20 C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Χρησιμοποιήστε αποσπάσματα για να εισάγετε γρήγορα συχνά χρησιμοποιούμενα "
+"κομμάτια κειμένου."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Αποσπάσματα"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"Τα <app>Αποσπάσματα</app> παρέχουν ένα βολικό τρόπο εισαγωγής "
+"επαναλαμβανόμενων κομματιών κώδικα στα έγγραφα σας. Για παράδειγμα, ένα "
+"απόσπασμα HTML για την ετικέτα <code>&lt;img&gt;</code> εισάγει το αρχικό "
+"και το τελικό της κομμάτι, όπως επίσης διορθώνει και τα μέρη που μπορείτε να "
+"τοποθετήσετε ορίσματα εικόνων. Αυτό κάνει το γράψιμο κώδικα ευκολότερο και "
+"γρηγορότερο."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Ενεργοποίηση προσθέτου αποσπασμάτων"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Για ενεργοποίηση του προσθέτου <gui>Αποσπάσματα</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:44
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Προτιμήσεις</gui> <gui style=\"tab\">Πρόσθετα</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Επιλέξτε <gui style=\"menuitem\">Αποσπάσματα</gui> για ενεργοποίηση του "
+"προσθέτου."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Αποσπάσματα περιήγησης"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Για περιήγηση των διαθέσιμων αποσπασμάτων:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">Εργαλεία</gui> <gui style=\"menuitem"
+"\">Διαχείριση αποσπασμάτων</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Βεβαιωθείτε ότι η σύνταξη ορίζεται κατάλληλα. Η γραμμή κατάστασης στο κάτω "
+"μέρος του <app>gedit</app> εμφανίζει την τρέχουσα ρύθμιση της γλώσσας. Αυτή "
+"η ρύθμιση επιτρέπει την εισαγωγή των σωστών αποσπασμάτων. Το <app>Gedit</"
+"app> συνήθως ανιχνεύει τη γλώσσα ή τη σύνταξη του αρχείου που "
+"χρησιμοποιείτε, αλλά μερικές φορές μπορεί να χρειαστεί να τα ορίσετε."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "Σε αυτό το παράδειγμα, η γλώσσα έχει ορισθεί σε HTML."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr ""
+"Περιήγηση των αποσπασμάτων που είναι διαθέσιμα για τη γλώσσα σας ή τη "
+"σύνταξη."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Χρησιμοποιώντας αποσπάσματα"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Για εισαγωγή αποσπάσματος στο τρέχον έγγραφο:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Πληκτρολογήστε το επιθυμητό όνομα αποσπάσματος οπουδήποτε στο τρέχον έγγραφο."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Πατήστε <key>Tab</key> για εισαγωγή του συσχετισμένου αποσπάσματος με τον "
+"όρο εισόδου."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Χρήση παραδείγματος αποσπάσματος"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Για παράδειγμα, αν ορίσετε τη σύνταξη σας σε <em>HTML</em>, πληκτρολογήστε "
+"<code>head </code> και πατήστε το πλήκτρο <key>Tab</key>. Το κείμενο θα "
+"πρέπει να συμπληρωθεί αυτόματα στο απόσπασμα ως:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Προσθήκη αποσπασμάτων"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Μπορείτε να προσθέσετε νέα αποσπάσματα που δουλεύουν είτε γενικά (δηλαδή, "
+"είναι αγνωστικιστικές γλώσσες) ή μόνο σε συγκεκριμένη σύνταξη."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq style=\"menu\"><gui style=\"menuitem\">Εργαλεία</gui> <gui "
+"style=\"menuitem\">Διαχείριση αποσπασμάτων</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Από την πλευρική στήλη <gui>Διαχείριση αποσπασμάτων</gui> επιλέξτε την "
+"επιθυμητή σύνταξη και πατήστε στο κουμπί \"+\" για τη λίστα των υπαρχόντων "
+"αποσπασμάτων για την επιλεγμένη σύνταξη."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Για προσθήκη αποσπάσματος που δουλεύει γενικά (δηλαδή, όταν καμιά "
+"συγκεκριμένη σύνταξη ή γλώσσα δεν έχει οριστεί για το έγγραφο) επιλέξτε "
+"<gui>Γενικά</gui> από την πλευρική στήλη <gui>Διαχείριση αποσπασμάτων</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Για προσθήκη νέου αποσπάσματος, πατήστε στο εικονίδιο \"συν\" στην πλευρική "
+"στήλη <gui>Διαχείριση αποσπασμάτων</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Εισάγετε ένα όνομα για το νέο απόσπασμα. Το όνομα του αποσπάσματος μπορεί να "
+"είναι διαφορετικό από το απόσπασμα που θέλετε να προσθέσετε."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Στην ενότητα <gui style=\"group\">Ενεργοποίηση</gui>, πρέπει να εισάγετε "
+"έναν όρο για την περιοχή κειμένου <gui style=\"input\">έναυσμα στηλοθέτη:</"
+"gui>. Θα χρησιμοποιήσετε αυτόν τον όρο για εισαγωγή του αποσπάσματός σας."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Αν επιθυμείτε να εισάγετε ένα απόσπασμα με μια συντόμευση πληκτρολογίου, "
+"τότε πατήστε τον δείκτη του ποντικιού σας στην περιοχή κειμένου <gui style="
+"\"input\">Πλήκτρο συντόμευσης:</gui> και πατήστε τον επιθυμητό συνδυασμό των "
+"πλήκτρων. Αφού έχετε πατήσει και απελευθερώσει τα πλήκτρα, η συντόμευση "
+"πληκτρολογίου θα οριστεί."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Στην περιοχή κειμένου για <gui style=\"input\">Επεξεργασία:</gui>, εισάγετε "
+"το επιθυμητό κείμενο για το απόσπασμα. Μπορείτε να χρησιμοποιήσετε <code>${n}"
+"</code> για να δείξετε τις μεταβλητές, όπου το <em>n</em> αντικαθίσταται με "
+"έναν αριθμό που αναπαριστά την αριθμητική σειρά των περιεχόμενων μεταβλητών."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Παράδειγμα νέου αποσπάσματος"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Θεωρήστε ότι έχετε δημιουργήσει ένα απόσπασμα με τον όρο <var>greetings</"
+"var> στο <gui style=\"input\">έναυσμα στηλοθέτη:</gui>. Η περιοχή κειμένου "
+"<gui style=\"input\">Επεξεργασία:</gui> περιέχει:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Μπορείτε να εισάγετε αυτό το απόσπασμα πληκτρολογώντας <var>greetings</var> "
+"στο έγγραφο και πατώντας το πλήκτρο <key>Tab</key>. Το ακόλουθο απόσπασμα "
+"κειμένου θα εισαχθεί:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Οι λέξεις \"wonderful\" και \"amazing\" μπορούν να διατηρηθούν ή να "
+"διαγραφούν ανάλογα με την επιλογή χρήση σας. Για να γίνει αυτό, πατήστε "
+"<key>Tab</key> για να επιλέξετε μεταξύ \"wonderful\" και \"amazing\" πατήστε "
+"το πλήκτρο <key>Διαγραφή</key> για να διαγράψετε την λιγότερο προτιμώμενη "
+"επιλογή."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:21
+msgid "Sort lines of text into alphabetical order."
+msgstr "Ταξινόμηση γραμμών του κειμένου σε αλφαβητική σειρά."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:24
+msgid "Sort"
+msgstr "Ταξινόμηση"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:26
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Το πρόσθετο Ταξινόμηση διευθετεί τις επιλεγμένες γραμμές κειμένου σε "
+"αλφαβητική σειρά."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:30
+msgid ""
+"You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+"operation, so we recommend that you save the file immediately before "
+"performing the sort. If you make a mistake with the sort, you can revert to "
+"the previously-saved version of the file by selecting <guiseq><gui>File</"
+"gui><gui>Revert</gui></guiseq>."
+msgstr ""
+"Δεν μπορείτε να χρησιμοποιήσετε την <gui>Αναίρεση</gui> για να διορθώσετε τη "
+"λειτουργία μιας <gui>Ταξινόμησης</gui>, γι' αυτό σας συνιστούμε να "
+"αποθηκεύσετε το έγγραφο πριν την ταξινόμηση. Εάν κάνετε ένα λάθος με την "
+"ταξινόμηση, μπορείτε να επαναφέρετε την τελευταία προηγουμένως αποθηκευμένη "
+"έκδοση του αρχείου επιλέγοντας <guiseq><gui>Αρχείο</gui><gui>Επαναφορά</"
+"gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:38
+msgid "Enable Sort Plugin"
+msgstr "Ενεργοποίηση προσθέτου ταξινόμησης"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:40
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Για ενεργοποίηση του προσθέτου <app>Ταξινόμηση</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:49
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Επιλέξτε <gui style=\"menuitem\">Ταξινόμηση</gui> για ενεργοποίηση του "
+"προσθέτου."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:56
+msgid "Using Sort Plugin"
+msgstr "Χρήση του προσθέτου ταξινόμησης"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:58
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Για χρησιμοποίηση του προσθέτου <gui>Ταξινόμηση</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid "Drag and highlight the desired lines of text."
+msgstr "Μεταφέρτε και επισημάνετε τις επιθυμητές γραμμές κειμένου."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:65
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Sort</"
+"gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Ταξινόμηση</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:69
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Ο διάλογος <gui>Ταξινόμηση</gui> θα ανοίξει, επιτρέποντας την επιλογή μεταξύ "
+"αρκετών επιλογών ταξινόμησης:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:73
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"Η <gui>Ανάστροφη σειρά</gui> θα τακτοποιήσει το κείμενο σε ανάστροφη "
+"αλφαβητική σειρά."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:77
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"Η <gui>Αφαίρεση διπλότυπων</gui> θα αφαιρέσει διπλές τιμές από την λίστα."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:81
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"Η <gui>Παράβλεψη κεφαλαίων-πεζών</gui> θα αγνοήσει τη διάκριση κεφαλαίων-"
+"πεζών."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:83
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Για να αγνοεί η ταξινόμηση τους χαρακτήρες στην αρχή των γραμμών, ορίστε τον "
+"πρώτο χαρακτήρα που θα χρησιμοποιηθεί για την ταξινόμηση <gui>Έναρξη σε</"
+"gui> στο πλαίσιο τιμών της στήλης."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:91
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Για να εκτελεστεί η ταξινόμηση, πατήστε στην <gui>Ταξινόμηση</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Ορισμός των σελίδων που θα εκτυπωθούν με συγκεκριμένη σειρά."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Λήψη αντιγράφων για εκτύπωση με τη σωστή σειρά"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Αντιστροφή"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Οι εκτυπωτές συνήθως τυπώνουν την πρώτη σελίδα πρώτα και την τελευταία "
+"σελίδα στο τέλος, έτσι οι σελίδες καταλήγουν με αντίστροφη σειρά όταν τις "
+"παίρνετε. Για αντιστροφή της σειράς:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">Αρχείο</gui> <gui style=\"menuitem"
+"\">Εκτύπωση</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"Στην καρτέλα <gui style=\"tab\">Γενικά</gui> του διαλόγου εκτύπωσης, κάτω "
+"από το <gui style=\"group\">Αντίγραφα</gui>, επιλέξτε <gui style=\"checkbox"
+"\">Αντιστροφή</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Η τελευταία σελίδα θα τυπωθεί πρώτη κλπ."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Συρραφή"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Αν εκτυπώνετε πάνω από ένα αντίγραφο του εγγράφου, τα αντίτυπα θα "
+"ομαδοποιηθούν κατά αριθμό σελίδας από προεπιλογή. (π.χ. τα αντίτυπα της "
+"σελίδας ένα βγαίνουν πρώτα, μετά της σελίδας δύο, κλπ). Η συρραφή θα κάνει "
+"κάθε αντίτυπο να βγαίνει με τις σελίδες του ομαδοποιημένες."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Για συρραφή:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Πατήστε στο <guiseq><gui style=\"menu\">Αρχείο</gui> <gui style=\"menuitem"
+"\">Εκτύπωση</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"Στην καρτέλα <gui style=\"tab\">Γενικά</gui> του διαλόγου εκτύπωσης, κάτω "
+"από το <gui style=\"group\">Αντίγραφα</gui> επιλέξτε <gui style=\"checkbox"
+"\">Συρραφή</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Εκτύπωση των αρχείων που δημιουργήθηκαν με το gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Εκτύπωση εγγράφων"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Η εκτύπωση με το <app>gedit</app> απαιτεί να έχετε συνδεδεμένο και "
+"ρυθμισμένο τον εκτυπωτή σας. Εάν το έχετε κάνει, παρακαλώ συμβουλευτείτε την "
+"<link href=\"help:gnome-help/printing\">βοήθεια εκτύπωσης του GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "Το <app>gedit</app> επιτρέπει την εκτύπωση και σε αρχείο και σε χαρτί."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Προεπισκόπηση εκτύπωσης"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Πριν εκτυπώσετε το έγγραφό σας, μπορείτε επίσης να προεπισκοπήσετε πώς θα "
+"φαίνεται το εκτυπωμένο έγγραφο με την χρήση της <gui>Προεπισκόπησης "
+"εκτύπωσης</gui>. Για προεπισκόπηση του εγγράφου:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">Αρχείο</gui> <gui style=\"menuitem"
+"\">Προεπισκόπηση εκτύπωσης</gui></guiseq>. Εναλλακτικά, μπορείτε να πατήστε "
+"<keyseq><key>Shift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Μια προεπισκόπηση του εγγράφου σας θα ανοίξει στην ίδια καρτέλα όπως το "
+"αρχείο. Μπορείτε να περιηγηθείτε σε αυτήν την προεπισκόπηση με την βοήθεια "
+"των πλήκτρων περιήγησης και των εργαλείων στην εργαλειοθήκη στην κορυφή της "
+"καρτέλας προεπισκόπησης εγγράφου. Για να κλείσετε και να επιστρέψετε στο "
+"έγγραφο πατήστε <gui style=\"button\">Κλείσιμο προεπισκόπησης</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Εκτύπωση σε χαρτί"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Μπορείτε να εκτυπώσετε τα έγγραφά σας σε χαρτί χρησιμοποιώντας έναν τοπικό ή "
+"έναν απομακρυσμένο εκτυπωτή. Για να τυπώσετε ένα αρχείο:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">Αρχείο</gui> <gui style=\"menuitem"
+"\">Εκτύπωση</gui> <gui style=\"tab\">Γενικά</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Επιλέξτε τον επιθυμητό εκτυπωτή από τη λίστα των διαθέσιμων εκτυπωτών."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Μπορείτε να προεπισκοπήσετε το αρχείο χρησιμοποιώντας <gui style=\"button"
+"\">Προεπισκόπηση εκτύπωσης</gui> και μόλις είσαστε ικανοποιημένος με τις "
+"ρυθμίσεις, πατήστε <gui style=\"button\">Εκτύπωση</gui> για να στείλετε το "
+"αρχείο στον εκτυπωτή."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Επιπλέον, από την καρτέλα <gui style=\"tab\">Διαμόρφωση σελίδας</gui>: "
+"μπορείτε να ρυθμίσετε τις επιλογές <gui style=\"group\">Διάταξη</gui> και "
+"<gui style=\"group\">Χαρτί</gui>. Καθώς αυτές οι ρυθμίσεις είναι διαθέσιμες "
+"σε όλα τα προγράμματα του <app>GNOME</app>, συμβουλευτείτε τη βοήθεια <link "
+"href=\"help:gnome-help/printing#paper\">Επιλογές διάταξης και χαρτιού</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Εκτύπωση πολλαπλών αντιγράφων και μεταξύ συγκεκριμένων περιοχών"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Μπορείτε να ορίσετε επιλογές <gui style=\"group\">Περιοχής</gui> και <gui "
+"style=\"group\">Αντιγράφων</gui> για να σας βοηθήσουν:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Εκτύπωση σε χαρτί"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Μπορείτε επίσης να χρησιμοποιήσετε το <app>gedit</app> για εκτύπωση σε "
+"αρχείο. Για εκτύπωση του εγγράφου σας σε διαφορετική μορφή:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">Αρχείο</gui> <gui style=\"menuitem"
+"\">Εκτύπωση</gui> <gui style=\"menuitem\">Εκτύπωση σε αρχείο</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr ""
+"Η εκτύπωση επιτρέπεται για τους παρακάτω τύπους εγγράφων, από τους οποίους "
+"μπορείτε να επιλέξετε:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Για εκτύπωση εγγράφου σε αρχείο, πατήστε <gui style=\"button\">Εκτύπωση</"
+"gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Επιλέξτε τις σελίδες που θέλετε να εκτυπώσετε."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Εκτύπωση μόνο συγκεκριμένων σελίδων"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Μπορείτε επιλεκτικά να εκτυπώσετε μόνο συγκεκριμένες σελίδες από το έγγραφο. "
+"Για παράδειγμα, αν θέλετε να εισάγετε τους αριθμούς σελίδων \"1,3,5-7,9\", "
+"τότε μόνο οι σελίδες 1, 3, 5, 6, 7 και 9 θα τυπωθούν. Για εκτύπωση σελίδων "
+"κατ' επιλογή:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">Αρχείο</gui> <gui style=\"menuitem"
+"\">Εκτύπωση…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"Στην καρτέλα <gui style=\"tab\">Γενικά</gui> στον διάλογο εκτύπωσης επιλέξτε "
+"<gui style=\"radiobutton\">Σελίδες</gui> από την ενότητα <gui style=\"group"
+"\">Περιοχή</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Πληκτρολογήστε τους αριθμούς των σελίδων που θέλετε να εκτυπώσετε από το "
+"έγγραφο, διαχωρισμένους με κόμματα. Χρησιμοποιήστε μια παύλα για να δηλώσετε "
+"περιοχή σελίδων."
+
+#. (itstool) path: media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='883fe82b057396bce097926551bb109e'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='883fe82b057396bce097926551bb109e'"
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Μια σύντομη εισαγωγή στο gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Ξεκινώντας με το gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"Το <app>gedit</app> είναι ένας επεξεργαστής κειμένου για το γραφικό "
+"περιβάλλον GNOME με πλήρεις δυνατότητες. Μπορείτε να το χρησιμοποιήσετε για "
+"να ετοιμάστε σημειώσεις και έγγραφα, ή μπορείτε να χρησιμοποιήσετε κάποιες "
+"από τις προηγμένες λειτουργίες του, κάνοντας το τον δικό σας λογισμικό "
+"περιβάλλον ανάπτυξης."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> icon in the <app>gedit</app> "
+"toolbar."
+msgstr ""
+"Αφού εκκινήσει το <app>gedit</app>, μπορείτε να αρχίσετε να γράφετε αμέσως. "
+"Για να αποθηκεύσετε το κείμενο, απλά πατήστε το εικονίδιο <gui>Αποθήκευση</"
+"gui> στην εργαλειοθήκη του <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Για να μάθετε για τις επιπλέον λειτουργίες του <app>gedit</app> και για να "
+"λάβετε βοήθεια με την εκτέλεση πρόσθετων καθηκόντων, εξερευνήστε <link xref="
+"\"index\">τα άλλα τμήματα</link> τις βοήθειας του <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Αντικατάσταση τμημάτων του κειμένου σε ένα αρχείο."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:33
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:39
+msgid "Replace text"
+msgstr "Αντικατάσταση κειμένου"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:41
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Η επεξεργασία κειμένου μπορεί να είναι χρονοβόρα. Για να γλυτώσετε χρόνο, το "
+"<app>gedit</app> περιλαμβάνει τη λειτουργία <app>Αντικατάσταση</app> που σας "
+"βοηθάει να βρείτε και να αντικαταστήσετε τμήματα του κειμένου."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:46
+msgid "Replace text in <app>gedit</app>"
+msgstr "Αντικατάσταση κειμένου στο <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:48
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Ανοίξτε το εργαλείο <gui>Αντικατάσταση</gui> κάνοντας κλικ στο <guiseq><gui "
+"style=\"button\">Μενού</gui><gui style=\"menuitem\">Εύρεση και αντικατάσταση…"
+"</gui></guiseq> ή πατώντας <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:54
+msgid ""
+"Enter the text that you wish to replace into the <gui>Search for:</gui> "
+"field."
+msgstr ""
+"Εισάγετε το κείμενο που θέλετε να αντικαταστήσετε στο πεδίο <gui>Αναζήτηση "
+"για:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:58
+msgid ""
+"Enter the new, replacement text into the <gui>Replace with:</gui> field."
+msgstr ""
+"Τοποθετήστε το νέο, κείμενο αντικατάστασης στο πεδίο <gui>Αντικατάσταση με:</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:62
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Αφού έχετε εισάγει το αρχικό και το κείμενο αντικατάστασης, μπορείτε να "
+"προσθέσετε πρόσθετες παραμέτρους στην αναζήτηση. Μπορείτε επίσης να "
+"επιλέξετε τι θέλετε να αντικαταστήσετε:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:67
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Για να αντικαταστήσετε <em>μόνο</em> το επόμενο ταίριασμα, πατήστε στο "
+"<gui>Αντικατάσταση</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:71
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Για να αντικαταστήσετε <em>όλες τις περιπτώσεις</em> του προς αναζήτηση "
+"κειμένου, πατήστε στην <gui>Αντικατάσταση όλων</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:79
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Χρησιμοποιήστε την λειτουργία <gui>Αντικατάσταση όλων</gui> με προσοχή. Η "
+"<gui>Αντικατάσταση όλων</gui> δουλεύει στο σύνολο του αρχείου, και δεν σας "
+"επιτρέπει να επισημάνετε τμήματα του κειμένου που η λειτουργία "
+"αντικατάστασης θα ενεργήσει."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:86
+msgid "More options"
+msgstr "Περισσότερες επιλογές"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:88
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr ""
+"Αν θέλετε, μπορείτε να προσθέσετε μερικές πρόσθετες παραμέτρους στην "
+"αναζήτησή σας:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:92
+msgid "Match case"
+msgstr "Ταίριασμα πεζών-κεφαλαίων"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:93
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Η επιλογή <em>Ταίριασμα πεζών-κεφαλαίων</em> σας επιτρέπει να προσδιορίσετε "
+"εάν θέλετε η αναζήτηση σας να έχει διάκριση πεζών-κεφαλαίων. Αν επιλεγεί, οι "
+"αναζητήσεις θα έχουν διάκριση πεζών-κεφαλαίων. Αν όχι, οι αναζητήσεις δεν θα "
+"έχουν διάκριση πεζών-κεφαλαίων."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:98
+msgid "Match entire word only"
+msgstr "Ταίριασμα μόνο ολόκληρης λέξης"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:99
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Χρησιμοποιήστε αυτή την επιλογή για να αναζητήσετε μια συγκεκριμένη λέξη "
+"χωρίς να συμπεριλαμβάνονται κομμάτια άλλων λέξεων. Για παράδειγμα, αν "
+"αναζητήσατε την λέξη 'και' με αυτήν την επιλογή ενεργοποιημένη, η λέξη 'και' "
+"θα ταιριάξει, αλλά οι λέξεις '<em>και</em>νούριο' και 'πρός<em>και</em>ρος' "
+"όχι."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:106
+msgid "Search backwards"
+msgstr "Αναζήτηση προς τα πίσω"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:107
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Αυτή η εντολή συμπεριφέρεται παρόμοια με την εντολή Εύρεση προηγούμενου. Αν "
+"θέλετε να μεταβείτε στα αποτελέσματα αναζήτησης από το τέλος στην αρχή, "
+"επιλέξτε αυτή την επιλογή."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:112
+msgid "Wrap around"
+msgstr "Αναδίπλωση ολόγυρα"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:113
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Με την επιλογή <app>αναδίπλωση ολόγυρα</app> ενεργοποιημένη, το <app>gedit</"
+"app> θα επαναλάβει την ενέργεια αναζήτηση/αντικατάσταση στην αρχή του "
+"αρχείου αφού φτάσει στο τέλος του αρχείου. Αυτό διασφαλίζει ότι η ενέργεια "
+"αναζήτησης/αντικατάστασης σας έχει γίνει σε όλο το αρχείο."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:123
+msgid "Using escape sequences"
+msgstr "Χρήση ακολουθιών διαφυγής"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:125
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Μπορείτε να χρησιμοποιήσετε <em>ακολουθίες διαφυγής</em> για αναζήτηση "
+"αλλαγών γραμμών, επαναφορών κεφαλής και στηλοθετών."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:130
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:131
+msgid "Newline"
+msgstr "Νέα γραμμή"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:134
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:135
+msgid "Carriage return"
+msgstr "Επαναφορά κεφαλής"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:138
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:139
+msgid "Tab"
+msgstr "Στηλοθέτης"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:143
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Αν θέλετε στην πραγματικότητα να αναζητήσετε για μια <output>\\</output> "
+"(ανάποδη κάθετο) ή μία από τις ακολουθίες διαφυγής στο κείμενο, χρειάζεστε "
+"να διαφύγετε την ανάποδη πλαγιοκάθετο με μια πρόσθετη κάθετο. Για "
+"παράδειγμα, για να αναζητήσετε <input>\\</input>, θα χρειαστείτε να εισάγετε "
+"<input>\\\\</input> στην αναζήτηση ή να αντικαταστήσετε το πεδίο. Μπορείτε "
+"να αναζητήσετε ακολουθίες διαφυγής με τον ίδιο τρόπο: για να αναζητήσετε ή "
+"να αντικαταστήσετε μια <input>\\n</input>, χρησιμοποιήστε τον όρο <input>\\"
+"\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Αποθήκευση του αρχείου σας για μεταγενέστερη εργασία."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:27
+msgid "Save a file"
+msgstr "Αποθήκευση αρχείου"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:29
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save "
+"the current file</gui> button with the disk-drive icon on the right side of "
+"the toolbar or just press <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Για να αποθηκεύσετε ένα αρχείο στο <app>gedit</app>, κάντε κλικ δεξιά της "
+"εργαλειοθήκης στο κουμπί <gui style=\"button\">Αποθήκευση του τρέχοντος "
+"αρχείου</gui> με έναν δίσκο για εικονίδιο ή απλά πατήστε <keyseq><key>Ctrl</"
+"key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:32
+msgid ""
+"If you are saving a new file, the <gui>Save As</gui> dialog will appear, and "
+"you can select a name for the file, as well as the directory where you would "
+"like the file to be saved."
+msgstr ""
+"Αν αποθηκεύετε ένα νέο αρχείο, θα εμφανιστεί ο διάλογος <gui>Αποθήκευση ως</"
+"gui>, και μπορείτε να επιλέξετε ένα όνομα για το αρχείο, καθώς επίσης και το "
+"φάκελο στον οποίο θα επιθυμούσατε να αποθηκευτεί."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Εύρεση τμήματος κειμένου μέσα σε ένα αρχείο."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:29
+msgid "Search for text"
+msgstr "Αναζήτηση κειμένου"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:31
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Το εργαλείο Αναζήτησης σάς βοηθά να βρείτε συγκεκριμένες ακολουθίες κειμένου "
+"μέσα στο αρχείο."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:35
+msgid "Finding text"
+msgstr "Εύρεση κειμένου"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:37
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Ανοίξτε το <gui>παράθυρο αναζήτησης</gui> κάνοντας κλικ στο <guiseq><gui "
+"style=\"menu\">Μενού</gui> <gui style=\"menuitem\">Εύρεση…</gui> </guiseq> ή "
+"πατώντας <keyseq><key>Ctrl</key><key>F</key></keyseq>. Αυτό θα μετακινήσει "
+"τον δρομέα σας στην αρχή του <gui>παραθύρου αναζήτησης</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:44
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr ""
+"Πληκτρολογήστε το κείμενο που θέλετε να αναζητήσετε στο <gui>παράθυρο "
+"αναζήτησης</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:48
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Καθώς πληκτρολογείτε, το <app>gedit</app> θα ξεκινήσει να υπογραμμίζει τα "
+"κομμάτια εκείνα του κειμένου που ταιριάζουν με αυτό που έχετε εισαγάγει."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:53
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+"Για να κυλήσετε τα αποτελέσματα της αναζήτησης, κάντε κάποιο από τα παρακάτω:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:56
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Πατήστε το <gui style=\"button\">πάνω</gui> ή <gui style=\"button\">κάτω</"
+"gui> που βλέπει τα βέλη δίπλα στο <gui>παράθυρο αναζήτησης</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:61
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Πατήστε τα πλήκτρα <key>πάνω βέλος</key> ή το <key>κάτω βέλος</key> στο "
+"πληκτρολόγιό σας."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:65
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Πατήστε <keyseq><key>Ctrl</key><key>G</key></keyseq> ή <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:69
+msgid ""
+"Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</key> "
+"feature to move up or down through the text."
+msgstr ""
+"Πατήστε το <key>Ctrl</key> και χρησιμοποιήστε τη λειτουργία <key>κύλισης</"
+"key> του ποντικιού σας ή της πινακίδας αφής για να μετακινηθείτε πάνω ή κάτω "
+"στο κείμενο."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:74
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Για να κλείσετε το <gui>παράθυρο αναζήτησης</gui>, πατήστε είτε το <key>Esc</"
+"key> ή το <key>Enter</key>. Πατώντας το <key>Esc</key> ο δρομέας θα "
+"επιστρέψει εκεί που ήταν πριν την αναζήτηση. Πατώντας το <key>Enter</key> θα "
+"επιστρέψει στην τωρινή θέση των αποτελεσμάτων της αναζήτησης."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:80
+msgid "Search tips"
+msgstr "Συμβουλές αναζήτησης"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:82
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Αν επισημάνετε ένα μέρος κειμένου με το ποντίκι σας, και μετά πατήσετε "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, το κείμενο που επιλέξατε θα "
+"εμφανιστεί στο παράθυρο αναζήτησης."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:87
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Για περισσότερες επιλογές αναζήτησης, πατήσετε στο εικονίδιο <gui style="
+"\"button\">Μεγεθυντικός φακός</gui> στο παράθυρο αναζήτησης, ή πατήστε το "
+"δεξί πλήκτρο οπουδήποτε στο παράθυρο αναζήτησης. Μπορείτε να επιλέξετε μία ή "
+"περισσότερες από τις ακόλουθες επιλογές αναζήτησης:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Επιλέξτε <gui>Ταίριασμα πεζών-κεφαλαίων</gui> για να κάνετε την αναζήτηση με "
+"διάκριση πεζών/κεφαλαίων."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:96
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Επιλέξτε <gui>Ταίριασμα μόνο ολόκληρης λέξης</gui> για να αναζητήσετε μόνο "
+"ολόκληρες λέξεις."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:100
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Επιλέξτε <gui>Αναδίπλωση ολόγυρα</gui> για να αναζητήσετε κείμενο από πάνω "
+"προς τα κάτω και κυκλικά προς τα πίσω πάλι."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:106
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click "
+"<guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or press "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Το κείμενο που αναζητήσατε παραμένει σημειωμένο από το gedit, ακόμη και αν "
+"έχετε ολοκληρώσει την αναζήτηση σας. Για να αφαιρέσετε την επισήμανση, "
+"πατήστε στην <guiseq><gui>Αναζήτηση</gui><gui>Εκκαθάριση επισήμανσης</gui></"
+"guiseq>, ή πατήστε press <keyseq><key>Ctrl</key><key>Shift</key><key>K</"
+"key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-shortcut-keys.page:9
+msgid "Use keyboard shortcuts to help you work more quickly."
+msgstr ""
+"Χρήση των συντομεύσεων πληκτρολογίου για να βοηθηθείτε στην εργασία σας πιο "
+"γρήγορα."
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:18
+msgid "Paolo Borelli"
+msgstr "Paolo Borelli"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:21
+msgid "Jesse van den Kieboom"
+msgstr "Jesse van den Kieboom"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:24
+msgid "Steve Frécinaux"
+msgstr "Steve Frécinaux"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:27
+msgid "Ignacio Casal Quinteiro"
+msgstr "Ignacio Casal Quinteiro"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:34 C/gedit-tab-groups.page:15
+#: C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-shortcut-keys.page:36 C/gedit-tab-groups.page:17
+#: C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-shortcut-keys.page:47
+msgid "Shortcut keys"
+msgstr "Πλήκτρα συντόμευσης"
+
+#. (itstool) path: page/p
+#: C/gedit-shortcut-keys.page:49
+msgid ""
+"Use <gui>shortcut keys</gui> to perform common tasks more quickly than with "
+"the mouse and menus. The following tables list all of <app>gedit's</app> "
+"shortcut keys."
+msgstr ""
+"Χρησιμοποιήστε <gui>πλήκτρα συντόμευσης</gui> για να πραγματοποιήσετε "
+"συνήθεις εργασίες πιο γρήγορα σε σχέση με το ποντίκι και τα μενού. Οι "
+"ακόλουθοι πίνακες απαριθμούν όλες τις συντομεύσεις πληκτρολογίου του "
+"<app>gedit</app>."
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:54
+msgid "Tab-related Shortcut keys"
+msgstr "Συντομεύσεις πλήκτρων σχετικές με τις καρτέλες"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:57 C/gedit-shortcut-keys.page:113
+#: C/gedit-shortcut-keys.page:167 C/gedit-shortcut-keys.page:261
+#: C/gedit-shortcut-keys.page:286 C/gedit-shortcut-keys.page:323
+#: C/gedit-shortcut-keys.page:352
+msgid "Action"
+msgstr "Ενέργεια"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:58 C/gedit-shortcut-keys.page:114
+#: C/gedit-shortcut-keys.page:168 C/gedit-shortcut-keys.page:262
+#: C/gedit-shortcut-keys.page:287 C/gedit-shortcut-keys.page:324
+#: C/gedit-shortcut-keys.page:353
+msgid "Keyboard shortcut"
+msgstr "Συντόμευση πληκτρολογίου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:63
+msgid "Switch to the next tab to the left"
+msgstr "Μετάβαση στην επόμενη προς τα αριστερά καρτέλα"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:64
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:68
+msgid "Switch to the next tab to the right"
+msgstr "Μετάβαση στην επόμενη προς τα δεξιά καρτέλα"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:69
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:73
+msgid "Close tab"
+msgstr "Κλείσιμο καρτέλας"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:74 C/gedit-shortcut-keys.page:154
+msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:77
+msgid "Save all tabs"
+msgstr "Αποθήκευση όλων των καρτελών"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:78
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:82
+msgid "Close all tabs"
+msgstr "Κλείσιμο όλων των καρτελών"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:83
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:86
+msgid "Reopen the most recently closed tab"
+msgstr "Άνοιγμα ξανά της πιο πρόσφατης κλεισμένης καρτέλας"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:87
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:90
+msgid "Jump to <var>n</var>th tab"
+msgstr "Μετάβαση στην <var>n</var>η καρτέλα"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:91
+msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:95
+msgid "New tab group"
+msgstr "Νέα ομάδα καρτελών"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:96
+msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:99
+msgid "Previous tab group"
+msgstr "Προηγούμενη ομάδα καρτελών"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:100
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+"keyseq>"
+msgstr ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+"keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:103
+msgid "Next tab group"
+msgstr "Επόμενη ομάδα καρτελών"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:104
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</key></"
+"keyseq>"
+msgstr ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</key></"
+"keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:110
+msgid "Shortcut keys for working with files"
+msgstr "Συντομεύσεις πλήκτρων για εργασία με αρχεία"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:119
+msgid "Create a new document in a new window"
+msgstr "Δημιουργία νέου εγγράφου σε νέο παράθυρο"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:120
+msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:123
+msgid "Create a new document in a new tab"
+msgstr "Δημιουργία νέου εγγράφου σε νέα καρτέλα"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:124
+#| msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:127
+msgid "Open a document"
+msgstr "Άνοιγμα ενός εγγράφου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:128
+msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:131
+msgid "Open the <gui>Quick Open</gui> window"
+msgstr "Άνοιγμα του παραθύρου <gui>Γρήγορο άνοιγμα</gui>."
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:132
+#| msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:135
+msgid "Save the current document"
+msgstr "Αποθήκευση του τρέχοντος εγγράφου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:136
+msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:139
+msgid "Save the current document with a new filename"
+msgstr "Αποθήκευση του τρέχοντος εγγράφου με νέο όνομα αρχείου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:140
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:144
+msgid "Print the current document"
+msgstr "Εκτύπωση του τρέχοντος εγγράφου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:145
+msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:148
+msgid "Print preview"
+msgstr "Προεπισκόπηση εκτύπωσης"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:149
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:153
+msgid "Close the current document"
+msgstr "Κλείσιμο του τρέχοντος εγγράφου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:157
+msgid "Quit gedit"
+msgstr "Έξοδος από το gedit"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:158
+msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:164
+msgid "Shortcut keys for editing files"
+msgstr "Συντομεύσεις πλήκτρων για την επεξεργασία αρχείων"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:173
+msgid "Move to the beginning of the current line"
+msgstr "Μετάβαση στην αρχή της τρέχουσας γραμμής"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:174
+msgid "<key>Home</key>"
+msgstr "<key>Home</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:177
+msgid "Move to the end of the current line"
+msgstr "Μετάβαση στο τέλος της τρέχουσας γραμμής"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:178
+msgid "<key>End</key>"
+msgstr "<key>End</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:181
+msgid "Move to the beginning of the document"
+msgstr "Μετάβαση στην αρχή του εγγράφου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:182
+msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:185
+msgid "Move to the end of the document"
+msgstr "Μετάβαση στο τέλος του εγγράφου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:186
+msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:189
+msgid "Move the selected word right one word"
+msgstr "Μετακίνηση της επιλεγμένης λέξης δεξιά κατά μία λέξη"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:190
+msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:193
+msgid "Move the selected word left one word"
+msgstr "Μετακίνηση της επιλεγμένης λέξης αριστερά κατά μία λέξη"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:194
+msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:197
+msgid "Undo the last action"
+msgstr "Αναίρεση της τελευταίας ενέργειας"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:198
+msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:201
+msgid "Redo the last undone action"
+msgstr "Επανάληψη της ενέργειας που έχει ακυρωθεί"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:202
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:206
+msgid "Cut the selected text or region and place it on the clipboard"
+msgstr ""
+"Αποκοπή του επιλεγμένου κειμένου ή περιοχής και τοποθέτηση στο πρόχειρο."
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:208
+msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:211
+msgid "Copy the selected text or region onto the clipboard"
+msgstr "Αντιγραφή του επιλεγμένου κειμένου ή περιοχής στο πρόχειρο."
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:212
+msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:215
+msgid "Paste the contents of the clipboard"
+msgstr "Επικόλληση των περιεχομένων του πρόχειρου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:216
+msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:219
+msgid "Select all text in the file"
+msgstr "Επιλογή όλου του κειμένου στο αρχείο"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:220
+msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:223
+msgid "Delete the current line"
+msgstr "Διαγραφή τρέχουσας γραμμής"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:224
+msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:227
+msgid "Move the selected line up one line"
+msgstr "Μετακίνηση της επιλεγμένης γραμμής μια γραμμή επάνω"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:228
+msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:231
+msgid "Move the selected line down one line"
+msgstr "Μετακίνηση της επιλεγμένης γραμμής μια γραμμή κάτω"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:232
+msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:235
+msgid "Add a tab stop"
+msgstr "Προσθήκη στάση στηλοθέτη"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:236
+msgid "<keyseq><key>Tab</key></keyseq>"
+msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:239
+msgid "Remove a tab stop"
+msgstr "Αφαίρεση στάσης στηλοθέτη"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:240
+msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+msgstr "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:243
+msgid "Convert the selected text to upper case"
+msgstr "Μετατροπή του επιλεγμένου κειμένου σε κεφαλαία"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:244
+msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:247
+msgid "Convert the selected text to lower case"
+msgstr "Μετατροπή του επιλεγμένου κειμένου σε πεζά"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:248
+msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:251
+msgid "Toggle case of the selected text"
+msgstr "Αλλαγή του επιλεγμένου κειμένου σε κεφαλαία-πεζά"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:252
+msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:258
+msgid "Shortcut keys for showing and hiding panes"
+msgstr "Συντομεύσεις πλήκτρων για εμφάνιση και απόκρυψη παραθύρων"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:267
+msgid "Show / hide the side pane"
+msgstr "Εμφάνιση / απόκρυψη της πλευρικής στήλης"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:268
+msgid "<key>F9</key>"
+msgstr "<key>F9</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:271
+msgid "Show / hide the bottom pane"
+msgstr "Εμφάνιση / απόκρυψη του κάτω παραθύρου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:272
+msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:276
+msgid "Open the file menu"
+msgstr "Άνοιγμα του μενού αρχείου"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:277
+#| msgid "<key>F1</key>"
+msgid "<key>F10</key>"
+msgstr "<key>F10</key>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:283
+msgid "Shortcut keys for searching"
+msgstr "Συντομεύσεις πλήκτρων για αναζήτηση"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:292
+msgid "Find a string"
+msgstr "Εύρεση συμβολοσειράς"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:293
+msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:296
+msgid "Find the next instance of the string"
+msgstr "Εύρεση του επόμενου στιγμιότυπου της συμβολοσειράς"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:297
+msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:300
+msgid "Find the previous instance of the string"
+msgstr "Εύρεση του προηγούμενου στιγμιότυπου της συμβολοσειράς"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:301
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:304
+msgid "Search and Replace"
+msgstr "Αναζήτηση και αντικατάσταση"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:305
+msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:308
+msgid "Clear highlight"
+msgstr "Καθαρισμός επισήμανσης"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:309
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:313
+msgid "Goto line"
+msgstr "Μετάβαση στη γραμμή"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:314
+msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:320
+msgid "Shortcut keys for tools"
+msgstr "Συντομεύσεις πλήκτρων για εργαλεία"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:329
+msgid "Check spelling"
+msgstr "Έλεγχος ορθογραφίας"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:330
+msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+msgstr "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:333
+msgid "Remove trailing spaces (with plugin)"
+msgstr "Αφαίρεση τελικών κενών (με πρόσθετο)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:334
+msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:337
+msgid "Run \"make\" in the current directory (with plugin)"
+msgstr "Εκτέλεση της εντολής \"make\" στον τρέχοντα κατάλογο (με πρόσθετο)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:338
+msgid "<key>F8</key>"
+msgstr "<key>F8</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:341
+msgid "Directory listing (with plugin)"
+msgstr "Λίστα καταλόγου (με πρόσθετο)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:342
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:349
+msgid "Shortcut keys for user help"
+msgstr "Συντομεύσεις πλήκτρων για την βοήθεια του χρήστη"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:358
+msgid "Open the gedit user guide"
+msgstr "Άνοιγμα του οδηγού χρήσης του gedit"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:359
+msgid "<key>F1</key>"
+msgstr "<key>F1</key>"
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Έλεγχος των αρχείων σας για ορθογραφικά σφάλματα."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Έλεγχος ορθογραφίας εγγράφου"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Ενεργοποίηση του ορθογραφικού ελέγχου"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Η λειτουργία ελέγχου ορθογραφίας παρέχεται ως πρόσθετο στο <app>gedit</app> "
+"που μπορεί να ενεργοποιηθεί όπως απαιτείται. Για ενεργοποίηση του προσθέτου:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Επιλέξτε <gui style=\"menuitem\">Έλεγχος ορθογραφίας</gui> για την "
+"ενεργοποίηση του προσθέτου."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Για έλεγχο ανορθόγραφων λέξεων στο έγγραφό σας:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Επιλέξτε <guiseq><gui style=\"menu\">Εργαλεία</gui> <gui style=\"menuitem"
+"\">Έλεγχος ορθογραφίας</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Για να επισημαίνει αυτόματα το <app>gedit</app> ανορθόγραφες λέξεις στο "
+"έγγραφό σας καθώς πληκτρολογείτε, επιλέξτε <guiseq><gui style=\"menu"
+"\">Εργαλεία</gui><gui style=\"menuitem\">Επισήμανση ανορθόγραφων λέξεων</"
+"gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Χρήση ελέγχου ορθογραφίας"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Μπορείτε να επιλέξετε τη σωστή αντικατάσταση για ανορθόγραφες λέξεις "
+"χρησιμοποιώντας τον διάλογο ελέγχου ορθογραφίας. Η ανορθόγραφη λέξη που "
+"ελέγχεται από τον έλεγχο ορθογραφίας εμφανίζεται με έντονα γράμματα δίπλα "
+"στο <gui>Ανορθόγραφη λέξη:</gui>. Μπορείτε να επιλέξετε από τις ακόλουθες "
+"διορθωτικές ενέργειες:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Αλλαγή σε:</gui> επιτρέπει την εισαγωγή μιας λέξης και "
+"χρήση του <gui style=\"button\">Ελέγχου λέξης</gui> για τον έλεγχο της "
+"εγκυρότητας της ορθογραφίας."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Προτάσεις:</gui> που δίνει τις διαθέσιμες "
+"αντικαταστάσεις για τη λέξη."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Παράβλεψη</gui> που επιτρέπει την παράκαμψη του "
+"ελέγχου ορθογραφίας <em>ενός</em> στιγμιότυπου της τρέχουσας λέξης."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Παράβλεψη όλων</gui> που επιτρέπει την παράκαμψη του "
+"ελέγχου ορθογραφίας για <em>όλα</em> τα στιγμιότυπα της τρέχουσας λέξης."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Αλλαγή</gui> που αντικαθιστά την ανορθόγραφη ή μη "
+"αναγνωρισμένη λέξη με <em>μια</em> επιλεγμένη αντικατάσταση από τη λίστα "
+"<gui style=\"menuitem\">Προτάσεις:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Αλλαγή όλων</gui> που αντικαθιστά <em>όλες</em> τις "
+"ανορθόγραφες ή μη αναγνωρισμένες λέξεις με την επιλεγμένη αντικατάσταση από "
+"τη λίστα <gui style=\"menuitem\">Προτάσεις:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Προσθήκη λέξης</gui> που επιτρέπει στο <app>gedit</"
+"app> την προσθήκη της τρέχουσας λέξης στο <gui>λεξικό χρήστη</gui>. Η "
+"προσθήκη προσαρμοσμένων λέξεων στο <gui>λεξικό χρήστη</gui> θα επιτρέψει στο "
+"<app>gedit</app> να αναγνωρίσει τη λέξη σε έγγραφα και έτσι δεν θα "
+"επισημαίνεται ως ανορθόγραφη λέξη."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Ορίστε τη γλώσσα που θα χρησιμοποιηθεί για τον ορθογραφικό έλεγχο"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Από προεπιλογή, το <app>gedit</app> θα χρησιμοποιήσει την τρέχουσα γλώσσα "
+"για ορθογραφικό έλεγχο του εγγράφου σας. Εάν χρειάζεστε να χρησιμοποιήσετε "
+"μια άλλη γλώσσα, επιλέξτε <guiseq><gui style=\"menu\">Εργαλεία</gui><gui "
+"style=\"menuitem\">Ορισμός γλώσσας…</gui></guiseq>, έπειτα επιλέξτε την "
+"επιθυμητή γλώσσα."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Λεξικά"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"http://www.abisource.com/projects/enchant/"
+"\">Enchant</link>, a small system utility, for spell checking. Enchant can "
+"use several different dictionaries to check your spelling. Two such "
+"dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"Το <app>gedit</app> χρησιμοποιεί το <link href=\"http://www.abisource.com/"
+"projects/enchant/\">Enchant</link>, ένα μικρό βοήθημα συστήματος, για "
+"ορθογραφικό έλεγχο. Το Enchant μπορεί να χρησιμοποιεί αρκετά διαφορετικά "
+"λεξικά για να ελέγξει την ορθογραφία. Δύο τέτοιες υποστηρίξεις λεξικών είναι "
+"οι <em>Hunspell</em> και <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Αν η γλώσσα που θέλετε να χρησιμοποιήσετε δεν είναι διαθέσιμη στο "
+"<app>gedit</app>, χρησιμοποιήστε τον εγκαταστάτη λογισμικού του υπολογιστή "
+"σας ή τον διαχειριστή πακέτων για να εγκαταστήσετε την υποστήριξη λεξικού "
+"που θέλετε."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Επισήμανση του κειμένου σας για διευκόλυνση της ανάγνωσης."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Ενεργοποίηση της επισήμανσης σύνταξης"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Επισήμανση σύνταξης"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"Το <app>gedit</app> προσφέρει επισήμανση σύνταξης για ένα ευρύ φάσμα "
+"σήμανσης, προγραμματισμού, και επιστημονικών γλωσσών. Αν το <app>gedit</app> "
+"αναγνωρίζει την σύνταξη που χρησιμοποιείται όταν ανοίγετε ένα αρχείο, θα "
+"επισημάνει αυτόματα το κείμενο."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Αν η σύνταξη ή γλώσσα σας δεν επισημανθεί στην έναρξη, μπορείτε να επιλέξετε "
+"την κατάλληλη σύνταξη ή γλώσσα πατώντας στην <guiseq><gui style=\"menu"
+"\">Προβολή</gui> <gui style=\"menuitem\">Λειτουργία επισήμανσης</gui></"
+"guiseq> και μετά επιλέγοντας την επιθυμητή σύνταξη. Εναλλακτικά, μπορείτε να "
+"επιλέξετε το όνομα σύνταξης από λίστα στο κάτω μέρος του παραθύρου "
+"<app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:11
+msgid "Group similar tabs together."
+msgstr "Ομαδοποίηση παρόμοιων καρτελών μαζί."
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:23
+msgid "Organize files in grouped tabs"
+msgstr "Οργάνωση αρχείων σε ομαδοποιημένες καρτέλες"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:25
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"\"Untitled Document\" in the new pane, and make it active. You can open "
+"files into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Αν δουλεύετε με πολλαπλές καρτέλες στο <app>gedit</app>, μπορείτε να τις "
+"ομαδοποιήσετε, διευκολύνοντας τη διατήρηση της οργάνωσης των ανοικτών "
+"αρχείων σας. Η προσθήκη μιας νέας ομάδας καρτών θα διαιρέσει το παράθυρο "
+"<app>gedit</app> σε δύο στήλες, ανοίξτε ένα νέο \"άτιτλο έγγραφο\" στη νέα "
+"στήλη και κάντε την ενεργή. Μπορείτε να ανοίξετε αρχεία σε αυτήν την ομάδα "
+"καρτελών και να μετακινήσετε καρτέλες από μια ομάδα καρτελών σε άλλη."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:32
+msgid "Open a new tab group in the gedit window"
+msgstr "Ανοίξτε μια νέα ομάδα καρτελών στο παράθυρο gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:34
+msgid "To open a new tab group you can:"
+msgstr "Για να ανοίξετε μια νέα ομάδα καρτελών μπορείτε:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:38
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Πηγαίνετε στο <guiseq><gui>Έγγραφα</gui><gui>Νέα ομάδα καρτελών</gui></"
+"guiseq> στο κυρίως μενού."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:42
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Χρησιμοποιήστε τη συντόμευση <keyseq><key>Ctrl</key><key>Alt</key><key>N</"
+"key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:47
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Αυτή η ενέργεια θα διαιρέσει το παράθυρο <app>gedit</app> σε δύο στήλες και "
+"η στήλη με τη νέα ομάδα καρτελών θα τοποθετηθεί στα δεξιά της ενεργής "
+"καρτέλας. Μπορείτε να μετακινήσετε τη λαβή δεξιά ή αριστερά αναθέτοντας "
+"περισσότερο ή λιγότερο χώρο του παραθύρου <app>gedit</app> μεταξύ στηλών "
+"σύμφωνα με τις ανάγκες σας."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:52
+msgid ""
+"You can open as much tab groups in <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Μπορείτε να ανοίξετε όσες ομάδες καρτελών στο παράθυρο του <app>gedit</app> "
+"όσες επιτρέπει η οθόνη σας, αλλά θα πρέπει να μετακινήσετε τη λαβή για να "
+"τις δείτε σωστά."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:56
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Για να κλείσετε μια στήλη ομάδας καρτελών, κλείστε απλά όλες τις καρτέλες "
+"που ανοίξατε μέσα της."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:62
+msgid "Move through tab groups"
+msgstr "Μετακινηθείτε μέσα από τις ομάδες καρτελών"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:64
+msgid "To move forward (on the next) tab group:"
+msgstr "Για να μετακινηθείτε μπροστά (στην επόμενη) ομάδα καρτελών:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:68
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Πηγαίνετε στο <guiseq><gui>Έγγραφα</gui><gui>Επόμενη ομάδα καρτελών</gui></"
+"guiseq> στο κυρίως μενού."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:72
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+"key></keyseq> shortcut."
+msgstr ""
+"Χρησιμοποιήστε τη συντόμευση <keyseq><key>Shift</key><key>Ctrl</"
+"key><key>Alt</key><key>Page down</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:77
+msgid "To move backward (on the previous) tab group:"
+msgstr "Για να μετακινηθείτε πίσω (στην προηγούμενη) ομάδα καρτελών:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:81
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> in "
+"the main menu."
+msgstr ""
+"Πηγαίνετε στο <guiseq><gui>Έγγραφα</gui><gui>Προηγούμενη ομάδα καρτελών</"
+"gui></guiseq> στο κυρίως μενού."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:85
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</"
+"key></keyseq> shortcut."
+msgstr ""
+"Χρησιμοποιήστε τη συντόμευση <keyseq><key>Shift</key><key>Ctrl</"
+"key><key>Alt</key><key>Page up</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:93
+msgid "Move a tab to another tab group"
+msgstr "Μετακίνηση καρτέλας σε άλλη ομάδα καρτελών"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:95
+msgid "If you want to move a tab from one tab group to another:"
+msgstr ""
+"Αν θέλετε να μετακινήσετε μια καρτέλα από μια ομάδα καρτελών σε μια άλλη:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:66 C/gedit-tabs-moving.page:89
+msgid "Click and hold the mouse button on the tab."
+msgstr "Πατήστε και κρατήστε το κουμπί του ποντικιού στην καρτέλα."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:102
+msgid "Drag the tab to another tab group pane."
+msgstr "Μεταφορά της καρτέλας σε μια άλλη στήλη ομάδας καρτελών."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:105
+msgid "Place it beside other tabs in the tab group."
+msgstr "Τοποθετήστε την δίπλα στις άλλες καρτέλες στη νέα ομάδα καρτελών."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:108 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:72 C/gedit-tabs-moving.page:98
+msgid "Release the mouse button."
+msgstr "Απελευθερώστε το κουμπί του ποντικιού."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:112
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tab groups."
+msgstr ""
+"Δείτε τον πίνακα <link xref=\"gedit-shortcut-keys\">πλήκτρα συντομεύσεων "
+"σχετικά με καρτέλες</link> για διευκόλυνση της διαχείρισης των ομάδων "
+"καρτελών σας."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Αλλάξτε τη θέση μιας καρτέλας στο παράθυρο gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Μετακίνηση και ανακατάταξη καρτελών"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Οι καρτέλες στο <app>gedit</app> μπορούν να μετακινηθούν, κάνοντας "
+"ευκολότερη την εργασία σας με τα έγγραφα. Οι καρτέλες μπορούν να "
+"ταξινομηθούν μέσα στο ίδιο παράθυρο, να μετακινηθούν έξω από το <app>gedit</"
+"app> (δημιουργώντας νέο παράθυρο του <app>gedit</app>), και να μετακινηθούν "
+"από το ένα παράθυρο στο άλλο."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Αλλάξτε τη σειρά των καρτελών στο παράθυρο gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Για να αλλάξετε την σειρά των καρτελών σε ένα παράθυρο:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tab."
+msgstr "Μετακινήστε την καρτέλα στην επιθυμητή θέση μεταξύ των άλλων καρτελών."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Η καρτέλα θα τοποθετηθεί στην πλησιέστερη περιοχή όπου απελευθερώσατε την "
+"καρτέλα, αμέσως μεταξύ των άλλων ανοιχτών καρτελών."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:61
+msgid "Move a tab, creating a new gedit window"
+msgstr "Σύρετε μία καρτέλα σε ένα νέο παράθυρο gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:62
+msgid "To create a new window from an existing tab:"
+msgstr "Για τη δημιουργία ενός νέου παραθύρου από μια υπάρχουσα καρτέλα:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:69
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Σύρετε την καρτέλα έξω από το παράθυρο του <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:77
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Για να μετακινήσετε ένα παράθυρο του <app>gedit</app> όταν είναι "
+"μεγιστοποιημένο, σύρετε την καρτέλα στην πάνω γραμμή στην κορυφή της οθόνης."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:83
+msgid "Move a tab to another gedit window"
+msgstr "Μετακίνηση της καρτέλας στο νέο παράθυρο gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:85
+msgid "If you want to move a tab from one window to another:"
+msgstr "Αν θέλετε να μετακινήσετε μια καρτέλα από ένα παράθυρο σε άλλο:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:92
+msgid "Drag the tab to the new window."
+msgstr "Σύρετε την καρτέλα στο νέο παράθυρο."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:95
+msgid "Place it beside other tabs in the new window."
+msgstr "Τοποθετήστε το δίπλα στις άλλες καρτέλες στο νέο παράθυρο."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:104
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Μπορεί να βρείτε πιο εύκολο να μετακινήσετε μια καρτέλα από ένα παράθυρο σε "
+"ένα άλλο μεταφέροντας την καρτέλα στην γωνία <gui>Δραστηριότητες</gui> του "
+"<gui>κελύφους GNOME</gui>. Αυτό θα αποκαλύψει καθένα από τα ανοικτά παράθυρα "
+"<app>gedit</app>. Μπορείτε τότε να απελευθερώσετε την καρτέλα στο επιθυμητό "
+"παράθυρο <app>gedit</app>."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:111
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tabs."
+msgstr ""
+"Δείτε τον πίνακα <link xref=\"gedit-shortcut-keys\">πλήκτρα συντομεύσεων "
+"σχετικά με καρτέλες</link> για διευκόλυνση της διαχείρισης των καρτελών σας."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Αλλαγή ή κλείσιμο των καρτελών στο παράθυρο gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Προσθήκη και αφαίρεση καρτελών"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window. The tab that is larger than the other tabs "
+"indicates the file that is currently open. The smaller tabs indicate other "
+"files that are available to work on."
+msgstr ""
+"Η εργασία με καρτέλες στο <app>gedit</app> επιτρέπει να ρίχνετε μια ματιά σε "
+"αρκετά αρχεία σε ένα ενιαίο παράθυρο. Η καρτέλα που είναι μεγαλύτερη από τις "
+"άλλες υποδεικνύει το τρέχον αρχείο που είναι ανοιχτό. Οι μικρότερες καρτέλες "
+"υποδεικνύουν άλλα αρχεία που είναι διαθέσιμα για να εργαστείτε πάνω τους."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:45
+msgid "Adding tabs"
+msgstr "Προσθήκη καρτελών"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:46
+msgid ""
+"To add a new tab, create a new file with <keyseq><key>Ctrl</key> <key>T</"
+"key></keyseq>. The tab will be added to the right side of any other tabs."
+msgstr ""
+"Για να προσθέσετε μια νέα καρτέλα, δημιουργήστε ένα νέο αρχείο πατώντας "
+"<keyseq><key>Ctrl</key> <key>T</key></keyseq>. Η καρτέλα θα προστεθεί στην "
+"δεξιά πλευρά οποιασδήποτε άλλης καρτέλας."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:52
+msgid "Removing tabs"
+msgstr "Αφαίρεση καρτελών"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:53
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side. To remove all open tabs, press <keyseq><key>Ctrl</key> <key>Shift</"
+"key><key>W</key></keyseq>."
+msgstr ""
+"Για να αφαιρέσετε μια καρτέλα, πατήστε στο <gui style=\"button\">×</gui> "
+"στην δεξιά πλευρά της καρτέλας. Για να αφαιρέσετε όλες τις ανοιχτές "
+"καρτέλες, πατήστε <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-recent-action.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Αντιστροφή μιας πρόσφατης αλλαγής σε ένα από τα αρχεία σας."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-recent-action.page:31
+msgid "Undo a recent action"
+msgstr "Αναίρεση πρόσφατης ενέργειας"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-recent-action.page:33
+msgid ""
+"If you make a mistake while using <app>gedit</app>, you can undo it by "
+"pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Αν καθώς χρησιμοποιούσατε το <app>gedit</app> κάνατε κάποιο λάθος, μπορείτε "
+"να το αναιρέσετε πατώντας <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-recent-action.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr "Δεν μπορείτε να αναιρέσετε μια αλλαγή μετά το κλείσιμο του αρχείου."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Επεξεργαστής κειμένου gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Επεξεργαστής κειμένου gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Αρχική σελίδα του οδηγού βοήθειας του gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "Επεξεργαστής κειμένου gedit <_:media-1/>"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"both <app>gedit's</app> most basic features, as well as some advanced "
+"keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started "
+"with gedit</link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</"
+"link> pages."
+msgstr ""
+"Καλώς ορίσατε στον οδηγό βοήθειας του <app>gedit</app>. Για μια γρήγορη "
+"εισαγωγή στα πιο βασικά χαρακτηριστικά του <app>gedit</app>, όπως και σε "
+"κάποιες προηγμένες συντομεύσεις πλήκτρων, επισκεφθείτε τις σελίδες <link "
+"xref=\"gedit-quickstart\">Ξεκινώντας με το gedit</link> και <link xref="
+"\"gedit-shortcut-keys\">Συντομεύσεις πλήκτρων</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:36
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Άλλα θέματα βοήθειας ομαδοποιούνται στις παρακάτω ενότητες. Απολαύστε τη "
+"χρήση του <app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:40
+msgid "Working With Files"
+msgstr "Εργασία με αρχεία"
+
+#. (itstool) path: section/title
+#: C/index.page:45
+msgid "Configure gedit"
+msgstr "Διαμόρφωση του gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:49
+msgid "gedit Plugins"
+msgstr "Πρόσθετα gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:53
+msgid "Printing with gedit"
+msgstr "Εκτύπωση με το gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Αυτό το έργο έχει αδειοδοτηθεί υπό την <_:link-1/>."
+
+#~ msgid "To Do This"
+#~ msgstr "Για να κάνετε αυτό"
+
+#~ msgid "Press This"
+#~ msgstr "Πατήστε αυτό"
+
+#~ msgid "Enable and use spell-checking feature"
+#~ msgstr "Ενεργοποίηση και χρήση της λειτουργίας ελέγχου ορθογραφίας"
+
+#~ msgid "View a list of files in the side pane"
+#~ msgstr "Προβολή μιας λίστας ανοιχτών αρχείων στην πλευρική στήλη"
+
+#~ msgid ""
+#~ "Keeping track of a large number of files using tabs can be difficult. One "
+#~ "way of managing large numbers of files is viewing them in a side pane. "
+#~ "Side panes allow you to view more files at a time than is possible using "
+#~ "tabs alone."
+#~ msgstr ""
+#~ "Η παρακολούθηση μεγάλου αριθμού αρχείων με τη χρήση καρτελών μπορεί να "
+#~ "είναι δύσκολη. Ένας τρόπος για τη διαχείριση πολλών αρχείων είναι η "
+#~ "προβολή τους στην πλευρική στήλη. Οι πλευρικές στήλες σας επιτρέπουν να "
+#~ "προβάλετε ταυτόχρονα περισσότερα αρχεία από ότι είναι δυνατόν με τη χρήση "
+#~ "μόνο καρτελών."
+
+#~ msgid ""
+#~ "To view a list of open files in a side pane, click <guiseq><gui style="
+#~ "\"menu\">View</gui> <gui style=\"menuitem\">Side Pane</gui></guiseq>. A "
+#~ "pane will appear to the left of the workspace with a listing of all "
+#~ "currently open files. Clicking a file in the side pane will display that "
+#~ "file in the workspace."
+#~ msgstr ""
+#~ "Για να προβάλετε μια λίστα ανοιχτών αρχείων στην πλευρική στήλη, πατήστε "
+#~ "στο <guiseq><gui style=\"menu\">Προβολή</gui> <gui style=\"menuitem"
+#~ "\">Πλευρική στήλη</gui></guiseq>. Θα εμφανιστεί μια στήλη στα αριστερά "
+#~ "του χώρου εργασίας με μια λίστα όλων των ανοιχτών αρχείων. Πατώντας σε "
+#~ "ένα αρχείο στην πλευρική στήλη θα προβάλλει αυτό το αρχείο στον χώρο "
+#~ "εργασίας."
+
+#~ msgid "documents icon"
+#~ msgstr "εικονίδιο εγγράφων"
+
+#~ msgid ""
+#~ "The side pane also contains a <app>File Browser</app> view. If the pane "
+#~ "displays a file directory instead of currently open files, click <_:"
+#~ "media-1/> at the bottom of the pane to switch to the <app>Documents</app> "
+#~ "view."
+#~ msgstr ""
+#~ "Η πλευρική στήλη περιλαμβάνει επίσης μια προβολή <app>Περιήγηση αρχείων</"
+#~ "app>. Αν η στήλη προβάλλει έναν κατάλογο αρχείων αντί για τα ανοιχτά "
+#~ "αρχεία, πατήστε <_:media-1/> στο κάτω μέρος της στήλης για να αλλάξετε "
+#~ "στην προβολή <app>Έγγραφα</app>."
+
+#~ msgid ""
+#~ "The side pane only displays files that are open in the current window. "
+#~ "When multiple windows are open, only the files in the current window will "
+#~ "be displayed in the side pane."
+#~ msgstr ""
+#~ "Η πλευρική στήλη προβάλει μόνο αρχεία που είναι ανοιχτά στο τρέχων "
+#~ "παράθυρο. Όταν πολλαπλά παράθυρα είναι ανοιχτά, μόνο τα αρχεία στο τρέχον "
+#~ "παράθυρο θα εμφανίζονται στην πλευρική στήλη."
+
+#~ msgid "To change the color scheme, complete the following steps:"
+#~ msgstr "Για να αλλάξετε τον συνδυασμό χρωμάτων, κάντε τα ακόλουθα:"
+
+#~ msgid ""
+#~ "or, while the tab to be moved is open, choose <guiseq><gui>Documents </"
+#~ "gui><gui>Move to New Window</gui></guiseq>"
+#~ msgstr ""
+#~ "ή, ενώ η καρτέλα που θα μετακινηθεί είναι ανοιχτή, επιλέξτε "
+#~ "<guiseq><gui>Έγγραφα</gui><gui>Μετακίνηση σε νέο παράθυρο</gui></guiseq>"
+
+#~ msgid "http://creativecommons.org/licenses/by-sa/3.0/"
+#~ msgstr "http://creativecommons.org/licenses/by-sa/3.0/"
+
+#~ msgid ""
+#~ "This work is licensed under the Creative Commons Attribution-ShareAlike "
+#~ "3.0 Unported License. To view a copy of this license, visit <_:link-1/> "
+#~ "or send a letter to Creative Commons, 444 Castro Street, Suite 900, "
+#~ "Mountain View, California, 94041, USA."
+#~ msgstr ""
+#~ "Αυτό το έργο έχει αδειοδοτηθεί υπό την άδεια Creative Commons Attribution-"
+#~ "ShareAlike 3.0 Unported. Για να δείτε ένα αντίγραφο αυτής της άδειας, "
+#~ "επισκεφτείτε <_:link-1/> ή στείλτε ένα γράμμα στο Creative Commons, 444 "
+#~ "Castro Street, Suite 900, Mountain View, California, 94041, USA."
+
+#~ msgid "Log user activity for documents which are opened in gedit"
+#~ msgstr ""
+#~ "Καταγραφή δραστηριότητας χρήστη για έγγραφα που είναι ανοικτά στο gedit"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Πάροχος δεδομένων Zeitgeist"
+
+#~ msgid ""
+#~ "Zeitgeist is a service that logs user activities and events. Zeitgeist "
+#~ "lets other applications access this information in the form of statistics "
+#~ "and timelines.The Zeitgeist dataprovider plugin for <app>gedit</app> "
+#~ "records user activity for documents used with gedit giving easy access to "
+#~ "recently-used and frequently-used files."
+#~ msgstr ""
+#~ "Το Zeitgeist είναι μια υπηρεσία που καταγράφει τις δραστηριότητες του "
+#~ "χρήστη και των συμβάντων. Το Zeitgeist επιτρέπει σε άλλες εφαρμογές να "
+#~ "προσπελάσουν αυτήν την πληροφορία στη μορφή των στατιστικών και των "
+#~ "χρονοδιαγραμμάτων. Το πρόσθετο παρόχου δεδομένων Zeitgeist για το "
+#~ "<app>gedit</app> γράφει τη δραστηριότητα του χρήστη για έγγραφα που "
+#~ "χρησιμοποιούνται με το gedit δίνοντας εύκολη πρόσβαση σε πρόσφατα και "
+#~ "συχνά χρησιμοποιούμενα αρχεία."
+
+#~ msgid "Enable Zeitgeist dataprovider"
+#~ msgstr "Ενεργοποίηση του παρόχου δεδομένων Zeitgeist"
+
+#~ msgid "Select <gui style=\"menuitem\">Zietgeist Dataprovider</gui>."
+#~ msgstr "Επιλέξτε <gui style=\"menuitem\">πάροχος δεδομένων Zeitgeist</gui>."
+
+#~ msgid ""
+#~ "The easiest way to create a new file in <app>gedit</app>, is to click the "
+#~ "icon in the toolbar that looks like a blank piece of paper. If you "
+#~ "prefer, you may also select <guiseq><gui>File</gui><gui>New</gui></"
+#~ "guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+#~ msgstr ""
+#~ "Ο ευκολότερος τρόπος για να δημιουργήσετε ένα αρχείο στο <app>gedit</"
+#~ "app>, είναι να πατήσετε στο εικονίδιο στην εργαλειοθήκη που μοιάζει με "
+#~ "κενό κομμάτι χαρτιού. Εάν επιθυμείτε, μπορείτε επίσης να επιλέξετε "
+#~ "<guiseq><gui>Αρχείο</gui><gui>Νέο</gui></guiseq>, ή πατήστε "
+#~ "<keyseq><key>Ctrl</key><key>N</key></keyseq>."
+
+#~ msgid ""
+#~ "To save a file in <app>gedit</app>, click on the disk-drive icon with the "
+#~ "word <gui style=\"button\">Save</gui> next to it. You may also select "
+#~ "<guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Save</"
+#~ "gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+#~ msgstr ""
+#~ "Για να αποθηκεύσετε ένα αρχείο στο <app>gedit</app>, πατήστε στο "
+#~ "εικονίδιο του δίσκου με τη λέξη <gui style=\"button\">Αποθήκευση</gui> "
+#~ "δίπλα του. Μπορείτε επίσης να επιλέξετε <guiseq><gui style=\"menu"
+#~ "\">Αρχείο</gui> <gui style=\"menuitem\">Αποθήκευση</gui></guiseq>, ή απλά "
+#~ "να πατήσετε <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#~ msgid ""
+#~ "If you make a mistake while using <app>gedit</app>, you can undo it by "
+#~ "pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or by clicking "
+#~ "<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Undo</"
+#~ "gui></guiseq>. Doing so will cause <app>gedit</app> to undo one set of "
+#~ "similar actions."
+#~ msgstr ""
+#~ "Εάν κάνατε κάποιο λάθος χρησιμοποιώντας το <app>gedit</app>, μπορείτε να "
+#~ "το αναιρέσετε πατώντας <keyseq><key>Ctrl</key><key>Z</key></keyseq>, ή "
+#~ "πατώντας <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#~ "\">Αναίρεση</gui></guiseq>. Κάνοντας το, το <app>gedit</app> θα αναιρέσει "
+#~ "ένα σύνολο παρόμοιων ενεργειών."
+
+#~ msgid ""
+#~ "Undoing a \"set of similar actions\" means, for example, that <app>gedit</"
+#~ "app> will remove an entire word rather than removing each character in "
+#~ "the word one at a time. This makes <app>gedit</app>'s <em>undo</em> "
+#~ "feature more efficient."
+#~ msgstr ""
+#~ "Αναιρώντας μια \"ομάδα όμοιων ενεργειών\" σημαίνει ότι, για παράδειγμα το "
+#~ "<app>gedit</app> θα αφαιρέσει μια ολόκληρη λέξη αντί για έναν χαρακτήρα "
+#~ "στη λέξη κάθε φορά. Αυτό κάνει πιο λειτουργικό το γνώρισμα του "
+#~ "<app>gedit</app> <em>Αναίρεση</em>."
+
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-icon.png' "
+#~ "md5='a7174de2671462e1ac4f80a82ad09184'"
+#~ msgstr ""
+#~ "external ref='figures/gedit-icon.png' "
+#~ "md5='a7174de2671462e1ac4f80a82ad09184'"
+
+#~ msgid ""
+#~ "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> "
+#~ "</media> gedit Text Editor"
+#~ msgstr ""
+#~ "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> "
+#~ "</media> Επεξεργαστής κειμένου gedit"
+
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-side-pane1.png' "
+#~ "md5='ac9c80cb0552d63b593c71f23be69b53'"
+#~ msgstr ""
+#~ "external ref='figures/gedit-side-pane1.png' "
+#~ "md5='ac9c80cb0552d63b593c71f23be69b53'"
+
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-side-pane2.png' "
+#~ "md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+#~ msgstr ""
+#~ "external ref='figures/gedit-side-pane2.png' "
+#~ "md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+
+#~ msgid "Record commonly-referenced locations with bookmarks"
+#~ msgstr "Καταγραφή συνήθων τοποθεσιών με σελιδοδείκτες"
+
+#~ msgid "Bookmarks"
+#~ msgstr "Σελιδοδείκτες"
+
+#~ msgid ""
+#~ "Gedit bookmarks allow you to highlight important lines of text within "
+#~ "your document or program, making them easier to find. You can also move "
+#~ "up or down between bookmarks, making document navigation a bit faster."
+#~ msgstr ""
+#~ "Η σελιδοδείκτες του gedit σας επιτρέπουν να επισημάνετε σημαντικές "
+#~ "γραμμές κειμένου μέσα στο έγγραφο ή το πρόγραμμα σας, κάνοντας ευκολότερη "
+#~ "την εύρεση τους. Μπορείτε επίσης να μετακινηθείτε πάνω ή κάτω μεταξύ των "
+#~ "σελιδοδεικτών, κάνοντας την πλοήγηση σας στο κειμένο γρηγορότερη."
+
+#~ msgid ""
+#~ "To enable the bookmark plugin, select <guiseq><gui style=\"menu\">gedit</"
+#~ "gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> "
+#~ "<gui>Bookmarks</gui></guiseq>."
+#~ msgstr ""
+#~ "Για να ενεργοποιήσετε το πρόσθετο των σελιδοδεικτών, επιλέξτε "
+#~ "<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Προτιμήσεις</gui><gui>Πρόσθετα</gui> <gui>Σελιδοδείκτες</gui></guiseq>."
+
+#~ msgid ""
+#~ "Bookmarks are inserted and removed by completing the same action. To "
+#~ "insert or remove bookmarks:"
+#~ msgstr ""
+#~ "Οι σελιδοδείκτες τοποθετούνται και αφαιρούνται αφού ολοκληρώσουν την ίδια "
+#~ "ενέργεια. Για να τοποθετήσετε ή να αφαιρέσετε σελιδοδείκτες:"
+
+#~ msgid ""
+#~ "Navigate to the line where you want to insert or remove the bookmark."
+#~ msgstr ""
+#~ "Πλοηγηθείτε στη γραμμή που θέλετε να προσθέσετε ή να αφαιρέσετε τον "
+#~ "σελιδοδείκτη."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, or "
+#~ "click <guiseq><gui style=\"menu\">Edit</gui> <gui style=\"menuitem"
+#~ "\">Toggle Bookmark</gui></guiseq>."
+#~ msgstr ""
+#~ "Πατήστε <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, ή "
+#~ "πατήστε στο <guiseq><gui style=\"menu\">Επεξεργασία</gui> <gui style="
+#~ "\"menuitem\">Εναλλαγή σελιδιδείκτη</gui></guiseq>."
+
+#~ msgid "To move between bookmarks:"
+#~ msgstr "Για να μετακινηθείτε μεταξύ των σελιδοδεικτών:"
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>B</key></keyseq> to move to the next "
+#~ "bookmark."
+#~ msgstr ""
+#~ "Πατήστε <keyseq><key>Ctrl</key><key>B</key></keyseq> για να μετακινηθείτε "
+#~ "στον επόμενο σελιδοδείκτη."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> to "
+#~ "move to the previous bookmark."
+#~ msgstr ""
+#~ "Πατήστε <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> για "
+#~ "να μετακινηθείτε στον προηγούμενο σελιδοδείκτη."
+
+#~ msgid ""
+#~ "If you prefer using the mouse, you can click <guiseq> <gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Go to Next Bookmark</gui></guiseq> "
+#~ "or <guiseq><gui style=\"menu\">Edit</gui> <gui style=\"menuitem\">Go to "
+#~ "Previous Bookmark</gui></guiseq>."
+#~ msgstr ""
+#~ "Εάν προτιμάτε τη χρήση του ποντικιού, μπορείτε να πατήσετε στο <guiseq> "
+#~ "<gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Μετάβαση στον "
+#~ "επόμενο σελιδοδείκτη</gui></guiseq> ή <guiseq><gui style=\"menu"
+#~ "\">Επεξεργασία</gui> <gui style=\"menuitem\">Μετάβαση στον προηγούμενο "
+#~ "σελιδοδείκτη</gui></guiseq>."
+
+#~ msgid "Auto-complete closing brackets"
+#~ msgstr "Αυτόματο κλείσιμο αγκυλών"
+
+#~ msgid "Bracket completion"
+#~ msgstr "Συμπλήρωση αγκυλών"
+
+#~ msgid ""
+#~ "The <app>Bracket Completion</app> plugin will auto-complete closing "
+#~ "brackets for curly braces, parentheses, and square brackets."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>Συμπλήρωση αγκυλών</app> θα συμπληρώσει αυτόματα το "
+#~ "κλείσιμο των αγκίστρων, παρενθέσεων, και των αγκυλών."
+
+#~ msgid ""
+#~ "To enable the plugin, select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Bracket "
+#~ "Completion</gui></guiseq>."
+#~ msgstr ""
+#~ "Για να ενεργοποιήσετε το πρόσθετο, επιλέξτε <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Προτιμήσεις</gui><gui>Πρόσθετα</"
+#~ "gui> <gui>Συμπλήρωση αγκυλών</gui></guiseq>."
+
+#~ msgid "This plugin does not automatically insert closing HTML or XML tags."
+#~ msgstr ""
+#~ "Αυτό το πρόσθετο δεν εισάγει αυτόματα ετικέτες κλεισίματος HTML ή XML."
+
+#~ msgid "Paul Weaver"
+#~ msgstr "Paul Weaver"
+
+#~ msgid "Insert special characters just by clicking on them"
+#~ msgstr "Εισαγωγή ειδικών χαρακτήρων πατώντας απλά πάνω τους"
+
+#~ msgid "Character map"
+#~ msgstr "Πίνακας χαρακτήρων"
+
+#~ msgid ""
+#~ "The <app>Character Map</app> plugin enables you to insert characters into "
+#~ "your document that you may not be able to type easily using your "
+#~ "keyboard. To enable this plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui> <gui>Character Map</gui></guiseq>."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>Πίνακας χαρακτήρων</app> επιτρέπει την εισαγωγή ειδικών "
+#~ "χαρακτήρων στο έγγραφό σας τους οποίους δεν μπορείτε να τους εισάγετε "
+#~ "εύκολα με το πληκτρολόγιο σας. Για να ενεργοποιήσετε αυτό το πρόσθετο, "
+#~ "επιλέξτε <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Προτιμήσεις</gui><gui>Πρόσθετα</gui><gui>Πίνακας χαρακτήρων</gui></"
+#~ "guiseq>."
+
+#~ msgid "Using Character Map"
+#~ msgstr "Χρησιμοποιώντας τον Πίνακα χαρακτήρων"
+
+#~ msgid ""
+#~ "Once the plugin is enabled, you can add characters from the <em>Character "
+#~ "Map</em> tab of the side panel (<guiseq><gui>View</gui> <gui>Side Panel</"
+#~ "gui></guiseq>)."
+#~ msgstr ""
+#~ "Αφού ενεργοποιηθεί το πρόσθετο, μπορείτε να προσθέσετε χαρακτήρες από την "
+#~ "καρτέλα <em>Πίνακας χαρακτήρων</em> της πλευρικής στήλης "
+#~ "(<guiseq><gui>Προβολή</gui> <gui>Πλευρική στήλη</gui></guiseq>)."
+
+#~ msgid ""
+#~ "Place the cursor at the point in your document at which you would like "
+#~ "your special character."
+#~ msgstr ""
+#~ "Τοποθετήστε το δρομέα στο μέρος του κειμένου που θέλετε να εισάγετε τον "
+#~ "ειδικό χαρακτήρα."
+
+#~ msgid ""
+#~ "Open the side panel by selecting <guiseq><gui>View</gui> <gui>Side Panel</"
+#~ "gui></guiseq>, or by pressing <key>F9</key>."
+#~ msgstr ""
+#~ "Ανοίξτε την πλευρική στήλη επιλέγοντας <guiseq><gui>Προβολή</"
+#~ "gui><gui>Πλευρική στήλη</gui></guiseq>, ή πατώντας το <key>F9</key>."
+
+#~ msgid "Select the <em>Character Map</em> tab in the side panel."
+#~ msgstr ""
+#~ "Επιλέξτε την καρτέλα <em>Πίνακας χαρακτήρων</em> στην πλευρική μπάρα."
+
+#~ msgid ""
+#~ "If neccessary, choose the character set to which your character belongs "
+#~ "from the list at the top of the <em>Character Map</em> tab (e.g., Arabic)."
+#~ msgstr ""
+#~ "Αν είναι απαραίτητο, επιλέξτε την ομάδα που ανήκει ο χαρακτήρας σας από "
+#~ "τη λίστα στην κορυφή του <em>Πίνακα χαρακτήρων</em> (π.χ Ελληνικά)."
+
+#~ msgid "Double click your desired character to insert it."
+#~ msgstr "Διπλοπατήστε στο χαρακτήρα που θέλετε να τοποθετήσετε."
+
+#~ msgid ""
+#~ "You must click on the editing view of your document to continue editing "
+#~ "normally."
+#~ msgstr ""
+#~ "Πρέπει να πατήσετε στην προβολή επεξεργασίας του έγγραφου σας για να "
+#~ "συνεχίσετε την επεξεργασία."
+
+#~ msgid "Real-time error highlighting for supported languages"
+#~ msgstr ""
+#~ "Επισήμανση σφάλματος σε πραγματικό χρόνο για υποστηριζόμενες γλώσσες"
+
+#~ msgid "Code assistance"
+#~ msgstr "Βοήθημα κώδικα"
+
+#~ msgid ""
+#~ "The <app>gedit-code-assistance</app> plugin provides real-time error "
+#~ "highlighting for C, C++ and Objective-C. To enable this plugin, select "
+#~ "<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui>Plugins</gui><gui>Code Assistance</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>gedit-code-assistance</app> παρέχει την επισήμανση "
+#~ "λάθους σε πραγματικό χρόνο για C, C++ και Objective-C. Για να "
+#~ "ενεργοποιήσετε το πρόσθετο, επιλέξτε <guiseq><gui style=\"menu\">gedit</"
+#~ "gui><gui style=\"menuitem\">Προτιμήσεις</gui> <gui>Πρόσθετα</"
+#~ "gui><gui>Βοήθημα κώδικα</gui></guiseq>."
+
+#~ msgid "How the code assistance plugin works"
+#~ msgstr "Πως λειτουργεί το πρόσθετο βοήθημα κώδικα"
+
+#~ msgid ""
+#~ "The plugin currently relies on information in the makefile to deduce the "
+#~ "Clang error-highlighting rules. It examines the <code>make</code> rules "
+#~ "and determines which targets depend on the the file that is being parsed. "
+#~ "The plugin then extracts the compiler flags by simulating an execution of "
+#~ "those targets."
+#~ msgstr ""
+#~ "Το πρόσθετο βασίζεται στις πληροφορίες του makefile για να εξάγει τους "
+#~ "κανόνες Clang για την επισήμανση των σφαλμάτων. Εξετάζει τους κανόνες του "
+#~ "<code>make</code> και καθορίζει τους στόχους που εξαρτώνται στο αρχείο "
+#~ "που είχε εισαχθεί. Έπειτα το πρόσθετο εξάγει τις σημαίες του "
+#~ "μεταγλωττιστή προσομοιώνοντας την εκτέλεση αυτών των στόχων."
+
+#~ msgid ""
+#~ "This is not completely fool proof, of course. In the future, the plugin "
+#~ "will allow you to manually specify the compile flags."
+#~ msgstr ""
+#~ "Φυσικά αυτό δεν είναι εντελώς λάθος. Στο μέλλον, το πρόσθετο θα σας "
+#~ "επιτρέψει να καθορίσετε χειροκίνητα της σημαίες του μεταγλωττιστή."
+
+#~ msgid "Comment-out or uncomment a block of code"
+#~ msgstr "Σχολιάστε ή αποσχολιάστε ένα επιλεγμένο τμήμα κώδικα"
+
+#~ msgid "Code comment"
+#~ msgstr "Σχολιασμός κώδικα"
+
+#~ msgid ""
+#~ "Code comments are portions of text that make it easier for people to "
+#~ "understand a program's code, but they don't affect how a program works. "
+#~ "Comments are separated from other parts of a program by special "
+#~ "characters."
+#~ msgstr ""
+#~ "Τα σχόλια κώδικα είναι τμήματα κειμένου που κάνουν ευκολότερη την "
+#~ "κατανόηση του κώδικα από άλλους, χωρίς όμως να επηρεάζουν τη λειτουργία "
+#~ "του προγράμματος. Τα σχόλια είναι χωρισμένα από άλλα μέρη του "
+#~ "προγράμματος με ειδικούς χαρακτήρες."
+
+#~ msgid ""
+#~ "The <app>code comment</app> plugin makes it easier to quickly create or "
+#~ "remove code comments. To enable the code comment plugin, select "
+#~ "<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui>Plugins</gui><gui>Code comment</gui></guiseq>."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>σχολιασμός κώδικα</app> διευκολύνει τη γρήγορη "
+#~ "δημιουργία ή να διαγραφή σχολίων κώδικα. Για να ενεργοποιήσετε το "
+#~ "πρόσθετο σχολίων κώδικα, επιλέξτε <guiseq><gui style=\"menu\">gedit</"
+#~ "gui><gui style=\"menuitem\">Προτιμήσεις</gui> <gui>Πρόσθετα</"
+#~ "gui><gui>Σχολιασμός κώδικα</gui></guiseq>."
+
+#~ msgid "To create or remove a comment:"
+#~ msgstr "Για να δημιουργήσετε ή να αφαιρέσετε ένα σχόλιο:"
+
+#~ msgid ""
+#~ "Highlight the portion of text where you want to add or remove a comment."
+#~ msgstr ""
+#~ "Επιλέξτε το τμήμα κειμένου που θέλετε να προσθέσετε ή να αφαιρέσετε το "
+#~ "σχόλιο."
+
+#~ msgid ""
+#~ "To add a comment, click <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui>Comment Code</gui></guiseq>, or press <keyseq><key>Ctrl</key> "
+#~ "<key>M</key></keyseq>."
+#~ msgstr ""
+#~ "Για να προσθέσετε ένα σχόλιο, πατήστε στο <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui>Σχόλιο κώδικα</gui></guiseq>, ή πατήστε "
+#~ "<keyseq><key>Ctrl</key> <key>M</key></keyseq>."
+
+#~ msgid ""
+#~ "To remove a comment, click <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui>Uncomment Code</gui></guiseq>, or press <keyseq><key>Shift</key> "
+#~ "<key>Ctrl</key><key>M</key></keyseq>."
+#~ msgstr ""
+#~ "Για να διαγράψετε ένα σχόλιο, πατήστε στο <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui>Αποσχολιασμός κώδικα</gui></guiseq>, ή πατήστε "
+#~ "<keyseq><key>Shift</key><key>Ctrl</key> <key>M</key></keyseq>."
+
+#~ msgid ""
+#~ "<app>gedit</app> will automatically use the correct style of comment "
+#~ "based on the language or syntax of the file. If <app>gedit</app> doesn't "
+#~ "identify your language or syntax, you can select it from the language "
+#~ "list in the bottom <gui>Status bar</gui>."
+#~ msgstr ""
+#~ "Το <app>Gedit</app> θα χρησιμοποιήσει αυτόματα τη σωστή τεχνοτροπία του "
+#~ "σχολίου ανάλογα με τη γλώσσα ή τη σύνταξη του αρχείου. Εάν το <app>gedit</"
+#~ "app> δεν αναγνωρίσει τη γλώσσα σας ή τη σύνταξη, μπορείτε να την "
+#~ "επιλέξετε από τη λίστα γλωσσών στον πυθμένα της <gui>Γραμμής κατάστασης</"
+#~ "gui>."
+
+#~ msgid "Pick a color from a dialog and insert its hexadecimal representation"
+#~ msgstr ""
+#~ "Επιλέξτε ένα χρώμα από το διάλογο και εισάγετε τη δεκαεξαδική του "
+#~ "αναπαράσταση"
+
+#~ msgid "Color picker"
+#~ msgstr "Επιλογέας χρωμάτων"
+
+#~ msgid ""
+#~ "The <app>color picker</app> plugin helps you to insert the character "
+#~ "codes that represent a certain color. This can make it easier to choose "
+#~ "and use the correct color in your programs."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>επιλογέας χρωμάτων</app> σας επιτρέπει να προσθέσετε τον "
+#~ "κωδικό που αντιπροσωπεύει ένα χρώμα. Αυτό κάνει ευκολότερη τη χρήση και "
+#~ "την επιλογή χρωμάτων στα προγράμματα σας."
+
+#~ msgid ""
+#~ "To enable the color picker plugin, select <guiseq> <gui style=\"menu"
+#~ "\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+#~ "gui><gui>Color Picker</gui></guiseq>."
+#~ msgstr ""
+#~ "Για να ενεργοποίησε το πρόσθετο του επιλογέα χρωμάτων, επιλέξτε <guiseq> "
+#~ "<gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Προτιμήσεις</"
+#~ "gui><gui>Πρόσθετα</gui><gui>Επιλογέας χρωμάτων</gui> </guiseq>."
+
+#~ msgid "To open and use the color picker:"
+#~ msgstr "Για να ανοίξετε και να χρησιμοποιήσετε τον επιλογέα χρώματος:"
+
+#~ msgid ""
+#~ "Place your cursor at the point in your document where you want to insert "
+#~ "the color code."
+#~ msgstr ""
+#~ "Τοποθετήστε τον κέρσορα στο σημείο του εγγράφου που θέλετε να προσθέσετε "
+#~ "το χρώμα."
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Pick Color...</gui></guiseq>. The "
+#~ "color picker dialog will appear."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui>Εργαλεία</gui><gui>Επιλογή χρώματος...</gui></"
+#~ "guiseq>. Θα εμφανιστεί ο επιλογέας χρωμάτων."
+
+#~ msgid "Click on the desired color in the color picker window."
+#~ msgstr "Πατήστε στο επιθυμητό χρώμα στο παράθυρο επιλογέα χρώματος."
+
+#~ msgid ""
+#~ "The appropriate color code will be inserted where you had placed your "
+#~ "cursor."
+#~ msgstr ""
+#~ "Ο κατάλληλος κώδικας χρώματος θα εισαχθεί όπου είχατε τοποθετήσει τον "
+#~ "δρομέα σας."
+
+#~ msgid "To close the <app>color picker</app>, click <gui>Close</gui>."
+#~ msgstr ""
+#~ "Για να κλείσετε τον <app>επιλογέα χρωμάτων</app>, πατήστε στο "
+#~ "<gui>Κλείσιμο</gui>."
+
+#~ msgid ""
+#~ "You can make fine-grained adjustments to the color by adjusting the "
+#~ "values for Hue, Saturation, Value, Red, Green, or Blue."
+#~ msgstr ""
+#~ "Μπορείτε να κάνετε μικρές προσαρμογές στα χρώματα σας καθορίζοντας τις "
+#~ "τιμές για Απόχρωση, Κορεσμό, Τιμή, Κόκκινο, Πράσινο, ή Μπλε."
+
+#~ msgid ""
+#~ "Additionally, you can save colors by right-clicking on any of the colored "
+#~ "boxes in the color picker, and selecting <gui>Save color here</gui>. This "
+#~ "will make it easier to insert commonly-used colors later."
+#~ msgstr ""
+#~ "Επιπλέον, μπορείτε να αποθηκεύσετε τα χρώματα σας δεξιοπατώντας σε "
+#~ "οποιοδήποτε από τα κουτιά του επιλογέα χρώματος, και πατώντας "
+#~ "<gui>Αποθήκευση χρώματος εδώ</gui>. Αυτό αργότερα θα κάνει ευκολότερη την "
+#~ "τοποθέτηση των χρωμάτων που χρησιμοποιούνται περισσότερο."
+
+#~ msgid "Use a command-line interface for advanced editing"
+#~ msgstr "Χρήση διεπαφής τερματικού για προχωρημένη επεξεργασία"
+
+#~ msgid "Commander"
+#~ msgstr "Commander"
+
+#~ msgid ""
+#~ "The <app>Commander</app> plugin is a plugin for advanced <app>gedit</app> "
+#~ "users that allows you to perform command-line actions on the current "
+#~ "file. To enable the commander plugin, select <guiseq> <gui style=\"menu"
+#~ "\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+#~ "gui><gui>Commander</gui></guiseq>."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>Commander</app> είναι ένα πρόσθετο για προχωρημένους "
+#~ "χρήστες του <app>gedit</app> που επιτρέπει την εκτέλεση ενεργειών γραμμής "
+#~ "εντολών στο τρέχον αρχείο. Για να ενεργοποιήσετε το πρόσθετο, επιλέξτε "
+#~ "<guiseq> <gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#~ "\">Προτιμήσεις</gui> <gui>Πρόσθετα</gui><gui>Commander</gui></guiseq>."
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, activate it by pressing <keyseq><key> "
+#~ "Ctrl</key><key>.</key></keyseq>."
+#~ msgstr ""
+#~ "Αφού ενεργοποιήσατε το πρόσθετο, χρησιμοποιήστε το πατώντας <keyseq><key> "
+#~ "Ctrl</key><key>.</key></keyseq>."
+
+#~ msgid "The last key in the above key combination is a period."
+#~ msgstr ""
+#~ "Το τελευταίο πλήκτρο στον παραπάνω συνδυασμό πλήκτρων είναι μια τελεία."
+
+#~ msgid "See an overview of available commands"
+#~ msgstr "Δείτε μια επισκόπηση των διαθέσιμων εντολών"
+
+#~ msgid "Tab + Tab"
+#~ msgstr "Tab + Tab"
+
+#~ msgid "/ <em>foo </em>"
+#~ msgstr "/ <em>foo </em>"
+
+#~ msgid "This will find the word <em>foo</em>."
+#~ msgstr "Αυτό θα βρει τη λέξη <em>foo</em>."
+
+#~ msgid "// foo bar"
+#~ msgstr "// foo bar"
+
+#~ msgid "This will replace <em>foo</em> with <em>bar</em>."
+#~ msgstr "Αυτό θα αντικαταστήσει το <em>foo</em> με το <em>bar</em>."
+
+#~ msgid "Move the cursor to a certain line number in your file"
+#~ msgstr ""
+#~ "Μετακινήστε το δρομέα σε ένα συγκεκριμένο αριθμό γραμμής στο αρχείο σας"
+
+#~ msgid "go [line number] <em>or</em> just <em>g</em> [line number]"
+#~ msgstr "go [αριθμός γραμμής] <em>ή</em> απλά <em>g</em> [αριθμός γραμμής]"
+
+#~ msgid "Toggle the bookmark indicator for the current line"
+#~ msgstr "Εναλλαγή της ένδειξης σελιδοδείκτη για την τρέχουσα θέση γραμμής"
+
+#~ msgid "bookmark <em>or</em> just <em>b</em>"
+#~ msgstr "bookmark <em>ή</em> απλά <em>b</em>"
+
+#~ msgid ""
+#~ "Some commands, such as the <app>bookmark</app> command require that the "
+#~ "appropriate plugin be installed and activated. If you do not have the "
+#~ "appropriate plugin installed and activated, you will receive an error "
+#~ "message."
+#~ msgstr ""
+#~ "Μερικές εντολές, όπως η <app>bookmark</app> απαιτούν το κατάλληλο "
+#~ "πρόσθετο να είναι εγκατεστημένο και ενεργοποιημένο. Αν δεν έχετε το "
+#~ "πρόσθετο, θα δείτε ένα μήνυμα λάθους."
+
+#~ msgid "Display recently-used and most-used files on startup"
+#~ msgstr ""
+#~ "Εμφάνιση των πρόσφατα και περισσότερο χρησιμοποιημένων αρχείων στην "
+#~ "εκκίνηση"
+
+#~ msgid "Dashboard"
+#~ msgstr "Πίνακας"
+
+#~ msgid ""
+#~ "The <app>Dashboard</app> plugin provides quick access to your most "
+#~ "recently-used files and most-frequently used files. To activate the "
+#~ "<app>Dashboard</app> plugin, select <guiseq> <gui style=\"menu\">gedit</"
+#~ "gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+#~ "gui><gui>Dashboard</gui></guiseq>. You will need to restart <app>gedit</"
+#~ "app> to activate the <app>Dashboard</app> plugin."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>Πίνακας-Dashboard</app> παρέχει γρήγορη πρόσβαση στα πιο "
+#~ "πρόσφατα και περισσότερο χρησιμοποιημένα αρχεία. Για να ενεργοποιήσετε "
+#~ "τον <app>Πίνακα</app>, επιλέξτε <guiseq> <gui style=\"menu\">gedit</"
+#~ "gui><gui style=\"menuitem\">Προτιμήσεις</gui> <gui>Πρόσθετα</"
+#~ "gui><gui>Πίνακας</gui></guiseq>. Θα χρειαστεί να επανεκκινήσετε το "
+#~ "<app>gedit</app> για να ενεργοποιηθεί το πρόσθετο <app>Πίνακας</app>."
+
+#~ msgid ""
+#~ "The <app>dashboard</app> also includes a <gui>Search</gui> window, "
+#~ "allowing you to search for files that may not appear in the list of files."
+#~ msgstr ""
+#~ "Επίσης ο <app>Πίνακας</app> περιλαμβάνει παράθυρο <gui>Αναζήτησης</gui>, "
+#~ "που σας επιτρέπει να αναζητήσετε αρχεία που μπορεί να μην εμφανίζονται "
+#~ "στη λίστα των αρχείων."
+
+#~ msgid "Recently used files"
+#~ msgstr "Πρόσφατα χρησιμοποιημένα αρχεία"
+
+#~ msgid ""
+#~ "The dashboard will initially display a shortcut for an <gui>empty "
+#~ "document</gui> and seven of your most recently-used files. Click on the "
+#~ "<gui>empty document</gui> to create a new file. Click on any of the other "
+#~ "files to open that file."
+#~ msgstr ""
+#~ "Αρχικά ο πίνακας θα εμφανίσει μια συντόμευση για ένα <gui>κενό έγγραφο</"
+#~ "gui> και επτά από τα περισσότερο χρησιμοποιημένα αρχεία. Πατήστε στο "
+#~ "<gui>κενό έγγραφο</gui> για να δημιουργήσετε ένα νέο αρχείο. Πατήστε σε "
+#~ "οποιοδήποτε από τα άλλα αρχεία για να το ανοίξετε."
+
+#~ msgid "Most frequently-used files"
+#~ msgstr "Πρόσφατα χρησιμοποιημένα αρχεία"
+
+#~ msgid ""
+#~ "Similarly, the dashboard displays a shortcut for an <gui>empty document </"
+#~ "gui> and seven of your most frequently-used files. Click on the <gui> "
+#~ "empty document</gui> to create a new file. Click on any of the other "
+#~ "files to open that file."
+#~ msgstr ""
+#~ "Παρομοίως, ο πίνακας εμφανίζει μια συντόμευση για ένα <gui>κενό έγγραφο </"
+#~ "gui> και των επτά περισσότερο χρησιμοποιημένων αρχείων. Πατήστε στο <gui> "
+#~ "κενό έγγραφο</gui> για να δημιουργήσετε ένα νέο αρχείο. Πατήστε σε "
+#~ "οποιοδήποτε από τα άλλα αρχεία για να το ανοίξετε."
+
+#~ msgid ""
+#~ "Once activated, the <app>dashboard</app> will be displayed by default "
+#~ "when you open <app>gedit</app>. You can also open the <app>dashboard</"
+#~ "app> by clicking <guiseq><gui>File</gui><gui>New</gui> </guiseq>, or by "
+#~ "pressing <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+#~ msgstr ""
+#~ "Αφού ενεργοποιηθεί, ο <app>Πίνακας</app> θα εμφανιστεί όταν ανοίξετε το "
+#~ "<app>gedit</app>. Μπορείτε επίσης να ανοίξετε τον <app>Πίνακα</app> "
+#~ "πατώντας στο <guiseq><gui>Αρχείο</gui><gui>Νέο</gui> </guiseq>, ή "
+#~ "πατώντας <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+
+#~ msgid "Show white space between words or portions of code"
+#~ msgstr "Εμφάνιση των διαστημάτων μεταξύ λέξεων και τμημάτων κώδικα"
+
+#~ msgid "Draw spaces"
+#~ msgstr "Σχεδίαση διαστημάτων"
+
+#~ msgid ""
+#~ "The <app>Draw Spaces</app> plugin is a simple plugin that can mark "
+#~ "spaces, tabs, and other types of whitespace with a small, visible marker. "
+#~ "By making whitespace visible, you can more easily see how whitespace is "
+#~ "used in a document, and can apply spacing strategies more consistently."
+#~ msgstr ""
+#~ "Η <app>Σχεδίαση διαστημάτων</app> είναι ένα απλό πρόσθετο που σημειώνει "
+#~ "τα διαστήματα, τους στηλοθέτες, και άλλους τύπους διαστημάτων με ένα "
+#~ "μικρό, ορατό σημάδι. Κάνοντας ορατά τα διαστήματα, μπορείτε να δείτε "
+#~ "ευκολότερα πως χρησιμοποιούνται τα διαστήματα στο κείμενο, και να "
+#~ "εφαρμόσετε συχνότερα στρατηγικές διαστημάτων."
+
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Draw "
+#~ "Spaces</gui></guiseq>. After you have enabled the plugin, you can set its "
+#~ "options by highlighting the plugin and selecting <gui style=\"menuitem"
+#~ "\">Preferences</gui>."
+#~ msgstr ""
+#~ "Για να ενεργοποιήσετε αυτό το πρόσθετο, επιλέξτε <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Προτιμήσεις</gui><gui>Πρόσθετα</"
+#~ "gui> <gui>Σχεδίαση διαστημάτων</gui></guiseq>. Αφού ενεργοποιήσετε το "
+#~ "πρόσθετο, μπορείτε να ορίσετε τις επιλογές του επισημαίνοντας το πρόσθετο "
+#~ "και επιλέγοντας τις <gui style=\"menuitem\">Προτιμήσεις</gui>."
+
+#~ msgid ""
+#~ "By default, the <app>Draw Spaces</app> plugin will mark the following "
+#~ "types of whitespace in a file:"
+#~ msgstr ""
+#~ "Από προεπιλογή, το πρόσθετο <app>Σχεδίαση διαστημάτων</app> θα σημειώσει "
+#~ "τους ακόλουθους τύπους διαστημάτων σε ένα αρχείο:"
+
+#~ msgid "Spaces"
+#~ msgstr "Διαστήματα"
+
+#~ msgid "Leading spaces"
+#~ msgstr "Leading διαστήματα"
+
+#~ msgid "Spaces in text"
+#~ msgstr "Διαστήματα στο κείμενο"
+
+#~ msgid "Trailing spaces"
+#~ msgstr "Trailing διαστήματα"
+
+#~ msgid "You can also set the plugin to mark:"
+#~ msgstr "Μπορείτε επίσης να ορίσετε το πρόσθετο να σημειώνει:"
+
+#~ msgid "New Lines"
+#~ msgstr "Νέες γραμμές"
+
+#~ msgid "Non-breaking spaces"
+#~ msgstr "Διάστημα χωρίς αλλαγή"
+
+#~ msgid ""
+#~ "Though you will be able to see the dots when you work on a file, the dots "
+#~ "will not be visible when you print a file to paper."
+#~ msgstr ""
+#~ "Αν και θα μπορείτε να δείτε τις τελείες όταν δουλεύετε στο αρχείο, δεν θα "
+#~ "είναι όπως ορατές όταν θα εκτυπώσετε το αρχείο."
+
+#~ msgid "Join several lines of text, or split long lines"
+#~ msgstr "Ένωση πολλών γραμμών κειμένου, ή διάσπαση των μεγάλων"
+
+#~ msgid "Join/Split lines"
+#~ msgstr "Ένωση/Διάσπαση γραμμών"
+
+#~ msgid ""
+#~ "The <app>Join/Split Lines</app> plugin can join shorter lines into one "
+#~ "longer line, or can split a long line into multiple shorter lines."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>Ένωση/Διάσπαση γραμμών</app> μπορεί να ενώσει μικρές "
+#~ "γραμμές σε μια μεγαλύτερη, ή να διασπάσει μια μεγάλη σε μικρότερες "
+#~ "γραμμές."
+
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Join/"
+#~ "Split Lines</gui></guiseq>."
+#~ msgstr ""
+#~ "Για να ενεργοποιήσετε αυτό το πρόσθετο, επιλέξτε <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Προτιμήσεις</gui><gui>Πρόσθετα</"
+#~ "gui> <gui>Ένωση/Διαίρεση γραμμών</gui></guiseq>."
+
+#~ msgid "To join multiple lines into one longer line:"
+#~ msgstr "Για να ενώσετε πολλαπλές γραμμές σε μία μεγαλύτερη:"
+
+#~ msgid ""
+#~ "Select the lines that you want to join. To do this, you can use the "
+#~ "mouse, or you can press <keyseq><key>Shift</key><key>Up Arrow</key> </"
+#~ "keyseq> or <keyseq><key>Shift</key><key>Down Arrow</key></keyseq>."
+#~ msgstr ""
+#~ "Επιλέξτε τις γραμμές που θέλετε να ενώσετε. Για να το κάνετε, μπορείτε να "
+#~ "χρησιμοποιήσετε το ποντίκι, ή να πατήσετε <keyseq><key>Shift</"
+#~ "key><key>Πάνω βέλος</key> </keyseq> ή <keyseq><key>Shift</key><key>Κάτω "
+#~ "βέλος</key></keyseq>."
+
+#~ msgid "Press <keyseq><key>Ctrl</key><key>J</key></keyseq>."
+#~ msgstr "Πατήστε <keyseq><key>Ctrl</key><key>J</key></keyseq>."
+
+#~ msgid "The lines that you selected will be joined into one longer line."
+#~ msgstr "Οι γραμμές που επιλέξατε θα ενωθούν σε μια μεγαλύτερη γραμμή."
+
+#~ msgid "To split one line into multiple lines:"
+#~ msgstr "Για να διασπάσετε μια γραμμή σε πολλαπλές γραμμές:"
+
+#~ msgid ""
+#~ "Select the line that you want to split by placing your cursor anywhere on "
+#~ "that line."
+#~ msgstr ""
+#~ "Επιλέξτε τη γραμμή που θέλετε να χωρίσετε τοποθετώντας το δρομέα "
+#~ "οπουδήποτε σε αυτή τη γραμμή."
+
+#~ msgid "Press <keyseq><key>Ctrl</key><key>Shift</key><key>J</key></keyseq>."
+#~ msgstr ""
+#~ "Πατήστε <keyseq><key>Ctrl</key><key>Shift</key><key>J</key></keyseq>."
+
+#~ msgid ""
+#~ "The line will be split into multiple lines. Spaces are used to determine "
+#~ "where it is safe to split a line, and the length of each line will not "
+#~ "exceed 80 characters."
+#~ msgstr ""
+#~ "Η γραμμή θα χωριστεί σε πολλαπλές γραμμές. Τα διαστήματα χρησιμοποιούνται "
+#~ "για να καθορίσουν το μέρος όπου είναι ασφαλής η διάσπαση της γραμμής, και "
+#~ "το μήκος της κάθε γραμμής, ώστε να μη ξεπερνά τους 80 χαρακτήρες."
+
+#~ msgid "2011"
+#~ msgstr "2011"
+
+#~ msgid "Edit a document in multiple places at once"
+#~ msgstr "Επεξεργασία εγγράφου σε πολλαπλά σημεία ταυτόχρονα"
+
+#~ msgid "Multi edit"
+#~ msgstr "Πολλαπλή επεξεργασία"
+
+#~ msgid ""
+#~ "The <app>Multi Edit</app> plugin allows you to edit a document in "
+#~ "multiple places at once. This can be helpful when performing tedious "
+#~ "editing tasks. To enable the Multi Edit plugin, select <guiseq><gui style="
+#~ "\"menu\">gedit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Multi "
+#~ "Edit</gui></guiseq>."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>Πολλαπλή επεξεργασία</app> επιτρέπει την επεξεργασία "
+#~ "ενός εγγράφου σε πολλαπλά σημεία μονομιάς. Αυτό μπορεί να είναι χρήσιμο "
+#~ "όταν κάνετε κουραστικές εργασίες επεξεργασίας. Για να ενεργοποιήσετε το "
+#~ "πρόσθετο Πολλαπλή επεξεργασία, επιλέξτε <guiseq><gui style=\"menu"
+#~ "\">gedit</gui><gui> Προτιμήσεις</gui><gui>Πρόσθετα</gui><gui>Πολλαπλή "
+#~ "επεξεργασία</gui></guiseq>."
+
+#~ msgid ""
+#~ "After you have enabled the plugin, turn-on Multi Edit mode by pressing "
+#~ "<keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, or clicking "
+#~ "<guiseq><gui style=\"menu\">gedit</gui><gui>Multi Edit Mode</gui></"
+#~ "guiseq>. You can then select the points in your file that you would like "
+#~ "start editing."
+#~ msgstr ""
+#~ "Αφού ενεργοποιήσετε το πρόσθετο, ενεργοποιήστε τη λειτουργία πολλαπλής "
+#~ "επεξεργασίας πατώντας <keyseq><key>Ctrl</key><key>Shift</key><key>C</"
+#~ "key></keyseq>, ή πατώντας στην <guiseq><gui style=\"menu\">gedit</"
+#~ "gui><gui>Λειτουργία πολλαπλής επεξεργασίας</gui></guiseq>. Μπορείτε μετά "
+#~ "να επιλέξετε τα σημεία στο αρχείο που θέλετε να ξεκινήσετε να "
+#~ "επεξεργάζεστε."
+
+#~ msgid "To insert editing points in your file:"
+#~ msgstr "Για να εισαγάγετε σημεία επεξεργασίας στο αρχεία σας:"
+
+#~ msgid "Place your cursor at your first desired editing point."
+#~ msgstr "Τοποθετήστε το δρομέα στο πρώτο επιθυμητό σημείο επεξεργασίας."
+
+#~ msgid "Press <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+#~ msgstr "Πατήστε <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+
+#~ msgid ""
+#~ "Move to your next editing point, and press <keyseq><key>Ctrl</key> "
+#~ "<key>E</key></keyseq> again."
+#~ msgstr ""
+#~ "Πηγαίνετε στο επόμενο σημείο επεξεργασίας, και πατήστε ξανά "
+#~ "<keyseq><key>Ctrl</key> <key>E</key></keyseq>."
+
+#~ msgid "Continue inserting editing points, adding as many as you need."
+#~ msgstr ""
+#~ "Συνεχίστε με την εισαγωγή σημείων, προσθέτοντας όσο περισσότερα θέλετε."
+
+#~ msgid ""
+#~ "Once you have inserted all of your editing points, you can make your "
+#~ "desired edits."
+#~ msgstr ""
+#~ "Όταν τοποθετήσετε όλα τα σημεία επεξεργασίας, μπορείτε να κάνετε τις "
+#~ "επιθυμητές διορθώσεις."
+
+#~ msgid ""
+#~ "To remove editing points, press the <key>Esc</key> key. This will remove "
+#~ "all of the editing points. Pressing the <key>Esc</key> key again will "
+#~ "turn off Multi Edit mode, returning the editor back to its normal state."
+#~ msgstr ""
+#~ "Για να αφαιρέσετε σημεία επεξεργασίας, πατήστε το πλήκτρο <key>Esc</key> "
+#~ "key. Αυτό θα αφαιρέσει όλες τα σημεία. Πατώντας ξανά το πλήκτρο <key>Esc</"
+#~ "key> θα απενεργοποιηθεί η λειτουργία της Πολλαπλής επεξεργασίας, "
+#~ "επιστρέφοντας τον επεξεργαστή στην αρχική του κατάσταση."
+
+#~ msgid "Save and restore your working sessions"
+#~ msgstr "Αποθήκευση και ανάκτηση των ενεργών συνεδριών σας"
+
+#~ msgid "Session Saver"
+#~ msgstr "Αποθήκευση συνεδριών"
+
+#~ msgid ""
+#~ "The <app>Session Saver</app> plugin saves groups of files together so "
+#~ "that you can open them together at a later time. To enable the plugin, "
+#~ "select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Preferences</gui><gui>Plugins</gui> <gui>Session Saver</gui></guiseq>."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>Αποθήκευση συνεδρίας</app> αποθηκεύει ομάδες αρχείων "
+#~ "μαζί ώστε να μπορείτε να τις ανοίξετε μαζί μια άλλη στιγμή. Για να "
+#~ "ενεργοποιήσετε το πρόσθετο, επιλέξτε <guiseq><gui style=\"menu\">gedit</"
+#~ "gui> <gui style=\"menuitem\">Προτιμήσεις</gui><gui>Πρόσθετα</gui> "
+#~ "<gui>Αποθήκευση συνεδρίας</gui></guiseq>."
+
+#~ msgid "To save a new session:"
+#~ msgstr "Για να αποθηκεύσετε μια νέα συνεδρία:"
+
+#~ msgid ""
+#~ "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Save current "
+#~ "session</gui></guiseq>."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui>Αρχείο</gui><gui>Αποθηκευμένες συνεδρίες</"
+#~ "gui><gui>Αποθήκευση τρέχουσας συνεδρίας</gui></guiseq>."
+
+#~ msgid "Type a session name in the <gui>Save session</gui> dialog box."
+#~ msgstr ""
+#~ "Πληκτρολογήστε το όνομα της συνεδρίας στο παράθυρο του διαλόγου "
+#~ "<gui>Αποθήκευση συνεδρίας</gui>."
+
+#~ msgid "Click <gui>Save</gui>."
+#~ msgstr "Πατήστε στην <gui>Αποθήκευση</gui>."
+
+#~ msgid "To open an existing session:"
+#~ msgstr "Για να ανοίξετε μια υπάρχουσα συνεδρία:"
+
+#~ msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui></guiseq>."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui>Αρχείο</gui><gui>Αποθηκευμένες συνεδρίες</gui></"
+#~ "guiseq>."
+
+#~ msgid "Click the name of your desired session."
+#~ msgstr "Πατήστε στο όνομα της επιθυμητής συνεδρίας."
+
+#~ msgid "To delete an existing session:"
+#~ msgstr "Για να διαγράψετε μια τρέχουσα συνεδρία:"
+
+#~ msgid ""
+#~ "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui> Manage saved "
+#~ "sessions</gui></guiseq>."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui>Αρχείο</gui><gui>Αποθηκευμένες συνεδρίες</gui><gui> "
+#~ "Διαχείριση αποθηκευμένων συνεδριών</gui></guiseq>."
+
+#~ msgid "Click <gui>Delete</gui>."
+#~ msgstr "Πατήστε στο <gui>Διαγραφή</gui>."
+
+#~ msgid ""
+#~ "The session name will still be listed in your list of sessions until you "
+#~ "close <app>gedit</app>."
+#~ msgstr ""
+#~ "Η συνεδρία θα εμφανιστεί στη λίστα των συνεδριών μέχρι να κλείσετε το "
+#~ "<app>gedit</app>."
+
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-side-pane3.png' "
+#~ "md5='4b800d370193ac0ed8db9eb33b86e11c'"
+#~ msgstr ""
+#~ "external ref='figures/gedit-side-pane3.png' "
+#~ "md5='4b800d370193ac0ed8db9eb33b86e11c'"
+
+#~ msgid ""
+#~ "Automatically insert tags, strings and special characters into a document"
+#~ msgstr ""
+#~ "Αυτόματη προσθήκη ετικετών, συμβολοσειρών και ειδικών χαρακτήρων σε ένα "
+#~ "έγγραφο"
+
+#~ msgid "Tag list"
+#~ msgstr "Λίστα ετικετών"
+
+#~ msgid ""
+#~ "The <app>Tag List</app> plugin allows you to insert common tags and "
+#~ "special characters from a list in the side pane. By default, the plugin "
+#~ "can insert tags and special characters for <app>HTML</app>, <app>XHTML</"
+#~ "app>, <app>XSLT</app>, <app>XUL</app> and <app>LaTeX</app>."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>Λίστα ετικετών</app> σας επιτρέπει να εισάγετε κοινές "
+#~ "ετικέτες και ειδικούς χαρακτήρες από μία λίστα στην πλευρική στήλη. Από "
+#~ "προεπιλογή, το πρόσθετο μπορεί να εισάγει ετικέτες και ειδικούς "
+#~ "χαρακτήρες για <app>HTML</app>, <app>XHTML</app>, <app>XSLT</app>, "
+#~ "<app>XUL</app> και <app>LaTeX</app>."
+
+#~ msgid "Enable Tag List Plugin"
+#~ msgstr "Ενεργοποίηση προσθέτου λίστας ετικετών"
+
+#~ msgid "To enable the <app>Tag List</app> plugin:"
+#~ msgstr "Για ενεργοποίηση του προσθέτου <app>Λίστα ετικετών</app>:"
+
+#~ msgid "Select <gui style=\"menuitem\">Tag List</gui> to enable the plugin."
+#~ msgstr ""
+#~ "Επιλέξτε <gui style=\"menuitem\">Λίστα ετικετών</gui> για ενεργοποίηση "
+#~ "του προσθέτου."
+
+#~ msgid ""
+#~ "Access the tag list by selecting <guiseq><gui style=\"menu\">View</gui> "
+#~ "<gui style=\"menuitem\">Side Pane</gui></guiseq>, or by pressing <key>F9</"
+#~ "key>."
+#~ msgstr ""
+#~ "Προσπελάστε την λίστα ετικετών επιλέγοντας <guiseq><gui style=\"menu"
+#~ "\">Προβολή</gui> <gui style=\"menuitem\">Πλευρική στήλη</gui></guiseq>, ή "
+#~ "πατώντας το <key>F9</key>."
+
+#~ msgid ""
+#~ "The side pane will initially show a list of open documents, so to view "
+#~ "and use the <app>Tag List</app>, you will need to click on the tab "
+#~ "showing the \"plus\" icon at the bottom of the side pane. The icon will "
+#~ "look similar to this:"
+#~ msgstr ""
+#~ "Η πλευρική στήλη αρχικά δείχνει μια λίστα ανοιχτών εγγράφων, οπότε για να "
+#~ "προβάλετε και να χρησιμοποιήσετε την <app>Λίστα ετικετών</app>, θα "
+#~ "χρειαστεί να πατήσετε στην καρτέλα που δείχνει το εικονίδιο \"συν\" στο "
+#~ "κάτω μέρος της πλευρικής στήλης. Το εικονίδιο θα μοιάζει με αυτό:"
+
+#~ msgid "Inserting Tags and Special Characters"
+#~ msgstr "Εισαγωγή ετικετών και ειδικών χαρακτήρων"
+
+#~ msgid ""
+#~ "The <app>tag list</app> uses a drop-down menu to let you choose from the "
+#~ "different types of tags. For example, one tag option is <gui>HTML - Tags</"
+#~ "gui>."
+#~ msgstr ""
+#~ "Η <app>λίστα ετικετών</app> χρησιμοποιεί ένα αναδυόμενο μενού που σας "
+#~ "επιτρέπει να διαλέξετε από τις διάφορες ετικέτες. Για παράδειγμα, μια "
+#~ "επιλογή ετικετών είναι οι <gui>ετικέτες - HTML</gui>."
+
+#~ msgid "To start inserting tags, complete the following:"
+#~ msgstr "Για να αρχίσετε να εισαγωγή ετικετών, κάντε τα ακόλουθα:"
+
+#~ msgid ""
+#~ "Move the cursor to where you will want to insert the tag or special "
+#~ "character."
+#~ msgstr ""
+#~ "Μετακινήστε τον κέρσορα στο μέρος που θέλετε να εισάγετε την ετικέτα ή "
+#~ "τον ειδικό χαρακτήρα."
+
+#~ msgid ""
+#~ "Select the desired tag type from the drop-down menu at the top of the "
+#~ "side pane."
+#~ msgstr ""
+#~ "Επιλέξτε τον επιθυμητό τύπο ετικέτας από το αναδυόμενο μενού στο πάνω "
+#~ "μέρος της πλευρικής στήλης."
+
+#~ msgid "Scroll through the list to find the desired tag or character."
+#~ msgstr ""
+#~ "Κυλήστε τη λίστα ετικετών μέχρι να βρείτε την απαιτούμενη ετικέτα ή "
+#~ "χαρακτήρα."
+
+#~ msgid "Double-click on the tag in the tag list."
+#~ msgstr "Διπλοπατήστε στην ετικέτα στην λίστα ετικετών."
+
+#~ msgid ""
+#~ "The tag or special character you have chosen will then be displayed in "
+#~ "your document."
+#~ msgstr ""
+#~ "Η ετικέτα ή ο ειδικός χαρακτήρας που επιλέξατε θα εμφανισθεί τότε στο "
+#~ "έγγραφο σας."
+
+#~ msgid "Tag List Tips"
+#~ msgstr "Συμβουλές λίστας ετικετών"
+
+#~ msgid ""
+#~ "You can also insert a tag by pressing <key>Return</key> or "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq>."
+#~ msgstr ""
+#~ "Μπορείτε επίσης να εισάγετε μια ετικέτα πατώντας <key>Return</key> ή "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq>."
+
+#~ msgid ""
+#~ "Pressing the <key>Return</key> key will insert the tag at the cursor "
+#~ "position, and then return focus to the document. Pressing "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq> will insert the tag at "
+#~ "the cursor position, but will keep the focus on the <app>tag-list</app>."
+#~ msgstr ""
+#~ "Πατώντας το πλήκτρο <key>Επιστροφή</key> θα εισάγει την ετικέτα στη θέση "
+#~ "του δρομέα και μετά θα επαναφέρει την εστίαση στο έγγραφο. Πατώντας "
+#~ "<keyseq><key>Shift</key><key>Επιστροφή</key></keyseq> θα εισάγει την "
+#~ "ετικέτα στη θέση του δρομέα, αλλά θα κρατήσει την εστίαση στην <app>Λίστα "
+#~ "ετικετών</app>."
+
+#~ msgid ""
+#~ "You can see a preview of what text will be inserted for each tag and "
+#~ "special character by clicking on the word the <gui>Preview</gui> at the "
+#~ "bottom of the side pane."
+#~ msgstr ""
+#~ "Μπορείτε να δείτε μια προεπισκόπηση του κειμένου που θα εισαχθεί για κάθε "
+#~ "ετικέτα και ειδικό χαρακτήρα πατώντας στην λέξη και <gui>Προεπισκόπηση</"
+#~ "gui> στο κάτω μέρος της πλευρικής στήλης."
+
+#~ msgid "Add a terminal console to the bottom pane"
+#~ msgstr "Προσθέστε μια κονσόλα τερματικού στο κάτω παράθυρο"
+
+#~ msgid "Embedded terminal"
+#~ msgstr "Ενσωματωμένο τερματικό"
+
+#~ msgid ""
+#~ "<app>gedit</app> makes it possible to include an embedded version of "
+#~ "<app>GNOME Terminal</app>, the GNOME command-line application, in the "
+#~ "bottom pane of the <app>gedit</app> window. This will let you run "
+#~ "scripts, install needed software, or test your program without leaving "
+#~ "<app>gedit</app>."
+#~ msgstr ""
+#~ "Το <app>gedit</app> καθιστά δυνατή τη συμπερίληψη μιας ενσωματωμένης "
+#~ "έκδοσης του <app>Τερματικού Gnome</app>, την εφαρμογή της γραμμής εντολών "
+#~ "GNOME, στο κάτω πλαίσιο του παραθύρου του <app>gedit</app>. Αυτό θα σας "
+#~ "επιτρέψει να τρέξετε σενάρια, να εγκαταστήσετε λογισμικό που χρειάζεστε, "
+#~ "ή να ελέγξετε το πρόγραμμα σας χωρίς να φύγετε από το <app>gedit</app>."
+
+#~ msgid "Enable Embedded Terminal"
+#~ msgstr "Ενεργοποίηση ενσωματωμένου τερματικού"
+
+#~ msgid "To enable the Embedded Terminal plugin:"
+#~ msgstr "Για ενεργοποίηση του ενσωματωμένου προσθέτου τερματικού:"
+
+#~ msgid ""
+#~ "Select <gui style=\"menuitem\">Embedded Terminal</gui> to enable the "
+#~ "plugin."
+#~ msgstr ""
+#~ "Επιλέξτε <gui style=\"menuitem\">Ενσωματωμένο τερματικό</gui> για "
+#~ "ενεργοποίηση του προσθέτου."
+
+#~ msgid "Using Embedded Terminal"
+#~ msgstr "Χρήση του ενσωματωμένου τερματικού"
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, to add a terminal to the bottom pane:"
+#~ msgstr ""
+#~ "Όταν ενεργοποιήσετε το πρόσθετο, για να προσθέσετε ένα τερματικό στο κάτω "
+#~ "παράθυρο:"
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">View</gui> <gui style=\"menuitem"
+#~ "\">Bottom Pane</gui></guiseq>. Alternatively, you can press "
+#~ "<keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui style=\"menu\">Προβολή</gui> <gui style=\"menuitem"
+#~ "\">Κατω παράθυρο</gui></guiseq>. Εναλλακτικά, μπορείτε να πατήστε "
+#~ "<keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+
+#~ msgid "Increase or decrease text size"
+#~ msgstr "Αυξήστε ή ελαττώστε το μέγεθος του κειμένου"
+
+#~ msgid "Text Size"
+#~ msgstr "Μέγεθος κειμένου"
+
+#~ msgid ""
+#~ "The text size plugin allows you to temporarily change the text size for "
+#~ "better readibility in <app>gedit</app> without changing the program's "
+#~ "default text size."
+#~ msgstr ""
+#~ "Το πρόσθετο μέγεθος του κειμένου επιτρέπει την προσωρινή αλλαγή του "
+#~ "μεγέθους του κειμένου για καλύτερη αναγνωσιμότητα στο <app>gedit</app> "
+#~ "χωρίς να αλλάξετε το προεπιλεγμένο μέγεθος κειμένου της εφαρμογής."
+
+#~ msgid "Enable Text Size Plugin"
+#~ msgstr "Ενεργοποίηση προσθέτου μεγέθους κειμένου"
+
+#~ msgid "To enable Text Size plugin:"
+#~ msgstr "Για να ενεργοποιήσετε το πρόσθετο μεγέθους κειμένου:"
+
+#~ msgid "Select <gui style=\"menuitem\">Text Size</gui> to enable the plugin."
+#~ msgstr ""
+#~ "Επιλέξτε <gui style=\"menuitem\">Μέγεθος κειμένου</gui> για την "
+#~ "ενεργοποίηση του προσθέτου."
+
+#~ msgid "Use Text Size Plugin"
+#~ msgstr "Χρήση προσθέτου μεγέθους κειμένου"
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, do any of the following to change the "
+#~ "text size in <app>gedit</app>:"
+#~ msgstr ""
+#~ "Όταν ενεργοποιήσετε το πρόσθετο, κάντε ένα από τα παρακάτω για να "
+#~ "αλλάξετε το μέγεθος του κειμένου στο <app>gedit</app>:"
+
+#~ msgid ""
+#~ "To <em>increase</em> the text size, press <keyseq><key>Ctrl</key><key>+</"
+#~ "key></keyseq>."
+#~ msgstr ""
+#~ "Για <em>αύξηση</em> του μεγέθους του κειμένου, πατήστε <keyseq><key>Ctrl</"
+#~ "key><key>+</key></keyseq>."
+
+#~ msgid ""
+#~ "To <em>decrease</em> the text size, press <keyseq><key>Ctrl</key><key>-</"
+#~ "key></keyseq>."
+#~ msgstr ""
+#~ "Για <em>μείωση</em> του μεγέθους του κειμένου, πατήστε <keyseq><key>Ctrl</"
+#~ "key><key>-</key></keyseq>."
+
+#~ msgid ""
+#~ "To <em>reset</em> the text size to the default size, press "
+#~ "<keyseq><key>Ctrl</key><key>0</key></keyseq>."
+#~ msgstr ""
+#~ "Για <em>επαναφορά</em> του μεγέθους του κειμένου στο προεπιλεγμένο "
+#~ "μέγεθος, πατήστε <keyseq><key>Ctrl</key><key>0</key></keyseq>."
+
+#~ msgid "Autocomplete words or portions of code as you type"
+#~ msgstr "Αυτόματη συμπλήρωση λέξεων ή τμημάτων κώδικα καθώς πληκτρολογείτε"
+
+#~ msgid "Word completion"
+#~ msgstr "Συμπλήρωση λέξεων"
+
+#~ msgid ""
+#~ "The <app>Word Completion</app> plugin can speed up your editing by "
+#~ "suggesting completions of words as you type. To enable the plugin:"
+#~ msgstr ""
+#~ "Με το πρόσθετο <app>Συμπλήρωση λέξεων</app> μπορείτε να επιταχύνετε την "
+#~ "επεξεργασία διότι προτείνονται συμπληρώσεις λέξεων καθώς πληκτρολογείτε. "
+#~ "Για να ενεργοποιήσετε το πρόσθετο:"
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">Edit</gui> <gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui style=\"menu\">Επεξεργασία</gui> <gui style="
+#~ "\"menuitem\">Προτιμήσεις</gui> <gui style=\"tab\">Πρόσθετα</gui></guiseq>."
+
+#~ msgid ""
+#~ "Select <gui style=\"menuitem\">Word Completion</gui> to enable the plugin."
+#~ msgstr ""
+#~ "Επιλέξτε <gui style=\"menuitem\">Συμπλήρωση λέξεων</gui> για ενεργοποίηση "
+#~ "του προσθέτου."
+
+#~ msgid ""
+#~ "While editing, the <app>Word Completion</app> plugin will automatically "
+#~ "display a pop-up list of words that begin with the letters you have "
+#~ "already typed. Word suggestions are based upon words that appear "
+#~ "elsewhere in your document and upon pre-defined keywords if your document "
+#~ "is of a recognised format."
+#~ msgstr ""
+#~ "Κατά την επεξεργασία, το πρόσθετο <app>Συμπλήρωση λέξεων</app> θα "
+#~ "εμφανίσει αυτόματα μια λίστα λέξεων που θα ξεκινούν με τα γράμματα που "
+#~ "έχετε πληκτρολογήσει. Οι υποδείξεις λέξεων βασίζονται σε λέξεις που "
+#~ "εμφανίζονται στο έγγραφο σας και σε προκαθορισμένες λέξεις κλειδιά αν το "
+#~ "έγγραφο σας είναι μιας αναγνωρίσιμης μορφής."
+
+#~ msgid ""
+#~ "To insert a suggested word, double-click on it in the pop-up list or "
+#~ "press <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> "
+#~ "is the number displayed next to your desired word."
+#~ msgstr ""
+#~ "Για να εισαγάγετε μια λέξη, διπλοπατήστε στην αναδυόμενη λίστα ή πατήστε "
+#~ "<keyseq><key>Alt</key><key>Num</key></keyseq>, όπου <key>Num</key> είναι "
+#~ "ο αριθμός που εμφανίζεται στην επιθυμητή σας λέξη."
+
+#~ msgid ""
+#~ "The list of available languages will vary, depending on the configuration "
+#~ "of your system."
+#~ msgstr ""
+#~ "Η λίστα των διαθέσιμων γλωσσών θα ποικίλει, ανάλογα με τη διαμόρφωση του "
+#~ "συστήματός σας."
+
+#~ msgid "Once you've enabled it, here is how to use the plugin:"
+#~ msgstr ""
+#~ "Μόλις το ενεργοποιήσετε, δείτε πως μπορείτε να χρησιμοποιήσετε το "
+#~ "πρόσθετο:"
+
+#~ msgid ""
+#~ "The <app>Quick Open</app> plugin will only display files that you have "
+#~ "previously opened."
+#~ msgstr ""
+#~ "Το πρόσθετο <app>Γρήγορο άνοιγμα</app> εμφανίζει μόνο τα αρχεία που "
+#~ "είχατε ανοίξει προηγουμένως."
+
+#~| msgid ""
+#~| "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~| "\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\"/> <gui style=\"menuitem\">Manage "
+#~ "Snippets</gui>.</guiseq>."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui style=\"menu\"/> <gui style=\"menuitem\">Διαχείριση "
+#~ "αποσπασμάτων</gui>.</guiseq>."
+
+#~ msgid ""
+#~ "To enable the <app>Snippets</app> plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Snippets</gui></guiseq>."
+#~ msgstr ""
+#~ "Για να ενεργοποιήσετε το πρόσθετο <app>Αποσπάσματα</app>, επιλέξτε "
+#~ "<guiseq> <gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Προτιμήσεις</gui><gui>Πρόσθετα</gui><gui>Αποσπάσματα</gui></guiseq>."
+
+#~ msgid "Using, Modifying and creating snippets"
+#~ msgstr "Χρήση, επεξεργασία και δημιουργία αποσπασμάτων"
+
+#~ msgid "Inserting snippets of text into your files"
+#~ msgstr "Εισαγωγή αποσπασμάτων κειμένου στα αρχεία σας"
+
+#~ msgid "The following points will help you get started with using snippets:"
+#~ msgstr ""
+#~ "Τα ακόλουθα στοιχεία θα σας βοηθήσουν να ξεκινήσετε με τα αποσπάσματα:"
+
+#~ msgid "Make sure the syntax is set appropriately."
+#~ msgstr "Σιγουρευτείτε πως έχει οριστεί σωστά η σύνταξη."
+
+#~ msgid "Review the default snippets."
+#~ msgstr "Αναθεώρηση των προεπιλεγμένων αποσπασμάτων."
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Manage Snippets</gui></guiseq>. "
+#~ "Review the snippets that are available for your language or syntax. Find "
+#~ "some basic snippets that you think might be useful for you."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui>Εργαλεία</gui><gui>Διαχείριση αποσπασμάτων</gui></"
+#~ "guiseq>. Αναθεωρήστε τα αποσπάσματα που είναι διαθέσιμα για τη γλώσσα ή "
+#~ "τη σύνταξη σας. Βρείτε μερικά βασικά αποσπάσματα που πιθανόν να είναι "
+#~ "χρήσιμα για εσάς."
+
+#~ msgid "Try using some of the snippets."
+#~ msgstr "Δοκιμάστε να χρησιμοποιήσετε μερικά αποσπάσματα."
+
+#~ msgid ""
+#~ "To enable the <app>Sort</app> plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Για να ενεργοποιήσετε το πρόσθετο <app>Ταξινόμηση</app>, επιλέξτε "
+#~ "<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Προτιμήσεις</gui><gui>Πρόσθετα</gui><gui>Ταξινόμηση</gui></guiseq>."
+
+#~ msgid ""
+#~ "After you have enabled the <gui>Sort</gui> plugin, use it by selecting "
+#~ "the lines of text you want to sort, and then clicking <guiseq><gui style="
+#~ "\"menu\">gedit</gui><gui>Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Αφού ενεργοποιήσετε το πρόσθετο <gui>Ταξινόμηση</gui>, χρησιμοποιήστε το "
+#~ "επιλέγοντας τις γραμμές κειμένου που θέλετε να ταξινομήσετε, και έπειτα "
+#~ "πατώντας στην <guiseq><gui style=\"menu\">gedit</gui><gui>Ταξινόμηση</"
+#~ "gui></guiseq>."
+
+#~ msgid ""
+#~ "To use the <app>Tag List</app> plugin, you will need to enable the "
+#~ "plugin, and then activate the tag-list portion of the side pane."
+#~ msgstr ""
+#~ "Για να χρησιμοποιήσετε το πρόσθετο <app>Λίστα ετικετών</app>, θα "
+#~ "χρειαστεί να ενεργοποιήσετε το πρόσθετο, και μετά να ενεργοποιήσετε το "
+#~ "τμήμα της λίστας ετικετών του πλευρικού παράθυρου."
+
+#~ msgid ""
+#~ "You can activate the plugin by selecting <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Tag List</gui></guiseq>. Once you have activated the plugin, "
+#~ "access it by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></"
+#~ "guiseq>, or by pressing <key>F9</key>."
+#~ msgstr ""
+#~ "Μπορείτε να ενεργοποιήσετε το πρόσθετο επιλέγοντας <guiseq><gui style="
+#~ "\"menu\">gedit</gui> <gui style=\"menuitem\">Προτιμήσεις</"
+#~ "gui><gui>Πρόσθετα</gui><gui>Λίστα ετικετών</gui></guiseq>. Αφού "
+#~ "ενεργοποιήσετε το πρόσθετο, πηγαίνετε σε αυτό επιλέγοντας "
+#~ "<guiseq><gui>Προβολή</gui><gui>Πλευρική στήλη</gui></guiseq>, ή πατώντας "
+#~ "<key>F9</key>."
+
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Embedded "
+#~ "Terminal</gui></guiseq>."
+#~ msgstr ""
+#~ "Για να ενεργοποιήσετε αυτό το πρόσθετο, επιλέξτε <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Προτιμήσεις</gui><gui>Πρόσθετα</"
+#~ "gui><gui>Ενσωματωμένο τερματικό</gui></guiseq>."
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, add the terminal to the bottom pane by "
+#~ "selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just "
+#~ "press <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+#~ msgstr ""
+#~ "Αφού ενεργοποιήσετε το πρόσθετο, προσθέστε το τερματικό στο κάτω παράθυρο "
+#~ "επιλέγοντας <guiseq><gui>Προβολή</gui><gui>Κάτω παράθυρο</gui></guiseq>, "
+#~ "ή απλά πατήστε <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+
+#~ msgctxt "_"
+#~ msgid "external ref='reverse-collate.png' md5='__failed__'"
+#~ msgstr "external ref='reverse-collate.png' md5='__failed__'"
+
+#~ msgid "To reverse the order:"
+#~ msgstr "Για να αντιστρέψετε τη σειρά:"
+
+#~ msgid ""
+#~ "In the <gui>General</gui> tab of the Print window under <em>Copies</em>, "
+#~ "check <gui>Reverse</gui>. The last page will be printed first, and so on."
+#~ msgstr ""
+#~ "Στην καρτέλα <gui>Γενικά</gui> του παραθύρου Εκτύπωση κάτω από τα "
+#~ "<em>Αντίγραφα</em> επιλέξτε <gui>Αντίστροφη σειρά</gui>. Η τελευταία "
+#~ "σελίδα θα εκτυπωθεί πρώτη και ούτω καθεξής."
+
+#~ msgid "Printing output to a file"
+#~ msgstr "Εκτύπωση σε αρχείο"
+
+#~ msgid ""
+#~ "You can also use <app>gedit</app> to print to a file. To do so, select "
+#~ "<guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>."
+#~ msgstr ""
+#~ "Μπορείτε επίσης να χρησιμοποιήσετε το <app>gedit</app> για να εκτυπώσετε "
+#~ "ένα. Για αν το κάνετε, επιλέξτε <guiseq><gui>Αρχείο</gui><gui>Εκτύπωση</"
+#~ "gui><gui>Εκτύπωση σε αρχείο</gui></guiseq>."
+
+#~ msgctxt "_"
+#~ msgid "external ref='print-select.png' md5='__failed__'"
+#~ msgstr "external ref='print-select.png' md5='__failed__'"
+
+#~ msgid "To only print certain pages from the document:"
+#~ msgstr "Για να εκτυπώσετε συγκεκριμένες σελίδες από το έγγραφο:"
+
+#~ msgid "Click <guiseq><gui>File</gui><gui> Print...</gui></guiseq>"
+#~ msgstr ""
+#~ "Πατήστε στο <guiseq><gui>Αρχείο</gui><gui> Εκτύπωση...</gui></guiseq>."
+
+#~ msgid ""
+#~ "For example, if you enter \"1,3,5-7,9\" in the <gui>Pages</gui> textbox, "
+#~ "pages 1, 3, 5, 6, 7 and 9 will be printed."
+#~ msgstr ""
+#~ "Για παράδειγμα, εάν εισάγετε\"1,3,5-7,9\" στο πλαίσιο κειμένου "
+#~ "<gui>σελίδες</gui>, θα τυπωθούν οι σελίδες 1, 3, 5, 6, 7 και 9."
+
+#~ msgid "Ctrl + Alt + PageUp"
+#~ msgstr "Ctrl + Alt + PageUp"
+
+#~ msgid "Ctrl + Alt + PageDown"
+#~ msgstr "Ctrl + Alt + PageDown"
+
+#~ msgid "Ctrl + W"
+#~ msgstr "Ctrl + W"
+
+#~ msgid "Ctrl + Shift + L"
+#~ msgstr "Ctrl + Shift + L"
+
+#~ msgid "Ctrl + Shift + W"
+#~ msgstr "Ctrl + Shift + W"
+
+#~ msgid "Alt + <var>n</var>"
+#~ msgstr "Alt + <var>n</var>"
+
+#~ msgid "Ctrl + N"
+#~ msgstr "Ctrl + N"
+
+#~ msgid "Ctrl + O"
+#~ msgstr "Ctrl + O"
+
+#~ msgid "Ctrl + S"
+#~ msgstr "Ctrl + S"
+
+#~ msgid "Ctrl + Shift + S"
+#~ msgstr "Ctrl + Shift + S"
+
+#~ msgid "Ctrl + P"
+#~ msgstr "Ctrl + P"
+
+#~ msgid "Ctrl + Shift + P"
+#~ msgstr "Ctrl + Shift + P"
+
+#~ msgid "Ctrl + Q"
+#~ msgstr "Ctrl + Q"
+
+#~ msgid "Ctrl + Z"
+#~ msgstr "Ctrl + Z"
+
+#~ msgid "Ctrl + Shift + Z"
+#~ msgstr "Ctrl + Shift + Z"
+
+#~ msgid "Ctrl + X"
+#~ msgstr "Ctrl + X"
+
+#~ msgid "Ctrl + C"
+#~ msgstr "Ctrl + C"
+
+#~ msgid "Ctrl + V"
+#~ msgstr "Ctrl + V"
+
+#~ msgid "Ctrl + A"
+#~ msgstr "Ctrl + A"
+
+#~ msgid "Ctrl + D"
+#~ msgstr "Ctrl + D"
+
+#~ msgid "Alt + Up Arrow"
+#~ msgstr "Alt + πάνω βέλος"
+
+#~ msgid "Alt + Down Arrow"
+#~ msgstr "Alt + κάτω βέλος"
+
+#~ msgid "F9"
+#~ msgstr "F9"
+
+#~ msgid "Ctrl + F9"
+#~ msgstr "Ctrl + F9"
+
+#~ msgid "Ctrl + F"
+#~ msgstr "Ctrl + F"
+
+#~ msgid "Ctrl + G"
+#~ msgstr "Ctrl + G"
+
+#~ msgid "Ctrl + Shift + G"
+#~ msgstr "Ctrl + Shift + G"
+
+#~ msgid "Ctrl + H"
+#~ msgstr "Ctrl + H"
+
+#~ msgid "Ctrl + Shift + K"
+#~ msgstr "Ctrl + Shift + K"
+
+#~ msgid "Ctrl + I"
+#~ msgstr "Ctrl + I"
+
+#~ msgid "Shift + F7"
+#~ msgstr "Shift + F7"
+
+#~ msgid "Alt + F12"
+#~ msgstr "Alt + F12"
+
+#~ msgid "F8"
+#~ msgstr "F8"
+
+#~ msgid "Ctrl + Shift + D"
+#~ msgstr "Ctrl + Shift + D"
+
+#~ msgid "F1"
+#~ msgstr "F1"
+
+#~ msgid ""
+#~ "To enable the plugin, select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Spell "
+#~ "Checker</gui></guiseq>."
+#~ msgstr ""
+#~ "Για να ενεργοποιήσετε το πρόσθετο, επιλέξτε <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Προτιμήσεις</gui><gui>Πρόσθετα</"
+#~ "gui> <gui>Ορθογραφικός έλεγχος</gui></guiseq>."
+
+#~ msgid ""
+#~ "<app>gedit</app> will only check your document's spelling when you choose "
+#~ "<guiseq><gui>Tools</gui><gui>Check Spelling</gui></guiseq>. To have "
+#~ "<app>gedit</app> automatically check your spelling, select "
+#~ "<guiseq><gui>Tools</gui><gui>Highlight Misspelled Words</gui></guiseq>."
+#~ msgstr ""
+#~ "Το <app>gedit</app> θα ελέγξει μόνο την ορθογραφία του εγγράφου σας, εάν "
+#~ "επιλέξετε <guiseq><gui>Εργαλεία</gui><gui>Έλεγχος ορθογραφίας</gui></"
+#~ "guiseq>. Για να ελέγχει το <app>gedit</app> αυτόματα την ορθογραφία σας, "
+#~ "επιλέξτε <guiseq><gui>Εργαλεία</gui><gui>Επισήμανση ανορθόγραφων λέξεων</"
+#~ "gui></guiseq>."
+
+#~ msgid "Click and hold the mouse button on the tab"
+#~ msgstr "Πατήστε και κρατήστε το κουμπί του ποντικιού στην καρτέλα"
+
+#~ msgid "Release the mouse button"
+#~ msgstr "Απελευθερώστε το κουμπί του ποντικιού"
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; "
+#~ "Colors</gui></guiseq>."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui>Επεξεργασία</gui><gui>Προτιμήσεις</"
+#~ "gui><gui>Γραμματοσειρά &amp; Χρώματα</gui></guiseq>."
+
+#~ msgid ""
+#~ "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#~ "Colors</key></keyseq>."
+#~ msgstr ""
+#~ "Επιλέξτε <keyseq><key>Επεξεργασία</key><key>Προτιμήσεις</"
+#~ "key><key>Γραμματοσειρά &amp; χρώματα</key></keyseq>."
+
+#~ msgid ""
+#~ "If the color that you want to select is currently on your screen, click "
+#~ "on the icon that looks like an eyedropper."
+#~ msgstr ""
+#~ "Αν το χρώμα που θέλετε να επιλέξετε εμφανίζεται στην οθόνη σας, τότε "
+#~ "κάντε κλικ στο εικονίδιο που μοιάζει με σταγονόμετρο."
+
+#~ msgid ""
+#~ "Your mouse pointer will change appearance, and will look like an "
+#~ "eyedropper."
+#~ msgstr ""
+#~ "Ο δείκτης του ποντικιού σας θα αλλάξει εμφάνιση, και θα μοιάζει με "
+#~ "σταγονόμετρο."
+
+#~ msgid ""
+#~ "Use the eyedropper and click on the portion of your screen that contains "
+#~ "the color you want to use. The color code for that color will appear in "
+#~ "the color picker window."
+#~ msgstr ""
+#~ "Χρησιμοποιήστε το σταγονόμετρο και κάντε κλικ στο τμήμα της οθόνης που "
+#~ "περιέχει το χρώμα που θέλετε να χρησιμοποιήσετε. Ο κωδικός του χρώματος "
+#~ "θα εμφανιστεί στο παράθυρο του επιλογέα χρώματος."
+
+#~ msgid ""
+#~ "Using the spell-check feature in <app>gedit</app> requires that you first "
+#~ "enable the spell-check plugin. To enable the plugin, select "
+#~ "<guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Spell Checker</gui> </guiseq>."
+#~ msgstr ""
+#~ "Η χρήση του ορθογραφικού ελέγχου στο <app>gedit</app> απαιτεί αρχικά να "
+#~ "ενεργοποιήσετε το πρόσθετο του ορθογραφικού ελέγχου. Για να "
+#~ "ενεργοποιήσετε το πρόσθετο, επιλέξτε <guiseq><gui>Επεξεργασία </"
+#~ "gui><gui>Προτιμήσεις</gui><gui>Πρόσθετα</gui><gui>Ορθογραφικός έλεγχος</"
+#~ "gui> </guiseq>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Autocheck Spelling</gui></guiseq> to "
+#~ "make <app>gedit</app> highlight spelling errors while you type."
+#~ msgstr ""
+#~ "Επιλέξτε <guiseq><gui>Εργαλεία</gui><gui>Αυτόματος ορθογραφικός έλεγχος</"
+#~ "gui></guiseq> για να κάνετε το <app>gedit</app> να επισημαίνει "
+#~ "ορθογραφικά σφάλματα καθώς πληκτρολογείτε."
+
+#~ msgid "To drag a tab into a new window:"
+#~ msgstr "Για να σύρετε μία καρτέλα σε ένα νέο παράθυρο:"
+
+#~ msgid "jwcampbell@gmail.com"
+#~ msgstr "jwcampbell@gmail.com"
+
+#~ msgid "dneelyep@gmail.com"
+#~ msgstr "dneelyep@gmail.com"
+
+#~ msgid ""
+#~ "We all make mistakes. Even <app>gedit</app> users make mistakes. "
+#~ "Fortunately, <app>gedit</app> can help you recover from mistakes. To undo "
+#~ "an action in <app>gedit</app>, press <keyseq><key>Ctrl</key><key>Z</key></"
+#~ "keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>."
+#~ msgstr ""
+#~ "Όλοι κάνουμε λάθη. Ακόμα και οι χρήστες του <app>gedit</app> κάνουν λάθη. "
+#~ "Ευτυχώς, το <app>gedit</app> μπορεί νας σας βοηθήσει να ανακτήσετε από τα "
+#~ "λάθη. Για να αναιρέσετε μια ενέργεια στο <app>gedit</app>, πατήστε "
+#~ "<keyseq><key>Ctrl</key><key>Z</key></keyseq>, ή κάντε κλικ στην "
+#~ "<guiseq><gui>Επεξεργασία</gui><gui>Αναίρεση</gui></guiseq>."
+
+#~ msgid "Drag the tab out of the space it occupies"
+#~ msgstr "Σύρετε την καρτέλα έξω από το πεδίο που καταλαμβάνει"
+
+#~ msgid ""
+#~ "It's difficult to drag a tab into a new window when either the old or new "
+#~ "window is maximized. For best results, un-maximize the windows before "
+#~ "dragging the tab."
+#~ msgstr ""
+#~ "Είναι δύσκολο να σύρετε μια καρτέλα σε ένα νέο παράθυρο όταν είτε το "
+#~ "παλιό ή το νέο παράθυρο είναι μεγιστοποιημένα. Για καλύτερα αποτελέσματα, "
+#~ "σμικρύνετε τα παράθυρο πριν σύρετε την καρτέλα."
+
+#~ msgid "To close the <gui>search window</gui>, press <key>Esc</key>."
+#~ msgstr ""
+#~ "Για να κλείσετε το <gui>παράθυρο αναζήτησης</gui>, πατήστε το πλήκτρο "
+#~ "<key>Esc</key>."
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit3-screenshot.png'; "
+#~ "md5=174aac884967f8e4226ab33d9498c60b"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit3-screenshot.png'; "
+#~ "md5=174aac884967f8e4226ab33d9498c60b"
+
+#~ msgid "Coming soon!"
+#~ msgstr "Έρχεται σύντομα!"
+
+#~ msgid "Install Additional gedit Plugins"
+#~ msgstr "Εγκατάσταση επιπλέον προσθέτων gedit"
+
+#~ msgid "Obtain"
+#~ msgstr "Απόκτηση"
+
+#~ msgid ""
+#~ "The first step to install a plugin in <app>gedit</app> is to obtain the "
+#~ "plugin. Third-party plugins will often be obtained by downloading them "
+#~ "from the plugin's web site. Refer to the plugin's documentation for "
+#~ "further information on obtaining the plugin - instructions will vary "
+#~ "depending on the plugin."
+#~ msgstr ""
+#~ "Το πρώτο βήμα για να εγκαταστήσετε ένα πρόσθετο στο <app>gedit</app> "
+#~ "είναι να το αποκτήσετε. Τα πρόσθετα τρίτων συχνά θα αποκτούνται "
+#~ "κατεβάζοντας τα από την ιστοσελίδα του προσθέτου. Ανατρέξτε στην "
+#~ "τεκμηρίωση του προσθέτου για περισσότερες πληροφορίες στην απόκτηση του - "
+#~ "οι οδηγίες θα ποικίλλουν ανάλογα το πρόσθετο."
+
+#~ msgid "Install"
+#~ msgstr "Εγκατάσταση"
+
+#~ msgid "Installing a Plugin"
+#~ msgstr "Εγκατάσταση ενός προσθέτου"
+
+#~ msgid "Locate the plugin files to be installed."
+#~ msgstr "Εντοπίστε τα αρχεία του πρόσθετου για να εγκατασταθούν."
+
+#~ msgid "Install the plugin files:"
+#~ msgstr "Εγκατάσταση των πρόσθετων αρχείων:"
+
+#~ msgid "Do more with gedit by using gedit plugins."
+#~ msgstr "Κάντε περισσότερα με το gedit χρησιμοποιώντας πρόσθετα gedit."
+
+#~ msgid ""
+#~ "This will activate the <em>file-browser</em> mode of the <app>side panel</"
+#~ "app>. You can then use the navigation buttons at the top of the pane to "
+#~ "locate and open your desired files."
+#~ msgstr ""
+#~ "Αυτό θα ενεργοποιήσει την λειτουργία <em>πλοήγηση-αρχείων</em> της "
+#~ "<app>Πλευρικής μπάρας</app>. Μπορείτε να χρησιμοποιήσετε τα κουμπιά "
+#~ "πλοήγησης στο πάνω μέρος της μπάρας για να βρείτε και να ανοίξετε τα "
+#~ "επιθυμητά αρχεία σας."
+
+#~ msgid ""
+#~ "Be careful. If you make a mistake outside of <app>gedit</app> (e.g., If "
+#~ "you say something mean to your friend) <app>gedit</app> will not be able "
+#~ "to help you undo that mistake."
+#~ msgstr ""
+#~ "Προσέξτε. Αν κάνετε κάποιο λάθος έξω από το <app>gedit</app> (π.χ., Αν "
+#~ "πείτε κάτι άσχημο στον φίλο σας) το <app>gedit</app> δεν θα είναι σε θέση "
+#~ "να σας βοηθήσει να αναιρέσετε αυτό το λάθος."
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window. When you start <app>gedit</app>, a "
+#~ "single tab will be displayed above the contents of the current file."
+#~ msgstr ""
+#~ "Η εργασία με καρτέλες στο <app>gedit</app> σας επιτρέπει να "
+#~ "παρακολουθείτε αρκετά αρχεία σε ένα μόνο παράθυρο. Όταν εκκινήσετε το "
+#~ "<app>gedit</app>, μια μοναδική καρτέλα θα εμφανίζετε πάνω από τα "
+#~ "περιεχόμενα του τρέχων αρχείου."
+
+#~ msgid ""
+#~ "To view the contents of a specific tab, click the tab itself. The "
+#~ "contents of the file will be displayed below the currently open tabs. "
+#~ "Clicking the <guiseq><gui>X</gui></guiseq> on the side of the tab will "
+#~ "close that file."
+#~ msgstr ""
+#~ "Για να προβάλετε τα περιεχόμενα μιας συγκεκριμένης καρτέλας, κάντε κλικ "
+#~ "στην ίδια την καρτέλα. Τα περιεχόμενα του αρχείου θα προβληθούν κάτω από "
+#~ "τις τρέχουσες ανοιχτές καρτέλες. Κάνοντας κλικ στο <guiseq><gui>X</gui></"
+#~ "guiseq> στην άκρη της καρτέλας θα κλείσει το αρχείο αυτό."
+
+#~ msgid ""
+#~ "There are several different ways to organize your tabs in <app>gedit</"
+#~ "app>."
+#~ msgstr ""
+#~ "Υπάρχουν πολλοί διάφοροι τρόποι για να οργανώσετε τις καρτέλες στο "
+#~ "<app>gedit</app>."
+
+#~ msgid ""
+#~ "The following section provides options that can help you replace text "
+#~ "more efficiently with <app>gedit</app>."
+#~ msgstr ""
+#~ "Η ακόλουθη ενότητα παρέχει επιλογές που μπορούν να σας βοηθήσουν να "
+#~ "αντικαταστήσετε κείμενο πιο αποδοτικά με το <app>gedit</app>."
+
+#~| msgid "Find and Replace Options"
+#~ msgid "Find/Replace options"
+#~ msgstr "Επιλογές εύρεσης και αντικατάστασης"
+
+#, fuzzy
+#~ msgid ""
+#~ "To set the page options, choose File Page Setup to display the Page Setup "
+#~ "dialog. The Page Setup dialog enables you to specify the following print "
+#~ "options: General Tabbed Section Fonts General Tabbed Section Print syntax "
+#~ "highlighting Select this option to print syntax highlighting. For more "
+#~ "information about syntax highlighting, see Section 7.1 ― Syntax "
+#~ "Highlighting. Print page headers Select this option to include a header "
+#~ "on each page that you print. You cannot configure the header. Line "
+#~ "Numbers Select the Print line numbers option to include line numbers when "
+#~ "you print a file. Use the Number every ... lines spin box to specify how "
+#~ "often to print the line numbers, for example every 5 lines, every 10 "
+#~ "lines, and so on. Text Wrapping Select the Enable text wrapping option to "
+#~ "wrap text onto the next line, at a character level, when you print a "
+#~ "file. The application counts wrapped lines as one line for line numbering "
+#~ "purposes. Select the Do not split words over two lines option to wrap "
+#~ "text onto the next line, at a word level, when you print a file. Fonts "
+#~ "Body Click on this button to select the font to use to print the body "
+#~ "text of a file. Line numbers Click on this button to select the font to "
+#~ "use to print line numbers. Headers and footers Click on this button to "
+#~ "select the font to use to print the headers and footers in a file. To "
+#~ "reset the fonts to the default fonts for printing a file from gedit, "
+#~ "click Restore Default Fonts."
+#~ msgstr ""
+#~ "Για να ορίσετε τις επιλογές σελίδας, διαλέξτε την Ρύθμιση σελίδας αρχείου "
+#~ "για να εμφανιστεί ο διάλογος Ρύθμισης της σελίδας. Ο διάλογος της "
+#~ "Ρύθμισης σελίδας σας επιτρέπει να προσδιορίσετε τις ακόλουθες επιλογές "
+#~ "εκτύπωσης:"
diff --git a/help/el/figures/gedit-html-snippet.png b/help/el/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..34cf8cd
--- /dev/null
+++ b/help/el/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/el/figures/gedit3-screenshot.png b/help/el/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..1c8b49a
--- /dev/null
+++ b/help/el/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/en_GB/en_GB.po b/help/en_GB/en_GB.po
new file mode 100644
index 0000000..575d8a8
--- /dev/null
+++ b/help/en_GB/en_GB.po
@@ -0,0 +1,3495 @@
+# British English translation for gedit.
+# Copyright (C) 2020 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Zander Brown <zbrown@gnome.org>, 2020.
+# Bruce Cowan <bruce@bcowan.me.uk>, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"POT-Creation-Date: 2020-08-03 01:01+0000\n"
+"PO-Revision-Date: 2020-08-13 19:57+0100\n"
+"Last-Translator: Bruce Cowan <bruce@bcowan.me.uk>\n"
+"Language-Team: English - United Kingdom <en@li.org>\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Gtranslator 3.36.0\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr "Zander Brown <zbrown@gnome.org>, 2020"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Change the text and background colours in gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:10
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimovac"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Change the colour scheme"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> includes several different colour schemes, allowing you to "
+"change the appearance of the main text window."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "To change the colour scheme:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colours</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Choose your desired colour scheme."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "The new colour scheme will be applied immediately."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Use a Custom Colour Scheme"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"You can also use colour schemes that have been created by others, or create "
+"and use your own colour schemes."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Instructions on how to install custom colour schemes, as well as examples of "
+"colour schemes that you can download and use, are available on the <link "
+"href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit "
+"wiki</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Use a custom font for your text in gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:12
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:19
+msgid "Change the default font"
+msgstr "Change the default font"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:26
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "To change the default font in <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:27
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colours</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:30
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+"Untick the box next to the phrase, \"Use the system fixed-width font.\""
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:35
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Exit from the file you are using."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Close a file"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Open a new file for editing."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Create a new file"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Use administrative privileges to edit a file."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Edit a file as the root user"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Learn the basics of how to work with files in gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "File basics: Open, close, and save files"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Set gedit to use the entire screen."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Use fullscreen mode"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Turn on fullscreen mode"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Turn off fullscreen mode"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Use gedit's side pane as a file browser."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "View and open files from the side panel"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Opening files from the side panel"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Using the side panel to switch between open files"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Clicking on any file name in the side panel will open that file for editing."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Open files to start working on them."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Open a file or set of files"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"This will cause the <gui>Open</gui> dialogue to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"To close the <gui>Open</gui> dialogue without opening a file, click "
+"<gui>Cancel</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Access files that are stored on a different computer."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Open a file that is located on a server"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "In the header bar, click on <gui>Open</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Click <gui>Other Locations</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Enter the IP Address or URL of the appropriate server."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Find and select the file that you wish to open."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Click <gui>Open</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Access files that you have previously opened in <app>gedit</app>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Reopen a recently-used file"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most-recently used files."
+msgstr ""
+"<app>gedit</app> will display a menu with the ten most-recently used files."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Select the desired file, and it will open in a new tab."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse a recently-used file from the menu, the full "
+"path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"When hovering with the mouse a recently-used file from the menu, the full "
+"path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Use plug-ins to customise how gedit works for you."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Configure and use gedit plug-ins"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"You can do more with <app>gedit</app> by using plug-ins. Several plug-ins "
+"are installed by default, but a large number of other plug-ins are available "
+"separately."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Many Linux distributions make a group of these plug-ins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plug-ins available to <app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Default gedit Plug-ins"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Additional gedit Plug-ins"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Change the case of selected text."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Change case"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"This plug-in helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plug-in, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plug-ins</gui><gui>Change Case</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Once the <em>Change Case</em> plug-in is enabled, you can use it by "
+"completing the following steps:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Highlight the portion of text that you want to change."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Choose your desired text-formatting option."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "The updates to the text formatting will take place immediately."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be greyed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "View document statistics."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Document statistics"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"The <em>Document Statistics</em> plug-in shows you various statistics about "
+"your current document. To enable this plug-in, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plug-ins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Using Document Statistics"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Once the plug-in is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Run scripts on your current files, and interact with other applications."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "External tools"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"The <em>External Tools</em> plug-in can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plug-in, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plug-ins</gui> <gui>External Tools</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Configure the external tools plug-in"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Once you have enabled the plug-in, you will need to configure it to suit "
+"your needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"This plug-in is for advanced users, and requires knowledge of scripting to "
+"be used effectively. Use this plug-in with care, as mistakes with your "
+"scripts can affect your work in unintended ways."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Use the side panel to browse and open files."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "File browser panel"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plug-in. This plug-in embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plug-ins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Insert the current date/time at the cursor position."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Insert date/time"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"As this name of this plug-in suggests, the <gui>Insert Date/Time</gui> plug-"
+"in allows you to insert the date and/or time at the current cursor position."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "To enable the plug-in:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab\">Plug-"
+"ins</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plug-in."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"To use the plug-in, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"By default, the <gui>Insert Date/Time</gui> plug-in will prompt you to "
+"choose your preferred date/time format each time that you use the plug-in. "
+"However, you can choose your own default date and time format by pressing "
+"the menu button in the top-right corner of the window and selecting <guiseq> "
+"<gui style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plug-ins</"
+"gui><gui> Insert Date/Time</gui><gui style=\"button\">Preferences</gui></"
+"guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "How to install third-party plug-ins."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Additional gedit plug-ins"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Installing third-party plug-ins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plug-ins, or even the extra plug-ins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plug-ins is <link href=\"https://wiki.gnome.org/Apps/Gedit"
+"\">kept here</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Installing a third-party plug-in involves downloading the plug-in, placing "
+"the plug-in files in the right directory, and activating the plug-in."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"You can usually download a plug-in from the plug-in's website, but may need "
+"to use a revision-control program like <app>git</app>, <app> bazaar</app>, "
+"or <app>subversion</app> to copy a plug-in's software repository from the "
+"internet. Refer to the plug-in's documentation for information on getting "
+"the plug-in."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Place the plug-in files into the <file>/home/<var>username</var>/.local/"
+"share/gedit/plugins</file> directory."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Of course, replace the word <var>username</var> with your own username."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"After you have placed the plug-in files into the correct directory, the plug-"
+"in will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plug-ins</gui><gui>[Name of Plug-in]</"
+"gui> </guiseq> to enable the plug-in."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Click <gui>Close</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"After you have enabled the plug-in, it should be available for you to use."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate and Vim-style modelines support for gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Modelines"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"The <app>Modelines</app> plug-in allows <app>gedit</app> to analyse the "
+"lines of text at the start and end of a file, and then apply a set of "
+"document preferences to the file. The <app>Modelines</app> plug-in supports "
+"a subset of the options used by the <app>Emacs</app>, <app>Kate</app> and "
+"<app>Vim</app> text editors."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"To enable the <app>Modelines</app> plug-in, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plug-ins</"
+"gui><gui>Modelines</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "General Modeline Options"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "The following options can be set using <app>gedit</app> modelines:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Tab width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Indent width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Inserting spaces instead of tabs"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Text Wrapping"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Right margin width"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialogue."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Emacs Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Kate Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Vim Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Add an interactive Python console to the bottom pane."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Python console"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plug-ins</gui> <gui>Python Console</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"If you have also enabled the <gui>Embedded Terminal</gui> plug-in, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Quickly open a file or set of files."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Quick open"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"As the name of this plug-in would imply, the <app>Quick Open</app> plug-in "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plug-in, select <guiseq><gui style=\"menu\">gedit</"
+"gui> <gui>Preferences</gui><gui>Plug-ins</gui><gui>Quick Open</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Once you have enabled the <app>Quick Open</app> plug-in you can use it as "
+"follows:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Open the <app>Quick Open</app> dialogue box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "The <gui>Quick Open</gui> file dialogue will appear."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Use your mouse to select the file or files that you want to open."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Quick Open</app> will look for files in:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "The directory of the currently opened document"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plug-in"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Directories which you have bookmarked in <app>Files</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Your <file>Desktop</file> directory"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "Your <file>Home</file> directory"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr "Use snippets to quickly insert often-used pieces of text."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Snippets"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Enable Snippets Plug-in"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "To enable the <gui>Snippets</gui> plug-in:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plug-ins</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr "Select <gui style=\"menuitem\">Snippets</gui> to enable the plug-in."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Browse Snippets"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "To browse available snippets:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "In this example, the language is set to HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Browse the snippets that are available for your language or syntax."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Using Snippets"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "To insert a snippet into your current document:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr "Type the desired snippet name anywhere in your current document."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Snippet Example Usage"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Adding Snippets"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "New Snippet Example"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Sort lines of text into alphabetical order."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Sort"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"The Sort plug-in arranges selected lines of text into alphabetical order."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Enable Sort Plug-in"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "To enable the <app>Sort</app> plug-in:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr "Select <gui style=\"menuitem\">Sort</gui> to enable the plug-in."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Using Sort Plug-in"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "To use the <gui>Sort</gui> plug-in:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Select the desired lines of text."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"The <gui>Sort</gui> dialogue will open, allowing you to choose between "
+"several sorting options:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr "<gui>Ignore case</gui> will ignore case sensitivity."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "To perform the sort operation, click <gui>Sort</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Set the pages to print in a certain order."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Getting Copies To Print In The Correct Order"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Reverse"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialogue under <gui "
+"style=\"group\">Copies</gui>, tick <gui style=\"checkbox\">Reverse</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "The last page will be printed first, and so on."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Collate"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "To Collate:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialogue under <gui "
+"style=\"group\">Copies</gui> tick <gui style=\"checkbox\">Collate</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Print the files that you create with gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Printing documents"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> allows you to print both to a file and to paper."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Print Preview"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Printing To Paper"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Select the desired printer from the list of printers available."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Print Multiple Copies And Between Specified Ranges"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Printing To File"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr ""
+"Printing is enabled for the following file formats, you may select from:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"To print the document to file, click <gui style=\"button\">Print</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Choose the pages that you want to print."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Only print certain pages"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialogue choose "
+"<gui style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</"
+"gui> section."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "A brief introduction to gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Get started with gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Replace portions of text in a file."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Replace text"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Replace text in <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr ""
+"Enter the text that you wish to replace into the <gui>Find</gui> field."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr ""
+"Enter the new, replacement text into the <gui>Replace with</gui> field."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "More options"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "If you wish, you can add some extra parameters to your search:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Match case"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Match entire word only"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Search backwards"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Wrap around"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Using escape sequences"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Newline"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Carriage return"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tab"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Save your file to work on it later."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Save a file"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"If you are saving a new file, a dialogue will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Find a portion of text within a file."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Search for text"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Finding text"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Type the text you wish to search for in the <gui>search window</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr "To scroll through the search results, do any of the following:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Search tips"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr "Select <gui>Match Case</gui> to make the search case sensitive."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Select <gui>Match Entire Word Only</gui> to search only complete words."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Check your files for spelling errors."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Spell-check your document"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Enable the spell checker"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"The Spell-check feature is provided as a plug-in in <app>gedit</app> which "
+"can be enabled as required. To enable the plug-in:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plug-in."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "To check for misspelt words in your document:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelt Words</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Using spell-check"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialogue. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognised "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognised words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognise the word "
+"in documents and thus will not be highlighted as a misspelt word."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Define the language to use for spell checking"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Dictionaries"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Highlight your text to make it easier to read."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Turn on syntax highlighting"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Syntax highlighting"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognises the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Group similar tabs together."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Organise files in grouped tabs"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organised. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Open a new tab group in the gedit window"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "To open a new tab group you can:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Move a tab to another tab group"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "If you want to move a tab from one tab group to another:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Click and hold the mouse button on the tab."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Drag the tab to another tab group pane."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Place it beside other tabs in the tab group."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Release the mouse button."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Change the position of a tab in the gedit window."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Move and re-order tabs"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Change the order of tabs in the gedit window"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "To change the ordering of tabs in a window:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Move the tab to the desired position among the other tabs."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Move a tab, creating a new gedit window"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "To create a new window from an existing tab:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Drag the tab out of the <app>gedit</app> window."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"To move a tab into a new window when <app>gedit</app> is maximised, drag the "
+"tab onto the top bar at the top of the screen."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Move a tab to another gedit window"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "If you want to move a tab from one window to another:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Drag the tab to the new window."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Place it beside other tabs in the new window."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Create or close tabs in the gedit window."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Add and remove tabs"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Adding tabs"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Removing tabs"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Revert a recent change to one of your files."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Undo/redo a recent action"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"You cannot undo a change after you have closed a <app>gedit</app> file."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "gedit Text Editor"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "gedit Text Editor"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Home page of the gedit help guide."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> gedit Text Editor"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Working With Files"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Configure gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "gedit Plug-ins"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Printing with gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Attribution-ShareAlike 3.0 Unported Licence"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "This work is licensed under a <_:link-1/>."
diff --git a/help/es/es.po b/help/es/es.po
new file mode 100644
index 0000000..9ade28b
--- /dev/null
+++ b/help/es/es.po
@@ -0,0 +1,9581 @@
+# translation of gedit.help.master.po to Español
+# translation of gedit manual to Spanish
+#
+# Francisco Javier F. Serrador <serrador@cvs.gnome.org>, 2006.
+# María Majadas <maria.majadas@hispalinux.es>, 2005.
+# Jorge González <jorgegonz@svn.gnome.org>, 2006, 2007, 2009, 2010, 2011.
+#
+#
+# Daniel Mustieles <daniel.mustieles@gmail.com>, 2011-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.help.master\n"
+"POT-Creation-Date: 2020-07-08 15:05+0000\n"
+"PO-Revision-Date: 2020-09-04 12:47+0200\n"
+"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
+"Language-Team: Spanish - Spain <gnome-es-list@gnome.org>\n"
+"Language: es_ES\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Gtranslator 3.36.0\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Daniel Mustieles <daniel.mustieles@gmail.com>, 2011-2020\n"
+"Jorge González <jorgegonz@svn.gnome.org>, 2006-2011\n"
+"María Majadas <maria.majadas@hispalinux.es>, 2005b"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Cambiar los colores del texto y del fondo en gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:10
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Cambiar el esquema de color"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> incluye diferentes esquemas de colores, permitiéndole "
+"cambiar la apariencia de la ventana de texto principal."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Para cambiar el esquema de color:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Pulse el botón de menú en la esquina superior derecha de la ventana "
+"seleccione <guiseq><gui style=\"menuitem\">Preferencias</gui> "
+"<gui>Tipografía y colores</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Elija el esquema de color que quiera."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Se aplicará el nuevo esquema de color inmediatamente."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Usar un esquema de color personalizado"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"También puede usar esquemas de colores creados por otros o crear y usar su "
+"propio esquema de colores."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Las instrucciones para instalar esquemas de colores personalizados, así como "
+"ejemplos de esquemas de colores que puede descargar y usar, están "
+"disponibles en el <link href=\"https://wiki.gnome.org/Projects/GtkSourceView/"
+"StyleSchemes\">wiki de gedit</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Usar una tipografía personalizada para su texto en gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:12
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:19
+msgid "Change the default font"
+msgstr "Cambiar la tipografía predeterminada"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> usará de manera predeterminada en sistema de tipografía de "
+"ancho fijo, pero puede cambiar la tipografía predeterminada de <app>gedit</"
+"app> para que se ajuste a sus necesidades."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:26
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Para cambiar la tipografía predeterminada en <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:27
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferencias</gui> <gui>Tipografía y colores</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:30
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+"Desmarque la casilla junto a la frase «Usar la tipografía de ancho fijo del "
+"sistema.»"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Pulse sobre el nombre de la tipografía actual. <app>gedit</app> abrirá una "
+"ventana para elegir tipografías, que le permitirá ver las tipografías "
+"disponibles y elegir la que prefiere."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:35
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Después de elegir una tipografía nueva, use el <gui>deslizador</gui> para "
+"establecer el tamaño predeterminado de la tipografía."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Pulse <gui>Seleccionar</gui>, y luego pulse <gui>Guardar</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Cerrar el archivo que está usando."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Cerrar un archivo"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+#| msgid ""
+#| "To save a file in <app>gedit</app>, click on the <gui style=\"button"
+#| "\">Save</gui> button on the right side of the toolbar or just press "
+#| "<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Para guardar un archivo en <app>gedit</app>, pulse el botón <gui style="
+"\"button\">x</gui> en la parte derecha de la pestaña de archivos o pulse "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Cualquiera de estas acciones cerrará un archivo en <app>gedit</app>. Si su "
+"archivo contiene cambios que no se han guardado, <app>gedit</app> le "
+"preguntará si quiere guardarlos antes de cerrar el archivo."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Abrir un archivo nuevo para editarlo."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Crear un archivo nuevo"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+#| msgid ""
+#| "The easiest way to create a new file in <app>gedit</app>, is to click the "
+#| "<gui>Create a new document</gui> button on the left side of the toolbar, "
+#| "or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"La manera más sencilla de crear un documento nuevo en <app>gedit</app>, es "
+"pulsando el botón <gui>Crear un documento nuevo</gui> en la parte izquierda "
+"de la barra de cabecera o pulsando <keyseq><key>Ctrl</key><key>T</key></"
+"keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Cualquiera de estas acciones creará un archivo nuevo en <app>gedit</app>. Si "
+"tiene abiertos otros archivos en <app>gedit</app>, el archivo nuevo que cree "
+"aparecerá como una pestaña nueva a la derecha de esos archivos."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Usar privilegios de administración para editar un archivo."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Editar un archivo como root"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Editar archivos como superusuario es potencialmente peligroso y puede romper "
+"su sistema. Tenga mucho cuidado al editar archivos como superusuario."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Para editar archivos como superusuario lance <app>gedit</app> desde la "
+"terminal introduciendo:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Usando el comando <cmd>sudo</cmd> deberá introducir correctamente su "
+"contraseña antes de que <app>gedit</app> se abra."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Como alternativa al comando <cmd>sudo</cmd> puede obtener privilegios de "
+"administración introduciendo:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Después podrá lanzar <app>gedit</app> usando el comando <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Una vez que haya abierto <app>gedit</app> con privilegios de administración, "
+"<app>gedit</app> retendrá esos privilegios hasta que la cierre."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr ""
+"Aprender los conceptos básicos sobre cómo funcionan los archivos en gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Operaciones básicas con archivos: abrir, cerrar y guardar archivos"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+#| msgid ""
+#| "If you are new to <app>gedit</app>, these topics will help you with "
+#| "creating, saving, and opening and closing files."
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Si es nuevo en <app>gedit</app>, estos temas le ayudarán a crear, guardar, "
+"abrir y cerrar archivos."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Configurar gedit para que use toda la pantalla."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Usar el modo a pantalla completa"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Cuando trabaje con un documento grande, puede resultarle útil trabajar en el "
+"modo a pantalla completa de <app>gedit</app>. Usando el modo a pantalla "
+"completa se ocultarán la <gui>barra de menú</gui>, la <gui>barra de "
+"pestañas</gui> y la <gui>barra de herramientas</gui>, mostrándole más texto "
+"y permitiéndole centrarse mejor en sus tareas."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Abrir en modo a pantalla completa"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Para activar el modo a pantalla completa, pulse <key>F11</key>. El menú, el "
+"título y las barras de pestañas de <app>gedit</app> se ocultarán, y sólo se "
+"mostrará el texto de su archivo actual."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Si necesita realizar una acción desde el menú de <app>gedit</app> mientras "
+"trabaja en modo a pantalla completa, mueva el cursor de su ratón hasta la "
+"parte superior de la pantalla. La barra de menú de <app>gedit</app> "
+"reaparecerá, y podrá seleccionar la acción que quiera."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Para cambiar entre pestañas en modo a pantalla completa, pulse "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>Re Pág</key></keyseq> o "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>Av Pág</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Desactivar el modo a pantalla completa"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Para salir del modo a pantalla completa y volver a la ventana normal de "
+"<app>gedit</app>, pulse <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"También puede mover el cursor del ratón hasta la parte superior de la "
+"pantalla y espere a que aparezca la <gui>barra de menú</gui>. Cuando la "
+"<gui>barra de menú</gui> aparezca, seleccione <gui>Salir del modo a pantalla "
+"completa</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Usar el panel lateral de gedit como un examinador de archivos."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Ver y abrir archivos desde el panel lateral"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"La manera más habitual de cambiar entre archivos en <app>gedit</app> es "
+"usando las pestañas en la parte superior de la ventana de <app>gedit</app>. "
+"Sin embargo, en algunos casos, especialmente cuando está trabajando con "
+"muchos archivos abiertos, puede resultarle más cómodo usar el panel lateral."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Para activar el panel lateral, seleccione <guiseq><gui>Ver</gui><gui>Panel "
+"lateral</gui></guiseq>, o simplemente pulse la tecla <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Puede abrir o cerrar el panel lateral pulsando <key>F9</key> en cualquier "
+"momento."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Abrir archivos desde el panel lateral"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Para abrir archivos desde el <app>panel lateral</app>, primero abra el "
+"<app>panel lateral</app> seleccionando <guiseq><gui>Ver</gui><gui>Panel "
+"lateral</gui></guiseq> (o simplemente <key>F9</key>), y entonces pulse en el "
+"icono <gui>Examinador de archivos</gui> en la parte inferior del panel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Esto activará el modo <em>examinador de archivos</em> del panel lateral. "
+"Después puede usar los botones de navegación en la parte superior del panel "
+"para ubicar y abrir los archivos que quiera."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Usar el panel lateral para cambiar entre archivos abiertos"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Una vez que tenga varios archivos abiertos puede usar el panel lateral para "
+"cambiar entre archivos abiertos. Para ver los archivos abiertos elija "
+"<gui>Documentos</gui> en el desplegable de la parte superior del panel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Pulsando en cualquier nombre de archivo en el panel lateral abrirá ese "
+"archivo para editarlo."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Abrir archivos para empezar a trabajr con ellos."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Abrir un archivo o un conjunto de archivos"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Para abrir un archivo en <app>gedit</app>, pulse el botón <gui>Abrir</gui>, "
+"o pulse <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Esto hará que aparezca el diálogo <gui>Abrir</gui>. Use su ratón o su "
+"teclado para seleccionar el archivo que quiere abrir y pulse <gui>Abrir</"
+"gui>. El archivo que ha seleccionado se abrirá en una pestaña nueva."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Para cerrar el diálogo <gui>Abrir</gui> sin abrir un archivo pulse "
+"<gui>Cancelar</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Puede usar las teclas <key>Ctrl</key> y <key>Shift</key> para abrir más de "
+"un archivo al mismo tiempo. Si mantiene pulsada la tecla <key>Ctrl</key> "
+"mientras seleccionar varios archivos, al pulsar <gui>Abrir</gui> se abrirá "
+"cada uno de los archivos que ha seleccionado."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Manteniendo pulsada la tecla <key>Mayús</key> mientras selecciona varios "
+"archivos, abrirá el primer y el último archivo que haya seleccionado, y "
+"todos los archivos que hubiera entre ellos."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Acceder a archivos que se guardan en otro equipo."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Abrir un archivo ubicado en un servidor"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Antes de abrir un archivo desde un servidor con <app>gedit</app>, necesita "
+"conocer cierta información técnica sobre el servidor. Por ejemplo, necesita "
+"saber la dirección IP o el URL del servidor, y puede necesitar conocer qué "
+"tipo de servidor es (ej. HTTP, FTP, etc.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Además, algunos tipos de servidores imponen restricciones sobre qué puede "
+"hacer con los archivos almacenados en el servidor. Por ejemplo, puede ser "
+"capaz de abrir un archivo de un servidor, pero puede necesitar guardar los "
+"cambios en el archivo de manera local, o en su propio equipo."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Con estas advertencias en mente, realice los siguientes pasos para abrir un "
+"archivo desde un servidor usando <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "En la barra de cabecera pulse <gui>Abrir</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+#| msgid "Click <gui>Other Documents…</gui>."
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Pulse en <gui>Otras ubicaciones</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Introduzca la dirección IP o el URL del servidor apropiado."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Buscar y seleccionar el archivo que quiere abrir."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Use la lista desplegable «Codificación de caracteres» para seleccionar la "
+"codificación de caracteres apropiada."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Pulse <gui>Abrir</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+#| msgid ""
+#| "Valid types of URI include http:, ftp:, file:, and all of the methods "
+#| "supported by <app>gvfs</app>."
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Los tipos de URI válidos incluyen http:, ftp:, file: y todos los métodos "
+"soportados por <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Archivos desde algunos tipos de URI se abren como sólo lectura, y cualquier "
+"cambio que realice deberá guardarlo en una ubicación diferente. Por ejemplo, "
+"HTTP sólo permite lectura de archivos. Los archivos abiertos desde FTP son "
+"de sólo lectura porque no todos los servidores FTP trabajan correctamente "
+"con guardado remoto de archivos."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+#| msgid "Access files that you have updated recently."
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Acceder a archivos que ha abierto anteriormente en <app>gedit</app>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Reabrir un archivo usado recientemente"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+#| msgid ""
+#| "By default, <app>gedit</app> provides easy access to five of your most "
+#| "recently-used files. Here is how you can open a recently-used file:"
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> proporciona acceso fácil a los diez archivos más "
+"recientemente usados, abiertos previamente en <app>gedit</app>. Aquí se "
+"muestra cómo puede abrir un archivo usado recientemente:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+#| msgid "Click the arrow button next to the <gui>Open</gui> button."
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Pulse el botón de flecha junto al botón <gui>Abrir</gui> en la barra de "
+"cabecera."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+#| msgid ""
+#| "<app>gedit</app> will display a list of the five most-recently used files."
+msgid ""
+"<app>gedit</app> will display a menu with the ten most-recently used files."
+msgstr ""
+"<app>gedit</app> mostrará un menú con los diez archivos más recientemente "
+"usados."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Seleccione el archivo que quiera y se abrirá en una pestaña nueva."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse a recently-used file from the menu, the full "
+"path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Al pasar el ratón por encima de un archivo usado recientemente en el menú se "
+"muestra la ruta completa del archivo en la barra de estado en l aparte "
+"inferior de la ventana de <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Usar complementos para personalizar la funcionalidad de gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Configurar y usar los complementos de gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Puede hacer más con <app>gedit</app> usando los complementos. Varios "
+"complementos están instalados de forma predeterminada, pero existe un gran "
+"número de complementos disponibles de forma separada."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"La mayoría de las distribuciones de Linux agrupan estos complementos en un "
+"paquete llamado <app>gedit-plugins</app>. Instale el paquete <app>gedit-"
+"plugins</app> para hacer que estos complementos estén disponibles en "
+"<app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Instalar gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Complementos predeterminados de gedit"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Complementos adicionales de gedit"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Cambiar el uso de mayúsculas y minúsculas del texto seleccionado."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Cambiar capitalización"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Este complemento le ayuda a cambiar la capitalización de fragmentos de texto "
+"seleccionados. Puede usarlo para cambiar todo el texto a minúsculas, a "
+"mayúsculas, para invertir la capitalización o para aplicar títulos. Para "
+"activar este complemento, seleccione <guiseq><gui style=\"menu\">gedit</"
+"gui><gui> Preferencias</gui><gui>Complementos</gui><gui>Cambiar "
+"capitalización</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Una vez que el complemento <em>Cambiar capitalización</em> está activado, "
+"puede usarlo completando los siguientes pasos:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Resalte el fragmento de texto que quiere cambiar."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">gedit</gui><gui>Cambiar "
+"capitalización</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Elija la opción de formateo de texto que quiera."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Las actualizaciones del formato del texto se aplicarán inmediatamente."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"La opción <gui>Invertir capitalización</gui> convertirá todas las letras en "
+"minúscula a mayúsculas, y todas las letras en mayúscula a minúsculas."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"La opción <gui>Capitalización de titular</gui> cambiará la primera letra de "
+"cada palabra a mayúsculas. El resto de las letras se cambiarán a minúsculas."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Si no ha resaltado ningún texto, la característica <em>Cambiar "
+"capitalización</em> estará en gris. Debe seleccionar una parte del texto "
+"antes de poder usar la característica <em>Cambiar capitalización</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Ver las estadísticas del documento."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Estadísticas del documento"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"El complemento <em>Estadísticas del documento</em> puede mostrarle varias "
+"estadísticas sobre el documento actual. Para activar este complemento, "
+"seleccione <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferencias</gui><gui>Complementos</gui> <gui>Estadísticas del "
+"documento</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Usar «Estadísticas del documento»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Una vez que el complemento esté activado, úselo seleccionando "
+"<guiseq><gui>Herramientas</gui><gui>Estadísticas del documento</gui></"
+"guiseq>. Una ventana mostrará la información estadística del documento, "
+"incluyendo el número de palabras, de líneas, de caracteres, de caracteres "
+"sin espacios y el tamaño en bytes de su archivo."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"También puede usar las <em>Estadísticas del documento</em> para mostrar "
+"información sobre un fragmento de su documento. Para hacer esto, use el "
+"ratón para seleccionar el fragmento de texto que quiere examinar y "
+"seleccione <guiseq><gui>Herramientas</gui><gui>Estadísticas del documento</"
+"gui></guiseq>. <app>Gedit</app> mostrará información del documento completo "
+"y del fragmento de texto que ha resaltado."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Ejecutar scripts sobre sus archivos actuales e interactuar con otras "
+"aplicaciones."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Herramientas externas"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"El complemento <em>Herramientas externas</em> puede ayudarle a simplificar "
+"tareas repetitivas. Específicamente, amplía <app>gedit</app> ayudándole a "
+"ejecutar scripts en los archivos en los que está trabajando, y permitiendo a "
+"<app>gedit</app> interactuar con otros programas de su equipo. Para activar "
+"el complemento <app>Herramientas externas</app>, seleccione <guiseq><gui "
+"style=\"menu\">gedit</gui><gui> Preferencias</gui><gui>Complementos</"
+"gui><gui>Herramientas externas</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Configurar el complemento de herramientas externas"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Una vez que haya activado el complemento, tendrá que configurarlo para "
+"ajustarlo a sus necesidades. Las opciones de configuración están disponibles "
+"seleccionando <guiseq><gui>Herramientas</gui><gui>Gestionar herramientas "
+"externas</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Este complemento es para usuarios avanzados y para usarlo correctamente "
+"requiere conocimientos de «script». Use este complemento con cuidado, ya que "
+"errores con sus «script» pueden afectar a su trabajo de forma no "
+"intencionada."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Usar el panel lateral para examinar y abrir archivos."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Panel del examinador de archivos"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+#| msgid ""
+#| "Depending on how you use <app>gedit</app>, you may find it helpful to use "
+#| "the <app>File Browser pane</app> plugin. This plugin embeds a <app>file "
+#| "browser</app> in the side panel, giving you easy access to your "
+#| "frequently-used files."
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Dependiendo de cómo use <app>gedit</app>, puede resultarle útil usar el "
+"complemento <app>Panel del examinador de archivos</app>. Este complemento "
+"empotra un <app>examinador de archivos</app> en el panel lateral, "
+"proporcionándole un acceso fácil a sus archivos usados frecuentemente."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Puede activar el panel lateral seleccionando <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferencias</gui> <gui>Complementos</"
+"gui><gui>Panel del examinador de archivos</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Inserta la fecha y hora actuales en la posición del cursor."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Insertar fecha/hora"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"como su propio nombre sugiere el complemento <gui>Insertar fecha y hora</"
+"gui> le permite insertar la fecha y/o la hora en la posición actual del "
+"cursor."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Para activar el complemento:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Pulse el botón de menú en la esquina superior derecha de la ventana y "
+"seleccione <guiseq><gui style=\"menuitem\">Preferencias</gui> "
+"<gui>Complementos</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Seleccione <gui style=\"menuitem\">Insertar fecha y hora</gui> para activar "
+"el complemento."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Para usar el complemento pulse el botón de menú en la esquina superior "
+"derecha de la ventana y seleccione <guiseq><gui style=\"menuitem"
+"\">Herramientas</gui> <gui>Insertar fecha y hora…</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+#| msgid ""
+#| "By default, the <gui>Insert Date/Time</gui> plugin will prompt you to "
+#| "choose your preferred date/time format each time that you use the plugin. "
+#| "However, you can choose your own default date and time format by pressing "
+#| "the menu button in the top-right corner of the window and selecting "
+#| "<guiseq> <gui style=\"menuitem\">Preferences</gui><gui style=\"tab"
+#| "\">Plugins</gui><gui> Insert Date/Time</gui><gui style=\"button"
+#| "\">Configure</gui></guiseq>."
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"De manera predeterminada, el complemento <gui>Insertar fecha y hora</gui> le "
+"pedirá su formato de fecha y hora preferido cada vez que use el complemento. "
+"Sin embargo, puede seleccionar el formato de fecha y hora predeterminado "
+"pulse el botón de menú en la esquina superior derecha de la ventana y "
+"seleccionando <guiseq> <gui style=\"menuitem\">Preferencias</gui><gui style="
+"\"tab\">Complementos</gui><gui> Insertar fecha y hora</gui><gui style="
+"\"button\">Preferencias</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Cómo instalar complementos de terceras partes."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Complementos adicionales de gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Instalar complementos de terceras partes le da una funcionalidad que no está "
+"incluida de manera predeterminada en los complementos de <app>gedit</app> ni "
+"en los complementos adicionales que forman parte del paquete <app>gedit-"
+"plugins</app>. <link href=\"https://wiki.gnome.org/Apps/Gedit/\">Aquí</link> "
+"se mantiene una lista de complementos de terceras partes."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Instalar un complemento de terceras partes implica descargar el complemento, "
+"copiar los archivos del complemento en la carpeta correcta y activarlo."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Generalmente puede descargar el complemento de su página web, pero puede "
+"necesitar un programa de control de versiones como <app>git</app>, <app> "
+"bazaar</app>, or <app>subversion</app> para copiar el repositorio de "
+"software de un complemento desde Internet. Consulte la documentación del "
+"complemento para obtener más información."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Copie el complemento en la carpeta <file>/home/<var>nombre_de_usuario</var>/."
+"local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Por supuesto, reemplace la palabra <var>nombre_de_usuario</var> con su "
+"nombre de usuario."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Después de mover el complemento a la carpeta correcta, aparecerá en el menú "
+"«Preferencias». Pulse el botón de menú en la esquina superior derecha de la "
+"ventana y elija <guiseq><gui style=\"menuitem\">Preferencias</"
+"gui><gui>Complementos</gui><gui>[Nombre del complemento]</gui></guiseq> para "
+"activarlo."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Pulse <gui>Cerrar</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"Después de activar el complemento, debería estar disponible para usarse."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"La carpeta <file>.local</file> esta oculta de manera predeterminada. Para "
+"mostrar los archivos ocultos, seleccione <guiseq><gui>Ver</gui><gui>Mostrar "
+"archivos ocultos</gui></guiseq> o pulse <keyseq><key>Ctrl</key><key>H</key></"
+"keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Si la carpeta <file>.local/share/gedit/plugins/</file> no está presente en "
+"su sistema, deberá crearla."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+"Soporte para gedit para los estilos de los modos de líneas de Emacs, Kate y "
+"Vim."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Modos de líneas"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"El complemento <app>Modos de líneas</app> permite a <app>gedit</app> "
+"analizar las líneas de texto del principio y del final de un documento,y "
+"aplicar un conjunto de preferencias del documento al archivo. El complemento "
+"<app>Modos de líneas</app> soporta un subconjunto de las opciones usadas por "
+"los editores de texto <app>Emacs</app>, <app>Kate</app> y <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Para activar el complemento <app>Modos de líneas</app> seleccione "
+"<guiseq><gui style=\"menu\">gedit</gui><gui> Preferencias</"
+"gui><gui>Complementos</gui><gui>Modos de líneas</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Opciones generales de los modos de líneas"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Se pueden configurar las siguientes opciones usando los modos de líneas de "
+"<app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Ancho de tabulación"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Anchura de la sangría"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Insertar espacios en lugar de tabuladores"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Ajuste de texto"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Anchura del margen derecho"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Las preferencias establecidas para usar líneas de modo tienen preferencia "
+"sobre las especificadas en el diálogo de preferencias."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Líneas de modo Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Las primeras dos líneas de un documento se analizan buscando líneas de modos "
+"<app>Emacs</app>, y <app>gedit</app> soporta las siguientes opciones de "
+"líneas de modos <app>Emacs</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Para obtener más información sobre los modos de líneas de <app>Emacs</app>, "
+"visite el <link href=\"https://www.gnu.org/software/emacs/manual/emacs.html"
+"\">Manual de GNU Emacs</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Líneas de modo Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"La primera y las diez últimas líneas de un documento se analizan buscando "
+"líneas de modo <application>Kate</application>, y <app>gedit</app> soporta "
+"las siguientes opciones de líneas de modos <app>Kate</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Para obtener más información sobre los modos de líneas de <app>Kate</app>, "
+"visite la <link href=\"https://kate-editor.org/\">página web de Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Líneas de modo Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"La primera y las 3 últimas líneas de un documento se analizan buscando "
+"líneas de modo <application>Vim</application>, y <app>gedit</app> soporta "
+"las siguientes opciones de líneas de modos <app>Vim</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandir tabulador)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (detener tabulador)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (cambiar anchura)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Para obtener más información acerca de <app>Vim</app> visite el <link href="
+"\"https://www.vim.org/\">sitio web de Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Añadir una consola interactiva de Python en en panel inferior."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Consola de Python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Puede añadir una consola de Python al panel inferior, lo que le permite "
+"probar sus scripts Python sin salir de <app>gedit</app>. Para activar la "
+"consola de Python, seleccione <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferencias</gui><gui>Complementos</gui> <gui>Consola "
+"Python</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Una vez que la consola de Python esté activa, la puede abrir seleccionando "
+"<guiseq><gui>Ver</gui><gui>Panel inferior</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Si también tiene activado el complemento <gui>Terminal empotrada</gui>, la "
+"<gui>Consola Python</gui> aparecerá en una pestaña separada en el panel "
+"inferior."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Abrir rápidamente un archivo o un conjunto de archivos."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Apertura rápida"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Como su propio nombre indica, el complemento de <app>Apertura rápida</app> "
+"le ayuda a abrir archivos más rápidamente que de la manera habitual. Para "
+"activar este complemento, seleccione <guiseq><gui style=\"menu\">gedit</"
+"gui><gui> Preferencias</gui><gui>Complementos</gui><gui>Apertura rápida</"
+"gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Una vez que haya activado el complemento de <app>Apertura rápida</app> puede "
+"usarlo de la siguiente manera:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Abra el diálogo <app>Apertura rápida</app> pulsando <keyseq><key> Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, o seleccionando <gui style="
+"\"menuitem\">Apertura rápida…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Aparecerá el diálogo <gui>Apertura rápida</gui> de archivos."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Use su ratón para seleccionar los archivos que quiere abrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Para seleccionar varios archivos individuales, mantenga pulsada la tecla "
+"<key>Ctrl</key> mientras pulsa sobre los archivos que quiere abrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Para seleccionar un grupo de archivos, pulse sobre el primero de ellos, "
+"mantenga pulsada la tecla <key>Mayús</key>, y pulse sobre el último archivo "
+"de la lista de archivos que quiera abrir."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Apertura rápida</app> buscará archivos en:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "La carpeta del documento abierto actualmente"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+#| msgid ""
+#| "The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+#| "Browser Pane</app> plugin"
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"La carpeta raíz del complemento <app xref=\"gedit-plugins-file-browser"
+"\">Panel del examinador de archivos</app> plugin"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Los documentos recientes, que también se muestran en la carpeta "
+"<file>Recientes</file> en <app>Archivos</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Carpetas que ha añadido como marcadores en <app>Archivos</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Su carpeta <file>Escritorio</file>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "Su <file>Carpeta personal</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Apertura rápida</app> muestra archivos en cualquiera de las ubicaciones "
+"anteriores, sin importar si los ha abierto o no anteriormente."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Usar recortes para insertar rápidamente fragmentos de texto usados "
+"frecuentemente."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Recortes"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"Los <app>Recortes</app> proporcionan una manera adecuada de insertar "
+"porciones de código repetitivas en sus archivos. Por ejemplo, un recorte "
+"HTML para la etiqueta <code>&lt;img&gt;</code> insertará los fragmentos de "
+"apertura y cierre de la etiqueta, así como lugares fijos donde puede "
+"introducir los atributos de la imagen. Esto hace que escribir código sea más "
+"fácil y rápido."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Activar el complemento de recortes"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Para activar el complemento <gui>Recortes</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferencias</gui> <gui style=\"tab\">Complementos</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Seleccione <gui style=\"menuitem\">Recortes</gui> para activar el "
+"complemento."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Examinar los recortes"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Para examinar los recortes disponibles:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Herramientas</gui> <gui style="
+"\"menuitem\">Gestionar recortes</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Asegúrese de que la sintaxis está configurada correctamente. La barra de "
+"estado en la parte inferior de la ventana de <app>gedit</app> mostrará la "
+"configuración del lenguaje actual, que es lo que permite a gedit insertar "
+"los recortes adecuados. Normalmente, <app>Gedit</app> detectará el lenguaje "
+"o la sintaxis del archivo que está usando, pero es posible que algunas veces "
+"deba establecerlo."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "En este ejemplo, el lenguaje establecido es HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Examinar los fragmentos disponibles para su lenguage o sintaxis."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Usar los recortes"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Para insertar un recorte en su documento actual:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Escriba el nombre del recorte que quiere en cualquier lugar de su documento "
+"actual."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Pulse <key>Tab</key> para insertar el recorte asociado al término de entrada."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Ejemplo de uso de Recortes"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Por ejemplo, si establece que la sintaxis es <em>HTML</em>, escriba "
+"<code>head</code>, y pulse la tecla <key>Tab</key>. El texto se debería "
+"autocompletar con este recorte:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Título de la página&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Añadir recortes"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Puede añadir recortes nuevos que funcionen globalmente (es decir, para "
+"cualquier lenguaje) o sólo para una sintaxis determinada."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq style=\"menu\"><gui style=\"menuitem\">Herramientas</gui> "
+"<gui style=\"menuitem\">Gestionar recortes</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Desde la barra lateral de <gui>Gestionar recortes</gui>, seleccione la "
+"sintaxis que quiere y pulse el icono «+» para listar los recortes existentes "
+"para la sintaxis seleccionada."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Para añadir un recorte que funcione globalmente (es decir, cuando no se ha "
+"establecido una sintaxis o un lenguaje concreto para el documento), "
+"seleccione <gui>Global</gui> en la barra lateral de <gui>Gestionar recortes</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Para añadir un recorte nuevo,pulse en el icono «+» en la barra lateral de "
+"<gui>Gestionar recortes</gui> sidebar."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Introduzca un nombre para el recorte nuevo. El nombre del recorte puede ser "
+"diferente del recorte que quiere añadir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"En la sección <gui style=\"group\">Activación</gui> debe introducir un "
+"término en el área de texto <gui style=\"input\">Disparador:</gui>. Deberá "
+"usar este término para insertar el recorte."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Si quiere insertar un recorte con un atajo de teclado, pulse con el ratón en "
+"el área de texto <gui style=\"input\">Tecla rápida:</gui> y pulse la "
+"combinación de teclas que quiere. Una vez que haya pulsado y soltado las "
+"teclas, el atajo de teclado quedará configurado."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Introduzca el texto que quiere para el recorte en el área de texto <gui "
+"style=\"input\">Editar:</gui>. Puede usar <code>${n}</code> para indicar "
+"variables, donde <em>n</em> se reemplaza con un número que representa el "
+"orden numérico de las variables incluidas."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Ejemplo de recorte nuevo"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Considere que ha creado un recorte con el término <var>felicidades</var> en "
+"<gui style=\"input\">Disparador:</gui>. El área de texto <gui style=\"input"
+"\">Editar:</gui> contiene:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;felicidades&gt;¡Hola ${1:maravilloso}${2:increíble} mundo!\n"
+" &lt;/felicidades&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Puede insertar este fragmento escribiendo <var>felicidades</var> en el "
+"documento y pulsando la tecla <key>Tab</key> key. Se insertará el siguiente "
+"recorte de texto:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;felicidades&gt;¡Hola maravillosoincreíble mundo!&lt;/felicidades&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Las palabras «maravilloso» e «increíble», se pueden conservar o se pueden "
+"eliminar, dependiendo de lo que elija. Para eliminarlas, pulse <key>Tab</"
+"key> para elegir entre «maravilloso» e «increíble» y pulse <key>Del</key> "
+"para eliminar la opción elegida."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Ordenar líneas de texto alfabéticamente."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Ordenar"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"El complemento «Ordenar» coloca las líneas seleccionadas en orden alfabético."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Activar el complemento Ordenar"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Para activar el complemento <gui>Ordenar</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Seleccione <gui style=\"menuitem\">Ordenar</gui> para activar el complemento."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Usar el complemento Ordenar"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Para usar el complemento <gui>Ordenar</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+#| msgid "Drag and highlight the desired lines of text."
+msgid "Select the desired lines of text."
+msgstr "Seleccione las línea de texto que quiere."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Herramientas</gui> <gui style="
+"\"menuitem\">Ordenar…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"El diálogo <gui>Ordenar</gui> se abrirá, permitiéndole elegir entre varias "
+"opciones de ordenación:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr "<em>Orden inverso</em> ordenará el texto en orden alfabético inverso."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr "<em>Quitar duplicados</em> quitará los valores duplicados de la lista."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr "<em>Ignorar capitalización</em> ignorará la capitalización."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Para que la ordenación ignore los caracteres al principio de las líneas, "
+"establezca el primer carácter que debería usarse para ordenar en la columna "
+"del marcador incremental <em>Empezar en</em>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Para efectuar la ordenación pulse el botón <gui>Ordenar</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Configurar las páginas que imprimir en un orden determinado."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Imprimir copias en el orden correcto"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Invertir"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Generalmente, las impresoras imprimen primero la primera página, y luego la "
+"última, por lo que las páginas acaban en orden inverso cuando las coge. Para "
+"invertir el orden:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Archivo</gui> <gui style=\"menuitem"
+"\">Imprimir…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"En la pestaña <gui style=\"tab\">General</gui> de la ventana de impresión, "
+"en <gui style=\"group\">Copias</gui> seleccione <gui style=\"checkbox"
+"\">Invertir</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "La última página se imprimirá primero, y así sucesivamente."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Intercalar"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Si está imprimiendo más de una copia del documento, de forma predeterminada "
+"las impresiones se agruparán por número de página. (Ej.: saldrán todas las "
+"copias de la página uno, después de la página dos, etc.) Intercalarlas hará "
+"que cada copia salga con sus páginas agrupadas."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Para intercalar:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Pulse en <guiseq><gui style=\"menu\">Archivo</gui> <gui style=\"menuitem"
+"\">Imprimir</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"En la pestaña <gui>General</gui> de la ventana de impresión, en <gui style="
+"\"group\">Copies</gui> marque <gui style=\"checkbox\">Intercalar</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Imprimir los archivos que ha creado con gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Imprimir documentos"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Imprimir con <app>gedit</app> requiere que tenga conectada y configurada una "
+"impresora. Si no lo ha hecho, consulte la <link href=\"help:gnome-help/"
+"printing\">ayuda para imprimir en GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> le permite imprimir a un archivo o en papel."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Vista previa de impresión"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Antes de imprimir su documento, también puede previsualizar cómo quedará el "
+"documento imprimido usando la característica de <app>Vista previa de "
+"impresión</app>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Archivo</gui> <gui style=\"menuitem"
+"\">Vista previa de impresión</gui></guiseq>. Alternativamente puede pulsar "
+"<keyseq><key>Mayús</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Se abrirá una vista previa del documento en la misma pestaña del archivo. "
+"Puede examinar esta vista previa con la ayuda de los botones de navegación y "
+"de las herramientas de la barra de herramientas de la parte superior de la "
+"pestaña del documento. Para cerrar la vista previa y volver al documento, "
+"pulse en <gui style=\"button\">Cerrar vista previa</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Imprimir en papel"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Puede imprimir sus documentos en papel usando una impresora local o remota. "
+"Para imprimir un archivo:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Archivo</gui> <gui style=\"menuitem"
+"\">Imprimir</gui> <gui style=\"tab\">General</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr ""
+"Seleccione la impresora que quiere de la lista de impresoras disponibles."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Puede previsualizar el archivo usando el botón de <gui style=\"button"
+"\">Vista previa de impresión</gui> y, una vez que esté satisfecho con la "
+"configuración, pulse <gui style=\"button\">Imprimir</gui> para enviar el "
+"archivo a la impresora."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Adicionalmente, en la pestaña <gui style=\"tab\">Configuración de página</"
+"gui> puede elegir las opciones <gui style=\"group\">Distribución</gui> y "
+"<gui style=\"group\">Papel</gui> options. Dado que estas opciones están "
+"disponibles en todos los programas de <app>GNOME</app>, consulte la ayuda "
+"sobre <link href=\"help:gnome-help/printing#paper\">Opciones de distribución "
+"y de papel</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Imprimir varias copias y entre rangos especificados"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Puede establecer las opciones <gui style=\"group\">Rango</gui> y <gui style="
+"\"group\">Copias</gui> para ayduarle:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Imprimir a un archivo"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"También puede usar <app>gedit</app> para imprimir a un archivo. Para "
+"imprimir su documento a un archivo con otro formato:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Archivo</gui> <gui style=\"menuitem"
+"\">Imprimir</gui> <gui style=\"menuitem\">Imprimir a un archivo</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "La impresión está activada para los siguientes formatos de archivo:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Formato de documento portable (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Gráfico vectorial escalable (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Para imprimir el documento a un archivo, pulse <gui style=\"button"
+"\">Imprimir</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Elegir las páginas que quiere imprimir."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Imprimir sólo determinadas páginas"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Puede imprimir solo ciertas páginas del documento de manera selectiva. Por "
+"ejemplo, si quiere imprimir las páginas «1,3,5-7,9», solo se imprimirán las "
+"páginas 1, 3, 5, 6, 7 y 9. Para imprimir páginas a su elección:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Archivo</gui> <gui style=\"menuitem"
+"\">Imprimir…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"En la pestaña <gui style=\"tab\">General</gui>, en la ventana «Imprimir», "
+"elija <gui style=\"radiobutton\">Páginas</gui> de la sección <gui style="
+"\"group\">Rango</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Escriba los números de las páginas quiere imprimir en el documento, "
+"separados por comas. Use un guión para indicar un rango de páginas."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Una breve introducción a gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Inicio"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> es un editor de textos lleno de características para el "
+"entorno de escritorio GNOME. Puede usarlo para preparar simples notas y "
+"documentos, o puede usar algunas de sus características avanzadas, haciendo "
+"que sea su entorno de desarrollo de software."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+#| msgid ""
+#| "Once <app>gedit</app> launches, you can start writing right away. To save "
+#| "your text, just click the <gui>Save</gui> icon in the <app>gedit</app> "
+#| "toolbar."
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Una vez que lance <app>gedit</app> podrá comenzar a escribir de inmediato. "
+"Para guardar su texto, simplemente pulse el icono <gui>Guardar</gui> en la "
+"barra cabecera de <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Para aprender más acerca de las características de <app>gedit</app> y para "
+"obtener ayuda para realizar tareas adicionales, explore <link xref=\"index"
+"\">las otras partes</link> de la ayuda de <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Reemplazar fragmentos de texto en un archivo."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Reemplazar texto"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Editar texto puede consumir mucho tiempo. Para ahorrar tiempo <app>gedit</"
+"app> incluye una función <app>Reemplazar</app> que le ayuda a buscar y "
+"reemplazar partes de texto."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Reemplazar texto en <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Abra la herramienta <gui>Reemplazar</gui> pulsando en el <guiseq><gui style="
+"\"button\">Botón del menú</gui><gui style=\"menuitem\">Buscar y reemplazar…</"
+"gui></guiseq> o pulse <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr ""
+"Introduzca el texto que quiere reemplazar en el campo <gui>Buscar</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr ""
+"Introduzca el nuevo texto de reemplazo en el campo <gui>Reemplazar con</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Una vez que haya introducido el texto original y el de reemplazo, puede "
+"añadir parámetros adicionales a la búsqueda. También puede elegir qué quiere "
+"reemplazar."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Para reemplazar <em>sólo</em> el siguiente fragmento de texto que coincida, "
+"pulse <gui>Reemplazar</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Para reemplazar <em>todas apariciones</em> del texto buscado, pulse "
+"<gui>Reemplazar todo</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Use la función <gui>Reemplazar todo</gui> con cuidado. <gui>Reemplazar todo</"
+"gui> se ejecuta en todo el texto del archivo y no le permite marcar partes "
+"del texto donde no se aplicará la función."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Más opciones"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Si quiere, puede añadir algunas parámetros adicionales a su búsqueda:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Coincidir con capitalización"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"La opción <em>Coincidir con capitalización</em> le permite especificar si "
+"quiere que su búsqueda sea sensible a mayúsculas/minúsculas. Si se "
+"selecciona esta opción, las búsquedas serán sensibles a mayúsculas/"
+"minúsculas. De lo contrario no lo serán."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Coincidir sólo con la palabra completa"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Use esta opción para buscar una palabra específica sin incluir partes de "
+"otras palabras. Por ejemplo, si buscó el término «por» con la opción "
+"seleccionada, se encontrará la palabra «por», pero no así las palabras "
+"<em>por</em>tal, <em>por</em>que y estu<em>por</em>."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Buscar hacia atrás"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Este comando se comporta de forma idéntica al comando Buscar anterior. "
+"Seleccione esta opción si quiere pasar a través de los resultados de la "
+"búsqueda desde el final al principio."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Ajustar aproximadamente"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Con la opción <app>Ajustar aproximadamente</app> activada, <app>gedit</app> "
+"reiniciará la acción de buscar/reemplazar en la parte superior del archivo, "
+"después de haber llegado al final. Esto le asegura que su acción de buscar/"
+"reemplazar se realiza en todo el archivo."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Usar secuencias de escape"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Puede usar <em>secuencias de escape</em> para buscar saltos de línea, "
+"retornos de carro y tabulaciones."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Nueva línea"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Retorno de carro"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tabulación"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Actualmente, si quiere buscar una <output>\\</output> (barra invertida) o "
+"una de las secuencias de escape en el texto, debe añadir una barra invertida "
+"adicional. Por ejemplo, para buscar <input>\\</input>, debe introducir "
+"<input>\\\\</input> en el cuadro de búsqueda o de reemplazo. Puede buscar "
+"secuencias de escape de la misma manera: para buscar o reemplazar <input>"
+"\\n</input>, use el término <input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Guardar el archivo para trabajar con él más tarde."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Guardar un archivo"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+#| msgid ""
+#| "To save a file in <app>gedit</app>, click on the <gui style=\"button"
+#| "\">Save</gui> button on the right side of the toolbar or just press "
+#| "<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Para guardar un archivo en <app>gedit</app>, pulse el botón <gui style="
+"\"button\">Guardar</gui> en la parte derecha de la barra de cabecera o "
+"simplemente pulse <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Si está guardando un archivo nuevo, aparecerá un diálogo, y podrá "
+"seleccionar un nombre para el archivo, así como la carpeta en la que quiere "
+"guardar el archivo."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Buscar un fragmento de texto e un archivo."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Buscar texto"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"La herramienta de búsqueda le puede ayudar a encontrar secuencias de texto "
+"específicas en su archivo."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Buscar texto"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Abra la <gui>ventana de búsqueda</gui> pulsando en el <guiseq><gui style="
+"\"menu\">Botón del menú</gui> <gui style=\"menuitem\">Buscar…</gui> </"
+"guiseq> o pulsando <keyseq><key>Ctrl</key><key>F</key></keyseq>. Esto moverá "
+"su cursor hasta el principio de la <gui>ventana de búsqueda</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr ""
+"Introduzca el texto que quiere buscar en la <gui>ventana de búsqueda</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"A medida que escribe, <app>gedit</app> empezará a resaltar los recortes de "
+"texto que coniciden con lo que ha escrito."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+"Para desplazarse por los resultados de la búsqueda, realice cualquiera de "
+"los siguientes pasos:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Pulse en las flechas <gui style=\"button\">arriba</gui> o <gui style=\"button"
+"\">abajo</gui> junto a la <gui>ventana de búsqueda</gui>"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Pulse las teclas <key>flecha arriba</key> o <key>flecha abajo</key> en su "
+"teclado."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Pulse <keyseq><key>Ctrl</key><key>G</key></keyseq> or<keyseq><key>Ctrl</"
+"key><key>Mayús</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Para cerrar la <gui>ventana de búsqueda</gui> pulse <key>Esc</key> o "
+"<key>Intro</key>. Al pulsar <key>Esc</key> el cursor volverá a la posición "
+"donde estaba antes de comenzar la búsqueda. Al pulsar <key>Intro</key> el "
+"cursor volverá a la posición actual en los resultados de la búsqueda."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Consejos de búsqueda"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Si resalta un fragmento de texto con el ratón y pulsa <keyseq><key>Ctrl</"
+"key><key>F</key></keyseq>, el texto que ha resaltado aparecerá en la ventana "
+"de búsqueda."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Para opciones de búsqueda avanzadas, pulse el icono de la <gui style=\"button"
+"\">Lupa</gui> en la ventana de búsqueda, o pulse con el botón derecho en "
+"cualquier parte de la ventana de búsqueda. Puede seleccionar una o más de "
+"las siguientes opciones de búsqueda:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Seleccione <gui>Coincidir con capitalización</gui> para que la búsqueda "
+"distinga entre mayúsculas y minúsculas."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Seleccione <gui>Coincidir sólo con la palabra completa</gui> para buscar "
+"solo palabras completas."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Seleccione <gui>Volver al principio</gui> para buscar el texto de arriba a "
+"abajo y volver a empezar."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"El texto que ha buscado permanecerá resaltado en gedit, aunque haya "
+"terminado la búsqueda. Para quitar el resaltado, pulse <gui style=\"menuitem"
+"\">Quitar resaltado</gui>, o pulse <keyseq><key>Ctrl</key><key>Mayús</"
+"key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Revisar los errores ortográficos de sus archivos."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Comprobar la ortografía de su documento"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Activar la comprobación de ortografía"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"La característica de corrección ortográfica es un complemento de <app>gedit</"
+"app> que se puede activar si lo necesita. Para activar el complemento:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Seleccione <gui style=\"menuitem\">Corrector ortográfico</gui> para activar "
+"el complemento."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Para comprobar si hay palabras mal escritas en su documento:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Herramientas</gui> <gui style="
+"\"menuitem\">Comprobar ortografía</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Para hacer que <app>gedit</app> resalte automáticamente las palabras mal "
+"escritas en su documento a medida que escribe, seleccione <guiseq><gui style="
+"\"menu\">Herramientas</gui><gui style=\"menuitem\">Resaltar palabras mal "
+"escritas</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Usar la corrección ortográfica"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Puede elegir sustituir las palabras mal escritas usando el diálogo del "
+"corrector ortográfico. La palabra mal escrita analizada por el corrector se "
+"muestra en negrita junto a <gui>Palabra mal escrita:</gui>. Puede elegir "
+"entre las siguientes opciones del corrector:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Cambiar a:</gui> le permite escribir una palabra y usar "
+"la opción <gui style=\"button\">Comprobar palabra</gui> para verificar su "
+"ortografía."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Sugerencias:</gui> lista las sustituciones disponibles "
+"para la palabra."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignorar todo</gui> le permite omitir la corrección "
+"ortográfica para <em>una</em> instancia de la palabra actual."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Ignorar todo</gui> le permite omitir la corrección "
+"ortográfica para <em>todas</em> las instancias de la palabra actual."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Cambiar</gui> sustituye la palabra mal escrita o no "
+"reconocida por <em>una</em> palabra elegida de la lista de <gui style="
+"\"menuitem\">Sugerencias:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Cambiar todo</gui> sustituye <em>todas</em> las "
+"palabras mal escritas o no reconocidas con la palabra elegida de la lista de "
+"<gui style=\"menuitem\">Sugerencias:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Añadir palabra</gui> le permite añadir la palabra "
+"actual al <gui>Diccionario del usuario</gui> de <app>gedit</app>. Añadir una "
+"palabra personalizada al <gui>Diccionario del usuario</gui> permitirá a "
+"<app>gedit</app> reconocer la palabra en los documentos y, por lo tanto, no "
+"se resaltará como una palabra mal escrita."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Definir el idioma que usar para la comprobación de la ortografía"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"De manera predeterminada, <app>gedit</app> usará su idioma actual para "
+"comprobar la ortografía del documento. Si necesita usar otro idioma, elija "
+"<guiseq><gui style=\"menu\">Herramientas</gui><gui style=\"menuitem"
+"\">Establecer idioma…</gui></guiseq>, y elija el idioma que quiere usar."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Diccionarios"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> usa <link href=\"https://www.abisource.com/projects/enchant/"
+"\">Enchant</link>, una pequeña utilidad del sistema para comprobar la "
+"ortografía. Enchant puede usar varios diccionarios diferentes para comprobar "
+"la ortografía. Dos posibles «backend» de diccionario son <em>Hunspell</em> y "
+"<em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Si el idioma que quiere usar no está disponible en <app>gedit</app>, use el "
+"instalador o el gestor de paquetes de su equipo para instalar el «backend» "
+"del diccionario que quiere."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Resaltar el texto para que sea más fácil de leer."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Activar el resaltado de sintaxis"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Resaltado de sintaxis"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> proporciona resaltado de sintaxis para un muchos lenguajes "
+"de marcado, programación y científicos. Si <app>gedit</app> reconoce la "
+"sintaxis usada al abrir el archivo, automáticamente resaltará el texto."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Si su sintaxis o lenguaje no están resaltados desde el principio, puede "
+"seleccionar la sintaxis o lenguaje apropiado pulsando <guiseq><gui style="
+"\"menu\">Ver</gui> <gui style=\"menuitem\">Modo de resaltado</gui></guiseq>, "
+"y después seleccionando la sintaxis que quiere. Alternativamente, puede "
+"seleccionar el nombre de la sintaxis desde una lista en la parte inferior de "
+"la ventana de <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Agrupar juntas las pestañas similares."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Organizar archivos en pestañas agrupadas"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+#| msgid ""
+#| "If you are working with multiple tabs in <app>gedit</app> you can group "
+#| "them, making it easier to keep your opened files organized. Adding a new "
+#| "tab group will divide the <app>gedit</app> window in two panes, open a "
+#| "new \"Untitled Document\" in the new pane, and make it active. You can "
+#| "open files into that tab group and move tabs from one tab group to "
+#| "another."
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Si está trabajando con varias pestañas en <app>gedit</app> puede agruparlas, "
+"haciendo que sea más fácil mantener sus archivos abiertos organizados. Al "
+"añadir un nuevo grupo de pestañas se dividirá la ventana de <app>gedit</app> "
+"en dos paneles. abra un «Documento sin título» en el panel nuevo y actívelo. "
+"Puede abrir varios archivos en ese grupo de pestañas y mover pestañas de un "
+"grupo a otro."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Abrir un grupo de pestañas en la ventana de gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Para abrir un grupo de pestañas nuevo puede:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Pulse con el botón derecho sobra una pestaña y elija <gui>Mover a un grupo "
+"de pestañas nuevo</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Use el atajo <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+#| msgid ""
+#| "This action will divide the <app>gedit</app> window in two panes, and the "
+#| "pane with the new tab group will be placed on the right of the active "
+#| "tab. You can move the handle right or left assigning more or less space "
+#| "of <app>gedit</app> window between panes according to your needs."
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Esta acción dividirá la ventana de <app>gedit</app> en dos paneles, y el "
+"panel con el nuevo grupo de pestañas se colocará a la derecha de la pestaña "
+"activa. Puede moverlo a la derecha o a la izquierda para darle más o menos "
+"espacio a la ventana de <app>gedit</app> entre los paneles de acuerdo a sus "
+"necesidades.."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+#| msgid ""
+#| "You can open as much tab groups in <app>gedit</app> window as your screen "
+#| "allows, but you will have to move the handle in order to see them "
+#| "correctly."
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Puede abrir tantos grupos de pestañas en <app>gedit</app>como le permita el "
+"tamaño de su pantalla, pero deberá modificar sus tamaños para verlos "
+"correctamente."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Para cerrar un grupo de pestañas simplemente cierre todas las pestañas que "
+"haya abiertas en él."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Mover una pestaña a otro grupo de pestañas"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Si quiere mover una pestaña de un grupo de pestañas a otro:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Pulse y mantenga pulsado el botón del ratón en la pestaña."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Arrastre la pestaña al panel del otro grupo de pestañas."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Sitúela junto a las otras pestañas, en el grupo de pestañas."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Suelte el botón del ratón."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Cambiar la posición de una pestaña en en la ventana de gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Mover y reordenar pestañas"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Las pestañas en <app>gedit</app> se pueden mover, haciendo que sea más fácil "
+"trabajar con sus archivos. Las pestañas se pueden reordenar en la misma "
+"ventana, mover fuera de <app>gedit</app> (creando una ventana de <app>gedit</"
+"app> nueva) y moverse de una ventana a otra."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Cambiar el orden de las pestañas en en la ventana de gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Para cambiar el orden de las pestañas en una ventana:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+#| msgid "Move the tab to the desired position among the other tab."
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Mueva la pestaña a la posición que quiera entre las demás pestañas."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"La pestaña se ubicará en la posición más cercana a donde suelte la pestaña, "
+"junto a otras pestañas abiertas."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Mover una pestaña, creando una ventana nueva de gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Para crear una ventana nueva desde una pestaña existente:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Arrastre la pestaña fuera de la ventana de <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Para mover una pestaña a una ventana nueva cuando <app>gedit</app> está "
+"maximizado, arrastre la pestaña a la barra superior de la pantalla."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Mover una pestaña a otra ventana de gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Si quiere mover una pestaña de una ventana a otra:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Arrastre la pestaña a la nueva ventana."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Sitúela junto a las otras pestañas, en la ventana nueva."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Es posible que le resulte más fácil mover una pestaña de una ventana a otra "
+"arrastrando la pestaña a la esquina activa del menú de <gui>Actividades</"
+"gui> de <gui> GNOME Shell</gui>. Esto mostrará el resto de ventanas de "
+"<app>gedit</app> abiertas. Puede soltar la pestaña en la ventana de "
+"<app>gedit</app> que quiera."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Crear o cerrar pestañas en en la ventana de gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Añadir y quitar pestañas"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+#| msgid ""
+#| "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#| "several files in a single window. When you start <app>gedit</app>, a "
+#| "single tab will be displayed above the contents of the current file."
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Trabajar con pestañas en <app>gedit</app> le permite vigilar varios archivos "
+"en una sola ventana."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Añadir pestañas"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+#| msgid ""
+#| "To add a new tab, create a new file with <keyseq><key>Ctrl</key> <key>T</"
+#| "key></keyseq>. The tab will be added to the right side of any other tabs."
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Para añadir una pestaña nueva, cree un archivo nuevo con el botón <gui>Crear "
+"un documento nuevo</gui> en la parte izquierda de la barra de cabecera o "
+"pulse <keyseq><key>Ctrl</key><key>T</key></keyseq>. Se añadirá la pestaña a "
+"la derecha de cualquier otra pestaña."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Quitar pestañas"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+#| msgid ""
+#| "To remove a tab, click the <gui style=\"button\">×</gui> on the tab's "
+#| "right side. To remove all open tabs, press <keyseq><key>Ctrl</key> "
+#| "<key>Shift</key><key>W</key></keyseq>."
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Para quitar una pestaña pulse la <gui style=\"button\">×</gui> en la parte "
+"derecha de la pestaña o pulse <keyseq><key>Ctrl</key><key>W</key></keyseq>. "
+"Para quitar todas las pestañas abiertas pulse <keyseq><key>Ctrl</"
+"key><key>Mayús</key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Revertir un cambio reciente en uno de sus archivos."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+#| msgid "Undo a recent action"
+msgid "Undo/redo a recent action"
+msgstr "Deshacer/rehacer una acción reciente"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+#| msgid ""
+#| "If you make a mistake while using <app>gedit</app>, you can undo it by "
+#| "pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Si comete un error al editar un documento en <app>gedit</app>, puede "
+"deshacerlo pulsando <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"No puede deshacer un cambio después de cerrar una archivo de <app>gedit</"
+"app>."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+#| msgid "Press <keyseq><key>Ctrl</key><key>Shift</key><key>J</key></keyseq>."
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Para volver a hacer la acción deshecha pulse <keyseq><key>Ctrl</"
+"key><key>Mayús</key><key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Editor de textos gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Editor de textos gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Página principal de la ayuda de gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Editor de textos gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+#| msgid ""
+#| "Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+#| "both <app>gedit's</app> most basic features, as well as some advanced "
+#| "keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started "
+#| "with gedit</link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</"
+#| "link> pages."
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Bienvenido/a a la guía de ayuda de <app>gedit</app>. Para una rápida "
+"introducción en las características básicas de <app>gedit</app> consulte la "
+"página <link xref=\"gedit-quickstart\">Primeros pasos con gedit</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Otros temas de ayuda están agrupados en secciones más abajo. Disfrute usando "
+"<app>gedit</app>."
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Trabajar con archivos"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Configurar gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Complementos de gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Imprimir con gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons de Atribución-Compartir Igual 3.0 sin soporte"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Este trabajo está licenciado bajo la <_:link-1/>."
+
+#~ msgid ""
+#~ "To close a file in <app>gedit</app>, select <gui style=\"menuitem"
+#~ "\">Close</gui>. Alternately, you can click the small \"X\" that appears "
+#~ "on the right-side of the file's tab, or press <keyseq><key>Ctrl</key> "
+#~ "<key>W</key></keyseq>."
+#~ msgstr ""
+#~ "Para cerrar un archivo en <app>gedit</app>, seleccione <gui style="
+#~ "\"menuitem\">Cerrar</gui>. Alternativamente, puede pulsar la «X» que "
+#~ "aparece en la parte derecha de la pestaña del archivo.o pulsar "
+#~ "<keyseq><key>Ctrl</key> <key>W</key></keyseq>."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>L</key></keyseq> in the <gui>Open</gui> "
+#~ "dialog."
+#~ msgstr ""
+#~ "Pulse <keyseq><key>Ctrl</key><key>L</key></keyseq> en el diálogo "
+#~ "<gui>Abrir</gui>."
+
+#~ msgid ""
+#~ "To adjust the number of recently-used files that gedit displays, you will "
+#~ "need to use the <app>dconf-editor</app> application."
+#~ msgstr ""
+#~ "Para ajustar el número de archivos usados recientemente que muestra "
+#~ "gedit, debe usar la aplicación <app>dconf-editor</app>."
+
+#~ msgid ""
+#~ "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+#~ msgstr ""
+#~ "Ejecute <app>dconf-editor</app> y seleccione <guiseq><gui>org</"
+#~ "gui><gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+
+#~ msgid ""
+#~ "Double-click on the number next to <gui>max-recents</gui> and change the "
+#~ "number to your desired value."
+#~ msgstr ""
+#~ "Pulse dos veces en el número junto a <gui>max-recents</gui> y cambie el "
+#~ "número al valor que quiera."
+
+#~ msgid ""
+#~ "To open files from the side panel, first open the side panel by selecting "
+#~ "<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+#~ "<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown "
+#~ "at the top of the pane."
+#~ msgstr ""
+#~ "Para abrir archivos desde el <app>panel lateral</app>, primero abra el "
+#~ "panel lateral seleccionando <guiseq><gui>Ver</gui><gui>Panel lateral</"
+#~ "gui></guiseq> (o simplemente <key>F9</key>), y entonces pulse en "
+#~ "<gui>Examinador de archivos</gui> en el desplegable de la parte superior "
+#~ "del panel."
+
+#~ msgid ""
+#~ "This will activate the <em>File Browser</em> mode of the side panel. You "
+#~ "can then use the navigation buttons at the top of the pane to locate and "
+#~ "open your desired files."
+#~ msgstr ""
+#~ "Esto activará el modo <em>examinador de archivos</em> del panel lateral. "
+#~ "Después puede usar los botones de navegación en la parte superior del "
+#~ "panel para ubicar y abrir los archivos que quiera."
+
+#~ msgid ""
+#~ "This plugin currently <link href=\"https://gitlab.gnome.org/GNOME/gedit/"
+#~ "issues/277\">does not work</link>!"
+#~ msgstr ""
+#~ "Actualmente este complemento <link href=\"https://gitlab.gnome.org/GNOME/"
+#~ "gedit/issues/277\">no funciona</link>"
+
+#~ msgid "Use keyboard shortcuts to help you work more quickly."
+#~ msgstr "Usar atajos del teclado para ayudarle a trabajar más rápidamente."
+
+#~ msgid "Paolo Borelli"
+#~ msgstr "Paolo Borelli"
+
+#~ msgid "Jesse van den Kieboom"
+#~ msgstr "Jesse van den Kieboom"
+
+#~ msgid "Steve Frécinaux"
+#~ msgstr "Steve Frécinaux"
+
+#~ msgid "Ignacio Casal Quinteiro"
+#~ msgstr "Ignacio Casal Quinteiro"
+
+#~ msgid "Shortcut keys"
+#~ msgstr "Teclas rápidas"
+
+#~ msgid ""
+#~ "Use <gui>shortcut keys</gui> to perform common tasks more quickly than "
+#~ "with the mouse and menus. The following tables list all of <app>gedit's</"
+#~ "app> shortcut keys."
+#~ msgstr ""
+#~ "Use las <gui>teclas rápidas</gui> para realizar tareas comunes más "
+#~ "rápidamente que con el ratón y los menús. Las siguientes tablas listan "
+#~ "todas las teclas rápidas de <application>gedit</application>."
+
+#~ msgid "Tab-related Shortcut keys"
+#~ msgstr "Tecla rápidas relacionadas con las pestañas"
+
+#~ msgid "Action"
+#~ msgstr "Acción"
+
+#~ msgid "Keyboard shortcut"
+#~ msgstr "Atajo del teclado"
+
+#~ msgid "Switch to the next tab to the left"
+#~ msgstr "Cambiar a la siguiente pestaña a la izquierda"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>Re Pag</key></keyseq>"
+
+#~ msgid "Switch to the next tab to the right"
+#~ msgstr "Cambiar a la siguiente pestaña a la derecha"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>Av Pag</key></keyseq>"
+
+#~ msgid "Close tab"
+#~ msgstr "Cerrar pestaña"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Save all tabs"
+#~ msgstr "Guardar todas las pestañas."
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key> <key>L</key></keyseq>"
+
+#~ msgid "Close all tabs"
+#~ msgstr "Cerrar todas las pestañas."
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key><key>W</key></keyseq>"
+
+#~ msgid "Reopen the most recently closed tab"
+#~ msgstr "Reabrir la pestaña cerrada más recientemente"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key><key>T</key></keyseq>"
+
+#~ msgid "Jump to <var>n</var>th tab"
+#~ msgstr "Saltar a la <var>n</var>a pestaña."
+
+#~ msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#~ msgid "New tab group"
+#~ msgstr "Grupo de pestañas nuevo"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#~ msgid "Previous tab group"
+#~ msgstr "Grupo de pestañas anterior"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Mayús</key><key>Ctrl</key><key>Alt</key><key>Re pág</key></"
+#~ "keyseq>"
+
+#~ msgid "Next tab group"
+#~ msgstr "Siguiente grupo de pestañas"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Mayús</key><key>Ctrl</key><key>Alt</key><key>Av Pag</key></"
+#~ "keyseq>"
+
+#~ msgid "Shortcut keys for working with files"
+#~ msgstr "Teclas rápidas para trabajar con archivos"
+
+#~ msgid "Create a new document in a new window"
+#~ msgstr "Crear un documento nuevo en una ventana nueva"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#~ msgid "Create a new document in a new tab"
+#~ msgstr "Crear un documento nuevo en una pestaña nueva"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#~ msgid "Open a document"
+#~ msgstr "Abrir un documento"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#~ msgid "Save the current document"
+#~ msgstr "Guardar el documento actual"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#~ msgid "Save the current document with a new filename"
+#~ msgstr "Guardar el documento actual con un nombre de archivo nuevo"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key> <key>S</key></keyseq>"
+
+#~ msgid "Print the current document"
+#~ msgstr "Imprimir el documento actual"
+
+#~ msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#~ msgid "Close the current document"
+#~ msgstr "Cerrar el documento actual"
+
+#~ msgid "Quit gedit"
+#~ msgstr "Salir de gedit"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#~ msgid "Shortcut keys for editing files"
+#~ msgstr "Teclas rápidas para editar archivos"
+
+#~ msgid "Move the selected word right one word"
+#~ msgstr "Mover la palabra seleccionada una palabra a la derecha"
+
+#~ msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Flecha derecha</key></keyseq>"
+
+#~ msgid "Move the selected word left one word"
+#~ msgstr "Mover la palabra seleccionada una palabra a la izquierda"
+
+#~ msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Flecha izquierda</key></keyseq>"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Deshacer la última acción"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Rehacer la última acción deshecha"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key> <key>Z</key></keyseq>"
+
+#~ msgid "Cut the selected text or region and place it on the clipboard"
+#~ msgstr "Cortar el texto o región seleccionada y ubicarlo en el portapapeles"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#~ msgid "Copy the selected text or region onto the clipboard"
+#~ msgstr "Copiar el texto o región seleccionado al portapapeles"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#~ msgid "Paste the contents of the clipboard"
+#~ msgstr "Pegar el contenido del portapapeles"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#~ msgid "Select all text in the file"
+#~ msgstr "Seleccionar todo el texto en el archivo"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#~ msgid "Unselect all text"
+#~ msgstr "Deseleccionar todo el texto."
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Backslash</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>\\</key></keyseq>"
+
+#~ msgid "Delete the current line"
+#~ msgstr "Eliminar la línea actual"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#~ msgid "Move the selected line up one line"
+#~ msgstr "Mover la línea seleccionada una línea arriba"
+
+#~ msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Flecha arriba</key></keyseq>"
+
+#~ msgid "Move the selected line down one line"
+#~ msgstr "Mover la línea seleccionada una línea abajo"
+
+#~ msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Flecha abajo</key></keyseq>"
+
+#~ msgid "Add a tab stop"
+#~ msgstr "Añadir una tabulación"
+
+#~ msgid "<keyseq><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#~ msgid "Remove a tab stop"
+#~ msgstr "Quitar una tabulación"
+
+#~ msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Mayús</key><key>Tab</key></keyseq>"
+
+#~ msgid "Convert the selected text to upper case"
+#~ msgstr "Convertir el texto seleccionado a mayúsculas"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#~ msgid "Convert the selected text to lower case"
+#~ msgstr "Convertir el texto seleccionado a minúsculas"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#~ msgid "Toggle case of the selected text"
+#~ msgstr "Cambiar la capitalización del texto seleccionado"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#~ msgid "Toggle cursor visibility"
+#~ msgstr "Conmutar la visibilidad del cursor"
+
+#~ msgid "<keyseq><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>F7</key></keyseq>"
+
+#~ msgid "Shortcut keys for showing and hiding panes"
+#~ msgstr "Teclas rápidas para mostrar y ocultar paneles"
+
+#~ msgid "Show / hide the side panel"
+#~ msgstr "Mostrar/ocultar el panel lateral"
+
+#~ msgid "<key>F9</key>"
+#~ msgstr "<key>F9</key>"
+
+#~ msgid "Open the file menu"
+#~ msgstr "Abrir el menú del archivo"
+
+#~ msgid "<key>F10</key>"
+#~ msgstr "<key>F10</key>"
+
+#~ msgid "Shortcut keys for navigation"
+#~ msgstr "Atajos de teclas para la navegación"
+
+#~ msgid "Move to matching bracket"
+#~ msgstr "Mover al corchete coincidente"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+
+#~ msgid "Goto line"
+#~ msgstr "Ir a la línea"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#~ msgid "Move to the beginning of the current line"
+#~ msgstr "Mover al principio de la línea actual"
+
+#~ msgid "<key>Home</key>"
+#~ msgstr "<key>Inicio</key>"
+
+#~ msgid "Move to the end of the current line"
+#~ msgstr "Mover al final de la línea actual"
+
+#~ msgid "<key>End</key>"
+#~ msgstr "<key>Fin</key>"
+
+#~ msgid "Move to the beginning of the document"
+#~ msgstr "Mover al principio del documento"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Inicio</key></keyseq>"
+
+#~ msgid "Move to the end of the document"
+#~ msgstr "Mover al final del documento"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Fin</key></keyseq>"
+
+#~ msgid "Move viewport up within the file"
+#~ msgstr "Mover la sección hacia arriba en el archivo"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Up</key></keyseq>"
+#~ msgstr "<keyseq><key>Mayús</key><key>Alt</key><key>Arriba</key></keyseq>"
+
+#~ msgid "Move viewport down within the file"
+#~ msgstr "Mover la sección hacia abajo en el archivo"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Down</key></keyseq>"
+#~ msgstr "<keyseq><key>Mayús</key><key>Alt</key><key>Abajo</key></keyseq>"
+
+#~ msgid "Move viewport to beginning of file"
+#~ msgstr "Mover la sección al principio del archivo"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Mayús</key><key>Alt</key><key>Inicio</key></keyseq>"
+
+#~ msgid "Move viewport to end of file"
+#~ msgstr "Mover la sección al final del archivo"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Mayús</key><key>Alt</key><key>Fin</key></keyseq>"
+
+#~ msgid "Shortcut keys for searching"
+#~ msgstr "Teclas rápidas para búsquedas"
+
+#~ msgid "Find a string"
+#~ msgstr "Buscar una cadena"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#~ msgid "Find the next instance of the string"
+#~ msgstr "Buscar la siguiente instancia de la cadena"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#~ msgid "Find the previous instance of the string"
+#~ msgstr "Buscar la instancia anterior de la cadena"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key><key>G</key></keyseq>"
+
+#~ msgid "Search and Replace"
+#~ msgstr "Buscar y reemplazar"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#~ msgid "Clear highlight"
+#~ msgstr "Limpiar el resaltado"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key> <key>K</key></keyseq>"
+
+#~ msgid "Shortcut keys for tools"
+#~ msgstr "Teclas rápidas para las herramientas"
+
+#~ msgid "Check spelling"
+#~ msgstr "Comprobar ortografía"
+
+#~ msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>Mayús</key><key>F7</key></keyseq>"
+
+#~ msgid "Remove trailing spaces (with plugin)"
+#~ msgstr "Eliminar espacios finales (con complemento)"
+
+#~ msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#~ msgid "Run \"make\" in the current directory (with plugin)"
+#~ msgstr "Ejecutar «make» en la carpeta actual (con complemento)"
+
+#~ msgid "<key>F8</key>"
+#~ msgstr "<key>F8</key>"
+
+#~ msgid "Directory listing (with plugin)"
+#~ msgstr "Listado de carpeta (con complemento)"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key> <key>D</key></keyseq>"
+
+#~ msgid "Shortcut keys for user help"
+#~ msgstr "Teclas rápidas para la ayuda"
+
+#~ msgid "Open the gedit user guide"
+#~ msgstr "Abrir la guía de usuario de gedit"
+
+#~ msgid "<key>F1</key>"
+#~ msgstr "<key>F1</key>"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Vaya a <guiseq><gui>Documentos</gui><gui>Nuevo grupo de pestañas</gui></"
+#~ "guiseq> en el menú principal."
+
+#~ msgid "Move through tab groups"
+#~ msgstr "Moverse entre grupos de pestañas"
+
+#~ msgid "To move forward (on the next) tab group:"
+#~ msgstr "Para moverse al siguiente grupo de pestañas:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Vaya a <guiseq><gui>Documentos</gui><gui>Siguiente grupo de pestañas</"
+#~ "gui></guiseq> en el menú principal."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "down</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Use el atajo <keyseq><key>Mayús</key><key>Ctrl</key><key>Alt</key><key>Av "
+#~ "Pág</key></keyseq>."
+
+#~ msgid "To move backward (on the previous) tab group:"
+#~ msgstr "Para moverse al grupo de pestañas anterior:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> "
+#~ "in the main menu."
+#~ msgstr ""
+#~ "Vaya a <guiseq><gui>Documentos</gui><gui>Grupo de pestañas anterior</"
+#~ "gui></guiseq> en el menú principal."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "up</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Use el atajo <keyseq><key>Mayús</key><key>Ctrl</key><key>Alt</key><key>Re "
+#~ "Pág</key></keyseq>."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tab groups."
+#~ msgstr ""
+#~ "Consulte los <link xref=\"gedit-shortcut-keys\">atajos relacionados con "
+#~ "las pestañas</link> que simplifican la gestión de sus grupos de pestañas."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tabs."
+#~ msgstr ""
+#~ "Consulte los <link xref=\"gedit-shortcut-keys\">atajos relacionados con "
+#~ "las pestañas</link> que simplifican la gestión de sus pestañas."
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window. The tab that is larger than the other "
+#~ "tabs indicates the file that is currently open. The smaller tabs indicate "
+#~ "other files that are available to work on."
+#~ msgstr ""
+#~ "Trabajar con pestañas en <app>gedit</app> le permite trabajar sobre "
+#~ "varios archivos en una única ventana. La pestaña que es más grande que "
+#~ "las demás indica que el archivo está abierto actualmente. Las pestañas "
+#~ "más pequeñas indican otros archivos que están disponibles para trabajar "
+#~ "en ellos."
+
+#~ msgid "Click the <gui>Open</gui> button."
+#~ msgstr "Pulse el botón <gui>Abrir</gui>."
+
+#~ msgid "Open the <gui>Quick Open</gui> window"
+#~ msgstr "Abra la ventana <gui>Apertura rápida</gui>"
+
+#~ msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#~ msgid "Print preview"
+#~ msgstr "Vista previa de impresión"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key> <key>P</key></keyseq>"
+
+#~ msgid ""
+#~ "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> "
+#~ "plugin allows you to insert the date and/or time at the current cursor "
+#~ "position. To enable this plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui> <gui>Insert Date/Time</gui></guiseq>. To use the plugin, press "
+#~ "<guiseq> <gui style=\"menu\">Edit</gui><gui>Insert Date and Time</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Como su propio nombre indica, el complemento <gui>Insertar fecha y hora</"
+#~ "gui> le permite insertar la fecha y/o la hora en posición actual del "
+#~ "cursor. Para activar este complemento, seleccione <guiseq><gui style="
+#~ "\"menu\">gedit</gui><gui> Preferencias</gui><gui>Complementos</"
+#~ "gui><gui>Insertar fecha y hora</gui></guiseq>. Para usar el complemento, "
+#~ "pulse <guiseq><gui style=\"menu\">Editar</gui><gui>Insertar fecha y hora</"
+#~ "gui></guiseq>."
+
+#~| msgid "Indent (with plugin)."
+#~ msgid "Insert timestamp (with plugin)"
+#~ msgstr "Insertar marca de tiempo (con complemento)"
+
+#~| msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>B</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key> <key>B</key></keyseq>"
+
+#~ msgid ""
+#~ "This will activate the <em>file-browser</em> mode of the <app>side pane</"
+#~ "app>. You can then use the navigation buttons at the top of the pane to "
+#~ "locate and open your desired files."
+#~ msgstr ""
+#~ "Esto activará el modo <em>examinador de archivos</em> del <app>panel "
+#~ "lateral</app>. Entonces podrá usar los botones de navegación en la parte "
+#~ "superior del panel para ubicar y abrir los archivos que quiera."
+
+#~ msgid ""
+#~ "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+#~ "<gui>Open Files</gui> dialog."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui>Archivo</gui><gui>Abrir</gui></guiseq> para "
+#~ "mostrar el diálogo <gui>Abrir archivos</gui>."
+
+#~ msgid ""
+#~ "Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</"
+#~ "gui> dialog."
+#~ msgstr ""
+#~ "Seleccione el icono <gui>Lápiz</gui> en la parte superior del diálogo "
+#~ "<gui>Abrir archivos</gui>."
+
+#~ msgid ""
+#~ "To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+#~ "gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+#~ "click on the <gui>file-browser</gui> icon at the bottom of the pane."
+#~ msgstr ""
+#~ "Para activar y usar el <gui>Panel lateral</gui>, seleccione "
+#~ "<guiseq><gui>Ver</gui><gui>Panel lateral</gui></guiseq> (o pulse<key>F9</"
+#~ "key>), y pulse el icono <gui>examinador de archivos</gui> en la parte "
+#~ "inferior del panel."
+
+#~ msgid ""
+#~ "You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+#~ "operation, so we recommend that you save the file immediately before "
+#~ "performing the sort. If you make a mistake with the sort, you can revert "
+#~ "to the previously-saved version of the file by selecting "
+#~ "<guiseq><gui>File</gui><gui>Revert</gui></guiseq>."
+#~ msgstr ""
+#~ "No puede usar la característica <gui>Deshacer</gui> para corregir una "
+#~ "operación de <gui>Ordenar</gui>, por lo que se recomienda que guarde el "
+#~ "archivo inmediatamente antes de hacer la ordenación. Si comete un error "
+#~ "al ordenar, puede volver a la versión del archivo guardada anteriormente "
+#~ "seleccionando <guiseq><gui>Archivo</gui><gui>Revertir</gui></guiseq>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Ordenar</gui></guiseq>."
+
+#~ msgid ""
+#~ "Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</"
+#~ "key> feature to move up or down through the text."
+#~ msgstr ""
+#~ "Pulse <key>Ctrl</key> y use el <key>deslizador</key> de su ratón o "
+#~ "«touchpad» para moverse hacia arriba o hacia abajo a través del texto."
+
+#~ msgid "Show / hide the bottom pane"
+#~ msgstr "Mostrar/ocultar el panel inferior"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+
+#~ msgid "To Do This"
+#~ msgstr "Para hacer esto"
+
+#~ msgid "Press This"
+#~ msgstr "Pulsar esto"
+
+#~ msgid "Enable and use spell-checking feature"
+#~ msgstr "Activar y usar la característica de comprobación de ortografía"
+
+#~ msgid "View a list of files in the side pane"
+#~ msgstr "Ver una lista de archivos en el panel lateral"
+
+#~ msgid ""
+#~ "Keeping track of a large number of files using tabs can be difficult. One "
+#~ "way of managing large numbers of files is viewing them in a side pane. "
+#~ "Side panes allow you to view more files at a time than is possible using "
+#~ "tabs alone."
+#~ msgstr ""
+#~ "Mantener un seguimiento de un gran número de archivos usando pestañas "
+#~ "puede ser difícil. Una forma de gestionar grandes números de archivos es "
+#~ "verlos en un panel lateral. Los paneles laterales le permiten ver más "
+#~ "archivos al mismo tiempo que sólo usando pestañas."
+
+#~ msgid ""
+#~ "To view a list of open files in a side pane, click <guiseq><gui style="
+#~ "\"menu\">View</gui> <gui style=\"menuitem\">Side Pane</gui></guiseq>. A "
+#~ "pane will appear to the left of the workspace with a listing of all "
+#~ "currently open files. Clicking a file in the side pane will display that "
+#~ "file in the workspace."
+#~ msgstr ""
+#~ "Para ver una lista de los archivos abiertos en un panel lateral, pulse "
+#~ "<guiseq><gui style=\"menu\">Ver</gui> <gui style=\"menuitem\">Panel "
+#~ "lateral</gui></guiseq>. Aparecerá un panel a la izquierda del área de "
+#~ "trabajo con una lista de todos los archivos actualmente abiertos. Pulsar "
+#~ "en un archivo en el panel lateral hará que su contenido se muestre en el "
+#~ "área de trabajo."
+
+#~ msgid "documents icon"
+#~ msgstr "icono de documentos"
+
+#~ msgid ""
+#~ "The side pane also contains a <app>File Browser</app> view. If the pane "
+#~ "displays a file directory instead of currently open files, click <_:"
+#~ "media-1/> at the bottom of the pane to switch to the <app>Documents</app> "
+#~ "view."
+#~ msgstr ""
+#~ "El panel lateral también contiene una vista de <app>Examinador de "
+#~ "archivos</app>. Si el panel lateral muestra una lista de archivos en "
+#~ "lugar de los archivos abiertos actualmente, pulse <_:media-1/> en la "
+#~ "parte inferior del panel para cambiar a la vista de <app>Documentos</app>."
+
+#~ msgid ""
+#~ "The side pane only displays files that are open in the current window. "
+#~ "When multiple windows are open, only the files in the current window will "
+#~ "be displayed in the side pane."
+#~ msgstr ""
+#~ "El panel lateral sólo muestra los archivos abiertos en la ventana actual. "
+#~ "Cuando hay varias ventanas abiertas, en el panel lateral sólo se muestran "
+#~ "los archivos abiertos en la ventana actual."
+
+#~ msgid "To change the color scheme, complete the following steps:"
+#~ msgstr "Para cambiar el esquema de colores complete los siguientes pasos:"
+
+#~ msgid "http://creativecommons.org/licenses/by-sa/3.0/"
+#~ msgstr "http://creativecommons.org/licenses/by-sa/3.0/"
+
+#~ msgid ""
+#~ "This work is licensed under the Creative Commons Attribution-ShareAlike "
+#~ "3.0 Unported License. To view a copy of this license, visit <_:link-1/> "
+#~ "or send a letter to Creative Commons, 444 Castro Street, Suite 900, "
+#~ "Mountain View, California, 94041, USA."
+#~ msgstr ""
+#~ "Este trabajo usa la licencia Creative Commons Compartir-igual de "
+#~ "atribución sin soporte 3.0. Para ver una copia de esta licencia, visite "
+#~ "<_:link-1/> o envíe una carta a Creative Commons, 444 Castro Street, "
+#~ "Suite 900, Mountain View, California, 94041, USA."
+
+#~ msgid "Log user activity for documents which are opened in gedit"
+#~ msgstr ""
+#~ "Registrar la actividad del usuario para documentos abiertos en gedit"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Proveedor de datos de Zeitgeist"
+
+#~ msgid ""
+#~ "Zeitgeist is a service that logs user activities and events. Zeitgeist "
+#~ "lets other applications access this information in the form of statistics "
+#~ "and timelines.The Zeitgeist dataprovider plugin for <app>gedit</app> "
+#~ "records user activity for documents used with gedit giving easy access to "
+#~ "recently-used and frequently-used files."
+#~ msgstr ""
+#~ "Zeitgeist es un servicio que registra la actividad del usuario y los "
+#~ "eventos. Zeitgeist permite a otras aplicaciones acceder a esta "
+#~ "información en forma de estadísticas y líneas de tiempo. El complemento "
+#~ "Proveedor de datos de Zeitgeist para <app>gedit</app> registra la "
+#~ "actividad del usuario para documentos usados con gedit, permitiendo el "
+#~ "acceso a los últimos archivos usados y a los más frecuentemente usados "
+#~ "con facilidad."
+
+#~ msgid "Enable Zeitgeist dataprovider"
+#~ msgstr "Activa el proveedor de datos de Zeitgeist"
+
+#~ msgid "Select <gui style=\"menuitem\">Zietgeist Dataprovider</gui>."
+#~ msgstr ""
+#~ "Seleccione <gui style=\"menuitem\">Proveedor de datos de Zietgeist</gui>."
+
+#~ msgid ""
+#~ "or, while the tab to be moved is open, choose <guiseq><gui>Documents </"
+#~ "gui><gui>Move to New Window</gui></guiseq>"
+#~ msgstr ""
+#~ "o, mientras la pestaña se mueve seleccione <guiseq><gui>Documentos</"
+#~ "gui><gui>Mover a la ventana nueva</gui></guiseq>"
+
+#~| msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Mayús</key><key>L</key></keyseq>"
+
+#~ msgid ""
+#~ "To save a file in <app>gedit</app>, click on the disk-drive icon with the "
+#~ "word <gui style=\"button\">Save</gui> next to it. You may also select "
+#~ "<guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Save</"
+#~ "gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+#~ msgstr ""
+#~ "Para guardar un archivo en <app>gedit</app>, pulse en el icono de la "
+#~ "unidad de disco con la palabra <gui style=\"button\">Guardar</gui> junto "
+#~ "a él. También puede seleccionar <guiseq><gui style=\"menu\">Archivo</gui> "
+#~ "<gui style=\"menuitem\">Guardar</gui></guiseq>, o simplemente pulsar "
+#~ "<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#~ msgid ""
+#~ "If you make a mistake while using <app>gedit</app>, you can undo it by "
+#~ "pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or by clicking "
+#~ "<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Undo</"
+#~ "gui></guiseq>. Doing so will cause <app>gedit</app> to undo one set of "
+#~ "similar actions."
+#~ msgstr ""
+#~ "Si comete un error mientras usa <app>gedit</app>, puede deshacerlo "
+#~ "pulsando <keyseq><key>Ctrl</key><key>Z</key></keyseq>, o pulsando "
+#~ "<guiseq><gui style=\"menu\">gedit</gui><gui>Deshacer</gui></guiseq>. Esto "
+#~ "hará que <app>gedit</app> deshaga un conjunto de acciones similares."
+
+#~ msgid ""
+#~ "Undoing a \"set of similar actions\" means, for example, that <app>gedit</"
+#~ "app> will remove an entire word rather than removing each character in "
+#~ "the word one at a time. This makes <app>gedit</app>'s <em>undo</em> "
+#~ "feature more efficient."
+#~ msgstr ""
+#~ "Deshacer «un conjunto de acciones similares» significa que, por ejemplo, "
+#~ "<app>gedit</app> quitará una palabra completa en lugar de quitar cada "
+#~ "carácter de la palabra de uno en uno. Esto hace que la característica "
+#~ "<em>deshacer</em> de <app>gedit</app> sea más eficiente."
+
+#~ msgid ""
+#~ "The easiest way to create a new file in <app>gedit</app>, is to click the "
+#~ "icon in the toolbar that looks like a blank piece of paper. If you "
+#~ "prefer, you may also select <guiseq><gui>File</gui><gui>New</gui></"
+#~ "guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+#~ msgstr ""
+#~ "La manera más fácil de crear un archivo nuevo en <app>gedit</app> es "
+#~ "pulsar en el icono que parece un trozo de papel en blanco con un signo "
+#~ "«+» junto a él. Si lo prefiere, también puede seleccionar "
+#~ "<guiseq><gui>Archivo</gui><gui>Nuevo</gui></guiseq>, o pulsar "
+#~ "<keyseq><key>Ctrl</key><key>N</key></keyseq>."
+
+#~ msgid ""
+#~ "The list of available languages will vary, depending on the configuration "
+#~ "of your system."
+#~ msgstr ""
+#~ "La lista de los idiomas disponible variará dependiendo de la "
+#~ "configuración de su sistema."
+
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-icon.png' "
+#~ "md5='a7174de2671462e1ac4f80a82ad09184'"
+#~ msgstr ""
+#~ "external ref='figures/gedit-icon.png' "
+#~ "md5='a7174de2671462e1ac4f80a82ad09184'"
+
+#~ msgid ""
+#~ "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> "
+#~ "</media> gedit Text Editor"
+#~ msgstr ""
+#~ "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> "
+#~ "</media> Editor de textos gedit"
+
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-side-pane1.png' "
+#~ "md5='ac9c80cb0552d63b593c71f23be69b53'"
+#~ msgstr ""
+#~ "external ref='figures/gedit-side-pane1.png' "
+#~ "md5='ac9c80cb0552d63b593c71f23be69b53'"
+
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-side-pane2.png' "
+#~ "md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+#~ msgstr ""
+#~ "external ref='figures/gedit-side-pane2.png' "
+#~ "md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+
+#~ msgid "Record commonly-referenced locations with bookmarks"
+#~ msgstr "Grabar ubicaciones usadas frecuentemente con los marcadores"
+
+#~ msgid "Bookmarks"
+#~ msgstr "Marcadores"
+
+#~ msgid ""
+#~ "Gedit bookmarks allow you to highlight important lines of text within "
+#~ "your document or program, making them easier to find. You can also move "
+#~ "up or down between bookmarks, making document navigation a bit faster."
+#~ msgstr ""
+#~ "Los marcadores de gedit le permiten resaltar líneas de texto importantes "
+#~ "en su documento o en su programa, haciendo que sean más fáciles de "
+#~ "encontrar. Puede moverse entre los marcadores, agilizando la navegación "
+#~ "por el documento."
+
+#~ msgid ""
+#~ "To enable the bookmark plugin, select <guiseq><gui style=\"menu\">gedit</"
+#~ "gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> "
+#~ "<gui>Bookmarks</gui></guiseq>."
+#~ msgstr ""
+#~ "Para activar el complemento de marcadores, seleccione <guiseq><gui style="
+#~ "\"menu\">gedit</gui> <gui style=\"menuitem\">Preferencias</"
+#~ "gui><gui>Complementos</gui> <gui>Marcadores</gui></guiseq>."
+
+#~ msgid ""
+#~ "Bookmarks are inserted and removed by completing the same action. To "
+#~ "insert or remove bookmarks:"
+#~ msgstr ""
+#~ "Los marcadores se insertan y se quitan realizando la misma acción. Para "
+#~ "insertar o quitar marcadores:"
+
+#~ msgid ""
+#~ "Navigate to the line where you want to insert or remove the bookmark."
+#~ msgstr ""
+#~ "Navegue hasta la línea en la que quiere insertar o quitar el marcador."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, or "
+#~ "click <guiseq><gui style=\"menu\">Edit</gui> <gui style=\"menuitem"
+#~ "\">Toggle Bookmark</gui></guiseq>."
+#~ msgstr ""
+#~ "Pulse <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, o pulse "
+#~ "en <guiseq><gui style=\"menu\">Editar</gui> <gui style=\"menuitem"
+#~ "\">Alternar marcador</gui></guiseq>."
+
+#~ msgid "To move between bookmarks:"
+#~ msgstr "Para moverse entre marcadores:"
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>B</key></keyseq> to move to the next "
+#~ "bookmark."
+#~ msgstr ""
+#~ "Pulse <keyseq><key>Ctrl</key><key>B</key></keyseq> para moverse al "
+#~ "siguiente marcador."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> to "
+#~ "move to the previous bookmark."
+#~ msgstr ""
+#~ "Pulse <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> para "
+#~ "moverse al marcador anterior."
+
+#~ msgid ""
+#~ "If you prefer using the mouse, you can click <guiseq> <gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Go to Next Bookmark</gui></guiseq> "
+#~ "or <guiseq><gui style=\"menu\">Edit</gui> <gui style=\"menuitem\">Go to "
+#~ "Previous Bookmark</gui></guiseq>."
+#~ msgstr ""
+#~ "Si prefiere usar el ratón, puede pulsar <guiseq><gui>Editar</gui><gui>Ir "
+#~ "al siguiente marcador</gui></guiseq> o <guiseq><gui style=\"menu"
+#~ "\">Editar</gui><gui style=\"menuitem\">Ir al marcador anterior</gui></"
+#~ "guiseq>."
+
+#~ msgid "Auto-complete closing brackets"
+#~ msgstr "Autocompletar cerrado de paréntesis"
+
+#~ msgid "Bracket completion"
+#~ msgstr "Completado de corchetes"
+
+#~ msgid ""
+#~ "The <app>Bracket Completion</app> plugin will auto-complete closing "
+#~ "brackets for curly braces, parentheses, and square brackets."
+#~ msgstr ""
+#~ "El complemento <app>Completar paréntesis</app> completará automáticamente "
+#~ "los paréntesis, llaves y corchetes."
+
+#~ msgid ""
+#~ "To enable the plugin, select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Bracket "
+#~ "Completion</gui></guiseq>."
+#~ msgstr ""
+#~ "Para activar el complemento seleccione <guiseq><gui style=\"menu\">gedit</"
+#~ "gui><gui> Preferencias</gui><gui>Complementos</gui><gui>Completar "
+#~ "paréntesis</gui></guiseq>."
+
+#~ msgid "This plugin does not automatically insert closing HTML or XML tags."
+#~ msgstr ""
+#~ "Este complemento no inserta automáticamente etiquetas de cierre HTML o "
+#~ "XML."
+
+#~ msgid "Paul Weaver"
+#~ msgstr "Paul Weaver"
+
+#~ msgid "Insert special characters just by clicking on them"
+#~ msgstr "Insertar caracteres especiales simplemente pulsando sobre ellos"
+
+#~ msgid "Character map"
+#~ msgstr "Mapa de caracteres"
+
+#~ msgid ""
+#~ "The <app>Character Map</app> plugin enables you to insert characters into "
+#~ "your document that you may not be able to type easily using your "
+#~ "keyboard. To enable this plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui> <gui>Character Map</gui></guiseq>."
+#~ msgstr ""
+#~ "El complemento <app>Mapa de caracteres</app> le permite insertar en su "
+#~ "documento caracteres que es posible que sean fáciles de escribir usando "
+#~ "su teclado. Para activar este complemento, seleccione <guiseq><gui style="
+#~ "\"menu\">gedit</gui> <gui style=\"menuitem\">Preferencias</"
+#~ "gui><gui>Complementos</gui> <gui>Mapa de caracteres</gui></guiseq>."
+
+#~ msgid "Using Character Map"
+#~ msgstr "Usar el mapa de caracteres"
+
+#~ msgid ""
+#~ "Once the plugin is enabled, you can add characters from the <em>Character "
+#~ "Map</em> tab of the side panel (<guiseq><gui>View</gui> <gui>Side Panel</"
+#~ "gui></guiseq>)."
+#~ msgstr ""
+#~ "Una vez que el complemento esté activado, puede añadir caracteres desde "
+#~ "la pestaña <em>Mapa de caracteres</em> en el panel lateral "
+#~ "(<guiseq><gui>Ver</gui><gui>Panel lateral</gui></guiseq>)."
+
+#~ msgid ""
+#~ "Place the cursor at the point in your document at which you would like "
+#~ "your special character."
+#~ msgstr ""
+#~ "Sitúe el cursor en el punto del documento en el que quiere insertar el "
+#~ "carácter especial."
+
+#~ msgid ""
+#~ "Open the side panel by selecting <guiseq><gui>View</gui> <gui>Side Panel</"
+#~ "gui></guiseq>, or by pressing <key>F9</key>."
+#~ msgstr ""
+#~ "Abra el panel lateral seleccionando <guiseq><gui>Ver</gui><gui>Panel "
+#~ "lateral</gui></guiseq>, o pulsando <key>F9</key>."
+
+#~ msgid "Select the <em>Character Map</em> tab in the side panel."
+#~ msgstr ""
+#~ "Seleccione la pestaña <em>Mapa de caracteres</em> en el panel lateral."
+
+#~ msgid ""
+#~ "If neccessary, choose the character set to which your character belongs "
+#~ "from the list at the top of the <em>Character Map</em> tab (e.g., Arabic)."
+#~ msgstr ""
+#~ "Si es necesario, elija el conjunto de caracteres al que pertenece su "
+#~ "carácter de la lista de la parte superior de la pestaña <em>Mapa de "
+#~ "caracteres</em> (ej, Árabe)."
+
+#~ msgid "Double click your desired character to insert it."
+#~ msgstr "Pulse dos veces en el carácter que quiere para insertarlo."
+
+#~ msgid ""
+#~ "You must click on the editing view of your document to continue editing "
+#~ "normally."
+#~ msgstr ""
+#~ "Debe pulsar en la vista de edición de su documento para continuar "
+#~ "editándolo normalmente."
+
+#~ msgid "Real-time error highlighting for supported languages"
+#~ msgstr "Resaltado de errores en tiempo real para lenguajes soportados"
+
+#~ msgid "Code assistance"
+#~ msgstr "Asistente de código"
+
+#~ msgid ""
+#~ "The <app>gedit-code-assistance</app> plugin provides real-time error "
+#~ "highlighting for C, C++ and Objective-C. To enable this plugin, select "
+#~ "<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui>Plugins</gui><gui>Code Assistance</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "El complemento <app>asistente de código de gedit</app> proporciona "
+#~ "resaltado de errores en tiempo real para C, C++ y Objective-C. Para "
+#~ "activar este complemento, seleccione <guiseq><gui style=\"menu\">gedit</"
+#~ "gui><gui style=\"menuitem\">Preferencias</gui> <gui>Complementos</"
+#~ "gui><gui>Asistente de código</gui></guiseq>."
+
+#~ msgid "How the code assistance plugin works"
+#~ msgstr "Cómo funciona el complemento «asistente de código»"
+
+#~ msgid ""
+#~ "The plugin currently relies on information in the makefile to deduce the "
+#~ "Clang error-highlighting rules. It examines the <code>make</code> rules "
+#~ "and determines which targets depend on the the file that is being parsed. "
+#~ "The plugin then extracts the compiler flags by simulating an execution of "
+#~ "those targets."
+#~ msgstr ""
+#~ "Actualmente, el complemento se basa en la información del makefile para "
+#~ "deducir las reglas de resaltado de errores de Clang. Examina las reglas "
+#~ "de <code>make</code> y determina qué objetivos dependen del archivo que "
+#~ "se está analizando. Entonces, el complemento extrae las opciones del "
+#~ "compilador simulando una ejecución de estos objetivos."
+
+#~ msgid ""
+#~ "This is not completely fool proof, of course. In the future, the plugin "
+#~ "will allow you to manually specify the compile flags."
+#~ msgstr ""
+#~ "Por supuesto, esto no es a prueba de fallos. En el futuro, el complemento "
+#~ "permitirá especificar manualmente las opciones del compilador."
+
+#~ msgid "Comment-out or uncomment a block of code"
+#~ msgstr "Comentar o descomentar un bloque de código"
+
+#~ msgid "Code comment"
+#~ msgstr "Comentar código"
+
+#~ msgid ""
+#~ "Code comments are portions of text that make it easier for people to "
+#~ "understand a program's code, but they don't affect how a program works. "
+#~ "Comments are separated from other parts of a program by special "
+#~ "characters."
+#~ msgstr ""
+#~ "Los comentarios del código son fragmentos de texto que facilitan a la "
+#~ "gente entender el código de un programa, pero no afectan al "
+#~ "funcionamiento del mismo. Los comentarios se separan del resto de partes "
+#~ "del programa mediante caracteres especiales."
+
+#~ msgid ""
+#~ "The <app>code comment</app> plugin makes it easier to quickly create or "
+#~ "remove code comments. To enable the code comment plugin, select "
+#~ "<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui>Plugins</gui><gui>Code comment</gui></guiseq>."
+#~ msgstr ""
+#~ "El complemento <app>comentar código</app> hace que sea más sencillo "
+#~ "añadir o quitar comentarios al código. Para activar el complemento de "
+#~ "comentar código, seleccione <guiseq><gui style=\"menu\">gedit</gui><gui "
+#~ "style=\"menuitem\">Preferencias</gui> <gui>Complementos</"
+#~ "gui><gui>Comentar código</gui></guiseq>."
+
+#~ msgid "To create or remove a comment:"
+#~ msgstr "Para crear o quitar un comentario:"
+
+#~ msgid ""
+#~ "Highlight the portion of text where you want to add or remove a comment."
+#~ msgstr ""
+#~ "Resalte el fragmento de texto donde quiere añadir o quitar o comentario."
+
+#~ msgid ""
+#~ "To add a comment, click <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui>Comment Code</gui></guiseq>, or press <keyseq><key>Ctrl</key> "
+#~ "<key>M</key></keyseq>."
+#~ msgstr ""
+#~ "Para añadir un comentario, pulse <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui>Comentar código</gui></guiseq>, o pulse <keyseq><key>Ctrl</key> "
+#~ "<key>M</key></keyseq>."
+
+#~ msgid ""
+#~ "To remove a comment, click <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui>Uncomment Code</gui></guiseq>, or press <keyseq><key>Shift</key> "
+#~ "<key>Ctrl</key><key>M</key></keyseq>."
+#~ msgstr ""
+#~ "Para quitar un comentario, pulse <guiseq><gui style=\"menuitem\">gedit</"
+#~ "gui><gui>Descomentar código</gui></guiseq>, o pulse <keyseq><key>Mayús</"
+#~ "key><key>Ctrl</key><key>M</key></keyseq>."
+
+#~ msgid ""
+#~ "<app>gedit</app> will automatically use the correct style of comment "
+#~ "based on the language or syntax of the file. If <app>gedit</app> doesn't "
+#~ "identify your language or syntax, you can select it from the language "
+#~ "list in the bottom <gui>Status bar</gui>."
+#~ msgstr ""
+#~ "<app>gedit</app> usará automáticamente el estilo de comentario correcto "
+#~ "basándose en el lenguaje o la sintaxis del archivo. Si <app>gedit </app> "
+#~ "no identifica el lenguaje ni la sintaxis, puede seleccionarlo de la lista "
+#~ "de lenguajes en la <gui>Barra de estado</gui> inferior."
+
+#~ msgid "Pick a color from a dialog and insert its hexadecimal representation"
+#~ msgstr ""
+#~ "Seleccionar un color de un diálogo e insertar su representación "
+#~ "hexadecimal"
+
+#~ msgid "Color picker"
+#~ msgstr "Selector de color"
+
+#~ msgid ""
+#~ "The <app>color picker</app> plugin helps you to insert the character "
+#~ "codes that represent a certain color. This can make it easier to choose "
+#~ "and use the correct color in your programs."
+#~ msgstr ""
+#~ "El complemento <app>selector de color</app> le ayuda a insertar el código "
+#~ "de caracteres que representa un color determinado. Esto puede simplificar "
+#~ "el elegir y usar el color correcto en sus programas."
+
+#~ msgid ""
+#~ "To enable the color picker plugin, select <guiseq> <gui style=\"menu"
+#~ "\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+#~ "gui><gui>Color Picker</gui></guiseq>."
+#~ msgstr ""
+#~ "Para activar el selector de color, seleccione <guiseq><gui style=\"menu"
+#~ "\">gedit</gui><gui> Preferencias</gui><gui>Complementos</"
+#~ "gui><gui>Selector de color</gui></guiseq>."
+
+#~ msgid "To open and use the color picker:"
+#~ msgstr "Para abrir y usar el selector de color:"
+
+#~ msgid ""
+#~ "Place your cursor at the point in your document where you want to insert "
+#~ "the color code."
+#~ msgstr ""
+#~ "Sitúe el cursor en el punto del documento en el que quiere insertar el "
+#~ "código del color."
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Pick Color...</gui></guiseq>. The "
+#~ "color picker dialog will appear."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui>Herramientas</gui><gui>Seleccionar color...</"
+#~ "gui></guiseq>. aparecerá el diálogo del selector de color."
+
+#~ msgid "Click on the desired color in the color picker window."
+#~ msgstr "Pulse en el color que quiera en la ventana del selector de color."
+
+#~ msgid ""
+#~ "The appropriate color code will be inserted where you had placed your "
+#~ "cursor."
+#~ msgstr ""
+#~ "El código del color seleccionado se insertará donde tenga situado el "
+#~ "cursor."
+
+#~ msgid "To close the <app>color picker</app>, click <gui>Close</gui>."
+#~ msgstr ""
+#~ "Para cerrar el <app>selector de color</app>, pulse <gui>Cerrar</gui>."
+
+#~ msgid ""
+#~ "You can make fine-grained adjustments to the color by adjusting the "
+#~ "values for Hue, Saturation, Value, Red, Green, or Blue."
+#~ msgstr ""
+#~ "Puede hacer ajustes más precisos en el color modificando los valores de "
+#~ "Tono, Saturación, Valor, Rojo, Verde o Azul."
+
+#~ msgid ""
+#~ "Additionally, you can save colors by right-clicking on any of the colored "
+#~ "boxes in the color picker, and selecting <gui>Save color here</gui>. This "
+#~ "will make it easier to insert commonly-used colors later."
+#~ msgstr ""
+#~ "Además, puede guardar colores pulsando con el botón derecho en cualquiera "
+#~ "de las cajas coloreadas en el selector de color, y seleccionando "
+#~ "<gui>Guardar color aquí</gui>. Esto hará más sencillo insertar colores "
+#~ "usados habitualmente más tarde."
+
+#~ msgid "Use a command-line interface for advanced editing"
+#~ msgstr "Usar una interfaz de línea de comandos para edición avanzada"
+
+#~ msgid "Commander"
+#~ msgstr "Comando"
+
+#~ msgid ""
+#~ "The <app>Commander</app> plugin is a plugin for advanced <app>gedit</app> "
+#~ "users that allows you to perform command-line actions on the current "
+#~ "file. To enable the commander plugin, select <guiseq> <gui style=\"menu"
+#~ "\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+#~ "gui><gui>Commander</gui></guiseq>."
+#~ msgstr ""
+#~ "El complemento <app>Comando</app> es para usuarios avanzados de "
+#~ "<app>gedit</app> que permite realizar acciones de línea de comandos sobre "
+#~ "el archivo actual. Para activar el complemento «Comando», seleccione "
+#~ "<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#~ "\">Preferencias</gui> <gui>Complementos</gui><gui>Comando</gui></guiseq>."
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, activate it by pressing <keyseq><key> "
+#~ "Ctrl</key><key>.</key></keyseq>."
+#~ msgstr ""
+#~ "Una vez que haya instalado el complemento, actívelo pulsando "
+#~ "<keyseq><key> Ctrl</key><key>.</key></keyseq>."
+
+#~ msgid "The last key in the above key combination is a period."
+#~ msgstr ""
+#~ "La última tecla de la combinación de teclas indicada es un punto («.»)."
+
+#~ msgid "See an overview of available commands"
+#~ msgstr "Ver una descripción de los comandos disponibles"
+
+#~ msgid "Tab + Tab"
+#~ msgstr "Tab + Tab"
+
+#~ msgid "/ <em>foo </em>"
+#~ msgstr "/ <em>foo</em>"
+
+#~ msgid "This will find the word <em>foo</em>."
+#~ msgstr "Esto buscará la palabra <em>foo</em>."
+
+#~ msgid "// foo bar"
+#~ msgstr "// foo bar"
+
+#~ msgid "This will replace <em>foo</em> with <em>bar</em>."
+#~ msgstr "Esto reemplazará <em>foo</em> por <em>bar</em>."
+
+#~ msgid "Move the cursor to a certain line number in your file"
+#~ msgstr "Mover el cursos a un determinado número de línea en su archivo"
+
+#~ msgid "go [line number] <em>or</em> just <em>g</em> [line number]"
+#~ msgstr ""
+#~ "go [número de línea] <em>o</em> simplemente <em>g</em> [número de línea]"
+
+#~ msgid "Toggle the bookmark indicator for the current line"
+#~ msgstr "Conmutar el indicador de marcador para la línea actual"
+
+#~ msgid "bookmark <em>or</em> just <em>b</em>"
+#~ msgstr "bookmark <em>o</em> simplemente <em>b</em>"
+
+#~ msgid ""
+#~ "Some commands, such as the <app>bookmark</app> command require that the "
+#~ "appropriate plugin be installed and activated. If you do not have the "
+#~ "appropriate plugin installed and activated, you will receive an error "
+#~ "message."
+#~ msgstr ""
+#~ "Algunos comandos, como <app>bookmark</app>, necesitan que se insale y "
+#~ "active el complemento adecuado. Si no tiene el complemento instalado y "
+#~ "activado, obtendrá un mensaje de error."
+
+#~ msgid "Display recently-used and most-used files on startup"
+#~ msgstr ""
+#~ "Mostrar los archivos usados recientemente y los archivos más usados al "
+#~ "inicio"
+
+#~ msgid "Dashboard"
+#~ msgstr "Tablero"
+
+#~ msgid ""
+#~ "The <app>Dashboard</app> plugin provides quick access to your most "
+#~ "recently-used files and most-frequently used files. To activate the "
+#~ "<app>Dashboard</app> plugin, select <guiseq> <gui style=\"menu\">gedit</"
+#~ "gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+#~ "gui><gui>Dashboard</gui></guiseq>. You will need to restart <app>gedit</"
+#~ "app> to activate the <app>Dashboard</app> plugin."
+#~ msgstr ""
+#~ "El complemento <app>Tablero</app> proporciona un rápido acceso a los "
+#~ "archivos usados más recientemente y a los más frecuentemente usados. Para "
+#~ "activar el complemento <app>Tablero</app>, seleccione <guiseq><gui style="
+#~ "\"menu\">gedit</gui> <gui style=\"menuitem\">Preferencias</"
+#~ "gui><gui>Complementos</gui> <gui>Tablero</gui></guiseq>. Deberá reiniciar "
+#~ "<app>gedit</app> para activar el complemento <app>Tablero</app>."
+
+#~ msgid ""
+#~ "The <app>dashboard</app> also includes a <gui>Search</gui> window, "
+#~ "allowing you to search for files that may not appear in the list of files."
+#~ msgstr ""
+#~ "El <app>tablero</app> también incluye una ventana <gui>Buscar</gui>, que "
+#~ "le permite buscar archivos que pueden no aparecer en la lista de archivos."
+
+#~ msgid "Recently used files"
+#~ msgstr "Archivos usados recientemente"
+
+#~ msgid ""
+#~ "The dashboard will initially display a shortcut for an <gui>empty "
+#~ "document</gui> and seven of your most recently-used files. Click on the "
+#~ "<gui>empty document</gui> to create a new file. Click on any of the other "
+#~ "files to open that file."
+#~ msgstr ""
+#~ "El tablero mostrará inicialmente un atajo a un <gui>documento vacío</gui> "
+#~ "y a siete de sus archivos usados más recientemente. Pulse en el "
+#~ "<gui>documento vacío</gui> para crear un archivo nuevo. Pulse en "
+#~ "cualquiera de los otros archivos para abrirlo."
+
+#~ msgid "Most frequently-used files"
+#~ msgstr "Archivos más frecuentemente usados"
+
+#~ msgid ""
+#~ "Similarly, the dashboard displays a shortcut for an <gui>empty document </"
+#~ "gui> and seven of your most frequently-used files. Click on the <gui> "
+#~ "empty document</gui> to create a new file. Click on any of the other "
+#~ "files to open that file."
+#~ msgstr ""
+#~ "De igual manera, el tablero muestra un atajo a un <gui>documento vacío</"
+#~ "gui> y a siete de sus archivos usados más frecuentemente. Pulse en el "
+#~ "<gui>documento vacío</gui> para crear un archivo nuevo. Pulse en "
+#~ "cualquiera de los otros archivos para abrirlo."
+
+#~ msgid ""
+#~ "Once activated, the <app>dashboard</app> will be displayed by default "
+#~ "when you open <app>gedit</app>. You can also open the <app>dashboard</"
+#~ "app> by clicking <guiseq><gui>File</gui><gui>New</gui> </guiseq>, or by "
+#~ "pressing <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+#~ msgstr ""
+#~ "Una vez activado, el <app>tablero</app> se mostrará de manera "
+#~ "predeterminada cuando abra <app>gedit</app>. También puede abrir el "
+#~ "<app>tablero</app> pulsando <guiseq><gui>Archivo</gui><gui>Nuevo</gui></"
+#~ "guiseq>, o pulsando <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+
+#~ msgid "Show white space between words or portions of code"
+#~ msgstr "Mostrar espacios en blanco entre palabras o fragmentos de código"
+
+#~ msgid "Draw spaces"
+#~ msgstr "Dibujar espacios"
+
+#~ msgid ""
+#~ "The <app>Draw Spaces</app> plugin is a simple plugin that can mark "
+#~ "spaces, tabs, and other types of whitespace with a small, visible marker. "
+#~ "By making whitespace visible, you can more easily see how whitespace is "
+#~ "used in a document, and can apply spacing strategies more consistently."
+#~ msgstr ""
+#~ "El complemento <app>Dibujar espacios</app> es un sencillo complemento que "
+#~ "puede marcar espacios, tabuladores y otros tipos de espacios en blanco "
+#~ "con un pequeño marcador visible. Marcando estos espacios como visibles, "
+#~ "puede ver más fácilmente cómo se usan los espacios en blanco en un "
+#~ "documento, y puede aplicar estrategias de espaciado de manera más "
+#~ "consistente."
+
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Draw "
+#~ "Spaces</gui></guiseq>. After you have enabled the plugin, you can set its "
+#~ "options by highlighting the plugin and selecting <gui style=\"menuitem"
+#~ "\">Preferences</gui>."
+#~ msgstr ""
+#~ "Para activar este complemento, seleccione <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferencias</"
+#~ "gui><gui>Complementos</gui> <gui>Dibujar espacios</gui></guiseq>. Una vez "
+#~ "que haya activado el complemento, puede establecer sus opciones marcando "
+#~ "el complemento y seleccionando <gui style=\"menuitem\">Preferencias</gui>."
+
+#~ msgid ""
+#~ "By default, the <app>Draw Spaces</app> plugin will mark the following "
+#~ "types of whitespace in a file:"
+#~ msgstr ""
+#~ "De manera predeterminada, el complemento <app>Dibujar espacios</app> "
+#~ "marcará los siguientes tipos de espacios en blanco en un archivo:"
+
+#~ msgid "Spaces"
+#~ msgstr "Espacios"
+
+#~ msgid "Leading spaces"
+#~ msgstr "Espacios iniciales"
+
+#~ msgid "Spaces in text"
+#~ msgstr "Espacios en el texto"
+
+#~ msgid "Trailing spaces"
+#~ msgstr "Espacios sobrantes"
+
+#~ msgid "You can also set the plugin to mark:"
+#~ msgstr "También puede configurar el complemento para marcar:"
+
+#~ msgid "New Lines"
+#~ msgstr "Líneas nuevas"
+
+#~ msgid "Non-breaking spaces"
+#~ msgstr "Espacios de no ruptura"
+
+#~ msgid ""
+#~ "Though you will be able to see the dots when you work on a file, the dots "
+#~ "will not be visible when you print a file to paper."
+#~ msgstr ""
+#~ "Aunque podrá ver los puntos cuando trabaje en un archivo, estos puntos no "
+#~ "serán visibles cuando imprima el archivo en papel."
+
+#~ msgid "Join several lines of text, or split long lines"
+#~ msgstr "Unir varias líneas de texto o dividir líneas largas"
+
+#~ msgid "Join/Split lines"
+#~ msgstr "Unir/dividir líneas"
+
+#~ msgid ""
+#~ "The <app>Join/Split Lines</app> plugin can join shorter lines into one "
+#~ "longer line, or can split a long line into multiple shorter lines."
+#~ msgstr ""
+#~ "El complemento <app>Unir/dividir líneas</app> puede unir líneas cortas en "
+#~ "una línea larga o puede dividir una línea larga en varias líneas más "
+#~ "cortas."
+
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Join/"
+#~ "Split Lines</gui></guiseq>."
+#~ msgstr ""
+#~ "Para activar este complemento seleccione <guiseq><gui style=\"menu"
+#~ "\">gedit</gui><gui> Preferencias</gui><gui>Complementos</gui><gui>Unir/"
+#~ "dividir líneas</gui></guiseq>."
+
+#~ msgid "To join multiple lines into one longer line:"
+#~ msgstr "Para unir varias líneas en una sola línea larga:"
+
+#~ msgid ""
+#~ "Select the lines that you want to join. To do this, you can use the "
+#~ "mouse, or you can press <keyseq><key>Shift</key><key>Up Arrow</key> </"
+#~ "keyseq> or <keyseq><key>Shift</key><key>Down Arrow</key></keyseq>."
+#~ msgstr ""
+#~ "Seleccione las líneas que quiere unir. Para hacerlo, puede usar el ratón "
+#~ "o pulsar <keyseq><key>Mayús</key><key>Flecha arriba</key></keyseq> o "
+#~ "<keyseq><key>Mayús</key><key>Flecha abajo</key></keyseq>."
+
+#~ msgid "The lines that you selected will be joined into one longer line."
+#~ msgstr "Las líneas que seleccione se unirán en una sola línea larga."
+
+#~ msgid "To split one line into multiple lines:"
+#~ msgstr "Para dividir una línea en varias líneas:"
+
+#~ msgid ""
+#~ "Select the line that you want to split by placing your cursor anywhere on "
+#~ "that line."
+#~ msgstr ""
+#~ "Seleccione las líneas que dividir situando el cursor el cualquier parte "
+#~ "de la línea."
+
+#~ msgid ""
+#~ "The line will be split into multiple lines. Spaces are used to determine "
+#~ "where it is safe to split a line, and the length of each line will not "
+#~ "exceed 80 characters."
+#~ msgstr ""
+#~ "La línea se dividirá en varias líneas. Los espacios se usan para "
+#~ "determinar dónde es seguro dividir una línea, y que la longitud de la "
+#~ "línea no supere los 80 caracteres."
+
+#~ msgid "2011"
+#~ msgstr "2011"
+
+#~ msgid "Edit a document in multiple places at once"
+#~ msgstr "Editar un documento en varios sitios a la vez"
+
+#~ msgid "Multi edit"
+#~ msgstr "Edición múltiple"
+
+#~ msgid ""
+#~ "The <app>Multi Edit</app> plugin allows you to edit a document in "
+#~ "multiple places at once. This can be helpful when performing tedious "
+#~ "editing tasks. To enable the Multi Edit plugin, select <guiseq><gui style="
+#~ "\"menu\">gedit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Multi "
+#~ "Edit</gui></guiseq>."
+#~ msgstr ""
+#~ "El complemento <app>Edición múltiple</app> le permite editar un documento "
+#~ "en varios sitios a la vez. Esto puede ser útil para realizar tareas de "
+#~ "edición tediosas. Para activar este complemento de edición múltiple, "
+#~ "seleccione <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Preferencias</gui><gui>Complementos</gui> <gui>Edición múltiple</gui></"
+#~ "guiseq>."
+
+#~ msgid ""
+#~ "After you have enabled the plugin, turn-on Multi Edit mode by pressing "
+#~ "<keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, or clicking "
+#~ "<guiseq><gui style=\"menu\">gedit</gui><gui>Multi Edit Mode</gui></"
+#~ "guiseq>. You can then select the points in your file that you would like "
+#~ "start editing."
+#~ msgstr ""
+#~ "Después de activar el complemento, active el modo de edición múltiple "
+#~ "pulsando <keyseq><key>Ctrl</key><key>Mayús</key><key>C</key></keyseq>, o "
+#~ "pulsando <guiseq><gui style=\"menu\">gedit</gui><gui>Modo de edición "
+#~ "múltiple</gui></guiseq>. Puede seleccionar los puntos en el archivo que "
+#~ "quiere empezar a editar."
+
+#~ msgid "To insert editing points in your file:"
+#~ msgstr "Para insertar puntos de edición en su archivo:"
+
+#~ msgid "Place your cursor at your first desired editing point."
+#~ msgstr "Sitúe el cursor en el primer punto de edición que quiera."
+
+#~ msgid "Press <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+#~ msgstr "Pulse <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+
+#~ msgid ""
+#~ "Move to your next editing point, and press <keyseq><key>Ctrl</key> "
+#~ "<key>E</key></keyseq> again."
+#~ msgstr ""
+#~ "Muévase al siguiente punto de edición y pulse <keyseq><key>Ctrl</"
+#~ "key><key>E</key></keyseq> otra vez."
+
+#~ msgid "Continue inserting editing points, adding as many as you need."
+#~ msgstr ""
+#~ "Continúe insertando puntos de edición, añadiendo tantos como necesite."
+
+#~ msgid ""
+#~ "Once you have inserted all of your editing points, you can make your "
+#~ "desired edits."
+#~ msgstr ""
+#~ "Una vez que haya insertado todos los puntos de edición, puede hacer las "
+#~ "ediciones que quiera."
+
+#~ msgid ""
+#~ "To remove editing points, press the <key>Esc</key> key. This will remove "
+#~ "all of the editing points. Pressing the <key>Esc</key> key again will "
+#~ "turn off Multi Edit mode, returning the editor back to its normal state."
+#~ msgstr ""
+#~ "Para quitar puntos de edición, pulse la tecla <key>Esc</key>. Esto "
+#~ "quitará todos los puntos de edición. Si pulsa la tecla <key>Esc</key> "
+#~ "otra vez, desactivará el modo de edición múltiple, devolviendo el editor "
+#~ "a su estado normal."
+
+#~ msgid "Save and restore your working sessions"
+#~ msgstr "Guardar y restaurar sus sesiones de trabajo"
+
+#~ msgid "Session Saver"
+#~ msgstr "Guardador de sesiones"
+
+#~ msgid ""
+#~ "The <app>Session Saver</app> plugin saves groups of files together so "
+#~ "that you can open them together at a later time. To enable the plugin, "
+#~ "select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Preferences</gui><gui>Plugins</gui> <gui>Session Saver</gui></guiseq>."
+#~ msgstr ""
+#~ "El complemento <app>Guardador de sesiones</app> guarda grupos de archivos "
+#~ "juntos, por lo que que puede puede abrirlos juntos más tarde. Para "
+#~ "activar este complemento, seleccione <guiseq><gui style=\"menu\">gedit</"
+#~ "gui> <gui style=\"menuitem\">Preferencias</gui><gui>Complementos</gui> "
+#~ "<gui>Guardador de sesiones</gui></guiseq>."
+
+#~ msgid "To save a new session:"
+#~ msgstr "Para guardar una sesión nueva:"
+
+#~ msgid ""
+#~ "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Save current "
+#~ "session</gui></guiseq>."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui>Archivo</gui><gui>Sesiones guardadas</"
+#~ "gui><gui>Guardar sesión actual</gui></guiseq>."
+
+#~ msgid "Type a session name in the <gui>Save session</gui> dialog box."
+#~ msgstr ""
+#~ "Escriba un nombre para la sesión en el cuadro de diálogo <gui>Guardar "
+#~ "sesión</gui>."
+
+#~ msgid "Click <gui>Save</gui>."
+#~ msgstr "Pulse <gui>Guardar</gui>."
+
+#~ msgid "To open an existing session:"
+#~ msgstr "Para abrir una sesión existente:"
+
+#~ msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui></guiseq>."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui>Archivo</gui><gui>Sesiones guardadas</gui></"
+#~ "guiseq>."
+
+#~ msgid "Click the name of your desired session."
+#~ msgstr "Pulse en el nombre de la sesión que quiere."
+
+#~ msgid "To delete an existing session:"
+#~ msgstr "Para eliminar una sesión existente:"
+
+#~ msgid ""
+#~ "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui> Manage saved "
+#~ "sessions</gui></guiseq>."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui>Archivo</gui><gui>Sesiones guardadas</"
+#~ "gui><gui>Gestionar sesiones guardadas</gui></guiseq>."
+
+#~ msgid "Select the name of the session that you want to delete."
+#~ msgstr "Seleccione el nombre de la sesión que quiere eliminar."
+
+#~ msgid "Click <gui>Delete</gui>."
+#~ msgstr "Pulse <gui>Eliminar</gui>."
+
+#~ msgid ""
+#~ "The session name will still be listed in your list of sessions until you "
+#~ "close <app>gedit</app>."
+#~ msgstr ""
+#~ "El nombre de la sesión aparecerá en su lista de sesiones hasta que cierre "
+#~ "<app>gedit</app>."
+
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-side-pane3.png' "
+#~ "md5='4b800d370193ac0ed8db9eb33b86e11c'"
+#~ msgstr ""
+#~ "external ref='figures/gedit-side-pane3.png' "
+#~ "md5='4b800d370193ac0ed8db9eb33b86e11c'"
+
+#~ msgid ""
+#~ "Automatically insert tags, strings and special characters into a document"
+#~ msgstr ""
+#~ "Insertar automáticamente etiquetas, cadenas y caracteres especiales en un "
+#~ "documento"
+
+#~ msgid "Tag list"
+#~ msgstr "Lista de etiquetas"
+
+#~ msgid ""
+#~ "The <app>Tag List</app> plugin allows you to insert common tags and "
+#~ "special characters from a list in the side pane. By default, the plugin "
+#~ "can insert tags and special characters for <app>HTML</app>, <app>XHTML</"
+#~ "app>, <app>XSLT</app>, <app>XUL</app> and <app>LaTeX</app>."
+#~ msgstr ""
+#~ "El complemento <app>Lista de etiquetas</app> le permite insertar "
+#~ "etiquetas comunes y caracteres especiales de una lista en el panel "
+#~ "lateral. De forma predeterminada el complemento puede insertar etiquetas "
+#~ "y caracteres especiales para HTML, XHTML, XSLT, XUL y LaTeX."
+
+#~ msgid "Enable Tag List Plugin"
+#~ msgstr "Activar el complemento Lista de etiquetas"
+
+#~ msgid "To enable the <app>Tag List</app> plugin:"
+#~ msgstr "Para activar el complemento de <app>Lista de etiquetas</app>:"
+
+#~ msgid "Select <gui style=\"menuitem\">Tag List</gui> to enable the plugin."
+#~ msgstr ""
+#~ "Seleccione <gui style=\"menuitem\">Lista de etiquetas</gui> para activar "
+#~ "el complemento."
+
+#~ msgid ""
+#~ "Access the tag list by selecting <guiseq><gui style=\"menu\">View</gui> "
+#~ "<gui style=\"menuitem\">Side Pane</gui></guiseq>, or by pressing <key>F9</"
+#~ "key>."
+#~ msgstr ""
+#~ "Acceda a la lista de tareas seleccionando <guiseq><gui style=\"menu"
+#~ "\">Ver</gui> <gui style=\"menuitem\">Panel lateral</gui></guiseq>, o "
+#~ "pulsando <key>F9</key>."
+
+#~ msgid ""
+#~ "The side pane will initially show a list of open documents, so to view "
+#~ "and use the <app>Tag List</app>, you will need to click on the tab "
+#~ "showing the \"plus\" icon at the bottom of the side pane. The icon will "
+#~ "look similar to this:"
+#~ msgstr ""
+#~ "El panel lateral mostrará inicialmente una lista de documentos abiertos, "
+#~ "por lo que para ver y usar la <app>Lista de etiquetas</app>, deberá "
+#~ "pulsar en la pestaña que muestra el icono «más» en la parte inferior del "
+#~ "panel lateral. El icono se parece a esto:"
+
+#~ msgid "Inserting Tags and Special Characters"
+#~ msgstr "Insertar etiquetas y caracteres especiales"
+
+#~ msgid ""
+#~ "The <app>tag list</app> uses a drop-down menu to let you choose from the "
+#~ "different types of tags. For example, one tag option is <gui>HTML - Tags</"
+#~ "gui>."
+#~ msgstr ""
+#~ "La <app>Lista de etiquetas</app> usa un menú desplegable para permitirle "
+#~ "elegir de entre diferentes tipos de etiquetas. Por ejemplo, una opción es "
+#~ "<gui>HTML: etiquetas</gui>."
+
+#~ msgid "To start inserting tags, complete the following:"
+#~ msgstr "Para insertar etiquetas, complete lo siguiente:"
+
+#~ msgid ""
+#~ "Move the cursor to where you will want to insert the tag or special "
+#~ "character."
+#~ msgstr ""
+#~ "Mueva el cursor a donde quiera insertar la etiqueta o el carácter "
+#~ "especial."
+
+#~ msgid ""
+#~ "Select the desired tag type from the drop-down menu at the top of the "
+#~ "side pane."
+#~ msgstr ""
+#~ "Seleccione la etiqueta que quiere en el menú desplegable en la parte "
+#~ "inferior del panel lateral."
+
+#~ msgid "Scroll through the list to find the desired tag or character."
+#~ msgstr ""
+#~ "Desplácese en la lista hasta encontrar la etiqueta o el carácter que "
+#~ "quiere."
+
+#~ msgid "Double-click on the tag in the tag list."
+#~ msgstr "Doble pulsación en la etiqueta en la lista de etiquetas."
+
+#~ msgid ""
+#~ "The tag or special character you have chosen will then be displayed in "
+#~ "your document."
+#~ msgstr ""
+#~ "La etiqueta o el carácter especial que ha elegido se mostrará en su "
+#~ "documento."
+
+#~ msgid "Tag List Tips"
+#~ msgstr "Consejos de la Lista de etiquetas"
+
+#~ msgid ""
+#~ "You can also insert a tag by pressing <key>Return</key> or "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq>."
+#~ msgstr ""
+#~ "También puede insertar una etiqueta pulsando <key>Intro</key> o "
+#~ "<keyseq><key>Mayús</key><key>Intro</key></keyseq>."
+
+#~ msgid ""
+#~ "Pressing the <key>Return</key> key will insert the tag at the cursor "
+#~ "position, and then return focus to the document. Pressing "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq> will insert the tag at "
+#~ "the cursor position, but will keep the focus on the <app>tag-list</app>."
+#~ msgstr ""
+#~ "Pulsando la tecla <key>Intro</key> se insertará la etiqueta en la "
+#~ "posición del cursor y se devolverá el foco al documento. Pulsando "
+#~ "<keyseq><key>Mayús</key><key>Intro</key></keyseq> la etiqueta se "
+#~ "insertará en la posición del cursor, pero se mantendrá el foco en la "
+#~ "<app>Lista de etiquetas</app>."
+
+#~ msgid ""
+#~ "You can see a preview of what text will be inserted for each tag and "
+#~ "special character by clicking on the word the <gui>Preview</gui> at the "
+#~ "bottom of the side pane."
+#~ msgstr ""
+#~ "Puede ver una vista previa de qué texto se insertará por cada etiqueta y "
+#~ "cada carácter especial pulsando en la palabra la <gui>Vista previa</gui> "
+#~ "en la parte inferior del panel lateral."
+
+#~ msgid "Add a terminal console to the bottom pane"
+#~ msgstr "Añadir una consola de terminal al panel inferior"
+
+#~ msgid "Embedded terminal"
+#~ msgstr "Terminal empotrada"
+
+#~ msgid ""
+#~ "<app>gedit</app> makes it possible to include an embedded version of "
+#~ "<app>GNOME Terminal</app>, the GNOME command-line application, in the "
+#~ "bottom pane of the <app>gedit</app> window. This will let you run "
+#~ "scripts, install needed software, or test your program without leaving "
+#~ "<app>gedit</app>."
+#~ msgstr ""
+#~ "<app>gedit</app> hace que sea posible incluir una versión empotrada de la "
+#~ "<app>Terminal de GNOME</app>, la aplicación de línea de comandos de "
+#~ "GNOME, en el panel inferior de la ventana de <app>gedit</app>. Esto le "
+#~ "permite ejecutar scripts, instalar software necesario o probar su "
+#~ "programa sin salir de <app>gedit</app>."
+
+#~ msgid "Enable Embedded Terminal"
+#~ msgstr "Activar la terminal empotrada"
+
+#~ msgid "To enable the Embedded Terminal plugin:"
+#~ msgstr "Para activar el complemento de Terminal empotrada:"
+
+#~ msgid ""
+#~ "Select <gui style=\"menuitem\">Embedded Terminal</gui> to enable the "
+#~ "plugin."
+#~ msgstr ""
+#~ "Seleccione <gui style=\"menuitem\">Terminal empotrada</gui> para activar "
+#~ "el complemento."
+
+#~ msgid "Using Embedded Terminal"
+#~ msgstr "Usar la terminal empotrada"
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, to add a terminal to the bottom pane:"
+#~ msgstr ""
+#~ "Una vez activado el complemento, para añadir una terminal al panel "
+#~ "inferior:"
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">View</gui> <gui style=\"menuitem"
+#~ "\">Bottom Pane</gui></guiseq>. Alternatively, you can press "
+#~ "<keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui style=\"menu\">Ver</gui> <gui style=\"menuitem"
+#~ "\">Panel inferior</gui></guiseq>. Alternativamente, puede pulsar "
+#~ "<keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+
+#~ msgid "Increase or decrease text size"
+#~ msgstr "Aumentar o disminuir el tamaño del texto"
+
+#~ msgid "Text Size"
+#~ msgstr "Tamaño del texto"
+
+#~ msgid ""
+#~ "The text size plugin allows you to temporarily change the text size for "
+#~ "better readibility in <app>gedit</app> without changing the program's "
+#~ "default text size."
+#~ msgstr ""
+#~ "El complemento de tamaño del texto le permite cambiar temporalmente el "
+#~ "tamaño del texto en <app>gedit</app> sin cambiar el tamaño del texto "
+#~ "predeterminado del programa."
+
+#~ msgid "Enable Text Size Plugin"
+#~ msgstr "Activar el complemento Tamaño del texto"
+
+#~ msgid "Use Text Size Plugin"
+#~ msgstr "Usar el complemento Tamaño del texto"
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, do any of the following to change the "
+#~ "text size in <app>gedit</app>:"
+#~ msgstr ""
+#~ "Una vez activado el complemento, realice cualquiera de estas acciones "
+#~ "para cambiar el texto en <app>gedit</app>:"
+
+#~ msgid ""
+#~ "To <em>increase</em> the text size, press <keyseq><key>Ctrl</key><key>+</"
+#~ "key></keyseq>."
+#~ msgstr ""
+#~ "Para <em>aumentar</em> el tamaño del texto, pulse <keyseq><key>Ctrl</key> "
+#~ "<key>+</key></keyseq>."
+
+#~ msgid ""
+#~ "To <em>decrease</em> the text size, press <keyseq><key>Ctrl</key><key>-</"
+#~ "key></keyseq>."
+#~ msgstr ""
+#~ "Para <em>disminuir</em> el tamaño del texto, pulse <keyseq><key>Ctrl</"
+#~ "key> <key>-</key></keyseq>."
+
+#~ msgid ""
+#~ "To <em>reset</em> the text size to the default size, press "
+#~ "<keyseq><key>Ctrl</key><key>0</key></keyseq>."
+#~ msgstr ""
+#~ "Para <em>restablecer</em> el tamaño del texto a su tamaño predeterminado, "
+#~ "seleccione <keyseq><key>Ctrl</key><key>0</key></keyseq>."
+
+#~ msgid "Autocomplete words or portions of code as you type"
+#~ msgstr "Autocompletar palabras o recortes de código según escribe"
+
+#~ msgid "Word completion"
+#~ msgstr "Completado de palabras"
+
+#~ msgid ""
+#~ "The <app>Word Completion</app> plugin can speed up your editing by "
+#~ "suggesting completions of words as you type. To enable the plugin:"
+#~ msgstr ""
+#~ "El complemento <app>Completado de palabras</app> puede acelerar la "
+#~ "edición sugiriéndole completados de palabras a medida que escribe. Para "
+#~ "activar este complemento:"
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">Edit</gui> <gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui style=\"menu\">Editar</gui> <gui style=\"menuitem"
+#~ "\">Preferencias</gui> <gui style=\"tab\">Complementos</gui></guiseq>."
+
+#~ msgid ""
+#~ "Select <gui style=\"menuitem\">Word Completion</gui> to enable the plugin."
+#~ msgstr ""
+#~ "Seleccione <gui style=\"menuitem\">Completado de palabras</gui> para "
+#~ "activar el complemento."
+
+#~ msgid ""
+#~ "While editing, the <app>Word Completion</app> plugin will automatically "
+#~ "display a pop-up list of words that begin with the letters you have "
+#~ "already typed. Word suggestions are based upon words that appear "
+#~ "elsewhere in your document and upon pre-defined keywords if your document "
+#~ "is of a recognised format."
+#~ msgstr ""
+#~ "Mientras edita, el complemento de <app>Completado de palabras</app> "
+#~ "mostrará automáticamente una lista emergente de palabras que comiencen "
+#~ "por las letras que ya haya escrito. Las sugerencias de palabras se basan "
+#~ "en palabras que aparecen en cualquier parte del documento y en palabras "
+#~ "calve predefinidas si su documento tiene un formato reconocido."
+
+#~ msgid ""
+#~ "To insert a suggested word, double-click on it in the pop-up list or "
+#~ "press <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> "
+#~ "is the number displayed next to your desired word."
+#~ msgstr ""
+#~ "Para insertar una palabra sugerida, pulse dos veces en la lista emergente "
+#~ "o pulse <keyseq><key>Alt</key><key>Num</key></keyseq>, donde <key>Num</"
+#~ "key> es el número mostrado junto a la palabra que quiere."
+
+#~ msgid "Once you've enabled it, here is how to use the plugin:"
+#~ msgstr ""
+#~ "Una vez que lo haya activado, aquí se explica cómo usar el complemento:"
+
+#~ msgid ""
+#~ "The <app>Quick Open</app> plugin will only display files that you have "
+#~ "previously opened."
+#~ msgstr ""
+#~ "El complemento de <app>Apertura rápida</app> sólo mostrará los archivos "
+#~ "que haya abierto previamente."
+
+#~| msgid ""
+#~| "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~| "\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\"/> <gui style=\"menuitem\">Manage "
+#~ "Snippets</gui>.</guiseq>."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui style=\"menu\"/> <gui style=\"menuitem"
+#~ "\">Gestionar recortes</gui>.</guiseq>."
+
+#~ msgid ""
+#~ "To enable the <app>Snippets</app> plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Snippets</gui></guiseq>."
+#~ msgstr ""
+#~ "Para activar el complemento <app>Recortes</app> seleccione <guiseq><gui "
+#~ "style=\"menu\">gedit</gui> <gui style=\"menuitem\">Preferencias</"
+#~ "gui><gui>Complementos</gui> <gui>Recortes</gui></guiseq>."
+
+#~ msgid "Using, Modifying and creating snippets"
+#~ msgstr "Usar, modificar y crear recortes"
+
+#~ msgid "Inserting snippets of text into your files"
+#~ msgstr "Insertar recortes de texto en sus archivos"
+
+#~ msgid "The following points will help you get started with using snippets:"
+#~ msgstr "Los puntos siguientes le ayudarán a empezar a usar los recortes:"
+
+#~ msgid "Make sure the syntax is set appropriately."
+#~ msgstr "Asegúrese de que la sintaxis está configurada correctamente."
+
+#~ msgid "Review the default snippets."
+#~ msgstr "Revisar los recortes predeterminados."
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Manage Snippets</gui></guiseq>. "
+#~ "Review the snippets that are available for your language or syntax. Find "
+#~ "some basic snippets that you think might be useful for you."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui>Herramientas</gui><gui>Gestionar recortes</gui></"
+#~ "guiseq>. Revise los recortes disponibles para su lenguaje o sintaxis. "
+#~ "Busque algunos recortes básicos que crea que pueden serle útiles."
+
+#~ msgid "Try using some of the snippets."
+#~ msgstr "Pruebe a usar algunos de los recortes."
+
+#~ msgid ""
+#~ "To enable the <app>Sort</app> plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Para activar el complemento <app>Ordenar</app> seleccione <guiseq><gui "
+#~ "style=\"menu\">gedit</gui><gui> Preferencias</gui><gui>Complementos</"
+#~ "gui><gui>Ordenar</gui></guiseq>."
+
+#~ msgid ""
+#~ "After you have enabled the <gui>Sort</gui> plugin, use it by selecting "
+#~ "the lines of text you want to sort, and then clicking <guiseq><gui style="
+#~ "\"menu\">gedit</gui><gui>Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Después de que haya activado el complemento <gui>Ordenar</gui>, úselo "
+#~ "seleccionando las líneas de texto que quiere ordenar, y pulse "
+#~ "<guiseq><gui style=\"menu\">gedit</gui><gui>Ordenar</gui></guiseq>."
+
+#~ msgid ""
+#~ "To use the <app>Tag List</app> plugin, you will need to enable the "
+#~ "plugin, and then activate the tag-list portion of the side pane."
+#~ msgstr ""
+#~ "Para usar el complemento <app>Lista de etiquetas</app> deberá activar el "
+#~ "complemento y después activar la parte de la lista de etiquetas en el "
+#~ "panel lateral."
+
+#~ msgid ""
+#~ "You can activate the plugin by selecting <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Tag List</gui></guiseq>. Once you have activated the plugin, "
+#~ "access it by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></"
+#~ "guiseq>, or by pressing <key>F9</key>."
+#~ msgstr ""
+#~ "Puede activar el complemento seleccionando <guiseq><gui style=\"menu"
+#~ "\">gedit</gui><gui style=\"menuitem\">Preferencias</gui> "
+#~ "<gui>Complementos</gui><gui>Lista de etiquetas</gui></guiseq>. Una vez "
+#~ "que lo haya activado, acceda a él seleccionando <guiseq><gui>Ver</"
+#~ "gui><gui>Panel lateral</gui></guiseq>, o pulsando <key>F9</key>."
+
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Embedded "
+#~ "Terminal</gui></guiseq>."
+#~ msgstr ""
+#~ "Para activar este complemento, seleccione <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferencias</"
+#~ "gui><gui>Complementos</gui> <gui>Terminal empotrada</gui></guiseq>."
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, add the terminal to the bottom pane by "
+#~ "selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just "
+#~ "press <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+#~ msgstr ""
+#~ "Una vez que haya activado el complemento, añada la terminal al panel "
+#~ "inferior seleccionando <guiseq><gui>Ver</gui><gui>Panel inferior</gui></"
+#~ "guiseq>, o simplemente pulse <keyseq><key>Ctrl</key><key>F9</key></"
+#~ "keyseq>."
+
+#~ msgctxt "_"
+#~ msgid "external ref='reverse-collate.png' md5='__failed__'"
+#~ msgstr "external ref='reverse-collate.png' md5='__failed__'"
+
+#~ msgid "To reverse the order:"
+#~ msgstr "Para invertir el orden:"
+
+#~ msgid ""
+#~ "In the <gui>General</gui> tab of the Print window under <em>Copies</em>, "
+#~ "check <gui>Reverse</gui>. The last page will be printed first, and so on."
+#~ msgstr ""
+#~ "En la pestaña <gui>General</gui> de la ventana de impresión, en "
+#~ "<em>Copias</em>, seleccione <gui>Invertir</gui>. La última página se "
+#~ "imprimirá primero, y así sucesivamente."
+
+#~ msgid "Printing output to a file"
+#~ msgstr "Imprimir la salida en un archivo"
+
+#~ msgid ""
+#~ "You can also use <app>gedit</app> to print to a file. To do so, select "
+#~ "<guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>."
+#~ msgstr ""
+#~ "También puede usar <app>gedit</app> para imprimir a un archivo. Para "
+#~ "hacerlo, seleccione <guiseq><gui>Archivo</gui><gui>Imprimir</"
+#~ "gui><gui>Imprimir a un archivo</gui></guiseq>."
+
+#~ msgctxt "_"
+#~ msgid "external ref='print-select.png' md5='__failed__'"
+#~ msgstr "external ref='print-select.png' md5='__failed__'"
+
+#~ msgid "To only print certain pages from the document:"
+#~ msgstr "Para imprimir solo ciertas páginas del documento:"
+
+#~ msgid "Click <guiseq><gui>File</gui><gui> Print...</gui></guiseq>"
+#~ msgstr "Pulse <guiseq><gui>Archivo</gui><gui> Imprimir...</gui></guiseq>"
+
+#~ msgid ""
+#~ "For example, if you enter \"1,3,5-7,9\" in the <gui>Pages</gui> textbox, "
+#~ "pages 1, 3, 5, 6, 7 and 9 will be printed."
+#~ msgstr ""
+#~ "Por ejemplo, si escribe «1,3,5-7,9» en la caja de texto <gui>Páginas</"
+#~ "gui>,se imprimirán las páginas 1,3,5,6,7 y 9."
+
+#~ msgid "Ctrl + Alt + PageUp"
+#~ msgstr "Ctrl + Alt + Re Pág"
+
+#~ msgid "Ctrl + Alt + PageDown"
+#~ msgstr "Ctrl + Alt + Av Pág"
+
+#~ msgid "Ctrl + W"
+#~ msgstr "Ctrl + W"
+
+#~ msgid "Ctrl + Shift + L"
+#~ msgstr "Ctrl + Mayús. + L"
+
+#~ msgid "Ctrl + Shift + W"
+#~ msgstr "Ctrl + Mayús. + W"
+
+#~ msgid "Alt + <var>n</var>"
+#~ msgstr "Alt + <var>n</var>"
+
+#~ msgid "Ctrl + N"
+#~ msgstr "Ctrl + N"
+
+#~ msgid "Ctrl + O"
+#~ msgstr "Ctrl + O"
+
+#~ msgid "Ctrl + S"
+#~ msgstr "Ctrl + S"
+
+#~ msgid "Ctrl + Shift + S"
+#~ msgstr "Ctrl + Mayús. + S"
+
+#~ msgid "Ctrl + P"
+#~ msgstr "Ctrl + P"
+
+#~ msgid "Ctrl + Shift + P"
+#~ msgstr "Ctrl + Mayús. + P"
+
+#~ msgid "Ctrl + Q"
+#~ msgstr "Ctrl + Q"
+
+#~ msgid "Ctrl + Z"
+#~ msgstr "Ctrl + Z"
+
+#~ msgid "Ctrl + Shift + Z"
+#~ msgstr "Ctrl + Mayús. + Z"
+
+#~ msgid "Ctrl + X"
+#~ msgstr "Ctrl + X"
+
+#~ msgid "Ctrl + C"
+#~ msgstr "Ctrl + C"
+
+#~ msgid "Ctrl + V"
+#~ msgstr "Ctrl + V"
+
+#~ msgid "Ctrl + A"
+#~ msgstr "Ctrl + A"
+
+#~ msgid "Ctrl + D"
+#~ msgstr "Ctrl + D"
+
+#~ msgid "Alt + Up Arrow"
+#~ msgstr "Alt + flecha arriba"
+
+#~ msgid "Alt + Down Arrow"
+#~ msgstr "Alt + flecha abajo"
+
+#~ msgid "F9"
+#~ msgstr "F9"
+
+#~ msgid "Ctrl + F9"
+#~ msgstr "Ctrl + F9"
+
+#~ msgid "Ctrl + F"
+#~ msgstr "Ctrl + F"
+
+#~ msgid "Ctrl + G"
+#~ msgstr "Ctrl + G"
+
+#~ msgid "Ctrl + Shift + G"
+#~ msgstr "Ctrl + Mayús. + G"
+
+#~ msgid "Ctrl + H"
+#~ msgstr "Ctrl + H"
+
+#~ msgid "Ctrl + Shift + K"
+#~ msgstr "Ctrl + Mayús. + K"
+
+#~ msgid "Ctrl + I"
+#~ msgstr "Ctrl + I"
+
+#~ msgid "Shift + F7"
+#~ msgstr "Mayús. + F7"
+
+#~ msgid "Alt + F12"
+#~ msgstr "Alt + F12"
+
+#~ msgid "F8"
+#~ msgstr "F8"
+
+#~ msgid "Ctrl + Shift + D"
+#~ msgstr "Ctrl + Mayús. + D"
+
+#~ msgid "F1"
+#~ msgstr "F1"
+
+#~ msgid ""
+#~ "To enable the plugin, select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Spell "
+#~ "Checker</gui></guiseq>."
+#~ msgstr ""
+#~ "Para activar el complemento seleccione <guiseq><gui style=\"menu\">gedit</"
+#~ "gui><gui> Preferencias</gui><gui>Complementos</gui><gui>Corrector "
+#~ "ortográfico</gui></guiseq>."
+
+#~ msgid ""
+#~ "<app>gedit</app> will only check your document's spelling when you choose "
+#~ "<guiseq><gui>Tools</gui><gui>Check Spelling</gui></guiseq>. To have "
+#~ "<app>gedit</app> automatically check your spelling, select "
+#~ "<guiseq><gui>Tools</gui><gui>Highlight Misspelled Words</gui></guiseq>."
+#~ msgstr ""
+#~ "<app>gedit</app> sólo comprobará la ortografía del documento cuando elija "
+#~ "<guiseq><gui>Herramientas</gui><gui>Comprobar ortografía</gui></guiseq>. "
+#~ "Para hacer que <app> gedit</app> compruebe la ortografía automáticamente, "
+#~ "seleccione <guiseq><gui>Herramientas </gui><gui>Resaltar palabras mal "
+#~ "escritas</gui></guiseq>."
+
+#~ msgid "Click and hold the mouse button on the tab"
+#~ msgstr "Pulse y mantenga pulsado el botón del ratón en la pestaña"
+
+#~ msgid "Release the mouse button"
+#~ msgstr "Suelte el botón del ratón"
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; "
+#~ "Colors</gui></guiseq>."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui>Editar</gui><gui>Preferencias</"
+#~ "gui><gui>Tipografía y colores</gui></guiseq>."
+
+#~ msgid ""
+#~ "Using the spell-check feature in <app>gedit</app> requires that you first "
+#~ "enable the spell-check plugin. To enable the plugin, select "
+#~ "<guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Spell Checker</gui> </guiseq>."
+#~ msgstr ""
+#~ "Usar la característica de comprobación de ortografía en <app>gedit</app> "
+#~ "requiere que primero active el complemento del corrector ortográfico. "
+#~ "Para activar este complemento, seleccione <guiseq><gui>Editar</"
+#~ "gui><gui>Preferencias</gui><gui>Complementos</gui><gui>Corrector "
+#~ "ortográfico</gui></guiseq>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Autocheck Spelling</gui></guiseq> to "
+#~ "make <app>gedit</app> highlight spelling errors while you type."
+#~ msgstr ""
+#~ "Seleccione <guiseq><gui>Herramientas</gui><gui>Comprobar ortografía...</"
+#~ "gui></guiseq> para que <app>gedit</app> resalte errores ortográficos al "
+#~ "escribir."
+
+#~ msgid ""
+#~ "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#~ "Colors</key></keyseq>."
+#~ msgstr ""
+#~ "Seleccione <keyseq><key>Editar</key><key>Preferencias</"
+#~ "key><key>Tipografía y colores</key></keyseq>."
+
+#~ msgid ""
+#~ "If the color that you want to select is currently on your screen, click "
+#~ "on the icon that looks like an eyedropper."
+#~ msgstr ""
+#~ "Si el color que quiere seleccionar está actualmente en su pantalla, pulse "
+#~ "en el icono que parece un cuentagotas."
+
+#~ msgid ""
+#~ "Your mouse pointer will change appearance, and will look like an "
+#~ "eyedropper."
+#~ msgstr ""
+#~ "El puntero de su ratón cambiará su apariencia, y se parecerá a un "
+#~ "cuentagotas."
+
+#~ msgid ""
+#~ "Use the eyedropper and click on the portion of your screen that contains "
+#~ "the color you want to use. The color code for that color will appear in "
+#~ "the color picker window."
+#~ msgstr ""
+#~ "Use el cuenta gotas y pulse en una parte de su pantalla que contenga el "
+#~ "color que quiere usar. El código del color aparecerá en la ventana del "
+#~ "selector de color."
+
+#~ msgid "To drag a tab into a new window:"
+#~ msgstr "Arrastrar una pestaña a una ventana nueva:"
+
+#~ msgid ""
+#~ "We all make mistakes. Even <app>gedit</app> users make mistakes. "
+#~ "Fortunately, <app>gedit</app> can help you recover from mistakes. To undo "
+#~ "an action in <app>gedit</app>, press <keyseq><key>Ctrl</key><key>Z</key></"
+#~ "keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>."
+#~ msgstr ""
+#~ "Todos cometemos errores. Incluso los usuarios de <app>gedit</app> los "
+#~ "cometen. Afortunadamente <app>gedit</app> puede ayudarle a solucionar "
+#~ "errores. Para deshacer una acción en <app>gedit</app> pulse "
+#~ "<keyseq><key>Ctrl</key><key>Z</key></keyseq> o pulse <guiseq><gui>Editar</"
+#~ "gui><gui>Deshacer</gui></guiseq>."
+
+#~ msgid ""
+#~ "<app>gedit</app> will undo one action every time you press "
+#~ "<keyseq><key>Ctrl</key><key>Z</key></keyseq> or select <guiseq><gui>Edit</"
+#~ "gui><gui>Undo</gui></guiseq>."
+#~ msgstr ""
+#~ "<app>gedit</app>deshará una acción cada vez que pulse <keyseq><key>Ctrl</"
+#~ "key><key>Z</key></keyseq> o seleccione <guiseq><gui>Editar</"
+#~ "gui><gui>Deshacer</gui></guiseq>."
+
+#~ msgid "Drag the tab out of the space it occupies"
+#~ msgstr "Arrastre la pestaña fuera del espacio que ocupa"
+
+#~ msgid ""
+#~ "It's difficult to drag a tab into a new window when either the old or new "
+#~ "window is maximized. For best results, un-maximize the windows before "
+#~ "dragging the tab."
+#~ msgstr ""
+#~ "Es difícil arrastrar una pestaña en una ventana nueva cuando la ventana "
+#~ "nueva o la vieja están maximizadas. Para obtener el mejor resultado, "
+#~ "desmaximice las ventanas antes de arrastrar la pestaña."
+
+#~ msgid "jwcampbell@gmail.com"
+#~ msgstr "jwcampbell@gmail.com"
+
+#~ msgid "dneelyep@gmail.com"
+#~ msgstr "dneelyep@gmail.com"
+
+#~ msgid "@@image: 'print-select.png'; md5=THIS FILE DOESN'T EXIST"
+#~ msgstr "@@image: 'print-select.png'; md5=THIS FILE DOESN'T EXIST"
+
+#~| msgid "jwcampbell@gmail.com"
+#~ msgid "philbull@gmail.com"
+#~ msgstr "philbull@gmail.com"
+
+#~ msgid "@@image: 'reverse-collate.png'; md5=THIS FILE DOESN'T EXIST"
+#~ msgstr "@@image: 'reverse-collate.png'; md5=THIS FILE DOESN'T EXIST"
+
+#~ msgid "File"
+#~ msgstr "Archivo"
+
+#~| msgid "Printer"
+#~ msgid "Print"
+#~ msgstr "Imprimir"
+
+#~ msgid "ch3pjw@bath.ac.uk"
+#~ msgstr "ch3pjw@bath.ac.uk"
+
+#~ msgid ""
+#~ "This assumes the reader knows how to use gedit in general. By the end of "
+#~ "this page, the reader will be able to use the character map plugin to "
+#~ "insert characters into their documents."
+#~ msgstr ""
+#~ "Esto asume que el lector conoce cómo usar gedit a nivel general. Al final "
+#~ "de esta página, el lector podrá usar el complemento de mapa de caracteres "
+#~ "para insertar caracteres en sus documentos."
+
+#~ msgid "Do more with gedit by using gedit plugins."
+#~ msgstr "Hacer más con gedit usando los complementos de gedit."
+
+#~ msgid ""
+#~ "To enable the commander plugin, select <guiseq><gui>Edit</gui><gui> "
+#~ "Preferences</gui><gui>Plugins</gui><gui>Commander</gui></guiseq>."
+#~ msgstr ""
+#~ "Para activar el complemento de comandos, seleccione <guiseq><gui>Editar</"
+#~ "gui><gui> Preferencias</gui><gui>Complementos</gui><gui>Comando</gui></"
+#~ "guiseq>."
+
+#~ msgid "First step..."
+#~ msgstr "Primer paso..."
+
+#~ msgid "Second step..."
+#~ msgstr "Segundo paso..."
+
+#~ msgid "Third step..."
+#~ msgstr "Tercer paso..."
+
+#~ msgid ""
+#~ "Some gedit plugins need to be manually installed. Here is how to install "
+#~ "them."
+#~ msgstr ""
+#~ "Algunos complementos de gedit pueden necesitar instalación manual. Aquí "
+#~ "se explica cómo instalarlos."
+
+#~ msgid "Obtain"
+#~ msgstr "Obtenerlo"
+
+#~ msgid ""
+#~ "The first step to install a plugin in <app>gedit</app> is to obtain the "
+#~ "plugin. Third-party plugins will often be obtained by downloading them "
+#~ "from the plugin's web site. Refer to the plugin's documentation for "
+#~ "further information on obtaining the plugin - instructions will vary "
+#~ "depending on the plugin."
+#~ msgstr ""
+#~ "El primer paso para instalar un complemento en <app>gedit</app> es "
+#~ "obtenerlo. Los complementos de terceras partes a menudo se obtendrán "
+#~ "desde la página web del complemento. Consulte la documentación del "
+#~ "complemento para obtener información sobe cómo obtenerlo; las "
+#~ "instrucciones pueden variar dependiendo del complemento."
+
+#~ msgid "Install"
+#~ msgstr "Instalar"
+
+#~ msgid "Installing a Plugin"
+#~ msgstr "Instalar un complemento"
+
+#~ msgid "Locate the plugin files to be installed."
+#~ msgstr "Localice los archivos del complemento que instalar."
+
+#~ msgid "Install the plugin files:"
+#~ msgstr "Instalar los archivos del complemento:"
+
+#~ msgid "Coming soon!"
+#~ msgstr "Muy pronto"
+
+#~ msgid ""
+#~ "This assumes the reader knows how to use gedit in general. By the end of "
+#~ "this page the reader will be able to use the word completion plugin "
+#~ "whilst editing text documents or code."
+#~ msgstr ""
+#~ "Esto asume que el lector conoce cómo usar gedit a nivel general. Al final "
+#~ "de esta página, el lector podrá usar el complemento de completado de "
+#~ "palabras mientras edita documentos de texto o código."
+
+#~ msgid "To close the <gui>search window</gui>, press <key>Esc</key>."
+#~ msgstr ""
+#~ "Para cerrar la <gui>ventana de búsqueda</gui>, pulse <key>Esc</key>."
+
+#~ msgid "Install Additional gedit Plugins"
+#~ msgstr "Instalar complementos adicionales de gedit"
+
+#~ msgid ""
+#~ "Use the <gui>up</gui> or <gui>down</gui> facing arrows next to the "
+#~ "<gui>search window</gui> (or <keyseq><key>Ctrl</key><key>G</key></keyseq> "
+#~ "or <keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>) to "
+#~ "scroll up or down through the highlighted text."
+#~ msgstr ""
+#~ "Use las flechas <gui>arriba</gui> o <gui>abajo</gui> junto a la "
+#~ "<gui>ventana de búsqueda</gui> (o <keyseq><key>Ctrl</key><key>G</key></"
+#~ "keyseq> o <keyseq><key>Ctrl</key><key>Mayús</key><key>G</key></keyseq>) "
+#~ "para desplazarse arriba o abajo a través del texto resaltado."
+
+#~ msgid ""
+#~ "Be careful. If you make a mistake outside of <app>gedit</app> (e.g., If "
+#~ "you say something mean to your friend) <app>gedit</app> will not be able "
+#~ "to help you undo that mistake."
+#~ msgstr ""
+#~ "Tenga cuidado. Si comete errores fuera de <app>gedit</app> (ej.: si le "
+#~ "dice algo ofensivo a un amigo) <app>gedit</app> no podrá ayudarle a "
+#~ "deshacer ese error."
+
+#~ msgid ""
+#~ "To view the contents of a specific tab, click the tab itself. The "
+#~ "contents of the file will be displayed below the currently open tabs. "
+#~ "Clicking the <guiseq><gui>X</gui></guiseq> on the side of the tab will "
+#~ "close that file."
+#~ msgstr ""
+#~ "Para ver el contenido de una pestaña específica, pulse sobre la pestaña "
+#~ "en si. Se mostrará el contenido del archivo debajo de las pestañas. "
+#~ "Pulsar en la <guiseq><gui>X</gui></guiseq> en el lateral de la pestaña."
+#~ "cerrará el archivo."
+
+#~ msgid ""
+#~ "There are several different ways to organize your tabs in <app>gedit</"
+#~ "app>."
+#~ msgstr ""
+#~ "Existen diferentes maneras de organizar sus pestañas en <app>gedit</app>."
+
+#~ msgid ""
+#~ "The following section provides options that can help you replace text "
+#~ "more efficiently with <app>gedit</app>."
+#~ msgstr ""
+#~ "La siguiente selección proporciona opciones que le pueden ayudar a "
+#~ "reemplazar texto, de forma más efectiva, con <app>gedit</app>."
+
+#~ msgid "Find/Replace options"
+#~ msgstr "Opciones de buscar/reemplazar"
+
+#~ msgid "*Insert often used pieces of text in a fast way."
+#~ msgstr "* Insertar de forma rápida trozos de texto comúnmente usados."
+
+#~ msgid "*Quickly open files."
+#~ msgstr "* Abrir archivos rápidamente."
+
+#~ msgid "Check for updates to gedit (Windows and Mac OS X only)"
+#~ msgstr ""
+#~ "Comprobar si hay actualizaciones de gedit (sólo en Windows y en Mac OS X)"
+
+#~ msgid "Open a recently-used file"
+#~ msgstr "Abrir un archivo usado recientemente"
+
+#~ msgid ""
+#~ "Saving to FTP servers can be enabled with Configuration Editor, setting "
+#~ "the key /apps/gedit-2/preferences/editor/save/writable_vfs_schemes, but "
+#~ "this may cause errors."
+#~ msgstr ""
+#~ "Guardar a servidores FTP se puede actiar con el Editor de configuración, "
+#~ "estableciendo la clave «/apps/gedit-2/preferences/editor/save/"
+#~ "writable_vfs_schemes», pero puede causar errores."
+
+#~ msgid "*Spell checker"
+#~ msgstr "* Corrector ortográfico"
+
+#~ msgid ""
+#~ "<info><placeholder-1/><revision pkgversion=\"3.0\" version=\"0.1\" date="
+#~ "\"2010-12-5\" status=\"stub\"/><credit type=\"author\"><placeholder-2/"
+#~ "><placeholder-3/></credit><credit type=\"author\"><placeholder-4/"
+#~ "><placeholder-5/></credit></info><placeholder-6/><placeholder-7/"
+#~ "><placeholder-8/>."
+#~ msgstr ""
+#~ "<info><placeholder-1/><revision pkgversion=\"3.0\" version=\"0.1\" date="
+#~ "\"2010-12-5\" status=\"stub\"/><credit type=\"author\"><placeholder-2/"
+#~ "><placeholder-3/></credit><credit type=\"author\"><placeholder-4/"
+#~ "><placeholder-5/></credit></info><placeholder-6/><placeholder-7/"
+#~ "><placeholder-8/>."
+
+#~ msgid ""
+#~ "<info><placeholder-1/><revision pkgversion=\"3.0\" version=\"0.1\" date="
+#~ "\"2010-12-5\" status=\"stub\"/><credit type=\"author\"><placeholder-2/"
+#~ "><placeholder-3/></credit><credit type=\"author\"><placeholder-4/"
+#~ "><placeholder-5/></credit></info><placeholder-6/><placeholder-7/"
+#~ "><placeholder-8/>. <section id=\"sidepane-open\"><placeholder-9/"
+#~ "><placeholder-10/><placeholder-11/><placeholder-12/></section>"
+#~ msgstr ""
+#~ "<info><placeholder-1/><revision pkgversion=\"3.0\" version=\"0.1\" date="
+#~ "\"2010-12-5\" status=\"stub\"/><credit type=\"author\"><placeholder-2/"
+#~ "><placeholder-3/></credit><credit type=\"author\"><placeholder-4/"
+#~ "><placeholder-5/></credit></info><placeholder-6/><placeholder-7/"
+#~ "><placeholder-8/>. <section id=\"sidepane-open\"><placeholder-9/"
+#~ "><placeholder-10/><placeholder-11/><placeholder-12/></section>"
+
+#~ msgid "Execute external commands and shell scripts."
+#~ msgstr "Ejecutar comandos externos y «shell scripts»."
+
+#~ msgid "Create your own gedit Plugins"
+#~ msgstr "Crear sus propios complementos de gedit"
+
+#~ msgid "Find and replace text"
+#~ msgstr "Buscar y reemplazar texto"
+
+#~ msgid "Find text"
+#~ msgstr "Buscar texto"
+
+#~ msgid "Replace the text:"
+#~ msgstr "Reemplazar el texto:"
+
+#~ msgid "Incremental Search"
+#~ msgstr "Búsqueda incremental "
+
+#~ msgid "Find Next/Find Previous"
+#~ msgstr "Buscar siguiente/Buscar anterior"
+
+#~ msgid "Clear Highlight"
+#~ msgstr "Limpiar el resaltado"
+
+#~ msgid "?"
+#~ msgstr "?"
+
+#~ msgid "To open a file from a server, perform the following steps:"
+#~ msgstr "Para abrir un archivo desde un servidor, realice estos pasos:"
+
+#~ msgid "The GNOME Documentation Project"
+#~ msgstr "El Proyecto de documentación de GNOME"
+
+#~ msgid ""
+#~ "*A file browser plugin allowing to easily access your file system "
+#~ "(includes remote mounts, creating new files/directories, monitor "
+#~ "directories for changes, etc.)"
+#~ msgstr ""
+#~ "* Un complemento de examinador de archivos que permite acceso fácil a su "
+#~ "sistema de archivos (incluye montajes remotos, crear archivos y "
+#~ "directorios nuevos, monitorizar cambios en carpetas, etc.)"
+
+#, fuzzy
+#~| msgid "Description"
+#~ msgid "Short description"
+#~ msgstr "Descripción"
+
+#, fuzzy
+#~| msgid "The currently selected text."
+#~ msgid "*Sorts a document or selected text."
+#~ msgstr "El texto actualmente seleccionado."
+
+#~ msgid ""
+#~ "Permission is granted to copy, distribute and/or modify this document "
+#~ "under the terms of the GNU Free Documentation License (GFDL), Version 1.1 "
+#~ "or any later version published by the Free Software Foundation with no "
+#~ "Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You "
+#~ "can find a copy of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl"
+#~ "\">link</ulink> or in the file COPYING-DOCS distributed with this manual."
+#~ msgstr ""
+#~ "Se concede permiso para copiar, distribuir o modificar este documento "
+#~ "según las condiciones de la GNU Free Documentation License (GFDL), "
+#~ "versión 1.1 o cualquier versión posterior publicada por la Free Software "
+#~ "Foundation, sin Secciones invariantes, Textos de portada y Textos de "
+#~ "contraportada. Encontrará una copia de la GFDL en este <ulink url=\"ghelp:"
+#~ "fdl\" type=\"help\">enlace</ulink> o en el archivo COPYING-DOCS "
+#~ "distribuido con este manual."
+
+#~ msgid ""
+#~ "This manual is part of a collection of GNOME manuals distributed under "
+#~ "the GFDL. If you want to distribute this manual separately from the "
+#~ "collection, you can do so by adding a copy of the license to the manual, "
+#~ "as described in section 6 of the license."
+#~ msgstr ""
+#~ "Este manual forma parte de una colección de documentos de GNOME "
+#~ "distribuidos según la GFDL. Si desea distribuir este manual de forma "
+#~ "independiente de la colección, puede hacerlo agregando una copia de la "
+#~ "licencia al documento, según se describe en la sección 6 de la misma."
+
+#~ msgid ""
+#~ "Many of the names used by companies to distinguish their products and "
+#~ "services are claimed as trademarks. Where those names appear in any GNOME "
+#~ "documentation, and the members of the GNOME Documentation Project are "
+#~ "made aware of those trademarks, then the names are in capital letters or "
+#~ "initial capital letters."
+#~ msgstr ""
+#~ "Muchos de los nombres utilizados por las empresas para distinguir sus "
+#~ "productos y servicios se consideran marcas comerciales. Cuando estos "
+#~ "nombres aparezcan en la documentación de GNOME, y siempre que se haya "
+#~ "informado a los miembros del Proyecto de documentación de GNOME de dichas "
+#~ "marcas comerciales, los nombres aparecerán en mayúsculas o con las "
+#~ "iniciales en mayúsculas."
+
+#~ msgid ""
+#~ "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
+#~ "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES "
+#~ "THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
+#~ "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
+#~ "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
+#~ "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
+#~ "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
+#~ "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
+#~ "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES "
+#~ "AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED "
+#~ "VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS "
+#~ "DISCLAIMER; AND UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER "
+#~ "IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, "
+#~ "INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR "
+#~ "MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, "
+#~ "BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR "
+#~ "CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, "
+#~ "DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR "
+#~ "MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR "
+#~ "RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, "
+#~ "EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH "
+#~ "DAMAGES."
+#~ msgstr ""
+#~ "EL DOCUMENTO SE OFRECE «TAL CUAL», SIN GARANTÍA DE NINGÚN TIPO, EXPRESA O "
+#~ "IMPLÍCITA, INCLUYENDO, PERO SIN LIMITARSE A ELLA, LA GARANTÍA DE QUE EL "
+#~ "DOCUMENTO O LA VERSIÓN MODIFICADA DEL MISMO ESTÉ LIBRE DE DEFECTOS, "
+#~ "GARANTÍA DE COMERCIALIZACIÓN, APTITUD PARA UN USO EN PARTICULAR O "
+#~ "INCUMPLIMIENTO. TODOS LOS RIESGOS RELATIVOS A LA CALIDAD, EXACTITUD O "
+#~ "RENDIMIENTO DEL DOCUMENTO O LA VERSIÓN MODIFICADA DEL MISMO SON ASUMIDOS "
+#~ "POR VD. EN CASO DE QUE EL DOCUMENTO O LA VERSIÓN MODIFICADA SEAN "
+#~ "DEFECTUOSOS, VD. (NO EL ESCRITOR ORIGINAL NI EL AUTOR NI NINGUNO DE LOS "
+#~ "COLABORADORES) ASUMIRÁ EL COSTE DE CUALQUIER MANTENIMIENTO, REPARACIÓN O "
+#~ "CORRECCIÓN QUE SEAN NECESARIOS. ESTA RENUNCIA DE GARANTÍA CONSTITUYE UNA "
+#~ "PARTE ESENCIAL DE ESTA LICENCIA NO SE AUTORIZA EL USO DE NINGÚN DOCUMENTO "
+#~ "NI VERSIÓN MODIFICADA DEL MISMO, SALVO EN LAS CONDICIONES ESPECIFICADAS "
+#~ "EN ESTA RENUNCIA; Y BAJO NINGUNA CIRCUNSTANCIA NI SUPUESTO LEGAL, YA SEA "
+#~ "POR AGRAVIO (INCLUIDA LA NEGLIGENCIA), CONTRATO U OTROS CASOS, SERÁN "
+#~ "RESPONSABLES EL AUTOR, EL ESCRITOR ORIGINAL, CUALQUIERA DE LOS "
+#~ "COLABORADORES O DISTRIBUIDORES DEL DOCUMENTO O UNA VERSIÓN MODIFICADA DEL "
+#~ "MISMO NI CUALQUIER PROVEEDOR DE TALES PARTES ANTE UN TERCERO, POR "
+#~ "CUALQUIER PERJUICIO DIRECTO, INDIRECTO, ESPECIAL, ACCIDENTAL O "
+#~ "CONSECUTIVO DE CUALQUIER TIPO, INCLUYENDO SIN LIMITACIÓN LOS DAÑOS POR "
+#~ "PÉRDIDA DE CLIENTES, INTERRUPCIONES DEL TRABAJO, FALLO DE SISTEMAS O "
+#~ "MALFUNCIONAMIENTO, O CUALQUIER OTRO DAÑO O PÉRDIDA CAUSADA O RELACIONADA "
+#~ "CON EL USO DEL DOCUMENTO Y LAS VERSIONES MODIFICADAS DEL MISMO, AUN "
+#~ "CUANDO SE HAYA INFORMADO DE LA POSIBILIDAD DE DICHOS DAÑOS."
+
+#~ msgid ""
+#~ "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE "
+#~ "TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER "
+#~ "UNDERSTANDING THAT: <placeholder-1/>"
+#~ msgstr ""
+#~ "ESTE DOCUMENTO Y LAS VERSIONES MODIFICADAS DEL MISMO SE OFRECEN SEGÚN LAS "
+#~ "CONDICIONES ESTABLECIDAS EN LA LICENCIA DE DOCUMENTACIÓN LIBRE DE GNU "
+#~ "(GFDL) Y TENIENDO EN CUENTA QUE: <placeholder-1/>"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+#~ "md5=62b4bede31db64226f7e7f9b18f5eb74"
+#~ msgstr "@@image: 'figures/_gedit.png'; md5=62b4bede31db64226f7e7f9b18f5eb74"
+
+#~ msgid "Gedit Manual"
+#~ msgstr "Manual de Gedit"
+
+#~ msgid "2002"
+#~ msgstr "2002"
+
+#~ msgid "2003"
+#~ msgstr "2003"
+
+#~ msgid "2004"
+#~ msgstr "2004"
+
+#~ msgid "Sun Microsystems"
+#~ msgstr "Sun Microsystems"
+
+#~ msgid "2000"
+#~ msgstr "2000"
+
+#~ msgid "Eric Baudais"
+#~ msgstr "Eric Baudais"
+
+#~ msgid "Joachim"
+#~ msgstr "Joachim"
+
+#~ msgid "Noreiko"
+#~ msgstr "Noreiko"
+
+#~ msgid "GNOME"
+#~ msgstr "GNOME"
+
+#~ msgid "Hal"
+#~ msgstr "Hal"
+
+#~ msgid "Canary"
+#~ msgstr "Canary"
+
+#~ msgid "Added the Shortcut Keys Table"
+#~ msgstr "Añadida la tabla de teclas rápidas"
+
+#~ msgid "Sun Java Desktop System Documentation Team"
+#~ msgstr "Equipo de documentación de Sun Java Desktop System"
+
+#~ msgid "gdocteam@sun.com"
+#~ msgstr "gdocteam@sun.com"
+
+#~ msgid "Eric"
+#~ msgstr "Eric"
+
+#~ msgid "Baudais"
+#~ msgstr "Baudais"
+
+#~ msgid "baudais@okstate.edu"
+#~ msgstr "baudais@okstate.edu"
+
+#~ msgid "Baris"
+#~ msgstr "Baris"
+
+#~ msgid ""
+#~ "Cicek provided information from earlier revisions of the gedit "
+#~ "application."
+#~ msgstr ""
+#~ "Cicek proporcionó información sobre las revisiones anteriores de la "
+#~ "aplicación gedit."
+
+#~ msgid "Acknowledgements"
+#~ msgstr "Reconocimientos"
+
+#~ msgid "Ajit"
+#~ msgstr "Ajit"
+
+#~ msgid "George provided information about plugins."
+#~ msgstr "George ha ofrecido información acerca de los complementos."
+
+#~ msgid "gedit V1.0"
+#~ msgstr "gedit V1.0"
+
+#~ msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+#~ msgstr "Eric Baudais <email>baudais@okstate.edu</email>"
+
+#~ msgid "gedit Manual V2.0"
+#~ msgstr "Manual de gedit V2.0"
+
+#~ msgid "March 2002"
+#~ msgstr "Marzo 2002"
+
+#~ msgid "Sun GNOME Documentation Team"
+#~ msgstr "Equipo de documentación de Sun GNOME"
+
+#~ msgid "gedit Manual V2.1"
+#~ msgstr "Manual de gedit V2.1"
+
+#~ msgid "June 2002"
+#~ msgstr "Junio 2002"
+
+#~ msgid "gedit Manual V2.2"
+#~ msgstr "Manual de gedit V2.2"
+
+#~ msgid "August 2002"
+#~ msgstr "Agosto 2002"
+
+#~ msgid "gedit Manual V2.3"
+#~ msgstr "Manual de gedit V2.3"
+
+#~ msgid "September 2002"
+#~ msgstr "Septiembre 2002"
+
+#~ msgid "gedit Manual V2.4"
+#~ msgstr "Manual de gedit V2.4"
+
+#~ msgid "January 2003"
+#~ msgstr "Enero 2003"
+
+#~ msgid "gedit Manual V2.5"
+#~ msgstr "Manual de gedit V2.5"
+
+#~ msgid "March 2003"
+#~ msgstr "Marzo 2003"
+
+#~ msgid "gedit Manual V2.6"
+#~ msgstr "Manual de gedit V2.6"
+
+#~ msgid "September 2003"
+#~ msgstr "Septiembre 2003"
+
+#~ msgid "gedit Manual V2.7"
+#~ msgstr "Manual de gedit V2.7"
+
+#~ msgid "March 2004"
+#~ msgstr "Marzo 2004"
+
+#~ msgid "gedit Manual V2.8"
+#~ msgstr "Manual de gedit V2.8"
+
+#~ msgid "July 2006"
+#~ msgstr "Junio de 2006"
+
+#~ msgid "gedit Manual V2.9"
+#~ msgstr "Manual de gedit V2.9"
+
+#~ msgid "GNOME Documentation Team"
+#~ msgstr "Equipo de documentación de GNOME"
+
+#~ msgid "This manual describes version 2.16 of gedit."
+#~ msgstr "Este manual describe la versión 2.16 de gedit."
+
+#~ msgid "Feedback"
+#~ msgstr "Comentarios"
+
+#~ msgid ""
+#~ "To report a bug or make a suggestion regarding the <application>gedit</"
+#~ "application> application or this manual, follow the directions in the "
+#~ "<ulink url=\"ghelp:user-guide?feedback-bugs\" type=\"help\">GNOME "
+#~ "Feedback Page</ulink>."
+#~ msgstr ""
+#~ "Para informar de un error o hacer alguna sugerencia sobre la aplicación "
+#~ "<application>gedit</application> o el presente manual, siga las "
+#~ "instrucciones que aparecen en la <ulink url=\"ghelp:user-guide?feedback-"
+#~ "bugs\" type=\"help\">Página de comentarios de GNOME</ulink>."
+
+#~ msgid ""
+#~ "gedit is a text editor for the GNOME Desktop featuring basic yet robust "
+#~ "capabilities such as printing, spell checking, find and replace, and "
+#~ "syntax highlighting. More advanced features are available as plugins."
+#~ msgstr ""
+#~ "gedit es un editor de textos para el Escritorio GNOME con características "
+#~ "básicas pero robustas, tales como impresión, corrección ortográfica, "
+#~ "busqueda y reemplazo y resaltado de sintaxis. Existen características más "
+#~ "avanzadas como complementos."
+
+#~ msgid "Introduction"
+#~ msgstr "Introducción"
+
+#~ msgid ""
+#~ "The <application>gedit</application> application enables you to create "
+#~ "and edit text files."
+#~ msgstr ""
+#~ "La aplicación <application>gedit</application> le permite crear y editar "
+#~ "archivos de texto."
+
+#~ msgid ""
+#~ "The aim of <application>gedit</application> is to be a simple and easy to "
+#~ "use text editor. More powerful features can be enabled with different "
+#~ "<firstterm>plugins</firstterm>, allowing a variety of tasks related to "
+#~ "text-editing."
+#~ msgstr ""
+#~ "El objetivo de <application>gedit</application> es ser un editor de texto "
+#~ "simple y fácil de usar. Se pueden activar características mas potentes "
+#~ "con diferentes <firstterm>complementos</firstterm>, permitiendo una "
+#~ "variedad de tareas relativas a la edición de texto."
+
+#~ msgid "Getting Started"
+#~ msgstr "Procedimientos iniciales"
+
+#~ msgid ""
+#~ "You can start <application>gedit</application> in the following ways:"
+#~ msgstr ""
+#~ "Para iniciar la aplicación <application>gedit</application>, siga estos "
+#~ "pasos:"
+
+#~ msgid "<guimenu>Applications</guimenu> menu"
+#~ msgstr "<guimenu>Aplicaciones</guimenu> menú"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guisubmenu>Accessories</guisubmenu><guimenuitem>Text "
+#~ "Editor</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Seleccione <menuchoice><guimenu>Accesorios</guimenu><guimenuitem>Editor "
+#~ "de texto</guimenuitem></menuchoice>."
+
+#~ msgid "Command line"
+#~ msgstr "Línea de comandos"
+
+#~ msgid "Execute the following command: <command>gedit</command>"
+#~ msgstr "Ejecute el comando siguiente: <command>gedit</command>"
+
+#~ msgid ""
+#~ "By default, when you open a text document in the file manager, gedit will "
+#~ "start, and display the document."
+#~ msgstr ""
+#~ "Por omisión, cuando abra un documento de texto en el gestor de archivos, "
+#~ "gedit arrancará, y mostrará el documento."
+
+#~ msgid "The gedit Window"
+#~ msgstr "La ventana de gedit"
+
+#~ msgid ""
+#~ "When you start <application>gedit</application>, the following window is "
+#~ "displayed:"
+#~ msgstr ""
+#~ "Cuando inicia <application>gedit</application>, aparece la ventana "
+#~ "siguiente:"
+
+#~ msgid "gedit Window"
+#~ msgstr "Ventana de gedit"
+
+#~ msgid "Shows gedit main window."
+#~ msgstr "Muestra la ventana principal de gedit."
+
+#~ msgid ""
+#~ "The <application>gedit</application> window contains the following "
+#~ "elements:"
+#~ msgstr ""
+#~ "La ventana de <application>gedit</application> contiene los elementos "
+#~ "siguientes:"
+
+#~ msgid "Menubar"
+#~ msgstr "Barra de menús"
+
+#~ msgid ""
+#~ "The menus on the menubar contain all of the commands you need to work "
+#~ "with files in <application>gedit</application>."
+#~ msgstr ""
+#~ "Los menús de esta barra contienen todos los comandos necesarios para "
+#~ "trabajar con archivos de <application>gedit</application>."
+
+#~ msgid "Toolbar"
+#~ msgstr "Barra de herramientas"
+
+#~ msgid ""
+#~ "The toolbar contains a subset of the commands that you can access from "
+#~ "the menubar."
+#~ msgstr ""
+#~ "La barra de herramientas contiene un subconjunto de comandos a los que "
+#~ "puede acceder desde la barra de menús."
+
+#~ msgid "Display area"
+#~ msgstr "Área de visualización"
+
+#~ msgid "The display area contains the text of the file that you are editing."
+#~ msgstr ""
+#~ "El área de visualización contiene el texto del archivo que se está "
+#~ "editando."
+
+#~ msgid "Statusbar"
+#~ msgstr "Barra de estado"
+
+#~ msgid ""
+#~ "The statusbar displays information about current <application>gedit</"
+#~ "application> activity and contextual information about the menu items. "
+#~ "The statusbar also displays the following information:"
+#~ msgstr ""
+#~ "La barra de estado muestra información sobre la actividad actual de "
+#~ "<application>gedit</application> e información contextual sobre los "
+#~ "elementos de menú:"
+
+#~ msgid ""
+#~ "Cursor position: the line number and column number where the cursor is "
+#~ "located."
+#~ msgstr "Muestra el número de línea y columna en que se encuentra el cursor."
+
+#~ msgid ""
+#~ "Edit mode: If the editor is in insert mode, the statusbar contains the "
+#~ "text <guilabel>INS</guilabel>. If the editor is in overwrite mode, the "
+#~ "statusbar contains the text <guilabel>OVR</guilabel>. Press the "
+#~ "<keycap>Insert</keycap> key to change edit mode."
+#~ msgstr ""
+#~ "Muestra la modalidad de edición. Si el editor está en modalidad de "
+#~ "inserción, la barra de estado contiene la palabra <guilabel>INS</"
+#~ "guilabel>. Si el editor está en modalidad de sobreescritura, la barra de "
+#~ "estado contiene la palabra <guilabel>SOB</guilabel>. Pulse la tecla "
+#~ "<keycap>Insert</keycap> para cambiar el modo de edición."
+
+#~ msgid "Side Pane"
+#~ msgstr "Panel lateral"
+
+#~ msgid ""
+#~ "The side pane displays a list of open documents, and other information "
+#~ "depending on which plugins are enabled."
+#~ msgstr ""
+#~ "El panel lateral muestra una lista de los documentos abiertos y otra "
+#~ "información dependiendo de los complementos que estén activados."
+
+#~ msgid ""
+#~ "By default the side pane is not shown. To show it, choose "
+#~ "<menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></"
+#~ "menuchoice>."
+#~ msgstr ""
+#~ "Por omisión el panel lateral no se muestra. Para mostrarlo, "
+#~ "elija<menuchoice><guimenu>Ver</guimenu><guimenuitem>Panel lateral</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid "Bottom Pane"
+#~ msgstr "Panel inferior"
+
+#~ msgid ""
+#~ "The bottom pane is used by programming tools such as the "
+#~ "<application>Python Console</application> plugin to display output."
+#~ msgstr ""
+#~ "El panel inferior lo usan las herramientas de programación tales como el "
+#~ "complemento de <application>Consola Python</application> para mostrar la "
+#~ "salida. Por omisión no se muestra."
+
+#~ msgid ""
+#~ "By default the bottom pane is not shown. To show it, choose "
+#~ "<menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "De forma predeterminada no se muestra el panel inferior. Para mostrarlo, "
+#~ "elija <menuchoice><guimenu>Ver</guimenu><guimenuitem>Panel inferior</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "When you right-click in the <application>gedit</application> window, the "
+#~ "application displays a popup menu. The popup menu contains the most "
+#~ "common text editing commands."
+#~ msgstr ""
+#~ "Cuando se pulsa el botón derecho del ratón en la ventana de "
+#~ "<application>gedit</application>, la aplicación muestra un menú "
+#~ "emergente. El menú emergente contiene los comandos de edición de texto "
+#~ "más habituales."
+
+#~ msgid ""
+#~ "Like other GNOME applications, actions in <application>gedit</"
+#~ "application> can be performed in several ways: with the menu, with the "
+#~ "toolbar, or with shortcut keys. Shortcuts keys common to all applications "
+#~ "are listed in the <ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-"
+#~ "apps\">User Guide</ulink>."
+#~ msgstr ""
+#~ "Como en otras aplicaciones de GNOME, las acciones en <application>gedit</"
+#~ "application> pueden realizarse de varios modos: con el menú, con la barra "
+#~ "de herramientas, o con combinaciones de teclas. Las combinaciones de "
+#~ "teclas comunes a todas las aplicaciones están en la <ulink type=\"help\" "
+#~ "url=\"ghelp:user-guide?shortcuts-apps\">Guía de usuario</ulink>."
+
+#~ msgid "Running gedit from a Command Line"
+#~ msgstr "Para abrir gedit desde una línea de comandos"
+
+#~ msgid ""
+#~ "You can run <application>gedit</application> from a command line and open "
+#~ "a single file or multiple files. To open multiple files from a command "
+#~ "line, type the following command, then press <keycap>Return</keycap>:"
+#~ msgstr ""
+#~ "Puede ejecutar <application>gedit</application> desde una línea de "
+#~ "comandos y abrir uno o varios archivos. Para abrir varios archivos desde "
+#~ "una línea de comandos, escriba este comando y pulse la tecla "
+#~ "<keycap>Intro</keycap>:"
+
+#~ msgid "file1.txt file2.txt file3.txt"
+#~ msgstr "archivo1.txt archivo2.txt archivo3.txt"
+
+#~ msgid "gedit <placeholder-1/>"
+#~ msgstr "gedit <placeholder-1/>"
+
+#~ msgid "Alternatively, you can specify a URI instead of a filename."
+#~ msgstr ""
+#~ "Alternativamente, puede especificar un URI en vez de un nombre de archivo."
+
+#~ msgid ""
+#~ "For more information on how to run <application>gedit</application> from "
+#~ "a command line, see the unix manual page for gedit, <ulink url=\"man:gedit"
+#~ "\" type=\"man\"><citerefentry><refentrytitle>gedit</"
+#~ "refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>."
+#~ msgstr ""
+#~ "Para obtener más información acerca de la ejecución de "
+#~ "<application>gedit</application> desde una línea de comandos, consulte la "
+#~ "página del manual de unix para gedit <ulink url=\"man:gedit\" type=\"man"
+#~ "\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+#~ "manvolnum></citerefentry></ulink>."
+
+#~ msgid "Creating a New Document"
+#~ msgstr "Creación de un documento"
+
+#~ msgid ""
+#~ "To create a new document, choose <menuchoice><guimenu>File</"
+#~ "guimenu><guimenuitem>New</guimenuitem></menuchoice>. The application "
+#~ "displays a new blank document in the <application>gedit</application> "
+#~ "window."
+#~ msgstr ""
+#~ "Para crear un documento nuevo, seleccione <menuchoice><guimenu>Archivo</"
+#~ "guimenu><guimenuitem>Nuevo</guimenuitem></menuchoice>. La aplicación "
+#~ "mostrará un documento nuevo en blanco en la ventana <application>gedit</"
+#~ "application>."
+
+#~ msgid "Opening a File"
+#~ msgstr "Apertura de un archivo"
+
+#~ msgid ""
+#~ "To open a file, choose <menuchoice><guimenu>File</"
+#~ "guimenu><guimenuitem>Open</guimenuitem></menuchoice> to display the "
+#~ "<guilabel>Open File</guilabel> dialog. Select the file that you want to "
+#~ "open, then click <guibutton>Open</guibutton>. The file is displayed in "
+#~ "the <application>gedit</application> window."
+#~ msgstr ""
+#~ "Para abrir un archivo, seleccione <menuchoice><guimenu>Archivo</"
+#~ "guimenu><guimenuitem>Abrir</guimenuitem></menuchoice> para que se muestre "
+#~ "el cuadro de diálogo <guilabel>Abrir archivo</guilabel>. Seleccione el "
+#~ "archivo que desee abrir y después pulse <guibutton>Aceptar</guibutton>. "
+#~ "El archivo se muestra en la ventana <application>gedit</application>."
+
+#~ msgid "Shows Recent Files menu icon."
+#~ msgstr "Icono del menú «Mostrar archivos recientes»."
+
+#~ msgid ""
+#~ "The application records the paths and filenames of the five most recent "
+#~ "files that you edited and displays the files as menu items on the "
+#~ "<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click "
+#~ "on the <placeholder-1/> icon on the toolbar to display the list of recent "
+#~ "files."
+#~ msgstr ""
+#~ "La aplicación registra las rutas de acceso y los nombres de los últimos "
+#~ "cinco archivos que se han editado y los muestra como elementos de menú en "
+#~ "el menú <menuchoice><guimenu>Archivo</guimenu></menuchoice>. También "
+#~ "puede pulsar en el icono <placeholder-1/> de la barra de herramientas "
+#~ "para mostrar la lista de archivos recientes."
+
+#~ msgid ""
+#~ "You can open multiple files in <application>gedit</application>. The "
+#~ "application adds a tab for each open file to the window. For more on this "
+#~ "see <xref linkend=\"gedit-tabs\"/>."
+#~ msgstr ""
+#~ "Puede abrir múltiples archivos en <application>gedit</application>. La "
+#~ "aplicación añade a la ventana una pestaña para cada archivo abierto. Para "
+#~ "más sobre ello vea la <xref linkend=\"gedit-tabs\"/>."
+
+#~ msgid "You can save files in the following ways:"
+#~ msgstr "Puede guardar archivos de cualquiera de estas maneras:"
+
+#~ msgid ""
+#~ "To save changes to an existing file, choose <menuchoice><guimenu>File</"
+#~ "guimenu><guimenuitem>Save</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para guardar los cambios a un archivo existente, elija "
+#~ "<menuchoice><guimenu>Archivo</guimenu><guimenuitem>Guardar</guimenuitem></"
+#~ "menuchoice>."
+
+#~ msgid ""
+#~ "To save a new file or to save an existing file under a new filename, "
+#~ "choose <menuchoice><guimenu>File</guimenu><guimenuitem>Save As</"
+#~ "guimenuitem></menuchoice>. Enter a name for the file in the "
+#~ "<guilabel>Save As</guilabel> dialog, then click <guibutton>Save</"
+#~ "guibutton>."
+#~ msgstr ""
+#~ "Para guardar un archivo nuevo o para guardar un archivo existente con un "
+#~ "nombre nuevo, seleccione <menuchoice><guimenu>Archivo</"
+#~ "guimenu><guimenuitem>Guardar como</guimenuitem></menuchoice>. Escriba un "
+#~ "nombre para el archivo en el cuadro de diálogo <guilabel>Guardar como</"
+#~ "guilabel> y después pulse en <guibutton>Guardar</guibutton>."
+
+#~ msgid ""
+#~ "To save all of the files that are currently open in <application>gedit</"
+#~ "application>, choose <menuchoice><guimenu>Documents</"
+#~ "guimenu><guimenuitem>Save All</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para guardar todos los archivos que estén abiertos en este momento en "
+#~ "<application>gedit</application>, seleccione "
+#~ "<menuchoice><guimenu>Documentos</guimenu><guimenuitem>Guardar todo</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "To close all of the files that are currently open in <application>gedit</"
+#~ "application>, choose <menuchoice><guimenu>Documents</"
+#~ "guimenu><guimenuitem>Close All</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para cerrar todos los archivos que estén abiertos en ese momento en "
+#~ "<application>gedit</application>, seleccione "
+#~ "<menuchoice><guimenu>Documentos</guimenu><guimenuitem>Cerrar todo</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "To open a file from a Uniform Resource Identifier (URI), perform the "
+#~ "following steps:"
+#~ msgstr ""
+#~ "Para abrir un archivo desde un identificador de recursos uniforme (URI), "
+#~ "lleve a cabo los siguientes pasos:"
+
+#~ msgid "Working With Tabs"
+#~ msgstr "Trabajar con pestañas"
+
+#~ msgid ""
+#~ "When more than one file is open, <application>gedit</application> shows a "
+#~ "<firstterm>tab</firstterm> for each document above the display area. To "
+#~ "switch to another document, click on its tab."
+#~ msgstr ""
+#~ "Cuando se abre más de un archivo, <application>gedit</application> "
+#~ "muestra una <firstterm>pestaña</firstterm> para cada documento en la "
+#~ "parte superior del área de visualización. Para cambiar a otro documento, "
+#~ "pulse en su pestaña."
+
+#~ msgid ""
+#~ "To move a document to another <application> gedit</application> window, "
+#~ "drag the tab corresponding to the file to the window you want to move it "
+#~ "to."
+#~ msgstr ""
+#~ "Para mover un documento a otra ventana de <application>gedit</"
+#~ "application>, arrastre la pestaña correspondiente al archivo a la ventana "
+#~ "a la que la quiere mover."
+
+#~ msgid ""
+#~ "To move a document to a new <application> gedit</application> window, "
+#~ "either drag its tab to the desktop, or choose "
+#~ "<menuchoice><guimenu>Documents</guimenu><guimenuitem>Move to New Window</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para mover un documento a una ventana nueva de <application>gedit</"
+#~ "application>, arrastre la pestaña al escritorio, o elija "
+#~ "<menuchoice><guimenu>Documentos</guimenu><guimenuitem>Mover a una ventana "
+#~ "nueva</guimenuitem></menuchoice>."
+
+#~ msgid "Working with Text"
+#~ msgstr "Trabajar con el texto"
+
+#~ msgid "Editing Text"
+#~ msgstr "Editar texto"
+
+#~ msgid "You can edit the text of a file in the following ways:"
+#~ msgstr "El texto de un archivo se puede editar de las siguientes maneras:"
+
+#~ msgid ""
+#~ "Type new text from the keyboard. The blinking <firstterm>insertion "
+#~ "cursor</firstterm> marks the point where new text appears. To change "
+#~ "this, use the arrow keys on the keyboard or click with the mouse."
+#~ msgstr ""
+#~ "Escriba el texto nuevo desde el teclado. El <firstterm>cursor de "
+#~ "inserción</firstterm> parpadeante marca donde aparece el texto. Para "
+#~ "cambiar ésto, use las teclas de flechas del teclado o pulse con el ratón."
+
+#~ msgid ""
+#~ "To copy the selected text to the clipboard, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></"
+#~ "menuchoice>."
+#~ msgstr ""
+#~ "Para copiar el texto seleccionado en un portapapeles, seleccione "
+#~ "<menuchoice><guimenu>Editar</guimenu><guimenuitem>Copiar</guimenuitem></"
+#~ "menuchoice>."
+
+#~ msgid ""
+#~ "To delete the selected text from the file and move the selected text to "
+#~ "the clipboard, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Cut</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para borrar el texto seleccionado del archivo y trasladarlo al "
+#~ "portapapeles, seleccione <menuchoice><guimenu>Editar</"
+#~ "guimenu><guimenuitem>Cortar</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "To permanently delete the selected text from the file, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></"
+#~ "menuchoice>."
+#~ msgstr ""
+#~ "Para eliminar el texto seleccionado del archivo de forma permanente, "
+#~ "seleccione <menuchoice><guimenu>Editar</guimenu><guimenuitem>Borrar</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "To insert the contents of the clipboard at the cursor position, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+#~ "menuchoice>. You must cut or copy text before you can paste text into the "
+#~ "file, either from gedit or another application."
+#~ msgstr ""
+#~ "Para insertar el contenido del portapapeles en la posición del cursor, "
+#~ "seleccione <menuchoice><guimenu>Editar</guimenu><guimenuitem>Pegar</"
+#~ "guimenuitem></menuchoice>. Debe cortar o copiar antes de pegar el texto "
+#~ "en el archivo, desde gedit u otra aplicación."
+
+#~ msgid ""
+#~ "To select all of the text in a file, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Select All</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para seleccionar todo el texto de un archivo, seleccione "
+#~ "<menuchoice><guimenu>Editar</guimenu><guimenuitem>Seleccionar todo</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid "Undoing and Redoing Changes"
+#~ msgstr "Deshacer y rehacer cambios"
+
+#~ msgid ""
+#~ "To undo a change you have made, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To reverse this "
+#~ "action, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para deshacer un cambio que haya realizado, elija "
+#~ "<menuchoice><guimenu>Editar</guimenu><guimenuitem>Deshacer</guimenuitem></"
+#~ "menuchoice>. Para deshacer esta acción, elija "
+#~ "<menuchoice><guimenu>Editar</guimenu><guimenuitem>Rehacer</guimenuitem></"
+#~ "menuchoice>."
+
+#~ msgid "Finding and Replacing"
+#~ msgstr "Búsqueda y reemplazo"
+
+#~ msgid ""
+#~ "In <application>gedit</application>, there are two ways of searching for "
+#~ "text. You can use the <guilabel>Find</guilabel> dialog to search for a "
+#~ "specific piece of text, or <guilabel>Incremental Search</guilabel> to "
+#~ "highlight matching text as you type it."
+#~ msgstr ""
+#~ "En <application>gedit</application>, hay dos modos de buscar un texto. "
+#~ "Puede usar el diálogo <guilabel>Buscar</guilabel> para buscar un "
+#~ "fragmento específico del texto, o <guilabel>Búsqueda incremental</"
+#~ "guilabel> para resaltar el texto coincidente a medida que lo teclea."
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Find</guilabel> dialog."
+#~ msgstr ""
+#~ "Seleccione <menuchoice><guimenu>Buscar</guimenu><guimenuitem>Buscar</"
+#~ "guimenuitem></menuchoice> para que se muestre el cuadro de diálogo "
+#~ "<guilabel>Buscar</guilabel>."
+
+#~ msgid ""
+#~ "Type the string that you want to find in the <guilabel>Search for</"
+#~ "guilabel> field. You can include special characters such as a new line or "
+#~ "tab: see <xref linkend=\"gedit-find-escapes\"/>."
+#~ msgstr ""
+#~ "Escriba la cadena que desea buscar en el campo <guilabel>Buscar</"
+#~ "guilabel>. Puede incluir caracteres especiales como línea nueva o "
+#~ "tabulador: vea la <xref linkend=\"gedit-find-escapes\"/>."
+
+#~ msgid ""
+#~ "Click <guibutton>Find</guibutton> to search the file for the first "
+#~ "occurrence of the string after your current cursor position. If "
+#~ "<application>gedit</application> finds the string, the application "
+#~ "selects first occurrence of the string. Other occurrences of the string "
+#~ "are highlighted."
+#~ msgstr ""
+#~ "Pulse <guibutton>Buscar</guibutton> para buscar el archivo por la primera "
+#~ "aparición de la cadena después de la posición actual del cursor. Si "
+#~ "<application>gedit</application> encuentra la cadena, la aplicación "
+#~ "selecciona la primera aparición de la cadena. Otras apariciones de la "
+#~ "cadena se resaltan."
+
+#~ msgid ""
+#~ "To find the next occurrence of the string, click <guibutton>Find</"
+#~ "guibutton> or choose <menuchoice><guimenu>Search</"
+#~ "guimenu><guimenuitem>Find Next</guimenuitem></menuchoice>. To find the "
+#~ "previous occurrence of the text, choose <menuchoice><guimenu>Search</"
+#~ "guimenu><guimenuitem>Find Previous</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para encontrar la siguiente aparición de la cadena, pulse "
+#~ "<guibutton>Buscar</guibutton> o elija <menuchoice><guimenu>Buscar</"
+#~ "guimenu><guimenuitem>Buscar siguiente</guimenuitem></menuchoice>. Para "
+#~ "encontrar la aparición anterior del texto, elija "
+#~ "<menuchoice><guimenu>Buscar</guimenu><guimenuitem>Buscar anterior</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "After you have closed the <guilabel>Find</guilabel> dialog, you can still "
+#~ "move the selection to other occurrences of the text by choosing "
+#~ "<menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</"
+#~ "guimenuitem></menuchoice> and <menuchoice><guimenu>Search</"
+#~ "guimenu><guimenuitem>Find Previous</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Después de haber cerrado el diálogo <guilabel>Buscar</guilabel>, aún "
+#~ "podrá mover la selección a otras apariciones en el texto seleccionando "
+#~ "<menuchoice><guimenu>Buscar</guimenu><guimenuitem>Buscar siguiente</"
+#~ "guimenuitem></menuchoice> y <menuchoice><guimenu>Buscar</"
+#~ "guimenu><guimenuitem>Buscar anterior</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "To remove the highlighting from the text, choose "
+#~ "<menuchoice><guimenu>Search</guimenu><guimenuitem>Clear Highlight</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para quitar el resaltado del texto, elija <menuchoice><guimenu>Buscar</"
+#~ "guimenu><guimenuitem>Quitar resaltado</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "Incremental search highlights matching text in the document as you type "
+#~ "it letter by letter. (This is similar to the search feature in several "
+#~ "web browsers.)"
+#~ msgstr ""
+#~ "La búsqueda incremental resalta el texto que coincide en el documento a "
+#~ "medida que lo teclea letra a letra. (Esto es similar a la función de "
+#~ "búsqueda en muchos navegadores web.)"
+
+#~ msgid ""
+#~ "To start an incremental search, choose <menuchoice><guimenu>Search</"
+#~ "guimenu><guimenuitem>Incremental Search</guimenuitem></menuchoice>. The "
+#~ "search box appears at the top of the display area."
+#~ msgstr ""
+#~ "Para empezar un búsqueda incremental, elija <menuchoice><guimenu>Buscar</"
+#~ "guimenu><guimenuitem>Búsqueda incremental</guimenuitem></menuchoice>. La "
+#~ "caja de búsqueda aparece en parte de arriba del área de visualización."
+
+#~ msgid ""
+#~ "Begin typing, and text that matches will be highlighted in the document. "
+#~ "The first instance after the cursor position is also selected."
+#~ msgstr ""
+#~ "Empiece a teclear, y el texto que coincida será resaltado en el "
+#~ "documento. La primera instancia después la posición del cursor también se "
+#~ "selecciona."
+
+#~ msgid ""
+#~ "To advance the selection to the next match while keeping the incremental "
+#~ "search box open, press <keycombo><keycap>Ctrl</keycap><keycap>G</keycap></"
+#~ "keycombo>. Press <keycombo><keycap>Ctrl</keycap><keycap>Shift</"
+#~ "keycap><keycap>G</keycap></keycombo> to go back to the previous match."
+#~ msgstr ""
+#~ "Para avanzar la selección a la siguiente coincidencia mientras mantiene "
+#~ "la casilla de búsqueda incremental abierta, pulse <keycombo><keycap>Ctrl</"
+#~ "keycap><keycap>G</keycap></keycombo>. Pulse <keycombo><keycap>Ctrl</"
+#~ "keycap><keycap>Mayús</keycap><keycap>G</keycap></keycombo> para volver a "
+#~ "la coincidencia anterior."
+
+#~ msgid ""
+#~ "You can also use the up and down arrow keys or the mouse wheel to move "
+#~ "the selection between matches."
+#~ msgstr ""
+#~ "También puede usar las teclas de flechas arriba y abajo o la rueda del "
+#~ "ratón para mover la selección entre coincidencias."
+
+#~ msgid ""
+#~ "To search a file for a string, and replace the string with an alternative "
+#~ "string, perform the following steps:"
+#~ msgstr ""
+#~ "Para buscar en un archivo una cadena y sustituirla por por otra, lleve a "
+#~ "cabo los pasos siguientes:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Replace</guilabel> "
+#~ "dialog."
+#~ msgstr ""
+#~ "Seleccione <menuchoice><guimenu>Buscar</guimenu><guimenuitem>Reemplazar</"
+#~ "guimenuitem></menuchoice> para que se muestre el cuadro de diálogo "
+#~ "<guilabel>Reemplazar</guilabel>."
+
+#~ msgid ""
+#~ "Type the string that you want to find, in the <guilabel>Search for</"
+#~ "guilabel> field. You can include special characters such as a new line or "
+#~ "tab: see <xref linkend=\"gedit-find-escapes\"/>."
+#~ msgstr ""
+#~ "Teclee la cadena que desea buscar, en el campo <guilabel>Buscar</"
+#~ "guilabel>. Puede incluir caracteres especiales como linea nueva o "
+#~ "tabulador: vea la <xref linkend=\"gedit-find-escapes\"/>."
+
+#~ msgid ""
+#~ "Type the string that you want to use to replace the string that you find, "
+#~ "in the <guilabel>Replace with</guilabel> field."
+#~ msgstr ""
+#~ "Escriba la cadena que desea usar para reemplazar a la que se ha "
+#~ "encontrado en el campo <guilabel>Reemplazar por</guilabel>."
+
+#~ msgid ""
+#~ "To examine each occurrence of the string before replacing it, click "
+#~ "<guibutton>Find</guibutton>. If <application>gedit</application> finds "
+#~ "the string, the application selects the string. Click <guibutton>Replace</"
+#~ "guibutton> to replace the selected occurrence of the string. To find the "
+#~ "next occurrence of the string, click <guibutton>Find</guibutton> again."
+#~ msgstr ""
+#~ "Para examinar cada aparición de la cadena antes de sustituirla, pulse "
+#~ "<guibutton>Buscar</guibutton>. Si <application>gedit</application> "
+#~ "encuentra la cadena, la aplicación la selecciona. Pulse "
+#~ "<guibutton>Sustituir</guibutton> para sustituir la aparición de la cadena "
+#~ "seleccionada. Para encontrar la siguiente aparición de la cadena, pulse "
+#~ "otra vez <guibutton>Buscar</guibutton>."
+
+#~ msgid ""
+#~ "The <guilabel>Find</guilabel> dialog and the <guilabel>Replace</guilabel> "
+#~ "dialog both have the following options:"
+#~ msgstr ""
+#~ "El diálogo <guilabel>Buscar</guilabel> y el diálogo <guilabel>Reemplazar</"
+#~ "guilabel> tienen las siguientes opciones:"
+
+#~ msgid ""
+#~ "Select the <guilabel>Match case</guilabel> option to only find "
+#~ "occurrences of the string that match the case of the text that you type. "
+#~ "For example, with <guilabel>Match case</guilabel> selected, \"TEXT\" will "
+#~ "not match \"text\"."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Coincidir con capitalización</guilabel> "
+#~ "para encontrar solamente los casos en que la cadena coincida con la "
+#~ "capitalización del texto que ha escrito. Por ejemplo, seleccionando "
+#~ "<guilabel>Coincidir con capitalización</guilabel> , \"TEXTO\" no "
+#~ "coincidirá con \"texto\"."
+
+#~ msgid ""
+#~ "Select the <guilabel>Match entire word only</guilabel> option to only "
+#~ "find occurrences of the string that match the entire words of the text "
+#~ "that you type. For example, with <guilabel>Match entire word only</"
+#~ "guilabel> selected, \"text\" will not match \"texture\"."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Coincidir sólo con la palabra completa</"
+#~ "guilabel> para encontrar solamente los casos en que el texto coincida "
+#~ "exactamente con las palabras completas que se hayan escrito. Por ejemplo, "
+#~ "seleccionando <guilabel>Coincidir sólo con la palabra completa</guilabel>,"
+#~ "\"texto\" no coincidirá con \"textura\"."
+
+#~ msgid ""
+#~ "Select the <guilabel>Search backwards</guilabel> option to search "
+#~ "backwards towards the beginning of the document."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Buscar atrás</guilabel> para buscar hacia "
+#~ "atrás hasta el principio del documento."
+
+#~ msgid ""
+#~ "Select the <guilabel>Wrap around</guilabel> option to search to one end "
+#~ "of the document and then continue the search from the other end of the "
+#~ "file."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Continuar desde el principio</guilabel> "
+#~ "para buscar hasta el final del documento y entonces continuar la búsqueda "
+#~ "desde el principio del documento."
+
+#~ msgid ""
+#~ "You can include the following escape sequences in the text to find or "
+#~ "replace to represent special characters:"
+#~ msgstr ""
+#~ "Puede incluir las siguientes secuencias de escape en el texto para buscar "
+#~ "o reemplazar para representar caracteres especiales:"
+
+#~ msgid "Specifies a new line."
+#~ msgstr "Especifica una línea nueva."
+
+#~ msgid "Specifies a tab character."
+#~ msgstr "Especifica un carácter tabulador."
+
+#~ msgid "\\\\"
+#~ msgstr "\\\\"
+
+#~ msgid ""
+#~ "The backslash character itself must be escaped if it is being searched "
+#~ "for. For example, if you are looking for the \"<literal>\\n</literal>\" "
+#~ "literal, you will have to type \"\\\\n\" in the <guilabel>Search for</"
+#~ "guilabel> field. Or if you are looking for a sequence of backslashes, you "
+#~ "will have to double the number of searched backslashes."
+#~ msgstr ""
+#~ "El carácter barra invertida debe escaparse si es lo que se está buscando. "
+#~ "Por ejemplo, si está buscando «<literal>\\n</literal>» literalmente, "
+#~ "deberá escribir «\\\\n» en el campo <guilabel>Buscar:</guilabel>. O si "
+#~ "está buscando una secuencia de barras invertidas, deberá duplicar el "
+#~ "número de barras invertidas buscadas."
+
+#~ msgid "Positioning the Cursor on a Specific Line"
+#~ msgstr "Situar el cursor en una línea específica"
+
+#~ msgid ""
+#~ "To position the cursor on a specific line in the current file, choose "
+#~ "<menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</"
+#~ "guimenuitem></menuchoice>. The line number box appears at the top of the "
+#~ "display area."
+#~ msgstr ""
+#~ "Para posicionar el cursor en una línea específica del archivo actual, "
+#~ "elija <menuchoice><guimenu>Buscar</guimenu><guimenuitem>Ir a la línea</"
+#~ "guimenuitem></menuchoice>. La caja de número de línea aparece en parte de "
+#~ "arriba del área de visualización."
+
+#~ msgid ""
+#~ "Begin typing the number of the line that you want to move the cursor to "
+#~ "and the document will scroll to the specified line."
+#~ msgstr ""
+#~ "Escriba el número de la línea a la que desea desplazar el cursor y el "
+#~ "documento se deslizará hasta la línea especificada."
+
+#~ msgid ""
+#~ "To dismiss the box and move the cursor to the specified line, press "
+#~ "<keycap>Return</keycap>."
+#~ msgstr ""
+#~ "Para quitar la caja y mover el cursor a la línea especificada, pulse "
+#~ "<keycap>Intro</keycap>."
+
+#~ msgid "Setting the Page Options"
+#~ msgstr "Establecimiento de opciones de página"
+
+#~ msgid ""
+#~ "To set the page options, choose <menuchoice><guimenu>File</"
+#~ "guimenu><guimenuitem>Page Setup</guimenuitem></menuchoice> to display the "
+#~ "<guilabel>Page Setup</guilabel> dialog."
+#~ msgstr ""
+#~ "Para establecer las opciones de página, seleccione "
+#~ "<menuchoice><guimenu>Archivo</guimenu><guimenuitem>Configuración de "
+#~ "página</guimenuitem></menuchoice> para mostrar el diálogo "
+#~ "<guilabel>Configuración de página</guilabel>."
+
+#~ msgid ""
+#~ "The <guilabel>Page Setup</guilabel> dialog enables you to specify the "
+#~ "following print options:"
+#~ msgstr ""
+#~ "El cuadro de diálogo <guilabel>Configuración de página</guilabel> le "
+#~ "permite especificar las opciones de impresión siguientes:"
+
+#~ msgid ""
+#~ "Select this option to print syntax highlighting. For more information "
+#~ "about syntax highlighting, see <xref linkend=\"gedit-set-highlightmode\"/"
+#~ ">."
+#~ msgstr ""
+#~ "Seleccione esta opción para imprimir con sintaxis resaltada. Para más "
+#~ "información sobre el resaltado de sintaxis, vea la <xref linkend=\"gedit-"
+#~ "set-highlightmode\"/>."
+
+#~ msgid "Print page headers"
+#~ msgstr "Imprimir cabeceras de página"
+
+#~ msgid ""
+#~ "Select this option to include a header on each page that you print. You "
+#~ "cannot configure the header."
+#~ msgstr ""
+#~ "Seleccione esta opción para que se incluya una cabecera en todas las "
+#~ "páginas que se impriman. La cabecera no se puede configurar."
+
+#~ msgid "Line Numbers"
+#~ msgstr "Números de línea"
+
+#~ msgid ""
+#~ "Select the <guilabel>Print line numbers</guilabel> option to include line "
+#~ "numbers when you print a file."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Impresión de números de línea</guilabel> "
+#~ "para incluir los números de línea cuando imprime un archivo."
+
+#~ msgid ""
+#~ "Use the <guilabel>Number every ... lines </guilabel> spin box to specify "
+#~ "how often to print the line numbers, for example every 5 lines, every 10 "
+#~ "lines, and so on."
+#~ msgstr ""
+#~ "Use el marcador incrementable <guilabel>Número cada … líneas</guilabel> "
+#~ "para especificar la frecuencia con la que desea que se impriman los "
+#~ "números de línea, por ejemplo cada 5 líneas, cada 10 líneas, etc."
+
+#~ msgid ""
+#~ "Select the <guilabel>Enable text wrapping</guilabel> option to wrap text "
+#~ "onto the next line, at a character level, when you print a file. The "
+#~ "application counts wrapped lines as one line for line numbering purposes."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Activar ajuste de texto</guilabel> para "
+#~ "desplazar el resto del texto a la siguiente línea, cuando se llega a un "
+#~ "número de carácter determinado, al imprimir un archivo. La aplicación "
+#~ "cuenta las líneas desplazadas como si fueran una sola en lo que respecta "
+#~ "a la numeración."
+
+#~ msgid ""
+#~ "Select the <guilabel>Do not split words over two lines</guilabel> option "
+#~ "to wrap text onto the next line, at a word level, when you print a file."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>No partir palabras en dos líneas</"
+#~ "guilabel> para ajustar texto a la línea siguiente, en el nivel de "
+#~ "palabra, cuando imprime un archivo."
+
+#~ msgid "Fonts"
+#~ msgstr "Tipografía"
+
+#~ msgid "Body"
+#~ msgstr "Cuerpo"
+
+#~ msgid ""
+#~ "Click on this button to select the font to use to print the body text of "
+#~ "a file."
+#~ msgstr ""
+#~ "Pulse en este botón con el fin de seleccionar la tipografía que desea "
+#~ "usar para imprimir el cuerpo del texto de un archivo."
+
+#~ msgid "Line numbers"
+#~ msgstr "Números de línea"
+
+#~ msgid ""
+#~ "Click on this button to select the font to use to print line numbers."
+#~ msgstr ""
+#~ "Pulse en este botón para seleccionar la tipografía que desea usar para "
+#~ "imprimir los números de línea."
+
+#~ msgid "Headers and footers"
+#~ msgstr "Encabezamientos y pies de página"
+
+#~ msgid ""
+#~ "Click on this button to select the font to use to print the headers and "
+#~ "footers in a file."
+#~ msgstr ""
+#~ "Pulse en este botón con el fin de seleccionar la tipografía que desea "
+#~ "usar para imprimir las cabeceras en un archivo."
+
+#~ msgid ""
+#~ "To reset the fonts to the default fonts for printing a file from "
+#~ "<application>gedit</application>, click <guibutton>Restore Default Fonts</"
+#~ "guibutton>."
+#~ msgstr ""
+#~ "Para restablecer las tipografías a los valores predeterminados para "
+#~ "imprimir un archivo desde <application>gedit</application> pulse en el "
+#~ "botón <guibutton>Restablecer las tipografía predeterminada</guibutton>."
+
+#~ msgid ""
+#~ "You can use <application>gedit</application> to perform the following "
+#~ "print operations:"
+#~ msgstr ""
+#~ "La aplicación <application>gedit</application> se puede utilizar para "
+#~ "realizar las operaciones de impresión siguientes:"
+
+#~ msgid "Print a document to a printer."
+#~ msgstr "Imprimir un documento en una impresora."
+
+#~ msgid "Print the output of the print command to a file."
+#~ msgstr "Imprimir la salida del comando de impresión en un archivo."
+
+#~ msgid ""
+#~ "If you print to a file, <application>gedit</application> sends the output "
+#~ "of the file to a pre-press format file. The most common pre-press formats "
+#~ "are PostScript and Portable Document Format (PDF)."
+#~ msgstr ""
+#~ "Si imprime en un archivo, <application>gedit</application> envía la "
+#~ "salida a un archivo de formato de preimpresión. Los formatos de "
+#~ "preimpresión más comunes son PostScript y Portable Document Format (PDF)."
+
+#~ msgid ""
+#~ "To preview the pages that you want to print, choose "
+#~ "<menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para ver una vista preliminar de las páginas que desea imprimir "
+#~ "seleccione<menuchoice><guimenu>Archivo</guimenu><guimenuitem>Vista "
+#~ "preliminar de impresión</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "To print the current file to a printer or a file, choose "
+#~ "<menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></"
+#~ "menuchoice> to display the <guilabel>Print</guilabel> dialog."
+#~ msgstr ""
+#~ "Para imprimir el archivo actual en una impresora o archivo, seleccione "
+#~ "<menuchoice><guimenu>Archivo</guimenu><guimenuitem>Imprimir</"
+#~ "guimenuitem></menuchoice> para mostrar el cuadro de diálogo "
+#~ "<guilabel>Imprimir</guilabel>."
+
+#~ msgid ""
+#~ "The <guilabel>Print</guilabel> dialog enables you to specify the "
+#~ "following print options:"
+#~ msgstr ""
+#~ "El cuadro de diálogo <guilabel>Imprimir</guilabel> permite especificar "
+#~ "las opciones de impresión siguientes:"
+
+#~ msgid "Job Tabbed Section"
+#~ msgstr "Sección de la pestaña Tarea"
+
+#~ msgid "Print range"
+#~ msgstr "Rango de impresión"
+
+#~ msgid ""
+#~ "Select one of the following options to determine how many pages to print:"
+#~ msgstr ""
+#~ "Seleccione una de las opciones siguientes para determinar cuántas páginas "
+#~ "quiere imprimir:"
+
+#~ msgid "All"
+#~ msgstr "Todo"
+
+#~ msgid "Select this option to print all of the pages in the file."
+#~ msgstr "Seleccione esta opción para imprimir todas las páginas del archivo."
+
+#~ msgid ""
+#~ "Select this option to print the specified lines only. Use the "
+#~ "<guilabel>From</guilabel> and <guilabel>To</guilabel> spin boxes to "
+#~ "specify the line range."
+#~ msgstr ""
+#~ "Seleccione esta opción para imprimir sólo las líneas especificadas. Use "
+#~ "los marcadores incrementables <guilabel>Desde</guilabel> y <guilabel>A</"
+#~ "guilabel> para especificar el rango de líneas."
+
+#~ msgid "Selection"
+#~ msgstr "Selección"
+
+#~ msgid ""
+#~ "Select this option to print the selected text only. This option is only "
+#~ "available if you select text."
+#~ msgstr ""
+#~ "Seleccione esta opción para imprimir sólo el texto seleccionado. Esta "
+#~ "opción sólo está disponible si previamente se ha seleccionado texto."
+
+#~ msgid "Copies"
+#~ msgstr "Copias"
+
+#~ msgid ""
+#~ "Use the <guilabel>Number of copies</guilabel> spin box to specify the "
+#~ "number of copies of the file that you want to print."
+#~ msgstr ""
+#~ "Use el marcador incrementable <guilabel>Número de copias</guilabel> para "
+#~ "especificar el número de copias del archivo que desea imprimir."
+
+#~ msgid ""
+#~ "If you print multiple copies of the file, select the <guilabel>Collate</"
+#~ "guilabel> option to collate the printed copies."
+#~ msgstr ""
+#~ "Si va a imprimir varias copias del archivo, seleccione la opción "
+#~ "<guilabel>Intercalar</guilabel> para intercalar las copias impresas."
+
+#~ msgid "Printer Tabbed Section"
+#~ msgstr "Sección de la pestaña Impresora"
+
+#~ msgid ""
+#~ "Use this drop-down list to select the printer to which you want to print "
+#~ "the file."
+#~ msgstr ""
+#~ "Use esta lista desplegable para seleccionar la impresora en la que quiera "
+#~ "imprimir el archivo."
+
+#~ msgid "Settings"
+#~ msgstr "Configuración"
+
+#~ msgid "Use this drop-down list to select the printer settings."
+#~ msgstr ""
+#~ "Use esta lista desplegable para seleccionar la configuración de la "
+#~ "impresora."
+
+#~ msgid ""
+#~ "To configure the printer, click <guibutton>Configure</guibutton>. For "
+#~ "example, you can enable or disable duplex printing, or schedule delayed "
+#~ "printing, if this functionality is supported by the printer."
+#~ msgstr ""
+#~ "Para configurar la impresora, pulse <guibutton>Configurar</guibutton>. "
+#~ "Por ejemplo, puede permitir o no la impresión dúplex, o programar una "
+#~ "impresión para más tarde, si ésta función está soportada en la impresora."
+
+#~ msgid "Location"
+#~ msgstr "Ubicación"
+
+#~ msgid ""
+#~ "Use this drop-down list to select one of the following print destinations:"
+#~ msgstr ""
+#~ "Use esta lista desplegable para seleccionar uno de las siguientes "
+#~ "destinos de impresión:"
+
+#~ msgid "CUPS"
+#~ msgstr "CUPS"
+
+#~ msgid "Print the file to a CUPS printer."
+#~ msgstr "Imprime el archivo a una impresora CUPS."
+
+#~ msgid ""
+#~ "If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is "
+#~ "the only entry in this drop-down list."
+#~ msgstr ""
+#~ "Si la impresora seleccionada es una impresora CUPS, <guilabel>CUPS</"
+#~ "guilabel> es la única entrada en esta lista desplegable."
+
+#~ msgid "lpr"
+#~ msgstr "lpr"
+
+#~ msgid "Print the file to a PostScript file."
+#~ msgstr "Imprime el archivo en un archivo PostScript."
+
+#~ msgid ""
+#~ "Click <guibutton>Save As</guibutton> to display a dialog where you "
+#~ "specify the name and location of the PostScript file."
+#~ msgstr ""
+#~ "Pulse <guibutton>Guardar como</guibutton> para mostrar un diálogo cuando "
+#~ "especifique el nombre y ubicación del archivo PostScript."
+
+#~ msgid "Custom"
+#~ msgstr "Personalizado"
+
+#~ msgid ""
+#~ "Type the name of the command in the text box. Include all command-line "
+#~ "arguments."
+#~ msgstr ""
+#~ "Teclee el nombre del comando en la caja de texto. Incluya todos los "
+#~ "argumentos de línea de comandos."
+
+#~ msgid "State"
+#~ msgstr "Estado"
+
+#~ msgid "This functionality is not supported in this version of gedit."
+#~ msgstr "Esta funcionalidad no está soportada en esta versión de gedit."
+
+#~ msgid "Type"
+#~ msgstr "Tipo"
+
+#~ msgid "Paper Tabbed Section"
+#~ msgstr "Sección de la pestaña Papel"
+
+#~ msgid "Paper size"
+#~ msgstr "Tamaño del papel"
+
+#~ msgid ""
+#~ "Use this drop-down list to select the size of the paper to which you want "
+#~ "to print the file."
+#~ msgstr ""
+#~ "Use esta lista desplegable para seleccionar el tamaño del papel en el que "
+#~ "desea imprimir el archivo."
+
+#~ msgid "Width"
+#~ msgstr "Anchura"
+
+#~ msgid ""
+#~ "Use this spin box to specify the width of the paper. Use the adjacent "
+#~ "drop-down list to change the measurement unit."
+#~ msgstr ""
+#~ "Use este marcador incrementable para especificar la anchura del papel. "
+#~ "Use la lista desplegable contigua para cambiar la unidad de medida."
+
+#~ msgid "Height"
+#~ msgstr "Altura"
+
+#~ msgid "Use this spin box to specify the height of the paper."
+#~ msgstr ""
+#~ "Use este marcador incrementable para especificar la altura del papel."
+
+#~ msgid "Feed orientation"
+#~ msgstr "Orientación del alimentador"
+
+#~ msgid ""
+#~ "Use this drop-down list to select the orientation of the paper in the "
+#~ "printer."
+#~ msgstr ""
+#~ "Utilice esta lista desplegable para seleccionar la orientación del papel "
+#~ "en la impresora."
+
+#~ msgid "Page orientation"
+#~ msgstr "Orientación de la página"
+
+#~ msgid "Use this drop-down list to select the page orientation."
+#~ msgstr ""
+#~ "Use esta lista desplegable para seleccionar la orientación de la página."
+
+#~ msgid "Layout"
+#~ msgstr "Disposición"
+
+#~ msgid ""
+#~ "Use this drop-down list to select the page layout. A preview of each "
+#~ "layout that you select is displayed in the <guilabel>Preview</guilabel> "
+#~ "area."
+#~ msgstr ""
+#~ "Use esta lista desplegable para determinar la disposición de la página. "
+#~ "En el área de <guilabel>Previsualización</guilabel> se muestra una vista "
+#~ "previa de la disposición de las páginas que haya seleccionado."
+
+#~ msgid "Paper tray"
+#~ msgstr "Bandeja de papel"
+
+#~ msgid "Use this drop-down list to select the paper tray."
+#~ msgstr "Use esta lista desplegable para seleccionar la bandeja de papel."
+
+#~ msgid "Programming Features"
+#~ msgstr "Características de programación"
+
+#~ msgid ""
+#~ "Several of <application>gedit</application>'s features for programming "
+#~ "are provided with plugins. For example, the Tag List plugin provides a "
+#~ "list of commonly-used tags for different markup languages: see <xref "
+#~ "linkend=\"gedit-tag-list-plugin\"/>."
+#~ msgstr ""
+#~ "Varias de las características para programación de <application>gedit</"
+#~ "application> las proporcionan complementos. Por ejemplo, el complemento "
+#~ "Lista de etiquetas proporciona una lista de etiquetas comúnmente usadas "
+#~ "para diferentes lenguajes de marcado: vea <xref linkend=\"gedit-tag-list-"
+#~ "plugin\"/>."
+
+#~ msgid ""
+#~ "Syntax highlighting makes source code easier to read by showing different "
+#~ "parts of the text in different colors."
+#~ msgstr ""
+#~ "El resaltado de sintaxis hace el código fuente más legible mostrando "
+#~ "diferentes partes del texto en diferentes colores."
+
+#~ msgid ""
+#~ "<application>gedit</application> chooses an appropriate syntax "
+#~ "highlighting mode based on a document's type. To override the syntax "
+#~ "highlighting mode, choose <menuchoice><guimenu>View</"
+#~ "guimenu><guimenuitem>Highlight Mode</guimenuitem></menuchoice>, then "
+#~ "choose one of the following menu items:"
+#~ msgstr ""
+#~ "<application>gedit</application> elije un modo de resaltado de sintaxis "
+#~ "apropiado según el tipo de documento. Para reemplazar el modo de "
+#~ "resaltado de sintaxis, elija <menuchoice><guimenu>Ver</"
+#~ "guimenu><guimenuitem>Modo de resaltado</guimenuitem></menuchoice>, "
+#~ "después seleccione uno de los siguientes elementos de menú:"
+
+#~ msgid "Normal"
+#~ msgstr "Normal"
+
+#~ msgid "Do not display any syntax highlighting."
+#~ msgstr "No mostrar ningún resaltado de sintaxis."
+
+#~ msgid ""
+#~ "Display syntax highlighting to edit source code. Use the "
+#~ "<guisubmenu>Sources</guisubmenu> submenu to select the source code type."
+#~ msgstr ""
+#~ "Muestra el resaltado de sintaxis para editar código fuente. Use el "
+#~ "submenú <guisubmenu>Fuentes</guisubmenu> para seleccionar el tipo de "
+#~ "código fuente."
+
+#~ msgid "Markup"
+#~ msgstr "Marcado"
+
+#~ msgid ""
+#~ "Display syntax highlighting to edit markup code. Use the "
+#~ "<guisubmenu>Markup</guisubmenu> submenu to select the markup code type."
+#~ msgstr ""
+#~ "Muestra resaltado de sintaxis para editar código marcado. Use el submenú "
+#~ "<guisubmenu>Marcado</guisubmenu> para seleccionar el tipo de marcado de "
+#~ "código."
+
+#~ msgid ""
+#~ "Display syntax highlighting to edit script code. Use the "
+#~ "<guisubmenu>Scripts</guisubmenu> submenu to select the script code type."
+#~ msgstr ""
+#~ "Muestra resaltado de sintaxis para editar código de scripts. Use el "
+#~ "submenú <guisubmenu>Scripts</guisubmenu> para seleccionar el tipo de "
+#~ "código de script."
+
+#~ msgid "Others"
+#~ msgstr "Otros"
+
+#~ msgid ""
+#~ "Display syntax highlighting to edit other types of code. Use the "
+#~ "<guisubmenu>Others</guisubmenu> submenu to select the code type."
+#~ msgstr ""
+#~ "Muestra el marcado de sintaxis para editar otros tipos de código. Use el "
+#~ "submenú <guisubmenu>Otros</guisubmenu> para seleccionar el tipo de código."
+
+#~ msgid "Piping the Output of a Command to a File"
+#~ msgstr "Redirección la salida de un comando a un archivo"
+
+#~ msgid ""
+#~ "You can use <application>gedit</application> to pipe the output of a "
+#~ "command to a text file. For example, to pipe the output of an "
+#~ "<command>ls</command> command to a text file, type <command>ls | gedit</"
+#~ "command>, then press <keycap>Return</keycap>."
+#~ msgstr ""
+#~ "La aplicación <application>gedit</application> se puede usar para "
+#~ "redirigir la salida de un comando a un archivo de texto. Por ejemplo, "
+#~ "para redirigir la salida del comando <command>ls</command> a un archivo "
+#~ "de texto, escriba <command>ls | gedit</command> y a continuación pulse "
+#~ "<keycap>Intro</keycap>."
+
+#~ msgid ""
+#~ "The output of the <command>ls</command> command is displayed in a new "
+#~ "text file in the <application>gedit</application> window."
+#~ msgstr ""
+#~ "La salida del comando <command>ls</command> se muestra en un archivo de "
+#~ "texto nuevo de la ventana <application>gedit</application>."
+
+#~ msgid ""
+#~ "Alternatively, you can use the <application>External tools</application> "
+#~ "plugin to pipe command output to the current file."
+#~ msgstr ""
+#~ "Alternativamente, puede usar el complemento <application>Herramientas "
+#~ "externas</application> para conducir la salida de un comando al archivo "
+#~ "actual."
+
+#~ msgid "Shortcut Keys"
+#~ msgstr "Teclas rápidas"
+
+#~ msgid ""
+#~ "For more on shortcut keys, see the <ulink type=\"help\" url=\"ghelp:user-"
+#~ "guide?keyboard-skills\">Desktop User Guide</ulink>."
+#~ msgstr ""
+#~ "Para obtener más información sobre las teclas rápidas, vea la <ulink type="
+#~ "\"help\" url=\"ghelp:user-guide?keyboard-skills\">Guía del usuario del "
+#~ "escritorio</ulink>."
+
+#~ msgid "Shortcuts for tabs:"
+#~ msgstr "Teclas rápidas para las pestañas:"
+
+#~ msgid "Shortcut Key"
+#~ msgstr "Tecla rápida"
+
+#~ msgid "Alt + n"
+#~ msgstr "Alt + n"
+
+#~ msgid "Files"
+#~ msgstr "Archivos"
+
+#~ msgid "Ctrl + L"
+#~ msgstr "Ctrl + L"
+
+#~ msgid "Open a location."
+#~ msgstr "Abrir un lugar."
+
+#~ msgid "Edit"
+#~ msgstr "Editar"
+
+#~ msgid "Panes"
+#~ msgstr "Paneles"
+
+#~ msgid "Ctrl + K"
+#~ msgstr "Ctrl + K"
+
+#~ msgid "Interactive search."
+#~ msgstr "Búsqueda interactiva."
+
+#~ msgid "Tools"
+#~ msgstr "Herramientas"
+
+#~ msgid "Ctrl + T"
+#~ msgstr "Ctrl + T"
+
+#~ msgid "Ctrl + Shift + T"
+#~ msgstr "Ctrl + Mayús. + T"
+
+#~ msgid "Remove Indent (with plugin)."
+#~ msgstr "Quitar sangría (con complemento)."
+
+#~ msgid "Help"
+#~ msgstr "Ayuda"
+
+#~ msgid "Open <application>gedit</application>'s user manual."
+#~ msgstr "Abra el manual del usuario de <application>gedit</application>."
+
+#~ msgid "Preferences"
+#~ msgstr "Preferencias"
+
+#~ msgid ""
+#~ "To configure <application>gedit</application>, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+#~ "guimenuitem></menuchoice>. The <guilabel>Preferences</guilabel> dialog "
+#~ "contains the following categories:"
+#~ msgstr ""
+#~ "Para configurar <application>gedit</application>, seleccione "
+#~ "<menuchoice><guimenu>Editar</guimenu><guimenuitem>Preferencias</"
+#~ "guimenuitem></menuchoice>. El cuadro de diálogo <guilabel>Preferencias</"
+#~ "guilabel> contiene las categorías siguientes:"
+
+#~ msgid "View Preferences"
+#~ msgstr "Preferencias de visualización"
+
+#~ msgid ""
+#~ "Select the <guilabel>Enable text wrapping</guilabel> option to have long "
+#~ "lines of text flow into paragraphs instead of running off the edge of the "
+#~ "text window. This avoids having to scroll horizontally"
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Activar ajuste de texto</guilabel> para "
+#~ "hacer que las líneas largas que se conviertan en párrafos en lugar de "
+#~ "perderse por el borde de la ventana de texto. Esto evita tener que "
+#~ "desplazarse horizontalmente"
+
+#~ msgid ""
+#~ "Select the <guilabel>Do not split words over two lines</guilabel> option "
+#~ "to have the text wrapping option preserve whole words when flowing text "
+#~ "to the next line. This makes text easier to read."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>No partir palabras en dos líneas</"
+#~ "guilabel> para que la opción de ajustar el texto conserve las palabras "
+#~ "enteras cuando el texto salte a la siguiente línea. Esto hace el texto "
+#~ "más fácil de leer."
+
+#~ msgid ""
+#~ "Select the <guilabel>Display line numbers</guilabel> option to display "
+#~ "line numbers on the left side of the <application>gedit</application> "
+#~ "window."
+#~ msgstr ""
+#~ "Seleccione esta opción para que se muestren números de línea en la parte "
+#~ "izquierda de la ventana de <application>gedit</application>."
+
+#~ msgid "Current Line"
+#~ msgstr "Línea actual"
+
+#~ msgid ""
+#~ "Select the <guilabel>Highlight current line</guilabel> option to "
+#~ "highlight the line where the cursor is placed."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Resaltar la línea actual</guilabel> para "
+#~ "resaltar la línea donde se ubica el cursor."
+
+#~ msgid "Right Margin"
+#~ msgstr "Margen derecho"
+
+#~ msgid ""
+#~ "Select the <guilabel>Display right margin</guilabel> option to display a "
+#~ "vertical line that indicates the right margin."
+#~ msgstr ""
+#~ "Seleccionar <guilabel>Visualizar margen derecho</guilabel> opción para "
+#~ "visualizar la linea vertical que indica el margen derecho."
+
+#~ msgid ""
+#~ "Use the <guilabel>Right margin at column</guilabel> spin box to specify "
+#~ "the location of the vertical line."
+#~ msgstr ""
+#~ "El cuadro de diálogo <guilabel>Imprimir</guilabel> permite especificar "
+#~ "las opciones de impresión siguientes."
+
+#~ msgid ""
+#~ "Select the <guilabel>Highlight matching bracket</guilabel> option to "
+#~ "highlight the corresponding bracket when the cursor is positioned on a "
+#~ "bracket character."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Resaltar coincidencia de corchetes</"
+#~ "guilabel> para resaltar el corchete correspondiente cuando el cursor está "
+#~ "posicionado en un carácter corchete."
+
+#~ msgid "Editor Preferences"
+#~ msgstr "Preferencias del Editor"
+
+#~ msgid ""
+#~ "Use the <guilabel>Tab width</guilabel> spin box to specify the width of "
+#~ "the space that <application> gedit</application> inserts when you press "
+#~ "the <keycap>Tab</keycap> key."
+#~ msgstr ""
+#~ "Use el marcador incrementable <guilabel>Ancho de tabulador</guilabel> "
+#~ "para especificar la anchura de espacio que <application>gedit</"
+#~ "application> inserta cuando se pulsa la tecla <keycap>Tabulador</keycap>."
+
+#~ msgid ""
+#~ "Select the <guilabel>Insert spaces instead of tabs</guilabel> option to "
+#~ "specify that <application> gedit</application> inserts spaces instead of "
+#~ "a tab character when you press the <keycap>Tab</keycap> key."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Insertar espacios en lugar de tabuladores</"
+#~ "guilabel> para especificar que <application> gedit</application> inserte "
+#~ "espacios en lugar de caracteres de tabulador al pulsar la tecla "
+#~ "<keycap>Tabulador</keycap>."
+
+#~ msgid "Auto Indentation"
+#~ msgstr "Sangría automática"
+
+#~ msgid ""
+#~ "Select the <guilabel>Enable auto indentation</guilabel> option to specify "
+#~ "that the next line starts at the indentation level of the current line."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Activar sangría automática</guilabel> para "
+#~ "especificar que la línea siguiente empiece con el nivel de sangrado de la "
+#~ "línea actual."
+
+#~ msgid "File Saving"
+#~ msgstr "Guardado de archivos"
+
+#~ msgid ""
+#~ "Select the <guilabel>Create a backup copy of files before saving</"
+#~ "guilabel> option to create a backup copy of a file each time you save the "
+#~ "file. The backup copy of the file contains a ~ at the end of the filename."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Crear una copia de respaldo de los "
+#~ "archivos antes de guardar</guilabel> para crear una copia de seguridad de "
+#~ "los archivos cada vez que se procede a guardarlos. La copia de seguridad "
+#~ "de un archivo contiene una tilde (~) al final del nombre de archivo."
+
+#~ msgid ""
+#~ "Select the <guilabel>Autosave files every ... minutes</guilabel> option "
+#~ "to automatically save the current file at regular intervals. Use the spin "
+#~ "box to specify how often you want to save the file."
+#~ msgstr ""
+#~ "Seleccione la opción <guilabel>Autoguardar archivos cada … minutos</"
+#~ "guilabel> para guardar automáticamente el archivo actual a intervalos "
+#~ "regulares. Use el marcador incrementable para especificar el intervalo "
+#~ "para guardar el archivo."
+
+#~ msgid "Font &amp; Colors Preferences"
+#~ msgstr "Preferencias de Tipografías y colores"
+
+#~ msgid "Font"
+#~ msgstr "Fuentes"
+
+#~ msgid ""
+#~ "Select the <guilabel>Use default theme font</guilabel> option to use the "
+#~ "default system font for the text in the <application>gedit</application> "
+#~ "text window."
+#~ msgstr ""
+#~ "Seleccione esta opción para usar la fuente de sistema predeterminada para "
+#~ "el texto de la ventana de <application>gedit</application>."
+
+#~ msgid ""
+#~ "The <guilabel>Editor font</guilabel> field displays the font that "
+#~ "<application>gedit</application> uses to display text. Click on the "
+#~ "button to specify the font type, style, and size to use for text."
+#~ msgstr ""
+#~ "Este campo muestra la fuente que <application>gedit</application> usa "
+#~ "para mostrar texto. Pulse en el botón para especificar el tipo, estilo y "
+#~ "tamaño de fuente que desea usar para el texto."
+
+#~ msgid ""
+#~ "You can choose a color scheme from the list of color schemes. By default, "
+#~ "the following color schemes are installed:"
+#~ msgstr ""
+#~ "Puede elegir un esquema de color de la lista de esquemas de colores. Los "
+#~ "siguientes esquemas de color están instalados de forma predeterminada:"
+
+#~ msgid "Classic"
+#~ msgstr "Clásico"
+
+#~ msgid "Classic color scheme based on the gvim color scheme."
+#~ msgstr "Esquema de color clásico basado en el esquema de color de gvim."
+
+#~ msgid "Kate"
+#~ msgstr "Kate"
+
+#~ msgid "Color scheme used in the Kate text editor."
+#~ msgstr "Esquema de color usado en el editor de textos Kate."
+
+#~ msgid "Oblivion"
+#~ msgstr "Oblivion"
+
+#~ msgid "Dark color scheme using the Tango color palette."
+#~ msgstr "Esquema de color oscuro usando la paleta de color Tango."
+
+#~ msgid "Tango"
+#~ msgstr "Tango"
+
+#~ msgid "Color scheme using the Tango color scheme."
+#~ msgstr "Esquema de color usando el esquema de color Tango."
+
+#~ msgid ""
+#~ "You can add a new color scheme by clicking on <guilabel>Add...</"
+#~ "guilabel>, and selecting a color scheme file"
+#~ msgstr ""
+#~ "Puede añadir un esquema de color nuevo pulsando en <guilabel>Añadir...</"
+#~ "guilabel> y seleccionando un archivo de esquema de color."
+
+#~ msgid ""
+#~ "You can remove the selected color scheme by clicking on <guilabel>Remove</"
+#~ "guilabel>"
+#~ msgstr ""
+#~ "Puede quitar el esquema de color seleccionar pulsando en "
+#~ "<guilabel>Quitar</guilabel>"
+
+#~ msgid "Plugins Preferences"
+#~ msgstr "Preferencias de Complementos"
+
+#~ msgid ""
+#~ "Plugins add extra features to <application>gedit</application>. For more "
+#~ "information on plugins and how to use the built-in plugins, see <xref "
+#~ "linkend=\"gedit-plugins-overview\"/>."
+#~ msgstr ""
+#~ "Los complementos añaden características extras a <application>gedit</"
+#~ "application>. Para más información acerca de los complementos y cómo usar "
+#~ "los complementos integrados, vea la <xref linkend=\"gedit-plugins-overview"
+#~ "\"/>."
+
+#~ msgid ""
+#~ "To enable a <application>gedit</application> plugin, perform the "
+#~ "following steps:"
+#~ msgstr ""
+#~ "Para activar un complemento de <application>gedit</application>, realice "
+#~ "los siguientes pasos:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Seleccione <menuchoice><guimenu>Editar</guimenu><guimenuitem> "
+#~ "Preferencias</guimenuitem></menuchoice>."
+
+#~ msgid "Select the <guilabel>Plugins</guilabel> tab."
+#~ msgstr "Seleccione la pestaña <guilabel>Complementos</guilabel>."
+
+#~ msgid ""
+#~ "Click <guibutton>Close</guibutton> to close the <guilabel>Preferences</"
+#~ "guilabel> dialog."
+#~ msgstr ""
+#~ "Pulse en <guibutton>Cerrar</guibutton> para cerrar el cuadro de diálogo "
+#~ "<guilabel>Preferencias</guilabel>."
+
+#~ msgid ""
+#~ "A plugin remains enabled when you quit <application>gedit</application>."
+#~ msgstr ""
+#~ "Un complemento permanece activado cuando sale de <application>gedit</"
+#~ "application>."
+
+#~ msgid ""
+#~ "To disable a <application>gedit</application> plugin, perform the "
+#~ "following steps:"
+#~ msgstr ""
+#~ "Para desactivar un complemento de <application>gedit</application>, "
+#~ "realice los siguientes pasos:"
+
+#~ msgid ""
+#~ "Deselect the check box next to the name of the plugin that you want to "
+#~ "disable."
+#~ msgstr ""
+#~ "Deseleccione la casilla junto al nombre del complemento que desea "
+#~ "desactivar."
+
+#~ msgid "Plugins"
+#~ msgstr "Complementos"
+
+#~ msgid "Working with Plugins"
+#~ msgstr "Trabajar con complementos"
+
+#~ msgid ""
+#~ "You can add extra features to <application>gedit</application> by "
+#~ "enabling <firstterm>plugins</firstterm>. A plugin is a supplementary "
+#~ "program that enhances the functionality of an application. Plugins add "
+#~ "new items to the <application>gedit</application> menus for the new "
+#~ "features they provide."
+#~ msgstr ""
+#~ "Puede añadir características extras a <application>gedit</application> "
+#~ "añadiendo <firstterm>complementos</firstterm>. Un complemento es un "
+#~ "programa suplementario que aumenta la funcionalidad de una aplicación. "
+#~ "Los complementos añaden elementos nuevos a los menús de "
+#~ "<application>gedit</application> para las características nuevas que "
+#~ "proporcionan."
+
+#~ msgid ""
+#~ "Several plugins come built-in with <application>gedit</application>, and "
+#~ "you can install more. The <ulink type=\"http\" url=\"http://live.gnome."
+#~ "org/Gedit/Plugins\">gedit website</ulink> lists third-party plugins."
+#~ msgstr ""
+#~ "Varios complementos vienen integrados con <application>gedit</"
+#~ "application>, y puede instalar más. El <ulink type=\"http\" url=\"http://"
+#~ "live.gnome.org/Gedit/Plugins\">sitio web de gedit</ulink> lista "
+#~ "complementos de terceros."
+
+#~ msgid ""
+#~ "To enable and disable plugins, or see which plugins are currently "
+#~ "enabled, use the <link linkend=\"gedit-prefs-plugins\">Plugins "
+#~ "Preferences</link>."
+#~ msgstr ""
+#~ "Para activar o desactivar complementos, o ver qué complementos están "
+#~ "activados use las <link linkend=\"gedit-prefs-plugins\">Preferencias de "
+#~ "complementos</link>."
+
+#~ msgid ""
+#~ "<link linkend=\"gedit-change-case-plugin\"><application>Change Case</"
+#~ "application></link> allows you to change the case of the selected text."
+#~ msgstr ""
+#~ "<link linkend=\"gedit-change-case-plugin\"><application>Cambio de "
+#~ "capitalización</application></link> le permite cambiar la capitalización "
+#~ "del texto seleccionado."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-document-statistics-plugin\">Document "
+#~ "Statistics</link></application> shows the number of lines, words, and "
+#~ "characters in the document."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-document-statistics-plugin"
+#~ "\">Estadísticas del documento</link></application> muestra el número de "
+#~ "líneas, palabras, y caracteres en el documento."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-external-tools-plugin\">External "
+#~ "Tools</link></application> allows you to execute external commands from "
+#~ "<application>gedit</application>."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-external-tools-plugin\">Herramientas "
+#~ "externas</link></application> le permite ejecutar comandos externos desde "
+#~ "<application>gedit</application>."
+
+#~ msgid ""
+#~ "<application>File Browser</application> allows you to browse your files "
+#~ "and folders in the side pane."
+#~ msgstr ""
+#~ "<application>Examinador de archivos</application> le permite examinar sus "
+#~ "archivos y carpetas en los paneles laterales."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-indent-lines-plugin\">Indent Lines</"
+#~ "link></application> adds or removes indentation from the selected lines."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-indent-lines-plugin\">Sangría de "
+#~ "líneas</link></application> añade o elimina la sangría de las líneas "
+#~ "seleccionadas."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-insert-date-time-plugin\">Insert Date/"
+#~ "Time</link></application> adds the current date and time into a document."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-insert-date-time-plugin\">Insertar "
+#~ "fecha/hora</link></application> añade la fecha actual y la hora a un "
+#~ "documento."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-modelines-plugin\">Modelines</link></"
+#~ "application> allows you to set editing preferences for individual "
+#~ "documents, and supports <application>Emacs</application>, "
+#~ "<application>Kate</application> and <application>Vim</application>-style "
+#~ "modelines."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-modelines-plugin\">Líneas de modo</"
+#~ "link></application> le permite establecer preferencias de edición para "
+#~ "documentos individuales, soportando estilos de líneas de modo de "
+#~ "<application>Emacs</application>, <application>Kate</application> y "
+#~ "<application>Vim</application>."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-python-console-plugin\">Python "
+#~ "Console</link></application> allows you to run commands in the python "
+#~ "programming language."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-python-console-plugin\">Consola "
+#~ "Python</link></application> le permite ejecutar comandos en el lenguaje "
+#~ "de programación python."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-snippets-plugin\">Snippets</link></"
+#~ "application> allows you to store frequently-used pieces of text and "
+#~ "insert them quickly into a document."
+#~ msgstr ""
+#~ "El complemento <application><link linkend=\"gedit-snippets-plugin"
+#~ "\">Recortes</link></application> le permite almacenar trozos de texto "
+#~ "usados frecuentemente, llamados <firstterm>recortes</firstterm>, e "
+#~ "insertarlos rápidamente en un documento."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-sort-plugin\">Sort</link></"
+#~ "application> arranges selected lines of text into alphabetical order."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-sort-plugin\">Ordenar</link></"
+#~ "application> ordena las líneas seleccionadas de texto en orden alfabético."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-spell-checker-plugin\">Spell Checker</"
+#~ "link></application> corrects the spelling in the selected text, or marks "
+#~ "errors automatically in the document."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-spell-checker-plugin\">Ortografía</"
+#~ "link></application> corrige la ortografía en el texto seleccionado, o "
+#~ "marca errores automáticamente en el documento."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-tag-list-plugin\">Tag List</link></"
+#~ "application> lets you insert commonly-used tags for HTML and other "
+#~ "languages from a list in the side pane."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-tag-list-plugin\">Lista de etiquetas</"
+#~ "link></application> le permite insertar etiquetas usadas comúnmente para "
+#~ "HTML y otros lenguajes de una lista en el panel lateral."
+
+#~ msgid "Change Case Plugin"
+#~ msgstr "Complemento Cambiar capitalización"
+
+#~ msgid ""
+#~ "The <application>Change Case</application> plugin changes the case of the "
+#~ "selected text."
+#~ msgstr ""
+#~ "El complemento <application>Cambiar capitalización</application> le "
+#~ "permite cambiar la capitalización del texto seleccionado."
+
+#~ msgid ""
+#~ "The following items are added to the <guimenu>Edit</guimenu> menu when "
+#~ "the <application>Change Case</application> plugin is enabled:"
+#~ msgstr ""
+#~ "Los siguientes elementos se añaden al menú <guimenu>Editar</guimenu> "
+#~ "cuando está activado el complemento <application>Cambiar capitalización</"
+#~ "application>:"
+
+#~ msgid "Menu Item"
+#~ msgstr "Elemento del menú"
+
+#~ msgid "Example"
+#~ msgstr "Ejemplo"
+
+#~ msgid "All Upper Case"
+#~ msgstr "Todo en mayúscula"
+
+#~ msgid "Change each character to uppercase."
+#~ msgstr "Cambiar cada carácter a mayúsculas."
+
+#~ msgid "<literal>This text</literal> becomes <literal>THIS TEXT</literal>"
+#~ msgstr ""
+#~ "<literal>Este texto</literal> se convierte <literal>ESTE TEXTO</literal>"
+
+#~ msgid "All Lower Case"
+#~ msgstr "Todo en minúscula"
+
+#~ msgid "Change each character to lowercase."
+#~ msgstr "Cambia cada carácter a minúsculas."
+
+#~ msgid "<literal>This Text</literal> becomes <literal>this text</literal>"
+#~ msgstr ""
+#~ "<literal>Este Texto</literal> se convierte en <literal>este texto</"
+#~ "literal>"
+
+#~ msgid "Invert Case"
+#~ msgstr "Capitalización invertida"
+
+#~ msgid "<literal>This Text</literal> becomes <literal>tHIS tEXT</literal>"
+#~ msgstr ""
+#~ "<literal>Este Texto</literal> se convierte en <literal>eSTE tEXTO</"
+#~ "literal>"
+
+#~ msgid "Title Case"
+#~ msgstr "Capitalización de título"
+
+#~ msgid "Change the first character of each word to uppercase."
+#~ msgstr "Cambiar el primer carácter de cada palabra a mayúscula."
+
+#~ msgid "<literal>this text</literal> becomes <literal>This Text</literal>"
+#~ msgstr ""
+#~ "<literal>este texto</literal> se convierte en <literal>Este Texto</"
+#~ "literal>"
+
+#~ msgid ""
+#~ "The <application>Document Statistics</application> plugin counts the "
+#~ "number of lines, words, characters with spaces, characters without "
+#~ "spaces, and bytes in the current file. The plugin displays the results in "
+#~ "a <guilabel>Document Statistics</guilabel> dialog. To use the Document "
+#~ "Statistics plugin, perform the following steps:"
+#~ msgstr ""
+#~ "El complemento <application>Estadísticas</application> del documento "
+#~ "cuenta el número de líneas, palabras, caracteres con espacios, caracteres "
+#~ "sin espacios y bytes del archivo actual. El complemento muestra el "
+#~ "resultado en un diálogo <guilabel>Estadísticas del documento</guilabel>. "
+#~ "Para utilizar el complemento Estadísticas del documento, siga estos pasos:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document "
+#~ "Statistics</guimenuitem></menuchoice> to display the <guilabel>Document "
+#~ "Statistics</guilabel> dialog. The <guilabel>Document Statistics</"
+#~ "guilabel> dialog displays the following information about the file:"
+#~ msgstr ""
+#~ "Seleccione <menuchoice><guimenu>Herramientas</"
+#~ "guimenu><guimenuitem>Estadísticas del documento</guimenuitem></"
+#~ "menuchoice> para abrir el diálogo <guilabel>Estadísticas del documento</"
+#~ "guilabel>. El diálogo <guilabel>Estadísticas del documento</guilabel> "
+#~ "muestra la información siguiente acerca del archivo:"
+
+#~ msgid "Number of characters, including spaces, in the current document."
+#~ msgstr "Número de caracteres, espacios incluidos, del documento actual."
+
+#~ msgid "Number of characters, not including spaces, in the current document."
+#~ msgstr "Número de caracteres, espacios excluidos, del documento actual."
+
+#~ msgid "Number of bytes in the current document."
+#~ msgstr "Número de bytes del documento actual."
+
+#~ msgid ""
+#~ "You can continue to update the <application>gedit</application> file "
+#~ "while the <guilabel>Document Statistics</guilabel> dialog is open. To "
+#~ "refresh the contents of the <guilabel>Document Statistics</guilabel> "
+#~ "dialog, click <guibutton>Update</guibutton>."
+#~ msgstr ""
+#~ "Puede seguir actualizando el archivo de <application>gedit</application> "
+#~ "mientras el diálogo <guilabel>Estadísticas del documento</guilabel> esté "
+#~ "abierto. Para actualizar el contenido del cuadro de diálogo "
+#~ "<guilabel>Estadísticas del documento</guilabel>, pulse en el botón "
+#~ "<guibutton>Actualizar</guibutton>."
+
+#~ msgid ""
+#~ "The <application>External Tools</application> plugin allows you to "
+#~ "execute external commands from <application>gedit</application>. You can "
+#~ "pipe some content into a command and exploit its output (for example, "
+#~ "<application>sed</application>), or launch a predefined command (for "
+#~ "example, <application>make</application>)."
+#~ msgstr ""
+#~ "El complemento <application>Herramientas externas</application> permite "
+#~ "ejecutar comandos externos desde <application>gedit</application>. Puede "
+#~ "encauzar contenido a un comando y explotar su salida (por ejemplo, "
+#~ "<application>sed</application>), o lanzar un comando predefinido (por "
+#~ "ejemplo, <application>make</application>)."
+
+#~ msgid ""
+#~ "Use the <guilabel>External Tools Manager</guilabel> to create and edit "
+#~ "commands. To run an external command, choose it from the <guimenu>Tools</"
+#~ "guimenu> menu."
+#~ msgstr ""
+#~ "Use el <guilabel>Gestor de herramientas externas</guilabel> para crear y "
+#~ "editar comandos. Para ejecutar un comando externo, elíjalo de entre el "
+#~ "menú <guimenu>Herramientas</guimenu>."
+
+#~ msgid "Built-in Commands"
+#~ msgstr "Comandos integrados"
+
+#~ msgid ""
+#~ "The following commands are provided with the <application>External Tools</"
+#~ "application> plugin:"
+#~ msgstr ""
+#~ "Los siguientes comandos se proporcionan con el complemento "
+#~ "<application>Herramientas externas</application>:"
+
+#~ msgid "Build"
+#~ msgstr "Construir"
+
+#~ msgid ""
+#~ "Runs <application>make</application> in the current document's directory."
+#~ msgstr ""
+#~ "Ejecuta la aplicación <application>make</application> en el directorio "
+#~ "del documento actual."
+
+#~ msgid "Directory Listing"
+#~ msgstr "Listado de directorio"
+
+#~ msgid ""
+#~ "Lists the contents of the current document's directory in a new document."
+#~ msgstr ""
+#~ "Lista el contenido del directorio del documento actual en un nuevo "
+#~ "documento."
+
+#~ msgid "Environment Variables"
+#~ msgstr "Variables de entorno"
+
+#~ msgid "Displays the environment variables list in the bottom pane."
+#~ msgstr "Muestra la lista de variables de entorno en el panel inferior."
+
+#~ msgid "Grep"
+#~ msgstr "Grep"
+
+#~ msgid ""
+#~ "Searches for a term in all files in the current document directory, using "
+#~ "pattern matching. Results are shown in the bottom pane."
+#~ msgstr ""
+#~ "Busca un término en todos los archivos en el directorio actual del "
+#~ "documento, usando coincidencia de patrones. El resultado se muestra en el "
+#~ "panel inferior."
+
+#~ msgid "Removes all spaces from the end of lines in the document."
+#~ msgstr "Quita todos los espacios del final de las líneas en el documento."
+
+#~ msgid "Defining a Command"
+#~ msgstr "Definir un comando"
+
+#~ msgid ""
+#~ "To add an external command, choose <menuchoice><guimenu>Tools</"
+#~ "guimenu><guimenuitem>External Tools</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para añadir un comando externo, elija <menuchoice><guimenu>Herramientas</"
+#~ "guimenu><guimenuitem>Herramientas externas</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "In the <guilabel>External Tools Manager</guilabel> window, click "
+#~ "<guibutton>New</guibutton>. You can speficy the following details for the "
+#~ "new command:"
+#~ msgstr ""
+#~ "En la ventana del <guilabel>Gestor de herramientas externas</guilabel>, "
+#~ "pulse <guibutton>Nuevo</guibutton>. Puede especificar los siguientes "
+#~ "detalles para el comando nuevo:"
+
+#~ msgid ""
+#~ "This description is shown in the statusbar when the menu command is "
+#~ "chosen."
+#~ msgstr ""
+#~ "Esta descripción se muestra en la barra de estado cuando se elije el "
+#~ "comando de menú."
+
+#~ msgid "Accelerator"
+#~ msgstr "Acelerador"
+
+#~ msgid "Enter a keyboard shortcut for the command."
+#~ msgstr "Introduzca un atajo de teclado para el comando."
+
+#~ msgid "Commands"
+#~ msgstr "Comandos"
+
+#~ msgid ""
+#~ "The actual commands to be run. Several <application>gedit</application> "
+#~ "environment variables can be used to pass content to these commands: see "
+#~ "<xref linkend=\"gedit-external-tools-plugin-variables\"/>."
+#~ msgstr ""
+#~ "Los comandos actuales para ejecutar. Se pueden usar varias variables de "
+#~ "entorno de <application>gedit</application> para pasar contenido a estos "
+#~ "comandos: vea <xref linkend=\"gedit-external-tools-plugin-variables\"/>."
+
+#~ msgid "Input"
+#~ msgstr "Entrada"
+
+#~ msgid ""
+#~ "The content to give to the commands (as <systemitem>stdin</systemitem>): "
+#~ "the entire text of the current document, the current selection, line, or "
+#~ "word."
+#~ msgstr ""
+#~ "El contenido para dar a los comandos (como <systemitem>stdin</"
+#~ "systemitem>): el texto entero del documento actual, la selección, la "
+#~ "línea o palabra actual."
+
+#~ msgid "Output"
+#~ msgstr "Salida"
+
+#~ msgid ""
+#~ "What to do with the output of the commands: display in the bottom pane, "
+#~ "put in a new document, or place in the current document, at the end, at "
+#~ "the cursor position, or replacing the selection or the entire document."
+#~ msgstr ""
+#~ "Qué hacer con la salida de los comandos: mostrarla en el panel inferior, "
+#~ "ponerla en un documento nuevo, colocarla en el documento actual, al "
+#~ "final, en la posición del cursor, o reemplazar la selección del documento "
+#~ "entero."
+
+#~ msgid "Applicability"
+#~ msgstr "Aplicabilidad"
+
+#~ msgid ""
+#~ "Determines which sort of documents can be affected by the command, for "
+#~ "example whether saved or not, and local or remote."
+#~ msgstr ""
+#~ "Determina qué clase de documentos pueden verse afectados por el comando, "
+#~ "por ejemplo si están guardados o no, los locales o los remotos."
+
+#~ msgid "Editing and Removing Tools"
+#~ msgstr "Editar y quitar herramientas"
+
+#~ msgid ""
+#~ "To edit a tool, select it in the list and make changes to its properties."
+#~ msgstr ""
+#~ "Para editar una herramienta, selecciónela en la lista y haga cambios a "
+#~ "sus propiedades."
+
+#~ msgid "To rename a tool, click it again in the list."
+#~ msgstr "Para renombrar una herramienta, pulse otra vez en la lista."
+
+#~ msgid ""
+#~ "To restore a built-in tool that you have changed, press <guilabel>Revert</"
+#~ "guilabel>."
+#~ msgstr ""
+#~ "Para restaurar una herramienta integrada que haya modificado, pulse "
+#~ "<guilabel>Revertir</guilabel>."
+
+#~ msgid ""
+#~ "To remove a tool, select it in the list and press <guibutton>Remove</"
+#~ "guibutton>. You can not remove built-in tools, only those you have "
+#~ "created yourself."
+#~ msgstr ""
+#~ "Para quitar una herramienta, selecciónela en la lista y pulse "
+#~ "<guibutton>Quitar</guibutton>. No puede quitar los herramientas "
+#~ "integradas, sólo aquellas que haya creado."
+
+#~ msgid "Variables"
+#~ msgstr "Variables"
+
+#~ msgid ""
+#~ "You can use the following variables in the <guilabel>Commands</guilabel> "
+#~ "field of the command definition:"
+#~ msgstr ""
+#~ "Puede usar las siguientes variables en el campo <guilabel>Comandos</"
+#~ "guilabel> de la definición del comando:"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_URI"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_URI"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_NAME"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_NAME"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_SCHEME"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_SCHEME"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_PATH"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_PATH"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_DIR"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_DIR"
+
+#~ msgid "GEDIT_DOCUMENTS_URI"
+#~ msgstr "GEDIT_DOCUMENTS_URI"
+
+#~ msgid "GEDIT_DOCUMENTS_PATH"
+#~ msgstr "GEDIT_DOCUMENTS_PATH"
+
+#~ msgid ""
+#~ "The <application>File Browser</application> Plugin shows your files and "
+#~ "folders in the side pane, allowing you to quickly open files."
+#~ msgstr ""
+#~ "El complemento del <application>Examinador de archivos</application> "
+#~ "muestra sus archivos y carpetas en el panel lateral, permitiéndole abrir "
+#~ "rápidamente archivos."
+
+#~ msgid "Browsing your Files"
+#~ msgstr "Examinar sus archivos"
+
+#~ msgid ""
+#~ "The File Browser tab initially shows your file manager bookmarks. To "
+#~ "browse the contents of any item, double-click it."
+#~ msgstr ""
+#~ "La pestaña del visor de archivos muestra inicialmente sus marcadores del "
+#~ "gestor de archivos. Para examinar el contenido de cualquier elemento, "
+#~ "pulse dos veces en él."
+
+#~ msgid ""
+#~ "To show a parent folder, choose from the drop-down list, or press the up "
+#~ "arrow on the File Browser's toolbar."
+#~ msgstr ""
+#~ "Para mostrar una carpeta madre, elija de la lista desplegable, o pulse la "
+#~ "flecha arriba en la barra de herramientas del gestor de archivos."
+
+#~ msgid ""
+#~ "To show the folder that contains the document you are currently working "
+#~ "on, right-click in the file list and choose <guimenuitem>Set root to "
+#~ "active document</guimenuitem>."
+#~ msgstr ""
+#~ "Para mostrar la carpeta que contiene el documento en el que está "
+#~ "trabajando actualmente, pulse dos veces en la lista del archivo y elija "
+#~ "<guimenuitem>Establecer raíz al documento activo</guimenuitem>."
+
+#~ msgid ""
+#~ "To open a file in <application>gedit</application>, double-click it in "
+#~ "the file list."
+#~ msgstr ""
+#~ "Para abrir un archivo en <application>gedit</application>, pulse dos "
+#~ "veces en él en la lista de archivos."
+
+#~ msgid "Creating Files and Folders"
+#~ msgstr "Crear archivos y carpetas"
+
+#~ msgid ""
+#~ "To create a new, empty text file in the current folder shown in the "
+#~ "browser, right-click in the file list and choose <guimenuitem>New File</"
+#~ "guimenuitem>."
+#~ msgstr ""
+#~ "Para crear un archivo de texto nuevo vacío en la carpeta actual mostrada "
+#~ "en el examinador, pulse con el botón derecho en la lista de archivos y "
+#~ "elija <guimenuitem>Archivo nuevo</guimenuitem>."
+
+#~ msgid ""
+#~ "To create a new folder in the current folder shown in the browser, right-"
+#~ "click in the file list and choose <guimenuitem>New Folder</guimenuitem>."
+#~ msgstr ""
+#~ "Para crear una carpeta nueva en la carpeta actual mostrada en el "
+#~ "examinador, pulse con el botón derecho en la lista de archivos y elija "
+#~ "<guimenuitem>Nueva carpeta</guimenuitem>."
+
+#~ msgid "Indent Lines Plugin"
+#~ msgstr "Complemento Sangrar líneas"
+
+#~ msgid ""
+#~ "The <application>Indent Lines</application> plugin adds or removes space "
+#~ "from the beginning of lines of text."
+#~ msgstr ""
+#~ "El complemento de <application>Sangrar líneas</application> añade o quita "
+#~ "espacio del principio de las líneas de texto."
+
+#~ msgid "To indent or unindent text, perform the following steps:"
+#~ msgstr ""
+#~ "Para sangrar o quitar la sangría del texto, realice los siguientes pasos:"
+
+#~ msgid ""
+#~ "To indent the text, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Indent</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para sangrar el texto, elija <menuchoice><guimenu>Editar</"
+#~ "guimenu><guimenuitem>Sangrar</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "To remove the indentation, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Unindent</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para anular la sangría, seleccione elija <menuchoice><guimenu>Editar</"
+#~ "guimenu><guimenuitem>Quitar sangría</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "The amount of space used, and whether tab character or space characters "
+#~ "are used, depends on the <guilabel>Tab Stops</guilabel> settings in the "
+#~ "Editor Preferences: see <xref linkend=\"gedit-prefs-editor\"/>."
+#~ msgstr ""
+#~ "La cantidad de espacio usado, y dependiendo de si se usan caracteres de "
+#~ "tabulación o caracteres de espacio, depende de los ajustes de "
+#~ "<guilabel>Puntos de tabulación</guilabel> en las preferencias del Editor: "
+#~ "vea <xref linkend=\"gedit-prefs-editor\"/>."
+
+#~ msgid ""
+#~ "The <application>Insert Date/Time</application> plugin inserts the "
+#~ "current date and time into a document. To use the Insert Date/Time "
+#~ "plugin, perform the following steps:"
+#~ msgstr ""
+#~ "El complemento <application>Insertar fecha/hora</application> inserta la "
+#~ "fecha y la hora actuales en un documento. Para utilizar el complemento "
+#~ "Insertar fecha/hora, realice los siguientes pasos:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and "
+#~ "Time</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Seleccione <menuchoice><guimenu>Editar</guimenu><guimenuitem>Insertar "
+#~ "fecha y hora</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "If you have not configured the Insert Date/Time plugin to automatically "
+#~ "insert the date/time without prompting you for the format, "
+#~ "<application>gedit</application> displays the <guilabel>Insert Date and "
+#~ "Time</guilabel> dialog. Select the appropriate date/time format from the "
+#~ "list. Click <guibutton>Insert</guibutton> to close the <guilabel>Insert "
+#~ "Date and Time</guilabel> dialog. <application>gedit</application> inserts "
+#~ "the date/time at the cursor position in the current file."
+#~ msgstr ""
+#~ "Si no ha configurado el complemento Insertar fecha/hora para insertar "
+#~ "automáticamente la fecha y la hora sin solicitar el formato, "
+#~ "<application>gedit</application> mostrará el diálogo <guilabel>Insertar "
+#~ "fecha y hora</guilabel>. Seleccione el formato de fecha/hora apropiado en "
+#~ "la lista. Pulse en el botón <guibutton>Insertar</guibutton> para cerrar "
+#~ "el diálogo <guilabel>Insertar fecha y hora</guilabel>;<application>gedit</"
+#~ "application> insertará la fecha y la hora en el archivo actual, en la "
+#~ "posición del cursor."
+
+#~ msgid ""
+#~ "If you have configured <application>gedit</application> to use one "
+#~ "particular date/time format, the <guilabel>Insert Date and Time</"
+#~ "guilabel> dialog is not displayed. The date/time is automatically entered "
+#~ "at the cursor position in the current file."
+#~ msgstr ""
+#~ "Si ha configurado <application>gedit</application> para que utilice un "
+#~ "formato de fecha/hora especifico, no se mostrará el diálogo "
+#~ "<guilabel>Insertar fecha y hora</guilabel>; la fecha y la hora se "
+#~ "insertarán automáticamente en el archivo actual, en la posición del "
+#~ "cursor."
+
+#~ msgid ""
+#~ "To configure the Insert Date/Time plugin, perform the following steps:"
+#~ msgstr ""
+#~ "Para configurar el complemento Insertar fecha/hora, realice los "
+#~ "siguientes pasos:"
+
+#~ msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+#~ msgstr "Seleccione el complemento <guilabel>Insertar fecha/hora</guilabel>."
+
+#~ msgid ""
+#~ "Click <guibutton>Configure Plugin</guibutton> to display the "
+#~ "<guilabel>Configure insert date/time plugin</guilabel> dialog."
+#~ msgstr ""
+#~ "Pulse en <guibutton>Configurar el complemento</guibutton> para abrir el "
+#~ "cuadro de diálogo <guilabel>Configurar el complemento Insertar fecha/"
+#~ "hora</guilabel>."
+
+#~ msgid "Select one of the options, as follows:"
+#~ msgstr "Seleccione una de las siguientes opciones:"
+
+#~ msgid ""
+#~ "To specify the date/time format each time you insert the date/time, "
+#~ "select the <guilabel>Prompt for a format</guilabel> option."
+#~ msgstr ""
+#~ "Para especificar el formato de fecha/hora cada vez que inserte este dato, "
+#~ "seleccione la opción <guilabel>Preguntar por un formato</guilabel>."
+
+#~ msgid ""
+#~ "To use the same <application>gedit</application>-provided date/time "
+#~ "format each time you insert the date/time, select the <guilabel>Use the "
+#~ "selected format</guilabel> option, then select the appropriate format "
+#~ "from the list. When you select this option, <application>gedit</"
+#~ "application> does not prompt you for the date/time format when you choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para utilizar el mismo formato, proporcionado por la aplicación "
+#~ "<application>gedit</application>, cada vez que se inserte la fecha o la "
+#~ "hora, seleccione la opción <guilabel>Usar el formato seleccionado</"
+#~ "guilabel> y elija el formato apropiado en la lista. Si se selecciona esta "
+#~ "opción, <application>gedit</application> no solicita el formato de fecha/"
+#~ "hora cuando se elige <menuchoice><guimenu>Editar</"
+#~ "guimenu><guimenuitem>Insertar fecha/hora</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "To use the same customized date/time format each time you insert the date/"
+#~ "time, select the <guilabel>Use custom format</guilabel> option, then "
+#~ "enter the appropriate format in the text box. For more information about "
+#~ "how to specify a custom format, see <ulink url=\"man:strftime\" type=\"man"
+#~ "\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+#~ "manvolnum></citerefentry></ulink>. When you select this option, "
+#~ "<application>gedit</application> does not prompt you for the date/time "
+#~ "format when you choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Insert Date and Time</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para utilizar el mismo formato personalizado cada vez que se inserte la "
+#~ "fecha o la hora, seleccione la opción <guilabel>Usar el formato "
+#~ "personalizado</guilabel> y escriba el formato apropiado en el cuadro de "
+#~ "texto. Para obtener más información acerca de cómo especificar un formato "
+#~ "personalizado, consulte <ulink url=\"man:strftime\" type=\"man"
+#~ "\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+#~ "manvolnum></citerefentry></ulink>. Si se selecciona esta opción, "
+#~ "<application>gedit</application> no solicita el formato de fecha/hora "
+#~ "cuando se elige <menuchoice><guimenu>Editar</"
+#~ "guimenu><guimenuitem>Insertar fecha/hora</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "Click <guibutton>OK</guibutton> to close the <guilabel>Configure insert "
+#~ "date/time plugin</guilabel> dialog."
+#~ msgstr ""
+#~ "Pulse en <guibutton>Aceptar</guibutton> para cerrar el cuadro de diálogo "
+#~ "<guilabel>Configurar el complemento Insertar fecha/hora</guilabel>."
+
+#~ msgid "Modelines Plugin"
+#~ msgstr "Complemento líneas de modo"
+
+#~ msgid ""
+#~ "The <application>Modelines</application> plugin allows you to set "
+#~ "preferences for individual documents. A <firstterm>modeline</firstterm> "
+#~ "is a line of text at the start or end of the document with settings that "
+#~ "<application>gedit</application> recognises."
+#~ msgstr ""
+#~ "El complemento <application>Líneas de modo</application> le permite "
+#~ "establecer preferencias para documentos individuales. Una "
+#~ "<firstterm>línea de modo</firstterm> es una línea de texto al principio o "
+#~ "final del documento con ajustes que <application>gedit</application> "
+#~ "reconoce."
+
+#~ msgid "You can set the following preferences with modelines:"
+#~ msgstr "Puede establecer las siguientes preferencias con líneas de modos:"
+
+#~ msgid ""
+#~ "The <application>Modelines</application> plugin supports a subset of the "
+#~ "options used by other text editors <application>Emacs</application>, "
+#~ "<application>Kate</application> and <application>Vim</application>."
+#~ msgstr ""
+#~ "El complemento <application>Líneas de Modos</application> soporta un "
+#~ "subconjunto de las opciones usadas por los otros editores de texto "
+#~ "<application>Emacs</application>, <application>Kate</application> y "
+#~ "<application>Vim</application>."
+
+#~ msgid ""
+#~ "The <application>Emacs</application> options for tab-width, indent-"
+#~ "offset, indent-tabs-mode and autowrap are supported. For more "
+#~ "information, see the <ulink type=\"http\" url=\"http://www.delorie.com/"
+#~ "gnu/docs/emacs/emacs_486.html\">GNU Emacs Manual</ulink>."
+#~ msgstr ""
+#~ "Se soportan las opciones <application>Emacs</application> para tab-width, "
+#~ "indent-offset, indent-tabs-mode y autowrap. Para obtener más información, "
+#~ "consulte el manual de <ulink type=\"http\" url=\"http://www.delorie.com/"
+#~ "gnu/docs/emacs/emacs_486.html\">GNU Emacs</ulink>."
+
+#~ msgid ""
+#~ "The <application>Kate</application> options for tab-width, indent-width, "
+#~ "space-indent, word-wrap and word-wrap-column are supported. For more "
+#~ "information, see the <ulink type=\"http\" url=\"http://www.kate-editor."
+#~ "org/article/katepart_modelines\">Kate website</ulink>."
+#~ msgstr ""
+#~ "Se soportan las opciones <application>Kate</application> para tab-width, "
+#~ "indent-width, space-indent, word-wrap and word-wrap-column. Para más "
+#~ "información, vea el <ulink type=\"http\" url=\"http://www.kate-editor.org/"
+#~ "article/katepart_modelines\">sitio web de Kate</ulink>."
+
+#~ msgid ""
+#~ "The <application>Vim</application> options for et, expandtab, ts, "
+#~ "tabstop, sw, shiftwidth, wrap, and textwidth are supported. For more "
+#~ "information, see the <ulink type=\"http\" url=\"http://vimdoc.sourceforge."
+#~ "net/htmldoc/options.html#modeline\">Vim website</ulink>."
+#~ msgstr ""
+#~ "Se soportan las opciones <application>Vim</application> para et, "
+#~ "expandtab, ts, tabstop, sw, shiftwidth, wrap, y textwidth. Para obtener "
+#~ "más información, consulte la <ulink type=\"http\" url=\"http://vimdoc."
+#~ "sourceforge.net/htmldoc/options.html#modeline\">\">página web de Vim</"
+#~ "ulink>."
+
+#~ msgid ""
+#~ "The <application>Python Console</application> Plugin allows you to run "
+#~ "commands in the python programming language from <application>gedit</"
+#~ "application>. Enabling the plugin adds a tab to the bottom pane. This "
+#~ "shows recent output and a command prompt field."
+#~ msgstr ""
+#~ "El complemento <application>Consola Python</application> le permite "
+#~ "ejecutar comandoes en el lenguaje de programación Python desde "
+#~ "<application>gedit</application>. Activando el complemento se añade una "
+#~ "pestaña al panel inferior. Esta muestra su salida reciente y un campo de "
+#~ "entrada de comandos."
+
+#~ msgid ""
+#~ "Commands entered into the python console are not checked before they are "
+#~ "run. It is therefore possible to hang <application>gedit</application>, "
+#~ "for example by entering an infinite loop."
+#~ msgstr ""
+#~ "Los comandos introducidos en la consola de python no se comprueban antes "
+#~ "de ejecutarlos. Es posible entonces colgar <application>gedit</"
+#~ "application>, por ejemplo entrando un bucle infinito."
+
+#~ msgid ""
+#~ "The <application>Snippets</application> plugin allows you to store "
+#~ "frequently-used pieces of text, called <firstterm>snippets</firstterm>, "
+#~ "and insert them quickly into a document."
+#~ msgstr ""
+#~ "El complemento <application>Recortes</application> le permite almacenar "
+#~ "trozos de texto usados frecuentemente, llamados <firstterm>recortes</"
+#~ "firstterm>, e insertarlos rápidamente en un documento."
+
+#~ msgid ""
+#~ "Snippets are specific to the language syntax of the current document. For "
+#~ "example, when you are working with an HTML document, you can choose from "
+#~ "a list of snippets that are useful for HTML. In addition, some snippets "
+#~ "are global, and are available in all documents."
+#~ msgstr ""
+#~ "Los recortes son específicos a la sintaxis del lenguaje del documento "
+#~ "actual. Por ejemplo, cuando esta trabajando en un documento HTML, puede "
+#~ "elegir de una lista de recortes que son útiles para HTML. Además, algunos "
+#~ "recortes son globales, y están disponibles para todos los documentos."
+
+#~ msgid ""
+#~ "A number of built-in snippets are installed with <application>gedit</"
+#~ "application>, which can be modified."
+#~ msgstr ""
+#~ "Junto con <application>gedit</application>, se instalan varios recortes, "
+#~ "que pueden modificarse."
+
+#~ msgid ""
+#~ "To insert a snippet into a document, type its <firstterm>tab trigger</"
+#~ "firstterm> and press <keycap>Tab</keycap>. A snippet's tab trigger is "
+#~ "usually the first few letters of the snippet, or something else that is "
+#~ "short and easy to remember."
+#~ msgstr ""
+#~ "Para insertar un recorte en un documento, teclee su "
+#~ "<firstterm>disparador</firstterm> y pulse <keycap>Tab</keycap>. El "
+#~ "disparador de un recorte es usualmente las primeras pocas letras del "
+#~ "recorte, o algo parecido que sea corto y fácil de recordar."
+
+#~ msgid ""
+#~ "Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>Space</"
+#~ "keycap></keycombo> to see a list of snippets you can insert."
+#~ msgstr ""
+#~ "Alternativamente, pulse <keycombo><keycap>Ctrl</keycap><keycap>Espacio</"
+#~ "keycap></keycombo> para ver una lista de recortes que puede insertar."
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Manage Snippets</"
+#~ "guimenuitem></menuchoice>. The <guilabel>Snippets Manager</guilabel> "
+#~ "window opens."
+#~ msgstr ""
+#~ "Seleccione <menuchoice><guimenu>Herramientas</"
+#~ "guimenu><guimenuitem>Gestión de Recortes</guimenuitem></menuchoice>. La "
+#~ "ventana del <guilabel>Gestor de Recortes</guilabel> se abre."
+
+#~ msgid ""
+#~ "The list of snippets is grouped by language. Select the language you want "
+#~ "to add a snippet to, or a snippet in that language group. To add a "
+#~ "snippet for all languages, choose Global at the top of the list. The "
+#~ "syntax of the document you are currently working with is shown by default."
+#~ msgstr ""
+#~ "La lista de recortes esta agrupada por lenguajes. Seleccione el lenguaje "
+#~ "con el que quiere añadir el recorte, o un recorte en ese grupo de "
+#~ "lenguajes. Para añadir un recorte para todos los lenguajes, elija Global "
+#~ "en la parte superior de la lista. La sintaxis del documento con el que "
+#~ "esta trabajando actualmente se muestra por omisión."
+
+#~ msgid "Click <guibutton>New</guibutton>. A new snippet appears in the list."
+#~ msgstr ""
+#~ "Pulse <guibutton>Nuevo</guibutton>. Aparece un recorte nuevo en la lista."
+
+#~ msgid "Enter the following information for the new snippet:"
+#~ msgstr "Introduzca la siguiente información para el recorte nuevo:"
+
+#~ msgid "Name"
+#~ msgstr "Nombre"
+
+#~ msgid ""
+#~ "Enter a name for the snippet in the text field within the snippet list. "
+#~ "The name of a snippet serves only as a reminder of its purpose. You can "
+#~ "change name of a snippet you create by clicking on it in the list."
+#~ msgstr ""
+#~ "Introduzca un nombre para el recorte en el campo de texto dentro de la "
+#~ "lista de recortes. El nombre de un recorte sirve sólo como recordatorio "
+#~ "de su propósito. Puede cambiar el nombre de un recorte que cree para "
+#~ "pulsar en él en la lista."
+
+#~ msgid "Snippet text"
+#~ msgstr "Texto del recorte"
+
+#~ msgid ""
+#~ "Enter the text of the snippet in the <guilabel>Edit snippet</guilabel> "
+#~ "text box. For special codes you can use, see <xref linkend=\"gedit-"
+#~ "snippets-plugin-syntax\"/>."
+#~ msgstr ""
+#~ "Introduzca el texto del recorte en la caja de texto <guilabel>Editar "
+#~ "recorte</guilabel>. Para códigos especiales, que pueda usar, vea <xref "
+#~ "linkend=\"gedit-snippets-plugin-syntax\"/>."
+
+#~ msgid ""
+#~ "You can switch back to the document window to copy text without closing "
+#~ "the <guilabel>Snippets Manager</guilabel> window."
+#~ msgstr ""
+#~ "Puede volver a la ventana del documento para copiar texto sin cerrar la "
+#~ "ventana del <guilabel>Gestor de recortes</guilabel>."
+
+#~ msgid "Tab Trigger"
+#~ msgstr "Disparador de tabulador"
+
+#~ msgid ""
+#~ "Enter the tab trigger for the snippet. This is the text that you type "
+#~ "before pressing <keycap>Tab</keycap> to insert the snippet."
+#~ msgstr ""
+#~ "Introduzca el disparado para el recorte. Este es el texto que teclea "
+#~ "antes de pulsar la tecla <keycap>Tab</keycap> para insertar el recorte."
+
+#~ msgid ""
+#~ "The tag must be either a single word comprising only letters, or any "
+#~ "single character. The <guilabel>Tab trigger</guilabel> will highlight in "
+#~ "red if an invalid tab trigger is entered."
+#~ msgstr ""
+#~ "La etiqueta debe ser o una sola palabra comprendiendo sólo letras, o "
+#~ "cualquier carácter en solitario. El <guilabel>disparador</guilabel> se "
+#~ "resaltará en rojo si se introduce un disparador inválido."
+
+#~ msgid "Type a shortcut key to use for inserting the snippet."
+#~ msgstr ""
+#~ "Teclee una tecla de acceso rápido para usarla para insertar el recorte."
+
+#~ msgid ""
+#~ "To edit a snippet, select it in the list and make changes to its text and "
+#~ "activation properties."
+#~ msgstr ""
+#~ "Para editar un recorte, selecciónelo en la lista y haga cambios a sus "
+#~ "propiedades de activación de texto."
+
+#~ msgid "To rename a snippet, click it again in the list."
+#~ msgstr "Para renombrar un recorte, pulse otra vez en la lista."
+
+#~ msgid ""
+#~ "To restore a built-in snippet that you have changed, press "
+#~ "<guilabel>Revert</guilabel>."
+#~ msgstr ""
+#~ "Para restaurar un recorte integrado que haya modificado, pulse "
+#~ "<guilabel>Revertir</guilabel>."
+
+#~ msgid ""
+#~ "To remove a snippet, select it in the list and press <guibutton>Remove</"
+#~ "guibutton>. You can not remove built-in snippets, only those you have "
+#~ "created yourself."
+#~ msgstr ""
+#~ "Para quitar un disparador, selecciónelo en la lista y pulse "
+#~ "<guibutton>Quitar</guibutton>. No puede quitar los recortes integrados, "
+#~ "sólo aquellos que usted haya creado."
+
+#~ msgid "Snippet Substitutions"
+#~ msgstr "Sustituciones de recortes"
+
+#~ msgid ""
+#~ "In addition to inserting stored text, a snippet can include customizable "
+#~ "text, or mark spaces where you can add text once the snippet is inserted "
+#~ "in your document."
+#~ msgstr ""
+#~ "Además de insertar texto almacenado, un recorte puede incluir texto "
+#~ "personalizado, o marcar espacios donde puede añadir texto una vez que el "
+#~ "recorte se ha insertado en su documento."
+
+#~ msgid "You can use the following placeholder codes in snippet text:"
+#~ msgstr ""
+#~ "Puede usar los siguientes códigos de reserva de espacio en el texto del "
+#~ "recorte:"
+
+#~ msgid "Tab placeholders"
+#~ msgstr "Reservas de espacio para tabuladores"
+
+#~ msgid ""
+#~ "<literal>$<replaceable>n</replaceable></literal> defines a tab "
+#~ "placeholder, where <literal>n</literal> is any number from 1 upwards."
+#~ msgstr ""
+#~ "<literal>$<replaceable>n</replaceable></literal> define un lugar de "
+#~ "reserva de tabulador donde <literal>n</literal> es cualquier número "
+#~ "desde 1 en adelante."
+
+#~ msgid ""
+#~ "<literal>${<replaceable>n</replaceable>:<replaceable>default</"
+#~ "replaceable>}</literal> defines a tab placeholder with a default value."
+#~ msgstr ""
+#~ "<literal>${<replaceable>n</replaceable>:<replaceable>default</"
+#~ "replaceable>}</literal> define una reserva de espacio de tabulación con "
+#~ "un valor diferente."
+
+#~ msgid ""
+#~ "A tab placeholder marks a place in the snippet text where you can add "
+#~ "extra text after the snippet is inserted."
+#~ msgstr ""
+#~ "Una reserva de espacio de tabulación marca un lugar en el texto de un "
+#~ "recorte donde puede añadir texto adicional después de insertar el recorte."
+
+#~ msgid ""
+#~ "To use tab placeholders, insert the snippet as normal. The cursor is "
+#~ "placed at the first tab placeholder. Type text, and press <keycap>Tab</"
+#~ "keycap> to advance to the next tab placeholder. The number in the "
+#~ "placeholder code defines the order in which tab advances to each place in "
+#~ "the text."
+#~ msgstr ""
+#~ "Para usar las reservas de espacio, inserte el recorte de forma normal. El "
+#~ "cursor se coloca en la primera reserva de espacio. Teclee el texto, pulse "
+#~ "la tecla <keycap>Tab</keycap> para avanzar a la siguiente reserva de "
+#~ "espacio. El número en el código de la reserva de espacio define el orden "
+#~ "en que cada tabulación avanza a cada lugar del texto."
+
+#~ msgid ""
+#~ "Press <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> to "
+#~ "return to the previous tab placeholder. Pressing <keycap>Tab</keycap> "
+#~ "when there are no more tab placeholders moves the cursor to the end of "
+#~ "the snippet text, or to the end placeholder if it exists."
+#~ msgstr ""
+#~ "Pulse <keycombo><keycap>Mayús</keycap><keycap>Tab</keycap></keycombo> "
+#~ "para volver al anterior reserva de espacio para tabulador. Pulsando "
+#~ "<keycap>Tab</keycap> cuando no hay más reservas de espacio de tabulador "
+#~ "mueve el cursor al final del recorte de texto, o a la reserva de espacio "
+#~ "al final si existe."
+
+#~ msgid "Mirror placeholders"
+#~ msgstr "Replicar reservas de espacio"
+
+#~ msgid ""
+#~ "A repeated tab placeholder will mirror the placeholder already defined. "
+#~ "This allows you to type in text only once that you want to appear several "
+#~ "times in the snippet."
+#~ msgstr ""
+#~ "Una reserva de espacio repetida replicará la reserva de espacio ya "
+#~ "definida. Esto permite teclear texto sólo una vez cuando quiere que "
+#~ "aparezca varias veces en el recorte."
+
+#~ msgid "End placeholder"
+#~ msgstr "Terminar reserva de espacio"
+
+#~ msgid ""
+#~ "<literal>$0</literal> defines the end placeholder. This allows you to "
+#~ "finish working with the snippet with the cursor at a point other than the "
+#~ "end of the snippet text."
+#~ msgstr ""
+#~ "<literal>$0</literal> define el final de la reserva de espacio. Esto le "
+#~ "permite terminar de trabajar con el recorte con el cursor en un punto "
+#~ "distinto que el final del texto recortado."
+
+#~ msgid "Environmental variables"
+#~ msgstr "Variables de entorno"
+
+#~ msgid ""
+#~ "Environmental variable such as <literal>$PATH</literal> and <literal>"
+#~ "$HOME</literal> are substituted in snippet text. The following variables "
+#~ "specific to <application>gedit</application> can also be used:"
+#~ msgstr ""
+#~ "Las variables de entorno como <literal>$PATH</literal> y <literal>$HOME</"
+#~ "literal> se sustituyen en el texto del recorte. Las siguientes variables "
+#~ "específicas de <application>gedit</application> se pueden usar también:"
+
+#~ msgid "$GEDIT_SELECTED_TEXT"
+#~ msgstr "$GEDIT_SELECTED_TEXT"
+
+#~ msgid "$GEDIT_FILENAME"
+#~ msgstr "$GEDIT_FILENAME"
+
+#~ msgid ""
+#~ "The full filename of the document, or an empty string if the document "
+#~ "isn't saved yet."
+#~ msgstr ""
+#~ "El nombre completo del documento, o una cadena vacía si el documento no "
+#~ "está guardado aún."
+
+#~ msgid "$GEDIT_BASENAME"
+#~ msgstr "$GEDIT_BASENAME"
+
+#~ msgid ""
+#~ "The basename of the filename of the document, or an empty string if the "
+#~ "document isn't saved yet."
+#~ msgstr ""
+#~ "El nombre base del nombre de archivo del documento, o una cadena vacía si "
+#~ "el documento aún no se ha guardado."
+
+#~ msgid "$GEDIT_CURRENT_WORD"
+#~ msgstr "$GEDIT_CURRENT_WORD"
+
+#~ msgid ""
+#~ "The word at the cursor's location in the document. When this variable is "
+#~ "used, the current word will be replaced by the snippet text."
+#~ msgstr ""
+#~ "La palabra en al lugar del cursor en el documento. Cuando esta variable "
+#~ "se esté usando, la palabra actual se reemplazará con el texto del recorte."
+
+#~ msgid "Shell placeholders"
+#~ msgstr "Reservas de espacio de shell"
+
+#~ msgid ""
+#~ "<literal>$(<replaceable>cmd</replaceable>)</literal> is replaced by the "
+#~ "result of executing <replaceable>cmd</replaceable> in a shell."
+#~ msgstr ""
+#~ "<literal>$(<replaceable>cmd</replaceable>)</literal> se reemplaza por el "
+#~ "resultado de ejecutar <replaceable>cmd</replaceable> en una shell."
+
+#~ msgid ""
+#~ "<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+#~ "literal> allows you to give this placeholder a reference, where "
+#~ "<replaceable>n</replaceable> is any number from 1 upwards. Use <literal>"
+#~ "$<replaceable>n</replaceable></literal> to use the output from one shell "
+#~ "placeholder as input in another."
+#~ msgstr ""
+#~ "<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+#~ "literal> le permite dar esta reserva de espacio una referencia, donde "
+#~ "<replaceable>n</replaceable> es cualquier número desde 1 hacia adelante. "
+#~ "Use <literal>$<replaceable>n</replaceable></literal> para usar la salida "
+#~ "desde una reserva de espacio de shell como entrada en otra."
+
+#~ msgid "Python placeholders"
+#~ msgstr "Reservas de espacio de Python"
+
+#~ msgid ""
+#~ "<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> is replaced by "
+#~ "the result of evaluating <replaceable>cmd</replaceable> in the python "
+#~ "interpreter."
+#~ msgstr ""
+#~ "<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> se reemplaza "
+#~ "por el resultado de evaluar <replaceable>cmd</replaceable> en el "
+#~ "intérprete de python."
+
+#~ msgid ""
+#~ "<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</"
+#~ "replaceable>&gt;</literal> specifies another python placeholder as a "
+#~ "dependency, where <replaceable>a</replaceable> gives its order in the "
+#~ "snippet. This allows you to use python functions defined in another "
+#~ "snippet. To specify several dependencies, separate the numbers with "
+#~ "commas thus: <literal>$&lt;<replaceable>a</replaceable>,<replaceable>b</"
+#~ "replaceable>:<replaceable>cmd</replaceable>&gt;</literal>"
+#~ msgstr ""
+#~ "<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</"
+#~ "replaceable>&gt;</literal> especifica otra reserva de espacio python como "
+#~ "una dependencia, donde <replaceable>a</replaceable> da su orden en el "
+#~ "recorte. Esto le permite usar funciones python definidas en otro recorte. "
+#~ "Para especificar varias dependencias, separe los números con comas así: "
+#~ "<literal>$&lt;<replaceable>a</replaceable>,<replaceable>b</replaceable>:"
+#~ "<replaceable>cmd</replaceable>&gt;</literal>"
+
+#~ msgid ""
+#~ "To use a variable in all other python snippets, declare it as "
+#~ "<literal>global</literal>."
+#~ msgstr ""
+#~ "Para usar una variable en todos los otros recortes de python, declárela "
+#~ "como <literal>global</literal>."
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</"
+#~ "guimenuitem></menuchoice>. The <guilabel>Sort</guilabel> dialog opens."
+#~ msgstr ""
+#~ "Seleccione <menuchoice><guimenu>Editar</guimenu><guimenuitem>Ordenar</"
+#~ "guimenuitem></menuchoice>. El diálogo <guilabel>Ordenar</guilabel> se "
+#~ "abre."
+
+#~ msgid ""
+#~ "To arrange the text in reverse order, select <guilabel>Reverse order</"
+#~ "guilabel>."
+#~ msgstr ""
+#~ "Para ordenar el texto en orden inverso, seleccione la opción "
+#~ "<guilabel>Orden inverso</guilabel>."
+
+#~ msgid ""
+#~ "To delete duplicate lines, select <guilabel>Remove duplicates</guilabel>."
+#~ msgstr ""
+#~ "Para borrar las líneas duplicadas, seleccione la opción "
+#~ "<guilabel>Eliminar duplicados</guilabel>."
+
+#~ msgid "To ignore case sensitivity, select <guilabel>Ignore case</guilabel>."
+#~ msgstr ""
+#~ "Para no distinguir entre mayúsculas y minúsculas, seleccione la opción "
+#~ "<guilabel>Ignorar capitalización</guilabel>."
+
+#~ msgid ""
+#~ "The <application>Spell Checker</application> plugin checks the spelling "
+#~ "in the selected text. You can configure <application>gedit</application> "
+#~ "to check the spelling automatically, or you can check the spelling "
+#~ "manually, in the specified language. The language setting, and the "
+#~ "autocheck spelling properties, apply per document. To use the Spell "
+#~ "checker plugin, perform the following steps:"
+#~ msgstr ""
+#~ "El complemento Corrector ortográfico revisa la ortografía del texto "
+#~ "seleccionado. Puede configurar <application>gedit</application> para "
+#~ "revisar la ortografía automáticamente, o puede revisar la ortografía "
+#~ "manualmente, en el idioma especificado. El idioma y las propiedades del "
+#~ "revisor de ortografía, se aplican por cada documento. Para usar el "
+#~ "complemento Corrector ortográfico, realice los siguientes pasos:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Set Language</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Set language</"
+#~ "guilabel> dialog. Select the appropriate language from the list. Click "
+#~ "<guibutton>OK</guibutton> to close the <guilabel>Set language</guilabel> "
+#~ "dialog."
+#~ msgstr ""
+#~ "Para abrir un archivo, seleccione <menuchoice><guimenu>Herramientas</"
+#~ "guimenu><guimenuitem>Establecer idioma…</guimenuitem></menuchoice> para "
+#~ "que se muestre el cuadro de diálogo <guilabel>Establecer idioma…</"
+#~ "guilabel>. Seleccione el idioma apropiado de la lista. Pulse "
+#~ "<guibutton>Aceptar</guibutton> para cerrar el cuadro de diálogo "
+#~ "<guilabel>Establecer idioma…</guilabel>."
+
+#~ msgid ""
+#~ "To check the spelling automatically, choose <menuchoice><guimenu>Tools</"
+#~ "guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice>. To "
+#~ "unset the automatic spell check, choose <menuchoice><guimenu>Tools</"
+#~ "guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice> again. "
+#~ "When automatic spell checking is set, an icon is displayed beside the "
+#~ "<guimenuitem>Autocheck Spelling</guimenuitem> menu item. Automatic spell "
+#~ "checking is unset by default, each time <application>gedit</application> "
+#~ "starts."
+#~ msgstr ""
+#~ "Para revisar la ortografía automáticamente, seleccione "
+#~ "<menuchoice><guimenu>Herramientas</guimenu><guimenuitem>Revisar "
+#~ "Ortografía Automáticamente</guimenuitem></menuchoice>. Para quitar el "
+#~ "revisor de ortografía automático, seleccione "
+#~ "<menuchoice><guimenu>Herramientas</guimenu><guimenuitem>Revisar "
+#~ "ortografía automáticamente</guimenuitem></menuchoice> otra vez. Cuando el "
+#~ "revisor de ortografía automático es seleccionado, un icono se visualiza "
+#~ "al lado de <guimenuitem>Revisar Ortografía Automáticamente</guimenuitem> "
+#~ "artículo de menú. El revisor de ortografía automático está sin "
+#~ "seleccionar por omisión, cada vez que <application>gedit</application> "
+#~ "comienza."
+
+#~ msgid ""
+#~ "Unknown spellings are displayed in a different color, and underlined. "
+#~ "Right-click on an unknown spelling, then select <guimenu>Spelling "
+#~ "Suggestions</guimenu> from the popup menu:"
+#~ msgstr ""
+#~ "Las ortografías desconocidas se muestran en un color diferente, y "
+#~ "subrayado. Pulse en el botón derecho en una ortografía desconocida, "
+#~ "después seleccione <guimenu>Sugerencias de ortografía</guimenu> del menú "
+#~ "emergente:"
+
+#~ msgid ""
+#~ "To replace the unknown spelling with another spelling in the list, select "
+#~ "the replacement spelling from the <guimenu>Spelling Suggestions</guimenu> "
+#~ "popup menu."
+#~ msgstr ""
+#~ "Para sustituir la ortografía desconocida por otra ortografía en la lista, "
+#~ "seleccione sustituir ortografía desde <guimenu>Sugerencias de ortografía</"
+#~ "guimenu> del menú emergente."
+
+#~ msgid ""
+#~ "To add the unknown spelling to your personal dictionary, select "
+#~ "<menuchoice><guimenu>Spelling Suggestions</guimenu><guimenuitem>Add</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para anular la sangría, seleccione las líneas y elija "
+#~ "<menuchoice><guimenu>Editar</guimenu><guimenuitem>Anular sangría</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "To ignore all occurrences of the unknown spelling, so that they are no "
+#~ "longer flagged as unknown but are not added to your personal dictionary, "
+#~ "select <menuchoice><guimenu>Spelling Suggestions</"
+#~ "guimenu><guimenuitem>Ignore All</guimenuitem></menuchoice>. The unknown "
+#~ "word is ignored in the current <application>gedit</application> session "
+#~ "only."
+#~ msgstr ""
+#~ "Para ignorar todas las palabras de ortografía desconocida, así que no se "
+#~ "volverán a ver como desconocidas pero no serán añadidas a su diccionario "
+#~ "personal, seleccione <menuchoice><guimenu> Sugerencias de ortografía</"
+#~ "guimenu><guimenuitem>Ignorar todo</guimenuitem></menuchoice>. La palabra "
+#~ "desconocida es ignorada sólo en la actual sesión de <application>gedit</"
+#~ "application>."
+
+#~ msgid ""
+#~ "To check the spelling manually, choose <menuchoice><guimenu>Tools</"
+#~ "guimenu><guimenuitem>Check Spelling</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para seleccionar todo el texto de un archivo, seleccione "
+#~ "<menuchoice><guimenu>Editar</guimenu><guimenuitem>Seleccionar todo</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "If there are no spelling errors, an <guilabel>Information</guilabel> "
+#~ "dialog displays a message stating that the document does not contain "
+#~ "misspelled words. Click <guibutton>OK</guibutton> to close the "
+#~ "<guilabel>Information</guilabel> dialog."
+#~ msgstr ""
+#~ "Si no hay errores de ortografía, un diálogo de <guilabel>Información</"
+#~ "guilabel> visualiza un mensaje expone que el documento no contiene "
+#~ "palabras mal escritas. Pulse <guibutton>Aceptar</guibutton> para cerrar "
+#~ "el diálogo de <guilabel>Información</guilabel>."
+
+#~ msgid ""
+#~ "If there are spelling errors, the <guilabel>Check Spelling</guilabel> "
+#~ "dialog is displayed:"
+#~ msgstr ""
+#~ "Si hay errores de ortografía, el <guilabel>Revisor de Ortografía</"
+#~ "guilabel> diálogo se visualiza:"
+
+#~ msgid ""
+#~ "The <guilabel>Misspelled word</guilabel> is displayed at the top of the "
+#~ "dialog."
+#~ msgstr ""
+#~ "La <guilabel>Palabra mal escrita</guilabel> se visualiza en la parte de "
+#~ "arriba del diálogo."
+
+#~ msgid ""
+#~ "A suggested known spelling is displayed in the <guilabel>Change to</"
+#~ "guilabel> text box. You can replace this with another known spelling by "
+#~ "selecting a spelling from the <guilabel>Suggestions</guilabel> list, or "
+#~ "you can enter text directly into the <guilabel>Change to</guilabel> text "
+#~ "box."
+#~ msgstr ""
+#~ "Una sugerencia de ortografía conocida es visualizada en la casilla de "
+#~ "texto<guilabel>Cambiar a</guilabel>. Puede sustituirse ésta con otra "
+#~ "palabra conocida seleccionado una ortografía de la lista de "
+#~ "<guilabel>Sugerencias</guilabel>, o puede introducir el texto "
+#~ "directamente en la casilla de texto de <guilabel>Cambiar a</guilabel>."
+
+#~ msgid ""
+#~ "To check the spelling of the text in the <guilabel>Change to</guilabel> "
+#~ "text box, click <guibutton>Check Word</guibutton>. If this is a known "
+#~ "word, the <guilabel>Suggestions</guilabel> list is replaced with the text "
+#~ "<literal>(correct spelling)</literal>. If the word is not known, new "
+#~ "entries appear in the <guilabel>Suggestions</guilabel> list."
+#~ msgstr ""
+#~ "Para revisar la ortografía del texto en la casilla de texto de "
+#~ "<guilabel>Cambiar por</guilabel>, pulse <guibutton>Comprobar palabra</"
+#~ "guibutton>. Si ésta es una palabra conocida, la lista "
+#~ "<guilabel>Sugerencias</guilabel>será sustituida con el texto "
+#~ "<literal>(ortografía correcta)</literal>. Si la palabra es desconocida, "
+#~ "aparecerán nuevas entradas en la lista de <guilabel>Sugerencias</"
+#~ "guilabel>."
+
+#~ msgid ""
+#~ "To ignore the current occurrence of the unknown word, click "
+#~ "<guibutton>Ignore</guibutton>. To ignore all occurrences of the unknown "
+#~ "word, click <guibutton>Ignore All</guibutton>. The unknown word is "
+#~ "ignored in the current <application>gedit</application> session only."
+#~ msgstr ""
+#~ "Para ignorar en ese momento la palabra desconocida señalada, pulse "
+#~ "<guibutton>Ignorar</guibutton>. Para ignorar todas las palabras "
+#~ "desconocidas, pulse <guibutton>Ignorar todo</guibutton>. La palabra "
+#~ "desconocida es ignorada sólo en la sesión actual de <application>gedit</"
+#~ "application>."
+
+#~ msgid ""
+#~ "To change the current occurrence of the unknown word to the text in the "
+#~ "<guilabel>Change to</guilabel> text box, click <guibutton>Change</"
+#~ "guibutton>. To change all occurrences of the unknown word to the text in "
+#~ "the <guilabel>Change to</guilabel> text box, click <guibutton>Change All</"
+#~ "guibutton>."
+#~ msgstr ""
+#~ "Para cambiar la palabra desconocida señalada al texto en la casilla de "
+#~ "texto <guilabel>Cambiar a</guilabel>, pulse <guibutton>Cambiar</"
+#~ "guibutton>. Para cambiar todas las palabras desconocidas al texto en la "
+#~ "casilla de texto <guilabel>Cambiar por</guilabel>, pulse "
+#~ "<guibutton>Cambiar todo</guibutton>."
+
+#~ msgid ""
+#~ "To add the unknown word to your personal dictionary, click <guibutton>Add "
+#~ "word</guibutton>."
+#~ msgstr ""
+#~ "Para añadir la palabra desconocida a su diccionario personal, pulse el "
+#~ "botón <guibutton>Añadir palabra</guibutton>."
+
+#~ msgid ""
+#~ "To close the <guilabel>Check Spelling</guilabel> dialog, click "
+#~ "<guibutton>Close</guibutton>."
+#~ msgstr ""
+#~ "Para cerrar el cuadro de diálogo <guilabel>Ir a la línea</guilabel>, "
+#~ "pulse en el botón <guibutton>Cerrar</guibutton>."
+
+#~ msgid ""
+#~ "The <application>Tag List</application> plugin allows you to insert "
+#~ "common tags from a list in the side pane."
+#~ msgstr ""
+#~ "La aplicación <application>Lista de etiquetas</application> le permite "
+#~ "insertar etiquetas comunes de una lista en el panel lateral."
+
+#~ msgid "To use the Tag List plugin, perform the following steps:"
+#~ msgstr ""
+#~ "Para utilizar el complemento Lista de etiquetas, realice los siguientes "
+#~ "pasos:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Elija <menuchoice><guimenu>Editar</guimenu><guimenuitem>Panel lateral</"
+#~ "guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "By default, the side pane shows a tab containing a list of open "
+#~ "documents. Click on the tab showing a + icon at the bottom of the side "
+#~ "pane to show the tag list tab."
+#~ msgstr ""
+#~ "Por omisión, el panel lateral muestra una pestaña conteniendo una lista "
+#~ "de documentos abiertos. Pulse en la pestaña que muestra un icono «+» en "
+#~ "la parte de abajo del panel lateral para mostrar la pestaña de listas de "
+#~ "etiquetas."
+
+#~ msgid ""
+#~ "Select the appropriate tag category from the drop-down list. For example, "
+#~ "<guilabel>HTML - Tags</guilabel>."
+#~ msgstr ""
+#~ "Seleccione la categoría de etiquetas apropiada en la lista desplegable; "
+#~ "por ejemplo, <literal>Etiquetas HTML</literal>."
+
+#~ msgid ""
+#~ "To insert a tag at the cursor position in the current file, double-click "
+#~ "on the tag in the tag list. You can also insert a tag as follows:"
+#~ msgstr ""
+#~ "Para insertar una etiqueta en la posición del cursor del archivo actual, "
+#~ "pulse dos veces sobre la etiqueta en la lista. También puede emplear este "
+#~ "procedimiento:"
+
+#~ msgid ""
+#~ "To insert a tag in the current file and change the focus from the side "
+#~ "pane to the display area, press <keycap>Return</keycap>."
+#~ msgstr ""
+#~ "Para insertar una etiqueta en el archivo actual y cambiar el foco desde "
+#~ "el panel lateral al área de visualización, pulse <keycap>Intro</keycap>."
+
+#~ msgid ""
+#~ "To insert a tag in the current file and maintain the focus on the "
+#~ "<guilabel>Tag list plugin</guilabel> window, press "
+#~ "<keycombo><keycap>Shift</keycap><keycap>Return</keycap></keycombo>."
+#~ msgstr ""
+#~ "Para insertar una etiqueta en el archivo actual y mantener el foco en la "
+#~ "ventana del complemento <guilabel>Lista de etiquetas</guilabel>, pulse "
+#~ "<keycombo><keycap>Mayús</keycap><keycap>Intro</keycap></keycombo>."
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-user-name-plugin\">User Name</link></"
+#~ "application> inserts the username of the current user into the document."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-user-name-plugin\">Nombre de usuario</"
+#~ "link></application> inserta el nombre de usuario del usuario actual en el "
+#~ "documento."
+
+#~ msgid ""
+#~ "The <application>User name</application> plugin inserts the username of "
+#~ "the current user into the document."
+#~ msgstr ""
+#~ "El complemento <application>Nombre de usuario</application> inserta el "
+#~ "nombre del usuario actual en el documento."
+
+#~ msgid ""
+#~ "To insert your username at the cursor position, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert User Name</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "Para insertar su nombre de usuario en la posición del cursor, elija "
+#~ "<menuchoice><guimenu>Editar</guimenu><guimenuitem>Insertar nombre de "
+#~ "usuario</guimenuitem></menuchoice>."
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_italic.png'; "
+#~ "md5=feb9817676516ae91b9f6b1cd36a5eca"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_italic.png'; "
+#~ "md5=feb9817676516ae91b9f6b1cd36a5eca"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_underline.png'; "
+#~ "md5=58f5848d81ea3f0656ccce82ba32ec9c"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_underline.png'; "
+#~ "md5=58f5848d81ea3f0656ccce82ba32ec9c"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_strikethrough.png'; "
+#~ "md5=cf962f5d9df721c1f4f4cef2780915ed"
+#~ msgstr "@@image: 'figures/_gedit.png'; md5=cf962f5d9df721c1f4f4cef2780915ed"
+
+#~ msgid ""
+#~ "For more information about how to configure syntax highlighting, see "
+#~ "<xref linkend=\"gedit-prefs-syntax\"/>."
+#~ msgstr ""
+#~ "Para más información sobre cómo configurar el resaltado de sintaxis, vea "
+#~ "la <xref linkend=\"gedit-prefs-syntax\"/>."
+
+#~ msgid "Syntax Highlighting Preferences"
+#~ msgstr "Preferencias de Resaltado de Sintaxis"
+
+#~ msgid "Enable syntax highlighting"
+#~ msgstr "Permitir subrayado de sintaxis"
+
+#~ msgid ""
+#~ "Select this option to highlight the syntax of the text that you edit."
+#~ msgstr ""
+#~ "Seleccione esta opción para resaltar la sintaxis del texto que está "
+#~ "editando."
+
+#~ msgid "Highlight mode"
+#~ msgstr "Modo de resaltado"
+
+#~ msgid "Use this drop-down list to select a syntax mode to configure."
+#~ msgstr ""
+#~ "Use esta lista desplegable para seleccionar un modo de sintaxis que "
+#~ "configurar."
+
+#~ msgid "Elements"
+#~ msgstr "Elementos"
+
+#~ msgid "Use this list box to select a syntax element to configure."
+#~ msgstr ""
+#~ "Use esta lista desplegable para seleccionar un elemento de sintaxis para "
+#~ "configurar."
+
+#~ msgid "Format buttons"
+#~ msgstr "Botones de formato"
+
+#~ msgid ""
+#~ "Use the following buttons to change the format of the selected syntax "
+#~ "element:"
+#~ msgstr ""
+#~ "Use los siguientes botones para cambiar el formato de la sintaxis "
+#~ "seleccionada:"
+
+#~ msgid "Button"
+#~ msgstr "Botón"
+
+#~ msgid "Shows icon for bold format."
+#~ msgstr "Mostrar icono para formato negrita."
+
+#~ msgid "Bold"
+#~ msgstr "Cuerpo"
+
+#~ msgid "Shows icon for italic format."
+#~ msgstr "Mostrar icono para formato cursiva."
+
+#~ msgid "Shows icon for underline."
+#~ msgstr "Mostrar icono para subrayar."
+
+#~ msgid "Underline"
+#~ msgstr "Sangrar líneas"
+
+#~ msgid "Shows icon for strikethrough."
+#~ msgstr "Mostrar icono para tachar."
+
+#~ msgid "Strikethrough"
+#~ msgstr "Tachar"
+
+#~ msgid "Foreground"
+#~ msgstr "Primer plano"
+
+#~ msgid ""
+#~ "Select this option to change the font color of the selected syntax "
+#~ "element. Click on the color button to display the color selector dialog, "
+#~ "then select the font color."
+#~ msgstr ""
+#~ "Seleccione ésta opción para cambiar la fuente de color del elemento de "
+#~ "sintaxis seleccionado. Pulse en el botón de color para visualizar el "
+#~ "diálogo de selección de color, entonces seleccione la fuente de color."
+
+#~ msgid "Background"
+#~ msgstr "Color del fondo"
+
+#~ msgid ""
+#~ "Select this option to change the background color of the selected syntax "
+#~ "element. Click on the color button to display the color selector dialog, "
+#~ "then select the background color."
+#~ msgstr ""
+#~ "Seleccione ésta opción para cambiar el color de fondo del elemento de "
+#~ "sintaxis seleccionado. Pulse en el botón de color para visualizar el "
+#~ "diálogo de selección de color, entonces seleccione el color de fondo."
+
+#~ msgid "Reset to Default"
+#~ msgstr "Escritorio predeterminado"
+
+#~ msgid ""
+#~ "Click on this button to reset the foreground color and background color "
+#~ "of the selected syntax element to the default values."
+#~ msgstr ""
+#~ "Pulse en éste botón para reiniciar los valores por omisión del color de "
+#~ "primer plano y el color de fondo del elemento de sintaxis seleccionado."
+
+#~ msgid "Colors"
+#~ msgstr "Colores"
+
+#~ msgid ""
+#~ "Select the <guilabel>Use default theme colors</guilabel> option to use "
+#~ "the default theme colors in the <application>gedit</application> text "
+#~ "window."
+#~ msgstr ""
+#~ "Seleccione esta opción para usar los colores predeterminados del tema en "
+#~ "la ventana de texto de <application>gedit</application>."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Normal text color</guibutton> color button to "
+#~ "display the color selector dialog. Select a color to use to display "
+#~ "normal text in the <application>gedit</application> text window."
+#~ msgstr ""
+#~ "Pulse en el botón <guibutton>Color del texto</guibutton> para que se "
+#~ "muestre el cuadro de diálogo del selector de colores. Seleccione el color "
+#~ "que desea usar para la visualización del texto en la ventana de "
+#~ "<application>gedit</application>."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Background color</guibutton> color button to "
+#~ "display the color selector dialog. Select a background color for the "
+#~ "<application>gedit</application> text window."
+#~ msgstr ""
+#~ "Pulse en el botón <guibutton>Color del fondo</guibutton> para que se "
+#~ "muestre el cuadro de diálogo del selector de colores. Seleccione un color "
+#~ "de fondo para la ventana de texto de <application>gedit</application>."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Selected text color</guibutton> color button to "
+#~ "display the color selector dialog. Select a color to use to display "
+#~ "selected text."
+#~ msgstr ""
+#~ "Pulse en el botón <guibutton>Color de texto seleccionado</guibutton> para "
+#~ "que se muestre el cuadro de diálogo del selector de colores. Seleccione "
+#~ "el color que desee usar en la visualización del texto seleccionado."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Selection color</guibutton> color button to "
+#~ "display the color selector dialog. Select a background color to use to "
+#~ "highlight a text selection."
+#~ msgstr ""
+#~ "Pulse en el botón <guibutton>Color de selección</guibutton> para que se "
+#~ "muestre el cuadro de diálogo del selector de colores. Seleccione el color "
+#~ "de fondo que desee usar para resaltar una selección de texto."
diff --git a/help/eu/eu.po b/help/eu/eu.po
new file mode 100644
index 0000000..b1f2d9c
--- /dev/null
+++ b/help/eu/eu.po
@@ -0,0 +1,4512 @@
+# translation of gedit.help.gnome-2-30.po to Basque
+# Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>, 2011.
+# Basque translation for gedit.
+# Copyright (C) 2010 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.help.gnome-2-30\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-06 10:56+0000\n"
+"PO-Revision-Date: 2011-04-14 18:35+0200\n"
+"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
+"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n\n"
+"\n"
+
+#: C/legal.xml:2(para)
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
+"later version published by the Free Software Foundation with no Invariant "
+"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
+"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or in "
+"the file COPYING-DOCS distributed with this manual."
+msgstr ""
+"Baimena ematen da dokumentu hau kopiatu, banatu eta/edo aldatzeko Free "
+"Software Foundation-ek argitaratutako GNU Dokumentazio Librearen "
+"Lizentziaren 1.1. bertsioan edo berriago batean ezarritako baldintzak "
+"betetzen badira; Atal Aldaezinik, Aurreko azaleko testurik eta Atzeko "
+"azaleko testurik gabe. GFDL lizentziaren kopia <ulink type=\"help\" "
+"url=\"ghelp:fdl\">esteka</ulink> honetan edo eskuliburu honekin batera ematen "
+"den COPYING-DOCS fitxategian aurkituko duzu."
+
+#: C/legal.xml:12(para)
+msgid ""
+"This manual is part of a collection of GNOME manuals distributed under the "
+"GFDL. If you want to distribute this manual separately from the collection, "
+"you can do so by adding a copy of the license to the manual, as described in "
+"section 6 of the license."
+msgstr ""
+"Eskuliburu hau GFDL lizentziarekin banatzen diren GNOME eskuliburuen "
+"bildumakoa da. Eskuliburu hau bildumatik bereizita banatu nahi baduzu, bana "
+"dezakezu, baina eskuliburuari lizentziaren kopia bat gehitu beharko diozu, "
+"lizentzian bertan 6. atalean azaltzen den bezala."
+
+#: C/legal.xml:19(para)
+msgid ""
+"Many of the names used by companies to distinguish their products and "
+"services are claimed as trademarks. Where those names appear in any GNOME "
+"documentation, and the members of the GNOME Documentation Project are made "
+"aware of those trademarks, then the names are in capital letters or initial "
+"capital letters."
+msgstr ""
+"Enpresek euren produktu eta zerbitzuak bereizteko erabiltzen dituzten izen "
+"asko marka erregistratu moduan hartu behar dira. Izen horiek GNOMEren "
+"edozein agiritan agertzen direnean, eta GNOMEren Dokumentazio Proiektuko "
+"kideak marka komertzialak direla konturatu badira, orduan izen horiek "
+"maiuskulaz idatzita egongo dira, osorik edo hasierako letra maiuskulaz "
+"jarrita."
+
+#: C/legal.xml:35(para)
+msgid ""
+"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
+"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
+"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
+"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
+"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
+"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
+"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
+"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
+"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
+"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
+"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND "
+"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
+"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
+"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
+"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
+"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
+"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
+"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
+"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
+"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
+"POSSIBILITY OF SUCH DAMAGES."
+msgstr ""
+"DOKUMENTUA \"DAGOEN-DAGOENEAN\" EMATEN DA, INOLAKO BERMERIK GABE, EZ ESPRESUKI "
+"ADIERAZITAKORIK ETA EZ INPLIZITURIK ERE; BESTEAK BESTE (MUGARIK GABE), EZ "
+"DA BERMATZEN DOKUMENTUA EDO BERTSIO ALDATUA AKATSIK GABEA DENIK, "
+"MERKATURATZEKO EDO XEDE JAKIN BATERAKO EGOKIA DENIK EDO ARAURIK HAUSTEN EZ "
+"DUENIK. DOKUMENTUAREN EDO DOKUMENTUAREN BERTSIO ALDATUAREN KALITATEARI, "
+"ZEHAZTASUNARI ETA PERFORMANTZIARI BURUZKO ERANTZUKIZUN OSOA ZUREA DA. "
+"DOKUMENTUREN BATEK EDO BERTSIO ALDATUREN BATEK EDOZEIN MOTATAKO AKATSIK "
+"IZANEZ GERO, ZUK (EZ HASIERAKO IDAZLEAK, EZ EGILEAK ETA EZ INONGO "
+"KOLABORATZAILEK) ZEURE GAIN HARTU BEHARKO DUZU BERRIKUSTEKO, KONPONTZEKO EDO "
+"ZUZENTZEKO BEHARREZKO ZERBITZU GUZTIEN KOSTUA. BERME-UKATZE HAU LIZENTZIA "
+"HONEN FUNTSEZKO ZATIA DA. EZ DA BAIMENIK EMATEN EZEIN DOKUMENTU EDO BERTSIO "
+"ALDATU ERABILTZEKO, BALDIN ETA EZ BADA BERME-UKATZE HAU ONARTZEN; EZINGO DA "
+"INONGO ZIRKUNSTANTZIA EDO LEGE-TEORIARIK OINARRI HARTU --EZ ERANTZUKIZUN "
+"ZIBILARI BURUZKORIK (ZABARKERIA BARNE HARTUTA) EZ KONTRATUARI BURUZKORIK, EZ "
+"BESTERIK-- DOKUMENTU HONEN EDO BERTSIO ALDATU BATEN EGILEA, HASIERAKO "
+"IDAZLEA, EDOZEIN KOLABORATZAILE EDO BANATZAILE, EDO ALDERDI HORIEN EDOZEIN "
+"HORNITZAILE BESTE PERTSONA BATEN AURREAN ERANTZULE EGITEKO, PERTSONA HORREK "
+"EDOZEIN MOTATAKO KALTE ZUZENEKO, ZEHARKAKO, BEREZI, INTZIDENTAL EDO "
+"ONDORIOZKOAK JASAN DITUELAKO, BESTEAK BESTE (MUGARIK GABE), BEZEROAK "
+"GALTZEAREN, LANA ETEN BEHARRAREN, ORDENAGAILUAK EZ IBILTZEAREN EDO GAIZKI "
+"IBILTZEAREN ONDORIOZKO KALTEAK, EDO DOKUMENTUA NAHIZ HAREN BERTSIO ALDATUAK "
+"ERABILTZETIK ONDORIOZTATZEN DIREN EDO ERABILERA HORREKIN ZERIKUSIA DUEN "
+"EDOZEIN KALTE EDO GALERA, ALDERDIARI KALTE HORIEK GERTA ZITEZKEELA ADITZERA "
+"EMAN BAZAIO ERE."
+
+#: C/legal.xml:28(para)
+msgid ""
+"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
+"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
+"<placeholder-1/>"
+msgstr ""
+"DOKUMENTUA ETA DOKUMENTUAREN BERTSIO ALDATUAK GNU DOKUMENTAZIO LIBREAREN "
+"LIZENTZIAREN BALDINTZEN ARABERA EMATEN DIRA, ETA ONDOREN ZEHAZTEN DIRENAK "
+"ONARTZERA BEHARTZEN DUTE: <placeholder-1/>"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:268(None)
+msgid "@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgstr "@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:349(None)
+msgid ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+msgstr ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+
+#: C/gedit.xml:23(title)
+msgid "Gedit Manual"
+msgstr "Gedit-en eskuliburua"
+
+#: C/gedit.xml:25(year)
+msgid "2007"
+msgstr "2007"
+
+#: C/gedit.xml:26(holder)
+#: C/gedit.xml:45(publishername)
+#: C/gedit.xml:56(firstname)
+#: C/gedit.xml:79(orgname)
+#: C/gedit.xml:120(para)
+#: C/gedit.xml:128(para)
+#: C/gedit.xml:136(para)
+#: C/gedit.xml:144(para)
+#: C/gedit.xml:152(para)
+#: C/gedit.xml:160(para)
+#: C/gedit.xml:168(para)
+#: C/gedit.xml:176(para)
+#: C/gedit.xml:184(para)
+#: C/gedit.xml:192(para)
+#: C/gedit.xml:200(para)
+msgid "GNOME Documentation Project"
+msgstr "GNOME dokumentazio-proiektua"
+
+#: C/gedit.xml:28(year)
+msgid "2002"
+msgstr "2002"
+
+#: C/gedit.xml:29(year)
+msgid "2003"
+msgstr "2003"
+
+#: C/gedit.xml:30(year)
+msgid "2004"
+msgstr "2004"
+
+#: C/gedit.xml:31(holder)
+#: C/gedit.xml:71(orgname)
+msgid "Sun Microsystems"
+msgstr "Sun Microsystems"
+
+#: C/gedit.xml:33(year)
+#: C/gedit.xml:116(date)
+msgid "2000"
+msgstr "2000"
+
+#: C/gedit.xml:34(holder)
+msgid "Eric Baudais"
+msgstr "Eric Baudais"
+
+#: C/gedit.xml:52(firstname)
+msgid "Joachim"
+msgstr "Joachim"
+
+#: C/gedit.xml:53(surname)
+msgid "Noreiko"
+msgstr "Noreiko"
+
+#: C/gedit.xml:59(orgname)
+msgid "GNOME"
+msgstr "GNOME"
+
+#: C/gedit.xml:63(firstname)
+msgid "Hal"
+msgstr "Hal"
+
+#: C/gedit.xml:64(surname)
+msgid "Canary"
+msgstr "Canary"
+
+#: C/gedit.xml:65(contrib)
+msgid "Added the Shortcut Keys Table"
+msgstr "Laster-teklen taula gehitu da"
+
+#: C/gedit.xml:68(firstname)
+#: C/gedit.xml:191(para)
+msgid "Sun Java Desktop System Documentation Team"
+msgstr "Sun Java Mahaigaineko Sistemaren Dokumentazio-taldea"
+
+#: C/gedit.xml:72(email)
+msgid "gdocteam@sun.com"
+msgstr "gdocteam@sun.com"
+
+#: C/gedit.xml:76(firstname)
+msgid "Eric"
+msgstr "Eric"
+
+#: C/gedit.xml:77(surname)
+msgid "Baudais"
+msgstr "Baudais"
+
+#: C/gedit.xml:80(email)
+msgid "baudais@okstate.edu"
+msgstr "baudais@okstate.edu"
+
+#: C/gedit.xml:84(firstname)
+msgid "Baris"
+msgstr "Baris"
+
+#: C/gedit.xml:85(surname)
+msgid "Cicek provided information from earlier revisions of the gedit application."
+msgstr ""
+"Cicek-ek informazioa horbnitu du gedit aplikazioaren lehenagoko "
+"berrikuspenei buruz."
+
+#: C/gedit.xml:86(contrib)
+#: C/gedit.xml:91(contrib)
+msgid "Acknowledgements"
+msgstr "Eskertzak"
+
+#: C/gedit.xml:89(firstname)
+msgid "Ajit"
+msgstr "Ajit"
+
+#: C/gedit.xml:90(surname)
+msgid "George provided information about plugins."
+msgstr "George-k informazioa hornitu du pluginei buruz."
+
+#: C/gedit.xml:115(revnumber)
+msgid "gedit V1.0"
+msgstr "gedit V1.0"
+
+#: C/gedit.xml:118(para)
+msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+msgstr "Eric Baudais <email>baudais@okstate.edu </email>"
+
+#: C/gedit.xml:124(revnumber)
+msgid "gedit Manual V2.0"
+msgstr "gedit-en eskuliburuaren 2.0 bertsioa"
+
+#: C/gedit.xml:125(date)
+msgid "March 2002"
+msgstr "2002ko martxoa"
+
+#: C/gedit.xml:127(para)
+#: C/gedit.xml:135(para)
+#: C/gedit.xml:143(para)
+#: C/gedit.xml:151(para)
+#: C/gedit.xml:159(para)
+#: C/gedit.xml:167(para)
+#: C/gedit.xml:175(para)
+#: C/gedit.xml:183(para)
+msgid "Sun GNOME Documentation Team"
+msgstr "Sun-eko GNOMEren dokumentazio-taldea"
+
+#: C/gedit.xml:132(revnumber)
+msgid "gedit Manual V2.1"
+msgstr "gedit-en eskuliburuaren 2.1 bertsioa"
+
+#: C/gedit.xml:133(date)
+msgid "June 2002"
+msgstr "2002ko ekaina"
+
+#: C/gedit.xml:140(revnumber)
+msgid "gedit Manual V2.2"
+msgstr "gedit-en eskuliburuaren 2.2 bertsioa"
+
+#: C/gedit.xml:141(date)
+msgid "August 2002"
+msgstr "2002ko abuztua"
+
+#: C/gedit.xml:148(revnumber)
+msgid "gedit Manual V2.3"
+msgstr "gedit-en eskuliburuaren 2.3 bertsioa"
+
+#: C/gedit.xml:149(date)
+msgid "September 2002"
+msgstr "2002ko iraila"
+
+#: C/gedit.xml:156(revnumber)
+msgid "gedit Manual V2.4"
+msgstr "gedit-en eskuliburuaren 2.4 bertsioa"
+
+#: C/gedit.xml:157(date)
+msgid "January 2003"
+msgstr "2003ko urtarrila"
+
+#: C/gedit.xml:164(revnumber)
+msgid "gedit Manual V2.5"
+msgstr "gedit-en eskuliburuaren 2.5 bertsioa"
+
+#: C/gedit.xml:165(date)
+msgid "March 2003"
+msgstr "2003ko martxoa"
+
+#: C/gedit.xml:172(revnumber)
+msgid "gedit Manual V2.6"
+msgstr "gedit-en eskuliburuaren 2.6 bertsioa"
+
+#: C/gedit.xml:173(date)
+msgid "September 2003"
+msgstr "2003ko iraila"
+
+#: C/gedit.xml:180(revnumber)
+msgid "gedit Manual V2.7"
+msgstr "gedit-en eskuliburuaren 2.7 bertsioa"
+
+#: C/gedit.xml:181(date)
+msgid "March 2004"
+msgstr "2004ko martxoa"
+
+#: C/gedit.xml:188(revnumber)
+msgid "gedit Manual V2.8"
+msgstr "gedit-en eskuliburuaren 2.8 bertsioa"
+
+#: C/gedit.xml:189(date)
+#: C/gedit.xml:197(date)
+msgid "July 2006"
+msgstr "2006ko uztaila"
+
+#: C/gedit.xml:196(revnumber)
+msgid "gedit Manual V2.9"
+msgstr "gedit-en eskuliburuaren 2.9 bertsioa"
+
+#: C/gedit.xml:199(para)
+msgid "GNOME Documentation Team"
+msgstr "GNOMEren dokumentazio-taldea"
+
+#: C/gedit.xml:204(releaseinfo)
+msgid "This manual describes version 2.16 of gedit."
+msgstr "Eskuliburu honetan gedit-en 2.16 bertsioa azaltzen da."
+
+#: C/gedit.xml:207(title)
+msgid "Feedback"
+msgstr "Oharra"
+
+#: C/gedit.xml:208(para)
+msgid ""
+"To report a bug or make a suggestion regarding the "
+"<application>gedit</application> application or this manual, follow the "
+"directions in the <ulink url=\"ghelp:user-guide?feedback-bugs\" "
+"type=\"help\">GNOME Feedback Page</ulink>."
+msgstr ""
+"<application>gedit</application> aplikazioari edo eskuliburu honi buruzko "
+"akatsen berri emateko edo oharrak bidaltzeko, <ulink url=\"ghelp:gnome-"
+"feedback\" type=\"help\">GNOMEra oharrak bidaltzeko orria</ulink>n aurkituko "
+"dituzu argibideak."
+
+#: C/gedit.xml:213(para)
+msgid ""
+"gedit is a text editor for the GNOME Desktop featuring basic yet robust "
+"capabilities such as printing, spell checking, find and replace, and syntax "
+"highlighting. More advanced features are available as plugins."
+msgstr ""
+"gedit GNOME mahaigainaren testu-editorea da; gaitasun sendoak ditu: "
+"inprimatzea, ortografia-egiaztatzailea, bilatzea eta ordeztea, eta sintaxi-"
+"nabarmentzea. Bestelako eginbide aurreratuak ere badaude erabilgarri, "
+"pluginak esate baterako."
+
+#: C/gedit.xml:218(primary)
+msgid "gedit"
+msgstr "gedit"
+
+#: C/gedit.xml:219(primary)
+msgid "text editor"
+msgstr "testu-editorea"
+
+#: C/gedit.xml:224(title)
+msgid "Introduction"
+msgstr "Sarrera"
+
+#: C/gedit.xml:229(para)
+msgid ""
+"The <application>gedit</application> application enables you to create and "
+"edit text files."
+msgstr ""
+"<application>gedit</application> aplikazioak aukera ematen dizu testu-"
+"fitxategiak sortzeko eta editatzeko."
+
+#: C/gedit.xml:231(para)
+msgid ""
+"The aim of <application>gedit</application> is to be a simple and easy to "
+"use text editor. More powerful features can be enabled with different "
+"<firstterm>plugins</firstterm>, allowing a variety of tasks related to text-"
+"editing."
+msgstr ""
+"<application>gedit</application> aplikazioaren helburua da testu-editorea "
+"erabiltzea sinplea eta erraza izatea. Eginbide ahaltsuagoak gaitu daitezke "
+"hainbat <firstterm>pluginekin</firstterm>, eta testu-edizioarekin lotutako "
+"hainbat ataza erabilgarri daude."
+
+#: C/gedit.xml:235(title)
+msgid "Getting Started"
+msgstr "Erabiltzen hasteko"
+
+#: C/gedit.xml:239(title)
+msgid "Starting gedit"
+msgstr "gedit abiaraztea"
+
+#: C/gedit.xml:240(para)
+msgid "You can start <application>gedit</application> in the following ways:"
+msgstr "Aukera hauek dituzu <application>gedit</application> abiarazteko:"
+
+#: C/gedit.xml:243(term)
+msgid "<guimenu>Applications</guimenu> menu"
+msgstr "<guimenu>Aplikazioak</guimenu> menua"
+
+#: C/gedit.xml:245(para)
+msgid ""
+"Choose <menuchoice><guisubmenu>Accessories</guisubmenu><guimenuitem>Text "
+"Editor</guimenuitem></menuchoice>."
+msgstr ""
+"Aukeratu <menuchoice><guisubmenu>Gehigarriak</guisubmenu><guimenuitem>Testu-"
+"editorea</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:249(term)
+msgid "Command line"
+msgstr "Komando-lerroa"
+
+#: C/gedit.xml:251(para)
+msgid "Execute the following command: <command>gedit</command>"
+msgstr "Exekutatu komando hau: <command>gedit</command>"
+
+#: C/gedit.xml:255(para)
+msgid ""
+"By default, when you open a text document in the file manager, gedit will "
+"start, and display the document."
+msgstr ""
+"Modu lehenetsian, testu-dokumentu bat irekitzen duzunean fitxategi-"
+"kudeatzailean, gedit abiaraziko da, eta dokumentua bistaratuko du."
+
+#: C/gedit.xml:260(title)
+msgid "The gedit Window"
+msgstr "gedit-en leihoa"
+
+#: C/gedit.xml:261(para)
+msgid ""
+"When you start <application>gedit</application>, the following window is "
+"displayed:"
+msgstr "<application>gedit</application> abiarazten duzunean, leiho hau azalduko da:"
+
+#: C/gedit.xml:264(title)
+msgid "gedit Window"
+msgstr "gedit-en leihoa"
+
+#: C/gedit.xml:270(phrase)
+msgid "Shows gedit main window."
+msgstr "gedit-en leiho nagusia erakusten du."
+
+#: C/gedit.xml:276(para)
+msgid "The <application>gedit</application> window contains the following elements:"
+msgstr "<application>gedit</application> leihoak honako elementuak ditu:"
+
+#: C/gedit.xml:279(term)
+msgid "Menubar"
+msgstr "Menu-barra"
+
+#: C/gedit.xml:281(para)
+msgid ""
+"The menus on the menubar contain all of the commands you need to work with "
+"files in <application>gedit</application>."
+msgstr ""
+"Menu-barrako menuek <application>gedit</application>-en fitxategiekin lan "
+"egiteko behar dituzun komando guztiak dituzte."
+
+#: C/gedit.xml:284(term)
+msgid "Toolbar"
+msgstr "Tresna-barra"
+
+#: C/gedit.xml:286(para)
+msgid ""
+"The toolbar contains a subset of the commands that you can access from the "
+"menubar."
+msgstr ""
+"Tresna-barrak menu-barraren bidez erabil ditzakezun komandoetako batzuk "
+"izaten ditu."
+
+#: C/gedit.xml:289(term)
+msgid "Display area"
+msgstr "Bistaratze-area"
+
+#: C/gedit.xml:291(para)
+msgid "The display area contains the text of the file that you are editing."
+msgstr "Bistaratze-arean editatzen ari zaren fitxategiko testua dago."
+
+#: C/gedit.xml:294(term)
+msgid "Statusbar"
+msgstr "Egoera-barra"
+
+#: C/gedit.xml:296(para)
+msgid ""
+"The statusbar displays information about current "
+"<application>gedit</application> activity and contextual information about "
+"the menu items. The statusbar also displays the following information:"
+msgstr ""
+"Egoera-barran <application>gedit</application>-en uneko jarduerari buruzko "
+"informazioa eta menu-elementuei buruzko informazioa azaltzen dira. Egoera-"
+"barrak informazio hau ere erakusten du:"
+
+#: C/gedit.xml:299(para)
+msgid ""
+"Cursor position: the line number and column number where the cursor is "
+"located."
+msgstr ""
+"Kurtsorearen posizioa: kurtsorea kokatuta dagoen lerro-zenbakia eta zutabe-"
+"zenbakia."
+
+#: C/gedit.xml:302(para)
+msgid ""
+"Edit mode: If the editor is in insert mode, the statusbar contains the text "
+"<guilabel>INS</guilabel>. If the editor is in overwrite mode, the statusbar "
+"contains the text <guilabel>OVR</guilabel>. Press the "
+"<keycap>Insert</keycap> key to change edit mode."
+msgstr ""
+"Editatzeko modua: Editorea txertatzeko moduan badago, egoera-barran "
+"<guilabel>TXER</guilabel> ikusiko da. Editorea gainidazteko moduan badago, "
+"egoera-barran <guilabel>GAIN</guilabel> ikusiko da. Sakatu "
+"<keycap>Txertatu</keycap> tekla editatzeko modua aldatzeko."
+
+#: C/gedit.xml:307(term)
+msgid "Side Pane"
+msgstr "Albo-panela"
+
+#: C/gedit.xml:309(para)
+msgid ""
+"The side pane displays a list of open documents, and other information "
+"depending on which plugins are enabled."
+msgstr ""
+"Albo-panelean irekitako dokumentuen zerrenda azaltzen da, eta beste datu "
+"batzuk, gaituta dauden pluginen arabera."
+
+#: C/gedit.xml:310(para)
+msgid ""
+"By default the side pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Side "
+"Pane</guimenuitem></menuchoice>."
+msgstr ""
+"Modu lehenetsian, albo-panela ez da erakusten. Albo-panela erakusteko, "
+"aukeratu <menuchoice><guimenu>Ikusi</guimenu><guimenuitem>Albo-"
+"panela</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:313(term)
+msgid "Bottom Pane"
+msgstr "Beheko panela"
+
+#: C/gedit.xml:315(para)
+msgid ""
+"The bottom pane is used by programming tools such as the <application>Python "
+"Console</application> plugin to display output."
+msgstr ""
+"Beheko panela hainbat programazio-tresnak erabiltzen dute "
+"(<application>Python kontsola</application> pluginak, esate baterako) "
+"irteera bistaratzeko."
+
+#: C/gedit.xml:316(para)
+msgid ""
+"By default the bottom pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Bottom "
+"Pane</guimenuitem></menuchoice>."
+msgstr ""
+"Modu lehenetsian, beheko panela ez da erakusten. Albo-panela erakusteko, "
+"aukeratu <menuchoice><guimenu>Ikusi</guimenu><guimenuitem>Beheko "
+"panela</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:320(para)
+msgid ""
+"When you right-click in the <application>gedit</application> window, the "
+"application displays a popup menu. The popup menu contains the most common "
+"text editing commands."
+msgstr ""
+"<application>gedit</application> leihoan eskuin-botoiarekin klik egiten "
+"duzunean, aplikazioak laster-menu bat bistaratzen du. Laster-menuak testuak "
+"editatzeko komando ohikoenak izaten ditu."
+
+#: C/gedit.xml:322(para)
+msgid ""
+"Like other GNOME applications, actions in <application>gedit</application> "
+"can be performed in several ways: with the menu, with the toolbar, or with "
+"shortcut keys. Shortcuts keys common to all applications are listed in the "
+"<ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-apps\">User Guide</ulink>."
+msgstr ""
+"Beste GNOME aplikazio batzuen kasuan bezala, "
+"<application>gedit</application> ekintzak hainbat modutan egin daitezke: "
+"menuarekin, tresna-barrarekin edo laster-teklekin. Aplikazio guztiteako "
+"laster-teklak <ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-"
+"apps\">Erabiltzailearen gidan</ulink> azaltzen dira."
+
+#: C/gedit.xml:327(title)
+msgid "Running gedit from a Command Line"
+msgstr "gedit komando-lerro batetik exekutatzea"
+
+#: C/gedit.xml:328(para)
+msgid ""
+"You can run <application>gedit</application> from a command line and open a "
+"single file or multiple files. To open multiple files from a command line, "
+"type the following command, then press <keycap>Return</keycap>:"
+msgstr ""
+"<application>gedit</application> komando-lerro batetik exekuta dezakezu, eta "
+"fitxategi bakarra nahiz batzuk ireki. Komando-lerro batetik hainbat "
+"fitxategi irekitzeko, idatzi ondoko komandoa, eta sakatu "
+"<keycap>Sartu</keycap>:"
+
+#: C/gedit.xml:329(replaceable)
+msgid "file1.txt file2.txt file3.txt"
+msgstr "fitxategia1.txt fitxategia2.txt fitxategia3.txt"
+
+#: C/gedit.xml:329(command)
+msgid "gedit <placeholder-1/>"
+msgstr "gedit <placeholder-1/>"
+
+#: C/gedit.xml:330(para)
+msgid "Alternatively, you can specify a URI instead of a filename."
+msgstr "Bestela, eman URI bat fitxategi-izen baten ordez."
+
+#: C/gedit.xml:331(para)
+msgid ""
+"For more information on how to run <application>gedit</application> from a "
+"command line, see the unix manual page for gedit, <ulink url=\"man:gedit\" typ"
+"e=\"man\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</manv"
+"olnum></citerefentry></ulink>."
+msgstr ""
+"<application>gedit</application> komando-lerro batetik nola exekutatu "
+"jakiteko, ikus unix eskuliburuaren gedit-en orria, <ulink url=\"man:gedit\" ty"
+"pe=\"man\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</man"
+"volnum></citerefentry></ulink>."
+
+#: C/gedit.xml:336(title)
+msgid "Working with Files"
+msgstr "Fitxategiekin lan egitea"
+
+#: C/gedit.xml:340(title)
+msgid "Creating a New Document"
+msgstr "Dokumentu berria sortzea"
+
+#: C/gedit.xml:341(para)
+msgid ""
+"To create a new document, choose <menuchoice><guimenu>File</guimenu><guimenu"
+"item>New</guimenuitem></menuchoice>. The application displays a new blank "
+"document in the <application>gedit</application> window."
+msgstr ""
+"Dokumentu berri bat sortzeko, aukeratu <menuchoice><guimenu>Fitxategia</guim"
+"enu><guimenuitem>Berria</guimenuitem></menuchoice>. Aplikazioak dokumentu "
+"huts berria bistaratuko du <application>gedit</application> leihoan."
+
+#: C/gedit.xml:346(title)
+#: C/gedit.xml:1597(title)
+msgid "Opening a File"
+msgstr "Fitxategi bat irekitzea"
+
+#: C/gedit.xml:347(para)
+msgid ""
+"To open a file, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open<"
+"/guimenuitem></menuchoice> to display the <guilabel>Open File</guilabel> "
+"dialog. Select the file that you want to open, then click "
+"<guibutton>Open</guibutton>. The file is displayed in the "
+"<application>gedit</application> window."
+msgstr ""
+"Fitxategi bat irekitzeko, aukeratu <menuchoice><guimenu>Fitxategia</guimenu>"
+"<guimenuitem>Ireki</guimenuitem></menuchoice>, <guilabel>Ireki fitxategia "
+"</guilabel> elkarrizketa-koadroa bistaratzeko. Hautatu ireki nahi duzun fitxategia, "
+"eta egin klik <guibutton>Ireki</guibutton> botoian. Fitxategia "
+"<application>gedit</application> leihoan bistaratuko da."
+
+#: C/gedit.xml:349(phrase)
+msgid "Shows Recent Files menu icon."
+msgstr "'Azken fitxategiak' menu-ikonoa erakusten du."
+
+#: C/gedit.xml:349(para)
+msgid ""
+"The application records the paths and filenames of the five most recent "
+"files that you edited and displays the files as menu items on the "
+"<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click on "
+"the <placeholder-1/> icon on the toolbar to display the list of recent "
+"files."
+msgstr ""
+"Aplikazioak azkena editatutako bost fitxategien bide-izenak eta fitxategi-"
+"izenak grabatzen ditu eta fitxategiak menu-elementu gisa bistaratzen ditu "
+"<menuchoice><guimenu>Fitxategia</guimenu></menuchoice> menuan. Bestela, egin "
+"klik tresna-barrako <placeholder-1/> ikonoan, editatu diren azken fitxategien zerrenda "
+"bistaratzeko."
+
+#: C/gedit.xml:351(para)
+msgid ""
+"You can open multiple files in <application>gedit</application>. The "
+"application adds a tab for each open file to the window. For more on this "
+"see <xref linkend=\"gedit-tabs\"/>."
+msgstr ""
+"Hainbat fitxategi ireki ditzakezu batera "
+"<application>gedit</application>-en. Aplikazioak fitxa bat gehitzen du "
+"leihoan, irekitako fitxategi bakoitzeko. Honi buruz gehiago jakiteko, ikus "
+"<xref linkend=\"gedit-tabs\"/>."
+
+#: C/gedit.xml:357(title)
+msgid "Saving a File"
+msgstr "Fitxategiak gordetzea"
+
+#: C/gedit.xml:358(para)
+msgid "You can save files in the following ways:"
+msgstr "Aukera hauek dituzu fitxategiak gordetzeko:"
+
+#: C/gedit.xml:360(para)
+msgid ""
+"To save changes to an existing file, choose <menuchoice><guimenu>File</guime"
+"nu><guimenuitem>Save</guimenuitem></menuchoice>."
+msgstr ""
+"Lehendik dagoen fitxategi batean aldaketak gordetzeko, aukeratu <menuchoice>"
+"<guimenu>Fitxategia</guimenu><guimenuitem>Gorde</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:362(para)
+msgid ""
+"To save a new file or to save an existing file under a new filename, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Save "
+"As</guimenuitem></menuchoice>. Enter a name for the file in the "
+"<guilabel>Save As</guilabel> dialog, then click <guibutton>Save</guibutton>."
+msgstr ""
+"Fitxategi berri bat gordetzeko edo lehendik dagoena fitxategi-izen berri "
+"batekin gordetzeko, aukeratu "
+"<menuchoice><guimenu>Fitxategia</guimenu><guimenuitem>Gorde "
+"honela</guimenuitem></menuchoice>. Sartu izen bat fitxategirako "
+"<guilabel>Gorde honela</guilabel> elkarrizketa-koadroan, eta egin klik "
+"<guibutton>Gorde</guibutton> botoian."
+
+#: C/gedit.xml:364(para)
+msgid ""
+"To save all of the files that are currently open in "
+"<application>gedit</application>, choose "
+"<menuchoice><guimenu>Documents</guimenu><guimenuitem>Save "
+"All</guimenuitem></menuchoice>."
+msgstr ""
+"Une honetan <application>gedit</application>-en irekita dauden fitxategi "
+"guztiak gordetzeko, aukeratu "
+"<menuchoice><guimenu>Dokumentuak</guimenu><guimenuitem>Gorde "
+"dena</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:367(para)
+msgid ""
+"To close all of the files that are currently open in "
+"<application>gedit</application>, choose "
+"<menuchoice><guimenu>Documents</guimenu><guimenuitem>Close "
+"All</guimenuitem></menuchoice>."
+msgstr ""
+"Une honetan <application>gedit</application>-en irekita dauden fitxategi "
+"guztiak ixteko, aukeratu "
+"<menuchoice><guimenu>Dokumentuak</guimenu><guimenuitem>Itxi "
+"denak</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:372(title)
+msgid "Opening a File from a URI"
+msgstr "URItik fitxategia irekitzea"
+
+#: C/gedit.xml:373(para)
+msgid ""
+"To open a file from a Uniform Resource Identifier (URI), perform the "
+"following steps:"
+msgstr ""
+"Fitxategia URI (Uniform Resource Identifier) batetik irekitzeko, jarraitu "
+"urrats hauek:"
+
+#: C/gedit.xml:376(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open "
+"Location</guimenuitem></menuchoice> to display the <guilabel>Open "
+"Location</guilabel> dialog."
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Fitxategia</guimenu><guimenuitem>Ireki "
+"kokalekua</guimenuitem></menuchoice>, <guilabel>Ireki kokalekua</guilabel> "
+"elkarrizketa-koadroa bistaratzeko."
+
+#: C/gedit.xml:379(para)
+msgid "Enter the URI of the file that you want to open."
+msgstr "Sartu ireki nahi duzun fitxategiaren URIa."
+
+#: C/gedit.xml:382(para)
+msgid ""
+"Use the <guilabel>Character coding</guilabel> drop-down list to select the "
+"appropriate character coding."
+msgstr ""
+"Erabili goitibeherako <guilabel>karaktere-kodeketa</guilabel> zerrenda, "
+"dagokion karaktere-kodeketa hautatzeko."
+
+#: C/gedit.xml:385(para)
+msgid "Click <guibutton>Open</guibutton>."
+msgstr "Sakatu <guibutton>Ireki</guibutton>."
+
+#: C/gedit.xml:388(para)
+msgid ""
+"Valid types of <replaceable>URI</replaceable> include "
+"<literal>http:</literal>, <literal>ftp:</literal>, <literal>file:</literal>, "
+"and all of the methods supported by <literal>gnome-vfs</literal>."
+msgstr ""
+"Baliozko <replaceable>URI</replaceable>ak dira, besteak beste, "
+"<literal>http:</literal>, <literal>ftp:</literal>, <literal>file:</literal>, "
+"eta <literal>gnome-vfs</literal>-ek onartutako metodo guztiak."
+
+#: C/gedit.xml:389(para)
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. HTTP only allows files to be "
+"read. Files opened from FTP are read-only because because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"URI mota batzuetako fitxategiak irakurtzeko soilik irekiko dira, eta zuk "
+"egindako aldaketa guztiak beste kokaleku batean gorde behar dira. HTTPk "
+"fitxategiak irakurtzea bakarrik onartzen du. FTPtik irekitako fitxategiak "
+"irakurtzeko soilik dira, FTP zerbitzari guztiek ez dutelako ondo "
+"funtzionatzen urruneko fitxategiak gordetzean."
+
+#: C/gedit.xml:390(para)
+msgid ""
+"Saving to FTP servers can be enabled with <ulink type=\"help\" url=\"ghelp"
+":gconf-editor\"><application>Configuration Editor</application></ulink>, "
+"setting the key <systemitem>/apps/gedit-2/preferences/editor/save/writable_v"
+"fs_schemes</systemitem>, but this may cause errors."
+msgstr ""
+"FTP zerbitzarietan gordetzea <ulink type=\"help\" url=\"ghelp:gconf-"
+"editor\"><application>Konfigurazio-editorearekin</application></ulink> gaitu "
+"daitezke, <systemitem>/apps/gedit-2/preferences/editor/save/writable_vfs_sch"
+"emes</systemitem> gakoa ezarriz, baina erroreak sor ditzake."
+
+#: C/gedit.xml:395(title)
+msgid "Working With Tabs"
+msgstr "Fitxekin lan egitea"
+
+#: C/gedit.xml:397(para)
+msgid ""
+"When more than one file is open, <application>gedit</application> shows a "
+"<firstterm>tab</firstterm> for each document above the display area. To "
+"switch to another document, click on its tab."
+msgstr ""
+"Fitxategi bat baino gehiago irekita daudenean, "
+"<application>gedit</application>-ek <firstterm>fitxa</firstterm> bat "
+"erakutsiko du dokumentu bakoitzeko bistaratze-arearen gainean. Beste "
+"dokumentu batera aldatzeko, egin klik fitxa honetan."
+
+#: C/gedit.xml:398(para)
+msgid ""
+"To move a document to another <application> gedit</application> window, drag "
+"the tab corresponding to the file to the window you want to move it to."
+msgstr ""
+"Dokumentu bat beste <application> gedit</application> leiho batera "
+"eramateko, arrastatu fitxategiari dagokion fitxa eraman nahi duzun "
+"leihoraino."
+
+#: C/gedit.xml:399(para)
+msgid ""
+"To move a document to a new <application> gedit</application> window, either "
+"drag its tab to the desktop, or choose "
+"<menuchoice><guimenu>Documents</guimenu><guimenuitem>Move to New "
+"Window</guimenuitem></menuchoice>."
+msgstr ""
+"Dokumentu <application> gedit</application>-en leiho berri batera eramateko, "
+"arrasta ezazu haren fitxa mahaigainera, edo aukeratu "
+"<menuchoice><guimenu>Dokumentuak</guimenu><guimenuitem>Eraman leiho "
+"berrira</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:405(title)
+msgid "Working with Text"
+msgstr "Testuarekin lan egitea"
+
+#: C/gedit.xml:409(title)
+msgid "Editing Text"
+msgstr "Testua editatzea"
+
+#: C/gedit.xml:410(para)
+msgid "You can edit the text of a file in the following ways:"
+msgstr "Fitxategi baten testua editatzeko aukera hauek dituzu:"
+
+#: C/gedit.xml:412(para)
+msgid ""
+"Type new text from the keyboard. The blinking <firstterm>insertion "
+"cursor</firstterm> marks the point where new text appears. To change this, "
+"use the arrow keys on the keyboard or click with the mouse."
+msgstr ""
+"Testu berria teklatuaren bidez idatzi. <firstterm>Txertatze-"
+"kurtsore</firstterm> keinukariak markatzen du testu berria azaltzen den "
+"puntua. Hau aldatzeko, erabili teklatuko gezi-teklak, edo egin klik "
+"saguarekin."
+
+#: C/gedit.xml:414(para)
+msgid ""
+"To copy the selected text to the clipboard, choose <menuchoice><guimenu>Edit"
+"</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>."
+msgstr ""
+"Hautatutako testua arbelean kopiatzeko, aukeratu <menuchoice><guimenu>Editat"
+"u</guimenu><guimenuitem>Kopiatu</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:416(para)
+msgid ""
+"To delete the selected text from the file and move the selected text to the "
+"clipboard, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut</guime"
+"nuitem></menuchoice>."
+msgstr ""
+"Hautatutako testua fitxategitik ezabatzeko eta arbelera eramateko, aukeratu <"
+"menuchoice><guimenu>Editatu</guimenu><guimenuitem>Ebaki</guimenuitem></menuc"
+"hoice>."
+
+#: C/gedit.xml:418(para)
+msgid ""
+"To permanently delete the selected text from the file, choose <menuchoice><g"
+"uimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></menuchoice>."
+msgstr ""
+"Hautatutako testua fitxategitik betiko ezabatzeko, aukeratu <menuchoice><gui"
+"menu>Editatu</guimenu><guimenuitem>Ezabatu</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:420(para)
+msgid ""
+"To insert the contents of the clipboard at the cursor position, choose <menu"
+"choice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></menuchoice>. "
+"You must cut or copy text before you can paste text into the file, either "
+"from gedit or another application."
+msgstr ""
+"Arbeleko edukia kurtsorearen kokalekuan txertatzeko, aukeratu <menuchoice><g"
+"uimenu>Editatu</guimenu><guimenuitem>Itsatsi</guimenuitem></menuchoice>. "
+"Testua ebaki edo kopiatu behar duzu fitxategian itsatsi ahal izateko, bai "
+"gedit-en eta bai beste edozein aplikaziotan."
+
+#: C/gedit.xml:422(para)
+msgid ""
+"To select all of the text in a file, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Select "
+"All</guimenuitem></menuchoice>."
+msgstr ""
+"Fitxategi bateko testu osoa hautatzeko, aukeratu "
+"<menuchoice><guimenu>Editatu</guimenu><guimenuitem>Hautatu "
+"dena</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:428(title)
+msgid "Undoing and Redoing Changes"
+msgstr "Aldaketak desegitea eta berregitea"
+
+#: C/gedit.xml:429(para)
+msgid ""
+"To undo a change you have made, choose <menuchoice><guimenu>Edit</guimenu><g"
+"uimenuitem>Undo</guimenuitem></menuchoice>. To reverse this action, choose <"
+"menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</guimenuitem></menuchoic"
+"e>."
+msgstr ""
+"Zuk egindako aldaketa bat desegiteko, aukeratu <menuchoice><guimenu>Editatu<"
+"/guimenu><guimenuitem>Desegin</guimenuitem></menuchoice>. Ekintza hau "
+"desegiteko, aukeratu <menuchoice><guimenu>Editatu</guimenu><guimenuitem>Berr"
+"egin</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:434(title)
+msgid "Finding and Replacing"
+msgstr "Bilatzea eta ordeztea"
+
+#: C/gedit.xml:436(para)
+msgid ""
+"In <application>gedit</application>, there are two ways of searching for "
+"text. You can use the <guilabel>Find</guilabel> dialog to search for a "
+"specific piece of text, or <guilabel>Incremental Search</guilabel> to "
+"highlight matching text as you type it."
+msgstr ""
+"<application>gedit</application>-en, bi modu daude testua bilatzeko. "
+"<guilabel>Bilatu</guilabel> elkarrizketa-koadroa erabil dezakezu testu zati jakin "
+"bat bilatzeko, edo <guilabel>Bilaketa inkrementala</guilabel>, bat datorren "
+"testua zuk idatzi ahala nabarmentzeko."
+
+#: C/gedit.xml:441(title)
+msgid "Finding Text"
+msgstr "Testua bilatzea"
+
+#: C/gedit.xml:442(para)
+msgid "To search a file for a string of text, perform the following steps:"
+msgstr "Fitxategian testu-kate bat bilatzeko, jarraitu urrats hauei:"
+
+#: C/gedit.xml:444(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</guimenuitem><"
+"/menuchoice> to display the <guilabel>Find</guilabel> dialog."
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Bilatu</guimenu><guimenuitem>Bilatu</guimenui"
+"tem></menuchoice>, <guilabel>Bilatu</guilabel> elkarrizketa-koadroa bistaratzeko."
+
+#: C/gedit.xml:446(para)
+msgid ""
+"Type the string that you want to find in the <guilabel>Search for</guilabel> "
+"field. You can include special characters such as a new line or tab: see "
+"<xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"Idatzi bilatu nahi duzun katea <guilabel>Bilatu</guilabel> eremuan. "
+"Karaktere bereziak sar ditzakezu, lerro edo tabuladore berri bat esate baterako: "
+"ikus <xref linkend=\"gedit-find-escapes\"/>."
+
+#: C/gedit.xml:448(para)
+msgid ""
+"Click <guibutton>Find</guibutton> to search the file for the first "
+"occurrence of the string after your current cursor position. If "
+"<application>gedit</application> finds the string, the application selects "
+"first occurrence of the string. Other occurrences of the string are "
+"highlighted."
+msgstr ""
+"Egin klik <guibutton>Bilatu</guibutton> botoian, zure kurtsorearen uneko "
+"kokalekutik aurrera katea lehen aldiz noiz azaltzen den bilatzeko. "
+"<application>gedit</application>-ek katea aurkitzen badu, aplikazioak "
+"katearen lehen agerraldia hautatzen du. Katearen beste agerraldiak "
+"nabarmenduko dira."
+
+#: C/gedit.xml:450(para)
+msgid ""
+"To find the next occurrence of the string, click <guibutton>Find</guibutton> "
+"or choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find "
+"Next</guimenuitem></menuchoice>. To find the previous occurrence of the "
+"text, choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find "
+"Previous</guimenuitem></menuchoice>."
+msgstr ""
+"Katearen hurrengo agerraldia aurkitzeko, egin klik "
+"<guibutton>Bilatu</guibutton> botoian, edo aukeratu "
+"<menuchoice><guimenu>Bilatu</guimenu><guimenuitem>Bilatu "
+"hurrengoa</guimenuitem></menuchoice>. Testuaren aurreko agerraldi bat "
+"aurkitzeko, aukeratu "
+"<menuchoice><guimenu>Editatu</guimenu><guimenuitem>Bilatu "
+"aurrekoa</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:453(para)
+msgid ""
+"After you have closed the <guilabel>Find</guilabel> dialog, you can still "
+"move the selection to other occurrences of the text by choosing "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Find "
+"Next</guimenuitem></menuchoice> and "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Find "
+"Previous</guimenuitem></menuchoice>."
+msgstr ""
+"Behin <guilabel>Bilatu</guilabel> elkarrizketa-koadroa itxita, hautapena eraman "
+"dezakezu testuaren beste agerraldi batzuetara: "
+"<menuchoice><guimenu>Bilatu</guimenu><guimenuitem>Bilatu "
+"hurrengoa</guimenuitem></menuchoice> eta "
+"<menuchoice><guimenu>Bilatu</guimenu><guimenuitem>Bilatu "
+"aurrekoa</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:454(para)
+msgid ""
+"To remove the highlighting from the text, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Clear "
+"Highlight</guimenuitem></menuchoice>."
+msgstr ""
+"Testuaren nabarmentzea kentzeko, aukeratu "
+"<menuchoice><guimenu>Bilatu</guimenu><guimenuitem>Garbitu "
+"nabarmentzea</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:458(title)
+msgid "Incremental Search"
+msgstr "Bilaketa inkrementala"
+
+#: C/gedit.xml:460(para)
+msgid ""
+"Incremental search highlights matching text in the document as you type it "
+"letter by letter. (This is similar to the search feature in several web "
+"browsers.)"
+msgstr ""
+"Bilaketa inkrementalak bat datorren testua zuk idatzi ahala nabarmentzen du "
+"dokumentuan. (Hainbat arakatzailetako bilaketa-eginbidearen antzekoa da)."
+
+#: C/gedit.xml:461(para)
+msgid ""
+"To start an incremental search, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Incremental "
+"Search</guimenuitem></menuchoice>. The search box appears at the top of the "
+"display area."
+msgstr ""
+"Bilaketa inkrementala abiarazteko, aukeratu "
+"<menuchoice><guimenu>Bilatu</guimenu><guimenuitem>Bilaketa "
+"inkrementala</guimenuitem></menuchoice>. Bilaketa-koadroa bistaratze-arearen "
+"goialdean azaltzen da."
+
+#: C/gedit.xml:462(para)
+msgid ""
+"Begin typing, and text that matches will be highlighted in the document. The "
+"first instance after the cursor position is also selected."
+msgstr ""
+"Hasi idazten, eta bat datorren testua nabarmenduko da dokumentuan. "
+"Kurtsorearen ondoren azaltzen den lehen instantzia ere hautatuko da."
+
+#: C/gedit.xml:463(para)
+msgid ""
+"To advance the selection to the next match while keeping the incremental "
+"search box open, press "
+"<keycombo><keycap>Ctrl</keycap><keycap>G</keycap></keycombo>. Press <keycomb"
+"o><keycap>Ctrl</keycap><keycap>Shift</keycap><keycap>G</keycap></keycombo> "
+"to go back to the previous match."
+msgstr ""
+"Bilaketa inkrementalaren koadroa irekita daukazula hautapena bat datorren "
+"hurrengo agerraldira eramateko, sakatu "
+"<keycombo><keycap>Ktrl</keycap><keycap>G</keycap></keycombo>. Sakatu <keycom"
+"bo><keycap>Ktrl</keycap><keycap>Maius</keycap><keycap>G</keycap></keycombo> "
+"bat datorren aurrekora joateko."
+
+#: C/gedit.xml:464(para)
+msgid ""
+"You can also use the up and down arrow keys or the mouse wheel to move the "
+"selection between matches."
+msgstr ""
+"Gora eta behera gezi-teklak ere erabil ditzakezu, edo saguaren gurpila, "
+"hautapena bat datozen agerraldien artean mugitzeko."
+
+#: C/gedit.xml:469(title)
+msgid "Replacing Text"
+msgstr "Testua ordeztea"
+
+#: C/gedit.xml:471(para)
+msgid ""
+"To search a file for a string, and replace the string with an alternative "
+"string, perform the following steps:"
+msgstr ""
+"Fitxategian kate bat bilatu eta hura beste kate batekin ordezteko, jarraitu "
+"urrats hauei:"
+
+#: C/gedit.xml:473(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</guimenuite"
+"m></menuchoice> to display the <guilabel>Replace</guilabel> dialog."
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Bilatu</guimenu><guimenuitem>Ordeztu</guimenui"
+"tem></menuchoice>, <guilabel>Ordeztu</guilabel> elkarrizketa-koadroa bistaratzeko."
+
+#: C/gedit.xml:475(para)
+msgid ""
+"Type the string that you want to find, in the <guilabel>Search "
+"for</guilabel> field. You can include special characters such as a new line "
+"or tab: see <xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"Idatzi bilatu nahi duzun katea <guilabel>Bilatu</guilabel> eremuan. "
+"Karaktere bereziak sar ditzakezu, lerro edo fitxa berri bat esate baterako: "
+"ikus <xref linkend=\"gedit-find-escapes\"/>."
+
+#: C/gedit.xml:476(para)
+msgid ""
+"Type the string that you want to use to replace the string that you find, in "
+"the <guilabel>Replace with</guilabel> field."
+msgstr ""
+"Idatzi <guilabel>Ordeztu honekin</guilabel> eremuan aurkitu duzun katea "
+"ordezteko erabili nahi duzun katea."
+
+#: C/gedit.xml:480(para)
+msgid ""
+"To examine each occurrence of the string before replacing it, click "
+"<guibutton>Find</guibutton>. If <application>gedit</application> finds the "
+"string, the application selects the string. Click "
+"<guibutton>Replace</guibutton> to replace the selected occurrence of the "
+"string. To find the next occurrence of the string, click "
+"<guibutton>Find</guibutton> again."
+msgstr ""
+"Katearen agerraldi bakoitza ikusteko ordeztu aurretik, egin klik "
+"<guibutton>Bilatu</guibutton> botoian. <application>gedit</application>-ek "
+"katea aurkitzen badu, aplikazioak katea hautatzen du. Egin klik "
+"<guibutton>Ordeztu</guibutton> botoian, hautatutako kate-agerraldia "
+"ordezteko. Katearen hurrengo agerraldia bilatzeko, egin klik "
+"<guibutton>Bilatu</guibutton> botoian."
+
+#: C/gedit.xml:481(para)
+msgid ""
+"To replace all occurrences of the string throughout the document, click "
+"<guibutton>Replace All</guibutton>."
+msgstr ""
+"Kateak dokumentuan dituen agerraldi guztiak ordezteko, egin klik "
+"<guibutton>Ordeztu denak</guibutton> botoian."
+
+#: C/gedit.xml:486(title)
+msgid "Find and Replace Options"
+msgstr "Bilatzeko eta ordezteko aukerak"
+
+#: C/gedit.xml:487(para)
+msgid ""
+"The <guilabel>Find</guilabel> dialog and the <guilabel>Replace</guilabel> "
+"dialog both have the following options:"
+msgstr ""
+"<guilabel>Bilatu</guilabel> eta <guilabel>Ordeztu</guilabel> elkarrizketek "
+"ondoko aukerak dituzte:"
+
+#: C/gedit.xml:489(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you type. For example, "
+"with <guilabel>Match case</guilabel> selected, \"TEXT\" will not match \"text\"."
+msgstr ""
+"Bilaketan maiuskulak eta minuskulak bereiztea nahi baduzu, hautatu "
+"<guilabel>Maiuskula/minuskula</guilabel> aukera. Esate baterako, "
+"<guilabel>Maiuskula/Minuskula</guilabel> hautatuta dagoela, \"TESTUA\" eta "
+"\"testua\" ez dira bat etorriko."
+
+#: C/gedit.xml:491(para)
+msgid ""
+"Select the <guilabel>Match entire word only</guilabel> option to only find "
+"occurrences of the string that match the entire words of the text that you "
+"type. For example, with <guilabel>Match entire word only</guilabel> "
+"selected, \"text\" will not match \"texture\"."
+msgstr ""
+"Bilaketan idatzitako testuaren hitz osoekin bat datorren katearen "
+"agerraldiak bakarrik aurkitzea nahi baduzu, hautatu <guilabel>Hitz osoak "
+"soilik</guilabel> aukera. Esate baterako, <guilabel>Hitz osoak "
+"soilik</guilabel> hautatuta dagoela, \"testua\" eta \"testura\" ez dira bat "
+"etorriko."
+
+#: C/gedit.xml:493(para)
+msgid ""
+"Select the <guilabel>Search backwards</guilabel> option to search backwards "
+"towards the beginning of the document."
+msgstr ""
+"Hautatu <guilabel>Bilatu gorantz</guilabel> aukera gorantz bilatzeko, "
+"dokumentuaren hasierarantz."
+
+#: C/gedit.xml:495(para)
+msgid ""
+"Select the <guilabel>Wrap around</guilabel> option to search to one end of "
+"the document and then continue the search from the other end of the file."
+msgstr ""
+"Hautatu <guilabel>Itzulbiratu</guilabel>, fitxategiaren amaierara iristen "
+"denean orriaren hasieratik bilatzen jarraitzea nahi baduzu."
+
+#: C/gedit.xml:502(title)
+msgid "Special Characters"
+msgstr "Karaktere bereziak"
+
+#: C/gedit.xml:503(para)
+msgid ""
+"You can include the following escape sequences in the text to find or "
+"replace to represent special characters:"
+msgstr ""
+"Ondoko ihes-sekuentziak sar ditzakezu testuan, karaktere bereziak "
+"adierazteko bilatu edo ordeztu nahi dituzunean:"
+
+#: C/gedit.xml:506(literal)
+msgid "\\n"
+msgstr "\\n"
+
+#: C/gedit.xml:508(para)
+msgid "Specifies a new line."
+msgstr "Lerro berria adierazten du."
+
+#: C/gedit.xml:512(literal)
+msgid "\\t"
+msgstr "\\t"
+
+#: C/gedit.xml:514(para)
+msgid "Specifies a tab character."
+msgstr "Tabuladore-karakterea adierazten du."
+
+#: C/gedit.xml:518(literal)
+msgid "\\r"
+msgstr "\\r"
+
+#: C/gedit.xml:520(para)
+msgid "Specifies a carriage return."
+msgstr "Orga-itzulera adierazten du."
+
+#: C/gedit.xml:524(literal)
+msgid "\\\\"
+msgstr "\\\\"
+
+#: C/gedit.xml:526(para)
+msgid ""
+"The backslash character itself must be escaped if it is being searched for. "
+"For example, if you are looking for the \"<literal>\\n</literal>\" literal, you "
+"will have to type \"\\\\n\" in the <guilabel>Search for</guilabel> field. Or if "
+"you are looking for a sequence of backslashes, you will have to double the "
+"number of searched backslashes."
+msgstr ""
+"Alderantzizko barra bera ihes egin behar da, bilatu nahi bada. Esate "
+"baterako, \"<literal>\\n</literal>\" literala bilatzeko, \"\\\\n\" idatzi behar "
+"duzu <guilabel>Bilatu</guilabel> eremuan. Edo, alderantzizko barren "
+"sekuentzia bat bilatzen ari bazara, bilatutako alderantzizko barren kopurua "
+"bikoiztu beharko duzu."
+
+#: C/gedit.xml:538(title)
+msgid "Positioning the Cursor on a Specific Line"
+msgstr "Kurtsorea lerro jakin batean kokatzea"
+
+#: C/gedit.xml:540(para)
+msgid ""
+"To position the cursor on a specific line in the current file, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Go to "
+"Line</guimenuitem></menuchoice>. The line number box appears at the top of "
+"the display area."
+msgstr ""
+"Kurtsorea uneko fitxategiko lerro jakin batean kokatzek, aukeratu "
+"<menuchoice><guimenu>Bilatu</guimenu><guimenuitem>Joan "
+"lerrora</guimenuitem></menuchoice>. Lerro-zenbakiaren koadroa bistaratze-"
+"arearen goialdean azaltzen da."
+
+#: C/gedit.xml:541(para)
+msgid ""
+"Begin typing the number of the line that you want to move the cursor to and "
+"the document will scroll to the specified line."
+msgstr ""
+"Hasi idazten kurtsorea joatea nahi duzun lerroaren zenbakia, eta dokumentua "
+"zehaztutako lerrora korrituko da."
+
+#: C/gedit.xml:542(para)
+msgid ""
+"To dismiss the box and move the cursor to the specified line, press "
+"<keycap>Return</keycap>."
+msgstr ""
+"Koadroa baztertzeko eta kurtsorea zehaztutako lerrora mugitzeko, sakatu "
+"<keycap>Sartu</keycap>."
+
+#: C/gedit.xml:548(title)
+msgid "Printing"
+msgstr "Inprimatzea"
+
+#: C/gedit.xml:552(title)
+msgid "Setting the Page Options"
+msgstr "Orrialdearen aukerak ezartzea"
+
+#: C/gedit.xml:554(para)
+msgid ""
+"To set the page options, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Page "
+"Setup</guimenuitem></menuchoice> to display the <guilabel>Page "
+"Setup</guilabel> dialog."
+msgstr ""
+"Orrialdearen aukerak ezartzeko, aukeratu "
+"<menuchoice><guimenu>Fitxategia</guimenu><guimenuitem>Prestatu "
+"orrialdea</guimenuitem></menuchoice>, <guilabel>Prestatu "
+"orrialdea</guilabel> elkarrizketa-koadroa bistaratzeko."
+
+#: C/gedit.xml:556(para)
+msgid ""
+"The <guilabel>Page Setup</guilabel> dialog enables you to specify the "
+"following print options:"
+msgstr ""
+"<guilabel>Prestatu orrialdea</guilabel> elkarrizketa-koadroak ondoko inprimatze-"
+"aukerak zehazteko aukera ematen dizu:"
+
+#: C/gedit.xml:559(title)
+msgid "General Tabbed Section"
+msgstr "Orokorra fitxa"
+
+#: C/gedit.xml:561(guilabel)
+msgid "Print syntax highlighting"
+msgstr "Inprimatu sintaxiaren nabarmentzea"
+
+#: C/gedit.xml:563(para)
+msgid ""
+"Select this option to print syntax highlighting. For more information about "
+"syntax highlighting, see <xref linkend=\"gedit-set-highlightmode\"/>."
+msgstr ""
+"Hautatu aukera hau sintaxi-nabarmentzea inprimatzeko. Sintaxi-inprimatzeari "
+"buruzko informazio gehiago lortzeko, ikus <xref linkend=\"gedit-set-"
+"highlightmode\"/>."
+
+#: C/gedit.xml:566(guilabel)
+msgid "Print page headers"
+msgstr "Inprimatu orrialde-goiburuak"
+
+#: C/gedit.xml:568(para)
+msgid ""
+"Select this option to include a header on each page that you print. You "
+"cannot configure the header."
+msgstr ""
+"Hautatu aukera hau goiburu bat sartzeko inprimatzen duzun orrialde "
+"bakoitzean. Ezin duzu goiburua konfiguratu."
+
+#: C/gedit.xml:571(guilabel)
+#: C/gedit.xml:1183(guilabel)
+msgid "Line Numbers"
+msgstr "Lerro-zenbakiak"
+
+#: C/gedit.xml:574(para)
+msgid ""
+"Select the <guilabel>Print line numbers</guilabel> option to include line "
+"numbers when you print a file."
+msgstr ""
+"Hautatu <guilabel>Inprimatu lerro-zenbakiak</guilabel> aukera zenbakiak "
+"sartzeko fitxategi bat inprimatzen duzunean."
+
+#: C/gedit.xml:575(para)
+msgid ""
+"Use the <guilabel>Number every ... lines </guilabel> spin box to specify how "
+"often to print the line numbers, for example every 5 lines, every 10 lines, "
+"and so on."
+msgstr ""
+"Erabili <guilabel>Zenbakitu ... lerroz behin </guilabel> biratze-botoia "
+"lerro-zenbakiak inprimatzeko maiztasuna zehazteko: 5 lerroz behin, 10 lerroz "
+"behin..."
+
+#: C/gedit.xml:578(guilabel)
+#: C/gedit.xml:1176(guilabel)
+#: C/gedit.xml:1693(para)
+msgid "Text Wrapping"
+msgstr "Testu-itzulbiratzea"
+
+#: C/gedit.xml:580(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to wrap text "
+"onto the next line, at a character level, when you print a file. The "
+"application counts wrapped lines as one line for line numbering purposes."
+msgstr ""
+"Hautatu <guilabel>Gaitu testu-itzulbiratzea</guilabel> aukera testua "
+"hurrengo lerrora itzulbiratzeko, karaktere maila batean, fitxategi bat "
+"inprimatzen duzunean. Aplikazioak lerro bakar gisa zenbatzen ditu "
+"itzulbiratutako lerroak."
+
+#: C/gedit.xml:582(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"wrap text onto the next line, at a word level, when you print a file."
+msgstr ""
+"Hautatu <guilabel>Ez banatu zatiak bi lerroren artean</guilabel> aukera "
+"testua hitzaren mailan hurrengo lerrora itzulbiratzeko fitxategi bat "
+"inprimatzean."
+
+#: C/gedit.xml:590(title)
+msgid "Fonts"
+msgstr "Letra-tipoak"
+
+#: C/gedit.xml:592(guilabel)
+msgid "Body"
+msgstr "Testua"
+
+#: C/gedit.xml:594(para)
+msgid ""
+"Click on this button to select the font to use to print the body text of a "
+"file."
+msgstr ""
+"Egin klik botoi honetan fitxategi bateko testua inprimatzean erabili behar "
+"den letra-tipoa hautatzeko."
+
+#: C/gedit.xml:597(guilabel)
+msgid "Line numbers"
+msgstr "Lerro-zenbakiak"
+
+#: C/gedit.xml:600(para)
+msgid "Click on this button to select the font to use to print line numbers."
+msgstr ""
+"Egin klik botoi honetan lerro-zenbakiak inprimatzean erabili behar den "
+"letra-tipoa hautatzeko."
+
+#: C/gedit.xml:603(guilabel)
+msgid "Headers and footers"
+msgstr "Goiburuak eta orri-oinak"
+
+#: C/gedit.xml:605(para)
+msgid ""
+"Click on this button to select the font to use to print the headers and "
+"footers in a file."
+msgstr ""
+"Egin klik botoi honetan, fitxategi batean goiburuak inprimatzean erabili "
+"behar den letra-tipoa hautatzeko."
+
+#: C/gedit.xml:609(para)
+msgid ""
+"To reset the fonts to the default fonts for printing a file from "
+"<application>gedit</application>, click <guibutton>Restore Default "
+"Fonts</guibutton>."
+msgstr ""
+"Fitxategi bat <application>gedit</application>-etik inprimatzeko letra-tipo "
+"lehenetsiak berrezartzeko, egin klik <guibutton>Leheneratu letra-tipo "
+"lehenetsietara</guibutton> botoian."
+
+#: C/gedit.xml:616(title)
+msgid "Printing a Document"
+msgstr "Dokumentu bat inprimatzea"
+
+#: C/gedit.xml:617(para)
+msgid ""
+"You can use <application>gedit</application> to perform the following print "
+"operations:"
+msgstr ""
+"<application>gedit</application> erabil dezakezu ondoko inprimatze-"
+"eragiketak egiteko:"
+
+#: C/gedit.xml:619(para)
+msgid "Print a document to a printer."
+msgstr "Fitxategia inprimagailuan inprimatzea."
+
+#: C/gedit.xml:621(para)
+msgid "Print the output of the print command to a file."
+msgstr "Inprimatze-komandoaren irteera fitxategi batean inprimatzea."
+
+#: C/gedit.xml:624(para)
+msgid ""
+"If you print to a file, <application>gedit</application> sends the output of "
+"the file to a pre-press format file. The most common pre-press formats are "
+"PostScript and Portable Document Format (PDF)."
+msgstr ""
+"Fitxategi batean inprimatzen baduzu, <application>gedit</application>-ek "
+"fitxategiaren irteera aurrez inprimatzeko formatua duen fitxategira "
+"bidaltzen du. Aurrez inprimatzeko formatu ohikoenak PostScript eta Portable "
+"Document Format (PDF) dira."
+
+#: C/gedit.xml:626(para)
+msgid ""
+"To preview the pages that you want to print, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print "
+"Preview</guimenuitem></menuchoice>."
+msgstr ""
+"Inprimatu nahi dituzun orrialdeen aurrebista lortzeko, aukeratu "
+"<menuchoice><guimenu>Fitxategia</guimenu><guimenuitem>Inprimatzeko "
+"aurrebista</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:628(para)
+msgid ""
+"To print the current file to a printer or a file, choose <menuchoice><guimen"
+"u>File</guimenu><guimenuitem>Print</guimenuitem></menuchoice> to display the "
+"<guilabel>Print</guilabel> dialog."
+msgstr ""
+"Uneko fitxategia inprimagailu nahiz fitxategi batean inprimatzeko, aukeratu <"
+"menuchoice><guimenu>Fitxategia</guimenu><guimenuitem>Inprimatu</guimenuitem>"
+"</menuchoice>, <guilabel>Inprimatu</guilabel> elkarrizketa-koadroa bistaratzeko."
+
+#: C/gedit.xml:630(para)
+msgid ""
+"The <guilabel>Print</guilabel> dialog enables you to specify the following "
+"print options:"
+msgstr ""
+"<guilabel>Inprimatu</guilabel> elkarrizketa-koadroak ondoko inprimatze-aukerak "
+"zehazteko aukera ematen dizu:"
+
+#: C/gedit.xml:633(title)
+msgid "Job Tabbed Section"
+msgstr "Lana fitxa"
+
+#: C/gedit.xml:635(guilabel)
+msgid "Print range"
+msgstr "Inprimatze-areak"
+
+#: C/gedit.xml:637(para)
+msgid "Select one of the following options to determine how many pages to print:"
+msgstr ""
+"Hautatu aukera hauetako bat zenbat orrialde inprimatu nahi dituzun "
+"zehazteko:"
+
+#: C/gedit.xml:640(guilabel)
+msgid "All"
+msgstr "Dena"
+
+#: C/gedit.xml:641(para)
+msgid "Select this option to print all of the pages in the file."
+msgstr "Hautatu aukera hau fitxategiko orrialde guztiak inprimatzeko."
+
+#: C/gedit.xml:644(guilabel)
+msgid "Lines"
+msgstr "Lerroak"
+
+#: C/gedit.xml:645(para)
+msgid ""
+"Select this option to print the specified lines only. Use the "
+"<guilabel>From</guilabel> and <guilabel>To</guilabel> spin boxes to specify "
+"the line range."
+msgstr ""
+"Hautatu aukera hau zehaztutako lerroak bakarrik inprimatzeko. Erabili "
+"<guilabel>Nondik</guilabel> eta <guilabel>Nora</guilabel> biratze-botoiak "
+"lerro-barrutia zehazteko."
+
+#: C/gedit.xml:648(guilabel)
+msgid "Selection"
+msgstr "Hautapena"
+
+#: C/gedit.xml:649(para)
+msgid ""
+"Select this option to print the selected text only. This option is only "
+"available if you select text."
+msgstr ""
+"Hautatu aukera hau hautatutako testua bakarrik inprimatzeko. Aukera hau "
+"erabilgarri egoteko testua hautatuta eduki behar duzu."
+
+#: C/gedit.xml:655(guilabel)
+msgid "Copies"
+msgstr "Kopiak"
+
+#: C/gedit.xml:657(para)
+msgid ""
+"Use the <guilabel>Number of copies</guilabel> spin box to specify the number "
+"of copies of the file that you want to print."
+msgstr ""
+"Erabili <guilabel>Kopia kopurua</guilabel> biratze-botoia inprimatu nahi "
+"duzun fitxategiaren kopia kopurua zehazteko."
+
+#: C/gedit.xml:658(para)
+msgid ""
+"If you print multiple copies of the file, select the "
+"<guilabel>Collate</guilabel> option to collate the printed copies."
+msgstr ""
+"Fitxategiaren hainbat kopia inprimatzeko, hautatu "
+"<guilabel>Tartekatu</guilabel> aukera, inprimatutako kopiak tartekatzeko."
+
+#: C/gedit.xml:665(title)
+msgid "Printer Tabbed Section"
+msgstr "Inprimagailua fitxa"
+
+#: C/gedit.xml:667(guilabel)
+msgid "Printer"
+msgstr "Inprimagailua"
+
+#: C/gedit.xml:669(para)
+msgid ""
+"Use this drop-down list to select the printer to which you want to print the "
+"file."
+msgstr ""
+"Erabili goitibeherako zerrenda hau fitxategia zein inprimagailutan inprimatu "
+"nahi duzun hautatzeko."
+
+#: C/gedit.xml:672(guilabel)
+msgid "Settings"
+msgstr "Ezarpenak"
+
+#: C/gedit.xml:674(para)
+msgid "Use this drop-down list to select the printer settings."
+msgstr "Erabili goitibeherako zerrenda hau inprimagailuaren ezarpenak hautatzeko."
+
+#: C/gedit.xml:676(para)
+msgid ""
+"To configure the printer, click <guibutton>Configure</guibutton>. For "
+"example, you can enable or disable duplex printing, or schedule delayed "
+"printing, if this functionality is supported by the printer."
+msgstr ""
+"Inprimagailua konfiguratzeko, egin klik <guibutton>Konfiguratu</guibutton> "
+"botoian. Esate baterako, inprimatze bikoitza gaitu edo desgaitu dezakezu, "
+"edo geroago inprimatzea programatu, inprimagailuak funtzionaltasun hori "
+"onartzen badu."
+
+#: C/gedit.xml:680(guilabel)
+msgid "Location"
+msgstr "Kokalekua"
+
+#: C/gedit.xml:682(para)
+msgid "Use this drop-down list to select one of the following print destinations:"
+msgstr ""
+"Erabili goitibeherako zerrenda hau onodko inprimatze-helburu hauetako bat "
+"hautatzeko:"
+
+#: C/gedit.xml:687(guilabel)
+msgid "CUPS"
+msgstr "CUPS"
+
+#: C/gedit.xml:689(para)
+msgid "Print the file to a CUPS printer."
+msgstr "Inprimatu fitxategia CUPS inprimagailuan."
+
+#: C/gedit.xml:693(para)
+msgid ""
+"If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is the "
+"only entry in this drop-down list."
+msgstr ""
+"Hautatutako inprimagailua CUPS inprimagailua bada, <guilabel>CUPS</guilabel> "
+"izango da goitibeherako zerrendako sarrera bakarra."
+
+#: C/gedit.xml:700(guilabel)
+msgid "lpr"
+msgstr "lpr"
+
+#: C/gedit.xml:702(para)
+msgid "Print the file to a printer."
+msgstr "Inprimatu fitxategia inprimagailuan."
+
+#: C/gedit.xml:708(guilabel)
+msgid "File"
+msgstr "Fitxategia"
+
+#: C/gedit.xml:710(para)
+msgid "Print the file to a PostScript file."
+msgstr "Inprimatu fitxategia PostScript inprimagailuan."
+
+#: C/gedit.xml:713(para)
+msgid ""
+"Click <guibutton>Save As</guibutton> to display a dialog where you specify "
+"the name and location of the PostScript file."
+msgstr ""
+"Egin klik <guibutton>Gorde honela</guibutton> botoian PostScript "
+"fitxategiaren izena eta kokalekua zehazteko elkarrizketa-koadroa bistaratzeko."
+
+#: C/gedit.xml:719(guilabel)
+msgid "Custom"
+msgstr "Pertsonalizatu"
+
+#: C/gedit.xml:721(para)
+msgid "Use the specified command to print the file."
+msgstr "Erabili zehaztutako komandoa fitxategia inprimatzeko."
+
+#: C/gedit.xml:724(para)
+msgid ""
+"Type the name of the command in the text box. Include all command-line "
+"arguments."
+msgstr ""
+"Idatzi komandoaren izena testu-koadroan. Sartu komando-lerroko argumentu "
+"guztiak."
+
+#: C/gedit.xml:732(guilabel)
+msgid "State"
+msgstr "Egoera"
+
+#: C/gedit.xml:734(para)
+#: C/gedit.xml:740(para)
+#: C/gedit.xml:746(para)
+msgid "This functionality is not supported in this version of gedit."
+msgstr "gedit-en bertsio honek ez du onartzen funtzionaltasun hau."
+
+#: C/gedit.xml:738(guilabel)
+msgid "Type"
+msgstr "Mota"
+
+#: C/gedit.xml:744(guilabel)
+msgid "Comment"
+msgstr "Iruzkina"
+
+#: C/gedit.xml:754(title)
+msgid "Paper Tabbed Section"
+msgstr "Papera fitxa"
+
+#: C/gedit.xml:756(guilabel)
+msgid "Paper size"
+msgstr "Paperaren tamaina"
+
+#: C/gedit.xml:758(para)
+msgid ""
+"Use this drop-down list to select the size of the paper to which you want to "
+"print the file."
+msgstr ""
+"Erabili goitibeherako zerrenda hau fitxategia zein paper-tamainatan "
+"inprimatu nahi duzun hautatzeko."
+
+#: C/gedit.xml:761(guilabel)
+msgid "Width"
+msgstr "Zabalera"
+
+#: C/gedit.xml:763(para)
+msgid ""
+"Use this spin box to specify the width of the paper. Use the adjacent drop-"
+"down list to change the measurement unit."
+msgstr ""
+"Erabili biratze-botoi hau paperaren zabalera zehazteko. Erabili ondoko "
+"goitibeherako zerrenda neurri-unitatea aldatzeko."
+
+#: C/gedit.xml:766(guilabel)
+msgid "Height"
+msgstr "Altuera"
+
+#: C/gedit.xml:768(para)
+msgid "Use this spin box to specify the height of the paper."
+msgstr "Erabili biratze-botoi hau paperaren altuera zehazteko."
+
+#: C/gedit.xml:771(guilabel)
+msgid "Feed orientation"
+msgstr "Elikatzeko orientazioa"
+
+#: C/gedit.xml:773(para)
+msgid ""
+"Use this drop-down list to select the orientation of the paper in the "
+"printer."
+msgstr ""
+"Erabili goitibeherako zerrenda hau inprimagailuan paperaren orientazioa "
+"hautatzeko."
+
+#: C/gedit.xml:776(guilabel)
+msgid "Page orientation"
+msgstr "Paperaren orientazioa"
+
+#: C/gedit.xml:778(para)
+msgid "Use this drop-down list to select the page orientation."
+msgstr "Erabili goitibeherako zerrenda hau paperaren orientazioa hautatzeko."
+
+#: C/gedit.xml:781(guilabel)
+msgid "Layout"
+msgstr "Diseinua"
+
+#: C/gedit.xml:783(para)
+msgid ""
+"Use this drop-down list to select the page layout. A preview of each layout "
+"that you select is displayed in the <guilabel>Preview</guilabel> area."
+msgstr ""
+"Erabili goitibeherako zerrenda hau orri-diseinua hautatzeko. Zuk hautatutako "
+"diseinu bakoitzaren aurrebista bistaratzen da "
+"<guilabel>Aurrebista</guilabel> arean."
+
+#: C/gedit.xml:786(guilabel)
+msgid "Paper tray"
+msgstr "Paper-erretilua"
+
+#: C/gedit.xml:788(para)
+msgid "Use this drop-down list to select the paper tray."
+msgstr "Erabili goitibeherako zerrenda hau paper-erretilua hautatzeko."
+
+#: C/gedit.xml:799(title)
+msgid "Programming Features"
+msgstr "Programazio-eginbideak"
+
+#: C/gedit.xml:801(para)
+msgid ""
+"Several of <application>gedit</application>'s features for programming are "
+"provided with plugins. For example, the Tag List plugin provides a list of "
+"commonly-used tags for different markup languages: see <xref linkend=\"gedit-"
+"tag-list-plugin\"/>."
+msgstr ""
+"<application>gedit</application>-en programatzeko eginbide batzuk pluginekin "
+"hornitzen dira. Esate baterako, Etiketa-zerrendaren pluginak markatzeko "
+"lengoaia batzuekin gehien erabilitako etiketen zerrenda bat hornitzen du: "
+"ikus <xref linkend=\"gedit-tag-list-plugin\"/>."
+
+#: C/gedit.xml:805(title)
+msgid "Syntax Highlighting"
+msgstr "Sintaxiaren nabarmentzea"
+
+#: C/gedit.xml:806(para)
+msgid ""
+"Syntax highlighting makes source code easier to read by showing different "
+"parts of the text in different colors."
+msgstr ""
+"Sintaxi-nabarmentzeak iturburu-kodea irakurtzea errazten du, testuaren "
+"zatiak kolore desberdinetan erakusten dituelako."
+
+#: C/gedit.xml:808(para)
+msgid ""
+"<application>gedit</application> chooses an appropriate syntax highlighting "
+"mode based on a document's type. To override the syntax highlighting mode, "
+"choose <menuchoice><guimenu>View</guimenu><guimenuitem>Highlight "
+"Mode</guimenuitem></menuchoice>, then choose one of the following menu "
+"items:"
+msgstr ""
+"<application>gedit</application>-ek sintaxi-nabarmentzearen modu egokia "
+"aukeratzen du, dokumentu mota batean oinarrituta. Sintaxi-nabarmentzearen "
+"modua gainidazteko, aukeratu "
+"<menuchoice><guimenu>Ikusi</guimenu><guimenuitem>Nabarmentzeko "
+"modua</guimenuitem></menuchoice>, eta, ondoren, ondoko menu-elementuetako "
+"bat:"
+
+#: C/gedit.xml:811(guimenuitem)
+msgid "Normal"
+msgstr "Normala"
+
+#: C/gedit.xml:813(para)
+msgid "Do not display any syntax highlighting."
+msgstr "Ez bistaratu sintaxi-nabarmentzerik."
+
+#: C/gedit.xml:817(guisubmenu)
+msgid "Sources"
+msgstr "Iturburuak"
+
+#: C/gedit.xml:819(para)
+msgid ""
+"Display syntax highlighting to edit source code. Use the "
+"<guisubmenu>Sources</guisubmenu> submenu to select the source code type."
+msgstr ""
+"Bistaratu sintaxi-nabarmentzea iturburu-kodea editatzeko. Erabili "
+"<guisubmenu>Iturburuak</guisubmenu> azpimenua, iturburuaren kode mota "
+"hautatzeko."
+
+#: C/gedit.xml:823(guisubmenu)
+msgid "Markup"
+msgstr "Markatu"
+
+#: C/gedit.xml:825(para)
+msgid ""
+"Display syntax highlighting to edit markup code. Use the "
+"<guisubmenu>Markup</guisubmenu> submenu to select the markup code type."
+msgstr ""
+"Bistaratu sintaxi-nabarmentzea markatzeko kodea editatzeko. Erabili "
+"<guisubmenu>Markatu</guisubmenu> azpimenua, markatzeko kode mota hautatzeko."
+
+#: C/gedit.xml:829(guisubmenu)
+msgid "Scripts"
+msgstr "Scriptak"
+
+#: C/gedit.xml:831(para)
+msgid ""
+"Display syntax highlighting to edit script code. Use the "
+"<guisubmenu>Scripts</guisubmenu> submenu to select the script code type."
+msgstr ""
+"Bistaratu sintaxi-nabarmentzea script-kodea editatzeko. Erabili "
+"<guisubmenu>Scriptak</guisubmenu> azpimenua, scripten kode mota hautatzeko."
+
+#: C/gedit.xml:835(guisubmenu)
+msgid "Others"
+msgstr "Bestelakoak"
+
+#: C/gedit.xml:837(para)
+msgid ""
+"Display syntax highlighting to edit other types of code. Use the "
+"<guisubmenu>Others</guisubmenu> submenu to select the code type."
+msgstr ""
+"Bistaratu sintaxi-nabarmentzea beste kode mota batzuk editatzeko. Erabili "
+"<guisubmenu>Bestelakoak</guisubmenu> azpimenua kode mota hautatzeko."
+
+#: C/gedit.xml:845(title)
+msgid "Piping the Output of a Command to a File"
+msgstr "Komando baten irteera fitxategi batera kanalizatzea"
+
+#: C/gedit.xml:846(para)
+msgid ""
+"You can use <application>gedit</application> to pipe the output of a command "
+"to a text file. For example, to pipe the output of an <command>ls</command> "
+"command to a text file, type <command>ls | gedit</command>, then press "
+"<keycap>Return</keycap>."
+msgstr ""
+"<application>gedit</application> erabil dezakezu komando baten irteera "
+"testu-fitxategi batera kanalizatzeko. Esate baterako, <command>ls</command> "
+"komando baten irteera testu-fitxategi batera kanalizatzeko, idatzi "
+"<command>ls | gedit</command>, eta sakatu <keycap>Sartu</keycap>."
+
+#: C/gedit.xml:847(para)
+msgid ""
+"The output of the <command>ls</command> command is displayed in a new text "
+"file in the <application>gedit</application> window."
+msgstr ""
+"<command>ls</command> komandoaren irteera testu-fitxategi berri batean "
+"bistaratzen da <application>gedit</application>-en leihoan."
+
+#: C/gedit.xml:848(para)
+msgid ""
+"Alternatively, you can use the <application>External tools</application> "
+"plugin to pipe command output to the current file."
+msgstr ""
+"Bestela, <application>Kanpoko tresnak</application> plugina erabil dezakezu "
+"komando-irteera uneko fitxategira kanalizatzeko."
+
+#: C/gedit.xml:854(title)
+msgid "Shortcut Keys"
+msgstr "Laster-teklak"
+
+#: C/gedit.xml:855(para)
+msgid ""
+"Use shortcut keys to perform common tasks more quickly than with the mouse "
+"and menus. The following tables list all of "
+"<application>gedit</application>'s shortcut keys."
+msgstr ""
+"Erabili laster-teklak ohiko zereginak saguarekin eta menuekin baino "
+"bizkorrago egiteko. <application>gedit</application>-en laster-tekla guztien "
+"zerrenda azaltzen da ondoko tauletan."
+
+#: C/gedit.xml:856(para)
+msgid ""
+"For more on shortcut keys, see the <ulink type=\"help\" url=\"ghelp:user-guide"
+"?keyboard-skills\">Desktop User Guide</ulink>."
+msgstr ""
+"Laster-teklei buruz gehiago jakiteko, ikus <ulink type=\"help\" url=\"ghelp"
+":user-guide?keyboard-skills\">Mahaigaineko erabiltzailearen gida</ulink>."
+
+#. ============= Tabs ========================
+#: C/gedit.xml:859(bridgehead)
+#: C/gedit.xml:1215(guilabel)
+msgid "Tabs"
+msgstr "Fitxak"
+
+#: C/gedit.xml:860(para)
+msgid "Shortcuts for tabs:"
+msgstr "Fitxen laster-teklak:"
+
+#: C/gedit.xml:868(para)
+#: C/gedit.xml:912(para)
+#: C/gedit.xml:968(para)
+#: C/gedit.xml:1024(para)
+#: C/gedit.xml:1052(para)
+#: C/gedit.xml:1099(para)
+#: C/gedit.xml:1142(para)
+msgid "Shortcut Key"
+msgstr "Laster-tekla"
+
+#: C/gedit.xml:870(para)
+#: C/gedit.xml:914(para)
+#: C/gedit.xml:970(para)
+#: C/gedit.xml:1026(para)
+#: C/gedit.xml:1054(para)
+#: C/gedit.xml:1101(para)
+#: C/gedit.xml:1144(para)
+msgid "Command"
+msgstr "Komandoa"
+
+#: C/gedit.xml:875(para)
+msgid "Ctrl + Alt + PageUp"
+msgstr "Ktrl + Alt + OrrGor"
+
+#: C/gedit.xml:876(para)
+msgid "Switches to the next tab to the left."
+msgstr "Ezkerreko hurrengo fitxara doa."
+
+#: C/gedit.xml:879(para)
+msgid "Ctrl + Alt + PageDown"
+msgstr "Ktrl + Alt + OrrBeh"
+
+#: C/gedit.xml:880(para)
+msgid "Switches to the next tab to the right."
+msgstr "Eskuineko hurrengo fitxara doa."
+
+#: C/gedit.xml:883(para)
+#: C/gedit.xml:947(para)
+msgid "Ctrl + W"
+msgstr "Ktrl + W"
+
+#: C/gedit.xml:884(para)
+msgid "Close tab."
+msgstr "Fitxa ixten du."
+
+#: C/gedit.xml:887(para)
+msgid "Ctrl + Shift + L"
+msgstr "Ktrl + Maius + L"
+
+#: C/gedit.xml:888(para)
+msgid "Save all tabs."
+msgstr "Fitxa guztiak gordetzen ditu."
+
+#: C/gedit.xml:891(para)
+msgid "Ctrl + Shift + W"
+msgstr "Ktrl + Maius + W"
+
+#: C/gedit.xml:892(para)
+msgid "Close all tabs."
+msgstr "Fitxa guztiak ixten ditu."
+
+#: C/gedit.xml:895(para)
+msgid "Alt + n"
+msgstr "Alt + n"
+
+#: C/gedit.xml:896(para)
+msgid "Jump to nth tab."
+msgstr "ngarren fitxara doa."
+
+#. ============= Files ========================
+#: C/gedit.xml:903(bridgehead)
+msgid "Files"
+msgstr "Fitxategiak"
+
+#: C/gedit.xml:904(para)
+msgid "Shortcuts for working with files:"
+msgstr "Fitxategiekin lan egiteko laster-teklak:"
+
+#: C/gedit.xml:919(para)
+msgid "Ctrl + N"
+msgstr "Ktrl + N"
+
+#: C/gedit.xml:920(para)
+msgid "Create a new document."
+msgstr "Dokumentu berria sortzen du."
+
+#: C/gedit.xml:923(para)
+msgid "Ctrl + O"
+msgstr "Ktrl + O"
+
+#: C/gedit.xml:924(para)
+msgid "Open a document."
+msgstr "Dokumentu bat irekitzen du."
+
+#: C/gedit.xml:927(para)
+msgid "Ctrl + L"
+msgstr "Ktrl + L"
+
+#: C/gedit.xml:928(para)
+msgid "Open a location."
+msgstr "Kokaleku bat irekitzen du."
+
+#: C/gedit.xml:931(para)
+msgid "Ctrl + S"
+msgstr "Ktrl + S"
+
+#: C/gedit.xml:932(para)
+msgid "Save the current document to disk."
+msgstr "Uneko dokumentua diskoan gordetzen du."
+
+#: C/gedit.xml:935(para)
+msgid "Ctrl + Shift + S"
+msgstr "Ktrl + Maius + S"
+
+#: C/gedit.xml:936(para)
+msgid "Save the current document with a new filename."
+msgstr "Uneko dokumentua fitxategi-izen berri batekin gordetzen du."
+
+#: C/gedit.xml:939(para)
+msgid "Ctrl + P"
+msgstr "Ktrl + P"
+
+#: C/gedit.xml:940(para)
+msgid "Print the current document."
+msgstr "Uneko dokumentua inprimatzen du."
+
+#: C/gedit.xml:943(para)
+msgid "Ctrl + Shift + P"
+msgstr "Ktrl + Maius + P"
+
+#: C/gedit.xml:944(para)
+msgid "Print preview."
+msgstr "Inprimatzeko aurrebista."
+
+#: C/gedit.xml:948(para)
+msgid "Close the current document."
+msgstr "Uneko dokumentua ixten du."
+
+#: C/gedit.xml:951(para)
+msgid "Ctrl + Q"
+msgstr "Ktrl + Q"
+
+#: C/gedit.xml:952(para)
+msgid "Quit Gedit."
+msgstr "Gedit-etik irteten da."
+
+#. ============= Edit =======================
+#: C/gedit.xml:959(bridgehead)
+#: C/gedit.xml:1414(guimenu)
+#: C/gedit.xml:1420(guimenu)
+#: C/gedit.xml:1426(guimenu)
+#: C/gedit.xml:1432(guimenu)
+msgid "Edit"
+msgstr "Editatu"
+
+#: C/gedit.xml:960(para)
+msgid "Shortcuts for editing documents:"
+msgstr "Dokumentuak editatzeko laster-teklak:"
+
+#: C/gedit.xml:975(para)
+msgid "Ctrl + Z"
+msgstr "Ktrl + Z"
+
+#: C/gedit.xml:976(para)
+msgid "Undo the last action."
+msgstr "Azken ekintza desegiten du."
+
+#: C/gedit.xml:979(para)
+msgid "Ctrl + Shift + Z"
+msgstr "Ktrl + Maius + Z"
+
+#: C/gedit.xml:980(para)
+msgid "Redo the last undone action ."
+msgstr "Desegin den azken ekintza berregiten du."
+
+#: C/gedit.xml:983(para)
+msgid "Ctrl + X"
+msgstr "Ktrl + X"
+
+#: C/gedit.xml:984(para)
+msgid "Cut the selected text or region and place it on the clipboard."
+msgstr "Hautatutako testua edo area ebaki eta arbelean jartzen du."
+
+#: C/gedit.xml:987(para)
+msgid "Ctrl + C"
+msgstr "Ktrl + C"
+
+#: C/gedit.xml:988(para)
+msgid "Copy the selected text or region onto the clipboard."
+msgstr "Hautatutako testua edo area arbelean kopiatzen du."
+
+#: C/gedit.xml:991(para)
+msgid "Ctrl + V"
+msgstr "Ktrl + V"
+
+#: C/gedit.xml:992(para)
+msgid "Paste the contents of the clipboard."
+msgstr "Arbeleko edukia itsasten du."
+
+#: C/gedit.xml:995(para)
+msgid "Ctrl + A"
+msgstr "Ktrl + A"
+
+#: C/gedit.xml:996(para)
+msgid "Select all."
+msgstr "Dena hautatzen da."
+
+#: C/gedit.xml:999(para)
+msgid "Ctrl + D"
+msgstr "Ktrl + D"
+
+#: C/gedit.xml:1000(para)
+msgid "Delete current line."
+msgstr "Uneko lerroa ezabatzen du."
+
+#: C/gedit.xml:1003(para)
+msgid "Alt + Up"
+msgstr "Alt + Gora"
+
+#: C/gedit.xml:1004(para)
+msgid "Move the selected line up one line."
+msgstr "Hautatutako lerroa lerro bat gora eramaten du."
+
+#: C/gedit.xml:1007(para)
+msgid "Alt + Down"
+msgstr "Alt + Behera"
+
+#: C/gedit.xml:1008(para)
+msgid "Move the selected line down one line."
+msgstr "Hautatutako lerroa lerro bat behera eramaten du."
+
+#. ============= Panes =======================
+#: C/gedit.xml:1015(bridgehead)
+msgid "Panes"
+msgstr "Panelak"
+
+#: C/gedit.xml:1016(para)
+msgid "Shortcuts for showing and hiding panes:"
+msgstr "Panelak bistaratzeko eta ezkutatzeko laster-teklak:"
+
+#: C/gedit.xml:1031(para)
+msgid "F9"
+msgstr "F9"
+
+#: C/gedit.xml:1032(para)
+msgid "Show/hide the side pane."
+msgstr "Albo-panela bistaratzen/ezkutatzen du."
+
+#: C/gedit.xml:1035(para)
+msgid "Ctrl + F9"
+msgstr "Ktrl + F9"
+
+#: C/gedit.xml:1036(para)
+msgid "Show/hide the bottom pane."
+msgstr "Beheko panela bistaratzen/ezkutatzen du."
+
+#. ============= Search =======================
+#: C/gedit.xml:1043(bridgehead)
+msgid "Search"
+msgstr "Bilatu"
+
+#: C/gedit.xml:1044(para)
+msgid "Shortcuts for searching:"
+msgstr "Bilatzeko laster-teklak:"
+
+#: C/gedit.xml:1059(para)
+msgid "Ctrl + F"
+msgstr "Ktrl + F"
+
+#: C/gedit.xml:1060(para)
+msgid "Find a string."
+msgstr "Kate bat bilatzen du."
+
+#: C/gedit.xml:1063(para)
+msgid "Ctrl + G"
+msgstr "Ktrl + G"
+
+#: C/gedit.xml:1064(para)
+msgid "Find the next instance of the string."
+msgstr "Katearen hurrengo agerraldia bilatzen du."
+
+#: C/gedit.xml:1067(para)
+msgid "Ctrl + Shift + G"
+msgstr "Ktrl + Maius + G"
+
+#: C/gedit.xml:1068(para)
+msgid "Find the previous instance of the string."
+msgstr "Katearen aurreko agerraldia bilatzen du."
+
+#: C/gedit.xml:1071(para)
+msgid "Ctrl + K"
+msgstr "Ktrl + K"
+
+#: C/gedit.xml:1072(para)
+msgid "Interactive search."
+msgstr "Bilaketa interaktiboa."
+
+#: C/gedit.xml:1075(para)
+msgid "Ctrl + H"
+msgstr "Ktrl + H"
+
+#: C/gedit.xml:1076(para)
+msgid "Search and replace."
+msgstr "Bilatzen eta ordezten du."
+
+#: C/gedit.xml:1079(para)
+msgid "Ctrl + Shift + K"
+msgstr "Ktrl + Maius + K"
+
+#: C/gedit.xml:1080(para)
+msgid "Clear highlight."
+msgstr "Nabarmentzea garbitzen du."
+
+#: C/gedit.xml:1083(para)
+msgid "Ctrl + I"
+msgstr "Ktrl + I"
+
+#: C/gedit.xml:1084(para)
+msgid "Goto line."
+msgstr "Lerro honetara doa."
+
+#. ============= Tools =======================
+#: C/gedit.xml:1090(bridgehead)
+msgid "Tools"
+msgstr "Tresnak"
+
+#: C/gedit.xml:1091(para)
+msgid "Shortcuts for tools:"
+msgstr "Tresnen laster-teklak:"
+
+#: C/gedit.xml:1106(para)
+msgid "Shift + F7"
+msgstr "Maius + F7"
+
+#: C/gedit.xml:1107(para)
+msgid "Check spelling (with plugin)."
+msgstr "Ortografia egiaztatzen du (pluginarekin)."
+
+#: C/gedit.xml:1110(para)
+msgid "Alt + F12"
+msgstr "Alt + F12"
+
+#: C/gedit.xml:1111(para)
+msgid "Remove trailing spaces (with plugin)."
+msgstr "Atzeko zuriuneak kentzen ditu (pluginarekin)."
+
+#: C/gedit.xml:1114(para)
+msgid "Ctrl + T"
+msgstr "Ktrl + T"
+
+#: C/gedit.xml:1115(para)
+msgid "Indent (with plugin)."
+msgstr "Koskatzen du (pluginarekin)."
+
+#: C/gedit.xml:1118(para)
+msgid "Ctrl + Shift + T"
+msgstr "Ktrl + Maius + T"
+
+#: C/gedit.xml:1119(para)
+msgid "Remove Indent (with plugin)."
+msgstr "Koska kentzen du (pluginarekin)."
+
+#: C/gedit.xml:1122(para)
+msgid "F8"
+msgstr "F8"
+
+#: C/gedit.xml:1123(para)
+msgid "Run \"make\" in current directory (with plugin)."
+msgstr "\"make\" exekutatzen du uneko direktorioan (pluginarekin)."
+
+#: C/gedit.xml:1126(para)
+msgid "Ctrl + Shift + D"
+msgstr "Ktrl + Maius + D"
+
+#: C/gedit.xml:1127(para)
+msgid "Directory listing (with plugin)."
+msgstr "Direktorioak zerrendatzen ditu (pluginarekin)."
+
+#. ============= Help =======================
+#: C/gedit.xml:1133(bridgehead)
+msgid "Help"
+msgstr "Laguntza"
+
+#: C/gedit.xml:1134(para)
+msgid "Shortcuts for help:"
+msgstr "Laguntzarako laster-teklak:"
+
+#: C/gedit.xml:1149(para)
+msgid "F1"
+msgstr "F1"
+
+#: C/gedit.xml:1150(para)
+msgid "Open <application>gedit</application>'s user manual."
+msgstr ""
+"<application>gedit</application>-en erabiltzailearen eskuliburua irekitzen "
+"du."
+
+#: C/gedit.xml:1162(title)
+msgid "Preferences"
+msgstr "Hobespenak"
+
+#: C/gedit.xml:1164(para)
+msgid ""
+"To configure <application>gedit</application>, choose <menuchoice><guimenu>E"
+"dit</guimenu><guimenuitem>Preferences</guimenuitem></menuchoice>. The "
+"<guilabel>Preferences</guilabel> dialog contains the following categories:"
+msgstr ""
+"<application>gedit</application> konfiguratzeko, aukeratu <menuchoice><guime"
+"nu>Editatu</guimenu><guimenuitem>Hobespenak</guimenuitem></menuchoice>. "
+"<guilabel>Hobespenak</guilabel> elkarrizketa-koadroak ondoko kategoriak dauzka:"
+
+#: C/gedit.xml:1173(title)
+msgid "View Preferences"
+msgstr "Ikuspegia"
+
+#: C/gedit.xml:1178(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to have long "
+"lines of text flow into paragraphs instead of running off the edge of the "
+"text window. This avoids having to scroll horizontally"
+msgstr ""
+"Hautatu <guilabel>Gaitu testu-itzulbiratzea</guilabel> aukera testu-lerro "
+"luzeak paragrafoetan ikus daitezen, testu-leihoaren ertzeraino joan gabe. "
+"Honek eragozten du horizontalki korritu behar izatea"
+
+#: C/gedit.xml:1179(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"have the text wrapping option preserve whole words when flowing text to the "
+"next line. This makes text easier to read."
+msgstr ""
+"Hautatu <guilabel>Ez zatitu hitzak bi lerrotan</guilabel> aukera testua "
+"itzulbiratzeko aukerak hitzak osorik manten ditzan testua hurrengo lerrora "
+"eramatean. Horrek irakurtzea errazten du."
+
+#: C/gedit.xml:1185(para)
+msgid ""
+"Select the <guilabel>Display line numbers</guilabel> option to display line "
+"numbers on the left side of the <application>gedit</application> window."
+msgstr ""
+"Hautatu <guilabel>Bistaratu lerro-zenbakiak</guilabel> aukera lerro-"
+"zenbakiak bistaratzeko <application>gedit</application> leihoaren "
+"ezkerraldean."
+
+#: C/gedit.xml:1189(guilabel)
+msgid "Current Line"
+msgstr "Uneko lerroa"
+
+#: C/gedit.xml:1191(para)
+msgid ""
+"Select the <guilabel>Highlight current line</guilabel> option to highlight "
+"the line where the cursor is placed."
+msgstr ""
+"Hautatu <guilabel>Nabarmendu uneko lerroa</guilabel> aukera, kurtsorea "
+"dagoen lerroa nabarmentzeko."
+
+#: C/gedit.xml:1195(guilabel)
+msgid "Right Margin"
+msgstr "Eskuineko marjina"
+
+#: C/gedit.xml:1197(para)
+msgid ""
+"Select the <guilabel>Display right margin</guilabel> option to display a "
+"vertical line that indicates the right margin."
+msgstr ""
+"Hautatu <guilabel>Bistaratu eskuineko marjina</guilabel> aukera, eskuineko "
+"marjina adierazten duen lerro bertikala bistaratzeko."
+
+#: C/gedit.xml:1198(para)
+msgid ""
+"Use the <guilabel>Right margin at column</guilabel> spin box to specify the "
+"location of the vertical line."
+msgstr ""
+"Erabili <guilabel>Eskuineko marjina zutabe honetan</guilabel> biratze-botoia "
+"lerro bertikalaren kokalekua zehazteko."
+
+#: C/gedit.xml:1202(guilabel)
+msgid "Bracket Matching"
+msgstr "Parentesi bikoteak"
+
+#: C/gedit.xml:1204(para)
+msgid ""
+"Select the <guilabel>Highlight matching bracket</guilabel> option to "
+"highlight the corresponding bracket when the cursor is positioned on a "
+"bracket character."
+msgstr ""
+"Hautatu <guilabel>Nabarmendu parentesi bikotekidea</guilabel> aukera "
+"kurtsorea parentesi-karaktere batean kokatuta dagoenean parentesi "
+"bikotekidea nabarmentzeko."
+
+#: C/gedit.xml:1212(title)
+msgid "Editor Preferences"
+msgstr "Editorearen hobespenak"
+
+#: C/gedit.xml:1217(para)
+msgid ""
+"Use the <guilabel>Tab width</guilabel> spin box to specify the width of the "
+"space that <application> gedit</application> inserts when you press the "
+"<keycap>Tab</keycap> key."
+msgstr ""
+"Erabili <guilabel>Tabulazio-zabalera</guilabel> biratze-botoia zuk "
+"<keycap>Tabuladorea</keycap> tekla sakatzen "
+"duzunean<application>gedit</application>-ek txertatuko duen zuriunearen "
+"zabalera."
+
+#: C/gedit.xml:1218(para)
+msgid ""
+"Select the <guilabel>Insert spaces instead of tabs</guilabel> option to "
+"specify that <application> gedit</application> inserts spaces instead of a "
+"tab character when you press the <keycap>Tab</keycap> key."
+msgstr ""
+"Hautatu <guilabel>Txertatu zuriuneak tabuladoreen ordez</guilabel> aukera, "
+"<application>gedit</application>-ek zuriuneak txerta ditzan, tabulazio-"
+"karaktereen ordez, zuk <keycap>Tabuladorea</keycap> tekla sakatzen duzunean."
+
+#: C/gedit.xml:1222(guilabel)
+msgid "Auto Indentation"
+msgstr "Koska automatikoa"
+
+#: C/gedit.xml:1224(para)
+msgid ""
+"Select the <guilabel>Enable auto indentation</guilabel> option to specify "
+"that the next line starts at the indentation level of the current line."
+msgstr ""
+"Hautatu <guilabel>Gaitu koska automatikoa</guilabel> aukera hurrengo lerroa "
+"uneko lerroaren koskaren mailan hasten dela adierazteko."
+
+#: C/gedit.xml:1228(guilabel)
+msgid "File Saving"
+msgstr "Fitxategiak gordetzea"
+
+#: C/gedit.xml:1230(para)
+msgid ""
+"Select the <guilabel>Create a backup copy of files before saving</guilabel> "
+"option to create a backup copy of a file each time you save the file. The "
+"backup copy of the file contains a ~ at the end of the filename."
+msgstr ""
+"Hautatu <guilabel>Sortu fitxategien babeskopia gorde aurretik</guilabel> "
+"aukera, fitxategi bakoitzaren babeskopia sortzeko fitxategia gordetzen duzun "
+"bakoitzean. Fitxategiaren babeskopiak ~ bat dauka fitxategi-izenaren "
+"amaieran."
+
+#: C/gedit.xml:1231(para)
+msgid ""
+"Select the <guilabel>Autosave files every ... minutes</guilabel> option to "
+"automatically save the current file at regular intervals. Use the spin box "
+"to specify how often you want to save the file."
+msgstr ""
+"Hautatu <guilabel>Gorde fitxategiak automatikoki ... minutuz "
+"behin</guilabel> aukera uneko fitxategia maiztasun erregular batekin "
+"gordetzeko. Erabili biratze-botoia fitxategia gordetzeko maiztasuna "
+"zehazteko."
+
+#: C/gedit.xml:1238(title)
+msgid "Font &amp; Colors Preferences"
+msgstr "Letra-tipoen eta koloreen hobespenak"
+
+#: C/gedit.xml:1241(guilabel)
+msgid "Font"
+msgstr "Letra-tipoa"
+
+#: C/gedit.xml:1243(para)
+msgid ""
+"Select the <guilabel>Use default theme font</guilabel> option to use the "
+"default system font for the text in the <application>gedit</application> "
+"text window."
+msgstr ""
+"Hautatu <guilabel>Erabili gaiaren letra-tipo lehenetsia</guilabel> aukera "
+"sistemaren letra-tipo lehenetsia erabiltzeko testurako "
+"<application>gedit</application>-en testu-leihoan."
+
+#: C/gedit.xml:1244(para)
+msgid ""
+"The <guilabel>Editor font</guilabel> field displays the font that "
+"<application>gedit</application> uses to display text. Click on the button "
+"to specify the font type, style, and size to use for text."
+msgstr ""
+"<guilabel>Editorearen letra-tipoa</guilabel> eremuak "
+"<application>gedit</application>-ek testua bistaratzeko darabilen letra-"
+"tipoa bistaratzen du. Egin klik botoian testuan erabili beharreko letra-"
+"tipoa, estiloa eta tamaina zehazteko."
+
+#: C/gedit.xml:1248(guilabel)
+msgid "Color Scheme"
+msgstr "Kolore-eskema"
+
+#: C/gedit.xml:1250(para)
+msgid ""
+"You can choose a color scheme from the list of color schemes. By default, "
+"the following color schemes are installed:"
+msgstr ""
+"Kolore-eskema bat aukera dezakezu kolore-eskemen zerrendan. Modu "
+"lehenetsian, kolore-eskema hauek daude instalatuta:"
+
+#: C/gedit.xml:1253(guilabel)
+msgid "Classic"
+msgstr "Klasikoa"
+
+#: C/gedit.xml:1255(para)
+msgid "Classic color scheme based on the gvim color scheme."
+msgstr "gvim kolore-eskeman oinarritutako kolore-eskema klasikoa."
+
+#: C/gedit.xml:1259(guilabel)
+msgid "Cobalt"
+msgstr "Kobaltoa"
+
+#: C/gedit.xml:1261(para)
+msgid "Blue based color scheme."
+msgstr "Urdinean oinarritutako kolore-eskema."
+
+#: C/gedit.xml:1265(guilabel)
+msgid "Kate"
+msgstr "Kate"
+
+#: C/gedit.xml:1267(para)
+msgid "Color scheme used in the Kate text editor."
+msgstr "Kate testu-editorean erabilitako kolore-eskema."
+
+#: C/gedit.xml:1271(guilabel)
+msgid "Oblivion"
+msgstr "Oblivion"
+
+#: C/gedit.xml:1273(para)
+msgid "Dark color scheme using the Tango color palette."
+msgstr "Tango kolore-paleta darabilen kolore-eskema iluna."
+
+#: C/gedit.xml:1277(guilabel)
+msgid "Tango"
+msgstr "Tangoa"
+
+#: C/gedit.xml:1279(para)
+msgid "Color scheme using the Tango color scheme."
+msgstr "Tango kolore-paleta darabilen kolore-eskema."
+
+#: C/gedit.xml:1283(para)
+msgid ""
+"You can add a new color scheme by clicking on <guilabel>Add...</guilabel>, "
+"and selecting a color scheme file"
+msgstr ""
+"Kolore-eskema berria gehitzeko, hautatu <guilabel>Gehitu...</guilabel>, eta "
+"hautatu kolore-eskemaren fitxategi bat"
+
+#: C/gedit.xml:1284(para)
+msgid ""
+"You can remove the selected color scheme by clicking on "
+"<guilabel>Remove</guilabel>"
+msgstr "Hautatutako kolore-eskema kentzeko, hautatu <guilabel>Kendu</guilabel>"
+
+#: C/gedit.xml:1291(title)
+msgid "Plugins Preferences"
+msgstr "Plugin-hobespenak"
+
+#: C/gedit.xml:1292(para)
+msgid ""
+"Plugins add extra features to <application>gedit</application>. For more "
+"information on plugins and how to use the built-in plugins, see <xref "
+"linkend=\"gedit-plugins-overview\"/>."
+msgstr ""
+"Pluginek eginbide estrak gehitzen dituzte "
+"<application>gedit</application>-en. Pluginei buruz eta plugin inkorporatuak "
+"nola erabili jakiteko, ikus <xref linkend=\"gedit-plugins-overview\"/>."
+
+#: C/gedit.xml:1296(title)
+msgid "Enabling a Plugin"
+msgstr "Plugin bat gaitzea"
+
+#: C/gedit.xml:1297(para)
+msgid ""
+"To enable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr "<application>gedit</application> plugin bat gaitzeko, jarraitu urrats hauek:"
+
+#: C/gedit.xml:1300(para)
+#: C/gedit.xml:1321(para)
+#: C/gedit.xml:1643(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenui"
+"tem></menuchoice>."
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Editatu</guimenu><guimenuitem>Hobespenak</guim"
+"enuitem></menuchoice>."
+
+#: C/gedit.xml:1303(para)
+#: C/gedit.xml:1324(para)
+#: C/gedit.xml:1646(para)
+msgid "Select the <guilabel>Plugins</guilabel> tab."
+msgstr "Hautatu <guilabel>Pluginak</guilabel> fitxa."
+
+#: C/gedit.xml:1306(para)
+msgid "Select the check box next to the name of the plugin that you want to enable."
+msgstr "Hautatu gaitu nahi duzun pluginaren izenaren ondoko kontrol-laukia."
+
+#: C/gedit.xml:1309(para)
+#: C/gedit.xml:1330(para)
+msgid ""
+"Click <guibutton>Close</guibutton> to close the "
+"<guilabel>Preferences</guilabel> dialog."
+msgstr ""
+"Egin klik <guibutton>Itxi</guibutton> botoian, "
+"<guilabel>Hobespenak</guilabel> elkarrizketa-koadroa ixteko."
+
+#: C/gedit.xml:1316(title)
+msgid "Disabling a Plugin"
+msgstr "Plugin bat desgaitzea"
+
+#: C/gedit.xml:1317(para)
+msgid "A plugin remains enabled when you quit <application>gedit</application>."
+msgstr ""
+"Plugina gaituta geratzen da <application>gedit</application>-etik "
+"irtendakoan."
+
+#: C/gedit.xml:1318(para)
+msgid ""
+"To disable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+"<application>gedit</application> plugin bat desgaitzeko, jarraitu urrats "
+"hauek:"
+
+#: C/gedit.xml:1327(para)
+msgid ""
+"Deselect the check box next to the name of the plugin that you want to "
+"disable."
+msgstr "Desautatu desgaitu nahi duzun pluginaren izenaren ondoko kontrol-laukia."
+
+#: C/gedit.xml:1339(title)
+msgid "Plugins"
+msgstr "Pluginak"
+
+#: C/gedit.xml:1341(title)
+msgid "Working with Plugins"
+msgstr "Pluginekin lan egitea"
+
+#: C/gedit.xml:1342(para)
+msgid ""
+"You can add extra features to <application>gedit</application> by enabling "
+"<firstterm>plugins</firstterm>. A plugin is a supplementary program that "
+"enhances the functionality of an application. Plugins add new items to the "
+"<application>gedit</application> menus for the new features they provide."
+msgstr ""
+"<application>gedit</application>-i eginbide estrak gehitzeko, gaitu "
+"<firstterm>pluginak</firstterm>. Pluginak aplikazio baten funtzionaltasuna "
+"hobetzen duten programa osagarriak dira. Pluginek elementu berriak gehitzen "
+"dituzte <application>gedit</application>-en menuetan, hornitzen dituzten "
+"eginbide berrietarako."
+
+#: C/gedit.xml:1344(para)
+msgid ""
+"Several plugins come built-in with <application>gedit</application>, and you "
+"can install more. The <ulink type=\"http\" "
+"url=\"http://live.gnome.org/Gedit/Plugins\">gedit website</ulink> lists third-"
+"party plugins."
+msgstr ""
+"Hainbat plugin inkorporatuta datoz <application>gedit</application>-ekin, "
+"eta gehiago instala ditzakezu. Hirugarrenen pluginak azaltzen dira <ulink "
+"type=\"http\" url=\"http://live.gnome.org/Gedit/Plugins\">gedit-en "
+"webguneko</ulink> zerrendan."
+
+#: C/gedit.xml:1345(para)
+msgid ""
+"To enable and disable plugins, or see which plugins are currently enabled, "
+"use the <link linkend=\"gedit-prefs-plugins\">Plugins Preferences</link>."
+msgstr ""
+"Pluginak gaitzeko eta desgaitzeko, edo zein plugin dagoen gaituta ikusteko, "
+"erabili <link linkend=\"gedit-prefs-plugins\">Plugin-hobespenak</link>."
+
+#: C/gedit.xml:1346(para)
+msgid "The following plugins come built-in with <application>gedit</application>:"
+msgstr "Ondoko pluginak datoz inkorporatuta <application>gedit</application>-ekin:"
+
+#: C/gedit.xml:1352(para)
+msgid ""
+"<link linkend=\"gedit-change-case-plugin\"><application>Change "
+"Case</application></link> allows you to change the case of the selected "
+"text."
+msgstr ""
+"<link linkend=\"gedit-change-case-plugin\"><application>Aldatu "
+"maiuskulak/minuskulak</application></link> pluginak aukera ematen dizu "
+"hautautako testuaren maiuskulak eta minuskulak aldatzeko."
+
+#: C/gedit.xml:1355(para)
+msgid ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">Document "
+"Statistics</link></application> shows the number of lines, words, and "
+"characters in the document."
+msgstr ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">Dokumentuaren "
+"estatistikak</link></application> pluginak dokumentuko lerroen, hitzen eta "
+"karaktereen kopuruak erakusten ditu."
+
+#: C/gedit.xml:1358(para)
+msgid ""
+"<application><link linkend=\"gedit-external-tools-plugin\">External "
+"Tools</link></application> allows you to execute external commands from "
+"<application>gedit</application>."
+msgstr ""
+"<application><link linkend=\"gedit-external-tools-plugin\">Kanpoko "
+"tresnak</link></application> pluginak aukera ematen dizu kanpoko komandoak "
+"exekutatzeko <application>gedit</application>-etik."
+
+#: C/gedit.xml:1361(para)
+msgid ""
+"<application>File Browser</application> allows you to browse your files and "
+"folders in the side pane."
+msgstr ""
+"<application>Fitxategi-arakatzailea</application> pluginak aukera ematen "
+"dizu zure fitxategi eta karpetetan arakatzeko albo-panelean."
+
+#: C/gedit.xml:1364(para)
+msgid ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">Indent "
+"Lines</link></application> adds or removes indentation from the selected "
+"lines."
+msgstr ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">Koskatu "
+"lerroak</link></application> pluginak koska gehitzen edo kentzen du "
+"hautatutako lerroetan."
+
+#: C/gedit.xml:1367(para)
+msgid ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">Insert "
+"Date/Time</link></application> adds the current date and time into a "
+"document."
+msgstr ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">Txertatu "
+"data/ordua</link></application> pluginak uneko data eta ordua gehitzen ditu "
+"dokumentuan."
+
+#: C/gedit.xml:1370(para)
+msgid ""
+"<application><link linkend=\"gedit-modelines-"
+"plugin\">Modelines</link></application> allows you to set editing preferences "
+"for individual documents, and supports <application>Emacs</application>, "
+"<application>Kate</application> and <application>Vim</application>-style "
+"modelines."
+msgstr ""
+"<application><link linkend=\"gedit-modelines-plugin\">Modulerroak</link></application> pluginak aukera ematen dizu fitxategi indibidualak "
+"editatzeko hobespenak ezartzeko, eta <application>Emacs</application>, "
+"<application>Kate</application> eta <application>Vim</application> "
+"estiloetako modulerroak onartzen ditu."
+
+#: C/gedit.xml:1373(para)
+msgid ""
+"<application><link linkend=\"gedit-python-console-plugin\">Python "
+"Console</link></application> allows you to run commands in the python "
+"programming language."
+msgstr ""
+"<application><link linkend=\"gedit-python-console-plugin\">Python "
+"kontsola</link></application> pluginak aukera ematen dizu komandoak python "
+"programazio-lengoaian exekutatzeko."
+
+#: C/gedit.xml:1376(para)
+msgid ""
+"<application><link linkend=\"gedit-snippets-"
+"plugin\">Snippets</link></application> allows you to store frequently-used "
+"pieces of text and insert them quickly into a document."
+msgstr ""
+"<application><link linkend=\"gedit-snippets-plugin\">Snippet-"
+"ak</link></application> pluginak aukera ematen dizu gehien erabilitako testu "
+"zatiak gordetzeko eta bizkor sartzeko dokumentuan."
+
+#: C/gedit.xml:1379(para)
+msgid ""
+"<application><link linkend=\"gedit-sort-plugin\">Sort</link></application> "
+"arranges selected lines of text into alphabetical order."
+msgstr ""
+"<application><link linkend=\"gedit-sort-plugin\">Ordenatu</link></application> "
+"pluginak testu batean hautatutako lerroak ordena alfabetikoan jartzen ditu."
+
+#: C/gedit.xml:1382(para)
+msgid ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">Spell "
+"Checker</link></application> corrects the spelling in the selected text, or "
+"marks errors automatically in the document."
+msgstr ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">Ortografia-"
+"egiaztatzailea</link></application> pluginak hautatutako testuaren "
+"ortografia zuzentzen du, edo automatikoki markatzen ditu akatsak "
+"dokumentuan."
+
+#: C/gedit.xml:1385(para)
+msgid ""
+"<application><link linkend=\"gedit-tag-list-plugin\">Tag "
+"List</link></application> lets you insert commonly-used tags for HTML and "
+"other languages from a list in the side pane."
+msgstr ""
+"<application><link linkend=\"gedit-tag-list-plugin\">Etiketa-"
+"zerrenda</link></application> pluginak aukera ematen dizu gehien erabilitako "
+"etiketak txertatzeko HTMLn eta albo-paneleko zerrenda bateko beste "
+"lengoiaia batzuetan."
+
+#: C/gedit.xml:1389(para)
+msgid ""
+"For more information on creating plugins, see the <ulink type=\"http\" "
+"url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</application> "
+"website</ulink>."
+msgstr ""
+"Pluginak sortzeari buruzko informazio gehiago lortzeko, ikus <ulink "
+"type=\"http\" "
+"url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</application> "
+"webgunea</ulink>."
+
+#: C/gedit.xml:1393(title)
+msgid "Change Case Plugin"
+msgstr "'Aldatu maiuskulak/minuskulak' plugina"
+
+#: C/gedit.xml:1394(para)
+msgid ""
+"The <application>Change Case</application> plugin changes the case of the "
+"selected text."
+msgstr ""
+"<application>Aldatu maiuskulak/minuskulak</application> pluginak hautatutako "
+"testuaren maiuskulak eta minuskulak aldatzen ditu."
+
+#: C/gedit.xml:1395(para)
+msgid ""
+"The following items are added to the <guimenu>Edit</guimenu> menu when the "
+"<application>Change Case</application> plugin is enabled:"
+msgstr ""
+"Ondoko elementuak gehitzen dira <guimenu>Editatu</guimenu> menuan "
+"<application>Aldatu maiuskulak/minuskulak</application> plugina gaituta "
+"dagoenean:"
+
+#: C/gedit.xml:1405(para)
+msgid "Menu Item"
+msgstr "Menu-elementua"
+
+#: C/gedit.xml:1407(para)
+msgid "Action"
+msgstr "Ekintza"
+
+#: C/gedit.xml:1409(para)
+msgid "Example"
+msgstr "Adibidea"
+
+#: C/gedit.xml:1415(guisubmenu)
+#: C/gedit.xml:1421(guisubmenu)
+#: C/gedit.xml:1427(guisubmenu)
+#: C/gedit.xml:1433(guisubmenu)
+msgid "Change Case"
+msgstr "Aldatu maiuskulak/minuskulak"
+
+#: C/gedit.xml:1415(guimenuitem)
+msgid "All Upper Case"
+msgstr "Denak maiuskulak"
+
+#: C/gedit.xml:1416(para)
+msgid "Change each character to uppercase."
+msgstr "Karaketere guztiak maiuskula bihurtzen ditu."
+
+#: C/gedit.xml:1417(para)
+msgid "<literal>This text</literal> becomes <literal>THIS TEXT</literal>"
+msgstr "<literal>Testu hau</literal> <literal>TESTU HAU</literal> bihurtuko da."
+
+#: C/gedit.xml:1421(guimenuitem)
+msgid "All Lower Case"
+msgstr "Denak minuskulak"
+
+#: C/gedit.xml:1422(para)
+msgid "Change each character to lowercase."
+msgstr "Karaketere guztiak minuskula bihurtzen ditu."
+
+#: C/gedit.xml:1423(para)
+msgid "<literal>This Text</literal> becomes <literal>this text</literal>"
+msgstr "<literal>Testu hau</literal> <literal>testu hau</literal> bihurtuko da."
+
+#: C/gedit.xml:1427(guimenuitem)
+msgid "Invert Case"
+msgstr "Alderantzikatu maiuskulak/minuskulak"
+
+#: C/gedit.xml:1428(para)
+msgid ""
+"Change each lowercase character to uppercase, and change each uppercase "
+"character to lowercase."
+msgstr "Minuskula bakoitza maiuskula bihurtzen du, eta maiuskula bakoitza minuskula."
+
+#: C/gedit.xml:1429(para)
+msgid "<literal>This Text</literal> becomes <literal>tHIS tEXT</literal>"
+msgstr "<literal>Testu hau</literal> <literal>tESTU HAU</literal> bihurtuko da."
+
+#: C/gedit.xml:1433(guimenuitem)
+msgid "Title Case"
+msgstr "Hitzen lehen letra maiuskulaz"
+
+#: C/gedit.xml:1434(para)
+msgid "Change the first character of each word to uppercase."
+msgstr "Hitz bakoitzaren lehenengo karakterea maiuskula bihurtzen du."
+
+#: C/gedit.xml:1435(para)
+msgid "<literal>this text</literal> becomes <literal>This Text</literal>"
+msgstr "<literal>testu hau</literal> <literal>Testu Hau</literal> bihurtuko da."
+
+#: C/gedit.xml:1444(title)
+msgid "Document Statistics Plugin"
+msgstr "Dokumentuaren estatistiken pluginak"
+
+#: C/gedit.xml:1445(para)
+msgid ""
+"The <application>Document Statistics</application> plugin counts the number "
+"of lines, words, characters with spaces, characters without spaces, and "
+"bytes in the current file. The plugin displays the results in a "
+"<guilabel>Document Statistics</guilabel> dialog. To use the Document "
+"Statistics plugin, perform the following steps:"
+msgstr ""
+"<application>Dokumentauren estatistikak</application> pluginak uneko "
+"dokumentuko lerroen, hitzen, zuriunedun karaktereen, zuriunerik gabeko "
+"karaktereen eta byteen kopuruak zenbatzen ditu. Pluginak "
+"<guilabel>Dokumentuaren estatistikak</guilabel> elkarrizketa-koadroan bistaratzen "
+"ditu emaitzak. Dokumentuaren estatistikak plugina erabiltzeko, jarraitu "
+"urrats hauei:"
+
+#: C/gedit.xml:1447(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document "
+"Statistics</guimenuitem></menuchoice> to display the <guilabel>Document "
+"Statistics</guilabel> dialog. The <guilabel>Document Statistics</guilabel> "
+"dialog displays the following information about the file:"
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Tresnak</guimenu><guimenuitem>Dokumentuaren "
+"estatistikak</guimenuitem></menuchoice>, <guilabel>Dokumentuaren "
+"estatistikak</guilabel> elkarrizketa-koadroa bistaratzeko. <guilabel>Dokumentuaren "
+"estatistikak</guilabel> elkarrizketa-koadroak ondorengo informazioa bistaratzen du "
+"fitxategiari buruz:"
+
+#: C/gedit.xml:1450(para)
+msgid "Number of lines in the current document."
+msgstr "Uneko dokumentuko lerro kopurua."
+
+#: C/gedit.xml:1453(para)
+msgid "Number of words in the current document."
+msgstr "Uneko dokumentuko hitz kopurua."
+
+#: C/gedit.xml:1456(para)
+msgid "Number of characters, including spaces, in the current document."
+msgstr "Uneko dokumentuko karaktere kopurua (zuriuneekin)."
+
+#: C/gedit.xml:1459(para)
+msgid "Number of characters, not including spaces, in the current document."
+msgstr "Uneko dokumentuko karaktere kopurua (zuriunerik gabe)."
+
+#: C/gedit.xml:1462(para)
+msgid "Number of bytes in the current document."
+msgstr "Uneko dokumentuko byte kopurua."
+
+#: C/gedit.xml:1467(para)
+msgid ""
+"You can continue to update the <application>gedit</application> file while "
+"the <guilabel>Document Statistics</guilabel> dialog is open. To refresh the "
+"contents of the <guilabel>Document Statistics</guilabel> dialog, click "
+"<guibutton>Update</guibutton>."
+msgstr ""
+"Jarrai dezakezu <application>gedit</application> fitxategia eguneratzen "
+"<guilabel>Dokumentuaren estatistikak</guilabel> elkarrizketa-koadroa irekita dagoen "
+"bitartean. <guilabel>Dokumentuaren estatistikak</guilabel> elkarrizketa-koadroko "
+"edukia freskatzeko, egin klik <guibutton>Eguneratu</guibutton> botoian."
+
+#: C/gedit.xml:1474(title)
+msgid "External Tools Plugin"
+msgstr "'Kanpoko tresnak' plugina"
+
+#: C/gedit.xml:1475(para)
+msgid ""
+"The <application>External Tools</application> plugin allows you to execute "
+"external commands from <application>gedit</application>. You can pipe some "
+"content into a command and exploit its output (for example, "
+"<application>sed</application>), or launch a predefined command (for "
+"example, <application>make</application>)."
+msgstr ""
+"<application>Kanpoko tresnak</application> pluginak aukera ematen dizu "
+"kanpoko komandoak exekutatzeko <application>gedit</application>-etik. Edukia "
+"kanaliza dezakezu komando batera eta haren irteera ustiatu (esate baterako, "
+"<application>sed</application>), edo aurrez definitutako komando bat "
+"abiarazi (adibidez, <application>make</application>)."
+
+#: C/gedit.xml:1476(para)
+msgid ""
+"Use the <guilabel>External Tools Manager</guilabel> to create and edit "
+"commands. To run an external command, choose it from the "
+"<guimenu>Tools</guimenu> menu."
+msgstr ""
+"Erabili <guilabel>Kanpoko tresnen kudeatzailea</guilabel> komandoak sortzeko "
+"eta editatzeko. Kanpoko komando bat exekutatzeko, aukera ezazu "
+"<guimenu>Tresnak</guimenu> menuan."
+
+#: C/gedit.xml:1479(title)
+msgid "Built-in Commands"
+msgstr "Komando inkorporatuak"
+
+#: C/gedit.xml:1480(para)
+msgid ""
+"The following commands are provided with the <application>External "
+"Tools</application> plugin:"
+msgstr ""
+"Komando hauek hornitzen dira <application>Kanpoko tresnak</application> "
+"pluginarekin:"
+
+#: C/gedit.xml:1482(term)
+msgid "Build"
+msgstr "Eraiki"
+
+#: C/gedit.xml:1484(para)
+msgid "Runs <application>make</application> in the current document's directory."
+msgstr ""
+"<application>make</application> abiarazten du uneko dokumentuaren "
+"direktorioan."
+
+#: C/gedit.xml:1487(term)
+msgid "Directory Listing"
+msgstr "Direktorio-zerrenda"
+
+#: C/gedit.xml:1489(para)
+msgid "Lists the contents of the current document's directory in a new document."
+msgstr ""
+"Uneko dokumentuaren direktorioaren edukia dokumentu berri batean "
+"zerrendatzen du."
+
+#: C/gedit.xml:1492(term)
+msgid "Environment Variables"
+msgstr "Ingurune-aldagaiak"
+
+#: C/gedit.xml:1494(para)
+msgid "Displays the environment variables list in the bottom pane."
+msgstr "Beheko panelean bistaratzen ditu ingurune-aldagaiak."
+
+#: C/gedit.xml:1497(term)
+msgid "Grep"
+msgstr "Grep"
+
+#: C/gedit.xml:1499(para)
+msgid ""
+"Searches for a term in all files in the current document directory, using "
+"pattern matching. Results are shown in the bottom pane."
+msgstr ""
+"Termino bat bilatzen du uneko dokumentuaren direktorioko fitxategi "
+"guztietan, eredu-parekatzea erabiliz. Emaitzak beheko panelean erakusten "
+"dira."
+
+#: C/gedit.xml:1502(term)
+msgid "Remove Trailing Spaces"
+msgstr "Kendu atzeko zuriuneak"
+
+#: C/gedit.xml:1504(para)
+msgid "Removes all spaces from the end of lines in the document."
+msgstr "Zuriune guztiak kentzen ditu dokumentuko lerroen amaieretatik."
+
+#: C/gedit.xml:1511(title)
+msgid "Defining a Command"
+msgstr "Komando bat definitzea"
+
+#: C/gedit.xml:1512(para)
+msgid ""
+"To add an external command, choose "
+"<menuchoice><guimenu>Tools</guimenu><guimenuitem>External "
+"Tools</guimenuitem></menuchoice>."
+msgstr ""
+"Kanpoko komando bat gehitzeko, aukeratu "
+"<menuchoice><guimenu>Tresnak</guimenu><guimenuitem>Kanpoko "
+"tresnak</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1513(para)
+msgid ""
+"In the <guilabel>External Tools Manager</guilabel> window, click "
+"<guibutton>New</guibutton>. You can speficy the following details for the "
+"new command:"
+msgstr ""
+"<guilabel>Kanpoko tresnen kudeatzailea</guilabel> leihoan, egin klik "
+"<guibutton>Berria</guibutton> botoian. Komando berriaren ondoko xehetasunak "
+"zehatz ditzakezu:"
+
+#: C/gedit.xml:1515(term)
+msgid "Description"
+msgstr "Azalpena"
+
+#: C/gedit.xml:1517(para)
+msgid "This description is shown in the statusbar when the menu command is chosen."
+msgstr "Azalpen hau bistaratuko da egoera-barran menu-komandoa aukeratzen denean."
+
+#: C/gedit.xml:1520(term)
+msgid "Accelerator"
+msgstr "Bizkortzailea"
+
+#: C/gedit.xml:1522(para)
+msgid "Enter a keyboard shortcut for the command."
+msgstr "Sartu laster-tekla bat komandorako."
+
+#: C/gedit.xml:1525(term)
+msgid "Commands"
+msgstr "Komandoak"
+
+#: C/gedit.xml:1527(para)
+msgid ""
+"The actual commands to be run. Several <application>gedit</application> "
+"environment variables can be used to pass content to these commands: see "
+"<xref linkend=\"gedit-external-tools-plugin-variables\"/>."
+msgstr ""
+"Exekutatu beharreko uneko komandoak. Hainbat "
+"<application>gedit</application> ingurune-aldagai erabil daitezke edukia "
+"komando hauetara pasatzeko: ikus <xref linkend=\"gedit-external-tools-plugin-"
+"variables\"/>."
+
+#: C/gedit.xml:1530(term)
+msgid "Input"
+msgstr "Sarrera"
+
+#: C/gedit.xml:1532(para)
+msgid ""
+"The content to give to the commands (as <systemitem>stdin</systemitem>): the "
+"entire text of the current document, the current selection, line, or word."
+msgstr ""
+"Komandoei eman beharreko edukia (<systemitem>stdin</systemitem> adib.): "
+"uneko dokumentuaren testu osoa, uneko hautapena, lerroa edo hitza."
+
+#: C/gedit.xml:1535(term)
+msgid "Output"
+msgstr "Irteera"
+
+#: C/gedit.xml:1537(para)
+msgid ""
+"What to do with the output of the commands: display in the bottom pane, put "
+"in a new document, or place in the current document, at the end, at the "
+"cursor position, or replacing the selection or the entire document."
+msgstr ""
+"Zer egin komandoen irteerarekin: beheko panelean bistaratu, dokumentu berri "
+"batean jarri, edo uneko dokumentuan jarri, amaieran, kurtsorearen "
+"kokalekuan, edo hautapena nahiz dokumentu osoa ordeztu."
+
+#: C/gedit.xml:1540(term)
+msgid "Applicability"
+msgstr "Aplikagarritasuna"
+
+#: C/gedit.xml:1542(para)
+msgid ""
+"Determines which sort of documents can be affected by the command, for "
+"example whether saved or not, and local or remote."
+msgstr ""
+"Komandoak zein dokumentu motatan duen eragina erabakitzen du, adibidez, "
+"gordetakoetan edo gorde gabeetan, eta lokaletan edo urrunekoetan."
+
+#: C/gedit.xml:1550(title)
+msgid "Editing and Removing Tools"
+msgstr "Tresnak editatzea eta kentzea"
+
+#: C/gedit.xml:1551(para)
+msgid "To edit a tool, select it in the list and make changes to its properties."
+msgstr ""
+"Tresna bat editatzeko, hauta ezazu zerrendan, eta egin aldaketak haren "
+"propietateetan."
+
+#: C/gedit.xml:1552(para)
+msgid "To rename a tool, click it again in the list."
+msgstr "Tresna bati izena aldatzeko, egin klik berriro bertan zerrendan."
+
+#: C/gedit.xml:1553(para)
+msgid ""
+"To restore a built-in tool that you have changed, press "
+"<guilabel>Revert</guilabel>."
+msgstr ""
+"Zuk aldatutako tresna inkorporatu bat leheneratzeko, sakatu "
+"<guilabel>Leheneratu</guilabel>."
+
+#: C/gedit.xml:1554(para)
+msgid ""
+"To remove a tool, select it in the list and press "
+"<guibutton>Remove</guibutton>. You can not remove built-in tools, only those "
+"you have created yourself."
+msgstr ""
+"Tresna bat kentzeko, hauta ezazu zerrendan, eta sakatu "
+"<guibutton>Kendu</guibutton>. Ezin duzu kendu tresna inkorporaturik, zuk "
+"sortutakoak bakarrik."
+
+#: C/gedit.xml:1558(title)
+msgid "Variables"
+msgstr "Aldagaiak"
+
+#: C/gedit.xml:1559(para)
+msgid ""
+"You can use the following variables in the <guilabel>Commands</guilabel> "
+"field of the command definition:"
+msgstr ""
+"Ondoko aldagaiak erabil ditzakezu komando-definizioaren "
+"<guilabel>Komandoak</guilabel> eremuan:"
+
+#: C/gedit.xml:1562(para)
+msgid "GEDIT_CURRENT_DOCUMENT_URI"
+msgstr "GEDIT_CURRENT_DOCUMENT_URI"
+
+#: C/gedit.xml:1565(para)
+msgid "GEDIT_CURRENT_DOCUMENT_NAME"
+msgstr "GEDIT_CURRENT_DOCUMENT_NAME"
+
+#: C/gedit.xml:1568(para)
+msgid "GEDIT_CURRENT_DOCUMENT_SCHEME"
+msgstr "GEDIT_CURRENT_DOCUMENT_SCHEME"
+
+#: C/gedit.xml:1571(para)
+msgid "GEDIT_CURRENT_DOCUMENT_PATH"
+msgstr "GEDIT_CURRENT_DOCUMENT_PATH"
+
+#: C/gedit.xml:1574(para)
+msgid "GEDIT_CURRENT_DOCUMENT_DIR"
+msgstr "GEDIT_CURRENT_DOCUMENT_DIR"
+
+#: C/gedit.xml:1577(para)
+msgid "GEDIT_DOCUMENTS_URI"
+msgstr "GEDIT_DOCUMENTS_URI"
+
+#: C/gedit.xml:1580(para)
+msgid "GEDIT_DOCUMENTS_PATH"
+msgstr "GEDIT_DOCUMENTS_PATH"
+
+#: C/gedit.xml:1587(title)
+msgid "File Browser Plugin"
+msgstr "'Fitxategi-arakatzailea' plugina"
+
+#: C/gedit.xml:1588(para)
+msgid ""
+"The <application>File Browser</application> Plugin shows your files and "
+"folders in the side pane, allowing you to quickly open files."
+msgstr ""
+"<application>Fitxategi-arakatzailea</application> pluginak zure fitxategiak "
+"eta karpetak erakusten ditu albo-panelean, fitxategiak bizkor ireki ahal izan "
+"ditzazun."
+
+#: C/gedit.xml:1589(para)
+msgid ""
+"To view the File Browser, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Side "
+"Pane</guimenuitem></menuchoice> and then click on the tab showing the File "
+"Browser icon at the bottom of the side pane."
+msgstr ""
+"Fitxategi-arakatzailea ikusteko, aukeratu "
+"<menuchoice><guimenu>Ikusi</guimenu><guimenuitem>Albo-"
+"panela</guimenuitem></menuchoice>, eta egin klik Fitxategi-arakatzailea "
+"erakusten duen fitxan, albo-panelaren behealdean."
+
+#: C/gedit.xml:1591(title)
+msgid "Browsing your Files"
+msgstr "Zure fitxategiak arakatzea"
+
+#: C/gedit.xml:1592(para)
+msgid ""
+"The File Browser tab initially shows your file manager bookmarks. To browse "
+"the contents of any item, double-click it."
+msgstr ""
+"Fitxategi-arakatzailearen fitxak zure fitxategi-kudeatzailearen laster-"
+"markak erakusten ditu hasieran. Elementuren baten edukia arakatzeko, egin "
+"klik bikoitza elementu horretan."
+
+#: C/gedit.xml:1593(para)
+msgid ""
+"To show a parent folder, choose from the drop-down list, or press the up "
+"arrow on the File Browser's toolbar."
+msgstr ""
+"Karpeta guraso bat erakusteko, aukera ezazu goitibeherako zerrendan, edo "
+"sakatu gora gezia Fitxategi-arakatzailearen tresna-barran."
+
+#: C/gedit.xml:1594(para)
+msgid ""
+"To show the folder that contains the document you are currently working on, "
+"right-click in the file list and choose <guimenuitem>Set root to active "
+"document</guimenuitem>."
+msgstr ""
+"Une horretan lanean ari zaren dokumentua daukan karpeta erakusteko, egin "
+"klik eskuin-botoiarekin fitxategi-zerrendan, eta aukeratu "
+"<guimenuitem>Ezarri erroa dokumentu aktiboari</guimenuitem>."
+
+#: C/gedit.xml:1598(para)
+msgid ""
+"To open a file in <application>gedit</application>, double-click it in the "
+"file list."
+msgstr ""
+"Fitxategi bat <application>gedit</application>-en irekitzeko, egin klik "
+"bikoitza fitxategi-zerrendan."
+
+#: C/gedit.xml:1601(title)
+msgid "Creating Files and Folders"
+msgstr "Fitxategiak eta karpetak sortzea"
+
+#: C/gedit.xml:1602(para)
+msgid ""
+"To create a new, empty text file in the current folder shown in the browser, "
+"right-click in the file list and choose <guimenuitem>New "
+"File</guimenuitem>."
+msgstr ""
+"Arakatzailean unean erakutsitako karpetan testu-fitxategi huts berri bat "
+"sortzeko, egin klik eskuin-botoiarekin zerrendan, eta aukeratu "
+"<guimenuitem>Fitxategi berria</guimenuitem>."
+
+#: C/gedit.xml:1603(para)
+msgid ""
+"To create a new folder in the current folder shown in the browser, right-"
+"click in the file list and choose <guimenuitem>New Folder</guimenuitem>."
+msgstr ""
+"Arakatzailean unean erakutsitako karpetan karpeta berri bat "
+"sortzeko, egin klik eskuin-botoiarekin zerrendan, eta aukeratu "
+"<guimenuitem>Karpeta berria</guimenuitem>."
+
+#: C/gedit.xml:1608(title)
+msgid "Indent Lines Plugin"
+msgstr "Lerroak koskatzeko plugina"
+
+#: C/gedit.xml:1609(para)
+msgid ""
+"The <application>Indent Lines</application> plugin adds or removes space "
+"from the beginning of lines of text."
+msgstr ""
+"<application>Koskatu lerroak</application> pluginak zuriunea gehitzen edo "
+"kentzen du testu-lerroen hasieratik."
+
+#: C/gedit.xml:1610(para)
+msgid "To indent or unindent text, perform the following steps:"
+msgstr "Testuari koska jartzeko nahiz kentzeko, jarraitu urrats hauek:"
+
+#: C/gedit.xml:1612(para)
+msgid ""
+"Select the lines that you want to indent. To indent or unindent a single "
+"line, place the cursor anywhere on that line."
+msgstr ""
+"Hautatu koskatu nahi dituzun lerroak. Lerro bakar bati koska jartzeko nahiz "
+"kentzeko, jarri kurtsorea edonon lerro horretan."
+
+#: C/gedit.xml:1617(para)
+msgid ""
+"To indent the text, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>I"
+"ndent</guimenuitem></menuchoice>."
+msgstr ""
+"Testua koskatzeko, aukeratu <menuchoice><guimenu>Editatu</guimenu><guimenuit"
+"em>Koska</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1620(para)
+msgid ""
+"To remove the indentation, choose <menuchoice><guimenu>Edit</guimenu><guimen"
+"uitem>Unindent</guimenuitem></menuchoice>."
+msgstr ""
+"Koska kentzeko, aukeratu "
+"<menuchoice><guimenu>Editatu</guimenu><guimenuitem>Kendu "
+"koska</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1625(para)
+msgid ""
+"The amount of space used, and whether tab character or space characters are "
+"used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor "
+"Preferences: see <xref linkend=\"gedit-prefs-editor\"/>."
+msgstr ""
+"Erabilitako zuriunearen zabalera, eta tabulazio- nahiz zuriune-karaktereak "
+"erabili ala ez, Editorearen hobespenetako <guilabel>Tabulazioak</guilabel> "
+"ezarpenen arabera izango da: ikus <xref linkend=\"gedit-prefs-editor\"/>."
+
+#: C/gedit.xml:1630(title)
+msgid "Insert Date/Time Plugin"
+msgstr "Data/Ordua sartzeko plugina"
+
+#: C/gedit.xml:1631(para)
+msgid ""
+"The <application>Insert Date/Time</application> plugin inserts the current "
+"date and time into a document. To use the Insert Date/Time plugin, perform "
+"the following steps:"
+msgstr ""
+"<application>Sartu data/ordua</application> pluginak uneko data eta ordua "
+"gehitzen ditu dokumentuan. Data/Ordua sartzeko plugina erabiltzeko, jarraitu "
+"urrats hauei:"
+
+#: C/gedit.xml:1633(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and "
+"Time</guimenuitem></menuchoice>."
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Editatu</guimenu><guimenuitem>Sartu data eta "
+"ordua</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1634(para)
+msgid ""
+"If you have not configured the Insert Date/Time plugin to automatically "
+"insert the date/time without prompting you for the format, "
+"<application>gedit</application> displays the <guilabel>Insert Date and "
+"Time</guilabel> dialog. Select the appropriate date/time format from the "
+"list. Click <guibutton>Insert</guibutton> to close the <guilabel>Insert Date "
+"and Time</guilabel> dialog. <application>gedit</application> inserts the "
+"date/time at the cursor position in the current file."
+msgstr ""
+"Ez baduzu konfiguratu data eta ordua sartzeko plugina automatikoki sar "
+"ditzan data eta ordua formatuari buruz galdetu gabe, "
+"<application>gedit</application>-ek <guilabel>Sartu data eta "
+"ordua</guilabel> elkarrizketa-koadroa bistaratuko du. Hautatu dagozkion data- eta "
+"ordu-formatua zerrendan. Egin klik <guibutton>Txertatu</guibutton> botoian, "
+"<guilabel>Sartu data eta ordua</guilabel> elkarrizketa-koadroa ixteko. "
+"<application>gedit</application>-ek kurtsorearen kokalekuan txertatzen ditu "
+"data eta ordua uneko fitxategian."
+
+#: C/gedit.xml:1635(para)
+msgid ""
+"If you have configured <application>gedit</application> to use one "
+"particular date/time format, the <guilabel>Insert Date and Time</guilabel> "
+"dialog is not displayed. The date/time is automatically entered at the "
+"cursor position in the current file."
+msgstr ""
+"Konfiguratu baduzu <application>gedit</application> data- eta ordu- formatu "
+"jakin bat erabiltzeko, <guilabel>Sartu data eta ordua</guilabel> "
+"elkarrizketa-koadroa ez da bistaratuko. Datua eta ordua automatikoki sartzen dira "
+"kurtsorearen kokalekuan uneko fitxategian."
+
+#: C/gedit.xml:1640(title)
+msgid "Configuring the Insert Date/Time Plugin"
+msgstr "Data/ordua sartzeko plugina konfiguratzea"
+
+#: C/gedit.xml:1641(para)
+msgid "To configure the Insert Date/Time plugin, perform the following steps:"
+msgstr "Data/ordua sartzeko plugina konfiguratzeko, jarraitu urrats hauei:"
+
+#: C/gedit.xml:1649(para)
+msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+msgstr "Hautatu <guilabel>Sartu data eta ordua</guilabel> plugina."
+
+#: C/gedit.xml:1652(para)
+msgid ""
+"Click <guibutton>Configure Plugin</guibutton> to display the "
+"<guilabel>Configure insert date/time plugin</guilabel> dialog."
+msgstr ""
+"Egin klik <guibutton>Konfiguratu plugina</guibutton> botoian "
+"<guilabel>Konfiguratu data/ordua sartzeko plugina</guilabel> elkarrizketa-koadroa "
+"bistaratzeko."
+
+#: C/gedit.xml:1655(para)
+msgid "Select one of the options, as follows:"
+msgstr "Hautatu aukera hauetako bat:"
+
+#: C/gedit.xml:1657(para)
+msgid ""
+"To specify the date/time format each time you insert the date/time, select "
+"the <guilabel>Prompt for a format</guilabel> option."
+msgstr ""
+"Data/ordua sartzen dituzun bakoitzean dataren eta orduaren formatua "
+"zehazteko, hautatu <guilabel>Eskatu formatu bat</guilabel> aukera."
+
+#: C/gedit.xml:1660(para)
+msgid ""
+"To use the same <application>gedit</application>-provided date/time format "
+"each time you insert the date/time, select the <guilabel>Use the selected "
+"format</guilabel> option, then select the appropriate format from the list. "
+"When you select this option, <application>gedit</application> does not "
+"prompt you for the date/time format when you choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and "
+"Time</guimenuitem></menuchoice>."
+msgstr ""
+"<application>gedit</application>-ek hornitutako data- eta ordu-formatua "
+"erabiltzeko data eta ordua sartzen dituzun bakoitzean, hautatu "
+"<guilabel>Erabili hautatutako formatua</guilabel> aukera, eta hautatu "
+"zerrendan formatua. Aukera hau hautatzen duzunean, "
+"<application>gedit</application>-ek ez dizu eskatuko data- eta ordu-formatua "
+"<menuchoice><guimenu>Editatu</guimenu><guimenuitem>Sartu data eta "
+"ordua</guimenuitem></menuchoice> aukeratzen duzunean."
+
+#: C/gedit.xml:1663(para)
+msgid ""
+"To use the same customized date/time format each time you insert the "
+"date/time, select the <guilabel>Use custom format</guilabel> option, then "
+"enter the appropriate format in the text box. For more information about how "
+"to specify a custom format, see <ulink url=\"man:strftime\" type=\"man\"><citer"
+"efentry><refentrytitle>strftime</refentrytitle><manvolnum>3</manvolnum></cit"
+"erefentry></ulink>. When you select this option, "
+"<application>gedit</application> does not prompt you for the date/time "
+"format when you choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and "
+"Time</guimenuitem></menuchoice>."
+msgstr ""
+"Pertsonalizatutako data- eta ordu-formatu bera erabili nahi badituzu data "
+"eta ordua sartzen dituzun bakoitzean, hautatu <guilabel>Erabili formatu "
+"pertsonalizatua</guilabel> aukera, eta sartu testu-koadroan dagokion "
+"formatua. Formatu pertsonalizatu bat nola zehaztu jakiteko, ikus <ulink "
+"url=\"man:strftime\" type=\"man\"><citerefentry><refentrytitle>strftime</refentr"
+"ytitle><manvolnum>3</manvolnum></citerefentry></ulink>. Aukera hau hautatzen "
+"duzunean, <application>gedit</application>-ek ez dizu eskatuko data- eta "
+"ordu-formatua <menuchoice><guimenu>Editatu</guimenu><guimenuitem>Sartu data "
+"eta ordua</guimenuitem></menuchoice> aukeratzen duzunean."
+
+#: C/gedit.xml:1668(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to close the <guilabel>Configure insert "
+"date/time plugin</guilabel> dialog."
+msgstr ""
+"Egin klik <guibutton>Ados</guibutton> botoian <guilabel>Konfiguratu "
+"data/ordua sartzeko plugina</guilabel> elkarrizketa-koadroa ixteko."
+
+#: C/gedit.xml:1671(para)
+msgid ""
+"To close the <guilabel>Preferences</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"<guilabel>Hobespenak</guilabel> elkarrizketa-koadroa ixteko, egin klik "
+"<guibutton>Itxi</guibutton> botoian."
+
+#: C/gedit.xml:1678(title)
+msgid "Modelines Plugin"
+msgstr "'Modulerroak' plugina"
+
+#: C/gedit.xml:1679(para)
+msgid ""
+"The <application>Modelines</application> plugin allows you to set "
+"preferences for individual documents. A <firstterm>modeline</firstterm> is a "
+"line of text at the start or end of the document with settings that "
+"<application>gedit</application> recognises."
+msgstr ""
+"<application>Modulerroak</application> pluginak aukera ematen dizu dokumentu "
+"indibidualen hobespenak ezartzeko. <firstterm>Modulerroa</firstterm> lerroak "
+"<application>gedit</application>-ek ezagutzen dituen ezarpenak dauzkaten "
+"dokumentuaren hasierako nahiz amaierako testu-lerroak dira."
+
+#: C/gedit.xml:1680(para)
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Modulerroa motako lerroekin ezarritako hobespenek lehentasuna dute hobespenen "
+"elkarrizketa-koadroan zehaztutakoen gainetik."
+
+#: C/gedit.xml:1681(para)
+msgid "You can set the following preferences with modelines:"
+msgstr "Hobespen hauek ezar ditzakezu modulerroak lerroekin:"
+
+#: C/gedit.xml:1684(para)
+msgid "Tab width"
+msgstr "Tabulazio-zabalera"
+
+#: C/gedit.xml:1687(para)
+msgid "Indent width"
+msgstr "Koska-zabalera"
+
+#: C/gedit.xml:1690(para)
+msgid "Insert spaces instead of tabs"
+msgstr "Txertatu zuriuneak tabulazioen ordez"
+
+#: C/gedit.xml:1696(para)
+msgid "Right margin width"
+msgstr "Eskuineko marjinaren zabalera"
+
+#: C/gedit.xml:1700(para)
+msgid ""
+"The <application>Modelines</application> plugin supports a subset of the "
+"options used by other text editors <application>Emacs</application>, "
+"<application>Kate</application> and <application>Vim</application>."
+msgstr ""
+"<application>Modulerroak</application> pluginak beste testu-editore batzuek "
+"erabilitako aukeren azpimultzoa onartzen du "
+"(<application>Emacs</application>, <application>Kate</application>, "
+"<application>Vim</application>...)."
+
+#: C/gedit.xml:1703(title)
+msgid "Emacs Modelines"
+msgstr "Emacs modulerroak"
+
+#: C/gedit.xml:1704(para)
+msgid ""
+"The first two lines of a document are scanned for "
+"<application>Emacs</application> modelines."
+msgstr ""
+"Dokumentu baten lehehengo bi lerroak eskaneatzen dira "
+"<application>Emacs</application> modulerroen bila."
+
+#: C/gedit.xml:1705(para)
+msgid ""
+"The <application>Emacs</application> options for tab-width, indent-offset, "
+"indent-tabs-mode and autowrap are supported. For more information, see the "
+"<ulink type=\"http\" "
+"url=\"http://www.delorie.com/gnu/docs/emacs/emacs_486.html\">GNU Emacs "
+"Manual</ulink>."
+msgstr ""
+"Tabulazio-zabalerarako, koska-desplazamendurako, koska-tabulazio modurako "
+"eta itzulbiratze automatikorako <application>Emacs</application> aukerak "
+"onartzen dira. Informazio gehiago lortzeko, ikus <ulink type=\"http\" "
+"url=\"http://www.delorie.com/gnu/docs/emacs/emacs_486.html\">GNUren Emacs "
+"eskuliburua</ulink>."
+
+#: C/gedit.xml:1708(title)
+msgid "Kate Modelines"
+msgstr "Kate modulerroak"
+
+#: C/gedit.xml:1709(para)
+msgid ""
+"The first and last ten lines a document are scanned for "
+"<application>Kate</application> modelines."
+msgstr ""
+"Dokumentu baten lehehengo eta azkeneko hamar lerroak eskaneatzen dira "
+"<application>Kate</application> modulerroen bila."
+
+#: C/gedit.xml:1710(para)
+msgid ""
+"The <application>Kate</application> options for tab-width, indent-width, "
+"space-indent, word-wrap and word-wrap-column are supported. For more "
+"information, see the <ulink type=\"http\" url=\"http://www.kate-"
+"editor.org/article/katepart_modelines\">Kate website</ulink>."
+msgstr ""
+"Tabulazio-zabalerarako, koska-desplazamendurako, koska-zabalerarako, "
+"zuriune-koskarako, hitz-itzulbiratzerako eta hitz-itzulbiratzeen zutaberako "
+"<application>Kate</application> aukerak onartzen dira. Informazio gehiago "
+"lortzeko, ikus <ulink type=\"http\" url=\"http://www.kate-"
+"editor.org/article/katepart_modelines\">Kate webgunea</ulink>."
+
+#: C/gedit.xml:1713(title)
+msgid "Vim Modelines"
+msgstr "Vim modulerroak"
+
+#: C/gedit.xml:1714(para)
+msgid ""
+"The first and last three lines a document are scanned for "
+"<application>Vim</application> modelines."
+msgstr ""
+"Dokumentu baten lehehengo eta azkeneko hiru lerroak eskaneatzen dira "
+"<application>Vim</application> modulerroen bila."
+
+#: C/gedit.xml:1715(para)
+msgid ""
+"The <application>Vim</application> options for et, expandtab, ts, tabstop, "
+"sw, shiftwidth, wrap, and textwidth are supported. For more information, see "
+"the <ulink type=\"http\" "
+"url=\"http://vimdoc.sourceforge.net/htmldoc/options.html#modeline\">Vim "
+"website</ulink>."
+msgstr ""
+"<application>Vim</application> aukerak (et, expandtab, ts, tabstop, sw, "
+"shiftwidth, wrap, eta textwidth) onartzen dira. Informazio gehiago lortzeko, "
+"ikus <ulink type=\"http\" "
+"url=\"http://vimdoc.sourceforge.net/htmldoc/options.html#modeline\">Vim "
+"webgunea</ulink>."
+
+#: C/gedit.xml:1720(title)
+msgid "Python Console Plugin"
+msgstr "'Python kontsola' plugina"
+
+#: C/gedit.xml:1721(para)
+msgid ""
+"The <application>Python Console</application> Plugin allows you to run "
+"commands in the python programming language from "
+"<application>gedit</application>. Enabling the plugin adds a tab to the "
+"bottom pane. This shows recent output and a command prompt field."
+msgstr ""
+"<application>Python kontsola</application> pluginak aukera ematen dizu "
+"komandoak python programazio-lengoaian exekutatzeko "
+"<application>gedit</application>-etik. Plugina gaituz gero, fitxa bat "
+"gehituko da beheko panelean. Azken irteera eta komando-gonbiterako eremu bat "
+"azalduko dira bertan."
+
+#: C/gedit.xml:1722(para)
+msgid ""
+"Commands entered into the python console are not checked before they are "
+"run. It is therefore possible to hang <application>gedit</application>, for "
+"example by entering an infinite loop."
+msgstr ""
+"Python kontsolan sartutako komandoak ez dira aztertzen exekutatu aurretik. "
+"Beraz, <application>gedit</application> eseki daiteke, begizta infinitu bat "
+"sortuz gero, esate baterako."
+
+#: C/gedit.xml:1726(title)
+msgid "Snippets Plugin"
+msgstr "'Snippet-ak' plugina"
+
+#: C/gedit.xml:1727(para)
+msgid ""
+"The <application>Snippets</application> plugin allows you to store "
+"frequently-used pieces of text, called <firstterm>snippets</firstterm>, and "
+"insert them quickly into a document."
+msgstr ""
+"<application>Snippet-ak</application> pluginak aukera ematen dizu maiz "
+"erabilitako <firstterm>snippet</firstterm> izeneko testu zatiak gordetzeko, "
+"eta dokumentuan bizkor txertatzeko."
+
+#: C/gedit.xml:1728(para)
+msgid ""
+"Snippets are specific to the language syntax of the current document. For "
+"example, when you are working with an HTML document, you can choose from a "
+"list of snippets that are useful for HTML. In addition, some snippets are "
+"global, and are available in all documents."
+msgstr ""
+"Snippet-ak uneko dokumentuaren lengoaia-sintaxiari dagozkio. Esate baterako, "
+"HTML dokumentu batekin lanean ari bazara, HTMLrako erabilgarriak diren "
+"snippet-zerrenda batean hauta ditzakezu. Beste snippet batzuk, berriz, "
+"globalak dira, eta dokumentu guztietan egoten dira erabilgarri."
+
+#: C/gedit.xml:1729(para)
+msgid ""
+"A number of built-in snippets are installed with "
+"<application>gedit</application>, which can be modified."
+msgstr ""
+"Hainbat snippet inkorporatu instalatzen dira "
+"<application>gedit</application>-ekin, eta alda daitezke."
+
+#: C/gedit.xml:1732(title)
+msgid "Inserting Snippets"
+msgstr "Snippet-ak txertatzea"
+
+#: C/gedit.xml:1733(para)
+msgid ""
+"To insert a snippet into a document, type its <firstterm>tab "
+"trigger</firstterm> and press <keycap>Tab</keycap>. A snippet's tab trigger "
+"is usually the first few letters of the snippet, or something else that is "
+"short and easy to remember."
+msgstr ""
+"Snippet bat dokumentu batean txertatzeko, idatz ezazu haren "
+"<firstterm>aktibatzailea</firstterm>, eta sakatu <keycap>Tabuladorea</keycap> tekla. "
+"Snippet-en aktibatzailea snippet-aren lehenengo letrak izaten dira "
+"normalean, edo gogoratzeko laburra eta erraza den beste zerbait."
+
+#: C/gedit.xml:1734(para)
+msgid ""
+"Alternatively, press "
+"<keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></keycombo> to see a "
+"list of snippets you can insert."
+msgstr ""
+"Bestela, sakatu "
+"<keycombo><keycap>Ktrl</keycap><keycap>Zuriunea</keycap></keycombo>, txerta "
+"ditzakezun snippet-en zerrenda ikusteko."
+
+#: C/gedit.xml:1738(title)
+msgid "Adding Snippets"
+msgstr "Snippet-ak gehitzea"
+
+#: C/gedit.xml:1739(para)
+msgid "To create a new snippet, do the following:"
+msgstr "Snippet berria sortzeko, egin ondokoa:"
+
+#: C/gedit.xml:1742(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Manage "
+"Snippets</guimenuitem></menuchoice>. The <guilabel>Snippets "
+"Manager</guilabel> window opens."
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Tresnak</guimenu><guimenuitem>Kudeatu snippet-"
+"ak</guimenuitem></menuchoice>. <guilabel>Snippet-en "
+"kudeatzailearen</guilabel> leihoa irekiko da."
+
+#: C/gedit.xml:1745(para)
+msgid ""
+"The list of snippets is grouped by language. Select the language you want to "
+"add a snippet to, or a snippet in that language group. To add a snippet for "
+"all languages, choose Global at the top of the list. The syntax of the "
+"document you are currently working with is shown by default."
+msgstr ""
+"Snippet-en zerrenda hizkuntzaren arabera taldekatzen da. Hautatu snippet bat "
+"gehitu nahi diozun hizkuntza, edo hizkunta-talde bateko snippet-a. Snippet "
+"bat gehitzeko hizkuntza guztietarako, aukeratu 'Globala' zerrendaren "
+"goialdean. Unean lantzen ari zaren dokumentuaren sintaxia bistaratuko da "
+"modu lehenetsian."
+
+#: C/gedit.xml:1748(para)
+msgid "Click <guibutton>New</guibutton>. A new snippet appears in the list."
+msgstr ""
+"Egin klik <guibutton>Berria</guibutton> botoian. Snippet berria azalduko da "
+"zerrendan."
+
+#: C/gedit.xml:1751(para)
+msgid "Enter the following information for the new snippet:"
+msgstr "Sartu snippet berriari dagokion informazio osoa:"
+
+#: C/gedit.xml:1753(term)
+msgid "Name"
+msgstr "Izena"
+
+#: C/gedit.xml:1755(para)
+msgid ""
+"Enter a name for the snippet in the text field within the snippet list. The "
+"name of a snippet serves only as a reminder of its purpose. You can change "
+"name of a snippet you create by clicking on it in the list."
+msgstr ""
+"Sartu snippet-aren izena snippet-en zerrendako testu-koadroan. Snippet-en "
+"izenek balio dute beren helburua gogoratzen laguntzeko. Snippet baten izena "
+"alda dezakezu, zerrendan snippet horretan klik eginez."
+
+#: C/gedit.xml:1758(term)
+msgid "Snippet text"
+msgstr "Snippet-aren testua"
+
+#: C/gedit.xml:1760(para)
+msgid ""
+"Enter the text of the snippet in the <guilabel>Edit snippet</guilabel> text "
+"box. For special codes you can use, see <xref linkend=\"gedit-snippets-"
+"plugin-syntax\"/>."
+msgstr ""
+"Sartu snippet-aren testua <guilabel>Editatu snippet-a</guilabel> testu-"
+"koadroan. Erabil ditzakezun kode bereziei buruz, ikus <xref linkend=\"gedit-"
+"snippets-plugin-syntax\"/>."
+
+#: C/gedit.xml:1761(para)
+msgid ""
+"You can switch back to the document window to copy text without closing the "
+"<guilabel>Snippets Manager</guilabel> window."
+msgstr ""
+"Dokumentuaren leihora itzul zaitezke testua kopiatzeko <guilabel>Snippet-en "
+"kudeatzailea</guilabel> leihoa itxi gabe."
+
+#: C/gedit.xml:1764(term)
+msgid "Tab Trigger"
+msgstr "Aktibatzailea"
+
+#: C/gedit.xml:1766(para)
+msgid ""
+"Enter the tab trigger for the snippet. This is the text that you type before "
+"pressing <keycap>Tab</keycap> to insert the snippet."
+msgstr ""
+"Sartu snippet-aren aktibatzailea. Aktibatzailea da <keycap>Tabuladorea</keycap> "
+"tekla sakatu aurretik snippet-a txertatzeko idazten duzun testua."
+
+#: C/gedit.xml:1767(para)
+msgid ""
+"The tag must be either a single word comprising only letters, or any single "
+"character. The <guilabel>Tab trigger</guilabel> will highlight in red if an "
+"invalid tab trigger is entered."
+msgstr ""
+"Etiketa letrak bakarrik dituen hitz bakarra izan daiteke, nahiz karaktere "
+"bakar bat. <guilabel>Aktibatzailea</guilabel> gorriz azalduko da sartutako "
+"aktibatzailea baliogabea bada."
+
+#: C/gedit.xml:1770(term)
+msgid "Shortcut key"
+msgstr "Laster-tekla"
+
+#: C/gedit.xml:1772(para)
+msgid "Type a shortcut key to use for inserting the snippet."
+msgstr "Idatzi laster-tekla bat snippet-a txertatzeko erabiltzeko."
+
+#: C/gedit.xml:1781(title)
+msgid "Editing and Removing Snippets"
+msgstr "Snippet-ak editatzea eta kentzea"
+
+#: C/gedit.xml:1782(para)
+msgid ""
+"To edit a snippet, select it in the list and make changes to its text and "
+"activation properties."
+msgstr ""
+"Snippet bat editatzeko, hauta ezazu zerrendan, eta egin aldaketak haren "
+"testuan eta aktibatzeko propietateetan."
+
+#: C/gedit.xml:1783(para)
+msgid "To rename a snippet, click it again in the list."
+msgstr "Snippet bati izena aldatzeko, egin klik berriro bertan zerrendan."
+
+#: C/gedit.xml:1784(para)
+msgid ""
+"To restore a built-in snippet that you have changed, press "
+"<guilabel>Revert</guilabel>."
+msgstr ""
+"Zuk aldatutako snippet inkorporatu bat leheneratzeko, sakatu "
+"<guilabel>Leheneratu</guilabel>."
+
+#: C/gedit.xml:1785(para)
+msgid ""
+"To remove a snippet, select it in the list and press "
+"<guibutton>Remove</guibutton>. You can not remove built-in snippets, only "
+"those you have created yourself."
+msgstr ""
+"Snippet bat kentzeko, hauta ezazu zerrendan, eta sakatu "
+"<guibutton>Kendu</guibutton>. Ezin duzu kendu snippet inkorporaturik, zuk "
+"sortutakoak bakarrik."
+
+#: C/gedit.xml:1789(title)
+msgid "Snippet Substitutions"
+msgstr "Snippet ordezpenak"
+
+#: C/gedit.xml:1790(para)
+msgid ""
+"In addition to inserting stored text, a snippet can include customizable "
+"text, or mark spaces where you can add text once the snippet is inserted in "
+"your document."
+msgstr ""
+"Gordetako testua txertatzeaz gain, snippet batek testu pertsonalizagarria "
+"eduki dezake, edo zuriuneak markatu testua gehi dezakezun lekuan, behin "
+"snippet-a dokumentuan txertatuta."
+
+#: C/gedit.xml:1794(para)
+msgid "You can use the following placeholder codes in snippet text:"
+msgstr "Leku-marken kode hauek erabil ditzakezu snippet-en testuan:"
+
+#: C/gedit.xml:1796(term)
+msgid "Tab placeholders"
+msgstr "Tabulazioen leku-markak"
+
+#: C/gedit.xml:1798(para)
+msgid ""
+"<literal>$<replaceable>n</replaceable></literal> defines a tab placeholder, "
+"where <literal>n</literal> is any number from 1 upwards."
+msgstr ""
+"<literal>$<replaceable>n</replaceable></literal>: tabulazioen leku-marka bat "
+"definitzen du, eta <literal>n</literal> 1etik gorako zenbaki bat da."
+
+#: C/gedit.xml:1799(para)
+msgid ""
+"<literal>${<replaceable>n</replaceable>:<replaceable>default</replaceable>}<"
+"/literal> defines a tab placeholder with a default value."
+msgstr ""
+"<literal>${<replaceable>n</replaceable>:<replaceable>default</replaceable>}<"
+"/literal>: balio lehenetsia duen tabulazioen leku-marka definitzen du."
+
+#: C/gedit.xml:1800(para)
+msgid ""
+"A tab placeholder marks a place in the snippet text where you can add extra "
+"text after the snippet is inserted."
+msgstr ""
+"Tabulazioen leku-markak leku bat markatzen du snippet-aren testuan zuk testu "
+"estra gehitu ahal izateko snippet-a txertatu ondoren."
+
+#: C/gedit.xml:1801(para)
+msgid ""
+"To use tab placeholders, insert the snippet as normal. The cursor is placed "
+"at the first tab placeholder. Type text, and press <keycap>Tab</keycap> to "
+"advance to the next tab placeholder. The number in the placeholder code "
+"defines the order in which tab advances to each place in the text."
+msgstr ""
+"Tabulazioen leku-markak erabiltzeko, txertatu snippet-a modu normalean. "
+"Kurtsorea tabulazioen lehenengo leku-markan jarrita dago. Idatzi testua, eta "
+"sakatu <keycap>Tabuladorea</keycap> tekla, tabulazioen hurrengo leku-markara "
+"joateko. Leku-markaren kodearen zenbakiak tabuladorea testuko hurrengo "
+"lekura joateko ordena definitzen du."
+
+#: C/gedit.xml:1802(para)
+msgid ""
+"Press <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> to "
+"return to the previous tab placeholder. Pressing <keycap>Tab</keycap> when "
+"there are no more tab placeholders moves the cursor to the end of the "
+"snippet text, or to the end placeholder if it exists."
+msgstr ""
+"Sakatu <keycombo><keycap>Maius</keycap><keycap>Tabuladorea</keycap></keycombo> "
+"tabulazioen aurreko leku-markara itzultzeko. <keycap>Tabuladorea</keycap> sakatuz "
+"gero tabulazioen leku-marka gehiago ez daudenean, kurtsorea snippet-"
+"testuaren amaierara joango da, edo amaierako leku-markara, baldin badago."
+
+#: C/gedit.xml:1805(term)
+msgid "Mirror placeholders"
+msgstr "Ispilatu leku-markak"
+
+#: C/gedit.xml:1807(para)
+msgid ""
+"A repeated tab placeholder will mirror the placeholder already defined. This "
+"allows you to type in text only once that you want to appear several times "
+"in the snippet."
+msgstr ""
+"Tabulazioen leku-marka errepikatu batek lehendik definitutako leku-marka "
+"ispilatuko du. Honek aukera ematen dizu testua behin tekleatzeko, snippet-"
+"ean hainbat aldiz agertzea nahi duzunean."
+
+#: C/gedit.xml:1810(term)
+msgid "End placeholder"
+msgstr "Amaitu leku-marka"
+
+#: C/gedit.xml:1812(para)
+msgid ""
+"<literal>$0</literal> defines the end placeholder. This allows you to finish "
+"working with the snippet with the cursor at a point other than the end of "
+"the snippet text."
+msgstr ""
+"<literal>$0</literal>: amaierako leku-marka definitzen du. Honek aukera "
+"ematen dizu snippet-arekin lan egiten amaitzeko, kurtsorea snippet-testuaren "
+"amaiera ez den beste puntu batean dagoenean."
+
+#: C/gedit.xml:1815(term)
+msgid "Environmental variables"
+msgstr "Ingurune-aldagaiak"
+
+#: C/gedit.xml:1817(para)
+msgid ""
+"Environmental variable such as <literal>$PATH</literal> and "
+"<literal>$HOME</literal> are substituted in snippet text. The following "
+"variables specific to <application>gedit</application> can also be used:"
+msgstr ""
+"Ingurune-aldagaiak, <literal>$PATH</literal> eta <literal>$HOME</literal>, "
+"esate baterako, ordezten dira snippet-testuan. "
+"<application>gedit</application>-en aldagai espezifiko hauek ere erabil "
+"daitezke:"
+
+#: C/gedit.xml:1819(term)
+msgid "$GEDIT_SELECTED_TEXT"
+msgstr "$GEDIT_SELECTED_TEXT"
+
+#: C/gedit.xml:1821(para)
+msgid "The currently selected text."
+msgstr "Unean hautatutako testua."
+
+#: C/gedit.xml:1824(term)
+msgid "$GEDIT_FILENAME"
+msgstr "$GEDIT_FILENAME"
+
+#: C/gedit.xml:1826(para)
+msgid ""
+"The full filename of the document, or an empty string if the document isn't "
+"saved yet."
+msgstr ""
+"Dokumentuaren fitxategi-izen osoa, edo kate huts bat, dokumentua oraindik "
+"gorde ez bada."
+
+#: C/gedit.xml:1829(term)
+msgid "$GEDIT_BASENAME"
+msgstr "$GEDIT_BASENAME"
+
+#: C/gedit.xml:1831(para)
+msgid ""
+"The basename of the filename of the document, or an empty string if the "
+"document isn't saved yet."
+msgstr ""
+"Dokumentuaren fitxategi-izenaren oinarrizko izena, edo kate huts bat, dokumentua "
+"oraindik gorde ez bada."
+
+#: C/gedit.xml:1834(term)
+msgid "$GEDIT_CURRENT_WORD"
+msgstr "$GEDIT_CURRENT_WORD"
+
+#: C/gedit.xml:1836(para)
+msgid ""
+"The word at the cursor's location in the document. When this variable is "
+"used, the current word will be replaced by the snippet text."
+msgstr ""
+"Dokumentuan kurtsorearen kokapenean dagoen hitza. Aldagai hau erabiltzen denean, "
+"snippet-testuak ordeztuko du uneko hitza."
+
+#: C/gedit.xml:1844(term)
+msgid "Shell placeholders"
+msgstr "Shell leku-markak"
+
+#: C/gedit.xml:1846(para)
+msgid ""
+"<literal>$(<replaceable>cmd</replaceable>)</literal> is replaced by the "
+"result of executing <replaceable>cmd</replaceable> in a shell."
+msgstr ""
+"<literal>$(<replaceable>cmd</replaceable>)</literal>: shell batean "
+"<replaceable>cmd</replaceable> exekutatzearen ondoriozko emaitzak ordezten "
+"du."
+
+#: C/gedit.xml:1847(para)
+msgid ""
+"<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</lit"
+"eral> allows you to give this placeholder a reference, where "
+"<replaceable>n</replaceable> is any number from 1 upwards. Use "
+"<literal>$<replaceable>n</replaceable></literal> to use the output from one "
+"shell placeholder as input in another."
+msgstr ""
+"<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</lit"
+"eral>: aukera ematen dizu leku-marka honi erreferentzia bat emateko, eta "
+"<replaceable>n</replaceable> 1etik gorako zenbaki bat da. Erabili "
+"<literal>$<replaceable>n</replaceable></literal> shell leku-marka baten "
+"irteera beste baten sarrera gisa erabiltzeko."
+
+#: C/gedit.xml:1850(term)
+msgid "Python placeholders"
+msgstr "Python leku-markak"
+
+#: C/gedit.xml:1852(para)
+msgid ""
+"<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> is replaced by "
+"the result of evaluating <replaceable>cmd</replaceable> in the python "
+"interpreter."
+msgstr ""
+"<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal>: "
+"<replaceable>cmd</replaceable> Python interpretatzailean ebaluatzearen "
+"ondoriozko emaitzak ordezten du."
+
+#: C/gedit.xml:1853(para)
+msgid ""
+"<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</replaceable>&gt"
+";</literal> specifies another python placeholder as a dependency, where "
+"<replaceable>a</replaceable> gives its order in the snippet. This allows you "
+"to use python functions defined in another snippet. To specify several "
+"dependencies, separate the numbers with commas thus: <literal>$&lt;<replacea"
+"ble>a</replaceable>,<replaceable>b</replaceable>:<replaceable>cmd</replaceab"
+"le>&gt;</literal>"
+msgstr ""
+"<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</replaceable>&gt"
+";</literal>: beste python leku-marka bat zehazten du mendekotasun gisa, eta "
+"<replaceable>a</replaceable>-k ematen dio ordena snippet-ean. Honek aukera "
+"ematen dizu beste snippet batean definitutako python funtzioak erabiltzeko. "
+"Hainbat mendekotasun zehazteko, bereizi zenbakiak komekin honela: <literal>$"
+"&lt;<replaceable>a</replaceable>,<replaceable>b</replaceable>:<replaceable>c"
+"md</replaceable>&gt;</literal>"
+
+#: C/gedit.xml:1854(para)
+msgid ""
+"To use a variable in all other python snippets, declare it as "
+"<literal>global</literal>."
+msgstr ""
+"Aldagai bat beste python snippet batzuetan erabiltzeko, deklaratu "
+"<literal>global</literal> gisa."
+
+#: C/gedit.xml:1863(title)
+msgid "Sort Plugin"
+msgstr "Ordenatzeko plugina"
+
+#: C/gedit.xml:1864(para)
+msgid ""
+"The <application>Sort</application> plugin arranges selected lines of text "
+"into alphabetical order."
+msgstr ""
+"<application>Ordenatu</application> pluginak testu batean hautatutako "
+"lerroak ordena alfabetikoan jartzen ditu."
+
+#: C/gedit.xml:1865(para)
+msgid ""
+"You cannot undo the Sort operation, so you should save the file before "
+"performing the sort. To revert to the saved version of the file after the "
+"sort operation, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Rever"
+"t</guimenuitem></menuchoice>."
+msgstr ""
+"Ezin duzu desegin ordenatzeko eragiketa; beraz, gorde fitxategia ordenatu "
+"aurretik. Fitxategiaren gordetako bertsiora leheneratzeko ordenatzeko "
+"eragiketaren ondoren, aukeratu <menuchoice><guimenu>Fitxategia</guimenu><gui"
+"menuitem>Leheneratu</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1868(para)
+msgid "To use the Sort plugin, perform the following steps:"
+msgstr "Ordenatzeko plugina erabiltzeko, jarraitu urrats hauei:"
+
+#: C/gedit.xml:1871(para)
+msgid "Select the lines of text you want to sort."
+msgstr "Hautatu ordenatu nahi duzun testuko lerroak."
+
+#: C/gedit.xml:1873(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</guimenuitem></m"
+"enuchoice>. The <guilabel>Sort</guilabel> dialog opens."
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Editatu</guimenu><guimenuitem>Ordenatu</guimen"
+"uitem></menuchoice>. <guilabel>Ordenatu</guilabel> elkarrizketa-koadroa irekiko da."
+
+#: C/gedit.xml:1876(para)
+msgid "Choose the options you want for the sort:"
+msgstr "Aukeratu ordenatu nahi dituzun aukerak:"
+
+#: C/gedit.xml:1879(para)
+msgid ""
+"To arrange the text in reverse order, select <guilabel>Reverse "
+"order</guilabel>."
+msgstr ""
+"Testua alderantzizko ordenan antolatzeko, hautatu <guilabel>Alderantzikatu "
+"ordena</guilabel>."
+
+#: C/gedit.xml:1882(para)
+msgid "To delete duplicate lines, select <guilabel>Remove duplicates</guilabel>."
+msgstr ""
+"Bikoiztutako lerroak ezabatzeko, hautatu <guilabel>Kendu "
+"bikoiztuak</guilabel>."
+
+#: C/gedit.xml:1885(para)
+msgid "To ignore case sensitivity, select <guilabel>Ignore case</guilabel>."
+msgstr ""
+"Maiuskulei/minuskulei ez ikusi egiteko, hautatu <guilabel>Ez ikusi egin "
+"maiuskulei eta minuskulei</guilabel>."
+
+#: C/gedit.xml:1888(para)
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <guilabel>Start at "
+"column</guilabel> spin box."
+msgstr ""
+"Ordenak lerroen hasierako karaktereak kontuan hartzea nahi ez baduzu, ezarri "
+"ordenatu beharreko lehenengo karakterea <guilabel>Zutabe honetatik "
+"hasi</guilabel> biratze-botoia."
+
+#: C/gedit.xml:1893(para)
+msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgstr ""
+"Ordenatzeko eragiketa egiteko, egin klik <guibutton>Ordenatu</guibutton> "
+"botoian."
+
+#: C/gedit.xml:1900(title)
+msgid "Spell Checker Plugin"
+msgstr "Ortografia egiaztatzeko plugina"
+
+#: C/gedit.xml:1901(para)
+msgid ""
+"The <application>Spell Checker</application> plugin checks the spelling in "
+"the selected text. You can configure <application>gedit</application> to "
+"check the spelling automatically, or you can check the spelling manually, in "
+"the specified language. The language setting, and the autocheck spelling "
+"properties, apply per document. To use the Spell checker plugin, perform the "
+"following steps:"
+msgstr ""
+"<application>Ortografia-egiaztatzailea</application> pluginak hautatutako "
+"testuaren ortografia egiaztatzen du. <application>gedit</application> "
+"konfigura dezakezu ortografia automatikoki egiaztatzeko, edo ortografia "
+"eskuz egiazta dezakezu, zehaztutako hizkuntzan. Hizkuntza-ezarpena, eta "
+"autografia-egiaztatze automatikoaren propietateak, dokumentu bakoitzean "
+"aplikatzen dira. Ortografia-egiaztatzailea erabiltzeko, jarraitu urrats "
+"hauei:"
+
+#: C/gedit.xml:1903(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Set "
+"Language</guimenuitem></menuchoice> to display the <guilabel>Set "
+"language</guilabel> dialog. Select the appropriate language from the list. "
+"Click <guibutton>OK</guibutton> to close the <guilabel>Set "
+"language</guilabel> dialog."
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Tresnak</guimenu><guimenuitem>Ezarri "
+"hizkuntza</guimenuitem></menuchoice>, <guilabel>Ezarri hizkuntza</guilabel> "
+"elkarrizketa-koadroa bistaratzeko. Hautatu hizkuntza zerrendan. Egin klik "
+"<guibutton>Ados</guibutton> botoian, <guilabel>Ezarri hizkuntza</guilabel> "
+"elkarrizketa-koadroa ixteko."
+
+#: C/gedit.xml:1906(para)
+msgid ""
+"To check the spelling automatically, choose "
+"<menuchoice><guimenu>Tools</guimenu><guimenuitem>Autocheck "
+"Spelling</guimenuitem></menuchoice>. To unset the automatic spell check, "
+"choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Autocheck "
+"Spelling</guimenuitem></menuchoice> again. When automatic spell checking is "
+"set, an icon is displayed beside the <guimenuitem>Autocheck "
+"Spelling</guimenuitem> menu item. Automatic spell checking is unset by "
+"default, each time <application>gedit</application> starts."
+msgstr ""
+"Ortografia automatikoki egiaztatzeko, aukeratu "
+"<menuchoice><guimenu>Tresnak</guimenu><guimenuitem>Ortografia automatikoki "
+"egiaztatzea</guimenuitem></menuchoice>. Ortografia automatikoki egiaztatzea "
+"nahi ez baduzu, aukeratu "
+"<menuchoice><guimenu>Tresnak</guimenu><guimenuitem>Ortografia automatikoki "
+"egiaztatzea</guimenuitem></menuchoice> berriro. Ortografia-egiaztatze "
+"automatikoa ezarrita dagoenean, ikono bat bistaratzen da "
+"<guimenuitem>Ortografia automatikoki egiaztatzea</guimenuitem> menu-"
+"elementuaren gainean. Ortografia-egiaztatze automatikoa ezarri gabe dago "
+"modu lehenetsian, <application>gedit</application> abiarazten den "
+"bakoitzean."
+
+#: C/gedit.xml:1907(para)
+msgid ""
+"Unknown spellings are displayed in a different color, and underlined. Right-"
+"click on an unknown spelling, then select <guimenu>Spelling "
+"Suggestions</guimenu> from the popup menu:"
+msgstr ""
+"Ortografia ezezagunak beste kolore batean bistaratzen dira, eta "
+"azpimarratuta. Egin klik eskuin-botoiarekin ortografia ezezagun batean, eta "
+"hautatu <guimenu>Ortografia-iradokizunak</guimenu> laster-menuan:"
+
+#: C/gedit.xml:1910(para)
+msgid ""
+"To replace the unknown spelling with another spelling in the list, select "
+"the replacement spelling from the <guimenu>Spelling Suggestions</guimenu> "
+"popup menu."
+msgstr ""
+"Ortografia ezezaguna zerrendako zerrendako beste ortografia batekin "
+"ordezteko, hautatu ordezteko ortografia <guimenu>Ortografia-"
+"iradokizunak</guimenu> laster-menuan."
+
+#: C/gedit.xml:1913(para)
+msgid ""
+"To add the unknown spelling to your personal dictionary, select "
+"<menuchoice><guimenu>Spelling "
+"Suggestions</guimenu><guimenuitem>Add</guimenuitem></menuchoice>."
+msgstr ""
+"Ortografia ezezaguna zure hiztegi pertsonalean gehitzeko, hautatu "
+"<menuchoice><guimenu>Ortografia-"
+"iradokizunak</guimenu><guimenuitem>Gehitu</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1916(para)
+msgid ""
+"To ignore all occurrences of the unknown spelling, so that they are no "
+"longer flagged as unknown but are not added to your personal dictionary, "
+"select <menuchoice><guimenu>Spelling "
+"Suggestions</guimenu><guimenuitem>Ignore All</guimenuitem></menuchoice>. The "
+"unknown word is ignored in the current <application>gedit</application> "
+"session only."
+msgstr ""
+"Ortografia ezezagunaren agerraldi guztiei ez ikusi egiteko, ezezaguntzat ez "
+"jotzeko baina zure hiztegi pertsonalean ez gehitzeko moduan, hautatu "
+"<menuchoice><guimenu>Ortografia-iradokizunak</guimenu><guimenuitem>Ez ikusi "
+"egin denei</guimenuitem></menuchoice>. Hitz ezezagunari uneko "
+"<application>gedit</application> saioan bakarrik ez ikusi egingo zaio."
+
+#: C/gedit.xml:1921(para)
+msgid ""
+"To check the spelling manually, choose "
+"<menuchoice><guimenu>Tools</guimenu><guimenuitem>Check "
+"Spelling</guimenuitem></menuchoice>."
+msgstr ""
+"Ortografia eskuz egiaztatzeko, aukeratu "
+"<menuchoice><guimenu>Tresnak</guimenu><guimenuitem>Egiaztatu "
+"ortografia</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1923(para)
+msgid ""
+"If there are no spelling errors, an <guilabel>Information</guilabel> dialog "
+"displays a message stating that the document does not contain misspelled "
+"words. Click <guibutton>OK</guibutton> to close the "
+"<guilabel>Information</guilabel> dialog."
+msgstr ""
+"Ortografia-akatsik ez badago, <guilabel>Informazioa</guilabel> elkarrizketa-koadroak "
+"mezu bat bistaratuko du dokumentuan gaizki idatzitako hitzik ez dagoela "
+"esateko. Egin klik <guibutton>Ados</guibutton> botoian, "
+"<guilabel>Informazioa</guilabel> elkarrizketa-koadroa ixteko."
+
+#: C/gedit.xml:1925(para)
+msgid ""
+"If there are spelling errors, the <guilabel>Check Spelling</guilabel> dialog "
+"is displayed:"
+msgstr ""
+"Ortografia-akatsak badaude, <guilabel>Egiaztatu ortografia</guilabel> "
+"elkarrizketa-koadroa bistaratuko da:"
+
+#: C/gedit.xml:1928(para)
+msgid ""
+"The <guilabel>Misspelled word</guilabel> is displayed at the top of the "
+"dialog."
+msgstr ""
+"<guilabel>Ortografia-akatsa</guilabel> bistaratuko da elkarrizketa-koadroaren "
+"goialdean."
+
+#: C/gedit.xml:1931(para)
+msgid ""
+"A suggested known spelling is displayed in the <guilabel>Change "
+"to</guilabel> text box. You can replace this with another known spelling by "
+"selecting a spelling from the <guilabel>Suggestions</guilabel> list, or you "
+"can enter text directly into the <guilabel>Change to</guilabel> text box."
+msgstr ""
+"Iradokitako ortografia ezaguna bistaratuko da <guilabel>Aldatu</guilabel> "
+"testu-koadroan. Hori beste ortografia ezagun batekin ordeztu dezakezu "
+"<guilabel>Iradokizunak</guilabel> zerrendan ortografia bat hautatuz, edo "
+"testua zuzenean sar dezakezu <guilabel>Aldatu</guilabel> testu-koadroan."
+
+#: C/gedit.xml:1934(para)
+msgid ""
+"To check the spelling of the text in the <guilabel>Change to</guilabel> text "
+"box, click <guibutton>Check Word</guibutton>. If this is a known word, the "
+"<guilabel>Suggestions</guilabel> list is replaced with the text "
+"<literal>(correct spelling)</literal>. If the word is not known, new entries "
+"appear in the <guilabel>Suggestions</guilabel> list."
+msgstr ""
+"<guilabel>Aldatu</guilabel> testu-koadroko testuaren ortografia "
+"egiaztatzeko, egin klik <guibutton>Egiaztatu hitza</guibutton> botoian. "
+"Hitza ezaguna bada, <literal>(ortografia zuzena)</literal> testuak ordeztuko "
+"du <guilabel>Iradokizunak</guilabel> zerrenda. Hitza ezezaguna bada, "
+"berriz, sarrera berriak azalduko dira <guilabel>Iradokizunak</guilabel> "
+"zerrendan."
+
+#: C/gedit.xml:1937(para)
+msgid ""
+"To ignore the current occurrence of the unknown word, click "
+"<guibutton>Ignore</guibutton>. To ignore all occurrences of the unknown "
+"word, click <guibutton>Ignore All</guibutton>. The unknown word is ignored "
+"in the current <application>gedit</application> session only."
+msgstr ""
+"Hitz ezezagunaren uneko agerraldiari ez ikusi egiteko, egin klik "
+"<guibutton>Ez ikusi egin</guibutton> botoian. Hitz ezezagunaren agerraldi "
+"guztiei ez ikusi egiteko, egin klik <guibutton>Ez ikusi egin "
+"denei</guibutton> botoian. Hitz ezezagunari uneko "
+"<application>gedit</application> saioan bakarrik ez ikusi egingo zaio."
+
+#: C/gedit.xml:1940(para)
+msgid ""
+"To change the current occurrence of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click "
+"<guibutton>Change</guibutton>. To change all occurrences of the unknown word "
+"to the text in the <guilabel>Change to</guilabel> text box, click "
+"<guibutton>Change All</guibutton>."
+msgstr ""
+"Hitz ezezagunaren uneko agerraldia <guilabel>Aldatu</guilabel> testu-"
+"koadroko hitzarekin ordezteko, egin klik <guibutton>Aldatu</guibutton> "
+"botoian. Hitz ezezagunaren agerraldi guztiak <guilabel>Aldatu</guilabel> "
+"testu-koadroko hitzarekin ordezteko, egin klik <guibutton>Aldatu "
+"dena</guibutton> botoian."
+
+#: C/gedit.xml:1943(para)
+msgid ""
+"To add the unknown word to your personal dictionary, click <guibutton>Add "
+"word</guibutton>."
+msgstr ""
+"Hitz ezezaguna hiztegi pertsonalean gehitzeko, egin klik <guibutton>Gehitu "
+"hitza</guibutton> botoian."
+
+#: C/gedit.xml:1946(para)
+msgid ""
+"To close the <guilabel>Check Spelling</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"<guilabel>Egiaztatu ortografia</guilabel> elkarrizketa-koadroa ixteko, egin "
+"klik <guibutton>Itxi</guibutton> botoian."
+
+#: C/gedit.xml:1955(title)
+msgid "Tag List Plugin"
+msgstr "Etiketa-zerrendaren plugina"
+
+#: C/gedit.xml:1956(para)
+msgid ""
+"The <application>Tag List</application> plugin allows you to insert common "
+"tags from a list in the side pane."
+msgstr ""
+"<application>Etiketa-zerrenda</application> pluginak aukera ematen dizu "
+"zerrenda batetik etiketa ohikoenak txertatzeko albo-panelean."
+
+#: C/gedit.xml:1957(para)
+msgid "To use the Tag List plugin, perform the following steps:"
+msgstr "Etiketa-zerrenda plugina erabiltzeko, jarraitu urrats hauei:"
+
+#: C/gedit.xml:1959(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side "
+"Pane</guimenuitem></menuchoice>."
+msgstr ""
+"Aukeratu <menuchoice><guimenu>Ikusi</guimenu><guimenuitem>Albo-"
+"panela</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1963(para)
+msgid ""
+"By default, the side pane shows a tab containing a list of open documents. "
+"Click on the tab showing a + icon at the bottom of the side pane to show the "
+"tag list tab."
+msgstr ""
+"Modu lehenetsian, albo-panelak irekitako dokumentuen zerrenda daukan fitxa "
+"bat erakusten du. Egin klik albo-paneleko behealdeko + ikonoan, etiketa-"
+"zerrendaren fitxa bistaratzeko."
+
+#: C/gedit.xml:1965(para)
+msgid ""
+"Select the appropriate tag category from the drop-down list. For example, "
+"<guilabel>HTML - Tags</guilabel>."
+msgstr ""
+"Hautatu nahi duzun etiketa-kategoria goitibeherako zerrendan. Adibidez, "
+"<guilabel>HTML - Etiketak</guilabel>."
+
+#: C/gedit.xml:1968(para)
+msgid "Scroll through the tag list to find the required tag."
+msgstr "Mugitu etiketa-zerrendan zehar, behar den etiketa bilatzeko."
+
+#: C/gedit.xml:1971(para)
+msgid ""
+"To insert a tag at the cursor position in the current file, double-click on "
+"the tag in the tag list. You can also insert a tag as follows:"
+msgstr ""
+"Etiketa bat uneko fitxategian kurtsorearen kokalekuan txertatzeko, egin klik "
+"bikoitza etiketa-zerrendako etiketan. Etiketa bat honela ere txerta "
+"dezakezu:"
+
+#: C/gedit.xml:1973(para)
+msgid ""
+"To insert a tag in the current file and change the focus from the side pane "
+"to the display area, press <keycap>Return</keycap>."
+msgstr ""
+"Etiketa bat uneko fitxategian txertatzeko eta fokua albo-paneletik "
+"bistaratze-areara aldatzeko, sakatu <keycap>Sartu</keycap>."
+
+#: C/gedit.xml:1976(para)
+msgid ""
+"To insert a tag in the current file and maintain the focus on the "
+"<guilabel>Tag list plugin</guilabel> window, press "
+"<keycombo><keycap>Shift</keycap><keycap>Return</keycap></keycombo>."
+msgstr ""
+"Etiketa bat uneko fitxategian txertatzeko eta fokua <guilabel>Etiketa-"
+"zerrendaren plugina</guilabel> leihoan edukitzeko, sakatu "
+"<keycombo><keycap>Maius</keycap><keycap>Sartu</keycap></keycombo>."
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
+#: C/gedit.xml:0(None)
+msgid "translator-credits"
+msgstr "Hizkuntza Politikarako Sailburuordetza <hizkpol@ej-gv.es>, 2011"
+
diff --git a/help/fi/fi.po b/help/fi/fi.po
new file mode 100644
index 0000000..2671338
--- /dev/null
+++ b/help/fi/fi.po
@@ -0,0 +1,4404 @@
+# gedit's Finnish translation.
+# Copyright (C) 2008-2010 Free Software Foundation, Inc.
+#
+#
+# comments from sampo555 regarding translation:
+# "Tulostusohjeen puolella alkoi vähän ideat loppumaan järkevien
+# käännösten osalta, joten ainakin sitä voisi joku vilkaista.
+# Typojakin jäi varmasti muutama, vaikka ajoinkin käännökset oikoluvun
+# läpi. Mitään suurempia ongelmia käännöksissä ei kuitenkaan pitäisi olla..."
+#
+# sampo555 <sampo_75@windowslive.com>, 2012.
+# Valto Wirkola <valto.wirkola@yahoo.com>, 2008-2010.
+# Tommi Vainikainen <thv@iki.fi> (Legal Notices), 2006.
+# Lasse Liehu <lasse.liehu@gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"POT-Creation-Date: 2014-08-09 05:12+0000\n"
+"PO-Revision-Date: 2014-08-09 13:29+0300\n"
+"Last-Translator: Lasse Liehu <lasse.liehu@gmail.com>\n"
+"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
+"Language: fi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"sampo555 <sampo_75 [at] windowslive [dot] com>, 2012.\n"
+"Valto Wirkola <valto [dot] wirkola [at] yahoo [dot] com>, 2008, 2010\n"
+"Tommi Vainikainen <thv [at] iki [dot] fi>, 2006."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:9 C/gedit-change-default-font.page:9
+#: C/gedit-close-file.page:9 C/gedit-create-new-file.page:11
+#: C/gedit-edit-as-root.page:9 C/gedit-files-basic.page:9
+#: C/gedit-full-screen.page:11 C/gedit-open-files-from-sidepane.page:10
+#: C/gedit-open-files.page:16 C/gedit-open-on-server.page:9
+#: C/gedit-open-recent.page:9 C/gedit-plugin-guide.page:9
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:14
+#: C/gedit-plugins-insert-date-time.page:14 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:9
+#: C/gedit-plugins-quick-open.page:10 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:13 C/gedit-printing.page:9
+#: C/gedit-quickstart.page:11 C/gedit-replace.page:11
+#: C/gedit-save-file.page:11 C/gedit-search.page:10
+#: C/gedit-shortcut-keys.page:12 C/gedit-spellcheck.page:11
+#: C/gedit-syntax-highlighting.page:9 C/gedit-tabs-moving.page:12
+#: C/gedit-tabs.page:13 C/gedit-undo-recent-action.page:11
+#: C/gedit-view-open-files-in-sidepane.page:10 C/index.page:13
+msgid "Jim Campbell"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:14
+msgid "Change the color scheme"
+msgstr "Väriteeman vaihtaminen"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:16
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>geditin</app> mukana toimitetaan useita väriteemoja, joilla voi muuttaa "
+"pääikkunan ulkoasua."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:19
+msgid "To change the color scheme, complete the following steps:"
+msgstr "Väriteeman vaihtaminen onnistuu seuraavasti:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:21 C/gedit-change-default-font.page:23
+#, fuzzy
+#| msgid ""
+#| "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; "
+#| "Colors</gui></guiseq>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"Valitse <guiseq><gui>Muokkaa</gui><gui>Asetukset</gui><gui>Fontit &amp; "
+"Värit</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:24
+msgid "Choose your desired color scheme."
+msgstr "Valitse haluamasi väriteema"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:27
+msgid "The new color scheme will be applied immediately."
+msgstr "Valittu väriteema otetaan käyttöön välittömästi."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:30
+msgid "Use a Custom Color Scheme"
+msgstr "Mukautetun väriteeman käyttäminen"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:35
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Voit myös käyttää muiden käyttäjien luomia väriteemoja, tai luoda itsellesi "
+"oman väriteeman ja käyttää sitä."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:37
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link "
+"href=\"http://live.gnome.org/GtkSourceView/StyleSchemes\">gedit wiki</link>."
+msgstr ""
+"Tarkemmat ohjeet väriteemojen asentamiseen muutaman esimerkkiteeman kera "
+"löytyvät <link href=\"http://live.gnome.org/GtkSourceView/"
+"StyleSchemes\">geditin wikistä</link>."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:11
+msgid "2011 2012 2013"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:15
+msgid "Change the default font"
+msgstr "Oletusfontin muuttaminen"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:17
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> käyttää oletuksena järjestelmän tasalevyistä fonttia, mutta "
+"voit muuttaa <app>geditin</app> oletusfontin mieleiseksesi."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:22
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Oletusfontin muuttaminen onnistuu <app>geditissä</app> seuraavasti:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:26
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr "Poista rasti kohdasta ”Käytä järjestelmän tasalevyistä fonttia.”"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:28
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:31
+#, fuzzy
+#| msgid ""
+#| "Choose your desired font, and use the <gui>slider</gui> to set the "
+#| "default font size."
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Valitse haluamasi fontti ja säädä sen kokoa <gui>liukusäätimellä</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:33
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Napsauta <gui>Valitse</gui> ja <gui>Sulje</gui>."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:14
+msgid "Close a file"
+msgstr "Tiedoston sulkeminen"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:16
+msgid ""
+"To close a file in <app>gedit</app>, select <guiseq><gui>File</gui> "
+"<gui>Close</gui></guiseq>. Alternately, you can click the small \"X\" that "
+"appears on the right-side of the file's tab, or press <keyseq><key>Ctrl</"
+"key> <key>W</key></keyseq>."
+msgstr ""
+"Tiedoston sulkeminen <app>geditissä</app> onnistuu valitsemalla "
+"<guiseq><gui>Tiedosto</gui> <gui>Sulje</gui></guiseq>, painamalla tiedoston "
+"välilehden oikeassa reunassa olevaa rastia tai käyttämällä näppäinkomentoa "
+"<keyseq><key>Ctrl</key> <key>W</key></keyseq> ."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Mikä tahansa edellä mainituista toiminnoista sulkee tiedoston "
+"<app>geditissä</app>. Jos tiedostoon on tehty muutoksia viimeisimmän "
+"tallennuksen jälkeen, <app>gedit</app> antaa mahdollisuuden tallentaa "
+"muutokset ennen tiedoston sulkemista."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:15 C/gedit-full-screen.page:15
+#: C/gedit-open-files.page:20 C/gedit-plugins-quick-open.page:14
+#: C/gedit-save-file.page:19 C/gedit-search.page:22 C/gedit-tabs.page:30
+#: C/gedit-undo-recent-action.page:23
+msgid "Shobha Tyagi"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:21
+msgid "Create a new file"
+msgstr "Uuden asiakirjan luominen"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:23
+#, fuzzy
+#| msgid ""
+#| "To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+#| "press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the toolbar, or "
+"press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Tiedoston avaaminen <app>geditissä</app> onnistuu napsauttamalla <gui>Avaa</"
+"gui>-painiketta tai käyttämällä näppäinyhdistelmää <keyseq><key>Ctrl</"
+"key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:27
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Mikä tahansa edellä mainituista toiminnoista luo uuden tiedoston "
+"<app>geditiin</app>. Jos <app>geditissä</app> on jo muita tiedostoja "
+"avoinna, uusi tiedosto ilmestyy uutena välilehtenä vanhojen tiedostojen "
+"oikealle puolelle."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:14
+#, fuzzy
+#| msgid "Edit a file as the root (administative) user"
+msgid "Edit a file as the root user"
+msgstr "Tiedoston muokkaaminen pääkäyttäjänä"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:17
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Tiedostojen muokkaaminen pääkäyttäjänä voi olla vaarallista ja saattaa "
+"aiheuttaa pahoja järjestelmäongelmia. Noudata erityistä varovaisuutta "
+"muokatessasi tiedostoja pääkäyttäjänä."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:22
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Tiedostojen muokkaaminen pääkäyttäjänä onnistuu käynnistämällä <app>gedit</"
+"app> päätteestä komennolla:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:24
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:26
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Koska <cmd>sudo</cmd>-komennon käyttäminen vaatii tunnistautumista, "
+"<app>gedit</app> käynnistyy vasta, kun olet syöttänyt salasanasi "
+"onnistuneesti."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:29
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Vaihtoehtona <cmd>sudo</cmd>-komennolle pääkäyttäjän oikeudet voidaan "
+"hankkia kirjoittamalla:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:31
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:33
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Tämän jälkeen <app>geditin</app> käynnistäminen onnistuu <cmd>gedit</cmd> "
+"komennolla."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:37
+#, fuzzy
+#| msgid ""
+#| "Once you have opened <app>gedit</app> with administrative privileges, the "
+#| "application will retain those privileges until you close it."
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Kun <app>gedit</app> käynnistetään pääkäyttäjän oikeuksin, ohjelma säilyttää "
+"nämä oikeudet aina sen sulkemiseen asti."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:14
+msgid "File basics: Open, close, and save files"
+msgstr "Tiedostojen perustoiminnot: Avaaminen, sulkeminen ja tallentaminen"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:16
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, and opening and closing files."
+msgstr ""
+"Jos <app>geditin</app> käyttö ei ole vielä kovin tuttua, nämä aiheet "
+"auttavat tiedostojen luomisessa, tallentamisessa, avaamisessa ja "
+"sulkemisessa."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:21
+msgid "Use fullscreen mode"
+msgstr "Kokoruututilan käyttäminen"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:23
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"<app>geditin</app> kokoruututila saattaa helpottaa suurten tiedostojen "
+"käsittelyä. Kokoruututilassa <gui>valikkopalkki</gui>, <gui>välilehtipalkki</"
+"gui> ja <gui>työkalupalkki</gui> piilotetaan, mikä jättää enemmän tilaa "
+"tekstille ja antaa mahdollisuuden keskittyä itse tehtävään."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:30
+msgid "Turn on fullscreen mode"
+msgstr "Kokoruututilaan siirtyminen"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:31
+#, fuzzy
+#| msgid ""
+#| "To turn on fullscreen mode, select <guiseq><gui>View</"
+#| "gui><gui>Fullscreen</gui></guiseq>, or press <key>F11</key>. "
+#| "<app>gedit's</app> menu, title, and tab-bars will hide, and you will only "
+#| "be presented with the text of your current file."
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Kokoruututilaan siirtyminen onnistuu joko valitsemalla <guiseq><gui>Näytä</"
+"gui><gui>Kokoruutu</gui></guiseq> tai painamalla <key>F11</key>-näppäintä. "
+"<app>geditin</app> valikko-, otsikko- ja välilehtipalkit piilotetaan ja "
+"ruutu käytetään kokonaisuudessaan valitun tiedoston sisällön esittämiseen."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:34
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Jos tarvitset <app>geditin</app> valikon toimintoja työskennellessäsi "
+"kokoruututilassa, siirrä hiiren osoitin näytön yläreunaan. Tämän jälkeen "
+"voit valita esiin ilmestyvästä <app>geditin</app> valikkopalkista "
+"tarvitsemasi toiminnon."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:40
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Avoinna olevien välilehtien välillä siirtyminen kokoruututilassa onnistuu "
+"näppäinyhdistelmillä <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></"
+"keyseq> ja <keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:48
+msgid "Turn off fullscreen mode"
+msgstr "Kokoruututilasta poistuminen"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:49
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+#, fuzzy
+#| msgid ""
+#| "To turn off fullscreen mode and return to the standard <app>gedit</app> "
+#| "window, move your mouse cursor to the top of the screen, and wait for the "
+#| "<gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+#| "select <gui>Leave Fullscreen</gui>. You can also press <key>F11</key> to "
+#| "turn off fullscreen mode."
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select <gui>Leave Fullscreen</gui>."
+msgstr ""
+"Kokoruututilasta poistuminen ja normaaliin tilaan palaaminen onnistuu "
+"siirtämällä hiiren osoitin näytön yläreunaan ja odottamalla "
+"<gui>valikkopalkin</gui> ilmestymistä. Kun <gui>valikkopalkki</gui> tulee "
+"näkyviin, valitse <gui>Peru kokoruututila</gui>. Kokoruututilasta "
+"poistuminen onnistuu myös painamalla <key>F11</key>-näppäintä."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:15
+msgid "View and open files from the side pane"
+msgstr "Tiedostojen selaaminen ja avaaminen sivupaneelista"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:16
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the <app>side pane</app>."
+msgstr ""
+"Välilehdet <app>geditin</app> ikkunan yläreunassa ovat yleisin tapa avoimien "
+"tiedostojen hallintaan. Jos tiedostoja kuitenkin on useita kymmeniä, "
+"<app>sivupaneelin</app> käyttäminen saattaa olla parempi vaihtoehto avoimien "
+"tiedostojen hallitsemiseen."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:23
+#, fuzzy
+#| msgid ""
+#| "To activate the <app>side pane</app>, select <guiseq><gui>View</"
+#| "gui><gui>Side Pane</gui></guiseq>, or just press the <key>F9</key> key."
+msgid ""
+"To activate the <app>side pane</app>, select <guiseq><gui>View</gui> "
+"<gui>Side Pane</gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"<app>Sivupaneelin </app> käyttöönotto onnistuu valitsemalla "
+"<guiseq><gui>Näytä</gui><gui>Sivupaneeli</gui></guiseq> tai painamalla "
+"<key>F9</key>-näppäintä."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:29
+msgid ""
+"You can toggle the <gui>side pane</gui> open or closed by pressing <key>F9</"
+"key> at any time."
+msgstr ""
+"<gui>Sivupaneelin</gui> avaaminen tai sulkeminen onnistuu milloin tahansa "
+"<key>F9</key>-näppäimellä."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:36
+#: C/gedit-plugins-file-browser.page:32
+msgid "Opening files from the side pane"
+msgstr "Tiedoston avaaminen sivupalkista"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:37
+#, fuzzy
+#| msgid ""
+#| "To open files from the <app>side pane</app>, first open the <app>side "
+#| "pane</app> by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></"
+#| "guiseq>, then click on the <gui>file-browser</gui> icon at the bottom of "
+#| "the pane."
+msgid ""
+"To open files from the <app>side pane</app>, first open the <app>side pane</"
+"app> by selecting <guiseq><gui>View</gui> <gui>Side Pane</gui></guiseq>, "
+"then click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+"Tiedostojen avaaminen <app>sivupaneelista</app> onnistuu avaamalla "
+"<app>sivupaneeli</app> valitsemalla <guiseq><gui>Näytä</"
+"gui><gui>Sivupaneeli</gui></guiseq> ja painamalla <gui>tiedostoselaimen</"
+"gui> kuvaketta paneelin alareunassa."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:46
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>file-browser</em> mode of the <app>side pane</"
+"app>. You can then use the navigation buttons at the top of the pane to "
+"locate and open your desired files."
+msgstr ""
+"Tämä avaa <app>sivupaneeliin</app> <em>tiedostoselaimen</em>, jota voit "
+"käyttää tiedostojen etsimiseen ja avaamiseen. Tiedostoselainta hallitaan "
+"sivupaneelin yläosasta löytyvien painikkeiden avulla."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:54
+msgid "Using the side pane to switch between open files"
+msgstr "Avoimien tiedostojen hallinta sivupaneelista"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:55
+msgid ""
+"Once you have several files open, you can use the side pane to switch "
+"between open files. To activate the file browser portion of the <app>side "
+"pane</app>, click on the <gui>file</gui> icon at the bottom of the <gui>side "
+"pane</gui>."
+msgstr ""
+"Sivupaneelia voidaan käyttää myös avoimien asiakirjojen hallintaan. "
+"<app>Sivupaneelin</app> asiakirjaselaimen avaaminen onnistuu napsauttamalla "
+"<gui>tyhjän asiakirjan</gui> kuvaketta <gui>sivupaneelin</gui> alareunassa."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:64
+msgid ""
+"Clicking on any file name in the <gui>side pane</gui> will open that file "
+"for editing."
+msgstr ""
+"Tiedosto avautuu muokattavaksi napsauttamalla sen nimeä <gui>sivupaneelissa</"
+"gui>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:26
+msgid "Open a file or set of files"
+msgstr "Avaa yksi tai useampi tiedosto"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:28
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Tiedoston avaaminen <app>geditissä</app> onnistuu napsauttamalla <gui>Avaa</"
+"gui>-painiketta tai käyttämällä näppäinyhdistelmää <keyseq><key>Ctrl</"
+"key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:30
+#, fuzzy
+#| msgid ""
+#| "This will cause the <gui>Open Files</gui> dialog to appear. Use your "
+#| "mouse or keyboard to select the file that you wish to open, and then "
+#| "click <gui>Open</gui>. The file that you've selected will open in a new "
+#| "tab."
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Aukeavasta <gui>Avaa tiedostoja</gui> -ikkunasta voit valita haluamasi "
+"tiedoston hiiren tai näppäimistön avulla. Valittu tiedosto avautuu uuteen "
+"välilehteen painamalla <gui>Avaa</gui>-painiketta."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:33
+#, fuzzy
+#| msgid ""
+#| "To close the <gui>Open Files</gui> dialog without opening a file, click "
+#| "<gui>Cancel</gui>."
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"<gui>Avaa tiedostoja</gui> -ikkunan sulkeminen avaamatta yhtään tiedostoa "
+"onnistuu napsauttamalla <gui>Peru</gui>-painiketta."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:36
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Useiden tiedostojen avaaminen kerralla onnistuu <key>Ctrl</key>- ja "
+"<key>Vaihto</key>-näppäimillä. Jos <key>Ctrl</key>-näppäin on painettu "
+"pohjaan tiedostoja valittaessa, kaikki valitut tiedostot avautuvat "
+"<gui>Avaa</gui>-painikkeella."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:43
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"<key>Vaihto</key>-näppäimen painaminen tiedostojen avaamisen yhteydessä avaa "
+"ensimmäisen ja viimeisen valitun tiedoston sekä kaikki niiden välissä olevat "
+"tiedostot."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:14
+msgid "Open a file that is located on a server"
+msgstr "Palvelimella sijaitsevan tiedoston avaaminen"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:16
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Ennen kuin <app>gedit</app> voi avata tiedostoja verkkopalvelimelta, "
+"<app>gedit</app> tarvitsee teknisiä tietoja kyseisestä palvelimesta. "
+"<app>gedit</app> vaatii ainakin palvelimen IP- tai verkko-osoitteen ja "
+"mahdollisesti myös palvelimen tyypin (esim. HTTP, FTP, jne.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:21
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Jotkut palvelimet rajoittavat palvelimella olevien tiedostojen muokkaamista. "
+"Tiedoston voi esimerkiksi avata palvelimelta, mutta muutokset täytyy "
+"tallentaa paikallisesti omalle tietokoneelle."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:26
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Tiedostojen avaaminen verkkopalvelimelta <app>geditillä</app> onnistuu "
+"seuraavasti:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:30
+msgid ""
+"Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+"<gui>Open Files</gui> dialog."
+msgstr ""
+"Valitse <guiseq><gui>Tiedosto</gui><gui>Avaa</gui></guiseq> ja <gui>Avaa "
+"tiedostoja</gui> -ikkuna avautuu."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid ""
+"Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</gui> "
+"dialog."
+msgstr ""
+"Napsauta <gui>kynää</gui> <gui>Avaa tiedostoja</gui> -ikkunan yläreunassa."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Anna palvelimen IP- tai verkko-osoite."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Etsi ja valitse haluamasi tiedosto."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character coding drop-down list to select the appropriate character "
+"coding."
+msgstr ""
+"Valitse Merkistökoodaus-pudotusvalikosta tiedostolle asianmukainen "
+"merkistökoodaus."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:43
+msgid "Click <gui>Open</gui>."
+msgstr "Napsauta <gui>Avaa</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>gvfs</app>."
+msgstr ""
+"Tuettuja URI-tyyppejä ovat mm. http:, ftp:, file:, ja kaikki <app>gvfs</"
+"app>:n tukemat muodot."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Osa URI-tyypeistä avataan \"vain-luku\"-tilassa, ja kaikki muutokset täytyy "
+"tallentaa muualle. HTTP sallii vain tiedostojen lukemisen. FTP:llä avatut "
+"tiedostot ovat \"vain-luku\"-tilassa, koska kaikki FTP-palvelimet eivät osaa "
+"tallentaa muutoksia."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:14
+msgid "Reopen a recently-used file"
+msgstr "Äskettäin käytetyn tiedoston avaaminen"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:16
+msgid ""
+"By default, <app>gedit</app> provides easy access to five of your most "
+"recently-used files. Here is how you can open a recently-used file:"
+msgstr ""
+"Oletuksena <app>gedit</app> tarjoaa nopean pääsyn viiteen viimeisimpään "
+"tiedostoon. Äskettäin käytetyn tiedoston avaaminen onnistuu seuraavasti:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:19
+msgid ""
+"Click the downward-facing arrow to the right of the <gui>Open</gui> button."
+msgstr ""
+"Napsauta alaspäin osoittavaa nuolta <gui>Avaa</gui>-painikkeen oikealla "
+"puolella."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:21
+msgid ""
+"<app>gedit</app> will display a list of the five most-recently used files."
+msgstr "<app>gedit</app> näyttää viiden tuoreimman tiedoston listan."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:23
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Valitse haluamasi tiedosto, ja se avautuu uuteen välilehteen"
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:26
+#, fuzzy
+#| msgid ""
+#| "To adjust the number of recently-used files that gedit displays, you will "
+#| "need to use the <app>gconf-editor</app> application."
+msgid ""
+"To adjust the number of recently-used files that gedit displays, you will "
+"need to use the <app>dconf-editor</app> application."
+msgstr ""
+"Näytettävien viimeisimpien tiedostojen määrää voi säätää <app>gconf-editor</"
+"app>-ohjelmalla."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:30
+#, fuzzy
+#| msgid ""
+#| "Launch <app>gconf-editor</app> and select <guiseq><gui>apps</"
+#| "gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>recents</"
+#| "gui></guiseq>."
+msgid ""
+"Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> <gui>gnome</"
+"gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-recents</"
+"gui></guiseq>."
+msgstr ""
+"Käynnistä <app>gconf-editor</app> ja valitse <guiseq><gui>apps</"
+"gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>recents</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:33
+#, fuzzy
+#| msgid ""
+#| "Double-click on the number next to <gui>max_recents</gui> and change the "
+#| "number to your desired value."
+msgid ""
+"Double-click on the number next to <gui>max-recents</gui> and change the "
+"number to your desired value."
+msgstr ""
+"Kaksoisnapsauta numeroa <gui>max_recents</gui>-tekstin vieressä ja anna "
+"haluamasi arvo."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:14
+msgid "Configure and use gedit Plugins"
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:15
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:19
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:24
+msgid "Default gedit Plugins"
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:28
+msgid "Additional gedit Plugins"
+msgstr ""
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:10
+#: C/gedit-plugins-insert-date-time.page:9 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:9
+#: C/gedit-replace.page:15 C/gedit-search.page:14 C/gedit-tabs-moving.page:16
+#: C/gedit-tabs.page:17 C/gedit-undo-recent-action.page:15
+#: C/gedit-view-open-files-in-sidepane.page:14
+msgid "Daniel Neel"
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+#, fuzzy
+#| msgid "Change Case"
+msgid "Change case"
+msgstr "Vaihda kirjainkokoa"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+#, fuzzy
+#| msgid "Select the lines of text you want to sort."
+msgid "Highlight the portion of text that you want to change."
+msgstr "Valitse tekstirivit, jotka haluat järjestää."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+#, fuzzy
+#| msgid "Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr "Valitse <guiseq><gui>Tiedosto</gui><gui>Tulosta</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+#, fuzzy
+#| msgid ""
+#| "Change each lowercase character to uppercase, and change each uppercase "
+#| "character to lowercase."
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr "Vaihtaa jokaisen ison kirjaimen pieneksi ja pienen kirjaimen isoksi."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+#, fuzzy
+#| msgid "Document Statistics Plugin"
+msgid "View document statistics"
+msgstr "Asiakirjan tilastot -liitännäinen"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+#, fuzzy
+#| msgid "Document Statistics Plugin"
+msgid "Document statistics"
+msgstr "Asiakirjan tilastot -liitännäinen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+#, fuzzy
+#| msgid ""
+#| "Using the spell-check feature in <app>gedit</app> requires that you first "
+#| "enable the spell-check plugin. To enable the plugin, select "
+#| "<guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</"
+#| "gui><gui>Spell Checker</gui> </guiseq>."
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Oikeinkirjoituksen tarkistus <app>geditissä</app> vaatii oikoluku-lisäosan "
+"käyttöönottoa. Lisäosa voidaan ottaa käyttöön valitsemalla "
+"<guiseq><gui>Muokkaa </gui><gui>Asetukset</gui><gui>Lisäosat</"
+"gui><gui>Oikoluku</gui> </guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+#, fuzzy
+#| msgid "Document Statistics Plugin"
+msgid "Using Document Statistics"
+msgstr "Asiakirjan tilastot -liitännäinen"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid "Run scripts on your current files, and interact with other applications"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+#, fuzzy
+#| msgid "External Tools Plugin"
+msgid "External tools"
+msgstr "Ulkoiset työkalut -liitännäinen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</"
+"gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+#, fuzzy
+#| msgid "External Tools Plugin"
+msgid "Configure the external tools plugin"
+msgstr "Ulkoiset työkalut -liitännäinen"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:17
+#, fuzzy
+#| msgid "Use the specified command to print the file."
+msgid "Use the side pane to browse and open files"
+msgstr "Käytä määritettyä komentoa tiedoston tulostukseen."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:20
+#, fuzzy
+#| msgid "File Browser Plugin"
+msgid "File browser pane"
+msgstr "Tiedostoselain -liitännäinen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:22
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser pane</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side pane, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:27
+#, fuzzy
+#| msgid ""
+#| "Launch <app>gconf-editor</app> and select <guiseq><gui>apps</"
+#| "gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>recents</"
+#| "gui></guiseq>."
+msgid ""
+"You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>File Browser Pane</gui></guiseq>."
+msgstr ""
+"Käynnistä <app>gconf-editor</app> ja valitse <guiseq><gui>apps</"
+"gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>recents</gui></"
+"guiseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-file-browser.page:33
+#, fuzzy
+#| msgid ""
+#| "To view the File Browser, choose <menuchoice><guimenu>View</"
+#| "guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click "
+#| "on the tab showing the File Browser icon at the bottom of the side pane."
+msgid ""
+"To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+"gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+"click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+"Näyttääksesi tiedostoselaimen, valitse <menuchoice><guimenu>Näytä</"
+"guimenu><guimenuitem>Sivupaneeli</guimenuitem></menuchoice> ja napsauta "
+"sitten välilehteä, joka näyttää tiedostoselainkuvakkeen sivupaneelin "
+"alaosassa."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:17
+msgid "Insert the current date/time at the cursor position"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:20
+#, fuzzy
+#| msgid "Insert Date/Time Plugin"
+msgid "Insert date/time"
+msgstr "Päiväys/aika -liitännäinen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:22
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position. To "
+"enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Insert Date/"
+"Time</gui></guiseq>. To use the plugin, press <guiseq> <gui "
+"style=\"menu\">Edit</gui><gui>Insert Date and Time</gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:29
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by selecting "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</"
+"gui> <gui>Plugins</gui><gui>Insert Date/Time</gui><gui>Configure</gui></"
+"guiseq>."
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </"
+"gui><gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>[Name "
+"of Plugin]</gui></guiseq> to enable the plugin."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:45
+#, fuzzy
+#| msgid "Click <guibutton>Open</guibutton>."
+msgid "Click <gui>Close</gui>."
+msgstr "Napsauta <guibutton>Avaa</guibutton>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:48
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:52
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:59
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+#, fuzzy
+#| msgid "Vim Modelines"
+msgid "Modelines"
+msgstr "Vim-tilarivit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+#, fuzzy
+#| msgid ""
+#| "Launch <app>gconf-editor</app> and select <guiseq><gui>apps</"
+#| "gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>recents</"
+#| "gui></guiseq>."
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui style=\"menuitem\">Preferences</"
+"gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Käynnistä <app>gconf-editor</app> ja valitse <guiseq><gui>apps</"
+"gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>recents</gui></"
+"guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+#, fuzzy
+#| msgid "General Tabbed Section"
+msgid "General Modeline Options"
+msgstr "Yleiset-välilehtiosio"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+#, fuzzy
+#| msgid ""
+#| "The following plugins come built-in with <application>gedit</application>:"
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Seuraavat liitännäiset ovat sisäänrakennettuina <application>gedit</"
+"application>:ssä:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Sarkaimen leveys"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Sisennyksen leveys"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+#, fuzzy
+#| msgid "Insert spaces instead of tabs"
+msgid "Inserting spaces instead of tabs"
+msgstr "Välilyöntien syöttö sarkaimien sijaan"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Tekstin rivitys"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Oikean kehyksen leveys"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr "Tilarivien asettamat asetukset ohittavat asetusdialogin asetukset."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Emacs-tilarivit"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+#, fuzzy
+#| msgid ""
+#| "The first two lines of a document are scanned for <application>Emacs</"
+#| "application> modelines."
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Ensimmäisiltä kahdelta riviltä etsitään <application>Emacs</application>-"
+"tilarivejä."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+#, fuzzy
+#| msgid "Tab width"
+msgid "Tab-width"
+msgstr "Sarkaimen leveys"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link "
+"href=\"http://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs "
+"Manual</link>."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Kate-tilarivit"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+#, fuzzy
+#| msgid ""
+#| "The first and last ten lines a document are scanned for "
+#| "<application>Kate</application> modelines."
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Ensimmäisiltä ja viimeisiltä kymmeneltä riviltä etsitään <application>Kate</"
+"application>-tilarivejä."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+#, fuzzy
+#| msgid "Tab width"
+msgid "tab-width"
+msgstr "Sarkaimen leveys"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+#, fuzzy
+#| msgid "Indent width"
+msgid "indent-width"
+msgstr "Sisennyksen leveys"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link "
+"href=\"http://kate-editor.org/\">Kate website</link>."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Vim-tilarivit"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+#, fuzzy
+#| msgid ""
+#| "The first and last three lines a document are scanned for "
+#| "<application>Vim</application> modelines."
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Ensimmäisiltä ja viimeisiltä kolmelta riviltä etsitään <application>Vim</"
+"application>-tilarivejä."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+#, fuzzy
+#| msgid "Indent width"
+msgid "textwidth"
+msgstr "Sisennyksen leveys"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+#, fuzzy
+#| msgid ""
+#| "For more information on creating plugins, see the <ulink type=\"http\" "
+#| "url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</"
+#| "application> website</ulink>."
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link "
+"href=\"http://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Lisätietoa liitännäisten luomisesta, katso <ulink type=\"http\" url=\"http://"
+"live.gnome.org/Gedit/Plugins\"><application>gedit</application>:in web-"
+"sivusto</ulink>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:12
+msgid "Add an interactive Python console to the bottom pane"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:15
+#, fuzzy
+#| msgid "Python Console Plugin"
+msgid "Python console"
+msgstr "Python-konsoli -liitännäinen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:17
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</"
+"gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:23
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press "
+"<keyseq><key>Shift</key><key>F9</key></keyseq>."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:27
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:18
+msgid "Quickly open a file or set of files"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:21
+msgid "Quick open"
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:23
+#, fuzzy
+#| msgid ""
+#| "Using the spell-check feature in <app>gedit</app> requires that you first "
+#| "enable the spell-check plugin. To enable the plugin, select "
+#| "<guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</"
+#| "gui><gui>Spell Checker</gui> </guiseq>."
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Oikeinkirjoituksen tarkistus <app>geditissä</app> vaatii oikoluku-lisäosan "
+"käyttöönottoa. Lisäosa voidaan ottaa käyttöön valitsemalla "
+"<guiseq><gui>Muokkaa </gui><gui>Asetukset</gui><gui>Lisäosat</"
+"gui><gui>Oikoluku</gui> </guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:28
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:32
+#, fuzzy
+#| msgid ""
+#| "If you make a mistake while using <app>gedit</app>, you can undo it by "
+#| "pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or by clicking "
+#| "<guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>. Doing so will cause "
+#| "<app>gedit</app> to undo one set of similar actions."
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <guiseq><gui>File</"
+"gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Jos teet virheen käyttäessäsi <app>geditiä</app>, voit kumota sen "
+"näppäinyhdistelmällä <keyseq><key>Ctrl</key><key>Z</key></keyseq> tai "
+"valitsemalla <guiseq><gui>Muokkaa</gui><gui>Kumoa</gui></guiseq>. Kumoaminen "
+"kumoaa kerralla sarjan samanlaisia toimintoja."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:35
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+#, fuzzy
+#| msgid "Enter the URI of the file that you want to open."
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Syötä avattavan tiedoston URI-osoite."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:38
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:40
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:46
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:49
+#, fuzzy
+#| msgid "Print the current document"
+msgid "The directory of the currently opened document"
+msgstr "Tulosta nykyinen asiakirja"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Pane</app> plugin"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:53
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:55
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:57
+msgid "Your <file>Desktop</file> directory"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Home</file> directory"
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:62
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+
+#. (itstool) path: media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:17
+#: C/gedit-printing-order.page:14 C/gedit-printing.page:13
+#: C/gedit-printing-select.page:13 C/gedit-quickstart.page:15
+#: C/gedit-replace.page:19 C/gedit-save-file.page:15 C/gedit-search.page:18
+#: C/gedit-shortcut-keys.page:28 C/gedit-spellcheck.page:19
+#: C/gedit-syntax-highlighting.page:13 C/gedit-tabs-moving.page:20
+#: C/gedit-tabs.page:21 C/gedit-undo-recent-action.page:19
+#: C/gedit-view-open-files-in-sidepane.page:18 C/index.page:17
+msgid "Sindhu S"
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+#, fuzzy
+#| msgid "Snippet text"
+msgid "Snippets"
+msgstr "Leiketeksti"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+#, fuzzy
+#| msgid "Snippets Plugin"
+msgid "Enable Snippets Plugin"
+msgstr "Tekstileikkeet-liitännäinen"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:44
+#: C/gedit-spellcheck.page:36
+#| msgid ""
+#| "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; "
+#| "Colors</gui></guiseq>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui> <gui style=\"tab\">Plugins</gui></"
+"guiseq>."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+#, fuzzy
+#| msgid "Snippet text"
+msgid "Browse Snippets"
+msgstr "Leiketeksti"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui "
+"style=\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+#, fuzzy
+#| msgid "Adding Snippets"
+msgid "Using Snippets"
+msgstr "Tekstileikkeiden lisääminen valikoimaan."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+#, fuzzy
+#| msgid "Number of lines in the current document."
+msgid "To insert a snippet into your current document:"
+msgstr "Rivien määrän asiakirjassa."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-"
+"8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+#, fuzzy
+#| msgid "Adding Snippets"
+msgid "Adding Snippets"
+msgstr "Tekstileikkeiden lisääminen valikoimaan."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui "
+"style=\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:21
+msgid "Sort lines of text into alphabetical order"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:24
+msgid "Sort"
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:26
+#, fuzzy
+#| msgid ""
+#| "The <application>Sort</application> plugin arranges selected lines of "
+#| "text into alphabetical order."
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"<application>Lajittelu</application>-liitännäinen järjestää valitut "
+"tekstirivit aakkosjärjestykseen."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:30
+#, fuzzy
+#| msgid ""
+#| "You cannot undo the Sort operation, so you should save the file before "
+#| "performing the sort. To revert to the saved version of the file after the "
+#| "sort operation, choose <menuchoice><guimenu>File</"
+#| "guimenu><guimenuitem>Revert</guimenuitem></menuchoice>."
+msgid ""
+"You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+"operation, so we recommend that you save the file immediately before "
+"performing the sort. If you make a mistake with the sort, you can revert to "
+"the previously-saved version of the file by selecting <guiseq><gui>File</"
+"gui><gui>Revert</gui></guiseq>."
+msgstr ""
+"Et voi peruuttaa lajittelutoimintoa, joten sinun tulisi tallentaa tiedosto "
+"ennen lajittelu suorittamista. Palataksesi tallennettuun versioon, valitse "
+"<menuchoice><guimenu>Tiedosto</guimenu><guimenuitem>Palauta levyltä</"
+"guimenuitem></menuchoice>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:38
+#, fuzzy
+#| msgid "Sort Plugin"
+msgid "Enable Sort Plugin"
+msgstr "Lajittelu-liitännäinen"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:40
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:49
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:56
+#, fuzzy
+#| msgid "Sort Plugin"
+msgid "Using Sort Plugin"
+msgstr "Lajittelu-liitännäinen"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:58
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid "Drag and highlight the desired lines of text."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:65
+#| msgid ""
+#| "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; "
+#| "Colors</gui></guiseq>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Sort</"
+"gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:69
+#, fuzzy
+#| msgid ""
+#| "The <guilabel>Print</guilabel> dialog enables you to specify the "
+#| "following print options:"
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"<guilabel>Tulosta</guilabel>-dialogi päästää sinut määrittämään seuraavat "
+"tulostusasetukset:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:73
+#, fuzzy
+#| msgid ""
+#| "The <application>Sort</application> plugin arranges selected lines of "
+#| "text into alphabetical order."
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<application>Lajittelu</application>-liitännäinen järjestää valitut "
+"tekstirivit aakkosjärjestykseen."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:77
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:81
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:83
+#, fuzzy
+#| msgid ""
+#| "To have the sort ignore the characters at the start of the lines, set the "
+#| "first character that should be used for sorting in the <guilabel>Start at "
+#| "column</guilabel> spin box."
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Jättääksesi huomiotta rivien ensimmäisiä kirjaimia lajiteltaessa, aseta "
+"ensimmäinen kirjain, jota tulisi käyttää järjestettäessä <guilabel>Aloita "
+"sarakkeesta:</guilabel> -lukurullaaan."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:91
+#, fuzzy
+#| msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr ""
+"Suorittaaksesi lajittelutehtävän, paina <guibutton>Lajittele</guibutton>."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:10 C/gedit-printing-select.page:9
+msgid "Phil Bull"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:20
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Kopioiden tulostaminen oikeassa järjestyksessä"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:23
+msgid "Reverse"
+msgstr "Käänteinen"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:25
+#, fuzzy
+#| msgid ""
+#| "Printers usually print the first page first, and the last page last, so "
+#| "the pages end up in reverse order when you pick them up."
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Tulostimet tulostavat normaalisti ensimmäisen sivun ensimmäisenä ja "
+"viimeisen viimeisenä, joten tulostuksen valmistuttua sivut ovat käänteisessä "
+"järjestyksessä eli viimeinen sivu on pinon päällimmäisenä."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:31
+#, fuzzy
+#| msgid "Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr "Valitse <guiseq><gui>Tiedosto</gui><gui>Tulosta</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:35
+#, fuzzy
+#| msgid ""
+#| "In the <gui>General</gui> tab of the Print window under <em>Copies</em> "
+#| "check <gui>Collate</gui>."
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"Valitse <gui>Kerää</gui> tulostusikkunan <gui>Yleiset</gui>-välilehdeltä "
+"<em>Kopioita</em>-otsakkeen alta."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:41
+msgid "The last page will be printed first, and so on."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:45
+msgid "Collate"
+msgstr "Kerää"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:47
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Jos asiakirjasta tulostetaan useampia kopioita, tulosteet ryhmitellään "
+"automaattisesti sivunumeron mukaan eli ensin tulostetaan kaikki kopiot "
+"ensimmäisestä sivusta, seuraavaksi kaikki kopiot toisesta sivusta ja niin "
+"edelleen. Kerääminen tulostaa kaikki asiakirjan sivut peräkkäin ennen "
+"seuraavan kopion tulostamista."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:52
+msgid "To Collate:"
+msgstr "Tulosteiden kerääminen"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:55
+#, fuzzy
+#| msgid "Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr "Valitse <guiseq><gui>Tiedosto</gui><gui>Tulosta</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:59
+#, fuzzy
+#| msgid ""
+#| "In the <gui>General</gui> tab of the Print window under <em>Copies</em> "
+#| "check <gui>Collate</gui>."
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"Valitse <gui>Kerää</gui> tulostusikkunan <gui>Yleiset</gui>-välilehdeltä "
+"<em>Kopioita</em>-otsakkeen alta."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:19
+#, fuzzy
+#| msgid "Printing a Document"
+msgid "Printing documents"
+msgstr "Asiakirjan tulostus"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:22
+#, fuzzy
+#| msgid ""
+#| "Printing with <app>gedit</app> requires that you have connected and "
+#| "configured your printer. If you have not done this, please consult the "
+#| "<link href=\"ghelp:gnome-help?printing\">printing help for GNOME</link>."
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Tulostin täytyy kiinnittää ja asentaa ennen kuin voit tulostaa <app>geditin</"
+"app> asiakirjoja. Jos et ole vielä tehnyt sitä, tutustu <link "
+"href=\"ghelp:gnome-help?printing\">GNOME:n tulostusohjeeseen</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:27
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:30
+#, fuzzy
+#| msgid "Print preview"
+msgid "Print Preview"
+msgstr "Tulostuksen esikatselu"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:32
+#, fuzzy
+#| msgid ""
+#| "<app>gedit</app> allows you to both print output to a file, as well as "
+#| "printing output to paper. Prior to printing your document, you can also "
+#| "preview how the printed document will look by using the <app>Print "
+#| "Preview</app> feature."
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"<app>gedit</app> mahdollistaa asiakirjojen tulostamisen tiedostoon ja "
+"paperille. <app>Tulostuksen esikatselu</app> mahdollistaa tulosteen ulkoasun "
+"tarkistamisen ennen tulostusta."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:37
+#, fuzzy
+#| msgid ""
+#| "Open the Replace tool by clicking <guiseq><gui>Search</gui><gui>Replace</"
+#| "gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Avaa korvaustyökalu valitsemalla <guiseq><gui>Etsi</gui><gui>Korvaa</gui></"
+"guiseq> tai paina <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:44
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:52
+#, fuzzy
+#| msgid "Printing to paper"
+msgid "Printing To Paper"
+msgstr "Asiakirjan tulostaminen paperille"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:54
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:59
+#| msgid ""
+#| "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; "
+#| "Colors</gui></guiseq>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:64
+#, fuzzy
+#| msgid "Select the desired file, and it will open in a new tab."
+msgid "Select the desired printer from the list of printers available."
+msgstr "Valitse haluamasi tiedosto, ja se avautuu uuteen välilehteen"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:67
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:73
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/"
+"printing#paper\">Layout and Paper options</link> help."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:83
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:85
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui "
+"style=\"group\">Copies</gui> options to help you:"
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:91
+#, fuzzy
+#| msgid "Printing to paper"
+msgid "Printing To File"
+msgstr "Asiakirjan tulostaminen paperille"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:93
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:98
+#| msgid ""
+#| "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; "
+#| "Colors</gui></guiseq>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:103
+#, fuzzy
+#| msgid "Printing is enabled for the following file formats:"
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "Tiedostoon tulostaminen tukee seuraavia tiedostomuotoja:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:107
+msgid "Portable Document Format (.pdf)"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:110
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:113
+msgid "Scalable Vector Graphic (.svg)"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:118
+#, fuzzy
+#| msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Suorittaaksesi lajittelutehtävän, paina <guibutton>Lajittele</guibutton>."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:19
+msgid "Only Printing Certain Pages"
+msgstr "Valittujen sivujen tulostaminen"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:21
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:27
+#, fuzzy
+#| msgid "Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui "
+"style=\"menuitem\">Print…</gui></guiseq>."
+msgstr "Valitse <guiseq><gui>Tiedosto</gui><gui>Tulosta</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:31
+#, fuzzy
+#| msgid ""
+#| "In the <gui>General</gui> tab in the Print window choose <gui>Pages</gui> "
+#| "from the <gui>Range</gui> section."
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"Valitse <gui>Sivut</gui> tulostusikkunan <gui>Yleiset</gui>-välilehdeltä "
+"<em>Alue</em>-otsakkeen alta."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:35
+#, fuzzy
+#| msgid ""
+#| "Type the numbers of the pages you want to print in the textbox, separated "
+#| "by commas. Use a dash to denote a range of pages."
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Anna haluamasi sivunumerot pilkuilla erotettuina tekstikenttään. "
+"Väliviivalla voit ilmaista sivujoukon."
+
+#. (itstool) path: media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:27
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='883fe82b057396bce097926551bb109e'"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:21
+msgid "Get started with gedit"
+msgstr "Pikaopas geditin käyttöön"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:22
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> on ominaisuusrikas GNOME-työpöytäympäristön tekstimuokkain. "
+"Sitä voi käyttää yksinkertaisten muistiinpanojen ja asiakirjojen "
+"muokkaamiseen, tai jopa ohjelmistokehitysympäristönä <app>geditin</app> "
+"edistyneempien ominaisuuksien ansiosta."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:29
+#, fuzzy
+#| msgid ""
+#| "Once <app>gedit</app> launches, you can start writing right away. To save "
+#| "your text, just click <gui>Save</gui>."
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> icon in the <app>gedit</app> "
+"toolbar."
+msgstr ""
+"Voit aloittaa kirjoittamisen välittömästi <app>geditin</app> käynnistyttyä. "
+"Tekstin tallentaminen onnistuu painamalla <gui>Tallenna</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:33
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Lisää tietoa <app>geditin</app> ominaisuuksista ja apua sen käyttämiseen "
+"löytyy <app>geditin</app> ohjeen <link xref=\"index\">muista osioista</link>."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:23
+msgid "Ekaterina Gerasimova"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:29
+msgid "Replace text"
+msgstr "Tekstin korvaaminen"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:31
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Tekstin muokkaaminen voi välillä olla hidasta. Ajan säästämiseksi "
+"<app>gedit</app> sisältää <app>Korvaustoiminnon</app>, joka auttaa tietyn "
+"tekstin korvaamisessa toisella."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:36
+msgid "Replace text in <app>gedit</app>"
+msgstr "Tekstin korvaaminen <app>geditissä</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:38
+#, fuzzy
+#| msgid ""
+#| "Open the Replace tool by clicking <guiseq><gui>Search</gui><gui>Replace</"
+#| "gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui "
+"style=\"menu\">Search</gui><gui style=\"menuitem\">Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Avaa korvaustyökalu valitsemalla <guiseq><gui>Etsi</gui><gui>Korvaa</gui></"
+"guiseq> tai paina <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:43
+#, fuzzy
+#| msgid ""
+#| "Enter the text that you wish to replace into the 'Search for:' field."
+msgid ""
+"Enter the text that you wish to replace into the <gui>Search for:</gui> "
+"field."
+msgstr "Kirjoita korvattava teksti Hakusana-kenttään."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:47
+#, fuzzy
+#| msgid "Enter the new, replacement text into the 'Replace with:' field."
+msgid ""
+"Enter the new, replacement text into the <gui>Replace with:</gui> field."
+msgstr "Kirjoita uusi, korvaava teksti Korvaava merkkijono -kenttään."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:51
+#, fuzzy
+#| msgid ""
+#| "Once you have entered the original and replacement text, select your "
+#| "desired replacement options:"
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Kun alkuperäinen ja korvaava teksti on annettu, valitse haluamasi "
+"korvaustapa:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:56
+#, fuzzy
+#| msgid ""
+#| "To replace <em>only</em> the next matching portion of text, click "
+#| "<gui>Replace</gui>."
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Korvataksesi <em>vain</em> seuraavan osuman, napsauta <gui>Korvaa</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:60
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Korvataksesi <em>kaikki osumat</em>, napsauta <gui>Korvaa kaikki</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:68
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Ole varovainen käyttäessäsi <gui>Korvaa kaikki</gui> -toimintoa. Se "
+"vaikuttaa aina koko asiakirjaan eikä se korosta korvattavia tekstinpätkiä "
+"etukäteen."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:75
+msgid "More options"
+msgstr "Lisäasetukset"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:77
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr ""
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:81
+msgid "Match case"
+msgstr "Huomioi kirjainkoko"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:82
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"<em>Kirjainkoon huomiointi</em> määrittää, onko kirjainkoolla merkitystä. "
+"Jos tämä asetus on valittu, kirjainkoko vaikuttaa haun tuloksiin. Jos ei, "
+"kirjainkoolla ei ole merkitystä."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:87
+msgid "Match entire word only"
+msgstr "Etsi kokonaista sanaa"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:88
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Määritä, etsitäänkö kokonaisia sanoja vai myös sanojen osia. Esimerkiksi, "
+"jos hakusana on \"ja\", sana \"ja\" täsmäisi hakuun, mutta sanat "
+"\"kir<em>ja</em>\" ja \"kir<em>ja</em>in\" eivät."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:95
+msgid "Search backwards"
+msgstr "Etsi taaksepäin"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:96
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Tämän valinnan ollessa valittuna, haku suoritetaan takaperin eli etsitään "
+"edellistä vastaavuutta seuraavan sijasta."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:101
+msgid "Wrap around"
+msgstr "Jatka alusta"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:102
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Kun <app>Jatka alusta</app> -asetus on valittuna ja haku- tai "
+"korvaustoiminto pääsee asiakirjan loppuun, <app>gedit</app> jatkaa kyseistä "
+"toimintoa asiakirjan alusta. Tällä voit varmistaa, että haku tai korvaus "
+"suoritetaan aina asiakirjan alusta loppuun saakka."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:112
+msgid "Using escape sequences"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:114
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks and tabs."
+msgstr ""
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:119
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:120
+#, fuzzy
+#| msgid "Vim Modelines"
+msgid "Newline"
+msgstr "Vim-tilarivit"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:123
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:124
+#, fuzzy
+#| msgid "Tabs"
+msgid "Tab"
+msgstr "Välilehdet"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:127
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:128
+#, fuzzy
+#| msgid "Specifies a carriage return."
+msgid "Carriage return"
+msgstr "Määrittää alkuunkelauksen."
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:132
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:26
+msgid "Save a file"
+msgstr "Tiedoston tallentaminen"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:28
+#, fuzzy
+#| msgid ""
+#| "To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+#| "press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save "
+"the current file</gui> button with the disk-drive icon on the right side of "
+"the toolbar or just press <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Tiedoston avaaminen <app>geditissä</app> onnistuu napsauttamalla <gui>Avaa</"
+"gui>-painiketta tai käyttämällä näppäinyhdistelmää <keyseq><key>Ctrl</"
+"key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:31
+#, fuzzy
+#| msgid ""
+#| "If you are saving a new file, the <gui>Save File</gui> dialog will "
+#| "appear, and you can select a name for the file, as well as the directory "
+#| "where you would like the file to be saved."
+msgid ""
+"If you are saving a new file, the <gui>Save As</gui> dialog will appear, and "
+"you can select a name for the file, as well as the directory where you would "
+"like the file to be saved."
+msgstr ""
+"Jos tallennat uutta tiedostoa, <gui>Tallenna nimellä</gui> -ikkuna avautuu, "
+"josta voit valita tiedoston nimen ja tallennuskansion."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:28
+msgid "Search for text"
+msgstr "Tekstin etsiminen"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:30
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Etsintätyökalu auttaa tietyn tekstinpätkän löytämisessä tiedoston sisältä."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:34
+msgid "Finding text"
+msgstr "Tekstin etsiminen"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:36
+#, fuzzy
+#| msgid ""
+#| "Open the <gui style=\"menu\">search window</gui> by clicking "
+#| "<guiseq><gui>Search</gui><gui>Find</gui> </guiseq> or pressing "
+#| "<keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your cursor "
+#| "to the start of the <gui>search window</gui>."
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui "
+"style=\"menu\">Search</gui> <gui style=\"menuitem\">Find</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Avaa <gui style=\"menu\">haku</gui> valitsemalla <guiseq><gui>Haku</"
+"gui><gui>Etsi</gui> </guiseq> tai näppäinyhdistelmällä <keyseq><key>Ctrl</"
+"key><key>F</key></keyseq>. Tämä siirtää kursorin <gui>hakuun</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:43
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Kirjoita etsittävä teksti <gui>hakuun</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:47
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"<app>gedit</app> alkaa korostamaan hakusanaa vastaavia tekstinpätkiä "
+"välittömästi."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:52
+msgid "To scroll through the search results, do any of the following:"
+msgstr "Hakutulosten selaaminen onnistuu seuraavin tavoin:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:55
+#, fuzzy
+#| msgid ""
+#| "Click on the <gui>up</gui> or <gui>down</gui> facing arrows next to the "
+#| "<gui>search window</gui>"
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Paina <gui>ylös</gui>- tai <gui>alaspäin</gui> osoittavia nuolia "
+"<gui>haussa</gui>"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:60
+#, fuzzy
+#| msgid ""
+#| "Press the <key>up arrow</key> or <key>down arrow</key> keys on your "
+#| "keyboard"
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr "Paina näppäimistön <key>Ylös</key> tai <key>Alas</key> nuolinäppäimiä"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:64
+#, fuzzy
+#| msgid ""
+#| "Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq> <key>Ctrl</"
+#| "key><key>Shift</key><key>G</key></keyseq>."
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Paina <keyseq><key>Ctrl</key><key>G</key></keyseq> tai <keyseq> <key>Ctrl</"
+"key><key>Vaihto</key><key>G</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:68
+msgid ""
+"Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</key> "
+"feature to move up or down through the text."
+msgstr ""
+"Paina <key>Ctrl</key> pohjaan ja siirry tekstissä ylös- tai alaspäin hiiren "
+"tai kosketusalustan <key>vieritysominaisuudella</key>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:73
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"<gui>Haun</gui> sulkeminen onnistuu joko <key>Esc</key>- tai <key>Enter</"
+"key>-näppäimellä. <key>Esc</key>-näppäin palauttaa tekstikursorin kohtaan, "
+"jossa se oli ennen haun alkua ja <key>Enter</key> puolestaan siirtää "
+"tekstikursorin valitun hakutuloksen kohdalle."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:79
+msgid "Search tips"
+msgstr "Hakuvinkkejä"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:81
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Jos korostat hiirelläsi tekstinpätkän ja painat <keyseq><key>Ctrl</"
+"key><key>F</key></keyseq>, korostettu teksti täytetään hakuun."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:86
+#, fuzzy
+#| msgid ""
+#| "For advanced search options, you can click on the <gui>Magnifying Glass</"
+#| "gui> icon in the search window, or you can right-click on any portion of "
+#| "the search window."
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Haun asetusten mukauttaminen onnistuu napsauttamalla <gui>suurennuslasia</"
+"gui> hiiren vasemmalla tai hakukenttää hiiren oikealla painikkeella."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:92
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:95
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:99
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:105
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click "
+"<guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or press "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"gedit korostaa haetun tekstin myös haun valmistumisen jälkeen. Korostuksen "
+"poistaminen onnistuu valitsemalla <guiseq><gui>Etsi</gui><gui>Älä korosta "
+"osumia</gui></guiseq> tai näppäinyhdistelmällä <keyseq><key>Ctrl</"
+"key><key>Vaihto</key><key>K</key></keyseq>."
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:16
+msgid "Paolo Borelli"
+msgstr ""
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:19
+msgid "Jesse van den Kieboom"
+msgstr ""
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:22
+msgid "Steve Frécinaux"
+msgstr ""
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:25
+msgid "Ignacio Casal Quinteiro"
+msgstr ""
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:32 C/gedit-tab-groups.page:14
+#: C/gedit-tabs-moving.page:24 C/gedit-tabs.page:25
+msgid "Radina Matic"
+msgstr ""
+
+#. (itstool) path: credit/years
+#: C/gedit-shortcut-keys.page:34 C/gedit-tab-groups.page:16
+#: C/gedit-tabs-moving.page:26 C/gedit-tabs.page:27
+msgid "2013"
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-shortcut-keys.page:39
+msgid "Shortcut keys"
+msgstr "Pikanäppäimet"
+
+#. (itstool) path: page/p
+#: C/gedit-shortcut-keys.page:41
+msgid ""
+"Use <gui>shortcut keys</gui> to perform common tasks more quickly than with "
+"the mouse and menus. The following tables list all of <app>gedit's</app> "
+"shortcut keys."
+msgstr ""
+"<gui>Pikanäppäimet</gui> nopeuttavat yleisten tehtävien suorittamista. "
+"Seuraavat taulukot luettelevat kaikki <app>geditin</app> pikanäppäimet."
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:46
+msgid "Tab-related Shortcut keys"
+msgstr "Pikanäppäimet välilehtien hallintaan"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:49 C/gedit-shortcut-keys.page:105
+#: C/gedit-shortcut-keys.page:151 C/gedit-shortcut-keys.page:245
+#: C/gedit-shortcut-keys.page:266 C/gedit-shortcut-keys.page:303
+#: C/gedit-shortcut-keys.page:332
+msgid "To Do This"
+msgstr "Toiminto"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:50 C/gedit-shortcut-keys.page:106
+#: C/gedit-shortcut-keys.page:152 C/gedit-shortcut-keys.page:246
+#: C/gedit-shortcut-keys.page:267 C/gedit-shortcut-keys.page:304
+#: C/gedit-shortcut-keys.page:333
+msgid "Press This"
+msgstr "Näppäinyhdistelmä"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:55
+msgid "Switch to the next tab to the left"
+msgstr "Siirry vasemmalla olevaan välilehteen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:56
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:60
+msgid "Switch to the next tab to the right"
+msgstr "Siirry oikealla olevaan välilehteen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:61
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:65
+msgid "Close tab"
+msgstr "Sulje välilehti"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:66 C/gedit-shortcut-keys.page:138
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:69
+msgid "Save all tabs"
+msgstr "Tallenna kaikki välilehdet"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:70
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:74
+msgid "Close all tabs"
+msgstr "Sulje kaikki välilehdet"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:75
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:78
+#, fuzzy
+#| msgid "Reopen a recently-used file"
+msgid "Reopen the most recently closed tab"
+msgstr "Äskettäin käytetyn tiedoston avaaminen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:79
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:82
+msgid "Jump to <var>n</var>th tab"
+msgstr "Siirry välilehteen <var>n</var>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:83
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:87
+msgid "New tab group"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:88
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:91
+msgid "Previous tab group"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:92
+#, fuzzy
+#| msgid ""
+#| "Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq> <key>Ctrl</"
+#| "key><key>Shift</key><key>G</key></keyseq>."
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+"keyseq>"
+msgstr ""
+"Paina <keyseq><key>Ctrl</key><key>G</key></keyseq> tai <keyseq> <key>Ctrl</"
+"key><key>Vaihto</key><key>G</key></keyseq>."
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:95
+msgid "Next tab group"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:96
+#, fuzzy
+#| msgid ""
+#| "Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq> <key>Ctrl</"
+#| "key><key>Shift</key><key>G</key></keyseq>."
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</key></"
+"keyseq>"
+msgstr ""
+"Paina <keyseq><key>Ctrl</key><key>G</key></keyseq> tai <keyseq> <key>Ctrl</"
+"key><key>Vaihto</key><key>G</key></keyseq>."
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:102
+msgid "Shortcut keys for working with files"
+msgstr "Pikanäppäimet tiedostojen käsittelyyn"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:111
+msgid "Create a new document"
+msgstr "Luo uusi asiakirja"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:112
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:115
+msgid "Open a document"
+msgstr "Avaa asiakirja"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:116
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:119
+msgid "Save the current document"
+msgstr "Tallenna nykyinen asiakirja"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:120
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:123
+msgid "Save the current document with a new filename"
+msgstr "Tallenna nykyinen asiakirja uudella nimellä"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:124
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:128
+msgid "Print the current document"
+msgstr "Tulosta nykyinen asiakirja"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:129
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:132
+msgid "Print preview"
+msgstr "Tulostuksen esikatselu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:133
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:137
+msgid "Close the current document"
+msgstr "Sulje nykyinen asiakirja"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:141
+msgid "Quit gedit"
+msgstr "Sulje gedit"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:142
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:148
+msgid "Shortcut keys for editing files"
+msgstr "Pikanäppäimet asiakirjojen muokkaamiseen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:157
+#, fuzzy
+#| msgid "Delete the current line"
+msgid "Move to the beginning of the current line"
+msgstr "Poista nykyinen rivi"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:158
+msgid "<key>Home</key>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:161
+#, fuzzy
+#| msgid "Delete the current line"
+msgid "Move to the end of the current line"
+msgstr "Poista nykyinen rivi"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:162
+msgid "<key>End</key>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:165
+#, fuzzy
+#| msgid "Save the current document"
+msgid "Move to the beginning of the document"
+msgstr "Tallenna nykyinen asiakirja"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:166
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:169
+#, fuzzy
+#| msgid "Save the current document"
+msgid "Move to the end of the document"
+msgstr "Tallenna nykyinen asiakirja"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:170
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:173
+#, fuzzy
+#| msgid "Move the selected line up one line"
+msgid "Move the selected word right one word"
+msgstr "Siirrä valittu rivi yhden rivin verran ylöspäin"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:174
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:177
+#, fuzzy
+#| msgid "Move the selected line up one line"
+msgid "Move the selected word left one word"
+msgstr "Siirrä valittu rivi yhden rivin verran ylöspäin"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:178
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:181
+msgid "Undo the last action"
+msgstr "Kumoa viimeisin toiminto"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:182
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:185
+msgid "Redo the last undone action"
+msgstr "Palauta viimeisin kumottu toiminto"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:186
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:190
+msgid "Cut the selected text or region and place it on the clipboard"
+msgstr "Leikkaa valittu teksti tai alue ja siirrä se leikepöydälle"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:192
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:195
+msgid "Copy the selected text or region onto the clipboard"
+msgstr "Kopioi valittu teksti tai alue leikepöydälle"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:196
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:199
+msgid "Paste the contents of the clipboard"
+msgstr "Liitä leikepöydän sisältö"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:200
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:203
+msgid "Select all text in the file"
+msgstr "Valitse kaikki"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:204
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:207
+msgid "Delete the current line"
+msgstr "Poista nykyinen rivi"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:208
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:211
+msgid "Move the selected line up one line"
+msgstr "Siirrä valittu rivi yhden rivin verran ylöspäin"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:212
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:215
+msgid "Move the selected line down one line"
+msgstr "Siirrä valittu rivi yhden rivin verran alaspäin"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:216
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:219
+#, fuzzy
+#| msgid "Adding tabs"
+msgid "Add a tab stop"
+msgstr "Välilehtien avaaminen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:220
+msgid "<keyseq><key>Tab</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:223
+#, fuzzy
+#| msgid "Removing tabs"
+msgid "Remove a tab stop"
+msgstr "Välilehtien sulkeminen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:224
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:227
+#, fuzzy
+#| msgid "Move the selected line up one line"
+msgid "Convert the selected text to upper case"
+msgstr "Siirrä valittu rivi yhden rivin verran ylöspäin"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:228
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:231
+#, fuzzy
+#| msgid "Move the selected line down one line"
+msgid "Convert the selected text to lower case"
+msgstr "Siirrä valittu rivi yhden rivin verran alaspäin"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:232
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:235
+msgid "Toggle case of the selected text"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:236
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:242
+msgid "Shortcut keys for showing and hiding panes"
+msgstr "Pikanäppäimet paneelien näyttämiseen ja piilottamiseen"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:251
+msgid "Show / hide the side pane"
+msgstr "Näytä / piilota sivupaneeli"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:252
+msgid "<key>F9</key>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:255
+msgid "Show / hide the bottom pane."
+msgstr "Näytä / piilota alapaneeli"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:256
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:263
+msgid "Shortcut keys for searching"
+msgstr "Pikanäppäimet hakuun"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:272
+msgid "Find a string"
+msgstr "Etsi merkkijonoa"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:273
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:276
+msgid "Find the next instance of the string"
+msgstr "Etsi seuraava osuma merkkijonolle"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:277
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:280
+msgid "Find the previous instance of the string"
+msgstr "Etsi edellinen osuma merkkijonolle"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:281
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:284
+msgid "Search and Replace"
+msgstr "Etsi ja korvaa"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:285
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:288
+msgid "Clear highlight"
+msgstr "Poista korostukset"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:289
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:293
+msgid "Goto line"
+msgstr "Siirry riville"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:294
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:300
+msgid "Shortcut keys for tools"
+msgstr "Pikanäppäimet työkaluille"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:309
+msgid "Check spelling"
+msgstr "Tarkista oikeinkirjoitus"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:310
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:313
+msgid "Remove trailing spaces (with plugin)"
+msgstr "Poista välilyönnit rivin lopusta (liitännäisellä)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:314
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:317
+msgid "Run \"make\" in the current directory (with plugin)"
+msgstr "Suorittaa komennon \"make\" nykyisessä hakemistossa (liitännäisellä)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:318
+msgid "<key>F8</key>"
+msgstr ""
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:321
+msgid "Directory listing (with plugin)"
+msgstr "Hakemistolistaus (liitännäisellä)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:322
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+msgstr ""
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:329
+msgid "Shortcut keys for user help"
+msgstr "Pikanäppäimet ohjeelle"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:338
+msgid "Open the gedit user guide"
+msgstr "Avaa geditin ohje"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:339
+msgid "<key>F1</key>"
+msgstr ""
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:15
+msgid "Baptiste Mille-Mathias"
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:25
+msgid "Enable and use spell-checking feature"
+msgstr ""
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Asiakirjan oikoluku"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+#, fuzzy
+#| msgid ""
+#| "To check the spelling manually, choose <menuchoice><guimenu>Tools</"
+#| "guimenu><guimenuitem>Check Spelling</guimenuitem></menuchoice>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Tarkistaaksesi oikeinkirjoituksen itse, valitse "
+"<menuchoice><guimenu>Työkalut</guimenu><guimenuitem>Tarkista "
+"oikeinkirjoitus</guimenuitem></menuchoice>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui "
+"style=\"menuitem\">Suggestions:</gui> list."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui "
+"style=\"menuitem\">Suggestions:</gui> list."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"http://www.abisource.com/projects/enchant/"
+"\">Enchant</link>, a small system utility, for spell checking. Enchant can "
+"use several different dictionaries to check your spelling. Two such "
+"dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:19
+msgid "Turn on syntax highlighting"
+msgstr "Syntaksivärityksen käyttäminen"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:22
+msgid "Syntax Highlighting"
+msgstr "Syntaksiväritys"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:23
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> tarjoaa syntaksiväritykset laajalle valikoimalle merkki-, "
+"ohjelmointi- ja tieteiskieliä. Jos <app>gedit</app> tunnistaa tiedoston "
+"muodon , syntaksiväritys suoritetaan automaattisesti."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:28
+#, fuzzy
+#| msgid ""
+#| "If your syntax or language is not highlighted upon startup, you can "
+#| "select the appropriate syntax or language by clicking <guiseq><gui>View</"
+#| "gui><gui>Highlight Mode</gui></guiseq>, and then choosing the desired "
+#| "syntax. Alternately, you can select the syntax name from a list at the "
+#| "bottom of the <app>gedit</app> window."
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui "
+"style=\"menu\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></"
+"guiseq>, and then choosing the desired syntax. Alternately, you can select "
+"the syntax name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Jos syntaksia tai kieltä ei korosteta tiedoston avaamisen yhteydessä, voit "
+"valita oikean syntaksin tai kielen <guiseq><gui>Näytä</gui><gui>Väritystila</"
+"gui></guiseq> -valikosta. Vaihtoehtoisesti voit valita käytettävän "
+"värityksen <app>geditin</app> ikkunan alareunasta löytyvästä luettelosta."
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr ""
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"\"Untitled Document\" in the new pane, and make it active. You can open "
+"files into that tab group and move tabs from one tab group to another."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+#, fuzzy
+#| msgid "Move a tab to another gedit window"
+msgid "Open a new tab group in the gedit window"
+msgstr "Välilehden siirtäminen toiseen geditin ikkunaan"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+#, fuzzy
+#| msgid ""
+#| "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+#| "<gui>Open Files</gui> dialog."
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Valitse <guiseq><gui>Tiedosto</gui><gui>Avaa</gui></guiseq> ja <gui>Avaa "
+"tiedostoja</gui> -ikkuna avautuu."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:41
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:46
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:51
+msgid ""
+"You can open as much tab groups in <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:55
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:61
+msgid "Move through tab groups"
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:63
+msgid "To move forward (on the next) tab group:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:67
+#, fuzzy
+#| msgid ""
+#| "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+#| "<gui>Open Files</gui> dialog."
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Valitse <guiseq><gui>Tiedosto</gui><gui>Avaa</gui></guiseq> ja <gui>Avaa "
+"tiedostoja</gui> -ikkuna avautuu."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:71
+#| msgid ""
+#| "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#| "Colors</key></keyseq>."
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+"key></keyseq> shortcut."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:76
+msgid "To move backward (on the previous) tab group:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:80
+#, fuzzy
+#| msgid "<guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> in "
+"the main menu."
+msgstr "<guiseq><gui>Tiedosto</gui><gui>Tulosta</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:84
+#, fuzzy
+#| msgid ""
+#| "Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq> <key>Ctrl</"
+#| "key><key>Shift</key><key>G</key></keyseq>."
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</"
+"key></keyseq> shortcut."
+msgstr ""
+"Paina <keyseq><key>Ctrl</key><key>G</key></keyseq> tai <keyseq> <key>Ctrl</"
+"key><key>Vaihto</key><key>G</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:92
+#, fuzzy
+#| msgid "Move a tab to another gedit window"
+msgid "Move a tab to another tab group"
+msgstr "Välilehden siirtäminen toiseen geditin ikkunaan"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:94
+#, fuzzy
+#| msgid "If you want to move a tab from one window to another:"
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Jos haluat siirtää välilehden ikkunasta toiseen, toimi seuraavasti:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:98 C/gedit-tabs-moving.page:44
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:91
+msgid "Click and hold the mouse button on the tab."
+msgstr "Napsauta ja pidä hiiren painike pohjassa välilehden päällä."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:101
+#, fuzzy
+#| msgid "Drag the tab to the new window"
+msgid "Drag the tab to another tab group pane."
+msgstr "Raahaa välilehti uuteen ikkunaan"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:104
+#, fuzzy
+#| msgid "Place it beside other tabs in the new window"
+msgid "Place it beside other tabs in the tab group."
+msgstr "Aseta se ikkunan muiden välilehtien rinnalle"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:107 C/gedit-tabs-moving.page:50
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:100
+msgid "Release the mouse button."
+msgstr "Vapauta hiiren painike."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:111
+#, fuzzy
+#| msgid ""
+#| "See <link xref=\"gedit-shortcut-keys#gedit-tab-shortcuts\"/> for "
+#| "shortcuts to make it easier to manage your tabs."
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tab groups."
+msgstr ""
+"Helpottaaksesi välilehtien hallintaa, tutustu <link xref=\"gedit-shortcut-"
+"keys#gedit-tab-shortcuts\">välilehtienhallinnan pikanäppäimiin</link>."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:31
+msgid "Move and re-order tabs"
+msgstr "Välilehtien siirtäminen ja järjesteleminen"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:32
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"<app>geditin</app> välilehtiä voidaan siirtää työskentelyn helpottamiseksi. "
+"Välilehtiä voi järjestellä ikkunakohtaisesti, siirtää <app>geditin</app> "
+"ikkunan ulkopuolelle (luo uuden <app>gedit</app>-ikkunan) ja siirtää "
+"ikkunasta toiseen."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:38
+msgid "Change the order of tabs in the gedit window"
+msgstr "Välilehtien uudelleenjärjestäminen"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:40
+msgid "To change the ordering of tabs in a window:"
+msgstr "Välilehtien järjestyksen muuttaminen onnistuu seuraavasti:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:47
+#, fuzzy
+#| msgid "Move the tab to the desired position among the other tabs"
+msgid "Move the tab to the desired position among the other tab."
+msgstr "Siirrä välilehti haluamaasi kohtaan"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:54
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Välilehti asetetaan mahdollisimman lähelle sitä kohtaa, jossa hiiren painike "
+"vapautetaan, muiden välilehtien joukkoon."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Uuden ikkunan avaaminen välilehteä siirtämällä"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Raahaa välilehti <app>gedit</app>-ikkunan ulkopuolelle."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:75
+msgid ""
+"or, while the tab to be moved is open, choose <guiseq><gui>Documents </"
+"gui><gui>Move to New Window</gui></guiseq>"
+msgstr ""
+"tai kun välilehti on avoinna, valitse <guiseq><gui>Asiakirjat </"
+"gui><gui>Siirrä uuteen ikkunaan</gui></guiseq>"
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:79
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Jos <app>geditin</app> ikkuna on suurennettu, raahaa välilehti "
+"valikkopalkkiin näytön yläreunassa siirtääksesi välilehden uuteen ikkunaan."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:85
+msgid "Move a tab to another gedit window"
+msgstr "Välilehden siirtäminen toiseen geditin ikkunaan"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:87
+msgid "If you want to move a tab from one window to another:"
+msgstr "Jos haluat siirtää välilehden ikkunasta toiseen, toimi seuraavasti:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+#, fuzzy
+#| msgid "Drag the tab to the new window"
+msgid "Drag the tab to the new window."
+msgstr "Raahaa välilehti uuteen ikkunaan"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:97
+#, fuzzy
+#| msgid "Place it beside other tabs in the new window"
+msgid "Place it beside other tabs in the new window."
+msgstr "Aseta se ikkunan muiden välilehtien rinnalle"
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:106
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:113
+#, fuzzy
+#| msgid ""
+#| "See <link xref=\"gedit-shortcut-keys#gedit-tab-shortcuts\"/> for "
+#| "shortcuts to make it easier to manage your tabs."
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tabs."
+msgstr ""
+"Helpottaaksesi välilehtien hallintaa, tutustu <link xref=\"gedit-shortcut-"
+"keys#gedit-tab-shortcuts\">välilehtienhallinnan pikanäppäimiin</link>."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:37
+msgid "Add and remove tabs"
+msgstr "Välilehtien avaaminen ja sulkeminen"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:38
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window. The tab that is larger than the other tabs "
+"indicates the file that is currently open. The smaller tabs indicate other "
+"files that are available to work on."
+msgstr ""
+"Välilehtien käyttö <app>geditissä</app> mahdollistaa useamman asiakirjan "
+"muokkaamisen samassa ikkunassa. Välilehti, joka on muita välilehtiä "
+"suurempi, ilmaisee sillä hetkellä avoinna olevan välilehden. Pienemmät "
+"välilehdet puolestaan kuvaavat muita avattuja asiakirjoja."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:44
+msgid "Adding tabs"
+msgstr "Välilehtien avaaminen"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:45
+#, fuzzy
+#| msgid ""
+#| "To add a new tab, create a new file with <keyseq><key>Ctrl</key><key>N</"
+#| "key></keyseq>. The tab will be added to the right side of any other tabs."
+msgid ""
+"To add a new tab, create a new file with <keyseq><key>Ctrl</key> <key>T</"
+"key></keyseq>. The tab will be added to the right side of any other tabs."
+msgstr ""
+"Uuden välilehden avaaminen onnistuu pikanäppäimellä <keyseq><key>Ctrl</"
+"key><key>N</key></keyseq>. Välilehti lisätään avoinna olevien välilehtien "
+"oikealle puolelle."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Välilehtien sulkeminen"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+#, fuzzy
+#| msgid ""
+#| "To remove a tab, click the <guiseq><gui>X</gui></guiseq> on the tab's "
+#| "right side. To remove all open tabs, press <keyseq><key>Ctrl</"
+#| "key><key>Shift</key><key>W</key></keyseq>"
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side. To remove all open tabs, press <keyseq><key>Ctrl</key> <key>Shift</"
+"key><key>W</key></keyseq>."
+msgstr ""
+"Välilehden voi sulkea painamalla <guiseq><gui>X</gui></guiseq> välilehden "
+"oikeassa reunassa. Kaikkien avoimien välilehtien sulkeminen puolestaan "
+"onnistuu pikanäppäimellä <keyseq><key>Ctrl</key><key>Vaihto</key><key>W</"
+"key></keyseq>"
+
+#. (itstool) path: page/title
+#: C/gedit-undo-recent-action.page:30
+msgid "Undo a recent action"
+msgstr "Toiminnon kumoaminen"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-recent-action.page:32
+#, fuzzy
+#| msgid ""
+#| "To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+#| "press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgid ""
+"If you make a mistake while using <app>gedit</app>, you can undo it by "
+"pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Tiedoston avaaminen <app>geditissä</app> onnistuu napsauttamalla <gui>Avaa</"
+"gui>-painiketta tai käyttämällä näppäinyhdistelmää <keyseq><key>Ctrl</"
+"key><key>O</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-recent-action.page:36
+#, fuzzy
+#| msgid "You cannot undo a change after you have saved it."
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr "Muutosten kumoaminen ei onnistu asiakirjan tallentamisen jälkeen."
+
+#. (itstool) path: page/title
+#: C/gedit-view-open-files-in-sidepane.page:24
+msgid "View a list of files in the side pane"
+msgstr "Asiakirjalistan näyttäminen sivupaneelissa"
+
+#. (itstool) path: page/p
+#: C/gedit-view-open-files-in-sidepane.page:26
+msgid ""
+"Keeping track of a large number of files using tabs can be difficult. One "
+"way of managing large numbers of files is viewing them in a side pane. Side "
+"panes allow you to view more files at a time than is possible using tabs "
+"alone."
+msgstr ""
+"Useiden kymmenien asiakirjojen hallinta välilehtien avulla saattaa olla "
+"hankalaa. Eräs tapa suuren asiakirjamäärän hallintaan on niiden listaaminen "
+"sivupaneeliin, johon mahtuu kerralla esille suurempi määrä asiakirjoja "
+"välilehtipalkkiin verrattuna."
+
+#. (itstool) path: page/p
+#: C/gedit-view-open-files-in-sidepane.page:31
+#, fuzzy
+#| msgid ""
+#| "To view a list of open files in a side pane, click <guiseq><gui>View</"
+#| "gui><gui>Side Pane</gui></guiseq>. A pane will appear to the left of the "
+#| "workspace with a listing of all currently open files. Clicking a file in "
+#| "the side pane will display that file in the workspace."
+msgid ""
+"To view a list of open files in a side pane, click <guiseq><gui "
+"style=\"menu\">View</gui> <gui style=\"menuitem\">Side Pane</gui></guiseq>. "
+"A pane will appear to the left of the workspace with a listing of all "
+"currently open files. Clicking a file in the side pane will display that "
+"file in the workspace."
+msgstr ""
+"Sivupaneelin asiakirjalistauksen saa avattua valitsemalla "
+"<guiseq><gui>Näytä</gui><gui>Sivupaneeli</gui></guiseq>. Työalueen "
+"vasemmalle puolelle ilmestyy paneeli, joka listaa kaikki sillä hetkellä "
+"avoinna olevat asiakirjat. Asiakirjan valitseminen sivupaneelissa avaa sen "
+"työtilaan."
+
+#. (itstool) path: media/span
+#: C/gedit-view-open-files-in-sidepane.page:39
+#, fuzzy
+#| msgid "Document Statistics Plugin"
+msgid "documents icon"
+msgstr "Asiakirjan tilastot -liitännäinen"
+
+#. (itstool) path: page/p
+#: C/gedit-view-open-files-in-sidepane.page:37
+#, fuzzy
+#| msgid ""
+#| "The side pane also contains a <app>File Browser</app> view. If the pane "
+#| "displays a file directory instead of currently open files, click <media "
+#| "type=\"image\" mime=\"image/png\" src=\"figures/gedit-side-pane2."
+#| "png\">documents icon</media> at the bottom of the pane to switch to the "
+#| "<app>Documents</app> view."
+msgid ""
+"The side pane also contains a <app>File Browser</app> view. If the pane "
+"displays a file directory instead of currently open files, click <_:media-1/"
+"> at the bottom of the pane to switch to the <app>Documents</app> view."
+msgstr ""
+"Sivupaneeli sisältää myös <app>tiedostoselaimen</app>. Jos sivupaneelissa on "
+"avoinna kansio asiakirjalistan sijaan, napsauta <media type=\"image\" "
+"mime=\"image/png\" src=\"figures/gedit-side-pane2.png\">asiakirjakuvaketta</"
+"media> paneelin alareunassa siirtyäksesi <app>Asiakirjanäkymään</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-view-open-files-in-sidepane.page:44
+msgid ""
+"The side pane only displays files that are open in the current window. When "
+"multiple windows are open, only the files in the current window will be "
+"displayed in the side pane."
+msgstr ""
+"Sivupaneeli on ikkunakohtainen. Jos useampi ikkuna on avoinna "
+"samanaikaisesti, vain nykyisen ikkunan asiakirjat näytetään sivupaneelissa."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "gedit Tekstimuokkain"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "gedit Tekstimuokkain"
+
+#. (itstool) path: page/title
+#: C/index.page:25
+#, fuzzy
+#| msgctxt "link"
+#| msgid "gedit Text Editor"
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "gedit Tekstimuokkain"
+
+#. (itstool) path: page/p
+#: C/index.page:29
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"both <app>gedit's</app> most basic features, as well as some advanced "
+"keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started "
+"with gedit</link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</"
+"link> pages."
+msgstr ""
+"Tervetuloa <app>gedit</app>-ohjeen pariin. Pikainen katsaus <app>geditin</"
+"app> perusominaisuuksiin sekä hyödyllisiin pikanäppäimiin löytyy <link "
+"xref=\"gedit-quickstart\">geditin pikaoppaasta</link> ja <link xref=\"gedit-"
+"shortcut-keys\">pikanäppäinlistasta</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:35
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Ohjeen muut aiheet ovat ryhmitelty alla oleviin osioihin. Nautinnollisia "
+"hetkiä <app>geditin</app> parissa!"
+
+#. (itstool) path: section/title
+#: C/index.page:39
+msgid "Working With Files"
+msgstr "Tiedostojen hallinta"
+
+#. (itstool) path: section/title
+#: C/index.page:44
+msgid "Configure gedit"
+msgstr "geditin mukauttaminen"
+
+#. (itstool) path: section/title
+#: C/index.page:48
+msgid "gedit Plugins"
+msgstr "geditin lisäosat"
+
+#. (itstool) path: section/title
+#: C/index.page:52
+msgid "Printing with gedit"
+msgstr "Tiedostojen tulostaminen"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "http://creativecommons.org/licenses/by-sa/3.0/"
+msgstr ""
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid ""
+"This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 "
+"Unported License. To view a copy of this license, visit <_:link-1/> or send "
+"a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, "
+"California, 94041, USA."
+msgstr ""
diff --git a/help/fr/figures/gedit-html-snippet.png b/help/fr/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..7595d54
--- /dev/null
+++ b/help/fr/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/fr/figures/gedit3-screenshot.png b/help/fr/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..af18bf9
--- /dev/null
+++ b/help/fr/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/fr/fr.po b/help/fr/fr.po
new file mode 100644
index 0000000..c113fbb
--- /dev/null
+++ b/help/fr/fr.po
@@ -0,0 +1,4288 @@
+# French translation of gedit documentation.
+# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit documentation
+# package.
+#
+#
+#
+# Vincent Untz <vuntz@gnome.org>, 2006.
+# Jonathan Ernst <jonathan@ernstfamily.ch>, 2006.
+# Philippe Lefevre <ph.l@libertysurf.fr>, 2006.
+# Christophe Bliard <christophe.bliard@trux.info>, 2006.
+# Claude Paroz <claude@2xlibre.net>, 2007-2011.
+# Bruno Brouard <annoa.b@gmail.com>, 2011, 2012.
+# Luc Pionchon <pionchon.luc@gmail.com>, 2011.
+# Alain Lojewski <allomervan@gmail.com>, 2011-2015.
+# Alexandre Franke <alexandre.franke@gmail.com>, 2013.
+# Julien Hardelin <jhardlin@orange.fr>, 2013.
+# Guillaume Bernard <associations@guillaume-bernard.fr>, 2018-2020.
+# Charles Monzat <charles.monzat@free.fr>, 2018-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit fr doc\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-10-13 16:32+0000\n"
+"PO-Revision-Date: 2020-10-21 22:38+0200\n"
+"Last-Translator: Charles Monzat <charles.monzat@free.fr>\n"
+"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Gtranslator 3.36.0\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Vincent Untz <vuntz@gnome.org>, 2006.\n"
+"Jonathan Ernst <jonathan@ernstfamily.ch>, 2006.\n"
+"Philippe Lefevre <ph.l@libertysurf.fr>, 2006.\n"
+"Christophe Bliard <christophe.bliard@trux.info>, 2006.\n"
+"Claude Paroz <claude@2xlibre.net>, 2007-2011.\n"
+"Bruno Brouard <annoa.b@gmail.com>, 2011.\n"
+"Luc Pionchon <pionchon.luc@gmail.com>, 2011.\n"
+"Alain Lojewski <allomervan@gmail.com>, 2011-2014.\n"
+"Alexandre Franke <alexandre.franke@gmail.com>, 2013.\n"
+"Julien Hardelin <jhardlin@orange.fr>, 2013.\n"
+"Guillaume Bernard <associations@guillaume-bernard.fr>, 2018\n"
+"Charles Monzat <charles.monzat@free.fr>, 2020"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Modifier le texte et les couleurs d’arrière-plan dans gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:10
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Modification du jeu de couleurs"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> inclut plusieurs jeux de couleurs différents pour vous "
+"permettre de modifier l’apparence de la fenêtre principale du texte."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Pour changer de jeu de couleurs :"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Cliquez sur le bouton de menu situé dans le coin supérieur droit de la "
+"fenêtre, puis choisissez <guiseq><gui style=\"menuitem\">Préférences</"
+"gui><gui>Police et couleurs</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Sélectionnez le jeu de couleurs désiré."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Le nouveau jeu de couleurs est pris en compte immédiatement."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Utilisation d’un jeu de couleurs personnalisé"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Vous pouvez aussi utiliser des jeux de couleurs créés par d’autres ou créer "
+"et utiliser votre propre jeu de couleurs."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Les instructions sur la façon d’installer des jeux de couleurs "
+"personnalisés, ainsi que des exemples de jeux de couleurs téléchargeables et "
+"utilisables sont disponibles sur le <link href=\"https://wiki.gnome.org/"
+"Projects/GtkSourceView/StyleSchemes\">wiki de gedit</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Utiliser une police personnalisée pour le texte de gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:12
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:19
+msgid "Change the default font"
+msgstr "Modification de la police par défaut"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> utilise par défaut la police système à chasse fixe, mais "
+"vous pouvez modifier la police par défaut de <app>gedit</app> pour l’adapter "
+"à votre goût."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:26
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Pour modifier la police par défaut dans <app>gedit</app> :"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:27
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Préférences</gui><gui>Police et couleurs</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:30
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+"Décochez la case à côté de la phrase « Utiliser la police système à chasse "
+"fixe »."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Cliquez sur le nom de la police actuelle. <app>gedit</app> ouvre alors une "
+"fenêtre de sélection de police, vous permettant de voir les polices "
+"disponibles et de choisir celle que vous préférez."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:35
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Après avoir sélectionné la police souhaitée, utilisez le <gui>curseur</gui> "
+"sous la liste des polices pour définir la taille de police par défaut."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Cliquez sur <gui>Sélectionner</gui> puis sur <gui>Fermer</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Quitter le fichier actuellement utilisé."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Fermeture d’un fichier"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Pour fermer un fichier dans <app>gedit</app>, cliquez sur le bouton <gui "
+"style=\"button\">×</gui> qui apparaît sur le côté droit de l’onglet du "
+"fichier, ou appuyez sur <keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"N’importe laquelle de ces actions ferme un fichier dans <app>gedit</app>. Si "
+"votre fichier contient des modifications qui n’ont pas été enregistrées, "
+"<app>gedit</app> vous demande si vous souhaitez enregistrer ces "
+"modifications avant de fermer le fichier."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Ouvrir un nouveau fichier pour le modifier."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Création d’un nouveau fichier"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"La façon la plus simple pour créer un nouveau fichier dans <app>gedit</app> "
+"est de cliquer sur le bouton <gui>Créer un nouveau document</gui> situé sur "
+"le côté gauche de la barre d’en-tête, ou d’appuyer sur <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"N’importe laquelle de ces actions crée un nouveau fichier dans la fenêtre "
+"<app>gedit</app>. Si vous avez d’autres fichiers ouverts dans <app>gedit</"
+"app>, le nouveau fichier que vous avez créé apparaît dans un nouvel onglet à "
+"droite de ces fichiers."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Utiliser les privilèges administrateur pour modifier un fichier."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Modification d’un fichier en tant qu’utilisateur root"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Modifier des fichiers en tant qu’utilisateur root est potentiellement "
+"dangereux et peut détériorer sévèrement votre système. Faites bien attention "
+"lorsque vous modifiez des fichiers en tant qu’utilisateur root."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Pour modifier des fichiers en tant qu’utilisateur root, démarrez <app>gedit</"
+"app> à partir du terminal en saisissant :"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"En utilisant la commande <cmd>sudo</cmd>, vous devez saisir votre mot de "
+"passe correctement avant que <app>gedit</app> ne s’ouvre."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Comme alternative à la commande <cmd>sudo</cmd>, vous pouvez obtenir les "
+"privilèges administrateur en saisissant :"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr "Lancez ensuite <app>gedit</app> avec la commande <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Une fois que vous avez ouvert <app>gedit</app> avec les privilèges "
+"administrateur, <app>gedit</app> conserve ces privilèges jusqu’à sa "
+"fermeture."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Apprendre les bases du maniement des fichiers avec gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr ""
+"Opérations de base sur les fichiers : ouverture, fermeture et enregistrement"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Si vous ne connaissez pas bien <app>gedit</app>, ces pages vous aideront à "
+"créer, enregistrer, ouvrir et fermer des fichiers."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Configurer gedit pour utiliser le mode plein écran."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Utilisation du mode plein écran"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Lorsque vous travaillez avec un grand document, il peut être utile "
+"d’utiliser le mode plein écran de <app>gedit</app>. L’utilisation du mode "
+"plein écran masque la <gui>barre des menus</gui>, la <gui>barre des onglets</"
+"gui> et la <gui>barre d’outils</gui>, ce qui permet d’afficher une plus "
+"grande partie de texte et de mieux vous concentrer sur vos travaux."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Basculement en mode plein écran"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Pour passer en mode plein écran, appuyez sur <key>F11</key>. Les barres des "
+"menus, des onglets et d’outils de <app>gedit</app> disparaissent et seul le "
+"texte du fichier actuel s’affiche."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Si vous avez besoin de réaliser une action à partir du menu <app>gedit</app> "
+"alors que vous travaillez en mode plein écran, déplacez le pointeur de la "
+"souris en haut de l’écran. La barre de menus de <app>gedit</app> réapparaît "
+"et vous pouvez sélectionner l’action souhaitée."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Pour basculer entre les onglets ouverts en mode plein écran, appuyez soit "
+"sur <keyseq><key>Ctrl</key><key>Alt</key><key>Page haut</key></keyseq> ou "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>Page bas</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Sortie du mode plein écran"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Pour quitter le mode plein écran et retrouver la fenêtre standard de "
+"<app>gedit</app>, appuyez sur <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Vous pouvez aussi déplacer le curseur de la souris en haut de l’écran et "
+"attendre que la <gui>barre des menus</gui> apparaisse. Sélectionnez ensuite "
+"le bouton <gui>Quitter le mode plein écran</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Utiliser le panneau latéral de gedit comme explorateur de fichiers."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Affichage et ouverture de fichiers à partir du panneau latéral"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"La façon la plus courante de basculer entre les fichiers dans <app>gedit</"
+"app> est d’utiliser les onglets en haut de la fenêtre <app>gedit</app>. Dans "
+"certains cas néanmoins, particulièrement lorsque vous travaillez avec un "
+"grand nombre de fichiers ouverts, il est possible que vous trouviez plus "
+"facile d’utiliser le panneau latéral."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Pour activer le panneau latéral, choisissez <guiseq><gui>Affichage</gui> "
+"<gui>Panneau latéral</gui></guiseq> ou appuyez simplement sur la touche "
+"<key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Vous pouvez afficher ou masquer le panneau latéral en appuyant sur <key>F9</"
+"key> quand vous voulez."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Ouverture de fichiers à partir du panneau latéral"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Pour ouvrir des fichiers à partir du panneau latéral, commencez par ouvrir "
+"le panneau latéral en choisissant <guiseq><gui>Affichage</gui><gui>Panneau "
+"latéral</gui></guiseq> (ou appuyez sur <key>F9</key>), puis cliquez sur "
+"<gui>Navigateur de fichiers</gui> dans le menu déroulant en haut du panneau."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Cela active le mode <em>explorateur de fichiers</em> du panneau latéral. "
+"Vous pouvez maintenant utiliser les boutons de navigation en haut du panneau "
+"pour localiser et ouvrir les fichiers que vous voulez."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr ""
+"Utilisation du panneau latéral pour basculer entre les fichiers ouverts"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Une fois que vous avez ouvert plusieurs fichiers, vous pouvez utiliser le "
+"panneau latéral pour basculer entre les fichiers ouverts. Pour activer la "
+"partie explorateur de fichiers du panneau latéral, cliquez sur l’icône "
+"<gui>Documents</gui> dans le menu déroulant en haut du panneau."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Un clic sur n’importe quel nom de fichier dans le panneau latéral ouvre ce "
+"fichier pour l’édition."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Ouvrir les fichiers pour y travailler."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Ouverture d’un fichier ou d’un ensemble de fichiers"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Pour ouvrir un fichier dans <app>gedit</app>, cliquez sur le bouton "
+"<gui>Ouvrir</gui> ou appuyez sur <keyseq><key>Ctrl</key><key>O</key></"
+"keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"La boîte de dialogue <gui>Ouvrir</gui> apparaît. Utilisez votre souris ou "
+"votre clavier pour sélectionner le fichier que vous souhaitez ouvrir, puis "
+"cliquez sur <gui>Ouvrir</gui>. Le fichier que vous avez sélectionné s’ouvre "
+"dans un nouvel onglet."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Pour fermer la boîte de dialogue <gui>Ouvrir</gui> sans ouvrir de fichier, "
+"cliquez sur <gui>Annuler</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Vous pouvez utiliser les touches <key>Ctrl</key> et <key>Maj</key> pour "
+"ouvrir plus d’un fichier à la fois. Si vous maintenez enfoncée la touche "
+"<key>Ctrl</key> pendant que vous sélectionnez plusieurs fichiers, un clic "
+"sur <gui>Ouvrir</gui> ouvre chaque fichier sélectionné."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"En gardant la touche <key>Maj</key> enfoncée pendant que vous sélectionnez "
+"plusieurs fichiers, le premier fichier, le dernier et tous les fichiers "
+"intermédiaires s’ouvrent."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Accéder à des fichiers situés sur un autre ordinateur."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Ouverture d’un fichier situé sur un serveur"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Avant d’ouvrir un fichier sur un serveur à partir de <app>gedit</app>, vous "
+"devez posséder des informations techniques sur le serveur. Par exemple, vous "
+"devez connaître l’adresse IP ou l’URL du serveur et il est possible que vous "
+"deviez connaître le type du serveur (par ex. HTTP, FTP, etc.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Certains types de serveurs imposent également des restrictions sur ce que "
+"vous pouvez faire avec les fichiers enregistrés sur le serveur. Par exemple, "
+"il se peut que vous puissiez ouvrir un fichier du serveur mais que vous "
+"deviez enregistrer les modifications du fichier localement sur votre propre "
+"ordinateur."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Après cette mise en garde, réalisez les actions suivantes pour ouvrir un "
+"fichier à partir d’un serveur en utilisant <app>gedit</app> :"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "Dans la barre d’en-tête, cliquez sur <gui>Ouvrir</gui>."
+
+# ATTENTION : point final et supression des points de suspension dans le bouton.
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Cliquez sur <gui>Autres emplacements</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Saisissez l’adresse IP ou l’URL du serveur approprié."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Cherchez et sélectionnez le fichier que vous souhaitez ouvrir."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Choisissez le codage qui convient dans la liste déroulante Codage des "
+"caractères."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Cliquez sur <gui>Ouvrir</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Voici quelques exemples d’URI pouvant être utilisés : http:, ftp:, file: "
+"ainsi que toutes les méthodes prises en charge par <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Les fichiers de certains types d’URI sont ouverts en lecture seule et toute "
+"modification d’un tel fichier doit être enregistrée à un autre emplacement. "
+"Par exemple, HTTP ne permet que l’accès en lecture aux fichiers. Les "
+"fichiers ouverts par FTP sont en lecture seule car certains serveurs FTP ne "
+"gèrent pas correctement l’enregistrement de fichiers distants."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Accéder aux fichiers précédemment ouverts dans <app>gedit</app>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Réouverture d’un fichier récemment ouvert"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> fournit un accès rapide aux dix fichiers les plus récemment "
+"ouverts. Voici comment procéder :"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Cliquez sur le bouton flèche situé à côté du bouton <gui>Ouvrir</gui> dans "
+"la barre d’en-tête."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+#| msgid ""
+#| "<app>gedit</app> will display a menu with the ten most-recently used "
+#| "files."
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"<app>gedit</app> affiche un menu contenant les dix fichiers les plus "
+"récemment ouverts."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr ""
+"Choisissez le fichier souhaité et il sera ouvert dans un nouvel onglet."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+#| msgid ""
+#| "When hovering with the mouse a recently-used file from the menu, the full "
+#| "path to the file is displayed in the status bar at the bottom of the "
+#| "<app>gedit</app> window."
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Lorsque vous survolez avec la souris un fichier récemment utilisé dans le "
+"menu, le chemin complet du fichier est affiché dans la barre d’état en bas "
+"de la fenêtre de <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Utiliser des greffons pour personnaliser gedit à votre convenance."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Configuration et utilisation des greffons gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Vous pouvez faire plus de choses avec <app>gedit</app> en utilisant des "
+"greffons. Plusieurs greffons sont installés par défaut mais un grand nombre "
+"d’autres greffons sont disponibles à part."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Beaucoup de distributions Linux regroupent dans un paquet appelé <app>gedit-"
+"plugins</app> un certain nombre de greffons disponibles. Installez le paquet "
+"<app>gedit-plugins</app> pour rendre ces greffons supplémentaires "
+"disponibles pour <app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Installer « gedit-plugins »</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Greffons gedit par défaut"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Greffons gedit supplémentaires"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Modifier la casse du texte sélectionné."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Modification de la casse"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Ce greffon vous aide à modifier la casse du morceau de texte que vous avez "
+"sélectionné. Vous pouvez l’utiliser pour mettre du texte tout en minuscules, "
+"tout en majuscules, pour inverser la casse ou pour appliquer une casse de "
+"titre. Pour activer ce greffon, choisissez <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Préférences</gui> <gui>Greffons</"
+"gui><gui>Modifier la casse</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Une fois que le greffon <em>Modifier la casse</em> est activé, vous pouvez "
+"l’utiliser de la manière suivante :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Sélectionnez le morceau de texte que vous voulez modifier."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">gedit</gui><gui>Modifier la casse</"
+"gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Choisissez l’option de mise en forme de texte souhaitée."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Les mises à jour du format du texte s’effectuent immédiatement."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"L’option <gui>Inverser la casse</gui> convertit toutes les minuscules en "
+"majuscules et réciproquement."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"L’option <gui>Casse de titre</gui> convertit la première lettre de chaque "
+"mot en majuscules. Toutes les autres lettres sont converties en minuscules."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Si aucun texte n’est sélectionné, la fonction <em>Modifier la casse</em> est "
+"grisée (non active). Vous devez sélectionner un morceau de texte avant "
+"d’utiliser la fonction <em>Modifier la casse</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Afficher les statistiques du document."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Statistiques du document"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Le greffon <em>Statistiques du document</em> affiche un grand nombre de "
+"statistiques concernant votre document. Pour activer ce greffon, choisissez "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Préférences</"
+"gui><gui>Greffons</gui><gui>Statistiques du document</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Utilisation des statistiques du document"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Une fois que le greffon est activé, utilisez-le en sélectionnant "
+"<guiseq><gui>Outils</gui><gui>Statistiques du document</gui></guiseq>. Une "
+"fenêtre affiche alors des informations statistiques sur votre document, dont "
+"le nombre de mots, lignes, caractères, caractères sans les espaces et la "
+"taille de votre fichier en octets."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Vous pouvez aussi utiliser <em>Statistiques du document</em> pour afficher "
+"des informations sur une partie du document. Pour cela, sélectionnez à "
+"l’aide de la souris la partie de texte que vous voulez analyser, puis "
+"choisissez <guiseq><gui>Outils</gui><gui>Statistiques du document</gui></"
+"guiseq>. <app>Gedit</app> affiche des informations sur le document complet "
+"et sur la partie de texte sélectionnée."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Lancer des scripts sur les fichiers courants et interagir avec des "
+"applications externes."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Outils externes"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Le greffon <em>Outils externes</em> peut vous aider à simplifier des tâches "
+"répétitives. Plus particulièrement, il étend <app>gedit</app> en vous aidant "
+"à lancer des scripts sur vos fichiers de travail et en permettant à "
+"<app>gedit</app> d’interagir avec d’autres programmes sur votre ordinateur. "
+"Pour activer le greffon <app>Outils externes</app>, choisissez <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui style=\"menuitem\">Préférences</"
+"gui><gui>Greffons</gui> <gui>Outils externes</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Configuration du greffon Outils externes"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Une fois que le greffon est activé, vous devez le configurer en fonction de "
+"vos besoins. Les options de configuration sont disponibles en choisissant "
+"<guiseq><gui>Outils</gui><gui>Gérer les outils externes</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Ce greffon est destiné aux utilisateurs avancés et nécessite des "
+"connaissances sur la manière d’écrire des scripts pour être utilisé de "
+"manière efficace. Utilisez ce greffon avec prudence car des erreurs avec vos "
+"scripts peuvent affecter involontairement votre travail."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Utiliser le panneau latéral pour explorer et ouvrir des fichiers."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Panneau de l’explorateur de fichiers"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"En fonction de la façon dont vous utilisez <app>gedit</app>, vous pouvez "
+"trouver utile l’utilisation du greffon <app>Panneau de l’explorateur de "
+"fichiers</app>. Ce greffon permet d’inclure un <app>explorateur de fichiers</"
+"app> dans le panneau latéral, ce qui vous permet d’accéder facilement aux "
+"fichiers que vous utilisez fréquemment."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Vous pouvez activer le panneau latéral en choisissant <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Préférences</gui><gui>Greffons</"
+"gui><gui>Panneau de l’explorateur de fichiers</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Insérer la date et l’heure actuelles à la position du curseur."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Insertion de la date et de l’heure"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Comme son nom l’indique, le greffon <gui>Insérer la date et l’heure</gui> "
+"vous permet d’insérer la date et, ou l’heure à la position actuelle du "
+"curseur."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Pour activer le greffon :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Cliquez sur le bouton de menu situé dans le coin supérieur droit de la "
+"fenêtre, puis choisissez <guiseq><gui style=\"menuitem\">Préférences</"
+"gui><gui style=\"tab\">Greffons</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Sélectionnez <gui style=\"menuitem\">Insérer la date et l’heure</gui> pour "
+"activer le greffon."
+
+# ATTENTION : pas de points de suspension mais point final dans la traduction (Charles).
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Pour utiliser le greffon, cliquez sur le bouton de menu situé dans le coin "
+"supérieur droit de la fenêtre, puis choisissez <guiseq><gui style=\"menuitem"
+"\">Outils</gui> <gui style=\"menuitem\">Insérer la date et l’heure</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"Par défaut, le greffon <gui>Insérer la date et l’heure</gui> vous demande de "
+"choisir votre format de date/heure préféré à chaque fois que vous utilisez "
+"le greffon. Cependant, vous pouvez choisir votre propre format de date et "
+"d’heure par défaut en cliquant sur le bouton de menu situé dans le coin "
+"supérieur droit de la fenêtre, puis en sélectionnant <guiseq> <gui style="
+"\"menuitem\">Préférences</gui><gui style=\"tab\">Greffons</gui><gui>Insérer "
+"la date et l’heure</gui><gui style=\"button\">Préférences</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Installer des greffons de tierce-partie."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Greffons gedit supplémentaires"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"L’installation de greffons de tierce-partie procure des fonctionnalités "
+"supplémentaires non incluses dans les greffons <app>gedit</app> par défaut "
+"et dans le paquet <app>gedit-plugins</app>. Une liste en ligne de greffons "
+"de tierce-partie est maintenue à jour <link href=\"https://wiki.gnome.org/"
+"Apps/Gedit\">ici</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"L’installation d’un greffon de tierce-partie consiste à télécharger le "
+"greffon, à la mise en place des fichiers du greffon dans le bon répertoire "
+"et à l’activation du greffon."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Vous pouvez normalement télécharger un greffon à partir du site Web du "
+"greffon mais il peut être nécessaire d’installer des programmes de contrôle "
+"de version comme <app>git</app>, <app>bazaar</app> ou <app>subversion</app> "
+"pour copier un dépôt logiciel de greffon à partir d’Internet. Consultez la "
+"documentation du greffon pour apprendre comment récupérer le greffon."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Placez les fichiers du greffon dans le dossier <file>/home/"
+"<var>nom_utilisateur</var>/.local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Bien sûr, remplacez le terme <var>nom_utilisateur</var> par votre propre nom "
+"d’utilisateur."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Après avoir placé les fichiers du greffon dans le bon répertoire, le greffon "
+"apparaît dans le menu Préférences. Cliquez sur le bouton de menu situé dans "
+"le coin supérieur droit de la fenêtre, et sélectionnez <guiseq><gui style="
+"\"menuitem\">Préférences</gui><gui style=\"tab\">Greffons</gui><gui>[nom du "
+"greffon]</gui></guiseq> pour activer le greffon."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Cliquez sur <gui>Fermer</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr "Après avoir activé le greffon, il devrait être prêt à l’emploi."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Le répertoire <file>.local</file> est caché par défaut. Pour l’afficher "
+"ainsi que tous les autres fichiers cachés, cliquez sur "
+"<guiseq><gui>Affichage</gui><gui>Afficher les fichiers cachés</gui></guiseq> "
+"ou appuyez sur <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Si le répertoire <file>.local/share/gedit/plugins/</file> n’existe pas, vous "
+"devez le créer."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Prendre en charge les modificateurs Emacs, Kate et Vim dans gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Modificateurs"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Le greffon <app>Modificateurs</app> permet à <app>gedit</app> d’analyser les "
+"lignes de texte au début et à la fin d’un fichier, puis d’appliquer un "
+"ensemble de préférences au fichier. Le greffon <app>Modificateurs</app> "
+"prend en charge un sous-ensemble des options utilisées par les éditeurs de "
+"texte <app>Emacs</app>, <app>Kate</app> et <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Pour activer le greffon <app>Modificateurs</app>, choisissez <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Préférences</"
+"gui><gui>Greffons</gui><gui>Modificateurs</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Options générales des modificateurs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Les options suivantes peuvent être définies en utilisant les modificateurs "
+"de <app>gedit</app> :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Largeur des tabulations"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Largeur d’indentation"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Insertion d’espaces au lieu de tabulations"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Renvoi automatique à la ligne"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Largeur de la marge à droite"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Les préférences définies avec les modificateurs ont la priorité sur celles "
+"définies dans la boîte de dialogue des préférences."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Modificateurs d’Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Les deux premières lignes d’un document sont analysées pour trouver les "
+"modificateurs d’<app>Emacs</app>. <app>gedit</app> prend en charge les "
+"options des modificateurs d’<app>Emacs</app> suivantes :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Pour plus d’informations sur les modificateurs d’<app>Emacs</app>, consultez "
+"le <link href=\"https://www.gnu.org/software/emacs/manual/emacs.html"
+"\">manuel de GNU Emacs</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Modificateurs de Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Les modificateurs de <app>Kate</app> sont recherchés dans la première et les "
+"dix dernières lignes du document. <app>gedit</app> prend en charge les "
+"options des modificateurs de <app>Kate</app> suivantes :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Pour plus d’informations sur les modificateurs de <app>Kate</app>, consultez "
+"le <link href=\"https://kate-editor.org/\">site Web de Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Modificateurs de Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Les modificateurs de <app>Vim</app> sont recherchés dans la première et les "
+"trois dernières lignes du document. <app>gedit</app> prend en charge les "
+"options des modificateurs de <app>Vim</app> suivantes :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Pour plus d’informations sur les modificateurs de <app>Vim</app>, consultez "
+"le <link href=\"https://www.vim.org/\">site Web de Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Ajouter une console Python interactive dans le panneau inférieur."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Console Python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Vous pouvez ajouter une console Python dans le panneau inférieur afin de "
+"vous permettre de tester des scripts Python sans quitter <app>gedit</app>. "
+"Pour activer la console Python, choisissez <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Préférences</gui><gui>Greffons</"
+"gui><gui>Console Python</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Une fois que la console Python est activée, vous pouvez l’ouvrir en "
+"sélectionnant <guiseq><gui>Affichage</gui><gui>Panneau inférieur</gui></"
+"guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Si vous avez également activé le greffon <gui>Terminal intégré</gui>, la "
+"<gui>console Python</gui> apparaît dans un onglet séparé dans le panneau "
+"inférieur."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Ouvrir rapidement un fichier ou un ensemble de fichiers."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Ouverture rapide"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Comme le nom du greffon l’indique, le greffon <app>Ouverture rapide</app> "
+"vous aide à ouvrir des fichiers plus rapidement qu’en utilisant la manière "
+"traditionnelle. Pour l’activer, choisissez <guiseq><gui style=\"menu"
+"\">gedit</gui><gui>Préférences</gui><gui>Greffons</gui><gui>Ouverture "
+"rapide</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Une fois l’activation du greffon <app>Ouverture rapide</app> faite, vous "
+"pouvez l’utiliser comme cela :"
+
+# ATTENTION : point final sans points de suspension pour le bouton.
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Ouvrez la boîte de dialogue <app>Ouverture rapide</app> en appuyant sur "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq> ou en "
+"sélectionnant <gui style=\"menuitem\">Ouverture rapide</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "La boîte de dialogue <gui>Ouverture rapide</gui> s’affiche."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr ""
+"Utilisez votre souris pour sélectionner le ou les fichiers que vous "
+"souhaitez ouvrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Pour sélectionner plusieurs fichiers individuels, maintenez appuyée la "
+"touche <key>Ctrl</key> pendant que vous cliquez sur les fichiers que vous "
+"voulez ouvrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Pour sélectionner un groupe de fichiers, cliquez sur le premier fichier que "
+"vous voulez ouvrir, maintenez appuyée la touche <key>Maj</key>, puis cliquez "
+"sur le dernier fichier du groupe de fichiers que vous voulez ouvrir."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Ouverture rapide</app> va rechercher des fichiers dans :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "le répertoire du document ouvert actuel,"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"le répertoire racine du greffon <app xref=\"gedit-plugins-file-browser"
+"\">Panneau de l’explorateur de fichiers</app>,"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"les documents récents, aussi présents dans le dossier <file>Récents</file> "
+"du menu <app>Fichiers</app>,"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "les répertoires que vous avez marqués dans <app>Fichiers</app>,"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "votre répertoire <file>Bureau</file>,"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "votre <file>Dossier personnel</file>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Ouverture rapide</app> affiche les fichiers dans n’importe lequel de "
+"ces emplacements, indépendamment du fait qu’ils soient déjà ouverts ou non."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Utiliser des fragments de code pour insérer rapidement les morceaux de texte "
+"fréquemment utilisés."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Fragments de code"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Fragments de code</app> permet une insertion aisée de morceaux de texte "
+"fréquemment utilisés dans vos fichiers. Par exemple, un fragment de code "
+"HTML pour l’étiquette <code>&lt;img&gt;</code> insère les parties ouvrante "
+"et fermante de l’étiquette mais aussi les emplacements fixés où vous pouvez "
+"saisir les attributs de l’image. Cela peut accélérer et vous faciliter "
+"l’écriture du code."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Activation du greffon Fragments de code"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Pour activer le greffon <gui>Fragments de code</gui> :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Préférences</gui><gui style=\"tab\">Greffons</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Sélectionnez <gui style=\"menuitem\">Fragments de code</gui> pour activer le "
+"greffon."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Parcourir les fragments de code"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Pour parcourir les fragments de code disponibles :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">Outils</gui><gui style=\"menuitem"
+"\">Gestion des fragments de code</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Assurez-vous que la syntaxe est correctement configurée. La barre d’état en "
+"bas de la fenêtre <app>gedit</app> affiche le paramétrage actuel de langage. "
+"Ce paramétrage est ce qui permet à gedit d’insérer les fragments de code "
+"corrects. <app>Gedit</app> devrait normalement détecter le langage ou la "
+"syntaxe du fichier que vous êtes en train d’utiliser, mais parfois il est "
+"nécessaire de le définir."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "Dans cet exemple, le langage est défini à HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr ""
+"Parcourez les fragments de code disponibles pour votre langage ou votre "
+"syntaxe."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Utilisation des fragments de code"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Pour insérer un fragment de code dans le document actuel :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Saisissez le nom du fragment de code voulu n’importe où dans le document "
+"actuel."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Appuyez sur la touche <key>Tab</key> pour insérer le fragment de code "
+"associé au nom que vous avez saisi."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Exemple d’utilisation de fragment de code"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Par exemple, si vous paramétrez la syntaxe à <em>HTML</em>, saisissez "
+"<code>head</code> et appuyez sur la touche <key>Tab</key>. Le texte devrait "
+"s’être autocomplété en un fragment de code tel que :"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Ajout de fragments de code"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Vous pouvez ajouter d’autres fragments de code fonctionnant soit globalement "
+"(c’est-à-dire indépendamment du langage), soit dans une syntaxe particulière."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq style=\"menu\"><gui style=\"menuitem\">Outils</gui><gui "
+"style=\"menuitem\">Gestion des fragments de code</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Dans le panneau latéral de <gui>Gestion des fragments de code</gui>, "
+"choisissez la syntaxe voulue et cliquez sur le bouton « + » pour dérouler la "
+"liste des fragments de code existants concernant la syntaxe choisie."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Pour ajouter un fragment de code fonctionnant globalement (c’est à dire sans "
+"qu’aucune syntaxe ou aucun langage n’ait été défini pour le document), "
+"choisissez <gui>Global</gui> dans le panneau latéral de <gui>Gestion des "
+"fragments de code</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Pour ajouter un nouveau fragment de code, cliquez sur l’icône « plus » dans "
+"le panneau latéral de <gui>Gestion des fragments de code</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Saisissez un nom pour le nouveau fragment de code. Ce nom peut être "
+"différent du contenu du fragment de code."
+
+# Retrait du caractère « deux-points », afin d’obtenir une meilleure lisibilité dans la documentation.
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Dans la rubrique <gui style=\"group\">Activation</gui>, vous devez saisir un "
+"terme dans la zone de texte <gui style=\"input\">Mot déclencheur</gui>. Vous "
+"utiliserez ce terme pour insérer votre fragment de code."
+
+# Retrait du caractère « deux-points », afin d’obtenir une meilleure lisibilité dans la documentation.
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Si vous souhaitez insérer un fragment de code avec un raccourci clavier, "
+"cliquez sur la zone de texte <gui style=\"input\">Touche de raccourci</gui> "
+"et appuyez sur la combinaison de touche voulue. Après pression puis "
+"relâchement des touches, le raccourci clavier est défini."
+
+# Retrait du caractère « deux-points », afin d’obtenir une meilleure lisibilité dans la documentation.
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Dans la zone de texte <gui style=\"input\">Édition</gui>, saisissez le texte "
+"du fragment de code. Vous pouvez utiliser <code>${n}</code> pour indiquer "
+"les variables, où <em>n</em> est à remplacer par un nombre représentant "
+"l’ordre numérique des variables incluses."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Exemple d’un nouveau fragment de code"
+
+# Retrait du caractère « deux-points », afin d’obtenir une meilleure lisibilité dans la documentation.
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Supposons que vous ayez créé un fragment de code avec le terme "
+"<var>greetings</var> dans <gui style=\"input\">Mot déclencheur</gui>. La "
+"zone de texte <gui style=\"input\">Édition</gui> contient :"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Vous pouvez insérer ce fragment de code en saisissant <var>greetings</var> "
+"dans le document et en appuyant sur la touche <key>Tab</key>. Le texte du "
+"fragment de code suivant est alors inséré :"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Les mots « wonderful » et « amazing » peuvent être retenus ou supprimés "
+"selon votre choix d’utilisation. Pour ce faire, appuyez sur la touche "
+"<key>Tab</key> pour choisir entre « wonderful » et « amazing » et appuyez "
+"sur <key>Suppr</key> pour supprimer l’option à rejeter."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Trier des lignes de texte dans l’ordre alphabétique."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Trier"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Le greffon « Trier » trie les lignes sélectionnées dans l’ordre alphabétique."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Activation du greffon Trier"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Pour activer le greffon <app>Trier</app> :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Choisissez <gui style=\"menuitem\">Trier</gui> pour activer le greffon."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Utilisation du greffon Trier"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Pour utiliser le greffon <gui>Trier</gui> :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Sélectionnez les lignes de texte souhaitées."
+
+# ATTENTION : point final et pas de points de suspension dans les boutons
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">Outils</gui><gui style=\"menuitem"
+"\">Trier</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"La boîte de dialogue <gui>Trier</gui> s’ouvre afin de vous permettre de "
+"choisir parmi différentes options de tri :"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Inverser l’ordre</gui> classe le texte dans l’ordre alphabétique "
+"inverse."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"<gui>Enlever les doublons</gui> supprime les valeurs de la liste en double."
+
+# Modification de la traduction « Ignorer la casse » par « Sensible à la casse », afin d’uniformiser avec l’interface utilisateur.
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr "<gui>Sensible à la casse</gui> ne tient pas compte de la casse."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Pour que le tri ignore les caractères en début de ligne, indiquez dans le "
+"champ de saisie numérique <gui>Commencer à la colonne</gui> le numéro de "
+"colonne du premier caractère devant être utilisé pour le tri."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Pour lancer le tri, cliquez sur le bouton <gui>Trier</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Configurer les pages pour qu’elles s’impriment dans un certain ordre."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Impression des pages dans le bon ordre"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Inversion"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Normalement, les imprimantes impriment en premier la première page et en "
+"dernier la dernière page et elles se retrouvent donc dans l’ordre inverse "
+"quand vous les prenez. Pour inverser cet ordre :"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">Fichier</gui><gui style=\"menuitem"
+"\">Imprimer</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"Dans l’onglet <gui style=\"tab\">Général</gui> de la fenêtre Imprimer, dans "
+"la colonne <gui style=\"group\">Copies</gui>, cochez la case <gui style="
+"\"checkbox\">Inverser</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "La dernière page sera alors imprimée en premier, et ainsi de suite."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Rassemblement"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Si vous imprimez plusieurs copies du document, les épreuves vont être "
+"groupées par défaut par leur numéro de page (toutes les copies de la "
+"première page ensemble, puis toutes les copies de la deuxième, etc.). La "
+"fonction Rassembler va faire sortir chaque copie du document avec toutes ses "
+"pages regroupées dans le bon ordre."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Pour rassembler :"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Cliquez sur <guiseq><gui style=\"menu\">Fichier</gui><gui style=\"menuitem"
+"\">Imprimer</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"Dans l’onglet <gui style=\"tab\">Général</gui> de la fenêtre Imprimer, dans "
+"la colonne <gui style=\"group\">Copies</gui>, cochez la case <gui style="
+"\"checkbox\">Rassembler</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Imprimer les fichiers créés avec gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Impression de documents"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Pour imprimer avec <app>gedit</app>, il est nécessaire d’avoir une "
+"imprimante connectée et configurée. Si vous ne l’avez pas encore fait, "
+"consultez la <link href=\"help:gnome-help/printing\">documentation "
+"d’assistance pour l’impression de GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr ""
+"<app>gedit</app> permet d’imprimer soit sur papier, soit dans un fichier."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Aperçu avant impression"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Avant d’imprimer votre document, vous pouvez aussi prévisualiser la façon "
+"dont le document apparaîtra en utilisant la fonctionnalité <gui>Aperçu avant "
+"impression</gui>. Pour prévisualiser le document :"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Cliquez sur <guiseq><gui style=\"menu\">Fichier</gui><gui style=\"menuitem"
+"\">Aperçu avant impression</gui></guiseq>, ou appuyez sur <keyseq><key>Maj</"
+"key><key>Ctrl</key><key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Un aperçu du document s’ouvre dans le même onglet que le fichier. Vous "
+"pouvez parcourir cet aperçu à l’aide des boutons de navigation et des outils "
+"de la barre d’outils en haut de l’onglet de l’aperçu du document. Pour "
+"fermer et retourner au document, cliquez sur le bouton <gui style=\"button"
+"\">Fermer l’aperçu</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Impression sur papier"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Vous pouvez imprimer le document sur papier en utilisant une imprimante "
+"locale ou distante. Pour imprimer un fichier :"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">Fichier</gui><gui style=\"menuitem"
+"\">Imprimer</gui><gui style=\"tab\">Général</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr ""
+"Choisissez l’imprimante voulue dans la liste des imprimantes disponibles."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Vous pouvez prévisualiser le fichier grâce au bouton <gui style=\"button"
+"\">Aperçu avant impression</gui> et, lorsque vous êtes satisfait(e) du "
+"résultat de vos modifications, cliquez sur le bouton <gui style=\"button"
+"\">Imprimer</gui> pour envoyer le fichier à l’imprimante."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"En outre, dans l’onglet <gui style=\"tab\">Mise en page</gui>, vous avez le "
+"choix entre différentes options d’<gui style=\"group\">Agencement</gui> et "
+"de <gui style=\"group\">Papier</gui>. Comme ces réglages sont disponibles "
+"dans l’ensemble des programmes <app>GNOME</app>, reportez-vous au manuel "
+"d’utilisation du bureau à la rubrique <link href=\"help:gnome-help/"
+"printing#paper\">Différents formats de papier et agencements</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Impression de copies multiples ou dans des plages spécifiées"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Vous pouvez régler les options <gui style=\"group\">Plage</gui> et <gui "
+"style=\"group\">Copies</gui> :"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Impression dans un fichier"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Vous pouvez aussi utiliser <app>gedit</app> pour imprimer dans un fichier. "
+"Pour imprimer le document dans un fichier d’un format différent :"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">Fichier</gui><gui style=\"menuitem"
+"\">Imprimer</gui><gui style=\"menuitem\">Imprimer dans un fichier</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr ""
+"L’impression est disponible pour les formats de fichiers suivants ; "
+"choisissez-en un :"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Pour imprimer le document dans un fichier, cliquez alors sur le bouton <gui "
+"style=\"button\">Imprimer</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Choisir les pages que vous souhaitez imprimer."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Impression de pages spécifiques"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Vous pouvez imprimer uniquement certaines pages du document. Par exemple, si "
+"vous indiquez les numéros de pages « 1,3,5-7,9 », seules les pages 1, 3, 5, "
+"6, 7 et 9 seront imprimées. Pour imprimer les pages de votre choix :"
+
+# ATTENTION : point final et pas de points de suspenssion dans les boutons
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">Fichier</gui><gui style=\"menuitem"
+"\">Imprimer</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"Dans l’onglet <gui style=\"tab\">Général</gui> de la fenêtre Imprimer, "
+"choisissez <gui style=\"radiobutton\">Pages</gui> dans la colonne <gui style="
+"\"group\">Plage</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Saisissez dans le champ de texte les numéros des pages que vous souhaitez "
+"imprimer en les séparant par une virgule. Mettez un tiret pour définir une "
+"plage de numéros."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Décrire brièvement gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Premiers pas avec gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> est un éditeur de texte complet pour l’environnement de "
+"bureau GNOME. Vous pouvez l’utiliser pour préparer des notes et des "
+"documents simples ou vous pouvez utiliser certaines de ses fonctionnalités "
+"avancées pour en faire votre propre environnement de développement logiciel."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='53a80e9613aa561ea64383123f21622b'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Une fois que <app>gedit</app> est démarré, vous pouvez commencer à écrire "
+"aussitôt. Pour enregistrer votre texte, cliquez simplement sur le bouton "
+"<gui>Enregistrer</gui> situé dans la barre d’en-tête de <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Pour apprendre les fonctionnalités supplémentaires de <app>gedit</app> et "
+"pour obtenir de l’aide sur la réalisation de tâches supplémentaires, "
+"explorez <link xref=\"index\">les autres parties</link> de l’aide "
+"<app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Remplacer des portions de texte dans un fichier."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Remplacement de texte"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Modifier du texte peut prendre beaucoup de temps. Pour en gagner, "
+"<app>gedit</app> possède une fonction <app>Remplacer</app> qui vous aide à "
+"chercher et remplacer des portions de texte."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Remplacement de texte dans <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Ouvrez l’outil <gui>Remplacer</gui> en cliquant sur le <guiseq><gui style="
+"\"button\">bouton menu</gui><gui style=\"menuitem\">Rechercher et remplacer…"
+"</gui></guiseq> ou appuyez sur <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr ""
+"Saisissez le texte que vous voulez remplacer dans le champ <gui>Rechercher</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr ""
+"Saisissez le nouveau texte de remplacement dans le champ <gui>Remplacer par</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Une fois que vous avez saisi le texte original et de remplacement, vous "
+"pouvez ajouter des conditions supplémentaires de recherche. Vous pouvez "
+"aussi choisir les options de remplacement souhaitées :"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Pour remplacer <em>seulement</em> la prochaine occurrence, cliquez sur "
+"<gui>Remplacer</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Pour remplacer <em>toutes les occurrences</em> du texte recherché, cliquez "
+"sur <gui>Tout remplacer</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Utilisez la fonction <gui>Tout remplacer</gui> avec prudence. <gui>Tout "
+"remplacer</gui> travaille sur le texte complet de votre fichier et ne vous "
+"permet pas de colorer les portions de texte que la fonction va remplacer."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Options supplémentaires"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr ""
+"Si vous le souhaitez, vous pouvez ajouter quelques conditions "
+"supplémentaires à votre recherche :"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Respect de la casse"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"L’option <em>Respecter la casse</em> vous permet d’indiquer si la recherche "
+"à réaliser est sensible à la casse (distinction entre minuscules et "
+"majuscules). Si cette option est sélectionnée, les recherches sont sensibles "
+"à la casse."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Mots entiers seulement"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Utilisez cette option pour rechercher un mot spécifique qui ne comprend pas "
+"de parties d’autres mots. Par exemple, si vous recherchez le mot « ou » avec "
+"cette option sélectionnée, le mot « ou » correspond mais les mots "
+"« verr<em>ou</em> » et « b<em>ou</em>t » ne correspondent pas."
+
+# Modification de la traduction « Recherche en arrière » par « Rechercher en arrière », afin d’uniformiser avec l’interface utilisateur.
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Rechercher en arrière"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Cette commande se comporte de la même manière que la commande Rechercher le "
+"précédent. Si vous souhaitez parcourir les résultats de la recherche du bas "
+"vers le haut, choisissez cette option."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Recherche circulaire"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Avec l’option <app>Recherche circulaire</app> activée, <app>gedit</app> "
+"reprend l’action rechercher/remplacer en haut du fichier après qu’il a "
+"atteint la fin du fichier. Cela vous assure que l’action rechercher/"
+"remplacer s’effectue sur la totalité du fichier."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Utilisation des séquences d’échappement"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Les <em>séquences d’échappement</em> permettent de rechercher les retours à "
+"la ligne, les retours de chariot et les tabulations."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Nouvelle ligne"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Retour à la ligne"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tabulation"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Si vous souhaitez rechercher des <output>\\</output> (barres obliques "
+"inverses) ou une des séquences d’échappement dans le texte, vous devez "
+"doubler les barres obliques inverses. Par exemple, pour trouver <input>\\</"
+"input>, vous devez saisir <input>\\\\</input> dans le champ de recherche ou "
+"de remplacement. La méthode est la même pour trouver des séquences "
+"d’échappement : pour rechercher ou remplacer <input>\\n</input>, saisissez "
+"<input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Enregistrer votre document."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Enregistrement d’un document"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Pour enregistrer un fichier dans <app>gedit</app>, cliquez sur le bouton "
+"<gui style=\"button\">Enregistrer</gui> situé sur le côté droit de la barre "
+"d’en-tête, ou appuyez sur <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Si vous enregistrez un nouveau fichier, une boîte de dialogue s’affiche et "
+"vous pouvez nommer le fichier ainsi que le répertoire dans lequel vous "
+"désirez l’enregistrer."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Rechercher un morceau de texte dans un fichier."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Recherche de texte"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"L’outil Recherche peut vous aider à trouver des morceaux de texte "
+"particuliers dans votre fichier."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Recherche de texte"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Ouvrez le <gui>champ de recherche</gui> en cliquant sur le <guiseq><gui "
+"style=\"menu\">bouton menu</gui><gui style=\"menuitem\">Rechercher…</gui></"
+"guiseq> ou en appuyant sur <keyseq><key>Ctrl</key><key>F</key></keyseq>. "
+"Cela déplace le curseur au début du <gui>champ de recherche</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr ""
+"Saisissez le texte que vous voulez rechercher dans le <gui>champ de "
+"recherche</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Au fur et à mesure de votre saisie, <app>gedit</app> commence à mettre en "
+"surbrillance les parties de texte qui correspondent à ce que vous avez saisi."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+"Pour parcourir les résultats de recherche, effectuez l’une des opérations "
+"suivantes :"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Cliquez sur les flèches <gui style=\"button\">haut</gui> ou <gui style="
+"\"button\">bas</gui> situées à côté du <gui>champ de recherche</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Appuyez sur les touches <key>flèche haut</key> ou <key>flèche bas</key> de "
+"votre clavier."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Appuyez sur <keyseq><key>Ctrl</key><key>G</key></keyseq> ou "
+"<keyseq><key>Ctrl</key><key>Maj</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Pour fermer le <gui>champ de recherche</gui>, appuyez sur la touche "
+"<key>Échap</key> ou sur la touche <key>Entrée</key>. La touche <key>Échap</"
+"key> positionne le curseur là où il était avant d’avoir lancé la recherche, "
+"tandis que la touche <key>Entrée</key> positionne le curseur là où il est "
+"dans les résultats de la recherche."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Astuces pour la recherche"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Si vous sélectionnez une portion de texte avant d’appuyer sur "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, le texte surligné apparaît "
+"dans le champ de recherche."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Pour accéder à plus d’options de recherche, cliquez sur l’icône <gui style="
+"\"button\">loupe</gui> du champ de recherche, ou faites un clic droit "
+"n’importe où dans le champ de recherche. Vous accédez alors à une ou "
+"plusieurs de ces options supplémentaires :"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Sélectionnez <gui>Respecter la casse</gui> pour rendre la recherche sensible "
+"à la casse."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Sélectionnez <gui>Mots entiers seulement</gui> pour ne rechercher que des "
+"mots entiers."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Sélectionnez <gui>Recherche circulaire</gui> pour rechercher du texte depuis "
+"votre position actuelle jusqu’en bas et recommencer le cycle depuis le haut."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Le texte que vous avez recherché reste coloré, même après la fin de la "
+"recherche. Pour supprimer la coloration, cliquez sur <gui style=\"menuitem"
+"\">Supprimer la coloration</gui> ou appuyez sur <keyseq><key>Ctrl</"
+"key><key>Maj</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Vérifier l’orthographe de vos fichiers."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Vérification orthographique du document"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Activation du vérificateur orthographique"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"La fonction de vérification orthographique est fournie, dans <app>gedit</"
+"app>, sous forme d’un greffon qui peut être activé en fonction des "
+"nécessités. Pour activer ce greffon :"
+
+# Modification du terme « Vérification orthographique » par « Vérificateur orthographique », afin d’uniformiser avec l’interface utilisateur.
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Choisissez <gui style=\"menuitem\">Vérificateur orthographique</gui> pour "
+"activer ce greffon."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Pour rechercher les mots mal orthographiés dans le document :"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Choisissez <guiseq><gui style=\"menu\">Outils</gui><gui style=\"menuitem"
+"\">Vérification orthographique</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Pour que <app>gedit</app> surligne automatiquement les mots mal "
+"orthographiés dans le document au fur et à mesure que vous saisissez le "
+"texte, choisissez <guiseq><gui style=\"menu\">Outils</gui><gui style="
+"\"menuitem\">Mettre en évidence les mots mal orthographiés</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Utilisation du vérificateur orthographique"
+
+# Retrait du caractère « deux-points », afin d’obtenir une meilleure lisibilité dans la documentation.
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Vous pouvez choisir de substituer la forme correcte au mot mal orthographié "
+"grâce à la boîte de dialogue Vérifier l’orthographe. Le mot mal orthographié "
+"détecté par le vérificateur orthographique est affiché près de l’étiquette "
+"<gui>Mot mal orthographié</gui>. Vous avez le choix entre les actions "
+"correctives suivantes :"
+
+# Retrait du caractère « deux-points », afin d’obtenir une meilleure lisibilité dans la documentation.
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Remplacer par</gui> vous permet de saisir un mot et de "
+"vérifier sa validité en cliquant sur le bouton <gui style=\"button"
+"\">Vérifier le mot</gui>."
+
+# Retrait du caractère « deux-points », afin d’obtenir une meilleure lisibilité dans la documentation.
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Suggestions</gui> donne la liste des substitutions "
+"possible pour le mot."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignorer</gui> vous permet de passer la correction "
+"orthographique pour l’instance présente du mot en cours d’étude."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Toujours ignorer</gui> vous permet de passer la "
+"correction orthographique de <em>toutes</em> les instances du mot étudié."
+
+# Retrait du caractère « deux-points », afin d’obtenir une meilleure lisibilité dans la documentation.
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Remplacer</gui> substitue, à l’instance actuelle du "
+"mot mal orthographié ou inconnu, un mot choisi dans la liste des <gui style="
+"\"menuitem\">Suggestions</gui>."
+
+# Retrait du caractère « deux-points », afin d’obtenir une meilleure lisibilité dans la documentation.
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Tout remplacer</gui> substitue, à toutes les instances "
+"du mot dans le texte, le mot choisi dans la liste des <gui style=\"menuitem"
+"\">Suggestions</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Ajouter le mot</gui> vous permet d’ajouter le mot "
+"actuel dans le <gui>Dictionnaire de l’utilisateur</gui> de <app>gedit</app>. "
+"Ainsi, ce mot ne sera désormais plus désigné comme mal orthographié, quel "
+"que soit le document traité."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Choix de la langue pour la vérification orthographique"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Par défaut, <app>gedit</app> utilise votre langue actuelle pour effectuer la "
+"vérification de votre document. Si vous souhaitez utiliser une autre langue, "
+"allez dans <guiseq><gui style=\"menu\">Outils</gui><gui style=\"menuitem"
+"\">Définir la langue…</gui></guiseq> et choisissez celle que vous voulez."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Dictionnaires"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> utilise <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, un petit utilitaire, pour vérifier l’orthographe. "
+"Enchant est susceptible de mettre en œuvre plusieurs dictionnaires "
+"différents pour cette vérification. <em>Hunspell</em> et <em>Aspell</em> "
+"sont deux moteurs de ces dictionnaires."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Si la langue que vous voulez utiliser n’est pas disponible dans <app>gedit</"
+"app>, servez-vous de l’installateur de logiciels ou de paquets de votre "
+"système pour installer le moteur du dictionnaire dont vous avez besoin."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr ""
+"Colorer le texte en fonction de la syntaxe pour en faciliter la lecture."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Activation de la coloration syntaxique"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Coloration syntaxique"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> fournit une coloration syntaxique pour un grand nombre de "
+"langages de balisage, de programmation et langages scientifiques. Si "
+"<app>gedit</app> reconnaît la syntaxe utilisée lorsque vous ouvrez un "
+"fichier, il colore automatiquement le texte."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Si votre syntaxe ou langage n’est pas mis en couleur dès le démarrage, vous "
+"pouvez choisir la syntaxe ou le langage approprié en cliquant sur "
+"<guiseq><gui style=\"menu\">Affichage</gui><gui style=\"menuitem\">Mode de "
+"coloration</gui></guiseq> puis en choisissant la syntaxe désirée. Vous "
+"pouvez aussi sélectionner le nom de la syntaxe à partir de la liste "
+"déroulante en bas de la fenêtre <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Regrouper les onglets similaires."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Organisation des fichiers dans des onglets groupés"
+
+# Remplacement du terme « Document sans nom 1 » par « Document 1 sans titre », afin d’uniformiser avec l’interface utilisateur.
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Lorsque vous travaillez avec de nombreux onglets dans <app>gedit</app>, vous "
+"pouvez les grouper pour améliorer l’organisation des fichiers ouverts. "
+"Ajouter un nouveau groupe d’onglets divise la fenêtre de <app>gedit</app> en "
+"deux panneaux, ouvre un nouveau « Document 1 sans titre » dans le deuxième "
+"et le rend actif. Vous pouvez alors ouvrir des fichiers dans ce nouveau "
+"groupe d’onglets et déplacer les onglets d’un groupe à un autre."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Ouverture d’un nouveau groupe d’onglets dans la fenêtre gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Pour ouvrir un nouveau groupe d’onglets :"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Faites un clic droit sur un onglet et sélectionnez <gui>Déplacer dans un "
+"nouveau groupe d’onglets</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Ou bien utilisez le raccourci <keyseq><key>Ctrl</key><key>Alt</key><key>N</"
+"key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Cette action divise la fenêtre de <app>gedit</app> en deux parties, le "
+"nouveau panneau du nouveau groupe d’onglets se trouvant à droite de l’onglet "
+"actif. Vous pouvez redimensionner selon vos besoins les panneaux de la "
+"fenêtre de <app>gedit</app> à l’aide des poignées droite ou gauche."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Vous pouvez ouvrir autant de groupes d’onglets dans une fenêtre de "
+"<app>gedit</app> que votre écran peut en contenir, en sachant malgré tout "
+"qu’il vous faudra les redimensionner à l’aide des poignées pour les voir "
+"correctement."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Pour fermer un panneau contenant un groupe d’onglets, fermez tous les "
+"onglets s’y trouvant."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Déplacement d’un onglet vers un autre groupe"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Pour déplacer un onglet vers un autre groupe :"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "cliquez sur l’onglet sans relâcher le bouton de la souris,"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "faites glisser l’onglet dans un autre groupe d’onglets,"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "positionnez-le à côté d’un des autres onglets de l’autre groupe,"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "relâchez le bouton de la souris."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Modifier la position d’un onglet dans la fenêtre gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Déplacement et réorganisation des onglets"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Les onglets dans <app>gedit</app> peuvent être déplacés pour faciliter votre "
+"travail avec les fichiers. Les onglets peuvent être réorganisés dans la même "
+"fenêtre, déplacés à l’extérieur de <app>gedit</app> (en créant une nouvelle "
+"fenêtre <app>gedit</app>) et déplacés d’une fenêtre à une autre."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Modification de l’ordre des onglets dans la fenêtre gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Pour changer l’ordre des onglets dans une fenêtre :"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "déplacez l’onglet à la position souhaitée parmi les autres onglets,"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"L’onglet se positionne à la position la plus proche de l’endroit où vous "
+"l’avez relâché, immédiatement à côté d’un des autres onglets présents."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Déplacement d’un onglet en créant une nouvelle fenêtre"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Pour créer une nouvelle fenêtre à partir d’un onglet existant :"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "faites glisser l’onglet en dehors de la fenêtre <app>gedit</app>,"
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Pour déplacer un onglet dans une nouvelle fenêtre lorsque <app>gedit</app> "
+"est maximisé, déplacez l’onglet sur la barre supérieure en haut de l’écran."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Déplacement d’un onglet dans une autre fenêtre gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Si vous voulez déplacer un onglet d’une fenêtre vers une autre :"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "faites glisser l’onglet vers la nouvelle fenêtre,"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "positionnez-le à côté d’un des autres onglets de la nouvelle fenêtre."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Il est cependant plus aisé de déplacer un onglet d’une fenêtre à une autre "
+"en le glissant dans le coin <gui>Activités</gui> de <gui>GNOME Shell</gui>, "
+"car cette action affiche toutes les fenêtres actives de <app>gedit</app>. Il "
+"suffit ensuite de relâcher l’onglet dans la fenêtre choisie de <app>gedit</"
+"app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Créer ou fermer des onglets dans la fenêtre gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Ajout et suppression d’onglets"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Le travail avec les onglets dans <app>gedit</app> vous permet de garder un "
+"œil sur plusieurs fichiers dans une seule fenêtre."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Ajout d’onglets"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Pour ajouter un nouvel onglet afin de créer un nouveau fichier, cliquez sur "
+"le bouton <gui>Créer un nouveau document</gui> situé sur le côté gauche de "
+"la barre d’en-tête, ou appuyez sur <keyseq><key>Ctrl</key><key>T</key></"
+"keyseq>. L’onglet est ajouté à droite de tous les autres onglets."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Suppression d’onglets"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Pour supprimer un onglet, cliquez sur le bouton <gui style=\"button\">×</"
+"gui> situé sur le côté droit de l’onglet, ou appuyez sur <keyseq><key>Ctrl</"
+"key><key>W</key></keyseq>. Pour fermer tous les onglets ouverts, appuyez sur "
+"<keyseq><key>Ctrl</key> <key>Maj</key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Annuler une action récente sur l’un de vos fichiers."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Annulation ou rétablissement d’une action récente"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Pour corriger une erreur dans <app>gedit</app>, appuyez sur "
+"<keyseq><key>Ctrl</key><key>Z</key></keyseq> pour annuler l’action."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Vous ne pouvez pas annuler une action après avoir fermé le fichier "
+"<app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Pour rétablir l’action qui a été annulée, appuyez sur <keyseq><key>Ctrl</"
+"key><key>Maj</key><key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Éditeur de texte gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Éditeur de texte gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Page d’accueil du manuel d’aide de gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Éditeur de texte gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Bienvenue dans le manuel d’aide de <app>gedit</app>. Pour accéder à une "
+"courte introduction à la plupart des fonctionnalités de base de <app>gedit</"
+"app>, consultez la page <link xref=\"gedit-quickstart\">Premiers pas avec "
+"gedit</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Les autres thèmes d’aide sont regroupés dans les sections ci-dessous. Bon "
+"travail avec <app>gedit</app> !"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Manipulation des fichiers"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Configuration de gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Greffons de gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Impression avec gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr ""
+"Creative Commons Paternité - Partage sous les mêmes conditions 3.0 non "
+"transposé"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Ce travail est sous licence <_:link-1/>."
+
+#~ msgid ""
+#~ "To close a file in <app>gedit</app>, select <gui style=\"menuitem"
+#~ "\">Close</gui>. Alternately, you can click the small \"X\" that appears "
+#~ "on the right-side of the file's tab, or press <keyseq><key>Ctrl</key> "
+#~ "<key>W</key></keyseq>."
+#~ msgstr ""
+#~ "Pour fermer un fichier dans <app>gedit</app>, choisissez <gui style="
+#~ "\"menuitem\">Fermer</gui>. Vous pouvez aussi cliquer sur le petit « X » "
+#~ "qui apparaît sur le bord droit de l’onglet du fichier, ou appuyer sur "
+#~ "<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>L</key></keyseq> in the <gui>Open</gui> "
+#~ "dialog."
+#~ msgstr ""
+#~ "Appuyez sur <keyseq><key>Ctrl</key><key>L</key></keyseq> dans la boîte de "
+#~ "dialogue <gui>Ouvrir</gui>."
+
+#~ msgid ""
+#~ "To adjust the number of recently-used files that gedit displays, you will "
+#~ "need to use the <app>dconf-editor</app> application."
+#~ msgstr ""
+#~ "Pour paramétrer le nombre de fichiers récemment ouverts affichés par "
+#~ "gedit, vous devez utiliser l’application <app>dconf-editor</app>."
+
+#~ msgid ""
+#~ "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+#~ msgstr ""
+#~ "Démarrez <app>dconf-editor</app> et sélectionnez <guiseq><gui>org</"
+#~ "gui><gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</"
+#~ "gui><gui>max-recents</gui></guiseq>."
+
+#~ msgid ""
+#~ "Double-click on the number next to <gui>max-recents</gui> and change the "
+#~ "number to your desired value."
+#~ msgstr ""
+#~ "Double-cliquez sur le nombre à côté de <gui>max-recents</gui> et modifiez-"
+#~ "le à la valeur souhaitée."
+
+#~ msgid ""
+#~ "To open files from the side panel, first open the side panel by selecting "
+#~ "<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+#~ "<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown "
+#~ "at the top of the pane."
+#~ msgstr ""
+#~ "Pour ouvrir des fichiers à partir du panneau latéral, commencez par "
+#~ "ouvrir le panneau latéral en choisissant <guiseq><gui>Affichage</"
+#~ "gui><gui>Panneau latéral</gui></guiseq> (ou appuyez sur <key>F9</key>), "
+#~ "puis cliquez sur l’icône <gui>Navigateur de fichiers</gui> dans le menu "
+#~ "déroulant en haut du panneau."
+
+#~ msgid ""
+#~ "This will activate the <em>File Browser</em> mode of the side panel. You "
+#~ "can then use the navigation buttons at the top of the pane to locate and "
+#~ "open your desired files."
+#~ msgstr ""
+#~ "Cela active le mode <em>Navigateur de fichiers</em> du panneau latéral. "
+#~ "Vous pouvez maintenant utiliser les boutons de navigation en haut du "
+#~ "panneau pour localiser et ouvrir les fichiers que vous voulez."
+
+#~ msgid "Use keyboard shortcuts to help you work more quickly."
+#~ msgstr "Utiliser les raccourcis clavier pour travailler plus rapidement."
+
+#~ msgid "Paolo Borelli"
+#~ msgstr "Paolo Borelli"
+
+#~ msgid "Jesse van den Kieboom"
+#~ msgstr "Jesse van den Kieboom"
+
+#~ msgid "Steve Frécinaux"
+#~ msgstr "Steve Frécinaux"
+
+#~ msgid "Ignacio Casal Quinteiro"
+#~ msgstr "Ignacio Casal Quinteiro"
+
+#~ msgid "Shortcut keys"
+#~ msgstr "Raccourcis clavier"
+
+#~ msgid ""
+#~ "Use <gui>shortcut keys</gui> to perform common tasks more quickly than "
+#~ "with the mouse and menus. The following tables list all of <app>gedit's</"
+#~ "app> shortcut keys."
+#~ msgstr ""
+#~ "Les <gui>raccourcis clavier</gui> permettent d’effectuer des tâches "
+#~ "courantes plus rapidement qu’avec la souris et les menus. Les tableaux "
+#~ "suivants énumèrent tous les raccourcis clavier de <app>gedit</app>."
+
+#~ msgid "Tab-related Shortcut keys"
+#~ msgstr "Raccourcis clavier en relation avec les onglets"
+
+#~ msgid "Action"
+#~ msgstr "Action"
+
+#~ msgid "Keyboard shortcut"
+#~ msgstr "Raccourci clavier"
+
+#~ msgid "Switch to the next tab to the left"
+#~ msgstr "Basculer sur l’onglet suivant vers la gauche"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>Page haut</key></keyseq>"
+
+#~ msgid "Switch to the next tab to the right"
+#~ msgstr "Basculer sur l’onglet suivant vers la droite"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>Page bas</key></keyseq>"
+
+#~ msgid "Close tab"
+#~ msgstr "Fermer l’onglet"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Save all tabs"
+#~ msgstr "Enregistrer tous les onglets"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Maj</key><key>L</key></keyseq>"
+
+#~ msgid "Close all tabs"
+#~ msgstr "Fermer tous les onglets"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Maj</key><key>W</key></keyseq>"
+
+#~ msgid "Reopen the most recently closed tab"
+#~ msgstr "Rouvrir le dernier onglet fermé"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Maj</key><key>T</key></keyseq>"
+
+#~ msgid "Jump to <var>n</var>th tab"
+#~ msgstr "Activer le <var>n</var>ième onglet"
+
+#~ msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key><var>n</var></key></keyseq>"
+
+#~ msgid "New tab group"
+#~ msgstr "Nouveau groupe d’onglets"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#~ msgid "Previous tab group"
+#~ msgstr "Groupe d’onglets précédent"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Maj</key><key>Ctrl</key><key>Alt</key><key>Page haut</key></"
+#~ "keyseq>"
+
+#~ msgid "Next tab group"
+#~ msgstr "Groupe d’onglets suivant"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Maj</key><key>Ctrl</key><key>Alt</key><key>Page bas</key></"
+#~ "keyseq>"
+
+#~ msgid "Shortcut keys for working with files"
+#~ msgstr "Raccourcis clavier pour la manipulation des fichiers"
+
+#~ msgid "Create a new document in a new window"
+#~ msgstr "Créer un nouveau document dans une nouvelle fenêtre"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#~ msgid "Create a new document in a new tab"
+#~ msgstr "Créer un nouveau document dans un nouvel onglet"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#~ msgid "Open a document"
+#~ msgstr "Ouvrir un document"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#~ msgid "Save the current document"
+#~ msgstr "Enregistrer le document actuel"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#~ msgid "Save the current document with a new filename"
+#~ msgstr "Enregistrer le document actuel sous un nouveau nom"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Maj</key><key>S</key></keyseq>"
+
+#~ msgid "Print the current document"
+#~ msgstr "Imprimer le document actuel"
+
+#~ msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>P</key></keyseq>"
+
+#~ msgid "Close the current document"
+#~ msgstr "Fermer le document actuel"
+
+#~ msgid "Quit gedit"
+#~ msgstr "Quitter gedit"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#~ msgid "Shortcut keys for editing files"
+#~ msgstr "Raccourcis clavier pour la modification des documents"
+
+#~ msgid "Move the selected word right one word"
+#~ msgstr "Déplacer le mot sélectionné d’un mot à droite"
+
+#~ msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Flèche droite</key></keyseq>"
+
+#~ msgid "Move the selected word left one word"
+#~ msgstr "Déplacer le mot sélectionné d’un mot à gauche"
+
+#~ msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Flèche gauche</key></keyseq>"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Annuler la dernière action"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Rétablir la dernière action annulée"
+
+#~ msgid "Cut the selected text or region and place it on the clipboard"
+#~ msgstr ""
+#~ "Couper le texte ou la zone sélectionné et le placer dans le presse-papiers"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#~ msgid "Copy the selected text or region onto the clipboard"
+#~ msgstr "Copier le texte ou la zone sélectionné dans le presse-papiers"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#~ msgid "Paste the contents of the clipboard"
+#~ msgstr "Coller le contenu du presse-papiers"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#~ msgid "Select all text in the file"
+#~ msgstr "Sélectionner tout le texte du fichier"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#~ msgid "Unselect all text"
+#~ msgstr "Désélectionner tout le texte"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Backslash</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Barre oblique inverse</key></keyseq>"
+
+#~ msgid "Delete the current line"
+#~ msgstr "Supprimer la ligne actuelle"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#~ msgid "Move the selected line up one line"
+#~ msgstr "Déplacer la ligne sélectionnée d’une ligne vers le haut"
+
+#~ msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Flèche haut</key></keyseq>"
+
+#~ msgid "Move the selected line down one line"
+#~ msgstr "Déplacer la ligne sélectionnée d’une ligne vers le bas"
+
+#~ msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Flèche bas</key></keyseq>"
+
+#~ msgid "Add a tab stop"
+#~ msgstr "Ajouter une tabulation"
+
+#~ msgid "<keyseq><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#~ msgid "Remove a tab stop"
+#~ msgstr "Supprimer une tabulation"
+
+#~ msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Maj</key><key>Tab</key></keyseq>"
+
+#~ msgid "Convert the selected text to upper case"
+#~ msgstr "Mettre le texte sélectionné en majuscules"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#~ msgid "Convert the selected text to lower case"
+#~ msgstr "Mettre le texte sélectionné en minuscules"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#~ msgid "Toggle case of the selected text"
+#~ msgstr "Modifier la casse du texte sélectionné"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#~ msgid "Toggle cursor visibility"
+#~ msgstr "Afficher ou masquer le curseur"
+
+#~ msgid "<keyseq><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>F7</key></keyseq>"
+
+#~ msgid "Shortcut keys for showing and hiding panes"
+#~ msgstr "Raccourcis clavier pour l’affichage et le masquage des panneaux"
+
+#~ msgid "Show / hide the side panel"
+#~ msgstr "Afficher ou masquer le panneau latéral"
+
+#~ msgid "<key>F9</key>"
+#~ msgstr "<key>F9</key>"
+
+#~ msgid "Open the file menu"
+#~ msgstr "Ouvrir le menu Fichier"
+
+#~ msgid "<key>F10</key>"
+#~ msgstr "<key>F10</key>"
+
+#~ msgid "Shortcut keys for navigation"
+#~ msgstr "Raccourcis clavier pour la navigation"
+
+#~ msgid "Move to matching bracket"
+#~ msgstr "Aller à l’accolade correspondante"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+
+#~ msgid "Goto line"
+#~ msgstr "Se rendre à une ligne"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#~ msgid "Move to the beginning of the current line"
+#~ msgstr "Aller au début de la ligne actuelle"
+
+#~ msgid "<key>Home</key>"
+#~ msgstr "<key>Origine</key>"
+
+#~ msgid "Move to the end of the current line"
+#~ msgstr "Aller à la fin de la ligne actuelle"
+
+#~ msgid "<key>End</key>"
+#~ msgstr "<key>Fin</key>"
+
+#~ msgid "Move to the beginning of the document"
+#~ msgstr "Aller au début du document"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Origine</key></keyseq>"
+
+#~ msgid "Move to the end of the document"
+#~ msgstr "Aller à la fin du document"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Fin</key></keyseq>"
+
+#~ msgid "Move viewport up within the file"
+#~ msgstr "Déplacer la vue vers le haut à l’intérieur du fichier"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Up</key></keyseq>"
+#~ msgstr "<keyseq><key>Maj</key><key>Alt</key><key>Page haut</key></keyseq>"
+
+#~ msgid "Move viewport down within the file"
+#~ msgstr "Déplacer la vue vers le bas à l’intérieur du fichier"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Down</key></keyseq>"
+#~ msgstr "<keyseq><key>Maj</key><key>Alt</key><key>Page bas</key></keyseq>"
+
+#~ msgid "Move viewport to beginning of file"
+#~ msgstr "Déplacer la vue au début du fichier"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Maj</key><key>Alt</key><key>Origine</key></keyseq>"
+
+#~ msgid "Move viewport to end of file"
+#~ msgstr "Déplacer la vue à la fin du fichier"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Maj</key><key>Alt</key><key>Fin</key></keyseq>"
+
+#~ msgid "Shortcut keys for searching"
+#~ msgstr "Raccourcis clavier pour la recherche"
+
+#~ msgid "Find a string"
+#~ msgstr "Rechercher du texte"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#~ msgid "Find the next instance of the string"
+#~ msgstr "Rechercher la prochaine occurrence du texte"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#~ msgid "Find the previous instance of the string"
+#~ msgstr "Rechercher l’occurrence précédente du texte"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Maj</key><key>G</key></keyseq>"
+
+#~ msgid "Search and Replace"
+#~ msgstr "Rechercher et remplacer"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#~ msgid "Clear highlight"
+#~ msgstr "Supprimer la coloration"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Maj</key><key>K</key></keyseq>"
+
+#~ msgid "Shortcut keys for tools"
+#~ msgstr "Raccourcis clavier pour les outils"
+
+#~ msgid "Check spelling"
+#~ msgstr "Vérifier l’orthographe"
+
+#~ msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>Maj</key><key>F7</key></keyseq>"
+
+#~ msgid "Remove trailing spaces (with plugin)"
+#~ msgstr "Enlever les espaces de fin (avec le greffon)"
+
+#~ msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#~ msgid "Run \"make\" in the current directory (with plugin)"
+#~ msgstr "Exécuter « make » dans le répertoire actuel (avec le greffon)"
+
+#~ msgid "<key>F8</key>"
+#~ msgstr "<key>F8</key>"
+
+#~ msgid "Directory listing (with plugin)"
+#~ msgstr "Afficher le contenu du répertoire (avec le greffon)"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Maj</key><key>D</key></keyseq>"
+
+#~ msgid "Shortcut keys for user help"
+#~ msgstr "Raccourcis clavier pour l’aide utilisateur"
+
+#~ msgid "Open the gedit user guide"
+#~ msgstr "Ouvrir le manuel de gedit"
+
+#~ msgid "<key>F1</key>"
+#~ msgstr "<key>F1</key>"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Allez dans <guiseq><gui>Documents</gui><gui>Nouveau groupe d’onglets</"
+#~ "gui></guiseq> du menu principal."
+
+#~ msgid "Move through tab groups"
+#~ msgstr "Déplacements entre des groupes d’onglets"
+
+#~ msgid "To move forward (on the next) tab group:"
+#~ msgstr "Pour avancer vers le groupe d’onglets suivant :"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Allez dans <guiseq><gui>Documents</gui><gui>Groupe d’onglets suivant</"
+#~ "gui></guiseq> du menu principal."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "down</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Ou bien faites le raccourci <keyseq><key>Maj</key><key>Ctrl</"
+#~ "key><key>Alt</key><key>Page bas</key></keyseq>."
+
+#~ msgid "To move backward (on the previous) tab group:"
+#~ msgstr "Pour revenir vers le groupe d’onglets précédent :"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> "
+#~ "in the main menu."
+#~ msgstr ""
+#~ "Allez dans <guiseq><gui>Documents</gui><gui>Groupe d’onglets précédent</"
+#~ "gui></guiseq> du menu principal."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "up</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Ou bien faites le raccourci <keyseq><key>Maj</key><key>Ctrl</"
+#~ "key><key>Alt</key><key>Page haut</key></keyseq>."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tab groups."
+#~ msgstr ""
+#~ "Consultez le tableau des <link xref=\"gedit-shortcut-keys\">Raccourcis "
+#~ "clavier</link> pour des raccourcis facilitant la gestion de vos groupes "
+#~ "d’onglets."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tabs."
+#~ msgstr ""
+#~ "Consultez le tableau des <link xref=\"gedit-shortcut-keys\">Raccourcis "
+#~ "clavier</link> pour des raccourcis facilitant la gestion de vos onglets."
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window. The tab that is larger than the other "
+#~ "tabs indicates the file that is currently open. The smaller tabs indicate "
+#~ "other files that are available to work on."
+#~ msgstr ""
+#~ "Le travail avec les onglets dans <app>gedit</app> vous permet de garder "
+#~ "un œil sur plusieurs fichiers dans une seule fenêtre. L’onglet plus grand "
+#~ "que les autres indique le fichier actuellement ouvert. Les onglets plus "
+#~ "petits indiquent les autres fichiers disponibles pour votre travail."
+
+#~ msgid "Click the <gui>Open</gui> button."
+#~ msgstr "Cliquez sur le bouton <gui>Ouvrir</gui>."
+
+#~ msgid ""
+#~ "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> "
+#~ "plugin allows you to insert the date and/or time at the current cursor "
+#~ "position. To enable this plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui> <gui>Insert Date/Time</gui></guiseq>. To use the plugin, press "
+#~ "<guiseq> <gui style=\"menu\">Edit</gui><gui>Insert Date and Time</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Comme son nom l’indique, le greffon <gui>Insérer la date et l’heure</gui> "
+#~ "vous permet d’insérer la date et/ou l’heure à l’emplacement actuel du "
+#~ "curseur. Pour activer ce greffon, choisissez <guiseq><gui style=\"menuitem"
+#~ "\">gedit</gui><gui style=\"menuitem\">Préférences</gui><gui>Greffons</"
+#~ "gui> <gui>Insérer la date et l’heure</gui></guiseq>. Pour utiliser le "
+#~ "greffon, cliquez sur <guiseq><gui style=\"menuitem\">Édition</"
+#~ "gui><gui>Insérer la date et l’heure</gui></guiseq>."
+
+#~ msgid "Open the <gui>Quick Open</gui> window"
+#~ msgstr "Ouvrir la boîte de dialogue <gui>Ouverture rapide</gui>"
+
+#~ msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#~ msgid "Print preview"
+#~ msgstr "Aperçu avant impression"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Maj</key><key>P</key></keyseq>"
+
+#~ msgid ""
+#~ "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+#~ "<gui>Open Files</gui> dialog."
+#~ msgstr ""
+#~ "Choisissez <guiseq><gui>Fichier</gui><gui>Ouvrir</gui></guiseq> pour "
+#~ "afficher la boîte de dialogue <gui>Ouverture de fichiers</gui>."
+
+#~ msgid ""
+#~ "Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</"
+#~ "gui> dialog."
+#~ msgstr ""
+#~ "Sélectionnez l'icône <gui>Crayon</gui> en haut de la boîte de dialogue "
+#~ "<gui>Ouverture de fichiers</gui>."
+
+#~ msgid ""
+#~ "To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+#~ "gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+#~ "click on the <gui>file-browser</gui> icon at the bottom of the pane."
+#~ msgstr ""
+#~ "Pour activer et utiliser le <gui>panneau latéral</gui>, choisissez "
+#~ "<guiseq><gui>Affichage</gui><gui>Panneau latéral</gui></guiseq> (ou "
+#~ "appuyez sur <key>F9</key>) puis cliquez sur l'icône <gui>explorateur de "
+#~ "fichiers</gui> en bas du panneau."
+
+#~ msgid ""
+#~ "You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+#~ "operation, so we recommend that you save the file immediately before "
+#~ "performing the sort. If you make a mistake with the sort, you can revert "
+#~ "to the previously-saved version of the file by selecting "
+#~ "<guiseq><gui>File</gui><gui>Revert</gui></guiseq>."
+#~ msgstr ""
+#~ "Il est impossible d'utiliser la fonction <gui>Annuler</gui> pour corriger "
+#~ "une opération <gui>Trier</gui>. Il est donc recommandé d'enregistrer le "
+#~ "document immédiatement avant d'en faire usage. En cas d'erreur de tri, "
+#~ "choisissez <guiseq><gui>Fichier</gui><gui>Rétablir</gui></guiseq> pour "
+#~ "revenir à la dernière version enregistrée."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Choisissez <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#~ "\">Trier</gui></guiseq>. "
+
+#~ msgid ""
+#~ "Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</"
+#~ "key> feature to move up or down through the text."
+#~ msgstr ""
+#~ "Pour faire défiler le texte vers le haut ou le bas, maintenez la touche "
+#~ "<key>Ctrl</key> enfoncée et utilisez le <key>défilement</key> de votre "
+#~ "souris ou de votre pavé tactile."
+
+#~ msgid "Show / hide the bottom pane"
+#~ msgstr "Afficher ou masquer le panneau inférieur"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
diff --git a/help/gl/gl.po b/help/gl/gl.po
new file mode 100644
index 0000000..1d1242b
--- /dev/null
+++ b/help/gl/gl.po
@@ -0,0 +1,4325 @@
+# Galician translation for gedit.
+# Copyright (C) 2011 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Fran Diéguez <frandieguez@gnome.org>, 2011.
+# Leandro Regueiro <leandro.regueiro@gmail.com>, 2011.
+# Fran Dieguez <frandieguez@gnome.org>, 2011, 2012, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"POT-Creation-Date: 2020-02-12 17:28+0000\n"
+"PO-Revision-Date: 2020-02-15 22:18+0100\n"
+"Last-Translator: Fran Diéguez <frandieguez@gnome.org>\n"
+"Language-Team: gnome-l10n-gl@gnome.org\n"
+"Language: gl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.3\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Fran Diéguez <frandieguez@gnome.org>, 2011-2020.\n"
+"Leandro Regueiro <leandro.regueiro@gmail.com>, 2011\n"
+"Marcos Lans <marcoslansgarza@gmail.com>, 2018."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Cambiar as cores do texto e fondo de pantalla no gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:10
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:11 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-shortcut-keys.page:14 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-recent-action.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+#: C/gedit-shortcut-keys.page:41
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+#: C/gedit-shortcut-keys.page:39
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Cambiar o esquema de cor"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> inclúe diferentes esquemas de cores, permitíndolle cambiar a "
+"aparencia da xanela do texto principal."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Cambiar o esquema de cor:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</gui></"
+"guiseq>."
+msgstr ""
+"Prema no botón de menú da esquina superior dereita da xanela e seleccione "
+"<guiseq><gui style=\"menuitem\">Preferencias</gui><gui>Font &amp; Cores</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Elixa o esquema de color que queira."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Aplicarase o novo esquema de cor inmediatamente."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Usar un esquema de cor personalizado"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create and "
+"use your own color schemes."
+msgstr ""
+"Tamén pode usar esquemas de cor que foran creados por outros, ou crear e usar "
+"os seus propios esquemas de cores."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"As instrucións para instalar esquemas de cores personalizados, así como "
+"exemplos de esquemas de cores que pode descargar e usar, están dispoñíbeis no "
+"<link href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">wiki "
+"de gedit</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Use un tipo de letra personalizado nos seus textos en gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:12
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:19
+msgid "Change the default font"
+msgstr "Cambiar o tipo de letra predeterminado"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you can "
+"change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> usará de maneira predeterminada en sistema de tipo de letra de "
+"ancho fixo, pero pode cambiar o tipo de letra predeterminado de <app>gedit</"
+"app> para que se axuste ás suas necesidades."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:26
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Para cambiar o tipo de letra predeterminada en <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:27
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferenzas</gui> <gui>Tipo de letra e cor</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:30
+msgid "Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+"Desmarque a casilla xunto á frase «Usar o tipo de letra de ancho fixo do "
+"sistema.»"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you prefer."
+msgstr ""
+"Prema no nome do tipo de letra actual. <app>gedit</app> abrira a xanela de "
+"selección de tipo de letra, que lle permitirá ver os tipos de letra dispoñíbeis "
+"e seleccionar a que prefira."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:35
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list of "
+"fonts to set the default font size."
+msgstr ""
+"Despois de seleccionar o novo tipo de letra, use o <gui>deslizador</gui> para "
+"estabelecer o tamaño predeterminado do tipo de letra."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Pulse <gui>Seleccionar</gui>, e logo prema <gui>Guardar</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Saír desde o ficheiro que está usando."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Pechar un ficheiro"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, select <gui style=\"menuitem\">Close</"
+"gui>. Alternately, you can click the small \"X\" that appears on the right-side "
+"of the file's tab, or press <keyseq><key>Ctrl</key> <key>W</key></keyseq>."
+msgstr ""
+"Para pechar un ficheiro no <app>gedit</app>, seleccione <gui style=\"menuitem"
+"\">Pechar</gui>. De forma alternativa, pode premer o pequeno X que aparece na "
+"parte dereita da lapela do ficheiro ou premer <keyseq><key>Ctrl</key> <key>W</"
+"key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:24
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you to "
+"save those changes before closing the file."
+msgstr ""
+"Calquera destas accións pechará un ficheiro en <app>gedit</app>. Se o seu "
+"ficheiro contén cambios que non se gardaran, <app>gedit</app> preguntaralle se "
+"quere gardalos antes de pechar o ficheiro."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Abrir un ficheiro novo para editalo."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-recent-action.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Crear un ficheiro novo"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the toolbar, or "
+"press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"A forma máis sinxela de crear un novo ficheiro no <app>gedit</app>, é premer no "
+"botón <gui>Crear un novo documento</gui> na parte esquerda da barra de "
+"ferramentas ou premer <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> window. "
+"If you have other files open in <app>gedit</app>, the new file that you create "
+"will appear as a new tab to the right of those files."
+msgstr ""
+"Calquera destas accións creará un ficheiro novo en <app>gedit</app>. Se ten "
+"abertos outros ficheiros en <app>gedit</app>, o ficheiro novo que cree "
+"aparecerá como unha lapela nova á dereita destes ficheiros."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Usar privilexios administrativos para editar un ficheiro."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Editar un ficheiro como usuario root"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Editar ficheiros como superusuario é potencialmente perigoso e pode romper o "
+"seu sistema. Teña moito coidado ao editar ficheiros como superusuario."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Para editar ficheiros como superusuario inicie <app>gedit</app> desde o "
+"terminal introducindo:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Usar a orde <cmd>sudo</cmd> deberá introducir correctamente o seu contrasinal "
+"antes de que <app>gedit</app> se abra."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain administrative "
+"privileges by entering:"
+msgstr ""
+"Como alternativa á orde <cmd>sudo</cmd> pode obter privilexios de "
+"administración introducindo:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid "You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr "Despois poderá iniciar <app>gedit</app> usando a orde <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Cando teña aberto <app>gedit</app> con privilexios de administración, "
+"<app>gedit</app> reterá esos privilexios até que o peche."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Aprende o básico sobre traballar con ficheiros no gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Operacións básicas con ficheiros: abrir, cerrar e gardar ficheiros"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with creating, "
+"saving, and opening and closing files."
+msgstr ""
+"Se é novo en <app>gedit</app>, estes temas axudaranlle a crear, gardar, abrir e "
+"pechar ficheiros."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Axustar o gedit para usar toda a pantalla."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Usar o modo a pantalla completa"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, presenting "
+"you with more of your text and allowing you to better focus on your tasks."
+msgstr ""
+"Cando traballe con un documento grande, pode resultarlle útil traballar no modo "
+"a pantalla completa de <app>gedit</app>. Usando o modo a pantalla completa "
+"ocultarase a <gui>barra de menú</gui>, a <gui>barra de lapelas</gui> e a "
+"<gui>barra de ferramentas</gui>, mostrándolle máis texto e permitíndolle "
+"centrarse mellor nas súas tarefas."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Abrir o modo a pantalla completa"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text of "
+"your current file."
+msgstr ""
+"Para activar o modo de pantalla completa, prema<key>F11</key>. O menú "
+"do<app>gedit</app>, o título e as barras de lapelas ocultaranse e só se amosará "
+"o texto do ficheiro actual."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while working "
+"in fullscreen mode, move your mouse pointer to the top of the screen. The "
+"<app>gedit</app> menu bar will reappear, and you can select your desired action."
+msgstr ""
+"Se precisa realizar unha acción desde o menú de <app>gedit</app> mentres "
+"traballa en modo a pantalla completa, mova o cursor do seu rato até a parte "
+"superior da pantalla. A barra de menú de <app>gedit</app> reaparecerá, e poderá "
+"seleccionar a acción que queira."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Para cambiar entre lapelas en modo a pantalla completa, prema "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>Re Páx</key></keyseq> ou "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>Av Páx</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Desactivar o modo a pantalla completa"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> window, "
+"press <key>F11</key>."
+msgstr ""
+"Para desactivar o modo a pantalla completa e volver á xanela estándar de "
+"<app>gedit</app> prema <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for the "
+"<gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, select the "
+"<gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Tamén pode move o cursor do seu rato á parte superior da pantalla e agardar que "
+"apareza a <gui>barra de menú</gui>. Cando apareza a <gui>barra de menú</gui> "
+"seleccione <gui>Deixar pantalla completa</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Use o panel lateral do gedit como un explorador de ficheiros."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Ver e abrir ficheiros desde o panel lateral"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using the "
+"tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"A maneira máis habitual de cambiar entre ficheiros no <app>gedit</app> é usando "
+"as lapelas na parte superior da xanela do <app>gedit</app>. Porén, nalgúns "
+"casos, especialmente cando está traballando con moitos ficheiros, quizais lle "
+"resulte máis doado usar o panel lateral."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Para activar o panel lateral, seleccione <guiseq><gui>Ver</gui> <gui>Panel "
+"lateral</gui> </guiseq> ou simplemente prema a tecla <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at any "
+"time."
+msgstr ""
+"Pode abrir ou pechar o panel lateral premendo <key>F9</key> en calquera momento."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39 C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Abrir ficheiros desde o panel lateral"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press <key>F9</"
+"key>), and then choose <gui>File Browser</gui> from the dropdown at the top of "
+"the panel."
+msgstr ""
+"Para abrir ficheiros desde o panel lateral, primeiro abra o panel lateral "
+"seleccionando <guiseq><gui>Ver</gui><gui>Panel lateral</gui></guiseq> (ou "
+"simplemente prema <key>F9</key>), despois prema na icona <gui>Explorador de "
+"ficheiros</gui> na lista despregábel na parte superior do panel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open your "
+"desired files."
+msgstr ""
+"Isto activará o modo <em>explorador de ficheiros</em> do panel lateral. Despois "
+"pode usar os botóns de navegación na parte superior do panel para localizar e "
+"abrir os ficheiros que queira."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Usar o panel lateral para cambiar entre ficheiros abertos"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch between "
+"open files. To list open files, choose <gui>Documents</gui> from the dropdown "
+"at the top of the panel."
+msgstr ""
+"Cando teña varios ficheiros abertos, pode usar o panel lateral para cambiar "
+"entre os ficheiros abertos. Para listar os ficheiros abertos, seleccione "
+"<gui>Documentos</gui> na lista despregábel na parte superior do panel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Premendo en calquera nome de ficheiro no panel lateral abrirase ese ficheiro "
+"para editalo."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Abrir ficheiros para traballar neles."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Abrir un ficheiro ou un conxunto de ficheiros"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or press "
+"<keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Para abrir un ficheiro en <app>gedit</app>, prema o botón <gui>Abrir</gui> ou "
+"prema <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Isto fará que apareza o diálogo <gui>Abrir</gui>. Use o rato ou o seu teclado "
+"para seleccionar o ficheiro que quere abrir e prema <gui>Abrir</gui>. O "
+"ficheiro seleccionado abrirase nunha xanela nova."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click <gui>Cancel</"
+"gui>."
+msgstr ""
+"Para pechar o diálogo <gui>Abrir</gui> sen abrir un ficheiro, prema "
+"<gui>Cancelar</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than one "
+"file at a time. If you hold down the <key>Ctrl</key> key while you select "
+"multiple files, clicking <gui>Open</gui> will open each of the files that you "
+"have selected."
+msgstr ""
+"Pode usar as teclas <key>Ctrl</key> e <key>Maiús</key> para abrir máis dun "
+"ficheiro ao mesmo tempo. Se mantén premida a tecla <key>Ctrl</key> mentres "
+"seleccionar varios ficheiros, ao premer <gui>Abrir</gui> abrirase cada un dos "
+"ficheiros que seleccionou."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open the "
+"first file that you select, the last file that you select, and all of the files "
+"in between."
+msgstr ""
+"Mantendo premida a tecla <key>Maíus</key> mentres selecciona varios ficheiros, "
+"abrirá o primeiro e o último ficheiro que teña seleccionado e tódolos ficheiros "
+"que houbera neles."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Acceder a ficheiros gardados nun computador diferente."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Abrir un ficheiro localizado nun servidor"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need to "
+"know some technical information about the server. For example, you will need to "
+"know the IP Address or URL of the server, and may need to know what kind of "
+"server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Antes de abrir un ficheiro desde un servidor con <app>gedit</app>, precisa "
+"coñecer certa información técnica sobre o servidor. Por exemplo, precisa saber "
+"o enderezo IP ou o URL do servidor, e pode precisar coñecer que tipo de "
+"servidor é (p.xx. HTTP, FTP, etc.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with files "
+"stored on the server. For example, you may be able to open a file from a "
+"server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Tamén, algúns tipos de servidores impoñen restricións sobre que pode facer cos "
+"ficheiros almacenados no servidor. Por exemplo, pode ser capaz de abrir un "
+"ficheiro dun servidor, pero pode precisar gardar os cambios no ficheiro de "
+"maneira local, ou no seu propio equipo."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from a "
+"server using <app>gedit</app>:"
+msgstr ""
+"Con estas advertencias en mente, realice os seguintes pasos para abrir un "
+"ficheiro desde un ficheiro usando <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "Na barra do título, prema <gui>Abrir</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Documents…</gui>."
+msgstr "Prema <gui>Outros documentos...</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>L</key></keyseq> in the <gui>Open</gui> "
+"dialog."
+msgstr ""
+"Prema <keyseq><key>Ctrl</key><key>L</key></keyseq> no diálogo<gui>Abrir</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Escriba o enderezo IP ou o URL do servidor axeitado."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:38
+msgid "Find and select the file that you wish to open."
+msgstr "Buscar e seleccionar o ficheiro que quere abrir."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate character "
+"coding."
+msgstr ""
+"Use a lista despregábel «Codificación de caracteres» para seleccoinar a "
+"codificación de caracteres axeitada."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:41 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Prema <gui>Abrir</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:44
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods supported "
+"by <app>gvfs</app>."
+msgstr ""
+"Os tipos de URI válidos inclúen http:, ftp:, file: e tódolos métodos "
+"compatíbeis por <app>gnome-vfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:48
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you make "
+"must be saved to a different location. For example, HTTP only allows files to "
+"be read. Files opened from FTP are read-only because not all FTP servers may "
+"correctly work with saving remote files."
+msgstr ""
+"Ficheiros desde algúns tipos de URI ábrense como só lectura, e calquera cambio "
+"que realice deberá gardalo nunha localización diferente. Por exemplo, HTTP só "
+"permite lectura de ficheiros. Os ficheiros abertos desde FTP son de só lectura "
+"porque non tódolos servidores FTP traballan correctamente con gardado remoto de "
+"ficheiros."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have updated recently."
+msgstr "Acceda a ficheiros usados recentemente."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:17
+msgid "Reopen a recently-used file"
+msgstr "Reabrir un ficheiro usado recentemente"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:19
+msgid ""
+"By default, <app>gedit</app> provides easy access to five of your most recently-"
+"used files. Here is how you can open a recently-used file:"
+msgstr ""
+"Por omisión, <app>gedit</app> fornece acceso doado a cinco dos ficheiros máis "
+"recentes usados. Aquí móstrase como pode abrir un ficheiro usado recentemente:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:22
+msgid "Click the <gui>Open</gui> button."
+msgstr "Prema <gui>Abrir</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:23
+msgid "<app>gedit</app> will display a list of the five most-recently used files."
+msgstr ""
+"<app>gedit</app> mostrará unha lista dos cinco ficheiros máis recentes usados."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:25
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Seleccione o ficheiro que queira e abrirase nunha lapela nova."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:28
+msgid ""
+"To adjust the number of recently-used files that gedit displays, you will need "
+"to use the <app>dconf-editor</app> application."
+msgstr ""
+"Para axustar o número de ficheiros usados recentemente que mostra gedit, debe "
+"usar a aplicación <app>gconf-editor</app>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:32
+msgid ""
+"Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> <gui>gnome</"
+"gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-recents</gui></"
+"guiseq>."
+msgstr ""
+"Inicie <app>dconf-editor</app> e seleccione <guiseq><gui>org</gui><gui>gedit</"
+"gui><gui>preferences</gui><gui>ui</gui><gui>recentes</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:35
+msgid ""
+"Double-click on the number next to <gui>max-recents</gui> and change the number "
+"to your desired value."
+msgstr ""
+"Prema dúas veces no número xunto a <gui>max-recentes</gui> e cambie o número ao "
+"valor que desexa."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr ""
+"Use engadidos para personalizar a forma en que gedit traballa para vostede."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Configurar e usar os engadidos de gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Pode facer máis con <app>gedit</app> usando os engadidos. Varios engadidos "
+"están instalados de forma predeterminada, pero existe un gran número de "
+"engadidos dispoñíbeis de forma separada."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> package "
+"to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"A maioría das distribucións de Linux agrupan estes engadidos nun paquete co "
+"nome <app>gedit-plugins</app>. Instale este paquete <app>gedit-plugins</app> "
+"para facer que estes engadidos estean dispoñíbeis en <app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Instalar os engadidos dol gedit</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Engadidos predeterminados de gedit"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Engadidos adicionais de gedit"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-recent-action.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Cambiar a capitalización do texto seleccionado."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Cambiar capitalización"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You can "
+"use it to change text to be all lower case, all upper case, to invert the case, "
+"or apply title case. To enable this plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Este engadido axudaralle a cambiar a capitalización dos fragmentos "
+"seleccionados. Pode usalo para cambiar todo o texto a minúsculas, a maiúsculas, "
+"para inverter a capitalización ou para aplicar títulos. Para activar este "
+"engadido, seleccione <guiseq><gui style=\"menu\">gedit</gui><gui style="
+"\"menuitem\">Preferenzas</gui> <gui>Engadidos</gui><gui>Cambiar capitalización</"
+"gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by completing "
+"the following steps:"
+msgstr ""
+"Cando o engadido <em>Cambiar capitalización</em> estea activado, pode usalo "
+"completando os seguintes pasos:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Realce o fragmento de texto que quere cambiar."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Seleccionar <guiseq><gui style=\"menu\">gedit</gui><gui>Cambiar capitalización</"
+"gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Escolla a opción de formateo de texto que desexe."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "As actualizacións do formato do texto aplicaranse inmediatamente."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to upper "
+"case, and will convert all upper case letters to lower case."
+msgstr ""
+"A opción <gui>Inverter capitalización</gui> converterá toda as letras en "
+"minúscula a maiúsculas e todas as letras en maiúscula a minúscula."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word to "
+"upper case. All other letters will be converted to lower case."
+msgstr ""
+"A opción <gui>Capitalización de titular</gui> cambiará a primeira letra de cada "
+"palabra a maiúsculas. O resto das letras cambiarase a minúsculas."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will be "
+"grayed-out. You need to select a portion of text before you use the <em>Change "
+"Case</em> feature."
+msgstr ""
+"Se non realzou ningún texto, a característica <em>Cambiar capitalización</em> "
+"estará en gris. Debe seleccionar unha parte do texto antes de poder uar a "
+"característica <em>Cambiar capitalización</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Ver as estatísticas do documento."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Estatísticas do documento"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about your "
+"current document. To enable this plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"O engadido <em>Estatísticas do documento</em> móstralle varias estatísticas "
+"sobre o documento actual. Para activar este engadido, seleccione <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferencias</"
+"gui><gui>Engadidos</gui><gui>Estatísticas do documento</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Usar «Estatísticas do documento»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the statistical "
+"information of your document, including the number of words, lines, characters, "
+"non-space characters, and the size of your file in bytes."
+msgstr ""
+"Cando teña activado este engadido, úseo seleccionando <guiseq><gui>Ferramentas</"
+"gui><gui>Estatísticas do documento</gui></guiseq>. Aparecerá unha xanela con "
+"información estatística do seu documento, incluíndo o número de palabras, "
+"liñas, caracteres, caracteres sen espazos e o tamaño do seu ficheiro en bytes."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Tamén pode usar as <em>Estatísticas do documento</em> para mostrar información "
+"sobre un fragmento do seu documento. Para facer isto, use o punteiro do rato "
+"para seleccionar a porción de texto que quere examinar, e logo seleccione "
+"<guiseq><gui>Ferramenttas</gui><gui>Estatísticas do documento</gui></guiseq>. "
+"<app>Gedit</app> mostraralle información tanto do documento enteiro como da "
+"porción de texto que realzou."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid "Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Execute scripts nos ficheiros actuais e interactúe con outras aplicacións."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Ferramentas externas"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on your "
+"working files, and by allowing <app>gedit</app> to interact with other programs "
+"on your computer. To enable the <app>External Tools</app> plugin, select "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Preferences</"
+"gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"O engadido <em>Ferramentas externas</em> pode axudarlle a simplificar as "
+"tarefas repetitivas. Especificamente, amplía <app>gedit</app> axudándolle a "
+"executar scripts nos ficheiros nos que está traballando, e permitíndolle a "
+"<app>gedit</app> interactuar con outros programas do seu equipo. Para activar o "
+"engadido <app>Ferramentas externas</app>, seleccione <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferencias</gui><gui>Engadidos</"
+"gui><gui>Ferramentas externas</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Configurar o engadido de ferramentas externas"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting <guiseq><gui>Tools</"
+"gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Cando teña activado o engadido, terá que configuralo para axustalo ás súas "
+"necesidades. As opcións de configuración están dispoñíbeis seleccionando "
+"<guiseq><gui>Ferramentas</gui><gui>Xestionar ferramentas externas</gui></"
+"guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts can "
+"affect your work in unintended ways."
+msgstr ""
+"Este engadido é para usuarios avanzados, e require coñecementos de «scripting» "
+"para ser efectivamente útil. Use este engadido con coidado, calquera erro nos "
+"seus «scripts» pode afectar ao traballo de formas non intencionada."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Use o panel lateral para explorar e abrir ficheiros."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Panel de explorador de ficheiros"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use the "
+"<app>File Browser pane</app> plugin. This plugin embeds a <app>file browser</"
+"app> in the side panel, giving you easy access to your frequently-used files."
+msgstr ""
+"Dependendo de como use o <app>gedit</app>, quizais lle resulte útil o engadido "
+"<app>Panel do navegador de ficheiros</app>. Este engadido encaixa un "
+"<app>explorador de ficheiros</app> no panel lateral, proporcionándolle un "
+"acceso fácil aos ficheiros que usa frecuentemente."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</gui><gui>File "
+"Browser Panel</gui></guiseq>."
+msgstr ""
+"Pode activar o Panel lateral seleccionando <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Preferencias</gui><gui>Engadidos</gui><gui>Panel do "
+"explorador de ficheiros</gui></guiseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press <key>F9</"
+"key>), and then choose <gui>File Browser</gui> from the dropdown at the top of "
+"the pane."
+msgstr ""
+"Para abrir ficheiros desde o panel lateral, primeiro abra o panel lateral "
+"seleccionando <guiseq><gui>Ver</gui><gui>Panel lateral</gui></guiseq> (ou "
+"simplemente prema <key>F9</key>), despois seleccione o <gui>Explorador de "
+"ficheiros</gui> na lista despregábel na parte superior do panel."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the pane to locate and open your "
+"desired files."
+msgstr ""
+"Isto activará o modo <em>explorador de ficheiros</em> do panel lateral. Despois "
+"pode usar os botóns de navegación na parte superior do panel para localizar e "
+"abrir os ficheiros que queira."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Insertar a data e hora actual na posición do cursor."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Inserir data/hora"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Como o nome deste engadido suxire o engadido <gui>Inserir Data/Hora</gui> "
+"permítelle inserir a data e/ou a hora na posición actual do cursor."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Para activar o engadido:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab\">Plugins</"
+"gui></guiseq>."
+msgstr ""
+"Prema no botón de menú da esquina superior dereita da xanela e seleccione "
+"<guiseq><gui style=\"menuitem\">Preferencias</gui><gui>Font &amp; Cores</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Seleccionar <gui style=\"menuitem\">Inserir Data/Hora</gui> para activar o "
+"engadido."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the window "
+"and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style=\"menuitem"
+"\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Para usar o engadido, prema no botón de menú da esquina superior dereita da "
+"xanela e seleccione <guiseq><gui style=\"menuitem\">Ferramentas</"
+"gui><gui>Inserir Data e hora…</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, you "
+"can choose your own default date and time format by pressing the menu button in "
+"the top-right corner of the window and selecting <guiseq> <gui style=\"menuitem"
+"\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> Insert Date/Time</"
+"gui><gui style=\"button\">Configure</gui></guiseq>."
+msgstr ""
+"Por omisión, o engadido <gui>Inserir Data/Hora</gui> pediralle o seu formato de "
+"hora preferido cada vez que use o engadido. Porén, pode seleccionar o formato "
+"de data e hora seleccionando premendo no botón de menú na esquina superior "
+"dereita da xanela e seleccionando <guiseq><gui style=\"menuitem\">Preferencias</"
+"gui><gui>Engadidos</gui><gui>Inserir Data/Hora</gui><gui>Configurar</gui></"
+"guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Como instalar engadidos de terceiros."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Engadidos adicionais de gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins that "
+"are part of the <app>gedit-plugins</app> package. An online list of third-party "
+"plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept here</link>."
+msgstr ""
+"Instalar engadidos de terceiros proporciónalle funcionalidades adicionais que "
+"non están incluídas de maneira predeterminada no <app>gedit</app> nin nos "
+"engadidos adicionais que forman parte do paquete <app>gedit-plugins</app>. Unha "
+"lista de engadidos de terceiros é <link href=\"https://wiki.gnome.org/Apps/Gedit"
+"\">mantida aquí</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Instalar un engadido de terceiras partes implica descargar o engadido, copiar "
+"os ficheiros do engadido no cartafol correcto e activalo."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the internet. "
+"Refer to the plugin's documentation for information on getting the plugin."
+msgstr ""
+"Xeralmente pode descargar o engadido da súa páxina web, pero pode precisar un "
+"programa de control de versións como <app>git</app>, <app>bazaar</app> ou "
+"<app>subversion</app> para copiar o repositorio de software dun engadido desde "
+"Internet. Consulte a documentación do engadido para obter máis información."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Copie o engadido no cartafol <file>/home/<var>nome_de_usuario</var>/.local/"
+"share/gedit/plugisn</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Por suposto, substitúa a palabra <var>nome_de_usuario</var> co seu nome de "
+"usuario."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the plugin "
+"will appear in the Preferences menu. Press the menu button in the top-right "
+"corner of the window and select <guiseq><gui style=\"menuitem\"> Preferences</"
+"gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> </guiseq> to "
+"enable the plugin."
+msgstr ""
+"Despois de mover o engadido ao cartafol correcto, aparecerá no menú "
+"«Preferencias». Seleccione o botón de menú na esquina superior dereita da "
+"xanela e seleccione <guiseq><gui style=\"menuitem\">Preferencias</"
+"gui><gui>Engadidos</gui><gui>[Nome do engadido]</gui></guiseq> para activalo."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Prema <gui>Pechar</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid "After you have enabled the plugin, it should be available for you to use."
+msgstr "Despois de activar o engadido, debería estar dispoñíbel para usarse."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"O cartafol <file>.local</file> está oculto de maneira predeterminada. Para "
+"mostrar os ficheiros ocultos, seleccione <guiseq><gui>Ver</gui><gui>Mostrar "
+"ficheiros ocultos</gui></guiseq> ou prema <keyseq><key>Ctrl</key><key>H</key></"
+"keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Se o cartafol <file>.local/share/gedit/plugins/</file> non está presente no seu "
+"sistema, deberá crealo."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Compatibilidade de gedit para os modos de liñas de Emacs, Kate e Vim."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Liñas de modo"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines of "
+"text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset of "
+"the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</app> "
+"text editors."
+msgstr ""
+"O engadido <app>Modos de liña</app> permítelle a <app>gedit</app> analizar as "
+"liñas de texto que comezan e rematan un ficheiro e logo aplicar un conxunto de "
+"preferencias do documento ao ficheiro. O engadido <app>Modos de liña</app> son "
+"compatíbeis con un subconxunto de opcións usados polos editores de texto "
+"<app>Emacs</app>, <app>Kate</app> e <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Para activar o engadido <app>Modos de liña</app> seleccione <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferencias</gui><gui>Engadidos</"
+"gui><gui>Modos de liñas</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Opcións xerais dos modos de liña"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Pódense configurar as seguintes opcións usando os modos de liñas de <app>gedit</"
+"app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Ancho de tabulación"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Ancho da sangría"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Inserir espazos no lugar de tabuladores"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Axuste de texto"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Ancho da marxe dereita"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in the "
+"preference dialog."
+msgstr ""
+"As preferencias estabelecidas para usar liñas de modo teñen preferencia sobre "
+"as especificadas no diálogo de preferencias."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Líneas de modo Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> modelines, "
+"and <app>gedit</app> supports the following <app>Emacs</app> modeline options:"
+msgstr ""
+"As primeiras dúas liñas dun documento analízanse buscando liñas de modos "
+"<app>Emacs</app>, e <app>gedit</app> admite as seguintes opcións de liñas de "
+"modo <app>Emacs</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Para obter máis información sobre os modos de liñas de <app>Emacs</app>, visite "
+"o <link href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">Manual de "
+"GNU Emacs</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Líneas de modo Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> modeline "
+"options:"
+msgstr ""
+"As primeiras e últimas liñas dun documento son analizadas polos modos de liña "
+"de <app>Kate</app> e <app>gedit</app> é compatíbel cos seguintes modos de liña "
+"de <app>Kate</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Para máis información sobre os modos de liña de <app>Kate</app>, visite a <link "
+"href=\"https://kate-editor.org/\">páxina web de Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Líneas de modo Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> modeline "
+"options:"
+msgstr ""
+"A primeira e as últimas 3 liñas dun documento analízanse buscando liñas de modo "
+"<app>Vim</app> e <app>gedit</app> admite as seguintes opcións de liñas de modo "
+"<app>Vim</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandir tabulador)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (deter tabulador)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (cambiar ancho)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Para obter máis información sobre <app>Vim</app> visite o <link href=\"https://"
+"www.vim.org/\">sitio web de Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Engadir unha consola interactiva de Python na parte inferior do panel."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Consola de Python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, select "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Preferences</"
+"gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Pode engadir unha consola de Python ao panel inferior, o que lle permite probar "
+"os seus scripts Python sen saír de <app>gedit</app>. Para activar a consola de "
+"Python, seleccione <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Preferencias</gui><gui>Engadidos</gui><gui>Consola de Python</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Unha vez activada a consola Python, poderá abrila seleccionando "
+"<guiseq><gui>Ver</gui><gui>Panel inferior</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Se tamén activou o engadido <gui>Terminal empotrado</gui>, a <gui>Consola "
+"Python</gui> aparecerá nunha lapela separada no panel inferior."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Abrir rapidamente un ficheiro ou un conxunto de ficheiros."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Apertura rápida"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin helps "
+"you to open files more quickly than using the usual ways of opening files. To "
+"enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Como o seu propio nome indica, o engadido de <app>Apertura rápida</app> "
+"axúdalle a abrir ficheiros máis rapidamente que da maneira habitual. Para "
+"activar este engadido, seleccione <guiseq><gui style=\"menu\">gedit</gui><gui "
+"style=\"menuitem\">Preferencias</gui><gui>Engadidos</gui><gui>Apertura rápida</"
+"gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"En canto active o engadido <app>Apertura rápida</app> poderá usalo como segue:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style=\"menuitem"
+"\">Quick Open…</gui>."
+msgstr ""
+"Abra o diálogo <app>Apertura rápida</app> premendo <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq> ou seleccionando <gui style=\"menuitem"
+"\">Apertura rápida…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Aparecerá o diálogo <gui>Apertura rápida</gui> de ficheiros."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Use o seu rato para activar os ficheiros que quere abrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Para seleccionar varios ficheiros individuais, manteña pulsada a tecla "
+"<key>Ctrl</key> mentres preme sobre os ficheiros que quere abrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, hold "
+"down the <key>Shift</key> key, and then click on the last file in the list that "
+"you want to open."
+msgstr ""
+"Para seleccionar un grupo de ficheiros, prema sobre o primeiro de eles, manteña "
+"premida a tecla <key>Maiús</key> e prema sobre o último ficheiro da lista de "
+"ficheiros que queira abrir."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Apertura rápida</app> buscará ficheiros en:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "O cartafol do seu documento aberto actualmente"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File Browser "
+"Pane</app> plugin"
+msgstr ""
+"O cartafol raíz do engadido <app xref=\"gedit-plugins-file-browser\">Panel "
+"explorador de ficheiros</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Documentos recentes tamén mostrados no cartafol <file>Recentes</file> en "
+"<app>Ficheiros</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Cartafoles que marcara en <app>Ficheiros</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "O seu cartafol <file>Escritorio</file>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "O seu <file>Cartafol persoal</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations regardless "
+"of whether or not you have opened them previously."
+msgstr ""
+"<app>Apertura rápida</app> mostra os ficheiros de calquera das localizacións de "
+"arriba sen importar se xa os abrira anteriormente."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-shortcut-keys.page:30 C/gedit-spellcheck.page:20
+#: C/gedit-syntax-highlighting.page:14 C/gedit-tabs-moving.page:21
+#: C/gedit-tabs.page:22 C/gedit-undo-recent-action.page:20 C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Use os fragmentos de texto para inserir de forma rápida pequenas pezas de texto "
+"usadas frecuentemente."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Fragmentos"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive portions "
+"of code into your files. For example, an HTML snippet for the <code>&lt;img&gt;"
+"</code> tag would insert the opening and closing portions of the tag, as well "
+"as fixed places where you can enter image attributes. This can make writing "
+"code easier and faster."
+msgstr ""
+"Os <app>Fragmentos</app> fornecen unha maneira axeitada para insertar anacos de "
+"código repetitivos nos seus ficheiros. Por exemplo, un recorte HTML para a "
+"etiqueta <code>&lt;img&gt;</code> insertará os fragmentos de apertura e peche "
+"da etiqueta, así como lugares onde pode introducir os atributos da imaxe. Isto "
+"fai que escribir código sexa máis doado e rápido."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Activar o engadido Fragmentos"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Para activar o engadido <gui>Fragmentos</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferenzas</gui> <gui style=\"tab\">Engadidos</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Seleccione <gui style=\"menuitem\">Fragmentos</gui> para activar o engadido."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Explorar Fragmentos"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Para explorar os fragmentos dispoñíbeis:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Manage "
+"Snippets</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Sesións gardadas</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of the "
+"<app>gedit</app> window will show the current language setting. This language "
+"setting is what allows gedit to insert the proper snippets. <app>Gedit</app> "
+"will normally detect the language or syntax of the file that you're using, but "
+"sometimes you may need to set it."
+msgstr ""
+"Asegúrese que a sintaxe está configurada correctamente. A barra de estado na "
+"perte inferior da xanela de <app>gedit</app> mostrará a configuración do "
+"linguaxe actual, que é o que permite a Gedit inserir os recortes axeitados. "
+"Normalmente, <app>Gedit</app> detectará o linguaxe ou a sintaxe de ficheiro que "
+"está usando, pero é posíbel que algunhas veces deba estabelecelo."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "Neste exemplo, o linguaxe estabelecedido é HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Explore os fragmentos dispoñíbeis para a súa linguaxe ou sintaxe."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Usar fragmentos"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Para insertar un fragmento no seu documento actual:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr "Escriba o nome do fragmento desexado en calquera lugar do seu documento."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid "Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Prema <key>Tabulador</key> para inserir o fragmento o asociado con dito termo "
+"de entrada."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Uso de fragmento de exemplo"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Por exemplo, se estabeleceu que a sintaxe é <em>HTML</em>, escriba <code>head </"
+"code> e prema a tecla <key>Tab</key>. O texto debería completarse "
+"automaticamente nun fragmento así:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Título da páxina&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Engadir fragmentos"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are language "
+"agnostic) or only in a particular syntax."
+msgstr ""
+"Pode engadir novos fragmentos para que funcionen de forma global (isto é, que "
+"son agnósticos á linguaxe) ou só para unha sintaxe en particular."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq style=\"menu\"><gui style=\"menuitem\">Ferramentas</gui><gui "
+"style=\"menuitem\">Xestionar fragmentos</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and click "
+"on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Desde a barra lateral <gui>Xestionar fragmentos</gui> seleccione a sintaxe "
+"desexada e prema o botón «+» para mostrar os fragmentos existentes para a "
+"sintaxe desexada."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Para engadir un fragmento que funciona de forma global (isto é, cando non se "
+"estabeleceu unha sintaxe ou linguaxe para o documento), seleccione <gui>Global</"
+"gui> desde a barra lateral <gui>Xestionar fragmentos</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage Snippets</"
+"gui> sidebar."
+msgstr ""
+"Para engadir un novo fragmento, prema sobre a icona «máis» na barra lateral "
+"<gui>Xestionar fragmentos</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different from "
+"the snippet you want to add."
+msgstr ""
+"Escriba un nome para o novo fragmento. O nome do fragmento pode ser diferente "
+"do fragmento que quere engadir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a term "
+"for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be using "
+"this term to insert your snippet."
+msgstr ""
+"Baixo a sección <gui style=\"group\">Activación</gui>, debe escribir o termo no "
+"campo <gui style=\"input\">Disparador de tabulación:</gui>. Usará este termo "
+"para inserir o seu fragmento."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your mouse "
+"pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press the "
+"desired combination of keys. Once you have pressed and released the keys, the "
+"keyboard shortcut will be set."
+msgstr ""
+"Se desexa inserir un anaco de texto cun atallo do teclado, prema co punteiro do "
+"rato sobre <gui style=\"input\">Atallo do teclado:</gui> área do texto e prema "
+"a combinación desexada de teclas. Unha vez premidas e soltadas as teclas, o "
+"atallo do teclado estará estabelecido."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired text "
+"for the snippet. You may use <code>${n}</code> to indicate variables, where "
+"<em>n</em> is replaced with a number that represents the numerical order of "
+"variables included."
+msgstr ""
+"Baixo a área de texto para <gui style=\"input\">Editar:</gui> insira o texto "
+"desexado para o fragmento de texto. Pode usar <code>${n}</code> para indicar "
+"variábeis onde <em>n</em> se substitúe cun número que representa a orde "
+"numérica das variábeis incluídas."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Exemplo de novo fragmento"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in <gui "
+"style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</gui> "
+"textarea contains:"
+msgstr ""
+"Consider you have created a snippet with the term <var>greetings</var> in <gui "
+"style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</gui> "
+"textarea contains:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;saudos&gt;Hola ${1:marabilloso}${2:incríbel} mundo!\n"
+" &lt;/saudos&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document and "
+"pressing the <key>Tab</key> key. The following text snippet will be inserted:"
+msgstr ""
+"Pode inserir este fragmento escribindo <var>saudos</var> no documento e "
+"premendo a tecla <key>Tab</key>. Insertarase o seguinte texto do fragmento:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;saudos&gt;Hello marabillsosoincríbel mundo!&lt;/saudos&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending on "
+"your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"As palabras «marabilloso» e «incríbel» poden retirarse ou seleccionarse "
+"dependendo da súa elección de uso. Para facelo prema <key>Tab</key> para "
+"seleccionar entre «marabilloso» e «incríbel» e prema <key>Supr</key> para "
+"eliminar cando menos a súa opción prefirida."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Ordenar liñas de texto en orde alfabética."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Ordenar"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid "The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr "O engadido «Ordenar» coloca as liñas seleccionadas en orde alfabético."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Activar o engadido Ordenar"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Para activar o engadido <app>Ordenar</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Seleccionar <gui style=\"menuitem\">Ordenar</gui> para activar o engadido."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Usando o engadido Ordenar"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Para usar o engadido <gui>Ordenar</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Drag and highlight the desired lines of text."
+msgstr "Arrastrar e resaltar as liñas de texto desexadas."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…</"
+"gui></guiseq>."
+msgstr ""
+"Seleccionar <guiseq><gui style=\"menu\">Ferramentas</gui> <gui style=\"menuitem"
+"\">Ordenar…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Abrirase o diálogo <gui>Ordenar</gui>, permitindo seleccionar entre varias "
+"opcións de ordenación:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr "<em>Orde inversa</em> ordenará o texto en orde alfabética inversa."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid "<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr "<em>Eliminar duplicados</em> retirará os valores duplicados da lista."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"<em>Ignorar capitalización</em> ignorará a sensibilidade maiúsculas/minúsculas."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the first "
+"character that should be used for sorting in the <gui>Start at</gui> column "
+"spin box."
+msgstr ""
+"Para que a ordenación ignore os caracteres ao principio das liñas, estabeleza o "
+"primeiro carácter que debería usarse para a ordenación na columna do marcado "
+"incrementábel <gui>Comezar en</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Para efectuar a ordenación prema o botón <gui>Ordenar</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Estabelecer as páxinas a imprimir nunha determinada orde."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Imprimir as copias na orde correcta"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Ao revés"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"As impresoras normalmente imprime a primeira páxina primeiro, e a última páxina "
+"no último lugar, polo que as páxinas rematarán no orde inverso cando as colla. "
+"Para inverter a orde:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Prema <guiseq><gui style=\"menu\">Ficheiro</gui><gui style=\"menuitem"
+"\">Imprimir</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"Na lapela <gui style=\"tab\">Xeral</gui> do diálogo Imprimir baixo <gui style="
+"\"group\">Copias</gui> marque <gui style=\"checkbox\">Inverso</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "A última páxina imprimirase en primeiro lugar e logo as anteriores."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Clasificar"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will be "
+"grouped by page number by default. (e.g. The copies of page one come out, then "
+"the copies of page two, etc.) Collating will make each copy come out with its "
+"pages grouped together."
+msgstr ""
+"Se está imprimindo máis dunha copia do documento, de forma predeterminada as "
+"impresións agruparanse por número de páxina. (P. ex.: imprimiranse todas as "
+"copias da páxina 1, despois da páxina 2, etc.) Agrupalas fará que cada copia se "
+"imprima coas súas páxinas agrupadas."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Clasificar:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Prema <guiseq><gui style=\"menu\">Ficheiro</gui> <gui style=\"menuitem"
+"\">Imprimir</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"Na lapela <gui style=\"tab\">Xeral</gui> da xanela Imprimir baixo <gui style="
+"\"group\">Copias</gui> marque <gui style=\"checkbox\">Colación</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Imprimir os ficheiros creados co gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Imprimir documentos"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and configured "
+"your printer. If you have not done this, please consult the <link href=\"help:"
+"gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Imprimir con <app>gedit</app> require que teña conectada e configurada unha "
+"impresora. Se non o fixo, consulte a <link href=\"ghelp:gnome-help?printing"
+"\">documentación sobre a impresión en GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> permítelle imprimir nun ficheiro e en papel."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Vista previa de impresión"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document will "
+"look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Antes de imprimir un documento, pode previsualizar como se verá impreso usando "
+"a <gui>Vista previa de impresión</gui>. Para previsualizar o documento:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Ficheiros</gui> <gui style=\"menuitem"
+"\">Previsualización da impresión</gui></guiseq>. Alternativamente, pode premer "
+"<keyseq><key>Maiús</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar at "
+"the top of the document preview tab. To close and return to the document click "
+"<gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Unha previsualización do seu documento abrirase na mesma lapela que o ficheiro. "
+"Pode navegar pola previsualización cos botóns de navegación e as ferramentas da "
+"barra de ferramentas na banda superior da lapela de previsualización do "
+"documento. Para pechar e volver ao documento prema <gui style=\"button"
+"\">Pechar a previsualización</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Imprimir en papel"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To print "
+"a file:"
+msgstr ""
+"Pode imprimir os seus documentos en papel usando unha impresora local ou "
+"remota. Para imprimir nun ficheiro:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Ficheiro</gui> <gui style=\"menuitem"
+"\">Imprimir</gui> <gui style=\"tab\">Xeral</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr ""
+"Seleccione a impresora que queira desde a lista de impresoras dispoñíbeis."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Pode previsualizar o ficheiro usando <gui style=\"button\">Vista previa de "
+"impresión</gui> e en canto estea satisfeito coas preferencias prema <gui style="
+"\"button\">Imprimir</gui> para enviar o ficheiro á impresora."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose <gui "
+"style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> options. As "
+"these settings are available throughout <app>GNOME</app> programs, please "
+"consult <link href=\"help:gnome-help/printing#paper\">Layout and Paper options</"
+"link> help."
+msgstr ""
+"Adicionalmente desde a lapela <gui style=\"tab\">Configuración da páxina</gui>: "
+"pode seleccionar as opcións <gui style=\"group\">Disposición</gui> e <gui style="
+"\"group\">Papel</gui>. Como estas opcións están dispoñíbeis en programas do "
+"<app>GNOME</app>, consulte a axuda <link href=\"help:gnome-help/printing#paper"
+"\">Opcións de disposición e de papel</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Imprimir varias copias e especificar rangos"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group\">Copies</"
+"gui> options to help you:"
+msgstr ""
+"Pode configurar as opcións <gui style=\"group\">Rangos</gui> e <gui style="
+"\"group\">Copias</gui> para axudarlle:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Imprimir nun ficheiro"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document to "
+"file of a different format:"
+msgstr ""
+"Tamén pode usar <app>gedit</app> para imprimir nun ficheiro. Para imprimir o "
+"seu documento nun ficheiro dun formato diferente:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Ficheiro</gui> <gui style=\"menuitem"
+"\">Imprimir</gui> <gui style=\"menuitem\">Imprimir nun ficheiro</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid "Printing is enabled for the following file formats, you may select from:"
+msgstr ""
+"A impresión está activada para os seguintes formatos dos que pode escoller:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Formato de documento portable (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Gráfico vectorial escalable (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Para imprimir un documento nun ficheiro prema <gui style=\"button\">Imprimir</"
+"gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Seleccione as páxinas a imprimir."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Imprimir só certas páxinas"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, if "
+"you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 and 9 "
+"will be printed. To print pages of your choice:"
+msgstr ""
+"Pode imprimir selectivamente só certas páxinas do documento. Por exemplo, pode "
+"escribir os números de páxina \"1,3,5-7,9\", polo que só se imprimirán as "
+"páxinas 1, 3, 5, 7 e 9. Para imprimir páxinas da súa elección:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…</"
+"gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Ficheiro</gui> <gui style=\"menuitem"
+"\">Imprimir…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"Na lapela <gui style=\"tab\">Xeral</gui> do diálogo Imprimir seleccione <gui "
+"style=\"radiobutton\">Páxinas</gui> desde a sección <gui style=\"group\">Rango</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated by "
+"commas. Use a dash to specify a range of pages."
+msgstr ""
+"Escriba os números das páxinas do documento que quere imprimir, separados por "
+"comas. Use un guíon para especificar un rango de páxinas."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Unha breve introdución a gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Comezar con gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you can "
+"use some of its advanced features, making it your own software development "
+"environment."
+msgstr ""
+"<app>gedit</app> é un editor de texto cheo de características para o contorno "
+"de escritorio GNOME. Pode usalo para preparar simples notas e documentos ou "
+"pode usar algunhas das súas características avanzadas, facendo que sexa o seu "
+"contorno de desenvolvemento de software."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='bf1c5551e623923504e51c4f9fd885b7'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='3f101415d3b97ca8b0e81dc3cc1a6bd7'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save your "
+"text, just click the <gui>Save</gui> icon in the <app>gedit</app> toolbar."
+msgstr ""
+"Cando inicie o <app>gedit</app> poderá comezar a escribir de inmediato. Para "
+"gardar o texto, simplemente prema a icona <gui>Gardar</gui> na barra de "
+"ferramentas do <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance with "
+"performing additional tasks, explore <link xref=\"index\">the other portions</"
+"link> of the <app>gedit</app> help."
+msgstr ""
+"Para aprender máis sobre as características de <app>gedit</app> e para obter "
+"axuda para realizar tarefas adicionais, explore <link xref=\"index\">as outras "
+"partes</link> da axuda de <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Substituír fragmentos de texto nun ficheiro."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Substituír texto"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes a "
+"<app>Replace</app> function that helps you to find and replace portions of text."
+msgstr ""
+"Editar texto pode consumir moito tempo. Para aforrar tempo <app>gedit</app> "
+"inclúe unha función <app>Substituír</app> que lle axudará a buscar e substituír "
+"partes do texto."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Substituír texto en <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button\">Menu "
+"button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> or press "
+"<keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Abra a ferramenta <gui>Substituír</gui> premendo no <guiseq><gui style=\"button"
+"\">botón Menú</gui><gui style=\"menuitem\">Buscar e substituír…</gui></guiseq> "
+"ou prema <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "Escriba o texto que quere substituír no campo <gui>Buscar</gui> ."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr "Escriba o texto de substitución no campo <gui>Substituír con</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Cando teña introducido o texto orixinal e o de substitución, pode seleccionar "
+"opcións adicionais para a busca. Tamén pode escoller o que desexa substituír:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Para substituír <em>só</em> a seguinte coincidencia, prema <gui>Substituír</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Para substituír <em>tódalas aparicións</em> do texto prema <gui>Substituír "
+"todo</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> works "
+"on the entirety of your text file, and does not allow you to highlight portions "
+"of text where the replace function will be performed."
+msgstr ""
+"Use a función <gui>Substituír todo</gui> con coidado. <gui>Substituír todo</"
+"gui> execútase en todo o texto do ficheiro e non permite resaltar as partes do "
+"texto onde se aplicará a función de substitución."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Máis opcións"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Se o desexa, pode engadir algúns parámetros adicionais á busca:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Coincidir con capitalización"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be case-"
+"sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"A función <em>Diferenciar maiúsculas de minúsculas</em> permítelle especificar "
+"se quere que a súa busca sexa sensíbel a maiúsculas/minúsculas. Se se "
+"selecciona esta opción, as buscas serán sensíbeis a maiúsculas/minúsculas. Do "
+"contrario non o serán."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Coincidir só coa palabra completa"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this option "
+"selected, the word 'and' would be matched, but the words 's<em>and</em>' and "
+"'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Use esta opción para buscar unha palabra específica sen incluír partes de "
+"outras palabras. Por exemplo, se buscou o termo «por» coa opción seleccionada, "
+"atoparase a palabra «por» pero non así as palabras <em>por</em>tal, <em>por</"
+"em>que e estu<em>por</em>."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Buscar cara atrás"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish to "
+"step through search results from end to beginning, select this option."
+msgstr ""
+"Esta orde compórtase de forma idéntica á orde Buscar anterior. Seleccione esta "
+"opción se quere pasar a través dos resultados da busca desde o final ao "
+"principio."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Axustar aproximadamente"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-start "
+"the search/replace action at the top of the file after it has reached the "
+"bottom of the file. This ensures that your search/replace action is made across "
+"your entire file."
+msgstr ""
+"Coa opción <app>Axustar axeitadamente</app> activada, <app>gedit</app> "
+"reiniciará a acción de buscar/substituír na parte superior do ficheiro, despois "
+"de chegar ao final. Isto asegúralle que a súa acción de buscar/substituír "
+"realízase en todo o ficheiro."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Uso de secuencias de escape"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Pode usar<em>secuencias de escape</em> para atopar quebras de liña, retornos de "
+"carro e tabulacións."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Nova liña"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Retorno do carro"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Lapela"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one of "
+"the escape sequences in the text, you need to escape the backslash with an "
+"extra backslash. For example, to search for <input>\\</input>, you need to "
+"enter <input>\\\\</input> into the search or replace field. You can search for "
+"escape sequences in the same way: to search for or replace with a <input>\\n</"
+"input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Se realmente quere buscar unha <output>\\</output> (barra invertida) ou unha "
+"das secuencias de escape no texto, precisa escapar da barra invertida cunha "
+"barra invertida adicional. Por exemplo, para buscar unha <input>\\</input>, "
+"debe introducir<input>\\\\</input> no campo de busca ou substitución. Pode "
+"procurar secuencias de escape do mesmo xeito: para buscar ou substituír <input>"
+"\\n</input>, use <input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Garde o seu ficheiro para traballar nel máis tarde."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Gardar un ficheiro"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the toolbar or just press <keyseq><key>Ctrl</"
+"key><key>S</key></keyseq>."
+msgstr ""
+"Para gardar un ficheiro co <app>gedit</app>, prema no botón <gui style=\"button"
+"\">Gardar</gui> na parte dereita da barra de ferramentas ou prema "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:32
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a name "
+"for the file, as well as the directory where you would like the file to be "
+"saved."
+msgstr ""
+"Se está gardando un ficheiro novo, aparecerá unha caixa de diálogo e poderá "
+"seleccionar un nome para o ficheiro así como o cartafol no que quere gardalo."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Buscar un fragmento de texto nun ficheiro."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Buscar texto"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your file."
+msgstr ""
+"A ferramenta de busca pódelle axudar a atopar secuencias de texto específicas "
+"nos seus ficheiros."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Buscar texto"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu\">Menu "
+"Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or pressing "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your cursor to the "
+"start of the <gui>search window</gui>."
+msgstr ""
+"Abra a <gui>xanela de busca</gui> premendo o <guiseq><gui style=\"menu\">botón "
+"do menú</gui> <gui style=\"menuitem\">Buscar…</gui> </guiseq> ou prema "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>. Isto moverá o cursor até o "
+"principio da <gui>xanela de busca</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Escriba o texto que quere buscar na <gui>xanela de busca</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text that "
+"match what you have entered."
+msgstr ""
+"A medida que escribe, <app>gedit</app> comezará a resaltar os fragmentos de "
+"texto que coinciden co que escribiu."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+"Para desprazarse polos resultados da busca, realice calquera dos seguintes "
+"pasos:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</gui> "
+"facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Prema nas frechas <gui style=\"button\">arriba</gui> ou <gui style=\"button"
+"\">abaixo</gui> a carón da <gui>xanela de busca</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Prema as teclas <key>frecha arriba</key> ou <key>frecha abaixo</key> no seu "
+"teclado."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Prema <keyseq><key>Ctrl</key><key>G</key></keyseq> ou <keyseq><key>Ctrl</"
+"key><key>Maiús</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Para prechar a <gui>xanela de busca</gui> prema <key>Esc</key> ou <key>Intro</"
+"key>. Ao pulsar <key>Esc</key> o cursor volverá á posición onde estaba antes de "
+"comezar a busca. Ao premer <key>Intro</key> o cursor volverá á posición actual "
+"nos resultados da busca."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Consellos de busca"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted will "
+"appear in the search window."
+msgstr ""
+"Se resalta un fragmento de texto co rato e preme <keyseq><key>Ctrl</key><key>F</"
+"key></keyseq>, o texto que resaltou aparecerá na xanela de busca."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying Glass</"
+"gui> icon in the search window, or right-click anywhere in the search window. "
+"You can select one or more of the following search options:"
+msgstr ""
+"Para ver máis opcións de busca, prema na icona da <gui style=\"button\">Lupa</"
+"gui> na xanela de busca ou pode premer co botón dereito en calquera parte da "
+"xanela de busca. Pode seleccionar unha ou varias das seguintes opcións:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Selecionar <gui>Diferenciar maiúsculas de minúsculas</gui> para facer a busca "
+"sensíbel a maiúsculas e minúsculas."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Seleccione <gui>Coincidir só coa palabra completa</gui> para buscar termos "
+"completos."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle back "
+"again."
+msgstr ""
+"Seleccionar <gui>Dar a volta</gui> para buscar texto desde o inicio ao remate e "
+"volver atrás."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even after "
+"you have completed your search. To remove the highlight, click <gui style="
+"\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>K</key></keyseq>."
+msgstr ""
+"O texto que buscou permanecerá realzado no gedit aínda que rematase a busca. "
+"Para retirar o resaltado, prema <gui style=\"menuitem\">Eliminar o realce</gui> "
+"ou prema <keyseq><key>Ctrl</key><key>Maiús</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-shortcut-keys.page:9
+msgid "Use keyboard shortcuts to help you work more quickly."
+msgstr "Use atallos do teclado para traballar máis rápido."
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:18
+msgid "Paolo Borelli"
+msgstr "Paolo Borelli"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:21
+msgid "Jesse van den Kieboom"
+msgstr "Jesse van den Kieboom"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:24
+msgid "Steve Frécinaux"
+msgstr "Steve Frécinaux"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:27
+msgid "Ignacio Casal Quinteiro"
+msgstr "Ignacio Casal Quinteiro"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:34 C/gedit-tab-groups.page:15
+#: C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-shortcut-keys.page:36 C/gedit-tab-groups.page:17
+#: C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-shortcut-keys.page:47
+msgid "Shortcut keys"
+msgstr "Atallos de teclado"
+
+#. (itstool) path: page/p
+#: C/gedit-shortcut-keys.page:49
+msgid ""
+"Use <gui>shortcut keys</gui> to perform common tasks more quickly than with the "
+"mouse and menus. The following tables list all of <app>gedit's</app> shortcut "
+"keys."
+msgstr ""
+"Use as <gui>teclas rápidas</gui> para realizar tarefas comúns máis rapidamente "
+"que co rato e os menús. As seguintes táboas listan tódalas teclas rápidas de "
+"<app>gedit</app>."
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:54
+msgid "Tab-related Shortcut keys"
+msgstr "Atallos de teclado relacionados coas lapelas"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:57 C/gedit-shortcut-keys.page:113
+#: C/gedit-shortcut-keys.page:162 C/gedit-shortcut-keys.page:248
+#: C/gedit-shortcut-keys.page:268 C/gedit-shortcut-keys.page:320
+#: C/gedit-shortcut-keys.page:353 C/gedit-shortcut-keys.page:382
+msgid "Action"
+msgstr "Acción"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:58 C/gedit-shortcut-keys.page:114
+#: C/gedit-shortcut-keys.page:163 C/gedit-shortcut-keys.page:249
+#: C/gedit-shortcut-keys.page:269 C/gedit-shortcut-keys.page:321
+#: C/gedit-shortcut-keys.page:354 C/gedit-shortcut-keys.page:383
+msgid "Keyboard shortcut"
+msgstr "Atallo de teclado"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:63
+msgid "Switch to the next tab to the left"
+msgstr "Cambiar á seguinte lapela á esquerda"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:64
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>RePáx</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:68
+msgid "Switch to the next tab to the right"
+msgstr "Cambiar á seguinte lapela á dereita"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:69
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>AvPáx</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:73
+msgid "Close tab"
+msgstr "Pechar lapela"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:74 C/gedit-shortcut-keys.page:149
+msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:77
+msgid "Save all tabs"
+msgstr "Gardar todas as lapelas"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:78
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Maiús</key> <key>L</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:82
+msgid "Close all tabs"
+msgstr "Pechar todas as lapelas"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:83
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Maiús</key> <key>W</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:86
+msgid "Reopen the most recently closed tab"
+msgstr "Reabrir a lapela pechada máis recentemente"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:87
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Maiús</key><key>T</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:90
+msgid "Jump to <var>n</var>th tab"
+msgstr "Saltar á <var>n</var>a lapela"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:91
+msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:95
+msgid "New tab group"
+msgstr "Grupo de lapelas novo"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:96
+msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:99
+msgid "Previous tab group"
+msgstr "Grupo de lapelas anterior"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:100
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></keyseq>"
+msgstr ""
+"<keyseq><key>Maiús</key><key>Ctrl</key> <key>Alt</key><key>Av páx</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:103
+msgid "Next tab group"
+msgstr "Grupo de lapelas seguinte"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:104
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</key></"
+"keyseq>"
+msgstr ""
+"<keyseq><key>Maiús</key><key>Ctrl</key> <key>Alt</key><key>Re páx</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:110
+msgid "Shortcut keys for working with files"
+msgstr "Atallos de teclado para traballar con ficheiros"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:119
+msgid "Create a new document in a new window"
+msgstr "Crear un documento novo nunha xanela nova"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:120
+msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:123
+msgid "Create a new document in a new tab"
+msgstr "Crear un documento novo nunha lapela nova"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:124
+msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:127
+msgid "Open a document"
+msgstr "Abrir un documento"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:128
+msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:131
+msgid "Open the <gui>Quick Open</gui> window"
+msgstr "Abrir a xanela de <gui>Apertura rápida</gui>"
+
+#. (itstool) path: td/p
+#. Translators: Do not blindly translate this to 'O': It is likely wrong!
+#. The letter 'O' depends on your translation of msgid '_Open' in the
+#. gedit UI! It is the letter after the underscore.
+#: C/gedit-shortcut-keys.page:132
+msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:135
+msgid "Save the current document"
+msgstr "Gardar o documento actual"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:136
+msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:139
+msgid "Save the current document with a new filename"
+msgstr "Gardar o documento actual cun nome do ficheiro novo"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:140
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Maiús</key> <key>S</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:144
+msgid "Print the current document"
+msgstr "Imprimir o documento actual"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:145
+msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:148
+msgid "Close the current document"
+msgstr "Pechar o documento actual"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:152
+msgid "Quit gedit"
+msgstr "Saír de gedit"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:153
+msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:159
+msgid "Shortcut keys for editing files"
+msgstr "Atallos de teclado para editar ficheiros"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:168
+msgid "Move the selected word right one word"
+msgstr "Mover a selección de palabra á palabra da dereita"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:169
+msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Frecha dereita</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:172
+msgid "Move the selected word left one word"
+msgstr "Mover a selección de palabra á palabra da esquerda"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:173
+msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Frecha esquerda</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:176
+msgid "Undo the last action"
+msgstr "Desfacer a última acción"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:177
+msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:180
+msgid "Redo the last undone action"
+msgstr "Refacer a última acción"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:181
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Maiús</key> <key>Z</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:185
+msgid "Cut the selected text or region and place it on the clipboard"
+msgstr "Cortar o texto ou rexión seleccionada e poñelo no portapapeis"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:187
+msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:190
+msgid "Copy the selected text or region onto the clipboard"
+msgstr "Copiar o texto ou rexión seleccionado ao portapapeis"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:191
+msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:194
+msgid "Paste the contents of the clipboard"
+msgstr "Pegar o contido do portapapeis"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:195
+msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:198
+msgid "Select all text in the file"
+msgstr "Seleccionar todo o texto no ficheiro"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:199
+msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:202
+msgid "Unselect all text"
+msgstr "Deseleccionar todo o texto"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:203
+msgid "<keyseq><key>Ctrl</key><key>Backslash</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Barra invertida</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:206
+msgid "Delete the current line"
+msgstr "Eliminar a liña actual"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:207
+msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:210
+msgid "Move the selected line up one line"
+msgstr "Mover a liña seleccionada unha liña arriba"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:211
+msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Frecha arriba</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:214
+msgid "Move the selected line down one line"
+msgstr "Mover a liña seleccionada unha liña abaixo"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:215
+msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Frecha abaixo</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:218
+msgid "Add a tab stop"
+msgstr "Engadir unha parada de tabulación"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:219
+msgid "<keyseq><key>Tab</key></keyseq>"
+msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:222
+msgid "Remove a tab stop"
+msgstr "Eliminar unha parada de tabulación"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:223
+msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+msgstr "<keyseq><key>Maiús</key><key>Tab</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:226
+msgid "Convert the selected text to upper case"
+msgstr "Converter o texto seleccionado a maiúsculas"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:227
+msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:230
+msgid "Convert the selected text to lower case"
+msgstr "Converter o texto seleccionado a minúsculas"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:231
+msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:234
+msgid "Toggle case of the selected text"
+msgstr "Cambiar a capitalización do texto seleccionado"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:235
+msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:238
+msgid "Toggle cursor visibility"
+msgstr "Trocar a visibilidade do cursor"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:239
+#| msgid "<keyseq><key>Tab</key></keyseq>"
+msgid "<keyseq><key>F7</key></keyseq>"
+msgstr "<keyseq><key>F7</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:245
+msgid "Shortcut keys for showing and hiding panes"
+msgstr "Atallos de teclado para mostrar e ocultar paneis"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:254
+msgid "Show / hide the side panel"
+msgstr "Mostrar / ocultar o panel lateral"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:255
+msgid "<key>F9</key>"
+msgstr "<key>F9</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:258
+msgid "Open the file menu"
+msgstr "Abrir o menú de ficheiros"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:259
+msgid "<key>F10</key>"
+msgstr "<key>F10</key>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:265
+msgid "Shortcut keys for navigation"
+msgstr "Atallos de teclado para a navegación"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:274
+msgid "Move to matching bracket"
+msgstr "Moverse á chave coincidente"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:275
+#| msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+msgid "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:278
+msgid "Goto line"
+msgstr "Ir á liña"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:279
+msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>J</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:282
+msgid "Move to the beginning of the current line"
+msgstr "Moverse ao comezo da liña actual"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:283
+msgid "<key>Home</key>"
+msgstr "<key>Incio</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:286
+msgid "Move to the end of the current line"
+msgstr "Moverse ao final da liña actual"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:287
+msgid "<key>End</key>"
+msgstr "<key>Fin</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:290
+msgid "Move to the beginning of the document"
+msgstr "Moverse ao inicio do documento"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:291
+msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Inicio</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:294
+msgid "Move to the end of the document"
+msgstr "Moverse ao fin do documento"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:295
+msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Fin</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:298
+msgid "Move viewport up within the file"
+msgstr "Mover o punto de vista cara arriba no ficheiro"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:299
+#| msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+msgid "<keyseq><key>Shift</key><key>Alt</key><key>Up</key></keyseq>"
+msgstr "<keyseq><key>Maiús</key><key>Alt</key><key>Arriba</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:302
+msgid "Move viewport down within the file"
+msgstr "Mover o punto de vista cara abaixo no ficheiro"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:303
+msgid "<keyseq><key>Shift</key><key>Alt</key><key>Down</key></keyseq>"
+msgstr "<keyseq><key>Maiús</key><key>Alt</key><key>Abaixo</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:306
+msgid "Move viewport to beginning of file"
+msgstr "Mover o punto de vista ao inicio do ficheiro"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:307
+msgid "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+msgstr "<keyseq><key>Maiús</key><key>Alt</key><key>Inicio</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:310
+msgid "Move viewport to end of file"
+msgstr "Mover o punto de vista ao final do ficheiro"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:311
+msgid "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+msgstr "<keyseq><key>Maiús</key><key>Alt</key><key>Fin</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:317
+msgid "Shortcut keys for searching"
+msgstr "Atallos de teclado para buscas"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:326
+msgid "Find a string"
+msgstr "Buscar unha cadea"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:327
+msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:330
+msgid "Find the next instance of the string"
+msgstr "Buscar a seguinte instancia da cadea"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:331
+msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:334
+msgid "Find the previous instance of the string"
+msgstr "Buscar a seguinte instancia anterior da cadea"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:335
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Maiús</key><key>G</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:338
+msgid "Search and Replace"
+msgstr "Buscar e substituír"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:339
+msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:342
+msgid "Clear highlight"
+msgstr "Limpar o resultado"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:343
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Maiús</key> <key>K</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:350
+msgid "Shortcut keys for tools"
+msgstr "Atallos de teclado para as ferramentass"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:359
+msgid "Check spelling"
+msgstr "Comprobar ortografía"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:360
+msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+msgstr "<keyseq><key>Maiús</key><key>F7</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:363
+msgid "Remove trailing spaces (with plugin)"
+msgstr "Eliminar espazos finais (con engadido)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:364
+msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:367
+msgid "Run \"make\" in the current directory (with plugin)"
+msgstr "Executar «make» no cartafol actual (con engadido)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:368
+msgid "<key>F8</key>"
+msgstr "<key>F8</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:371
+msgid "Directory listing (with plugin)"
+msgstr "Listado de cartafol (con engadido)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:372
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Maiús</key> <key>D</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:379
+msgid "Shortcut keys for user help"
+msgstr "Atallos de teclado para a axuda"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:388
+msgid "Open the gedit user guide"
+msgstr "Abrir a guía de usuario de gedit"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:389
+msgid "<key>F1</key>"
+msgstr "<key>F1</key>"
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Comprobar a ortografía nos ficheiros."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Comprobar a ortografía do seu documento"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Activar a corrección ortografica"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which can "
+"be enabled as required. To enable the plugin:"
+msgstr ""
+"A característica de comprobar a ortografía proporciónaa un engadido do "
+"<app>gedit</app> que se pode activar cando é requirido. Para activar o engadido:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid "Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Seleccionar <gui style=\"menuitem\">Corrector ortográfico</gui> para activar o "
+"engadido."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Para comprobar as palabras mal escritas no documento:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Seleccione <guiseq><gui style=\"menu\">Ferramentas</gui> <gui style=\"menuitem"
+"\">Verificación ortográfica</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui style="
+"\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Para facer que o <app>gedit</app> resalte automaticamente as palabras mal "
+"escritas no seu documento a medida que escribe, seleccione <guiseq><gui style="
+"\"menu\">Ferramentas</gui><gui style=\"menuitem\">Resaltar palabras mal "
+"escritas</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Usar a verificación ortográfica"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Pode seleccionar a substitución correcta das palabras mal escritas usando o "
+"diálogo Corrección ortográfica. A palabra mal escrita mostrarase en estilo "
+"groso ao carón de <gui>Palabra incorrecta:</gui>. Pode escoller algunha das "
+"seguintes accións correctivas:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use <gui "
+"style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Cambiar a:</gui> permítelle introducir unha palabra e usar "
+"<gui style=\"button\">Comprobar palabra</gui> para verificar a corrección da "
+"ortografía."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Suxestións:</gui> lista as substitucións dispoñíbeis para a "
+"palabra."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for <em>a</"
+"em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignorar</gui> permítelle saltar a comprobación "
+"ortográfica a <em>unha</em> instancia da palabra actual."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Ignorar todo</gui> permite saltar a comprobación "
+"ortográfica para <em>todas</em> as instancias da palabra actual."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Cambiar</gui> substitúe a palabra mal escrita ou non "
+"identificada por <em>unha</em> substituta seleccionada da lista de <gui style="
+"\"menuitem\">Suxestións:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Cambiar todas</gui> substitúe as <em>all</em> palabras "
+"mal escritas ou non identificadas coas substitutas seleccionadas na lista de "
+"<gui style=\"menuitem\">Suxestións:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to the "
+"<app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word in "
+"documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Engadir palabra</gui> permítelle engadir a palabra actual "
+"ao <gui>Dicionario do usuario</gui> do <app>gedit</app>. Engadir palabras ao "
+"<gui>Dicionario do usuario</gui> posibilita ao <app>gedit</app> recoñecer eses "
+"termos e non resaltalos como mal escritos."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Define os idiomas a usar na corrección ortográfica"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check your "
+"document. If you need to use another language, choose <guiseq><gui style=\"menu"
+"\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></guiseq>, then choose "
+"the language you want to use."
+msgstr ""
+"Por omisión, <app>gedit</app> usará o idioma actual para a corrección "
+"ortográfica no seu documento. Se precisa usar outro idioma, seleccione "
+"<guiseq><gui style=\"menu\">Ferramentas</gui><gui style=\"menuitem\">Definir "
+"idioma…</gui></guiseq>, logo seleccione o idioma a usar."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Dicionarios"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/enchant/"
+"\">Enchant</link>, a small system utility, for spell checking. Enchant can use "
+"several different dictionaries to check your spelling. Two such dictionary back-"
+"ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> usa <link href=\"https://www.abisource.com/projects/enchant/"
+"\">Enchant</link>, unha pequena utilidade do sistema para a corrección "
+"ortográfica. Enchant pode usar diferentes dicionarios para a comprobación. Dúas "
+"destas infraestruturas de dicionarios son <em>Hunspell</em> e <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use your "
+"computer's software installer or package manager to install the dictionary back-"
+"end that you want."
+msgstr ""
+"Se o idioma que desexa usar non está dispoñíbel en <app>gedit</app>, use o "
+"instalador de software do computador ou o xestor de paquetes para instalar o "
+"«back-end» do dicionario que desexa."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Resaltar o texto faino máis doado de ler."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Activar o resaltado de sintaxe"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Resaltado de sintaxe"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> fornece resaltado de sintaxe para moitas linguaxes de marcado, "
+"programación e científicos. Se <app>gedit</app> recoñece a sintaxe usada ao "
+"abrir o ficheiro, automaticamente resaltará o texto."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select the "
+"appropriate syntax or language by clicking <guiseq><gui style=\"menu\">View</"
+"gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and then choosing "
+"the desired syntax. Alternately, you can select the syntax name from a list at "
+"the bottom of the <app>gedit</app> window."
+msgstr ""
+"Se a sintaxe ou linguaxe non está resaltada desde o principio, pode seleccionar "
+"a sintaxe ou linguaxe axeitada premendo <guiseq><gui style=\"menu\">Ver</gui> "
+"<gui style=\"menuitem\">Modo de realce</gui></guiseq> e seleccionando a sintaxe "
+"que queira. De forma alternativa, pode seleccionar o nome da sintaxe desde unha "
+"lista na parte inferior da xanela do <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:11
+msgid "Group similar tabs together."
+msgstr "Agrupar lapelas semellantes."
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:23
+msgid "Organize files in grouped tabs"
+msgstr "Organizar ficheiros en lapelas agrupadas"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:25
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group them, "
+"making it easier to keep your opened files organized. Adding a new tab group "
+"will divide the <app>gedit</app> window in two panes, open a new \"Untitled "
+"Document\" in the new pane, and make it active. You can open files into that "
+"tab group and move tabs from one tab group to another."
+msgstr ""
+"Se está traballando con varias lapelas no <app>gedit</app> pode agrupalas "
+"facendo máis doado manter organizados os ficheiros abertos. Engadindo un novo "
+"grupo de lapelas dividirá a xanela do <app>gedit</app> en dous paneis, abra un "
+"«Documento sen título» no novo panel e actíveo. Pode abrir ficheiros dentro do "
+"grupo de lapelas e mover lapelas dun grupo a outro."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:32
+msgid "Open a new tab group in the gedit window"
+msgstr "Abrir un grupo novo de lapelas na xanela de windows"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:34
+msgid "To open a new tab group you can:"
+msgstr "Para abrir un grupo de lapelas novo pode:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:38
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in the main "
+"menu."
+msgstr ""
+"Ir a <guiseq><gui>Documentos</gui><gui>Novo grupo de lapelas</gui></guiseq> no "
+"menú principal."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:42
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr "Use o atallo <keyseq><key>Ctrl</key><key>Alt</key> <key>N</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:47
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the pane "
+"with the new tab group will be placed on the right of the active tab. You can "
+"move the handle right or left assigning more or less space of <app>gedit</app> "
+"window between panes according to your needs."
+msgstr ""
+"Esta acción dividirá o panel da xanela do <app>gedit</app> en dous paneis. O "
+"panel co novo grupo de lapelas situarase á dereita da lapela activa. Pode mover "
+"o tirador dereito ou esquerdo asignando máis ou menos espazo da xanela do "
+"<app>gedit</app> aos diferentes paneis de acordo coas súas necesidades."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:52
+msgid ""
+"You can open as much tab groups in <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Pode abrir tantos grupos de lapelas como permita a súa pantalla na xanela do "
+"<app>gedit</app> pero terá que mover o guiador para velos correctamente."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:56
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Para pechar un panel dun grupo de lapelas peche todas as lapelas que están "
+"abertas dentro del."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:62
+msgid "Move through tab groups"
+msgstr "Moverse polos grupos de lapelas"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:64
+msgid "To move forward (on the next) tab group:"
+msgstr "Para moverse ao seguinte grupo de lapelas:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:68
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Vaia a <guiseq><gui>Documentos</gui><gui>Seguinte grupo de lapelas</gui></"
+"guiseq> no menú principal."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:72
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+"key></keyseq> shortcut."
+msgstr ""
+"Use o atallo <keyseq><key>Maiús</key><key>Ctrl</key> <key>Alt</key><key>Re páx</"
+"key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:77
+msgid "To move backward (on the previous) tab group:"
+msgstr "Para moverse ao anterior grupo de lapelas:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:81
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Vaia a <guiseq><gui>Documentos</gui><gui>Anterior grupo de lapelas</gui></"
+"guiseq> no menú principal."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:85
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</"
+"key></keyseq> shortcut."
+msgstr ""
+"Use o atallo <keyseq><key>Maiús</key><key>Ctrl</key><key>Alt</key><key>Av páx</"
+"key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:93
+msgid "Move a tab to another tab group"
+msgstr "Mover unha lapela a outro grupo de lapelas"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:95
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Se quere mover unha lapela dun grupo de lapelas a outro:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:66 C/gedit-tabs-moving.page:89
+msgid "Click and hold the mouse button on the tab."
+msgstr "Prema e manteña o botón do rato na lapela."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:102
+msgid "Drag the tab to another tab group pane."
+msgstr "Arrastre a lapela a outro panel cun grupo de lapelas."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:105
+msgid "Place it beside other tabs in the tab group."
+msgstr "Posiciónea xunto a outras lapelas no grupo de lapelas."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:108 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:72 C/gedit-tabs-moving.page:98
+msgid "Release the mouse button."
+msgstr "Solte o botón do rato."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:112
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tab groups."
+msgstr ""
+"Vexa a táboa de <link xref=\"gedit-shortcut-keys\">teclas de atallos "
+"relacionados con lapelas</link> para facer máis doado xestionar os grupos de "
+"lapelas."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Cambiar a posición dunha lapela na xanela do gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Mover e reordenar lapelas"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from one "
+"window to another."
+msgstr ""
+"As lapelas en <app>gedit</app> poden moverse, facendo máis sinxelo traballar "
+"cos seus ficheiros. As lapelas poden reordenarse na mesma xanela, movelas fora "
+"de <app>gedit</app> (creando unha nova xanela de <app>gedit</app>) e movelas "
+"dunha xanela a outra."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Cambie a orde das lapelas na xanela de gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Para cambiar a orde das lapelas nunha xanela:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tab."
+msgstr "Mova a lapela á posición que desexe entre as outras lapelas."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"A lapela posicionarase no lugar máis cercano a onde solte a lapela, xunto a "
+"outras lapelas abertas."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:61
+msgid "Move a tab, creating a new gedit window"
+msgstr "Mover unha lapela, creando unha xanela nova de gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:62
+msgid "To create a new window from an existing tab:"
+msgstr "Para crear unha nova xanela desde a lapela existente:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:69
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Arrastre a lapela fóra da xanela de <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:77
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Para mover unha lapela a unha xanela nova cando <app>gedit</app> está "
+"maximizado, arrastre a lapela á barra superior da pantalla."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:83
+msgid "Move a tab to another gedit window"
+msgstr "Mover unha lapela a outra xanela de gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:85
+msgid "If you want to move a tab from one window to another:"
+msgstr "Se quere mover unha lapela dunha xanela a outra:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:92
+msgid "Drag the tab to the new window."
+msgstr "Arrastre a lapela á nova xanela."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:95
+msgid "Place it beside other tabs in the new window."
+msgstr "Posiciónea xunto a outras lapelas, na nova xanela.."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:104
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging the "
+"tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. This "
+"will reveal each of the open <app>gedit</app> windows. You can then release the "
+"tab on the desired <app>gedit</app> window."
+msgstr ""
+"Pode atopar máis doado mover a lapela desde unha xanela a outra arrastrando a "
+"lapela á esquina activa de <gui>Actividades</gui> do <gui>GNOME Shell</gui>. "
+"Isto mostrará cada unha das xanelas abertas do <app>gedit</app>. Logo pode "
+"soltar a lapela na xanela do <app>gedit</app> desexada."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:111
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tabs."
+msgstr ""
+"Vexa a táboa de <link xref=\"gedit-shortcut-keys\">teclas de atallos "
+"relacionados con lapelas</link> para facer máis doado xestionar as lapelas."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Crear ou pechar lapelas na xanela do gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Engadir e eliminar lapelas"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window. The tab that is larger than the other tabs indicates "
+"the file that is currently open. The smaller tabs indicate other files that are "
+"available to work on."
+msgstr ""
+"Traballar con lapelas en <app>gedit</app> permítelle traballar sobre varios "
+"ficheiros nunha única xanela. A lapela que é máis grande que as demais indica "
+"que o ficheiro está aberto actualmente. As lapelas máis pequenas indican outros "
+"ficheiros que están dispoñíbeis para traballar neles."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:45
+msgid "Adding tabs"
+msgstr "Engadir lapelas"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:46
+msgid ""
+"To add a new tab, create a new file with <keyseq><key>Ctrl</key> <key>T</key></"
+"keyseq>. The tab will be added to the right side of any other tabs."
+msgstr ""
+"Para engadir unha lapela nova, cree un ficheiro con <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. A lapela engadirase á dereita das outras."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:52
+msgid "Removing tabs"
+msgstr "Eliminar lapelas"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:53
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side. To remove all open tabs, press <keyseq><key>Ctrl</key> <key>Shift</"
+"key><key>W</key></keyseq>."
+msgstr ""
+"Para eliminar unha lapela prema <gui style=\"button\">×</gui> na parte dereita "
+"da lapela. Para eliminar todas as lapelas abertas, prema <keyseq><key>Ctrl</"
+"key><key>Maiús</key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-recent-action.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Reverter un cambio recente nun dos seus ficheiros."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-recent-action.page:31
+msgid "Undo a recent action"
+msgstr "Desfacer unha acción recente"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-recent-action.page:33
+msgid ""
+"If you make a mistake while using <app>gedit</app>, you can undo it by pressing "
+"<keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Se comete un erro usando o <app>gedit</app>, pode desfacelo premendo "
+"<keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-recent-action.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Non pode desfacer un cambio despois de pechar un ficheiro no <app>gedit</app>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Editor de texto gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Editor de texto gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Páxina web da guía de axuda do gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Editor de texto gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into both "
+"<app>gedit's</app> most basic features, as well as some advanced keyboard "
+"shortcuts, visit the <link xref=\"gedit-quickstart\">Get started with gedit</"
+"link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</link> pages."
+msgstr ""
+"Benvido á guía de axuda de <app>gedit</app>. Para unha introdución rápida nas "
+"características máis básicas de <app>gedit</app>, así como algúns dos atallos "
+"de teclado avanzados visite as páxinas <link xref=\"gedit-quickstart\">Comezar "
+"con gedit</link> e <link xref=\"gedit-shortcut-keys\">Atallos de teclado</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:36
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Pode atopar outros puntos de axuda agrupados nas seccións de embaixo. Desfrute "
+"do uso de <app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:40
+msgid "Working With Files"
+msgstr "Traballar con ficheiros"
+
+#. (itstool) path: section/title
+#: C/index.page:45
+msgid "Configure gedit"
+msgstr "Configure gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:49
+msgid "gedit Plugins"
+msgstr "Engadidos de gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:53
+msgid "Printing with gedit"
+msgstr "Imprimir con gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Atribución-CompartirIgual 3.0 Licenza non portada"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Este traballo está baixo a licenza <_:link-1/>."
+
+#~ msgid ""
+#~ "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+#~ "allows you to insert the date and/or time at the current cursor position. To "
+#~ "enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Insert Date/"
+#~ "Time</gui></guiseq>. To use the plugin, press <guiseq> <gui style=\"menu"
+#~ "\">Edit</gui><gui>Insert Date and Time</gui></guiseq>."
+#~ msgstr ""
+#~ "Como o seu propio nome indica, o engadido <gui>Inserir data e hora</gui> "
+#~ "permítelle inserir a data e/ou hora na posición actual do cursor. Para "
+#~ "activar este engadido, seleccione <guiseq><gui style=\"menu\">gedit</"
+#~ "gui><gui style=\"menuitem\">Preferencias</gui><gui>Engadidos</"
+#~ "gui><gui>Inserir data e hora</gui></guiseq>. Para usar o engadido, prema "
+#~ "<guiseq><gui>Editar</gui><gui>Inserir data e hora</gui></guiseq>."
+
+#~ msgid "Print preview"
+#~ msgstr "Vista previa de impresión"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Maiús</key> <key>P</key></keyseq>"
diff --git a/help/hu/figures/gedit-html-snippet.png b/help/hu/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..b516eb5
--- /dev/null
+++ b/help/hu/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/hu/figures/gedit3-screenshot.png b/help/hu/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..4e39c70
--- /dev/null
+++ b/help/hu/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/hu/hu.po b/help/hu/hu.po
new file mode 100644
index 0000000..ec27e4f
--- /dev/null
+++ b/help/hu/hu.po
@@ -0,0 +1,3657 @@
+# Hungarian translation for gedit help.
+# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit help.
+#
+# Mate Ory <orymate at gmail dot com>, 2007, 2008.
+# Gabor Kelemen <kelemeng at gnome dot hu>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019.
+# Balázs Úr <ur.balazs at fsf dot hu>, 2014, 2015, 2017, 2019, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit_help master\n"
+"POT-Creation-Date: 2022-08-22 11:34+0000\n"
+"PO-Revision-Date: 2022-09-06 00:34+0200\n"
+"Last-Translator: Balázs Úr <ur.balazs at fsf dot hu>\n"
+"Language-Team: Hungarian <gnome-hu-list at gnome dot org>\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 19.12.3\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Hammer Attila <hammera at pickup dot hu>, 2014.\n"
+"Kelemen Gábor <kelemeng at gnome dot hu>, 2007, 2008, 2009, 2010, 2011, "
+"2012, 2013, 2014, 2015, 2017.\n"
+"Őry Máté <orymate at gmail dot com>, 2007, 2008.\n"
+"Úr Balázs <ur.balazs at fsf dot hu>, 2014, 2015, 2017, 2019, 2022."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "A szöveg- és háttérszínek módosítása a geditben."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:11
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Színséma megváltoztatása"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"A <app>gedit</app> számos színsémát tartalmaz, amelyek lehetővé teszik a fő "
+"szövegablak megjelenésének módosítását."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "A színséma megváltoztatásához:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39 C/gedit-change-default-font.page:29
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Nyomja meg az ablak jobb felső sarkában lévő menügombot, és válassza a "
+"<guiseq><gui style=\"menuitem\">Beállítások</gui><gui>Betűk és színek</gui></"
+"guiseq> menüpontot."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Válassza ki a kívánt színsémát."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Az új színséma azonnal alkalmazásra kerül."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Egyéni színséma használata"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Mások által készített színsémákat is használhat, vagy létrehozhatja saját "
+"színsémáit."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Az egyéni színsémák telepítésével kapcsolatos utasításokért, valamint a "
+"letölthető és használható színsémákra példák a <link href=\"https://wiki."
+"gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wikiben</link> érhetők "
+"el."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Egyéni betűkészlet használata a geditben."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:13
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:20
+msgid "Change the default font"
+msgstr "Alapértelmezett betűkészlet megváltoztatása"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:22
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"A <app>gedit</app> alapesetben a rendszer rögzített szélességű betűkészletét "
+"használja, de ízlés szerint megváltoztathatja az alapértelmezett <app>gedit</"
+"app> betűkészletet."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:27
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Alapértelmezett betűkészlet módosításához a <app>geditben</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+#| msgid ""
+#| "Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr ""
+"Törölje az „A rendszer rögzített szélességű betűkészletének használata.” "
+"mondat melletti jelölőnégyzetet."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:34
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Kattintson az aktuális betűkészlet nevére. A <app>gedit</app> megjeleníti a "
+"betűkészlet-választó ablakot, amely lehetővé teszi az elérhető betűkészletek "
+"megjelenítését és a kívánt betűkészlet kiválasztását."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Az új betűkészlet kiválasztása után használja a betűkészletek listája alatti "
+"<gui>csúszkát</gui> az alapértelmezett betűméret beállításához."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:39
+#| msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr ""
+"Kattintson a <gui>Kiválasztás</gui> gombra, majd zárja be a párbeszédablakot."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Kilépés az éppen használt fájlból."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Fájl bezárása"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+#| msgid ""
+#| "To save a file in <app>gedit</app>, click on the <gui style=\"button"
+#| "\">Save</gui> button on the right side of the toolbar or just press "
+#| "<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Egy fájl bezárásához a <app>gedit</app> alkalmazásban, kattintson a fájlhoz "
+"tartozó lapfül jobb oldalán található <gui style=\"button\">×</gui> gombra, "
+"vagy nyomja le a <keyseq><key>Ctrl</key><key>W</key></keyseq> "
+"billentyűkombinációt."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Ezek bármelyike bezárja a fájlt a <app>geditben</app>. Ha a fájl mentetlen "
+"változtatásokat tartalmaz, akkor a <app>gedit</app> figyelmezteti a "
+"változtatások mentésére a fájl bezárása előtt."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Új fájl megnyitása szerkesztésre."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Új fájl létrehozása"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+#| msgid ""
+#| "The easiest way to create a new file in <app>gedit</app>, is to click the "
+#| "<gui>Create a new document</gui> button on the left side of the toolbar, "
+#| "or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"A legegyszerűbben úgy hozhat létre új fájlt a <app>gedit</app> "
+"alkalmazásban, ha a fejlécsáv bal oldalán az <gui>Új dokumentum létrehozása</"
+"gui> gombra kattint, vagy lenyomja a <keyseq><key>Ctrl</key><key>T</key></"
+"keyseq> billentyűkombinációt."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"A fentiek bármelyike létrehoz egy új fájlt a <app>geditben</app>. Ha már más "
+"fájljai is nyitva vannak a <app>geditben</app>, akkor az újonnan létrehozott "
+"fájl azoktól jobbra, új lapon jelenik meg."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Rendszergazdai jogosultságok használata fájl szerkesztésére."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Fájl szerkesztése root felhasználóként"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"A fájlok root felhasználóként történő szerkesztése veszélyes lehet, és "
+"működésképtelenné teheti rendszerét. Legyen nagyon óvatos, amikor a fájlokat "
+"root felhasználóként szerkeszti."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"A fájlok root felhasználóként való szerkesztéséhez a következő parancs "
+"kiadásával indítsa a <app>geditet</app> a terminálból:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"A <cmd>sudo</cmd> parancs használatával meg kell adnia jelszavát a "
+"<app>gedit</app> megnyílása előtt."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"A <cmd>sudo</cmd> parancs alternatívájaként rendszergazdai jogokhoz juthat a "
+"következő parancs kiadásával is:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Ezután a <app>gedit</app> a <cmd>gedit</cmd> parancs kiadásával indítható el."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"A <app>gedit</app> rendszergazdai jogokkal történő futtatásakor a "
+"<app>gedit</app> addig megtartja ezeket a jogokat, amíg be nem zárja."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Ismerje meg a fájlok kezelésének alapjait a geditben."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Fájlkezelési alapok: fájlok megnyitása, bezárása és mentése"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+#| msgid ""
+#| "If you are new to <app>gedit</app>, these topics will help you with "
+#| "creating, saving, and opening and closing files."
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Ha új <app>gedit</app> felhasználó, akkor ezek a témák segíteni fogják a "
+"fájlok létrehozásában, mentésében, megnyitásában és bezárásában."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "A gedit beállítása a teljes képernyő használatára."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Teljes képernyős mód használata"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Nagy dokumentumok kezelésekor hasznos lehet a <app>gedit</app> teljes "
+"képernyős módja. A teljes képernyős mód használata elrejti a <gui>menüsávot</"
+"gui>, a <gui>lapsávot</gui> és az <gui>eszköztárat</gui>, így a szöveg "
+"nagyobb részét láthatja, és jobban koncentrálhat feladataira."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Teljes képernyős mód bekapcsolása"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"A teljes képernyős mód bekapcsolásához nyomja meg az <key>F11</key> "
+"billentyűt. A <app>gedit</app> menüje, címe és lapsávjai eltűnnek, és csak "
+"az aktuális fájl szövegét fogja látni."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Ha a <app>gedit</app> egyik menüjéből szeretne végrehajtani egy műveletet, "
+"mialatt teljes képernyős módban van, akkor mozgassa az egérmutatót a "
+"képernyő tetejére. A <app>gedit</app> menüsávja újra megjelenik, és "
+"kiválaszthatja a kívánt menüpontot."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"A nyitott lapok közti váltáshoz teljes képernyős módban nyomja meg a "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> vagy a "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq> kombinációt."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Teljes képernyős mód kikapcsolása"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"A teljes képernyős mód kikapcsolásához, és a normál <app>gedit</app> "
+"ablakhoz való visszatéréshez nyomja meg az <key>F11</key> billentyűt."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Ezen kívül kurzorát a képernyő tetejére is mozgathatja, és megvárhatja, amíg "
+"megjelenik a <gui>menüsáv</gui>. Amikor megjelenik a <gui>menüsáv</gui>, "
+"nyomja meg a <gui>Teljes képernyő elhagyása</gui> gombot."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "A gedit oldalpaneljének használata fájlböngészőként."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Fájlok megjelenítése és megnyitása az oldalpanelen"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"A fájlok közti váltás leggyakoribb módja a <app>geditben</app> a <app>gedit</"
+"app> ablak tetején lévő lapok használata. Egyes esetekben azonban, különösen "
+"ha sok nyitott fájllal dolgozik, egyszerűbb lehet az oldalpanel használata."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Az oldalsó ablaktábla aktiválásához válassza a <guiseq><gui>Nézet</gui> "
+"<gui>Oldalpanel</gui></guiseq> menüpontot, vagy nyomja meg az <key>F9</key> "
+"billentyűt."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Az oldalpanelt bármikor megnyithatja vagy bezárhatja az <key>F9</key> "
+"megnyomásával."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Fájlok megnyitása az oldalpanelről"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Fájlok oldalpanelről való megnyitásához első lépésként nyissa meg az "
+"oldalpanelt a <guiseq><gui>Nézet</gui> <gui>Oldalpanel</gui></guiseq> "
+"menüpont kiválasztásával (vagy az <key>F9</key> billentyű megnyomásával), "
+"majd válassza a <gui>Fájlböngésző</gui> lehetőséget a panel tetején lévő "
+"legördülő listából."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Ez aktiválja az oldalpanel <em>fájlböngésző</em> módját. Ezután az "
+"oldalpanel tetején lévő navigációs gombok használatával megkeresheti és "
+"megnyithatja a kívánt fájlokat."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Az oldalpanel használata a nyitott fájlok közti váltásra"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Ha több fájlja van megnyitva, akkor az oldalpanel használatával is válthat a "
+"nyitott fájlok közt. A nyitott fájlok felsorolásához kattintson az "
+"oldalpanel tetején lévő <gui>Dokumentumok</gui> elemre."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Az oldalpanelen bármely fájlnévre kattintva megnyithatja a fájlt "
+"szerkesztésre."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Fájlok megnyitása a munka megkezdéséhez."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Fájl vagy fájlok megnyitása"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Fájlok a <app>geditben</app> való megnyitásához kattintson a <gui>Megnyitás</"
+"gui> gombra, vagy nyomja meg a <keyseq><key>Ctrl</key><key>O</key></keyseq> "
+"kombinációt."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Ekkor megnyílik a <gui>Megnyitás</gui> ablak. Az egér vagy a billentyűzet "
+"használatával válassza ki a megnyitni kívánt fájlt, és nyomja meg a "
+"<gui>Megnyitás</gui> gombot. A kijelölt fájl megnyílik egy új lapon."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"A <gui>Megnyitás</gui> ablak fájl megnyitása nélküli bezárásához kattintson "
+"a <gui>Mégse</gui> gombra."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"A <key>Ctrl</key> és <key>Shift</key> billentyűk használatával egyszerre "
+"több fájlt is megnyithat. Ha a <key>Ctrl</key> billentyű lenyomva tartása "
+"mellett több fájlt jelöl ki, akkor a <gui>Megnyitás</gui> gomb megnyomása az "
+"összes kijelölt fájlt megnyitja."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Ha a <key>Shift</key> billentyű lenyomva tartása mellett több fájlt jelöl "
+"ki, akkor az első kijelölt fájl, az utolsó kijelölt fájl, és a köztük lévő "
+"összes fájl megnyílik."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Másik számítógépen tárolt fájlok elérése."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Kiszolgálón található fájl megnyitása"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"A kiszolgálón található fájlok <app>geditből</app> való megnyitása előtt "
+"szüksége lesz néhány technikai információra a kiszolgálóról. Tudnia kell "
+"például a kiszolgáló IP-címét vagy URL-címét, és szükség lehet a kiszolgáló "
+"típusának (például HTTP, FTP stb.) ismeretére is."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Egyes kiszolgálótípusok korlátozzák, hogy mit tehet a kiszolgálón tárolt "
+"fájlokkal. Lehetséges például, hogy meg tud nyitni egy fájlt a "
+"kiszolgálóról, de a változtatásokat elmenteni csak helyileg tudja, a saját "
+"számítógépére."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Ezeket a kikötéseket szem előtt tartva tegye a következőket a kiszolgálón "
+"található fájl megnyitásához a <app>gedittel</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "A fejlécsávon kattintson a <gui>Megnyitás</gui> gombra."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+#| msgid "Click <gui>Other Documents…</gui>."
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Kattintson az <gui>Egyéb helyek</gui> gombra."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Adja meg a megfelelő kiszolgáló IP-címét vagy URL-címét."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Keresse meg, és válassza ki a megnyitni kívánt fájlt."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Válassza ki a megfelelő karakterkódolást a Karakterkódolás legördülő "
+"listából."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Kattintson a <gui>Megnyitás</gui> gombra."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+#| msgid ""
+#| "Valid types of URI include http:, ftp:, file:, and all of the methods "
+#| "supported by <app>gvfs</app>."
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Az érvényes URI-típusok a http:, az ftp:, a file: és minden más, a "
+"<app>GVfs</app> által támogatott elérési mód."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Bizonyos típusú URI címekről megnyitott fájlok csak olvasható módban "
+"használhatók, a változtatásokat csak más helyre lehet menteni. A HTTP-n "
+"keresztül megnyitott fájlok például csak olvashatók. Az FTP-vel megnyitottak "
+"azért nem módosíthatók, mert egyes FTP kiszolgálók hibásan kezelik a távoli "
+"fájlok mentését."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+#| msgid "Access files that you have updated recently."
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "A <app>gedit</app> alkalmazásban korábban megnyitott fájlok elérése."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Legutóbb használt fájl újranyitása"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+#| msgid ""
+#| "By default, <app>gedit</app> provides easy access to five of your most "
+#| "recently-used files. Here is how you can open a recently-used file:"
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"A <app>gedit</app> egyszerű hozzáférést biztosít ahhoz a tíz legutóbb"
+" használt fájlhoz, amelyet korábban megnyitott a <app>gedit</app>"
+" alkalmazásban. Egy legutóbb használt fájlt az alábbi módon érhet el:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+#| msgid "Click the <gui>Open</gui> button."
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Kattintson a fejlécsávon a <gui>Megnyitás</gui> gomb mellett lévő nyíl "
+"gombra."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+#| msgid ""
+#| "<app>gedit</app> will display a list of the five most-recently used files."
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"A <app>gedit</app> megjeleníti a tíz legutóbb használt fájlt tartalmazó menüt."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Válassza ki a kívánt fájlt, és az megnyílik egy új lapon."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Ha egy legutóbb használt fájl nevére viszi az egeret a menüben, akkor a fájl"
+" teljes elérési útja megjelenik az állapotsorban a <app>gedit</app> ablakának"
+" alján."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "A gedit működésének személyre szabása bővítményekkel."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "gedit bővítmények beállítása és használata"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"A <app>geditből</app> bővítményekkel többet is kihozhat. Számos bővítmény "
+"alapesetben telepítve van, de sok más külön bővítmény is elérhető."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Sok Linux disztribúció ezen bővítmények egy csoportját a <app>gedit-plugins</"
+"app> csomagban teszi elérhetővé. Telepítse a <app>gedit-plugins</app> "
+"csomagot, hogy elérhetővé tegye a további bővítményeket a <app>gedit</app> "
+"alkalmazásban."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">A gedit-plugins telepítése</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "A gedit alap bővítményei"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "További gedit bővítmények"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "A kijelölt szöveg kis- és nagybetűsségének módosítása."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Kis- és nagybetű módosítása"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Ezen bővítmény segítségével megváltoztathatja a kijelölt szöveg kis- és "
+"nagybetűsségét. Használatával a szöveget csupa kisbetűssé, csupa nagybetűssé "
+"vagy szókezdő nagybetűs stílusúvá alakíthatja, valamint megfordíthatja a "
+"kis- és nagybetűket. A bővítmény engedélyezéséhez válassza a <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui style=\"menuitem\">Beállítások</"
+"gui><gui>Bővítmények</gui><gui>Kis- és nagybetű módosítása</gui></guiseq> "
+"lehetőséget."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"A <em>Kis- és nagybetűk módosítása</em> bővítmény engedélyezése után tegye a "
+"következőket a használatához:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Jelölje ki a módosítandó szövegrészt."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">gedit</gui><gui>Kis- és nagybetű "
+"módosítása</gui></guiseq> menüpontot."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Válassza ki a kívánt szövegformázási beállítást."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "A szövegformázás változásai azonnal életbe lépnek."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"A <gui>Kis- és nagybetűk invertálása</gui> lehetőség minden kisbetűt "
+"nagybetűre cserél, és minden nagybetűt kisbetűre."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"A <gui>Szókezdő</gui> beállítás a szavak első betűit nagybetűvé alakítja. "
+"Minden más betű kisbetűvé lesz alakítva."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Ha nem jelölt ki szöveget, akkor a <em>Kis- és nagybetűk módosítása</em> "
+"menüpont szürkén jelenik meg. A funkció használatához ki kell jelölnie egy "
+"szövegrészt a <em>Kis- és nagybetűk módosítása</em> funkció használata előtt."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Dokumentumstatisztika megjelenítése."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Dokumentumstatisztika"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"A <em>Dokumentumstatisztika</em> bővítmény különböző statisztikákat jelenít "
+"meg az aktuális dokumentumról. A bővítmény engedélyezéséhez válassza a "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Beállítások</"
+"gui><gui>Bővítmények</gui><gui>Dokumentumstatisztika</gui></guiseq> "
+"lehetőséget."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "A dokumentumstatisztika használata"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"A bővítmény engedélyezése után válassza az <guiseq><gui>Eszközök</gui> "
+"<gui>Dokumentumstatisztika</gui></guiseq> menüpontot. A megjelenő ablak a "
+"dokumentummal kapcsolatos statisztikát tartalmazza, beleértve a szavak, "
+"sorok, karakterek, nem szóköz karakterek számát és a fájl méretét bájtban."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"A <em>Dokumentumstatisztika</em> bővítmény használatával korlátozhatja az "
+"információk megjelenítését a dokumentum egy részére is. Ehhez az egérrel "
+"válassza ki a vizsgálandó szövegrészt, és válassza az <guiseq><gui>Eszközök</"
+"gui><gui>Dokumentumstatisztika</gui></guiseq> menüpontot. A <app>gedit</app> "
+"megjeleníti a teljes dokumentumra, és a kijelölt szövegrészre vonatkozó "
+"információkat is."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Parancsfájlok futtatása az aktuális fájlokon, és együttműködés más "
+"alkalmazásokkal."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Külső eszközök"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"A <em>Külső eszközök</em> bővítmény segíthet egyszerűsíteni az ismétlődő "
+"feladatokat. Úgy terjeszti ki a <app>geditet</app>, hogy parancsfájlokat "
+"futtathasson munkafájljain, és a <app>gedit</app> együttműködhessen a "
+"számítógépén található más programokkal. A <app>Külső eszközök</app> "
+"bővítmény engedélyezéséhez válassza a <guiseq><gui style=\"menu\">gedit</"
+"gui> <gui style=\"menuitem\">Beállítások</gui><gui>Bővítmények</gui> "
+"<gui>Külső eszközök</gui></guiseq> lehetőséget."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Külső eszközök bővítmény beállítása"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"A bővítmény engedélyezése után be kell azt állítania, hogy megfeleljen "
+"igényeinek. A beállítási lehetőségek az <guiseq><gui>Eszközök</"
+"gui><gui>Külső eszközök</gui></guiseq> menüpont kiválasztásával érhetők el."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Ez a bővítmény haladó felhasználóknak készült, és a hatékony használatához "
+"ismerni kell a parancsfájlok írását. A bővítményt óvatosan használja, mivel "
+"a parancsfájlokban elkövetett hibák munkáját nem tervezett módokon "
+"befolyásolhatják."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Az oldalpanel használata fájlok tallózására és megnyitására."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Fájlböngésző ablaktábla"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+#| msgid ""
+#| "Depending on how you use <app>gedit</app>, you may find it helpful to use "
+#| "the <app>File Browser pane</app> plugin. This plugin embeds a <app>file "
+#| "browser</app> in the side panel, giving you easy access to your "
+#| "frequently-used files."
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"A <app>gedit</app> használatának módjától függően hasznos lehet a "
+"<app>Fájlböngésző panel</app> bővítmény használata. Ez a bővítmény egy "
+"<app>fájlböngészőt</app> ágyaz be az oldalpanelbe, egyszerű hozzáférést "
+"nyújtva a gyakran használt fájlokhoz."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Az oldalpanel engedélyezhető a <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Beállítások</gui> <gui>Bővítmények</gui><gui>Fájlböngésző "
+"panel</gui></guiseq> kiválasztásával."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "A jelenlegi dátum/idő beszúrása a kurzorpozícióba."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Dátum és idő beszúrása"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Ahogy a bővítmény neve sugallja, a <gui>Dátum/idő beszúrása</gui>"
+" bővítménnyel a dátumot és/vagy időt szúrhatja be a jelenlegi"
+" kurzorpozíciónál."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+#| msgid "To enable the <app>Sort</app> plugin:"
+msgid "To enable the plugin:"
+msgstr "A bővítmény engedélyezéséhez:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+#| msgid ""
+#| "Press the menu button in the top-right corner of the window and select "
+#| "<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+#| "gui></guiseq>."
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Nyomja meg az ablak jobb felső sarkában lévő menügombot, és válassza a <"
+"guiseq><gui style=\"menuitem\">Beállítások</gui> <gui style=\"tab\""
+">Bővítmények</gui></guiseq> menüpontot."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+#| msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Válassza a <gui style=\"menuitem\">Dátum és idő beszúrása</gui> bejegyzést a"
+" bővítmény engedélyezéséhez."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+#| msgid ""
+#| "Press the menu button in the top-right corner of the window and select "
+#| "<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+#| "gui></guiseq>."
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"A bővítmény használatához nyomja meg az ablak jobb felső sarkában lévő"
+" menügombot, és válassza az <guiseq><gui style=\"menuitem\">Eszközök</gui> <"
+"gui style=\"menuitem\">Dátum és idő beszúrása…</gui></guiseq> menüpontot."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+#| msgid ""
+#| "By default, the <gui>Insert Date/Time</gui> plugin will prompt you to "
+#| "choose your preferred date/time format each time that you use the plugin. "
+#| "However, you can choose your own default date and time format by "
+#| "selecting <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#| "\">Preferences</gui> <gui>Plugins</gui><gui>Insert Date/Time</"
+#| "gui><gui>Configure</gui></guiseq>."
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"A <gui>Dátum és idő beszúrása</gui> bővítmény alapesetben a bővítmény minden"
+" használatakor bekéri a kívánt dátum- és időformátumot. Azonban"
+" kiválaszthatja a saját alapértelmezett dátum- és időformátumát az ablak jobb"
+" felső sarkában lévő menügombra kattintva, majd a <guiseq><gui"
+" style=\"menuitem\">Beállítások</gui><gui style=\"tab\">Bővítmények</gui><gui"
+">Dátum és idő beszúrása</gui><gui style=\"button\">Beállítások</gui></guiseq>"
+" gombra kattintva."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Harmadik féltől származó bővítmények telepítése."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "További gedit bővítmények"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Harmadik féltől származó bővítmények telepítése olyan extra funkciókat "
+"biztosít, amelyeket sem a <app>gedit</app> alaptelepítése, sem a <app>gedit-"
+"plugins</app> csomag nem tartalmaz. A harmadik féltől származó bővítmények "
+"online listája <link href=\"https://wiki.gnome.org/Apps/Gedit\">itt érhető "
+"el</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"A harmadik féltől származó bővítmények telepítése a bővítmény letöltését, a "
+"fájlok megfelelő könyvtárba másolását és a bővítmény aktiválását foglalja "
+"magában."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Bővítményeket általában azok weboldalairól tölthet le, de szükség lehet "
+"verziókezelő programok használatára is, mint például a <app>git</app>, <app> "
+"bazaar</app> vagy <app>subversion</app> a bővítményhez tartozó fájlok "
+"letöltéséhez az internetről. A bővítmények beszerzésével kapcsolatos "
+"információkat azok dokumentációjában találja."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Másolja a bővítmény fájljait a <file>/home/<var>felhasználónév</var>/.local/"
+"share/gedit/plugins</file> könyvtárba."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr "A <var>felhasználónév</var> helyett saját felhasználónevét használja."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+#| msgid ""
+#| "After you have placed the plugin files into the correct directory, the "
+#| "plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </"
+#| "gui><gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> "
+#| "<gui>[Name of Plugin]</gui></guiseq> to enable the plugin."
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"A bővítményfájlok megfelelő könyvtárba helyezése után a bővítmény megjelenik"
+" a Beállítások menüben. Nyomja meg az ablak jobb felső sarkában lévő"
+" menügombot, és válassza a <guiseq><gui style=\"menuitem\">Beállítások</gui><"
+"gui style=\"tab\">Bővítmények</gui><gui>[Bővítmény neve]</gui></guiseq>"
+" lehetőséget a bővítmény engedélyezéséhez."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Kattintson a <gui>Bezárás</gui> gombra."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr "A bővítmény engedélyezése után az azonnal használhatóvá válik."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"A <file>.local</file> könyvtár alapesetben nem látható. A megjelenítéséhez "
+"válassza a <guiseq><gui>Nézet</gui><gui>Rejtett fájlok megjelenítése</gui></"
+"guiseq> menüpontot, vagy nyomja meg a <keyseq><key>Ctrl</key><key>H</key></"
+"keyseq> kombinációt."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Ha a <file>.local/share/gedit/plugins/</file> könyvtár nem létezik, akkor "
+"hozza létre azt."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate és Vim-stílusú módsorok támogatása a geditben."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Módsorok"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"A <app>Módsorok</app> bővítmény lehetővé teszi, hogy a <app>gedit</app> "
+"elemezze a fájl elején és végén lévő sorokat, majd dokumentumbeállítások "
+"halmazát alkalmazza a fájlra. A <app>Módsorok</app> bővítmény az <app>Emacs</"
+"app>, <app>Kate</app> és <app>Vim</app> szövegszerkesztők által használt "
+"beállítások egy részhalmazát támogatja."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"A <app>Módsorok</app> bővítmény engedélyezéséhez válassza a <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui style=\"menuitem\">Beállítások</"
+"gui><gui>Bővítmények</gui><gui>Módsorok</gui></guiseq> lehetőséget."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Általános módsor-beállítások"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "A következő beállítások adhatók meg a <app>gedit</app> módsorokkal:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Tabulátorszélesség"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Behúzás szélessége"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Tabulátorok helyett szóközök használata"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Szöveg tördelése"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Jobb margó szélessége"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"A módsor beállításai elsőbbséget élveznek a beállítások ablakban "
+"megadottakkal szemben."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Emacs módsorok"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"A dokumentum első két sorában kerülnek felismerésre az <app>Emacs</app> "
+"módsorok, és a <app>gedit</app> a következő <app>Emacs</app> módsor-"
+"beállításokat támogatja:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Az <app>Emacs</app> módsorokkal kapcsolatos további információkért lásd a "
+"<link href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU "
+"Emacs kézikönyvét</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Kate módsorok"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"A dokumentum első és utolsó 10 sorában kerülnek felismerésre a <app>Kate</"
+"app> módsorok, és a <app>gedit</app> a következő <app>Kate</app> módsor-"
+"beállításokat támogatja:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"A <app>Kate</app> módsorokkal kapcsolatos további információkért keresse fel "
+"a <link href=\"https://kate-editor.org/\">Kate weboldalát</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Vim módsorok"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"A dokumentum első és utolsó 3 sorában kerülnek felismerésre a <app>Vim</app> "
+"módsorok, és a <app>gedit</app> a következő <app>Vim</app> módsor-"
+"beállításokat támogatja:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"A <app>Vim</app> módsorokkal kapcsolatos további információkat a <link href="
+"\"https://www.vim.org/\">Vim weboldalán</link> találhat."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Interaktív Python konzol beágyazása az alsó ablaktáblába."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Python konzol"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Az alsó ablaktáblához hozzáadhat egy Python konzolt, amely lehetővé teszi "
+"Python parancsfájlok tesztelését a <app>gedit</app> elhagyása nélkül. A "
+"Python konzol engedélyezéséhez válassza a <guiseq><gui style=\"menu\">gedit</"
+"gui> <gui style=\"menuitem\">Beállítások</gui><gui>Bővítmények</"
+"gui><gui>Python konzol</gui></guiseq> lehetőséget."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"A Python konzol engedélyezése után a megnyitásához válassza a "
+"<guiseq><gui>Nézet</gui><gui>Alsó panel</gui></guiseq> menüpontot."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Ha engedélyezte a <gui>Beágyazott terminál</gui> bővítményt is, akkor a "
+"<gui>Python konzol</gui> külön lapon jelenik meg az alsó panelen."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Fájl vagy fájlok gyors megnyitása."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Gyors megnyitás"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Ahogy a nevéből sejteni lehet, a <app>Gyors megnyitás</app> bővítmény a "
+"fájlok szokásosnál gyorsabb megnyitását teszi lehetővé. A bővítmény "
+"engedélyezéséhez válassza a <guiseq><gui style=\"menu\">gedit</"
+"gui><gui>Beállítások</gui><gui>Bővítmények</gui><gui>Gyors megnyitás</gui></"
+"guiseq> lehetőséget."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"A <app>Gyors megnyitás</app> bővítmény engedélyezése után a következőképpen "
+"veheti használatba:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Nyissa meg a <app>Gyors megnyitás</app> ablakot a <keyseq><key> Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq> billentyűkombináció megnyitásával, "
+"vagy a <gui style=\"menuitem\">Gyors megnyitás</gui> menüpont "
+"kiválasztásával."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Megjelenik a <gui>Gyors megnyitás</gui> fájlablak."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Az egérrel válassza ki a megnyitni kívánt fájlokat."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Több fájl kiválasztásához tartsa lenyomva a <key>Ctrl</key> billentyűt, és "
+"kattintson a megnyitni kívánt fájlokra."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Fájlcsoport kiválasztásához kattintson az első megnyitni kívánt fájlra, "
+"tartsa lenyomva a <key>Shift</key> billentyűt, és kattintson az utolsó "
+"megnyitni kívánt fájlra a listában."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "A <app>Gyors megnyitás</app> a következő helyeken keres fájlokat:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "A jelenlegi dokumentumot tartalmazó könyvtár"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+#| msgid ""
+#| "The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+#| "Browser Pane</app> plugin"
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"A <app xref=\"gedit-plugins-file-browser\">Fájlböngésző panel</app> "
+"bővítmény gyökérkönyvtára"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"A legutóbbi dokumentumok, amelyek a <app>Fájlok</app> alkalmazás "
+"<file>Nemrég használt</file> mappájában is megjelennek"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "A <app>Fájlok</app> alkalmazásban könyvjelzőzött könyvtárak"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Az <file>Asztal</file> könyvtár"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "A <file>saját könyvtára</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"A <app>Gyors megnyitás</app> a fenti helyek bármelyikén lévő fájlokat "
+"megjeleníti, függetlenül attól, hogy korábban megnyitotta-e már ezeket."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Töredékek használata gyakran használt szövegdarabok gyakori beszúrására."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Töredékek"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"A <app>Töredékek</app> bővítmény kényelmes megoldást kínál ismétlődő "
+"kóddarabok beszúrására a fájljaiba. Egy HTML-töredék az <code>&lt;img&gt;</"
+"code> címkéhez például beszúrhatja a címke nyitó és záró részeit, valamint "
+"rögzített helyeket a kép attribútumainak megadásához. Ez egyszerűbbé és "
+"gyorsabbá teheti a kód írását."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Töredékek bővítmény engedélyezése"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "A <gui>Töredékek</gui> bővítmény engedélyezéséhez:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Beállítások</gui><gui style=\"tab\">Bővítmények</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Válassza a <gui style=\"menuitem\">Töredékek</gui> bejegyzést a bővítmény "
+"engedélyezéséhez."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Töredékek tallózása"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Az elérhető töredékek tallózásához:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Válassza az <guiseq><gui style=\"menu\">Eszközök</gui> <gui style=\"menuitem"
+"\">Töredékek kezelése</gui></guiseq> lehetőséget."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Győződjön meg róla, hogy a szintaxis megfelelően van beállítva. A "
+"<app>gedit</app> ablak alján lévő állapotsor megjeleníti az aktuális "
+"nyelvbeállítást. Ez a nyelvbeállítás teszi lehetővé a gedit számára a "
+"megfelelő töredékek beszúrását. A <app>gedit</app> általában felismeri a "
+"használt fájl nyelvét vagy szintaxisát, de néha saját kezűleg kell ezt "
+"beállítani."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "Ebben a példában a nyelv a HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr "LEFORDÍTVA"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Az adott nyelvhez vagy szintaxishoz elérhető töredékeket."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Töredékek használata"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Egy töredék beszúrásához a jelenlegi dokumentumba:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr "Írja be a kívánt töredék nevét bárhová a jelenlegi dokumentumba."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Nyomja meg a <key>Tab</key> billentyűt a bevitt kifejezéshez társított "
+"töredék beszúrásához."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Töredék példa felhasználása"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Ha például a szintaxist <em>HTML</em>-re állította, akkor írja be a "
+"<code>head </code> szót, nyomja meg a <key>Tab</key> billentyűt. A szöveg "
+"automatikusan kiegészítésre kerül a töredékké valahogy így:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html;"
+" charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html;"
+" charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Oldalcím&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Töredékek hozzáadása"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Felvehet globálisan (nyelvfüggetlenül) vagy adott szintaxisban működő "
+"töredékeket."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Válassza az <guiseq style=\"menu\"><gui style=\"menuitem\">Eszközök</gui> "
+"<gui style=\"menuitem\">Töredékek kezelése</gui></guiseq> lehetőséget."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"A <gui>Töredékek kezelése</gui> oldalsávból válassza ki a kívánt szintaxist, "
+"és kattintson a „+” gombra az adott szintaxishoz meglévő töredékek "
+"felsorolásához."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Globálisan működő (azaz ha nincs adott szintaxis vagy nyelv beállítva a "
+"dokumentumhoz) töredék hozzáadásához válassza a <gui>Töredékek kezelése</"
+"gui> oldalsáv <gui>Globális</gui> elemét."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Új töredék hozzáadásához kattintson a „+” ikonra a <gui>Töredékek kezelése</"
+"gui> oldalsávon."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Írja be az új töredék nevét. A töredék neve eltérhet a felvenni kívánt "
+"töredéktől."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Az <gui style=\"group\">Aktiválás</gui> szakaszban meg kell adnia egy "
+"kifejezést a <gui style=\"input\">Tab aktiváló:</gui> szövegmezőben. A "
+"töredéket ezen a kifejezés használatával fogja tudni beszúrni."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Ha egy töredéket gyorsbillentyűvel szeretne beszúrni, akkor a <gui style="
+"\"input\">Gyorsbillentyű:</gui> szövegmezőre kattintás után nyomja le a "
+"kívánt billentyűkombinációt. Miután megnyomta és felengedte a billentyűket, "
+"a gyorsbillentyű be lesz állítva."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"A <gui style=\"input\">Szerkesztés</gui> mezőben adja meg a töredék kívánt "
+"szövegét. A változókat a <code>${n}</code> használatával jelölheti, ahol az "
+"<em>n</em> a felvett változók sorrendjét jelző szám."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Új töredék példa"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Tegyük fel, hogy létrehozott egy töredéket, és a <gui style=\"input\">Tab "
+"aktiváló</gui> alatt az <var>üdvözlet</var> kifejezést adta meg. A <gui "
+"style=\"input\">Szerkesztés</gui> mező a következőt tartalmazza:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;üdvözlet&gt;Szia ${1:csodás}${2:bámulatos} világ!\n"
+" &lt;/üdvözlet&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Ezt a töredéket az <var>üdvözlet</var> szó dokumentumba beírásával és a "
+"<key>Tab</key> billentyű lenyomásával szúrhatja be. A következő "
+"szövegtöredék kerül beszúrásra:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;üdvözlet&gt;Szia csodásbámulatos világ!&lt;/üdvözlet&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"A „csodálatos” és „bámulatos” szavak az aktuális szóhasználattól függően "
+"törölhetők vagy megtarthatók. Ehhez nyomja le a <key>Tab</key> billentyűt a "
+"„csodálatos” és „bámulatos” közti választáshoz, és a <key>Del</key> "
+"billentyűt a nem kívánt lehetőség törléséhez."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Szövegsorok betűrendbe rendezése."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Rendezés"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr "A Rendezés bővítmény a kijelölt sorokat betűrendbe teszi."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Rendezés bővítmény engedélyezése"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "A <app>Rendezés</app> bővítmény engedélyezéséhez:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Válassza a <gui style=\"menuitem\">Rendezés</gui> bejegyzést a bővítmény "
+"engedélyezéséhez."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "A Rendezés bővítmény használata"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "A <gui>Rendezés</gui> bővítmény használatához:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+#| msgid "Drag and highlight the desired lines of text."
+msgid "Select the desired lines of text."
+msgstr "Válassza ki a kívánt szövegsorokat."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Válassza az <guiseq><gui style=\"menu\">Eszközök</gui><gui style=\"menuitem"
+"\">Rendezés…</gui></guiseq> menüpontot."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Megnyílik a <gui>Rendezés</gui> ablak, és lehetővé teszi a rendezési "
+"beállítások kiválasztását."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"A <gui>Fordított sorrend</gui> beállítás a szöveget fordított betűrendbe "
+"rendezi."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"A <gui>Másolatok eltávolítása</gui> eltávolítja a többször szereplő "
+"értékeket a listából."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"A <gui>Kis- és nagybetű nem számít</gui> nem különbözteti meg a kis- és "
+"nagybetűket."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Ahhoz, hogy a rendezésnél a sorok első néhány karaktere ne kerüljön "
+"figyelembevételre, válassza ki az első figyelembe veendő karakter számát a "
+"<gui>Kezdőoszlop</gui> léptetőmezőben."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "A rendezés végrehajtásához nyomja meg a <gui>Rendezés</gui> gombot."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "A nyomtatandó oldalak bizonyos sorrendbe rendezése."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Másolatok nyomtatása a megfelelő sorrendben"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Fordított"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"A nyomtatók általában először az első, utoljára pedig az utolsó oldalt "
+"nyomtatják ki, így az oldalakat fordított sorrendben kapja meg. A sorrend "
+"megfordításához:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Fájl</gui> <gui style=\"menuitem"
+"\">Nyomtatás</gui></guiseq> lehetőséget."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"A Nyomtatás ablak <gui style=\"tab\">Általános</gui> lapján a <gui style="
+"\"group\">Másolatok</gui> szakaszban jelölje be a <gui style=\"checkbox"
+"\">Fordított</gui> négyzetet."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Ekkor az utolsó oldal kerül elsőként kinyomtatásra."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Szétválogatás"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Ha a dokumentumból több példányt nyomtat, a nyomatok alapbeállítás szerint "
+"oldalszám szerint lesznek csoportosítva (azaz az első oldal másolatai "
+"készülnek el, majd a második oldal másolatai stb.). A szétválogatás hatására "
+"az egyes másolatok oldalai csoportosítva készülnek el."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "A szétválogatáshoz:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Kattintson a <guiseq><gui style=\"menu\">Fájl</gui><gui style=\"menuitem"
+"\">Nyomtatás</gui></guiseq> menüpontra."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"A Nyomtatás ablak <gui style=\"tab\">Általános</gui> lapján a <gui style="
+"\"group\">Másolatok</gui> szakaszban jelölje be a <gui style=\"checkbox"
+"\">Szétválogatás</gui> négyzetet."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "A gedittel létrehozott fájlok nyomtatása."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Dokumentumok nyomtatása"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"A <app>geditből</app> való nyomtatáshoz csatlakoztatnia kell nyomtatóját, és "
+"be kell azt állítania. Ha ezt még nem tette meg, nézze meg a <link href="
+"\"help:gnome-help/printing\">GNOME nyomtatással kapcsolatos dokumentációját</"
+"link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr ""
+"A <app>gedit</app> lehetővé teszi a fájlba és a papírra való nyomtatást is."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Nyomtatási kép"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"A dokumentum nyomtatása előtt az <gui>Előnézet</gui> segítségével "
+"megjelenítheti, hogy hogyan fog a kinyomtatott dokumentum kinézni. Az "
+"előnézet megjelenítéséhez:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Fájl</gui> <gui style=\"menuitem"
+"\">Nyomtatási kép</gui></guiseq> menüpontot, vagy nyomja meg a "
+"<keyseq><key>Shift</key><key>Ctrl</key> <key>P</key></keyseq> "
+"billentyűkombinációt."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"A dokumentum előnézete ugyanazon a lapon nyílik meg, mint a fájl. Ezt az "
+"előnézetet az előnézet lap tetején lévő eszköztár navigációs gombjai és "
+"eszközei segítségével tallózhatja. A bezárásához és a dokumentumhoz való "
+"visszatéréshez nyomja meg a <gui style=\"button\">Nyomtatási kép bezárása</"
+"gui> gombot."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Nyomtatás papírra"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Dokumentumait helyi vagy távoli nyomtatón is kinyomtathatja. Egy fájl "
+"nyomtatásához:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Fájl</gui> <gui style=\"menuitem"
+"\">Nyomtatás</gui> <gui style=\"tab\">Általános</gui></guiseq> lapot."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Válassza ki a kívánt nyomtatót az elérhető nyomtatók listából."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"A fájl nyomtatási képét megjelenítheti a <gui style=\"button\">Nyomtatási "
+"kép</gui> megnyomásával, és ha elégedett a beállításokkal, akkor a <gui "
+"style=\"button\">Nyomtatás</gui> gombbal megkezdheti a nyomtatást."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Ezen kívül az <gui style=\"tab\">Oldalbeállítás</gui> lapon: kiválaszthatja "
+"az <gui style=\"group\">Elrendezés</gui> és <gui style=\"group\">Papír</gui> "
+"beállításait. Mivel ezek a beállítások minden <app>GNOME</app> programban "
+"megegyezők, nézze meg az <link href=\"help:gnome-help/printing#paper"
+"\">Elrendezés- és papírbeállítások</link> súgóját."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Több példány és adott tartományok nyomtatása"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Megadhatja a <gui style=\"group\">Tartomány</gui> és <gui style=\"group"
+"\">Példányszám</gui> beállításait:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Nyomtatás fájlba"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"A <app>gedittel</app> fájlba is nyomtathat. A dokumentum másik formátumú "
+"fájlba nyomtatásához:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Fájl</gui> <gui style=\"menuitem"
+"\">Nyomtatás</gui> <gui style=\"menuitem\">Nyomtatás fájlba</gui></guiseq> "
+"lehetőséget."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "A nyomtatás a következő fájlformátumokba engedélyezett:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"A dokumentum fájlba nyomtatásához nyomja meg a <gui style=\"button"
+"\">Nyomtatás</gui> gombot."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Válassza ki a nyomtatandó oldalakat."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Csak bizonyos oldalak nyomtatása"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Kiválaszthatja, hogy a dokumentum mely oldalait szeretné kinyomtatni. Ha "
+"például az „1,3,5-7,9” oldalszámokat írja be, akkor csak az 1., 3., 5., 6., "
+"7., és 9. oldal kerül kinyomtatásra. A kívánt oldalak kinyomtatásához:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Fájl</gui> <gui style=\"menuitem"
+"\">Nyomtatás</gui></guiseq> lehetőséget."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"A Nyomtatás ablak <gui style=\"tab\">Általános</gui> lapján válassza az <gui "
+"style=\"radiobutton\">Oldalak</gui> elemet a <gui style=\"group\">Tartomány</"
+"gui> szakaszban."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Vesszőkkel elválasztva írja be a nyomtatni kívánt oldalak számait. "
+"Oldaltartomány jelzésére használja a - jelet."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "A gedit rövid bemutatása."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "A gedit bemutatása"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"A <app>gedit</app> egy teljes felszereltségű szövegszerkesztő a GNOME "
+"asztali környezethez. Használhatja egyszerű jegyzetek és dokumentumok "
+"készítésére, vagy fejlettebb funkcióinak használatával saját "
+"szoftverfejlesztői környezetévé alakíthatja."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+#| msgctxt "_"
+#| msgid ""
+#| "external ref='figures/gedit3-screenshot.png' "
+#| "md5='bf1c5551e623923504e51c4f9fd885b7'"
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+#| msgid ""
+#| "Once <app>gedit</app> launches, you can start writing right away. To save "
+#| "your text, just click the <gui>Save</gui> icon in the <app>gedit</app> "
+#| "toolbar."
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"A <app>gedit</app> indulása után azonnal megkezdheti az írást. A szöveg "
+"mentéséhez kattintson a <gui>Mentés</gui> gombra a <app>gedit</app> "
+"fejlécsávján."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"A <app>gedit</app> további szolgáltatásainak megismeréséhez és a további "
+"feladatok elvégzésével kapcsolatos segítségért nézze meg a <app>gedit</app> "
+"súgójának <link xref=\"index\">további témaköreit</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Szöveg részeinek cseréje egy fájlban."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Szöveg cseréje"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"A szöveg szerkesztése időigényes lehet. Az időspórolás érdekében a "
+"<app>gedit</app> tartalmazza a <app>Csere</app> funkciót, amely segíti a "
+"szövegrészek keresésében és helyettesítésében."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Szöveg cseréje a <app>geditben</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"A <gui>Csere</gui> eszköz a <guiseq><gui style=\"button\">Menü gomb</"
+"gui><gui style=\"menuitem\">Keresés és csere</gui></guiseq> menüpont "
+"kiválasztásával, vagy a <keyseq><key>Ctrl</key><key>H</key></keyseq> "
+"billentyűkombináció megnyomásával nyitható meg."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "A cserélni kívánt szöveget írja be a <gui>Keresés erre</gui> mezőbe."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr "Az új helyettesítő szöveget írja be a <gui>Csere ezzel</gui> mezőbe."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Az eredeti és helyettesítő szöveg megadása után további paramétereket adhat "
+"a kereséshez. Kiválaszthatja azt is, mit kíván cserélni:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"<em>Csak</em> a következő előfordulás cseréjéhez kattintson a <gui>Csere</"
+"gui> gombra."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"A dokumentumban lévő <em>összes előfordulás</em> cseréléséhez kattintson az "
+"<gui>Összes cseréje</gui> gombra."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Az <gui>Összes cseréje</gui> funkciót óvatosan használja. Az <gui>Összes "
+"cseréje</gui> funkció a teljes szövegfájlon működik, és nem teszi lehetővé "
+"azon szövegrészek kiemelését, amelyen a csere funkció végrehajtásra kerül."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "További beállítások"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Ha szeretné, a kereséshez további paramétereket is megadhat:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Kis- és nagybetű"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"A <em>Kis- és nagybetű</em> beállítással megadhatja, hogy a keresés "
+"megkülönböztesse-e a kis- és nagybetűket. Ha ez be van jelölve, akkor a "
+"keresés megkülönbözteti a kis- és nagybetűket, ellenkező esetben nem."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Csak teljes szóra"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Ezen beállítással megadható, hogy adott szóra más szavak töredékeit kizárva "
+"szeretne-e keresni. Ha például az „és” szót keresi, és ez a beállítás be van "
+"jelölve, akkor az „és” szót megtalálja, de a „köt<em>és</em>” vagy a "
+"„k<em>és</em>ik” szót már nem."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Keresés visszafelé"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Ez a beállítás azonosan működik az Előző keresése paranccsal. Ha a "
+"találatokat a vége felől az eleje felé szeretné bejárni, akkor jelölje be "
+"ezt a négyzetet."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Körbe"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Ha a <app>körbe</app> négyzet be van jelölve, akkor a <app>gedit</app> a "
+"keresés/csere műveletet újraindítja a fájl elejétől, miután elérte a fájl "
+"végét. Ez biztosítja, hogy a keresés/csere művelet a teljes fájlra "
+"végrehajtásra kerüljön."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Escape sorozatok használata"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Sorvégjelek, kocsivissza-karakterek és tabulátorok kereséséhez használhatja "
+"az <em>escape sorozatokat</em>."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Új sor"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Kocsi vissza karakter"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tab"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Ha egy <output>\\</output> (fordított osztásjelet) vagy egy más escape "
+"sorozatot szeretne keresni a szövegben, a fordított osztásjelet egy extra \\ "
+"jellel kell védenie. Például, a <input>\\</input> jelek kereséséhez a <input>"
+"\\\\</input> szöveget kell beírnia a keresés vagy csere mezőbe. A különböző "
+"escape jelöléseket hasonló módon keresheti: A <input>\\n</input> kereséséhez "
+"vagy cseréjéhez használja a <input>\\\\n</input> kifejezést."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Fájl mentése későbbi munkához."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Fájl mentése"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+#| msgid ""
+#| "To save a file in <app>gedit</app>, click on the <gui style=\"button"
+#| "\">Save</gui> button on the right side of the toolbar or just press "
+#| "<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"A <app>gedit</app> alkalmazásban egy fájl mentéséhez kattintson a fejlécsáv"
+" jobb oldalán található <gui style=\"button\">Mentés</gui> gombra, vagy"
+" nyomja meg a <keyseq><key>Ctrl</key><key>S</key></keyseq>"
+" billentyűkombinációt."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Ha új fájlt ment, akkor megjelenik egy párbeszédablak, és kiválaszthatja a "
+"fájl nevét, valamint a könyvtárat, amelybe a fájlt menteni szeretné."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Szöveg keresése a fájlban."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Szöveg keresése"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"A Keresés eszköz segítségével megadott szövegdarabokat kereshet a fájlban."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Szöveg keresése"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"A <gui>keresés ablak</gui> megnyitásához válassza a <guiseq><gui style=\"menu"
+"\">Menü gomb</gui> <gui style=\"menuitem\">Keresés</gui></guiseq> "
+"menüpontot, vagy nyomja meg a <keyseq><key>Ctrl</key><key>F</key></keyseq> "
+"kombinációt. Ez a kurzort a <gui>keresés ablak</gui> elejére viszi."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Írja be a keresendő szöveget a <gui>keresés ablakba</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Gépelés közben a <app>gedit</app> megkezdi a beírt szövegre illeszkedő "
+"szövegdarabok kiemelését."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr "A találatok közti lépkedéshez tegye a következők egyikét:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Kattintson a <gui>keresőablak</gui> mellett <gui style=\"button\">fel</gui> "
+"vagy <gui style=\"button\">le</gui> mutató nyilakra."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr "Nyomja meg a <key>fel nyíl</key> vagy <key>le nyíl</key> billentyűt."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Nyomja meg a <keyseq><key>Ctrl</key><key>G</key></keyseq> vagy a "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq> kombinációt."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"A <gui>keresés ablak</gui> bezárásához nyomja meg az <key>Esc</key> vagy az "
+"<key>Enter</key> billentyűt. Az <key>Esc</key> megnyomása visszaviszi a "
+"kurzort oda, ahol a keresés megkezdése előtt volt. Az <key>Enter</key> "
+"megnyomása visszaviszi a kurzort a keresési eredményekben az aktuális "
+"pozícióba."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Keresési tippek"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Ha kijelöl egy szövegrészt az egérrel, majd megnyomja a <keyseq><key>Ctrl</"
+"key><key>F</key></keyseq> kombinációt, akkor a kijelölt szöveg megjelenik a "
+"keresési ablakban."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"További keresési beállítások eléréséhez kattintson a <gui style=\"button"
+"\">Nagyító</gui> ikonra a keresési ablakban, vagy kattintson a jobb "
+"egérgombbal a keresési ablak bármely részére. A következő keresési "
+"beállítások közül válogathat:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Jelölje be a <gui>Kis- és nagybetű</gui> négyzetet a kis- és nagybetűk "
+"megkülönböztetéséhez kereséskor."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Jelölje be a <gui>Csak teljes szóra</gui> négyzetet kizárólag a teljes "
+"szavak kereséséhez."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Jelölje be a <gui>Körbe</gui> négyzetet a fentről lefelé keresés "
+"újraindításához fentről."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"A keresett szöveg kiemelve marad, még a keresés befejezése után is. A "
+"kiemelés eltávolításához válassza a <gui style=\"menuitem\">Kiemelés "
+"törlése</gui> menüpontot, vagy nyomja meg a <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq> kombinációt."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "A dokumentum gépelési hibáinak ellenőrzése."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "A dokumentum helyesírásának ellenőrzése"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Helyesírás-ellenőrző bekapcsolása"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"A helyesírás-ellenőrzés funkciót a <app>geditben</app> egy bővítmény "
+"biztosítja, amely igény szerint engedélyezhető. A bővítmény engedélyezéséhez:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Válassza a <gui style=\"menuitem\">Helyesírás-ellenőrző</gui> bejegyzést a "
+"bővítmény engedélyezéséhez."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Az elgépelt szavak kereséséhez a dokumentumban:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Válassza az <guiseq><gui style=\"menu\">Eszközök</gui> <gui style=\"menuitem"
+"\">Helyesírás-ellenőrzés</gui></guiseq> menüpontot."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Ha azt szeretné, hogy a <app>gedit</app> gépelés közben automatikusan "
+"kiemelje az elgépelt szavakat a dokumentumban, akkor válassza az "
+"<guiseq><gui style=\"menu\">Eszközök</gui><gui style=\"menuitem\">Elgépelt "
+"szavak kiemelése</gui></guiseq> menüpontot."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Helyesírás-ellenőrzés használata"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"A Helyesírás-ellenőrzés ablakban kiválaszthatja az elgépelt szavak megfelelő "
+"helyettesítését. A helyesírás-ellenőrző által hibásnak vélt szó a "
+"<gui>Hibásan írt szó:</gui> mellett vastagon jelenik meg. A következő "
+"javítási műveletek közül választhat:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"Az <gui style=\"input\">Erre:</gui> mezőbe beírhat egy szót, és a <gui style="
+"\"button\">Szó ellenőrzése</gui> gombbal ellenőrizheti annak helyesírását."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"A <gui style=\"menu\">Javaslatok:</gui> felsorolja a szóhoz elérhető "
+"helyettesítéseket."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"A <gui style=\"button\">Kihagyás</gui> gomb lehetővé teszi a helyesírás-"
+"ellenőrzés elhagyását az aktuális szó <em>egy</em> előfordulásának esetén."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"A <gui style=\"button\">Mindet kihagyja</gui> gomb lehetővé teszi a "
+"helyesírás-ellenőrzés elhagyását az aktuális szó <em>összes</em> "
+"előfordulásának esetén."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"A <gui style=\"button\">Módosítás</gui> gomb az elgépelt vagy ismeretlen szó "
+"<em>egy</em> előfordulását lecseréli a <gui style=\"menuitem\">Javaslatok:</"
+"gui> listában kiválasztott kifejezésre."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"A <gui style=\"button\">Mindet módosítja</gui> gomb az elgépelt vagy "
+"ismeretlen szó <em>összes</em> előfordulását lecseréli a <gui style="
+"\"menuitem\">Javaslatok:</gui> listában kiválasztott kifejezésre."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"A <gui style=\"button\">Szó hozzáadása</gui> gomb lehetővé teszi az aktuális "
+"szó felvételét a <app>gedit</app> <gui>Felhasználói szótárába</gui>. Az "
+"egyéni szavak felvétele a <gui>Felhasználói szótárba</gui> lehetővé teszi a "
+"<app>geditnek</app>, hogy felismerje a szót a dokumentumokban, és azt később "
+"már ne emelje ki elgépeltként."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "A helyesírás-ellenőrzés nyelvének megadása"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Alapesetben a <app>gedit</app> az aktuális nyelvet használja a dokumentum "
+"helyesírásának ellenőrzéséhez. Ha másik nyelvet szeretne használni, akkor "
+"válassza az <guiseq><gui style=\"menu\">Eszközök</gui><gui style=\"menuitem"
+"\">Nyelv megadása</gui></guiseq> menüpontot, majd válassza ki a használandó "
+"nyelvet."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Szótárak"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"A <app>gedit</app> az <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link> nevű segédeszközt használja a helyesírás-"
+"ellenőrzéshez. Az Enchant több különböző szótárat is tud használni a "
+"helyesírás ellenőrzésére, például a <em>Hunspellt</em> vagy az <em>Aspellt</"
+"em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Ha a használandó nyelv nem érhető el a <app>geditben</app>, akkor telepítse "
+"a számítógép szoftvertelepítőjével vagy csomagkezelőjével a kívánt szótár-"
+"háttérprogramot."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Szöveg kiemelése az olvasás megkönnyítéséhez."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Szintaxiskiemelés bekapcsolása"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Szintaxiskiemelés"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"A <app>gedit</app> számos jelölő-, programozási és tudományos nyelvhez "
+"biztosít szintaxiskiemelést. Ha a <app>gedit</app> felismeri a megnyitott "
+"fájlban használt szintaxist, akkor automatikusan kiemeli a szöveget."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Ha a szintaxis vagy a nyelv nem kerül kiemelésre indításkor, akkor "
+"kiválaszthatja a megfelelő szintaxist vagy nyelvet a <guiseq><gui style="
+"\"menu\">Nézet</gui><gui style=\"menuitem\">Kiemelési mód</gui></guiseq> "
+"menüpont, majd a kívánt szintaxis kiválasztásával. Ennek alternatívájaként "
+"kiválaszthatja a szintaxisnevet a <app>gedit</app> ablak alján lévő listából."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Hasonló lapok csoportosítása."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Fájlok rendszerezése csoportosított lapokon"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+#| msgid ""
+#| "If you are working with multiple tabs in <app>gedit</app> you can group "
+#| "them, making it easier to keep your opened files organized. Adding a new "
+#| "tab group will divide the <app>gedit</app> window in two panes, open a "
+#| "new \"Untitled Document\" in the new pane, and make it active. You can "
+#| "open files into that tab group and move tabs from one tab group to "
+#| "another."
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Ha a <app>gedit</app> alkalmazásban több lappal dolgozik, ezeket csoportokba"
+" szervezheti, így a megnyitott fájlokat átláthatóbban kezelheti. Az új"
+" lapcsoport hozzáadásakor a <app>gedit</app> ablaka két ablaktáblára lesz"
+" osztva, az új ablaktáblán megnyílik egy új „Névtelen dokumentum” és az aktív"
+" lesz. Egy lapcsoportban fájlokat is megnyithat, ezenkívül a lapokat"
+" áthelyezheti egyik lapcsoportból a másikba."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Új lapcsoport nyitása a gedit ablakban"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Új lapcsoport nyitásához tegye a következők egyikét:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Kattintson a jobb egérgombbal egy lapon, és válassza az <gui>Áthelyezés új"
+" lapcsoportba</gui> lehetőséget."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Nyomja le a <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> "
+"billentyűkombinációt."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+#| msgid ""
+#| "This action will divide the <app>gedit</app> window in two panes, and the "
+#| "pane with the new tab group will be placed on the right of the active "
+#| "tab. You can move the handle right or left assigning more or less space "
+#| "of <app>gedit</app> window between panes according to your needs."
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Ez a művelet két részre osztja a <app>gedit</app> ablakát, és az új "
+"lapcsoportot tartalmazó ablaktábla az aktív lap jobb széléhez lesz helyezve. "
+"Ezután a fogantyút szükség szerint balra és jobbra mozgathatja a hely "
+"felosztásához a <app>gedit</app> ablaktáblái között."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+#| msgid ""
+#| "You can open as much tab groups in <app>gedit</app> window as your screen "
+#| "allows, but you will have to move the handle in order to see them "
+#| "correctly."
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"A képernyőmérettől függően több lapcsoportot is megnyithat a <app>gedit</"
+"app> alkalmazásban, de a megfelelő láthatósághoz mozgatnia kell a fogantyút."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Egy lapcsoport ablaktábla bezárásához csak zárja be az összes benne nyitott "
+"lapot."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Egy lap áthelyezése másik lapcsoportba"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr ""
+"Ha egy lapot az egyik lapcsoportból a másikba szeretné mozgatni, tegye a "
+"következők egyikét:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Kattintson, és tartsa lenyomva az egérgombot a lapon."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Húzza a lapot egy másik lapcsoport-ablaktáblába."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Helyezze az új lapcsoportban lévő lapok mellé."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Engedje fel az egérgombot."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Lap elhelyezkedésének módosítása a gedit ablakban."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Lapok mozgatása és átrendezése"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"A <app>gedit</app> lapjai áthelyezhetők, így egyszerűbbé teszik a fájlok "
+"kezelését. A lapok áthelyezhetők ugyanazon az ablakon belül, kihúzhatók a "
+"<app>gediten</app> kívülre (így új <app>gedit</app> ablakot hozva létre), és "
+"az egyik ablakból a másikba mozgathatók."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Lapok sorrendjének módosítása a gedit ablakban"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Lapok sorrendjének megváltoztatásához egy ablakban:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+#| msgid "Move the tab to the desired position among the other tab."
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Mozgassa a lapot a kívánt helyre a többi lap között."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"A lap az elengedési helyhez legközelebbi helyre kerül, közvetlenül a "
+"megnyitott lapok mellé."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Lap mozgatása új gedit ablak létrehozásával"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Új ablak létrehozásához meglévő lapból:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Húzza ki a lapot a <app>gedit</app> ablakból."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"A lap a teljes méretű <app>gedit</app> ablakból új ablakba mozgatásához "
+"húzza a lapot a képernyő tetején lévő felső sávra."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Lap másik gedit ablakba mozgatása"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Ha egy lapot az egyik ablakból a másikba szeretné mozgatni:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Húzza a lapot az új ablakba."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Helyezze az új ablakban lévő lapok mellé."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Egyszerűbb megoldás lehet a lapok egyik ablakból másikba helyezésére, ha a "
+"lapot a <gui>GNOME Shell</gui> <gui>Tevékenységek</gui> sarkába húzza. Ekkor "
+"megjelenik az összes nyitott <app>gedit</app> ablak. Ezután a lapot "
+"ráejtheti a kívánt <app>gedit</app> ablakra."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Lapok létrehozása vagy bezárása a gedit ablakban."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Lapok hozzáadása és eltávolítása"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"A lapok használatával a <app>gedit</app> alkalmazásban számos fájlt szemmel "
+"tarthat egyetlen ablakban."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Lapok hozzáadása"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+#| msgid ""
+#| "To add a new tab, create a new file with <keyseq><key>Ctrl</key> <key>T</"
+#| "key></keyseq>. The tab will be added to the right side of any other tabs."
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Ahhoz, hogy új lapot adjon hozzá egy új fájl létrehozásához, kattintson a"
+" fejlécsáv bal oldalán lévő <gui>Új "
+"dokumentum létrehozása</gui> gombra, vagy nyomja meg a <keyseq><key>Ctrl</key"
+"><key>T</key></keyseq> billentyűkombinációt. A lap a többi laptól jobbra"
+" kerül felvételre."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Lapok eltávolítása"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+#| msgid ""
+#| "To remove a tab, click the <gui style=\"button\">×</gui> on the tab's "
+#| "right side. To remove all open tabs, press <keyseq><key>Ctrl</key> "
+#| "<key>Shift</key><key>W</key></keyseq>."
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Lap eltávolításához kattintson a lap jobb oldalán lévő <gui style=\"button\""
+">×</gui> gombra, vagy nyomja meg a <keyseq><key>Ctrl</key><key>W</key><"
+"/keyseq> billentyűkombinációt. Az összes nyitott lap eltávolításához nyomja"
+" meg a <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></keyseq>"
+" billentyűkombinációt."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Legutóbbi változtatások visszavonása a fájlokban."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+#| msgid "Undo a recent action"
+msgid "Undo/redo a recent action"
+msgstr "Legutóbbi művelet visszavonása vagy újra végrehajtása"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+#| msgid ""
+#| "If you make a mistake while using <app>gedit</app>, you can undo it by "
+#| "pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Ha hibát követett el dokumentumszerkesztés közben a <app>gedit</app>"
+" alkalmazásban, akkor a <keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+" billentyűkombinációval vonhatja vissza a változtatást."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Ha bezárt egy fájlt a <app>gedit</app> alkalmazásban, a változtatások nem "
+"vonhatók vissza."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+#| msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Egy visszavont változtatás újbóli elvégzéséhez nyomja meg a <keyseq><key"
+">Ctrl</key><key>Shift</key><key>Z</key></keyseq> billentyűkombinációt."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "gedit szövegszerkesztő"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "gedit szövegszerkesztő"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "A gedit súgójának honlapja."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> gedit szövegszerkesztő"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+#| msgid ""
+#| "Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+#| "both <app>gedit's</app> most basic features, as well as some advanced "
+#| "keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started "
+#| "with gedit</link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</"
+#| "link> pages."
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Üdvözöljük a <app>gedit</app> súgójában. A <app>gedit</app> alapvető"
+" funkcióinak gyors bemutatásáért nézze meg <link xref=\"gedit-quickstart\">A"
+" gedit bemutatása</link> oldalt."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"A további súgótémakörök az alábbi szakaszokban vannak csoportosítva. Sok "
+"sikert a <app>gedit</app> használatához!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Fájlok kezelése"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "A gedit beállítása"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "gedit bővítmények"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Nyomtatás a gedittel"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Nevezd meg!-Így add tovább! 3.0 átíratlan licenc"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Ez a munka a <_:link-1/> feltételei szerint használható."
diff --git a/help/id/id.po b/help/id/id.po
new file mode 100644
index 0000000..5a3d2fe
--- /dev/null
+++ b/help/id/id.po
@@ -0,0 +1,3534 @@
+# Indonesian translation for gedit.
+# Copyright (C) 2013 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Andika Triwidada <andika@gmail.com>, 2013-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"POT-Creation-Date: 2022-11-20 14:00+0000\n"
+"PO-Revision-Date: 2022-11-28 18:55+0700\n"
+"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
+"Language-Team: Indonesian <id@li.org>\n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n>1;\n"
+"X-Generator: Poedit 3.2.1\n"
+"X-Poedit-Bookmarks: -1,118,-1,-1,-1,-1,-1,-1,-1,-1\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Andika Triwidada <andika@gmail.com>, 2013, 2014, 2017, 2020, 2022\n"
+"Kukuh Syafaat <syafaatkukuh@gmail.com>, 2016"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Ubah teks dan warna latar belakang di gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:11
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Ubah skema warna"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> menyertakan beberapa skema warna, yang memungkinkan Anda "
+"mengubah penampilan jendela teks utama."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Untuk mengubah skema warna:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39 C/gedit-change-default-font.page:29
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Tekan tombol menu di pojok kanan atas jendela dan pilih <guiseq><gui style="
+"\"menuitem\">Preferensi</gui><gui>Fonta &amp; Warna</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Pilih skema warna yang Anda inginkan."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Skema warna baru akan seketika diterapkan."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Memakai Skema Warna Gubahan"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Anda juga dapat memakai skema warna yang telah dibuat oleh orang lain, atau "
+"membuat skema warna Anda sendiri."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Petunjuk tentang cara memasang skema warna kustom, serta contoh skema warna "
+"yang dapat Anda unduh dan gunakan, tersedia di <link href=\"http://live."
+"gnome.org/GtkSourceView/StyleSchemes\">wiki gedit</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Menggunakan fonta kustom untuk teks Anda di gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:13
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:20
+msgid "Change the default font"
+msgstr "Ubah fonta baku"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:22
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> akan memakai fonta lebar tetap sistem secara baku, tapi "
+"Anda bisa mengubah fonta baku <app>gedit</app> agar sesuai dengan kesukaan "
+"Anda."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:27
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Untuk mengubah fonta baku dalam <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr ""
+"Hapus centang kotak di sebelah frasa \"Pakai fonta lebar tetap sistem\"."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:34
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Klik pada nama fonta kini. <app>gedit</app> akan membuka suatu jendela "
+"pemilih fonta, memungkinkan Anda melihat fonta yang tersedia dan memilih "
+"satu yang Anda suka."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Setelah Anda memilih fonta baru, gunakan <gui>penggeser</gui> di bawh daftar "
+"fonta untuk menata ukuran fonta baku."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:39
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr "Klik <gui>Pilih</gui>, lalu tutup dialog."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Keluar dari berkas yang Anda gunakan."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Tutup berkas"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Untuk menyimpan berkas dalam <app>gedit</app>, klik <gui style=\"button\">×</"
+"gui> yang muncul di sisi kanan tab berkas, atau tekan <keyseq><key>Ctrl</"
+"key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Sebarang aksi ini akan menutup suatu berkas dalam <app>gedit</app>. Bila "
+"berkas Anda memuat perubahan yang belum disimpan, <app>gedit</app> akan "
+"bertanya apakah Anda akan menyimpan perubahan tersebut sebelum menutup "
+"berkas."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Membuka berkas baru untuk menyunting."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Buat berkas baru"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Cara termudah untuk membuat berkas baru dalam <app>gedit</app>, adalah "
+"dengan mengklik tombol <gui>Buat dokumen baru</gui> di sisi kiri bilah "
+"kepala, atau tekan <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Sebarang aksi ini akan membuat suatu berkas baru dalam jendela <app>gedit</"
+"app>. Bila Anda memiliki berkas lain yang dibuka dalam <app>gedit</app>, "
+"berkas baru yang Anda buat akan muncul sebagai tab baru di sebelah kanan "
+"berkas-berkas tersebut."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Gunakan hak akses administratif untuk menyunting berkas."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Sunting suatu berkas sebagai pengguna root"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Menyunting berkas sebagai pengguna root secara potensial berbahaya, dan "
+"mungkin merusak sistem Anda. Berhati-hatilah ketika menyunting berkas "
+"sebagai pengguna root."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Untuk menyunting berkas sebagai pengguna root, luncurkan <app>gedit</app> "
+"dari terminal dengan memasukkan:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Memakai perintah <cmd>sudo</cmd>, Anda akan perlu berhasil memasukkan sandi "
+"Anda sebelum <app>gedit</app> terbuka."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Sebagai alternatif dari perintah <cmd>sudo</cmd>, Anda bisa memperoleh "
+"privilese administratif dengan memasukkan:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Anda kemudian meluncurkan <app>gedit</app> memakai perintah <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Sekali Anda membuka <app>gedit</app> dengan privilese administratif, "
+"<app>gedit</app> akan mempertahankan privilese tersebut sampai Anda "
+"menutupnya."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Pelajari dasar-dasar bagaimana bekerja dengan berkas dalam gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Dasar berkas: Buka, tutup, dan simpan berkas"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Bila Anda baru memakai <app>gedit</app>, topik ini akan membantu Anda dalam "
+"membuat, menyimpan, membuka, dan menutup berkas."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Setel gedit untuk menggunakan seluruh layar."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Memakai mode layar penuh"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Ketika bekerja dengan suatu dokumen besar, mungkin Anda rasakan membantu "
+"untuk bekerja dalam <app>gedit</app> mode layar penuh. Memakai mode layar "
+"penuh akan menyembunyikan <gui>bilah menu</gui> <gui>bilah tab</gui>, dan "
+"<gui>bilah alat</gui>, menyajikan lebih banyak teks Anda dan memungkinkan "
+"Anda fokus lebih baik ke tugas Anda."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Menyalakan mode layar penuh"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Untuk menyalakan mode layar penuh, tekan <key>F11</key>. Menu, judul, dan "
+"bilah tab <app>gedit</app>, akan tersembunyi dan Anda akan mendapat "
+"penyajian hanya teks dari berkas saat ini."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Bila Anda perlu melakukan suatu aksi dari menu <app>gedit</app> ketika "
+"bekerja dalam mode layar penuh, gerakkan penunjuk tetikus Anda ke puncak "
+"layar. Bilah menu <app>gedit</app> akan muncul kembali, dan Anda dapat "
+"memilih aksi yang Anda inginkan."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Untuk bertukar antara tab yang terbuka dalam mode layar penuh, tekan "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> atau "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Matikan mode layar penuh"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Untuk mematika mode layar penuh dan kembalik ke jendela <app>gedit</app> "
+"standar, tekan <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Anda juga dapat menggerakkan kursor tetikus Anda ke puncak layar, dan "
+"menunggu <gui>bilah menu</gui> muncul. Ketika <gui>bilah menu</gui> muncul, "
+"pilih tombol <gui>Tinggalkan Layar Penuh</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Gunakan panel sisi gedit sebagai peramban berkas."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Melihat dan membuka berkas dari panel sisi"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"Cara paling umum untuk bertukar antar berkas dalam <app>gedit</app> adalah "
+"dengan memakai tab pada puncak jendela <app>gedit</app>. Dalam beberapa "
+"kasus, khususnya ketika Anda bekerja dengan sejumlah besar berkas yang "
+"terbuka, Anda mungkin merasakan lebih mudah memakai panel sisi."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Untuk mengaktifkan panel sisi, pilih <guiseq><gui>Tilikan</gui> <gui>Panel "
+"Sisi</gui></guiseq>, atau cukup tekan tombol <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Anda dapat membuka atau menutup panel sisi dengan menekan <key>F9</key> "
+"kapanpun."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Membuka berkas dari panel sisi"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Untuk membuka berkas dari panel sisi, pertama buka panel sisi dengan memilih "
+"<guiseq><gui>Tilikan</gui> <gui>Panel Sisi</gui></guiseq> (atau tekan saja "
+"<key>F9</key>), lalu klik ikon <gui>Peramban Berkas</gui> dari dropdown di "
+"puncak panel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Ini akan mengaktifkan mode <em>Peramban Berkas</em> dari panel sisi. Anda "
+"kemudian dapat memakai tombol navigasi di puncak panel untuk mencari dan "
+"membuka berkas yang Anda inginkan."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Menggunakan panel sisi untuk bertukar antara berkas yang terbuka"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Sekali Anda memiliki beberapa berkas yang terbuka, Anda dapat memakai panel "
+"sisi untuk berpindah antara berkas yang terbuka. Untuk melihat daftar berkas "
+"yang terbuka, pilih <gui>Dokumen</gui> dari dropdown di puncak panel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Mengklik pada sebarang nama berkas pada panel sisi akan membuka berkas "
+"tersebut untuk penyuntingan."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Membuka berkas untuk mulai bekerja."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Buka suatu berkas atau suatu set berkas"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Untuk membuka berkas dalam <app>gedit</app> klik tombol <gui>Buka</gui>, "
+"atau tekan <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Ini akan menyebabkan dialog <gui>Buka</gui> muncul. Gunakan tetikus atau "
+"papan tik Anda untuk memilih berkas yang ingin Anda buka, lalu klik "
+"<gui>Open</gui>. Berkas yang telah Anda pilih akan dibuka dalam suatu tab "
+"baru."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Untuk menutup dialog <gui>Buka</gui> tanpa membuka suatu berkas, klik "
+"<gui>Batal</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Anda dapat memakai tombol <key>Ctrl</key> dan <key>Shift</key> untuk membuka "
+"lebih dari satu berkas pada saat yang sama. Bila Anda menahan tombol "
+"<key>Ctrl</key> ketika Anda memilih berkas bergada, mengklik <gui>Open</gui> "
+"akan membuka masing-masing berkas yang telah Anda pilih."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Menahan <key>Shift</key> ketika Anda memilih berkas berganda akan membuka "
+"berkas pertama yang Anda pilih, berkas terakhir yang Anda pilih, dan semua "
+"berkas diantaranya."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Akses berkas yang disimpan pada komputer yang berbeda."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Buka suatu berkas yang terletak pada suatu server"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Sebelum membuka suatu berkas pada server dari <app>gedit</app>, Anda perlu "
+"tahu beberapa informasi teknis tentang server. Sebagai contoh, Anda perlu "
+"tahu Alamat IP atau URL server, dan mungkin perlu tahu apa jenis server itu "
+"(mis. HTTP, FTP, dsb.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Juga, beberapa tipe server menerapkan pembatasan atas apa yang dapat Anda "
+"lakukan pada berkas yang disimpan pada server. Sebagai contoh, Anda mungkin "
+"bisa membuka berkas dari suatu server, tapi mungkin perlu menyimpan sebarang "
+"perubahan ke berkas sercara lokal, pada komputer Anda."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Dengan memahami catatan khusus itu, lakukan langkah-langkah berikut untuk "
+"membuka berkas dari suatu server memakai <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "Di bilah kepala, klik <gui>Buka</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Klik <gui>Lokasi Lain</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Masukkan Alamat IP atau URL dari server yang sesuai."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Cari dan pilih berkas yang ingin Anda buka."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Gunakan daftar drop down Pengodean Karakter untuk memilih pengodean karakter "
+"yang sesuai."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Klik <gui>Buka</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Tipe URI yang valid termasuk http:, ftp:, file:, dan semua metoda yang "
+"didukung oleh <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Berkas dari beberapa tipe URI dibuka sebagai hanya-baca, dan sebarang "
+"perubahan yang Anda buat mesti disimpan ke lokasi berbeda. Sebagai contoh, "
+"HTTP hanya mengijinkan berkas untuk dibaca. Berkas yang dibuka dari FTP "
+"hanya-baca karena tidak semua server FTP bisa bekerja dengan benar untuk "
+"menyimpan berkas jarak jauh."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Akses berkas yang sebelumnya telah Anda buka di <app>gedit</app>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Buka ulang berkas yang baru-baru ini dipakai"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> menyediakan akses mudah ke sepuluh berkas Anda yang baru-"
+"baru ini digunakan, yang sebelumnya telah dibuka di <app>gedit</app>. "
+"Berikut adalah cara membuka berkas yang baru-baru ini digunakan:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr "Klik tombol panah di samping tombol <gui>Buka</gui> di bilah kepala."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"<app>gedit</app> akan menampilkan menu dengan sepuluh berkas yang terakhir "
+"digunakan."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Pilih berkas yang diinginkan, dan itu akan dibuka di tab baru."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Saat melayang dengan tetikus di atas berkas yang baru saja digunakan dari "
+"menu, path lengkap ke berkas ditampilkan di bilah status di bagian bawah "
+"jendela <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Gunakan plugin untuk menyesuaikan cara gedit bekerja untuk Anda."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Menata dan memakai pengaya gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Anda dapat melakukan lebih banyak hal dengan <app>gedit</app> memakai "
+"plugin. Beberapa plugin terpasang secara baku, tapi sejumlah besar plugin "
+"lain tersedia secara terpisah."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Banyak distribusi Linux yang membuat grup plugin ini tersedia sebagai suatu "
+"paket <app>gedit-plugins</app>. Pasanglah paket <app>gedit-plugins</app> "
+"untuk membuat plugin tambahan ini tersedia bagi <app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Pasang gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Pengaya gedit baku"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Plugin tambahan gedit"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Ubah besar kecil huruf teks yang dipilih."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Ubah kapitalisasi"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Plugin ini membantu Anda mengubah huruf besar kecil dari bagian teks yang "
+"dipilih. Anda dapat memakainya untuk mengubah teks menjadi semua huruf "
+"kecil, semua huruf besar, membalik besar kecil huruf, atau menerapkan huruf "
+"besar judul. Untuk memfungsikan plugin ini, pilih <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferensi</gui> <gui>Plugin</"
+"gui><gui>Ubah Kapitalisasi</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Sekali plugin <em>Ubah Kapitalisasi</em> difungsikan, Anda dapat memakainya "
+"dengan melengkapi langkah berikut:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Sorot bagian teks yang ingin Anda ubah."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">gedit</gui><gui>Ubah Kapitalisasi</gui></"
+"guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Pilih opsi pemformatan teks yang Anda kehendaki."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Pemutakhiran ke pemformatan teks akan terjadi seketika."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Opsi <gui>Balik Kapitalisasi</gui> akan mengkonversi semua huruf kecil "
+"menjadi huruf besar, dan semua huruf besar menjadi huruf kecil."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Opsi <gui>Kapitalisasi Judul</gui> akan mengkonversi huruf pertama dari "
+"setiap kata ke huruf besar. Semua huruf lain akan diubah menjadi huruf kecil."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Bila Anda belum menyorot teks manapun, fitur <em>Ubah Kapitalisasi</em> akan "
+"menjadi kelabu. Anda perlu memilih suatu bagian teks sebelum Anda memakai "
+"fitur <em>Ubah Kapitalisasi</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Lihat statistik dokumen."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Statistik dokumen"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Plugin <em>Statistik Dokumen</em> menunjukkan berbagai statistik tentang "
+"dokumen Anda saat ini. Untuk memfungsikan plugin ini, pilih <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferensi</gui> "
+"<gui>Plugin</gui><gui>Statistik Dokumen</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Memakai Statistik Dokumen"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Sekali plugin difungsikan, gunakanlah dengan memilih <guiseq><gui>Perkakas</"
+"gui> <gui>Statistik Dokumen</gui></guiseq>. Suatu jendela akan menampilkan "
+"informasi statistik dari dokumen Anda, termasuk banyaknya kata, baris, "
+"karakter, karaktor bukan spasi, dan ukuran berkas Anda dalam byte."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Anda juga bisa memakai <em>Statistik Dokumen</em> untuk menampilkan "
+"informasi tentang hanya sebagian dokumen Anda. Untuk melakukan ini, gunakan "
+"penunjuk tetikus untuk memilih bagian teks yang ingin Anda periksa, lalu "
+"pilih <guiseq><gui>Perkakas</gui><gui>Statistik Dokumen</gui></guiseq>. "
+"<app>Gedit</app> akan menampilkan informasi untuk seluruh dokumen Anda dan "
+"bagian teks yang Anda sorot."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Jalankan skrip pada berkas Anda saat ini, dan berinteraksi dengan aplikasi "
+"lain."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Alat Luar"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Plugin <em>Alat Eksternal</em> dapat membantu menyederhanakan tugas "
+"berulang. Khususnya, ini memperluas <app>gedit</app> dengan membantu Anda "
+"menjalankan skrip pada berkas kerja Anda, dan dengan mengijinkan <app>gedit</"
+"app> untuk berinteraksi dengan program lain pada komputer Anda. Untuk "
+"memfungsikan plugin <app>Perkakas Eksternal</app>, pilih <guiseq><gui style="
+"\"menu\">gedit</gui> <gui style=\"menuitem\">Preferensi</gui><gui>Plugin</"
+"gui> <gui>Perkakas Eksternal</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Menata pengaya alat eksternal"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Sekali Anda memfungsikan plugin, Anda akan perlu menatanya agar cocok dengan "
+"kebutuhan Anda. Opsi konfigurasi tersedia dengan memilih "
+"<guiseq><gui>Perkakas</gui><gui>Kelola Perkakas Luar</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Plugin ini untuk pengguna tingkat lanjut, dan memerlukan pengetahuan "
+"penulisan skrip agar bisa dipakai secara efektif. Gunakan plugin ini dengan "
+"hati-hati, karena kesalahan pada skrip Anda bisa mempengaruhi pekerjaan Anda "
+"dengan cara yang tak diinginkan."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Menggunakan panel sisi untuk meramban dan membuka berkas."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Panel peramban berkas"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Tergantung pada bagaimana Anda menggunakan <app>gedit</app>, Anda mungkin "
+"merasa berguna untuk menggunakan pengaya <app>Panel Peramban Berkas</app>. "
+"Pengaya ini menyematkan <app>peramban berkas</app> di panel samping, memberi "
+"Anda akses mudah ke berkas yang sering digunakan."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Anda dapat memfungsikan panel sisi dengan memilih <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferensi</gui> <gui>Plugin</"
+"gui><gui>Panel Peramban Berkas</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Sisipkan tanggal/waktu saat ini pada posisi kursor sekarang."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Menyisipkan tanggal/waktu"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Sebagaimana yang disarankan oleh nama pengaya ini, pengaya <gui>Sisipkan "
+"Tanggal/Waktu</gui> memungkinkan Anda untuk menyisipkan tanggal dan/atau "
+"waktu pada posisi kursor saat ini."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Untuk memfungsikan pengaya:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Tekan tombol menu di pojok kanan atas jendela dan pilih <guiseq><gui style="
+"\"menuitem\">Preferensi</gui> <gui style=\"tab\">Pengaya</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Pilih <gui style=\"menuitem\">Sisipkan Tanggal/Waktu</gui> untuk "
+"memfungsikan pengaya."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Untuk memakai pengaya, tekan tombol menu di pojok kanan atas jendela dan "
+"pilih <guiseq><gui style=\"menuitem\">Perkakas</gui> <gui style=\"menuitem"
+"\">Sisipkan Tanggal dan Waktu…</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"Secara baku, pengaya <gui>Masukkan Tanggal/Waktu</gui> akan meminta Anda "
+"memilih format tanggal/waktu yang Anda sukai setiap kali Anda memakai "
+"pengaya tersebut. Namun, Anda dapat memilih format tanggal dan waktu baku "
+"Anda sendiri dengan menekan tombol menu di pojok kanan atas jendela dan "
+"memilih <guiseq> <gui style=\"menuitem\">Preferensi</gui><gui style=\"tab"
+"\">Pengaya</gui><gui>Sisipkan Tanggal/Waktu</gui><gui style=\"button"
+"\">Preferensi</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Bagaimana memasang plugin pihak ketiga."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Plugin tambahan gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Memasang plugin pihak ketiga memberi Anda fungsionalitas ekstra yang tak "
+"tersedia dalam plugin <app>gedit</app> baku, atau bahkan plugin ekstra yang "
+"menjadi bagian dari paket <app>gedit-plugins</app>. Suatu daftar daring dari "
+"plugin pihak ketiga <link href=\"https://wiki.gnome.org/Apps/Gedit/"
+"\">disimpan di sini</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Memasang suatu plugin pihak ketika melibatkan mengunduh plugin, menempatkan "
+"berkas plugin dalam direktori yang benar, dan mengaktifkan plugin."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Anda biasanya dapat mengunduh suatu plugin dari situs web plugin, tapi "
+"mungkin perlu memakai suatu program kendali revisi seperti <app>git</app>, "
+"<app> bazaar</app>, atau <app>subversion</app> untuk menyalin suatu "
+"repositori perangkat lunak plugin dari internet. Lihatlah dokumentasi plugin "
+"untuk informasi tentang mendapatkan plugin."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Tempatkan berkas plugin ke dalam direktori <file>/home/<var>namapengguna</"
+"var>/.local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Tentu saja, ganti kata <var>namapengguna</var> dengan nama penggunamu "
+"sendiri."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Setelah Anda menempatkan berkas pengaya ke dalam direktori yang benar, "
+"pengaya akan muncul dalam menu Preferensi. Tekan tombol menu di pojok kanan "
+"atas jendela dan pilih <guiseq><gui style=\"menuitem\">Preferensi</gui><gui "
+"style=\"tab\">Pengaya</gui><gui>[Nama Pengaya]</gui> </guiseq> untuk "
+"memfungsikan plugin."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Klik <gui>Tutup</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"Setelah Anda memfungsikan plugin, itu mestinya jadi siap untuk Anda pakai."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Direktori <file>.local</file> tersembunyi secara baku. Untuk menilik itu dan "
+"berkas tersembunyi lainnya, pilih <guiseq><gui>Tilik</gui><gui>Tampilkan "
+"Berkas Tersembunyi</gui></guiseq>, atau tekan <keyseq><key>Ctrl</key><key>H</"
+"key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Bila direktori <file>.local/share/gedit/plugins/</file> tak ada dalam sistem "
+"Anda, Anda perlu membuatnya."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Dukungan baris mode gaya Emacs, Kate, dan Vim bagi gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Baris Mode"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Plugin <app>Baris Mode</app> memungkinkan <app>gedit</app> untuk "
+"menganalisis baris-baris teks di awal dan akhir berkas, lalu menerapkan "
+"suatu set preferensi dokumen ke berkas. Plugin <app>Baris Mode</app> "
+"mendukung suatu subset dari opsi-opsi yan dipakai oleh penyunting teks "
+"<app>Emacs</app>, <app>Kate</app>, dan <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Untuk memfungsikan plugin <app>Baris Mode</app>, pilih <guiseq><gui style="
+"\"menu\">gedit</gui> <gui style=\"menuitem\">Preferensi</gui><gui>Plugin</"
+"gui><gui>Baris Mode</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Opsi Baris Mode Umum"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "Opsi-opsi berikut dapat ditata memakai baris mode <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Lebar tab"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Lebar indentasi"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Menyisipkan spasi sebagai ganti tab"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Pelipatan Teks"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Lebar marjin kanan"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Preferensi yang ditata memakai baris mode menimpa yang dinyatakan dalam "
+"dialog preferensi."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Baris Mode Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Dua baris pertama dari dokumen dipindai untuk memeriksa baris mode "
+"<app>Emacs</app>, dan <app>gedit</app> mendukung opsi baris mode <app>Emacs</"
+"app> berikut:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Untuk lebih banyak informasi tentang baris mode <app>Emacs</app>, kunjungi "
+"<link href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">Manual "
+"GNU Emacs</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Baris Mode Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Baris pertama dan sepuluh baris terakhir dari suatu dokumen dipindai untuk "
+"memeriksa baris mode <app>Kate</app>, dan <app>gedit</app> mendukung opsi "
+"baris mode <app>Kate</app> berikut:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Untuk lebih banyak informasi tentang baris mode <app>Kate</app>, kunjungi "
+"<link href=\"https://kate-editor.org/\">situs web Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Modeline Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Baris pertama dan tiga baris terakhir dari suatu dokumen dipindai untuk "
+"memeriksa baris mode <app>Vim</app>, dan <app>gedit</app> mendukung opsi "
+"baris mode <app>Vim</app> berikut:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Untuk lebih banyak informasi tentang baris mode <app>Vim</app>, kunjungi "
+"<link href=\"https://www.vim.org/\">situs web Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Menambahkan konsol Python interaktif ke panel bawah."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Konsol Python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Anda dapat menambahkan suatu konsol Python ke panel di dasar, yang "
+"memungkinkan Anda menguji skrip Python tanpa meninggalkan <app>gedit</app>. "
+"Untuk memfungsikan konsol Pyhton, pilih <guiseq><gui style=\"menu\">gedit</"
+"gui> <gui style=\"menuitem\">Preferensi</gui><gui>Plugin</gui> <gui>Konsole "
+"Python</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Sekali konsol Python difungsikan, Anda dapat membukanya dengan memilih "
+"<guiseq><gui>Tilik</gui><gui>Panel Bawah</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Bila Anda juga memfungsikan plugin <gui>Terminal Tertanam</gui>, <gui>Konsol "
+"Python</gui> akan muncul sebagai tab terpisah dalam panel bawah."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Membuka secara cepat satu berkas atau satu set berkas."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Buka cepat"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Seperti yang disiratkan oleh nama plugin ini, plugin <gui>Buka Cepat</gui> "
+"membantu Anda untuk membuka berkas secara lebih cepat daripada memakai cara "
+"biasa untuk membuka berkas. Untuk memfungsikan plugin ini, pilih "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui>Preferensi</gui><gui>Plugin</"
+"gui><gui>Buka Cepat</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Sekali Anda telah memfungsikan plugin <app>Buka Cepat</app> Anda dapat "
+"memakainya sebagai berikut:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Buka kotak dialog <app>Buka Cepat</app> dengan menekan <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, atau dengan memilih <gui style="
+"\"menuitem\">Buka Cepat</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Dialog berkas <gui>Buka Cepat</gui> akan muncul."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr ""
+"Gunakan tetikus Anda untuk memilih berkas atau berkas-berkas yang ingin Anda "
+"buka."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Untuk memilih beberapa berkas individu, tahan tombol <key>Ctrl</key> Anda "
+"ketika Anda mengklik pada berkas yang ingin Anda buka."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Untuk memilih sekelompok berkas, klik pada berkas pertama yang ingin Anda "
+"buka, tahan tombol <key>Shift</key>, lalu klik pada berkas terakhir dalam "
+"daftar yang ingin Anda buka."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Buka Cepat</app> akan mencari berkas dalam:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "Direktori dari dokumen yang sedang dibuka"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"Direktori root dari pengaya <app xref=\"gedit-plugins-file-browser\">Panel "
+"Peramban Berkas</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Dokumen baru-baru ini yang juga ditampilkan dalam folder <file>Baru-baru "
+"Ini</file> dalam <app>Berkas</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Direktori yang telah dimarkah dalam <app>Berkas</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Direktori <file>Desktop</file> Anda"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "Direktori <file>Rumah</file> Anda"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Buka Cepat</app> menampilkan berkas dalam sebarang lokasi di atas tanpa "
+"peduli apakah Anda sebelumnya pernah membukanya atau belum."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Memakai snippet untuk secara cepat menyisipkan penggalan teks yang sering "
+"dipakai."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Snippet"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Snippet</app> menyediakan cara yang mudah untuk menyisipkan bagian kode "
+"yang berulang ke dalam berkas Anda. Sebagai contoh, suatu snippet HTML bagi "
+"tag <code>&lt;img&gt;</code> akan menyisipkan bagian pembuka dan penutup "
+"dari tag, maupun tempat-tempat tetap dimana Anda dapat memasukkan atribut "
+"gambar. Ini dapat membuat penulisan kode lebih mudah dan cepat."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Fungsikan Pengaya Snippet"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Untuk memfungsikan plugin <gui>Snippet</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferensi</gui> <gui style=\"tab\">Plugin</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Pilih <gui style=\"menuitem\">Snippets</gui> untuk memfungsikan plugin."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Ramban Snippet"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Untuk meramban snippet yang tersedia:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">Perkakas</gui> <gui style=\"menuitem"
+"\">Kelola Snippet</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Pastikan bahwa sintaks ditata secara sesuai. Bilah status di dasar jendela "
+"<app>gedit</app> akan menampilkan pengaturan bahasa saat ini. Pengaturan "
+"bahasa inilah yang memungkinkan gedit menyisipkan snippet yang benar. "
+"<app>gedit</app> akan secara normal mendeteksi bahasa atau sintaks dari "
+"berkas yang sedang Anda pakai, tapi kadang-kadang Anda mungkin perlu "
+"menatanya."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "Dalam contoh ini, bahasa diatur ke HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr "-"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Ramban snippet yang tersedia bagi bahasa atau sintaks Anda."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Memakai Snippet"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Untuk menyisipkan suatu snippet ke dalam dokumen Anda saat ini:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Ketikkan nama snippet yang dikehendaki dimanapun dalam dokumen Anda saat ini."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Tekan <key>Tab</key> untuk menyisipkan snippet yang terkait dengan istilah "
+"masukan."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Cara Pakai Contoh Snippet"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Sebagai contoh, bila Anda telah menata sintaks ke <em>HTML</em>, ketikkan "
+"<code>head</code>, dan tekan tombol <key>Tab</key>. Teks akan dilengkapi "
+"secara otomatis menjadi snippet:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Judul Halaman&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Menambah Snippet"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Anda dapat menambahkan snippet baru yang bekerja secara global (yaitu, "
+"mereka agnostik bahasa) atau hanya dalam sintaks tertentu."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Pilih <guiseq style=\"menu\"><gui style=\"menuitem\">Perkakas</gui> <gui "
+"style=\"menuitem\">Kelola Snippet</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Dari bilah sisi <gui>Kelola Snippet</gui> pilih sintaks yang diinginkan dan "
+"klik pada tombol \"+\" untuk menampilkan daftar snippet yang ada untuk "
+"sintaks yang dipilih."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Untuk menambahkan snippet yang bekerja secara global (yaitu, ketika sintaks "
+"atau bahasa tertentu belum ditata bagi dokumen), pilih <gui>Global</gui> "
+"dari bilah sisi <gui>Kelola Snippet</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Untuk menambah suatu snippet baru, klik pada ikon \"plus\" dalam bilah sisi "
+"<gui>Kelola Snippet</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Masukkan suatu nama bagi snippet baru. Nama snippet bisa berbeda dari "
+"snippet yang ingin Anda tambahkan."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Di bawah bagian <gui style=\"group\">Aktivasi</gui>, Anda mesti memasukkan "
+"suatu istilah bagi area teks <gui style=\"input\">Pemicu tab:</gui>. Anda "
+"akan memakai istilah ini untuk menyisipkan snippet Anda."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Bila Anda hendak menyisipkan suatu snippet dengan pintasan papan tik, maka "
+"klik penunjuk tetikus Anda pada wilayah teks <gui style=\"input\">Tombol "
+"pintasan:</gui> dan tekan kombinasi tombol yang dikehendaki. Sekali Anda "
+"telah menekan dan melepas tombol, pintasan papan tik akan ditata."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Di bahwa area teks bagi <gui style=\"input\">Sunting:</gui>, masukkan teks "
+"yang dikehendaki bagi snippet. Anda bisa memakai <code>${n}</code> untuk "
+"mengindikasikan variabel, dimana <em>n</em> digantikan oleh suatu bilangan "
+"yang mewakili urutan numerik dari variabel yang disertakan."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Contoh Snippet Baru"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Anggap saja Anda telah membuat suatu snippet dengan istilah <var>greetings</"
+"var> dalam in <gui style=\"input\">Pemicu tab:</gui>. Area teks <gui style="
+"\"input\">Sunting:</gui> memuat:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Anda bisa menyisipkan snippet ini dengan mengetikkan <var>greetings</var> "
+"dalam dokumen dan menekan tombol <key>Tab</key>. Snippet teks berikut akan "
+"disisipkan:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Kata \"wonderful\" dan \"amazing\" bisa dipertahankan atau dihapus "
+"bergantung kepada pilihan penggunaan Anda. Untuk melakukannya, tekan "
+"<key>Tab</key> untuk memilih antara \"wonderful\" atau \"amazing\" dan tekan "
+"<key>Del</key> untuk menghapus opsi yang paling tidak disukai."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Urutkan baris-baris teks secara alfabet."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Urutkan"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Plugin Urutkan mengatur baris-baris teks yang dipilih ke dalam urutan "
+"alfabetis."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Fungsikan Pengaya Urutkan"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Untuk memfungsikan plugin <app>Urutkan</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr "Pilih <gui style=\"menuitem\">Urutkan</gui> untuk memfungsikan plugin."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Memakai Plugin Urutkan"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Untuk memakai plugin <gui>Urutkan</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Pilih baris teks yang diinginkan."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">Alat</gui> <gui style=\"menuitem\">Urut…</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Dialog <gui>Urutkan</gui> akan terbuka, memungkinkan Anda memilih diantara "
+"beberapa opsi pengurutan:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Urutan terbalik</gui> akan mengatur teks dalam urutan alfabetis "
+"terbalik."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"<gui>Hapus duplikat</gui> akan menghapus nilai yang duplikat dari daftar."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"<gui>Abaikan kapitalisasi</gui> akan mengabaikan perbedaan huruf besar kecil."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Agar pengurutan mengabaikan karakter-karakter di awal baris, atur karakter "
+"pertama yang mesti dipakai untuk mengurutkan dalam kotak spin kolom "
+"<gui>Mulai pada</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Untuk melakukan operasi pengurutan, klik <gui>Urutkan</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Mengatur halaman untuk mencetak dalam urutan tertentu."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Membuat Salinan Dicetak Dalam Urutan Yang Benar"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Balikkan"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Pencetak biasanya mencetak halaman pertama di awal, dan halaman terakhir di "
+"akhir, sehingga halaman-halaman tersusun terbalik ketika Anda memungutnya. "
+"Untuk membalik urutan:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">Berkas</gui> <gui style=\"menuitem"
+"\">Cetak</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"Dalam tab <gui style=\"tab\">Umum</gui> dari dialog Cetak di bawah <gui "
+"style=\"group\">Salinan</gui> contreng <gui style=\"checkbox\">Balik</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Halaman terakhir akan dicetak pertama, dan seterusnya."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Kolasi"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Bila Anda mencetak lebih dari satu salinan dokumen, secara baku cetakan akan "
+"dikelompokkan menurut nomor halamannya. (yaitu, cetakan dari halaman pertama "
+"keluar, lalu cetakan halaman kedua, dst). Kolasi akan membuat setiap salinan "
+"keluar dengan halaman-halamannya dikelompokkan bersama."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Melakukan Kolasi:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Klik <guiseq><gui style=\"menu\">Berkas</gui> <gui style=\"menuitem\">Cetak</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"Dalam tab <gui style=\"tab\">Umum</gui> dari dialog Cetak di bawah <gui "
+"style=\"group\">Salinan</gui> contreng <gui style=\"checkbox\">Kolasi</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Cari dan pilih berkas yang ingin Anda buka dengan gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Mencetak dokumen"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Mencetak dengan <app>gedit</app> menuntut bahwa Anda Anda telah "
+"menyambungkan dan menata pencetak Anda. Bila Anda belum melakukan hal ini, "
+"silakan baca <link href=\"help:gnome-help/printing\">bantuan pencetakan bagi "
+"GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> memungkinkan Anda mencetak ke berkas dan ke kertas."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Pratinjau Cetak"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Sebelum mencetak dokumen Anda, Anda dapat melihat bagaimana dokumen tercetak "
+"akan terlihat dengan memakai <gui>Pratinjau Cetak</gui>. Untuk mempratinjau "
+"dokumen:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">Berkas</gui> <gui style=\"menuitem"
+"\">Pratinjau Cetak</gui></guiseq>. Sebagai alternative, Anda dapat menekan "
+"<keyseq><key>Shift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Pratilik dokumen Anda akan terbuka dalam tab yang sama dengan berkas. Anda "
+"dapat meramban pratilik ini dengan bantuan tombol navigasi dan perkakas "
+"dalam bilah alat di puncak tab pratilik dokumen. Untuk menutup dan kembali "
+"ke dokumen klik <gui style=\"button\">Tutup Pratilik</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Mencetak Ke Kertas"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Anda dapat mencetak dokumen Anda ke kertas memakai pencetak lokal atau jauh. "
+"Untuk mencetak suatu berkas:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">Berkas</gui> <gui style=\"menuitem"
+"\">Cetak</gui> <gui style=\"tab\">Umum</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Pilih pencetak yang diinginkan dari daftar pencetak yang tersedia."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Anda dapat mempratinjau berkas memakai <gui style=\"button\">Pratinjau "
+"Cetak</gui> dan setelah Anda puas dengan pengaturan, klik <gui style=\"button"
+"\">Cetak</gui> untuk mengirim berkas ke pencetak."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Sebagai tambahan, dari tab <gui style=\"tab\">Penyiapan Halaman</gui>: Anda "
+"bisa memilih opsi <gui style=\"group\">Tata Letak</gui> dan <gui style="
+"\"group\">Kertas</gui>. Karena pengaturan ini tersedia di seluruh program-"
+"program <app>GNOME</app>, silakan pelajari bantuan <link href=\"help:gnome-"
+"help/printing#paper\">Opsi Tata Letak dan Kertas</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Mencetak Beberapa Salinan Dan Memilih Halaman Tertentu"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Anda bisa mengatur opsi <gui style=\"group\">Jangkauan</gui> dan <gui style="
+"\"group\">Salinan</gui> untuk membantu Anda:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Mencetak Ke Berkas"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Anda juga bisa memakai <app>gedit</app> untuk mencetak ke berkas. Untuk "
+"mencetak dokumen Anda ke berkas dengan format berbeda:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">Berkas</gui> <gui style=\"menuitem"
+"\">Cetak</gui> <gui style=\"menuitem\">Cetak ke Berkas</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr ""
+"Pencetakan difungsikan untuk format-format berkas berikut, Anda bisa memilih "
+"dari:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Untuk mencetak dokumen ke berkas, klik <gui style=\"button\">Cetak</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Pilih halaman yang ingin Anda cetak."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Hanya mencetak halaman tertentu"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Anda bisa mencetak secara selektif hanya halaman tertentu dari dokumen. "
+"Sebagai contoh, bila Anda memasukkan nomor-nomor halaman \"1,3,5-7,9\", maka "
+"hanya halaman 1, 3, 5, 6, 7, dan 9 yang akan dicetak. Untuk mencetak halaman-"
+"halaman pilihan Anda:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">Berkas</gui> <gui style=\"menuitem\">Cetak…"
+"</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"Dalam tab <gui style=\"tab\">Umum</gui> dari dialog Cetak di bawah <gui "
+"style=\"group\">Salinan</gui> contreng <gui style=\"checkbox\">Jangkauan</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Ketikkan nomor-nomor halaman yang ingin Anda cetak dari dokumen, dipisahkan "
+"dengan koma. Gunakan tanda hubung untuk menyatakan suatu jangkauan halaman."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Sebuah pengantar singkat untuk gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Mulai memakai gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> adalah penyunting teks berfitur lengkap bagi lingkungan "
+"desktop GNOME. Anda bisa memakainya untuk menyiapkan dokumen dan catatan "
+"serderhana, atau Anda bisa memakai fitur tingkat lanjutnya, membuatnya "
+"menjadi lingkungan pengembangan perangkat lunak milik Anda sendiri."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr "-"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Sekali <app>gedit</app> diluncurkan, Anda dapat langsung mulai menulis. "
+"Untuk menyimpan teks Anda, klik saja tombol <gui>Simpan</gui> dalam bilah "
+"kepala <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Untuk mempelajari fitur tambahan <app>gedit</app> dan untuk mendapat bantuan "
+"dalam melaksanakan tugas-tugas tambahan, jelajahi <link xref=\"index"
+"\">bagian lain</link> dari bantuan <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Ganti bagian dari teks dalam sebuah berkas."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Mengganti teks"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Menyunting teks bisa menghabiskan waktu. Untuk menghematnya, <app>gedit</"
+"app> menyertakan suatu fungsi <app>Gantikan</app> yang membantu Anda "
+"menemukan dan menggantikan bagian dari teks."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Mengganti teks dalam <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Buka alat <gui>Gantikan</gui> dengan mengklik <guiseq><gui style=\"button"
+"\">Tombol Menu</gui><gui style=\"menuitem\">Cari dan Ganti…</gui></guiseq> "
+"atau tekan <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "Masukkan teks yang hendak Anda ganti ke dalam ruas <gui>Mencari</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr ""
+"Masukkan teks pengganti yang baru ke dalam ruas <gui>Ganti dengan</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Sekali Anda telah memasukkan teks asli dan pengganti, Anda dapat menambah "
+"parameter ekstra ke pencarian. Anda juga bisa memilih apa yang ingin Anda "
+"gantikan:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Untuk mengganti <em>hanya</em> kecocokan berikutnya, klik <gui>Ganti</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Untuk mengganti <em>semua kemunculan</em> dari teks yang dicari, klik "
+"<gui>Ganti Semua</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Pakailah fungsi <gui>Ganti Semua</gui> secara hati-hati. <gui>Ganti Semua</"
+"gui> bekerja pada seluruh berkas teks Anda, dan tidak mengijinkan Anda "
+"menyorot bagian teks dimana fungsi penggantian akan dilaksanakan."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Lebih banyak opsi"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr ""
+"Bila Anda mau, Anda dapat menambah beberapa parameter ekstra ke pencarian "
+"Anda:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Cocok huruf besar kecil"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Opsi <em>Cocok huruf besar/kecil</em> memungkinkan Anda menyatakan apakah "
+"Anda ingin pencarian Anda membedakan huruf besar kecil. Bila opsi ini "
+"dipilih, pencarian akan membedakan huruf besar kecil. Bila tidak, pencarian "
+"tidak membedakan huruf besar kecil."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Cocok hanya seluruh kata"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Pakai opsi ini untuk mencari suatu kata tertentu tanpa menyertakan fragmen "
+"dari kata lain. Sebagai contoh, bila Anda mencari kata 'and' dengan opsi ini "
+"dipili, kata 'and' akan cocok, tapi kata 's<em>and</em>' dan 'comm<em>and</"
+"em>er' tidak akan cocok."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Pencarian mundur"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Perintah ini berperilaku identik dengan perintah Cari Sebelumnya. Bila Anda "
+"hendak menelusu melalui hasil pencarian dari akhir ke awal, pilih opsi ini."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Putar balik"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Dengan opsi <app>putar balik</app> difungsikan, <app>gedit</app> akan "
+"mengulangi aksi cari/ganti di puncak berkas setelah mencapai bagian bawah "
+"berkas. Ini memastikan bahwa aksi cari/ganti Anda dilakukan di seluruh "
+"berkas Anda."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Memakai urutan escape"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Anda dapat memakai <em>urutan escape</em> untuk untuk jeda baris, tombol "
+"kembali, dan tab."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Ganti baris"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Carriage return"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tab"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Bila Anda ingin mencari suatu <output>\\</output> (backslash) atau satu dari "
+"urutan escape dalam teks, Anda perlu meng-escape backslash dengan backslash "
+"ekstra. Sebagai contoh, untuk mencari <input>\\</input>, Anda perlu "
+"memasukkan <input>\\\\</input> ke dalam ruas cari atau ganti. Anda dapat "
+"mencari urutan escape dengan cara yang sama: untuk mencari atau mengganti "
+"dengan <input>\\n</input>, gunakan istilah <input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Simpan berkas Anda untuk bekerja nanti."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Menyimpan berkas"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Untuk menyimpan berkas dalam <app>gedit</app>, klik tombol <gui style="
+"\"button\">Simpan</gui> di sisi kanan bilah kepala atau tekan saja "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Bila Anda menyimpan suatu berkas baru, suatu dialog akan muncul, dan Anda "
+"dapat memilih suatu nama bagi berkas, maupun direktori dimana Anda hendak "
+"menyimpan berkas tersebut."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Cari bagian dari teks dalam sebuah berkas."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Mencari teks"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Alat Pencarian bisa membantu Anda mencari urutan teks tertentu dalam berkas "
+"Anda."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Menemukan teks"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Buka <gui>jendela pencarian</gui> dengan mengklik <guiseq><gui style=\"menu"
+"\">Tombol Menu</gui> <gui style=\"menuitem\">Temukan...</gui> </guiseq> atau "
+"tekan <keyseq><key>Ctrl</key><key>F</key></keyseq>. Ini akan memindahkan "
+"kursor Anda ke awal <gui>jendela pencarian</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr ""
+"Ketikkan teks yang hendak Anda cari dalam <gui>jendela pencarian</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Sembari Anda mengetik, <app>gedit</app> akan mulai menyorot bagian teks yang "
+"cocok dengan apa yang telah Anda masukkan."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+"Untuk menggulung melalui hasil pencarian, lakukan sebarang dari yang berikut:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Klik pada panah arah <gui style=\"button\">naik</gui> atau <gui style="
+"\"button\">turun</gui> di sebelah <gui>jendela pencarian</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Tekan tombol <key>panah atas</key> atau <key>panah bawah</key> pada papan "
+"tik Anda."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Tekan <keyseq><key>Ctrl</key><key>G</key></keyseq> atau <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Untuk menutup <gui>jendela pencarian</gui>, tekan <key>Esc</key> atau "
+"<key>Enter</key>. Menekan <key>Esc</key> akan mengembalikan kursor ke tempat "
+"dimana Anda memulai pencarian. Menekan <key>Enter</key> akan mengembalikan "
+"kursor ke posisi saat ini dari hasil pencarian."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Tips pencarian"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Bila Anda menyorot suatu bagian teks dengan tetikus Anda, lalu menekan "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, teks yang telah Anda sorot "
+"akan muncul dalam jendela pencarian."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Untuk lebih banyak opsi pencarian, klik pada ikon <gui style=\"button\">Kaca "
+"Pembesar</gui> dalam jendela pencarian, atau klik kanan di manapun dalam "
+"jendela pencarian. Anda dapat memilih satu atau lebih opsi pencarian berikut:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Pilih <gui>Cocok Huruf Besar/Kecil</gui> untuk membuat pencarian membedakan "
+"huruf besar/kecil."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr "Pilih <gui>Cocok Seluruh Kata</gui> untuk mencari hanya kata lengkap."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Pilih <gui>Putar Balik</gui> untuk mencari teks dari puncak ke dasar dan "
+"kembali lagi ke atas."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Teks yang telah Anda cari akan tetap disorot oleh gedit, bahkan setelah Anda "
+"telah menyelesaikan pencarian Anda. Untuk menghapus penyorotan, klik <gui "
+"style=\"menuitem\">Bersihkan Penyorotan</gui>, atau tekan <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Periksa kesalahan ejaan pada berkas Anda."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Periksa ejaan dokumen Anda"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Fungsikan pemeriksa ejaan"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Fitur Periksa-ejaan disediakan sebagai pengaya dalam <app>gedit</app> yang "
+"dapat difungsikan seperlunya. Untuk memfungsikan pengaya:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Pilih <gui style=\"menuitem\">Periksa Ejaan</gui> untuk memfungsikan plugin."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Untuk memeriksa kata salah eja dalam dokumen Anda:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Pilih <guiseq><gui style=\"menu\">Perkakas</gui> <gui style=\"menuitem"
+"\">Periksa Ejaan</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Agar <app>gedit</app> secara otomatis menyorot kata-kata salah eja dalam "
+"dokumen Anda sembari Anda mengetik, pilih <guiseq><gui style=\"menu"
+"\">Perkakas</gui><gui style=\"menuitem\">Sorot Kata-kata Salah Eja</gui></"
+"guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Memakai pemeriksaan ejaan"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Anda dapat memilih pengganti yang tepat bagi kata yang salah eja dengan "
+"memakai dialog Periksa Ejaan. Kata yang salah eja yang sedang diperiksa oleh "
+"pemeriksa ejaan ditampilkan dalam cetak tebal di sebelah <gui>Kata salah eja:"
+"</gui>. Anda dapat memilih dari aksi-aksi perbaikan berikut:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Ubah ke:</gui> memungkinkan Anda memasukkan suatu kata "
+"dan memakai <gui style=\"button\">Periksa Kata</gui> untuk memeriksa "
+"keabsahan ejaan."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Saran:</gui> mendaftar pengganti yang tersedia bagi kata "
+"tersebut."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Abaikan</gui> memungkinkan Anda melewati pemeriksaan "
+"ejaan bagi <em>suatu</em> kemunculan kata saat ini."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Abaikan Semua</gui> memungkinkan Anda melewati "
+"pemeriksaan ejaan bagi <em>semua</em> kemunculan kata saat ini."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Ubah semua</gui> menggantikan kata yang salah eja atau "
+"tak dikenal dengan pengganti yang dipilih dari daftar <gui style=\"menuitem"
+"\">Saran:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Ubah semua</gui> menggantikan <em>semua</em> kata yang "
+"salah eja atau tak dikenal dengan pengganti yang dipilih dari daftar <gui "
+"style=\"menuitem\">Saran:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Tambah kata</gui> memungkinkan Anda menambah kata saat "
+"ini ke <gui>Kamus pengguna</gui> <app>gedit</app>. Menambahkan kata-kata "
+"ubahan ke <gui>Kamus pengguna</gui> akan memungkinkan <app>gedit</app> untuk "
+"mengenali kata dalam dokumen sehingga tidak akan disorot sebagai kata yang "
+"salah eja."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Menentukan bahasa yang dipakai untuk memeriksa ejaan"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Secara baku, <app>gedit</app> akan memakai bahasa Anda saat ini untuk "
+"memeriksa ejaan dokumen Anda. Bila Anda perlu memakai bahasa lain, pilih "
+"<guiseq><gui style=\"menu\">Perkakas</gui><gui style=\"menuitem\">Atur "
+"Bahasa…</gui></guiseq>, lalu pilih bahasa yang ingin Anda pakai."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Kamus"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> memakai <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, suatu utilitas sistem kecil, untuk memeriksa "
+"ejaan. Enchant dapat memakai beberapa kamus yang berbeda untuk memeriksa "
+"ejaan Anda. Dua diantara back end kamus tersebut adalah <em>Hunspell</em> "
+"dan <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Bila bahasa yang ingin Anda pakai tak tersedia dalam <app>gedit</app>, "
+"gunakan pemasang perangkat lunak komputer Anda atau manajer paket untuk "
+"memasang back end kamus yang Anda inginkan."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Sorot teks Anda agar lebih mudah dibaca."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Menyalakan penyorotan sintaks"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Penyorotan sintaks"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> menyediakan penyorotan sintaks bagi berbagai macam markup, "
+"pemrograman, dan bahasa ilmiah. Bila <app>gedit</app> mengenali sintaks yang "
+"sedang dipakai ketika Anda membuka suatu berkas, itu akan secara otomatis "
+"menyorot teks."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Bila sintaks atau bahasa Anda tak disorot saat awal mula, Anda dapat memilih "
+"sintaks atau bahasa yang sesuai dengan mengklik <guiseq><gui style=\"menu"
+"\">Tilik</gui> <gui style=\"menuitem\">Mode Penyorotan</gui></guiseq>, lalu "
+"memilih sintaks yang diinginkan. Sebagai alternatif, Anda dapat memilih nama "
+"sintaks dari suatu daftar di bagian bawah jendela <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Kelompokkan tab yang sama bersama-sama."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Organisasikan berkas dalam tab terkelompok"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Bila Anda bekerja dengan multi tab dalam <app>gedit</app> Anda dapat "
+"mengelompokkan mereka, membuat jadi lebih mudah untuk mengorganisasi berkas-"
+"berkas Anda yang terbuka. Menambahkan suatu grup tab baru akan membagi "
+"jendela <app>gedit</app> ke dalam dua panel, membuka suatu \"Dokumen Tanpa "
+"Judul\" dalam panel baru, dan menjadikan itu aktif. Anda dapat membuka "
+"berkas ke dalam grup tab itu dan memindah tab dari satu grup tab ke lainnya."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Buka suatu grup tab baru dalam jendela gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Untuk membuka suatu grup tab baru Anda bisa:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr "Klik kanan pada tab dan pilih <gui>Pindah ke Grup Tab Baru</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Pakai pintasan <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Aksi ini akan membagi jendela <app>gedit</app> ke dalam dua panel, dan panel "
+"dengan grup tab baru akan ditempatkan di kanan tab aktif. Anda dapat "
+"memindah pegangan ke kanan atau kiri yang memberi ruang lebih atau kurang "
+"dari jendela <app>gedit</app> antara panel-panel sesuai kebutuhan Anda."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Anda dapat membuka grup tab dalam jendela <app>gedit</app> sebanyak mungkin "
+"yang diijinkan oleh layar Anda, tapi Anda mesti menggeser pegangan agar "
+"dapat melihat mereka dengan benar."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Untuk menutup suatu panel grup tab tutup saja semua tab yang terbuka di "
+"dalamnya."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Memindah suatu tab ke grup tab lain"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Bila Anda ingin memindah suatu tab dari satu grup tab ke lainnya:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Klik dan tahan tombol tetikus pada tab."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Seret tab ke panel grup tab lain."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Tempatkan itu di sebelah tab lain di dalam grup tab."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Lepas tombol tetikus."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Ubah posisi tab dalam jendela gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Memindah dan mengatur ulang tab"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Tab dalam <app>gedit</app> dapat dipindah, membuat jadi lebih mudah untuk "
+"bekerja dengan berkas Anda. Tab dapat diurut ulang dalam jendela yang sama, "
+"dipindahkan ke luar <app>gedit</app> (membuat suatu jendela <app>gedit</app> "
+"baru), dan dipindah dari satu jendela ke lainnya."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Ubah urutan tab dalam jendela gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Untuk mengubah urutan tab dalam suatu jendela:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Memindah tab ke posisi yang diinginkan di antara tab lain."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Tab akan ditempatkan dalam posisi terdekat ke tempat Anda melepas tab, "
+"seketika di sebelah tab lain yang terbuka."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Memindah tab, membuat jendela gedit baru"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Untuk membuat suatu jendela baru dari tab yang ada:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Seret tab keluar dari jendela <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Untuk memindah tab ke jendela baru ketika <app>gedit</app> dimaksimalkan, "
+"seret tab ke bilah puncak di bagian atas layar."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Memindah suatu tab ke jendela gedit lain"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Bila Anda ingin memindah suatu tab dari satu jendela ke lainnya:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Seret tab ke jendela baru."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Tempatkan itu di sebelah tab lain di dalam jendela baru."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Mungkin lebih mudah bagi Anda untuk memindah suatu tab dari jendela satu ke "
+"lainnya dengan menyeret tab ke pojok panas <gui>Aktivitas</gui> <gui>GNOME "
+"Shell</gui>. Ini akan menyingkap setiap jendela <app>gedit</app> yang "
+"terbuka. Anda kemudian dapat melepas tab ke jendela <app>gedit</app> yang "
+"dikehendaki."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Buat atau tutup tab di jendela gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Menambah dan menghapus tab"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Bekerja dengan tab dalam <app>gedit</app> memungkinkan Anda untuk mengawasi "
+"beberapa berkas dalam satu jendela."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Menambah tab"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Untuk menambahkan tab baru untuk membuat berkas baru, klik tombol <gui>Buat "
+"dokumen baru</gui> di sisi kiri bilah kepala, atau tekan <keyseq> <key>Ctrl</"
+"key><key>T</key></keyseq>. Tab akan ditambahkan ke sisi kanan tab lainnya."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Menghapus tab"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Untuk menghapus suatu tab, klik <gui style=\"button\">×</gui> pada sisi "
+"kanan tab, atau tekan <keyseq><key>Ctrl</key><key>W</key></keyseq>. Untuk "
+"menghapus semua tab yang terbuka, tekan <keyseq><key>Ctrl</key> <key>Shift</"
+"key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Kembalikan perubahan terbaru ke salah satu berkas Anda."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Membatalkan/menjadikan ulang suatu aksi baru-baru ini"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Bila Anda melakukan kesalahan ketika menyunting suatu dokumen <app>gedit</"
+"app>, Anda dapat membatalkannya dengan menekan <keyseq><key>Ctrl</"
+"key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Anda tak bisa membatalkan suatu perubahan setelah Anda menutup suatu berkas "
+"<app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Untuk mengulangi perubahan yang dibatalkan, tekan <keyseq> <key>Ctrl</"
+"key><key>Shift</key><key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "gedit Penyunting Teks"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "gedit Penyunting Teks"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Buka panduan pengguna gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> gedit Penyunting Teks"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Selamat datang ke panduan bantuan <app>gedit</app>. Untuk pengenalan singkat "
+"ke fitur paling dasar <app>gedit</app>, kunjungilah halaman <link xref="
+"\"gedit-quickstart\">Mulai memakai gedit</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Topik bantuan lain dikelompokkan bersama ke dalam seksi di bawah. Nikmati "
+"<app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Bekerja Dengan Berkas"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Tata gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Pengaya gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Mencetak dengan gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Karya ini berada dibawah lisensi <_:link-1/>."
diff --git a/help/it/it.po b/help/it/it.po
new file mode 100644
index 0000000..c4132e8
--- /dev/null
+++ b/help/it/it.po
@@ -0,0 +1,4679 @@
+# Italian translation of Gedit manual
+# Copyright (C) 2007, 2008, 2009 The Free Software Foundation, Inc
+# This file is distributed under the same license as the gedit package.
+#
+# Milo Casagrande <milo AT ubuntu DOT com>, 2007-2009
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit manual\n"
+"POT-Creation-Date: 2009-03-04 16:53+0000\n"
+"PO-Revision-Date: 2009-03-04 19:23+0100\n"
+"Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
+"Language-Team: Italian <tp@lists.linux.it>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: C/legal.xml:2(para)
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
+"later version published by the Free Software Foundation with no Invariant "
+"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
+"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"in the file COPYING-DOCS distributed with this manual."
+msgstr ""
+"Questo documento può essere copiato, distribuito o modificato in base ai "
+"termini della GNU Free Documentation License (GFDL), versione 1.1 o di "
+"versioni successive pubblicate dalla Free Software Foundation che siano "
+"prive di sezioni invariabili, frontespizi e retrocopertine. La GFDL è "
+"disponibile accedendo a questo <ulink url=\"ghelp:fdl\" type=\"help\">link</"
+"ulink> o nel file COPYING-DOCS distribuito con questo manuale."
+
+#: C/legal.xml:12(para)
+msgid ""
+"This manual is part of a collection of GNOME manuals distributed under the "
+"GFDL. If you want to distribute this manual separately from the collection, "
+"you can do so by adding a copy of the license to the manual, as described in "
+"section 6 of the license."
+msgstr ""
+"Questo manuale fa parte di una raccolta di documenti su GNOME distribuita "
+"secondo i termini della GFDL. Per distribuire questo manuale separatamente, "
+"è necessario aggiungere al documento una copia della licenza, come descritto "
+"nella sezione 6 di quest'ultima."
+
+#: C/legal.xml:19(para)
+msgid ""
+"Many of the names used by companies to distinguish their products and "
+"services are claimed as trademarks. Where those names appear in any GNOME "
+"documentation, and the members of the GNOME Documentation Project are made "
+"aware of those trademarks, then the names are in capital letters or initial "
+"capital letters."
+msgstr ""
+"Molti dei nomi utilizzati dalle aziende per distinguere i propri prodotti e "
+"servizi sono rivendicati come marchi. Ove tali nomi sono citati nella "
+"documentazione di GNOME e i membri del GNOME Documentation Project sono a "
+"conoscenza della loro natura di marchi, tali nomi vengono riportati a "
+"lettere maiuscole o con iniziale maiuscola."
+
+#: C/legal.xml:35(para)
+msgid ""
+"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
+"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
+"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
+"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
+"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
+"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
+"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
+"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
+"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
+"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
+"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND "
+"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
+"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
+"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
+"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
+"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
+"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
+"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
+"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
+"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
+"POSSIBILITY OF SUCH DAMAGES."
+msgstr ""
+"IL DOCUMENTO VIENE DISTRIBUITO SENZA ALCUNA GARANZIA ESPLICITA O IMPLICITA "
+"DI ALCUN TIPO, INCLUSE, SENZA LIMITAZIONE, LA GARANZIA DI ASSENZA DI DIFETTI "
+"DEL DOCUMENTO O DELLE SUE VERSIONI MODIFICATE O LA GARANZIA CHE IL DOCUMENTO "
+"SIA COMMERCIABILE, SIA ADATTO A UN DETERMINATO SCOPO O NON VIOLI DIRITTI DI "
+"TERZI. TUTTI I RISCHI RIGUARDO ALLA QUALITÀ;, L'ACCURATEZZA E LE PRESTAZIONI "
+"DEL DOCUMENTO O DELLE SUE VERSIONI MODIFICATE SONO A CARICO DELL'UTENTE. "
+"QUALORA UN DOCUMENTO O UNA SUA VERSIONE MODIFICATA SI RIVELINO DIFETTOSI, I "
+"COSTI DEGLI EVENTUALI INTERVENTI DI ASSISTENZA, RIPARAZIONE O CORREZIONE "
+"SARANNO A CARICO DELL'UTENTE (NON DEL REDATTORE INIZIALE, DELL'AUTORE O DI "
+"ALTRI COLLABORATORI). LA PRESENTE ESCLUSIONE DI GARANZIA COSTITUISCE PARTE "
+"ESSENZIALE DELLA LICENZA. SONO AUTORIZZATI SOLO GLI USI DEL DOCUMENTO O "
+"DELLE SUE VERSIONI MODIFICATE PREVISTI DALLA PRESENTE ESCLUSIONE DI "
+"GARANZIA; INOLTRE IN NESSUNA CIRCOSTANZA E IN NESSUNA INTERPRETAZIONE "
+"GIURIDICA, INCLUSI I CASI DI ILLECITO (ANCHE PER NEGLIGENZA), VIOLAZIONE "
+"CONTRATTUALE O ALTRO, L'AUTORE, IL REDATTORE INIZIALE, ALTRI COLLABORATORI, "
+"QUALUNQUE DISTRIBUTORE DEL DOCUMENTO O DI UNA SUA VERSIONE MODIFICATA O "
+"QUALUNQUE FORNITORE DELLE PARTI CITATE POTRÀ; ESSERE RITENUTO RESPONSABILE "
+"NEI CONFRONTI DI QUALUNQUE PERSONA PER DANNI DIRETTI, INDIRETTI, SPECIALI, "
+"INCIDENTALI O CONSEQUENZIALI DI QUALUNQUE NATURA, INCLUSI, SENZA "
+"LIMITAZIONE, I DANNI DOVUTI A PERDITA DI AVVIAMENTO, INTERRUZIONE DEL "
+"LAVORO, GUASTO O MALFUNZIONAMENTO DEL COMPUTER O QUALUNQUE ALTRO DANNO O "
+"PERDITA DERIVANTE DA O CORRELATO ALL'USO DEL DOCUMENTO O DI UNA SUA VERSIONE "
+"MODIFICATA, ANCHE NEL CASO IN CUI TALI PARTI FOSSERO STATE INFORMATE DELLA "
+"POSSIBILITÀ; DI TALI DANNI."
+
+#: C/legal.xml:28(para)
+msgid ""
+"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
+"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
+"<placeholder-1/>"
+msgstr ""
+"QUESTO DOCUMENTO E LE SUE VERSIONI MODIFICATE SONO DISTRIBUITI SECONDO I "
+"TERMINI DELLA GNU FREE DOCUMENTATION LICENSE, CON L'ULTERIORE INTESA CHE: "
+"<placeholder-1/>"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:268(None)
+msgid ""
+"@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgstr "fatto"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:349(None)
+msgid ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+msgstr "fatto"
+
+#: C/gedit.xml:23(title)
+msgid "Gedit Manual"
+msgstr "Manuale di gedit"
+
+#: C/gedit.xml:25(year)
+msgid "2007"
+msgstr "2007"
+
+#: C/gedit.xml:26(holder) C/gedit.xml:45(publishername)
+#: C/gedit.xml:56(firstname) C/gedit.xml:79(orgname) C/gedit.xml:120(para)
+#: C/gedit.xml:128(para) C/gedit.xml:136(para) C/gedit.xml:144(para)
+#: C/gedit.xml:152(para) C/gedit.xml:160(para) C/gedit.xml:168(para)
+#: C/gedit.xml:176(para) C/gedit.xml:184(para) C/gedit.xml:192(para)
+#: C/gedit.xml:200(para)
+msgid "GNOME Documentation Project"
+msgstr "Progetto documentazione di GNOME"
+
+#: C/gedit.xml:28(year)
+msgid "2002"
+msgstr "2002"
+
+#: C/gedit.xml:29(year)
+msgid "2003"
+msgstr "2003"
+
+#: C/gedit.xml:30(year)
+msgid "2004"
+msgstr "2004"
+
+#: C/gedit.xml:31(holder) C/gedit.xml:71(orgname)
+msgid "Sun Microsystems"
+msgstr "Sun Microsystems"
+
+#: C/gedit.xml:33(year) C/gedit.xml:116(date)
+msgid "2000"
+msgstr "2000"
+
+#: C/gedit.xml:34(holder)
+msgid "Eric Baudais"
+msgstr "Eric Baudais"
+
+#: C/gedit.xml:52(firstname)
+msgid "Joachim"
+msgstr "Joachim"
+
+#: C/gedit.xml:53(surname)
+msgid "Noreiko"
+msgstr "Noreiko"
+
+#: C/gedit.xml:59(orgname)
+msgid "GNOME"
+msgstr "GNOME"
+
+#: C/gedit.xml:63(firstname)
+msgid "Hal"
+msgstr "Hal"
+
+#: C/gedit.xml:64(surname)
+msgid "Canary"
+msgstr "Canary"
+
+#: C/gedit.xml:65(contrib)
+msgid "Added the Shortcut Keys Table"
+msgstr "Aggiunta la tabella sulle scorciatoie"
+
+#: C/gedit.xml:68(firstname) C/gedit.xml:191(para)
+msgid "Sun Java Desktop System Documentation Team"
+msgstr "Sun Java Desktop System Documentation Team"
+
+#: C/gedit.xml:72(email)
+msgid "gdocteam@sun.com"
+msgstr "gdocteam@sun.com"
+
+#: C/gedit.xml:76(firstname)
+msgid "Eric"
+msgstr "Eric"
+
+#: C/gedit.xml:77(surname)
+msgid "Baudais"
+msgstr "Baudais"
+
+#: C/gedit.xml:80(email)
+msgid "baudais@okstate.edu"
+msgstr "baudais@okstate.edu"
+
+#: C/gedit.xml:84(firstname)
+msgid "Baris"
+msgstr "Baris"
+
+#: C/gedit.xml:85(surname)
+msgid ""
+"Cicek provided information from earlier revisions of the gedit application."
+msgstr ""
+"Cicek ha fornito informazioni sulle revisioni precedenti dell'applicazione "
+"gedit."
+
+#: C/gedit.xml:86(contrib) C/gedit.xml:91(contrib)
+msgid "Acknowledgements"
+msgstr "Ringraziamenti"
+
+#: C/gedit.xml:89(firstname)
+msgid "Ajit"
+msgstr "Ajit"
+
+#: C/gedit.xml:90(surname)
+msgid "George provided information about plugins."
+msgstr "George ha fornito informazioni sui plugin."
+
+#: C/gedit.xml:115(revnumber)
+msgid "gedit V1.0"
+msgstr "gedit V1.0"
+
+#: C/gedit.xml:118(para)
+msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+msgstr "Eric Baudais <email>baudais@okstate.edu</email>"
+
+#: C/gedit.xml:124(revnumber)
+msgid "gedit Manual V2.0"
+msgstr "Manuale di gedit V2.0"
+
+#: C/gedit.xml:125(date)
+msgid "March 2002"
+msgstr "Marzo 2002"
+
+#: C/gedit.xml:127(para) C/gedit.xml:135(para) C/gedit.xml:143(para)
+#: C/gedit.xml:151(para) C/gedit.xml:159(para) C/gedit.xml:167(para)
+#: C/gedit.xml:175(para) C/gedit.xml:183(para)
+msgid "Sun GNOME Documentation Team"
+msgstr "Sun GNOME Documentation Team"
+
+#: C/gedit.xml:132(revnumber)
+msgid "gedit Manual V2.1"
+msgstr "Manuale di gedit V2.1"
+
+#: C/gedit.xml:133(date)
+msgid "June 2002"
+msgstr "Giugno 2002"
+
+#: C/gedit.xml:140(revnumber)
+msgid "gedit Manual V2.2"
+msgstr "Manuale di gedit V2.2"
+
+#: C/gedit.xml:141(date)
+msgid "August 2002"
+msgstr "Agosto 2002"
+
+#: C/gedit.xml:148(revnumber)
+msgid "gedit Manual V2.3"
+msgstr "Manuale di gedit V2.3"
+
+#: C/gedit.xml:149(date)
+msgid "September 2002"
+msgstr "Settembre 2002"
+
+#: C/gedit.xml:156(revnumber)
+msgid "gedit Manual V2.4"
+msgstr "Manuale di gedit V2.4"
+
+#: C/gedit.xml:157(date)
+msgid "January 2003"
+msgstr "Gennaio 2003"
+
+#: C/gedit.xml:164(revnumber)
+msgid "gedit Manual V2.5"
+msgstr "Manuale di gedit V2.5"
+
+#: C/gedit.xml:165(date)
+msgid "March 2003"
+msgstr "Marzo 2003"
+
+#: C/gedit.xml:172(revnumber)
+msgid "gedit Manual V2.6"
+msgstr "Manuale di gedit V2.6"
+
+#: C/gedit.xml:173(date)
+msgid "September 2003"
+msgstr "Settembre 2003"
+
+#: C/gedit.xml:180(revnumber)
+msgid "gedit Manual V2.7"
+msgstr "Manuale di gedit V2.7"
+
+#: C/gedit.xml:181(date)
+msgid "March 2004"
+msgstr "Marzo 2004"
+
+#: C/gedit.xml:188(revnumber)
+msgid "gedit Manual V2.8"
+msgstr "Manuale di gedit V2.8"
+
+#: C/gedit.xml:189(date) C/gedit.xml:197(date)
+msgid "July 2006"
+msgstr "Luglio 2006"
+
+#: C/gedit.xml:196(revnumber)
+msgid "gedit Manual V2.9"
+msgstr "Manuale di gedit V2.9"
+
+#: C/gedit.xml:199(para)
+msgid "GNOME Documentation Team"
+msgstr "Team di documentazione di GNOME"
+
+#: C/gedit.xml:204(releaseinfo)
+msgid "This manual describes version 2.16 of gedit."
+msgstr "Questo manuale descrive la versione 2.16 di gedit."
+
+#: C/gedit.xml:207(title)
+msgid "Feedback"
+msgstr "Commenti"
+
+#: C/gedit.xml:208(para)
+msgid ""
+"To report a bug or make a suggestion regarding the <application>gedit</"
+"application> application or this manual, follow the directions in the <ulink "
+"url=\"ghelp:user-guide?feedback-bugs\" type=\"help\">GNOME Feedback Page</"
+"ulink>."
+msgstr ""
+"Per segnalare un problema o inviare suggerimenti sull'applicazione "
+"<application>gedit</application> o su questo manuale, seguire le istruzioni "
+"presenti alla <ulink url=\"ghelp:user-guide?feedback-bugs\" type=\"help"
+"\">pagina di commenti su GNOME</ulink>."
+
+#: C/gedit.xml:213(para)
+msgid ""
+"gedit is a text editor for the GNOME Desktop featuring basic yet robust "
+"capabilities such as printing, spell checking, find and replace, and syntax "
+"highlighting. More advanced features are available as plugins."
+msgstr ""
+"gedit è un editor di testo per lo GNOME Desktop dotato di funzionalità "
+"basilari e avanzate come la stampa dei documenti, il controllo ortografico, "
+"la ricerca e sostituzione del testo e l'evidenziazione della sintassi. "
+"Ulteriori funzionalità avanzate sono disponibili come plugin."
+
+#: C/gedit.xml:218(primary)
+msgid "gedit"
+msgstr "gedit"
+
+#: C/gedit.xml:219(primary)
+msgid "text editor"
+msgstr "editor di testo"
+
+#: C/gedit.xml:224(title)
+msgid "Introduction"
+msgstr "Introduzione"
+
+#: C/gedit.xml:229(para)
+msgid ""
+"The <application>gedit</application> application enables you to create and "
+"edit text files."
+msgstr ""
+"L'applicazione <application>gedit</application> consente di creare e "
+"modificare file di testo."
+
+#: C/gedit.xml:231(para)
+msgid ""
+"The aim of <application>gedit</application> is to be a simple and easy to "
+"use text editor. More powerful features can be enabled with different "
+"<firstterm>plugins</firstterm>, allowing a variety of tasks related to text-"
+"editing."
+msgstr ""
+"Lo scopo di <application>gedit</application> è quello di essere un semplice "
+"editor di testo. Caratteristiche più avanzate possono essere abilitate "
+"attraverso l'uso di diversi <firstterm>plugin</firstterm>, che consentono lo "
+"svolgimento di diverse attività correlate alla modifica di file di testo."
+
+#: C/gedit.xml:235(title)
+msgid "Getting Started"
+msgstr "Per iniziare"
+
+#: C/gedit.xml:239(title)
+msgid "Starting gedit"
+msgstr "Avviare gedit"
+
+#: C/gedit.xml:240(para)
+msgid "You can start <application>gedit</application> in the following ways:"
+msgstr ""
+"È possibile avviare <application>gedit</application> nei seguenti modi:"
+
+#: C/gedit.xml:243(term)
+msgid "<guimenu>Applications</guimenu> menu"
+msgstr "Menù <guimenu>Applicazioni</guimenu>"
+
+#: C/gedit.xml:245(para)
+msgid ""
+"Choose <menuchoice><guisubmenu>Accessories</guisubmenu><guimenuitem>Text "
+"Editor</guimenuitem></menuchoice>."
+msgstr ""
+"Scegliere <menuchoice><guimenu>Accessori</guimenu><guimenuitem>Editor di "
+"testo</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:249(term)
+msgid "Command line"
+msgstr "Riga di comando"
+
+#: C/gedit.xml:251(para)
+msgid "Execute the following command: <command>gedit</command>"
+msgstr "Eseguire il seguente comando: <command>gedit</command>"
+
+#: C/gedit.xml:255(para)
+msgid ""
+"By default, when you open a text document in the file manager, gedit will "
+"start, and display the document."
+msgstr ""
+"In modo predefinito, aprendo un documento di testo dal file manager, gedit "
+"viene avviato mostrando il contenuto del documento."
+
+#: C/gedit.xml:260(title)
+msgid "The gedit Window"
+msgstr "La finestra di gedit"
+
+#: C/gedit.xml:261(para)
+msgid ""
+"When you start <application>gedit</application>, the following window is "
+"displayed:"
+msgstr ""
+"All'avvio di <application>gedit</application> viene visualizzata la seguente "
+"finestra:"
+
+#: C/gedit.xml:264(title)
+msgid "gedit Window"
+msgstr "Finestra di gedit"
+
+#: C/gedit.xml:270(phrase)
+msgid "Shows gedit main window."
+msgstr "Mostra la finestra principale di gedit."
+
+#: C/gedit.xml:276(para)
+msgid ""
+"The <application>gedit</application> window contains the following elements:"
+msgstr ""
+"La finestra di <application>gedit</application> contiene i seguenti elementi:"
+
+#: C/gedit.xml:279(term)
+msgid "Menubar"
+msgstr "Barra dei menù"
+
+#: C/gedit.xml:281(para)
+msgid ""
+"The menus on the menubar contain all of the commands you need to work with "
+"files in <application>gedit</application>."
+msgstr ""
+"I menù della barra dei menù contengono tutti i comandi necessari per le "
+"operazioni sui file in <application>gedit</application>."
+
+#: C/gedit.xml:284(term)
+msgid "Toolbar"
+msgstr "Barra degli strumenti"
+
+#: C/gedit.xml:286(para)
+msgid ""
+"The toolbar contains a subset of the commands that you can access from the "
+"menubar."
+msgstr ""
+"La barra degli strumenti contiene un sottoinsieme dei comandi a cui è "
+"possibile accedere nella barra dei menù."
+
+#: C/gedit.xml:289(term)
+msgid "Display area"
+msgstr "Area di visualizzazione"
+
+#: C/gedit.xml:291(para)
+msgid "The display area contains the text of the file that you are editing."
+msgstr ""
+"L'area di visualizzazione contiene il testo del file che si sta modificando."
+
+#: C/gedit.xml:294(term)
+msgid "Statusbar"
+msgstr "Barra di stato"
+
+#: C/gedit.xml:296(para)
+msgid ""
+"The statusbar displays information about current <application>gedit</"
+"application> activity and contextual information about the menu items. The "
+"statusbar also displays the following information:"
+msgstr ""
+"La barra di stato visualizza informazioni sulle attività di "
+"<application>gedit</application> attualmente in corso e altre indicazioni "
+"contestuali relative alle voci di menù."
+
+#: C/gedit.xml:299(para)
+msgid ""
+"Cursor position: the line number and column number where the cursor is "
+"located."
+msgstr ""
+"Posizione del cursore: il numero di riga e di colonna in cui è posizionato "
+"il cursore."
+
+#: C/gedit.xml:302(para)
+msgid ""
+"Edit mode: If the editor is in insert mode, the statusbar contains the text "
+"<guilabel>INS</guilabel>. If the editor is in overwrite mode, the statusbar "
+"contains the text <guilabel>OVR</guilabel>. Press the <keycap>Insert</"
+"keycap> key to change edit mode."
+msgstr ""
+"Modalità di modifica: se l'editor è in modalità di inserimento, la barra di "
+"stato contiene l'indicazione <guilabel>INS</guilabel>. Se l'editor è in "
+"modalità di sovrascrittura, la barra di stato contiene l'indicazione "
+"<guilabel>SSC</guilabel>. Premere <keycap>Ins</keycap> per cambiare la "
+"modalità di modifica."
+
+#: C/gedit.xml:307(term)
+msgid "Side Pane"
+msgstr "Riquadro laterale"
+
+#: C/gedit.xml:309(para)
+msgid ""
+"The side pane displays a list of open documents, and other information "
+"depending on which plugins are enabled."
+msgstr ""
+"Il riquadro laterale visualizza l'elenco dei documenti aperti e altre "
+"informazioni in base ai plugin abilitati."
+
+#: C/gedit.xml:310(para)
+msgid ""
+"By default the side pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"Il riquadro laterale, in modo predefinito, non è mostrato. Per "
+"visualizzarlo, scegliere <menuchoice><guimenu>Visualizza</"
+"guimenu><guimenuitem>Riquadro laterale</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:313(term)
+msgid "Bottom Pane"
+msgstr "Riquadro inferiore"
+
+#: C/gedit.xml:315(para)
+msgid ""
+"The bottom pane is used by programming tools such as the <application>Python "
+"Console</application> plugin to display output."
+msgstr ""
+"Il riquadro inferiore è utilizzato dagli strumenti di programmazione come il "
+"plugin <application>Console Python</application> per la visualizzazione "
+"dell'output."
+
+#: C/gedit.xml:316(para)
+msgid ""
+"By default the bottom pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"Il riquadro inferiore, in modo predefinito, non è mostrato. Per "
+"visualizzarlo, scegliere <menuchoice><guimenu>Visualizza</"
+"guimenu><guimenuitem>Riquadro inferiore</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:320(para)
+msgid ""
+"When you right-click in the <application>gedit</application> window, the "
+"application displays a popup menu. The popup menu contains the most common "
+"text editing commands."
+msgstr ""
+"Facendo clic con il pulsante destro del mouse nella finestra di "
+"<application>gedit</application>, l'applicazione visualizza un menù pop-up. "
+"Questo menù contiene i comandi di uso più frequente per la modifica del "
+"testo."
+
+#: C/gedit.xml:322(para)
+msgid ""
+"Like other GNOME applications, actions in <application>gedit</application> "
+"can be performed in several ways: with the menu, with the toolbar, or with "
+"shortcut keys. Shortcuts keys common to all applications are listed in the "
+"<ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-apps\">User Guide</"
+"ulink>."
+msgstr ""
+"Come in altre applicazioni di GNOME, le azioni da svolgere in "
+"<application>gedit</application> possono essere svolte in diversi modi: "
+"attraverso i menù, dalla barra degli strumenti o con le scorciatoie da "
+"tastiera. Le scorciatoie da tastiera comuni a tutte le applicazioni sono "
+"elencate nella <ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-apps"
+"\">Guida utente</ulink>."
+
+#: C/gedit.xml:327(title)
+msgid "Running gedit from a Command Line"
+msgstr "Eseguire gedit dalla riga di comando"
+
+#: C/gedit.xml:328(para)
+msgid ""
+"You can run <application>gedit</application> from a command line and open a "
+"single file or multiple files. To open multiple files from a command line, "
+"type the following command, then press <keycap>Return</keycap>:"
+msgstr ""
+"È possibile eseguire <application>gedit</application> dalla riga di comando "
+"e aprire automaticamente uno o più file. Per aprire più file dalla riga di "
+"comando, digitare il comando seguente e premere <keycap>Invio</keycap>:"
+
+#: C/gedit.xml:329(replaceable)
+msgid "file1.txt file2.txt file3.txt"
+msgstr "file1.txt file2.txt file3.txt"
+
+#: C/gedit.xml:329(command)
+msgid "gedit <placeholder-1/>"
+msgstr "gedit <placeholder-1/>"
+
+#: C/gedit.xml:330(para)
+msgid "Alternatively, you can specify a URI instead of a filename."
+msgstr ""
+"In alternativa, è possibile specificare un URI invece del nome di un file."
+
+#: C/gedit.xml:331(para)
+msgid ""
+"For more information on how to run <application>gedit</application> from a "
+"command line, see the unix manual page for gedit, <ulink url=\"man:gedit\" "
+"type=\"man\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+msgstr ""
+"Per maggiori informazioni sull'esecuzione di <application>gedit</"
+"application> dalla riga di comando, consultare la pagina di manuale Unix di "
+"gedit, <ulink url=\"man:gedit\" type=\"man"
+"\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+
+#: C/gedit.xml:336(title)
+msgid "Working with Files"
+msgstr "Lavorare con i file"
+
+#: C/gedit.xml:340(title)
+msgid "Creating a New Document"
+msgstr "Creare un nuovo documento"
+
+#: C/gedit.xml:341(para)
+msgid ""
+"To create a new document, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>New</guimenuitem></menuchoice>. The application "
+"displays a new blank document in the <application>gedit</application> window."
+msgstr ""
+"Per creare un nuovo documento, scegliere <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Nuovo</guimenuitem></menuchoice>. L'applicazione "
+"visualizza un nuovo file nella finestra di <application>gedit</application>."
+
+#: C/gedit.xml:346(title) C/gedit.xml:1591(title)
+msgid "Opening a File"
+msgstr "Aprire un file"
+
+#: C/gedit.xml:347(para)
+msgid ""
+"To open a file, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</"
+"guimenuitem></menuchoice> to display the <guilabel>Open File</guilabel> "
+"dialog. Select the file that you want to open, then click <guibutton>Open</"
+"guibutton>. The file is displayed in the <application>gedit</application> "
+"window."
+msgstr ""
+"Per aprire un file, scegliere <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Apri</guimenuitem></menuchoice> per visualizzare il "
+"dialogo <guilabel>Apri file</guilabel>. Selezionare il file da aprire e fare "
+"clic su <guibutton>Apri</guibutton>. Il file viene visualizzato nella "
+"finestra di <application>gedit</application>."
+
+#: C/gedit.xml:349(phrase)
+msgid "Shows Recent Files menu icon."
+msgstr "Mostra l'icona del menù File recenti."
+
+#: C/gedit.xml:349(para)
+msgid ""
+"The application records the paths and filenames of the five most recent "
+"files that you edited and displays the files as menu items on the "
+"<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click on "
+"the <placeholder-1/> icon on the toolbar to display the list of recent files."
+msgstr ""
+"L'applicazione memorizza il percorso e il nome degli ultimi cinque file che "
+"sono stati modificati e li visualizza come voci nel menù "
+"<menuchoice><guimenu>File</guimenu></menuchoice>. Questi file sono "
+"accessibili anche facendo clic sull'icona <placeholder-1/> della barra degli "
+"strumenti."
+
+#: C/gedit.xml:351(para)
+msgid ""
+"You can open multiple files in <application>gedit</application>. The "
+"application adds a tab for each open file to the window. For more on this "
+"see <xref linkend=\"gedit-tabs\"/>."
+msgstr ""
+"Con <application>gedit</application> è possibile aprire anche file multipli. "
+"L'applicazione aggiunge, nella finestra, una scheda per ogni file aperto. "
+"Per maggiori informazioni, consultare <xref linkend=\"gedit-tabs\" />."
+
+#: C/gedit.xml:357(title)
+msgid "Saving a File"
+msgstr "Salvare un file"
+
+#: C/gedit.xml:358(para)
+msgid "You can save files in the following ways:"
+msgstr "È possibile salvare un file nei seguenti modi:"
+
+#: C/gedit.xml:360(para)
+msgid ""
+"To save changes to an existing file, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Save</guimenuitem></menuchoice>."
+msgstr ""
+"Per salvare le modifiche a un file esistente, scegliere "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Salva</guimenuitem></"
+"menuchoice>."
+
+#: C/gedit.xml:362(para)
+msgid ""
+"To save a new file or to save an existing file under a new filename, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Save As</guimenuitem></"
+"menuchoice>. Enter a name for the file in the <guilabel>Save As</guilabel> "
+"dialog, then click <guibutton>Save</guibutton>."
+msgstr ""
+"Per salvare un file nuovo o per salvare un file esistente con un nuovo nome, "
+"scegliere <menuchoice><guimenu>File</guimenu><guimenuitem>Salva come...</"
+"guimenuitem></menuchoice>. Inserire il nome da assegnare al file nel dialogo "
+"<guilabel>Salva come...</guilabel> e fare clic su <guibutton>Salva</"
+"guibutton>."
+
+#: C/gedit.xml:364(para)
+msgid ""
+"To save all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Save All</guimenuitem></menuchoice>."
+msgstr ""
+"Per salvare tutti i file aperti in quel momento in <application>gedit</"
+"application>, scegliere <menuchoice><guimenu>Documenti</"
+"guimenu><guimenuitem>Salva tutti</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:367(para)
+msgid ""
+"To close all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Close All</guimenuitem></menuchoice>."
+msgstr ""
+"Per chiudere tutti i file aperti in quel momento in <application>gedit</"
+"application>, scegliere <menuchoice><guimenu>Documenti</"
+"guimenu><guimenuitem>Chiudi tutti</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:372(title)
+msgid "Opening a File from a URI"
+msgstr "Aprire un file da un URI"
+
+#: C/gedit.xml:373(para)
+msgid ""
+"To open a file from a Uniform Resource Identifier (URI), perform the "
+"following steps:"
+msgstr ""
+"Per aprire un file usando un URI (Uniform Resource Identifier), procedere "
+"come segue:"
+
+#: C/gedit.xml:376(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</"
+"guimenuitem></menuchoice> to display the <guilabel>Open Location</guilabel> "
+"dialog."
+msgstr ""
+"Scegliere <menuchoice><guimenu>File</guimenu><guimenuitem>Apri posizione</"
+"guimenuitem></menuchoice> per visualizzare il dialogo <guilabel>Apri "
+"posizione</guilabel>."
+
+#: C/gedit.xml:379(para)
+msgid "Enter the URI of the file that you want to open."
+msgstr "Inserire l'URI del file da aprire."
+
+#: C/gedit.xml:382(para)
+msgid ""
+"Use the <guilabel>Character coding</guilabel> drop-down list to select the "
+"appropriate character coding."
+msgstr ""
+"Usare l'elenco a discesa <guilabel>Codifiche dei caratteri</guilabel> per "
+"selezionare la codifica appropriata."
+
+#: C/gedit.xml:385(para)
+msgid "Click <guibutton>Open</guibutton>."
+msgstr "Fare clic su <guibutton>Apri</guibutton>."
+
+#: C/gedit.xml:388(para)
+msgid ""
+"Valid types of <replaceable>URI</replaceable> include <literal>http:</"
+"literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the "
+"methods supported by <literal>gnome-vfs</literal>."
+msgstr ""
+"<replaceable>URI</replaceable> validi sono: <literal>http:</literal>, "
+"<literal>ftp:</literal>, <literal>file:</literal> e tutti i metodi "
+"supportati da <literal>gnome-vfs</literal>."
+
+#: C/gedit.xml:389(para)
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. HTTP only allows files to be "
+"read. Files opened from FTP are read-only because because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"I file da alcuni tipi di URI sono aperti in sola lettura e qualsiasi "
+"modifica apportata deve essere salvata in una posizione diversa. HTTP "
+"consente di leggere solamente i file, anche i file aperti attraverso FTP "
+"sono a sola lettura in quanto non tutti i server FTP sono in grado di "
+"gestire il salvataggio remoto di file."
+
+#: C/gedit.xml:390(para)
+msgid ""
+"Saving to FTP servers can be enabled with <ulink type=\"help\" url=\"ghelp:"
+"gconf-editor\"><application>Configuration Editor</application></ulink>, "
+"setting the key <systemitem>/apps/gedit-2/preferences/editor/save/"
+"writable_vfs_schemes</systemitem>, but this may cause errors."
+msgstr ""
+"Il salvataggio di file su server FTP può essere abilitato attraverso "
+"l'<ulink type=\"help\" url=\"ghelp:gconf-editor\"><application>Editor della "
+"configurazione</application></ulink>, impostando la chiave <systemitem>/apps/"
+"gedit-2/preferences/editor/save/writable_vfs_schemes</systemitem>. Questo "
+"però, potrebbe causare degli errori."
+
+#: C/gedit.xml:395(title)
+msgid "Working With Tabs"
+msgstr "Lavorare con le schede"
+
+#: C/gedit.xml:397(para)
+msgid ""
+"When more than one file is open, <application>gedit</application> shows a "
+"<firstterm>tab</firstterm> for each document above the display area. To "
+"switch to another document, click on its tab."
+msgstr ""
+"Quando sono aperti più file, <application>gedit</application> mostra una "
+"<firstterm>scheda</firstterm> per ogni documento sopra l'area di "
+"visualizzazione. Per passare a un altro documento, fare clic sulla sua "
+"scheda."
+
+#: C/gedit.xml:398(para)
+msgid ""
+"To move a document to another <application> gedit</application> window, drag "
+"the tab corresponding to the file to the window you want to move it to."
+msgstr ""
+"Per spostare un documento in un'altra finestra di <application>gedit</"
+"application>, trascinare la scheda corrispondente nella finestra in cui si "
+"vuole spostarlo."
+
+#: C/gedit.xml:399(para)
+msgid ""
+"To move a document to a new <application> gedit</application> window, either "
+"drag its tab to the desktop, or choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Move to New Window</guimenuitem></menuchoice>."
+msgstr ""
+"Inoltre, per spostare un documento in un'altra finestra di "
+"<application>gedit</application>, è possibile scegliere "
+"<menuchoice><guimenu>Documenti</guimenu><guimenuitem>Sposta in una nuova "
+"finestra</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:405(title)
+msgid "Working with Text"
+msgstr "Lavorare con il testo"
+
+#: C/gedit.xml:409(title)
+msgid "Editing Text"
+msgstr "Modificare il testo"
+
+#: C/gedit.xml:410(para)
+msgid "You can edit the text of a file in the following ways:"
+msgstr "È possibile modificare il testo di un file nei seguenti modi:"
+
+#: C/gedit.xml:412(para)
+msgid ""
+"Type new text from the keyboard. The blinking <firstterm>insertion cursor</"
+"firstterm> marks the point where new text appears. To change this, use the "
+"arrow keys on the keyboard or click with the mouse."
+msgstr ""
+"Inserire del nuovo testo attraverso l'uso della tastiera. Il "
+"<firstterm>cursore di inserimento</firstterm> lampeggiante indica il punto "
+"dove appare il testo. Per modificarlo, utilizzare le frecce direzionali o "
+"fare clic col mouse."
+
+#: C/gedit.xml:414(para)
+msgid ""
+"To copy the selected text to the clipboard, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"Per copiare il testo selezionato negli appunti, scegliere "
+"<menuchoice><guimenu>Modifica</guimenu><guimenuitem>Copia</guimenuitem></"
+"menuchoice>."
+
+#: C/gedit.xml:416(para)
+msgid ""
+"To delete the selected text from the file and move the selected text to the "
+"clipboard, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Per eliminare il testo selezionato dal file e spostarlo negli appunti, "
+"scegliere <menuchoice><guimenu>Modifica</guimenu><guimenuitem>Taglia</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:418(para)
+msgid ""
+"To permanently delete the selected text from the file, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"Per eliminare definitivamente il testo dal file, scegliere "
+"<menuchoice><guimenu>Modifica</guimenu><guimenuitem>Elimina</guimenuitem></"
+"menuchoice>."
+
+#: C/gedit.xml:420(para)
+msgid ""
+"To insert the contents of the clipboard at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+"menuchoice>. You must cut or copy text before you can paste text into the "
+"file, either from gedit or another application."
+msgstr ""
+"Per inserire il contenuto degli appunti nella posizione del cursore, "
+"scegliere <menuchoice><guimenu>Modifica</guimenu><guimenuitem>Incolla</"
+"guimenuitem></menuchoice>. Prima di incollare un testo in un file è "
+"necessario copiarlo o tagliarlo da gedit o da un'altra applicazione."
+
+#: C/gedit.xml:422(para)
+msgid ""
+"To select all of the text in a file, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Select All</guimenuitem></menuchoice>."
+msgstr ""
+"Per selezionare tutto il testo incluso in un file, scegliere "
+"<menuchoice><guimenu>Modifica</guimenu><guimenuitem>Seleziona tutto</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:428(title)
+msgid "Undoing and Redoing Changes"
+msgstr "Annullare e ripetere le modifiche"
+
+#: C/gedit.xml:429(para)
+msgid ""
+"To undo a change you have made, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To reverse this "
+"action, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Per annullare una modifica apportata, scegliere "
+"<menuchoice><guimenu>Modifica</guimenu><guimenuitem>Annulla</guimenuitem></"
+"menuchoice>. Per ripristinare questa azione, scegliere "
+"<menuchoice><guimenu>Modifica</guimenu><guimenuitem>Ripeti</guimenuitem></"
+"menuchoice>."
+
+#: C/gedit.xml:434(title)
+msgid "Finding and Replacing"
+msgstr "Trovare e sostituire del testo"
+
+#: C/gedit.xml:436(para)
+msgid ""
+"In <application>gedit</application>, there are two ways of searching for "
+"text. You can use the <guilabel>Find</guilabel> dialog to search for a "
+"specific piece of text, or <guilabel>Incremental Search</guilabel> to "
+"highlight matching text as you type it."
+msgstr ""
+"In <application>gedit</application> ci sono due modi per cercare del testo. "
+"È possibile utilizzare il dialogo <guilabel>Trova</guilabel> per cercare un "
+"testo specifico, oppure la <guilabel>Ricerca incrementale</guilabel> per "
+"evidenziare le corrispondenze mentre viene digitato il testo."
+
+#: C/gedit.xml:441(title)
+msgid "Finding Text"
+msgstr "Trovare del testo"
+
+#: C/gedit.xml:442(para)
+msgid "To search a file for a string of text, perform the following steps:"
+msgstr "Per cercare una stringa all'interno di un file, procedere come segue:"
+
+#: C/gedit.xml:444(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</guimenuitem></"
+"menuchoice> to display the <guilabel>Find</guilabel> dialog."
+msgstr ""
+"Scegliere <menuchoice><guimenu>Cerca</guimenu><guimenuitem>Trova</"
+"guimenuitem></menuchoice> per visualizzare il dialogo <guilabel>Trova</"
+"guilabel>."
+
+#: C/gedit.xml:446(para)
+msgid ""
+"Type the string that you want to find in the <guilabel>Search for</guilabel> "
+"field. You can include special characters such as a new line or tab: see "
+"<xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"Digitare la stringa da trovare nel campo <guilabel>Cerca</guilabel>. È "
+"possibile utilizzare dei caratteri speciali come le tabulazioni o gli a "
+"capo: consultare <xref linkend=\"gedit-find-escapes\" />."
+
+#: C/gedit.xml:448(para)
+msgid ""
+"Click <guibutton>Find</guibutton> to search the file for the first "
+"occurrence of the string after your current cursor position. If "
+"<application>gedit</application> finds the string, the application selects "
+"first occurrence of the string. Other occurrences of the string are "
+"highlighted."
+msgstr ""
+"Fare clic su <guibutton>Trova</guibutton> per cercare la prima occorrenza "
+"della stringa nel file dopo la posizione del cursore. Se <application>gedit</"
+"application> trova la stringa, l'applicazione ne seleziona la prima "
+"occorrenza, le altre vengono solo evidenziate."
+
+#: C/gedit.xml:450(para)
+msgid ""
+"To find the next occurrence of the string, click <guibutton>Find</guibutton> "
+"or choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</"
+"guimenuitem></menuchoice>. To find the previous occurrence of the text, "
+"choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Previous</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Per trovare la prossima occorrenza della stringa, fare clic su "
+"<guibutton>Trova</guibutton> o scegliere <menuchoice><guimenu>Cerca</"
+"guimenu><guimenuitem>Trova successivo</guimenuitem></menuchoice>. Per "
+"trovare l'occorrenza precedente, scegliere <menuchoice><guimenu>Cerca</"
+"guimenu><guimenuitem>Trova precedente</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:453(para)
+msgid ""
+"After you have closed the <guilabel>Find</guilabel> dialog, you can still "
+"move the selection to other occurrences of the text by choosing "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</guimenuitem></"
+"menuchoice> and <menuchoice><guimenu>Search</guimenu><guimenuitem>Find "
+"Previous</guimenuitem></menuchoice>."
+msgstr ""
+"Dopo aver chiuso la finestra di dialogo <guilabel>Trova</guilabel>, è "
+"possibile spostare la selezione ad altre occorrenze scegliendo "
+"<menuchoice><guimenu>Cerca</guimenu><guimenuitem>Trova successivo</"
+"guimenuitem></menuchoice> e <menuchoice><guimenu>Cerca</"
+"guimenu><guimenuitem>Trova precedente</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:454(para)
+msgid ""
+"To remove the highlighting from the text, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Clear Highlight</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Per rimuovere l'evidenziazione dal testo, scegliere "
+"<menuchoice><guimenu>Cerca</guimenu><guimenuitem>Azzera evidenziazione</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:458(title)
+msgid "Incremental Search"
+msgstr "Ricerca incrementale"
+
+#: C/gedit.xml:460(para)
+msgid ""
+"Incremental search highlights matching text in the document as you type it "
+"letter by letter. (This is similar to the search feature in several web "
+"browsers.)"
+msgstr ""
+"La ricerca incrementale evidenzia le corrispondenze del testo nel documento "
+"durante la digitazione, lettera per lettera (simile alla ricerca in diversi "
+"browser web)."
+
+#: C/gedit.xml:461(para)
+msgid ""
+"To start an incremental search, choose <menuchoice><guimenu>Search</"
+"guimenu><guimenuitem>Incremental Search</guimenuitem></menuchoice>. The "
+"search box appears at the top of the display area."
+msgstr ""
+"Per avviare una ricerca incrementale, scegliere <menuchoice><guimenu>Cerca</"
+"guimenu><guimenuitem>Ricerca incrementale...</guimenuitem></menuchoice>. "
+"Appare la casella di ricerca nella parte superiore dell'area di "
+"visualizzazione."
+
+#: C/gedit.xml:462(para)
+msgid ""
+"Begin typing, and text that matches will be highlighted in the document. The "
+"first instance after the cursor position is also selected."
+msgstr ""
+"Iniziando a digitare una parola, il testo corrispondente viene evidenziato "
+"nel documento e viene selezionata la prima istanza successiva alla posizione "
+"del cursore."
+
+#: C/gedit.xml:463(para)
+msgid ""
+"To advance the selection to the next match while keeping the incremental "
+"search box open, press <keycombo><keycap>Ctrl</keycap><keycap>G</keycap></"
+"keycombo>. Press <keycombo><keycap>Ctrl</keycap><keycap>Shift</"
+"keycap><keycap>G</keycap></keycombo> to go back to the previous match."
+msgstr ""
+"Per spostare la selezione alla corrispondenza successiva mantenendo la "
+"casella di ricerca aperta, premere <keycombo><keycap>Ctrl</keycap><keycap>G</"
+"keycap></keycombo>. Premere <keycombo><keycap>Ctrl</keycap><keycap>Maiusc</"
+"keycap><keycap>G</keycap></keycombo> per spostare la selezione indietro."
+
+#: C/gedit.xml:464(para)
+msgid ""
+"You can also use the up and down arrow keys or the mouse wheel to move the "
+"selection between matches."
+msgstr ""
+"È anche possibile utilizzare le frecce direzionali su e giù o la rotellina "
+"di scorrimento del mouse per spostare la selezione tra le varie "
+"corrispondenze."
+
+#: C/gedit.xml:469(title)
+msgid "Replacing Text"
+msgstr "Sostituire il testo"
+
+#: C/gedit.xml:471(para)
+msgid ""
+"To search a file for a string, and replace the string with an alternative "
+"string, perform the following steps:"
+msgstr ""
+"Per cercare una stringa all'interno di un file e sostituirla con un'altra, "
+"procedere come segue:"
+
+#: C/gedit.xml:473(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</"
+"guimenuitem></menuchoice> to display the <guilabel>Replace</guilabel> dialog."
+msgstr ""
+"Scegliere <menuchoice><guimenu>Cerca</guimenu><guimenuitem>Sostituisci</"
+"guimenuitem></menuchoice> per aprire la finestra di dialogo "
+"<guilabel>Sostituisci</guilabel>."
+
+#: C/gedit.xml:475(para)
+msgid ""
+"Type the string that you want to find, in the <guilabel>Search for</"
+"guilabel> field. You can include special characters such as a new line or "
+"tab: see <xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"Digitare la stringa da trovare nel campo <guilabel>Cerca</guilabel>. È "
+"possibile utilizzare dei caratteri speciali come le tabulazioni o gli a "
+"capo: consultare <xref linkend=\"gedit-find-escapes\" />."
+
+#: C/gedit.xml:476(para)
+msgid ""
+"Type the string that you want to use to replace the string that you find, in "
+"the <guilabel>Replace with</guilabel> field."
+msgstr ""
+"Digitare la stringa con cui sostituire quella che si sta ricercando nel "
+"campo <guilabel>Sostituisci con</guilabel>."
+
+#: C/gedit.xml:480(para)
+msgid ""
+"To examine each occurrence of the string before replacing it, click "
+"<guibutton>Find</guibutton>. If <application>gedit</application> finds the "
+"string, the application selects the string. Click <guibutton>Replace</"
+"guibutton> to replace the selected occurrence of the string. To find the "
+"next occurrence of the string, click <guibutton>Find</guibutton> again."
+msgstr ""
+"Per controllare le occorrenze della stringa prima di sostituirla, fare clic "
+"su <guibutton>Trova</guibutton>. Se <application>gedit</application> trova "
+"la stringa, questa viene selezionata. Fare clic su <guibutton>Sostituisci</"
+"guibutton> per sostituire l'occorrenza selezionata della stringa. Per "
+"trovare l'occorrenza successiva, fare clic nuovamente su <guibutton>Trova</"
+"guibutton>."
+
+#: C/gedit.xml:481(para)
+msgid ""
+"To replace all occurrences of the string throughout the document, click "
+"<guibutton>Replace All</guibutton>."
+msgstr ""
+"Per sostituire tutte le occorrenze della stringa all'interno del documento, "
+"fare clic su <guibutton>Sostituisci tutti</guibutton>."
+
+#: C/gedit.xml:486(title)
+msgid "Find and Replace Options"
+msgstr "Opzioni di trova e sostituisci"
+
+#: C/gedit.xml:487(para)
+msgid ""
+"The <guilabel>Find</guilabel> dialog and the <guilabel>Replace</guilabel> "
+"dialog both have the following options:"
+msgstr ""
+"Le finestre di dialogo <guilabel>Trova</guilabel> e <guilabel>Sostituisci</"
+"guilabel> presentano entrambe le seguenti opzioni:"
+
+#: C/gedit.xml:489(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you type. For example, "
+"with <guilabel>Match case</guilabel> selected, \"TEXT\" will not match \"text"
+"\"."
+msgstr ""
+"Selezionare l'opzione <guilabel>Maiuscole/minuscole</guilabel> per "
+"individuare solo le occorrenze della stringa che corrispondono esattamente "
+"al testo digitato. Per esempio, con l'opzione <guilabel>Maiuscole/minuscole</"
+"guilabel> selezionata, «TESTO» non corrisponde a «testo»."
+
+# (NdT) non mi veniva un esempio migliore...
+#: C/gedit.xml:491(para)
+msgid ""
+"Select the <guilabel>Match entire word only</guilabel> option to only find "
+"occurrences of the string that match the entire words of the text that you "
+"type. For example, with <guilabel>Match entire word only</guilabel> "
+"selected, \"text\" will not match \"texture\"."
+msgstr ""
+"Selezionare l'opzione <guilabel>Solo parole intere</guilabel> per "
+"individuare solo le occorrenze della stringa che corrispondono a parole "
+"intere del testo digitato. Per esempio, con l'opzione <guilabel>Solo parole "
+"intere</guilabel> selezionata, «testa» non corrisponde a «testamento»."
+
+#: C/gedit.xml:493(para)
+msgid ""
+"Select the <guilabel>Search backwards</guilabel> option to search backwards "
+"towards the beginning of the document."
+msgstr ""
+"Selezionare l'opzione <guilabel>Cercare all'indietro</guilabel> per eseguire "
+"la ricerca dalla fine del file al suo inizio."
+
+#: C/gedit.xml:495(para)
+msgid ""
+"Select the <guilabel>Wrap around</guilabel> option to search to one end of "
+"the document and then continue the search from the other end of the file."
+msgstr ""
+"Selezionare l'opzione <guilabel>Ricominciare dall'inizio</guilabel> per "
+"eseguire la ricerca fino alla fine del file e continuare dall'inizio del "
+"file."
+
+#: C/gedit.xml:502(title)
+msgid "Special Characters"
+msgstr "Caratteri speciali"
+
+# (NdT) un po' libera...
+#: C/gedit.xml:503(para)
+msgid ""
+"You can include the following escape sequences in the text to find or "
+"replace to represent special characters:"
+msgstr ""
+"È possibile includere i seguenti caratteri speciali per eseguire ricerche o "
+"sostituzioni:"
+
+#: C/gedit.xml:506(literal)
+msgid "\\n"
+msgstr "\\n"
+
+#: C/gedit.xml:508(para)
+msgid "Specifies a new line."
+msgstr "Specifica un \"new line\"."
+
+#: C/gedit.xml:512(literal)
+msgid "\\t"
+msgstr "\\t"
+
+#: C/gedit.xml:514(para)
+msgid "Specifies a tab character."
+msgstr "Specifica un carattere di tabulazione."
+
+#: C/gedit.xml:518(literal)
+msgid "\\r"
+msgstr "\\r"
+
+# (NdT) trovare differenza con 'new line'
+#: C/gedit.xml:520(para)
+msgid "Specifies a carriage return."
+msgstr "Specifica un \"carriage return\"."
+
+#: C/gedit.xml:524(literal)
+msgid "\\\\"
+msgstr "\\\\"
+
+#: C/gedit.xml:526(para)
+msgid ""
+"The backslash character itself must be escaped if it is being searched for. "
+"For example, if you are looking for the \"<literal>\\n</literal>\" literal, "
+"you will have to type \"\\\\n\" in the <guilabel>Search for</guilabel> "
+"field. Or if you are looking for a sequence of backslashes, you will have to "
+"double the number of searched backslashes."
+msgstr ""
+"Affinché il carattere backslash possa essere cercato, è necessario usare una "
+"sequenza di escape. Per esempio, per cercare \"<literal>\\n</literal>\", è "
+"necessario digitare \"\\\\n\" nel campo <guilabel>Cerca</guilabel>. Oppure, "
+"per cercare una sequenza di backslash, è necessario raddoppiare il numero di "
+"backslash da cercare."
+
+#: C/gedit.xml:538(title)
+msgid "Positioning the Cursor on a Specific Line"
+msgstr "Posizionare il cursore su una riga specifica"
+
+#: C/gedit.xml:540(para)
+msgid ""
+"To position the cursor on a specific line in the current file, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</guimenuitem></"
+"menuchoice>. The line number box appears at the top of the display area."
+msgstr ""
+"Per posizionare il cursore su una riga specifica nel file corrente, "
+"scegliere <menuchoice><guimenu>Cerca</guimenu><guimenuitem>Vai alla riga...</"
+"guimenuitem></menuchoice>. Appare la casella del numero riga nella parte "
+"superiore dell'area di visualizzazione."
+
+#: C/gedit.xml:541(para)
+msgid ""
+"Begin typing the number of the line that you want to move the cursor to and "
+"the document will scroll to the specified line."
+msgstr ""
+"Digitare il numero della riga in cui si intende spostare il cursore e il "
+"documento scorrerà fino alla riga specificata."
+
+#: C/gedit.xml:542(para)
+msgid ""
+"To dismiss the box and move the cursor to the specified line, press "
+"<keycap>Return</keycap>."
+msgstr ""
+"Per rimuovere la casella di testo e spostare il cursore alla riga "
+"specificata, premere <keycap>Invio</keycap>."
+
+#: C/gedit.xml:548(title)
+msgid "Printing"
+msgstr "Stampa"
+
+#: C/gedit.xml:552(title)
+msgid "Setting the Page Options"
+msgstr "Impostare le opzioni della pagina"
+
+#: C/gedit.xml:554(para)
+msgid ""
+"To set the page options, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Page Setup</guimenuitem></menuchoice> to display the "
+"<guilabel>Page Setup</guilabel> dialog."
+msgstr ""
+"Per impostare le opzioni di pagina, scegliere <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Configurazione stampa</guimenuitem></menuchoice> per "
+"visualizzare la finestra di dialogo <guilabel>Impostazioni pagina</guilabel>."
+
+#: C/gedit.xml:556(para)
+msgid ""
+"The <guilabel>Page Setup</guilabel> dialog enables you to specify the "
+"following print options:"
+msgstr ""
+"La finestra di dialogo <guilabel>Impostazioni pagina</guilabel> consente di "
+"specificare le seguenti opzioni di stampa:"
+
+#: C/gedit.xml:559(title)
+msgid "General Tabbed Section"
+msgstr "Scheda Generale"
+
+#: C/gedit.xml:561(guilabel)
+msgid "Print syntax highlighting"
+msgstr "Stampare evidenziazione sintassi"
+
+#: C/gedit.xml:563(para)
+msgid ""
+"Select this option to print syntax highlighting. For more information about "
+"syntax highlighting, see <xref linkend=\"gedit-set-highlightmode\"/>."
+msgstr ""
+"Selezionare questa opzione per stampare l'evidenziazione di sintassi. Per "
+"maggiori informazioni al riguardo, consultare <xref linkend=\"gedit-set-"
+"highlightmode\"/>."
+
+#: C/gedit.xml:566(guilabel)
+msgid "Print page headers"
+msgstr "Stampare intestazioni di pagina"
+
+#: C/gedit.xml:568(para)
+msgid ""
+"Select this option to include a header on each page that you print. You "
+"cannot configure the header."
+msgstr ""
+"Selezionare questa opzione per includere un'intestazione in ogni pagina "
+"stampata. Non è possibile configurare l'intestazione."
+
+#: C/gedit.xml:571(guilabel) C/gedit.xml:1175(guilabel)
+msgid "Line Numbers"
+msgstr "Numeri di riga"
+
+#: C/gedit.xml:574(para)
+msgid ""
+"Select the <guilabel>Print line numbers</guilabel> option to include line "
+"numbers when you print a file."
+msgstr ""
+"Selezionare l'opzione <guilabel>Stampare numeri di riga</guilabel> per "
+"includere i numeri delle righe nella stampa di un file."
+
+#: C/gedit.xml:575(para)
+msgid ""
+"Use the <guilabel>Number every ... lines </guilabel> spin box to specify how "
+"often to print the line numbers, for example every 5 lines, every 10 lines, "
+"and so on."
+msgstr ""
+"Usare il controllo di selezione <guilabel>Numeri ogni ... righe</guilabel> "
+"per specificare la frequenza con cui stampare i numeri, per esempio ogni 5 "
+"righe, ogni 10 righe e così via."
+
+#: C/gedit.xml:578(guilabel) C/gedit.xml:1168(guilabel) C/gedit.xml:1687(para)
+msgid "Text Wrapping"
+msgstr "A capo automatico"
+
+#: C/gedit.xml:580(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to wrap text "
+"onto the next line, at a character level, when you print a file. The "
+"application counts wrapped lines as one line for line numbering purposes."
+msgstr ""
+"Selezionare l'opzione <guilabel>Attivare a capo automatico</guilabel> per "
+"mandare a capo il testo automaticamente a livello di parola durante la "
+"stampa di un file. L'applicazione conteggia le righe mandate a capo come una "
+"singola riga ai fini della numerazione."
+
+#: C/gedit.xml:582(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"wrap text onto the next line, at a word level, when you print a file."
+msgstr ""
+"Selezionare l'opzione <guilabel>Non dividere le parole su due righe</"
+"guilabel> per impostare il ritorno a capo del testo a livello di parola "
+"durante la stampa di un file."
+
+#: C/gedit.xml:590(title)
+msgid "Fonts"
+msgstr "Caratteri"
+
+#: C/gedit.xml:592(guilabel)
+msgid "Body"
+msgstr "Corpo del testo"
+
+#: C/gedit.xml:594(para)
+msgid ""
+"Click on this button to select the font to use to print the body text of a "
+"file."
+msgstr ""
+"Fare clic su questo pulsante per selezionare il tipo di carattere da usare "
+"per stampare il testo di un file."
+
+#: C/gedit.xml:597(guilabel)
+msgid "Line numbers"
+msgstr "Numeri di riga"
+
+#: C/gedit.xml:600(para)
+msgid "Click on this button to select the font to use to print line numbers."
+msgstr ""
+"Fare clic su questo pulsante per selezionare il tipo di carattere da usare "
+"per stampare i numeri di riga di un file."
+
+#: C/gedit.xml:603(guilabel)
+msgid "Headers and footers"
+msgstr "Intestazioni e piè di pagina"
+
+#: C/gedit.xml:605(para)
+msgid ""
+"Click on this button to select the font to use to print the headers and "
+"footers in a file."
+msgstr ""
+"Fare clic su questo pulsante per selezionare il tipo di carattere da usare "
+"per stampare le intestazioni e i piè di pagina di un file."
+
+#: C/gedit.xml:609(para)
+msgid ""
+"To reset the fonts to the default fonts for printing a file from "
+"<application>gedit</application>, click <guibutton>Restore Default Fonts</"
+"guibutton>."
+msgstr ""
+"Per ripristinare i caratteri predefiniti per la stampa dei file da "
+"<application>gedit</application>, fare clic sul pulsante "
+"<guibutton>Ripristina caratteri predefiniti</guibutton>."
+
+#: C/gedit.xml:616(title)
+msgid "Printing a Document"
+msgstr "Stampare un documento"
+
+#: C/gedit.xml:617(para)
+msgid ""
+"You can use <application>gedit</application> to perform the following print "
+"operations:"
+msgstr ""
+"<application>gedit</application> consente di eseguire le seguenti operazioni "
+"di stampa:"
+
+#: C/gedit.xml:619(para)
+msgid "Print a document to a printer."
+msgstr "Stampare un documento su una stampante."
+
+#: C/gedit.xml:621(para)
+msgid "Print the output of the print command to a file."
+msgstr "Inviare l'output di un comando di stampa in un file."
+
+#: C/gedit.xml:624(para)
+msgid ""
+"If you print to a file, <application>gedit</application> sends the output of "
+"the file to a pre-press format file. The most common pre-press formats are "
+"PostScript and Portable Document Format (PDF)."
+msgstr ""
+"Quando si stampa su un file, <application>gedit</application> invia l'output "
+"al file in un formato di prestampa. I formati di prestampa più diffusi sono "
+"PostScript e PDF (Portable Document Format)."
+
+#: C/gedit.xml:626(para)
+msgid ""
+"To preview the pages that you want to print, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"Per visualizzare un'anteprima delle pagine da stampare, scegliere "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Anteprima di stampa</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:628(para)
+msgid ""
+"To print the current file to a printer or a file, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></"
+"menuchoice> to display the <guilabel>Print</guilabel> dialog."
+msgstr ""
+"Per stampare il file attivo su una stampante o su un file, scegliere "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Stampa</guimenuitem></"
+"menuchoice> per visualizzare la finestra di dialogo <guilabel>Stampa</"
+"guilabel>."
+
+#: C/gedit.xml:630(para)
+msgid ""
+"The <guilabel>Print</guilabel> dialog enables you to specify the following "
+"print options:"
+msgstr ""
+"La finestra di dialogo <guilabel>Stampa</guilabel> consente di specificare "
+"le seguenti opzioni di stampa:"
+
+#: C/gedit.xml:633(title)
+msgid "Job Tabbed Section"
+msgstr "Scheda Lavoro"
+
+#: C/gedit.xml:635(guilabel)
+msgid "Print range"
+msgstr "Intervallo di stampa"
+
+#: C/gedit.xml:637(para)
+msgid ""
+"Select one of the following options to determine how many pages to print:"
+msgstr ""
+"Selezionare una delle opzioni seguenti per determinare quali pagine stampare:"
+
+#: C/gedit.xml:640(guilabel)
+msgid "All"
+msgstr "Tutte"
+
+#: C/gedit.xml:641(para)
+msgid "Select this option to print all of the pages in the file."
+msgstr "Selezionare questa opzione per stampare tutte le pagine del file."
+
+#: C/gedit.xml:644(guilabel)
+msgid "Lines"
+msgstr "Righe"
+
+#: C/gedit.xml:645(para)
+msgid ""
+"Select this option to print the specified lines only. Use the "
+"<guilabel>From</guilabel> and <guilabel>To</guilabel> spin boxes to specify "
+"the line range."
+msgstr ""
+"Selezionare questa opzione per stampare solamente le righe specificate. "
+"Usare i controlli di selezione <guilabel>Da:</guilabel> e <guilabel>A:</"
+"guilabel> per specificare un intervallo di righe."
+
+#: C/gedit.xml:648(guilabel)
+msgid "Selection"
+msgstr "Selezione"
+
+#: C/gedit.xml:649(para)
+msgid ""
+"Select this option to print the selected text only. This option is only "
+"available if you select text."
+msgstr ""
+"Selezionare questa opzione per stampare solo il testo selezionato. L'opzione "
+"è abilitata solo quando è stata effettuata una selezione."
+
+#: C/gedit.xml:655(guilabel)
+msgid "Copies"
+msgstr "Copie"
+
+#: C/gedit.xml:657(para)
+msgid ""
+"Use the <guilabel>Number of copies</guilabel> spin box to specify the number "
+"of copies of the file that you want to print."
+msgstr ""
+"Usare il controllo di selezione <guilabel>Numero di copie</guilabel> per "
+"specificare il numero di copie da stampare."
+
+#: C/gedit.xml:658(para)
+msgid ""
+"If you print multiple copies of the file, select the <guilabel>Collate</"
+"guilabel> option to collate the printed copies."
+msgstr ""
+"Se si intendono stampare più copie del file, selezionare l'opzione "
+"<guilabel>Fascicola</guilabel> per fascicolare le copie stampate."
+
+#: C/gedit.xml:665(title)
+msgid "Printer Tabbed Section"
+msgstr "Scheda Stampante"
+
+#: C/gedit.xml:667(guilabel)
+msgid "Printer"
+msgstr "Stampante"
+
+#: C/gedit.xml:669(para)
+msgid ""
+"Use this drop-down list to select the printer to which you want to print the "
+"file."
+msgstr ""
+"Usare questo elenco a discesa per selezionare la stampante con cui stampare "
+"il file."
+
+#: C/gedit.xml:672(guilabel)
+msgid "Settings"
+msgstr "Impostazioni"
+
+#: C/gedit.xml:674(para)
+msgid "Use this drop-down list to select the printer settings."
+msgstr ""
+"Usare questa elenco a discesa per selezionare le impostazioni della pagina."
+
+#: C/gedit.xml:676(para)
+msgid ""
+"To configure the printer, click <guibutton>Configure</guibutton>. For "
+"example, you can enable or disable duplex printing, or schedule delayed "
+"printing, if this functionality is supported by the printer."
+msgstr ""
+"Per configurare la stampante, fare clic su <guibutton>Configura</guibutton>. "
+"Per esempio, è possibile abilitare la stampa fronte retro o impostare una "
+"stampa ritardata, sempre che queste funzionalità siano supportate dalla "
+"stampante."
+
+#: C/gedit.xml:680(guilabel)
+msgid "Location"
+msgstr "Posizione"
+
+#: C/gedit.xml:682(para)
+msgid ""
+"Use this drop-down list to select one of the following print destinations:"
+msgstr ""
+"Usare questo elenco a discesa per selezionare una delle seguenti opzioni:"
+
+#: C/gedit.xml:687(guilabel)
+msgid "CUPS"
+msgstr "CUPS"
+
+#: C/gedit.xml:689(para)
+msgid "Print the file to a CUPS printer."
+msgstr "Stampa il file su una stampante CUPS."
+
+#: C/gedit.xml:693(para)
+msgid ""
+"If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is the "
+"only entry in this drop-down list."
+msgstr ""
+"Se la stampante selezionata è una stampante CUPS, <guilabel>CUPS</guilabel> "
+"è l'unica voce di questo elenco a discesa."
+
+#: C/gedit.xml:700(guilabel)
+msgid "lpr"
+msgstr "lpr"
+
+#: C/gedit.xml:702(para)
+msgid "Print the file to a printer."
+msgstr "Stampa il file su una stampante."
+
+#: C/gedit.xml:708(guilabel)
+msgid "File"
+msgstr "File"
+
+#: C/gedit.xml:710(para)
+msgid "Print the file to a PostScript file."
+msgstr "Stampa su un file PostScript."
+
+#: C/gedit.xml:713(para)
+msgid ""
+"Click <guibutton>Save As</guibutton> to display a dialog where you specify "
+"the name and location of the PostScript file."
+msgstr ""
+"Fare clic su <guibutton>Salva come</guibutton> per visualizzare la finestra "
+"di dialogo in cui specificare il nome e la posizione del file PostScript."
+
+#: C/gedit.xml:719(guilabel)
+msgid "Custom"
+msgstr "Personalizzato"
+
+#: C/gedit.xml:721(para)
+msgid "Use the specified command to print the file."
+msgstr "Usa il comando specificato per stampare il file."
+
+#: C/gedit.xml:724(para)
+msgid ""
+"Type the name of the command in the text box. Include all command-line "
+"arguments."
+msgstr ""
+"Digitare il nome del comando nella casella di testo. Includere anche tutti "
+"gli argomenti a riga di comando."
+
+#: C/gedit.xml:732(guilabel)
+msgid "State"
+msgstr "Stato"
+
+#: C/gedit.xml:734(para) C/gedit.xml:740(para) C/gedit.xml:746(para)
+msgid "This functionality is not supported in this version of gedit."
+msgstr "Questa funzionalità non è supportata da questa versione di gedit."
+
+#: C/gedit.xml:738(guilabel)
+msgid "Type"
+msgstr "Tipo"
+
+#: C/gedit.xml:744(guilabel)
+msgid "Comment"
+msgstr "Commento"
+
+#: C/gedit.xml:754(title)
+msgid "Paper Tabbed Section"
+msgstr "Scheda Carta"
+
+#: C/gedit.xml:756(guilabel)
+msgid "Paper size"
+msgstr "Dimensione carta"
+
+#: C/gedit.xml:758(para)
+msgid ""
+"Use this drop-down list to select the size of the paper to which you want to "
+"print the file."
+msgstr ""
+"Usare questo elenco a discesa per selezionare la dimensione della carta su "
+"cui stampare il file."
+
+#: C/gedit.xml:761(guilabel)
+msgid "Width"
+msgstr "Larghezza"
+
+#: C/gedit.xml:763(para)
+msgid ""
+"Use this spin box to specify the width of the paper. Use the adjacent drop-"
+"down list to change the measurement unit."
+msgstr ""
+"Usare questo controllo di selezione per specificare la larghezza della "
+"carta. Usare l'elenco a discesa adiacente per modificare l'unità di misura "
+"per la dimensione della carta."
+
+#: C/gedit.xml:766(guilabel)
+msgid "Height"
+msgstr "Altezza"
+
+#: C/gedit.xml:768(para)
+msgid "Use this spin box to specify the height of the paper."
+msgstr ""
+"Usare questo controllo di selezione per specificare l'altezza della carta."
+
+#: C/gedit.xml:771(guilabel)
+msgid "Feed orientation"
+msgstr "Orientamento alimentazione"
+
+#: C/gedit.xml:773(para)
+msgid ""
+"Use this drop-down list to select the orientation of the paper in the "
+"printer."
+msgstr ""
+"Usare questo elenco a discesa per selezionare l'orientamento della carta "
+"nella stampante."
+
+#: C/gedit.xml:776(guilabel)
+msgid "Page orientation"
+msgstr "Orientamento pagina"
+
+#: C/gedit.xml:778(para)
+msgid "Use this drop-down list to select the page orientation."
+msgstr ""
+"Usare questo elenco a discesa per selezionare l'orientamento della pagina."
+
+#: C/gedit.xml:781(guilabel)
+msgid "Layout"
+msgstr "Disposizione"
+
+#: C/gedit.xml:783(para)
+msgid ""
+"Use this drop-down list to select the page layout. A preview of each layout "
+"that you select is displayed in the <guilabel>Preview</guilabel> area."
+msgstr ""
+"Usare questo elenco a discesa per selezionare la disposizione della pagina. "
+"La disposizione prescelta viene visualizzata in anteprima nell'area "
+"<guilabel>Anteprima</guilabel>."
+
+#: C/gedit.xml:786(guilabel)
+msgid "Paper tray"
+msgstr "Vassoio carta"
+
+#: C/gedit.xml:788(para)
+msgid "Use this drop-down list to select the paper tray."
+msgstr ""
+"Usare questo elenco a discesa per selezionare l'orientamento della pagina."
+
+#: C/gedit.xml:799(title)
+msgid "Programming Features"
+msgstr "Caratteristiche di programmazione"
+
+#: C/gedit.xml:801(para)
+msgid ""
+"Several of <application>gedit</application>'s features for programming are "
+"provided with plugins. For example, the Tag List plugin provides a list of "
+"commonly-used tags for different markup languages: see <xref linkend=\"gedit-"
+"tag-list-plugin\"/>."
+msgstr ""
+"Molte delle caratteristiche di programmazione di <application>gedit</"
+"application> vengono fornite attraverso plugin. Il plugin «Elenco dei tag», "
+"per esempio, fornisce un elenco dei tag più usati per i maggiori linguaggi "
+"di marcatura del testo: consultare <xref linkend=\"gedit-tag-list-plugin\" /"
+">."
+
+#: C/gedit.xml:805(title)
+msgid "Syntax Highlighting"
+msgstr "Evidenziazione sintassi"
+
+#: C/gedit.xml:806(para)
+msgid ""
+"Syntax highlighting makes source code easier to read by showing different "
+"parts of the text in different colors."
+msgstr ""
+"L'evidenziazione della sintassi rende la lettura del codice sorgente più "
+"semplice visualizzando diverse parti del testo con colori differenti."
+
+#: C/gedit.xml:808(para)
+msgid ""
+"<application>gedit</application> chooses an appropriate syntax highlighting "
+"mode based on a document's type. To override the syntax highlighting mode, "
+"choose <menuchoice><guimenu>View</guimenu><guimenuitem>Highlight Mode</"
+"guimenuitem></menuchoice>, then choose one of the following menu items:"
+msgstr ""
+"<application>gedit</application> sceglie un'evidenziazione della sintassi "
+"appropriata in base al tipo di documento. Per modificare la modalità di "
+"evidenziazione, scegliere <menuchoice><guimenu>Visualizza</"
+"guimenu><guimenuitem>Modalità di evidenziazione</guimenuitem></menuchoice> e "
+"quindi scegliere una delle seguenti voci:"
+
+#: C/gedit.xml:811(guimenuitem)
+msgid "Normal"
+msgstr "Nessuna"
+
+#: C/gedit.xml:813(para)
+msgid "Do not display any syntax highlighting."
+msgstr "Non visualizza alcuna evidenziazione."
+
+#: C/gedit.xml:817(guisubmenu)
+msgid "Sources"
+msgstr "Sorgenti"
+
+#: C/gedit.xml:819(para)
+msgid ""
+"Display syntax highlighting to edit source code. Use the "
+"<guisubmenu>Sources</guisubmenu> submenu to select the source code type."
+msgstr ""
+"Visualizza l'evidenziazione della sintassi per il codice sorgente. Usare il "
+"sotto-menù <guisubmenu>Sorgenti</guisubmenu> per selezionare il tipo di "
+"codice sorgente."
+
+#: C/gedit.xml:823(guisubmenu)
+msgid "Markup"
+msgstr "Markup"
+
+#: C/gedit.xml:825(para)
+msgid ""
+"Display syntax highlighting to edit markup code. Use the <guisubmenu>Markup</"
+"guisubmenu> submenu to select the markup code type."
+msgstr ""
+"Visualizza l'evidenziazione della sintassi per il codice di marcatura. Usare "
+"il sotto-menù <guisubmenu>Markup</guisubmenu> per selezionare il tipo di "
+"marcatura."
+
+#: C/gedit.xml:829(guisubmenu)
+msgid "Scripts"
+msgstr "Script"
+
+#: C/gedit.xml:831(para)
+msgid ""
+"Display syntax highlighting to edit script code. Use the "
+"<guisubmenu>Scripts</guisubmenu> submenu to select the script code type."
+msgstr ""
+"Visualizza l'evidenziazione della sintassi per gli script. Usare il sotto-"
+"menù <guisubmenu>Script</guisubmenu> per selezionare il tipo di script."
+
+#: C/gedit.xml:835(guisubmenu)
+msgid "Others"
+msgstr "Altri"
+
+#: C/gedit.xml:837(para)
+msgid ""
+"Display syntax highlighting to edit other types of code. Use the "
+"<guisubmenu>Others</guisubmenu> submenu to select the code type."
+msgstr ""
+"Visualizza l'evidenziazione di sintassi per altri tipi di codice. Usare il "
+"sotto-menù <guisubmenu>Altri</guisubmenu> per selezionare il tipo."
+
+#: C/gedit.xml:845(title)
+msgid "Piping the Output of a Command to a File"
+msgstr "Inviare l'output di un comando in pipe a un file"
+
+#: C/gedit.xml:846(para)
+msgid ""
+"You can use <application>gedit</application> to pipe the output of a command "
+"to a text file. For example, to pipe the output of an <command>ls</command> "
+"command to a text file, type <command>ls | gedit</command>, then press "
+"<keycap>Return</keycap>."
+msgstr ""
+"È possibile usare <application>gedit</application> per inviare con una pipe "
+"l'output di un comando a un file di testo. Per esempio, per inviare in pipe "
+"l'output del comando <command>ls</command> a un file di testo, digitare "
+"<command>ls | gedit</command>, quindi premere <keycap>Invio</keycap>."
+
+#: C/gedit.xml:847(para)
+msgid ""
+"The output of the <command>ls</command> command is displayed in a new text "
+"file in the <application>gedit</application> window."
+msgstr ""
+"L'output del comando <command>ls</command> viene visualizzato in un nuovo "
+"file di testo nella finestra di <application>gedit</application>."
+
+#: C/gedit.xml:848(para)
+msgid ""
+"Alternatively, you can use the <application>External tools</application> "
+"plugin to pipe command output to the current file."
+msgstr ""
+"In alternativa, è possibile usare il plugin <application>Strumenti esterni</"
+"application> per inviare in pipe l'output del comando al file aperto."
+
+#: C/gedit.xml:854(title)
+msgid "Shortcut Keys"
+msgstr "Scorciatoie da tastiera"
+
+#: C/gedit.xml:855(para)
+msgid ""
+"Use shortcut keys to perform common tasks more quickly than with the mouse "
+"and menus. The following tables list all of <application>gedit</"
+"application>'s shortcut keys."
+msgstr ""
+"È possibile usare le scorciatoie da tastiera per eseguire delle azioni "
+"comuni più velocemente rispetto all'utilizzo del mouse o dei menù. La "
+"seguente tabella elenca tutte le scorciatoie di <application>gedit</"
+"application>."
+
+#: C/gedit.xml:856(para)
+msgid ""
+"For more on shortcut keys, see the <ulink type=\"help\" url=\"ghelp:user-"
+"guide?keyboard-skills\">Desktop User Guide</ulink>."
+msgstr ""
+"Per maggiori informazioni sulle scorciatoie da tastiera, consultare la "
+"<ulink type=\"help\" url=\"ghelp:user-guide?keyboard-skills\">Guida "
+"all'ambiente grafico per l'utente</ulink>."
+
+#. ============= Tabs ========================
+#: C/gedit.xml:859(bridgehead) C/gedit.xml:1207(guilabel)
+msgid "Tabs"
+msgstr "Tabulazioni"
+
+#: C/gedit.xml:860(para)
+msgid "Shortcuts for tabs:"
+msgstr "Scorciatoie per le tabulazioni:"
+
+#: C/gedit.xml:868(para) C/gedit.xml:912(para) C/gedit.xml:968(para)
+#: C/gedit.xml:1016(para) C/gedit.xml:1044(para) C/gedit.xml:1091(para)
+#: C/gedit.xml:1134(para)
+msgid "Shortcut Key"
+msgstr "Scorciatoia"
+
+#: C/gedit.xml:870(para) C/gedit.xml:914(para) C/gedit.xml:970(para)
+#: C/gedit.xml:1018(para) C/gedit.xml:1046(para) C/gedit.xml:1093(para)
+#: C/gedit.xml:1136(para)
+msgid "Command"
+msgstr "Comando"
+
+#: C/gedit.xml:875(para)
+msgid "Ctrl + Alt + PageUp"
+msgstr "Ctrl + Alt + PagSu"
+
+#: C/gedit.xml:876(para)
+msgid "Switches to the next tab to the left."
+msgstr "Passa alla successiva scheda sulla sinistra."
+
+#: C/gedit.xml:879(para)
+msgid "Ctrl + Alt + PageDown"
+msgstr "Ctrl + Alt + PagGiù"
+
+#: C/gedit.xml:880(para)
+msgid "Switches to the next tab to the right."
+msgstr "Passa alla successiva scheda sulla destra."
+
+#: C/gedit.xml:883(para) C/gedit.xml:947(para)
+msgid "Ctrl + W"
+msgstr "Ctrl + W"
+
+#: C/gedit.xml:884(para)
+msgid "Close tab."
+msgstr "Chiude la scheda."
+
+#: C/gedit.xml:887(para)
+msgid "Ctrl + Shift + L"
+msgstr "Ctrl + Maiusc + L"
+
+#: C/gedit.xml:888(para)
+msgid "Save all tabs."
+msgstr "Salva tutte le schede."
+
+#: C/gedit.xml:891(para)
+msgid "Ctrl + Shift + W"
+msgstr "Ctrl + Maiusc + W"
+
+#: C/gedit.xml:892(para)
+msgid "Close all tabs."
+msgstr "Chiude tutte le schede."
+
+#: C/gedit.xml:895(para)
+msgid "Alt + n"
+msgstr "Alt + n"
+
+#: C/gedit.xml:896(para)
+msgid "Jump to nth tab."
+msgstr "Passa all'n-esima scheda."
+
+#. ============= Files ========================
+#: C/gedit.xml:903(bridgehead)
+msgid "Files"
+msgstr "File"
+
+#: C/gedit.xml:904(para)
+msgid "Shortcuts for working with files:"
+msgstr "Scorciatoie per lavorare con i file:"
+
+#: C/gedit.xml:919(para)
+msgid "Ctrl + N"
+msgstr "Ctrl + N"
+
+#: C/gedit.xml:920(para)
+msgid "Create a new document."
+msgstr "Creare un nuovo file."
+
+#: C/gedit.xml:923(para)
+msgid "Ctrl + O"
+msgstr "Ctrl + O"
+
+#: C/gedit.xml:924(para)
+msgid "Open a document."
+msgstr "Apre un file."
+
+#: C/gedit.xml:927(para)
+msgid "Ctrl + L"
+msgstr "Ctrl + L"
+
+#: C/gedit.xml:928(para)
+msgid "Open a location."
+msgstr "Apre una posizione."
+
+#: C/gedit.xml:931(para)
+msgid "Ctrl + S"
+msgstr "Ctrl + S"
+
+#: C/gedit.xml:932(para)
+msgid "Save the current document to disk."
+msgstr "Salva il file aperto sul disco."
+
+#: C/gedit.xml:935(para)
+msgid "Ctrl + Shift + S"
+msgstr "Ctrl + Maiusc + S"
+
+#: C/gedit.xml:936(para)
+msgid "Save the current document with a new filename."
+msgstr "Salva il file aperto con un nuovo nome."
+
+#: C/gedit.xml:939(para)
+msgid "Ctrl + P"
+msgstr "Ctrl + P"
+
+#: C/gedit.xml:940(para)
+msgid "Print the current document."
+msgstr "Stampa il file corrente."
+
+#: C/gedit.xml:943(para)
+msgid "Ctrl + Shift + P"
+msgstr "Ctrl + Maiusc + P"
+
+#: C/gedit.xml:944(para)
+msgid "Print preview."
+msgstr "Anteprima di stampa."
+
+#: C/gedit.xml:948(para)
+msgid "Close the current document."
+msgstr "Chiude il file corrente."
+
+#: C/gedit.xml:951(para)
+msgid "Ctrl + Q"
+msgstr "Ctrl + Q"
+
+#: C/gedit.xml:952(para)
+msgid "Quit Gedit."
+msgstr "Esce da Gedit"
+
+#. ============= Edit =======================
+#: C/gedit.xml:959(bridgehead) C/gedit.xml:1408(guimenu)
+#: C/gedit.xml:1414(guimenu) C/gedit.xml:1420(guimenu)
+#: C/gedit.xml:1426(guimenu)
+msgid "Edit"
+msgstr "Modifica"
+
+#: C/gedit.xml:960(para)
+msgid "Shortcuts for editing documents:"
+msgstr "Scorciatoie per modificare i file:"
+
+#: C/gedit.xml:975(para)
+msgid "Ctrl + Z"
+msgstr "Ctrl + Z"
+
+#: C/gedit.xml:976(para)
+msgid "Undo the last action."
+msgstr "Annulla l'ultima azione."
+
+#: C/gedit.xml:979(para)
+msgid "Ctrl + Shift + Z"
+msgstr "Ctrl + Maiusc + Z"
+
+#: C/gedit.xml:980(para)
+msgid "Redo the last undone action ."
+msgstr "Ripete l'ultima azione annullata."
+
+#: C/gedit.xml:983(para)
+msgid "Ctrl + X"
+msgstr "Ctrl + X"
+
+#: C/gedit.xml:984(para)
+msgid "Cut the selected text or region and place it on the clipboard."
+msgstr "Taglia il testo o la regione selezionata e la mette negli appunti."
+
+#: C/gedit.xml:987(para)
+msgid "Ctrl + C"
+msgstr "Ctrl + C"
+
+#: C/gedit.xml:988(para)
+msgid "Copy the selected text or region onto the clipboard."
+msgstr "Copia il testo o la regione selezionata negli appunti."
+
+#: C/gedit.xml:991(para)
+msgid "Ctrl + V"
+msgstr "Ctrl + V"
+
+#: C/gedit.xml:992(para)
+msgid "Paste the contents of the clipboard."
+msgstr "Incolla il contenuto degli appunti."
+
+#: C/gedit.xml:995(para)
+msgid "Ctrl + A"
+msgstr "Ctrl + A"
+
+#: C/gedit.xml:996(para)
+msgid "Select all."
+msgstr "Seleziona tutto."
+
+#: C/gedit.xml:999(para)
+msgid "Ctrl + D"
+msgstr "Ctrl + D"
+
+#: C/gedit.xml:1000(para)
+msgid "Delete current line."
+msgstr "Elimina la riga attuale."
+
+#. ============= Panes =======================
+#: C/gedit.xml:1007(bridgehead)
+msgid "Panes"
+msgstr "Riquadri"
+
+#: C/gedit.xml:1008(para)
+msgid "Shortcuts for showing and hiding panes:"
+msgstr "Scorciatoie per mostrare e nascondere i riquadri:"
+
+#: C/gedit.xml:1023(para)
+msgid "F9"
+msgstr "F9"
+
+#: C/gedit.xml:1024(para)
+msgid "Show/hide the side pane."
+msgstr "Mostra/Nasconde il riquadro laterale."
+
+#: C/gedit.xml:1027(para)
+msgid "Ctrl + F9"
+msgstr "Ctrl + F9"
+
+#: C/gedit.xml:1028(para)
+msgid "Show/hide the bottom pane."
+msgstr "Mostra/Nasconde il riquadro inferiore."
+
+#. ============= Search =======================
+#: C/gedit.xml:1035(bridgehead)
+msgid "Search"
+msgstr "Cerca"
+
+#: C/gedit.xml:1036(para)
+msgid "Shortcuts for searching:"
+msgstr "Scorciatoie per eseguire ricerche:"
+
+#: C/gedit.xml:1051(para)
+msgid "Ctrl + F"
+msgstr "Ctrl + F"
+
+#: C/gedit.xml:1052(para)
+msgid "Find a string."
+msgstr "Trova una stringa."
+
+#: C/gedit.xml:1055(para)
+msgid "Ctrl + G"
+msgstr "Ctrl + G"
+
+#: C/gedit.xml:1056(para)
+msgid "Find the next instance of the string."
+msgstr "Trova l'istanza successiva della stringa."
+
+#: C/gedit.xml:1059(para)
+msgid "Ctrl + Shift + G"
+msgstr "Ctrl + Maiusc + G"
+
+#: C/gedit.xml:1060(para)
+msgid "Find the previous instance of the string."
+msgstr "Trova l'istanza precedente della stringa."
+
+#: C/gedit.xml:1063(para)
+msgid "Ctrl + K"
+msgstr "Ctrl + K"
+
+# (NdT) è la ricerca incrementale...
+#: C/gedit.xml:1064(para)
+msgid "Interactive search."
+msgstr "Ricerca incrementale."
+
+#: C/gedit.xml:1067(para)
+msgid "Ctrl + H"
+msgstr "Ctrl + H"
+
+#: C/gedit.xml:1068(para)
+msgid "Search and replace."
+msgstr "Cerca e sostituisce."
+
+#: C/gedit.xml:1071(para)
+msgid "Ctrl + Shift + K"
+msgstr "Ctrl + Maiusc + K"
+
+#: C/gedit.xml:1072(para)
+msgid "Clear highlight."
+msgstr "Azzera evidenziazione."
+
+#: C/gedit.xml:1075(para)
+msgid "Ctrl + I"
+msgstr "Ctrl + I"
+
+#: C/gedit.xml:1076(para)
+msgid "Goto line."
+msgstr "Va alla riga."
+
+#. ============= Tools =======================
+#: C/gedit.xml:1082(bridgehead)
+msgid "Tools"
+msgstr "Strumenti"
+
+#: C/gedit.xml:1083(para)
+msgid "Shortcuts for tools:"
+msgstr "Scorciatoie per gli strumenti:"
+
+#: C/gedit.xml:1098(para)
+msgid "Shift + F7"
+msgstr "Maiusc + F7"
+
+#: C/gedit.xml:1099(para)
+msgid "Check spelling (with plugin)."
+msgstr "Controllo ortografico (con plugin)."
+
+#: C/gedit.xml:1102(para)
+msgid "Alt + F12"
+msgstr "Alt + F12"
+
+#: C/gedit.xml:1103(para)
+msgid "Remove trailing spaces (with plugin)."
+msgstr "Rimuove gli spazi di fine riga (con plugin)."
+
+#: C/gedit.xml:1106(para)
+msgid "Ctrl + T"
+msgstr "Ctrl + T"
+
+#: C/gedit.xml:1107(para)
+msgid "Indent (with plugin)."
+msgstr "Rientro (con plugin)."
+
+#: C/gedit.xml:1110(para)
+msgid "Ctrl + Shift + T"
+msgstr "Ctrl + Maiusc + T"
+
+#: C/gedit.xml:1111(para)
+msgid "Remove Indent (with plugin)."
+msgstr "Rimuove rientro (con plugin)."
+
+#: C/gedit.xml:1114(para)
+msgid "F8"
+msgstr "F8"
+
+#: C/gedit.xml:1115(para)
+msgid "Run \"make\" in current directory (with plugin)."
+msgstr "Esegue \"make\" nella directory attuale (con plugin)."
+
+#: C/gedit.xml:1118(para)
+msgid "Ctrl + Shift + D"
+msgstr "Ctrl + Maiusc + D"
+
+#: C/gedit.xml:1119(para)
+msgid "Directory listing (with plugin)."
+msgstr "Elenco directory (con plugin)."
+
+#. ============= Help =======================
+#: C/gedit.xml:1125(bridgehead)
+msgid "Help"
+msgstr "Aiuto"
+
+#: C/gedit.xml:1126(para)
+msgid "Shortcuts for help:"
+msgstr "Scorciatoie per l'aiuto:"
+
+#: C/gedit.xml:1141(para)
+msgid "F1"
+msgstr "F1"
+
+#: C/gedit.xml:1142(para)
+msgid "Open <application>gedit</application>'s user manual."
+msgstr "Apre il manuale utente di <application>gedit</application>."
+
+#: C/gedit.xml:1154(title)
+msgid "Preferences"
+msgstr "Preferenze"
+
+#: C/gedit.xml:1156(para)
+msgid ""
+"To configure <application>gedit</application>, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. The <guilabel>Preferences</guilabel> dialog contains the "
+"following categories:"
+msgstr ""
+"Per configurare <application>gedit</application>, scegliere "
+"<menuchoice><guimenu>Modifica</guimenu><guimenuitem>Preferenze</"
+"guimenuitem></menuchoice>. La finestra di dialogo <guilabel>Preferenze</"
+"guilabel> contiene le seguenti categorie:"
+
+#: C/gedit.xml:1165(title)
+msgid "View Preferences"
+msgstr "Preferenze di visualizzazione"
+
+#: C/gedit.xml:1170(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to have long "
+"lines of text flow into paragraphs instead of running off the edge of the "
+"text window. This avoids having to scroll horizontally"
+msgstr ""
+"Selezionare l'opzione <guilabel>Attivare a capo automatico</guilabel> in "
+"modo che le righe di testo più lunghe non vadano oltre il bordo della "
+"finestra. In questo modo si evita lo scorrimento orizzontale."
+
+#: C/gedit.xml:1171(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"have the text wrapping option preserve whole words when flowing text to the "
+"next line. This makes text easier to read."
+msgstr ""
+"Selezionare l'opzione <guilabel>Non dividere le parole su due righe</"
+"guilabel> in modo che l'opzione di a capo automatico preservi le parole a "
+"fine riga intere. Consente una lettura più facile del testo."
+
+#: C/gedit.xml:1177(para)
+msgid ""
+"Select the <guilabel>Display line numbers</guilabel> option to display line "
+"numbers on the left side of the <application>gedit</application> window."
+msgstr ""
+"Selezionare l'opzione <guilabel>Mostrare i numeri di riga</guilabel> per "
+"visualizzare i numeri di riga nella parte sinistra della finestra di "
+"<application>gedit</application>."
+
+#: C/gedit.xml:1181(guilabel)
+msgid "Current Line"
+msgstr "Riga corrente"
+
+#: C/gedit.xml:1183(para)
+msgid ""
+"Select the <guilabel>Highlight current line</guilabel> option to highlight "
+"the line where the cursor is placed."
+msgstr ""
+"Selezionare l'opzione <guilabel>Evidenziare la riga corrente</guilabel> per "
+"evidenziare la riga a cui il cursore è posizionato."
+
+#: C/gedit.xml:1187(guilabel)
+msgid "Right Margin"
+msgstr "Margine destro"
+
+#: C/gedit.xml:1189(para)
+msgid ""
+"Select the <guilabel>Display right margin</guilabel> option to display a "
+"vertical line that indicates the right margin."
+msgstr ""
+"Selezionare l'opzione <guilabel>Mostrare il margine destro</guilabel> per "
+"visualizzare una riga verticale indicante il margine destro."
+
+#: C/gedit.xml:1190(para)
+msgid ""
+"Use the <guilabel>Right margin at column</guilabel> spin box to specify the "
+"location of the vertical line."
+msgstr ""
+"Usare il controllo di selezione <guilabel>Margine destro alla colonna</"
+"guilabel> per specificare la posizione della riga verticale."
+
+#: C/gedit.xml:1194(guilabel)
+msgid "Bracket Matching"
+msgstr "Corrispondenza parentesi"
+
+#: C/gedit.xml:1196(para)
+msgid ""
+"Select the <guilabel>Highlight matching bracket</guilabel> option to "
+"highlight the corresponding bracket when the cursor is positioned on a "
+"bracket character."
+msgstr ""
+"Selezionare l'opzione <guilabel>Evidenziare la parentesi corrispondente</"
+"guilabel> per evidenziare la parentesi corrispondente quando il cursore è "
+"posizionato su una parentesi."
+
+#: C/gedit.xml:1204(title)
+msgid "Editor Preferences"
+msgstr "Preferenze dell'editor"
+
+#: C/gedit.xml:1209(para)
+msgid ""
+"Use the <guilabel>Tab width</guilabel> spin box to specify the width of the "
+"space that <application> gedit</application> inserts when you press the "
+"<keycap>Tab</keycap> key."
+msgstr ""
+"Usare il controllo di selezione <guilabel>Ampiezza tabulazione</guilabel> "
+"per specificare la larghezza dello spazio che <application>gedit</"
+"application> deve inserire quando si preme il tasto <keycap>Tab</keycap>."
+
+#: C/gedit.xml:1210(para)
+msgid ""
+"Select the <guilabel>Insert spaces instead of tabs</guilabel> option to "
+"specify that <application> gedit</application> inserts spaces instead of a "
+"tab character when you press the <keycap>Tab</keycap> key."
+msgstr ""
+"Selezionare l'opzione <guilabel>Inserire spazi invece di tabulazioni</"
+"guilabel> per specificare che <application>gedit</application> deve inserire "
+"una sequenza di spazi anziché un carattere di tabulazione quando si preme il "
+"tasto <keycap>Tab</keycap>."
+
+#: C/gedit.xml:1214(guilabel)
+msgid "Auto Indentation"
+msgstr "Rientro automatico"
+
+#: C/gedit.xml:1216(para)
+msgid ""
+"Select the <guilabel>Enable auto indentation</guilabel> option to specify "
+"that the next line starts at the indentation level of the current line."
+msgstr ""
+"Selezionare l'opzione <guilabel>Attivare rientro automatico</guilabel> per "
+"specificare che la riga successiva deve iniziare al livello di rientro di "
+"quella attuale."
+
+#: C/gedit.xml:1220(guilabel)
+msgid "File Saving"
+msgstr "Salvataggio file"
+
+#: C/gedit.xml:1222(para)
+msgid ""
+"Select the <guilabel>Create a backup copy of files before saving</guilabel> "
+"option to create a backup copy of a file each time you save the file. The "
+"backup copy of the file contains a ~ at the end of the filename."
+msgstr ""
+"Selezionare l'opzione <guilabel>Creare una copia di backup dei file prima di "
+"salvare</guilabel> per creare una copia di backup di un file ogni volta che "
+"viene salvato. La copia di backup del file presenta una tilde (~) alla fine "
+"del nome."
+
+#: C/gedit.xml:1223(para)
+msgid ""
+"Select the <guilabel>Autosave files every ... minutes</guilabel> option to "
+"automatically save the current file at regular intervals. Use the spin box "
+"to specify how often you want to save the file."
+msgstr ""
+"Selezionare l'opzione <guilabel>Salvataggio automatico ogni ... minuti</"
+"guilabel> per impostare il salvataggio automatico del file a intervalli "
+"regolari. Usare il controllo di selezione per specificare l'intervallo per "
+"il salvataggio automatico del file."
+
+#: C/gedit.xml:1230(title)
+msgid "Font &amp; Colors Preferences"
+msgstr "Caratteri &amp; colori"
+
+#: C/gedit.xml:1233(guilabel)
+msgid "Font"
+msgstr "Carattere"
+
+# (NdT) ma dove è?
+#: C/gedit.xml:1235(para)
+msgid ""
+"Select the <guilabel>Use default theme font</guilabel> option to use the "
+"default system font for the text in the <application>gedit</application> "
+"text window."
+msgstr ""
+"Selezionare l'opzione <guilabel>Usare il carattere predefinito del tema</"
+"guilabel> per usare il tipo di carattere predefinito del sistema nella "
+"finestra di testo di <application>gedit</application>."
+
+#: C/gedit.xml:1236(para)
+msgid ""
+"The <guilabel>Editor font</guilabel> field displays the font that "
+"<application>gedit</application> uses to display text. Click on the button "
+"to specify the font type, style, and size to use for text."
+msgstr ""
+"Il campo <guilabel>Carattere dell'editor</guilabel> visualizza il tipo di "
+"carattere utilizzato da <application>gedit</application> per la "
+"visualizzazione del testo. Fare clic sul pulsante per specificare il tipo di "
+"carattere, lo stile e la dimensione da usare per il testo."
+
+#: C/gedit.xml:1240(guilabel)
+msgid "Color Scheme"
+msgstr "Schema colore"
+
+#: C/gedit.xml:1242(para)
+msgid ""
+"You can choose a color scheme from the list of color schemes. By default, "
+"the following color schemes are installed:"
+msgstr ""
+"È possibile scegliere uno schema di colori dall'elenco di quelli installati. "
+"Quelli che seguono sono gli schemi di colori installati in modo predefinito:"
+
+#: C/gedit.xml:1245(guilabel)
+msgid "Classic"
+msgstr "Classic"
+
+#: C/gedit.xml:1247(para)
+msgid "Classic color scheme based on the gvim color scheme."
+msgstr "Schema colore classico basato su quello di gvim."
+
+#: C/gedit.xml:1251(guilabel)
+msgid "Cobalt"
+msgstr "Cobalt"
+
+#: C/gedit.xml:1253(para)
+msgid "Blue based color scheme."
+msgstr "Schema colore basato sul blu."
+
+#: C/gedit.xml:1257(guilabel)
+msgid "Kate"
+msgstr "Kate"
+
+#: C/gedit.xml:1259(para)
+msgid "Color scheme used in the Kate text editor."
+msgstr "Schema colore usato nell'editor di testo Kate."
+
+#: C/gedit.xml:1263(guilabel)
+msgid "Oblivion"
+msgstr "Oblivion"
+
+#: C/gedit.xml:1265(para)
+msgid "Dark color scheme using the Tango color palette."
+msgstr "Schema colore scuro che fa uso dei colori del progetto Tango."
+
+#: C/gedit.xml:1269(guilabel)
+msgid "Tango"
+msgstr "Tango"
+
+#: C/gedit.xml:1271(para)
+msgid "Color scheme using the Tango color scheme."
+msgstr "Schema colore che fa uso dei colori del progetto Tango."
+
+#: C/gedit.xml:1275(para)
+msgid ""
+"You can add a new color scheme by clicking on <guilabel>Add...</guilabel>, "
+"and selecting a color scheme file"
+msgstr ""
+"È possibile aggiungere un nuovo schema di colori facendo clic su "
+"<guilabel>Aggiungi...</guilabel> e selezionando un file contenente lo schema "
+"di colori"
+
+#: C/gedit.xml:1276(para)
+msgid ""
+"You can remove the selected color scheme by clicking on <guilabel>Remove</"
+"guilabel>"
+msgstr ""
+"È possibile rimuovere lo schema colore selezionato facendo clic su "
+"<guilabel>Rimuovi</guilabel>"
+
+#: C/gedit.xml:1283(title)
+msgid "Plugins Preferences"
+msgstr "Plugin"
+
+#: C/gedit.xml:1284(para)
+msgid ""
+"Plugins add extra features to <application>gedit</application>. For more "
+"information on plugins and how to use the built-in plugins, see <xref "
+"linkend=\"gedit-plugins-overview\"/>."
+msgstr ""
+"I plugin aggiungono funzionalità a <application>gedit</application>. Per "
+"maggiori informazioni sull'utilizzo dei plugin integrati, consultare <xref "
+"linkend=\"gedit-plugins-overview\" />."
+
+#: C/gedit.xml:1288(title)
+msgid "Enabling a Plugin"
+msgstr "Abilitare un plugin"
+
+#: C/gedit.xml:1289(para)
+msgid ""
+"To enable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+"Per abilitare un plugin di <application>gedit</application>, procedere come "
+"segue:"
+
+#: C/gedit.xml:1292(para) C/gedit.xml:1313(para) C/gedit.xml:1637(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Scegliere <menuchoice><guimenu>Modifica</guimenu><guimenuitem>Preferenze</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1295(para) C/gedit.xml:1316(para) C/gedit.xml:1640(para)
+msgid "Select the <guilabel>Plugins</guilabel> tab."
+msgstr "Selezionare la scheda <guilabel>Plugin</guilabel>."
+
+#: C/gedit.xml:1298(para)
+msgid ""
+"Select the check box next to the name of the plugin that you want to enable."
+msgstr ""
+"Selezionare la casella di spunta a fianco il nome del plugin da abilitare."
+
+#: C/gedit.xml:1301(para) C/gedit.xml:1322(para)
+msgid ""
+"Click <guibutton>Close</guibutton> to close the <guilabel>Preferences</"
+"guilabel> dialog."
+msgstr ""
+"Fare clic su <guibutton>Chiudi</guibutton> per chiudere la finestra di "
+"dialogo <guilabel>Preferenze</guilabel>."
+
+#: C/gedit.xml:1308(title)
+msgid "Disabling a Plugin"
+msgstr "Disabilitare un plugin"
+
+#: C/gedit.xml:1309(para)
+msgid ""
+"A plugin remains enabled when you quit <application>gedit</application>."
+msgstr ""
+"Quando si esce da <application>gedit</application>, i plugin rimangono "
+"abilitati."
+
+#: C/gedit.xml:1310(para)
+msgid ""
+"To disable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+"Per disabilitare un plugin di <application>gedit</application>, procedere "
+"come segue:"
+
+#: C/gedit.xml:1319(para)
+msgid ""
+"Deselect the check box next to the name of the plugin that you want to "
+"disable."
+msgstr ""
+"Deselezionare la casella di spunta a fianco del nome del plugin da "
+"disabilitare."
+
+# (NdT) ho differenziato il titolo per via dello stesso usato precedentemente
+# in cui veniva indicata la scheda Plugin nelle Preferenze
+#: C/gedit.xml:1331(title)
+msgid "Plugins"
+msgstr "I plugin"
+
+#: C/gedit.xml:1333(title)
+msgid "Working with Plugins"
+msgstr "Lavorare con i plugin"
+
+#: C/gedit.xml:1334(para)
+msgid ""
+"You can add extra features to <application>gedit</application> by enabling "
+"<firstterm>plugins</firstterm>. A plugin is a supplementary program that "
+"enhances the functionality of an application. Plugins add new items to the "
+"<application>gedit</application> menus for the new features they provide."
+msgstr ""
+"È possibile aggiungere ulteriori caratteristiche a <application>gedit</"
+"application> attraverso l'uso dei plugin. Un plugin è un programma "
+"ausiliario che aumenta le funzionalità di un'applicazione. I plugin "
+"aggiungono nuovi oggetti ai menù di <application>gedit</application> in base "
+"alle funzionalità che forniscono."
+
+#: C/gedit.xml:1336(para)
+msgid ""
+"Several plugins come built-in with <application>gedit</application>, and you "
+"can install more. The <ulink type=\"http\" url=\"http://live.gnome.org/Gedit/"
+"Plugins\">gedit website</ulink> lists third-party plugins."
+msgstr ""
+"Diversi plugin sono integrati in <application>gedit</application> ed è "
+"possibile installarne altri. Il <ulink type=\"http\" url=\"http://live.gnome."
+"org/Gedit/Plugins\">sito wed di gedit</ulink> elenca ulteriori plugin."
+
+#: C/gedit.xml:1337(para)
+msgid ""
+"To enable and disable plugins, or see which plugins are currently enabled, "
+"use the <link linkend=\"gedit-prefs-plugins\">Plugins Preferences</link>."
+msgstr ""
+"Per abilitare o disabilitare un plugin o per vedere quali plugin sono "
+"attualmente abilitati, consultare la sezione <link linkend=\"gedit-prefs-"
+"plugins\">Plugin</link>."
+
+#: C/gedit.xml:1338(para)
+msgid ""
+"The following plugins come built-in with <application>gedit</application>:"
+msgstr "I seguenti plugin sono integrati in <application>gedit</application>:"
+
+#: C/gedit.xml:1344(para)
+msgid ""
+"<link linkend=\"gedit-change-case-plugin\"><application>Change Case</"
+"application></link> allows you to change the case of the selected text."
+msgstr ""
+"<link linkend=\"gedit-change-case-plugin\"><application>Cambia maiuscole/"
+"minuscole</application></link> consente di cambiare il testo selezionato tra "
+"maiuscolo e minuscolo."
+
+#: C/gedit.xml:1347(para)
+msgid ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">Document "
+"Statistics</link></application> shows the number of lines, words, and "
+"characters in the document."
+msgstr ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">Statistiche "
+"sul documento</link></application> mostra il numero di righe, parole e "
+"caratteri del documento."
+
+#: C/gedit.xml:1350(para)
+msgid ""
+"<application><link linkend=\"gedit-external-tools-plugin\">External Tools</"
+"link></application> allows you to execute external commands from "
+"<application>gedit</application>."
+msgstr ""
+"<application><link linkend=\"gedit-external-tools-plugin\">Strumenti "
+"esterni</link></application> consente di eseguire comandi esterni da "
+"<application>gedit</application>."
+
+#: C/gedit.xml:1353(para)
+msgid ""
+"<application>File Browser</application> allows you to browse your files and "
+"folders in the side pane."
+msgstr ""
+"<application>Pannello dell'esplorazione file</application> consente di "
+"esplorare i propri file e cartelle nel riquadro laterale."
+
+#: C/gedit.xml:1356(para)
+msgid ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">Indent Lines</"
+"link></application> adds or removes indentation from the selected lines."
+msgstr ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">Applica un rientro "
+"alle righe</link></application> aggiunge o rimuove un rientro alle righe "
+"selezionate."
+
+#: C/gedit.xml:1359(para)
+msgid ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">Insert Date/"
+"Time</link></application> adds the current date and time into a document."
+msgstr ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">Inserisci date "
+"e ora</link></application> aggiunge al documento la data e l'ora correnti."
+
+#: C/gedit.xml:1362(para)
+msgid ""
+"<application><link linkend=\"gedit-modelines-plugin\">Modelines</link></"
+"application> allows you to set editing preferences for individual documents, "
+"and supports <application>Emacs</application>, <application>Kate</"
+"application> and <application>Vim</application>-style modelines."
+msgstr ""
+"<application><link linkend=\"gedit-modelines-plugin\">Modeline</link></"
+"application> consente di impostare delle preferenze di modifica per alcuni "
+"documenti e supporta le modeline in stile <application>Emacs</application>, "
+"<application>Kate</application> e <application>Vim</application>."
+
+#: C/gedit.xml:1365(para)
+msgid ""
+"<application><link linkend=\"gedit-python-console-plugin\">Python Console</"
+"link></application> allows you to run commands in the python programming "
+"language."
+msgstr ""
+"<application><link linkend=\"gedit-python-console-plugin\">Console python</"
+"link></application> consente di eseguire comandi attraverso il linguaggio di "
+"programmazione python."
+
+#: C/gedit.xml:1368(para)
+msgid ""
+"<application><link linkend=\"gedit-snippets-plugin\">Snippets</link></"
+"application> allows you to store frequently-used pieces of text and insert "
+"them quickly into a document."
+msgstr ""
+"<application><link linkend=\"gedit-snippets-plugin\">Snippet</link></"
+"application> consente di archiviare dei frammenti di testo usati "
+"frequentemente e di inserirli all'interno di un documento."
+
+#: C/gedit.xml:1371(para)
+msgid ""
+"<application><link linkend=\"gedit-sort-plugin\">Sort</link></application> "
+"arranges selected lines of text into alphabetical order."
+msgstr ""
+"<application><link linkend=\"gedit-sort-plugin\">Ordina</link></application> "
+"organizza alfabeticamente le righe di testo selezionate."
+
+#: C/gedit.xml:1374(para)
+msgid ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">Spell Checker</"
+"link></application> corrects the spelling in the selected text, or marks "
+"errors automatically in the document."
+msgstr ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">Correttore "
+"ortografico</link></application> controlla l'ortografia del testo "
+"selezionato o evidenzia automaticamente gli errori nel documento."
+
+#: C/gedit.xml:1377(para)
+msgid ""
+"<application><link linkend=\"gedit-tag-list-plugin\">Tag List</link></"
+"application> lets you insert commonly-used tags for HTML and other languages "
+"from a list in the side pane."
+msgstr ""
+"<application><link linkend=\"gedit-tag-list-plugin\">Elenco tag</link></"
+"application> consente di inserire i tag più usati per l'HTML e altri "
+"linguaggi da un elenco nel riquadro laterale."
+
+#: C/gedit.xml:1380(para)
+msgid ""
+"<application><link linkend=\"gedit-user-name-plugin\">User Name</link></"
+"application> inserts the username of the current user into the document."
+msgstr ""
+"<application><link linkend=\"gedit-user-name-plugin\">Nome utente</link></"
+"application> inserisce il nome dell'utente nel documento."
+
+#: C/gedit.xml:1387(title)
+msgid "Change Case Plugin"
+msgstr "Plugin «Cambia maiuscole/minuscole»"
+
+#: C/gedit.xml:1388(para)
+msgid ""
+"The <application>Change Case</application> plugin changes the case of the "
+"selected text."
+msgstr ""
+"Il plugin <application>Cambia maiuscole/minuscole</application> cambia tra "
+"maiuscole e minuscole il testo selezionato."
+
+#: C/gedit.xml:1389(para)
+msgid ""
+"The following items are added to the <guimenu>Edit</guimenu> menu when the "
+"<application>Change Case</application> plugin is enabled:"
+msgstr ""
+"I seguenti elementi sono aggiunti al menù <guimenu>Modifica</guimenu> quando "
+"il plugin <application>Cambia maiuscole/minuscole</application> è abilitato:"
+
+#: C/gedit.xml:1399(para)
+msgid "Menu Item"
+msgstr "Voce di menù"
+
+#: C/gedit.xml:1401(para)
+msgid "Action"
+msgstr "Azione"
+
+#: C/gedit.xml:1403(para)
+msgid "Example"
+msgstr "Esempio"
+
+#: C/gedit.xml:1409(guisubmenu) C/gedit.xml:1415(guisubmenu)
+#: C/gedit.xml:1421(guisubmenu) C/gedit.xml:1427(guisubmenu)
+msgid "Change Case"
+msgstr "Modifica maiuscole/minuscole"
+
+#: C/gedit.xml:1409(guimenuitem)
+msgid "All Upper Case"
+msgstr "Tutto in maiuscolo"
+
+#: C/gedit.xml:1410(para)
+msgid "Change each character to uppercase."
+msgstr "Modifica ogni carattere in maiuscolo."
+
+#: C/gedit.xml:1411(para)
+msgid "<literal>This text</literal> becomes <literal>THIS TEXT</literal>"
+msgstr ""
+"<literal>Questo testo</literal> diventa <literal>QUESTO TESTO</literal>"
+
+#: C/gedit.xml:1415(guimenuitem)
+msgid "All Lower Case"
+msgstr "Tutto in minuscolo"
+
+#: C/gedit.xml:1416(para)
+msgid "Change each character to lowercase."
+msgstr "Modifica ogni carattere in minuscolo."
+
+#: C/gedit.xml:1417(para)
+msgid "<literal>This Text</literal> becomes <literal>this text</literal>"
+msgstr ""
+"<literal>Questo Testo</literal> diventa <literal>questo testo</literal>"
+
+#: C/gedit.xml:1421(guimenuitem)
+msgid "Invert Case"
+msgstr "Inverti maiuscole/minuscole"
+
+# (NdT) più corta :)
+#: C/gedit.xml:1422(para)
+msgid ""
+"Change each lowercase character to uppercase, and change each uppercase "
+"character to lowercase."
+msgstr "Modifica ogni carattere minuscolo in maiuscolo e viceversa."
+
+#: C/gedit.xml:1423(para)
+msgid "<literal>This Text</literal> becomes <literal>tHIS tEXT</literal>"
+msgstr ""
+"<literal>Questo Testo</literal> diventa <literal>qUESTO tESTO</literal>"
+
+#: C/gedit.xml:1427(guimenuitem)
+msgid "Title Case"
+msgstr "Iniziali in maiuscolo"
+
+#: C/gedit.xml:1428(para)
+msgid "Change the first character of each word to uppercase."
+msgstr "Modifica il primo carattere di ogni parola in maiuscolo."
+
+#: C/gedit.xml:1429(para)
+msgid "<literal>this text</literal> becomes <literal>This Text</literal>"
+msgstr ""
+"<literal>questo testo</literal> diventa <literal>Questo Testo</literal>"
+
+#: C/gedit.xml:1438(title)
+msgid "Document Statistics Plugin"
+msgstr "Plugin «Statistiche sul documento»"
+
+#: C/gedit.xml:1439(para)
+msgid ""
+"The <application>Document Statistics</application> plugin counts the number "
+"of lines, words, characters with spaces, characters without spaces, and "
+"bytes in the current file. The plugin displays the results in a "
+"<guilabel>Document Statistics</guilabel> dialog. To use the Document "
+"Statistics plugin, perform the following steps:"
+msgstr ""
+"Il plugin <application>Statistiche sul documento</application> conta il "
+"numero di righe, parole, caratteri, compresi ed esclusi gli spazi, e byte "
+"del file attivo. I risultati vengono visualizzati nella finestra di dialogo "
+"<guilabel>Statistiche sul documento</guilabel>. Per usare il plugin "
+"«Statistiche sul documento», procedere come segue:"
+
+#: C/gedit.xml:1441(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document Statistics</"
+"guimenuitem></menuchoice> to display the <guilabel>Document Statistics</"
+"guilabel> dialog. The <guilabel>Document Statistics</guilabel> dialog "
+"displays the following information about the file:"
+msgstr ""
+"Scegliere <menuchoice><guimenu>Strumenti</guimenu><guimenuitem>Statistiche "
+"sul documento</guimenuitem></menuchoice> per aprire la finestra di dialogo "
+"<guilabel>Statistiche sul documento</guilabel>. La finestra di dialogo "
+"<guilabel>Statistiche sul documento</guilabel> visualizza le seguenti "
+"informazioni sul file:"
+
+#: C/gedit.xml:1444(para)
+msgid "Number of lines in the current document."
+msgstr "Numero di righe del documento."
+
+#: C/gedit.xml:1447(para)
+msgid "Number of words in the current document."
+msgstr "Numero di parole del documento."
+
+#: C/gedit.xml:1450(para)
+msgid "Number of characters, including spaces, in the current document."
+msgstr "Numero di caratteri, compresi gli spazi, del documento."
+
+#: C/gedit.xml:1453(para)
+msgid "Number of characters, not including spaces, in the current document."
+msgstr "Numero di caratteri, esclusi gli spazi, del documento."
+
+#: C/gedit.xml:1456(para)
+msgid "Number of bytes in the current document."
+msgstr "Numero di byte del documento."
+
+#: C/gedit.xml:1461(para)
+msgid ""
+"You can continue to update the <application>gedit</application> file while "
+"the <guilabel>Document Statistics</guilabel> dialog is open. To refresh the "
+"contents of the <guilabel>Document Statistics</guilabel> dialog, click "
+"<guibutton>Update</guibutton>."
+msgstr ""
+"È possibile continuare ad aggiornare il file di <application>gedit</"
+"application> anche tenendo aperta la finestra di dialogo "
+"<guilabel>Statistiche sul documento</guilabel>. Per aggiornare il contenuto "
+"della finestra di dialogo <guilabel>Statistiche sul documento</guilabel>, "
+"fare clic su <guibutton>Aggiorna</guibutton>."
+
+#: C/gedit.xml:1468(title)
+msgid "External Tools Plugin"
+msgstr "Plugin «Strumenti esterni»"
+
+#: C/gedit.xml:1469(para)
+msgid ""
+"The <application>External Tools</application> plugin allows you to execute "
+"external commands from <application>gedit</application>. You can pipe some "
+"content into a command and exploit its output (for example, "
+"<application>sed</application>), or launch a predefined command (for "
+"example, <application>make</application>)."
+msgstr ""
+"Il plugin <application>Strumenti esterni</application> consente di eseguire "
+"dei comandi esterni all'interno di <application>gedit</application>. È "
+"possibile inviare in pipe dei contenuti a un comando e sfruttarne l'output "
+"(per esempio <application>sed</application>) o eseguire un comando "
+"predefinito (come <application>make</application>)."
+
+#: C/gedit.xml:1470(para)
+msgid ""
+"Use the <guilabel>External Tools Manager</guilabel> to create and edit "
+"commands. To run an external command, choose it from the <guimenu>Tools</"
+"guimenu> menu."
+msgstr ""
+"Usare <guilabel>Gestore strumenti esterni</guilabel> per creare e modificare "
+"i comandi. Per eseguire un comando esterno, sceglierlo dal menù "
+"<guimenu>Strumenti</guimenu>."
+
+#: C/gedit.xml:1473(title)
+msgid "Built-in Commands"
+msgstr "Comandi integrati"
+
+#: C/gedit.xml:1474(para)
+msgid ""
+"The following commands are provided with the <application>External Tools</"
+"application> plugin:"
+msgstr ""
+"I seguenti comandi sono forniti con il plugin <application>Strumenti "
+"esterni</application>:"
+
+#: C/gedit.xml:1476(term)
+msgid "Build"
+msgstr "Crea"
+
+#: C/gedit.xml:1478(para)
+msgid ""
+"Runs <application>make</application> in the current document's directory."
+msgstr "Esegue <application>make</application> nella directory del documento."
+
+# (NdT) Non traducibile nell'interfaccia
+#: C/gedit.xml:1481(term)
+msgid "Directory Listing"
+msgstr "Directory Listing"
+
+#: C/gedit.xml:1483(para)
+msgid ""
+"Lists the contents of the current document's directory in a new document."
+msgstr "Elenca i contenuti della cartella del documento in un nuovo documento."
+
+# (NdT) Non traducibile nell'interfaccia
+#: C/gedit.xml:1486(term)
+msgid "Environment Variables"
+msgstr "Environment Variables"
+
+#: C/gedit.xml:1488(para)
+msgid "Displays the environment variables list in the bottom pane."
+msgstr "Visualizza l'elenco delle variabili d'ambiente nel riquadro inferiore."
+
+#: C/gedit.xml:1491(term)
+msgid "Grep"
+msgstr "Grep"
+
+#: C/gedit.xml:1493(para)
+msgid ""
+"Searches for a term in all files in the current document directory, using "
+"pattern matching. Results are shown in the bottom pane."
+msgstr ""
+"Cerca un termine in tutti i file nella directory del documento attuale "
+"usando una ricerca per corrispondenza. I risultati sono mostrati nel "
+"riquadro inferiore."
+
+#: C/gedit.xml:1496(term)
+msgid "Remove Trailing Spaces"
+msgstr "Rimuovi gli spazi di fine riga"
+
+#: C/gedit.xml:1498(para)
+msgid "Removes all spaces from the end of lines in the document."
+msgstr "Rimuove tutti gli spazi alla fine di ogni riga del documento."
+
+#: C/gedit.xml:1505(title)
+msgid "Defining a Command"
+msgstr "Definire un comando"
+
+#: C/gedit.xml:1506(para)
+msgid ""
+"To add an external command, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>External Tools</guimenuitem></menuchoice>."
+msgstr ""
+"Per aggiungere un comando esterno, scegliere <menuchoice><guimenu>Strumenti</"
+"guimenu><guimenuitem>Strumenti esterni...</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1507(para)
+msgid ""
+"In the <guilabel>External Tools Manager</guilabel> window, click "
+"<guibutton>New</guibutton>. You can speficy the following details for the "
+"new command:"
+msgstr ""
+"Nella finestra di <guilabel>Gestore strumenti esterni</guilabel>, fare clic "
+"su <guibutton>Nuovo</guibutton>. È possibile specificare i seguenti dettagli "
+"per il nuovo comando:"
+
+#: C/gedit.xml:1509(term)
+msgid "Description"
+msgstr "Descrizione"
+
+#: C/gedit.xml:1511(para)
+msgid ""
+"This description is shown in the statusbar when the menu command is chosen."
+msgstr ""
+"La descrizione è mostrata nella barra di stato quando viene scelto il "
+"comando."
+
+#: C/gedit.xml:1514(term)
+msgid "Accelerator"
+msgstr "Tasto scorciatoia"
+
+#: C/gedit.xml:1516(para)
+msgid "Enter a keyboard shortcut for the command."
+msgstr "Inserire una scorciatoia da tastiera per il comando."
+
+#: C/gedit.xml:1519(term)
+msgid "Commands"
+msgstr "Comando/i"
+
+#: C/gedit.xml:1521(para)
+msgid ""
+"The actual commands to be run. Several <application>gedit</application> "
+"environment variables can be used to pass content to these commands: see "
+"<xref linkend=\"gedit-external-tools-plugin-variables\"/>."
+msgstr ""
+"I comandi da eseguire. È possibile utilizzare diverse variabili d'ambiente "
+"di <application>gedit</application> per passare i contenuti a questi "
+"comandi: consultare <xref linkend=\"gedit-external-tools-plugin-variables\"/"
+">."
+
+#: C/gedit.xml:1524(term)
+msgid "Input"
+msgstr "Input"
+
+#: C/gedit.xml:1526(para)
+msgid ""
+"The content to give to the commands (as <systemitem>stdin</systemitem>): the "
+"entire text of the current document, the current selection, line, or word."
+msgstr ""
+"Il contenuto da passare ai comandi (come <systemitem>stdin</systemitem>): "
+"l'intero documento, la selezione, una riga o una parola."
+
+#: C/gedit.xml:1529(term)
+msgid "Output"
+msgstr "Output"
+
+#: C/gedit.xml:1531(para)
+msgid ""
+"What to do with the output of the commands: display in the bottom pane, put "
+"in a new document, or place in the current document, at the end, at the "
+"cursor position, or replacing the selection or the entire document."
+msgstr ""
+"Cosa fare con l'output dei comandi: visualizzarlo nel riquadro inferiore, in "
+"un nuovo documento o posizionarlo alla fine del documento attuale, alla "
+"posizione del cursore o sostituire la selezione o tutto il documento."
+
+#: C/gedit.xml:1534(term)
+msgid "Applicability"
+msgstr "Applicabilità"
+
+#: C/gedit.xml:1536(para)
+msgid ""
+"Determines which sort of documents can be affected by the command, for "
+"example whether saved or not, and local or remote."
+msgstr ""
+"Determina quali documenti sono interessati dal comando, per esempio i "
+"documenti salvati oppure no, i documenti locali o quelli remoti."
+
+#: C/gedit.xml:1544(title)
+msgid "Editing and Removing Tools"
+msgstr "Modificare e rimuovere gli strumenti"
+
+#: C/gedit.xml:1545(para)
+msgid ""
+"To edit a tool, select it in the list and make changes to its properties."
+msgstr ""
+"Per modificare uno strumenti, selezionarlo dall'elenco e modificare le sue "
+"proprietà."
+
+#: C/gedit.xml:1546(para)
+msgid "To rename a tool, click it again in the list."
+msgstr ""
+"Per rinominare uno strumento, fare nuovamente clic su di esso nell'elenco."
+
+#: C/gedit.xml:1547(para)
+msgid ""
+"To restore a built-in tool that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+"Per ripristinare uno strumento integrato che è stato modificato, fare clic "
+"su <guilabel>Ripristina</guilabel>."
+
+#: C/gedit.xml:1548(para)
+msgid ""
+"To remove a tool, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in tools, only those you have created "
+"yourself."
+msgstr ""
+"Per rimuovere uno strumento, selezionarlo dall'elenco e fare clic su "
+"<guibutton>Rimuovi</guibutton>. Non è possibile rimuovere gli strumenti "
+"integrati, solo quelli che vengono creati dall'utente."
+
+#: C/gedit.xml:1552(title)
+msgid "Variables"
+msgstr "Variabili"
+
+#: C/gedit.xml:1553(para)
+msgid ""
+"You can use the following variables in the <guilabel>Commands</guilabel> "
+"field of the command definition:"
+msgstr ""
+"È possibile utilizzare le seguenti variabili nel campo <guilabel>Comando/i</"
+"guilabel> della definizione del comando:"
+
+#: C/gedit.xml:1556(para)
+msgid "GEDIT_CURRENT_DOCUMENT_URI"
+msgstr "GEDIT_CURRENT_DOCUMENT_URI"
+
+#: C/gedit.xml:1559(para)
+msgid "GEDIT_CURRENT_DOCUMENT_NAME"
+msgstr "GEDIT_CURRENT_DOCUMENT_NAME"
+
+#: C/gedit.xml:1562(para)
+msgid "GEDIT_CURRENT_DOCUMENT_SCHEME"
+msgstr "GEDIT_CURRENT_DOCUMENT_SCHEME"
+
+#: C/gedit.xml:1565(para)
+msgid "GEDIT_CURRENT_DOCUMENT_PATH"
+msgstr "GEDIT_CURRENT_DOCUMENT_PATH"
+
+#: C/gedit.xml:1568(para)
+msgid "GEDIT_CURRENT_DOCUMENT_DIR"
+msgstr "GEDIT_CURRENT_DOCUMENT_DIR"
+
+#: C/gedit.xml:1571(para)
+msgid "GEDIT_DOCUMENTS_URI"
+msgstr "GEDIT_DOCUMENTS_URI"
+
+#: C/gedit.xml:1574(para)
+msgid "GEDIT_DOCUMENTS_PATH"
+msgstr "GEDIT_DOCUMENTS_PATH"
+
+#: C/gedit.xml:1581(title)
+msgid "File Browser Plugin"
+msgstr "Plugin «Esplorazione file»"
+
+#: C/gedit.xml:1582(para)
+msgid ""
+"The <application>File Browser</application> Plugin shows your files and "
+"folders in the side pane, allowing you to quickly open files."
+msgstr ""
+"Il plugin <application>Esplorazione file</application> mostra i propri file "
+"e cartelle nel riquadro laterale, consentendo un'apertura veloce dei file."
+
+#: C/gedit.xml:1583(para)
+msgid ""
+"To view the File Browser, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click on "
+"the tab showing the File Browser icon at the bottom of the side pane."
+msgstr ""
+"Per visualizzare il riquadro dei file, scegliere "
+"<menuchoice><guimenu>Visualizza</guimenu><guimenuitem>Riquadro laterale</"
+"guimenuitem></menuchoice> e quindi fare clic sull'icona identificante "
+"l'esplorazione dei file in basso nel riquadro."
+
+#: C/gedit.xml:1585(title)
+msgid "Browsing your Files"
+msgstr "Esplorare i propri file"
+
+#: C/gedit.xml:1586(para)
+msgid ""
+"The File Browser tab initially shows your file manager bookmarks. To browse "
+"the contents of any item, double-click it."
+msgstr ""
+"La scheda dei file, inizialmente, mostra i segnalibri del gestore dei file. "
+"Per esplorare il contenuto di un oggetto, fare doppio clic su di esso."
+
+#: C/gedit.xml:1587(para)
+msgid ""
+"To show a parent folder, choose from the drop-down list, or press the up "
+"arrow on the File Browser's toolbar."
+msgstr ""
+"Per mostrare una cartella superiore, sceglierla dall'elenco a discesa o "
+"premere la freccia verso l'alto nella barra degli strumenti del riquadro."
+
+#: C/gedit.xml:1588(para)
+msgid ""
+"To show the folder that contains the document you are currently working on, "
+"right-click in the file list and choose <guimenuitem>Set root to active "
+"document</guimenuitem>."
+msgstr ""
+"Per mostrare la cartella del documento a cui si sta lavorando, fare clic col "
+"tasto destro all'interno dell'elenco e scegliere <guimenuitem>Imposta il "
+"documento attivo come radice</guimenuitem>."
+
+#: C/gedit.xml:1592(para)
+msgid ""
+"To open a file in <application>gedit</application>, double-click it in the "
+"file list."
+msgstr ""
+"Per aprire un file in <application>gedit</application>, fare doppio clic su "
+"di esso nell'elenco."
+
+#: C/gedit.xml:1595(title)
+msgid "Creating Files and Folders"
+msgstr "Creare file e cartelle"
+
+#: C/gedit.xml:1596(para)
+msgid ""
+"To create a new, empty text file in the current folder shown in the browser, "
+"right-click in the file list and choose <guimenuitem>New File</guimenuitem>."
+msgstr ""
+"Per creare un nuovo file nella cartella attuale mostrata nel riquadro, fare "
+"clic col tasto destro del mouse nell'elenco dei file e scegliere "
+"<guimenuitem>Nuovo file</guimenuitem>."
+
+#: C/gedit.xml:1597(para)
+msgid ""
+"To create a new folder in the current folder shown in the browser, right-"
+"click in the file list and choose <guimenuitem>New Folder</guimenuitem>."
+msgstr ""
+"Per creare una nuova cartella nella cartella attuale mostrata nel riquadro, "
+"fare clic col tasto destro del mouse nell'elenco e scegliere "
+"<guimenuitem>Nuova cartella</guimenuitem>."
+
+#: C/gedit.xml:1602(title)
+msgid "Indent Lines Plugin"
+msgstr "Plugin «Applica un rientro alle righe»"
+
+#: C/gedit.xml:1603(para)
+msgid ""
+"The <application>Indent Lines</application> plugin adds or removes space "
+"from the beginning of lines of text."
+msgstr ""
+"Il plugin <application>Applica un rientro alle righe</application> aggiunge "
+"o rimuove degli spazi all'inizio delle righe di testo."
+
+#: C/gedit.xml:1604(para)
+msgid "To indent or unindent text, perform the following steps:"
+msgstr "Per applicare o rimuovere un rientro, procedere come segue:"
+
+#: C/gedit.xml:1606(para)
+msgid ""
+"Select the lines that you want to indent. To indent or unindent a single "
+"line, place the cursor anywhere on that line."
+msgstr ""
+"Selezionare le righe a cui si desidera applicare il rientro. Per applicare o "
+"rimuovere un rientro su una singola riga, posizionare il cursore all'interno "
+"di quella riga."
+
+#: C/gedit.xml:1611(para)
+msgid ""
+"To indent the text, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Indent</guimenuitem></menuchoice>."
+msgstr ""
+"Per applicare un rientro, scegliere <menuchoice><guimenu>Modifica</"
+"guimenu><guimenuitem>Rientro</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1614(para)
+msgid ""
+"To remove the indentation, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Unindent</guimenuitem></menuchoice>."
+msgstr ""
+"Per rimuovere il rientro, scegliere <menuchoice><guimenu>Modifica</"
+"guimenu><guimenuitem>Elimina rientro</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1619(para)
+msgid ""
+"The amount of space used, and whether tab character or space characters are "
+"used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor "
+"Preferences: see <xref linkend=\"gedit-prefs-editor\"/>."
+msgstr ""
+"La quantità di spazio usato, o l'uso di spazi o caratteri di tabulazione, "
+"dipende delle impostazione di <guilabel>Tabulazioni</guilabel> nelle "
+"preferenze: consultare <xref linkend=\"gedit-prefs-editor\"/>."
+
+#: C/gedit.xml:1624(title)
+msgid "Insert Date/Time Plugin"
+msgstr "Plugin «Inserisci data e ora»"
+
+#: C/gedit.xml:1625(para)
+msgid ""
+"The <application>Insert Date/Time</application> plugin inserts the current "
+"date and time into a document. To use the Insert Date/Time plugin, perform "
+"the following steps:"
+msgstr ""
+"Il plugin <application>Inserisci data e ora</application> permette di "
+"inserire la data e l'ora corrente in un documento. Per usare il plugin "
+"«Inserisci data e ora», procedere come segue:"
+
+#: C/gedit.xml:1627(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Scegliere <menuchoice><guimenu>Modifica</guimenu><guimenuitem>Inserisci data "
+"e ora</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1628(para)
+msgid ""
+"If you have not configured the Insert Date/Time plugin to automatically "
+"insert the date/time without prompting you for the format, "
+"<application>gedit</application> displays the <guilabel>Insert Date and "
+"Time</guilabel> dialog. Select the appropriate date/time format from the "
+"list. Click <guibutton>Insert</guibutton> to close the <guilabel>Insert Date "
+"and Time</guilabel> dialog. <application>gedit</application> inserts the "
+"date/time at the cursor position in the current file."
+msgstr ""
+"Se il plugin non è stato configurato per inserire automaticamente la data e "
+"l'ora senza richiedere il formato all'utente, <application>gedit</"
+"application> visualizza la finestra di dialogo <guilabel>Inserisci data e "
+"ora</guilabel>. Selezionare dall'elenco il formato appropriato per la data e "
+"l'ora. Fare clic su <guibutton>Inserisci</guibutton> per chiudere la "
+"finestra di dialogo <guilabel>Inserisci data e ora</guilabel>;"
+"<application>gedit</application> inserisce la data e l'ora nella posizione "
+"del cursore."
+
+#: C/gedit.xml:1629(para)
+msgid ""
+"If you have configured <application>gedit</application> to use one "
+"particular date/time format, the <guilabel>Insert Date and Time</guilabel> "
+"dialog is not displayed. The date/time is automatically entered at the "
+"cursor position in the current file."
+msgstr ""
+"Se <application>gedit</application> è stato configurato per usare un "
+"determinato formato per la data e l'ora, la finestra di dialogo "
+"<guilabel>Inserisci data e ora</guilabel> non viene visualizzata; la data e "
+"l'ora vengono inserite automaticamente nella posizione del cursore."
+
+#: C/gedit.xml:1634(title)
+msgid "Configuring the Insert Date/Time Plugin"
+msgstr "Configurare il plugin «Inserisci data e ora»"
+
+#: C/gedit.xml:1635(para)
+msgid "To configure the Insert Date/Time plugin, perform the following steps:"
+msgstr "Per configurare il plugin «Inserisci data e ora», procedere come segue:"
+
+#: C/gedit.xml:1643(para)
+msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+msgstr "Selezionare il plugin <guilabel>Inserisci data e ora</guilabel>."
+
+#: C/gedit.xml:1646(para)
+msgid ""
+"Click <guibutton>Configure Plugin</guibutton> to display the "
+"<guilabel>Configure insert date/time plugin</guilabel> dialog."
+msgstr ""
+"Fare clic su <guibutton>Configura plugin</guibutton> per aprire la finestra "
+"di dialogo <guilabel>Configura plugin «Inserisci data e ora»</guilabel>."
+
+#: C/gedit.xml:1649(para)
+msgid "Select one of the options, as follows:"
+msgstr "Selezionare una delle seguenti opzioni:"
+
+#: C/gedit.xml:1651(para)
+msgid ""
+"To specify the date/time format each time you insert the date/time, select "
+"the <guilabel>Prompt for a format</guilabel> option."
+msgstr ""
+"Per specificare il formato da utilizzare ogni volta che si inseriscono la "
+"data e l'ora, selezionare l'opzione <guilabel>Chiedere il formato</guilabel>."
+
+#: C/gedit.xml:1654(para)
+msgid ""
+"To use the same <application>gedit</application>-provided date/time format "
+"each time you insert the date/time, select the <guilabel>Use the selected "
+"format</guilabel> option, then select the appropriate format from the list. "
+"When you select this option, <application>gedit</application> does not "
+"prompt you for the date/time format when you choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Per usare lo stesso formato fornito da <application>gedit</application> ogni "
+"volta che si inseriscono la data e l'ora, selezionare l'opzione "
+"<guilabel>Usare il formato selezionato</guilabel> e scegliere il formato "
+"appropriato nell'elenco. Selezionando questa opzione, <application>gedit</"
+"application> non richiede il formato per la data e l'ora quando si sceglie "
+"<menuchoice><guimenu>Modifica</guimenu><guimenuitem>Inserisci data e ora</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1657(para)
+msgid ""
+"To use the same customized date/time format each time you insert the date/"
+"time, select the <guilabel>Use custom format</guilabel> option, then enter "
+"the appropriate format in the text box. For more information about how to "
+"specify a custom format, see <ulink url=\"man:strftime\" type=\"man"
+"\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+"manvolnum></citerefentry></ulink>. When you select this option, "
+"<application>gedit</application> does not prompt you for the date/time "
+"format when you choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Insert Date and Time</guimenuitem></menuchoice>."
+msgstr ""
+"Per usare lo stesso formato personalizzato ogni volta che si inseriscono la "
+"data e l'ora, selezionare l'opzione <guilabel>Usare un formato "
+"personalizzato</guilabel> e inserire il formato appropriato nella casella di "
+"testo. Per maggiori informazioni su come specificare un formato "
+"personalizzato, consultare <ulink url=\"man:strftime\" type=\"man"
+"\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+"manvolnum></citerefentry></ulink>. Selezionando questa opzione, "
+"<application>gedit</application> non richiede il formato per la data e l'ora "
+"quando si sceglie <menuchoice><guimenu>Modifica</"
+"guimenu><guimenuitem>Inserisci data e ora</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1662(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to close the <guilabel>Configure insert date/"
+"time plugin</guilabel> dialog."
+msgstr ""
+"Fare clic su <guibutton>OK</guibutton> per chiudere la finestra di dialogo "
+"<guilabel>Configura plugin «Inserisci data e ora»</guilabel>."
+
+#: C/gedit.xml:1665(para)
+msgid ""
+"To close the <guilabel>Preferences</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"Per chiudere la finestra di dialogo <guilabel>Preferenze</guilabel>, fare "
+"clic su <guibutton>Chiudi</guibutton>."
+
+#: C/gedit.xml:1672(title)
+msgid "Modelines Plugin"
+msgstr "Plugin «Modeline»"
+
+#: C/gedit.xml:1673(para)
+msgid ""
+"The <application>Modelines</application> plugin allows you to set "
+"preferences for individual documents. A <firstterm>modeline</firstterm> is a "
+"line of text at the start or end of the document with settings that "
+"<application>gedit</application> recognises."
+msgstr ""
+"Il plugin <application>Modeline</application> consente di impostare delle "
+"preferenze per ogni documento. Una <firstterm>modeline</firstterm> è una "
+"riga di testo all'inizio o alla fine del documento con delle impostazioni "
+"riconosciute da <application>gedit</application>."
+
+#: C/gedit.xml:1674(para)
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Le preferenze impostate usando le modeline hanno la precedenza su quelle "
+"specificate nella finestra di dialogo delle preferenze."
+
+#: C/gedit.xml:1675(para)
+msgid "You can set the following preferences with modelines:"
+msgstr "È possibile impostare le seguenti preferenze con le modeline:"
+
+#: C/gedit.xml:1678(para)
+msgid "Tab width"
+msgstr "Larghezza tabulazioni"
+
+#: C/gedit.xml:1681(para)
+msgid "Indent width"
+msgstr "Larghezza rientro"
+
+#: C/gedit.xml:1684(para)
+msgid "Insert spaces instead of tabs"
+msgstr "Inserire spazi al posto di tabulazioni"
+
+#: C/gedit.xml:1690(para)
+msgid "Right margin width"
+msgstr "Larghezza margine destro"
+
+#: C/gedit.xml:1694(para)
+msgid ""
+"The <application>Modelines</application> plugin supports a subset of the "
+"options used by other text editors <application>Emacs</application>, "
+"<application>Kate</application> and <application>Vim</application>."
+msgstr ""
+"Il plugin <application>Modeline</application> supporta un sottoinsieme delle "
+"opzioni usate da altri editor di testi come <application>Emacs</"
+"application>, <application>Kate</application> e <application>Vim</"
+"application>."
+
+#: C/gedit.xml:1697(title)
+msgid "Emacs Modelines"
+msgstr "Modeline Emacs"
+
+#: C/gedit.xml:1698(para)
+msgid ""
+"The first two lines of a document are scanned for <application>Emacs</"
+"application> modelines."
+msgstr ""
+"Le prime due righe di un documento vengono analizzate per le modeline di "
+"<application>Emacs</application>."
+
+#: C/gedit.xml:1699(para)
+msgid ""
+"The <application>Emacs</application> options for tab-width, indent-offset, "
+"indent-tabs-mode and autowrap are supported. For more information, see the "
+"<ulink type=\"http\" url=\"http://www.delorie.com/gnu/docs/emacs/emacs_486."
+"html\">GNU Emacs Manual</ulink>."
+msgstr ""
+"Le opzioni di <application>Emacs</application> per la larghezza delle "
+"tabulazioni, la modalità di rientro attraverso il tasto tabulatore e l'a "
+"capo automatico sono supportate. Per maggiori informazioni, consultare "
+"<ulink type=\"http\" url=\"http://www.delorie.com/gnu/docs/emacs/emacs_486."
+"html\">GNU Emacs Manual</ulink>."
+
+#: C/gedit.xml:1702(title)
+msgid "Kate Modelines"
+msgstr "Modeline Kate"
+
+#: C/gedit.xml:1703(para)
+msgid ""
+"The first and last ten lines a document are scanned for <application>Kate</"
+"application> modelines."
+msgstr ""
+"Le prime e le ultime dieci righe di un documento sono analizzate per le "
+"modeline di <application>Kate</application>."
+
+#: C/gedit.xml:1704(para)
+msgid ""
+"The <application>Kate</application> options for tab-width, indent-width, "
+"space-indent, word-wrap and word-wrap-column are supported. For more "
+"information, see the <ulink type=\"http\" url=\"http://www.kate-editor.org/"
+"article/katepart_modelines\">Kate website</ulink>."
+msgstr ""
+"Le opzioni di <application>Kate</application> per la larghezza delle "
+"tabulazioni, la larghezza del rientro, il rientro tramite la barra "
+"spaziatrice, l'a capo automatico e l'a capo a una colonna sono supportate. "
+"Per maggiori informazioni, consultare <ulink type=\"http\" url=\"http://www."
+"kate-editor.org/article/katepart_modelines\">Kate website</ulink>."
+
+#: C/gedit.xml:1707(title)
+msgid "Vim Modelines"
+msgstr "Modeline Vim"
+
+#: C/gedit.xml:1708(para)
+msgid ""
+"The first and last three lines a document are scanned for <application>Vim</"
+"application> modelines."
+msgstr ""
+"Le prime e le ultime tre righe di un documento sono analizzate per le "
+"modeline di <application>Vim</application>."
+
+#: C/gedit.xml:1709(para)
+msgid ""
+"The <application>Vim</application> options for et, expandtab, ts, tabstop, "
+"sw, shiftwidth, wrap, and textwidth are supported. For more information, see "
+"the <ulink type=\"http\" url=\"http://vimdoc.sourceforge.net/htmldoc/options."
+"html#modeline\">Vim website</ulink>."
+msgstr ""
+"Le opzioni di <application>Vim</application> per et, expandtab, ts, tabstop, "
+"wrap e textwidth sono supportate. Per maggiori informazioni, consultare il "
+"<ulink type=\"http\" url=\"http://vimdoc.sourceforge.net/htmldoc/options."
+"html#modeline\">sito web di Vim</ulink>."
+
+#: C/gedit.xml:1714(title)
+msgid "Python Console Plugin"
+msgstr "Plugin «Console python»"
+
+#: C/gedit.xml:1715(para)
+msgid ""
+"The <application>Python Console</application> Plugin allows you to run "
+"commands in the python programming language from <application>gedit</"
+"application>. Enabling the plugin adds a tab to the bottom pane. This shows "
+"recent output and a command prompt field."
+msgstr ""
+"Il plugin <application>Console python</application> consente di eseguire "
+"comandi con il linguaggio di programmazione Python all'interno di "
+"<application>gedit</application>. Abilitando il plugin, viene aggiunta una "
+"scheda nel riquadro inferiore. Questa mostra l'ultimo output e un prompt dei "
+"comandi."
+
+#: C/gedit.xml:1716(para)
+msgid ""
+"Commands entered into the python console are not checked before they are "
+"run. It is therefore possible to hang <application>gedit</application>, for "
+"example by entering an infinite loop."
+msgstr ""
+"I comandi digitati all'interno della console python non vengono verificati "
+"prima dell'esecuzione. È possibile anche bloccare <application>gedit</"
+"application> eseguendo un ciclo infinito."
+
+# (NdT) Snippet al femminile? intesa come "porzione di testo"...
+#: C/gedit.xml:1720(title)
+msgid "Snippets Plugin"
+msgstr "Plugin «Snippet»"
+
+#: C/gedit.xml:1721(para)
+msgid ""
+"The <application>Snippets</application> plugin allows you to store "
+"frequently-used pieces of text, called <firstterm>snippets</firstterm>, and "
+"insert them quickly into a document."
+msgstr ""
+"Il plugin <application>Snippet</application> consente di memorizzare parti "
+"di testo molto usate, <firstterm>snippet</firstterm>, e di inserirle "
+"velocemente in un documento."
+
+#: C/gedit.xml:1722(para)
+msgid ""
+"Snippets are specific to the language syntax of the current document. For "
+"example, when you are working with an HTML document, you can choose from a "
+"list of snippets that are useful for HTML. In addition, some snippets are "
+"global, and are available in all documents."
+msgstr ""
+"Le snippet sono specifiche del linguaggio del documento attuale. Per "
+"esempio, lavorando con un documento HTML, è possibile scegliere alcune "
+"snippet utili per l'HTML. Oltre a queste, alcune snippet sono globali e "
+"quindi disponibili in tutti i documenti."
+
+#: C/gedit.xml:1723(para)
+msgid ""
+"A number of built-in snippets are installed with <application>gedit</"
+"application>, which can be modified."
+msgstr ""
+"Alcune snippet sono installate con <application>gedit</application> ed è "
+"possibile modificarle."
+
+#: C/gedit.xml:1726(title)
+msgid "Inserting Snippets"
+msgstr "Inserire snippet"
+
+#: C/gedit.xml:1727(para)
+msgid ""
+"To insert a snippet into a document, type its <firstterm>tab trigger</"
+"firstterm> and press <keycap>Tab</keycap>. A snippet's tab trigger is "
+"usually the first few letters of the snippet, or something else that is "
+"short and easy to remember."
+msgstr ""
+"Per inserire una snippet in un documento, digitare il suo <firstterm>tab "
+"trigger</firstterm> e premere <keycap>Tab</keycap>. Un tab trigger è "
+"composto solitamente dalle prime lettere della snippet o qualsiasi altra "
+"cosa corta e facile da ricordare."
+
+#: C/gedit.xml:1728(para)
+msgid ""
+"Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></"
+"keycombo> to see a list of snippets you can insert."
+msgstr ""
+"In alternativa, premere <keycombo><keycap>Ctrl</keycap><keycap>Spazio</"
+"keycap></keycombo> per l'elenco degli snippet da poter inserire."
+
+#: C/gedit.xml:1732(title)
+msgid "Adding Snippets"
+msgstr "Aggiungere snippet"
+
+#: C/gedit.xml:1733(para)
+msgid "To create a new snippet, do the following:"
+msgstr "Per creare una nuova snippet, procedere come segue:"
+
+#: C/gedit.xml:1736(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Manage Snippets</"
+"guimenuitem></menuchoice>. The <guilabel>Snippets Manager</guilabel> window "
+"opens."
+msgstr ""
+"Scegliere <menuchoice><guimenu>Strumenti</guimenu><guimenuitem>Gestione "
+"snippet...</guimenuitem></menuchoice> per aprire la finestra "
+"<guilabel>Gestione snippet</guilabel>."
+
+#: C/gedit.xml:1739(para)
+msgid ""
+"The list of snippets is grouped by language. Select the language you want to "
+"add a snippet to, or a snippet in that language group. To add a snippet for "
+"all languages, choose Global at the top of the list. The syntax of the "
+"document you are currently working with is shown by default."
+msgstr ""
+"L'elenco delle snippet è raggruppato per linguaggio. Selezionare il "
+"linguaggio per cui aggiungere una snippet o una snippet nel gruppo di "
+"linguaggi. Per aggiungere una snippet per tutti i linguaggi scegliere "
+"«Globale» in alto nell'elenco. Viene mostrata in modo predefinito la sintassi "
+"del documento attuale."
+
+#: C/gedit.xml:1742(para)
+msgid "Click <guibutton>New</guibutton>. A new snippet appears in the list."
+msgstr ""
+"Fare clic su <guibutton>Nuovo</guibutton> per creare una nuova snippet "
+"nell'elenco."
+
+#: C/gedit.xml:1745(para)
+msgid "Enter the following information for the new snippet:"
+msgstr "Inserire le seguenti informazioni per la nuova snippet:"
+
+#: C/gedit.xml:1747(term)
+msgid "Name"
+msgstr "Nome"
+
+#: C/gedit.xml:1749(para)
+msgid ""
+"Enter a name for the snippet in the text field within the snippet list. The "
+"name of a snippet serves only as a reminder of its purpose. You can change "
+"name of a snippet you create by clicking on it in the list."
+msgstr ""
+"Inserire un nome per la snippet nel campo di testo all'interno dell'elenco "
+"delle snippet. Il nome serve solo come promemoria per lo scopo della "
+"snippet. È possibile modificare il nome della snippet creata facendo clic su "
+"di esso."
+
+#: C/gedit.xml:1752(term)
+msgid "Snippet text"
+msgstr "Testo della snippet"
+
+#: C/gedit.xml:1754(para)
+msgid ""
+"Enter the text of the snippet in the <guilabel>Edit snippet</guilabel> text "
+"box. For special codes you can use, see <xref linkend=\"gedit-snippets-"
+"plugin-syntax\"/>."
+msgstr ""
+"Inserire il testo della snippet nella casella di testo <guilabel>Modifica "
+"snippet</guilabel>. Per i codici speciali da poter usare, consultare <xref "
+"linkend=\"gedit-snippets-plugin-syntax\" />."
+
+#: C/gedit.xml:1755(para)
+msgid ""
+"You can switch back to the document window to copy text without closing the "
+"<guilabel>Snippets Manager</guilabel> window."
+msgstr ""
+"È possibile ritornare alla finestra del documento per copiare il testo senza "
+"chiudere la finestra <guilabel>Gestore snippet</guilabel>."
+
+#: C/gedit.xml:1758(term)
+msgid "Tab Trigger"
+msgstr "Tab trigger"
+
+#: C/gedit.xml:1760(para)
+msgid ""
+"Enter the tab trigger for the snippet. This is the text that you type before "
+"pressing <keycap>Tab</keycap> to insert the snippet."
+msgstr ""
+"Inserire il tab trigger per la snippet. Questo è il testo da digitare prima "
+"di premere il tasto <keycap>Tab</keycap> per inserire la snippet."
+
+#: C/gedit.xml:1761(para)
+msgid ""
+"The tag must be either a single word comprising only letters, or any single "
+"character. The <guilabel>Tab trigger</guilabel> will highlight in red if an "
+"invalid tab trigger is entered."
+msgstr ""
+"L'etichetta deve essere una sola parola composta di sole lettere o qualsiasi "
+"carattere singolo. Il <guilabel>Tab trigger</guilabel> si colora di rosso se "
+"viene inserito un tab trigger non valido."
+
+#: C/gedit.xml:1764(term)
+msgid "Shortcut key"
+msgstr "Tasto scorciatoia"
+
+#: C/gedit.xml:1766(para)
+msgid "Type a shortcut key to use for inserting the snippet."
+msgstr "Digitare una scorciatoia per l'inserimento della snippet."
+
+#: C/gedit.xml:1775(title)
+msgid "Editing and Removing Snippets"
+msgstr "Modificare e rimuovere snippet"
+
+# (NdT) semplificata un po'...
+#: C/gedit.xml:1776(para)
+msgid ""
+"To edit a snippet, select it in the list and make changes to its text and "
+"activation properties."
+msgstr ""
+"Per modificare una snippet, selezionarla dall'elenco e apportare le "
+"modifiche necessarie."
+
+#: C/gedit.xml:1777(para)
+msgid "To rename a snippet, click it again in the list."
+msgstr ""
+"Per rinominare una snippet, fare nuovamente clic su di essa nell'elenco."
+
+#: C/gedit.xml:1778(para)
+msgid ""
+"To restore a built-in snippet that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+"Per ripristinare una snippet integrata, modificata, fare clic su "
+"<guilabel>Ripristina</guilabel>."
+
+#: C/gedit.xml:1779(para)
+msgid ""
+"To remove a snippet, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in snippets, only those you have "
+"created yourself."
+msgstr ""
+"Per rimuovere una snippet, selezionarla dall'elenco e fare clic su "
+"<guibutton>Rimuovi</guibutton>. Non è possibile rimuovere una snippet "
+"integrata, solamente quelle create personalmente."
+
+#: C/gedit.xml:1783(title)
+msgid "Snippet Substitutions"
+msgstr "Sostituire snippet"
+
+#: C/gedit.xml:1784(para)
+msgid ""
+"In addition to inserting stored text, a snippet can include customizable "
+"text, or mark spaces where you can add text once the snippet is inserted in "
+"your document."
+msgstr ""
+"Oltre ad aggiungere del testo, una snippet può contenere del testo "
+"personalizzabile o segnalare degli spazi in cui è possibile inserire del "
+"testo una volta inserita la snippet nel documento."
+
+#: C/gedit.xml:1788(para)
+msgid "You can use the following placeholder codes in snippet text:"
+msgstr ""
+"È possibile utilizzare i seguenti simboli per i segnaposti nel testo della "
+"snippet:"
+
+#: C/gedit.xml:1790(term)
+msgid "Tab placeholders"
+msgstr "Segnaposti di tabulazione"
+
+#: C/gedit.xml:1792(para)
+msgid ""
+"<literal>$<replaceable>n</replaceable></literal> defines a tab placeholder, "
+"where <literal>n</literal> is any number from 1 upwards."
+msgstr ""
+"<literal>$<replaceable>n</replaceable></literal> definisce un segnaposto di "
+"tabulazione, in cui <literal>n</literal> è un numero da 1 in su."
+
+#: C/gedit.xml:1793(para)
+msgid ""
+"<literal>${<replaceable>n</replaceable>:<replaceable>default</replaceable>}</"
+"literal> defines a tab placeholder with a default value."
+msgstr ""
+"<literal>${<replaceable>n</replaceable>:<replaceable>default</replaceable>}</"
+"literal> definisce un segnaposto di tabulazione con un valore predefinito."
+
+#: C/gedit.xml:1794(para)
+msgid ""
+"A tab placeholder marks a place in the snippet text where you can add extra "
+"text after the snippet is inserted."
+msgstr ""
+"Un segnaposto di tabulazione indica una posizione nel testo della snippet in "
+"cui è possibile aggiungere dell'altro testo una volta inserita la snippet."
+
+# (NdT) un po' riadattata... ma l'ultima frase in originale
+# poteva essere più chiara...
+#: C/gedit.xml:1795(para)
+msgid ""
+"To use tab placeholders, insert the snippet as normal. The cursor is placed "
+"at the first tab placeholder. Type text, and press <keycap>Tab</keycap> to "
+"advance to the next tab placeholder. The number in the placeholder code "
+"defines the order in which tab advances to each place in the text."
+msgstr ""
+"Per usare un segnaposto di tabulazione, inserire la snippet normalmente. Il "
+"cursore è posizionato al primo segnaposto. Digitare il testo e premere "
+"<keycap>Tab</keycap> per avanzare al segnaposto successivo. Il numero nel "
+"codice del segnaposto indica l'ordine con cui il tasto tab avanza nel testo."
+
+#: C/gedit.xml:1796(para)
+msgid ""
+"Press <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> to "
+"return to the previous tab placeholder. Pressing <keycap>Tab</keycap> when "
+"there are no more tab placeholders moves the cursor to the end of the "
+"snippet text, or to the end placeholder if it exists."
+msgstr ""
+"Premere <keycombo><keycap>Maiusc</keycap><keycap>Tab</keycap></keycombo> per "
+"tornare al segnaposto precedente. Premendo <keycap>Tab</keycap> quando non "
+"ci sono altri segnaposti di tabulazione, il cursore viene spostato alla fine "
+"del testo della snippet o, se esiste, al segnaposto di terminazione."
+
+#: C/gedit.xml:1799(term)
+msgid "Mirror placeholders"
+msgstr "Segnaposti rispecchiati"
+
+#: C/gedit.xml:1801(para)
+msgid ""
+"A repeated tab placeholder will mirror the placeholder already defined. This "
+"allows you to type in text only once that you want to appear several times "
+"in the snippet."
+msgstr ""
+"Un segnaposto di tabulazione ripetuto, rispecchia (ripete) il segnaposto già "
+"definito. Questo consente di digitare il testo da far apparire più volte "
+"nella snippet una sola volta."
+
+#: C/gedit.xml:1804(term)
+msgid "End placeholder"
+msgstr "Segnaposto di terminazione"
+
+# (NdT) non è molto chiara...
+#: C/gedit.xml:1806(para)
+msgid ""
+"<literal>$0</literal> defines the end placeholder. This allows you to finish "
+"working with the snippet with the cursor at a point other than the end of "
+"the snippet text."
+msgstr ""
+"<literal>$0</literal> definisce il segnaposto di terminazione. Questo "
+"consente di terminare il lavoro con la snippet con il cursore in una "
+"posizione diversa da quella della terminazione della snippet."
+
+#: C/gedit.xml:1809(term)
+msgid "Environmental variables"
+msgstr "Variabili d'ambiente"
+
+#: C/gedit.xml:1811(para)
+msgid ""
+"Environmental variable such as <literal>$PATH</literal> and <literal>$HOME</"
+"literal> are substituted in snippet text. The following variables specific "
+"to <application>gedit</application> can also be used:"
+msgstr ""
+"Le variabili d'ambiente come <literal>$PATH</literal> e <literal>$HOME</"
+"literal> vengono sostituite all'interno del testo della snippet. Possono "
+"essere usate anche le seguenti variabili specifiche di <application>gedit</"
+"application>:"
+
+#: C/gedit.xml:1813(term)
+msgid "$GEDIT_SELECTED_TEXT"
+msgstr "$GEDIT_SELECTED_TEXT"
+
+#: C/gedit.xml:1815(para)
+msgid "The currently selected text."
+msgstr "Il testo attualmente selezionato."
+
+#: C/gedit.xml:1818(term)
+msgid "$GEDIT_FILENAME"
+msgstr "$GEDIT_FILENAME"
+
+#: C/gedit.xml:1820(para)
+msgid ""
+"The full filename of the document, or an empty string if the document isn't "
+"saved yet."
+msgstr ""
+"Il nome completo del file o una stringa vuota se il documento non è ancora "
+"stato salvato."
+
+#: C/gedit.xml:1823(term)
+msgid "$GEDIT_BASENAME"
+msgstr "$GEDIT_BASENAME"
+
+#: C/gedit.xml:1825(para)
+msgid ""
+"The basename of the filename of the document, or an empty string if the "
+"document isn't saved yet."
+msgstr ""
+"Il nome del file o una stringa vuota se il documento non è ancora stato "
+"salvato."
+
+#: C/gedit.xml:1828(term)
+msgid "$GEDIT_CURRENT_WORD"
+msgstr "$GEDIT_CURRENT_WORD"
+
+#: C/gedit.xml:1830(para)
+msgid ""
+"The word at the cursor's location in the document. When this variable is "
+"used, the current word will be replaced by the snippet text."
+msgstr ""
+"La parola alla posizione del cursore. Quando questa variabile è usata, la "
+"parola attuale è sostituita con il testo dello snippet."
+
+#: C/gedit.xml:1838(term)
+msgid "Shell placeholders"
+msgstr "Segnaposti della shell"
+
+#: C/gedit.xml:1840(para)
+msgid ""
+"<literal>$(<replaceable>cmd</replaceable>)</literal> is replaced by the "
+"result of executing <replaceable>cmd</replaceable> in a shell."
+msgstr ""
+"<literal>$(<replaceable>cmd</replaceable>)</literal> è sostituito dal "
+"risultato dell'esecuzione di <replaceable>cmd</replaceable> nella shell."
+
+#: C/gedit.xml:1841(para)
+msgid ""
+"<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+"literal> allows you to give this placeholder a reference, where "
+"<replaceable>n</replaceable> is any number from 1 upwards. Use <literal>"
+"$<replaceable>n</replaceable></literal> to use the output from one shell "
+"placeholder as input in another."
+msgstr ""
+"<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+"literal> consente di impostare un riferimento a questo segnaposto, in cui "
+"<replaceable>n</replaceable> è un qualsiasi numero da 1 in su. Usare "
+"<literal>$<replaceable>n</replaceable></literal> per utilizzare l'output di "
+"un segnaposto della shell come input per un altro segnaposto."
+
+#: C/gedit.xml:1844(term)
+msgid "Python placeholders"
+msgstr "Segnaposti di python"
+
+#: C/gedit.xml:1846(para)
+msgid ""
+"<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> is replaced by "
+"the result of evaluating <replaceable>cmd</replaceable> in the python "
+"interpreter."
+msgstr ""
+"<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> è sostituito dal "
+"risultato della valutazione di <replaceable>cmd</replaceable> "
+"nell'interprete python."
+
+#: C/gedit.xml:1847(para)
+msgid ""
+"<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</replaceable>&gt;"
+"</literal> specifies another python placeholder as a dependency, where "
+"<replaceable>a</replaceable> gives its order in the snippet. This allows you "
+"to use python functions defined in another snippet. To specify several "
+"dependencies, separate the numbers with commas thus: <literal>$&lt;"
+"<replaceable>a</replaceable>,<replaceable>b</replaceable>:<replaceable>cmd</"
+"replaceable>&gt;</literal>"
+msgstr ""
+"<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</replaceable>&gt;"
+"</literal> specifica un altro segnalibro python come una dipendenza, dove "
+"<replaceable>a</replaceable> indica l'ordine nella snippet. Questo consente "
+"di usare funzioni python definite in un'altra snippet. Per specificare molte "
+"dipendenze, separare i numeri con delle virgole: <literal>$&lt;"
+"<replaceable>a</replaceable>,<replaceable>b</replaceable>:<replaceable>cmd</"
+"replaceable>&gt;</literal>"
+
+#: C/gedit.xml:1848(para)
+msgid ""
+"To use a variable in all other python snippets, declare it as "
+"<literal>global</literal>."
+msgstr ""
+"Per usare una variabile in tutte le altre snippet, dichiararla "
+"<literal>global</literal> (globale)."
+
+#: C/gedit.xml:1857(title)
+msgid "Sort Plugin"
+msgstr "Plugin «Ordina»"
+
+#: C/gedit.xml:1858(para)
+msgid ""
+"The <application>Sort</application> plugin arranges selected lines of text "
+"into alphabetical order."
+msgstr ""
+"Il plugin <application>Ordina</application> ordina alfabeticamente le righe "
+"selezionate in un file."
+
+#: C/gedit.xml:1859(para)
+msgid ""
+"You cannot undo the Sort operation, so you should save the file before "
+"performing the sort. To revert to the saved version of the file after the "
+"sort operation, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Revert</guimenuitem></menuchoice>."
+msgstr ""
+"L'operazione Ordina non può essere annullata, perciò è consigliabile salvare "
+"il file prima di procedere. Per ripristinare la versione salvata del file "
+"dopo avere eseguito l'ordinamento, scegliere <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Ripristina</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1862(para)
+msgid "To use the Sort plugin, perform the following steps:"
+msgstr "Per usare il plugin Ordina, procedere come segue:"
+
+#: C/gedit.xml:1865(para)
+msgid "Select the lines of text you want to sort."
+msgstr "Selezionare le righe di testo da ordinare."
+
+#: C/gedit.xml:1867(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</guimenuitem></"
+"menuchoice>. The <guilabel>Sort</guilabel> dialog opens."
+msgstr ""
+"Scegliere <menuchoice><guimenu>Modifica</guimenu><guimenuitem>Ordina</"
+"guimenuitem></menuchoice> per aprire il dialogo <guilabel>Ordina</guilabel>."
+
+#: C/gedit.xml:1870(para)
+msgid "Choose the options you want for the sort:"
+msgstr "Scegliere le opzioni per l'ordinamento:"
+
+#: C/gedit.xml:1873(para)
+msgid ""
+"To arrange the text in reverse order, select <guilabel>Reverse order</"
+"guilabel>."
+msgstr ""
+"Per disporre il testo in ordine inverso, selezionare <guilabel>Ordine "
+"invertito</guilabel>."
+
+#: C/gedit.xml:1876(para)
+msgid ""
+"To delete duplicate lines, select <guilabel>Remove duplicates</guilabel>."
+msgstr ""
+"Per eliminare le righe doppie, selezionare <guilabel>Rimuovere i duplicati</"
+"guilabel>."
+
+#: C/gedit.xml:1879(para)
+msgid "To ignore case sensitivity, select <guilabel>Ignore case</guilabel>."
+msgstr ""
+"Per ignorare le differenze tra maiuscole e minuscole, selezionare l'opzione "
+"<guilabel>Ignorare maiuscole/minuscole</guilabel>."
+
+#: C/gedit.xml:1882(para)
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <guilabel>Start at "
+"column</guilabel> spin box."
+msgstr ""
+"Affinché l'operazione di ordinamento ignori il primo carattere della riga, "
+"impostare il numero del primo carattere da ordinare attraverso il controllo "
+"di selezione <guilabel>Incomincia dalla colonna</guilabel>."
+
+#: C/gedit.xml:1887(para)
+msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgstr ""
+"Per iniziare l'ordinamento, fare clic su <guibutton>Ordina</guibutton>."
+
+#: C/gedit.xml:1894(title)
+msgid "Spell Checker Plugin"
+msgstr "Plugin «Correttore ortografico»"
+
+#: C/gedit.xml:1895(para)
+msgid ""
+"The <application>Spell Checker</application> plugin checks the spelling in "
+"the selected text. You can configure <application>gedit</application> to "
+"check the spelling automatically, or you can check the spelling manually, in "
+"the specified language. The language setting, and the autocheck spelling "
+"properties, apply per document. To use the Spell checker plugin, perform the "
+"following steps:"
+msgstr ""
+"Il plugin <application>Correttore ortografico</application> controlla "
+"l'ortografia nel testo selezionato. È possibile configurare "
+"<application>gedit</application> per il controllo automatico, o manuale, "
+"nella lingua specificata. L'impostazione della lingua e le proprietà del "
+"controllo automatico, si applicano al singolo documento. Per usare il plugin "
+"«Correttore ortografico» procedere come segue:"
+
+#: C/gedit.xml:1897(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Set Language</"
+"guimenuitem></menuchoice> to display the <guilabel>Set language</guilabel> "
+"dialog. Select the appropriate language from the list. Click <guibutton>OK</"
+"guibutton> to close the <guilabel>Set language</guilabel> dialog."
+msgstr ""
+"Scegliere <menuchoice><guimenu>Strumenti</guimenu><guimenuitem>Configura "
+"lingua...</guimenuitem></menuchoice> per visualizzare la finestra di dialogo "
+"<guilabel>Configura lingua</guilabel>. Selezionare la lingua appropriata "
+"dall'elenco e fare clic su <guibutton>OK</guibutton> per chiudere la "
+"finestra di dialogo <guilabel>Configura lingua</guilabel>."
+
+#: C/gedit.xml:1900(para)
+msgid ""
+"To check the spelling automatically, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice>. To unset "
+"the automatic spell check, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice> again. "
+"When automatic spell checking is set, an icon is displayed beside the "
+"<guimenuitem>Autocheck Spelling</guimenuitem> menu item. Automatic spell "
+"checking is unset by default, each time <application>gedit</application> "
+"starts."
+msgstr ""
+"Per il controllo automatico dell'ortografia, scegliere "
+"<menuchoice><guimenu>Strumenti</guimenu><guimenuitem>Controllo ortografico "
+"automatico</guimenuitem></menuchoice>. Per disabilitare l'opzione, scegliere "
+"<menuchoice><guimenu>Strumenti</guimenu><guimenuitem>Controllo ortografico "
+"automatico</guimenuitem></menuchoice> nuovamente. Quando il controllo "
+"automatico è abilitato, viene mostrato un segno di spunta a fianco della "
+"voce <guimenuitem>Controllo ortografico automatico</guimenuitem>. Il "
+"controllo automatico è disabilitato in modo predefinito a ogni avvio di "
+"<application>gedit</application>."
+
+#: C/gedit.xml:1901(para)
+msgid ""
+"Unknown spellings are displayed in a different color, and underlined. Right-"
+"click on an unknown spelling, then select <guimenu>Spelling Suggestions</"
+"guimenu> from the popup menu:"
+msgstr ""
+"Le parole sconosciute sono mostrare in un colore diverso e sottolineate. "
+"Fare clic col tasto destro del mouse su una parola sconosciuta, quindi "
+"selezionare <guimenu>Suggerimenti ortografici</guimenu> dal menù a comparsa:"
+
+#: C/gedit.xml:1904(para)
+msgid ""
+"To replace the unknown spelling with another spelling in the list, select "
+"the replacement spelling from the <guimenu>Spelling Suggestions</guimenu> "
+"popup menu."
+msgstr ""
+"Per sostituire una parola sconosciuta con un'altra presente nell'elenco, "
+"selezionare la parola dal menù a comparsa <guimenu>Suggerimenti ortografici</"
+"guimenu>."
+
+#: C/gedit.xml:1907(para)
+msgid ""
+"To add the unknown spelling to your personal dictionary, select "
+"<menuchoice><guimenu>Spelling Suggestions</guimenu><guimenuitem>Add</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Per aggiungere la parola sconosciuta al dizionario, selezionare "
+"<menuchoice><guimenu>Suggerimenti ortografici...</"
+"guimenu><guimenuitem>Aggiungi</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1910(para)
+msgid ""
+"To ignore all occurrences of the unknown spelling, so that they are no "
+"longer flagged as unknown but are not added to your personal dictionary, "
+"select <menuchoice><guimenu>Spelling Suggestions</"
+"guimenu><guimenuitem>Ignore All</guimenuitem></menuchoice>. The unknown word "
+"is ignored in the current <application>gedit</application> session only."
+msgstr ""
+"Per ignorare tutte le occorrenze di una parola sconosciuta, in modo che non "
+"vengano visualizzate come sconosciute, ma senza aggiungerle al dizionario, "
+"selezionare <menuchoice><guimenu>Suggerimenti ortografici...</"
+"guimenu><guimenuitem>Ignora tutto</guimenuitem></menuchoice>. La parola "
+"sconosciuta viene ignorata solamente nella sessione attuale di "
+"<application>gedit</application>."
+
+#: C/gedit.xml:1915(para)
+msgid ""
+"To check the spelling manually, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Check Spelling</guimenuitem></menuchoice>."
+msgstr ""
+"Per eseguire il controllo ortografico manualmente, scegliere "
+"<menuchoice><guimenu>Strumenti</guimenu><guimenuitem>Controllo ortografico</"
+"guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1917(para)
+msgid ""
+"If there are no spelling errors, an <guilabel>Information</guilabel> dialog "
+"displays a message stating that the document does not contain misspelled "
+"words. Click <guibutton>OK</guibutton> to close the <guilabel>Information</"
+"guilabel> dialog."
+msgstr ""
+"Se non ci sono errori, una finestra di dialogo <guilabel>Informazioni</"
+"guilabel> visualizza un messaggio indicante l'assenza di errori. Fare clic "
+"su <guibutton>OK</guibutton> per chiudere la finestra di dialogo "
+"<guilabel>Informazioni</guilabel>."
+
+#: C/gedit.xml:1919(para)
+msgid ""
+"If there are spelling errors, the <guilabel>Check Spelling</guilabel> dialog "
+"is displayed:"
+msgstr ""
+"In caso di errori ortografici, viene mostrata la finestra di dialogo "
+"<guilabel>Controllo ortografico</guilabel>:"
+
+#: C/gedit.xml:1922(para)
+msgid ""
+"The <guilabel>Misspelled word</guilabel> is displayed at the top of the "
+"dialog."
+msgstr ""
+"La <guilabel>Parola errata</guilabel> è mostrata nella parte alta della "
+"finestra di dialogo."
+
+#: C/gedit.xml:1925(para)
+msgid ""
+"A suggested known spelling is displayed in the <guilabel>Change to</"
+"guilabel> text box. You can replace this with another known spelling by "
+"selecting a spelling from the <guilabel>Suggestions</guilabel> list, or you "
+"can enter text directly into the <guilabel>Change to</guilabel> text box."
+msgstr ""
+"Una parola conosciuta è mostrata nella casella di testo "
+"<guilabel>Sostituisci con</guilabel>. È possibile sostituire questa parola "
+"con un'altra selezionandola dall'elenco <guilabel>Suggerimenti</guilabel> "
+"oppure è possibile digitare del testo direttamente nella casella di testo "
+"<guilabel>Sostituisci con</guilabel>."
+
+#: C/gedit.xml:1928(para)
+msgid ""
+"To check the spelling of the text in the <guilabel>Change to</guilabel> text "
+"box, click <guibutton>Check Word</guibutton>. If this is a known word, the "
+"<guilabel>Suggestions</guilabel> list is replaced with the text <literal>"
+"(correct spelling)</literal>. If the word is not known, new entries appear "
+"in the <guilabel>Suggestions</guilabel> list."
+msgstr ""
+"Per controllare l'ortografia del testo nella casella di testo "
+"<guilabel>Sostituisci con</guilabel>, fare clic su <guibutton>Controlla "
+"parola</guibutton>. Se è una parola conosciuta, l'elenco "
+"<guilabel>Suggerimenti</guilabel> è sostituito con la scritta <literal>"
+"(ortografia corretta)</literal>. Se la parola non è conosciuta, vengono "
+"visualizzate delle nuove voci sotto <guilabel>Suggerimenti</guilabel>."
+
+#: C/gedit.xml:1931(para)
+msgid ""
+"To ignore the current occurrence of the unknown word, click "
+"<guibutton>Ignore</guibutton>. To ignore all occurrences of the unknown "
+"word, click <guibutton>Ignore All</guibutton>. The unknown word is ignored "
+"in the current <application>gedit</application> session only."
+msgstr ""
+"Per ignorare l'occorrenza attuale della parola sconosciuta, fare clic su "
+"<guibutton>Ignora</guibutton>. Per ignorare tutte le occorrenze, fare clic "
+"su <guibutton>Ignora tutto</guibutton>. La parola sconosciuta viene ignorata "
+"nella sessione attuale di <application>gedit</application>."
+
+#: C/gedit.xml:1934(para)
+msgid ""
+"To change the current occurrence of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change</"
+"guibutton>. To change all occurrences of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change All</"
+"guibutton>."
+msgstr ""
+"Per cambiare l'occorrenza della parola sconosciuta con il testo presente "
+"nella casella di testo <guilabel>Sostituisci con</guilabel>, fare clic su "
+"<guibutton>Modifica</guibutton>. Per cambiare tutte le occorrenze della "
+"parola sconosciuta, fare clic su <guibutton>Modifica tutto</guibutton>."
+
+#: C/gedit.xml:1937(para)
+msgid ""
+"To add the unknown word to your personal dictionary, click <guibutton>Add "
+"word</guibutton>."
+msgstr ""
+"Per aggiungere la parola sconosciuta al proprio dizionario, fare clic su "
+"<guibutton>Aggiungi parola</guibutton>."
+
+#: C/gedit.xml:1940(para)
+msgid ""
+"To close the <guilabel>Check Spelling</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"Per chiudere la finestra di dialogo <guilabel>Controllo ortografico</"
+"guilabel>, fare clic su <guibutton>Chiudi</guibutton>."
+
+#: C/gedit.xml:1949(title)
+msgid "Tag List Plugin"
+msgstr "Plugin «Elenco tag»"
+
+#: C/gedit.xml:1950(para)
+msgid ""
+"The <application>Tag List</application> plugin allows you to insert common "
+"tags from a list in the side pane."
+msgstr ""
+"Il plugin <application>Elenco tag</application> consente di inserire, da un "
+"elenco nel riquadro laterale, dei tag comuni."
+
+#: C/gedit.xml:1951(para)
+msgid "To use the Tag List plugin, perform the following steps:"
+msgstr "Per usare il plugin «Elenco tag», procedere come segue:"
+
+#: C/gedit.xml:1953(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Scegliere <menuchoice><guimenu>Visualizza</guimenu><guimenuitem>Riquadro "
+"laterale</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1957(para)
+msgid ""
+"By default, the side pane shows a tab containing a list of open documents. "
+"Click on the tab showing a + icon at the bottom of the side pane to show the "
+"tag list tab."
+msgstr ""
+"In modo predefinito, il riquadro laterale mostra una scheda contenente un "
+"elenco di documenti aperti. Per visualizzare la scheda dell'elenco dei tag, "
+"fare clic sulla scheda indicante il segno più («+») in basso nel riquadro "
+"laterale."
+
+#: C/gedit.xml:1959(para)
+msgid ""
+"Select the appropriate tag category from the drop-down list. For example, "
+"<guilabel>HTML - Tags</guilabel>."
+msgstr ""
+"Selezionare la categoria di tag appropriata dall'elenco a discesa; per "
+"esempio <literal>HTML - Tag</literal>."
+
+#: C/gedit.xml:1962(para)
+msgid "Scroll through the tag list to find the required tag."
+msgstr "Se necessario, scorrere l'elenco per cercare il tag richiesto."
+
+#: C/gedit.xml:1965(para)
+msgid ""
+"To insert a tag at the cursor position in the current file, double-click on "
+"the tag in the tag list. You can also insert a tag as follows:"
+msgstr ""
+"Per inserire un tag nella posizione del cursore nel file corrente, fare "
+"doppio clic sul tag nell'elenco. È anche possibile procedere come segue:"
+
+#: C/gedit.xml:1967(para)
+msgid ""
+"To insert a tag in the current file and change the focus from the side pane "
+"to the display area, press <keycap>Return</keycap>."
+msgstr ""
+"Per inserire un tag nel file corrente e spostare il focus dal riquadro "
+"laterale all'area di visualizzazione, premere <keycap>Invio</keycap>."
+
+#: C/gedit.xml:1970(para)
+msgid ""
+"To insert a tag in the current file and maintain the focus on the "
+"<guilabel>Tag list plugin</guilabel> window, press <keycombo><keycap>Shift</"
+"keycap><keycap>Return</keycap></keycombo>."
+msgstr ""
+"Per inserire un tag nel file corrente e mantenere il punto attivo nella "
+"finestra <guilabel>Plugin Elenco tag</guilabel>, premere "
+"<keycombo><keycap>Maiusc</keycap><keycap>Invio</keycap></keycombo>."
+
+#: C/gedit.xml:1979(title)
+msgid "User Name Plugin"
+msgstr "Plugin «Nome utente»"
+
+#: C/gedit.xml:1980(para)
+msgid ""
+"The <application>User name</application> plugin inserts the username of the "
+"current user into the document."
+msgstr ""
+"Il plugin <application>Nome utente</application> inserisce il nome "
+"dell'utente corrente nel file."
+
+#: C/gedit.xml:1981(para)
+msgid ""
+"To insert your username at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert User Name</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"Per inserire il proprio nome alla posizione del cursore, scegliere "
+"<menuchoice><guimenu>Modifica</guimenu><guimenuitem>Inserisci il nome "
+"utente</guimenuitem></menuchoice>."
+
+#: C/gedit.xml:1983(para)
+msgid ""
+"This plugin is mostly provided as an example of how to create your own "
+"plugins. For more information on creating plugins, see the <ulink type=\"http"
+"\" url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</"
+"application> website</ulink>."
+msgstr ""
+"Questo plugin è solo un esempio per aiutare nella creazione di altri plugin. "
+"Per maggiori informazioni sulla creazione di plugin, consultare il <ulink "
+"type=\"http\" url=\"http://live.gnome.org/Gedit/Plugins\">sito web di "
+"<application>gedit</application></ulink>."
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
+#: C/gedit.xml:0(None)
+msgid "translator-credits"
+msgstr "Milo Casagrande <milo@ubuntu.com>"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_bold.png'; "
+#~ "md5=950264711a3f0808bef134fa94b0a582"
+#~ msgstr "fatto"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_italic.png'; "
+#~ "md5=feb9817676516ae91b9f6b1cd36a5eca"
+#~ msgstr "fatto"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_underline.png'; "
+#~ "md5=58f5848d81ea3f0656ccce82ba32ec9c"
+#~ msgstr "fatto"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_strikethrough.png'; "
+#~ "md5=cf962f5d9df721c1f4f4cef2780915ed"
+#~ msgstr "fatto"
+
+#~ msgid ""
+#~ "For more information about how to configure syntax highlighting, see "
+#~ "<xref linkend=\"gedit-prefs-syntax\"/>."
+#~ msgstr ""
+#~ "Per maggiori informazioni sulla configurazione dell'evidenziazione della "
+#~ "sintassi, consultare <xref linkend=\"gedit-prefs-syntax\"/>."
+
+#~ msgid "Colors"
+#~ msgstr "Colori"
+
+#~ msgid ""
+#~ "Select the <guilabel>Use default theme colors</guilabel> option to use "
+#~ "the default theme colors in the <application>gedit</application> text "
+#~ "window."
+#~ msgstr ""
+#~ "Selezionare l'opzione <guilabel>Usare i colori predefiniti del tema</"
+#~ "guilabel> per usare i colori del tema predefinito nella finestra di testo "
+#~ "di <application>gedit</application>."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Normal text color</guibutton> color button to "
+#~ "display the color selector dialog. Select a color to use to display "
+#~ "normal text in the <application>gedit</application> text window."
+#~ msgstr ""
+#~ "Fare clic sul pulsante <guibutton>Colore normale del testo</guibutton> "
+#~ "per visualizzare la finestra di dialogo per la selezione dei colori. "
+#~ "Scegliere un colore per il testo da visualizzare nella finestra di testo "
+#~ "di <application>gedit</application>."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Background color</guibutton> color button to "
+#~ "display the color selector dialog. Select a background color for the "
+#~ "<application>gedit</application> text window."
+#~ msgstr ""
+#~ "Fare clic sul pulsante <guibutton>Colore di sfondo</guibutton> per "
+#~ "visualizzare la finestra di dialogo per la selezione dei colori. "
+#~ "Selezionare un colore di sfondo per la finestra di testo di "
+#~ "<application>gedit</application>."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Selected text color</guibutton> color button to "
+#~ "display the color selector dialog. Select a color to use to display "
+#~ "selected text."
+#~ msgstr ""
+#~ "Fare clic sul pulsante <guibutton>Colore del testo selezionato</"
+#~ "guibutton> per visualizzare la finestra di dialogo per la selezione dei "
+#~ "colori. Selezionare un colore da usare per visualizzare il testo "
+#~ "selezionato."
+
+#~ msgid ""
+#~ "Click on the <guibutton>Selection color</guibutton> color button to "
+#~ "display the color selector dialog. Select a background color to use to "
+#~ "highlight a text selection."
+#~ msgstr ""
+#~ "Fare clic sul pulsante <guibutton>Colore della selezione</guibutton> per "
+#~ "visualizzare la finestra di dialogo per la selezione dei colori. "
+#~ "Selezionare un colore di sfondo da usare per evidenziare una selezione di "
+#~ "testo."
+
+#~ msgid "Syntax Highlighting Preferences"
+#~ msgstr "Evidenziazione della sintassi"
+
+#~ msgid "Enable syntax highlighting"
+#~ msgstr "Attivare evidenziazione sintassi"
+
+#~ msgid ""
+#~ "Select this option to highlight the syntax of the text that you edit."
+#~ msgstr ""
+#~ "Selezionare questa opzione per abilitare l'evidenziazione della sintassi "
+#~ "del file da modificare."
+
+#~ msgid "Highlight mode"
+#~ msgstr "Modalità di evidenziazione"
+
+#~ msgid "Use this drop-down list to select a syntax mode to configure."
+#~ msgstr ""
+#~ "Usare questo elenco a discesa per selezionare la modalità di "
+#~ "evidenziazione da configurare."
+
+#~ msgid "Elements"
+#~ msgstr "Elementi"
+
+#~ msgid "Use this list box to select a syntax element to configure."
+#~ msgstr ""
+#~ "Usare questo elenco per selezionare un elemento della sintassi da "
+#~ "configurare."
+
+#~ msgid "Format buttons"
+#~ msgstr "Pulsanti di formattazione"
+
+#~ msgid ""
+#~ "Use the following buttons to change the format of the selected syntax "
+#~ "element:"
+#~ msgstr ""
+#~ "Usare i seguenti pulsanti di formattazione per modificare il formato "
+#~ "dell'elemento della sintassi selezionato:"
+
+#~ msgid "Button"
+#~ msgstr "Pulsante"
+
+#~ msgid "Format"
+#~ msgstr "Formato"
+
+#~ msgid "Shows icon for bold format."
+#~ msgstr "Mostra l'icona per il testo grassetto."
+
+#~ msgid "Bold"
+#~ msgstr "Grassetto"
+
+#~ msgid "Shows icon for italic format."
+#~ msgstr "Mostra l'icona per il testo corsivo."
+
+#~ msgid "Italic"
+#~ msgstr "Corsivo"
+
+#~ msgid "Shows icon for underline."
+#~ msgstr "Mostra l'icona per il testo sottolineato."
+
+#~ msgid "Underline"
+#~ msgstr "Sottolineato"
+
+#~ msgid "Shows icon for strikethrough."
+#~ msgstr "Mostra l'icona per il testo barrato."
+
+#~ msgid "Strikethrough"
+#~ msgstr "Barrato"
+
+#~ msgid "Foreground"
+#~ msgstr "Primo piano"
+
+#~ msgid ""
+#~ "Select this option to change the font color of the selected syntax "
+#~ "element. Click on the color button to display the color selector dialog, "
+#~ "then select the font color."
+#~ msgstr ""
+#~ "Selezionare questa opzione per modificare il colore del carattere "
+#~ "dell'elemento selezionato. Fare clic sul pulsante per visualizzare la "
+#~ "finestra di dialogo per la selezione dei colori e selezionare un colore "
+#~ "per il carattere. "
+
+#~ msgid "Background"
+#~ msgstr "Sfondo"
+
+#~ msgid ""
+#~ "Select this option to change the background color of the selected syntax "
+#~ "element. Click on the color button to display the color selector dialog, "
+#~ "then select the background color."
+#~ msgstr ""
+#~ "Selezionare questa opzione per modificare il colore di sfondo "
+#~ "dell'elemento selezionato. Fare clic sul pulsante per visualizzare la "
+#~ "finestra di dialogo per la selezione dei colori e selezionare un colore "
+#~ "per sfondo."
+
+#~ msgid "Reset to Default"
+#~ msgstr "Ripristina predefinito"
+
+#~ msgid ""
+#~ "Click on this button to reset the foreground color and background color "
+#~ "of the selected syntax element to the default values."
+#~ msgstr ""
+#~ "Fare clic su questo pulsante per ripristinare i valori predefiniti del "
+#~ "colore di primo piano e di sfondo dell'elemento della sintassi "
+#~ "selezionato."
diff --git a/help/ja/ja.po b/help/ja/ja.po
new file mode 100644
index 0000000..fe0604b
--- /dev/null
+++ b/help/ja/ja.po
@@ -0,0 +1,2226 @@
+# gedit/help ja.po.
+#
+# Mitsuya Shibata <mty.shibata@gmail.com>, 2008.
+# Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit help 2.32\n"
+"POT-Creation-Date: 2013-01-11 21:51+0000\n"
+"PO-Revision-Date: 2012-12-30 15:44+0900\n"
+"Last-Translator: Carrot031 <www.carrotsoft@gmail.com>\n"
+"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-KeywordsList: new\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+#, fuzzy
+#| msgid "translator-credits"
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"柴田 充也 <mty.shibata@gmail.com>, 2008\n"
+"草野 貴之 <AE5T-KSN@asahi-net.or.jp>, 2010"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#, fuzzy
+#| msgid "@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgctxt "_"
+msgid "external ref='figures/gedit-icon.png' md5='a7174de2671462e1ac4f80a82ad09184'"
+msgstr "@@image: 'figures/gedit_window.png'; md5=9a607006548356160848652938c8b7e3"
+
+#, fuzzy
+#| msgid "text editor"
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "text editor"
+
+#, fuzzy
+#| msgid "text editor"
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "text editor"
+
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+msgid "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> </media> gedit Text Editor"
+msgstr "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> </media> gedit テキストエディタ"
+
+msgid "Welcome to the <app>gedit</app> help guide. For a quick introduction into both <app>gedit's</app> most basic features, as well as some advanced keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started with gedit</link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</link> pages."
+msgstr ""
+
+msgid "Other help topics are grouped together into sections below. Enjoy using <app>gedit</app>!"
+msgstr ""
+
+#, fuzzy
+#| msgid "Working with Files"
+msgid "Working With Files"
+msgstr "ファイルの操作"
+
+msgid "Configure gedit"
+msgstr "geditの設定"
+
+#, fuzzy
+#| msgid "Tag List Plugin"
+msgid "gedit Plugins"
+msgstr "タグの一覧プラグイン"
+
+msgid "Printing with gedit"
+msgstr "geditで印刷する"
+
+#, fuzzy
+#| msgid "Blue based color scheme."
+msgid "Change the color scheme"
+msgstr "青を基調とした色のスキーム。"
+
+msgid "<app>gedit</app> includes several different color schemes, allowing you to change the appearance of the main text window."
+msgstr "<app>gedit</app>には複数のカラースキームが用意されています。これにより、メインテキストウィンドウの外観が変更できます。"
+
+#, fuzzy
+#| msgid "To use the Sort plugin, perform the following steps:"
+msgid "To change the color scheme, complete the following steps:"
+msgstr "並び替えプラグインを使用するには、次の手順を実行します。"
+
+#, fuzzy
+#| msgid "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; Colors</gui></guiseq>."
+msgid "Select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr "<guiseq><gui>編集</gui><gui>設定</gui><gui>フォントと色</gui></guiseq>を選択します。"
+
+#, fuzzy
+#| msgid "Blue based color scheme."
+msgid "Choose your desired color scheme."
+msgstr "青を基調とした色のスキーム。"
+
+msgid "The new color scheme will be applied immediately."
+msgstr ""
+
+#, fuzzy
+#| msgid "Color Scheme"
+msgid "Use a Custom Color Scheme"
+msgstr "色のスキーム"
+
+msgid "You can also use color schemes that have been created by others, or create and use your own color schemes."
+msgstr ""
+
+msgid "Instructions on how to install custom color schemes, as well as examples of color schemes that you can download and use, are available on the <link href=\"http://live.gnome.org/GtkSourceView/StyleSchemes\">gedit wiki </link>."
+msgstr ""
+
+#, fuzzy
+#| msgid "The currently selected text."
+msgid "Change the default font"
+msgstr "現在選択中の文字列を表します。"
+
+msgid "<app>gedit</app> will use the system fixed-width font by default, but you can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "<app>gedit</app>のデフォルトのフォントを変更する:"
+
+msgid "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; Colors</gui></guiseq>."
+msgstr "<guiseq><gui>編集</gui><gui>設定</gui><gui>フォントと色</gui></guiseq>を選択します。"
+
+msgid "Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+
+msgid "Choose your desired font, and use the <gui>slider</gui> to set the default font size."
+msgstr ""
+
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "<gui>選択</gui>をクリックして<gui>閉じる</gui>をクリックします。"
+
+msgid "Close a file"
+msgstr "ファイルを閉じます。"
+
+msgid "To close a file in <app>gedit</app>, select <guiseq><gui>File</gui> <gui>Close</gui></guiseq>. Alternately, you can click the small \"X\" that appears on the right-side of the file's tab, or press <keyseq><key>Ctrl</key> <key>W</key></keyseq>."
+msgstr ""
+
+msgid "Any one of these actions will close a file in <app>gedit</app>. If your file contains changes that have not been saved, <app>gedit</app> will prompt you to save those changes before closing the file."
+msgstr ""
+
+msgid "Create a new file"
+msgstr "新しいファイルを作成します。"
+
+msgid "The easiest way to create a new file in <app>gedit</app>, is to click the icon that looks like a blank piece of paper with a \"plus\" sign next to it. If you prefer, you may also select <guiseq><gui>File</gui><gui>New</gui> </guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+msgstr ""
+
+msgid "Any one of these actions will create a new file in the <app>gedit</app> window. If you have other files open in <app>gedit</app>, the new file that you create will appear as a new tab to the right of those files."
+msgstr ""
+
+msgid "Edit a file as the root user"
+msgstr ""
+
+msgid "Editing files as the root user is potentially dangerous, and may break your system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+
+msgid "To edit files as the root user, launch <app>gedit</app> from the terminal by entering:"
+msgstr ""
+
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+msgid "Using the <cmd>sudo</cmd> command, you will need to successfully enter your password before <app>gedit </app> will open."
+msgstr "<cmd>sudo</cmd>コマンドを使うと<app>gedit </app>の起動前にパスワードの入力が求められます。"
+
+msgid "As an alternative to the <cmd>sudo</cmd> command, you may obtain administrative privileges by entering:"
+msgstr ""
+
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+msgid "You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+
+msgid "Once you have opened <app>gedit</app> with administrative privileges, the application will retain those privileges until you close it."
+msgstr ""
+
+msgid "File basics: Open, close, and save files"
+msgstr ""
+
+msgid "If you are new to <app>gedit</app>, these topics will help you with creating, saving, and opening and closing files."
+msgstr ""
+
+msgid "Use fullscreen mode"
+msgstr "フルスクリーンモードを使う"
+
+msgid "When working with a large document, you may find it helpful to work in <app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the <gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, presenting you with more of your text and allowing you to better focus on your tasks."
+msgstr ""
+
+msgid "Turn on fullscreen mode"
+msgstr ""
+
+msgid "To turn on fullscreen mode, select <guiseq><gui>View</gui> <gui>Fullscreen</gui></guiseq>, or press <key>F11</key>. <app>gedit's</app> menu, title, and tab-bars will hide, and you will only be presented with the text of your current file."
+msgstr ""
+
+msgid "If you need to perform an action from the <app>gedit</app> menu while working in fullscreen mode, move your mouse pointer to the top of the screen. The <app>gedit</app> menu bar will reappear, and you can select your desired action."
+msgstr ""
+
+msgid "To switch between open tabs while in fullscreen mode, press either <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or <keyseq><key> Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+
+msgid "Turn off fullscreen mode"
+msgstr "フルスクリーンモードを終了する"
+
+msgid "To turn off fullscreen mode and return to the standard <app>gedit</app> window, move your mouse cursor to the top of the screen, and wait for the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, select <gui>Leave Fullscreen</gui>. You can also press <key>F11</key> to turn off fullscreen mode."
+msgstr "フルスクリーンモードを終了し標準のウィンドウに戻すには、マウスカーソルを画面の上端まで移動して<gui>メニューバー</gui>が開くのを待ちます。<gui>メニューバー</gui>が開いたら、<gui>フルスクリーンの解除</gui>を選択します。<key>F11</key>キーを使用しても同じことができます。"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#, fuzzy
+#| msgid "@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgctxt "_"
+msgid "external ref='figures/gedit-side-pane1.png' md5='ac9c80cb0552d63b593c71f23be69b53'"
+msgstr "@@image: 'figures/gedit_window.png'; md5=9a607006548356160848652938c8b7e3"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#, fuzzy
+#| msgid "@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgctxt "_"
+msgid "external ref='figures/gedit-side-pane2.png' md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+msgstr "@@image: 'figures/gedit_window.png'; md5=9a607006548356160848652938c8b7e3"
+
+msgid "View and open files from the side pane"
+msgstr ""
+
+msgid "The most common way to switch between files in <app>gedit</app> is by using the tabs at the top of the <app>gedit</app> window. In some cases, though, particularly when you are working with a large number of open files, you may find it easier to use the <app>side pane</app>."
+msgstr ""
+
+#, fuzzy
+#| msgid "To view the File Browser, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click on the tab showing the File Browser icon at the bottom of the side pane."
+msgid "To activate the <app>side pane</app>, select <guiseq><gui>View</gui> <gui>Side Pane</gui></guiseq>, or just press the <key>F9</key> key."
+msgstr "プラグインを有効にした状態でファイル参照ペインを表示するには、<menuchoice><guimenu>表示</guimenu><guimenuitem>サイド・ペイン</guimenuitem></menuchoice>を選択し、サイド・ペインの下部にあるファイル・ブラウザーアイコンをクリックしてください。"
+
+msgid "You can toggle the <gui>side pane</gui> open or closed by pressing <key>F9</key> at any time."
+msgstr ""
+
+#, fuzzy
+#| msgid "Opening a File from a URI"
+msgid "Opening files from the side pane"
+msgstr "URI からファイルを開く"
+
+#, fuzzy
+#| msgid "To view the File Browser, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click on the tab showing the File Browser icon at the bottom of the side pane."
+msgid "To open files from the <app>side pane</app>, first open the <app>side pane</app> by selecting <guiseq><gui>View</gui> <gui>Side Pane</gui></guiseq>, then click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr "プラグインを有効にした状態でファイル参照ペインを表示するには、<menuchoice><guimenu>表示</guimenu><guimenuitem>サイド・ペイン</guimenuitem></menuchoice>を選択し、サイド・ペインの下部にあるファイル・ブラウザーアイコンをクリックしてください。"
+
+msgid "This will activate the <em>file-browser</em> mode of the <app>side pane</app>. You can then use the navigation buttons at the top of the pane to locate and open your desired files."
+msgstr ""
+
+msgid "Using the side pane to switch between open files"
+msgstr ""
+
+msgid "Once you have several files open, you can use the side pane to switch between open files. To activate the file browser portion of the <app>side pane</app>, click on the <gui>file</gui> icon at the bottom of the <gui>side pane</gui>."
+msgstr ""
+
+msgid "Clicking on any file name in the <gui>side pane</gui> will open that file for editing."
+msgstr ""
+
+msgid "Open a file or set of files"
+msgstr ""
+
+msgid "To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+
+msgid "This will cause the <gui>Open Files</gui> dialog to appear. Use your mouse or keyboard to select the file that you wish to open, and then click <gui>Open</gui>. The file that you've selected will open in a new tab."
+msgstr ""
+
+#, fuzzy
+#| msgid "To close the <guilabel>Preferences</guilabel> dialog, click <guibutton>Close</guibutton>."
+msgid "To close the <gui>Open Files</gui> dialog without opening a file, click <gui>Cancel</gui>."
+msgstr "<guilabel>設定</guilabel>ダイアログを閉じるには、<guibutton>閉じる</guibutton>をクリックします。"
+
+msgid "You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than one file at a time. If you hold down the <key>Ctrl</key> key while you select multiple files, clicking <gui>Open</gui> will open each of the files that you have selected."
+msgstr ""
+
+msgid "Holding down the <key>Shift</key> while you select multiple files will open the first file that you select, the last file that you select, and all of the files in between."
+msgstr ""
+
+msgid "Open a file that is located on a server"
+msgstr ""
+
+msgid "Prior to opening a file on a server from within <app>gedit</app>, you need to know some technical information about the server. For example, you will need to know the IP Address or URL of the server, and may need to know what kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+
+msgid "Also, some types of servers impose restrictions on what you can do with files stored on the server. For example, you may be able to open a file from a server, but may need to save any changes to the file locally, on your own computer."
+msgstr ""
+
+msgid "With these caveats in mind, perform the following steps to open a file from a server using <app>gedit</app>:"
+msgstr ""
+
+#, fuzzy
+#| msgid "Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</guimenuitem></menuchoice> to display the <guilabel>Open Location</guilabel> dialog."
+msgid "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the <gui>Open Files</gui> dialog."
+msgstr "<menuchoice><guimenu>ファイル</guimenu><guimenuitem>場所を開く</guimenuitem></menuchoice>を選択し、<guilabel>場所を開く</guilabel> ダイアログを表示します。"
+
+msgid "Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</gui> dialog."
+msgstr ""
+
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr ""
+
+#, fuzzy
+#| msgid "Enter the URI of the file that you want to open."
+msgid "Find and select the file that you wish to open."
+msgstr "開きたいファイルの URI を入力します。"
+
+#, fuzzy
+#| msgid "Use the <guilabel>Character coding</guilabel> drop-down list to select the appropriate character coding."
+msgid "Use the Character coding drop-down list to select the appropriate character coding."
+msgstr "<guilabel>文字のエンコーディング</guilabel>から、開きたいファイルの文字コードを選択します。"
+
+#, fuzzy
+#| msgid "Click <guibutton>Open</guibutton>."
+msgid "Click <gui>Open</gui>."
+msgstr "<guibutton>開く</guibutton>をクリックします。"
+
+#, fuzzy
+#| msgid "Valid types of <replaceable>URI</replaceable> include <literal>http:</literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the methods supported by <literal>gnome-vfs</literal>."
+msgid "Valid types of URI include http:, ftp:, file:, and all of the methods supported by <app>gvfs</app>."
+msgstr "有効な <replaceable>URI</replaceable> は <literal>http:</literal>、 <literal>ftp:</literal>、 <literal>file:</literal>、および <literal>gnome-vfs</literal> でサポートしているすべての形式です。"
+
+#, fuzzy
+#| msgid "Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. HTTP only allows files to be read. Files opened from FTP are read-only because because not all FTP servers may correctly work with saving remote files."
+msgid "Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. For example, HTTP only allows files to be read. Files opened from FTP are read-only because not all FTP servers may correctly work with saving remote files."
+msgstr "URI の形式によっては、ファイルを読み込み専用として開きます。その場合、変更点を保存する際には、別の場所を指定してください。例えば HTTP はファイルの読み込みのみ可能です。すべての FTP サーバーがリモートファイルの保存をサポートしているわけではないので、FTP からファイルを開いた場合も、読み込み専用となります。"
+
+msgid "Reopen a recently-used file"
+msgstr ""
+
+msgid "By default, <app>gedit</app> provides easy access to five of your most recently-used files. Here is how you can open a recently-used file:"
+msgstr ""
+
+msgid "Click the downward-facing arrow to the right of the <gui>Open</gui> button."
+msgstr ""
+
+msgid "<app>gedit</app> will display a list of the five most-recently used files."
+msgstr ""
+
+msgid "Select the desired file, and it will open in a new tab."
+msgstr ""
+
+msgid "To adjust the number of recently-used files that gedit displays, you will need to use the <app>dconf-editor</app> application."
+msgstr ""
+
+msgid "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui><gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-recents</gui></guiseq>."
+msgstr ""
+
+msgid "Double-click on the number next to <gui>max-recents</gui> and change the number to your desired value."
+msgstr ""
+
+#, fuzzy
+#| msgid "Configuring the Insert Date/Time Plugin"
+msgid "Configure and use gedit Plugins"
+msgstr "日付/時間の挿入プラグインの設定"
+
+msgid "You can do more with <app>gedit</app> by using plugins. Several plugins are installed by default, but a large number of other plugins are available separately."
+msgstr ""
+
+msgid "Many Linux distributions make a group of these plugins available as a <app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+
+#, fuzzy
+#| msgid "Tag List Plugin"
+msgid "Default gedit Plugins"
+msgstr "タグの一覧プラグイン"
+
+msgid "Additional gedit Plugins"
+msgstr ""
+
+msgid "Record commonly-referenced locations with bookmarks"
+msgstr ""
+
+msgid "Bookmarks"
+msgstr "ブックマーク"
+
+msgid "Gedit bookmarks allow you to highlight important lines of text within your document or program, making them easier to find. You can also move up or down between bookmarks, making document navigation a bit faster."
+msgstr ""
+
+msgid "To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+msgstr "ブックマークプラグインを有効にするには、<guiseq><gui>編集</gui><gui> 設定</gui><gui>プラグイン</gui><gui>ブックマーク</gui></guiseq>を選択します。"
+
+msgid "Bookmarks are inserted and removed by completing the same action. To insert or remove bookmarks:"
+msgstr ""
+
+msgid "Navigate to the line where you want to insert or remove the bookmark."
+msgstr ""
+
+msgid "Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, or click <guiseq><gui>Edit</gui><gui>Toggle Bookmark</gui></guiseq>."
+msgstr ""
+
+msgid "To move between bookmarks:"
+msgstr ""
+
+msgid "Press <keyseq><key>Ctrl</key><key>B</key></keyseq> to move to the next bookmark."
+msgstr "<keyseq><key>Ctrl</key><key>B</key></keyseq> を押して次のブックマークへ移動します。"
+
+msgid "Press <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> to move to the previous bookmark."
+msgstr ""
+
+msgid "If you prefer using the mouse, you can click <guiseq><gui>Edit</gui> <gui>Go to Next Bookmark</gui></guiseq> or <guiseq><gui>Edit</gui><gui>Go to Previous Bookmark</gui></guiseq>."
+msgstr ""
+
+msgid "Auto-complete closing brackets"
+msgstr ""
+
+#, fuzzy
+#| msgid "Bracket Matching"
+msgid "Bracket completion"
+msgstr "対応するカッコ"
+
+msgid "The <app>Bracket Completion</app> plugin will auto-complete closing brackets for curly braces, parentheses, and square brackets."
+msgstr ""
+
+msgid "To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Plugins</gui><gui>Bracket Completion</gui></guiseq>."
+msgstr ""
+
+msgid "This plugin does not automatically insert closing HTML or XML tags."
+msgstr ""
+
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#, fuzzy
+#| msgid "The currently selected text."
+msgid "Change the case of selected text"
+msgstr "現在選択中の文字列を表します。"
+
+#, fuzzy
+#| msgid "Change Case"
+msgid "Change case"
+msgstr "大/小文字の変更"
+
+msgid "This plugin helps you to change the case of selected portions of text. You can use it to change text to be all lower case, all upper case, to invert the case, or apply title case. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+
+msgid "Once the <em>Change Case</em> plugin is enabled, you can use it by completing the following steps:"
+msgstr ""
+
+#, fuzzy
+#| msgid "Select the lines of text you want to sort."
+msgid "Highlight the portion of text that you want to change."
+msgstr "並び替えたい行を選択します。"
+
+msgid "Select <guiseq><gui>Edit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+
+msgid "Choose your desired text-formatting option."
+msgstr ""
+
+msgid "The updates to the text formatting will take place immediately."
+msgstr ""
+
+#, fuzzy
+#| msgid "Change each lowercase character to uppercase, and change each uppercase character to lowercase."
+msgid "The <gui>Invert Case</gui> option will convert all lower case letters to upper case, and will convert all upper case letters to lower case."
+msgstr "選択中のすべての小文字を大文字に変更し、逆に選択中のすべての大文字を小文字に変更します。"
+
+msgid "The <gui>Title Case</gui> option will convert the first letter of each word to upper case. All other letters will be converted to lower case."
+msgstr ""
+
+msgid "If you have not highlighted any text, the <em>Change Case</em> feature will be grayed-out. You need to select a portion of text before you use the <em>Change Case</em> feature."
+msgstr ""
+
+msgid "Paul Weaver"
+msgstr ""
+
+msgid "Insert special characters just by clicking on them"
+msgstr ""
+
+msgid "Character map"
+msgstr ""
+
+msgid "The <app>Character Map</app> plugin enables you to insert characters into your document that you may not be able to type easily using your keyboard. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Plugins</gui><gui>Character Map</gui></guiseq>."
+msgstr ""
+
+msgid "Using Character Map"
+msgstr ""
+
+msgid "Once the plugin is enabled, you can add characters from the <em>Character Map</em> tab of the side panel (<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq>)."
+msgstr ""
+
+msgid "Place the cursor at the point in your document at which you would like your special character."
+msgstr ""
+
+#, fuzzy
+#| msgid "To view the File Browser, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click on the tab showing the File Browser icon at the bottom of the side pane."
+msgid "Open the side panel by selecting <guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq>, or by pressing <key>F9</key>."
+msgstr "プラグインを有効にした状態でファイル参照ペインを表示するには、<menuchoice><guimenu>表示</guimenu><guimenuitem>サイド・ペイン</guimenuitem></menuchoice>を選択し、サイド・ペインの下部にあるファイル・ブラウザーアイコンをクリックしてください。"
+
+msgid "Select the <em>Character Map</em> tab in the side panel."
+msgstr ""
+
+msgid "If neccessary, choose the character set to which your character belongs from the list at the top of the <em>Character Map</em> tab (e.g., Arabic)."
+msgstr ""
+
+msgid "Double click your desired character to insert it."
+msgstr ""
+
+msgid "You must click on the editing view of your document to continue editing normally."
+msgstr ""
+
+msgid "Real-time error highlighting for supported languages"
+msgstr ""
+
+msgid "Code assistance"
+msgstr ""
+
+msgid "The <app>gedit-code-assistance</app> plugin provides real-time error highlighting for C, C++ and Objective-C. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Code Assistance</gui></guiseq>."
+msgstr ""
+
+msgid "How the code assistance plugin works"
+msgstr ""
+
+msgid "The plugin currently relies on information in the makefile to deduce the Clang error-highlighting rules. It examines the <code>make</code> rules and determines which targets depend on the the file that is being parsed. The plugin then extracts the compiler flags by simulating an execution of those targets."
+msgstr ""
+
+msgid "This is not completely fool proof, of course. In the future, the plugin will allow you to manually specify the compile flags."
+msgstr ""
+
+msgid "Comment-out or uncomment a block of code"
+msgstr ""
+
+#, fuzzy
+#| msgid "Comment"
+msgid "Code comment"
+msgstr "コメント"
+
+msgid "Code comments are portions of text that make it easier for people to understand a program's code, but they don't affect how a program works. Comments are separated from other parts of a program by special characters."
+msgstr ""
+
+#, fuzzy
+#| msgid "To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+msgid "The <app>code comment</app> plugin makes it easier to quickly create or remove code comments. To enable the code comment plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui> <gui>Code comment</gui></guiseq>."
+msgstr "ブックマークプラグインを有効にするには、<guiseq><gui>編集</gui><gui> 設定</gui><gui>プラグイン</gui><gui>ブックマーク</gui></guiseq>を選択します。"
+
+msgid "To create or remove a comment:"
+msgstr ""
+
+msgid "Highlight the portion of text where you want to add or remove a comment."
+msgstr ""
+
+#, fuzzy
+#| msgid "Open the Replace tool by clicking <guiseq><gui>Search</gui><gui> Replace</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key> </keyseq>."
+msgid "To add a comment, click <guiseq><gui>Edit</gui> <gui>Comment Code</gui></guiseq>, or press <keyseq><key>Ctrl</key> <key>M</key></keyseq>."
+msgstr "<guiseq><gui>検索</gui><gui> 置換</gui></guiseq>をクリックして置換ツールを開くか、 <keyseq><key>Ctrl</key><key>H</key> </keyseq>を押して開いてください。"
+
+#, fuzzy
+#| msgid "Open the Replace tool by clicking <guiseq><gui>Search</gui><gui> Replace</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key> </keyseq>."
+msgid "To remove a comment, click <guiseq><gui>Edit</gui> <gui>Uncomment Code</gui></guiseq>, or press <keyseq><key>Shift</key> <key>Ctrl</key><key>M</key></keyseq>."
+msgstr "<guiseq><gui>検索</gui><gui> 置換</gui></guiseq>をクリックして置換ツールを開くか、 <keyseq><key>Ctrl</key><key>H</key> </keyseq>を押して開いてください。"
+
+msgid "<app>Gedit</app> will automatically use the correct style of comment based on the language or syntax of the file. If <app>gedit</app> doesn't identify your language or syntax, you can select it from the language list in the bottom <gui>Status bar</gui>."
+msgstr ""
+
+msgid "Pick a color from a dialog and insert its hexadecimal representation"
+msgstr ""
+
+#, fuzzy
+#| msgid "Color Scheme"
+msgid "Color picker"
+msgstr "色のスキーム"
+
+msgid "The <app>color picker</app> plugin helps you to insert the character codes that represent a certain color. This can make it easier to choose and use the correct color in your programs."
+msgstr ""
+
+msgid "To enable the color picker plugin, select <guiseq><gui> Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Color Picker</gui> </guiseq>."
+msgstr ""
+
+msgid "To open and use the color picker:"
+msgstr ""
+
+msgid "Place your cursor at the point in your document where you want to insert the color code."
+msgstr ""
+
+msgid "Select <guiseq><gui>Tools</gui><gui>Pick Color...</gui></guiseq>. The color picker dialog will appear."
+msgstr ""
+
+msgid "Click on the desired color in the color picker window."
+msgstr ""
+
+msgid "The appropriate color code will be inserted where you had placed your cursor."
+msgstr ""
+
+#, fuzzy
+#| msgid "To close the <guilabel>Check Spelling</guilabel> dialog, click <guibutton>Close</guibutton>."
+msgid "To close the <app>color picker</app>, click <gui>Close</gui>."
+msgstr "<guilabel>スペル・チェック</guilabel>ダイアログを閉じるには、<guibutton>閉じる</guibutton>をクリックしてください。"
+
+msgid "You can make fine-grained adjustments to the color by adjusting the values for Hue, Saturation, Value, Red, Green, or Blue."
+msgstr ""
+
+msgid "Additionally, you can save colors by right-clicking on any of the colored boxes in the color picker, and selecting <gui>Save color here</gui>. This will make it easier to insert commonly-used colors later."
+msgstr ""
+
+msgid "Use a command-line interface for advanced editing"
+msgstr ""
+
+#, fuzzy
+#| msgid "Command"
+msgid "Commander"
+msgstr "コマンド"
+
+msgid "The <app>Commander</app> plugin is a plugin for advanced <app>gedit</app> users that allows you to perform command-line actions on the current file. To enable the commander plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Commander</gui></guiseq>."
+msgstr ""
+
+msgid "Once you have enabled the plugin, activate it by pressing <keyseq><key> Ctrl</key><key>.</key></keyseq>."
+msgstr ""
+
+msgid "The last key in the above key combination is a period."
+msgstr ""
+
+msgid "To Do This"
+msgstr ""
+
+msgid "Press This"
+msgstr ""
+
+msgid "See an overview of available commands"
+msgstr ""
+
+msgid "Tab + Tab"
+msgstr ""
+
+#, fuzzy
+#| msgid "Number of words in the current document."
+msgid "Find a word within the current file"
+msgstr "現在のドキュメントの単語数"
+
+msgid "/ <em>foo </em>"
+msgstr ""
+
+msgid "This will find the word <em>foo</em>."
+msgstr ""
+
+#, fuzzy
+#| msgid "Delete current line."
+msgid "Replace a word within the current file"
+msgstr "現在カーソルがある行を削除します。"
+
+msgid "// foo bar"
+msgstr ""
+
+msgid "This will replace <em>foo</em> with <em>bar</em>."
+msgstr ""
+
+msgid "Move the cursor to a certain line number in your file"
+msgstr ""
+
+msgid "go [line number] <em>or</em> just <em>g</em> [line number]"
+msgstr ""
+
+msgid "Toggle the bookmark indicator for the current line"
+msgstr ""
+
+msgid "bookmark <em>or</em> just <em>b</em>"
+msgstr ""
+
+msgid "Some commands, such as the <app>bookmark</app> command require that the appropriate plugin be installed and activated. If you do not have the appropriate plugin installed and activated, you will receive an error message."
+msgstr ""
+
+msgid "Display recently-used and most-used files on startup"
+msgstr ""
+
+msgid "Dashboard"
+msgstr ""
+
+msgid "The <app>Dashboard</app> plugin provides quick access to your most recently-used files and most-frequently used files. To activate the <app>Dashboard</app> plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Dashboard</gui></guiseq>. You will need to restart <app>gedit</app> to activate the <app>Dashboard</app> plugin."
+msgstr ""
+
+msgid "The <app>dashboard</app> also includes a <gui>Search</gui> window, allowing you to search for files that may not appear in the list of files."
+msgstr ""
+
+msgid "Recently used files"
+msgstr "最近使用されたファイル"
+
+msgid "The dashboard will initially display a shortcut for an <gui>empty document</gui> and seven of your most recently-used files. Click on the <gui>empty document</gui> to create a new file. Click on any of the other files to open that file."
+msgstr ""
+
+msgid "Most frequently-used files"
+msgstr ""
+
+msgid "Similarly, the dashboard displays a shortcut for an <gui>empty document </gui> and seven of your most frequently-used files. Click on the <gui> empty document</gui> to create a new file. Click on any of the other files to open that file."
+msgstr ""
+
+msgid "Once activated, the <app>dashboard</app> will be displayed by default when you open <app>gedit</app>. You can also open the <app>dashboard</app> by clicking <guiseq><gui>File</gui><gui>New</gui> </guiseq>, or by pressing <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+msgstr ""
+
+#, fuzzy
+#| msgid "Document Statistics Plugin"
+msgid "View document statistics"
+msgstr "ドキュメントの統計プラグイン"
+
+#, fuzzy
+#| msgid "Document Statistics Plugin"
+msgid "Document statistics"
+msgstr "ドキュメントの統計プラグイン"
+
+msgid "The <em>Document Statistics</em> plugin shows you various statistics about your current document. To enable this plugin, select <guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</gui><gui>Document Statistics</gui> </guiseq>."
+msgstr ""
+
+#, fuzzy
+#| msgid "Document Statistics Plugin"
+msgid "Using Document Statistics"
+msgstr "ドキュメントの統計プラグイン"
+
+msgid "Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> <gui>Document Statistics</gui></guiseq>. A window will display the statistical information of your document, including the number of words, lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+
+msgid "You can also use <em>Document Statistics</em> to show you information about just a portion of your document. To do this, use the mouse pointer to select the portion of text that you want to examine, and then select <guiseq><gui> Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</app> will display information for both your entire document, and for the portion of text that you highlighted."
+msgstr ""
+
+msgid "Show white space between words or portions of code"
+msgstr ""
+
+msgid "Draw spaces"
+msgstr ""
+
+msgid "The <app>Draw Spaces</app> plugin is a simple plugin that can mark spaces, tabs, and other types of whitespace with a small, visible marker. By making whitespace visible, you can more easily see how whitespace is used in a document, and can apply spacing strategies more consistently."
+msgstr ""
+
+msgid "To enable this plugin, select <guiseq><gui>Edit</gui> <gui>Preferences</gui><gui>Plugins</gui><gui>Draw Spaces</gui></guiseq>. After you have enabled the plugin, you can set its options by highlighting the plugin and selecting <gui>Preferences</gui>."
+msgstr ""
+
+msgid "By default, the <app>Draw Spaces</app> plugin will mark the following types of whitespace in a file:"
+msgstr ""
+
+#, fuzzy
+#| msgid "Sources"
+msgid "Spaces"
+msgstr "ソース"
+
+msgid "Tabs"
+msgstr "タブ"
+
+#, fuzzy
+#| msgid "Remove Trailing Spaces"
+msgid "Leading spaces"
+msgstr "末尾の空白を削除する"
+
+#, fuzzy
+#| msgid "Replacing Text"
+msgid "Spaces in text"
+msgstr "文字列を置換する"
+
+#, fuzzy
+#| msgid "Remove Trailing Spaces"
+msgid "Trailing spaces"
+msgstr "末尾の空白を削除する"
+
+msgid "You can also set the plugin to mark:"
+msgstr ""
+
+#, fuzzy
+#| msgid "Lines"
+msgid "New Lines"
+msgstr "範囲"
+
+msgid "Non-breaking spaces"
+msgstr ""
+
+msgid "Though you will be able to see the dots when you work on a file, the dots will not be visible when you print a file to paper."
+msgstr ""
+
+msgid "Run scripts on your current files, and interact with other applications"
+msgstr ""
+
+#, fuzzy
+#| msgid "External Tools Plugin"
+msgid "External tools"
+msgstr "外部ツールプラグイン"
+
+msgid "The <em>External Tools</em> plugin can help simplify repetitive tasks. Specifically, it extends <app>gedit</app> by helping you to run scripts on your working files, and by allowing <app>gedit</app> to interact with other programs on your computer. To enable the <app>External Tools</app> plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+
+#, fuzzy
+#| msgid "External Tools Plugin"
+msgid "Configure the external tools plugin"
+msgstr "外部ツールプラグイン"
+
+msgid "Once you have enabled the plugin, you will need to configure it to suit your needs. The configuration options are available by selecting <guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+
+msgid "This plugin is for advanced users, and requires knowledge of scripting to be used effectively. Use this plugin with care, as mistakes with your scripts can affect your work in unintended ways."
+msgstr ""
+
+#, fuzzy
+#| msgid "Use the specified command to print the file."
+msgid "Use the side pane to browse and open files"
+msgstr "印刷コマンドを直接記述します。"
+
+#, fuzzy
+#| msgid "File Browser Plugin"
+msgid "File browser pane"
+msgstr "ファイル参照ペインプラグイン"
+
+msgid "Depending on how you use <app>gedit</app>, you may find it helpful to use the <app>File Browser pane</app> plugin. This plugin embeds a <app>file browser</app> in the side pane, giving you easy access to your frequently-used files."
+msgstr ""
+
+#, fuzzy
+#| msgid "To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+msgid "You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui> <gui>File Browser Pane</gui></guiseq>."
+msgstr "ブックマークプラグインを有効にするには、<guiseq><gui>編集</gui><gui> 設定</gui><gui>プラグイン</gui><gui>ブックマーク</gui></guiseq>を選択します。"
+
+#, fuzzy
+#| msgid "To view the File Browser, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click on the tab showing the File Browser icon at the bottom of the side pane."
+msgid "To activate and use the <gui>side pane</gui>, select <guiseq><gui>View </gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr "プラグインを有効にした状態でファイル参照ペインを表示するには、<menuchoice><guimenu>表示</guimenu><guimenuitem>サイド・ペイン</guimenuitem></menuchoice>を選択し、サイド・ペインの下部にあるファイル・ブラウザーアイコンをクリックしてください。"
+
+msgid "Insert the current date/time at the cursor position"
+msgstr ""
+
+#, fuzzy
+#| msgid "Insert Date/Time Plugin"
+msgid "Insert date/time"
+msgstr "日付/時間の挿入プラグイン"
+
+msgid "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin allows you to insert the date and/or time at the current cursor position. To enable this plugin, select <guiseq><gui>Edit</gui> <gui>Preferences</gui><gui> Plugins</gui> <gui>Insert Date/Time</gui></guiseq>. To use the plugin, press <guiseq><gui>Edit</gui><gui>Insert Date and Time</gui></guiseq>."
+msgstr ""
+
+msgid "By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose your preferred date/time format each time that you use the plugin. However, you can choose your own default date and time format by selecting <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui> <gui>Insert Date/Time</gui><gui>Configure</gui></guiseq>."
+msgstr ""
+
+msgid "How to install third-party plugins"
+msgstr ""
+
+msgid "Additional gedit plugins"
+msgstr "追加のgeditプラグイン"
+
+msgid "Installing third-party plugins gives you extra functionality that isn't available in default <app>gedit</app> plugins, or even the extra plugins that are part of the <app>gedit-plugins</app> package. An online list of third-party plugins is <link href=\"http://live.gnome.org/Gedit/Plugins#third_party\">kept here</link>."
+msgstr ""
+
+msgid "Installing a third-party plugin involves downloading the plugin, placing the plugin files in the right directory, and activating the plugin."
+msgstr ""
+
+msgid "You can usually download a plugin from the plugin's website, but may need to use a revision-control program like <app>git</app>, <app> bazaar</app>, or <app>subversion</app> to copy a plugin's software repository from the internet. Refer to the plugin's documentation for information on getting the plugin."
+msgstr ""
+
+msgid "Place the plugin files into the <file>/home/<var>username</var>/.local/share/gedit/plugins</file> directory."
+msgstr ""
+
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+
+msgid "After you have placed the plugin files into the correct directory, the plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</gui><gui>[Name of Plugin]</gui> </guiseq> to enable the plugin."
+msgstr ""
+
+#, fuzzy
+#| msgid "Click <guibutton>Open</guibutton>."
+msgid "Click <gui>Close</gui>."
+msgstr "<guibutton>開く</guibutton>をクリックします。"
+
+msgid "After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+
+msgid "The <file>.local</file> directory is hidden by default. To view it and other hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+
+msgid "If the directory <file>.local/share/gedit/plugins/</file> is not present on your system, you will need to create it."
+msgstr ""
+
+msgid "Join several lines of text, or split long lines"
+msgstr ""
+
+msgid "Join/Split lines"
+msgstr ""
+
+msgid "The <app>Join/Split Lines</app> plugin can join shorter lines into one longer line, or can split a long line into multiple shorter lines."
+msgstr ""
+
+msgid "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Plugins</gui><gui>Join/Split Lines</gui></guiseq>."
+msgstr ""
+
+msgid "To join multiple lines into one longer line:"
+msgstr ""
+
+msgid "Select the lines that you want to join. To do this, you can use the mouse, or you can press <keyseq><key>Shift</key><key>Up Arrow</key> </keyseq> or <keyseq><key>Shift</key><key>Down Arrow</key></keyseq>."
+msgstr ""
+
+msgid "Press <keyseq><key>Ctrl</key><key>J</key></keyseq>."
+msgstr ""
+
+#, fuzzy
+#| msgid "Move the selected line down one line."
+msgid "The lines that you selected will be joined into one longer line."
+msgstr "選択した行を一行下に移動します。"
+
+msgid "To split one line into multiple lines:"
+msgstr ""
+
+#, fuzzy
+#| msgid "Select the lines that you want to indent. To indent or unindent a single line, place the cursor anywhere on that line."
+msgid "Select the line that you want to split by placing your cursor anywhere on that line."
+msgstr "インデントを設定する行を選択します。1 行にインデントを設定したり削除したりするには、その行にカーソルを置きます。同じ行であればカーソルの位置はどこでも構いません。"
+
+msgid "Press <keyseq><key>Ctrl</key><key>Shift</key><key>J</key></keyseq>."
+msgstr ""
+
+msgid "The line will be split into multiple lines. Spaces are used to determine where it is safe to split a line, and the length of each line will not exceed 80 characters."
+msgstr ""
+
+msgid "Emacs, Kate and Vim-style modelines support for gedit"
+msgstr ""
+
+#, fuzzy
+#| msgid "Vim Modelines"
+msgid "Modelines"
+msgstr "Vim モードライン"
+
+msgid "The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines of text at the start and end of a file, and then apply a set of document preferences to the file. The <app>Modelines</app> plugin supports a subset of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</app> text editors."
+msgstr ""
+
+msgid "To enable the <app>Modelines</app> plugin, select <guiseq><gui>Edit</gui> <gui>Preferences</gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+
+#, fuzzy
+#| msgid "General Tabbed Section"
+msgid "General Modeline Options"
+msgstr "全般タブ"
+
+#, fuzzy
+#| msgid "The following plugins come built-in with <application>gedit</application>:"
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "以下のプラグインは <application>gedit</application> に内蔵されています。"
+
+msgid "Tab width"
+msgstr "タブの幅"
+
+msgid "Indent width"
+msgstr "インデントの幅"
+
+#, fuzzy
+#| msgid "Insert spaces instead of tabs"
+msgid "Inserting spaces instead of tabs"
+msgstr "タブ文字の代わりに半角空白を使うかどうか"
+
+msgid "Text Wrapping"
+msgstr "テキストの折り返し"
+
+msgid "Right margin width"
+msgstr "右マージン幅"
+
+msgid "Preferences set using modelines take precedence over the ones specified in the preference dialog."
+msgstr "モードラインを使えば、設定ダイアログで設定できる項目を上書きすることができます。"
+
+msgid "Emacs Modelines"
+msgstr "Emacs モードライン"
+
+#, fuzzy
+#| msgid "The first two lines of a document are scanned for <application>Emacs</application> modelines."
+msgid "The first two lines of a document are scanned for <app>Emacs</app> modelines, and <app>gedit</app> supports the following <app>Emacs</app> modeline options:"
+msgstr "<application>Emacs</application> モードラインでは、ドキュメントの先頭二行を使って判別します。"
+
+#, fuzzy
+#| msgid "Tab width"
+msgid "Tab-width"
+msgstr "タブの幅"
+
+msgid "Indent-offset"
+msgstr ""
+
+msgid "Indent-tabs-mode"
+msgstr ""
+
+msgid "Text auto-wrap"
+msgstr ""
+
+msgid "For more information on <app>Emacs</app> modelines, visit the <link href=\"http://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</link>."
+msgstr ""
+
+msgid "Kate Modelines"
+msgstr "Kate モードライン"
+
+#, fuzzy
+#| msgid "The first and last ten lines a document are scanned for <application>Kate</application> modelines."
+msgid "The first and last ten lines a document are scanned for <app>Kate</app> modelines, and <app>gedit</app> supports the following <app>Kate</app> modeline options:"
+msgstr "<application>Kate</application> モードラインでは、ドキュメントの先頭と終端の十行を使って判別します。"
+
+#, fuzzy
+#| msgid "Tab width"
+msgid "tab-width"
+msgstr "タブの幅"
+
+#, fuzzy
+#| msgid "Indent width"
+msgid "indent-width"
+msgstr "インデントの幅"
+
+msgid "space-indent"
+msgstr ""
+
+msgid "word-wrap"
+msgstr ""
+
+msgid "word-wrap-column"
+msgstr ""
+
+msgid "For more information about <app>Kate</app> modelines, visit the <link href=\"http://kate-editor.org/\">Kate website</link>."
+msgstr ""
+
+msgid "Vim Modelines"
+msgstr "Vim モードライン"
+
+#, fuzzy
+#| msgid "The first and last three lines a document are scanned for <application>Vim</application> modelines."
+msgid "The first and last three lines a document are scanned for <app>Vim</app> modelines, and <app>gedit</app> supports the following <app>Vim</app> modeline options:"
+msgstr "<application>Vim</application> モードラインでは、ドキュメントの先頭と終端の三行を使って判別します。"
+
+msgid "et (expandtab)"
+msgstr ""
+
+msgid "ts (tabstop)"
+msgstr ""
+
+msgid "sw (shiftwidth)"
+msgstr ""
+
+msgid "wrap"
+msgstr ""
+
+#, fuzzy
+#| msgid "Indent width"
+msgid "textwidth"
+msgstr "インデントの幅"
+
+#, fuzzy
+#| msgid "For more information on creating plugins, see the <ulink type=\"http\" url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</application> website</ulink>."
+msgid "For more information on <app>Vim</app> modelines, visit the <link href=\"http://www.vim.org/\">Vim website</link>."
+msgstr "プラグインの作成方法については、<ulink type=\"http\" url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</application> のウェブサイト</ulink>を参照してください。"
+
+msgid "2011"
+msgstr "2011"
+
+msgid "Edit a document in multiple places at once"
+msgstr ""
+
+#, fuzzy
+#| msgid "Quit Gedit."
+msgid "Multi edit"
+msgstr "gedit を終了します。"
+
+msgid "The <app>Multi Edit</app> plugin allows you to edit a document in multiple places at once. This can be helpful when performing tedious editing tasks. To enable the Multi Edit plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Multi Edit</gui></guiseq>."
+msgstr ""
+
+msgid "After you have enabled the plugin, turn-on Multi Edit mode by pressing <keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, or clicking <guiseq><gui>Edit</gui><gui>Multi Edit Mode</gui></guiseq>. You can then select the points in your file that you would like start editing."
+msgstr ""
+
+msgid "To insert editing points in your file:"
+msgstr ""
+
+msgid "Place your cursor at your first desired editing point."
+msgstr ""
+
+msgid "Press <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+msgstr "<keyseq><key>Ctrl</key><key>E</key></keyseq>を押してください。"
+
+msgid "Move to your next editing point, and press <keyseq><key>Ctrl</key> <key>E</key></keyseq> again."
+msgstr ""
+
+msgid "Continue inserting editing points, adding as many as you need."
+msgstr ""
+
+msgid "Once you have inserted all of your editing points, you can make your desired edits."
+msgstr ""
+
+msgid "To remove editing points, press the <key>Esc</key> key. This will remove all of the editing points. Pressing the <key>Esc</key> key again will turn off Multi Edit mode, returning the editor back to its normal state."
+msgstr ""
+
+msgid "Add an interactive Python console to the bottom pane"
+msgstr ""
+
+#, fuzzy
+#| msgid "Python Console Plugin"
+msgid "Python console"
+msgstr "Python コンソールプラグイン"
+
+#, fuzzy
+#| msgid "To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+msgid "You can add a Python console to the bottom pane, allowing you to test Python scripts without leaving <app>gedit</app>. To enable the Python console, select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Plugins</gui><gui> Python Console</gui></guiseq>."
+msgstr "ブックマークプラグインを有効にするには、<guiseq><gui>編集</gui><gui> 設定</gui><gui>プラグイン</gui><gui>ブックマーク</gui></guiseq>を選択します。"
+
+#, fuzzy
+#| msgid "Open the Replace tool by clicking <guiseq><gui>Search</gui><gui> Replace</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key> </keyseq>."
+msgid "Once the Python console is enabled, you can open it by selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press <keyseq><key>Shift</key><key>F9</key></keyseq>."
+msgstr "<guiseq><gui>検索</gui><gui> 置換</gui></guiseq>をクリックして置換ツールを開くか、 <keyseq><key>Ctrl</key><key>H</key> </keyseq>を押して開いてください。"
+
+msgid "If you have also enabled the <gui>Embeded Terminal</gui> plugin, the <gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+
+msgid "Quickly open a file or set of files"
+msgstr ""
+
+msgid "Quick open"
+msgstr ""
+
+msgid "As the name of this plugin would imply, the <app>Quick Open</app> plugin helps you to open files more quickly than the regular way of opening files. To enable this plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+
+msgid "Once you've enabled it, here is how to use the plugin:"
+msgstr ""
+
+msgid "Open the <app>Quick Open</app> dialog by pressing <keyseq><key> Ctrl</key><key>Alt</key><key>O</key></keyseq>, or by selecting <guiseq> <gui>File</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr ""
+
+#, fuzzy
+#| msgid "Enter the URI of the file that you want to open."
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "開きたいファイルの URI を入力します。"
+
+msgid "To select several individual files, hold down your <key>Ctrl</key> key while you click on the files that you want to open."
+msgstr ""
+
+msgid "To select a group of files, click on the first file that you want to open, hold down the <key>Shift</key> key, and then click on the last file in the list that you want to open."
+msgstr ""
+
+msgid "The <app>Quick Open</app> plugin will only display files that you have previously opened."
+msgstr ""
+
+msgid "Save and restore your working sessions"
+msgstr ""
+
+msgid "Session Saver"
+msgstr ""
+
+msgid "The <app>Session Saver</app> plugin saves groups of files together so that you can open them together at a later time. To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui> <gui>Session Saver</gui></guiseq>."
+msgstr ""
+
+msgid "To save a new session:"
+msgstr ""
+
+msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Save current session</gui></guiseq>."
+msgstr ""
+
+msgid "Type a session name in the <gui>Save session</gui> dialog box."
+msgstr ""
+
+#, fuzzy
+#| msgid "Click <guibutton>Open</guibutton>."
+msgid "Click <gui>Save</gui>."
+msgstr "<guibutton>開く</guibutton>をクリックします。"
+
+msgid "To open an existing session:"
+msgstr ""
+
+msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui></guiseq>."
+msgstr ""
+
+msgid "Click the name of your desired session."
+msgstr ""
+
+msgid "To delete an existing session:"
+msgstr ""
+
+msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui> Manage saved sessions</gui></guiseq>."
+msgstr ""
+
+#, fuzzy
+#| msgid "Select the lines of text you want to sort."
+msgid "Select the name of the session that you want to delete."
+msgstr "並び替えたい行を選択します。"
+
+#, fuzzy
+#| msgid "Click <guibutton>Open</guibutton>."
+msgid "Click <gui>Delete</gui>."
+msgstr "<guibutton>開く</guibutton>をクリックします。"
+
+msgid "The session name will still be listed in your list of sessions until you close <app>gedit</app>."
+msgstr ""
+
+msgid "Use snippets to quickly insert often-used pieces of text"
+msgstr ""
+
+#, fuzzy
+#| msgid "Snippet text"
+msgid "Snippets"
+msgstr "スニペットテキスト"
+
+msgid "<app>Snippets</app> provide a convenient way of inserting repetitive portions of code into your files. For example, an HTML snippet for the <code>&lt;img&gt;</code> tag would insert the opening and closing portions of the tag, as well as fixed places where you can enter image attributes. This can make writing code easier and faster."
+msgstr ""
+
+msgid "To enable the <app>Snippets</app> plugin, select <guiseq><gui>Edit</gui> <gui>Preferences</gui><gui>Plugins</gui><gui>Snippets</gui></guiseq>."
+msgstr ""
+
+#, fuzzy
+#| msgid "Editing and Removing Snippets"
+msgid "Using, Modifying and creating snippets"
+msgstr "スニペットの編集・削除"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#, fuzzy
+#| msgid "@@image: 'figures/gedit_format_italic.png'; md5=feb9817676516ae91b9f6b1cd36a5eca"
+msgctxt "_"
+msgid "external ref='figures/gedit-html-snippet.png' md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr "@@image: 'figures/gedit_format_italic.png'; md5=feb9817676516ae91b9f6b1cd36a5eca"
+
+msgid "Inserting snippets of text into your files"
+msgstr ""
+
+#, fuzzy
+#| msgid "Adding Snippets"
+msgid "Using snippets"
+msgstr "スニペットの追加"
+
+msgid "The following points will help you get started with using snippets:"
+msgstr ""
+
+msgid "Make sure the syntax is set appropriately."
+msgstr ""
+
+msgid "The status bar at the bottom of the <app>gedit</app> window will show the current language setting. This language setting is what allows gedit to insert the proper snippets. <app>Gedit</app> will normally detect the language or syntax of the file that you're using, but sometimes you may need to set it."
+msgstr ""
+
+msgid "In this example, the language is set to HTML."
+msgstr ""
+
+msgid "Review the default snippets."
+msgstr ""
+
+msgid "Select <guiseq><gui>Tools</gui><gui>Manage Snippets</gui></guiseq>. Review the snippets that are available for your language or syntax. Find some basic snippets that you think might be useful for you."
+msgstr ""
+
+msgid "Try using some of the snippets."
+msgstr ""
+
+msgid "For example, if you set the syntax to <em>HTML</em>, type <code>head </code>, and press the <key>Tab</key> key, you should see something like this:"
+msgstr ""
+
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" \n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;ページタイトル&lt;/title&gt;\n"
+" \n"
+" &lt;/head&gt;\n"
+" "
+
+msgid "Sort lines of text into alphabetical order"
+msgstr ""
+
+#, fuzzy
+#| msgid "Format"
+msgid "Sort"
+msgstr "形式"
+
+#, fuzzy
+#| msgid "The <application>Sort</application> plugin arranges selected lines of text into alphabetical order."
+msgid "The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr "<application>並び替え</application>プラグインは、選択した行をアルファベット順(文字コード順)に並べ替えます。"
+
+#, fuzzy
+#| msgid "You cannot undo the Sort operation, so you should save the file before performing the sort. To revert to the saved version of the file after the sort operation, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Revert</guimenuitem></menuchoice>."
+msgid "You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> operation, so we recommend that you save the file immediately before performing the sort. If you make a mistake with the sort, you can revert to the previously-saved version of the file by selecting <guiseq><gui>File</gui> <gui>Revert</gui></guiseq>."
+msgstr "並び替えの操作は元に戻すことができませんので、並び替えの実行前にファイルを保存しておいた方が良いでしょう。保存しておけば、<menuchoice><guimenu>ファイル</guimenu><guimenuitem>元に戻す</guimenuitem></menuchoice>を選択することで保存時の状態に戻すことができます。"
+
+#, fuzzy
+#| msgid "To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+msgid "To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</gui> <gui>Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>."
+msgstr "ブックマークプラグインを有効にするには、<guiseq><gui>編集</gui><gui> 設定</gui><gui>プラグイン</gui><gui>ブックマーク</gui></guiseq>を選択します。"
+
+msgid "After you have enabled the <gui>Sort</gui> plugin, use it by selecting the lines of text you want to sort, and then clicking <guiseq><gui>Edit</gui> <gui>Sort</gui></guiseq>."
+msgstr ""
+
+#, fuzzy
+#| msgid "The <guilabel>Print</guilabel> dialog enables you to specify the following print options:"
+msgid "The <gui>Sort</gui> dialog will open, allowing you to choose between several sorting options:"
+msgstr "<guilabel>印刷</guilabel>ダイアログでは、次の印刷オプションを指定できます。"
+
+#, fuzzy
+#| msgid "The <application>Sort</application> plugin arranges selected lines of text into alphabetical order."
+msgid "<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr "<application>並び替え</application>プラグインは、選択した行をアルファベット順(文字コード順)に並べ替えます。"
+
+msgid "<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+
+#, fuzzy
+#| msgid "To have the sort ignore the characters at the start of the lines, set the first character that should be used for sorting in the <guilabel>Start at column</guilabel> spin box."
+msgid "To have the sort ignore the characters at the start of the lines, set the first character that should be used for sorting in the <gui>Start at</gui> column spin box."
+msgstr "各行ごとに最初の数文字を並び替え判別の対称から外したい場合は、<guilabel>開始行</guilabel>でその文字数を指定します。"
+
+#, fuzzy
+#| msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "並び替え操作を実行するには、<guibutton>並び替え</guibutton>をクリックします。"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#, fuzzy
+#| msgid "@@image: 'figures/gedit_format_underline.png'; md5=58f5848d81ea3f0656ccce82ba32ec9c"
+msgctxt "_"
+msgid "external ref='figures/gedit-side-pane3.png' md5='4b800d370193ac0ed8db9eb33b86e11c'"
+msgstr "@@image: 'figures/gedit_format_underline.png'; md5=58f5848d81ea3f0656ccce82ba32ec9c"
+
+msgid "Automatically insert tags, strings and special characters into a document"
+msgstr ""
+
+#, fuzzy
+#| msgid "Tag List Plugin"
+msgid "Tag list"
+msgstr "タグの一覧プラグイン"
+
+msgid "The <app>Tag List</app> plugin allows you to insert common tags and special characters from a list in the side pane. By default, the plugin can insert tags and special characters for HTML, XHTML, XSLT, XUL and LaTeX."
+msgstr ""
+
+#, fuzzy
+#| msgid "Tag List Plugin"
+msgid "Using the Tag List plugin"
+msgstr "タグの一覧プラグイン"
+
+msgid "To use the <app>Tag List</app> plugin, you will need to enable the plugin, and then activate the tag-list portion of the side pane."
+msgstr ""
+
+#, fuzzy
+#| msgid "Enabling a Plugin"
+msgid "Enabling the Plugin"
+msgstr "プラグインを有効化する"
+
+msgid "You can activate the plugin by selecting <guiseq><gui>Edit</gui> <gui>Preferences</gui><gui>Plugins</gui><gui>Tag List</gui></guiseq>. Once you have activated the plugin, access it by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, or by pressing <key>F9</key>."
+msgstr ""
+
+msgid "The side pane initially shows a list of open documents, so to view and use the <app>tag list</app>, you will need to click on the tab showing the \"plus\" icon at the bottom of the side pane. The icon will look similar to this:"
+msgstr ""
+
+#, fuzzy
+#| msgid "Special Characters"
+msgid "Inserting Tags and Special Characters"
+msgstr "特殊文字"
+
+msgid "The <app>tag list</app> uses a drop-down menu to let you choose from the different types of tags. For example, one tag option is <gui>HTML - Tags</gui>."
+msgstr ""
+
+#, fuzzy
+#| msgid "To create a new snippet, do the following:"
+msgid "To start inserting tags, complete the following:"
+msgstr "新規にスニペットを追加する方法は次のとおりです。"
+
+msgid "Move the cursor to where you will want to insert the tag or special character."
+msgstr ""
+
+msgid "Select the desired tag type from the drop-down menu at the top of the side pane."
+msgstr ""
+
+#, fuzzy
+#| msgid "Scroll through the tag list to find the required tag."
+msgid "Scroll through the list to find the desired tag or character."
+msgstr "タグの一覧をスクロールして、希望のタグを見つけます。"
+
+msgid "Double-click on the tag in the tag list."
+msgstr ""
+
+msgid "The tag or special character you have chosen will then be displayed in your document."
+msgstr ""
+
+#, fuzzy
+#| msgid "Tag List Plugin"
+msgid "Tag List Tips"
+msgstr "タグの一覧プラグイン"
+
+msgid "You can also insert a tag by pressing <key>Return</key> or <keyseq><key>Shift</key><key>Return</key></keyseq>."
+msgstr ""
+
+msgid "Pressing the <key>Return</key> key will insert the tag at the cursor position, and then return focus to the document. Pressing <keyseq><key>Shift </key><key>Return</key></keyseq> will insert the tag at the cursor position, but will keep the focus on the <app>tag-list</app>."
+msgstr ""
+
+msgid "You can see a preview of what text will be inserted for each tag and special character by clicking on the word the <gui>Preview</gui> at the bottom of the side pane."
+msgstr ""
+
+msgid "Add a terminal console to the bottom pane"
+msgstr ""
+
+msgid "Embedded terminal"
+msgstr ""
+
+msgid "<app>gedit</app> makes it possible to include an embedded version of <app>Gnome Terminal</app>, the GNOME command-line application, in the bottom pane of the <app>gedit</app> window. This will let you run scripts, install needed software, or test your program without leaving <app>gedit</app>."
+msgstr ""
+
+msgid "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Plugins</gui><gui>Embedded Terminal</gui></guiseq>."
+msgstr ""
+
+msgid "Once you have enabled the plugin, add the terminal to the bottom pane by selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+msgstr ""
+
+msgid "Increase or decrease the text size"
+msgstr ""
+
+msgid "Text Size"
+msgstr "文字の大きさ"
+
+msgid "The text size plugin allows you to temporarily change the text size in <app>gedit</app> without changing the program's default text size. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins </gui><gui>Text Size</gui></guiseq>."
+msgstr ""
+
+msgid "Once you have enabled the plugin, do any of the following to change the text size in <app>gedit</app>:"
+msgstr ""
+
+msgid "To <em>increase</em> the text size, press <keyseq><key>Ctrl</key> <key>+</key></keyseq>."
+msgstr ""
+
+msgid "To <em>decrease</em> the text size, press <keyseq><key>Ctrl</key> <key>-</key></keyseq>."
+msgstr ""
+
+msgid "To <em>reset</em> the text size to the default size, press <keyseq><key>Ctrl</key><key>0</key></keyseq>."
+msgstr ""
+
+msgid "Autocomplete words or portions of code as you type"
+msgstr ""
+
+msgid "Word completion"
+msgstr ""
+
+msgid "The <app>Word Completion</app> plugin can speed up your editing by suggesting completions of words as you type. To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Word Completion</gui></guiseq>."
+msgstr ""
+
+msgid "While editing, the <app>Word Completion</app> plugin will automatically display a pop-up list of words that begin with the letters you have already typed. Word suggestions are based upon words that appear elsewhere in your document and upon pre-defined keywords if your document is of a recognised format."
+msgstr ""
+
+msgid "To insert a suggested word, double-click on it in the pop-up list or press <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> is the number displayed next to your desired word."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+msgctxt "_"
+msgid "external ref='reverse-collate.png' md5='__failed__'"
+msgstr ""
+
+msgid "Phil Bull"
+msgstr ""
+
+msgid "Creative Commons Share Alike 3.0"
+msgstr ""
+
+msgid "Getting Copies To Print In The Correct Order"
+msgstr ""
+
+msgid "Reverse"
+msgstr ""
+
+msgid "Printers usually print the first page first, and the last page last, so the pages end up in reverse order when you pick them up."
+msgstr ""
+
+msgid "To reverse the order:"
+msgstr ""
+
+msgid "<guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgstr ""
+
+msgid "In the <gui>General</gui> tab of the Print window under <em>Copies</em>, check <gui>Reverse</gui>. The last page will be printed first, and so on."
+msgstr ""
+
+msgid "Collate"
+msgstr ""
+
+msgid "If you are printing more than one copy of the document, the print outs will be grouped by page number by default. (e.g. The copies of page one come out, then the copies of page two, etc.) Collating will make each copy come out with its pages grouped together."
+msgstr ""
+
+msgid "To Collate:"
+msgstr ""
+
+#, fuzzy
+#| msgid "Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</guimenuitem></menuchoice> to display the <guilabel>Open Location</guilabel> dialog."
+msgid "Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgstr "<menuchoice><guimenu>ファイル</guimenu><guimenuitem>場所を開く</guimenuitem></menuchoice>を選択し、<guilabel>場所を開く</guilabel> ダイアログを表示します。"
+
+msgid "In the <gui>General</gui> tab of the Print window under <em>Copies</em> check <gui>Collate</gui>."
+msgstr ""
+
+msgid "Printing with <app>gedit</app> requires that you have connected and configured your printer. If you have not done this, please consult the <link href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+
+msgid "<app>gedit</app> allows you to both print output to a file, as well as printing output to paper. Prior to printing your document, you can also preview how the printed document will look by using the <gui>Print Preview</gui> feature."
+msgstr ""
+
+#, fuzzy
+#| msgid "Printing"
+msgid "Printing to paper"
+msgstr "印刷"
+
+#, fuzzy
+#| msgid "Print a document to a printer."
+msgid "Printing output to a file"
+msgstr "ドキュメントをプリンターで印刷する。"
+
+msgid "You can also use <app>gedit</app> to print to a file. To do so, select <guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>."
+msgstr ""
+
+msgid "Printing is enabled for the following file formats:"
+msgstr ""
+
+msgid "Portable Document Format (.pdf)"
+msgstr ""
+
+#, fuzzy
+#| msgid "Scripts"
+msgid "PostScript (.ps)"
+msgstr "スクリプト"
+
+msgid "Scalable Vector Graphic (.svg)"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+msgctxt "_"
+msgid "external ref='print-select.png' md5='__failed__'"
+msgstr ""
+
+msgid "Only Printing Certain Pages"
+msgstr ""
+
+msgid "To only print certain pages from the document:"
+msgstr ""
+
+msgid "Click <guiseq><gui>File</gui><gui> Print...</gui></guiseq>"
+msgstr ""
+
+msgid "In the <gui>General</gui> tab in the Print window choose <gui>Pages</gui> from the <gui>Range</gui> section."
+msgstr ""
+
+msgid "Type the numbers of the pages you want to print in the textbox, separated by commas. Use a dash to denote a range of pages."
+msgstr ""
+
+msgid "For example, if you enter \"1,3,5-7,9\" in the <gui>Pages</gui> textbox, pages 1, 3, 5, 6, 7 and 9 will be printed."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#, fuzzy
+#| msgid "@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgctxt "_"
+msgid "external ref='figures/gedit3-screenshot.png' md5='3f101415d3b97ca8b0e81dc3cc1a6bd7'"
+msgstr "@@image: 'figures/gedit_window.png'; md5=9a607006548356160848652938c8b7e3"
+
+#, fuzzy
+#| msgid "Starting gedit"
+msgid "Get started with gedit"
+msgstr "gedit を起動する"
+
+msgid "<app>gedit</app> is a full-featured text editor for the GNOME desktop environment. You can use it to prepare simple notes and documents, or you can use some of its advanced features, making it your own software development environment."
+msgstr ""
+
+msgid "Once <app>gedit</app> launches, you can start writing right away. To save your text, just click <gui>Save</gui>."
+msgstr ""
+
+msgid "To learn about additional <app>gedit</app> features and to get assistance with performing additional tasks, explore <link xref=\"index\">the other portions</link> of the <app>gedit</app> help."
+msgstr ""
+
+#, fuzzy
+#| msgid "Replacing Text"
+msgid "Replace text"
+msgstr "文字列を置換する"
+
+msgid "Editing text can be time consuming. To save time, <app>gedit</app> includes a <app>Replace</app> function that helps you to find and replace portions of text."
+msgstr ""
+
+msgid "Replace text in <app>gedit</app>"
+msgstr "<app>gedit</app>で文字を置き換える"
+
+#, fuzzy
+#| msgid "Open the Replace tool by clicking <guiseq><gui>Search</gui><gui> Replace</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key> </keyseq>."
+msgid "Open the Replace tool by clicking <guiseq><gui>Search</gui> <gui>Replace</gui></guiseq> or press <keyseq><key>Ctrl</key> <key>H</key></keyseq>."
+msgstr "<guiseq><gui>検索</gui><gui> 置換</gui></guiseq>をクリックして置換ツールを開くか、 <keyseq><key>Ctrl</key><key>H</key> </keyseq>を押して開いてください。"
+
+msgid "Enter the text that you wish to replace into the 'Search for:' field."
+msgstr ""
+
+msgid "Enter the new, replacement text into the 'Replace with:' field."
+msgstr ""
+
+msgid "Once you have entered the original and replacement text, select your desired replacement options:"
+msgstr ""
+
+#, fuzzy
+#| msgid "To replace all occurrences of the string throughout the document, click <guibutton>Replace All</guibutton>."
+msgid "To replace <em>only</em> the next matching portion of text, click <gui>Replace</gui>."
+msgstr "ドキュメントにあるすべての一致文字列を置換するには、<guibutton>すべて置換</guibutton>をクリックしてください。"
+
+#, fuzzy
+#| msgid "To replace all occurrences of the string throughout the document, click <guibutton>Replace All</guibutton>."
+msgid "To replace <em>all occurrences</em> of the searched-for text, click <gui>Replace All</gui>."
+msgstr "ドキュメントにあるすべての一致文字列を置換するには、<guibutton>すべて置換</guibutton>をクリックしてください。"
+
+msgid "Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> works on the entirety of your text file, and does not allow you to highlight portions of text where the replace function will be performed."
+msgstr ""
+
+msgid "More options"
+msgstr ""
+
+msgid "Match case"
+msgstr ""
+
+msgid "The <em>Match case</em> option allows you to specify whether you want your search to be case-sensitive. If this option is selected, searches will be case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+
+msgid "Match entire word only"
+msgstr ""
+
+msgid "Use this option to search for a specific word without including fragments of other words. For example, if you searched for the word 'and' with this option selected, the word 'and' would be matched, but the words 's<em>and</em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+
+msgid "Search backwards"
+msgstr ""
+
+msgid "This command behaves identically to the Find Previous command. If you wish to step through search results from end to beginning, select this option."
+msgstr ""
+
+msgid "Wrap around"
+msgstr ""
+
+msgid "With the <app>wrap around</app> option enabled, <app>gedit</app> will re-start the search/replace action at the top of the file after it has reached the bottom of the file. This ensures that your search/replace action is made across your entire file."
+msgstr ""
+
+#, fuzzy
+#| msgid "Saving a File"
+msgid "Save a file"
+msgstr "ファイルを保存する"
+
+#, fuzzy
+#| msgid "Open the Replace tool by clicking <guiseq><gui>Search</gui><gui> Replace</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key> </keyseq>."
+msgid "To save a file in <app>gedit</app>, click on the disk-drive icon with the word <gui>Save</gui> next to it. You may also select <guiseq><gui>File</gui> <gui>Save</gui></guiseq>, or just press <keyseq><key>Ctrl</key> <key>S</key></keyseq>."
+msgstr "<guiseq><gui>検索</gui><gui> 置換</gui></guiseq>をクリックして置換ツールを開くか、 <keyseq><key>Ctrl</key><key>H</key> </keyseq>を押して開いてください。"
+
+msgid "If you are saving a new file, the <gui>Save File</gui> dialog will appear, and you can select a name for the file, as well as the directory where you would like the file to be saved."
+msgstr ""
+
+msgid "Search for text"
+msgstr "テキストの検索"
+
+msgid "The Find tool can help you find specific sequences of text within in your file."
+msgstr ""
+
+#, fuzzy
+#| msgid "Finding Text"
+msgid "Finding text"
+msgstr "文字列を検索する"
+
+msgid "Open the <gui style=\"menu\">search window</gui> by clicking <guiseq><gui>Search</gui><gui>Find</gui> </guiseq> or pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your cursor to the start of the <gui>search window</gui>."
+msgstr ""
+
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr ""
+
+msgid "As you type, <app>gedit</app> will begin highlighting the portions of text that match what you have entered."
+msgstr ""
+
+#, fuzzy
+#| msgid "To create a new snippet, do the following:"
+msgid "To scroll through the search results, do any of the following:"
+msgstr "新規にスニペットを追加する方法は次のとおりです。"
+
+msgid "Click on the <gui>up</gui> or <gui>down</gui> facing arrows next to the <gui>search window</gui>"
+msgstr ""
+
+msgid "Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard"
+msgstr ""
+
+msgid "Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq> <key>Ctrl</key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+
+msgid "Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</key> feature to move up or down through the text."
+msgstr ""
+
+msgid "To close the <gui>search window</gui>, press either <key>Esc</key> or <key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it was before you began your search. Pressing <key>Enter</key> will return the cursor to the current position in the search results."
+msgstr ""
+
+#, fuzzy
+#| msgid "Search"
+msgid "Search tips"
+msgstr "検索"
+
+msgid "If you highlight a portion of text with your mouse, and then press <keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted will appear in the search window."
+msgstr ""
+
+msgid "For advanced search options, you can click on the <gui>Magnifying Glass</gui> icon in the search window, or you can right-click on any portion of the search window."
+msgstr ""
+
+msgid "The text that you've searched for will remain highlighted by gedit, even after you have completed your search. To remove the highlight, click <guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+
+msgid "Paolo Borelli"
+msgstr ""
+
+msgid "Jesse van den Kieboom"
+msgstr ""
+
+msgid "Steve Frécinaux"
+msgstr ""
+
+msgid "Ignacio Casal Quinteiro"
+msgstr ""
+
+#, fuzzy
+#| msgid "Shortcut key"
+msgid "Shortcut keys"
+msgstr "ショートカット・キー"
+
+#, fuzzy
+#| msgid "Use shortcut keys to perform common tasks more quickly than with the mouse and menus. The following tables list all of <application>gedit</application>'s shortcut keys."
+msgid "Use <gui>shortcut keys</gui> to perform common tasks more quickly than with the mouse and menus. The following tables list all of <app>gedit's</app> shortcut keys."
+msgstr "ショートカットキーを使えば、よく使う作業をマウスやメニューを使うよりも素早く実行できます。以下の表は、<application>gedit</application> で利用できるすべてのショートカットキーの一覧です。"
+
+#, fuzzy
+#| msgid "Shortcut key"
+msgid "Tab-related Shortcut keys"
+msgstr "ショートカット・キー"
+
+#, fuzzy
+#| msgid "Switches to the next tab to the left."
+msgid "Switch to the next tab to the left"
+msgstr "左のタブに移動します。"
+
+msgid "Ctrl + Alt + PageUp"
+msgstr "Ctrl + Alt + PageUp"
+
+#, fuzzy
+#| msgid "Switches to the next tab to the right."
+msgid "Switch to the next tab to the right"
+msgstr "右のタブに移動します。"
+
+msgid "Ctrl + Alt + PageDown"
+msgstr "Ctrl + Alt + PageDown"
+
+#, fuzzy
+#| msgid "Close tab."
+msgid "Close tab"
+msgstr "タブを閉じます。"
+
+msgid "Ctrl + W"
+msgstr "Ctrl + W"
+
+#, fuzzy
+#| msgid "Save all tabs."
+msgid "Save all tabs"
+msgstr "すべてのタブを保存します。"
+
+msgid "Ctrl + Shift + L"
+msgstr "Ctrl + Shift + L"
+
+#, fuzzy
+#| msgid "Close all tabs."
+msgid "Close all tabs"
+msgstr "すべてのタブを閉じます。"
+
+msgid "Ctrl + Shift + W"
+msgstr "Ctrl + Shift + W"
+
+#, fuzzy
+#| msgid "Jump to nth tab."
+msgid "Jump to <var>n</var>th tab"
+msgstr "n 番目のタブに移動します。"
+
+msgid "Alt + <var>n</var>"
+msgstr "Alt + <var>n</var>"
+
+#, fuzzy
+#| msgid "Shortcuts for working with files:"
+msgid "Shortcut keys for working with files"
+msgstr "ファイル用のショートカット"
+
+#, fuzzy
+#| msgid "Create a new document."
+msgid "Create a new document"
+msgstr "新しいドキュメントを作成します。"
+
+msgid "Ctrl + N"
+msgstr "Ctrl + N"
+
+#, fuzzy
+#| msgid "Open a document."
+msgid "Open a document"
+msgstr "ドキュメントを開きます。"
+
+msgid "Ctrl + O"
+msgstr "Ctrl + O"
+
+#, fuzzy
+#| msgid "Save the current document to disk."
+msgid "Save the current document"
+msgstr "現在のドキュメントをファイルに保存します。"
+
+msgid "Ctrl + S"
+msgstr "Ctrl + S"
+
+#, fuzzy
+#| msgid "Save the current document with a new filename."
+msgid "Save the current document with a new filename"
+msgstr "現在のドキュメントを新しいファイル名で保存します。"
+
+msgid "Ctrl + Shift + S"
+msgstr "Ctrl + Shift + S"
+
+#, fuzzy
+#| msgid "Print the current document."
+msgid "Print the current document"
+msgstr "現在のドキュメントを印刷します。"
+
+msgid "Ctrl + P"
+msgstr "Ctrl + P"
+
+#, fuzzy
+#| msgid "Print preview."
+msgid "Print preview"
+msgstr "印刷プレビューを表示します。"
+
+msgid "Ctrl + Shift + P"
+msgstr "Ctrl + Shift + P"
+
+#, fuzzy
+#| msgid "Close the current document."
+msgid "Close the current document"
+msgstr "現在のドキュメントを閉じます。"
+
+#, fuzzy
+#| msgid "Quit Gedit."
+msgid "Quit gedit"
+msgstr "gedit を終了します。"
+
+msgid "Ctrl + Q"
+msgstr "Ctrl + Q"
+
+#, fuzzy
+#| msgid "Shortcuts for editing documents:"
+msgid "Shortcut keys for editing files"
+msgstr "編集用のショートカット"
+
+#, fuzzy
+#| msgid "Undo the last action."
+msgid "Undo the last action"
+msgstr "最後に行った作業を元に戻します。"
+
+msgid "Ctrl + Z"
+msgstr "Ctrl + Z"
+
+#, fuzzy
+#| msgid "Redo the last undone action ."
+msgid "Redo the last undone action"
+msgstr "最後に元に戻した作業をやり直します。"
+
+msgid "Ctrl + Shift + Z"
+msgstr "Ctrl + Shift + Z"
+
+#, fuzzy
+#| msgid "Cut the selected text or region and place it on the clipboard."
+msgid "Cut the selected text or region and place it on the clipboard"
+msgstr "選択したテキストもしくは領域を切り取り、クリップボードに移動します。"
+
+msgid "Ctrl + X"
+msgstr "Ctrl + X"
+
+#, fuzzy
+#| msgid "Copy the selected text or region onto the clipboard."
+msgid "Copy the selected text or region onto the clipboard"
+msgstr "選択したテキストもしくは領域をクリップボードにコピーします。"
+
+msgid "Ctrl + C"
+msgstr "Ctrl + C"
+
+#, fuzzy
+#| msgid "Paste the contents of the clipboard."
+msgid "Paste the contents of the clipboard"
+msgstr "クリップボードの内容を貼り付けます。"
+
+msgid "Ctrl + V"
+msgstr "Ctrl + V"
+
+msgid "Select all text in the file"
+msgstr ""
+
+msgid "Ctrl + A"
+msgstr "Ctrl + A"
+
+#, fuzzy
+#| msgid "Delete current line."
+msgid "Delete the current line"
+msgstr "現在カーソルがある行を削除します。"
+
+msgid "Ctrl + D"
+msgstr "Ctrl + D"
+
+#, fuzzy
+#| msgid "Move the selected line up one line."
+msgid "Move the selected line up one line"
+msgstr "選択した行を上へ一行移動します。"
+
+#, fuzzy
+#| msgid "Alt + Up"
+msgid "Alt + Up Arrow"
+msgstr "Alt + Up"
+
+#, fuzzy
+#| msgid "Move the selected line down one line."
+msgid "Move the selected line down one line"
+msgstr "選択した行を一行下に移動します。"
+
+#, fuzzy
+#| msgid "Alt + Down"
+msgid "Alt + Down Arrow"
+msgstr "Alt + Down"
+
+#, fuzzy
+#| msgid "Shortcuts for showing and hiding panes:"
+msgid "Shortcut keys for showing and hiding panes"
+msgstr "ペイン用のショートカット"
+
+#, fuzzy
+#| msgid "Show/hide the side pane."
+msgid "Show / hide the side pane"
+msgstr "サイド・ペインの表示/非表示を切り替えます。"
+
+msgid "F9"
+msgstr "F9"
+
+#, fuzzy
+#| msgid "Show/hide the bottom pane."
+msgid "Show / hide the bottom pane."
+msgstr "ボトム・ペインの表示/非表示を切り替えます。"
+
+msgid "Ctrl + F9"
+msgstr "Ctrl + F9"
+
+#, fuzzy
+#| msgid "Shortcuts for searching:"
+msgid "Shortcut keys for searching"
+msgstr "検索用のショートカット"
+
+#, fuzzy
+#| msgid "Find a string."
+msgid "Find a string"
+msgstr "文字列を検索します。"
+
+msgid "Ctrl + F"
+msgstr "Ctrl + F"
+
+#, fuzzy
+#| msgid "Find the next instance of the string."
+msgid "Find the next instance of the string"
+msgstr "次の一致文字列に移動します。"
+
+msgid "Ctrl + G"
+msgstr "Ctrl + G"
+
+#, fuzzy
+#| msgid "Find the previous instance of the string."
+msgid "Find the previous instance of the string"
+msgstr "前の一致文字列に移動します。"
+
+msgid "Ctrl + Shift + G"
+msgstr "Ctrl + Shift + G"
+
+#, fuzzy
+#| msgid "Search and replace."
+msgid "Search and Replace"
+msgstr "文字列を検索し置換します。"
+
+msgid "Ctrl + H"
+msgstr "Ctrl + H"
+
+#, fuzzy
+#| msgid "Clear highlight."
+msgid "Clear highlight"
+msgstr "一致した文字列の強調表示を解除します。"
+
+msgid "Ctrl + Shift + K"
+msgstr "Ctrl + Shift + K"
+
+#, fuzzy
+#| msgid "Goto line."
+msgid "Goto line"
+msgstr "指定した行番号へ移動します。"
+
+msgid "Ctrl + I"
+msgstr "Ctrl + I"
+
+#, fuzzy
+#| msgid "Shortcuts for tools:"
+msgid "Shortcut keys for tools"
+msgstr "ツール用のショートカット"
+
+#, fuzzy
+#| msgid "Check spelling (with plugin)."
+msgid "Check spelling"
+msgstr "スペル・チェックを行います(プラグインを使用します)。"
+
+msgid "Shift + F7"
+msgstr "Shift + F7"
+
+#, fuzzy
+#| msgid "Remove trailing spaces (with plugin)."
+msgid "Remove trailing spaces (with plugin)"
+msgstr "文字列の終端にある空白を削除します(プラグインを使用します)。"
+
+msgid "Alt + F12"
+msgstr "Alt + F12"
+
+#, fuzzy
+#| msgid "Run \"make\" in current directory (with plugin)."
+msgid "Run \"make\" in the current directory (with plugin)"
+msgstr "現在のディレクトリで \"make\" を実行します(プラグインを使用します)。"
+
+msgid "F8"
+msgstr "F8"
+
+#, fuzzy
+#| msgid "Directory listing (with plugin)."
+msgid "Directory listing (with plugin)"
+msgstr "ディレクトリを表示します(プラグインを使用します)。"
+
+msgid "Ctrl + Shift + D"
+msgstr "Ctrl + Shift + D"
+
+#, fuzzy
+#| msgid "Shortcuts for help:"
+msgid "Shortcut keys for user help"
+msgstr "ヘルプ用のショートカット"
+
+msgid "Open the gedit user guide"
+msgstr ""
+
+msgid "F1"
+msgstr "F1"
+
+msgid "Baptiste Mille-Mathias"
+msgstr ""
+
+msgid "Enable and use gedit's spell-checking feature"
+msgstr ""
+
+msgid "Spell-check your document"
+msgstr ""
+
+msgid "Enable the spell checker"
+msgstr ""
+
+msgid "To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences </gui><gui>Plugins</gui><gui>Spell Checker</gui></guiseq>."
+msgstr ""
+
+msgid "<app>gedit</app> will only check your document's spelling when you choose <guiseq><gui>Tools</gui><gui>Check Spelling</gui></guiseq>. To have <app> gedit</app> automatically check your spelling, select <guiseq><gui>Tools </gui><gui>Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+
+msgid "Define the language to use for spell checking"
+msgstr ""
+
+msgid "By default, <app>gedit</app> will use your current language to spell check your document. If you need to use another language, choose <guiseq> <gui>Tools</gui><gui>Set Language...</gui></guiseq>, then choose the language you want to use."
+msgstr ""
+
+msgid "The list of available languages will vary, depending on the configuration of your system."
+msgstr ""
+
+#, fuzzy
+#| msgid "Print syntax highlighting"
+msgid "Turn on syntax highlighting"
+msgstr "構文の強調表示"
+
+msgid "Syntax Highlighting"
+msgstr "構文の強調表示"
+
+msgid "<app>gedit</app> provides syntax highlighting for a wide range of markup, programming, and scientific languages. If <app>gedit</app> recognizes the syntax being used when you open a file, it will automatically highlight the text."
+msgstr ""
+
+msgid "If your syntax or language is not highlighted upon startup, you can select the appropriate syntax or language by clicking <guiseq><gui>View</gui><gui>Highlight Mode</gui></guiseq>, and then choosing the desired syntax. Alternately, you can select the syntax name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+
+msgid "Move and re-order tabs"
+msgstr ""
+
+msgid "Tabs in <app>gedit</app> can be moved, making it easier to work with your files. Tabs can be can re-ordered within the same window, moved outside of <app>gedit</app> (creating a new <app>gedit</app> window), and moved from one window to another."
+msgstr ""
+
+msgid "Change the order of tabs in the gedit window"
+msgstr ""
+
+msgid "To change the ordering of tabs in a window:"
+msgstr ""
+
+msgid "Click and hold the mouse button on the tab"
+msgstr ""
+
+msgid "Move the tab to the desired position among the other tabs"
+msgstr ""
+
+msgid "Release the mouse button"
+msgstr ""
+
+msgid "The tab will be placed in the position closest to where you release the tab, immediately beside other opened tabs."
+msgstr ""
+
+msgid "Move a tab, creating a new gedit window"
+msgstr ""
+
+msgid "To create a new window from an existing tab:"
+msgstr ""
+
+msgid "Click and hold the mouse button on the tab."
+msgstr ""
+
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr ""
+
+msgid "Release the mouse button."
+msgstr ""
+
+msgid "or, while the tab to be moved is open, choose <guiseq><gui>Documents </gui><gui>Move to New Window</gui></guiseq>"
+msgstr ""
+
+msgid "To move a tab into a new window when <app>gedit</app> is maximized, drag the tab onto the top bar at the top of the screen."
+msgstr ""
+
+msgid "Move a tab to another gedit window"
+msgstr ""
+
+msgid "If you want to move a tab from one window to another:"
+msgstr ""
+
+msgid "Drag the tab to the new window"
+msgstr ""
+
+msgid "Place it beside other tabs in the new window"
+msgstr ""
+
+msgid "You may find it easier to move a tab from one window to another by dragging the tab to the <gui>Activities</gui> hot-corner of the <gui> GNOME Shell</gui>. This will reveal each of the open <app>gedit</app> windows. You can then release the tab on the desired <app>gedit</app> window."
+msgstr ""
+
+msgid "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> table to make it easier to manage your tabs."
+msgstr ""
+
+msgid "Add and remove tabs"
+msgstr ""
+
+msgid "Working with tabs in <app>gedit</app> allows you to keep an eye on several files in a single window. The tab that is larger than the other tabs indicates the file that is currently open. The smaller tabs indicate other files that are available to work on."
+msgstr ""
+
+#, fuzzy
+#| msgid "Adding Snippets"
+msgid "Adding tabs"
+msgstr "スニペットの追加"
+
+msgid "To add a new tab, create a new file with <keyseq><key>Ctrl</key> <key>N</key></keyseq>. The tab will be added to the right side of any other tabs."
+msgstr ""
+
+#, fuzzy
+#| msgid "Remove Trailing Spaces"
+msgid "Removing tabs"
+msgstr "末尾の空白を削除する"
+
+#, fuzzy
+#| msgid "Open the Replace tool by clicking <guiseq><gui>Search</gui><gui> Replace</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key> </keyseq>."
+msgid "To remove a tab, click the <guiseq><gui>X</gui></guiseq> on the tab's right side. To remove all open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></keyseq>."
+msgstr "<guiseq><gui>検索</gui><gui> 置換</gui></guiseq>をクリックして置換ツールを開くか、 <keyseq><key>Ctrl</key><key>H</key> </keyseq>を押して開いてください。"
+
+#, fuzzy
+#| msgid "Undo the last action."
+msgid "Undo a recent action"
+msgstr "最後に行った作業を元に戻します。"
+
+msgid "If you make a mistake while using <app>gedit</app>, you can undo it by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or by clicking <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>. Doing so will cause <app>gedit</app> to undo one set of similar actions."
+msgstr ""
+
+msgid "Undoing a \"set of similar actions\" means, for example, that <app>gedit</app> will remove an entire word rather than removing each character in the word one at a time. This makes <app>gedit</app>'s <em>undo </em> feature more efficient."
+msgstr ""
+
+msgid "You cannot undo a change after you have saved it."
+msgstr ""
+
+msgid "View a list of files in the side pane"
+msgstr ""
+
+msgid "Keeping track of a large number of files using tabs can be difficult. One way of managing large numbers of files is viewing them in a side pane. Side panes allow you to view more files at a time than is possible using tabs alone."
+msgstr ""
+
+msgid "To view a list of open files in a side pane, click <guiseq><gui>View</gui> <gui>Side Pane</gui></guiseq>. A pane will appear to the left of the workspace with a listing of all currently open files. Clicking a file in the side pane will display that file in the workspace."
+msgstr ""
+
+msgid "The side pane also contains a <app>File Browser</app> view. If the pane displays a file directory instead of currently open files, click <media type=\"image\" mime=\"image/png\" src=\"figures/gedit-side-pane2.png\"> documents icon</media> at the bottom of the pane to switch to the <app>Documents</app> view."
+msgstr ""
+
+msgid "The side pane only displays files that are open in the current window. When multiple windows are open, only the files in the current window will be displayed in the side pane."
+msgstr ""
diff --git a/help/ko/ko.po b/help/ko/ko.po
new file mode 100644
index 0000000..8810816
--- /dev/null
+++ b/help/ko/ko.po
@@ -0,0 +1,4399 @@
+# Sun Microsystems, 2002.
+# Changwoo Ryu <cwryu@debian.org>, 2007, 2008, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit-help\n"
+"POT-Creation-Date: 2008-02-01 21:04+0000\n"
+"PO-Revision-Date: 2010-04-16 01:32+0900\n"
+"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
+"Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: C/legal.xml:2(para)
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
+"later version published by the Free Software Foundation with no Invariant "
+"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
+"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"in the file COPYING-DOCS distributed with this manual."
+msgstr ""
+"본 설명서는 프리 소프트웨어 재단(FSF)에서 발행한 GNU 자유 문서 라이센스"
+"(GFDL) 버전 1.1 이상의 조항에 따라 변경 불가 부분, 앞 표지 텍스트 및 뒷 표지 "
+"텍스트를 제외하고 복사, 수정 및/또는 배포할 수 있습니다. GFDL의 사본은 "
+"<ulink type=\"help\" url=\"ghelp:fdl\">링크</ulink> 또는 본 설명서와 함께 배"
+"포된 COPYING-DOCS 파일에서 찾을 수 있습니다."
+
+#: C/legal.xml:12(para)
+msgid ""
+"This manual is part of a collection of GNOME manuals distributed under the "
+"GFDL. If you want to distribute this manual separately from the collection, "
+"you can do so by adding a copy of the license to the manual, as described in "
+"section 6 of the license."
+msgstr ""
+"본 설명서는 GFDL에 따라 배포된 그놈 설명서 컬렉션의 일부입니다. 본 설명서를 "
+"컬렉션과 별도로 배포하려는 경우에는 라이센스 조항 6에 따라 라이센스 사본을 설"
+"명서에 추가하면 됩니다."
+
+#: C/legal.xml:19(para)
+msgid ""
+"Many of the names used by companies to distinguish their products and "
+"services are claimed as trademarks. Where those names appear in any GNOME "
+"documentation, and the members of the GNOME Documentation Project are made "
+"aware of those trademarks, then the names are in capital letters or initial "
+"capital letters."
+msgstr ""
+"기업의 제품과 서비스를 식별하기 위해 사용된 많은 이름은 상표로 간주됩니다. 그"
+"놈 문서에 사용된 이름과 그놈 문서 프로젝트의 구성원은 해당 상표로, 모두 대문"
+"자로 표시되거나 첫 글자가 대문자로 표시되어 있습니다."
+
+#: C/legal.xml:35(para)
+msgid ""
+"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
+"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
+"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
+"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
+"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
+"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
+"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
+"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
+"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
+"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
+"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND "
+"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
+"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
+"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
+"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
+"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
+"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
+"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
+"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
+"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
+"POSSIBILITY OF SUCH DAMAGES."
+msgstr ""
+"문서는 \"있는 그대로\"로 제공되며 상품성, 특정 목적에의 적합성 또는 준수에 대"
+"한 보증을 비롯한 일체의 명시적 또는 암시적인 보증을 제한 없이 부인합니다. 문"
+"서 및 수정판의 품질, 정확성 및 성능에 대한 책임은 전적으로 사용자에게 있습니"
+"다. 문서 또는 수정판에 대한 오류를 입증하려면 사용자(원저작자, 저작자 또는 배"
+"포자 아님)는 필요한 서비스, 수리 및 수정 비용을 부담해야 합니다. 본 보증 부인"
+"은 라이센스의 필수 부분에 해당합니다. 본 보증 부인을 따르지 않는 모든 문서나 "
+"수정판은 사용할 수 없습니다. 또한 불법 행위(부주의 포함), 계약 또는 직접, 간"
+"접, 특별, 부수적 및 파생적인 모든 손해(영업권 손실, 작업 중지, 컴퓨터 오류 "
+"및 고장 또는 본 문서나 수정판의 사용으로 인해 발생하거나 관련된 기타 모든 손"
+"실 및 이러한 손실 가능성에 대해 미리 공지한 경우에도 제한되지 않음)에 대해서"
+"는 어떠한 상황이나 법률적인 이론 하에서도 본 문서 또는 수정판의 저작자, 원저"
+"자, 모든 배포자 또는 공급자는 책임을 지지 않습니다."
+
+#: C/legal.xml:28(para)
+msgid ""
+"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
+"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
+"<placeholder-1/>"
+msgstr ""
+"문서 및 수정판은 다음 GNU 자유 문서 라이센스의 조항에 따라 제공됩니다. "
+"<placeholder-1/>"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:266(None)
+msgid ""
+"@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgstr ""
+"@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:347(None)
+msgid ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+msgstr ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:1273(None)
+msgid ""
+"@@image: 'figures/gedit_format_bold.png'; "
+"md5=950264711a3f0808bef134fa94b0a582"
+msgstr ""
+"@@image: 'figures/gedit_format_bold.png'; "
+"md5=950264711a3f0808bef134fa94b0a582"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:1292(None)
+msgid ""
+"@@image: 'figures/gedit_format_italic.png'; "
+"md5=feb9817676516ae91b9f6b1cd36a5eca"
+msgstr ""
+"@@image: 'figures/gedit_format_italic.png'; "
+"md5=feb9817676516ae91b9f6b1cd36a5eca"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:1310(None)
+msgid ""
+"@@image: 'figures/gedit_format_underline.png'; "
+"md5=58f5848d81ea3f0656ccce82ba32ec9c"
+msgstr ""
+"@@image: 'figures/gedit_format_underline.png'; "
+"md5=58f5848d81ea3f0656ccce82ba32ec9c"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:1328(None)
+msgid ""
+"@@image: 'figures/gedit_format_strikethrough.png'; "
+"md5=cf962f5d9df721c1f4f4cef2780915ed"
+msgstr ""
+"@@image: 'figures/gedit_format_strikethrough.png'; "
+"md5=cf962f5d9df721c1f4f4cef2780915ed"
+
+#: C/gedit.xml:23(title)
+msgid "Gedit Manual"
+msgstr "gedit 설명서"
+
+#: C/gedit.xml:25(year)
+msgid "2007"
+msgstr "2007"
+
+#: C/gedit.xml:26(holder) C/gedit.xml:45(publishername)
+#: C/gedit.xml:56(firstname) C/gedit.xml:79(orgname) C/gedit.xml:120(para)
+#: C/gedit.xml:128(para) C/gedit.xml:136(para) C/gedit.xml:144(para)
+#: C/gedit.xml:152(para) C/gedit.xml:160(para) C/gedit.xml:168(para)
+#: C/gedit.xml:176(para) C/gedit.xml:184(para) C/gedit.xml:192(para)
+#: C/gedit.xml:200(para)
+msgid "GNOME Documentation Project"
+msgstr "그놈 문서 프로젝트"
+
+#: C/gedit.xml:28(year)
+msgid "2002"
+msgstr "2002"
+
+#: C/gedit.xml:29(year)
+msgid "2003"
+msgstr "2003"
+
+#: C/gedit.xml:30(year)
+msgid "2004"
+msgstr "2004"
+
+#: C/gedit.xml:31(holder) C/gedit.xml:71(orgname)
+msgid "Sun Microsystems"
+msgstr "Sun Microsystems"
+
+#: C/gedit.xml:33(year) C/gedit.xml:116(date)
+msgid "2000"
+msgstr "2000"
+
+#: C/gedit.xml:34(holder)
+msgid "Eric Baudais"
+msgstr "Eric Baudais"
+
+#: C/gedit.xml:52(firstname)
+msgid "Joachim"
+msgstr "Joachim"
+
+#: C/gedit.xml:53(surname)
+msgid "Noreiko"
+msgstr "Noreiko"
+
+#: C/gedit.xml:59(orgname)
+msgid "GNOME"
+msgstr "GNOME"
+
+#: C/gedit.xml:63(firstname)
+msgid "Hal"
+msgstr "Hal"
+
+#: C/gedit.xml:64(surname)
+msgid "Canary"
+msgstr "Canary"
+
+#: C/gedit.xml:65(contrib)
+msgid "Added the Shortcut Keys Table"
+msgstr "키보드 바로 가기 표 추가"
+
+#: C/gedit.xml:68(firstname) C/gedit.xml:191(para)
+msgid "Sun Java Desktop System Documentation Team"
+msgstr "Sun Java Desktop System Documentation Team"
+
+#: C/gedit.xml:72(email)
+msgid "gdocteam@sun.com"
+msgstr "gdocteam@sun.com"
+
+#: C/gedit.xml:76(firstname)
+msgid "Eric"
+msgstr "Eric"
+
+#: C/gedit.xml:77(surname)
+msgid "Baudais"
+msgstr "Baudais"
+
+#: C/gedit.xml:80(email)
+msgid "baudais@okstate.edu"
+msgstr "baudais@okstate.edu"
+
+#: C/gedit.xml:84(firstname)
+msgid "Baris"
+msgstr "Baris"
+
+#: C/gedit.xml:85(surname)
+msgid ""
+"Cicek provided information from earlier revisions of the gedit application."
+msgstr "Cicek가 이전 버전의 gedit 응용 프로그램의 정보를 알려주었습니다."
+
+#: C/gedit.xml:86(contrib) C/gedit.xml:91(contrib)
+msgid "Acknowledgements"
+msgstr "도음 주신 분들"
+
+#: C/gedit.xml:89(firstname)
+msgid "Ajit"
+msgstr "Ajit"
+
+#: C/gedit.xml:90(surname)
+msgid "George provided information about plugins."
+msgstr "George가 플러그인에 관한 정보를 알려주었습니다."
+
+#: C/gedit.xml:115(revnumber)
+msgid "gedit V1.0"
+msgstr "gedit 버전 1.0"
+
+#: C/gedit.xml:118(para)
+msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+msgstr "Eric Baudais <email>baudais@okstate.edu</email>"
+
+#: C/gedit.xml:124(revnumber)
+msgid "gedit Manual V2.0"
+msgstr "gedit 설명서 버전 2.0"
+
+#: C/gedit.xml:125(date)
+msgid "March 2002"
+msgstr "2002년 3월"
+
+#: C/gedit.xml:127(para) C/gedit.xml:135(para) C/gedit.xml:143(para)
+#: C/gedit.xml:151(para) C/gedit.xml:159(para) C/gedit.xml:167(para)
+#: C/gedit.xml:175(para) C/gedit.xml:183(para)
+msgid "Sun GNOME Documentation Team"
+msgstr "Sun 그놈 문서 팀"
+
+#: C/gedit.xml:132(revnumber)
+msgid "gedit Manual V2.1"
+msgstr "gedit 설명서 버전 2.1"
+
+#: C/gedit.xml:133(date)
+msgid "June 2002"
+msgstr "2002년 6월"
+
+#: C/gedit.xml:140(revnumber)
+msgid "gedit Manual V2.2"
+msgstr "gedit 설명서 버전 2.2"
+
+#: C/gedit.xml:141(date)
+msgid "August 2002"
+msgstr "2002년 8월"
+
+#: C/gedit.xml:148(revnumber)
+msgid "gedit Manual V2.3"
+msgstr "gedit 설명서 버전 2.3"
+
+#: C/gedit.xml:149(date)
+msgid "September 2002"
+msgstr "2002년 9월"
+
+#: C/gedit.xml:156(revnumber)
+msgid "gedit Manual V2.4"
+msgstr "gedit 설명서 버전 2.4"
+
+#: C/gedit.xml:157(date)
+msgid "January 2003"
+msgstr "2003년 1월"
+
+#: C/gedit.xml:164(revnumber)
+msgid "gedit Manual V2.5"
+msgstr "gedit 설명서 버전 2.5"
+
+#: C/gedit.xml:165(date)
+msgid "March 2003"
+msgstr "2003년 3월"
+
+#: C/gedit.xml:172(revnumber)
+msgid "gedit Manual V2.6"
+msgstr "gedit 설명서 버전 2.6"
+
+#: C/gedit.xml:173(date)
+msgid "September 2003"
+msgstr "2003 9월"
+
+#: C/gedit.xml:180(revnumber)
+msgid "gedit Manual V2.7"
+msgstr "gedit 설명서 버전 2.7"
+
+#: C/gedit.xml:181(date)
+msgid "March 2004"
+msgstr "2004 3월"
+
+#: C/gedit.xml:188(revnumber)
+msgid "gedit Manual V2.8"
+msgstr "gedit 설명서 버전 2.8"
+
+#: C/gedit.xml:189(date) C/gedit.xml:197(date)
+msgid "July 2006"
+msgstr "2006년 6월"
+
+#: C/gedit.xml:196(revnumber)
+msgid "gedit Manual V2.9"
+msgstr "gedit 설명서 버전 2.9"
+
+#: C/gedit.xml:199(para)
+msgid "GNOME Documentation Team"
+msgstr "그놈 문서 팀"
+
+#: C/gedit.xml:204(releaseinfo)
+msgid "This manual describes version 2.16 of gedit."
+msgstr "이 설명서는 gedit 버전 2.16에 대해 설명합니다."
+
+#: C/gedit.xml:207(title)
+msgid "Feedback"
+msgstr "피드백"
+
+#: C/gedit.xml:208(para)
+msgid ""
+"To report a bug or make a suggestion regarding the <application>gedit</"
+"application> application or this manual, follow the directions in the <ulink "
+"url=\"ghelp:gnome-feedback\" type=\"help\">GNOME Feedback Page</ulink>."
+msgstr ""
+"<application>gedit</application> 또는 이 설명서에 대한 버그를 알려 주시거나 "
+"의견을 제시하려면 <ulink url=\"ghelp:user-guide?feedback-bugs\" type=\"help"
+"\">그놈 피드백 페이지</ulink>에 있는 대로 해 주십시오."
+
+#: C/gedit.xml:213(para)
+msgid "gedit is the GNOME text editor."
+msgstr "gedit는 그놈 텍스트 편집기입니다."
+
+#: C/gedit.xml:216(primary)
+msgid "gedit"
+msgstr "gedit"
+
+#: C/gedit.xml:217(primary)
+msgid "text editor"
+msgstr "텍스트 편집기"
+
+#: C/gedit.xml:222(title)
+msgid "Introduction"
+msgstr "소개"
+
+#: C/gedit.xml:227(para)
+msgid ""
+"The <application>gedit</application> application enables you to create and "
+"edit text files."
+msgstr ""
+"<application>gedit</application> 응용 프로그램으로 텍스트 파일을 만들고 편집"
+"할 수 있습니다."
+
+#: C/gedit.xml:229(para)
+msgid ""
+"The aim of <application>gedit</application> is to be a simple and easy to "
+"use text editor. More powerful features can be enabled with different "
+"<firstterm>plugins</firstterm>, allowing a variety of tasks related to text-"
+"editing."
+msgstr ""
+"<application>gedit</application>의 목표는 간단하고 사용하기 쉬운 텍스트 편집"
+"기입니다. <firstterm>플러그인</firstterm>을 사용해 더 강력한 기능을 사용할 "
+"수 있습니다. 플러그인에 텍스트 편집과 관련된 여러가지 기능이 들어 있습니다."
+
+#: C/gedit.xml:233(title)
+msgid "Getting Started"
+msgstr "시작하기"
+
+#: C/gedit.xml:237(title)
+msgid "Starting gedit"
+msgstr "gedit 시작하기"
+
+#: C/gedit.xml:238(para)
+msgid "You can start <application>gedit</application> in the following ways:"
+msgstr "다음 방법으로 <application>gedit</application>를 시작할 수 있습니다:"
+
+#: C/gedit.xml:241(term)
+msgid "<guimenu>Applications</guimenu> menu"
+msgstr "<guimenu>프로그램</guimenu> 메뉴"
+
+#: C/gedit.xml:243(para)
+msgid ""
+"Choose <menuchoice><guisubmenu>Accessories</guisubmenu><guimenuitem>Text "
+"Editor</guimenuitem></menuchoice>."
+msgstr ""
+"<menuchoice><guisubmenu>보조 프로그램</guisubmenu><guimenuitem>텍스트 편집기"
+"</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:247(term)
+msgid "Command line"
+msgstr "명령행"
+
+#: C/gedit.xml:249(para)
+msgid "Execute the following command: <command>gedit</command>"
+msgstr "다음 명령을 실행합니다: <command>gedit</command>"
+
+#: C/gedit.xml:253(para)
+msgid ""
+"By default, when you open a text document in the file manager, gedit will "
+"start, and display the document."
+msgstr ""
+"기본값으로, 파일 관리자에서 텍스트 문서를 열면 gedit가 시작하고 그 문서를 표"
+"시합니다."
+
+#: C/gedit.xml:258(title)
+msgid "The gedit Window"
+msgstr "gedit 창"
+
+#: C/gedit.xml:259(para)
+msgid ""
+"When you start <application>gedit</application>, the following window is "
+"displayed:"
+msgstr "<application>gedit</application>를 시작하면 다음 창이 나타납니다:"
+
+#: C/gedit.xml:262(title)
+msgid "gedit Window"
+msgstr "gedit 창"
+
+#: C/gedit.xml:268(phrase)
+msgid "Shows gedit main window."
+msgstr "gedit 메인 창을 표시합니다."
+
+#: C/gedit.xml:274(para)
+msgid ""
+"The <application>gedit</application> window contains the following elements:"
+msgstr "<application>gedit</application> 창에는 다음이 들어 있습니다:"
+
+#: C/gedit.xml:277(term)
+msgid "Menubar"
+msgstr "메뉴 모음"
+
+#: C/gedit.xml:279(para)
+msgid ""
+"The menus on the menubar contain all of the commands you need to work with "
+"files in <application>gedit</application>."
+msgstr ""
+"메뉴 모음의 메뉴에는 <application>gedit</application>에서 파일 작업을 하는 "
+"데 필요한 명령이 모두 들어있습니다."
+
+#: C/gedit.xml:282(term)
+msgid "Toolbar"
+msgstr "도구 모음"
+
+#: C/gedit.xml:284(para)
+msgid ""
+"The toolbar contains a subset of the commands that you can access from the "
+"menubar."
+msgstr ""
+"도구 모음에는 메뉴 모음에서 접근할 수 있는 명령의 일부가 들어 있습니다."
+
+#: C/gedit.xml:287(term)
+msgid "Display area"
+msgstr "표시 영역"
+
+#: C/gedit.xml:289(para)
+msgid "The display area contains the text of the file that you are editing."
+msgstr "표시 영역에는 편집하고 있는 파일의 텍스트가 들어있습니다."
+
+#: C/gedit.xml:292(term)
+msgid "Statusbar"
+msgstr "상태 표시줄"
+
+#: C/gedit.xml:294(para)
+msgid ""
+"The statusbar displays information about current <application>gedit</"
+"application> activity and contextual information about the menu items. The "
+"statusbar also displays the following information:"
+msgstr ""
+"상태 표시줄에는 현재 <application>gedit</application> 동작에 대한 정보와 메"
+"뉴 항목의 컨텍스트 정보를 표시합니다. 상태 표시줄에는 다음 정보도 표시합니다:"
+
+#: C/gedit.xml:297(para)
+msgid ""
+"Cursor position: the line number and column number where the cursor is "
+"located."
+msgstr "커서 위치: 커서가 있는 곳의 줄 번호와 열 번호."
+
+#: C/gedit.xml:300(para)
+msgid ""
+"Edit mode: If the editor is in insert mode, the statusbar contains the text "
+"<guilabel>INS</guilabel>. If the editor is in overwrite mode, the statusbar "
+"contains the text <guilabel>OVR</guilabel>. Press the <keycap>Insert</"
+"keycap> key to change edit mode."
+msgstr ""
+"편집 모드: 편집기가 삽입 모드인 경우, 상태 표시줄에 <guilabel>삽입</guilabel>"
+"이라는 글이 들어 있습니다. 덮어쓰기 모드인 경우, 상태 표시줄에 <guilabel>바꿈"
+"</guilabel>이라는 글이 들어 있습니다. 편집 모드를 바꾸려면 <keycap>Insert</"
+"keycap> 키를 누르십시오."
+
+#: C/gedit.xml:305(term)
+msgid "Side Pane"
+msgstr "가장자리 창"
+
+#: C/gedit.xml:307(para)
+msgid ""
+"The side pane displays a list of open documents, and other information "
+"depending on which plugins are enabled."
+msgstr ""
+"가장자리 창에는 열린 문서의 목록을 표시하고, 또 어떤 플러그인을 사용하느냐에 "
+"따라 기타 정보를 표시합니다."
+
+#: C/gedit.xml:308(para)
+msgid ""
+"By default the side pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"기본값으로 가장자리 창은 표시하지 않습니다. 가장자리 창을 보려면, "
+"<menuchoice><guimenu>보기</guimenu><guimenuitem>가장자리 창</guimenuitem></"
+"menuchoice>을 선택하십시오."
+
+#: C/gedit.xml:311(term)
+msgid "Bottom Pane"
+msgstr "아래 창"
+
+#: C/gedit.xml:313(para)
+msgid ""
+"The bottom pane is used by programming tools such as the <application>Python "
+"Console</application> plugin to display output."
+msgstr "아래 창은 <application>파이썬 콘솔</application> 플러그인에서 출력을 표시할 때처럼 프로그래밍 도구에 사용합니다."
+
+#: C/gedit.xml:314(para)
+msgid ""
+"By default the bottom pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</guimenuitem></"
+"menuchoice>."
+msgstr "기본값으로 아래 창은 표시하지 않습니다. 아래 창을 보려면, <menuchoice><guimenu>보기</guimenu><guimenuitem>아래 창</guimenuitem></menuchoice>을 선택하십시오."
+
+#: C/gedit.xml:318(para)
+msgid ""
+"When you right-click in the <application>gedit</application> window, the "
+"application displays a popup menu. The popup menu contains the most common "
+"text editing commands."
+msgstr ""
+"<application>gedit</application> 창에 마우스 오른쪽 단추를 누르면, 팝업 메뉴"
+"를 표시합니다. 이 팝업 메뉴에 자주 사용하는 텍스트 편집 명령이 들어 있습니다."
+
+#: C/gedit.xml:320(para)
+msgid ""
+"Like other GNOME applications, actions in <application>gedit</application> "
+"can be performed in several ways: with the menu, with the toolbar, or with "
+"shortcut keys. Shortcuts keys common to all applications are listed in the "
+"<ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-apps\">User Guide</"
+"ulink>."
+msgstr ""
+"다른 그놈 프로그램과 마찬가지로, <application>gedit</application> 동작은 여러"
+"가지 방법으로 할 수 있습니다. 메뉴로도 할 수 있고, 도구 모음으로도 할 수 있"
+"고, 바로 가기 키로도 할 수 있습니다. 모든 응용 프로그램에서 공통으로 사용할 "
+"수 있는 바로 가기 키 목록이 <ulink type=\"help\" url=\"ghelp:user-guide?"
+"shortcuts-apps\">사용자 안내서</ulink>에 있습니다."
+
+#: C/gedit.xml:325(title)
+msgid "Running gedit from a Command Line"
+msgstr "명령행에서 gedit 실행하기"
+
+#: C/gedit.xml:326(para)
+msgid ""
+"You can run <application>gedit</application> from a command line and open a "
+"single file or multiple files. To open multiple files from a command line, "
+"type the following command, then press <keycap>Return</keycap>:"
+msgstr "명령행에서 <application>gedit</application>를 실행해서 파일 한 개 혹은 여러 개를 열 수 있습니다. 명령행에서 여러 개 파일을 열려면, 다음 명령어를 입력하고 <keycap>Return</keycap> 키를 누르십시오:"
+
+#: C/gedit.xml:327(replaceable)
+msgid "file1.txt file2.txt file3.txt"
+msgstr "file1.txt file2.txt file3.txt"
+
+#: C/gedit.xml:327(command)
+msgid "gedit <placeholder-1/>"
+msgstr "gedit <placeholder-1/>"
+
+#: C/gedit.xml:328(para)
+msgid "Alternatively, you can specify a URI instead of a filename."
+msgstr "다른 방법으로, 파일 이름 대신에 URI를 지정할 수도 있습니다."
+
+#: C/gedit.xml:329(para)
+msgid ""
+"For more information on how to run <application>gedit</application> from a "
+"command line, see the unix manual page for gedit, <ulink url=\"man:gedit\" "
+"type=\"man\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+msgstr ""
+"명령행에서 <application>gedit</application> 실행하는 방법에 대해 좀 더 알고 "
+"싶으시면, geidt의 유닉스 맨 페이지를 (<ulink url=\"man:gedit\" type=\"man"
+"\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>.) 참고하십시오."
+
+#: C/gedit.xml:334(title)
+msgid "Working with Files"
+msgstr "파일 작업하기"
+
+#: C/gedit.xml:338(title)
+msgid "Creating a New Document"
+msgstr "새 문서 만들기"
+
+#: C/gedit.xml:339(para)
+msgid ""
+"To create a new document, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>New</guimenuitem></menuchoice>. The application "
+"displays a new blank document in the <application>gedit</application> window."
+msgstr ""
+"새 문서를 만드려면, <menuchoice><guimenu>파일</guimenu><guimenuitem>새로 만들"
+"기</guimenuitem></menuchoice>를 선택하십시오. <application>gedit</"
+"application> 창에 비어 있는 새 문서를 표시합니다."
+
+#: C/gedit.xml:344(title) C/gedit.xml:1674(title)
+msgid "Opening a File"
+msgstr "파일 열기"
+
+#: C/gedit.xml:345(para)
+msgid ""
+"To open a file, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</"
+"guimenuitem></menuchoice> to display the <guilabel>Open File</guilabel> "
+"dialog. Select the file that you want to open, then click <guibutton>Open</"
+"guibutton>. The file is displayed in the <application>gedit</application> "
+"window."
+msgstr ""
+"파일을 열려면, <menuchoice><guimenu>파일</guimenu><guimenuitem>열기</"
+"guimenuitem></menuchoice>를 선택해 <guilabel>파일 열기</guilabel> 대화 상자"
+"를 표시합니다. 열려는 파일을 선택하고 <guibutton>확인</guibutton>을 누르십시"
+"오. 해당 파일이 <application>gedit</application> 창에 표시됩니다."
+
+#: C/gedit.xml:347(phrase)
+msgid "Shows Recent Files menu icon."
+msgstr "최근 파일 메뉴 아이콘 보기."
+
+#: C/gedit.xml:347(para)
+msgid ""
+"The application records the paths and filenames of the five most recent "
+"files that you edited and displays the files as menu items on the "
+"<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click on "
+"the <placeholder-1/> icon on the toolbar to display the list of recent files."
+msgstr ""
+"응용 프로그램은 가장 최근에 편집한 파일을 5개까지 그 경로와 파일 이름을 기록"
+"해 두고 있고, 그 파일을 <menuchoice><guimenu>파일</guimenu></menuchoice> 메뉴"
+"의 메뉴 항목으로 표시합니다. 최근 파일 목록을 표시하려면 도구 모음의 "
+"<placeholder-1/> 아이콘을 눌러도 됩니다."
+
+#: C/gedit.xml:349(para)
+msgid ""
+"You can open multiple files in <application>gedit</application>. The "
+"application adds a tab for each open file to the window. For more on this "
+"see <xref linkend=\"gedit-tabs\"/>."
+msgstr ""
+"<application>gedit</application>에 여러 개의 파일을 열 수 있습니다. 파일을 하"
+"나씩 열 때마다 창에 탭을 하나씩 추가합니다. 좀 더 알고 싶으시면, <xref "
+"linkend=\"gedit-tabs\"/> 부분을 참고하십시오."
+
+#: C/gedit.xml:355(title)
+msgid "Saving a File"
+msgstr "파일 저장하기"
+
+#: C/gedit.xml:356(para)
+msgid "You can save files in the following ways:"
+msgstr "다음 방법으로 파일을 저장할 수 있습니다:"
+
+#: C/gedit.xml:358(para)
+msgid ""
+"To save changes to an existing file, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Save</guimenuitem></menuchoice>."
+msgstr ""
+"기존 파일의 바뀐 사항을 저장하려면 <menuchoice><guimenu>파일</"
+"guimenu><guimenuitem>저장</guimenuitem></menuchoice>을 선택하십시오."
+
+#: C/gedit.xml:360(para)
+msgid ""
+"To save a new file or to save an existing file under a new filename, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Save As</guimenuitem></"
+"menuchoice>. Enter a name for the file in the <guilabel>Save As</guilabel> "
+"dialog, then click <guibutton>Save</guibutton>."
+msgstr ""
+"새 파일을 저장하거나 기존 파일을 다른 이름으로 저장하려면 "
+"<menuchoice><guimenu>파일</guimenu><guimenuitem>다른 이름으로 저장</"
+"guimenuitem></menuchoice>을 선택하십시오. <guilabel>다른 이름으로 저장</"
+"guilabel> 대화 상자에서 파일 이름을 입력하고 <guibutton>확인</guibutton>을 누"
+"르십시오."
+
+#: C/gedit.xml:362(para)
+msgid ""
+"To save all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Save All</guimenuitem></menuchoice>."
+msgstr ""
+"현재 <application>gedit</application>에 열려 있는 파일을 모두 저장하려면 "
+"<menuchoice><guimenu>문서</guimenu><guimenuitem>모두 저장</guimenuitem></"
+"menuchoice>을 선택하십시오."
+
+#: C/gedit.xml:365(para)
+msgid ""
+"To close all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Close All</guimenuitem></menuchoice>."
+msgstr ""
+"현재 <application>gedit</application>에 열려 있는 파일을 모두 닫으려면, "
+"<menuchoice><guimenu>문서</guimenu><guimenuitem>모두 닫기</guimenuitem></"
+"menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:370(title)
+msgid "Opening a File from a URI"
+msgstr "URI에서 파일 열기"
+
+#: C/gedit.xml:371(para)
+msgid ""
+"To open a file from a Uniform Resource Identifier (URI), perform the "
+"following steps:"
+msgstr ""
+"URI(Uniform Resource Identifier)에서 파일을 열려면, 다음 순서대로 하십시오:"
+
+#: C/gedit.xml:374(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</"
+"guimenuitem></menuchoice> to display the <guilabel>Open Location</guilabel> "
+"dialog."
+msgstr ""
+"<menuchoice><guimenu>파일</guimenu><guimenuitem>위치 열기</guimenuitem></"
+"menuchoice>를 선택해 <guilabel>위치 열기</guilabel> 대화 상자를 표시합니다."
+
+#: C/gedit.xml:377(para)
+msgid "Enter the URI of the file that you want to open."
+msgstr "열려는 파일의 URI를 입력하십시오."
+
+#: C/gedit.xml:380(para)
+msgid ""
+"Use the <guilabel>Character coding</guilabel> drop-down list to select the "
+"appropriate character coding."
+msgstr ""
+"<guilabel>문자 코딩</guilabel> 드롭다운 목록에서 적당한 문자 코딩을 선택하십"
+"시오."
+
+#: C/gedit.xml:383(para)
+msgid "Click <guibutton>Open</guibutton>."
+msgstr "<guibutton>열기</guibutton>를 누르십시오."
+
+#: C/gedit.xml:386(para)
+msgid ""
+"Valid types of <replaceable>URI</replaceable> include <literal>http:</"
+"literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the "
+"methods supported by <literal>gnome-vfs</literal>."
+msgstr ""
+"올바른 형식의 <replaceable>URI</replaceable>로 <literal>http:</literal>, "
+"<literal>ftp:</literal>, <literal>file:</literal> 및 <literal>gnome-vfs</"
+"literal>에서 지원하는 모든 프로토콜을 사용할 수 있습니다."
+
+#: C/gedit.xml:387(para)
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. HTTP only allows files to be "
+"read. Files opened from FTP are read-only because because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"어떤 종류의 URI의 경우 파일이 읽기 전용으로 열려서, 파일을 편집하면 다른 위치"
+"에 저장해야 합니다. HTTP는 파일 읽기만 가능합니다. 모든 FTP 서버가 원격 파일 "
+"저장을 할 수 있는 게 아니기 때문에 FTP로 연 파일도 읽기 전용입니다."
+
+#: C/gedit.xml:388(para)
+msgid ""
+"Saving to FTP servers can be enabled with <ulink type=\"help\" url=\"ghelp:"
+"gconf-editor\"><application>Configuration Editor</application></ulink>, "
+"setting the key <systemitem>/apps/gedit-2/preferences/editor/save/"
+"writable_vfs_schemes</systemitem>, but this may cause errors."
+msgstr ""
+"FTP 서버로 저장하는 기능은 <ulink type=\"help\" url=\"ghelp:gconf-editor"
+"\"><application>설정 편집기</application></ulink>로 저장할 수 있게 바꿀 수 있"
+"습니다. <systemitem>/apps/gedit-2/preferences/editor/save/"
+"writable_vfs_schemes</systemitem>키를 설정하면 되지만, 이 기능때문에 오류가 "
+"발생할 수도 있습니다."
+
+#: C/gedit.xml:393(title)
+msgid "Working With Tabs"
+msgstr "탭 작업하기"
+
+#: C/gedit.xml:395(para)
+msgid ""
+"When more than one file is open, <application>gedit</application> shows a "
+"<firstterm>tab</firstterm> for each document above the display area. To "
+"switch to another document, click on its tab."
+msgstr ""
+"여러 개 파일을 연 경우, <application>gedit</application>의 표시 영역 위에 문"
+"서 하나마다 탭을 하나씩 표시합니다. 다른 문서로 이동하려면, 해당하는 탭을 누"
+"르십시오."
+
+#: C/gedit.xml:396(para)
+msgid ""
+"To move a document to another <application> gedit</application> window, drag "
+"the tab corresponding to the file to the window you want to move it to."
+msgstr ""
+"문서를 다른 <application>gedit</application> 창으로 옮기려면, 그 파일에 해당"
+"하는 탭을 옮기려는 창으로 끌어 놓으십시오."
+
+#: C/gedit.xml:397(para)
+msgid ""
+"To move a document to a new <application> gedit</application> window, either "
+"drag its tab to the desktop, or choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Move to New Window</guimenuitem></menuchoice>."
+msgstr ""
+"문서를 새 <application>gedit</application> 창으로 옮기려면, 탭을 바탕 화면으"
+"로 끌어 놓거나, <menuchoice><guimenu>문서</guimenu><guimenuitem>새 창으로 옮"
+"기기</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:403(title)
+msgid "Working with Text"
+msgstr "텍스트 작업하기"
+
+#: C/gedit.xml:407(title)
+msgid "Editing Text"
+msgstr "텍스트 편집하기"
+
+#: C/gedit.xml:408(para)
+msgid "You can edit the text of a file in the following ways:"
+msgstr "다음 방법으로 파일의 텍스트를 편집할 수 있습니다:"
+
+#: C/gedit.xml:410(para)
+msgid ""
+"Type new text from the keyboard. The blinking <firstterm>insertion cursor</"
+"firstterm> marks the point where new text appears. To change this, use the "
+"arrow keys on the keyboard or click with the mouse."
+msgstr ""
+"키보드로 새 텍스트를 입력하십시오. 깜박이는 <firstterm>삽입 커서</firstterm>"
+"가 새 텍스트를 표시할 위치를 가리킵니다. 위치를 바꾸려면 키보드의 화살표 키"
+"를 사용하거나 마우스 단추를 누르십시오."
+
+#: C/gedit.xml:412(para)
+msgid ""
+"To copy the selected text to the clipboard, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"선택한 텍스트를 클립보드에 복사하려면 <menuchoice><guimenu>편집</"
+"guimenu><guimenuitem>복사</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:414(para)
+msgid ""
+"To delete the selected text from the file and move the selected text to the "
+"clipboard, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"선택한 텍스트를 파일에서 지우고 그 텍스트를 클립보드로 옮기려면 "
+"<menuchoice><guimenu>편집</guimenu><guimenuitem>잘라내기</guimenuitem></"
+"menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:416(para)
+msgid ""
+"To permanently delete the selected text from the file, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"선택한 텍스트를 파일에서 완전히 지우려면 <menuchoice><guimenu>편집</"
+"guimenu><guimenuitem>지우기</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:418(para)
+msgid ""
+"To insert the contents of the clipboard at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+"menuchoice>. You must cut or copy text before you can paste text into the "
+"file, either from gedit or another application."
+msgstr ""
+"클리보드의 내용을 커서 위치에 넣으려면 <menuchoice><guimenu>편집</"
+"guimenu><guimenuitem>붙여 넣기</guimenuitem></menuchoice>를 선택하십시오. 붙"
+"여 넣기 전에, gedit나 다른 응용 프로그램에서 텍스트를 잘라내거나 복사해야 합"
+"니다."
+
+#: C/gedit.xml:420(para)
+msgid ""
+"To select all of the text in a file, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Select All</guimenuitem></menuchoice>."
+msgstr ""
+"파일의 텍스트를 모두 선택하려면, <menuchoice><guimenu>편집</"
+"guimenu><guimenuitem>모두 선택</guimenuitem></menuchoice>을 선택하십시오."
+
+#: C/gedit.xml:426(title)
+msgid "Undoing and Redoing Changes"
+msgstr "편집한 내용을 취소하거나 다시 실행하려면"
+
+#: C/gedit.xml:427(para)
+msgid ""
+"To undo a change you have made, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To reverse this "
+"action, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</"
+"guimenuitem></menuchoice>."
+msgstr "편집한 사항을 실행 취소하려면, <menuchoice><guimenu>편집</guimenu><guimenuitem>실행 취소</guimenuitem></menuchoice>를 선택하십시오. 이 동작을 되돌리려면, <menuchoice><guimenu>편집</guimenu><guimenuitem>다시 실행</guimenuitem></menuchoice>을 선택하십시오."
+
+#: C/gedit.xml:432(title)
+msgid "Finding and Replacing"
+msgstr "찾기 및 바꾸기"
+
+#: C/gedit.xml:434(para)
+msgid ""
+"In <application>gedit</application>, there are two ways of searching for "
+"text. You can use the <guilabel>Find</guilabel> dialog to search for a "
+"specific piece of text, or <guilabel>Incremental Search</guilabel> to "
+"highlight matching text as you type it."
+msgstr ""
+"<application>gedit</application>에서 텍스트를 찾는 방법은 두 가지가 있습니"
+"다. <guilabel>찾기</guilabel> 대화 창을 사용해 특정 텍스트를 찾아 볼 수 있"
+"고, <guilabel>바로 찾기</guilabel>를 사용해 입력하는 텍스트에 맞는 글자를 강"
+"조할 수 있습니다."
+
+#: C/gedit.xml:439(title)
+msgid "Finding Text"
+msgstr "텍스트 찾기"
+
+#: C/gedit.xml:440(para)
+msgid "To search a file for a string of text, perform the following steps:"
+msgstr "파일에서 텍스트 문자열을 찾으려면, 다음 순서대로 하십시오:"
+
+#: C/gedit.xml:442(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</guimenuitem></"
+"menuchoice> to display the <guilabel>Find</guilabel> dialog."
+msgstr ""
+"<menuchoice><guimenu>찾기</guimenu><guimenuitem>찾기</guimenuitem></"
+"menuchoice>를 선택하십시오. <guilabel>찾기</guilabel> 대화 상자를 표시합니다."
+
+#: C/gedit.xml:444(para)
+msgid ""
+"Type the string that you want to find in the <guilabel>Search for</guilabel> "
+"field. You can include special characters such as a new line or tab: see "
+"<xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"찾으려는 문자열을 <guilabel>찾을 문자열</guilabel> 입력란에 입력하십시오. 줄"
+"바꿈이나 탭 문자같은 특수 문자를 넣을 수도 있습니다. <xref linkend=\"gedit-"
+"find-escapes\"/> 부분을 참고하십시오."
+
+#: C/gedit.xml:446(para)
+msgid ""
+"Click <guibutton>Find</guibutton> to search the file for the first "
+"occurrence of the string after your current cursor position. If "
+"<application>gedit</application> finds the string, the application selects "
+"first occurrence of the string. Other occurrences of the string are "
+"highlighted."
+msgstr ""
+"<guibutton>찾기</guibutton>를 눌러 파일에서 현재 커서 위치 뒤로 그 스트링이 "
+"첫번째로 나오는 위치를 찾습니다. 그 문자열을 찾고, 첫번째로 나오는 문자열을 "
+"선택합니다. 그 외에 그 문자열이 있으면 강조합니다."
+
+#: C/gedit.xml:448(para)
+msgid ""
+"To find the next occurrence of the string, click <guibutton>Find</guibutton> "
+"or choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</"
+"guimenuitem></menuchoice>. To find the previous occurrence of the text, "
+"choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Previous</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"그 다음에 있는 문자열을 찾으려면, <guibutton>찾기</guibutton>를 누르거나 "
+"<menuchoice><guimenu>찾기</guimenu><guimenuitem>다음 찾기</guimenuitem></"
+"menuchoice>를 선택하십시오. 그 이전에 있는 문자열을 찾으려면, "
+"<menuchoice><guimenu>찾기</guimenu><guimenuitem>이전 찾기</guimenuitem></"
+"menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:451(para)
+msgid ""
+"After you have closed the <guilabel>Find</guilabel> dialog, you can still "
+"move the selection to other occurrences of the text by choosing "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</guimenuitem></"
+"menuchoice> and <menuchoice><guimenu>Search</guimenu><guimenuitem>Find "
+"Previous</guimenuitem></menuchoice>."
+msgstr ""
+"<guilabel>찾기</guilabel> 대화 창을 닫은 다음에도, <menuchoice><guimenu>찾기"
+"</guimenu><guimenuitem>다음 찾기</guimenuitem></menuchoice> 및 "
+"<menuchoice><guimenu>찾기</guimenu><guimenuitem>이전 찾기</guimenuitem></"
+"menuchoice>를 선택해서 다른 곳에 있는 같은 텍스트를 선택할 수 있습니다."
+
+#: C/gedit.xml:452(para)
+msgid ""
+"To remove the highlighting from the text, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Clear Highlight</"
+"guimenuitem></menuchoice>."
+msgstr "텍스트의 강조를 지우려면, <menuchoice><guimenu>찾기</guimenu><guimenuitem>강조 지우기</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:456(title)
+msgid "Incremental Search"
+msgstr "바로 찾기"
+
+#: C/gedit.xml:458(para)
+msgid ""
+"Incremental search highlights matching text in the document as you type it "
+"letter by letter. (This is similar to the search feature in several web "
+"browsers.)"
+msgstr ""
+"바로 찾기에서는 한 글자를 입력할 때마다 문서에 그에 해당하는 텍스트를 강조합"
+"니다. (이 기능은 몇 가지 웹 브라우저의 찾기 기능과 비슷합니다.)"
+
+#: C/gedit.xml:459(para)
+msgid ""
+"To start an incremental search, choose <menuchoice><guimenu>Search</"
+"guimenu><guimenuitem>Incremental Search</guimenuitem></menuchoice>. The "
+"search box appears at the top of the display area."
+msgstr ""
+"바로 찾기를 시작하려면, <menuchoice><guimenu>찾기</guimenu><guimenuitem>바로 "
+"찾기</guimenuitem></menuchoice>를 선택하십시오. 찾기 입력란이 표시 영역 위에 "
+"나타납니다."
+
+#: C/gedit.xml:460(para)
+msgid ""
+"Begin typing, and text that matches will be highlighted in the document. The "
+"first instance after the cursor position is also selected."
+msgstr ""
+"입력을 시작하십시오. 그러면 문서 안에 해당하는 텍스트를 강조합니다. 또 커서 "
+"위치 다음에 처음으로 나오는 텍스트를 선택합니다."
+
+#: C/gedit.xml:461(para)
+msgid ""
+"To advance the selection to the next match while keeping the incremental "
+"search box open, press <keycombo><keycap>Ctrl</keycap><keycap>G</keycap></"
+"keycombo>. Press <keycombo><keycap>Ctrl</keycap><keycap>Shift</"
+"keycap><keycap>G</keycap></keycombo> to go back to the previous match."
+msgstr "바로 찾기 입력란이 열린 상태로, 다음 위치에 있는 텍스트로 선택을 옮기려면, <keycombo><keycap>Ctrl</keycap><keycap>G</keycap></keycombo> 키를 누르십시오. 이전 위치에 있는 텍스트로 돌아가려면 <keycombo><keycap>Ctrl</keycap><keycap>Shift</keycap><keycap>G</keycap></keycombo> 키를 누르십시오."
+
+#: C/gedit.xml:462(para)
+msgid ""
+"You can also use the up and down arrow keys or the mouse wheel to move the "
+"selection between matches."
+msgstr ""
+"위 아래 화살표 키를 사용하거나 마우스 휠을 사용해서 일치하는 문자열의 선택을 "
+"옮길 수도 있습니다."
+
+#: C/gedit.xml:467(title)
+msgid "Replacing Text"
+msgstr "텍스트 바꾸기"
+
+#: C/gedit.xml:469(para)
+msgid ""
+"To search a file for a string, and replace the string with an alternative "
+"string, perform the following steps:"
+msgstr ""
+"파일에서 문자열을 찾고 그 문자열을 다른 문자열로 바꾸려면, 다음 순서대로 하십"
+"시오:"
+
+#: C/gedit.xml:471(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</"
+"guimenuitem></menuchoice> to display the <guilabel>Replace</guilabel> dialog."
+msgstr ""
+"<menuchoice><guimenu>찾기</guimenu><guimenuitem>바꾸기</guimenuitem></"
+"menuchoice>를 선택하십시오. <guilabel>바꾸기</guilabel> 대화 창이 나타납니다."
+
+#: C/gedit.xml:473(para)
+msgid ""
+"Type the string that you want to find, in the <guilabel>Search for</"
+"guilabel> field. You can include special characters such as a new line or "
+"tab: see <xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"찾으려는 문자열을 <guilabel>찾을 문자열</guilabel> 입력란에 입력하십시오. 줄"
+"바꿈이나 탭 문자같은 특수 문자를 넣을 수도 있습니다. <xref linkend=\"gedit-"
+"find-escapes\"/> 부분을 참고하십시오."
+
+#: C/gedit.xml:474(para)
+msgid ""
+"Type the string that you want to use to replace the string that you find, in "
+"the <guilabel>Replace with</guilabel> field."
+msgstr ""
+"찾은 문자열을 바꿀 문자열을 <guilabel>바꿀 문자열</guilabel> 입력란에 입력하"
+"십시오."
+
+#: C/gedit.xml:478(para)
+msgid ""
+"To examine each occurrence of the string before replacing it, click "
+"<guibutton>Find</guibutton>. If <application>gedit</application> finds the "
+"string, the application selects the string. Click <guibutton>Replace</"
+"guibutton> to replace the selected occurrence of the string. To find the "
+"next occurrence of the string, click <guibutton>Find</guibutton> again."
+msgstr ""
+"바꾸기 전에 바꿀 문자열을 살펴보려면, <guibutton>찾기</guibutton>를 누르십시"
+"오. 그 문자열을 찾으면, 문자열이 선택됩니다. <guibutton>바꾸기</guibutton>를 "
+"누르면 선택한 문자열을 바꿉니다. 다음에 나오는 문자열을 찾아보려면 "
+"<guibutton>찾기</guibutton>를 다시 한번 누르십시오."
+
+#: C/gedit.xml:479(para)
+msgid ""
+"To replace all occurrences of the string throughout the document, click "
+"<guibutton>Replace All</guibutton>."
+msgstr "문서에 있는 그 문자열을 모두 바꾸려면 <guibutton>모두 바꾸기</guibutton>를 누르십시오."
+
+#: C/gedit.xml:484(title)
+msgid "Find and Replace Options"
+msgstr "찾기 및 바꾸기 옵션"
+
+#: C/gedit.xml:485(para)
+msgid ""
+"The <guilabel>Find</guilabel> dialog and the <guilabel>Replace</guilabel> "
+"dialog both have the following options:"
+msgstr ""
+"<guilabel>찾기</guilabel> 대화 창과 <guilabel>바꾸기</guilabel> 대화 창에는 "
+"모두 다음 옵션이 들어 있습니다:"
+
+#: C/gedit.xml:487(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you type. For example, "
+"with <guilabel>Match case</guilabel> selected, \"TEXT\" will not match \"text"
+"\"."
+msgstr ""
+"<guilabel>대소문자 일치</guilabel> 옵션을 선택하면 입력하는 텍스트의 대소문자"
+"가 일치하는 문자열만 찾습니다. 예를 들어 <guilabel>대소문자 일치</guilabel>"
+"를 선택하면, 대문자 \"TEXT\"는 소문자 \"text\"를 찾지 않습니다."
+
+#: C/gedit.xml:489(para)
+msgid ""
+"Select the <guilabel>Match entire word only</guilabel> option to only find "
+"occurrences of the string that match the entire words of the text that you "
+"type. For example, with <guilabel>Match entire word only</guilabel> "
+"selected, \"text\" will not match \"texture\"."
+msgstr ""
+"<guilabel>전체가 맞는 단어만</guilabel> 옵션을 사용하면 입력한 텍스트와 전체 "
+"단어가 맞는 문자열만 찾습니다. 예를 들어 <guilabel>전체가 맞는 단어만</"
+"guilabel> 옵션을 선택하면, \"text\"는 \"texture\"를 찾지 않습니다."
+
+#: C/gedit.xml:491(para)
+msgid ""
+"Select the <guilabel>Search backwards</guilabel> option to search backwards "
+"towards the beginning of the document."
+msgstr ""
+"<guilabel>뒤로 찾기</guilabel> 옵션을 선택하면 뒤 방향으로 문서의 처음까지 찾"
+"습니다."
+
+#: C/gedit.xml:493(para)
+msgid ""
+"Select the <guilabel>Wrap around</guilabel> option to search to one end of "
+"the document and then continue the search from the other end of the file."
+msgstr ""
+"<guilabel>끝까지 가면 처음부터</guilabel> 옵션을 선택하면 문서의 끝까지 찾았"
+"을 때 다시 파일의 반대쪽 끝에서부터 찾기를 계속합니다."
+
+#: C/gedit.xml:500(title)
+msgid "Special Characters"
+msgstr "특수 문자"
+
+#: C/gedit.xml:501(para)
+msgid ""
+"You can include the following escape sequences in the text to find or "
+"replace to represent special characters:"
+msgstr ""
+"찾기나 바꾸기를 할 때 다음 이스케이프 시퀀스를 이용해 특수 문자를 입력할 수 "
+"있습니다:"
+
+#: C/gedit.xml:504(literal)
+msgid "\\n"
+msgstr "\\n"
+
+#: C/gedit.xml:506(para)
+msgid "Specifies a new line."
+msgstr "줄바꿈을 나타냅니다."
+
+#: C/gedit.xml:510(literal)
+msgid "\\t"
+msgstr "\\t"
+
+#: C/gedit.xml:512(para)
+msgid "Specifies a tab character."
+msgstr "탭 문자를 나타냅니다."
+
+#: C/gedit.xml:516(literal)
+msgid "\\r"
+msgstr "\\r"
+
+#: C/gedit.xml:518(para)
+msgid "Specifies a carriage return."
+msgstr "캐리지 리턴을 나타냅니다."
+
+#: C/gedit.xml:526(title)
+msgid "Positioning the Cursor on a Specific Line"
+msgstr "커서를 특정 줄로 옮기기"
+
+#: C/gedit.xml:528(para)
+msgid ""
+"To position the cursor on a specific line in the current file, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</guimenuitem></"
+"menuchoice>. The line number box appears at the top of the display area."
+msgstr "현재 파일의 특정 줄로 커서를 옮기려면, <menuchoice><guimenu>찾기</guimenu><guimenuitem>줄로 이동</guimenuitem></menuchoice>을 선택하십시오. 줄 번호 입력 창이 표시 영역 위에 나타납니다."
+
+#: C/gedit.xml:529(para)
+msgid ""
+"Begin typing the number of the line that you want to move the cursor to and "
+"the document will scroll to the specified line."
+msgstr "커서를 옮기려는 줄 번호를 입력하면 문서를 지정한 줄로 스크롤합니다."
+
+#: C/gedit.xml:530(para)
+msgid ""
+"To dismiss the box and move the cursor to the specified line, press "
+"<keycap>Return</keycap>."
+msgstr "대화 상자를 닫고 커서를 지정한 줄로 옮기려면, <keycap>Return</keycap> 키를 누르십시오."
+
+#: C/gedit.xml:536(title)
+msgid "Printing"
+msgstr "인쇄하기"
+
+#: C/gedit.xml:540(title)
+msgid "Setting the Page Options"
+msgstr "페이지 옵션 설정하기"
+
+#: C/gedit.xml:542(para)
+msgid ""
+"To set the page options, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Page Setup</guimenuitem></menuchoice> to display the "
+"<guilabel>Page Setup</guilabel> dialog."
+msgstr ""
+"페이지 옵션을 설정하려면, <menuchoice><guimenu>파일</guimenu><guimenuitem>페"
+"이지 설정</guimenuitem></menuchoice>을 선택하십시오. <guilabel>페이지 설정</"
+"guilabel> 대화 창이 나타납니다."
+
+#: C/gedit.xml:544(para)
+msgid ""
+"The <guilabel>Page Setup</guilabel> dialog enables you to specify the "
+"following print options:"
+msgstr ""
+"<guilabel>페이지 설정</guilabel> 대화 창에서 다음 인쇄 옵션을 지정할 수 있습"
+"니다:"
+
+#: C/gedit.xml:547(title)
+msgid "General Tabbed Section"
+msgstr "일반 탭 섹션"
+
+#: C/gedit.xml:549(guilabel)
+msgid "Print syntax highlighting"
+msgstr "구문 강조 인쇄"
+
+#: C/gedit.xml:551(para)
+msgid ""
+"Select this option to print syntax highlighting. For more information about "
+"syntax highlighting, see <xref linkend=\"gedit-set-highlightmode\"/>."
+msgstr ""
+"이 옵션을 선택하면 구문 강조를 인쇄합니다. 구문 강조에 대해 좀 더 알고 싶으시"
+"면, <xref linkend=\"gedit-set-highlightmode\"/> 부분을 참고하십시오."
+
+#: C/gedit.xml:554(guilabel)
+msgid "Print page headers"
+msgstr "글머리 인쇄"
+
+#: C/gedit.xml:556(para)
+msgid ""
+"Select this option to include a header on each page that you print. You "
+"cannot configure the header."
+msgstr ""
+"이 옵션을 선택하면 인쇄하는 페이지마다 글머리를 붙입니다. 글머리 내용을 설정"
+"할 수는 없습니다."
+
+#: C/gedit.xml:559(guilabel) C/gedit.xml:1162(guilabel)
+msgid "Line Numbers"
+msgstr "줄 번호"
+
+#: C/gedit.xml:562(para)
+msgid ""
+"Select the <guilabel>Print line numbers</guilabel> option to include line "
+"numbers when you print a file."
+msgstr ""
+"<guilabel>줄 번호 인쇄</guilabel> 옵션을 선택하면 파일을 인쇄할 때 줄 번호를 "
+"붙입니다."
+
+#: C/gedit.xml:563(para)
+msgid ""
+"Use the <guilabel>Number every ... lines </guilabel> spin box to specify how "
+"often to print the line numbers, for example every 5 lines, every 10 lines, "
+"and so on."
+msgstr ""
+"<guilabel>다음 줄마다 줄 번호: ... 줄</guilabel> 스핀 상자로 몇 줄마다 줄 번"
+"호를 인쇄할 지 지정합니다. 예를 들어 5줄 마다 할 수도 있고, 10줄 마다 할 수"
+"도 있고, ... 식으로 할 수 있습니다."
+
+#: C/gedit.xml:566(guilabel) C/gedit.xml:1155(guilabel) C/gedit.xml:1770(para)
+msgid "Text Wrapping"
+msgstr "텍스트 줄 바꿈"
+
+#: C/gedit.xml:568(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to wrap text "
+"onto the next line, at a character level, when you print a file. The "
+"application counts wrapped lines as one line for line numbering purposes."
+msgstr ""
+"<guilabel>줄 바꿈 사용</guilabel> 옵션을 선택하면, 파일을 인쇄할 때 긴 줄을 "
+"문자 단위로 다음 줄로 바꿉니다. 줄 번호를 지정할 때는 이렇게 넘어가서 바뀐 "
+"긴 줄은 한 줄로 취급합니다."
+
+#: C/gedit.xml:570(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"wrap text onto the next line, at a word level, when you print a file."
+msgstr ""
+"<guilabel>단어를 여러 줄로 나누지 않기</guilabel> 옵션을 선택하면, 파일을 인"
+"쇄할 때 긴 줄을 단어 단위로 다음 줄로 바꿉니다."
+
+#: C/gedit.xml:578(title)
+msgid "Fonts"
+msgstr "글꼴"
+
+#: C/gedit.xml:580(guilabel)
+msgid "Body"
+msgstr "본문"
+
+#: C/gedit.xml:582(para)
+msgid ""
+"Click on this button to select the font to use to print the body text of a "
+"file."
+msgstr "파일의 본문을 인쇄할 때 사용할 글꼴을 지정하려면 이 단추를 누르십시오."
+
+#: C/gedit.xml:585(guilabel)
+msgid "Line numbers"
+msgstr "줄 번호"
+
+#: C/gedit.xml:588(para)
+msgid "Click on this button to select the font to use to print line numbers."
+msgstr "줄 번호를 인쇄할 때 사용할 글꼴을 지정하려면 이 단추를 누르십시오."
+
+#: C/gedit.xml:591(guilabel)
+msgid "Headers and footers"
+msgstr "글머리 및 글꼬리"
+
+#: C/gedit.xml:593(para)
+msgid ""
+"Click on this button to select the font to use to print the headers and "
+"footers in a file."
+msgstr ""
+"파일의 글머리 및 글꼬리를 인쇄할 때 사용할 글꼴을 지정하려면 이 단추를 누르십"
+"시오."
+
+#: C/gedit.xml:597(para)
+msgid ""
+"To reset the fonts to the default fonts for printing a file from "
+"<application>gedit</application>, click <guibutton>Restore Default Fonts</"
+"guibutton>."
+msgstr ""
+"파일 인쇄할 때 사용할 글꼴을 기본값 글꼴로 리셋하려면, <guibutton>기본 글꼴"
+"로 되돌리기</guibutton>를 누르십시오."
+
+#: C/gedit.xml:604(title)
+msgid "Printing a Document"
+msgstr "문서 인쇄하기"
+
+#: C/gedit.xml:605(para)
+msgid ""
+"You can use <application>gedit</application> to perform the following print "
+"operations:"
+msgstr ""
+"<application>gedit</application>을 사용해 다음 인쇄 작업을 할 수 있습니다:"
+
+#: C/gedit.xml:607(para)
+msgid "Print a document to a printer."
+msgstr "문서를 프린터로 인쇄합니다."
+
+#: C/gedit.xml:609(para)
+msgid "Print the output of the print command to a file."
+msgstr "인쇄 명령의 결과를 파일로 인쇄합니다."
+
+#: C/gedit.xml:612(para)
+msgid ""
+"If you print to a file, <application>gedit</application> sends the output of "
+"the file to a pre-press format file. The most common pre-press formats are "
+"PostScript and Portable Document Format (PDF)."
+msgstr ""
+"파일로 인쇄하는 경우 파일의 출력물을 인쇄용 파일 형식의 파일로 만듭니다. 가"
+"장 일반적인 인쇄용 파일 형식은 PostScript와 PDF(Portable Document Format)입"
+"니다."
+
+#: C/gedit.xml:614(para)
+msgid ""
+"To preview the pages that you want to print, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"인쇄하려는 페이지를 미리 보려면 <menuchoice><guimenu>파일</"
+"guimenu><guimenuitem>인쇄 미리 보기</guimenuitem></menuchoice>를 선택하십시"
+"오."
+
+#: C/gedit.xml:616(para)
+msgid ""
+"To print the current file to a printer or a file, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></"
+"menuchoice> to display the <guilabel>Print</guilabel> dialog."
+msgstr ""
+"현재 파일을 프린터나 파일로 인쇄하려면 <menuchoice><guimenu>파일</"
+"guimenu><guimenuitem>인쇄</guimenuitem></menuchoice>를 선택하십시오. "
+"<guilabel>인쇄</guilabel> 대화 상자가 나타납니다."
+
+#: C/gedit.xml:618(para)
+msgid ""
+"The <guilabel>Print</guilabel> dialog enables you to specify the following "
+"print options:"
+msgstr ""
+"<guilabel>인쇄</guilabel> 대화 상자에서 다음 인쇄 옵션을 지정할 수 있습니다:"
+
+#: C/gedit.xml:621(title)
+msgid "Job Tabbed Section"
+msgstr "작업 탭 섹션"
+
+#: C/gedit.xml:623(guilabel)
+msgid "Print range"
+msgstr "인쇄 범위"
+
+#: C/gedit.xml:625(para)
+msgid ""
+"Select one of the following options to determine how many pages to print:"
+msgstr "다음 옵션 중 하나로 인쇄할 페이지 수를 지정합니다:"
+
+#: C/gedit.xml:628(guilabel)
+msgid "All"
+msgstr "모두"
+
+#: C/gedit.xml:629(para)
+msgid "Select this option to print all of the pages in the file."
+msgstr "파일의 모든 페이지를 인쇄하려면 이 옵션을 선택하십시오."
+
+#: C/gedit.xml:632(guilabel)
+msgid "Lines"
+msgstr "줄"
+
+#: C/gedit.xml:633(para)
+msgid ""
+"Select this option to print the specified lines only. Use the "
+"<guilabel>From</guilabel> and <guilabel>To</guilabel> spin boxes to specify "
+"the line range."
+msgstr ""
+"지정한 줄만 인쇄하려면 이 옵션을 선택하십시오. <guilabel>시작</guilabel>과 "
+"<guilabel>끝</guilabel> 스핀 상자에서 줄 범위를 지정하십시오."
+
+#: C/gedit.xml:636(guilabel)
+msgid "Selection"
+msgstr "선택"
+
+#: C/gedit.xml:637(para)
+msgid ""
+"Select this option to print the selected text only. This option is only "
+"available if you select text."
+msgstr ""
+"선택된 텍스트만 인쇄하려면 이 옵션을 선택하십시오. 이 옵션은 선택한 텍스트가 "
+"있는 경우에만 사용할 수 있습니다."
+
+#: C/gedit.xml:643(guilabel)
+msgid "Copies"
+msgstr "매수"
+
+#: C/gedit.xml:645(para)
+msgid ""
+"Use the <guilabel>Number of copies</guilabel> spin box to specify the number "
+"of copies of the file that you want to print."
+msgstr ""
+"<guilabel>인쇄 매수</guilabel> 스핀 상자를 사용해 파일을 몇 매 인쇄할 지 지정"
+"합니다."
+
+#: C/gedit.xml:646(para)
+msgid ""
+"If you print multiple copies of the file, select the <guilabel>Collate</"
+"guilabel> option to collate the printed copies."
+msgstr ""
+"파일을 여러 매 인쇄하는 경우, <guilabel>순서 맞추기</guilabel> 옵션으로 인쇄"
+"물의 순서를 맞출 수 있습니다."
+
+#: C/gedit.xml:653(title)
+msgid "Printer Tabbed Section"
+msgstr "프린터 탭 섹션"
+
+#: C/gedit.xml:655(guilabel)
+msgid "Printer"
+msgstr "프린터"
+
+#: C/gedit.xml:657(para)
+msgid ""
+"Use this drop-down list to select the printer to which you want to print the "
+"file."
+msgstr "이 드롭다운 목록에서 파일을 어떤 프린터로 인쇄할 지 선택하십시오."
+
+#: C/gedit.xml:660(guilabel)
+msgid "Settings"
+msgstr "설정"
+
+#: C/gedit.xml:662(para)
+msgid "Use this drop-down list to select the printer settings."
+msgstr "이 드롭다운 목록에서 프린터 설정을 지정하십시오."
+
+#: C/gedit.xml:664(para)
+msgid ""
+"To configure the printer, click <guibutton>Configure</guibutton>. For "
+"example, you can enable or disable duplex printing, or schedule delayed "
+"printing, if this functionality is supported by the printer."
+msgstr ""
+"프린터를 설정하려면, <guibutton>설정</guibutton>을 누르십시오. 예를 들어 프린"
+"터가 지원하는 기능에 따라서 양면 인쇄 사용 여부를 설정할 수도 있고, 일정 시"
+"간 뒤에 인쇄를 할 수도 있습니다."
+
+#: C/gedit.xml:668(guilabel)
+msgid "Location"
+msgstr "위치"
+
+#: C/gedit.xml:670(para)
+msgid ""
+"Use this drop-down list to select one of the following print destinations:"
+msgstr "이 드롭다운 목록에서 다음 인쇄 대상 중의 하나를 선택하십시오:"
+
+#: C/gedit.xml:675(guilabel)
+msgid "CUPS"
+msgstr "CUPS"
+
+#: C/gedit.xml:677(para)
+msgid "Print the file to a CUPS printer."
+msgstr "파일을 CUPS 프린터로 인쇄합니다."
+
+#: C/gedit.xml:681(para)
+msgid ""
+"If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is the "
+"only entry in this drop-down list."
+msgstr ""
+"선택한 프린터가 CUPS 프린터인 경우, 이 드롭다운 목록에는 <guilabel>CUPS</"
+"guilabel>만 들어 있습니다."
+
+#: C/gedit.xml:688(guilabel)
+msgid "lpr"
+msgstr "lpr"
+
+#: C/gedit.xml:690(para)
+msgid "Print the file to a printer."
+msgstr "파일을 프린터로 인쇄합니다."
+
+#: C/gedit.xml:696(guilabel)
+msgid "File"
+msgstr "파일"
+
+#: C/gedit.xml:698(para)
+msgid "Print the file to a PostScript file."
+msgstr "파일을 PostScript 파일로 인쇄합니다."
+
+#: C/gedit.xml:701(para)
+msgid ""
+"Click <guibutton>Save As</guibutton> to display a dialog where you specify "
+"the name and location of the PostScript file."
+msgstr ""
+"<guibutton>다른 이름으로 저장</guibutton>을 누르면 PostScript 파일의 경로와 "
+"이름을 지정하는 대화 창이 나타납니다."
+
+#: C/gedit.xml:707(guilabel)
+msgid "Custom"
+msgstr "사용자 지정"
+
+#: C/gedit.xml:709(para)
+msgid "Use the specified command to print the file."
+msgstr "지정한 명령어를 이용해 파일을 인쇄합니다."
+
+#: C/gedit.xml:712(para)
+msgid ""
+"Type the name of the command in the text box. Include all command-line "
+"arguments."
+msgstr ""
+"텍스트 입력란에서 명령어의 이름을 입력하십시오. 명령행 인자를 모두 입력하십시"
+"오."
+
+#: C/gedit.xml:720(guilabel)
+msgid "State"
+msgstr "상태"
+
+#: C/gedit.xml:722(para) C/gedit.xml:728(para) C/gedit.xml:734(para)
+msgid "This functionality is not supported in this version of gedit."
+msgstr "이 기능은 이 버전의 gedit가 지원하지 않습니다."
+
+#: C/gedit.xml:726(guilabel)
+msgid "Type"
+msgstr "형식"
+
+#: C/gedit.xml:732(guilabel)
+msgid "Comment"
+msgstr "설명"
+
+#: C/gedit.xml:742(title)
+msgid "Paper Tabbed Section"
+msgstr "용지 탭 섹션"
+
+#: C/gedit.xml:744(guilabel)
+msgid "Paper size"
+msgstr "용지 크기"
+
+#: C/gedit.xml:746(para)
+msgid ""
+"Use this drop-down list to select the size of the paper to which you want to "
+"print the file."
+msgstr "이 드롭다운 목록을 사용해 파일을 인쇄할 용지의 크기를 선택하십시오."
+
+#: C/gedit.xml:749(guilabel)
+msgid "Width"
+msgstr "너비"
+
+#: C/gedit.xml:751(para)
+msgid ""
+"Use this spin box to specify the width of the paper. Use the adjacent drop-"
+"down list to change the measurement unit."
+msgstr ""
+"이 스핀 상자를 사용해 용지 너비를 지정하십시오. 옆에 있는 드롭다운 목록으로 "
+"크기의 단위를 바꿀 수 있습니다."
+
+#: C/gedit.xml:754(guilabel)
+msgid "Height"
+msgstr "높이"
+
+#: C/gedit.xml:756(para)
+msgid "Use this spin box to specify the height of the paper."
+msgstr "이 스핀 상자를 사용해 용지의 높이를 지정하십시오."
+
+#: C/gedit.xml:759(guilabel)
+msgid "Feed orientation"
+msgstr "용지 보급 방향"
+
+#: C/gedit.xml:761(para)
+msgid ""
+"Use this drop-down list to select the orientation of the paper in the "
+"printer."
+msgstr "이 드롭다운 목록을 사용해 프린터의 용지 방향을 선택합니다."
+
+#: C/gedit.xml:764(guilabel)
+msgid "Page orientation"
+msgstr "페이지 방향"
+
+#: C/gedit.xml:766(para)
+msgid "Use this drop-down list to select the page orientation."
+msgstr "이 드롭다운 목록을 사용해 페이지 방향을 선택하십시오."
+
+#: C/gedit.xml:769(guilabel)
+msgid "Layout"
+msgstr "배치"
+
+#: C/gedit.xml:771(para)
+msgid ""
+"Use this drop-down list to select the page layout. A preview of each layout "
+"that you select is displayed in the <guilabel>Preview</guilabel> area."
+msgstr ""
+"이 드롭다운 목록을 사용해 페이지 레이아웃을 선택하십시오. 선택한 각 레이아웃"
+"의 미리 보기를 <guilabel>미리 보기</guilabel> 영역에 표시합니다."
+
+#: C/gedit.xml:774(guilabel)
+msgid "Paper tray"
+msgstr "용지 트레이"
+
+#: C/gedit.xml:776(para)
+msgid "Use this drop-down list to select the paper tray."
+msgstr "이 드롭다운 목록을 사용해 용지 트레이를 선택하십시오."
+
+#: C/gedit.xml:787(title)
+msgid "Programming Features"
+msgstr "프로그래밍 기능"
+
+#: C/gedit.xml:789(para)
+msgid ""
+"Several of <application>gedit</application>'s features for programming are "
+"provided with plugins. For example, the Tag List plugin provides a list of "
+"commonly-used tags for different markup languages: see <xref linkend=\"gedit-"
+"tag-list-plugin\"/>."
+msgstr ""
+"<application>gedit</application>의 프로그래밍을 위한 몇 가지 기능이 플러그인"
+"에 들어 있습니다. 예를 들어 태그 목록 플러그인에는 여러가지 마크업 언어에서 "
+"많이 사용하는 태그 목록이 들어 있습니다. <xref linkend=\"gedit-tag-list-"
+"plugin\"/> 부분을 참고하십시오."
+
+#: C/gedit.xml:793(title)
+msgid "Syntax Highlighting"
+msgstr "구문 강조"
+
+#: C/gedit.xml:794(para)
+msgid ""
+"Syntax highlighting makes source code easier to read by showing different "
+"parts of the text in different colors."
+msgstr ""
+"구문 강조를 사용하면 텍스트를 각 부분마다 다른 색으로 표시해서 소스 코드를 읽"
+"기 쉽게 만듭니다."
+
+#: C/gedit.xml:796(para)
+msgid ""
+"<application>gedit</application> chooses an appropriate syntax highlighting "
+"mode based on a document's type. To override the syntax highlighting mode, "
+"choose <menuchoice><guimenu>View</guimenu><guimenuitem>Highlight Mode</"
+"guimenuitem></menuchoice>, then choose one of the following menu items:"
+msgstr ""
+"문서의 형식에 따라 거기에 맞는 구문 강조 모드를 자동으로 선택합니다. 구문 강"
+"조 모드를 강제로 바꾸려면, <menuchoice><guimenu>보기</guimenu><guimenuitem>강"
+"조 모드</guimenuitem></menuchoice>를 선택해, 다음 메뉴 항목 중의 하나를 고르"
+"십시오:"
+
+# FIXME: "None" in the program
+#: C/gedit.xml:799(guimenuitem)
+msgid "Normal"
+msgstr "보통"
+
+#: C/gedit.xml:801(para)
+msgid "Do not display any syntax highlighting."
+msgstr "구문 강조를 표시하지 않습니다."
+
+#: C/gedit.xml:805(guisubmenu)
+msgid "Sources"
+msgstr "소스"
+
+#: C/gedit.xml:807(para)
+msgid ""
+"Display syntax highlighting to edit source code. Use the "
+"<guisubmenu>Sources</guisubmenu> submenu to select the source code type."
+msgstr ""
+"소스 코드를 편집할 때 구문 강조를 표시합니다. <guisubmenu>소스</guisubmenu> "
+"서브메뉴에서 소스 코드의 종류를 선택하십시오."
+
+#: C/gedit.xml:811(guisubmenu)
+msgid "Markup"
+msgstr "마크업"
+
+#: C/gedit.xml:813(para)
+msgid ""
+"Display syntax highlighting to edit markup code. Use the <guisubmenu>Markup</"
+"guisubmenu> submenu to select the markup code type."
+msgstr ""
+"마크업 코드를 편집할 때 구문 강조를 표시합니다. <guisubmenu>마크업</"
+"guisubmenu> 서브메뉴에서 마크어 코드의 종류를 선택하십시오."
+
+#: C/gedit.xml:817(guisubmenu)
+msgid "Scripts"
+msgstr "스크립트"
+
+#: C/gedit.xml:819(para)
+msgid ""
+"Display syntax highlighting to edit script code. Use the "
+"<guisubmenu>Scripts</guisubmenu> submenu to select the script code type."
+msgstr ""
+"스크립트 코드를 편집할 때 구문 강조를 표시합니다. <guisubmenu>스크립트</"
+"guisubmenu> 서브메뉴에서 스크립트 코드의 종류를 선택하십시오."
+
+#: C/gedit.xml:823(guisubmenu)
+msgid "Others"
+msgstr "기타"
+
+#: C/gedit.xml:825(para)
+msgid ""
+"Display syntax highlighting to edit other types of code. Use the "
+"<guisubmenu>Others</guisubmenu> submenu to select the code type."
+msgstr ""
+"기타 형식의 코드를 편집할 때 구문 강조를 표시합니다. <guisubmenu>기타</"
+"guisubmenu> 서브메뉴에서 기타 코드의 종류를 선택하십시오."
+
+#: C/gedit.xml:829(para)
+msgid ""
+"For more information about how to configure syntax highlighting, see <xref "
+"linkend=\"gedit-prefs-syntax\"/>."
+msgstr ""
+"구문 분석을 설정하는 방법에 대해 좀 더 알고 싶으시면, <xref linkend=\"gedit-"
+"prefs-syntax\"/> 부분을 참고하십시오."
+
+#: C/gedit.xml:835(title)
+msgid "Piping the Output of a Command to a File"
+msgstr "명령어 출력을 파일로 돌려 넣기"
+
+#: C/gedit.xml:836(para)
+msgid ""
+"You can use <application>gedit</application> to pipe the output of a command "
+"to a text file. For example, to pipe the output of an <command>ls</command> "
+"command to a text file, type <command>ls | gedit</command>, then press "
+"<keycap>Return</keycap>."
+msgstr "<application>gedit</application>를 사용해 어떤 명령어의 출력을 텍스트 파일로 돌려 넣을 수 있습니다. 예를 들어 <command>ls</command> 명령의 출력을 텍스트 파일로 돌려 넣으려면, <command>ls | gedit</command>라고 입력하고 <keycap>Return</keycap> 키를 누르십시오."
+
+#: C/gedit.xml:837(para)
+msgid ""
+"The output of the <command>ls</command> command is displayed in a new text "
+"file in the <application>gedit</application> window."
+msgstr ""
+"<application>gedit</application> 창에서 <command>ls</command> 명령의 출력을 "
+"새 텍스트 파일로 표시합니다."
+
+#: C/gedit.xml:838(para)
+msgid ""
+"Alternatively, you can use the <application>External tools</application> "
+"plugin to pipe command output to the current file."
+msgstr ""
+"다른 방법으로, <application>외부 도구</application> 플러그인을 사용해 명령어 "
+"출력을 현재 파일로 돌려 넣을 수 있습니다."
+
+#: C/gedit.xml:844(title)
+msgid "Shortcut Keys"
+msgstr "바로 가기 키"
+
+#: C/gedit.xml:845(para)
+msgid ""
+"Use shortcut keys to perform common tasks more quickly than with the mouse "
+"and menus. The following tables list all of <application>gedit</"
+"application>'s shortcut keys."
+msgstr ""
+"바로 가기 키를 사용하면 마우스나 메뉴보다 더 빠르게 많이 사용하는 작업을 할 "
+"수 있습니다. 다음 표에 <application>gedit</application>의 모든 바로 가기 키"
+"의 목록이 있습니다."
+
+#: C/gedit.xml:846(para)
+msgid ""
+"For more on shortcut keys, see the <ulink type=\"help\" url=\"ghelp:user-"
+"guide?keyboard-skills\">Desktop User Guide</ulink>."
+msgstr ""
+"바로 가기 키에 대해 좀 더 알고 싶으시면, <ulink type=\"help\" url=\"ghelp:"
+"user-guide?keyboard-skills\">데스크탑 사용자 안내서</ulink>를 참고하십시오."
+
+#. ============= Tabs ========================
+#: C/gedit.xml:849(bridgehead) C/gedit.xml:1193(guilabel)
+msgid "Tabs"
+msgstr "탭"
+
+#: C/gedit.xml:850(para)
+msgid "Shortcuts for tabs:"
+msgstr "탭 관련 바로 가기:"
+
+#: C/gedit.xml:858(para) C/gedit.xml:902(para) C/gedit.xml:958(para)
+#: C/gedit.xml:1002(para) C/gedit.xml:1030(para) C/gedit.xml:1077(para)
+#: C/gedit.xml:1120(para)
+msgid "Shortcut Key"
+msgstr "바로 가기 키"
+
+#: C/gedit.xml:860(para) C/gedit.xml:904(para) C/gedit.xml:960(para)
+#: C/gedit.xml:1004(para) C/gedit.xml:1032(para) C/gedit.xml:1079(para)
+#: C/gedit.xml:1122(para)
+msgid "Command"
+msgstr "명령"
+
+#: C/gedit.xml:865(para) C/gedit.xml:869(para)
+msgid "Ctrl + Alt + PageDown"
+msgstr "Ctrl + Alt + PageDown"
+
+#: C/gedit.xml:866(para)
+msgid "Switches to the next tab to the left."
+msgstr "왼쪽 옆에 있는 탭으로 이동합니다."
+
+#: C/gedit.xml:870(para)
+msgid "Switches to the next tab to the right."
+msgstr "오른쪽 옆에 있는 탭으로 이동합니다."
+
+#: C/gedit.xml:873(para) C/gedit.xml:937(para)
+msgid "Ctrl + W"
+msgstr "Ctrl + W"
+
+#: C/gedit.xml:874(para)
+msgid "Close tab."
+msgstr "탭을 닫습니다."
+
+#: C/gedit.xml:877(para)
+msgid "Ctrl + Shift + L"
+msgstr "Ctrl + Shift + L"
+
+#: C/gedit.xml:878(para)
+msgid "Save all tabs."
+msgstr "모든 탭을 저장합니다."
+
+#: C/gedit.xml:881(para)
+msgid "Ctrl + Shift + W"
+msgstr "Ctrl + Shift + W"
+
+#: C/gedit.xml:882(para)
+msgid "Close all tabs."
+msgstr "모든 탭을 닫습니다."
+
+#: C/gedit.xml:885(para)
+msgid "Alt + n"
+msgstr "Alt + n"
+
+#: C/gedit.xml:886(para)
+msgid "Jump to nth tab."
+msgstr "n번째 탭으로 이동합니다."
+
+#. ============= Files ========================
+#: C/gedit.xml:893(bridgehead)
+msgid "Files"
+msgstr "파일"
+
+#: C/gedit.xml:894(para)
+msgid "Shortcuts for working with files:"
+msgstr "파일 작업 관련 바로 가기:"
+
+#: C/gedit.xml:909(para)
+msgid "Ctrl + N"
+msgstr "Ctrl + N"
+
+#: C/gedit.xml:910(para)
+msgid "Create a new document."
+msgstr "새 문서를 만듭니다."
+
+#: C/gedit.xml:913(para)
+msgid "Ctrl + O"
+msgstr "Ctrl + O"
+
+#: C/gedit.xml:914(para)
+msgid "Open a document."
+msgstr "문서를 엽니다."
+
+#: C/gedit.xml:917(para)
+msgid "Ctrl + L"
+msgstr "Ctrl + L"
+
+#: C/gedit.xml:918(para)
+msgid "Open a location."
+msgstr "위치를 엽니다."
+
+#: C/gedit.xml:921(para)
+msgid "Ctrl + S"
+msgstr "Ctrl + S"
+
+#: C/gedit.xml:922(para)
+msgid "Save the current document to disk."
+msgstr "현재 문서를 디스크에 저장합니다."
+
+#: C/gedit.xml:925(para)
+msgid "Ctrl + Shift + S"
+msgstr "Ctrl + Shift + S"
+
+#: C/gedit.xml:926(para)
+msgid "Save the current document with a new filename."
+msgstr "현재 문서를 다른 파일 이름으로 저장합니다."
+
+#: C/gedit.xml:929(para)
+msgid "Ctrl + P"
+msgstr "Ctrl + P"
+
+#: C/gedit.xml:930(para)
+msgid "Print the current document."
+msgstr "현재 문서를 인쇄합니다."
+
+#: C/gedit.xml:933(para)
+msgid "Ctrl + Shift + P"
+msgstr "Ctrl + Shift + P"
+
+#: C/gedit.xml:934(para)
+msgid "Print preview."
+msgstr "인쇄 미리 보기."
+
+#: C/gedit.xml:938(para)
+msgid "Close the current document."
+msgstr "현재 문서를 닫습니다."
+
+#: C/gedit.xml:941(para)
+msgid "Ctrl + Q"
+msgstr "Ctrl + Q"
+
+#: C/gedit.xml:942(para)
+msgid "Quit Gedit."
+msgstr "gedit를 끝냅니다."
+
+#. ============= Edit =======================
+#: C/gedit.xml:949(bridgehead) C/gedit.xml:1491(guimenu)
+#: C/gedit.xml:1497(guimenu) C/gedit.xml:1503(guimenu)
+#: C/gedit.xml:1509(guimenu)
+msgid "Edit"
+msgstr "편집"
+
+#: C/gedit.xml:950(para)
+msgid "Shortcuts for editing documents:"
+msgstr "문서 편집 관련 바로 가기:"
+
+#: C/gedit.xml:965(para)
+msgid "Ctrl + Z"
+msgstr "Ctrl + Z"
+
+#: C/gedit.xml:966(para)
+msgid "Undo the last action."
+msgstr "마지막 동작을 취소합니다."
+
+#: C/gedit.xml:969(para)
+msgid "Ctrl + Shift + Z"
+msgstr "Ctrl + Shift + Z"
+
+#: C/gedit.xml:970(para)
+msgid "Redo the last undone action ."
+msgstr "마지막 취소한 동작을 다시 실행합니다."
+
+#: C/gedit.xml:973(para)
+msgid "Ctrl + X"
+msgstr "Ctrl + X"
+
+#: C/gedit.xml:974(para)
+msgid "Cut the selected text or region and place it on the clipboard."
+msgstr "선택한 텍스트를 잘라 클립보드에 넣습니다."
+
+#: C/gedit.xml:977(para)
+msgid "Ctrl + C"
+msgstr "Ctrl + C"
+
+#: C/gedit.xml:978(para)
+msgid "Copy the selected text or region onto the clipboard."
+msgstr "선택한 텍스트를 복사해 클립보드에 넣습니다."
+
+#: C/gedit.xml:981(para)
+msgid "Ctrl + V"
+msgstr "Ctrl + V"
+
+#: C/gedit.xml:982(para)
+msgid "Paste the contents of the clipboard."
+msgstr "클립보드의 내용을 붙여 넣습니다."
+
+#: C/gedit.xml:985(para)
+msgid "Ctrl + A"
+msgstr "Ctrl + A"
+
+#: C/gedit.xml:986(para)
+msgid "Select all."
+msgstr "모두 선택합니다."
+
+#. ============= Panes =======================
+#: C/gedit.xml:993(bridgehead)
+msgid "Panes"
+msgstr "창 부분"
+
+#: C/gedit.xml:994(para)
+msgid "Shortcuts for showing and hiding panes:"
+msgstr "창 부분을 보이고 감추는 바로 가기:"
+
+#: C/gedit.xml:1009(para)
+msgid "F9"
+msgstr "F9"
+
+#: C/gedit.xml:1010(para)
+msgid "Show/hide the side pane."
+msgstr "가장자리 창을 보이고 감춥니다."
+
+#: C/gedit.xml:1013(para)
+msgid "Ctrl + F9"
+msgstr "Ctrl + F9"
+
+#: C/gedit.xml:1014(para)
+msgid "Show/hide the bottom pane."
+msgstr "아래 창을 보이고 감춥니다."
+
+#. ============= Search =======================
+#: C/gedit.xml:1021(bridgehead)
+msgid "Search"
+msgstr "찾기"
+
+#: C/gedit.xml:1022(para)
+msgid "Shortcuts for searching:"
+msgstr "찾기 관련 바로 가기:"
+
+#: C/gedit.xml:1037(para)
+msgid "Ctrl + F"
+msgstr "Ctrl + F"
+
+#: C/gedit.xml:1038(para)
+msgid "Find a string."
+msgstr "문자열을 찾습니다."
+
+#: C/gedit.xml:1041(para)
+msgid "Ctrl + G"
+msgstr "Ctrl + G"
+
+#: C/gedit.xml:1042(para)
+msgid "Find the next instance of the string."
+msgstr "다음에 나오는 그 문자열을 찾습니다."
+
+#: C/gedit.xml:1045(para)
+msgid "Ctrl + Shift + G"
+msgstr "Ctrl + Shift + G"
+
+#: C/gedit.xml:1046(para)
+msgid "Find the previous instance of the string."
+msgstr "이전에 나오는 그 문자열을 찾습니다."
+
+#: C/gedit.xml:1049(para)
+msgid "Ctrl + K"
+msgstr "Ctrl + K"
+
+#: C/gedit.xml:1050(para)
+msgid "Interactive search."
+msgstr "바로 찾기."
+
+#: C/gedit.xml:1053(para)
+msgid "Ctrl + H"
+msgstr "Ctrl + H"
+
+#: C/gedit.xml:1054(para)
+msgid "Search and replace."
+msgstr "찾기 및 바꾸기."
+
+#: C/gedit.xml:1057(para)
+msgid "Ctrl + Shift + K"
+msgstr "Ctrl + Shift + K"
+
+#: C/gedit.xml:1058(para)
+msgid "Clear highlight."
+msgstr "강조를 지웁니다."
+
+#: C/gedit.xml:1061(para)
+msgid "Ctrl + I"
+msgstr "Ctrl + I"
+
+#: C/gedit.xml:1062(para)
+msgid "Goto line."
+msgstr "줄로 이동합니다."
+
+#. ============= Tools =======================
+#: C/gedit.xml:1068(bridgehead)
+msgid "Tools"
+msgstr "도구"
+
+#: C/gedit.xml:1069(para)
+msgid "Shortcuts for tools:"
+msgstr "도구에 사용하는 바로 가기:"
+
+#: C/gedit.xml:1084(para)
+msgid "Shift + F7"
+msgstr "Shift + F7"
+
+#: C/gedit.xml:1085(para)
+msgid "Check spelling (with plugin)."
+msgstr "맞춤법을 검사합니다. (플러그인 사용)"
+
+#: C/gedit.xml:1088(para)
+msgid "Alt + F12"
+msgstr "Alt + F12"
+
+#: C/gedit.xml:1089(para)
+msgid "Remove trailing spaces (with plugin)."
+msgstr "뒤에 붙은 공백을 지웁니다. (플러그인 사용)"
+
+#: C/gedit.xml:1092(para)
+msgid "Ctrl + T"
+msgstr "Ctrl + T"
+
+#: C/gedit.xml:1093(para)
+msgid "Indent (with plugin)."
+msgstr "들여 씁니다. (플러그인 사용)"
+
+#: C/gedit.xml:1096(para)
+msgid "Ctrl + Shift + T"
+msgstr "Ctrl + Shift + T"
+
+#: C/gedit.xml:1097(para)
+msgid "Remove Indent (with plugin)."
+msgstr "들여 쓰기를 지웁니다. (플러그인 사용)"
+
+#: C/gedit.xml:1100(para)
+msgid "F8"
+msgstr "F8"
+
+#: C/gedit.xml:1101(para)
+msgid "Run \"make\" in current directory (with plugin)."
+msgstr "현재 디렉토리에서 \"make\"를 실행합니다. (플러그인 사용)"
+
+#: C/gedit.xml:1104(para)
+msgid "Ctrl + Shift + D"
+msgstr "Ctrl + Shift + D"
+
+#: C/gedit.xml:1105(para)
+msgid "Directory listing (with plugin)."
+msgstr "디렉토리 내용을 봅니다. (플러그인 사용)"
+
+#. ============= Help =======================
+#: C/gedit.xml:1111(bridgehead)
+msgid "Help"
+msgstr "도움말"
+
+#: C/gedit.xml:1112(para)
+msgid "Shortcuts for help:"
+msgstr "도움말에 사용하는 바로 가기:"
+
+#: C/gedit.xml:1127(para)
+msgid "F1"
+msgstr "F1"
+
+#: C/gedit.xml:1128(para)
+msgid "Open <application>gedit</application>'s user manual."
+msgstr "<application>gedit</application> 사용자 설명서를 엽니다."
+
+#: C/gedit.xml:1140(title)
+msgid "Preferences"
+msgstr "기본 설정"
+
+#: C/gedit.xml:1142(para)
+msgid ""
+"To configure <application>gedit</application>, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. The <guilabel>Preferences</guilabel> dialog contains the "
+"following categories:"
+msgstr ""
+"<application>gedit</application>를 설정하려면 <menuchoice><guimenu>편집</"
+"guimenu><guimenuitem>기본 설정</guimenuitem></menuchoice>을 선택하십시오. "
+"<guilabel>기본 설정</guilabel> 대화 상자에는 다음 분류가 들어 있습니다:"
+
+#: C/gedit.xml:1152(title)
+msgid "View Preferences"
+msgstr "보기 미리 설정"
+
+#: C/gedit.xml:1157(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to have long "
+"lines of text flow into paragraphs instead of running off the edge of the "
+"text window. This avoids having to scroll horizontally"
+msgstr ""
+"<guilabel>줄 바꿈 사용</guilabel> 옵션을 선택하면 긴 줄을 여러 한 문단으로 취"
+"급하고, 텍스트 창의 끝을 벗어나지 않도록 만듭니다. 이 기능을 사용하면 가로 방"
+"향으로 스크롤할 필요가 없어집니다."
+
+#: C/gedit.xml:1158(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"have the text wrapping option preserve whole words when flowing text to the "
+"next line. This makes text easier to read."
+msgstr ""
+"<guilabel>단어를 여러 줄로 나누지 않기</guilabel> 옵션을 선택하면 텍스트가 다"
+"음 줄로 넘어갈 때 단어 중간에서 줄을 바꾸지 않게 만듭니다. 이 기능을 사용하"
+"면 글을 읽기가 쉬워집니다."
+
+#: C/gedit.xml:1164(para)
+msgid ""
+"Select the <guilabel>Display line numbers</guilabel> option to display line "
+"numbers on the left side of the <application>gedit</application> window."
+msgstr ""
+"<guilabel>줄 번호 표시</guilabel> 옵션을 선택하면 <application>gedit</"
+"application> 창의 왼 쪽에 줄 번호를 표시합니다."
+
+#: C/gedit.xml:1168(guilabel)
+msgid "Current Line"
+msgstr "현재 줄"
+
+#: C/gedit.xml:1170(para)
+msgid ""
+"Select the <guilabel>Highlight current line</guilabel> option to highlight "
+"the line where the cursor is placed."
+msgstr "<guilabel>현재 줄 강조</guilabel> 옵션을 선택하면 커서가 있는 줄을 강조합니다."
+
+#: C/gedit.xml:1174(guilabel)
+msgid "Right Margin"
+msgstr "오른쪽 여백"
+
+#: C/gedit.xml:1176(para)
+msgid ""
+"Select the <guilabel>Display right margin</guilabel> option to display a "
+"vertical line that indicates the right margin."
+msgstr ""
+"<guilabel>오른쪽 여백 표시</guilabel> 옵션을 선택하면 오른쪽 여백을 나타내는 "
+"수직선을 표시합니다."
+
+#: C/gedit.xml:1177(para)
+msgid ""
+"Use the <guilabel>Right margin at column</guilabel> spin box to specify the "
+"location of the vertical line."
+msgstr ""
+"<guilabel>다음 열에 오른쪽 여백</guilabel> 스핀 상자에서 수직선의 위치를 지정"
+"하십시오."
+
+#: C/gedit.xml:1181(guilabel)
+msgid "Bracket Matching"
+msgstr "일치하는 괄호"
+
+#: C/gedit.xml:1183(para)
+msgid ""
+"Select the <guilabel>Highlight matching bracket</guilabel> option to "
+"highlight the corresponding bracket when the cursor is positioned on a "
+"bracket character."
+msgstr "<guilabel>일치하는 괄호 강조</guilabel> 옵션을 사용하면 커서가 괄호 문자 위에 있을 때 그 괄호와 대응하는 괄호를 강조합니다."
+
+#: C/gedit.xml:1191(title)
+msgid "Editor Preferences"
+msgstr "편집기 기본 설정"
+
+#: C/gedit.xml:1195(para)
+msgid ""
+"Use the <guilabel>Tab width</guilabel> spin box to specify the width of the "
+"space that <application> gedit</application> inserts when you press the "
+"<keycap>Tab</keycap> key."
+msgstr ""
+"<guilabel>탭 너비</guilabel> 스핀 상자를 사용해 <keycap>Tab</keycap> 키를 누"
+"를 때 넣을 공백의 너비를 지정하십시오."
+
+#: C/gedit.xml:1196(para)
+msgid ""
+"Select the <guilabel>Insert spaces instead of tabs</guilabel> option to "
+"specify that <application> gedit</application> inserts spaces instead of a "
+"tab character when you press the <keycap>Tab</keycap> key."
+msgstr ""
+"<guilabel>탭 대신 공백 넣기</guilabel> 옵션을 사용해 <keycap>Tab</keycap> 키"
+"를 눌렀을 때 탭 문자가 아니라 여러 개의 공백을 넣도록 지정합니다."
+
+#: C/gedit.xml:1199(guilabel)
+msgid "Auto Indentation"
+msgstr "자동 들여쓰기"
+
+#: C/gedit.xml:1200(para)
+msgid ""
+"Select the <guilabel>Enable auto indentation</guilabel> option to specify "
+"that the next line starts at the indentation level of the current line."
+msgstr ""
+"<guilabel>자동 들여 쓰기 사용</guilabel> 옵션을 선택해 다음 줄이 현재 줄의 들"
+"여 쓰기 위치에서 시작하도록 만듭니다."
+
+#: C/gedit.xml:1203(guilabel)
+msgid "File Saving"
+msgstr "저장 저장"
+
+#: C/gedit.xml:1205(para)
+msgid ""
+"Select the <guilabel>Create a backup copy of files before saving</guilabel> "
+"option to create a backup copy of a file each time you save the file. The "
+"backup copy of the file contains a ~ at the end of the filename."
+msgstr ""
+"<guilabel>저장하기 전에 백업 만들기</guilabel> 옵션을 선택하면 파일을 저장할 "
+"때마다 파일의 백업 복사본을 만듭니다. 파일의 백업 복사본에는 파일 이름 뒤에 ~"
+"가 하나 붙습니다."
+
+#: C/gedit.xml:1206(para)
+msgid ""
+"Select the <guilabel>Autosave files every ... minutes</guilabel> option to "
+"automatically save the current file at regular intervals. Use the spin box "
+"to specify how often you want to save the file."
+msgstr ""
+"<guilabel>현재 파일을 매 ... 분마다 저장</guilabel> 옵션을 선택하면 현재 파일"
+"을 일정 시간마다 자동으로 저장합니다. 스핀 상자로 얼마나 자주 파일을 저장할 "
+"지 지정합니다."
+
+#: C/gedit.xml:1213(title)
+msgid "Font &amp; Colors Preferences"
+msgstr "글꼴 및 색 기본 설정"
+
+#: C/gedit.xml:1215(guilabel)
+msgid "Font"
+msgstr "글꼴"
+
+#: C/gedit.xml:1217(para)
+msgid ""
+"Select the <guilabel>Use default theme font</guilabel> option to use the "
+"default system font for the text in the <application>gedit</application> "
+"text window."
+msgstr ""
+"<guilabel>기본 테마 색 사용</guilabel> 옵션을 선택하면 <application>gedit</"
+"application> 텍스트 창의 텍스트에 기본 시스템 글꼴을 사용합니다."
+
+#: C/gedit.xml:1218(para)
+msgid ""
+"The <guilabel>Editor font</guilabel> field displays the font that "
+"<application>gedit</application> uses to display text. Click on the button "
+"to specify the font type, style, and size to use for text."
+msgstr ""
+"<guilabel>편집기 글꼴</guilabel> 부분은 텍스트를 표시할 때 사용하는 글꼴을 표"
+"시합니다. 이 단추를 눌러 글꼴의 종류, 유형, 크기를 지정할 수 있습니다."
+
+#: C/gedit.xml:1221(guilabel)
+msgid "Colors"
+msgstr "색"
+
+#: C/gedit.xml:1223(para)
+msgid ""
+"Select the <guilabel>Use default theme colors</guilabel> option to use the "
+"default theme colors in the <application>gedit</application> text window."
+msgstr ""
+"<guilabel>기본 테마 색 사용</guilabel> 옵션을 선택하면 <application>gedit</"
+"application> 텍스트 창에서 기본 테마 색을 사용합니다."
+
+#: C/gedit.xml:1224(para)
+msgid ""
+"Click on the <guibutton>Normal text color</guibutton> color button to "
+"display the color selector dialog. Select a color to use to display normal "
+"text in the <application>gedit</application> text window."
+msgstr ""
+"<guibutton>일반 텍스트 색</guibutton> 색 단추를 누르면 색 선택 대화 창을 표시"
+"합니다. <application>gedit</application> 텍스트 창에서 일반 텍스트를 표시할 "
+"때 사용할 색을 고르십시오."
+
+#: C/gedit.xml:1225(para)
+msgid ""
+"Click on the <guibutton>Background color</guibutton> color button to display "
+"the color selector dialog. Select a background color for the "
+"<application>gedit</application> text window."
+msgstr ""
+"<guibutton>배경색</guibutton> 색 단추를 누르면 색 선택 대화 창을 표시합니다. "
+"<application>gedit</application> 텍스트 창에서 배경색을 표시할 때 사용할 색"
+"을 고르십시오."
+
+#: C/gedit.xml:1226(para)
+msgid ""
+"Click on the <guibutton>Selected text color</guibutton> color button to "
+"display the color selector dialog. Select a color to use to display selected "
+"text."
+msgstr ""
+"<guibutton>선택한 텍스트 색</guibutton> 색 단추를 누르면 색 선택 대화 창을 표"
+"시합니다. 선택한 텍스트를 표시할 때 사용할 색을 고르십시오."
+
+#: C/gedit.xml:1228(para)
+msgid ""
+"Click on the <guibutton>Selection color</guibutton> color button to display "
+"the color selector dialog. Select a background color to use to highlight a "
+"text selection."
+msgstr ""
+"<guibutton>선택 색</guibutton> 색 단추를 누르면 색 선택 대화 창을 표시합니"
+"다. 선택한 텍스트를 강조할 때 사용할 배경색을 고르십시오."
+
+#: C/gedit.xml:1235(title)
+msgid "Syntax Highlighting Preferences"
+msgstr "구문 강조 기본 설정"
+
+#: C/gedit.xml:1237(guilabel)
+msgid "Enable syntax highlighting"
+msgstr "구문 강조 사용"
+
+#: C/gedit.xml:1239(para)
+msgid "Select this option to highlight the syntax of the text that you edit."
+msgstr "이 옵션을 선택하면 텍스트를 편집할 때 구문을 강조합니다."
+
+#: C/gedit.xml:1242(guilabel)
+msgid "Highlight mode"
+msgstr "강조 모드"
+
+#: C/gedit.xml:1244(para)
+msgid "Use this drop-down list to select a syntax mode to configure."
+msgstr "이 드롭다운 목록에서 설정할 구문 모드를 고릅니다."
+
+#: C/gedit.xml:1247(guilabel)
+msgid "Elements"
+msgstr "구성 요소"
+
+#: C/gedit.xml:1249(para)
+msgid "Use this list box to select a syntax element to configure."
+msgstr "이 목록에서 설정할 구문 구성 요소를 고릅니다."
+
+#: C/gedit.xml:1252(term)
+msgid "Format buttons"
+msgstr "형식 단추"
+
+#: C/gedit.xml:1254(para)
+msgid ""
+"Use the following buttons to change the format of the selected syntax "
+"element:"
+msgstr "다음 단추를 사용해 선택한 구문 구성 요소의 형식을 바꿉니다:"
+
+#: C/gedit.xml:1262(para)
+msgid "Button"
+msgstr "단추"
+
+#: C/gedit.xml:1264(para)
+msgid "Format"
+msgstr "형식"
+
+#: C/gedit.xml:1276(phrase)
+msgid "Shows icon for bold format."
+msgstr "굵은 글씨 형식의 아이콘을 표시합니다."
+
+#: C/gedit.xml:1282(para)
+msgid "Bold"
+msgstr "굵게"
+
+#: C/gedit.xml:1294(phrase)
+msgid "Shows icon for italic format."
+msgstr "이탤릭 형식의 아이콘을 표시합니다."
+
+#: C/gedit.xml:1300(para)
+msgid "Italic"
+msgstr "이탤릭"
+
+#: C/gedit.xml:1312(phrase)
+msgid "Shows icon for underline."
+msgstr "밑줄 아이콘을 표시합니다."
+
+#: C/gedit.xml:1318(para)
+msgid "Underline"
+msgstr "밑줄"
+
+#: C/gedit.xml:1330(phrase)
+msgid "Shows icon for strikethrough."
+msgstr "취소선 아이콘을 표시합니다."
+
+#: C/gedit.xml:1336(para)
+msgid "Strikethrough"
+msgstr "취소선"
+
+#: C/gedit.xml:1346(guilabel)
+msgid "Foreground"
+msgstr "글자색"
+
+#: C/gedit.xml:1348(para)
+msgid ""
+"Select this option to change the font color of the selected syntax element. "
+"Click on the color button to display the color selector dialog, then select "
+"the font color."
+msgstr ""
+"이 옵션으로 선택한 구문 구성 요소의 글꼴 색을 바꿉니다. 색 단추를 눌러 색 선"
+"택 대화 창을 표시하고, 글꼴의 색을 고르십시오."
+
+#: C/gedit.xml:1351(guilabel)
+msgid "Background"
+msgstr "배경색"
+
+#: C/gedit.xml:1353(para)
+msgid ""
+"Select this option to change the background color of the selected syntax "
+"element. Click on the color button to display the color selector dialog, "
+"then select the background color."
+msgstr ""
+"이 옵션으로 선택한 구문 구성 요소의 배경 색을 바꿉니다. 색 단추를 눌러 색 선"
+"택 대화 창을 표시하고, 배경 색을 고르십시오."
+
+#: C/gedit.xml:1356(guibutton)
+msgid "Reset to Default"
+msgstr "기본값으로 리셋"
+
+#: C/gedit.xml:1358(para)
+msgid ""
+"Click on this button to reset the foreground color and background color of "
+"the selected syntax element to the default values."
+msgstr ""
+"이 단추를 누르면 선택한 구문 구성 요소의 글자색과 배경색을 기본값으로 바꿉니"
+"다."
+
+#: C/gedit.xml:1365(title)
+msgid "Plugins Preferences"
+msgstr "플러그인 기본 설정"
+
+#: C/gedit.xml:1366(para)
+msgid ""
+"Plugins add extra features to <application>gedit</application>. For more "
+"information on plugins and how to use the built-in plugins, see <xref "
+"linkend=\"gedit-plugins-overview\"/>."
+msgstr ""
+"플러그인은 <application>gedit</application>에 부가적인 기능을 추가합니다. 플"
+"러그인 및 내장 플러그인 사용법에 대해 좀 더 알고 싶으시면, <xref linkend="
+"\"gedit-plugins-overview\"/> 부분을 참고하십시오."
+
+#: C/gedit.xml:1371(title)
+msgid "Enabling a Plugin"
+msgstr "플러그인 사용하기"
+
+#: C/gedit.xml:1372(para)
+msgid ""
+"To enable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+"<application>gedit</application> 플러그인을 사용하려면, 다음 순서대로 하십시"
+"오:"
+
+#: C/gedit.xml:1375(para) C/gedit.xml:1396(para) C/gedit.xml:1720(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"<menuchoice><guimenu>편집</guimenu><guimenuitem>기본 설정</guimenuitem></"
+"menuchoice>을 선택하십시오."
+
+#: C/gedit.xml:1378(para) C/gedit.xml:1399(para) C/gedit.xml:1723(para)
+msgid "Select the <guilabel>Plugins</guilabel> tab."
+msgstr "<guilabel>플러그인</guilabel> 탭을 선택하십시오."
+
+#: C/gedit.xml:1381(para)
+msgid ""
+"Select the check box next to the name of the plugin that you want to enable."
+msgstr "사용하려는 플러그인의 이름 옆에 있는 확인란을 선택하십시오."
+
+#: C/gedit.xml:1384(para) C/gedit.xml:1405(para)
+msgid ""
+"Click <guibutton>Close</guibutton> to close the <guilabel>Preferences</"
+"guilabel> dialog."
+msgstr ""
+"<guibutton>닫기</guibutton>를 눌러 <guilabel>기본 설정</guilabel> 대화 창을 "
+"닫으십시오."
+
+#: C/gedit.xml:1391(title)
+msgid "Disabling a Plugin"
+msgstr "플러그인 사용하지 않기"
+
+#: C/gedit.xml:1392(para)
+msgid ""
+"A plugin remains enabled when you quit <application>gedit</application>."
+msgstr ""
+"<application>gedit</application>을 끝내더라도 플러그인은 계속 사용하는 상태"
+"로 남아 있습니다."
+
+#: C/gedit.xml:1393(para)
+msgid ""
+"To disable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+"<application>gedit</application> 플러그인을 사용하지 않으려면, 다음 순서대로 "
+"하십시오:"
+
+#: C/gedit.xml:1402(para)
+msgid ""
+"Deselect the check box next to the name of the plugin that you want to "
+"disable."
+msgstr ""
+"사용하지 않으려는 플러그인의 이름 옆에 있는 확인란의 선택을 지우십시오."
+
+#: C/gedit.xml:1414(title)
+msgid "Plugins"
+msgstr "플러그인"
+
+#: C/gedit.xml:1416(title)
+msgid "Working with Plugins"
+msgstr "플러그인 작업하기"
+
+#: C/gedit.xml:1417(para)
+msgid ""
+"You can add extra features to <application>gedit</application> by enabling "
+"<firstterm>plugins</firstterm>. A plugin is a supplementary program that "
+"enhances the functionality of an application. Plugins add new items to the "
+"<application>gedit</application> menus for the new features they provide."
+msgstr ""
+"<firstterm>플러그인</firstterm>을 사용해 <application>gedit</application>에 "
+"부가적인 기능을 추가할 수 있습니다. 플러그인은 어떤 응용 프로그램의 기능을 향"
+"상시켜 주는 보조 프로그램입니다. 플러그인을 사용하면 그 플러그인에 들어 있는 "
+"기능에 해당하는 메뉴 항목을 <application>gedit</application> 메뉴에 새로 추가"
+"합니다."
+
+#: C/gedit.xml:1419(para)
+msgid ""
+"Several plugins come built-in with <application>gedit</application>, and you "
+"can install more. The <ulink type=\"http\" url=\"http://live.gnome.org/Gedit/"
+"Plugins\">gedit website</ulink> lists third-party plugins."
+msgstr ""
+"몇 가지 플러그인이 <application>gedit</application>에 내장되어 있고, 플러그인"
+"을 더 설치할 수도 있습니다. <ulink type=\"http\" url=\"http://live.gnome.org/"
+"Gedit/Plugins\">gedit 웹사이트</ulink>에 외부에서 만든 플러그인의 목록이 있습"
+"니다."
+
+#: C/gedit.xml:1420(para)
+msgid ""
+"To enable and disable plugins, or see which plugins are currently enabled, "
+"use the <link linkend=\"gedit-prefs-plugins\">Plugins Preferences</link>."
+msgstr ""
+"플러그인을 사용하거나 사용하지 않으려면, 아니면 현재 사용하고 있는 플러그인"
+"을 보려면, <link linkend=\"gedit-prefs-plugins\">플러그인 기본 설정</link>을 "
+"사용하십시오."
+
+#: C/gedit.xml:1421(para)
+msgid ""
+"The following plugins come built-in with <application>gedit</application>:"
+msgstr "다음 플러그인이 <application>gedit</application>에 내장되어 있습니다:"
+
+#: C/gedit.xml:1427(para)
+msgid ""
+"<link linkend=\"gedit-change-case-plugin\"><application>Change Case</"
+"application></link> allows you to change the case of the selected text."
+msgstr ""
+"<link linkend=\"gedit-change-case-plugin\"><application>대소문자 바꾸기</"
+"application></link>로 선택한 텍스트의 대소문자를 바꿀 수 있습니다."
+
+#: C/gedit.xml:1430(para)
+msgid ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">Document "
+"Statistics</link></application> shows the number of lines, words, and "
+"characters in the document."
+msgstr ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">문서 통계</"
+"link></application>는 문서에 들어 있는 줄, 단어, 문자의 개수를 표시합니다."
+
+#: C/gedit.xml:1433(para)
+msgid ""
+"<application><link linkend=\"gedit-external-tools-plugin\">External Tools</"
+"link></application> allows you to execute external commands from "
+"<application>gedit</application>."
+msgstr ""
+"<application><link linkend=\"gedit-external-tools-plugin\">외부 도구</link></"
+"application>로 <application>gedit</application>에서 외부의 명령어를 실행할 "
+"수 있습니다."
+
+# FIXME: "File Browser Pane" in the program
+#: C/gedit.xml:1436(para)
+msgid ""
+"<application>File Browser</application> allows you to browse your files and "
+"folders in the side pane."
+msgstr ""
+"<application>파일 찾아보기</application>로 가장자리 창에서 파일을 찾아볼 수 "
+"있습니다."
+
+#: C/gedit.xml:1439(para)
+msgid ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">Indent Lines</"
+"link></application> adds or removes indentation from the selected lines."
+msgstr ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">줄 들여쓰기</link></"
+"application>로 선택한 줄의 들여 쓰기를 더하거나 뺄 수 있습니다."
+
+#: C/gedit.xml:1442(para)
+msgid ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">Insert Date/"
+"Time</link></application> adds the current date and time into a document."
+msgstr ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">날짜/시간 넣기</"
+"link></application>으로 현재 날짜와 시간을 문서 안에 써 넣습니다."
+
+#: C/gedit.xml:1445(para)
+msgid ""
+"<application><link linkend=\"gedit-modelines-plugin\">Modelines</link></"
+"application> allows you to set editing preferences for individual documents, "
+"and supports <application>Emacs</application>, <application>Kate</"
+"application> and <application>Vim</application>-style modelines."
+msgstr ""
+"<application><link linkend=\"gedit-modelines-plugin\">모드라인</link></"
+"application>을 사용하면 문서마다 편집 설정을 따로 할 수 있고, "
+"<application>Emacs</application>와 <application>Kate</application>와 "
+"<application>Vim</application> 스타일의 모드라인을 지원합니다."
+
+#: C/gedit.xml:1448(para)
+msgid ""
+"<application><link linkend=\"gedit-python-console-plugin\">Python Console</"
+"link></application> allows you to run commands in the python programming "
+"language."
+msgstr ""
+"<application><link linkend=\"gedit-python-console-plugin\">파이썬 콘솔</"
+"link></application>을 사용하면 파이썬 프로그래밍 언어로 명령어를 실행할 수 있"
+"습니다."
+
+#: C/gedit.xml:1451(para)
+msgid ""
+"<application><link linkend=\"gedit-snippets-plugin\">Snippets</link></"
+"application> allows you to store frequently-used pieces of text and insert "
+"them quickly into a document."
+msgstr ""
+"<application><link linkend=\"gedit-snippets-plugin\">관용구</link></"
+"application>를 사용하면, 자주 사용하는 텍스트를 저장해 놓고 빠르게 문서에 입"
+"력할 수 있습니다."
+
+#: C/gedit.xml:1454(para)
+msgid ""
+"<application><link linkend=\"gedit-sort-plugin\">Sort</link></application> "
+"arranges selected lines of text into alphabetical order."
+msgstr ""
+"<application><link linkend=\"gedit-sort-plugin\">정렬</link></application>은 "
+"선택한 텍스트 줄을 사전 순서로 정렬합니다."
+
+#: C/gedit.xml:1457(para)
+msgid ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">Spell Checker</"
+"link></application> corrects the spelling in the selected text, or marks "
+"errors automatically in the document."
+msgstr ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">맞춤법 검사</"
+"link></application>는 선택한 텍스트의 맞춤법을 바로잡고, 문서에서 틀린 사항"
+"을 자동으로 표시해 줍니다."
+
+#: C/gedit.xml:1460(para)
+msgid ""
+"<application><link linkend=\"gedit-tag-list-plugin\">Tag List</link></"
+"application> lets you insert commonly-used tags for HTML and other languages "
+"from a list in the side pane."
+msgstr ""
+"<application><link linkend=\"gedit-tag-list-plugin\">태그 목록</link></"
+"application>을 사용하면 HTML 및 기타 언어에서 자주 사용하는 태그를 가장자리 "
+"창의 목록에서 입력할 수 있습니다."
+
+#: C/gedit.xml:1463(para)
+msgid ""
+"<application><link linkend=\"gedit-user-name-plugin\">User Name</link></"
+"application> inserts the username of the current user into the document."
+msgstr ""
+"<application><link linkend=\"gedit-user-name-plugin\">사용자 이름</link></"
+"application>은 현재 사용자의 사용자 이름을 문서에 입력합니다."
+
+#: C/gedit.xml:1470(title)
+msgid "Change Case Plugin"
+msgstr "대소문자 바꾸기 플러그인"
+
+#: C/gedit.xml:1471(para)
+msgid ""
+"The <application>Change Case</application> plugin changes the case of the "
+"selected text."
+msgstr ""
+"<application>대소문자 바꾸기</application> 플러그인으로 선택한 텍스트의 대소"
+"문자를 바꿉니다."
+
+#: C/gedit.xml:1472(para)
+msgid ""
+"The following items are added to the <guimenu>Edit</guimenu> menu when the "
+"<application>Change Case</application> plugin is enabled:"
+msgstr ""
+"<application>대소문자 바꾸기</application> 플러그인을 사용하면 다음 항목을 "
+"<guimenu>편집</guimenu> 메뉴에 추가합니다:"
+
+#: C/gedit.xml:1482(para)
+msgid "Menu Item"
+msgstr "메뉴 항목"
+
+#: C/gedit.xml:1484(para)
+msgid "Action"
+msgstr "동작"
+
+#: C/gedit.xml:1486(para)
+msgid "Example"
+msgstr "예제"
+
+#: C/gedit.xml:1492(guisubmenu) C/gedit.xml:1498(guisubmenu)
+#: C/gedit.xml:1504(guisubmenu) C/gedit.xml:1510(guisubmenu)
+msgid "Change Case"
+msgstr "대소문자 바꾸기"
+
+#: C/gedit.xml:1492(guimenuitem)
+msgid "All Upper Case"
+msgstr "모두 대문자"
+
+#: C/gedit.xml:1493(para)
+msgid "Change each character to uppercase."
+msgstr "모든 문자를 대문자로 바꿉니다."
+
+#: C/gedit.xml:1494(para)
+msgid "<literal>This text</literal> becomes <literal>THIS TEXT</literal>"
+msgstr "<literal>This text</literal>는 <literal>THIS TEXT</literal>가 됩니다"
+
+#: C/gedit.xml:1498(guimenuitem)
+msgid "All Lower Case"
+msgstr "모두 소문자"
+
+#: C/gedit.xml:1499(para)
+msgid "Change each character to lowercase."
+msgstr "모든 문자를 소문자로 바꿉니다."
+
+#: C/gedit.xml:1500(para)
+msgid "<literal>This Text</literal> becomes <literal>this text</literal>"
+msgstr "<literal>This text</literal>는 <literal>this text</literal>가 됩니다"
+
+#: C/gedit.xml:1504(guimenuitem)
+msgid "Invert Case"
+msgstr "대소문자 뒤바꾸기"
+
+#: C/gedit.xml:1505(para)
+msgid ""
+"Change each lowercase character to uppercase, and change each uppercase "
+"character to lowercase."
+msgstr "모든 소문자를 대문자로 바꾸고, 모든 대문자를 소문자로 바꿉니다."
+
+#: C/gedit.xml:1506(para)
+msgid "<literal>This Text</literal> becomes <literal>tHIS tEXT</literal>"
+msgstr "<literal>This Text</literal>는 <literal>tHIS tEXT</literal>가 됩니다."
+
+#: C/gedit.xml:1510(guimenuitem)
+msgid "Title Case"
+msgstr "제목 대소문자"
+
+#: C/gedit.xml:1511(para)
+msgid "Change the first character of each word to uppercase."
+msgstr "모든 단어의 첫 글자를 대문자로 바꿉니다."
+
+#: C/gedit.xml:1512(para)
+msgid "<literal>this text</literal> becomes <literal>This Text</literal>"
+msgstr "<literal>this text</literal>는 <literal>This Text</literal>가 됩니다"
+
+#: C/gedit.xml:1521(title)
+msgid "Document Statistics Plugin"
+msgstr "문서 통계 플러그인"
+
+#: C/gedit.xml:1522(para)
+msgid ""
+"The <application>Document Statistics</application> plugin counts the number "
+"of lines, words, characters with spaces, characters without spaces, and "
+"bytes in the current file. The plugin displays the results in a "
+"<guilabel>Document Statistics</guilabel> dialog. To use the Document "
+"Statistics plugin, perform the following steps:"
+msgstr ""
+"<application>문서 통계</application> 플러그인은 현재 문서의 줄, 단어, 문자, "
+"바이트 수를 계산합니다. 결과를 <guilabel>문서 통계</guilabel> 대화 창에 표시"
+"합니다. 문서 통계 플러그인을 사용하려면, 다음 순서대로 하십시오:"
+
+#: C/gedit.xml:1524(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document Statistics</"
+"guimenuitem></menuchoice> to display the <guilabel>Document Statistics</"
+"guilabel> dialog. The <guilabel>Document Statistics</guilabel> dialog "
+"displays the following information about the file:"
+msgstr ""
+"<menuchoice><guimenu>도구</guimenu><guimenuitem>문서 통계</guimenuitem></"
+"menuchoice>를 선택하면 <guilabel>문서 통계</guilabel> 대화 창이 나타납니다. "
+"<guilabel>문서 통계</guilabel> 대화 창에 파일에 대해 다음 정보를 표시합니다:"
+
+#: C/gedit.xml:1527(para)
+msgid "Number of lines in the current document."
+msgstr "현재 문서의 줄 수."
+
+#: C/gedit.xml:1530(para)
+msgid "Number of words in the current document."
+msgstr "현재 문서의 단어 수."
+
+#: C/gedit.xml:1533(para)
+msgid "Number of characters, including spaces, in the current document."
+msgstr "현재 문서의 문자 수, 공백 포함."
+
+#: C/gedit.xml:1536(para)
+msgid "Number of characters, not including spaces, in the current document."
+msgstr "현재 문서의 문자 수, 공백 포함하지 않음."
+
+#: C/gedit.xml:1539(para)
+msgid "Number of bytes in the current document."
+msgstr "현재 문서의 바이트 수."
+
+#: C/gedit.xml:1544(para)
+msgid ""
+"You can continue to update the <application>gedit</application> file while "
+"the <guilabel>Document Statistics</guilabel> dialog is open. To refresh the "
+"contents of the <guilabel>Document Statistics</guilabel> dialog, click "
+"<guibutton>Update</guibutton>."
+msgstr ""
+"<guilabel>문서 통계</guilabel> 대화 창이 열려 있는 도중에도 "
+"<application>gedit</application>의 파일을 편집할 수 있습니다. <guilabel>문서 "
+"통계</guilabel> 대화 창의 내용을 다시 읽어들이려면, <guibutton>업데이트</"
+"guibutton>를 누르십시오."
+
+#: C/gedit.xml:1551(title)
+msgid "External Tools Plugin"
+msgstr "외부 도구 플러그인"
+
+#: C/gedit.xml:1552(para)
+msgid ""
+"The <application>External Tools</application> plugin allows you to execute "
+"external commands from <application>gedit</application>. You can pipe some "
+"content into a command and exploit its output (for example, "
+"<application>sed</application>), or launch a predefined command (for "
+"example, <application>make</application>)."
+msgstr ""
+"<application>외부 도구</application> 플러그인을 사용해 <application>gedit</"
+"application>에서 외부 명령어를 실행할 수 있습니다. 어떤 내용을 파이프를 통해 "
+"명령어로 돌려 넣어서 그 출력을 알아볼 수도 있고 (예를 들어 <application>sed</"
+"application>), 미리 정의한 명령어를 실행할 수도 (예를 들어 "
+"<application>make</application>) 있습니다."
+
+#: C/gedit.xml:1553(para)
+msgid ""
+"Use the <guilabel>External Tools Manager</guilabel> to create and edit "
+"commands. To run an external command, choose it from the <guimenu>Tools</"
+"guimenu> menu."
+msgstr ""
+"<guilabel>외부 도구 관리자</guilabel>를 사용해 명령어를 새로 만들고 편집합니"
+"다. 외부 명령어를 실행하려면, <guimenu>도구</guimenu> 메뉴에서 명령어를 하나 "
+"고르십시오."
+
+#: C/gedit.xml:1556(title)
+msgid "Built-in Commands"
+msgstr "내장 명령어"
+
+#: C/gedit.xml:1557(para)
+msgid ""
+"The following commands are provided with the <application>External Tools</"
+"application> plugin:"
+msgstr ""
+"<application>외부 도구</application> 플러그인에는 다음 명령어가 들어 있습니"
+"다:"
+
+#: C/gedit.xml:1559(term)
+msgid "Build"
+msgstr "컴파일하기"
+
+#: C/gedit.xml:1561(para)
+msgid ""
+"Runs <application>make</application> in the current document's directory."
+msgstr "현재 문서의 디렉토리에서 <application>make</application>를 실행합니다."
+
+# FIXME: no such feature
+#: C/gedit.xml:1564(term)
+msgid "Directory Listing"
+msgstr "디렉토리 목록"
+
+# FIXME: no such feature
+#: C/gedit.xml:1566(para)
+msgid ""
+"Lists the contents of the current document's directory in a new document."
+msgstr "현재 문서의 디렉토리의 파일 목록을 새 문서에 표시합니다."
+
+# FIXME: no such feature
+#: C/gedit.xml:1569(term)
+msgid "Environment Variables"
+msgstr "환경 변수"
+
+# FIXME: no such feature
+#: C/gedit.xml:1571(para)
+msgid "Displays the environment variables list in the bottom pane."
+msgstr "환경 변수 목록을 아래 창에 표시합니다."
+
+# FIXME: no such feature
+#: C/gedit.xml:1574(term)
+msgid "Grep"
+msgstr "파일 내용 찾기"
+
+# FIXME: no such feature
+#: C/gedit.xml:1576(para)
+msgid ""
+"Searches for a term in all files in the current document directory, using "
+"pattern matching. Results are shown in the bottom pane."
+msgstr ""
+"현재 문서 디렉토리 안의 모든 파일에서 지정한 패턴을 찾습니다. 결과는 아래 창"
+"에 표시합니다."
+
+#: C/gedit.xml:1579(term)
+msgid "Remove Trailing Spaces"
+msgstr "뒤에 붙은 공백 지우기"
+
+#: C/gedit.xml:1581(para)
+msgid "Removes all spaces from the end of lines in the document."
+msgstr "문서의 줄 끝에 있는 모든 공백을 지웁니다."
+
+#: C/gedit.xml:1588(title)
+msgid "Defining a Command"
+msgstr "명령 정의하기"
+
+#: C/gedit.xml:1589(para)
+msgid ""
+"To add an external command, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>External Tools</guimenuitem></menuchoice>."
+msgstr "외부 명령을 새로 추가하려면, <menuchoice><guimenu>도구</guimenu><guimenuitem>외부 도구</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:1590(para)
+msgid ""
+"In the <guilabel>External Tools Manager</guilabel> window, click "
+"<guibutton>New</guibutton>. You can speficy the following details for the "
+"new command:"
+msgstr ""
+"<guilabel>외부 도구 관리</guilabel> 창에서, <guibutton>새로 만들기</"
+"guibutton>을 누르십시오. 새 명령어에 다음과 같은 사항을 지정할 수 있습니다:"
+
+#: C/gedit.xml:1592(term)
+msgid "Description"
+msgstr "설명"
+
+#: C/gedit.xml:1594(para)
+msgid ""
+"This description is shown in the statusbar when the menu command is chosen."
+msgstr "이 설명은 메뉴 명령어를 선택할 때 상태 표시줄에 나타납니다."
+
+# FIXME: "shortcut key" in the program
+#: C/gedit.xml:1597(term)
+msgid "Accelerator"
+msgstr "바로 가기 키"
+
+#: C/gedit.xml:1599(para)
+msgid "Enter a keyboard shortcut for the command."
+msgstr "명령어의 키보드 바로 가기를 입력합니다."
+
+#: C/gedit.xml:1602(term)
+msgid "Commands"
+msgstr "명령"
+
+#: C/gedit.xml:1604(para)
+msgid ""
+"The actual commands to be run. Several <application>gedit</application> "
+"environment variables can be used to pass content to these commands: see "
+"<xref linkend=\"gedit-external-tools-plugin-variables\"/>."
+msgstr ""
+"실행할 명령어. <application>gedit</application> 환경 변수를 사용해 이 명령어"
+"에 데이터를 전달할 수 있습니다. <xref linkend=\"gedit-external-tools-plugin-"
+"variables\"/> 부분을 참고하십시오."
+
+#: C/gedit.xml:1607(term)
+msgid "Input"
+msgstr "입력"
+
+#: C/gedit.xml:1609(para)
+msgid ""
+"The content to give to the commands (as <systemitem>stdin</systemitem>): the "
+"entire text of the current document, the current selection, line, or word."
+msgstr ""
+"명령어에 (<systemitem>stdin</systemitem>을 통해) 넘길 내용. 현재 문서의 전체 "
+"텍스트, 현재 선택한 부분, 현재 줄, 현재 단어 중의 하나입니다."
+
+#: C/gedit.xml:1612(term)
+msgid "Output"
+msgstr "출력"
+
+#: C/gedit.xml:1614(para)
+msgid ""
+"What to do with the output of the commands: display in the bottom pane, put "
+"in a new document, or place in the current document, at the end, at the "
+"cursor position, or replacing the selection or the entire document."
+msgstr ""
+"명령어의 출력으로 무엇을 할 지 지정합니다. 아래 창에 표시, 새 문서에 넣기, 현"
+"재 문서의 끝이나 커서 위치에 넣기, 선택한 부분이나 전체 문서 바꾸기 중의 하나"
+"입니다."
+
+#: C/gedit.xml:1617(term)
+msgid "Applicability"
+msgstr "적용 범위"
+
+#: C/gedit.xml:1619(para)
+msgid ""
+"Determines which sort of documents can be affected by the command, for "
+"example whether saved or not, and local or remote."
+msgstr ""
+"어떤 종류의 문서에 대해 이 명령어를 사용할 수 있는 지 지정합니다. 예를 들어 "
+"저장한 문서와 그렇지 않은 문서, 로컬 문서와 원격 문서를 지정합니다."
+
+#: C/gedit.xml:1627(title)
+msgid "Editing and Removing Tools"
+msgstr "도구 편집하기 및 지우기"
+
+#: C/gedit.xml:1628(para)
+msgid ""
+"To edit a tool, select it in the list and make changes to its properties."
+msgstr "도구를 편집하려면, 목록에서 선택한 다음 그 속성을 바꾸십시오."
+
+#: C/gedit.xml:1629(para)
+msgid "To rename a tool, click it again in the list."
+msgstr "도구의 이름을 바꾸려면, 목록에서 다시 한 번 누르십시오."
+
+#: C/gedit.xml:1630(para)
+msgid ""
+"To restore a built-in tool that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+"바꾼 내장 도구를 원래대로 복구하려면, <guilabel>되돌리기</guilabel>를 누르십"
+"시오."
+
+#: C/gedit.xml:1631(para)
+msgid ""
+"To remove a tool, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in tools, only those you have created "
+"yourself."
+msgstr ""
+"도구를 지우려면, 목록에서 선택하고 <guibutton>지우기</guibutton>를 누르십시"
+"오. 내장 도구는 지울 수 없고, 직접 만든 도구만 지울 수 있습니다."
+
+#: C/gedit.xml:1635(title)
+msgid "Variables"
+msgstr "변수"
+
+#: C/gedit.xml:1636(para)
+msgid ""
+"You can use the following variables in the <guilabel>Commands</guilabel> "
+"field of the command definition:"
+msgstr ""
+"명령어 정의의 <guilabel>명령</guilabel> 입력란에서 다음 변수를 사용할 수 있습"
+"니다:"
+
+#: C/gedit.xml:1639(para)
+msgid "GEDIT_CURRENT_DOCUMENT_URI"
+msgstr "GEDIT_CURRENT_DOCUMENT_URI"
+
+#: C/gedit.xml:1642(para)
+msgid "GEDIT_CURRENT_DOCUMENT_NAME"
+msgstr "GEDIT_CURRENT_DOCUMENT_NAME"
+
+#: C/gedit.xml:1645(para)
+msgid "GEDIT_CURRENT_DOCUMENT_SCHEME"
+msgstr "GEDIT_CURRENT_DOCUMENT_SCHEME"
+
+#: C/gedit.xml:1648(para)
+msgid "GEDIT_CURRENT_DOCUMENT_PATH"
+msgstr "GEDIT_CURRENT_DOCUMENT_PATH"
+
+#: C/gedit.xml:1651(para)
+msgid "GEDIT_CURRENT_DOCUMENT_DIR"
+msgstr "GEDIT_CURRENT_DOCUMENT_DIR"
+
+#: C/gedit.xml:1654(para)
+msgid "GEDIT_DOCUMENTS_URI"
+msgstr "GEDIT_DOCUMENTS_URI"
+
+#: C/gedit.xml:1657(para)
+msgid "GEDIT_DOCUMENTS_PATH"
+msgstr "GEDIT_DOCUMENTS_PATH"
+
+# FIXME: "File Browser Pane" in the program
+#: C/gedit.xml:1664(title)
+msgid "File Browser Plugin"
+msgstr "파일 찾아보기 플러그인"
+
+# FIXME: "File Browser Pane" in the program
+#: C/gedit.xml:1665(para)
+msgid ""
+"The <application>File Browser</application> Plugin shows your files and "
+"folders in the side pane, allowing you to quickly open files."
+msgstr ""
+"<application>파일 찾아보기</application> 플러그인은 가장 자리 창에서 파일과 "
+"폴더를 표시합니다. 이 기능을 사용해 파일을 빠르게 열 수 있습니다."
+
+#: C/gedit.xml:1666(para)
+msgid ""
+"To view the File Browser, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click on "
+"the tab showing the File Browser icon at the bottom of the side pane."
+msgstr ""
+"파일 찾아보기를 표시하려면, <menuchoice><guimenu>보기</guimenu><guimenuitem>"
+"가장자리 창</guimenuitem></menuchoice>을 선택한 다음, 가장자리 창의 아래에 있"
+"는 탭에서 파일 찾아보기 아이콘을 누르십시오."
+
+#: C/gedit.xml:1668(title)
+msgid "Browsing your Files"
+msgstr "파일 찾아보기"
+
+#: C/gedit.xml:1669(para)
+msgid ""
+"The File Browser tab initially shows your file manager bookmarks. To browse "
+"the contents of any item, double-click it."
+msgstr ""
+"파일 찾아보기 탭은 맨 처음에는 파일 관리자 책갈피를 표시합니다. 어떤 항목의 "
+"내용을 보려면, 그 항목을 두 번 누르십시오."
+
+#: C/gedit.xml:1670(para)
+msgid ""
+"To show a parent folder, choose from the drop-down list, or press the up "
+"arrow on the File Browser's toolbar."
+msgstr ""
+"상위 폴더를 보려면, 드롭다운 목록에서 상위 폴더를 선택하거나, 파일 찾아보기"
+"의 도구 모음에서 위 화살표를 누르십시오."
+
+#: C/gedit.xml:1671(para)
+msgid ""
+"To show the folder that contains the document you are currently working on, "
+"right-click in the file list and choose <guimenuitem>Set root to active "
+"document</guimenuitem>."
+msgstr ""
+"현재 작업중인 문서가 들어 있는 폴더를 보려면, 파일 목록에 마우스 오른쪽 단추"
+"를 누르고 <guimenuitem>Set현재 문서의 상위 디렉토리 선택</guimenuitem>을 선택"
+"하십시오."
+
+#: C/gedit.xml:1675(para)
+msgid ""
+"To open a file in <application>gedit</application>, double-click it in the "
+"file list."
+msgstr ""
+"<application>gedit</application>에서 파일을 열려면, 파일 목록에서 파일을 두 "
+"번 누르십시오."
+
+#: C/gedit.xml:1678(title)
+msgid "Creating Files and Folders"
+msgstr "파일 및 폴더 만들기"
+
+#: C/gedit.xml:1679(para)
+msgid ""
+"To create a new, empty text file in the current folder shown in the browser, "
+"right-click in the file list and choose <guimenuitem>New File</guimenuitem>."
+msgstr "찾아보기 창에 표시하는 현재 폴더에서 빈 텍스트 파일을 새로 만드려면, 파일 목록에서 마우스 오른쪽 단추를 누르고 <guimenuitem>새 파일</guimenuitem>을 선택하십시오."
+
+#: C/gedit.xml:1680(para)
+msgid ""
+"To create a new folder in the current folder shown in the browser, right-"
+"click in the file list and choose <guimenuitem>New Folder</guimenuitem>."
+msgstr ""
+"찾아보기 창에 표시하는 현재 폴더에서 새 폴더를 만드려면, 파일 목록에서 마우"
+"스 오른쪽 단추를 누르고 <guimenuitem>새 폴더</guimenuitem>를 선택하십시오."
+
+#: C/gedit.xml:1685(title)
+msgid "Indent Lines Plugin"
+msgstr "줄 들여쓰기 플러그인"
+
+#: C/gedit.xml:1686(para)
+msgid ""
+"The <application>Indent Lines</application> plugin adds or removes space "
+"from the beginning of lines of text."
+msgstr ""
+"<application>줄 들여쓰기</application> 플러그인으로 줄 앞에 공백을 더하거나 "
+"뺍니다."
+
+#: C/gedit.xml:1687(para)
+msgid "To indent or unindent text, perform the following steps:"
+msgstr "텍스트를 들여 쓰거나 내어 쓰려면, 다음 순서대로 하십시오:"
+
+#: C/gedit.xml:1689(para)
+msgid ""
+"Select the lines that you want to indent. To indent or unindent a single "
+"line, place the cursor anywhere on that line."
+msgstr ""
+"들여 쓰려는 줄을 선택하십시오. 한 줄만 들여 쓰거나 내어 쓰려면, 커서를 그 줄"
+"의 아무 곳으로 옮기면 됩니다."
+
+#: C/gedit.xml:1694(para)
+msgid ""
+"To indent the text, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Indent</guimenuitem></menuchoice>."
+msgstr ""
+"텍스트를 들여 쓰려면, <menuchoice><guimenu>편집</guimenu><guimenuitem>들여 쓰"
+"기</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:1697(para)
+msgid ""
+"To remove the indentation, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Unindent</guimenuitem></menuchoice>."
+msgstr ""
+"들여 쓰기를 지우려면, <menuchoice><guimenu>편집</guimenu><guimenuitem>내어 쓰"
+"기</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:1702(para)
+msgid ""
+"The amount of space used, and whether tab character or space characters are "
+"used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor "
+"Preferences: see <xref linkend=\"gedit-prefs-editor\"/>."
+msgstr ""
+"몇 칸의 공백을 사용할 지, 또 탭 문자와 공백 문자 중 무엇을 사용할 지는 편집"
+"기 기본 설정의 <guilabel>탭 위치</guilabel> 설정에 따라 다릅니다. <xref "
+"linkend=\"gedit-prefs-editor\"/> 부분을 보십시오."
+
+#: C/gedit.xml:1707(title)
+msgid "Insert Date/Time Plugin"
+msgstr "날짜/시간 넣기 플러그인"
+
+#: C/gedit.xml:1708(para)
+msgid ""
+"The <application>Insert Date/Time</application> plugin inserts the current "
+"date and time into a document. To use the Insert Date/Time plugin, perform "
+"the following steps:"
+msgstr ""
+"<application>날짜/시간 넣기</application> 플러그인은 현재 날짜와 시각을 문서"
+"에 끼워 넣습니다. 날짜/시간 넣기 플러그인을 사용하려면, 다음 순서대로 하십시"
+"오:"
+
+#: C/gedit.xml:1710(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"<menuchoice><guimenu>편집</guimenu><guimenuitem>날짜 및 시간 넣기</"
+"guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:1711(para)
+msgid ""
+"If you have not configured the Insert Date/Time plugin to automatically "
+"insert the date/time without prompting you for the format, "
+"<application>gedit</application> displays the <guilabel>Insert Date and "
+"Time</guilabel> dialog. Select the appropriate date/time format from the "
+"list. Click <guibutton>Insert</guibutton> to close the <guilabel>Insert Date "
+"and Time</guilabel> dialog. <application>gedit</application> inserts the "
+"date/time at the cursor position in the current file."
+msgstr ""
+"날짜/시간 넣기 플러그인에서 형식을 물어보지 않고 날짜/시간을 넣도록 설정하지 "
+"않은 상태라면, <application>gedit</application>에서 <guilabel>날짜 및 시간 넣"
+"기</guilabel> 대화 창을 표시합니다. 목록에서 적당한 날짜/시간 형식을 고르십시"
+"오. <guibutton>넣기</guibutton>는 눌러 <guilabel>날짜 및 시간 넣기</"
+"guilabel> 대화 창을 닫으십시오. 그러면 날짜/시간을 현재 파일의 커서 위치에 입"
+"력합니다."
+
+#: C/gedit.xml:1712(para)
+msgid ""
+"If you have configured <application>gedit</application> to use one "
+"particular date/time format, the <guilabel>Insert Date and Time</guilabel> "
+"dialog is not displayed. The date/time is automatically entered at the "
+"cursor position in the current file."
+msgstr ""
+"한 가지 특정 날짜/시간 형식을 사용하도록 <application>gedit</application>를 "
+"설정했다면, <guilabel>날짜 및 시간 넣기</guilabel> 대화 창은 표시하지 않습니"
+"다. 날짜/시간을 자동으로 현재 파일의 커서 위치에 입력합니다."
+
+#: C/gedit.xml:1717(title)
+msgid "Configuring the Insert Date/Time Plugin"
+msgstr "날짜/시간 넣기 플러그인 설정하기"
+
+#: C/gedit.xml:1718(para)
+msgid "To configure the Insert Date/Time plugin, perform the following steps:"
+msgstr "날짜/시간 넣기 플러그인을 설정하려면, 다음 순서대로 하십시오:"
+
+#: C/gedit.xml:1726(para)
+msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+msgstr "<guilabel>날짜/시간 넣기</guilabel> 플러그인을 선택하십시오."
+
+#: C/gedit.xml:1729(para)
+msgid ""
+"Click <guibutton>Configure Plugin</guibutton> to display the "
+"<guilabel>Configure insert date/time plugin</guilabel> dialog."
+msgstr ""
+"Click <guibutton>플러그인 설정</guibutton>을 눌러 <guilabel>날짜/시간 넣기 플"
+"러그인 설정</guilabel> 대화 창을 여십시오."
+
+#: C/gedit.xml:1732(para)
+msgid "Select one of the options, as follows:"
+msgstr "다음과 같이 옵션 중의 하나를 선택하십시오:"
+
+#: C/gedit.xml:1734(para)
+msgid ""
+"To specify the date/time format each time you insert the date/time, select "
+"the <guilabel>Prompt for a format</guilabel> option."
+msgstr ""
+"날짜/시간을 넣을 때마다 날짜/시간 형식을 지정하려면, <guilabel>형식 물어보기"
+"</guilabel> 옵션을 선택하십시오."
+
+#: C/gedit.xml:1737(para)
+msgid ""
+"To use the same <application>gedit</application>-provided date/time format "
+"each time you insert the date/time, select the <guilabel>Use the selected "
+"format</guilabel> option, then select the appropriate format from the list. "
+"When you select this option, <application>gedit</application> does not "
+"prompt you for the date/time format when you choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"날짜/시간을 넣을 때마다 동일한 날짜/시간 형식을 사용하려면, <guilabel>선택한 "
+"형식 사용</guilabel> 옵션을 선택하고, 목록에서 원하는 형식을 고르십시오. 이 "
+"옵션을 선택하면, <menuchoice><guimenu>편집</guimenu><guimenuitem>날짜/시간 넣"
+"기</guimenuitem></menuchoice>를 선택했을 때 날짜/시간 형식을 물어보지 않습니"
+"다."
+
+#: C/gedit.xml:1740(para)
+msgid ""
+"To use the same customized date/time format each time you insert the date/"
+"time, select the <guilabel>Use custom format</guilabel> option, then enter "
+"the appropriate format in the text box. For more information about how to "
+"specify a custom format, see <ulink url=\"man:strftime\" type=\"man"
+"\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+"manvolnum></citerefentry></ulink>. When you select this option, "
+"<application>gedit</application> does not prompt you for the date/time "
+"format when you choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Insert Date and Time</guimenuitem></menuchoice>."
+msgstr ""
+"날짜/시간을 넣을 때마다 동일한 사용자 설정 날짜/시간 형식을 사용하려면, "
+"<guilabel>사용자 형식 사용</guilabel> 옵션을 사용하고, 텍스트 입력 창에서 원"
+"하는 형식을 입력하십시오. 사용자 설정 형식을 지정하는 방법에 대해 좀 더 알고 "
+"싶으시면, <ulink url=\"man:strftime\" type=\"man"
+"\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+"manvolnum></citerefentry></ulink>을 참고하십시오. 이 옵션을 선택하면, "
+"<menuchoice><guimenu>편집</guimenu><guimenuitem>날짜/시간 넣기</"
+"guimenuitem></menuchoice>를 선택했을 때 날짜/시간 형식을 물어보지 않습니다."
+
+#: C/gedit.xml:1745(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to close the <guilabel>Configure insert date/"
+"time plugin</guilabel> dialog."
+msgstr ""
+"<guibutton>확인</guibutton>을 눌러 <guilabel>날짜/시간 넣기 플러그인 설정</"
+"guilabel> 대화 창을 닫으십시오."
+
+#: C/gedit.xml:1748(para)
+msgid ""
+"To close the <guilabel>Preferences</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"<guilabel>기본 설정</guilabel> 대화 창을 닫으려면, <guibutton>닫기</"
+"guibutton>를 누르십시오."
+
+#: C/gedit.xml:1755(title)
+msgid "Modelines Plugin"
+msgstr "모드라인 플러그인"
+
+#: C/gedit.xml:1756(para)
+msgid ""
+"The <application>Modelines</application> plugin allows you to set "
+"preferences for individual documents. A <firstterm>modeline</firstterm> is a "
+"line of text at the start or end of the document with settings that "
+"<application>gedit</application> recognises."
+msgstr ""
+"<application>모드라인</application> 플러그인으로 각 문서마다 설정을 할 수 있"
+"습니다. <firstterm>모드라인</firstterm>은 문서의 처음이나 끝에 쓰여 있는 한 "
+"줄짜리 텍스트로, 그 텍스트를 <application>gedit</application>가 인식해서 그 "
+"문서의 설정을 합니다."
+
+#: C/gedit.xml:1757(para)
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr "모드라인에서 설정한 사항은 기본 설정 대화 상자에서 설정한 것보다 우선합니다."
+
+#: C/gedit.xml:1758(para)
+msgid "You can set the following preferences with modelines:"
+msgstr "모드라인에서 다음 설정을 할 수 있습니다:"
+
+#: C/gedit.xml:1761(para)
+msgid "Tab width"
+msgstr "탭 너비"
+
+#: C/gedit.xml:1764(para)
+msgid "Indent width"
+msgstr "들여쓰기 너비"
+
+#: C/gedit.xml:1767(para)
+msgid "Insert spaces instead of tabs"
+msgstr "탭 대신 공백 넣기"
+
+#: C/gedit.xml:1773(para)
+msgid "Right margin width"
+msgstr "오른쪽 여백 너비"
+
+#: C/gedit.xml:1777(para)
+msgid ""
+"The <application>Modelines</application> plugin supports a subset of the "
+"options used by other text editors <application>Emacs</application>, "
+"<application>Kate</application> and <application>Vim</application>."
+msgstr ""
+"<application>모드라인</application> 플러그인은 다른 텍스트 편집기 "
+"<application>이맥스</application>, <application>Kate</application>, "
+"<application>Vim</application>에서 사용하는 옵션의 일부를 지원합니다."
+
+#: C/gedit.xml:1780(title)
+msgid "Emacs Modelines"
+msgstr "이맥스 모드라인"
+
+#: C/gedit.xml:1781(para)
+msgid ""
+"The first two lines of a document are scanned for <application>Emacs</"
+"application> modelines."
+msgstr ""
+"문서의 처음 두 줄에서 <application>이맥스</application> 모드라인을 검사합니"
+"다."
+
+#: C/gedit.xml:1782(para)
+msgid ""
+"The <application>Emacs</application> options for tab-width, indent-offset, "
+"indent-tabs-mode and autowrap are supported. For more information, see the "
+"<ulink type=\"http\" url=\"http://www.delorie.com/gnu/docs/emacs/emacs_486."
+"html\">GNU Emacs Manual</ulink>."
+msgstr "<application>이맥스</application>의 tab-width, indent-offset, indent-tabs-mode, autorap 옵션을 지원합니다. 좀 더 자세히 알고 싶으시면, <ulink type=\"http\" url=\"http://www.delorie.com/gnu/docs/emacs/emacs_486.html\">GNU 이맥스 설명서</ulink>를 참고하십시오."
+
+#: C/gedit.xml:1785(title)
+msgid "Kate Modelines"
+msgstr "Kate 모드라인"
+
+#: C/gedit.xml:1786(para)
+msgid ""
+"The first and last ten lines a document are scanned for <application>Kate</"
+"application> modelines."
+msgstr ""
+"문서의 처음과 마지막의 열 줄에서 <application>Kate</application> 모드라인을 "
+"검사합니다."
+
+#: C/gedit.xml:1787(para)
+msgid ""
+"The <application>Kate</application> options for tab-width, indent-width, "
+"space-indent, word-wrap and word-wrap-column are supported. For more "
+"information, see the <ulink type=\"http\" url=\"http://www.kate-editor.org/"
+"article/katepart_modelines\">Kate website</ulink>."
+msgstr ""
+"<application>Kate</application>의 tab-width, indent-width, space-indent, "
+"word-wrap, word-wrap-column 옵션을 지원합니다. 좀 더 알고 싶으시면 <ulink "
+"type=\"http\" url=\"http://www.kate-editor.org/article/katepart_modelines"
+"\">Kate 웹사이트</ulink>를 참고하십시오."
+
+#: C/gedit.xml:1790(title)
+msgid "Vim Modelines"
+msgstr "VIM 모드라인"
+
+#: C/gedit.xml:1791(para)
+msgid ""
+"The first and last three lines a document are scanned for <application>Vim</"
+"application> modelines."
+msgstr ""
+"문서의 처음과 마지막의 세 줄에서 <application>Kate</application> 모드라인을 "
+"검사합니다."
+
+#: C/gedit.xml:1792(para)
+msgid ""
+"The <application>Vim</application> options for et, expandtab, ts, tabstop, "
+"sw, shiftwidth, wrap, and textwidth are supported. For more information, see "
+"the <ulink type=\"http\" url=\"http://vimdoc.sourceforge.net/htmldoc/options."
+"html#modeline\">Vim website</ulink>."
+msgstr "<application>Vim</application>의 et, expandtab, ts, tabstop, sw, shiftwidth, wrap, textwidth 옵션을 지원합니다. 좀 더 알고 싶으시면 <ulink type=\"http\" url=\"http://vimdoc.sourceforge.net/htmldoc/options.html#modeline\">Vim 웹사이트</ulink>를 참고하십시오."
+
+#: C/gedit.xml:1797(title)
+msgid "Python Console Plugin"
+msgstr "파이썬 콘솔 플러그인"
+
+#: C/gedit.xml:1798(para)
+msgid ""
+"The <application>Python Console</application> Plugin allows you to run "
+"commands in the python programming language from <application>gedit</"
+"application>. Enabling the plugin adds a tab to the bottom pane. This shows "
+"recent output and a command prompt field."
+msgstr ""
+"<application>파이썬 콘솔</application> 플러그인으로 <application>gedit</"
+"application> 안에서 파이썬 프로그래밍 언어로 작성한 명령을 실행할 수 있습니"
+"다. 이 플러그인을 사용하면 아래 창에 탭을 하나 추가합니다. 이 탭에서 최근의 "
+"출력과 명령어 프롬프트를 표시합니다."
+
+#: C/gedit.xml:1799(para)
+msgid ""
+"Commands entered into the python console are not checked before they are "
+"run. It is therefore possible to hang <application>gedit</application>, for "
+"example by entering an infinite loop."
+msgstr ""
+"파이썬 콘솔에 입력한 명령어는 실행하기 전에 검사하지 않습니다. 즉 파이썬 명령"
+"때문에 <application>gedit</application>가 멈출 수 있습니다. 예를 들어 무한 루"
+"프에 들어갈 수 있습니다."
+
+#: C/gedit.xml:1803(title)
+msgid "Snippets Plugin"
+msgstr "관용구 플러그인"
+
+#: C/gedit.xml:1804(para)
+msgid ""
+"The <application>Snippets</application> plugin allows you to store "
+"frequently-used pieces of text, called <firstterm>snippets</firstterm>, and "
+"insert them quickly into a document."
+msgstr ""
+"<application>관용구</application> 플러그인으로 자주 사용하는 텍스트를 "
+"(<firstterm>관용구</firstterm>라고 합니다) 저장하고, 저장해 놓은 관용구를 빠"
+"르게 문서에 입력합니다."
+
+#: C/gedit.xml:1805(para)
+msgid ""
+"Snippets are specific to the language syntax of the current document. For "
+"example, when you are working with an HTML document, you can choose from a "
+"list of snippets that are useful for HTML. In addition, some snippets are "
+"global, and are available in all documents."
+msgstr ""
+"관용구는 현재 문서의 언어 문법에 따라 다릅니다. 예를 들어 HTML 문서 작업을 하"
+"는 경우, HTML에서 유용한 관용구 목록에서 선택해서 사용할 수 있습니다. 또 어"
+"떤 관용구는 파일 형식에 관계 없이 모든 문서에서 사용할 수 있습니다."
+
+#: C/gedit.xml:1806(para)
+msgid ""
+"A number of built-in snippets are installed with <application>gedit</"
+"application>, which can be modified."
+msgstr ""
+"<application>gedit</application>에 여러가지 내장 관용구가 설치되어 있고, 이 "
+"관용구를 바꿀 수도 있습니다."
+
+#: C/gedit.xml:1809(title)
+msgid "Inserting Snippets"
+msgstr "관용구 넣기"
+
+#: C/gedit.xml:1810(para)
+msgid ""
+"To insert a snippet into a document, type its <firstterm>tab trigger</"
+"firstterm> and press <keycap>Tab</keycap>. A snippet's tab trigger is "
+"usually the first few letters of the snippet, or something else that is "
+"short and easy to remember."
+msgstr "관용구를 문서에 넣으려면, 그 <firstterm>탭 트리거</firstterm>을 입력하고 <keycap>Tab</keycap> 키를 누르십시오. 관용구의 탭 트리거는 보통 그 관용구의 맨 앞의 글자이거나, 짧고 기억하기 쉬운 단어입니다."
+
+#: C/gedit.xml:1811(para)
+msgid ""
+"Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></"
+"keycombo> to see a list of snippets you can insert."
+msgstr "다른 방법으로, <keycombo><keycap>Ctrl</keycap><keycap>스페이스</keycap></keycombo> 키를 누르면 넣을 수 있는 관용구 목록이 나타납니다."
+
+#: C/gedit.xml:1815(title)
+msgid "Adding Snippets"
+msgstr "관용구 추가하기"
+
+#: C/gedit.xml:1816(para)
+msgid "To create a new snippet, do the following:"
+msgstr "새 관용구를 만드려면, 다음과 같이 하십시오:"
+
+#: C/gedit.xml:1819(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Manage Snippets</"
+"guimenuitem></menuchoice>. The <guilabel>Snippets Manager</guilabel> window "
+"opens."
+msgstr ""
+"<menuchoice><guimenu>도구</guimenu><guimenuitem>관용구 관리</guimenuitem></"
+"menuchoice>를 선택하십시오. <guilabel>관용구 관리자</guilabel> 창이 열립니다."
+
+#: C/gedit.xml:1822(para)
+msgid ""
+"The list of snippets is grouped by language. Select the language you want to "
+"add a snippet to, or a snippet in that language group. To add a snippet for "
+"all languages, choose Global at the top of the list. The syntax of the "
+"document you are currently working with is shown by default."
+msgstr ""
+"관용구 목록은 언어마다 묶여 있습니다. 관용구를 추가하려는 언어를 선택하거나, "
+"그 언어 안의 관용구를 선택하십시오. 모든 언어에 대해 새 관용구를 추가하려면, "
+"목록의 맨 위에 있는 전체를 선택하십시오. 처음에는 기본값으로 현재 작업하고 있"
+"는 문서의 언어를 표시합니다."
+
+#: C/gedit.xml:1825(para)
+msgid "Click <guibutton>New</guibutton>. A new snippet appears in the list."
+msgstr ""
+"<guibutton>새로 만들기</guibutton>를 누르십시오. 새 관용구가 목록에 나타납니"
+"다."
+
+#: C/gedit.xml:1828(para)
+msgid "Enter the following information for the new snippet:"
+msgstr "새 관용구에 대해 다음 정보를 입력하십시오:"
+
+#: C/gedit.xml:1830(term)
+msgid "Name"
+msgstr "이름"
+
+#: C/gedit.xml:1832(para)
+msgid ""
+"Enter a name for the snippet in the text field within the snippet list. The "
+"name of a snippet serves only as a reminder of its purpose. You can change "
+"name of a snippet you create by clicking on it in the list."
+msgstr ""
+"관용구 목록 안의 텍스트 입력란에서 관용구의 이름을 입력하십시오. 관용구의 이"
+"름은 그 관용구의 목적을 알리는 용도일 뿐입니다. 목록의 관용구를 눌러서 새로 "
+"만든 관용구의 이름을 바꿀 수 있습니다."
+
+#: C/gedit.xml:1835(term)
+msgid "Snippet text"
+msgstr "관용구 텍스트"
+
+#: C/gedit.xml:1837(para)
+msgid ""
+"Enter the text of the snippet in the <guilabel>Edit snippet</guilabel> text "
+"box. For special codes you can use, see <xref linkend=\"gedit-snippets-"
+"plugin-syntax\"/>."
+msgstr ""
+"<guilabel>관용구 편집</guilabel> 텍스트 상자에서 관용구의 텍스트를 입력하십시"
+"오. 사용할 수 있는 특수 코드에 대해서는, <xref linkend=\"gedit-snippets-"
+"plugin-syntax\"/> 부분을 참고하십시오."
+
+#: C/gedit.xml:1838(para)
+msgid ""
+"You can switch back to the document window to copy text without closing the "
+"<guilabel>Snippets Manager</guilabel> window."
+msgstr ""
+"<guilabel>관용구 관리자</guilabel> 창을 닫지 않고 문서 창으로 돌아가서 텍스트"
+"를 복사할 수도 있습니다."
+
+#: C/gedit.xml:1841(term)
+msgid "Tab Trigger"
+msgstr "탭 트리거"
+
+#: C/gedit.xml:1843(para)
+msgid ""
+"Enter the tab trigger for the snippet. This is the text that you type before "
+"pressing <keycap>Tab</keycap> to insert the snippet."
+msgstr "관용구의 탭 트리거를 입력하십시오. 탭 트리거는 관용구를 입력할 때 <keycap>Tab</keycap> 키를 누르기 전에 입력할 텍스트를 말합니다."
+
+#: C/gedit.xml:1844(para)
+msgid ""
+"The tag must be either a single word comprising only letters, or any single "
+"character. The <guilabel>Tab trigger</guilabel> will highlight in red if an "
+"invalid tab trigger is entered."
+msgstr "태그는 문자로만 이루어진 한 개의 단어이거나, 아니면 한 글자여야 합니다. 잘못 입력하면 <guilabel>탭 트리거</guilabel>를 빨간 색으로 강조합니다."
+
+#: C/gedit.xml:1847(term)
+msgid "Shortcut key"
+msgstr "바로 가기 키"
+
+#: C/gedit.xml:1849(para)
+msgid "Type a shortcut key to use for inserting the snippet."
+msgstr "관용구를 넣을 때 사용할 바로 가기 키를 입력하십시오."
+
+#: C/gedit.xml:1858(title)
+msgid "Editing and Removing Snippets"
+msgstr "관용구 편집 및 지우기"
+
+#: C/gedit.xml:1859(para)
+msgid ""
+"To edit a snippet, select it in the list and make changes to its text and "
+"activation properties."
+msgstr ""
+"관용구를 편집하려면, 목록에서 선택한 다음 그 텍스트와 활성화 속성을 바꾸십시"
+"오."
+
+#: C/gedit.xml:1860(para)
+msgid "To rename a snippet, click it again in the list."
+msgstr "관용구의 이름을 바꾸려면, 목록에서 관용구를 다시 누르십시오."
+
+#: C/gedit.xml:1861(para)
+msgid ""
+"To restore a built-in snippet that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+"직접 바꾼 내장 관용구를 원래대로 복구하려면, <guilabel>되돌리기</guilabel>를 "
+"누르십시오."
+
+#: C/gedit.xml:1862(para)
+msgid ""
+"To remove a snippet, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in snippets, only those you have "
+"created yourself."
+msgstr ""
+"관용구를 지우려면, 목록에서 선택하고 <guibutton>지우기</guibutton>를 누르십시"
+"오. 내장 관용구는 지울 수 없고, 직접 만든 관용구만 지울 수 있습니다."
+
+#: C/gedit.xml:1866(title)
+msgid "Snippet Substitutions"
+msgstr "관용구 대체"
+
+#: C/gedit.xml:1867(para)
+msgid ""
+"In addition to inserting stored text, a snippet can include customizable "
+"text, or mark spaces where you can add text once the snippet is inserted in "
+"your document."
+msgstr ""
+"저장한 텍스트를 입력하는 것 외에도, 관용구에는 사용자가 입력하는 텍스트가 들"
+"어갈 수 있습니다. 관용구를 문서에 입력한 다음에 입력할 텍스트의 위치를 알려 "
+"주기도 합니다."
+
+#: C/gedit.xml:1871(para)
+msgid "You can use the following placeholder codes in snippet text:"
+msgstr "관용구 텍스트에서 다음 입력 위치를 사용할 수 있습니다:"
+
+#: C/gedit.xml:1873(term)
+msgid "Tab placeholders"
+msgstr "탭 입력 위치"
+
+#: C/gedit.xml:1875(para)
+msgid ""
+"<literal>$<replaceable>n</replaceable></literal> defines a tab placeholder, "
+"where <literal>n</literal> is any number from 1 upwards."
+msgstr ""
+"<literal>$<replaceable>n</replaceable></literal>은 <literal>n</literal>이 1 "
+"이상의 숫자인 탭 입력 위치입니다."
+
+#: C/gedit.xml:1876(para)
+msgid ""
+"<literal>${<replaceable>n</replaceable>:<replaceable>default</replaceable>}</"
+"literal> defines a tab placeholder with a default value."
+msgstr ""
+"<literal>${<replaceable>n</replaceable>:<replaceable>default</replaceable>}</"
+"literal>은 기본값에 대한 탭 입력 위치입니다."
+
+#: C/gedit.xml:1877(para)
+msgid ""
+"A tab placeholder marks a place in the snippet text where you can add extra "
+"text after the snippet is inserted."
+msgstr ""
+"탭 입력 위치는 관용구 텍스트에서 관용구를 입력한 다음에 추가 텍스트를 입력할 "
+"수 있는 위치를 표시합니다."
+
+#: C/gedit.xml:1878(para)
+msgid ""
+"To use tab placeholders, insert the snippet as normal. The cursor is placed "
+"at the first tab placeholder. Type text, and press <keycap>Tab</keycap> to "
+"advance to the next tab placeholder. The number in the placeholder code "
+"defines the order in which tab advances to each place in the text."
+msgstr "탭 포매팅 코드를 사용하려면, 관용구를 평소와 같이 입력합니다. 커서가 첫 번째 탭 위치에 있습니다. 텍스트를 입력하고 <keycap>Tab</keycap> 키를 누르면 다음 탭 입력 위치로 이동합니다. 탭 입력 위치 코드의 번호는 탭으로 이동하는 순서를 지정합니다."
+
+#: C/gedit.xml:1879(para)
+msgid ""
+"Press <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> to "
+"return to the previous tab placeholder. Pressing <keycap>Tab</keycap> when "
+"there are no more tab placeholders moves the cursor to the end of the "
+"snippet text, or to the end placeholder if it exists."
+msgstr "<keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> 키를 누르면 이전의 탭 입력 위치로 돌아갑니다. 탭 입력 위치가 더 없을 때 <keycap>Tab</keycap> 키를 누르면 커서를 관용구 텍스트의 맨 끝으로 옮기거나, 끝 입력 위치가 있으면 거기로 커서를 옮깁니다."
+
+#: C/gedit.xml:1882(term)
+msgid "Mirror placeholders"
+msgstr "미러 입력 위치"
+
+#: C/gedit.xml:1884(para)
+msgid ""
+"A repeated tab placeholder will mirror the placeholder already defined. This "
+"allows you to type in text only once that you want to appear several times "
+"in the snippet."
+msgstr ""
+"반복 입력 위치는 이미 정의한 입력 위치의 텍스트를 따라갑니다. 이 방법으로 관"
+"용구에서 여러번 써야 하는 텍스트를 한번만 입력할 수 있습니다."
+
+#: C/gedit.xml:1887(term)
+msgid "End placeholder"
+msgstr "끝 입력 위치"
+
+#: C/gedit.xml:1889(para)
+msgid ""
+"<literal>$0</literal> defines the end placeholder. This allows you to finish "
+"working with the snippet with the cursor at a point other than the end of "
+"the snippet text."
+msgstr ""
+"<literal>$0</literal>이 끝 입력 위치를 지정합니다. 끝 입력 위치를 사용하면 관"
+"용구를 관용구 텍스트의 끝이 아닌 커서 위치에서 관용구를 끝마칠 수 있습니다."
+
+#: C/gedit.xml:1892(term)
+msgid "Environmental variables"
+msgstr "환경 변수"
+
+#: C/gedit.xml:1894(para)
+msgid ""
+"Environmental variable such as <literal>$PATH</literal> and <literal>$HOME</"
+"literal> are substituted in snippet text. The following variables specific "
+"to <application>gedit</application> can also be used:"
+msgstr ""
+"<literal>$PATH</literal>와 <literal>$HOME</literal>과 같은 환경 변수를 관용구"
+"에서 사용할 수 있습니다. <application>gedit</application> 전용의 다음과 같은 "
+"변수도 사용할 수 있습니다:"
+
+#: C/gedit.xml:1896(term)
+msgid "$GEDIT_SELECTED_TEXT"
+msgstr "$GEDIT_SELECTED_TEXT"
+
+#: C/gedit.xml:1898(para)
+msgid "The currently selected text."
+msgstr "현재 선택한 텍스트."
+
+#: C/gedit.xml:1901(term)
+msgid "$GEDIT_FILENAME"
+msgstr "$GEDIT_FILENAME"
+
+#: C/gedit.xml:1903(para)
+msgid ""
+"The full filename of the document, or an empty string if the document isn't "
+"saved yet."
+msgstr "문서의 전체 파일 이름, 문서를 저장하지 않았으면 빈 문자열."
+
+#: C/gedit.xml:1906(term)
+msgid "$GEDIT_BASENAME"
+msgstr "$GEDIT_BASENAME"
+
+#: C/gedit.xml:1908(para)
+msgid ""
+"The basename of the filename of the document, or an empty string if the "
+"document isn't saved yet."
+msgstr ""
+"문서의 파일 이름의 폴더 부분을 제외한 이름, 문서를 저장하지 않았으면 빈 문자"
+"열."
+
+#: C/gedit.xml:1911(term)
+msgid "$GEDIT_CURRENT_WORD"
+msgstr "$GEDIT_CURRENT_WORD"
+
+#: C/gedit.xml:1913(para)
+msgid ""
+"The word at the cursor's location in the document. When this variable is "
+"used, the current word will be replaced by the snippet text."
+msgstr ""
+"문서의 커서 위치에 있는 단어. 이 변수를 사용하면 현재 단어를 관용구로 바꿉니"
+"다."
+
+#: C/gedit.xml:1921(term)
+msgid "Shell placeholders"
+msgstr "쉘 입력 위치"
+
+#: C/gedit.xml:1923(para)
+msgid ""
+"<literal>$(<replaceable>cmd</replaceable>)</literal> is replaced by the "
+"result of executing <replaceable>cmd</replaceable> in a shell."
+msgstr ""
+"<literal>$(<replaceable>cmd</replaceable>)</literal>는 쉘에서 "
+"<replaceable>cmd</replaceable> 명령어를 실행한 결과로 바뀝니다."
+
+#: C/gedit.xml:1924(para)
+msgid ""
+"<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+"literal> allows you to give this placeholder a reference, where "
+"<replaceable>n</replaceable> is any number from 1 upwards. Use <literal>"
+"$<replaceable>n</replaceable></literal> to use the output from one shell "
+"placeholder as input in another."
+msgstr ""
+"<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+"literal>로 이 입력 위치를 레퍼런스로 사용할 수 있습니다. 여기서 "
+"<replaceable>n</replaceable>은 1 이상의 숫자입니다. <literal>"
+"$<replaceable>n</replaceable></literal>을 사용하면 한 개의 쉘 입력 위치의 출"
+"력 내용을 다른 위치에서도 사용할 수 있습니다."
+
+#: C/gedit.xml:1927(term)
+msgid "Python placeholders"
+msgstr "파이썬 입력 위치"
+
+#: C/gedit.xml:1929(para)
+msgid ""
+"<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> is replaced by "
+"the result of evaluating <replaceable>cmd</replaceable> in the python "
+"interpreter."
+msgstr ""
+"<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal>은 파이썬 인터프리"
+"터에서 <replaceable>cmd</replaceable>의 값을 계산한 결과로 바뀝니다."
+
+#: C/gedit.xml:1930(para)
+msgid ""
+"<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</replaceable>&gt;"
+"</literal> specifies another python placeholder as a dependency, where "
+"<replaceable>a</replaceable> gives its order in the snippet. This allows you "
+"to use python functions defined in another snippet. To specify several "
+"dependencies, separate the numbers with commas thus: <literal>$&lt;"
+"<replaceable>a</replaceable>,<replaceable>b</replaceable>:<replaceable>cmd</"
+"replaceable>&gt;</literal>"
+msgstr ""
+"<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</replaceable>&gt;"
+"</literal>는 다른 파이썬 관용구에 의존성을 지정하고, 여기서 <replaceable>a</"
+"replaceable>는 관용구의 순서를 말합니다. 이 기능을 이용해 다른 관용구에 정의"
+"한 파이썬 함수를 사용할 수 있습니다. 의존성을 여러 개 지정하려면, 숫자를 쉼표"
+"로 구분하십시오: <literal>$&lt;<replaceable>a</replaceable>,<replaceable>b</"
+"replaceable>:<replaceable>cmd</replaceable>&gt;</literal>"
+
+#: C/gedit.xml:1931(para)
+msgid ""
+"To use a variable in all other python snippets, declare it as "
+"<literal>global</literal>."
+msgstr ""
+"다른 파이썬 관용구에서 변수를 사용하려면, <literal>global</literal>로 선언하"
+"십시오."
+
+#: C/gedit.xml:1940(title)
+msgid "Sort Plugin"
+msgstr "정렬 플러그인"
+
+#: C/gedit.xml:1941(para)
+msgid ""
+"The <application>Sort</application> plugin arranges selected lines of text "
+"into alphabetical order."
+msgstr ""
+"<application>정렬</application> 플러그인으로 선택한 텍스트를 사전 순서로 정렬"
+"합니다."
+
+#: C/gedit.xml:1942(para)
+msgid ""
+"You cannot undo the Sort operation, so you should save the file before "
+"performing the sort. To revert to the saved version of the file after the "
+"sort operation, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Revert</guimenuitem></menuchoice>."
+msgstr ""
+"정렬 동작은 실행을 취소할 수 없으므로, 정렬을 하기 전에 파일을 저장해 놓아야 "
+"합니다. 정렬을 한 다음에 저장한 파일로 되돌리려면, <menuchoice><guimenu>파일"
+"</guimenu><guimenuitem>되돌리기</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:1945(para)
+msgid "To use the Sort plugin, perform the following steps:"
+msgstr "정렬 플러그인을 사용하려면, 다음 순서대로 하십시오:"
+
+#: C/gedit.xml:1948(para)
+msgid "Select the lines of text you want to sort."
+msgstr "정렬하려는 텍스트 줄을 선택하십시오."
+
+#: C/gedit.xml:1950(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</guimenuitem></"
+"menuchoice>. The <guilabel>Sort</guilabel> dialog opens."
+msgstr ""
+"<menuchoice><guimenu>편집</guimenu><guimenuitem>정렬</guimenuitem></"
+"menuchoice>을 선택하십시오. <guilabel>정렬</guilabel> 대화 창이 열립니다."
+
+#: C/gedit.xml:1953(para)
+msgid "Choose the options you want for the sort:"
+msgstr "정렬에 사용할 옵션을 선택하십시오:"
+
+#: C/gedit.xml:1956(para)
+msgid ""
+"To arrange the text in reverse order, select <guilabel>Reverse order</"
+"guilabel>."
+msgstr "반대 순서로 정렬하려면, <guilabel>반대 순서</guilabel>를 선택하십시오."
+
+#: C/gedit.xml:1959(para)
+msgid ""
+"To delete duplicate lines, select <guilabel>Remove duplicates</guilabel>."
+msgstr ""
+"같은 줄을 지우려면, <guilabel>같은 줄 지우기</guilabel>를 선택하십시오."
+
+#: C/gedit.xml:1962(para)
+msgid "To ignore case sensitivity, select <guilabel>Ignore case</guilabel>."
+msgstr ""
+"대소문자 구별을 무시하려면, <guilabel>대소문자 무시</guilabel>를 선택하십시"
+"오."
+
+#: C/gedit.xml:1965(para)
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <guilabel>Start at "
+"column</guilabel> spin box."
+msgstr ""
+"정렬할 때 줄 시작 부분에 있는 문자를 무시하려면, <guilabel>시작할 열</"
+"guilabel> 스핀 상자에서 정렬할 때 사용할 첫 번째 문자를 지정하십시오."
+
+#: C/gedit.xml:1970(para)
+msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgstr "정렬을 시작하려면, <guibutton>정렬</guibutton>을 누르십시오."
+
+#: C/gedit.xml:1977(title)
+msgid "Spell Checker Plugin"
+msgstr "맞춤법 검사 플러그인"
+
+#: C/gedit.xml:1978(para)
+msgid ""
+"The <application>Spell Checker</application> plugin checks the spelling in "
+"the selected text. You can configure <application>gedit</application> to "
+"check the spelling automatically, or you can check the spelling manually, in "
+"the specified language. The language setting, and the autocheck spelling "
+"properties, apply per document. To use the Spell checker plugin, perform the "
+"following steps:"
+msgstr "<application>맞춤법 검사</application> 플러그인은 선택한 텍스트의 맞춤법을 검사합니다. 자동으로 맞춤법을 검사하도록 <application>gedit</application>를 설정할 수 있고, 수동으로 맞춤법을 지정한 언어로 검사할 수도 있습니다. 언어 설정 및 맞춤법 자동 검사 속성은 문서마다 적용됩니다. 맞춤법 검사 플러그인을 사용하려면, 다음 순서대로 하십시오:"
+
+#: C/gedit.xml:1980(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Set Language</"
+"guimenuitem></menuchoice> to display the <guilabel>Set language</guilabel> "
+"dialog. Select the appropriate language from the list. Click <guibutton>OK</"
+"guibutton> to close the <guilabel>Set language</guilabel> dialog."
+msgstr ""
+"<menuchoice><guimenu>도구</guimenu><guimenuitem>언어 설정</guimenuitem></"
+"menuchoice>을 선택하면 <guilabel>언어 설정</guilabel> 대화 창을 표시합니다. "
+"목록에서 원하는 언어를 선택하십시오. <guibutton>확인</guibutton>을을 눌러 "
+"<guilabel>언어 설정</guilabel> 대화 창을 닫으십시오."
+
+#: C/gedit.xml:1983(para)
+msgid ""
+"To check the spelling automatically, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice>. To unset "
+"the automatic spell check, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice> again. "
+"When automatic spell checking is set, an icon is displayed beside the "
+"<guimenuitem>Autocheck Spelling</guimenuitem> menu item. Automatic spell "
+"checking is unset by default, each time <application>gedit</application> "
+"starts."
+msgstr "맞춤법을 자동으로 검사하려면, <menuchoice><guimenu>도구</guimenu><guimenuitem>맞춤법 자동 검사</guimenuitem></menuchoice>를 선택하십시오. 맞춤법 자동 검사를 사용하지 않으려면, <menuchoice><guimenu>도구</guimenu><guimenuitem>맞춤법 자동 검사</guimenuitem></menuchoice>를 다시 선택하십시오. 맞춤법 자동 검사를 사용하면, <guimenuitem>맞춤법 자동 검사</guimenuitem>를 메뉴 항목 옆에 아이콘을 표시합니다. 맞춤법 자동 검사는 <application>gedit</application>를 시작할 때 기본값으로 사용하지 않는 상태입니다."
+
+#: C/gedit.xml:1984(para)
+msgid ""
+"Unknown spellings are displayed in a different color, and underlined. Right-"
+"click on an unknown spelling, then select <guimenu>Spelling Suggestions</"
+"guimenu> from the popup menu:"
+msgstr ""
+"알려지지 않은 맞춤법은 다른 색과 밑줄로 표시합니다. 알려지지 않은 맞춤법에 마"
+"우스 오른쪽 단추를 누르고, 팝업 메뉴에서 <guimenu>맞춤법 추천</guimenu>을 선"
+"택하십시오:"
+
+#: C/gedit.xml:1987(para)
+msgid ""
+"To replace the unknown spelling with another spelling in the list, select "
+"the replacement spelling from the <guimenu>Spelling Suggestions</guimenu> "
+"popup menu."
+msgstr ""
+"알려지지 않은 맞춤법을 목록의 다른 맞춤법으로 바꾸려면, <guimenu>맞춤법 추천"
+"</guimenu> 팝업 메뉴에서 바꿀 맞춤법을 선택하십시오."
+
+#: C/gedit.xml:1990(para)
+msgid ""
+"To add the unknown spelling to your personal dictionary, select "
+"<menuchoice><guimenu>Spelling Suggestions</guimenu><guimenuitem>Add</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"알려지지 않은 맞춤법을 개인 사전에 추가하려면, <menuchoice><guimenu>맞춤법 추"
+"천</guimenu><guimenuitem>추가</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:1993(para)
+msgid ""
+"To ignore all occurrences of the unknown spelling, so that they are no "
+"longer flagged as unknown but are not added to your personal dictionary, "
+"select <menuchoice><guimenu>Spelling Suggestions</"
+"guimenu><guimenuitem>Ignore All</guimenuitem></menuchoice>. The unknown word "
+"is ignored in the current <application>gedit</application> session only."
+msgstr ""
+"알려지지 않은 맞춤법을 모두 무시해서 알려지지 않았다고 표시하지 않게 하면서 "
+"개인 사전에는 추가하지 않으려면, <menuchoice><guimenu>맞춤법 추천</"
+"guimenu><guimenuitem>모두 무시</guimenuitem></menuchoice>를 선택하십시오. 현"
+"재 <application>gedit</application> 세션에서만 알려지지 않은 단어를 무시합니"
+"다."
+
+#: C/gedit.xml:1998(para)
+msgid ""
+"To check the spelling manually, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Check Spelling</guimenuitem></menuchoice>."
+msgstr ""
+"수동으로 맞춤법을 검사하려면, <menuchoice><guimenu>도구</"
+"guimenu><guimenuitem>맞춤법 검사</guimenuitem></menuchoice>를 선택하십시오."
+
+#: C/gedit.xml:2000(para)
+msgid ""
+"If there are no spelling errors, an <guilabel>Information</guilabel> dialog "
+"displays a message stating that the document does not contain misspelled "
+"words. Click <guibutton>OK</guibutton> to close the <guilabel>Information</"
+"guilabel> dialog."
+msgstr ""
+"맞춤법 오류가 없으면, <guilabel>정보</guilabel> 대화 창에서 이 문서 안에 맞춤"
+"법이 틀린 단어가 없다는 메세지를 표시합니다. <guibutton>확인</guibutton>을 눌"
+"러 <guilabel>정보</guilabel> 대화 창을 닫으십시오."
+
+#: C/gedit.xml:2002(para)
+msgid ""
+"If there are spelling errors, the <guilabel>Check Spelling</guilabel> dialog "
+"is displayed:"
+msgstr ""
+"맞춤법 오류가 있으면, <guilabel>맞춤법 검사</guilabel> 대화 창을 표시합니다:"
+
+#: C/gedit.xml:2005(para)
+msgid ""
+"The <guilabel>Misspelled word</guilabel> is displayed at the top of the "
+"dialog."
+msgstr "<guilabel>맞춤법이 틀린 단어</guilabel>를 대화 창의 위에 표시합니다."
+
+#: C/gedit.xml:2008(para)
+msgid ""
+"A suggested known spelling is displayed in the <guilabel>Change to</"
+"guilabel> text box. You can replace this with another known spelling by "
+"selecting a spelling from the <guilabel>Suggestions</guilabel> list, or you "
+"can enter text directly into the <guilabel>Change to</guilabel> text box."
+msgstr ""
+"추천하는 알려진 맞춤법을 <guilabel>바꿀 단어</guilabel> 텍스트 상자에 표시합"
+"니다. <guilabel>추천</guilabel> 목록에서 다른 맞춤법을 고르면 다른 알려진 맞"
+"춤법을 이 텍스트 상자에 표시합니다. 아니면 직접 <guilabel>바꿀 단어</"
+"guilabel> 텍스트 상자에 텍스트를 입력할 수도 있습니다."
+
+#: C/gedit.xml:2011(para)
+msgid ""
+"To check the spelling of the text in the <guilabel>Change to</guilabel> text "
+"box, click <guibutton>Check Word</guibutton>. If this is a known word, the "
+"<guilabel>Suggestions</guilabel> list is replaced with the text <literal>"
+"(correct spelling)</literal>. If the word is not known, new entries appear "
+"in the <guilabel>Suggestions</guilabel> list."
+msgstr ""
+"<guilabel>바꿀 단어</guilabel> 텍스트 상자의 맞춤법을 검사하려면, <guibutton>"
+"단어 검사</guibutton>를 누르십시오. 알려진 단어인 경우, <guilabel>추천</"
+"guilabel>목록이 <literal>(올바른 맞춤법)</literal>이라는 텍스트로 바뀝니다. "
+"그 단어가 알려지지 않은 경우, <guilabel>추천</guilabel>목록에 새 항목이 나타"
+"납니다."
+
+#: C/gedit.xml:2014(para)
+msgid ""
+"To ignore the current occurrence of the unknown word, click "
+"<guibutton>Ignore</guibutton>. To ignore all occurrences of the unknown "
+"word, click <guibutton>Ignore All</guibutton>. The unknown word is ignored "
+"in the current <application>gedit</application> session only."
+msgstr ""
+"현재 알려지지 않은 단어를 무시하려면, <guibutton>무시</guibutton>를 누르십시"
+"오. 알려지지 않은 단어를 모두 무시하려면, <guibutton>모두 무시</guibutton>를 "
+"누르십시오. 현재 <application>gedit</application> 세션에서만 알려지지 않은 단"
+"어를 무시합니다."
+
+#: C/gedit.xml:2017(para)
+msgid ""
+"To change the current occurrence of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change</"
+"guibutton>. To change all occurrences of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change All</"
+"guibutton>."
+msgstr ""
+"현재 알려지지 않은 단어를 <guilabel>바꿀 단어</guilabel> 텍스트 상자에 들어 "
+"있는 텍스트로 바꾸려면, <guibutton>바꾸기</guibutton>를 누르십시오. 그 알려지"
+"지 않은 단어를 모두 <guilabel>바꿀 단어</guilabel> 텍스트 상자의 텍스트로 바"
+"꾸려면, <guibutton>모두 바꾸기</guibutton>를 누르십시오."
+
+#: C/gedit.xml:2020(para)
+msgid ""
+"To add the unknown word to your personal dictionary, click <guibutton>Add "
+"word</guibutton>."
+msgstr ""
+"알려지지 않은 단어를 개인 사전에 추가하려면, <guibutton>단어 추가</guibutton>"
+"를 누르십시오."
+
+#: C/gedit.xml:2023(para)
+msgid ""
+"To close the <guilabel>Check Spelling</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"<guilabel>맞춤법 검사</guilabel> 대화 창을 닫으려면, <guibutton>닫기</"
+"guibutton>를 누르십시오."
+
+#: C/gedit.xml:2032(title)
+msgid "Tag List Plugin"
+msgstr "태그 목록 플러그인"
+
+#: C/gedit.xml:2033(para)
+msgid ""
+"The <application>Tag List</application> plugin allows you to insert common "
+"tags from a list in the side pane."
+msgstr ""
+"<application>태그 목록</application> 플러그인으로 가장자리 창의 목록에서 자"
+"주 사용하는 태그를 입력할 수 있습니다."
+
+#: C/gedit.xml:2034(para)
+msgid "To use the Tag List plugin, perform the following steps:"
+msgstr "태그 목록 플러그인을 사용하려면 다음 순서대로 하십시오:"
+
+#: C/gedit.xml:2036(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"<menuchoice><guimenu>보기</guimenu><guimenuitem>가장자리 창</guimenuitem></"
+"menuchoice>을 선택하십시오."
+
+#: C/gedit.xml:2040(para)
+msgid ""
+"By default, the side pane shows a tab containing a list of open documents. "
+"Click on the tab showing a + icon at the bottom of the side pane to show the "
+"tag list tab."
+msgstr ""
+"기본값으로 가장자리 창은 열려 있는 문서의 목록이 들어 있는 탭을 표시합니다. "
+"가장자리 창의 아래에 있는 + 아이콘을 누르면 태그 목록 탭을 표시합니다."
+
+#: C/gedit.xml:2042(para)
+msgid ""
+"Select the appropriate tag category from the drop-down list. For example, "
+"<guilabel>HTML - Tags</guilabel>."
+msgstr ""
+"드롭다운 목록에서 필요한 태그 분류를 선택하십시오. 예를 들어 <guilabel>HTML "
+"- 태그</guilabel>를 선택하십시오."
+
+#: C/gedit.xml:2045(para)
+msgid "Scroll through the tag list to find the required tag."
+msgstr "태그 목록을 스크롤해서 필요한 태그를 찾으십시오."
+
+#: C/gedit.xml:2048(para)
+msgid ""
+"To insert a tag at the cursor position in the current file, double-click on "
+"the tag in the tag list. You can also insert a tag as follows:"
+msgstr ""
+"현재 파일의 커서 위치에 태그를 넣으려면, 태그 목록에서 해당 태그를 두 번 누르"
+"십시오. 다음과 같이 태그를 넣을 수도 있습니다:"
+
+#: C/gedit.xml:2050(para)
+msgid ""
+"To insert a tag in the current file and change the focus from the side pane "
+"to the display area, press <keycap>Return</keycap>."
+msgstr "현재 파일에 태그를 넣고 포커스를 가장자리 창에서 표시 영역으로 바꾸려면, <keycap>Return</keycap> 키를 누르십시오."
+
+#: C/gedit.xml:2053(para)
+msgid ""
+"To insert a tag in the current file and maintain the focus on the "
+"<guilabel>Tag list plugin</guilabel> window, press <keycombo><keycap>Shift</"
+"keycap><keycap>Return</keycap></keycombo>."
+msgstr "현재 파일에 태그를 넣고 포커스를 <guilabel>태그 목록 플러그인</guilabel> 창에 유지하려면, <keycombo><keycap>Shift</keycap><keycap>Return</keycap></keycombo> 키를 누르십시오."
+
+#: C/gedit.xml:2062(title)
+msgid "User Name Plugin"
+msgstr "사용자 이름 플러그인"
+
+#: C/gedit.xml:2063(para)
+msgid ""
+"The <application>User name</application> plugin inserts the username of the "
+"current user into the document."
+msgstr ""
+"<application>사용자 이름</application> 플러그인은 현재 사용자의 사용자 이름"
+"을 문서에 넣습니다."
+
+#: C/gedit.xml:2064(para)
+msgid ""
+"To insert your username at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert User Name</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"커서 위치에 사용자 이름을 넣으려면, <menuchoice><guimenu>편집</"
+"guimenu><guimenuitem>사용자 이름 넣기</guimenuitem></menuchoice>를 선택하십시"
+"오."
+
+#: C/gedit.xml:2066(para)
+msgid ""
+"This plugin is mostly provided as an example of how to create your own "
+"plugins. For more information on creating plugins, see the <ulink type=\"http"
+"\" url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</"
+"application> website</ulink>."
+msgstr ""
+"자기만의 플러그인을 만드는 방법에 대한 예제로서의 기능이 이 플러그인의 주된 "
+"목적입니다. 플러그인을 만드는 방법에 대해 좀 더 알고 싶으시면, <ulink type="
+"\"http\" url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</"
+"application> 웹사이트</ulink>를 참고하십시오."
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
+#: C/gedit.xml:0(None)
+msgid "translator-credits"
+msgstr ""
+"Sun Microsystems, 2002.\n"
+"류창우 <cwryu@debian.org>, 2007."
+
+#~ msgid ""
+#~ "To undo a change you have made, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To reverse this "
+#~ "action, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</"
+#~ "guimenuitem></menuchoice>. The number of previous edits that you can undo "
+#~ "is determined by the <guilabel>Undo</guilabel> limit setting in the "
+#~ "<guilabel>Editor</guilabel> tabbed section of the <guilabel>Preferences</"
+#~ "guilabel> dialog: see <xref linkend=\"gedit-prefs-editor\"/>."
+#~ msgstr ""
+#~ "편집한 내용을 취소하려면 <menuchoice><guimenu>편집</guimenu><guimenuitem>"
+#~ "실행 취소</guimenuitem></menuchoice>를 선택하십시오. 취소한 내용을 되돌리"
+#~ "려면 <menuchoice><guimenu>편집</guimenu><guimenuitem>다시 실행</"
+#~ "guimenuitem></menuchoice>을 선택하십시오. 이전에 편집한 내용 중 실행 취소"
+#~ "할 수 있는 회수는 <guilabel>기본 설정</guilabel> 대화 상자의 <guilabel>편"
+#~ "집기</guilabel> 탭 섹션에 있는 <guilabel>실행 취소</guilabel> 제한 설정에 "
+#~ "따라 다릅니다. <xref linkend=\"gedit-prefs-editor\"/> 부분을 참고하십시오."
+
+#~ msgid ""
+#~ "To position the cursor on a specific line in the current file, perform "
+#~ "the following steps:"
+#~ msgstr "커서를 현재 파일의 특정 줄로 옮기려면, 다음 순서대로 하십시오:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Go to Line</guilabel> "
+#~ "dialog."
+#~ msgstr ""
+#~ "<menuchoice><guimenu>찾기</guimenu><guimenuitem>줄로 이동</guimenuitem></"
+#~ "menuchoice>을 선택하십시오. <guilabel>줄로 이동</guilabel> 대화 창을 표시"
+#~ "합니다."
+
+#~ msgid ""
+#~ "Click <guibutton>Go to Line</guibutton>. The application moves the cursor "
+#~ "to the line number that you specify."
+#~ msgstr ""
+#~ "<guibutton>줄로 이동</guibutton>을 누르십시오. 커서가 지정한 번호의 줄로 "
+#~ "이동합니다."
+
+#~ msgid ""
+#~ "To close the <guilabel>Go to Line</guilabel> dialog, click "
+#~ "<guibutton>Close</guibutton>."
+#~ msgstr ""
+#~ "<guilabel>줄로 이동</guilabel> 대화 창을 닫으려면, <guibutton>닫기</"
+#~ "guibutton>를 누르십시오."
+
+#~ msgid "F7"
+#~ msgstr "F7"
+
+#~ msgid "Undo"
+#~ msgstr "실행 취소"
+
+# FIXME: obsolete feature
+#~ msgid ""
+#~ "Select the <guilabel>Limit to ... actions</guilabel> option to set a "
+#~ "limit on the number of editing actions that you can undo. Use the spin "
+#~ "box to specify the maximum number of actions that you can undo."
+#~ msgstr ""
+#~ "<guilabel>... 개 작업으로 제한</guilabel> 옵션을 선택하면 실행 취소할 수 "
+#~ "있는 편집 작업의 개수를 제한할 수 있습니다. 스핀 상자를 사용해 실행 취소"
+#~ "할 수 있는 최대 작업 개수를 지정합니다."
+
+# FIXME: obsolete feature
+#~ msgid ""
+#~ "Select the <guilabel>Unlimited undo</guilabel> option to set no limit on "
+#~ "the number of editing actions that you can undo."
+#~ msgstr ""
+#~ "<guilabel>무제한 실행 취소</guilabel> 옵션을 선택하면 실행 취소할 수 있는 "
+#~ "편집 작업 수에 제한이 없습니다."
diff --git a/help/lv/lv.po b/help/lv/lv.po
new file mode 100644
index 0000000..30cb550
--- /dev/null
+++ b/help/lv/lv.po
@@ -0,0 +1,4234 @@
+# Latvian translation for gedit.
+# Copyright (C) 2012 Anita Reitere, Tomass Andersons, Matīss Baldonis
+# This file is distributed under the same license as the gedit package.
+#
+# Anita Reitere <nitalynx@gmail.com>, 2012.
+# Tomass Andersons, 2011-2012.
+# Matīss Baldonis, 2011-2012.
+# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2012, 2013, 2014, 2016, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"POT-Creation-Date: 2017-03-27 18:08+0000\n"
+"PO-Revision-Date: 2017-04-09 14:33+0200\n"
+"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
+"Language-Team: Latvian <lata-l10n@googlegroups.com>\n"
+"Language: lv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :"
+" 2);\n"
+"X-Generator: Lokalize 2.0\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Tomass Andersons\n"
+"Matīss Baldonis\n"
+"Anita Reitere <nitalynx@gmail.com>"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Mainīt teksta un fona krāsu gedit lietotnē."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:13 C/gedit-change-default-font.page:10
+#: C/gedit-close-file.page:10 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:12 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:10 C/gedit-plugin-guide.page:10
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:14
+#: C/gedit-plugins-insert-date-time.page:14 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:9
+#: C/gedit-plugins-quick-open.page:10 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:13 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:13 C/gedit-save-file.page:13
+#: C/gedit-search.page:11 C/gedit-shortcut-keys.page:14
+#: C/gedit-spellcheck.page:12 C/gedit-syntax-highlighting.page:10
+#: C/gedit-tabs-moving.page:13 C/gedit-tabs.page:14
+#: C/gedit-undo-recent-action.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:17
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:19 C/gedit-change-color-scheme.page:24
+#: C/gedit-shortcut-keys.page:41
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:22 C/gedit-replace.page:25
+#: C/gedit-shortcut-keys.page:39
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:30
+msgid "Change the color scheme"
+msgstr "Mainīt krāsu shēmu"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:32
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> ir vairākas atšķirīgas krāsu shēmas, kas ļauj mainīt "
+"galvenā teksta loga izskatu."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:36
+msgid "To change the color scheme:"
+msgstr "Lai mainītu krāsu shēmu:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:38
+msgid ""
+"Open the <gui style=\"menu\">gedit</gui> menu from the top bar, then select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Atveriet <gui style=\"menu\">gedit</gui> izvēlni augšējā joslā, tad "
+"izvēlieties <guiseq><gui style=\"menuitem\">Iestatījumi</gui><gui>Fonts un "
+"krāsas</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:43
+msgid "Choose your desired color scheme."
+msgstr "Izvēlieties vēlamo krāsu shēmu."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:47
+msgid "The new color scheme will be applied immediately."
+msgstr "Jaunā krāsu shēma tiks pielietota tūlīt."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:50
+msgid "Use a Custom Color Scheme"
+msgstr "Izmantot pielāgotu krāsu shēmu"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:56
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Jūs varat izmantot arī citu lietotāju radītas krāsu shēmas, vai arī izveidot "
+"un lietot savas krāsu shēmas."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:59
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Instrukcijas pielāgotu krāsu shēmu instalēšanai, kā arī pieejamo krāsu shēmu "
+"piemēri, ir atrodami <link href=\"https://wiki.gnome.org/Projects/"
+"GtkSourceView/StyleSchemes\">gedit wiki</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Izmatot pielāgotu fontu tekstam gedit lietotnē."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:12
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:19
+msgid "Change the default font"
+msgstr "Nomainīt noklusēto fontu"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"Pēc noklusējuma <app>gedit</app> izmantos sistēmas fiksētā platuma fontu, "
+"bet <app>gedit</app> noklusēto fontu var mainīt pēc jūsu izvēles."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:26
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Lai nomainītu noklusēto fontu <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:27
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Iestatījumi</gui> <gui>Fonts un krāsas</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:30
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+"Izņemiet ķeksīti līdzās teikumam \"Lietot sistēmas fiksētā platuma fontu\"."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Spiediet uz pašreizējā fonta nosaukuma. <app>gedit</app> atvērs fontu "
+"izvēlētāja logu, kas jums ļaus redzēt vairāk fontu un izvēlēties jums vēlamo."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:35
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Kad esat izvēlējies jaunu fontu, izmantojiet <gui>slīdni</gui> zem fontu "
+"saraksta, lai iestatītu noklusējuma fonta izmēru."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Spiediet pogu <gui>Izvēlēties</gui>, un pēc tam <gui>Aizvērt</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Iziet no datnes, ko izmantojat."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:17
+msgid "Close a file"
+msgstr "Aizvērt datni"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:19
+msgid ""
+"To close a file in <app>gedit</app>, select <guiseq><gui>File</gui> "
+"<gui>Close</gui></guiseq>. Alternately, you can click the small \"X\" that "
+"appears on the right-side of the file's tab, or press <keyseq><key>Ctrl</"
+"key> <key>W</key></keyseq>."
+msgstr ""
+"Lai aizvērtu datni <app>gedit</app>, izvēlieties <guiseq><gui>Datne</"
+"gui><gui>Aizvērt</gui></guiseq> vai veiciet klikšķi uz \"X\" datnes cilnes "
+"labajā pusē, vai nospiediet <keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Jebkura no šīm darbībām aizvērs datni <app>gedit</app>. Ja datnē ir "
+"nesaglabātas izmaiņas, <app>gedit</app> piedāvās tās saglabāt, pirms aizvērt "
+"datni."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Atvērt jaunu datni rediģēšanai."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:16
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:14
+#: C/gedit-replace.page:29 C/gedit-save-file.page:21 C/gedit-search.page:23
+#: C/gedit-tabs.page:31 C/gedit-undo-recent-action.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Izveidot jaunu datni"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the toolbar, or "
+"press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Vieglākais veids, kā ar <app>gedit</app> izveidot jaunu datni — spiediet uz "
+"pogas <gui>Izveidot jaunu dokumentu</gui> rīkjoslas kreisajā pusē, vai "
+"spiediet <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Jebkura no šīm darbībām izveidos jaunu datni <app>gedit</app> logā. Ja jums "
+"<app>gedit</app> jau ir atvērtas citas datnes, jaunā datne parādīsies kā "
+"jauna cilne pa labi no jau esošajām."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Izmantot administratora privilēģijas, lai rediģētu datni."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Rediģēt datni kā root lietotājs"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Rediģēt datnes administratīvā lietotāja lomā ir potenciāli bīstami, jo ir "
+"iespējams sabojāt sistēmu. Veicot darbības kā root lietotājs, esiet "
+"piesardzīgi."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Lai rediģētu datnes kā root, palaidiet <app>gedit</app> no termināļa, "
+"ievadot:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Lietojot <cmd>sudo</cmd> komandu, būs pareizi jāievada jūsu parole, pirms "
+"<app>gedit</app> tiks palaista."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Alternatīva <cmd>sudo</cmd> komandai ir administratīvo tiesību iegūšana, "
+"ievadot:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Pēc tam varat palaist <app>gedit</app>, ievadot <cmd>gedit</cmd> komandu."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Kad <app>gedit</app> ir palaista ar administratīvajām tiesībām, šīs tiesības "
+"paliks spēkā līdz pat <app>gedit</app> aizvēršanai."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Iemācīties pamatus, kā strādāt ar datnēm gedit lietotnē."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Pamatdarbības ar datnēm — datņu atvēršana, aizvēršana un saglabāšana"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, and opening and closing files."
+msgstr ""
+"Jauniem <app>gedit</app> lietotājiem šīs sadaļas palīdzēs izveidot, "
+"saglabāt, atvērt un aizvērt datnes."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Iestatīt gedit, lai tas aizņemtu visu ekrānu."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:22
+msgid "Use fullscreen mode"
+msgstr "Lietot pilnekrāna režīmu"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:24
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Strādājot ar lielu dokumentu, var noderēt <app>gedit</app> pilnekrāna "
+"režīms. Šajā režīmā tiek noslēpta <gui>izvēlņu josla</gui>, <gui>ciļņu "
+"josla</gui> un <gui>rīku josla</gui>, atstājot vairāk vietas tekstam un "
+"ļaujot jums labāk koncentrēties darbam."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:31
+msgid "Turn on fullscreen mode"
+msgstr "Ieslēgt pilnekrāna režīmu"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:32
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Lai ieslēgtu pilnekrāna režīmu, nospiediet <key>F11</key>. <app>gedit</app> "
+"izvēļņu, loga virsraksta un ciļņu joslas tiks paslēptas, un jūs redzēsiet "
+"tikai pašlaik atvērtās datnes tekstu."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:35
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Lai veiktu kādu darbību no <app>gedit</app> izvēlnes, strādājot pilnekrāna "
+"režīmā, pārvietojiet peles rādītāju uz ekrāna augšējo malu. <app>Gedit</app> "
+"izvēlņu josla atkal parādīsies, un jūs varēsiet izvēlēties vēlamo darbību."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:41
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Lai pārslēgtos starp atvērtajām cilnēm pilnekrāna režīmā, nospiediet vai nu "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq>, vai "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:49
+msgid "Turn off fullscreen mode"
+msgstr "Izslēgt pilnekrāna režīmu"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:50
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Lai izslēgtu pilnekrāna režīmu un atgrieztos pie standarta <app>gedit</app> "
+"loga, spiediet <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:52
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select <gui>Leave Fullscreen</gui>."
+msgstr ""
+"Jūs varat arī pārvietot peles rādītāju augšup, kamēr parādās <gui>izvēļņu "
+"josla</gui>. Tad izvēlieties <gui>Pamest pilnekrānu</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Izmantot gedit sānu rūti datņu pārlūku."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side pane"
+msgstr "Skatīt un atvērt datnes, izmantojot sānu rūti"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the <app>side pane</app>."
+msgstr ""
+"Parastākais veids, kā pārslēgties starp datnēm <app>gedit</app>, ir ar "
+"cilnēm <app>gedit</app> loga augšā. Tomēr dažkārt, it īpaši strādājot ar "
+"lielu atvērtu datņu skaitu, var būt ērtāk izmantot <app>sānu rūti</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the <app>side pane</app>, select <guiseq><gui>View</gui> "
+"<gui>Side Pane</gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Lai ieslēgtu <app>sānu rūti</app>, izvēlieties <guiseq><gui>Skats</gui> "
+"<gui>Sānu rūts</gui></guiseq> vai nospiediet <key>F9</key> taustiņu."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the <gui>side pane</gui> open or closed by pressing <key>F9</"
+"key> at any time."
+msgstr ""
+"<gui>Sānu rūti</gui> var atvērt vai aizvērt jebkurā brīdī, nospiežot "
+"<key>F9</key> taustiņu."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:38
+#: C/gedit-plugins-file-browser.page:32
+msgid "Opening files from the side pane"
+msgstr "Datņu atvēršana no sānu rūts"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:39
+msgid ""
+"To open files from the <app>side pane</app>, first open the <app>side pane</"
+"app> by selecting <guiseq><gui>View</gui> <gui>Side Pane</gui></guiseq>, "
+"then click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+"Lai atvērtu datnes no <app>sānu rūts</app>, vispirms atveriet <app>sānu "
+"rūti</app>, izvēloties <guiseq><gui>Skats</gui><gui>Sānu rūts</gui></"
+"guiseq>, tad veiciet klikšķi uz <gui>datņu pārlūka</gui> ikonas rūts apakšā."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>file-browser</em> mode of the <app>side pane</"
+"app>. You can then use the navigation buttons at the top of the pane to "
+"locate and open your desired files."
+msgstr ""
+"Tas ieslēgs <app>sānu rūts</app> <em>datņu pārlūka</em> režīmu. Izmantojot "
+"navigācijas pogas rūts augšā, var atrast un atvērt vēlamās datnes."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side pane to switch between open files"
+msgstr "Pārslēgties starp atvērtajām datnēm, izmantojot sānu rūti"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side pane to switch "
+"between open files. To activate the file browser portion of the <app>side "
+"pane</app>, click on the <gui>file</gui> icon at the bottom of the <gui>side "
+"pane</gui>."
+msgstr ""
+"Kad atvērtas vairākas datnes, starp tām var pārslēgties ar sānu rūti. Lai "
+"ieslēgtu <app>sānu rūts</app> datņu pārlūka daļu, veiciet klikšķi uz "
+"<gui>datnes</gui> ikonas <gui>sānu rūts</gui> apakšā."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:66
+msgid ""
+"Clicking on any file name in the <gui>side pane</gui> will open that file "
+"for editing."
+msgstr ""
+"Klikšķis uz jebkuras datnes nosaukuma <gui>sānu rūtī</gui> atvērs šo datni "
+"rediģēšanai."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Atvērt datnes, lai sāktu ar tām strādāt."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Atvērt datni vai datņu kopu"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Lai atvērtu datni <app>gedit</app>, veiciet klikšķi uz pogas <gui>Atvērt</"
+"gui>, vai nospiediet <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Tad parādīsies dialoglodziņš <gui>Atvērt</gui>. Izvēlieties atveramo datni, "
+"izmantojot peli vai tastatūru, un spiediet pogu <gui>Atvērt</gui>. Izvēlētā "
+"datne tiks atvērta jaunā cilnē."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Lai aizvērtu dialoglodziņu <gui>Atvērt</gui>, neatverot nevienu datni, "
+"spiediet <gui>Atcelt</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Izmantojot <key>Ctrl</key> un <key>Shift</key> taustiņus, var atvērt "
+"vairākas datnes vienlaikus. Ja, veicot klikšķi uz katras vajadzīgās datnes, "
+"tur nospiestu <key>Ctrl</key> taustiņu, tad, nospiežot pogu <gui>Atvērt</"
+"gui>, tiks atvērtas visas izvēlētās datnes."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Ja izvēles laikā pietur <key>Shift</key> taustiņu, tiks atvērta pirmā un "
+"pēdējā datne, uz kuriem veikts klikšķis, kā arī visas datnes, kas sarakstā "
+"atrodas starp tām."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Piekļūt datnēm, kas ir saglabātas uz cita datora."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Atvērt datni, kas atrodas uz servera"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Lai atvērtu datni uz servera ar <app>gedit</app>, vajadzīgi daži tehniski "
+"fakti par attiecīgo serveri. Piemēram, jāzina servera IP adrese vai URL, kā "
+"arī servera tips (piemēram, HTTP, FTP u.tml.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Turklāt daži serveri ierobežo ar to datnēm veicamās darbības. Piemēram, jums "
+"var būt iespēja atvērt datni, kas atrodas uz servera, bet datni ar veiktajām "
+"izmaiņām nāksies saglabāt uz sava datora."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Ņemot vērā šos brīdinājumus, datni no servera atvērt ar <app>gedit</app> var "
+"šādi:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid ""
+"Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+"<gui>Open Files</gui> dialog."
+msgstr ""
+"Izvēlieties <guiseq><gui>Datne</gui><gui>Atvērt</gui></guiseq>, lai parādītu "
+"dialoglodziņu<gui>Atvērt datnes</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid ""
+"Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</gui> "
+"dialog."
+msgstr ""
+"Izvēlieties <gui>zīmuļa</gui> ikonu dialoglodziņa <gui>Atvērt datnes</gui> "
+"augšā."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Ievadiet attiecīgā servera IP adresi vai URL."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:38
+msgid "Find and select the file that you wish to open."
+msgstr "Atrodiet un izvēlieties datni, ko vēlaties atvērt."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39
+msgid ""
+"Use the Character coding drop-down list to select the appropriate character "
+"coding."
+msgstr "Izvēlieties atbilstošo rakstzīmju kodējumu no izkrītošās izvēlnes."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:41 C/gedit-plugins-quick-open.page:43
+msgid "Click <gui>Open</gui>."
+msgstr "Spiediet pogu <gui>Atvērt</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:44
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>gvfs</app>."
+msgstr ""
+"Derīgi URI tipi ir http:, ftp:, file:, un visas metodes, ko atbalsta "
+"<app>gvfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:48
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Datnes no dažiem URI tipiem tiek atvērti tikai lasīšanas režīmā, un izmaiņas "
+"jāsaglabā citviet. Piemēram, HTTP atļauj tikai datņu lasīšanu. Datnes, ko "
+"atver no FTP, ir tikai lasāmas, jo ne visi FTP serveri atbalsta attālināto "
+"datņu saglabāšanu."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have updated recently."
+msgstr "Piekļūt datnēm, kas ir nesen atjauninātas."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:16
+msgid "Reopen a recently-used file"
+msgstr "Atvērt nesen lietotu datni"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:18
+msgid ""
+"By default, <app>gedit</app> provides easy access to five of your most "
+"recently-used files. Here is how you can open a recently-used file:"
+msgstr ""
+"Pēc noklusējuma <app>gedit</app> nodrošina ērtu pieeju pieciem nesen "
+"lietotām datnēm. Lai atvērtu nesen lietotu datni:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:21
+msgid ""
+"Click the downward-facing arrow to the right of the <gui>Open</gui> button."
+msgstr "Nospiediet lejupvērsto bultiņu pa labi no pogas <gui>Atvērt</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:23
+msgid ""
+"<app>gedit</app> will display a list of the five most-recently used files."
+msgstr "<app>gedit</app> parādīs piecu pēdējo lietoto datņu sarakstu."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:25
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Izvēlieties vajadzīgo datni, un tās tiks atvērta jaunā cilnē."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:28
+msgid ""
+"To adjust the number of recently-used files that gedit displays, you will "
+"need to use the <app>dconf-editor</app> application."
+msgstr ""
+"Lai mainītu nesen lietoto datņu skaitu sarakstā, jāizmanto lietotne "
+"<app>dconf-editor</app>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:32
+msgid ""
+"Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> <gui>gnome</"
+"gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-recents</"
+"gui></guiseq>."
+msgstr ""
+"Palaidiet <app>dconf-editor</app> un izvēlieties <guiseq><gui>org</gui> "
+"<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-"
+"recents</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:35
+msgid ""
+"Double-click on the number next to <gui>max-recents</gui> and change the "
+"number to your desired value."
+msgstr ""
+"Izpildiet dubultklikšķi uz skaitļa līdzās <gui>max-recents</gui> un "
+"ierakstiet vēlamo vērtību."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:7
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Izmantot spraudņus, lai pielāgotu gedit savām vajadzībām."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:16
+msgid "Configure and use gedit plugins"
+msgstr "Konfigurēt un lietot gedit spraudņus"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:17
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Ar <app>gedit</app> var paveikt vairāk, lietojot spraudņus. Daži spraudņi "
+"jau ir instalēti, bet daudzi citi ir pieejami papildus."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:21
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Daudzas Linux distribūcijas piedāvā vairākus <app>gedit</app> spraudņus "
+"<app>gedit-plugins</app> pakotnē. Instalējiet pakotni <app>gedit-plugins</"
+"app>, lai padarītu šos spraudņus pieejamus <app>gedit</app>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:26
+msgid "Default gedit Plugins"
+msgstr "Noklusētie gedit spraudņi"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:30
+msgid "Additional gedit Plugins"
+msgstr "Papildu gedit spraudņi"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:10
+#: C/gedit-plugins-insert-date-time.page:9 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:9
+#: C/gedit-replace.page:17 C/gedit-search.page:15 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-recent-action.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Mainīt izvēlēta teksta burtu reģistru (lielie, mazie burti)."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Mainīt burtu reģistru"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Šis spraudnis palīdz mainīt burtu reģistru izvēlētajā teksta daļā. To var "
+"izmantot, lai pārvērstu visu tekstu mazos vai lielos burtos, mainītu katra "
+"burta reģistru uz pretējo, vai sāktu katru vārdu ar lielo burtu. Lai "
+"ieslēgtu šo spraudni, izvēlieties <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Iestatījumi</gui><gui>Spraudņi</gui><gui>Mainīt "
+"burtu reģistru</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Kad spraudnis <em>Mainīt burtu reģistru</em> ir ieslēgts, to var lietot, "
+"veicot šādus soļus:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Iezīmējiet teksta daļu, kuru vēlaties mainīt."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">gedit</gui><gui>Mainīt reģistru</"
+"gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Izvēlieties vajadzīgo teksta formatēšanas iespēju."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Teksta formatēšanas izmaiņas tiks veiktas nekavējoties."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Komanda <gui>Pārslēgt reģistru</gui> pārveidos visus mazos burtus par "
+"lielajiem burtiem un visus lielos burtus par mazajiem."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Komanda <gui>Virsraksta reģistrs</gui> pārveidos katra vārda pirmo burtu par "
+"lielo burtu. Visi pārējie burti tiks pārveidoti par mazajiem burtiem."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Ja nekas nav iezīmēts, iespēja <em>Mainīt reģistru</em> nebūs pieejama. Lai "
+"izmantotu šo iespēju, jāiezīmē teksts, kuram mainīt reģistru."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Skatīt dokumenta statistiku."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Dokumenta statistika"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Spraudnis <em>Dokumenta statistika</em> parāda dažādu statistikas "
+"informāciju par pašreizējo dokumentu. Lai ieslēgtu šo spraudni, izvēlieties "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Iestatījumi</"
+"gui><gui>Spraudņi</gui><gui>Dokumenta statistika</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Dokumenta statistikas lietošana"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Kad spraudnis ir ieslēgts, lietojiet to, izvēloties <guiseq><gui>Rīki</"
+"gui><gui>Dokumenta statistika</gui></guiseq>. Dokumenta statistikas "
+"informācija, tai skaitā vārdu, rindu, rakstzīmju (ar un bez atstarpēm) "
+"skaits un datnes izmērs baitos, tiks parādīta atsevišķā logā."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"<em>Dokumenta statistiku</em> var izmantot arī, lai skatītu informāciju "
+"tikai par dokumenta daļu. Lai veiktu šo darbību, iezīmējiet izpētāmo teksta "
+"daļu ar peles radītāju, un tad izvēlieties <guiseq><gui>Rīki</"
+"gui><gui>Dokumenta statistika</gui></guiseq>. <app>Gedit</app> parādīs "
+"informāciju gan par visu jūsu dokumentu, gan par iezīmētoteksta daļu."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Apstrādāt atvērtās datnes ar skriptiem un mijiedarboties ar citām lietotnēm."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Ārējie rīki"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Spraudnis <em>Ārējie rīki</em> var palīdzēt vienkāršot bieži veicamos "
+"uzdevumus. Tas paplašina <app>gedit</app> funkcionalitāti ar iespējām "
+"darbināt skriptus <app>gedit</app> un mijiedarboties ar citām programmām. "
+"Lai ieslēgtu spraudni <app>Ārējie rīki</app>, izvēlieties <guiseq><gui style="
+"\"menu\">gedit</gui> <gui style=\"menuitem\">Iestatījumi</gui><gui>Spraudņi</"
+"gui><gui>Ārējie rīki</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Konfigurēt Ārējo rīku spraudni"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Kad spraudnis ir ieslēgts, jums vajadzēs to nokonfigurēt atbilstoši savām "
+"vajadzībām. Konfigurācijas opcijas ir pieejamas, izvēloties "
+"<guiseq><gui>Rīki</gui><gui>Pārvaldīt ārējos rīkus</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Šis spraudnis ir domāts pieredzējušiem lietotājiem, un ir nepieciešamas "
+"zināšanas darbā ar skriptiem, lai to izmantotu efektīvi. Lietojiet šo "
+"spraudni uzmanīgi, jo kļūdas skriptos var ietekmēt jūsu darbu neparedzētā "
+"veidā."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:17
+msgid "Use the side pane to browse and open files."
+msgstr "Izmantot sānu rūti, lai pārlūkotu un atvērtu datnes."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:20
+msgid "File browser pane"
+msgstr "Datņu pārlūka rūts"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:22
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser pane</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side pane, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Atkarībā, kā jūs lietojat <app>gedit</app>, jums varētu noderēt <app>Datņu "
+"pārlūka rūts</app> spraudnis. Šis spraudnis iekļauj <app>datņu pārlūku</app> "
+"sānu rūtī, ļaujot viegli piekļūt bieži izmantotajām datnēm."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:27
+msgid ""
+"You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Pane</gui></guiseq>."
+msgstr ""
+"Jūs varat ieslēgt šo <gui>sānu rūti</gui>, izvēloties <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Iestatījumi</gui><gui>Spraudņi</"
+"gui><gui>Datņu pārlūka rūts</gui></guiseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-file-browser.page:33
+msgid ""
+"To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+"gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+"click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+"Lai aktivizētu un izmantotu <gui>sānu rūti</gui>, izvēlieties "
+"<guiseq><gui>Skats</gui><gui>Sānu rūts</gui></guiseq> (vai nospiediet "
+"<key>F9</key>), un tad veiciet klikšķi uz <gui>datņu pārlūka</gui> ikonas "
+"rūts apakšā."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:17
+msgid "Insert the current date/time at the cursor position."
+msgstr "Ievietot tagadējo datumu/laiku kursora pozīcijā."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:20
+msgid "Insert date/time"
+msgstr "Ievietot datumu/laiku"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:22
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position. To "
+"enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Insert Date/"
+"Time</gui></guiseq>. To use the plugin, press <guiseq> <gui style=\"menu"
+"\">Edit</gui><gui>Insert Date and Time</gui></guiseq>."
+msgstr ""
+"Kā norāda šī spraudņa nosaukums, <gui>Ievietot datumu/laiku</gui> ievieto "
+"datumu un/vai laiku esošajā kursora pozīcijā. Lai ieslēgtu šo spraudni, "
+"izvēlieties <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Iestatījumi</gui><gui>Spraudņi</gui><gui>Ievietot datumu/laiku</gui></"
+"guiseq>. Lai lietotu spraudni, spiediet <guiseq><gui>Rediģēt</"
+"gui><gui>Ievietot datumu un laiku</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:29
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by selecting "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</"
+"gui> <gui>Plugins</gui><gui>Insert Date/Time</gui><gui>Configure</gui></"
+"guiseq>."
+msgstr ""
+"Bez papildu iestatījumiem spraudnis <gui>Ievietot datumu/laiku</gui> katru "
+"reizi prasīs vēlamo datuma/laika formātu. Bet jūs varat norādīt noklusēto "
+"datuma un laika formātu, izvēloties <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Iestatījumi</gui><gui>Spraudņi</"
+"gui><gui>Ievietot datumu/laiku</gui><gui>Iestatījumi</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Kā instalēt citus spraudņus."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Papildu gedit spraudņi"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Instalējot papildu spraudņus, jūs iegūstat funkcionalitāti, kas nav pieejama "
+"noklusējuma <app>gedit</app> un <app>gedit-plugins</app> pakas spraudņos. Ir "
+"pieejams <link href=\"https://wiki.gnome.org/Apps/Gedit\">tiešsaistes "
+"papildu spraudņu saraksts</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Lai veiktu papildu spraudņa instalēšanu, nepieciešams to lejupielādēt, "
+"ievietot datnes pareizajā direktorijā un aktivizēt spraudni."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Parasti spraudni var lejupielādēt no tā tīmekļa vietnes, bet var arī "
+"gadīties, ka jāizmanto versiju vadības programma, piemēram, <app>git</app>, "
+"<app> bazaar</app> vai <app>subversion</app>, lai kopētu spraudņa "
+"programmatūras krātuvi no interneta. Skatiet spraudņa dokumentāciju, lai "
+"uzzinātu, kā iegūt attiecīgo spraudni."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Ievietojiet spraudņa datnes direktorijā <file>/home/<var>lietotājvārds</"
+"var>/.local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr "Protams, aizstājiet vārdu <var>username</var> ar jūsu lietotājvārdu."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </"
+"gui><gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>[Name "
+"of Plugin]</gui></guiseq> to enable the plugin."
+msgstr ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </"
+"gui><gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui><gui>[Name of "
+"Plugin]</gui> </guiseq> to enable the plugin."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:45
+msgid "Click <gui>Close</gui>."
+msgstr "Spiediet pogu <gui>Aizvērt</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:48
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"Kad spraudnis ir ieslēgts, tam vajadzētu būt pieejamam jūsu lietošanai."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:52
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Mape <file>.local</file> pēc noklusējuma ir paslēpta. Lai skatītu to un "
+"citas apslēptās datnes, izvēlieties <guiseq><gui>Skats</gui><gui>Rādīt "
+"slēptās datnes</gui></guiseq>, vai nospiediet <keyseq><key>Ctrl</key><key>H</"
+"key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:59
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Ja direktorija <file>.local/share/gedit/plugins/</file> jūsu sistēmā "
+"neatrodas, jums vajadzēs to izveidot."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate un Vim-stila modeline atbalsts gedit redaktoram."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Režīma rindiņas"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Spraudnis <app>Režīma rindiņas</app> ļauj <app>gedit</app> analizēt teksta "
+"rindas datnes sākumā un beigās, un tad pielietot datnei atbilstošus "
+"dokumenta iestatījumus. Tas atbalsta daļu no iespējām, ko izmanto "
+"<app>Emacs</app>, <app>Kate</app> un <app>Vim</app> teksta redaktori."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Lai ieslēgtu spraudni <app>Režīma rindiņas</app>, izvēlieties <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Iestatījumi</"
+"gui><gui>Spraudņi</gui><gui>Režīma rindiņas</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Vispārējie režīma rindiņu iestatījumi"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "Ar <app>gedit</app> režīma rindiņām var iestatīt šādas opcijas:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Tabulēšanas zīmes platums"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Atkāpes platums"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Ievietot atstarpes tabulēšanas zīmju vietā"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Teksta aplaušana"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Labās apmales platums"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Režīma rindiņu iestatījumiem ir augstāka prioritāte par tiem, kas norādīti "
+"iestatījumu dialogā."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Emacs režīma rindiņas"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Dokumenta pirmās divas rindas var būt <app>Emacs</app> režīma rindiņas, un "
+"<app>gedit</app> atbalsta šādas <app>Emacs</app> režīma rindiņu iespējas:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"http://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Lai iegūtu vairāk informācijas par <app>Emacs</app> režīma rindiņām, "
+"apmeklējiet <link href=\"http://www.gnu.org/software/emacs/manual/emacs.html"
+"\">GNU Emacs rokasgrāmatu</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Kate režīma rindiņas"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Pirmās un pēdējās desmit dokumenta rindas var būt <app>Kate</app> režīma "
+"rindiņas, un <app>gedit</app> atbalsta šādus <app>Kate</app> režīma rindiņu "
+"iestatījumus:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"http://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Lai iegūtu vairāk informācijas par <app>Kate</app> režīma rindiņām, "
+"apmeklējiet <link href=\"http://kate-editor.org/\">Kate tīmekļa vietni</"
+"link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Vim režīma rindiņas"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Pirmās un pēdējās trīs dokumenta rindas var būt <app>Vim</app> režīma "
+"rindiņas, un <app>gedit</app> atbalsta šādas <app>Vim</app> režīma rindiņu "
+"iespējas:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"http://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Lai iegūtu vairāk informācijas par <app>Vim</app> režīma rindiņām, "
+"apmeklējiet <link href=\"http://www.vim.org/\">Vim tīmekļa vietni</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:13
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Pievienot interaktīvu Python konsoli apakšējai rūtij."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:16
+msgid "Python console"
+msgstr "Python konsole"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:18
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Pievienojot Python konsoli apakšējai rūtij, var iegūt iespēju testēt Python "
+"skriptus, nepametot <app>gedit</app>. Lai ieslēgtu Python konsoli, "
+"izvēlieties <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Iestatījumi</gui><gui>Spraudņi</gui><gui>Python konsole</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:24
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press "
+"<keyseq><key>Shift</key><key>F9</key></keyseq>."
+msgstr ""
+"Kad Python konsole ir ieslēgta, to var atvērt, izvēloties "
+"<guiseq><gui>Skats</gui><gui>Apakšējā rūts</gui></guiseq>, vai nospiežot "
+"<keyseq><key>Shift</key><key>F9</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Ja ieslēgts arī spraudnis <gui>Iegultais Terminālis</gui>, <gui>Python "
+"konsole</gui> parādīsies jaunā cilnē apakšējā rūtī."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:18
+msgid "Quickly open a file or set of files."
+msgstr "Ātri atvērt vienu vai vairākas datnes."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:21
+msgid "Quick open"
+msgstr "Ātrā atvēršana"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:23
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Kā ļauj nojaust tā nosaukums, spraudnis <app>Ātrā atvēršana</app> palīdz "
+"atvērt datnes ātrāk nekā parasti. Lai ieslēgtu šo spraudni, izvēlieties "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Iestatījumi</"
+"gui><gui>Spraudņi</gui><gui>Ātrā atvēršana</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:28
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Kad esat aktivējis <app>Ātrās atvēršanas</app> spraudni, jūs to varat "
+"izmantot šādi:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:32
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <guiseq><gui>File</"
+"gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Atveriet <app>Ātrās atvēršanas</app> dialoglodziņu, nospiežot "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq> vai izvēloties "
+"<guiseq> <gui>Datne</gui><gui>Ātri atvērt</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:35
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Parādīsies <gui>ātrās atvēršanas</gui> dialogs."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Izmantojot peli, izvēlēties datni vai datnes, kuras vēlaties atvērt."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:38
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Lai izvēlētos vairākas atsevišķas datnes, turiet <key>Ctrl</key> taustiņu, "
+"veicot pa klikšķim uz katras datnes."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:40
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Lai izvēlētos datņu grupu, veiciet klikšķi uz pirmās datnes, ko vēlaties "
+"atvērt, turiet nospiestu <key>Shift</key> taustiņu un veiciet klikšķi uz "
+"pēdējās datnes, ko vēlaties atvērt, datņu sarakstā."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:46
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Ātrā atvēršana</app> meklēs datnes šeit:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:49
+msgid "The directory of the currently opened document"
+msgstr "Pašlaik atvērtā dokumenta direktorija"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Pane</app> plugin"
+msgstr ""
+"Spraudņa <app xref=\"gedit-plugins-file-browser\">Datņu pārlūka rūts</app> "
+"saknes direktorija"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:53
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Nesenie dokumenti, kas ir arī parādīti mapē <file>Nesenie</file> "
+"lietotnē<app>Datnes</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:55
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Direktorijas, kas ir grāmatzīmēs lietotnē <app>Datnes</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:57
+msgid "Your <file>Desktop</file> directory"
+msgstr "Jūsu <file>Darbvirsmas</file> direktorija"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Home</file> directory"
+msgstr "Jūs <file>Mājas</file> direktorija"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:62
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Ātrā atvēršana</app> rāda datnes jebkura no augstāk minētajām vietām, "
+"neskatoties uz to, vai esat tās iepriekš atvēris."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:17
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:21 C/gedit-save-file.page:17 C/gedit-search.page:19
+#: C/gedit-shortcut-keys.page:30 C/gedit-spellcheck.page:20
+#: C/gedit-syntax-highlighting.page:14 C/gedit-tabs-moving.page:21
+#: C/gedit-tabs.page:22 C/gedit-undo-recent-action.page:20 C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr "Izmantot fragmentus, lai ātri ievietotu bieži lietotus teksta gabalus."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Fragmenti"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Fragmenti</app> nodrošina iespēju ātri ievietot tekstā bieži lietotus "
+"koda fragmentus. Piemēram, HTML fragments<code>&lt;img&gt;</code> elementam "
+"ievietos atverošās un aizverošās birkas un atvieglos atribūtu ievadi "
+"pareizajās vietās. Tas var padarīt koda rakstīšanu vienkāršāku un ātrāku."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Aktivēt fragmentu spraudni"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Aktivēt <gui>fragmentu</gui> spraudni:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:44
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Iestatījumi</gui><gui>Spraudņi</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Izvēlieties <gui style=\"menuitem\">Fragmenti</gui>, lai aktivētu spraudni."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Pārlūkot fragmentus"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Lai pārlūkotu pieejamos fragmentus:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">Rīki</gui> <gui style=\"menuitem"
+"\">Pārvaldīt spraudņus</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Pārliecinieties, vai ir iestatīta atbilstošā sintakse. Statusa josla "
+"<app>gedit</app> loga apakšā parādīs iestatīto valodu. Šis iestatījums "
+"atļauj gedit ievietot pareizos fragmentus. <app>Gedit</app> parasti "
+"automātiski noteiks datnes valodu vai sintaksi, bet var gadīties, ka jums "
+"vajadzēs to iestatīt."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "Šajā piemērā valodas iestatījums ir HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Pārlūkot spraudņus, kas ir pieejami jūsu valodai vai sintaksei."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Fragmentu lietošana"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Lai dokumentā ievietotu fragmentu:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr "Ierakstiet vajadzīgā fragmenta nosaukumu jebkurā vietā dokumentā."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Spiediet <key>Tab</key>, lai ievietotu fragmentu, kas ir saistīts ar ievades "
+"termu."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Fragmenta piemēra izmantojums"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Piemēram, ja iestata <em>HTML</em> sintaksi, ierakstiet <code>head</code> un "
+"nospiediet <key>Tab</key> taustiņu. Tekstam vajadzētu automātiski pabeigties "
+"par uz šādu fragmentu:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html;"
+" charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html;"
+" charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Lapas virsraksts&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Fragmentu pievienošana"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Jūs varat pievienot jaunus fragmentus, kas darbosies globāli (tas ir, tie ir "
+"neatkarīgi no valodas) vai arī noteiktā sintaksē."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">Rīki</gui> <gui style=\"menuitem"
+"\">Pārvaldīt spraudņus</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"<gui>Pārvaldīt fragmentus</gui> sānu joslā izvēlieties vēlamo sintaksi un "
+"spiediet pogu “+”, lai uzskaitītu izvēlētās sintakses fragmentus."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Lai pievienotu fragmentu, kas darbojas globāli (tas ir, kad dokumentam nav "
+"iestatīta kāda noteikta sintakse vai valoda), izvēlieties <gui>Globāls</gui> "
+"no <gui>Pārvaldīt fragmentus</gui> sānu joslas."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Lai pievienotu jaunu fragmentu, spiediet “plusa” ikonu <gui>Pārvaldīt "
+"fragmentus</gui> sānu joslā."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Ievadiet fragmenta nosaukumu. Fragmenta nosaukums var atšķirties no "
+"fragmenta, kuru vēlaties pievienot."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Sadaļā <gui style=\"group\">Aktivizācijas</gui> jums jāievada terms <gui "
+"style=\"input\">Tabulācijas trigeris:</gui> teksta laukumam. Jūs izmantosiet "
+"šo termu, lai ievietotu savu fragmentu."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Ja vēlaties ievietot fragmentu ar tastatūras saīsni, spiediet savu peles "
+"rādītāju uz <gui style=\"input\">Īsinājumtaustiņš:</gui> teksta laukuma un "
+"spiediet attiecīgo taustiņu kombināciju. Kad būsiet piespieduši un atlaiduši "
+"taustiņus, tastatūras saīsne būs iestatīta."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Zem <gui style=\"input\">Rediģēt:</gui> teksta laukuma, ievadiet vēlamo "
+"fragmenta tekstu. Jūs varat izmantot <code>${n}</code> lai norādītu "
+"mainīgos, kur <em>n</em> norāda skaitli, kas apzīmē iekļauto mainīgo "
+"skaitlisko secību."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Jauna fragmenta piemērs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Pieņemsim, ka izveidojāt fragmentu ar termu <var>sveiciens</var> sadaļā <gui "
+"style=\"input\">Tabulācijas trigeris:</gui>. Teksta laukums <gui style="
+"\"input\">Rediģēt:</gui> satur:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;sveiciens&gt;Sveika ${1:lieliskā}${2:apbrīnojamā} pasaule!\n"
+" &lt;/sveiciens&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Jūs varat ievietot šo fragmentu, dokumentā rakstot <var>sveiciens</var> un "
+"spiežot taustiņu <key>Tab</key>. Tiks ievietot šis fragments:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;sveiciens&gt;Sveika lieliskāapbrīnojamā pasaule!&lt;/sveiciens&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Vārdus “lieliskā” un “apbrīnojāmā” var paturēt vai dzēst, atkarībā no "
+"lietošanas izvēles. Lai tā darītu, spiediet <key>Tab</key>, lai izvēlētos "
+"starp “lieliskā” un “apbrīnojāmā” un spiediet <key>Del</key>, lai dzēstu "
+"mazāk vēlamo opciju."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:21
+msgid "Sort lines of text into alphabetical order."
+msgstr "Sakārtot teksta rindas alfabētiskā secībā."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:24
+msgid "Sort"
+msgstr "Kārtot"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:26
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Kārtošanas spraudnis sakārto izvēlētās teksta rindas alfabētiskā secībā."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:30
+msgid ""
+"You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+"operation, so we recommend that you save the file immediately before "
+"performing the sort. If you make a mistake with the sort, you can revert to "
+"the previously-saved version of the file by selecting <guiseq><gui>File</"
+"gui><gui>Revert</gui></guiseq>."
+msgstr ""
+"Kārtošanu nav iespējams atsaukt, tāpēc mēs iesakām saglabāt datni tieši "
+"pirms šīs darbības veikšanas. Ja kārtojot gadās kļūda, jūs varat atgriezties "
+"pie iepriekš saglabātās datnes versijas, izvēloties<guiseq><gui>Datne</"
+"gui><gui>Atgriezt</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:38
+msgid "Enable Sort Plugin"
+msgstr "Aktivēt kārtošanas spraudni"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:40
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Lai aktivētu <app>Kārtošanas</app> spraudni:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:49
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Izvēlieties <gui style=\"menuitem\">Kārtot</gui>, lai aktivētu spraudni."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:56
+msgid "Using Sort Plugin"
+msgstr "Kārtošanas spraudņa lietošana"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:58
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Lai izmantotu <gui>Kārtošanas</gui> spraudni:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid "Drag and highlight the desired lines of text."
+msgstr "Velciet un izceliet vajadzīgās teksta rindas."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:65
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Sort</"
+"gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Kārtot</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:69
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Atvērsies <gui>kārtošanas</gui> dialoglodziņš, atļaujot izvēlēties kādu no "
+"sakārtošanas iespējām:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:73
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Apgriezta kārtība</gui> sakārtos tekstu apgrieztā alfabētiskā secībā."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:77
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr "<gui>Izņemt dublikātus</gui> izņems no saraksta atkārtotas rindas."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:81
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr "<gui>Ignorēt burtu reģistru</gui> neņems vērā burtu lielumu."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:83
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Lai sakārtotu, ignorējot rakstzīmes rindu sākumā, iestatiet pirmās kolonnas, "
+"kas jāņem vērā kārtošanā, numuru lauciņā <gui>Sākt kolonnā</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:91
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Lai veiktu kārtošanas darbību, spiediet pogu <gui>Kārtot</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Iestatīt lappuses, lai drukātu noteiktā secībā."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Sakārtot lappuses pareizā secībā, drukājot kopijas"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Otrādi"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Printeri parasti drukā pirmo lapu kā pirmo un pēdējo kā pēdējo, tātad lapas "
+"iznāk pretējā secībā, kādas tu tās esi izvēlējies. Lai apgrieztu secību:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">Datne</gui> <gui style=\"menuitem"
+"\">Drukāt</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"Drukas loga cilnes <gui style=\"tab\">Vispārīgi</gui> sadaļā <gui style="
+"\"group\">Kopijas</gui> atzīmējiet <gui style=\"checkbox\">Apgriezti</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Pēdējā lapa tiks drukāta kā pirmā un tā tālāk."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Salikt pa lappusēm"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Drukājot vairāk kā vienu dokumentu kopiju, pēc noklusējuma katras lapas "
+"kopijas būs saliktas vienuviet (tas ir, sākumā būs visas pirmās lapas, tad "
+"visas otrās utt.). Salikšana pa lappusēm nodrošinās, ka katras dokumenta "
+"kopijas lapas ir saliktas kopā."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Lai saliktu pa lappusēm:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Spiediet <guiseq><gui style=\"menu\">Datne</gui><gui style=\"menuitem"
+"\">Drukāt</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"Drukas loga cilnes <gui style=\"tab\">Vispārīgi</gui> sadaļā <gui style="
+"\"group\">Kopijas</gui> atzīmējiet <gui style=\"checkbox\">Salikt pa "
+"lappusēm</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Drukāt datnes, ko veidojāt ar gedit lietotni."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Dokumentu drukāšana"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Lai drukātu ar <app>gedit</app>, ir jābūt pieslēgtam un konfigurētam "
+"printerim. Ja šis priekšnosacījums sagādā grūtības, lūdzu, skatiet <link "
+"href=\"help:gnome-help/printing\">GNOME drukāšanas palīdzību</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> ļauj drukāt gan datnē, gan uz papīra."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Drukas priekšskatījums"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Pirms drukāšanas var arī apskatīt, kā izskatīsies izdrukātais dokuments, "
+"izmantojot funkciju <app>Drukas priekšskatījums</app>. Lai priekšskatītu "
+"dokumentu:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">Datne</gui> <gui style=\"menuitem"
+"\">Drukas priekšskatījums</gui></guiseq>. Varat arī spiest taustiņus "
+"<keyseq><key>Shift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Jūsu dokumenta priekšskatījums tiks atvērts tajā pat cilnē kā datne. Jūs "
+"varat pārlūkot šo priekšskatījumu ar navigācijas pogām un rīkiem rīku joslā "
+"dokumenta augšpusē priekšskatījuma cilnē. Lai aizvērtu un atgrieztos uz "
+"dokumentu, spiediet <gui style=\"button\">Aizvērt priekšskatījumu</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Drukāšana uz papīra"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Jūs varat izdrukāt savus dokumentus uz papīra, izmantojot lokālo vai "
+"attālināto printeri. Lai izdrukātu datni:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">Datne</gui> <gui style=\"menuitem"
+"\">Drukāt</gui> <gui style=\"tab\">Vispārīgi</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Izvēlieties vēlamo printeri no pieejamo printeru saraksta."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Jūs varat priekšskatīt datni, izmantojot <gui style=\"button\">Drukāšanas "
+"priekšskatījums</gui> un kad jūs apmierina iestatījumi, spiediet <gui style="
+"\"button\">Drukāt</gui>, lai sūtītu datni uz printeri."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Un vēl, cilnē <gui style=\"tab\">Lappuses iestatīšana</gui> varat izvēlēties "
+"<gui style=\"group\">Izkārtojums</gui> un <gui style=\"group\">Papīrs</gui> "
+"opcijas. Tā kā šie iestatījumi ir pieejami daudzās <app>GNOME</app> "
+"lietotnēs, lai uzzinātu vairāk, skatiet <link href=\"help:gnome-help/"
+"printing#paper\">Izkārtojums un lappuses iestatījumi</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Drukāt vairākas kopijas un starp norādītajiem apgabaliem"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Jūs varat iestatīt diapazona (<gui style=\"group\">Drukāt</gui>) un <gui "
+"style=\"group\">Kopijas</gui> opcijas, lai jums palīdzētu:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Drukāšana datnē"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Jūs varat arī izmantot <app>gedit</app>, lai drukātu datnē. Lai drukātu savu "
+"dokumentu datnē ar citu formātu:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">Datne</gui> <gui style=\"menuitem"
+"\">Drukāt</gui> <gui style=\"menuitem\">Drukāt datnē</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "Drukāšanai pieejami šādi datņu formāti, jūs varat izvēlēties no:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr "Lai drukātu dokumentu datnē, spiediet <gui>Drukāt</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Izvēlieties lappuses, kuras vēlaties drukāt."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Drukāt tikai noteiktas lappuses"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Jūs varat drukāt tikai atsevišķas dokumenta lappuses. Piemēram, ja "
+"ievadīsiet lappušu numurus “1,3,5-7,9”, tad tiks izdrukātas tikai lappuses "
+"1, 3, 5, 6, 7 un 9. Lai izdrukātu tikai izvēlētās lappuses:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">Datne</gui> <gui style=\"menuitem"
+"\">Drukāt…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"Drukas dialoglodziņa cilnē <gui style=\"tab\">Vispārīgi</gui> izvēlieties "
+"<gui style=\"radiobutton\">Lapas</gui> sadaļā <gui style=\"group\">Drukāt</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Ierakstiet dokumenta drukājamo lappušu numurus, atdalot tos ar komatiem. "
+"Apzīmējiet secīgu lappušu intervālu ar defisi."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Īss gedit ievads."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Sākt darbu ar gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> ir teksta redaktors ar pilnu iespēju klāstu GNOME "
+"darbvirsmas videi. To var lietot vienkāršu piezīmju un dokumentu "
+"rakstīšanai, vai arī, izmantojot papildiespējas, padarīt to par savu "
+"programmatūras izstrādes vidi."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+#| msgctxt "_"
+#| msgid ""
+#| "external ref='figures/gedit3-screenshot.png' "
+#| "md5='883fe82b057396bce097926551bb109e'"
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='bf1c5551e623923504e51c4f9fd885b7'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='bf1c5551e623923504e51c4f9fd885b7'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> icon in the <app>gedit</app> "
+"toolbar."
+msgstr ""
+"Kolīdz <app>gedit</app> ir palaista, var sākt rakstīt. Lai saglabātu tekstu, "
+"nospiediet <gui>Saglabāt</gui> ikonu <app>gedit</app> rīkjoslā."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Lai uzzinātu par citām <app>gedit</app> funkcijām un gūtu palīdzību citu "
+"darbību veikšanā, apskatiet <app>gedit</app> palīdzības <link xref=\"index"
+"\">pārējās sadaļas</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Aizvietot daļu teksta datnē."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:33
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:39
+msgid "Replace text"
+msgstr "Teksta aizvietošana"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:41
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Teksta rediģēšana var būt laikietilpīga. Lai ietaupītu laiku, <app>gedit</"
+"app> ir <app>Aizvietot</app> funkcija, kas palīdz atrast un aizvietot teksta "
+"daļas."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:46
+msgid "Replace text in <app>gedit</app>"
+msgstr "Teksta aizvietošana <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:48
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Atveriet <gui>Aizvietošanas</gui> rīku, spiežot <guiseq><gui style=\"button"
+"\">Izvēlnes pogu</gui><gui style=\"menuitem\">Meklēt un aizvietot…</gui></"
+"guiseq> vai nospiežot <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:54
+msgid ""
+"Enter the text that you wish to replace into the <gui>Search for:</gui> "
+"field."
+msgstr "Ievietojiet aizvietojamo tekstu lauciņā <gui>Meklēt:</gui>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:58
+msgid ""
+"Enter the new, replacement text into the <gui>Replace with:</gui> field."
+msgstr "Ievietojiet jauno tekstu lauciņā <gui>Aizvietot ar:</gui>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:62
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Kad ievadīts sākotnējais un vēlamais teksts, jūs varat pievienot papildu "
+"meklēšanas parametrus. Varat arī izvēlēties, ko vēlaties aizvietot:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:67
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Lai aizvietotu <em>tikai</em> nākamo atrasto teksta fragmentu, spiediet "
+"<gui>Aizvietot</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:71
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Lai aizvietotu meklēto tekstu <em>visās vietās</em>, kur tas atrasts, "
+"spiediet <gui>Aizvietot visus</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:79
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Izmantojiet iespēju <gui>Aizvietot visu</gui> ar piesardzību. <gui>Aizvietot "
+"visus</gui> strādā visā teksta datnē un nepiedāvā izvēlēties teksta daļas, "
+"kurās notiks aizvietošana."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:86
+msgid "More options"
+msgstr "Vairāk iespēju"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:88
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Ja vēlaties, varat pievienot papildu parametrus savam meklējumam:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:92
+msgid "Match case"
+msgstr "Reģistrjutīgs"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:93
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"<em>Reģistrjutīgums</em> nosaka, vai atrastā teksta reģistram (mazie vai "
+"drukātie burti) jāsaskan ar meklētās frāzes reģistru. Ja šī iespēja ir "
+"atzīmēta, meklēšana būs reģistrjūtīga. Ja nav - meklēšana neņems vērā teksta "
+"reģistru."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:98
+msgid "Match entire word only"
+msgstr "Atlasīt tikai veselus vārdus"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:99
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Izmantojiet šo opciju, lai meklētu atsevišķus vārdus, kas nav citu vārdu "
+"fragmenti. Piemēram, meklējot vārdu 'te', kad atzīmēta šī iespēja, vārds "
+"'te' tiktu atrasts, bet vārdi 'kar<em>te</em>' un 'bar<em>te</em>rs' netiktu "
+"atrasti."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:106
+msgid "Search backwards"
+msgstr "Meklēt pretējā virzienā"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:107
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Šī komanda darbojas tāpat kā komanda Atrast iepriekšējo. Ja vēlaties doties "
+"cauri meklēšanas rezultātiem virzienā no beigām uz sākumu, izvēlieties šo "
+"opciju."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:112
+msgid "Wrap around"
+msgstr "Apliekt (apskatīt visu datni)"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:113
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Ja ieslēgta <app>apliekšanas</app> opcija, <app>gedit</app> atsāks "
+"meklēšanas/aizvietošanas darbību no datnes sākuma, kad sasniegtas datnes "
+"beigas. Tas nodrošina, ka meklēšanas/aizvietošanas darbība ir veikta visā "
+"datnē."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:123
+msgid "Using escape sequences"
+msgstr "Izmantot atsoļa virknes"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:125
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Jūs varat izmantot <em>atsoļu virknes</em>, lai meklētu pāriešanu jaunā "
+"rindā, kursora atgriešanu un tabulācijas."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:130
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:131
+msgid "Newline"
+msgstr "Jauna rinda"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:134
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:135
+msgid "Carriage return"
+msgstr "Kursora atgriešanās"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:138
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:139
+msgid "Tab"
+msgstr "Tabulācija"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:143
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Ja vēlaties meklēt pašu <output>\\</output> (atpakaļvērstā slīpsvītra) vai "
+"kādu no atsoļa virknēm paša tekstā, jums vajadzēs veikt atsoli "
+"atpakaļvērstajai slīpsvītrai, lai iegūtu vēl vienu atpakaļvērstu slīpsvītru. "
+"Piemēram, lai meklētu <input>\\</input>, jums jāievada <input>\\\\</input> "
+"meklēšanas vai aizvietošanas laukā. Jūs varat meklēt atsoļa virknes tādā pat "
+"veidā — lai meklētu vai aizvietotu <input>\\n</input>, lietojiet termu "
+"<input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Saglabāt datni, lai ar to strādātu vēlāk."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Datnes saglabāšana"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+#| msgid ""
+#| "To save a file in <app>gedit</app>, click on the <gui style=\"button"
+#| "\">Save the current file</gui> button with the disk-drive icon on the "
+#| "right side of the toolbar or just press <keyseq><key>Ctrl</key><key>S</"
+#| "key></keyseq>."
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the toolbar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Lai saglabātu datni <app>gedit</app>, spiediet pogu <gui>Saglabāt</gui>"
+" labajā rīkjoslas pusē, vai spiediet <keyseq><key>Ctrl</key><key>S</key><"
+"/keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:32
+#| msgid ""
+#| "If you are saving a new file, the <gui>Save As</gui> dialog will appear, "
+#| "and you can select a name for the file, as well as the directory where "
+#| "you would like the file to be saved."
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Ja saglabājat jaunu datni, parādīsies dialoglodziņš. Tajā var izvēlēties"
+" datnes nosaukumu un mapi, kurā saglabāt datni."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Atrastu teksta fragmentu datnē."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:29
+msgid "Search for text"
+msgstr "Meklēt tekstu"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:31
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr "Meklēšanas rīks var palīdzēt atrast datnē konkrētu teksta fragmentu."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:35
+msgid "Finding text"
+msgstr "Teksta meklēšana"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:37
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Atveriet <gui>meklēšanas logu</gui>, izvēloties <guiseq><gui style=\"menu"
+"\">Izvēlnes pogu</gui><gui style=\"menuitem\">Meklēt…</gui></guiseq> vai "
+"spiežot <keyseq><key>Ctrl</key><key>F</key></keyseq>. Kursors automātiski "
+"tiks pārvietots, lai varētu sākt meklēšanu."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:44
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Ierakstiet tekstu, kuru vēlaties meklēt, <gui>meklēšanas logā</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:48
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Kamēr rakstāt, <app>gedit</app> izcels datnē teksta daļas, kas sakrīt ar "
+"ievadīto."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:53
+msgid "To scroll through the search results, do any of the following:"
+msgstr "Lai caurskatītu meklēšanas rezultātus, veiciet kādu no šīm darbībām:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:56
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Izpildiet klikšķi uz <gui style=\"button\">augšup</gui> vai <gui style="
+"\"button\">lejup</gui> vērstās bultas <gui>meklēšanas logā</gui>"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:61
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Nospiediet <key>bultiņu augšup</key> vai <key>bultiņu lejup</key> uz "
+"tastatūras."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:65
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Nospiediet <keyseq><key>Ctrl</key><key>G</key></keyseq> vai "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:69
+msgid ""
+"Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</key> "
+"feature to move up or down through the text."
+msgstr ""
+"Turot nospiestu <key>Ctrl</key> taustiņu, izmantojiet peles vai "
+"skārienpaliktņa <key>ritināšanas</key> funkciju."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:74
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Lai aizvērtu <gui>meklēšanas logu</gui>, nospiediet <key>Esc</key> vai "
+"<key>Enter</key>. <key>Esc</key> nospiešana atgriezīs kursoru tur, kur tas "
+"bija, pirms uzsākāt meklēšanu. <key>Enter</key> nospiešana pārvietos kursoru "
+"uz pašreizējo pozīciju meklēšanas rezultātos."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:80
+msgid "Search tips"
+msgstr "Meklēšanas padomi"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:82
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Ja kāds teksta fragments ir izcelts (atlasīts), pēc <keyseq><key>Ctrl</"
+"key><key>F</key></keyseq> nospiešanas tas parādīsies meklēšanas logā."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:87
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Lai izmantotu papildu meklēšanas iespējas, spiediet uz <gui>palielināmā "
+"stikla</gui> ikonas meklēšanas logā, vai ar spiediet labo peles pogu jebkur "
+"meklēšanas logā. Jūs varat izvēlēties vienu vai vairākas meklēšanas opcijas:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Izvēlieties <gui>Reģistrjutīgs</gui>, lai meklējot būtu burtu reģistram būtu "
+"nozīme."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:96
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Izvēlieties <gui>Atlasīt tikai veselus vārdus</gui>, lai meklētu tikai "
+"veselus vārdus."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:100
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Izvēlieties <gui>Apskatīt visu dokumentu</gui>, lai meklētu tekstu no augšas "
+"līdz apakšai, un pēc tam turpinātu atkal meklēt no augšas."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:106
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click "
+"<guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or press "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Atrastais teksts paliks izcelts arī pēc meklēšanas beigām. Lai novāktu "
+"izcēlumu, izvēlieties <guiseq><gui>Meklēt</gui><gui>Noņemt izcēlumu</gui></"
+"guiseq> vai nospiediet <keyseq><key>Ctrl</key><key>Shift</key><key>K</key></"
+"keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-shortcut-keys.page:9
+msgid "Use keyboard shortcuts to help you work more quickly."
+msgstr "Lietojiet tastatūras saīsnes, lai varētu strādāt ātrāk."
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:18
+msgid "Paolo Borelli"
+msgstr "Paolo Borelli"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:21
+msgid "Jesse van den Kieboom"
+msgstr "Jesse van den Kieboom"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:24
+msgid "Steve Frécinaux"
+msgstr "Steve Frécinaux"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:27
+msgid "Ignacio Casal Quinteiro"
+msgstr "Ignacio Casal Quinteiro"
+
+#. (itstool) path: credit/name
+#: C/gedit-shortcut-keys.page:34 C/gedit-tab-groups.page:15
+#: C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-shortcut-keys.page:36 C/gedit-tab-groups.page:17
+#: C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-shortcut-keys.page:47
+msgid "Shortcut keys"
+msgstr "Īsinājumtaustiņi"
+
+#. (itstool) path: page/p
+#: C/gedit-shortcut-keys.page:49
+msgid ""
+"Use <gui>shortcut keys</gui> to perform common tasks more quickly than with "
+"the mouse and menus. The following tables list all of <app>gedit's</app> "
+"shortcut keys."
+msgstr ""
+"Izmantojiet <gui>īsinājumtaustiņus</gui>, lai veiktu ierastas darbības ātrāk "
+"nekā ar peli un izvēlnēm. Zemāk uzskaitīti visi <app>gedit</app> "
+"īsinājumtaustiņi."
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:54
+msgid "Tab-related Shortcut keys"
+msgstr "Īsinājumtaustiņi darbam ar cilnēm"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:57 C/gedit-shortcut-keys.page:113
+#: C/gedit-shortcut-keys.page:167 C/gedit-shortcut-keys.page:261
+#: C/gedit-shortcut-keys.page:286 C/gedit-shortcut-keys.page:323
+#: C/gedit-shortcut-keys.page:352
+msgid "Action"
+msgstr "Darbība"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:58 C/gedit-shortcut-keys.page:114
+#: C/gedit-shortcut-keys.page:168 C/gedit-shortcut-keys.page:262
+#: C/gedit-shortcut-keys.page:287 C/gedit-shortcut-keys.page:324
+#: C/gedit-shortcut-keys.page:353
+msgid "Keyboard shortcut"
+msgstr "Tastatūras saīsne"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:63
+msgid "Switch to the next tab to the left"
+msgstr "Pārslēgties uz nākamo cilni kreisajā pusē"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:64
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:68
+msgid "Switch to the next tab to the right"
+msgstr "Pārslēgties uz nākamo cilni labajā pusē"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:69
+msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:73
+msgid "Close tab"
+msgstr "Aizvērt cilni"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:74 C/gedit-shortcut-keys.page:154
+msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:77
+msgid "Save all tabs"
+msgstr "Saglabāt visas cilnes"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:78
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:82
+msgid "Close all tabs"
+msgstr "Aizvērt visas cilnes"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:83
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:86
+msgid "Reopen the most recently closed tab"
+msgstr "Atkal atvērt pēdējo aizvērto cilni"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:87
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:90
+msgid "Jump to <var>n</var>th tab"
+msgstr "Pārslēgties uz <var>n</var>-to cilni"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:91
+msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:95
+msgid "New tab group"
+msgstr "Jauna ciļņu grupa"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:96
+msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:99
+msgid "Previous tab group"
+msgstr "Iepriekšējā ciļņu grupa"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:100
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+"keyseq>"
+msgstr ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+"keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:103
+msgid "Next tab group"
+msgstr "Nākamā ciļņu grupa"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:104
+msgid ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</key></"
+"keyseq>"
+msgstr ""
+"<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</key></"
+"keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:110
+msgid "Shortcut keys for working with files"
+msgstr "Īsinājumtaustiņi darbam ar datnēm"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:119
+msgid "Create a new document in a new window"
+msgstr "Izveidot jaunu dokumentu jaunā logā"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:120
+msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:123
+msgid "Create a new document in a new tab"
+msgstr "Izveidot jaunu dokumentu jaunā cilnē"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:124
+msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:127
+msgid "Open a document"
+msgstr "Atvērt dokumentu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:128
+msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:131
+msgid "Open the <gui>Quick Open</gui> window"
+msgstr "Atvērt logu <gui>Ātrā atvēršana</gui>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:132
+msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:135
+msgid "Save the current document"
+msgstr "Saglabāt pašreizējo dokumentu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:136
+msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:139
+msgid "Save the current document with a new filename"
+msgstr "Saglabāt pašreizējo dokumentu ar jaunu nosaukumu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:140
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:144
+msgid "Print the current document"
+msgstr "Izdrukāt pašreizējo dokumentu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:145
+msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:148
+msgid "Print preview"
+msgstr "Drukas priekšskatījums"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:149
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:153
+msgid "Close the current document"
+msgstr "Aizvērt pašreizējo dokumentu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:157
+msgid "Quit gedit"
+msgstr "Iziet no gedit"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:158
+msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:164
+msgid "Shortcut keys for editing files"
+msgstr "Īsinājumtaustiņi datņu rediģēšanai"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:173
+msgid "Move to the beginning of the current line"
+msgstr "Pārvietot uz pašreizējās rindas sākumu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:174
+msgid "<key>Home</key>"
+msgstr "<key>Home</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:177
+msgid "Move to the end of the current line"
+msgstr "Pārvietot uz pašreizējās rindas beigām"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:178
+msgid "<key>End</key>"
+msgstr "<key>End</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:181
+msgid "Move to the beginning of the document"
+msgstr "Pāriet uz dokumenta sākumu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:182
+msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:185
+msgid "Move to the end of the document"
+msgstr "Pāriet uz dokumenta beigām"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:186
+msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:189
+msgid "Move the selected word right one word"
+msgstr "Pārvietot izvēlēto vārdu vienu vārdu pa labi"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:190
+msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Labā bulta</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:193
+msgid "Move the selected word left one word"
+msgstr "Pārvietot izvēlēto vārdu vienu vārdu pa kreisi"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:194
+msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Kreisā bulta</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:197
+msgid "Undo the last action"
+msgstr "Atsaukt pēdējo darbību"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:198
+msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:201
+msgid "Redo the last undone action"
+msgstr "Atatsaukt pēdējo atsaukto darbību"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:202
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:206
+msgid "Cut the selected text or region and place it on the clipboard"
+msgstr "Izgriezt atlasīto tekstu vai apgabalu un ievietot to starpliktuvē"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:208
+msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:211
+msgid "Copy the selected text or region onto the clipboard"
+msgstr "Iekopēt atlasīto tekstu vai apgabalu starpliktuvē"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:212
+msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:215
+msgid "Paste the contents of the clipboard"
+msgstr "Ielīmēt starpliktuves (clipboard) saturu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:216
+msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:219
+msgid "Select all text in the file"
+msgstr "Izvēlēties visu datnes tekstu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:220
+msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:223
+msgid "Delete the current line"
+msgstr "Izdzēst pašreizējo rindu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:224
+msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:227
+msgid "Move the selected line up one line"
+msgstr "Pārvietot izvēlēto rindu augšup"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:228
+msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Bulta augšup</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:231
+msgid "Move the selected line down one line"
+msgstr "Pārvietot izvēlēto rindu lejup"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:232
+msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Bulta lejup</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:235
+msgid "Add a tab stop"
+msgstr "Pievienot tabulācijas pieturu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:236
+msgid "<keyseq><key>Tab</key></keyseq>"
+msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:239
+msgid "Remove a tab stop"
+msgstr "Izņemt tabulācijas pieturu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:240
+msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+msgstr "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:243
+msgid "Convert the selected text to upper case"
+msgstr "Konvertēt izvēlēto tekstu uz lielajiem burtiem"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:244
+msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:247
+msgid "Convert the selected text to lower case"
+msgstr "Pārveidot izvēlēto tekstu uz mazajiem burtiem"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:248
+msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:251
+msgid "Toggle case of the selected text"
+msgstr "Pārslēgt izvēlētā teksta burtu reģistru uz pretējo"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:252
+msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:258
+msgid "Shortcut keys for showing and hiding panes"
+msgstr "Īsinājumtaustiņi saskarnes elementu parādīšanai un slēpšanai"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:267
+msgid "Show / hide the side pane"
+msgstr "Parādīt / slēpt sānu rūti"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:268
+msgid "<key>F9</key>"
+msgstr "<key>F9</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:271
+msgid "Show / hide the bottom pane"
+msgstr "Parādīt / slēpt apakšējo rūti"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:272
+msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:276
+msgid "Open the file menu"
+msgstr "Atvērt datņu izvēlni"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:277
+msgid "<key>F10</key>"
+msgstr "<key>F10</key>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:283
+msgid "Shortcut keys for searching"
+msgstr "Īsinājumtaustiņi meklēšanai"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:292
+msgid "Find a string"
+msgstr "Atrast virkni (teksta fragmentu)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:293
+msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:296
+msgid "Find the next instance of the string"
+msgstr "Atrast nākamo vietu, kur tekstā ir dotā virkne"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:297
+msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:300
+msgid "Find the previous instance of the string"
+msgstr "Atrast iepriekšējo vietu, kur tekstā ir dotā virkne"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:301
+msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:304
+msgid "Search and Replace"
+msgstr "Atrast un aizvietot"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:305
+msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:308
+msgid "Clear highlight"
+msgstr "Noņemt izcēlumu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:309
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:313
+msgid "Goto line"
+msgstr "Doties uz rindu"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:314
+msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:320
+msgid "Shortcut keys for tools"
+msgstr "Īsinājumtaustiņi rīkiem"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:329
+msgid "Check spelling"
+msgstr "Pārbaudīt pareizrakstību"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:330
+msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+msgstr "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:333
+msgid "Remove trailing spaces (with plugin)"
+msgstr "Aizvākt atstarpes rindas beigās (ar spraudni)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:334
+msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:337
+msgid "Run \"make\" in the current directory (with plugin)"
+msgstr "Palaist \"make\" aktuālajā direktorijā (ar spraudni)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:338
+msgid "<key>F8</key>"
+msgstr "<key>F8</key>"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:341
+msgid "Directory listing (with plugin)"
+msgstr "Direktorija saraksts (ar spraudni)"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:342
+msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+
+#. (itstool) path: table/title
+#: C/gedit-shortcut-keys.page:349
+msgid "Shortcut keys for user help"
+msgstr "Īsinājumtaustiņi palīdzībai"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:358
+msgid "Open the gedit user guide"
+msgstr "Atvērt gedit lietotāja ceļvedi"
+
+#. (itstool) path: td/p
+#: C/gedit-shortcut-keys.page:359
+msgid "<key>F1</key>"
+msgstr "<key>F1</key>"
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Pārbaudiet savas datnes uz pareizrakstības kļūdām."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Pārbaudīt dokumenta pareizrakstību"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Ieslēgt pareizrakstības pārbaudi"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Pareizrakstības pārbaudi nodrošina <app>gedit</app> spraudnis, kuru var pēc "
+"vajadzības aktivēt. Lai aktivētu spraudni:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Izvēlieties <gui style=\"menuitem\">Pareizrakstības pārbaudītājs</gui>, lai "
+"aktivētu spraudni."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Lai dokumentā meklētu nepareizi uzrakstītus vārdus:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Izvēlieties <guiseq><gui style=\"menu\">Rīki</gui><gui style=\"menuitem"
+"\">Pārbaudīt pareizrakstību</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Lai <app>gedit</app> automātiski izceltu dokumentā nepareizi uzrakstītos "
+"vārdus rakstīšanas laikā, izvēlieties <guiseq><gui style=\"menu\">Rīki</"
+"gui><gui style=\"menuitem\">Izcelt nepareizi uzrakstītos vārdus</gui></"
+"guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Izmanto pareizrakstības pārbaudi"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Nepareizi uzrakstītiem vārdiem jūs varat izvēlēties labojumus, izmantojot "
+"pareizrakstības pārbaudes dialoglodziņu. Pareizrakstības pārbaudītājā "
+"nepareizi uzrakstītie vārdi ir izcelti treknrakstā pie <gui>Nepareizi "
+"uzrakstītie vārdi:</gui>. Jūs varat izvēlēties no šīm korekcijas darbībām:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Mainīt uz:</gui> ļauj jums ievadīt vārdu un izmantot "
+"<gui style=\"button\">Pārbaudīt vārdu</gui>, lai pārbaudītu pareizrakstību."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Ieteikumi:</gui> uzskaita pieejamos vārda labojumus."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignorēt</gui> ļauj jums izlaist pareizrakstības "
+"pārbaudi <em>šai</em> vārda instancei."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Ignorēt visus</gui> ļauj jums izlaist pareizrakstības "
+"pārbaudi <em>visām</em> vārda instancēm."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Mainīt</gui> aizvieto <em>vienu</em> nepareizi "
+"uzrakstīto vai neatpazīto vārdu ar izvēlētu aizvietojumu no <gui style="
+"\"menuitem\">Ieteikumi:</gui> saraksta."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Mainīt visus</gui> aizvieto <em>visus</em> nepareizi "
+"uzrakstītos vai neatpazītos vārdus ar izvēlētu aizvietojumu no <gui style="
+"\"menuitem\">Ieteikumi:</gui> saraksta."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Pievienot vārdu</gui> ļauj jums pievienot aktuālo "
+"vārdu <app>gedit</app> lietotnes <gui>lietotāja vārdnīcai</gui>. Pielāgotu "
+"vārdu pievienošana <gui>lietotāja vārdnīcai</gui> ļaus <app>gedit</app> "
+"atpazīt vārdus dokumentā un tie netiks izcelti kā nepareizi uzrakstīti."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Noteikt, kuru valodu izmantot pareizrakstības pārbaudei"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Pēc noklusējuma <app>gedit</app> izmantos jūsu pašreizējo valodu, lai "
+"pārbaudītu pareizrakstību dokumentā. Ja jums ir jāizmanto cita valoda, "
+"izvēlieties <guiseq><gui style=\"menu\">Rīki</gui><gui style=\"menuitem"
+"\">Iestatīt valodu…</gui></guiseq>, tad izvēlieties valodu, ko izmantot."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Vārdnīcas"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"http://www.abisource.com/projects/enchant/"
+"\">Enchant</link>, a small system utility, for spell checking. Enchant can "
+"use several different dictionaries to check your spelling. Two such "
+"dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> pareizrakstības pārbaudīšanai izmanto <link href=\"http://"
+"www.abisource.com/projects/enchant/\">Enchant</link> – maza sistēmas "
+"utilītprogramma. Enchant var izmantot vairākas dažādas vārdnīcas, lai "
+"pārbaudītu pareizrakstību. <em>Hunspell</em> un <em>Aspell</em> ir piemēri "
+"atbalstītiem vārdnīcu nodrošinātājiem."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Ja jums vajadzīgā valoda nav pieejama <app>gedit</app> lietotnē, izmantojiet "
+"datora programmatūras instalētāju vai pakotņu pārvaldnieku, lai uzinstalētu "
+"vajadzīgo vārdnīcu nodrošinātāju."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Izceliet savu tekstu, lai to būtu vieglāk lasīt."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Ieslēgt sintakses iekrāsošanu"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Sintakses iekrāsošana"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> nodrošina sintakses iekrāsošanu plašam marķēšanas, "
+"programmēšanas un zinātnisko valodu klāstam. Ja <app>gedit</app> atpazīst "
+"jūsu atvērtajā datnē lietoto sintaksi, tā automātiski iekrāso tekstu."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Ja jūsu sintakse vai valoda nav iekrāsota tūlīt pēc palaišanas, jūs varat "
+"izvēlēties atbilstošo sintaksi vai valodu izvēlnē <guiseq><gui style=\"menu"
+"\">Skats</gui><gui style=\"menuitem\">Iekrāsošanas režīms</gui></guiseq>, "
+"vai arī no saraksta <app>gedit</app> loga apakšā."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:11
+msgid "Group similar tabs together."
+msgstr "Grupēt kopā līdzīgas cilnes."
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:23
+msgid "Organize files in grouped tabs"
+msgstr "Organizēt datnes grupētās cilnēs"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:25
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"\"Untitled Document\" in the new pane, and make it active. You can open "
+"files into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Ja jūs izmantojat vairākas cilnes <app>gedit</app> lietotnē, jūs varat tās "
+"sagrupēt, kas palīdz organizēt atvērtās datnes. Jaunas ciļņu grupas "
+"pievienošana sadalīs <app>gedit</app> logu divās rūtīs, atveriet jaunu "
+"“Nenosauktu dokumentu” jaunajā rūtī un padariet to aktīvu. Jūs varat atvērt "
+"datnes tajā ciļņu grupā un pārvietot cilnes no vienas ciļņu grupas uz otru."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:32
+msgid "Open a new tab group in the gedit window"
+msgstr "Atvērt jaunu ciļņu grupu gedit logā"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:34
+msgid "To open a new tab group you can:"
+msgstr "Lai atvērtu jaunu ciļņu grupu, jūs varat:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:38
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Iet uz <guiseq><gui>Dokumenti</gui><gui>Jauna ciļņu grupa</gui></guiseq> "
+"galvenajā izvēlnē."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:42
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Izmantot <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> saīsni."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:47
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Šī darbība sadalīs <app>gedit</app> logu divās rūtīs un rūts ar jauno ciļņu "
+"grupu tiks novietota aktīvās cilnes labajā pusē. Jūs varat pārvietot turi pa "
+"kreisi vai pa pa labi, piešķirot vairāk vai mazāk vietas <app>gedit</app> "
+"logam starp rūtīm."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:52
+msgid ""
+"You can open as much tab groups in <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Jūs varat atvērt tik daudz ciļņu grupas<app>gedit</app> logā, cik var "
+"ietilpināt ekrānā, bet jums vajadzēs pārvietot turi, lai varētu tos pareizi "
+"redzēt."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:56
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Lai aizvērtu ciļņu grupas rūti, aizveriet visas cilnes, kas tajā ir atvērtas."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:62
+msgid "Move through tab groups"
+msgstr "Pārvietoties caur ciļņu grupām"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:64
+msgid "To move forward (on the next) tab group:"
+msgstr "Lai ietu uz priekšu (uz nākamo) ciļņu grupu:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:68
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in the "
+"main menu."
+msgstr ""
+"Ejiet uz <guiseq><gui>Dokumenti</gui><gui>Nākamā ciļņu grupa</gui></guiseq> "
+"galvenajā izvēlnē."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:72
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+"key></keyseq> shortcut."
+msgstr ""
+"Lietojiet <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+"down</key></keyseq> saīsni."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:77
+msgid "To move backward (on the previous) tab group:"
+msgstr "Lai ietu atpakaļ (iepriekšējā) ciļņu grupā:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:81
+msgid ""
+"Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> in "
+"the main menu."
+msgstr ""
+"Ejiet uz <guiseq><gui>Dokumenti</gui><gui>Iepriekšējā ciļņu grupa</gui></"
+"guiseq> galvenajā izvēlnē."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:85
+msgid ""
+"Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</"
+"key></keyseq> shortcut."
+msgstr ""
+"Izmantojiet <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+"up</key></keyseq> saīsni."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:93
+msgid "Move a tab to another tab group"
+msgstr "Pārvietot cilni uz citu ciļņu grupu"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:95
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Ja jūs vēlaties pārvietot cilni no vienas ciļņu grupas uz citu:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:66 C/gedit-tabs-moving.page:89
+msgid "Click and hold the mouse button on the tab."
+msgstr "Piespiediet un turiet peles pogu uz cilnes."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:102
+msgid "Drag the tab to another tab group pane."
+msgstr "Pārvelciet cilni uz citu ciļņu grupas rūti."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:105
+msgid "Place it beside other tabs in the tab group."
+msgstr "Novietojiet to līdzās citām cilnēm jaunajā ciļņu grupā."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:108 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:72 C/gedit-tabs-moving.page:98
+msgid "Release the mouse button."
+msgstr "Atlaidiet peles pogu."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:112
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tab groups."
+msgstr ""
+"Skatiet <link xref=\"gedit-shortcut-keys\">tastatūras saīsnes cilnēm</link>, "
+"kas var atvieglot ciļņu grupu pārvaldību."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Mainīt cilnes novietojumu gedit logā."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Pārvietot un sakārtot cilnes"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Cilnes var pārvietot, lai ērtāk strādātu ar datnēm. Cilnes var pārkārtot "
+"tajā pašā logā, izvilkt no <app>gedit</app> loga (izveidojot jaunu logu) un "
+"pārvietot no viena loga uz citu."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Izmainīt ciļņu secību gedit logā"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Lai izmainītu ciļņu secību logā:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tab."
+msgstr "Pārvietojiet cilni uz vēlamo vietu starp citām cilnēm."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Cilne tiks novietota pēc iespējas tuvāk jūsu norādītajai vietai, līdzās "
+"citām atvērtajām cilnēm."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:61
+msgid "Move a tab, creating a new gedit window"
+msgstr "Pārvietot cilni, izveidojot jaunu gedit logu"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:62
+msgid "To create a new window from an existing tab:"
+msgstr "Lai izveidotu jaunu logu no esošas cilnes:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:69
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Izvelciet cilni no <app>gedit</app> loga."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:77
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Lai pārvietotu cilni uz jaunu logu, kad <app>gedit</app> logs ir "
+"maksimizēts, velciet cilni uz joslu ekrāna augšā."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:83
+msgid "Move a tab to another gedit window"
+msgstr "Pārvietot cilni uz citu gedit logu"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:85
+msgid "If you want to move a tab from one window to another:"
+msgstr "Ja jūs vēlaties pārvietot cilni no viena loga uz citu:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:92
+msgid "Drag the tab to the new window."
+msgstr "Pārvelciet cilni uz jauno logu."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:95
+msgid "Place it beside other tabs in the new window."
+msgstr "Novietojiet to līdzās citām cilnēm jaunajā logā."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:104
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Jums var likties vieglāk pārvietot cilni no viena loga uz citu, velkot cilni "
+"uz <gui>Aktivitātes</gui> karsto stūri <gui>GNOME čaulā</gui>. Tas parādīs "
+"katru atvērto <app>gedit</app> logu. Tad jūs varat atlaist cilni vēlamajā "
+"<app>gedit</app> logā."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:111
+msgid ""
+"See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</link> "
+"table to make it easier to manage your tabs."
+msgstr ""
+"Skatiet <link xref=\"gedit-shortcut-keys\">tastatūras saīsnes cilnēm</link>, "
+"kas var atvieglot ciļņu pārvaldību."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Veidot vai aizvērt cilnes gedit logā."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Pievienot vai noņemt cilnes"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window. The tab that is larger than the other tabs "
+"indicates the file that is currently open. The smaller tabs indicate other "
+"files that are available to work on."
+msgstr ""
+"Strādāšana ar cilnēm programmā <app>gedit</app> ļauj jums paturēt acīs "
+"vairākas datnes vienā logā. Cilne, kas ir lielāka par pārējām, norāda "
+"pašlaik atvērto datni. Pārējās cilnes atbilst citām datnēm, pie kurām var "
+"strādāt."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:45
+msgid "Adding tabs"
+msgstr "Pievieno cilnes"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:46
+msgid ""
+"To add a new tab, create a new file with <keyseq><key>Ctrl</key> <key>T</"
+"key></keyseq>. The tab will be added to the right side of any other tabs."
+msgstr ""
+"Lai pievienotu jaunu cilni, izveidojiet jaunu datni, nospiežot "
+"<keyseq><key>Ctrl</key><key>T</key></keyseq>. Cilne tiks pievienota pa labi "
+"no pārējām cilnēm."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:52
+msgid "Removing tabs"
+msgstr "Noņem cilnes"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:53
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side. To remove all open tabs, press <keyseq><key>Ctrl</key> <key>Shift</"
+"key><key>W</key></keyseq>."
+msgstr ""
+"Lai noņemtu cilni, uzklikšķiniet uz <gui style=\"button\">×</gui> cilnes "
+"labajā pusē. Lai noņemtu visas cilnes, nospiediet <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-recent-action.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Atgriezt atpakaļ nesenās izmaiņas kādā no datnēm."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-recent-action.page:31
+msgid "Undo a recent action"
+msgstr "Atsaukt nesen veiktu darbību"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-recent-action.page:33
+msgid ""
+"If you make a mistake while using <app>gedit</app>, you can undo it by "
+"pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Ja rakstot ar <app>gedit</app> gadās pieļaut kļūdu, izmaiņas var atsaukt "
+"spiežot <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-recent-action.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr "Izmaiņas nevar atsaukt pēc <app>gedit</app> datnes aizvēršanas."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "gedit teksta redaktors"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "gedit teksta redaktors"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Mājas lapa gedit lietotāja ceļvedim."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> gedit teksta redaktors"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"both <app>gedit's</app> most basic features, as well as some advanced "
+"keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started "
+"with gedit</link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</"
+"link> pages."
+msgstr ""
+"Laipni lūgti <app>gedit</app> palīdzības ceļvedī. Īsam ievadam <app>gedit</"
+"app> pamatfunkcijās, kā arī sarežģītākās tastatūras saīsnēs, apmeklējiet "
+"lapas <link xref=\"gedit-quickstart\">Sākt darbu ar gedit</link> un <link "
+"xref=\"gedit-shortcut-keys\">Tastatūras saīsnes</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:36
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Citi palīdzības temati ir sagrupēti nodaļās zemāk. Veiksmi darbā, lietojot "
+"<app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:40
+msgid "Working With Files"
+msgstr "Strādāšana ar datnēm"
+
+#. (itstool) path: section/title
+#: C/index.page:45
+msgid "Configure gedit"
+msgstr "Konfigurēt gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:49
+msgid "gedit Plugins"
+msgstr "gedit spraudņi"
+
+#. (itstool) path: section/title
+#: C/index.page:53
+msgid "Printing with gedit"
+msgstr "Drukāšana ar gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Attribution-Share Alike 3.0 neportētā licence"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Šis darbs ir licencēts zem <_:link-1/>."
+
diff --git a/help/meson.build b/help/meson.build
new file mode 100644
index 0000000..443baf2
--- /dev/null
+++ b/help/meson.build
@@ -0,0 +1,53 @@
+gedit_help_sources = [
+ 'gedit-brief-intro.page',
+ 'gedit-change-color-scheme.page',
+ 'gedit-change-default-font.page',
+ 'gedit-close-file.page',
+ 'gedit-create-new-file.page',
+ 'gedit-edit-as-root.page',
+ 'gedit-files-basic.page',
+ 'gedit-full-screen.page',
+ 'gedit-general-intro.page',
+ 'gedit-open-file.page',
+ 'gedit-open-files-from-sidepane.page',
+ 'gedit-open-on-server.page',
+ 'gedit-open-recent.page',
+ 'gedit-open-several-files-at-once.page',
+ 'gedit-plugin-guide.page',
+ 'gedit-plugins-change-case.page',
+ 'gedit-plugins-doc-stats.page',
+ 'gedit-plugins-external-tools.page',
+ 'gedit-plugins-file-browser.page',
+ 'gedit-plugins-insert-date-time.page',
+ 'gedit-plugins-install.page',
+ 'gedit-plugins-modelines.page',
+ 'gedit-plugins-pyconsole.page',
+ 'gedit-plugins-quick-open.page',
+ 'gedit-plugins-snippets.page',
+ 'gedit-plugins-sort.page',
+ 'gedit-printing-order.page',
+ 'gedit-printing.page',
+ 'gedit-printing-select.page',
+ 'gedit-save-file.page',
+ 'gedit-search.page',
+ 'gedit-search-and-replace.page',
+ 'gedit-spellcheck.page',
+ 'gedit-syntax-highlighting.page',
+ 'gedit-tab-groups.page',
+ 'gedit-tabs.page',
+ 'gedit-undo-redo.page',
+ 'index.page',
+]
+
+gedit_help_media = [
+ 'figures/gedit-html-snippet.png',
+ 'figures/gedit-icon.png',
+ 'figures/gedit3-screenshot.png',
+]
+
+gnome.yelp(
+ meson.project_name(),
+ sources: gedit_help_sources,
+ media: gedit_help_media,
+ symlink_media: true,
+)
diff --git a/help/oc/oc.po b/help/oc/oc.po
new file mode 100644
index 0000000..14efb26
--- /dev/null
+++ b/help/oc/oc.po
@@ -0,0 +1,3650 @@
+# Translation of oc.po to Occitan
+# Occitan translation of gedit documentation.
+# Copyright (C) 2006-2007 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit documentation
+# package.
+#
+# Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>, 2006-2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: oc\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-02-28 21:49+0100\n"
+"PO-Revision-Date: 2007-12-27 13:34+0100\n"
+"Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
+"Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: ../C/legal.xml:2(para)
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
+"later version published by the Free Software Foundation with no Invariant "
+"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
+"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"in the file COPYING-DOCS distributed with this manual."
+msgstr ""
+
+#: ../C/legal.xml:12(para)
+msgid ""
+"This manual is part of a collection of GNOME manuals distributed under the "
+"GFDL. If you want to distribute this manual separately from the collection, "
+"you can do so by adding a copy of the license to the manual, as described in "
+"section 6 of the license."
+msgstr ""
+
+#: ../C/legal.xml:19(para)
+msgid ""
+"Many of the names used by companies to distinguish their products and "
+"services are claimed as trademarks. Where those names appear in any GNOME "
+"documentation, and the members of the GNOME Documentation Project are made "
+"aware of those trademarks, then the names are in capital letters or initial "
+"capital letters."
+msgstr ""
+
+#: ../C/legal.xml:35(para)
+msgid ""
+"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
+"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
+"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
+"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
+"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
+"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
+"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
+"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
+"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
+"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
+"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND "
+"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
+"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
+"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
+"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
+"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
+"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
+"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
+"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
+"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
+"POSSIBILITY OF SUCH DAMAGES."
+msgstr ""
+
+#: ../C/legal.xml:28(para)
+msgid ""
+"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
+"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
+"<placeholder-1/>"
+msgstr ""
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../C/gedit.xml:262(None)
+msgid "@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgstr "@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../C/gedit.xml:342(None)
+msgid ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+msgstr ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../C/gedit.xml:1266(None)
+msgid ""
+"@@image: 'figures/gedit_format_bold.png'; "
+"md5=950264711a3f0808bef134fa94b0a582"
+msgstr ""
+"@@image: 'figures/gedit_format_bold.png'; "
+"md5=950264711a3f0808bef134fa94b0a582"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../C/gedit.xml:1285(None)
+msgid ""
+"@@image: 'figures/gedit_format_italic.png'; "
+"md5=feb9817676516ae91b9f6b1cd36a5eca"
+msgstr ""
+"@@image: 'figures/gedit_format_italic.png'; "
+"md5=feb9817676516ae91b9f6b1cd36a5eca"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../C/gedit.xml:1303(None)
+msgid ""
+"@@image: 'figures/gedit_format_underline.png'; "
+"md5=58f5848d81ea3f0656ccce82ba32ec9c"
+msgstr ""
+"@@image: 'figures/gedit_format_underline.png'; "
+"md5=58f5848d81ea3f0656ccce82ba32ec9c"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../C/gedit.xml:1321(None)
+msgid ""
+"@@image: 'figures/gedit_format_strikethrough.png'; "
+"md5=cf962f5d9df721c1f4f4cef2780915ed"
+msgstr ""
+"@@image: 'figures/gedit_format_strikethrough.png'; "
+"md5=cf962f5d9df721c1f4f4cef2780915ed"
+
+#: ../C/gedit.xml:23(title)
+msgid "Gedit Manual"
+msgstr ""
+
+#: ../C/gedit.xml:25(year)
+msgid "2007"
+msgstr "2007"
+
+#: ../C/gedit.xml:26(holder) ../C/gedit.xml:45(publishername)
+#: ../C/gedit.xml:52(firstname) ../C/gedit.xml:75(orgname)
+#: ../C/gedit.xml:116(para) ../C/gedit.xml:124(para) ../C/gedit.xml:132(para)
+#: ../C/gedit.xml:140(para) ../C/gedit.xml:148(para) ../C/gedit.xml:156(para)
+#: ../C/gedit.xml:164(para) ../C/gedit.xml:172(para) ../C/gedit.xml:180(para)
+#: ../C/gedit.xml:188(para) ../C/gedit.xml:196(para)
+msgid "GNOME Documentation Project"
+msgstr "Projècte de documentacion de GNOME"
+
+#: ../C/gedit.xml:28(year)
+msgid "2002"
+msgstr "2002"
+
+#: ../C/gedit.xml:29(year)
+msgid "2003"
+msgstr "2003"
+
+#: ../C/gedit.xml:30(year)
+msgid "2004"
+msgstr "2004"
+
+#: ../C/gedit.xml:31(holder) ../C/gedit.xml:67(orgname)
+msgid "Sun Microsystems"
+msgstr "Sun Microsystems"
+
+#: ../C/gedit.xml:33(year) ../C/gedit.xml:112(date)
+msgid "2000"
+msgstr "2000"
+
+#: ../C/gedit.xml:34(holder)
+msgid "Eric Baudais"
+msgstr "Eric Baudais"
+
+#: ../C/gedit.xml:55(orgname)
+msgid "GNOME"
+msgstr "GNOME"
+
+#: ../C/gedit.xml:59(firstname)
+msgid "Hal"
+msgstr ""
+
+#: ../C/gedit.xml:60(surname)
+msgid "Canary"
+msgstr ""
+
+#: ../C/gedit.xml:61(contrib)
+msgid "Added the Shortcut Keys Table"
+msgstr ""
+
+#: ../C/gedit.xml:64(firstname) ../C/gedit.xml:187(para)
+msgid "Sun Java Desktop System Documentation Team"
+msgstr ""
+
+#: ../C/gedit.xml:68(email)
+msgid "gdocteam@sun.com"
+msgstr "gdocteam@sun.com"
+
+#: ../C/gedit.xml:72(firstname)
+msgid "Eric"
+msgstr "Eric"
+
+#: ../C/gedit.xml:73(surname)
+msgid "Baudais"
+msgstr "Baudais"
+
+#: ../C/gedit.xml:76(email)
+msgid "baudais@okstate.edu"
+msgstr "baudais@okstate.edu"
+
+#: ../C/gedit.xml:80(firstname)
+msgid "Baris"
+msgstr "Baris"
+
+#: ../C/gedit.xml:81(surname)
+msgid "Cicek provided information from earlier revisions of the gedit application."
+msgstr ""
+
+#: ../C/gedit.xml:82(contrib) ../C/gedit.xml:87(contrib)
+msgid "Acknowledgements"
+msgstr ""
+
+#: ../C/gedit.xml:85(firstname)
+msgid "Ajit"
+msgstr ""
+
+#: ../C/gedit.xml:86(surname)
+msgid "George provided information about plugins."
+msgstr ""
+
+#: ../C/gedit.xml:111(revnumber)
+msgid "gedit V1.0"
+msgstr ""
+
+#: ../C/gedit.xml:114(para)
+msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+msgstr "Eric Baudais <email>baudais@okstate.edu</email>"
+
+#: ../C/gedit.xml:120(revnumber)
+msgid "gedit Manual V2.0"
+msgstr ""
+
+#: ../C/gedit.xml:121(date)
+msgid "March 2002"
+msgstr "Març de 2002"
+
+#: ../C/gedit.xml:123(para) ../C/gedit.xml:131(para) ../C/gedit.xml:139(para)
+#: ../C/gedit.xml:147(para) ../C/gedit.xml:155(para) ../C/gedit.xml:163(para)
+#: ../C/gedit.xml:171(para) ../C/gedit.xml:179(para)
+msgid "Sun GNOME Documentation Team"
+msgstr "Còla Sun de documentacion de GNOME"
+
+#: ../C/gedit.xml:128(revnumber)
+msgid "gedit Manual V2.1"
+msgstr ""
+
+#: ../C/gedit.xml:129(date)
+msgid "June 2002"
+msgstr "Junh de 2002"
+
+#: ../C/gedit.xml:136(revnumber)
+msgid "gedit Manual V2.2"
+msgstr ""
+
+#: ../C/gedit.xml:137(date)
+msgid "August 2002"
+msgstr "Agost de 2002"
+
+#: ../C/gedit.xml:144(revnumber)
+msgid "gedit Manual V2.3"
+msgstr ""
+
+#: ../C/gedit.xml:145(date)
+msgid "September 2002"
+msgstr "Setembre de 2002"
+
+#: ../C/gedit.xml:152(revnumber)
+msgid "gedit Manual V2.4"
+msgstr ""
+
+#: ../C/gedit.xml:153(date)
+msgid "January 2003"
+msgstr "Genièr de 2003"
+
+#: ../C/gedit.xml:160(revnumber)
+msgid "gedit Manual V2.5"
+msgstr ""
+
+#: ../C/gedit.xml:161(date)
+msgid "March 2003"
+msgstr "Març de 2003"
+
+#: ../C/gedit.xml:168(revnumber)
+msgid "gedit Manual V2.6"
+msgstr ""
+
+#: ../C/gedit.xml:169(date)
+msgid "September 2003"
+msgstr "Setembre de 2003"
+
+#: ../C/gedit.xml:176(revnumber)
+msgid "gedit Manual V2.7"
+msgstr ""
+
+#: ../C/gedit.xml:177(date)
+msgid "March 2004"
+msgstr "Març de 2004"
+
+#: ../C/gedit.xml:184(revnumber)
+msgid "gedit Manual V2.8"
+msgstr ""
+
+#: ../C/gedit.xml:185(date) ../C/gedit.xml:193(date)
+msgid "July 2006"
+msgstr ""
+
+#: ../C/gedit.xml:192(revnumber)
+msgid "gedit Manual V2.9"
+msgstr ""
+
+#: ../C/gedit.xml:195(para)
+msgid "GNOME Documentation Team"
+msgstr "Còla de documentacion de GNOME"
+
+#: ../C/gedit.xml:200(releaseinfo)
+msgid "This manual describes version 2.16 of gedit."
+msgstr ""
+
+#: ../C/gedit.xml:203(title)
+msgid "Feedback"
+msgstr ""
+
+#: ../C/gedit.xml:204(para)
+msgid ""
+"To report a bug or make a suggestion regarding the <application>gedit</"
+"application> application or this manual, follow the directions in the <ulink "
+"url=\"ghelp:gnome-feedback\" type=\"help\">GNOME Feedback Page</ulink>."
+msgstr ""
+
+#: ../C/gedit.xml:209(para)
+msgid "gedit is the GNOME text editor."
+msgstr ""
+
+#: ../C/gedit.xml:212(primary)
+msgid "gedit"
+msgstr ""
+
+#: ../C/gedit.xml:213(primary)
+msgid "text editor"
+msgstr ""
+
+#: ../C/gedit.xml:218(title)
+msgid "Introduction"
+msgstr "Introduccion"
+
+#: ../C/gedit.xml:223(para)
+msgid ""
+"The <application>gedit</application> application enables you to create and "
+"edit text files."
+msgstr ""
+
+#: ../C/gedit.xml:225(para)
+msgid ""
+"The aim of <application>gedit</application> is to be a simple and easy to "
+"use text editor. More powerful features can be enabled with different "
+"<firstterm>plugins</firstterm>, allowing a variety of tasks related to text-"
+"editing."
+msgstr ""
+
+#: ../C/gedit.xml:229(title)
+msgid "Getting Started"
+msgstr "Per començar"
+
+#: ../C/gedit.xml:233(title)
+msgid "Starting gedit"
+msgstr ""
+
+#: ../C/gedit.xml:234(para)
+msgid "You can start <application>gedit</application> in the following ways:"
+msgstr ""
+
+#: ../C/gedit.xml:237(term)
+msgid "<guimenu>Applications</guimenu> menu"
+msgstr "Menut <guimenu>Applications</guimenu>"
+
+#: ../C/gedit.xml:239(para)
+msgid ""
+"Choose <menuchoice><guisubmenu>Accessories</guisubmenu><guimenuitem>Text "
+"Editor</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:243(term)
+msgid "Command line"
+msgstr "Linha de comanda"
+
+#: ../C/gedit.xml:245(para)
+msgid "Execute the following command: <command>gedit</command>"
+msgstr ""
+
+#: ../C/gedit.xml:249(para)
+msgid ""
+"By default, when you open a text document in the file manager, gedit will "
+"start, and display the document."
+msgstr ""
+
+#: ../C/gedit.xml:254(title)
+msgid "The gedit Window"
+msgstr ""
+
+#: ../C/gedit.xml:255(para)
+msgid ""
+"When you start <application>gedit</application>, the following window is "
+"displayed:"
+msgstr ""
+
+#: ../C/gedit.xml:258(title)
+msgid "gedit Window"
+msgstr ""
+
+#: ../C/gedit.xml:264(phrase)
+msgid "Shows gedit main window."
+msgstr ""
+
+#: ../C/gedit.xml:270(para)
+msgid "The <application>gedit</application> window contains the following elements:"
+msgstr ""
+
+#: ../C/gedit.xml:273(term)
+msgid "Menubar"
+msgstr "Barra de menuts"
+
+#: ../C/gedit.xml:275(para)
+msgid ""
+"The menus on the menubar contain all of the commands you need to work with "
+"files in <application>gedit</application>."
+msgstr ""
+
+#: ../C/gedit.xml:278(term)
+msgid "Toolbar"
+msgstr "Barra d'espleches"
+
+#: ../C/gedit.xml:280(para)
+msgid ""
+"The toolbar contains a subset of the commands that you can access from the "
+"menubar."
+msgstr ""
+
+#: ../C/gedit.xml:283(term)
+msgid "Display area"
+msgstr ""
+
+#: ../C/gedit.xml:285(para)
+msgid "The display area contains the text of the file that you are editing."
+msgstr ""
+
+#: ../C/gedit.xml:288(term)
+msgid "Statusbar"
+msgstr "Barra d'estat"
+
+#: ../C/gedit.xml:290(para)
+msgid ""
+"The statusbar displays information about current <application>gedit</"
+"application> activity and contextual information about the menu items. The "
+"statusbar also displays the following information:"
+msgstr ""
+
+#: ../C/gedit.xml:293(para)
+msgid ""
+"Cursor position: the line number and column number where the cursor is "
+"located."
+msgstr ""
+
+#: ../C/gedit.xml:296(para)
+msgid ""
+"Edit mode: If the editor is in insert mode, the statusbar contains the text "
+"<guilabel>INS</guilabel>. If the editor is in overwrite mode, the statusbar "
+"contains the text <guilabel>OVR</guilabel>. Press the <keycap>Insert</"
+"keycap> key to change edit mode."
+msgstr ""
+
+#: ../C/gedit.xml:301(term)
+msgid "Side Pane"
+msgstr ""
+
+#: ../C/gedit.xml:303(para)
+msgid ""
+"The side pane displays a list of open documents, and other information "
+"depending on which plugins are enabled."
+msgstr ""
+
+#: ../C/gedit.xml:304(para)
+msgid ""
+"By default the side pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></"
+"menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:307(term)
+msgid "Bottom Pane"
+msgstr ""
+
+#: ../C/gedit.xml:309(para)
+msgid ""
+"The bottom pane is used by programming tools such as the <application>Python "
+"Console</application> plugin to display output. It is not shown by default."
+msgstr ""
+
+#: ../C/gedit.xml:313(para)
+msgid ""
+"When you right-click in the <application>gedit</application> window, the "
+"application displays a popup menu. The popup menu contains the most common "
+"text editing commands."
+msgstr ""
+
+#: ../C/gedit.xml:315(para)
+msgid ""
+"Like other GNOME applications, actions in <application>gedit</application> "
+"can be performed in several ways: with the menu, with the toolbar, or with "
+"shortcut keys. Shortcuts keys common to all applications are listed in the "
+"<ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-apps\">User Guide</"
+"ulink>."
+msgstr ""
+
+#: ../C/gedit.xml:320(title)
+msgid "Running gedit from a Command Line"
+msgstr ""
+
+#: ../C/gedit.xml:321(para)
+msgid ""
+"You can run <application>gedit</application> from a command line and open a "
+"single file or multiple files. To open multiple files from a command line, "
+"type the following command, then press <keycap>Return</keycap>:"
+msgstr ""
+
+#: ../C/gedit.xml:322(replaceable)
+msgid "file1.txt file2.txt file3.txt"
+msgstr ""
+
+#: ../C/gedit.xml:322(command)
+msgid "gedit <placeholder-1/>"
+msgstr ""
+
+#: ../C/gedit.xml:323(para)
+msgid "Alternatively, you can specify a URI instead of a filename."
+msgstr ""
+
+#: ../C/gedit.xml:324(para)
+msgid ""
+"For more information on how to run <application>gedit</application> from a "
+"command line, see the unix manual page for gedit, <ulink url=\"man:gedit\" "
+"type=\"man\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+msgstr ""
+
+#: ../C/gedit.xml:329(title)
+msgid "Working with Files"
+msgstr ""
+
+#: ../C/gedit.xml:333(title)
+msgid "Creating a New Document"
+msgstr ""
+
+#: ../C/gedit.xml:334(para)
+msgid ""
+"To create a new document, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>New</guimenuitem></menuchoice>. The application "
+"displays a new blank document in the <application>gedit</application> window."
+msgstr ""
+
+#: ../C/gedit.xml:339(title) ../C/gedit.xml:1667(title)
+msgid "Opening a File"
+msgstr ""
+
+#: ../C/gedit.xml:340(para)
+msgid ""
+"To open a file, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</"
+"guimenuitem></menuchoice> to display the <guilabel>Open File</guilabel> "
+"dialog. Select the file that you want to open, then click <guibutton>Open</"
+"guibutton>. The file is displayed in the <application>gedit</application> "
+"window."
+msgstr ""
+
+#: ../C/gedit.xml:342(phrase)
+msgid "Shows Recent Files menu icon."
+msgstr ""
+
+#: ../C/gedit.xml:342(para)
+msgid ""
+"The application records the paths and filenames of the five most recent "
+"files that you edited and displays the files as menu items on the "
+"<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click on "
+"the <placeholder-1/> icon on the toolbar to display the list of recent files."
+msgstr ""
+
+#: ../C/gedit.xml:344(para)
+msgid ""
+"You can open multiple files in <application>gedit</application>. The "
+"application adds a tab for each open file to the window. For more on this "
+"see <xref linkend=\"gedit-tabs\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:350(title)
+msgid "Saving a File"
+msgstr ""
+
+#: ../C/gedit.xml:351(para)
+msgid "You can save files in the following ways:"
+msgstr ""
+
+#: ../C/gedit.xml:353(para)
+msgid ""
+"To save changes to an existing file, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Save</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:355(para)
+msgid ""
+"To save a new file or to save an existing file under a new filename, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Save As</guimenuitem></"
+"menuchoice>. Enter a name for the file in the <guilabel>Save As</guilabel> "
+"dialog, then click <guibutton>Save</guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:357(para)
+msgid ""
+"To save all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Save All</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:360(para)
+msgid ""
+"To close all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Close All</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:365(title)
+msgid "Opening a File from a URI"
+msgstr ""
+
+#: ../C/gedit.xml:366(para)
+msgid ""
+"To open a file from a Uniform Resource Identifier (URI), perform the "
+"following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:369(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</"
+"guimenuitem></menuchoice> to display the <guilabel>Open Location</guilabel> "
+"dialog."
+msgstr ""
+
+#: ../C/gedit.xml:372(para)
+msgid "Enter the URI of the file that you want to open."
+msgstr ""
+
+#: ../C/gedit.xml:375(para)
+msgid ""
+"Use the <guilabel>Character coding</guilabel> drop-down list to select the "
+"appropriate character coding."
+msgstr ""
+
+#: ../C/gedit.xml:378(para)
+msgid "Click <guibutton>Open</guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:381(para)
+msgid ""
+"Valid types of <replaceable>URI</replaceable> include <literal>http:</"
+"literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the "
+"methods supported by <literal>gnome-vfs</literal>."
+msgstr ""
+
+#: ../C/gedit.xml:382(para)
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. HTTP only allows files to be "
+"read. Files opened from FTP are read-only because because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+
+#: ../C/gedit.xml:383(para)
+msgid ""
+"Saving to FTP servers can be enabled with <ulink type=\"help\" url=\"ghelp:"
+"gconf-editor\"><application>Configuration Editor</application></ulink>, "
+"setting the key <systemitem>/apps/gedit-2/preferences/editor/save/"
+"writable_vfs_schemes</systemitem>, but this may cause errors."
+msgstr ""
+
+#: ../C/gedit.xml:388(title)
+msgid "Working With Tabs"
+msgstr ""
+
+#: ../C/gedit.xml:390(para)
+msgid ""
+"When more than one file is open, <application>gedit</application> shows a "
+"<firstterm>tab</firstterm> for each document above the display area. To "
+"switch to another document, click on its tab."
+msgstr ""
+
+#: ../C/gedit.xml:391(para)
+msgid ""
+"To move a document to another <application> gedit</application> window, drag "
+"the tab corresponding to the file to the window you want to move it to."
+msgstr ""
+
+#: ../C/gedit.xml:392(para)
+msgid ""
+"To move a document to a new <application> gedit</application> window, either "
+"drag its tab to the desktop, or choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Move to New Window</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:398(title)
+msgid "Working with Text"
+msgstr ""
+
+#: ../C/gedit.xml:402(title)
+msgid "Editing Text"
+msgstr ""
+
+#: ../C/gedit.xml:403(para)
+msgid "You can edit the text of a file in the following ways:"
+msgstr ""
+
+#: ../C/gedit.xml:405(para)
+msgid ""
+"Type new text from the keyboard. The blinking <firstterm>insertion cursor</"
+"firstterm> marks the point where new text appears. To change this, use the "
+"arrow keys on the keyboard or click with the mouse."
+msgstr ""
+
+#: ../C/gedit.xml:407(para)
+msgid ""
+"To copy the selected text to the clipboard, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></"
+"menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:409(para)
+msgid ""
+"To delete the selected text from the file and move the selected text to the "
+"clipboard, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:411(para)
+msgid ""
+"To permanently delete the selected text from the file, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></"
+"menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:413(para)
+msgid ""
+"To insert the contents of the clipboard at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+"menuchoice>. You must cut or copy text before you can paste text into the "
+"file, either from gedit or another application."
+msgstr ""
+
+#: ../C/gedit.xml:415(para)
+msgid ""
+"To select all of the text in a file, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Select All</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:421(title)
+msgid "Undoing and Redoing Changes"
+msgstr ""
+
+#: ../C/gedit.xml:422(para)
+msgid ""
+"To undo a change you have made, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To reverse this "
+"action, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</"
+"guimenuitem></menuchoice>. The number of previous edits that you can undo is "
+"determined by the <guilabel>Undo</guilabel> limit setting in the "
+"<guilabel>Editor</guilabel> tabbed section of the <guilabel>Preferences</"
+"guilabel> dialog: see <xref linkend=\"gedit-prefs-editor\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:427(title)
+msgid "Positioning the Cursor on a Specific Line"
+msgstr ""
+
+#: ../C/gedit.xml:428(para)
+msgid ""
+"To position the cursor on a specific line in the current file, perform the "
+"following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:430(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</"
+"guimenuitem></menuchoice> to display the <guilabel>Go to Line</guilabel> "
+"dialog."
+msgstr ""
+
+#: ../C/gedit.xml:432(para)
+msgid ""
+"Type the number of the line that you want to move the cursor to in the "
+"<guilabel>Line number</guilabel> field."
+msgstr ""
+
+#: ../C/gedit.xml:434(para)
+msgid ""
+"Click <guibutton>Go to Line</guibutton>. The application moves the cursor to "
+"the line number that you specify."
+msgstr ""
+
+#: ../C/gedit.xml:436(para)
+msgid ""
+"To close the <guilabel>Go to Line</guilabel> dialog, click <guibutton>Close</"
+"guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:443(title)
+msgid "Finding and Replacing"
+msgstr ""
+
+#: ../C/gedit.xml:445(para)
+msgid ""
+"In <application>gedit</application>, there are two ways of searching for "
+"text. You can use the <guilabel>Find</guilabel> dialog to search for a "
+"specific piece of text, or <guilabel>Incremental Search</guilabel> to "
+"highlight matching text as you type it."
+msgstr ""
+
+#: ../C/gedit.xml:450(title)
+msgid "Finding Text"
+msgstr ""
+
+#: ../C/gedit.xml:451(para)
+msgid "To search a file for a string of text, perform the following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:453(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</guimenuitem></"
+"menuchoice> to display the <guilabel>Find</guilabel> dialog."
+msgstr ""
+
+#: ../C/gedit.xml:455(para)
+msgid ""
+"Type the string that you want to find in the <guilabel>Search for</guilabel> "
+"field. You can include special characters such as a new line or tab: see "
+"<xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:457(para)
+msgid ""
+"Click <guibutton>Find</guibutton> to search the file for the first "
+"occurrence of the string after your current cursor position. If "
+"<application>gedit</application> finds the string, the application selects "
+"first occurrence of the string. Other occurrences of the string are "
+"highlighted."
+msgstr ""
+
+#: ../C/gedit.xml:459(para)
+msgid ""
+"To find the next occurrence of the string, click <guibutton>Find</guibutton> "
+"or choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</"
+"guimenuitem></menuchoice>. To find the previous occurrence of the text, "
+"choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Previous</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:462(para)
+msgid ""
+"After you have closed the <guilabel>Find</guilabel> dialog, you can still "
+"move the selection to other occurrences of the text by choosing "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</guimenuitem></"
+"menuchoice> and <menuchoice><guimenu>Search</guimenu><guimenuitem>Find "
+"Previous</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:463(para)
+msgid ""
+"To remove the highlighting from the text, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Clear Highlight</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:467(title)
+msgid "Incremental Search"
+msgstr ""
+
+#: ../C/gedit.xml:469(para)
+msgid ""
+"Incremental search highlights matching text in the document as you type it "
+"letter by letter. (This is similar to the search feature in several web "
+"browsers.)"
+msgstr ""
+
+#: ../C/gedit.xml:470(para)
+msgid ""
+"To start an incremental search, choose <menuchoice><guimenu>Search</"
+"guimenu><guimenuitem>Incremental Search</guimenuitem></menuchoice>. The "
+"search box appears at the top of the display area."
+msgstr ""
+
+#: ../C/gedit.xml:471(para)
+msgid ""
+"Begin typing, and text that matches will be highlighted in the document. The "
+"first instance after the cursor position is also selected."
+msgstr ""
+
+#: ../C/gedit.xml:472(para)
+msgid ""
+"To advance the selection to the next match while keeping the incremental "
+"search box open, press <keycombo><keycap>Ctrl</keycap><keycap>G</keycap></"
+"keycombo>. Press <keycombo><keycap>Ctrl</keycap><keycap>Shift</"
+"keycap><keycap>G</keycap></keycombo> to go back to the previous match."
+msgstr ""
+
+#: ../C/gedit.xml:473(para)
+msgid ""
+"You can also use the up and down arrow keys or the mouse wheel to move the "
+"selection between matches."
+msgstr ""
+
+#: ../C/gedit.xml:478(title)
+msgid "Replacing Text"
+msgstr ""
+
+#: ../C/gedit.xml:480(para)
+msgid ""
+"To search a file for a string, and replace the string with an alternative "
+"string, perform the following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:482(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</"
+"guimenuitem></menuchoice> to display the <guilabel>Replace</guilabel> dialog."
+msgstr ""
+
+#: ../C/gedit.xml:484(para)
+msgid ""
+"Type the string that you want to find, in the <guilabel>Search for</"
+"guilabel> field. You can include special characters such as a new line or "
+"tab: see <xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:485(para)
+msgid ""
+"Type the string that you want to use to replace the string that you find, in "
+"the <guilabel>Replace with</guilabel> field."
+msgstr ""
+
+#: ../C/gedit.xml:489(para)
+msgid ""
+"To examine each occurrence of the string before replacing it, click "
+"<guibutton>Find</guibutton>. If <application>gedit</application> finds the "
+"string, the application selects the string. Click <guibutton>Replace</"
+"guibutton> to replace the selected occurrence of the string. To find the "
+"next occurrence of the string, click <guibutton>Find</guibutton> again."
+msgstr ""
+
+#: ../C/gedit.xml:490(para)
+msgid ""
+"To replace all occurrences of the string throughout the document, click "
+"<guibutton>Replace All</guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:495(title)
+msgid "Find and Replace Options"
+msgstr ""
+
+#: ../C/gedit.xml:496(para)
+msgid ""
+"The <guilabel>Find</guilabel> dialog and the <guilabel>Replace</guilabel> "
+"dialog both have the following options:"
+msgstr ""
+
+#: ../C/gedit.xml:498(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you type. For example, "
+"with <guilabel>Match case</guilabel> selected, \"TEXT\" will not match \"text"
+"\"."
+msgstr ""
+
+#: ../C/gedit.xml:500(para)
+msgid ""
+"Select the <guilabel>Match entire word only</guilabel> option to only find "
+"occurrences of the string that match the entire words of the text that you "
+"type. For example, with <guilabel>Match entire word only</guilabel> "
+"selected, \"text\" will not match \"texture\"."
+msgstr ""
+
+#: ../C/gedit.xml:502(para)
+msgid ""
+"Select the <guilabel>Search backwards</guilabel> option to search backwards "
+"towards the beginning of the document."
+msgstr ""
+
+#: ../C/gedit.xml:504(para)
+msgid ""
+"Select the <guilabel>Wrap around</guilabel> option to search to one end of "
+"the document and then continue the search from the other end of the file."
+msgstr ""
+
+#: ../C/gedit.xml:511(title)
+msgid "Special Characters"
+msgstr ""
+
+#: ../C/gedit.xml:512(para)
+msgid ""
+"You can include the following escape sequences in the text to find or "
+"replace to represent special characters:"
+msgstr ""
+
+#: ../C/gedit.xml:515(literal)
+msgid " n"
+msgstr ""
+
+#: ../C/gedit.xml:517(para)
+msgid "Specifies a new line."
+msgstr ""
+
+#: ../C/gedit.xml:521(literal)
+msgid " t"
+msgstr ""
+
+#: ../C/gedit.xml:523(para)
+msgid "Specifies a tab character."
+msgstr ""
+
+#: ../C/gedit.xml:527(literal)
+msgid " r"
+msgstr ""
+
+#: ../C/gedit.xml:529(para)
+msgid "Specifies a carriage return."
+msgstr ""
+
+#: ../C/gedit.xml:537(title)
+msgid "Printing"
+msgstr "Estampatge"
+
+#: ../C/gedit.xml:541(title)
+msgid "Setting the Page Options"
+msgstr ""
+
+#: ../C/gedit.xml:543(para)
+msgid ""
+"To set the page options, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Page Setup</guimenuitem></menuchoice> to display the "
+"<guilabel>Page Setup</guilabel> dialog."
+msgstr ""
+
+#: ../C/gedit.xml:545(para)
+msgid ""
+"The <guilabel>Page Setup</guilabel> dialog enables you to specify the "
+"following print options:"
+msgstr ""
+
+#: ../C/gedit.xml:548(title)
+msgid "General Tabbed Section"
+msgstr ""
+
+#: ../C/gedit.xml:550(guilabel)
+msgid "Print syntax highlighting"
+msgstr ""
+
+#: ../C/gedit.xml:552(para)
+msgid ""
+"Select this option to print syntax highlighting. For more information about "
+"syntax highlighting, see <xref linkend=\"gedit-set-highlightmode\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:555(guilabel)
+msgid "Print page headers"
+msgstr ""
+
+#: ../C/gedit.xml:557(para)
+msgid ""
+"Select this option to include a header on each page that you print. You "
+"cannot configure the header."
+msgstr ""
+
+#: ../C/gedit.xml:560(guilabel) ../C/gedit.xml:1162(guilabel)
+msgid "Line Numbers"
+msgstr ""
+
+#: ../C/gedit.xml:563(para)
+msgid ""
+"Select the <guilabel>Print line numbers</guilabel> option to include line "
+"numbers when you print a file."
+msgstr ""
+
+#: ../C/gedit.xml:564(para)
+msgid ""
+"Use the <guilabel>Number every ... lines </guilabel> spin box to specify how "
+"often to print the line numbers, for example every 5 lines, every 10 lines, "
+"and so on."
+msgstr ""
+
+#: ../C/gedit.xml:567(guilabel) ../C/gedit.xml:1155(guilabel)
+#: ../C/gedit.xml:1759(para)
+msgid "Text Wrapping"
+msgstr ""
+
+#: ../C/gedit.xml:569(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to wrap text "
+"onto the next line, at a character level, when you print a file. The "
+"application counts wrapped lines as one line for line numbering purposes."
+msgstr ""
+
+#: ../C/gedit.xml:571(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"wrap text onto the next line, at a word level, when you print a file."
+msgstr ""
+
+#: ../C/gedit.xml:579(title)
+msgid "Fonts"
+msgstr "Poliças"
+
+#: ../C/gedit.xml:581(guilabel)
+msgid "Body"
+msgstr "Còs"
+
+#: ../C/gedit.xml:583(para)
+msgid ""
+"Click on this button to select the font to use to print the body text of a "
+"file."
+msgstr ""
+
+#: ../C/gedit.xml:586(guilabel)
+msgid "Line numbers"
+msgstr ""
+
+#: ../C/gedit.xml:589(para)
+msgid "Click on this button to select the font to use to print line numbers."
+msgstr ""
+
+#: ../C/gedit.xml:592(guilabel)
+msgid "Headers and footers"
+msgstr ""
+
+#: ../C/gedit.xml:594(para)
+msgid ""
+"Click on this button to select the font to use to print the headers and "
+"footers in a file."
+msgstr ""
+
+#: ../C/gedit.xml:598(para)
+msgid ""
+"To reset the fonts to the default fonts for printing a file from "
+"<application>gedit</application>, click <guibutton>Restore Default Fonts</"
+"guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:605(title)
+msgid "Printing a Document"
+msgstr ""
+
+#: ../C/gedit.xml:606(para)
+msgid ""
+"You can use <application>gedit</application> to perform the following print "
+"operations:"
+msgstr ""
+
+#: ../C/gedit.xml:608(para)
+msgid "Print a document to a printer."
+msgstr ""
+
+#: ../C/gedit.xml:610(para)
+msgid "Print the output of the print command to a file."
+msgstr ""
+
+#: ../C/gedit.xml:613(para)
+msgid ""
+"If you print to a file, <application>gedit</application> sends the output of "
+"the file to a pre-press format file. The most common pre-press formats are "
+"PostScript and Portable Document Format (PDF)."
+msgstr ""
+
+#: ../C/gedit.xml:615(para)
+msgid ""
+"To preview the pages that you want to print, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</guimenuitem></"
+"menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:617(para)
+msgid ""
+"To print the current file to a printer or a file, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></"
+"menuchoice> to display the <guilabel>Print</guilabel> dialog."
+msgstr ""
+
+#: ../C/gedit.xml:619(para)
+msgid ""
+"The <guilabel>Print</guilabel> dialog enables you to specify the following "
+"print options:"
+msgstr ""
+
+#: ../C/gedit.xml:622(title)
+msgid "Job Tabbed Section"
+msgstr ""
+
+#: ../C/gedit.xml:624(guilabel)
+msgid "Print range"
+msgstr "Airal d'estampatge"
+
+#: ../C/gedit.xml:626(para)
+msgid "Select one of the following options to determine how many pages to print:"
+msgstr ""
+
+#: ../C/gedit.xml:629(guilabel)
+msgid "All"
+msgstr "Totes"
+
+#: ../C/gedit.xml:630(para)
+msgid "Select this option to print all of the pages in the file."
+msgstr ""
+
+#: ../C/gedit.xml:633(guilabel)
+msgid "Lines"
+msgstr "Linhas"
+
+#: ../C/gedit.xml:634(para)
+msgid ""
+"Select this option to print the specified lines only. Use the "
+"<guilabel>From</guilabel> and <guilabel>To</guilabel> spin boxes to specify "
+"the line range."
+msgstr ""
+
+#: ../C/gedit.xml:637(guilabel)
+msgid "Selection"
+msgstr "Seleccion"
+
+#: ../C/gedit.xml:638(para)
+msgid ""
+"Select this option to print the selected text only. This option is only "
+"available if you select text."
+msgstr ""
+
+#: ../C/gedit.xml:644(guilabel)
+msgid "Copies"
+msgstr "Còpias"
+
+#: ../C/gedit.xml:646(para)
+msgid ""
+"Use the <guilabel>Number of copies</guilabel> spin box to specify the number "
+"of copies of the file that you want to print."
+msgstr ""
+
+#: ../C/gedit.xml:647(para)
+msgid ""
+"If you print multiple copies of the file, select the <guilabel>Collate</"
+"guilabel> option to collate the printed copies."
+msgstr ""
+
+#: ../C/gedit.xml:654(title)
+msgid "Printer Tabbed Section"
+msgstr ""
+
+#: ../C/gedit.xml:656(guilabel)
+msgid "Printer"
+msgstr "Estampaira"
+
+#: ../C/gedit.xml:658(para)
+msgid ""
+"Use this drop-down list to select the printer to which you want to print the "
+"file."
+msgstr ""
+
+#: ../C/gedit.xml:661(guilabel)
+msgid "Settings"
+msgstr "Paramètres"
+
+#: ../C/gedit.xml:663(para)
+msgid "Use this drop-down list to select the printer settings."
+msgstr ""
+
+#: ../C/gedit.xml:665(para)
+msgid ""
+"To configure the printer, click <guibutton>Configure</guibutton>. For "
+"example, you can enable or disable duplex printing, or schedule delayed "
+"printing, if this functionality is supported by the printer."
+msgstr ""
+
+#: ../C/gedit.xml:669(guilabel)
+msgid "Location"
+msgstr "Emplaçament"
+
+#: ../C/gedit.xml:671(para)
+msgid "Use this drop-down list to select one of the following print destinations:"
+msgstr ""
+
+#: ../C/gedit.xml:676(guilabel)
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../C/gedit.xml:678(para)
+msgid "Print the file to a CUPS printer."
+msgstr ""
+
+#: ../C/gedit.xml:682(para)
+msgid ""
+"If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is the "
+"only entry in this drop-down list."
+msgstr ""
+
+#: ../C/gedit.xml:689(guilabel)
+msgid "lpr"
+msgstr "lpr"
+
+#: ../C/gedit.xml:691(para)
+msgid "Print the file to a printer."
+msgstr ""
+
+#: ../C/gedit.xml:697(guilabel)
+msgid "File"
+msgstr "Fichièr"
+
+#: ../C/gedit.xml:699(para)
+msgid "Print the file to a PostScript file."
+msgstr ""
+
+#: ../C/gedit.xml:702(para)
+msgid ""
+"Click <guibutton>Save As</guibutton> to display a dialog where you specify "
+"the name and location of the PostScript file."
+msgstr ""
+
+#: ../C/gedit.xml:708(guilabel)
+msgid "Custom"
+msgstr "Personalizat"
+
+#: ../C/gedit.xml:710(para)
+msgid "Use the specified command to print the file."
+msgstr ""
+
+#: ../C/gedit.xml:713(para)
+msgid ""
+"Type the name of the command in the text box. Include all command-line "
+"arguments."
+msgstr ""
+
+#: ../C/gedit.xml:721(guilabel)
+msgid "State"
+msgstr "Estat"
+
+#: ../C/gedit.xml:723(para) ../C/gedit.xml:729(para) ../C/gedit.xml:735(para)
+msgid "This functionality is not supported in this version of gedit."
+msgstr ""
+
+#: ../C/gedit.xml:727(guilabel)
+msgid "Type"
+msgstr "Tipe"
+
+#: ../C/gedit.xml:733(guilabel)
+msgid "Comment"
+msgstr "Comentari"
+
+#: ../C/gedit.xml:743(title)
+msgid "Paper Tabbed Section"
+msgstr ""
+
+#: ../C/gedit.xml:745(guilabel)
+msgid "Paper size"
+msgstr "Talha de papièr"
+
+#: ../C/gedit.xml:747(para)
+msgid ""
+"Use this drop-down list to select the size of the paper to which you want to "
+"print the file."
+msgstr ""
+
+#: ../C/gedit.xml:750(guilabel)
+msgid "Width"
+msgstr "Largor"
+
+#: ../C/gedit.xml:752(para)
+msgid ""
+"Use this spin box to specify the width of the paper. Use the adjacent drop-"
+"down list to change the measurement unit."
+msgstr ""
+
+#: ../C/gedit.xml:755(guilabel)
+msgid "Height"
+msgstr "Nautor"
+
+#: ../C/gedit.xml:757(para)
+msgid "Use this spin box to specify the height of the paper."
+msgstr ""
+
+#: ../C/gedit.xml:760(guilabel)
+msgid "Feed orientation"
+msgstr ""
+
+#: ../C/gedit.xml:762(para)
+msgid ""
+"Use this drop-down list to select the orientation of the paper in the "
+"printer."
+msgstr ""
+
+#: ../C/gedit.xml:765(guilabel)
+msgid "Page orientation"
+msgstr ""
+
+#: ../C/gedit.xml:767(para)
+msgid "Use this drop-down list to select the page orientation."
+msgstr ""
+
+#: ../C/gedit.xml:770(guilabel)
+msgid "Layout"
+msgstr "Presentacion"
+
+#: ../C/gedit.xml:772(para)
+msgid ""
+"Use this drop-down list to select the page layout. A preview of each layout "
+"that you select is displayed in the <guilabel>Preview</guilabel> area."
+msgstr ""
+
+#: ../C/gedit.xml:775(guilabel)
+msgid "Paper tray"
+msgstr ""
+
+#: ../C/gedit.xml:777(para)
+msgid "Use this drop-down list to select the paper tray."
+msgstr ""
+
+#: ../C/gedit.xml:788(title)
+msgid "Programming Features"
+msgstr ""
+
+#: ../C/gedit.xml:790(para)
+msgid ""
+"Several of <application>gedit</application>'s features for programming are "
+"provided with plugins. For example, the Tag List plugin provides a list of "
+"commonly-used tags for different markup languages: see <xref linkend=\"gedit-"
+"tag-list-plugin\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:794(title)
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: ../C/gedit.xml:795(para)
+msgid ""
+"Syntax highlighting makes source code easier to read by showing different "
+"parts of the text in different colors."
+msgstr ""
+
+#: ../C/gedit.xml:797(para)
+msgid ""
+"<application>gedit</application> chooses an appropriate syntax highlighting "
+"mode based on a document's type. To override the syntax highlighting mode, "
+"choose <menuchoice><guimenu>View</guimenu><guimenuitem>Highlight Mode</"
+"guimenuitem></menuchoice>, then choose one of the following menu items:"
+msgstr ""
+
+#: ../C/gedit.xml:800(guimenuitem)
+msgid "Normal"
+msgstr "Normal"
+
+#: ../C/gedit.xml:802(para)
+msgid "Do not display any syntax highlighting."
+msgstr ""
+
+#: ../C/gedit.xml:806(guisubmenu)
+msgid "Sources"
+msgstr ""
+
+#: ../C/gedit.xml:808(para)
+msgid ""
+"Display syntax highlighting to edit source code. Use the "
+"<guisubmenu>Sources</guisubmenu> submenu to select the source code type."
+msgstr ""
+
+#: ../C/gedit.xml:812(guisubmenu)
+msgid "Markup"
+msgstr ""
+
+#: ../C/gedit.xml:814(para)
+msgid ""
+"Display syntax highlighting to edit markup code. Use the <guisubmenu>Markup</"
+"guisubmenu> submenu to select the markup code type."
+msgstr ""
+
+#: ../C/gedit.xml:818(guisubmenu)
+msgid "Scripts"
+msgstr ""
+
+#: ../C/gedit.xml:820(para)
+msgid ""
+"Display syntax highlighting to edit script code. Use the "
+"<guisubmenu>Scripts</guisubmenu> submenu to select the script code type."
+msgstr ""
+
+#: ../C/gedit.xml:824(guisubmenu)
+msgid "Others"
+msgstr "Autres"
+
+#: ../C/gedit.xml:826(para)
+msgid ""
+"Display syntax highlighting to edit other types of code. Use the "
+"<guisubmenu>Others</guisubmenu> submenu to select the code type."
+msgstr ""
+
+#: ../C/gedit.xml:830(para)
+msgid ""
+"For more information about how to configure syntax highlighting, see <xref "
+"linkend=\"gedit-prefs-syntax\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:836(title)
+msgid "Piping the Output of a Command to a File"
+msgstr ""
+
+#: ../C/gedit.xml:837(para)
+msgid ""
+"You can use <application>gedit</application> to pipe the output of a command "
+"to a text file. For example, to pipe the output of an <command>ls</command> "
+"command to a text file, type <command>ls | gedit</command>, then press "
+"<keycap>Return</keycap>."
+msgstr ""
+
+#: ../C/gedit.xml:838(para)
+msgid ""
+"The output of the <command>ls</command> command is displayed in a new text "
+"file in the <application>gedit</application> window."
+msgstr ""
+
+#: ../C/gedit.xml:839(para)
+msgid ""
+"Alternatively, you can use the <application>External tools</application> "
+"plugin to pipe command output to the current file."
+msgstr ""
+
+#: ../C/gedit.xml:845(title)
+msgid "Shortcut Keys"
+msgstr ""
+
+#: ../C/gedit.xml:846(para)
+msgid ""
+"Use shortcut keys to perform common tasks more quickly than with the mouse "
+"and menus. The following tables list all of <application>gedit</"
+"application>'s shortcut keys."
+msgstr ""
+
+#: ../C/gedit.xml:847(para)
+msgid ""
+"For more on shortcut keys, see the <ulink type=\"help\" url=\"ghelp:user-"
+"guide?keyboard-skills\">Desktop User Guide</ulink>."
+msgstr ""
+
+#. ============= Tabs ========================
+#: ../C/gedit.xml:850(bridgehead) ../C/gedit.xml:1180(guilabel)
+msgid "Tabs"
+msgstr "Onglets"
+
+#: ../C/gedit.xml:851(para)
+msgid "Shortcuts for tabs:"
+msgstr ""
+
+#: ../C/gedit.xml:859(para) ../C/gedit.xml:903(para) ../C/gedit.xml:959(para)
+#: ../C/gedit.xml:1003(para) ../C/gedit.xml:1031(para)
+#: ../C/gedit.xml:1078(para) ../C/gedit.xml:1121(para)
+msgid "Shortcut Key"
+msgstr ""
+
+#: ../C/gedit.xml:861(para) ../C/gedit.xml:905(para) ../C/gedit.xml:961(para)
+#: ../C/gedit.xml:1005(para) ../C/gedit.xml:1033(para)
+#: ../C/gedit.xml:1080(para) ../C/gedit.xml:1123(para)
+msgid "Command"
+msgstr "Comanda"
+
+#: ../C/gedit.xml:866(para) ../C/gedit.xml:870(para)
+msgid "Ctrl + Alt + PageDown"
+msgstr ""
+
+#: ../C/gedit.xml:867(para)
+msgid "Switches to the next tab to the left."
+msgstr ""
+
+#: ../C/gedit.xml:871(para)
+msgid "Switches to the next tab to the right."
+msgstr ""
+
+#: ../C/gedit.xml:874(para) ../C/gedit.xml:938(para)
+msgid "Ctrl + W"
+msgstr ""
+
+#: ../C/gedit.xml:875(para)
+msgid "Close tab."
+msgstr ""
+
+#: ../C/gedit.xml:878(para)
+msgid "Ctrl + Shift + L"
+msgstr ""
+
+#: ../C/gedit.xml:879(para)
+msgid "Save all tabs."
+msgstr ""
+
+#: ../C/gedit.xml:882(para)
+msgid "Ctrl + Shift + W"
+msgstr ""
+
+#: ../C/gedit.xml:883(para)
+msgid "Close all tabs."
+msgstr ""
+
+#: ../C/gedit.xml:886(para)
+msgid "Alt + n"
+msgstr ""
+
+#: ../C/gedit.xml:887(para)
+msgid "Jump to nth tab."
+msgstr ""
+
+#. ============= Files ========================
+#: ../C/gedit.xml:894(bridgehead)
+msgid "Files"
+msgstr "Fichièrs"
+
+#: ../C/gedit.xml:895(para)
+msgid "Shortcuts for working with files:"
+msgstr ""
+
+#: ../C/gedit.xml:910(para)
+msgid "Ctrl + N"
+msgstr ""
+
+#: ../C/gedit.xml:911(para)
+msgid "Create a new document."
+msgstr ""
+
+#: ../C/gedit.xml:914(para)
+msgid "Ctrl + O"
+msgstr ""
+
+#: ../C/gedit.xml:915(para)
+msgid "Open a document."
+msgstr ""
+
+#: ../C/gedit.xml:918(para)
+msgid "Ctrl + L"
+msgstr ""
+
+#: ../C/gedit.xml:919(para)
+msgid "Open a location."
+msgstr ""
+
+#: ../C/gedit.xml:922(para)
+msgid "Ctrl + S"
+msgstr ""
+
+#: ../C/gedit.xml:923(para)
+msgid "Save the current document to disk."
+msgstr ""
+
+#: ../C/gedit.xml:926(para)
+msgid "Ctrl + Shift + S"
+msgstr ""
+
+#: ../C/gedit.xml:927(para)
+msgid "Save the current document with a new filename."
+msgstr ""
+
+#: ../C/gedit.xml:930(para)
+msgid "Ctrl + P"
+msgstr ""
+
+#: ../C/gedit.xml:931(para)
+msgid "Print the current document."
+msgstr ""
+
+#: ../C/gedit.xml:934(para)
+msgid "Ctrl + Shift + P"
+msgstr ""
+
+#: ../C/gedit.xml:935(para)
+msgid "Print preview."
+msgstr ""
+
+#: ../C/gedit.xml:939(para)
+msgid "Close the current document."
+msgstr ""
+
+#: ../C/gedit.xml:942(para)
+msgid "Ctrl + Q"
+msgstr ""
+
+#: ../C/gedit.xml:943(para)
+msgid "Quit Gedit."
+msgstr ""
+
+#. ============= Edit =======================
+#: ../C/gedit.xml:950(bridgehead) ../C/gedit.xml:1484(guimenu)
+#: ../C/gedit.xml:1490(guimenu) ../C/gedit.xml:1496(guimenu)
+#: ../C/gedit.xml:1502(guimenu)
+msgid "Edit"
+msgstr "Edicion"
+
+#: ../C/gedit.xml:951(para)
+msgid "Shortcuts for editing documents:"
+msgstr ""
+
+#: ../C/gedit.xml:966(para)
+msgid "Ctrl + Z"
+msgstr ""
+
+#: ../C/gedit.xml:967(para)
+msgid "Undo the last action."
+msgstr ""
+
+#: ../C/gedit.xml:970(para)
+msgid "Ctrl + Shift + Z"
+msgstr ""
+
+#: ../C/gedit.xml:971(para)
+msgid "Redo the last undone action ."
+msgstr ""
+
+#: ../C/gedit.xml:974(para)
+msgid "Ctrl + X"
+msgstr ""
+
+#: ../C/gedit.xml:975(para)
+msgid "Cut the selected text or region and place it on the clipboard."
+msgstr ""
+
+#: ../C/gedit.xml:978(para)
+msgid "Ctrl + C"
+msgstr ""
+
+#: ../C/gedit.xml:979(para)
+msgid "Copy the selected text or region onto the clipboard."
+msgstr ""
+
+#: ../C/gedit.xml:982(para)
+msgid "Ctrl + V"
+msgstr ""
+
+#: ../C/gedit.xml:983(para)
+msgid "Paste the contents of the clipboard."
+msgstr ""
+
+#: ../C/gedit.xml:986(para)
+msgid "Ctrl + A"
+msgstr ""
+
+#: ../C/gedit.xml:987(para)
+msgid "Select all."
+msgstr ""
+
+#. ============= Panes =======================
+#: ../C/gedit.xml:994(bridgehead)
+msgid "Panes"
+msgstr ""
+
+#: ../C/gedit.xml:995(para)
+msgid "Shortcuts for showing and hiding panes:"
+msgstr ""
+
+#: ../C/gedit.xml:1010(para)
+msgid "F9"
+msgstr "F9"
+
+#: ../C/gedit.xml:1011(para)
+msgid "Show/hide the side pane."
+msgstr ""
+
+#: ../C/gedit.xml:1014(para)
+msgid "Ctrl + F9"
+msgstr ""
+
+#: ../C/gedit.xml:1015(para)
+msgid "Show/hide the bottom pane."
+msgstr ""
+
+#. ============= Search =======================
+#: ../C/gedit.xml:1022(bridgehead)
+msgid "Search"
+msgstr "Recercar"
+
+#: ../C/gedit.xml:1023(para)
+msgid "Shortcuts for searching:"
+msgstr ""
+
+#: ../C/gedit.xml:1038(para)
+msgid "Ctrl + F"
+msgstr ""
+
+#: ../C/gedit.xml:1039(para)
+msgid "Find a string."
+msgstr ""
+
+#: ../C/gedit.xml:1042(para)
+msgid "Ctrl + G"
+msgstr ""
+
+#: ../C/gedit.xml:1043(para)
+msgid "Find the next instance of the string."
+msgstr ""
+
+#: ../C/gedit.xml:1046(para)
+msgid "Ctrl + Shift + G"
+msgstr ""
+
+#: ../C/gedit.xml:1047(para)
+msgid "Find the previous instance of the string."
+msgstr ""
+
+#: ../C/gedit.xml:1050(para)
+msgid "Ctrl + K"
+msgstr ""
+
+#: ../C/gedit.xml:1051(para)
+msgid "Interactive search."
+msgstr ""
+
+#: ../C/gedit.xml:1054(para)
+msgid "Ctrl + H"
+msgstr ""
+
+#: ../C/gedit.xml:1055(para)
+msgid "Search and replace."
+msgstr ""
+
+#: ../C/gedit.xml:1058(para)
+msgid "Ctrl + Shift + K"
+msgstr ""
+
+#: ../C/gedit.xml:1059(para)
+msgid "Clear highlight."
+msgstr ""
+
+#: ../C/gedit.xml:1062(para)
+msgid "Ctrl + I"
+msgstr ""
+
+#: ../C/gedit.xml:1063(para)
+msgid "Goto line."
+msgstr ""
+
+#. ============= Tools =======================
+#: ../C/gedit.xml:1069(bridgehead)
+msgid "Tools"
+msgstr "Espleches"
+
+#: ../C/gedit.xml:1070(para)
+msgid "Shortcuts for tools:"
+msgstr ""
+
+#: ../C/gedit.xml:1085(para)
+msgid "F7"
+msgstr "F7"
+
+#: ../C/gedit.xml:1086(para)
+msgid "Check spelling (with plugin)."
+msgstr ""
+
+#: ../C/gedit.xml:1089(para)
+msgid "Alt + F12"
+msgstr ""
+
+#: ../C/gedit.xml:1090(para)
+msgid "Remove trailing spaces (with plugin)."
+msgstr ""
+
+#: ../C/gedit.xml:1093(para)
+msgid "Ctrl + T"
+msgstr ""
+
+#: ../C/gedit.xml:1094(para)
+msgid "Indent (with plugin)."
+msgstr ""
+
+#: ../C/gedit.xml:1097(para)
+msgid "Ctrl + Shift + T"
+msgstr ""
+
+#: ../C/gedit.xml:1098(para)
+msgid "Remove Indent (with plugin)."
+msgstr ""
+
+#: ../C/gedit.xml:1101(para)
+msgid "F8"
+msgstr "F8"
+
+#: ../C/gedit.xml:1102(para)
+msgid "Run \"make\" in current directory (with plugin)."
+msgstr ""
+
+#: ../C/gedit.xml:1105(para)
+msgid "Ctrl + Shift + D"
+msgstr ""
+
+#: ../C/gedit.xml:1106(para)
+msgid "Directory listing (with plugin)."
+msgstr ""
+
+#. ============= Help =======================
+#: ../C/gedit.xml:1112(bridgehead)
+msgid "Help"
+msgstr "Ajuda"
+
+#: ../C/gedit.xml:1113(para)
+msgid "Shortcuts for help:"
+msgstr ""
+
+#: ../C/gedit.xml:1128(para)
+msgid "F1"
+msgstr "F1"
+
+#: ../C/gedit.xml:1129(para)
+msgid "Open <application>gedit</application>'s user manual."
+msgstr ""
+
+#: ../C/gedit.xml:1141(title)
+msgid "Preferences"
+msgstr "Preferéncias"
+
+#: ../C/gedit.xml:1143(para)
+msgid ""
+"To configure <application>gedit</application>, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. The <guilabel>Preferences</guilabel> dialog contains the "
+"following categories:"
+msgstr ""
+
+#: ../C/gedit.xml:1153(title)
+msgid "View Preferences"
+msgstr ""
+
+#: ../C/gedit.xml:1157(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to have long "
+"lines of text flow into paragraphs instead of running off the edge of the "
+"text window. This avoids having to scroll horizontally"
+msgstr ""
+
+#: ../C/gedit.xml:1158(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"have the text wrapping option preserve whole words when flowing text to the "
+"next line. This makes text easier to read."
+msgstr ""
+
+#: ../C/gedit.xml:1164(para)
+msgid ""
+"Select the <guilabel>Display line numbers</guilabel> option to display line "
+"numbers on the left side of the <application>gedit</application> window."
+msgstr ""
+
+#: ../C/gedit.xml:1168(guilabel)
+msgid "Right Margin"
+msgstr ""
+
+#: ../C/gedit.xml:1170(para)
+msgid ""
+"Select the <guilabel>Display right margin</guilabel> option to display a "
+"vertical line that indicates the right margin."
+msgstr ""
+
+#: ../C/gedit.xml:1171(para)
+msgid ""
+"Use the <guilabel>Right margin at column</guilabel> spin box to specify the "
+"location of the vertical line."
+msgstr ""
+
+#: ../C/gedit.xml:1178(title)
+msgid "Editor Preferences"
+msgstr ""
+
+#: ../C/gedit.xml:1182(para)
+msgid ""
+"Use the <guilabel>Tab width</guilabel> spin box to specify the width of the "
+"space that <application> gedit</application> inserts when you press the "
+"<keycap>Tab</keycap> key."
+msgstr ""
+
+#: ../C/gedit.xml:1183(para)
+msgid ""
+"Select the <guilabel>Insert spaces instead of tabs</guilabel> option to "
+"specify that <application> gedit</application> inserts spaces instead of a "
+"tab character when you press the <keycap>Tab</keycap> key."
+msgstr ""
+
+#: ../C/gedit.xml:1186(guilabel)
+msgid "Auto Indentation"
+msgstr ""
+
+#: ../C/gedit.xml:1187(para)
+msgid ""
+"Select the <guilabel>Enable auto indentation</guilabel> option to specify "
+"that the next line starts at the indentation level of the current line."
+msgstr ""
+
+#: ../C/gedit.xml:1190(guilabel)
+msgid "File Saving"
+msgstr ""
+
+#: ../C/gedit.xml:1192(para)
+msgid ""
+"Select the <guilabel>Create a backup copy of files before saving</guilabel> "
+"option to create a backup copy of a file each time you save the file. The "
+"backup copy of the file contains a ~ at the end of the filename."
+msgstr ""
+
+#: ../C/gedit.xml:1193(para)
+msgid ""
+"Select the <guilabel>Autosave files every ... minutes</guilabel> option to "
+"automatically save the current file at regular intervals. Use the spin box "
+"to specify how often you want to save the file."
+msgstr ""
+
+#: ../C/gedit.xml:1196(guilabel)
+msgid "Undo"
+msgstr "Anullar"
+
+#: ../C/gedit.xml:1198(para)
+msgid ""
+"Select the <guilabel>Limit to ... actions</guilabel> option to set a limit "
+"on the number of editing actions that you can undo. Use the spin box to "
+"specify the maximum number of actions that you can undo."
+msgstr ""
+
+#: ../C/gedit.xml:1199(para)
+msgid ""
+"Select the <guilabel>Unlimited undo</guilabel> option to set no limit on the "
+"number of editing actions that you can undo."
+msgstr ""
+
+#: ../C/gedit.xml:1206(title)
+msgid "Font &amp; Colors Preferences"
+msgstr ""
+
+#: ../C/gedit.xml:1208(guilabel)
+msgid "Font"
+msgstr "Poliça"
+
+#: ../C/gedit.xml:1210(para)
+msgid ""
+"Select the <guilabel>Use default theme font</guilabel> option to use the "
+"default system font for the text in the <application>gedit</application> "
+"text window."
+msgstr ""
+
+#: ../C/gedit.xml:1211(para)
+msgid ""
+"The <guilabel>Editor font</guilabel> field displays the font that "
+"<application>gedit</application> uses to display text. Click on the button "
+"to specify the font type, style, and size to use for text."
+msgstr ""
+
+#: ../C/gedit.xml:1214(guilabel)
+msgid "Colors"
+msgstr "Colors"
+
+#: ../C/gedit.xml:1216(para)
+msgid ""
+"Select the <guilabel>Use default theme colors</guilabel> option to use the "
+"default theme colors in the <application>gedit</application> text window."
+msgstr ""
+
+#: ../C/gedit.xml:1217(para)
+msgid ""
+"Click on the <guibutton>Normal text color</guibutton> color button to "
+"display the color selector dialog. Select a color to use to display normal "
+"text in the <application>gedit</application> text window."
+msgstr ""
+
+#: ../C/gedit.xml:1218(para)
+msgid ""
+"Click on the <guibutton>Background color</guibutton> color button to display "
+"the color selector dialog. Select a background color for the "
+"<application>gedit</application> text window."
+msgstr ""
+
+#: ../C/gedit.xml:1219(para)
+msgid ""
+"Click on the <guibutton>Selected text color</guibutton> color button to "
+"display the color selector dialog. Select a color to use to display selected "
+"text."
+msgstr ""
+
+#: ../C/gedit.xml:1221(para)
+msgid ""
+"Click on the <guibutton>Selection color</guibutton> color button to display "
+"the color selector dialog. Select a background color to use to highlight a "
+"text selection."
+msgstr ""
+
+#: ../C/gedit.xml:1228(title)
+msgid "Syntax Highlighting Preferences"
+msgstr ""
+
+#: ../C/gedit.xml:1230(guilabel)
+msgid "Enable syntax highlighting"
+msgstr ""
+
+#: ../C/gedit.xml:1232(para)
+msgid "Select this option to highlight the syntax of the text that you edit."
+msgstr ""
+
+#: ../C/gedit.xml:1235(guilabel)
+msgid "Highlight mode"
+msgstr ""
+
+#: ../C/gedit.xml:1237(para)
+msgid "Use this drop-down list to select a syntax mode to configure."
+msgstr ""
+
+#: ../C/gedit.xml:1240(guilabel)
+msgid "Elements"
+msgstr "Elements"
+
+#: ../C/gedit.xml:1242(para)
+msgid "Use this list box to select a syntax element to configure."
+msgstr ""
+
+#: ../C/gedit.xml:1245(term)
+msgid "Format buttons"
+msgstr ""
+
+#: ../C/gedit.xml:1247(para)
+msgid ""
+"Use the following buttons to change the format of the selected syntax "
+"element:"
+msgstr ""
+
+#: ../C/gedit.xml:1255(para)
+msgid "Button"
+msgstr "Boton"
+
+#: ../C/gedit.xml:1257(para)
+msgid "Format"
+msgstr "Format"
+
+#: ../C/gedit.xml:1269(phrase)
+msgid "Shows icon for bold format."
+msgstr ""
+
+#: ../C/gedit.xml:1275(para)
+msgid "Bold"
+msgstr "Gras"
+
+#: ../C/gedit.xml:1287(phrase)
+msgid "Shows icon for italic format."
+msgstr ""
+
+#: ../C/gedit.xml:1293(para)
+msgid "Italic"
+msgstr "Italic"
+
+#: ../C/gedit.xml:1305(phrase)
+msgid "Shows icon for underline."
+msgstr ""
+
+#: ../C/gedit.xml:1311(para)
+msgid "Underline"
+msgstr "Soslinhat"
+
+#: ../C/gedit.xml:1323(phrase)
+msgid "Shows icon for strikethrough."
+msgstr ""
+
+#: ../C/gedit.xml:1329(para)
+msgid "Strikethrough"
+msgstr "Barrat"
+
+#: ../C/gedit.xml:1339(guilabel)
+msgid "Foreground"
+msgstr ""
+
+#: ../C/gedit.xml:1341(para)
+msgid ""
+"Select this option to change the font color of the selected syntax element. "
+"Click on the color button to display the color selector dialog, then select "
+"the font color."
+msgstr ""
+
+#: ../C/gedit.xml:1344(guilabel)
+msgid "Background"
+msgstr "Fons"
+
+#: ../C/gedit.xml:1346(para)
+msgid ""
+"Select this option to change the background color of the selected syntax "
+"element. Click on the color button to display the color selector dialog, "
+"then select the background color."
+msgstr ""
+
+#: ../C/gedit.xml:1349(guibutton)
+msgid "Reset to Default"
+msgstr ""
+
+#: ../C/gedit.xml:1351(para)
+msgid ""
+"Click on this button to reset the foreground color and background color of "
+"the selected syntax element to the default values."
+msgstr ""
+
+#: ../C/gedit.xml:1358(title)
+msgid "Plugins Preferences"
+msgstr ""
+
+#: ../C/gedit.xml:1359(para)
+msgid ""
+"Plugins add extra features to <application>gedit</application>. For more "
+"information on plugins and how to use the built-in plugins, see <xref "
+"linkend=\"gedit-plugins-overview\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:1364(title)
+msgid "Enabling a Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1365(para)
+msgid ""
+"To enable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+
+#: ../C/gedit.xml:1368(para) ../C/gedit.xml:1389(para)
+#: ../C/gedit.xml:1713(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1371(para) ../C/gedit.xml:1392(para)
+#: ../C/gedit.xml:1716(para)
+msgid "Select the <guilabel>Plugins</guilabel> tab."
+msgstr ""
+
+#: ../C/gedit.xml:1374(para)
+msgid "Select the check box next to the name of the plugin that you want to enable."
+msgstr ""
+
+#: ../C/gedit.xml:1377(para) ../C/gedit.xml:1398(para)
+msgid ""
+"Click <guibutton>Close</guibutton> to close the <guilabel>Preferences</"
+"guilabel> dialog."
+msgstr ""
+
+#: ../C/gedit.xml:1384(title)
+msgid "Disabling a Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1385(para)
+msgid "A plugin remains enabled when you quit <application>gedit</application>."
+msgstr ""
+
+#: ../C/gedit.xml:1386(para)
+msgid ""
+"To disable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+
+#: ../C/gedit.xml:1395(para)
+msgid ""
+"Deselect the check box next to the name of the plugin that you want to "
+"disable."
+msgstr ""
+
+#: ../C/gedit.xml:1407(title)
+msgid "Plugins"
+msgstr "Ajustons"
+
+#: ../C/gedit.xml:1409(title)
+msgid "Working with Plugins"
+msgstr ""
+
+#: ../C/gedit.xml:1410(para)
+msgid ""
+"You can add extra features to <application>gedit</application> by enabling "
+"<firstterm>plugins</firstterm>. A plugin is a supplementary program that "
+"enhances the functionality of an application. Plugins add new items to the "
+"<application>gedit</application> menus for the new features they provide."
+msgstr ""
+
+#: ../C/gedit.xml:1412(para)
+msgid ""
+"Several plugins come built-in with <application>gedit</application>, and you "
+"can install more. The <ulink type=\"http\" url=\"http://live.gnome.org/Gedit/"
+"Plugins\">gedit website</ulink> lists third-party plugins."
+msgstr ""
+
+#: ../C/gedit.xml:1413(para)
+msgid ""
+"To enable and disable plugins, or see which plugins are currently enabled, "
+"use the <link linkend=\"gedit-prefs-plugins\">Plugins Preferences</link>."
+msgstr ""
+
+#: ../C/gedit.xml:1414(para)
+msgid "The following plugins come built-in with <application>gedit</application>:"
+msgstr ""
+
+#: ../C/gedit.xml:1420(para)
+msgid ""
+"<link linkend=\"gedit-change-case-plugin\"><application>Change Case</"
+"application></link> allows you to change the case of the selected text."
+msgstr ""
+
+#: ../C/gedit.xml:1423(para)
+msgid ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">Document "
+"Statistics</link></application> shows the number of lines, words, and "
+"characters in the document."
+msgstr ""
+
+#: ../C/gedit.xml:1426(para)
+msgid ""
+"<application><link linkend=\"gedit-external-tools-plugin\">External Tools</"
+"link></application> allows you to execute external commands from "
+"<application>gedit</application>."
+msgstr ""
+
+#: ../C/gedit.xml:1429(para)
+msgid ""
+"<application>File Browser</application> allows you to browse your files and "
+"folders in the side pane."
+msgstr ""
+
+#: ../C/gedit.xml:1432(para)
+msgid ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">Indent Lines</"
+"link></application> adds or removes indentation from the selected lines."
+msgstr ""
+
+#: ../C/gedit.xml:1435(para)
+msgid ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">Insert Date/"
+"Time</link></application> adds the current date and time into a document."
+msgstr ""
+
+#: ../C/gedit.xml:1438(para)
+msgid ""
+"<application><link linkend=\"gedit-modelines-plugin\">Modelines</link></"
+"application> allows you to set editing preferences for individual documents, "
+"and supports <application>Emacs</application>, <application>Kate</"
+"application> and <application>Vim</application>-style modelines."
+msgstr ""
+
+#: ../C/gedit.xml:1441(para)
+msgid ""
+"<application><link linkend=\"gedit-python-console-plugin\">Python Console</"
+"link></application> allows you to run commands in the python programming "
+"language."
+msgstr ""
+
+#: ../C/gedit.xml:1444(para)
+msgid ""
+"<application><link linkend=\"gedit-snippets-plugin\">Snippets</link></"
+"application> allows you to store frequently-used pieces of text and insert "
+"them quickly into a document."
+msgstr ""
+
+#: ../C/gedit.xml:1447(para)
+msgid ""
+"<application><link linkend=\"gedit-sort-plugin\">Sort</link></application> "
+"arranges selected lines of text into alphabetical order."
+msgstr ""
+
+#: ../C/gedit.xml:1450(para)
+msgid ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">Spell Checker</"
+"link></application> corrects the spelling in the selected text, or marks "
+"errors automatically in the document."
+msgstr ""
+
+#: ../C/gedit.xml:1453(para)
+msgid ""
+"<application><link linkend=\"gedit-tag-list-plugin\">Tag List</link></"
+"application> lets you insert commonly-used tags for HTML and other languages "
+"from a list in the side pane."
+msgstr ""
+
+#: ../C/gedit.xml:1456(para)
+msgid ""
+"<application><link linkend=\"gedit-user-name-plugin\">User Name</link></"
+"application> inserts the username of the current user into the document."
+msgstr ""
+
+#: ../C/gedit.xml:1463(title)
+msgid "Change Case Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1464(para)
+msgid ""
+"The <application>Change Case</application> plugin changes the case of the "
+"selected text."
+msgstr ""
+
+#: ../C/gedit.xml:1465(para)
+msgid ""
+"The following items are added to the <guimenu>Edit</guimenu> menu when the "
+"<application>Change Case</application> plugin is enabled:"
+msgstr ""
+
+#: ../C/gedit.xml:1475(para)
+msgid "Menu Item"
+msgstr ""
+
+#: ../C/gedit.xml:1477(para)
+msgid "Action"
+msgstr "Accion"
+
+#: ../C/gedit.xml:1479(para)
+msgid "Example"
+msgstr "Exemple"
+
+#: ../C/gedit.xml:1485(guisubmenu) ../C/gedit.xml:1491(guisubmenu)
+#: ../C/gedit.xml:1497(guisubmenu) ../C/gedit.xml:1503(guisubmenu)
+msgid "Change Case"
+msgstr ""
+
+#: ../C/gedit.xml:1485(guimenuitem)
+msgid "All Upper Case"
+msgstr ""
+
+#: ../C/gedit.xml:1486(para)
+msgid "Change each character to uppercase."
+msgstr ""
+
+#: ../C/gedit.xml:1487(para)
+msgid "<literal>This text</literal> becomes <literal>THIS TEXT</literal>"
+msgstr ""
+
+#: ../C/gedit.xml:1491(guimenuitem)
+msgid "All Lower Case"
+msgstr ""
+
+#: ../C/gedit.xml:1492(para)
+msgid "Change each character to lowercase."
+msgstr ""
+
+#: ../C/gedit.xml:1493(para)
+msgid "<literal>This Text</literal> becomes <literal>this text</literal>"
+msgstr ""
+
+#: ../C/gedit.xml:1497(guimenuitem)
+msgid "Invert Case"
+msgstr ""
+
+#: ../C/gedit.xml:1498(para)
+msgid ""
+"Change each lowercase character to uppercase, and change each uppercase "
+"character to lowercase."
+msgstr ""
+
+#: ../C/gedit.xml:1499(para)
+msgid "<literal>This Text</literal> becomes <literal>tHIS tEXT</literal>"
+msgstr ""
+
+#: ../C/gedit.xml:1503(guimenuitem)
+msgid "Title Case"
+msgstr ""
+
+#: ../C/gedit.xml:1504(para)
+msgid "Change the first character of each word to uppercase."
+msgstr ""
+
+#: ../C/gedit.xml:1505(para)
+msgid "<literal>this text</literal> becomes <literal>This Text</literal>"
+msgstr ""
+
+#: ../C/gedit.xml:1514(title)
+msgid "Document Statistics Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1515(para)
+msgid ""
+"The <application>Document Statistics</application> plugin counts the number "
+"of lines, words, characters with spaces, characters without spaces, and "
+"bytes in the current file. The plugin displays the results in a "
+"<guilabel>Document Statistics</guilabel> dialog. To use the Document "
+"Statistics plugin, perform the following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:1517(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document Statistics</"
+"guimenuitem></menuchoice> to display the <guilabel>Document Statistics</"
+"guilabel> dialog. The <guilabel>Document Statistics</guilabel> dialog "
+"displays the following information about the file:"
+msgstr ""
+
+#: ../C/gedit.xml:1520(para)
+msgid "Number of lines in the current document."
+msgstr ""
+
+#: ../C/gedit.xml:1523(para)
+msgid "Number of words in the current document."
+msgstr ""
+
+#: ../C/gedit.xml:1526(para)
+msgid "Number of characters, including spaces, in the current document."
+msgstr ""
+
+#: ../C/gedit.xml:1529(para)
+msgid "Number of characters, not including spaces, in the current document."
+msgstr ""
+
+#: ../C/gedit.xml:1532(para)
+msgid "Number of bytes in the current document."
+msgstr ""
+
+#: ../C/gedit.xml:1537(para)
+msgid ""
+"You can continue to update the <application>gedit</application> file while "
+"the <guilabel>Document Statistics</guilabel> dialog is open. To refresh the "
+"contents of the <guilabel>Document Statistics</guilabel> dialog, click "
+"<guibutton>Update</guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:1544(title)
+msgid "External Tools Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1545(para)
+msgid ""
+"The <application>External Tools</application> plugin allows you to execute "
+"external commands from <application>gedit</application>. You can pipe some "
+"content into a command and exploit its output (for example, "
+"<application>sed</application>), or launch a predefined command (for "
+"example, <application>make</application>)."
+msgstr ""
+
+#: ../C/gedit.xml:1546(para)
+msgid ""
+"Use the <guilabel>External Tools Manager</guilabel> to create and edit "
+"commands. To run an external command, choose it from the <guimenu>Tools</"
+"guimenu> menu."
+msgstr ""
+
+#: ../C/gedit.xml:1549(title)
+msgid "Built-in Commands"
+msgstr ""
+
+#: ../C/gedit.xml:1550(para)
+msgid ""
+"The following commands are provided with the <application>External Tools</"
+"application> plugin:"
+msgstr ""
+
+#: ../C/gedit.xml:1552(term)
+msgid "Build"
+msgstr "Version"
+
+#: ../C/gedit.xml:1554(para)
+msgid "Runs <application>make</application> in the current document's directory."
+msgstr ""
+
+#: ../C/gedit.xml:1557(term)
+msgid "Directory Listing"
+msgstr ""
+
+#: ../C/gedit.xml:1559(para)
+msgid "Lists the contents of the current document's directory in a new document."
+msgstr ""
+
+#: ../C/gedit.xml:1562(term)
+msgid "Environment Variables"
+msgstr ""
+
+#: ../C/gedit.xml:1564(para)
+msgid "Displays the environment variables list in the bottom pane."
+msgstr ""
+
+#: ../C/gedit.xml:1567(term)
+msgid "Grep"
+msgstr ""
+
+#: ../C/gedit.xml:1569(para)
+msgid ""
+"Searches for a term in all files in the current document directory, using "
+"pattern matching. Results are shown in the bottom pane."
+msgstr ""
+
+#: ../C/gedit.xml:1572(term)
+msgid "Remove Trailing Spaces"
+msgstr ""
+
+#: ../C/gedit.xml:1574(para)
+msgid "Removes all spaces from the end of lines in the document."
+msgstr ""
+
+#: ../C/gedit.xml:1581(title)
+msgid "Defining a Command"
+msgstr ""
+
+#: ../C/gedit.xml:1582(para)
+msgid ""
+"To add an external command, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>External Tools</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1583(para)
+msgid ""
+"In the <guilabel>External Tools Manager</guilabel> window, click "
+"<guibutton>New</guibutton>. You can speficy the following details for the "
+"new command:"
+msgstr ""
+
+#: ../C/gedit.xml:1585(term)
+msgid "Description"
+msgstr "Descripcion"
+
+#: ../C/gedit.xml:1587(para)
+msgid "This description is shown in the statusbar when the menu command is chosen."
+msgstr ""
+
+#: ../C/gedit.xml:1590(term)
+msgid "Accelerator"
+msgstr ""
+
+#: ../C/gedit.xml:1592(para)
+msgid "Enter a keyboard shortcut for the command."
+msgstr ""
+
+#: ../C/gedit.xml:1595(term)
+msgid "Commands"
+msgstr "Comandas"
+
+#: ../C/gedit.xml:1597(para)
+msgid ""
+"The actual commands to be run. Several <application>gedit</application> "
+"environment variables can be used to pass content to these commands: see "
+"<xref linkend=\"gedit-external-tools-plugin-variables\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:1600(term)
+msgid "Input"
+msgstr "Entrada"
+
+#: ../C/gedit.xml:1602(para)
+msgid ""
+"The content to give to the commands (as <systemitem>stdin</systemitem>): the "
+"entire text of the current document, the current selection, line, or word."
+msgstr ""
+
+#: ../C/gedit.xml:1605(term)
+msgid "Output"
+msgstr "Sortida"
+
+#: ../C/gedit.xml:1607(para)
+msgid ""
+"What to do with the output of the commands: display in the bottom pane, put "
+"in a new document, or place in the current document, at the end, at the "
+"cursor position, or replacing the selection or the entire document."
+msgstr ""
+
+#: ../C/gedit.xml:1610(term)
+msgid "Applicability"
+msgstr ""
+
+#: ../C/gedit.xml:1612(para)
+msgid ""
+"Determines which sort of documents can be affected by the command, for "
+"example whether saved or not, and local or remote."
+msgstr ""
+
+#: ../C/gedit.xml:1620(title)
+msgid "Editing and Removing Tools"
+msgstr ""
+
+#: ../C/gedit.xml:1621(para)
+msgid "To edit a tool, select it in the list and make changes to its properties."
+msgstr ""
+
+#: ../C/gedit.xml:1622(para)
+msgid "To rename a tool, click it again in the list."
+msgstr ""
+
+#: ../C/gedit.xml:1623(para)
+msgid ""
+"To restore a built-in tool that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+
+#: ../C/gedit.xml:1624(para)
+msgid ""
+"To remove a tool, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in tools, only those you have created "
+"yourself."
+msgstr ""
+
+#: ../C/gedit.xml:1628(title)
+msgid "Variables"
+msgstr "Variables"
+
+#: ../C/gedit.xml:1629(para)
+msgid ""
+"You can use the following variables in the <guilabel>Commands</guilabel> "
+"field of the command definition:"
+msgstr ""
+
+#: ../C/gedit.xml:1632(para)
+msgid "GEDIT_CURRENT_DOCUMENT_URI"
+msgstr ""
+
+#: ../C/gedit.xml:1635(para)
+msgid "GEDIT_CURRENT_DOCUMENT_NAME"
+msgstr ""
+
+#: ../C/gedit.xml:1638(para)
+msgid "GEDIT_CURRENT_DOCUMENT_SCHEME"
+msgstr ""
+
+#: ../C/gedit.xml:1641(para)
+msgid "GEDIT_CURRENT_DOCUMENT_PATH"
+msgstr ""
+
+#: ../C/gedit.xml:1644(para)
+msgid "GEDIT_CURRENT_DOCUMENT_DIR"
+msgstr ""
+
+#: ../C/gedit.xml:1647(para)
+msgid "GEDIT_DOCUMENTS_URI"
+msgstr ""
+
+#: ../C/gedit.xml:1650(para)
+msgid "GEDIT_DOCUMENTS_PATH"
+msgstr ""
+
+#: ../C/gedit.xml:1657(title)
+msgid "File Browser Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1658(para)
+msgid ""
+"The <application>File Browser</application> Plugin shows your files and "
+"folders in the side pane, allowing you to quickly open files."
+msgstr ""
+
+#: ../C/gedit.xml:1659(para)
+msgid ""
+"To view the File Browser, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click on "
+"the tab showing the File Browser icon at the bottom of the side pane."
+msgstr ""
+
+#: ../C/gedit.xml:1661(title)
+msgid "Browsing your Files"
+msgstr ""
+
+#: ../C/gedit.xml:1662(para)
+msgid ""
+"The File Browser tab initially shows your file manager bookmarks. To browse "
+"the contents of any item, double-click it."
+msgstr ""
+
+#: ../C/gedit.xml:1663(para)
+msgid ""
+"To show a parent folder, choose from the drop-down list, or press the up "
+"arrow on the File Browser's toolbar."
+msgstr ""
+
+#: ../C/gedit.xml:1664(para)
+msgid ""
+"To show the folder that contains the document you are currently working on, "
+"right-click in the file list and choose <guimenuitem>Set root to active "
+"document</guimenuitem>."
+msgstr ""
+
+#: ../C/gedit.xml:1668(para)
+msgid ""
+"To open a file in <application>gedit</application>, double-click it in the "
+"file list."
+msgstr ""
+
+#: ../C/gedit.xml:1671(title)
+msgid "Creating Files and Folders"
+msgstr ""
+
+#: ../C/gedit.xml:1672(para)
+msgid ""
+"To create a new, empty text file in the current folder shown in the browser, "
+"right-click in the file list and choose <guimenuitem>New File</guimenuitem>."
+msgstr ""
+
+#: ../C/gedit.xml:1673(para)
+msgid ""
+"To create a new folder in the current folder shown in the browser, right-"
+"click in the file list and choose <guimenuitem>New Folder</guimenuitem>."
+msgstr ""
+
+#: ../C/gedit.xml:1678(title)
+msgid "Indent Lines Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1679(para)
+msgid ""
+"The <application>Indent Lines</application> plugin adds or removes space "
+"from the beginning of lines of text."
+msgstr ""
+
+#: ../C/gedit.xml:1680(para)
+msgid "To indent or unindent text, perform the following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:1682(para)
+msgid ""
+"Select the lines that you want to indent. To indent or unindent a single "
+"line, place the cursor anywhere on that line."
+msgstr ""
+
+#: ../C/gedit.xml:1687(para)
+msgid ""
+"To indent the text, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Indent</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1690(para)
+msgid ""
+"To remove the indentation, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Unindent</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1695(para)
+msgid ""
+"The amount of space used, and whether tab character or space characters are "
+"used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor "
+"Preferences: see <xref linkend=\"gedit-prefs-editor\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:1700(title)
+msgid "Insert Date/Time Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1701(para)
+msgid ""
+"The <application>Insert Date/Time</application> plugin inserts the current "
+"date and time into a document. To use the Insert Date/Time plugin, perform "
+"the following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:1703(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1704(para)
+msgid ""
+"If you have not configured the Insert Date/Time plugin to automatically "
+"insert the date/time without prompting you for the format, "
+"<application>gedit</application> displays the <guilabel>Insert Date and "
+"Time</guilabel> dialog. Select the appropriate date/time format from the "
+"list. Click <guibutton>Insert</guibutton> to close the <guilabel>Insert Date "
+"and Time</guilabel> dialog. <application>gedit</application> inserts the "
+"date/time at the cursor position in the current file."
+msgstr ""
+
+#: ../C/gedit.xml:1705(para)
+msgid ""
+"If you have configured <application>gedit</application> to use one "
+"particular date/time format, the <guilabel>Insert Date and Time</guilabel> "
+"dialog is not displayed. The date/time is automatically entered at the "
+"cursor position in the current file."
+msgstr ""
+
+#: ../C/gedit.xml:1710(title)
+msgid "Configuring the Insert Date/Time Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1711(para)
+msgid "To configure the Insert Date/Time plugin, perform the following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:1719(para)
+msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+msgstr ""
+
+#: ../C/gedit.xml:1722(para)
+msgid ""
+"Click <guibutton>Configure Plugin</guibutton> to display the "
+"<guilabel>Configure insert date/time plugin</guilabel> dialog."
+msgstr ""
+
+#: ../C/gedit.xml:1725(para)
+msgid "Select one of the options, as follows:"
+msgstr ""
+
+#: ../C/gedit.xml:1727(para)
+msgid ""
+"To specify the date/time format each time you insert the date/time, select "
+"the <guilabel>Prompt for a format</guilabel> option."
+msgstr ""
+
+#: ../C/gedit.xml:1730(para)
+msgid ""
+"To use the same <application>gedit</application>-provided date/time format "
+"each time you insert the date/time, select the <guilabel>Use the selected "
+"format</guilabel> option, then select the appropriate format from the list. "
+"When you select this option, <application>gedit</application> does not "
+"prompt you for the date/time format when you choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1733(para)
+msgid ""
+"To use the same customized date/time format each time you insert the date/"
+"time, select the <guilabel>Use custom format</guilabel> option, then enter "
+"the appropriate format in the text box. For more information about how to "
+"specify a custom format, see <ulink url=\"man:strftime\" type=\"man"
+"\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+"manvolnum></citerefentry></ulink>. When you select this option, "
+"<application>gedit</application> does not prompt you for the date/time "
+"format when you choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Insert Date and Time</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1738(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to close the <guilabel>Configure insert date/"
+"time plugin</guilabel> dialog."
+msgstr ""
+
+#: ../C/gedit.xml:1741(para)
+msgid ""
+"To close the <guilabel>Preferences</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:1748(title)
+msgid "Modelines Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1749(para)
+msgid ""
+"The <application>Modelines</application> plugin allows you to set "
+"preferences for individual documents. A <firstterm>modeline</firstterm> is a "
+"line of text at the start or end of the document with settings that "
+"<application>gedit</application> recognises."
+msgstr ""
+
+#: ../C/gedit.xml:1750(para)
+msgid "You can override the following preferences with modelines:"
+msgstr ""
+
+#: ../C/gedit.xml:1753(para)
+msgid "Tab width"
+msgstr ""
+
+#: ../C/gedit.xml:1756(para)
+msgid "Insert spaces instead of tabs"
+msgstr ""
+
+#: ../C/gedit.xml:1762(para)
+msgid "Right margin width"
+msgstr ""
+
+#: ../C/gedit.xml:1766(para)
+msgid ""
+"The <application>Modelines</application> plugin supports a subset of the "
+"options used by other text editors <application>Emacs</application>, "
+"<application>Kate</application> and <application>Vim</application>."
+msgstr ""
+
+#: ../C/gedit.xml:1769(title)
+msgid "Emacs Modelines"
+msgstr ""
+
+#: ../C/gedit.xml:1770(para)
+msgid ""
+"The first two lines of a document are scanned for <application>Emacs</"
+"application> modelines."
+msgstr ""
+
+#: ../C/gedit.xml:1771(para)
+msgid ""
+"The <application>Emacs</application> options for tab-width, indent-tabs-mode "
+"and autowrap are supported. For more information, see the <ulink type=\"http"
+"\" url=\"http://www.delorie.com/gnu/docs/emacs/emacs_486.html\">GNU Emacs "
+"Manual</ulink>."
+msgstr ""
+
+#: ../C/gedit.xml:1774(title)
+msgid "Kate Modelines"
+msgstr ""
+
+#: ../C/gedit.xml:1775(para)
+msgid ""
+"The first and last ten lines a document are scanned for <application>Kate</"
+"application> modelines."
+msgstr ""
+
+#: ../C/gedit.xml:1776(para)
+msgid ""
+"The <application>Kate</application> options for tab-width, indent-width, "
+"space-indent, word-wrap and word-wrap-column are supported. For more "
+"information, see the <ulink type=\"http\" url=\"http://www.kate-editor.org/"
+"article/katepart_modelines\">Kate website</ulink>."
+msgstr ""
+
+#: ../C/gedit.xml:1779(title)
+msgid "Vim Modelines"
+msgstr ""
+
+#: ../C/gedit.xml:1780(para)
+msgid ""
+"The first and last three lines a document are scanned for <application>Vim</"
+"application> modelines."
+msgstr ""
+
+#: ../C/gedit.xml:1781(para)
+msgid ""
+"The <application>Vim</application> options for et, expandtab, ts, tabstop, "
+"wrap, and textwidth are supported. For more information, see the <ulink type="
+"\"http\" url=\"http://vimdoc.sourceforge.net/htmldoc/options.html#modeline"
+"\">Vim website</ulink>."
+msgstr ""
+
+#: ../C/gedit.xml:1786(title)
+msgid "Python Console Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1787(para)
+msgid ""
+"The <application>Python Console</application> Plugin allows you to run "
+"commands in the python programming language from <application>gedit</"
+"application>. Enabling the plugin adds a tab to the bottom pane. This shows "
+"recent output and a command prompt field."
+msgstr ""
+
+#: ../C/gedit.xml:1788(para)
+msgid ""
+"Commands entered into the python console are not checked before they are "
+"run. It is therefore possible to hang <application>gedit</application>, for "
+"example by entering an infinite loop."
+msgstr ""
+
+#: ../C/gedit.xml:1792(title)
+msgid "Snippets Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1793(para)
+msgid ""
+"The <application>Snippets</application> plugin allows you to store "
+"frequently-used pieces of text, called <firstterm>snippets</firstterm>, and "
+"insert them quickly into a document."
+msgstr ""
+
+#: ../C/gedit.xml:1794(para)
+msgid ""
+"Snippets are specific to the language syntax of the current document. For "
+"example, when you are working with an HTML document, you can choose from a "
+"list of snippets that are useful for HTML. In addition, some snippets are "
+"global, and are available in all documents."
+msgstr ""
+
+#: ../C/gedit.xml:1795(para)
+msgid ""
+"A number of built-in snippets are installed with <application>gedit</"
+"application>, which can be modified."
+msgstr ""
+
+#: ../C/gedit.xml:1798(title)
+msgid "Inserting Snippets"
+msgstr ""
+
+#: ../C/gedit.xml:1799(para)
+msgid ""
+"To insert a snippet into a document, type its <firstterm>tab trigger</"
+"firstterm> and press <keycap>Tab</keycap>. A snippet's tab trigger is "
+"usually the first few letters of the snippet, or something else that is "
+"short and easy to remember."
+msgstr ""
+
+#: ../C/gedit.xml:1800(para)
+msgid ""
+"Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></"
+"keycombo> to see a list of snippets you can insert."
+msgstr ""
+
+#: ../C/gedit.xml:1804(title)
+msgid "Adding Snippets"
+msgstr ""
+
+#: ../C/gedit.xml:1805(para)
+msgid "To create a new snippet, do the following:"
+msgstr ""
+
+#: ../C/gedit.xml:1808(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Manage Snippets</"
+"guimenuitem></menuchoice>. The <guilabel>Snippets Manager</guilabel> window "
+"opens."
+msgstr ""
+
+#: ../C/gedit.xml:1811(para)
+msgid ""
+"The list of snippets is grouped by language. Select the language you want to "
+"add a snippet to, or a snippet in that language group. To add a snippet for "
+"all languages, choose Global at the top of the list. The syntax of the "
+"document you are currently working with is shown by default."
+msgstr ""
+
+#: ../C/gedit.xml:1814(para)
+msgid "Click <guibutton>New</guibutton>. A new snippet appears in the list."
+msgstr ""
+
+#: ../C/gedit.xml:1817(para)
+msgid "Enter the following information for the new snippet:"
+msgstr ""
+
+#: ../C/gedit.xml:1819(term)
+msgid "Name"
+msgstr "Nom"
+
+#: ../C/gedit.xml:1821(para)
+msgid ""
+"Enter a name for the snippet in the text field within the snippet list. The "
+"name of a snippet serves only as a reminder of its purpose. You can change "
+"name of a snippet you create by clicking on it in the list."
+msgstr ""
+
+#: ../C/gedit.xml:1824(term)
+msgid "Snippet text"
+msgstr ""
+
+#: ../C/gedit.xml:1826(para)
+msgid ""
+"Enter the text of the snippet in the <guilabel>Edit snippet</guilabel> text "
+"box. For special codes you can use, see <xref linkend=\"gedit-snippets-"
+"plugin-syntax\"/>."
+msgstr ""
+
+#: ../C/gedit.xml:1827(para)
+msgid ""
+"You can switch back to the document window to copy text without closing the "
+"<guilabel>Snippets Manager</guilabel> window."
+msgstr ""
+
+#: ../C/gedit.xml:1830(term)
+msgid "Tab Trigger"
+msgstr ""
+
+#: ../C/gedit.xml:1832(para)
+msgid ""
+"Enter the tab trigger for the snippet. This is the text that you type before "
+"pressing <keycap>Tab</keycap> to insert the snippet."
+msgstr ""
+
+#: ../C/gedit.xml:1833(para)
+msgid ""
+"The tag must be either a single word comprising only letters, or any single "
+"character. The <guilabel>Tab trigger</guilabel> will highlight in red if an "
+"invalid tab trigger is entered."
+msgstr ""
+
+#: ../C/gedit.xml:1836(term)
+msgid "Shortcut key"
+msgstr ""
+
+#: ../C/gedit.xml:1838(para)
+msgid "Type a shortcut key to use for inserting the snippet."
+msgstr ""
+
+#: ../C/gedit.xml:1847(title)
+msgid "Editing and Removing Snippets"
+msgstr ""
+
+#: ../C/gedit.xml:1848(para)
+msgid ""
+"To edit a snippet, select it in the list and make changes to its text and "
+"activation properties."
+msgstr ""
+
+#: ../C/gedit.xml:1849(para)
+msgid "To rename a snippet, click it again in the list."
+msgstr ""
+
+#: ../C/gedit.xml:1850(para)
+msgid ""
+"To restore a built-in snippet that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+
+#: ../C/gedit.xml:1851(para)
+msgid ""
+"To remove a snippet, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in snippets, only those you have "
+"created yourself."
+msgstr ""
+
+#: ../C/gedit.xml:1855(title)
+msgid "Snippet Substitutions"
+msgstr ""
+
+#: ../C/gedit.xml:1856(para)
+msgid ""
+"In addition to inserting stored text, a snippet can include customizable "
+"text, or mark spaces where you can add text once the snippet is inserted in "
+"your document."
+msgstr ""
+
+#: ../C/gedit.xml:1860(para)
+msgid "You can use the following placeholder codes in snippet text:"
+msgstr ""
+
+#: ../C/gedit.xml:1862(term)
+msgid "Tab placeholders"
+msgstr ""
+
+#: ../C/gedit.xml:1864(para)
+msgid ""
+"<literal>$<replaceable>n</replaceable></literal> defines a tab placeholder, "
+"where <literal>n</literal> is any number from 1 upwards."
+msgstr ""
+
+#: ../C/gedit.xml:1865(para)
+msgid ""
+"<literal>${<replaceable>n</replaceable>:<replaceable>default</replaceable>}</"
+"literal> defines a tab placeholder with a default value."
+msgstr ""
+
+#: ../C/gedit.xml:1866(para)
+msgid ""
+"A tab placeholder marks a place in the snippet text where you can add extra "
+"text after the snippet is inserted."
+msgstr ""
+
+#: ../C/gedit.xml:1867(para)
+msgid ""
+"To use tab placeholders, insert the snippet as normal. The cursor is placed "
+"at the first tab placeholder. Type text, and press <keycap>Tab</keycap> to "
+"advance to the next tab placeholder. The number in the placeholder code "
+"defines the order in which tab advances to each place in the text."
+msgstr ""
+
+#: ../C/gedit.xml:1868(para)
+msgid ""
+"Press <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> to "
+"return to the previous tab placeholder. Pressing <keycap>Tab</keycap> when "
+"there are no more tab placeholders moves the cursor to the end of the "
+"snippet text, or to the end placeholder if it exists."
+msgstr ""
+
+#: ../C/gedit.xml:1871(term)
+msgid "Mirror placeholders"
+msgstr ""
+
+#: ../C/gedit.xml:1873(para)
+msgid ""
+"A repeated tab placeholder will mirror the placeholder already defined. This "
+"allows you to type in text only once that you want to appear several times "
+"in the snippet."
+msgstr ""
+
+#: ../C/gedit.xml:1876(term)
+msgid "End placeholder"
+msgstr ""
+
+#: ../C/gedit.xml:1878(para)
+msgid ""
+"<literal>$0</literal> defines the end placeholder. This allows you to finish "
+"working with the snippet with the cursor at a point other than the end of "
+"the snippet text."
+msgstr ""
+
+#: ../C/gedit.xml:1881(term)
+msgid "Environmental variables"
+msgstr ""
+
+#: ../C/gedit.xml:1883(para)
+msgid ""
+"Environmental variable such as <literal>$PATH</literal> and <literal>$HOME</"
+"literal> are substituted in snippet text. The following variables specific "
+"to <application>gedit</application> can also be used:"
+msgstr ""
+
+#: ../C/gedit.xml:1885(term)
+msgid "$GEDIT_SELECTED_TEXT"
+msgstr ""
+
+#: ../C/gedit.xml:1887(para)
+msgid "The currently selected text."
+msgstr ""
+
+#: ../C/gedit.xml:1890(term)
+msgid "$GEDIT_FILENAME"
+msgstr ""
+
+#: ../C/gedit.xml:1892(para)
+msgid ""
+"The full filename of the document, or an empty string if the document isn't "
+"saved yet."
+msgstr ""
+
+#: ../C/gedit.xml:1895(term)
+msgid "$GEDIT_BASENAME"
+msgstr ""
+
+#: ../C/gedit.xml:1897(para)
+msgid ""
+"The basename of the filename of the document, or an empty string if the "
+"document isn't saved yet."
+msgstr ""
+
+#: ../C/gedit.xml:1900(term)
+msgid "$GEDIT_CURRENT_WORD"
+msgstr ""
+
+#: ../C/gedit.xml:1902(para)
+msgid ""
+"The word at the cursor's location in the document. When this variable is "
+"used, the current word will be replaced by the snippet text."
+msgstr ""
+
+#: ../C/gedit.xml:1910(term)
+msgid "Shell placeholders"
+msgstr ""
+
+#: ../C/gedit.xml:1912(para)
+msgid ""
+"<literal>$(<replaceable>cmd</replaceable>)</literal> is replaced by the "
+"result of executing <replaceable>cmd</replaceable> in a shell."
+msgstr ""
+
+#: ../C/gedit.xml:1913(para)
+msgid ""
+"<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+"literal> allows you to give this placeholder a reference, where "
+"<replaceable>n</replaceable> is any number from 1 upwards. Use <literal>"
+"$<replaceable>n</replaceable></literal> to use the output from one shell "
+"placeholder as input in another."
+msgstr ""
+
+#: ../C/gedit.xml:1916(term)
+msgid "Python placeholders"
+msgstr ""
+
+#: ../C/gedit.xml:1918(para)
+msgid ""
+"<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> is replaced by "
+"the result of evaluating <replaceable>cmd</replaceable> in the python "
+"interpreter."
+msgstr ""
+
+#: ../C/gedit.xml:1919(para)
+msgid ""
+"<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</replaceable>&gt;"
+"</literal> specifies another python placeholder as a dependency, where "
+"<replaceable>a</replaceable> gives its order in the snippet. This allows you "
+"to use python functions defined in another snippet. To specify several "
+"dependencies, separate the numbers with commas thus: <literal>$&lt;"
+"<replaceable>a</replaceable>,<replaceable>b</replaceable>:<replaceable>cmd</"
+"replaceable>&gt;</literal>"
+msgstr ""
+
+#: ../C/gedit.xml:1920(para)
+msgid ""
+"To use a variable in all other python snippets, declare it as "
+"<literal>global</literal>."
+msgstr ""
+
+#: ../C/gedit.xml:1929(title)
+msgid "Sort Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1930(para)
+msgid ""
+"The <application>Sort</application> plugin arranges selected lines of text "
+"into alphabetical order."
+msgstr ""
+
+#: ../C/gedit.xml:1931(para)
+msgid ""
+"You cannot undo the Sort operation, so you should save the file before "
+"performing the sort. To revert to the saved version of the file after the "
+"sort operation, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Revert</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1934(para)
+msgid "To use the Sort plugin, perform the following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:1937(para)
+msgid "Select the lines of text you want to sort."
+msgstr ""
+
+#: ../C/gedit.xml:1939(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</guimenuitem></"
+"menuchoice>. The <guilabel>Sort</guilabel> dialog opens."
+msgstr ""
+
+#: ../C/gedit.xml:1942(para)
+msgid "Choose the options you want for the sort:"
+msgstr ""
+
+#: ../C/gedit.xml:1945(para)
+msgid ""
+"To arrange the text in reverse order, select <guilabel>Reverse order</"
+"guilabel>."
+msgstr ""
+
+#: ../C/gedit.xml:1948(para)
+msgid "To delete duplicate lines, select <guilabel>Remove duplicates</guilabel>."
+msgstr ""
+
+#: ../C/gedit.xml:1951(para)
+msgid "To ignore case sensitivity, select <guilabel>Ignore case</guilabel>."
+msgstr ""
+
+#: ../C/gedit.xml:1954(para)
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <guilabel>Start at "
+"column</guilabel> spin box."
+msgstr ""
+
+#: ../C/gedit.xml:1959(para)
+msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:1966(title)
+msgid "Spell Checker Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:1967(para)
+msgid ""
+"The <application>Spell Checker</application> plugin checks the spelling in "
+"the selected text. You can configure <application>gedit</application> to "
+"check the spelling automatically, or you can check the spelling manually, in "
+"the specified language. The language setting, and the autocheck spelling "
+"properties, apply per document. To use the Spell checker plugin, perform the "
+"following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:1969(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Set Language</"
+"guimenuitem></menuchoice> to display the <guilabel>Set language</guilabel> "
+"dialog. Select the appropriate language from the list. Click <guibutton>OK</"
+"guibutton> to close the <guilabel>Set language</guilabel> dialog."
+msgstr ""
+
+#: ../C/gedit.xml:1972(para)
+msgid ""
+"To check the spelling automatically, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice>. To unset "
+"the automatic spell check, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice> again. "
+"When automatic spell checking is set, an icon is displayed beside the "
+"<guimenuitem>Autocheck Spelling</guimenuitem> menu item. Automatic spell "
+"checking is unset by default, each time <application>gedit</application> "
+"starts."
+msgstr ""
+
+#: ../C/gedit.xml:1973(para)
+msgid ""
+"Unknown spellings are displayed in a different color, and underlined. Right-"
+"click on an unknown spelling, then select <guimenu>Spelling Suggestions</"
+"guimenu> from the popup menu:"
+msgstr ""
+
+#: ../C/gedit.xml:1976(para)
+msgid ""
+"To replace the unknown spelling with another spelling in the list, select "
+"the replacement spelling from the <guimenu>Spelling Suggestions</guimenu> "
+"popup menu."
+msgstr ""
+
+#: ../C/gedit.xml:1979(para)
+msgid ""
+"To add the unknown spelling to your personal dictionary, select "
+"<menuchoice><guimenu>Spelling Suggestions</guimenu><guimenuitem>Add</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1982(para)
+msgid ""
+"To ignore all occurrences of the unknown spelling, so that they are no "
+"longer flagged as unknown but are not added to your personal dictionary, "
+"select <menuchoice><guimenu>Spelling Suggestions</"
+"guimenu><guimenuitem>Ignore All</guimenuitem></menuchoice>. The unknown word "
+"is ignored in the current <application>gedit</application> session only."
+msgstr ""
+
+#: ../C/gedit.xml:1987(para)
+msgid ""
+"To check the spelling manually, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Check Spelling</guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:1989(para)
+msgid ""
+"If there are no spelling errors, an <guilabel>Information</guilabel> dialog "
+"displays a message stating that the document does not contain misspelled "
+"words. Click <guibutton>OK</guibutton> to close the <guilabel>Information</"
+"guilabel> dialog."
+msgstr ""
+
+#: ../C/gedit.xml:1991(para)
+msgid ""
+"If there are spelling errors, the <guilabel>Check Spelling</guilabel> dialog "
+"is displayed:"
+msgstr ""
+
+#: ../C/gedit.xml:1994(para)
+msgid ""
+"The <guilabel>Misspelled word</guilabel> is displayed at the top of the "
+"dialog."
+msgstr ""
+
+#: ../C/gedit.xml:1997(para)
+msgid ""
+"A suggested known spelling is displayed in the <guilabel>Change to</"
+"guilabel> text box. You can replace this with another known spelling by "
+"selecting a spelling from the <guilabel>Suggestions</guilabel> list, or you "
+"can enter text directly into the <guilabel>Change to</guilabel> text box."
+msgstr ""
+
+#: ../C/gedit.xml:2000(para)
+msgid ""
+"To check the spelling of the text in the <guilabel>Change to</guilabel> text "
+"box, click <guibutton>Check Word</guibutton>. If this is a known word, the "
+"<guilabel>Suggestions</guilabel> list is replaced with the text <literal>"
+"(correct spelling)</literal>. If the word is not known, new entries appear "
+"in the <guilabel>Suggestions</guilabel> list."
+msgstr ""
+
+#: ../C/gedit.xml:2003(para)
+msgid ""
+"To ignore the current occurrence of the unknown word, click "
+"<guibutton>Ignore</guibutton>. To ignore all occurrences of the unknown "
+"word, click <guibutton>Ignore All</guibutton>. The unknown word is ignored "
+"in the current <application>gedit</application> session only."
+msgstr ""
+
+#: ../C/gedit.xml:2006(para)
+msgid ""
+"To change the current occurrence of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change</"
+"guibutton>. To change all occurrences of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change All</"
+"guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:2009(para)
+msgid ""
+"To add the unknown word to your personal dictionary, click <guibutton>Add "
+"word</guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:2012(para)
+msgid ""
+"To close the <guilabel>Check Spelling</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+
+#: ../C/gedit.xml:2021(title)
+msgid "Tag List Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:2022(para)
+msgid ""
+"The <application>Tag List</application> plugin allows you to insert common "
+"tags from a list in the side pane."
+msgstr ""
+
+#: ../C/gedit.xml:2023(para)
+msgid "To use the Tag List plugin, perform the following steps:"
+msgstr ""
+
+#: ../C/gedit.xml:2025(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:2029(para)
+msgid ""
+"By default, the side pane shows a tab containing a list of open documents. "
+"Click on the tab showing a + icon at the bottom of the side pane to show the "
+"tag list tab."
+msgstr ""
+
+#: ../C/gedit.xml:2031(para)
+msgid ""
+"Select the appropriate tag category from the drop-down list. For example, "
+"<guilabel>HTML - Tags</guilabel>."
+msgstr ""
+
+#: ../C/gedit.xml:2034(para)
+msgid "Scroll through the tag list to find the required tag."
+msgstr ""
+
+#: ../C/gedit.xml:2037(para)
+msgid ""
+"To insert a tag at the cursor position in the current file, double-click on "
+"the tag in the tag list. You can also insert a tag as follows:"
+msgstr ""
+
+#: ../C/gedit.xml:2039(para)
+msgid ""
+"To insert a tag in the current file and change the focus from the side pane "
+"to the display area, press <keycap>Return</keycap>."
+msgstr ""
+
+#: ../C/gedit.xml:2042(para)
+msgid ""
+"To insert a tag in the current file and maintain the focus on the "
+"<guilabel>Tag list plugin</guilabel> window, press <keycombo><keycap>Shift</"
+"keycap><keycap>Return</keycap></keycombo>."
+msgstr ""
+
+#: ../C/gedit.xml:2051(title)
+msgid "User Name Plugin"
+msgstr ""
+
+#: ../C/gedit.xml:2052(para)
+msgid ""
+"The <application>User name</application> plugin inserts the username of the "
+"current user into the document."
+msgstr ""
+
+#: ../C/gedit.xml:2053(para)
+msgid ""
+"To insert your username at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert User Name</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: ../C/gedit.xml:2055(para)
+msgid ""
+"This plugin is mostly provided as an example of how to create your own "
+"plugins. For more information on creating plugins, see the <ulink type=\"http"
+"\" url=\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</"
+"application> website</ulink>."
+msgstr ""
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
+#: ../C/gedit.xml:0(None)
+msgid "translator-credits"
+msgstr "Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>"
+
diff --git a/help/pl/figures/gedit-html-snippet.png b/help/pl/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..ef8c2ba
--- /dev/null
+++ b/help/pl/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/pl/figures/gedit3-screenshot.png b/help/pl/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..60f1f46
--- /dev/null
+++ b/help/pl/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/pl/pl.po b/help/pl/pl.po
new file mode 100644
index 0000000..7d1d70a
--- /dev/null
+++ b/help/pl/pl.po
@@ -0,0 +1,3471 @@
+# Polish translation for gedit help.
+# Copyright © 2017-2020 the gedit authors.
+# This file is distributed under the same license as the gedit help.
+# Piotr Drąg <piotrdrag@gmail.com>, 2017-2020.
+# Aviary.pl <community-poland@mozilla.org>, 2017-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit-help\n"
+"POT-Creation-Date: 2020-11-13 22:20+0000\n"
+"PO-Revision-Date: 2020-11-15 12:30+0100\n"
+"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
+"Language-Team: Polish <community-poland@mozilla.org>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Piotr Drąg <piotrdrag@gmail.com>, 2017-2020\n"
+"Aviary.pl <community-poland@mozilla.org>, 2017-2020"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Zmiana kolorów tekstu i czcionki w programie gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:11
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Zmiana schematu kolorów"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> zawiera kilka różnych schematów kolorów, umożliwiając "
+"zmianę wyglądu głównego okna."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Aby zmienić schemat kolorów:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39 C/gedit-change-default-font.page:29
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Kliknij przycisk menu w górnym prawym rogu okna i wybierz <guiseq><gui style="
+"\"menuitem\">Preferencje</gui><gui>Czcionka i kolory</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Wybierz schemat kolorów."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Nowy schemat kolorów zostanie zastosowany od razu."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Niestandardowy schemat kolorów"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Można także używać schematów kolorów utworzonych przez innych, albo tworzyć "
+"i używać własnych."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"<link href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes"
+"\">Strona wiki programu gedit</link> zawiera instrukcje instalacji "
+"niestandardowych schematów kolorów oraz przykładowe schematy, które można "
+"pobrać i używać."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Niestandardowa czcionka tekstu w programie gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:13
+msgid "2011 2012 2013"
+msgstr "2011-2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:20
+msgid "Change the default font"
+msgstr "Zmiana domyślnej czcionki"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:22
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> domyślnie używa systemowej czcionki o stałej szerokości, "
+"ale można ją zmienić."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:27
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Aby zmienić domyślną czcionkę w programie <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr "Odznacz pole obok napisu „Systemowa o stałej szerokości”."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:34
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Kliknij nazwę obecnej czcionki. <app>gedit</app> otworzy okno wyboru "
+"czcionki, zawierające dostępne czcionki i umożliwiające wybór preferowanej."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Po wybraniu nowej czcionki użyj <gui>suwaka</gui> pod listą czcionek, aby "
+"ustawić jej domyślny rozmiar."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:39
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr "Kliknij przycisk <gui>Wybierz</gui>, a następnie zamknij okno."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Wychodzenie z używanego pliku."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Zamykanie pliku"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Aby zamknąć plik w programie <app>gedit</app>, kliknij przycisk <gui style="
+"\"button\">×</gui> po prawej stronie karty danego pliku lub naciśnij "
+"klawisze <keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Każde z tych działań spowoduje zamknięcie pliku w programie <app>gedit</"
+"app>. Jeśli plik zawiera niezapisane zmiany, to <app>gedit</app> zapyta, czy "
+"je zapisać przed zamknięciem pliku."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Otwarcie nowego pliku do modyfikacji."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Utworzenie nowego pliku"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Najłatwiejszym sposobem na utworzenie nowego pliku w programie <app>gedit</"
+"app> jest kliknięcie przycisku <gui>Utwórz nowy dokument</gui> po lewej "
+"stronie paska nagłówka albo naciśnięcie klawiszy <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Każde z tych działań spowoduje utworzenie nowego pliku w oknie programu "
+"<app>gedit</app>. Jeśli w programie są otwarte inne pliki, to nowy plik "
+"zostanie otwarty w nowej karcie po prawej."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Używanie uprawnień administracyjnych do modyfikowania pliku."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Modyfikowanie pliku jako root"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Modyfikowanie plików jako root może być niebezpieczne i może uszkodzić "
+"system. Należy uważać podczas modyfikowania plików jako root."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Aby modyfikować pliki jako root, uruchom program <app>gedit</app> "
+"z terminala wpisując:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr "Używając polecenia <cmd>sudo</cmd> należy wpisać swoje hasło."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Oprócz polecenia <cmd>sudo</cmd> można także uzyskać uprawnienia "
+"administracyjne wpisując:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Następnie uruchom program <app>gedit</app> za pomocą polecenia <cmd>gedit</"
+"cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Po otwarciu programu <app>gedit</app> z uprawnieniami administracyjnymi "
+"będzie on je miał do zamknięcia."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Podstawy pracy na plikach w programie gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Podstawy pracy na plikach: otwieranie, zamykanie i zapisywanie"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Te tematy pomagają nowym użytkownikom programu <app>gedit</app> tworzyć, "
+"zapisywać, otwierać i zamykać pliki."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Używanie programu gedit na pełnym ekranie."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Tryb pełnoekranowy"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Tryb pełnoekranowy programu <app>gedit</app> może ułatwić pracę z dużym "
+"dokumentem. Ten tryb ukryje <gui>pasek menu</gui>, <gui>pasek kart</gui> "
+"i <gui>pasek narzędziowy</gui>, wyświetlając więcej tekstu i umożliwiając "
+"skupienie się na pracy."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Włączanie trybu pełnoekranowego"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Aby włączyć tryb pełnoekranowy, naciśnij klawisz <key>F11</key>. Paski menu, "
+"tytułu i kart programu <app>gedit</app> zostaną ukryte, i wyświetlany będzie "
+"tylko tekst bieżącego pliku."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Jeśli potrzeba wykonać działanie z menu programu <app>gedit</app> podczas "
+"pracy w trybie pełnoekranowym, przesuń kursor myszy na górę ekranu. Pojawi "
+"się pasek menu programu <app>gedit</app>, z którego można wybrać odpowiednie "
+"działanie."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Aby przełączyć między otwartymi kartami w trybie pełnoekranowym, naciśnij "
+"klawisze <keyseq><key>Ctrl</key><key>Alt</key><key>Page Up</key></keyseq> "
+"lub <keyseq><key>Ctrl</key><key>Alt</key><key>Page Down</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Wyłączanie trybu pełnoekranowego"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Aby wyłączyć tryb pełnoekranowy i wrócić do standardowego okna programu "
+"<app>gedit</app>, naciśnij klawisz <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Można także przesunąć kursor myszy na górę ekranu i poczekać na pojawienie "
+"się <gui>paska menu</gui>, po czym kliknąć przycisk <gui>Wyłącz tryb "
+"pełnoekranowy</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Używanie panelu bocznego jako przeglądarki plików."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Wyświetlanie i otwieranie plików z panelu bocznego"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"Najczęstszym sposobem na przełączanie między plikami w programie <app>gedit</"
+"app> jest używanie kart na górze okna. W niektórych przypadkach, zwłaszcza "
+"podczas pracy na dużej liczbie otwartych plików, łatwiej jest korzystać "
+"z panelu bocznego."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Aby włączyć boczny panel, wybierz <guiseq><gui>Widok</gui> <gui>Panel "
+"boczny</gui></guiseq> lub naciśnij klawisz <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"W każdej chwili można otworzyć lub zamknąć panel boczny naciskając klawisz "
+"<key>F9</key>."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Otwieranie plików z panelu bocznego"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Aby otworzyć pliki z panelu bocznego, najpierw otwórz panel boczny "
+"wybierając <guiseq><gui>Widok</gui> <gui>Panel boczny</gui></guiseq> (lub "
+"naciśnij klawisz <key>F9</key>), a następnie wybierz <gui>Przeglądarkę "
+"plików</gui> z rozwijanego menu na górze panelu."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Przełączy to panel boczny na tryb <em>Przeglądarki plików</em>. Można używać "
+"przycisków nawigacji na górze panelu, aby wyszukiwać i otwierać pliki."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Używanie panelu bocznego do przełączania między otwartymi plikami"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Po otwarciu kilku plików można używać panelu bocznego do przełączania między "
+"nimi. Aby wyświetlić listę otwartych plików, wybierz <gui>Dokumenty</gui> "
+"z rozwijanego menu na górze panelu."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Kliknięcie nazwy pliku w panelu bocznym otworzy ten plik do modyfikacji."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Otwieranie plików, aby zacząć nad nimi pracować."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Otwieranie pliku lub zestawu plików"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Aby otworzyć plik w programie <app>gedit</app>, kliknij przycisk "
+"<gui>Otwórz</gui> lub naciśnij klawisze <keyseq><key>Ctrl</key><key>O</key></"
+"keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Pojawi się okno <gui>Otwarcie</gui>. Użyj myszy lub klawiatury, aby wybrać "
+"plik do otwarcia, a następnie kliknij przycisk <gui>Otwórz</gui>. Wybrany "
+"plik zostanie otwarty w nowej karcie."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Aby zamknąć okno <gui>Otwarcie</gui> bez otwierania pliku, kliknij przycisk "
+"<gui>Anuluj</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Można używać klawiszy <key>Ctrl</key> i <key>Shift</key> do otwierania "
+"więcej niż jednego pliku naraz. Jeśli przytrzymano klawisz <key>Ctrl</key> "
+"podczas zaznaczania wielu plików, to kliknięcie przycisku <gui>Otwórz</gui> "
+"otworzy wszystkie zaznaczone pliki."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Jeśli przytrzymano klawisz <key>Shift</key> podczas zaznaczania wielu "
+"plików, to zostanie otwarty pierwszy zaznaczony plik, ostatni zaznaczony "
+"plik i wszystkie pliki między nimi."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Otwieranie plików przechowywanych na innym komputerze."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Otwieranie pliku położonego na serwerze"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Przed otwarciem pliku na serwerze z poziomu programu <app>gedit</app> należy "
+"poznać pewne informacje techniczne o serwerze. Na przykład, trzeba znać "
+"adres IP lub adres URL serwera, a być może także rodzaj serwera (np. HTTP, "
+"FTP itp.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Niektóre typy serwerów nakładają ograniczenia na to, co można robić "
+"z plikami na nich przechowywanymi. Na przykład, czasami można otwierać pliki "
+"z serwera, ale zmiany trzeba zapisywać lokalnie, na własnym komputerze."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Pamiętając o tym, wykonaj te kroki, aby otworzyć plik z serwera za pomocą "
+"programu <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "Kliknij przycisk <gui>Otwórz</gui> na pasku nagłówka."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Kliknij <gui>Inne położenia</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Wpisz adres IP lub adres URL odpowiedniego serwera."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Znajdź i zaznacz plik do otwarcia."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Użyj rozwijanej listy „Kodowanie znaków”, aby wybrać odpowiednie kodowanie "
+"znaków."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Kliknij przycisk <gui>Otwórz</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Prawidłowe typy adresów URI to http:, ftp:, file: i wszystkie metody "
+"obsługiwane przez bibliotekę <app>GVFS</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Pliki z niektórych typów adresów URI są otwierane tylko do odczytu, "
+"i wszystkie wprowadzone zmiany muszą być zapisywane w innym miejscu. Na "
+"przykład, protokół HTTP umożliwia tylko odczyt plików. Pliki otwarte "
+"z serwera FTP są tylko do odczytu, ponieważ nie wszystkie serwery FTP "
+"poprawnie zapisują zdalne pliki."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Otwieranie plików poprzednio używanych w programie <app>gedit</app>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Ponowne otwieranie ostatnio używanego pliku"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> zapewnia łatwy dostęp do dziesięciu ostatnio używanych "
+"plików:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Kliknij przycisk ze strzałką obok przycisku <gui>Otwórz</gui> na pasku "
+"nagłówka."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"<app>gedit</app> wyświetli menu z dziesięcioma ostatnio używanymi plikami."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Kliknij wybrany plik, a zostanie on otwarty w nowej karcie."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Po najechaniu myszą na ostatnio używany plik w menu wyświetlona zostanie "
+"pełna ścieżka do pliku na pasku stanu na dole okna programu <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Używanie wtyczek do dostosowywania działania programu gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Konfigurowanie i używanie wtyczek programu gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Za pomocą wtyczek można lepiej wykorzystać program <app>gedit</app>. Kilka "
+"wtyczek jest domyślnie instalowanych, ale duża liczba jest dostępna "
+"oddzielnie."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Wiele dystrybucji systemu Linux udostępnia grupę wtyczek w postaci pakietu "
+"<app>gedit-plugins</app>. Zainstaluj ten pakiet, aby używać ich w programie "
+"<app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Zainstaluj gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Domyślne wtyczki"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Dodatkowe wtyczki"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Zmiana wielkości liter zaznaczonego tekstu."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Zmiana wielkości liter"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Ta wtyczka pomaga zmieniać wielkość znaków zaznaczonych części tekstu. Można "
+"jej używać do zmiany tekstu na same małe znaki, same wielkie znaki, odwracać "
+"wielkość znaków i stosować wielkość Jak W Angielskim Tytule. Aby ją włączyć, "
+"wybierz <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+"\">Preferencje</gui> <gui>Wtyczki</gui><gui>Zmień wielkość liter</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Po włączeniu wtyczki <em>Zmień wielkość liter</em> można jej używać za "
+"pomocą tych kroków:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Zaznacz część tekstu do zmiany."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">gedit</gui><gui>Zmień wielkość liter</"
+"gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Wybierz odpowiednią opcję formatowania tekstu."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Zmiana zostanie zastosowana od razu."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Opcja <gui>Odwróć wielkość liter</gui> zmieni wszystkie małe znaki na "
+"wielkie, i wszystkie wielkie na małe."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Opcja <gui>Jak W Tytule</gui> zmieni pierwszą literę każdego słowa na "
+"wielką. Wszystkie pozostałe litery zostaną zmienione na małe."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Jeśli nie zaznaczono żadnego tekstu, to funkcja <em>Zmień wielkość liter</"
+"em> będzie niedostępna. Należy zaznaczyć część tekstu, aby móc jej użyć."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Wyświetlanie statystyk dokumentu."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Statystyki dokumentu"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Wtyczka <em>Statystyki dokumentu</em> wyświetla różne statystyki o bieżącym "
+"dokumencie. Aby ją włączyć, wybierz <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Preferencje</gui> <gui>Wtyczki</"
+"gui><gui>Statystyki dokumentu</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Używanie statystyk dokumentu"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Po włączeniu wtyczki użyj jej wybierając <guiseq><gui>Narzędzia</gui> "
+"<gui>Statystyki dokumentu</gui></guiseq>. Zostanie wyświetlone okno "
+"informacji statystycznych o dokumencie, w tym liczbę słów, wierszy, znaków, "
+"znaków niebędących spacjami i rozmiar pliku w bajtach."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Można także używać <em>Statystyk dokumentu</em> do wyświetlania informacji "
+"tylko o części dokumentu. Aby to zrobić, użyj kursora myszy do zaznaczenia "
+"części tekstu do sprawdzenia, a następnie wybierz <guiseq><gui>Narzędzia</"
+"gui><gui>Statystyki dokumentu</gui></guiseq>. <app>gedit</app> wyświetli "
+"informacje o całym dokumencie oraz tylko o zaznaczonej części tekstu."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Wykonywanie skryptów na bieżących plikach i działanie z innymi programami."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Narzędzia zewnętrzne"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Wtyczka <em>Narzędzia zewnętrzne</em> pomaga uprościć często wykonywane "
+"zadania. Konkretnie, rozszerza program <app>gedit</app> o wykonywanie "
+"skryptów na plikach roboczych i działanie z innymi programami na komputerze. "
+"Aby ją włączyć, wybierz <guiseq><gui style=\"menu\">gedit</gui> <gui style="
+"\"menuitem\">Preferencje</gui><gui>Wtyczki</gui> <gui>Narzędzia zewnętrzne</"
+"gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Konfiguracja wtyczki narzędzi zewnętrznych"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Po włączeniu wtyczki należy ją skonfigurować. Opcje konfiguracji są dostępne "
+"w <guiseq><gui>Narzędzia</gui><gui>Zarządzaj narzędziami zewnętrznymi</gui></"
+"guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Ta wtyczka jest przeznaczona dla zaawansowanych użytkowników, i wymaga "
+"wiedzy o skryptach, aby być przydatna. Używaj jej ostrożnie, jako że pomyłka "
+"w skrypcie może wpłynąć na dokumenty na nieprzewidziane sposoby."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Używanie panelu bocznego do przeglądania i otwierania plików."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Panel przeglądarki plików"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"W zależności od sposobu używania programu <app>gedit</app>, wtyczka "
+"<app>Panel przeglądarki plików</app> może okazać się przydatna. Osadza ona "
+"<app>przeglądarkę plików</app> w panelu bocznym, zapewniając łatwy dostęp do "
+"często używanych plików."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Można włączyć panel boczny wybierając <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Preferencje</gui> <gui>Wtyczki</gui><gui>Panel "
+"przeglądarki plików</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Wstawianie bieżącej daty/czasu w miejscu kursora."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Wstawianie daty/czasu"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Jak nazwa tej wtyczki sugeruje, <gui>Wstawianie daty/czasu</gui> umożliwia "
+"wstawianie daty lub czasu w miejscu kursora."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Aby włączyć wtyczkę:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Kliknij przycisk menu w górnym prawym rogu okna i wybierz <guiseq><gui style="
+"\"menuitem\">Preferencje</gui> <gui style=\"tab\">Wtyczki</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Zaznacz <gui style=\"menuitem\">Wstawianie daty/czasu</gui>, aby ją włączyć."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Aby jej użyć, kliknij przycisk menu w górnym prawym rogu okna i wybierz "
+"<guiseq><gui style=\"menuitem\">Narzędzia</gui> <gui style=\"menuitem"
+"\">Wstaw datę i czas…</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"Domyślnie wtyczka <gui>Wstawianie daty/czasu</gui> pyta o preferowany format "
+"daty/czasu podczas każdego użycia. Można jednak wybrać domyślny format daty "
+"i czasu klikając przycisk menu w górnym prawym rogu okna i wybierając "
+"<guiseq> <gui style=\"menuitem\">Preferencje</gui><gui style=\"tab"
+"\">Wtyczki</gui><gui> Wstawianie daty/czasu</gui><gui style=\"button"
+"\">Preferencje</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Jak instalować wtyczki innych autorów."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Dodatkowe wtyczki"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Zainstalowanie wtyczek innych autorów zapewnia dodatkowe funkcje, które nie "
+"są dostępne w domyślnych wtyczkach programu <app>gedit</app> ani "
+"w dodatkowych wtyczkach będących częścią pakietu <app>gedit-plugins</app>. "
+"W Internecie dostępna jest <link href=\"https://wiki.gnome.org/Apps/Gedit"
+"\">lista wtyczek innych autorów</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Instalacja wtyczki innego autora obejmuje pobieranie wtyczki, umieszczanie "
+"jej plików we właściwym katalogu i jej włączenie."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Zwykle można pobrać wtyczkę z jej strony, ale czasem trzeba użyć systemu "
+"kontroli wersji, takiego jak <app>git</app>, <app>Bazaar</app> lub "
+"<app>Subversion</app>, aby skopiować repozytorium wtyczki z Internetu. "
+"Dokumentacja wtyczki zawiera informacje o jej pobieraniu."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Umieść pliki wtyczki w katalogu <file>/home/<var>nazwa-użytkownika</var>/."
+"local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr "Zastąp <var>nazwa-użytkownika</var> swoją nazwą użytkownika."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Po umieszczeniu plików wtyczki we właściwym katalogu pojawi się ona w menu "
+"Preferencje. Kliknij przycisk menu w górnym prawym rogu okna i wybierz "
+"<guiseq><gui style=\"menuitem\"> Preferencje</gui><gui style=\"tab"
+"\">Wtyczki</gui><gui>[Nazwa wtyczki]</gui> </guiseq>, aby ją włączyć."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Kliknij przycisk <gui>Zamknij</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr "Po włączeniu wtyczki powinna ona być dostępna."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Katalog <file>.local</file> jest domyślnie ukryty. Aby wyświetlić go i inne "
+"ukryte pliki, wybierz <guiseq><gui>Widok</gui><gui>Ukryte pliki</gui></"
+"guiseq> lub naciśnij klawisze <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Jeśli katalogu <file>.local/share/gedit/plugins/</file> nie ma na "
+"komputerze, to należy go utworzyć."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Obsługa wierszy trybu z programów Emacs, Kate i Vim w programie gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Wiersze trybu"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Wtyczka <app>Wiersze trybu</app> umożliwia programowi <app>gedit</app> "
+"analizowanie wierszy tekstu na początku i końcu pliku, a następnie "
+"stosowanie zestawu preferencji dokumentu. Wtyczka <app>Wiersze trybu</app> "
+"obsługuje podzestaw opcji używanych przez edytory tekstu <app>Emacs</app>, "
+"<app>Kate</app> i <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Aby włączyć wtyczkę <app>Wiersze trybu</app>, wybierz <guiseq><gui style="
+"\"menu\">gedit</gui> <gui style=\"menuitem\">Preferencje</gui><gui>Wtyczki</"
+"gui><gui>Wiersze trybu</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Ogólne opcje wierszy trybu"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "Za pomocą wierszy trybu programu <app>gedit</app> można ustawiać:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Szerokość tabulacji"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Szerokość wcięć"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Wstawianie spacji zamiast tabulacji"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Zawijanie tekstu"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Szerokość prawego marginesu"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Preferencje ustawione za pomocą wierszy trybu mają pierwszeństwo przed tymi "
+"ustawionymi w oknie preferencji."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Wiersze trybu programu Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"W pierwszych dwóch wierszach dokumentu wyszukiwane są wiersze trybu programu "
+"<app>Emacs</app>, a program <app>gedit</app> obsługuje te opcje:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Szerokość tabulacji"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Wyrównanie wcięć"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Tryb tabulacji wcięć"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Automatyczne zawijanie tekstu"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"<link href=\"https://www.gnu.org/software/emacs/manual/emacs.html"
+"\">Podręcznik programu GNU Emacs</link> zawiera więcej informacji "
+"o wierszach trybu programu <app>Emacs</app>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Wiersze trybu programu Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"W pierwszych i ostatnich dziesięciu wierszach dokumentu wyszukiwane są "
+"wiersze trybu programu <app>Kate</app>, a program <app>gedit</app> obsługuje "
+"te opcje:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "Szerokość tabulacji"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "Szerokość wcięć"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "Wcięcia spacji"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "Zawijanie słów"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "Kolumna zawijania słów"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"<link href=\"https://kate-editor.org/\">Strona programu Kate</link> zawiera "
+"więcej informacji o wierszach trybu programu <app>Kate</app>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Wiersze trybu programu Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"W pierwszych i ostatnich trzech wierszach dokumentu wyszukiwane są wiersze "
+"trybu programu <app>Vim</app>, a program <app>gedit</app> obsługuje te opcje:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (rozszerzanie tabulacji)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (zatrzymywanie tabulacji)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (szerokość Shift)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "Zawijanie"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "Szerokość tekstu"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"<link href=\"https://www.vim.org/\">Strona programu Vim</link> zawiera "
+"więcej informacji o wierszach trybu programu <app>Vim</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Dodawanie interaktywnej konsoli języka Python do dolnego panelu."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Konsola języka Python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Można dodać konsolę języka Python do dolnego panelu, umożliwiając testowanie "
+"skryptów języka Python bez opuszczania programu <app>gedit</app>. Aby ją "
+"włączyć, wybierz <guiseq><gui style=\"menu\">gedit</gui> <gui style="
+"\"menuitem\">Preferencje</gui><gui>Wtyczki</gui> <gui>Konsola języka Python</"
+"gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Po włączeniu konsoli języka Python można ją otworzyć wybierając "
+"<guiseq><gui>Widok</gui><gui>Dolny panel</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Jeśli włączono także <gui>Osadzony terminal</gui>, to <gui>Konsola języka "
+"Python</gui> pojawi się jako oddzielna karta w dolnym panelu."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Szybkie otwieranie pliku lub zestawu plików."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Szybkie otwarcie"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Jak wskazuje jej nazwa, wtyczka <app>Szybkie otwarcie</app> pomaga szybciej "
+"otwierać pliki. Aby ją włączyć, wybierz <guiseq><gui style=\"menu\">gedit</"
+"gui> <gui>Preferencje</gui><gui>Wtyczki</gui><gui>Szybkie otwarcie</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Po włączeniu wtyczki <app>Szybkie otwarcie</app> można jej używać w ten "
+"sposób:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Otwórz okno <app>Szybkie otwarcie</app> naciskając klawisze "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq> lub wybierając "
+"<gui style=\"menuitem\">Szybko otwórz…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Pojawi się okno <gui>Szybkie otwarcie</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Użyj myszy, aby zaznaczyć plik lub pliki do otwarcia."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Aby zaznaczyć kilka plików, przytrzymaj klawisz <key>Ctrl</key> podczas ich "
+"klikania."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Aby zaznaczyć grupę plików, kliknij pierwszy plik, przytrzymaj klawisz "
+"<key>Shift</key>, a następnie kliknij ostatni plik na liście."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Szybkie otwarcie</app> wyszuka pliki w:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "Katalogu obecnie otwartego dokumentu"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"Głównym katalogu wtyczki <app xref=\"gedit-plugins-file-browser\">Panel "
+"przeglądarki plików</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Ostatnio używanych dokumentach wyświetlanych w katalogu <file>Ostatnio "
+"używane</file> w <app>Menedżerze plików</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Katalogach z zakładkami w <app>Menedżerze plików</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Katalogu <file>Pulpit</file>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "<file>Katalogu domowym</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Szybkie otwarcie</app> wyświetla wszystkie pliki w powyższych "
+"miejscach, bez względu czy zostały wcześniej otwarte."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr "Używanie wstawek, aby szybko wstawiać często używane części tekstu."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Wstawki"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Wstawki</app> dostarczają wygodny sposób na wstawianie często używanych "
+"części kodu do plików. Na przykład, wstawka HTML dla znacznika <code>&lt;"
+"img&gt;</code> wstawi otwierającą i zamykającą część znacznika, a także "
+"miejsca na wpisanie atrybutów obrazu. Ułatwia i przyspiesza to pisanie kodu."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Włączanie wtyczki wstawek"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Aby włączyć wtyczkę <gui>Wstawki</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferencje</gui> <gui style=\"tab\">Wtyczki</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr "Zaznacz <gui style=\"menuitem\">Wstawki</gui>, aby włączyć wtyczkę."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Przeglądanie wstawek"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Aby przeglądać dostępne wstawki:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">Narzędzia</gui> <gui style=\"menuitem"
+"\">Zarządzaj wstawkami</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Upewnij się, że ustawiona jest odpowiednia składnia. Pasek stanu na dole "
+"okna programu <app>gedit</app> wyświetla obecnie ustawioną składnię. To "
+"ustawienie umożliwia programowi gedit wstawianie właściwych wstawek. "
+"<app>gedit</app> powinien wykryć język lub składnię używanego pliku, ale "
+"czasami trzeba je ustawić ręcznie."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "W tym przykładzie język jest ustawiony na HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Przeglądanie wstawek dostępnych dla danego języka i składni."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Używanie wstawek"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Aby wstawić wstawkę do bieżącego dokumentu:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr "Wpisz nazwę wybranej wstawki w dowolnym miejscu bieżącego dokumentu."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Naciśnij klawisz <key>Tab</key>, aby wstawić wstawkę powiązaną z wpisanym "
+"terminem."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Przykładowa wstawka"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Na przykład, jeśli ustawiono składnię <em>HTML</em>, wpisz <code>head </"
+"code> i naciśnij klawisz <key>Tab</key>. Tekst zostanie automatycznie "
+"uzupełniony jako wstawka:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Tytuł strony&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Dodawanie wstawek"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Można dodać nowe wstawki działające globalnie (czyli niezależnie od języka) "
+"lub tylko w konkretnej składni."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Wybierz <guiseq style=\"menu\"><gui style=\"menuitem\">Narzędzia</gui> <gui "
+"style=\"menuitem\">Zarządzaj wstawkami</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Z panelu bocznego <gui>Zarządzanie wstawkami</gui> wybierz składnię "
+"i kliknij przycisk „+”, aby wyświetlić istniejące wstawki dla tej składni."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Aby dodać wstawkę działającą globalnie (czyli wtedy, kiedy nie ustawiono "
+"żadnej składni ani języka dla dokumentu), zaznacz opcję <gui>Globalna</gui> "
+"w panelu bocznym <gui>Zarządzanie wstawkami</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Aby dodać nową wstawkę, kliknij ikonę z plusem w panelu bocznym "
+"<gui>Zarządzanie wstawkami</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr "Wpisz nazwę nowej wstawki. Nazwa może być inna niż sama wstawka."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"W sekcji <gui style=\"group\">Aktywacja</gui> należy wpisać termin w polu "
+"tekstowym <gui style=\"input\">Wyzwalacz Tab:</gui>. Ten termin będzie "
+"używany do wstawiania wstawki."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Aby wstawić wstawkę za pomocą skrótu klawiszowego, to kliknij pole tekstowe "
+"<gui style=\"input\">Klawisz skrótu:</gui> i naciśnij wybraną kombinację "
+"klawiszy. Po ich wciśnięciu i zwolnieniu zostanie ustawiony skrót klawiszowy."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"W polu tekstowym <gui style=\"input\">Edycja:</gui> wpisz wybrany tekst "
+"wstawki. Można użyć <code>${n}</code>, aby wskazywać zmienne, gdzie <em>n</"
+"em> jest zastępowane liczbą reprezentującą numeryczną kolejność dołączonych "
+"zmiennych."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Przykład nowej wstawki"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Załóżmy, że utworzono wstawkę z terminem <var>powitanie</var> w polu <gui "
+"style=\"input\">Wyzwalacz Tab:</gui>. Pole tekstowe <gui style=\"input"
+"\">Edycja:</gui> zawiera:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;powitanie&gt;Witaj, ${1:wspaniały}${2:piękny} świecie!\n"
+" &lt;/powitanie&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Można wstawić tę wstawkę wpisując <var>powitanie</var> w dokumencie "
+"i naciskając klawisz <key>Tab</key>. Zostanie wstawiony ten tekst:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;powitanie&gt;Witaj, wspaniałypiękny świecie!&lt;/powitanie&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Słowa „wspaniały” i „piękny” mogą zostać zachowane lub usunięte w zależności "
+"od potrzeb. Naciśnij klawisz <key>Tab</key>, aby wybrać między „wspaniały” "
+"a „piękny”, a następnie naciśnij klawisz <key>Del</key>, aby usunąć "
+"niepotrzebne słowo."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Sortowanie wierszy tekstu w kolejności alfabetycznej."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Sortowanie"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Wtyczka <app>Sortowanie</app> układa zaznaczone wiersze tekstu w kolejności "
+"alfabetycznej."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Włączanie wtyczki sortowania"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Aby włączyć wtyczkę <app>Sortowanie</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr "Zaznacz <gui style=\"menuitem\">Sortowanie</gui>, aby ją włączyć."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Używanie wtyczki sortowania"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Aby użyć wtyczki <gui>Sortowanie</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Zaznacz wybrane wiersze tekstu."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">Narzędzia</gui> <gui style=\"menuitem"
+"\">Posortuj…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Zostanie otwarte okno <gui>Sortowanie</gui>, umożliwiające wybór między "
+"kilkoma opcjami:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Odwrotna kolejność</gui> ułoży tekst w odwrotnej kolejności "
+"alfabetycznej."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr "<gui>Usunięcie duplikatów</gui> usunie podwójne wartości z listy."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"<gui>Bez rozróżniania małych i wielkich liter</gui> spowoduje ignorowanie "
+"wielkości znaków."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Aby sortowanie ignorowało znaki na początku wierszy, ustaw pierwszy znak, od "
+"którego zacząć sortowanie w polu <gui>Rozpoczęcie od kolumny</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Aby posortować, kliknij przycisk <gui>Posortuj</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Ustawianie drukowania stron w podanej kolejności."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Drukowanie stron we właściwej kolejności"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Odwracanie"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Drukarki zwykle drukują najpierw pierwszą stronę, a na końcu ostatnią "
+"stronę, więc strony są w odwrotnej kolejności. Aby odwrócić kolejność:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">Plik</gui> <gui style=\"menuitem"
+"\">Wydrukuj</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"W karcie <gui style=\"tab\">Ogólne</gui> okna wydruku w sekcji <gui style="
+"\"group\">Kopie</gui> zaznacz opcję <gui style=\"checkbox\">Odwrotnie</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Ostatnia strona zostanie wydrukowana najpierw, i tak dalej."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Segregowanie"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Jeśli drukowana jest więcej niż jedna kopia dokumentu, to domyślnie kartki "
+"będą grupowane według numerów stron (tzn. najpierw kopie pierwszej strony, "
+"potem kopie drugiej strony itd.). Segregowanie spowoduje drukowanie każdej "
+"kopii z jej stronami w jednej grupie."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Aby posegregować:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Kliknij <guiseq><gui style=\"menu\">Plik</gui> <gui style=\"menuitem"
+"\">Wydrukuj</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"W karcie <gui style=\"tab\">Ogólne</gui> okna wydruku w sekcji <gui style="
+"\"group\">Kopie</gui> zaznacz opcję <gui style=\"checkbox\">Posegregowane</"
+"gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Drukowanie plików tworzonych w programie gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Drukowanie dokumentów"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Drukowanie w programie <app>gedit</app> wymaga podłączenia i skonfigurowania "
+"drukarki. <link href=\"help:gnome-help/printing\">Pomoc GNOME na temat "
+"drukowania</link> zawiera informacje, jak to zrobić."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> umożliwia drukowanie do pliku i na papierze."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Podgląd wydruku"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Przed wydrukowaniem dokumentu można wyświetlić podgląd tego, jak będzie on "
+"wyglądał. Aby to zrobić:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">Plik</gui> <gui style=\"menuitem"
+"\">Podgląd wydruku</gui></guiseq>. Można także nacisnąć klawisze "
+"<keyseq><key>Shift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Podgląd dokumentu zostanie otwarty w tej samej karcie, co plik. Można "
+"przeglądać go za pomocą przycisków nawigacji i narzędzi na pasku "
+"narzędziowym na górze karty. Aby zamknąć podgląd i wrócić do dokumentu, "
+"kliknij przycisk <gui style=\"button\">Zamknij podgląd</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Drukowanie na papierze"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Można drukować dokumentu na papierze za pomocą lokalnej lub zdalnej "
+"drukarki. Aby wydrukować plik:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">Plik</gui> <gui style=\"menuitem"
+"\">Wydrukuj</gui> <gui style=\"tab\">Ogólne</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Wybierz drukarkę z listy dostępnych."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Po sprawdzeniu podglądu za pomocą opcji <gui style=\"button\">Podgląd "
+"wydruku</gui> i ustawieniu odpowiednich opcji, kliknij przycisk <gui style="
+"\"button\">Wydrukuj</gui>, aby wysłać plik do drukarki."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Dodatkowo, na karcie <gui style=\"tab\">Ustawienia strony</gui> można wybrać "
+"opcje <gui style=\"group\">Układu</gui> i <gui style=\"group\">Papieru</"
+"gui>. Strona <link href=\"help:gnome-help/printing#paper\">Opcje układu "
+"i papieru</link> zawiera więcej informacji na temat tych ustawień, jako że "
+"są one dostępne w każdym programie środowiska <app>GNOME</app>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Drukowanie wielu kopii i tylko wybranych stron"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Można ustawić opcje <gui style=\"group\">Zakres</gui> i <gui style=\"group"
+"\">Kopie</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Drukowanie do pliku"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Za pomocą programu <app>gedit</app> można także drukować do pliku. Aby "
+"wydrukować dokument do pliku o innym formacie:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">Plik</gui> <gui style=\"menuitem"
+"\">Wydrukuj</gui> <gui style=\"menuitem\">Wydruk do pliku</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "Można drukować do tych formatów:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "PDF (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "SVG (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Aby wydrukować dokument do pliku, kliknij przycisk <gui style=\"button"
+"\">Wydrukuj</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Wybór stron do wydrukowania."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Drukowanie tylko podanych stron"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Można wydrukować tylko podane strony dokumentu. Na przykład wpisanie numerów "
+"stron „1,3,5-7,9” spowoduje wydrukowanie tylko 1., 3., 5., 6., 7. i 9. "
+"strony. Aby to zrobić:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">Plik</gui> <gui style=\"menuitem"
+"\">Wydrukuj…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"W karcie <gui style=\"tab\">Ogólne</gui> w oknie wydruku wybierz <gui style="
+"\"radiobutton\">Strony</gui> w sekcji <gui style=\"group\">Zakres</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Wpisz numery stron do wydrukowania, oddzielone przecinkami. Użyj myślnika, "
+"aby podać zakres stron."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Krótkie wprowadzenie do programu gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Pierwsze kroki"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> to w pełni funkcjonalny edytor tekstu dla środowiska GNOME. "
+"Można go używać do pisania prostych notatek i dokumentów, jak i korzystać "
+"z jego zaawansowanych funkcji do pisania kodu."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Po uruchomieniu programu <app>gedit</app> można od razu zacząć pisać. Aby "
+"zapisać tekst, kliknij przycisk <gui>Zapisz</gui> na pasku nagłówka."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"<link xref=\"index\">Pozostałe części</link> pomocy programu <app>gedit</"
+"app> zawierają więcej informacji o jego funkcjach."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Zastępowanie części tekstu w pliku."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Zastępowanie tekstu"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Redakcja tekstu może zajmować dużo czasu. Aby go oszczędzić, <app>gedit</"
+"app> zawiera funkcję <app>Zastąp</app>, pomagającą wyszukiwać i zastępować "
+"części tekstu."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Zastępowanie tekstu w programie <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Otwórz narzędzie <gui>Zastąp</gui> klikając <guiseq><gui style=\"button"
+"\">przycisk menu</gui><gui style=\"menuitem\">Znajdź i zastąp…</gui></"
+"guiseq> lub naciśnij klawisze <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "Wpisz tekst do zastąpienia w polu <gui>Wyszukiwanie</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr ""
+"Wpisz nowy tekst, którym zastąpić poprzedni w polu <gui>Zamiana na</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Po wpisaniu oryginalnego i nowego tekstu można ustawić dodatkowe parametry "
+"wyszukiwania. Można także wybrać, co zastąpić:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Aby zastąpić <em>tylko</em> następny wynik, kliknij przycisk <gui>Zmień</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Aby zastąpić <em>wszystkie wystąpienia</em> wyszukiwanego tekstu, kliknij "
+"przycisk <gui>Zmień wszystko</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Zachowaj ostrożność podczas używania funkcji <gui>Zastąp wszystko</gui>. "
+"Działa ona na całym pliku tekstowym, i nie umożliwia zaznaczania części "
+"tekstu, na której zastąpić."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Więcej opcji"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Można także ustawić dodatkowe parametry wyszukiwania:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Rozróżnianie małych i wielkich liter"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Opcja <em>Rozróżnianie małych i wielkich liter</em> umożliwia określenie, "
+"czy wyszukiwanie ma rozróżniać wielkość liter."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Tylko całe wyrazy"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Użyj tej opcji, aby wyszukiwać konkretnego słowa bez wyszukiwania fragmentów "
+"innych słów. Na przykład, wyszukiwanie „raz” z tą opcją spowoduje wyszukanie "
+"słów „raz”, ale nie o<em>raz</em> czy <em>raz</em>owy."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Wyszukiwanie wstecz"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Ta opcja powoduje identyczne zachowanie, jak polecenie „Znajdź poprzednie”. "
+"Zaznacz ją, aby wyszukiwać od końca do początku pliku."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Automatyczny powrót do początku"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Włączenie opcji <app>Automatyczny powrót do początku</app> powoduje, że "
+"<app>gedit</app> po osiągnięciu końca pliku zaczyna wyszukiwanie na "
+"początku. Zapewnia to, że wyszukanie/zastąpienie działa na całym pliku."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Używanie sekwencji sterujących"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Można używać <em>sekwencji sterujących</em>, aby wyszukiwać nowe wiersze, "
+"powroty karetki i tabulacje."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Nowy wiersz"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Powrót karetki"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tabulacja"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Aby wyszukać znak <output>\\</output> (ukośnik wsteczny) lub jedną "
+"z sekwencji sterujących w tekście, należy podwoić ukośnik. Na przykład, aby "
+"wyszukać znak <input>\\</input>, należy wpisać <input>\\\\</input> w polu "
+"wyszukiwania lub zastępowania. W ten sam sposób można wyszukiwać sekwencje "
+"sterujące: aby wyszukać lub zastąpić <input>\\n</input>, wpisz <input>\\\\n</"
+"input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Zapisywanie pliku na później."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Zapisywanie pliku"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Aby zapisać plik w programie <app>gedit</app>, kliknij przycisk <gui style="
+"\"button\">Zapisz</gui> po prawej stronie paska nagłówka lub naciśnij "
+"klawisze <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Jeśli zapisywany jest nowy plik, zostanie otwarte okno, w którym można "
+"wybrać jego nazwę, a także katalog, w którym go zapisać."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Wyszukiwanie części tekstu w pliku."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Wyszukiwanie tekstu"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Narzędzie wyszukiwania pomaga wyszukiwać konkretne sekwencje tekstu w pliku."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Wyszukiwanie tekstu"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Otwórz <gui>okno wyszukiwania</gui> klikając <guiseq><gui style=\"menu"
+"\">przycisk menu</gui> <gui style=\"menuitem\">Znajdź…</gui> </guiseq> lub "
+"naciskając klawisze <keyseq><key>Ctrl</key><key>F</key></keyseq>. Przeniesie "
+"to kursor na początek <gui>okna wyszukiwania</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Wpisz tekst do wyszukania w <gui>oknie wyszukiwania</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"W trakcie pisania <app>gedit</app> zacznie wyróżniać pasujące części tekstu."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr "Aby przewijać przez wyniki wyszukiwania:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Kliknij strzałki <gui style=\"button\">w górę</gui> lub <gui style=\"button"
+"\">w dół</gui> obok <gui>okna wyszukiwania</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Naciśnij klawisze <key>Strzałka w górę</key> lub <key>Strzałka w dół</key> "
+"na klawiaturze."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Naciśnij klawisze <keyseq><key>Ctrl</key><key>G</key></keyseq> lub "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Aby zamknąć <gui>okna wyszukiwania</gui>, naciśnij klawisz <key>Esc</key> "
+"lub <key>Enter</key>. Naciśnięcie klawisza <key>Esc</key> spowoduje powrót "
+"kursora do miejsca, w którym był przed wyszukiwaniem. Naciśnięcie klawisza "
+"<key>Enter</key> spowoduje powrót kursora do bieżącego miejsca w wynikach "
+"wyszukiwania."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Wskazówki wyszukiwania"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Zaznaczenie części tekstu za pomocą myszy, a następnie naciśnięcie klawiszy "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq> spowoduje umieszczenie "
+"zaznaczonego tekstu w oknie wyszukiwania."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Kliknięcie ikony <gui style=\"button\">lupy</gui> w oknie wyszukiwania lub "
+"kliknięcie tego okna prawym przyciskiem wyświetli więcej opcji. Można "
+"skorzystać z tych opcji:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"<gui>Rozróżnianie małych i wielkich liter</gui> spowoduje rozróżnianie "
+"wielkości liter."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"<gui>Tylko całe wyrazy</gui> spowoduje wyszukiwanie tylko pełnych słów."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"<gui>Automatyczny powrót do początku</gui> spowoduje wyszukiwanie tekstu od "
+"początku do końca dokumentu i z powrotem."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Wyszukany tekst będzie wyróżniony nawet po ukończeniu wyszukiwania. Aby "
+"wyłączyć to wyróżnienie, kliknij <gui style=\"menuitem\">Wyłącz wyróżnianie</"
+"gui> lub naciśnij klawisze <keyseq><key>Ctrl</key><key>Shift</key><key>K</"
+"key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Wyszukiwanie błędów pisowni w plikach."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Sprawdzanie pisowni dokumentu"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Włączanie sprawdzania pisowni"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Funkcja sprawdzania pisowni w programie <app>gedit</app> jest dostarczana "
+"jako wtyczka, którą można włączać w razie potrzeby. Aby ją włączyć:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Zaznacz <gui style=\"menuitem\">Sprawdzanie pisowni</gui>, aby ją włączyć."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Aby wyszukać błędy pisowni w dokumencie:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Wybierz <guiseq><gui style=\"menu\">Narzędzia</gui> <gui style=\"menuitem"
+"\">Sprawdź pisownię</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Aby <app>gedit</app> automatycznie wyróżniał błędy pisowni w dokumencie "
+"w trakcie pisania, wybierz <guiseq><gui style=\"menu\">Narzędzia</gui><gui "
+"style=\"menuitem\">Wyróżnianie błędów pisowni</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Używanie sprawdzania pisowni"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Za pomocą okna sprawdzania pisowni można wybrać właściwy zamiennik słowa "
+"z błędem. Pogrubione słowo z błędem jest wyświetlane obok napisu "
+"<gui>Błędnie napisane słowo:</gui>. Można wybrać jedno z tych działań, aby "
+"je poprawić:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Zmiana na:</gui> umożliwia wpisanie słowa i użycie "
+"przycisku <gui style=\"button\">Sprawdź słowo</gui>, aby sprawdzić jego "
+"poprawność."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Podpowiedzi:</gui> wyświetla listę dostępnych "
+"zamienników słowa."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"Przycisk <gui style=\"button\">Zignoruj</gui> umożliwia pominięcie "
+"sprawdzania pisowni dla <em>jednego</em> wystąpienia bieżącego słowa."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"Przycisk <gui style=\"button\">Zignoruj wszystkie</gui> umożliwia pominięcie "
+"sprawdzania pisowni dla <em>wszystkich</em> wystąpień bieżącego słowa."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"Przycisk <gui style=\"button\">Zmień</gui> zastępuje słowo z błędem lub "
+"nierozpoznane słowo zamiennikiem wybranym z listy <gui style=\"menuitem"
+"\">Podpowiedzi:</gui>"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"Przycisk <gui style=\"button\">Zmień wszystkie</gui> zastępuje "
+"<em>wszystkie</em> słowa z błędami lub nierozpoznane słowa zamiennikiem "
+"wybranym z listy <gui style=\"menuitem\">Podpowiedzi:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"Przycisk <gui style=\"button\">Dodaj słowo</gui> umożliwia dodanie bieżącego "
+"słowa do <gui>słownika użytkownika</gui> programu <app>gedit</app>. Dodanie "
+"własnego słowa do <gui>słownika użytkownika</gui> umożliwia programowi "
+"<app>gedit</app> rozpoznawanie go w dokumentach, dzięki czemu nie będzie "
+"wyróżniane jako słowo z błędem."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Określanie języka dla sprawdzania pisowni"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Domyślnie <app>gedit</app> używa obecnego języka systemu, aby sprawdzać "
+"pisownię dokumentu. Jeśli potrzeba użyć innego języka, wybierz <guiseq><gui "
+"style=\"menu\">Narzędzia</gui><gui style=\"menuitem\">Ustaw język…</gui></"
+"guiseq>, a następnie wybierz język do użycia."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Słowniki"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> używa małego narzędzia systemowego <link href=\"https://www."
+"abisource.com/projects/enchant/\">Enchant</link> do sprawdzania pisowni. "
+"Enchant może używać kilku różnych słowników. Dwa z nich to biblioteki "
+"<em>Hunspell</em> i <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Jeśli dany język jest niedostępny w programie <app>gedit</app>, to użyj "
+"instalatora oprogramowania systemu lub menedżera pakietów do zainstalowania "
+"odpowiedniej biblioteki."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Wyróżnianie elementów tekstu, aby łatwiej go czytać."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Włączanie wyróżniania elementów składni"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Wyróżnianie elementów składni"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> zapewnia wyróżnianie elementów składni dla wielu języków "
+"znaczników, programowania i naukowych. Jeśli <app>gedit</app> wykrył używaną "
+"składnię podczas otwierania pliku, to wyróżnianie zostanie automatycznie "
+"włączone."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Jeśli po otwarciu dokumentu elementy składni nie są wyróżnione, to można "
+"wybrać odpowiednią składnię lub język klikając <guiseq><gui style=\"menu"
+"\">Widok</gui> <gui style=\"menuitem\">Tryb wyróżniania elementów składni</"
+"gui></guiseq>, a następnie wybierając odpowiednią składnię. Można także "
+"wybrać nazwę składni z listy na dole okna programu <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Grupowanie podobnych kart."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Organizowanie plików w grupach kart"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Podczas pracy z wieloma kartami w programie <app>gedit</app> można je "
+"grupować, aby ułatwić organizację otwartych plików. Dodanie nowej grupy kart "
+"podzieli okno programu <app>gedit</app> na dwa panele, otworzy nowy "
+"„Dokument bez tytułu” i go aktywuje. Można otwierać pliki w tej grupie kart "
+"i przenosić karty z jednej grupy do drugiej."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Otwieranie nowej grupy kart w oknie programu gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Aby otworzyć nową grupę kart:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Kliknij kartę prawym przyciskiem i wybierz <gui>Przenieś do nowej grupy "
+"kart</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Użyj skrótu <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Podzieli to okno programu <app>gedit</app> na dwa panele. Panel z nową grupą "
+"kart zostanie umieszczony na prawo od aktywnej karty. Można przesuwać uchwyt "
+"w prawo lub w lewo, aby przydzielić więcej lub mniej miejsca w oknie "
+"programu <app>gedit</app> danemu panelowi."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Można otworzyć tyle grup kart w programie <app>gedit</app>, na ile pozwala "
+"rozmiar ekranu, ale wtedy może być konieczne używanie uchwytu."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr "Aby zamknąć panel grupy, zamknij wszystkie otwarte w nim karty."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Przeniesienie karty do innej grupy"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Aby przenieść kartę z jednej grupy do drugiej:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Kliknij kartę i przytrzymaj przycisk myszy."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Przeciągnij kartę do innego panelu grupy."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Umieść ją obok pozostałych kart w grupie."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Zwolnij przycisk myszy."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Zmiana położenia karty w oknie programu gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Przenoszenie i zmienianie kolejności kart"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Można przenosić karty w programie <app>gedit</app>, ułatwiając pracę na "
+"plikach. Można zmieniać kolejność kart w tym samym oknie, przenosić je poza "
+"okno programu (tworząc nowe okno) i przenosić z jednego okna do drugiego."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Zmiana kolejności kart w oknie programu gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Aby zmienić kolejność kart w oknie:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Przenieś kartę do wybranego miejsca między pozostałymi kartami."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Karta zostanie umieszczona w miejscu najbliższym do miejsca zwolnienia "
+"karty, zaraz obok pozostałych otwartych kart."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Przenoszenie karty, tworząc nowe okno"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Aby utworzyć nowe okno z istniejącej karty:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Przeciągnij kartę z okna programu <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Aby przenieść kartę do nowego okna, kiedy program <app>gedit</app> jest "
+"zmaksymalizowany, przeciągnij ją do górnego paska na górze ekranu."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Przenoszenie karty do innego okna programu"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Aby przenieść kartę z jednego okna do drugiego:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Przeciągnij kartę do nowego okna."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Umieść ją obok pozostałych kart w nowym oknie."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Można łatwiej przenosić karty z jednego okna do drugiego przeciągając je do "
+"rogu <gui>Podgląd</gui> <gui>Powłoki GNOME</gui>. Wyświetli to wszystkie "
+"otwarte okna programu <app>gedit</app> windows. Można wtedy zwolnić kartę na "
+"wybranym oknie."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Tworzenie i zamykanie kart w oknie programu gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Dodawanie i usuwanie kart"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Używanie kart w programie <app>gedit</app> umożliwia korzystanie z kilku "
+"plików w jednym oknie."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Dodawanie kart"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Aby dodać nową kartę z nowym plikiem, kliknij przycisk <gui>Utwórz nowy "
+"dokument</gui> po lewej stronie paska nagłówka lub naciśnij klawisze "
+"<keyseq><key>Ctrl</key> <key>T</key></keyseq>. Karta zostanie dodana na "
+"prawo od pozostałych kart."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Usuwanie kart"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Aby usunąć kartę, kliknij przycisk <gui style=\"button\">×</gui> po prawej "
+"stronie karty lub naciśnij klawisze <keyseq><key>Ctrl</key><key>W</key></"
+"keyseq>. Aby usunąć wszystkie otwarte karty, naciśnij klawisze "
+"<keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Przywracanie ostatniej zmiany jednego z plików."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Cofanie/ponawianie ostatniego działania"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Jeśli podczas pisania popełniono błąd, to można cofnąć tę zmianę naciskając "
+"klawisze <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Nie można cofnąć zmiany po zamknięciu pliku w programie <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Aby ponowić cofniętą zmianę, naciśnij klawisze <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Edytor tekstu gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Edytor tekstu gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Główna strona podręcznika programu gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Edytor tekstu gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Witamy w pomocy programu <app>gedit</app>. Strona <link xref=\"gedit-"
+"quickstart\">Pierwsze kroki</link> zawiera krótkie wprowadzenie do "
+"podstawowych funkcji programu."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Pozostałe tematy pomocy znajdują się w sekcjach poniżej. Dziękujemy za wybór "
+"programu <app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Praca na plikach"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Konfiguracja"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Wtyczki"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Drukowanie"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Attribution-ShareAlike 3.0 Unported"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Na warunkach licencji <_:link-1/>."
diff --git a/help/pt_BR/figures/gedit-html-snippet.png b/help/pt_BR/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..eca630c
--- /dev/null
+++ b/help/pt_BR/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/pt_BR/figures/gedit3-screenshot.png b/help/pt_BR/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..54cc417
--- /dev/null
+++ b/help/pt_BR/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/pt_BR/pt_BR.po b/help/pt_BR/pt_BR.po
new file mode 100644
index 0000000..0bab424
--- /dev/null
+++ b/help/pt_BR/pt_BR.po
@@ -0,0 +1,4394 @@
+# Brazilian Portuguese translation of gedit documentation.
+# Copyright (C) 2020 gedit's COPYRIGHT HOLDERS
+# This file is distributed under the same license as the gedit package.
+# Wagner Luís de A. M. Macêdo <wagnerluis1982@gmail.com>, 2007.
+# Pedro Vaz de Mello de Medeiros <pedrovmm@gmail.com>, 2007.
+# Leonardo Ferreira Fontenelle <leonardof@gnome.org>, 2007, 2008.
+# Vladimir Melo <vmelo@gnome.org>, 2008.
+# Fabricio Godoy <skarllot@gmail.com>, 2008.
+# Krix Apolinário <krixapolinario@gmail.com>, 2009.
+# Rodrigo L. M. Flores <mail@rodrigoflores.org>, 2009.
+# Jose Carlos Menezes <jcmenezes.91@gmail.com>, 2013.
+# Felipe Braga <fbobraga@gmail.com>, 2015.
+# Fábio Nogueira <fnogueira@gnome.org>, 2020.
+# Rafael Fontenelle <rafaelff@gnome.org>, 2013-2020.
+# Bruno Lopes <brunolopesdsilv@gmail.com>, 2021.
+# Enrico Nicoletto <hiko@duck.com>, 2013, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit-help\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-08-22 11:34+0000\n"
+"PO-Revision-Date: 2022-09-10 09:52-0300\n"
+"Last-Translator: Enrico Nicoletto <hiko@duck.com>\n"
+"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Poedit 3.0.1\n"
+"X-Project-Style: gnome\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Wagner Luís de Araújo Menezes Macêdo <wagnerluis1982@gmail.com>, 2007\n"
+"Pedro Vaz de Mello de Medeiros <pedrovmm@gmail.com>, 2007\n"
+"Leonardo Ferreira Fontenelle <leonardof@gnome.org>, 2007, 2008\n"
+"Vladimir Melo <vmelo@gnome.org>, 2008\n"
+"Fabricio Godoy <skarllot@gmail.com>, 2008\n"
+"Krix Apolinário <krixapolinario@gmail.com>, 2009\n"
+"José Carlos Menezes <jcmenezes.91@gmail.com>, 2013\n"
+"Enrico Nicoletto <hiko@duck.com>, 2013, 2014, 2022\n"
+"Rafael Fontenelle <rafaelff@gnome.org>, 2013-2020\n"
+"Bruno Lopes <brunolopesdsilv@gmail.com>, 2021."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Altere as cores de texto e de plano de fundo no gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:11
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Alterando o esquema de cor"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"O <app>gedit</app> inclui diversos esquemas de cor, permitindo que você mude "
+"a aparência da janela de texto principal."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Para alterar o esquema de cor:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39 C/gedit-change-default-font.page:29
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Pressione o botão de menu no canto superior direito da janela e selecione "
+"<guiseq><gui style=\"menuitem\">Preferências</gui> <gui>Fontes &amp; cores</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Escolha seu esquema de cores desejado."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "O novo esquema de cores será aplicado imediatamente."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Usando um esquema de cores personalizado"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Você pode usar esquemas de cores criado por outros ou criar e usar o seus "
+"próprios esquemas de cores."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Instruções sobre como instalar os esquemas de cores personalizadas, e "
+"exemplos de esquemas de cores que você pode baixar e usar, estão disponíveis "
+"no <link href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes"
+"\">wiki do gedit</link> (inglês)."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Use uma fonte personalizada para seu texto no gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:13
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:20
+msgid "Change the default font"
+msgstr "Alterando a fonte padrão"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:22
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"O <app>gedit</app> usará a fonte largura fixa do sistema por padrão, mas "
+"você pode mudar a fonte padrão do <app>gedit</app> para que se adéque às "
+"suas preferências."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:27
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Para alterar a fonte padrão no <app>gedit</app>:"
+
+# Mensagens de etapas de procedimento geralmente têm ponto ".", motivo pelo qual acrescentei intencionalmente o ponto
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr ""
+"Desmarque a caixa próxima à frase \"Usar a fonte de largura fixa do sistema"
+"\"."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:34
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Clique no nome da fonte atual. <app>gedit</app> vai abrir uma janela de "
+"seleção de fontes, permitindo que você veja as fontes disponíveis e escolha "
+"aquela que você preferir."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Escolha sua fonte desejada e use o <gui>controle deslizante</gui> para "
+"definir o tamanho da fonte padrão."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:39
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr "Clique <gui>Selecionar</gui> e então feche a janela."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Saia do arquivo que você está usando."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Fechando um arquivo"
+
+# Pelo "Ctrl + S" entendi que não trata-se de um kill do programa mas simplesmente o fechamento (salvamento) do arquivo.
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Para concluir um arquivo no <app>gedit</app>, clique no botão <gui style="
+"\"button\">×</gui> no lado direito da barra do arquivo ou apenas pressione "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Qualquer uma destas ações irá fechar um arquivo no <app>gedit</app>. Se o "
+"seu arquivo contém alterações que não foram salvas, o <app>gedit</app> "
+"solicitará que você salve as alterações antes de fechar o arquivo."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Abra um novo arquivo para edição."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Criando um novo arquivo"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"A forma mais fácil de criar um novo arquivo no <app>gedit</app> é clicar no "
+"botão <gui>Cria um novo documento</gui> no lado esquerdo da barra de título "
+"ou pressionar <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Qualquer uma destas ações irá criar um novo arquivo no <app>gedit</app> "
+"janela. Se você tiver outros arquivos abertos no <app>gedit</app>, o novo "
+"arquivo que você criar vai aparecer como uma nova guia à direita desses "
+"arquivos."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Use privilégios administrativos para editar um arquivo."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Editando um arquivo como usuário root"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Edição de arquivos como o usuário root é potencialmente perigoso e pode "
+"quebrar o sistema de forma catastrófica. Tome muito cuidado ao editar "
+"arquivos como este usuário."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Para editar arquivos como usuário root, inicie o <app>gedit</app> a partir "
+"do terminal, digitando:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Usando o comando <cmd>sudo</cmd>, você precisará digitar com sucesso a sua "
+"senha antes do <app>gedit</app> abrir."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Como uma alternativa ao comando <cmd>sudo</cmd>, você obter privilégios "
+"administrativos, digitando:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Você então iniciaria o <app>gedit</app> usando o comando <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Assim que você tenha aberto o <app>gedit</app> com privilégios "
+"administrativos, o <app>gedit</app> irá manter estes privilégios até que "
+"você feche-a."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Aprenda o básico sobre como trabalhar com arquivos no gedit."
+
+# A tradução literal "Básicos de arquivos" não ficou legal...
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Operações básicas: abrir, fechar e salvar arquivos"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Se você é novo no <app>gedit</app>, esses tópicos irão ajudar você ao criar, "
+"salvar, abrir e fechar arquivos."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Configure o gedit para usar a tela inteira."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Usando o modo tela cheia"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Quando se está trabalhando com um documento grande, pode lhe ser útil "
+"trabalhar no modo de tela cheia do <app>gedit</app>. Usando o modo de tela "
+"cheia, oculta-se a <gui>barra de menu</gui>, <gui>barra de abas</gui> e a "
+"<gui>barra de ferramentas</gui>, mostrando mais do seu texto e permitindo-"
+"lhe ter mais foco em suas tarefas."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Ativando o modo de tela cheia"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Para ativar o modo de tela cheia, pressione<key>F11</key>. As barras de "
+"menu, título e abas do <app>gedit</app> serão ocultadas e será apenas "
+"apresentado a você o texto de seu arquivo atual."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Se você precisa executar uma ação no menu do <app>gedit</app> ao trabalhar "
+"no modo de tela cheia, mova o ponteiro do mouse para o topo da tela. A barra "
+"de menu do <app>gedit</app> voltará a aparecer, e você pode selecionar a "
+"ação desejada."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Para alternar entre as abas abertas, enquanto em modo de tela cheia, "
+"pressione <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> ou "
+"<keyseq><key> Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Desativando o modo de tela cheia"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Para desabilitar o modo tela cheia e voltar para a janela padrão do "
+"<app>gedit</app>, pressione <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Você também pode mover o cursor do seu mouse para o topo da tela e esperar "
+"aparecer a <gui>barra de menu</gui>. Quando a <gui>barra de menu</gui> "
+"aparecer, selecione o botão <gui>Sair de tela cheia</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Use o painel lateral do gedit como um navegador de arquivos."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Vendo e abrindo arquivos do painel lateral"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"A maneira mais comum para alternar entre arquivos no <app>gedit</app> é "
+"usando as abas no topo da janela no <app>gedit</app>. Em alguns casos, "
+"entretanto, especialmente quando você está trabalhando com um número grande "
+"de arquivos abertos, você pode achar mais fácil usar o <app>painel lateral</"
+"app>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Para ativar o painel lateral, selecione <guiseq><gui>Ver</gui> <gui>Painel "
+"lateral</gui></guiseq>, ou apenas pressione a tecla <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Você pode alternar o painel lateral entre aberto ou fechado pressionando "
+"<key>F9</key> a qualquer momento."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Abrindo arquivos do painel lateral"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Para abrir arquivos do painel lateral, primeiro abra o painel lateral "
+"selecionando <guiseq><gui>Ver</gui> <gui>Painel lateral</gui></guiseq> (ou "
+"pressione <key>F9</key>) e então escolha o <gui>Navegador de arquivos</gui> "
+"a partir da lista suspensa no topo do painel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Isso irá ativar o modo <em>Navegador de arquivos</em> do painel lateral. "
+"Você pode usar os botões de navegação no topo do painel para localizar e "
+"abrir seus arquivos desejados."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Usando o painel lateral para alternar entre arquivos abertos"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Quando que você tiver vários arquivos abertos, você pode usar o painel "
+"lateral para alternar entre os arquivos abertos. Para listar arquivos "
+"abertos, escolha <gui>Documentos</gui> a partir da lista suspensa no topo do "
+"painel."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Clicar em algum nome de arquivo no painel lateral abrirá este arquivo para "
+"edição."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Abra arquivos para começar a trabalhar neles."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Abrindo um arquivo ou um conjunto de arquivos"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Para abrir um arquivo no <app>gedit</app>, clique no botão <gui>Abrir</gui> "
+"ou pressione <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Isso fará com que a janela <gui>Abrir</gui> apareça. Use seu mouse ou "
+"teclado para selecionar o arquivo que deseja abrir, e então clique em "
+"<gui>Abrir</gui>. O arquivo que você selecionou será aberto em uma nova aba."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Para fechar a janela <gui>Abrir</gui> sem abrir um arquivo, clique "
+"<gui>Cancelar</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Você pode usar as teclas <key>Ctrl</key> e <key>Shift</key> para abrir mais "
+"de um arquivo de uma vez. Se você mantiver pressionada a tecla <key>Ctrl</"
+"key> enquanto seleciona múltiplos arquivos, ao clicar em <gui>Abrir</gui> "
+"cada um dos arquivos selecionados serão abertos."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Manter pressionada a tecla <key>Shift</key> enquanto você seleciona vários "
+"arquivos irá abrir o primeiro arquivo selecionado, o último arquivo "
+"selecionado e todos os arquivos entre estes."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Acesse arquivos que estão armazenados em um computador diferente."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Abrindo um arquivo localizado em um servidor"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Antes de abrir um arquivo localizado em um servidor usando do <app>gedit</"
+"app>, você precisa saber algumas informações técnicas sobre o servidor. Por "
+"exemplo, você precisa saber o endereço IP ou a URL do servidor, e pode "
+"precisar saber que tipo de servidor é (ex.: HTTP, FTP etc.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Além disso, alguns tipos de servidor impõem restrições sobre o que se pode "
+"fazer nos arquivos armazenados nele. Por exemplo, você pode ser capaz de "
+"abrir um arquivo de um servidor, mas pode precisar salvar qualquer mudança "
+"no arquivo localmente, no seu computador."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Com estas ressalvas em mente, execute os seguintes passos para abrir um "
+"arquivo de um servidor usando o <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "Na barra de título, clique em <gui>Abrir</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Clique em <gui>Outros locais…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Digite o endereço IP ou URL do servidor apropriado."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Localize e selecione o arquivo que deseja abrir."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Use a lista suspensa de codificação de caracteres para selecionar a "
+"codificação de caracteres apropriada."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Clique em <gui>Abrir</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Tipos válidos de URI são http:, ftp:, file: e todos os métodos suportados "
+"pelo <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Arquivos de alguns tipos de URI são abertos como somente para leitura, e "
+"qualquer mudança que você fizer deve ser salva em um local diferente. Por "
+"exemplo, o HTTP só permite que os arquivos sejam lidos. Arquivos aberto a "
+"partir de FTP são somente para leitura porque nem todos os servidores de FTP "
+"trabalham corretamente salvando arquivos remotos."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Acesse arquivos que você abriu recentemente no <app>gedit</app>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Abrindo novamente um arquivo recentemente usado"
+
+# A parte "that have been previously..." é pleonástica. Omiti-a.
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"O <app>gedit</app> fornece fácil acesso aos dez últimos arquivos usados "
+"recentemente. Veja como você pode abrir um arquivo recentemente usado:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Clique no botão de seta próxima ao botão <gui>Abrir</gui> na barra de título."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"O <app>gedit</app> irá exibir um menu com os dez arquivos usados mais "
+"recentemente."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Selecione o arquivo desejado, e este será aberto em uma nova aba."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Ao passar o mouse sobre um arquivo usado recentemente no menu, o caminho "
+"completo para o arquivo é exibido na barra de status na parte inferior da "
+"janela do <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Use plug-ins para personalizar o funcionamento do gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Configurando e usando os plug-ins do gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Você poder fazer mais coisas com o <app>gedit</app> usando plug-ins. Vários "
+"plug-ins estão instalados por padrão, mas um grande número de outros plug-"
+"ins estão disponíveis separadamente."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Muitas distribuições Linux criam um grupo desses plug-ins disponíveis como "
+"um pacote de <app>gedit-plugins</app>. Instale o pacote <app>gedit-plugins</"
+"app> para disponibilizar estes plug-ins extras para o <app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Instalar gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Plug-ins padrão do gedit"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Plug-ins adicionais do gedit"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Altere entre maiúsculo e minúsculo o texto selecionado."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Alterar maiusculização"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Este plug-in ajuda a alterar entre maiúsculo e minúsculo partes selecionadas "
+"do texto. Você pode usá-lo para mudar o texto para ser todo em minúsculo, "
+"todo em maiúsculo, para inverter a maiusculização, ou aplicar maiusculização "
+"de título. Para ativar este plug-in, selecione <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferências</gui><gui>Plug-ins</"
+"gui><gui>Alterar maiusculização</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Assim que o plug-in <em>Alterar maiusculização</em> estiver ativado, você "
+"poderá usá-lo completando os seguintes passos:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Selecione a parte do texto que você quer alterar."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">gedit</gui><gui>Alterar caixa</gui></"
+"guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Escolha sua opção de formatação de texto desejada."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "As atualizações para a formatação de texto terão lugar imediatamente."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"A opção <gui>Inverter maiusculização</gui> converterá cada caractere de "
+"minúsculo para maiúsculo, e converterá cada maiúsculo para minúsculo."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"A opção <gui>Iniciais maiúsculas</gui> converterá a primeira letra de cada "
+"palavra para maiúscula. Todas as outras letras serão convertidas para "
+"minúsculas."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Se você não destacou nenhum texto, o recurso <em>Alterar maiusculização</em> "
+"ficará acinzentado. Você precisa selecionar uma parte do texto antes de usar "
+"o recurso <em>Alterar maiusculização</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Veja estatísticas do documento."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Estatísticas do documento"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"O plug-in <em>Estatísticas do documento</em> mostra a você várias "
+"estatísticas sobre o documento atual. Para habilitar esse plug-in, selecione "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferências</"
+"gui><gui>Plug-ins</gui><gui>Estatísticas do documento</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Usando as estatísticas do documento"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Assim que o plug-in estiver habilitado, use-o selecionando "
+"<guiseq><gui>Ferramentas</gui><gui>Estatísticas do documento</gui></guiseq>. "
+"A janela irá exibir as informações estatísticas sobre seu documento, "
+"incluindo o número de palavras, linhas, caracteres, caracteres não "
+"espaçados, e o tamanho do seu arquivo em bytes."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Você também pode usar <em>Estatísticas do documento</em> para mostrar-lhe "
+"informações sobre apenas uma parte do documento. Para fazer isso, use o "
+"ponteiro do mouse para selecionar a parte do texto que você deseja examinar, "
+"em seguida, use o item <guiseq><gui>Ferramentas</gui><gui>Estatísticas do "
+"documento</gui></guiseq> do botão do menu. O <app>gedit</app> irá exibir "
+"informações para o todo o documento e para a parte do texto que você "
+"destacou."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Execute scripts em seus arquivos atuais e interaja com outros aplicativos."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Ferramentas externas"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"O plug-in <em>Ferramentas externas</em> pode ajudar a simplificar tarefas "
+"repetitivas. Especificamente, ele estende o <app>gedit</app> ajudando você a "
+"executar script em seus arquivos de trabalho, e permitindo <app>gedit</app> "
+"interagir com outros programas do seu computador. Para habilitar o plug-in "
+"<app>Ferramentas externas</app>, selecione <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferências</gui><gui>Plug-ins</gui> "
+"<gui>Ferramentas externas</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Configurando o plug-in de ferramentas externas"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Assim que você tiver habilitado o plug-in, você precisará configurá-lo para "
+"atender às suas necessidades. As opções de configuração estão disponíveis "
+"selecionando <guiseq><gui>Ferramentas</gui><gui>Gerenciar ferramentas "
+"externas</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Este plug-in é para usuários avançados e requer conhecimento de scripting "
+"para ser efetivamente usado. Use este plug-in com cuidado, pois erros com "
+"seus scripts podem afetar seu trabalho em maneiras inesperadas."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Use o painel lateral para navegar e abrir arquivos."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Painel de navegação de arquivos"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Dependendo de como usa o <app>gedit</app>, você pode achar útil usar o plug-"
+"in <app>Painel de navegação de arquivos</app>. Este plug-in incorpora um "
+"<app>navegador de arquivos</app> no painel lateral, dando-lhe fácil acesso "
+"arquivos frequentemente usados."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Você pode habilitar o painel lateral selecionando <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferências</gui><gui>Plug-ins</"
+"gui><gui>Painel de navegação de arquivos</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Insira a data/hora atuais na posição do cursor."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Inserir data/hora"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Como o nome deste plug-in sugere, o plug-in <gui>Inserir data/hora</gui> "
+"permite que você insira a data e/ou hora na posição atual do cursor."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Para habilitar o plug-in:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Pressione o botão do menu no canto superior direito da janela e selecione "
+"<guiseq><gui style=\"menuitem\">Preferências</gui> <gui style=\"tab\">Plug-"
+"ins</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Selecione <gui style=\"menuitem\">Inserir Data/Hora</gui> para habilitar o "
+"plug-in."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Para usar o plug-in, pressione o botão de menu no canto superior direito da "
+"janela e selecione <guiseq><gui style=\"menuitem\">Ferramentas</gui> <gui "
+"style=\"menuitem\">Inserir date e hora…</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"Por padrão, o plug-in <gui>Inserir data/hora</gui> solicitará que você "
+"escolha seu formato de data/hora preferido cada vez que você usar o plug-in. "
+"Contudo, você pode escolher seu próprio formato de data e hora pressionando "
+"o botão do menu no canto superior direito da janela e selecionando <guiseq> "
+"<gui style=\"menuitem\">Preferências</gui><gui style=\"tab\">Plug-ins</"
+"gui><gui> Inserir data/hora</gui><gui style=\"button\">Preferências</gui></"
+"guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Como instalar plug-ins de terceiros."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Plug-ins adicionais do gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"A instalação de plug-ins de terceiros oferece funcionalidades adicionais que "
+"não estão disponíveis nos plug-ins padrões do <app>gedit</app>, nem mesmo "
+"nos plug-ins extras que fazem parte do pacote <app>gedit-plugins</app>. Uma "
+"lista on-line de plug-ins de terceiros é <link href=\"https://wiki.gnome.org/"
+"Apps/Gedit\">mantida aqui</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"A instalação de um plug-in de terceiro envolve baixar o plug-in, colocar os "
+"seus arquivos no diretório correto e ativar o plug-in."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Você geralmente pode fazer o download de um plug-in através da página do "
+"plug-in na internet, mas pode precisar usar um programa de controle de "
+"versão tal como <app>git</app>, <app>bazaar</app>, ou <app>subversion</app> "
+"para copiar da internet o repositório do software do plug-in. Consulte a "
+"documentação do plug-in para informações sobre como obter o plug-in."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Coloque os arquivos do plug-in no diretório <file>/home/<var>nomedousuario</"
+"var>/.local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"É claro, troque a palavra <var>nomedousuario</var> pelo seu nome de usuário."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Depois que você tiver colocado os arquivos de plug-ins dentro do diretório "
+"correto, o plug-in aparecerá no menu de Preferências. Pressione o botão de "
+"menu no canto superior direito da janela e selecione <guiseq><gui style="
+"\"menuitem\">Preferências</gui><gui style=\"tab\">Plug-ins</gui><gui>[Nome "
+"do Plug-in]</gui></guiseq> para habilitar o plug-in."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Clique em <gui>Fechar</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"Após a habilitação do plug-in, ele deve estar disponível para o seu uso."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"O diretório <file>.local</file> é oculto por padrão. Para visualizar ele e "
+"outros arquivos ocultos, selecione <guiseq><gui>Ver</gui><gui>Mostrar "
+"arquivos ocultos</gui></guiseq> ou pressione<keyseq><key>Ctrl</key><key>H</"
+"key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Se o diretório <file>.local/share/gedit/plugins/</file> não estiver presente "
+"no seu sistema, você precisará criá-lo."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Suporte a modelines de estilo de Emacs, Kate e Vim no gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Modelines"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"O plug-in <app>Modelines</app> permite que o <app>gedit</app> analise as "
+"linhas de texto no começo e no fim de um arquivo, e então aplicar um "
+"conjunto de preferências de documento no arquivo. O plug-in <app>Modelines</"
+"app> suporta um subconjunto das opções usadas pelos editos de texto "
+"<app>Emacs</app>, <app>Kate</app> e <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Para ativar o plug-in <app>Modelines</app>, selecione <guiseq><gui style="
+"\"menu\">gedit</gui> <gui style=\"menuitem\">Preferências</gui><gui>Plug-"
+"ins</gui><gui>Modelines</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Opções gerais de modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"As seguinte opções podem ser definidas usando <app>gedit</app> modelines:"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Tab width"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Indent width"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Inserting spaces instead of tabs"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Text Wrapping"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Right margin width"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Preferências definidas usando modelines têm prioridade sobre as "
+"especificadas na janela de preferências."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Modelines de Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"As primeiras duas linhas de um documento são analisadas por modelines do "
+"<app>Emacs</app>. e o <app>gedit</app> tem suporte às seguintes opções de "
+"modelines do <app>Emacs</app>:"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Para mais informações sobre modelines <app>Emacs</app>, visite o <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">Manual do GNU "
+"Emacs</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Modelines de Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"As primeiras e as últimas dez linhas de um documento são analisadas por "
+"modelines do <app>Kate</app> e o <app>gedit</app> tem suporte às seguintes "
+"opções de modeline do <app>Kate</app>:"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Para mais informações sobre modelines do <app>Kate</app>, visite a <link "
+"href=\"https://kate-editor.org/\">página do Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Modelines de Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"As primeiras e as últimas dez linhas de um documento são analisadas por "
+"modelines <app>Vim</app> e o <app>gedit</app> suporta as seguintes opções de "
+"modeline do <app>Vim</app>:"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+# NÃO traduzir - opção reconhecida pelo software.
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Para mais informações sobre modelines <app>Vim</app>, visite a <link href="
+"\"https://www.vim.org/\">página do Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Adicione um console Python interativo no canto inferior do painel."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Console python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Você pode adicionar um console python no canto inferior do painel, "
+"permitindo que você teste scripts em python sem sair do <app>gedit</app>. "
+"Para habilitar o console python, selecione <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferências</gui><gui>Plug-ins</"
+"gui><gui>Console python</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Assim que o console python estiver habilitado, você pode abri-lo "
+"selecionando <guiseq><gui>Ver</gui><gui>Painel inferior</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Se você também habilitou o plugin <gui>Terminal embutido</gui>, o "
+"<gui>Console python</gui> aparecerá como uma aba separada no painel inferior."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Abra rapidamente um arquivo ou um conjunto de arquivos."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Abertura rápida"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Assim como o nome desse plug-in sugere, o plug-in <app>Abertura rápida</app> "
+"ajuda você a abrir arquivos mais rapidamente do que usando a maneira "
+"tradicional. Para habilitar esse plug-in, selecione <guiseq><gui style=\"menu"
+"\">gedit</gui><gui>Preferências</gui><gui>Plug-ins</gui><gui>Abertura "
+"rápida</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Uma vez que você tenha habilitado o plug-in de <app>Abertura rápida</app>, "
+"você poderá usá-lo destes modos:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Abra o diálogo de <app>Abertura rápida</app> pressionando <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq> ou selecionando <gui style=\"menuitem"
+"\">Abertura rápida...</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "O diálogo de arquivo do <gui>Abertura rápida</gui> aparecerá."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Use o mouse para selecionar o arquivo ou os arquivos que deseja abrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Para selecionar vários arquivos individuais, mantenha pressionado sua tecla "
+"<key>Ctrl</key> enquanto você clica nos arquivos que deseja abrir."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Para selecionar um conjunto de arquivos, clique no primeiro arquivo que "
+"deseja abrir, mantenha pressionado a tecla <key>Shift</key>, e então clique "
+"no último arquivo da lista que você deseja abrir."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "A <app>Abertura rápida</app> irá procurar por arquivos em/no:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "O diretório do documento atualmente aberto"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"Diretório raiz do plug-in <app xref=\"gedit-plugins-file-browser\">Painel de "
+"navegação de arquivos</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Documentos recentes que também são mostrados na pasta <file>Recentes</file> "
+"em <app>Arquivos</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr ""
+"Diretórios que você tenha marcado como favoritos em <app>Arquivos</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Seu diretório de <file>Área de trabalho</file>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "Seu diretório de <file>Pasta pessoal</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"A <app>Abertura rápida</app> exibe arquivos em quaisquer um dos locais "
+"citados acima, independente de terem sido ou não abertos anteriormente."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Use trechos para inserir rapidamente partes do texto geralmente usadas."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Trechos"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"O <app>Trechos</app> fornecem uma maneira conveniente de inserir porções "
+"repetitivas de código em seus arquivos. Por exemplo, um trecho de HTML para "
+"a marca <code> &lt;img&gt; </code> iria inserir as porções de abertura e "
+"encerramento da marcação, bem como locais fixos onde você pode inserir os "
+"atributos da imagem. Isso pode tornar a escrita do código mais fácil e mais "
+"rápida."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Habilitando o plug-in de Trechos"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Para habilitar o plug-in <gui>Trechos</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferências</gui> <gui style=\"tab\">Plug-ins</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Selecione <gui style=\"menuitem\">Trechos</gui> para habilitar o plug-in."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Navegar por trechos"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Para navegar pelos trechos disponíveis:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">Ferramentas</gui><gui style=\"menuitem"
+"\">Gerenciar trechos</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Certifique-se de que a sintaxe está definida apropriadamente. A barra de "
+"status no canto inferior da janela do <app>gedit</app> mostrará a "
+"configuração da linguagem atual. A configuração da linguagem é o que permite "
+"o gedit de inserir os trechos apropriados. O <app>gedit</app> detectará "
+"normalmente a linguagem ou sintaxe do arquivo que está usando, mas algumas "
+"vezes você pode precisar defini-la."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "Neste exemplo, a linguagem é definida para HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='4499196ed6189a4d91f0fd8ba4cd6a99'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr ""
+"Navegue nos trechos que estão disponíveis para sua linguagem ou sintaxe."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Usando trechos"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Para inserir um trecho no seu documento atual:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr "Digite o nome do trecho desejado em qualquer lugar no seu documento."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Pressione <key>Tab</key> para inserir o trecho associado com o termo "
+"digitado."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Exemplo de uso de trechos"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Por exemplo, se você definir a sintaxe como <em>HTML</em>, digite "
+"<code>head</code>, e pressione a tecla <key>Tab</key>, você deve ver algo "
+"similar a isso:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Título da Página&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Adicionando trechos"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Você pode adicionar novos trechos que funcionam tanto globalmente (isto é, "
+"que servem para qualquer linguagem) ou apenas em uma sintaxe particular."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Selecione <guiseq style=\"menu\"><gui style=\"menuitem\">Ferramentas</gui> "
+"<gui style=\"menuitem\">Gerenciar trechos</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Na barra lateral <gui>Gerenciar trechos</gui>, selecione a sintaxe desejada "
+"e clique no botão \"+\" para listar os trechos existentes para a sintaxe "
+"selecionada."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Para adicionar um trecho que funcione globalmente (isto, é, quando nenhuma "
+"sintaxe ou linguagem específica tenha sido definida para o documento), "
+"selecione <gui>Global</gui> na barra lateral <gui>Gerenciar trechos</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Para adicionar um novo trecho, clique no ícone de \"mais\" na barra lateral "
+"de <gui>Gerenciar trechos</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Digite um nome para o novo trecho. O nome do trecho pode ser diferente do "
+"trecho que você queira adicionar."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Na seção <gui style=\"group\">Ativação</gui>, você deve digitar o termo para "
+"o área de texto <gui style=\"input\">Disparador:</gui> . Você usará este "
+"termo para inserir seu trecho."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Se você gostaria de inserir um trecho com um atalho de teclado, então clique "
+"com ponteiro do seu mouse na área de texto <gui style=\"input\">Tecla de "
+"atalho:</gui> e pressione a combinação de teclas desejada. Assim que você "
+"tiver pressionado e liberado as teclas, o atalho de teclado estará definido."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Sob a área de texto em <gui style=\"input\">Editar:</gui>, digite o texto "
+"desejado do trecho. Você pode usar <code>${n}</code> para indicar variáveis, "
+"sendo <em>n</em> substituído com um número que representa a ordem numérica "
+"de variáveis incluídas."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Exemplo de novo trecho"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Considere que você criou um trecho com o termo <var>greetings</var> "
+"(saudações) no <gui style=\"input\">Disparador:</gui>. A área de texto <gui "
+"style=\"input\">Editar:</gui> contém:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Olá, mundo ${1:maravilhoso}${2:fantástico}!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Você pode inserir este trecho digitando <var>saudações</var> no documento e "
+"pressionando a tecla <key>Tab</key>. O seguinte texto de trecho será "
+"inserido:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Olá, mundo maravilhosofantástico!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"As palavras \"maravilhoso\" e \"fantástico\" podem ser mantidos ou excluídos "
+"dependendo de sua escolha de uso. Para fazer isso, pressione <key>Tab</key> "
+"para escolher entre \"maravilhoso\" e \"fantástico\" e pressione <key>Del</"
+"key> para excluir a opção que seja menos interessante."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Ordene linhas do texto em ordem alfabética."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Ordenar"
+
+# Acrescentei <gui> para que a página fique como as outras, destacando o nome do plug-in.
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"O plug-in <gui>Ordenar</gui> arruma linhas selecionadas do texto em ordem "
+"alfabética."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Habilitando o plug-in Ordenar"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Para habilitar o plug-in <app>Ordenar</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Selecione <gui style=\"menuitem\">Ordenar</gui> para habilitar o plug-in."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Usando o plug-in de Ordenação"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Para usar o plug-in <gui>Ordenar</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Destaque as linhas desejadas no texto."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">Arquivo</gui> <gui style=\"menuitem"
+"\">Ordenar...</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"A janela de <gui>Ordenar</gui> será aberta, permitindo-lhe escolher entre "
+"várias opções de ordenação:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Inverter ordem</gui> irá organizar o texto em ordem alfabética inversa."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"<gui>Remover duplicadas</gui> irá remover os valores duplicados da lista."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"<gui>Ignorar maiúsculas/minúsculas</gui> irá ignorar diferença entre "
+"maiúsculas/minúsculas."
+
+# "caixa de incremento" - http://bazar2.conectiva.com.br/pipermail/ldp-br/2007-November/002051.html
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Para que a ordenação ignore os caracteres no início das linhas, defina o "
+"primeiro caractere a ser usado para ordenação na caixa de incremento "
+"<gui>Iniciar na coluna</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr ""
+"Para efetuar a operação de ordenação, clique no botão <gui>Ordenar</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Configure as páginas para imprimir em determinada ordem."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Obtendo cópias para imprimir na ordem correta"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Inverter"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Impressoras geralmente imprimem a primeira página primeiro, a última página "
+"por último, e então as páginas acabam na ordem inversa quando você vai pegá-"
+"las. Para inverter a ordem:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">Arquivo</gui> <gui style=\"menuitem"
+"\">Imprimir</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"Na aba <gui style=\"tab\">Geral</gui> da janela de impressão, sob <gui style="
+"\"group\">Cópias</gui>, marque <gui style=\"checkbox\">Inverter</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "A última página será imprimida primeiro, e por aí vai."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Intercalar"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Se você estiver imprimindo mais de uma cópia do documento, as impressões "
+"serão intercaladas por número de página por padrão (ex.: as cópias da página "
+"um sair, em seguida, as cópias da página dois, etc). A intercalação fará com "
+"que cada cópia saia com suas páginas agrupadas."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Para intercalar:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">Arquivo</gui> <gui style=\"menuitem"
+"\">Imprimir</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"Na aba <gui style=\"tab\">Geral</gui> da janela de impressão, <gui style="
+"\"group\">Cópias</gui>, marque <gui style=\"checkbox\">Intercalar</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Imprima os arquivos que você criou com o gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Imprimindo documentos"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"A impressão com o <app>gedit</app> requer que você tenha conectado e "
+"configurado sua impressora. Se não tiver feito isso, favor consultar <link "
+"href=\"help:gnome-help/printing\">Ajuda em impressão para o GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr ""
+"O <app>gedit</app> permite que você imprima tanto para um arquivo quando "
+"para um papel."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Visualizando a impressão"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Antes de imprimir seu documento, você pode visualizar como o documento "
+"impresso vai ficar, usando o recurso <gui>Visualizar impressão</gui>. Para "
+"visualizar o documento:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">Arquivo</gui> <gui style=\"menuitem"
+"\">Visualizar impressão</gui></guiseq>. Alternativamente, você pode "
+"pressionar <keyseq><key>Shift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Um visualização do seu documento será aberta na mesma aba que o arquivo. "
+"Você pode navegar na visualização com ajuda dos botões e ferramentas de "
+"navegação na barra de ferramentas no topo da aba de visualização do "
+"documento. Para fechar e voltar para o documento, clique em <gui style="
+"\"button\">Fechar visualização</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Imprimindo para o papel"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Você pode imprimir seus documentos para papel usando uma impressora local ou "
+"remota. Para imprimir para um arquivo:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">Arquivo</gui> <gui style=\"menuitem"
+"\">Imprimir</gui> <gui style=\"tab\">Geral</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Selecione a impressora desejada da lista de impressoras disponíveis."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Você pode visualizar o arquivo usando <gui style=\"button\">Visualizar "
+"impressão</gui> e, assim que você estiver satisfeito com as configurações, "
+"clicar em <gui style=\"button\">Imprimir</gui> para enviar o arquivo para a "
+"impressora."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Além disso, na aba <gui style=\"tab\">Configurar página</gui>: você pode "
+"escolher as opções de <gui style=\"group\">Layout</gui> e <gui style=\"group"
+"\">Papel</gui>. Por estas opções estarem definidas por todos os programas do "
+"<app>GNOME</app>, por favor consulte a ajuda de <link href=\"help:gnome-help/"
+"printing#paper\">opções de Layout e Papel</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Imprimir múltiplas cópias dentro de intervalos especificados"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Você pode definir opções de <gui style=\"group\">Intervalo</gui> e <gui "
+"style=\"group\">Cópias</gui> para ajudar você:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Imprimindo para o arquivo"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Você também pode usar <app>gedit</app> para imprimir para um arquivo. Para "
+"imprimir seu documento para um arquivo de um formato diferente:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">Arquivo</gui> <gui style=\"menuitem"
+"\">Imprimir</gui> <gui style=\"menuitem\">Imprimir para arquivo</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "Impressão é habilitada para os seguintes formatos de arquivo:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Formato de Documento Portátil (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Gráficos Vetoriais Escaláveis (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Para imprimir o documento para um arquivo, pressione <gui style=\"button"
+"\">Imprimir</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Escolha as páginas que você deseja imprimir."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Imprimindo apenas certas páginas"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Você pode imprimir seletivamente apenas certas páginas do documento. Por "
+"exemplo, se você digitar os números de página \"1,3,5-7,9\", então apenas as "
+"páginas 1, 3, 5, 6, 7 e 9 serão impressas. Para imprimir páginas de sua "
+"escolha:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">Arquivo</gui> <gui style=\"menuitem"
+"\">Imprimir...</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"Na aba <gui style=\"tab\">Geral</gui> da página de impressão escolha <gui "
+"style=\"radiobutton\">Páginas</gui> a partir da seção <gui style=\"group"
+"\">Intervalo</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Digite os números das páginas que você deseja imprimir do documento, "
+"separados por vírgulas. Use um traço para indicar um intervalo de páginas."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Uma breve introdução ao gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Primeiros passos com gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"O <app>gedit</app> é um editor de texto completo para o ambiente GNOME. Você "
+"pode usá-lo para preparar notas e documentos simples, ou você pode usar "
+"alguns dos seus recursos avançados, tornando-o seu próprio ambiente de "
+"desenvolvimento de software."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='bec4ef1a64dde10d74fed8618f5ac0ed'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Uma vez que o <app>gedit</app> seja executado, você já pode começar a "
+"digitar. Para salvar seu texto, basta clicar no ícone <gui>Salvar</gui> na "
+"barra de título do <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Para aprender sobre recursos adicionas do <app>gedit</app> e receber "
+"assistência realizando tarefas adicionais, explore <link xref=\"index\">as "
+"outras partes</link> da ajuda do <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Substitua porções de texto em um arquivo."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Substituindo texto"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"A editar de textos pode consumir muito tempo. Para poupar tempo, o "
+"<app>gedit</app> inclui a função <app>Substituir</app> que pode ajudá-lo a "
+"localizar e substituir partes do texto."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Substituindo texto no <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Abra a ferramenta <gui>Localizar e substituir</gui> clicando no botão do "
+"<guiseq><gui style=\"button\">Menu</gui><gui style=\"menuitem\">Localizar e "
+"substituir…</gui></guiseq> ou pressione as teclas <keyseq><key>Ctrl</"
+"key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr ""
+"Digite o texto que você deseja substituir no campo <gui>Pesquisar</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr "Digite o texto substituto novo no campo <gui>Substituir por:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Uma vez que tenha inserido o texto original e texto substituto, você pode "
+"adicionar parâmetros extras à pesquisa. Você também pode escolher o que você "
+"deseja substituir:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Para substituir <em>apenas</em> a próxima ocorrência, clique em "
+"<gui>Substituir</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Para substituir <em>todas as ocorrências do texto</em> por todo documento, "
+"clique no botão <gui>Substituir todas</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Use a função <gui>Substituir todas</gui> com cuidado. <gui>Substituir todas</"
+"gui> funciona sobre a totalidade do seu arquivo de texto, e não permite que "
+"você para destacar partes do texto onde a função de substituir serão "
+"executadas."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Mais opções"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr ""
+"Se você quiser, você pode adicionar alguns parâmetros extras à sua pesquisa:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Diferenciando maiúsculas de minúsculas"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"A opção <em>Diferenciar maiúsculas/minúsculas</em> permite se você deseja "
+"que sua pesquisa diferencie caracteres maiúsculos de minúsculos. Se essa "
+"opção é selecionada, pesquisas diferenciarão. Do contrário, as pesquisas não "
+"diferenciarão."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Coincidindo apenas com palavra completa"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Use esta opção para procurar uma palavra específica, sem incluir fragmentos "
+"de outras palavras. Por exemplo, se você procurou pela palavra \"and\" com "
+"esta opção selecionada, a palavra \"and\" coincidirá, mas as palavras "
+"\"b<em>and</em>eira\" e \"com<em>and</em>o\" não coincidirão."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Pesquisando para trás"
+
+# Adicionei <gui> para deixar claro que Localizar anterior é uma referência à interface gráfica.
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Esse comando se comporta identicamente ao comando <gui>Localizar anterior</"
+"gui>. Se deseja passar por resultados de pesquisa do fim para o inicio, "
+"selecione essa opção."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Voltando ao início"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Com a opção <app>Voltar ao início</app> habilitada, o <app>gedit</app> "
+"reiniciará a ação de pesquisa/substituição no topo do arquivo depois que "
+"tiver chegado ao fim do arquivo. Isso garante que sua ação de pesquisa/"
+"substituição é feita no arquivo por inteiro."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Usando sequências de escapes"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Você pode usar <em>sequências de escape</em> para pesquisar por quebras de "
+"linhas, retornos de carro e tabulações."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Nova linha"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Retorno de carro"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tabulação"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Se você deseja, na verdade, pesquisar por um <output>\\</output> (barra "
+"invertida) ou uma da sequências de escapes no texto, você precisa escapar a "
+"barra invertida com uma barra invertida extra. Por exemplo, para pesquisar "
+"por <input>\\</input>, você precisa digitar <input>\\\\</input> no campo de "
+"pesquisar ou de substituir. Você pode pesquisar por sequências de escape da "
+"mesma forma: para pesquisar por ou substituir com um <input>\\n</input>, use "
+"o termo <input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Salve seu arquivo para trabalhar nele posteriormente."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Salvando um arquivo"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Para salvar um arquivo no <app>gedit</app>, clique no botão <gui style="
+"\"button\">Salvar</gui> no lado direito da barra de título ou apenas "
+"pressione <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Se você estiver salvando um novo arquivo, um diálogo aparecerá e você poderá "
+"selecionar um nome para o arquivo, assim como o diretório onde gostaria em "
+"que o arquivo fosse salvo."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Localize uma porção de texto dentro de um arquivo."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Pesquisando por texto"
+
+# Adicionei <gui> para deixar clara a referência à interface gráfica.
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"A ferramenta de <gui>Localizar</gui> pode ajudá-lo a localizar sequências "
+"específicas de texto no seu arquivo."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Localizando texto"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Abra a <gui>janela de pesquisa</gui> clicando no botão do <guiseq><gui style="
+"\"menu\">Menu</gui><gui style=\"menuitem\">Localizar…</gui> </guiseq> ou "
+"pressionando as teclas <keyseq><key>Ctrl</key><key>F</key></keyseq>. Isso "
+"irá mover seu cursor para o início da <gui>janela de pesquisa</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Digite o texto que deseja pesquisar na <gui>janela de pesquisa</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Enquanto você digita, o <app>gedit</app> irá começar a destacar as partes do "
+"texto que correspondem com a que você digitou."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+"Para rolar pelos resultados de pesquisa, faça qualquer uma das ações a "
+"seguir:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Clique nas setas apontando para <gui style=\"button\">cima</gui> ou para "
+"<gui style=\"button\">baixo</gui> próximas a <gui>janela de pesquisa</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Pressione as teclas <key>seta para cima</key> ou <key>seta pra baixo</key> "
+"no seu teclado."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Pressione <keyseq><key>Ctrl</key><key>G</key></keyseq> ou <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Para fechar a <gui>janela de pesquisa</gui>, pressione <key> Esc</key> ou "
+"<key>Enter</key>. Pressionando <key>Esc</key> irá retornar o cursor para "
+"onde estava antes de você começar a sua pesquisa. Pressionando <key>Enter</"
+"key> irá retornar o cursor para a posição atual nos resultados da pesquisa."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Dicas de pesquisa"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Se você destacar uma porção do texto com seu mouse e então pressionar "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, o texto que você destacou irá "
+"aparecer na janela de pesquisa."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Para mais opções de pesquisa, você pode clicar no ícone de <gui style="
+"\"button\">Lupa</gui> na janela de pesquisa ou pode clicar com o botão "
+"direito em qualquer parte da janela de pesquisa. Você pode selecionar uma ou "
+"mais das seguintes opções de pesquisa:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Selecione <gui>Diferenciar maiúsculas/minúsculas</gui> para tornar a "
+"pesquisa sensível a caixa de texto maiúscula ou minúscula."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Selecione <gui>Coincidir apenas com palavra completa</gui> para pesquisar "
+"apenas palavras completas."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Selecione <gui>Voltar ao início</gui> para pesquisar o texto de cima para "
+"baixo e retornar novamente."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"O texto pelo qual você pesquisou permanecerá destacado pelo gedit, ainda "
+"depois que você tiver completado sua pesquisa. Para remover o destaque, "
+"clique em <gui style=\"menuitem\">Limpar Destaque</gui>, ou pressione "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Verifique seus arquivos por erros de escrita."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+# Traduzi usando o nome do plug-in para esse seja a mensagem exibida na lista de plug-ins, assim como ocorre com os demais.
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Verificador ortográfico"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Habilitando o verificador ortográfico"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"A funcionalidade de verificação ortográfica é fornecida como um plug-in no "
+"<app>gedit</app>, a qual pode ser habilitada sob demanda. Para habilitar o "
+"plug-in:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Selecione <gui style=\"menuitem\">Verificador ortográfico</gui> para "
+"habilitar o plug-in."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Para verificar por palavras com erros de escrita em seu documento:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Selecione <guiseq><gui style=\"menu\">Ferramentas</gui> <gui style=\"menuitem"
+"\">Verificar ortografia</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Para que <app>gedit</app> destaque automaticamente palavras com erros de "
+"escrita em seu documento enquanto você digita, selecione <guiseq><gui style="
+"\"menu\">Ferramentas</gui><gui style=\"menuitem\">Destaque palavras com "
+"erros ortográficos</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Usando a verificação ortográfica"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Você pode escolher a substituição correta para palavras com erro de escrita "
+"usando o diálogo do Verificador de ortografia. A palavra com erro de escrita "
+"sendo verificada pelo verificador de ortografia é exibida em negrito ao lado "
+"de <gui>Palavra incorreta:</gui>. Você pode escolher as seguintes ações "
+"corretivas:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Alterar para:</gui> permite que você digite uma palavra "
+"e use <gui style=\"button\">Verificar palavra</gui> para verificar a "
+"validade da ortografia."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Sugestões:</gui> lista as substituições disponíveis para "
+"a palavra."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignorar</gui> permite que você ignore a verificação de "
+"ortografia para <em>uma</em> instância da palavra atual."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Ignorar todos</gui> permite que você ignore a "
+"verificação de ortografia para <em>todas</em> as instâncias da palavra atual."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Alterar</gui> substitui a palavra que apresenta erro "
+"de ortografia ou palavra não reconhecida com <em>um</em> substituto "
+"escolhido da lista <gui style=\"menuitem\">Sugestões:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Alterar todos</gui> substitui <em>todas</em> as "
+"palavras que apresentam erro de ortografia ou palavras não reconhecidas com "
+"em relação ao substituto escolhido da lista <gui style=\"menuitem"
+"\">Sugestões:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Adicionar palavra</gui> permite que você adicione a "
+"palavra atual ao <gui>Dicionário do usuário</gui> do <app>gedit</app>. Ao "
+"adicionar palavras personalizadas ao <gui>Dicionário de usuário</gui> vai "
+"permitir que o <app>gedit</app> reconheça a palavra em documentos e, "
+"portanto, não será destacado como palavra com erro ortográfico."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Definindo o idioma a ser usado para a verificação ortográfica"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Por padrão, o <app>gedit</app> usará seu idioma atual para verificar a "
+"ortografia do seu documento. Se você precisar usar outro idioma, escolha "
+"<guiseq><gui style=\"menu\">Ferramentas</gui><gui style=\"menuitem\">Definir "
+"Idioma...</gui></guiseq> e, então, escolha o idioma que deseja usar."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Dicionários"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"O <app>gedit</app> usa <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, um pequeno utilitário de sistema, para "
+"verificação ortográfica. Enchant pode usar vários dicionários para "
+"verificação de ortografia. Duas retaguardas (back-ends) de dicionário são "
+"<em>Hunspell</em> e o <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Se o idioma que você deseja usar não estiver disponível no <app>gedit</app>, "
+"use o instalador de software do seu computador ou o gerenciador de pacotes "
+"para instalar a retaguarda (back-end) desejada de dicionário."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Destaque seu texto para torná-lo mais fácil de ler."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Ativando o destaque de sintaxe"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Destaque de sintaxe"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"O <app>gedit</app> fornece destaque de sintaxe para uma gama ampla de "
+"linguagens de marcação, programação e linguagens científicas. Se o "
+"<app>gedit</app> reconhece a sintaxe a ser usada quando você abre um "
+"arquivo, ele irá automaticamente destacar o texto."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Se a sua sintaxe ou linguagem não está destacada na inicialização, você pode "
+"selecionar a sintaxe ou linguagem apropriada clicando em <guiseq><gui style="
+"\"menu\">Ver</gui><gui style=\"menuitem\">Modo do destaque</gui></guiseq>, e "
+"depois escolher a sintaxe desejada. Alternativamente, você pode selecionar o "
+"nome de sintaxe de uma lista na parte inferior da janela do <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Agrupe abas similares."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Organizando arquivos em abas agrupadas"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Se você está trabalhando em múltiplas abas no <app>gedit</app>, você pode "
+"agrupá-las, deixando mais fácil manter organizados os seus arquivos abertos. "
+"Adicionar um novo grupo de abas vai dividir a janela do <app>gedit</app> em "
+"dois painéis, abrir um novo \"Documento não-salvo\" no novo painel e torná-"
+"lo ativo. Você pode abrir arquivos nesse grupo de abas e mover abas de um "
+"grupo para o outro."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Abrindo um novo grupo de abas na janela do gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Para abrir um novo grupo de abas, você pode:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Clique com o botão direito em uma aba e selecione <gui>Mover para novo grupo "
+"de abas</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Use o atalho <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Esta ação vai dividir a janela do <app>gedit</app> em dois painéis, e o "
+"painel com o novo grupo de abas será colocado à direita com a aba ativa. "
+"Você pode mover o separador para a direita ou esquerda para atribuir maior "
+"ou menor espaço da janela do <app>gedit</app> entre painéis de acordo com "
+"suas necessidades."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Você pode abrir o máximo de grupos de abas na janela do <app>gedit</app> que "
+"a tela permitir, mas você terá que mover o separador para vê-las "
+"corretamente."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Para fechar um grupo de abas, basta fechar todas as abas que estão abertas "
+"nele."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Movendo uma aba para outro grupo de abas"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Se você deseja mover uma aba de um grupo de abas para outro:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Clique na aba e segure o botão do mouse."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Arraste a aba para outro painel de grupo de abas."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Coloque-a ao lado de outras abas no grupo de abas."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Solte o botão do mouse."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Altere a posição de uma aba na janela do gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Movendo e reordenando abas"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Abas no <app>gedit</app> podem ser movidas, tornando mais fácil trabalhar "
+"com seus arquivos. Elas podem ser reordenadas dentro da mesma janela, "
+"movidas para fora do <app>gedit</app> (criando uma nova janela do "
+"<app>gedit</app>) e movidas de uma janela para outra."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Mudando a ordem das abas da janela do gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Para mudar a ordenação das abas em uma janela:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Mova a aba para a posição desejada entre as outras abas."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"A aba será colocada na posição mais próxima de onde você soltar a guia, "
+"imediatamente ao lado de outras abas abertas."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Movendo uma aba, criando uma nova janela gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Para criar um nova janela a partir de uma aba existente:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Arraste a aba para fora da janela do <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Para mover a aba para uma nova janela quando o <app>gedit</app> está "
+"maximizado, arraste a aba até a barra superior no canto superior da tela."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Movendo uma aba para outra janela do gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Se você deseja mover uma aba de uma janela para outra:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Arraste a aba para a nova janela."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Coloque-a ao lado de outras abas na nova janela."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Talvez você ache mais fácil mover uma aba de uma janela para outra "
+"arrastando a guia para o canto de <gui>Atividades</gui> do <gui>GNOME Shell</"
+"gui>. Isto irá revelar cada um das janelas abertas do <app>gedit</app>. Você "
+"pode, então, soltar a aba no janela desejada do <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Crie ou feche abas na janela do gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Adicionando e removendo abas"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Trabalhar com abas no <app>gedit</app> permite que você fique de olho em "
+"vários arquivos em uma única janela."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Adicionando abas"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Para adicionar uma nova aba para criar um novo arquivo, clique no botão "
+"<gui>Criar um novo documento</gui> no lado esquerdo da barra de título, ou "
+"pressione <keyseq><key>Ctrl</key> <key>T</key></keyseq>. A aba será "
+"adicionada à direita das outras abas."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Removendo abas"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Para remover uma aba, clique no <gui style=\"button\">×</gui> ao lado "
+"direito da aba, ou pressione <keyseq><key>Ctrl</key><key>W</key></keyseq>. "
+"Para remover todas as abas abertas, pressione <keyseq><key>Ctrl</key> "
+"<key>Shift</key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Reverta uma alteração recente para um de seus arquivos."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Desfazendo/refazendo uma ação recente"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Se você cometer algum erro enquanto edita um documento no <app>gedit</app>, "
+"você pode desfazer a alteração pressionando <keyseq><key>Ctrl</key><key>Z</"
+"key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Você não pode desfazer uma mudança após ter fechado um arquivo no "
+"<app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Para refazer a alteração que foi desfeita, pressione <keyseq><key>Ctrl</"
+"key><key>Shift</key> <key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Editor de texto gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Editor de texto gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Página inicial do manual do usuário do gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Editor de texto gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Bem-vindo ao guia de ajuda do <app>gedit</app>. Para uma introdução rápida "
+"nos recursos mais básicos, visite a página <link xref=\"gedit-quickstart"
+"\">Primeiros passos com gedit</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Outros tópicos de ajuda estão agrupados juntos nas seções abaixo. Divirta-se "
+"com o <app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Trabalhando com arquivos"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Configurando o gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Plug-ins do gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Imprimindo com o gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr ""
+"Licença Creative Commons Atribuição-Compartilhada Igual 3.0 Não adaptada"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Esta obra está licenciada sob a <_:link-1/>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+#~ msgstr ""
+#~ "Selecione <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Preferências</gui> <gui>Fontes &amp; cores</gui></guiseq>."
+
+#~ msgid ""
+#~ "To close a file in <app>gedit</app>, select <gui style=\"menuitem"
+#~ "\">Close</gui>. Alternately, you can click the small \"X\" that appears "
+#~ "on the right-side of the file's tab, or press <keyseq><key>Ctrl</key> "
+#~ "<key>W</key></keyseq>."
+#~ msgstr ""
+#~ "Para fechar um arquivo no <app>gedit</app>, selecione <gui style="
+#~ "\"menuitem\">Fechar</gui>. Alternativamente, você pode clicar o pequeno "
+#~ "\"X\" que aparece no canto direito da aba do arquivo ou pressionar "
+#~ "<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>L</key></keyseq> in the <gui>Open</gui> "
+#~ "dialog."
+#~ msgstr ""
+#~ "Pressione <keyseq><key>Ctrl</key><key>L</key></keyseq> no diálogo "
+#~ "<gui>Abrir</gui>."
+
+#~ msgid ""
+#~ "To adjust the number of recently-used files that gedit displays, you will "
+#~ "need to use the <app>dconf-editor</app> application."
+#~ msgstr ""
+#~ "Para ajustar o número de arquivos usados recentemente que o gedit exibe, "
+#~ "você precisa usar o aplicativo <app>dconf-editor</app>."
+
+#~ msgid ""
+#~ "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+#~ msgstr ""
+#~ "Inicie o <app>dconf-editor</app> e seleciona <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+
+#~ msgid ""
+#~ "Double-click on the number next to <gui>max-recents</gui> and change the "
+#~ "number to your desired value."
+#~ msgstr ""
+#~ "Clique duas vezes no número próximo a <gui>max-recents</gui> e mude o "
+#~ "número para seu valor desejado."
+
+#~ msgid ""
+#~ "To open files from the side panel, first open the side panel by selecting "
+#~ "<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+#~ "<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown "
+#~ "at the top of the pane."
+#~ msgstr ""
+#~ "Para abrir arquivos do painel lateral, primeiro abra o painel lateral "
+#~ "selecionando <guiseq><gui>Ver</gui> <gui>Painel lateral</gui></guiseq> "
+#~ "(ou pressione <key>F9</key>) e então escolha o <gui>Navegador de "
+#~ "arquivos</gui> a partir da lista suspensa no topo do painel."
+
+#~ msgid ""
+#~ "This will activate the <em>File Browser</em> mode of the side panel. You "
+#~ "can then use the navigation buttons at the top of the pane to locate and "
+#~ "open your desired files."
+#~ msgstr ""
+#~ "Isso irá ativar o modo <em>Navegador de arquivos</em> do painel lateral. "
+#~ "Você pode usar os botões de navegação no topo do painel para localizar e "
+#~ "abrir seus arquivos desejados."
+
+#~ msgid ""
+#~ "This plugin currently <link href=\"https://gitlab.gnome.org/GNOME/gedit/"
+#~ "issues/277\">does not work</link>!"
+#~ msgstr ""
+#~ "Este plug-in <link href=\"https://gitlab.gnome.org/GNOME/gedit/"
+#~ "issues/277\">não funciona</link> atualmente!"
+
+#~ msgid "Use keyboard shortcuts to help you work more quickly."
+#~ msgstr ""
+#~ "Use atalhos de teclado para lhe ajudar a trabalhar mais rapidamente."
+
+#~ msgid "Paolo Borelli"
+#~ msgstr "Paolo Borelli"
+
+#~ msgid "Jesse van den Kieboom"
+#~ msgstr "Jesse van den Kieboom"
+
+#~ msgid "Steve Frécinaux"
+#~ msgstr "Steve Frécinaux"
+
+#~ msgid "Ignacio Casal Quinteiro"
+#~ msgstr "Ignacio Casal Quinteiro"
+
+#~ msgid "Shortcut keys"
+#~ msgstr "Teclas de atalho"
+
+#~ msgid ""
+#~ "Use <gui>shortcut keys</gui> to perform common tasks more quickly than "
+#~ "with the mouse and menus. The following tables list all of <app>gedit's</"
+#~ "app> shortcut keys."
+#~ msgstr ""
+#~ "Use as <gui>teclas de atalho</gui> para realizar as tarefas mais comuns "
+#~ "mais rapidamente que com o mouse e menus. As seguintes tabelas listam "
+#~ "todas as teclas de atalho do <app>gedit</app>."
+
+#~ msgid "Tab-related Shortcut keys"
+#~ msgstr "Teclas de atalho relacionadas a abas"
+
+#~ msgid "Action"
+#~ msgstr "Ação"
+
+#~ msgid "Keyboard shortcut"
+#~ msgstr "Atalhos de teclado"
+
+#~ msgid "Switch to the next tab to the left"
+#~ msgstr "Muda para a próxima aba à esquerda"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#~ msgid "Switch to the next tab to the right"
+#~ msgstr "Muda para a próxima aba à direita"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+
+#~ msgid "Close tab"
+#~ msgstr "Fecha a aba"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Save all tabs"
+#~ msgstr "Salva todas as abas"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+
+#~ msgid "Close all tabs"
+#~ msgstr "Fecha todas as abas"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+
+#~ msgid "Reopen the most recently closed tab"
+#~ msgstr "Reabre a aba mais recentemente fechada"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+
+#~ msgid "Jump to <var>n</var>th tab"
+#~ msgstr "Pula para a aba de número <var>n</var>"
+
+#~ msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#~ msgid "New tab group"
+#~ msgstr "Novo grupo de abas"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#~ msgid "Previous tab group"
+#~ msgstr "Grupo de abas anterior"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+
+#~ msgid "Next tab group"
+#~ msgstr "Próximo grupo de abas"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+
+#~ msgid "Shortcut keys for working with files"
+#~ msgstr "Teclas de atalho para trabalhar com arquivos"
+
+#~ msgid "Create a new document in a new window"
+#~ msgstr "Cria um novo documento em uma nova janela"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#~ msgid "Create a new document in a new tab"
+#~ msgstr "Cria um novo documento uma nova aba"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#~ msgid "Open a document"
+#~ msgstr "Abre um documento"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#~ msgid "Save the current document"
+#~ msgstr "Salva o documento atual"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#~ msgid "Save the current document with a new filename"
+#~ msgstr "Salva o documento atual com um novo nome"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+
+#~ msgid "Print the current document"
+#~ msgstr "Imprime o documento atual"
+
+#~ msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#~ msgid "Close the current document"
+#~ msgstr "Fecha o documento atual"
+
+#~ msgid "Quit gedit"
+#~ msgstr "Sai do gedit"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#~ msgid "Shortcut keys for editing files"
+#~ msgstr "Teclas de atalho para edição de documentos"
+
+#~ msgid "Move the selected word right one word"
+#~ msgstr "Move a palavra selecionada uma palavra para direita"
+
+#~ msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Seta para direita</key></keyseq>"
+
+#~ msgid "Move the selected word left one word"
+#~ msgstr "Move a palavra selecionada uma palavra para esquerda"
+
+#~ msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Seta para esquerda</key></keyseq>"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Desfaz a última ação"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Refaz a última ação desfeita"
+
+#~ msgid "Cut the selected text or region and place it on the clipboard"
+#~ msgstr ""
+#~ "Corta o texto selecionado ou região e mandar para a área de transferência"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#~ msgid "Copy the selected text or region onto the clipboard"
+#~ msgstr "Copia o texto selecionado ou região para a área de transferência"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#~ msgid "Paste the contents of the clipboard"
+#~ msgstr "Cola o conteúdo da área de transferência"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#~ msgid "Select all text in the file"
+#~ msgstr "Seleciona todo o texto no arquivo"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#~ msgid "Unselect all text"
+#~ msgstr "Cancela a seleção de todo o texto"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Backslash</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Barra invertida</key></keyseq>"
+
+#~ msgid "Delete the current line"
+#~ msgstr "Exclui a linha atual"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#~ msgid "Move the selected line up one line"
+#~ msgstr "Move a linha selecionada uma linha para cima"
+
+#~ msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Seta para cima</key></keyseq>"
+
+#~ msgid "Move the selected line down one line"
+#~ msgstr "Move a linha selecionada uma linha para baixo"
+
+#~ msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Seta para baixo</key></keyseq>"
+
+#~ msgid "Add a tab stop"
+#~ msgstr "Adicionando paradas de tabulação"
+
+#~ msgid "<keyseq><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#~ msgid "Remove a tab stop"
+#~ msgstr "Removendo paradas de tabulação"
+
+#~ msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+
+#~ msgid "Convert the selected text to upper case"
+#~ msgstr "Converte o texto selecionado para maiúsculo"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#~ msgid "Convert the selected text to lower case"
+#~ msgstr "Converte o texto selecionado para minúsculo"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#~ msgid "Toggle case of the selected text"
+#~ msgstr "Alterna entre maiúsculo e minúsculo o texto selecionado"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#~ msgid "Toggle cursor visibility"
+#~ msgstr "Alterna a visibilidade do cursor"
+
+#~ msgid "<keyseq><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>F7</key></keyseq>"
+
+#~ msgid "Shortcut keys for showing and hiding panes"
+#~ msgstr "Teclas de atalhos para mostrar e ocultar painéis"
+
+#~ msgid "Show / hide the side panel"
+#~ msgstr "Mostra / oculta o painel lateral"
+
+#~ msgid "<key>F9</key>"
+#~ msgstr "<key>F9</key>"
+
+#~ msgid "Open the file menu"
+#~ msgstr "Abre o menu do arquivo"
+
+#~ msgid "<key>F10</key>"
+#~ msgstr "<key>F10</key>"
+
+#~ msgid "Shortcut keys for navigation"
+#~ msgstr "Teclas de atalho para navegação"
+
+#~ msgid "Move to matching bracket"
+#~ msgstr "Move para o parêntese, colchete ou chave correspondente"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+
+#~ msgid "Goto line"
+#~ msgstr "Vai para a linha"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#~ msgid "Move to the beginning of the current line"
+#~ msgstr "Move para o início da linha atual"
+
+#~ msgid "<key>Home</key>"
+#~ msgstr "<key>Home</key>"
+
+#~ msgid "Move to the end of the current line"
+#~ msgstr "Move para o fim da linha atual"
+
+#~ msgid "<key>End</key>"
+#~ msgstr "<key>End</key>"
+
+#~ msgid "Move to the beginning of the document"
+#~ msgstr "Move para o começo do documento"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+
+#~ msgid "Move to the end of the document"
+#~ msgstr "Move para o fim do documento"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+
+#~ msgid "Move viewport up within the file"
+#~ msgstr "Move o viewport para cima dentro do arquivo"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Up</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Alt</key><key>Up</key></keyseq>"
+
+#~ msgid "Move viewport down within the file"
+#~ msgstr "Move o viewport para baixo dentro do arquivo"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Down</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Alt</key><key>Baixo</key></keyseq>"
+
+#~ msgid "Move viewport to beginning of file"
+#~ msgstr "Move o viewport para o início do arquivo"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+
+#~ msgid "Move viewport to end of file"
+#~ msgstr "Move o viewport para o fim do arquivo"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+
+#~ msgid "Shortcut keys for searching"
+#~ msgstr "Teclas de atalhos para pesquisas"
+
+#~ msgid "Find a string"
+#~ msgstr "Localiza um texto"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#~ msgid "Find the next instance of the string"
+#~ msgstr "Localiza a próxima instância do texto"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#~ msgid "Find the previous instance of the string"
+#~ msgstr "Localiza a instância anterior do texto"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+
+#~ msgid "Search and Replace"
+#~ msgstr "Pesquisa e substitui"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#~ msgid "Clear highlight"
+#~ msgstr "Limpa destaque"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+
+#~ msgid "Shortcut keys for tools"
+#~ msgstr "Teclas de atalho para ferramentas"
+
+#~ msgid "Check spelling"
+#~ msgstr "Verifica ortografia"
+
+#~ msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+
+#~ msgid "Remove trailing spaces (with plugin)"
+#~ msgstr "Remove espaços à direita (com plug-in)"
+
+#~ msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#~ msgid "Run \"make\" in the current directory (with plugin)"
+#~ msgstr "Executa \"make\" no diretório atual (com plug-in)"
+
+#~ msgid "<key>F8</key>"
+#~ msgstr "<key>F8</key>"
+
+#~ msgid "Directory listing (with plugin)"
+#~ msgstr "Lista diretórios (com plug-in)"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+
+#~ msgid "Shortcut keys for user help"
+#~ msgstr "Teclas de atalho para ajuda"
+
+#~ msgid "Open the gedit user guide"
+#~ msgstr "Abre o manual do usuário do gedit"
+
+#~ msgid "<key>F1</key>"
+#~ msgstr "<key>F1</key>"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Vá em <guiseq><gui>Documentos</gui><gui>Novo grupo de abas</gui></guiseq> "
+#~ "no menu principal."
+
+#~ msgid "Move through tab groups"
+#~ msgstr "Movendo entre grupos de abas"
+
+#~ msgid "To move forward (on the next) tab group:"
+#~ msgstr "Para mover para o próximo grupo de abas:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Vá em <guiseq><gui>Documentos</gui><gui>Próximo grupo de abas</gui></"
+#~ "guiseq> no menu principal."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "down</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Use o atalho <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</"
+#~ "key><key>Page down</key></keyseq>."
+
+#~ msgid "To move backward (on the previous) tab group:"
+#~ msgstr "Para mover para o grupo de abas anterior:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> "
+#~ "in the main menu."
+#~ msgstr ""
+#~ "Vá em <guiseq><gui>Documentos</gui><gui>Grupo de abas anterior</gui></"
+#~ "guiseq> no menu principal."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "up</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Use o atalho <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</"
+#~ "key><key>Page up</key></keyseq>."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tab groups."
+#~ msgstr ""
+#~ "Veja a tabela <link xref=\"gedit-shortcut-keys\">teclas de atalho "
+#~ "relacionadas a abas</link> para tornar mais fácil de gerenciar seu grupo "
+#~ "de abas."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tabs."
+#~ msgstr ""
+#~ "Veja a tabela em <link xref=\"gedit-shortcut-keys\">teclas de atalho "
+#~ "relacionadas a abas</link> para tornar mais fácil de gerenciar suas abas."
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window. The tab that is larger than the other "
+#~ "tabs indicates the file that is currently open. The smaller tabs indicate "
+#~ "other files that are available to work on."
+#~ msgstr ""
+#~ "Trabalhar com abas no <app>gedit</app> permite que você mantenha o olho "
+#~ "em vários arquivos em uma única janela. A aba que é maior que as outras "
+#~ "abas indica o arquivo aberto atualmente. As abas menores indicam outros "
+#~ "arquivos que estão disponíveis para serem trabalhados."
+
+#~ msgid "Click the <gui>Open</gui> button."
+#~ msgstr "Clique no botão <gui>Abrir</gui>."
+
+#~ msgid "Open the <gui>Quick Open</gui> window"
+#~ msgstr "Abre a janela <gui>Abertura rápida</gui>"
+
+#~ msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#~ msgid ""
+#~ "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> "
+#~ "plugin allows you to insert the date and/or time at the current cursor "
+#~ "position. To enable this plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui> <gui>Insert Date/Time</gui></guiseq>. To use the plugin, press "
+#~ "<guiseq> <gui style=\"menu\">Edit</gui><gui>Insert Date and Time</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Como o nome desse plug-in sugere, o plug-in <gui>Inserir data/hora</gui> "
+#~ "permite que você insira a data e/ou hora na posição atual do cursor. Para "
+#~ "habilitar este plug-in, selecione <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui style=\"menuitem\">Preferências</gui> <gui>Plug-ins</gui> "
+#~ "<gui>Inserir data/hora</gui></guiseq>. Para usar o plug-in, pressione "
+#~ "<guiseq><gui style=\"menu\">Editar</gui><gui>Inserir data e hora</gui></"
+#~ "guiseq>."
+
+#~ msgid "Print preview"
+#~ msgstr "Visualiza a impressão"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+
+#~ msgid ""
+#~ "You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+#~ "operation, so we recommend that you save the file immediately before "
+#~ "performing the sort. If you make a mistake with the sort, you can revert "
+#~ "to the previously-saved version of the file by selecting "
+#~ "<guiseq><gui>File</gui><gui>Revert</gui></guiseq>."
+#~ msgstr ""
+#~ "Você não pode usar o recurso <gui>Desfazer</gui> para corrigir uma "
+#~ "operação <gui>Ordenar</gui>, por isso recomendamos que você salve o "
+#~ "arquivo imediatamente antes de efetuar o ordenamento. Se você cometer um "
+#~ "erro com a ordenação, você pode reverter para a versão salva "
+#~ "anteriormente do arquivo selecionando <guiseq> <gui>Arquivo</"
+#~ "gui><gui>Reverter</gui></guiseq>."
+
+# Está errado o <gui style=\"menu\">gedit</gui> na mensagem original, motivo pelo qual traduzi com o item de menu certo: "Editar".
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Selecione <guiseq><gui style=\"menu\">Editar</gui> <gui style=\"menuitem"
+#~ "\">Ordenar</gui></guiseq>."
+
+#~ msgid ""
+#~ "Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</"
+#~ "key> feature to move up or down through the text."
+#~ msgstr ""
+#~ "Pressione <key>Ctrl</key> e use o recurso de <key>rolagem</key> do seu "
+#~ "mouse ou touchpad para mover para cima ou para baixo através do texto."
+
+#~ msgid ""
+#~ "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+#~ "<gui>Open Files</gui> dialog."
+#~ msgstr ""
+#~ "Escolha <guiseq><gui>Arquivo</gui><gui>Abrir</gui></guiseq> para exibir a "
+#~ "janela de <gui>Abrir arquivos</gui>."
+
+#~ msgid ""
+#~ "Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</"
+#~ "gui> dialog."
+#~ msgstr ""
+#~ "Selecione o ícone de <gui>Lápis</gui> próximo ao topo da janela de "
+#~ "<gui>Abrir arquivos</gui>."
+
+#~ msgid ""
+#~ "To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+#~ "gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+#~ "click on the <gui>file-browser</gui> icon at the bottom of the pane."
+#~ msgstr ""
+#~ "Para ativar e usar o <gui>painel lateral</gui>, selecione "
+#~ "<guiseq><gui>Ver</gui><gui>Painel lateral</gui></guiseq>(ou apenas "
+#~ "pressione <key>F9</key>), e então clique no ícone do <gui>navegador de "
+#~ "arquivos</gui> no canto inferior do painel."
+
+# Descrição de atalho de teclado. Tirei ponto ".", pois nenhuma outra descrição tem ponto.
+#~ msgid "Show / hide the bottom pane"
+#~ msgstr "Mostra / oculta o painel inferior"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+
+#~ msgid "To Do This"
+#~ msgstr "Para fazer isso"
+
+#~ msgid "Press This"
+#~ msgstr "Pressione isso"
+
+#~ msgid "Enable and use spell-checking feature"
+#~ msgstr "Habilitar e usar o recurso de verificação ortográfica"
+
+#~ msgid "View a list of files in the side pane"
+#~ msgstr "Vendo uma lista de arquivos no painel lateral"
+
+#~ msgid ""
+#~ "Keeping track of a large number of files using tabs can be difficult. One "
+#~ "way of managing large numbers of files is viewing them in a side pane. "
+#~ "Side panes allow you to view more files at a time than is possible using "
+#~ "tabs alone."
+#~ msgstr ""
+#~ "Manter o controle de um grande número de arquivos usando abas pode ser "
+#~ "difícil. Uma maneira de gerenciar um grande número de arquivos é vê-las "
+#~ "em um painel lateral. Painéis laterais permitem que você visualize "
+#~ "arquivos mais de uma vez do que é possível usando apenas abas."
+
+#~ msgid ""
+#~ "To view a list of open files in a side pane, click <guiseq><gui style="
+#~ "\"menu\">View</gui> <gui style=\"menuitem\">Side Pane</gui></guiseq>. A "
+#~ "pane will appear to the left of the workspace with a listing of all "
+#~ "currently open files. Clicking a file in the side pane will display that "
+#~ "file in the workspace."
+#~ msgstr ""
+#~ "Para ver uma lista dos arquivos abertos em um painel lateral, clique em "
+#~ "<guiseq><gui style=\"menu\">Ver</gui><gui style=\"menuitem\">Painel "
+#~ "lateral</gui></guiseq>. Um painel lateral aparecerá ao lado esquerdo do "
+#~ "ambiente de trabalho com uma lista do arquivos abertos atualmente. "
+#~ "Clicando em um arquivo no painel lateral irá exibir aquele arquivo no "
+#~ "espaço de trabalho."
+
+#~ msgid "documents icon"
+#~ msgstr "ícone de documentos"
+
+#~ msgid ""
+#~ "The side pane also contains a <app>File Browser</app> view. If the pane "
+#~ "displays a file directory instead of currently open files, click <_:"
+#~ "media-1/> at the bottom of the pane to switch to the <app>Documents</app> "
+#~ "view."
+#~ msgstr ""
+#~ "O painel lateral também contém uma visualização do <app>Navegador de "
+#~ "arquivos</app>. Se o painel lateral exibir um diretório de arquivos ao "
+#~ "invés dos arquivos abertos atualmente, clique no <_:media-1/> no canto "
+#~ "inferior do painel para alternar para a visualização de <app>Documentos</"
+#~ "app>."
+
+#~ msgid ""
+#~ "The side pane only displays files that are open in the current window. "
+#~ "When multiple windows are open, only the files in the current window will "
+#~ "be displayed in the side pane."
+#~ msgstr ""
+#~ "O painel lateral apenas exibe os arquivos que estão abertos na janela "
+#~ "atual. Quando várias janelas estão abertas, apenas os arquivos da janela "
+#~ "atual serão exibidos no painel lateral."
+
+#~ msgid "To change the color scheme, complete the following steps:"
+#~ msgstr "Para alterar o esquema de cor, complete os seguintes passos:"
+
+#~ msgid ""
+#~ "or, while the tab to be moved is open, choose <guiseq><gui>Documents </"
+#~ "gui><gui>Move to New Window</gui></guiseq>"
+#~ msgstr ""
+#~ "ou, enquanto a aba movida é aberta, escolha <guiseq><gui>Documentos</"
+#~ "gui><gui>Mover para nova janela</gui></guiseq>"
+
+#~ msgid "http://creativecommons.org/licenses/by-sa/3.0/"
+#~ msgstr "https://creativecommons.org/licenses/by-sa/3.0/deed.pt_BR"
+
+#~ msgid ""
+#~ "This work is licensed under the Creative Commons Attribution-ShareAlike "
+#~ "3.0 Unported License. To view a copy of this license, visit <_:link-1/> "
+#~ "or send a letter to Creative Commons, 444 Castro Street, Suite 900, "
+#~ "Mountain View, California, 94041, USA."
+#~ msgstr ""
+#~ "Este trabalho está licenciado sob a Licença Creative Commons Atribuição-"
+#~ "Compartilhada Igual 3.0 Não Adaptada. Para ver uma cópia desta licença, "
+#~ "visite <_:link-1/> ou envie uma carta para Creative Commons, 444 Castro "
+#~ "Street, Suite 900, Mountain View, California, 94041, USA."
+
+#~ msgid "Log user activity for documents which are opened in gedit"
+#~ msgstr ""
+#~ "Registra a atividade dos usuários em documentos que estão abertos no gedit"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Provedor de dados Zeitgeist"
+
+#~ msgid ""
+#~ "Zeitgeist is a service that logs user activities and events. Zeitgeist "
+#~ "lets other applications access this information in the form of statistics "
+#~ "and timelines.The Zeitgeist dataprovider plugin for <app>gedit</app> "
+#~ "records user activity for documents used with gedit giving easy access to "
+#~ "recently-used and frequently-used files."
+#~ msgstr ""
+#~ "Zeitgeist é um serviço que registra as atividades dos usuários e eventos. "
+#~ "O Zeitgeist permite que outros aplicativos acessem estas informações na "
+#~ "forma de estatísticas e linhas do tempo. O plug-in do provedor de dados "
+#~ "Zeitgeist para o <app>gedit</app> grava as atividades do usuário para "
+#~ "documentos usados com o gedit, proporcionando acesso fácil a arquivos "
+#~ "usados recentemente e aos arquivos usados com frequência."
+
+#~ msgid "Enable Zeitgeist dataprovider"
+#~ msgstr "Habilitando o provedor de dados Zeitgeist"
+
+#~ msgid "Select <gui style=\"menuitem\">Zietgeist Dataprovider</gui>."
+#~ msgstr ""
+#~ "Selecione <gui style=\"menuitem\">Provedor de dados Zeitgeist</gui>."
+
+#~ msgid ""
+#~ "The easiest way to create a new file in <app>gedit</app>, is to click the "
+#~ "icon in the toolbar that looks like a blank piece of paper. If you "
+#~ "prefer, you may also select <guiseq><gui>File</gui><gui>New</gui></"
+#~ "guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+#~ msgstr ""
+#~ "A maneira mais fácil para criar um novo arquivo no <app>gedit</app>, é "
+#~ "clicar no ícone que se parece com um pedaço de papel em branco. Se "
+#~ "preferir, você também pode selecionar <guiseq><gui>Arquivo</"
+#~ "gui><gui>Novo</gui> </guiseq> ou pressione <keyseq><key>Ctrl</key><key>N</"
+#~ "key> </keyseq>."
+
+#~ msgid ""
+#~ "To save a file in <app>gedit</app>, click on the disk-drive icon with the "
+#~ "word <gui style=\"button\">Save</gui> next to it. You may also select "
+#~ "<guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Save</"
+#~ "gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+#~ msgstr ""
+#~ "Para salvar um arquivo no <app>gedit</app>, clique no ícone de disco "
+#~ "rígido com a palavra <gui style=\"button\">Salvar</gui> próximo a ele. "
+#~ "Você também pode selecionar <guiseq><gui style=\"menu\">Arquivo</gui><gui "
+#~ "style=\"menuitem\">Salvar</gui></guiseq>, ou basta pressionar "
+#~ "<keyseq><key>Ctrl</key><key>S</key></keyseq>."
diff --git a/help/ro/figures/gedit-html-snippet.png b/help/ro/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..f3f5641
--- /dev/null
+++ b/help/ro/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/ro/figures/gedit3-screenshot.png b/help/ro/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..db927ab
--- /dev/null
+++ b/help/ro/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/ro/ro.po b/help/ro/ro.po
new file mode 100644
index 0000000..d21fa8f
--- /dev/null
+++ b/help/ro/ro.po
@@ -0,0 +1,5308 @@
+# Copyright (C) 2011 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# dlmuresan <mihaimuresan22@gmail.com>, 2011.
+# Laurențiu Cristian Ion <ionlaurentiucristian@gmail.com>, 2012.
+# Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 2015, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"POT-Creation-Date: 2020-11-20 05:37+0000\n"
+"PO-Revision-Date: 2021-01-22 15:07+0100\n"
+"Last-Translator: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>\n"
+"Language-Team: Gnome Romanian Translation Team <gnomero-list@lists."
+"sourceforge.net>\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n"
+"%100<=19) ? 1 : 2);\n"
+"X-Generator: Poedit 2.4.2\n"
+"X-Project-Style: gnome\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Laurențiu Cristian Ion <ionlaurentiucristian@gmail.com>, 2012\n"
+"Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 2015, 2018-2021"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Schimbarea textului și a culorilor de fundal în gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:11
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Modificarea schemei de culori"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> include câteva scheme de culori diferite, permițându-vă să "
+"modificați aspectul ferestrei principale."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Pentru a modifica schema de culori:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39 C/gedit-change-default-font.page:29
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Apăsați butonul meniu din bara de sus a ferestrei, apoi selectați "
+"<guiseq><gui style=\"menuitem\">Preferințe</gui><gui>Font și culori</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Alegeți schema de culori dorită."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Noua schemă de culori va fi aplicată imediat."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Utilizarea unei scheme personalizate de culori"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Puteți utiliza și scheme de culori care au fost create de alții, sau să "
+"creați și să folosiți propria schemă de culori."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Instrucțiuni despre cum se instalează scheme de culori personalizate, precum "
+"și exemple de scheme de culori pe care să le puteți descărca și utiliza, "
+"sunt disponibile în <link href=\"https://wiki.gnome.org/Projects/"
+"GtkSourceView/StyleSchemes\">wiki-ul gedit</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr ""
+"Utilizarea unui font personalizat în gedit pentru textul dumneavoastră."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:13
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:20
+msgid "Change the default font"
+msgstr "Schimbarea fontului implicit"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:22
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> va folosi fontul monospațiat al sistemului, dar puteți "
+"schimba fontul implicit <app>gedit</app> să se potrivească cu preferințele "
+"dumneavoastră."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:27
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Pentru a schimba fontul implicit în <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr ""
+"Deselectați căsuța de lângă fraza „Utilizează fontul monospațiat din sistem.”"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:34
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Apăsați clic pe numele fontului curent. <app>gedit</app> va deschide o "
+"fereastră din care puteți alege fontul, permițându-vă să vedeți fonturile "
+"disponibile și să alegeți fontul preferat."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"După ce ați ales un font nou, utilizați <gui>glisorul</gui> de sub lista cu "
+"fonturi pentru a configura dimensiunea implicită a fontului."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:39
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr "Clic pe <gui>Selectează</gui>, apoi închideți dialogul."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Ieșirea din fișierul pe care îl folosiți."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Închiderea unui fișier"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Pentru a salva un fișier în <app>gedit</app>, apăsați pe butonul <gui style="
+"\"button\">x</gui> din partea dreaptă a tabului fișierului, sau apăsați "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Oricare dintre aceste acțiuni va închide un fișier în <app>gedit</app>. Dacă "
+"fișierul conține modificări care nu au fost salvate, <app>gedit</app> vă va "
+"întreba dacă să salveze modificările înainte de a închide fișierul."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Deschiderea unui fișier nou pentru editare."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Crearea unui fișier nou"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Cea mai ușoară modalitate de a crea un fișier nou în <app>gedit</app>, este "
+"să apăsați pe butonul <gui>Creează un document nou</gui> din partea stângă a "
+"barei de instrumente, sau apăsând <keyseq><key>Ctrl</key><key>T</key></"
+"keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Oricare dintre aceste acțiuni va crea un nou fișier în fereastra <app>gedit</"
+"app>. Dacă aveți alte fișierele deschise în <app>gedit</app>, fișierul nou "
+"pe care îl creați va apărea ca un tab nou în partea dreaptă a acestor "
+"fișiere."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Utilizarea privilegiilor administrative pentru a edita un fișier."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Editarea unui fișier ca utilizator root"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Editarea fișierelor ca root (administrator) este potențial periculoasă, și "
+"poate aduce daune sistemului. Aveți mare grijă atunci când editați fișiere "
+"ca root (administrator)."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Pentru a edita fișiere ca administrator, porniți <app>gedit</app> din "
+"terminal introducând:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Folosind comanda <cmd>sudo</cmd>, va trebui să introduceți cu succes parola "
+"înainte de a deschide <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Ca alternativă la comanda <cmd>sudo</cmd>, puteți obține privilegii "
+"administrative introducând:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr "Apoi puteți lansa <app>gedit</app> utilizând comanda <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Odată ce ați deschis <app>gedit</app> cu privilegii administrative, "
+"<app>gedit</app> va reține acele privilegii până la închidere."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Învățați lucrurile de bază pentru a lucra cu fișiere în gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr ""
+"Funcționalități elementare: Deschiderea, închiderea și salvarea de fișiere"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Dacă sunteți începător în <app>gedit</app>, aceste subiecte vă vor ajuta cu "
+"crearea, salvarea, deschiderea și închiderea fișierelor."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Configurarea gedit pentru a utiliza întregul ecran."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Folosirea modului „pe tot ecranul”"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Când lucrați cu un document mare, ați putea găsi util să lucrați în modul pe "
+"întregul ecran al lui <app>gedit</app>. Folosind modul pe întregul ecran va "
+"ascunde <gui>bara de meniuri</gui>, <gui>bara de taburi</gui> și <gui>bara "
+"de instrumente</gui>, prezentându-vă mai mult din text și permițându-vă să "
+"vă concentrați mai bine pe sarcinile dumneavoastră."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Activarea modului „pe tot ecranul”"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Pentru a activa modul „pe tot ecranul”, apăsați <key>F11</key>. Meniul "
+"<app>gedit</app>, titlul, și barele cu taburi vor fi ascunse și veți fi "
+"prezentat numai cu textul fișierului curent."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Dacă doriți să efectuați o acțiune din meniul <app>gedit</app> în timp ce "
+"lucrați în modul „pe tot ecranul”, mutați indicatorul mausului în partea de "
+"sus a ecranului. Bara de meniu <app>gedit</app> va reapărea, și veți putea "
+"alege acțiunea dorită."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Pentru a comuta între taburile deschise în timp ce sunteți în modul „pe tot "
+"ecranul”, apăsați <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></"
+"keyseq>, ori <keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Dezactivarea modului „pe tot ecranul”"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Pentru a dezactiva modul „pe tot ecranul” și a reveni la fereastra standard "
+"<app>gedit</app>, apăsați <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Puteți de asemenea să deplasați cursorul mausului în partea de sus a "
+"ecranului, și așteptați apariția <gui>barei de meniu</gui>. Când apare "
+"<gui>bara de meniu</gui>, selectați butonul <gui>Părăsește modul pe tot "
+"ecranul</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Utilizarea panoului lateral din gedit ca navigator de fișiere."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Vizualizarea și deschiderea fișierelor din panoul lateral"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"Cea mai frecventă modalitate de a comuta între fișiere în <app>gedit</app> "
+"este utilizarea taburilor din partea de sus a ferestrei <app>gedit</app>. În "
+"unele cazuri, în special atunci când lucrați cu un număr mare de fișiere "
+"deschise, poate fi mai ușor să folosiți panoul lateral."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Pentru a activa panoul lateral, selectați <guiseq><gui>Vizualizare</gui> "
+"<gui>Panou lateral</gui></guiseq>, sau apăsați tasta <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Puteți comuta panoul lateral în deschis sau închis apăsând <key>F9</key> în "
+"orice moment."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Deschiderea fișierelor din panoul lateral"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Pentru a deschide fișiere din panoul lateral, mai întâi deschideți panoul "
+"lateral selectând <guiseq><gui>Vizualizare</gui> <gui>Panou lateral</gui></"
+"guiseq>, (sau doar apăsați <key>F9</key>) apoi alegeți <gui>Navigator de "
+"fișiere</gui> din lista de selecție din partea de sus a panoului."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Aceasta va activa modul <em>navigator fișiere</em> al panoului lateral. "
+"Puteți apoi folosi butoanele de navigare din partea superioară a panoului "
+"pentru a localiza și deschide fișierele dorite."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Folosirea panoului lateral pentru a comuta între fișierele deschise"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"O dată ce aveți mai multe fișiere deschise, puteți folosi panoul lateral "
+"pentru a comuta între fișierele deschise. Pentru a lista documentele "
+"deschise, alegeți <gui>Documente</gui> din lista de selecție din partea "
+"superioară a panoului."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Apăsând pe orice nume de fișier în panoul lateral va deschide acel fișier "
+"pentru editare."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Deschiderea fișierelor pentru a lucra la ele."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Deschiderea unui fișier sau unui set de fișiere"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Pentru a deschide un fișier în <app>gedit</app>, apăsați pe butonul "
+"<gui>Deschidere</gui> sau apăsați <keyseq><key>Ctrl</key><key>O</key></"
+"keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Aceasta va determina ca dialogul <gui>Deschide</gui> să apară. Folosiți "
+"mausul sau tastatura pentru a selecta fișierul pe care doriți să îl "
+"deschideți și apoi apăsați pe <gui>Deschide</gui>. Fișierul pe care l-ați "
+"selectat se va deschide într-o filă nouă."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Pentru a închide caseta de dialog <gui>Deschide</gui> fără deschiderea unui "
+"fișier, apăsați pe <gui>Anulează</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Puteți folosi tastele <key>Ctrl</key> și <key>Shift</key> pentru a deschide "
+"mai multe fișiere simultan. Dacă țineți apăsată tasta <key>Ctrl</key> în "
+"timp ce selectați mai multe fișiere, apăsând pe <gui>Deschide</gui> va "
+"deschide fiecare dintre fișierele pe care le-ați selectat."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Apăsând <key>Shift</key> în timp ce alegeți mai multe fișiere, se va "
+"deschide primul fișier selectat, ultimul fișier selectat și toate fișierele "
+"dintre ele."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Accesarea fișierelor care sunt stocate pe un calculator diferit."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Deschiderea unui fișier care se află pe un server"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Înainte de a deschide un fișier de pe un server din cadrul <app>gedit</app>, "
+"trebuie să știți unele informații tehnice despre server. De exemplu, va "
+"trebui să știți adresa IP sau URL-ul serverului, și poate fi necesar să "
+"știți ce fel de server este (de exemplu, HTTP, FTP, etc.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"De asemenea, unele tipuri de servere impun restricții în ceea ce puteți face "
+"cu fișierele stocate pe server. De exemplu, puteți să deschideți un fișier "
+"de pe un server, dar poate fi necesar să salvați modificările în fișier la "
+"nivel local, pe propriul computer."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Cu aceste limitări în minte, efectuați următorii pași pentru a deschide un "
+"fișier de pe un server folosind <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "În bara de sus, apăsați <gui>Deschide</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Apăsați <gui>Alte locații</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Introduceți adresa IP sau URL-ul serverului corespunzător."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Găsiți și alegeți fișierul pe care doriți să-l deschideți."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Folosiți lista de selecție de codificare caractere pentru a selecta "
+"codificarea de caractere corespunzătoare."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Apăsați <gui>Deschide</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Tipurile valide de URI includ http:, ftp:, file:, și toate metodele "
+"suportate de <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Fișierele de la unele tipuri de URI sunt deschise doar în citire, iar "
+"modificările trebuie salvate într-o altă locație. De exemplu, HTTP permite "
+"numai citirea fișierelor. Fișierele deschise din FTP sunt doar-în-citire, "
+"deoarece nu toate serverele FTP ar putea să funcționeze corect cu salvarea "
+"fișierelor la distanță."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr ""
+"Accesarea fișierelor pe care le-ați deschis anterior în <app>gedit</app>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Redeschiderea unui fișier folosit recent"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> oferă acces ușor la zece dintre cele mai recent folosite "
+"fișiere, care au fost deschise anterior în <app>gedit</app>. Puteți să "
+"deschideți un fișier folosit recent astfel:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Apăsați pe săgeata din dreapta butonului <gui>Deschidere</gui> din bara de "
+"antet."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"<app>gedit</app> va afișa o listă cu zece dintre cele mai recent folosite "
+"fișiere."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Alegeți fișierul dorit, și se va deschide într-un tab nou."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Când planați cu mausul deasupra unu fișier folosit recent din meniu, calea "
+"completă către fișier este afișată în bara de stare de la baza ferestrei "
+"<app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr ""
+"Utilizarea modulelor pentru a personaliza modul în care gedit funcționează."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Configurarea și utilizarea modulelor gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Puteți face mai mult cu <app>gedit</app> utilizând module. Câteva module "
+"sunt instalate în mod implicit, dar un număr mare de alte module sunt "
+"disponibile separat."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Multe distribuții GNU/Linux fac un grup din aceste mudule disponibil ca un "
+"pachet <app>gedit-plugins</app>. Instalați pachetul <app>gedit-plugins</app> "
+"pentru a face aceste module suplimentare disponibile pentru <app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Instalați module gedit</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Module gedit implicite"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Module gedit adiționale"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Modifică dimensiunea textului selectat."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Dimensiune text"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Acest modul vă ajută să modificați mărimea porțiunilor selectate de text. Îl "
+"puteți folosi pentru a modifica textul să fie toate minuscule, toate "
+"majuscule, pentru a inversa mărimea, sau aplica prima literă majusculă. "
+"Pentru a activa acest modul, selectați <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Preferințe</gui> <gui>Module</"
+"gui><gui>Dimensiune text</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"O dată ce modulul <em>Dimensiune text</em> este activat, îl puteți folosi "
+"completând următorii pași:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Evidențiați porțiunea de text pe care doriți să o modificați."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">gedit</gui><gui>Modifică dimensiunea</"
+"gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Alegeți opțiunea de formatare text dorită."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Actualizările pentru formatarea textului vor avea loc imediat."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Opțiunea <gui>Inversează dimensiune</gui> va transforma toate literele "
+"minuscule în majuscule și toate literele majuscule în minuscule."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Opțiunea <gui>Dimensiune titlu</gui> va converti prima literă a fiecărui "
+"cuvânt în majusculă. Toate celelalte litere vor fi convertite în minuscule."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Dacă nu ați evidențiat niciun text, caracteristica de <em>Dimensiune text</"
+"em> va fi gri. Trebuie să alegeți o porțiune de text înainte de a folosi "
+"caracteristica <em>Dimensiune text</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Vizualizează statisticile documentului."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Statistici document"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Modulul <em>Statistici document</em> poate arăta diverse statistici despre "
+"documentul curent. Pentru a activa acest plugin, selectați <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferințe</gui> "
+"<gui>Module</gui><gui>Statistici document</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Utilizarea statisticilor documentului"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"O dată ce modulul este activat, folosiți-l prin selectarea "
+"<guiseq><gui>Instrumente</gui> <gui>Statistici document</gui></guiseq>. O "
+"fereastră va afișa informațiile statistice din document, inclusiv numărul de "
+"cuvinte, linii, caractere, caractere non-spațiu și dimensiunea fișierului în "
+"octeți."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"De asemenea, puteți folosi <em>Statisticile documentului</em> pentru a vă "
+"arăta informații doar despre o porțiune din document. Pentru aceasta, "
+"folosiți indicatorul mausului pentru a selecta porțiunea de text pe care "
+"doriți să o examinați și apoi alegeți <guiseq><gui>Instrumente</"
+"gui><gui>Statistici document</gui></guiseq>. <app>Gedit</app> va afișa "
+"informații și pentru întregul document, precum și pentru porțiunea de text "
+"care ați evidențat-o."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Execută scripturi pe fișierele curente, și interacționează cu alte aplicații."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Unelte externe"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Modulul <em>Unelte externe</em> poate ajuta la simplificarea sarcinilor "
+"repetitive. Mai exact, extinde <app>gedit</app> ajutându-vă să executați "
+"scripturi în fișierele dumneavoastră de lucru, și permițând lui <app>gedit</"
+"app> să interacționeze cu alte programe de pe computer. Pentru a activa "
+"modulul <app>Unelte externe</app>, selectați <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferințe</gui><gui>Module</gui> "
+"<gui>Unelte externe</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Configurarea modulului unelte externe"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"O dată ce ați activat modulul, va trebui să îl configurați pentru a se "
+"potrivi nevoilor dumneavoastră. Opțiunile de configurare sunt disponibile "
+"prin selectarea <guiseq><gui>Unelte</gui><gui>Administrează unelte externe</"
+"gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Acest modul este pentru utilizatori avansați și necesită cunoștințe de "
+"scripting pentru a fi folosit în mod eficient. Folosiți acest modul cu "
+"grijă, așa încât greșeli cu scripturile pot afecta munca dumneavoastră în "
+"moduri neintenționate."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Folosește panoul lateral pentru a căuta și deschide fișiere."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Panoul de navigare fișiere"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"În funcție de modul în care folosiți <app>gedit</app>, ați putea găsi util "
+"să folosiți modulul <app>Panoul de navigare fișiere</app>. Acest modul "
+"încorporează un <app>navigator de fișiere</app> în panoul lateral, oferindu-"
+"vă acces ușor la fișierele folosite frecvent."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Puteți activa panoul lateral selectând <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Preferințe</gui> <gui>Module</gui><gui>Panoul de "
+"navigare fișiere</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Introduce data/ora curentă la poziția cursorului."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Introducerea datei/orei"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"După cum numele acestui modul sugerează, modulul <gui>Introdu Dată/Oră</gui> "
+"permite adăugarea datei și/sau a orei la poziția curentă a cursorului."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Pentru a activa modulul:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Apăsați butonul meniu din bara de sus a ferestrei, apoi selectați "
+"<guiseq><gui style=\"menuitem\">Preferințe</gui><gui>Font și culori</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Selectați <gui style=\"menuitem\">Introdu dată/oră</gui> pentru a activa "
+"modulul."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Apăsați butonul meniu din bara de sus a ferestrei, apoi selectați "
+"<guiseq><gui style=\"menuitem\">Unelte</gui><gui>Introdu data și ora…</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"În mod implicit, modulul <gui>Inserare dată și oră</gui> vă va solicita să "
+"alegeți formatul dumneavoastră preferat de dată și oră de fiecare dată când "
+"folosiți modulul. Cu toate acestea, puteți alege propriul format implicit de "
+"dată și oră selectând <guiseq><gui style=\"menuitem\">Preferințe</gui> <gui "
+"style=\"tab\">Module</gui><gui>Inserare dată și oră</gui><gui>Preferințe</"
+"gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Cum se instalează module din părți terțe."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Module gedit adiționale"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Instalând module terțe va oferi funcționalități suplimentare care nu sunt "
+"disponibile în modulele implicite <app>gedit</app>, sau chiar în modulele "
+"suplimentare care fac parte din pachetul <app>gedit-plugins</app>. O listă "
+"online de module terțe este <link href=\"https://wiki.gnome.org/Apps/Gedit"
+"\">menținută aici</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Instalarea unui modul terț implică descărcarea modulului, introducerea "
+"fișierelor în directorul corect și activarea modulului."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Puteți descărca de obicei un modul de pe situl modulului, dar poate fi "
+"necesar să folosiți un program de control de revizii ca <app>git</app>, "
+"<app>bazaar</app> sau <app>subversion</app> pentru a copia un repozitoriu al "
+"unui modul de pe internet. Consultați documentația modulului pentru "
+"informații despre obținerea modulului."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Plasați fișierele modulului în directorul <file>/home/<var>utilizator</var>/."
+"local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Desigur, înlocuiți cuvântul <var>utilizator</var> cu propriul nume de "
+"utilizator."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"După ce ați plasat fișierele modulului în directorul corect, modulul va "
+"apărea în meniul Preferințe. Apăsați meniul buton din dreapta sus a "
+"ferestrei și selectați <guiseq><gui>Preferințe</gui><gui style=\"tab"
+"\">Module</gui><gui>[Nume modul]</gui> </guiseq> pentru a activa modulul."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Apăsați <gui>Închidere</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"După ce ați activat modulul, ar trebui să fie disponibil pentru a-l folosi."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Directorul <file>.local</file> este ascuns în mod implicit. Pentru a-l "
+"vizualiza pe acesta și alte fișiere ascunse, selectați "
+"<guiseq><gui>Vizualizare</gui><gui>Arată fișiere ascunse</gui></guiseq>, sau "
+"apăsați <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"În cazul în care directorul <file>.local/share/gedit/plugins/</file> nu este "
+"prezent pe sistemul dumneavoastră, va trebui să îl creați."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+"Suport linii de mod (modelines) în stil Emacs, Kate și Vim pentru gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Linii de mod"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Modulul <app>Linii de mod (modelines)</app> îi permite lui <app>gedit</app> "
+"să analizeze liniile de text de la începutul și sfârșitul unui fișier, și "
+"apoi să aplice un set de preferințe de document la fișier. Modulul "
+"<app>Linii de mod (modelines)</app> acceptă un subset de opțiuni folosite de "
+"către editoarele de text <app>Emacs</app>, <app>Kate</app> și <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Pentru a activa modulul <app>Linii de mod (modelines)</app>, selectați "
+"<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Preferințe</"
+"gui><gui>Module</gui><gui>Linii de mod (modelines)</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Opțiuni generale pentru linii de mod"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Următoarele opțiuni pot fi configurate folosind liniile de mod <app>gedit</"
+"app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Lățimea tabului"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Indentarea lățimii"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Inserarea de spații în loc de taburi"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Încadrarea textului"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Lățimea marginii din dreapta"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Preferințe configurate utilizând linii de mod au prioritate față de cele "
+"specificate în caseta de dialog Preferințe."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Linii de mod Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Primele două linii dintr-un document sunt scanate pentru linii de mod "
+"<app>Emacs</app> și <app>gedit</app> acceptă următoarele opțiuni de linii de "
+"mod <app>Emacs</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Lățimea tabului"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Decalajul identării"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Modul de indentare a taburilor"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Autoîncadrarea textului"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Pentru mai multe informații despre liniile de mod <app>Emacs</app>, "
+"consultați <link href=\"https://www.gnu.org/software/emacs/manual/emacs.html"
+"\">Manualul GNU Emacs</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Linii de mod Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Primele și ultimele zece linii ale unui document sunt scanate pentru linii "
+"de mod <app>Kate</app>, și <app>gedit</app> acceptă următoarele opțiuni "
+"pentru liniile de mod <app>Kate</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "lățimea tabului"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "lățimea indentării"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "indentarea spațiului"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "încadrare cuvintelor"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "încadrare cuvintelor pe coloană"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Pentru mai multe informații despre liniile de mod <app>Kate</app>, vizitați "
+"<link href=\"https://kate-editor.org/\">situl Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Linii de mod Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Primele și ultimele trei linii ale unui document sunt scanate pentru linii "
+"de mod <app>Vim</app>, și <app>gedit</app> acceptă următoarele opțiuni "
+"pentru liniile de mod <app>Vim</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandare tab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (oprire tab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (lățime shift)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "încadrare"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "lățime text"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Pentru mai multe informații despre liniile de mod <app>Vim</app>, vizitați "
+"<link href=\"https://www.vim.org/\">situl Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Adăugați o consolă Python interactivă în panoul de jos."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Consola python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Puteți adăuga o consolă Python la panoul de jos, permițându-vă să testați "
+"scripturi Python fără a părăsi <app>gedit</app>. Pentru a activa consola de "
+"Python, selectați <guiseq><gui style=\"menu\">gedit</gui> <gui style="
+"\"menuitem\">Preferințe</gui><gui>Module</gui> <gui>Consolă Python</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"O dată ce consola Python este activată, o puteți deschide selectând "
+"<guiseq><gui>Vizualizare</gui><gui>Panou de jos</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Dacă ați activat și modulul <gui>Terminal încorporat</gui>, <gui>consola "
+"Python</gui> va apărea ca un tab separat în panoul de jos."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Deschide rapid un fișier sau un set de fișiere."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Deschidere rapidă"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Așa cum numele acestui modul ar implica, modulul <app>Deschidere rapidă</"
+"app> vă ajută să deschideți fișiere mai rapid decât modul obișnuit de "
+"deschidere fișiere. Pentru a activa acest modul, selectați <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui>Preferințe</gui><gui>Module</"
+"gui><gui>Deschidere rapidă</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Odată ce ați activat modulul <app>Deschidere rapidă</app> îl puteți folosi "
+"astfel:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Deschideți dialogul <app>Deschidere rapidă</app> apăsând <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, sau selectând <gui style=\"menuitem"
+"\">Deschidere rapidă…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Dialogul de fișiere <gui>Deschidere rapidă</gui> va apărea."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr ""
+"Folosiți mausul pentru a selecta fișierul sau fișierele pe care doriți să le "
+"deschideți."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Pentru a selecta mai multe fișiere individuale, mențineți apăsată tasta "
+"<key>Ctrl</key> în timp ce apăsați pe fișierele pe care doriți să le "
+"deschideți."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Pentru a selecta un grup de fișiere, apăsați pe primul fișier pe care doriți "
+"să-l deschideți, țineț tasta <key>Shift</key> apăsată și apoi apăsați pe "
+"ultimul fișier din listă pe care doriți să-l deschideți."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Deschidere rapidă</app> va controla după fișiere în:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "Directorul documentului deschis curent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"Dosarul rădăcină al modulului <app xref=\"gedit-plugins-file-browser"
+"\">Panoul de navigare fișiere</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Documente recente care sunt afișate în dosarul <file>Recente</file> din "
+"<app>Fișiere</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Directoarele pe care le-ați marcat în <app>Fișiere</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Directorul dumneavoastră <file>Desktop</file>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "Directorul dumneavoastră <file>Personal</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Deschidere rapidæ</app> afișează fișierele în oricare dintr locațiile "
+"menționate indiferent dacă au fost deschise anticipat."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Utilizează fragmente de text pentru a introduce rapid bucăți de text "
+"utilizate frecvent."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Fragmente de text"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Fragmente de text</app> oferă un mod convenient de a introduce porțiuni "
+"de cod repetitive în fișerele dumneavoastră. De exemplu un fragment HTML "
+"pentru tagul <code>&lt;img&gt;</code> va introduce deschiderea și închiderea "
+"tagului, de asemenea și locurile fixe unde ați pute introduce atributele "
+"imaginii. Asta poate face scrierea codului mai rapidă."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Activarea modulului Fragmente de text"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Pentru a activa modulul <gui>Fragmente de text</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferințe</gui> <gui style=\"tab\">Module</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Selectați <gui style=\"menuitem\">Fragmente de text</gui> pentru a activa "
+"modulul."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Navigarea fragmentelor de text"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Pentru a naviga prin fragmentele de text disponibile:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">Unelte</gui> <gui style=\"menuitem"
+"\">Administrează fragmente de text</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Asigurațivă că sintaxa este stabilită corespunzător. Bara de stare din "
+"partea inferioară a ferestrei <app>gedit</app> va arăta configurarea curentă "
+"pentru limbaj. Această configurare de limbaj este ceea ce permite gedit să "
+"insereze fragmentele potrivite. <app>Gedit</app> în mod normal va detecta "
+"limbajul sau sintaxa fișierului pe care îl folosiți, dar uneori poate fi "
+"necesar să o configurați dumneavoastră."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "În acest exemplu, limbajul configurat este HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='118dc916bd6f99e67b15c588bc68521c'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr ""
+"Navigați fragmentele de text care sunt disponibile pentru limbajul sau "
+"sintaxa dumneavoastră."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Utilizarea fragmentelor de text"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Pentru a introduce un fragment de text în documentul curent:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Tastați numele fragmentului de text dorit oriunde în documentul curent."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Apăsați <key>Tab</key> pentru a introduce fragmentul de text asociat cu "
+"termenul tastat."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Exemplu de utilizare a fragmentelor de text"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"De exemplu, dacă stabiliți sintaxa la <em>HTML</em>, tastați <code>head</"
+"code>, și apăsați tasta <key>Tab</key>. Textul va fi autocompletat într-un "
+"fragment de text cum ar fi:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Adăugarea fragmentelor de text"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Puteți adăuga Fragmente de text care funcționează fie global (agnostic de "
+"limbaj) sau numai în cadrul unei sintaxe particulare."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Selectați <guiseq style=\"menu\"><gui style=\"menuitem\">Unelte</gui> <gui "
+"style=\"menuitem\">Administrează fragmentele de text</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Din bara laterală <gui>Administrează fragmentele de text</gui> selectați "
+"sintax dorită și apăsați pe butonul „+” pentru a lista fragmentele de text "
+"existente pentru sintaxa selectată."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Pentru a adăuga un fragment care să funcționeze global (pentru atunci când "
+"nicio sintaxă sau limbă nu a fost stabilită pentru document), selectați "
+"<gui>Global</gui> din bara laterală <gui>Administrează fragmente</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Pentru a adăuga un fragment, apăsați pe iconița „plus” din bara laterală "
+"<gui>Administrează fragmente</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Introduceți un nume pentru fragment. Numele fragmentului poate fi diferit de "
+"fragmentul pe care doriți să-l adăugați."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Sub secția <gui style=\"group\">Activare</gui>, trebuie să introduceți un "
+"termen pentru zona de text <gui style=\"input\">Declanșator tab:</gui>. Veți "
+"folosi acest termen pentru a introduce fragmentul dumneavoastră."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Dacă doriți să introduceți un fragment cu o scurtătură de tastatură, apoi "
+"apăsați cu mausul pe zona de text <gui style=\"input\">Tastă scurtătură:</"
+"gui> și apăsați combinația dorită de taste. Odată ce ați apăsat și ați "
+"eliberat tastele, scurtătura de tastatură va fi stabilită."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Sub zona de text pentru <gui style=\"input\">Editare:</gui>, introduceți "
+"textul dorit pentru fragment. Puteți folosi <code>${n}</code> pentru a "
+"indica variabile unde <em>n</em> este înlocuit de un număr care reprezintă "
+"ordina numerică a variablelor incluse."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Exemplu de fragment nou"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Presupunem că ați creeat un fragent cu termenul <var>salutări</var> în <gui "
+"style=\"input\">Declanșator tab:</gui>. Zona de text <gui style=\"input"
+"\">Editare:</gui> conține:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;salutări&gt;Salut ${1:wonderful}${2:amazing} lume!\n"
+" &lt;/salutări&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Puteți introduce acest fragment tastând <var>salutări</var> în document și "
+"apăsând tasta <key>Tab</key>. Următorul fragment de text va fi introdus:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;salutări&gt;Saluări lume fantasticăextraordinară!&lt;/salutări&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Cuvintele „fantastică” și „extraordinară” pot fi reținute sau șterse în "
+"funcție de alegerea dumneavoastră. Pentru a facea asta, apăsați <key>Tab</"
+"key> pentru a alege între „fantastică” și „extraordinară” și apăsați tasta "
+"<key>Del</key> pentru a șterge opțiunea mai puțin preferată."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Aranjați liniile textului în ordine alfabetică."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Ordonare"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Plugin-ul de sortare aranjează liniile selectate de text în ordine "
+"alfabetică."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Activarea modulului de sortare"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Pentru a activa modulul <app>Sortare</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Selectați <gui style=\"menuitem\">Sortare</gui> pentru a activa modulul."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Utilizarea modulului Sortare"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Pentru a utiliza modulul <gui>Sortare</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Selectați liniile de text dorite."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">Unelte</gui> <gui style=\"menuitem"
+"\">Sortare…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Dialogul <gui>Sortare</gui> se va deschide, permițându-vă să alegeți între "
+"mai multe opțiuni de sortare:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Ordine inversă</gui> va aranja textul în ordine alfabetică inversă."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr "<gui>Elimină duplicate</gui> va elimina valorile duplicate din listă."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr "<gui>Ignorare majuscule</gui> va ignora sensibilitatea la majuscule."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Pentru ca sortarea să ignore caracterele de la începutul liniilor, setați "
+"primul caracter care trebuie folosit pentru sortare în caseta <gui>Pornire "
+"de la</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Pentru a efectua operația de sortare, apăsați pe <gui>Sortare</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Stabilește paginile de tipărit într-o ordine specifică."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Obținerea cópiilor de tipărit în ordinea corectă"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Inversă"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Imprimantele tipăresc de obicei prima pagină prima și ultima pagină ultima, "
+"așa că paginile ajung în ordine inversă când le luați de la imprimantă. "
+"Pentru a inversa ordinea:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">Fișier</gui> <gui style=\"menuitem"
+"\">Tipărește</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"În tabul <gui style=\"tab\">Generale</gui> al dialogului „Tipărește” sub "
+"<gui style=\"group\">Cópii</gui>, bifați <gui style=\"checkbox\">Inversat</"
+"gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Ultima pagină va fi tipărită prima, și așa mai departe."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Asamblat"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Dacă tipăriți mai mult de o copie a documentului, rezultatul va fi grupat în "
+"mod implicit după numărul paginii. (De exemplu copiile pagini unu sunt gata, "
+"apoi copiile paginii doi, etc.) Asamblarea va face ca fiecare copie să iasă "
+"cu paginilie grupate împreună."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Pentru a asambla:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Apăsați pe <guiseq><gui style=\"menu\">Fișier</gui> <gui style=\"menuitem"
+"\">Tipărește</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"În tabul <gui style=\"tab\">Generale</gui> al dialogului „Tipărește” sub "
+"<gui style=\"group\">Cópii</gui>, bifați <gui style=\"checkbox\">Colaj</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Tipăriți fișierele pe care le creeați cu gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Tipărirea documentelor"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Tipărirea cu <app>gedit</app> necesită că v-ați conectat și configurat "
+"imprimanta. Dacă nu ați făcut acest lucru, consultați <link href=\"help:"
+"gnome-help/printing\">documentația de ajutor pentru imprimare GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> vă permite să tipăriți într-un fișier sau pe hârtie."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Previzualizarea pentru tipărire"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Înainte să tipăriți documentul, puteți să previzualizați cum va arăta "
+"documentul tipărit utilizând <gui>Previzualizare tipărire</gui>. Pentru a "
+"previzualiza documentul:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">Fișier</gui> <gui style=\"menuitem"
+"\">Previzualizare tipărire</gui></guiseq>. Alternativ, puteți apăsa "
+"<keyseq><key>Shift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"O previzualizare a documentului se va deschide în același tab ca fișierul. "
+"Puteți naviga prin această previzualizare cu ajutorul butoanelor de navigare "
+"și uneltelor din bara de unelte din partea superioară a tabului de "
+"previzualizare. Pentru a închide și a reveni la document apăsați <gui style="
+"\"button\">Închide previzualizarea</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Tipărirea pe hârtie"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Puteți tipări documentele pe hârtie folosind o imprimantă locală sau una la "
+"distanță. Pentru a tipări un fișier:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">Fișier</gui> <gui style=\"menuitem"
+"\">Tipărește</gui> <gui style=\"tab\">Generale</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Alegeți imprimanta dorită din lista de imprimante disponibile."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Puteți previzualiza fișierul utilizând <gui style=\"button\">Previzualizare "
+"tipărire</gui> și odată ce sunteți mulțumit de configurări, apăsați <gui "
+"style=\"button\">Tipărește</gui> pentru a trimite fișierul la imprimantă."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Adițional, din tabul <gui style=\"tab\">Opțiuni pagină</gui>: puteți alege "
+"opțiuni de <gui style=\"group\">Aspect</gui> și <gui style=\"group\">Hârtie</"
+"gui>. După cum aceste opțiuni sunt disponibile în toate programele "
+"<app>GNOME</app>, Consultați ajutorul pentru <link href=\"help:gnome-help/"
+"printing#paper\">Opțiuni de aspect și hârtie</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Tipărirea cópiilor multiple și a intervalelor specificate"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Puteți stabili opțiuni de <gui style=\"group\">Intervale</gui> și <gui style="
+"\"group\">Cópii</gui> pentru a vă ajuta la:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Tipărirea în fișier"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Puteți de asemenea utiliza <app>gedit</app> pentru a tipări într-un fișier. "
+"Pentru a tipări documentul într-un fișier de format diferit:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">Fișier</gui> <gui style=\"menuitem"
+"\">Tipărește</gui> <gui style=\"menuitem\">Tipărește în fișier</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr ""
+"Tipărirea este activată pentru următoarele formate de fișiere din care "
+"puteți selecta:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Document de format portabil (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Grafică vectorială scalabilă (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Pentru a tipări documentul în fișier, apăsați pe <gui style=\"button"
+"\">Tipărește</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Alegeți paginile pe care doriți să le tipăriți."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Tipărirea numai a unor pagini specifice"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Puteți tipări selectiv numai anumite pagini din document. De exemplu dacă "
+"introduceți numerele de pagini „1,3,5-7,9”, atunci numai paginile 1, 3, 4, "
+"6, 7, și 9 vor fi tipărite. Pentru a tipări paginile alease de dumneavoastră:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">Fișier</gui> <gui style=\"menuitem"
+"\">Tipărește…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"În tabul <gui style=\"tab\">Generale</gui> în dialogul Tipărire alegeți <gui "
+"style=\"radiobutton\">Pagini</gui> din secțiunea <gui style=\"group"
+"\">Interval</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Tastați numerele paginilior pe care doriți să le tipăriți din document, "
+"separate de virgule. Utilizați cratima pentrua specifica un interval de "
+"pagini."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "O scurtă introducere la gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Începeți cu gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> is un editor de text complet pentru mediul desktop GNOME. "
+"Îl puteți folosi pentru a pregăti note simple și documente, sau puteți "
+"folosi unele dintre caracteristicile sale avansate, făcând-ul propriul "
+"dumneavoastră mediu de dezvoltare software."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='75fdc1a4994f728743cbcecb78cd2d54'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"O dată ce pornește <app>gedit</app>, puteți începe să scrieți imediat. "
+"Pentru a salva textul, apăsați pe iconița <gui>Salvare</gui> din bara de "
+"unelte <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Pentru a afla despre caracteristici suplimentare <app>gedit</app> și pentru "
+"a obține asistență cu îndeplinirea sarcinilor suplimentare, vizitați <link "
+"xref=\"index\"> celelalte porțiuni</link> din ajutorul <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Înlocuirea porțiunilor de text dintr-un fișier."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Înlocuiți textul"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Editarea de text poate fi consumatoare de timp. Pentru a economisi timp, "
+"<app>gedit</app> include o funcție de <app>Înlocuire</app> care vă ajută să "
+"găsiți și înlocuiți porțiuni de text."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Înlocuiți textul în <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Deschideți instrumentul de <gui>Înlocuire</gui> apăsând pe <guiseq><gui "
+"style=\"button\">butonul Meniu</gui><gui style=\"menuitem\">Caută și "
+"înlocuiește…</gui></guiseq> sau apăsați <keyseq><key>Ctrl</key><key>H</key></"
+"keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr ""
+"Introduceți textul pe care doriți să-l înlocuiți în câmpul <gui>Căutare</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr "Introduceți noul text de înlocuit în câmpul <gui>Înlocuiește cu</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Odată ce ați introdus textul original și cel de înlocuit, puteți adăuga "
+"parametrii extra căutării. Puteți de asemenea alege ce doriți să înlocuiți:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Pentru a înlocui <em>numai</em> potrivirea următoare, apăsați pe "
+"<gui>Înlocuire</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Pentru a înlocui <em>toate aparițiile</em> de text căutat, apăsați pe "
+"<gui>Înlocuire toate</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Folosiți funcția de <gui>Înlocuire toate</gui> cu grijă. <gui>Înlocuire "
+"toate</gui> acționează pe întregul fișier text, și nu vă permite să "
+"evidențiați anumite porțiuni din text unde se va efectua funcția de "
+"înlocuire."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Mai multe opțiuni"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Dacă doriți, puteți adăuga parametrii extra căutării:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Potriviți situația"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Opțiunea <em>Potrivire litere</em> vă permite să specificați dacă doriți ca "
+"căutarea să fie sensibilă la majuscule. Dacă este selectată această opțiune, "
+"căutările vor fi sensibile la majuscule. Dacă nu, căutările nu vor fi "
+"sensibile la majuscule."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Potriviți numai cuvintele întregi"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Folosiți această opțiune pentru a căuta un anumit cuvânt fără a include "
+"fragmente de alte cuvinte. De exemplu, dacă veți căuta cuvântul „și” cu "
+"această opțiune selectată, cuvântul „și” va fi găsit, dar cuvintele "
+"„osta<em>și</em>” și „fis<em>și</em>er” nu."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Căutare înapoi"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Această comandă se comportă identic cu comanda găsește anteriorul. Dacă "
+"doriți să trecețo prin rezultatele de căutare de la sfârșit la început, "
+"alegeți această opțiune."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Încadrare în jurul valorii"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Cu opțiunea <app>împachetare împrejur</app> activată, <app>gedit</app> va "
+"reporni acțiunea de căutare/înlocuire în partea de sus a fișierului, după ce "
+"acesta a ajuns la partea de jos a fișierului. Acest lucru asigură că "
+"acțiunea de căutare/înlocuire este făcută pe întregul fișier."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Utilizarea secvențelor de citare"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Puteți folosi <em>secvențe de citare (escape sequences)</em> pentru a căuta "
+"după schimbări de linii (line breaks), returnări (carriage returns), și "
+"taburi."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Linie nouă"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Carriage return"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tab"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Dacă doriți de fapt să căutați după <output>\\</output> (backslash) sau una "
+"dintre secvențele de citare, trebuie să citați backslashul cu un extra "
+"backslash. De exemplu, pentru a căuta după <input>\\</input>, trebuie să "
+"introduceți <input>\\\\</input> în căsuța de căutare sau câmpul de "
+"înlocuire. Similar, puteți căuta după secvențele de citare în același mod: "
+"pentru a căuta sau înlocui un <input>\\n</input>, folosiți termentul <input>"
+"\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Salvarea fișierului pentru a lucra pe el mai târziu."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Salvarea unui fișier"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Pentru a salva un fișier în <app>gedit</app>, apăsați pe butonul <gui style="
+"\"button\">Salvează</gui> din partea dreaptă a barei antet, sau apăsați "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Dacă salvați un fișier nou, va apărea un dialog, și puteți să alegeți un "
+"nume pentru fișier, precum și directorul unde doriți ca fișierul să fie "
+"salvat."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Căutarea unei porțiuni de text într-un fișier."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Căutarea după text"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Unealta Găsire vă poate ajuita să găsiți secvențe specifice de text în "
+"fișierul dumneavoastră."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Găsiți text"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Deschideți <gui>fereastra de căutare</gui> apăsând pe <guiseq><gui style="
+"\"menu\">butonul Meniu</gui> <gui style=\"menuitem\">Caută…</gui> </guiseq> "
+"sau apăsând <keyseq><key>Ctrl</key><key>F</key></keyseq>. Acest lucru va "
+"muta cursorul la începutul <gui>fereastrei de căutare</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr ""
+"Tastați textul pe care doriți să îl căutați în <gui>fereastra de căutare</"
+"gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Pe măsură ce tastați, <app>gedit</app> va începe evidențierea porțiunilor de "
+"text care se potrivesc cu ceea ce ați introdus."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+"Pentru a derula prin rezultatele de căutare, efectuați una din următoarele:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Apăsați pe săgețile <gui style=\"button\">sus</gui> sau <gui style=\"button"
+"\">jos</gui> de lângă <gui>fereastra de căutare</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Apăsați tastele <key>săgeată sus</key> sau <key>săgeată jos</key> de pe "
+"tastatură."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Apăsați <keyseq><key>Ctrl</key><key>G</key></keyseq> sau <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Pentru a închide <gui>fereastra de căutare</gui>, apăsați <key>Esc</key> sau "
+"<key>Enter</key>. Apăsând <key>Esc</key> cursorul va reveni la în locul în "
+"care a fost înainte de începutul căutării. Apăsând tasta <key>Enter</key> "
+"cursorul va reveni la poziția curentă în rezultatele de căutare."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Sfaturi pentru căutare"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Dacă evidențiați o porțiune de text cu mouseul, și apoi apăsați "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, textul evidențiat va apărea în "
+"fereastra de căutare."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Pentru mai multe opțiuni de căutare, apăsați pe iconița <gui style=\"button"
+"\">Lupă</gui> din fereastra de căutare, sau apăsați clic dreapta pe orice "
+"parte a ferestrei Căutare. Puteți selecta una sau mai multe din următoarele "
+"opțiuni:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Selectați <gui>Majuscule semnificative</gui> pentru a face căutarea "
+"sensibilă la majuscule."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Selectați <gui>Potrivire doar pentru întreg cuvântul</gui> pentru a căuta "
+"numai după cuvinte complete."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Selectați <gui>Reia de la început</gui> pentru a căuta după text până la "
+"sfârșitul textului și a începe căutarea de la început."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Textul pe care le-ați cautat va rămâne evidențiat de gedit, chiar și după ce "
+"ați finalizat căutarea. Pentru a elimina evidențierea, apăsați pe <gui style="
+"\"menuitem\">Elimină evidențierea</gui>, sau apăsați <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Verificarea fișierelor de greșeli ortografice."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Corectați-vă ortografic documentul dumneavoastră"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Activarea verificării ortografice"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Funcționalitatea de verificare orografică este oferită ca un modul în "
+"<app>gedit</app> care poate fi activată dacă este nevoie. Pentru a activa "
+"modulul:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Selectați <gui style=\"menuitem\">Verificare ortografică</gui> pentru a "
+"activa modulul."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr ""
+"Pentru a verifica cuvinte ortografiate greșit în documentul dumneavoastră:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Selectați <guiseq><gui style=\"menu\">Unelte</gui> <gui style=\"menuitem"
+"\">Verifică ortografia</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Pentru ca <app>gedit</app> să evidențieze automat cuvintele ortografiate "
+"greșit în timp ce tastați, selectați <guiseq><gui style=\"menu\">Unelte</"
+"gui><gui style=\"menuitem\">Evidențiază cuvintele ortografiate greșit</gui></"
+"guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Utilizarea verificării ortografice"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Puteți alege substituirea cuvintelor ortografiate greșit din dialogul "
+"Verifică ortografia. Cuvântul ortografiat greșit verificat de verificatorul "
+"ortografic este afișat în stil aldin lângă <gui>Cuvânt ortografiat greșit:</"
+"gui>. Puteți alege dintre următoarele acțiuni de corectare:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Schimbă în:</gui> vă permite să introduceți un cuvânt "
+"și să folosiți <gui style=\"button\">Verifică cuvântul</gui> pentru a "
+"verifica validitatea ortografierii."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Sugestii:</gui> listează înlocuitoarele disponibile "
+"pentru cuvânt."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignoră</gui> vă permite să omiteți verificarea "
+"ortografică pentru <em>o</em> instanță a cuvântului curent."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Ignoră tot</gui> vă permite să omiteți verificarea "
+"ortografică pentru <em>toate</em> instanțele cuvântului curent."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Schimbă</gui> înlocuiește cuvântul ortografiat greșit "
+"sau nerecuonscut cu <em>un</em> înlocuitor din lista cu <gui style=\"menuitem"
+"\">Sugestii:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Schimbă toate</gui> înlocuiește <em>toate</em> "
+"cuvintele ortografiate greșit sau nerecunoscute cu înlocuitorul ales din "
+"lista cu <gui style=\"menuitem\">Sugestii:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Adaugă cuvânt</gui> vă permite să adăugați cuvântul "
+"curent în <gui>Dicționarul utilizatorului</gui> <app>gedit</app>. Adăugând "
+"cuvinte personalizate în <gui>Dicționarul utilizatorului</gui> va permite ca "
+"<app>gedit</app> să recunoască cuvintele în documente și de asemenea nu le "
+"va evidenția ca greșite."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Definirea limbii de utilizat pentru verificarea ortografică"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Implicit, <app>gedit</app> va utiliza limba curentă pentru a verifica "
+"ortografic. Dacă trebuie să folosiți altă limbă, selectați <guiseq><gui "
+"style=\"menu\">Unelte</gui><gui style=\"menuitem\">Stabilește limba…</gui></"
+"guiseq>, apoi alegeți limba pe care doriți să o utilizați."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Dicționare"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> utilizează <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, un mic utilitar de sistem, pentru verificare "
+"ortografică. Enchant poate utiliza mai multe dicționare diferite pentru a "
+"verifica ortografia. Două asemenea dicționare sunt <em>Hunspell</em> și "
+"<em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Dacă limba pe care doriți să o utilizați nu este disponibilă în <app>gedit</"
+"app>, utilizați administratorul de pachete pentru a instala dicționarul "
+"dorit."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Evidențierea textului pentru lizibilitate mărită."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Porniți sintaxa evidențierii"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Evidențierea sintaxei"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> oferă evidențiere sintaxă pentru o gamă largă de limbaje de "
+"marcare, programare și științifice. Dacă <app>gedit</app> recunoaște sintaxa "
+"folosită când deschideți un fișier, acesta va evidenția automat textul."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Dacă sintaxa sau limba dumneavoastră nu este evidențiată la pornire, puteți "
+"selecta sintaxa sau limbajul corespunzător apăsând pe <guiseq><gui style="
+"\"menu\">Vizualizare</gui> <gui style=\"menuitem\">Modul de evidențiere</"
+"gui></guiseq>, și apoi selectând sintaxa dorită. Alternativ, puteți selecta "
+"numele sintaxei dintr-o listă în partea de jos a ferestrei <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Gruparea taburilor similare împreună."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Organizarea fișierelor în taburi grupate"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled File” in the new pane, and make it active. You can open files into "
+"that tab group and move tabs from one tab group to another."
+msgstr ""
+"Dacă lucrați cu taburi multiple în <app>gedit</app> le puteți grupa, făcând "
+"mai ușoară organizarea fișierelor deschise. Adăugând un nou grup de taburi "
+"va diviza fereastra <app>gedit</app> în două panouri, va deschide un nou "
+"„Documen neintitulat” în panoul cel nou și îl va face activ. Puteți deschide "
+"fișiere în acel grup de taburi și muta taburi dintr-un grup în altul."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Deschiderea unui grup de taburi în fereastra gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Pentru a deschide un tab puteți:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Clic dreapta pe un tab și selectați <gui>Mută la noul grup de taburi</gui>"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Utiliza scurtătura <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></"
+"keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Această acțiune va diviza fereastra <app>gedit</app> în două panouri, și "
+"panoul cu noul grup de taburi va fi plasat la dreapta taburilor active. "
+"Puteți muta mânerul la stânga sau la dreapta desemnând mai mult sau mai "
+"puțin spațiu pentru fereastra <app>gedit</app> în funcție de nevoile "
+"dumneavoastră."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Puteți deschide atât de multe grupuri de taburi în fereastra <app>gedit</"
+"app> cât vă permite ecranul, dar va trebui să mutați mânerul pentru a le "
+"vedea corect."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Pentru a închide panoul ce conține grupul de taburi închideți toate taburile "
+"care sunt deschise în el."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Mutarea unui tab în alt grup de taburi"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Dacă doriți să mutați un tab dintr-un grup de taburi în altul:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Apăsați și țineți mausul pe tab."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Trageți tabu spre alt panou cu grup de taburi."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Plasați-l lângă alte taburi din grupul de taburi."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Eliberați butonul mausului."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Schimbați poziția unui tab în fereastra gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Mutați și rearanjați tab-uri"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Filele din <app>gedit</app> pot fi mutate, ceea ce face mai ușor să lucrați "
+"cu fișierele. Filele poate se pot rearanja în aceeași fereastră, mutate în "
+"afara <app>gedit</app> (creând o nouă fereastră <app>gedit</app>), și mutate "
+"de la o fereastră la alta."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Schimbați ordinea tab-urilor în fereastra gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Pentru a shimba ordinea tab-urilor într-o fereastră:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Mutați tabul la poziția dorită printre alte taburi."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Tab-ul va fi plasat în cea mai apropiată poziție față de cea în care lăsați "
+"tab-ul, imediat lângă celelate tab-uri deschise."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Mutați un tab, creați o fereastră nouă gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Pentru a creea o nouă fereastră dintr-un tab existent:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Trageți și plasați tabul în afara ferestrei <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Pentru a muta tabul într-o nouă fereastră când <app>gedit</app> este "
+"maximizat, trageți tabul pe bara de sus din partea superioară a ecranului."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Mutați un tab către o altă fereastră gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Dacă doriți să mutați un tab dintr-o fereastră în alta:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Trageți tabul în fereastra nouă."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Plasați-l lângă alte taburi în noua fereastră."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Este posibil ca să vi se pară mai ușor să mutați un tab dintr-o fereastră în "
+"alta trăgând tabul către colțul <gui>Activități</gui> din <gui>GNOME Shell</"
+"gui>. Aceasta va dezvălui toate ferestrele <app>gedit</app> deschise. Apoi "
+"puteți elibera tabul pe fereastra <app>gedit</app> dorită."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Creeați sau închideți taburi în fereastra gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Adăugați și eliminați tab-uri"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Lucrul cu taburile în <app>gedit</app> permite supravegherea mai multor "
+"fișiere într-o singură fereastră."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Adăugați tab-uri"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Pentru a adăuga un tab nou, creați un fișier nou cu butonul <gui>Creează un "
+"document nou</gui> din partea stângă a barei antet, sau apăsați "
+"<keyseq><key>Ctrl</key> <key>T</key></keyseq>. Tabul va fi adăugat în partea "
+"dreaptă a celorlalte taburi."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Eliminați tab-uri"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Pentru a elimina un tab, apăsați pe <gui style=\"button\">×</gui> din partea "
+"dreaptă a tabului, sau apăsați <keyseq><key>Ctrl</key><key>W</key></keyseq>. "
+"Pentru a elimina toate taburile deschise, apăsați <keyseq><key>Ctrl</key> "
+"<key>Shift</key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Anulați o schimbare recentă a uneia din fișierele dumneav."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Anulați/refaceți o acțiune recentă"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Dacă faceți o greșeală în timp ce utilizați <app>gedit</app>, o puteți anula "
+"apăsând <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Nu veți putea anula o schimbare după ce ați închis un fișier <app>gedit</"
+"app>."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Pentru a reface modificarea, apăsați <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Editorul de text gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Editorul de text gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Pagina principală a ghidului gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Editorul de text gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Bine ați venit la ghidul de ajutor <app>gedit</app>. Pentru o scurtă "
+"introducere în cele mai de bază două caracteristici ale lui <app>gedit</"
+"app>, vizitați pagina <link xref=\"gedit-quickstart\">Începeți cu gedit</"
+"link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Alte topicuri de ajutor sunt grupate împreună in secțiunile de mai jos. "
+"Bucurați-vă de folosirea <app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Lucrul cu fișiere"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Configurați gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Module gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Printați cu gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Licența neportată Creative Commons Atribuire în condiții identice 3.0"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Această lucrare este licențiată sub <_:link-1/>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+#~ msgstr ""
+#~ "Selectați <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Preferințe</gui> <gui>Font și culori</gui></guiseq>."
+
+#~ msgid ""
+#~ "To close a file in <app>gedit</app>, select <gui style=\"menuitem"
+#~ "\">Close</gui>. Alternately, you can click the small \"X\" that appears "
+#~ "on the right-side of the file's tab, or press <keyseq><key>Ctrl</key> "
+#~ "<key>W</key></keyseq>."
+#~ msgstr ""
+#~ "Pentru a închide un fișier în <app>gedit</app>, selectați <gui style="
+#~ "\"menuitem\">Închide</gui>. Alternativ, apăsați pe micul „X” care apare "
+#~ "în partea dreaptă a tabului fișierului, sau apăsați <keyseq><key>Ctrl</"
+#~ "key> <key>W</key></keyseq>."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>L</key></keyseq> in the <gui>Open</gui> "
+#~ "dialog."
+#~ msgstr ""
+#~ "Apăsați <keyseq><key>Ctrl</key><key>L</key></keyseq> în dialogul "
+#~ "<gui>Deschidere</gui>."
+
+#~ msgid ""
+#~ "To open files from the side panel, first open the side panel by selecting "
+#~ "<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+#~ "<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown "
+#~ "at the top of the pane."
+#~ msgstr ""
+#~ "Pentru a deschide fișiere din <app>panoul lateral</app>, mai întâi "
+#~ "deschideți <app>panoul lateral</app> selectând <guiseq><gui>Vizualizare</"
+#~ "gui> <gui>Panou lateral</gui></guiseq>, apoi apăsați pe iconița "
+#~ "<gui>Navigator de fișiere</gui> din partea de jos a panoului."
+
+#~ msgid ""
+#~ "This will activate the <em>File Browser</em> mode of the side panel. You "
+#~ "can then use the navigation buttons at the top of the pane to locate and "
+#~ "open your desired files."
+#~ msgstr ""
+#~ "Acest lucru va activa modul <em>Navigator fișiere</em> al panoului "
+#~ "lateral. Puteți apoi folosi butoanele de navigare din partea superioară a "
+#~ "panoului pentru a localiza și deschide fișierele dorite."
+
+#~ msgid "Use keyboard shortcuts to help you work more quickly."
+#~ msgstr "Folosiți scurtături de tastatură pentru a lucra mai eficient."
+
+#~ msgid "Paolo Borelli"
+#~ msgstr "Paolo Borelli"
+
+#~ msgid "Jesse van den Kieboom"
+#~ msgstr "Jesse van den Kieboom"
+
+#~ msgid "Steve Frécinaux"
+#~ msgstr "Steve Frécinaux"
+
+#~ msgid "Ignacio Casal Quinteiro"
+#~ msgstr "Ignacio Casal Quinteiro"
+
+#~ msgid "Shortcut keys"
+#~ msgstr "Taste pentru scurtături"
+
+#~ msgid ""
+#~ "Use <gui>shortcut keys</gui> to perform common tasks more quickly than "
+#~ "with the mouse and menus. The following tables list all of <app>gedit's</"
+#~ "app> shortcut keys."
+#~ msgstr ""
+#~ "Folosiți <gui>comenzi rapide</gui> pentru a efectua sarcinile comune mai "
+#~ "rapid decât cu mouse și meniuri. Tabelele de mai jos enumeră toate "
+#~ "comenzile rapide ale <app>gedit</app>."
+
+#~ msgid "Tab-related Shortcut keys"
+#~ msgstr "Tab-uri legate de taste pentru scurtături"
+
+#~ msgid "Action"
+#~ msgstr "Acțiune"
+
+#~ msgid "Keyboard shortcut"
+#~ msgstr "Scurtătură de tastatură"
+
+#~ msgid "Switch to the next tab to the left"
+#~ msgstr "Comutați la tab-ul următor din stânga"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#~ msgid "Switch to the next tab to the right"
+#~ msgstr "Comutați la tab-ul următor din dreapta"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+
+#~ msgid "Close tab"
+#~ msgstr "Închideți tab-ul"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Save all tabs"
+#~ msgstr "Salvați toate filele"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+
+#~ msgid "Close all tabs"
+#~ msgstr "Închideți toate tab-urile"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+
+#~ msgid "Reopen the most recently closed tab"
+#~ msgstr "Redeschide tabul închis cel mai recent"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+
+#~ msgid "Jump to <var>n</var>th tab"
+#~ msgstr "Salt la al <var>n</var>-lea tab"
+
+#~ msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#~ msgid "New tab group"
+#~ msgstr "Grup nou de taburi"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#~ msgid "Previous tab group"
+#~ msgstr "Grupul precedent de taburi"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+
+#~ msgid "Next tab group"
+#~ msgstr "Grupul următor de taburi"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+
+#~ msgid "Shortcut keys for working with files"
+#~ msgstr "Taste pentru scurtături pentru lucrul cu fișiere"
+
+#~ msgid "Create a new document in a new window"
+#~ msgstr "Creează un nou document într-o nouă fereastră"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#~ msgid "Create a new document in a new tab"
+#~ msgstr "Creaează un nou document într-un tab nou"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#~ msgid "Open a document"
+#~ msgstr "Deschideți un document"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#~ msgid "Save the current document"
+#~ msgstr "Salvați documentul curent"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#~ msgid "Save the current document with a new filename"
+#~ msgstr "Salvați documentul curent cu un nou nume de fișier"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+
+#~ msgid "Print the current document"
+#~ msgstr "Printați documentul curent"
+
+#~ msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#~ msgid "Close the current document"
+#~ msgstr "Închideți documentul curent"
+
+#~ msgid "Quit gedit"
+#~ msgstr "Părăsiți gedit"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#~ msgid "Shortcut keys for editing files"
+#~ msgstr "Taste pentru scurtături pentru editarea fișierelor"
+
+#~ msgid "Move the selected word right one word"
+#~ msgstr "Mută cuvântul selectat la dreapta cu un cuvânt"
+
+#~ msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+
+#~ msgid "Move the selected word left one word"
+#~ msgstr "Mută cuvântul selectat la stânga cu un cuvânt"
+
+#~ msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Anulați ultima acțiune"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Refaceți ultima acțiune anulată"
+
+#~ msgid "Cut the selected text or region and place it on the clipboard"
+#~ msgstr "Tăiați textul sau regiunea selectată și plasați-o pe clipboard"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#~ msgid "Copy the selected text or region onto the clipboard"
+#~ msgstr "Copiați textul sau regiunea selectată pe clipboard"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#~ msgid "Paste the contents of the clipboard"
+#~ msgstr "Lipiți conținutul din clipboard"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#~ msgid "Select all text in the file"
+#~ msgstr "Selectați tot textul din fișier"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#~ msgid "Unselect all text"
+#~ msgstr "Deselectează tot textul"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Backslash</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Backslash</key></keyseq>"
+
+#~ msgid "Delete the current line"
+#~ msgstr "Stergeți linia curentă"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#~ msgid "Move the selected line up one line"
+#~ msgstr "Mutați linia selectată în sus cu o linie"
+
+#~ msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+
+#~ msgid "Move the selected line down one line"
+#~ msgstr "Mutați linia selectată în jos cu o linie"
+
+#~ msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+
+#~ msgid "Add a tab stop"
+#~ msgstr "Adaugă un tab"
+
+#~ msgid "<keyseq><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#~ msgid "Remove a tab stop"
+#~ msgstr "Elimină un tab"
+
+#~ msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+
+#~ msgid "Convert the selected text to upper case"
+#~ msgstr "Convertește textul selectat în majuscule"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#~ msgid "Convert the selected text to lower case"
+#~ msgstr "Convertește textul selectat în minuscule"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#~ msgid "Toggle case of the selected text"
+#~ msgstr "Comută majuscule sau minuscule pentru textul selectat"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#~ msgid "Toggle cursor visibility"
+#~ msgstr "Comută vizibilitatea cursorului"
+
+#~ msgid "<keyseq><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>F7</key></keyseq>"
+
+#~ msgid "Shortcut keys for showing and hiding panes"
+#~ msgstr "Taste pentru scurtături pentru afișarea și ascunderea panourilor"
+
+#~ msgid "Show / hide the side panel"
+#~ msgstr "Arată / ascunde panoul lateral"
+
+#~ msgid "<key>F9</key>"
+#~ msgstr "<key>F9</key>"
+
+#~ msgid "Open the file menu"
+#~ msgstr "Deschide meniul fișier"
+
+#~ msgid "<key>F10</key>"
+#~ msgstr "<key>F10</key>"
+
+#~ msgid "Shortcut keys for navigation"
+#~ msgstr "Scurtături de tastatură pentru navigație"
+
+#~ msgid "Move to matching bracket"
+#~ msgstr "Mută la paranteza potrivită"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+
+#~ msgid "Goto line"
+#~ msgstr "Mergeți la linia"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#~ msgid "Move to the beginning of the current line"
+#~ msgstr "Mută cursorul la începutul liniei curente"
+
+#~ msgid "<key>Home</key>"
+#~ msgstr "<key>Home</key>"
+
+#~ msgid "Move to the end of the current line"
+#~ msgstr "Mută cursorul la sfârșitul liniei curente"
+
+#~ msgid "<key>End</key>"
+#~ msgstr "<key>End</key>"
+
+#~ msgid "Move to the beginning of the document"
+#~ msgstr "Mută cursorul la începutul documentului"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+
+#~ msgid "Move to the end of the document"
+#~ msgstr "Mută cursorul la sfârșitul documentului"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+
+#~ msgid "Move viewport up within the file"
+#~ msgstr "Mută zona vizibilă mai sus în fișier"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Up</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Alt</key><key>N</key></keyseq>"
+
+#~ msgid "Move viewport down within the file"
+#~ msgstr "Mută zona vizibilă mai jos în fișier"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Down</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Alt</key> <key>Jos</key></keyseq>"
+
+#~ msgid "Move viewport to beginning of file"
+#~ msgstr "Mută zona vizibilă la începutul documentului"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+
+#~ msgid "Move viewport to end of file"
+#~ msgstr "Mută zona vizibilă la finalul fișierului"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+
+#~ msgid "Shortcut keys for searching"
+#~ msgstr "Taste pentru scurtături pentru căutare"
+
+#~ msgid "Find a string"
+#~ msgstr "Găsiți un șir"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#~ msgid "Find the next instance of the string"
+#~ msgstr "Găsiți următoarea apariție a șirului"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#~ msgid "Find the previous instance of the string"
+#~ msgstr "Găsiți apariția anterioară a șirului"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+
+#~ msgid "Search and Replace"
+#~ msgstr "Căutați și înloocuiți"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#~ msgid "Clear highlight"
+#~ msgstr "Stergeți evidențierea"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+
+#~ msgid "Shortcut keys for tools"
+#~ msgstr "Taste pentru scurtățuri pentru unelte"
+
+#~ msgid "Check spelling"
+#~ msgstr "Verificați ortografia"
+
+#~ msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+
+#~ msgid "Remove trailing spaces (with plugin)"
+#~ msgstr "Eliminați spațiile rămase în urmă (cu plugin)"
+
+#~ msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#~ msgid "Run \"make\" in the current directory (with plugin)"
+#~ msgstr "Rulați \"make\" în directorul curent (cu plugin)"
+
+#~ msgid "<key>F8</key>"
+#~ msgstr "<key>F8</key>"
+
+#~ msgid "Directory listing (with plugin)"
+#~ msgstr "Listare director (cu plugin)"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+
+#~ msgid "Shortcut keys for user help"
+#~ msgstr "Taste pentru scurtățuri pentru ajutorul folositorului"
+
+#~ msgid "Open the gedit user guide"
+#~ msgstr "Deschideți manualul de folositor gedit"
+
+#~ msgid "<key>F1</key>"
+#~ msgstr "<key>F1</key>"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Navig la <guiseq><gui>Documente</gui><gui>Grup de taburi nou</gui></"
+#~ "guiseq> din meniul principal."
+
+#~ msgid "Move through tab groups"
+#~ msgstr "Mutarea între grupuri de taburi"
+
+#~ msgid "To move forward (on the next) tab group:"
+#~ msgstr "Pentru a muta înainte (la următorul) grup de taburi:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Navigați la <guiseq><gui>Documente</gui><gui>Următorul grup de taburi</"
+#~ "gui></guiseq> din meniul principal."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "down</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Utilizați scurtătura <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</"
+#~ "key><key>Page down</key></keyseq>."
+
+#~ msgid "To move backward (on the previous) tab group:"
+#~ msgstr "Pentru a muta înapoi (la precedentul) grup de taburi:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> "
+#~ "in the main menu."
+#~ msgstr ""
+#~ "Navigați la <guiseq><gui>Documente</gui><gui>Precedentul grup de taburi</"
+#~ "gui></guiseq> din meniul principal."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "up</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Utilizați scurtătura <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</"
+#~ "key><key>Page up</key></keyseq>."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tab groups."
+#~ msgstr ""
+#~ "Consultați tabelul <link xref=\"gedit-shortcut-keys\">scurtături de "
+#~ "tastatură pentru taburi</link> pentru a face administrarea grupurilor de "
+#~ "taburi mai ușoară."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tabs."
+#~ msgstr ""
+#~ "Consultați tabelul <link xref=\"gedit-shortcut-keys\">scurtățuri de "
+#~ "tastatură pentru taburi</link> pentru a ușura administrarea taburilor."
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window. The tab that is larger than the other "
+#~ "tabs indicates the file that is currently open. The smaller tabs indicate "
+#~ "other files that are available to work on."
+#~ msgstr ""
+#~ "Lucrul cu filele din <app>gedit</app> vă permite să țineți un ochi pe mai "
+#~ "multe fișiere într-o singură fereastră. Fila care este mai mare decât "
+#~ "celelalte indică fișierul care este deschis. Filele de mici indică alte "
+#~ "fișiere care sunt disponibile pentru a lucra."
+
+#~ msgid "Click the <gui>Open</gui> button."
+#~ msgstr "Apăsați pe butonul <gui>Deschide</gui>."
+
+#~ msgid ""
+#~ "To adjust the number of recently-used files that gedit displays, you will "
+#~ "need to use the <app>dconf-editor</app> application."
+#~ msgstr ""
+#~ "Pentru a ajusta numărul fișierelor folosite recent pe care gedit le "
+#~ "afișează, va trebui să folosiți aplicația <app>dconf-editor</app>."
+
+#~ msgid ""
+#~ "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+#~ msgstr ""
+#~ "Lansați <app>dconf-editor</app> și selectați <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+
+#~ msgid ""
+#~ "Double-click on the number next to <gui>max-recents</gui> and change the "
+#~ "number to your desired value."
+#~ msgstr ""
+#~ "Apăsați dublu clic pe numărul de lângă <gui>max-recents</gui> și "
+#~ "modificați numărul la valoarea dorită."
+
+#~ msgid ""
+#~ "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> "
+#~ "plugin allows you to insert the date and/or time at the current cursor "
+#~ "position. To enable this plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui> <gui>Insert Date/Time</gui></guiseq>. To use the plugin, press "
+#~ "<guiseq> <gui style=\"menu\">Edit</gui><gui>Insert Date and Time</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "După cum sugerează numele acestui modul, modulul <gui>Inserare dată și "
+#~ "oră</gui> vă permite să inserați data sau ora la poziția curentă a "
+#~ "cursorului. Pentru a activa acest modul, selectați <guiseq><gui style="
+#~ "\"menu\">gedit</gui> <gui style=\"menuitem\">Preferințe</gui><gui>Module</"
+#~ "gui> <gui>Inserare dată și oră</gui></guiseq>. Pentru a folosi modulul, "
+#~ "apăsați <guiseq><gui>Editare</gui><gui>Inserează data și ora</gui></"
+#~ "guiseq>."
+
+#~ msgid "Open the <gui>Quick Open</gui> window"
+#~ msgstr "Deschide fereastra <gui>Deschidere rapidă</gui>"
+
+#~ msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#~ msgid "Print preview"
+#~ msgstr "Previzualizare printare"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+
+#~ msgid ""
+#~ "This will activate the <em>file-browser</em> mode of the <app>side pane</"
+#~ "app>. You can then use the navigation buttons at the top of the pane to "
+#~ "locate and open your desired files."
+#~ msgstr ""
+#~ "Acest lucru va activa modul <em>navigator fișiere</em> al <app>panoului "
+#~ "lateral</app>. Puteți apoi folosi butoanele de navigare din partea "
+#~ "superioară a panoului pentru a localiza și deschide fișierele dorite."
+
+#~ msgid ""
+#~ "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+#~ "<gui>Open Files</gui> dialog."
+#~ msgstr ""
+#~ "Alegeți <guiseq><gui>Fișier</gui><gui>Deschide</gui></guiseq> pentru a "
+#~ "afișa caseta de dialog <gui>Deschide fișiere</gui>."
+
+#~ msgid ""
+#~ "Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</"
+#~ "gui> dialog."
+#~ msgstr ""
+#~ "Alegeți iconița <gui>creion</gui> de lângă partea de sus a dialogului "
+#~ "<gui>Deschide fișiere</gui>."
+
+#~ msgid ""
+#~ "To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+#~ "gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+#~ "click on the <gui>file-browser</gui> icon at the bottom of the pane."
+#~ msgstr ""
+#~ "Pentru a activa și a folosi <gui>panoul lateral</gui>, alegeți "
+#~ "<guiseq><gui>Vizualizare</gui><gui>Panou lateral</gui></guiseq> (sau doar "
+#~ "apăsați <key>F9</key>), și apoi apăsați pe iconița <gui>navigator "
+#~ "fișiere</gui> din partea de jos a panoului."
+
+#~ msgid ""
+#~ "You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+#~ "operation, so we recommend that you save the file immediately before "
+#~ "performing the sort. If you make a mistake with the sort, you can revert "
+#~ "to the previously-saved version of the file by selecting "
+#~ "<guiseq><gui>File</gui><gui>Revert</gui></guiseq>."
+#~ msgstr ""
+#~ "Nu se poate folosi caracteristica de <gui>anulare</gui> pentru a corecta "
+#~ "o operațiune de <gui>sortare</gui>, așa că vă recomandăm să salvați "
+#~ "fișierul imediat înainte de a efectua sortarea. Dacă ați făcut o greșeală "
+#~ "cu sortarea, vă puteți reveni la versiunea salvată anterior a fișierului "
+#~ "selectând <guiseq><gui>Fișier</gui><gui>Restituie</gui></guiseq>."
+
+#, fuzzy
+#~| msgid "Select <guiseq><gui>Edit</gui><gui>Change Case</gui></guiseq>"
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Alegeți <guiseq><gui>Editare</gui><gui>Modificare mărime</gui></guiseq>."
+
+#~ msgid ""
+#~ "Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</"
+#~ "key> feature to move up or down through the text."
+#~ msgstr ""
+#~ "Apăsați <key>Ctrl</key> și folosiți caracteristica de <key>derulare</key> "
+#~ "a mouseului sau touchpad-ului pentru a vă deplasa în sus sau în jos prin "
+#~ "text."
+
+#~ msgid "To Do This"
+#~ msgstr "Pentru a face aceasta"
+
+#~ msgid "Press This"
+#~ msgstr "Apăsați aceasta"
+
+#~ msgid "Show / hide the bottom pane."
+#~ msgstr "Arată / ascunde panoul de jos."
+
+#, fuzzy
+#~| msgid "Press <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+#~ msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+#~ msgstr "Apăsați <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+
+#~ msgid "View a list of files in the side pane"
+#~ msgstr "Vizualizați o listă de fișiere din panoul lateral"
+
+#~ msgid ""
+#~ "Keeping track of a large number of files using tabs can be difficult. One "
+#~ "way of managing large numbers of files is viewing them in a side pane. "
+#~ "Side panes allow you to view more files at a time than is possible using "
+#~ "tabs alone."
+#~ msgstr ""
+#~ "Urmărirea unui număr mare de fișiere utilizând file poate fi dificil. O "
+#~ "modalitate de gestionare a unui număr mare de fișiere este vizualizarea "
+#~ "într-un panou lateral. Panourile laterale vă permit să vizualizați mai "
+#~ "multe fișiere la un moment dat decât folosind doar file."
+
+#, fuzzy
+#~| msgid ""
+#~| "To view a list of open files in a side pane, click <guiseq><gui>View</"
+#~| "gui><gui>Side Pane</gui></guiseq>. A pane will appear to the left of the "
+#~| "workspace with a listing of all currently open files. Clicking a file in "
+#~| "the side pane will display that file in the workspace."
+#~ msgid ""
+#~ "To view a list of open files in a side pane, click <guiseq><gui style="
+#~ "\"menu\">View</gui> <gui style=\"menuitem\">Side Pane</gui></guiseq>. A "
+#~ "pane will appear to the left of the workspace with a listing of all "
+#~ "currently open files. Clicking a file in the side pane will display that "
+#~ "file in the workspace."
+#~ msgstr ""
+#~ "Pentru a vizualiza o listă a fișierelor deschise într-un panou lateral, "
+#~ "apăsați pe <guiseq><gui>Vizualizare</gui><gui>Panou lateral</gui></"
+#~ "guiseq>. Un panou va apărea în partea stângă a spațiului de lucru cu o "
+#~ "listă a tuturor fișierelor deschise momentan. Apăsând pe un fișier în "
+#~ "panoul lateral va afișa fișierul respectiv în spațiul de lucru."
+
+#, fuzzy
+#~| msgid "Document statistics"
+#~ msgid "documents icon"
+#~ msgstr "Statistici document"
+
+#, fuzzy
+#~| msgid ""
+#~| "The side pane also contains a <app>File Browser</app> view. If the pane "
+#~| "displays a file directory instead of currently open files, click <media "
+#~| "type=\"image\" mime=\"image/png\" src=\"figures/gedit-side-pane2.png"
+#~| "\">documents icon</media> at the bottom of the pane to switch to the "
+#~| "<app>Documents</app> view."
+#~ msgid ""
+#~ "The side pane also contains a <app>File Browser</app> view. If the pane "
+#~ "displays a file directory instead of currently open files, click <_:"
+#~ "media-1/> at the bottom of the pane to switch to the <app>Documents</app> "
+#~ "view."
+#~ msgstr ""
+#~ "Panoul lateral de asemenea conține o vizualizare <app>Navigator de "
+#~ "fișiere</app>. Dacă panoul afișează un director de fișiere în loc de "
+#~ "fișiere curent deschise, apăsați pe <media type=\"image\" mime=\"image/png"
+#~ "\" src=\"figures/gedit-side-pane2.png\">pictograma de documente</media> "
+#~ "din partea inferioară a panoului pentru a comuta la vizualizarea de "
+#~ "<app>Documente</app>."
+
+#~ msgid ""
+#~ "The side pane only displays files that are open in the current window. "
+#~ "When multiple windows are open, only the files in the current window will "
+#~ "be displayed in the side pane."
+#~ msgstr ""
+#~ "Panoul lateral afișează numai fișierele care sunt deschise în fereastra "
+#~ "curentă. Când sunt deschise mai multe ferestre, numai fișierele din "
+#~ "fereastra curentă se vor afișa în panoul lateral."
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit-icon.png'; md5=a7174de2671462e1ac4f80a82ad09184"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit-icon.png'; md5=a7174de2671462e1ac4f80a82ad09184"
+
+#~ msgid "jwcampbell@gmail.com"
+#~ msgstr "jwcampbell@gmail.com"
+
+#~ msgid ""
+#~ "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"></"
+#~ "media> gedit Text Editor"
+#~ msgstr ""
+#~ "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"></"
+#~ "media> Editorul de texte gedit"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit-side-pane2.png'; "
+#~ "md5=e7a12a43adc9c9cb8c992ad22a815a57"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit-side-pane2.png'; "
+#~ "md5=e7a12a43adc9c9cb8c992ad22a815a57"
+
+#~ msgid "dneelyep@gmail.com"
+#~ msgstr "dneelyep@gmail.com"
+
+#~ msgid ""
+#~ "We all make mistakes. Even <app>gedit</app> users make mistakes. "
+#~ "Fortunately, <app>gedit</app> can help you recover from mistakes. To undo "
+#~ "an action in <app>gedit</app>, press <keyseq><key>Ctrl</key><key>Z</key></"
+#~ "keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>."
+#~ msgstr ""
+#~ "Toți facem greșeli. Chiar și folositorii <app>gedit</app> fac greșeli. "
+#~ "Din fericire, <app>gedit</app> vă poate ajuta să vă recuperați din "
+#~ "greșeli. Pentru a anula o acțiune în <app>gedit</app>, apăsați tasta "
+#~ "<keyseq><key>Ctrl</key><key>Z</key></keyseq>, sau apăsați pe "
+#~ "<guiseq><gui>Editare</gui><gui>Anulare</gui></guiseq>."
+
+#~ msgid ""
+#~ "<app>gedit</app> will undo one action every time you press "
+#~ "<keyseq><key>Ctrl</key><key>Z</key></keyseq> or select <guiseq><gui>Edit</"
+#~ "gui><gui>Undo</gui></guiseq>."
+#~ msgstr ""
+#~ "<app>gedit</app> va anula o acțiune de fiecare dată când apăsați "
+#~ "<keyseq><key>Ctrl</key><key>Z</key></keyseq> sau alegeți "
+#~ "<guiseq><gui>Editare</gui><gui>Anulare</gui></guiseq>."
+
+#~ msgid "To drag a tab into a new window:"
+#~ msgstr "Pentru a trage un tab într-o fereastră nouă:"
+
+#~ msgid ""
+#~ "or, while the tab to be moved is open, choose <guiseq><gui>Documents</"
+#~ "gui><gui>Move to New Window</gui></guiseq>"
+#~ msgstr ""
+#~ "sau, în timp ce fila de mutat este deschisă, alegeți "
+#~ "<guiseq><gui>Documente</gui><gui>Mută în fereastră nouă</gui></guiseq>"
+
+#~ msgid ""
+#~ "It's difficult to drag a tab into a new window when either the old or new "
+#~ "window is maximized. For best results, un-maximize the windows before "
+#~ "dragging the tab."
+#~ msgstr ""
+#~ "Este dificil să trageți o filă într-o fereastră nouă, atunci când vechea "
+#~ "sau noua fereastră este maximizată. Pentru rezultate optime, de-"
+#~ "maximizați ferestrele înainte de tragerea filei."
+
+#~ msgid ""
+#~ "Using the spell-check feature in <app>gedit</app> requires that you first "
+#~ "enable the spell-check plugin. To enable the plugin, select "
+#~ "<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Spell "
+#~ "Checker</gui></guiseq>."
+#~ msgstr ""
+#~ "Utilizând caracteristica verificare ortografică în <app>gedit</app> "
+#~ "necesită ca mai întâi să activați plugin-ul verificare ortografică. "
+#~ "Pentru a activa plugin-ul, alegeți <guiseq><gui>Editare</"
+#~ "gui><gui>Preferințe</gui><gui>Plugin-uri</gui><gui>Verificare "
+#~ "ortografică</gui></guiseq>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Autocheck Spelling</gui></guiseq> to "
+#~ "make <app>gedit</app> highlight spelling errors while you type."
+#~ msgstr ""
+#~ "Alegeți <guiseq><gui>Unelte</gui><gui>Autoverificare ortografică</gui></"
+#~ "guiseq> pentru ca <app>gedit</app> să evidențieze erorile ortografice în "
+#~ "timp ce tastați."
+
+#~ msgid "Ctrl + Alt + PageUp"
+#~ msgstr "Ctrl + Alt + PageUp"
+
+#~ msgid "Ctrl + Alt + PageDown"
+#~ msgstr "Ctrl + Alt + PageDown"
+
+#~ msgid "Ctrl + W"
+#~ msgstr "Ctrl + W"
+
+#~ msgid "Ctrl + Shift + L"
+#~ msgstr "Ctrl + Shift + L"
+
+#~ msgid "Ctrl + Shift + W"
+#~ msgstr "Ctrl + Shift + W"
+
+#~ msgid "Alt + <var>n</var>"
+#~ msgstr "Alt + <var>n</var>"
+
+#~ msgid "Ctrl + N"
+#~ msgstr "Ctrl + N"
+
+#~ msgid "Ctrl + O"
+#~ msgstr "Ctrl + O"
+
+#~ msgid "Ctrl + S"
+#~ msgstr "Ctrl + S"
+
+#~ msgid "Ctrl + Shift + S"
+#~ msgstr "Ctrl + Shift + S"
+
+#~ msgid "Ctrl + P"
+#~ msgstr "Ctrl + P"
+
+#~ msgid "Ctrl + Shift + P"
+#~ msgstr "Ctrl + Shift + P"
+
+#~ msgid "Ctrl + Q"
+#~ msgstr "Ctrl + Q"
+
+#~ msgid "Ctrl + Z"
+#~ msgstr "Ctrl + Z"
+
+#~ msgid "Ctrl + Shift + Z"
+#~ msgstr "Ctrl + Shift + Z"
+
+#~ msgid "Ctrl + X"
+#~ msgstr "Ctrl + X"
+
+#~ msgid "Ctrl + C"
+#~ msgstr "Ctrl + C"
+
+#~ msgid "Ctrl + V"
+#~ msgstr "Ctrl + V"
+
+#~ msgid "Ctrl + A"
+#~ msgstr "Ctrl + A"
+
+#~ msgid "Ctrl + D"
+#~ msgstr "Ctrl + D"
+
+#~ msgid "Alt + Up Arrow"
+#~ msgstr "Alt + Săgeată Sus"
+
+#~ msgid "Alt + Down Arrow"
+#~ msgstr "Alt + Săgeată Jos"
+
+#~ msgid "F9"
+#~ msgstr "F9"
+
+#~ msgid "Ctrl + F9"
+#~ msgstr "Ctrl + F9"
+
+#~ msgid "Ctrl + F"
+#~ msgstr "Ctrl + F"
+
+#~ msgid "Ctrl + G"
+#~ msgstr "Ctrl + G"
+
+#~ msgid "Ctrl + Shift + G"
+#~ msgstr "Ctrl + Shift + G"
+
+#~ msgid "Ctrl + H"
+#~ msgstr "Ctrl + H"
+
+#~ msgid "Ctrl + Shift + K"
+#~ msgstr "Ctrl + Shift + K"
+
+#~ msgid "Ctrl + I"
+#~ msgstr "Ctrl + I"
+
+#~ msgid "Shift + F7"
+#~ msgstr "Shift + F7"
+
+#~ msgid "Alt + F12"
+#~ msgstr "Alt + F12"
+
+#~ msgid "F8"
+#~ msgstr "F8"
+
+#~ msgid "Ctrl + Shift + D"
+#~ msgstr "Ctrl + Shift + D"
+
+#~ msgid "F1"
+#~ msgstr "F1"
+
+#~ msgid ""
+#~ "To save a file in <app>gedit</app>, click on the disk-drive icon with the "
+#~ "word <gui>Save</gui> next to it. You may also select <guiseq><gui>File</"
+#~ "gui><gui>Save</gui></guiseq>, or just press <keyseq><key>Ctrl</"
+#~ "key><key>S</key></keyseq>."
+#~ msgstr ""
+#~ "Pentru a salva un fișier în <app>gedit</app>, apăsați pe pictograma de "
+#~ "unitate de disc cu cuvântul <gui>salvare</gui> lângă ea. Puteți, de "
+#~ "asemenea, să alegeți <guiseq><gui>Fișier</gui><gui>Salvare</gui></"
+#~ "guiseq>, sau doar să apăsați <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#~ msgid "Printing output to a file"
+#~ msgstr "Printare într-un fișier"
+
+#~ msgid ""
+#~ "You can also use <app>gedit</app> to print to a file. To do so, select "
+#~ "<guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>."
+#~ msgstr ""
+#~ "Puteți de asemenea să folosiți <app>gedit</app> pentru a scrie într-un "
+#~ "fișier. Pentru a face acest lucru, alegeți <guiseq><gui>Fișier</"
+#~ "gui><gui>Imprimare</gui><gui>Imprimare în fișier</gui></guiseq>."
+
+#~ msgid "Paul Weaver"
+#~ msgstr "Paul Weaver"
+
+#~ msgid "ch3pjw@bath.ac.uk"
+#~ msgstr "ch3pjw@bath.ac.uk"
+
+#~ msgid "Autocomplete words or portions of code as you type"
+#~ msgstr "Completare automată cuvinte sau porțiuni de cod în timpul tastării"
+
+#~ msgid "Word completion"
+#~ msgstr "Completarea cuvântului"
+
+#~ msgid ""
+#~ "The <app>Word Completion</app> plugin can speed up your editing by "
+#~ "suggesting completions of words as you type. To enable the plugin, select "
+#~ "<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Word "
+#~ "Completion</gui></guiseq>."
+#~ msgstr ""
+#~ "Plugin-ul <app>Completare cuvinte</app> poate accelera editarea "
+#~ "dumneavoastră prin sugerarea de completări de cuvinte în timpul tastării. "
+#~ "Pentru a activa plugin-ul, alegeți <guiseq><gui>Editare</"
+#~ "gui><gui>Preferințe</gui><gui>Plugin-uri</gui><gui>Completare cuvinte</"
+#~ "gui></guiseq>."
+
+#~ msgid ""
+#~ "While editing, the <app>Word Completion</app> plugin will automatically "
+#~ "display a pop-up list of words that begin with the letters you have "
+#~ "already typed. Word suggestions are based upon words that appear "
+#~ "elsewhere in your document and upon pre-defined keywords if your document "
+#~ "is of a recognised format."
+#~ msgstr ""
+#~ "În timpul editării, plugin-ul <app>Completare cuvinte</app> va afișa "
+#~ "automat o listă pop-up cu cuvinte care încep cu literele pe care le-ați "
+#~ "tastat deja. Sugestiile de cuvinte se bazează pe cuvinte care apar în "
+#~ "altă parte în document și de cuvinte cheie predefinite dacă documentul "
+#~ "este un format recunoscut."
+
+#~ msgid ""
+#~ "To insert a suggested word, double-click on it in the pop-up list or "
+#~ "press <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> "
+#~ "is the number displayed next to your desired word."
+#~ msgstr ""
+#~ "Pentru a insera un cuvânt sugerat, dați dublu clic pe aceasta în lista "
+#~ "pop-up sau apăsați <keyseq><key>Alt</key><key>Num</key></keyseq>, unde "
+#~ "<key>Num</key> este numărul afișat lângă cuvântul dorit."
+
+#~ msgid "Add a terminal console to the bottom pane"
+#~ msgstr "Adăugați o consolă terminat în panoul de jos"
+
+#~ msgid "Embedded terminal"
+#~ msgstr "Terminal încorporat"
+
+#~ msgid ""
+#~ "<app>gedit</app> makes it possible to include an embedded version of "
+#~ "<app>Gnome Terminal</app>, the GNOME command-line application, in the "
+#~ "bottom pane of the <app>gedit</app> window. This will let you run "
+#~ "scripts, install needed software, or test your program without leaving "
+#~ "<app>gedit</app>."
+#~ msgstr ""
+#~ "<app>gedit</app> face posibilă includerea unei versiuni a <app>Gnome "
+#~ "Terminal</app>, aplicația de linie de comandă GNOME, în panoul din partea "
+#~ "de jos a ferestrei <app>gedit</app>. Acest lucru vă va permite să "
+#~ "executați script-uri, instalați software necesar, sau să testați "
+#~ "programul fără a părăsi <app>gedit</app>."
+
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+#~ "gui><gui>Plugins</gui><gui>Embedded Terminal</gui></guiseq>."
+#~ msgstr ""
+#~ "Pentru a activa acest plugin, alegeți <guiseq><gui>Editare</"
+#~ "gui><gui>Preferințe</gui><gui>Plugin-uri</gui><gui>Terminal încorporat</"
+#~ "gui></guiseq>."
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, add the terminal to the bottom pane by "
+#~ "selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just "
+#~ "press <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+#~ msgstr ""
+#~ "O dată ce ați activat plugin-ul, adăugați terminalul la panoul de jos "
+#~ "selectând <guiseq><gui>Vizualizare</gui><gui>Panou de jos</gui></guiseq>, "
+#~ "sau doar apăsați <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit-side-pane3.png'; "
+#~ "md5=4b800d370193ac0ed8db9eb33b86e11c"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit-side-pane3.png'; "
+#~ "md5=4b800d370193ac0ed8db9eb33b86e11c"
+
+#~ msgid ""
+#~ "Automatically insert tags, strings and special characters into a document"
+#~ msgstr "Inserați automat etichete, șiruri și caractere speciale în document"
+
+#~ msgid "Tag list"
+#~ msgstr "Lista de etichete"
+
+#~ msgid ""
+#~ "The <app>Tag List</app> plugin allows you to insert common tags and "
+#~ "special characters from a list in the side pane. By default, the plugin "
+#~ "can insert tags and special characters for HTML, XHTML, XSLT, XUL and "
+#~ "LaTeX."
+#~ msgstr ""
+#~ "Plugin-ul <app>Listă de etichete</app> vă permite să inserați etichete "
+#~ "comune și caractere speciale dintr-o listă în panoul lateral. În mod "
+#~ "implicit, plugin-ul poate insera etichete și caractere speciale pentru "
+#~ "HTML, XHTML, XSLT, XUL și LaTeX."
+
+#~ msgid "Using the Tag List plugin"
+#~ msgstr "Folosirea plugin-ului listă de etichete"
+
+#~ msgid ""
+#~ "To use the <app>Tag List</app> plugin, you will need to enable the "
+#~ "plugin, and then activate the tag-list portion of the side pane."
+#~ msgstr ""
+#~ "Pentru a folosi plugin-ul <app>Listă de etichete</app>, va trebui să "
+#~ "activați plugin-ul, și apoi să activați porțiunea listă etichete din "
+#~ "panoul lateral."
+
+#~ msgid ""
+#~ "You can activate the plugin by selecting <guiseq><gui>Edit</"
+#~ "gui><gui>Preferences</gui><gui>Plugins</gui><gui>Tag List</gui></guiseq>. "
+#~ "Once you have activated the plugin, access it by selecting "
+#~ "<guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, or by pressing "
+#~ "<key>F9</key>."
+#~ msgstr ""
+#~ "Puteți să activați plugin-ul selectând <guiseq><gui>Editare</"
+#~ "gui><gui>Preferințe</gui><gui>Plugin-uri</gui><gui>Listă de etichete</"
+#~ "gui></guiseq>. O dată ce ați activat plugin-ul, accesați-l selectând "
+#~ "<guiseq><gui>Vizualizare</gui><gui>Panou lateral</gui></guiseq>, sau prin "
+#~ "apăsarea tastei <key>F9</key>."
+
+#~ msgid ""
+#~ "The side pane initially shows a list of open documents, so to view and "
+#~ "use the <app>tag list</app>, you will need to click on the tab showing "
+#~ "the \"plus\" icon at the bottom of the side pane. The icon will look "
+#~ "similar to this:"
+#~ msgstr ""
+#~ "Panoul lateral afișează inițial o listă de documente deschise, atât "
+#~ "pentru a vizualiza și folosi <app>listă etichete</app>, va trebui să "
+#~ "apăsați pe fila ce afișează pictograma \"plus\" în partea de jos a "
+#~ "panoului lateral. Pictograma va arăta similar cu aceasta:"
+
+#~ msgid "Inserting Tags and Special Characters"
+#~ msgstr "Inserați etichete și caractere speciale"
+
+#~ msgid ""
+#~ "The <app>tag list</app> uses a drop-down menu to let you choose from the "
+#~ "different types of tags. For example, one tag option is <gui>HTML - Tags</"
+#~ "gui>."
+#~ msgstr ""
+#~ "<app>Lista de etichete</app> utilizează un meniu de selecție pentru a vă "
+#~ "permite să alegeți din diferite tipuri de etichete. De exemplu, o opțiune "
+#~ "de etichete este <gui>etichete HTML</gui>."
+
+#~ msgid "To start inserting tags, complete the following:"
+#~ msgstr "Pentru a începe să inserați etichete, competați următoarele:"
+
+#~ msgid ""
+#~ "Move the cursor to where you will want to insert the tag or special "
+#~ "character."
+#~ msgstr ""
+#~ "Mutați cursorul în locul în care veți dori să inserați eticheta sau un "
+#~ "caracter special."
+
+#~ msgid "Scroll through the list to find the desired tag or character."
+#~ msgstr "Parcurgeți lista pentru a găsi eticheta sau caracterul dorit."
+
+#~ msgid "Double-click on the tag in the tag list."
+#~ msgstr "Dublu clic pe tag în lista de etichete."
+
+#~ msgid ""
+#~ "The tag or special character you've chosen will then be displayed in your "
+#~ "document."
+#~ msgstr "Eticheta sau caracterul special ales apoi va fi afișat în document."
+
+#~ msgid "Tag List Tips"
+#~ msgstr "Sfaturi pentru lista de etichete"
+
+#~ msgid ""
+#~ "You can also insert a tag by pressing <key>Return</key> or "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq>."
+#~ msgstr ""
+#~ "De asemenea, puteți insera o etichetă apăsând tasta <key>Return</key> sau "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq>."
+
+#~ msgid ""
+#~ "Pressing the <key>Return</key> key will insert the tag at the cursor "
+#~ "position, and then return focus to the document. Pressing "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq> will insert the tag at "
+#~ "the cursor position, but will keep the focus on the <app>tag-list</app>."
+#~ msgstr ""
+#~ "Apăsând tasta <key>Return</key> va insera tag-ul la poziția cursorului, "
+#~ "și apoi va întoarce focalizarea pe document. Apăsând <keyseq><key>Shift</"
+#~ "key><key>Return</key></keyseq> va insera tag-ul la poziția cursorului, "
+#~ "dar va păstra focalizarea pe <app>lista de etichete</app>."
+
+#~ msgid ""
+#~ "You can see a preview of what text will be inserted for each tag and "
+#~ "special character by clicking on the word the <gui>Preview</gui> at the "
+#~ "bottom of the side pane."
+#~ msgstr ""
+#~ "Puteți vedea o previzualizare a textului ce va fi inserat pentru fiecare "
+#~ "etichetă și caracter special, apăsând pe cuvântul <gui>Previzualizare</"
+#~ "gui> din partea inferioară a panoului lateral."
+
+#~ msgid ""
+#~ "To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</"
+#~ "gui><gui>Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Pentru a activa plugin-ul de <app>sortare</app>, alegeți "
+#~ "<guiseq><gui>Editare</gui><gui>Preferințe</gui><gui>Plugin-uri</"
+#~ "gui><gui>Sortare</gui></guiseq>."
+
+#~ msgid ""
+#~ "After you have enabled the <gui>Sort</gui> plugin, use it by selecting "
+#~ "the lines of text you want to sort, and then clicking <guiseq><gui>Edit</"
+#~ "gui><gui>Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "După ce ați activat plugin-ul <gui>sortare</gui>, folosiți-l selectând "
+#~ "liniile de text pe care doriți să le sortați, și apoi apăsând pe "
+#~ "<guiseq><gui>Editare</gui><gui>Sortare</gui></guiseq>."
+
+#~ msgid "Inserting snippets of text into your files"
+#~ msgstr "Inserați fragmente de text în fișierele dumneavoastră"
+
+#~ msgid "The following points will help you get started with using snippets:"
+#~ msgstr ""
+#~ "Următoarele puncte vă vor ajuta să începeți cu folosirea fragmentelor:"
+
+#~ msgid "Make sure the syntax is set appropriately."
+#~ msgstr "Asigurați-vă că sintaxa este setată corespunzător."
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Manage Snippets</gui></guiseq>. "
+#~ "Review the snippets that are available for your language or syntax. Find "
+#~ "some basic snippets that you think might be useful for you."
+#~ msgstr ""
+#~ "Alegeți <guiseq><gui>Instrumente</gui><gui>Gestionare fragmente</gui></"
+#~ "guiseq>. Examinați fragmentele care sunt disponibile pentru limba sau "
+#~ "sintaxa dumneavoastră. Găsiți câteva fragmente de bază care credeți că ar "
+#~ "putea fi utile."
+
+#~ msgid "Try using some of the snippets."
+#~ msgstr "Încercați să folosiți câteva fragmente."
+
+#~ msgid "Save and restore your working sessions"
+#~ msgstr "Salvați și restabiliți sesiune în lucru"
+
+#~ msgid "Session Saver"
+#~ msgstr "Salvați sesiunea"
+
+#~ msgid ""
+#~ "The <app>Session Saver</app> plugin saves groups of files together so "
+#~ "that you can open them together at a later time. To enable the plugin, "
+#~ "select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Session Saver</gui></guiseq>."
+#~ msgstr ""
+#~ "Plugin-ul <app>Salvare sesiune</app> salvează împreună grupuri de fișiere "
+#~ "astfel încât să le puteți deschide împreună într-un moment mai târziu. "
+#~ "Pentru a activa plugin-ul, alegeți <guiseq><gui>Editare</"
+#~ "gui><gui>Preferințe</gui><gui>Plugin-uri</gui><gui>Salvare sesiune</gui></"
+#~ "guiseq>."
+
+#~ msgid "To save a new session:"
+#~ msgstr "Pentru a salva o sesiune nouă:"
+
+#~ msgid "Type a session name in the <gui>Save session</gui> dialog box."
+#~ msgstr ""
+#~ "Tastați un nume de sesiune în caseta de dialog <gui>Salvare sesiune</gui>."
+
+#~ msgid "Click <gui>Save</gui>."
+#~ msgstr "apăsați pe <gui>Salvare</gui>."
+
+#~ msgid "To open an existing session:"
+#~ msgstr "Pentru a deschide o sesiune existentă:"
+
+#~ msgid "Click the name of your desired session."
+#~ msgstr "apăsați pe numele sesiunii dorite."
+
+#~ msgid "To delete an existing session:"
+#~ msgstr "Pentru a șterge o sesiune existentă:"
+
+#~ msgid ""
+#~ "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui> Manage saved "
+#~ "sessions</gui></guiseq>."
+#~ msgstr ""
+#~ "Alegeți <guiseq><gui>Fișier</gui><gui>Sesiuni salvate</"
+#~ "gui><gui>Administrează sesiunile salvate</gui></guiseq>."
+
+#~ msgid "Click <gui>Delete</gui>."
+#~ msgstr "apăsați pe <gui>ștergere</gui>."
+
+#~ msgid ""
+#~ "The session name will still be listed in your list of sessions until you "
+#~ "close <app>gedit</app>."
+#~ msgstr ""
+#~ "Numele sesiunii va fi în continuare afișată în lista de sesiuni până când "
+#~ "închideți <app>gedit</app>."
+
+#~ msgid "Once you've enabled it, here is how to use the plugin:"
+#~ msgstr "O dată ce l-ați activat, aici este cum să folosiți plugin-ul:"
+
+#~ msgid ""
+#~ "The <app>Quick Open</app> plugin will only display files that you have "
+#~ "previously opened."
+#~ msgstr ""
+#~ "Plugin-ul <app>Deschidere rapidă</app> va afișa numai fișierele pe care "
+#~ "le-ați deschis anterior."
+
+#~ msgid "2011"
+#~ msgstr "2011"
+
+#~ msgid "Edit a document in multiple places at once"
+#~ msgstr "Editați un document în mai multe locuri simultan"
+
+#~ msgid "Multi edit"
+#~ msgstr "Editare multiplă"
+
+#~ msgid ""
+#~ "The <app>Multi Edit</app> plugin allows you to edit a document in "
+#~ "multiple places at once. This can be helpful when performing tedious "
+#~ "editing tasks. To enable the Multi Edit plugin, select <guiseq><gui>Edit</"
+#~ "gui><gui> Preferences</gui><gui>Plugins</gui><gui>Multi Edit</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Plugin-ul <app>Editare multiplă</app> vă permite să editați un document "
+#~ "în mai multe locuri odată. Acest lucru poate fi util atunci când "
+#~ "efectuați sarcini complicate de editare. Pentru a activa plugin-ul "
+#~ "editare multiplă, alegeți <guiseq><gui>Editare</gui><gui>Preferințe</"
+#~ "gui><gui>Plugin-uri</gui><gui>Editare multiplă</gui></guiseq>."
+
+#~ msgid ""
+#~ "After you have enabled the plugin, turn-on Multi Edit mode by pressing "
+#~ "<keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, or clicking "
+#~ "<guiseq><gui>Edit</gui><gui>Multi Edit Mode</gui></guiseq>. You can then "
+#~ "select the points in your file that you would like start editing."
+#~ msgstr ""
+#~ "După ce ați activat plugin-ul, porniți modul de editare multiplă prin "
+#~ "apăsarea <keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, "
+#~ "sau apăsând pe <guiseq><gui>Editare</gui><gui>Mod de editare multiplă</"
+#~ "gui></guiseq>. Apoi puteți să alegeți punctele din fișier care ați dori "
+#~ "să începeți să le editați."
+
+#~ msgid "To insert editing points in your file:"
+#~ msgstr "Pentru a insera puncte de editare în fișierul dumneavoastră:"
+
+#~ msgid "Place your cursor at your first desired editing point."
+#~ msgstr "Plasați cursorul la primul punct de editare dorit."
+
+#~ msgid ""
+#~ "Move to your next editing point, and press <keyseq><key>Ctrl</key><key>E</"
+#~ "key></keyseq> again."
+#~ msgstr ""
+#~ "Deplasați-vă la punctul de editare următor, și apăsați <keyseq><key>Ctrl</"
+#~ "key><key>E</key></keyseq> din nou."
+
+#~ msgid "Continue inserting editing points, adding as many as you need."
+#~ msgstr ""
+#~ "Continuați inserarea de puncte de editare, adăugând cât de multe aveți "
+#~ "nevoie."
+
+#~ msgid ""
+#~ "Once you have inserted all of your editing points, you can make your "
+#~ "desired edits."
+#~ msgstr ""
+#~ "O dată ce ați inserat toate punctele de editare, puteți face editările "
+#~ "dorite."
+
+#~ msgid ""
+#~ "To remove editing points, press the <key>Esc</key> key. This will remove "
+#~ "all of the editing points. Pressing the <key>Esc</key> key again will "
+#~ "turn off Multi Edit mode, returning the editor back to its normal state."
+#~ msgstr ""
+#~ "Pentru a elimina puncte de editare, apăsați tasta <key>Esc</key>. Aceasta "
+#~ "va elimina toate punctele editare. Apăsând tasta <key>Esc</key> din nou "
+#~ "va dezactiva modul de editare multiplă, întorcând editorul înapoi în "
+#~ "starea sa normală."
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit-side-pane1.png'; "
+#~ "md5=ac9c80cb0552d63b593c71f23be69b53"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit-side-pane1.png'; "
+#~ "md5=ac9c80cb0552d63b593c71f23be69b53"
+
+#~ msgid "Show white space between words or portions of code"
+#~ msgstr "Afișare spațiu alb între cuvinte sau porțiuni de cod"
+
+#~ msgid "Draw spaces"
+#~ msgstr "Desenați spațiile"
+
+#~ msgid ""
+#~ "The <app>Draw Spaces</app> plugin is a simple plugin that can mark "
+#~ "spaces, tabs, and other types of whitespace with a small, visible marker. "
+#~ "By making whitespace visible, you can more easily see how whitespace is "
+#~ "used in a document, and can apply spacing strategies more consistently."
+#~ msgstr ""
+#~ "Plugin-ul <app>Desenare spații</app> este un plugin simplu care poate "
+#~ "marca spații, tab-uri și alte tipuri de spațiu cu un mic marcator "
+#~ "vizibil. Prin facerea spațiilor vizibile, puteți vedea mai ușor cât "
+#~ "spațiu este folosit într-un document și puteți aplica strategii de "
+#~ "spațiere într-un mod mai consistent."
+
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+#~ "gui><gui>Plugins</gui><gui>Draw Spaces</gui></guiseq>. After you have "
+#~ "enabled the plugin, you can set its options by highlighting the plugin "
+#~ "and selecting <gui>Preferences</gui>."
+#~ msgstr ""
+#~ "Pentru a activa acest plugin, alegeți <guiseq><gui>Editare</"
+#~ "gui><gui>Preferințe</gui><gui>Plugin-uri</gui><gui>Desenare spații</gui></"
+#~ "guiseq>. După ce ați activat plugin-ul, puteți seta opțiunile sale "
+#~ "evidențiând plugin-ul și selectând <gui>Preferințe</gui>."
+
+#~ msgid ""
+#~ "By default, the <app>Draw Spaces</app> plugin will mark the following "
+#~ "types of whitespace in a file:"
+#~ msgstr ""
+#~ "În mod implicit, plugin-ul <app>Desenare spații</app> va marca "
+#~ "următoarele tipuri de spațiu într-un fișier:"
+
+#~ msgid "Spaces"
+#~ msgstr "Spații"
+
+#~ msgid "Leading spaces"
+#~ msgstr "Spații de conducere"
+
+#~ msgid "Spaces in text"
+#~ msgstr "Spații în text"
+
+#~ msgid "Trailing spaces"
+#~ msgstr "Spații în coadă"
+
+#~ msgid "You can also set the plugin to mark:"
+#~ msgstr "De asemenea, puteți seta plugin-ul de marcat:"
+
+#~ msgid "New Lines"
+#~ msgstr "Linii noi"
+
+#~ msgid "Non-breaking spaces"
+#~ msgstr "Spații inseparabile"
+
+#~ msgid ""
+#~ "Though you will be able to see the dots when you work on a file, the dots "
+#~ "will not be visible when you print a file to paper."
+#~ msgstr ""
+#~ "Deși veți fi capabil să vedeți punctele când lucrați pe un fișier, "
+#~ "punctele nu vor fi vizibile atunci când imprimați un fișier pe hârtie."
+
+#~ msgid "Use a command-line interface for advanced editing"
+#~ msgstr "Folosiți o interfață de linie de comandă pentru editare avansată"
+
+#~ msgid "Commander"
+#~ msgstr "Comandant"
+
+#~ msgid ""
+#~ "To enable the commander plugin, select <guiseq><gui>Edit</gui><gui> "
+#~ "Preferences</gui><gui>Plugins</gui><gui>Commander</gui></guiseq>."
+#~ msgstr ""
+#~ "Pentru a activa plugin-ul Commander, alegeți <guiseq><gui>Editare</"
+#~ "gui><gui>Preferințe</gui><gui>Plugin-uri</gui><gui>Commander</gui></"
+#~ "guiseq>."
+
+#~ msgid ""
+#~ "Once you have enabled the plugin, activate it by pressing <keyseq><key> "
+#~ "Ctrl</key><key>+</key><key>.</key></keyseq>."
+#~ msgstr ""
+#~ "O dată ce ați activat plugin-ul, activați-l apăsând tasta "
+#~ "<keyseq><key>Ctrl</key><key>+</key><key>.</key></keyseq>."
+
+#~ msgid "The last key in the above key combination is a period."
+#~ msgstr "Ultima cheie în combinația de taste de mai sus este un punct."
+
+#~ msgid "First step..."
+#~ msgstr "Primul pas..."
+
+#~ msgid "Second step..."
+#~ msgstr "Al doilea pas..."
+
+#~ msgid "Third step..."
+#~ msgstr "Al treilea pas..."
+
+#~ msgid "Pick a color from a dialog and insert its hexadecimal representation"
+#~ msgstr ""
+#~ "Alegeți o culoare dintr-o casetă de dialog și inserați reprezentarea sa "
+#~ "hexazecimală"
+
+#~ msgid "Color picker"
+#~ msgstr "Selector de culori"
+
+#~ msgid ""
+#~ "The <app>color picker</app> plugin helps you to insert the character "
+#~ "codes that represent a certain color. This can make it easier to choose "
+#~ "and use the correct color in your programs."
+#~ msgstr ""
+#~ "Plugin-ul <app>selector de culori</app> vă ajută să introduceți coduri de "
+#~ "caractere care reprezintă o anumită culoare. Acest lucru poate face mai "
+#~ "ușor de a alege și folosi culoarea corectă în programe."
+
+#~ msgid ""
+#~ "To enable the color picker plugin, select <guiseq><gui> Edit</"
+#~ "gui><gui>Preferences</gui><gui>Plugins</gui><gui>Color Picker</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Pentru a activa plugin-ul selector de culori, alegeți "
+#~ "<guiseq><gui>Editare</gui><gui>Preferințe</gui><gui>Plugin-uri</"
+#~ "gui><gui>Selector de culori</gui></guiseq>."
+
+#~ msgid "To open and use the color picker:"
+#~ msgstr "Pentru a deschide și folosi selectorul de culori:"
+
+#~ msgid ""
+#~ "Place your cursor at the point in your document where you want to insert "
+#~ "the color code."
+#~ msgstr ""
+#~ "Plasați cursorul la punctul din document unde doriți să inserați codul de "
+#~ "culoare."
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Pick Color...</gui></guiseq>. The "
+#~ "color picker dialog will appear."
+#~ msgstr ""
+#~ "Alegeți <guiseq><gui>Instrumente</gui><gui>Alege culoare...</gui></"
+#~ "guiseq>. Va apărea caseta de dialog pentru selectorul de culori."
+
+#~ msgid ""
+#~ "If the color that you want to select is currently on your screen, click "
+#~ "on the icon that looks like an eyedropper."
+#~ msgstr ""
+#~ "În cazul în care culoarea pe care doriți să o alegeți este în prezent pe "
+#~ "ecran, apăsați pe pictograma care arata ca o pipetă."
+
+#~ msgid ""
+#~ "Your mouse pointer will change appearance, and will look like an "
+#~ "eyedropper."
+#~ msgstr ""
+#~ "Indicatorul mouseului își va schimba aspectul și va arata ca o pipetă."
+
+#~ msgid ""
+#~ "Use the eyedropper and click on the portion of your screen that contains "
+#~ "the color you want to use. The color code for that color will appear in "
+#~ "the color picker window."
+#~ msgstr ""
+#~ "Folosiți pipeta și apăsați pe porțiunea de ecran care conține culoarea pe "
+#~ "care doriți să o folosiți. Codul de culoare pentru culoarea respectivă va "
+#~ "apărea în fereastra selectorului de culori."
+
+#~ msgid ""
+#~ "To insert that color code into your document, click <gui> Insert</gui>. "
+#~ "The code will be inserted where you had placed your cursor."
+#~ msgstr ""
+#~ "Pentru a insera acest cod de culoare în document, apăsați pe "
+#~ "<gui>Inserare</gui>. Codul va fi inserat în cazul în care ați avut plasat "
+#~ "cursorul."
+
+#~ msgid "To close the <app>color picker</app>, click <gui>Close</gui>."
+#~ msgstr ""
+#~ "Pentru a închide instrumentul <app>selector de culori</app>, apăsați pe "
+#~ "<gui>Închidere</gui>."
+
+#~ msgid ""
+#~ "You can make fine-grained adjustments to the color by adjusting the "
+#~ "values for Hue, Saturation, Value, Red, Green, or Blue."
+#~ msgstr ""
+#~ "Puteți face ajustări fine la culoare ajustând valorile de nuanță, "
+#~ "saturație, valoare, roșu, verde sau albastru."
+
+#~ msgid ""
+#~ "Additionally, you can save colors by right-clicking on any of the colored "
+#~ "boxes in the color picker, and selecting <gui>Save color here</gui>. This "
+#~ "will make it easier to insert commonly-used colors later."
+#~ msgstr ""
+#~ "În plus, puteți să salvați culori prin clic dreapta pe oricare din "
+#~ "casetele colorate din selectorul de culori, și selectând <gui>salvează "
+#~ "culoarea aici</gui>. Acest lucru va face mai ușor să inserați culori "
+#~ "frecvent folosite mai târziu."
+
+#~ msgid "Comment-out or uncomment a block of code"
+#~ msgstr "De-comentați un bloc de cod"
+
+#~ msgid "Code comment"
+#~ msgstr "Comentare cod"
+
+#~ msgid ""
+#~ "Code comments are portions of text that make it easier for people to "
+#~ "understand a program's code, but they don't affect how a program works. "
+#~ "Comments are separated from other parts of a program by special "
+#~ "characters."
+#~ msgstr ""
+#~ "Comentariile de cod sunt porțiunile de text care fac mai ușor pentru "
+#~ "oameni să înțeleagă codul programului, dar acestea nu afectează modul în "
+#~ "care un program funcționează. Comentariile sunt separate de celelalte "
+#~ "părți ale unui program de caractere speciale."
+
+#~ msgid ""
+#~ "The <app>code comment</app> plugin makes it easier to quickly create or "
+#~ "remove code comments. To enable the code comment plugin, select "
+#~ "<guiseq><gui> Edit</gui><gui> Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Code comment</gui></guiseq>."
+#~ msgstr ""
+#~ "Plugin-ul <app>comentare cod</app> face mai ușor crearea sau eliminarea "
+#~ "rapidă de comentarii de cod. Pentru a activa plugin-ul comentare cod, "
+#~ "alegeți <guiseq><gui>Editare</gui><gui>Preferințe</gui><gui>Plugin-uri</"
+#~ "gui><gui>Comentare cod</gui></guiseq>."
+
+#~ msgid "To create or remove a comment:"
+#~ msgstr "Pentru a crea sau elimina un comentariu:"
+
+#~ msgid ""
+#~ "Highlight the portion of text where you want to add or remove a comment."
+#~ msgstr ""
+#~ "Evidențiați porțiunea de text la care doriți să adăugați sau să eliminați "
+#~ "un comentariu."
+
+#~ msgid ""
+#~ "To add a comment, click <guiseq><gui>Edit</gui><gui>Comment Code</gui></"
+#~ "guiseq>, or press <keyseq><key>Ctrl</key><key>M</key></keyseq>."
+#~ msgstr ""
+#~ "Pentru a adăuga un comentariu, apăsați pe <guiseq><gui>Editare</"
+#~ "gui><gui>Comentare cod</gui></guiseq> sau apăsați <keyseq><key>Ctrl</"
+#~ "key><key>M</key></keyseq>."
+
+#~ msgid ""
+#~ "<app>Gedit</app> will automatically use the correct style of comment "
+#~ "based on the language or syntax of the file. If <app>gedit </app> doesn't "
+#~ "identify your language or syntax, you can select it from the language "
+#~ "list in the bottom <gui>Status bar</gui>."
+#~ msgstr ""
+#~ "<app>Gedit</app> va folosi automat stilul corect de comentariu pe baza "
+#~ "limbajului sau sintaxei fișierului. Dacă <app>gedit</app> nu identifică "
+#~ "limbajul sau sintaxa, îl puteți selecta din lista de limbaje din "
+#~ "<gui>bara de stare</gui> de jos."
+
+#~ msgid "Insert special characters just by clicking on them"
+#~ msgstr "Introduceți caractere speciale doar apăsând pe ele"
+
+#~ msgid "Character map"
+#~ msgstr "Harta de caracter"
+
+#~ msgid ""
+#~ "This assumes the reader knows how to use gedit in general. By the end of "
+#~ "this page, the reader will be able to use the character map plugin to "
+#~ "insert characters into their documents."
+#~ msgstr ""
+#~ "Aceasta presupune că cititorul știe cum să folosească gedit în general. "
+#~ "La sfârșitul acestei pagini, cititorul va fi capabil să folosească plugin-"
+#~ "ul hartă de caractere pentru a introduce caractere în documentele lui."
+
+#~ msgid ""
+#~ "The <app>Character Map</app> plugin enables you to insert characters into "
+#~ "your document that you may not be able to type easily using your "
+#~ "keyboard. To enable this plugin, select <guiseq><gui>Edit</"
+#~ "gui><gui>Preferences</gui><gui>Plugins</gui><gui>Character Map</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Plugin-ul <app>hartă de caractere</app> vă permite să inserați în "
+#~ "documentul dumneavoastră caractere pe care nu ați reuși să le tastați cu "
+#~ "ușurință utilizând tastatura. Pentru a activa acest plugin, alegeți "
+#~ "<guiseq><gui>Editare</gui><gui>Preferințe</gui><gui>Plugin-uri</"
+#~ "gui><gui>Hartă de caractere</gui></guiseq>."
+
+#~ msgid "Using Character Map"
+#~ msgstr "Folosirea hărții de caractere"
+
+#~ msgid ""
+#~ "Once the plugin is enabled, you can add characters from the <em>Character "
+#~ "Map</em> tab of the side panel (<guiseq><gui>View</gui><gui>Side Panel</"
+#~ "gui></guiseq>)."
+#~ msgstr ""
+#~ "O dată ce plugin-ul este activat, puteți adăuga caractere din fila "
+#~ "<em>Hartă de caractere</em> din panoul lateral (<guiseq><gui>Vizualizare</"
+#~ "gui><gui>Panou lateral</gui></guiseq>)."
+
+#~ msgid ""
+#~ "Place the cursor at the point in your document at which you would like "
+#~ "your special character."
+#~ msgstr ""
+#~ "Plasați cursorul la punctul din document la care doriți să fie caracterul "
+#~ "special."
+
+#~ msgid ""
+#~ "Open the side panel by selecting <guiseq><gui>View</gui><gui>Side Panel</"
+#~ "gui></guiseq>, or by pressing <key>F9</key>."
+#~ msgstr ""
+#~ "Deschideți panoul lateral selectând <guiseq><gui>Vizualizare</"
+#~ "gui><gui>Panou lateral</gui></guiseq>, sau prin apăsarea tastei <key>F9</"
+#~ "key>."
+
+#~ msgid "Select the <em>Character Map</em> tab in the side panel."
+#~ msgstr "Alegeți fila <em>Hartă de caractere</em> din panoul lateral."
+
+#~ msgid ""
+#~ "If neccessary, choose the character set to which your character belongs "
+#~ "from the list at the top of the <em>Character Map</em> tab (e.g., Arabic)."
+#~ msgstr ""
+#~ "Dacă este necesar, alegeți setul de caractere din care caracterul face "
+#~ "parte din lista din partea superioară a filei <em>Hartă de caractere</em> "
+#~ "(de exemplu, arabic)."
+
+#~ msgid "Double click your desired character to insert it."
+#~ msgstr "Dați dublu clic pe caracterul dorit pentru a-l insera."
+
+#~ msgid "Auto-complete closing brackets"
+#~ msgstr "Auto-închidere completă paranteze"
+
+#~ msgid "Bracket completion"
+#~ msgstr "Completare paranteze"
+
+#~ msgid ""
+#~ "The <app>Bracket Completion</app> plugin will auto-complete closing "
+#~ "brackets for curly braces, parentheses, and square brackets."
+#~ msgstr ""
+#~ "Plugin-ul <app>Completare paranteze</app> va completa automat parantezele "
+#~ "închise pentru acolade, paranteze rotunde și paranteze pătrate."
+
+#~ msgid ""
+#~ "To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+#~ "gui><gui>Plugins</gui><gui>Bracket Completion</gui></guiseq>."
+#~ msgstr ""
+#~ "Pentru a activa acest plugin, alegeți <guiseq><gui>Editare</"
+#~ "gui><gui>Preferințe</gui><gui>Plugin-uri</gui><gui>Completare paranteze</"
+#~ "gui></guiseq>."
+
+#~ msgid "This plugin does not automatically insert closing HTML or XML tags."
+#~ msgstr ""
+#~ "Acest plugin nu inserează automat închiderea etichetelor HTML sau XML."
+
+#~ msgid "Record commonly-referenced locations with bookmarks"
+#~ msgstr "Înregistrează locații referite frecvent cu marcaje"
+
+#~ msgid "Bookmarks"
+#~ msgstr "Marcaje"
+
+#~ msgid ""
+#~ "Gedit bookmarks allow you to highlight important lines of text within "
+#~ "your document or program, making them easier to find. You can also move "
+#~ "up or down between bookmarks, making document navigation a bit faster."
+#~ msgstr ""
+#~ "Marcajele Gedit vă permit să evidențiați linii de text importante în "
+#~ "document sau program, făcându-le mai ușor de găsit. De asemenea, vă "
+#~ "puteți muta în sus sau în jos între marcaje, făcând navigarea "
+#~ "documentului un pic mai rapidă."
+
+#~ msgid ""
+#~ "To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> "
+#~ "Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+#~ msgstr ""
+#~ "Pentru a activa plugin-ul Marcaje, alegeți <guiseq><gui>Editare</"
+#~ "gui><gui>Preferințe</gui><gui>Plugin-uri</gui><gui>Marcaje</gui></guiseq>."
+
+#~ msgid ""
+#~ "Bookmarks are inserted and removed by completing the same action. To "
+#~ "insert or remove bookmarks:"
+#~ msgstr ""
+#~ "Marcajele sunt inserate și eliminate prin completarea aceleiași acțiuni. "
+#~ "Pentru a insera sau elimina marcaje:"
+
+#~ msgid ""
+#~ "Navigate to the line where you want to insert or remove the bookmark."
+#~ msgstr ""
+#~ "Navigați la linia unde doriți să inserați sau să eliminați marcajul."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, or "
+#~ "click <guiseq><gui>Edit</gui><gui>Toggle Bookmark</gui></guiseq>."
+#~ msgstr ""
+#~ "Apăsați <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, sau "
+#~ "apăsați pe <guiseq><gui>Editare</gui><gui>Comutare marcaj</gui></guiseq>."
+
+#~ msgid "To move between bookmarks:"
+#~ msgstr "Pentru a comuta între marcaje:"
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> to "
+#~ "move to the previous bookmark."
+#~ msgstr ""
+#~ "Apăsați <keyseq><key>Ctrl</key><key>B</key></keyseq> pentru a trece la "
+#~ "marcajul anterior."
+
+#~ msgid ""
+#~ "If you prefer using the mouse, you can click <guiseq><gui>Edit</"
+#~ "gui><gui>Go to Next Bookmark</gui></guiseq> or <guiseq><gui>Edit</"
+#~ "gui><gui>Go to Previous Bookmark</gui></guiseq>."
+#~ msgstr ""
+#~ "Dacă preferați folosirea mouseului, apăsați pe <guiseq><gui>Editare</"
+#~ "gui><gui>Navighează la următorul marcaj</gui></guiseq> sau "
+#~ "<guiseq><gui>Editare</gui><gui>Navighează la marcajul anterior</gui></"
+#~ "guiseq>."
+
+#~ msgid "Do more with gedit by using gedit plugins."
+#~ msgstr "Faceți mai multe cu gedit utilizând plugin-urile gedit."
+
+#~ msgid ""
+#~ "The easiest way to create a new file in <app>gedit</app>, is to click the "
+#~ "icon that looks like a blank piece of paper with a \"plus\" sign next to "
+#~ "it. If you prefer, you may also select <guiseq><gui>File</gui><gui>New</"
+#~ "gui></guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+#~ msgstr ""
+#~ "Cel mai ușor mod de a crea un nou fișier în <app>gedit</app>, este să "
+#~ "faceți clic pe pictograma care arată ca o bucată goală de hârtie, cu un "
+#~ "semn „plus” alăturat. Dacă preferați, puteți, de asemenea, să alegeți "
+#~ "<guiseq><gui>Fișier</gui><gui>Nou</gui></guiseq>, sau să apăsați "
+#~ "<keyseq><key>Ctrl</key><key>N</key></keyseq>."
+
+#~ msgid "To change the color scheme, complete the following steps:"
+#~ msgstr "Pentru a modifica schema de culori, completați pașii următori:"
diff --git a/help/ru/ru.po b/help/ru/ru.po
new file mode 100644
index 0000000..312f8c0
--- /dev/null
+++ b/help/ru/ru.po
@@ -0,0 +1,4211 @@
+# Russian translation of GEdit help
+# Copyright 2008 Free Software Foundation Inc.
+# Misha Shnurapet <shnurapet@fedoraproject.org>, 2011.
+# Yuri Myasoedov <omerta13@yandex.ru>, 2013.
+# Andrew Razumnov <razandale@gmail.com>, 2014.
+# Stas Solovey <whats_up@tut.by>, 2011, 2012, 2013, 2014, 2015.
+# Ivan Komaritsyn <vantu5z@mail.ru>, 2017.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-08-14 13:48+0000\n"
+"PO-Revision-Date: 2022-08-16 22:13+1000\n"
+"Last-Translator: Ser82-png <asvmail.as@gmail.com>\n"
+"Language-Team: Русский <gnome-cyr@gnome.org>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Poedit 3.0.1\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Stas Solovey <whats_up@tut.by>, 2011-2018.\n"
+"Ivan Komaritsyn <vantu5z@mail.ru>, 2017."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Изменение цвета текста и фона в gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:11
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Джим Кэмпбелл (Jim Campbell)"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Яна Сварова (Jana Svarova)"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Екатерина Герасимова (Ekaterina Gerasimova)"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Изменение цветовой схемы"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"Текстовый редактор <app>gedit</app> включает в себя несколько различных "
+"цветовых схем, что позволяет изменять внешний вид главного окна."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "Для изменения цветовой схемы:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39 C/gedit-change-default-font.page:29
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Нажмите кнопку меню в правом верхнем углу окна и выберите <guiseq><gui "
+"style=\"menuitem\">Параметры</gui><gui>Шрифты и цвета</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Выберите нужную цветовую схему."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Новая цветовая схема будет сразу применена."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Использование собственной цветовой схемы"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Можно создавать и использовать собственные цветовые схемы, а также "
+"использовать цветовые схемы, созданные другими."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link "
+"href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit "
+"wiki</link>."
+msgstr ""
+"Инструкции по установке собственных цветовых схем, а также примеры цветовых "
+"схем, которые можно загрузить и использовать, доступны в <link "
+"href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit "
+"wiki</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Использование собственного шрифта для текста в gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:13
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:20
+msgid "Change the default font"
+msgstr "Изменение шрифта по умолчанию"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:22
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"Текстовый редактор <app>gedit</app> по умолчанию использует системный "
+"моноширинный шрифт, но можно изменить шрифт по умолчанию в соответствии с "
+"вашими предпочтениями."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:27
+msgid "To change the default font in <app>gedit</app>:"
+msgstr ""
+"Чтобы изменить шрифт по умолчанию в <app>gedit</app> выполните следующие "
+"действия:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr ""
+"Снимите флажок рядом с надписью: «Использовать системный моноширинный шрифт»."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:34
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Нажмите на имя текущего шрифта. <app>gedit</app> откроет окно выбора "
+"шрифтов, позволяя увидеть доступные шрифты и выбрать нужный."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"После выбора нужного шрифта используйте <gui>ползунок</gui> под списком "
+"шрифтов, чтобы установить размер шрифта по умолчанию."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:39
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr "Щёлкните <gui>Выбрать</gui> и закройте диалоговое окно."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Выйти из используемого файла."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Закрытие файла"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"Чтобы закрыть файл в <app>gedit</app>, щёлкните кнопку <gui "
+"style=\"button\">×</gui>, которая отображается в правой части вкладки файла, "
+"или нажмите <keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Любое из этих действий закроет файл в <app>gedit</app>. Если файл содержит "
+"изменения, которые не были сохранены, <app>gedit</app> предложит сохранить "
+"эти изменения перед закрытием файла."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Открыть файл для редактирования."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Шобха Тиаджи (Shobha Tyagi)"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Создание нового файла"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Самый простой способ создать новый файл в <app>gedit</app> — это нажать "
+"кнопку <gui>Создать новый документ</gui> в левой части строки заголовка, или "
+"нажать <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Любое из этих действий создаст новый файл в окне <app>gedit</app>. Если в "
+"<app>gedit</app> имеются уже открытые файлы, новый файл появится в новой "
+"вкладке справа от этих файлов."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Использование административных прав для редактирования файла."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Редактирование файла с правами администратора (root)"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Редактирование файлов с правами администратора небезопасно и может повредить "
+"систему при неправильном использовании. Будьте внимательны при "
+"редактировании файлов с правами администратора."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Для редактирования файлов с правами администратора, запустите <app>gedit</"
+"app> из терминала, введя:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"При использовании команды <cmd>sudo</cmd>, необходимо правильно ввести "
+"пароль, прежде чем <app>gedit</app> откроется."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"В качестве альтернативы команде <cmd>sudo</cmd>, можно получить права "
+"администратора, введя:"
+
+# минус "-" на тире "—" не заменять
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Затем нужно запустить <app>gedit</app>, введя команду <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"После запуска <app>gedit</app> с правами администратора, он будет обладать "
+"правами администратора, пока вы не закроете его."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Изучение основ работы с файлами в gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Основы: открытие, закрытие и сохранение файлов"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Если вы впервые используете <app>gedit</app>, данные темы руководства "
+"помогут вам c созданием, сохранением, открытием и закрытием файлов."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Настройка gedit для использования всего экрана."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Использование полноэкранного режима"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Полноэкранный режим <app>gedit</app> удобен при работе с большими "
+"документами. При использовании полноэкранного режима будут скрыты "
+"<gui>панель меню</gui>, <gui>панель вкладок</gui> и <gui>панель "
+"инструментов</gui>, позволяя видеть больше текста и лучше сосредоточиться на "
+"текущих задачах."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Включение полноэкранного режима"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Чтобы включить полноэкранный режим, нажмите клавишу <key>F11</key>. Меню, "
+"заголовок и панель вкладок <app>gedit</app> будут скрыты, останется виден "
+"только текст текущего файла."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Если при работе в полноэкранном режиме нужно выполнить действие из меню "
+"<app>gedit</app>, наведите указатель мыши к верхней части экрана. Появится "
+"всплывающая панель меню <app>gedit</app>, на которой можно выбрать нужное "
+"действие."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Для переключения между открытыми вкладками в полноэкранном режиме нажмите "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> или "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Выключение полноэкранного режима"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Чтобы включить или выключить полноэкранный режим <app>gedit</app>, нажмите "
+"<key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Также можно переместить указатель мыши в верхнюю часть экрана, подождать "
+"появления <gui>панели меню</gui> и выбрать в появившейся панели кнопку "
+"<gui>Покинуть полноэкранный режим</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Использование боковой панели gedit для просмотра и открытия файлов."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Просмотр и открытие файлов из боковой панели"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"Наиболее удобным способом переключения между файлами в <app>gedit</app> "
+"является использование вкладок в верхней части окна <app>gedit</app>. "
+"Однако, в некоторых случаях, особенно если вы работаете с большим "
+"количеством открытых файлов, будет проще использовать боковую панель."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Для включения боковой панели, выберите <guiseq><gui>Вид</gui> <gui>Боковая "
+"панель</gui></guiseq>, или просто нажмите клавишу <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Переключать положение боковой панели на открытое или закрытое можно в любое "
+"время, нажимая клавишу <key>F9</key>."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Открытие файлов из боковой панели"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Для открытия файлов из боковой панели, сначала откройте боковую панель, "
+"выбрав <guiseq><gui>Вид</gui> <gui>Боковая панель</gui></guiseq> (или просто "
+"нажмите <key>F9</key>), затем нажмите на значок <gui>Обозреватель файлов</"
+"gui> в нижней части панели."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Это включит режим <em>обозревателя файлов</em> боковой панели. Чтобы найти и "
+"открыть нужные файлы можно использовать кнопки навигации в верхней части "
+"панели."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Использование боковой панели для переключения между открытыми файлами"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"После открытия нескольких файлов, можно использовать боковую панель для "
+"переключения между открытыми файлами. Чтобы включить режим обзора открытых "
+"файлов боковой панели, нажмите на значок <gui>Документы</gui> в нижней части "
+"боковой панели."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Нажатие на любое имя файла в боковой панели откроет этот файл для "
+"редактирования."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Открытие файлов для начала работы с ними."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Открытие файла или набора файлов"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"Чтобы открыть файл в <app>gedit</app>, нажмите кнопку <gui>Открыть</gui> или "
+"нажмите <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Появится диалоговое окно <gui>Открыть</gui>. С помощью мыши или клавиатуры "
+"выберите нужный файл и нажмите кнопку <gui>Открыть</gui>. Выбранный файл "
+"откроется в новой вкладке."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Чтобы закрыть диалоговое окно <gui>Открыть</gui> без открытия файла, нажмите "
+"кнопку <gui>Отмена</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Для открытия нескольких файлов сразу, можно использовать клавиши <key>Ctrl</"
+"key> и <key>Shift</key>. Если удерживать клавишу <key>Ctrl</key> при выборе "
+"нескольких файлов, то после нажатия кнопки <gui>Открыть</gui> откроются все "
+"выбранные файлы."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Если удерживать клавишу <key>Shift</key>, то откроются первый и последний "
+"выбранные файлы, а также все файлы между ними."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Доступ к фалам расположенным на другом компьютере."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Открытие файла, который находится на сервере"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Для открытия файла, который находится на сервере, из <app>gedit</app>, нужно "
+"знать некоторую техническую информацию о сервере. Например, IP-адрес или URL "
+"сервера, а также, возможно, тип сервера (HTTP, FTP и т.д.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Некоторые типы серверов накладывают ограничения на то, что можно делать с "
+"файлами, которые находятся на сервере. Например, можно открыть файл с "
+"сервера, но, возможно, изменения файла потребуется сохранять на компьютере "
+"локально."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Чтобы открыть файл, который находится на сервере, используя <app>gedit</"
+"app>, выполните следующие действия:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "В строке заголовка нажмите <gui>Открыть</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Щёлкните <gui>Другие места</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Введите IP-адрес или URL соответствующего сервера."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Найдите и выберите файл, который нужно открыть."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Используя выпадающий список кодировки символов, выберите подходящую "
+"кодировку."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Нажмите кнопку <gui>Открыть</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Допустимые типы URI могут содержать http:, ftp:, file:, и все протоколы, "
+"поддерживаемые <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Файлы с некоторых типов URI могут быть открыты только для чтения, поэтому "
+"изменения в таких файлах должны быть сохранены в другое место. Например, "
+"HTTP позволяет открывать файлы лишь для чтения. Файлы открытые с FTP тоже "
+"могут оказаться недоступными для записи, поскольку не все FTP-серверы умеют "
+"правильно работать с записью таких файлов."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Доступ в <app>gedit</app> к фалам, которые вы недавно открывали."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Повторное открытие недавно использованного файла"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> обеспечивает лёгкий доступ к десяти последним файлам, "
+"которые ранее были открыты в <app>gedit</app>. Чтобы открыть недавно "
+"использовавшийся файл, выполните следующие действия:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Щёлкните кнопку со стрелкой, расположенную в строке заголовка рядом с "
+"кнопкой <gui>Открыть</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"Текстовый редактор <app>gedit</app> отобразит меню с десятью последними "
+"недавно использованными файлами."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Выберите нужный файл, и он откроется в новой вкладке."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"При наведении указателя мыши на недавно использовавшийся файл из меню, в "
+"строке состояния в нижней части окна <app>gedit</app> будет показан полный "
+"путь к файлу."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Использование модулей для настройки gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Настройка и использование модулей gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Расширить функционал <app>gedit</app> можно с помощью модулей. Некоторые "
+"модули установлены по умолчанию, но большое количество других модулей "
+"доступны отдельно."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"В большинстве дистрибутивов Linux группа этих модулей доступна в виде пакета "
+"<app>gedit-plugins</app>. Чтобы дополнительные модули были доступны в "
+"<app>gedit</app>, установите пакет <app>gedit-plugins</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Установите gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Стандартные модули gedit"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Дополнительные модули gedit"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Даниэль Нил (Daniel Neel)"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Изменение регистра выделенного текста."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Изменение регистра"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Модуль позволяет изменять регистр выбранной части текста. Его можно "
+"использовать для изменения текста полностью в нижний или в верхний регистр, "
+"а также для инвертирования или применения заглавного регистра. Чтобы "
+"включить модуль, выберите <guiseq><gui style=\"menu\">gedit</gui><gui "
+"style=\"menuitem\">Параметры</gui> <gui>Модули</gui><gui>Изменение регистра</"
+"gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"После включения модуля <em>Изменить регистр</em>, для его использования "
+"выполните следующие действия:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Выделите часть текста, которую необходимо изменить."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">gedit</gui><gui>Изменить регистр</gui></"
+"guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Выберите нужный параметр форматирования текста."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Обновления форматирования текста будут сразу применены."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Опция <gui>Инвертировать регистр</gui> будет преобразовывать все строчные "
+"буквы в верхний регистр, а все заглавные — в нижний."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Опция <gui>Заглавный регистр</gui> будет преобразовывать первую букву "
+"каждого слова в верхний регистр, а все остальные — в нижний."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Если текст не выделен, функция <em>Изменить регистр</em> будет неактивна. "
+"Прежде чем использовать функцию <em>Изменить регистр</em>, нужно выделить "
+"часть текста."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Просмотр статистики документа."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Статистика документа"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Модуль <em>Статистика документа</em> показывает различные статистические "
+"данные о текущем документе. Чтобы включить модуль, выберите <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Параметры</"
+"gui><gui>Модули</gui><gui>Статистика документа</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Использование статистики документа"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"После включения модуля, можно использовать его, выбрав <guiseq><gui>Сервис</"
+"gui> <gui>Статистика документа</gui></guiseq>. В открывшемся окне будет "
+"отображаться статистическая информация документа, включающая количество "
+"слов, строк, символов, символов без пробелов, и размер файла в байтах."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Также можно использовать модуль <em>Статистика документа</em> для "
+"отображения информации только о части документа. Для этого, используя "
+"указатель мыши, выделите часть текста, которую нужно проверить, затем "
+"выберите <guiseq><gui>Сервис</gui><gui>Статистика документа</gui></guiseq>. "
+"<app>Gedit</app> отобразит информацию о выделенной части текста, а также о "
+"документе полностью."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr ""
+"Запуск скриптов в текущих файлах, а также взаимодействие с другими "
+"приложениями."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Внешние инструменты"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</"
+"gui></guiseq>."
+msgstr ""
+"Модуль <em>Внешние инструменты</em> помогает упростить повторяющиеся задачи. "
+"В частности, он расширяет возможности <app>gedit</app>, помогая запускать "
+"скрипты в рабочих файлах, а также позволяет <app>gedit</app> "
+"взаимодействовать с другими приложениями на компьютере. Для включения модуля "
+"<app>Внешние инструменты</app> выберите <guiseq><gui style=\"menu\">gedit</"
+"gui> <gui style=\"menuitem\">Параметры</gui><gui>Модули</gui> <gui>Внешние "
+"инструменты</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Настройка модуля «Внешние инструменты»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"После включения модуля, нужно настроить его в соответствии с необходимыми "
+"требованиями. Чтобы настроить параметры, выберите <guiseq><gui>Сервис</"
+"gui><gui>Управление внешними инструментами</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Данный модуль предназначен для опытных пользователей, и для эффективного "
+"использования требует знания скриптов. Используйте этот модуль с "
+"осторожностью, так как ошибки в скриптах могут повлиять на документ "
+"непредвиденным образом."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Использование боковой панели для просмотра и открытия файлов."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Панель обозревателя файлов"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"В зависимости от использования <app>gedit</app>, может быть полезным модуль "
+"<app>Панель обозревателя файлов</app>. Данный модуль добавляет "
+"<app>обозреватель файлов</app> в боковую панель, предоставляя быстрый доступ "
+"к часто используемым файлам."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Чтобы включить модуль, выберите <guiseq><gui style=\"menu\">gedit</gui><gui "
+"style=\"menuitem\">Параметры</gui> <gui>Модули</gui><gui>Панель обозревателя "
+"файлов</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Вставка текущей даты и времени в место текущей позиции курсора."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Вставка даты и времени"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Как следует из названия, подключаемый модуль <gui>Вставка даты и времени</"
+"gui> позволяет вставлять дату и/или время в текущее положение курсора."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "Чтобы включить модуль:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui "
+"style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Нажмите кнопку меню в правом верхнем углу окна и выберите <guiseq><gui "
+"style=\"menuitem\">Параметры</gui> <gui style=\"tab\">Модули</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Чтобы включить модуль, выберите <gui style=\"menuitem\">Вставка даты и "
+"времени</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui "
+"style=\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Чтобы использовать модуль, нажмите кнопку меню в правом верхнем углу окна и "
+"выберите <guiseq><gui style=\"menuitem\">Инструменты</gui> <gui "
+"style=\"menuitem\">Вставить дату и время…</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"По умолчанию, модуль <gui>Вставка даты и времени</gui> при каждом "
+"использовании предлагает выбрать предпочтительный формат даты и времени. "
+"Однако вы можете установить по умолчанию собственный формат даты и времени, "
+"нажав кнопку меню в правом верхнем углу окна и выбрав <guiseq> <gui "
+"style=\"menuitem\">Параметры</gui><gui style=\"tab \">Модули</gui><gui> "
+"Вставка даты и времени</gui><gui style=\"button\">Параметры</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Инструкция по установке сторонних модулей."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Добавление модулей gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Установка сторонних модулей предоставляет дополнительную функциональность, "
+"которая не доступна в стандартных и дополнительных модулях <app>gedit</app>, "
+"которые являются частью пакета <app>gedit-plugins</app>. Онлайн-список "
+"сторонних модулей находится <link href=\"https://wiki.gnome.org/Apps/"
+"Gedit\">здесь</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Установка сторонних модулей включает в себя загрузку модуля, размещение "
+"файлов модуля в правильный каталог, и его включение."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Обычно модуль можно загрузить с сайта модуля, но, возможно, понадобится "
+"использовать программы c контролем версий, такие как <app>git</app>, <app> "
+"bazaar</app>, или <app>subversion</app>, чтобы скопировать модуль из "
+"репозитория в интернете. Обратитесь к документации модуля для получения "
+"информации о способе загрузки."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Поместите файлы модуля в каталог <file>/home/<var>имя-пользователя</var>/."
+"local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Замените слово <var>имя-пользователя</var> вашим собственным именем "
+"пользователя."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"После того, как вы поместили файлы модуля в правильный каталог, он появится "
+"в меню «Параметры». Чтобы включить модуль, нажмите кнопку меню в правом "
+"верхнем углу окна и выберите <guiseq><gui style=\"menuitem\"> Параметры</"
+"gui><gui style=\"tab\">Модули</gui><gui>[Название модуля]</gui> </guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Нажмите кнопку <gui>Закрыть</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr "После включения модуля, он будет доступен для использования."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Каталог <file>.local</file> по умолчанию скрыт. Чтобы отобразить его и "
+"остальные скрытые файлы, выберите <guiseq><gui>Параметры</gui><gui>Вид</"
+"gui><gui>Показывать скрытые файлы и резервные копии</gui></guiseq>, или "
+"нажмите <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Если каталога <file>.local/share/gedit/plugins/</file> нет в системе, его "
+"необходимо создать вручную."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Поддержка режима строк Emacs, Kate и Vim."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Режим строк"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Модуль <app>Режим строк</app> позволяет <app>gedit</app> анализировать "
+"начальную и конечную строки файла, чтобы применить набор параметров "
+"документа к файлу. Модуль <app>Режим строк</app> поддерживает подмножество "
+"параметров, используемых <app>Emacs</app>, <app>Kate</app> и <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui style=\"menuitem\">Preferences</"
+"gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Чтобы включить модуль <app>Режим строк</app>, выберите <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui style=\"menuitem\">Параметры</"
+"gui><gui>Модули</gui><gui>Режим строк</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Общие параметры режима строк"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Следующие параметры могут быть установлены с помощью режима строк "
+"<app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Ширина табуляции"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Ширина отступа"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Вставка пробелов вместо табуляций"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Перенос текста"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Положение правой границы"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Значения параметров, установленных с помощью режима строк, имеют "
+"преимущество перед значениями тех же параметров, установленных в диалоговом "
+"окне установки параметров."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Режим строк Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Сканируются первые две строки документа для обнаружения режима строк "
+"<app>Emacs</app>, <app>gedit</app> поддерживает следующие режимы строк "
+"<app>Emacs</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Ширина табуляции"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Отступ со смещением"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Автоматическая расстановка пробелов и табуляции"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Автоматическое обтекание текстом"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link "
+"href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs "
+"Manual</link>."
+msgstr ""
+"Для получения дополнительной информации о режиме строк <app>Emacs</app>, "
+"посетите <link href=\"https://www.gnu.org/software/emacs/manual/emacs."
+"html\">Веб-сайт руководства по GNU Emacs</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Режим строк Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Сканируются первые и последние десять строк документа для обнаружения режима "
+"строк <app>Kate</app>, <app>gedit</app> поддерживает следующие режимы строк "
+"<app>Kate</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "ширина табуляции"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "ширина отступа"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "выравнивание текста по ширине"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "перенос слов"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "перенос слов по ширине столбца"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link "
+"href=\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Для получения дополнительной информации о режиме строк <app>Kate</app>, "
+"посетите <link href=\"https://kate-editor.org/\">Веб-сайт Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Режим строк Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Сканируются первые и последние три строки документа для обнаружения режима "
+"строк <app>Vim</app>, <app>gedit</app> поддерживает следующие режимы строк "
+"<app>Vim</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "перенос"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "ширина текста"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link "
+"href=\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Для получения дополнительной информации о режиме строк <app>Vim</app>, "
+"посетите <link href=\"https://www.vim.org/\">Веб-сайт Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Добавление интерактивной консоли Python на нижнюю панель."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Консоль Python"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</"
+"gui></guiseq>."
+msgstr ""
+"На нижнюю панель можно добавить консоль Python, позволяющую проверять "
+"скрипты Python, не выходя из <app>gedit</app>. Чтобы включить консоль "
+"Python, выберите <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Параметры</gui><gui>Модули</gui> <gui>Консоль Python</"
+"gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"После включения консоли Python, можно её отрыть, выбрав <guiseq><gui>Вид</"
+"gui><gui>Нижняя панель</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Если также включён модуль <gui>Встроенный терминал</gui>, консоль Python "
+"будет отображена в нижней панели в виде отдельной вкладки."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Быстро открыть файл или набор файлов."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Быстрое открытие"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Модуль <app>Быстрое открытие</app> позволяет открывать файлы быстрее, чем "
+"обычный способ открытия файлов. Чтобы включить модуль, выберите <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui>Параметры</gui><gui>Модули</gui><gui>Быстрое "
+"открытие</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"После включения модуля <app>Быстрое открытие</app>, можно начать его "
+"использовать следующим образом:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui "
+"style=\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Откройте диалоговое окно <app>Быстрое открытие</app>, нажав "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq>, или выбрав <gui "
+"style=\"menuitem\">Быстрое открытие…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Появится диалоговое окно <app>Быстрое открытие</app>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr ""
+"Используйте мышь, чтобы выбрать файл или группу файлов, которые нужно "
+"открыть."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Чтобы выбрать несколько отдельных файлов, удерживайте клавишу <key>Ctrl</"
+"key> во время нажатия на файлы, которые нужно открыть."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Чтобы выбрать группу файлов, нажмите на первый файл, который нужно открыть, "
+"затем, удерживая клавишу <key>Shift</key>, нажмите на последний файл в "
+"списке, который нужно открыть."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "Модуль <app>Быстрое открытие</app> будет просматривать файлы из:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "Каталог текущего открытого документа"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"Корневой каталог модуля <app xref=\"gedit-plugins-file-browser\">Панель "
+"обозревателя файлов</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Последние документы, которые также показаны в папке <file>Недавние</file> в "
+"программе <app>Файлы</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Папки, добавленные в закладки в программе <app>Файлы</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Папка <file>Рабочего стола</file>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "<file>Домашняя папка</file>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"Модуль <app>Быстрое открытие</app> отображает файлы из любого вышеуказанного "
+"места, независимо от того, открывали их ранее или нет."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Синдху С (Sindhu S)"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Использование фрагментов для быстрой вставки часто используемых частей "
+"текста."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Фрагменты"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"Модуль <app>Фрагменты</app> предоставляет удобный способ вставки "
+"повторяющихся частей кода в файлы. Например, фрагмент HTML для тега "
+"<code>&lt;img&gt;</code> вставит открывающую и закрывающую части тега, а "
+"также место, где можно ввести атрибуты изображения. Это может сделать "
+"написание кода проще и быстрее."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Включение модуля Фрагменты"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Чтобы включить модуль <app>Фрагменты</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui> <gui style=\"tab\">Plugins</gui></"
+"guiseq>."
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Параметры</gui> <gui style=\"tab\">Модули</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Чтобы включить модуль, нажмите на <gui style=\"menuitem\">Фрагменты</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Обзор фрагментов"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "Чтобы просмотреть доступные фрагменты:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui "
+"style=\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">Сервис</gui> <gui "
+"style=\"menuitem\">Управление фрагментами</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Убедитесь, что указан верный синтаксис. В строке состояния в нижней части "
+"окна <app>gedit</app> показаны текущие настройки языка. Данная настройка "
+"позволяет gedit вставлять правильные фрагменты. <app>Gedit</app>, как "
+"правило, автоматически определяет язык или синтаксис используемого файла, но "
+"иногда может понадобиться установить их вручную."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "В этом примере установлен язык HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Просмотрите фрагменты, доступные для текущего языка или синтаксиса."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Использование фрагментов"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "Чтобы вставить фрагмент в текущий документ:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Введите слово-термин нужного фрагмента в любом месте текущего документа."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Нажмите клавишу <key>Tab</key>, чтобы вставить фрагмент, связанный с "
+"набранным словом-термином."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Пример использования фрагмента"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Например, если установить синтаксис <em>HTML</em>, ввести слово-термин "
+"<code>head </code>, и нажать клавишу <key>Tab</key>, текст будет "
+"автоматически дополнен фрагментом:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Добавление фрагментов"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Можно добавлять новые фрагменты, которые могут работать как глобально (то "
+"есть, независимо от языка), так и только при определённом синтаксисе."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui "
+"style=\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Выберите <guiseq style=\"menu\"><gui style=\"menuitem\">Сервис</gui> <gui "
+"style=\"menuitem\">Управление фрагментами</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"В боковой панели <gui>Управление фрагментами</gui> выберите нужный синтаксис "
+"и нажмите на кнопку «+» рядом с ним, чтобы отобразить список существующих "
+"фрагментов для выбранного синтаксиса."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Чтобы добавить фрагмент, который работает глобально (то есть, когда для "
+"документа не установлен особый синтаксис или язык), выберите раздел "
+"<gui>Глобальные</gui> в боковой панели <gui>Управление фрагментами</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Чтобы добавить новый фрагмент, нажмите на значок «плюс» внизу боковой панели "
+"<gui>Управление фрагментами</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Введите имя для нового фрагмента. Имя фрагмента может не совпадать с текстом "
+"добавляемого фрагмента."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"В разделе <gui style=\"group\">Включение</gui>, необходимо ввести в "
+"текстовое поле <gui style=\"input\">Переключатель вкладок:</gui> слово-"
+"термин, которое будет использоваться для вставки фрагмента."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Если нужно вставлять фрагмент с помощью комбинации клавиш, перенесите курсор "
+"в текстовое поле <gui style=\"input\">Комбинация клавиш:</gui>, нажмите "
+"нужную комбинацию клавиш и отпустите. После этого комбинация клавиш будет "
+"установлена."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Под надписью <gui style=\"input\">Правка:</gui>, введите нужный текст "
+"фрагмента. Можно использовать <code>${n}</code> для обозначения переменных, "
+"где <em>n</em> заменяется числом, которое представляет порядковый номер "
+"переменной."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Пример нового фрагмента"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Например, вы создали фрагмент текста со словом-термином <var>greetings</var> "
+"в графе <gui style=\"input\">Переключатель вкладок:</gui>. Текстовое поле "
+"под надписью <gui style=\"input\">Правка:</gui> содержит следующее:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Можно вставить этот фрагмент, набрав в документе слово <var>greetings</var> "
+"и нажав на клавиатуре кнопку <key>Tab</key>. Будет вставлен следующий "
+"фрагмент текста:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Слова \"wonderful\" и \"amazing\" могут быть оставлены или удалены в "
+"зависимости от вашего выбора. Для этого нажмите <key>Tab</key>, чтобы "
+"выбрать между словами \"wonderful\" и \"amazing\", и нажмите <key>Del</key>, "
+"чтобы удалить неподходящий вариант."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Сортировка строк текста в алфавитном порядке."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Сортировка"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Модуль Сортировка упорядочивает выбранные строки текста в алфавитном порядке."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Включение модуля Сортировка"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Чтобы включить модуль <app>Сортировка</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Выберите <gui style=\"menuitem\">Сортировка</gui>, чтобы включить модуль."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Использование модуля Сортировка"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "Чтобы использовать модуль <gui>Сортировка</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Выделите нужные строки текста."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">Интсрументы</gui> <gui "
+"style=\"menuitem\">Сортировка…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Откроется диалоговое окно <gui>Сортировка</gui>, в котором можно выбрать "
+"между несколькими вариантами сортировки:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"Параметр <gui>В обратном порядке</gui> позволяет упорядочить текст в "
+"обратном алфавитном порядке."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"Параметр <gui>Убирать повторения</gui> позволяет убрать повторяющиеся "
+"значения из списка."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"Параметр <gui>Игнорировать регистр</gui> позволяет не учитывать регистр."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Можно также производить сортировку игнорируя первые несколько символов в "
+"строках, установив номер первого символа, с которого будет производиться "
+"сортировка. Для этого воспользуйтесь полем <gui>Начинать со столбца</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr ""
+"Для выполнения операции сортировки, выберите команду <gui>Сортировка</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Установка печати страниц в определённом порядке."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Фил Булл (Phil Bull)"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Получение копий для печати в нужном порядке"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Наоборот"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Принтеры обычно печатают страницы, начиная с первой и заканчивая последней, "
+"в итоге получается, что после печати страницы сложены в обратном порядке. "
+"Чтобы изменить порядок:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">Файл</gui> <gui "
+"style=\"menuitem\">Печать</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"На вкладке <gui style=\"tab\">Общие</gui>, в группе параметров <gui "
+"style=\"group\">Копии</gui>, отметьте параметр <gui "
+"style=\"checkbox\">Наоборот</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Теперь печать будет идти с последней страницы и далее."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Упорядочить"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"При печати нескольких копий документа, распечатанные листы по умолчанию "
+"группируются по номеру страницы (то есть, все копии первой страницы, затем "
+"все копии второй страницы, и так далее). Параметр Упорядочить позволяет "
+"вместо этого сгруппировать страницы каждой копии документа по порядку."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "Чтобы упорядочить копии:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Нажмите <guiseq><gui style=\"menu\">Файл</gui> <gui "
+"style=\"menuitem\">Печать</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"На вкладке <gui>Общие</gui>, в группе параметров <gui style=\"group\">Копии</"
+"gui>, отметьте параметр <gui style=\"checkbox\">Упорядочить</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Печать файлов созданных в gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Печать документов"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Для печати с помощью <app>gedit</app> требуется подключённый и настроенный "
+"принтер. Если это не сделано, обратитесь к руководству <link href=\"help:"
+"gnome-help/printing\">Печать в среде GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr ""
+"<app>gedit</app> позволяет выводить документ на печать на бумаге, а также "
+"печатать в файл."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Предварительный просмотр печати"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Перед печатью документа, с помощью функции <gui>Просмотр печати</gui>, можно "
+"увидеть, как будет выглядеть распечатанный документ. Для предварительного "
+"просмотра документа:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">Файл</gui> <gui "
+"style=\"menuitem\">Просмотр печати</gui></guiseq>, или нажмите "
+"<keyseq><key>Shift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Предварительный просмотр документа откроется в той же вкладке, что и файл. "
+"По предварительному просмотру можно перемещаться с помощью кнопок навигации "
+"и панели инструментов в верхней части вкладки предварительного просмотра "
+"документа. Чтобы закрыть предварительный просмотр и вернуться к документу, "
+"нажмите кнопку <gui style=\"button\">Закрыть просмотр печати</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Печать на бумаге"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Можно печатать документы на бумаге на локальном или удалённом принтере. "
+"Чтобы распечатать файл:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">Файл</gui> <gui "
+"style=\"menuitem\">Печать</gui> <gui style=\"tab\">Общие</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Выберите нужный принтер из списка доступных принтеров."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Можно просмотреть файл, нажав кнопку <gui style=\"button\">Просмотр печати</"
+"gui>. Если параметры печати соответствуют вашим ожиданиям, нажмите кнопку "
+"<gui style=\"button\">Печать</gui>, чтобы отправить файл на принтер."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/"
+"printing#paper\">Layout and Paper options</link> help."
+msgstr ""
+"Дополнительно, на вкладке <gui style=\"tab\">Параметры страницы</gui>, можно "
+"выбрать параметры <gui style=\"group\">Размещения</gui> и <gui "
+"style=\"group\">Бумаги</gui>. Так как данные настройки доступны во всех "
+"приложениях GNOME, обратитесь к руководству <link href=\"help:gnome-help/"
+"printing#paper\">Параметры размещения и бумаги</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Печать нескольких копий и указанного диапазона страниц"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui "
+"style=\"group\">Copies</gui> options to help you:"
+msgstr ""
+"Можно указать <gui style=\"group\">Диапазон</gui> и количество <gui "
+"style=\"group\">Копий</gui>:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Печать в файл"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Также можно использовать <app>gedit</app> для печати документа в файл. Чтобы "
+"распечатать документ в файл:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">Файл</gui> <gui "
+"style=\"menuitem\">Печать</gui> <gui style=\"menuitem\">Печатать в файл</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "Печать возможна в файлы следующих форматов, на выбор:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Для печати документа в файл, нажмите <gui style=\"button\">Печать</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Выбор страниц, которые необходимо напечатать."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Печать только указанных страниц"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Можно выборочно печатать лишь некоторые страницы документа. Например, если в "
+"текстовое поле Страницы ввести «1,3,5-7,9», то будут распечатаны страницы 1, "
+"3, 5, 6, 7 и 9. Чтобы выборочно напечатать страницы:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">Файл</gui> <gui "
+"style=\"menuitem\">Печать…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"На вкладке <gui style=\"tab\">Общие</gui>, в группе параметров <gui "
+"style=\"group\">Диапазон</gui>, выберите параметр <gui "
+"style=\"radiobutton\">Страницы</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"В текстовом поле введите, разделяя запятыми, номера страниц документа, "
+"которые нужно распечатать. Для указания диапазона страниц используйте дефис."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "Краткое представление gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Начало работы с gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"Текстовый редактор <app>gedit</app> — это полнофункциональный текстовый "
+"редактор среды рабочего стола GNOME. С помощью gedit можно делать простые "
+"заметки и документы, а также, используя некоторые из его дополнительных "
+"функций, использовать в качестве собственной среды разработки программного "
+"обеспечения."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"После запуска <app>gedit</app>, можно сразу приступать к написанию текста. "
+"Чтобы сохранить текст, нажмите кнопку <gui>Сохранить</gui> на панели "
+"инструментов <app>gedit</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"Чтобы узнать о дополнительных функциях <app>gedit</app> и получить помощь в "
+"выполнении различных задач, посетите <link xref=\"index\">остальные темы</"
+"link> руководства <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Замена участков текста в файле."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Янг Ли (Young Li)"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Замена текста"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Редактирование текста может занять много времени. Для экономии времени, в "
+"<app>gedit</app> есть функция <app>Заменить</app>, которая может находить и "
+"заменять часть текста."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Замена текста в <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui "
+"style=\"button\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</"
+"gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Откройте инструмент <gui>Заменить</gui>, нажав <guiseq><gui "
+"style=\"button\">Кнопку меню</gui><gui style=\"menuitem\">Найти и заменить…</"
+"gui></guiseq>, или нажмите <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "Введите текст, который нужно заменить, в поле <gui>Найти</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr "Введите заменяющий текст в поле <gui>Заменить на</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"После ввода исходного и заменяющего текста, можно указать дополнительные "
+"параметры поиска. Также можно выбрать что заменять:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"Чтобы заменить <em>только</em> следующее соответствие, нажмите кнопку "
+"<gui>Заменить</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"Чтобы заменить <em>все совпадения</em> искомого текста, нажмите кнопку "
+"<gui>Заменить все</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Используйте функцию <gui>Заменить все</gui> с осторожностью. Функция "
+"<gui>Заменить все</gui> действует по всему текстовому файлу, и не позволяет "
+"выделять часть текста, в которой функция замены не будет выполняться."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Дополнительные параметры"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Если нужно, можно указать дополнительные параметры поиска:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Учитывать регистр"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Опция <em>Учитывать регистр</em> позволяет выполнять поиск с учётом "
+"регистра. Если выбрана эта опция, при поиске будет учитываться регистр. Если "
+"нет, поиск будет производиться без учёта регистра."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Только полные слова"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Используйте эту опцию, чтобы найти определённое слово, исключив фрагменты "
+"других слов. Например, если при включённой опции искать слово «на», то слово "
+"«на» будет соответствовать, а слова «<em>на</em>м» и «Па<em>на</em>ма» нет."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Обратный поиск"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Опция Обратный поиск идентична функции Найти предыдущее. Выберите эту опцию, "
+"если нужно выполнять поиск от конца к началу."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Автоматически переходить к началу документа"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Если включена опция <app>Автоматически переходить к началу документа</app>, "
+"<app>gedit</app>, при достижения конца документа, продолжит поиск/замену c "
+"его начала. Это гарантирует, что функция поиск/замена будет выполнена по "
+"всему документу."
+
+# escape sequence - управляющий символ, как например разрыв строки, символ табуляции и т.д. В русском переводе их часто называют непечатные символы, так как на содержание текста они не влияют.
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Использование непечатных символов"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Можно использовать <em>непечатные символы</em> для поиска конца строк или "
+"знаков табуляции."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Новая строка"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+# Возвра́т каре́тки — управляющий символ или механизм, используемый для возвращения позиции устройства к началу строки. Часто обозначается как CR (от англ. carriage return). (wiki)
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Возврат каретки"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tab"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Если нужно найти в тексте <output>\\</output> (обратный слеш) или любой "
+"другой непечатный символ, то при поиске нужно перед обратным слешем "
+"поставить ещё один обратный слеш. Например, для поиска <input>\\</input> "
+"нужно ввести <input>\\\\</input>. Остальные непечатные символы можно найти "
+"таким же образом: чтобы найти или заменить <input>\\n</input>, введите "
+"<input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Сохранение файла, чтобы продолжить работу с ним позже."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Сохранение файла"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"Чтобы сохранить файл в <app>gedit</app>, нажмите на кнопку <gui "
+"style=\"button\">Сохранить</gui> в правой стороне строки заголовка, или "
+"просто нажмите <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"При сохранении нового файла, появится диалоговое окно, в котором можно "
+"выбрать имя файла, а также каталог в который будет сохранён файл."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Поиск участка текста в файле."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Поиск текста"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+"Поиск может помочь найти конкретную последовательность текста внутри файла."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Поиск текста"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui "
+"style=\"menu\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </"
+"guiseq> or pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will "
+"move your cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Откройте <gui>окно поиска</gui>, нажав <guiseq><gui style=\"menu\">Menu "
+"Button</gui> <gui style=\"menuitem\">Найти…</gui> </guiseq>, или нажмите "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>. Это переместит указатель в "
+"начало <gui>окна поиска</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "В <gui>окне поиска</gui> введите текст, который нужно найти."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"По мере ввода, <app>gedit</app> будет подсвечивать соответствующие "
+"введённому части текста."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+"Для перемещения по результатам поиска, выполните любое из следующих действий:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Нажмите на значок <gui style=\"button\">стрелка вверх</gui> или <gui "
+"style=\"button\">стрелка вниз</gui> рядом с <gui>окном поиска</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Нажмите клавишу <key>стрелка вверх</key> или <key>стрелка вниз</key> на "
+"клавиатуре."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Нажмите <keyseq><key>Ctrl</key><key>G</key></keyseq> или <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"Чтобы закрыть <gui>окно поиска</gui>, нажмите клавишу <key>Esc</key> или "
+"<key>Enter</key>. Нажатие клавиши <key>Esc</key> перенесёт указатель на "
+"позицию до начала поиска. Нажатие клавиши <key>Enter</key> перенесёт "
+"указатель на позицию текущего результата поиска."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Советы по поиску"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Если выделить часть текста с помощью мыши, а затем нажать <keyseq><key>Ctrl</"
+"key><key>F</key></keyseq>, выделенный текст появится в окне поиска."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"Для расширенного поиска, нажмите на значок <gui style=\"button\">Лупа</gui> "
+"в окне поиска. Можно выбрать один или несколько следующих параметров поиска:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Выберите <gui>Учитывать регистр</gui>, чтобы сделать поиск с учётом регистра."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Выберите <gui> Только полные слова</gui> для поиска только полных слов."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Выберите <gui>Автоматически переходить к началу документа</gui> для "
+"цикличного поиска."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Найденный текст будет оставаться подсвеченным gedit, даже после завершения "
+"поиска. Чтобы снять выделение, выберите <gui style=\"menuitem\">Очистить "
+"подсветку</gui>, или нажмите <keyseq><key>Ctrl</key><key>Shift</key><key>K</"
+"key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Проверка файлов на орфографические ошибки."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Баптист Милле-Матиас (Baptiste Mille-Mathias)"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Проверка орфографии документа"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Включение проверки орфографии"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Опция проверки орфографии предусмотрена в виде модуля <app>gedit</app>, "
+"который может быть включён при необходимости. Чтобы включить модуль:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Выберите <gui style=\"menuitem\">Проверка орфографии</gui>, чтобы включить "
+"модуль."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "Для проверки орфографических ошибок в документе:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Выберите <guiseq><gui style=\"menu\">Сервис</gui> <gui "
+"style=\"menuitem\">Проверить орфографию</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Для автоматической проверки слов при вводе и подсветки ошибок, выберите "
+"<guiseq><gui style=\"menu\">Сервис</gui><gui style=\"menuitem\">Подсвечивать "
+"слова с ошибками</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Использование проверки орфографии"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Можно выбрать правильный вариант для замены неправильно написанного слова, "
+"используя диалоговое окно Проверка орфографии. Слово с ошибкой будет "
+"отмечено модулем проверки орфографии и отображено жирным шрифтом в пункте "
+"<gui>Слово с ошибкой:</gui>. Можно выбрать один из следующих вариантов "
+"исправления:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Заменить на:</gui> — позволяет ввести слово и "
+"использовать <gui style=\"button\">контрольное слово</gui> для проверки "
+"правильности написания."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Варианты:</gui> — перечисляет доступные варианты замены "
+"для слова."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Игнорировать</gui> — позволяет обойти проверку "
+"орфографии для <em>текущего</em> экземпляра слова."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Игнорировать все</gui> — позволяет обойти проверку "
+"орфографии для <em>всех</em> экземпляров слова."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui "
+"style=\"menuitem\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Заменить</gui> — заменяет <em>текущее</em> слово с "
+"орфографической ошибкой или неопознанное слово выбранным из списка <gui "
+"style=\"menuitem\">Вариантов</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui "
+"style=\"menuitem\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Заменить все</gui> — заменяет <em>все</em> слова с "
+"орфографической ошибкой или неопознанные слова выбранным из списка <gui "
+"style=\"menuitem\">Вариантов</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Добавить в словарь</gui> — позволяет добавить текущее "
+"неопознанное слово в <gui>Словарь пользователя</gui> <app>gedit</app>. "
+"Добавление слова в <gui>Словарь пользователя</gui> позволит <app>gedit</app> "
+"распознавать его в документах и, следовательно, не выделять как неправильно "
+"написанное слово."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Определение языка для проверки орфографии"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"По умолчанию, <app>gedit</app> использует для проверки документа текущий "
+"язык системы. Если нужно изменить язык на другой, выберите <guiseq><gui "
+"style=\"menu\">Сервис</gui><gui style=\"menuitem\">Установить язык…</gui></"
+"guiseq>, затем укажите нужный язык."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Словари"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> использует <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, небольшую системную утилиту для проверки "
+"орфографии. Enchant может использовать несколько различных словарей для "
+"проверки правописания. <em>Hunspell</em> и <em>Aspell</em> — два из основных "
+"словарей."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Если нужный язык не доступен в <app>gedit</app>, используйте менеджер "
+"пакетов для установки подходящего стороннего словаря."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Подсвечивать синтаксиса текста для удобства чтения."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Включение подсветки синтаксиса"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Подсветка синтаксиса"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> обеспечивает подсветку синтаксиса множества разметок "
+"научных языков и языков программирования. Если <app>gedit</app>, при "
+"открытии файла, распознаёт используемый синтаксис, он автоматически "
+"подсвечивает текст."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui "
+"style=\"menu\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></"
+"guiseq>, and then choosing the desired syntax. Alternately, you can select "
+"the syntax name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Если синтаксис или язык не были подсвечены при запуске, можно выбрать "
+"соответствующий синтаксис или язык, нажав <guiseq><gui style=\"menu\">Вид</"
+"gui> <gui style=\"menuitem\">Режим подсветки синтаксиса</gui></guiseq>, и "
+"затем выбрав нужный синтаксис. Также можно выбрать синтаксис из списка в "
+"нижней части окна <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Объединение похожих вкладок."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Радина Матик (Radina Matic)"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Упорядочить файлы в сгруппированные вкладки"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Если вы работаете с множеством вкладок в <app>gedit</app>, то можно "
+"сгруппировать их, так будет легче сохранять открытые файлы упорядоченными. "
+"Добавление новой группы вкладок разделит окно <app>gedit</app> на две "
+"панели, откроет новую вкладку «Несохранённый документ» в новой панели и "
+"сделает её активной."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Создание группы вкладок в окне gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "Чтобы создать группу вкладок:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+"Щёлкните правой кнопкой мыши вкладку и выберите <gui>Переместить в новую "
+"группу вкладок</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Используйте комбинацию клавиш <keyseq><key>Ctrl</key><key>Alt</key><key>N</"
+"key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Это действие разделит окно <app>gedit</app> на две панели, панель с новой "
+"группой вкладок будет помещена справа от активной вкладки. Можно перемещать "
+"разделитель вправо или влево, распределяя пространство окна <app>gedit</app> "
+"между панелями в соответствии с вашими потребностями."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"В окне <app>gedit</app> можно открыть столько групп вкладок, сколько "
+"позволяет экран монитора, но для корректного отображения вкладок придётся "
+"перемещать разделитель."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"Чтобы закрыть панель группы вкладок, нужно закрыть все вкладки, которые "
+"открыты в этой панели."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Перемещение вкладки из одной группы вкладок в другую"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Чтобы переместить вкладку из одной группы вкладок в другую:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Нажмите и удерживайте кнопку мыши на вкладке."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Переместите вкладку в другую группу вкладок."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Поместите её рядом с другими вкладками в группе вкладок."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Отпустите кнопку мыши."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Изменение расположения вкладок в окне gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Перемещение и изменение расположения вкладок"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"В <app>gedit</app> можно изменять расположение вкладок, что упрощает работу "
+"с файлами. Вкладки можно перемещать между собой в одном окне, за пределы "
+"окна <app>gedit</app> (создавая новое окно <app>gedit</app>), а также из "
+"одного окна в другое."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Изменение расположения вкладок в окне gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "Чтобы изменить расположение вкладок в окне:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Переместите вкладку в нужное положение среди других вкладок."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Вкладка будет помещена ближе всего к тому месту, где вы её отпустите, "
+"непосредственно рядом c другими открытыми вкладками."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Перемещение вкладки с созданием нового окна gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "Чтобы создать новое окно из существующей вкладки:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Переместите вкладку за пределы окна <app>gedit</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"Чтобы переместить вкладку в новое окно, когда окно <app>gedit</app> "
+"развёрнуто на весь экран, переместите вкладку на заголовок окна в верхней "
+"части экрана."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Перемещение вкладки в другое окно gedit"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Чтобы переместить вкладку из одного окна в другое:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Переместите вкладку в другое окно."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Поместите её рядом с другими вкладками в другом окне."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Возможно, вам будет проще перемещать вкладки из одного окна в другое путём "
+"перемещения вкладки в левый верхний угол в меню <gui>Обзор</gui>. Там будут "
+"отображены все открытые окна <app>gedit</app>. Поднесите вкладку к нужному "
+"окну <app>gedit</app> и отпустите."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Создание и удаление вкладок в окне gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Добавление и удаление вкладок"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Действия с вкладками в <app>gedit</app> позволяет вам отслеживать несколько "
+"файлов в одном окне."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Добавление вкладок"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"Чтобы добавить вкладку при создании нового файла, нажмите кнопку "
+"<gui>Создать новый документ</gui> в левой части строки заголовка или нажмите "
+"<keyseq><key>Ctrl</key><key>Т</key></keyseq>. Вкладка будет добавлена справа "
+"от уже имеющихся вкладок."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Удаление вкладок"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"Для удаления вкладки, справа на вкладке нажмите <gui style=\"button\">×</"
+"gui> или используйте <keyseq><key>Ctrl</key><key>W</key></keyseq>. Для "
+"удаления всех открытых вкладок, нажмите <keyseq><key>Ctrl</key> <key>Shift</"
+"key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Отмена недавнего изменения одного из файлов."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Отмена/повтор последнего действия"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Если вы сделали ошибку при редактировании документа в <app>gedit</app>, "
+"можно отменить изменения нажав <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr "После закрытия файла в <app>gedit</app>, отмена изменений невозможна."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Чтобы повторить отменённое действие, нажмите <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>Z</key></keyseq>."
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Текстовый редактор gedit"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Текстовый редактор gedit"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Руководство пользователя gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> Текстовый редактор gedit"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Добро пожаловать в руководство по текстовому редактору <app>gedit</app>. Для "
+"краткого ознакомления с основными функциями <app>gedit</app> посетите "
+"страницу: <link xref=\"gedit-quickstart\">Начало работы с gedit</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Другие темы руководства сгруппированы по разделам ниже. Приятного "
+"использования <app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Работа с файлами"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Настройка gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Модули gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Печать с помощью gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Эта работа распространяется под лицензией <_:link-1/>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Preferences</gui> <gui>Font &amp; Colors</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Выберите <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Параметры</gui> <gui>Шрифты и цвета</gui></guiseq>."
+
+#~ msgid ""
+#~ "To close a file in <app>gedit</app>, select <gui "
+#~ "style=\"menuitem\">Close</gui>. Alternately, you can click the small "
+#~ "\"X\" that appears on the right-side of the file's tab, or press "
+#~ "<keyseq><key>Ctrl</key> <key>W</key></keyseq>."
+#~ msgstr ""
+#~ "Чтобы закрыть файл в <app>gedit</app>, выберите <gui "
+#~ "style=\"menuitem\">Закрыть</gui>. Также можно нажать на значок «X», "
+#~ "который находится на вкладке файла справа, или нажать <keyseq><key>Ctrl</"
+#~ "key> <key>W</key></keyseq>."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>L</key></keyseq> in the <gui>Open</gui> "
+#~ "dialog."
+#~ msgstr ""
+#~ "Нажмите <keyseq><key>Ctrl</key><key>L</key></keyseq> в диалоговом окне "
+#~ "<gui>Открыть</gui>."
+
+#~ msgid "Click the <gui>Open</gui> button."
+#~ msgstr "Нажмите кнопку <gui>Открыть</gui>."
+
+#~ msgid ""
+#~ "To adjust the number of recently-used files that gedit displays, you will "
+#~ "need to use the <app>dconf-editor</app> application."
+#~ msgstr ""
+#~ "Используя <app>dconf-editor</app> можно настроить количество отображаемых "
+#~ "в gedit недавно использованных файлов."
+
+#~ msgid ""
+#~ "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+#~ msgstr ""
+#~ "Запустите <app>dconf-editor</app> и выберите <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+
+#~ msgid ""
+#~ "Double-click on the number next to <gui>max-recents</gui> and change the "
+#~ "number to your desired value."
+#~ msgstr ""
+#~ "Дважды нажмите на цифру рядом с <gui>max-recents</gui> и измените "
+#~ "количество до нужного значения."
+
+#~ msgid ""
+#~ "To open files from the side panel, first open the side panel by selecting "
+#~ "<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+#~ "<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown "
+#~ "at the top of the pane."
+#~ msgstr ""
+#~ "Для открытия файлов из боковой панели, сначала откройте боковую панель, "
+#~ "выбрав <guiseq><gui>Вид</gui> <gui>Боковая панель</gui></guiseq> (или "
+#~ "просто нажмите <key>F9</key>), затем нажмите на значок <gui>Обозреватель "
+#~ "файлов</gui> в нижней части панели."
+
+#~ msgid ""
+#~ "This will activate the <em>File Browser</em> mode of the side panel. You "
+#~ "can then use the navigation buttons at the top of the pane to locate and "
+#~ "open your desired files."
+#~ msgstr ""
+#~ "Это включит режим <em>обозревателя файлов</em> боковой панели. Чтобы "
+#~ "найти и открыть нужные файлы можно использовать кнопки навигации в "
+#~ "верхней части панели."
+
+#~ msgid ""
+#~ "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> "
+#~ "plugin allows you to insert the date and/or time at the current cursor "
+#~ "position. To enable this plugin, select <guiseq><gui "
+#~ "style=\"menu\">gedit</gui> <gui style=\"menuitem\">Preferences</"
+#~ "gui><gui>Plugins</gui> <gui>Insert Date/Time</gui></guiseq>. To use the "
+#~ "plugin, press <guiseq> <gui style=\"menu\">Edit</gui><gui>Insert Date and "
+#~ "Time</gui></guiseq>."
+#~ msgstr ""
+#~ "Модуль <gui>Вставка даты и времени</gui> позволяет вставить дату и/или "
+#~ "время на место текущей позиции курсора. Чтобы включить модуль, выберите "
+#~ "<guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Параметры</gui><gui>Модули</gui> <gui>Вставка даты и "
+#~ "времени</gui></guiseq>. Чтобы использовать модуль, нажмите <guiseq> <gui "
+#~ "style=\"menu\">Правка</gui><gui>Вставить дату и время</gui></guiseq>."
+
+#~ msgid "Use keyboard shortcuts to help you work more quickly."
+#~ msgstr "Использование комбинаций клавиш для ускорения работы."
+
+#~ msgid "Paolo Borelli"
+#~ msgstr "Паоло Борелли (Paolo Borelli)"
+
+#~ msgid "Jesse van den Kieboom"
+#~ msgstr "Джесси Ван ден Кибум (Jesse van den Kieboom)"
+
+#~ msgid "Steve Frécinaux"
+#~ msgstr "Стив Фресинукс (Steve Frécinaux)"
+
+#~ msgid "Ignacio Casal Quinteiro"
+#~ msgstr "Игнасио Касал Куантеро (Ignacio Casal Quinteiro)"
+
+#~ msgid "Shortcut keys"
+#~ msgstr "Комбинации клавиш"
+
+#~ msgid ""
+#~ "Use <gui>shortcut keys</gui> to perform common tasks more quickly than "
+#~ "with the mouse and menus. The following tables list all of <app>gedit's</"
+#~ "app> shortcut keys."
+#~ msgstr ""
+#~ "Использование <gui>комбинаций клавиш</gui> ускоряет работу по сравнению с "
+#~ "использованием только мыши и меню. В следующей таблице представлены все "
+#~ "комбинации клавиш <app>gedit</app>."
+
+#~ msgid "Tab-related Shortcut keys"
+#~ msgstr "Комбинация клавиш для работы с вкладками"
+
+#~ msgid "Action"
+#~ msgstr "Действие"
+
+#~ msgid "Keyboard shortcut"
+#~ msgstr "Комбинация клавиш"
+
+#~ msgid "Switch to the next tab to the left"
+#~ msgstr "Переключиться на следующую вкладку влево"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#~ msgid "Switch to the next tab to the right"
+#~ msgstr "Переключиться на следующую вкладку вправо"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+
+#~ msgid "Close tab"
+#~ msgstr "Закрыть вкладку"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Save all tabs"
+#~ msgstr "Сохранить все вкладки"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+
+#~ msgid "Close all tabs"
+#~ msgstr "Закрыть все вкладки"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+
+#~ msgid "Reopen the most recently closed tab"
+#~ msgstr "Повторно открыть последнюю закрытую вкладку"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+
+#~ msgid "Jump to <var>n</var>th tab"
+#~ msgstr "Перейти на <var>n</var>-ю вкладку"
+
+#~ msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#~ msgid "New tab group"
+#~ msgstr "Создать группу вкладок"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#~ msgid "Previous tab group"
+#~ msgstr "Предыдущая группа вкладок"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+
+#~ msgid "Next tab group"
+#~ msgstr "Следующая группа вкладок"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+
+#~ msgid "Shortcut keys for working with files"
+#~ msgstr "Комбинации клавиш для работы с файлами"
+
+#~ msgid "Create a new document in a new window"
+#~ msgstr "Создание нового документа в новом окне"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#~ msgid "Create a new document in a new tab"
+#~ msgstr "Создание нового документа в новой вкладке"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#~ msgid "Open a document"
+#~ msgstr "Открыть документ"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#~ msgid "Open the <gui>Quick Open</gui> window"
+#~ msgstr "Диалоговое окно <gui>Быстрое открытие</gui>"
+
+#~ msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#~ msgid "Save the current document"
+#~ msgstr "Сохранить текущий документ"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#~ msgid "Save the current document with a new filename"
+#~ msgstr "Сохранить текущий документ под новым именем"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+
+#~ msgid "Print the current document"
+#~ msgstr "Напечатать текущий документ"
+
+#~ msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#~ msgid "Print preview"
+#~ msgstr "Предпросмотр печати"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+
+#~ msgid "Close the current document"
+#~ msgstr "Закрыть текущий документ"
+
+#~ msgid "Quit gedit"
+#~ msgstr "Завершить gedit"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#~ msgid "Shortcut keys for editing files"
+#~ msgstr "Комбинации клавиш для редактирования файлов"
+
+#~ msgid "Move to the beginning of the current line"
+#~ msgstr "Перейти в начало текущей строки"
+
+#~ msgid "<key>Home</key>"
+#~ msgstr "<key>Home</key>"
+
+#~ msgid "Move to the end of the current line"
+#~ msgstr "Перейти в конец текущей строки"
+
+#~ msgid "<key>End</key>"
+#~ msgstr "<key>End</key>"
+
+#~ msgid "Move to the beginning of the document"
+#~ msgstr "Перейти к началу документа"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+
+#~ msgid "Move to the end of the document"
+#~ msgstr "Перейти к концу документа"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+
+#~ msgid "Move the selected word right one word"
+#~ msgstr "Переместить выделенное слово вправо на одно слово"
+
+#~ msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Стрелка вправо</key></keyseq>"
+
+#~ msgid "Move the selected word left one word"
+#~ msgstr "Переместить выделенное слово влево на одно слово"
+
+#~ msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Стрелка влево</key></keyseq>"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Отменить последнее действие"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Вернуть последнее отменённое действие"
+
+#~ msgid "Cut the selected text or region and place it on the clipboard"
+#~ msgstr "Вырезать выделенный текст и поместить его в буфер обмена"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#~ msgid "Copy the selected text or region onto the clipboard"
+#~ msgstr "Скопировать выделенный текст в буфер обмена"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#~ msgid "Paste the contents of the clipboard"
+#~ msgstr "Вставить содержимое буфера обмена"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#~ msgid "Select all text in the file"
+#~ msgstr "Выделить весь текст в файле"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#~ msgid "Delete the current line"
+#~ msgstr "Удалить текущую строку"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#~ msgid "Move the selected line up one line"
+#~ msgstr "Переместить выделенную строку на одну строку вверх"
+
+#~ msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Стрелка вверх</key></keyseq>"
+
+#~ msgid "Move the selected line down one line"
+#~ msgstr "Переместить выделенную строку на одну строку вниз"
+
+#~ msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Стрелка вниз</key></keyseq>"
+
+#~ msgid "Add a tab stop"
+#~ msgstr "Добавить табуляцию"
+
+#~ msgid "<keyseq><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#~ msgid "Remove a tab stop"
+#~ msgstr "Убрать табуляцию"
+
+#~ msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+
+#~ msgid "Convert the selected text to upper case"
+#~ msgstr "Преобразовать все буквы выделенного текста в заглавные"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#~ msgid "Convert the selected text to lower case"
+#~ msgstr "Преобразовать все буквы выделенного текста в строчные"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#~ msgid "Toggle case of the selected text"
+#~ msgstr "Переключить регистр выделенного текста"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#~ msgid "Shortcut keys for showing and hiding panes"
+#~ msgstr "Комбинации клавиш для отображения или скрытия панелей"
+
+#~ msgid "Show / hide the side panel"
+#~ msgstr "Показать/скрыть боковую панель"
+
+#~ msgid "<key>F9</key>"
+#~ msgstr "<key>F9</key>"
+
+#~ msgid "Open the file menu"
+#~ msgstr "Открыть меню файла"
+
+#~ msgid "<key>F10</key>"
+#~ msgstr "<key>F10</key>"
+
+#~ msgid "Shortcut keys for searching"
+#~ msgstr "Комбинации клавиш для поиска"
+
+#~ msgid "Find a string"
+#~ msgstr "Найти строку"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#~ msgid "Find the next instance of the string"
+#~ msgstr "Найти следующее совпадение"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#~ msgid "Find the previous instance of the string"
+#~ msgstr "Найти предыдущее совпадение"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+
+#~ msgid "Search and Replace"
+#~ msgstr "Найти и заменить"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#~ msgid "Clear highlight"
+#~ msgstr "Убрать подсветку"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+
+#~ msgid "Goto line"
+#~ msgstr "Перейти к строке"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#~ msgid "Shortcut keys for tools"
+#~ msgstr "Комбинации клавиш для управления инструментами"
+
+#~ msgid "Check spelling"
+#~ msgstr "Проверить орфографию"
+
+#~ msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+
+#~ msgid "Remove trailing spaces (with plugin)"
+#~ msgstr "Удалить завершающие пробелы (при наличии модуля)"
+
+#~ msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#~ msgid "Run \"make\" in the current directory (with plugin)"
+#~ msgstr "Запустить «make» в текущем каталоге (при наличии модуля)"
+
+#~ msgid "<key>F8</key>"
+#~ msgstr "<key>F8</key>"
+
+#~ msgid "Directory listing (with plugin)"
+#~ msgstr "Вывести список файлов (при наличии модуля)"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+
+#~ msgid "Shortcut keys for user help"
+#~ msgstr "Комбинации клавиш для управления справкой"
+
+#~ msgid "Open the gedit user guide"
+#~ msgstr "Открыть руководство пользователя gedit"
+
+#~ msgid "<key>F1</key>"
+#~ msgstr "<key>F1</key>"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Выберите <guiseq><gui>Документы</gui><gui>Создать группу вкладок</gui></"
+#~ "guiseq> в главном меню."
+
+#~ msgid "Move through tab groups"
+#~ msgstr "Перемещение вкладок по группам вкладок"
+
+#~ msgid "To move forward (on the next) tab group:"
+#~ msgstr "Чтобы переместить вкладку в следующую группу вкладок:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Выберите <guiseq><gui>Документы</gui><gui>Следующая группа вкладок</gui></"
+#~ "guiseq> в главном меню приложения."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "down</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Используйте комбинацию клавиш <keyseq><key>Shift</key><key>Ctrl</"
+#~ "key><key>Alt</key><key>Page down</key></keyseq>."
+
+#~ msgid "To move backward (on the previous) tab group:"
+#~ msgstr "Чтобы переместить вкладку в предыдущую группу вкладок:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> "
+#~ "in the main menu."
+#~ msgstr ""
+#~ "Выберите <guiseq><gui>Документы</gui><gui>Предыдущая группа вкладок</"
+#~ "gui></guiseq> в главном меню приложения."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "up</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Используйте комбинацию клавиш <keyseq><key>Shift</key><key>Ctrl</"
+#~ "key><key>Alt</key><key>Page up</key></keyseq>."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tab groups."
+#~ msgstr ""
+#~ "Посетите страницу <link xref=\"gedit-shortcut-keys\">Комбинация клавиш "
+#~ "для работы с вкладками</link>, чтобы узнать комбинации клавиш для "
+#~ "быстрого и лёгкого управления группами вкладок."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tabs."
+#~ msgstr ""
+#~ "Посетите страницу <link xref=\"gedit-shortcut-keys\">Комбинации клавиш</"
+#~ "link>, чтобы узнать комбинации клавиш для быстрого управления вкладками."
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window. The tab that is larger than the other "
+#~ "tabs indicates the file that is currently open. The smaller tabs indicate "
+#~ "other files that are available to work on."
+#~ msgstr ""
+#~ "Использование вкладок в <app>gedit</app> позволяет держать на виду "
+#~ "несколько файлов в одном окне. Вкладка большего размера указывает на "
+#~ "открытый в данный момент файл. Вкладки меньшего размера указывают на "
+#~ "другие доступные для работы файлы."
+
+#~ msgid ""
+#~ "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+#~ "<gui>Open Files</gui> dialog."
+#~ msgstr ""
+#~ "Выберите <guiseq><gui>Файл</gui><gui>Открыть</gui></guiseq>, появится "
+#~ "диалоговое окно <gui>Открыть файлы</gui>."
+
+#~ msgid ""
+#~ "Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</"
+#~ "gui> dialog."
+#~ msgstr ""
+#~ "Нажмите на значок <gui>Карандаш</gui> в верхней части диалогового окна "
+#~ "<gui>Открыть файлы</gui>."
+
+#~ msgid ""
+#~ "To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+#~ "gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+#~ "click on the <gui>file-browser</gui> icon at the bottom of the pane."
+#~ msgstr ""
+#~ "Чтобы включить и использовать <gui>обозревателя файлов</gui> в боковой "
+#~ "панели, выберите <guiseq><gui>Вид</gui><gui>Боковая панель</gui></guiseq> "
+#~ "(или просто нажмите <key>F9</key>), затем нажмите на значок "
+#~ "<gui>обозревателя файлов</gui> внизу боковой панели."
+
+#~ msgid ""
+#~ "You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+#~ "operation, so we recommend that you save the file immediately before "
+#~ "performing the sort. If you make a mistake with the sort, you can revert "
+#~ "to the previously-saved version of the file by selecting "
+#~ "<guiseq><gui>File</gui><gui>Revert</gui></guiseq>."
+#~ msgstr ""
+#~ "После выполнения сортировки, её нельзя <gui>отменить</gui>, поэтому "
+#~ "рекомендуется сохранить файл перед её применением. Если при использовании "
+#~ "сортировки была допущена ошибка, можно будет вернуться к предыдущей "
+#~ "сохранённой версии файла, выбрав <guiseq><gui>Файл</"
+#~ "gui><gui>Восстановить</gui></guiseq>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Выберите <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Сортировать</gui></guiseq>."
+
+#~ msgid ""
+#~ "Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</"
+#~ "key> feature to move up or down through the text."
+#~ msgstr ""
+#~ "Нажмите кнопку <key>Ctrl</key> и с помощью мыши или <key>прокрутки</key> "
+#~ "на тачпаде перемещайтесь вверх или вниз по тексту."
+
+#~| msgid "Show / hide the bottom pane."
+#~ msgid "Show / hide the bottom pane"
+#~ msgstr "Отобразить или скрыть нижнюю панель"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+
+#~ msgid "To change the color scheme, complete the following steps:"
+#~ msgstr "Чтобы изменить цветовую схему выполните следующие действия:"
+
+#~ msgid "To Do This"
+#~ msgstr "Действие"
+
+#~ msgid "Press This"
+#~ msgstr "Комбинация"
+
+#~ msgid "Enable and use spell-checking feature"
+#~ msgstr "Включение функции проверки орфографии"
+
+#~ msgid "View a list of files in the side pane"
+#~ msgstr "Просмотр списка файлов в боковой панели"
+
+#~ msgid ""
+#~ "Keeping track of a large number of files using tabs can be difficult. One "
+#~ "way of managing large numbers of files is viewing them in a side pane. "
+#~ "Side panes allow you to view more files at a time than is possible using "
+#~ "tabs alone."
+#~ msgstr ""
+#~ "Отслеживание большого количества файлов с помощью вкладок может быть "
+#~ "затруднительным. Один из способов управления большим количеством файлов — "
+#~ "это их отображение в боковой панели. Боковые панели позволяют "
+#~ "одновременно просматривать больше файлов, чем при использовании только "
+#~ "вкладок."
+
+#~ msgid ""
+#~ "To view a list of open files in a side pane, click <guiseq><gui "
+#~ "style=\"menu\">View</gui> <gui style=\"menuitem\">Side Pane</gui></"
+#~ "guiseq>. A pane will appear to the left of the workspace with a listing "
+#~ "of all currently open files. Clicking a file in the side pane will "
+#~ "display that file in the workspace."
+#~ msgstr ""
+#~ "Для просмотра списка открытых файлов в боковой панели, выберите "
+#~ "<guiseq><gui style=\"menu\">Вид</gui> <gui style=\"menuitem\">Боковая "
+#~ "панель</gui></guiseq>. Панель, с перечнем всех открытых файлов, появится "
+#~ "слева от рабочей области. Нажатие на файл в боковой панели отобразит этот "
+#~ "файл в рабочей области."
+
+#~ msgid "documents icon"
+#~ msgstr "значок документа"
+
+#~ msgid ""
+#~ "The side pane also contains a <app>File Browser</app> view. If the pane "
+#~ "displays a file directory instead of currently open files, click <_:"
+#~ "media-1/> at the bottom of the pane to switch to the <app>Documents</app> "
+#~ "view."
+#~ msgstr ""
+#~ "Боковая панель также содержит режим <app>обозревателя файлов</app>. Если "
+#~ "панель отображает каталог файлов вместо открытых на данный момент файлов, "
+#~ "нажмите на <_:media-1/> в нижней части панели, чтобы перейти в режим "
+#~ "<app>обзора открытых документов</app>."
+
+#~ msgid ""
+#~ "The side pane only displays files that are open in the current window. "
+#~ "When multiple windows are open, only the files in the current window will "
+#~ "be displayed in the side pane."
+#~ msgstr ""
+#~ "Боковая панель отображает файлы только текущего окна. Когда открыто "
+#~ "несколько окон, в боковой панели будут отображены только открытые в "
+#~ "выбранном окне файлы."
+
+#~ msgid "http://creativecommons.org/licenses/by-sa/3.0/"
+#~ msgstr "http://creativecommons.org/licenses/by-sa/3.0/"
+
+#~ msgid ""
+#~ "This work is licensed under the Creative Commons Attribution-ShareAlike "
+#~ "3.0 Unported License. To view a copy of this license, visit <_:link-1/> "
+#~ "or send a letter to Creative Commons, 444 Castro Street, Suite 900, "
+#~ "Mountain View, California, 94041, USA."
+#~ msgstr ""
+#~ "Эта работа лицензирована в соответствии с лицензией Creative Commons "
+#~ "Attribution-ShareAlike 3.0 Unported. Для просмотра копии этой лицензии "
+#~ "посетите <_:link-1/> или отправьте письмо по адресу: Creative Commons, "
+#~ "444 Castro Street, Suite 900, Mountain View, California, 94041, USA."
+
+#~ msgid ""
+#~ "or, while the tab to be moved is open, choose <guiseq><gui>Documents </"
+#~ "gui><gui>Move to New Window</gui></guiseq>"
+#~ msgstr ""
+#~ "или, когда открыта вкладка, которую нужно переместить, выберите "
+#~ "<guiseq><gui>Документы</gui><gui>Переместить в новое окно</gui></guiseq>"
diff --git a/help/sl/sl.po b/help/sl/sl.po
new file mode 100644
index 0000000..123cf54
--- /dev/null
+++ b/help/sl/sl.po
@@ -0,0 +1,2592 @@
+# Slovenian translations for gedit help.
+# Copyright (C) 2009 gedit COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+#
+# Andrej Žnidaršič <andrej.znidarsic@gmail.com>, 2011
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit help master\n"
+"POT-Creation-Date: 2012-12-19 23:32+0000\n"
+"PO-Revision-Date: 2012-12-24 14:08+0100\n"
+"Last-Translator: Andrej Žnidaršič <andrej.znidarsic@gmail.com>\n"
+"Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
+"X-Poedit-Country: SLOVENIA\n"
+"X-Poedit-Language: Slovenian\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr "Andrej Žnidaršič <andrej.znidarsic@gmail.com>"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/index.page:22(media)
+msgctxt "_"
+msgid "external ref='figures/gedit-icon.png' md5='a7174de2671462e1ac4f80a82ad09184'"
+msgstr "external ref='figures/gedit-icon.png' md5='a7174de2671462e1ac4f80a82ad09184'"
+
+#: C/index.page:7(info/title)
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "Gedit urejevalnik besedil "
+
+#: C/index.page:8(info/title)
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "Gedit urejevalnik besedil "
+
+#: C/index.page:12(credit/name)
+#: C/gedit-change-color-scheme.page:9(credit/name)
+#: C/gedit-change-default-font.page:11(credit/name)
+#: C/gedit-close-file.page:9(credit/name)
+#: C/gedit-create-new-file.page:9(credit/name)
+#: C/gedit-edit-as-root.page:9(credit/name)
+#: C/gedit-files-basic.page:9(credit/name)
+#: C/gedit-full-screen.page:9(credit/name)
+#: C/gedit-open-files-from-sidepane.page:9(credit/name)
+#: C/gedit-open-files.page:13(credit/name)
+#: C/gedit-open-on-server.page:9(credit/name)
+#: C/gedit-open-recent.page:9(credit/name)
+#: C/gedit-plugin-guide.page:9(credit/name)
+#: C/gedit-plugins-bookmarks.page:9(credit/name)
+#: C/gedit-plugins-bracket-comp.page:9(credit/name)
+#: C/gedit-plugins-change-case.page:14(credit/name)
+#: C/gedit-plugins-character-map.page:9(credit/name)
+#: C/gedit-plugins-code-assistance.page:9(credit/name)
+#: C/gedit-plugins-code-comment.page:9(credit/name)
+#: C/gedit-plugins-color-picker.page:9(credit/name)
+#: C/gedit-plugins-commander.page:9(credit/name)
+#: C/gedit-plugins-dashboard.page:9(credit/name)
+#: C/gedit-plugins-doc-stats.page:14(credit/name)
+#: C/gedit-plugins-draw-spaces.page:9(credit/name)
+#: C/gedit-plugins-external-tools.page:15(credit/name)
+#: C/gedit-plugins-file-browser.page:13(credit/name)
+#: C/gedit-plugins-insert-date-time.page:14(credit/name)
+#: C/gedit-plugins-install.page:8(credit/name)
+#: C/gedit-plugins-join-split-lines.page:9(credit/name)
+#: C/gedit-plugins-modelines.page:13(credit/name)
+#: C/gedit-plugins-multi-edit.page:9(credit/name)
+#: C/gedit-plugins-pyconsole.page:9(credit/name)
+#: C/gedit-plugins-quick-open.page:9(credit/name)
+#: C/gedit-plugins-session-saver.page:9(credit/name)
+#: C/gedit-plugins-snippets-guide.page:8(credit/name)
+#: C/gedit-plugins-snippets.page:9(credit/name)
+#: C/gedit-plugins-sort.page:13(credit/name)
+#: C/gedit-plugins-tag-list.page:13(credit/name)
+#: C/gedit-plugins-terminal.page:10(credit/name)
+#: C/gedit-plugins-text-size.page:10(credit/name)
+#: C/gedit-plugins-word-completion.page:9(credit/name)
+#: C/gedit-printing.page:11(credit/name)
+#: C/gedit-quickstart.page:11(credit/name)
+#: C/gedit-replace.page:10(credit/name)
+#: C/gedit-save-file.page:9(credit/name)
+#: C/gedit-search.page:10(credit/name)
+#: C/gedit-shortcut-keys.page:10(credit/name)
+#: C/gedit-spellcheck.page:9(credit/name)
+#: C/gedit-syntax-highlighting.page:9(credit/name)
+#: C/gedit-tabs-moving.page:9(credit/name)
+#: C/gedit-tabs.page:10(credit/name)
+#: C/gedit-undo-recent-action.page:9(credit/name)
+#: C/gedit-undo-recent-action.page:18(credit/name)
+#: C/gedit-view-open-files-in-sidepane.page:9(credit/name)
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#: C/index.page:21(page/title)
+msgid "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> </media> gedit Text Editor"
+msgstr "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"></media> gedit urejevalnik besedila"
+
+#: C/index.page:26(page/p)
+msgid "Welcome to the <app>gedit</app> help guide. For a quick introduction into both <app>gedit's</app> most basic features, as well as some advanced keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started with gedit </link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</link> pages."
+msgstr "Dobrodošli v vodnik pomoči <app>gedit</app>. Za hiter uvod tako v najbolj osnovne zmožnosti <app>gedit</app> kot tudi nekatere naprednejše tipkovne bližnjice obiščite strani <link xref=\"gedit-quickstart\">Kako začeti z gedit</link> in <link xref=\"gedit-shortcut-keys\">Tipkovne bližnjice</link>."
+
+#: C/index.page:31(page/p)
+msgid "Other help topics are grouped together into sections below. Enjoy using <app>gedit</app>!"
+msgstr "Druge teme pomoči so združene skupaj v odseke spodaj. Uživajte v uporabi <app>gedit</app>!"
+
+#: C/index.page:35(section/title)
+msgid "Working With Files"
+msgstr "Delo z datotekami"
+
+#: C/index.page:40(section/title)
+msgid "Configure gedit"
+msgstr "Nastavite gedit"
+
+#: C/index.page:44(section/title)
+msgid "gedit Plugins"
+msgstr "Vstavki gedit"
+
+#: C/index.page:48(section/title)
+#: C/gedit-printing.page:16(page/title)
+msgid "Printing with gedit"
+msgstr "Tiskanje z gedit"
+
+#: C/gedit-change-color-scheme.page:14(page/title)
+msgid "Change the color scheme"
+msgstr "Spremeni barvno shemo"
+
+#: C/gedit-change-color-scheme.page:16(page/p)
+msgid "<app>gedit</app> includes several different color schemes, allowing you to change the appearance of the main text window."
+msgstr "<app>gedit</app> vključuje več različnih barvnih shem, ki vam omogočajo spremembo videza glavnega okna besedila. "
+
+#: C/gedit-change-color-scheme.page:19(page/p)
+msgid "To change the color scheme, complete the following steps:"
+msgstr "Za spremembo barvne sheme izvedite naslednje korake:"
+
+#: C/gedit-change-color-scheme.page:21(item/p)
+#: C/gedit-change-default-font.page:24(item/p)
+msgid "Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; Colors</gui></guiseq>."
+msgstr "Izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Pisave in barve</gui></guiseq>."
+
+#: C/gedit-change-color-scheme.page:23(item/p)
+msgid "Choose your desired color scheme."
+msgstr "Izberite svojo želeno barvno shemo."
+
+#: C/gedit-change-color-scheme.page:26(page/p)
+msgid "The new color scheme will be applied immediately."
+msgstr "Nova barvna shema bo nemudoma uveljavljena."
+
+#: C/gedit-change-color-scheme.page:29(section/title)
+msgid "Use a Custom Color Scheme"
+msgstr "Uporabi barvno shemo po meri"
+
+#: C/gedit-change-color-scheme.page:34(section/p)
+msgid "You can also use color schemes that have been created by others, or create and use your own color schemes."
+msgstr "Uporabite lahko barvne sheme, ki so jih ustvarili drugi ali pa ustvarite in uporabite svoje lastne barvne sheme."
+
+#: C/gedit-change-color-scheme.page:36(section/p)
+msgid "Instructions on how to install custom color schemes, as well as examples of color schemes that you can download and use, are available on the <link href=\"http://live.gnome.org/GtkSourceView/StyleSchemes\">gedit wiki </link>."
+msgstr "Navodila za namestitev barvnih shem po meri kot tudi primere barvnih shem, ki jih lahko prejmete in uporabite, lahko dobite na <link href=\"http://live.gnome.org/GtkSourceView/StyleSchemes\">wiki gedit</link>."
+
+#: C/gedit-change-default-font.page:16(page/title)
+msgid "Change the default font"
+msgstr "Sprememba privzete pisave"
+
+#: C/gedit-change-default-font.page:18(page/p)
+msgid "<app>gedit</app> will use the system fixed-width font by default, but you can change the default <app>gedit</app> font to suit your preferences."
+msgstr "<app>gedit</app> bo privzeto uporabil sistemsko pisavo stalne širine, vendar lahko izberte privzeto pisavo <app>gedit</app> tako, da ustreza vašemu okusu."
+
+#: C/gedit-change-default-font.page:23(steps/title)
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Za spremembo privzete pisave v programu <app>gedit</app>:"
+
+#: C/gedit-change-default-font.page:26(item/p)
+msgid "Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr "Odstranite polje poleg fraze \"Uporabi sistemsko pisavo stalne širine.\""
+
+#: C/gedit-change-default-font.page:28(item/p)
+msgid "Choose your desired font, and use the <gui>slider</gui> to set the default font size."
+msgstr "Izberite želeno pisavo in uporabite <gui>drsnik</gui> za nastavitev privzete pisave."
+
+#: C/gedit-change-default-font.page:30(item/p)
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "Kliknite <gui>Izberi</gui> in nato kliknite <gui>Zapri</gui>."
+
+#: C/gedit-close-file.page:14(page/title)
+msgid "Close a file"
+msgstr "Zaprtje datoteke"
+
+#: C/gedit-close-file.page:16(page/p)
+msgid "To close a file in <app>gedit</app>, select <guiseq><gui>File</gui> <gui>Close</gui></guiseq>. Alternately, you can click the small \"X\" that appears on the right-side of the file's tab, or press <keyseq><key>Ctrl</key> <key>W</key></keyseq>."
+msgstr "Za zaprtje datoteke v <app>gedit</app> izberite <guiseq><gui>Datoteka</gui><gui>Zapri</gui></guiseq>. Nadomestno lahko kliknete na majhen \"X\", ki se pojavi na desni strani zavihka datoteke ali pritisnete <keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#: C/gedit-close-file.page:20(page/p)
+msgid "Any one of these actions will close a file in <app>gedit</app>. If your file contains changes that have not been saved, <app>gedit</app> will prompt you to save those changes before closing the file."
+msgstr "Katerokoli od teh dejanj bo zaprlo datoteko v <app>gedit</app>. V primeru da vaša datoteke vsebuje spremembe, ki niso bile shranjene, vas bo <app>gedit</app> pozval k shranitvi teh sprememb pred zaprtjem datoteke."
+
+#: C/gedit-create-new-file.page:14(page/title)
+msgid "Create a new file"
+msgstr "Ustvarjanje nove datoteke"
+
+#: C/gedit-create-new-file.page:16(page/p)
+msgid "The easiest way to create a new file in <app>gedit</app>, is to click the icon that looks like a blank piece of paper with a \"plus\" sign next to it. If you prefer, you may also select <guiseq><gui>File</gui><gui>New</gui> </guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+msgstr "Najlažji način za ustvarjanje nove datoteke v <app>gedit</app> je klik na ikono, ki je videti kot črn kos papirja z znakom \"plus\" poleg njega. Če vam je ljubše, lahko izberete tudi <guiseq><gui>Datoteka</gui><gui>Nova</gui></guiseq> ali pritisnete <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+
+#: C/gedit-create-new-file.page:21(page/p)
+msgid "Any one of these actions will create a new file in the <app>gedit</app> window. If you have other files open in <app>gedit</app>, the new file that you create will appear as a new tab to the right of those files."
+msgstr "Katerokoli od teh dejanj bo ustvarilo novo datoteko v oknu <app>gedit</app>. V primeru da imate v <app>gedit</app> odprte druge datoteke, se bo nova datoteka pojavila kot nov zavihek desno od teh datotek."
+
+#: C/gedit-edit-as-root.page:14(page/title)
+msgid "Edit a file as the root user"
+msgstr "Urejanje datoteke kot skrbnik"
+
+#: C/gedit-edit-as-root.page:16(note/p)
+msgid "Editing files as the root user is potentially dangerous, and may break your system in bad ways. Take great care when editing files as the root user."
+msgstr "Urejanje datotek kot skrbik je potencialno nevarno in lahko vaš sistem pokvari. Bodite zelo pozorni med urejanjem datotek kot skrbnik. "
+
+#: C/gedit-edit-as-root.page:20(page/p)
+msgid "To edit files as the root user, launch <app>gedit</app> from the terminal by entering:"
+msgstr "Za urejanje datotek kot skrbnik zaženite <app>gedit</app> iz terminala z vnašanjem:"
+
+#: C/gedit-edit-as-root.page:21(page/code)
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#: C/gedit-edit-as-root.page:22(page/p)
+msgid "Using the <cmd>sudo</cmd> command, you will need to successfully enter your password before <app>gedit </app> will open."
+msgstr "Če uporabite ukaz <cmd>sudo</cmd>, boste morali pred odprtjem programa <app>gedit</app> uspešno vnesti svoje geslo."
+
+#: C/gedit-edit-as-root.page:27(page/p)
+msgid "As an alternative to the <cmd>sudo</cmd> command, you may obtain administrative privileges by entering:"
+msgstr "Kot nadomestilo za ukaz <cmd>sudo</cmd> lahko skrbniška dovoljenja pridobite z vnosom:"
+
+#: C/gedit-edit-as-root.page:29(page/code)
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#: C/gedit-edit-as-root.page:30(page/p)
+msgid "You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr "Nato bi zagnali <app>gedit</app> z ukazom <cmd>gedit</cmd>."
+
+#: C/gedit-edit-as-root.page:33(note/p)
+msgid "Once you have opened <app>gedit</app> with administrative privileges, the application will retain those privileges until you close it."
+msgstr "Ko boste <app>gedit</app> odprli s skrbniškimi dovoljenji, bo program ta dovoljenja obdržal dokler ga ne zaprete. "
+
+#: C/gedit-files-basic.page:14(page/title)
+msgid "File basics: Open, close, and save files"
+msgstr "Osnove datotek: odpiranje, zapiranje in shranjevanje datotek."
+
+#: C/gedit-files-basic.page:16(page/p)
+msgid "If you are new to <app>gedit</app>, these topics will help you with creating, saving, and opening and closing files."
+msgstr "V primeru da ste v <app>gedit</app> novi, vam bodo te teme pomagale pri ustvarjanju, shranjevanju in odpiranju in zapiranju datotek."
+
+#: C/gedit-full-screen.page:14(page/title)
+msgid "Use fullscreen mode"
+msgstr "Uporaba celozaslonskega načina"
+
+#: C/gedit-full-screen.page:16(page/p)
+msgid "When working with a large document, you may find it helpful to work in <app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the <gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, presenting you with more of your text and allowing you to better focus on your tasks."
+msgstr "Pri delu z velikimi dokumenti, vam bo morda prav prišel celozaslonski način <app>gedit</app>. Uporaba celozaslonskega načina bo skrila <gui>menijsko vrstico</gui>, <gui>vrstico zavihkov</gui> in <gui>orodno vrstico</gui> ter vam predstavila več vašega besedila in vam omogočila boljše osredotočenje na svoje naloge."
+
+#: C/gedit-full-screen.page:23(section/title)
+msgid "Turn on fullscreen mode"
+msgstr "Vklop celozaslonskega načina"
+
+#: C/gedit-full-screen.page:24(section/p)
+msgid "To turn on fullscreen mode, select <guiseq><gui>View</gui><gui>Fullscreen </gui></guiseq>, or press <key>F11</key>. <app>gedit's</app> menu, title, and tab-bars will hide, and you will only be presented with the text of your current file."
+msgstr "Za vklop celozaslonskega načina izberite <guiseq><gui>Pogled</gui><gui>Celozaslonski način</gui></guiseq> ali pritisnite <key>F11</key>. Meni, naziv in vrstice zavihkov <app>gedit</app> se bodo skrile. Ostalo bo le besedilo vaše trenutne datoteke."
+
+#: C/gedit-full-screen.page:28(section/p)
+msgid "If you need to perform an action from the <app>gedit</app> menu while working in fullscreen mode, move your mouse pointer to the top of the screen. The <app>gedit</app> menu bar will reappear, and you can select your desired action."
+msgstr "V primeru da želite izvesti dejanje iz menija <app>gedit</app> medtem ko delate v celozaslonskem načinu, premaknite svoj miškin kazalec na vrh zaslona. Menijska vrstica <app>gedit</app> se bo ponovno pojavila in izbrali boste lahko svoje želeno dejanje."
+
+#: C/gedit-full-screen.page:33(note/p)
+msgid "To switch between open tabs while in fullscreen mode, press either <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or <keyseq><key> Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr "Za preklop med odprtimi zavihki, ko ste v celozaslonskem načinu, pritisnite <keyseq><key>Ctrl</key><key>Alt</key><key>PgUo</key></keyseq> ali <keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#: C/gedit-full-screen.page:39(section/title)
+msgid "Turn off fullscreen mode"
+msgstr "Izklop celozaslonskega načina"
+
+#: C/gedit-full-screen.page:40(section/p)
+msgid "To turn off fullscreen mode and return to the standard <app>gedit</app> window, move your mouse cursor to the top of the screen, and wait for the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, select <gui>Leave Fullscreen</gui>. You can also press <key>F11</key> to turn off fullscreen mode."
+msgstr "Za izklop celozaslonskega načina in vrnitev na običajno okno <app>gedit</app> premaknite svojo miškino kazalko na vrh zaslona in počakajte, da se pojavi <gui>menijska vrstica</gui>. Ko se <gui>menijska vrstica</gui> pojavi, izberite <gui>Zapusti celozaslonski način</gui>. Za izklop celozaslonega način lahko tudi pritisnete <key>F11</key>."
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-open-files-from-sidepane.page:43(media)
+#: C/gedit-plugins-file-browser.page:39(media)
+msgctxt "_"
+msgid "external ref='figures/gedit-side-pane1.png' md5='ac9c80cb0552d63b593c71f23be69b53'"
+msgstr "external ref='figures/gedit-side-pane1.png' md5='ac9c80cb0552d63b593c71f23be69b53'"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-open-files-from-sidepane.page:63(media)
+#: C/gedit-view-open-files-in-sidepane.page:33(media)
+msgctxt "_"
+msgid "external ref='figures/gedit-side-pane2.png' md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+msgstr "external ref='figures/gedit-side-pane2.png' md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+
+#: C/gedit-open-files-from-sidepane.page:14(page/title)
+msgid "View and open files from the side pane"
+msgstr "Ogled in odpiranje datotek iz stranskega pladnja"
+
+#: C/gedit-open-files-from-sidepane.page:15(page/p)
+msgid "The most common way to switch between files in <app>gedit</app> is by using the tabs at the top of the <app>gedit</app> window. In some cases, though, particularly when you are working with a large number of open files, you may find it easier to use the <app>side pane</app>."
+msgstr "Najbolj pogost način za preklop med datotekami v programu <app>gedit</app> je uporaba zavihkov na vrhu okna <app>gedit</app>. V nekaterih primerih, še posebno ko delate z velikim številom datotek, je lahko <app>stranski pladenj</app> zelo uporaben."
+
+#: C/gedit-open-files-from-sidepane.page:22(page/p)
+msgid "To activate the <app>side pane</app>, select <guiseq><gui>View</gui><gui> Side Pane</gui></guiseq>, or just press the <key>F9</key> key."
+msgstr "Za omogočitev <app>stranskega pladnja</app> izberite <guiseq><gui>Pogled</gui><gui>Stranski pladenj</gui></guiseq> ali enostavno pritisnite tipko <key>F9</key>."
+
+#: C/gedit-open-files-from-sidepane.page:28(note/p)
+msgid "You can toggle the <gui>side pane</gui> open or closed by pressing <key> F9</key> at any time."
+msgstr "Med odprtim in zaprtim <gui>stranskim pladnjem</gui> lahko kadarkoli preklopite s pritiskom na <key>F9</key>."
+
+#: C/gedit-open-files-from-sidepane.page:35(section/title)
+#: C/gedit-plugins-file-browser.page:31(section/title)
+msgid "Opening files from the side pane"
+msgstr "Odpiranje datotek iz stranskega pladnja"
+
+#: C/gedit-open-files-from-sidepane.page:36(section/p)
+msgid "To open files from the <app>side pane</app>, first open the <app>side pane </app> by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, then click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr "Za odprtje datotek iz <app>stranskega pladnja</app> najprej odprite <app>stranski pladenj</app> z izbiro <guiseq><gui>Pogled</gui><gui>Stranski pladenj</gui></guiseq> in nato kliknite na ikono <gui>brskalnik-datotek</gui> na dnu pladnja."
+
+#: C/gedit-open-files-from-sidepane.page:46(section/p)
+#: C/gedit-plugins-file-browser.page:42(section/p)
+msgid "This will activate the <em>file-browser</em> mode of the <app>side pane </app>. You can then use the navigation buttons at the top of the pane to locate and open your desired files."
+msgstr "To bo omogočilo način <em>brskalnik-datotek</em> <app>stranskega pladnja</app>. Nato lahko uporabite gumbe za krmarjenje na vrhu pladnja za iskanje in odpiranje želenih datotek."
+
+#: C/gedit-open-files-from-sidepane.page:54(section/title)
+msgid "Using the side pane to switch between open files"
+msgstr "Uporaba stranskega pladnja za preklop med odprtimi datotekami"
+
+#: C/gedit-open-files-from-sidepane.page:55(section/p)
+msgid "Once you have several files open, you can use the side pane to switch between open files. To activate the file browser portion of the <app>side pane</app>, click on the <gui>file</gui> icon at the bottom of the <gui> side pane</gui>."
+msgstr "Ko imate odprtih več datotek, lahko za preklop med odprtimi datotekami uporabljate stranski pladenj. Za omogočitev brskalniškega dela <app>stranskega pladnja</app> kliknite na ikono <gui>datoteka</gui> na dnu <gui>stranskega pladnja</gui>."
+
+#: C/gedit-open-files-from-sidepane.page:66(section/p)
+msgid "Clicking on any file name in the <gui>side pane</gui> will open that file for editing."
+msgstr "Klik na katerokoli ime datoteke v <gui>stranskem pladnju</gui> jo bo odprl za urejanje. "
+
+#: C/gedit-open-files.page:18(page/title)
+msgid "Open a file or set of files"
+msgstr "Odprte ene ali več datotek"
+
+#: C/gedit-open-files.page:20(page/p)
+msgid "To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr "Za odprtje datoteke v <app>gedit</app>, kliknite na gumb <gui>Odpri</gui> ali pritisnite <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#: C/gedit-open-files.page:22(page/p)
+msgid "This will cause the <gui>Open Files</gui> dialog to appear. Use your mouse or keyboard to select the file that you wish to open, and then click <gui> Open</gui>. The file that you've selected will open in a new tab."
+msgstr "To bo povzročilo pojav pogovornega okna <gui>Odpiranje datotek</gui>. Uporabite miško ali tipkovnico za izbiro datoteke, ki jo želite odpreti, in nato kliknite <gui>Odpri</gui>. Izbrana datoteka bo bila odprta v novem zavihku."
+
+#: C/gedit-open-files.page:25(page/p)
+msgid "To close the <gui>Open Files</gui> dialog without opening a file, click <gui>Cancel</gui>."
+msgstr "Za zaprtje pogovornega okna <gui>Odpiranje datotek</gui> brez odprtja datoteke kliknite <gui>Prekliči</gui>."
+
+#: C/gedit-open-files.page:28(note/p)
+msgid "You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than one file at a time. If you hold down the <key>Ctrl</key> key while you select multiple files, clicking <gui>Open</gui> will open each of the files that you have selected."
+msgstr "Za odpiranje več datotek hkrati lahko uporabite tipki <key>Ctrl</key> in <key>Shift</key>. V primeru da med izbiro več datotek držite tipko <key>Ctrl</key>, bo klik na <gui>Odpri</gui> odprl vse izbrane datoteke."
+
+#: C/gedit-open-files.page:35(note/p)
+msgid "Holding down the <key>Shift</key> while you select multiple files will open the first file that you select, the last file that you select, and all of the files in between."
+msgstr "Pritisk na tipko <key>Shift</key> medtem ko izberete več datotek bo odprl vse datoteke med prvo in zadnjo izbrano."
+
+#: C/gedit-open-on-server.page:14(page/title)
+msgid "Open a file that is located on a server"
+msgstr "Odpiranje datoteke, ki se nahaja na strežniku"
+
+#: C/gedit-open-on-server.page:16(page/p)
+msgid "Prior to opening a file on a server from within <app>gedit</app>, you need to know some technical information about the server. For example, you will need to know the IP Address or URL of the server, and may need to know what kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr "Pred odpiranjem datoteke na strežniku v <app>gedit</app> morate vedeti nekaj tehničnih podrobnosti o strežniku. Na primer, vedeti boste morali IP naslov ali URL strežnika in morda boste morali vedeti kakšno vrsto strežnika imate (na primer HTTP, FTP, itd.)"
+
+#: C/gedit-open-on-server.page:21(page/p)
+msgid "Also, some types of servers impose restrictions on what you can do with files stored on the server. For example, you may be able to open a file from a server, but may need to save any changes to the file locally, on your own computer."
+msgstr "Nekatere vrste strežnika omejujejo kaj lahko storite z datotekami, ki so shranjene na strežniku. Tako boste morda lahko odprli datoteko na strežniku, vendar boste morali spremembe datoteke shraniti krajevno na svojem računalniku. "
+
+#: C/gedit-open-on-server.page:26(page/p)
+msgid "With these caveats in mind, perform the following steps to open a file from a server using <app>gedit</app>:"
+msgstr "S tem v mislih izvedite naslednje korake za odprtje datoteke s strežnika z uporabo <app>gedit</app>:"
+
+#: C/gedit-open-on-server.page:30(item/p)
+msgid "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the <gui>Open Files</gui> dialog."
+msgstr "Izberite <guiseq><gui>Datoteka</gui><gui>Odpri</gui></guiseq> za prikaz pogovornega okna <gui>Odpiranje datotek</gui>."
+
+#: C/gedit-open-on-server.page:32(item/p)
+msgid "Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</gui> dialog."
+msgstr "Izberite ikono <gui>Svinčnik</gui> blizu vrha pogovornega okna <gui>Odpiranje datotek</gui>."
+
+#: C/gedit-open-on-server.page:34(item/p)
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Vnesite IP naslov ali URL ustreznega strežnika."
+
+#: C/gedit-open-on-server.page:35(item/p)
+msgid "Find and select the file that you wish to open."
+msgstr "Najdite in izberite datoteko, ki jo želite odpreti."
+
+#: C/gedit-open-on-server.page:36(item/p)
+msgid "Use the Character coding drop-down list to select the appropriate character coding."
+msgstr "V spustnem seznamu Znakovno kodiranje izberite ustrezno znakovno kodiranje."
+
+#: C/gedit-open-on-server.page:38(item/p)
+#: C/gedit-plugins-quick-open.page:37(item/p)
+msgid "Click <gui>Open</gui>."
+msgstr "Kliknite <gui>Odpri</gui>"
+
+#: C/gedit-open-on-server.page:41(page/p)
+msgid "Valid types of URI include http:, ftp:, file:, and all of the methods supported by <app>gvfs</app>."
+msgstr "Veljavne vrste URI vključujejo http:, ftp:, file: in vse načine, ki jih podpira <app>vfs</app>."
+
+#: C/gedit-open-on-server.page:45(note/p)
+msgid "Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. For example, HTTP only allows files to be read. Files opened from FTP are read-only because not all FTP servers may correctly work with saving remote files."
+msgstr "Datoteke iz nekaterih vrsti URI-jev so odprte kot le za branje in vse spremembe, ki jih naredite, morajo biti shranjene na drugo mesto. HTTP na primer omogoča le branje datotek. Datoteke, ki so odprte preko FTP, so le za branje, ker vsi strežniki FTP ne delujejo pravilno s shranjevanjem oddaljenih datotek."
+
+#: C/gedit-open-recent.page:14(page/title)
+msgid "Reopen a recently-used file"
+msgstr "Ponovno odprtje nedavno uporabljene datoteke"
+
+#: C/gedit-open-recent.page:16(page/p)
+msgid "By default, <app>gedit</app> provides easy access to five of your most recently-used files. Here is how you can open a recently-used file:"
+msgstr "Privzeto omogoča program <app>gedit</app> enostaven dostop do petih nazadnje uporabljenih datotek. Za odpiranje nedavnih datotek je treba:"
+
+#: C/gedit-open-recent.page:19(item/p)
+msgid "Click the downward-facing arrow to the right of the <gui>Open</gui> button."
+msgstr "Kliknite navzdol usmerjeno puščico desno od gumba <gui>Odpri</gui>."
+
+#: C/gedit-open-recent.page:21(item/p)
+msgid "<app>gedit</app> will display a list of the five most-recently used files."
+msgstr "<app>gedit</app> bo prikazal seznam petih najbolj nedavno uporabljenih datotek."
+
+#: C/gedit-open-recent.page:23(item/p)
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Izberite želeno datoteko in odprla se bo v novem zavihku."
+
+#: C/gedit-open-recent.page:26(note/p)
+msgid "To adjust the number of recently-used files that gedit displays, you will need to use the <app>dconf-editor</app> application."
+msgstr "Za prilagoditev števila nedavno uporabljenih datotek, ki jih gedit prikaže, boste morali uporabiti program <app>gconf-editor</app>."
+
+#: C/gedit-open-recent.page:30(item/p)
+msgid "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui><gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-recents</gui></guiseq>."
+msgstr "Zaženite <app>gconf-editor</app> in izberite <guiseq><gui>apps</gui><gui>gnome</gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>max-recents</gui></guiseq>."
+
+#: C/gedit-open-recent.page:33(item/p)
+msgid "Double-click on the number next to <gui>max-recents</gui> and change the number to your desired value."
+msgstr "Dvokliknite na število poleg <gui>max_recents</gui> in spremenite število na želeno vrednost."
+
+#: C/gedit-plugin-guide.page:14(page/title)
+msgid "Configure and use gedit Plugins"
+msgstr "Nastavite in uporabite vstavke gedit"
+
+#: C/gedit-plugin-guide.page:15(page/p)
+msgid "You can do more with <app>gedit</app> by using plugins. Several plugins are installed by default, but a large number of other plugins are available separately."
+msgstr "Program <app>gedit</app> omogoča podporo vstavkov. Privzeto je nameščenih nekaj vstavkov, na voljo pa jih je še veliko več."
+
+#: C/gedit-plugin-guide.page:19(note/p)
+msgid "Many Linux distributions make a group of these plugins available as a <app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> package to make these extra plugins available to <app>gedit</app>."
+msgstr "Veliko Linux distribucij naredi skupino teh vstavkov na voljo kot paket <app>gedit-plugins</app>. Če želite, da ima <app>gedit</app> na voljo več vstavkov, namestite paket <app>gedit-plugins</app>."
+
+#: C/gedit-plugin-guide.page:24(section/title)
+msgid "Default gedit Plugins"
+msgstr "Privzeti vstavki gedit"
+
+#: C/gedit-plugin-guide.page:28(section/title)
+msgid "Additional gedit Plugins"
+msgstr "Dodatni vstavki gedit"
+
+#: C/gedit-plugins-bookmarks.page:13(info/desc)
+msgid "Record commonly-referenced locations with bookmarks"
+msgstr "Posnemite pogosto sklicana mesta z zaznamki"
+
+#: C/gedit-plugins-bookmarks.page:16(page/title)
+msgid "Bookmarks"
+msgstr "Zaznamki"
+
+#: C/gedit-plugins-bookmarks.page:18(page/p)
+msgid "Gedit bookmarks allow you to highlight important lines of text within your document or program, making them easier to find. You can also move up or down between bookmarks, making document navigation a bit faster."
+msgstr "Zaznamki Gedit vam omogočajo poudarjanje pomembnih vrstic besedila v dokumentu ali programu, kar olajša njihovo iskanje. Med zaznamki se lahko premikate navzgor ali navzdol kar naredi krmarjenje po dokumentu hitrejše."
+
+#: C/gedit-plugins-bookmarks.page:22(page/p)
+msgid "To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+msgstr "Za omogočitev vstavka zaznamka izberite <guiseq><gui>Uredi</gui><gui> Možnosti</gui><gui>Vstavki</gui><gui>Zaznamki</gui></guiseq>."
+
+#: C/gedit-plugins-bookmarks.page:26(steps/title)
+msgid "Bookmarks are inserted and removed by completing the same action. To insert or remove bookmarks:"
+msgstr "Zaznamke lahko vstavite in odstranite z dokončanjem enakega dejanja. Za odstranitev ali odstranitev zaznamkov:"
+
+#: C/gedit-plugins-bookmarks.page:28(item/p)
+msgid "Navigate to the line where you want to insert or remove the bookmark."
+msgstr "Krmarite do vrstice kjer želite vstaviti ali odstraniti zaznamek."
+
+#: C/gedit-plugins-bookmarks.page:30(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, or click <guiseq><gui>Edit</gui><gui>Toggle Bookmark</gui></guiseq>."
+msgstr "Pritisnite <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq> ali kliknite <guiseq><gui>Uredi</gui><gui>Preklopi zaznamek</gui></guiseq>."
+
+#: C/gedit-plugins-bookmarks.page:36(steps/title)
+msgid "To move between bookmarks:"
+msgstr "Za premik med zaznamki:"
+
+#: C/gedit-plugins-bookmarks.page:37(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>B</key></keyseq> to move to the next bookmark."
+msgstr "Za premik na naslednji zaznamek pritisnite <keyseq><key>Ctrl</key><key>B</key></keyseq>."
+
+#: C/gedit-plugins-bookmarks.page:39(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> to move to the previous bookmark."
+msgstr "Za premik na prejšnji zaznamek pritisnite <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq>."
+
+#: C/gedit-plugins-bookmarks.page:41(note/p)
+msgid "If you prefer using the mouse, you can click <guiseq><gui>Edit</gui> <gui>Go to Next Bookmark</gui></guiseq> or <guiseq><gui>Edit</gui><gui>Go to Previous Bookmark</gui></guiseq>."
+msgstr "Če raje uporabljate miško, kliknite <guiseq><gui>Uredi</gui><gui>Pojdi na naslednji zaznamek</gui></guiseq> ali <guiseq><gui>Uredi</gui><gui>Pojdi na prehodni zaznamek</gui></guiseq>."
+
+#: C/gedit-plugins-bracket-comp.page:12(info/desc)
+msgid "Auto-complete closing brackets"
+msgstr "Samodejno dodaj zaklepaje"
+
+#: C/gedit-plugins-bracket-comp.page:15(page/title)
+msgid "Bracket completion"
+msgstr "Dopolnjevanje oklepajev"
+
+#: C/gedit-plugins-bracket-comp.page:17(page/p)
+msgid "The <app>Bracket Completion</app> plugin will auto-complete closing brackets for curly braces, parentheses, and square brackets."
+msgstr "Vstavek <app>Dopolnjevanje oklepajev</app> bo samodejno dokončal zaprte oklepaje za okrogle, oglate in zavite oklepaje."
+
+#: C/gedit-plugins-bracket-comp.page:20(page/p)
+msgid "To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Plugins</gui><gui>Bracket Completion</gui></guiseq>."
+msgstr "Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Dokončevanje oklepajev</gui></guiseq>."
+
+#: C/gedit-plugins-bracket-comp.page:23(note/p)
+msgid "This plugin does not automatically insert closing HTML or XML tags."
+msgstr "Ta vstavek ne vstavki končnih oznak HTML ali XML."
+
+#: C/gedit-plugins-change-case.page:9(credit/name)
+#: C/gedit-plugins-doc-stats.page:10(credit/name)
+#: C/gedit-plugins-external-tools.page:11(credit/name)
+#: C/gedit-plugins-file-browser.page:9(credit/name)
+#: C/gedit-plugins-insert-date-time.page:9(credit/name)
+#: C/gedit-plugins-install.page:12(credit/name)
+#: C/gedit-plugins-modelines.page:9(credit/name)
+#: C/gedit-plugins-snippets.page:13(credit/name)
+#: C/gedit-plugins-sort.page:9(credit/name)
+#: C/gedit-plugins-tag-list.page:9(credit/name)
+#: C/gedit-replace.page:15(credit/name)
+#: C/gedit-search.page:15(credit/name)
+#: C/gedit-tabs-moving.page:14(credit/name)
+#: C/gedit-tabs.page:15(credit/name)
+#: C/gedit-undo-recent-action.page:14(credit/name)
+#: C/gedit-view-open-files-in-sidepane.page:14(credit/name)
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#: C/gedit-plugins-change-case.page:17(info/desc)
+msgid "Change the case of selected text"
+msgstr "Spremenite velikost izbranega besedila"
+
+#: C/gedit-plugins-change-case.page:20(page/title)
+msgid "Change case"
+msgstr "Spremeni velikost črk"
+
+#: C/gedit-plugins-change-case.page:22(page/p)
+msgid "This plugin helps you to change the case of selected portions of text. You can use it to change text to be all lower case, all upper case, to invert the case, or apply title case. To enable this plugin, select <guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr "Ta vstavek vam pomaga pri spremembi velikosti črk izbranih delov besedila. Uporabite ga lahko za spremembo vsega besedila v male črke, velike črke, obrnitev velikost črk ali uveljavitev velikosti naslova. Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Spremeni velikost črk</gui></guiseq>."
+
+#: C/gedit-plugins-change-case.page:28(page/p)
+msgid "Once the <em>Change Case</em> plugin is enabled, you can use it by completing the following steps:"
+msgstr "Ko je vstavek <em>Spremeni velikost črk</em> omogočen, ga lahko uporabite tako da sledite naslednjim korakom:"
+
+#: C/gedit-plugins-change-case.page:31(item/p)
+msgid "Highlight the portion of text that you want to change."
+msgstr "Poudarite del besedila, ki ga želite spremeniti."
+
+#: C/gedit-plugins-change-case.page:32(item/p)
+msgid "Select <guiseq><gui>Edit</gui><gui>Change Case</gui></guiseq>"
+msgstr "Izberite <guiseq><gui>Uredi</gui><gui>Spremeni velikost črk</gui></guiseq>"
+
+#: C/gedit-plugins-change-case.page:34(item/p)
+msgid "Choose your desired text-formatting option."
+msgstr "Izberite vašo želeno možnost oblikovanja besedila."
+
+#: C/gedit-plugins-change-case.page:37(page/p)
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Posodobitve oblikovanja besedila bo imele učinek takoj."
+
+#: C/gedit-plugins-change-case.page:39(note/p)
+msgid "The <gui>Invert Case</gui> option will convert all lower case letters to upper case, and will convert all upper case letters to lower case."
+msgstr "Možnost <gui>Obrni velikost besedila</gui> bo pretvorila vse male črke ali velike in vse velike črke v male."
+
+#: C/gedit-plugins-change-case.page:42(note/p)
+msgid "The <gui>Title Case</gui> option will convert the first letter of each word to upper case. All other letters will be converted to lower case."
+msgstr "Možnost <gui>Velike prve črke besed</gui> bo pretvorila prvo črko vsake besede v veliko črko. Vse ostale črke bodo pretvorjene v male črke."
+
+#: C/gedit-plugins-change-case.page:45(note/p)
+msgid "If you have not highlighted any text, the <em>Change Case</em> feature will be grayed-out. You need to select a portion of text before you use the <em> Change Case</em> feature."
+msgstr "V primeru da niste izbrali nobenega besedila, bo možnost <em>Spremeni velikost</em> siva. Preden lahko možnost <em>Spremeni velikost</em> uporabite, morate izbrati del besedila."
+
+#: C/gedit-plugins-character-map.page:14(credit/name)
+#: C/gedit-plugins-word-completion.page:14(credit/name)
+msgid "Paul Weaver"
+msgstr "Paul Weaver"
+
+#: C/gedit-plugins-character-map.page:18(info/desc)
+msgid "Insert special characters just by clicking on them"
+msgstr "Vstavitev posebnih znakov s klikom nanje."
+
+#: C/gedit-plugins-character-map.page:21(page/title)
+msgid "Character map"
+msgstr "Preglednica znakov"
+
+#: C/gedit-plugins-character-map.page:30(page/p)
+msgid "The <app>Character Map</app> plugin enables you to insert characters into your document that you may not be able to type easily using your keyboard. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui> Plugins</gui><gui>Character Map</gui></guiseq>."
+msgstr "Vstavek <em>Preglednica znakov</em> vam omogoča vstavitev znakov,ki jih s tipkovnico morda ne bi bilo enostavno vnesti. Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Preglednica znakov</gui></guiseq>."
+
+#: C/gedit-plugins-character-map.page:36(section/title)
+msgid "Using Character Map"
+msgstr "Uporaba preglednice znakov"
+
+#: C/gedit-plugins-character-map.page:38(section/p)
+msgid "Once the plugin is enabled, you can add characters from the <em>Character Map</em> tab of the side panel (<guiseq><gui>View</gui><gui>Side Panel</gui> </guiseq>)."
+msgstr "Ko je vstavek omogočen, lahko znake dodate iz zavihka <em>Preglednica znakov</em> v stranskem pultu (<guiseq><gui>Pogled</gui><gui>Stranski pladenj</gui></guiseq>)."
+
+#: C/gedit-plugins-character-map.page:43(item/p)
+msgid "Place the cursor at the point in your document at which you would like your special character."
+msgstr "Premaknite kazalko, kamor želite vstaviti oznako ali poseben znak."
+
+#: C/gedit-plugins-character-map.page:45(item/p)
+msgid "Open the side panel by selecting <guiseq><gui>View</gui><gui>Side Panel</gui></guiseq>, or by pressing <key>F9</key>."
+msgstr "Odprite stranski pladenj z izbiro <guiseq><gui>Pogled</gui><gui>Stranski pladenj</gui></guiseq> ali pritiskom na <key>F9</key>."
+
+#: C/gedit-plugins-character-map.page:47(item/p)
+msgid "Select the <em>Character Map</em> tab in the side panel."
+msgstr "Izberite zavihek <em>Preglednica znakov</em> v stranskem pultu."
+
+#: C/gedit-plugins-character-map.page:48(item/p)
+msgid "If neccessary, choose the character set to which your character belongs from the list at the top of the <em>Character Map</em> tab (e.g., Arabic)."
+msgstr "Po potrebi izberite nabor znakov v <em>preglednica znakov</em>, kateremu iskani znak pripada."
+
+#: C/gedit-plugins-character-map.page:51(item/p)
+msgid "Double click your desired character to insert it."
+msgstr "Dvokliknite na želen znak za njegovo vstavitev."
+
+#: C/gedit-plugins-character-map.page:54(note/p)
+msgid "You must click on the editing view of your document to continue editing normally."
+msgstr "Za nadaljevanje z običajnim urejanjem morate kliknite na pogled urejanja."
+
+#: C/gedit-plugins-code-assistance.page:13(info/desc)
+msgid "Real-time error highlighting for supported languages"
+msgstr "Realnočasovno poudarjanje napak za podprte jezike"
+
+#: C/gedit-plugins-code-assistance.page:16(page/title)
+msgid "Code assistance"
+msgstr "Pomočnik kode"
+
+#: C/gedit-plugins-code-assistance.page:21(page/p)
+msgid "The <app>gedit-code-assistance</app> plugin provides real-time error highlighting for C, C++ and Objective-C. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Code Assistance</gui></guiseq>."
+msgstr "Vstavek <app>gedit-code-assistance</app> zagotavlja realnočasovno poudarjanje napak za C, C++ in Objective-C. Za omogočitev vstavka opombe kode izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Pomoč kode</gui></guiseq>."
+
+#: C/gedit-plugins-code-assistance.page:39(section/title)
+msgid "How the code assistance plugin works"
+msgstr "Kako deluje vstavek pomočnika kode"
+
+#: C/gedit-plugins-code-assistance.page:41(section/p)
+msgid "The plugin currently relies on information in the makefile to deduce the Clang error-highlighting rules. It examines the <code>make</code> rules and determines which targets depend on the the file that is being parsed. The plugin then extracts the compiler flags by simulating an execution of those targets."
+msgstr "Vstavek se trenutno za določitev pravil poudarjanja napak Clang zanaša na podatke v datoteki make. Vstavek preuči pravila <code>make</code> in določi kateri cilj je odvisen od datoteke, ki se razčljenjuje. Vstavek nato izvleče zastavice kodnega prevajalnika s simulacijo izvajanja teh ciljev."
+
+#: C/gedit-plugins-code-assistance.page:47(section/p)
+msgid "This is not completely fool proof, of course. In the future, the plugin will allow you to manually specify the compile flags."
+msgstr "To ni popolnoma odporno na neumnosti. V prihodnosti vam bo vstavek omogočal ročno določitev zastavic kodnega prevajanja."
+
+#: C/gedit-plugins-code-comment.page:13(info/desc)
+msgid "Comment-out or uncomment a block of code"
+msgstr "Dodajanje ali odstranitev opombe izbranega bloka kode"
+
+#: C/gedit-plugins-code-comment.page:16(page/title)
+msgid "Code comment"
+msgstr "Opomba kode"
+
+#: C/gedit-plugins-code-comment.page:18(page/p)
+msgid "Code comments are portions of text that make it easier for people to understand a program's code, but they don't affect how a program works. Comments are separated from other parts of a program by special characters."
+msgstr "Opombe kode so deli besedila, ki ljudem olajšajo razumevanje kode programa, vendar pa ne vplivajo na delovanje programa. Opombe so od drugih delov programa ločene s posebnimi znaki. "
+
+#: C/gedit-plugins-code-comment.page:23(page/p)
+msgid "The <app>code comment</app> plugin makes it easier to quickly create or remove code comments. To enable the code comment plugin, select <guiseq><gui> Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Code comment</gui> </guiseq>."
+msgstr "Vstavek <app>opomba kode</app> vam lahko olajša hitro ustvaritev ali odstranitev opomb kode. Za omogočitev vstavka opombe kode izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Opombe kode</gui></guiseq>."
+
+#: C/gedit-plugins-code-comment.page:28(page/p)
+msgid "To create or remove a comment:"
+msgstr "Za ustvaritev ali odstranitev opombe:"
+
+#: C/gedit-plugins-code-comment.page:30(item/p)
+msgid "Highlight the portion of text where you want to add or remove a comment."
+msgstr "Poudarite del besedila, kjer želite dodati ali odstraniti opombo."
+
+#: C/gedit-plugins-code-comment.page:32(item/p)
+msgid "To add a comment, click <guiseq><gui>Edit</gui><gui>Comment Code </gui></guiseq>, or press <keyseq><key>Ctrl</key><key>M</key></keyseq>."
+msgstr "Za dodajanje opombe kliknite <guiseq><gui>Uredi</gui><gui>Ustvari opombo kode</gui></guiseq> ali pritisnite <keyseq><key>Ctrl</key><key>M</key></keyseq>."
+
+#: C/gedit-plugins-code-comment.page:35(item/p)
+msgid "To remove a comment, click <guiseq><gui>Edit</gui><gui>Uncomment Code</gui></guiseq>, or press <keyseq><key>Shift</key><key>Ctrl</key> <key>M</key></keyseq>."
+msgstr "Za odstranitev opombe kliknite na <guiseq><gui>Uredi</gui><gui>Odstrani opombo kode</gui></guiseq> ali pritisnite <keyseq><key>Shift</key><key>Ctrl</key><key>M</key></keyseq>."
+
+#: C/gedit-plugins-code-comment.page:40(note/p)
+msgid "<app>Gedit</app> will automatically use the correct style of comment based on the language or syntax of the file. If <app>gedit </app> doesn't identify your language or syntax, you can select it from the language list in the bottom <gui>Status bar</gui>."
+msgstr "<app>Gedit</app> bo samodejno uporabil pravilni slog opomb glede na jezik ali skladnjo datoteke. Če <app>gedit </app> jezika ali skladnje ne določi pravilno, jo lahko izberete s seznama jezikov na dnu <gui>Vrstice stanja</gui>."
+
+#: C/gedit-plugins-color-picker.page:13(info/desc)
+msgid "Pick a color from a dialog and insert its hexadecimal representation"
+msgstr "Izbor barve iz pogovornega okna njena vstavitev v šestnajstiškem zapisu"
+
+#: C/gedit-plugins-color-picker.page:17(page/title)
+msgid "Color picker"
+msgstr "Izbirnik parv"
+
+#: C/gedit-plugins-color-picker.page:19(page/p)
+msgid "The <app>color picker</app> plugin helps you to insert the character codes that represent a certain color. This can make it easier to choose and use the correct color in your programs."
+msgstr "Vstavek <app>izbirnik barv</app> vam pomaga vstaviti kode znakov, ki predstavljajo določeno barvo. To lahko olajša izbiro in uporabo prave barve v vaših programih."
+
+#: C/gedit-plugins-color-picker.page:23(page/p)
+msgid "To enable the color picker plugin, select <guiseq><gui> Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Color Picker</gui> </guiseq>."
+msgstr "Za omogočitev vstavka izbirnika barv izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Izbirnik barv</gui></guiseq>."
+
+#: C/gedit-plugins-color-picker.page:27(page/p)
+msgid "To open and use the color picker:"
+msgstr "Za odprtje in uporabo izbirnika barv:"
+
+#: C/gedit-plugins-color-picker.page:29(item/p)
+msgid "Place your cursor at the point in your document where you want to insert the color code."
+msgstr "Postavite kazalec na točko v dokumentu kamor želite vstaviti barvno kodo."
+
+#: C/gedit-plugins-color-picker.page:31(item/p)
+msgid "Select <guiseq><gui>Tools</gui><gui>Pick Color...</gui></guiseq>. The color picker dialog will appear."
+msgstr "Izberite <guiseq><gui>Orodja</gui><gui>Izberi barvo</gui></guiseq>. Pojavilo se bo pogovorno okno izbirnika barv."
+
+#: C/gedit-plugins-color-picker.page:33(item/p)
+msgid "Click on the desired color in the color picker window."
+msgstr "Kliknite na želeno barvo v oknu izbirnika barv."
+
+#: C/gedit-plugins-color-picker.page:35(item/p)
+msgid "The appropriate color code will be inserted where you had placed your cursor."
+msgstr "Ustrezna barvna koda bo vstavljena na mesto kazalke."
+
+#: C/gedit-plugins-color-picker.page:37(item/p)
+msgid "To close the <app>color picker</app>, click <gui>Close</gui>."
+msgstr "Za zaprtje <app>izbirnika barv</app>, kliknite <gui>Zapri</gui>."
+
+#: C/gedit-plugins-color-picker.page:42(note/p)
+msgid "You can make fine-grained adjustments to the color by adjusting the values for Hue, Saturation, Value, Red, Green, or Blue."
+msgstr "Natančne prilagoditve barve lahko izvedete s prilagoditvijo vrednosti odtenek, nasičenost, vrednost, rdeča, zelena in modra."
+
+#: C/gedit-plugins-color-picker.page:44(note/p)
+msgid "Additionally, you can save colors by right-clicking on any of the colored boxes in the color picker, and selecting <gui>Save color here</gui>. This will make it easier to insert commonly-used colors later."
+msgstr "Poleg tega lahko barve shranite tudi z desnim klikom na kateregakoli od obarvanih polj v izbirniku barv in izbiro <gui>Shrani barvo tukaj</gui>. To vam bo kasneje olajšalo vstavljanje pogosto uporabljenih barv."
+
+#: C/gedit-plugins-commander.page:13(info/desc)
+msgid "Use a command-line interface for advanced editing"
+msgstr "Uporaba vmesnika ukazne vrstice za napredno urejanje"
+
+#: C/gedit-plugins-commander.page:16(page/title)
+msgid "Commander"
+msgstr "Ukaznik"
+
+#: C/gedit-plugins-commander.page:19(page/p)
+msgid "The <app>Commander</app> plugin is a plugin for advanced <app>gedit</app> users that allows you to perform command-line actions on the current file. To enable the commander plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Commander</gui></guiseq>."
+msgstr "Vstavek <em>Ukaznik</em> je vstavek za napredne uporabnike <app>gedit</app>, ki vam omogoča izvajanje dejanj ukazne vrstice na trenutni datoteki. Za omogočitev vstavka ukaznik izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Ukaznik</gui></guiseq>."
+
+#: C/gedit-plugins-commander.page:24(page/p)
+msgid "Once you have enabled the plugin, activate it by pressing <keyseq><key> Ctrl</key><key>.</key></keyseq>."
+msgstr "Ko je vstavek omogočen, ga zaženite s pritiskom na <keyseq><key>Ctrl</key><key>.</key></keyseq>."
+
+#: C/gedit-plugins-commander.page:27(note/p)
+msgid "The last key in the above key combination is a period."
+msgstr "Zadnja tipka nad kombinacijo tipk je pika."
+
+#: C/gedit-plugins-commander.page:33(td/p)
+#: C/gedit-shortcut-keys.page:56(td/p)
+#: C/gedit-shortcut-keys.page:88(td/p)
+#: C/gedit-shortcut-keys.page:124(td/p)
+#: C/gedit-shortcut-keys.page:168(td/p)
+#: C/gedit-shortcut-keys.page:186(td/p)
+#: C/gedit-shortcut-keys.page:217(td/p)
+#: C/gedit-shortcut-keys.page:243(td/p)
+msgid "To Do This"
+msgstr "Za to opravilo"
+
+#: C/gedit-plugins-commander.page:33(td/p)
+#: C/gedit-shortcut-keys.page:56(td/p)
+#: C/gedit-shortcut-keys.page:88(td/p)
+#: C/gedit-shortcut-keys.page:124(td/p)
+#: C/gedit-shortcut-keys.page:168(td/p)
+#: C/gedit-shortcut-keys.page:186(td/p)
+#: C/gedit-shortcut-keys.page:217(td/p)
+#: C/gedit-shortcut-keys.page:243(td/p)
+msgid "Press This"
+msgstr "Pritisnite to"
+
+#: C/gedit-plugins-commander.page:38(td/p)
+msgid "See an overview of available commands"
+msgstr "Oglejte si pregled razpoložljivih ukazov"
+
+#: C/gedit-plugins-commander.page:38(td/p)
+msgid "Tab + Tab"
+msgstr "Tab + Tab"
+
+#: C/gedit-plugins-commander.page:42(td/p)
+msgid "Find a word within the current file"
+msgstr "Najde besedo v trenutni datoteki"
+
+#: C/gedit-plugins-commander.page:42(td/p)
+msgid "/ <em>foo </em>"
+msgstr "/ <em>foo </em>"
+
+#: C/gedit-plugins-commander.page:44(td/p)
+msgid "This will find the word <em>foo</em>."
+msgstr "To bo našlo besedo <em>foo</em>."
+
+#: C/gedit-plugins-commander.page:47(td/p)
+msgid "Replace a word within the current file"
+msgstr "Zamenja besedo v trenutni datoteki"
+
+#: C/gedit-plugins-commander.page:47(td/p)
+msgid "// foo bar"
+msgstr "// foo bar"
+
+#: C/gedit-plugins-commander.page:49(td/p)
+msgid "This will replace <em>foo</em> with <em>bar</em>."
+msgstr "To bo zamenjalo <em>foo</em> z <em>bar</em>."
+
+#: C/gedit-plugins-commander.page:52(td/p)
+msgid "Move the cursor to a certain line number in your file"
+msgstr "Premik kazalke na določeno številko vrstice v datoteki"
+
+#: C/gedit-plugins-commander.page:53(td/p)
+msgid "go [line number] <em>or</em> just <em>g</em> [line number]"
+msgstr "go [števila vrstice] <em>ali</em> <em>g</em> [številka vrstice]"
+
+#: C/gedit-plugins-commander.page:57(td/p)
+msgid "Toggle the bookmark indicator for the current line"
+msgstr "Preklop kazalnika zaznamkov za trenutno vrstico"
+
+#: C/gedit-plugins-commander.page:58(td/p)
+msgid "bookmark <em>or</em> just <em>b</em>"
+msgstr "zaznamek <em>ali</em> le <em>b</em>"
+
+#: C/gedit-plugins-commander.page:63(note/p)
+msgid "Some commands, such as the <app>bookmark</app> command require that the appropriate plugin be installed and activated. If you do not have the appropriate plugin installed and activated, you will receive an error message."
+msgstr "Nekateri ukazi kot je ukaz <app>zaznamek</app> zahtevajo, da je ustrezen vstavek nameščen in omogočen. Če ustreznega vstavka nimate nameščenega in omogočenega, boste prejeli sporočilo o napaki."
+
+#: C/gedit-plugins-dashboard.page:13(info/desc)
+msgid "Display recently-used and most-used files on startup"
+msgstr "Ob zagonu prikaže nedavno uporabljene in najboj pogosto uporabljene datoteke."
+
+#: C/gedit-plugins-dashboard.page:16(page/title)
+msgid "Dashboard"
+msgstr "Pregledna plošča"
+
+#: C/gedit-plugins-dashboard.page:18(page/p)
+msgid "The <app>Dashboard</app> plugin provides quick access to your most recently-used files and most-frequently used files. To activate the <app>Dashboard</app> plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Dashboard</gui></guiseq>. You will need to restart <app>gedit</app> to activate the <app>Dashboard</app> plugin."
+msgstr "Vstavek <app>Pregledna plošča</app> zagotavlja hiter dostop do vaših nedavno uporabljenih datotek in najpogosteje uporabljenih datotek. Za omogočitev vstavka <app>Pregledna plošča</app> izberite <keyseq><key>Uredi</key><key> Možnosti</key><key>Vstavki</key><key>Pregledna plošča</key></keyseq>. Za omogočitev vstavka <app>Pregledna plošča</app> boste morali ponovno zagnati <app>gedit</app>."
+
+#: C/gedit-plugins-dashboard.page:25(page/p)
+msgid "The <app>dashboard</app> also includes a <gui>Search</gui> window, allowing you to search for files that may not appear in the list of files."
+msgstr "<app>Pregledna plošča</app> vključuje tudi okno <gui>Iskanje</gui>, ki vam omogoča iskanje datotek, ki se morda ne pojavijo na seznamu datotek."
+
+#: C/gedit-plugins-dashboard.page:29(section/title)
+msgid "Recently used files"
+msgstr "Nedavno uporabljene datoteke"
+
+#: C/gedit-plugins-dashboard.page:30(section/p)
+msgid "The dashboard will initially display a shortcut for an <gui>empty document</gui> and seven of your most recently-used files. Click on the <gui>empty document</gui> to create a new file. Click on any of the other files to open that file."
+msgstr "Pregledna plošča bo na začetku prikazala bližnjico za <gui>prazen dokument</gui> in sedem najbolj nedavno uporabljenih datotek. Kliknite na <gui>prazen dokument</gui> za ustvarjanje nove datoteke. Kliknite na katerokoli drugo datoteko za odprtje te datoteke."
+
+#: C/gedit-plugins-dashboard.page:37(section/title)
+msgid "Most frequently-used files"
+msgstr "Najbolj pogosto uporabljane datoteke"
+
+#: C/gedit-plugins-dashboard.page:38(section/p)
+msgid "Similarly, the dashboard displays a shortcut for an <gui>empty document </gui> and seven of your most frequently-used files. Click on the <gui> empty document</gui> to create a new file. Click on any of the other files to open that file."
+msgstr "Podobno pregledna plošča prikazuje bližnjico za <gui>prazen dokument</gui> in sedem vaših najbolj nedavno uporabljenih datotek. Kliknite na <gui>prazen dokument</gui> za ustvarjanje nove datoteke. Kliknite na katerokoli od drugih datotek za odprtje te datoteke."
+
+#: C/gedit-plugins-dashboard.page:43(note/p)
+msgid "Once activated, the <app>dashboard</app> will be displayed by default when you open <app>gedit</app>. You can also open the <app>dashboard</app> by clicking <guiseq><gui>File</gui><gui>New</gui> </guiseq>, or by pressing <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+msgstr "Ko bo omogočena, bo <app>pregledna plošča</app> ob odprtju <app>gedita</app> privzeto prikazana. <app>Pregledno ploščo</app> lahko odprete s klikom na <guiseq><gui>Datoteka</gui><gui>Nova</gui> </guiseq> ali s pritiskom na <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+
+#: C/gedit-plugins-doc-stats.page:17(info/desc)
+msgid "View document statistics"
+msgstr "Ogled statistike dokumenta"
+
+#: C/gedit-plugins-doc-stats.page:20(page/title)
+msgid "Document statistics"
+msgstr "Statistika dokumenta"
+
+#: C/gedit-plugins-doc-stats.page:22(page/p)
+msgid "The <em>Document Statistics</em> plugin shows you various statistics about your current document. To enable this plugin, select <guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</gui><gui>Document Statistics</gui> </guiseq>."
+msgstr "Vstavek <em>Statistika dokumenta</em> vam lahko pokaže različno statistiko o trenutnem dokumentu. Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Statistika dokumenta</gui></guiseq>."
+
+#: C/gedit-plugins-doc-stats.page:28(section/title)
+msgid "Using Document Statistics"
+msgstr "Uporaba statistike dokumenta"
+
+#: C/gedit-plugins-doc-stats.page:30(section/p)
+msgid "Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> <gui>Document Statistics</gui></guiseq>. A window will display the statistical information of your document, including the number of words, lines, characters, non-space characters, and the size of your file in bytes."
+msgstr "Ko je vstavek omogočen, ga uporabite z izbiro <guiseq><gui>Orodja</gui><gui>Statistika dokumenta</gui></guiseq>. Okno bo prikazalo statistične podatke o dokumentu vključno s številom besed, vrstic, znakov, znakov brez presledkov in velikostjo datoteke v bajtih."
+
+#: C/gedit-plugins-doc-stats.page:36(section/p)
+msgid "You can also use <em>Document Statistics</em> to show you information about just a portion of your document. To do this, use the mouse pointer to select the portion of text that you want to examine, and then select <guiseq><gui> Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</app> will display information for both your entire document, and for the portion of text that you highlighted."
+msgstr "<em>Statistiko dokumenta</em> lahko uporabite tudi za prikaz le podatkov o delu vašega dokumenta. Za to uporabite miško za izbiro dela besedila, ki ga želite preučiti, in nato izberite <guiseq><gui>Orodja</gui><gui>Statistika dokumenta</gui></guiseq>. <app>Gedit</app> bo prikazal podatke tako za vaš celoten dokument kot za izbrani del besedila."
+
+#: C/gedit-plugins-draw-spaces.page:13(info/desc)
+msgid "Show white space between words or portions of code"
+msgstr "Pokaži presledke med besedami ali deli kode"
+
+#: C/gedit-plugins-draw-spaces.page:16(page/title)
+msgid "Draw spaces"
+msgstr "Izriši presledke"
+
+#: C/gedit-plugins-draw-spaces.page:18(page/p)
+msgid "The <app>Draw Spaces</app> plugin is a simple plugin that can mark spaces, tabs, and other types of whitespace with a small, visible marker. By making whitespace visible, you can more easily see how whitespace is used in a document, and can apply spacing strategies more consistently."
+msgstr "Vstavek <app>Izriši presledke</app> je enostaven vstavek, ki lahko označi presledke, zavihke in druge vrste presledkov z majhno, vidno oznako. Tako lahko vidite koliko presledkov uporabljate v dokumentu in uporabite bolj skladne strategije presledkov."
+
+#: C/gedit-plugins-draw-spaces.page:23(page/p)
+msgid "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Plugins</gui><gui>Draw Spaces</gui></guiseq>. After you have enabled the plugin, you can set its options by highlighting the plugin and selecting <gui> Preferences</gui>."
+msgstr "Vstavek lahko omogočite z izbiro <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Izriši presledke</gui></guiseq>. Ko boste vstavek omogočili, lahko do njega dostopate z izbiro vstavka in izbiro <gui>Možnosti</gui>."
+
+#: C/gedit-plugins-draw-spaces.page:29(list/title)
+msgid "By default, the <app>Draw Spaces</app> plugin will mark the following types of whitespace in a file:"
+msgstr "Privzeto bo vstavek <app>Izriši presledke</app> označil naslednje vrste presledkov v datoteki:"
+
+#: C/gedit-plugins-draw-spaces.page:31(item/p)
+msgid "Spaces"
+msgstr "Presledki"
+
+#: C/gedit-plugins-draw-spaces.page:32(item/p)
+msgid "Tabs"
+msgstr "Tabulatorji"
+
+#: C/gedit-plugins-draw-spaces.page:33(item/p)
+msgid "Leading spaces"
+msgstr "Vodilni presledki"
+
+#: C/gedit-plugins-draw-spaces.page:34(item/p)
+msgid "Spaces in text"
+msgstr "Presledki v besedilu"
+
+#: C/gedit-plugins-draw-spaces.page:35(item/p)
+msgid "Trailing spaces"
+msgstr "Sledeči presledki"
+
+#: C/gedit-plugins-draw-spaces.page:39(list/title)
+msgid "You can also set the plugin to mark:"
+msgstr "Vstavek lahko nastavite tudi, da označi:"
+
+#: C/gedit-plugins-draw-spaces.page:40(item/p)
+msgid "New Lines"
+msgstr "Nove vrstice"
+
+#: C/gedit-plugins-draw-spaces.page:41(item/p)
+msgid "Non-breaking spaces"
+msgstr "Nedeljivi presledki"
+
+#: C/gedit-plugins-draw-spaces.page:44(note/p)
+msgid "Though you will be able to see the dots when you work on a file, the dots will not be visible when you print a file to paper."
+msgstr "Pike boste lahko videli med delom na datoteki, vendar pike ob tisku na papir ne bodo vidne."
+
+#: C/gedit-plugins-external-tools.page:18(info/desc)
+msgid "Run scripts on your current files, and interact with other applications"
+msgstr "Poženite skripte na svojih trenutnih datotekah in se sporazumevajte z drugimi programi"
+
+#: C/gedit-plugins-external-tools.page:22(page/title)
+msgid "External tools"
+msgstr "Zunanja orodja"
+
+#: C/gedit-plugins-external-tools.page:24(page/p)
+msgid "The <em>External Tools</em> plugin can help simplify repetitive tasks. Specifically, it extends <app>gedit</app> by helping you to run scripts on your working files, and by allowing <app>gedit</app> to interact with other programs on your computer. To enable the <app>External Tools</app> plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui> External Tools</gui></guiseq>."
+msgstr "Vstavek <em>Zunanja orodja</em> lahko poenostavi ponavljajoče naloge. <app>gedit</app> razširi tako, da vam pomaga pri izvajanju skriptov na vaših delovnih datotekah in z omogočanjem sporazumevanja med <app>gedit</app> in drugimi programi na računalniku. Za omogočitev vstavka <app>zunanja orodja</app> izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Zunanja orodja</gui></guiseq>."
+
+#: C/gedit-plugins-external-tools.page:32(section/title)
+msgid "Configure the external tools plugin"
+msgstr "Nastavitev vstavka zunanjih orodij"
+
+#: C/gedit-plugins-external-tools.page:34(section/p)
+msgid "Once you have enabled the plugin, you will need to configure it to suit your needs. The configuration options are available by selecting <guiseq><gui> Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr "Ko je vstavek omogočen, ga boste morali nastaviti, da bo ustrezal vašim potrebam. Možnosti nastavitve so na voljo z izbiro <guiseq><gui>Orodja</gui><gui>Upravljaj zunanja orodja</gui></guiseq>."
+
+#: C/gedit-plugins-external-tools.page:38(note/p)
+msgid "This plugin is for advanced users, and requires knowledge of scripting to be used effectively. Use this plugin with care, as mistakes with your scripts can affect your work in unintended ways."
+msgstr "Ta vstavek je za napredne uporabnike in za učinkovito uporabo zahteva znanje skriptanja. Ta vstavek uporabljajte previdno, saj lahko napake v vaših skriptih na nepredvidljive načine."
+
+#: C/gedit-plugins-file-browser.page:16(info/desc)
+msgid "Use the side pane to browse and open files"
+msgstr "Uporabite stranski pladenj za brskanje in odpiranje datotek"
+
+#: C/gedit-plugins-file-browser.page:19(page/title)
+msgid "File browser pane"
+msgstr "Pladenj pregledovalnika datotek"
+
+#: C/gedit-plugins-file-browser.page:21(page/p)
+msgid "Depending on how you use <app>gedit</app>, you may find it helpful to use the <app>File Browser pane</app> plugin. This plugin embeds a <app>file browser</app> in the side pane, giving you easy access to your frequently-used files."
+msgstr "Če iz programa <app>gedit</app> pogosto odpirate datoteke, vam bo morda v pomoč vstavek <app>Pladenj brskalnika datotek</app>. Ta vstavek v stranski pladenj vstavi brskalnik datotek Gnome, ki vam omogoča enostaven dostop do vaših pogosto uporabljenih datotek."
+
+#: C/gedit-plugins-file-browser.page:26(page/p)
+msgid "You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</gui><gui>File Browser Pane</gui> </guiseq>."
+msgstr "Za omogočitev vstavka <app>Stranski pladenj</app> izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Pladenj brskalnika datotek</gui></guiseq>."
+
+#: C/gedit-plugins-file-browser.page:32(section/p)
+msgid "To activate and use the <gui>side pane</gui>, select <guiseq><gui>View </gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr "Za omogočitev in uporabo <gui>stranskega pladnja</gui> izberite <guiseq><gui>Pogled</gui><gui>Stranski pladenj</gui></guiseq> (ali pa pritisnite <key>F9</key>) in nato kliknite na ikono <gui>brskalnik-datotek</gui> na dnu pladnja."
+
+#: C/gedit-plugins-insert-date-time.page:17(info/desc)
+msgid "Insert the current date/time at the cursor position"
+msgstr "Vstavi trenutni datum in uro na položaj kazalke"
+
+#: C/gedit-plugins-insert-date-time.page:20(page/title)
+msgid "Insert date/time"
+msgstr "Vstavi datum/uro"
+
+#: C/gedit-plugins-insert-date-time.page:22(page/p)
+msgid "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin allows you to insert the date and/or time at the current cursor position. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui> Plugins</gui><gui>Insert Date/Time</gui></guiseq>. To use the plugin, press <guiseq><gui>Edit</gui><gui>Insert Date and Time</gui></guiseq>."
+msgstr "Kot predlaga ime tega vstavka, vam vstavek <gui>Vstavi datum/čas</gui> omogoča vstavljanje datuma in/ali časa na trenuten položaj kazalke. Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Vstavi datum/čas</gui></guiseq>."
+
+#: C/gedit-plugins-insert-date-time.page:28(page/p)
+msgid "By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose your preferred date/time format each time that you use the plugin. However, you can choose your own default date and time format by selecting <guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</gui><gui>Insert Date/Time</gui><gui> Configure</gui></guiseq>."
+msgstr "Privzeto vas bo vstavek <gui>Vstavi datum/čas</gui> pozval za izbiro prednostne oblike datuma/časa vsakič, ko uporabite vstavek. Vendar pa lahko izberete tudi svojo privzeto obliko datuma in časa z izbiro <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Vstavi datum in čas</gui><gui>Nastavi</gui></guiseq>."
+
+#: C/gedit-plugins-install.page:15(info/desc)
+msgid "How to install third-party plugins"
+msgstr "Kako namestiti vstavke tretjih oseb"
+
+#: C/gedit-plugins-install.page:18(page/title)
+msgid "Additional gedit plugins"
+msgstr "Dodatni vstavki gedit"
+
+#: C/gedit-plugins-install.page:20(page/p)
+msgid "Installing third-party plugins gives you extra functionality that isn't available in default <app>gedit</app> plugins, or even the extra plugins that are part of the <app>gedit-plugins</app> package. An online list of third-party plugins is <link href=\"http://live.gnome.org/Gedit/Plugins#third_party\">kept here</link>."
+msgstr "Nameščanje vstavkov tretjih oseb vam da dodatne zmožnosti, ki privzeto niso vključene v privzetih vstavkih <app>gedit</app> ali dodatnih vstavkih, ki so del paketa <app>gedit-plugins</app>. Spletni seznam vstavkov tretjih oseb lahko najdete <link href=\"http://live.gnome.org/Gedit/Plugins#third_party\">tukaj</link>."
+
+#: C/gedit-plugins-install.page:27(page/p)
+msgid "Installing a third-party plugin involves downloading the plugin, placing the plugin files in the right directory, and activating the plugin."
+msgstr "Namestitev vstavkov tretjih oseb vključuje prejem vstavka, postavitev vstavka v pravo mapo in njegovo omogočitev."
+
+#: C/gedit-plugins-install.page:31(item/p)
+msgid "You can usually download a plugin from the plugin's website, but may need to use a revision-control program like <app>git</app>, <app> bazaar</app>, or <app>subversion</app> to copy a plugin's software repository from the internet. Refer to the plugin's documentation for information on getting the plugin."
+msgstr "Običajno lahko vstavek prejmete s spletišča vstavka. Včasih boste za kopiranje skladišča vstavka z interneta morda potrebovali program za nadzor predelav kot je <app>git</app>, <app> bazaar</app>, ali <app>subversion</app>. Za več podrobnosti o tem kako dobiti vstavek si oglejte dokumentacijo vstavka."
+
+#: C/gedit-plugins-install.page:36(item/p)
+msgid "Place the plugin files into the <file>/home/<var>username</var>/.local/share/gedit/plugins</file> directory."
+msgstr "Datoteke vstavkov kopirajte v mapo <file>/home/<var>username</var>/.local/share/gedit/plugins</file>."
+
+#: C/gedit-plugins-install.page:39(item/p)
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr "Besedo <var>uporabniško ime</var> zamenjajte s svojim uporabniškim imenom."
+
+#: C/gedit-plugins-install.page:41(item/p)
+msgid "After you have placed the plugin files into the correct directory, the plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</gui><gui>[Name of Plugin]</gui> </guiseq> to enable the plugin."
+msgstr "Potem ko ste datoteke vstavka premaknili v pravilno mapo, se bo vstavek pojavil v meniju Možnosti. Izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>[Ime vstavka]</gui></guiseq> za omogočitev vstavka."
+
+#: C/gedit-plugins-install.page:45(item/p)
+#: C/gedit-plugins-session-saver.page:46(item/p)
+msgid "Click <gui>Close</gui>."
+msgstr "Kliknite <gui>Zapri</gui>."
+
+#: C/gedit-plugins-install.page:48(page/p)
+msgid "After you have enabled the plugin, it should be available for you to use."
+msgstr "Po namestitvi vstavka, bo na voljo za uporabo."
+
+#: C/gedit-plugins-install.page:52(note/p)
+msgid "The <file>.local</file> directory is hidden by default. To view it and other hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr "Mapa <file>.local</file> je privzeto skrita. Za prikaz skritih datotek kliknite <guiseq><gui>Pogled</gui><gui>Pokaži skrite datoteke</gui></guiseq> ali pritisnite <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#: C/gedit-plugins-install.page:59(note/p)
+msgid "If the directory <file>.local/share/gedit/plugins/</file> is not present on your system, you will need to create it."
+msgstr "V primeru da mapa <file>.local/share/gedit/plugins/</file> na vašem sistemu ni prisotna, jo boste morali ustvariti."
+
+#: C/gedit-plugins-join-split-lines.page:13(info/desc)
+msgid "Join several lines of text, or split long lines"
+msgstr "Združi več vrstic besedila ali razdeli dolge vrstice"
+
+#: C/gedit-plugins-join-split-lines.page:16(page/title)
+msgid "Join/Split lines"
+msgstr "Združi/razdeli vrstice"
+
+#: C/gedit-plugins-join-split-lines.page:18(page/p)
+msgid "The <app>Join/Split Lines</app> plugin can join shorter lines into one longer line, or can split a long line into multiple shorter lines."
+msgstr "Vstavek <app>združi/razdeli vrstice</app> lahko krajše vrstice združi v daljšo vrstico ali razdeli dolgo vrstico v več kratkih vrstic."
+
+#: C/gedit-plugins-join-split-lines.page:21(page/p)
+msgid "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Plugins</gui><gui>Join/Split Lines</gui></guiseq>."
+msgstr "Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Združi/razdeli vrstice</gui></guiseq>."
+
+#: C/gedit-plugins-join-split-lines.page:25(steps/title)
+msgid "To join multiple lines into one longer line:"
+msgstr "Za združitev več vrstic v eno daljšo vrstico:"
+
+#: C/gedit-plugins-join-split-lines.page:26(item/p)
+msgid "Select the lines that you want to join. To do this, you can use the mouse, or you can press <keyseq><key>Shift</key><key>Up Arrow</key> </keyseq> or <keyseq><key>Shift</key><key>Down Arrow</key></keyseq>."
+msgstr "Izberite vrstice, ki jih želite združiti. Za preklop med odprtimi zavihki, ko ste v celozaslonskem načinu, pritisnite <keyseq><key>Shift</key><key>Puščica navzgor</key></keyseq> ali <keyseq><key>Shift</key><key>Puščica navzdol</key></keyseq>."
+
+#: C/gedit-plugins-join-split-lines.page:30(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>J</key></keyseq>."
+msgstr "Pritisnite <keyseq><key>Ctrl</key><key>J</key></keyseq>."
+
+#: C/gedit-plugins-join-split-lines.page:31(item/p)
+msgid "The lines that you selected will be joined into one longer line."
+msgstr "Izbrane vrstice bodo združene v eno dolgo vrstico."
+
+#: C/gedit-plugins-join-split-lines.page:36(steps/title)
+msgid "To split one line into multiple lines:"
+msgstr "Za razdelitev vrstice v več vrstic:"
+
+#: C/gedit-plugins-join-split-lines.page:37(item/p)
+msgid "Select the line that you want to split by placing your cursor anywhere on that line."
+msgstr "Izberite vrstico, ki jo želite razdeliti, s postavljanjem svoje kazalke kjerkoli na vrstici."
+
+#: C/gedit-plugins-join-split-lines.page:39(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>Shift</key><key>J</key></keyseq>."
+msgstr "Pritisnite <keyseq><key>Ctrl</key><key>Shift</key><key>J</key></keyseq>."
+
+#: C/gedit-plugins-join-split-lines.page:41(item/p)
+msgid "The line will be split into multiple lines. Spaces are used to determine where it is safe to split a line, and the length of each line will not exceed 80 characters."
+msgstr "Vrstica bo bila razdeljena v več vrstic. Presledki se uporabljajo za določitev kje je varno razdeliti vrstico in dolžina vrstice ne sme presegati 80 znakov."
+
+#: C/gedit-plugins-modelines.page:16(info/desc)
+msgid "Emacs, Kate and Vim-style modelines support for gedit"
+msgstr "Podpora za modelines v slogu programov Emacs, Kate in Vim."
+
+#: C/gedit-plugins-modelines.page:19(page/title)
+msgid "Modelines"
+msgstr "Modelines"
+
+#: C/gedit-plugins-modelines.page:21(page/p)
+msgid "The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines of text at the start and end of a file, and then apply a set of document preferences to the file. The <app>Modelines</app> plugin supports a subset of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</app> text editors."
+msgstr "Vstavek <app>Modelines</app> programu <app>gedit</app> omogoča analizo vrstic besedila na začetku in koncu datoteke in nato uveljavitev možnosti dokumenta na datoteko. Vstavek <app>Modelines</app> omogoča uporabo podniza možnosti, ki jih uporbaljajo urejevalniki besedila <app>Emacs</app>, <app>Kate</app> in <app>Vim</app>."
+
+#: C/gedit-plugins-modelines.page:27(page/p)
+msgid "To enable the <app>Modelines</app> plugin, select <guiseq><gui>Edit</gui> <gui>Preferences</gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>."
+msgstr "Za omogočitev vstavka <app>Modelines</app> izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Modelines</gui></guiseq>."
+
+#: C/gedit-plugins-modelines.page:31(section/title)
+msgid "General Modeline Options"
+msgstr "Splošne možnosti modeline"
+
+#: C/gedit-plugins-modelines.page:32(section/p)
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "Z <app>gedit</app> modelines lahko nastavite naslednje možnosti:"
+
+#: C/gedit-plugins-modelines.page:34(item/p)
+msgid "Tab width"
+msgstr "Širina tabulatorja"
+
+#: C/gedit-plugins-modelines.page:35(item/p)
+msgid "Indent width"
+msgstr "Širina zamika"
+
+#: C/gedit-plugins-modelines.page:36(item/p)
+msgid "Inserting spaces instead of tabs"
+msgstr "Vstavlajnje presledkov namesto tabulatorjev"
+
+#: C/gedit-plugins-modelines.page:37(item/p)
+msgid "Text Wrapping"
+msgstr "Prelom besedila"
+
+#: C/gedit-plugins-modelines.page:38(item/p)
+msgid "Right margin width"
+msgstr "Širina desnega odmika"
+
+#: C/gedit-plugins-modelines.page:41(note/p)
+msgid "Preferences set using modelines take precedence over the ones specified in the preference dialog."
+msgstr "Možnosti nastavljene z modelines imajo prednost pred možnostmi, nastavljenimi v pogovornem oknu možnosti."
+
+#: C/gedit-plugins-modelines.page:46(section/title)
+msgid "Emacs Modelines"
+msgstr "Modelines Emacs"
+
+#: C/gedit-plugins-modelines.page:48(section/p)
+msgid "The first two lines of a document are scanned for <app>Emacs</app> modelines, and <app>gedit</app> supports the following <app>Emacs</app> modeline options:"
+msgstr "Prvi dve vrstici dokumenta sta preiskani za modelines <app>Emacs</app>. <app>gedit</app> podpira naslednje možnosti modeline <app>Emacs</app>:"
+
+#: C/gedit-plugins-modelines.page:52(item/p)
+msgid "Tab-width"
+msgstr "Širina tabulatorja"
+
+#: C/gedit-plugins-modelines.page:53(item/p)
+msgid "Indent-offset"
+msgstr "Odmik zamika"
+
+#: C/gedit-plugins-modelines.page:54(item/p)
+msgid "Indent-tabs-mode"
+msgstr "Način zamikanja zavihkov"
+
+#: C/gedit-plugins-modelines.page:55(item/p)
+msgid "Text auto-wrap"
+msgstr "Samodejno prelaml"
+
+#: C/gedit-plugins-modelines.page:57(section/p)
+msgid "For more information on <app>Emacs</app> modelines, visit the <link href=\"http://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</link>."
+msgstr "Za več podrobnosti o modelines <app>Emacs</app> obiščite <link href=\"http://www.gnu.org/software/emacs/manual/emacs.html\">Priročnik GNU Emacs</link>."
+
+#: C/gedit-plugins-modelines.page:63(section/title)
+msgid "Kate Modelines"
+msgstr "Modelines Kate"
+
+#: C/gedit-plugins-modelines.page:65(section/p)
+msgid "The first and last ten lines a document are scanned for <app>Kate</app> modelines, and <app>gedit</app> supports the following <app>Kate</app> modeline options:"
+msgstr "Za modelines <app>Kate</app> je preiskanih prvih in zadnjih deset vrstic dokumenta. <app>gedit</app> podpira naslednje možnosti modeline <app>Kate</app>:"
+
+#: C/gedit-plugins-modelines.page:70(item/p)
+msgid "tab-width"
+msgstr "širina-tabulatorja"
+
+#: C/gedit-plugins-modelines.page:71(item/p)
+msgid "indent-width"
+msgstr "širina-zamika"
+
+#: C/gedit-plugins-modelines.page:72(item/p)
+msgid "space-indent"
+msgstr "presledek zamika"
+
+#: C/gedit-plugins-modelines.page:73(item/p)
+msgid "word-wrap"
+msgstr "prelomi besede"
+
+#: C/gedit-plugins-modelines.page:74(item/p)
+msgid "word-wrap-column"
+msgstr "prelomi besede v stolpcu"
+
+#: C/gedit-plugins-modelines.page:77(section/p)
+msgid "For more information about <app>Kate</app> modelines, visit the <link href=\"http://kate-editor.org/\">Kate website</link>."
+msgstr "Za več podrobnosti o modelines <app>Kate</app> obiščite <link href=\"http://kate-editor.org/\">spletišče Kate</link>."
+
+#: C/gedit-plugins-modelines.page:82(section/title)
+msgid "Vim Modelines"
+msgstr "Modelines Vim"
+
+#: C/gedit-plugins-modelines.page:83(section/p)
+msgid "The first and last three lines a document are scanned for <app>Vim</app> modelines, and <app>gedit</app> supports the following <app>Vim</app> modeline options:"
+msgstr "Za modelines <app>Vim</app> so preiskane prve in zadnje tri vrstice dokumenta. <app>gedit</app> podpira naslednje možnosti modeline <app>Vim</app>:"
+
+#: C/gedit-plugins-modelines.page:88(item/p)
+msgid "et (expandtab)"
+msgstr "et (razširizavihek)"
+
+#: C/gedit-plugins-modelines.page:89(item/p)
+msgid "ts (tabstop)"
+msgstr "ts (zaustavi zavihek)"
+
+#: C/gedit-plugins-modelines.page:90(item/p)
+msgid "sw (shiftwidth)"
+msgstr "sw (širina zamika)"
+
+#: C/gedit-plugins-modelines.page:91(item/p)
+msgid "wrap"
+msgstr "prelom"
+
+#: C/gedit-plugins-modelines.page:92(item/p)
+msgid "textwidth"
+msgstr "širina besedila"
+
+#: C/gedit-plugins-modelines.page:95(section/p)
+msgid "For more information on <app>Vim</app> modelines, visit the <link href=\"http://www.vim.org/\">Vim website</link>."
+msgstr "Za več podrobnosti o modelines <app>Vim</app> obiščite <link href=\"http://vim.org/\">spletišče Vim</link>."
+
+#: C/gedit-plugins-multi-edit.page:11(credit/years)
+msgid "2011"
+msgstr "2011"
+
+#: C/gedit-plugins-multi-edit.page:14(info/desc)
+msgid "Edit a document in multiple places at once"
+msgstr "Urejanje dokumenta na več mestih hkrati"
+
+#: C/gedit-plugins-multi-edit.page:17(page/title)
+msgid "Multi edit"
+msgstr "Hkratno urejanje"
+
+#: C/gedit-plugins-multi-edit.page:19(page/p)
+msgid "The <app>Multi Edit</app> plugin allows you to edit a document in multiple places at once. This can be helpful when performing tedious editing tasks. To enable the Multi Edit plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Multi Edit</gui></guiseq>."
+msgstr "Vstavek <em>Hkratno urejanje</em> vam omogoča urejanje dokumenta na več mestih hkrati. To je lahko uporabno pri izvajanju težavnih nalog urejanje. Za omogočitev vstavka Hkratnega Urejanja izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Hkratno urejanje</gui></guiseq>."
+
+#: C/gedit-plugins-multi-edit.page:24(page/p)
+msgid "After you have enabled the plugin, turn-on Multi Edit mode by pressing <keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, or clicking <guiseq><gui>Edit</gui><gui>Multi Edit Mode</gui></guiseq>. You can then select the points in your file that you would like start editing."
+msgstr "Ko ste vstavek omogočili, način hkratnega urejanja vklopite s pritiskom na <keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, ali klikom <guiseq><gui>Uredi</gui><gui>Način hkratnega urejanja</gui></guiseq>. Nato lahko izberete točke v datoteki, kjer želite začeti z urejanjem."
+
+#: C/gedit-plugins-multi-edit.page:29(page/p)
+msgid "To insert editing points in your file:"
+msgstr "Za vstavitev točk urejanja v datoteko:"
+
+#: C/gedit-plugins-multi-edit.page:31(item/p)
+msgid "Place your cursor at your first desired editing point."
+msgstr "Postavite kazalko na prvo želeno točko urejanja"
+
+#: C/gedit-plugins-multi-edit.page:32(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+msgstr "Pritisnite <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+
+#: C/gedit-plugins-multi-edit.page:33(item/p)
+msgid "Move to your next editing point, and press <keyseq><key>Ctrl</key> <key>E</key></keyseq> again."
+msgstr "Premaknite se na naslednjo točko urejanja in ponovno pritisnite <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+
+#: C/gedit-plugins-multi-edit.page:35(item/p)
+msgid "Continue inserting editing points, adding as many as you need."
+msgstr "Nadaljujte z vstavljanjem točk urejanja in jih dodajte toliko kolikor jih potrebujete."
+
+#: C/gedit-plugins-multi-edit.page:39(page/p)
+msgid "Once you have inserted all of your editing points, you can make your desired edits."
+msgstr "Ko ste vstavili vse točke urejanja, izvedite želena urejanja."
+
+#: C/gedit-plugins-multi-edit.page:42(page/p)
+msgid "To remove editing points, press the <key>Esc</key> key. This will remove all of the editing points. Pressing the <key>Esc</key> key again will turn off Multi Edit mode, returning the editor back to its normal state."
+msgstr "Za odstranitev točk urejanja pritisnite tipko <key>Esc</key>. To bo odstranilo vse točke urejanja. Ponoven pritisk na tipko <key>Esc</key> bo izklopil način Hkratnega urejanja in vrnil urejevalnik v običajno stanje."
+
+#: C/gedit-plugins-pyconsole.page:12(info/desc)
+msgid "Add an interactive Python console to the bottom pane"
+msgstr "Vzajemna konzola Python v spodnjem pladnju"
+
+#: C/gedit-plugins-pyconsole.page:15(page/title)
+msgid "Python console"
+msgstr "Konzola python"
+
+#: C/gedit-plugins-pyconsole.page:17(page/p)
+msgid "You can add a Python console to the bottom pane, allowing you to test Python scripts without leaving <app>gedit</app>. To enable the Python console, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui> Python Console</gui></guiseq>."
+msgstr "Konzolo Python lahko dodate na spodnji pult. Omogoča vam preizkus skriptov Python ne da bi zapustili <app>gedit</app>. Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Konzola Python</gui></guiseq>."
+
+#: C/gedit-plugins-pyconsole.page:22(page/p)
+msgid "Once the Python console is enabled, you can open it by selecting <guiseq> <gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press <keyseq><key> Shift</key><key>F9</key></keyseq>."
+msgstr "Ko je konzola Python omogočena, dodajte terminal na spodnji pult z izbiro <guiseq><gui>Pogled</gui><gui>Spodnji pult</gui></guiseq> ali pritisnite <keyseq><key>Shift</key><key>F9</key></keyseq>."
+
+#: C/gedit-plugins-pyconsole.page:26(note/p)
+msgid "If you have also enabled the <gui>Embeded Terminal</gui> plugin, the <gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr "V primeru da imate omogočen tudi vstavek <gui>Vstavljen terminal</gui>, se bo <gui>Konzola Python</gui> pojavila kot ločen zavihek v spodnjem pladnju."
+
+#: C/gedit-plugins-quick-open.page:13(info/desc)
+msgid "Quickly open a file or set of files"
+msgstr "Hitro odpiranje ene ali več datotek"
+
+#: C/gedit-plugins-quick-open.page:16(page/title)
+msgid "Quick open"
+msgstr "Hitro odpiranje"
+
+#: C/gedit-plugins-quick-open.page:18(page/p)
+msgid "As the name of this plugin would imply, the <app>Quick Open</app> plugin helps you to open files more quickly than the regular way of opening files. To enable this plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr "Vstavek <app>Hitro odpiranje</app> vam omogoča hitrejše odpiranje datotek kot z običajnim načinom odpiranja datotek. Za omogočitev vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Hitro odpiranje</gui></guiseq>."
+
+#: C/gedit-plugins-quick-open.page:23(page/p)
+msgid "Once you've enabled it, here is how to use the plugin:"
+msgstr "Ko ste ga omogočili, ga lahko uporabljate na naslednji način:"
+
+#: C/gedit-plugins-quick-open.page:26(item/p)
+msgid "Open the <app>Quick Open</app> dialog by pressing <keyseq><key> Ctrl</key><key>Alt</key><key>O</key></keyseq>, or by selecting <guiseq> <gui>File</gui><gui>Quick Open</gui></guiseq>."
+msgstr "Odprite pogovorno okno <app>Hitro odpiranje</app> s pritiskom na <keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq> ali izbiro <guiseq><gui>Datoteka</gui><gui>Hitro odpiranje</gui></guiseq>."
+
+#: C/gedit-plugins-quick-open.page:29(item/p)
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Odprlo se bo pogovorno okno datotek <gui>Hitro odpiranje</gui>."
+
+#: C/gedit-plugins-quick-open.page:30(item/p)
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Uporabite miško in izberite datoteko ali datoteke, ki jih želite odpreti."
+
+#: C/gedit-plugins-quick-open.page:32(item/p)
+msgid "To select several individual files, hold down your <key>Ctrl</key> key while you click on the files that you want to open."
+msgstr "Za izbiro več posameznih datotek držite tipko <key>Ctrl</key> medtem ko klikate datoteke, ki jih želite odpreti."
+
+#: C/gedit-plugins-quick-open.page:34(item/p)
+msgid "To select a group of files, click on the first file that you want to open, hold down the <key>Shift</key> key, and then click on the last file in the list that you want to open."
+msgstr "Za izbiro skupine datotek kliknite na prvo datoteko, ki jo želite odpreti, držite tipko <key>Shift</key> in nato kliknite na zadnjo datoteko na seznamu, ki jo želite odpreti."
+
+#: C/gedit-plugins-quick-open.page:40(note/p)
+msgid "The <app>Quick Open</app> plugin will only display files that you have previously opened."
+msgstr "Vstavek <app>Hitro odpiranje</app> bo prikazal le datoteke, ki ste jih v preteklosti že odprli."
+
+#: C/gedit-plugins-session-saver.page:13(info/desc)
+msgid "Save and restore your working sessions"
+msgstr "Shranjevanje in obnavljanje delovne seje"
+
+#: C/gedit-plugins-session-saver.page:16(page/title)
+msgid "Session Saver"
+msgstr "Shranjevalnik seje"
+
+#: C/gedit-plugins-session-saver.page:18(page/p)
+msgid "The <app>Session Saver</app> plugin saves groups of files together so that you can open them together at a later time. To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui> <gui>Session Saver</gui></guiseq>."
+msgstr "Vstavek <app>Shranjevalnik seje</app> shrani skupino datotek, da jo lahko kasneje odprete skupaj. Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Shranjevalnik seje</gui></guiseq>."
+
+#: C/gedit-plugins-session-saver.page:24(steps/title)
+msgid "To save a new session:"
+msgstr "Za shranitev nove seje:"
+
+#: C/gedit-plugins-session-saver.page:25(item/p)
+msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Save current session</gui></guiseq>."
+msgstr "Izberite <guiseq><gui>Datoteka</gui><gui>Shranjene seje</gui><gui>Shrani trenutno sejo</gui></guiseq>."
+
+#: C/gedit-plugins-session-saver.page:27(item/p)
+msgid "Type a session name in the <gui>Save session</gui> dialog box."
+msgstr "Vnesite ime seje v pogovorno polje <gui>Shrani sejo</gui>."
+
+#: C/gedit-plugins-session-saver.page:29(item/p)
+msgid "Click <gui>Save</gui>."
+msgstr "Kliknite <gui>Shrani</gui>."
+
+#: C/gedit-plugins-session-saver.page:33(steps/title)
+msgid "To open an existing session:"
+msgstr "Za odprtje obstoječe seje:"
+
+#: C/gedit-plugins-session-saver.page:34(item/p)
+msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui></guiseq>."
+msgstr "Izberite <guiseq><gui>Datoteka</gui><gui>Shranjene seje</gui></guiseq>."
+
+#: C/gedit-plugins-session-saver.page:36(item/p)
+msgid "Click the name of your desired session."
+msgstr "Izberite ime svoje želene seje."
+
+#: C/gedit-plugins-session-saver.page:40(steps/title)
+msgid "To delete an existing session:"
+msgstr "Za izbris obstoječe seje:"
+
+#: C/gedit-plugins-session-saver.page:41(item/p)
+msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui> Manage saved sessions</gui></guiseq>."
+msgstr "Izberite <guiseq><gui>Datoteka</gui><gui>Shranjene seje</gui><gui>Upravljaj shranjene seje</gui></guiseq>."
+
+#: C/gedit-plugins-session-saver.page:43(item/p)
+msgid "Select the name of the session that you want to delete."
+msgstr "Izberite ime seje, ki jo želite izbrisati."
+
+#: C/gedit-plugins-session-saver.page:45(item/p)
+msgid "Click <gui>Delete</gui>."
+msgstr "Kliknite <gui>Izbriši</gui>"
+
+#: C/gedit-plugins-session-saver.page:47(item/p)
+msgid "The session name will still be listed in your list of sessions until you close <app>gedit</app>."
+msgstr "Ime seje bo izpisano na seznamu sej, dokler programa <app>gedit</app> ne zaprete."
+
+#: C/gedit-plugins-snippets-guide.page:11(info/desc)
+msgid "Use snippets to quickly insert often-used pieces of text"
+msgstr "Uporabite koščke za hitro vstavljanje pogosto uporabljenih delov besedila"
+
+#: C/gedit-plugins-snippets-guide.page:14(page/title)
+msgid "Snippets"
+msgstr "Izrezki"
+
+#: C/gedit-plugins-snippets-guide.page:16(page/p)
+msgid "<app>Snippets</app> provide a convenient way of inserting repetitive portions of code into your files. For example, an HTML snippet for the <code>&lt;img&gt;</code> tag would insert the opening and closing portions of the tag, as well as fixed places where you can enter image attributes. This can make writing code easier and faster."
+msgstr "<app>Izrezki</app> zagotavljajo priročen način vstavljanja ponavljajočih se delov kode v vaše datoteke. Na primer izrezek HTML za oznako <code>&lt;img&gt;</code> bi vstavil odpirajoči in zapirajoči del oznake kot tudi stalna mesta, kjer lahko vnesete atribute slike. To lahko naredi pisanje kode lažje in hitrejše."
+
+#: C/gedit-plugins-snippets-guide.page:22(page/p)
+msgid "To enable the <app>Snippets</app> plugin, select <guiseq><gui>Edit</gui> <gui>Preferences</gui><gui>Plugins</gui><gui>Snippets</gui></guiseq>."
+msgstr "Za omogočitev vstavka <app>Izrezki</app> izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Izrezki</gui></guiseq>."
+
+#: C/gedit-plugins-snippets-guide.page:26(section/title)
+msgid "Using, Modifying and creating snippets"
+msgstr "Uporaba, spreminjanje in ustvarjanje izrezkov"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:35(media)
+msgctxt "_"
+msgid "external ref='figures/gedit-html-snippet.png' md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr "external ref='figures/gedit-html-snippet.png' md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#: C/gedit-plugins-snippets.page:16(info/desc)
+msgid "Inserting snippets of text into your files"
+msgstr "Vstavljanje odsekov besedila v datoteke"
+
+#: C/gedit-plugins-snippets.page:19(page/title)
+msgid "Using snippets"
+msgstr "Uporaba izrezkov"
+
+#: C/gedit-plugins-snippets.page:21(page/p)
+msgid "The following points will help you get started with using snippets:"
+msgstr "Naslednje točke vam bodo pomagale začeti delati z izrezki:"
+
+#: C/gedit-plugins-snippets.page:24(item/p)
+msgid "Make sure the syntax is set appropriately."
+msgstr "Prepričajte se, da je skladna pravilno nastavljena."
+
+#: C/gedit-plugins-snippets.page:25(item/p)
+msgid "The status bar at the bottom of the <app>gedit</app> window will show the current language setting. This language setting is what allows gedit to insert the proper snippets. <app>Gedit</app> will normally detect the language or syntax of the file that you're using, but sometimes you may need to set it."
+msgstr "Vrstica stanja na dnu okna <app>gedit</app> bo prikazala trenutno nastavitev jezika. Nastavitev jezika geditu omogoča vstavitev ustreznik odsekov. <app>Gedit</app> običajno zazna jezik ali skladnjo, ki jo uporabljate, vendar jo boste morda morali včasih nastaviti ročno."
+
+#: C/gedit-plugins-snippets.page:33(figure/desc)
+msgid "In this example, the language is set to HTML."
+msgstr "V tem primeru je jezik nastavljen na HTML"
+
+#: C/gedit-plugins-snippets.page:40(item/p)
+msgid "Review the default snippets."
+msgstr "Pregled privzetih izrezkov"
+
+#: C/gedit-plugins-snippets.page:41(item/p)
+msgid "Select <guiseq><gui>Tools</gui><gui>Manage Snippets</gui></guiseq>. Review the snippets that are available for your language or syntax. Find some basic snippets that you think might be useful for you."
+msgstr "Izberite <guiseq><gui>Orodja</gui><gui>Upravljaj izrezke</gui></guiseq>. Preglejte si izrezke, ki so na voljo za vaš jezik ali skladnjo. Najdite nekaj osnovnih izrezkov, ki bodo za vas morda uporabni."
+
+#: C/gedit-plugins-snippets.page:45(item/p)
+msgid "Try using some of the snippets."
+msgstr "Poskusite z uporabo nekaterih izrezkov."
+
+#: C/gedit-plugins-snippets.page:46(item/p)
+msgid "For example, if you set the syntax to <em>HTML</em>, type <code>head </code>, and press the <key>Tab</key> key, you should see something like this:"
+msgstr "Če nastavite skladnjo na <em>HTML</em>, vnesite <code>head</code> in pritisnite tipko <key>Tab</key>. Videti bi morali nekaj takšnega:"
+
+#: C/gedit-plugins-snippets.page:51(page/code)
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" \n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" \n"
+" &lt;/head&gt;\n"
+" "
+
+#: C/gedit-plugins-sort.page:16(info/desc)
+msgid "Sort lines of text into alphabetical order"
+msgstr "Razvrsti vrstice besedila po abecedi"
+
+#: C/gedit-plugins-sort.page:19(page/title)
+msgid "Sort"
+msgstr "Razvrsti"
+
+#: C/gedit-plugins-sort.page:21(page/p)
+msgid "The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr "Vstavek razvrščanja izbrane vrstice besedila razporedi po abecednem vrstnem redu."
+
+#: C/gedit-plugins-sort.page:23(note/p)
+msgid "You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> operation, so we recommend that you save the file immediately before performing the sort. If you make a mistake with the sort, you can revert to the previously-saved version of the file by selecting <guiseq><gui>File</gui> <gui>Revert</gui></guiseq>."
+msgstr "Opravila <gui>Razvrščanja</gui> ne morete <gui>razveljaviti</gui>, zato vam priporočamo shranjevanje datoteke pred izvedbo razvrščanja. Če naredite napako, se lahko na shranjeno različico datoteke povrnete z izbiro <guiseq><gui>Datoteka</gui><gui>Povrni</gui></guiseq>. "
+
+#: C/gedit-plugins-sort.page:29(page/p)
+msgid "To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>."
+msgstr "Za omogočitev vstavka <app>Razvrsti</app> izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Razvrsti</gui></guiseq>."
+
+#: C/gedit-plugins-sort.page:32(page/p)
+msgid "After you have enabled the <gui>Sort</gui> plugin, use it by selecting the lines of text you want to sort, and then clicking <guiseq><gui>Edit</gui><gui> Sort</gui></guiseq>."
+msgstr "Ko ste vstavek <gui>Razvrsti</gui> omogočen, ga uporabite tako, da izberete vrstice, ki jih želite razvrstiti, ter kliknite <guiseq><gui>Uredi</gui><gui>Razvrsti</gui></guiseq>. "
+
+#: C/gedit-plugins-sort.page:36(page/p)
+msgid "The Sort dialog will open, allowing you to choose between several sorting options:"
+msgstr "Pojavilo se bo pogovorno okno razvrščanja, ki vam omogoča izbiro med več možnostmi razvrščanja:"
+
+#: C/gedit-plugins-sort.page:39(item/p)
+msgid "<em>Reverse order</em> will arrange the text in reverse alphabetical order."
+msgstr "<em>Obratni vrsti red</em> bo besedilo razporedil v obratnem abecednem vrstnem redu."
+
+#: C/gedit-plugins-sort.page:41(item/p)
+msgid "<em>Remove duplicates</em> will remove duplicate values from the list."
+msgstr "<em>Odstrani dvojnike</em> bo s seznama odstranil podvojene vrednosti."
+
+#: C/gedit-plugins-sort.page:43(item/p)
+msgid "<em>Ignore case</em> will ignore case sensitivity."
+msgstr "<em>Prezri velikost črk</em> bo prezrl občutljivost na velikost črk."
+
+#: C/gedit-plugins-sort.page:44(item/p)
+msgid "To have the sort ignore the characters at the start of the lines, set the first character that should be used for sorting in the <em>Start at</em> column spin box."
+msgstr "Če želite, da razvrščanje prezre znake na začetku vrstic, nastavite prvi znak, ki naj bo uporabljen za razvrščanje v vrtilnem polju stolpca <em>Začni na</em>."
+
+#: C/gedit-plugins-sort.page:48(page/p)
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Za izvedbo razvrščanja kliknite <gui>Razvrsti</gui>."
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-tag-list.page:44(media)
+msgctxt "_"
+msgid "external ref='figures/gedit-side-pane3.png' md5='4b800d370193ac0ed8db9eb33b86e11c'"
+msgstr "external ref='figures/gedit-side-pane3.png' md5='4b800d370193ac0ed8db9eb33b86e11c'"
+
+#: C/gedit-plugins-tag-list.page:16(info/desc)
+msgid "Automatically insert tags, strings and special characters into a document"
+msgstr "Samodejno vstavite oznake, nize in posebne znake v dokument"
+
+#: C/gedit-plugins-tag-list.page:20(page/title)
+msgid "Tag list"
+msgstr "Seznam oznak"
+
+#: C/gedit-plugins-tag-list.page:22(page/p)
+msgid "The <app>Tag List</app> plugin allows you to insert common tags and special characters from a list in the side pane. By default, the plugin can insert tags and special characters for HTML, XHTML, XSLT, XUL and LaTeX."
+msgstr "Vstavek <app>Seznam oznak</app> vam omogoča vstavljanje pogostih oznak in posebnih oznak s seznama na stranskem pladnju. Privzeto lahko vstavek vstavi oznake in posebne oznake za HTML, XHTML, XSLT, XUL in LaTeX."
+
+#: C/gedit-plugins-tag-list.page:27(section/title)
+msgid "Using the Tag List plugin"
+msgstr "Uporaba vstavka seznama oznak"
+
+#: C/gedit-plugins-tag-list.page:29(section/p)
+msgid "To use the <app>Tag List</app> plugin, you will need to enable the plugin, and then activate the tag-list portion of the side pane."
+msgstr "Za uporabo vstavka <app>Seznam oznak</app>, ga boste morali omogočiti in nato omogočiti del stranskega pladnja s seznamom oznak."
+
+#: C/gedit-plugins-tag-list.page:33(section/title)
+msgid "Enabling the Plugin"
+msgstr "Omogočanje vstavka"
+
+#: C/gedit-plugins-tag-list.page:34(section/p)
+msgid "You can activate the plugin by selecting <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Tag List</gui></guiseq>. Once you have activated the plugin, access it by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, or by pressing <key>F9</key>."
+msgstr "Vstavek lahko omogočite z izbiro <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Seznam oznak</gui></guiseq>. Ko boste vstavek omogočili, lahko do njega dostopate z izbiro <guiseq><gui>Pogled</gui><gui>Stranski pladenj</gui></guiseq> ali s pritiskom na <key>F9</key>."
+
+#: C/gedit-plugins-tag-list.page:39(section/p)
+msgid "The side pane initially shows a list of open documents, so to view and use the <app>tag list</app>, you will need to click on the tab showing the \"plus\" icon at the bottom of the side pane. The icon will look similar to this:"
+msgstr "Stranski pladenj na začetku prikaže seznam odprtih dokumentov, zato boste morali za ogled in uporabo <app>seznama oznak</app> kliknite na zavihek z ikono \"plus\" na dnu stranskega pladnja. Ikona bo bila videti podobno tej:"
+
+#: C/gedit-plugins-tag-list.page:48(section/title)
+msgid "Inserting Tags and Special Characters"
+msgstr "Vstavljanje oznak in posebnih znakov"
+
+#: C/gedit-plugins-tag-list.page:50(section/p)
+msgid "The <app>tag list</app> uses a drop-down menu to let you choose from the different types of tags. For example, one tag option is <gui>HTML - Tags </gui>."
+msgstr "<app>Seznam oznak</app> uporablja spustni meni, ki vam omogoča izbiro med različnimi vrstami oznak. Na primer ena od možnosti oznak je <gui>HTML - oznake</gui>."
+
+#: C/gedit-plugins-tag-list.page:54(section/p)
+msgid "To start inserting tags, complete the following:"
+msgstr "Za začetek vstavljanja oznak naredite naslednje:"
+
+#: C/gedit-plugins-tag-list.page:57(item/p)
+msgid "Move the cursor to where you will want to insert the tag or special character."
+msgstr "Premaknite kazalko, kjer boste želeli vstaviti oznako ali poseben znak."
+
+#: C/gedit-plugins-tag-list.page:59(item/p)
+msgid "Select the desired tag type from the drop-down menu at the top of the side pane."
+msgstr "Izberite želeno vrsto oznake iz spustnega menija na vrhu stranskega pladnja."
+
+#: C/gedit-plugins-tag-list.page:61(item/p)
+msgid "Scroll through the list to find the desired tag or character."
+msgstr "Drsajte skozi seznam in najdite želeno oznako ali znak."
+
+#: C/gedit-plugins-tag-list.page:63(item/p)
+msgid "Double-click on the tag in the tag list."
+msgstr "Dvakrat kliknete na oznako na seznamu oznak."
+
+#: C/gedit-plugins-tag-list.page:66(section/p)
+msgid "The tag or special character you've chosen will then be displayed in your document."
+msgstr "Oznaka ali poseben znak, ki ste ga izbrali, bo bil prikazan v vašem dokumentu."
+
+#: C/gedit-plugins-tag-list.page:71(section/title)
+msgid "Tag List Tips"
+msgstr "Namigi seznama oznak"
+
+#: C/gedit-plugins-tag-list.page:72(note/p)
+msgid "You can also insert a tag by pressing <key>Return</key> or <keyseq><key>Shift</key><key>Return</key></keyseq>."
+msgstr "Oznako lahko vstavite tudi s pritiskom na <key>Enter</key> ali <keyseq><key>Shift</key><key>Enter</key></keyseq>."
+
+#: C/gedit-plugins-tag-list.page:74(note/p)
+msgid "Pressing the <key>Return</key> key will insert the tag at the cursor position, and then return focus to the document. Pressing <keyseq><key>Shift </key><key>Return</key></keyseq> will insert the tag at the cursor position, but will keep the focus on the <app>tag-list</app>."
+msgstr "Pritisk tipke <key>Enter</key> bo vstavil oznako na položaj kazalke in nato vrnil žarišče na dokument. Pritisk na <keyseq><key>Shift</key><key>Enter</key></keyseq> bo vstavil oznako na položaj kazalke, vendar bo žarišče obdržal na <app>seznamu oznak</app>."
+
+#: C/gedit-plugins-tag-list.page:79(note/p)
+msgid "You can see a preview of what text will be inserted for each tag and special character by clicking on the word the <gui>Preview</gui> at the bottom of the side pane."
+msgstr "Predogled besedila, ki bo vstavljeno za vsako oznako in poseben znak, lahko vidite s klikom na besedo <gui>Predogled</gui> na dnu stranskega pladnja."
+
+#: C/gedit-plugins-terminal.page:13(info/desc)
+msgid "Add a terminal console to the bottom pane"
+msgstr "Dodajanje konzole Terminal v spodnji pladenj"
+
+#: C/gedit-plugins-terminal.page:16(page/title)
+msgid "Embedded terminal"
+msgstr "Vstavljen terminal"
+
+#: C/gedit-plugins-terminal.page:18(page/p)
+msgid "<app>gedit</app> makes it possible to include an embedded version of <app> Gnome Terminal</app>, the GNOME command-line application, in the bottom pane of the <app>gedit</app> window. This will let you run scripts, install needed software, or test your program without leaving <app>gedit</app>."
+msgstr "<app>gedit</app> vam omogoča vključitev vstavljene različice programa <app>Gnome Terminal</app>, Gnome programa ukazne vrstice na spodnjem pladnju okna <app>gedit</app>. To vam bo omogočilo poganjanje skriptov, nameščanje programov ali preizkušanje vašega programa, ne da bi zapustili <app>gedit</app>."
+
+#: C/gedit-plugins-terminal.page:23(page/p)
+msgid "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> <gui>Plugins</gui><gui>Embedded Terminal</gui></guiseq>."
+msgstr "Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Vstavljen Terminal</gui></guiseq>."
+
+#: C/gedit-plugins-terminal.page:26(page/p)
+msgid "Once you have enabled the plugin, add the terminal to the bottom pane by selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+msgstr "Ko je vstavek omogočen, dodajte terminal na spodnji pladenj z izbiro <guiseq><gui>Pogled</gui><gui>Spodnji pult</gui></guiseq> ali samo pritisnite <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+
+#: C/gedit-plugins-text-size.page:14(info/desc)
+msgid "Increase or decrease the text size"
+msgstr "Poveča ali zmanjša velikost besedila"
+
+#: C/gedit-plugins-text-size.page:17(page/title)
+msgid "Text Size"
+msgstr "Velikost besedila"
+
+#: C/gedit-plugins-text-size.page:19(page/p)
+msgid "The text size plugin allows you to temporarily change the text size in <app>gedit</app> without changing the program's default text size. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins </gui><gui>Text Size</gui></guiseq>."
+msgstr "Vstavek velikost besedila vam omogoča začasno spremembo velikosti besedila v <app>geditu</app> ne da bi spremenili privzeto velikost besedila. Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Velikost besedila</gui></guiseq>."
+
+#: C/gedit-plugins-text-size.page:25(list/title)
+msgid "Once you have enabled the plugin, do any of the following to change the text size in <app>gedit</app>:"
+msgstr "Ko ste ste vstavek omogočili, naredite karkoli od naslednjega za spremembo velikosti besedila v programu <app>gedit</app>:"
+
+#: C/gedit-plugins-text-size.page:27(item/p)
+msgid "To <em>increase</em> the text size, press <keyseq><key>Ctrl</key> <key>+</key></keyseq>."
+msgstr "Za <em>povečanje</em> velikosti besedila izberite <keyseq><key>Ctrl</key> <key>+</key></keyseq>."
+
+#: C/gedit-plugins-text-size.page:29(item/p)
+msgid "To <em>decrease</em> the text size, press <keyseq><key>Ctrl</key> <key>-</key></keyseq>."
+msgstr "Za <em>zmanjšanje</em> velikosti besedila izberite <keyseq><key>Ctrl</key> <key>-</key></keyseq>."
+
+#: C/gedit-plugins-text-size.page:31(item/p)
+msgid "To <em>reset</em> the text size to the default size, press <keyseq><key>Ctrl</key><key>0</key></keyseq>."
+msgstr "Za <em>ponastavitev</em> velikosti besedila na privzeto velikost izberite <keyseq><key>Ctrl</key><key>0</key></keyseq>."
+
+#: C/gedit-plugins-word-completion.page:18(info/desc)
+msgid "Autocomplete words or portions of code as you type"
+msgstr "Samodejno dokončevanje besede ali delov kode medtem ko tipkate"
+
+#: C/gedit-plugins-word-completion.page:21(page/title)
+msgid "Word completion"
+msgstr "Dokončevanje besed>"
+
+#: C/gedit-plugins-word-completion.page:23(page/p)
+msgid "The <app>Word Completion</app> plugin can speed up your editing by suggesting completions of words as you type. To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Word Completion</gui></guiseq>."
+msgstr "Vstavek <app>Dokončevanje besed</app> lahko pohitri vaše urejanje s predlaganjem končanja besed mdtem ko tipkate. Za omogočitev tega vstavka izberite <guiseq><gui>Uredi</gui><gui>Možnosti</gui><gui>Vstavki</gui><gui>Dokončevanje besed</gui></guiseq>."
+
+#: C/gedit-plugins-word-completion.page:28(page/p)
+msgid "While editing, the <app>Word Completion</app> plugin will automatically display a pop-up list of words that begin with the letters you have already typed. Word suggestions are based upon words that appear elsewhere in your document and upon pre-defined keywords if your document is of a recognised format."
+msgstr "Med urejanjem bo vstavek <app>Dokončevanje besed</app> samodejno prikazal pojavni seznam besed, ki se začnejo s črkami, ki ste jih že vnesli. Predlogi besed so osnovani na besedah, ki se pojavijo drugje v vašem dokumentu in predhodno določenih ključnih besedah, če je vaš dokument v prepoznani obliki."
+
+#: C/gedit-plugins-word-completion.page:34(page/p)
+msgid "To insert a suggested word, double-click on it in the pop-up list or press <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> is the number displayed next to your desired word."
+msgstr "Za vstavitev predlagane besede dvokliknite nanjo v pojavnem seznamu ali pritisnite <keyseq><key>Alt</key><key>Num</key></keyseq>, kjer je <key>Num</key> število prikazano poleg želene besede."
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-printing-order.page:58(media)
+msgctxt "_"
+msgid "external ref='reverse-collate.png' md5='__failed__'"
+msgstr "external ref='reverse-collate.png' md5='__failed__'"
+
+#: C/gedit-printing-order.page:10(credit/name)
+#: C/gedit-printing-select.page:10(credit/name)
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#: C/gedit-printing-order.page:14(license/p)
+#: C/gedit-printing-select.page:14(license/p)
+msgid "Creative Commons Share Alike 3.0"
+msgstr "Creative Commons - deljenje pod enakimi pogoji 3.0"
+
+#: C/gedit-printing-order.page:18(page/title)
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Tiskanje kopij v pravilnem vrstnem redu"
+
+#: C/gedit-printing-order.page:21(section/title)
+msgid "Reverse"
+msgstr "Obrnjeno"
+
+#: C/gedit-printing-order.page:24(section/p)
+msgid "Printers usually print the first page first, and the last page last, so the pages end up in reverse order when you pick them up."
+msgstr "Tiskalniki običajno najprej natisnejo prvo stran in nazadnje zadnjo stran zato bodo strani, ko jih poberete s tiskalnika, v obratnem vrstnem redu."
+
+#: C/gedit-printing-order.page:28(section/p)
+msgid "To reverse the order:"
+msgstr "Za obratni vrstni red:"
+
+#: C/gedit-printing-order.page:32(item/p)
+msgid "<guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgstr "Kliknite <guiseq><gui>Datoteka</gui><gui>Natisni</gui></guiseq>."
+
+#: C/gedit-printing-order.page:33(item/p)
+msgid "In the <gui>General</gui> tab of the Print window under <em>Copies </em>, check <gui>Reverse</gui>. The last page will be printed first, and so on."
+msgstr "V zavihku <gui>Splošno</gui> okna Tiskanje pod <em>Kopije</em> izberite <gui>Obratno</gui>. Najprej bo natisnjena zadnja stran in tako naprej."
+
+#: C/gedit-printing-order.page:40(section/title)
+msgid "Collate"
+msgstr "Zberi"
+
+#: C/gedit-printing-order.page:43(section/p)
+msgid "If you are printing more than one copy of the document, the print outs will be grouped by page number by default. (e.g. The copies of page one come out, then the copies of page two, etc.) Collating will make each copy come out with its pages grouped together."
+msgstr "V primeru da tiskate več kot eno kopijo dokumenta, bodo kopije privzeto združene po števili strani (najprej pridejo ven kopije strani eni, nato kopije strani dva, itd.). Zbiranje bo natisnilo vsako kopijo naenkrat v celoti."
+
+#: C/gedit-printing-order.page:50(section/p)
+msgid "To Collate:"
+msgstr "Za zbiranje:"
+
+#: C/gedit-printing-order.page:54(item/p)
+msgid "Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgstr "Kliknite <guiseq><gui>Datoteka</gui><gui>Natisni</gui></guiseq>"
+
+#: C/gedit-printing-order.page:55(item/p)
+msgid "In the <gui>General</gui> tab of the Print window under <em>Copies </em> check <gui>Collate</gui>."
+msgstr "V zavihku <gui>Splošno</gui> okna Tiskanje pod <em>Kopije</em> izberite <gui>Zberi</gui>."
+
+#: C/gedit-printing.page:19(note/p)
+msgid "Printing with <app>gedit</app> requires that you have connected and configured your printer. If you have not done this, please consult the <link href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr "Tiskanje z <app>gedit</app> zahteva, da imate povezan in nastavljen tiskalnik. V primeru da tega nimate, si oglejte pomoč o <link href=\"help:gnome-help/printing\">tiskanju za namizno okolje GNOME</link>."
+
+#: C/gedit-printing.page:24(page/p)
+msgid "<app>gedit</app> allows you to both print output to a file, as well as printing output to paper. Prior to printing your document, you can also preview how the printed document will look by using the <app>Print Preview </app> feature."
+msgstr "<app>gedit</app> omogoča tiskanje izhoda v datoteko kot tudi na papir. Pred tiskanjem dokumenta si lahko ogledate predogled natisnjenega dokumenta z zmožnostjo <app>Predogled tiskanja</app>."
+
+#: C/gedit-printing.page:30(section/title)
+msgid "Printing to paper"
+msgstr "Tiskanje na papir"
+
+#: C/gedit-printing.page:34(section/title)
+msgid "Printing output to a file"
+msgstr "Tiskanje izhoda v datoteko"
+
+#: C/gedit-printing.page:36(section/p)
+msgid "You can also use <app>gedit</app> to print to a file. To do so, select <guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>."
+msgstr "<app>gedit</app> lahko uporabite tudi za tiskanje v datoteko. Za to izberite <guiseq><gui>Datoteka</gui><gui>Natisni</gui><gui>Natisni v datoteko</gui></guiseq>."
+
+#: C/gedit-printing.page:38(section/p)
+msgid "Printing is enabled for the following file formats:"
+msgstr "Tiskanje je omogočeno za naslednje vrste datotek:"
+
+#: C/gedit-printing.page:40(item/p)
+msgid "Portable Document Format (.pdf)"
+msgstr "Prenosljiva vrsta dokumenta (.pdf)"
+
+#: C/gedit-printing.page:41(item/p)
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#: C/gedit-printing.page:42(item/p)
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Raztegljiva vektorska grafika (.svg)"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-printing-select.page:37(media)
+msgctxt "_"
+msgid "external ref='print-select.png' md5='__failed__'"
+msgstr "external ref='print-select.png' md5='__failed__'"
+
+#: C/gedit-printing-select.page:18(page/title)
+msgid "Only Printing Certain Pages"
+msgstr "Tiskanje le določenih strani"
+
+#: C/gedit-printing-select.page:20(page/p)
+msgid "To only print certain pages from the document:"
+msgstr "Za tiskanje le določenih strani v dokumentu:"
+
+#: C/gedit-printing-select.page:24(item/p)
+msgid "Click <guiseq><gui>File</gui><gui> Print...</gui></guiseq>"
+msgstr "Kliknite <guiseq><gui>Datoteka</gui><gui>Natisni ...</gui></guiseq>."
+
+#: C/gedit-printing-select.page:25(item/p)
+msgid "In the <gui>General</gui> tab in the Print window choose <gui>Pages </gui> from the <gui>Range</gui> section."
+msgstr "V zavihku <gui>Splošno</gui> okna Tiskanje v odseku <gui>Obseg</gui> izberite <gui>Strani</gui>."
+
+#: C/gedit-printing-select.page:27(item/p)
+msgid "Type the numbers of the pages you want to print in the textbox, separated by commas. Use a dash to denote a range of pages."
+msgstr "V besedilno polje vpišite števila strani, ki jih želite natisniti, ločena z vejicami. Uporabite pomišljaj za tiskanje obsega več strani."
+
+#: C/gedit-printing-select.page:33(note/p)
+msgid "For example, if you enter \"1,3,5-7,9\" in the <gui>Pages</gui> textbox, pages 1, 3, 5, 6, 7 and 9 will be printed."
+msgstr "Na primer, če v besedilno polje <gui>Strani</gui> vnesete \"1, 3, 5-7, 9\" , bodo natisnjene strani 1, 3, 5, 6, 7 in 9."
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:22(media)
+msgctxt "_"
+msgid "external ref='figures/gedit3-screenshot.png' md5='3f101415d3b97ca8b0e81dc3cc1a6bd7'"
+msgstr "external ref='figures/gedit3-screenshot.png' md5='3f101415d3b97ca8b0e81dc3cc1a6bd7'"
+
+#: C/gedit-quickstart.page:16(page/title)
+msgid "Get started with gedit"
+msgstr "Kako začeti z gedit"
+
+#: C/gedit-quickstart.page:17(page/p)
+msgid "<app>gedit</app> is a full-featured text editor for the GNOME desktop environment. You can use it to prepare simple notes and documents, or you can use some of its advanced features, making it your own software development environment."
+msgstr "<app>gedit</app> je polno zmožen urejevalnik besedila za namizno okolje GNOME. Uporabite ga lahko za pripravo enostavnih sporočilc in dokumentov ali pa uporabite nekatere od njegovih naprednih zmožnosti in ga uporabljate kot svoje programsko razvojno okolje."
+
+#: C/gedit-quickstart.page:24(page/p)
+msgid "Once <app>gedit</app> launches, you can start writing right away. To save your text, just click <gui>Save</gui>."
+msgstr "Ko se <app>gedit</app> zažene, lahko takoj začnete pisati. Za shranjevanje svojega besedila enostavno kliknite <gui>Shrani</gui>."
+
+#: C/gedit-quickstart.page:27(page/p)
+msgid "To learn about additional <app>gedit</app> features and to get assistance with performing additional tasks, explore <link xref=\"index\">the other portions</link> of the <app>gedit</app> help."
+msgstr "Za več podrobnosti o zmožnostih <app>gedit</app> in za pomoč pri izvajanju dodatnih nalog raziščite <link xref=\"index\">druge dele</link> pomoči <app>gedit</app>."
+
+#: C/gedit-replace.page:20(page/title)
+msgid "Replace text"
+msgstr "Zamenjaj besedilo"
+
+#: C/gedit-replace.page:22(page/p)
+msgid "Editing text can be time consuming. To save time, <app>gedit</app> includes a <app>Replace</app> function that helps you to find and replace portions of text."
+msgstr "Urejanje besedila lahko vzame veliko časa. Za prihranek časa <app>gedit</app> vključuje zmožnost <app>Zamenjaj</app>, ki vam pomaga pri iskanju in zamenjavi delov besedila."
+
+#: C/gedit-replace.page:27(steps/title)
+msgid "Replace text in <app>gedit</app>"
+msgstr "Zamenjava besedila v <app>gedit</app>"
+
+#: C/gedit-replace.page:28(item/p)
+msgid "Open the Replace tool by clicking <guiseq><gui>Search</gui><gui> Replace</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key> </keyseq>."
+msgstr "Odprite orodje zamenjaj s klikom na <guiseq><gui>Išči</gui><gui>Zamenjaj</gui></guiseq> ali pritisnite <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#: C/gedit-replace.page:31(item/p)
+msgid "Enter the text that you wish to replace into the 'Search for:' field."
+msgstr "Vnesite besedilo, ki ga želite zamenjati, v polje 'Poišči:'."
+
+#: C/gedit-replace.page:33(item/p)
+msgid "Enter the new, replacement text into the 'Replace with:' field."
+msgstr "Vnesite besedilo za zamenjavo v polje 'Zamenjaj z:'."
+
+#: C/gedit-replace.page:36(item/p)
+msgid "Once you have entered the original and replacement text, select your desired replacement options:"
+msgstr "Ko ste vnesli izvirno besedilo in besedilo za zamenjavo, izberite možnosti zamenjave:"
+
+#: C/gedit-replace.page:39(item/p)
+msgid "To replace <em>only</em> the next matching portion of text, click <gui>Replace</gui>."
+msgstr "Za zamenjavo <em>le</em> naslednjega ujemajočega dela besedila kliknite <gui>Zamenjaj</gui>."
+
+#: C/gedit-replace.page:41(item/p)
+msgid "To replace <em>all occurrences</em> of the searched-for text, click <gui>Replace All</gui>."
+msgstr "Za zamenjavo <em>vseh primerov</em> iskanega besedila kliknite <gui>Zamenjaj vse</gui>."
+
+#: C/gedit-replace.page:48(note/p)
+msgid "Use the <gui>Replace All</gui> function with care. <gui>Replace All </gui> works on the entirety of your text file, and does not allow you to highlight portions of text where the replace function will be performed."
+msgstr "Zmožnost <gui>Zamenjaj vse</gui> uporabljajte previdno. <gui>Zamenjaj vse</gui> deluje na vaši celotni besedilni datoteki in vam ne omogoča poudarjanja delov besedila, kjer bo izvedena zamenjava."
+
+#: C/gedit-replace.page:55(section/title)
+msgid "More options"
+msgstr "Več možnosti"
+
+#: C/gedit-replace.page:58(item/title)
+msgid "Match case"
+msgstr "Upoštevaj velikost črk"
+
+#: C/gedit-replace.page:59(item/p)
+msgid "The <em>Match case</em> option allows you to specify whether you want your search to be case-sensitive. If this option is selected, searches will be case-sensitive. If not, searches will not be case-sensitive."
+msgstr "Možnost <em>Upoštevaj velikost črk</em> vam omogoča navedbo ali naj bo iskanje občutljivo na velikost črk. V primeru da je ta možnost izbrana, bodo iskanja občutljiva na velikost črk. V nasprotnem primeru iskanja na velikost črk ne bodo občutljiva."
+
+#: C/gedit-replace.page:65(item/title)
+msgid "Match entire word only"
+msgstr "Poišči le cele besede"
+
+#: C/gedit-replace.page:66(item/p)
+msgid "Use this option to search for a specific word without including fragments of other words. For example, if you searched for the word 'and' with this option selected, the word 'and' would be matched, but the words 's<em>and</em>' and 'comm<em>and</em>er' would not be matched."
+msgstr "To možnost uporabite za iskanje določene besede brez vključevanja delčkov drugih besed. Na primer če bi iskali besedo 'in', bi beseda 'in' ustrezala, besedi 'k<em>in</em>o' in 'mal<em>in</em>a' pa ne."
+
+#: C/gedit-replace.page:73(item/title)
+msgid "Search backwards"
+msgstr "Iskanje nazaj"
+
+#: C/gedit-replace.page:74(item/p)
+msgid "This command behaves identically to the Find Previous command. If you wish to step through search results from end to beginning, select this option."
+msgstr "Ta ukaz se obnaša enako kot Poišči nazaj. V primeru na želite stopati med rezultati iskanja od začetka proti koncu, izberite to možnost."
+
+#: C/gedit-replace.page:79(item/title)
+msgid "Wrap around"
+msgstr "Prelomi vrstice"
+
+#: C/gedit-replace.page:80(item/p)
+msgid "With the <app>wrap around</app> option enabled, <app>gedit</app> will re-start the search/replace action at the top of the file after it has reached the bottom of the file. This ensures that your search/replace action is made across your entire file."
+msgstr "V primeru da je možnost <app>prelomi vrstice</app> omogočena, bo <app>gedit</app> ponovno zagnal dejanje išči/zamenjaj na vrhu datoteke po tem ko bo dosegel dno datoteke. To zagotovi, da je dejanje išči/zamenjaj izvedeno na vaši celotni datoteki."
+
+#: C/gedit-save-file.page:14(page/title)
+msgid "Save a file"
+msgstr "Shranjevanje datoteke"
+
+#: C/gedit-save-file.page:16(page/p)
+msgid "To save a file in <app>gedit</app>, click on the disk-drive icon with the word <gui>Save</gui> next to it. You may also select <guiseq><gui>File</gui> <gui>Save</gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>S</key> </keyseq>."
+msgstr "Za shranjevanje datoteke v <app>gedit</app> kliknite na ikono diskovnega pogona z besedo <gui>Shrani</gui> poleg nje. Izberete lahko tudi <guiseq><gui>Datoteka</gui><gui>Shrani</gui></guiseq> ali pritisnete <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#: C/gedit-save-file.page:20(page/p)
+msgid "If you are saving a new file, the <gui>Save File</gui> dialog will appear, and you can select a name for the file, as well as the directory where you would like the file to be saved."
+msgstr "V primeru da shranjujete novo datoteko, se bo pojavilo pogovorno okno <gui>Shrani datoteko</gui>. Izberete lahko ime datoteke in mapo kamor jo želite shraniti."
+
+#: C/gedit-search.page:20(page/title)
+msgid "Search for text"
+msgstr "Iskanje besedila"
+
+#: C/gedit-search.page:22(page/p)
+msgid "The Find tool can help you find specific sequences of text within in your file."
+msgstr "Orodje iskanje vam lahko pomaga pri iskanju določenih zaporedij besedila v vaši datoteki."
+
+#: C/gedit-search.page:26(steps/title)
+msgid "Finding text"
+msgstr "Iskanje besedila"
+
+#: C/gedit-search.page:27(item/p)
+msgid "Open the <gui style=\"menu\">search window</gui> by clicking <guiseq><gui>Search</gui><gui>Find</gui> </guiseq> or pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your cursor to the start of the <gui>search window</gui>."
+msgstr "Odprite <gui style=\"menu\">iskalno okno</gui> s klikom na <guiseq><gui>Iskanje</gui><gui>Išči</gui></guiseq> ali pritisnite <keyseq><key>Ctrl</key><key>F</key></keyseq>. To bo kazalko premaknilo na začetek <gui>iskalnega okna</gui>."
+
+#: C/gedit-search.page:32(item/p)
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Vnesite besedilo, ki ga želite zamenjati, v <gui>iskalno okno</gui>."
+
+#: C/gedit-search.page:34(item/p)
+msgid "As you type, <app>gedit</app> will begin highlighting the portions of text that match what you have entered."
+msgstr "Medtem ko tipkate bo <app>gedit</app> začel poudarjati dele besedila, ki se ujemajo z vnesenim."
+
+#: C/gedit-search.page:39(page/p)
+msgid "To scroll through the search results, do any of the following:"
+msgstr "Za drsanje med rezultati naredite nekaj od naslednjega:"
+
+#: C/gedit-search.page:41(item/p)
+msgid "Click on the <gui>up</gui> or <gui>down</gui> facing arrows next to the <gui>search window</gui>"
+msgstr "Kliknite na puščici <gui>navzgor</gui> ali <gui>navzdol</gui> poleg <gui>iskalnega okna</gui>"
+
+#: C/gedit-search.page:43(item/p)
+msgid "Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard"
+msgstr "Pritisnite tipki <key>puščica navzgor</key> ali <key>puščica navzdol</key> na tipkovnici"
+
+#: C/gedit-search.page:45(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq> <key>Ctrl</key><key>Shift</key><key>G</key></keyseq>."
+msgstr "Pritisnite <keyseq><key>Ctrl</key><key>G</key></keyseq> ali <keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>."
+
+#: C/gedit-search.page:47(item/p)
+msgid "Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</key> feature to move up or down through the text."
+msgstr "Pritisnite <key>Ctrl</key> in uporabite zmožnost <key>drsenja</key> svoje miške ali drsne ploščice za premik navzgor ali navzdol po besedilu."
+
+#: C/gedit-search.page:52(page/p)
+msgid "To close the <gui>search window</gui>, press either <key>Esc</key> or <key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it was before you began your search. Pressing <key>Enter</key> will return the cursor to the current position in the search results."
+msgstr "Za zaprtje <gui>okna iskanja</gui>, pritisnite <key>Esc</key> ali <key>Enter</key>. Pritisk na <key>Esc</key> bo vrnil kazalko kjer je bila, preden ste začeli iskanje. Pritisk na <key>Enter</key> bo kazalko vrnil na trenutno mesto med rezultati iskanja."
+
+#: C/gedit-search.page:58(list/title)
+msgid "Search tips"
+msgstr "Iskalni namigi"
+
+#: C/gedit-search.page:59(item/p)
+msgid "If you highlight a portion of text with your mouse, and then press <keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted will appear in the search window."
+msgstr "Če z miško poudarite del besedila in pritisnete <keyseq><key>Ctrl</key><key>F</key></keyseq>, se bo poudarjeno besedilo pojavilo v iskalnem oknu."
+
+#: C/gedit-search.page:62(item/p)
+msgid "For advanced search options, you can click on the <gui>Magnifying Glass</gui> icon in the search window, or you can right-click on any portion of the search window."
+msgstr "Za napredne možnosti iskanja lahko kliknete na ikono <gui>Povečevalno steklo</gui> v iskalnem oknu ali pa desno kliknete na katerikoli del iskalnega okna."
+
+#: C/gedit-search.page:65(item/p)
+msgid "The text that you've searched for will remain highlighted by gedit, even after you have completed your search. To remove the highlight, click <guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+msgstr "Besedilo, ki ste ga iskali, bo ostalo poudarjeno, tudi ko ste dokončali svoje iskanje. Za odstranitev poudarjanja kliknite <guiseq><gui>Išči</gui><gui>Počisti poudarjanje</gui></guiseq> ali pritisnite <keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+
+#: C/gedit-shortcut-keys.page:14(credit/name)
+msgid "Paolo Borelli"
+msgstr "Paolo Borelli"
+
+#: C/gedit-shortcut-keys.page:17(credit/name)
+msgid "Jesse van den Kieboom"
+msgstr "Jesse van den Kieboom"
+
+#: C/gedit-shortcut-keys.page:20(credit/name)
+msgid "Steve Frécinaux"
+msgstr "Steve Frécinaux"
+
+#: C/gedit-shortcut-keys.page:23(credit/name)
+msgid "Ignacio Casal Quinteiro"
+msgstr "Ignacio Casal Quinteiro"
+
+#: C/gedit-shortcut-keys.page:27(page/title)
+msgid "Shortcut keys"
+msgstr "Tipkovne bližnjice"
+
+#: C/gedit-shortcut-keys.page:29(page/p)
+msgid "Use <gui>shortcut keys</gui> to perform common tasks more quickly than with the mouse and menus. The following tables list all of <app>gedit's</app> shortcut keys."
+msgstr "Uporabite <gui>tipkovne bližnjice</gui> za izvajanje pogostih opravil hitreje kot z miško in meniji. Naslednja preglednica vsebuje seznam vseh tipkovnih bližnjic <app>gedit</app>."
+
+#: C/gedit-shortcut-keys.page:53(table/title)
+msgid "Tab-related Shortcut keys"
+msgstr "Z zavihki povezane tipkovne bližnjice"
+
+#: C/gedit-shortcut-keys.page:61(td/p)
+msgid "Switch to the next tab to the left"
+msgstr "Premakni trenutni zavihek na levo"
+
+#: C/gedit-shortcut-keys.page:61(td/p)
+msgid "Ctrl + Alt + PageUp"
+msgstr "Ctrl + Alt + StranNavzgor"
+
+#: C/gedit-shortcut-keys.page:65(td/p)
+msgid "Switch to the next tab to the right"
+msgstr "Premakni trenutni zavihek na desno"
+
+#: C/gedit-shortcut-keys.page:65(td/p)
+msgid "Ctrl + Alt + PageDown"
+msgstr "Ctrl + Alt + StranNavzdol"
+
+#: C/gedit-shortcut-keys.page:69(td/p)
+msgid "Close tab"
+msgstr "Zapri zavihek"
+
+#: C/gedit-shortcut-keys.page:69(td/p)
+#: C/gedit-shortcut-keys.page:112(td/p)
+msgid "Ctrl + W"
+msgstr "Ctrl + W"
+
+#: C/gedit-shortcut-keys.page:72(td/p)
+msgid "Save all tabs"
+msgstr "Shrani vse zavihke"
+
+#: C/gedit-shortcut-keys.page:72(td/p)
+msgid "Ctrl + Shift + L"
+msgstr "Ctrl + Shift + L"
+
+#: C/gedit-shortcut-keys.page:75(td/p)
+msgid "Close all tabs"
+msgstr "Zapri vse zavihke"
+
+#: C/gedit-shortcut-keys.page:75(td/p)
+msgid "Ctrl + Shift + W"
+msgstr "Ctrl + Shift + W"
+
+#: C/gedit-shortcut-keys.page:78(td/p)
+msgid "Jump to <var>n</var>th tab"
+msgstr "Skoči na <var>n</var>-ti zavihek"
+
+#: C/gedit-shortcut-keys.page:78(td/p)
+msgid "Alt + <var>n</var>"
+msgstr "Alt + <var>n</var>"
+
+#: C/gedit-shortcut-keys.page:85(table/title)
+msgid "Shortcut keys for working with files"
+msgstr "Tipkovne bližnjice za delo z datotekami"
+
+#: C/gedit-shortcut-keys.page:93(td/p)
+msgid "Create a new document"
+msgstr "Ustvari nov dokument"
+
+#: C/gedit-shortcut-keys.page:93(td/p)
+msgid "Ctrl + N"
+msgstr "Ctrl + N"
+
+#: C/gedit-shortcut-keys.page:96(td/p)
+msgid "Open a document"
+msgstr "Odpri dokument"
+
+#: C/gedit-shortcut-keys.page:96(td/p)
+msgid "Ctrl + O"
+msgstr "Ctrl + O"
+
+#: C/gedit-shortcut-keys.page:99(td/p)
+msgid "Save the current document"
+msgstr "Shrani trenutni dokument"
+
+#: C/gedit-shortcut-keys.page:99(td/p)
+msgid "Ctrl + S"
+msgstr "Ctrl + S"
+
+#: C/gedit-shortcut-keys.page:102(td/p)
+msgid "Save the current document with a new filename"
+msgstr "Shrani trenutni dokument z novim imenom datoteke"
+
+#: C/gedit-shortcut-keys.page:102(td/p)
+msgid "Ctrl + Shift + S"
+msgstr "Ctrl + Shift + S"
+
+#: C/gedit-shortcut-keys.page:106(td/p)
+msgid "Print the current document"
+msgstr "Natisni trenutni dokument"
+
+#: C/gedit-shortcut-keys.page:106(td/p)
+msgid "Ctrl + P"
+msgstr "Ctrl + P"
+
+#: C/gedit-shortcut-keys.page:109(td/p)
+msgid "Print preview"
+msgstr "Predogled tiskanja"
+
+#: C/gedit-shortcut-keys.page:109(td/p)
+msgid "Ctrl + Shift + P"
+msgstr "Ctrl + Shift + P"
+
+#: C/gedit-shortcut-keys.page:112(td/p)
+msgid "Close the current document"
+msgstr "Zapri trenutni dokument"
+
+#: C/gedit-shortcut-keys.page:115(td/p)
+msgid "Quit gedit"
+msgstr "Končaj gedit"
+
+#: C/gedit-shortcut-keys.page:115(td/p)
+msgid "Ctrl + Q"
+msgstr "Ctrl + Q"
+
+#: C/gedit-shortcut-keys.page:121(table/title)
+msgid "Shortcut keys for editing files"
+msgstr "Tipkovne bližnjice za urejanje datotek"
+
+#: C/gedit-shortcut-keys.page:129(td/p)
+msgid "Undo the last action"
+msgstr "Razveljavi zadnje dejanje"
+
+#: C/gedit-shortcut-keys.page:129(td/p)
+msgid "Ctrl + Z"
+msgstr "Ctrl + Z"
+
+#: C/gedit-shortcut-keys.page:132(td/p)
+msgid "Redo the last undone action"
+msgstr "Obnovi zadnje razveljavljeno dejanje"
+
+#: C/gedit-shortcut-keys.page:132(td/p)
+msgid "Ctrl + Shift + Z"
+msgstr "Ctrl + Shift + Z"
+
+#: C/gedit-shortcut-keys.page:136(td/p)
+msgid "Cut the selected text or region and place it on the clipboard"
+msgstr "Izreže izbrano besedilo ali področje in ga postavi na odložišče"
+
+#: C/gedit-shortcut-keys.page:137(td/p)
+msgid "Ctrl + X"
+msgstr "Ctrl + X"
+
+#: C/gedit-shortcut-keys.page:140(td/p)
+msgid "Copy the selected text or region onto the clipboard"
+msgstr "Kopira izbrano besedilo ali področje in ga postavi na odložišče"
+
+#: C/gedit-shortcut-keys.page:141(td/p)
+msgid "Ctrl + C"
+msgstr "Ctrl + C"
+
+#: C/gedit-shortcut-keys.page:144(td/p)
+msgid "Paste the contents of the clipboard"
+msgstr "Prilepi vsebino odložišča"
+
+#: C/gedit-shortcut-keys.page:144(td/p)
+msgid "Ctrl + V"
+msgstr "Ctrl + V"
+
+#: C/gedit-shortcut-keys.page:148(td/p)
+msgid "Select all text in the file"
+msgstr "Izbere vse besedilo v datoteki"
+
+#: C/gedit-shortcut-keys.page:148(td/p)
+msgid "Ctrl + A"
+msgstr "Ctrl + A"
+
+#: C/gedit-shortcut-keys.page:151(td/p)
+msgid "Delete the current line"
+msgstr "Izbriši trenutno vrstico"
+
+#: C/gedit-shortcut-keys.page:151(td/p)
+msgid "Ctrl + D"
+msgstr "Ctrl + D"
+
+#: C/gedit-shortcut-keys.page:154(td/p)
+msgid "Move the selected line up one line"
+msgstr "Premakni izbrano vrstico za eno vrstico navzgor"
+
+#: C/gedit-shortcut-keys.page:154(td/p)
+msgid "Alt + Up Arrow"
+msgstr "Alt + Puščica navzgor"
+
+#: C/gedit-shortcut-keys.page:158(td/p)
+msgid "Move the selected line down one line"
+msgstr "Premakni izbrano vrstico za eno vrstico navzdol"
+
+#: C/gedit-shortcut-keys.page:158(td/p)
+msgid "Alt + Down Arrow"
+msgstr "Alt + Puščica navzdol"
+
+#: C/gedit-shortcut-keys.page:165(table/title)
+msgid "Shortcut keys for showing and hiding panes"
+msgstr "Tipkovne bližnjice za prikaz in skrivanje pladnjev"
+
+#: C/gedit-shortcut-keys.page:173(td/p)
+msgid "Show / hide the side pane"
+msgstr "Pokaži / skrij stranski pladenj"
+
+#: C/gedit-shortcut-keys.page:173(td/p)
+msgid "F9"
+msgstr "F9"
+
+#: C/gedit-shortcut-keys.page:176(td/p)
+msgid "Show / hide the bottom pane."
+msgstr "Pokaži / skrij stranski pladenj."
+
+#: C/gedit-shortcut-keys.page:176(td/p)
+msgid "Ctrl + F9"
+msgstr "Ctrl + F9"
+
+#: C/gedit-shortcut-keys.page:183(table/title)
+msgid "Shortcut keys for searching"
+msgstr "Tipkovne bližnjice za iskanje"
+
+#: C/gedit-shortcut-keys.page:191(td/p)
+msgid "Find a string"
+msgstr "Najdi niz"
+
+#: C/gedit-shortcut-keys.page:191(td/p)
+msgid "Ctrl + F"
+msgstr "Ctrl + F"
+
+#: C/gedit-shortcut-keys.page:194(td/p)
+msgid "Find the next instance of the string"
+msgstr "Poišče naslednjo pojavitev niza"
+
+#: C/gedit-shortcut-keys.page:194(td/p)
+msgid "Ctrl + G"
+msgstr "Ctrl + G"
+
+#: C/gedit-shortcut-keys.page:198(td/p)
+msgid "Find the previous instance of the string"
+msgstr "Najdi predhodno pojavitev niza"
+
+#: C/gedit-shortcut-keys.page:198(td/p)
+msgid "Ctrl + Shift + G"
+msgstr "Ctrl + Shift + G"
+
+#: C/gedit-shortcut-keys.page:202(td/p)
+msgid "Search and Replace"
+msgstr "Poišči in zamenjaj"
+
+#: C/gedit-shortcut-keys.page:202(td/p)
+msgid "Ctrl + H"
+msgstr "Ctrl + H"
+
+#: C/gedit-shortcut-keys.page:205(td/p)
+msgid "Clear highlight"
+msgstr "Počisti poudarjanje"
+
+#: C/gedit-shortcut-keys.page:205(td/p)
+msgid "Ctrl + Shift + K"
+msgstr "Ctrl + Shift + K"
+
+#: C/gedit-shortcut-keys.page:208(td/p)
+msgid "Goto line"
+msgstr "Pojdi na vrstico"
+
+#: C/gedit-shortcut-keys.page:208(td/p)
+msgid "Ctrl + I"
+msgstr "Ctrl + I"
+
+#: C/gedit-shortcut-keys.page:214(table/title)
+msgid "Shortcut keys for tools"
+msgstr "Tipkovne bližnjice za orodja"
+
+#: C/gedit-shortcut-keys.page:222(td/p)
+msgid "Check spelling"
+msgstr "Preveri črkovanje"
+
+#: C/gedit-shortcut-keys.page:222(td/p)
+msgid "Shift + F7"
+msgstr "Shift + F7"
+
+#: C/gedit-shortcut-keys.page:225(td/p)
+msgid "Remove trailing spaces (with plugin)"
+msgstr "Odstrani končne presledke (z vstavkom)"
+
+#: C/gedit-shortcut-keys.page:225(td/p)
+msgid "Alt + F12"
+msgstr "Alt + F12"
+
+#: C/gedit-shortcut-keys.page:229(td/p)
+msgid "Run \"make\" in the current directory (with plugin)"
+msgstr "Požene \"make\" v trenutni mapi (z vstavkom)"
+
+#: C/gedit-shortcut-keys.page:230(td/p)
+msgid "F8"
+msgstr "F8"
+
+#: C/gedit-shortcut-keys.page:233(td/p)
+msgid "Directory listing (with plugin)"
+msgstr "Seznam map (z vstavkom)"
+
+#: C/gedit-shortcut-keys.page:233(td/p)
+msgid "Ctrl + Shift + D"
+msgstr "Ctrl + Shift + D"
+
+#: C/gedit-shortcut-keys.page:240(table/title)
+msgid "Shortcut keys for user help"
+msgstr "Tipkovne bližnjice za uporabniško pomoč"
+
+#: C/gedit-shortcut-keys.page:248(td/p)
+msgid "Open the gedit user guide"
+msgstr "Odpre uporabniški vodnik gedit"
+
+#: C/gedit-shortcut-keys.page:248(td/p)
+msgid "F1"
+msgstr "F1"
+
+#: C/gedit-spellcheck.page:13(credit/name)
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#: C/gedit-spellcheck.page:16(info/desc)
+msgid "Enable and use gedit's spell-checking feature"
+msgstr "Omogočitev in uporabe zmožnosti preverjanja črkovanja gedit."
+
+#: C/gedit-spellcheck.page:19(page/title)
+msgid "Spell-check your document"
+msgstr "Preverjanje črkovanja v dokumentih"
+
+#: C/gedit-spellcheck.page:21(section/title)
+msgid "Enable the spell checker"
+msgstr "Omogočitev črkovalnika"
+
+#: C/gedit-spellcheck.page:22(section/p)
+msgid "To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences </gui><gui>Plugins</gui><gui>Spell Checker</gui></guiseq>."
+msgstr "Za omogočitev vstavka izberite <guiseq><gui>Uredi</gui><gui> Možnosti</gui><gui>Vstavki</gui><gui>Črkovalnik</gui></guiseq>."
+
+#: C/gedit-spellcheck.page:25(section/p)
+msgid "<app>gedit</app> will only check your document's spelling when you choose <guiseq><gui>Tools</gui><gui>Check Spelling</gui></guiseq>. To have <app> gedit</app> automatically check your spelling, select <guiseq><gui>Tools </gui><gui>Highlight Misspelled Words</gui></guiseq>."
+msgstr "<app>gedit</app> bo preveril črkovanje dokumenta, ko izberete <guiseq><gui>Orodja</gui><gui>Preveri črkovanje</gui></guiseq>. Da <app> gedit</app> samodejno preveri črkovanje, izberite <guiseq><gui>Orodja </gui><gui>Poudari napačno črkovane besede</gui></guiseq>."
+
+#: C/gedit-spellcheck.page:32(section/title)
+msgid "Define the language to use for spell checking"
+msgstr "Določitev jezika za preverjanje črkovanja"
+
+#: C/gedit-spellcheck.page:33(section/p)
+msgid "By default, <app>gedit</app> will use your current language to spell check your document. If you need to use another language, choose <guiseq> <gui>Tools</gui><gui>Set Language...</gui></guiseq>, then choose the language you want to use."
+msgstr "Privzeto program <app>gedit</app> za preverjanje črkovanje uporabi trenutno nastavljeni jezik. Za uporabo drugega jezika izberite možnost menija <guiseq> <gui>Orodja</gui><gui>Nastavi jezik ...</gui></guiseq>."
+
+#: C/gedit-spellcheck.page:39(note/p)
+msgid "The list of available languages will vary, depending on the configuration of your system."
+msgstr "Seznam razpoložljivih jezikov je odvisen od nastavitve vašega sistema."
+
+#: C/gedit-syntax-highlighting.page:14(page/title)
+msgid "Turn on syntax highlighting"
+msgstr "Omogoči poudarjanje skladnje"
+
+#: C/gedit-syntax-highlighting.page:17(section/title)
+msgid "Syntax Highlighting"
+msgstr "Poudarjanje skladnje"
+
+#: C/gedit-syntax-highlighting.page:18(section/p)
+msgid "<app>gedit</app> provides syntax highlighting for a wide range of markup, programming, and scientific languages. If <app>gedit</app> recognizes the syntax being used when you open a file, it will automatically highlight the text."
+msgstr "<app>gedit</app> zagotavlja poudarjanje skladnje za širok obseg označevalnih, programskih in znanstvenih jezikov. V primeru da <app>gedit</app> prepozna uporabljeno skladnjo, jo bo samodejno poudaril."
+
+#: C/gedit-syntax-highlighting.page:23(section/p)
+msgid "If your syntax or language is not highlighted upon startup, you can select the appropriate syntax or language by clicking <guiseq><gui>View </gui><gui>Highlight Mode</gui></guiseq>, and then choosing the desired syntax. Alternately, you can select the syntax name from a list at the bottom of the <app>gedit</app> window."
+msgstr "V primeru da vaša skladnja ali jezik ob zagonu ni poudarjen, lahko izberete primerno skladnjo ali jezik s klikom na <guiseq><gui>Pogled</gui><gui>Način poudarjanja</gui></guiseq> in izbiro želene skladnje. Namesto tega lahko ime skladnje izberete iz seznama na dnu okna <app>gedit</app>."
+
+#: C/gedit-tabs-moving.page:19(page/title)
+msgid "Move and re-order tabs"
+msgstr "Premikanje in prerazporeditev zavihkov"
+
+#: C/gedit-tabs-moving.page:20(page/p)
+msgid "Tabs in <app>gedit</app> can be moved, making it easier to work with your files. Tabs can be can re-ordered within the same window, moved outside of <app>gedit</app> (creating a new <app>gedit</app> window), and moved from one window to another."
+msgstr "Zavihke v <app>gedit</app> lahko premaknete in si s tem olajšate delo z datotekami. Zavihke lahko preuredite v istem oknu, premaknete ven iz <app>gedit</app> (in s tem ustvarite novo okno <app>gedit</app>) in premaknete iz enega okna v drugo."
+
+#: C/gedit-tabs-moving.page:26(section/title)
+msgid "Change the order of tabs in the gedit window"
+msgstr "Sprememinjanje vrstnega red zavihkov v oknu"
+
+#: C/gedit-tabs-moving.page:28(section/p)
+msgid "To change the ordering of tabs in a window:"
+msgstr "Za spremembo vrstnega red zavihkov v oknu:"
+
+#: C/gedit-tabs-moving.page:31(item/p)
+#: C/gedit-tabs-moving.page:67(item/p)
+msgid "Click and hold the mouse button on the tab"
+msgstr "Kliknite in držite miškin gumb na zavihku"
+
+#: C/gedit-tabs-moving.page:32(item/p)
+msgid "Move the tab to the desired position among the other tabs"
+msgstr "Premaknite zavihek na želen položaj med drugimi zavihki"
+
+#: C/gedit-tabs-moving.page:34(item/p)
+#: C/gedit-tabs-moving.page:70(item/p)
+msgid "Release the mouse button"
+msgstr "Spustite miškin gumb"
+
+#: C/gedit-tabs-moving.page:37(section/p)
+msgid "The tab will be placed in the position closest to where you release the tab, immediately beside other opened tabs."
+msgstr "Zavihek bo bil postavljen na položaj, kjer boste spustili zavihek, poleg drugih odprtih zavihkov."
+
+#: C/gedit-tabs-moving.page:43(section/title)
+msgid "Move a tab, creating a new gedit window"
+msgstr "Premaknite zavihek in s tem ustvarite novo okno gedit"
+
+#: C/gedit-tabs-moving.page:44(section/p)
+msgid "To create a new window from an existing tab:"
+msgstr "Za ustvarjanje novega okna iz obstoječega zavihka:"
+
+#: C/gedit-tabs-moving.page:47(item/p)
+msgid "Click and hold the mouse button on the tab."
+msgstr "Kliknite in držite miškin gumb na zavihku."
+
+#: C/gedit-tabs-moving.page:48(item/p)
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Povlecite zavihek iz okna <app>gedit</app>."
+
+#: C/gedit-tabs-moving.page:49(item/p)
+msgid "Release the mouse button."
+msgstr "Izpustite miškin gumb"
+
+#: C/gedit-tabs-moving.page:52(section/p)
+msgid "or, while the tab to be moved is open, choose <guiseq><gui>Documents </gui><gui>Move to New Window</gui></guiseq>"
+msgstr "ali izberite <guiseq><gui>Dokumenti</gui><gui>Premakni v novo okno</gui></guiseq>, medtem ko je odprt zavihek za premikanje"
+
+#: C/gedit-tabs-moving.page:56(note/p)
+msgid "To move a tab into a new window when <app>gedit</app> is maximized, drag the tab onto the top bar at the top of the screen."
+msgstr "Za premik zavihka v novo okno, ko je <app>gedit</app> razpet, povlecite zavihek v vrhnjo vrstico na vrhu zaslona."
+
+#: C/gedit-tabs-moving.page:62(section/title)
+msgid "Move a tab to another gedit window"
+msgstr "Povlecite zavihek v novo okno gedit"
+
+#: C/gedit-tabs-moving.page:64(section/p)
+msgid "If you want to move a tab from one window to another:"
+msgstr "V primeru da želite premakniti zavihek iz enega okna v drugo:"
+
+#: C/gedit-tabs-moving.page:68(item/p)
+msgid "Drag the tab to the new window"
+msgstr "Povlecite zavihek v novo okno"
+
+#: C/gedit-tabs-moving.page:69(item/p)
+msgid "Place it beside other tabs in the new window"
+msgstr "Postavite ga poleg drugih zavihkov v novem oknu"
+
+#: C/gedit-tabs-moving.page:75(note/p)
+msgid "You may find it easier to move a tab from one window to another by dragging the tab to the <gui>Activities</gui> hot-corner of the <gui> GNOME Shell</gui>. This will reveal each of the open <app>gedit</app> windows. You can then release the tab on the desired <app>gedit</app> window."
+msgstr "Morda vam bo zavihek lažje premakniti iz enega zavihka v drugega z vlečenjem zavihka v vroči kot <gui>Dejavnosti</gui> <gui>GNOME Shell</gui>. To bo razkrilo vsa odprta okna <app>gedit</app>. Nato lahko zavihek izpustite na želeno okno <app>gedit</app>."
+
+#: C/gedit-tabs-moving.page:82(section/p)
+msgid "See the <link xref=\"gedit-shortcut-keys#gedit-tab-shortcuts\">tab-related shortcut keys</link> table to make it easier to manage your tabs."
+msgstr "Oglejte si <link xref=\"gedit-shortcut-keys#gedit-tab-shortcuts\">z zavihki povezane tipkovne bližnjice</link>, ki naredijo upravljanje vaših zavihkov enostavnejše."
+
+#: C/gedit-tabs.page:20(page/title)
+msgid "Add and remove tabs"
+msgstr "Dodajanje in odstranjevanje zavihkov"
+
+#: C/gedit-tabs.page:21(page/p)
+msgid "Working with tabs in <app>gedit</app> allows you to keep an eye on several files in a single window. The tab that is larger than the other tabs indicates the file that is currently open. The smaller tabs indicate other files that are available to work on."
+msgstr "Delo z zavihki v <app>gedit</app> vam omogoča nadzor nad več datotekami v enem oknu. Zavihek, ki je večji kot drugi zavihki, nakazuje, da je ta datoteka trenutno odprta. Manjši zavihki nakazujejo, da so druge datoteke na voljo za delo."
+
+#: C/gedit-tabs.page:28(section/title)
+msgid "Adding tabs"
+msgstr "Dodajanje zavihkov"
+
+#: C/gedit-tabs.page:29(section/p)
+msgid "To add a new tab, create a new file with <keyseq><key>Ctrl</key><key>N </key></keyseq>. The tab will be added to the right side of any other tabs."
+msgstr "Za dodajanje novega zavihka ustvarite novo datoteko s <keyseq><key>Ctrl</key><key>N</key></keyseq>. Zavihek bo bil dodan desno od drugih zavihkov."
+
+#: C/gedit-tabs.page:35(section/title)
+msgid "Removing tabs"
+msgstr "Odstranjevanje zavihkov"
+
+#: C/gedit-tabs.page:36(section/p)
+msgid "To remove a tab, click the <guiseq><gui>X</gui></guiseq> on the tab's right side. To remove all open tabs, press <keyseq><key>Ctrl</key><key>Shift </key><key>W</key></keyseq>"
+msgstr "Za odstranitev zavihka kliknite <guiseq><gui>X</gui></guiseq> na desni strani zavihka. Za odstranitev vseh odprtih zavihkov pritisnite <keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+
+#: C/gedit-undo-recent-action.page:23(page/title)
+msgid "Undo a recent action"
+msgstr "Razveljavi zadnje dejanje"
+
+#: C/gedit-undo-recent-action.page:25(page/p)
+msgid "If you make a mistake while using <app>gedit</app>, you can undo it by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or by clicking <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>. Doing so will cause <app>gedit</app> to undo one set of similar actions."
+msgstr "Kadar pri uporabi programa <app>gedit</app> storite napako, jo lahko razveljavite s pritiskom kombinacije tipk <keyseq><key>krmilka</key><key>Z</key></keyseq> ali s klikom <guiseq><gui>Uredi</gui><gui>Razveljavi</gui></guiseq>. Na ta način bo <app>gedit</app> razveljavil cel skupek podobnih dejanj."
+
+#: C/gedit-undo-recent-action.page:30(note/p)
+msgid "Undoing a \"set of similar actions\" means, for example, that <app>gedit</app> will remove an entire word rather than removing each character in the word one at a time. This makes <app>gedit</app>'s <em>undo </em> feature more efficient."
+msgstr "Razveljavljanje \"skupka podobnih dejanj\" pomeni, da npr. <app>gedit</app> odstrani celo besedo namesto vsakega znaka besede posebej. Zato je funkcija <em>razveljavi</em> programa <app>gedit</app> bolj učinkovita."
+
+#: C/gedit-undo-recent-action.page:35(note/p)
+msgid "You cannot undo a change after you have saved it."
+msgstr "Stanja pred spremembo ni mogoče več povrniti, če ste datoteko že shranili."
+
+#: C/gedit-view-open-files-in-sidepane.page:19(page/title)
+msgid "View a list of files in the side pane"
+msgstr "Oglejte seznama datotek v stranskem pladnju"
+
+#: C/gedit-view-open-files-in-sidepane.page:21(page/p)
+msgid "Keeping track of a large number of files using tabs can be difficult. One way of managing large numbers of files is viewing them in a side pane. Side panes allow you to view more files at a time than is possible using tabs alone."
+msgstr "Sledenje velikemu številu datotek z uporabo zavihkov je lahko težavno. En način upravljanja velikega števila datotek je njihov ogled v stranskem pladnju. Stranski pladnji vam omogočajo ogled več datotek hkrati kot le z zavihki."
+
+#: C/gedit-view-open-files-in-sidepane.page:26(page/p)
+msgid "To view a list of open files in a side pane, click <guiseq><gui>View</gui> <gui>Side Pane</gui></guiseq>. A pane will appear to the left of the workspace with a listing of all currently open files. Clicking a file in the side pane will display that file in the workspace."
+msgstr "Za ogled seznama odprtih datotek v stranskem pladnju kliknite <guiseq><gui>Pogled</gui><gui>Stranski pladenj</gui></guiseq>. Na levi strani delovne površine se bo pojavil pladenj, ki bo izpisal vse trenutno odprte datoteke. Klik na datoteko v stranskem pladnju jo bo prikazal na delovni površini."
+
+#: C/gedit-view-open-files-in-sidepane.page:31(page/p)
+msgid "The side pane also contains a <app>File Browser</app> view. If the pane displays a file directory instead of currently open files, click <media type=\"image\" mime=\"image/png\" src=\"figures/gedit-side-pane2.png\"> documents icon</media> at the bottom of the pane to switch to the <app> Documents</app> view."
+msgstr "Stranski pladenj vsebuje tudi pogled <app>Brskalnika datotek</app>. V primeru da pladenj prikazuje seznam map namesto trenutno odprtih datotek, kliknite <media type=\"image\" mime=\"image/png\" src=\"figures/gedit-side-pane2.png\">ikono dokumentov</media> na dnu pladnja za preklop na pogled <app>Dokumenti</app>."
+
+#: C/gedit-view-open-files-in-sidepane.page:38(note/p)
+msgid "The side pane only displays files that are open in the current window. When multiple windows are open, only the files in the current window will be displayed in the side pane."
+msgstr "Stranski pladenj prikazuje le datoteke, ki so odprte v trenutnem oknu. Ko je odprtih več oken, bodo v stranskem pladnju prikazane le datoteke v trenutnem oknu."
diff --git a/help/sv/figures/gedit-html-snippet.png b/help/sv/figures/gedit-html-snippet.png
new file mode 100644
index 0000000..3edf6ba
--- /dev/null
+++ b/help/sv/figures/gedit-html-snippet.png
Binary files differ
diff --git a/help/sv/figures/gedit3-screenshot.png b/help/sv/figures/gedit3-screenshot.png
new file mode 100644
index 0000000..e7d3a46
--- /dev/null
+++ b/help/sv/figures/gedit3-screenshot.png
Binary files differ
diff --git a/help/sv/sv.po b/help/sv/sv.po
new file mode 100644
index 0000000..ab9c536
--- /dev/null
+++ b/help/sv/sv.po
@@ -0,0 +1,4176 @@
+# Daniel Nylander <po@danielnylander.se>, 2007, 2008, 2009.
+# Anders Jonsson <anders.jonsson@norsjovallen.se>, 2016, 2017, 2019, 2020, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"POT-Creation-Date: 2022-07-15 17:36+0000\n"
+"PO-Revision-Date: 2022-07-22 11:05+0200\n"
+"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
+"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
+"Language: sv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 3.1\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Daniel Nylander <po@danielnylander.se>, 2007, 2008, 2009\n"
+"Anders Jonsson <anders.jonsson@norsjovallen.se>, 2016, 2017"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Ändra text- och bakgrundsfärgerna i gedit."
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:11
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "Ändra färgschemat"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"<app>gedit</app> inkluderar flera olika färgscheman, vilket låter dig ändra "
+"utseendet för huvudtextfönstret."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "För att ändra färgschemat:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39 C/gedit-change-default-font.page:29
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Tryck på menyknappen i fönstrets övre högra hörn och välj <guiseq><gui "
+"style=\"menuitem\">Inställningar</gui><gui>Typsnitt och färger</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "Välj ditt önskade färgschema."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "Det nya färgschemat kommer tillämpas omedelbart."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "Använda ett anpassat färgschema"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Du kan också använda färgscheman som har skapats av andra, eller skapa och "
+"använda dina egna färgscheman."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link "
+"href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit "
+"wiki</link>."
+msgstr ""
+"Instruktioner för hur du installerar anpassade färgscheman, såväl som "
+"exempel på färgscheman som du kan hämta och använda finns tillgängliga på "
+"<link href=\"https://wiki.gnome.org/Projects/GtkSourceView/"
+"StyleSchemes\">geditwikin</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Använd ett anpassat typsnitt för din text i gedit."
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:13
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:20
+msgid "Change the default font"
+msgstr "Ändra standardtypsnittet"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:22
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> kommer använda systemets typsnitt med fast breddsteg som "
+"standard, men du kan ändra standardtypsnittet för <app>gedit</app> så att "
+"det passar dina önskemål."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:27
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "För att ändra standardtypsnittet i <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr ""
+"Kryssa ur rutan intill frasen ”Använd systemets typsnitt med fast breddsteg”."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:34
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Klicka på det aktuella typsnittsnamnet. <app>gedit</app> kommer att öppna "
+"ett typsnittsväljarfönster, vilket låter dig se tillgängliga typsnitt och "
+"välja det som du föredrar."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Efter att du har valt ett nytt typsnitt, använd <gui>skjutreglaget</gui> "
+"under listan med typsnitt för att ställa in standardtypsnittsstorleken."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:39
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr "Klicka på <gui>Välj</gui>, och stäng sedan dialogrutan."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Gå ut ur filen som du använder."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "Stäng en fil"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"För att stänga en fil i <app>gedit</app>, klicka på knappen <gui "
+"style=\"button\">×</gui> till höger i filens flik, eller tryck "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"Endera av dessa åtgärder kommer att stänga en fil i <app>gedit</app>. Om din "
+"fil innehåller ändringar som inte har sparats kommer <app>gedit</app> att "
+"fråga dig om du vill spara ändringarna innan filen stängs."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Öppna en ny fil för redigering."
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "Skapa en ny fil"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"Det enklaste sättet att skapa en ny fil i <app>gedit</app> är att klicka på "
+"knappen <gui>Skapa nytt dokument</gui> till vänster i rubrikraden, eller "
+"trycka <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"Endera av dessa åtgärder kommer att skapa en ny fil i <app>gedit</app>. Om "
+"du har andra filer öppna i <app>gedit</app> kommer den nya filen som du "
+"skapar att dyka upp som en ny flik till höger om de filerna."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Använd administratörsbehörighet för att redigera en fil."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "Redigera en fil som root-användaren"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Att redigera filer som root-användaren är potentiellt farligt, och kan "
+"förstöra ditt system på otrevliga sätt. Var ytterst försiktig när du "
+"redigerar filer som root-användaren."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"För att redigera filer som root-användaren, starta <app>gedit</app> från "
+"terminalen genom att skriva:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Då du använder kommandot <cmd>sudo</cmd> måste du mata in ditt lösenord för "
+"att <app>gedit</app> ska öppnas."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Som ett alternativ till kommandot <cmd>sudo</cmd> kan du få "
+"administratörsbehörighet genom att mata in:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Du skulle då sedan starta <app>gedit</app> med kommandot <cmd>gedit</cmd>."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Då du har öppnat <app>gedit</app> med administratörsbehörighet kommer "
+"<app>gedit</app> att behålla denna behörighet tills du stänger det."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Lär dig grunderna i hur du arbetar med filer i gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "Filgrunder: öppna, stänga och spara filer"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Om du är nybörjare med <app>gedit</app> kommer dessa ämnen att hjälpa dig "
+"med att skapa, spara, öppna och stänga filer."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Ställ in gedit att använda hela skärmen."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "Använd helskärmsläge"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Då du arbetar med ett stort dokument kan du tycka att det hjälper att arbeta "
+"i <app>gedits</app> helskärmsläge. Att använda helskärmsläge kommer dölja "
+"<gui>menyraden</gui>, <gui>flikraden</gui> och <gui>verktygsfältet</gui>, "
+"vilket visar dig mer av din text och låter dig fokusera bättre på dina "
+"uppgifter."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "Slå på helskärmsläge"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Tryck <key>F11</key> för att slå på helskärmsläge. Meny-, titel- och "
+"flikraderna i <app>gedit</app> kommer att döljas, och endast texten i din "
+"aktuella fil kommer att visas."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Om du behöver utföra en åtgärd från <app>gedit</app>-menyn medan du arbetar "
+"i helskärmsläge flyttar du muspekaren högst upp på skärmen. Menyraden i "
+"<app>gedit</app> kommer att dyka upp igen, och du kan välja önskad åtgärd."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"För att växla mellan öppna flikar medan du är i helskärmsläge, tryck "
+"antingen <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> eller "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "Slå av helskärmsläge"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"För att slå av helskärmsläge och återvända till standardfönstret för "
+"<app>gedit</app>, tryck <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Du kan också flytta muspekaren överst på skärmen och vänta på att "
+"<gui>menyraden</gui> dyker upp. Då <gui>menyraden</gui> dyker upp, välj "
+"knappen <gui>Lämna helskärmsläge</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Använd gedits sidopanel som en filbläddrare."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+msgid "View and open files from the side panel"
+msgstr "Visa och öppna filer från sidopanelen"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"Det vanligaste sättet att växla mellan filer i <app>gedit</app> är genom att "
+"använda flikarna högst upp i <app>gedit</app>-fönstret. Ibland kan du dock, "
+"i synnerhet då du arbetar med ett stort antal öppna filer, finna det lättare "
+"att använda sidopanelen."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"För att aktivera sidopanelen, välj <guiseq><gui>Visa</gui> <gui>Sidopanel</"
+"gui></guiseq>, eller tryck bara ned <key>F9</key>-tangenten."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Du kan öppna eller stänga sidopanelen när som helst genom att trycka "
+"<key>F9</key>."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+msgid "Opening files from the side panel"
+msgstr "Öppna filer från sidopanelen"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"För att öppna filer från sidopanelen, öppna först sidopanelen genom att "
+"välja <guiseq><gui>Visa</gui> <gui>Sidopanel</gui></guiseq>, (eller tryck "
+"helt enkelt <key>F9</key>), och välj sedan <gui>Filbläddrare</gui> från "
+"rullgardinsmenyn högst upp i panelen."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Detta kommer aktivera <em>filbläddrar</em>läget för sidopanelen. Du kan "
+"sedan använda navigeringsknapparna högst upp i panelen för att hitta och "
+"öppna dina önskade filer."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+msgid "Using the side panel to switch between open files"
+msgstr "Använda sidopanelen för att växla mellan öppna filer"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Då du har flera filer öppna kan du använda sidopanelen för att växla mellan "
+"öppna filer. För att lista öppna filer, välj <gui>Dokument</gui> från "
+"rullgardinsmenyn högst upp i panelen."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Att klicka på ett filnamn i sidopanelen kommer att öppna den filen för "
+"redigering."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "Öppna filer för att börja arbeta med dem."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "Öppna en fil eller en uppsättning filer"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"För att öppna en fil i <app>gedit</app>, klicka på knappen <gui>Öppna</gui> "
+"eller tryck <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"Detta kommer att få dialogrutan <gui>Öppna</gui> att visas. Använd musen "
+"eller tangentbordet för att markera filen som du vill öppna och klicka sedan "
+"<gui>Öppna</gui>. Filen som du har markerat kommer att öppnas i en ny flik."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"För att stänga dialogrutan <gui>Öppna</gui> utan att öppna en fil, klicka på "
+"<gui>Avbryt</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"Du kan använda tangenterna <key>Ctrl</key> och <key>Skift</key> för att "
+"öppna mer än en fil samtidigt. Om du håller ner <key>Ctrl</key>-tangenten "
+"medan du markerar flera filer så kommer att klicka på <gui>Öppna</gui> att "
+"öppna var och en av filerna som du har markerat."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"Att hålla ner <key>Skift</key> medan du markerar flera filer kommer öppna "
+"den första filen som du markerar, den sista filen som du markerar, och alla "
+"filer däremellan."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Kom åt filer som lagras på en annan dator."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "Öppna en fil som finns på en server"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Före du öppnar en fil på en server inifrån <app>gedit</app> kommer du behöva "
+"viss teknisk information om servern. Du kommer till exempel behöva veta IP-"
+"adress eller URL för servern, och kan även behöva veta vad för slags server "
+"det är (t.ex. HTTP, FTP o.s.v.)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Vidare ålägger några sorters servrar restriktioner på vad du kan gör med "
+"filerna på servern. Till exempel kan du kanske öppna en fil från en server, "
+"men kan behöva att spara alla ändringar i filen lokalt på din egen dator."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Medveten om dessa varningar kan du utföra följande steg för att öppna en fil "
+"från en server med <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "Klicka på <gui>Öppna</gui> i rubrikraden."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Klicka på <gui>Andra platser</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Ange IP-adress eller URL för lämplig server."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "Hitta och välj filen som du vill öppna."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Använd rullgardinsmenyn Teckenkodning för att välja lämplig teckenkodning."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "Klicka på <gui>Öppna</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Giltiga typer av URI inkluderar http:, ftp:, file: och alla de metoder som "
+"stöds av <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Filer från vissa typer av URI:er öppnas skrivskyddade, och alla ändringar du "
+"gör måste sparas på en annan plats. Till exempel tillåter HTTP endast filer "
+"att bli lästa. Filer öppnade från en FTP-server är skrivskyddade på grund av "
+"att inte alla FTP-servrar fungerar korrekt när man sparar fjärrfiler."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Kom åt filer som du har öppnat tidigare i <app>gedit</app>."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "Återöppna en nyligen använd fil"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"<app>gedit</app> tillhandahåller lätt åtkomst till dina tio senast använda "
+"filer, som tidigare har öppnats i <app>gedit</app>. Här kan du se hur du kan "
+"öppna en nyligen använd fil:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr "Klicka på pilknappen intill knappen <gui>Öppna</gui> i rubrikraden."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"<app>gedit</app> kommer att visa en meny med de tio senast använda filerna."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Välj den önskade filen så kommer den öppnas i en ny flik."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Vid hovring med musen över en nyligen använd fil från menyn visas filens "
+"fullständiga sökväg i statusraden längst ner i <app>gedit</app>-fönstret."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Använd insticksmoduler för att anpassa hur gedit arbetar för dig."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "Konfigurera och använd insticksmoduler i gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Du kan göra mer med <app>gedit</app> genom att använda insticksmoduler. "
+"Flera insticksmoduler installeras som standard, men ett stort antal andra "
+"insticksmoduler finns tillgängliga separat."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Många Linuxdistributioner gör en grupp av dessa insticksmoduler tillgängliga "
+"som ett paket med namnet <app>gedit-plugins</app>. Installera paketet "
+"<app>gedit-plugins</app> för att göra dessa extra insticksmoduler "
+"tillgängliga för <app>gedit</app>."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Installera gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "Standardinsticksmoduler för gedit"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "Ytterligare insticksmoduler för gedit"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "Ändra skiftläget för markerad text."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "Ändra skiftläge"
+
+# TODO: Can't find "Change Case" among strings.
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Denna insticksmodul hjälper dig ändra skiftläge för markerade textstycken. "
+"Du kan använda den för att ändra all text till gemener, till versaler, för "
+"att växla skiftläget eller för att tillämpa inledande versaler på ord. För "
+"att aktivera denna insticksmodul, välj <guiseq><gui style=\"menu\">gedit</"
+"gui><gui style=\"menuitem\">Inställningar</gui> <gui>Insticksmoduler</"
+"gui><gui>Ändra skiftläge</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Då insticksmodulen <em>Ändra skiftläge</em> är aktiverad kan du använda den "
+"genom att utföra följande steg:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "Markera textstycket som du vill ändra."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">gedit</gui><gui>Ändra skiftläge</gui></"
+"guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "Välj ditt önskade textformateringsalternativ."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr ""
+"Uppdateringarna för textformateringen kommer att verkställas omedelbart."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Alternativet <gui>Invertera skiftläge</gui> kommer konvertera alla gemener "
+"till versaler och alla versaler till gemener."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Alternativet <gui>Versaler inleder ord</gui> kommer konvertera den första "
+"bokstaven i varje ord till versal. Alla andra bokstäver kommer konverteras "
+"till gemener."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Om du inte har markerat någon text kommer funktionen <em>Ändra skiftläge</"
+"em> att vara gråtonad. Du måste välja ett textstycke innan du använder "
+"funktionen <em>Ändra skiftläge</em>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "Visa dokumentstatistik."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "Dokumentstatistik"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Insticksmodulen <em>Dokumentstatistik</em> visar dig diverse statistik om "
+"ditt aktuella dokument. För att aktivera denna insticksmodul, välj "
+"<guiseq><gui style=\"menu\">gedit</gui><gui "
+"style=\"menuitem\">Inställningar</gui> <gui>Insticksmoduler</"
+"gui><gui>Dokumentstatistik</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "Använda dokumentstatistik"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Då insticksmodulen är aktiverad kan du använda den genom att välja "
+"<guiseq><gui>Verktyg</gui> <gui>Dokumentstatistik</gui></guiseq>. Ett "
+"fönster kommer att visa statistiken för ditt dokument, detta inkluderar "
+"antalet ord, rader, tecken, blankstegsskilda tecken och filstorleken i byte."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Du kan också använda <em>Dokumentstatistik</em> för att visa dig information "
+"om bara en del av ditt dokument. För att göra detta, använd muspekaren för "
+"att markera textstycket som du vill undersöka, och välj sedan "
+"<guiseq><gui>Verktyg</gui><gui>Dokumentstatistik</gui></guiseq>. <app>Gedit</"
+"app> kommer visa information både för hela ditt dokument och för textstycket "
+"som du markerat."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr "Kör skript på dina aktuella filer, och interagera med andra program."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "Externa verktyg"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</"
+"gui></guiseq>."
+msgstr ""
+"Insticksmodulen <em>Externa verktyg</em> kan hjälpa till att förenkla "
+"enformiga uppgifter. Specifikt utökar det <app>gedit</app> genom att hjälpa "
+"dig att köra skript på dina arbetsfiler och genom att låta <app>gedit</app> "
+"interagera med andra program på din dator. För att aktivera insticksmodulen "
+"<app>Externa verktyg</app>, välj <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui style=\"menuitem\">Inställningar</gui><gui>Insticksmoduler</gui> "
+"<gui>Externa verktyg</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "Konfigurera insticksmodulen Externa verktyg"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Då du har aktiverat insticksmodulen kommer du behöva konfigurera den så att "
+"den passar för dina behov. Konfigurationsalternativen är tillgängliga genom "
+"att välja <guiseq><gui>Verktyg</gui><gui>Hantera externa verktyg</gui></"
+"guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Denna insticksmodul är för avancerade användare, och kräver kunskap om "
+"skript för att kunna användas effektivt. Använd denna insticksmodul med "
+"försiktighet eftersom misstag med dina skript kan påverka ditt arbete på "
+"sätt som du inte avsett."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+msgid "Use the side panel to browse and open files."
+msgstr "Använd sidopanelen för att bläddra bland och öppna filer."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+msgid "File browser panel"
+msgstr "Filbläddrarpanel"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Beroende på hur du använder <app>gedit</app> kan du finna det praktiskt att "
+"använda insticksmodulen <app>Filbläddrarpanel</app>. Denna insticksmodul "
+"bäddar in en <app>filbläddrare</app> i sidopanelen, vilket ger dig enkel "
+"åtkomst till ofta använda filer."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Du kan aktivera sidopanelen genom att välja <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Inställningar</gui> "
+"<gui>Insticksmoduler</gui><gui>Filbläddrarpanel</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "Infoga aktuellt datum och tid vid markörpositionen."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "Infoga datum/tid"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Som namnet antyder så låter insticksmodulen <gui>Infoga datum/tid</gui> dig "
+"infoga aktuellt datum och/eller tid vid aktuell markörposition."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "För att aktivera insticksmodulen:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui "
+"style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Tryck på menyknappen i fönstrets övre högra hörn och välj <guiseq><gui "
+"style=\"menuitem\">Inställningar</gui> <gui style=\"tab\">Insticksmoduler</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Välj <gui style=\"menuitem\">Infoga datum/tid</gui> för att aktivera "
+"insticksmodulen."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui "
+"style=\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"För att använda insticksmodulen, tryck på menyknappen i fönstrets övre högra "
+"hörn och välj <guiseq><gui style=\"menuitem\">Verktyg</gui> <gui "
+"style=\"menuitem\">Infoga datum och tid…</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"Som standard kommer insticksmodulen <gui>Infoga datum/tid</gui> att be dig "
+"att välja ditt föredragna format för datum/tid varje gång du använder "
+"insticksmodulen. Du kan dock välja ditt eget standardformat för datum och "
+"tid genom att trycka på menyknappen i fönstrets övre högra hörn och välja "
+"<guiseq> <gui style=\"menuitem\">Inställningar</gui> <gui "
+"style=\"tab\">Insticksmoduler</gui><gui>Infoga datum/tid</gui><gui "
+"style=\"button\">Inställningar</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "Hur man installerar insticksmoduler från tredje part."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "Ytterligare insticksmoduler för gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Att installera insticksmoduler från tredje part ger dig extra funktionalitet "
+"som inte är tillgänglig i standardinsticksmodulerna för <app>gedit</app>, "
+"eller ens i de extra insticksmodulerna som paketet <app>gedit-plugins</app> "
+"består av. En lista på nätet över tredjepartsinsticksmoduler kan <link "
+"href=\"https://wiki.gnome.org/Apps/Gedit\">hittas här</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Att installera en insticksmodul från tredje part inkluderar att hämta hem "
+"insticksmodulen, placera insticksmodulfilerna i rätt katalog och att "
+"aktivera insticksmodulen."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Du kan vanligen hämta en insticksmodul från insticksmodulens webbplats, men "
+"kan behöva använda ett versionshanteringsprogram som <app>git</app>, <app> "
+"bazaar</app> eller <app>subversion</app> för att kopiera en insticksmoduls "
+"programvaruarkiv från internet. Se insticksmodulens dokumentation för "
+"information om hur du kan få tag på insticksmodulen."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Placera insticksmodulfilerna i katalogen <file>/home/<var>användarnamn</"
+"var>/.local/share/gedit/plugins</file>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Ordet <var>användarnamn</var> ska förstås ersättas med ditt eget "
+"användarnamn."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Efter att du har placerat insticksmodulfilerna i rätt katalog kommer "
+"insticksmodulen dyka upp i menyn Inställningar. Tryck på menyknappen i "
+"fönstrets övre högra hörn och välj <guiseq><gui "
+"style=\"menuitem\">Inställningar</gui><gui style=\"tab\">Insticksmoduler</"
+"gui><gui>[Namn på insticksmodul]</gui> </guiseq> för att aktivera "
+"insticksmodulen."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "Klicka på <gui>Stäng</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+"Efter att du aktiverat insticksmodulen bör den vara tillgänglig för dig att "
+"använda."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Katalogen <file>.local</file> är som standard dold. För att visa den och "
+"andra dolda filer, välj <guiseq><gui>Visa</gui><gui>Visa dolda filer</gui></"
+"guiseq>, eller tryck <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Om katalogen <file>.local/share/gedit/plugins/</file> inte finns på ditt "
+"system kommer du behöva skapa den."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Stöd för lägesrader med Emacs-, Kate- och Vim-stil för gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "Lägesrader"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Insticksmodulen <app>Lägesrader</app> låter <app>gedit</app> analysera "
+"raderna i början och slutet på en fil, och sedan tillämpa en uppsättning "
+"dokumentinställningar för filen. Insticksmodulen <app>Lägesrader</app> "
+"stöder en delmängd av alternativen som används av textredigerarna "
+"<app>Emacs</app>, <app>Kate</app> och <app>Vim</app>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui style=\"menuitem\">Preferences</"
+"gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"För att aktivera insticksmodulen <app>Lägesrader</app>, välj <guiseq><gui "
+"style=\"menu\">gedit</gui> <gui style=\"menuitem\">Inställningar</"
+"gui><gui>Insticksmoduler</gui><gui>Lägesrader</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "Allmänna lägesradsalternativ"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "Följande alternativ kan ställas in med lägesrader i <app>gedit</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Tabulatorbredd"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "Indenteringsbredd"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "Infoga blanksteg istället för tabulatortecken"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "Textradbrytning"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "Högermarginalbredd"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Inställningar inställda med lägesrader åsidosätter de som angivits i "
+"inställningsdialogen."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Lägesrader för Emacs"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"De två första raderna i ett dokument söks igenom efter lägesrader för "
+"<app>Emacs</app>, och <app>gedit</app> stöder följande lägesradsflaggor för "
+"<app>Emacs</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "Indent-offset"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Indent-tabs-mode"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "Text auto-wrap"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link "
+"href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs "
+"Manual</link>."
+msgstr ""
+"För mer information om lägesrader för <app>Emacs</app>, se <link "
+"href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">handboken för "
+"GNU Emacs</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Lägesrader för Kate"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"De tio första och sista raderna i ett dokument söks igenom efter lägesrader "
+"för <app>Kate</app>, och <app>gedit</app> stöder följande lägesradsflaggor "
+"för <app>Kate</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "tab-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "indent-width"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "space-indent"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "word-wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "word-wrap-column"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link "
+"href=\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"För mer information om lägesrader för <app>Kate</app>, besök <link "
+"href=\"https://kate-editor.org/\">webbplatsen för Kate</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Lägesrader för Vim"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"De tre första och sista raderna i ett dokument söks igenom efter lägesrader "
+"för <app>Vim</app>, och <app>gedit</app> stöder följande lägesradsflaggor "
+"för <app>Vim</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "wrap"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "textwidth"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link "
+"href=\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"För mer information om lägesrader för <app>Vim</app>, besök <link "
+"href=\"https://www.vim.org/\">webbplatsen för Vim</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Lägg till en interaktiv Python-konsol i underpanelen."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Python-konsol"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</"
+"gui></guiseq>."
+msgstr ""
+"Du kan lägga till en Python-konsol till underpanelen, vilket låter dig testa "
+"Pythonskript utan att lämna <app>gedit</app>. För att aktivera Python-"
+"konsolen, välj <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Inställningar</gui><gui>Instickmoduler</gui> <gui>Python-"
+"konsol</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Då Python-konsolen är aktiverad kan du öppna den genom att välja "
+"<guiseq><gui>Visa</gui><gui>Underpanel</gui></guiseq>."
+
+# TODO: embedded
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Om du också har aktiverat insticksmodulen <gui>Inbäddad terminal</gui> "
+"kommer <gui>Python-konsol</gui> att dyka upp som en separat flik i "
+"underpanelen."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "Öppna snabbt en fil eller en uppsättning filer."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "Snabböppna"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Som namnet på insticksmodulen antyder så hjälper <app>Snabböppna</app> dig "
+"att öppna filer snabbare än de vanliga sätten att öppna filer. För att "
+"aktivera denna insticksmodul. välj <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Inställningar</gui><gui>Insticksmoduler</gui><gui>Snabböppna</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Då du har aktiverat insticksmodulen <app>Snabböppna</app> kan du använda den "
+"enligt följande:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui "
+"style=\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Öppna dialogrutan <app>Snabböppna</app> genom att trycka <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, eller genom att välja <gui "
+"style=\"menuitem\">Snabböppna…</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "Fildialogen <gui>Snabböppna</gui> kommer att dyka upp."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "Använd musen för att välja filen eller filerna som du vill öppna."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"För att välja flera individuella filer, håll nere <key>Ctrl</key>-tangenten "
+"medan du klickar på filerna som du vill öppna."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"För att välja en grupp filer, klicka på det första filen som du vill öppna, "
+"håll nere <key>Skift</key>-tangenten och klicka på den sista filen i listan "
+"filer som du vill öppna."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>Snabböppna</app> kommer att leta efter filer i:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "Katalogen för det aktuella öppnade dokumentet"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"Rotkatalogen för insticksmodulen <app xref=\"gedit-plugins-file-"
+"browser\">Filbläddrarpanel</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"Nyligen använda dokument som också visas i <file>Senaste</file>-mappen i "
+"<app>Filer</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Kataloger som du har bokmärkt i <app>Filer</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "Din <file>Skrivbords</file>katalog"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "Din <file>Hem</file>katalog"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>Snabböppna</app> visar filer i alla ovannämnda platser oavsett om du "
+"öppnat dem tidigare eller inte."
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr "Använd textsnuttar för att snabbt infoga ofta använda textstycken."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "Textsnuttar"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>Textsnuttar</app> tillhandahåller ett bekvämt sätt att infoga "
+"kodstycken som upprepar sig i dina filer. Till exempel skulle en HTML-"
+"textsnutt för taggen <code>&lt;img&gt;</code> infoga start- och slutdelarna "
+"för taggen, såväl som fasta platser där du kan ange bildattribut. Detta kan "
+"göra det enklare och snabbare att skriva kod."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "Aktivera insticksmodulen Textsnuttar"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "För att aktivera insticksmodulen <gui>Textsnuttar</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Preferences</gui> <gui style=\"tab\">Plugins</gui></"
+"guiseq>."
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">gedit</gui> <gui "
+"style=\"menuitem\">Inställningar</gui> <gui style=\"tab\">Insticksmoduler</"
+"gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Välj <gui style=\"menuitem\">Textsnuttar</gui> för att aktivera "
+"insticksmodulen."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "Bläddra bland textsnuttar"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "För att bläddra bland tillgängliga textsnuttar:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui "
+"style=\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">Verktyg</gui> <gui "
+"style=\"menuitem\">Hantera textsnuttar</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Säkerställ att syntaxen är lämpligt inställd. Statusraden längst ner på "
+"<app>gedit</app>-fönstret kommer visa den aktuella språkinställningen. Denna "
+"språkinställning är vad som låter gedit infoga rätt textsnuttar. <app>Gedit</"
+"app> kommer vanligtvis att detektera språk eller syntax för filen som du "
+"använder, men ibland kan du behöva ställa in det."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "I detta exempel är språket inställt till HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr ""
+"Bläddra bland textsnuttarna som finns tillgängliga för ditt språk eller "
+"syntax."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "Använda textsnuttar"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "För att infoga en textsnutt i ditt aktuella dokument:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr ""
+"Skriv namnet på den önskade textsnutten var som helst i ditt aktuella "
+"dokument."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Tryck <key>Tabb</key> för att infoga textsnutten som är associerad med "
+"inmatningen."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "Exempel på användning av textsnutt"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Till exempel, om du ställt in syntax till <em>HTML</em>, skriv <code>head </"
+"code>, och tryck ned <key>Tabb</key>-tangenten. Texten autokompletteras då "
+"till en textsnutt som:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Sidtitel&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "Lägg till textsnuttar"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Du kan lägga till nya textsnuttar som antingen fungerar globalt (det vill "
+"säga oberoende av språk) eller endast i en specifik syntax."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui "
+"style=\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Välj <guiseq style=\"menu\"><gui style=\"menuitem\">Verktyg</gui> <gui "
+"style=\"menuitem\">Hantera textsnuttar</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"Från sidopanelen <gui>Hantera textsnuttar</gui>, välj den önskade syntaxen "
+"och klicka på ”+”-knappen för att lista befintliga textsnuttar för vald "
+"syntax."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"För att lägga till en textsnutt som fungerar globalt (det vill säga då ingen "
+"specifik syntax eller språk har ställts in för dokumentet), välj "
+"<gui>Global</gui> från sidopanelen <gui>Hantera textsnuttar</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"För att lägga till en ny textsnutt, klicka på ”plus”-ikonen i sidopanelen "
+"<gui>Hantera textsnuttar</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Mata in ett namn för den nya textsnutten. Namnet på textsnutten kan skilja "
+"sig från textsnutten som du vill lägga till."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"Under avsnittet <gui style=\"group\">Aktivering</gui> måste du mata in en "
+"term för textområdet <gui style=\"input\">Tabulatorutlösare:</gui>. Du "
+"kommer att använda denna term för att infoga din textsnutt."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Om du vill infoga en textsnutt med en tangentbordsgenväg klickar du med "
+"muspekaren på textområdet <gui style=\"input\">Kortkommando:</gui> och "
+"trycker den önskade tangentkombinationen. Då du har tryckt ner och släppt "
+"tangenterna kommer kortkommandot att vara inställt."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Under textområdet för <gui style=\"input\">Redigera:</gui>, mata in den "
+"önskade texten för textsnutten. Du kan använda <code>${n}</code> för att "
+"indikera variabler, där <em>n</em> ersätts med ett tal som representerar "
+"nummerordningen för inkluderade variabler."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "Nytt textsnuttsexempel"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Anta att du skapat en textsnutt med termen <var>hälsningar</var> i <gui "
+"style=\"input\">Tabulatorutlösare:</gui>. Textområdet <gui "
+"style=\"input\">Redigera:</gui> innehåller:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hej ${1:underbara}${2:fantastiska} värld!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Du kan infoga denna textsnutt genom att skriva <var>hälsningar</var> i "
+"dokumentet och trycka ner <key>Tabb</key>-tangenten. Följande textsnutt "
+"kommer att infogas:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hej underbarafantastiska värld!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Orden ”underbara” och ”fantastiska” kan behållas eller tas bort beroende på "
+"vad du väljer att använda. För att göra detta, tryck <key>Tabb</key> för att "
+"välja mellan ”underbara” och ”fantastiska” och tryck <key>Del</key> för att "
+"ta bort det minst önskade alternativet."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "Sortera textrader till alfabetisk ordning."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "Sortera"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Insticksmodulen Sortera arrangerar om markerade textrader till alfabetisk "
+"ordning."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "Aktivera insticksmodulen Sortera"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "För att aktivera insticksmodulen <app>Sortera</app>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Välj <gui style=\"menuitem\">Sortera</gui> för att aktivera insticksmodulen."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "Använda insticksmodulen Sortera"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "För att använda insticksmodulen <gui>Sortera</gui>:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "Markera de önskade textraderna."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">Arkiv</gui> <gui style=\"menuitem\">Sortera…"
+"</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Dialogrutan <gui>Sortera</gui> kommer att öppnas, vilket låter dig välja "
+"mellan flera sorteringsalternativ:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"<gui>Baklänges</gui> kommer arrangera texten i omvänd alfabetisk ordning."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr ""
+"<gui>Ta bort dubbletter</gui> kommer ta bort dubblerade värden från listan."
+
+# TODO: Is this called "Case sensitive"?
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr ""
+"<gui>Ignorera skiftläge</gui> kommer att ignorera skiftlägeskänslighet."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"För att sorteringen ska ignorera tecknen i början av raderna, ställ in det "
+"första tecknet som ska användas för sorteringen i snurrväljaren <gui>Börja "
+"vid kolumn</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "För att genomföra sorteringsåtgärden, klicka på <gui>Sortera</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Ställ in sidorna att skrivas ut i en speciell ordning."
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Få exemplar att skrivas ut i korrekt ordning"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "Omvänd ordning"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Skrivare skriver vanligtvis ut den första sidan först, och den sista sidan "
+"sist så sidorna kommer ut i omvänd ordning när du tar dem. För att vända på "
+"ordningen:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">Arkiv</gui> <gui style=\"menuitem\">Skriv "
+"ut</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"I fliken <gui style=\"tab\">Allmänt</gui> i utskriftsdialogen, under <gui "
+"style=\"group\">Kopior</gui>, kryssa i <gui style=\"checkbox\">Omvänd</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "Den sista sidan kommer att skrivas ut först o.s.v."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "Sortera"
+
+# TODO: e.g -> i.e
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Om du skriver ut mer än ett exemplar av dokumentet kommer utskrifterna att "
+"som standard grupperas efter sidnummer. (D.v.s. kommer först exemplar av "
+"sida ett att komma ut, sedan exemplar av sida två, o.s.v.) Sortering kommer "
+"att få varje exemplar att komma ut med dess sidor grupperade ihop."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "För att sortera:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Klicka <guiseq><gui style=\"menu\">Arkiv</gui> <gui style=\"menuitem\">Skriv "
+"ut</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"I fliken <gui style=\"tab\">Allmänt</gui> i utskriftsdialogrutan, under <gui "
+"style=\"group\">Kopior</gui>, kryssa i <gui style=\"checkbox\">Sortera</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Skriv ut filerna som du skapar med gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "Skriva ut dokument"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Att skriva ut med <app>gedit</app> kräver att du har anslutit och "
+"konfigurerat din skrivare. Om du inte har gjort detta, konsultera <link "
+"href=\"help:gnome-help/printing\">utskriftshjälpen för GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "<app>gedit</app> låter dig både skriva ut till en fil och på papper."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "Förhandsvisa utskrift"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"Före du skriver ut ditt dokument kan du förhandsvisa hur det utskrivna "
+"dokumentet kommer se ut genom att använda <gui>Förhandsvisa</gui>. För att "
+"förhandsvisa dokumentet:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">Arkiv</gui> <gui "
+"style=\"menuitem\">Förhandsvisa utskrift</gui></guiseq>. Alternativt kan du "
+"trycka <keyseq><key>Skift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"En förhandsgranskning av ditt dokument kommer att öppnas i samma flik som "
+"filen. Du kan bläddra i denna förhandsgranskning med hjälp av "
+"navigeringsknappar och verktyg i verktygsfältet högst upp i "
+"dokumentförhandsgranskningsfliken. För att stänga och återvända till "
+"dokumentet klicka på <gui style=\"button\">Stäng förhandsvisning</gui>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "Utskrift på papper"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Du kan skriva ut dina dokument på papper med en lokal skrivare eller en "
+"fjärrskrivare. För att skriva ut en fil:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">Arkiv</gui> <gui style=\"menuitem\">Skriv "
+"ut</gui> <gui style=\"tab\">Allmänt</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "Välj den önskade skrivaren från listan av tillgängliga skrivare."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Du kan förhandsgranska filen med <gui style=\"button\">Förhandsvisa</gui>, "
+"och då du är nöjd med inställningarna kan du klicka <gui "
+"style=\"button\">Skriv ut</gui> för att sända filen till skrivaren."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/"
+"printing#paper\">Layout and Paper options</link> help."
+msgstr ""
+"Dessutom kan du från fliken <gui style=\"tab\">Sidinställning</gui> välja "
+"alternativ för <gui style=\"group\">Layout</gui> och <gui "
+"style=\"group\">Papper</gui>. Eftersom dessa inställningar är tillgängliga i "
+"diverse <app>GNOME</app>-program, se hjälpsidan för <link href=\"help:gnome-"
+"help/printing#paper\">alternativ för layout och papper</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Skriv ut flera exemplar och inom angivna intervall"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui "
+"style=\"group\">Copies</gui> options to help you:"
+msgstr ""
+"Du kan ställa in alternativen <gui style=\"group\">Intervall</gui> och <gui "
+"style=\"group\">Kopior</gui> för att hjälpa dig:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "Utskrift till fil"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Du kan också använda <app>gedit</app> för att skriva ut till en fil. För att "
+"skriva ut ditt dokument till en fil med ett annat format:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">Arkiv</gui> <gui style=\"menuitem\">Skriv "
+"ut</gui> <gui style=\"menuitem\">Skriv ut till fil</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "Utskrift är aktiverad för följande filformat, du kan välja bland:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "Postscript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"För att skriva ut dokumentet till en fil, klicka på <gui "
+"style=\"button\">Skriv ut</gui>."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Välj de sidor som du vill skriva ut."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "Skriv bara ut vissa sidor"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Du kan välja att endast skriva ut vissa sidor från dokumentet. Om du till "
+"exempel anger sidnumren ”1,3,5-7,9” kommer endast sidorna 1, 3, 5, 6, 7 och "
+"9 att skrivas ut. För att skriva ut dina önskade sidor:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">Arkiv</gui> <gui style=\"menuitem\">Skriv "
+"ut…</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"I fliken <gui style=\"tab\">Allmänt</gui> i utskriftsdialogen, välj <gui "
+"style=\"radiobutton\">Sidor</gui> från avsnittet <gui "
+"style=\"group\">Intervall</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Skriv in numren för sidorna som du vill skriva ut från dokumentet, "
+"separerade av kommatecken. Använd ett bindestreck för att ange ett "
+"sidintervall."
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "En kort introduktion till gedit."
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "Kom igång med gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> är en komplett textredigerare för skrivbordsmiljön GNOME. "
+"Du kan använda den för att förbereda enkla anteckningar och dokument, eller "
+"så kan du använda några av dess avancerade funktioner så att den blir din "
+"egen programvaruutvecklingsmiljö."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Då <app>gedit</app> startar kan du börja skriva direkt. För att spara din "
+"text klickar du bara på <gui>Spara</gui>-ikonen i <app>gedit</app>s "
+"rubrikrad."
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"För att lära dig om ytterligare funktioner i <app>gedit</app> och för att få "
+"hjälp med att utföra andra uppgifter, utforska <link xref=\"index\">de andra "
+"avsnitten</link> i hjälpen för <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "Ersätt textstycken i en fil."
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "Ersätt text"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"Att redigera text kan vara tidsödande. För att spara tid inkluderar "
+"<app>gedit</app> funktionen <app>Ersätt</app> som hjälper dig hitta och "
+"ersätta textstycken."
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "Ersätt text i <app>gedit</app>"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui "
+"style=\"button\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</"
+"gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Öppna verktyget <gui>Ersätt</gui> genom att klicka <guiseq><gui "
+"style=\"button\">Menyknapp</gui><gui style=\"menuitem\">Sök och ersätt…</"
+"gui></guiseq> eller trycka <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "Skriv in texten som du vill ersätta i fältet <gui>Sök</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr "Ange den nya ersättningstexten i fältet <gui>Ersätt med</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr ""
+"Då du har angivit den ursprungliga texten och ersättningstexten kan du lägga "
+"till extra parametrar till sökningen. Du kan också välja vad du vill ersätta:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr ""
+"För att ersätta <em>endast</em> nästa matchning, klicka på <gui>Ersätt</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"För att ersätta <em>alla förekomster</em> av den sökta texten, klicka på "
+"<gui>Ersätt alla</gui>."
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"Använd funktionen <gui>Ersätt alla</gui> försiktigt. <gui>Ersätt alla</gui> "
+"utförs på hela din textfil, och låter dig inte markera textstycken där "
+"funktionen kommer att utföras."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "Fler alternativ"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "Om du vill kan du lägga till extra parametrar till din sökning:"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "Gör skillnad på skiftläge"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"Alternativet <em>Gör skillnad på skiftläge</em> låter dig ange huruvida du "
+"vill att dina sökningar ska vara skiftlägeskänsliga. Om detta alternativ är "
+"markerat kommer sökningar att vara skiftlägeskänsliga. I annat fall kommer "
+"sökningar inte att vara skiftlägeskänsliga."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "Matcha endast hela ord"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"Använd detta alternativ för att söka efter ett specifikt ord utan att "
+"inkludera delar av andra ord. Om du till exempel sökte efter ordet ”and” med "
+"detta alternativ markerat så kommer ordet ”and” att ge en sökträff, men "
+"orden ”s<em>and</em>” och ”komm<em>and</em>o” skulle inte ge någon sökträff."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "Sök baklänges"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"Detta kommando beter sig precis som kommandot Sök föregående. Kryssa i detta "
+"alternativ om du vill stega genom resultat från slutet till början."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "Börja om från början"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"Då alternativet <app>Börja om från början</app> är aktiverat kommer "
+"<app>gedit</app> att starta om sök/ersätt-åtgärden i början av filen då den "
+"har nått slutet på filen. Detta säkerställer att din sök/ersätt-åtgärd "
+"utförs i hela din fil."
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "Använda kontrollsekvenser"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr ""
+"Du kan använda <em>kontrollsekvenser</em> för att söka efter nyrader, "
+"vagnreturer och tabbar."
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "Nyrad"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "Vagnretur"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "Tabb"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"Om du faktiskt vill söka efter ett <output>\\</output> (omvänt snedstreck) "
+"eller en av kontrollsekvenserna i texten så måste det omvända snedstrecket "
+"föregås av ett extra omvänt snedstreck. För att söka efter <input>\\</input> "
+"behöver du till exempel mata in <input>\\\\</input> i sök- eller ersätt-"
+"fältet. Du kan söka efter kontrollsekvenser på samma sätt: för att söka "
+"efter eller ersätta med ett <input>\\n</input>, använd inmatningstermen "
+"<input>\\\\n</input>."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Spara din fil för att arbeta med den senare."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "Spara en fil"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"För att spara en fil i <app>gedit</app>, klicka på knappen <gui "
+"style=\"button\">Spara</gui> till höger i rubrikraden eller tryck helt "
+"enkelt <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"Om du sparar en ny fil kommer en dialogruta att dyka upp, och du kan välja "
+"ett namn på filen, såväl som katalogen där du vill att filen ska sparas."
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "Sök ett textstycke i en fil."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "Sök efter text"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr "Sökverktyget kan hjälpa dig hitta specifika textsekvenser i din fil."
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "Söka efter text"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui "
+"style=\"menu\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </"
+"guiseq> or pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will "
+"move your cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"Öppna <gui>sökfönstret</gui> genom att klicka <guiseq><gui "
+"style=\"menu\">Menyknapp</gui> <gui style=\"menuitem\">Sök…</gui> </guiseq> "
+"eller genom att trycka <keyseq><key>Ctrl</key><key>F</key></keyseq>. Detta "
+"kommer att förflytta din markör till början av <gui>sökfönstret</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "Skriv in texten du vill söka efter i <gui>sökfönstret</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+"Under tiden du skriver kommer <app>gedit</app> att börja färgmarkera de "
+"textstycken som matchar det som du har matat in."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr "Gör något av följande för att bläddra igenom sökresultaten:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"Klicka på <gui style=\"button\">upp</gui>- eller <gui style=\"button\">ner</"
+"gui>-pilarna intill <gui>sökfönstret</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr ""
+"Tryck på tangenterna <key>uppåtpil</key> eller <key>nedåtpil</key> på ditt "
+"tangentbord."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"Tryck <keyseq><key>Ctrl</key><key>G</key></keyseq> eller <keyseq><key>Ctrl</"
+"key><key>Skift</key><key>G</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"För att stänga <gui>sökfönstret</gui>, tryck antingen <key>Esc</key> eller "
+"<key>Retur</key>. Att trycka <key>Esc</key> kommer återföra markören till "
+"där den var innan du började söka. Att trycka <key>Retur</key> kommer "
+"återföra markören till den aktuella positionen i sökresultaten."
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "Söktips"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"Om du markerar ett textstycke med musen och sedan trycker <keyseq><key>Ctrl</"
+"key><key>F</key></keyseq> kommer texten du markerat att dyka upp i "
+"sökfönstret."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"För mer sökalternativ, klicka på <gui style=\"button\">Förstoringsglas</gui>-"
+"ikonen i sökfönstret, eller högerklicka var som helst i sökfönstret. Du kan "
+"välja ett eller flera av följande sökalternativ:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Välj <gui>Gör skillnad på skiftläge</gui> för att göra sökningen "
+"skiftlägeskänslig."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr ""
+"Välj <gui>Matcha endast hela ord</gui> för att endast söka efter "
+"fullständiga ord."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr ""
+"Välj <gui>Börja om från början</gui> för att söka text uppifrån och ner och "
+"sedan börja om från början igen."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"Texten som du sökt efter kommer förbli färgmarkerad av gedit, även efter att "
+"du har avslutat din sökning. För att ta bort färgmarkeringen, klicka <gui "
+"style=\"menuitem\">Rensa färgmarkering</gui>, eller tryck <keyseq><key>Ctrl</"
+"key><key>Skift</key><key>K</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Leta efter stavfel i dina filer."
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "Stavningskontrollera ditt dokument"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "Aktivera stavningskontrollen"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Stavningskontrollfunktionen tillhandahålls som en insticksmodul i "
+"<app>gedit</app> som kan aktiveras efter behov. För att aktivera "
+"insticksmodulen:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Välj <gui style=\"menuitem\">Stavningskontroll</gui> för att aktivera "
+"insticksmodulen."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "För att söka felstavade ord i ditt dokument:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Välj <guiseq><gui style=\"menu\">Verktyg</gui> <gui "
+"style=\"menuitem\">Kontrollera stavning</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"För att <app>gedit</app> automatiskt ska färgmarkera felstavade ord i ditt "
+"dokument under tiden du skriver, välj <guiseq><gui style=\"menu\">Verktyg</"
+"gui><gui style=\"menuitem\">Färgmarkera felstavade ord</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "Använda stavningskontroll"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Du kan välja den rätta ersättningen för felstavade ord med dialogrutan "
+"Kontrollera stavning. Det felstavade ordet som kontrolleras av "
+"stavningskontrollen visas i fetstil intill <gui>Felstavat ord:</gui>. Du kan "
+"välja bland följande rättningsåtgärder:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">Ändra till:</gui> låter dig mata in ett ord och använda "
+"<gui style=\"button\">Kontrollera ord</gui> för att kontrollera att "
+"stavningen är rätt."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"<gui style=\"menu\">Förslag:</gui> listar de tillgängliga ersättningarna för "
+"ordet."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">Ignorera</gui> låter dig hoppa över stavningskontroll "
+"för <em>en</em> förekomst av aktuellt ord."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">Ignorera alla</gui> låter dig hoppa över "
+"stavningskontroll för <em>alla</em> förekomster av aktuellt ord."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui "
+"style=\"menuitem\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Ändra</gui> ersätter det felstavade eller ej igenkända "
+"ordet med <em>en</em> vald ersättning från listan <gui "
+"style=\"menuitem\">Förslag:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui "
+"style=\"menuitem\">Suggestions:</gui> list."
+msgstr ""
+"<gui style=\"button\">Ändra alla</gui> ersätter <em>alla</em> felstavade "
+"eller ej igenkända ord med den valda ersättningen från listan <gui "
+"style=\"menuitem\">Förslag:</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">Lägg till ord</gui> låter dig lägga till det aktuella "
+"ordet till <app>gedit</app>s <gui>Användarordbok</gui>. Att lägga till "
+"anpassade ord till <gui>Användarordboken</gui> kommer låta <app>gedit</app> "
+"känna igen ordet i dokument och kommer därmed inte att markeras som ett "
+"felstavat ord."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "Definiera språket att använda för stavningskontroll"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Som standard kommer <app>gedit</app> att använda ditt aktuella språk för att "
+"stavningskontrollera ditt dokument. Om du behöver använda ett annat språk, "
+"välj <guiseq><gui style=\"menu\">Verktyg</gui><gui style=\"menuitem\">Ställ "
+"in språk…</gui></guiseq> och välj sedan språket som du vill använda."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "Ordböcker"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> använder <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, ett litet systemverktyg, för stavningskontroll. "
+"Enchant kan använda flera olika ordböcker för att kontrollera din stavning. "
+"Två sådana ordboksbakändar är <em>Hunspell</em> och <em>Aspell</em>."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Om språket du vill använda inte är tillgängligt i <app>gedit</app>, använd "
+"din dators programvaruinstallerare eller pakethanterare för att installera "
+"ordboksbakänden som du vill ha."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Färgmarkera din text för att göra den lättare att läsa."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "Slå på syntaxmarkering"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "Syntaxmarkering"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> tillhandahåller syntaxfärgning för ett stort antal märk- "
+"och programmeringsspråk samt vetenskapliga språk. Om <app>gedit</app> känner "
+"igen den syntax som används då du öppnar en fil kommer det automatiskt att "
+"färgmarkera texten."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui "
+"style=\"menu\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></"
+"guiseq>, and then choosing the desired syntax. Alternately, you can select "
+"the syntax name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Om din syntax eller språk inte färgmarkeras vid start kan du välja lämplig "
+"syntax eller språk genom att klicka på <guiseq><gui style=\"menu\">Visa</"
+"gui> <gui style=\"menuitem\">Färgmarkeringsläge</gui></guiseq> och sedan "
+"välja önskad syntax. Alternativt kan du välja syntaxnamnet från en lista "
+"längst ner i <app>gedit</app>-fönstret."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "Gruppera liknande flikar tillsammans."
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "Organisera filer i grupperade flikar"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"Om du arbetar med flera flikar i <app>gedit</app> kan du gruppera dem vilket "
+"gör det lättare att hålla dina öppnade filer organiserade. Att lägga till en "
+"ny flikgrupp kommer dela <app>gedit</app>-fönstret i två paneler, öppna ett "
+"nytt ”Namnlöst dokument” i den nya panelen, och göra det aktivt. Du kan "
+"öppna filer till den flikgruppen och flytta flikar från en flikgrupp till en "
+"annan."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "Öppna en ny flikgrupp i geditfönstret"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "För att öppna en ny flikgrupp kan du:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr "Högerklicka på en flik och välj <gui>Flytta till ny flikgrupp</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"Använda kortkommandot <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></"
+"keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"Denna åtgärd kommer dela <app>gedit</app>-fönstret i två paneler, och "
+"panelen med den nya flikgruppen kommer placeras till höger om den aktiva "
+"fliken. Du kan flytta handtaget till höger eller vänster för att tilldela "
+"mer eller mindre utrymme av <app>gedit</app>-fönstret mellan paneler enligt "
+"dina behov."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"Du kan öppna så många flikgrupper i ett <app>gedit</app>-fönster som din "
+"skärm tillåter, men du kommer att behöva flytta handtaget för att se dem "
+"korrekt."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr ""
+"För att stänga en flikgruppspanel, stäng bara alla flikar som är öppna i den."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "Flytta en flik till en annan flikgrupp"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "Om du vill flytta en flik från en flikgrupp till en annan:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "Klicka och håll ner musknappen på fliken."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "Dra fliken till en annan flikgruppspanel."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "Placera den bredvid andra flikar i flikgruppen."
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "Släpp musknappen."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "Ändra positionen för en flik i geditfönstret."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "Flytta och ändra ordning på flikar"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"Flikar i <app>gedit</app> kan flyttas, vilket gör det enklare att arbeta med "
+"dina filer. Ordningen för flikar kan ändras i samma fönster, flyttas utanför "
+"<app>gedit</app> (vilket skapar ett nytt <app>gedit</app>-fönster), och "
+"flyttas från ett fönster till ett annat."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "Ändra ordningen på flikarna i geditfönstret"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "För att ändra ordningen på flikar i ett fönster:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "Dra fliken till den önskade positionen bland de andra flikarna."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+"Fliken kommer placeras på positionen närmast där du släppte fliken, "
+"omedelbart intill andra öppna flikar."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "Flytta en flik, skapa ett nytt geditfönster"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "För att skapa ett nytt fönster från en befintlig flik:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "Dra fliken ut ur <app>gedit</app>-fönstret."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"För att flytta en flik till ett nytt fönster då <app>gedit</app> är "
+"maximerat, dra fliken till systemraden högst upp på skärmen."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "Flytta en flik till ett annat geditfönster"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "Om du vill flytta en flik från ett fönster till ett annat:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "Dra fliken till det nya fönstret."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "Placera den bredvid andra flikar i det nya fönstret."
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"Du kan finna det lättare att flytta en flik från ett fönster till ett annat "
+"genom att dra fliken till övre vänstra hörnet <gui>Aktiviteter</gui> i "
+"<gui>GNOME Shell</gui>. Detta kommer att visa alla öppna <app>gedit</app>-"
+"fönster. Du kan sedan släppa fliken på det önskade <app>gedit</app>-fönstret."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "Skapa eller ta bort flikar i geditfönstret."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "Lägg till och ta bort flikar"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+"Att arbeta med flikar i <app>gedit</app> låter dig hålla ett öga på flera "
+"filer i ett enda fönster."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "Lägga till flikar"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"För att lägga till en ny flik för att skapa en ny fil, klicka på knappen "
+"<gui>Skapa nytt dokument</gui> till vänster i rubrikraden, eller tryck "
+"<keyseq><key>Ctrl</key><key>T</key></keyseq>. Fliken kommer läggas till på "
+"höger sida om alla andra flikar."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "Ta bort flikar"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"För att ta bort en flik, klicka på <gui style=\"button\">×</gui> på flikens "
+"högra sida, eller tryck <keyseq><key>Ctrl</key><key>W</key></keyseq>. För "
+"att ta bort alla öppna flikar, tryck <keyseq><key>Ctrl</key> <key>Skift</"
+"key><key>W</key></keyseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Återställ en nyligen utförd ändring i en av dina filer."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "Ångra/gör om en nyligen utförd åtgärd"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Om du gör ett misstag när du redigerar ett dokument i <app>gedit</app> kan "
+"du ångra det genom att trycka <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr ""
+"Du kan inte ångra en ändring efter att du stängt en <app>gedit</app>-fil."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"För att göra om ändringen som ångrades, tryck <keyseq><key>Ctrl</"
+"key><key>Skift</key><key>Z</key></keyseq>"
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "gedit textredigerare"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "gedit textredigerare"
+
+# Inte en webbsida, indexsidan för hjälpen
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "Hemsida för hjälpguiden för gedit."
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> gedit textredigerare"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"Välkommen till hjälpguiden för <app>gedit</app>. För en snabb introduktion "
+"till både <app>gedit</app>s mest grundläggande funktioner kan du besöka "
+"sidan <link xref=\"gedit-quickstart\">Kom igång med gedit</link>."
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+"Andra hjälpämnen är grupperade i avsnitten nedan. Ha så kul med <app>gedit</"
+"app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "Arbeta med filer"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "Konfigurera gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "Insticksmoduler för gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "Skriva ut med gedit"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Erkännande-DelaLika 3.0 Unported"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Det här programmet är licensierat under licensen <_:link-1/>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Preferences</gui> <gui>Font &amp; Colors</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "Välj <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Inställningar</gui> <gui>Typsnitt och färger</gui></"
+#~ "guiseq>."
+
+#~ msgid ""
+#~ "To close a file in <app>gedit</app>, select <gui "
+#~ "style=\"menuitem\">Close</gui>. Alternately, you can click the small "
+#~ "\"X\" that appears on the right-side of the file's tab, or press "
+#~ "<keyseq><key>Ctrl</key> <key>W</key></keyseq>."
+#~ msgstr ""
+#~ "För att stänga en fil i <app>gedit</app>, välj <gui "
+#~ "style=\"menuitem\">Stäng</gui>. Alternativt kan du klicka på det lilla "
+#~ "”X” som dyker upp på högersidan av filens flik, eller trycka "
+#~ "<keyseq><key>Ctrl</key> <key>W</key></keyseq>."
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>L</key></keyseq> in the <gui>Open</gui> "
+#~ "dialog."
+#~ msgstr ""
+#~ "Tryck <keyseq><key>Ctrl</key><key>L</key></keyseq> i dialogrutan "
+#~ "<gui>Öppna</gui>."
+
+# TODO: <app>-taggar saknas.
+#~ msgid ""
+#~ "To adjust the number of recently-used files that gedit displays, you will "
+#~ "need to use the <app>dconf-editor</app> application."
+#~ msgstr ""
+#~ "För att justera antalet nyligen använda filer som gedit visar kommer du "
+#~ "att behöva använda programmet <app>dconf-editor</app>."
+
+#~ msgid ""
+#~ "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+#~ msgstr ""
+#~ "Starta <app>dconf-editor</app> och välj <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+
+#~ msgid ""
+#~ "Double-click on the number next to <gui>max-recents</gui> and change the "
+#~ "number to your desired value."
+#~ msgstr ""
+#~ "Dubbelklicka på talet intill <gui>max-recents</gui> och ändra talet till "
+#~ "ditt önskade värde."
+
+#~ msgid ""
+#~ "To open files from the side panel, first open the side panel by selecting "
+#~ "<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+#~ "<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown "
+#~ "at the top of the pane."
+#~ msgstr ""
+#~ "För att öppna filer från sidopanelen, öppna först sidopanelen genom att "
+#~ "välja <guiseq><gui>Visa</gui> <gui>Sidopanel</gui></guiseq> (eller tryck "
+#~ "helt enkelt <key>F9</key>), och välj sedan <gui>Filbläddrare</gui> från "
+#~ "rullgardinsmenyn högst upp i panelen."
+
+#~ msgid ""
+#~ "This will activate the <em>File Browser</em> mode of the side panel. You "
+#~ "can then use the navigation buttons at the top of the pane to locate and "
+#~ "open your desired files."
+#~ msgstr ""
+#~ "Detta kommer aktivera <em>filbläddrar</em>läget för sidopanelen. Du kan "
+#~ "sedan använda navigeringsknapparna högst upp i panelen för att hitta och "
+#~ "öppna dina önskade filer."
+
+#~ msgid ""
+#~ "This plugin currently <link href=\"https://gitlab.gnome.org/GNOME/gedit/"
+#~ "issues/277\">does not work</link>!"
+#~ msgstr ""
+#~ "Denna insticksmodul <link href=\"https://gitlab.gnome.org/GNOME/gedit/"
+#~ "issues/277\">fungerar inte för tillfället</link>!"
+
+#~ msgid "Use keyboard shortcuts to help you work more quickly."
+#~ msgstr "Använd tangentbordsgenvägar för att få hjälp att arbeta snabbare."
+
+#~ msgid "Paolo Borelli"
+#~ msgstr "Paolo Borelli"
+
+#~ msgid "Jesse van den Kieboom"
+#~ msgstr "Jesse van den Kieboom"
+
+#~ msgid "Steve Frécinaux"
+#~ msgstr "Steve Frécinaux"
+
+#~ msgid "Ignacio Casal Quinteiro"
+#~ msgstr "Ignacio Casal Quinteiro"
+
+#~ msgid "Shortcut keys"
+#~ msgstr "Kortkommandon"
+
+#~ msgid ""
+#~ "Use <gui>shortcut keys</gui> to perform common tasks more quickly than "
+#~ "with the mouse and menus. The following tables list all of <app>gedit's</"
+#~ "app> shortcut keys."
+#~ msgstr ""
+#~ "Använd <gui>kortkommandon</gui> för att genomföra vanliga uppgifter på "
+#~ "ett snabbare sätt än med musen och menyerna. Följande tabell listar alla "
+#~ "kortkommandon i <app>gedit</app>."
+
+#~ msgid "Tab-related Shortcut keys"
+#~ msgstr "Flikrelaterade kortkommandon"
+
+#~ msgid "Action"
+#~ msgstr "Åtgärd"
+
+#~ msgid "Keyboard shortcut"
+#~ msgstr "Tangentbordsgenväg"
+
+#~ msgid "Switch to the next tab to the left"
+#~ msgstr "Växla till nästa flik åt vänster"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#~ msgid "Switch to the next tab to the right"
+#~ msgstr "Växla till nästa flik åt höger"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+
+#~ msgid "Close tab"
+#~ msgstr "Stäng flik"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Save all tabs"
+#~ msgstr "Spara alla flikar"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>L</key></keyseq>"
+
+#~ msgid "Close all tabs"
+#~ msgstr "Stäng alla flikar"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Skift</key><key>W</key></keyseq>"
+
+#~ msgid "Reopen the most recently closed tab"
+#~ msgstr "Återöppna den senast stängda fliken"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Skift</key><key>T</key></keyseq>"
+
+#~ msgid "Jump to <var>n</var>th tab"
+#~ msgstr "Hoppa till flik nummer <var>n</var>"
+
+#~ msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#~ msgid "New tab group"
+#~ msgstr "Ny flikgrupp"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+
+#~ msgid "Previous tab group"
+#~ msgstr "Föregående flikgrupp"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Skift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+
+#~ msgid "Next tab group"
+#~ msgstr "Nästa flikgrupp"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+#~ msgstr ""
+#~ "<keyseq><key>Skift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+
+#~ msgid "Shortcut keys for working with files"
+#~ msgstr "Kortkommandon för arbete med filer"
+
+#~ msgid "Create a new document in a new window"
+#~ msgstr "Skapa ett nytt dokument i ett nytt fönster"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#~ msgid "Create a new document in a new tab"
+#~ msgstr "Skapa ett nytt dokument i en ny flik"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#~ msgid "Open a document"
+#~ msgstr "Öppna ett dokument"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#~ msgid "Save the current document"
+#~ msgstr "Spara aktuellt dokument"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#~ msgid "Save the current document with a new filename"
+#~ msgstr "Spara aktuellt dokument med ett nytt filnamn"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>S</key></keyseq>"
+
+#~ msgid "Print the current document"
+#~ msgstr "Skriv ut aktuellt dokument"
+
+#~ msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#~ msgid "Close the current document"
+#~ msgstr "Stäng aktuellt dokument"
+
+#~ msgid "Quit gedit"
+#~ msgstr "Avsluta gedit"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#~ msgid "Shortcut keys for editing files"
+#~ msgstr "Kortkommandon för redigering av filer"
+
+#~ msgid "Move the selected word right one word"
+#~ msgstr "Flytta markerat ord ett ord till höger"
+
+#~ msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Högerpil</key></keyseq>"
+
+#~ msgid "Move the selected word left one word"
+#~ msgstr "Flytta markerat ord ett ord till vänster"
+
+#~ msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Vänsterpil</key></keyseq>"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Ångra föregående åtgärd"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Gör om senaste ångrade åtgärden"
+
+#~ msgid "Cut the selected text or region and place it on the clipboard"
+#~ msgstr "Klipp ut markerad text eller område och placera den i urklipp"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#~ msgid "Copy the selected text or region onto the clipboard"
+#~ msgstr "Kopiera markerad text eller område till urklipp"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#~ msgid "Paste the contents of the clipboard"
+#~ msgstr "Klistra in innehållet i urklipp"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#~ msgid "Select all text in the file"
+#~ msgstr "Markera all text i filen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#~ msgid "Unselect all text"
+#~ msgstr "Avmarkera all text"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Backslash</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Bakstreck</key></keyseq>"
+
+#~ msgid "Delete the current line"
+#~ msgstr "Ta bort aktuell rad"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#~ msgid "Move the selected line up one line"
+#~ msgstr "Flytta markerad rad en rad uppåt"
+
+#~ msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Uppåtpil</key></keyseq>"
+
+#~ msgid "Move the selected line down one line"
+#~ msgstr "Flytta markerad rad en rad nedåt"
+
+#~ msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>Nedåtpil</key></keyseq>"
+
+#~ msgid "Add a tab stop"
+#~ msgstr "Lägg till ett tabulatorstopp"
+
+#~ msgid "<keyseq><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Tabb</key></keyseq>"
+
+#~ msgid "Remove a tab stop"
+#~ msgstr "Ta bort ett tabulatorstopp"
+
+#~ msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Skift</key><key>Tabb</key></keyseq>"
+
+#~ msgid "Convert the selected text to upper case"
+#~ msgstr "Konvertera markerad text till versaler"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+
+#~ msgid "Convert the selected text to lower case"
+#~ msgstr "Konvertera markerad text till gemener"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+
+#~ msgid "Toggle case of the selected text"
+#~ msgstr "Växla skiftläge för markerad text"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+
+#~ msgid "Toggle cursor visibility"
+#~ msgstr "Växla markörsynlighet"
+
+#~ msgid "<keyseq><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>F7</key></keyseq>"
+
+#~ msgid "Shortcut keys for showing and hiding panes"
+#~ msgstr "Kortkommandon för att visa och dölja paneler"
+
+#~ msgid "Show / hide the side panel"
+#~ msgstr "Visa / dölj sidopanelen"
+
+#~ msgid "<key>F9</key>"
+#~ msgstr "<key>F9</key>"
+
+#~ msgid "Open the file menu"
+#~ msgstr "Öppna filmenyn"
+
+#~ msgid "<key>F10</key>"
+#~ msgstr "<key>F10</key>"
+
+#~ msgid "Shortcut keys for navigation"
+#~ msgstr "Kortkommandon för navigering"
+
+#~ msgid "Move to matching bracket"
+#~ msgstr "Gå till matchande parentes"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>%</key></keyseq>"
+
+#~ msgid "Goto line"
+#~ msgstr "Gå till rad"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#~ msgid "Move to the beginning of the current line"
+#~ msgstr "Gå till början på aktuell rad"
+
+#~ msgid "<key>Home</key>"
+#~ msgstr "<key>Home</key>"
+
+#~ msgid "Move to the end of the current line"
+#~ msgstr "Gå till slutet på aktuell rad"
+
+#~ msgid "<key>End</key>"
+#~ msgstr "<key>End</key>"
+
+#~ msgid "Move to the beginning of the document"
+#~ msgstr "Gå till början på dokumentet"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+
+#~ msgid "Move to the end of the document"
+#~ msgstr "Gå till slutet på dokumentet"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+
+#~ msgid "Move viewport up within the file"
+#~ msgstr "Flytta visningsområde uppåt i filen"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Up</key></keyseq>"
+#~ msgstr "<keyseq><key>Skift</key><key>Alt</key><key>Upp</key></keyseq>"
+
+#~ msgid "Move viewport down within the file"
+#~ msgstr "Flytta visningsområde nedåt i filen"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Down</key></keyseq>"
+#~ msgstr "<keyseq><key>Skift</key><key>Alt</key><key>Ned</key></keyseq>"
+
+#~ msgid "Move viewport to beginning of file"
+#~ msgstr "Flytta visningsområde till början på filen"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Skift</key><key>Alt</key><key>Home</key></keyseq>"
+
+#~ msgid "Move viewport to end of file"
+#~ msgstr "Flytta visningsområde till slutet på filen"
+
+#~ msgid "<keyseq><key>Shift</key><key>Alt</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Skift</key><key>Alt</key><key>End</key></keyseq>"
+
+#~ msgid "Shortcut keys for searching"
+#~ msgstr "Kortkommandon för sökning"
+
+#~ msgid "Find a string"
+#~ msgstr "Sök efter en sträng"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#~ msgid "Find the next instance of the string"
+#~ msgstr "Sök nästa förekomst av strängen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#~ msgid "Find the previous instance of the string"
+#~ msgstr "Sök föregående förekomst av strängen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Skift</key><key>G</key></keyseq>"
+
+#~ msgid "Search and Replace"
+#~ msgstr "Sök och ersätt"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#~ msgid "Clear highlight"
+#~ msgstr "Ta bort markering"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>K</key></keyseq>"
+
+#~ msgid "Shortcut keys for tools"
+#~ msgstr "Kortkommandon för verktyg"
+
+#~ msgid "Check spelling"
+#~ msgstr "Kontrollera stavning"
+
+#~ msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>Skift</key><key>F7</key></keyseq>"
+
+#~ msgid "Remove trailing spaces (with plugin)"
+#~ msgstr "Ta bort eftersläpande blanksteg (med insticksmodul)"
+
+#~ msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#~ msgid "Run \"make\" in the current directory (with plugin)"
+#~ msgstr "Kör ”make” i aktuell katalog (med insticksmodul)"
+
+#~ msgid "<key>F8</key>"
+#~ msgstr "<key>F8</key>"
+
+#~ msgid "Directory listing (with plugin)"
+#~ msgstr "Kataloglistning (med insticksmodul)"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>D</key></keyseq>"
+
+#~ msgid "Shortcut keys for user help"
+#~ msgstr "Kortkommandon för användarhjälp"
+
+#~ msgid "Open the gedit user guide"
+#~ msgstr "Öppna användarguiden för gedit"
+
+#~ msgid "<key>F1</key>"
+#~ msgstr "<key>F1</key>"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Gå till <guiseq><gui>Dokument</gui><gui>Ny flikgrupp</gui></guiseq> i "
+#~ "huvudmenyn."
+
+#~ msgid "Move through tab groups"
+#~ msgstr "Gå mellan flikgrupper"
+
+#~ msgid "To move forward (on the next) tab group:"
+#~ msgstr "För att gå framåt till (nästa) flikgrupp:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "Gå till <guiseq><gui>Dokument</gui><gui>Nästa flikgrupp</gui></guiseq> i "
+#~ "huvudmenyn."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "down</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Använd kortkommandot <keyseq><key>Skift</key><key>Ctrl</key><key>Alt</"
+#~ "key><key>Page down</key></keyseq>."
+
+#~ msgid "To move backward (on the previous) tab group:"
+#~ msgstr "För att gå bakåt till (föregående) flikgrupp:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> "
+#~ "in the main menu."
+#~ msgstr ""
+#~ "Gå till <guiseq><gui>Dokument</gui><gui>Föregående flikgrupp</gui></"
+#~ "guiseq> i huvudmenyn."
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "up</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "Använd kortkommandot <keyseq><key>Skift</key><key>Ctrl</key><key>Alt</"
+#~ "key><key>Page up</key></keyseq>."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tab groups."
+#~ msgstr ""
+#~ "Se tabellen <link xref=\"gedit-shortcut-keys\">flikrelaterade "
+#~ "kortkommandon</link> för att göra det lättare att hantera dina "
+#~ "flikgrupper."
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tabs."
+#~ msgstr ""
+#~ "Se tabellen <link xref=\"gedit-shortcut-keys\">flikrelaterade "
+#~ "kortkommandon</link> för att göra det lättare att hantera dina flikar."
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window. The tab that is larger than the other "
+#~ "tabs indicates the file that is currently open. The smaller tabs indicate "
+#~ "other files that are available to work on."
+#~ msgstr ""
+#~ "Att arbeta med flikar i <app>gedit</app> låter dig hålla ett öga på flera "
+#~ "filer i ett enda fönster. Fliken som är större än de andra flikarna "
+#~ "indikerar filen som är öppen nu. De mindre flikarna står för andra filer "
+#~ "som finns tillgängliga att arbeta med."
+
+#~ msgid "Click the <gui>Open</gui> button."
+#~ msgstr "Klicka på knappen <gui>Öppna</gui>."
+
+#~ msgid ""
+#~ "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> "
+#~ "plugin allows you to insert the date and/or time at the current cursor "
+#~ "position. To enable this plugin, select <guiseq><gui "
+#~ "style=\"menu\">gedit</gui> <gui style=\"menuitem\">Preferences</"
+#~ "gui><gui>Plugins</gui> <gui>Insert Date/Time</gui></guiseq>. To use the "
+#~ "plugin, press <guiseq> <gui style=\"menu\">Edit</gui><gui>Insert Date and "
+#~ "Time</gui></guiseq>."
+#~ msgstr ""
+#~ "Som namnet antyder så låter insticksmodulen <gui>Infoga datum/tid</gui> "
+#~ "dig infoga aktuellt datum och/eller tid vid aktuell markörposition. För "
+#~ "att aktivera denna insticksmodul, välj <guiseq><gui style=\"menu\">gedit</"
+#~ "gui> <gui style=\"menuitem\">Inställningar</gui><gui>Insticksmoduler</"
+#~ "gui> <gui>Infoga datum/tid</gui></guiseq>. För att använda "
+#~ "insticksmodulen, tryck <guiseq> <gui style=\"menu\">Redigera</"
+#~ "gui><gui>Infoga datum och tid</gui></guiseq>."
+
+#~ msgid "Open the <gui>Quick Open</gui> window"
+#~ msgstr "Öppna fönstret <gui>Snabböppna</gui>"
+
+#~ msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#~ msgid "Print preview"
+#~ msgstr "Förhandsvisa utskrift"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Skift</key> <key>P</key></keyseq>"
+
+#~ msgid ""
+#~ "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+#~ "<gui>Open Files</gui> dialog."
+#~ msgstr ""
+#~ "Välj <guiseq><gui>Arkiv</gui><gui>Öppna</gui></guiseq> för att visa "
+#~ "dialogrutan <gui>Öppna filer</gui>."
+
+#~ msgid ""
+#~ "Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</"
+#~ "gui> dialog."
+#~ msgstr ""
+#~ "Välj <gui>Penn</gui>ikonen nästan högst upp i dialogrutan <gui>Öppna "
+#~ "filer</gui>."
+
+#~ msgid ""
+#~ "To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+#~ "gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+#~ "click on the <gui>file-browser</gui> icon at the bottom of the pane."
+#~ msgstr ""
+#~ "För att aktivera och använda <gui>sidopanelen</gui>, välj "
+#~ "<guiseq><gui>Visa</gui><gui>Sidopanel</gui></guiseq> (eller klicka bara "
+#~ "<key>F9</key>), och klicka sedan på <gui>Filbläddrar</gui>ikonen längs "
+#~ "ner i panelen."
+
+#~ msgid ""
+#~ "You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+#~ "operation, so we recommend that you save the file immediately before "
+#~ "performing the sort. If you make a mistake with the sort, you can revert "
+#~ "to the previously-saved version of the file by selecting "
+#~ "<guiseq><gui>File</gui><gui>Revert</gui></guiseq>."
+#~ msgstr ""
+#~ "Du kan inte använda funktionen <gui>Ångra</gui> för att rätta till en "
+#~ "<gui>Sorterings</gui>åtgärd, så vi rekommenderar att du sparar filen "
+#~ "omedelbart innan du genomför sorteringen. Om du gör ett misstag med "
+#~ "sorteringen kan du återgå till den tidigare sparade versionen genom att "
+#~ "välja <guiseq><gui>Arkiv</gui><gui>Återställ</gui></guiseq>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "Välj <guiseq><gui style=\"menu\">gedit</gui> <gui "
+#~ "style=\"menuitem\">Sortera</gui></guiseq>."
+
+#~ msgid ""
+#~ "Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</"
+#~ "key> feature to move up or down through the text."
+#~ msgstr ""
+#~ "Tryck ned <key>Ctrl</key> och använd din mus eller styrplattas "
+#~ "<key>rullnings</key>funktion för att flytta upp eller ner genom texten."
+
+#~ msgid "Show / hide the bottom pane"
+#~ msgstr "Visa / dölj underpanelen"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
diff --git a/help/te/te.po b/help/te/te.po
new file mode 100644
index 0000000..af8a400
--- /dev/null
+++ b/help/te/te.po
@@ -0,0 +1,3262 @@
+# Telugu translation for gedit.
+# Copyright (C) 2011, 2012 Swecha Telugu Localisation Team <localization@swecha.net>
+# This file is distributed under the same license as the gedit package.
+# Bhuvan Krishna <bhuvan@swecha.net>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"POT-Creation-Date: 2012-03-25 06:45+0000\n"
+"PO-Revision-Date: 2012-03-25 16:18+0530\n"
+"Last-Translator: Bhuvan Krishna <bhuvan@swecha.net>\n"
+"Language-Team: Telugu <indlinux-telugu@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr "అనువాదకుల-పరపతులు"
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/index.page:22(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-icon.png' md5='a7174de2671462e1ac4f80a82ad09184'"
+msgstr ""
+
+#: C/index.page:7(info/title)
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr ""
+
+#: C/index.page:8(info/title)
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr ""
+
+#: C/index.page:12(credit/name)
+#: C/gedit-change-color-scheme.page:9(credit/name)
+#: C/gedit-change-default-font.page:11(credit/name)
+#: C/gedit-close-file.page:9(credit/name)
+#: C/gedit-create-new-file.page:9(credit/name)
+#: C/gedit-edit-as-root.page:9(credit/name)
+#: C/gedit-files-basic.page:9(credit/name)
+#: C/gedit-full-screen.page:9(credit/name)
+#: C/gedit-open-files-from-sidepane.page:9(credit/name)
+#: C/gedit-open-files.page:13(credit/name)
+#: C/gedit-open-on-server.page:9(credit/name)
+#: C/gedit-open-recent.page:9(credit/name)
+#: C/gedit-plugin-guide.page:9(credit/name)
+#: C/gedit-plugins-bookmarks.page:9(credit/name)
+#: C/gedit-plugins-bracket-comp.page:9(credit/name)
+#: C/gedit-plugins-change-case.page:14(credit/name)
+#: C/gedit-plugins-character-map.page:9(credit/name)
+#: C/gedit-plugins-code-assistance.page:9(credit/name)
+#: C/gedit-plugins-code-comment.page:9(credit/name)
+#: C/gedit-plugins-color-picker.page:9(credit/name)
+#: C/gedit-plugins-commander.page:9(credit/name)
+#: C/gedit-plugins-dashboard.page:9(credit/name)
+#: C/gedit-plugins-doc-stats.page:13(credit/name)
+#: C/gedit-plugins-draw-spaces.page:9(credit/name)
+#: C/gedit-plugins-external-tools.page:15(credit/name)
+#: C/gedit-plugins-file-browser.page:13(credit/name)
+#: C/gedit-plugins-insert-date-time.page:14(credit/name)
+#: C/gedit-plugins-install.page:8(credit/name)
+#: C/gedit-plugins-join-split-lines.page:9(credit/name)
+#: C/gedit-plugins-modelines.page:13(credit/name)
+#: C/gedit-plugins-multi-edit.page:9(credit/name)
+#: C/gedit-plugins-pyconsole.page:9(credit/name)
+#: C/gedit-plugins-quick-open.page:9(credit/name)
+#: C/gedit-plugins-session-saver.page:9(credit/name)
+#: C/gedit-plugins-snippets-guide.page:8(credit/name)
+#: C/gedit-plugins-snippets.page:9(credit/name)
+#: C/gedit-plugins-sort.page:13(credit/name)
+#: C/gedit-plugins-tag-list.page:13(credit/name)
+#: C/gedit-plugins-terminal.page:10(credit/name)
+#: C/gedit-plugins-text-size.page:10(credit/name)
+#: C/gedit-plugins-word-completion.page:9(credit/name)
+#: C/gedit-printing.page:11(credit/name)
+#: C/gedit-quickstart.page:11(credit/name)
+#: C/gedit-replace.page:10(credit/name) C/gedit-save-file.page:9(credit/name)
+#: C/gedit-search.page:10(credit/name)
+#: C/gedit-shortcut-keys.page:10(credit/name)
+#: C/gedit-spellcheck.page:10(credit/name)
+#: C/gedit-syntax-highlighting.page:9(credit/name)
+#: C/gedit-tabs-moving.page:9(credit/name) C/gedit-tabs.page:10(credit/name)
+#: C/gedit-undo-recent-action.page:9(credit/name)
+#: C/gedit-undo-recent-action.page:18(credit/name)
+#: C/gedit-view-open-files-in-sidepane.page:9(credit/name)
+msgid "Jim Campbell"
+msgstr ""
+
+#: C/index.page:21(page/title)
+msgid ""
+"<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> </"
+"media> gedit Text Editor"
+msgstr ""
+
+#: C/index.page:26(page/p)
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"both <app>gedit's</app> most basic features, as well as some advanced "
+"keyboard shortcuts, visit the <link xref=\"gedit-quickstart\">Get started "
+"with gedit</link> and <link xref=\"gedit-shortcut-keys\">Shortcut keys</"
+"link> pages."
+msgstr ""
+
+#: C/index.page:28(page/p)
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr ""
+
+#: C/index.page:31(section/title)
+msgid "Working With Files"
+msgstr ""
+
+#: C/index.page:36(section/title)
+msgid "Configure gedit"
+msgstr ""
+
+#: C/index.page:40(section/title)
+msgid "gedit Plugins"
+msgstr ""
+
+#: C/index.page:44(section/title) C/gedit-printing.page:16(page/title)
+msgid "Printing with gedit"
+msgstr ""
+
+#: C/gedit-change-color-scheme.page:14(page/title)
+msgid "Change the color scheme"
+msgstr ""
+
+#: C/gedit-change-color-scheme.page:16(page/p)
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+
+#: C/gedit-change-color-scheme.page:18(page/p)
+msgid "To change the color scheme, complete the following steps:"
+msgstr ""
+
+#: C/gedit-change-color-scheme.page:20(item/p)
+msgid ""
+"Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+
+#: C/gedit-change-color-scheme.page:21(item/p)
+msgid "Choose your desired color scheme."
+msgstr ""
+
+#: C/gedit-change-color-scheme.page:24(page/p)
+msgid "The new color scheme will be applied immediately."
+msgstr ""
+
+#: C/gedit-change-color-scheme.page:27(section/title)
+msgid "Use a Custom Color Scheme"
+msgstr ""
+
+#: C/gedit-change-color-scheme.page:29(section/p)
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+
+#: C/gedit-change-color-scheme.page:30(section/p)
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"http://live.gnome.org/GtkSourceView/StyleSchemes\">gedit wiki</link>."
+msgstr ""
+
+#: C/gedit-change-default-font.page:16(page/title)
+msgid "Change the default font"
+msgstr ""
+
+#: C/gedit-change-default-font.page:18(page/p)
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+
+#: C/gedit-change-default-font.page:23(steps/title)
+msgid "To change the default font in <app>gedit</app>:"
+msgstr ""
+
+#: C/gedit-change-default-font.page:24(item/p)
+msgid ""
+"Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; Colors</"
+"key></keyseq>."
+msgstr ""
+
+#: C/gedit-change-default-font.page:26(item/p)
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr ""
+
+#: C/gedit-change-default-font.page:28(item/p)
+msgid ""
+"Choose your desired font, and use the <gui>slider</gui> to set the default "
+"font size."
+msgstr ""
+
+#: C/gedit-change-default-font.page:30(item/p)
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr ""
+
+#: C/gedit-close-file.page:14(page/title)
+msgid "Close a file"
+msgstr ""
+
+#: C/gedit-close-file.page:16(page/p)
+msgid ""
+"To close a file in <app>gedit</app>, select <guiseq><gui>File</gui> "
+"<gui>Close</gui></guiseq>. Alternately, you can click the small \"X\" that "
+"appears on the right-side of the file's tab, or press <keyseq><key>Ctrl</"
+"key> <key>W</key></keyseq>."
+msgstr ""
+
+#: C/gedit-close-file.page:20(page/p)
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+
+#: C/gedit-create-new-file.page:14(page/title)
+msgid "Create a new file"
+msgstr ""
+
+#: C/gedit-create-new-file.page:16(page/p)
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"icon that looks like a blank piece of paper with a \"plus\" sign next to it. "
+"If you prefer, you may also select <guiseq><gui>File</gui><gui>New</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+msgstr ""
+
+#: C/gedit-create-new-file.page:18(page/p)
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+
+#: C/gedit-edit-as-root.page:14(page/title)
+msgid "Edit a file as the root (administative) user"
+msgstr ""
+
+#: C/gedit-edit-as-root.page:16(note/p)
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+
+#: C/gedit-edit-as-root.page:18(page/p)
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+
+#: C/gedit-edit-as-root.page:19(page/code)
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#: C/gedit-edit-as-root.page:20(page/p)
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+
+#: C/gedit-edit-as-root.page:22(page/p)
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+
+#: C/gedit-edit-as-root.page:23(page/code)
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#: C/gedit-edit-as-root.page:24(page/p)
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+
+#: C/gedit-edit-as-root.page:26(note/p)
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, the "
+"application will retain those privileges until you close it."
+msgstr ""
+
+#: C/gedit-files-basic.page:14(page/title)
+msgid "File basics: Open, close, and save files"
+msgstr ""
+
+#: C/gedit-files-basic.page:16(page/p)
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, and opening and closing files."
+msgstr ""
+
+#: C/gedit-full-screen.page:14(page/title)
+msgid "Use fullscreen mode"
+msgstr ""
+
+#: C/gedit-full-screen.page:16(page/p)
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+
+#: C/gedit-full-screen.page:19(section/title)
+msgid "Turn on fullscreen mode"
+msgstr ""
+
+#: C/gedit-full-screen.page:20(section/p)
+msgid ""
+"To turn on fullscreen mode, select <guiseq><gui>View</gui><gui>Fullscreen</"
+"gui></guiseq>, or press <key>F11</key>. <app>gedit's</app> menu, title, and "
+"tab-bars will hide, and you will only be presented with the text of your "
+"current file."
+msgstr ""
+
+#: C/gedit-full-screen.page:21(section/p)
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+
+#: C/gedit-full-screen.page:23(note/p)
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+
+#: C/gedit-full-screen.page:27(section/title)
+msgid "Turn off fullscreen mode"
+msgstr ""
+
+#: C/gedit-full-screen.page:28(section/p)
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, move your mouse cursor to the top of the screen, and wait for the "
+"<gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, select "
+"<gui>Leave Fullscreen</gui>. You can also press <key>F11</key> to turn off "
+"fullscreen mode."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-open-files-from-sidepane.page:36(media)
+#: C/gedit-plugins-file-browser.page:32(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-side-pane1.png' "
+"md5='ac9c80cb0552d63b593c71f23be69b53'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#.
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-open-files-from-sidepane.page:51(media)
+#: C/gedit-view-open-files-in-sidepane.page:25(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-side-pane2.png' "
+"md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:14(page/title)
+msgid "View and open files from the side pane"
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:15(page/p)
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the <app>side pane</app>."
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:19(page/p)
+msgid ""
+"To activate the <app>side pane</app>, select <guiseq><gui>View</"
+"gui><gui>Side Pane</gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:24(note/p)
+msgid ""
+"You can toggle the <gui>side pane</gui> open or closed by pressing <key>F9</"
+"key> at any time."
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:30(section/title)
+#: C/gedit-plugins-file-browser.page:26(section/title)
+msgid "Opening files from the side pane"
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:31(section/p)
+msgid ""
+"To open files from the <app>side pane</app>, first open the <app>side pane</"
+"app> by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, then "
+"click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:39(section/p)
+#: C/gedit-plugins-file-browser.page:35(section/p)
+msgid ""
+"This will activate the <em>file-browser</em> mode of the <app>side pane</"
+"app>. You can then use the navigation buttons at the top of the pane to "
+"locate and open your desired files."
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:45(section/title)
+msgid "Using the side pane to switch between open files"
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:46(section/p)
+msgid ""
+"Once you have several files open, you can use the side pane to switch "
+"between open files. To activate the file browser portion of the <app>side "
+"pane</app>, click on the <gui>file</gui> icon at the bottom of the <gui>side "
+"pane</gui>."
+msgstr ""
+
+#: C/gedit-open-files-from-sidepane.page:54(section/p)
+msgid ""
+"Clicking on any file name in the <gui>side pane</gui> will open that file "
+"for editing."
+msgstr ""
+
+#: C/gedit-open-files.page:18(page/title)
+msgid "Open a file or set of files"
+msgstr ""
+
+#: C/gedit-open-files.page:20(page/p)
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+
+#: C/gedit-open-files.page:21(page/p)
+msgid ""
+"This will cause the <gui>Open Files</gui> dialog to appear. Use your mouse "
+"or keyboard to select the file that you wish to open, and then click "
+"<gui>Open</gui>. The file that you've selected will open in a new tab."
+msgstr ""
+
+#: C/gedit-open-files.page:22(page/p)
+msgid ""
+"To close the <gui>Open Files</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+
+#: C/gedit-open-files.page:24(note/p)
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+
+#: C/gedit-open-files.page:28(note/p)
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+
+#: C/gedit-open-on-server.page:14(page/title)
+msgid "Open a file that is located on a server"
+msgstr ""
+
+#: C/gedit-open-on-server.page:16(page/p)
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+
+#: C/gedit-open-on-server.page:18(page/p)
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+
+#: C/gedit-open-on-server.page:20(page/p)
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+
+#: C/gedit-open-on-server.page:23(item/p)
+msgid ""
+"Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+"<gui>Open Files</gui> dialog."
+msgstr ""
+
+#: C/gedit-open-on-server.page:24(item/p)
+msgid ""
+"Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</gui> "
+"dialog."
+msgstr ""
+
+#: C/gedit-open-on-server.page:25(item/p)
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr ""
+
+#: C/gedit-open-on-server.page:26(item/p)
+msgid "Find and select the file that you wish to open."
+msgstr ""
+
+#: C/gedit-open-on-server.page:27(item/p)
+msgid ""
+"Use the Character coding drop-down list to select the appropriate character "
+"coding."
+msgstr ""
+
+#: C/gedit-open-on-server.page:28(item/p)
+#: C/gedit-plugins-quick-open.page:37(item/p)
+msgid "Click <gui>Open</gui>."
+msgstr ""
+
+#: C/gedit-open-on-server.page:31(page/p)
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>gvfs</app>."
+msgstr ""
+
+#: C/gedit-open-on-server.page:34(note/p)
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+
+#: C/gedit-open-recent.page:14(page/title)
+msgid "Reopen a recently-used file"
+msgstr ""
+
+#: C/gedit-open-recent.page:16(page/p)
+msgid ""
+"By default, <app>gedit</app> provides easy access to five of your most "
+"recently-used files. Here is how you can open a recently-used file:"
+msgstr ""
+
+#: C/gedit-open-recent.page:18(item/p)
+msgid ""
+"Click the downward-facing arrow to the right of the <gui>Open</gui> button."
+msgstr ""
+
+#: C/gedit-open-recent.page:19(item/p)
+msgid ""
+"<app>gedit</app> will display a list of the five most-recently used files."
+msgstr ""
+
+#: C/gedit-open-recent.page:20(item/p)
+msgid "Select the desired file, and it will open in a new tab."
+msgstr ""
+
+#: C/gedit-open-recent.page:23(note/p)
+msgid ""
+"To adjust the number of recently-used files that gedit displays, you will "
+"need to use the <app>gconf-editor</app> application."
+msgstr ""
+
+#: C/gedit-open-recent.page:25(item/p)
+msgid ""
+"Launch <app>gconf-editor</app> and select <guiseq><gui>apps</"
+"gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>recents</gui></"
+"guiseq>."
+msgstr ""
+
+#: C/gedit-open-recent.page:26(item/p)
+msgid ""
+"Double-click on the number next to <gui>max_recents</gui> and change the "
+"number to your desired value."
+msgstr ""
+
+#: C/gedit-plugin-guide.page:14(page/title)
+msgid "Configure and use gedit Plugins"
+msgstr ""
+
+#: C/gedit-plugin-guide.page:15(page/p)
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+
+#: C/gedit-plugin-guide.page:19(note/p)
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+
+#: C/gedit-plugin-guide.page:24(section/title)
+msgid "Default gedit Plugins"
+msgstr ""
+
+#: C/gedit-plugin-guide.page:28(section/title)
+msgid "Additional gedit Plugins"
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:13(info/desc)
+msgid "Record commonly-referenced locations with bookmarks"
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:16(page/title)
+msgid "Bookmarks"
+msgstr "బుక్మార్క్లు"
+
+#: C/gedit-plugins-bookmarks.page:18(page/p)
+msgid ""
+"Gedit bookmarks allow you to highlight important lines of text within your "
+"document or program, making them easier to find. You can also move up or "
+"down between bookmarks, making document navigation a bit faster."
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:22(page/p)
+msgid ""
+"To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> "
+"Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:26(steps/title)
+msgid ""
+"Bookmarks are inserted and removed by completing the same action. To insert "
+"or remove bookmarks:"
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:28(item/p)
+msgid "Navigate to the line where you want to insert or remove the bookmark."
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:30(item/p)
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, or click "
+"<guiseq><gui>Edit</gui><gui>Toggle Bookmark</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:36(steps/title)
+msgid "To move between bookmarks:"
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:37(item/p)
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>B</key></keyseq> to move to the next "
+"bookmark."
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:39(item/p)
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> to move "
+"to the previous bookmark."
+msgstr ""
+
+#: C/gedit-plugins-bookmarks.page:41(note/p)
+msgid ""
+"If you prefer using the mouse, you can click <guiseq><gui>Edit</gui> <gui>Go "
+"to Next Bookmark</gui></guiseq> or <guiseq><gui>Edit</gui><gui>Go to "
+"Previous Bookmark</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-bracket-comp.page:12(info/desc)
+msgid "Auto-complete closing brackets"
+msgstr ""
+
+#: C/gedit-plugins-bracket-comp.page:15(page/title)
+msgid "Bracket completion"
+msgstr ""
+
+#: C/gedit-plugins-bracket-comp.page:17(page/p)
+msgid ""
+"The <app>Bracket Completion</app> plugin will auto-complete closing brackets "
+"for curly braces, parentheses, and square brackets."
+msgstr ""
+
+#: C/gedit-plugins-bracket-comp.page:19(page/p)
+msgid ""
+"To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins</gui><gui>Bracket Completion</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-bracket-comp.page:21(note/p)
+msgid "This plugin does not automatically insert closing HTML or XML tags."
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:9(credit/name)
+#: C/gedit-plugins-doc-stats.page:9(credit/name)
+#: C/gedit-plugins-external-tools.page:11(credit/name)
+#: C/gedit-plugins-file-browser.page:9(credit/name)
+#: C/gedit-plugins-insert-date-time.page:9(credit/name)
+#: C/gedit-plugins-install.page:12(credit/name)
+#: C/gedit-plugins-modelines.page:9(credit/name)
+#: C/gedit-plugins-snippets.page:13(credit/name)
+#: C/gedit-plugins-sort.page:9(credit/name)
+#: C/gedit-plugins-tag-list.page:9(credit/name)
+#: C/gedit-replace.page:15(credit/name) C/gedit-search.page:15(credit/name)
+#: C/gedit-tabs-moving.page:14(credit/name) C/gedit-tabs.page:15(credit/name)
+#: C/gedit-undo-recent-action.page:14(credit/name)
+#: C/gedit-view-open-files-in-sidepane.page:14(credit/name)
+msgid "Daniel Neel"
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:17(info/desc)
+msgid "Change the case of selected text"
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:20(page/title)
+msgid "Change case"
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:22(page/p)
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Change "
+"Case</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:24(page/p)
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:26(item/p)
+msgid "Highlight the portion of text that you want to change."
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:27(item/p)
+msgid "Select <guiseq><gui>Edit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:28(item/p)
+msgid "Choose your desired text-formatting option."
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:31(page/p)
+msgid "The updates to the text formatting will take place immediately."
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:33(note/p)
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:34(note/p)
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+
+#: C/gedit-plugins-change-case.page:36(note/p)
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:14(credit/name)
+#: C/gedit-plugins-word-completion.page:14(credit/name)
+msgid "Paul Weaver"
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:18(info/desc)
+msgid "Insert special characters just by clicking on them"
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:21(page/title)
+msgid "Character map"
+msgstr "అక్షర పటం"
+
+#: C/gedit-plugins-character-map.page:29(page/p)
+msgid ""
+"The <app>Character Map</app> plugin enables you to insert characters into "
+"your document that you may not be able to type easily using your keyboard. "
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins</gui><gui>Character Map</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:32(section/title)
+msgid "Using Character Map"
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:34(section/p)
+msgid ""
+"Once the plugin is enabled, you can add characters from the <em>Character "
+"Map</em> tab of the side panel (<guiseq><gui>View</gui><gui>Side Panel</"
+"gui></guiseq>)."
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:37(item/p)
+msgid ""
+"Place the cursor at the point in your document at which you would like your "
+"special character."
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:38(item/p)
+msgid ""
+"Open the side panel by selecting <guiseq><gui>View</gui><gui>Side Panel</"
+"gui></guiseq>, or by pressing <key>F9</key>."
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:39(item/p)
+msgid "Select the <em>Character Map</em> tab in the side panel."
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:40(item/p)
+msgid ""
+"If neccessary, choose the character set to which your character belongs from "
+"the list at the top of the <em>Character Map</em> tab (e.g., Arabic)."
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:41(item/p)
+msgid "Double click your desired character to insert it."
+msgstr ""
+
+#: C/gedit-plugins-character-map.page:44(note/p)
+msgid ""
+"You must click on the editing view of your document to continue editing "
+"normally."
+msgstr ""
+
+#: C/gedit-plugins-code-assistance.page:13(info/desc)
+msgid "Real-time error highlighting for supported languages"
+msgstr ""
+
+#: C/gedit-plugins-code-assistance.page:16(page/title)
+msgid "Code assistance"
+msgstr ""
+
+#: C/gedit-plugins-code-assistance.page:21(page/p)
+msgid ""
+"The <app>gedit-code-assistance</app> plugin provides real-time error "
+"highlighting for C, C++ and Objective-C. To enable this plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Code "
+"Assistance</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-code-assistance.page:39(section/title)
+msgid "How the code assistance plugin works"
+msgstr ""
+
+#: C/gedit-plugins-code-assistance.page:41(section/p)
+msgid ""
+"The plugin currently relies on information in the makefile to deduce the "
+"Clang error-highlighting rules. It examines the <code>make</code> rules and "
+"determines which targets depend on the the file that is being parsed. The "
+"plugin then extracts the compiler flags by simulating an execution of those "
+"targets."
+msgstr ""
+
+#: C/gedit-plugins-code-assistance.page:47(section/p)
+msgid ""
+"This is not completely fool proof, of course. In the future, the plugin will "
+"allow you to manually specify the compile flags."
+msgstr ""
+
+#: C/gedit-plugins-code-comment.page:13(info/desc)
+msgid "Comment-out or uncomment a block of code"
+msgstr ""
+
+#: C/gedit-plugins-code-comment.page:16(page/title)
+msgid "Code comment"
+msgstr ""
+
+#: C/gedit-plugins-code-comment.page:18(page/p)
+msgid ""
+"Code comments are portions of text that make it easier for people to "
+"understand a program's code, but they don't affect how a program works. "
+"Comments are separated from other parts of a program by special characters."
+msgstr ""
+
+#: C/gedit-plugins-code-comment.page:23(page/p)
+msgid ""
+"The <app>code comment</app> plugin makes it easier to quickly create or "
+"remove code comments. To enable the code comment plugin, select "
+"<guiseq><gui> Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Code "
+"comment</gui> </guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-code-comment.page:28(page/p)
+msgid "To create or remove a comment:"
+msgstr ""
+
+#: C/gedit-plugins-code-comment.page:30(item/p)
+msgid ""
+"Highlight the portion of text where you want to add or remove a comment."
+msgstr ""
+
+#: C/gedit-plugins-code-comment.page:32(item/p)
+msgid ""
+"To add a comment, click <guiseq><gui>Edit</gui><gui>Comment Code</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>M</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-code-comment.page:34(item/p)
+msgid ""
+"To remove a comment, click <guiseq><gui>Edit</gui><gui>Uncomment Code</gui></"
+"guiseq>, or press <keyseq><key>Shift</key><key>Ctrl</key> <key>M</key></"
+"keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-code-comment.page:39(note/p)
+msgid ""
+"<app>Gedit</app> will automatically use the correct style of comment based "
+"on the language or syntax of the file. If <app>gedit </app> doesn't identify "
+"your language or syntax, you can select it from the language list in the "
+"bottom <gui>Status bar</gui>."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:13(info/desc)
+msgid "Pick a color from a dialog and insert its hexadecimal representation"
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:16(page/title)
+msgid "Color picker"
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:18(page/p)
+msgid ""
+"The <app>color picker</app> plugin helps you to insert the character codes "
+"that represent a certain color. This can make it easier to choose and use "
+"the correct color in your programs."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:22(page/p)
+msgid ""
+"To enable the color picker plugin, select <guiseq><gui> Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>Color Picker</gui> </"
+"guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:26(page/p)
+msgid "To open and use the color picker:"
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:28(item/p)
+msgid ""
+"Place your cursor at the point in your document where you want to insert the "
+"color code."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:30(item/p)
+msgid ""
+"Select <guiseq><gui>Tools</gui><gui>Pick Color...</gui></guiseq>. The color "
+"picker dialog will appear."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:32(item/p)
+msgid ""
+"If the color that you want to select is currently on your screen, click on "
+"the icon that looks like an eyedropper."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:34(item/p)
+msgid ""
+"Your mouse pointer will change appearance, and will look like an eyedropper."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:36(item/p)
+msgid ""
+"Use the eyedropper and click on the portion of your screen that contains the "
+"color you want to use. The color code for that color will appear in the "
+"color picker window."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:39(item/p)
+msgid ""
+"To insert that color code into your document, click <gui> Insert</gui>. The "
+"code will be inserted where you had placed your cursor."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:42(item/p)
+msgid "To close the <app>color picker</app>, click <gui>Close</gui>."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:46(note/p)
+msgid ""
+"You can make fine-grained adjustments to the color by adjusting the values "
+"for Hue, Saturation, Value, Red, Green, or Blue."
+msgstr ""
+
+#: C/gedit-plugins-color-picker.page:48(note/p)
+msgid ""
+"Additionally, you can save colors by right-clicking on any of the colored "
+"boxes in the color picker, and selecting <gui>Save color here</gui>. This "
+"will make it easier to insert commonly-used colors later."
+msgstr ""
+
+#: C/gedit-plugins-commander.page:13(info/desc)
+msgid "Use a command-line interface for advanced editing"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:16(page/title)
+msgid "Commander"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:19(page/p)
+msgid ""
+"The <app>Commander</app> plugin is a plugin for advanced <app>gedit</app> "
+"users that allows you to perform command-line actions on the current file. "
+"To enable the commander plugin, select <guiseq><gui>Edit</gui><gui> "
+"Preferences</gui><gui>Plugins</gui><gui>Commander</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-commander.page:24(page/p)
+msgid ""
+"Once you have enabled the plugin, activate it by pressing <keyseq><key> "
+"Ctrl</key><key>.</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-commander.page:27(note/p)
+msgid "The last key in the above key combination is a period."
+msgstr ""
+
+#: C/gedit-plugins-commander.page:33(td/p) C/gedit-shortcut-keys.page:56(td/p)
+#: C/gedit-shortcut-keys.page:88(td/p) C/gedit-shortcut-keys.page:124(td/p)
+#: C/gedit-shortcut-keys.page:168(td/p) C/gedit-shortcut-keys.page:186(td/p)
+#: C/gedit-shortcut-keys.page:217(td/p) C/gedit-shortcut-keys.page:243(td/p)
+msgid "To Do This"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:33(td/p) C/gedit-shortcut-keys.page:56(td/p)
+#: C/gedit-shortcut-keys.page:88(td/p) C/gedit-shortcut-keys.page:124(td/p)
+#: C/gedit-shortcut-keys.page:168(td/p) C/gedit-shortcut-keys.page:186(td/p)
+#: C/gedit-shortcut-keys.page:217(td/p) C/gedit-shortcut-keys.page:243(td/p)
+msgid "Press This"
+msgstr "ఇది నొక్కండి"
+
+#: C/gedit-plugins-commander.page:38(td/p)
+msgid "See an overview of available commands"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:38(td/p)
+msgid "Tab + Tab"
+msgstr "Tab + Tab"
+
+#: C/gedit-plugins-commander.page:42(td/p)
+msgid "Find a word within the current file"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:42(td/p)
+msgid "/ <em>foo </em>"
+msgstr "/ <em>foo </em>"
+
+#: C/gedit-plugins-commander.page:44(td/p)
+msgid "This will find the word <em>foo</em>."
+msgstr ""
+
+#: C/gedit-plugins-commander.page:47(td/p)
+msgid "Replace a word within the current file"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:47(td/p)
+msgid "// foo bar"
+msgstr "// foo bar"
+
+#: C/gedit-plugins-commander.page:49(td/p)
+msgid "This will replace <em>foo</em> with <em>bar</em>."
+msgstr ""
+
+#: C/gedit-plugins-commander.page:52(td/p)
+msgid "Move the cursor to a certain line number in your file"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:53(td/p)
+msgid "go [line number] <em>or</em> just <em>g</em> [line number]"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:57(td/p)
+msgid "Toggle the bookmark indicator for the current line"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:58(td/p)
+msgid "bookmark <em>or</em> just <em>b</em>"
+msgstr ""
+
+#: C/gedit-plugins-commander.page:63(note/p)
+msgid ""
+"Some commands, such as the <app>bookmark</app> command require that the "
+"appropriate plugin be installed and activated. If you do not have the "
+"appropriate plugin installed and activated, you will receive an error "
+"message."
+msgstr ""
+
+#: C/gedit-plugins-dashboard.page:13(info/desc)
+msgid "Display recently-used and most-used files on startup"
+msgstr ""
+
+#: C/gedit-plugins-dashboard.page:16(page/title)
+msgid "Dashboard"
+msgstr "డాష్బోర్డ్ను"
+
+#: C/gedit-plugins-dashboard.page:18(page/p)
+msgid ""
+"The <app>Dashboard</app> plugin provides quick access to your most recently-"
+"used files and most-frequently used files. To activate the <app>Dashboard</"
+"app> plugin, select <keyseq><key>Edit</key><key> Preferences</"
+"key><key>Plugins</key><key>Dashboard</key></keyseq>. You will need to "
+"restart <app>gedit</app> to activate the <app>Dashboard</app> plugin."
+msgstr ""
+
+#: C/gedit-plugins-dashboard.page:25(page/p)
+msgid ""
+"The <app>dashboard</app> also includes a <gui>Search</gui> window, allowing "
+"you to search for files that may not appear in the list of files."
+msgstr ""
+
+#: C/gedit-plugins-dashboard.page:29(section/title)
+msgid "Recently used files"
+msgstr ""
+
+#: C/gedit-plugins-dashboard.page:30(section/p)
+msgid ""
+"The dashboard will initially display a shortcut for an <gui>empty document</"
+"gui> and seven of your most recently-used files. Click on the <gui>empty "
+"document</gui> to create a new file. Click on any of the other files to open "
+"that file."
+msgstr ""
+
+#: C/gedit-plugins-dashboard.page:37(section/title)
+msgid "Most frequently-used files"
+msgstr ""
+
+#: C/gedit-plugins-dashboard.page:38(section/p)
+msgid ""
+"Similarly, the dashboard displays a shortcut for an <gui>empty document </"
+"gui> and seven of your most frequently-used files. Click on the <gui> empty "
+"document</gui> to create a new file. Click on any of the other files to open "
+"that file."
+msgstr ""
+
+#: C/gedit-plugins-dashboard.page:43(note/p)
+msgid ""
+"Once activated, the <app>dashboard</app> will be displayed by default when "
+"you open <app>gedit</app>. You can also open the <app>dashboard</app> by "
+"clicking <guiseq><gui>File</gui><gui>New</gui> </guiseq>, or by pressing "
+"<keyseq><key>Ctrl</key><key>N</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-doc-stats.page:16(info/desc)
+msgid "View document statistics"
+msgstr ""
+
+#: C/gedit-plugins-doc-stats.page:19(page/title)
+msgid "Document statistics"
+msgstr ""
+
+#: C/gedit-plugins-doc-stats.page:21(page/p)
+msgid ""
+"The <em>Document Statistics</em> plugin can show you various statistics "
+"about your current document. To enable this plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Document "
+"Statisics</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-doc-stats.page:24(section/title)
+msgid "Using Document Statistics"
+msgstr ""
+
+#: C/gedit-plugins-doc-stats.page:26(section/p)
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</"
+"gui><gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+
+#: C/gedit-plugins-doc-stats.page:28(section/p)
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:13(info/desc)
+msgid "Show white space between words or portions of code"
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:16(page/title)
+msgid "Draw spaces"
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:18(page/p)
+msgid ""
+"The <app>Draw Spaces</app> plugin is a simple plugin that can mark spaces, "
+"tabs, and other types of whitespace with a small, visible marker. By making "
+"whitespace visible, you can more easily see how whitespace is used in a "
+"document, and can apply spacing strategies more consistently."
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:23(page/p)
+msgid ""
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> "
+"<gui>Plugins</gui><gui>Draw Spaces</gui></guiseq>. After you have enabled "
+"the plugin, you can set its options by highlighting the plugin and selecting "
+"<gui>Preferences</gui>."
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:27(list/title)
+msgid ""
+"By default, the <app>Draw Spaces</app> plugin will mark the following types "
+"of whitespace in a file:"
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:28(item/p)
+msgid "Spaces"
+msgstr "ఖాళీలు"
+
+#: C/gedit-plugins-draw-spaces.page:29(item/p)
+msgid "Tabs"
+msgstr "టాబ్లు"
+
+#: C/gedit-plugins-draw-spaces.page:30(item/p)
+msgid "Leading spaces"
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:31(item/p)
+msgid "Spaces in text"
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:32(item/p)
+msgid "Trailing spaces"
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:36(list/title)
+msgid "You can also set the plugin to mark:"
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:37(item/p)
+msgid "New Lines"
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:38(item/p)
+msgid "Non-breaking spaces"
+msgstr ""
+
+#: C/gedit-plugins-draw-spaces.page:41(note/p)
+msgid ""
+"Though you will be able to see the dots when you work on a file, the dots "
+"will not be visible when you print a file to paper."
+msgstr ""
+
+#: C/gedit-plugins-external-tools.page:18(info/desc)
+msgid "Run scripts on your current files, and interact with other applications"
+msgstr ""
+
+#: C/gedit-plugins-external-tools.page:22(page/title)
+msgid "External tools"
+msgstr ""
+
+#: C/gedit-plugins-external-tools.page:24(page/p)
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</"
+"gui><gui>External Tools</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-external-tools.page:27(section/title)
+msgid "Configure the external tools plugin"
+msgstr ""
+
+#: C/gedit-plugins-external-tools.page:29(section/p)
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-external-tools.page:31(note/p)
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+
+#: C/gedit-plugins-file-browser.page:16(info/desc)
+msgid "Use the side pane to browse and open files"
+msgstr ""
+
+#: C/gedit-plugins-file-browser.page:19(page/title)
+msgid "File browser pane"
+msgstr ""
+
+#: C/gedit-plugins-file-browser.page:21(page/p)
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser pane</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side pane, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+
+#: C/gedit-plugins-file-browser.page:23(page/p)
+msgid ""
+"You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui>Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>File Browser Pane</gui></"
+"guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-file-browser.page:27(section/p)
+msgid ""
+"To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+"gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+"click on the <gui>file-browser</gui> icon at the bottom of the pane."
+msgstr ""
+
+#: C/gedit-plugins-insert-date-time.page:17(info/desc)
+msgid "Insert the current date/time at the cursor position"
+msgstr ""
+
+#: C/gedit-plugins-insert-date-time.page:20(page/title)
+msgid "Insert date/time"
+msgstr ""
+
+#: C/gedit-plugins-insert-date-time.page:22(page/p)
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position. To "
+"enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins</gui><gui>Insert Date/Time</gui></guiseq>. To use the "
+"plugin, press <guiseq><gui>Edit</gui><gui>Insert Date and Time</gui></"
+"guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-insert-date-time.page:24(page/p)
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by selecting "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Insert "
+"Date/Time</gui><gui>Configure</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-install.page:15(info/desc)
+msgid "How to install third-party plugins"
+msgstr ""
+
+#: C/gedit-plugins-install.page:18(page/title)
+msgid "Additional gedit plugins"
+msgstr ""
+
+#: C/gedit-plugins-install.page:20(page/p)
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"http://live.gnome.org/Gedit/"
+"Plugins#third_party\">kept here</link>."
+msgstr ""
+
+#: C/gedit-plugins-install.page:27(page/p)
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+
+#: C/gedit-plugins-install.page:31(item/p)
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+
+#: C/gedit-plugins-install.page:36(item/p)
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+
+#: C/gedit-plugins-install.page:39(item/p)
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+
+#: C/gedit-plugins-install.page:41(item/p)
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>[Name of Plugin]</gui> </"
+"guiseq> to enable the plugin."
+msgstr ""
+
+#: C/gedit-plugins-install.page:45(item/p)
+#: C/gedit-plugins-session-saver.page:46(item/p)
+msgid "Click <gui>Close</gui>."
+msgstr ""
+
+#: C/gedit-plugins-install.page:48(page/p)
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr ""
+
+#: C/gedit-plugins-install.page:52(note/p)
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-install.page:59(note/p)
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:13(info/desc)
+msgid "Join several lines of text, or split long lines"
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:16(page/title)
+msgid "Join/Split lines"
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:18(page/p)
+msgid ""
+"The <app>Join/Split Lines</app> plugin can join shorter lines into one "
+"longer line, or can split a long line into multiple shorter lines."
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:21(page/p)
+msgid ""
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui> "
+"<gui>Plugins</gui><gui>Join/Split Lines</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:25(steps/title)
+msgid "To join multiple lines into one longer line:"
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:26(item/p)
+msgid ""
+"Select the lines that you want to join. To do this, you can use the mouse, "
+"or you can press <keyseq><key>Shift</key><key>Up Arrow</key> </keyseq> or "
+"<keyseq><key>Shift</key><key>Down Arrow</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:30(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>J</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:31(item/p)
+msgid "The lines that you selected will be joined into one longer line."
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:36(steps/title)
+msgid "To split one line into multiple lines:"
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:37(item/p)
+msgid ""
+"Select the line that you want to split by placing your cursor anywhere on "
+"that line."
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:39(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>Shift</key><key>J</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-join-split-lines.page:41(item/p)
+msgid ""
+"The line will be split into multiple lines. Spaces are used to determine "
+"where it is safe to split a line, and the length of each line will not "
+"exceed 80 characters."
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:16(info/desc)
+msgid "Emacs, Kate and Vim-style modelines support for gedit"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:19(page/title)
+msgid "Modelines"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:21(page/p)
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:23(page/p)
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui>Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:26(section/title)
+msgid "General Modeline Options"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:27(section/p)
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:29(item/p)
+msgid "Tab width"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:30(item/p)
+msgid "Indent width"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:31(item/p)
+msgid "Inserting spaces instead of tabs"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:32(item/p)
+msgid "Text Wrapping"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:33(item/p)
+msgid "Right margin width"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:36(note/p)
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:40(section/title)
+msgid "Emacs Modelines"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:42(section/p)
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:44(item/p)
+msgid "Tab-width"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:45(item/p)
+msgid "Indent-offset"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:46(item/p)
+msgid "Indent-tabs-mode"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:47(item/p)
+msgid "Text auto-wrap"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:49(section/p)
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"http://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:53(section/title)
+msgid "Kate Modelines"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:55(section/p)
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:58(item/p)
+msgid "tab-width"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:59(item/p)
+msgid "indent-width"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:60(item/p)
+msgid "space-indent"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:61(item/p)
+msgid "word-wrap"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:62(item/p)
+msgid "word-wrap-column"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:65(section/p)
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"http://kate-editor.org/\">Kate website</link>."
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:69(section/title)
+msgid "Vim Modelines"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:70(section/p)
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:73(item/p)
+msgid "et (expandtab)"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:74(item/p)
+msgid "ts (tabstop)"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:75(item/p)
+msgid "sw (shiftwidth)"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:76(item/p)
+msgid "wrap"
+msgstr "పొట్లం కట్టు"
+
+#: C/gedit-plugins-modelines.page:77(item/p)
+msgid "textwidth"
+msgstr ""
+
+#: C/gedit-plugins-modelines.page:80(section/p)
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"http://www.vim.org/\">Vim website</link>."
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:11(credit/years)
+msgid "2011"
+msgstr "2011"
+
+#: C/gedit-plugins-multi-edit.page:14(info/desc)
+msgid "Edit a document in multiple places at once"
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:17(page/title)
+msgid "Multi edit"
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:19(page/p)
+msgid ""
+"The <app>Multi Edit</app> plugin allows you to edit a document in multiple "
+"places at once. This can be helpful when performing tedious editing tasks. "
+"To enable the Multi Edit plugin, select <guiseq><gui>Edit</gui><gui> "
+"Preferences</gui><gui>Plugins</gui><gui>Multi Edit</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:24(page/p)
+msgid ""
+"After you have enabled the plugin, turn-on Multi Edit mode by pressing "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, or clicking "
+"<guiseq><gui>Edit</gui><gui>Multi Edit Mode</gui></guiseq>. You can then "
+"select the points in your file that you would like start editing."
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:29(page/p)
+msgid "To insert editing points in your file:"
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:31(item/p)
+msgid "Place your cursor at your first desired editing point."
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:32(item/p)
+msgid "Press <keyseq><key>Ctrl</key><key>E</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:33(item/p)
+msgid ""
+"Move to your next editing point, and press <keyseq><key>Ctrl</key> <key>E</"
+"key></keyseq> again."
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:35(item/p)
+msgid "Continue inserting editing points, adding as many as you need."
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:39(page/p)
+msgid ""
+"Once you have inserted all of your editing points, you can make your desired "
+"edits."
+msgstr ""
+
+#: C/gedit-plugins-multi-edit.page:42(page/p)
+msgid ""
+"To remove editing points, press the <key>Esc</key> key. This will remove all "
+"of the editing points. Pressing the <key>Esc</key> key again will turn off "
+"Multi Edit mode, returning the editor back to its normal state."
+msgstr ""
+
+#: C/gedit-plugins-pyconsole.page:12(info/desc)
+msgid "Add an interactive Python console to the bottom pane"
+msgstr ""
+
+#: C/gedit-plugins-pyconsole.page:15(page/title)
+msgid "Python console"
+msgstr ""
+
+#: C/gedit-plugins-pyconsole.page:17(page/p)
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</"
+"gui><gui>Python Console</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-pyconsole.page:19(page/p)
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press "
+"<keyseq><key>Shift</key><key>F9</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-pyconsole.page:21(note/p)
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:13(info/desc)
+msgid "Quickly open a file or set of files"
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:16(page/title)
+msgid "Quick open"
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:18(page/p)
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than the regular way of opening files. "
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui> Preferences</"
+"gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:23(page/p)
+msgid "Once you've enabled it, here is how to use the plugin:"
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:26(item/p)
+msgid ""
+"Open the <app>Quick Open</app> dialog by pressing <keyseq><key> Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <guiseq> <gui>File</"
+"gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:29(item/p)
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:30(item/p)
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:32(item/p)
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:34(item/p)
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+
+#: C/gedit-plugins-quick-open.page:40(note/p)
+msgid ""
+"The <app>Quick Open</app> plugin will only display files that you have "
+"previously opened."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:13(info/desc)
+msgid "Save and restore your working sessions"
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:16(page/title)
+msgid "Session Saver"
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:18(page/p)
+msgid ""
+"The <app>Session Saver</app> plugin saves groups of files together so that "
+"you can open them together at a later time. To enable the plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui> <gui>Session "
+"Saver</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:24(steps/title)
+msgid "To save a new session:"
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:25(item/p)
+msgid ""
+"Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Save current "
+"session</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:27(item/p)
+msgid "Type a session name in the <gui>Save session</gui> dialog box."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:29(item/p)
+msgid "Click <gui>Save</gui>."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:33(steps/title)
+msgid "To open an existing session:"
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:34(item/p)
+msgid "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:36(item/p)
+msgid "Click the name of your desired session."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:40(steps/title)
+msgid "To delete an existing session:"
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:41(item/p)
+msgid ""
+"Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui> Manage saved "
+"sessions</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:43(item/p)
+msgid "Select the name of the session that you want to delete."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:45(item/p)
+msgid "Click <gui>Delete</gui>."
+msgstr ""
+
+#: C/gedit-plugins-session-saver.page:47(item/p)
+msgid ""
+"The session name will still be listed in your list of sessions until you "
+"close <app>gedit</app>."
+msgstr ""
+
+#: C/gedit-plugins-snippets-guide.page:11(info/desc)
+msgid "Use snippets to quickly insert often-used pieces of text"
+msgstr ""
+
+#: C/gedit-plugins-snippets-guide.page:14(page/title)
+msgid "Snippets"
+msgstr ""
+
+#: C/gedit-plugins-snippets-guide.page:16(page/p)
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+
+#: C/gedit-plugins-snippets-guide.page:22(page/p)
+msgid ""
+"To enable the <app>Snippets</app> plugin, select <guiseq><gui>Edit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Snippets</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-snippets-guide.page:26(section/title)
+msgid "Using, Modifying and creating snippets"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:35(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:16(info/desc)
+msgid "Inserting snippets of text into your files"
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:19(page/title)
+msgid "Using snippets"
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:21(page/p)
+msgid "The following points will help you get started with using snippets:"
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:24(item/p)
+msgid "Make sure the syntax is set appropriately."
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:25(item/p)
+msgid ""
+"The status bar at the bottom of the <app>gedit</app> window will show the "
+"current language setting. This language setting is what allows gedit to "
+"insert the proper snippets. <app>Gedit</app> will normally detect the "
+"language or syntax of the file that you're using, but sometimes you may need "
+"to set it."
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:33(figure/desc)
+msgid "In this example, the language is set to HTML."
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:40(item/p)
+msgid "Review the default snippets."
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:41(item/p)
+msgid ""
+"Select <guiseq><gui>Tools</gui><gui>Manage Snippets</gui></guiseq>. Review "
+"the snippets that are available for your language or syntax. Find some basic "
+"snippets that you think might be useful for you."
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:45(item/p)
+msgid "Try using some of the snippets."
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:46(item/p)
+msgid ""
+"For example, if you set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key, you should see something like this:"
+msgstr ""
+
+#: C/gedit-plugins-snippets.page:51(page/code)
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" \n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" \n"
+" &lt;/head&gt;\n"
+" "
+
+#: C/gedit-plugins-sort.page:16(info/desc)
+msgid "Sort lines of text into alphabetical order"
+msgstr ""
+
+#: C/gedit-plugins-sort.page:19(page/title)
+msgid "Sort"
+msgstr ""
+
+#: C/gedit-plugins-sort.page:21(page/p)
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+
+#: C/gedit-plugins-sort.page:23(note/p)
+msgid ""
+"You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+"operation, so we recommend that you save the file immediately before "
+"performing the sort. If you make a mistake with the sort, you can revert to "
+"the previously-saved version of the file by selecting <guiseq><gui>File</"
+"gui><gui>Revert</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-sort.page:25(page/p)
+msgid ""
+"To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-sort.page:27(page/p)
+msgid ""
+"After you have enabled the <gui>Sort</gui> plugin, use it by selecting the "
+"lines of text you want to sort, and then clicking <guiseq><gui>Edit</"
+"gui><gui>Sort</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-sort.page:29(page/p)
+msgid ""
+"The Sort dialog will open, allowing you to choose between several sorting "
+"options:"
+msgstr ""
+
+#: C/gedit-plugins-sort.page:31(item/p)
+msgid ""
+"<em>Reverse order</em> will arrange the text in reverse alphabetical order."
+msgstr ""
+
+#: C/gedit-plugins-sort.page:32(item/p)
+msgid "<em>Remove duplicates</em> will remove duplicate values from the list."
+msgstr ""
+
+#: C/gedit-plugins-sort.page:33(item/p)
+msgid "<em>Ignore case</em> will ignore case sensitivity."
+msgstr ""
+
+#: C/gedit-plugins-sort.page:34(item/p)
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <em>Start at</em> "
+"column spin box."
+msgstr ""
+
+#: C/gedit-plugins-sort.page:36(page/p)
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-tag-list.page:35(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-side-pane3.png' "
+"md5='4b800d370193ac0ed8db9eb33b86e11c'"
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:16(info/desc)
+msgid ""
+"Automatically insert tags, strings and special characters into a document"
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:19(page/title)
+msgid "Tag list"
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:21(page/p)
+msgid ""
+"The <app>Tag List</app> plugin allows you to insert common tags and special "
+"characters from a list in the side pane. By default, the plugin can insert "
+"tags and special characters for HTML, XHTML, XSLT, XUL and LaTeX."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:24(section/title)
+msgid "Using the Tag List plugin"
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:26(section/p)
+msgid ""
+"To use the <app>Tag List</app> plugin, you will need to enable the plugin, "
+"and then activate the tag-list portion of the side pane."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:29(section/title)
+msgid "Enabling the Plugin"
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:30(section/p)
+msgid ""
+"You can activate the plugin by selecting <guiseq><gui>Edit</"
+"gui><gui>Preferences</gui><gui>Plugins</gui><gui>Tag List</gui></guiseq>. "
+"Once you have activated the plugin, access it by selecting "
+"<guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, or by pressing "
+"<key>F9</key>."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:32(section/p)
+msgid ""
+"The side pane initially shows a list of open documents, so to view and use "
+"the <app>tag list</app>, you will need to click on the tab showing the \"plus"
+"\" icon at the bottom of the side pane. The icon will look similar to this:"
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:39(section/title)
+msgid "Inserting Tags and Special Characters"
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:41(section/p)
+msgid ""
+"The <app>tag list</app> uses a drop-down menu to let you choose from the "
+"different types of tags. For example, one tag option is <gui>HTML - Tags</"
+"gui>."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:43(section/p)
+msgid "To start inserting tags, complete the following:"
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:46(item/p)
+msgid ""
+"Move the cursor to where you will want to insert the tag or special "
+"character."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:47(item/p)
+msgid ""
+"Select the desired tag type from the drop-down menu at the top of the side "
+"pane."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:48(item/p)
+msgid "Scroll through the list to find the desired tag or character."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:49(item/p)
+msgid "Double-click on the tag in the tag list."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:52(section/p)
+msgid ""
+"The tag or special character you've chosen will then be displayed in your "
+"document."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:56(section/title)
+msgid "Tag List Tips"
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:57(note/p)
+msgid ""
+"You can also insert a tag by pressing <key>Return</key> or "
+"<keyseq><key>Shift</key><key>Return</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:58(note/p)
+msgid ""
+"Pressing the <key>Return</key> key will insert the tag at the cursor "
+"position, and then return focus to the document. Pressing "
+"<keyseq><key>Shift</key><key>Return</key></keyseq> will insert the tag at "
+"the cursor position, but will keep the focus on the <app>tag-list</app>."
+msgstr ""
+
+#: C/gedit-plugins-tag-list.page:60(note/p)
+msgid ""
+"You can see a preview of what text will be inserted for each tag and special "
+"character by clicking on the word the <gui>Preview</gui> at the bottom of "
+"the side pane."
+msgstr ""
+
+#: C/gedit-plugins-terminal.page:13(info/desc)
+msgid "Add a terminal console to the bottom pane"
+msgstr ""
+
+#: C/gedit-plugins-terminal.page:16(page/title)
+msgid "Embedded terminal"
+msgstr ""
+
+#: C/gedit-plugins-terminal.page:18(page/p)
+msgid ""
+"<app>gedit</app> makes it possible to include an embedded version of "
+"<app>Gnome Terminal</app>, the GNOME command-line application, in the bottom "
+"pane of the <app>gedit</app> window. This will let you run scripts, install "
+"needed software, or test your program without leaving <app>gedit</app>."
+msgstr ""
+
+#: C/gedit-plugins-terminal.page:20(page/p)
+msgid ""
+"To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins</gui><gui>Embedded Terminal</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-terminal.page:22(page/p)
+msgid ""
+"Once you have enabled the plugin, add the terminal to the bottom pane by "
+"selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just "
+"press <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-text-size.page:14(info/desc)
+msgid "Increase or decrease the text size"
+msgstr ""
+
+#: C/gedit-plugins-text-size.page:17(page/title)
+msgid "Text Size"
+msgstr ""
+
+#: C/gedit-plugins-text-size.page:19(page/p)
+msgid ""
+"The text size plugin allows you to temporarily change the text size in "
+"<app>gedit</app> without changing the program's default text size. To enable "
+"this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+"gui><gui>Plugins </gui><gui>Text Size</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-text-size.page:25(list/title)
+msgid ""
+"Once you have enabled the plugin, do any of the following to change the text "
+"size in <app>gedit</app>:"
+msgstr ""
+
+#: C/gedit-plugins-text-size.page:27(item/p)
+msgid ""
+"To <em>increase</em> the text size, select <keyseq><key>Ctrl</key> <key>+</"
+"key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-text-size.page:29(item/p)
+msgid ""
+"To <em>decrease</em> the text size, select <keyseq><key>Ctrl</key> <key>-</"
+"key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-text-size.page:31(item/p)
+msgid ""
+"To <em>reset</em> the text size to the default size, select "
+"<keyseq><key>Ctrl</key><key>0</key></keyseq>."
+msgstr ""
+
+#: C/gedit-plugins-word-completion.page:18(info/desc)
+msgid "Autocomplete words or portions of code as you type"
+msgstr ""
+
+#: C/gedit-plugins-word-completion.page:21(page/title)
+msgid "Word completion"
+msgstr ""
+
+#: C/gedit-plugins-word-completion.page:23(page/p)
+msgid ""
+"The <app>Word Completion</app> plugin can speed up your editing by "
+"suggesting completions of words as you type. To enable the plugin, select "
+"<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Word "
+"Completion</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-plugins-word-completion.page:28(page/p)
+msgid ""
+"While editing, the <app>Word Completion</app> plugin will automatically "
+"display a pop-up list of words that begin with the letters you have already "
+"typed. Word suggestions are based upon words that appear elsewhere in your "
+"document and upon pre-defined keywords if your document is of a recognised "
+"format."
+msgstr ""
+
+#: C/gedit-plugins-word-completion.page:34(page/p)
+msgid ""
+"To insert a suggested word, double-click on it in the pop-up list or press "
+"<keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> is the "
+"number displayed next to your desired word."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-printing-order.page:53(media)
+msgctxt "_"
+msgid "external ref='reverse-collate.png' md5='__failed__'"
+msgstr ""
+
+#: C/gedit-printing-order.page:10(credit/name)
+#: C/gedit-printing-select.page:10(credit/name)
+msgid "Phil Bull"
+msgstr ""
+
+#: C/gedit-printing-order.page:14(license/p)
+#: C/gedit-printing-select.page:14(license/p)
+msgid "Creative Commons Share Alike 3.0"
+msgstr ""
+
+#: C/gedit-printing-order.page:18(page/title)
+msgid "Getting Copies To Print In The Correct Order"
+msgstr ""
+
+#: C/gedit-printing-order.page:21(section/title)
+msgid "Reverse"
+msgstr ""
+
+#: C/gedit-printing-order.page:24(section/p)
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up."
+msgstr ""
+
+#: C/gedit-printing-order.page:28(section/p)
+msgid "To reverse the order:"
+msgstr ""
+
+#: C/gedit-printing-order.page:32(item/p)
+msgid "<guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgstr ""
+
+#: C/gedit-printing-order.page:33(item/p)
+msgid ""
+"In the <gui>General</gui> tab of the Print window under <em>Copies</em>, "
+"check <gui>Reverse</gui>. The last page will be printed first, and so on."
+msgstr ""
+
+#: C/gedit-printing-order.page:38(section/title)
+msgid "Collate"
+msgstr ""
+
+#: C/gedit-printing-order.page:41(section/p)
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+
+#: C/gedit-printing-order.page:46(section/p)
+msgid "To Collate:"
+msgstr ""
+
+#: C/gedit-printing-order.page:50(item/p)
+msgid "Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>"
+msgstr ""
+
+#: C/gedit-printing-order.page:51(item/p)
+msgid ""
+"In the <gui>General</gui> tab of the Print window under <em>Copies</em> "
+"check <gui>Collate</gui>."
+msgstr ""
+
+#: C/gedit-printing.page:19(note/p)
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the "
+"printing help documentation for your desktop environment."
+msgstr ""
+
+#: C/gedit-printing.page:22(page/p)
+msgid ""
+"<app>gedit</app> allows you to both print output to a file, as well as "
+"printing output to paper. Prior to printing your document, you can also "
+"preview how the printed document will look by using the <app>Print Preview</"
+"app> feature."
+msgstr ""
+
+#: C/gedit-printing.page:25(section/title)
+msgid "Printing to paper"
+msgstr ""
+
+#: C/gedit-printing.page:29(section/title)
+msgid "Printing output to a file"
+msgstr ""
+
+#: C/gedit-printing.page:31(section/p)
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To do so, select "
+"<guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-printing.page:32(section/p)
+msgid "Printing is enabled for the following file formats:"
+msgstr ""
+
+#: C/gedit-printing.page:34(item/p)
+msgid "Portable Document Format (.pdf)"
+msgstr ""
+
+#: C/gedit-printing.page:35(item/p)
+msgid "PostScript (.ps)"
+msgstr ""
+
+#: C/gedit-printing.page:36(item/p)
+msgid "Scalable Vector Graphic (.svg)"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-printing-select.page:34(media)
+msgctxt "_"
+msgid "external ref='print-select.png' md5='__failed__'"
+msgstr ""
+
+#: C/gedit-printing-select.page:18(page/title)
+msgid "Only Printing Certain Pages"
+msgstr ""
+
+#: C/gedit-printing-select.page:20(page/p)
+msgid "To only print certain pages from the document:"
+msgstr ""
+
+#: C/gedit-printing-select.page:24(item/p)
+msgid "Click <guiseq><gui>File</gui><gui> Print...</gui></guiseq>"
+msgstr ""
+
+#: C/gedit-printing-select.page:25(item/p)
+msgid ""
+"In the <gui>General</gui> tab in the Print window choose <gui>Pages</gui> "
+"from the <gui>Range</gui> section."
+msgstr ""
+
+#: C/gedit-printing-select.page:26(item/p)
+msgid ""
+"Type the numbers of the pages you want to print in the textbox, separated by "
+"commas. Use a dash to denote a range of pages."
+msgstr ""
+
+#: C/gedit-printing-select.page:31(note/p)
+msgid ""
+"For example, if you enter \"1,3,5-7,9\" in the <gui>Pages</gui> textbox, "
+"pages 1,3,5,6,7 and 9 will be printed."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:19(media)
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='3f101415d3b97ca8b0e81dc3cc1a6bd7'"
+msgstr ""
+
+#: C/gedit-quickstart.page:16(page/title)
+msgid "Get started with gedit"
+msgstr ""
+
+#: C/gedit-quickstart.page:17(page/p)
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+
+#: C/gedit-quickstart.page:21(page/p)
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click <gui>Save</gui>."
+msgstr ""
+
+#: C/gedit-quickstart.page:23(page/p)
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+
+#: C/gedit-replace.page:20(page/title)
+msgid "Replace text"
+msgstr ""
+
+#: C/gedit-replace.page:22(page/p)
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+
+#: C/gedit-replace.page:25(steps/title)
+msgid "Replace text in <app>gedit</app>"
+msgstr ""
+
+#: C/gedit-replace.page:26(item/p)
+msgid ""
+"Open the Replace tool by clicking <guiseq><gui>Search</gui><gui>Replace</"
+"gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+
+#: C/gedit-replace.page:27(item/p)
+msgid "Enter the text that you wish to replace into the 'Search for:' field."
+msgstr ""
+
+#: C/gedit-replace.page:28(item/p)
+msgid "Enter the new, replacement text into the 'Replace with:' field."
+msgstr ""
+
+#: C/gedit-replace.page:30(item/p)
+msgid ""
+"Once you have entered the original and replacement text, select your desired "
+"replacement options:"
+msgstr ""
+
+#: C/gedit-replace.page:32(item/p)
+msgid ""
+"To replace <em>only</em> the next matching portion of text, click "
+"<gui>Replace</gui>."
+msgstr ""
+
+#: C/gedit-replace.page:33(item/p)
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+
+#: C/gedit-replace.page:39(note/p)
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+
+#: C/gedit-replace.page:43(section/title)
+msgid "More options"
+msgstr ""
+
+#: C/gedit-replace.page:46(item/title)
+msgid "Match case"
+msgstr ""
+
+#: C/gedit-replace.page:47(item/p)
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+
+#: C/gedit-replace.page:50(item/title)
+msgid "Match entire word only"
+msgstr ""
+
+#: C/gedit-replace.page:51(item/p)
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+
+#: C/gedit-replace.page:54(item/title)
+msgid "Search backwards"
+msgstr ""
+
+#: C/gedit-replace.page:55(item/p)
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+
+#: C/gedit-replace.page:58(item/title)
+msgid "Wrap around"
+msgstr ""
+
+#: C/gedit-replace.page:59(item/p)
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+
+#: C/gedit-save-file.page:14(page/title)
+msgid "Save a file"
+msgstr ""
+
+#: C/gedit-save-file.page:16(page/p)
+msgid ""
+"To save a file in <app>gedit</app>, click on the disk-drive icon with the "
+"word <gui>Save</gui> next to it. You may also select <guiseq><gui>File</"
+"gui><gui>Save</gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>S</"
+"key></keyseq>."
+msgstr ""
+
+#: C/gedit-save-file.page:17(page/p)
+msgid ""
+"If you are saving a new file, the <gui>Save File</gui> dialog will appear, "
+"and you can select a name for the file, as well as the directory where you "
+"would like the file to be saved."
+msgstr ""
+
+#: C/gedit-search.page:20(page/title)
+msgid "Search for text"
+msgstr ""
+
+#: C/gedit-search.page:22(page/p)
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr ""
+
+#: C/gedit-search.page:26(steps/title)
+msgid "Finding text"
+msgstr ""
+
+#: C/gedit-search.page:27(item/p)
+msgid ""
+"Open the <gui style=\"menu\">search window</gui> by clicking "
+"<guiseq><gui>Search</gui><gui>Find</gui> </guiseq> or pressing "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your cursor to "
+"the start of the <gui>search window</gui>."
+msgstr ""
+
+#: C/gedit-search.page:32(item/p)
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr ""
+
+#: C/gedit-search.page:34(item/p)
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr ""
+
+#: C/gedit-search.page:39(page/p)
+msgid "To scroll through the search results, do any of the following:"
+msgstr ""
+
+#: C/gedit-search.page:41(item/p)
+msgid ""
+"Click on the <gui>up</gui> or <gui>down</gui> facing arrows next to the "
+"<gui>search window</gui>"
+msgstr ""
+
+#: C/gedit-search.page:43(item/p)
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard"
+msgstr ""
+
+#: C/gedit-search.page:45(item/p)
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq> <key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+
+#: C/gedit-search.page:47(item/p)
+msgid ""
+"Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</key> "
+"feature to move up or down through the text."
+msgstr ""
+
+#: C/gedit-search.page:52(page/p)
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+
+#: C/gedit-search.page:58(list/title)
+msgid "Search tips"
+msgstr ""
+
+#: C/gedit-search.page:59(item/p)
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+
+#: C/gedit-search.page:62(item/p)
+msgid ""
+"For advanced search options, you can click on the <gui>Magnifying Glass</"
+"gui> icon in the search window, or you can right-click on any portion of the "
+"search window."
+msgstr ""
+
+#: C/gedit-search.page:65(item/p)
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click "
+"<guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or press "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:14(credit/name)
+msgid "Paolo Borelli"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:17(credit/name)
+msgid "Jesse van den Kieboom"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:20(credit/name)
+msgid "Steve Frécinaux"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:23(credit/name)
+msgid "Ignacio Casal Quinteiro"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:27(page/title)
+msgid "Shortcut keys"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:29(page/p)
+msgid ""
+"Use <gui>shortcut keys</gui> to perform common tasks more quickly than with "
+"the mouse and menus. The following tables list all of <app>gedit's</app> "
+"shortcut keys."
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:53(table/title)
+msgid "Tab-related Shortcut keys"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:61(td/p)
+msgid "Switch to the next tab to the left"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:61(td/p)
+msgid "Ctrl + Alt + PageUp"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:65(td/p)
+msgid "Switch to the next tab to the right"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:65(td/p)
+msgid "Ctrl + Alt + PageDown"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:69(td/p)
+msgid "Close tab"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:69(td/p) C/gedit-shortcut-keys.page:112(td/p)
+msgid "Ctrl + W"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:72(td/p)
+msgid "Save all tabs"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:72(td/p)
+msgid "Ctrl + Shift + L"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:75(td/p)
+msgid "Close all tabs"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:75(td/p)
+msgid "Ctrl + Shift + W"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:78(td/p)
+msgid "Jump to <var>n</var>th tab"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:78(td/p)
+msgid "Alt + <var>n</var>"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:85(table/title)
+msgid "Shortcut keys for working with files"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:93(td/p)
+msgid "Create a new document"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:93(td/p)
+msgid "Ctrl + N"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:96(td/p)
+msgid "Open a document"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:96(td/p)
+msgid "Ctrl + O"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:99(td/p)
+msgid "Save the current document"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:99(td/p)
+msgid "Ctrl + S"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:102(td/p)
+msgid "Save the current document with a new filename"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:102(td/p)
+msgid "Ctrl + Shift + S"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:106(td/p)
+msgid "Print the current document"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:106(td/p)
+msgid "Ctrl + P"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:109(td/p)
+msgid "Print preview"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:109(td/p)
+msgid "Ctrl + Shift + P"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:112(td/p)
+msgid "Close the current document"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:115(td/p)
+msgid "Quit gedit"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:115(td/p)
+msgid "Ctrl + Q"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:121(table/title)
+msgid "Shortcut keys for editing files"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:129(td/p)
+msgid "Undo the last action"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:129(td/p)
+msgid "Ctrl + Z"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:132(td/p)
+msgid "Redo the last undone action"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:132(td/p)
+msgid "Ctrl + Shift + Z"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:136(td/p)
+msgid "Cut the selected text or region and place it on the clipboard"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:137(td/p)
+msgid "Ctrl + X"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:140(td/p)
+msgid "Copy the selected text or region onto the clipboard"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:141(td/p)
+msgid "Ctrl + C"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:144(td/p)
+msgid "Paste the contents of the clipboard"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:144(td/p)
+msgid "Ctrl + V"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:148(td/p)
+msgid "Select all text in the file"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:148(td/p)
+msgid "Ctrl + A"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:151(td/p)
+msgid "Delete the current line"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:151(td/p)
+msgid "Ctrl + D"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:154(td/p)
+msgid "Move the selected line up one line"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:154(td/p)
+msgid "Alt + Up Arrow"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:158(td/p)
+msgid "Move the selected line down one line"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:158(td/p)
+msgid "Alt + Down Arrow"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:165(table/title)
+msgid "Shortcut keys for showing and hiding panes"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:173(td/p)
+msgid "Show / hide the side pane"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:173(td/p)
+msgid "F9"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:176(td/p)
+msgid "Show / hide the bottom pane."
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:176(td/p)
+msgid "Ctrl + F9"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:183(table/title)
+msgid "Shortcut keys for searching"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:191(td/p)
+msgid "Find a string"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:191(td/p)
+msgid "Ctrl + F"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:194(td/p)
+msgid "Find the next instance of the string"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:194(td/p)
+msgid "Ctrl + G"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:198(td/p)
+msgid "Find the previous instance of the string"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:198(td/p)
+msgid "Ctrl + Shift + G"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:202(td/p)
+msgid "Search and Replace"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:202(td/p)
+msgid "Ctrl + H"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:205(td/p)
+msgid "Clear highlight"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:205(td/p)
+msgid "Ctrl + Shift + K"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:208(td/p)
+msgid "Goto line"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:208(td/p)
+msgid "Ctrl + I"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:214(table/title)
+msgid "Shortcut keys for tools"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:222(td/p)
+msgid "Check spelling"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:222(td/p)
+msgid "Shift + F7"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:225(td/p)
+msgid "Remove trailing spaces (with plugin)"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:225(td/p)
+msgid "Alt + F12"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:229(td/p)
+msgid "Run \"make\" in the current directory (with plugin)"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:230(td/p)
+msgid "F8"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:233(td/p)
+msgid "Directory listing (with plugin)"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:233(td/p)
+msgid "Ctrl + Shift + D"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:240(table/title)
+msgid "Shortcut keys for user help"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:248(td/p)
+msgid "Open the gedit user guide"
+msgstr ""
+
+#: C/gedit-shortcut-keys.page:248(td/p)
+msgid "F1"
+msgstr ""
+
+#: C/gedit-spellcheck.page:15(page/title)
+msgid "Spell-check your document"
+msgstr ""
+
+#: C/gedit-spellcheck.page:16(page/p)
+msgid ""
+"Using the spell-check feature in <app>gedit</app> requires that you first "
+"enable the spell-check plugin. To enable the plugin, select "
+"<guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</gui><gui>Spell "
+"Checker</gui> </guiseq>."
+msgstr ""
+
+#: C/gedit-spellcheck.page:22(note/p)
+msgid ""
+"Select <guiseq><gui>Tools</gui><gui>Autocheck Spelling</gui></guiseq> to "
+"make <app>gedit</app> highlight spelling errors while you type."
+msgstr ""
+
+#: C/gedit-syntax-highlighting.page:14(page/title)
+msgid "Turn on syntax highlighting"
+msgstr ""
+
+#: C/gedit-syntax-highlighting.page:17(section/title)
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: C/gedit-syntax-highlighting.page:18(section/p)
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+
+#: C/gedit-syntax-highlighting.page:20(section/p)
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui>View</"
+"gui><gui>Highlight Mode</gui></guiseq>, and then choosing the desired "
+"syntax. Alternately, you can select the syntax name from a list at the "
+"bottom of the <app>gedit</app> window."
+msgstr ""
+
+#: C/gedit-tabs-moving.page:19(page/title)
+msgid "Move and re-order tabs"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:20(page/p)
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+
+#: C/gedit-tabs-moving.page:26(section/title)
+msgid "Change the order of tabs in the gedit window"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:28(section/p)
+msgid "To change the ordering of tabs in a window:"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:31(item/p) C/gedit-tabs-moving.page:67(item/p)
+msgid "Click and hold the mouse button on the tab"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:32(item/p)
+msgid "Move the tab to the desired position among the other tabs"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:34(item/p) C/gedit-tabs-moving.page:70(item/p)
+msgid "Release the mouse button"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:37(section/p)
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr ""
+
+#: C/gedit-tabs-moving.page:43(section/title)
+msgid "Move a tab, creating a new gedit window"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:44(section/p)
+msgid "To drag a tab into a new window:"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:47(item/p)
+msgid "Click and hold the mouse button on the tab."
+msgstr ""
+
+#: C/gedit-tabs-moving.page:48(item/p)
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr ""
+
+#: C/gedit-tabs-moving.page:49(item/p)
+msgid "Release the mouse button."
+msgstr ""
+
+#: C/gedit-tabs-moving.page:52(section/p)
+msgid ""
+"or, while the tab to be moved is open, choose <guiseq><gui>Documents </"
+"gui><gui>Move to New Window</gui></guiseq>"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:56(note/p)
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+
+#: C/gedit-tabs-moving.page:62(section/title)
+msgid "Move a tab to another gedit window"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:64(section/p)
+msgid "If you want to move a tab from one window to another:"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:68(item/p)
+msgid "Drag the tab to the new window"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:69(item/p)
+msgid "Place it beside other tabs in the new window"
+msgstr ""
+
+#: C/gedit-tabs-moving.page:73(section/p)
+msgid ""
+"See <link xref=\"gedit-shortcut-keys#gedit-tab-shortcuts\"/> for shortcuts "
+"to make it easier to manage your tabs."
+msgstr ""
+
+#: C/gedit-tabs.page:20(page/title)
+msgid "Add and remove tabs"
+msgstr ""
+
+#: C/gedit-tabs.page:21(page/p)
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window. The tab that is larger than the other tabs "
+"indicates the file that is currently open. The smaller tabs indicate other "
+"files that are available to work on."
+msgstr ""
+
+#: C/gedit-tabs.page:25(section/title)
+msgid "Adding tabs"
+msgstr ""
+
+#: C/gedit-tabs.page:26(section/p)
+msgid ""
+"To add a new tab, create a new file with <keyseq><key>Ctrl</key><key>N</"
+"key></keyseq>. The tab will be added to the right side of any other tabs."
+msgstr ""
+
+#: C/gedit-tabs.page:30(section/title)
+msgid "Removing tabs"
+msgstr ""
+
+#: C/gedit-tabs.page:31(section/p)
+msgid ""
+"To remove a tab, click the <guiseq><gui>X</gui></guiseq> on the tab's right "
+"side. To remove all open tabs, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>W</key></keyseq>"
+msgstr ""
+
+#: C/gedit-undo-recent-action.page:23(page/title)
+msgid "Undo a recent action"
+msgstr ""
+
+#: C/gedit-undo-recent-action.page:28(page/p)
+msgid ""
+"We all make mistakes. Even <app>gedit</app> users make mistakes. "
+"Fortunately, <app>gedit</app> can help you recover from mistakes. To undo an "
+"action in <app>gedit</app>, press <keyseq><key>Ctrl</key><key>Z</key></"
+"keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-undo-recent-action.page:30(page/p)
+msgid ""
+"<app>gedit</app> will undo one action every time you press "
+"<keyseq><key>Ctrl</key><key>Z</key></keyseq> or select <guiseq><gui>Edit</"
+"gui><gui>Undo</gui></guiseq>."
+msgstr ""
+
+#: C/gedit-view-open-files-in-sidepane.page:19(page/title)
+msgid "View a list of files in the side pane"
+msgstr ""
+
+#: C/gedit-view-open-files-in-sidepane.page:21(page/p)
+msgid ""
+"Keeping track of a large number of files using tabs can be difficult. One "
+"way of managing large numbers of files is viewing them in a side pane. Side "
+"panes allow you to view more files at a time than is possible using tabs "
+"alone."
+msgstr ""
+
+#: C/gedit-view-open-files-in-sidepane.page:23(page/p)
+msgid ""
+"To view a list of open files in a side pane, click <guiseq><gui>View</"
+"gui><gui>Side Pane</gui></guiseq>. A pane will appear to the left of the "
+"workspace with a listing of all currently open files. Clicking a file in the "
+"side pane will display that file in the workspace."
+msgstr ""
+
+#: C/gedit-view-open-files-in-sidepane.page:25(page/p)
+msgid ""
+"The side pane also contains a <app>File Browser</app> view. If the pane "
+"displays a file directory instead of currently open files, click <media type="
+"\"image\" mime=\"image/png\" src=\"figures/gedit-side-pane2.png\">documents "
+"icon</media> at the bottom of the pane to switch to the <app>Documents</app> "
+"view."
+msgstr ""
+
+#: C/gedit-view-open-files-in-sidepane.page:28(note/p)
+msgid ""
+"The side pane only displays files that are open in the current window. When "
+"multiple windows are open, only the files in the current window will be "
+"displayed in the side pane."
+msgstr ""
diff --git a/help/th/th.po b/help/th/th.po
new file mode 100644
index 0000000..4ad2e1d
--- /dev/null
+++ b/help/th/th.po
@@ -0,0 +1,3832 @@
+# Thai translation of gedit help.
+# Copyright (C) 2008-2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+#
+# Tosaporn Kijosoth <naneng@gmail.com>, 2008.
+# Kittiphong Meesawat <ktphong@yahoo.com>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"POT-Creation-Date: 2010-12-08 14:31+0000\n"
+"PO-Revision-Date: 2010-12-09 13:33+0700\n"
+"Last-Translator: Kittiphong Meesawat <ktphong@yahoo.com>\n"
+"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Thai\n"
+"X-Poedit-Country: THAILAND\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: C/legal.xml:2(para)
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
+"later version published by the Free Software Foundation with no Invariant "
+"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
+"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"in the file COPYING-DOCS distributed with this manual."
+msgstr ""
+"อนุญาตให้ทำซ้ำ เผยแพร่ และ/หรือ ดัดแปลงเอกสารนี้ได้ ภายใต้เงื่อนไขของ GNU Free "
+"Documentation License (GFDL) รุ่น 1.1 หรือรุ่นถัดมารุ่นใดๆ ที่เผยแพร่โดยมูลนิธิซอฟต์แวร์เสรี "
+"(Free Software Foundation) โดยไม่มี \"หัวข้อห้ามเปลี่ยน\" (Invariant Sections), ไม่มี "
+"\"ข้อความปกหน้า\" (Front-Cover Texts) และไม่มี \"ข้อความปกหลัง\" (Back-Cover "
+"Texts) คุณสามารถอ่านสำเนาของ GFDL ได้จาก <ulink type=\"help\" url=\"ghelp:fdl"
+"\">ลิงก์นี้</ulink> หรือในแฟ้ม COPYING-DOCS ที่เผยแพร่มาพร้อมกับคู่มือนี้"
+
+#: C/legal.xml:12(para)
+msgid ""
+"This manual is part of a collection of GNOME manuals distributed under the "
+"GFDL. If you want to distribute this manual separately from the collection, "
+"you can do so by adding a copy of the license to the manual, as described in "
+"section 6 of the license."
+msgstr ""
+"คู่มือนี้ เป็นส่วนหนึ่งของชุดคู่มือ GNOME ที่เผยแพร่ภายใต้ GFDL "
+"ถ้าคุณต้องการเผยแพร่คู่มือนี้แยกต่างหากจากชุด "
+"คุณสามารถทำได้โดยเพิ่มสำเนาของสัญญาอนุญาตไปกับคู่มือ ตามที่อธิบายในข้อ 6 ของสัญญาอนุญาต"
+
+#: C/legal.xml:19(para)
+msgid ""
+"Many of the names used by companies to distinguish their products and "
+"services are claimed as trademarks. Where those names appear in any GNOME "
+"documentation, and the members of the GNOME Documentation Project are made "
+"aware of those trademarks, then the names are in capital letters or initial "
+"capital letters."
+msgstr ""
+"มีชื่อหลายชื่อที่บริษัทต่างๆ ใช้แยกความแตกต่างของผลิตภัณฑ์และบริการของตนจากบริษัทอื่น "
+"และอ้างเป็นเครื่องหมายการค้า ที่ใดก็ตามที่ชื่อเหล่านั้นปรากฏในเอกสารของ GNOME "
+"และสมาชิกโครงการเอกสาร GNOME ได้รับทราบเกี่ยวกับเครื่องหมายการค้าเหล่านั้น "
+"ชื่อเหล่านั้นจะเขียนด้วยตัวพิมพ์ใหญ่ หรือขึ้นต้นด้วยตัวพิมพ์ใหญ่"
+
+#: C/legal.xml:35(para)
+msgid ""
+"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
+"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
+"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
+"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
+"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
+"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
+"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
+"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
+"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
+"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
+"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND "
+"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
+"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
+"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
+"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
+"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
+"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
+"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
+"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
+"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
+"POSSIBILITY OF SUCH DAMAGES."
+msgstr ""
+"เอกสารนี้ เผยแพร่ตามสภาพที่เป็น โดยไม่มีการรับประกันใดๆ ทั้งสิ้น ไม่ว่าจะโดยชัดแจ้งหรือโดยนัย "
+"ซึ่งรวมถึงโดยไม่ได้จำกัดเพียงการรับประกันว่าเอกสารนี้หรือฉบับดัดแปลงของเอกสารนี้จะปลอดจากข้อผิดพลาดที่อาจเรียกร้องความเสียหายได้ "
+"หรือเหมาะกับวัตถุประสงค์เฉพาะใดๆ หรือไม่มีการละเมิดสิทธิ์ ความเสี่ยงทั้งหมดเกี่ยวกับคุณภาพ "
+"ความถูกต้อง และประสิทธิภาพของเอกสารนี้หรือฉบับดัดแปลงของเอกสารนี้ อยู่ที่ตัวคุณ "
+"หากมีการพิสูจน์พบว่าเอกสารนี้หรือฉบับดัดแปลงมีข้อบกพร่องในแง่ใดๆ ก็ตาม คุณ (ไม่ใช่ผู้เขียนเริ่มแรก "
+"หรือผู้ร่วมสมทบใดๆ) จะรับภาระค่าใช้จ่ายของการให้บริการ การซ่อมแซมหรือแก้ไขที่จำเป็น "
+"คำปฏิเสธความรับผิดชอบเกี่ยวกับการรับประกันนี้ เป็นส่วนสำคัญของสัญญาอนุญาตนี้ "
+"ไม่อนุญาตให้ใช้เอกสารนี้หรือฉบับดัดแปลงของเอกสารนี้ นอกจากจะอยู่ภายใต้คำปฏิเสธความรับผิดชอบนี้ "
+"และไม่มีสภาวะใดและทฤษฎีทางกฎหมายใด ไม่ว่าจะในการล่วงละเมิด (รวมถึงการละเลย), ในสัญญา "
+"หรืออื่นๆ ที่ผู้เขียน ผู้เขียนเริ่มแรก ผู้ร่วมสมทบใดๆ หรือผู้เผยแพร่เอกสารนี้หรือฉบับดัดแปลง "
+"หรือผู้สนับสนุนแก่กลุ่มคนดังกล่าว จะมีภาระผูกพันต่อบุคคลใดในความเสียหายโดยตรง โดยอ้อม โดยพิเศษ "
+"โดยบังเอิญ หรือโดยผลพวง ของสิ่งใด "
+"รวมถึงโดยไม่จำกัดเพียงความเสียหายในเรื่องความสูญเสียเจตนาดี การสะดุดของงาน "
+"ความล้มเหลวหรือการทำงานผิดพลาดของคอมพิวเตอร์ หรือความเสียหายหรือความสูญเสียอื่นใดทั้งหมด "
+"ที่เกิดขึ้นจาก หรือเกี่ยวข้องกับการใช้เอกสารนี้หรือฉบับดัดแปลง "
+"แม้กลุ่มบุคคลเหล่านั้นจะได้รับทราบความเป็นไปได้ของความเสียหายดังกล่าวก็ตาม"
+
+#: C/legal.xml:28(para)
+msgid ""
+"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
+"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
+"<placeholder-1/>"
+msgstr ""
+"เอกสารนี้และฉบับดัดแปลงของเอกสารนี้ เผยแพร่ภายใต้เงื่อนไขของ GNU FREE DOCUMENTATION "
+"LICENSE พร้อมด้วยความเข้าใจในสิ่งต่อไปนี้: <placeholder-1/>"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:268(None)
+msgid ""
+"@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+msgstr ""
+"@@image: 'figures/gedit_window.png'; md5=a1daf2ed54a551bb590a172bc730594c"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: C/gedit.xml:349(None)
+msgid ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+msgstr ""
+"@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+"md5=62b4bede31db64226f7e7f9b18f5eb74"
+
+#: C/gedit.xml:23(title)
+msgid "Gedit Manual"
+msgstr "คู่มือ Gedit"
+
+#: C/gedit.xml:25(year)
+msgid "2007"
+msgstr "2550"
+
+#: C/gedit.xml:26(holder) C/gedit.xml:45(publishername)
+#: C/gedit.xml:56(firstname) C/gedit.xml:79(orgname) C/gedit.xml:120(para)
+#: C/gedit.xml:128(para) C/gedit.xml:136(para) C/gedit.xml:144(para)
+#: C/gedit.xml:152(para) C/gedit.xml:160(para) C/gedit.xml:168(para)
+#: C/gedit.xml:176(para) C/gedit.xml:184(para) C/gedit.xml:192(para)
+#: C/gedit.xml:200(para)
+msgid "GNOME Documentation Project"
+msgstr "โครงการเอกสาร GNOME"
+
+#: C/gedit.xml:28(year)
+msgid "2002"
+msgstr "2545"
+
+#: C/gedit.xml:29(year)
+msgid "2003"
+msgstr "2546"
+
+#: C/gedit.xml:30(year)
+msgid "2004"
+msgstr "2547"
+
+#: C/gedit.xml:31(holder) C/gedit.xml:71(orgname)
+msgid "Sun Microsystems"
+msgstr "ซัน ไมโครซิสเท็มส์"
+
+#: C/gedit.xml:33(year) C/gedit.xml:116(date)
+msgid "2000"
+msgstr "2543"
+
+#: C/gedit.xml:34(holder)
+msgid "Eric Baudais"
+msgstr "Eric Baudais"
+
+#: C/gedit.xml:52(firstname)
+msgid "Joachim"
+msgstr "Joachim"
+
+#: C/gedit.xml:53(surname)
+msgid "Noreiko"
+msgstr "Noreiko"
+
+#: C/gedit.xml:59(orgname)
+msgid "GNOME"
+msgstr "GNOME"
+
+#: C/gedit.xml:63(firstname)
+msgid "Hal"
+msgstr "Hal"
+
+#: C/gedit.xml:64(surname)
+msgid "Canary"
+msgstr "Canary"
+
+#: C/gedit.xml:65(contrib)
+msgid "Added the Shortcut Keys Table"
+msgstr "เพิ่มตารางปุ่มลัด"
+
+#: C/gedit.xml:68(firstname) C/gedit.xml:191(para)
+msgid "Sun Java Desktop System Documentation Team"
+msgstr "ทีมเอกสารระบบเดสก์ท็อปจาวาของซัน"
+
+#: C/gedit.xml:72(email)
+msgid "gdocteam@sun.com"
+msgstr "gdocteam@sun.com"
+
+#: C/gedit.xml:76(firstname)
+msgid "Eric"
+msgstr "Eric"
+
+#: C/gedit.xml:77(surname)
+msgid "Baudais"
+msgstr "Baudais"
+
+#: C/gedit.xml:80(email)
+msgid "baudais@okstate.edu"
+msgstr "baudais@okstate.edu"
+
+#: C/gedit.xml:84(firstname)
+msgid "Baris"
+msgstr "Baris"
+
+#: C/gedit.xml:85(surname)
+msgid ""
+"Cicek provided information from earlier revisions of the gedit application."
+msgstr "Cicek ให้ข้อมูลเกี่ยวกับโปรแกรม gedit รุ่นก่อนหน้า"
+
+#: C/gedit.xml:86(contrib) C/gedit.xml:91(contrib)
+msgid "Acknowledgements"
+msgstr "กิติกรรมประกาศ"
+
+#: C/gedit.xml:89(firstname)
+msgid "Ajit"
+msgstr "Ajit"
+
+#: C/gedit.xml:90(surname)
+msgid "George provided information about plugins."
+msgstr "George ให้ข้อมูลเกี่ยวกับปลั๊กอินต่าง ๆ"
+
+#: C/gedit.xml:115(revnumber)
+msgid "gedit V1.0"
+msgstr "gedit รุ่น 1.0"
+
+#: C/gedit.xml:118(para)
+msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+msgstr "Eric Baudais <email>baudais@okstate.edu</email>"
+
+#: C/gedit.xml:124(revnumber)
+msgid "gedit Manual V2.0"
+msgstr "คู่มือ gedit รุ่น 2.0"
+
+#: C/gedit.xml:125(date)
+msgid "March 2002"
+msgstr "มีนาคม 2545"
+
+#: C/gedit.xml:127(para) C/gedit.xml:135(para) C/gedit.xml:143(para)
+#: C/gedit.xml:151(para) C/gedit.xml:159(para) C/gedit.xml:167(para)
+#: C/gedit.xml:175(para) C/gedit.xml:183(para)
+msgid "Sun GNOME Documentation Team"
+msgstr "ทีมเอกสาร GNOME ของซัน"
+
+#: C/gedit.xml:132(revnumber)
+msgid "gedit Manual V2.1"
+msgstr "คู่มือ gedit รุ่น 2.1"
+
+#: C/gedit.xml:133(date)
+msgid "June 2002"
+msgstr "มิถุนายน 2545"
+
+#: C/gedit.xml:140(revnumber)
+msgid "gedit Manual V2.2"
+msgstr "คู่มือ gedit รุ่น 2.2"
+
+#: C/gedit.xml:141(date)
+msgid "August 2002"
+msgstr "สิงหาคม 2545"
+
+#: C/gedit.xml:148(revnumber)
+msgid "gedit Manual V2.3"
+msgstr "คู่มือ gedit รุ่น 2.3"
+
+#: C/gedit.xml:149(date)
+msgid "September 2002"
+msgstr "ตุลาคม 2545"
+
+#: C/gedit.xml:156(revnumber)
+msgid "gedit Manual V2.4"
+msgstr "คู่มือ gedit รุ่น 2.4"
+
+#: C/gedit.xml:157(date)
+msgid "January 2003"
+msgstr "มกราคม 2546"
+
+#: C/gedit.xml:164(revnumber)
+msgid "gedit Manual V2.5"
+msgstr "คู่มือ gedit รุ่น 2.5"
+
+#: C/gedit.xml:165(date)
+msgid "March 2003"
+msgstr "มีนาคม 2546"
+
+#: C/gedit.xml:172(revnumber)
+msgid "gedit Manual V2.6"
+msgstr "คู่มือ gedit รุ่น 2.6"
+
+#: C/gedit.xml:173(date)
+msgid "September 2003"
+msgstr "กันยายน 2546"
+
+#: C/gedit.xml:180(revnumber)
+msgid "gedit Manual V2.7"
+msgstr "คู่มือ gedit รุ่น 2.7"
+
+#: C/gedit.xml:181(date)
+msgid "March 2004"
+msgstr "มีนาคม 2547"
+
+#: C/gedit.xml:188(revnumber)
+msgid "gedit Manual V2.8"
+msgstr "คู่มือ gedit รุ่น 2.8"
+
+#: C/gedit.xml:189(date) C/gedit.xml:197(date)
+msgid "July 2006"
+msgstr "มิถุนายน 2549"
+
+#: C/gedit.xml:196(revnumber)
+msgid "gedit Manual V2.9"
+msgstr "คู่มือ gedit รุ่น 2.9"
+
+#: C/gedit.xml:199(para)
+msgid "GNOME Documentation Team"
+msgstr "ทีมเอกสาร GNOME"
+
+#: C/gedit.xml:204(releaseinfo)
+msgid "This manual describes version 2.16 of gedit."
+msgstr "คู่มือนี้อธิบาย gedit รุ่น 2.16"
+
+#: C/gedit.xml:207(title)
+msgid "Feedback"
+msgstr "ข้อเสนอแนะ"
+
+#: C/gedit.xml:208(para)
+msgid ""
+"To report a bug or make a suggestion regarding the <application>gedit</"
+"application> application or this manual, follow the directions in the <ulink "
+"url=\"ghelp:user-guide?feedback-bugs\" type=\"help\">GNOME Feedback Page</"
+"ulink>."
+msgstr ""
+"หากพบปัญหาหรือมีข้อเสนอแนะสำหรับโปรแกรม <application>gedit</application> "
+"หรือเกี่ยวกับคู่มือนี้ กรุณาแจ้งให้เราทราบ ตามขั้นตอนใน <ulink url=\"ghelp:user-guide?"
+"feedback-bugs\" type=\"help\">หน้าเสนอแนะ GNOME</ulink>"
+
+#: C/gedit.xml:213(para)
+msgid ""
+"gedit is a text editor for the GNOME Desktop featuring basic yet robust "
+"capabilities such as printing, spell checking, find and replace, and syntax "
+"highlighting. More advanced features are available as plugins."
+msgstr ""
+"gedit เป็นเครื่องมือแก้ไขข้อความสำหรับเดสก์ท็อป GNOME โดยมาพร้อมกับความสามารถพื้น ๆ "
+"แต่เปี่ยมประสิทธิภาพ เช่น การพิมพ์ การตรวจตัวสะกด การหาและแทนที่ และการเน้นไวยากรณ์ "
+"และยังสามารถติดตั้งคุณสมบัติพิเศษเพิ่มเติมได้จากปลั๊กอินต่าง ๆ"
+
+#: C/gedit.xml:218(primary)
+msgid "gedit"
+msgstr "gedit"
+
+#: C/gedit.xml:219(primary)
+msgid "text editor"
+msgstr "เครื่องมือแก้ไขข้อความ"
+
+#: C/gedit.xml:224(title)
+msgid "Introduction"
+msgstr "เกริ่นนำ"
+
+#: C/gedit.xml:229(para)
+msgid ""
+"The <application>gedit</application> application enables you to create and "
+"edit text files."
+msgstr "โปรแกรม <application>gedit</application> ช่วยคุณสร้างและแก้ไขแฟ้มข้อความ"
+
+#: C/gedit.xml:231(para)
+msgid ""
+"The aim of <application>gedit</application> is to be a simple and easy to "
+"use text editor. More powerful features can be enabled with different "
+"<firstterm>plugins</firstterm>, allowing a variety of tasks related to text-"
+"editing."
+msgstr ""
+"เป้าหมายของ <application>gedit</application> "
+"คือการเป็นเครื่องมือแก้ไขข้อความที่เรียบง่ายและใช้ง่าย ผู้ใช้สามารถเพิ่มความสามารถพิเศษได้ด้วย "
+"<firstterm>ปลั๊กอิน</firstterm> ต่าง ๆ "
+"ซึ่งช่วยให้ดำเนินการเกี่ยวกับการแก้ไขข้อความได้หลายหลาย"
+
+#: C/gedit.xml:235(title)
+msgid "Getting Started"
+msgstr "เริ่มต้นใช้งาน"
+
+#: C/gedit.xml:239(title)
+msgid "Starting gedit"
+msgstr "การเรียกใช้ gedit"
+
+#: C/gedit.xml:240(para)
+msgid "You can start <application>gedit</application> in the following ways:"
+msgstr ""
+"คุณสามารถเปิดใช้งาน <application>gedit</application> ได้ด้วยวิธีต่าง ๆ ดังต่อไปนี้:"
+
+#: C/gedit.xml:243(term)
+msgid "<guimenu>Applications</guimenu> menu"
+msgstr "เมนู <guimenu>โปรแกรม</guimenu>"
+
+#: C/gedit.xml:245(para)
+msgid ""
+"Choose <menuchoice><guisubmenu>Accessories</guisubmenu><guimenuitem>Text "
+"Editor</guimenuitem></menuchoice>."
+msgstr ""
+"เลือก <menuchoice><guisubmenu>เครื่องใช้ไม้สอย</"
+"guisubmenu><guimenuitem>เครื่องมือแก้ไขข้อความ</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:249(term)
+msgid "Command line"
+msgstr "บรรทัดคำสั่ง"
+
+#: C/gedit.xml:251(para)
+msgid "Execute the following command: <command>gedit</command>"
+msgstr "เรียกคำสั่งต่อไปนี้: <command>gedit</command>"
+
+#: C/gedit.xml:255(para)
+msgid ""
+"By default, when you open a text document in the file manager, gedit will "
+"start, and display the document."
+msgstr ""
+"โดยปกติแล้ว เมื่อคุณเปิดแฟ้มข้อความในโปรแกรมจัดการแฟ้ม gedit "
+"ก็จะเริ่มทำงานและแสดงแฟ้มข้อความดังกล่าว"
+
+#: C/gedit.xml:260(title)
+msgid "The gedit Window"
+msgstr "หน้าต่าง gedit"
+
+#: C/gedit.xml:261(para)
+msgid ""
+"When you start <application>gedit</application>, the following window is "
+"displayed:"
+msgstr "เมื่อคุณเปิด <application>gedit</application> จะปรากฏหน้าต่างต่อไปนี้:"
+
+#: C/gedit.xml:264(title)
+msgid "gedit Window"
+msgstr "หน้าต่าง gedit"
+
+#: C/gedit.xml:270(phrase)
+msgid "Shows gedit main window."
+msgstr "แสดงหน้าต่างหลักของ gedit"
+
+#: C/gedit.xml:276(para)
+msgid ""
+"The <application>gedit</application> window contains the following elements:"
+msgstr "หน้าต่าง <application>gedit</application> มีองค์ประกอบดังต่อไปนี้:"
+
+#: C/gedit.xml:279(term)
+msgid "Menubar"
+msgstr "แถบเมนู"
+
+#: C/gedit.xml:281(para)
+msgid ""
+"The menus on the menubar contain all of the commands you need to work with "
+"files in <application>gedit</application>."
+msgstr ""
+"เมนูในแถบเมนูบรรจุคำสั่งทั้งหมดที่จำเป็นสำหรับการทำงานกับแฟ้มต่าง ๆ ใน <application>gedit</"
+"application>"
+
+#: C/gedit.xml:284(term)
+msgid "Toolbar"
+msgstr "แถบเครื่องมือ"
+
+#: C/gedit.xml:286(para)
+msgid ""
+"The toolbar contains a subset of the commands that you can access from the "
+"menubar."
+msgstr "แถบเครื่องมือบรรจุคำสั่งบางส่วนจากคำสั่งที่คุณสามารถเข้าถึงได้จากแถบเมนู"
+
+#: C/gedit.xml:289(term)
+msgid "Display area"
+msgstr "พื้นที่แสดงผล"
+
+#: C/gedit.xml:291(para)
+msgid "The display area contains the text of the file that you are editing."
+msgstr "พื้นที่แสดงผลจะแสดงข้อความจากแฟ้มที่คุณกำลังแก้ไขอยู่"
+
+#: C/gedit.xml:294(term)
+msgid "Statusbar"
+msgstr "แถบสถานะ"
+
+#: C/gedit.xml:296(para)
+msgid ""
+"The statusbar displays information about current <application>gedit</"
+"application> activity and contextual information about the menu items. The "
+"statusbar also displays the following information:"
+msgstr ""
+"แถบสถานะแสดงข้อมูลเกี่ยวกับกิจกรรมที่ <application>gedit</application> กำลังทำอยู่ "
+"และรายละเอียดเกี่ยวกับรายการเมนู นอกจากนี้แถบสถานะยังแสดงข้อมูลต่อไปนี้:"
+
+#: C/gedit.xml:299(para)
+msgid ""
+"Cursor position: the line number and column number where the cursor is "
+"located."
+msgstr "ตำแหน่งเคอร์เซอร์: เลขบรรทัดและคอลัมน์ที่เคอร์เซอร์วางอยู่"
+
+#: C/gedit.xml:302(para)
+msgid ""
+"Edit mode: If the editor is in insert mode, the statusbar contains the text "
+"<guilabel>INS</guilabel>. If the editor is in overwrite mode, the statusbar "
+"contains the text <guilabel>OVR</guilabel>. Press the <keycap>Insert</"
+"keycap> key to change edit mode."
+msgstr ""
+"โหมดแก้ไข: หากเครื่องมือแก้ไขข้อความอยู่ในโหมดแทรก แถบสถานะจะแสดงข้อความ "
+"<guilabel>แทรก</guilabel> หากเครื่องมือแก้ไขอยู่ในโหมดเขียนทับ แถบสถานะจะแสดงข้อความ "
+"<guilabel>ทับ</guilabel> โหมดของเครื่องมือแก้ไขเปลี่ยนแปลงได้โดยกดปุ่ม <keycap>Insert</"
+"keycap>"
+
+#: C/gedit.xml:307(term)
+msgid "Side Pane"
+msgstr "แถบข้าง"
+
+#: C/gedit.xml:309(para)
+msgid ""
+"The side pane displays a list of open documents, and other information "
+"depending on which plugins are enabled."
+msgstr "แถบด้านข้างแสดงรายชื่อเอกสารที่เปิดอยู่และข้อมูลอื่น ๆ ตามแต่ปลั๊กอินที่เปิดใช้งาน"
+
+#: C/gedit.xml:310(para)
+msgid ""
+"By default the side pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"โดยปกติ แถบข้างจะไม่แสดง หากต้องการแสดง ให้เลือก <menuchoice><guimenu>มุมมอง</"
+"guimenu><guimenuitem>แถบข้าง</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:313(term)
+msgid "Bottom Pane"
+msgstr "แถบด้านล่าง"
+
+#: C/gedit.xml:315(para)
+msgid ""
+"The bottom pane is used by programming tools such as the <application>Python "
+"Console</application> plugin to display output."
+msgstr ""
+"แถบด้านล่างมีไว้สำหรับให้เครื่องมือเขียนโปรแกรม เช่น ปลั๊กอิน <application>คอนโซลไพธอน</"
+"application> ใช้แสดงผลลัพธ์"
+
+#: C/gedit.xml:316(para)
+msgid ""
+"By default the bottom pane is not shown. To show it, choose "
+"<menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"โดยปกติ แถบด้านล่างจะไม่แสดง หากต้องการแสดง ให้เลือก <menuchoice><guimenu>มุมมอง</"
+"guimenu><guimenuitem>แถบด้านล่าง</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:320(para)
+msgid ""
+"When you right-click in the <application>gedit</application> window, the "
+"application displays a popup menu. The popup menu contains the most common "
+"text editing commands."
+msgstr ""
+"เมื่อคุณคลิกขวาในหน้าต่าง <application>gedit</application> จะปรากฏเมนูผุดขึ้น "
+"เมนูที่ผุดขึ้นนี้จะบรรจุคำสั่งเกี่ยวกับการแก้ไขข้อความที่ใช้บ่อย"
+
+#: C/gedit.xml:322(para)
+msgid ""
+"Like other GNOME applications, actions in <application>gedit</application> "
+"can be performed in several ways: with the menu, with the toolbar, or with "
+"shortcut keys. Shortcuts keys common to all applications are listed in the "
+"<ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-apps\">User Guide</"
+"ulink>."
+msgstr ""
+"เช่นเดียวกับโปรแกรมอื่น ๆ ของ GNOME การกระทำต่าง ๆ ใน <application>gedit</"
+"application> สามารถสั่งได้หลายทาง: ด้วยเมนู ด้วยแถบเครื่องมือ หรือด้วยปุ่มลัด "
+"รายชื่อปุ่มลัดที่ใช้ร่วมกันในทุกโปรแกรมจะรวบรวมไว้ใน <ulink type=\"help\" url=\"ghelp:"
+"user-guide?shortcuts-apps\">คู่มือผู้ใช้</ulink>"
+
+#: C/gedit.xml:327(title)
+msgid "Running gedit from a Command Line"
+msgstr "การเรียก gedit จากบรรทัดคำสั่ง"
+
+#: C/gedit.xml:328(para)
+msgid ""
+"You can run <application>gedit</application> from a command line and open a "
+"single file or multiple files. To open multiple files from a command line, "
+"type the following command, then press <keycap>Return</keycap>:"
+msgstr ""
+"คุณสามารถเรียกใช้ <application>gedit</application> ได้จากบรรทัดคำสั่ง "
+"โดยสามารถเปิดเพียงหนึ่งแฟ้มหรือจะเปิดหลายแฟ้มก็ได้ สำหรับการเปิดหลายแฟ้มจากบรรทัดคำสั่ง "
+"ให้พิมพ์คำสั่งดังนี้แล้วกด <keycap>Enter</keycap>:"
+
+#: C/gedit.xml:329(replaceable)
+msgid "file1.txt file2.txt file3.txt"
+msgstr "file1.txt file2.txt file3.txt"
+
+#: C/gedit.xml:329(command)
+msgid "gedit <placeholder-1/>"
+msgstr "gedit <placeholder-1/>"
+
+#: C/gedit.xml:330(para)
+msgid "Alternatively, you can specify a URI instead of a filename."
+msgstr "อีกทางหนึ่ง คุณสามารถระบุ URI แทนชื่อแฟ้มก็ได้"
+
+#: C/gedit.xml:331(para)
+msgid ""
+"For more information on how to run <application>gedit</application> from a "
+"command line, see the unix manual page for gedit, <ulink url=\"man:gedit\" "
+"type=\"man\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+msgstr ""
+"ดูข้อมูลเพิ่มเติมเกี่ยวกับการเรียกใช้ <application>gedit</application> "
+"จากบรรดทัดคำสั่งได้ที่หน้า manual ของยูนิกซ์สำหรับ gedit ที่ <ulink url=\"man:gedit\" "
+"type=\"man\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>"
+
+#: C/gedit.xml:336(title)
+msgid "Working with Files"
+msgstr "การทำงานกับแฟ้ม"
+
+#: C/gedit.xml:340(title)
+msgid "Creating a New Document"
+msgstr "การสร้างเอกสารใหม่"
+
+#: C/gedit.xml:341(para)
+msgid ""
+"To create a new document, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>New</guimenuitem></menuchoice>. The application "
+"displays a new blank document in the <application>gedit</application> window."
+msgstr ""
+"การสร้างเอกสารใหม่ทำได้โดยเลือก <menuchoice><guimenu>แฟ้ม</"
+"guimenu><guimenuitem>ใหม่</guimenuitem></menuchoice> "
+"โปรแกรมจะแสดงเอกสารเปล่าขึ้นมาใหม่หน้าต่าง <application>gedit</application>"
+
+#: C/gedit.xml:346(title) C/gedit.xml:1597(title)
+msgid "Opening a File"
+msgstr "การเปิดแฟ้ม"
+
+#: C/gedit.xml:347(para)
+msgid ""
+"To open a file, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</"
+"guimenuitem></menuchoice> to display the <guilabel>Open File</guilabel> "
+"dialog. Select the file that you want to open, then click <guibutton>Open</"
+"guibutton>. The file is displayed in the <application>gedit</application> "
+"window."
+msgstr ""
+"การเปิดแฟ้ม ทำได้โดยเลือก <menuchoice><guimenu>แฟ้ม</guimenu><guimenuitem>เปิด</"
+"guimenuitem></menuchoice> เพื่อแสดงกล่องโต้ตอบ <guilabel>เปิดแฟ้ม</guilabel> จากนั้น "
+"เลือกแฟ้มที่ต้องการเปิดแล้วคลิก <guibutton>เปิด</guibutton> เนื้อหาแฟ้มจะปรากฏในหน้าต่าง "
+"<application>gedit</application>"
+
+#: C/gedit.xml:349(phrase)
+msgid "Shows Recent Files menu icon."
+msgstr "แสดงไอคอนของเมนูแฟ้มล่าสุด"
+
+#: C/gedit.xml:349(para)
+msgid ""
+"The application records the paths and filenames of the five most recent "
+"files that you edited and displays the files as menu items on the "
+"<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click on "
+"the <placeholder-1/> icon on the toolbar to display the list of recent files."
+msgstr ""
+"โปรแกรมจะเก็บบันทึกรายชื่อแฟ้ม 5 แฟ้มล่าสุดที่คุณเปิดแก้ และจะแสดงแฟ้มเหล่านี้ในเมนู "
+"<menuchoice><guimenu>แฟ้ม</guimenu></menuchoice> นอกจากนี้คุณยังสามารถคลิกที่ไอคอน "
+"<placeholder-1/> บนแถบเครื่องมือเพื่อแสดงรายชื่อแฟ้มล่าสุดดังกล่าวได้ด้วย"
+
+#: C/gedit.xml:351(para)
+msgid ""
+"You can open multiple files in <application>gedit</application>. The "
+"application adds a tab for each open file to the window. For more on this "
+"see <xref linkend=\"gedit-tabs\"/>."
+msgstr ""
+"ใน <application>gedit</application> คุณสามารถเปิดแฟ้มได้พร้อม ๆ กันหลายแฟ้ม "
+"โปรแกรมจะเพิ่มแท็บสำหรับแต่ละแฟ้มลงในหน้าต่าง ดูรายละเอียดเพิ่มเติมได้ที่ <xref linkend="
+"\"gedit-tabs\"/>"
+
+#: C/gedit.xml:357(title)
+msgid "Saving a File"
+msgstr "การบันทึกแฟ้ม"
+
+#: C/gedit.xml:358(para)
+msgid "You can save files in the following ways:"
+msgstr "คุณสามารถบันทึกแฟ้มได้ด้วยวิธีต่าง ๆ ดังนี้"
+
+#: C/gedit.xml:360(para)
+msgid ""
+"To save changes to an existing file, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Save</guimenuitem></menuchoice>."
+msgstr ""
+"การบันทึกแฟ้มที่มีอยู่แล้ว ทำได้โดยเลือก <menuchoice><guimenu>แฟ้ม</"
+"guimenu><guimenuitem>บันทึก</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:362(para)
+msgid ""
+"To save a new file or to save an existing file under a new filename, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Save As</guimenuitem></"
+"menuchoice>. Enter a name for the file in the <guilabel>Save As</guilabel> "
+"dialog, then click <guibutton>Save</guibutton>."
+msgstr ""
+"การบันทึกแฟ้มที่สร้างขึ้นใหม่หรือบันทึกแฟ้มที่มีอยู่เดิมในชื่อใหม่ ทำได้โดยเลือก "
+"<menuchoice><guimenu>แฟ้ม</guimenu><guimenuitem>บันทึกเป็น</guimenuitem></"
+"menuchoice> กรอกชื่อแฟ้มที่ต้องการลงในกล่องโต้ตอบ <guilabel>บันทึกเป็น</guilabel> "
+"จากนั้นกดปุ่ม <guibutton>บันทึก</guibutton>"
+
+#: C/gedit.xml:364(para)
+msgid ""
+"To save all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Save All</guimenuitem></menuchoice>."
+msgstr ""
+"การบันทึกแฟ้มทุกแฟ้มที่เปิดอยู่ใน <application>gedit</application> ทำได้โดยเลือก "
+"<menuchoice><guimenu>เอกสาร</guimenu><guimenuitem>บันทึกทุกเอกสาร</"
+"guimenuitem></menuchoice>"
+
+#: C/gedit.xml:367(para)
+msgid ""
+"To close all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Close All</guimenuitem></menuchoice>."
+msgstr ""
+"การปิดแฟ้มทุกแฟ้มที่เปิดอยู่ใน <application>gedit</application> ทำได้โดยเลือก "
+"<menuchoice><guimenu>เอกสาร</guimenu><guimenuitem>ปิดทั้งหมด</guimenuitem></"
+"menuchoice>"
+
+#: C/gedit.xml:372(title)
+msgid "Opening a File from a URI"
+msgstr "การเปิดแฟ้มจาก URI"
+
+#: C/gedit.xml:373(para)
+msgid ""
+"To open a file from a Uniform Resource Identifier (URI), perform the "
+"following steps:"
+msgstr "การเปิดแฟ้มจาก Uniform Resource Identifier (URI) ทำได้ตามขั้นตอนต่อไปนี้:"
+
+#: C/gedit.xml:376(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</"
+"guimenuitem></menuchoice> to display the <guilabel>Open Location</guilabel> "
+"dialog."
+msgstr ""
+"เลือก <menuchoice><guimenu>แฟ้ม</guimenu><guimenuitem>เปิดตำแหน่งแฟ้ม</"
+"guimenuitem></menuchoice> เพื่อแสดงกล่องโต้ตอบ <guilabel>เปิดตำแหน่งแฟ้ม</guilabel>"
+
+#: C/gedit.xml:379(para)
+msgid "Enter the URI of the file that you want to open."
+msgstr "กรอก URI ของแฟ้มที่คุณต้องการเปิด"
+
+#: C/gedit.xml:382(para)
+msgid ""
+"Use the <guilabel>Character coding</guilabel> drop-down list to select the "
+"appropriate character coding."
+msgstr "ใช้รายชื่อดึงลง <guilabel>รหัสอักขระ</guilabel> เลือกรหัสอักขระที่เหมาะสม"
+
+#: C/gedit.xml:385(para)
+msgid "Click <guibutton>Open</guibutton>."
+msgstr "คลิก <guibutton>เปิด</guibutton>"
+
+#: C/gedit.xml:388(para)
+msgid ""
+"Valid types of <replaceable>URI</replaceable> include <literal>http:</"
+"literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the "
+"methods supported by <literal>gnome-vfs</literal>."
+msgstr ""
+"ชนิดของ <replaceable>URI</replaceable> ที่ใช้ได้ มี <literal>http:</literal>, "
+"<literal>ftp:</literal>, <literal>file:</literal> และอื่น ๆ ที่รองรับโดย "
+"<literal>gnome-vfs</literal>"
+
+#: C/gedit.xml:389(para)
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. HTTP only allows files to be "
+"read. Files opened from FTP are read-only because because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"แฟ้มเอกสารจาก URI บางชนิดจะสามารถเปิดได้แบบอ่านอย่างเดียวเท่านั้น การเปลี่ยนแปลงใด ๆ "
+"จะต้องบันทึกลงในตำแหน่งอื่น HTTP จะให้อ่านแฟ้มอย่างเดียวเท่านั้น แฟ้มที่เปิดจาก FTP "
+"จะเป็นแบบอ่านอย่างเดียวเท่านั้น เพราะเซิร์ฟเวอร์ FTP ต่าง ๆ "
+"ไม่ได้รองรับการบันทึกแฟ้มระยะไกลได้ถูกต้องไปเสียทั้งหมด"
+
+#: C/gedit.xml:390(para)
+msgid ""
+"Saving to FTP servers can be enabled with <ulink type=\"help\" url=\"ghelp:"
+"gconf-editor\"><application>Configuration Editor</application></ulink>, "
+"setting the key <systemitem>/apps/gedit-2/preferences/editor/save/"
+"writable_vfs_schemes</systemitem>, but this may cause errors."
+msgstr ""
+
+#: C/gedit.xml:395(title)
+msgid "Working With Tabs"
+msgstr "การใช้แท็บ"
+
+#: C/gedit.xml:397(para)
+msgid ""
+"When more than one file is open, <application>gedit</application> shows a "
+"<firstterm>tab</firstterm> for each document above the display area. To "
+"switch to another document, click on its tab."
+msgstr ""
+"เมื่อเปิดแฟ้มมากกว่าหนึ่งแฟ้ม <application>gedit</application> จะแสดง "
+"<firstterm>แท็บ</firstterm> สำหรับแต่ละเอกสารที่ด้านบนของพื้นที่แสดงผล "
+"เมื่อต้องการสลับไปที่เอกสารอื่น ให้คลิกที่แท็บของเอกสารนั้น ๆ"
+
+#: C/gedit.xml:398(para)
+msgid ""
+"To move a document to another <application> gedit</application> window, drag "
+"the tab corresponding to the file to the window you want to move it to."
+msgstr ""
+"เมื่อต้องการย้ายเอกสารไปที่หน้าต่างอื่นของ <application>gedit</application> "
+"ให้ลากแท็บของแฟ้มนั้น ๆ ไปยังหน้าต่างที่คุณต้องการ"
+
+#: C/gedit.xml:399(para)
+msgid ""
+"To move a document to a new <application> gedit</application> window, either "
+"drag its tab to the desktop, or choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Move to New Window</guimenuitem></menuchoice>."
+msgstr ""
+"เมื่อต้องการย้ายเอกสารออกไปเป็นหน้าต่างใหม่ของ <application>gedit</application> "
+"ทำได้โดยลากแท็บเอกสารไปยังพื้นโต๊ะ หรือเลือก <menuchoice><guimenu>เอกสาร</"
+"guimenu><guimenuitem>ย้ายไปหน้าต่างใหม่</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:405(title)
+msgid "Working with Text"
+msgstr "การทำงานกับข้อความ"
+
+#: C/gedit.xml:409(title)
+msgid "Editing Text"
+msgstr "การแก้ไขข้อความ"
+
+#: C/gedit.xml:410(para)
+msgid "You can edit the text of a file in the following ways:"
+msgstr "คุณสามารถแก้ไขข้อความในแฟ้มได้ด้วยวิธีต่าง ๆ ดังนี้:"
+
+#: C/gedit.xml:412(para)
+msgid ""
+"Type new text from the keyboard. The blinking <firstterm>insertion cursor</"
+"firstterm> marks the point where new text appears. To change this, use the "
+"arrow keys on the keyboard or click with the mouse."
+msgstr ""
+"พิมพ์ข้อความใหม่จากแป้นพิมพ์ <firstterm>เคอร์เซอร์แทรก</firstterm> "
+"ที่กะพริบอยู่นั้นจะระบุตำแหน่งที่ข้อความจะปรากฏขึ้น หากต้องการเปลี่ยนตำแหน่ง "
+"ให้ใช้ปุ่มลูกศรบนแป้นพิมพ์หรือคลิกด้วยเมาส์"
+
+#: C/gedit.xml:414(para)
+msgid ""
+"To copy the selected text to the clipboard, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"การคัดลอกข้อความที่เลือกไว้ไปที่คลิปบอร์ด ทำได้โดยเลือก <menuchoice><guimenu>แก้ไข</"
+"guimenu><guimenuitem>คัดลอก</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:416(para)
+msgid ""
+"To delete the selected text from the file and move the selected text to the "
+"clipboard, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"การลบข้อความที่เลือกออกจากแฟ้ม พร้อมกับย้ายข้อความไปยังคลิปบอร์ด ทำได้โดยเลือก "
+"<menuchoice><guimenu>แก้ไข</guimenu><guimenuitem>ตัด</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:418(para)
+msgid ""
+"To permanently delete the selected text from the file, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"การลบข้อความที่เลือกออกจากแฟ้มอย่างถาวร ทำได้โดยเลือก <menuchoice><guimenu>แก้ไข</"
+"guimenu><guimenuitem>ลบ</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:420(para)
+msgid ""
+"To insert the contents of the clipboard at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+"menuchoice>. You must cut or copy text before you can paste text into the "
+"file, either from gedit or another application."
+msgstr ""
+"การแทรกเนื้อหาจากคลิปบอร์ดไปยังตำแหน่งของเคอร์เซอร์ ทำได้โดยเลือก "
+"<menuchoice><guimenu>แก้ไข</guimenu><guimenuitem>แปะ</guimenuitem></"
+"menuchoice> คุณจะต้องตัดหรือคัดลอกข้อความก่อน ไม่ว่าจะจาก gedit หรือจากโปรแกรมอื่น "
+"ก่อนที่คุณจะสามารถแปะข้อความดังกล่าวลงในแฟ้มได้"
+
+#: C/gedit.xml:422(para)
+msgid ""
+"To select all of the text in a file, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Select All</guimenuitem></menuchoice>."
+msgstr ""
+"การเลือกข้อความทั้งหมดในแฟ้ม ทำได้โดยเลือก <menuchoice><guimenu>แก้ไข</"
+"guimenu><guimenuitem>เลือกทั้งหมด</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:428(title)
+msgid "Undoing and Redoing Changes"
+msgstr "การเรียกคืนและทำซ้ำการเปลี่ยนแปลง"
+
+#: C/gedit.xml:429(para)
+msgid ""
+"To undo a change you have made, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To reverse this "
+"action, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"การเรียกคืนการเปลี่ยนแปลงที่คุณทำไว้ ทำได้โดยเลือก <menuchoice><guimenu>แก้ไข</"
+"guimenu><guimenuitem>เรียกคืน</guimenuitem></menuchoice> "
+"หากต้องการยกเลิกการเรียกคืนนี้ ก็เลือก <menuchoice><guimenu>แก้ไข</"
+"guimenu><guimenuitem>ทำซ้ำ</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:434(title)
+msgid "Finding and Replacing"
+msgstr "การค้นหาและแทนที่"
+
+#: C/gedit.xml:436(para)
+msgid ""
+"In <application>gedit</application>, there are two ways of searching for "
+"text. You can use the <guilabel>Find</guilabel> dialog to search for a "
+"specific piece of text, or <guilabel>Incremental Search</guilabel> to "
+"highlight matching text as you type it."
+msgstr ""
+"ใน <application>gedit</application> การค้นหาข้อความทำได้สองวิธีด้วยกัน "
+"คุณสามารถใช้กล่องโต้ตอบ <guilabel>หา</guilabel> เพื่อค้นหาข้อความที่เจาะจง หรือจะใช้ "
+"<guilabel>ค้นหาแบบคืบหน้าทีละส่วน</guilabel> เพื่อเน้นข้อความที่ตรงกันขณะที่คุณพิมพ์ก็ได้"
+
+#: C/gedit.xml:441(title)
+msgid "Finding Text"
+msgstr "การค้นหาข้อความ"
+
+#: C/gedit.xml:442(para)
+msgid "To search a file for a string of text, perform the following steps:"
+msgstr "การค้นหาข้อความในแฟ้ม ทำได้ตามขั้นตอนต่อไปนี้:"
+
+#: C/gedit.xml:444(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</guimenuitem></"
+"menuchoice> to display the <guilabel>Find</guilabel> dialog."
+msgstr ""
+"เลือก <menuchoice><guimenu>ค้นหา</guimenu><guimenuitem>หา</guimenuitem></"
+"menuchoice> เพื่อแสดงกล่องโต้ตอบ <guilabel>หา</guilabel>"
+
+#: C/gedit.xml:446(para)
+msgid ""
+"Type the string that you want to find in the <guilabel>Search for</guilabel> "
+"field. You can include special characters such as a new line or tab: see "
+"<xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"พิมพ์ข้อความที่คุณต้องการค้นหาลงในช่อง <guilabel>ค้นหา</guilabel> คุณสามารถใช้อักขระพิเศษ "
+"เช่น ขึ้นบรรทัดใหม่ หรือ แท็บ ในช่องนี้ได้: โปรดดู <xref linkend=\"gedit-find-escapes\"/>"
+
+#: C/gedit.xml:448(para)
+msgid ""
+"Click <guibutton>Find</guibutton> to search the file for the first "
+"occurrence of the string after your current cursor position. If "
+"<application>gedit</application> finds the string, the application selects "
+"first occurrence of the string. Other occurrences of the string are "
+"highlighted."
+msgstr ""
+"คลิก <guibutton>หา</guibutton> เพื่อค้นหาข้อความโดยเริ่มจากตำแหน่งปัจจุบัน ถ้า "
+"<application>gedit</application> หาข้อความพบ โปรแกรมจะเลือกข้อความแห่งแรกที่ปรากฏ "
+"และจะเน้นแห่งที่เหลือไว้"
+
+#: C/gedit.xml:450(para)
+msgid ""
+"To find the next occurrence of the string, click <guibutton>Find</guibutton> "
+"or choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</"
+"guimenuitem></menuchoice>. To find the previous occurrence of the text, "
+"choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find Previous</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"การหาคำเดิมที่ปรากฏถัดไป ทำได้โดยคลิก <guibutton>หา</guibutton> หรือเลือก "
+"<menuchoice><guimenu>ค้นหา</guimenu><guimenuitem>หาต่อ</guimenuitem></"
+"menuchoice> การหาคำเดิมที่ปรากฏก่อนหน้า ทำได้โดยเลือก <menuchoice><guimenu>ค้นหา</"
+"guimenu><guimenuitem>หาก่อนหน้า</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:453(para)
+msgid ""
+"After you have closed the <guilabel>Find</guilabel> dialog, you can still "
+"move the selection to other occurrences of the text by choosing "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</guimenuitem></"
+"menuchoice> and <menuchoice><guimenu>Search</guimenu><guimenuitem>Find "
+"Previous</guimenuitem></menuchoice>."
+msgstr ""
+"หลังจากที่คุณปิดกล่องโต้ตอบ <guilabel>หา</guilabel> ไปแล้ว "
+"คุณยังสามารถหาและเลือกคำค้นที่ปรากฏในตำแหน่งอื่น ๆ ได้ โดยเลือก "
+"<menuchoice><guimenu>ค้นหา</guimenu><guimenuitem>หาต่อ</guimenuitem></"
+"menuchoice> และ <menuchoice><guimenu>ค้นหา</guimenu><guimenuitem>หาก่อนหน้า</"
+"guimenuitem></menuchoice>"
+
+#: C/gedit.xml:454(para)
+msgid ""
+"To remove the highlighting from the text, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Clear Highlight</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"การยกเลิกการเน้นข้อความ ทำได้โดยเลือก <menuchoice><guimenu>ค้นหา</"
+"guimenu><guimenuitem>เลิกเน้นคำค้น</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:458(title)
+msgid "Incremental Search"
+msgstr "การค้นหาแบบคืบหน้าทีละส่วน"
+
+#: C/gedit.xml:460(para)
+msgid ""
+"Incremental search highlights matching text in the document as you type it "
+"letter by letter. (This is similar to the search feature in several web "
+"browsers.)"
+msgstr ""
+"การค้นหาแบบคืบหน้าทีละส่วนจะเน้นข้อความในเอกสารที่ตรงกับคำค้นไปพร้อม ๆ "
+"กับที่คุณพิมพ์คำค้นแต่ละตัวอักษร "
+"(ซึ่งคล้ายกับความสามารถในการค้นหาคำในเว็บเบราว์เซอร์หลายโปรแกรม)"
+
+#: C/gedit.xml:461(para)
+msgid ""
+"To start an incremental search, choose <menuchoice><guimenu>Search</"
+"guimenu><guimenuitem>Incremental Search</guimenuitem></menuchoice>. The "
+"search box appears at the top of the display area."
+msgstr ""
+"การเริ่มค้นหาแบบคืบหน้าทีละส่วน ทำได้โดยเลือก <menuchoice><guimenu>ค้นหา</"
+"guimenu><guimenuitem>ค้นหาแบบคืบหน้าทีละส่วน</guimenuitem></menuchoice> "
+"กล่องค้นหาจะปรากฏขึ้นที่ด้านบนของพื้นที่แสดงผล"
+
+#: C/gedit.xml:462(para)
+msgid ""
+"Begin typing, and text that matches will be highlighted in the document. The "
+"first instance after the cursor position is also selected."
+msgstr ""
+"เมื่อเริ่มพิมพ์ ข้อความในเอกสารที่ตรงกับคำค้นจะถูกเน้น และข้อความแรกที่ตรงกับคำค้นจะถูกเลือกด้วย"
+
+#: C/gedit.xml:463(para)
+msgid ""
+"To advance the selection to the next match while keeping the incremental "
+"search box open, press <keycombo><keycap>Ctrl</keycap><keycap>G</keycap></"
+"keycombo>. Press <keycombo><keycap>Ctrl</keycap><keycap>Shift</"
+"keycap><keycap>G</keycap></keycombo> to go back to the previous match."
+msgstr ""
+"การเลื่อนการเลือกข้อความไปยังตำแหน่งปรากฏถัดไปทั้งที่ยังเปิดกล่องค้นหาแบบคืบหน้าทีละส่วนอยู่ "
+"ทำได้โดยกดปุ่ม <keycombo><keycap>Ctrl</keycap><keycap>G</keycap></keycombo> "
+"ถ้าจะกลับไปยังตำแหน่งปรากฏก่อนหน้า ก็กดปุ่ม <keycombo><keycap>Ctrl</"
+"keycap><keycap>Shift</keycap><keycap>G</keycap></keycombo>"
+
+#: C/gedit.xml:464(para)
+msgid ""
+"You can also use the up and down arrow keys or the mouse wheel to move the "
+"selection between matches."
+msgstr ""
+
+#: C/gedit.xml:469(title)
+msgid "Replacing Text"
+msgstr "การแทนที่ข้อความ"
+
+#: C/gedit.xml:471(para)
+msgid ""
+"To search a file for a string, and replace the string with an alternative "
+"string, perform the following steps:"
+msgstr "การค้นหาข้อความในแฟ้มและแทนที่ด้วยอีกข้อความหนึ่ง ทำได้โดยขั้นตอนต่อไปนี้:"
+
+#: C/gedit.xml:473(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</"
+"guimenuitem></menuchoice> to display the <guilabel>Replace</guilabel> dialog."
+msgstr ""
+"เลือก <menuchoice><guimenu>ค้นหา</guimenu><guimenuitem>แทนที่</guimenuitem></"
+"menuchoice> เพื่อแสดงกล่องโต้ตอบ <guilabel>แทนที่</guilabel>"
+
+#: C/gedit.xml:475(para)
+msgid ""
+"Type the string that you want to find, in the <guilabel>Search for</"
+"guilabel> field. You can include special characters such as a new line or "
+"tab: see <xref linkend=\"gedit-find-escapes\"/>."
+msgstr ""
+"พิมพ์ข้อความที่คุณต้องการค้นหาลงในช่อง <guilabel>ค้นหา</guilabel> คุณสามารถใช้อักขระพิเศษ "
+"เช่น ขึ้นบรรทัดใหม่ หรือ แท็บ ในช่องนี้ได้: โปรดดู <xref linkend=\"gedit-find-escapes\"/>"
+
+#: C/gedit.xml:476(para)
+msgid ""
+"Type the string that you want to use to replace the string that you find, in "
+"the <guilabel>Replace with</guilabel> field."
+msgstr ""
+"พิมพ์ข้อความที่คุณต้องการใช้แทนข้อความที่คุณค้นหาลงในช่องข้อมูล <guilabel>แทนที่ด้วย</guilabel>"
+
+#: C/gedit.xml:480(para)
+msgid ""
+"To examine each occurrence of the string before replacing it, click "
+"<guibutton>Find</guibutton>. If <application>gedit</application> finds the "
+"string, the application selects the string. Click <guibutton>Replace</"
+"guibutton> to replace the selected occurrence of the string. To find the "
+"next occurrence of the string, click <guibutton>Find</guibutton> again."
+msgstr ""
+"การตรวจสอบข้อความที่ตรงกับคำค้นในแต่ละที่ที่ปรากฏก่อนจะแทนที่ ทำได้โดยคลิก <guibutton>หา</"
+"guibutton> หาก <application>gedit</application> พบข้อความที่ตรงกับคำค้น "
+"ก็จะเลือกข้อความนั้น ๆ ให้ ถ้าต้องการแทนที่ข้อความที่เลือกอยู่นั้น ก็คลิก <guibutton>แทนที่</"
+"guibutton> ถ้าต้องการหาข้อความที่ตรงกับคำค้นในตำแหน่งถัดไป ก็คลิก <guibutton>หา</"
+"guibutton> อีกครั้ง"
+
+#: C/gedit.xml:481(para)
+msgid ""
+"To replace all occurrences of the string throughout the document, click "
+"<guibutton>Replace All</guibutton>."
+msgstr ""
+"หากต้องการแทนที่ข้อความทั้งหมดในเอกสารที่ตรงกับคำค้น ให้คลิก <guibutton>แทนที่ทั้งหมด</"
+"guibutton>"
+
+#: C/gedit.xml:486(title)
+msgid "Find and Replace Options"
+msgstr "ตัวเลือกการค้นหาและแทนที่"
+
+#: C/gedit.xml:487(para)
+msgid ""
+"The <guilabel>Find</guilabel> dialog and the <guilabel>Replace</guilabel> "
+"dialog both have the following options:"
+msgstr ""
+"กล่องโต้ตอบ <guilabel>หา</guilabel> และกล่องโต้ตอบ <guilabel>แทนที่</guilabel> "
+"มีตัวเลือกที่เหมือนกันดังต่อไปนี้:"
+
+#: C/gedit.xml:489(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you type. For example, "
+"with <guilabel>Match case</guilabel> selected, \"TEXT\" will not match \"text"
+"\"."
+msgstr ""
+"เลือกตัวเลือก <guilabel>ตัวพิมพ์ใหญ่-เล็กตรงกัน</guilabel> "
+"ถ้าต้องการหาข้อความที่ตรงกับคำค้นแบบตัวพิมพ์ใหญ่-เล็กตรงกันเท่านั้น ตัวอย่างเช่น เมื่อเลือกตัวเลือก "
+"<guilabel>ตัวพิมพ์ใหญ่-เล็กตรงกัน</guilabel> ข้อความ \"TEXT\" จะถือว่าไม่ตรงกันกับ \"text"
+"\""
+
+#: C/gedit.xml:491(para)
+msgid ""
+"Select the <guilabel>Match entire word only</guilabel> option to only find "
+"occurrences of the string that match the entire words of the text that you "
+"type. For example, with <guilabel>Match entire word only</guilabel> "
+"selected, \"text\" will not match \"texture\"."
+msgstr ""
+"เลือกตัวเลือก <guilabel>ค้นหาทั้งคำ</guilabel> "
+"เพื่อค้นหาเฉพาะข้อความในเอกสารที่ตรงกันทั้งคำกับข้อความที่คุณป้อนเท่านั้น ตัวอย่างเช่น "
+"ถ้าเลือก <guilabel>ค้นหาทั้งคำ</guilabel> คำค้นว่า \"text\" จะไม่ตรงกับข้อความ \"texture"
+"\""
+
+#: C/gedit.xml:493(para)
+msgid ""
+"Select the <guilabel>Search backwards</guilabel> option to search backwards "
+"towards the beginning of the document."
+msgstr "เลือกตัวเลือก <guilabel>ค้นหาย้อนกลับ</guilabel> เพื่อค้นหาย้อนกลับไปทางต้นเอกสาร"
+
+#: C/gedit.xml:495(para)
+msgid ""
+"Select the <guilabel>Wrap around</guilabel> option to search to one end of "
+"the document and then continue the search from the other end of the file."
+msgstr ""
+"เลือกตัวเลือก <guilabel>หมดแล้วเริ่มใหม่</guilabel> เพื่อค้นหาไปจนจบเอกสารด้านหนึ่ง "
+"และจากนั้นค้นหาต่อไปจากปลายอีกด้านหนึ่งของเอกสาร"
+
+#: C/gedit.xml:502(title)
+msgid "Special Characters"
+msgstr "อักขระพิเศษ"
+
+# ใช้คำว่า รหัส เพื่อแปลคำว่า escape sequence
+#: C/gedit.xml:503(para)
+msgid ""
+"You can include the following escape sequences in the text to find or "
+"replace to represent special characters:"
+msgstr "คุณสามารถใช้รหัสเหล่านี้แทนอักขระพิเศษ ในข้อความที่จะใช้ค้นหาหรือแทนที่ได้"
+
+#: C/gedit.xml:506(literal)
+msgid "\\n"
+msgstr "\\n"
+
+#: C/gedit.xml:508(para)
+msgid "Specifies a new line."
+msgstr "แทนการขึ้นบรรทัดใหม่"
+
+#: C/gedit.xml:512(literal)
+msgid "\\t"
+msgstr "\\t"
+
+#: C/gedit.xml:514(para)
+msgid "Specifies a tab character."
+msgstr "แทนอักขระแท็บ"
+
+#: C/gedit.xml:518(literal)
+msgid "\\r"
+msgstr "\\r"
+
+#: C/gedit.xml:520(para)
+msgid "Specifies a carriage return."
+msgstr "แทนอักขระปัดแคร่"
+
+#: C/gedit.xml:524(literal)
+msgid "\\\\"
+msgstr "\\\\"
+
+#: C/gedit.xml:526(para)
+msgid ""
+"The backslash character itself must be escaped if it is being searched for. "
+"For example, if you are looking for the \"<literal>\\n</literal>\" literal, "
+"you will have to type \"\\\\n\" in the <guilabel>Search for</guilabel> "
+"field. Or if you are looking for a sequence of backslashes, you will have to "
+"double the number of searched backslashes."
+msgstr ""
+
+#: C/gedit.xml:538(title)
+msgid "Positioning the Cursor on a Specific Line"
+msgstr "การเลื่อนตำแหน่งเคอร์เซอร์ไปยังบรรทัดที่กำหนด"
+
+#: C/gedit.xml:540(para)
+msgid ""
+"To position the cursor on a specific line in the current file, choose "
+"<menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</guimenuitem></"
+"menuchoice>. The line number box appears at the top of the display area."
+msgstr ""
+"การเลื่อนตำแหน่งเคอร์เซอร์ไปยังบรรทัดที่กำหนด ทำได้โดยเลือก <menuchoice><guimenu>ค้นหา</"
+"guimenu><guimenuitem>ไปบรรทัดที่</guimenuitem></menuchoice> "
+"กล่องเลขบรรทัดข้อความจะปรากฏที่ด้านบนของพื้นที่แสดงผล"
+
+#: C/gedit.xml:541(para)
+msgid ""
+"Begin typing the number of the line that you want to move the cursor to and "
+"the document will scroll to the specified line."
+msgstr "พิมพ์เลขบรรทัดที่คุณต้องการเลื่อนเคอร์เซอร์ไปลงในกล่อง เอกสารจะเลื่อนไปยังบรรทัดนั้น"
+
+#: C/gedit.xml:542(para)
+msgid ""
+"To dismiss the box and move the cursor to the specified line, press "
+"<keycap>Return</keycap>."
+msgstr ""
+"ปิดกล่องเลขบรรทัดและเลื่อนเคอร์เซอร์ไปยังบรรทัดนั้นได้โดยกด <keycap>Enter</keycap>"
+
+#: C/gedit.xml:548(title)
+msgid "Printing"
+msgstr "การพิมพ์"
+
+#: C/gedit.xml:552(title)
+msgid "Setting the Page Options"
+msgstr "การตั้งค่าตัวเลือกของหน้ากระดาษ"
+
+#: C/gedit.xml:554(para)
+msgid ""
+"To set the page options, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Page Setup</guimenuitem></menuchoice> to display the "
+"<guilabel>Page Setup</guilabel> dialog."
+msgstr ""
+"การตั้งค่าตัวเลือกของหน้ากระดาษ ทำได้โดยเลือก <menuchoice><guimenu>แฟ้ม</"
+"guimenu><guimenuitem>ตั้งหน้ากระดาษ</guimenuitem></menuchoice> กล่องโต้ตอบ "
+"<guilabel>การตั้งค่าหน้ากระดาษ</guilabel> จะปรากฏขึ้น"
+
+#: C/gedit.xml:556(para)
+msgid ""
+"The <guilabel>Page Setup</guilabel> dialog enables you to specify the "
+"following print options:"
+msgstr ""
+"กล่องโต้ตอบ <guilabel>การตั้งค่าหน้ากระดาษ</guilabel> "
+"ช่วยให้คุณตั้งค่าตัวเลือกการพิมพ์ต่อไปนี้ได้:"
+
+#: C/gedit.xml:559(title)
+msgid "General Tabbed Section"
+msgstr ""
+
+#: C/gedit.xml:561(guilabel)
+msgid "Print syntax highlighting"
+msgstr "พิมพ์แบบเน้นไวยากรณ์"
+
+#: C/gedit.xml:563(para)
+msgid ""
+"Select this option to print syntax highlighting. For more information about "
+"syntax highlighting, see <xref linkend=\"gedit-set-highlightmode\"/>."
+msgstr ""
+"เลือกตัวเลือกนี้เมื่อต้องการพิมพ์โดยเน้นไวยากรณ์ สำหรับข้อมูลเพิ่มเติมโปรดดูที่ <xref linkend="
+"\"gedit-set-highlightmode\"/>"
+
+#: C/gedit.xml:566(guilabel)
+msgid "Print page headers"
+msgstr "พิมพ์หัวกระดาษ"
+
+#: C/gedit.xml:568(para)
+msgid ""
+"Select this option to include a header on each page that you print. You "
+"cannot configure the header."
+msgstr ""
+"เลือกตัวเลือกนี้เมื่อต้องการพิมพ์หัวกระดาษลงในแต่ละหน้าเอกสารของคุณ "
+"คุณไม่สามารถปรับแต่งหัวกระดาษได้"
+
+#: C/gedit.xml:571(guilabel) C/gedit.xml:1183(guilabel)
+msgid "Line Numbers"
+msgstr "เลขบรรทัด"
+
+#: C/gedit.xml:574(para)
+msgid ""
+"Select the <guilabel>Print line numbers</guilabel> option to include line "
+"numbers when you print a file."
+msgstr ""
+"เลือกตัวเลือก <guilabel>พิมพ์เลขบรรทัด</guilabel> "
+"เมื่อต้องการพิมพ์เลขบรรทัดลงในงานพิมพ์ของคุณ"
+
+#: C/gedit.xml:575(para)
+msgid ""
+"Use the <guilabel>Number every ... lines </guilabel> spin box to specify how "
+"often to print the line numbers, for example every 5 lines, every 10 lines, "
+"and so on."
+msgstr ""
+
+#: C/gedit.xml:578(guilabel) C/gedit.xml:1176(guilabel) C/gedit.xml:1693(para)
+msgid "Text Wrapping"
+msgstr ""
+
+#: C/gedit.xml:580(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to wrap text "
+"onto the next line, at a character level, when you print a file. The "
+"application counts wrapped lines as one line for line numbering purposes."
+msgstr ""
+
+#: C/gedit.xml:582(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"wrap text onto the next line, at a word level, when you print a file."
+msgstr ""
+
+#: C/gedit.xml:590(title)
+msgid "Fonts"
+msgstr "แบบอักษร"
+
+#: C/gedit.xml:592(guilabel)
+msgid "Body"
+msgstr "ตัวเนื้อความ"
+
+#: C/gedit.xml:594(para)
+msgid ""
+"Click on this button to select the font to use to print the body text of a "
+"file."
+msgstr "คลิกปุ่มนี้เพื่อเลือกแบบอักษรสำหรับใช้ในการพิมพ์เนื้อความของเอกสาร"
+
+#: C/gedit.xml:597(guilabel)
+msgid "Line numbers"
+msgstr "เลขบรรทัด"
+
+#: C/gedit.xml:600(para)
+msgid "Click on this button to select the font to use to print line numbers."
+msgstr "คลิกปุ่มนี้เพื่อเลือกแบบอักษรสำหรับใช้ในการพิมพ์เลขบรรทัด"
+
+#: C/gedit.xml:603(guilabel)
+msgid "Headers and footers"
+msgstr "หัวกระดาษและท้ายกระดาษ"
+
+#: C/gedit.xml:605(para)
+msgid ""
+"Click on this button to select the font to use to print the headers and "
+"footers in a file."
+msgstr "คลิกปุ่มนี้เพื่อเลือกแบบอักษรสำหรับใช้ในการพิมพ์หัวกระดาษและท้ายกระดาษของเอกสาร"
+
+#: C/gedit.xml:609(para)
+msgid ""
+"To reset the fonts to the default fonts for printing a file from "
+"<application>gedit</application>, click <guibutton>Restore Default Fonts</"
+"guibutton>."
+msgstr ""
+
+#: C/gedit.xml:616(title)
+msgid "Printing a Document"
+msgstr "การพิมพ์เอกสาร"
+
+#: C/gedit.xml:617(para)
+msgid ""
+"You can use <application>gedit</application> to perform the following print "
+"operations:"
+msgstr ""
+"คุณสามารถใช้ <application>gedit</application> เพื่อดำเนินการพิมพ์เอกสารดังต่อไปนี้ได้:"
+
+#: C/gedit.xml:619(para)
+msgid "Print a document to a printer."
+msgstr "พิมพ์เอกสารออกทางเครื่องพิมพ์"
+
+#: C/gedit.xml:621(para)
+msgid "Print the output of the print command to a file."
+msgstr "เก็บผลลัพธ์ของคำสั่งพิมพ์ลงในแฟ้ม"
+
+#: C/gedit.xml:624(para)
+msgid ""
+"If you print to a file, <application>gedit</application> sends the output of "
+"the file to a pre-press format file. The most common pre-press formats are "
+"PostScript and Portable Document Format (PDF)."
+msgstr ""
+
+#: C/gedit.xml:626(para)
+msgid ""
+"To preview the pages that you want to print, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"คุณสามารถดูตัวอย่างก่อนพิมพ์ได้โดยเลือก <menuchoice><guimenu>แฟ้ม</"
+"guimenu><guimenuitem>ตัวอย่างก่อนพิมพ์</guimenuitem></menuchoice>"
+
+#: C/gedit.xml:628(para)
+msgid ""
+"To print the current file to a printer or a file, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></"
+"menuchoice> to display the <guilabel>Print</guilabel> dialog."
+msgstr ""
+"เมื่อต้องการพิมพ์แฟ้มปัจจุบันออกทางเครื่องพิมพ์หรือลงในแฟ้ม ให้เลือก <menuchoice><guimenu>แฟ้ม</"
+"guimenu><guimenuitem>พิมพ์</guimenuitem></menuchoice> เพื่อเปิดกล่องโต้ตอบ "
+"<guilabel>พิมพ์</guilabel>"
+
+#: C/gedit.xml:630(para)
+msgid ""
+"The <guilabel>Print</guilabel> dialog enables you to specify the following "
+"print options:"
+msgstr "กล่องโต้ตอบ <guilabel>พิมพ์</guilabel> ช่วยให้คุณกำหนดตัวเลือกของการพิมพ์ต่อไปนี้ได้:"
+
+#: C/gedit.xml:633(title)
+msgid "Job Tabbed Section"
+msgstr ""
+
+#: C/gedit.xml:635(guilabel)
+msgid "Print range"
+msgstr "ช่วงการพิมพ์"
+
+#: C/gedit.xml:637(para)
+msgid ""
+"Select one of the following options to determine how many pages to print:"
+msgstr "เลือกตัวเลือกใดตัวเลือกหนึ่งต่อไปนี้เพื่อกำหนดจำนวนหน้าของเอกสารที่จะพิมพ์:"
+
+#: C/gedit.xml:640(guilabel)
+msgid "All"
+msgstr "ทุกหน้า"
+
+#: C/gedit.xml:641(para)
+msgid "Select this option to print all of the pages in the file."
+msgstr "เลือกตัวเลือกนี้หากต้องการพิมพ์ทุกหน้าในเอกสาร"
+
+#: C/gedit.xml:644(guilabel)
+msgid "Lines"
+msgstr "บรรทัด"
+
+#: C/gedit.xml:645(para)
+msgid ""
+"Select this option to print the specified lines only. Use the "
+"<guilabel>From</guilabel> and <guilabel>To</guilabel> spin boxes to specify "
+"the line range."
+msgstr ""
+
+#: C/gedit.xml:648(guilabel)
+msgid "Selection"
+msgstr "ส่วนที่เลือก"
+
+#: C/gedit.xml:649(para)
+msgid ""
+"Select this option to print the selected text only. This option is only "
+"available if you select text."
+msgstr ""
+
+#: C/gedit.xml:655(guilabel)
+msgid "Copies"
+msgstr ""
+
+#: C/gedit.xml:657(para)
+msgid ""
+"Use the <guilabel>Number of copies</guilabel> spin box to specify the number "
+"of copies of the file that you want to print."
+msgstr ""
+
+#: C/gedit.xml:658(para)
+msgid ""
+"If you print multiple copies of the file, select the <guilabel>Collate</"
+"guilabel> option to collate the printed copies."
+msgstr ""
+
+#: C/gedit.xml:665(title)
+msgid "Printer Tabbed Section"
+msgstr ""
+
+#: C/gedit.xml:667(guilabel)
+msgid "Printer"
+msgstr ""
+
+#: C/gedit.xml:669(para)
+msgid ""
+"Use this drop-down list to select the printer to which you want to print the "
+"file."
+msgstr ""
+
+#: C/gedit.xml:672(guilabel)
+msgid "Settings"
+msgstr ""
+
+#: C/gedit.xml:674(para)
+msgid "Use this drop-down list to select the printer settings."
+msgstr ""
+
+#: C/gedit.xml:676(para)
+msgid ""
+"To configure the printer, click <guibutton>Configure</guibutton>. For "
+"example, you can enable or disable duplex printing, or schedule delayed "
+"printing, if this functionality is supported by the printer."
+msgstr ""
+
+#: C/gedit.xml:680(guilabel)
+msgid "Location"
+msgstr ""
+
+#: C/gedit.xml:682(para)
+msgid ""
+"Use this drop-down list to select one of the following print destinations:"
+msgstr ""
+
+#: C/gedit.xml:687(guilabel)
+msgid "CUPS"
+msgstr ""
+
+#: C/gedit.xml:689(para)
+msgid "Print the file to a CUPS printer."
+msgstr ""
+
+#: C/gedit.xml:693(para)
+msgid ""
+"If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is the "
+"only entry in this drop-down list."
+msgstr ""
+
+#: C/gedit.xml:700(guilabel)
+msgid "lpr"
+msgstr ""
+
+#: C/gedit.xml:702(para)
+msgid "Print the file to a printer."
+msgstr ""
+
+#: C/gedit.xml:708(guilabel)
+msgid "File"
+msgstr "แฟ้ม"
+
+#: C/gedit.xml:710(para)
+msgid "Print the file to a PostScript file."
+msgstr ""
+
+#: C/gedit.xml:713(para)
+msgid ""
+"Click <guibutton>Save As</guibutton> to display a dialog where you specify "
+"the name and location of the PostScript file."
+msgstr ""
+
+#: C/gedit.xml:719(guilabel)
+msgid "Custom"
+msgstr ""
+
+#: C/gedit.xml:721(para)
+msgid "Use the specified command to print the file."
+msgstr ""
+
+#: C/gedit.xml:724(para)
+msgid ""
+"Type the name of the command in the text box. Include all command-line "
+"arguments."
+msgstr ""
+
+#: C/gedit.xml:732(guilabel)
+msgid "State"
+msgstr ""
+
+#: C/gedit.xml:734(para) C/gedit.xml:740(para) C/gedit.xml:746(para)
+msgid "This functionality is not supported in this version of gedit."
+msgstr ""
+
+#: C/gedit.xml:738(guilabel)
+msgid "Type"
+msgstr ""
+
+#: C/gedit.xml:744(guilabel)
+msgid "Comment"
+msgstr ""
+
+#: C/gedit.xml:754(title)
+msgid "Paper Tabbed Section"
+msgstr ""
+
+#: C/gedit.xml:756(guilabel)
+msgid "Paper size"
+msgstr ""
+
+#: C/gedit.xml:758(para)
+msgid ""
+"Use this drop-down list to select the size of the paper to which you want to "
+"print the file."
+msgstr ""
+
+#: C/gedit.xml:761(guilabel)
+msgid "Width"
+msgstr ""
+
+#: C/gedit.xml:763(para)
+msgid ""
+"Use this spin box to specify the width of the paper. Use the adjacent drop-"
+"down list to change the measurement unit."
+msgstr ""
+
+#: C/gedit.xml:766(guilabel)
+msgid "Height"
+msgstr ""
+
+#: C/gedit.xml:768(para)
+msgid "Use this spin box to specify the height of the paper."
+msgstr ""
+
+#: C/gedit.xml:771(guilabel)
+msgid "Feed orientation"
+msgstr ""
+
+#: C/gedit.xml:773(para)
+msgid ""
+"Use this drop-down list to select the orientation of the paper in the "
+"printer."
+msgstr ""
+
+#: C/gedit.xml:776(guilabel)
+msgid "Page orientation"
+msgstr ""
+
+#: C/gedit.xml:778(para)
+msgid "Use this drop-down list to select the page orientation."
+msgstr ""
+
+#: C/gedit.xml:781(guilabel)
+msgid "Layout"
+msgstr ""
+
+#: C/gedit.xml:783(para)
+msgid ""
+"Use this drop-down list to select the page layout. A preview of each layout "
+"that you select is displayed in the <guilabel>Preview</guilabel> area."
+msgstr ""
+
+#: C/gedit.xml:786(guilabel)
+msgid "Paper tray"
+msgstr ""
+
+#: C/gedit.xml:788(para)
+msgid "Use this drop-down list to select the paper tray."
+msgstr ""
+
+#: C/gedit.xml:799(title)
+msgid "Programming Features"
+msgstr ""
+
+#: C/gedit.xml:801(para)
+msgid ""
+"Several of <application>gedit</application>'s features for programming are "
+"provided with plugins. For example, the Tag List plugin provides a list of "
+"commonly-used tags for different markup languages: see <xref linkend=\"gedit-"
+"tag-list-plugin\"/>."
+msgstr ""
+
+#: C/gedit.xml:805(title)
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: C/gedit.xml:806(para)
+msgid ""
+"Syntax highlighting makes source code easier to read by showing different "
+"parts of the text in different colors."
+msgstr ""
+
+#: C/gedit.xml:808(para)
+msgid ""
+"<application>gedit</application> chooses an appropriate syntax highlighting "
+"mode based on a document's type. To override the syntax highlighting mode, "
+"choose <menuchoice><guimenu>View</guimenu><guimenuitem>Highlight Mode</"
+"guimenuitem></menuchoice>, then choose one of the following menu items:"
+msgstr ""
+
+#: C/gedit.xml:811(guimenuitem)
+msgid "Normal"
+msgstr ""
+
+#: C/gedit.xml:813(para)
+msgid "Do not display any syntax highlighting."
+msgstr ""
+
+#: C/gedit.xml:817(guisubmenu)
+msgid "Sources"
+msgstr ""
+
+#: C/gedit.xml:819(para)
+msgid ""
+"Display syntax highlighting to edit source code. Use the "
+"<guisubmenu>Sources</guisubmenu> submenu to select the source code type."
+msgstr ""
+
+#: C/gedit.xml:823(guisubmenu)
+msgid "Markup"
+msgstr ""
+
+#: C/gedit.xml:825(para)
+msgid ""
+"Display syntax highlighting to edit markup code. Use the <guisubmenu>Markup</"
+"guisubmenu> submenu to select the markup code type."
+msgstr ""
+
+#: C/gedit.xml:829(guisubmenu)
+msgid "Scripts"
+msgstr ""
+
+#: C/gedit.xml:831(para)
+msgid ""
+"Display syntax highlighting to edit script code. Use the "
+"<guisubmenu>Scripts</guisubmenu> submenu to select the script code type."
+msgstr ""
+
+#: C/gedit.xml:835(guisubmenu)
+msgid "Others"
+msgstr ""
+
+#: C/gedit.xml:837(para)
+msgid ""
+"Display syntax highlighting to edit other types of code. Use the "
+"<guisubmenu>Others</guisubmenu> submenu to select the code type."
+msgstr ""
+
+#: C/gedit.xml:845(title)
+msgid "Piping the Output of a Command to a File"
+msgstr ""
+
+#: C/gedit.xml:846(para)
+msgid ""
+"You can use <application>gedit</application> to pipe the output of a command "
+"to a text file. For example, to pipe the output of an <command>ls</command> "
+"command to a text file, type <command>ls | gedit</command>, then press "
+"<keycap>Return</keycap>."
+msgstr ""
+
+#: C/gedit.xml:847(para)
+msgid ""
+"The output of the <command>ls</command> command is displayed in a new text "
+"file in the <application>gedit</application> window."
+msgstr ""
+
+#: C/gedit.xml:848(para)
+msgid ""
+"Alternatively, you can use the <application>External tools</application> "
+"plugin to pipe command output to the current file."
+msgstr ""
+
+#: C/gedit.xml:854(title)
+msgid "Shortcut Keys"
+msgstr ""
+
+#: C/gedit.xml:855(para)
+msgid ""
+"Use shortcut keys to perform common tasks more quickly than with the mouse "
+"and menus. The following tables list all of <application>gedit</"
+"application>'s shortcut keys."
+msgstr ""
+
+#: C/gedit.xml:856(para)
+msgid ""
+"For more on shortcut keys, see the <ulink type=\"help\" url=\"ghelp:user-"
+"guide?keyboard-skills\">Desktop User Guide</ulink>."
+msgstr ""
+
+#. ============= Tabs ========================
+#: C/gedit.xml:859(bridgehead) C/gedit.xml:1215(guilabel)
+msgid "Tabs"
+msgstr ""
+
+#: C/gedit.xml:860(para)
+msgid "Shortcuts for tabs:"
+msgstr ""
+
+#: C/gedit.xml:868(para) C/gedit.xml:912(para) C/gedit.xml:968(para)
+#: C/gedit.xml:1024(para) C/gedit.xml:1052(para) C/gedit.xml:1099(para)
+#: C/gedit.xml:1142(para)
+msgid "Shortcut Key"
+msgstr ""
+
+#: C/gedit.xml:870(para) C/gedit.xml:914(para) C/gedit.xml:970(para)
+#: C/gedit.xml:1026(para) C/gedit.xml:1054(para) C/gedit.xml:1101(para)
+#: C/gedit.xml:1144(para)
+msgid "Command"
+msgstr ""
+
+#: C/gedit.xml:875(para)
+msgid "Ctrl + Alt + PageUp"
+msgstr ""
+
+#: C/gedit.xml:876(para)
+msgid "Switches to the next tab to the left."
+msgstr ""
+
+#: C/gedit.xml:879(para)
+msgid "Ctrl + Alt + PageDown"
+msgstr ""
+
+#: C/gedit.xml:880(para)
+msgid "Switches to the next tab to the right."
+msgstr ""
+
+#: C/gedit.xml:883(para) C/gedit.xml:947(para)
+msgid "Ctrl + W"
+msgstr ""
+
+#: C/gedit.xml:884(para)
+msgid "Close tab."
+msgstr ""
+
+#: C/gedit.xml:887(para)
+msgid "Ctrl + Shift + L"
+msgstr ""
+
+#: C/gedit.xml:888(para)
+msgid "Save all tabs."
+msgstr ""
+
+#: C/gedit.xml:891(para)
+msgid "Ctrl + Shift + W"
+msgstr ""
+
+#: C/gedit.xml:892(para)
+msgid "Close all tabs."
+msgstr ""
+
+#: C/gedit.xml:895(para)
+msgid "Alt + n"
+msgstr ""
+
+#: C/gedit.xml:896(para)
+msgid "Jump to nth tab."
+msgstr ""
+
+#. ============= Files ========================
+#: C/gedit.xml:903(bridgehead)
+msgid "Files"
+msgstr ""
+
+#: C/gedit.xml:904(para)
+msgid "Shortcuts for working with files:"
+msgstr ""
+
+#: C/gedit.xml:919(para)
+msgid "Ctrl + N"
+msgstr ""
+
+#: C/gedit.xml:920(para)
+msgid "Create a new document."
+msgstr ""
+
+#: C/gedit.xml:923(para)
+msgid "Ctrl + O"
+msgstr ""
+
+#: C/gedit.xml:924(para)
+msgid "Open a document."
+msgstr ""
+
+#: C/gedit.xml:927(para)
+msgid "Ctrl + L"
+msgstr ""
+
+#: C/gedit.xml:928(para)
+msgid "Open a location."
+msgstr ""
+
+#: C/gedit.xml:931(para)
+msgid "Ctrl + S"
+msgstr ""
+
+#: C/gedit.xml:932(para)
+msgid "Save the current document to disk."
+msgstr ""
+
+#: C/gedit.xml:935(para)
+msgid "Ctrl + Shift + S"
+msgstr ""
+
+#: C/gedit.xml:936(para)
+msgid "Save the current document with a new filename."
+msgstr ""
+
+#: C/gedit.xml:939(para)
+msgid "Ctrl + P"
+msgstr ""
+
+#: C/gedit.xml:940(para)
+msgid "Print the current document."
+msgstr ""
+
+#: C/gedit.xml:943(para)
+msgid "Ctrl + Shift + P"
+msgstr ""
+
+#: C/gedit.xml:944(para)
+msgid "Print preview."
+msgstr ""
+
+#: C/gedit.xml:948(para)
+msgid "Close the current document."
+msgstr ""
+
+#: C/gedit.xml:951(para)
+msgid "Ctrl + Q"
+msgstr ""
+
+#: C/gedit.xml:952(para)
+msgid "Quit Gedit."
+msgstr ""
+
+#. ============= Edit =======================
+#: C/gedit.xml:959(bridgehead) C/gedit.xml:1414(guimenu)
+#: C/gedit.xml:1420(guimenu) C/gedit.xml:1426(guimenu)
+#: C/gedit.xml:1432(guimenu)
+msgid "Edit"
+msgstr ""
+
+#: C/gedit.xml:960(para)
+msgid "Shortcuts for editing documents:"
+msgstr ""
+
+#: C/gedit.xml:975(para)
+msgid "Ctrl + Z"
+msgstr ""
+
+#: C/gedit.xml:976(para)
+msgid "Undo the last action."
+msgstr ""
+
+#: C/gedit.xml:979(para)
+msgid "Ctrl + Shift + Z"
+msgstr ""
+
+#: C/gedit.xml:980(para)
+msgid "Redo the last undone action ."
+msgstr ""
+
+#: C/gedit.xml:983(para)
+msgid "Ctrl + X"
+msgstr ""
+
+#: C/gedit.xml:984(para)
+msgid "Cut the selected text or region and place it on the clipboard."
+msgstr ""
+
+#: C/gedit.xml:987(para)
+msgid "Ctrl + C"
+msgstr ""
+
+#: C/gedit.xml:988(para)
+msgid "Copy the selected text or region onto the clipboard."
+msgstr ""
+
+#: C/gedit.xml:991(para)
+msgid "Ctrl + V"
+msgstr ""
+
+#: C/gedit.xml:992(para)
+msgid "Paste the contents of the clipboard."
+msgstr ""
+
+#: C/gedit.xml:995(para)
+msgid "Ctrl + A"
+msgstr ""
+
+#: C/gedit.xml:996(para)
+msgid "Select all."
+msgstr ""
+
+#: C/gedit.xml:999(para)
+msgid "Ctrl + D"
+msgstr ""
+
+#: C/gedit.xml:1000(para)
+msgid "Delete current line."
+msgstr ""
+
+#: C/gedit.xml:1003(para)
+msgid "Alt + Up"
+msgstr ""
+
+#: C/gedit.xml:1004(para)
+msgid "Move the selected line up one line."
+msgstr ""
+
+#: C/gedit.xml:1007(para)
+msgid "Alt + Down"
+msgstr ""
+
+#: C/gedit.xml:1008(para)
+msgid "Move the selected line down one line."
+msgstr ""
+
+#. ============= Panes =======================
+#: C/gedit.xml:1015(bridgehead)
+msgid "Panes"
+msgstr ""
+
+#: C/gedit.xml:1016(para)
+msgid "Shortcuts for showing and hiding panes:"
+msgstr ""
+
+#: C/gedit.xml:1031(para)
+msgid "F9"
+msgstr ""
+
+#: C/gedit.xml:1032(para)
+msgid "Show/hide the side pane."
+msgstr ""
+
+#: C/gedit.xml:1035(para)
+msgid "Ctrl + F9"
+msgstr ""
+
+#: C/gedit.xml:1036(para)
+msgid "Show/hide the bottom pane."
+msgstr ""
+
+#. ============= Search =======================
+#: C/gedit.xml:1043(bridgehead)
+msgid "Search"
+msgstr ""
+
+#: C/gedit.xml:1044(para)
+msgid "Shortcuts for searching:"
+msgstr ""
+
+#: C/gedit.xml:1059(para)
+msgid "Ctrl + F"
+msgstr ""
+
+#: C/gedit.xml:1060(para)
+msgid "Find a string."
+msgstr ""
+
+#: C/gedit.xml:1063(para)
+msgid "Ctrl + G"
+msgstr ""
+
+#: C/gedit.xml:1064(para)
+msgid "Find the next instance of the string."
+msgstr ""
+
+#: C/gedit.xml:1067(para)
+msgid "Ctrl + Shift + G"
+msgstr ""
+
+#: C/gedit.xml:1068(para)
+msgid "Find the previous instance of the string."
+msgstr ""
+
+#: C/gedit.xml:1071(para)
+msgid "Ctrl + K"
+msgstr ""
+
+#: C/gedit.xml:1072(para)
+msgid "Interactive search."
+msgstr ""
+
+#: C/gedit.xml:1075(para)
+msgid "Ctrl + H"
+msgstr ""
+
+#: C/gedit.xml:1076(para)
+msgid "Search and replace."
+msgstr ""
+
+#: C/gedit.xml:1079(para)
+msgid "Ctrl + Shift + K"
+msgstr ""
+
+#: C/gedit.xml:1080(para)
+msgid "Clear highlight."
+msgstr ""
+
+#: C/gedit.xml:1083(para)
+msgid "Ctrl + I"
+msgstr ""
+
+#: C/gedit.xml:1084(para)
+msgid "Goto line."
+msgstr ""
+
+#. ============= Tools =======================
+#: C/gedit.xml:1090(bridgehead)
+msgid "Tools"
+msgstr ""
+
+#: C/gedit.xml:1091(para)
+msgid "Shortcuts for tools:"
+msgstr ""
+
+#: C/gedit.xml:1106(para)
+msgid "Shift + F7"
+msgstr ""
+
+#: C/gedit.xml:1107(para)
+msgid "Check spelling (with plugin)."
+msgstr ""
+
+#: C/gedit.xml:1110(para)
+msgid "Alt + F12"
+msgstr ""
+
+#: C/gedit.xml:1111(para)
+msgid "Remove trailing spaces (with plugin)."
+msgstr ""
+
+#: C/gedit.xml:1114(para)
+msgid "Ctrl + T"
+msgstr ""
+
+#: C/gedit.xml:1115(para)
+msgid "Indent (with plugin)."
+msgstr ""
+
+#: C/gedit.xml:1118(para)
+msgid "Ctrl + Shift + T"
+msgstr ""
+
+#: C/gedit.xml:1119(para)
+msgid "Remove Indent (with plugin)."
+msgstr ""
+
+#: C/gedit.xml:1122(para)
+msgid "F8"
+msgstr ""
+
+#: C/gedit.xml:1123(para)
+msgid "Run \"make\" in current directory (with plugin)."
+msgstr ""
+
+#: C/gedit.xml:1126(para)
+msgid "Ctrl + Shift + D"
+msgstr ""
+
+#: C/gedit.xml:1127(para)
+msgid "Directory listing (with plugin)."
+msgstr ""
+
+#. ============= Help =======================
+#: C/gedit.xml:1133(bridgehead)
+msgid "Help"
+msgstr ""
+
+#: C/gedit.xml:1134(para)
+msgid "Shortcuts for help:"
+msgstr ""
+
+#: C/gedit.xml:1149(para)
+msgid "F1"
+msgstr ""
+
+#: C/gedit.xml:1150(para)
+msgid "Open <application>gedit</application>'s user manual."
+msgstr ""
+
+#: C/gedit.xml:1162(title)
+msgid "Preferences"
+msgstr "การปรับแต่ง"
+
+#: C/gedit.xml:1164(para)
+msgid ""
+"To configure <application>gedit</application>, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. The <guilabel>Preferences</guilabel> dialog contains the "
+"following categories:"
+msgstr ""
+
+#: C/gedit.xml:1173(title)
+msgid "View Preferences"
+msgstr ""
+
+#: C/gedit.xml:1178(para)
+msgid ""
+"Select the <guilabel>Enable text wrapping</guilabel> option to have long "
+"lines of text flow into paragraphs instead of running off the edge of the "
+"text window. This avoids having to scroll horizontally"
+msgstr ""
+
+#: C/gedit.xml:1179(para)
+msgid ""
+"Select the <guilabel>Do not split words over two lines</guilabel> option to "
+"have the text wrapping option preserve whole words when flowing text to the "
+"next line. This makes text easier to read."
+msgstr ""
+
+#: C/gedit.xml:1185(para)
+msgid ""
+"Select the <guilabel>Display line numbers</guilabel> option to display line "
+"numbers on the left side of the <application>gedit</application> window."
+msgstr ""
+
+#: C/gedit.xml:1189(guilabel)
+msgid "Current Line"
+msgstr "บรรทัดปัจจุบัน"
+
+#: C/gedit.xml:1191(para)
+msgid ""
+"Select the <guilabel>Highlight current line</guilabel> option to highlight "
+"the line where the cursor is placed."
+msgstr ""
+
+#: C/gedit.xml:1195(guilabel)
+msgid "Right Margin"
+msgstr ""
+
+#: C/gedit.xml:1197(para)
+msgid ""
+"Select the <guilabel>Display right margin</guilabel> option to display a "
+"vertical line that indicates the right margin."
+msgstr ""
+
+#: C/gedit.xml:1198(para)
+msgid ""
+"Use the <guilabel>Right margin at column</guilabel> spin box to specify the "
+"location of the vertical line."
+msgstr ""
+
+#: C/gedit.xml:1202(guilabel)
+msgid "Bracket Matching"
+msgstr ""
+
+#: C/gedit.xml:1204(para)
+msgid ""
+"Select the <guilabel>Highlight matching bracket</guilabel> option to "
+"highlight the corresponding bracket when the cursor is positioned on a "
+"bracket character."
+msgstr ""
+
+#: C/gedit.xml:1212(title)
+msgid "Editor Preferences"
+msgstr ""
+
+#: C/gedit.xml:1217(para)
+msgid ""
+"Use the <guilabel>Tab width</guilabel> spin box to specify the width of the "
+"space that <application> gedit</application> inserts when you press the "
+"<keycap>Tab</keycap> key."
+msgstr ""
+
+#: C/gedit.xml:1218(para)
+msgid ""
+"Select the <guilabel>Insert spaces instead of tabs</guilabel> option to "
+"specify that <application> gedit</application> inserts spaces instead of a "
+"tab character when you press the <keycap>Tab</keycap> key."
+msgstr ""
+
+#: C/gedit.xml:1222(guilabel)
+msgid "Auto Indentation"
+msgstr ""
+
+#: C/gedit.xml:1224(para)
+msgid ""
+"Select the <guilabel>Enable auto indentation</guilabel> option to specify "
+"that the next line starts at the indentation level of the current line."
+msgstr ""
+
+#: C/gedit.xml:1228(guilabel)
+msgid "File Saving"
+msgstr ""
+
+#: C/gedit.xml:1230(para)
+msgid ""
+"Select the <guilabel>Create a backup copy of files before saving</guilabel> "
+"option to create a backup copy of a file each time you save the file. The "
+"backup copy of the file contains a ~ at the end of the filename."
+msgstr ""
+
+#: C/gedit.xml:1231(para)
+msgid ""
+"Select the <guilabel>Autosave files every ... minutes</guilabel> option to "
+"automatically save the current file at regular intervals. Use the spin box "
+"to specify how often you want to save the file."
+msgstr ""
+
+#: C/gedit.xml:1238(title)
+msgid "Font &amp; Colors Preferences"
+msgstr "การปรับแต่งแบบอักษรและสี"
+
+#: C/gedit.xml:1241(guilabel)
+msgid "Font"
+msgstr "แบบอักษร"
+
+#: C/gedit.xml:1243(para)
+msgid ""
+"Select the <guilabel>Use default theme font</guilabel> option to use the "
+"default system font for the text in the <application>gedit</application> "
+"text window."
+msgstr ""
+
+#: C/gedit.xml:1244(para)
+msgid ""
+"The <guilabel>Editor font</guilabel> field displays the font that "
+"<application>gedit</application> uses to display text. Click on the button "
+"to specify the font type, style, and size to use for text."
+msgstr ""
+
+#: C/gedit.xml:1248(guilabel)
+msgid "Color Scheme"
+msgstr ""
+
+#: C/gedit.xml:1250(para)
+msgid ""
+"You can choose a color scheme from the list of color schemes. By default, "
+"the following color schemes are installed:"
+msgstr ""
+
+#: C/gedit.xml:1253(guilabel)
+msgid "Classic"
+msgstr ""
+
+#: C/gedit.xml:1255(para)
+msgid "Classic color scheme based on the gvim color scheme."
+msgstr ""
+
+#: C/gedit.xml:1259(guilabel)
+msgid "Cobalt"
+msgstr ""
+
+#: C/gedit.xml:1261(para)
+msgid "Blue based color scheme."
+msgstr ""
+
+#: C/gedit.xml:1265(guilabel)
+msgid "Kate"
+msgstr ""
+
+#: C/gedit.xml:1267(para)
+msgid "Color scheme used in the Kate text editor."
+msgstr ""
+
+#: C/gedit.xml:1271(guilabel)
+msgid "Oblivion"
+msgstr ""
+
+#: C/gedit.xml:1273(para)
+msgid "Dark color scheme using the Tango color palette."
+msgstr ""
+
+#: C/gedit.xml:1277(guilabel)
+msgid "Tango"
+msgstr ""
+
+#: C/gedit.xml:1279(para)
+msgid "Color scheme using the Tango color scheme."
+msgstr ""
+
+#: C/gedit.xml:1283(para)
+msgid ""
+"You can add a new color scheme by clicking on <guilabel>Add...</guilabel>, "
+"and selecting a color scheme file"
+msgstr ""
+
+#: C/gedit.xml:1284(para)
+msgid ""
+"You can remove the selected color scheme by clicking on <guilabel>Remove</"
+"guilabel>"
+msgstr ""
+
+#: C/gedit.xml:1291(title)
+msgid "Plugins Preferences"
+msgstr ""
+
+#: C/gedit.xml:1292(para)
+msgid ""
+"Plugins add extra features to <application>gedit</application>. For more "
+"information on plugins and how to use the built-in plugins, see <xref "
+"linkend=\"gedit-plugins-overview\"/>."
+msgstr ""
+
+#: C/gedit.xml:1296(title)
+msgid "Enabling a Plugin"
+msgstr ""
+
+#: C/gedit.xml:1297(para)
+msgid ""
+"To enable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+
+#: C/gedit.xml:1300(para) C/gedit.xml:1321(para) C/gedit.xml:1643(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1303(para) C/gedit.xml:1324(para) C/gedit.xml:1646(para)
+msgid "Select the <guilabel>Plugins</guilabel> tab."
+msgstr ""
+
+#: C/gedit.xml:1306(para)
+msgid ""
+"Select the check box next to the name of the plugin that you want to enable."
+msgstr ""
+
+#: C/gedit.xml:1309(para) C/gedit.xml:1330(para)
+msgid ""
+"Click <guibutton>Close</guibutton> to close the <guilabel>Preferences</"
+"guilabel> dialog."
+msgstr ""
+
+#: C/gedit.xml:1316(title)
+msgid "Disabling a Plugin"
+msgstr ""
+
+#: C/gedit.xml:1317(para)
+msgid ""
+"A plugin remains enabled when you quit <application>gedit</application>."
+msgstr ""
+
+#: C/gedit.xml:1318(para)
+msgid ""
+"To disable a <application>gedit</application> plugin, perform the following "
+"steps:"
+msgstr ""
+
+#: C/gedit.xml:1327(para)
+msgid ""
+"Deselect the check box next to the name of the plugin that you want to "
+"disable."
+msgstr ""
+
+#: C/gedit.xml:1339(title)
+msgid "Plugins"
+msgstr ""
+
+#: C/gedit.xml:1341(title)
+msgid "Working with Plugins"
+msgstr ""
+
+#: C/gedit.xml:1342(para)
+msgid ""
+"You can add extra features to <application>gedit</application> by enabling "
+"<firstterm>plugins</firstterm>. A plugin is a supplementary program that "
+"enhances the functionality of an application. Plugins add new items to the "
+"<application>gedit</application> menus for the new features they provide."
+msgstr ""
+
+#: C/gedit.xml:1344(para)
+msgid ""
+"Several plugins come built-in with <application>gedit</application>, and you "
+"can install more. The <ulink type=\"http\" url=\"http://live.gnome.org/Gedit/"
+"Plugins\">gedit website</ulink> lists third-party plugins."
+msgstr ""
+
+#: C/gedit.xml:1345(para)
+msgid ""
+"To enable and disable plugins, or see which plugins are currently enabled, "
+"use the <link linkend=\"gedit-prefs-plugins\">Plugins Preferences</link>."
+msgstr ""
+
+#: C/gedit.xml:1346(para)
+msgid ""
+"The following plugins come built-in with <application>gedit</application>:"
+msgstr ""
+
+#: C/gedit.xml:1352(para)
+msgid ""
+"<link linkend=\"gedit-change-case-plugin\"><application>Change Case</"
+"application></link> allows you to change the case of the selected text."
+msgstr ""
+
+#: C/gedit.xml:1355(para)
+msgid ""
+"<application><link linkend=\"gedit-document-statistics-plugin\">Document "
+"Statistics</link></application> shows the number of lines, words, and "
+"characters in the document."
+msgstr ""
+
+#: C/gedit.xml:1358(para)
+msgid ""
+"<application><link linkend=\"gedit-external-tools-plugin\">External Tools</"
+"link></application> allows you to execute external commands from "
+"<application>gedit</application>."
+msgstr ""
+
+#: C/gedit.xml:1361(para)
+msgid ""
+"<application>File Browser</application> allows you to browse your files and "
+"folders in the side pane."
+msgstr ""
+
+#: C/gedit.xml:1364(para)
+msgid ""
+"<application><link linkend=\"gedit-indent-lines-plugin\">Indent Lines</"
+"link></application> adds or removes indentation from the selected lines."
+msgstr ""
+
+#: C/gedit.xml:1367(para)
+msgid ""
+"<application><link linkend=\"gedit-insert-date-time-plugin\">Insert Date/"
+"Time</link></application> adds the current date and time into a document."
+msgstr ""
+
+#: C/gedit.xml:1370(para)
+msgid ""
+"<application><link linkend=\"gedit-modelines-plugin\">Modelines</link></"
+"application> allows you to set editing preferences for individual documents, "
+"and supports <application>Emacs</application>, <application>Kate</"
+"application> and <application>Vim</application>-style modelines."
+msgstr ""
+
+#: C/gedit.xml:1373(para)
+msgid ""
+"<application><link linkend=\"gedit-python-console-plugin\">Python Console</"
+"link></application> allows you to run commands in the python programming "
+"language."
+msgstr ""
+
+#: C/gedit.xml:1376(para)
+msgid ""
+"<application><link linkend=\"gedit-snippets-plugin\">Snippets</link></"
+"application> allows you to store frequently-used pieces of text and insert "
+"them quickly into a document."
+msgstr ""
+
+#: C/gedit.xml:1379(para)
+msgid ""
+"<application><link linkend=\"gedit-sort-plugin\">Sort</link></application> "
+"arranges selected lines of text into alphabetical order."
+msgstr ""
+
+#: C/gedit.xml:1382(para)
+msgid ""
+"<application><link linkend=\"gedit-spell-checker-plugin\">Spell Checker</"
+"link></application> corrects the spelling in the selected text, or marks "
+"errors automatically in the document."
+msgstr ""
+
+#: C/gedit.xml:1385(para)
+msgid ""
+"<application><link linkend=\"gedit-tag-list-plugin\">Tag List</link></"
+"application> lets you insert commonly-used tags for HTML and other languages "
+"from a list in the side pane."
+msgstr ""
+
+#: C/gedit.xml:1389(para)
+msgid ""
+"For more information on creating plugins, see the <ulink type=\"http\" url="
+"\"http://live.gnome.org/Gedit/Plugins\"><application>gedit</application> "
+"website</ulink>."
+msgstr ""
+
+#: C/gedit.xml:1393(title)
+msgid "Change Case Plugin"
+msgstr ""
+
+#: C/gedit.xml:1394(para)
+msgid ""
+"The <application>Change Case</application> plugin changes the case of the "
+"selected text."
+msgstr ""
+
+#: C/gedit.xml:1395(para)
+msgid ""
+"The following items are added to the <guimenu>Edit</guimenu> menu when the "
+"<application>Change Case</application> plugin is enabled:"
+msgstr ""
+
+#: C/gedit.xml:1405(para)
+msgid "Menu Item"
+msgstr ""
+
+#: C/gedit.xml:1407(para)
+msgid "Action"
+msgstr ""
+
+#: C/gedit.xml:1409(para)
+msgid "Example"
+msgstr ""
+
+#: C/gedit.xml:1415(guisubmenu) C/gedit.xml:1421(guisubmenu)
+#: C/gedit.xml:1427(guisubmenu) C/gedit.xml:1433(guisubmenu)
+msgid "Change Case"
+msgstr ""
+
+#: C/gedit.xml:1415(guimenuitem)
+msgid "All Upper Case"
+msgstr ""
+
+#: C/gedit.xml:1416(para)
+msgid "Change each character to uppercase."
+msgstr ""
+
+#: C/gedit.xml:1417(para)
+msgid "<literal>This text</literal> becomes <literal>THIS TEXT</literal>"
+msgstr ""
+
+#: C/gedit.xml:1421(guimenuitem)
+msgid "All Lower Case"
+msgstr ""
+
+#: C/gedit.xml:1422(para)
+msgid "Change each character to lowercase."
+msgstr ""
+
+#: C/gedit.xml:1423(para)
+msgid "<literal>This Text</literal> becomes <literal>this text</literal>"
+msgstr ""
+
+#: C/gedit.xml:1427(guimenuitem)
+msgid "Invert Case"
+msgstr ""
+
+#: C/gedit.xml:1428(para)
+msgid ""
+"Change each lowercase character to uppercase, and change each uppercase "
+"character to lowercase."
+msgstr ""
+
+#: C/gedit.xml:1429(para)
+msgid "<literal>This Text</literal> becomes <literal>tHIS tEXT</literal>"
+msgstr ""
+
+#: C/gedit.xml:1433(guimenuitem)
+msgid "Title Case"
+msgstr ""
+
+#: C/gedit.xml:1434(para)
+msgid "Change the first character of each word to uppercase."
+msgstr ""
+
+#: C/gedit.xml:1435(para)
+msgid "<literal>this text</literal> becomes <literal>This Text</literal>"
+msgstr ""
+
+#: C/gedit.xml:1444(title)
+msgid "Document Statistics Plugin"
+msgstr ""
+
+#: C/gedit.xml:1445(para)
+msgid ""
+"The <application>Document Statistics</application> plugin counts the number "
+"of lines, words, characters with spaces, characters without spaces, and "
+"bytes in the current file. The plugin displays the results in a "
+"<guilabel>Document Statistics</guilabel> dialog. To use the Document "
+"Statistics plugin, perform the following steps:"
+msgstr ""
+
+#: C/gedit.xml:1447(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document Statistics</"
+"guimenuitem></menuchoice> to display the <guilabel>Document Statistics</"
+"guilabel> dialog. The <guilabel>Document Statistics</guilabel> dialog "
+"displays the following information about the file:"
+msgstr ""
+
+#: C/gedit.xml:1450(para)
+msgid "Number of lines in the current document."
+msgstr ""
+
+#: C/gedit.xml:1453(para)
+msgid "Number of words in the current document."
+msgstr ""
+
+#: C/gedit.xml:1456(para)
+msgid "Number of characters, including spaces, in the current document."
+msgstr ""
+
+#: C/gedit.xml:1459(para)
+msgid "Number of characters, not including spaces, in the current document."
+msgstr ""
+
+#: C/gedit.xml:1462(para)
+msgid "Number of bytes in the current document."
+msgstr ""
+
+#: C/gedit.xml:1467(para)
+msgid ""
+"You can continue to update the <application>gedit</application> file while "
+"the <guilabel>Document Statistics</guilabel> dialog is open. To refresh the "
+"contents of the <guilabel>Document Statistics</guilabel> dialog, click "
+"<guibutton>Update</guibutton>."
+msgstr ""
+
+#: C/gedit.xml:1474(title)
+msgid "External Tools Plugin"
+msgstr ""
+
+#: C/gedit.xml:1475(para)
+msgid ""
+"The <application>External Tools</application> plugin allows you to execute "
+"external commands from <application>gedit</application>. You can pipe some "
+"content into a command and exploit its output (for example, "
+"<application>sed</application>), or launch a predefined command (for "
+"example, <application>make</application>)."
+msgstr ""
+
+#: C/gedit.xml:1476(para)
+msgid ""
+"Use the <guilabel>External Tools Manager</guilabel> to create and edit "
+"commands. To run an external command, choose it from the <guimenu>Tools</"
+"guimenu> menu."
+msgstr ""
+
+#: C/gedit.xml:1479(title)
+msgid "Built-in Commands"
+msgstr ""
+
+#: C/gedit.xml:1480(para)
+msgid ""
+"The following commands are provided with the <application>External Tools</"
+"application> plugin:"
+msgstr ""
+
+#: C/gedit.xml:1482(term)
+msgid "Build"
+msgstr ""
+
+#: C/gedit.xml:1484(para)
+msgid ""
+"Runs <application>make</application> in the current document's directory."
+msgstr ""
+
+#: C/gedit.xml:1487(term)
+msgid "Directory Listing"
+msgstr ""
+
+#: C/gedit.xml:1489(para)
+msgid ""
+"Lists the contents of the current document's directory in a new document."
+msgstr ""
+
+#: C/gedit.xml:1492(term)
+msgid "Environment Variables"
+msgstr ""
+
+#: C/gedit.xml:1494(para)
+msgid "Displays the environment variables list in the bottom pane."
+msgstr ""
+
+#: C/gedit.xml:1497(term)
+msgid "Grep"
+msgstr ""
+
+#: C/gedit.xml:1499(para)
+msgid ""
+"Searches for a term in all files in the current document directory, using "
+"pattern matching. Results are shown in the bottom pane."
+msgstr ""
+
+#: C/gedit.xml:1502(term)
+msgid "Remove Trailing Spaces"
+msgstr ""
+
+#: C/gedit.xml:1504(para)
+msgid "Removes all spaces from the end of lines in the document."
+msgstr ""
+
+#: C/gedit.xml:1511(title)
+msgid "Defining a Command"
+msgstr ""
+
+#: C/gedit.xml:1512(para)
+msgid ""
+"To add an external command, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>External Tools</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1513(para)
+msgid ""
+"In the <guilabel>External Tools Manager</guilabel> window, click "
+"<guibutton>New</guibutton>. You can speficy the following details for the "
+"new command:"
+msgstr ""
+
+#: C/gedit.xml:1515(term)
+msgid "Description"
+msgstr ""
+
+#: C/gedit.xml:1517(para)
+msgid ""
+"This description is shown in the statusbar when the menu command is chosen."
+msgstr ""
+
+#: C/gedit.xml:1520(term)
+msgid "Accelerator"
+msgstr ""
+
+#: C/gedit.xml:1522(para)
+msgid "Enter a keyboard shortcut for the command."
+msgstr ""
+
+#: C/gedit.xml:1525(term)
+msgid "Commands"
+msgstr ""
+
+#: C/gedit.xml:1527(para)
+msgid ""
+"The actual commands to be run. Several <application>gedit</application> "
+"environment variables can be used to pass content to these commands: see "
+"<xref linkend=\"gedit-external-tools-plugin-variables\"/>."
+msgstr ""
+
+#: C/gedit.xml:1530(term)
+msgid "Input"
+msgstr ""
+
+#: C/gedit.xml:1532(para)
+msgid ""
+"The content to give to the commands (as <systemitem>stdin</systemitem>): the "
+"entire text of the current document, the current selection, line, or word."
+msgstr ""
+
+#: C/gedit.xml:1535(term)
+msgid "Output"
+msgstr ""
+
+#: C/gedit.xml:1537(para)
+msgid ""
+"What to do with the output of the commands: display in the bottom pane, put "
+"in a new document, or place in the current document, at the end, at the "
+"cursor position, or replacing the selection or the entire document."
+msgstr ""
+
+#: C/gedit.xml:1540(term)
+msgid "Applicability"
+msgstr ""
+
+#: C/gedit.xml:1542(para)
+msgid ""
+"Determines which sort of documents can be affected by the command, for "
+"example whether saved or not, and local or remote."
+msgstr ""
+
+#: C/gedit.xml:1550(title)
+msgid "Editing and Removing Tools"
+msgstr ""
+
+#: C/gedit.xml:1551(para)
+msgid ""
+"To edit a tool, select it in the list and make changes to its properties."
+msgstr ""
+
+#: C/gedit.xml:1552(para)
+msgid "To rename a tool, click it again in the list."
+msgstr ""
+
+#: C/gedit.xml:1553(para)
+msgid ""
+"To restore a built-in tool that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1554(para)
+msgid ""
+"To remove a tool, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in tools, only those you have created "
+"yourself."
+msgstr ""
+
+#: C/gedit.xml:1558(title)
+msgid "Variables"
+msgstr ""
+
+#: C/gedit.xml:1559(para)
+msgid ""
+"You can use the following variables in the <guilabel>Commands</guilabel> "
+"field of the command definition:"
+msgstr ""
+
+#: C/gedit.xml:1562(para)
+msgid "GEDIT_CURRENT_DOCUMENT_URI"
+msgstr ""
+
+#: C/gedit.xml:1565(para)
+msgid "GEDIT_CURRENT_DOCUMENT_NAME"
+msgstr ""
+
+#: C/gedit.xml:1568(para)
+msgid "GEDIT_CURRENT_DOCUMENT_SCHEME"
+msgstr ""
+
+#: C/gedit.xml:1571(para)
+msgid "GEDIT_CURRENT_DOCUMENT_PATH"
+msgstr ""
+
+#: C/gedit.xml:1574(para)
+msgid "GEDIT_CURRENT_DOCUMENT_DIR"
+msgstr ""
+
+#: C/gedit.xml:1577(para)
+msgid "GEDIT_DOCUMENTS_URI"
+msgstr ""
+
+#: C/gedit.xml:1580(para)
+msgid "GEDIT_DOCUMENTS_PATH"
+msgstr ""
+
+#: C/gedit.xml:1587(title)
+msgid "File Browser Plugin"
+msgstr ""
+
+#: C/gedit.xml:1588(para)
+msgid ""
+"The <application>File Browser</application> Plugin shows your files and "
+"folders in the side pane, allowing you to quickly open files."
+msgstr ""
+
+#: C/gedit.xml:1589(para)
+msgid ""
+"To view the File Browser, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice> and then click on "
+"the tab showing the File Browser icon at the bottom of the side pane."
+msgstr ""
+
+#: C/gedit.xml:1591(title)
+msgid "Browsing your Files"
+msgstr ""
+
+#: C/gedit.xml:1592(para)
+msgid ""
+"The File Browser tab initially shows your file manager bookmarks. To browse "
+"the contents of any item, double-click it."
+msgstr ""
+
+#: C/gedit.xml:1593(para)
+msgid ""
+"To show a parent folder, choose from the drop-down list, or press the up "
+"arrow on the File Browser's toolbar."
+msgstr ""
+
+#: C/gedit.xml:1594(para)
+msgid ""
+"To show the folder that contains the document you are currently working on, "
+"right-click in the file list and choose <guimenuitem>Set root to active "
+"document</guimenuitem>."
+msgstr ""
+
+#: C/gedit.xml:1598(para)
+msgid ""
+"To open a file in <application>gedit</application>, double-click it in the "
+"file list."
+msgstr ""
+
+#: C/gedit.xml:1601(title)
+msgid "Creating Files and Folders"
+msgstr ""
+
+#: C/gedit.xml:1602(para)
+msgid ""
+"To create a new, empty text file in the current folder shown in the browser, "
+"right-click in the file list and choose <guimenuitem>New File</guimenuitem>."
+msgstr ""
+
+#: C/gedit.xml:1603(para)
+msgid ""
+"To create a new folder in the current folder shown in the browser, right-"
+"click in the file list and choose <guimenuitem>New Folder</guimenuitem>."
+msgstr ""
+
+#: C/gedit.xml:1608(title)
+msgid "Indent Lines Plugin"
+msgstr ""
+
+#: C/gedit.xml:1609(para)
+msgid ""
+"The <application>Indent Lines</application> plugin adds or removes space "
+"from the beginning of lines of text."
+msgstr ""
+
+#: C/gedit.xml:1610(para)
+msgid "To indent or unindent text, perform the following steps:"
+msgstr ""
+
+#: C/gedit.xml:1612(para)
+msgid ""
+"Select the lines that you want to indent. To indent or unindent a single "
+"line, place the cursor anywhere on that line."
+msgstr ""
+
+#: C/gedit.xml:1617(para)
+msgid ""
+"To indent the text, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Indent</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1620(para)
+msgid ""
+"To remove the indentation, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Unindent</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1625(para)
+msgid ""
+"The amount of space used, and whether tab character or space characters are "
+"used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor "
+"Preferences: see <xref linkend=\"gedit-prefs-editor\"/>."
+msgstr ""
+
+#: C/gedit.xml:1630(title)
+msgid "Insert Date/Time Plugin"
+msgstr ""
+
+#: C/gedit.xml:1631(para)
+msgid ""
+"The <application>Insert Date/Time</application> plugin inserts the current "
+"date and time into a document. To use the Insert Date/Time plugin, perform "
+"the following steps:"
+msgstr ""
+
+#: C/gedit.xml:1633(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1634(para)
+msgid ""
+"If you have not configured the Insert Date/Time plugin to automatically "
+"insert the date/time without prompting you for the format, "
+"<application>gedit</application> displays the <guilabel>Insert Date and "
+"Time</guilabel> dialog. Select the appropriate date/time format from the "
+"list. Click <guibutton>Insert</guibutton> to close the <guilabel>Insert Date "
+"and Time</guilabel> dialog. <application>gedit</application> inserts the "
+"date/time at the cursor position in the current file."
+msgstr ""
+
+#: C/gedit.xml:1635(para)
+msgid ""
+"If you have configured <application>gedit</application> to use one "
+"particular date/time format, the <guilabel>Insert Date and Time</guilabel> "
+"dialog is not displayed. The date/time is automatically entered at the "
+"cursor position in the current file."
+msgstr ""
+
+#: C/gedit.xml:1640(title)
+msgid "Configuring the Insert Date/Time Plugin"
+msgstr ""
+
+#: C/gedit.xml:1641(para)
+msgid "To configure the Insert Date/Time plugin, perform the following steps:"
+msgstr ""
+
+#: C/gedit.xml:1649(para)
+msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+msgstr ""
+
+#: C/gedit.xml:1652(para)
+msgid ""
+"Click <guibutton>Configure Plugin</guibutton> to display the "
+"<guilabel>Configure insert date/time plugin</guilabel> dialog."
+msgstr ""
+
+#: C/gedit.xml:1655(para)
+msgid "Select one of the options, as follows:"
+msgstr ""
+
+#: C/gedit.xml:1657(para)
+msgid ""
+"To specify the date/time format each time you insert the date/time, select "
+"the <guilabel>Prompt for a format</guilabel> option."
+msgstr ""
+
+#: C/gedit.xml:1660(para)
+msgid ""
+"To use the same <application>gedit</application>-provided date/time format "
+"each time you insert the date/time, select the <guilabel>Use the selected "
+"format</guilabel> option, then select the appropriate format from the list. "
+"When you select this option, <application>gedit</application> does not "
+"prompt you for the date/time format when you choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1663(para)
+msgid ""
+"To use the same customized date/time format each time you insert the date/"
+"time, select the <guilabel>Use custom format</guilabel> option, then enter "
+"the appropriate format in the text box. For more information about how to "
+"specify a custom format, see <ulink url=\"man:strftime\" type=\"man"
+"\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+"manvolnum></citerefentry></ulink>. When you select this option, "
+"<application>gedit</application> does not prompt you for the date/time "
+"format when you choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Insert Date and Time</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1668(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to close the <guilabel>Configure insert date/"
+"time plugin</guilabel> dialog."
+msgstr ""
+
+#: C/gedit.xml:1671(para)
+msgid ""
+"To close the <guilabel>Preferences</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+
+#: C/gedit.xml:1678(title)
+msgid "Modelines Plugin"
+msgstr ""
+
+#: C/gedit.xml:1679(para)
+msgid ""
+"The <application>Modelines</application> plugin allows you to set "
+"preferences for individual documents. A <firstterm>modeline</firstterm> is a "
+"line of text at the start or end of the document with settings that "
+"<application>gedit</application> recognises."
+msgstr ""
+
+#: C/gedit.xml:1680(para)
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+
+#: C/gedit.xml:1681(para)
+msgid "You can set the following preferences with modelines:"
+msgstr ""
+
+#: C/gedit.xml:1684(para)
+msgid "Tab width"
+msgstr ""
+
+#: C/gedit.xml:1687(para)
+msgid "Indent width"
+msgstr ""
+
+#: C/gedit.xml:1690(para)
+msgid "Insert spaces instead of tabs"
+msgstr ""
+
+#: C/gedit.xml:1696(para)
+msgid "Right margin width"
+msgstr ""
+
+#: C/gedit.xml:1700(para)
+msgid ""
+"The <application>Modelines</application> plugin supports a subset of the "
+"options used by other text editors <application>Emacs</application>, "
+"<application>Kate</application> and <application>Vim</application>."
+msgstr ""
+
+#: C/gedit.xml:1703(title)
+msgid "Emacs Modelines"
+msgstr ""
+
+#: C/gedit.xml:1704(para)
+msgid ""
+"The first two lines of a document are scanned for <application>Emacs</"
+"application> modelines."
+msgstr ""
+
+#: C/gedit.xml:1705(para)
+msgid ""
+"The <application>Emacs</application> options for tab-width, indent-offset, "
+"indent-tabs-mode and autowrap are supported. For more information, see the "
+"<ulink type=\"http\" url=\"http://www.delorie.com/gnu/docs/emacs/emacs_486."
+"html\">GNU Emacs Manual</ulink>."
+msgstr ""
+
+#: C/gedit.xml:1708(title)
+msgid "Kate Modelines"
+msgstr ""
+
+#: C/gedit.xml:1709(para)
+msgid ""
+"The first and last ten lines a document are scanned for <application>Kate</"
+"application> modelines."
+msgstr ""
+
+#: C/gedit.xml:1710(para)
+msgid ""
+"The <application>Kate</application> options for tab-width, indent-width, "
+"space-indent, word-wrap and word-wrap-column are supported. For more "
+"information, see the <ulink type=\"http\" url=\"http://www.kate-editor.org/"
+"article/katepart_modelines\">Kate website</ulink>."
+msgstr ""
+
+#: C/gedit.xml:1713(title)
+msgid "Vim Modelines"
+msgstr ""
+
+#: C/gedit.xml:1714(para)
+msgid ""
+"The first and last three lines a document are scanned for <application>Vim</"
+"application> modelines."
+msgstr ""
+
+#: C/gedit.xml:1715(para)
+msgid ""
+"The <application>Vim</application> options for et, expandtab, ts, tabstop, "
+"sw, shiftwidth, wrap, and textwidth are supported. For more information, see "
+"the <ulink type=\"http\" url=\"http://vimdoc.sourceforge.net/htmldoc/options."
+"html#modeline\">Vim website</ulink>."
+msgstr ""
+
+#: C/gedit.xml:1720(title)
+msgid "Python Console Plugin"
+msgstr ""
+
+#: C/gedit.xml:1721(para)
+msgid ""
+"The <application>Python Console</application> Plugin allows you to run "
+"commands in the python programming language from <application>gedit</"
+"application>. Enabling the plugin adds a tab to the bottom pane. This shows "
+"recent output and a command prompt field."
+msgstr ""
+
+#: C/gedit.xml:1722(para)
+msgid ""
+"Commands entered into the python console are not checked before they are "
+"run. It is therefore possible to hang <application>gedit</application>, for "
+"example by entering an infinite loop."
+msgstr ""
+
+#: C/gedit.xml:1726(title)
+msgid "Snippets Plugin"
+msgstr ""
+
+#: C/gedit.xml:1727(para)
+msgid ""
+"The <application>Snippets</application> plugin allows you to store "
+"frequently-used pieces of text, called <firstterm>snippets</firstterm>, and "
+"insert them quickly into a document."
+msgstr ""
+
+#: C/gedit.xml:1728(para)
+msgid ""
+"Snippets are specific to the language syntax of the current document. For "
+"example, when you are working with an HTML document, you can choose from a "
+"list of snippets that are useful for HTML. In addition, some snippets are "
+"global, and are available in all documents."
+msgstr ""
+
+#: C/gedit.xml:1729(para)
+msgid ""
+"A number of built-in snippets are installed with <application>gedit</"
+"application>, which can be modified."
+msgstr ""
+
+#: C/gedit.xml:1732(title)
+msgid "Inserting Snippets"
+msgstr ""
+
+#: C/gedit.xml:1733(para)
+msgid ""
+"To insert a snippet into a document, type its <firstterm>tab trigger</"
+"firstterm> and press <keycap>Tab</keycap>. A snippet's tab trigger is "
+"usually the first few letters of the snippet, or something else that is "
+"short and easy to remember."
+msgstr ""
+
+#: C/gedit.xml:1734(para)
+msgid ""
+"Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></"
+"keycombo> to see a list of snippets you can insert."
+msgstr ""
+
+#: C/gedit.xml:1738(title)
+msgid "Adding Snippets"
+msgstr ""
+
+#: C/gedit.xml:1739(para)
+msgid "To create a new snippet, do the following:"
+msgstr ""
+
+#: C/gedit.xml:1742(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Manage Snippets</"
+"guimenuitem></menuchoice>. The <guilabel>Snippets Manager</guilabel> window "
+"opens."
+msgstr ""
+
+#: C/gedit.xml:1745(para)
+msgid ""
+"The list of snippets is grouped by language. Select the language you want to "
+"add a snippet to, or a snippet in that language group. To add a snippet for "
+"all languages, choose Global at the top of the list. The syntax of the "
+"document you are currently working with is shown by default."
+msgstr ""
+
+#: C/gedit.xml:1748(para)
+msgid "Click <guibutton>New</guibutton>. A new snippet appears in the list."
+msgstr ""
+
+#: C/gedit.xml:1751(para)
+msgid "Enter the following information for the new snippet:"
+msgstr ""
+
+#: C/gedit.xml:1753(term)
+msgid "Name"
+msgstr ""
+
+#: C/gedit.xml:1755(para)
+msgid ""
+"Enter a name for the snippet in the text field within the snippet list. The "
+"name of a snippet serves only as a reminder of its purpose. You can change "
+"name of a snippet you create by clicking on it in the list."
+msgstr ""
+
+#: C/gedit.xml:1758(term)
+msgid "Snippet text"
+msgstr ""
+
+#: C/gedit.xml:1760(para)
+msgid ""
+"Enter the text of the snippet in the <guilabel>Edit snippet</guilabel> text "
+"box. For special codes you can use, see <xref linkend=\"gedit-snippets-"
+"plugin-syntax\"/>."
+msgstr ""
+
+#: C/gedit.xml:1761(para)
+msgid ""
+"You can switch back to the document window to copy text without closing the "
+"<guilabel>Snippets Manager</guilabel> window."
+msgstr ""
+
+#: C/gedit.xml:1764(term)
+msgid "Tab Trigger"
+msgstr ""
+
+#: C/gedit.xml:1766(para)
+msgid ""
+"Enter the tab trigger for the snippet. This is the text that you type before "
+"pressing <keycap>Tab</keycap> to insert the snippet."
+msgstr ""
+
+#: C/gedit.xml:1767(para)
+msgid ""
+"The tag must be either a single word comprising only letters, or any single "
+"character. The <guilabel>Tab trigger</guilabel> will highlight in red if an "
+"invalid tab trigger is entered."
+msgstr ""
+
+#: C/gedit.xml:1770(term)
+msgid "Shortcut key"
+msgstr ""
+
+#: C/gedit.xml:1772(para)
+msgid "Type a shortcut key to use for inserting the snippet."
+msgstr ""
+
+#: C/gedit.xml:1781(title)
+msgid "Editing and Removing Snippets"
+msgstr ""
+
+#: C/gedit.xml:1782(para)
+msgid ""
+"To edit a snippet, select it in the list and make changes to its text and "
+"activation properties."
+msgstr ""
+
+#: C/gedit.xml:1783(para)
+msgid "To rename a snippet, click it again in the list."
+msgstr ""
+
+#: C/gedit.xml:1784(para)
+msgid ""
+"To restore a built-in snippet that you have changed, press <guilabel>Revert</"
+"guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1785(para)
+msgid ""
+"To remove a snippet, select it in the list and press <guibutton>Remove</"
+"guibutton>. You can not remove built-in snippets, only those you have "
+"created yourself."
+msgstr ""
+
+#: C/gedit.xml:1789(title)
+msgid "Snippet Substitutions"
+msgstr ""
+
+#: C/gedit.xml:1790(para)
+msgid ""
+"In addition to inserting stored text, a snippet can include customizable "
+"text, or mark spaces where you can add text once the snippet is inserted in "
+"your document."
+msgstr ""
+
+#: C/gedit.xml:1794(para)
+msgid "You can use the following placeholder codes in snippet text:"
+msgstr ""
+
+#: C/gedit.xml:1796(term)
+msgid "Tab placeholders"
+msgstr ""
+
+#: C/gedit.xml:1798(para)
+msgid ""
+"<literal>$<replaceable>n</replaceable></literal> defines a tab placeholder, "
+"where <literal>n</literal> is any number from 1 upwards."
+msgstr ""
+
+#: C/gedit.xml:1799(para)
+msgid ""
+"<literal>${<replaceable>n</replaceable>:<replaceable>default</replaceable>}</"
+"literal> defines a tab placeholder with a default value."
+msgstr ""
+
+#: C/gedit.xml:1800(para)
+msgid ""
+"A tab placeholder marks a place in the snippet text where you can add extra "
+"text after the snippet is inserted."
+msgstr ""
+
+#: C/gedit.xml:1801(para)
+msgid ""
+"To use tab placeholders, insert the snippet as normal. The cursor is placed "
+"at the first tab placeholder. Type text, and press <keycap>Tab</keycap> to "
+"advance to the next tab placeholder. The number in the placeholder code "
+"defines the order in which tab advances to each place in the text."
+msgstr ""
+
+#: C/gedit.xml:1802(para)
+msgid ""
+"Press <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> to "
+"return to the previous tab placeholder. Pressing <keycap>Tab</keycap> when "
+"there are no more tab placeholders moves the cursor to the end of the "
+"snippet text, or to the end placeholder if it exists."
+msgstr ""
+
+#: C/gedit.xml:1805(term)
+msgid "Mirror placeholders"
+msgstr ""
+
+#: C/gedit.xml:1807(para)
+msgid ""
+"A repeated tab placeholder will mirror the placeholder already defined. This "
+"allows you to type in text only once that you want to appear several times "
+"in the snippet."
+msgstr ""
+
+#: C/gedit.xml:1810(term)
+msgid "End placeholder"
+msgstr ""
+
+#: C/gedit.xml:1812(para)
+msgid ""
+"<literal>$0</literal> defines the end placeholder. This allows you to finish "
+"working with the snippet with the cursor at a point other than the end of "
+"the snippet text."
+msgstr ""
+
+#: C/gedit.xml:1815(term)
+msgid "Environmental variables"
+msgstr ""
+
+#: C/gedit.xml:1817(para)
+msgid ""
+"Environmental variable such as <literal>$PATH</literal> and <literal>$HOME</"
+"literal> are substituted in snippet text. The following variables specific "
+"to <application>gedit</application> can also be used:"
+msgstr ""
+
+#: C/gedit.xml:1819(term)
+msgid "$GEDIT_SELECTED_TEXT"
+msgstr ""
+
+#: C/gedit.xml:1821(para)
+msgid "The currently selected text."
+msgstr ""
+
+#: C/gedit.xml:1824(term)
+msgid "$GEDIT_FILENAME"
+msgstr ""
+
+#: C/gedit.xml:1826(para)
+msgid ""
+"The full filename of the document, or an empty string if the document isn't "
+"saved yet."
+msgstr ""
+
+#: C/gedit.xml:1829(term)
+msgid "$GEDIT_BASENAME"
+msgstr ""
+
+#: C/gedit.xml:1831(para)
+msgid ""
+"The basename of the filename of the document, or an empty string if the "
+"document isn't saved yet."
+msgstr ""
+
+#: C/gedit.xml:1834(term)
+msgid "$GEDIT_CURRENT_WORD"
+msgstr ""
+
+#: C/gedit.xml:1836(para)
+msgid ""
+"The word at the cursor's location in the document. When this variable is "
+"used, the current word will be replaced by the snippet text."
+msgstr ""
+
+#: C/gedit.xml:1844(term)
+msgid "Shell placeholders"
+msgstr ""
+
+#: C/gedit.xml:1846(para)
+msgid ""
+"<literal>$(<replaceable>cmd</replaceable>)</literal> is replaced by the "
+"result of executing <replaceable>cmd</replaceable> in a shell."
+msgstr ""
+
+#: C/gedit.xml:1847(para)
+msgid ""
+"<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+"literal> allows you to give this placeholder a reference, where "
+"<replaceable>n</replaceable> is any number from 1 upwards. Use <literal>"
+"$<replaceable>n</replaceable></literal> to use the output from one shell "
+"placeholder as input in another."
+msgstr ""
+
+#: C/gedit.xml:1850(term)
+msgid "Python placeholders"
+msgstr ""
+
+#: C/gedit.xml:1852(para)
+msgid ""
+"<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> is replaced by "
+"the result of evaluating <replaceable>cmd</replaceable> in the python "
+"interpreter."
+msgstr ""
+
+#: C/gedit.xml:1853(para)
+msgid ""
+"<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</replaceable>&gt;"
+"</literal> specifies another python placeholder as a dependency, where "
+"<replaceable>a</replaceable> gives its order in the snippet. This allows you "
+"to use python functions defined in another snippet. To specify several "
+"dependencies, separate the numbers with commas thus: <literal>$&lt;"
+"<replaceable>a</replaceable>,<replaceable>b</replaceable>:<replaceable>cmd</"
+"replaceable>&gt;</literal>"
+msgstr ""
+
+#: C/gedit.xml:1854(para)
+msgid ""
+"To use a variable in all other python snippets, declare it as "
+"<literal>global</literal>."
+msgstr ""
+
+#: C/gedit.xml:1863(title)
+msgid "Sort Plugin"
+msgstr ""
+
+#: C/gedit.xml:1864(para)
+msgid ""
+"The <application>Sort</application> plugin arranges selected lines of text "
+"into alphabetical order."
+msgstr ""
+
+#: C/gedit.xml:1865(para)
+msgid ""
+"You cannot undo the Sort operation, so you should save the file before "
+"performing the sort. To revert to the saved version of the file after the "
+"sort operation, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Revert</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1868(para)
+msgid "To use the Sort plugin, perform the following steps:"
+msgstr ""
+
+#: C/gedit.xml:1871(para)
+msgid "Select the lines of text you want to sort."
+msgstr ""
+
+#: C/gedit.xml:1873(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</guimenuitem></"
+"menuchoice>. The <guilabel>Sort</guilabel> dialog opens."
+msgstr ""
+
+#: C/gedit.xml:1876(para)
+msgid "Choose the options you want for the sort:"
+msgstr ""
+
+#: C/gedit.xml:1879(para)
+msgid ""
+"To arrange the text in reverse order, select <guilabel>Reverse order</"
+"guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1882(para)
+msgid ""
+"To delete duplicate lines, select <guilabel>Remove duplicates</guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1885(para)
+msgid "To ignore case sensitivity, select <guilabel>Ignore case</guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1888(para)
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <guilabel>Start at "
+"column</guilabel> spin box."
+msgstr ""
+
+#: C/gedit.xml:1893(para)
+msgid "To perform the sort operation, click <guibutton>Sort</guibutton>."
+msgstr ""
+
+#: C/gedit.xml:1900(title)
+msgid "Spell Checker Plugin"
+msgstr ""
+
+#: C/gedit.xml:1901(para)
+msgid ""
+"The <application>Spell Checker</application> plugin checks the spelling in "
+"the selected text. You can configure <application>gedit</application> to "
+"check the spelling automatically, or you can check the spelling manually, in "
+"the specified language. The language setting, and the autocheck spelling "
+"properties, apply per document. To use the Spell checker plugin, perform the "
+"following steps:"
+msgstr ""
+
+#: C/gedit.xml:1903(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Set Language</"
+"guimenuitem></menuchoice> to display the <guilabel>Set language</guilabel> "
+"dialog. Select the appropriate language from the list. Click <guibutton>OK</"
+"guibutton> to close the <guilabel>Set language</guilabel> dialog."
+msgstr ""
+
+#: C/gedit.xml:1906(para)
+msgid ""
+"To check the spelling automatically, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice>. To unset "
+"the automatic spell check, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice> again. "
+"When automatic spell checking is set, an icon is displayed beside the "
+"<guimenuitem>Autocheck Spelling</guimenuitem> menu item. Automatic spell "
+"checking is unset by default, each time <application>gedit</application> "
+"starts."
+msgstr ""
+
+#: C/gedit.xml:1907(para)
+msgid ""
+"Unknown spellings are displayed in a different color, and underlined. Right-"
+"click on an unknown spelling, then select <guimenu>Spelling Suggestions</"
+"guimenu> from the popup menu:"
+msgstr ""
+
+#: C/gedit.xml:1910(para)
+msgid ""
+"To replace the unknown spelling with another spelling in the list, select "
+"the replacement spelling from the <guimenu>Spelling Suggestions</guimenu> "
+"popup menu."
+msgstr ""
+
+#: C/gedit.xml:1913(para)
+msgid ""
+"To add the unknown spelling to your personal dictionary, select "
+"<menuchoice><guimenu>Spelling Suggestions</guimenu><guimenuitem>Add</"
+"guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1916(para)
+msgid ""
+"To ignore all occurrences of the unknown spelling, so that they are no "
+"longer flagged as unknown but are not added to your personal dictionary, "
+"select <menuchoice><guimenu>Spelling Suggestions</"
+"guimenu><guimenuitem>Ignore All</guimenuitem></menuchoice>. The unknown word "
+"is ignored in the current <application>gedit</application> session only."
+msgstr ""
+
+#: C/gedit.xml:1921(para)
+msgid ""
+"To check the spelling manually, choose <menuchoice><guimenu>Tools</"
+"guimenu><guimenuitem>Check Spelling</guimenuitem></menuchoice>."
+msgstr ""
+
+#: C/gedit.xml:1923(para)
+msgid ""
+"If there are no spelling errors, an <guilabel>Information</guilabel> dialog "
+"displays a message stating that the document does not contain misspelled "
+"words. Click <guibutton>OK</guibutton> to close the <guilabel>Information</"
+"guilabel> dialog."
+msgstr ""
+
+#: C/gedit.xml:1925(para)
+msgid ""
+"If there are spelling errors, the <guilabel>Check Spelling</guilabel> dialog "
+"is displayed:"
+msgstr ""
+
+#: C/gedit.xml:1928(para)
+msgid ""
+"The <guilabel>Misspelled word</guilabel> is displayed at the top of the "
+"dialog."
+msgstr ""
+
+#: C/gedit.xml:1931(para)
+msgid ""
+"A suggested known spelling is displayed in the <guilabel>Change to</"
+"guilabel> text box. You can replace this with another known spelling by "
+"selecting a spelling from the <guilabel>Suggestions</guilabel> list, or you "
+"can enter text directly into the <guilabel>Change to</guilabel> text box."
+msgstr ""
+
+#: C/gedit.xml:1934(para)
+msgid ""
+"To check the spelling of the text in the <guilabel>Change to</guilabel> text "
+"box, click <guibutton>Check Word</guibutton>. If this is a known word, the "
+"<guilabel>Suggestions</guilabel> list is replaced with the text <literal>"
+"(correct spelling)</literal>. If the word is not known, new entries appear "
+"in the <guilabel>Suggestions</guilabel> list."
+msgstr ""
+
+#: C/gedit.xml:1937(para)
+msgid ""
+"To ignore the current occurrence of the unknown word, click "
+"<guibutton>Ignore</guibutton>. To ignore all occurrences of the unknown "
+"word, click <guibutton>Ignore All</guibutton>. The unknown word is ignored "
+"in the current <application>gedit</application> session only."
+msgstr ""
+
+#: C/gedit.xml:1940(para)
+msgid ""
+"To change the current occurrence of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change</"
+"guibutton>. To change all occurrences of the unknown word to the text in the "
+"<guilabel>Change to</guilabel> text box, click <guibutton>Change All</"
+"guibutton>."
+msgstr ""
+
+#: C/gedit.xml:1943(para)
+msgid ""
+"To add the unknown word to your personal dictionary, click <guibutton>Add "
+"word</guibutton>."
+msgstr ""
+
+#: C/gedit.xml:1946(para)
+msgid ""
+"To close the <guilabel>Check Spelling</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"ปิดกล่องโต้ตอบ <guilabel>ตรวจตัวสะกด</guilabel> ได้โดยคลิก <guibutton>ปิด</"
+"guibutton>"
+
+#: C/gedit.xml:1955(title)
+msgid "Tag List Plugin"
+msgstr ""
+
+#: C/gedit.xml:1956(para)
+msgid ""
+"The <application>Tag List</application> plugin allows you to insert common "
+"tags from a list in the side pane."
+msgstr ""
+
+#: C/gedit.xml:1957(para)
+msgid "To use the Tag List plugin, perform the following steps:"
+msgstr "การใช้ปลั๊กอินรายชื่อแท็ก ทำได้ตามขั้นตอนต่อไปนี้:"
+
+#: C/gedit.xml:1959(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"เลือก <menuchoice><guimenu>มุมมอง</guimenu><guimenuitem>แถบข้าง</guimenuitem></"
+"menuchoice>"
+
+#: C/gedit.xml:1963(para)
+msgid ""
+"By default, the side pane shows a tab containing a list of open documents. "
+"Click on the tab showing a + icon at the bottom of the side pane to show the "
+"tag list tab."
+msgstr ""
+"โดยปกติแล้ว แถบข้างจะแสดงแท็บรายชื่อเอกสารที่เปิดอยู่ ให้คลิกแท็บที่มีไอคอน + "
+"ที่ด้านล่างของแถบข้างเพื่อแสดงแท็บรายชื่อแท็ก"
+
+#: C/gedit.xml:1965(para)
+msgid ""
+"Select the appropriate tag category from the drop-down list. For example, "
+"<guilabel>HTML - Tags</guilabel>."
+msgstr ""
+
+#: C/gedit.xml:1968(para)
+msgid "Scroll through the tag list to find the required tag."
+msgstr ""
+
+#: C/gedit.xml:1971(para)
+msgid ""
+"To insert a tag at the cursor position in the current file, double-click on "
+"the tag in the tag list. You can also insert a tag as follows:"
+msgstr ""
+
+#: C/gedit.xml:1973(para)
+msgid ""
+"To insert a tag in the current file and change the focus from the side pane "
+"to the display area, press <keycap>Return</keycap>."
+msgstr ""
+
+#: C/gedit.xml:1976(para)
+msgid ""
+"To insert a tag in the current file and maintain the focus on the "
+"<guilabel>Tag list plugin</guilabel> window, press <keycombo><keycap>Shift</"
+"keycap><keycap>Return</keycap></keycombo>."
+msgstr ""
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
+#: C/gedit.xml:0(None)
+msgid "translator-credits"
+msgstr "Tosaporn Kijosoth <naneng@gmail.com>, 2008"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_bold.png'; "
+#~ "md5=950264711a3f0808bef134fa94b0a582"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_bold.png'; "
+#~ "md5=950264711a3f0808bef134fa94b0a582"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_italic.png'; "
+#~ "md5=feb9817676516ae91b9f6b1cd36a5eca"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_italic.png'; "
+#~ "md5=feb9817676516ae91b9f6b1cd36a5eca"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_underline.png'; "
+#~ "md5=58f5848d81ea3f0656ccce82ba32ec9c"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_underline.png'; "
+#~ "md5=58f5848d81ea3f0656ccce82ba32ec9c"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_format_strikethrough.png'; "
+#~ "md5=cf962f5d9df721c1f4f4cef2780915ed"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_format_strikethrough.png'; "
+#~ "md5=cf962f5d9df721c1f4f4cef2780915ed"
+
+#~ msgid "Colors"
+#~ msgstr "สี"
+
+#~ msgid "Syntax Highlighting Preferences"
+#~ msgstr "การปรับแต่งการเน้นไวยากรณ์"
+
+#~ msgid "Enable syntax highlighting"
+#~ msgstr "เปิดใช้งานการเน้นไวยากรณ์"
+
+#~ msgid "Highlight mode"
+#~ msgstr "โหมดเน้น"
+
+#~ msgid "Format buttons"
+#~ msgstr "ปุ่มรูปแบบข้อความ"
+
+#~ msgid "Button"
+#~ msgstr "ปุ่ม"
+
+#~ msgid "Format"
+#~ msgstr "รูปแบบ"
diff --git a/help/uk/uk.po b/help/uk/uk.po
new file mode 100644
index 0000000..74170cd
--- /dev/null
+++ b/help/uk/uk.po
@@ -0,0 +1,3965 @@
+# Ukrainian translation to gedit manual.
+# Copyright © Free Software Foundation, 2007
+# This file is distributed under the same license as the gedit package.
+#
+# Maxim Dziumanenko <dziumanenko@gmail.com>, 2007.
+# Назарій Ріттер <nazariy.ritter@gmail.com>, 2014.
+# Yuri Chornoivan <yurchor@ukr.net>, 2020, 2022, 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit manual\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-01-01 13:31+0000\n"
+"PO-Revision-Date: 2023-01-04 23:05+0200\n"
+"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
+"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
+"Language: uk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 20.12.0\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"Максим Дзюманенко <dziumanenko@gmail.com>, 2007\n"
+"Назарій Ріттер <nazariy.ritter@gmail.com>, 2014\n"
+"Юрій Чорноіван <yurchor@ukr.net>, 2023"
+
+#. (itstool) path: page/title
+#: C/gedit-brief-intro.page:9
+#| msgid "A brief introduction to gedit."
+msgid "A brief introduction to gedit"
+msgstr "Короткий вступ до «gedit»"
+
+#. (itstool) path: page/p
+#: C/gedit-brief-intro.page:11
+msgid ""
+"<app>gedit</app> is an easy-to-use and general-purpose text editor. Its "
+"development started in 1998, at the beginnings of the <link href=\"https://"
+"www.gnome.org/\">GNOME</link> project, with a good integration with that "
+"desktop environment."
+msgstr ""
+"<app>gedit</app> — проста у користуванні програма загального призначення для"
+" редагування тексту. Її розробку було розпочато у 1998 році, на початку"
+" проєкту <link href=\"https://"
+"www.gnome.org/\">GNOME</link>, із доброю інтеграцією із цим стільничним"
+" середовищем."
+
+#. (itstool) path: page/p
+#: C/gedit-brief-intro.page:18
+#| msgid ""
+#| "<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+#| "environment. You can use it to prepare simple notes and documents, or you "
+#| "can use some of its advanced features, making it your own software "
+#| "development environment."
+msgid ""
+"You can use it to write simple notes and documents, or you can enable more "
+"advanced features that are useful for software development."
+msgstr ""
+"Його можна використовувати для написання звичайних нотаток та документів,"
+" або ви можете увімкнути додаткові можливості, які є корисними для розробки"
+" програмного забезпечення."
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-brief-intro.page:23
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+
+#. (itstool) path: page/p
+#: C/gedit-brief-intro.page:25
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"Як тільки «<app>gedit</app>» запущено, можна відразу ж починати писати в "
+"ньому. Щоб зберегти написане, просто натисніть кнопку «<gui>Зберегти</gui>», "
+"що на панелі заголовка «<app>gedit</app>»."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "Зміна кольорів тексту та тла у «gedit»."
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:11
+msgid "Change the color scheme"
+msgstr "Зміна кольорової схеми"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:13
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr ""
+"«<app>gedit</app>» містить декілька різних кольорових схем, дозволяючи, "
+"таким чином, змінювати вигляд головного текстового вікна."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:17
+msgid "To change the color scheme:"
+msgstr "Щоб змінити схему кольорів:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:19 C/gedit-change-default-font.page:18
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"Натисніть кнопку меню у верхньому правому куті вікна і виберіть <guiseq><gui "
+"style=\"menuitem\">«Параметри»</gui> <gui>«Шрифт і кольори»</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:24
+msgid "Choose your desired color scheme."
+msgstr "Виберіть бажану кольорову схему."
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:28
+msgid "The new color scheme will be applied immediately."
+msgstr "Нову кольорову схему буде застосовано негайно."
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Use a Custom Color Scheme"
+msgstr "Використання користувацької кольорової схеми"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:37
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr ""
+"Також можна використовувати кольорові схеми, створені іншими користувачами, "
+"чи створювати свої власні."
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:40
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"Інструкції зі встановлення користувацьких кольорових схем, а також зразки "
+"кольорових схем, які можна завантажити та використовувати, доступні у <link "
+"href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">вікі "
+"gedit</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "Використання нетипового шрифту для вашого тексту у «gedit»."
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:9
+msgid "Change the default font"
+msgstr "Зміна типового шрифту"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:11
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"«<app>gedit</app>» типово використовує системний моноширинний шрифт, однак "
+"можна змінити типовий шрифт «<app>gedit</app>» на той, який відповідає Вашим "
+"уподобанням."
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:16
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "Щоб змінити типовий шрифт в «<app>gedit</app>»:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed width font.\""
+msgstr ""
+"Зніміть прапорець біля фрази «Використовувати системний моноширинний шрифт»."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:23
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"Клацніть на назві поточного шрифту. <app>gedit</app> відкриє вікно вибору "
+"шрифту, дозволяючи, таким чином, зі списку доступних шрифтів вибрати той, "
+"який Вам підходить."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:26
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"Після вибору нового шрифту, використовуйте <gui>повзунок</gui>, що нижче "
+"списку шрифтів, для встановлення типового розміру шрифту."
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:28
+msgid "Click <gui>Select</gui>, and then close the dialog."
+msgstr "Клацніть на «<gui>Вибрати</gui>», а потім закрийте діалогове вікно."
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "Завершення роботи з файлом."
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:10
+msgid "Close a file"
+msgstr "Закриття файла"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:12
+#| msgid ""
+#| "To close a file in <app>gedit</app>, click the <gui style=\"button\">×</"
+#| "gui> that appears on the right-side of the file's tab, or press "
+#| "<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"button that appears on the tab title. Note that when only a single file is "
+"open in a window, you can close the window instead."
+msgstr ""
+"Щоб закрити файл у «<app>gedit</app>», натисніть кнопку <gui style=\"button"
+"\">×</gui> на смужці заголовка вкладки. Зауважте, що якщо у вікні відкрито"
+" лише один файл, ви можете просто закрити вікно."
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:17
+#| msgid ""
+#| "Any one of these actions will close a file in <app>gedit</app>. If your "
+#| "file contains changes that have not been saved, <app>gedit</app> will "
+#| "prompt you to save those changes before closing the file."
+msgid ""
+"If your file contains changes that have not been saved, <app>gedit</app> "
+"will prompt you to save those changes before closing the file."
+msgstr ""
+"Якщо файл міститиме "
+"незбережені зміни, «<app>gedit</app>» запропонує їх зберегти перед закриттям "
+"файла."
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "Відкриття нового файла для редагування."
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:11
+msgid "Create a new file"
+msgstr "Створення нового файла"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:13
+#| msgid ""
+#| "The easiest way to create a new file in <app>gedit</app>, is to click the "
+#| "<gui>Create a new document</gui> button on the left side of the header "
+#| "bar, or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgid ""
+"The easiest way to create a new file in <app>gedit</app> is to click the "
+"<gui>+</gui> button (the <gui>Create a new document</gui> button) on the "
+"left side of the header bar."
+msgstr ""
+"Найпростіший спосіб створити новий файл в «<app>gedit</app>» – клацнути на "
+"кнопці <gui>+</gui> (кнопці «<gui>Створити новий документ</gui>»), що з"
+" лівої сторони панелі "
+"заголовка, або натиснути <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:18
+#| msgid "Drag the tab out of the <app>gedit</app> window."
+msgid ""
+"The new file will appear as a new tab inside the same <app>gedit</app> "
+"window."
+msgstr ""
+"Новий файл буде представлено новою вкладкою у тому самому вікні <app>gedit<"
+"/app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "Використання прав доступу адміністратора для редагування файла."
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:10
+msgid "Edit a file as the root user"
+msgstr "Редагування файла з правами адміністратора"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:13
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"Редагування файлів з правами адміністратора є потенційно небезпечним і може "
+"пошкодити Вашу систему. Будьте дуже обережні при редагуванні файлів з "
+"правами адміністратора."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:18
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr ""
+"Для редагування файлів з правами адміністратора, запустіть «<app>gedit</"
+"app>» з терміналу, ввівши:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:20
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:22
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"Використовуючи команду «<cmd>sudo</cmd>», потрібно правильно ввести свій "
+"пароль перед тим, як відкриється «<app>gedit</app>»."
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:25
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"Як альтернатива команді «<cmd>sudo</cmd>», отримати права адміністратора "
+"можна ввівши:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:27
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:29
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr ""
+"Потім запустити «<app>gedit</app>», використовуючи команду «<cmd>gedit</"
+"cmd>»."
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:33
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"Після відкриття «<app>gedit</app>» з правами адміністратора, ці права будуть "
+"доступні до закриття програми <app>gedit</app>."
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "Дізнайтеся більше про основи роботи з файлами у «gedit»."
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:10
+msgid "File basics: Open, close, and save files"
+msgstr "Основи роботи з файлами: відкривання, закривання та збереження файлів"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:12
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"Якщо Ви – новачок в «<app>gedit</app>», то ці розділи допоможуть Вам у "
+"створенні, збереженні та відкриванні/закриванні файлів."
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "Використання усього екрана для редагування у «gedit»."
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:11
+msgid "Use fullscreen mode"
+msgstr "Використання повноекранного режиму"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:13
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"Працюючи з великими документами, може бути корисним працювати в "
+"повноекранному режимі <app>gedit</app>. Використання повноекранного режиму "
+"приховує <gui>смужку меню</gui>, <gui>панель вкладок</gui> та <gui>панель "
+"інструментів</gui>, показуючи більше тексту та дозволяючи краще "
+"сконцентруватися на своїх задачах."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:20
+msgid "Turn on fullscreen mode"
+msgstr "Увімкнення повноекранного режиму"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:21
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"Щоб увімкнути повноекранний режим, натисніть <key>F11</key>. Меню "
+"«<app>gedit</app>», заголовок вікна та панель вкладок стануть прихованими, а "
+"текст поточного файла залишиться видимим."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:24
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"Якщо під час роботи в повноекранному режимі, потрібно виконати дію з меню "
+"«<app>gedit</app>», перемістіть вказівник миші до верхньої частини екрану. "
+"Смужка меню «<app>gedit</app>» з'явиться знову, та можна буде вибрати "
+"потрібну дію."
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:30
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"Для перемикання між відкритими вкладками в повноекранному режимі, натисніть "
+"або <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> або "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:38
+msgid "Turn off fullscreen mode"
+msgstr "Вимкнення повноекранного режиму"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:39
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr ""
+"Щоб вимкнути повноекранний режим і повернутися в стандартне вікно "
+"«<app>gedit</app>», натисніть <key>F11</key>."
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:41
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"Також можна перемістити курсор миші до верхньої частини екрану та зачекати "
+"до появи <gui>смужки меню</gui>. Коли <gui>смужка меню</gui> з'явиться, "
+"виберіть «<gui>Вийти з повноекранного режиму</gui>»."
+
+#. (itstool) path: page/title
+#: C/gedit-general-intro.page:9
+msgid "Introduction to text editors in general"
+msgstr "Загальний вступ до користування текстовими редакторами"
+
+#. (itstool) path: section/title
+#: C/gedit-general-intro.page:12
+msgid "Not a word processor"
+msgstr "Не є текстовим процесором"
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:13
+msgid ""
+"A <em>text editor</em> must be differentiated from <em>word processors</em>."
+msgstr ""
+"<em>Текстовий редактор</em> слід відрізняти від <em>текстового процесора</em"
+">."
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:17
+msgid ""
+"An example of a word processor is <link href=\"https://www.libreoffice.org/"
+"\">LibreOffice Writer</link>, which is released as Free and open-source "
+"software."
+msgstr ""
+"Прикладом текстового процесора є <link href=\"https://www.libreoffice.org/\""
+">LibreOffice Writer</link> — безкоштовна програма з відкритим кодом."
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:22
+msgid ""
+"A word processor permits to create different kinds of documents (reports, "
+"letters, books, etc), with the ability to insert images, tables and other "
+"elements."
+msgstr ""
+"Текстові процесори уможливлюють створення документів різних типів (звітів,"
+" листів, книг тощо) з можливістю вставлення зображень, таблиць та інших"
+" елементів."
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:27
+msgid ""
+"A text editor like <app>gedit</app> is used for creating and editing "
+"<em>text files</em>. The files that are saved by <app>gedit</app> and stored "
+"on disk contain only text."
+msgstr ""
+"Текстові редактори, подібні до <app>gedit</app> використовують для створення"
+" та редагування <em>текстових файлів</em>. Файли, які зберігає <app>gedit<"
+"/app>, на диску містять лише текст."
+
+#. (itstool) path: section/title
+#: C/gedit-general-intro.page:35
+msgid "Text file formats"
+msgstr "Формати текстових файлів"
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:36
+msgid ""
+"With a text editor, you can write simple notes as free-form text. But the "
+"text can also follow a certain <em>format</em>."
+msgstr ""
+"За допомогою текстового редактора ви можете писати прості нотатки у формі"
+" довільного тексту. Але текст також може відповідати певному <em>формату</em"
+">."
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:40
+msgid ""
+"Other programs take text files as input, read the text in it, and produce a "
+"result. For example, web browsers can read text files that follow the HTML "
+"format and renders them as pages."
+msgstr ""
+"Інші програми приймають текстові файли як вхідні дані, читають з них текст і"
+" видають результат. Наприклад, браузери можуть читати текстові файли, у яких"
+" використано формат HTML, і показують їх як вебсторінки."
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:45
+msgid ""
+"A text file format specifies how the content needs to be structured in order "
+"to be understood by the other programs."
+msgstr ""
+"Формат текстового файла вказує, як слід структурувати дані для того, щоб їх"
+" могли обробляти інші програми."
+
+#. (itstool) path: section/title
+#: C/gedit-general-intro.page:52
+msgid "Examples"
+msgstr "Приклади"
+
+#. (itstool) path: section/title
+#: C/gedit-general-intro.page:55
+#| msgid "Printing documents"
+msgid "Writing documents"
+msgstr "Записування документів"
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:56
+msgid ""
+"It is interesting to note that, with a simple text editor and text files, it "
+"is possible to write documents such as produced by a word processor."
+msgstr ""
+"Цікаво зауважити, що за допомогою простого текстового редактора і текстових"
+" файлів можна записувати такі самі документи, що і створені текстовим"
+" процесором."
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:61
+msgid ""
+"To take our earlier example with HTML, to insert an image, it is done by "
+"referring to an external image file (for example stored on disk in the same "
+"directory). Although the image file is not part of the HTML file, a web "
+"browser knows that it needs to embed it in the page."
+msgstr ""
+"Якщо розглядати наш попередній приклад з HTML, щоб вставити зображення, слід"
+" послатися на зовнішній файл зображення (наприклад, файл, що зберігається на"
+" диску у тому самому каталозі). Хоча файл зображення не є частиною файла"
+" HTML, веббраузер знає, що слід вбудувати це зображення до сторінки."
+
+#. (itstool) path: section/title
+#: C/gedit-general-intro.page:70
+msgid "Source code"
+msgstr "Початковий код"
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:71
+msgid ""
+"Text files are not restricted to write notes or documents, another area is "
+"writing <em>source code</em>, to develop a piece of software with a "
+"programming or scripting language."
+msgstr ""
+"Використання текстових файлів не обмежено написанням нотаток або документів."
+" Іншою областю їхнього застосування є <em>початковий програмний код</em>,"
+" тобто розробка програмного забезпечення мовою програмування або скриптовою"
+" мовою."
+
+#. (itstool) path: section/title
+#: C/gedit-general-intro.page:80 C/gedit-syntax-highlighting.page:13
+msgid "Syntax highlighting"
+msgstr "Підсвічування синтаксису"
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:81
+msgid ""
+"When writing text in a certain format (or “language”), it is very useful to "
+"visually distinguish the different kinds of elements, when a portion of text "
+"has a special meaning. The special meanings depend on the <em>syntax</em> of "
+"the language, i.e., how things should be structured."
+msgstr ""
+"При написанні тексту у певному форматі (або певною «мовою») дуже корисним є"
+" візуальне вирізнення елементів різних типів, якщо певна частина тексту має"
+" спеціалізоване призначення. Спеціалізоване призначення залежить від <em"
+">синтаксису</em> мови, тобто того, яким чином структуровано дані."
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:87
+msgid ""
+"This is done by adding colors to the text (or other highlighting means: "
+"bold, italic, underline, etc)."
+msgstr ""
+"Це завдання виконують додаванням кольорів до тексту (або іншого"
+" виокремлення, зокрема напівжирним, курсивним, підкресленим текстом тощо)."
+
+#. (itstool) path: section/p
+#: C/gedit-general-intro.page:91
+msgid ""
+"It is important to note that these colors are <em>not</em> saved into the "
+"file; instead, it is the text editor application that presents the text to "
+"the user that way."
+msgstr ""
+"Важливо зауважити, що ці кольори <em>не</em> зберігаються до файла. Так"
+" представляє користувачеві дані файла сама програма текстового редактора."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-file.page:9
+#| msgid "Open files to start working on them."
+msgid "Open a file to start working on it."
+msgstr "Відкрийте файл, щоб розпочати над ним роботу."
+
+#. (itstool) path: page/title
+#: C/gedit-open-file.page:12
+#| msgid "Save a file"
+msgid "Open a file"
+msgstr "Відкриття файла"
+
+#. (itstool) path: page/p
+#: C/gedit-open-file.page:14
+#| msgid ""
+#| "To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+#| "press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgid "To open a file in <app>gedit</app>, click the <gui>Open</gui> button."
+msgstr ""
+"Щоб відкрити файл в «<app>gedit</app>», клацніть на кнопці «<gui>Відкрити</"
+"gui>»."
+
+#. (itstool) path: page/p
+#: C/gedit-open-file.page:17
+#| msgid ""
+#| "This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+#| "keyboard to select the file that you wish to open, and then click "
+#| "<gui>Open</gui>. The file that you've selected will open in a new tab."
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>."
+msgstr ""
+"Відкриється діалогове вікно «<gui>Відкрити</gui>». Використовуйте мишу або "
+"клавіатуру для вибору файла для відкриття, а потім клацніть на "
+"«<gui>Відкрити</gui>»."
+
+#. (itstool) path: page/p
+#: C/gedit-open-file.page:22
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"Щоб закрити діалогове вікно «<gui>Відкрити</gui>» без відкриття файла, "
+"клацніть на «<gui>Скасувати</gui>»."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "Використання бічної панелі «gedit» для навігації файловою системою."
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:11
+msgid "View and open files from the side panel"
+msgstr "Перегляд та відкриття файлів з бічної панелі"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:12
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"Найпоширенішим способом перемикання між файлами в «<app>gedit</app>» є "
+"використання вкладок, що у верхній частині вікна «<app>gedit</app>». Однак, "
+"в деяких випадках, особливо, якщо Ви працюєте з великою кількістю відкритих "
+"файлів, може бути простішим користуватися бічною панеллю."
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:19
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"Щоб активувати бічну панель, виберіть <guiseq><gui>«Вигляд»</gui> "
+"<gui>«Бічна панель»</gui></guiseq> або натисніть клавішу <key>F9</key>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:25
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr ""
+"Завжди можна увімкнути/вимкнути бічну панель, натиснувши <key>F9</key>."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:33
+#: C/gedit-plugins-file-browser.page:23
+msgid "Opening files from the side panel"
+msgstr "Відкриття файлів з бічної панелі"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:34
+#: C/gedit-plugins-file-browser.page:24
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"Для відкриття файлів з бічної панелі, спочатку відкрийте бічну панель, "
+"вибравши <guiseq><gui>«Перегляд»</gui> <gui>«Бічна панель»</gui></guiseq> "
+"(або просто натиснувши <key>F9</key>), а потім виберіть <gui>«Оглядач "
+"файлів»</gui> зі спадного списку у верхній частині панелі."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:42
+#: C/gedit-plugins-file-browser.page:32
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"Це активує режим <em>Оглядача файлів</em> бічної панелі. Після цього можна "
+"використовувати навігаційні кнопки, що в верхній частині панелі, для "
+"розміщування та відкривання потрібних файлів."
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:50
+msgid "Using the side panel to switch between open files"
+msgstr "Використання бічної панелі для перемикання між відкритими файлами"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:51
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"Як тільки відкрито декілька файлів, можна користуватися бічною панеллю для "
+"перемикання між відкритими файлами. Щоб переглянути список відкритих файлів, "
+"виберіть пункт <gui>«Документи»</gui> зі спадного списку у верхній частині "
+"панелі."
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr ""
+"Клацання на назві будь-якого файла на бічній панелі відкриває цей файл для "
+"редагування."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "Доступ до файлів, які зберігаються на іншому комп'ютері."
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:10
+msgid "Open a file that is located on a server"
+msgstr "Відкриття файла, що знаходиться на сервері"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:12
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"Перед відкриванням файла, що знаходиться на сервері, з «<app>gedit</app>», "
+"потрібно знати деяку технічну інформацію про сервер. Наприклад, IP-адресу чи "
+"URL сервера, або, можливо, потрібно знати тип сервера (HTTP, FTP, тощо)."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:17
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"Також, деякі типи серверів накладають обмеження на операції з файлами, що "
+"зберігаються на цьому сервері. Наприклад, можна відкрити файл з сервера, але "
+"зберегти зміни, внесені в файл, може бути потрібно на свій комп'ютер."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:22
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"Маючи на увазі ці застереження, виконайте наступні дії для відкриття файла з "
+"сервера, використовуючи «<app>gedit</app>»:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:26
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "На смужці заголовка натисніть кнопку «<gui>Відкрити</gui>»."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:27
+msgid "Click <gui>Other Locations</gui>."
+msgstr "Натисніть «<gui>Інші місця</gui>»."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:28
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "Введіть IP-адресу чи URL потрібного сервера."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:30
+msgid "Find and select the file that you wish to open."
+msgstr "Знайдіть та виберіть файл, який хочете відкрити."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:31
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr ""
+"Скористайтеся спадним списком кодувань символів, щоб вибрати відповідне "
+"кодування."
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33 C/gedit-plugins-quick-open.page:31
+msgid "Click <gui>Open</gui>."
+msgstr "Клацніть на <gui>«Відкрити»</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:36
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr ""
+"Допустимі типи URI включають http:, ftp:, файл: та інші методи, що "
+"підтримуються <app>GVfs</app>."
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:40
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"Файли з деякими типами URI відкриваються лише для читання, і будь-які зміни "
+"потрібно зберегти в іншому місці. HTTP дозволяє лише читати файли. Файли "
+"відкриті з FTPдоступні лише для читання, оскільки не всі сервери FTP можуть "
+"коректно зберігати віддалені файли."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "Доступ до нещодавно відкритих у «<app>gedit</app>» файлів."
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:10
+msgid "Reopen a recently-used file"
+msgstr "Відкриття останнього файла знову"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:12
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"Типово, «<app>gedit</app>» забезпечує легкий доступ до останніх десяти "
+"файлів, які раніше було відкрито у «<app>gedit</app>». Щоб відкрити останні "
+"файли:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:16
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr ""
+"Клацніть на кнопці зі стрілкою, яку розташовано поряд із кнопкою "
+"«<gui>Відкрити</gui>» на панелі заголовка."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:18
+msgid ""
+"<app>gedit</app> will display a menu with the ten most recently-used files."
+msgstr ""
+"«<app>gedit</app>» покаже меню із десятьма останніми використаними файлами."
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:20
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "Виберіть потрібний файл. Він відкриється в новій вкладці."
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:23
+msgid ""
+"When hovering with the mouse over a recently-used file from the menu, the "
+"full path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+"Якщо ви наведете вказівник миші на пункт файла у меню останніх відкритих "
+"файлів, на смужці стану у нижній частині вікна «<app>gedit</app>» буде "
+"показано шлях до відповідного файла повністю."
+
+#. (itstool) path: info/desc
+#: C/gedit-open-several-files-at-once.page:9
+#| msgid "Select the desired lines of text."
+msgid "Select a set of files to open."
+msgstr "Виберіть набір файлів для відкриття."
+
+#. (itstool) path: page/title
+#: C/gedit-open-several-files-at-once.page:12
+#| msgid "Open a file or set of files"
+msgid "Open several files at once"
+msgstr "Одночасне відкриття декількох файлів"
+
+#. (itstool) path: page/p
+#: C/gedit-open-several-files-at-once.page:13
+#| msgid ""
+#| "Click the arrow button next to the <gui>Open</gui> button in the header "
+#| "bar."
+msgid ""
+"Click the <gui>Open</gui> button. This will cause the <gui>Open</gui> dialog "
+"to appear."
+msgstr ""
+"Натисніть кнопку <gui>Відкрити</gui>. У відповідь програма відкриє вікно <"
+"gui>Відкрити</gui>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-several-files-at-once.page:17
+msgid ""
+"From the <gui>Open</gui> dialog, you can select more than one file with the "
+"<key>Ctrl</key> or <key>Shift</key> key."
+msgstr ""
+"За допомогою вікна <gui>Відкрити</gui> ви можете вибрати декілька файлів,"
+" скориставшись клавішами <key>Ctrl</key> і <key>Shift</key>."
+
+#. (itstool) path: page/p
+#: C/gedit-open-several-files-at-once.page:21
+msgid ""
+"If you hold down the <key>Ctrl</key> key while you select a file, that file "
+"will be added to the selection."
+msgstr ""
+"Якщо ви натиснете і утримуватимете клавішу <key>Ctrl</key> під час"
+" позначення файла, файли буде додано до позначеного набору."
+
+#. (itstool) path: page/p
+#: C/gedit-open-several-files-at-once.page:25
+#| msgid ""
+#| "Holding down the <key>Shift</key> while you select multiple files will "
+#| "open the first file that you select, the last file that you select, and "
+#| "all of the files in between."
+msgid ""
+"If you hold down the <key>Shift</key> key while you select a file, the "
+"selection of files will contain the first file, the last file, and all of "
+"the files in between."
+msgstr ""
+"Якщо ви утримуватимете натиснутою клавішу <key>Shift</key> під час"
+" позначення файла, до позначеного набору буде додано усі файли від першого"
+" до останнього."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "Використання додатків для налаштовування роботи «gedit»."
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:12
+msgid "Configure and use gedit plugins"
+msgstr "Налаштування та користування додатків «gedit»"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:13
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"Можна зробити більше з «<app>gedit</app>», використовуючи додатки. Декілька "
+"додатків встановлено типово, а величезна кількість інших додатків доступна "
+"окремо."
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:17
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"Багато дистрибутивів Linux роблять доступними групу цих додатків як пакунок "
+"«<app>gedit-plugins</app>». Встановіть пакунок «<app>gedit-plugins</app>», "
+"щоб зробити ці додаткові додатки доступними в «<app>gedit</app>»."
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:23
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Встановити gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:29
+msgid "Default gedit Plugins"
+msgstr "Типові додатки «gedit»"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:33
+msgid "Additional gedit Plugins"
+msgstr "Додаткові додатки «gedit»"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:7
+msgid "Change the case of selected text."
+msgstr "Змінює регістр вибраного тексту."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:10
+msgid "Change case"
+msgstr "Змінити регістр"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:12
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"Цей додаток допомагає змінити регістр вибраної частини тексту. Можна "
+"змінити, щоб текст був у нижньому або у верхньому регістрі, інвертувати "
+"регістр або застосувати регістр заголовку. Щоб увімкнути цей додаток, "
+"виберіть <guiseq><gui style=\"menu\">«gedit»</gui><gui style=\"menuitem"
+"\">«Параметри»</gui> <gui>«Додатки»</gui><gui>«Змінити регістр»</gui></"
+"guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:18
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr ""
+"Як тільки додаток «<em>Змінити регістр</em>» увімкнено, його можна "
+"використовувати, виконавши наступні дії:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:22
+msgid "Highlight the portion of text that you want to change."
+msgstr "Виділіть фрагмент тексту, який потрібно змінити."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:23
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«gedit»</gui><gui>«Змінити регістр»</"
+"gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:25
+msgid "Choose your desired text-formatting option."
+msgstr "Виберіть потрібний варіант форматування тексту."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid "The updates to the text formatting will take place immediately."
+msgstr "Текст буде змінено негайно."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:31
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr ""
+"Опція «<gui>Інвертувати регістр</gui>» змінює нижній регістр символів на "
+"верхній, а верхній регістр символів на верхній."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"Опція «<gui>Регістр заголовку</gui>» змінює регістр перших літер кожного "
+"слова на верхній. Регістр всіх інших літер змінюється на нижній."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:39
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"Якщо текст не вибрано, елемент «<em>Змінити регістр</em>» буде недоступним. "
+"Потрібно вибрати фрагмент тексту перед використанням елементу «<em>Змінити "
+"регістр</em>»."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:7
+msgid "View document statistics."
+msgstr "Перегляд статистики документа."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:10
+msgid "Document statistics"
+msgstr "Статистика документа"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:12
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"Додаток «<em>Статистика документа</em>» надає різні статистичні дані про "
+"поточний документ. Щоб увімкнути цей додаток, виберіть <guiseq><gui style="
+"\"menu\">«gedit»</gui><gui style=\"menuitem\">«Параметри»</gui> "
+"<gui>«Додатки»</gui><gui>«Статистика документа»</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:18
+msgid "Using Document Statistics"
+msgstr "Використання «Статистики документа»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:20
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"Як тільки додаток увімкнено, використовуйте його, вибравши "
+"<guiseq><gui>«Інструменти»</gui> \"\"<gui>«Статистика документа»</gui></"
+"guiseq>. У вікні буде показано інформацію про документ, включаючи кількість "
+"слів, рядків, символів, символів без пробілів та розмір файла в байтах."
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:26
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"Можна також використовувати «<em>Статистику документа</em>» для показу "
+"інформації про фрагмент документа. Щоб зробити це, використовуйте вказівник "
+"миші для вибору фрагменту тексту, який потрібно дослідити, виберіть "
+"<guiseq><gui>«Інструменти»</gui><gui>«Статистика документа»</gui></guiseq>. "
+"<app>Gedit</app> покаже інформацію і про весь документ, і про фрагмент "
+"вибраного тексту."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:9
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr "Виконує скрипти в поточних файлах та взаємодіє з іншими програмами."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:13
+msgid "External tools"
+msgstr "Зовнішні інструменти"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:15
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"Додаток «<em>Зовнішні інструменти</em>» може допомогти спростити повторювані "
+"завдання. Особливо, він розширює можливості «<app>gedit</app>», допомагаючи "
+"виконувати скрипти в робочих файлах та дозволяє «<app>gedit</app>» "
+"взаємодіяти з іншими програмами на Вашому комп'ютері. Щоб увімкнути додаток "
+"«<app>Зовнішні інструменти</app>», виберіть <guiseq><gui style=\"menu"
+"\">«gedit»</gui> <gui style=\"menuitem\">«Параметри»</gui><gui>«Додатки»</"
+"gui> <gui>«Зовнішні інструменти»</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:24
+msgid "Configure the external tools plugin"
+msgstr "Налаштування додатка «Зовнішні інструменти»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:26
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"Як тільки додаток увімкнено, його потрібно налаштувати відповідно до своїх "
+"потреб. Отримати доступ до опцій налаштування можна вибравши "
+"<guiseq><gui>«Інструменти»</gui><gui>«Управління зовнішніми інструментами»</"
+"gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:31
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"Цей додаток – для досвідчених користувачів і для ефективного використання, "
+"він вимагає знання скриптів. Використовуйте цей додаток обережно, оскільки, "
+"помилки у скриптах можуть ненавмисно зіпсувати Вашу роботу."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:8
+msgid "Use the side panel to browse and open files."
+msgstr "Використовує бічну панель для огляду та відкриття файлів"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:11
+msgid "File browser panel"
+msgstr "Панель оглядача файлів"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:13
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"Залежно від того, як використовується «<app>gedit</app>», може бути корисним "
+"використовувати додаток «<app>Панель оглядача файлів</app>». Цей додаток "
+"вбудовує <app>оглядач файлів</app> в бічну панель, надаючи легкий доступ до "
+"найчастіше використовуваних файлів."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:18
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"Увімкнути бічну панель можна, вибравши <guiseq><gui style=\"menu\">«gedit»</"
+"gui><gui style=\"menuitem\">«Параметри»</gui> <gui>«Додатки»</"
+"gui><gui>«Панель оглядача файлів»</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:7
+msgid "Insert the current date/time at the cursor position."
+msgstr "Вставляє поточну дату/час в поточну позицію курсору."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:10
+msgid "Insert date/time"
+msgstr "Вставка дати/часу"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:12
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+"Як можна здогадатися із назви цього додатка, додаток <gui>Вставка дати/часу</"
+"gui> надає вам змогу вставити дату і/або час до поточної позиції курсора."
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:17
+msgid "To enable the plugin:"
+msgstr "Щоб увімкнути додаток:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:19
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"Натисніть кнопку меню у верхньому правому куті вікна і виберіть <guiseq><gui "
+"style=\"menuitem\">«Параметри»</gui> <gui style=\"tab\">«Додатки»</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:24
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr ""
+"Виберіть «<gui style=\"menuitem\">Вставити дату або час</gui>», щоб "
+"увімкнути додаток."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:28
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"Щоб скористатися додатком, натисніть кнопку меню у верхньому правому куті "
+"вікна і виберіть <guiseq><gui style=\"menuitem\">«Інструменти»</gui> <gui "
+"style=\"menuitem\">«Вставити дату і час»</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:32
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"Типово, додаток «<gui>Вставити дату/час</gui>» щоразу буде пропонувати "
+"вибрати потрібний формат дати/часу. Однак, можна вибрати типовий формат дати "
+"та часу, натиснувши кнопку меню у верхньому правому куті вікна програми і "
+"вибравши <guiseq><gui style=\"menuitem\">«Параметри»</gui> <gui style=\"tab"
+"\">«Додатки»</gui><gui>«Вставити дату/час»</gui><gui style=\"button"
+"\">«Налаштування»</gui></guiseq>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:6
+msgid "How to install third-party plugins."
+msgstr "Як встановити сторонні додатки."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:9
+msgid "Additional gedit plugins"
+msgstr "Додаткові додатки «gedit»"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:11
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"Встановлення сторонніх додатків надає додаткової функціональності, яка "
+"недоступна в стандартних додатках «<app>gedit</app>», або навіть в "
+"додаткових додатках, які є частиною пакунку «<app>gedit-plugins</app>». "
+"Онлайн-список сторонніх додатків <link href=\"https://wiki.gnome.org/Apps/"
+"Gedit\">міститься тут</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:18
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr ""
+"Під встановленням стороннього додатка мається на увазі завантаження додатка, "
+"розміщення його в правильному каталозі та активування додатка."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:22
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"Зазвичай, можна просто завантажити додаток з інтернет-сторінки додатка, "
+"однак може знадобитися програма для контролю версії, така як «<app>git</"
+"app>», «<app>bazaar</app>» або «<app>subversion</app>», щоб скопіювати з "
+"інтернету сховище програмного забезпечення додатка. Дивіться документацію "
+"додатка для отримання інформації про додаток."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"Помістіть файли додатка в каталог «<file>/home/<var>ім'я_користувача</var>/."
+"local/share/gedit/plugins</file>»."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:30
+msgid ""
+"Of course, replace the word <var>username</var> with your own username."
+msgstr ""
+"Звичайно ж, замініть «<var>ім'я_користувача</var>» на своє власне ім'я."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:32
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"Після розміщення файлів додатка у відповідному каталозі, додаток з'явиться в "
+"меню «Параметри». Натисніть кнопку меню у верхньому правому куті вікна і "
+"виберіть <guiseq><gui style=\"menuitem\">«Параметри»</gui><gui style=\"tab"
+"\">«Додатки»</gui> <gui>[Назва додатка]</gui></guiseq>, щоб увімкнути "
+"додаток."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:37
+msgid "Click <gui>Close</gui>."
+msgstr "Клацніть на «<gui>Закрити</gui>»."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:40
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr "Після увімкнення додатка, він має стати доступним для користування."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:44
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"Каталог «<file>.local</file>» є типово прихованим. Щоб показати його та інші "
+"приховані файли, виберіть <guiseq><gui>«Вигляд»</gui><gui>«Показувати "
+"приховані файли»</gui></guiseq> або натисніть <keyseq><key>Ctrl</key><key>H</"
+"key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:51
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"Якщо каталог «<file>.local/share/gedit/plugins/</file>» відсутній у Вашій "
+"системі, його потрібно створити."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:7
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Підтримка режиму рядків в стилі «Emacs», «Kate» та «Vim»."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:10
+msgid "Modelines"
+msgstr "Режим рядків"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:12
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"Додаток «<app>Режим рядків</app>» дає <app>gedit</app> змогу аналізувати "
+"текстові рядки на початку та в кінці файла, та потім застосовувати набір "
+"параметрів документа до файла. Додаток «<app>Режим рядків</app>» підтримує "
+"підмножину опцій, що використовуються текстовими редакторами «<app>Emacs</"
+"app>», «<app>Kate</app>» та «<app>Vim</app>»."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:18
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"Щоб увімкнути додаток «<app>Режим рядків</app>», виберіть <guiseq><gui style="
+"\"menu\">«gedit»</gui> <gui style=\"menuitem\">«Параметри»</"
+"gui><gui>«Додатки»</gui><gui>«Режим рядків»</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:22
+msgid "General Modeline Options"
+msgstr "Загальні параметри «Режиму рядків»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:23
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr ""
+"Можна вибрати наступні параметри, використовуючи режим рядків в «<app>gedit</"
+"app>»:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:25
+msgid "Tab width"
+msgstr "Ширина табуляції"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:26
+msgid "Indent width"
+msgstr "Ширина відступу"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:27
+msgid "Inserting spaces instead of tabs"
+msgstr "Вставка пробілів замість табуляції"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:28
+msgid "Text Wrapping"
+msgstr "Перенесення тексту"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:29
+msgid "Right margin width"
+msgstr "Ширина правого поля"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:33
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr ""
+"Параметри, встановленні з використанням режиму рядків, мають пріоритет над "
+"іншими параметрами, вказаними в діалоговому вікні параметрів."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:39
+msgid "Emacs Modelines"
+msgstr "Режим рядків «Emacs»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:41
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"Перші два рядки документа зчитуються для режиму рядків «<app>Emacs</app>». "
+"«<app>gedit</app>» підтримує наступні параметри режиму рядків «<app>Emacs</"
+"app>»:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:45
+msgid "Tab-width"
+msgstr "Ширина табуляції"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:46
+msgid "Indent-offset"
+msgstr "Зміщення відступу"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:47
+msgid "Indent-tabs-mode"
+msgstr "Режим відступу-табуляцій"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:48
+msgid "Text auto-wrap"
+msgstr "Автоматичне перенесення тексту"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"Щоб дізнатися більше про режим рядків «<app>Emacs</app>», перегляньте <link "
+"href=\"https://www.gnu.org/software/emacs/manual/emacs.html\">довідку з «GNU "
+"Emacs»</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:56
+msgid "Kate Modelines"
+msgstr "Режим рядків «Kate»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:58
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"Десять перших та десять останніх рядків документа зчитуються для режиму "
+"рядків «<app>Kate</app>». «<app>gedit</app>» підтримує наступні параметри "
+"режиму рядків «<app>Kate</app>»:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:63
+msgid "tab-width"
+msgstr "ширина табуляції"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:64
+msgid "indent-width"
+msgstr "ширина відступу"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:65
+msgid "space-indent"
+msgstr "пробіл-відступ"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:66
+msgid "word-wrap"
+msgstr "перенесення слів"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:67
+msgid "word-wrap-column"
+msgstr "перенесення слів стовпчиком"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:70
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"Щоб дізнатися більше про режим рядків «<app>Kate</app>», відвідайте <link "
+"href=\"https://kate-editor.org/\">інтернет-сторінку «Kate»</link>."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:75
+msgid "Vim Modelines"
+msgstr "Режим рядків «Vim»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:76
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"Три перших та три останніх рядки документа зчитуються для режиму рядків "
+"«<app>Vim</app>». «<app>gedit</app>» підтримує наступні параметри режиму "
+"рядків «<app>Vim</app>»:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:81
+msgid "et (expandtab)"
+msgstr "рт (розгортання табуляції)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:82
+msgid "ts (tabstop)"
+msgstr "пт (позиція табуляції)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:83
+msgid "sw (shiftwidth)"
+msgstr "шз (ширина зсуву)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:84
+msgid "wrap"
+msgstr "перенесення"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:85
+msgid "textwidth"
+msgstr "ширина тексту"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:88
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"Щоб дізнатися більше про режим рядків «<app>Vim</app>», відвідайте <link "
+"href=\"https://www.vim.org/\">інтернет-сторінку «Vim»</link>."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:7
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "Додає інтерактивну консоль «Python» до нижньої панелі."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:10
+msgid "Python console"
+msgstr "Консоль «Python»"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:12
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"Можна додати консоль «Python» до нижньої панелі, отримавши, таким чином, "
+"змогу тестувати скрипти «Python», не виходячи з «<app>gedit</app>». Щоб "
+"увімкнути консоль «Python», виберіть <guiseq><gui style=\"menu\">«gedit»</"
+"gui> <gui style=\"menuitem\">«Параметри»</gui><gui>«Додатки»</gui> "
+"<gui>«Консоль «Python»»</gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:18
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"Як тільки консоль «Python» увімкнено, її можна відкрити вибравши "
+"<guiseq><gui>«Вигляд»</gui><gui>«Нижня панель»</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:21
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"Якщо увімкнути додаток «<gui>Вбудований термінал</gui>», то «<gui>Консоль "
+"«Python»</gui>» відкриється в окремій вкладці на нижній панелі."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:6
+msgid "Quickly open a file or set of files."
+msgstr "Швидко відкриває файли або набір файлів."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:9
+msgid "Quick open"
+msgstr "Швидке відкриття"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:11
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"Як видно з назви, додаток «<app>Швидке відкриття</app>» допомагає відкривати "
+"файли швидше, ніж при використанні стандартних методів відкривання файлів. "
+"Щоб увімкнути цей додаток, виберіть <guiseq><gui style=\"menu\">«gedit»</"
+"gui> <gui>«Параметри»</gui><gui>«Додатки»</gui><gui>«Швидке відкриття»</"
+"gui></guiseq>."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:16
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr ""
+"Як тільки додаток «<app>Швидке відкриття</app>» увімкнено, його можна "
+"використовувати як описано нижче:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:20
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"Відкрийте діалогове вікно «<app>Швидкого відкриття</app>», натиснувши "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>O</key></keyseq>, або вибравши "
+"<gui style=\"menuitem\">«Швидке відкриття»</gui>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:23
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "З'явиться файлове діалогове вікно «<gui>Швидке відкриття</gui>»."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:24
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr ""
+"Використовуйте мишу для вибору файла або файлів, які потрібно відкрити."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:26
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr ""
+"Щоб вибрати декілька окремих файлів, утримуючи клавішу <key>Ctrl</key>, "
+"клацайте на файлах, які потрібно відкрити."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:28
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"Щоб вибрати групу файлів, клацніть на першому файлі, який потрібно відкрити, "
+"та утримуючи клавішу <key>Shift</key>, клацніть на останньому файлі, який "
+"потрібно відкрити."
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:34
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "«<app>Швидке відкриття</app>» буде шукати файли в:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "The directory of the currently opened document"
+msgstr "каталозі поточного відкритого документа"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:38
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"кореневому каталозі додатка «<app xref=\"gedit-plugins-file-browser\">Панель "
+"оглядача файлів</app>»"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr ""
+"останніх документах, які також буде показано у теці «<file>Нещодавні</file>» "
+"в «<app>Файлах</app>»"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:43
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "Каталогах, які було позначено в «<app>Файлах</app>»"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:45
+msgid "Your <file>Desktop</file> directory"
+msgstr "в каталозі Вашої «<file>Стільниці</file>»"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:46
+msgid "Your <file>Home</file> directory"
+msgstr "в Вашій «<file>Домівці</file>»"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:50
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"«<app>Швидке відкриття</app>» показує файл у будь-якому з вищеназваних "
+"каталогів, незважаючи на те, чи відкривалися вони раніше."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:6
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr ""
+"Використовує фрагменти для швидкої вставки фрагментів тексту, що часто "
+"використовуються."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:9
+msgid "Snippets"
+msgstr "Фрагменти"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:11
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"«<app>Фрагменти</app>» забезпечують зручний спосіб вставки фрагментів коду, "
+"що часто повторюються, у файли. Наприклад, фрагмент HTML для тегу <code>&lt;"
+"img&gt;</code> буде вставляти як початкові та завершальні фрагменти тегу так "
+"і фіксовані місця для введення атрибутів зображення. Це може зробити "
+"написання коду простішим та швидшим."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:18
+msgid "Enable Snippets Plugin"
+msgstr "Увімкнення додатка «Фрагменти»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:20
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "Щоб увімкнути додаток «<gui>Фрагменти</gui>»:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:24 C/gedit-plugins-sort.page:22
+#: C/gedit-spellcheck.page:18
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«gedit»</gui> <gui style=\"menuitem"
+"\">«Параметри»</gui> <gui style=\"tab\">«Додатки»</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:29
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr ""
+"Виберіть «<gui style=\"menuitem\">Фрагменти</gui>», щоб увімкнути додаток."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:36
+msgid "Browse Snippets"
+msgstr "Огляд фрагментів"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:38
+msgid "To browse available snippets:"
+msgstr "Щоб оглянути доступні фрагменти:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:41
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«Інструменти»</gui> <gui style="
+"\"menuitem\">«Управління фрагментами»</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:44
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"Переконайтеся, що синтаксис встановлено вірно. Статусна панель в нижній "
+"частині вікна «<app>gedit</app>» показує поточні мовні налаштування. Ці "
+"мовні налаштування «gedit» вставляти правильні фрагменти. «<app>Gedit</"
+"app>», зазвичай, визначає мову або синтаксис файла, що використовується, "
+"однак, інколи, може буде потрібно встановити його."
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:51
+msgid "In this example, the language is set to HTML."
+msgstr "В цьому прикладі, встановлено мову HTML."
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:53
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:58
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "Перегляньте фрагменти, доступні для Вашої мови або синтаксису."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:65
+msgid "Using Snippets"
+msgstr "Використання «Фрагментів»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:67
+msgid "To insert a snippet into your current document:"
+msgstr "Щоб вставити фрагмент до поточного документа:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:71
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr "Введіть назву потрібного фрагменту будь-де в поточному документі."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:74
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr ""
+"Натисніть <key>Tab</key>, щоб вставити фрагмент, асоційований зі введеним "
+"терміном."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:81
+msgid "Snippet Example Usage"
+msgstr "Приклад використання «Фрагментів»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:83
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"Наприклад, якщо встановлено синтаксис <em>HTML</em>, введіть «<code>head </"
+"code>» та натисніть клавішу <key>Tab</key>. Текст буде доповнено фрагментом "
+"як:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:87
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html;"
+" charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html;"
+" charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:97
+msgid "Adding Snippets"
+msgstr "Додавання фрагментів"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:99
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"Можна додавати фрагменти, що будуть діяти або глобально (тобто, незалежно "
+"від мови), або лише за певного синтаксису."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:104
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"Виберіть <guiseq style=\"menu\"><gui style=\"menuitem\">«Інструменти»</gui> "
+"<gui style=\"menuitem\">«Управління фрагментами»</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:108
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"З бічної панелі «<gui>Управління фрагментами</gui>» виберіть потрібний "
+"синтаксис та клацніть на кнопці «+», щоб показати наявні фрагменти для "
+"обраного синтаксису."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:112
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"Щоб додати фрагмент, що діє глобально (тобто, коли не встановлено певного "
+"синтаксису чи мови для документа), виберіть «<gui>Глобальний</gui>» з бічної "
+"панелі «<gui>Управління фрагментами</gui>»."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:118
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr ""
+"Щоб додати новий фрагмент, клацніть на піктограмі «плюс», що на бічній "
+"панелі «<gui>Управління фрагментами</gui>»."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:122
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr ""
+"Введіть назву нового фрагменту. Назва фрагменту може відрізнятися від самого "
+"фрагменту, що додається."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:126
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"В розділі «<gui style=\"group\">Активація</gui>» потрібно ввести термін для "
+"текстовому полі «<gui style=\"input\">Тригеру табуляції:</gui>». Цей термін "
+"буди використовуватися для вставки даного фрагменту."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:130
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"Якщо хочете вставляти фрагмент за допомогою комбінації клавіш, клацніть "
+"вказівником миші в текстовому полі «<gui style=\"input\">Комбінація клавіш:</"
+"gui>» та натисніть потрібну комбінацію клавіш. Як тільки клавіші були "
+"натиснуті, комбінацію клавіш буде встановлено."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"Під текстовим полем «<gui style=\"input\">Змінити:</gui>», введіть потрібний "
+"текст фрагменту. Можна використовувати «<code>${n}</code>», для вказання "
+"змінних, де «<em>n</em>» замінюється числом, що означає порядковий номер "
+"включених змінних."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:147
+msgid "New Snippet Example"
+msgstr "Ще один приклад використання «Фрагментів»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:149
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"Припустимо, було створено фрагмент з терміном «<var>вітання</var>» в «<gui "
+"style=\"input\">Тригері табуляції:</gui>». Текстове поле «<gui style=\"input"
+"\">Змінити:</gui>» містить:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:153
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+"\" &lt;вітання&gt;Привіт, ${1:чудовий}${2:дивовижний} світе!\n"
+" &lt;/вітання&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:158
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"Ввести цей фрагмент можна набравши в документі «<var>вітання</var>» та "
+"натиснувши клавішу <key>Tab</key>. Буде вставлено наступний текстовий "
+"фрагмент:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:162
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;вітання&gt;Привіт, чудовийдивовижний світе!&lt;/вітання&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:166
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"Слова «чудовий» та «дивовижний» можна зберегти або видалити, на Ваш вибір. "
+"Щоб зробити це, натисніть <key>Tab</key>, щоб вибрати між «чудовий» та "
+"«дивовижний», та натисніть <key>Del</key>, щоб видалити найменш придатний "
+"варіант."
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:7
+msgid "Sort lines of text into alphabetical order."
+msgstr "Сортує текстові рядки в алфавітному порядку."
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:10
+msgid "Sort"
+msgstr "Сортування"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:12
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr ""
+"Додаток «Сортування» впорядковує виділені текстові рядки в алфавітному "
+"порядку."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:16
+msgid "Enable Sort Plugin"
+msgstr "Увімкнення додатка «Сортування»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:18
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "Щоб увімкнути додаток «<app>Сортування</app>»:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:27
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr ""
+"Виберіть «<gui style=\"menuitem\">Сортування</gui>», щоб увімкнути додаток."
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:34
+msgid "Using Sort Plugin"
+msgstr "Використання додатка «Сортування»"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:36
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr ""
+"Щоб скористатися додатком «<gui>Сортування</gui>», виконайте такі дії:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:40
+msgid "Select the desired lines of text."
+msgstr "Позначте потрібні рядки тексту."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:43
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«Засоби»</gui> <gui style=\"menuitem"
+"\">«Упорядкувати…»</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:47
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr ""
+"Відкриється діалогове вікно «<gui>Сортування</gui>», дозволяючи вибрати між "
+"декількома варіантами сортування:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:51
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr ""
+"«<gui>У зворотньому порядку</gui>» відсортує текст у зворотньому алфавітному "
+"порядку."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr "«<gui>Видалити дублікати</gui>» видалить дублікати зі списку."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:59
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr "«<gui>Без врахування регістру</gui>» буде ігнорувати регістр."
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:61
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr ""
+"Щоб при сортуванні не враховувались символи на початку рядків, встановіть "
+"перший символ для використання при сортуванні в полі лічильника "
+"«<gui>Починати з</gui>»."
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:69
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "Для запуску операції сортування, клацніть на «<gui>Сортувати</gui>»."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "Встановлення певного порядку друку сторінок."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:10
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "Друкування в потрібному порядку"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:13
+msgid "Reverse"
+msgstr "Зворотній порядок"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:15
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"Принтери, зазвичай, друкують спочатку першу сторінку, а в кінці – останню, "
+"тому сторінки виявляються в зворотньому порядку, коли їх забирають. Щоб "
+"змінити порядок:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:21
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«Файл»</gui> <gui style=\"menuitem"
+"\">«Друкувати»</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:25
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"У вкладці «<gui style=\"tab\">Загальні</gui>» діалогового вікна «Друкувати», "
+"під «<gui style=\"group\">Копіями</gui>», виберіть «<gui style=\"checkbox"
+"\">У зворотньому порядку</gui>»."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:31
+msgid "The last page will be printed first, and so on."
+msgstr "Останню сторінку буде надруковано першою і так далі."
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:35
+msgid "Collate"
+msgstr "Впорядкування"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:37
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"Якщо друкується більш, ніж один екземпляр документа, то, типово, роздруківки "
+"будуть згруповані за номерами сторінок (наприклад, копії першої сторінки, "
+"потім копії другої сторінки, і так далі). Впорядкування дозволяє групувати "
+"сторінки одного екземпляру."
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "To Collate:"
+msgstr "Для впорядкування:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:45
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"Клацніть на <guiseq><gui style=\"menu\">«Файл»</gui> <gui style=\"menuitem"
+"\">«Друкувати»</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:49
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"У вкладці «<gui style=\"tab\">Загальні</gui>» діалогового вікна «Друкувати», "
+"під «<gui style=\"group\">Копіями</gui>», виберіть «<gui style=\"checkbox"
+"\">Впорядкувати</gui>»."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "Друк створених у «gedit» файлів."
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:10
+msgid "Printing documents"
+msgstr "Друкування документів"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:13
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"Щоб друкувати в «<app>gedit</app>», потрібно під'єднати та налаштувати "
+"принтер. Якщо Ви не зробили цього, зверніться до <link href=\"help:gnome-"
+"help/printing\">довідки з друкування для GNOME</link>."
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:18
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "В «<app>gedit</app>» можна друкувати і у файл і на папір."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:21
+msgid "Print Preview"
+msgstr "Попередній перегляд"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:23
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"За допомогою «<gui>Попередній перегляд</gui>», перед друкуванням документа, "
+"можна попередньо переглянути, який вигляд буде мати роздрукований документ. "
+"Щоб попередньо переглянути документ:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«Файл»</gui> <gui style=\"menuitem"
+"\">«Попередній перегляд»</gui></guiseq>. Також, можна натиснути "
+"<keyseq><key>Shift</key><key>Ctrl</key> <key>P</key></keyseq>."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:35
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"Попередній перегляд документа відкриється в тій самій вкладці, що й файл. "
+"Можна переглянути цей попередній вигляд за допомогою навігаційних кнопок та "
+"інструментів на панелі інструментів вгорі вкладки попереднього перегляду "
+"документа. Щоб закрити попередній перегляд та повернутися до документа "
+"клацніть на «<gui style=\"button\">Закрити попередній перегляд</gui>»."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:43
+msgid "Printing To Paper"
+msgstr "Друкування на папір"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr ""
+"Можна роздрукувати документи на папір, використовуючи локальний або "
+"віддалений принтер. Щоб роздрукувати файл:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:50
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«Файл»</gui> <gui style=\"menuitem"
+"\">«Друкувати»</gui> <gui style=\"tab\">«Загальні»</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:55
+msgid "Select the desired printer from the list of printers available."
+msgstr "Виберіть потрібний принтер зі списку доступних принтерів."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:58
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"Можна попередньо переглянути файл, використовуючи «<gui style=\"button"
+"\">Попередній перегляд</gui>» і, як тільки налаштування Вас задовольняють, "
+"клацніть на «<gui style=\"button\">Друкувати</gui>», щоб відправити файл до "
+"принтеру."
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:64
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"Крім того, у вкладці «<gui style=\"tab\">Параметри сторінки</gui>» можна "
+"вибрати параметри «<gui style=\"group\">Розмітки</gui>» та «<gui style="
+"\"group\">Паперу</gui>». Оскільки ці налаштування зустрічаються в програмах "
+"<app>GNOME</app>, зверніться до довідки з «<link href=\"help:gnome-help/"
+"printing#paper\">Параметри розмітки та паперу</link>»."
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:74
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "Друкування декількох екземплярів та між визначеним діапазоном"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:76
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"Можна задати параметри «<gui style=\"group\">Діапазону</gui>» та «<gui style="
+"\"group\">Копій</gui>»:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:82
+msgid "Printing To File"
+msgstr "Друкування до файла"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:84
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"Можна також використовувати «<app>gedit</app>» для друкування до файла. Щоб "
+"друкувати документ до файла іншого формату:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:89
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«Файл»</gui> <gui style=\"menuitem"
+"\">«Друкувати»</gui> <gui style=\"menuitem\">«Друкувати до файла»</gui></"
+"guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:94
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "Друкування доступне для наступних форматів файлів на вибір:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:98
+msgid "Portable Document Format (.pdf)"
+msgstr "Portable Document Format (.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:101
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "Scalable Vector Graphic (.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:109
+msgid ""
+"To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr ""
+"Щоб надрукувати документ до файла, клацніть на «<gui style=\"button"
+"\">Друкувати</gui>»."
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "Виберіть сторінки, які ви хочете надрукувати."
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:10
+msgid "Only print certain pages"
+msgstr "Друк лише частини сторінок"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:12
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"Можна друкувати лише деякі сторінки документа. Наприклад, як ввести номери "
+"сторінок «1,3,5-7,9», то буде надруковано лише 1, 3, 5, 6, 7 та 9 сторінки. "
+"Щоб роздрукувати вибрані сторінки:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:18
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«Файл»</gui> <gui style=\"menuitem"
+"\">«Друкувати…»</gui></guiseq>."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"У вкладці «<gui style=\"tab\">Загальні</gui>» діалогового вікна «Друкувати», "
+"виберіть «<gui style=\"radiobutton\">Сторінки</gui>» з розділу «<gui style="
+"\"group\">Діапазон</gui>»."
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:26
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr ""
+"Введіть номери сторінок, які потрібно роздрукувати, розділяючи їх комами. "
+"Використовуйте дефіс, для задання діапазону сторінок."
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "Збереження вашого файла для наступної роботи з ним."
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:11
+msgid "Save a file"
+msgstr "Збереження файла"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:12
+#| msgid ""
+#| "To save a file in <app>gedit</app>, click on the <gui style=\"button"
+#| "\">Save</gui> button on the right side of the header bar or just press "
+#| "<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar."
+msgstr ""
+"Щоб зберегти файл в «<app>gedit</app>», клацніть на кнопці «<gui style="
+"\"button\">Зберегти</gui>», що з правого боку панелі заголовка."
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:16
+#| msgid ""
+#| "If you are saving a new file, a dialog will appear, and you can select a "
+#| "name for the file, as well as the directory where you would like the file "
+#| "to be saved."
+msgid ""
+"For a new file, a dialog will appear, and you can choose the name and "
+"directory where the file will be saved."
+msgstr ""
+"Для нового файла буде показано діалогове вікно, і ви зможете вибрати назву і"
+" каталог, у якому зберігатиметься файл."
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:9
+msgid "Simple search: additional topics"
+msgstr "Простий пошук: додаткові теми"
+
+#. (itstool) path: section/title
+#: C/gedit-search.page:12
+msgid "Navigate through the search results"
+msgstr "Навігація результатами пошуку"
+
+#. (itstool) path: section/p
+#: C/gedit-search.page:13
+msgid "There are several ways to go to the next or previous search result."
+msgstr ""
+"Існує декілька способів перейти до наступного або попереднього результату"
+" пошуку."
+
+#. (itstool) path: section/p
+#: C/gedit-search.page:16
+#| msgid ""
+#| "Click on the <gui style=\"button\">up</gui> or <gui style=\"button"
+#| "\">down</gui> facing arrows next to the <gui>search window</gui>."
+msgid ""
+"There are <gui style=\"button\">up</gui> and <gui style=\"button\">down</"
+"gui> arrows next to the search entry."
+msgstr ""
+"Поряд із поля для введення критерію пошуку буде показано кнопки зі стрілками"
+" <gui style=\"button\">вгору</gui> і <gui style=\"button\">вниз</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-search.page:20
+#| msgid ""
+#| "Press the <key>up arrow</key> or <key>down arrow</key> keys on your "
+#| "keyboard."
+msgid ""
+"You can also press the <key>up arrow</key> or <key>down arrow</key> keys on "
+"your keyboard while the search entry is visible."
+msgstr ""
+"Ви також можете натиснути клавіші <key>стрілка вгору</key> чи <key>стрілка"
+" вниз</key> на "
+"клавіатурі, доки поле введення критерію пошуку є видимим."
+
+#. (itstool) path: section/p
+#: C/gedit-search.page:24
+msgid "Keyboard shortcuts are also available."
+msgstr "Також можна скористатися натисканням комбінацій клавіш."
+
+#. (itstool) path: section/title
+#: C/gedit-search.page:30
+msgid "Closing the search entry field"
+msgstr "Закриття поля введення критерію пошуку"
+
+#. (itstool) path: section/p
+#: C/gedit-search.page:31
+msgid "You can close the search entry by pressing different keys:"
+msgstr ""
+"Ви можете закрити поле введення критерію пошуку натисканням різних клавіш:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:35
+msgid ""
+"Pressing <key>Esc</key> will return the cursor to where it was before you "
+"began your search."
+msgstr ""
+"Натискання клавіші <key>Esc</key> поверне курсор у позицію, де він був до"
+" того, як ви розпочали пошук."
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:39
+msgid ""
+"Pressing <key>Enter</key> will keep the cursor to its current position."
+msgstr ""
+"Натискання клавіші <key>Enter</key> збереже курсор у його поточній позиції."
+
+#. (itstool) path: info/desc
+#: C/gedit-search-and-replace.page:7
+#| msgid "Replace portions of text in a file."
+msgid "Find and replace portions of text in a file."
+msgstr "Пошук і заміна фрагментів тексту у файлі."
+
+#. (itstool) path: page/title
+#: C/gedit-search-and-replace.page:10
+msgid "Search and replace"
+msgstr "Пошук та заміна"
+
+#. (itstool) path: section/title
+#: C/gedit-search-and-replace.page:15
+msgid "The simple search"
+msgstr "Простий пошук"
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:16
+msgid "To open the search entry field, click on:"
+msgstr "Щоб відкрити поле введення критерію пошуку, натисніть:"
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:19
+#| msgid ""
+#| "Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem"
+#| "\">Print…</gui></guiseq>."
+msgid ""
+"<guiseq> <gui style=\"menu\">Menu Button</gui> <gui style=\"menuitem\">Find…"
+"</gui> </guiseq>"
+msgstr ""
+"<guiseq> <gui style=\"menu\">Кнопка меню</gui> <gui style=\"menuitem\""
+">Знайти…"
+"</gui> </guiseq>"
+
+#. (itstool) path: section/title
+#: C/gedit-search-and-replace.page:28
+msgid "The search and replace"
+msgstr "Пошук із заміною"
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:29
+msgid "To open the Find and Replace dialog, click on:"
+msgstr "Щоб відкрити вікно пошуку із заміною, натисніть:"
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:32
+#| msgid ""
+#| "Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem"
+#| "\">Print…</gui></guiseq>."
+msgid ""
+"<guiseq> <gui style=\"menu\">Menu Button</gui> <gui style=\"menuitem\">Find "
+"and Replace…</gui> </guiseq>"
+msgstr ""
+"<guiseq> <gui style=\"menu\">Кнопка меню</gui> <gui style=\"menuitem\""
+">Знайти та замінити…</gui> </guiseq>"
+
+#. (itstool) path: section/title
+#: C/gedit-search-and-replace.page:41
+#| msgid "Syntax highlighting"
+msgid "Clear highlight"
+msgstr "Прибирання підсвічування"
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:42
+msgid ""
+"Usually, the text that you've searched for will remain highlighted in the "
+"document. To remove the highlight, click on:"
+msgstr ""
+"Зазвичай, знайдений текст у документі буде підсвічено. Щоб усунути"
+" підсвічування, натисніть:"
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:46
+#| msgid ""
+#| "Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem"
+#| "\">Print</gui></guiseq>."
+msgid ""
+"<guiseq> <gui style=\"menu\">Menu Button</gui> <gui style=\"menuitem\">Clear "
+"Highlight</gui> </guiseq>"
+msgstr ""
+"<guiseq> <gui style=\"menu\">Кнопка меню</gui> <gui style=\"menuitem\""
+">Очистити підкреслення кольором</gui> </guiseq>"
+
+#. (itstool) path: section/title
+#: C/gedit-search-and-replace.page:55
+msgid "Tips"
+msgstr "Підказки"
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:56
+#| msgid ""
+#| "If you highlight a portion of text with your mouse, and then press "
+#| "<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+#| "will appear in the search window."
+msgid ""
+"If you first select a portion of text in the document, and then start a "
+"simple search or open the Find and Replace dialog, the text you've selected "
+"will appear in the search entry."
+msgstr ""
+"Якщо ви спочатку позначите частину тексту у документі, а потім розпочнете"
+" простий пошук або відкриєте вікно «Знайти та замінити», у полі для введення"
+" критерію пошуку опиниться позначений вами текст."
+
+#. (itstool) path: section/title
+#: C/gedit-search-and-replace.page:64
+#| msgid "Search tips"
+msgid "Search options"
+msgstr "Параметри пошуку"
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:65
+msgid ""
+"The Find and Replace dialog presents the search options as check boxes."
+msgstr ""
+"У діалоговому вікні «Знайти та замінити» параметри пошуку представлено як"
+" пункти."
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:68
+#| msgid ""
+#| "For more search options, click on the <gui style=\"button\">Magnifying "
+#| "Glass</gui> icon in the search window, or right-click anywhere in the "
+#| "search window. You can select one or more of the following search options:"
+msgid ""
+"For the simple search, click on the <gui style=\"button\">Magnifying Glass</"
+"gui> icon in the search entry field."
+msgstr ""
+"Для простого пошуку натисніть піктограму <gui style=\"button\""
+">збільшувального скла</gui> на панелі введення критерію пошуку."
+
+#. (itstool) path: item/p
+#: C/gedit-search-and-replace.page:73
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr ""
+"Виберіть «<gui>Враховувати регістр</gui>», щоб зробити пошук чутливим до "
+"регістру."
+
+#. (itstool) path: item/p
+#: C/gedit-search-and-replace.page:77
+#| msgid ""
+#| "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgid ""
+"Select <gui>Match Entire Word Only</gui> to search for a specific word "
+"without including fragments of other words."
+msgstr ""
+"Позначте пункт <gui>Збігається ціле слово</gui>, щоб було виконано пошук"
+" певного слова без включення фрагментів інших слів."
+
+#. (itstool) path: item/p
+#: C/gedit-search-and-replace.page:81
+#| msgid ""
+#| "Use this option to search for a specific word without including fragments "
+#| "of other words. For example, if you searched for the word 'and' with this "
+#| "option selected, the word 'and' would be matched, but the words "
+#| "'s<em>and</em>' and 'comm<em>and</em>er' would not be matched."
+msgid ""
+"For example, if you searched for the word “and” with this option selected, "
+"the word “and” would be matched, but the words “sand” and “comm<em>and</"
+"em>er” would not be matched."
+msgstr ""
+"Наприклад, якщо шукане слово – «кіт», то при цьому "
+"вибраному параметрі, буде знайдено слово «кіт», а слова «гур<em>кіт</em>» та "
+"«ма<em>кіт</em>ра» – ні."
+
+#. (itstool) path: item/p
+#: C/gedit-search-and-replace.page:87
+msgid ""
+"Select <gui>Wrap Around</gui> to continue at the other end of the document "
+"when going to the next or previous search result."
+msgstr ""
+"Позначте пункт <gui>Досягнувши кінця, починати спочатку</gui>, щоб"
+" продовжувати пошук з іншого кінця документа при переході до наступного або"
+" попереднього результату пошуку."
+
+#. (itstool) path: section/title
+#: C/gedit-search-and-replace.page:95
+msgid "Using escape sequences"
+msgstr "Використання керівних послідовностей"
+
+#. (itstool) path: section/p
+#: C/gedit-search-and-replace.page:96
+msgid ""
+"In a search or replace entry, you can use <em>escape sequences</em> with the "
+"following meanings:"
+msgstr ""
+"У полі введення критерію пошуку та заміни ви можете скористатися <em"
+">керівними послідовностями</em> із такими значеннями:"
+
+#. (itstool) path: item/title
+#: C/gedit-search-and-replace.page:102
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-search-and-replace.page:103
+msgid "Newline"
+msgstr "Символ нового рядка"
+
+#. (itstool) path: item/title
+#: C/gedit-search-and-replace.page:106
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-search-and-replace.page:107
+msgid "Carriage return"
+msgstr "Символ повернення каретки"
+
+#. (itstool) path: item/title
+#: C/gedit-search-and-replace.page:110
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-search-and-replace.page:111
+msgid "Tab"
+msgstr "Символ табуляції"
+
+#. (itstool) path: item/title
+#: C/gedit-search-and-replace.page:114
+msgid "\\\\"
+msgstr "\\\\"
+
+#. (itstool) path: item/p
+#: C/gedit-search-and-replace.page:115
+msgid ""
+"Backslash. If you actually want a backslash and avoid one of the above "
+"special meanings, the backslash needs to be escaped."
+msgstr ""
+"Зворотна похила риска. Якщо вам потрібен сам символ похилої риски і не"
+" використовувати його в одному зі спеціалізованих його призначень, символ"
+" зворотної похилої риски слід екранувати."
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "Перевірка ваших файлів на помилки у правописі."
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:10 C/gedit-spellcheck.page:31
+msgid "Spell-check your document"
+msgstr "Перевірка орфографії документа"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:12
+msgid "Enable the spell checker"
+msgstr "Увімкнення перевірки орфографії"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:13
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr ""
+"Функція перевірки орфографії забезпечується додатком в «<app>gedit</app>», "
+"який можна увімкнути, коли потрібно. Щоб увімкнути додаток:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:23
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr ""
+"Виберіть «<gui style=\"menuitem\">Перевірка орфографії</gui>», щоб увімкнути "
+"додаток."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:33
+msgid "To check for misspelt words in your document:"
+msgstr "Щоб перевірити документ на наявність слів з орфографічними помилками:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:37
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"Виберіть <guiseq><gui style=\"menu\">«Інструменти»</gui> <gui style="
+"\"menuitem\">«Перевірка орфографії»</gui></guiseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:43
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"Для автоматичного виділення <app>gedit</app> слів з орфографічними помилками "
+"при набиранні тексту в документі, виберіть <guiseq><gui style=\"menu"
+"\">«Інструменти»</gui><gui style=\"menuitem\">«Виділяти слова з "
+"орфографічними помилками»</gui></guiseq>."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:50
+msgid "Using spell-check"
+msgstr "Використання функції перевірки орфографії"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:52
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"Використовуючи діалогове вікно перевірки орфографії, можна вибрати потрібну "
+"заміну слів з орфографічними помилками. Слово з орфографічною помилкою, що "
+"перевіряється функцією перевірки орфографії, показується жирним шрифтом "
+"після «<gui>Слово з орфографічною помилкою:</gui>». Можна вибрати наступні "
+"дії для виправлення:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:59
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"«<gui style=\"input\">Змінити на:</gui>» дозволяє ввести слово та "
+"використати «<gui style=\"button\">Перевірити слово</gui>» для перевірки "
+"правильності написання."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:64
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr ""
+"«<gui style=\"menu\">Варіанти:</gui>» показує список доступних замін слова."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:68
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"«<gui style=\"button\">Пропустити</gui>» дозволяє ігнорувати перевірку "
+"орфографії для <em>одного</em> екземпляру поточного слова."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:72
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"«<gui style=\"button\">Пропустити все</gui>» дозволяє ігнорувати перевірку "
+"орфографії для <em>всіх</em> екземплярів поточного слова."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:76
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"«<gui style=\"button\">Змінити</gui>» заміняє нерозпізнане слово або слово з "
+"орфографічною помилкою на <em>вибрану</em> заміну зі списку «<gui style="
+"\"menuitem\">Варіанти:</gui>»."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:81
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"«<gui style=\"button\">Змінити все</gui>» заміняє <em>всі</em> нерозпізнані "
+"слова або слова з орфографічними помилками на вибрану заміну зі списку «<gui "
+"style=\"menuitem\">Варіанти:</gui>»."
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"«<gui style=\"button\">Додати слово</gui>» дозволяє додати поточне слово у "
+"«<app>gedit</app>» до «<gui>Словника користувача</gui>». Додання "
+"користувацьких слів до «<gui>Словника користувача</gui>» дозволяє "
+"«<app>gedit</app>» розпізнавати їх в документах і, таким чином, вони не "
+"будуть виділятися як слова з орфографічними помилками."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:97
+msgid "Define the language to use for spell checking"
+msgstr "Визначення мови для перевірки орфографії"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:98
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"Типово, для перевірки орфографії документа у «<app>gedit</app>» "
+"використовується поточна мова. Якщо потрібно використовувати іншу мову, "
+"виберіть <guiseq><gui style=\"menu\">«Інструменти»</gui><gui style=\"menuitem"
+"\">«Встановити мову…»</gui></guiseq>, а потім виберіть потрібну мову."
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:105
+msgid "Dictionaries"
+msgstr "Словники"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:107
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"«<app>gedit</app>» використовує «<link href=\"https://www.abisource.com/"
+"projects/enchant/\">Enchant</link>» – невелику системну утиліту, для "
+"перевірки орфографії. «Enchant» може використовувати декілька різних "
+"словників для перевірки орфографії. Двоє з таких фонових словників – це "
+"«<em>Hunspell</em>» та «<em>Aspell</em>»."
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:113
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"Якщо потрібна мова – відсутня в «<app>gedit</app>», використовуйте "
+"встановлювач програмного забезпечення або менеджер пакунків для встановлення "
+"потрібного словника."
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "Підсвічування тексту для полегшення його читання."
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:10
+msgid "Turn on syntax highlighting"
+msgstr "Увімкнення виділення синтаксису"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:14
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"«<app>gedit</app>» забезпечує виділення синтаксису для великої кількості мов "
+"розмітки, програмування та наукових мов. Якщо «<app>gedit</app>» розпізнає "
+"синтаксис при відкритті файла, то текст буде автоматично виділено."
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:19
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"Якщо синтаксис або мова не підсвічується при запуску, то можна вибрати "
+"правильний синтаксис або мову, клацнувши на <guiseq><gui style=\"menu"
+"\">«Вигляд»</gui> <gui style=\"menuitem\">«Режим підсвічування»</gui></"
+"guiseq>, а вибравши потім потрібний синтаксис. Також, можна вибрати назву "
+"синтаксису зі списку, що внизу вікна «<app>gedit</app>»."
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:9
+#| msgid "View document statistics."
+msgid "View several documents side-by-side."
+msgstr "Паралельний перегляд декількох документів."
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:12
+msgid "Tab groups"
+msgstr "Групи вкладок"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:14
+msgid ""
+"You can view several documents side-by-side inside the same <app>gedit</app> "
+"window by creating a new <em>tab group</em>."
+msgstr ""
+"Ви можете паралельно переглядати декілька документів в одному вікні «<app"
+">gedit</app>» шляхом створення <em>групи вкладок</em>."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:20
+msgid "Managing tab groups"
+msgstr "Керування групами вкладок"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:21
+msgid "There are several possibilities for managing tab groups."
+msgstr "Передбачено декілька варіантів керування групами вкладок."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:24
+#| msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgid ""
+"To create a new tab group, you can right-click on a tab title and select "
+"<gui>Move to New Tab Group</gui>."
+msgstr ""
+"Щоб створити групу вкладок, ви можете клацнути правою кнопкою на заголовку"
+" вкладки і виберіть <gui>Перенести до нової групи "
+"вкладок</gui>."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:28 C/gedit-tabs.page:28
+msgid "Keyboard shortcuts are available too."
+msgstr "Також можна скористатися клавіатурними скороченнями."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:31
+msgid ""
+"The tab groups will be placed into two panes that can be resized. It is an "
+"horizontal split: the original tab group is on the left, the new tab group "
+"is added on the right."
+msgstr ""
+"Групи вкладок буде розташовано на двох панелях, розміри яких може бути"
+" змінено. Це горизонтальний поділ: початкову групу вкладок буде розташовано"
+" ліворуч, нову групу вкладок буде додано праворуч."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:36
+#| msgid ""
+#| "You can open as much tab groups in a <app>gedit</app> window as your "
+#| "screen allows, but you will have to move the handle in order to see them "
+#| "correctly."
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to resize them in order to see them correctly."
+msgstr ""
+"Можна відкрити стільки груп вкладок у вікні «<app>gedit</app>», скільки "
+"дозволяє екран. Однак, потрібно буде змінити їхній розмір для їхнього "
+"коректного показу."
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:44
+msgid "Move a tab to another tab group"
+msgstr "Переміщення вкладки до іншої групи вкладок"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+#| msgid "Move a tab to another tab group"
+msgid "You can drag and drop a tab into another tab group."
+msgstr ""
+"Ви можете перетягнути вкладку до іншої групи вкладок і скинути її туди."
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:48
+msgid ""
+"See <link xref=\"gedit-tabs#drag-and-drop-tabs\">Drag and drop tabs</link> "
+"for more details."
+msgstr ""
+"Див. <link xref=\"gedit-tabs#drag-and-drop-tabs\">перетягування і скидання"
+" вкладок</link>, щоб дізнатися більше."
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:9
+#| msgid "Organize files in grouped tabs"
+msgid "Organize your tabs."
+msgstr "Упорядкування ваших вкладок."
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:12
+#| msgid "Removing tabs"
+msgid "Move tabs"
+msgstr "Пересування вкладок"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:14
+msgid ""
+"By default, documents are opened in new tabs inside the same <app>gedit</"
+"app> window."
+msgstr ""
+"Типово, документи відкриваються у нових вкладках того самого вікна «<app"
+">gedit</app>»."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:20
+#| msgid "Move and re-order tabs"
+msgid "Move a tab"
+msgstr "Пересування вкладки"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:21
+msgid ""
+"There are several means to move a tab to another location, to organize the "
+"files you edit in the way you like."
+msgstr ""
+"Передбачено декілька способів пересування вкладки до іншого місця для"
+" упорядковування редагованих файлів потрібним вам чином."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:25
+msgid "You can right-click on a tab title and choose the desired option."
+msgstr ""
+"Ви можете клацнути на заголовку вкладки правою кнопкою миші і вибрати"
+" бажаний варіант розташування."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:33
+#| msgid "Add and remove tabs"
+msgid "Drag and drop tabs"
+msgstr "Перетягування і скидання вкладок"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:34
+msgid "Another means is to drag and drop a tab:"
+msgstr "Іншим способом є перетягування вкладки зі скиданням:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs.page:39
+#| msgid "Click and hold the mouse button on the tab."
+msgid "Click and hold the mouse button on the tab title."
+msgstr "Клацніть та утримуйте кнопку миші на заголовку вкладки."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs.page:42
+#| msgid "Move the tab to the desired position among the other tabs."
+msgid "Move the tab to the desired location."
+msgstr "Перемістіть вкладку у бажане місце."
+
+#. (itstool) path: item/p
+#: C/gedit-tabs.page:45
+msgid "Release the mouse button."
+msgstr "Відпустіть кнопку миші."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:52
+msgid "Drag and drop locations"
+msgstr "Місця перетягування зі скиданням"
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:55
+#| msgid "Change the order of tabs in the gedit window"
+msgid "To re-order tabs within the same window"
+msgstr "Для переупорядковування вкладок в одному вікні"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:56
+#| msgid "Drag the tab to another tab group pane."
+msgid "Drag and drop the tab along the tabs titles."
+msgstr "Перетягування і скидання вкладки уздовж заголовків вкладок."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:62
+#| msgid "To create a new window from an existing tab:"
+msgid "To create a new window from an existing tab"
+msgstr "Для створення нового вікна з наявної вкладки"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:63
+#| msgid "Drag the tab out of the <app>gedit</app> window."
+msgid "Drag and drop the tab out of the <app>gedit</app> window."
+msgstr ""
+"Перетягніть вкладку за межі вікна «<app>gedit</app>» і скиньте її там."
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:66
+#| msgid ""
+#| "To move a tab into a new window when <app>gedit</app> is maximized, drag "
+#| "the tab onto the top bar at the top of the screen."
+msgid ""
+"When <app>gedit</app> is maximized, drag the tab onto the top bar of "
+"<gui>GNOME Shell</gui> at the top of the screen."
+msgstr ""
+"При розгорнутому вікні «<app>gedit</app>», перетягніть вкладку на верхню"
+" панель <gui>GNOME Shell</gui>, що вгорі екрана."
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:73
+#| msgid "If you want to move a tab from one window to another:"
+msgid "To move a tab from one gedit window to another"
+msgstr "Щоб пересунути вкладку з одного вікна «gedit» до іншого"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:74
+msgid ""
+"Drag and drop the tab to the other window, either within the text area, or "
+"within the tabs titles to choose the exact location."
+msgstr ""
+"Перетягніть вкладку до іншого вікна і скиньте її там або у текстову область,"
+" або між заголовками вкладок, щоб вибрати точне місце."
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "Скасування нещодавніх змін у одному з ваших файлів."
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:11
+msgid "Undo/redo a recent action"
+msgstr "Скасування або повторення останньої дії"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:13
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"Якщо зробили помилку під час редагування документа у «<app>gedit</app>», то "
+"можна скасувати дію, натиснувши <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:17
+msgid ""
+"You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr "Після закриття файла «<app>gedit</app>», скасувати зміни – неможливо."
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:20
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"Щоб повторити раніше скасовану дію, натисніть комбінацію клавіш "
+"<keyseq><key>Ctrl</key><key>Shift</key> <key>Z</key></keyseq>."
+
+#. (itstool) path: page/title
+#: C/index.page:6
+#| msgid "<_:media-1/> gedit Text Editor"
+msgid "<_:media-1/> gedit"
+msgstr "<_:media-1/> gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:14
+#| msgid "Working With Files"
+msgid "Working with files"
+msgstr "Робота з файлами"
+
+#. (itstool) path: section/title
+#: C/index.page:19
+msgid "Printing with gedit"
+msgstr "Друкування з «gedit»"
+
+#. (itstool) path: section/title
+#: C/index.page:23
+msgid "More advanced topics"
+msgstr "Додаткові теми"
+
+#. (itstool) path: section/title
+#: C/index.page:27
+msgid "Configure gedit"
+msgstr "Налаштування «gedit»"
+
+#. (itstool) path: section/title
+#: C/index.page:31
+#| msgid "gedit Plugins"
+msgid "gedit plugins"
+msgstr "Додатки «gedit»"
+
+#~ msgid "Jim Campbell"
+#~ msgstr "Jim Campbell"
+
+#~ msgid "Jana Svarova"
+#~ msgstr "Jana Svarova"
+
+#~ msgid "2015"
+#~ msgstr "2015"
+
+#~ msgid "Ekaterina Gerasimova"
+#~ msgstr "Катерина Герасимова"
+
+#~ msgid "2011 2012 2013"
+#~ msgstr "2011 2012 2013"
+
+#~ msgid "Shobha Tyagi"
+#~ msgstr "Shobha Tyagi"
+
+#~ msgid ""
+#~ "Any one of these actions will create a new file in the <app>gedit</app> "
+#~ "window. If you have other files open in <app>gedit</app>, the new file "
+#~ "that you create will appear as a new tab to the right of those files."
+#~ msgstr ""
+#~ "Будь-яка з цих дій створить новий файл у вікні «<app>gedit</app>». Якщо в "
+#~ "«<app>gedit</app>» вже є інші відкриті файли, то новий файл з'явиться в "
+#~ "новій вкладці справа від цих файлів."
+
+#~ msgid ""
+#~ "You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more "
+#~ "than one file at a time. If you hold down the <key>Ctrl</key> key while "
+#~ "you select multiple files, clicking <gui>Open</gui> will open each of the "
+#~ "files that you have selected."
+#~ msgstr ""
+#~ "Можна використовувати клавіші <key>Ctrl</key> та <key>Shift</key> для "
+#~ "відкриття більш, ніж одного файла за раз. Якщо утримувати клавішу "
+#~ "<key>Ctrl</key> під час вибору декількох файлів і клацнути на "
+#~ "«<gui>Відкрити</gui>», то відкриються всі вибрані файли."
+
+#~ msgid "Daniel Neel"
+#~ msgstr "Daniel Neel"
+
+#~ msgid "Sindhu S"
+#~ msgstr "Sindhu S"
+
+#~ msgid "Phil Bull"
+#~ msgstr "Phil Bull"
+
+#~ msgid "Get started with gedit"
+#~ msgstr "Початок роботи з «gedit»"
+
+#~ msgid ""
+#~ "To learn about additional <app>gedit</app> features and to get assistance "
+#~ "with performing additional tasks, explore <link xref=\"index\">the other "
+#~ "portions</link> of the <app>gedit</app> help."
+#~ msgstr ""
+#~ "Щоб дізнатися про додаткові функції «<app>gedit</app>» та отримати "
+#~ "допомогу з виконанням додаткових задач, відвідайте <link xref=\"index"
+#~ "\">інші розділи</link> довідки з «<app>gedit</app>»."
+
+#~ msgid "Young Li"
+#~ msgstr "Young Li"
+
+#~ msgid "Replace text"
+#~ msgstr "Заміна тексту"
+
+#~ msgid ""
+#~ "Editing text can be time consuming. To save time, <app>gedit</app> "
+#~ "includes a <app>Replace</app> function that helps you to find and replace "
+#~ "portions of text."
+#~ msgstr ""
+#~ "Редагування тексту може забирати багато часу. Щоб зекономити час, "
+#~ "«<app>gedit</app>» має функцію «<app>Замінити</app>», яка дозволяє знайти "
+#~ "та замінити фрагменти тексту."
+
+#~ msgid "Replace text in <app>gedit</app>"
+#~ msgstr "Заміна тексту з «<app>gedit</app>»"
+
+#~ msgid ""
+#~ "Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+#~ "\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></"
+#~ "guiseq> or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+#~ msgstr ""
+#~ "Відкрийте інструмент «<gui>Замінити</gui>», клацнувши на кнопці "
+#~ "<guiseq><gui style=\"button\">>Меню</gui><gui style=\"menuitem"
+#~ "\">«Замінити і замінити…»</gui></guiseq> або натиснувши "
+#~ "<keyseq><key>Ctrl</key><key>H</key></keyseq>."
+
+#~ msgid ""
+#~ "Enter the text that you wish to replace into the <gui>Find</gui> field."
+#~ msgstr "У полі «<gui>Знайти:</gui>» введіть текст, який потрібно замінити."
+
+#~ msgid ""
+#~ "Enter the new, replacement text into the <gui>Replace with</gui> field."
+#~ msgstr ""
+#~ "У полі «<gui>Замінити на</gui>» введіть текст, на який потрібно замінити."
+
+#~ msgid ""
+#~ "Once you have entered the original and replacement text, you can add "
+#~ "extra parameters to the search. You can also choose what you want to "
+#~ "replace:"
+#~ msgstr ""
+#~ "Як тільки початковий текст та текст заміни було введено, можна вибрати "
+#~ "додаткові параметри пошуку. Можна вибрати, що потрібно замінити:"
+
+#~ msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+#~ msgstr ""
+#~ "Щоб замінити <em>лише</em> наступне збіг, клацніть на «<gui>Замінити</"
+#~ "gui>»."
+
+#~ msgid ""
+#~ "To replace <em>all occurrences</em> of the searched-for text, click "
+#~ "<gui>Replace All</gui>."
+#~ msgstr ""
+#~ "Щоб замінити <em>всі збіг</em> шуканого тексту, клацніть на "
+#~ "«<gui>Замінити все</gui>»."
+
+#~ msgid ""
+#~ "Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+#~ "works on the entirety of your text file, and does not allow you to "
+#~ "highlight portions of text where the replace function will be performed."
+#~ msgstr ""
+#~ "Використовуйте функцію «<gui>Замінити все</gui>» обережно. «<gui>Замінити "
+#~ "все</gui>» впливає на весь текст Вашого файла, та не дозволяє виділяти "
+#~ "фрагменти тексту, які будуть замінені."
+
+#~ msgid "More options"
+#~ msgstr "Більше параметрів"
+
+#~ msgid "If you wish, you can add some extra parameters to your search:"
+#~ msgstr "Якщо потрібно, можна додати додаткові параметри для пошуку:"
+
+#~ msgid "Match case"
+#~ msgstr "Врахування регістру"
+
+#~ msgid ""
+#~ "The <em>Match case</em> option allows you to specify whether you want "
+#~ "your search to be case-sensitive. If this option is selected, searches "
+#~ "will be case-sensitive. If not, searches will not be case-sensitive."
+#~ msgstr ""
+#~ "Параметр «<em>Враховувати регістр</em>» дозволяє зробити пошук чутливим "
+#~ "до регістру. Якщо цей параметр вибрано, пошук буде чутливим до регістру. "
+#~ "Якщо ні, пошук буде виконуватися без врахування регістру."
+
+#~ msgid "Match entire word only"
+#~ msgstr "Лише ціле слово"
+
+#~ msgid "Search backwards"
+#~ msgstr "Пошук в зворотному напрямку"
+
+#~ msgid ""
+#~ "This command behaves identically to the Find Previous command. If you "
+#~ "wish to step through search results from end to beginning, select this "
+#~ "option."
+#~ msgstr ""
+#~ "Ця команда діє аналогічно команді «Знайти попереднє». Якщо потрібно "
+#~ "пройтися по результатам пошуку з кінця до початку, виберіть дану опцію."
+
+#~ msgid "Wrap around"
+#~ msgstr "Перейти до початку"
+
+#~ msgid ""
+#~ "With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+#~ "start the search/replace action at the top of the file after it has "
+#~ "reached the bottom of the file. This ensures that your search/replace "
+#~ "action is made across your entire file."
+#~ msgstr ""
+#~ "Якщо параметр «<app>Перейти до початку</app>» увімкнено, «<app>gedit</"
+#~ "app>» знову почне пошук/заміну з початку файла, після того як буде "
+#~ "досягнуто кінця файла. Це забезпечує виконання пошуку/заміни по всьому "
+#~ "файлові."
+
+#~ msgid ""
+#~ "You can use <em>escape sequences</em> to search for line breaks, carriage "
+#~ "returns, and tabs."
+#~ msgstr ""
+#~ "Можна використовувати <em>керівні послідовності</em> для пошуку розривів "
+#~ "рядків, переведень каретки та символів табуляції."
+
+#~ msgid ""
+#~ "If you actually want to search for a <output>\\</output> (backslash) or "
+#~ "one of the escape sequences in the text, you need to escape the backslash "
+#~ "with an extra backslash. For example, to search for <input>\\</input>, "
+#~ "you need to enter <input>\\\\</input> into the search or replace field. "
+#~ "You can search for escape sequences in the same way: to search for or "
+#~ "replace with a <input>\\n</input>, use the <input>\\\\n</input> term."
+#~ msgstr ""
+#~ "Якщо потрібно шукати «<output>\\</output>» (зворотню похилу риску) або "
+#~ "якусь керівну послідовність в тексті, то потрібно екранувати зворотню "
+#~ "похилу риску додатковою зворотною похилою рискою. Наприклад, щоб шукати "
+#~ "«<input>\\</input>», потрібно ввести «<input>\\\\</input>» в пошукове "
+#~ "поле або поле заміни. Таким самим чином можна шукати керівні "
+#~ "послідовності: для пошуку чи заміни на «<input>\\n</input>», "
+#~ "використовуйте «<input>\\\\n</input>»."
+
+#~ msgid "Find a portion of text within a file."
+#~ msgstr "Пошук фрагмента тексту у файлі."
+
+#~ msgid "Search for text"
+#~ msgstr "Пошук тексту"
+
+#~ msgid ""
+#~ "The Find tool can help you find specific sequences of text within in your "
+#~ "file."
+#~ msgstr ""
+#~ "Інструмент «Знайти» допомагає знаходити задані послідовності тексту у "
+#~ "файлі."
+
+#~ msgid "Finding text"
+#~ msgstr "Пошук тексту"
+
+#~ msgid ""
+#~ "Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+#~ "\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+#~ "pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move "
+#~ "your cursor to the start of the <gui>search window</gui>."
+#~ msgstr ""
+#~ "Відкрийте <gui>вікно пошуку</gui>, клацнувши на кнопці <guiseq><gui style="
+#~ "\"menu\">Меню</gui> <gui style=\"menuitem\">«Знайти»</gui></guiseq> або "
+#~ "натиснувши <keyseq><key>Ctrl</key><key>F</key></keyseq>. Це помістить "
+#~ "курсор на початок <gui>пошукового вікна</gui>."
+
+#~ msgid ""
+#~ "Type the text you wish to search for in the <gui>search window</gui>."
+#~ msgstr "У <gui>пошуковому вікні</gui> введіть текст, який потрібно шукати."
+
+#~ msgid ""
+#~ "As you type, <app>gedit</app> will begin highlighting the portions of "
+#~ "text that match what you have entered."
+#~ msgstr ""
+#~ "Під час введення тексту, «<app>gedit</app>» підсвічує фрагменти тексту, "
+#~ "що відповідають введеному."
+
+#~ msgid "To scroll through the search results, do any of the following:"
+#~ msgstr ""
+#~ "Для переміщення по результатам пошуку, виконайте одну з наступних дій:"
+
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+#~ "key><key>Shift</key><key>G</key></keyseq>."
+#~ msgstr ""
+#~ "Натисніть <keyseq><key>Ctrl</key><key>G</key></keyseq> або "
+#~ "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>."
+
+#~ msgid ""
+#~ "To close the <gui>search window</gui>, press either <key>Esc</key> or "
+#~ "<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where "
+#~ "it was before you began your search. Pressing <key>Enter</key> will "
+#~ "return the cursor to the current position in the search results."
+#~ msgstr ""
+#~ "Для закриття <gui>пошукового вікна</gui>, натисніть <key>Esc</key> або "
+#~ "<key>Enter</key>. Натиснення <key>Esc</key> поверне курсор на ту позицію, "
+#~ "де він знаходився перед початком пошуку. Натиснення <key>Enter</key> – на "
+#~ "поточну позицію результатів пошуку."
+
+#~ msgid ""
+#~ "Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+#~ "back again."
+#~ msgstr ""
+#~ "Виберіть «<gui>Перейти до початку</gui>», щоб шукати текст з верху до "
+#~ "низу і знову спочатку."
+
+#~ msgid ""
+#~ "The text that you've searched for will remain highlighted by gedit, even "
+#~ "after you have completed your search. To remove the highlight, click <gui "
+#~ "style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+#~ "key><key>Shift</key><key>K</key></keyseq>."
+#~ msgstr ""
+#~ "Шуканий текст буде залишатися виділеним, навіть, після закінчення пошуку. "
+#~ "Щоб прибрати виділення, клацніть на <gui style=\"menuitem\">«Очистити "
+#~ "виділення»</gui> або натисніть <keyseq><key>Ctrl</key><key>Shift</"
+#~ "key><key>K</key></keyseq>."
+
+#~ msgid "Baptiste Mille-Mathias"
+#~ msgstr "Baptiste Mille-Mathias"
+
+#~ msgid "Group similar tabs together."
+#~ msgstr "Групування подібних вкладок."
+
+#~ msgid "Radina Matic"
+#~ msgstr "Radina Matic"
+
+#~ msgid "2013"
+#~ msgstr "2013"
+
+#~| msgid ""
+#~| "If you are working with multiple tabs in <app>gedit</app> you can group "
+#~| "them, making it easier to keep your opened files organized. Adding a new "
+#~| "tab group will divide the <app>gedit</app> window in two panes, open a "
+#~| "new “Untitled File” in the new pane, and make it active. You can open "
+#~| "files into that tab group and move tabs from one tab group to another."
+#~ msgid ""
+#~ "If you are working with multiple tabs in <app>gedit</app> you can group "
+#~ "them, making it easier to keep your opened files organized. Adding a new "
+#~ "tab group will divide the <app>gedit</app> window in two panes, open a "
+#~ "new “Untitled Document” in the new pane, and make it active. You can open "
+#~ "files into that tab group and move tabs from one tab group to another."
+#~ msgstr ""
+#~ "Якщо ви працюєте в «<app>gedit</app>» з декількома вкладками, то можна їх "
+#~ "групувати, щоб полегшити зберігання відкритих файлів організованими. "
+#~ "Додання нової групи вкладок розділяє вікно «<app>gedit</app>» на два "
+#~ "підвікна, відкриває новий «Неназваний документ» в новому підвікні та "
+#~ "робить його активним. Можна відкривати файли в цій групі вкладок і "
+#~ "переміщати їх з однієї групи в іншу."
+
+#~ msgid "Open a new tab group in the gedit window"
+#~ msgstr "Відкриття нової групи вкладок у вікні «gedit»"
+
+#~ msgid "To open a new tab group you can:"
+#~ msgstr "Щоб відкрити нову групу вкладок:"
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> "
+#~ "shortcut."
+#~ msgstr ""
+#~ "Використовуйте комбінацію клавіш <keyseq><key>Ctrl</key><key>Alt</"
+#~ "key><key>N</key></keyseq>."
+
+#~ msgid ""
+#~ "This action will divide the <app>gedit</app> window in two panes, and the "
+#~ "pane with the new tab group will be placed on the right of the active "
+#~ "tab. You can move the handle right or left assigning more or less space "
+#~ "of the <app>gedit</app> window between panes according to your needs."
+#~ msgstr ""
+#~ "Ця дія розділить вікно «<app>gedit</app>» на два підвікна, і, підвікно з "
+#~ "новою групою вкладок буде розміщено справа від активної вкладки. Можна "
+#~ "перетягнути маніпулятор вправо або вліво для збільшення або зменшення "
+#~ "простору вікна «<app>gedit</app>» відповідно до власних потреб."
+
+#~ msgid ""
+#~ "To close a tab group pane just close all the tabs that are opened inside "
+#~ "it."
+#~ msgstr ""
+#~ "Щоб закрити підвікно групи вкладок, просто закрийте всі вкладки, що "
+#~ "відкриті в ньому."
+
+#~ msgid "If you want to move a tab from one tab group to another:"
+#~ msgstr "Якщо хочете перемістити вкладку з однієї групи вкладок до іншої:"
+
+#~ msgid "Place it beside other tabs in the tab group."
+#~ msgstr "Помістіть її поруч з іншими вкладками у групі вкладок."
+
+#~ msgid "Change the position of a tab in the gedit window."
+#~ msgstr "Зміна розташування вкладки у вікні «gedit»."
+
+#~ msgid ""
+#~ "Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+#~ "files. Tabs can be can re-ordered within the same window, moved outside "
+#~ "of <app>gedit</app> (creating a new <app>gedit</app> window), and moved "
+#~ "from one window to another."
+#~ msgstr ""
+#~ "Вкладки в «<app>gedit</app>» можна переміщувати, полегшуючи, таким чином, "
+#~ "роботу з файлами. Вкладки можна перерозміщувати в тому самому вікні, "
+#~ "переміщувати за межі «<app>gedit</app>» (створюючи нове вікно "
+#~ "«<app>gedit</app>») та переміщувати з одного вікна в інше."
+
+#~ msgid "To change the ordering of tabs in a window:"
+#~ msgstr "Щоб змінити порядок вкладок у вікні:"
+
+#~ msgid ""
+#~ "The tab will be placed in the position closest to where you release the "
+#~ "tab, immediately beside other opened tabs."
+#~ msgstr ""
+#~ "Вкладка розміститься в позиції, найближчій до тієї, де вона була "
+#~ "відпущена, безпосередньо поруч з іншими відкритими вкладками."
+
+#~ msgid "Move a tab, creating a new gedit window"
+#~ msgstr "Переміщення вкладки зі створенням нового вікна «gedit»"
+
+#~ msgid "Move a tab to another gedit window"
+#~ msgstr "Переміщення вкладки до іншого вікна «gedit»"
+
+#~ msgid "Drag the tab to the new window."
+#~ msgstr "Перетягніть вкладку до нового вікна."
+
+#~ msgid "Place it beside other tabs in the new window."
+#~ msgstr "Розмістіть її поруч з іншими вкладками в новому вікні."
+
+#~ msgid ""
+#~ "You may find it easier to move a tab from one window to another by "
+#~ "dragging the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME "
+#~ "Shell</gui>. This will reveal each of the open <app>gedit</app> windows. "
+#~ "You can then release the tab on the desired <app>gedit</app> window."
+#~ msgstr ""
+#~ "Можливо, простіше перемістити вкладку з одного вікна до іншого, "
+#~ "перетягнувши вкладку до кутка «<gui>Дії</gui>» <gui>оболонки «GNOME»</"
+#~ "gui>. Це покаже всі відкриті вікна «<app>gedit</app>». Потім можна "
+#~ "відпустити вкладку на потрібному вікні «<app>gedit</app>»."
+
+#~ msgid "Create or close tabs in the gedit window."
+#~ msgstr "Створення та закриття вкладок у вікні «gedit»."
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window."
+#~ msgstr ""
+#~ "Працюючи зі вкладками в «<app>gedit</app>», можна тримати в полі зору "
+#~ "декілька файлів в одному вікні."
+
+#~ msgid "Adding tabs"
+#~ msgstr "Додавання вкладок"
+
+#~ msgid ""
+#~ "To add a new tab to create a new file, click the <gui>Create a new "
+#~ "document</gui> button on the left side of the header bar, or press "
+#~ "<keyseq><key>Ctrl</key><key>T</key></keyseq>. The tab will be added to "
+#~ "the right side of any other tabs."
+#~ msgstr ""
+#~ "Щоб створити нову вкладку або новий файл, натисніть кнопку <gui>Створити "
+#~ "новий документ</gui> у лівій частині панелі заголовка або натисніть "
+#~ "комбінацію клавіш <keyseq><key>Ctrl</key> <key>T</key></keyseq>. Вкладку "
+#~ "буде додано справа від інших вкладок."
+
+#~ msgid ""
+#~ "To remove a tab, click the <gui style=\"button\">×</gui> on the tab's "
+#~ "right side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To "
+#~ "remove all open tabs, press <keyseq><key>Ctrl</key> <key>Shift</"
+#~ "key><key>W</key></keyseq>."
+#~ msgstr ""
+#~ "Щоб видалити вкладку, клацніть на «<gui style=\"button\">×</gui>», що з "
+#~ "правої сторони вкладки або натисніть комбінацію клавіш <keyseq><key>Ctrl</"
+#~ "key><key>W</key></keyseq>. Щоб видалити всі відкриті вкладки, натисніть "
+#~ "<keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></keyseq>."
+
+#~ msgctxt "link"
+#~ msgid "gedit Text Editor"
+#~ msgstr "Текстовий редактор «gedit»"
+
+#~ msgctxt "text"
+#~ msgid "gedit Text Editor"
+#~ msgstr "Текстовий редактор «gedit»"
+
+#~ msgid "Home page of the gedit help guide."
+#~ msgstr "Домашня сторінка підручника з «gedit»."
+
+#~ msgid ""
+#~ "Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+#~ "<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+#~ "quickstart\">Get started with gedit</link> page."
+#~ msgstr ""
+#~ "Ласкаво просимо до довідки з «<app>gedit</app>». Для швидкого "
+#~ "ознайомлення і з основними функціями «<app>gedit</app>» відвідайте "
+#~ "сторінку «<link xref=\"gedit-quickstart\">Початок роботи з «gedit»</link>."
+
+#~ msgid ""
+#~ "Other help topics are grouped together into sections below. Enjoy using "
+#~ "<app>gedit</app>!"
+#~ msgstr ""
+#~ "Інші теми довідки згруповані в розділи нижче. Приємного користування "
+#~ "«<app>gedit</app>»!"
+
+#~ msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+#~ msgstr "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+
+#~ msgid "This work is licensed under a <_:link-1/>."
+#~ msgstr "Ця робота розповсюджується за умов дотримання <_:link-1/>."
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+#~ msgstr ""
+#~ "Виберіть <guiseq><gui style=\"menu\">«gedit»</gui> <gui style=\"menuitem"
+#~ "\">«Параметри»</gui> <gui>«Шрифт &amp; кольори»</gui></guiseq>."
diff --git a/help/zh_CN/zh_CN.po b/help/zh_CN/zh_CN.po
new file mode 100644
index 0000000..de7936d
--- /dev/null
+++ b/help/zh_CN/zh_CN.po
@@ -0,0 +1,9066 @@
+# TeliuTe <teliute@163.com>, 2009, 2011.
+# Colin Zhao <lonely.ibm@gmail.com>, 2011.
+# Wylmer Wang <wantinghard@gmail.com>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit-master-help\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-06-07 06:01+0000\n"
+"PO-Revision-Date: 2020-07-03 23:19-0400\n"
+"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
+"Language-Team: Chinese Simplified <kde-i18n-doc@kde.org>\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 2.3.1\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+"TeliuTe <teliute@163.com>, 2009, 2011\n"
+"Colin Zhao <lonely.ibm@gmail.com>, 2011\n"
+"wancheng zhang <wancheng.com.cn@gmail.com>, 2012\n"
+"Zhe Wei <weizhe86@gmail.com>, 2014"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-color-scheme.page:8
+msgid "Change the text and background colors in gedit."
+msgstr "更改 gedit 中文字和背景的颜色。"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:14 C/gedit-change-default-font.page:10
+#: C/gedit-close-file.page:11 C/gedit-create-new-file.page:12
+#: C/gedit-edit-as-root.page:10 C/gedit-files-basic.page:10
+#: C/gedit-full-screen.page:13 C/gedit-open-files-from-sidepane.page:11
+#: C/gedit-open-files.page:17 C/gedit-open-on-server.page:10
+#: C/gedit-open-recent.page:12 C/gedit-plugin-guide.page:13
+#: C/gedit-plugins-change-case.page:14 C/gedit-plugins-doc-stats.page:14
+#: C/gedit-plugins-external-tools.page:15 C/gedit-plugins-file-browser.page:15
+#: C/gedit-plugins-insert-date-time.page:15 C/gedit-plugins-install.page:8
+#: C/gedit-plugins-modelines.page:13 C/gedit-plugins-pyconsole.page:10
+#: C/gedit-plugins-quick-open.page:11 C/gedit-plugins-snippets.page:9
+#: C/gedit-plugins-sort.page:14 C/gedit-printing.page:10
+#: C/gedit-quickstart.page:12 C/gedit-replace.page:14 C/gedit-save-file.page:13
+#: C/gedit-search.page:12 C/gedit-spellcheck.page:12
+#: C/gedit-syntax-highlighting.page:10 C/gedit-tabs-moving.page:13
+#: C/gedit-tabs.page:14 C/gedit-undo-redo.page:12 C/index.page:14
+msgid "Jim Campbell"
+msgstr "Jim Campbell"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:18
+msgid "Jana Svarova"
+msgstr "Jana Svarova"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-color-scheme.page:20 C/gedit-change-color-scheme.page:25
+msgid "2015"
+msgstr "2015"
+
+#. (itstool) path: credit/name
+#: C/gedit-change-color-scheme.page:23 C/gedit-replace.page:26
+msgid "Ekaterina Gerasimova"
+msgstr "Ekaterina Gerasimova"
+
+#. (itstool) path: page/title
+#: C/gedit-change-color-scheme.page:31
+msgid "Change the color scheme"
+msgstr "更改配色方案"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:33
+msgid ""
+"<app>gedit</app> includes several different color schemes, allowing you to "
+"change the appearance of the main text window."
+msgstr "<app>gedit</app> 包含多种不同配色方案,允许您更改主文本窗口的外观。"
+
+#. (itstool) path: steps/title
+#: C/gedit-change-color-scheme.page:37
+msgid "To change the color scheme:"
+msgstr "更改配色方案:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:39
+#, fuzzy
+#| msgid ""
+#| "Open the <gui style=\"menu\">gedit</gui> menu from the top bar, then "
+#| "select <guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; "
+#| "Colors</gui></guiseq>."
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui><gui>Font &amp; Colors</"
+"gui></guiseq>."
+msgstr ""
+"打开位于顶栏的 <gui style=\"menu\">gedit</gui> 菜单,然后选择<guiseq><gui "
+"style=\"menuitem\">首选项</gui><gui>字体和颜色</gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-change-color-scheme.page:44
+msgid "Choose your desired color scheme."
+msgstr "选择您想使用的配色方案。"
+
+#. (itstool) path: page/p
+#: C/gedit-change-color-scheme.page:48
+msgid "The new color scheme will be applied immediately."
+msgstr "新的配色方案会立即生效。"
+
+#. (itstool) path: section/title
+#: C/gedit-change-color-scheme.page:51
+msgid "Use a Custom Color Scheme"
+msgstr "使用自定义的颜色方案"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:57
+msgid ""
+"You can also use color schemes that have been created by others, or create "
+"and use your own color schemes."
+msgstr "您也可以使用其他人创建的配色方案,或者使用自己的颜色方案。"
+
+#. (itstool) path: section/p
+#: C/gedit-change-color-scheme.page:60
+msgid ""
+"Instructions on how to install custom color schemes, as well as examples of "
+"color schemes that you can download and use, are available on the <link href="
+"\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes\">gedit wiki</"
+"link>."
+msgstr ""
+"关于如何安装自定义配色方案的说明,以及您可以下载并使用的配色方案,可以在 "
+"<link href=\"https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes"
+"\">gedit wiki</link> 上找到。"
+
+#. (itstool) path: info/desc
+#: C/gedit-change-default-font.page:6
+msgid "Use a custom font for your text in gedit."
+msgstr "在 gedit 中使用自定义的字体。"
+
+#. (itstool) path: credit/years
+#: C/gedit-change-default-font.page:12
+msgid "2011 2012 2013"
+msgstr "2011 2012 2013"
+
+#. (itstool) path: page/title
+#: C/gedit-change-default-font.page:19
+msgid "Change the default font"
+msgstr "更改默认字体"
+
+#. (itstool) path: page/p
+#: C/gedit-change-default-font.page:21
+msgid ""
+"<app>gedit</app> will use the system fixed-width font by default, but you "
+"can change the default <app>gedit</app> font to suit your preferences."
+msgstr ""
+"<app>gedit</app> 默认使用系统等宽字体,你可以根据个人习惯修改 <app>gedit</"
+"app> 的默认字体"
+
+#. (itstool) path: steps/title
+#: C/gedit-change-default-font.page:26
+msgid "To change the default font in <app>gedit</app>:"
+msgstr "要更改 <app>gedit</app> 默认字体:"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:27
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui>Font &amp; Colors</gui></guiseq>."
+msgstr ""
+"选择 <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">首选项</"
+"gui> <gui>字体和颜色</gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:30
+msgid ""
+"Uncheck the box next to the phrase, \"Use the system fixed-width font.\""
+msgstr "取消选中“使用系统等宽字体”旁的复选框。"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:32
+msgid ""
+"Click on the current font name. <app>gedit</app> will open a font-chooser "
+"window, allowing you to see available fonts and choose the one that you "
+"prefer."
+msgstr ""
+"点击当前字体名称。<app>gedit</app> 将打开字体选择器,您可以查看可用的字体并且"
+"选择所需要使用的字体。"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:35
+msgid ""
+"After you have chosen a new font, use the <gui>slider</gui> under the list "
+"of fonts to set the default font size."
+msgstr ""
+"选择你需要的字体后,使用字体列表下方的<gui>滑动条</gui>调整默认字体的大小。"
+
+#. (itstool) path: item/p
+#: C/gedit-change-default-font.page:37
+msgid "Click <gui>Select</gui>, and then click <gui>Close</gui>."
+msgstr "点击<gui>选择</gui>,然后点击<gui>关闭</gui>。"
+
+#. (itstool) path: info/desc
+#: C/gedit-close-file.page:7
+msgid "Exit from the file you are using."
+msgstr "退出你正在使用的文件。"
+
+#. (itstool) path: page/title
+#: C/gedit-close-file.page:18
+msgid "Close a file"
+msgstr "关闭文件"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:20
+#, fuzzy
+#| msgid ""
+#| "To save a file in <app>gedit</app>, click on the <gui style=\"button"
+#| "\">Save the current file</gui> button with the disk-drive icon on the "
+#| "right side of the toolbar or just press <keyseq><key>Ctrl</key><key>S</"
+#| "key></keyseq>."
+msgid ""
+"To close a file in <app>gedit</app>, click the <gui style=\"button\">×</gui> "
+"that appears on the right-side of the file's tab, or press "
+"<keyseq><key>Ctrl</key><key>W</key></keyseq>."
+msgstr ""
+"要在 <app>gedit</app> 中保存文件,点击 工具栏右侧显示为磁盘驱动器的<gui>保存"
+"当前文件</gui>按钮,或者按组合键 <keyseq><key>Ctrl</key><key>O</key></"
+"keyseq>。"
+
+#. (itstool) path: page/p
+#: C/gedit-close-file.page:23
+msgid ""
+"Any one of these actions will close a file in <app>gedit</app>. If your file "
+"contains changes that have not been saved, <app>gedit</app> will prompt you "
+"to save those changes before closing the file."
+msgstr ""
+"上述的任何一个操作都会关闭文件,如果您的文件中发生了变化而没有保存,"
+"<app>gedit</app> 会在关闭前提示您保存更改。"
+
+#. (itstool) path: info/desc
+#: C/gedit-create-new-file.page:8
+msgid "Open a new file for editing."
+msgstr "打开一个新文件来编辑。"
+
+#. (itstool) path: credit/name
+#: C/gedit-create-new-file.page:16 C/gedit-full-screen.page:17
+#: C/gedit-open-files.page:21 C/gedit-plugins-quick-open.page:15
+#: C/gedit-replace.page:30 C/gedit-save-file.page:21 C/gedit-search.page:24
+#: C/gedit-tabs.page:31 C/gedit-undo-redo.page:24
+msgid "Shobha Tyagi"
+msgstr "Shobha Tyagi"
+
+#. (itstool) path: page/title
+#: C/gedit-create-new-file.page:22
+msgid "Create a new file"
+msgstr "创建新文件"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:24
+#, fuzzy
+#| msgid ""
+#| "The easiest way to create a new file in <app>gedit</app>, is to click the "
+#| "<gui>Create a new document</gui> button on the left side of the toolbar, "
+#| "or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgid ""
+"The easiest way to create a new file in <app>gedit</app>, is to click the "
+"<gui>Create a new document</gui> button on the left side of the header bar, "
+"or press <keyseq><key>Ctrl</key><key>T</key></keyseq>."
+msgstr ""
+"要在 <app>gedit</app> 中新建一个文件,点击工具栏左侧的<gui>新建文档</gui>按"
+"钮,或者按组合键 <keyseq><key>Ctrl</key><key>T</key></keyseq>。"
+
+#. (itstool) path: page/p
+#: C/gedit-create-new-file.page:28
+msgid ""
+"Any one of these actions will create a new file in the <app>gedit</app> "
+"window. If you have other files open in <app>gedit</app>, the new file that "
+"you create will appear as a new tab to the right of those files."
+msgstr ""
+"这些操作都会在 <app>gedit</app> 窗口中创建一个新文件。如果窗口中已经打开有文"
+"件,那么新文件会在那些文件的右边新建一个标签。"
+
+#. (itstool) path: info/desc
+#: C/gedit-edit-as-root.page:7
+msgid "Use administrative privileges to edit a file."
+msgstr "使用管理权限编辑文件。"
+
+#. (itstool) path: page/title
+#: C/gedit-edit-as-root.page:16
+msgid "Edit a file as the root user"
+msgstr "以 root(管理员)身份编辑文件"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:19
+msgid ""
+"Editing files as the root user is potentially dangerous, and may break your "
+"system in bad ways. Take great care when editing files as the root user."
+msgstr ""
+"以 root 身份编辑文件可能带来潜在危险,会因操作失误而损坏系统。请特别小心使用 "
+"root 身份编辑文件。"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:24
+msgid ""
+"To edit files as the root user, launch <app>gedit</app> from the terminal by "
+"entering:"
+msgstr "要以 root 身份编辑文件,在终端运行下列命令:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:26
+#, no-wrap
+msgid "sudo gedit"
+msgstr "sudo gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:28
+msgid ""
+"Using the <cmd>sudo</cmd> command, you will need to successfully enter your "
+"password before <app>gedit</app> will open."
+msgstr ""
+"使用 <cmd>sudo</cmd> 命令,正确输入自己的密码后,打开 <app>gedit</app>。"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:31
+msgid ""
+"As an alternative to the <cmd>sudo</cmd> command, you may obtain "
+"administrative privileges by entering:"
+msgstr ""
+"作为 <cmd>sudo</cmd> 命令的替代,您也可以通过输入下列命令来获取管理员权限:"
+
+#. (itstool) path: page/code
+#: C/gedit-edit-as-root.page:33
+#, no-wrap
+msgid "su -"
+msgstr "su -"
+
+#. (itstool) path: page/p
+#: C/gedit-edit-as-root.page:35
+msgid ""
+"You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command."
+msgstr "然后您就可以使用 <cmd>gedit</cmd> 命令运行 <app>gedit</app> 。"
+
+#. (itstool) path: note/p
+#: C/gedit-edit-as-root.page:39
+msgid ""
+"Once you have opened <app>gedit</app> with administrative privileges, "
+"<app>gedit</app> will keep those privileges until you close it."
+msgstr ""
+"一旦您以管理员身份打开 <app>gedit</app>,在您关闭程序前,它将一直具备管理员权"
+"限。"
+
+#. (itstool) path: info/desc
+#: C/gedit-files-basic.page:7
+msgid "Learn the basics of how to work with files in gedit."
+msgstr "学习对文件的基础操作。"
+
+#. (itstool) path: page/title
+#: C/gedit-files-basic.page:16
+msgid "File basics: Open, close, and save files"
+msgstr "文件操作基础:打开、关闭和保存"
+
+#. (itstool) path: page/p
+#: C/gedit-files-basic.page:18
+#, fuzzy
+#| msgid ""
+#| "If you are new to <app>gedit</app>, these topics will help you with "
+#| "creating, saving, and opening and closing files."
+msgid ""
+"If you are new to <app>gedit</app>, these topics will help you with "
+"creating, saving, opening and closing files."
+msgstr ""
+"如果您才接触 <app>gedit</app>,这一章将会帮助您创建、保存、打开和关闭文件。"
+
+#. (itstool) path: info/desc
+#: C/gedit-full-screen.page:8
+msgid "Set gedit to use the entire screen."
+msgstr "设置 gedit 使用整个屏幕。"
+
+#. (itstool) path: page/title
+#: C/gedit-full-screen.page:23
+msgid "Use fullscreen mode"
+msgstr "使用全屏模式"
+
+#. (itstool) path: page/p
+#: C/gedit-full-screen.page:25
+msgid ""
+"When working with a large document, you may find it helpful to work in "
+"<app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the "
+"<gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>, "
+"presenting you with more of your text and allowing you to better focus on "
+"your tasks."
+msgstr ""
+"当打开一个很大的文档时,您会发现使用 <app>gedit</app> 的全屏模式很有用处。这"
+"时会隐藏 <gui>菜单栏</gui>、<gui>标签栏</gui> 和 <gui>工具栏</gui>,从而可以"
+"显示更多的文本内容,让您更专注地编辑文档。"
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:32
+msgid "Turn on fullscreen mode"
+msgstr "开启全屏模式"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:33
+msgid ""
+"To turn on fullscreen mode, press <key>F11</key>. <app>gedit's</app> menu, "
+"title, and tab-bars will hide, and you will only be presented with the text "
+"of your current file."
+msgstr ""
+"要进入全屏模式,请按 <key>F11</key> 键。<app>gedit</app> 的菜单、标题栏和标签"
+"栏将会隐藏,只显示当前文档的内容。"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:36
+msgid ""
+"If you need to perform an action from the <app>gedit</app> menu while "
+"working in fullscreen mode, move your mouse pointer to the top of the "
+"screen. The <app>gedit</app> menu bar will reappear, and you can select your "
+"desired action."
+msgstr ""
+"如果在全屏模式下,您想要运行 <app>gedit</app> 的菜单命令,把鼠标移动到屏幕顶"
+"部,就会显示 <app>gedit</app> 的菜单栏,然后您就可以选择相应的菜单命令。"
+
+#. (itstool) path: note/p
+#: C/gedit-full-screen.page:42
+msgid ""
+"To switch between open tabs while in fullscreen mode, press either "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or "
+"<keyseq><key>Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>."
+msgstr ""
+"要在全屏模式下,切换不同的标签,按组合键 <keyseq><key>Ctrl</key><key>Alt</"
+"key><key>PgUp</key></keyseq> 或 <keyseq><key>Ctrl</key><key>Alt</"
+"key><key>PgDn</key></keyseq>。"
+
+#. (itstool) path: section/title
+#: C/gedit-full-screen.page:50
+msgid "Turn off fullscreen mode"
+msgstr "关闭全屏模式"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:51
+msgid ""
+"To turn off fullscreen mode and return to the standard <app>gedit</app> "
+"window, press <key>F11</key>."
+msgstr "要退出全屏回到正常<app>gedit</app>窗口,请按<key>F11</key>键。"
+
+#. (itstool) path: section/p
+#: C/gedit-full-screen.page:53
+#, fuzzy
+#| msgid ""
+#| "You can also move your mouse cursor to the top of the screen, and wait "
+#| "for the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> "
+#| "appears, select <gui>Leave Fullscreen</gui>."
+msgid ""
+"You can also move your mouse cursor to the top of the screen, and wait for "
+"the <gui>menu bar</gui> to appear. When the <gui>menu bar</gui> appears, "
+"select the <gui>Leave Fullscreen</gui> button."
+msgstr ""
+"要关闭全屏模式返回到 <app>gedit</app> 窗口模式,把鼠标指针移到窗口顶部,出现"
+"<gui>菜单栏</gui>,然后点<gui>离开全屏</gui>。"
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files-from-sidepane.page:8
+msgid "Use gedit's side pane as a file browser."
+msgstr "使用侧边栏作为文件浏览器。"
+
+#. (itstool) path: page/title
+#: C/gedit-open-files-from-sidepane.page:17
+#, fuzzy
+#| msgid "View and open files from the side pane"
+msgid "View and open files from the side panel"
+msgstr "从侧边栏查看和打开文件"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:18
+#, fuzzy
+#| msgid ""
+#| "The most common way to switch between files in <app>gedit</app> is by "
+#| "using the tabs at the top of the <app>gedit</app> window. In some cases, "
+#| "though, particularly when you are working with a large number of open "
+#| "files, you may find it easier to use the <app>side pane</app>."
+msgid ""
+"The most common way to switch between files in <app>gedit</app> is by using "
+"the tabs at the top of the <app>gedit</app> window. In some cases, though, "
+"particularly when you are working with a large number of open files, you may "
+"find it easier to use the side panel."
+msgstr ""
+"在 <app>gedit</app> 中切换文件最常用的方法是,点击窗口上的标签栏。而在某些情"
+"况下,比如当您要操作大量文件时,您会发现使用<app>侧边栏</app>会更方便些。"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files-from-sidepane.page:25
+#, fuzzy
+#| msgid ""
+#| "To activate the <app>side pane</app>, select <guiseq><gui>View</gui> "
+#| "<gui>Side Pane</gui></guiseq>, or just press the <key>F9</key> key."
+msgid ""
+"To activate the side panel, select <guiseq><gui>View</gui> <gui>Side Panel</"
+"gui></guiseq>, or just press the <key>F9</key> key."
+msgstr ""
+"要激活<app>侧边栏</app>,点菜单 <guiseq><gui>查看</gui><gui>侧边栏</gui></"
+"guiseq>,或者按 <key>F9</key> 键。"
+
+#. (itstool) path: note/p
+#: C/gedit-open-files-from-sidepane.page:31
+#, fuzzy
+#| msgid ""
+#| "You can toggle the <gui>side pane</gui> open or closed by pressing "
+#| "<key>F9</key> at any time."
+msgid ""
+"You can toggle the side panel open or closed by pressing <key>F9</key> at "
+"any time."
+msgstr "您可以在任何时候,按 <key>F9</key> 来切换<gui>侧边栏</gui>的显示。"
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:39
+#: C/gedit-plugins-file-browser.page:33
+#, fuzzy
+#| msgid "Opening files from the side pane"
+msgid "Opening files from the side panel"
+msgstr "从侧边栏打开文件"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:40
+#: C/gedit-plugins-file-browser.page:34
+#, fuzzy
+#| msgid ""
+#| "To open files from the <app>side pane</app>, first open the <app>side "
+#| "pane</app> by selecting <guiseq><gui>View</gui> <gui>Side Pane</gui></"
+#| "guiseq>, then click on the <gui>file-browser</gui> icon at the bottom of "
+#| "the pane."
+msgid ""
+"To open files from the side panel, first open the side panel by selecting "
+"<guiseq><gui>View</gui> <gui>Side Panel</gui></guiseq> (or just press "
+"<key>F9</key>), and then choose <gui>File Browser</gui> from the dropdown at "
+"the top of the panel."
+msgstr ""
+"要从<app>侧边栏</app>中打开文件,首先要打开<app>侧边栏</app>,点菜单 "
+"<guiseq><gui>查看</gui><gui>侧边栏</gui></guiseq>,然后点面板底部的<gui>文件"
+"浏览器</gui>图标。"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:48
+#: C/gedit-plugins-file-browser.page:42
+#, fuzzy
+#| msgid ""
+#| "This will activate the <em>file-browser</em> mode of the <app>side panel</"
+#| "app>. You can then use the navigation buttons at the top of the pane to "
+#| "locate and open your desired files."
+msgid ""
+"This will activate the <em>File Browser</em> mode of the side panel. You can "
+"then use the navigation buttons at the top of the panel to locate and open "
+"your desired files."
+msgstr ""
+"这将激活<app>侧边栏</app>的<em>文件浏览器</em>模式,您可以使用面板顶部的位置"
+"按钮来查找所需的文件。"
+
+#. (itstool) path: section/title
+#: C/gedit-open-files-from-sidepane.page:56
+#, fuzzy
+#| msgid "Using the side pane to switch between open files"
+msgid "Using the side panel to switch between open files"
+msgstr "使用侧边栏来切换各个打开的文件"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:57
+#, fuzzy
+#| msgid ""
+#| "Once you have several files open, you can use the side pane to switch "
+#| "between open files. To activate the file browser portion of the <app>side "
+#| "pane</app>, click on the <gui>file</gui> icon at the bottom of the "
+#| "<gui>side pane</gui>."
+msgid ""
+"Once you have several files open, you can use the side panel to switch "
+"between open files. To list open files, choose <gui>Documents</gui> from the "
+"dropdown at the top of the panel."
+msgstr ""
+"当您打开多个文件时,可以使用侧边栏来切换各个文件,要激活<app>侧边栏</app>的文"
+"件浏览功能,点击<gui>侧边栏</gui>底部的<gui>文件</gui>按钮图标。"
+
+#. (itstool) path: section/p
+#: C/gedit-open-files-from-sidepane.page:63
+#, fuzzy
+#| msgid ""
+#| "Clicking on any file name in the <gui>side pane</gui> will open that file "
+#| "for editing."
+msgid ""
+"Clicking on any file name in the side panel will open that file for editing."
+msgstr "点击<gui>侧边栏</gui>中的文件名,就会在工作区中显示它。"
+
+#. (itstool) path: info/desc
+#: C/gedit-open-files.page:12
+msgid "Open files to start working on them."
+msgstr "打开文件开始编辑。"
+
+#. (itstool) path: page/title
+#: C/gedit-open-files.page:27
+msgid "Open a file or set of files"
+msgstr "打开一个文件或一组文件"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:29
+msgid ""
+"To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or "
+"press <keyseq><key>Ctrl</key><key>O</key></keyseq>."
+msgstr ""
+"要在 <app>gedit</app> 中打开一个文件,点击 <gui>打开</gui>按钮,或者按组合键 "
+"<keyseq><key>Ctrl</key><key>O</key></keyseq>。"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:31
+msgid ""
+"This will cause the <gui>Open</gui> dialog to appear. Use your mouse or "
+"keyboard to select the file that you wish to open, and then click <gui>Open</"
+"gui>. The file that you've selected will open in a new tab."
+msgstr ""
+"然后会出现<gui>打开</gui>对话框,用鼠标或键盘选择想要打开的文件,然后点<gui>"
+"打开</gui>按钮,选中的文件将会在新标签页打开。"
+
+#. (itstool) path: page/p
+#: C/gedit-open-files.page:34
+msgid ""
+"To close the <gui>Open</gui> dialog without opening a file, click "
+"<gui>Cancel</gui>."
+msgstr ""
+"要关闭 <gui>打开文件</gui> 对话框,而不打开任何文件,请点击<gui>取消</gui>按"
+"钮。"
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:37
+msgid ""
+"You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than "
+"one file at a time. If you hold down the <key>Ctrl</key> key while you "
+"select multiple files, clicking <gui>Open</gui> will open each of the files "
+"that you have selected."
+msgstr ""
+"您也可以用 <key>Ctrl</key> 和 <key>Shift</key> 键,一次选择打开多个文件,如果"
+"按住 <key>Ctrl</key> 键选择多个文件,点<gui>打开</gui>会打开所有点过的文件。"
+
+#. (itstool) path: note/p
+#: C/gedit-open-files.page:44
+msgid ""
+"Holding down the <key>Shift</key> while you select multiple files will open "
+"the first file that you select, the last file that you select, and all of "
+"the files in between."
+msgstr ""
+"按住 <key>Shift</key> 键选择多个文件,会打开从第一个到最后一个之间连续的所有"
+"文件。"
+
+#. (itstool) path: info/desc
+#: C/gedit-open-on-server.page:7
+msgid "Access files that are stored on a different computer."
+msgstr "访问存储在其他计算机上的文件。"
+
+#. (itstool) path: page/title
+#: C/gedit-open-on-server.page:16
+msgid "Open a file that is located on a server"
+msgstr "打开位于服务器上的文件"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:18
+msgid ""
+"Prior to opening a file on a server from within <app>gedit</app>, you need "
+"to know some technical information about the server. For example, you will "
+"need to know the IP Address or URL of the server, and may need to know what "
+"kind of server it is (e.g., HTTP, FTP, etc.)."
+msgstr ""
+"要用 <app>gedit</app> 打开存放于服务器上的文件,您首先需要了解服务器的相关技"
+"术信息,例如,您需要知道服务器的 IP 地址或 URL,还要知道是哪一种服务器(比如 "
+"HTTP、FTP 等等)。"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:23
+msgid ""
+"Also, some types of servers impose restrictions on what you can do with "
+"files stored on the server. For example, you may be able to open a file from "
+"a server, but may need to save any changes to the file locally, on your own "
+"computer."
+msgstr ""
+"还有,一些类型的服务器限制了文件存储。例如,您可以打开服务器上的一个文件,但"
+"是您只能将修改过的文件存储在本地计算机上。"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:28
+msgid ""
+"With these caveats in mind, perform the following steps to open a file from "
+"a server using <app>gedit</app>:"
+msgstr ""
+"了解这些信息后,您可以在 <app>gedit</app> 中,按下列步骤打开服务器上的文件:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:32
+#, fuzzy
+#| msgid "Click <gui>Open</gui>."
+msgid "In the header bar, click on <gui>Open</gui>."
+msgstr "点 <gui>打开</gui>。"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:33
+msgid "Click <gui>Other Locations</gui>."
+msgstr "点击 <gui>其它位置</gui>。"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:34
+msgid "Enter the IP Address or URL of the appropriate server."
+msgstr "输入服务器的 IP 地址或 URL。"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:36
+msgid "Find and select the file that you wish to open."
+msgstr "查找并选择您想打开的文件。"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:37
+#, fuzzy
+#| msgid ""
+#| "Use the Character coding drop-down list to select the appropriate "
+#| "character coding."
+msgid ""
+"Use the Character Encoding drop-down list to select the appropriate "
+"character coding."
+msgstr "在字符编码下拉列表中,选择合适的字符编码。"
+
+#. (itstool) path: item/p
+#: C/gedit-open-on-server.page:39 C/gedit-plugins-quick-open.page:44
+msgid "Click <gui>Open</gui>."
+msgstr "点 <gui>打开</gui>。"
+
+#. (itstool) path: page/p
+#: C/gedit-open-on-server.page:42
+#, fuzzy
+#| msgid ""
+#| "Valid types of URI include http:, ftp:, file:, and all of the methods "
+#| "supported by <app>gvfs</app>."
+msgid ""
+"Valid types of URI include http:, ftp:, file:, and all of the methods "
+"supported by <app>GVfs</app>."
+msgstr "有效的 URI 包括 http:、ftp:、file: 和所有 <app>gvfs</app> 支持的格式。"
+
+#. (itstool) path: note/p
+#: C/gedit-open-on-server.page:46
+msgid ""
+"Files from some types of URI are opened as read-only, and any changes you "
+"make must be saved to a different location. For example, HTTP only allows "
+"files to be read. Files opened from FTP are read-only because not all FTP "
+"servers may correctly work with saving remote files."
+msgstr ""
+"某些类型的 URI 会以只读方式打开,当您更改后必须另存到其他位置。例如, HTTP 只"
+"允许读取文件,从 FTP 上打开的文件一般也是只读,因为并不是所有 FTP 服务器能够"
+"远程保存文件。"
+
+#. (itstool) path: info/desc
+#: C/gedit-open-recent.page:7
+#, fuzzy
+#| msgid "Access files that you have updated recently."
+msgid "Access files that you have previously opened in <app>gedit</app>."
+msgstr "访问您最近更新过的文件。"
+
+#. (itstool) path: page/title
+#: C/gedit-open-recent.page:18
+msgid "Reopen a recently-used file"
+msgstr "重新打开最近使用的文件"
+
+#. (itstool) path: page/p
+#: C/gedit-open-recent.page:20
+#, fuzzy
+#| msgid ""
+#| "By default, <app>gedit</app> provides easy access to five of your most "
+#| "recently-used files. Here is how you can open a recently-used file:"
+msgid ""
+"<app>gedit</app> provides easy access to your ten most recently-used files, "
+"that have been previously opened in <app>gedit</app>. Here is how you can "
+"open a recently-used file:"
+msgstr ""
+"默认情况下,<app>gedit</app> 提供快速访问最近使用的五个文件,用这个方法可以打"
+"开最近使用的文件:"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:24
+#, fuzzy
+#| msgid ""
+#| "Click the downward-facing arrow to the right of the <gui>Open</gui> "
+#| "button."
+msgid ""
+"Click the arrow button next to the <gui>Open</gui> button in the header bar."
+msgstr "点击<gui>打开</gui>按钮旁边的下拉箭头按钮。"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:26
+#, fuzzy
+#| msgid ""
+#| "<app>gedit</app> will display a list of the five most-recently used files."
+msgid ""
+"<app>gedit</app> will display a menu with the ten most-recently used files."
+msgstr "<app>gedit</app> 会列出最近访问的五个文件。"
+
+#. (itstool) path: item/p
+#: C/gedit-open-recent.page:28
+msgid "Select the desired file, and it will open in a new tab."
+msgstr "选择想要打开的文件,然后就会在新标签中打开它。"
+
+#. (itstool) path: note/p
+#: C/gedit-open-recent.page:31
+msgid ""
+"When hovering with the mouse a recently-used file from the menu, the full "
+"path to the file is displayed in the status bar at the bottom of the "
+"<app>gedit</app> window."
+msgstr ""
+
+#. (itstool) path: info/desc
+#: C/gedit-plugin-guide.page:9
+msgid "Use plugins to customize how gedit works for you."
+msgstr "使用插件来定制 gedit 的工作方式。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugin-guide.page:19
+msgid "Configure and use gedit plugins"
+msgstr "配置和使用 gedit 插件"
+
+#. (itstool) path: page/p
+#: C/gedit-plugin-guide.page:20
+msgid ""
+"You can do more with <app>gedit</app> by using plugins. Several plugins are "
+"installed by default, but a large number of other plugins are available "
+"separately."
+msgstr ""
+"您可以通过插件让 <app>gedit</app> 做更多事,一些插件已经默认安装好,但还有更"
+"多可用的插件。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugin-guide.page:24
+msgid ""
+"Many Linux distributions make a group of these plugins available as a "
+"<app>gedit-plugins</app> package. Install the <app>gedit-plugins</app> "
+"package to make these extra plugins available to <app>gedit</app>."
+msgstr ""
+"许多 Linux 发行版会制作一个像 <app>gedit-plugins</app> 这样的软件包,安装这"
+"个 <app>gedit-plugins</app> 包,可以在 <app>gedit</app> 中使用更多的外部插"
+"件。"
+
+#. (itstool) path: when/p
+#: C/gedit-plugin-guide.page:30
+msgid ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">Install gedit-plugins</link>"
+msgstr ""
+"<link action=\"install:gedit-plugins\" href=\"ftp://ftp.gnome.org/pub/gnome/"
+"sources/gedit-plugins/\" style=\"button\">安装 gedit-plugins</link>"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:36
+msgid "Default gedit Plugins"
+msgstr "默认的 gedit 插件"
+
+#. (itstool) path: section/title
+#: C/gedit-plugin-guide.page:40
+msgid "Additional gedit Plugins"
+msgstr "额外的 gedit 插件"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-change-case.page:9 C/gedit-plugins-doc-stats.page:10
+#: C/gedit-plugins-external-tools.page:11 C/gedit-plugins-file-browser.page:11
+#: C/gedit-plugins-insert-date-time.page:10 C/gedit-plugins-install.page:12
+#: C/gedit-plugins-modelines.page:9 C/gedit-plugins-sort.page:10
+#: C/gedit-replace.page:18 C/gedit-search.page:16 C/gedit-tabs-moving.page:17
+#: C/gedit-tabs.page:18 C/gedit-undo-redo.page:16
+msgid "Daniel Neel"
+msgstr "Daniel Neel"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-change-case.page:17
+msgid "Change the case of selected text."
+msgstr "更改选中文本的大小写。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-change-case.page:20
+msgid "Change case"
+msgstr "改变大小写"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:22
+msgid ""
+"This plugin helps you to change the case of selected portions of text. You "
+"can use it to change text to be all lower case, all upper case, to invert "
+"the case, or apply title case. To enable this plugin, select <guiseq><gui "
+"style=\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+"<gui>Plugins</gui><gui>Change Case</gui></guiseq>."
+msgstr ""
+"这个插件帮助您更改选中文本的大小写,您可以将文本全部改为小写字母,全部改为大"
+"写字母,大小写翻转,或者让字首大写。要启用此插件,点菜单 <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">首选项</gui> <gui>插件</gui><gui>"
+"更改大小写</gui></guiseq>。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:28
+msgid ""
+"Once the <em>Change Case</em> plugin is enabled, you can use it by "
+"completing the following steps:"
+msgstr "一旦启用了<em>更改大小写</em>插件,您可以按下列步骤来使用它:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:32
+msgid "Highlight the portion of text that you want to change."
+msgstr "选中你想更改的文本内容。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:33
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui><gui>Change Case</gui></guiseq>"
+msgstr ""
+"点菜单 <guiseq><gui style=\"menu\">gedit</gui><gui>更改大小写</gui></guiseq>"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-change-case.page:35
+msgid "Choose your desired text-formatting option."
+msgstr "选择您想使用的格式选项。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-change-case.page:38
+msgid "The updates to the text formatting will take place immediately."
+msgstr "文本格式的更改会立即生效。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:41
+msgid ""
+"The <gui>Invert Case</gui> option will convert all lower case letters to "
+"upper case, and will convert all upper case letters to lower case."
+msgstr "<gui>反转大小写</gui> 选项把小写字母改成大写,把大写字母改成小写。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:43
+msgid ""
+"The <gui>Title Case</gui> option will convert the first letter of each word "
+"to upper case. All other letters will be converted to lower case."
+msgstr ""
+"<gui>字首大写</gui>选项将会把每个单词的第一个字母改成大写,其他字母会转成小"
+"写。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-change-case.page:49
+msgid ""
+"If you have not highlighted any text, the <em>Change Case</em> feature will "
+"be grayed-out. You need to select a portion of text before you use the "
+"<em>Change Case</em> feature."
+msgstr ""
+"如果您没有选中任何的文本内容,<em>更改大小写</em>将变成灰色不可用状态。因此,"
+"在使用此项功能前,您必须要选中文本内容。"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-doc-stats.page:17
+msgid "View document statistics."
+msgstr "查看文档统计。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-doc-stats.page:20
+msgid "Document statistics"
+msgstr "文档统计"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-doc-stats.page:22
+msgid ""
+"The <em>Document Statistics</em> plugin shows you various statistics about "
+"your current document. To enable this plugin, select <guiseq><gui style="
+"\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>Document Statistics</gui></guiseq>."
+msgstr ""
+"<em>文档统计</em>插件可以显示当前文档的多项信息,要启用此插件,点菜单 "
+"<guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">首选项</gui> "
+"<gui>插件</gui><gui>文档统计</gui></guiseq>。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-doc-stats.page:28
+msgid "Using Document Statistics"
+msgstr "使用文档统计"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:30
+msgid ""
+"Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui> "
+"<gui>Document Statistics</gui></guiseq>. A window will display the "
+"statistical information of your document, including the number of words, "
+"lines, characters, non-space characters, and the size of your file in bytes."
+msgstr ""
+"一旦启用此插件,点菜单 <guiseq><gui>工具</gui><gui>文档统计</gui></guiseq>,"
+"就会出现一个窗口,显示文档的统计信息,包括单词数、行数、字符数和非空格的字符"
+"数,以及文件的字节数。"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-doc-stats.page:36
+msgid ""
+"You can also use <em>Document Statistics</em> to show you information about "
+"just a portion of your document. To do this, use the mouse pointer to select "
+"the portion of text that you want to examine, and then select "
+"<guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>. <app>Gedit</"
+"app> will display information for both your entire document, and for the "
+"portion of text that you highlighted."
+msgstr ""
+"您还可以让<em>文档统计</em>只显示部分文档的信息,要做到这一点,用鼠标选中想要"
+"统计的文本,然后点菜单 <guiseq><gui>工具</gui><gui>文档统计</gui></guiseq>,"
+"<app>Gedit</app> 除了显示整个文档的信息外,还会显示您选中这部分文档的信息。"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-external-tools.page:18
+msgid ""
+"Run scripts on your current files, and interact with other applications."
+msgstr "在当前文档上执行脚本,并与其他程序交互。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-external-tools.page:22
+msgid "External tools"
+msgstr "外部工具"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-external-tools.page:24
+msgid ""
+"The <em>External Tools</em> plugin can help simplify repetitive tasks. "
+"Specifically, it extends <app>gedit</app> by helping you to run scripts on "
+"your working files, and by allowing <app>gedit</app> to interact with other "
+"programs on your computer. To enable the <app>External Tools</app> plugin, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>External Tools</gui></guiseq>."
+msgstr ""
+"<em>外部工具</em>插件可用于简单的重复任务,尤其是,它可以在您编辑的文档上执行"
+"脚本,并且允许 <app>gedit</app> 与系统中的其他程序交互作用。要启用<app>外部工"
+"具</app>,点菜单 <guiseq><gui style=\"menu\">gedit</gui> <gui style="
+"\"menuitem\">首选项</gui><gui>插件</gui> <gui>外部工具</gui></guiseq>。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-external-tools.page:33
+msgid "Configure the external tools plugin"
+msgstr "配置外部工具插件"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-external-tools.page:35
+msgid ""
+"Once you have enabled the plugin, you will need to configure it to suit your "
+"needs. The configuration options are available by selecting "
+"<guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>."
+msgstr ""
+"一旦启用此插件,您得按需要来配置它。配置选项可以点菜单 <guiseq><gui>工具</"
+"gui><gui>管理外部工具</gui></guiseq>。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-external-tools.page:40
+msgid ""
+"This plugin is for advanced users, and requires knowledge of scripting to be "
+"used effectively. Use this plugin with care, as mistakes with your scripts "
+"can affect your work in unintended ways."
+msgstr ""
+"这个插件是为高级用户设计的,需要运行脚本的知识。使用此插件要特别小心,脚本的"
+"错误会无意中影响您的工作。"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-file-browser.page:18
+#, fuzzy
+#| msgid "Use the side pane to browse and open files."
+msgid "Use the side panel to browse and open files."
+msgstr "使用侧边栏浏览和打开文件。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-file-browser.page:21
+#, fuzzy
+#| msgid "File browser pane"
+msgid "File browser panel"
+msgstr "文件浏览器面板"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:23
+#, fuzzy
+#| msgid ""
+#| "Depending on how you use <app>gedit</app>, you may find it helpful to use "
+#| "the <app>File Browser pane</app> plugin. This plugin embeds a <app>file "
+#| "browser</app> in the side pane, giving you easy access to your frequently-"
+#| "used files."
+msgid ""
+"Depending on how you use <app>gedit</app>, you may find it helpful to use "
+"the <app>File Browser panel</app> plugin. This plugin embeds a <app>file "
+"browser</app> in the side panel, giving you easy access to your frequently-"
+"used files."
+msgstr ""
+"依据您的 <app>gedit</app> 使用习惯,您可能会发现<app>文件浏览器面板</app>插件"
+"非常有用,这个插件在侧面板内放一个<app>文件浏览器</app>,让您很方便地存取频繁"
+"使用的文件。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-file-browser.page:28
+#, fuzzy
+#| msgid ""
+#| "You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui style="
+#| "\"menu\">gedit</gui><gui style=\"menuitem\">Preferences</gui> "
+#| "<gui>Plugins</gui><gui>File Browser Pane</gui></guiseq>."
+msgid ""
+"You can enable the side panel by selecting <guiseq><gui style=\"menu"
+"\">gedit</gui><gui style=\"menuitem\">Preferences</gui> <gui>Plugins</"
+"gui><gui>File Browser Panel</gui></guiseq>."
+msgstr ""
+"要启用<gui>侧边栏</gui> ,点菜单 <guiseq><gui style=\"menu\">gedit</gui><gui "
+"style=\"menuitem\">首选项</gui> <gui>插件</gui><gui>文件浏览器面板</gui></"
+"guiseq>。"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-insert-date-time.page:18
+msgid "Insert the current date/time at the cursor position."
+msgstr "在光标位置插入当前日期/时间。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-insert-date-time.page:21
+msgid "Insert date/time"
+msgstr "插入日期/时间"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:23
+msgid ""
+"As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin "
+"allows you to insert the date and/or time at the current cursor position."
+msgstr ""
+
+#. (itstool) path: steps/title
+#: C/gedit-plugins-insert-date-time.page:28
+msgid "To enable the plugin:"
+msgstr "要启用插件:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:30
+#, fuzzy
+#| msgid ""
+#| "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#| "\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgid ""
+"Press the menu button in the top-right corner of the window and select "
+"<guiseq><gui style=\"menuitem\">Preferences</gui> <gui style=\"tab"
+"\">Plugins</gui></guiseq>."
+msgstr ""
+"点菜单 <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">首选项"
+"</gui> <gui style=\"tab\">插件</gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-insert-date-time.page:35
+#, fuzzy
+#| msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgid ""
+"Select <gui style=\"menuitem\">Insert Date/Time</gui> to enable the plugin."
+msgstr "选择 <gui style=\"menuitem\">排序</gui> 来启用该插件。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:39
+#, fuzzy
+#| msgid ""
+#| "Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+#| "\">Manage Snippets</gui></guiseq>."
+msgid ""
+"To use the plugin, press the menu button in the top-right corner of the "
+"window and select <guiseq><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Insert Date and Time…</gui></guiseq>."
+msgstr ""
+"点菜单 <guiseq><gui style=\"menu\">工具</gui> <gui style=\"menuitem\">管理片"
+"段</gui></guiseq>"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-insert-date-time.page:43
+#, fuzzy
+#| msgid ""
+#| "By default, the <gui>Insert Date/Time</gui> plugin will prompt you to "
+#| "choose your preferred date/time format each time that you use the plugin. "
+#| "However, you can choose your own default date and time format by "
+#| "selecting <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem"
+#| "\">Preferences</gui> <gui>Plugins</gui><gui>Insert Date/Time</"
+#| "gui><gui>Configure</gui></guiseq>."
+msgid ""
+"By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose "
+"your preferred date/time format each time that you use the plugin. However, "
+"you can choose your own default date and time format by pressing the menu "
+"button in the top-right corner of the window and selecting <guiseq> <gui "
+"style=\"menuitem\">Preferences</gui><gui style=\"tab\">Plugins</gui><gui> "
+"Insert Date/Time</gui><gui style=\"button\">Preferences</gui></guiseq>."
+msgstr ""
+"默认情况下,<gui>插入日期/时间</gui>插件会提示您选择一种日期/时间格式。当然,"
+"您也可以在 <guiseq><gui style=\"menu\">gedit</gui><gui style=\"menuitem\">首"
+"选项</gui> <gui>插件</gui><gui>插入日期/时间</gui><gui>配置</gui></guiseq> "
+"中,选择一个默认日期和时间格式。"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-install.page:15
+msgid "How to install third-party plugins."
+msgstr "如何安装第三方插件。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-install.page:18
+msgid "Additional gedit plugins"
+msgstr "额外的 gedit 插件"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:20
+msgid ""
+"Installing third-party plugins gives you extra functionality that isn't "
+"available in default <app>gedit</app> plugins, or even the extra plugins "
+"that are part of the <app>gedit-plugins</app> package. An online list of "
+"third-party plugins is <link href=\"https://wiki.gnome.org/Apps/Gedit\">kept "
+"here</link>."
+msgstr ""
+"安装第三方插件,可以让您获得 <app>gedit</app> 的默认插件甚至<app>gedit-"
+"plugins</app>中所没有的额外功能。在 <link href=\"http://live.gnome.org/Gedit/"
+"Plugins#third_party\">此处</link> 有一个在线的第三方插件列表。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:27
+msgid ""
+"Installing a third-party plugin involves downloading the plugin, placing the "
+"plugin files in the right directory, and activating the plugin."
+msgstr "安装第三方插件需要下载插件,保存在正确的路径下,并激活它。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:31
+msgid ""
+"You can usually download a plugin from the plugin's website, but may need to "
+"use a revision-control program like <app>git</app>, <app> bazaar</app>, or "
+"<app>subversion</app> to copy a plugin's software repository from the "
+"internet. Refer to the plugin's documentation for information on getting the "
+"plugin."
+msgstr ""
+"通常您可以从插件网站上获取到插件,但您可能需要使用版本控制器例如<app>git</"
+"app>,<app> bazaar</app> 或者 <app>subversion</app> 从互联网上的软件仓库中获"
+"取插件的拷贝。您可以从插件文档中参考如何获取该插件。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:36
+msgid ""
+"Place the plugin files into the <file>/home/<var>username</var>/.local/share/"
+"gedit/plugins</file> directory."
+msgstr ""
+"将插件放到 <file>/home/<var>用户名</var>/.local/share/gedit/plugins</file> 目"
+"录下。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:39
+msgid "Of course, replace the word <var>username</var> with your own username."
+msgstr "当然,您需要将 <var>username</var> 替换为您的用户名。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:41
+#, fuzzy
+#| msgid ""
+#| "After you have placed the plugin files into the correct directory, the "
+#| "plugin will appear in the Preferences menu. Select <guiseq><gui>Edit </"
+#| "gui><gui style=\"menuitem\">Preferences</gui><gui>Plugins</gui> "
+#| "<gui>[Name of Plugin]</gui></guiseq> to enable the plugin."
+msgid ""
+"After you have placed the plugin files into the correct directory, the "
+"plugin will appear in the Preferences menu. Press the menu button in the top-"
+"right corner of the window and select <guiseq><gui style=\"menuitem\"> "
+"Preferences</gui><gui style=\"tab\">Plugins</gui><gui>[Name of Plugin]</gui> "
+"</guiseq> to enable the plugin."
+msgstr ""
+"在您将插件文件复制到正确的文件夹后,插件将会出现在首选项菜单中。选择"
+"<guiseq><gui>编辑 </gui><gui style=\"menuitem\">首选项</gui><gui>插件</gui> "
+"<gui>[插件名]</gui></guiseq>启用插件。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-install.page:46
+msgid "Click <gui>Close</gui>."
+msgstr "点 <gui>关闭</gui>。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-install.page:49
+msgid ""
+"After you have enabled the plugin, it should be available for you to use."
+msgstr "在启用插件后,就可以使用了。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:53
+msgid ""
+"The <file>.local</file> directory is hidden by default. To view it and other "
+"hidden files, select <guiseq><gui>View</gui><gui>Show Hidden Files</gui></"
+"guiseq>, or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"<file>.local</file> 目录是默认隐藏的。要显示它及其他隐藏文件,点菜单 "
+"<guiseq><gui>查看</gui><gui>显示隐藏文件</gui></guiseq> 或者按组合键 "
+"<keyseq><key>Ctrl</key><key>H</key></keyseq>。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-install.page:60
+msgid ""
+"If the directory <file>.local/share/gedit/plugins/</file> is not present on "
+"your system, you will need to create it."
+msgstr ""
+"如果在系统中,文件夹 <file>.local/share/gedit/plugins/</file> 不存在,就需要"
+"您自己创建它。"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-modelines.page:16
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs、Kate 和 Vim 风格的模式行支持。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-modelines.page:19
+msgid "Modelines"
+msgstr "模式行"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:21
+msgid ""
+"The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines "
+"of text at the start and end of a file, and then apply a set of document "
+"preferences to the file. The <app>Modelines</app> plugin supports a subset "
+"of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</"
+"app> text editors."
+msgstr ""
+"<app>模式行</app>插件允许 <app>gedit</app> 分析文件中开始行和结束行,然后为文"
+"件设置文档选项,<app>模式行</app>插件支持 <app>Emacs</app>、<app>Kate</app> "
+"和 <app>Vim</app> 文本编辑器选项的子集。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-modelines.page:27
+msgid ""
+"To enable the <app>Modelines</app> plugin, select <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+"gui><gui>Modelines</gui></guiseq>."
+msgstr ""
+"要启用<app>模式行</app>插件,点菜单 <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui style=\"menuitem\">首选项</gui><gui>插件</gui><gui>模式行</gui></"
+"guiseq>。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:31
+msgid "General Modeline Options"
+msgstr "常规模式行选项"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:32
+msgid "The following options can be set using <app>gedit</app> modelines:"
+msgstr "下列选项可用于 <app>gedit</app> 模式行设置:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:34
+msgid "Tab width"
+msgstr "Tab 制表符宽度"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:35
+msgid "Indent width"
+msgstr "缩进宽度"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:36
+msgid "Inserting spaces instead of tabs"
+msgstr "插入空格而不是制表符"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:37
+msgid "Text Wrapping"
+msgstr "文本换行"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:38
+msgid "Right margin width"
+msgstr "右边距宽度"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-modelines.page:42
+msgid ""
+"Preferences set using modelines take precedence over the ones specified in "
+"the preference dialog."
+msgstr "使用 modelines 设置的选项,会覆盖在首选项对话框里设定的选项。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:48
+msgid "Emacs Modelines"
+msgstr "Emacs Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:50
+msgid ""
+"The first two lines of a document are scanned for <app>Emacs</app> "
+"modelines, and <app>gedit</app> supports the following <app>Emacs</app> "
+"modeline options:"
+msgstr ""
+"对 <app>Emacs</app> 模式行扫描文档开头的两行,<app>gedit</app> 支持下列 "
+"<app>Emacs</app> 模式行选项:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:54
+msgid "Tab-width"
+msgstr "Tab 制表符宽度"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:55
+msgid "Indent-offset"
+msgstr "缩进"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:56
+msgid "Indent-tabs-mode"
+msgstr "Tab 缩排模式"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:57
+msgid "Text auto-wrap"
+msgstr "文本自动缩进"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:59
+msgid ""
+"For more information on <app>Emacs</app> modelines, visit the <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs Manual</"
+"link>."
+msgstr ""
+"要了解更多关于 <app>Emacs</app> 模式行的相关信息,请访问 <link href="
+"\"https://www.gnu.org/software/emacs/manual/emacs.html\">GNU Emacs 手册</"
+"link>。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:65
+msgid "Kate Modelines"
+msgstr "Kate Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:67
+msgid ""
+"The first and last ten lines a document are scanned for <app>Kate</app> "
+"modelines, and <app>gedit</app> supports the following <app>Kate</app> "
+"modeline options:"
+msgstr ""
+"对 <app>Kate</app> 模式行扫描文档开头和最后十行,<app>gedit</app> 支持下列 "
+"<app>Kate</app> 模式行选项:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:72
+msgid "tab-width"
+msgstr "Tab 制表符宽度"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:73
+msgid "indent-width"
+msgstr "缩进宽度"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:74
+msgid "space-indent"
+msgstr "空格缩进"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:75
+msgid "word-wrap"
+msgstr "词缩进"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:76
+msgid "word-wrap-column"
+msgstr "按列缩进词"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:79
+#, fuzzy
+#| msgid ""
+#| "For more information about <app>Kate</app> modelines, visit the <link "
+#| "href=\"http://kate-editor.org/\">Kate website</link>."
+msgid ""
+"For more information about <app>Kate</app> modelines, visit the <link href="
+"\"https://kate-editor.org/\">Kate website</link>."
+msgstr ""
+"更多关于 <app>Kate</app> 模式行的相关信息,请访问 <link href=\"http://kate-"
+"editor.org/\">Kate 网站</link>。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-modelines.page:84
+msgid "Vim Modelines"
+msgstr "Vim Modelines"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:85
+msgid ""
+"The first and last three lines a document are scanned for <app>Vim</app> "
+"modelines, and <app>gedit</app> supports the following <app>Vim</app> "
+"modeline options:"
+msgstr ""
+"对 <app>Vim</app> 模式行扫描文档开头和最后的三行,<app>gedit</app> 支持下列 "
+"<app>Vim</app> 模式行选项:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:90
+msgid "et (expandtab)"
+msgstr "et (expandtab)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:91
+msgid "ts (tabstop)"
+msgstr "ts (tabstop)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:92
+msgid "sw (shiftwidth)"
+msgstr "sw (shiftwidth)"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:93
+msgid "wrap"
+msgstr "缩进"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-modelines.page:94
+msgid "textwidth"
+msgstr "文本宽度"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-modelines.page:97
+#, fuzzy
+#| msgid ""
+#| "For more information on <app>Vim</app> modelines, visit the <link href="
+#| "\"http://www.vim.org/\">Vim website</link>."
+msgid ""
+"For more information on <app>Vim</app> modelines, visit the <link href="
+"\"https://www.vim.org/\">Vim website</link>."
+msgstr ""
+"更多关于 <app>Vim</app> 模式行的信息,请访问 <link href=\"http://www.vim.org/"
+"\">Vim 网站</link>。"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-pyconsole.page:14
+msgid "Add an interactive Python console to the bottom pane."
+msgstr "在底部面板添加一个交互式的 Python 控制台。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-pyconsole.page:17
+msgid "Python console"
+msgstr "Python 控制台"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:19
+msgid ""
+"You can add a Python console to the bottom pane, allowing you to test Python "
+"scripts without leaving <app>gedit</app>. To enable the Python console, "
+"select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui><gui>Plugins</gui> <gui>Python Console</gui></guiseq>."
+msgstr ""
+"您可以在底部面板添加一个 Python 控制台,从而不需要离开<app>gedit</app> 就可以"
+"测试 Python 脚本。要启用 Python 控制台,点菜单 <guiseq><gui style=\"menu"
+"\">gedit</gui> <gui style=\"menuitem\">首选项</gui><gui>插件</gui> "
+"<gui>Python 控制台</gui></guiseq>。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-pyconsole.page:25
+#, fuzzy
+#| msgid ""
+#| "Once the Python console is enabled, you can open it by selecting "
+#| "<guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press "
+#| "<keyseq><key>Shift</key><key>F9</key></keyseq>."
+msgid ""
+"Once the Python console is enabled, you can open it by selecting "
+"<guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>."
+msgstr ""
+"一旦启用 Python 控制台,您就可以通过点菜单 <guiseq><gui>查看</gui><gui>底部面"
+"板</gui></guiseq>,或者按组合键 <keyseq><key>Shift</key><key>F9</key></"
+"keyseq> 来打开它。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-pyconsole.page:28
+msgid ""
+"If you have also enabled the <gui>Embeded Terminal</gui> plugin, the "
+"<gui>Python Console</gui> will appear as a separate tab in the bottom pane."
+msgstr ""
+"如果您同时还启用了<gui>内部终端</gui>插件,<gui>Python 控制台</gui>将会出现在"
+"底部面板的另一个标签中。"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-quick-open.page:19
+msgid "Quickly open a file or set of files."
+msgstr "快速打开一个文件或一组文件。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-quick-open.page:22
+msgid "Quick open"
+msgstr "快速打开"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:24
+msgid ""
+"As the name of this plugin would imply, the <app>Quick Open</app> plugin "
+"helps you to open files more quickly than using the usual ways of opening "
+"files. To enable this plugin, select <guiseq><gui style=\"menu\">gedit</gui> "
+"<gui>Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>."
+msgstr ""
+"要在<app>gedit</app>中使用拼写检查功能,首先需要您启用拼写插件。要启用此插"
+"件,点菜单<guiseq><gui style=\"menu\">gedit</gui> <gui>首选项</gui><gui>插件"
+"</gui><gui>快速打开</gui></guiseq>。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:29
+msgid ""
+"Once you have enabled the <app>Quick Open</app> plugin you can use it as "
+"follows:"
+msgstr "当启用了<app>快速打开</app>插件,使用方法如下:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:33
+#, fuzzy
+#| msgid ""
+#| "Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+#| "key><key>Alt</key><key>O</key></keyseq>, or by selecting "
+#| "<guiseq><gui>File</gui><gui>Quick Open</gui></guiseq>."
+msgid ""
+"Open the <app>Quick Open</app> dialog box by pressing <keyseq><key>Ctrl</"
+"key><key>Alt</key><key>O</key></keyseq>, or by selecting <gui style="
+"\"menuitem\">Quick Open…</gui>."
+msgstr ""
+"<app>快速打开</app> 对话框可通过按下组合键<keyseq><key>Ctrl</key><key>Alt</"
+"key><key>O</key></keyseq> 或者 选择菜单<guiseq><gui>文件</gui><gui>快速打开</"
+"gui></guiseq> 打开。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:36
+msgid "The <gui>Quick Open</gui> file dialog will appear."
+msgstr "将出现<gui>快速打开</gui>的文件对话框。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:37
+msgid "Use your mouse to select the file or files that you want to open."
+msgstr "用鼠标选择您想打开的文件。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:39
+msgid ""
+"To select several individual files, hold down your <key>Ctrl</key> key while "
+"you click on the files that you want to open."
+msgstr "要选择多个单独的文件,请在选择文件时按住<key>Ctrl</key>键。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:41
+msgid ""
+"To select a group of files, click on the first file that you want to open, "
+"hold down the <key>Shift</key> key, and then click on the last file in the "
+"list that you want to open."
+msgstr ""
+"要选择连续的文件,请点击要打开的第一个文件,然后按住<key>Shift</key>键点击要"
+"打开的最后一个文件。"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-quick-open.page:47
+msgid "<app>Quick Open</app> will look for files in:"
+msgstr "<app>快速打开</app>将在以下范围搜索文件:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:50
+msgid "The directory of the currently opened document"
+msgstr "当前打开文档的目录"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:51
+#, fuzzy
+#| msgid ""
+#| "The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+#| "Browser Pane</app> plugin"
+msgid ""
+"The root directory of the <app xref=\"gedit-plugins-file-browser\">File "
+"Browser Panel</app> plugin"
+msgstr ""
+"<app xref=\"gedit-plugins-file-browser\">文件浏览器面板</app>插件的根目录。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:54
+msgid ""
+"Recent documents which are also shown in the <file>Recent</file> folder in "
+"<app>Files</app>"
+msgstr "在<app>文件</app>的<file>最近使用</file> 的文件夹中所显示的最近文件"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:56
+msgid "Directories which you have bookmarked in <app>Files</app>"
+msgstr "在<app>文件</app>中标记为书签的目录"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:58
+msgid "Your <file>Desktop</file> directory"
+msgstr "您的 <file>桌面</file> 目录"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-quick-open.page:59
+msgid "Your <file>Home</file> directory"
+msgstr "您的 <file>主目录</file> "
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-quick-open.page:63
+msgid ""
+"<app>Quick Open</app> displays files in any of the above locations "
+"regardless of whether or not you have opened them previously."
+msgstr ""
+"<app>快速打开</app>将把上述任何目录中文件显示出来,无论您之前是否打开过这些文"
+"件。"
+
+#. (itstool) path: credit/name
+#: C/gedit-plugins-snippets.page:13 C/gedit-plugins-sort.page:18
+#: C/gedit-printing-order.page:15 C/gedit-printing.page:14
+#: C/gedit-printing-select.page:14 C/gedit-quickstart.page:16
+#: C/gedit-replace.page:22 C/gedit-save-file.page:17 C/gedit-search.page:20
+#: C/gedit-spellcheck.page:20 C/gedit-syntax-highlighting.page:14
+#: C/gedit-tabs-moving.page:21 C/gedit-tabs.page:22 C/gedit-undo-redo.page:20
+#: C/index.page:18
+msgid "Sindhu S"
+msgstr "Sindhu S"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-snippets.page:17
+msgid "Use snippets to quickly insert often-used pieces of text."
+msgstr "使用片断功能快速插入常用文本短语。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-snippets.page:20
+msgid "Snippets"
+msgstr "片段"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-snippets.page:22
+msgid ""
+"<app>Snippets</app> provide a convenient way of inserting repetitive "
+"portions of code into your files. For example, an HTML snippet for the "
+"<code>&lt;img&gt;</code> tag would insert the opening and closing portions "
+"of the tag, as well as fixed places where you can enter image attributes. "
+"This can make writing code easier and faster."
+msgstr ""
+"<app>片段</app>为您提供了一个将常用片段方便地插入到文件中的方法。例如,"
+"<code>&lt;img&gt;</code> 的HTML代码片段可以插入标签开始和结束的代码,并且直接"
+"定位到需要写入图片属性的位置。这将使编码变得更快更简单。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:29
+msgid "Enable Snippets Plugin"
+msgstr "启用片段插件"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:31
+msgid "To enable the <gui>Snippets</gui> plugin:"
+msgstr "启用<gui>片段</gui>插件:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:35 C/gedit-plugins-sort.page:37
+#: C/gedit-spellcheck.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+"\">Preferences</gui> <gui style=\"tab\">Plugins</gui></guiseq>."
+msgstr ""
+"点菜单 <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">首选项"
+"</gui> <gui style=\"tab\">插件</gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:40
+msgid "Select <gui style=\"menuitem\">Snippets</gui> to enable the plugin."
+msgstr "选择 <gui style=\"menuitem\">片段</gui> 来启用该插件。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:47
+msgid "Browse Snippets"
+msgstr "浏览片段"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:49
+msgid "To browse available snippets:"
+msgstr "浏览可用的片段:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:52
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem"
+"\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"点菜单 <guiseq><gui style=\"menu\">工具</gui> <gui style=\"menuitem\">管理片"
+"段</gui></guiseq>"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:55
+msgid ""
+"Make sure the syntax is set appropriately. The status bar at the bottom of "
+"the <app>gedit</app> window will show the current language setting. This "
+"language setting is what allows gedit to insert the proper snippets. "
+"<app>Gedit</app> will normally detect the language or syntax of the file "
+"that you're using, but sometimes you may need to set it."
+msgstr ""
+"请确保正确设置语法。<app>gedit</app>底部的状态栏会显示当前的语言设置。gedit会"
+"依据语言设置插入正确的片段。通常<app>Gedit</app>可以自动识别文件的语言或语"
+"法,但有时需要您手工设置。"
+
+#. (itstool) path: figure/desc
+#: C/gedit-plugins-snippets.page:62
+msgid "In this example, the language is set to HTML."
+msgstr "在这个示例中,语言设置为了 HTML 。"
+
+#. (itstool) path: figure/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-plugins-snippets.page:64
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+msgstr ""
+"external ref='figures/gedit-html-snippet.png' "
+"md5='1f02c599b116ed209e6fb79e3e63b9ca'"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:69
+msgid "Browse the snippets that are available for your language or syntax."
+msgstr "浏览适合您的语言或语法的片段。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:76
+msgid "Using Snippets"
+msgstr "使用片段"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:78
+msgid "To insert a snippet into your current document:"
+msgstr "将片段插入到当前的文档中:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:82
+msgid "Type the desired snippet name anywhere in your current document."
+msgstr "在文档的任意位置输入您所需代码片段的名字。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:85
+msgid ""
+"Press <key>Tab</key> to insert the snippet associated with the input term."
+msgstr "按下<key>Tab</key>键即可将片段插入相应的代码片段。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:92
+msgid "Snippet Example Usage"
+msgstr "片段插件的用法示例"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:94
+msgid ""
+"For example, if you have set the syntax to <em>HTML</em>, type <code>head </"
+"code>, and press the <key>Tab</key> key. The text would have auto completed "
+"into a snippet as:"
+msgstr ""
+"例如,如果您已设置语法为<em>HTML</em>,输入<code>head </code>,然后按下"
+"<key>Tab</key>键。以下文本将自动插入:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:98
+#, no-wrap
+msgid ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;head&gt;\n"
+" &lt;meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /&gt;\n"
+" &lt;title&gt;Page Title&lt;/title&gt;\n"
+" &lt;/head&gt;\n"
+" "
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:108
+msgid "Adding Snippets"
+msgstr "添加片段"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:110
+msgid ""
+"You can add new Snippets that work either globally (that is, they are "
+"language agnostic) or only in a particular syntax."
+msgstr ""
+"您可以将新代码片段设定为作用于全局(也就是说,他们是语言无关的)或者只作用于"
+"特定语法。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:115
+msgid ""
+"Select <guiseq style=\"menu\"><gui style=\"menuitem\">Tools</gui> <gui style="
+"\"menuitem\">Manage Snippets</gui></guiseq>."
+msgstr ""
+"选择 <guiseq style=\"menu\"><gui style=\"menuitem\">工具</gui> <gui style="
+"\"menuitem\">管理片段</gui></guiseq>。"
+
+# 新版本Gedit的片段管理器已将+改为>。
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:119
+msgid ""
+"From the <gui>Manage Snippets</gui> sidebar select the desired syntax and "
+"click on the \"+\" button to list existing snippets for the selected syntax."
+msgstr ""
+"从<gui>管理片段</gui>侧边栏选择所需语法,然后通过点击语法左侧 \"+\" 按钮显示"
+"该语法已有的片段。"
+
+# 怀疑原文档编写错误,应该作用于无论是否设置语言语法的文档都可用。
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:123
+msgid ""
+"To add a snippet that works globally (that is, when no particular syntax or "
+"language has been set for the document), select <gui>Global</gui> from the "
+"<gui>Manage Snippets</gui> sidebar."
+msgstr ""
+"要添加作用于全局的片段(即使是未设置特定语法或语言的文档),请在<gui>管理片段"
+"</gui>侧边栏选择<gui>Global</gui>。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:129
+msgid ""
+"To add a new snippet, click on the \"plus\" icon in the <gui>Manage "
+"Snippets</gui> sidebar."
+msgstr "要添加新片段,点击<gui>管理片段</gui>侧边栏底部的\"+\"图标。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:133
+msgid ""
+"Input a name for the new snippet. The name of the snippet can be different "
+"from the snippet you want to add."
+msgstr "为新增的片段输入名称,名称可以与您要添加的片段不同。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:137
+msgid ""
+"Under the <gui style=\"group\">Activation</gui> section, you must input a "
+"term for the <gui style=\"input\">Tab trigger:</gui> textarea. You will be "
+"using this term to insert your snippet."
+msgstr ""
+"<gui style=\"group\">Activation</gui>区域内,你必须在<gui style=\"input\">触"
+"发条件:</gui>文本框中输入一个词语。你可以通过这则词语将该片段插入到文档中。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-snippets.page:141
+msgid ""
+"If you wish to insert a snippet with a keyboard shortcut, then click your "
+"mouse pointer on <gui style=\"input\">Shortcut key:</gui> textarea and press "
+"the desired combination of keys. Once you have pressed and released the "
+"keys, the keyboard shortcut will be set."
+msgstr ""
+"如果您希望通过快捷键插入片段,请使用鼠标点击<gui style=\"input\">快捷键:</"
+"gui>文本框并按下所需的组合键。当您按下并放开组合键的时候,该快捷键就设置好"
+"了。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-snippets.page:148
+msgid ""
+"Under the textarea for <gui style=\"input\">Edit:</gui>, input the desired "
+"text for the snippet. You may use <code>${n}</code> to indicate variables, "
+"where <em>n</em> is replaced with a number that represents the numerical "
+"order of variables included."
+msgstr ""
+"在<gui style=\"input\">编辑:</gui>文本框中,输入合适的片段内容。您可以使用"
+"<code>${n}</code>表示变量,请将<em>n</em>替换为数字,用以标示变量的顺序。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-snippets.page:158
+msgid "New Snippet Example"
+msgstr "新增片段示例"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:160
+msgid ""
+"Consider you have created a snippet with the term <var>greetings</var> in "
+"<gui style=\"input\">Tab trigger:</gui>. The <gui style=\"input\">Edit:</"
+"gui> textarea contains:"
+msgstr ""
+"目前认为您已经创建了<gui style=\"input\">触发条件:</gui>是<var>greetings</"
+"var>的片段。<gui style=\"input\">编辑:</gui>区域内容如下:"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:164
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello ${1:wonderful}${2:amazing} world!\n"
+" &lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:169
+msgid ""
+"You can insert this snippet by typing <var>greetings</var> in the document "
+"and pressing the <key>Tab</key> key. The following text snippet will be "
+"inserted:"
+msgstr ""
+"您可以在文档中输入<var>greetings</var>并按<key>Tab</key>键来插入该片段。以下"
+"的文本片段将被插入。"
+
+#. (itstool) path: section/code
+#: C/gedit-plugins-snippets.page:173
+#, no-wrap
+msgid ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+msgstr ""
+"\n"
+" &lt;greetings&gt;Hello wonderfulamazing world!&lt;/greetings&gt;\n"
+" "
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-snippets.page:177
+msgid ""
+"The words \"wonderful\" and \"amazing\" can be retained or deleted depending "
+"on your choice of usage. To do so, press <key>Tab</key> to choose between "
+"\"wonderful\" and \"amazing\" and press <key>Del</key> to delete the least "
+"preferred option."
+msgstr ""
+"根据您的选择\"wonderful\"和\"amazing\"两个单词可保留或删除。如果要删除的话,"
+"请按下<key>Tab</key>键选择\"wonderful\"或\"amazing\",然后按下<key>Del</key>"
+"键来删除您不需要的那个。"
+
+#. (itstool) path: info/desc
+#: C/gedit-plugins-sort.page:22
+msgid "Sort lines of text into alphabetical order."
+msgstr "对多行文字按字母顺序排列。"
+
+#. (itstool) path: page/title
+#: C/gedit-plugins-sort.page:25
+msgid "Sort"
+msgstr "排序"
+
+#. (itstool) path: page/p
+#: C/gedit-plugins-sort.page:27
+msgid ""
+"The Sort plugin arranges selected lines of text into alphabetical order."
+msgstr "排序插件,可以按字母顺序排列选中的文本行。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:31
+msgid "Enable Sort Plugin"
+msgstr "启用排序插件"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:33
+msgid "To enable the <app>Sort</app> plugin:"
+msgstr "要启用<app>排序</app>插件:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:42
+msgid "Select <gui style=\"menuitem\">Sort</gui> to enable the plugin."
+msgstr "选择 <gui style=\"menuitem\">排序</gui> 来启用该插件。"
+
+#. (itstool) path: section/title
+#: C/gedit-plugins-sort.page:49
+msgid "Using Sort Plugin"
+msgstr "使用排序插件"
+
+#. (itstool) path: section/p
+#: C/gedit-plugins-sort.page:51
+msgid "To use the <gui>Sort</gui> plugin:"
+msgstr "要使用<gui>排序</gui>插件:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:55
+msgid "Select the desired lines of text."
+msgstr "选择需要排序的那些行。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:58
+#, fuzzy
+#| msgid ""
+#| "Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem"
+#| "\">Print…</gui></guiseq>."
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Sort…"
+"</gui></guiseq>."
+msgstr ""
+"选择菜单 <guiseq><gui style=\"menu\">文件</gui> <gui style=\"menuitem\">打"
+"印...</gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:62
+msgid ""
+"The <gui>Sort</gui> dialog will open, allowing you to choose between several "
+"sorting options:"
+msgstr "在出来的<gui>排序</gui>对话框中,有几个选项可供选择:"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:66
+msgid ""
+"<gui>Reverse order</gui> will arrange the text in reverse alphabetical order."
+msgstr "<gui>逆序</gui> 按照相反字母顺序排序。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:70
+msgid ""
+"<gui>Remove duplicates</gui> will remove duplicate values from the list."
+msgstr "<gui>删除重复内容</gui> 删除列表中重复的行。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:74
+msgid "<gui>Ignore case</gui> will ignore case sensitivity."
+msgstr "<gui>忽略大小写</gui> 不区分字母的大小写。"
+
+#. (itstool) path: note/p
+#: C/gedit-plugins-sort.page:76
+msgid ""
+"To have the sort ignore the characters at the start of the lines, set the "
+"first character that should be used for sorting in the <gui>Start at</gui> "
+"column spin box."
+msgstr "可以通过在<gui>开始于</gui>整数旋转框设置行首前几位字符作为排序依据。"
+
+#. (itstool) path: item/p
+#: C/gedit-plugins-sort.page:84
+msgid "To perform the sort operation, click <gui>Sort</gui>."
+msgstr "要执行排序操作,点击 <gui>排序</gui> 按钮。"
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-order.page:7
+msgid "Set the pages to print in a certain order."
+msgstr "设置页面以特定的顺序打印。"
+
+#. (itstool) path: credit/name
+#: C/gedit-printing-order.page:11 C/gedit-printing-select.page:10
+msgid "Phil Bull"
+msgstr "Phil Bull"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-order.page:21
+msgid "Getting Copies To Print In The Correct Order"
+msgstr "让副本以正确的顺序打印"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:24
+msgid "Reverse"
+msgstr "倒序"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:26
+msgid ""
+"Printers usually print the first page first, and the last page last, so the "
+"pages end up in reverse order when you pick them up. To reverse the order:"
+msgstr ""
+"打印机通常是第一页先打印,最后一页最后打印,所以当您拿起纸张时发现最后一页在"
+"最上面。您可以这样调整顺序:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"选择 <guiseq><gui style=\"menu\">文件</gui> <gui style=\"menuitem\">打印</"
+"gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:36
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui>, check <gui style=\"checkbox\">Reverse</gui>."
+msgstr ""
+"在打印对话框的 <gui style=\"tab\">常规</gui> 标签页的 <gui style=\"group\">副"
+"本</gui>选项中,勾选 <gui style=\"checkbox\">逆序</gui>。"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:42
+msgid "The last page will be printed first, and so on."
+msgstr "最后一页会先打印,第一页最后打印。"
+
+#. (itstool) path: section/title
+#: C/gedit-printing-order.page:46
+msgid "Collate"
+msgstr "逐份"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:48
+msgid ""
+"If you are printing more than one copy of the document, the print outs will "
+"be grouped by page number by default. (e.g. The copies of page one come out, "
+"then the copies of page two, etc.) Collating will make each copy come out "
+"with its pages grouped together."
+msgstr ""
+"当您在打印多份文档时,默认会按页码分组打印(例如,第一页全部打印完,然后才打"
+"印第二页)。逐份打印功能实现一份所有页码打印完,再打印下一份。"
+
+#. (itstool) path: section/p
+#: C/gedit-printing-order.page:53
+msgid "To Collate:"
+msgstr "逐份打印:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:56
+msgid ""
+"Click <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui></guiseq>."
+msgstr ""
+"点击 <guiseq><gui style=\"menu\">文件</gui> <gui style=\"menuitem\">打印</"
+"gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-order.page:60
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab of the Print dialog under <gui "
+"style=\"group\">Copies</gui> check <gui style=\"checkbox\">Collate</gui>."
+msgstr ""
+"在打印对话框的 <gui style=\"tab\">常规</gui> 标签页的 <gui style=\"group\">副"
+"本</gui>选项中,勾选 <gui style=\"checkbox\">逐份</gui>。"
+
+#. (itstool) path: info/desc
+#: C/gedit-printing.page:7
+msgid "Print the files that you create with gedit."
+msgstr "打印您创建的文件。"
+
+#. (itstool) path: page/title
+#: C/gedit-printing.page:20
+msgid "Printing documents"
+msgstr "打印文档"
+
+#. (itstool) path: note/p
+#: C/gedit-printing.page:23
+msgid ""
+"Printing with <app>gedit</app> requires that you have connected and "
+"configured your printer. If you have not done this, please consult the <link "
+"href=\"help:gnome-help/printing\">printing help for GNOME</link>."
+msgstr ""
+"在 <app>gedit</app> 中使用打印,需要您连接并配置好打印机,如果您还没有准备"
+"好,请查阅<link href=\"help:gnome-help/printing\">GNOME 打印帮助</link>。"
+
+#. (itstool) path: page/p
+#: C/gedit-printing.page:28
+msgid "<app>gedit</app> allows you to print both to a file and to paper."
+msgstr "在<app>gedit</app>中,您可以打印到文件和纸张。"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:31
+msgid "Print Preview"
+msgstr "打印预览"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:33
+msgid ""
+"Prior to printing your document, you can preview how the printed document "
+"will look by using <gui>Print Preview</gui>. To preview the document:"
+msgstr ""
+"在您打印文档之前,您可以使用<gui>打印预览</gui>预览打印效果。打印预览的方法:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:38
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print "
+"Preview</gui></guiseq>. Alternatively, you can press <keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>."
+msgstr ""
+"选择菜单 <guiseq><gui style=\"menu\">文件</gui> <gui style=\"menuitem\">打印"
+"预览</gui></guiseq>。另外,您也可以使用组合键<keyseq><key>Shift</"
+"key><key>Ctrl</key> <key>P</key></keyseq>。"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:45
+msgid ""
+"A preview of your document will open in the same tab as the file. You can "
+"browse this preview with help of navigation buttons and tools in the toolbar "
+"at the top of the document preview tab. To close and return to the document "
+"click <gui style=\"button\">Close Preview</gui>."
+msgstr ""
+"在文件的同一标签下会出现文件预览。您可以使用文件预览顶端工具栏上的导航按钮等"
+"工具帮助您浏览文件预览。您可以通过点击 <gui style=\"button\">关闭预览</gui>按"
+"钮返回文档。"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:53
+msgid "Printing To Paper"
+msgstr "打印到纸张"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:55
+msgid ""
+"You can print your documents to paper using a local or remote printer. To "
+"print a file:"
+msgstr "您可以通过本地或远程打印机将文档打印到纸张上。打印方法:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:60
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"tab\">General</gui></guiseq>."
+msgstr ""
+"点击菜单<guiseq><gui style=\"menu\">文件</gui> <gui style=\"menuitem\">打印</"
+"gui> <gui style=\"tab\">常规</gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:65
+msgid "Select the desired printer from the list of printers available."
+msgstr "在可用的打印机列表中选择合适的打印机。"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:68
+msgid ""
+"You can preview the file using <gui style=\"button\">Print Preview</gui> and "
+"once you are satisfied with the settings, click <gui style=\"button\">Print</"
+"gui> to send the file to printer."
+msgstr ""
+"您可以通过<gui style=\"button\">打印预览</gui>预览效果,如果效果满意可以单击"
+"<gui style=\"button\">打印</gui>按钮将文件发送到打印机打印。"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:74
+msgid ""
+"Additionally, from <gui style=\"tab\">Page Setup</gui> tab: you can choose "
+"<gui style=\"group\">Layout</gui> and <gui style=\"group\">Paper</gui> "
+"options. As these settings are available throughout <app>GNOME</app> "
+"programs, please consult <link href=\"help:gnome-help/printing#paper"
+"\">Layout and Paper options</link> help."
+msgstr ""
+"此外,从<gui style=\"tab\">页面设置</gui>标签页:您可以更改<gui style=\"group"
+"\">布局</gui>和<gui style=\"group\">纸张</gui>选项。这些选项在<app>GNOME</"
+"app>所有的程序中都是一致的,所以您可以参考<link href=\"help:gnome-help/"
+"printing#paper\">页面与纸张设置</link>的帮助文档。"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:84
+msgid "Print Multiple Copies And Between Specified Ranges"
+msgstr "为指定的范围打印多份副本"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:86
+msgid ""
+"You can set <gui style=\"group\">Range</gui> and <gui style=\"group"
+"\">Copies</gui> options to help you:"
+msgstr ""
+"您可以通过设置<gui style=\"group\">范围</gui>和<gui style=\"group\">副本</"
+"gui>选项来帮您实现这个功能:"
+
+#. (itstool) path: section/title
+#: C/gedit-printing.page:92
+msgid "Printing To File"
+msgstr "打印到文件"
+
+#. (itstool) path: section/p
+#: C/gedit-printing.page:94
+msgid ""
+"You can also use <app>gedit</app> to print to a file. To print your document "
+"to file of a different format:"
+msgstr ""
+"您也可以使用<app>gedit</app>将文档打印到文件。将文档打印到不同格式的文件:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:99
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print</"
+"gui> <gui style=\"menuitem\">Print to File</gui></guiseq>."
+msgstr ""
+"选择 <guiseq><gui style=\"menu\">文件</gui> <gui style=\"menuitem\">打印</"
+"gui> <gui style=\"menuitem\">打印到文件</gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:104
+msgid ""
+"Printing is enabled for the following file formats, you may select from:"
+msgstr "打印允许使用下列文件格式:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:108
+msgid "Portable Document Format (.pdf)"
+msgstr "便携式文档格式(.pdf)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:111
+msgid "PostScript (.ps)"
+msgstr "PostScript (.ps)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:114
+msgid "Scalable Vector Graphic (.svg)"
+msgstr "可缩放矢量图形(.svg)"
+
+#. (itstool) path: item/p
+#: C/gedit-printing.page:119
+msgid "To print the document to file, click <gui style=\"button\">Print</gui>."
+msgstr "点击<gui style=\"button\">打印</gui>按钮,文档将打印到文件。"
+
+#. (itstool) path: info/desc
+#: C/gedit-printing-select.page:7
+msgid "Choose the pages that you want to print."
+msgstr "选择您想要打印的页。"
+
+#. (itstool) path: page/title
+#: C/gedit-printing-select.page:20
+msgid "Only print certain pages"
+msgstr "仅打印特定页"
+
+#. (itstool) path: page/p
+#: C/gedit-printing-select.page:22
+msgid ""
+"You can selectively print only certain pages from the document. For example, "
+"if you enter the page numbers \"1,3,5-7,9\", then only pages 1, 3, 5, 6, 7 "
+"and 9 will be printed. To print pages of your choice:"
+msgstr ""
+"您可以有选择的只打印文档中指定的页。例如,如果您输入页码\"1,3,5-7,9\",则只打"
+"印1, 3, 5, 6, 7, 9这几页。如何打印选择的页:"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:28
+msgid ""
+"Select <guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Print…"
+"</gui></guiseq>."
+msgstr ""
+"选择菜单 <guiseq><gui style=\"menu\">文件</gui> <gui style=\"menuitem\">打"
+"印...</gui></guiseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:32
+msgid ""
+"In the <gui style=\"tab\">General</gui> tab in the Print dialog choose <gui "
+"style=\"radiobutton\">Pages</gui> from the <gui style=\"group\">Range</gui> "
+"section."
+msgstr ""
+"在打印对话框<gui style=\"tab\">常规</gui>标签页内从<gui style=\"group\">范围"
+"</gui>区域中选择<gui style=\"radiobutton\">页面</gui>。"
+
+#. (itstool) path: item/p
+#: C/gedit-printing-select.page:36
+msgid ""
+"Type the numbers of the pages you want to print from the document, separated "
+"by commas. Use a dash to specify a range of pages."
+msgstr "输入文档中需要打印的页码,以逗号分隔。使用短横线指定页码范围。"
+
+#. (itstool) path: info/desc
+#: C/gedit-quickstart.page:9
+msgid "A brief introduction to gedit."
+msgstr "一个简单的 gedit 介绍。"
+
+#. (itstool) path: page/title
+#: C/gedit-quickstart.page:22
+msgid "Get started with gedit"
+msgstr "开始使用 gedit"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:23
+msgid ""
+"<app>gedit</app> is a full-featured text editor for the GNOME desktop "
+"environment. You can use it to prepare simple notes and documents, or you "
+"can use some of its advanced features, making it your own software "
+"development environment."
+msgstr ""
+"<app>gedit</app> 具备 GNOME 桌面环境的全部特性,您可以使用它书写简单的便笺和"
+"文档,也可以使用它的高级特性,让它成为一个软件开发平台。"
+
+#. (itstool) path: page/media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/gedit-quickstart.page:28
+#, fuzzy
+#| msgctxt "_"
+#| msgid ""
+#| "external ref='figures/gedit3-screenshot.png' "
+#| "md5='883fe82b057396bce097926551bb109e'"
+msgctxt "_"
+msgid ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='5fd76174e1e72f99c870b9983034ccd1'"
+msgstr ""
+"external ref='figures/gedit3-screenshot.png' "
+"md5='883fe82b057396bce097926551bb109e'"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:30
+msgid ""
+"Once <app>gedit</app> launches, you can start writing right away. To save "
+"your text, just click the <gui>Save</gui> button in the <app>gedit</app> "
+"header bar."
+msgstr ""
+"在 <app>gedit</app> 文本编辑器启动之后,您就可以马上开始书写了。要保存文本,"
+"请点击<app>gedit</app> 标题栏上的<gui>保存</gui>按钮。"
+
+#. (itstool) path: page/p
+#: C/gedit-quickstart.page:34
+msgid ""
+"To learn about additional <app>gedit</app> features and to get assistance "
+"with performing additional tasks, explore <link xref=\"index\">the other "
+"portions</link> of the <app>gedit</app> help."
+msgstr ""
+"要学习 <app>gedit</app> 的额外特性,进行别的任务,请访问 <app>gedit</app> 帮"
+"助的 <link xref=\"index\">其他部分</link>。"
+
+#. (itstool) path: info/desc
+#: C/gedit-replace.page:8
+msgid "Replace portions of text in a file."
+msgstr "替换文件中的部分文本。"
+
+#. (itstool) path: credit/name
+#: C/gedit-replace.page:34
+msgid "Young Li"
+msgstr "Young Li"
+
+#. (itstool) path: page/title
+#: C/gedit-replace.page:40
+msgid "Replace text"
+msgstr "替换文本"
+
+#. (itstool) path: page/p
+#: C/gedit-replace.page:42
+msgid ""
+"Editing text can be time consuming. To save time, <app>gedit</app> includes "
+"a <app>Replace</app> function that helps you to find and replace portions of "
+"text."
+msgstr ""
+"修改文本是比较费时的,为了节省时间,<app>gedit</app> 提供了一个 <app>替换</"
+"app> 功能,来帮助您查找并替换文本。"
+
+#. (itstool) path: steps/title
+#: C/gedit-replace.page:47
+msgid "Replace text in <app>gedit</app>"
+msgstr "在 <app>gedit</app> 中替换文本"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:49
+msgid ""
+"Open the <gui>Replace</gui> tool by clicking <guiseq><gui style=\"button"
+"\">Menu button</gui><gui style=\"menuitem\">Find and Replace…</gui></guiseq> "
+"or press <keyseq><key>Ctrl</key><key>H</key></keyseq>."
+msgstr ""
+"点 <guiseq><gui style=\"button\">菜单按钮</gui><gui style=\"menuitem\">查找和"
+"替换...</gui></guiseq> 命令打开 <gui>Replace</gui> 工具,也可以按组合键 "
+"<keyseq><key>Ctrl</key><key>H</key></keyseq>。"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:55
+#, fuzzy
+#| msgid ""
+#| "Enter the text that you wish to replace into the <gui>Search for:</gui> "
+#| "field."
+msgid "Enter the text that you wish to replace into the <gui>Find</gui> field."
+msgstr "在<gui>搜索:</gui>输入框中,输入您想要替换的文本。"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:59
+#, fuzzy
+#| msgid ""
+#| "Enter the new, replacement text into the <gui>Replace with:</gui> field."
+msgid "Enter the new, replacement text into the <gui>Replace with</gui> field."
+msgstr "在<gui>替换为:</gui>输入框中,输入想替换成的文本。"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:63
+msgid ""
+"Once you have entered the original and replacement text, you can add extra "
+"parameters to the search. You can also choose what you want to replace:"
+msgstr "当您输入要替换的文本后,接着选择合适的替换选项:"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:68
+msgid "To replace <em>only</em> the next match, click <gui>Replace</gui>."
+msgstr "要替换文档中的下<em>一</em>个匹配项,点 <guibutton>替换</guibutton>。"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:72
+msgid ""
+"To replace <em>all occurrences</em> of the searched-for text, click "
+"<gui>Replace All</gui>."
+msgstr ""
+"要替换文档中的<em>所有</em>匹配项,点 <guibutton>替换全部</guibutton>。"
+
+#. (itstool) path: note/p
+#: C/gedit-replace.page:80
+msgid ""
+"Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> "
+"works on the entirety of your text file, and does not allow you to highlight "
+"portions of text where the replace function will be performed."
+msgstr ""
+"使用 <gui>全部替换</gui> 功能要仔细,它会替换文档中的所有项目,并且不会高亮显"
+"示被替换的文本。"
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:87
+msgid "More options"
+msgstr "更多选项"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:89
+msgid "If you wish, you can add some extra parameters to your search:"
+msgstr "如果需要,您还可以为搜索设置更多选项。"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:93
+msgid "Match case"
+msgstr "区分大小写"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:94
+msgid ""
+"The <em>Match case</em> option allows you to specify whether you want your "
+"search to be case-sensitive. If this option is selected, searches will be "
+"case-sensitive. If not, searches will not be case-sensitive."
+msgstr ""
+"<em>区分大小写</em> 选项可以指定搜索时是否考虑大小写。选中此项搜索时将会区分"
+"字母的大小写,如果不选中,则不区分字母大小写。"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:99
+msgid "Match entire word only"
+msgstr "匹配整个单词"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:100
+msgid ""
+"Use this option to search for a specific word without including fragments of "
+"other words. For example, if you searched for the word 'and' with this "
+"option selected, the word 'and' would be matched, but the words 's<em>and</"
+"em>' and 'comm<em>and</em>er' would not be matched."
+msgstr ""
+"使用此选项,将会搜索完整的字词,不包括词语的片段,例如,您要搜索“文档”,并且"
+"选中此选项,那么单独的“文档”会被搜索到,而“本<em>文档</em>”和“在<em>文档</em>"
+"中”都不会被搜索到。"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:107
+msgid "Search backwards"
+msgstr "反向搜索"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:108
+msgid ""
+"This command behaves identically to the Find Previous command. If you wish "
+"to step through search results from end to beginning, select this option."
+msgstr ""
+"这个命令会让查找改变方向,如果您想让搜索从后往前进行,那么就可以选中此项。"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:113
+msgid "Wrap around"
+msgstr "回到文档头部继续搜索"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:114
+msgid ""
+"With the <app>wrap around</app> option enabled, <app>gedit</app> will re-"
+"start the search/replace action at the top of the file after it has reached "
+"the bottom of the file. This ensures that your search/replace action is made "
+"across your entire file."
+msgstr ""
+"选中<app>回到文档头部继续搜索</app>选项,当查找/替换到文档结尾时,会跳到开头"
+"重新进行,这将确保查找/替换文档的所有内容。"
+
+#. (itstool) path: section/title
+#: C/gedit-replace.page:124
+msgid "Using escape sequences"
+msgstr "使用转义字符"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:126
+msgid ""
+"You can use <em>escape sequences</em> to search for line breaks, carriage "
+"returns, and tabs."
+msgstr "您可以使用<em>转义字符</em> 搜索换行符、回车符和制表符。"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:131
+msgid "\\n"
+msgstr "\\n"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:132
+msgid "Newline"
+msgstr "换行符"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:135
+msgid "\\r"
+msgstr "\\r"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:136
+msgid "Carriage return"
+msgstr "回车"
+
+#. (itstool) path: item/title
+#: C/gedit-replace.page:139
+msgid "\\t"
+msgstr "\\t"
+
+#. (itstool) path: item/p
+#: C/gedit-replace.page:140
+msgid "Tab"
+msgstr "制表符"
+
+#. (itstool) path: section/p
+#: C/gedit-replace.page:144
+msgid ""
+"If you actually want to search for a <output>\\</output> (backslash) or one "
+"of the escape sequences in the text, you need to escape the backslash with "
+"an extra backslash. For example, to search for <input>\\</input>, you need "
+"to enter <input>\\\\</input> into the search or replace field. You can "
+"search for escape sequences in the same way: to search for or replace with a "
+"<input>\\n</input>, use the <input>\\\\n</input> term."
+msgstr ""
+"如果您需要搜索<output>\\</output> (反斜杠)或文本中的一个转义字符,您需要用额"
+"外的反斜杠来转义反斜杠。例如,要搜索<input>\\</input>,您需要在搜索栏或替换栏"
+"输入<input>\\\\</input>。您可以同样的方法搜索其他转义符:要搜索或替换<input>"
+"\\n</input>,就输入<input>\\\\n</input>。"
+
+#. (itstool) path: info/desc
+#: C/gedit-save-file.page:8
+msgid "Save your file to work on it later."
+msgstr "保存您的文件以便稍后继续编辑。"
+
+#. (itstool) path: page/title
+#: C/gedit-save-file.page:28
+msgid "Save a file"
+msgstr "保存文件"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:30
+#, fuzzy
+#| msgid ""
+#| "To save a file in <app>gedit</app>, click on the <gui style=\"button"
+#| "\">Save the current file</gui> button with the disk-drive icon on the "
+#| "right side of the toolbar or just press <keyseq><key>Ctrl</key><key>S</"
+#| "key></keyseq>."
+msgid ""
+"To save a file in <app>gedit</app>, click on the <gui style=\"button\">Save</"
+"gui> button on the right side of the header bar or just press "
+"<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+msgstr ""
+"要在 <app>gedit</app> 中保存文件,点击 工具栏右侧显示为磁盘驱动器的<gui>保存"
+"当前文件</gui>按钮,或者按组合键 <keyseq><key>Ctrl</key><key>O</key></"
+"keyseq>。"
+
+#. (itstool) path: page/p
+#: C/gedit-save-file.page:33
+msgid ""
+"If you are saving a new file, a dialog will appear, and you can select a "
+"name for the file, as well as the directory where you would like the file to "
+"be saved."
+msgstr ""
+"如果您是第一次保存,会出现一个对话框;您可以选择文件存储的位置,输入文件的名"
+"称。"
+
+#. (itstool) path: info/desc
+#: C/gedit-search.page:8
+msgid "Find a portion of text within a file."
+msgstr "在文件中查找文本的一部分。"
+
+#. (itstool) path: page/title
+#: C/gedit-search.page:30
+msgid "Search for text"
+msgstr "搜索文本"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:32
+msgid ""
+"The Find tool can help you find specific sequences of text within in your "
+"file."
+msgstr "搜索工具可以帮您查找文档中指定的文本。"
+
+#. (itstool) path: steps/title
+#: C/gedit-search.page:36
+msgid "Finding text"
+msgstr "查找文本"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:38
+msgid ""
+"Open the <gui>search window</gui> by clicking <guiseq><gui style=\"menu"
+"\">Menu Button</gui> <gui style=\"menuitem\">Find…</gui> </guiseq> or "
+"pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your "
+"cursor to the start of the <gui>search window</gui>."
+msgstr ""
+"通过点击<guiseq><gui style=\"menu\">菜单按钮</gui> <gui style=\"menuitem\">查"
+"找...</gui> </guiseq>或使用组合键<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+"可以打开<gui>搜索窗口</gui>。这将移动您的光标到<gui>搜索窗口</gui>的开始位"
+"置。"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:45
+msgid "Type the text you wish to search for in the <gui>search window</gui>."
+msgstr "在 <gui>搜索窗口</gui> 中输入您想要查找的文本。"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:49
+msgid ""
+"As you type, <app>gedit</app> will begin highlighting the portions of text "
+"that match what you have entered."
+msgstr "在您输入的同时,<app>gedit</app> 就会高亮显示文档中的匹配项。"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:54
+msgid "To scroll through the search results, do any of the following:"
+msgstr "如需滚动显示搜索结果,以下操作均可实现:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:57
+msgid ""
+"Click on the <gui style=\"button\">up</gui> or <gui style=\"button\">down</"
+"gui> facing arrows next to the <gui>search window</gui>."
+msgstr ""
+"点击<gui>搜索窗口</gui>旁的<gui style=\"button\">上</gui><gui style=\"button"
+"\">下</gui>的箭头。"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:62
+msgid ""
+"Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard."
+msgstr "按键盘上的<key>↑</key>或<key>↓</key>键。"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:66
+msgid ""
+"Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>."
+msgstr ""
+"按<keyseq><key>Ctrl</key><key>G</key></keyseq>或 <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>G</key></keyseq>"
+
+#. (itstool) path: page/p
+#: C/gedit-search.page:71
+msgid ""
+"To close the <gui>search window</gui>, press either <key>Esc</key> or "
+"<key>Enter</key>. Pressing <key>Esc</key> will return the cursor to where it "
+"was before you began your search. Pressing <key>Enter</key> will return the "
+"cursor to the current position in the search results."
+msgstr ""
+"按下 <key>Esc</key> 或者 <key>Enter</key> 键都可以关闭 <gui>搜索</gui> 窗口。"
+"但使用 <key>Esc</key> 键的话光标会返回到搜索前的位置;而使用 <key>Enter</"
+"key> 键,光标则会返回到搜索结果的位置。"
+
+#. (itstool) path: list/title
+#: C/gedit-search.page:77
+msgid "Search tips"
+msgstr "搜索技巧"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:79
+msgid ""
+"If you highlight a portion of text with your mouse, and then press "
+"<keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted "
+"will appear in the search window."
+msgstr ""
+"如果您使用鼠标选中一段文本,然后按 <keyseq><key>Ctrl</key><key>F</key></"
+"keyseq> 进行搜索,则这段文本会自动出现在搜索窗口中。"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:84
+msgid ""
+"For more search options, click on the <gui style=\"button\">Magnifying "
+"Glass</gui> icon in the search window, or right-click anywhere in the search "
+"window. You can select one or more of the following search options:"
+msgstr ""
+"更多搜索选项,请点击搜索窗口的 <gui style=\"button\">放大镜</gui> 图标,或右"
+"键点击搜索窗口。您可以在以下搜索选项中选择一个或多个:"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:90
+msgid "Select <gui>Match Case</gui> to make the search case sensitive."
+msgstr "选择 <gui>区分大小写</gui> 实现对大小写的严格匹配。"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:93
+msgid "Select <gui>Match Entire Word Only</gui> to search only complete words."
+msgstr "选择 <gui>只匹配整个单词</gui> 仅搜索完整的单词。"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:97
+msgid ""
+"Select <gui>Wrap Around</gui> to search text from top to bottom and cycle "
+"back again."
+msgstr "选择<gui>回到文档头部继续搜索</gui>从头重新搜索。"
+
+#. (itstool) path: item/p
+#: C/gedit-search.page:103
+#, fuzzy
+#| msgid ""
+#| "The text that you've searched for will remain highlighted by gedit, even "
+#| "after you have completed your search. To remove the highlight, click "
+#| "<guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or press "
+#| "<keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>."
+msgid ""
+"The text that you've searched for will remain highlighted by gedit, even "
+"after you have completed your search. To remove the highlight, click <gui "
+"style=\"menuitem\">Clear Highlight</gui>, or press <keyseq><key>Ctrl</"
+"key><key>Shift</key><key>K</key></keyseq>."
+msgstr ""
+"您搜索的文本会保持高亮状态,甚至搜索完毕还会高亮。要取消高亮状态,点菜单 "
+"<guiseq><gui>搜索</gui><gui>清除突出显示</gui></guiseq>,或者按组合键 "
+"<keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>。"
+
+#. (itstool) path: info/desc
+#: C/gedit-spellcheck.page:7
+msgid "Check your files for spelling errors."
+msgstr "检查文件中的拼写错误。"
+
+#. (itstool) path: credit/name
+#: C/gedit-spellcheck.page:16
+msgid "Baptiste Mille-Mathias"
+msgstr "Baptiste Mille-Mathias"
+
+#. (itstool) path: page/title
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:28 C/gedit-spellcheck.page:49
+msgid "Spell-check your document"
+msgstr "拼写检查"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:30
+msgid "Enable the spell checker"
+msgstr "启用拼写检查器"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:31
+msgid ""
+"The Spell-check feature is provided as a plugin in <app>gedit</app> which "
+"can be enabled as required. To enable the plugin:"
+msgstr "拼写检查是 <app>gedit</app> 提供的一个按需启用的插件。启用该插件:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:41
+msgid ""
+"Select <gui style=\"menuitem\">Spell Checker</gui> to enable the plugin."
+msgstr "选择 <gui style=\"menuitem\">拼写检查器</gui> 来启用该插件。"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:51
+msgid "To check for misspelt words in your document:"
+msgstr "检查文档中拼写错误的单词:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:55
+msgid ""
+"Select <guiseq><gui style=\"menu\">Tools</gui> <gui style=\"menuitem\">Check "
+"Spelling</gui></guiseq>."
+msgstr ""
+"选择<guiseq><gui style=\"menu\">工具</gui><gui style=\"menuitem\">检查拼写</"
+"gui></guiseq>。"
+
+#. (itstool) path: note/p
+#: C/gedit-spellcheck.page:61
+msgid ""
+"To have <app>gedit</app> automatically highlight misspelt words in your "
+"document as you type, select <guiseq><gui style=\"menu\">Tools</gui><gui "
+"style=\"menuitem\">Highlight Misspelled Words</gui></guiseq>."
+msgstr ""
+"要让 <app>gedit</app> 自动高亮显示您在文档中拼写错误的单词,请选择 "
+"<guiseq><gui style=\"menu\">工具</gui><gui style=\"menuitem\">高亮显示拼写错"
+"误的单词</gui></guiseq>。"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:68
+msgid "Using spell-check"
+msgstr "拼写检查使用中"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:70
+msgid ""
+"You can choose the right substitution for misspelt words using the Check "
+"Spelling dialog. The misspelt word being checked by the spell-checker is "
+"displayed in bold style next to <gui>Misspelled word:</gui>. You can choose "
+"from the following corrective actions:"
+msgstr ""
+"在拼写检查对话框中您可以选择正确的单词替代拼写错误的单词。被拼写检查器检查出"
+"拼写错误的单词会在 <gui>拼写错误的单词:</gui> 后边粗体显示。您可以从以下校对"
+"方法中选择:"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:77
+msgid ""
+"<gui style=\"input\">Change to:</gui> allows you to input a word and use "
+"<gui style=\"button\">Check Word</gui> to check the validity of the spelling."
+msgstr ""
+"<gui style=\"input\">更改为:</gui> 允许您输入一个单词并使用 <gui style="
+"\"button\">检查单词</gui> 来检查拼写是否正确。"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:82
+msgid ""
+"<gui style=\"menu\">Suggestions:</gui> lists the available substitutions for "
+"the word."
+msgstr "<gui style=\"menu\">建议:</gui> 列出可选的替代词。"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:86
+msgid ""
+"<gui style=\"button\">Ignore</gui> allows you to bypass spell check for "
+"<em>a</em> instance of current word."
+msgstr ""
+"<gui style=\"button\">忽略</gui> 允许您忽略对当前单词的 <em>这一个</em> 拼写"
+"检查。"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:90
+msgid ""
+"<gui style=\"button\">Ignore All</gui> allows you to bypass spell check for "
+"<em>all</em> instances of the current word."
+msgstr ""
+"<gui style=\"button\">忽略所有</gui> 允许您忽略当前单词的 <em>所有</em> 拼写"
+"检查。"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:94
+msgid ""
+"<gui style=\"button\">Change</gui> substitutes the misspelt or unrecognized "
+"word with <em>a</em> chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"按下 <gui style=\"button\">更改</gui> 按钮,在 <gui style=\"menuitem\">建议:"
+"</gui> 列表中选择的单词将替代掉这个拼写错误或无法识别的单词。"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:99
+msgid ""
+"<gui style=\"button\">Change all</gui> substitutes <em>all</em> misspelt or "
+"unrecognized words with the chosen substitute from the <gui style=\"menuitem"
+"\">Suggestions:</gui> list."
+msgstr ""
+"按下 <gui style=\"button\">更改</gui> 按钮,在 <gui style=\"menuitem\">建议:"
+"</gui> 列表中选择的单词将替代掉 <em>所有的</em> 这个拼写错误或无法识别的单"
+"词。"
+
+#. (itstool) path: item/p
+#: C/gedit-spellcheck.page:104
+msgid ""
+"<gui style=\"button\">Add word</gui> allows you to add the current word to "
+"the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words to the "
+"<gui>User dictionary</gui> will allow <app>gedit</app> to recognize the word "
+"in documents and thus will not be highlighted as a misspelt word."
+msgstr ""
+"<gui style=\"button\">添加单词</gui> 允许您将当前单词添加到 <app>gedit</app> "
+"的 <gui>用户词典</gui>。添加自定义单词到 <gui>用户辞典</gui> 会使 "
+"<app>gedit</app> 将识别这个单词并且不会将它高亮显示为拼写错误的单词。"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:115
+msgid "Define the language to use for spell checking"
+msgstr "为拼写检查定义语言"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:116
+msgid ""
+"By default, <app>gedit</app> will use your current language to spell check "
+"your document. If you need to use another language, choose <guiseq><gui "
+"style=\"menu\">Tools</gui><gui style=\"menuitem\">Set Language…</gui></"
+"guiseq>, then choose the language you want to use."
+msgstr ""
+"默认,<app>gedit</app> 会使用当前的语言对文档进行拼写检查。如果需要使用其他语"
+"言,请选择 <guiseq><gui style=\"menu\">工具</gui><gui style=\"menuitem\">选择"
+"语言…</gui></guiseq>,然后选择您想使用的语言。"
+
+#. (itstool) path: section/title
+#: C/gedit-spellcheck.page:123
+msgid "Dictionaries"
+msgstr "字典"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:125
+#, fuzzy
+#| msgid ""
+#| "<app>gedit</app> uses <link href=\"http://www.abisource.com/projects/"
+#| "enchant/\">Enchant</link>, a small system utility, for spell checking. "
+#| "Enchant can use several different dictionaries to check your spelling. "
+#| "Two such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgid ""
+"<app>gedit</app> uses <link href=\"https://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, a small system utility, for spell checking. "
+"Enchant can use several different dictionaries to check your spelling. Two "
+"such dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>."
+msgstr ""
+"<app>gedit</app> 使用的是 <link href=\"http://www.abisource.com/projects/"
+"enchant/\">Enchant</link>, 一个用于拼写检查的系统小工具。 Enchant 可以使用多"
+"种不同的词典来检查您的拼写。 其中两个词典后端是 <em>Hunspell</em> 和 "
+"<em>Aspell</em>。"
+
+#. (itstool) path: section/p
+#: C/gedit-spellcheck.page:131
+msgid ""
+"If the language you want to use is not available in <app>gedit</app>, use "
+"your computer's software installer or package manager to install the "
+"dictionary back-end that you want."
+msgstr ""
+"如果您需要使用的语言在 <app>gedit</app> 中不可用,请使用软件安装器或软件包管"
+"理器安装您需要的词典后端程序。"
+
+#. (itstool) path: info/desc
+#: C/gedit-syntax-highlighting.page:7
+msgid "Highlight your text to make it easier to read."
+msgstr "高亮文本让它更加易读。"
+
+#. (itstool) path: page/title
+#: C/gedit-syntax-highlighting.page:20
+msgid "Turn on syntax highlighting"
+msgstr "打开语法高亮显示"
+
+#. (itstool) path: section/title
+#: C/gedit-syntax-highlighting.page:23
+msgid "Syntax highlighting"
+msgstr "语法高亮显示"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:24
+msgid ""
+"<app>gedit</app> provides syntax highlighting for a wide range of markup, "
+"programming, and scientific languages. If <app>gedit</app> recognizes the "
+"syntax being used when you open a file, it will automatically highlight the "
+"text."
+msgstr ""
+"<app>gedit</app> 支持广泛的高亮语法,像标记语言、程序语言和科学语言等等,如"
+"果 <app>gedit</app> 识别出打开的文件,它将会自动显示高亮文本。"
+
+#. (itstool) path: section/p
+#: C/gedit-syntax-highlighting.page:29
+msgid ""
+"If your syntax or language is not highlighted upon startup, you can select "
+"the appropriate syntax or language by clicking <guiseq><gui style=\"menu"
+"\">View</gui> <gui style=\"menuitem\">Highlight Mode</gui></guiseq>, and "
+"then choosing the desired syntax. Alternately, you can select the syntax "
+"name from a list at the bottom of the <app>gedit</app> window."
+msgstr ""
+"如果打开一种文件格式或语言后,没有显示高亮语法,您可以通过点菜单 "
+"<guiseq><gui style=\"menu\">查看</gui><gui style=\"menuitem\">突出显示模式</"
+"gui></guiseq> 来选择一种高亮格式。或者,您还可以从 <app>gedit</app> 窗口底部"
+"的格式列表中选择。"
+
+#. (itstool) path: info/desc
+#: C/gedit-tab-groups.page:10
+msgid "Group similar tabs together."
+msgstr "为相似的标签页分组。"
+
+#. (itstool) path: credit/name
+#: C/gedit-tab-groups.page:14 C/gedit-tabs-moving.page:25 C/gedit-tabs.page:26
+msgid "Radina Matic"
+msgstr "Radina Matic"
+
+#. (itstool) path: credit/years
+#: C/gedit-tab-groups.page:16 C/gedit-tabs-moving.page:27 C/gedit-tabs.page:28
+msgid "2013"
+msgstr "2013"
+
+#. (itstool) path: page/title
+#: C/gedit-tab-groups.page:22
+msgid "Organize files in grouped tabs"
+msgstr "通过分组标签页组织文件"
+
+#. (itstool) path: page/p
+#: C/gedit-tab-groups.page:24
+#, fuzzy
+#| msgid ""
+#| "If you are working with multiple tabs in <app>gedit</app> you can group "
+#| "them, making it easier to keep your opened files organized. Adding a new "
+#| "tab group will divide the <app>gedit</app> window in two panes, open a "
+#| "new \"Untitled Document\" in the new pane, and make it active. You can "
+#| "open files into that tab group and move tabs from one tab group to "
+#| "another."
+msgid ""
+"If you are working with multiple tabs in <app>gedit</app> you can group "
+"them, making it easier to keep your opened files organized. Adding a new tab "
+"group will divide the <app>gedit</app> window in two panes, open a new "
+"“Untitled Document” in the new pane, and make it active. You can open files "
+"into that tab group and move tabs from one tab group to another."
+msgstr ""
+"在您使用 <app>gedit</app> 的多标签页的时候其实可以将他们分组,这样就可以保持"
+"打开的文件是有条理的。添加一个标签页组会将 <app>gedit</app> 窗口分成两块格"
+"子,然后在新窗格中新打开一个 \"无标题文档\" ,并激活它。您可以在那个标签组中"
+"打开文件,也可以把标签页从一个组移动到另一个组。"
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:31
+msgid "Open a new tab group in the gedit window"
+msgstr "在 gedit 窗口中新建标签页组"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:33
+msgid "To open a new tab group you can:"
+msgstr "新建一个标签页组:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:37
+msgid "Right click on a tab and select <gui>Move to New Tab Group</gui>."
+msgstr ""
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:40
+msgid ""
+"Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq> shortcut."
+msgstr ""
+"使用快捷键<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>。"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:45
+#, fuzzy
+#| msgid ""
+#| "This action will divide the <app>gedit</app> window in two panes, and the "
+#| "pane with the new tab group will be placed on the right of the active "
+#| "tab. You can move the handle right or left assigning more or less space "
+#| "of <app>gedit</app> window between panes according to your needs."
+msgid ""
+"This action will divide the <app>gedit</app> window in two panes, and the "
+"pane with the new tab group will be placed on the right of the active tab. "
+"You can move the handle right or left assigning more or less space of the "
+"<app>gedit</app> window between panes according to your needs."
+msgstr ""
+"这个操作将 <app>gedit</app> 窗口分为两个窗格,新生成标签页组的窗格位于原标签"
+"的右侧。您可以按需对 <app>gedit</app> 的这两个窗格的位置大小进行调整。"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:50
+#, fuzzy
+#| msgid ""
+#| "You can open as much tab groups in <app>gedit</app> window as your screen "
+#| "allows, but you will have to move the handle in order to see them "
+#| "correctly."
+msgid ""
+"You can open as much tab groups in a <app>gedit</app> window as your screen "
+"allows, but you will have to move the handle in order to see them correctly."
+msgstr ""
+"您可以在 <app>gedit</app> 窗口中打开任意多的标签页组直到把窗口撑满,当然如果"
+"真这样做的话使用起来可不轻松。"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:54
+msgid ""
+"To close a tab group pane just close all the tabs that are opened inside it."
+msgstr "要关闭一个标签页组的窗格,您只需要关闭窗格中所有标签页就可以了。"
+
+#. (itstool) path: section/title
+#: C/gedit-tab-groups.page:84
+msgid "Move a tab to another tab group"
+msgstr "将标签页移到其他标签页组中"
+
+#. (itstool) path: section/p
+#: C/gedit-tab-groups.page:86
+msgid "If you want to move a tab from one tab group to another:"
+msgstr "如果您想将标签从一个标签页组移动到另一个标签页组:"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:90 C/gedit-tabs-moving.page:45
+#: C/gedit-tabs-moving.page:65 C/gedit-tabs-moving.page:88
+msgid "Click and hold the mouse button on the tab."
+msgstr "在标签上点击并按住鼠标按钮。"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:93
+msgid "Drag the tab to another tab group pane."
+msgstr "拖动标签页到另外一个标签页组。"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:96
+msgid "Place it beside other tabs in the tab group."
+msgstr "将它放在该标签页组的其他标签旁。"
+
+#. (itstool) path: item/p
+#: C/gedit-tab-groups.page:99 C/gedit-tabs-moving.page:51
+#: C/gedit-tabs-moving.page:71 C/gedit-tabs-moving.page:97
+msgid "Release the mouse button."
+msgstr "松开鼠标按钮。"
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs-moving.page:10
+msgid "Change the position of a tab in the gedit window."
+msgstr "在 gedit 窗口中改变标签顺序。"
+
+#. (itstool) path: page/title
+#: C/gedit-tabs-moving.page:32
+msgid "Move and re-order tabs"
+msgstr "移动和重排标签顺序"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs-moving.page:33
+msgid ""
+"Tabs in <app>gedit</app> can be moved, making it easier to work with your "
+"files. Tabs can be can re-ordered within the same window, moved outside of "
+"<app>gedit</app> (creating a new <app>gedit</app> window), and moved from "
+"one window to another."
+msgstr ""
+"<app>gedit</app> 中的标签可以移动,这样文件操作就更加方便,同一个窗口内的标签"
+"可以重新排序,也可以移出 <app>gedit</app>(创建一个新的 <app>gedit</app> 窗"
+"口),并且可以从一个窗口移到另外一个窗口中。"
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:39
+msgid "Change the order of tabs in the gedit window"
+msgstr "在 gedit 窗口中改变标签顺序"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:41
+msgid "To change the ordering of tabs in a window:"
+msgstr "要更改窗口中标签的顺序:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:48
+#, fuzzy
+#| msgid "Move the tab to the desired position among the other tab."
+msgid "Move the tab to the desired position among the other tabs."
+msgstr "拖动标签到想要的位置。"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:55
+msgid ""
+"The tab will be placed in the position closest to where you release the tab, "
+"immediately beside other opened tabs."
+msgstr "标签将会放在您松手位置标签的旁边,立即插在其他打开标签的中间。"
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:60
+msgid "Move a tab, creating a new gedit window"
+msgstr "移动标签,创建一个新的 gedit 窗口"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:61
+msgid "To create a new window from an existing tab:"
+msgstr "将标签页移到新窗口:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:68
+msgid "Drag the tab out of the <app>gedit</app> window."
+msgstr "将标签拖出<app>gedit</app>窗口。"
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:76
+msgid ""
+"To move a tab into a new window when <app>gedit</app> is maximized, drag the "
+"tab onto the top bar at the top of the screen."
+msgstr ""
+"在 <app>gedit</app> 最大化时要将一个标签页移到新窗口,就请将标签页拖拽到屏幕"
+"上方的顶栏。"
+
+#. (itstool) path: section/title
+#: C/gedit-tabs-moving.page:82
+msgid "Move a tab to another gedit window"
+msgstr "将标签移到其他 gedit 窗口中"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs-moving.page:84
+msgid "If you want to move a tab from one window to another:"
+msgstr "如果您想将标签从一个窗口移动到另一个窗口中:"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:91
+msgid "Drag the tab to the new window."
+msgstr "拖动标签到新窗口。"
+
+#. (itstool) path: item/p
+#: C/gedit-tabs-moving.page:94
+msgid "Place it beside other tabs in the new window."
+msgstr "将它放在新窗口的其他标签旁边。"
+
+#. (itstool) path: note/p
+#: C/gedit-tabs-moving.page:103
+msgid ""
+"You may find it easier to move a tab from one window to another by dragging "
+"the tab to the <gui>Activities</gui> hot-corner of <gui>GNOME Shell</gui>. "
+"This will reveal each of the open <app>gedit</app> windows. You can then "
+"release the tab on the desired <app>gedit</app> window."
+msgstr ""
+"在 <gui>GNOME Shell</gui> 中您可以轻松的将一个窗口中的标签页拖动到 <gui>活动"
+"</gui> 热角,然后再拖动到另外一个窗口中。这期间会展示出每一个打开了的 "
+"<app>gedit</app> 窗口。然后您就可以把标签页释放到预期的 <app>gedit</app> 窗口"
+"中。"
+
+#. (itstool) path: info/desc
+#: C/gedit-tabs.page:10
+msgid "Create or close tabs in the gedit window."
+msgstr "在 gedit 窗口中改变标签顺序。"
+
+#. (itstool) path: page/title
+#: C/gedit-tabs.page:38
+msgid "Add and remove tabs"
+msgstr "添加和删除标签"
+
+#. (itstool) path: page/p
+#: C/gedit-tabs.page:39
+msgid ""
+"Working with tabs in <app>gedit</app> allows you to keep an eye on several "
+"files in a single window."
+msgstr ""
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:43
+msgid "Adding tabs"
+msgstr "添加标签"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:44
+#, fuzzy
+#| msgid ""
+#| "To add a new tab, create a new file with <keyseq><key>Ctrl</key> <key>T</"
+#| "key></keyseq>. The tab will be added to the right side of any other tabs."
+msgid ""
+"To add a new tab to create a new file, click the <gui>Create a new document</"
+"gui> button on the left side of the header bar, or press <keyseq><key>Ctrl</"
+"key><key>T</key></keyseq>. The tab will be added to the right side of any "
+"other tabs."
+msgstr ""
+"要添加一个新标签,按组合键 <keyseq><key>Ctrl</key> <key>T</key></keyseq>创建"
+"一个新文件。新标签将会放在标签栏的最右边。"
+
+#. (itstool) path: section/title
+#: C/gedit-tabs.page:51
+msgid "Removing tabs"
+msgstr "删除标签"
+
+#. (itstool) path: section/p
+#: C/gedit-tabs.page:52
+#, fuzzy
+#| msgid ""
+#| "To remove a tab, click the <gui style=\"button\">×</gui> on the tab's "
+#| "right side. To remove all open tabs, press <keyseq><key>Ctrl</key> "
+#| "<key>Shift</key><key>W</key></keyseq>."
+msgid ""
+"To remove a tab, click the <gui style=\"button\">×</gui> on the tab's right "
+"side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To remove all "
+"open tabs, press <keyseq><key>Ctrl</key> <key>Shift</key><key>W</key></"
+"keyseq>."
+msgstr ""
+"要移除一个标签,点击标签右边的 <gui style=\"button\">X</gui> 按钮,要关闭所有"
+"打开的标签,按组合键 <keyseq><key>Ctrl</key><key>Shift</key><key>W</key></"
+"keyseq>。"
+
+#. (itstool) path: info/desc
+#: C/gedit-undo-redo.page:8
+msgid "Revert a recent change to one of your files."
+msgstr "撤销最近对您的文件所做的更改。"
+
+#. (itstool) path: page/title
+#: C/gedit-undo-redo.page:31
+msgid "Undo/redo a recent action"
+msgstr "撤销/重做最近的操作"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:33
+msgid ""
+"If you make a mistake while editing a document in <app>gedit</app>, you can "
+"undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>."
+msgstr ""
+"如果您在<app>gedit</app>中发生了误操作,您可以通过组合键 <keyseq><key>Ctrl</"
+"key><key>Z</key></keyseq>撤销这个操作。"
+
+#. (itstool) path: note/p
+#: C/gedit-undo-redo.page:37
+msgid "You cannot undo a change after you have closed a <app>gedit</app> file."
+msgstr "当您关闭<app>gedit</app>的文件后,将无法取消修改。"
+
+#. (itstool) path: page/p
+#: C/gedit-undo-redo.page:40
+msgid ""
+"To redo the change that was undone, press <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq>."
+msgstr ""
+"如需重做刚刚撤销的操作,请使用 <keyseq><key>Ctrl</key><key>Shift</"
+"key><key>Z</key></keyseq> 组合键。"
+
+#. (itstool) path: info/title
+#: C/index.page:8
+msgctxt "link"
+msgid "gedit Text Editor"
+msgstr "gedit 文本编辑器"
+
+#. (itstool) path: info/title
+#: C/index.page:9
+msgctxt "text"
+msgid "gedit Text Editor"
+msgstr "gedit 文本编辑器"
+
+#. (itstool) path: info/desc
+#: C/index.page:11
+msgid "Home page of the gedit help guide."
+msgstr "gedit 使用指南首页。"
+
+#. (itstool) path: page/title
+#: C/index.page:26
+msgid "<_:media-1/> gedit Text Editor"
+msgstr "<_:media-1/> gedit 文本编辑器"
+
+#. (itstool) path: page/p
+#: C/index.page:30
+msgid ""
+"Welcome to the <app>gedit</app> help guide. For a quick introduction into "
+"<app>gedit's</app> most basic features, visit the <link xref=\"gedit-"
+"quickstart\">Get started with gedit</link> page."
+msgstr ""
+"欢迎阅读 <app>gedit</app> 帮助指导。要查看 <app>gedit</app> 基本功能的简要介"
+"绍,请转到“<link xref=\"gedit-quickstart\">开始使用 gedit</link>”页面。"
+
+#. (itstool) path: page/p
+#: C/index.page:34
+msgid ""
+"Other help topics are grouped together into sections below. Enjoy using "
+"<app>gedit</app>!"
+msgstr "本页上还分组列出了其他帮助主题。祝您愉快地使用 <app>gedit</app>!"
+
+#. (itstool) path: section/title
+#: C/index.page:38
+msgid "Working With Files"
+msgstr "文件操作"
+
+#. (itstool) path: section/title
+#: C/index.page:43
+msgid "Configure gedit"
+msgstr "配置 gedit"
+
+#. (itstool) path: section/title
+#: C/index.page:47
+msgid "gedit Plugins"
+msgstr "gedit 插件"
+
+#. (itstool) path: section/title
+#: C/index.page:51
+msgid "Printing with gedit"
+msgstr "使用 gedit 打印"
+
+#. (itstool) path: p/link
+#: C/legal.xml:3
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "本帮助手册基于 <_:link-1/> 授权。"
+
+#~ msgid ""
+#~ "To close a file in <app>gedit</app>, select <guiseq><gui>File</gui> "
+#~ "<gui>Close</gui></guiseq>. Alternately, you can click the small \"X\" "
+#~ "that appears on the right-side of the file's tab, or press "
+#~ "<keyseq><key>Ctrl</key> <key>W</key></keyseq>."
+#~ msgstr ""
+#~ "要在 <app>gedit</app> 中关闭一个文件,点菜单 <guiseq><gui>文件</gui><gui>"
+#~ "关闭</gui></guiseq>。另外,您也可以点击这个文件所在标签右侧的小“X”,或者按"
+#~ "组合键 <keyseq><key>Ctrl</key><key>W</key></keyseq>。"
+
+#~ msgid ""
+#~ "This will activate the <em>file-browser</em> mode of the <app>side pane</"
+#~ "app>. You can then use the navigation buttons at the top of the pane to "
+#~ "locate and open your desired files."
+#~ msgstr ""
+#~ "这将会激活<app>侧边栏</app>的<em>文件浏览器</em>模式,您可以使用面板顶部的"
+#~ "访问按钮来定位文件的路径。"
+
+#~ msgid ""
+#~ "Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display the "
+#~ "<gui>Open Files</gui> dialog."
+#~ msgstr ""
+#~ "点菜单 <guiseq><gui>文件</gui><gui>打开</gui></guiseq> 命令,显示 <gui>打"
+#~ "开文件</gui> 对话框。"
+
+#~ msgid ""
+#~ "Select the <gui>Pencil</gui> icon near the top of the <gui>Open Files</"
+#~ "gui> dialog."
+#~ msgstr "在<gui>打开</gui>对话框的左上角,点击<gui>铅笔</gui>图标。"
+
+#~ msgid ""
+#~ "To adjust the number of recently-used files that gedit displays, you will "
+#~ "need to use the <app>dconf-editor</app> application."
+#~ msgstr ""
+#~ "要更改显示最近访问的文件数,您需要使用 <app>gconf-editor</app> 程序。"
+
+#~ msgid ""
+#~ "Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui> "
+#~ "<gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> "
+#~ "<gui>max-recents</gui></guiseq>."
+#~ msgstr ""
+#~ "启动 <app>dconf-editor</app> 并选择 <guiseq><gui>org</gui> <gui>gnome</"
+#~ "gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui> <gui>max-recents</"
+#~ "gui></guiseq>。"
+
+#~ msgid ""
+#~ "Double-click on the number next to <gui>max-recents</gui> and change the "
+#~ "number to your desired value."
+#~ msgstr "双击 <gui>max_recents</gui> 旁边的数字,然后输入想要的数字。"
+
+#~ msgid ""
+#~ "To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</"
+#~ "gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and then "
+#~ "click on the <gui>file-browser</gui> icon at the bottom of the pane."
+#~ msgstr ""
+#~ "要激活<gui>侧边栏</gui>,点菜单 <guiseq><gui>查看</gui><gui>侧边栏</gui></"
+#~ "guiseq>(或者按 <key>F9</key>),然后点侧边栏底部的<gui>文件浏览器</gui>图"
+#~ "标。"
+
+#~ msgid ""
+#~ "As this name of this plugin suggests, the <gui>Insert Date/Time</gui> "
+#~ "plugin allows you to insert the date and/or time at the current cursor "
+#~ "position. To enable this plugin, select <guiseq><gui style=\"menu"
+#~ "\">gedit</gui> <gui style=\"menuitem\">Preferences</gui><gui>Plugins</"
+#~ "gui> <gui>Insert Date/Time</gui></guiseq>. To use the plugin, press "
+#~ "<guiseq> <gui style=\"menu\">Edit</gui><gui>Insert Date and Time</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "根据插件名称就可以知道,<gui>插入日期/时间</gui>插件可以在光标处插入日期"
+#~ "和/或时间。要启用此插件,点菜单 <guiseq><gui style=\"menu\">gedit</gui> "
+#~ "<gui style=\"menuitem\">首选项</gui><gui>插件</gui> <gui>插入日期/时间</"
+#~ "gui></guiseq>。要使用此插件,点菜单 <guiseq> <gui style=\"menu\">编辑</"
+#~ "gui><gui>插入日期和时间</gui></guiseq>。"
+
+#~ msgid ""
+#~ "You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> "
+#~ "operation, so we recommend that you save the file immediately before "
+#~ "performing the sort. If you make a mistake with the sort, you can revert "
+#~ "to the previously-saved version of the file by selecting "
+#~ "<guiseq><gui>File</gui><gui>Revert</gui></guiseq>."
+#~ msgstr ""
+#~ "由于<gui>排序</gui>无法使用<gui>撤消</gui>命令恢复,所以建议您在执行排序前"
+#~ "保存文件,如果您发现排序操作产生错误,可以通过点菜单 <guiseq><gui>文件</"
+#~ "gui><gui>还原</gui></guiseq> 命令,恢复为之前保存的文件。"
+
+#~ msgid ""
+#~ "Select <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem"
+#~ "\">Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "点击菜单 <guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">"
+#~ "排序</gui></guiseq> 命令。"
+
+#~ msgid ""
+#~ "Press the <key>Ctrl</key> and use your mouse or touchpad's <key>scroll</"
+#~ "key> feature to move up or down through the text."
+#~ msgstr ""
+#~ "按下 <key>Ctrl</key> 的同时使用鼠标或触控板的 <key>滚轮</key> 功能来上下翻"
+#~ "动文本。"
+
+#~ msgid "Use keyboard shortcuts to help you work more quickly."
+#~ msgstr "使用键盘快捷键可实现更快的操作。"
+
+#~ msgid "Paolo Borelli"
+#~ msgstr "Paolo Borelli"
+
+#~ msgid "Jesse van den Kieboom"
+#~ msgstr "Jesse van den Kieboom"
+
+#~ msgid "Steve Frécinaux"
+#~ msgstr "Steve Frécinaux"
+
+#~ msgid "Ignacio Casal Quinteiro"
+#~ msgstr "Ignacio Casal Quinteiro"
+
+#~ msgid "Shortcut keys"
+#~ msgstr "快捷键"
+
+#~ msgid ""
+#~ "Use <gui>shortcut keys</gui> to perform common tasks more quickly than "
+#~ "with the mouse and menus. The following tables list all of <app>gedit's</"
+#~ "app> shortcut keys."
+#~ msgstr ""
+#~ "使用<gui>快捷键</gui>执行常用任务,比用鼠标和菜单要快。下表列出了 "
+#~ "<app>gedit</app> 的常用快捷键。"
+
+#~ msgid "Tab-related Shortcut keys"
+#~ msgstr "标签相关的快捷键"
+
+#~ msgid "Action"
+#~ msgstr "操作"
+
+#~ msgid "Keyboard shortcut"
+#~ msgstr "键盘快捷键"
+
+#~ msgid "Switch to the next tab to the left"
+#~ msgstr "切换到左边的标签"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#~ msgid "Switch to the next tab to the right"
+#~ msgstr "切换到右边的标签"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+
+#~ msgid "Close tab"
+#~ msgstr "关闭标签"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Save all tabs"
+#~ msgstr "保存全部标签"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>L</key></keyseq>"
+
+#~ msgid "Close all tabs"
+#~ msgstr "关闭全部标签"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>W</key></keyseq>"
+
+#~ msgid "Reopen the most recently closed tab"
+#~ msgstr "重新打开最后关闭的标签"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+
+#~ msgid "Jump to <var>n</var>th tab"
+#~ msgstr "跳到第 <var>n</var> 个标签"
+
+#~ msgid "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key> <var>n</var></key></keyseq>"
+
+#~ msgid "New tab group"
+#~ msgstr "新标签页组"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#~ msgid "Previous tab group"
+#~ msgstr "上一个标签页组"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></"
+#~ "keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></keyseq>"
+
+#~ msgid "Next tab group"
+#~ msgstr "下一个标签页组"
+
+#~ msgid ""
+#~ "<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</"
+#~ "key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></keyseq>"
+
+#~ msgid "Shortcut keys for working with files"
+#~ msgstr "文件操作的快捷键"
+
+#~ msgid "Create a new document in a new window"
+#~ msgstr "在新窗口中创建新文档"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>N</key></keyseq>"
+
+#~ msgid "Create a new document in a new tab"
+#~ msgstr "在新标签中创建新文档"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>T</key></keyseq>"
+
+#~ msgid "Open a document"
+#~ msgstr "打开文档"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
+
+#~ msgid "Open the <gui>Quick Open</gui> window"
+#~ msgstr "打开<gui>快速打开</gui>窗口。"
+
+#~ msgid "<keyseq><key>Alt</key><key>O</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>O</key></keyseq>"
+
+#~ msgid "Save the current document"
+#~ msgstr "保存当前文档"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>S</key></keyseq>"
+
+#~ msgid "Save the current document with a new filename"
+#~ msgstr "文件另存为"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>S</key></keyseq>"
+
+#~ msgid "Print the current document"
+#~ msgstr "打印当前文档"
+
+#~ msgid "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl </key><key>P</key></keyseq>"
+
+#~ msgid "Print preview"
+#~ msgstr "打印预览"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>P</key></keyseq>"
+
+#~ msgid "Close the current document"
+#~ msgstr "关闭当前文档"
+
+#~ msgid "Quit gedit"
+#~ msgstr "退出 gedit"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Q</key></keyseq>"
+
+#~ msgid "Shortcut keys for editing files"
+#~ msgstr "编辑文档的快捷键"
+
+#~ msgid "Move to the beginning of the current line"
+#~ msgstr "移动到行首"
+
+#~ msgid "<key>Home</key>"
+#~ msgstr "<key>Home</key>"
+
+#~ msgid "Move to the end of the current line"
+#~ msgstr "移动到行尾"
+
+#~ msgid "<key>End</key>"
+#~ msgstr "<key>End</key>"
+
+#~ msgid "Move to the beginning of the document"
+#~ msgstr "移动到文档起始位置"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Home</key></keyseq>"
+
+#~ msgid "Move to the end of the document"
+#~ msgstr "移动到文档末尾位置"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>End</key></keyseq>"
+
+#~ msgid "Move the selected word right one word"
+#~ msgstr "将选中的单词右移一个单词"
+
+#~ msgid "<keyseq><key>Alt</key><key>Right Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>→</key></keyseq>"
+
+#~ msgid "Move the selected word left one word"
+#~ msgstr "将选中的单词左移一个单词"
+
+#~ msgid "<keyseq><key>Alt</key><key>Left Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>←</key></keyseq>"
+
+#~ msgid "Undo the last action"
+#~ msgstr "撤销上一次操作"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Z</key></keyseq>"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "重做上一次撤销的操作"
+
+#~ msgid "Cut the selected text or region and place it on the clipboard"
+#~ msgstr "剪切选中的文本或文本块,并放到剪贴板中"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>X</key></keyseq>"
+
+#~ msgid "Copy the selected text or region onto the clipboard"
+#~ msgstr "复制选中的文本或文本块,并放到剪贴板中"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>C</key></keyseq>"
+
+#~ msgid "Paste the contents of the clipboard"
+#~ msgstr "从剪贴板中粘贴内容"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>V</key></keyseq>"
+
+#~ msgid "Select all text in the file"
+#~ msgstr "全部选中"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>A</key></keyseq>"
+
+#~ msgid "Delete the current line"
+#~ msgstr "删除当前行"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
+
+#~ msgid "Move the selected line up one line"
+#~ msgstr "将选中的行上移一行"
+
+#~ msgid "<keyseq><key>Alt</key><key>Up Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>↑</key></keyseq>"
+
+#~ msgid "Move the selected line down one line"
+#~ msgstr "将选中的行下移一行"
+
+#~ msgid "<keyseq><key>Alt</key><key>Down Arrow</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>↓</key></keyseq>"
+
+#~ msgid "Add a tab stop"
+#~ msgstr "添加制表符"
+
+#~ msgid "<keyseq><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Tab</key></keyseq>"
+
+#~ msgid "Remove a tab stop"
+#~ msgstr "删除制表符"
+
+#~ msgid "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>Tab</key></keyseq>"
+
+#~ msgid "Convert the selected text to upper case"
+#~ msgstr "将选中的内容转换为大写"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>U</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Convert the selected text to lower case"
+#~ msgstr "将选中的内容转换为小写"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>L</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Toggle case of the selected text"
+#~ msgstr "切换选中文本的大小写"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>~</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>W</key></keyseq>"
+
+#~ msgid "Shortcut keys for showing and hiding panes"
+#~ msgstr "显示和隐藏面板的快捷键"
+
+#~ msgid "Show / hide the side pane"
+#~ msgstr "显示/隐藏侧边栏"
+
+#~ msgid "<key>F9</key>"
+#~ msgstr "<key>F9</key>"
+
+#~ msgid "Show / hide the bottom pane"
+#~ msgstr "显示/隐藏底部面板"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F9</key></keyseq>"
+
+#~ msgid "Open the file menu"
+#~ msgstr "打开文件菜单"
+
+#~ msgid "<key>F10</key>"
+#~ msgstr "<key>F10</key>"
+
+#~ msgid "Shortcut keys for searching"
+#~ msgstr "搜索的快捷键"
+
+#~ msgid "Find a string"
+#~ msgstr "查找字符串"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>F</key></keyseq>"
+
+#~ msgid "Find the next instance of the string"
+#~ msgstr "查找下一个匹配的字符串"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>G</key></keyseq>"
+
+#~ msgid "Find the previous instance of the string"
+#~ msgstr "查找上一个匹配的字符串"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>"
+
+#~ msgid "Search and Replace"
+#~ msgstr "查找和替换"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
+
+#~ msgid "Clear highlight"
+#~ msgstr "清除高亮"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>K</key></keyseq>"
+
+#~ msgid "Goto line"
+#~ msgstr "跳转到行"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>I</key></keyseq>"
+
+#~ msgid "Shortcut keys for tools"
+#~ msgstr "使用工具的快捷键"
+
+#~ msgid "Check spelling"
+#~ msgstr "检查拼写"
+
+#~ msgid "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+#~ msgstr "<keyseq><key>Shift</key><key>F7</key></keyseq>"
+
+#~ msgid "Remove trailing spaces (with plugin)"
+#~ msgstr "删除尾部空格(使用插件)"
+
+#~ msgid "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+#~ msgstr "<keyseq><key>Alt</key><key>F12</key></keyseq>"
+
+#~ msgid "Run \"make\" in the current directory (with plugin)"
+#~ msgstr "在当前文件夹运行“make”命令(用插件)"
+
+#~ msgid "<key>F8</key>"
+#~ msgstr "<key>F8</key>"
+
+#~ msgid "Directory listing (with plugin)"
+#~ msgstr "文件夹列表(使用插件)"
+
+#~ msgid "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+#~ msgstr "<keyseq><key>Ctrl</key><key>Shift</key> <key>D</key></keyseq>"
+
+#~ msgid "Shortcut keys for user help"
+#~ msgstr "帮助的快捷键"
+
+#~ msgid "Open the gedit user guide"
+#~ msgstr "打开使用指南"
+
+#~ msgid "<key>F1</key>"
+#~ msgstr "<key>F1</key>"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "点击主菜单 <guiseq><gui>文档</gui><gui>新建标签页组</gui></guiseq>。"
+
+#~ msgid "Move through tab groups"
+#~ msgstr "移动标签页组"
+
+#~ msgid "To move forward (on the next) tab group:"
+#~ msgstr "移动到下一个标签页组:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq> in "
+#~ "the main menu."
+#~ msgstr ""
+#~ "点击主菜单 <guiseq><gui>文档</gui><gui>下一标签页组</gui></guiseq> 命令。"
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "down</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "使用快捷键<keyseq><key>Ctrl</key><key>Alt</key> <key>PageDown</key></"
+#~ "keyseq>"
+
+#~ msgid "To move backward (on the previous) tab group:"
+#~ msgstr "移动到上一个标签页组:"
+
+#~ msgid ""
+#~ "Go to <guiseq><gui>Documents</gui><gui>Previous Tab Group</gui></guiseq> "
+#~ "in the main menu."
+#~ msgstr ""
+#~ "点击主菜单 <guiseq><gui>文档</gui><gui>上一标签页组</gui></guiseq>命令。"
+
+#~ msgid ""
+#~ "Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page "
+#~ "up</key></keyseq> shortcut."
+#~ msgstr ""
+#~ "使用快捷键<keyseq><key>Ctrl</key><key>Alt</key> <key>PageUp</key></"
+#~ "keyseq>。"
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tab groups."
+#~ msgstr ""
+#~ "了解<link xref=\"gedit-shortcut-keys\">与标签相关的快捷键</link>来更容易地"
+#~ "管理标签页组。"
+
+#~ msgid ""
+#~ "See the <link xref=\"gedit-shortcut-keys\">tab-related shortcut keys</"
+#~ "link> table to make it easier to manage your tabs."
+#~ msgstr ""
+#~ "了解<link xref=\"gedit-shortcut-keys\">与标签相关的快捷键</link>来更容易地"
+#~ "管理标签。"
+
+#~ msgid ""
+#~ "Working with tabs in <app>gedit</app> allows you to keep an eye on "
+#~ "several files in a single window. The tab that is larger than the other "
+#~ "tabs indicates the file that is currently open. The smaller tabs indicate "
+#~ "other files that are available to work on."
+#~ msgstr ""
+#~ "在 <app>gedit</app> 中使用标签,可以让您在一个窗口中同时操作多个文件,当前"
+#~ "窗口中显示的文档标签要比别的标签稍大些,较小的标签指示其他可用的文件。"
+
+#~ msgid "To change the color scheme, complete the following steps:"
+#~ msgstr "要更改配色方案,请执行以下步骤:"
+
+#~ msgid "Log user activity for documents which are opened in gedit"
+#~ msgstr "记录用户对当前gedit打开的文档所做的操作"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist 数据记录器"
+
+#~ msgid ""
+#~ "Zeitgeist is a service that logs user activities and events. Zeitgeist "
+#~ "lets other applications access this information in the form of statistics "
+#~ "and timelines.The Zeitgeist dataprovider plugin for <app>gedit</app> "
+#~ "records user activity for documents used with gedit giving easy access to "
+#~ "recently-used and frequently-used files."
+#~ msgstr ""
+#~ "Zeitgeist是一个记录用户操作和事件的服务。Zeitgeist允许其他应用访问统计数据"
+#~ "和时间轴的表格信息。<app>gedit</app>的Zeitgeist数据记录插件记录用户对文档"
+#~ "的操作"
+
+#~ msgid "Enable Zeitgeist dataprovider"
+#~ msgstr "开启 Zeitgeist 数据记录器"
+
+# The word "Zietgeist" should be spelled as "Zeitgeist"
+#~ msgid "Select <gui style=\"menuitem\">Zietgeist Dataprovider</gui>."
+#~ msgstr "选择 <gui style=\"menuitem\">Zeitgeist 数据记录器</gui> 。"
+
+#~ msgid "To Do This"
+#~ msgstr "操作"
+
+#~ msgid "Press This"
+#~ msgstr "快捷键"
+
+#~ msgid "Enable and use spell-checking feature"
+#~ msgstr "开启并使用拼写检查功能"
+
+#~ msgid ""
+#~ "or, while the tab to be moved is open, choose <guiseq><gui>Documents </"
+#~ "gui><gui>Move to New Window</gui></guiseq>"
+#~ msgstr ""
+#~ "或者,标签打开后,点菜单 <guiseq><gui>文档</gui><gui>移动到新窗口</gui></"
+#~ "guiseq>。"
+
+#~ msgid "View a list of files in the side pane"
+#~ msgstr "在侧边栏中查看文件列表"
+
+#~ msgid ""
+#~ "Keeping track of a large number of files using tabs can be difficult. One "
+#~ "way of managing large numbers of files is viewing them in a side pane. "
+#~ "Side panes allow you to view more files at a time than is possible using "
+#~ "tabs alone."
+#~ msgstr ""
+#~ "用标签页对一大堆文件进行操作一定会让人苦不堪言。如果需要管理的文件数量众多"
+#~ "的话,将它们放在侧边栏中查看是一个不错的选择。和仅仅使用标签页相比,使用侧"
+#~ "边栏可以一次让用户看到更多的文件。"
+
+#~ msgid ""
+#~ "To view a list of open files in a side pane, click <guiseq><gui style="
+#~ "\"menu\">View</gui> <gui style=\"menuitem\">Side Pane</gui></guiseq>. A "
+#~ "pane will appear to the left of the workspace with a listing of all "
+#~ "currently open files. Clicking a file in the side pane will display that "
+#~ "file in the workspace."
+#~ msgstr ""
+#~ "要在侧边栏中查看已打开文件的列表,请单击<guiseq><gui style=\"menu\">“查"
+#~ "看”</gui><gui style=\"menuitem\">“侧边栏”</gui></guiseq>。此时工作区的左边"
+#~ "会出现一个窗格,列出所有当前已打开的文件。在侧边栏中单击某个文件后,工作区"
+#~ "内将会显示此文件。"
+
+#~ msgid "documents icon"
+#~ msgstr "文档图标"
+
+#~ msgid ""
+#~ "The side pane also contains a <app>File Browser</app> view. If the pane "
+#~ "displays a file directory instead of currently open files, click <_:"
+#~ "media-1/> at the bottom of the pane to switch to the <app>Documents</app> "
+#~ "view."
+#~ msgstr ""
+#~ "同时,侧边栏还包含了<app>“文件浏览器”</app>视图。如果侧边栏中显示的是文件"
+#~ "目录而非当前已打开的文件,请单击窗格底部的<_:media-1/>切换到<app>“文档”</"
+#~ "app>视图。"
+
+#~ msgid ""
+#~ "The side pane only displays files that are open in the current window. "
+#~ "When multiple windows are open, only the files in the current window will "
+#~ "be displayed in the side pane."
+#~ msgstr ""
+#~ "侧边栏中只显示当前窗口内已打开的文件。如果打开了多个窗口,那么只有当前窗口"
+#~ "中的文件会显示在侧边栏中。"
+
+#~ msgid "http://creativecommons.org/licenses/by-sa/3.0/"
+#~ msgstr "http://creativecommons.org/licenses/by-sa/3.0/"
+
+#~ msgid ""
+#~ "This work is licensed under the Creative Commons Attribution-ShareAlike "
+#~ "3.0 Unported License. To view a copy of this license, visit <_:link-1/> "
+#~ "or send a letter to Creative Commons, 444 Castro Street, Suite 900, "
+#~ "Mountain View, California, 94041, USA."
+#~ msgstr ""
+#~ "本作品采用the Creative Commons Attribution-ShareAlike 3.0 Unported License"
+#~ "许可授权。如需查看该许可请访问 <_:link-1/> 或致函 Creative Commons, 444 "
+#~ "Castro Street, Suite 900, Mountain View, California, 94041, USA."
+
+#~| msgid ""
+#~| "The easiest way to create a new file in <app>gedit</app>, is to click "
+#~| "the icon that looks like a blank piece of paper with a \"plus\" sign "
+#~| "next to it. If you prefer, you may also select <guiseq><gui>File</"
+#~| "gui><gui>New</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>N</"
+#~| "key></keyseq>."
+#~ msgid ""
+#~ "The easiest way to create a new file in <app>gedit</app>, is to click the "
+#~ "icon in the toolbar that looks like a blank piece of paper. If you "
+#~ "prefer, you may also select <guiseq><gui>File</gui><gui>New</gui></"
+#~ "guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+#~ msgstr ""
+#~ "点击 <app>gedit</app> 的工具栏上,一个带有“+”号的空白页图标按钮,就可以很"
+#~ "方便创建一个新文件。您也可以点菜单 <guiseq><gui>文件</gui><gui>新建</"
+#~ "gui></guiseq> 或者按组合键 <keyseq><key>Ctrl</key><key>N</key></keyseq>。"
+
+#~| msgid ""
+#~| "To save a file in <app>gedit</app>, click on the disk-drive icon with "
+#~| "the word <gui>Save</gui> next to it. You may also select "
+#~| "<guiseq><gui>File</gui><gui>Save</gui></guiseq>, or just press "
+#~| "<keyseq><key>Ctrl</key><key>S</key></keyseq>."
+#~ msgid ""
+#~ "To save a file in <app>gedit</app>, click on the disk-drive icon with the "
+#~ "word <gui style=\"button\">Save</gui> next to it. You may also select "
+#~ "<guiseq><gui style=\"menu\">File</gui> <gui style=\"menuitem\">Save</"
+#~ "gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>S</key></keyseq>."
+#~ msgstr ""
+#~ "要保存当前文档,点击工具栏上的一个小磁盘图标,旁边写着 <gui style=\"button"
+#~ "\">保存</gui>。您也可以点菜单 <guiseq><gui style=\"menu\">文件</gui> <gui "
+#~ "style=\"menuitem\">保存</gui></guiseq> 命令,或者按组合键 "
+#~ "<keyseq><key>Ctrl</key><key>S</key></keyseq>。"
+
+#~ msgid ""
+#~ "If you make a mistake while using <app>gedit</app>, you can undo it by "
+#~ "pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or by clicking "
+#~ "<guiseq><gui style=\"menu\">gedit</gui> <gui style=\"menuitem\">Undo</"
+#~ "gui></guiseq>. Doing so will cause <app>gedit</app> to undo one set of "
+#~ "similar actions."
+#~ msgstr ""
+#~ "<app>gedit</app> 每次撤消一步,当您按 <keyseq><key>Ctrl</key><key>Z</"
+#~ "key></keyseq> 组合键,或者点菜单 <guiseq><gui>编辑</gui><gui>撤消</gui></"
+#~ "guiseq> 命令时。"
+
+#, fuzzy
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-icon.png' "
+#~ "md5='a7174de2671462e1ac4f80a82ad09184'"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit-icon.png'; md5=a7174de2671462e1ac4f80a82ad09184"
+
+#, fuzzy
+#~ msgid ""
+#~ "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"> "
+#~ "</media> gedit Text Editor"
+#~ msgstr ""
+#~ "<media type=\"image\" mime=\"image/png\" src=\"figures/gedit-icon.png\"></"
+#~ "media> gedit 文本编辑器"
+
+#, fuzzy
+#~ msgid ""
+#~ "Select <keyseq><key>Edit</key><key>Preferences</key><key>Font &amp; "
+#~ "Colors</key></keyseq>."
+#~ msgstr ""
+#~ "点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>字体 &amp; 颜色</"
+#~ "gui></guiseq>。"
+
+#, fuzzy
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-side-pane1.png' "
+#~ "md5='ac9c80cb0552d63b593c71f23be69b53'"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit-side-pane1.png'; "
+#~ "md5=ac9c80cb0552d63b593c71f23be69b53"
+
+#, fuzzy
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-side-pane2.png' "
+#~ "md5='e7a12a43adc9c9cb8c992ad22a815a57'"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit-side-pane2.png'; "
+#~ "md5=e7a12a43adc9c9cb8c992ad22a815a57"
+
+#~ msgid "Record commonly-referenced locations with bookmarks"
+#~ msgstr "使用标签记录常用位置"
+
+#~ msgid "Bookmarks"
+#~ msgstr "书签"
+
+#~ msgid ""
+#~ "Gedit bookmarks allow you to highlight important lines of text within "
+#~ "your document or program, making them easier to find. You can also move "
+#~ "up or down between bookmarks, making document navigation a bit faster."
+#~ msgstr ""
+#~ "Gedit的书签让你可以空突出文档或程序中重要的行,使它们更容易找到。你也可以"
+#~ "在书签之间上移下移,使文档导航更快。"
+
+#, fuzzy
+#~ msgid ""
+#~ "To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui> "
+#~ "Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>."
+#~ msgstr ""
+#~ "要启用<app>排序</app>插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</"
+#~ "gui><gui>插件</gui><gui>排序</gui></guiseq>。"
+
+#~ msgid ""
+#~ "Bookmarks are inserted and removed by completing the same action. To "
+#~ "insert or remove bookmarks:"
+#~ msgstr ""
+#~ "Bookmarks are inserted and removed by completing the same action. To "
+#~ "insert or remove bookmarks:"
+
+#~ msgid ""
+#~ "Navigate to the line where you want to insert or remove the bookmark."
+#~ msgstr "导航到你要插入或删除书签的行。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, or "
+#~ "click <guiseq><gui>Edit</gui><gui>Toggle Bookmark</gui></guiseq>."
+#~ msgstr ""
+#~ "<app>gedit</app> 每次撤消一步,当您按 <keyseq><key>Ctrl</key><key>Z</"
+#~ "key></keyseq> 组合键,或者点菜单 <guiseq><gui>编辑</gui><gui>撤消</gui></"
+#~ "guiseq> 命令时。"
+
+#~ msgid "To move between bookmarks:"
+#~ msgstr "在书签之间移动:"
+
+#, fuzzy
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>B</key></keyseq> to move to the next "
+#~ "bookmark."
+#~ msgstr ""
+#~ "要在全屏模式下,切换不同的标签,按组合键 <keyseq><key>Ctrl</key><key>Alt</"
+#~ "key><key>PgUp</key></keyseq> 或 <keyseq><key>Ctrl</key><key>Alt</"
+#~ "key><key>PgDn</key></keyseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Press <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> to "
+#~ "move to the previous bookmark."
+#~ msgstr ""
+#~ "要在全屏模式下,切换不同的标签,按组合键 <keyseq><key>Ctrl</key><key>Alt</"
+#~ "key><key>PgUp</key></keyseq> 或 <keyseq><key>Ctrl</key><key>Alt</"
+#~ "key><key>PgDn</key></keyseq>。"
+
+#~ msgid ""
+#~ "If you prefer using the mouse, you can click <guiseq><gui>Edit</gui> "
+#~ "<gui>Go to Next Bookmark</gui></guiseq> or <guiseq><gui>Edit</gui><gui>Go "
+#~ "to Previous Bookmark</gui></guiseq>."
+#~ msgstr ""
+#~ "如果你习惯使用鼠标,你可以点击<guiseq><gui>编辑</gui><gui>下一标签</gui></"
+#~ "guiseq>或者<guiseq><qui>编辑</gui><gui>上一标签</gui></guiseq>"
+
+#~ msgid "Auto-complete closing brackets"
+#~ msgstr "自动补全括号"
+
+#, fuzzy
+#~ msgid "Bracket completion"
+#~ msgstr "括号匹配"
+
+#, fuzzy
+#~ msgid ""
+#~ "The <app>Bracket Completion</app> plugin will auto-complete closing "
+#~ "brackets for curly braces, parentheses, and square brackets."
+#~ msgstr "<app>括号补全</app>插件可以自动补全花括号、圆括号和方括号。"
+
+#~ msgid ""
+#~ "To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+#~ "gui><gui>Plugins</gui><gui>Bracket Completion</gui></guiseq>."
+#~ msgstr ""
+#~ "要启用此插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</"
+#~ "gui><gui>括号补全</gui></guiseq>。"
+
+#~ msgid "This plugin does not automatically insert closing HTML or XML tags."
+#~ msgstr "这个插件不能自动补全插入的 HTML 或 XML 标记。"
+
+#~ msgid "Paul Weaver"
+#~ msgstr "Paul Weaver"
+
+#~ msgid "Insert special characters just by clicking on them"
+#~ msgstr "特殊字符,点击插入"
+
+#~ msgid "Character map"
+#~ msgstr "字符映射表"
+
+#, fuzzy
+#~ msgid ""
+#~ "The <app>Character Map</app> plugin enables you to insert characters into "
+#~ "your document that you may not be able to type easily using your "
+#~ "keyboard. To enable this plugin, select <guiseq><gui>Edit</"
+#~ "gui><gui>Preferences</gui><gui>Plugins</gui><gui>Character Map</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "<em>文档统计</em>插件可以显示当前文档的多项信息,要启用此插件,点菜单 "
+#~ "<guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>文档统计</"
+#~ "gui></guiseq>。"
+
+#~ msgid "Using Character Map"
+#~ msgstr "使用字符映射表"
+
+#~ msgid ""
+#~ "Once the plugin is enabled, you can add characters from the <em>Character "
+#~ "Map</em> tab of the side panel (<guiseq><gui>View</gui><gui>Side Panel</"
+#~ "gui></guiseq>)."
+#~ msgstr ""
+#~ "一旦启用插件,你可以从侧面板(<guiseq><gui>视图</gui><gui>侧面板</gui></"
+#~ "guiseq>)的<em>字符映射表</em>选项卡中添加字符。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Place the cursor at the point in your document at which you would like "
+#~ "your special character."
+#~ msgstr "把鼠标指针定位想要插入标记符号或特殊字符的位置。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Open the side panel by selecting <guiseq><gui>View</gui><gui>Side Panel</"
+#~ "gui></guiseq>, or by pressing <key>F9</key>."
+#~ msgstr ""
+#~ "要激活<app>侧边栏</app>,点菜单 <guiseq><gui>查看</gui><gui>侧边栏</gui></"
+#~ "guiseq>,或者按 <key>F9</key> 键。"
+
+#~ msgid "Select the <em>Character Map</em> tab in the side panel."
+#~ msgstr "在侧面板中选中<em>字符映射表</em>选项卡"
+
+#~ msgid ""
+#~ "If neccessary, choose the character set to which your character belongs "
+#~ "from the list at the top of the <em>Character Map</em> tab (e.g., Arabic)."
+#~ msgstr ""
+#~ "如果需要,从<em>字符映射表</em>选项卡顶部的列表中选择你的字符所属的字符集"
+#~ "(如:阿拉伯语)。"
+
+#, fuzzy
+#~ msgid "Double click your desired character to insert it."
+#~ msgstr "双击列表中的标记名称。"
+
+#~ msgid ""
+#~ "You must click on the editing view of your document to continue editing "
+#~ "normally."
+#~ msgstr "你必须点击编辑视图以继续正常编辑"
+
+#~ msgid "Real-time error highlighting for supported languages"
+#~ msgstr "为支持的语言实时高亮显示错误"
+
+#~ msgid "Code assistance"
+#~ msgstr "代码辅助"
+
+#, fuzzy
+#~ msgid ""
+#~ "The <app>gedit-code-assistance</app> plugin provides real-time error "
+#~ "highlighting for C, C++ and Objective-C. To enable this plugin, select "
+#~ "<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Code "
+#~ "Assistance</gui></guiseq>."
+#~ msgstr ""
+#~ "<em>文档统计</em>插件可以显示当前文档的多项信息,要启用此插件,点菜单 "
+#~ "<guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>文档统计</"
+#~ "gui></guiseq>。"
+
+#~ msgid "How the code assistance plugin works"
+#~ msgstr "代码辅助插件是怎样工作的"
+
+#~ msgid "Comment-out or uncomment a block of code"
+#~ msgstr "注释和取消注释代码块"
+
+#, fuzzy
+#~ msgid "Code comment"
+#~ msgstr "注释"
+
+#~ msgid ""
+#~ "Code comments are portions of text that make it easier for people to "
+#~ "understand a program's code, but they don't affect how a program works. "
+#~ "Comments are separated from other parts of a program by special "
+#~ "characters."
+#~ msgstr ""
+#~ "文本中的代码注释使程序员的代码更易于被别人读懂,并且不影响程序的运行。注释"
+#~ "和程序中的其它部分被特殊字符割离。"
+
+#, fuzzy
+#~ msgid ""
+#~ "The <app>code comment</app> plugin makes it easier to quickly create or "
+#~ "remove code comments. To enable the code comment plugin, select "
+#~ "<guiseq><gui> Edit</gui><gui> Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Code comment</gui> </guiseq>."
+#~ msgstr ""
+#~ "<em>文档统计</em>插件可以显示当前文档的多项信息,要启用此插件,点菜单 "
+#~ "<guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>文档统计</"
+#~ "gui></guiseq>。"
+
+#~ msgid "To create or remove a comment:"
+#~ msgstr "添加或删除注释:"
+
+#, fuzzy
+#~ msgid ""
+#~ "Highlight the portion of text where you want to add or remove a comment."
+#~ msgstr "选中你想更改的文本内容。"
+
+#, fuzzy
+#~ msgid ""
+#~ "To add a comment, click <guiseq><gui>Edit</gui><gui>Comment Code</gui></"
+#~ "guiseq>, or press <keyseq><key>Ctrl</key><key>M</key></keyseq>."
+#~ msgstr ""
+#~ "点菜单 <guiseq><gui>搜索</gui><gui>替换</gui></guiseq> 命令打开替换工具,"
+#~ "也可以按组合键 <keyseq><key>Ctrl</key><key>H</key></keyseq>。"
+
+#~ msgid ""
+#~ "<app>Gedit</app> will automatically use the correct style of comment "
+#~ "based on the language or syntax of the file. If <app>gedit </app> doesn't "
+#~ "identify your language or syntax, you can select it from the language "
+#~ "list in the bottom <gui>Status bar</gui>."
+#~ msgstr ""
+#~ "<app>Gedit</app>会根据代码的语言或语法自动使用正确的注释风格,如果"
+#~ "<app>gedit</app>不能识别你的语言或语法,你可从底部状态栏的语言列表中选择。"
+
+#~ msgid "Pick a color from a dialog and insert its hexadecimal representation"
+#~ msgstr "从对话框中取色并插入该颜色的十六进制编码"
+
+#~ msgid "Color picker"
+#~ msgstr "取色器"
+
+#~ msgid ""
+#~ "The <app>color picker</app> plugin helps you to insert the character "
+#~ "codes that represent a certain color. This can make it easier to choose "
+#~ "and use the correct color in your programs."
+#~ msgstr ""
+#~ "取色器插件可以帮助你插入代表特定颜色的字符编码,使你在程序中容易选择和使用"
+#~ "正确的颜色。"
+
+#, fuzzy
+#~ msgid ""
+#~ "To enable the color picker plugin, select <guiseq><gui> Edit</"
+#~ "gui><gui>Preferences</gui><gui>Plugins</gui><gui>Color Picker</gui> </"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "要启用<app>排序</app>插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</"
+#~ "gui><gui>插件</gui><gui>排序</gui></guiseq>。"
+
+#~ msgid "To open and use the color picker:"
+#~ msgstr "打开和使用取色器:"
+
+#~ msgid ""
+#~ "Place your cursor at the point in your document where you want to insert "
+#~ "the color code."
+#~ msgstr "在文档中,将光标定位于要插入颜色编码的地方。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Pick Color...</gui></guiseq>. The "
+#~ "color picker dialog will appear."
+#~ msgstr ""
+#~ "点菜单 <guiseq><gui>工具</gui><gui>自动拼写检查</gui></guiseq>,"
+#~ "<app>gedit</app> 会在您输入时,高亮显示错误的拼写。"
+
+#~ msgid ""
+#~ "If the color that you want to select is currently on your screen, click "
+#~ "on the icon that looks like an eyedropper."
+#~ msgstr "如果你要选择的颜色就在屏幕上,点击像吸管的图标"
+
+#~ msgid ""
+#~ "Your mouse pointer will change appearance, and will look like an "
+#~ "eyedropper."
+#~ msgstr "你的鼠标外观会发生改变,看起来像吸管。"
+
+#~ msgid ""
+#~ "Use the eyedropper and click on the portion of your screen that contains "
+#~ "the color you want to use. The color code for that color will appear in "
+#~ "the color picker window."
+#~ msgstr "使用吸管点击屏幕上你要使用的颜色,颜色编码会出现在取色器窗口。"
+
+#~ msgid ""
+#~ "To insert that color code into your document, click <gui> Insert</gui>. "
+#~ "The code will be inserted where you had placed your cursor."
+#~ msgstr ""
+#~ "要将颜色编码插入你的文档,只需点击<gui>插入</gui>.颜色编码就会插入光标所在"
+#~ "处。"
+
+#, fuzzy
+#~ msgid "To close the <app>color picker</app>, click <gui>Close</gui>."
+#~ msgstr "要执行排序操作,点击 <gui>排序</gui> 按钮。"
+
+#~ msgid ""
+#~ "You can make fine-grained adjustments to the color by adjusting the "
+#~ "values for Hue, Saturation, Value, Red, Green, or Blue."
+#~ msgstr "你可以通过调整颜色编码的数值对颜色的色调,饱和度,和三原色色值。"
+
+#~ msgid ""
+#~ "Additionally, you can save colors by right-clicking on any of the colored "
+#~ "boxes in the color picker, and selecting <gui>Save color here</gui>. This "
+#~ "will make it easier to insert commonly-used colors later."
+#~ msgstr ""
+#~ "此外,为了方便以后插入,你可以保存常用颜色,右击取色器上任何颜色框,选择"
+#~ "<gui>保存该颜色</gui>."
+
+#~ msgid "Use a command-line interface for advanced editing"
+#~ msgstr "使用命令行接口进行高级编辑"
+
+#, fuzzy
+#~ msgid "Commander"
+#~ msgstr "命令"
+
+#, fuzzy
+#~ msgid ""
+#~ "The <app>Commander</app> plugin is a plugin for advanced <app>gedit</app> "
+#~ "users that allows you to perform command-line actions on the current "
+#~ "file. To enable the commander plugin, select <guiseq><gui>Edit</gui><gui> "
+#~ "Preferences</gui><gui>Plugins</gui><gui>Commander</gui></guiseq>."
+#~ msgstr ""
+#~ "要在 <app>gedit</app> 中使用拼写检查功能,首先需要您启用拼写插件。要启用此"
+#~ "插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>"
+#~ "拼写检查器</gui></guiseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Once you have enabled the plugin, activate it by pressing <keyseq><key> "
+#~ "Ctrl</key><key>.</key></keyseq>."
+#~ msgstr ""
+#~ "要在 <app>gedit</app> 中打开一个文件,点击 <gui>打开</gui>按钮,或者按组合"
+#~ "键 <keyseq><key>Ctrl</key><key>O</key></keyseq>。"
+
+#~ msgid "See an overview of available commands"
+#~ msgstr "查看可用命令概述"
+
+#~ msgid "Tab + Tab"
+#~ msgstr "Tab + Tab"
+
+#~ msgid "/ <em>foo </em>"
+#~ msgstr "/ <em>foo </em>"
+
+#~ msgid "This will find the word <em>foo</em>."
+#~ msgstr "查找单词<em>foo</em>。"
+
+#~ msgid "// foo bar"
+#~ msgstr "// foo bar"
+
+#~ msgid "This will replace <em>foo</em> with <em>bar</em>."
+#~ msgstr "使用<em>bar</em>替换<em>foo</em>。"
+
+#~ msgid "Move the cursor to a certain line number in your file"
+#~ msgstr "将光标移动到文档中的某一行"
+
+#~ msgid "go [line number] <em>or</em> just <em>g</em> [line number]"
+#~ msgstr "go [行号] <em>或者</em>只用<em>g</em> [行号]"
+
+#~ msgid "bookmark <em>or</em> just <em>b</em>"
+#~ msgstr "bookmark <em>或者</em> 只用 <em>b</em>"
+
+#~ msgid ""
+#~ "Some commands, such as the <app>bookmark</app> command require that the "
+#~ "appropriate plugin be installed and activated. If you do not have the "
+#~ "appropriate plugin installed and activated, you will receive an error "
+#~ "message."
+#~ msgstr ""
+#~ "一些命令,如<app>bookmark</app>命令需要相应的插件已安装并激,否则,你会收"
+#~ "到错误信息。"
+
+#, fuzzy
+#~ msgid "Recently used files"
+#~ msgstr "重新打开最近使用的文件"
+
+#, fuzzy
+#~ msgid "Most frequently-used files"
+#~ msgstr "重新打开最近使用的文件"
+
+#, fuzzy
+#~ msgid ""
+#~ "Once activated, the <app>dashboard</app> will be displayed by default "
+#~ "when you open <app>gedit</app>. You can also open the <app>dashboard</"
+#~ "app> by clicking <guiseq><gui>File</gui><gui>New</gui> </guiseq>, or by "
+#~ "pressing <keyseq><key>Ctrl</key><key>N</key></keyseq>."
+#~ msgstr ""
+#~ "要保存当前文档,点击工具栏上的一个小磁盘图标,旁边写着 <gui>保存</gui>。您"
+#~ "也可以点菜单 <guiseq><gui>文件</gui><gui>保存</gui></guiseq> 命令,或者按"
+#~ "组合键 <keyseq><key>Ctrl</key><key>S</key></keyseq>。"
+
+#~ msgid "Draw spaces"
+#~ msgstr "空白可见"
+
+#~ msgid ""
+#~ "The <app>Draw Spaces</app> plugin is a simple plugin that can mark "
+#~ "spaces, tabs, and other types of whitespace with a small, visible marker. "
+#~ "By making whitespace visible, you can more easily see how whitespace is "
+#~ "used in a document, and can apply spacing strategies more consistently."
+#~ msgstr ""
+#~ "<app>空白可见</app>是一个简单插件,可以标记空格、制表符等空白,体积小,标"
+#~ "记可见。通过空白可见,你更容易看到空格在文档中的使用,并且和空白统计更一"
+#~ "致。"
+
+#, fuzzy
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+#~ "gui> <gui>Plugins</gui><gui>Draw Spaces</gui></guiseq>. After you have "
+#~ "enabled the plugin, you can set its options by highlighting the plugin "
+#~ "and selecting <gui>Preferences</gui>."
+#~ msgstr ""
+#~ "你可以点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>"
+#~ "标记列表</gui></guiseq> 启用此插件,然后点菜单 <guiseq><gui>查看</"
+#~ "gui><gui>侧边栏</gui></guiseq>,或者按 <key>F9</key> 键。"
+
+#~ msgid ""
+#~ "By default, the <app>Draw Spaces</app> plugin will mark the following "
+#~ "types of whitespace in a file:"
+#~ msgstr "<app>空白显示</app>插件默认标记文件中以下类型的空白:"
+
+#~ msgid "Spaces"
+#~ msgstr "空格"
+
+#~ msgid "Leading spaces"
+#~ msgstr "前导空格"
+
+#, fuzzy
+#~ msgid "Spaces in text"
+#~ msgstr "替换文本"
+
+#~ msgid "Trailing spaces"
+#~ msgstr "结尾空白"
+
+#~ msgid "You can also set the plugin to mark:"
+#~ msgstr "你也可以设置插件标记以下内容:"
+
+#, fuzzy
+#~ msgid "New Lines"
+#~ msgstr "行"
+
+#~ msgid "Non-breaking spaces"
+#~ msgstr "不间断空白"
+
+#~ msgid ""
+#~ "Though you will be able to see the dots when you work on a file, the dots "
+#~ "will not be visible when you print a file to paper."
+#~ msgstr "虽然你使用文件时能看到点号,但打印时点号不会被打印到纸上。"
+
+#, fuzzy
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+#~ "gui> <gui>Plugins</gui><gui>Join/Split Lines</gui></guiseq>."
+#~ msgstr ""
+#~ "要启用此插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</"
+#~ "gui><gui>括号补全</gui></guiseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Select the lines that you want to join. To do this, you can use the "
+#~ "mouse, or you can press <keyseq><key>Shift</key><key>Up Arrow</key> </"
+#~ "keyseq> or <keyseq><key>Shift</key><key>Down Arrow</key></keyseq>."
+#~ msgstr ""
+#~ "要在全屏模式下,切换不同的标签,按组合键 <keyseq><key>Ctrl</key><key>Alt</"
+#~ "key><key>PgUp</key></keyseq> 或 <keyseq><key>Ctrl</key><key>Alt</"
+#~ "key><key>PgDn</key></keyseq>。"
+
+#, fuzzy
+#~ msgid "The lines that you selected will be joined into one longer line."
+#~ msgstr "将选中的行下移一行"
+
+#, fuzzy
+#~ msgid ""
+#~ "Select the line that you want to split by placing your cursor anywhere on "
+#~ "that line."
+#~ msgstr ""
+#~ "选择所需缩进行。要对单行进行缩进或取消缩进,请将光标放在该行的任意位置上。"
+
+#, fuzzy
+#~ msgid "Multi edit"
+#~ msgstr "退出 gedit"
+
+#, fuzzy
+#~ msgid ""
+#~ "The <app>Multi Edit</app> plugin allows you to edit a document in "
+#~ "multiple places at once. This can be helpful when performing tedious "
+#~ "editing tasks. To enable the Multi Edit plugin, select <guiseq><gui>Edit</"
+#~ "gui><gui> Preferences</gui><gui>Plugins</gui><gui>Multi Edit</gui></"
+#~ "guiseq>."
+#~ msgstr ""
+#~ "<em>文档统计</em>插件可以显示当前文档的多项信息,要启用此插件,点菜单 "
+#~ "<guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>文档统计</"
+#~ "gui></guiseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Move to your next editing point, and press <keyseq><key>Ctrl</key> "
+#~ "<key>E</key></keyseq> again."
+#~ msgstr ""
+#~ "要在 <app>gedit</app> 中打开一个文件,点击 <gui>打开</gui>按钮,或者按组合"
+#~ "键 <keyseq><key>Ctrl</key><key>O</key></keyseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "The <app>Session Saver</app> plugin saves groups of files together so "
+#~ "that you can open them together at a later time. To enable the plugin, "
+#~ "select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui> "
+#~ "<gui>Session Saver</gui></guiseq>."
+#~ msgstr ""
+#~ "<em>文档统计</em>插件可以显示当前文档的多项信息,要启用此插件,点菜单 "
+#~ "<guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>文档统计</"
+#~ "gui></guiseq>。"
+
+#, fuzzy
+#~ msgid "Click <gui>Save</gui>."
+#~ msgstr "点 <gui>打开</gui>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui> Manage saved "
+#~ "sessions</gui></guiseq>."
+#~ msgstr ""
+#~ "点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>字体 &amp; 颜色</"
+#~ "gui></guiseq>。"
+
+#, fuzzy
+#~ msgid "Select the name of the session that you want to delete."
+#~ msgstr "选中您想启用的插件名称旁边的复选框。"
+
+#, fuzzy
+#~ msgid "Click <gui>Delete</gui>."
+#~ msgstr "点 <gui>打开</gui>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "To enable the <app>Snippets</app> plugin, select <guiseq><gui>Edit</gui> "
+#~ "<gui>Preferences</gui><gui>Plugins</gui><gui>Snippets</gui></guiseq>."
+#~ msgstr ""
+#~ "要启用<app>排序</app>插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</"
+#~ "gui><gui>插件</gui><gui>排序</gui></guiseq>。"
+
+#, fuzzy
+#~ msgid "Using, Modifying and creating snippets"
+#~ msgstr "编辑和删除片段"
+
+#~ msgid ""
+#~ "To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</"
+#~ "gui><gui>Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "要启用<app>排序</app>插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</"
+#~ "gui><gui>插件</gui><gui>排序</gui></guiseq>。"
+
+#~ msgid ""
+#~ "After you have enabled the <gui>Sort</gui> plugin, use it by selecting "
+#~ "the lines of text you want to sort, and then clicking <guiseq><gui>Edit</"
+#~ "gui><gui>Sort</gui></guiseq>."
+#~ msgstr ""
+#~ "在您启用<gui>排序</gui>插件后,选中您想要排序的多个行,然后点菜单 "
+#~ "<guiseq><gui>编辑</gui><gui>排序</gui></guiseq>。"
+
+#, fuzzy
+#~ msgctxt "_"
+#~ msgid ""
+#~ "external ref='figures/gedit-side-pane3.png' "
+#~ "md5='4b800d370193ac0ed8db9eb33b86e11c'"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit-side-pane3.png'; "
+#~ "md5=4b800d370193ac0ed8db9eb33b86e11c"
+
+#~ msgid ""
+#~ "Automatically insert tags, strings and special characters into a document"
+#~ msgstr "在文档中,插入标记符号、字符串和特殊字符"
+
+#~ msgid "Tag list"
+#~ msgstr "标记列表"
+
+#~ msgid ""
+#~ "The <app>Tag List</app> plugin allows you to insert common tags and "
+#~ "special characters from a list in the side pane. By default, the plugin "
+#~ "can insert tags and special characters for HTML, XHTML, XSLT, XUL and "
+#~ "LaTeX."
+#~ msgstr ""
+#~ "<app>标记列表</app> 插件允许您从侧面板中,插入普通的标记和特殊的字符。默认"
+#~ "情况,此插件可以插入 HTML、XHTML、XSLT、XUL 和 LaTeX 的标记和特殊字符。"
+
+#~ msgid "Using the Tag List plugin"
+#~ msgstr "使用标记列表插件"
+
+#~ msgid ""
+#~ "To use the <app>Tag List</app> plugin, you will need to enable the "
+#~ "plugin, and then activate the tag-list portion of the side pane."
+#~ msgstr ""
+#~ "要使用 <app>标记列表</app> 插件,首先要启用此插件,然后在侧边栏底部选择标"
+#~ "签列表按钮。"
+
+#~ msgid "Enabling the Plugin"
+#~ msgstr "启用插件"
+
+#~ msgid ""
+#~ "You can activate the plugin by selecting <guiseq><gui>Edit</"
+#~ "gui><gui>Preferences</gui><gui>Plugins</gui><gui>Tag List</gui></guiseq>. "
+#~ "Once you have activated the plugin, access it by selecting "
+#~ "<guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, or by pressing "
+#~ "<key>F9</key>."
+#~ msgstr ""
+#~ "你可以点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>"
+#~ "标记列表</gui></guiseq> 启用此插件,然后点菜单 <guiseq><gui>查看</"
+#~ "gui><gui>侧边栏</gui></guiseq>,或者按 <key>F9</key> 键。"
+
+#~ msgid ""
+#~ "The side pane initially shows a list of open documents, so to view and "
+#~ "use the <app>tag list</app>, you will need to click on the tab showing "
+#~ "the \"plus\" icon at the bottom of the side pane. The icon will look "
+#~ "similar to this:"
+#~ msgstr ""
+#~ "侧边栏默认显示的是打开的文档,要查看和使用<app>标记列表</app>,需要在侧边"
+#~ "栏底部点击一个“+”图标,大致样式如下图:"
+
+#~ msgid "Inserting Tags and Special Characters"
+#~ msgstr "插入标记或特殊字符"
+
+#~ msgid ""
+#~ "The <app>tag list</app> uses a drop-down menu to let you choose from the "
+#~ "different types of tags. For example, one tag option is <gui>HTML - Tags</"
+#~ "gui>."
+#~ msgstr ""
+#~ "<app>标记列表</app>中,使用下拉列表来选择不同类型的标记符号,例如,里面有"
+#~ "一个 <gui>HTML-标记</gui>。"
+
+#~ msgid "To start inserting tags, complete the following:"
+#~ msgstr "要插入一个标记,请按下面的步骤操作:"
+
+#~ msgid ""
+#~ "Move the cursor to where you will want to insert the tag or special "
+#~ "character."
+#~ msgstr "把鼠标指针定位想要插入标记符号或特殊字符的位置。"
+
+#~ msgid "Scroll through the list to find the desired tag or character."
+#~ msgstr "向下滚动列表查找所需的标记或字符。"
+
+#~ msgid "Double-click on the tag in the tag list."
+#~ msgstr "双击列表中的标记名称。"
+
+#~ msgid ""
+#~ "The tag or special character you've chosen will then be displayed in your "
+#~ "document."
+#~ msgstr "您选中的标记或特殊符号将显示在文档中。"
+
+#~ msgid "Tag List Tips"
+#~ msgstr "标记列表小提示"
+
+#~ msgid ""
+#~ "You can also insert a tag by pressing <key>Return</key> or "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq>."
+#~ msgstr ""
+#~ "您也可以按<key>回车键</key>或 <keyseq><key>Shift</key><key>回车键</key></"
+#~ "keyseq>来插入标记符号。"
+
+#~ msgid ""
+#~ "Pressing the <key>Return</key> key will insert the tag at the cursor "
+#~ "position, and then return focus to the document. Pressing "
+#~ "<keyseq><key>Shift</key><key>Return</key></keyseq> will insert the tag at "
+#~ "the cursor position, but will keep the focus on the <app>tag-list</app>."
+#~ msgstr ""
+#~ "按 <key>回车键</key> 将在光标位置插入标记符号,然后焦点留在文档中,按 "
+#~ "<keyseq><key>Shift</key><key>回车键</key></keyseq> 在光标位置插入标记符"
+#~ "号,而焦点仍然在 <app>标记列表</app>。"
+
+#~ msgid ""
+#~ "You can see a preview of what text will be inserted for each tag and "
+#~ "special character by clicking on the word the <gui>Preview</gui> at the "
+#~ "bottom of the side pane."
+#~ msgstr ""
+#~ "您可以点击侧栏底部的<gui>预览</gui>标签,预先查看一下要插入的标记和特殊字"
+#~ "符。"
+
+#, fuzzy
+#~ msgid "Add a terminal console to the bottom pane"
+#~ msgstr "在底部面板添加终端控制台"
+
+#~ msgid ""
+#~ "<app>gedit</app> makes it possible to include an embedded version of "
+#~ "<app>Gnome Terminal</app>, the GNOME command-line application, in the "
+#~ "bottom pane of the <app>gedit</app> window. This will let you run "
+#~ "scripts, install needed software, or test your program without leaving "
+#~ "<app>gedit</app>."
+#~ msgstr ""
+#~ "<app>gedit</app> 可以在窗口底部面板中,添加一个 <app>GNOME 终端</app>,它"
+#~ "是 GNOME 的命令行应用程序。这样您就可以不必离开 <app>gedit</app> 而运行脚"
+#~ "本、安装所需软件,或者调试程序。"
+
+#~ msgid ""
+#~ "To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+#~ "gui><gui>Plugins</gui><gui>Embedded Terminal</gui></guiseq>."
+#~ msgstr ""
+#~ "要启用此插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</"
+#~ "gui><gui>内部终端</gui></guiseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Once you have enabled the plugin, add the terminal to the bottom pane by "
+#~ "selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just "
+#~ "press <keyseq><key>Ctrl</key><key>F9</key></keyseq>."
+#~ msgstr ""
+#~ "一旦启用此插件,可以通过点菜单 <guiseq><gui>查看</gui><gui>底部面板</"
+#~ "gui></guiseq>,把终端添加进来,或者按组合键 <keyseq><key>Ctrl</"
+#~ "key><key>F9</key></keyseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "The text size plugin allows you to temporarily change the text size in "
+#~ "<app>gedit</app> without changing the program's default text size. To "
+#~ "enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</"
+#~ "gui><gui>Plugins </gui><gui>Text Size</gui></guiseq>."
+#~ msgstr ""
+#~ "要在 <app>gedit</app> 中使用拼写检查功能,首先需要您启用拼写插件。要启用此"
+#~ "插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>"
+#~ "拼写检查器</gui></guiseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "To <em>increase</em> the text size, select <keyseq><key>Ctrl</key> <key>"
+#~ "+</key></keyseq>."
+#~ msgstr ""
+#~ "要在 <app>gedit</app> 中打开一个文件,点击 <gui>打开</gui>按钮,或者按组合"
+#~ "键 <keyseq><key>Ctrl</key><key>O</key></keyseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "To <em>decrease</em> the text size, select <keyseq><key>Ctrl</key> <key>-"
+#~ "</key></keyseq>."
+#~ msgstr ""
+#~ "要在 <app>gedit</app> 中打开一个文件,点击 <gui>打开</gui>按钮,或者按组合"
+#~ "键 <keyseq><key>Ctrl</key><key>O</key></keyseq>。"
+
+#, fuzzy
+#~ msgid ""
+#~ "To <em>reset</em> the text size to the default size, select "
+#~ "<keyseq><key>Ctrl</key><key>0</key></keyseq>."
+#~ msgstr ""
+#~ "要在 <app>gedit</app> 中打开一个文件,点击 <gui>打开</gui>按钮,或者按组合"
+#~ "键 <keyseq><key>Ctrl</key><key>O</key></keyseq>。"
+
+#, fuzzy
+#~ msgid "Word completion"
+#~ msgstr "更多选项"
+
+#, fuzzy
+#~ msgid ""
+#~ "The <app>Word Completion</app> plugin can speed up your editing by "
+#~ "suggesting completions of words as you type. To enable the plugin, select "
+#~ "<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Word "
+#~ "Completion</gui></guiseq>."
+#~ msgstr ""
+#~ "<em>文档统计</em>插件可以显示当前文档的多项信息,要启用此插件,点菜单 "
+#~ "<guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>文档统计</"
+#~ "gui></guiseq>。"
+
+#~ msgid "Printing output to a file"
+#~ msgstr "打印输出到一个文件"
+
+#~ msgid ""
+#~ "You can also use <app>gedit</app> to print to a file. To do so, select "
+#~ "<guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>."
+#~ msgstr ""
+#~ "您也可以使用 <app>gedit</app> 打印到文件功能,点菜单 <guiseq><gui>文件</"
+#~ "gui><gui>打印</gui><gui>打印到文件</gui></guiseq>。"
+
+#, fuzzy
+#~ msgid "Click <guiseq><gui>File</gui><gui> Print...</gui></guiseq>"
+#~ msgstr "点菜单 <guiseq><gui>编辑</gui><gui>更改大小写</gui></guiseq>"
+
+#~ msgid "Ctrl + Alt + PageUp"
+#~ msgstr "Ctrl + Alt + PageUp"
+
+#~ msgid "Ctrl + Alt + PageDown"
+#~ msgstr "Ctrl + Alt + PageDown"
+
+#~ msgid "Ctrl + W"
+#~ msgstr "Ctrl + W"
+
+#~ msgid "Ctrl + Shift + L"
+#~ msgstr "Ctrl + Shift + L"
+
+#~ msgid "Ctrl + Shift + W"
+#~ msgstr "Ctrl + Shift + W"
+
+#~ msgid "Alt + <var>n</var>"
+#~ msgstr "Alt + <var>n</var>"
+
+#~ msgid "Ctrl + N"
+#~ msgstr "Ctrl + N"
+
+#~ msgid "Ctrl + O"
+#~ msgstr "Ctrl + O"
+
+#~ msgid "Ctrl + S"
+#~ msgstr "Ctrl + S"
+
+#~ msgid "Ctrl + Shift + S"
+#~ msgstr "Ctrl + Shift + S"
+
+#~ msgid "Ctrl + P"
+#~ msgstr "Ctrl + P"
+
+#~ msgid "Ctrl + Shift + P"
+#~ msgstr "Ctrl + Shift + P"
+
+#~ msgid "Ctrl + Q"
+#~ msgstr "Ctrl + Q"
+
+#~ msgid "Ctrl + Z"
+#~ msgstr "Ctrl + Z"
+
+#~ msgid "Ctrl + Shift + Z"
+#~ msgstr "Ctrl + Shift + Z"
+
+#~ msgid "Ctrl + X"
+#~ msgstr "Ctrl + X"
+
+#~ msgid "Ctrl + C"
+#~ msgstr "Ctrl + C"
+
+#~ msgid "Ctrl + V"
+#~ msgstr "Ctrl + V"
+
+#~ msgid "Ctrl + A"
+#~ msgstr "Ctrl + A"
+
+#~ msgid "Ctrl + D"
+#~ msgstr "Ctrl + D"
+
+#~ msgid "Alt + Up Arrow"
+#~ msgstr "Alt + 上方向键"
+
+#~ msgid "Alt + Down Arrow"
+#~ msgstr "Alt + 下方向键"
+
+#~ msgid "F9"
+#~ msgstr "F9"
+
+#~ msgid "Ctrl + F9"
+#~ msgstr "Ctrl + F9"
+
+#~ msgid "Ctrl + F"
+#~ msgstr "Ctrl + F"
+
+#~ msgid "Ctrl + G"
+#~ msgstr "Ctrl + G"
+
+#~ msgid "Ctrl + Shift + G"
+#~ msgstr "Ctrl + Shift + G"
+
+#~ msgid "Ctrl + H"
+#~ msgstr "Ctrl + H"
+
+#~ msgid "Ctrl + Shift + K"
+#~ msgstr "Ctrl + Shift + K"
+
+#~ msgid "Ctrl + I"
+#~ msgstr "Ctrl + I"
+
+#~ msgid "Shift + F7"
+#~ msgstr "Shift + F7"
+
+#~ msgid "Alt + F12"
+#~ msgstr "Alt + F12"
+
+#~ msgid "F8"
+#~ msgstr "F8"
+
+#~ msgid "Ctrl + Shift + D"
+#~ msgstr "Ctrl + Shift + D"
+
+#~ msgid "F1"
+#~ msgstr "F1"
+
+#, fuzzy
+#~ msgid ""
+#~ "Using the spell-check feature in <app>gedit</app> requires that you first "
+#~ "enable the spell-check plugin. To enable the plugin, select "
+#~ "<guiseq><gui>Edit </gui><gui>Preferences</gui><gui>Plugins</"
+#~ "gui><gui>Spell Checker</gui> </guiseq>."
+#~ msgstr ""
+#~ "要在 <app>gedit</app> 中使用拼写检查功能,首先需要您启用拼写插件。要启用此"
+#~ "插件,点菜单 <guiseq><gui>编辑</gui><gui>首选项</gui><gui>插件</gui><gui>"
+#~ "拼写检查器</gui></guiseq>。"
+
+#~ msgid ""
+#~ "Select <guiseq><gui>Tools</gui><gui>Autocheck Spelling</gui></guiseq> to "
+#~ "make <app>gedit</app> highlight spelling errors while you type."
+#~ msgstr ""
+#~ "点菜单 <guiseq><gui>工具</gui><gui>自动拼写检查</gui></guiseq>,"
+#~ "<app>gedit</app> 会在您输入时,高亮显示错误的拼写。"
+
+#~ msgid "Click and hold the mouse button on the tab"
+#~ msgstr "在标签上点击并按住鼠标按钮"
+
+#~ msgid "Release the mouse button"
+#~ msgstr "松开鼠标按钮"
+
+#~ msgid "To drag a tab into a new window:"
+#~ msgstr "拖拽标签到一个新窗口:"
+
+#~ msgid "jwcampbell@gmail.com"
+#~ msgstr "jwcampbell@gmail.com"
+
+#~ msgid "dneelyep@gmail.com"
+#~ msgstr "dneelyep@gmail.com"
+
+#~ msgid ""
+#~ "We all make mistakes. Even <app>gedit</app> users make mistakes. "
+#~ "Fortunately, <app>gedit</app> can help you recover from mistakes. To undo "
+#~ "an action in <app>gedit</app>, press <keyseq><key>Ctrl</key><key>Z</key></"
+#~ "keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>."
+#~ msgstr ""
+#~ "我们都会犯错误,当然 <app>gedit</app> 用户也不例外,幸运的是,<app>gedit</"
+#~ "app> 可以帮助您从错误中恢复过来,要撤消上一次操作,按 <keyseq><key>Ctrl</"
+#~ "key><key>Z</key></keyseq> 组合键,或者点菜单 <guiseq><gui>编辑</gui><gui>"
+#~ "撤消</gui></guiseq> 命令。"
+
+#~ msgid "Drag the tab out of the space it occupies"
+#~ msgstr "将标签从它所在的位置上移开"
+
+#~ msgid ""
+#~ "It's difficult to drag a tab into a new window when either the old or new "
+#~ "window is maximized. For best results, un-maximize the windows before "
+#~ "dragging the tab."
+#~ msgstr ""
+#~ "若是其中有一个窗口最大化时,移动标签会变得十分困难,最好的办法是,在拖动标"
+#~ "签之前,先取消窗口的最大化。"
+
+#~ msgid "To close the <gui>search window</gui>, press <key>Esc</key>."
+#~ msgstr "要关闭 <gui>搜索窗口</gui>,按一下 <key>Esc</key> 键。"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit3-screenshot.png'; "
+#~ "md5=174aac884967f8e4226ab33d9498c60b"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit3-screenshot.png'; "
+#~ "md5=174aac884967f8e4226ab33d9498c60b"
+
+#~ msgid "Coming soon!"
+#~ msgstr "很快就有!"
+
+#~ msgid "Install Additional gedit Plugins"
+#~ msgstr "安装额外的 gedit 插件"
+
+#~ msgid "Obtain"
+#~ msgstr "获取"
+
+#~ msgid ""
+#~ "The first step to install a plugin in <app>gedit</app> is to obtain the "
+#~ "plugin. Third-party plugins will often be obtained by downloading them "
+#~ "from the plugin's web site. Refer to the plugin's documentation for "
+#~ "further information on obtaining the plugin - instructions will vary "
+#~ "depending on the plugin."
+#~ msgstr ""
+#~ "在 <app>gedit</app> 中安装插件的第一步是获取插件,第三方插件往往可以从插件"
+#~ "站点上下载,获取插件可查阅的说明文档很大程度上取决于该插件。"
+
+#~ msgid "Install"
+#~ msgstr "安装"
+
+#~ msgid "Installing a Plugin"
+#~ msgstr "安装插件"
+
+#~ msgid "Locate the plugin files to be installed."
+#~ msgstr "找到要安装的插件文件。"
+
+#~ msgid "Install the plugin files:"
+#~ msgstr "安装插件文件:"
+
+#~ msgid "Do more with gedit by using gedit plugins."
+#~ msgstr "用 gedit 的插件做更多的事。"
+
+#~ msgid ""
+#~ "Permission is granted to copy, distribute and/or modify this document "
+#~ "under the terms of the GNU Free Documentation License (GFDL), Version 1.1 "
+#~ "or any later version published by the Free Software Foundation with no "
+#~ "Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You "
+#~ "can find a copy of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl"
+#~ "\">link</ulink> or in the file COPYING-DOCS distributed with this manual."
+#~ msgstr ""
+#~ "对于本文档的复制、分发和/或修改必须遵循自由软件基金会 (Free Software "
+#~ "Foundation) 发布的 GNU 自由文档许可证 (GFDL) 版本 1.1 或更高版本, 该许可"
+#~ "证没有固定的部分、没有封面和背页文本。您可以在此<ulink type=\"help\" url="
+#~ "\"ghelp:fdl\">链接</ulink>上或在随本手册一起分发的 COPYING-DOCS 文件中找"
+#~ "到 GFDL 的副本。"
+
+#~ msgid ""
+#~ "This manual is part of a collection of GNOME manuals distributed under "
+#~ "the GFDL. If you want to distribute this manual separately from the "
+#~ "collection, you can do so by adding a copy of the license to the manual, "
+#~ "as described in section 6 of the license."
+#~ msgstr ""
+#~ "本手册是在 GFDL 许可之下分发的 GNOME 手册集合的一部分。如果想要单独分发此"
+#~ "手册,可以在手册中添加该许可证的一份副本然后分发,如该许可证的第 6 部分所"
+#~ "述。"
+
+#~ msgid ""
+#~ "Many of the names used by companies to distinguish their products and "
+#~ "services are claimed as trademarks. Where those names appear in any GNOME "
+#~ "documentation, and the members of the GNOME Documentation Project are "
+#~ "made aware of those trademarks, then the names are in capital letters or "
+#~ "initial capital letters."
+#~ msgstr ""
+#~ "各个公司使用的许多用于区别它们产品和服务的名称都声明为商标。在所有的 "
+#~ "GNOME 文档以及 GNOME Documentation Project 的成员中,这些名称都是以全大写"
+#~ "字母或首字母大写显示,从而表明它们是商标。"
+
+#~ msgid ""
+#~ "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
+#~ "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES "
+#~ "THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
+#~ "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
+#~ "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
+#~ "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
+#~ "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
+#~ "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
+#~ "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES "
+#~ "AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED "
+#~ "VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS "
+#~ "DISCLAIMER; AND UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER "
+#~ "IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, "
+#~ "INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR "
+#~ "MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, "
+#~ "BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR "
+#~ "CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, "
+#~ "DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR "
+#~ "MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR "
+#~ "RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, "
+#~ "EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH "
+#~ "DAMAGES."
+#~ msgstr ""
+#~ "文档按“原样”提供,不提供任何明示或暗示的保证,包括但不 限于:文档或文档的"
+#~ "修改版本没有适销性方面的缺陷、适合特定目的的适用性,以及没有侵权行为。您将"
+#~ "自行承担本文档以及文档修改版本的质量、准确性以及性能方面的风险。如果任何文"
+#~ "档或文档修改版本存在缺陷,您(而不是最初的编写者、作者或撰写人)将承担所有"
+#~ "必需的服务、维修或更正的费用。此免责声明是本许可证的重要组成部分。如果不接"
+#~ "受此免责声明, 那么您就没有权利使用任何文档或文档的修改版本;并且无论在任"
+#~ "何情况以及在任何法律理论下,本文档或文档修改版本的作者、最初的编写者、任何"
+#~ "撰写人或任何分发者,或者任意这些方的任何提供者都不对任何人由于使用本文档或"
+#~ "文档修改版本引起或带来的任何直接的、间接的、 特殊的、偶然的或继发的损失承"
+#~ "担任何民事(包括疏忽)、合同或其它方面的责任,这些损失包括但不限于信誉损"
+#~ "失、工作停止、计算机失败或故障,或任何以及所有其它损失或由此引发的或与之相"
+#~ "关的损失,即使这些方已被告知存在出现此类损失的可能性时也是如此。"
+
+#~ msgid ""
+#~ "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE "
+#~ "TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER "
+#~ "UNDERSTANDING THAT: <placeholder-1/>"
+#~ msgstr ""
+#~ "本文档以及文档的修改版本都是在遵循 GNU 自由文档许可证的条款下提供,这表示"
+#~ "具有以下含义: <placeholder-1/>"
+
+#~ msgid ""
+#~ "@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+#~ "md5=62b4bede31db64226f7e7f9b18f5eb74"
+#~ msgstr ""
+#~ "@@image: 'figures/gedit_recent_files_menu_icon.png'; "
+#~ "md5=62b4bede31db64226f7e7f9b18f5eb74"
+
+#~ msgid "Gedit Manual"
+#~ msgstr "Gedit 手册"
+
+#~ msgid "2007"
+#~ msgstr "2007"
+
+#~ msgid "GNOME Documentation Project"
+#~ msgstr "GNOME 文档项目"
+
+#~ msgid "2002"
+#~ msgstr "2002"
+
+#~ msgid "2003"
+#~ msgstr "2003"
+
+#~ msgid "2004"
+#~ msgstr "2004"
+
+#~ msgid "Sun Microsystems"
+#~ msgstr "Sun Microsystems"
+
+#~ msgid "2000"
+#~ msgstr "2000"
+
+#~ msgid "Eric Baudais"
+#~ msgstr "Eric Baudais"
+
+#~ msgid "Joachim"
+#~ msgstr "Joachim"
+
+#~ msgid "Noreiko"
+#~ msgstr "Noreiko"
+
+#~ msgid "GNOME"
+#~ msgstr "GNOME"
+
+#~ msgid "Hal"
+#~ msgstr "Hal"
+
+#~ msgid "Canary"
+#~ msgstr "Canary"
+
+#~ msgid "Added the Shortcut Keys Table"
+#~ msgstr "添加快捷键表"
+
+#~ msgid "Sun Java Desktop System Documentation Team"
+#~ msgstr "Sun Java Desktop System Documentation Team"
+
+#~ msgid "gdocteam@sun.com"
+#~ msgstr "gdocteam@sun.com"
+
+#~ msgid "Eric"
+#~ msgstr "Eric"
+
+#~ msgid "Baudais"
+#~ msgstr "Baudais"
+
+#~ msgid "baudais@okstate.edu"
+#~ msgstr "baudais@okstate.edu"
+
+#~ msgid "Baris"
+#~ msgstr "Baris"
+
+#~ msgid ""
+#~ "Cicek provided information from earlier revisions of the gedit "
+#~ "application."
+#~ msgstr "Cicek 提供了 gedit 应用程序早期修订的信息。"
+
+#~ msgid "Acknowledgements"
+#~ msgstr "致谢"
+
+#~ msgid "Ajit"
+#~ msgstr "Ajit"
+
+#~ msgid "George provided information about plugins."
+#~ msgstr "George 提供了有关插件的信息。"
+
+#~ msgid "gedit V1.0"
+#~ msgstr "gedit V1.0"
+
+#~ msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+#~ msgstr "Eric Baudais <email>baudais@okstate.edu</email>"
+
+#~ msgid "gedit Manual V2.0"
+#~ msgstr "gedit 手册 V2.0"
+
+#~ msgid "March 2002"
+#~ msgstr "2002年3月"
+
+#~ msgid "Sun GNOME Documentation Team"
+#~ msgstr "Sun GNOME Documentation Team"
+
+#~ msgid "gedit Manual V2.1"
+#~ msgstr "gedit 手册 V2.1"
+
+#~ msgid "June 2002"
+#~ msgstr "2002年6月"
+
+#~ msgid "gedit Manual V2.2"
+#~ msgstr "gedit 手册 V2.2"
+
+#~ msgid "August 2002"
+#~ msgstr "2002年8月"
+
+#~ msgid "gedit Manual V2.3"
+#~ msgstr "gedit 手册 V2.3"
+
+#~ msgid "September 2002"
+#~ msgstr "2002年9月"
+
+#~ msgid "gedit Manual V2.4"
+#~ msgstr "gedit 手册 V2.4"
+
+#~ msgid "January 2003"
+#~ msgstr "2003年1月"
+
+#~ msgid "gedit Manual V2.5"
+#~ msgstr "gedit 手册 V2.5"
+
+#~ msgid "March 2003"
+#~ msgstr "2003年3月"
+
+#~ msgid "gedit Manual V2.6"
+#~ msgstr "gedit 手册 V2.6"
+
+#~ msgid "September 2003"
+#~ msgstr "2003年9月"
+
+#~ msgid "gedit Manual V2.7"
+#~ msgstr "gedit 手册 V2.7"
+
+#~ msgid "March 2004"
+#~ msgstr "2003年3月"
+
+#~ msgid "gedit Manual V2.8"
+#~ msgstr "gedit 手册 V2.8"
+
+#~ msgid "July 2006"
+#~ msgstr "2006年7月"
+
+#~ msgid "gedit Manual V2.9"
+#~ msgstr "gedit 手册 V2.9"
+
+#~ msgid "GNOME Documentation Team"
+#~ msgstr "GNOME 文档小组"
+
+#~ msgid "This manual describes version 2.16 of gedit."
+#~ msgstr "本手册介绍 gedit 2.16 版。"
+
+#~ msgid "Feedback"
+#~ msgstr "反馈"
+
+#~ msgid ""
+#~ "To report a bug or make a suggestion regarding the <application>gedit</"
+#~ "application> application or this manual, follow the directions in the "
+#~ "<ulink url=\"ghelp:user-guide?feedback-bugs\" type=\"help\">GNOME "
+#~ "Feedback Page</ulink>."
+#~ msgstr ""
+#~ "要报告关于 <application>gedit</application> 应用程序或本手册的错误或提出建"
+#~ "议,请参照 <ulink url=\"ghelp:gnome-feedback\" type=\"help\">GNOME 反馈页"
+#~ "</ulink> 中的指导。"
+
+#~ msgid ""
+#~ "gedit is a text editor for the GNOME Desktop featuring basic yet robust "
+#~ "capabilities such as printing, spell checking, find and replace, and "
+#~ "syntax highlighting. More advanced features are available as plugins."
+#~ msgstr ""
+#~ "gedit 是一个 GNOME 桌面环境下的文本编辑器,还可以对文档进行打印、拼写检"
+#~ "查、查找替换,以及高亮语法等。更更多的特性可以通过插件来实现。"
+
+#~ msgid "Introduction"
+#~ msgstr "简介"
+
+#~ msgid ""
+#~ "The <application>gedit</application> application enables you to create "
+#~ "and edit text files."
+#~ msgstr "<application>gedit</application> 允许您创建和编辑文本文件。"
+
+#~ msgid ""
+#~ "The aim of <application>gedit</application> is to be a simple and easy to "
+#~ "use text editor. More powerful features can be enabled with different "
+#~ "<firstterm>plugins</firstterm>, allowing a variety of tasks related to "
+#~ "text-editing."
+#~ msgstr ""
+#~ "<application>gedit</application> 的目标是,实现一个简单易用的文本编辑器。"
+#~ "更强大的功能可以通过不同的 <firstterm>插件</firstterm>,来实现执行各种文字"
+#~ "编辑相关的任务。"
+
+#~ msgid "Getting Started"
+#~ msgstr "快速入门"
+
+#~ msgid ""
+#~ "You can start <application>gedit</application> in the following ways:"
+#~ msgstr "可以通过以下方式启动 <application>gedit</application>:"
+
+#~ msgid "<guimenu>Applications</guimenu> menu"
+#~ msgstr "<guimenu>应用程序</guimenu> 菜单"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guisubmenu>Accessories</guisubmenu><guimenuitem>Text "
+#~ "Editor</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "选择 <menuchoice><guisubmenu>附件</guisubmenu><guimenuitem>文本编辑器</"
+#~ "guimenuitem></menuchoice>。"
+
+#~ msgid "Command line"
+#~ msgstr "命令行"
+
+#~ msgid "Execute the following command: <command>gedit</command>"
+#~ msgstr "执行以下命令: <command>gedit</command>"
+
+#~ msgid ""
+#~ "By default, when you open a text document in the file manager, gedit will "
+#~ "start, and display the document."
+#~ msgstr ""
+#~ "默认情况下,当您在文件管理器中打开一个文本文件,gedit 会自动运行,显示这个"
+#~ "文档。"
+
+#~ msgid "The gedit Window"
+#~ msgstr "gedit 窗口"
+
+#~ msgid ""
+#~ "When you start <application>gedit</application>, the following window is "
+#~ "displayed:"
+#~ msgstr "在启动 <application>gedit</application> 时,系统会显示下面的窗口。"
+
+#~ msgid "gedit Window"
+#~ msgstr "gedit 窗口"
+
+#~ msgid "Shows gedit main window."
+#~ msgstr "显示 gedit 主窗口。"
+
+#~ msgid ""
+#~ "The <application>gedit</application> window contains the following "
+#~ "elements:"
+#~ msgstr "该 <application>gedit</application> 窗口包含以下元件:"
+
+#~ msgid "Menubar"
+#~ msgstr "菜单栏"
+
+#~ msgid ""
+#~ "The menus on the menubar contain all of the commands you need to work "
+#~ "with files in <application>gedit</application>."
+#~ msgstr ""
+#~ "菜单栏上的菜单包含您在 <application>gedit</application> 中处理文件所需的所"
+#~ "有命令。"
+
+#~ msgid "Toolbar"
+#~ msgstr "工具栏"
+
+#~ msgid ""
+#~ "The toolbar contains a subset of the commands that you can access from "
+#~ "the menubar."
+#~ msgstr "工具栏包含您可以从菜单栏访问的命令的子集。"
+
+#~ msgid "Display area"
+#~ msgstr "显示区域"
+
+#~ msgid "The display area contains the text of the file that you are editing."
+#~ msgstr "该区域包含您正在编辑的文件的文本。"
+
+#~ msgid "Statusbar"
+#~ msgstr "状态栏"
+
+#~ msgid ""
+#~ "The statusbar displays information about current <application>gedit</"
+#~ "application> activity and contextual information about the menu items. "
+#~ "The statusbar also displays the following information:"
+#~ msgstr ""
+#~ "状态栏显示关于当前 <application>gedit</application> 活动的信息和菜单项的相"
+#~ "关信息。状态栏也显示下面的信息:"
+
+#~ msgid ""
+#~ "Cursor position: the line number and column number where the cursor is "
+#~ "located."
+#~ msgstr "光标位置:显示光标所处的行号和列号。"
+
+#~ msgid ""
+#~ "Edit mode: If the editor is in insert mode, the statusbar contains the "
+#~ "text <guilabel>INS</guilabel>. If the editor is in overwrite mode, the "
+#~ "statusbar contains the text <guilabel>OVR</guilabel>. Press the "
+#~ "<keycap>Insert</keycap> key to change edit mode."
+#~ msgstr ""
+#~ "编辑模式:如果编辑器处于插入模式,则该状态栏显示 <guilabel>插入</"
+#~ "guilabel>。如果编辑器处于覆盖模式,状态栏显示 <guilabel>覆盖</guilabel>。"
+#~ "按 <keycap>Insert</keycap> 键切换两种编辑模式。"
+
+#~ msgid "Side Pane"
+#~ msgstr "侧栏"
+
+#~ msgid ""
+#~ "The side pane displays a list of open documents, and other information "
+#~ "depending on which plugins are enabled."
+#~ msgstr "侧栏中显示打开文档的列表,其他信息取决于您启用了哪些插件。"
+
+#~ msgid ""
+#~ "By default the side pane is not shown. To show it, choose "
+#~ "<menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></"
+#~ "menuchoice>."
+#~ msgstr ""
+#~ "默认侧边栏没有显示,要显示它,点菜单 <menuchoice><guimenu>查看</"
+#~ "guimenu><guimenuitem>侧边栏</guimenuitem></menuchoice>。"
+
+#~ msgid "Bottom Pane"
+#~ msgstr "底部面板"
+
+#~ msgid ""
+#~ "The bottom pane is used by programming tools such as the "
+#~ "<application>Python Console</application> plugin to display output."
+#~ msgstr ""
+#~ "底部面板用于一些编程工具,像 <application>Python 控制台</application> 插"
+#~ "件,在这儿显示输出。"
+
+#~ msgid ""
+#~ "By default the bottom pane is not shown. To show it, choose "
+#~ "<menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "默认底部栏不显示,要显示它,点菜单 <menuchoice><guimenu>查看</"
+#~ "guimenu><guimenuitem>底部栏</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "When you right-click in the <application>gedit</application> window, the "
+#~ "application displays a popup menu. The popup menu contains the most "
+#~ "common text editing commands."
+#~ msgstr ""
+#~ "当在 <application>gedit</application> 窗口中右击时,应用程序将会显示一个弹"
+#~ "出菜单。该弹出菜单包含最常用的文本编辑命令。"
+
+#~ msgid ""
+#~ "Like other GNOME applications, actions in <application>gedit</"
+#~ "application> can be performed in several ways: with the menu, with the "
+#~ "toolbar, or with shortcut keys. Shortcuts keys common to all applications "
+#~ "are listed in the <ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-"
+#~ "apps\">User Guide</ulink>."
+#~ msgstr ""
+#~ "像其它的 GNOME 应用程序一样,运行 <application>gedit</application> 的方法"
+#~ "有好几种:可以用菜单,可以用工具栏,或者用快捷键。所有程序通用的快捷键列"
+#~ "在 <ulink type=\"help\" url=\"ghelp:user-guide?shortcuts-apps\">用户指南</"
+#~ "ulink> 中。"
+
+#~ msgid "Running gedit from a Command Line"
+#~ msgstr "从命令行运行 gedit"
+
+#~ msgid ""
+#~ "You can run <application>gedit</application> from a command line and open "
+#~ "a single file or multiple files. To open multiple files from a command "
+#~ "line, type the following command, then press <keycap>Return</keycap>:"
+#~ msgstr ""
+#~ "您可以从命令行运行 <application>gedit</application>,并且打开一个文件或多"
+#~ "个文件。要从命令行打开多个文件,请键入下面的命令,然后按下<keycap>回车</"
+#~ "keycap>键:"
+
+#~ msgid "file1.txt file2.txt file3.txt"
+#~ msgstr "file1.txt file2.txt file3.txt"
+
+#~ msgid "gedit <placeholder-1/>"
+#~ msgstr "gedit <placeholder-1/>"
+
+#~ msgid "Alternatively, you can specify a URI instead of a filename."
+#~ msgstr "另外,您也可以指定一个 URI 作为文件名。"
+
+#~ msgid ""
+#~ "For more information on how to run <application>gedit</application> from "
+#~ "a command line, see the unix manual page for gedit, <ulink url=\"man:gedit"
+#~ "\" type=\"man\"><citerefentry><refentrytitle>gedit</"
+#~ "refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>."
+#~ msgstr ""
+#~ "更多运行 <application>gedit</application> 的相关信息,请参阅: <ulink url="
+#~ "\"man:gedit\" type=\"man\"><citerefentry><refentrytitle>gedit</"
+#~ "refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>。"
+
+#~ msgid "Creating a New Document"
+#~ msgstr "创建新文档"
+
+#~ msgid ""
+#~ "To create a new document, choose <menuchoice><guimenu>File</"
+#~ "guimenu><guimenuitem>New</guimenuitem></menuchoice>. The application "
+#~ "displays a new blank document in the <application>gedit</application> "
+#~ "window."
+#~ msgstr ""
+#~ "要创建一个新文件,点菜单 <menuchoice><guimenu>文件</guimenu><guimenuitem>"
+#~ "新建</guimenuitem></menuchoice>。在 <application>gedit</application> 窗口"
+#~ "中,就会显示一个新的空白文档。"
+
+#~ msgid "Opening a File"
+#~ msgstr "打开文件"
+
+#~ msgid ""
+#~ "To open a file, choose <menuchoice><guimenu>File</"
+#~ "guimenu><guimenuitem>Open</guimenuitem></menuchoice> to display the "
+#~ "<guilabel>Open File</guilabel> dialog. Select the file that you want to "
+#~ "open, then click <guibutton>Open</guibutton>. The file is displayed in "
+#~ "the <application>gedit</application> window."
+#~ msgstr ""
+#~ "要打开文件,点菜单 <menuchoice><guimenu>文件</guimenu><guimenuitem>打开</"
+#~ "guimenuitem></menuchoice>,出来一个 <guilabel>打开文件</guilabel> 对话框。"
+#~ "选择要打开的文件,然后点 <guibutton>确定</guibutton>。该文件就会显示在 "
+#~ "<application>gedit</application> 窗口中。"
+
+#~ msgid "Shows Recent Files menu icon."
+#~ msgstr "显示最近访问过的文件菜单图标。"
+
+#~ msgid ""
+#~ "The application records the paths and filenames of the five most recent "
+#~ "files that you edited and displays the files as menu items on the "
+#~ "<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click "
+#~ "on the <placeholder-1/> icon on the toolbar to display the list of recent "
+#~ "files."
+#~ msgstr ""
+#~ "应用程序会记住您最近编辑的五个文件,并显示在 <menuchoice><guimenu>文件</"
+#~ "guimenu></menuchoice> 菜单中。您也可以点击工具栏上的 <placeholder-1/> 图标"
+#~ "来显示最近访问过的文件的列表。"
+
+#~ msgid ""
+#~ "You can open multiple files in <application>gedit</application>. The "
+#~ "application adds a tab for each open file to the window. For more on this "
+#~ "see <xref linkend=\"gedit-tabs\"/>."
+#~ msgstr ""
+#~ "您可以在 <application>gedit</application> 中打开多个文件。程序将为每个打开"
+#~ "的程序在窗口里增加一个标签。更多相关信息,请参阅:<xref linkend=\"gedit-"
+#~ "tabs\"/>。"
+
+#~ msgid "You can save files in the following ways:"
+#~ msgstr "您可以使用以下几种方法来保存文件:"
+
+#~ msgid ""
+#~ "To save changes to an existing file, choose <menuchoice><guimenu>File</"
+#~ "guimenu><guimenuitem>Save</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要保存一个已经存在的文件,点菜单 <menuchoice><guimenu>文件</"
+#~ "guimenu><guimenuitem>保存</guimenuitem></menuchoice> 命令。"
+
+#~ msgid ""
+#~ "To save a new file or to save an existing file under a new filename, "
+#~ "choose <menuchoice><guimenu>File</guimenu><guimenuitem>Save As</"
+#~ "guimenuitem></menuchoice>. Enter a name for the file in the "
+#~ "<guilabel>Save As</guilabel> dialog, then click <guibutton>Save</"
+#~ "guibutton>."
+#~ msgstr ""
+#~ "要保存新文件或者用新的文件名保存一个现存的文件,请选择 "
+#~ "<menuchoice><guimenu>文件</guimenu><guimenuitem>另存为</guimenuitem></"
+#~ "menuchoice>。在 <guilabel>另存为</guilabel> 对话框中输入文件名,然后点击 "
+#~ "<guibutton>保存</guibutton>。"
+
+#~ msgid ""
+#~ "To save all of the files that are currently open in <application>gedit</"
+#~ "application>, choose <menuchoice><guimenu>Documents</"
+#~ "guimenu><guimenuitem>Save All</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "如果要保存 <application>gedit</application> 中当前打开的所有文件,请选择 "
+#~ "<menuchoice><guimenu>文档</guimenu><guimenuitem>全部保存</guimenuitem></"
+#~ "menuchoice>。"
+
+#~ msgid ""
+#~ "To close all of the files that are currently open in <application>gedit</"
+#~ "application>, choose <menuchoice><guimenu>Documents</"
+#~ "guimenu><guimenuitem>Close All</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "如果要关闭 <application>gedit</application> 中打开的所有文件,点菜单 "
+#~ "<menuchoice><guimenu>文档</guimenu><guimenuitem>全部关闭</guimenuitem></"
+#~ "menuchoice>。"
+
+#~ msgid ""
+#~ "To open a file from a Uniform Resource Identifier (URI), perform the "
+#~ "following steps:"
+#~ msgstr "要通过统一资源标识符 (URI) 打开文件,请执行以下步骤:"
+
+#~ msgid ""
+#~ "Saving to FTP servers can be enabled with <ulink type=\"help\" url="
+#~ "\"ghelp:gconf-editor\"><application>Configuration Editor</application></"
+#~ "ulink>, setting the key <systemitem>/apps/gedit-2/preferences/editor/save/"
+#~ "writable_vfs_schemes</systemitem>, but this may cause errors."
+#~ msgstr ""
+#~ "保存到远程服务器,可以通过 <ulink type=\"help\" url=\"ghelp:gconf-editor"
+#~ "\"><application>配置编辑器</application></ulink> 来启用,设置 "
+#~ "<systemitem>/apps/gedit-2/preferences/editor/save/writable_vfs_schemes</"
+#~ "systemitem>,但这可能导致错误发生。"
+
+#~ msgid "Working With Tabs"
+#~ msgstr "标签操作"
+
+#~ msgid ""
+#~ "When more than one file is open, <application>gedit</application> shows a "
+#~ "<firstterm>tab</firstterm> for each document above the display area. To "
+#~ "switch to another document, click on its tab."
+#~ msgstr ""
+#~ "当打开多个文件时,<application>gedit</application> 在上边为每个文档显示一"
+#~ "个 <firstterm>tab</firstterm>,要切换文档,点击标签即可。"
+
+#~ msgid ""
+#~ "To move a document to another <application> gedit</application> window, "
+#~ "drag the tab corresponding to the file to the window you want to move it "
+#~ "to."
+#~ msgstr ""
+#~ "要移动文档到另外的 <application>gedit</application> 窗口,只要把这个文档标"
+#~ "签拖过去即可。"
+
+#~ msgid ""
+#~ "To move a document to a new <application> gedit</application> window, "
+#~ "either drag its tab to the desktop, or choose "
+#~ "<menuchoice><guimenu>Documents</guimenu><guimenuitem>Move to New Window</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要移动一个文档到新的 <application>gedit</application> 窗口,或者拖动标签到"
+#~ "桌面上,也可以点菜单 <menuchoice><guimenu>文档</guimenu><guimenuitem>移动"
+#~ "到新窗口</guimenuitem></menuchoice>。"
+
+#~ msgid "Working with Text"
+#~ msgstr "文本操作"
+
+#~ msgid "Editing Text"
+#~ msgstr "编辑文本"
+
+#~ msgid "You can edit the text of a file in the following ways:"
+#~ msgstr "您可以通过以下方法来编辑文件中的文本:"
+
+#~ msgid ""
+#~ "Type new text from the keyboard. The blinking <firstterm>insertion "
+#~ "cursor</firstterm> marks the point where new text appears. To change "
+#~ "this, use the arrow keys on the keyboard or click with the mouse."
+#~ msgstr ""
+#~ "通过键盘来输入文字。<firstterm>光标插入点</firstterm> 指示新的文本将输入到"
+#~ "这里。要插入到别处,可以用方向键或鼠标点击来改变光标插入点位置。"
+
+#~ msgid ""
+#~ "To copy the selected text to the clipboard, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></"
+#~ "menuchoice>."
+#~ msgstr ""
+#~ "要将选定的文本复制到剪贴板,点菜单 <menuchoice><guimenu>编辑</"
+#~ "guimenu><guimenuitem>复制</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "To delete the selected text from the file and move the selected text to "
+#~ "the clipboard, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Cut</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要将选定的文本剪切到剪贴板中,点菜单 <menuchoice><guimenu>编辑</"
+#~ "guimenu><guimenuitem>剪切</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "To permanently delete the selected text from the file, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></"
+#~ "menuchoice>."
+#~ msgstr ""
+#~ "要从文件中永久删除选定的文本,点菜单 <menuchoice><guimenu>编辑</"
+#~ "guimenu><guimenuitem>删除</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "To insert the contents of the clipboard at the cursor position, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+#~ "menuchoice>. You must cut or copy text before you can paste text into the "
+#~ "file, either from gedit or another application."
+#~ msgstr ""
+#~ "要在光标位置插入剪贴板中的内容,点菜单 <menuchoice><guimenu>编辑</"
+#~ "guimenu><guimenuitem>粘贴</guimenuitem></menuchoice>。您必须要在gedit 或其"
+#~ "他程序里,先剪切或者复制文本,然后才能粘贴文本。"
+
+#~ msgid ""
+#~ "To select all of the text in a file, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Select All</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要选择文件中的所有文本,点菜单 <menuchoice><guimenu>编辑</"
+#~ "guimenu><guimenuitem>全部选定</guimenuitem></menuchoice>。"
+
+#~ msgid "Undoing and Redoing Changes"
+#~ msgstr "撤销和重做"
+
+#~ msgid ""
+#~ "To undo a change you have made, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To reverse this "
+#~ "action, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要撤销你做的更改,点菜单 <menuchoice><guimenu>编辑</guimenu><guimenuitem>"
+#~ "撤销</guimenuitem></menuchoice>。要恢复一个操作,点菜单 "
+#~ "<menuchoice><guimenu>编辑</guimenu><guimenuitem>重做</guimenuitem></"
+#~ "menuchoice>。"
+
+#~ msgid "Finding and Replacing"
+#~ msgstr "查找和替换文本"
+
+#~ msgid ""
+#~ "In <application>gedit</application>, there are two ways of searching for "
+#~ "text. You can use the <guilabel>Find</guilabel> dialog to search for a "
+#~ "specific piece of text, or <guilabel>Incremental Search</guilabel> to "
+#~ "highlight matching text as you type it."
+#~ msgstr ""
+#~ "在 <application>gedit</application> 中,有两种方法搜索文本。您可以使用 "
+#~ "<guilabel>查找</guilabel> 对话框来搜索指定的一段文字,也可以使用 "
+#~ "<guilabel>增量搜索</guilabel> 高亮匹配您输入的文本。"
+
+#~ msgid "To search a file for a string of text, perform the following steps:"
+#~ msgstr "要在文件中搜索文本字符串,请按以下步骤操作:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Find</guilabel> dialog."
+#~ msgstr ""
+#~ "点菜单 <menuchoice><guimenu>搜索</guimenu><guimenuitem>查找</"
+#~ "guimenuitem></menuchoice>,显示 <guilabel>查找</guilabel> 对话框。"
+
+#~ msgid ""
+#~ "Type the string that you want to find in the <guilabel>Search for</"
+#~ "guilabel> field. You can include special characters such as a new line or "
+#~ "tab: see <xref linkend=\"gedit-find-escapes\"/>."
+#~ msgstr ""
+#~ "在 <guilabel>搜索框</guilabel> 里输入您要查找的字符串,可以包括换行符和制"
+#~ "表符,请参阅:<xref linkend=\"gedit-find-escapes\"/>。"
+
+#~ msgid ""
+#~ "Click <guibutton>Find</guibutton> to search the file for the first "
+#~ "occurrence of the string after your current cursor position. If "
+#~ "<application>gedit</application> finds the string, the application "
+#~ "selects first occurrence of the string. Other occurrences of the string "
+#~ "are highlighted."
+#~ msgstr ""
+#~ "点击 <guibutton>查找</guibutton> 就可以从当前位置开始搜索字符串。如果 "
+#~ "<application>gedit</application> 找到了该字符串,就会选中第一个匹配项,其"
+#~ "他的匹配项则会高亮显示。"
+
+#~ msgid ""
+#~ "To find the next occurrence of the string, click <guibutton>Find</"
+#~ "guibutton> or choose <menuchoice><guimenu>Search</"
+#~ "guimenu><guimenuitem>Find Next</guimenuitem></menuchoice>. To find the "
+#~ "previous occurrence of the text, choose <menuchoice><guimenu>Search</"
+#~ "guimenu><guimenuitem>Find Previous</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要查找下一个匹配项,继续点 <guibutton>查找</guibutton>,也可以点菜单 "
+#~ "<menuchoice><guimenu>搜索</guimenu><guimenuitem>查找下一个</guimenuitem></"
+#~ "menuchoice>。要查找前一个匹配项,点菜单 <menuchoice><guimenu>搜索</"
+#~ "guimenu><guimenuitem>查找上一个</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "After you have closed the <guilabel>Find</guilabel> dialog, you can still "
+#~ "move the selection to other occurrences of the text by choosing "
+#~ "<menuchoice><guimenu>Search</guimenu><guimenuitem>Find Next</"
+#~ "guimenuitem></menuchoice> and <menuchoice><guimenu>Search</"
+#~ "guimenu><guimenuitem>Find Previous</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "关闭了 <guilabel>查找</guilabel> 对话框后,您还可以通过 "
+#~ "<menuchoice><guimenu>搜索</guimenu><guimenuitem>查找下一个</guimenuitem></"
+#~ "menuchoice> 命令,或者 <menuchoice><guimenu>搜索</guimenu><guimenuitem>查"
+#~ "找上一个</guimenuitem></menuchoice> ,来搜索另外的匹配项。"
+
+#~ msgid ""
+#~ "To remove the highlighting from the text, choose "
+#~ "<menuchoice><guimenu>Search</guimenu><guimenuitem>Clear Highlight</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要清除所有高亮文本,点菜单 <menuchoice><guimenu>搜索</"
+#~ "guimenu><guimenuitem>清除高亮显示</guimenuitem></menuchoice>。"
+
+#~ msgid "Incremental Search"
+#~ msgstr "增量搜索"
+
+#~ msgid ""
+#~ "Incremental search highlights matching text in the document as you type "
+#~ "it letter by letter. (This is similar to the search feature in several "
+#~ "web browsers.)"
+#~ msgstr ""
+#~ "增量搜索会高亮匹配文档中,您要查找的文本。(这个特性类似于一些网页浏览器中"
+#~ "的搜索功能。)"
+
+#~ msgid ""
+#~ "To start an incremental search, choose <menuchoice><guimenu>Search</"
+#~ "guimenu><guimenuitem>Incremental Search</guimenuitem></menuchoice>. The "
+#~ "search box appears at the top of the display area."
+#~ msgstr ""
+#~ "要开始一个增量搜索,点菜单 <menuchoice><guimenu>搜索</"
+#~ "guimenu><guimenuitem>增量搜索</guimenuitem></menuchoice>。在工作区顶部出现"
+#~ "一个搜索框。"
+
+#~ msgid ""
+#~ "Begin typing, and text that matches will be highlighted in the document. "
+#~ "The first instance after the cursor position is also selected."
+#~ msgstr "输入后,文档中匹配的文本都会高亮显示,第一个匹配项也会被选中。"
+
+#~ msgid ""
+#~ "To advance the selection to the next match while keeping the incremental "
+#~ "search box open, press <keycombo><keycap>Ctrl</keycap><keycap>G</keycap></"
+#~ "keycombo>. Press <keycombo><keycap>Ctrl</keycap><keycap>Shift</"
+#~ "keycap><keycap>G</keycap></keycombo> to go back to the previous match."
+#~ msgstr ""
+#~ "要想跳到第二个匹配项,按组合键 <keycombo><keycap>Ctrl</keycap><keycap>G</"
+#~ "keycap></keycombo>。按 <keycombo><keycap>Ctrl</keycap><keycap>Shift</"
+#~ "keycap><keycap>G</keycap></keycombo> 回到前一个匹配项。"
+
+#~ msgid ""
+#~ "You can also use the up and down arrow keys or the mouse wheel to move "
+#~ "the selection between matches."
+#~ msgstr "您也可以使用上下方向键或鼠标滚轮,在各个匹配项之前切换。"
+
+#~ msgid ""
+#~ "To search a file for a string, and replace the string with an alternative "
+#~ "string, perform the following steps:"
+#~ msgstr ""
+#~ "要在文件中搜索一个字符串,并用另一个字符串替换该字符串,请执行以下步骤:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Replace</guilabel> "
+#~ "dialog."
+#~ msgstr ""
+#~ "选择<menuchoice><guimenu>“搜索”</guimenu><guimenuitem>“替换”</"
+#~ "guimenuitem></menuchoice>,显示<guilabel>“替换”</guilabel>对话框。"
+
+#~ msgid ""
+#~ "Type the string that you want to find, in the <guilabel>Search for</"
+#~ "guilabel> field. You can include special characters such as a new line or "
+#~ "tab: see <xref linkend=\"gedit-find-escapes\"/>."
+#~ msgstr ""
+#~ "在 <guilabel>搜索框</guilabel> 中输入您想查找的字符。还可以输入特殊字符,"
+#~ "像换行符或制表符,请参阅: <xref linkend=\"gedit-find-escapes\"/>。"
+
+#~ msgid ""
+#~ "Type the string that you want to use to replace the string that you find, "
+#~ "in the <guilabel>Replace with</guilabel> field."
+#~ msgstr ""
+#~ "在 <guilabel>替换为</guilabel> 文本框中输入用来替换查找到的字符串的字符"
+#~ "串。"
+
+#~ msgid ""
+#~ "To examine each occurrence of the string before replacing it, click "
+#~ "<guibutton>Find</guibutton>. If <application>gedit</application> finds "
+#~ "the string, the application selects the string. Click <guibutton>Replace</"
+#~ "guibutton> to replace the selected occurrence of the string. To find the "
+#~ "next occurrence of the string, click <guibutton>Find</guibutton> again."
+#~ msgstr ""
+#~ "在替换之前如果想检查一下,点击 <guibutton>查找</guibutton>,如果 "
+#~ "<application>gedit</application> 找到对应的字符,将会选中它,然后点 "
+#~ "<guibutton>替换</guibutton>,就可以替换找到的字符。要查找下一个匹配项,继"
+#~ "续点 <guibutton>查找</guibutton>。"
+
+#~ msgid "Find and Replace Options"
+#~ msgstr "查找和替换选项"
+
+#~ msgid ""
+#~ "The <guilabel>Find</guilabel> dialog and the <guilabel>Replace</guilabel> "
+#~ "dialog both have the following options:"
+#~ msgstr ""
+#~ "<guilabel>查找</guilabel> 对话框和 <guilabel>替换</guilabel> 对话框,都有"
+#~ "下面的这些选项:"
+
+#~ msgid ""
+#~ "Select the <guilabel>Match case</guilabel> option to only find "
+#~ "occurrences of the string that match the case of the text that you type. "
+#~ "For example, with <guilabel>Match case</guilabel> selected, \"TEXT\" will "
+#~ "not match \"text\"."
+#~ msgstr ""
+#~ "选中 <guilabel>区分大小写</guilabel> 选项,仅查找完全匹配大小写的字符串。"
+#~ "例如,选中 <guilabel>区分大小写</guilabel>, “TEXT”和“text”是不一样的。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Match entire word only</guilabel> option to only "
+#~ "find occurrences of the string that match the entire words of the text "
+#~ "that you type. For example, with <guilabel>Match entire word only</"
+#~ "guilabel> selected, \"text\" will not match \"texture\"."
+#~ msgstr ""
+#~ "选中 <guilabel>匹配整个单词</guilabel> 选项,只是查找那些与您键入文本的整"
+#~ "个单词相同的字符串。例如,选中了 <guilabel>匹配整个单词</guilabel> 选"
+#~ "项,“text”和“texture”是不匹配的。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Search backwards</guilabel> option to search "
+#~ "backwards towards the beginning of the document."
+#~ msgstr "选中 <guilabel>反向搜索</guilabel>,就会向着文件开头的方向搜索。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Wrap around</guilabel> option to search to one end "
+#~ "of the document and then continue the search from the other end of the "
+#~ "file."
+#~ msgstr ""
+#~ "选中 <guilabel>回到头部继续搜索</guilabel> 选项,当搜索到文件尾以后,接着"
+#~ "从文件开头继续搜索。"
+
+#~ msgid ""
+#~ "You can include the following escape sequences in the text to find or "
+#~ "replace to represent special characters:"
+#~ msgstr "您可以在查找或替换文本中,包括下列转义字符:"
+
+#~ msgid "Specifies a new line."
+#~ msgstr "插入一个新行。"
+
+#~ msgid "Specifies a tab character."
+#~ msgstr "插入一个 Tab 制表符。"
+
+#~ msgid "\\\\"
+#~ msgstr "\\\\"
+
+#~ msgid ""
+#~ "The backslash character itself must be escaped if it is being searched "
+#~ "for. For example, if you are looking for the \"<literal>\\n</literal>\" "
+#~ "literal, you will have to type \"\\\\n\" in the <guilabel>Search for</"
+#~ "guilabel> field. Or if you are looking for a sequence of backslashes, you "
+#~ "will have to double the number of searched backslashes."
+#~ msgstr ""
+#~ "反斜杠转义字符在搜索时会被忽略。例如如果您想查找文字 \"<literal>\\n</"
+#~ "literal>\" ,您需要在 <guilabel>搜索框</guilabel> 里输入 \"\\\\n\"。或者如"
+#~ "果您要查找连续的反斜杠,您必须输入两个反斜杠来搜索它。"
+
+#~ msgid "Positioning the Cursor on a Specific Line"
+#~ msgstr "将光标定位到指定的行"
+
+#~ msgid ""
+#~ "To position the cursor on a specific line in the current file, choose "
+#~ "<menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</"
+#~ "guimenuitem></menuchoice>. The line number box appears at the top of the "
+#~ "display area."
+#~ msgstr ""
+#~ "要把定位光标到当前文件指定的行,点菜单 <menuchoice><guimenu>搜索</"
+#~ "guimenu><guimenuitem>转到行</guimenuitem></menuchoice>。在工作区顶部出现一"
+#~ "个行号文本框。"
+
+#~ msgid ""
+#~ "Begin typing the number of the line that you want to move the cursor to "
+#~ "and the document will scroll to the specified line."
+#~ msgstr "输入您想转到的行,文档会自动跳转到这一行显示。"
+
+#~ msgid ""
+#~ "To dismiss the box and move the cursor to the specified line, press "
+#~ "<keycap>Return</keycap>."
+#~ msgstr ""
+#~ "要去掉这个文本框,并将光标移到指定行,按一下 <keycap>回车键</keycap>。"
+
+#~ msgid "Setting the Page Options"
+#~ msgstr "设置页面选项"
+
+#~ msgid ""
+#~ "To set the page options, choose <menuchoice><guimenu>File</"
+#~ "guimenu><guimenuitem>Page Setup</guimenuitem></menuchoice> to display the "
+#~ "<guilabel>Page Setup</guilabel> dialog."
+#~ msgstr ""
+#~ "要设置页面选项,点菜单 <menuchoice><guimenu>文件</guimenu><guimenuitem>页"
+#~ "面设置</guimenuitem></menuchoice>,出来一个 <guilabel>页面设置</guilabel> "
+#~ "对话框。"
+
+#~ msgid ""
+#~ "The <guilabel>Page Setup</guilabel> dialog enables you to specify the "
+#~ "following print options:"
+#~ msgstr "<guilabel>页面设置</guilabel> 对话框允许您设定下面这些打印选项:"
+
+#~ msgid ""
+#~ "Select this option to print syntax highlighting. For more information "
+#~ "about syntax highlighting, see <xref linkend=\"gedit-set-highlightmode\"/"
+#~ ">."
+#~ msgstr ""
+#~ "选中此项,打印高亮语法格式。更多相关信息,请参阅:<xref linkend=\"gedit-"
+#~ "set-highlightmode\"/>。"
+
+#~ msgid "Print page headers"
+#~ msgstr "打印页眉"
+
+#~ msgid ""
+#~ "Select this option to include a header on each page that you print. You "
+#~ "cannot configure the header."
+#~ msgstr "如果选择此选项,系统会在打印时打印每页的页眉。您不能配置页眉。"
+
+#~ msgid "Line Numbers"
+#~ msgstr "行号"
+
+#~ msgid ""
+#~ "Select the <guilabel>Print line numbers</guilabel> option to include line "
+#~ "numbers when you print a file."
+#~ msgstr "选中 <guilabel>打印行号</guilabel> 选项,打印文件时也包括行号。"
+
+#~ msgid ""
+#~ "Use the <guilabel>Number every ... lines </guilabel> spin box to specify "
+#~ "how often to print the line numbers, for example every 5 lines, every 10 "
+#~ "lines, and so on."
+#~ msgstr ""
+#~ "在 <guilabel>每几行打印一次行</guilabel> 微调按钮框中,设定多久打印一次行"
+#~ "号,例如每 5 行打印一次,每 10 行 打印一次,等等。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Enable text wrapping</guilabel> option to wrap text "
+#~ "onto the next line, at a character level, when you print a file. The "
+#~ "application counts wrapped lines as one line for line numbering purposes."
+#~ msgstr ""
+#~ "选中 <guilabel>允许文本换行</guilabel>,当您打印一个文件时,将自动换行文本"
+#~ "字符。程序在统计行数时,将折行还是算作一行。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Do not split words over two lines</guilabel> option "
+#~ "to wrap text onto the next line, at a word level, when you print a file."
+#~ msgstr ""
+#~ "选中 <guilabel>不将一个单词拆在两行</guilabel> 选项,会将整个单词换到下一"
+#~ "行,当您打印文件时,将自动换行文本单词。"
+
+#~ msgid "Fonts"
+#~ msgstr "字体"
+
+#~ msgid "Body"
+#~ msgstr "正文"
+
+#~ msgid ""
+#~ "Click on this button to select the font to use to print the body text of "
+#~ "a file."
+#~ msgstr "单击此按钮可以选择打印文件正文文本所用的字体。"
+
+#~ msgid "Line numbers"
+#~ msgstr "行号"
+
+#~ msgid ""
+#~ "Click on this button to select the font to use to print line numbers."
+#~ msgstr "单击此按钮可以选择打印行号所用的字体。"
+
+#~ msgid "Headers and footers"
+#~ msgstr "页眉和页脚"
+
+#~ msgid ""
+#~ "Click on this button to select the font to use to print the headers and "
+#~ "footers in a file."
+#~ msgstr "单击此按钮可以选择打印文件页眉、页脚所用的字体。"
+
+#~ msgid ""
+#~ "To reset the fonts to the default fonts for printing a file from "
+#~ "<application>gedit</application>, click <guibutton>Restore Default Fonts</"
+#~ "guibutton>."
+#~ msgstr ""
+#~ "要在 <application>gedit</application> 中,将打印字体恢复到默认字体,点击 "
+#~ "<guibutton>恢复为默认字体</guibutton>。"
+
+#~ msgid ""
+#~ "You can use <application>gedit</application> to perform the following "
+#~ "print operations:"
+#~ msgstr "您可以使用 <application>gedit</application> 来执行以下打印操作:"
+
+#~ msgid "Print the output of the print command to a file."
+#~ msgstr "将打印命令的输出打印到文件中。"
+
+#~ msgid ""
+#~ "If you print to a file, <application>gedit</application> sends the output "
+#~ "of the file to a pre-press format file. The most common pre-press formats "
+#~ "are PostScript and Portable Document Format (PDF)."
+#~ msgstr ""
+#~ "如果是打印到文件中,<application>gedit</application> 会将该文件的输出发送"
+#~ "到一个印前格式的文件中。最常用的印前格式是 PostScript 格式和可移植文档格"
+#~ "式 (PDF)。"
+
+#~ msgid ""
+#~ "To preview the pages that you want to print, choose "
+#~ "<menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要预览要打印的页面,请选择 <menuchoice><guimenu>文件</"
+#~ "guimenu><guimenuitem>打印预览</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "To print the current file to a printer or a file, choose "
+#~ "<menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></"
+#~ "menuchoice> to display the <guilabel>Print</guilabel> dialog."
+#~ msgstr ""
+#~ "要将当前文件打印到打印机或者一个文件中,点菜单 <menuchoice><guimenu>文件</"
+#~ "guimenu><guimenuitem>打印</guimenuitem></menuchoice>,显示 <guilabel>打印"
+#~ "</guilabel> 对话框。"
+
+#~ msgid ""
+#~ "The <guilabel>Print</guilabel> dialog enables you to specify the "
+#~ "following print options:"
+#~ msgstr "<guilabel>打印</guilabel> 对话框允许您指定以下打印选项:"
+
+#~ msgid "Job Tabbed Section"
+#~ msgstr "任务区段"
+
+#~ msgid "Print range"
+#~ msgstr "打印范围"
+
+#~ msgid ""
+#~ "Select one of the following options to determine how many pages to print:"
+#~ msgstr "选择以下一个选项,以确定要打印的页数:"
+
+#~ msgid "All"
+#~ msgstr "全部"
+
+#~ msgid "Select this option to print all of the pages in the file."
+#~ msgstr "如果选择该选项,将打印文件中的所有页。"
+
+#~ msgid ""
+#~ "Select this option to print the specified lines only. Use the "
+#~ "<guilabel>From</guilabel> and <guilabel>To</guilabel> spin boxes to "
+#~ "specify the line range."
+#~ msgstr ""
+#~ "选中此项,仅打印指定行。使用 <guilabel>从</guilabel> 和 <guilabel>到</"
+#~ "guilabel> 微调按钮框,指定打印行的范围。"
+
+#~ msgid "Selection"
+#~ msgstr "选定范围"
+
+#~ msgid ""
+#~ "Select this option to print the selected text only. This option is only "
+#~ "available if you select text."
+#~ msgstr ""
+#~ "如果选择该选项,将只打印选定的文本。该选项只有在选定了文本时才可用。"
+
+#~ msgid "Copies"
+#~ msgstr "副本"
+
+#~ msgid ""
+#~ "Use the <guilabel>Number of copies</guilabel> spin box to specify the "
+#~ "number of copies of the file that you want to print."
+#~ msgstr "点击 <guilabel>副本数</guilabel> 微调按钮框,指定您想打印的份数。"
+
+#~ msgid ""
+#~ "If you print multiple copies of the file, select the <guilabel>Collate</"
+#~ "guilabel> option to collate the printed copies."
+#~ msgstr ""
+#~ "如果您要该文件的多个副本,则可以 <guilabel>顺序</guilabel> 选项中指定副本"
+#~ "打印的顺序。"
+
+#~ msgid "Printer Tabbed Section"
+#~ msgstr "打印机标签段"
+
+#~ msgid "Printer"
+#~ msgstr "打印机"
+
+#~ msgid ""
+#~ "Use this drop-down list to select the printer to which you want to print "
+#~ "the file."
+#~ msgstr "点击下拉列表,选择您想要用来打印文件的打印机。"
+
+#~ msgid "Settings"
+#~ msgstr "设置"
+
+#~ msgid "Use this drop-down list to select the printer settings."
+#~ msgstr "点击下拉列表,设定打印机选项。"
+
+#~ msgid ""
+#~ "To configure the printer, click <guibutton>Configure</guibutton>. For "
+#~ "example, you can enable or disable duplex printing, or schedule delayed "
+#~ "printing, if this functionality is supported by the printer."
+#~ msgstr ""
+#~ "要配置打印机,点 <guibutton>配置</guibutton>。例如,你可以启用或禁用双面打"
+#~ "印,或放入打印队列中,如果打印机支持此项功能。"
+
+#~ msgid "Location"
+#~ msgstr "位置"
+
+#~ msgid ""
+#~ "Use this drop-down list to select one of the following print destinations:"
+#~ msgstr "点击下拉列表,选择下面一个打印目标:"
+
+#~ msgid "CUPS"
+#~ msgstr "CUPS"
+
+#~ msgid "Print the file to a CUPS printer."
+#~ msgstr "将文件打印到 CUPS 打印机。"
+
+#~ msgid ""
+#~ "If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is "
+#~ "the only entry in this drop-down list."
+#~ msgstr ""
+#~ "如果选择的打印机是一个 CUPS 打印机,<guilabel>CUPS</guilabel> 是下拉列表中"
+#~ "的唯一一项。"
+
+#~ msgid "lpr"
+#~ msgstr "lpr"
+
+#~ msgid "File"
+#~ msgstr "文件"
+
+#~ msgid "Print the file to a PostScript file."
+#~ msgstr "将文件打印输出到一个 PostScript 文件中。"
+
+#~ msgid ""
+#~ "Click <guibutton>Save As</guibutton> to display a dialog where you "
+#~ "specify the name and location of the PostScript file."
+#~ msgstr ""
+#~ "点 <guibutton>另存为</guibutton> 出来一个对话框,您可以指定 PostScript 文"
+#~ "件保存的位置和文件名。"
+
+#~ msgid "Custom"
+#~ msgstr "自定义"
+
+#~ msgid ""
+#~ "Type the name of the command in the text box. Include all command-line "
+#~ "arguments."
+#~ msgstr "在文本框中输入命令的名称,包括所有的命令行参数。"
+
+#~ msgid "State"
+#~ msgstr "状态"
+
+#~ msgid "This functionality is not supported in this version of gedit."
+#~ msgstr "在这个版本的 gedit 中,不支持这个功能。"
+
+#~ msgid "Type"
+#~ msgstr "类型"
+
+#~ msgid "Paper Tabbed Section"
+#~ msgstr "纸张标签段"
+
+#~ msgid "Paper size"
+#~ msgstr "纸张大小"
+
+#~ msgid ""
+#~ "Use this drop-down list to select the size of the paper to which you want "
+#~ "to print the file."
+#~ msgstr "使用此下拉列表可以选择您用来打印该文件的纸张的大小。"
+
+#~ msgid "Width"
+#~ msgstr "纸张宽度"
+
+#~ msgid ""
+#~ "Use this spin box to specify the width of the paper. Use the adjacent "
+#~ "drop-down list to change the measurement unit."
+#~ msgstr "点击微调按钮框指定纸张宽度,在旁边的下拉列表中可以更改用度量单位。"
+
+#~ msgid "Height"
+#~ msgstr "纸张高度"
+
+#~ msgid "Use this spin box to specify the height of the paper."
+#~ msgstr "使用此微调按钮框可以指定纸张高度。"
+
+#~ msgid "Feed orientation"
+#~ msgstr "送纸方向"
+
+#~ msgid ""
+#~ "Use this drop-down list to select the orientation of the paper in the "
+#~ "printer."
+#~ msgstr "使用此下拉列表可以选择打印机中的纸张方向。"
+
+#~ msgid "Page orientation"
+#~ msgstr "纸张方向"
+
+#~ msgid "Use this drop-down list to select the page orientation."
+#~ msgstr "使用此下拉列表可以选择纸张方向。"
+
+#~ msgid "Layout"
+#~ msgstr "布局"
+
+#~ msgid ""
+#~ "Use this drop-down list to select the page layout. A preview of each "
+#~ "layout that you select is displayed in the <guilabel>Preview</guilabel> "
+#~ "area."
+#~ msgstr ""
+#~ "使用此下拉列表可以选择纸张布局。您选择的每个布局的预览会显示在 <guilabel>"
+#~ "预览</guilabel>区域中。"
+
+#~ msgid "Paper tray"
+#~ msgstr "纸盘"
+
+#~ msgid "Use this drop-down list to select the paper tray."
+#~ msgstr "点下拉列表,选择纸盘。"
+
+#~ msgid "Programming Features"
+#~ msgstr "程序特性"
+
+#~ msgid ""
+#~ "Several of <application>gedit</application>'s features for programming "
+#~ "are provided with plugins. For example, the Tag List plugin provides a "
+#~ "list of commonly-used tags for different markup languages: see <xref "
+#~ "linkend=\"gedit-tag-list-plugin\"/>."
+#~ msgstr ""
+#~ "<application>gedit</application> 的一些特性由插件提供。例如,标记列表插件"
+#~ "提供一个不同标记语言的常用标记列表:请参阅 <xref linkend=\"gedit-tag-list-"
+#~ "plugin\"/>。"
+
+#~ msgid ""
+#~ "Syntax highlighting makes source code easier to read by showing different "
+#~ "parts of the text in different colors."
+#~ msgstr "高亮语法格式,将不同部分文本显示不同颜色,使得源代码更容易阅读。"
+
+#~ msgid ""
+#~ "<application>gedit</application> chooses an appropriate syntax "
+#~ "highlighting mode based on a document's type. To override the syntax "
+#~ "highlighting mode, choose <menuchoice><guimenu>View</"
+#~ "guimenu><guimenuitem>Highlight Mode</guimenuitem></menuchoice>, then "
+#~ "choose one of the following menu items:"
+#~ msgstr ""
+#~ "<application>gedit</application> 针对文本的类型,选择一个合适的高亮语法模"
+#~ "式。要替换高亮语法模式,点菜单 <menuchoice><guimenu>查看</"
+#~ "guimenu><guimenuitem>高亮语法模式</guimenuitem></menuchoice>,然后选择下面"
+#~ "的一种。"
+
+#~ msgid "Normal"
+#~ msgstr "普通"
+
+#~ msgid "Do not display any syntax highlighting."
+#~ msgstr "不显示高亮语法格式"
+
+#~ msgid "Sources"
+#~ msgstr "源代码"
+
+#~ msgid ""
+#~ "Display syntax highlighting to edit source code. Use the "
+#~ "<guisubmenu>Sources</guisubmenu> submenu to select the source code type."
+#~ msgstr ""
+#~ "显示编辑源代码的高亮语法格式。在 <guisubmenu>源代码</guisubmenu> 子菜单"
+#~ "中,再选择源代码类型。"
+
+#~ msgid "Markup"
+#~ msgstr "标记语言"
+
+#~ msgid ""
+#~ "Display syntax highlighting to edit markup code. Use the "
+#~ "<guisubmenu>Markup</guisubmenu> submenu to select the markup code type."
+#~ msgstr ""
+#~ "显示标记语言的高亮语法格式。在 guisubmenu>标记语言</guisubmenu> 子菜单中选"
+#~ "择一种标记语言类型。"
+
+#~ msgid ""
+#~ "Display syntax highlighting to edit script code. Use the "
+#~ "<guisubmenu>Scripts</guisubmenu> submenu to select the script code type."
+#~ msgstr ""
+#~ "显示编辑脚本语言的高亮语法格式。在 <guisubmenu>脚本语言</guisubmenu> 子菜"
+#~ "单中,选择一种脚本语言类型。"
+
+#~ msgid "Others"
+#~ msgstr "其他"
+
+#~ msgid ""
+#~ "Display syntax highlighting to edit other types of code. Use the "
+#~ "<guisubmenu>Others</guisubmenu> submenu to select the code type."
+#~ msgstr ""
+#~ "显示编辑其他代码的高亮语法格式。在 <guisubmenu>其他</guisubmenu> 子菜单中"
+#~ "选择一种代码类型。"
+
+#~ msgid "Piping the Output of a Command to a File"
+#~ msgstr "通过管道命令输出到文件"
+
+#~ msgid ""
+#~ "You can use <application>gedit</application> to pipe the output of a "
+#~ "command to a text file. For example, to pipe the output of an "
+#~ "<command>ls</command> command to a text file, type <command>ls | gedit</"
+#~ "command>, then press <keycap>Return</keycap>."
+#~ msgstr ""
+#~ "您可以使用 <application>gedit</application> 将命令的输出输送到文本文件中。"
+#~ "例如,要将 <command>ls</command> 命令的输出输送到一个文本文件中,输入 "
+#~ "<command>ls | gedit</command>,然后按 <keycap>回车键</keycap>。"
+
+#~ msgid ""
+#~ "The output of the <command>ls</command> command is displayed in a new "
+#~ "text file in the <application>gedit</application> window."
+#~ msgstr ""
+#~ "<command>ls</command> 命令的输出就会显示在 <application>gedit</"
+#~ "application> 窗口的一个新文件中。"
+
+#~ msgid ""
+#~ "Alternatively, you can use the <application>External tools</application> "
+#~ "plugin to pipe command output to the current file."
+#~ msgstr ""
+#~ "另外,您也可以使用<application>外部工具</application> 插件,把命令输出到当"
+#~ "前文件。"
+
+#~ msgid "Shortcut Keys"
+#~ msgstr "快捷键"
+
+#~ msgid ""
+#~ "For more on shortcut keys, see the <ulink type=\"help\" url=\"ghelp:user-"
+#~ "guide?keyboard-skills\">Desktop User Guide</ulink>."
+#~ msgstr ""
+#~ "更多快捷键,请参阅:<ulink type=\"help\" url=\"ghelp:user-guide?keyboard-"
+#~ "skills\">桌面用户指南</ulink>。"
+
+#~ msgid "Shortcuts for tabs:"
+#~ msgstr "标签快捷键:"
+
+#~ msgid "Shortcut Key"
+#~ msgstr "快捷键"
+
+#~ msgid "Alt + n"
+#~ msgstr "Alt + n"
+
+#~ msgid "Files"
+#~ msgstr "文件"
+
+#~ msgid "Ctrl + L"
+#~ msgstr "Ctrl + L"
+
+#~ msgid "Open a location."
+#~ msgstr "打开位置。"
+
+#~ msgid "Edit"
+#~ msgstr "编辑"
+
+#~ msgid "Select all."
+#~ msgstr "全选"
+
+#~ msgid "Panes"
+#~ msgstr "面板"
+
+#~ msgid "Ctrl + K"
+#~ msgstr "Ctrl + K"
+
+#~ msgid "Interactive search."
+#~ msgstr "交互式搜索。"
+
+#~ msgid "Tools"
+#~ msgstr "工具"
+
+#~ msgid "Ctrl + T"
+#~ msgstr "Ctrl + T"
+
+#~ msgid "Indent (with plugin)."
+#~ msgstr "缩进(使用插件)。"
+
+#~ msgid "Ctrl + Shift + T"
+#~ msgstr "Ctrl + Shift + T"
+
+#~ msgid "Remove Indent (with plugin)."
+#~ msgstr "清除缩进(使用插件)。"
+
+#~ msgid "Help"
+#~ msgstr "帮助"
+
+#~ msgid "Open <application>gedit</application>'s user manual."
+#~ msgstr "打开 <application>gedit</application> 的用户手册。"
+
+#~ msgid "Preferences"
+#~ msgstr "首选项"
+
+#~ msgid ""
+#~ "To configure <application>gedit</application>, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+#~ "guimenuitem></menuchoice>. The <guilabel>Preferences</guilabel> dialog "
+#~ "contains the following categories:"
+#~ msgstr ""
+#~ "要配置 <application>gedit</application>,点菜单 <menuchoice><guimenu>编辑"
+#~ "</guimenu><guimenuitem>首选项</guimenuitem></menuchoice>。 <guilabel>首选"
+#~ "项</guilabel> 对话框包含以下类别:"
+
+#~ msgid "View Preferences"
+#~ msgstr "查看"
+
+#~ msgid ""
+#~ "Select the <guilabel>Enable text wrapping</guilabel> option to have long "
+#~ "lines of text flow into paragraphs instead of running off the edge of the "
+#~ "text window. This avoids having to scroll horizontally"
+#~ msgstr ""
+#~ "选中 <guilabel>允许文本换行</guilabel> 选项,长的文本行会折行,而不是跑到"
+#~ "文本窗口外边。这就不需要使用水平滚动条。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Do not split words over two lines</guilabel> option "
+#~ "to have the text wrapping option preserve whole words when flowing text "
+#~ "to the next line. This makes text easier to read."
+#~ msgstr ""
+#~ "选中 <guilabel>不将一个单词拆在两行</guilabel> 选项,会将整个单词换到下一"
+#~ "行,使文本更容易阅读。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Display line numbers</guilabel> option to display "
+#~ "line numbers on the left side of the <application>gedit</application> "
+#~ "window."
+#~ msgstr ""
+#~ "选中 <guilabel>显示行号</guilabel>,在 <application>gedit</application> 窗"
+#~ "口的左侧显示行号。"
+
+#~ msgid "Current Line"
+#~ msgstr "当前行"
+
+#~ msgid ""
+#~ "Select the <guilabel>Highlight current line</guilabel> option to "
+#~ "highlight the line where the cursor is placed."
+#~ msgstr ""
+#~ "选中 <guilabel>高亮显示当前行</guilabel> 选项,光标所在的行会高亮显示。"
+
+#~ msgid "Right Margin"
+#~ msgstr "右边距"
+
+#~ msgid ""
+#~ "Select the <guilabel>Display right margin</guilabel> option to display a "
+#~ "vertical line that indicates the right margin."
+#~ msgstr "选中 <guilabel>显示右边距</guilabel> 选项,显示一条竖线指示右边距。"
+
+#~ msgid ""
+#~ "Use the <guilabel>Right margin at column</guilabel> spin box to specify "
+#~ "the location of the vertical line."
+#~ msgstr ""
+#~ "在 <guilabel>右边距位于列</guilabel> 微调按钮框,指定竖线所在的列号位置。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Highlight matching bracket</guilabel> option to "
+#~ "highlight the corresponding bracket when the cursor is positioned on a "
+#~ "bracket character."
+#~ msgstr ""
+#~ "选中 <guilabel>高亮显示匹配的括号</guilabel> 选项,当光标位于括号位置时,"
+#~ "高亮显示匹配的另一个括号。"
+
+#~ msgid "Editor Preferences"
+#~ msgstr "编辑器"
+
+#~ msgid ""
+#~ "Use the <guilabel>Tab width</guilabel> spin box to specify the width of "
+#~ "the space that <application> gedit</application> inserts when you press "
+#~ "the <keycap>Tab</keycap> key."
+#~ msgstr ""
+#~ "在 <guilabel>Tab 宽度</guilabel> 微调按钮框里,指定当您按下 <keycap>Tab</"
+#~ "keycap> 键时,<application>gedit</application> 插入的空格宽度。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Insert spaces instead of tabs</guilabel> option to "
+#~ "specify that <application> gedit</application> inserts spaces instead of "
+#~ "a tab character when you press the <keycap>Tab</keycap> key."
+#~ msgstr ""
+#~ "选中 <guilabel>插入空格替代制表符</guilabel>,指定当您按下 <keycap>Tab</"
+#~ "keycap> 键时,<application>gedit</application> 插入空格而不是制表符。"
+
+#~ msgid "Auto Indentation"
+#~ msgstr "自动缩进"
+
+#~ msgid ""
+#~ "Select the <guilabel>Enable auto indentation</guilabel> option to specify "
+#~ "that the next line starts at the indentation level of the current line."
+#~ msgstr "选中 <guilabel>启用自动缩进</guilabel>,指定下一行在缩进后再开始。"
+
+#~ msgid "File Saving"
+#~ msgstr "保存文件"
+
+#~ msgid ""
+#~ "Select the <guilabel>Create a backup copy of files before saving</"
+#~ "guilabel> option to create a backup copy of a file each time you save the "
+#~ "file. The backup copy of the file contains a ~ at the end of the filename."
+#~ msgstr ""
+#~ "选中 <guilabel>在保存之前创建一个文件备份</guilabel>,在每次保存文件的时候"
+#~ "创建文件的备份副本。备份文件的文件名的末尾包含一个 ~。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Autosave files every ... minutes</guilabel> option "
+#~ "to automatically save the current file at regular intervals. Use the spin "
+#~ "box to specify how often you want to save the file."
+#~ msgstr ""
+#~ "选中 <guilabel>自动保存,每隔...分钟</guilabel>,在指定的时间间隔后,会自"
+#~ "动保存当前文件。使用微调按钮框可以指定多久保存一次文件。"
+
+#~ msgid "Font &amp; Colors Preferences"
+#~ msgstr "字体和颜色选项"
+
+#~ msgid "Font"
+#~ msgstr "字体"
+
+#~ msgid ""
+#~ "Select the <guilabel>Use default theme font</guilabel> option to use the "
+#~ "default system font for the text in the <application>gedit</application> "
+#~ "text window."
+#~ msgstr ""
+#~ "选中 <guilabel>使用默认主题字体</guilabel>, 该选项,将在 "
+#~ "<application>gedit</application> 文本窗口中使用默认系统字体来显示文本。"
+
+#~ msgid ""
+#~ "The <guilabel>Editor font</guilabel> field displays the font that "
+#~ "<application>gedit</application> uses to display text. Click on the "
+#~ "button to specify the font type, style, and size to use for text."
+#~ msgstr ""
+#~ "<guilabel>编辑器字体</guilabel> 显示 <application>gedit</application> 用来"
+#~ "显示文本的字体。 单击该按钮可以指定文本使用的字体、样式和大小。"
+
+#~ msgid ""
+#~ "You can choose a color scheme from the list of color schemes. By default, "
+#~ "the following color schemes are installed:"
+#~ msgstr ""
+#~ "您可以从颜色方案列表中选择一种颜色方案。默认情况下,安装有下面的颜色方案:"
+
+#~ msgid "Classic"
+#~ msgstr "经典"
+
+#~ msgid "Classic color scheme based on the gvim color scheme."
+#~ msgstr "基于 gvim 颜色方案的经典颜色方案。"
+
+#~ msgid "Cobalt"
+#~ msgstr "Cobalt"
+
+#~ msgid "Kate"
+#~ msgstr "Kate"
+
+#~ msgid "Color scheme used in the Kate text editor."
+#~ msgstr "用于 Kate 文本编辑器的颜色方案。"
+
+#~ msgid "Oblivion"
+#~ msgstr "Oblivion"
+
+#~ msgid "Dark color scheme using the Tango color palette."
+#~ msgstr "用于 Tango 调色板的黑色主题方案。"
+
+#~ msgid "Tango"
+#~ msgstr "Tango"
+
+#~ msgid "Color scheme using the Tango color scheme."
+#~ msgstr "用于 Tango 的颜色方案。"
+
+#~ msgid ""
+#~ "You can add a new color scheme by clicking on <guilabel>Add...</"
+#~ "guilabel>, and selecting a color scheme file"
+#~ msgstr ""
+#~ "您可以通过点击 <guilabel>添加...</guilabel>,选择一个颜色方案文件,来添加"
+#~ "一个新的颜色方案"
+
+#~ msgid ""
+#~ "You can remove the selected color scheme by clicking on <guilabel>Remove</"
+#~ "guilabel>"
+#~ msgstr "您可以通过点击 <guilabel>删除</guilabel>,删除选中的颜色方案"
+
+#~ msgid "Plugins Preferences"
+#~ msgstr "插件"
+
+#~ msgid ""
+#~ "Plugins add extra features to <application>gedit</application>. For more "
+#~ "information on plugins and how to use the built-in plugins, see <xref "
+#~ "linkend=\"gedit-plugins-overview\"/>."
+#~ msgstr ""
+#~ "通过插件给 <application>gedit</application> 添加扩展特性。更多相关信息,请"
+#~ "参阅:<xref linkend=\"gedit-plugins-overview\"/>。"
+
+#~ msgid ""
+#~ "To enable a <application>gedit</application> plugin, perform the "
+#~ "following steps:"
+#~ msgstr ""
+#~ "要启用一个 <application>gedit</application> 插件,请安下面的步骤操作:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "点菜单 <menuchoice><guimenu>编辑</guimenu><guimenuitem>首选项</"
+#~ "guimenuitem></menuchoice>。"
+
+#~ msgid "Select the <guilabel>Plugins</guilabel> tab."
+#~ msgstr "点击 <guilabel>插件</guilabel> 标签。"
+
+#~ msgid ""
+#~ "Click <guibutton>Close</guibutton> to close the <guilabel>Preferences</"
+#~ "guilabel> dialog."
+#~ msgstr ""
+#~ "点 <guibutton>关闭</guibutton> 按钮,关闭 <guilabel>首选项</guilabel> 对话"
+#~ "框。"
+
+#~ msgid "Disabling a Plugin"
+#~ msgstr "禁用一个插件"
+
+#~ msgid ""
+#~ "A plugin remains enabled when you quit <application>gedit</application>."
+#~ msgstr "当您退出了 <application>gedit</application>,但插件仍保持启用状态。"
+
+#~ msgid ""
+#~ "To disable a <application>gedit</application> plugin, perform the "
+#~ "following steps:"
+#~ msgstr ""
+#~ "要禁用一个 <application>gedit</application> 插件,请按下面的步骤操作:"
+
+#~ msgid ""
+#~ "Deselect the check box next to the name of the plugin that you want to "
+#~ "disable."
+#~ msgstr "不选中插件名称旁边的复选框,就可以禁用它。"
+
+#~ msgid "Plugins"
+#~ msgstr "插件"
+
+#~ msgid "Working with Plugins"
+#~ msgstr "使用插件"
+
+#~ msgid ""
+#~ "You can add extra features to <application>gedit</application> by "
+#~ "enabling <firstterm>plugins</firstterm>. A plugin is a supplementary "
+#~ "program that enhances the functionality of an application. Plugins add "
+#~ "new items to the <application>gedit</application> menus for the new "
+#~ "features they provide."
+#~ msgstr ""
+#~ "您可以通过启用 <firstterm>插件</firstterm> 为 <application>gedit</"
+#~ "application> 添加扩展特性。插件是一个额外的小程序,可以增强应用程序的功"
+#~ "能。插件会在 <application>gedit</application> 中增加新的菜单项,提供新的特"
+#~ "性。"
+
+#~ msgid ""
+#~ "Several plugins come built-in with <application>gedit</application>, and "
+#~ "you can install more. The <ulink type=\"http\" url=\"http://live.gnome."
+#~ "org/Gedit/Plugins\">gedit website</ulink> lists third-party plugins."
+#~ msgstr ""
+#~ "<application>gedit</application> 内置了一些插件,您也可以安装更多,<ulink "
+#~ "type=\"http\" url=\"http://live.gnome.org/Gedit/Plugins\">gedit website</"
+#~ "ulink> 中,列出了第三方开发的插件。"
+
+#~ msgid ""
+#~ "To enable and disable plugins, or see which plugins are currently "
+#~ "enabled, use the <link linkend=\"gedit-prefs-plugins\">Plugins "
+#~ "Preferences</link>."
+#~ msgstr ""
+#~ "要启用或禁用一个插件,或者查看当前启用了哪些插件,请使用 <link linkend="
+#~ "\"gedit-prefs-plugins\">插件选项</link>。"
+
+#~ msgid ""
+#~ "<link linkend=\"gedit-change-case-plugin\"><application>Change Case</"
+#~ "application></link> allows you to change the case of the selected text."
+#~ msgstr ""
+#~ "<link linkend=\"gedit-change-case-plugin\"><application>改变大小写</"
+#~ "application></link> 允许您更改选中文本的大小写。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-document-statistics-plugin\">Document "
+#~ "Statistics</link></application> shows the number of lines, words, and "
+#~ "characters in the document."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-document-statistics-plugin\">文档统计</"
+#~ "link></application> 显示文档的行数、单词数和字符数。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-external-tools-plugin\">External "
+#~ "Tools</link></application> allows you to execute external commands from "
+#~ "<application>gedit</application>."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-external-tools-plugin\">外部工具</"
+#~ "link></application> 允许您在 <application>gedit</application> 中激活外部的"
+#~ "命令。"
+
+#~ msgid ""
+#~ "<application>File Browser</application> allows you to browse your files "
+#~ "and folders in the side pane."
+#~ msgstr ""
+#~ "<application>文件浏览器</application> 允许您在侧边栏浏览文件和文件夹。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-indent-lines-plugin\">Indent Lines</"
+#~ "link></application> adds or removes indentation from the selected lines."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-indent-lines-plugin\">行缩进</link></"
+#~ "application> 为选中的行添加或清除缩进。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-insert-date-time-plugin\">Insert Date/"
+#~ "Time</link></application> adds the current date and time into a document."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-insert-date-time-plugin\">插入日期/时间"
+#~ "</link></application> 在文档中插入当前的日期和时间。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-modelines-plugin\">Modelines</link></"
+#~ "application> allows you to set editing preferences for individual "
+#~ "documents, and supports <application>Emacs</application>, "
+#~ "<application>Kate</application> and <application>Vim</application>-style "
+#~ "modelines."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-modelines-plugin\">Modelines</link></"
+#~ "application> 允许您为特殊的文档设置编辑器选项,支持 <application>Emacs</"
+#~ "application>、<application>Kate</application> 和 <application>Vim</"
+#~ "application> 风格的 modelines。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-python-console-plugin\">Python "
+#~ "Console</link></application> allows you to run commands in the python "
+#~ "programming language."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-python-console-plugin\">Python 控制台</"
+#~ "link></application> 运行您在 python 编程语言中运行命令。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-snippets-plugin\">Snippets</link></"
+#~ "application> allows you to store frequently-used pieces of text and "
+#~ "insert them quickly into a document."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-snippets-plugin\">片段</link></"
+#~ "application> 允许您存储常用的文本片段,并快速插入到文档中。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-sort-plugin\">Sort</link></"
+#~ "application> arranges selected lines of text into alphabetical order."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-sort-plugin\">排序</link></"
+#~ "application> 按字母顺序排列选定的行。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-spell-checker-plugin\">Spell Checker</"
+#~ "link></application> corrects the spelling in the selected text, or marks "
+#~ "errors automatically in the document."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-spell-checker-plugin\">拼写检查</"
+#~ "link></application> 检查选定文本的拼写正确性,或者标记文档中的错误。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-tag-list-plugin\">Tag List</link></"
+#~ "application> lets you insert commonly-used tags for HTML and other "
+#~ "languages from a list in the side pane."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-tag-list-plugin\">标记列表</link></"
+#~ "application> 允许您从侧栏中插入常用的 HTML 或其他语言标记。"
+
+#~ msgid "Change Case Plugin"
+#~ msgstr "更改大小写插件"
+
+#~ msgid ""
+#~ "The <application>Change Case</application> plugin changes the case of the "
+#~ "selected text."
+#~ msgstr ""
+#~ "<application>更改大小写</application> 插件更改选中文本的大小写状态。"
+
+#~ msgid ""
+#~ "The following items are added to the <guimenu>Edit</guimenu> menu when "
+#~ "the <application>Change Case</application> plugin is enabled:"
+#~ msgstr ""
+#~ "当 <application>改变大小写</application> 插件启用后,下面的项将添加到 "
+#~ "<guimenu>编辑</guimenu> 菜单:"
+
+#~ msgid "Menu Item"
+#~ msgstr "菜单项"
+
+#~ msgid "Example"
+#~ msgstr "举例"
+
+#~ msgid "All Upper Case"
+#~ msgstr "全部大写字母"
+
+#~ msgid "Change each character to uppercase."
+#~ msgstr "把字符都改成大写字母。"
+
+#~ msgid "<literal>This text</literal> becomes <literal>THIS TEXT</literal>"
+#~ msgstr "<literal>This text</literal> 将变成 <literal>THIS TEXT</literal>"
+
+#~ msgid "All Lower Case"
+#~ msgstr "全部小写字母"
+
+#~ msgid "Change each character to lowercase."
+#~ msgstr "把字符都改成小写字母。"
+
+#~ msgid "<literal>This Text</literal> becomes <literal>this text</literal>"
+#~ msgstr "<literal>This Text</literal> 将变成 <literal>this text</literal>"
+
+#~ msgid "Invert Case"
+#~ msgstr "反转大小写"
+
+#~ msgid "<literal>This Text</literal> becomes <literal>tHIS tEXT</literal>"
+#~ msgstr "<literal>This Text</literal> 将变成 <literal>tHIS tEXT</literal>"
+
+#~ msgid "Title Case"
+#~ msgstr "字首大写"
+
+#~ msgid "Change the first character of each word to uppercase."
+#~ msgstr "每个单词的第一个字母改成大写。"
+
+#~ msgid "<literal>this text</literal> becomes <literal>This Text</literal>"
+#~ msgstr "<literal>this text</literal> 将变成 <literal>This Text</literal>"
+
+#~ msgid "Document Statistics Plugin"
+#~ msgstr "文档统计插件"
+
+#~ msgid ""
+#~ "The <application>Document Statistics</application> plugin counts the "
+#~ "number of lines, words, characters with spaces, characters without "
+#~ "spaces, and bytes in the current file. The plugin displays the results in "
+#~ "a <guilabel>Document Statistics</guilabel> dialog. To use the Document "
+#~ "Statistics plugin, perform the following steps:"
+#~ msgstr ""
+#~ "<application>文档统计插件</application> 统计当前文件的行数、单词数、字数"
+#~ "(含空格)、字数(不含空格)、字节数。该插件将结果显示在一个<guilabel>文档统计"
+#~ "信息</guilabel> 对话框中。 要使用文档统计插件,请按以下步骤操作:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document "
+#~ "Statistics</guimenuitem></menuchoice> to display the <guilabel>Document "
+#~ "Statistics</guilabel> dialog. The <guilabel>Document Statistics</"
+#~ "guilabel> dialog displays the following information about the file:"
+#~ msgstr ""
+#~ "点菜单 <menuchoice><guimenu>工具</guimenu><guimenuitem>文档统计</"
+#~ "guimenuitem></menuchoice>,出来一个 <guilabel>文档统计信息</guilabel> 对话"
+#~ "框。<guilabel>文档统计信息</guilabel> 对话框显示文件的以下信息:"
+
+#~ msgid "Number of characters, including spaces, in the current document."
+#~ msgstr "当前文档中的字符数(包括空格)。"
+
+#~ msgid "Number of characters, not including spaces, in the current document."
+#~ msgstr "当前文档中的字符数(不包括空格)。"
+
+#~ msgid "Number of bytes in the current document."
+#~ msgstr "当前文档中的字节数。"
+
+#~ msgid ""
+#~ "You can continue to update the <application>gedit</application> file "
+#~ "while the <guilabel>Document Statistics</guilabel> dialog is open. To "
+#~ "refresh the contents of the <guilabel>Document Statistics</guilabel> "
+#~ "dialog, click <guibutton>Update</guibutton>."
+#~ msgstr ""
+#~ "在 <guilabel>文档统计信息</guilabel> 对话框打开时,您可以继续在 "
+#~ "<application>gedit</application> 里编辑文件。 要刷新 <guilabel>文档统计信"
+#~ "息</guilabel> 对话框的内容,点击 <guibutton>更新</guibutton> 按钮。"
+
+#~ msgid ""
+#~ "The <application>External Tools</application> plugin allows you to "
+#~ "execute external commands from <application>gedit</application>. You can "
+#~ "pipe some content into a command and exploit its output (for example, "
+#~ "<application>sed</application>), or launch a predefined command (for "
+#~ "example, <application>make</application>)."
+#~ msgstr ""
+#~ "The <application>External Tools</application> 允许您在 "
+#~ "<application>gedit</application> 中运行外部命令。您可以通过管道命令来编辑"
+#~ "它们的输出(例如 <application>sed</application>),或者启动一个预编译命令"
+#~ "(如 <application>make</application>)。"
+
+#~ msgid ""
+#~ "Use the <guilabel>External Tools Manager</guilabel> to create and edit "
+#~ "commands. To run an external command, choose it from the <guimenu>Tools</"
+#~ "guimenu> menu."
+#~ msgstr ""
+#~ "使用 <guilabel>外部工具管理器</guilabel> 来创建和编辑命令。要运行一个外部"
+#~ "命令,点 <guimenu>工具</guimenu> 菜单。"
+
+#~ msgid "Built-in Commands"
+#~ msgstr "内置命令"
+
+#~ msgid ""
+#~ "The following commands are provided with the <application>External Tools</"
+#~ "application> plugin:"
+#~ msgstr "下面的命令由 <application>外部工具</application> 插件提供:"
+
+#~ msgid "Build"
+#~ msgstr "Build"
+
+#~ msgid ""
+#~ "Runs <application>make</application> in the current document's directory."
+#~ msgstr "在当前文档的文件夹下,运行 <application>make</application> 命令。"
+
+#~ msgid "Directory Listing"
+#~ msgstr "列出文件夹"
+
+#~ msgid ""
+#~ "Lists the contents of the current document's directory in a new document."
+#~ msgstr "在一个新文档中,列出当前文件夹的内容。"
+
+#~ msgid "Environment Variables"
+#~ msgstr "环境变量"
+
+#~ msgid "Displays the environment variables list in the bottom pane."
+#~ msgstr "在底部面板显示环境变量。"
+
+#~ msgid "Grep"
+#~ msgstr "Grep"
+
+#~ msgid ""
+#~ "Searches for a term in all files in the current document directory, using "
+#~ "pattern matching. Results are shown in the bottom pane."
+#~ msgstr ""
+#~ "使用匹配模式,在当前文件夹中的全部文件中搜索匹配项。结果显示在底部面板。"
+
+#~ msgid "Removes all spaces from the end of lines in the document."
+#~ msgstr "删除文档中每一行的尾部空格。"
+
+#~ msgid "Defining a Command"
+#~ msgstr "定义一个命令"
+
+#~ msgid ""
+#~ "To add an external command, choose <menuchoice><guimenu>Tools</"
+#~ "guimenu><guimenuitem>External Tools</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要添加一个外部命令,点菜单 <menuchoice><guimenu>工具</"
+#~ "guimenu><guimenuitem>外部工具</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "In the <guilabel>External Tools Manager</guilabel> window, click "
+#~ "<guibutton>New</guibutton>. You can speficy the following details for the "
+#~ "new command:"
+#~ msgstr ""
+#~ "在 <guilabel>外部工具管理器</guilabel> 窗口中,点 <guibutton>新建</"
+#~ "guibutton>。您可以指定命令的下面内容细节:"
+
+#~ msgid "Description"
+#~ msgstr "说明"
+
+#~ msgid ""
+#~ "This description is shown in the statusbar when the menu command is "
+#~ "chosen."
+#~ msgstr "当选中菜单命令时,这个描述将显示在状态栏。"
+
+#~ msgid "Accelerator"
+#~ msgstr "快捷键"
+
+#~ msgid "Enter a keyboard shortcut for the command."
+#~ msgstr "输入此命令的快捷键。"
+
+#~ msgid "Commands"
+#~ msgstr "命令"
+
+#~ msgid ""
+#~ "The actual commands to be run. Several <application>gedit</application> "
+#~ "environment variables can be used to pass content to these commands: see "
+#~ "<xref linkend=\"gedit-external-tools-plugin-variables\"/>."
+#~ msgstr ""
+#~ "要运行的命令。一些 <application>gedit</application> 环境变量可以传递给命"
+#~ "令,请参阅 <xref linkend=\"gedit-external-tools-plugin-variables\"/>。"
+
+#~ msgid "Input"
+#~ msgstr "输入"
+
+#~ msgid ""
+#~ "The content to give to the commands (as <systemitem>stdin</systemitem>): "
+#~ "the entire text of the current document, the current selection, line, or "
+#~ "word."
+#~ msgstr ""
+#~ "这个内容将传递给命令(像 <systemitem>stdin</systemitem>):当前文档的全部文"
+#~ "本、段、行或词。"
+
+#~ msgid "Output"
+#~ msgstr "输出窗口"
+
+#~ msgid ""
+#~ "What to do with the output of the commands: display in the bottom pane, "
+#~ "put in a new document, or place in the current document, at the end, at "
+#~ "the cursor position, or replacing the selection or the entire document."
+#~ msgstr ""
+#~ "输出这个命令做了什么:显示在底部面板、放入一个新文档,或者放到当前文档,放"
+#~ "在文档尾部、光标位置,或者替换这一段、替换整个文档。"
+
+#~ msgid "Applicability"
+#~ msgstr "适用性"
+
+#~ msgid ""
+#~ "Determines which sort of documents can be affected by the command, for "
+#~ "example whether saved or not, and local or remote."
+#~ msgstr "确定哪一类文档会被这个命令影响,例如是否保存,本地还是远程。"
+
+#~ msgid "Editing and Removing Tools"
+#~ msgstr "编辑和删除工具"
+
+#~ msgid ""
+#~ "To edit a tool, select it in the list and make changes to its properties."
+#~ msgstr "要编辑一个工具,在列表中选中它,然后更改它的属性。"
+
+#~ msgid "To rename a tool, click it again in the list."
+#~ msgstr "要重命名一个工具,在列表中再点击它一次。"
+
+#~ msgid ""
+#~ "To restore a built-in tool that you have changed, press <guilabel>Revert</"
+#~ "guilabel>."
+#~ msgstr "要恢复您已经改变了的内置工具,点 <guilabel>还原/guilabel> 按钮。"
+
+#~ msgid ""
+#~ "To remove a tool, select it in the list and press <guibutton>Remove</"
+#~ "guibutton>. You can not remove built-in tools, only those you have "
+#~ "created yourself."
+#~ msgstr ""
+#~ "要删除一个工具,在列表中选中它,然后点 <guibutton>删除</guibutton>。您不能"
+#~ "删除内置的工具,只能删除您自己创建的工具。"
+
+#~ msgid "Variables"
+#~ msgstr "变量"
+
+#~ msgid ""
+#~ "You can use the following variables in the <guilabel>Commands</guilabel> "
+#~ "field of the command definition:"
+#~ msgstr "在 <guilabel>命令</guilabel> 文本框中,您可以使用下面的变量:"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_URI"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_URI"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_NAME"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_NAME"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_SCHEME"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_SCHEME"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_PATH"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_PATH"
+
+#~ msgid "GEDIT_CURRENT_DOCUMENT_DIR"
+#~ msgstr "GEDIT_CURRENT_DOCUMENT_DIR"
+
+#~ msgid "GEDIT_DOCUMENTS_URI"
+#~ msgstr "GEDIT_DOCUMENTS_URI"
+
+#~ msgid "GEDIT_DOCUMENTS_PATH"
+#~ msgstr "GEDIT_DOCUMENTS_PATH"
+
+#~ msgid ""
+#~ "The <application>File Browser</application> Plugin shows your files and "
+#~ "folders in the side pane, allowing you to quickly open files."
+#~ msgstr ""
+#~ "<application>文件浏览器</application> 插件,在侧栏中显示您的文件和文件夹,"
+#~ "允许你快速打开文件。"
+
+#~ msgid "Browsing your Files"
+#~ msgstr "浏览文件"
+
+#~ msgid ""
+#~ "The File Browser tab initially shows your file manager bookmarks. To "
+#~ "browse the contents of any item, double-click it."
+#~ msgstr ""
+#~ "文件浏览器标签开始只显示文件管理器书签。要浏览每一项的内容,在标签上双击。"
+
+#~ msgid ""
+#~ "To show a parent folder, choose from the drop-down list, or press the up "
+#~ "arrow on the File Browser's toolbar."
+#~ msgstr ""
+#~ "要显示上一级父目录,在下拉列表中选择,或者点文件管理器工具栏的向上箭头。"
+
+#~ msgid ""
+#~ "To show the folder that contains the document you are currently working "
+#~ "on, right-click in the file list and choose <guimenuitem>Set root to "
+#~ "active document</guimenuitem>."
+#~ msgstr ""
+#~ "要显示您当前工作的文件夹中包含的内容,在文件列表中点右键,选 <guimenuitem>"
+#~ "当前文件夹设定为根目录</guimenuitem>。"
+
+#~ msgid ""
+#~ "To open a file in <application>gedit</application>, double-click it in "
+#~ "the file list."
+#~ msgstr ""
+#~ "要在 <application>gedit</application> 里打开一个文件,在文件列表中双击它。"
+
+#~ msgid "Creating Files and Folders"
+#~ msgstr "创建文件和文件夹"
+
+#~ msgid ""
+#~ "To create a new, empty text file in the current folder shown in the "
+#~ "browser, right-click in the file list and choose <guimenuitem>New File</"
+#~ "guimenuitem>."
+#~ msgstr ""
+#~ "要在当前文件夹中创建一个新的空文本文件,在文件列表里点右键,选 "
+#~ "<guimenuitem>新建文件</guimenuitem>。"
+
+#~ msgid ""
+#~ "To create a new folder in the current folder shown in the browser, right-"
+#~ "click in the file list and choose <guimenuitem>New Folder</guimenuitem>."
+#~ msgstr ""
+#~ "要在当前文件夹中创建一个新的文件夹,在文件列表里点右键,选 <guimenuitem>新"
+#~ "建文件夹</guimenuitem>。"
+
+#~ msgid "Indent Lines Plugin"
+#~ msgstr "缩进行插件"
+
+#~ msgid ""
+#~ "The <application>Indent Lines</application> plugin adds or removes space "
+#~ "from the beginning of lines of text."
+#~ msgstr ""
+#~ "<application>缩进行</application> 插件,在行的开头添加或清除空白缩进。"
+
+#~ msgid "To indent or unindent text, perform the following steps:"
+#~ msgstr "要对文本使用缩进或取消缩进,请按下面的步骤操作:"
+
+#~ msgid ""
+#~ "To indent the text, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Indent</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要缩进文本,点菜单 <menuchoice><guimenu>编辑</guimenu><guimenuitem>缩进</"
+#~ "guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "To remove the indentation, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Unindent</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要取消缩进,点菜单 <menuchoice><guimenu>编辑</guimenu><guimenuitem>取消缩"
+#~ "进</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "The amount of space used, and whether tab character or space characters "
+#~ "are used, depends on the <guilabel>Tab Stops</guilabel> settings in the "
+#~ "Editor Preferences: see <xref linkend=\"gedit-prefs-editor\"/>."
+#~ msgstr ""
+#~ "空白的数量,或者是否使用 Tab 制表符,使用空格字符,取决于编辑器首选项中的 "
+#~ "<guilabel>制表符</guilabel> 设置,请参阅:<xref linkend=\"gedit-prefs-"
+#~ "editor\"/>。"
+
+#~ msgid "Insert Date/Time Plugin"
+#~ msgstr "插入日期/时间插件"
+
+#~ msgid ""
+#~ "The <application>Insert Date/Time</application> plugin inserts the "
+#~ "current date and time into a document. To use the Insert Date/Time "
+#~ "plugin, perform the following steps:"
+#~ msgstr ""
+#~ "<application>插入日期/时间</application> 插件可以在文档中插入当前的日期和"
+#~ "时间。 要使用插入日期/时间插件,请按以下步骤操作:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and "
+#~ "Time</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "点菜单 <menuchoice><guimenu>编辑</guimenu><guimenuitem>插入日期和时间</"
+#~ "guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "If you have not configured the Insert Date/Time plugin to automatically "
+#~ "insert the date/time without prompting you for the format, "
+#~ "<application>gedit</application> displays the <guilabel>Insert Date and "
+#~ "Time</guilabel> dialog. Select the appropriate date/time format from the "
+#~ "list. Click <guibutton>Insert</guibutton> to close the <guilabel>Insert "
+#~ "Date and Time</guilabel> dialog. <application>gedit</application> inserts "
+#~ "the date/time at the cursor position in the current file."
+#~ msgstr ""
+#~ "如果您还没配置“插入日期/时间”插件配置为不提示格式自动插入方式,"
+#~ "<application>gedit</application> 将显示< guilabel>插入日期和时间</"
+#~ "guilabel> 对话框。在列表中选择合适的日期/时间格式。单击 <guibutton>插入</"
+#~ "guibutton>,关闭 <guilabel>插入日期和时间</guilabel> 对话框;"
+#~ "<application>gedit</application> 将在光标的位置插入日期/时间。"
+
+#~ msgid ""
+#~ "If you have configured <application>gedit</application> to use one "
+#~ "particular date/time format, the <guilabel>Insert Date and Time</"
+#~ "guilabel> dialog is not displayed. The date/time is automatically entered "
+#~ "at the cursor position in the current file."
+#~ msgstr ""
+#~ "如果您已经配置了 <application>gedit</application> 使用一种指定的日期/时间"
+#~ "格式,就不会显示<guilabel>插入日期和时间</guilabel> 对话框,在当前光标位置"
+#~ "处自动插入日期/时间。"
+
+#~ msgid "Configuring the Insert Date/Time Plugin"
+#~ msgstr "配置插入日期/时间插件"
+
+#~ msgid ""
+#~ "To configure the Insert Date/Time plugin, perform the following steps:"
+#~ msgstr "要配置插入日期/时间插件,请执行以下步骤:"
+
+#~ msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+#~ msgstr "选择 <guilabel>插入日期/时间</guilabel>插件。"
+
+#~ msgid ""
+#~ "Click <guibutton>Configure Plugin</guibutton> to display the "
+#~ "<guilabel>Configure insert date/time plugin</guilabel> dialog."
+#~ msgstr ""
+#~ "点 <guibutton>配置插件</guibutton> 按钮,出来一个 <guilabel>配置插入日期/"
+#~ "时间插件</guilabel> 对话框。"
+
+#~ msgid "Select one of the options, as follows:"
+#~ msgstr "如下所述,选择其中一个选项:"
+
+#~ msgid ""
+#~ "To specify the date/time format each time you insert the date/time, "
+#~ "select the <guilabel>Prompt for a format</guilabel> option."
+#~ msgstr ""
+#~ "要在每次插入日期/时间时,都指定日期/时间的格式,请选择 <guilabel>提示输入"
+#~ "格式 </guilabel> 选项。"
+
+#~ msgid ""
+#~ "To use the same <application>gedit</application>-provided date/time "
+#~ "format each time you insert the date/time, select the <guilabel>Use the "
+#~ "selected format</guilabel> option, then select the appropriate format "
+#~ "from the list. When you select this option, <application>gedit</"
+#~ "application> does not prompt you for the date/time format when you choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要在每次插入日期/时间时使用 <application>gedit</application> 提供的同一日"
+#~ "期/时间格式,请选择 <guilabel>使用选定的格式</guilabel> 选项,然后从列表中"
+#~ "选择合适的格式。选择此选项后,<application>gedit</application> 便不会在您"
+#~ "点 <menuchoice><guimenu>编辑</guimenu><guimenuitem>插入日期和时间</"
+#~ "guimenuitem></menuchoice> 时提示您输入日期/时间格式。"
+
+#~ msgid ""
+#~ "To use the same customized date/time format each time you insert the date/"
+#~ "time, select the <guilabel>Use custom format</guilabel> option, then "
+#~ "enter the appropriate format in the text box. For more information about "
+#~ "how to specify a custom format, see <ulink url=\"man:strftime\" type=\"man"
+#~ "\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+#~ "manvolnum></citerefentry></ulink>. When you select this option, "
+#~ "<application>gedit</application> does not prompt you for the date/time "
+#~ "format when you choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Insert Date and Time</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要在每次插入日期/时间时使用同一定制日期/时间格式,请选择 <guilabel>使用定"
+#~ "制格式</guilabel> 选项,然后在文本框中输入合适的格式。有关如何指定定制格式"
+#~ "的更多信息,请参阅 <ulink url=\"man:strftime\" type=\"man"
+#~ "\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+#~ "manvolnum></citerefentry></ulink>。选择此选项后,<application>gedit</"
+#~ "application> 便不会在您点 <menuchoice><guimenu>编辑</guimenu><guimenuitem>"
+#~ "插入日期和时间</guimenuitem></menuchoice> 时提示您输入日期/时间格式。"
+
+#~ msgid ""
+#~ "Click <guibutton>OK</guibutton> to close the <guilabel>Configure insert "
+#~ "date/time plugin</guilabel> dialog."
+#~ msgstr ""
+#~ "单击 <guibutton>确定</guibutton>,关闭 <guilabel>配置插入日期/时间插件</"
+#~ "guilabel> 对话框。"
+
+#~ msgid "Modelines Plugin"
+#~ msgstr "Modelines 插件"
+
+#~ msgid ""
+#~ "The <application>Modelines</application> plugin allows you to set "
+#~ "preferences for individual documents. A <firstterm>modeline</firstterm> "
+#~ "is a line of text at the start or end of the document with settings that "
+#~ "<application>gedit</application> recognises."
+#~ msgstr ""
+#~ "<application>Modelines</application> 允许您为特殊的文档设置选项。"
+#~ "<firstterm>modeline</firstterm> 是在文档开头或结束的一行文本,可以由 "
+#~ "<application>gedit</application> 识别。"
+
+#~ msgid "You can set the following preferences with modelines:"
+#~ msgstr "您可以用 modelines 设定下面的选项:"
+
+#~ msgid ""
+#~ "The <application>Modelines</application> plugin supports a subset of the "
+#~ "options used by other text editors <application>Emacs</application>, "
+#~ "<application>Kate</application> and <application>Vim</application>."
+#~ msgstr ""
+#~ "<application>Modelines</application> 支持其他文本编辑器的子选项,像 "
+#~ "<application>Emacs</application>、<application>Kate</application> 和 "
+#~ "<application>Vim</application>。"
+
+#~ msgid ""
+#~ "The <application>Emacs</application> options for tab-width, indent-"
+#~ "offset, indent-tabs-mode and autowrap are supported. For more "
+#~ "information, see the <ulink type=\"http\" url=\"http://www.delorie.com/"
+#~ "gnu/docs/emacs/emacs_486.html\">GNU Emacs Manual</ulink>."
+#~ msgstr ""
+#~ "支持 <application>Emacs</application> 的制表符宽度、缩进量、缩进模式和自动"
+#~ "换行。更多相关信息,请参阅:<ulink type=\"http\" url=\"http://www.delorie."
+#~ "com/gnu/docs/emacs/emacs_486.html\">GNU Emacs 手册</ulink>。"
+
+#~ msgid ""
+#~ "The <application>Kate</application> options for tab-width, indent-width, "
+#~ "space-indent, word-wrap and word-wrap-column are supported. For more "
+#~ "information, see the <ulink type=\"http\" url=\"http://www.kate-editor."
+#~ "org/article/katepart_modelines\">Kate website</ulink>."
+#~ msgstr ""
+#~ "支持 <application>Emacs</application> 的制表符宽度、缩进量、空格缩进、单词"
+#~ "换行和单词列换行。更多相关信息,请参阅: <ulink type=\"http\" url="
+#~ "\"http://www.kate-editor.org/article/katepart_modelines\">Kate 网站</"
+#~ "ulink>。"
+
+#~ msgid ""
+#~ "The <application>Vim</application> options for et, expandtab, ts, "
+#~ "tabstop, sw, shiftwidth, wrap, and textwidth are supported. For more "
+#~ "information, see the <ulink type=\"http\" url=\"http://vimdoc.sourceforge."
+#~ "net/htmldoc/options.html#modeline\">Vim website</ulink>."
+#~ msgstr ""
+#~ "支持 <application>Emacs</application> 的 et、expandtab、ts、tabstop、sw、"
+#~ "shiftwidth、wrap 和 textwidth。更多相关信息,请参阅:<ulink type=\"http\" "
+#~ "url=\"http://vimdoc.sourceforge.net/htmldoc/options.html#modeline\">Vim 网"
+#~ "站</ulink>。"
+
+#~ msgid ""
+#~ "The <application>Python Console</application> Plugin allows you to run "
+#~ "commands in the python programming language from <application>gedit</"
+#~ "application>. Enabling the plugin adds a tab to the bottom pane. This "
+#~ "shows recent output and a command prompt field."
+#~ msgstr ""
+#~ "<application>Python 控制台</application> 插件允许您在 <application>gedit</"
+#~ "application> 中运行 python 编程语言中命令。启用该插件会在底部栏添加一个标"
+#~ "签。显示最近输出结果和命令提示符域。"
+
+#~ msgid ""
+#~ "Commands entered into the python console are not checked before they are "
+#~ "run. It is therefore possible to hang <application>gedit</application>, "
+#~ "for example by entering an infinite loop."
+#~ msgstr ""
+#~ "命令进入 python 控制台运行前并不检查。因而它可能导致 <application>gedit</"
+#~ "application> 挂起,例如输入了一个无限循环。"
+
+#~ msgid ""
+#~ "The <application>Snippets</application> plugin allows you to store "
+#~ "frequently-used pieces of text, called <firstterm>snippets</firstterm>, "
+#~ "and insert them quickly into a document."
+#~ msgstr ""
+#~ "<application>片段</application> 插件,允许您存储常用的文本片段,称作"
+#~ "<firstterm>片段</firstterm>,可以很方便地插入文档中。"
+
+#~ msgid ""
+#~ "Snippets are specific to the language syntax of the current document. For "
+#~ "example, when you are working with an HTML document, you can choose from "
+#~ "a list of snippets that are useful for HTML. In addition, some snippets "
+#~ "are global, and are available in all documents."
+#~ msgstr ""
+#~ "片段指定到了当前语言格式。例如,当您在 HTML 下操作,您可以从片段列表中选择"
+#~ "有用的 HTML 片段。另外,一些片段是全局的,可用于所有的文档。"
+
+#~ msgid ""
+#~ "A number of built-in snippets are installed with <application>gedit</"
+#~ "application>, which can be modified."
+#~ msgstr "<application>gedit</application> 提供了许多内置的片段,可以被设置。"
+
+#~ msgid ""
+#~ "To insert a snippet into a document, type its <firstterm>tab trigger</"
+#~ "firstterm> and press <keycap>Tab</keycap>. A snippet's tab trigger is "
+#~ "usually the first few letters of the snippet, or something else that is "
+#~ "short and easy to remember."
+#~ msgstr ""
+#~ "要在文档中插入一个片段,输入它的 <firstterm>Tab 触发器</firstterm>,然后"
+#~ "按 <keycap>Tab</keycap>。片段触发器通常是片段的开头几个字符,或者是一些其"
+#~ "他短的好记的字符。"
+
+#~ msgid ""
+#~ "Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>Space</"
+#~ "keycap></keycombo> to see a list of snippets you can insert."
+#~ msgstr ""
+#~ "另外,按 <keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></keycombo> "
+#~ "键,查看您可以使用的片段列表。"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Manage Snippets</"
+#~ "guimenuitem></menuchoice>. The <guilabel>Snippets Manager</guilabel> "
+#~ "window opens."
+#~ msgstr ""
+#~ "点菜单 <menuchoice><guimenu>工具</guimenu><guimenuitem>管理片段</"
+#~ "guimenuitem></menuchoice>,出来一个 <guilabel>片段管理器</guilabel> 窗口。"
+
+#~ msgid ""
+#~ "The list of snippets is grouped by language. Select the language you want "
+#~ "to add a snippet to, or a snippet in that language group. To add a "
+#~ "snippet for all languages, choose Global at the top of the list. The "
+#~ "syntax of the document you are currently working with is shown by default."
+#~ msgstr ""
+#~ "片段列表按语言分组。选择您想添加片段的语言,或者那个语言的片段组。要为所有"
+#~ "语言添加片段,点列表顶部的全局。默认显示您当前编辑文档的格式。"
+
+#~ msgid "Click <guibutton>New</guibutton>. A new snippet appears in the list."
+#~ msgstr "点 <guibutton>新建</guibutton>,列表中出来一个新的片段。"
+
+#~ msgid "Enter the following information for the new snippet:"
+#~ msgstr "为新片段输入下面的信息:"
+
+#~ msgid "Name"
+#~ msgstr "名称"
+
+#~ msgid ""
+#~ "Enter a name for the snippet in the text field within the snippet list. "
+#~ "The name of a snippet serves only as a reminder of its purpose. You can "
+#~ "change name of a snippet you create by clicking on it in the list."
+#~ msgstr ""
+#~ "在文本框中输入片段的名称。片段名称仅仅是它作用的提示。您可以通过点击它来改"
+#~ "变名称。"
+
+#~ msgid ""
+#~ "Enter the text of the snippet in the <guilabel>Edit snippet</guilabel> "
+#~ "text box. For special codes you can use, see <xref linkend=\"gedit-"
+#~ "snippets-plugin-syntax\"/>."
+#~ msgstr ""
+#~ "在<guilabel>编辑片段</guilabel> 文本框中,输入片段的内容。您可以使用特殊代"
+#~ "码,请参阅:<xref linkend=\"gedit-snippets-plugin-syntax\"/>。"
+
+#~ msgid ""
+#~ "You can switch back to the document window to copy text without closing "
+#~ "the <guilabel>Snippets Manager</guilabel> window."
+#~ msgstr ""
+#~ "您可以切换到文档窗口,复制里面的文本,而不需要关闭 <guilabel>片段管理器</"
+#~ "guilabel> 窗口。"
+
+#~ msgid "Tab Trigger"
+#~ msgstr "Tab 触发器"
+
+#~ msgid ""
+#~ "Enter the tab trigger for the snippet. This is the text that you type "
+#~ "before pressing <keycap>Tab</keycap> to insert the snippet."
+#~ msgstr ""
+#~ "为片段输入标记触发器。这个文本是您输入后按 <keycap>Tab</keycap> 键,就会插"
+#~ "入片段。"
+
+#~ msgid ""
+#~ "The tag must be either a single word comprising only letters, or any "
+#~ "single character. The <guilabel>Tab trigger</guilabel> will highlight in "
+#~ "red if an invalid tab trigger is entered."
+#~ msgstr ""
+#~ "标记必须是单个由字母组成的词,或者是单个字符。<guilabel>Tab 触发器</"
+#~ "guilabel> 会用红色高亮显示,表示输入了一个触发器。"
+
+#~ msgid "Type a shortcut key to use for inserting the snippet."
+#~ msgstr "输入用来插入片段的快捷键。"
+
+#~ msgid ""
+#~ "To edit a snippet, select it in the list and make changes to its text and "
+#~ "activation properties."
+#~ msgstr "要编辑一个片段,在列表中选中它,然后更改它的文本和激活属性。"
+
+#~ msgid "To rename a snippet, click it again in the list."
+#~ msgstr "要重命名一个片段,在列表中再次点击它。"
+
+#~ msgid ""
+#~ "To restore a built-in snippet that you have changed, press "
+#~ "<guilabel>Revert</guilabel>."
+#~ msgstr "要恢复您更改了的内置片段,点 <guilabel>复原</guilabel> 按钮。"
+
+#~ msgid ""
+#~ "To remove a snippet, select it in the list and press <guibutton>Remove</"
+#~ "guibutton>. You can not remove built-in snippets, only those you have "
+#~ "created yourself."
+#~ msgstr ""
+#~ "要删除一个片段,在列表中选中它,然后点 <guibutton>删除</guibutton>。您不能"
+#~ "删除内置的片段,只能删除您自己创建的片段。"
+
+#~ msgid "Snippet Substitutions"
+#~ msgstr "替代片段"
+
+#~ msgid ""
+#~ "In addition to inserting stored text, a snippet can include customizable "
+#~ "text, or mark spaces where you can add text once the snippet is inserted "
+#~ "in your document."
+#~ msgstr ""
+#~ "除了插入已经存储的文本,片段可以包括自定义文本,或者标记空格,您可以添加自"
+#~ "己文本。"
+
+#~ msgid "You can use the following placeholder codes in snippet text:"
+#~ msgstr "您可以在片段文本中使用下面的占位符代码:"
+
+#~ msgid "Tab placeholders"
+#~ msgstr "Tab 占位符"
+
+#~ msgid ""
+#~ "<literal>$<replaceable>n</replaceable></literal> defines a tab "
+#~ "placeholder, where <literal>n</literal> is any number from 1 upwards."
+#~ msgstr ""
+#~ "<literal>$<replaceable>n</replaceable></literal> 定义一个 tab 占位符,"
+#~ "<literal>n</literal> 是从 1 开始的数字。"
+
+#~ msgid ""
+#~ "<literal>${<replaceable>n</replaceable>:<replaceable>default</"
+#~ "replaceable>}</literal> defines a tab placeholder with a default value."
+#~ msgstr ""
+#~ "<literal>${<replaceable>n</replaceable>:<replaceable>default</"
+#~ "replaceable>}</literal> 用默认值定义一个 tab 占位符。"
+
+#~ msgid ""
+#~ "A tab placeholder marks a place in the snippet text where you can add "
+#~ "extra text after the snippet is inserted."
+#~ msgstr ""
+#~ "tab 占位符在片段文本中标记一个区域,您可以在插入片段后添加额外的文本。"
+
+#~ msgid ""
+#~ "To use tab placeholders, insert the snippet as normal. The cursor is "
+#~ "placed at the first tab placeholder. Type text, and press <keycap>Tab</"
+#~ "keycap> to advance to the next tab placeholder. The number in the "
+#~ "placeholder code defines the order in which tab advances to each place in "
+#~ "the text."
+#~ msgstr ""
+#~ "要使用 tab 占位符,像平常一样插入片段。光标定位于第一个 tab 占位符。输入文"
+#~ "本,然后按 <keycap>Tab</keycap> 到下一个 tab 占位符。占位符的序号定义了在"
+#~ "文本中各个 tab 的位置。"
+
+#~ msgid ""
+#~ "Press <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> to "
+#~ "return to the previous tab placeholder. Pressing <keycap>Tab</keycap> "
+#~ "when there are no more tab placeholders moves the cursor to the end of "
+#~ "the snippet text, or to the end placeholder if it exists."
+#~ msgstr ""
+#~ "按 <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> 返回到"
+#~ "上一个 tab 占位符。当再没有占位符时,按 <keycap>Tab</keycap> 键结束片段,"
+#~ "或者到最后一个占位符,如果它存在的话。"
+
+#~ msgid "Mirror placeholders"
+#~ msgstr "Mirror 占位符"
+
+#~ msgid ""
+#~ "A repeated tab placeholder will mirror the placeholder already defined. "
+#~ "This allows you to type in text only once that you want to appear several "
+#~ "times in the snippet."
+#~ msgstr ""
+#~ "重复 tab 占位符,将会映像已经定义的占位符。这就可以让您输入一次而重复多次"
+#~ "这个片段。"
+
+#~ msgid "End placeholder"
+#~ msgstr "End 占位符"
+
+#~ msgid ""
+#~ "<literal>$0</literal> defines the end placeholder. This allows you to "
+#~ "finish working with the snippet with the cursor at a point other than the "
+#~ "end of the snippet text."
+#~ msgstr ""
+#~ "<literal>$0</literal> 定义最后占位符。这就允许您完成片段操作,而不是光标停"
+#~ "在最后一个片段文本。"
+
+#~ msgid "Environmental variables"
+#~ msgstr "环境变量"
+
+#~ msgid ""
+#~ "Environmental variable such as <literal>$PATH</literal> and <literal>"
+#~ "$HOME</literal> are substituted in snippet text. The following variables "
+#~ "specific to <application>gedit</application> can also be used:"
+#~ msgstr ""
+#~ "环境变量是指像 <literal>$PATH</literal> 和 <literal>$HOME</literal>,可以"
+#~ "在片段中替代。下面的变量可以在 <application>gedit</application> 中使用:"
+
+#~ msgid "$GEDIT_SELECTED_TEXT"
+#~ msgstr "$GEDIT_SELECTED_TEXT"
+
+#~ msgid "$GEDIT_FILENAME"
+#~ msgstr "$GEDIT_FILENAME"
+
+#~ msgid ""
+#~ "The full filename of the document, or an empty string if the document "
+#~ "isn't saved yet."
+#~ msgstr "文档的完整名称,对于还没有保存的问道,是一个空字符串。"
+
+#~ msgid "$GEDIT_BASENAME"
+#~ msgstr "$GEDIT_BASENAME"
+
+#~ msgid ""
+#~ "The basename of the filename of the document, or an empty string if the "
+#~ "document isn't saved yet."
+#~ msgstr "文档文件名的基本名,对于还没保存的文档,是一个空字符串。"
+
+#~ msgid "$GEDIT_CURRENT_WORD"
+#~ msgstr "$GEDIT_CURRENT_WORD"
+
+#~ msgid ""
+#~ "The word at the cursor's location in the document. When this variable is "
+#~ "used, the current word will be replaced by the snippet text."
+#~ msgstr "文档里光标所在位置的词。当使用这个变量时,当前词将会被片段替代。"
+
+#~ msgid "Shell placeholders"
+#~ msgstr "Shell 占位符"
+
+#~ msgid ""
+#~ "<literal>$(<replaceable>cmd</replaceable>)</literal> is replaced by the "
+#~ "result of executing <replaceable>cmd</replaceable> in a shell."
+#~ msgstr ""
+#~ "<literal>$(<replaceable>cmd</replaceable>)</literal> 会被 shell 里运行的 "
+#~ "<replaceable>cmd</replaceable> 结果替换。"
+
+#~ msgid ""
+#~ "<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+#~ "literal> allows you to give this placeholder a reference, where "
+#~ "<replaceable>n</replaceable> is any number from 1 upwards. Use <literal>"
+#~ "$<replaceable>n</replaceable></literal> to use the output from one shell "
+#~ "placeholder as input in another."
+#~ msgstr ""
+#~ "<literal>$(<replaceable>n</replaceable>:<replaceable>cmd</replaceable>)</"
+#~ "literal> 允许您给这个占位符一个索引,这儿的 <replaceable>n</replaceable> "
+#~ "是一个从 1 开始的数字。使用 <literal>$<replaceable>n</replaceable></"
+#~ "literal>,用一个 shell 的输出,作为另一个的输入。"
+
+#~ msgid "Python placeholders"
+#~ msgstr "Python 占位符"
+
+#~ msgid ""
+#~ "<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> is replaced by "
+#~ "the result of evaluating <replaceable>cmd</replaceable> in the python "
+#~ "interpreter."
+#~ msgstr ""
+#~ "<literal>$&lt;<replaceable>cmd</replaceable>&gt;</literal> 在 python 解释"
+#~ "器里,用结果值来替换。"
+
+#~ msgid ""
+#~ "<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</"
+#~ "replaceable>&gt;</literal> specifies another python placeholder as a "
+#~ "dependency, where <replaceable>a</replaceable> gives its order in the "
+#~ "snippet. This allows you to use python functions defined in another "
+#~ "snippet. To specify several dependencies, separate the numbers with "
+#~ "commas thus: <literal>$&lt;<replaceable>a</replaceable>,<replaceable>b</"
+#~ "replaceable>:<replaceable>cmd</replaceable>&gt;</literal>"
+#~ msgstr ""
+#~ "<literal>$&lt;<replaceable>a</replaceable>:<replaceable>cmd</"
+#~ "replaceable>&gt;</literal> 指定另一个 python 占位符作为附属,"
+#~ "<replaceable>a</replaceable> 给出它在片段里的顺序。这就允许您在另一个片段"
+#~ "里使用 python 的功能定义。要指定几个附属,用逗号分隔开: <literal>$&lt;"
+#~ "<replaceable>a</replaceable>,<replaceable>b</replaceable>:"
+#~ "<replaceable>cmd</replaceable>&gt;</literal>"
+
+#~ msgid ""
+#~ "To use a variable in all other python snippets, declare it as "
+#~ "<literal>global</literal>."
+#~ msgstr ""
+#~ "要在所有 python 片段里使用变量,用 <literal>global</literal> 声明它。"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</"
+#~ "guimenuitem></menuchoice>. The <guilabel>Sort</guilabel> dialog opens."
+#~ msgstr ""
+#~ "点菜单 <menuchoice><guimenu>编辑</guimenu><guimenuitem>排序</"
+#~ "guimenuitem></menuchoice>,出来一个 <guilabel>排序</guilabel> 对话框。"
+
+#~ msgid ""
+#~ "To arrange the text in reverse order, select <guilabel>Reverse order</"
+#~ "guilabel>."
+#~ msgstr "要按反向顺序排列文本,选中 <guilabel>逆序顺序</guilabel> 选项。"
+
+#~ msgid ""
+#~ "To delete duplicate lines, select <guilabel>Remove duplicates</guilabel>."
+#~ msgstr "要删除重复的行,选中 <guilabel>删除重复内容</guilabel> 选项。"
+
+#~ msgid "To ignore case sensitivity, select <guilabel>Ignore case</guilabel>."
+#~ msgstr "要忽略大小写,选中 <guilabel>忽略大小写</guilabel> 选项。"
+
+#~ msgid "Spell Checker Plugin"
+#~ msgstr "拼写检查插件"
+
+#~ msgid ""
+#~ "The <application>Spell Checker</application> plugin checks the spelling "
+#~ "in the selected text. You can configure <application>gedit</application> "
+#~ "to check the spelling automatically, or you can check the spelling "
+#~ "manually, in the specified language. The language setting, and the "
+#~ "autocheck spelling properties, apply per document. To use the Spell "
+#~ "checker plugin, perform the following steps:"
+#~ msgstr ""
+#~ "<application>拼写检查</application> 检查选中文本的拼写。您可以在指定的语言"
+#~ "里,配置 <application>gedit</application> 自动简单拼写,或者您可以手动检查"
+#~ "拼写。语言设置、自动拼写检查属性,应用于每个文档。要使用拼写检查插件,请按"
+#~ "下面的步骤操作:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Set Language</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Set language</"
+#~ "guilabel> dialog. Select the appropriate language from the list. Click "
+#~ "<guibutton>OK</guibutton> to close the <guilabel>Set language</guilabel> "
+#~ "dialog."
+#~ msgstr ""
+#~ "点菜单 <menuchoice><guimenu>工具</guimenu><guimenuitem>设置语言</"
+#~ "guimenuitem></menuchoice>,出来一个 <guilabel>设置语言</guilabel> 对话框。"
+#~ "在列表中选择合适的语言,然后点 <guibutton>确定</guibutton>,关闭 "
+#~ "<guilabel>设置语言</guilabel> 对话框。"
+
+#~ msgid ""
+#~ "To check the spelling automatically, choose <menuchoice><guimenu>Tools</"
+#~ "guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice>. To "
+#~ "unset the automatic spell check, choose <menuchoice><guimenu>Tools</"
+#~ "guimenu><guimenuitem>Autocheck Spelling</guimenuitem></menuchoice> again. "
+#~ "When automatic spell checking is set, an icon is displayed beside the "
+#~ "<guimenuitem>Autocheck Spelling</guimenuitem> menu item. Automatic spell "
+#~ "checking is unset by default, each time <application>gedit</application> "
+#~ "starts."
+#~ msgstr ""
+#~ "要启用自动拼写检查,点菜单 <menuchoice><guimenu>工具</"
+#~ "guimenu><guimenuitem>自动检查拼写</guimenuitem></menuchoice>。要取消自动拼"
+#~ "写检查,再次点 <menuchoice><guimenu>工具</guimenu><guimenuitem>自动检查拼"
+#~ "写</guimenuitem></menuchoice>。当启用自动拼写检查,在 <guimenuitem>自动检"
+#~ "查拼写</guimenuitem> 菜单项旁边会出现一个图标。默认情况下,每次 "
+#~ "<application>gedit</application> 启动时,不启用自动拼写检查。"
+
+#~ msgid ""
+#~ "Unknown spellings are displayed in a different color, and underlined. "
+#~ "Right-click on an unknown spelling, then select <guimenu>Spelling "
+#~ "Suggestions</guimenu> from the popup menu:"
+#~ msgstr ""
+#~ "未知拼写的词会显示不同的颜色和带有下划线。在词语上点右键,然后从弹出菜单里"
+#~ "选择 <guimenu>拼写建议</guimenu>:"
+
+#~ msgid ""
+#~ "To replace the unknown spelling with another spelling in the list, select "
+#~ "the replacement spelling from the <guimenu>Spelling Suggestions</guimenu> "
+#~ "popup menu."
+#~ msgstr "要替换未知拼写,从 <guimenu>拼写建议</guimenu> 菜单里选择一项。"
+
+#~ msgid ""
+#~ "To add the unknown spelling to your personal dictionary, select "
+#~ "<menuchoice><guimenu>Spelling Suggestions</guimenu><guimenuitem>Add</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要添加未知拼写到您的个人字典,选择 <menuchoice><guimenu>拼写建议</"
+#~ "guimenu><guimenuitem>添加</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "To ignore all occurrences of the unknown spelling, so that they are no "
+#~ "longer flagged as unknown but are not added to your personal dictionary, "
+#~ "select <menuchoice><guimenu>Spelling Suggestions</"
+#~ "guimenu><guimenuitem>Ignore All</guimenuitem></menuchoice>. The unknown "
+#~ "word is ignored in the current <application>gedit</application> session "
+#~ "only."
+#~ msgstr ""
+#~ "要忽略所有这个未知的拼写,以便它们不再显示未知拼写,但不添加到您的个人字典"
+#~ "中,选择 <menuchoice><guimenu>拼写建议</guimenu><guimenuitem>全部忽略</"
+#~ "guimenuitem></menuchoice>。在当前 <application>gedit</application> 中会忽"
+#~ "略所有这个未知的词。"
+
+#~ msgid ""
+#~ "To check the spelling manually, choose <menuchoice><guimenu>Tools</"
+#~ "guimenu><guimenuitem>Check Spelling</guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要手动进行拼写检查,点菜单 <menuchoice><guimenu>工具</"
+#~ "guimenu><guimenuitem>拼写检查</guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "If there are no spelling errors, an <guilabel>Information</guilabel> "
+#~ "dialog displays a message stating that the document does not contain "
+#~ "misspelled words. Click <guibutton>OK</guibutton> to close the "
+#~ "<guilabel>Information</guilabel> dialog."
+#~ msgstr ""
+#~ "如果这儿没有拼写错误,出来一个 <guilabel>信息</guilabel> 对话框,提示没有"
+#~ "包含错误拼写。点 <guibutton>确定</guibutton> 关闭这个 <guilabel>信息</"
+#~ "guilabel> 对话框。"
+
+#~ msgid ""
+#~ "If there are spelling errors, the <guilabel>Check Spelling</guilabel> "
+#~ "dialog is displayed:"
+#~ msgstr "如果发现错误拼写,出来一个 <guilabel>检查拼写</guilabel> 对话框:"
+
+#~ msgid ""
+#~ "The <guilabel>Misspelled word</guilabel> is displayed at the top of the "
+#~ "dialog."
+#~ msgstr "<guilabel>拼错的词</guilabel> 显示在对话框的顶部。"
+
+#~ msgid ""
+#~ "A suggested known spelling is displayed in the <guilabel>Change to</"
+#~ "guilabel> text box. You can replace this with another known spelling by "
+#~ "selecting a spelling from the <guilabel>Suggestions</guilabel> list, or "
+#~ "you can enter text directly into the <guilabel>Change to</guilabel> text "
+#~ "box."
+#~ msgstr ""
+#~ "一个建议的拼写会显示在 <guilabel>更改为</guilabel> 文本框里。您可以在 "
+#~ "<guilabel>建议</guilabel> 里,选择其他词语来替换,或者您可以直接输入到 "
+#~ "<guilabel>更改为</guilabel> 文本框里。"
+
+#~ msgid ""
+#~ "To check the spelling of the text in the <guilabel>Change to</guilabel> "
+#~ "text box, click <guibutton>Check Word</guibutton>. If this is a known "
+#~ "word, the <guilabel>Suggestions</guilabel> list is replaced with the text "
+#~ "<literal>(correct spelling)</literal>. If the word is not known, new "
+#~ "entries appear in the <guilabel>Suggestions</guilabel> list."
+#~ msgstr ""
+#~ "要检查 <guilabel>更改为</guilabel> 文本框里的拼写,点 <guibutton>检查单词"
+#~ "</guibutton> 按钮。如果这是一个已知的词,<guilabel>建议</guilabel> 列表被"
+#~ "这个词替换 <literal>(正确拼写)</literal>。如果这个词也未知,新的项出现在 "
+#~ "<guilabel>建议</guilabel> 列表中。"
+
+#~ msgid ""
+#~ "To ignore the current occurrence of the unknown word, click "
+#~ "<guibutton>Ignore</guibutton>. To ignore all occurrences of the unknown "
+#~ "word, click <guibutton>Ignore All</guibutton>. The unknown word is "
+#~ "ignored in the current <application>gedit</application> session only."
+#~ msgstr ""
+#~ "要忽略当前的检查,点 <guibutton>忽略</guibutton>。要忽略所有这个未知词的检"
+#~ "查,点 <guibutton>全部忽略</guibutton>。在当前 <application>gedit</"
+#~ "application> 中不再对这个词检查。"
+
+#~ msgid ""
+#~ "To change the current occurrence of the unknown word to the text in the "
+#~ "<guilabel>Change to</guilabel> text box, click <guibutton>Change</"
+#~ "guibutton>. To change all occurrences of the unknown word to the text in "
+#~ "the <guilabel>Change to</guilabel> text box, click <guibutton>Change All</"
+#~ "guibutton>."
+#~ msgstr ""
+#~ "要用 <guilabel>更改为</guilabel> 文本框里的词,替换当前检查的未知词,点 "
+#~ "<guibutton>更改</guibutton> 按钮。要把所有这个未知词替换为 <guilabel>更改"
+#~ "为</guilabel> 文本框里的词,点 <guibutton>全部更改</guibutton>。"
+
+#~ msgid ""
+#~ "To add the unknown word to your personal dictionary, click <guibutton>Add "
+#~ "word</guibutton>."
+#~ msgstr "要添加未知单词到您的个人字典,点 <guibutton>添加单词</guibutton>。"
+
+#~ msgid ""
+#~ "To close the <guilabel>Check Spelling</guilabel> dialog, click "
+#~ "<guibutton>Close</guibutton>."
+#~ msgstr ""
+#~ "要关闭 <guilabel>拼写检查</guilabel> 对话框,点 <guibutton>关闭</"
+#~ "guibutton>。"
+
+#~ msgid "Tag List Plugin"
+#~ msgstr "标记列表插件"
+
+#~ msgid ""
+#~ "The <application>Tag List</application> plugin allows you to insert "
+#~ "common tags from a list in the side pane."
+#~ msgstr ""
+#~ "<application>标记列表</application> 插件,允许您从侧栏中插入通用标记。"
+
+#~ msgid "To use the Tag List plugin, perform the following steps:"
+#~ msgstr "要使用标记列表插件,请按以下步骤操作:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "点菜单 <menuchoice><guimenu>查看</guimenu><guimenuitem>侧边栏</"
+#~ "guimenuitem></menuchoice>。"
+
+#~ msgid ""
+#~ "By default, the side pane shows a tab containing a list of open "
+#~ "documents. Click on the tab showing a + icon at the bottom of the side "
+#~ "pane to show the tag list tab."
+#~ msgstr ""
+#~ "默认情况下,侧边栏显示包含打开文档列表的标签。点击侧栏底部一个 + 图标的标"
+#~ "签,显示标记列表。"
+
+#~ msgid ""
+#~ "Select the appropriate tag category from the drop-down list. For example, "
+#~ "<guilabel>HTML - Tags</guilabel>."
+#~ msgstr ""
+#~ "在下拉列表中选择合适的标记种类。例如,<guilabel>HTML - 标记</guilabel>。"
+
+#~ msgid ""
+#~ "To insert a tag at the cursor position in the current file, double-click "
+#~ "on the tag in the tag list. You can also insert a tag as follows:"
+#~ msgstr ""
+#~ "要在当前文件的光标位置插入标记,请双击标记列表中的标记。您也可以按照如下步"
+#~ "骤插入标记:"
+
+#~ msgid ""
+#~ "To insert a tag in the current file and change the focus from the side "
+#~ "pane to the display area, press <keycap>Return</keycap>."
+#~ msgstr ""
+#~ "要在当前文件中插入标记,并将焦点从 <guilabel>标记列表</guilabel> 栏移到工"
+#~ "作区,按一下 <keycap>回车键</keycap>。"
+
+#~ msgid ""
+#~ "To insert a tag in the current file and maintain the focus on the "
+#~ "<guilabel>Tag list plugin</guilabel> window, press "
+#~ "<keycombo><keycap>Shift</keycap><keycap>Return</keycap></keycombo>."
+#~ msgstr ""
+#~ "要在当前文件中插入标记,并将焦点仍保留在 <guilabel>标记列表</guilabel> "
+#~ "栏,按 <keycombo><keycap>Shift</keycap><keycap>回车键</keycap></"
+#~ "keycombo>。"
+
+#~ msgid ""
+#~ "<application><link linkend=\"gedit-user-name-plugin\">User Name</link></"
+#~ "application> inserts the username of the current user into the document."
+#~ msgstr ""
+#~ "<application><link linkend=\"gedit-user-name-plugin\">用户名</link></"
+#~ "application> 在文档中插入当前用户名。"
+
+#~ msgid "User Name Plugin"
+#~ msgstr "用户名插件"
+
+#~ msgid ""
+#~ "The <application>User name</application> plugin inserts the username of "
+#~ "the current user into the document."
+#~ msgstr ""
+#~ "<application>用户名</application> 插件,可以在文档中插入当前的用户名。"
+
+#~ msgid ""
+#~ "To insert your username at the cursor position, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert User Name</"
+#~ "guimenuitem></menuchoice>."
+#~ msgstr ""
+#~ "要在当前光标位置插入您的用户名,点菜单 <menuchoice><guimenu>编辑</"
+#~ "guimenu><guimenuitem>插入用户名</guimenuitem></menuchoice>。"
+
+#~ msgid "gedit Manual V2.5.1"
+#~ msgstr "gedit 手册 V2.5.1"
+
+#~ msgid ""
+#~ "The <application>gedit</application> application enables you to create "
+#~ "and edit text files. You can use <application>gedit</application> plugins "
+#~ "to perform a variety of tasks related to text-editing from within the "
+#~ "<application>gedit</application> window."
+#~ msgstr ""
+#~ "<application>gedit</application> 应用程序使您可以创建和编辑文本文件。您可"
+#~ "以使用 <application>gedit</application> 插件在 <application>gedit</"
+#~ "application> 窗口中执行有关文本编辑的各种任务。"
+
+#~ msgid ""
+#~ "For information about how to start <application>gedit</application> from "
+#~ "a menu, see the latest version of the GNOME Desktop User Guide for your "
+#~ "platform."
+#~ msgstr ""
+#~ "有关如何从菜单启动 <application>gedit</application> 的信息,请参见适用于您"
+#~ "的平台的 GNOME Desktop User Guide 的最新版本。"
+
+#~ msgid "When You Start gedit"
+#~ msgstr "在启动 gedit 时"
+
+#~ msgid ""
+#~ "The output window displays the output returned by the Shell command "
+#~ "plugin and the Compare Files plugin."
+#~ msgstr "输出窗口显示 Shell 命令插件和比较文件插件返回的输出。"
+
+#~ msgid ""
+#~ "You can open multiple files in <application>gedit</application>. The "
+#~ "application displays one file at a time in the application window. The "
+#~ "application adds a tab for each open file to the window. To display "
+#~ "another open file, click on the tab that corresponds to the file. To "
+#~ "create a new <application> gedit</application> window for each file that "
+#~ "is open, drag the tab corresponding to each file to the desktop "
+#~ "background."
+#~ msgstr ""
+#~ "您可以在 <application>gedit</application> 中打开多个文件。 该应用程序一次"
+#~ "只能在应用程序窗口中显示一个文件。该应用程序会在窗口上为每个打开的文件添加"
+#~ "一个选项卡。要显示另一个打开的文件,请单击与该文件对应的选项卡。要为每个打"
+#~ "开的文件创建一个新的 <application>gedit</application> 窗口,请将与每个文件"
+#~ "对应的选项卡拖到桌面背景上。"
+
+#~ msgid ""
+#~ "You can also use the <guimenu>Documents</guimenu> menu to move between "
+#~ "the open files. You can choose <menuchoice><guimenu>Documents</"
+#~ "guimenu><guimenuitem>Move to New Window</guimenuitem></menuchoice> to "
+#~ "move a document to a new <application> gedit</application> window."
+#~ msgstr ""
+#~ "也可以使用<guimenu>“文档”</guimenu>菜单在打开的文件之间移动。您可以选择"
+#~ "<menuchoice><guimenu>“文档”</guimenu><guimenuitem>“移动到新窗口”</"
+#~ "guimenuitem></menuchoice>将一个文档移动到新<application> gedit</"
+#~ "application>窗口中。"
+
+#~ msgid ""
+#~ "When the application starts, the files that you specify are displayed in "
+#~ "the <application>gedit</application> window."
+#~ msgstr ""
+#~ "当该应用程序启动之后,您指定的文件将会显示在 <application>gedit</"
+#~ "application> 窗口中。"
+
+#~ msgid "Usage"
+#~ msgstr "用法"
+
+#~ msgid ""
+#~ "To save changes to an existing file, choose <menuchoice><guimenu>File</"
+#~ "guimenu><guimenuitem>Save</guimenuitem></menuchoice> or click "
+#~ "<guibutton>Save</guibutton> on the toolbar."
+#~ msgstr ""
+#~ "要保存对现存文件的更改,请选择<menuchoice><guimenu>“文件”</"
+#~ "guimenu><guimenuitem>“保存”</guimenuitem></menuchoice>,或者单击工具栏上的"
+#~ "<guibutton>“保存”</guibutton>按钮。"
+
+#~ msgid "Type new text from the keyboard."
+#~ msgstr "从键盘输入新的文本。"
+
+#~ msgid "Use the <keycap>Delete</keycap> key to delete text."
+#~ msgstr "使用 <keycap>Delete</keycap> 键删除文本。"
+
+#~ msgid ""
+#~ "Use the <guimenuitem>Cut</guimenuitem>, <guimenuitem>Copy</guimenuitem>, "
+#~ "<guimenuitem>Paste</guimenuitem>, and <guimenuitem>Delete</guimenuitem> "
+#~ "menu items on the <guimenu>Edit</guimenu> menu to edit text."
+#~ msgstr ""
+#~ "使用<guimenu>“编辑”</guimenu>菜单中的<guimenuitem>“剪切”</guimenuitem>、"
+#~ "<guimenuitem>“复制”</guimenuitem>、<guimenuitem>“粘贴”</guimenuitem>和"
+#~ "<guimenuitem>“删除”</guimenuitem>菜单项编辑文本。"
+
+#~ msgid "To Undo or Redo Edits"
+#~ msgstr "取消或重复编辑"
+
+#~ msgid ""
+#~ "To undo an edit, choose <menuchoice><guimenu>Edit</"
+#~ "guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To redo an edit, "
+#~ "choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</"
+#~ "guimenuitem></menuchoice>. The number of previous edits that you can undo "
+#~ "is determined by the <guilabel>Set limit on undo actions to</guilabel> "
+#~ "setting in the <xref linkend=\"gedit-prefs-undo\"/> tabbed section of the "
+#~ "<guilabel>Preferences</guilabel> dialog."
+#~ msgstr ""
+#~ "要取消编辑操作,请选择<menuchoice><guimenu>“编辑”</"
+#~ "guimenu><guimenuitem>“取消”</guimenuitem></menuchoice>。要重复编辑操作,请"
+#~ "选择<menuchoice><guimenu>“编辑”</guimenu><guimenuitem>“重复”</"
+#~ "guimenuitem></menuchoice>。可以取消的先前编辑操作的次数由下面的设置来确"
+#~ "定:<guilabel>“首选项”</guilabel>对话框中<xref linkend=\"gedit-prefs-undo"
+#~ "\"/> 选项卡式部分的<guilabel>“将取消操作的限制设置为”</guilabel>设置。"
+
+#~ msgid "Use this escape sequence to specify a new line"
+#~ msgstr "使用此转义序列指定一个新行。"
+
+#~ msgid "Use this escape sequence to specify a tab character"
+#~ msgstr "使用此转义序列指定一个制表符。"
+
+#~ msgid "Use this escape sequence to specify a carriage return"
+#~ msgstr "使用此转义序列指定一个回车。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Match case</guilabel> option to only find "
+#~ "occurrences of the string that match the case of the text that you enter."
+#~ msgstr ""
+#~ "选择<guilabel>“大小写匹配”</guilabel>选项就只能查找与您输入的文本大小写完"
+#~ "全匹配的字符串。"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Replace</guibutton> button to replace the "
+#~ "occurrence of the string with the text in the <guilabel>Replace with</"
+#~ "guilabel> field. Click on the <guibutton>Replace All</guibutton> button "
+#~ "to replace all occurrences of the string."
+#~ msgstr ""
+#~ "单击<guibutton>“替换”</guibutton>按钮可以用<guilabel>“替换为”</guilabel>字"
+#~ "段中的文本替换出现的字符串。单击<guibutton>“全部替换”</guibutton>按钮可以"
+#~ "替换文件中出现的所有该字符串。"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Open Location</"
+#~ "guilabel> dialog. Enter the URI of the file that you want to open, then "
+#~ "click <guibutton>Open</guibutton>."
+#~ msgstr ""
+#~ "选择<menuchoice><guimenu>“文件”</guimenu><guimenuitem>“打开位置”</"
+#~ "guimenuitem></menuchoice>,显示<guilabel>“打开位置”</guilabel>对话框。输入"
+#~ "您要打开的文件的 URI,然后单击<guibutton>“打开”</guibutton>。"
+
+#~ msgid "The application opens the file located at the URI in read-only mode."
+#~ msgstr "该应用程序将以只读模式打开位于该 URI 位置的文件。"
+
+#~ msgid ""
+#~ "Alternatively, you can use the Shell command plugin to pipe command "
+#~ "output to the current file. For information about how to use the Shell "
+#~ "command plugin, see <xref linkend=\"gedit-shell-command-plugin\"/>."
+#~ msgstr ""
+#~ "另外,您还可以使用 Shell 命令插件将命令的输出输送到当前文件中。有关如何使"
+#~ "用 Shell 命令插件的信息,请参阅 <xref linkend=\"gedit-shell-command-"
+#~ "plugin\"/>。"
+
+#~ msgid ""
+#~ "To position the cursor on a specific line in the current file, perform "
+#~ "the following steps:"
+#~ msgstr "要将光标定位在当前文件的指定行上,请执行以下步骤:"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Go to Line</guilabel> "
+#~ "dialog."
+#~ msgstr ""
+#~ "选择<menuchoice><guimenu>“搜索”</guimenu><guimenuitem>“转到行”</"
+#~ "guimenuitem></menuchoice>,显示<guilabel>“转到行”</guilabel>对话框。"
+
+#~ msgid ""
+#~ "Click <guibutton>Go to Line</guibutton>. The application moves the cursor "
+#~ "to the line number that you specify."
+#~ msgstr ""
+#~ "单击<guibutton>“转到行”</guibutton>。 该应用程序会将光标移动到您指定的行号"
+#~ "处。"
+
+#~ msgid ""
+#~ "To change the input mode, right-click in the text window, then select "
+#~ "<guimenuitem>Input Methods</guimenuitem>. The <guimenuitem>Insert Unicode "
+#~ "control character</guimenuitem> menu item provides character layout "
+#~ "options that are useful for working with non-Latin character sets."
+#~ msgstr ""
+#~ "要更改输入模式,请右击文本窗口,然后选择<guimenuitem>“Input Methods”</"
+#~ "guimenuitem>。 <guimenuitem>“插入 Unicode 控制字符”</guimenuitem>菜单项提"
+#~ "供字符布局选项,这些选项对使用非拉丁字符集很有用。"
+
+#~ msgid "To Print a File"
+#~ msgstr "打印文件"
+
+#~ msgid "Printer pane"
+#~ msgstr "打印机窗格"
+
+#~ msgid "Number of copies"
+#~ msgstr "打印份数"
+
+#~ msgid "Filename"
+#~ msgstr "文件名"
+
+#~ msgid ""
+#~ "To print the file to a print file, type the name of the output file in "
+#~ "this text box."
+#~ msgstr "要将文件打印到某个打印文件,请在此文本框中键入输出文件的名称。"
+
+#~ msgid "To Customize the Toolbar and Statusbar"
+#~ msgstr "定制工具栏和状态栏"
+
+#~ msgid "Desktop Default"
+#~ msgstr "桌面默认"
+
+#~ msgid "Display the default toolbar."
+#~ msgstr "显示默认工具栏。"
+
+#~ msgid "Icon"
+#~ msgstr "图标"
+
+#~ msgid "Display icons only."
+#~ msgstr "只显示图标。"
+
+#~ msgid "Icon and Text"
+#~ msgstr "图标和文本"
+
+#~ msgid "Display icons and text."
+#~ msgstr "显示图标和文本。"
+
+#~ msgid "Priority Text beside Icons"
+#~ msgstr "图标旁的优先级文字"
+
+#~ msgid "Display icons, and display text beside some of the icons."
+#~ msgstr "显示图标及某些图标旁的文字。"
+
+#~ msgid "Show Cursor Position"
+#~ msgstr "显示光标位置"
+
+#~ msgid "Show Overwrite Mode"
+#~ msgstr "<guimenuitem>显示覆盖模式</guimenuitem>:"
+
+#~ msgid "Editor"
+#~ msgstr "编辑器"
+
+#~ msgid ""
+#~ "The <guilabel>Editor</guilabel> category is subdivided into the following "
+#~ "subcategories:"
+#~ msgstr "<guilabel>“编辑器”</guilabel>类别还可以再细分为以下子类别:"
+
+#~ msgid "Fonts and Colors"
+#~ msgstr "字体和颜色"
+
+#~ msgid "Use default theme font"
+#~ msgstr "使用默认主题字体"
+
+#~ msgid "Editor font"
+#~ msgstr "编辑器字体"
+
+#~ msgid "Use default theme colors"
+#~ msgstr "使用默认主题颜色"
+
+#~ msgid ""
+#~ "Select this option to use the default theme colors in the "
+#~ "<application>gedit</application> text window."
+#~ msgstr ""
+#~ "如果选择该选项,系统将在 <application>gedit</application> 文本窗口中使用默"
+#~ "认主题颜色。"
+
+#~ msgid "Text color"
+#~ msgstr "文本颜色"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Text color</guibutton> button to display the "
+#~ "color selector dialog. Select a color to use to display text in the "
+#~ "<application>gedit</application> text window."
+#~ msgstr ""
+#~ "单击<guibutton>“文本颜色”</guibutton>按钮可以显示颜色选择器对话框。选择一"
+#~ "种用于在 <application>gedit</application> 文本窗口中显示文本的颜色。"
+
+#~ msgid "Background color"
+#~ msgstr "背景颜色"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Background color</guibutton> button to display "
+#~ "the color selector dialog. Select a background color for the "
+#~ "<application>gedit</application> text window."
+#~ msgstr ""
+#~ "单击<guibutton>“背景颜色”</guibutton>按钮可以显示颜色选择器对话框。为 "
+#~ "<application>gedit</application> 文本窗口选择一种背景色。"
+
+#~ msgid "Selected text color"
+#~ msgstr "选定的文本颜色"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Selected text color</guibutton> button to display "
+#~ "the color selector dialog. Select a color to use to display selected text."
+#~ msgstr ""
+#~ "单击<guibutton>“选定的文本颜色”</guibutton>按钮可以显示颜色选择器对话框。"
+#~ "选择一种用于显示选定文本的颜色。"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Selection color</guibutton> button to display the "
+#~ "color selector dialog. Select a background color to use to highlight a "
+#~ "text selection."
+#~ msgstr ""
+#~ "单击<guibutton>“选择区颜色”</guibutton>按钮可以显示颜色选择器对话框。选择"
+#~ "一种用于突出显示文本选择区的背景色。"
+
+#~ msgid "Set tabs width equivalent to"
+#~ msgstr "将制表符宽度设置为"
+
+#~ msgid ""
+#~ "Select this option to wrap text onto the next line, at a character level, "
+#~ "when you reach the text window boundary."
+#~ msgstr "选择此选项可以在您到达文本窗口边界时按字符级别将文本换行到下一行。"
+
+#~ msgid "Do not split words over two lines"
+#~ msgstr "不要将单词拆开放在两行上"
+
+#~ msgid "Enable auto indentation"
+#~ msgstr "启用自动缩进"
+
+#~ msgid "Display line numbers"
+#~ msgstr "显示行号"
+
+#~ msgid "Open"
+#~ msgstr "打开"
+
+#~ msgid "Supported encodings"
+#~ msgstr "支持的编码"
+
+#~ msgid ""
+#~ "A character encoding is a method of converting bytes to characters. "
+#~ "Different encodings might convert the same byte sequence into different "
+#~ "characters, or might produce invalid output. If you open a file using the "
+#~ "same encoding as that used to create the file, all characters are "
+#~ "displayed as intended. However, if you open a file using a different "
+#~ "encoding, some characters might not be displayed correctly, or an error "
+#~ "might be returned."
+#~ msgstr ""
+#~ "字符编码是将字节转换为字符的方法。 不同的编码方法可能会将相同的字节序列转"
+#~ "换成不同的字符,或生成无效的输出。 如果使用创建文件的编码方法打开该文件,"
+#~ "则所有的字符都按预期的结果显示。 但是,如果使用不同的编码方法打开文件,则"
+#~ "某些字符可能无法正确显示,或返回错误。"
+
+#~ msgid ""
+#~ "By default, <application>gedit</application> uses UTF-8 encoding to try "
+#~ "to open a file. UTF-8 encoding can be used for multilingual texts, as "
+#~ "UTF-8 covers almost all known alphabets and character sets. If the file "
+#~ "is not a valid UTF-8 file, <application>gedit</application> tries to open "
+#~ "the file by using the encoding for the current locale. If this also "
+#~ "fails, <application>gedit</application> tries to use an encoding from the "
+#~ "Supported encodings list, starting at the top of the list."
+#~ msgstr ""
+#~ "在默认情况下,<application>gedit</application> 会尝试使用 UTF-8 编码打开文"
+#~ "件。 UTF-8 编码可用于多语言文本,这是因为 UTF-8 涵盖了几乎所有已知的字母表"
+#~ "和字符集。如果文件不是有效的 UTF-8 文件,<application>gedit</application> "
+#~ "会尝试使用当前语言环境的编码打开该文件。如果这个方法也无效,"
+#~ "<application>gedit</application> 会尝试从“支援的编码”列表顶部开始选用编"
+#~ "码。"
+
+#~ msgid ""
+#~ "To modify the contents of the Supported encodings list, use the buttons "
+#~ "described in the following table:"
+#~ msgstr "要修改“支持的编码”列表中的内容,请使用下表中说明的按钮:"
+
+#~ msgid "Button"
+#~ msgstr "按钮"
+
+#~ msgid "Add"
+#~ msgstr "添加"
+
+#~ msgid "Adds an encoding to the list."
+#~ msgstr "将编码添加到列表。"
+
+#~ msgid "Remove"
+#~ msgstr "删除"
+
+#~ msgid "Removes an encoding from the list."
+#~ msgstr "从列表中删除编码。"
+
+#~ msgid "Up arrow"
+#~ msgstr "上箭头"
+
+#~ msgid "Moves an encoding to a higher position in the list."
+#~ msgstr "将编码移动到列表中较高的位置上。"
+
+#~ msgid "Down arrow"
+#~ msgstr "下箭头"
+
+#~ msgid "Moves an encoding to a lower position in the list."
+#~ msgstr "将编码移动到列表中较低的位置上。"
+
+#~ msgid "Create a backup copy of files before saving"
+#~ msgstr "保存前创建文件的备份副本"
+
+#~ msgid "Autosave current file every"
+#~ msgstr "自动保存当前文件的时间间隔"
+
+#~ msgid "When saving an existing file"
+#~ msgstr "保存现存文件时"
+
+#~ msgid "Select one of the following save options:"
+#~ msgstr "选择以下保存选项之一:"
+
+#~ msgid "Always use UTF-8 encoding (faster)"
+#~ msgstr "总是使用 UTF-8 编码(较快)"
+
+#~ msgid "Select this option to save files using UTF-8 encoding."
+#~ msgstr "如果选择该选项,系统将使用 UTF-8 编码来保存文件。"
+
+#~ msgid "Use current locale's encoding if possible"
+#~ msgstr "如果可能的话,使用当前语言环境的编码"
+
+#~ msgid ""
+#~ "Select this option to save files using the current locale. You can set up "
+#~ "locales for different input methods."
+#~ msgstr ""
+#~ "如果选择此选项,系统将使用当前语言环境来保存文件。 您可以为不同的输入方法"
+#~ "设置语言环境。"
+
+#~ msgid "Use original file encoding if possible"
+#~ msgstr "如果可能的话,使用原文件编码"
+
+#~ msgid ""
+#~ "Select this option to save a file using the current locale if the file "
+#~ "was already saved in the current locale."
+#~ msgstr ""
+#~ "如果选择该选项,当该文件已经以当前语言环境保存的情况下,系统才会使用当前语"
+#~ "言环境保存该文件。"
+
+#~ msgid "When saving a new file"
+#~ msgstr "保存新文件时"
+
+#~ msgid "Select this option to save new files using UTF-8 encoding."
+#~ msgstr "如果选择该选项,系统将使用 UTF-8 编码来保存新文件。"
+
+#~ msgid ""
+#~ "Select this option to save new files using the current locale. You can "
+#~ "set up locales for different input methods."
+#~ msgstr ""
+#~ "如果选择此选项,系统将使用当前语言环境来保存新文件。 您可以为不同的输入方"
+#~ "法设置语言环境。"
+
+#~ msgid "Undo"
+#~ msgstr "取消"
+
+#~ msgid ""
+#~ "Select this option to set a limit on the number of editing actions that "
+#~ "you can undo. Use the spin box to specify the maximum number of actions "
+#~ "that you can undo."
+#~ msgstr ""
+#~ "选择此选项可以限制您能取消的编辑操作的次数。使用该旋转框可以指定您最多能取"
+#~ "消的操作次数。"
+
+#~ msgid ""
+#~ "The <guilabel>Print</guilabel> category is subdivided into the following "
+#~ "subcategories:"
+#~ msgstr "<guilabel>“打印”</guilabel>类别还可以再细分为以下子类别:"
+
+#~ msgid "Print line numbers every"
+#~ msgstr "打印行号的间隔"
+
+#~ msgid "Page headers"
+#~ msgstr "页眉"
+
+#~ msgid ""
+#~ "For information about how to use the <guilabel>Plugins</guilabel> "
+#~ "category of the <guilabel>Preferences</guilabel> dialog, see <xref "
+#~ "linkend=\"gedit-install-plugins\"/>."
+#~ msgstr ""
+#~ "有关如何使用<guilabel>“首选项”</guilabel>对话框的<guilabel>“插件”</"
+#~ "guilabel>类别的信息,请参见<xref linkend=\"gedit-install-plugins\"/>。"
+
+#~ msgid ""
+#~ "A plugin is a supplementary program that enhances the functionality of an "
+#~ "application. The <application>gedit</application> plugins enable you to "
+#~ "perform a variety of functions related to text editing from within the "
+#~ "<application> gedit</application> window. The following table lists the "
+#~ "<application> gedit</application> plugins."
+#~ msgstr ""
+#~ "插件就是用来增强应用程序功能的辅助程序。<application>gedit</application> "
+#~ "插件使您可以在 <application>gedit</application> 窗口内执行有关文本编辑的各"
+#~ "种功能。下表列出了 <application>gedit</application> 插件。"
+
+#~ msgid "Plugin Name"
+#~ msgstr "插件名称"
+
+#~ msgid "Purpose"
+#~ msgstr "目的"
+
+#~ msgid "ASCII table"
+#~ msgstr "ASCII 表"
+
+#~ msgid ""
+#~ "Displays a dialog that contains an ASCII table. You can use the ASCII "
+#~ "table to insert characters into a file."
+#~ msgstr ""
+#~ "显示一个包含 ASCII 表的对话框。您可以使用 ASCII 表将字符插入到文件中。"
+
+#~ msgid "CVS ChangeLog"
+#~ msgstr "CVS 更改日志"
+
+#~ msgid "Opens the log messages associated with CVS commit commands."
+#~ msgstr "打开与 CVS 提交命令关联的日志消息。"
+
+#~ msgid ""
+#~ "Compares two files and displays the differences between the files in the "
+#~ "output window. This plugin uses the <command>diff</command> command to "
+#~ "compare the files."
+#~ msgstr ""
+#~ "比较两个文件并在输出窗口中显示它们的差别。 该插件使用 <command>diff</"
+#~ "command> 命令来比较文件。"
+
+#~ msgid ""
+#~ "Counts the number of lines, words, characters, and bytes in the current "
+#~ "file. The plugin displays the results in a <guilabel>Document Statistics</"
+#~ "guilabel> dialog."
+#~ msgstr ""
+#~ "计算当前文件中的行数、单词数、字符数及字节数。该插件将结果显示在一个"
+#~ "<guilabel>“文档统计信息”</guilabel>对话框中。"
+
+#~ msgid ""
+#~ "Indents the selected lines, or removes the indentation from the selected "
+#~ "lines."
+#~ msgstr "对选定的行进行缩进,或从选定的行删除缩进。"
+
+#~ msgid "Shell command"
+#~ msgstr "Shell 命令"
+
+#~ msgid "Displays the text output of a shell command in the output window."
+#~ msgstr "在输出窗口中显示 shell 命令的文本输出。"
+
+#~ msgid ""
+#~ "Displays a window that contains a list of common tags. You can use the "
+#~ "window to insert a tag into a file."
+#~ msgstr ""
+#~ "显示一个包含常用标记列表的窗口。您可以使用此窗口将标记插入到文件中。"
+
+#~ msgid "User name"
+#~ msgstr "用户名"
+
+#~ msgid ""
+#~ "To load <application>gedit</application> plugins, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+#~ "guimenuitem></menuchoice>. Within the <guilabel>Plugins</guilabel> "
+#~ "category, click on the <guilabel>Manager</guilabel> subcategory. The "
+#~ "<guilabel>Manager</guilabel> subcategory displays the following "
+#~ "information:"
+#~ msgstr ""
+#~ "要载入 <application>gedit</application> 插件,请选择"
+#~ "<menuchoice><guimenu>“编辑”</guimenu><guimenuitem>“首选项”</guimenuitem></"
+#~ "menuchoice>。在<guilabel>“插件”</guilabel>类别中,单击<guilabel>“管理器”</"
+#~ "guilabel>子类别。 <guilabel>“管理器”</guilabel>子类别会显示以下信息:"
+
+#~ msgid ""
+#~ "A <guibutton>Configure plugin</guibutton> button. You can use this button "
+#~ "to open a configuration dialog for the plugins that you can configure. "
+#~ "For example, see <xref linkend=\"gedit-compare-files-configure\"/> and "
+#~ "<xref linkend=\"gedit-date-time-configure\"/>."
+#~ msgstr ""
+#~ "<guibutton>“配置插件”</guibutton>按钮。您可以使用该按钮打开一个配置对话"
+#~ "框,在该对话框中可以对插件进行配置。例如,请参见<xref linkend=\"gedit-"
+#~ "compare-files-configure\"/>和<xref linkend=\"gedit-date-time-configure\"/"
+#~ ">。"
+
+#~ msgid ""
+#~ "A brief description of each plugin. To display a description, select the "
+#~ "plugin from the list of plugins."
+#~ msgstr "每个插件的简要说明。要显示一个说明,请从插件列表中选择该插件。"
+
+#~ msgid "Details about the author of the plugin and the name of the module."
+#~ msgstr "有关插件作者和模块名称的细节。"
+
+#~ msgid ""
+#~ "To load a plugin, select the check box next to the name of the plugin. "
+#~ "The <application>gedit</application> application adds the plugin to the "
+#~ "appropriate <application>gedit</application> menu, as described in the "
+#~ "following table."
+#~ msgstr ""
+#~ "要载入插件,请选择该插件名称旁的复选框。<application>gedit</application> "
+#~ "应用程序会将插件添加到适当的 <application>gedit</application> 菜单中,如下"
+#~ "表中所述:"
+
+#~ msgid "Added to Menu"
+#~ msgstr "添加到的菜单"
+
+#~ msgid "View"
+#~ msgstr "视图"
+
+#~ msgid "ASCII Table"
+#~ msgstr "ASCII 表"
+
+#~ msgid "Open CVS ChangeLogs"
+#~ msgstr "打开 CVS 更改日志"
+
+#~ msgid "Insert Date and Time"
+#~ msgstr "“插入日期和时间”"
+
+#~ msgid "Insert User Name"
+#~ msgstr "插入用户名"
+
+#~ msgid "To Remove gedit Plugins"
+#~ msgstr "删除 gedit 插件"
+
+#~ msgid ""
+#~ "To remove <application>gedit</application> plugins, choose "
+#~ "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+#~ "guimenuitem></menuchoice>. Within the <guilabel>Plugins</guilabel> "
+#~ "category, click on the <guilabel>Manager</guilabel> subcategory. To "
+#~ "remove a plugin, deselect the check box next to the name of the plugin."
+#~ msgstr ""
+#~ "要删除 <application>gedit</application> 插件,请选择"
+#~ "<menuchoice><guimenu>“编辑”</guimenu><guimenuitem>“首选项”</guimenuitem></"
+#~ "menuchoice>。在<guilabel>“插件”</guilabel>类别中,单击<guilabel>“管理器”</"
+#~ "guilabel>子类别。 要删除插件,请取消选择该插件旁的复选框。"
+
+#~ msgid "ASCII Table Plugin"
+#~ msgstr "ASCII 表插件"
+
+#~ msgid ""
+#~ "The ASCII table plugin displays a dialog that contains an ASCII table. "
+#~ "You can use the ASCII table to insert characters into a file. To use the "
+#~ "ASCII table plugin, perform the following steps:"
+#~ msgstr ""
+#~ "ASCII 表插件会显示包含 ASCII 表的对话框。您可以使用 ASCII 表将字符插入到文"
+#~ "件中。 要使用 ASCII 表插件,请执行以下步骤:"
+
+#~ msgid "Load the ASCII table plugin."
+#~ msgstr "载入 ASCII 表插件。"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>View</guimenu><guimenuitem>ASCII Table</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>ASCII Table</guilabel> "
+#~ "dialog."
+#~ msgstr ""
+#~ "选择<menuchoice><guimenu>“视图”</guimenu><guimenuitem>“ASCII 表”</"
+#~ "guimenuitem></menuchoice>,显示<guilabel>“ASCII 表”</guilabel>对话框。"
+
+#~ msgid ""
+#~ "Scroll through the list to find the character that you require, then "
+#~ "select the character with a single click."
+#~ msgstr "滚动列表查找所需的字符,然后单击该字符以选中它。"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Insert char</guibutton> button to insert the "
+#~ "character at the cursor position in the current file."
+#~ msgstr ""
+#~ "单击<guibutton>“插入字符”</guibutton>按钮在当前文件的光标位置处插入该字"
+#~ "符。"
+
+#~ msgid ""
+#~ "When you finish entering ASCII characters, click <guibutton>Close</"
+#~ "guibutton> to close the <guilabel>ASCII Table</guilabel> dialog."
+#~ msgstr ""
+#~ "输入 ASCII 字符后,单击<guibutton>“关闭”</guibutton>以关闭"
+#~ "<guilabel>“ASCII 表”</guilabel>对话框。"
+
+#~ msgid ""
+#~ "The CVS ChangeLog plugin opens the log messages associated with CVS "
+#~ "commit commands. This plugin enables you to easily paste text into the "
+#~ "commit message from the ChangeLog file. To use the CVS ChangeLog plugin, "
+#~ "perform the following steps:"
+#~ msgstr ""
+#~ "CVS 更改日志插件可以打开与 CVS 提交命令关联的日志消息。 该插件使您可以轻松"
+#~ "地将文本从更改日志文件中粘贴到提交消息中。 要使用 CSV 更改日志插件,请执行"
+#~ "以下步骤:"
+
+#~ msgid ""
+#~ "Set the environment variable CVSEDITOR to <application>gedit</"
+#~ "application>. For example, if you are using the <command>bash</command> "
+#~ "shell, run the following command at the operating system prompt: <screen> "
+#~ "<userinput>export CVSEDITOR=<application>gedit</application> </userinput> "
+#~ "</screen>"
+#~ msgstr ""
+#~ "将环境变量 CVSEDITOR 设置为 <application>gedit</application>。 例如,如果"
+#~ "您使用 <command>bash</command> shell,则请在操作系统提示符下使用下面的命"
+#~ "令: <screen> <userinput>export CVSEDITOR=<application>gedit</"
+#~ "application> </userinput> </screen>"
+
+#~ msgid ""
+#~ "Commit a file to CVS in the usual way. A <application>gedit</application> "
+#~ "window opens, to enable you to enter the commit message."
+#~ msgstr ""
+#~ "以通常的方式将文件提交到 CVS。系统会打开 <application>gedit</application> "
+#~ "窗口,使您可以输入提交消息。"
+
+#~ msgid "Load the CVS ChangeLog plugin."
+#~ msgstr "载入 CVS 更改日志插件。"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open CVS "
+#~ "ChangeLogs</guimenuitem></menuchoice> to open all of the ChangeLog files "
+#~ "referenced in the commit message. <application>gedit</application> opens "
+#~ "each ChangeLog file in a new tab."
+#~ msgstr ""
+#~ "选择<menuchoice><guimenu>“文件”</guimenu><guimenuitem>“打开 CVS 更改日"
+#~ "志”</guimenuitem></menuchoice>,打开提交消息中引用的所有更改日志文件。"
+#~ "<application>gedit</application> 会在新选项卡中打开每个更改日志文件。"
+
+#~ msgid ""
+#~ "Copy the ChangeLog entries that you want to add to the commit message "
+#~ "from the <application>gedit</application> ChangeLog files."
+#~ msgstr ""
+#~ "从 <application>gedit</application> 更改日志文件复制更改日志项(您要将这些"
+#~ "更改日志项添加到提交消息中)。"
+
+#~ msgid ""
+#~ "Insert the copied ChangeLog entries in the <application>gedit</"
+#~ "application> commit message tab."
+#~ msgstr ""
+#~ "在 <application>gedit</application> 提交消息选项卡中插入复制的更改日志项。"
+
+#~ msgid "Save your changes to the commit message, then close all files."
+#~ msgstr "将更改保存到提交消息中,然后关闭所有文件。"
+
+#~ msgid ""
+#~ "The Compare Files plugin compares two files and displays the differences "
+#~ "between the files in the output window. This plugin uses the "
+#~ "<command>diff</command> command to compare the files. To use the Compare "
+#~ "Files plugin, perform the following steps:"
+#~ msgstr ""
+#~ "比较文件插件会比较两个文件,并在输出窗口中显示两个文件之间的差异。 该插件"
+#~ "使用 <command>diff</command> 命令来比较文件。 要使用比较文件插件,请执行以"
+#~ "下步骤:"
+
+#~ msgid "Load the Compare Files plugin."
+#~ msgstr "载入比较文件插件。"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Compare Files</"
+#~ "guimenuitem></menuchoice>. When you choose this option for the first "
+#~ "time, you are prompted to confirm the location of the <command>diff</"
+#~ "command> command. You are not prompted for this location again. See <xref "
+#~ "linkend=\"gedit-compare-files-configure\"/> for information about how to "
+#~ "change this location later."
+#~ msgstr ""
+#~ "选择<menuchoice><guimenu>“工具”</guimenu><guimenuitem>“比较文件”</"
+#~ "guimenuitem></menuchoice>。 当首次选择此选项时,系统会提示您确认 "
+#~ "<command>diff</command> 命令的位置。系统不会再次提示您确认该位置。有关如何"
+#~ "在以后更改此位置的信息,请参见<xref linkend=\"gedit-compare-files-"
+#~ "configure\"/>。"
+
+#~ msgid ""
+#~ "Click <guibutton>OK</guibutton> to display the <guilabel>Compare Files</"
+#~ "guilabel> dialog."
+#~ msgstr ""
+#~ "单击<guibutton>“确定”</guibutton>显示<guilabel>“比较文件”</guilabel>对话"
+#~ "框。"
+
+#~ msgid ""
+#~ "Specify the files that you want to compare. To specify an open file, "
+#~ "select the file from the drop-down list. To specify a closed file, enter "
+#~ "the location of the file in the text box."
+#~ msgstr ""
+#~ "指定要比较的文件。要指定打开的文件,请从下拉列表中选择。要指定已关闭的文"
+#~ "件,请在文本框中输入文件的位置。"
+
+#~ msgid ""
+#~ "To ignore changes in the amount of white space, select the "
+#~ "<guilabel>Ignore blanks</guilabel> option."
+#~ msgstr "要忽略空白大小的更改,请选择<guilabel>“忽略空白”</guilabel>选项。"
+
+#~ msgid ""
+#~ "To use the unified output format, showing three lines of context, select "
+#~ "the <guilabel>Use the unified output format</guilabel> option."
+#~ msgstr ""
+#~ "要使用统一的输出格式,显示三行上下文,请选择<guilabel>“使用统一的输出格"
+#~ "式”</guilabel>选项。"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Compare</guibutton> button to compare the "
+#~ "contents of the specified files. The command output is displayed in the "
+#~ "output window."
+#~ msgstr ""
+#~ "单击<guibutton>“比较”</guibutton>按钮以比较指定文件的内容。该命令输出会显"
+#~ "示在输出窗口中。"
+
+#~ msgid ""
+#~ "For more information, see <ulink url=\"man:diff\" type=\"man"
+#~ "\"><citerefentry><refentrytitle>diff</refentrytitle><manvolnum>1</"
+#~ "manvolnum></citerefentry></ulink>."
+#~ msgstr ""
+#~ "有关更多信息,请参见 <ulink url=\"man:diff\" type=\"man"
+#~ "\"><citerefentry><refentrytitle>diff</refentrytitle><manvolnum>1</"
+#~ "manvolnum></citerefentry></ulink>。"
+
+#~ msgid ""
+#~ "To change the location of the command that the Compare Files plugin uses, "
+#~ "perform the following steps:"
+#~ msgstr "要更改比较文件插件所使用的命令的位置,请执行以下步骤:"
+
+#~ msgid ""
+#~ "Within the <guilabel>Plugins</guilabel> category, click on the "
+#~ "<guilabel>Manager</guilabel> subcategory."
+#~ msgstr ""
+#~ "在<guilabel>“插件”</guilabel>类别中,单击<guilabel>“管理器”</guilabel>子类"
+#~ "别。"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Configure plugin</guibutton> button to display "
+#~ "the <guilabel>Set program location</guilabel> dialog."
+#~ msgstr ""
+#~ "单击<guibutton>“配置插件”</guibutton>按钮以显示<guilabel>“设置程序位置”</"
+#~ "guilabel>对话框。"
+
+#~ msgid ""
+#~ "Specify the location of the <command>diff</command> command in the "
+#~ "<guilabel>Location to search for</guilabel> text box."
+#~ msgstr ""
+#~ "在<guilabel>“搜索位置”</guilabel>文本框中指定 <command>diff</command> 命令"
+#~ "的位置。"
+
+#~ msgid "Load the Document Statistics plugin."
+#~ msgstr "载入文档统计插件。"
+
+#~ msgid ""
+#~ "To close the <guilabel>Document Statistics</guilabel> dialog, click "
+#~ "<guibutton>Close</guibutton>."
+#~ msgstr ""
+#~ "要关闭<guilabel>“文档统计信息”</guilabel>对话框,请单击<guibutton>“关闭”</"
+#~ "guibutton>。"
+
+#~ msgid ""
+#~ "The Indent lines plugin indents the selected lines, or removes the "
+#~ "indentation from the selected lines. To use the Indent lines plugin, "
+#~ "perform the following steps:"
+#~ msgstr ""
+#~ "缩进行插件对选定的行进行缩进,或从选定的行删除缩进。 要使用缩进行插件,请"
+#~ "执行以下步骤:"
+
+#~ msgid "Load the Insert Date/Time plugin."
+#~ msgstr "载入插入日期/时间插件。"
+
+#~ msgid ""
+#~ "See <xref linkend=\"gedit-date-time-configure\"/> for information about "
+#~ "how to configure the Insert Date/Time plugin."
+#~ msgstr ""
+#~ "有关如何配置插入日期/时间插件的信息,请参见<xref linkend=\"gedit-date-"
+#~ "time-configure\"/>。"
+
+#~ msgid ""
+#~ "The Shell Command plugin enables you to capture the output from a shell "
+#~ "command in <application>gedit</application>, by displaying the text "
+#~ "output of the shell command in the output window. To use the Shell "
+#~ "command plugin, perform the following steps:"
+#~ msgstr ""
+#~ "Shell 命令插件使您可以抓取 <application>gedit</application> 中shell 命令的"
+#~ "输出,其方式是在输出窗口中显示 shell 命令的文本输出。要使用 Shell 命令插"
+#~ "件,请执行以下步骤:"
+
+#~ msgid "Load the Shell command plugin."
+#~ msgstr "载入 Shell 命令插件。"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Run Command</"
+#~ "guimenuitem></menuchoice> to display the <guilabel>Run Command</guilabel> "
+#~ "dialog."
+#~ msgstr ""
+#~ "选择<menuchoice><guimenu>“工具”</guimenu><guimenuitem>“运行命令”</"
+#~ "guimenuitem></menuchoice> 以显示<guilabel>“运行命令”</guilabel>对话框。"
+
+#~ msgid ""
+#~ "Type the shell command that you want to execute in the <guilabel>Command</"
+#~ "guilabel> field."
+#~ msgstr "在<guilabel>“命令”</guilabel>字段中键入您要执行的 Shell 命令。"
+
+#~ msgid "%f"
+#~ msgstr "%f"
+
+#~ msgid ""
+#~ "Use these special characters to specify the filename of the current "
+#~ "active document, including the path."
+#~ msgstr "这些特殊字符可用于指定当前活动文档的文件名,包括路径。"
+
+#~ msgid "%n"
+#~ msgstr "%n"
+
+#~ msgid ""
+#~ "Use these special characters to specify the filename of the current "
+#~ "active document, without the path. In this case, <application>gedit</"
+#~ "application> looks for the file in the Working directory."
+#~ msgstr ""
+#~ "这些特殊字符可用于指定当前活动文档的文件名,不包括路径。在这种情况下,"
+#~ "<application>gedit</application> 会在工作目录中查找该文件。"
+
+#~ msgid ""
+#~ "Edit the <guilabel>Working directory</guilabel> field if necessary. By "
+#~ "default, the Shell command plugin executes the command you specify in the "
+#~ "current directory."
+#~ msgstr ""
+#~ "如果需要,编辑<guilabel>“工作目录”</guilabel>字段。默认情况下,Shell 命令"
+#~ "插件会在当前目录中执行您指定的命令。"
+
+#~ msgid ""
+#~ "Select the <guilabel>Show results in Output Window</guilabel> option to "
+#~ "display the results of the command in the output window. If you do not "
+#~ "select this option, <application>gedit</application> discards the results "
+#~ "of the command."
+#~ msgstr ""
+#~ "选择<guilabel>“在输出窗口中显示结果”</guilabel>选项,以便在输出窗口中显示"
+#~ "命令的结果。如果不选择此选项,<application>gedit</application> 会丢弃该命"
+#~ "令的结果。"
+
+#~ msgid ""
+#~ "Click <guibutton>Run</guibutton>. The Shell command plugin executes the "
+#~ "command and inserts the text output into the output window."
+#~ msgstr ""
+#~ "单击<guibutton>“Run”</guibutton>。该 Shell 命令插件会执行该命令,并将文本"
+#~ "输出插入到输出窗口中。"
+
+#~ msgid ""
+#~ "Use the <keycap>Shift</keycap> key to select the text in the output "
+#~ "window."
+#~ msgstr "使用 <keycap>Shift</keycap> 键在输出窗口中选择文本。"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Copy selected lines</guibutton> button to copy "
+#~ "the selected text into the buffer."
+#~ msgstr ""
+#~ "单击<guibutton>“复制选定的文本”</guibutton>按钮将选定的文本复制到缓冲区"
+#~ "中。"
+
+#~ msgid ""
+#~ "Click on the <guibutton>Close the output window</guibutton> button to "
+#~ "close the output window."
+#~ msgstr "单击<guibutton>“关闭输出窗口”</guibutton>按钮关闭输出窗口。"
+
+#~ msgid "The Sort plugin sorts the selected text."
+#~ msgstr "排序插件对选定的文本进行排序。"
+
+#~ msgid ""
+#~ "The Tag List plugin displays a window that contains a list of common "
+#~ "tags. You can use the window to insert a tag into a file. To use the Tag "
+#~ "List plugin, perform the following steps:"
+#~ msgstr ""
+#~ "标记列表插件会显示包含常用标记列表的窗口。您可以使用该窗口将标记插入到文件"
+#~ "中。 要使用标记列表插件,请执行以下步骤:"
+
+#~ msgid ""
+#~ "To close the <guilabel>Tag list plugin</guilabel> window, click on the "
+#~ "<guibutton>Close Window</guibutton> button in the window frame. "
+#~ "Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>W</keycap></"
+#~ "keycombo> when the focus is on the <guilabel>Tag list plugin</guilabel> "
+#~ "window."
+#~ msgstr ""
+#~ "要关闭<guilabel>“标记列表插件”</guilabel>窗口,请单击窗口框中的"
+#~ "<guibutton>“关闭窗口”</guibutton>按钮。或者,当焦点在<guilabel>“标记列表插"
+#~ "件”</guilabel>窗口时,按下 <keycombo><keycap>Ctrl</keycap><keycap>W</"
+#~ "keycap></keycombo>。"
+
+#~ msgid "Load the User name plugin."
+#~ msgstr "载入用户名插件。"
+
+#~ msgid ""
+#~ "Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert User Name</"
+#~ "guimenuitem></menuchoice> to insert your username at the cursor position "
+#~ "in the current file."
+#~ msgstr ""
+#~ "选择<menuchoice><guimenu>“编辑”</guimenu><guimenuitem>“插入用户名”</"
+#~ "guimenuitem></menuchoice>以在当前文件的光标位置处插入您的用户名。"
+
+#~ msgid ""
+#~ "Be careful. If you make a mistake outside of <app>gedit</app> (e.g., If "
+#~ "you say something mean to your friend) <app>gedit</app> will not be able "
+#~ "to help you undo that mistake."
+#~ msgstr ""
+#~ "请注意,如果您的错误超出了 <app>gedit</app> 的能力(比如,您对朋友说了什"
+#~ "么),<app>gedit</app> 将不能帮助您恢复那样的错误。"
+
+#~ msgid ""
+#~ "Use the <gui>up</gui> or <gui>down</gui> facing arrows next to the "
+#~ "<gui>search window</gui> (or <keyseq><key>Ctrl</key><key>G</key></keyseq> "
+#~ "or <keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>) to "
+#~ "scroll up or down through the highlighted text."
+#~ msgstr ""
+#~ "使用 <gui>搜索窗口</gui> 旁边的 <gui>向上</gui> 或 <gui>向下down</gui> 箭"
+#~ "头切换到上一个或下一个匹配项,也可以按组合键 <keyseq><key>Ctrl</"
+#~ "key><key>G</key></keyseq> 和 <keyseq><key>Ctrl</key><key>Shift</"
+#~ "key><key>G</key></keyseq>。"
diff --git a/help/zh_HK/zh_HK.po b/help/zh_HK/zh_HK.po
new file mode 100644
index 0000000..edde840
--- /dev/null
+++ b/help/zh_HK/zh_HK.po
@@ -0,0 +1,2717 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2005-10-22 13:29-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../base.xml:24(title) ../base.xml:95(revnumber)
+msgid "gedit Manual V2.5.1"
+msgstr "gedit 手冊 V2.5.1"
+
+#: ../base.xml:26(year)
+msgid "2003"
+msgstr "2003 年"
+
+#: ../base.xml:27(holder) ../base.xml:30(holder) ../base.xml:52(orgname)
+msgid "Sun Microsystems"
+msgstr "Sun Microsystems"
+
+#: ../base.xml:29(year)
+msgid "2002"
+msgstr "2002 年"
+
+#: ../base.xml:32(year) ../base.xml:152(date)
+msgid "2000"
+msgstr "2000 年"
+
+#: ../base.xml:33(holder)
+msgid "Eric Baudais"
+msgstr "Eric Baudais"
+
+#: ../base.xml:44(publishername) ../base.xml:59(orgname) ../base.xml:99(para)
+#: ../base.xml:107(para) ../base.xml:115(para) ../base.xml:123(para)
+#: ../base.xml:131(para) ../base.xml:139(para) ../base.xml:147(para)
+#: ../base.xml:156(para)
+msgid "GNOME Documentation Project"
+msgstr "GNOME 文件專案"
+
+#: ../base.xml:56(firstname)
+msgid "Eric"
+msgstr "Eric"
+
+#: ../base.xml:57(surname)
+msgid "Baudais"
+msgstr "Baudais"
+
+#: ../base.xml:60(email)
+msgid "baudais@okstate.edu"
+msgstr "baudais@okstate.edu"
+
+#: ../base.xml:64(firstname)
+msgid "Baris"
+msgstr "Baris"
+
+#: ../base.xml:65(surname)
+msgid ""
+"Cicek provided information from earlier revisions of the gedit application."
+msgstr "Cicek 提供 gedit 應用程式較早版本的資訊。"
+
+#: ../base.xml:66(contrib)
+msgid "Acknowledgements"
+msgstr "感謝"
+
+#: ../base.xml:69(firstname)
+msgid "Ajit"
+msgstr "Ajit"
+
+#: ../base.xml:70(surname)
+msgid "George provided information about plugins."
+msgstr "George 提供增效模組的相關資訊。"
+
+#: ../base.xml:98(para) ../base.xml:106(para) ../base.xml:114(para)
+#: ../base.xml:122(para) ../base.xml:130(para) ../base.xml:138(para)
+#: ../base.xml:146(para)
+msgid "Sun GNOME Documentation Team"
+msgstr "Sun GNOME 文件小組"
+
+#: ../base.xml:103(revnumber)
+msgid "gedit Manual V2.5"
+msgstr "gedit 手冊 V2.5"
+
+#: ../base.xml:104(date)
+msgid "March 2003"
+msgstr "2003 年 3 月"
+
+#: ../base.xml:111(revnumber)
+msgid "gedit Manual V2.4"
+msgstr "gedit 手冊 V2.4"
+
+#: ../base.xml:112(date)
+msgid "January 2003"
+msgstr "2003 年 1 月"
+
+#: ../base.xml:119(revnumber)
+msgid "gedit Manual V2.3"
+msgstr "gedit 手冊 V2.3"
+
+#: ../base.xml:120(date)
+msgid "September 2002"
+msgstr "2002 年 9 月"
+
+#: ../base.xml:127(revnumber)
+msgid "gedit Manual V2.2"
+msgstr "gedit 手冊 V2.2"
+
+#: ../base.xml:128(date)
+msgid "August 2002"
+msgstr "2002 年 8 月"
+
+#: ../base.xml:135(revnumber)
+msgid "gedit Manual V2.1"
+msgstr "gedit 手冊 V2.1"
+
+#: ../base.xml:136(date)
+msgid "June 2002"
+msgstr "2002 年 6 月"
+
+#: ../base.xml:143(revnumber)
+msgid "gedit Manual V2.0"
+msgstr "gedit 手冊 V2.0"
+
+#: ../base.xml:144(date)
+msgid "March 2002"
+msgstr "2002 年 3 月"
+
+#: ../base.xml:151(revnumber)
+msgid "gedit V1.0"
+msgstr "gedit 手冊 V1.0"
+
+#: ../base.xml:154(para)
+msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+msgstr "Eric Baudais <email>baudais@okstate.edu</email>"
+
+#: ../base.xml:160(releaseinfo)
+msgid "This manual describes version 2.2.1 of gedit."
+msgstr "本手冊的內容是說明 2.2.1 版的 gedit。"
+
+#: ../base.xml:163(title)
+msgid "Feedback"
+msgstr "意見回饋"
+
+#: ../base.xml:164(para)
+msgid ""
+"To report a bug or make a suggestion regarding the <application>gedit</"
+"application> application or this manual, follow the directions in the <ulink "
+"url=\"ghelp:gnome-feedback\" type=\"help\">GNOME Feedback Page</ulink>."
+msgstr ""
+"關於本 <application>gedit</application> 應用程式或本手冊,如果要報告錯誤 或提"
+"出建議,請遵照 <ulink url=\"ghelp:gnome-feedback\" type=\"help\">GNOME "
+"Feedback Page</ulink> 的指示。"
+
+#: ../base.xml:171(primary)
+msgid "gedit"
+msgstr "gedit"
+
+#: ../base.xml:172(primary)
+msgid "text editor"
+msgstr "文字編輯器"
+
+#: ../base.xml:177(title)
+msgid "Introduction"
+msgstr "介紹"
+
+#: ../base.xml:178(para)
+msgid ""
+"The <application>gedit</application> application enables you to create and "
+"edit text files. You can use <application>gedit</application> plugins to "
+"perform a variety of tasks related to text-editing from within the "
+"<application>gedit</application> window."
+msgstr ""
+"您可以使用 <application>gedit</application> 應用程式建立和編輯文字 檔案。您可"
+"以使用 <application>gedit</application> 增效模組在 <application>gedit</"
+"application> 視窗中 執行各種和文字編輯相關的工作。"
+
+#: ../base.xml:185(title)
+msgid "Getting Started"
+msgstr "入門"
+
+#: ../base.xml:189(title)
+msgid "To Start gedit"
+msgstr "啟動 gedit"
+
+#: ../base.xml:190(para)
+msgid "You can start <application>gedit</application> in the following ways:"
+msgstr "您可以使用下列方式啟動 <application>gedit</application>:"
+
+#: ../base.xml:193(guimenu)
+msgid "Menu"
+msgstr "功能表"
+
+#: ../base.xml:195(para)
+msgid ""
+"For information about how to start <application>gedit</application> from a "
+"menu, see the latest version of the GNOME Desktop User Guide for your "
+"platform."
+msgstr ""
+"若需如何從功能表啟動 <application>gedit</application> 的詳細資訊,請參閱最新"
+"版的平台 GNOME Desktop User Guide。"
+
+#: ../base.xml:200(term)
+msgid "Command line"
+msgstr "指令行"
+
+#: ../base.xml:202(para)
+msgid "Execute the following command: <command>gedit</command>"
+msgstr "執行以下的指令: <command>gedit</command>"
+
+#: ../base.xml:210(title)
+msgid "When You Start gedit"
+msgstr "當您啟動 gedit"
+
+#: ../base.xml:211(para)
+msgid ""
+"When you start <application>gedit</application>, the following window is "
+"displayed:"
+msgstr "當您啟動 <application>gedit</application> 後,會顯示下面的視窗:"
+
+#: ../base.xml:214(title)
+msgid "gedit Window"
+msgstr "gedit 視窗"
+
+#: ../base.xml:220(phrase)
+msgid "Shows gedit main window."
+msgstr "顯示 gedit 主視窗。"
+
+#: ../base.xml:226(para)
+msgid ""
+"The <application>gedit</application> window contains the following elements:"
+msgstr ""
+"<application>gedit</application> 視窗包含下列的 元素:您可以選擇下列條件中的"
+"一項或以上:"
+
+#: ../base.xml:229(term)
+msgid "Menubar"
+msgstr "功能表列"
+
+#: ../base.xml:231(para)
+msgid ""
+"The menus on the menubar contain all of the commands you need to work with "
+"files in <application>gedit</application>."
+msgstr ""
+"在功能表列上的功能表中,有您在 <application>gedit</application> 中與檔案工作"
+"所需的所有指令。"
+
+#: ../base.xml:235(term)
+msgid "Toolbar"
+msgstr "工具列"
+
+#: ../base.xml:237(para)
+msgid ""
+"The toolbar contains a subset of the commands that you can access from the "
+"menubar."
+msgstr "工具列包含了您可以由功能表列 存取的指令子集。"
+
+#: ../base.xml:241(term)
+msgid "Display area"
+msgstr "顯示區域"
+
+#: ../base.xml:243(para)
+msgid "The display area contains the text of the file that you are editing."
+msgstr "顯示區域包含了您正在 編輯之檔案的文字。"
+
+#: ../base.xml:247(term)
+msgid "Output window"
+msgstr "輸出視窗"
+
+#: ../base.xml:249(para)
+msgid ""
+"The output window displays the output returned by the Shell command plugin "
+"and the Compare Files plugin."
+msgstr "輸出視窗可以顯示由 Shell 指令增效模組和比對檔案增效模組傳回的輸出。"
+
+#: ../base.xml:252(term)
+msgid "Statusbar"
+msgstr "狀態列"
+
+#: ../base.xml:254(para)
+msgid ""
+"The statusbar displays information about current <application>gedit</"
+"application> activity and contextual information about the menu items."
+msgstr ""
+"狀態列可以顯示目前 <application>gedit</application> 活動的資訊,以及有關功能"
+"表項目 的上下文資訊。"
+
+#: ../base.xml:260(para)
+msgid ""
+"When you right-click in the <application>gedit</application> window, the "
+"application displays a popup menu. The popup menu contains the most common "
+"text editing commands."
+msgstr ""
+"當您在 <application>gedit</application> 視窗中按滑鼠右鍵時,應用程式會顯示即"
+"現式功能表。即現式功能表包含了 最常用的文字編輯指令。"
+
+#: ../base.xml:266(title)
+msgid "To Open a File"
+msgstr "開啟檔案"
+
+#: ../base.xml:267(para)
+msgid ""
+"To open a file, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</"
+"guimenuitem></menuchoice> to display the <guilabel>Open File</guilabel> "
+"dialog. Select the file that you want to open, then click <guibutton>OK</"
+"guibutton>. The file is displayed in the <application>gedit</application> "
+"window."
+msgstr ""
+"如果要開啟檔案,請選擇 <menuchoice><guimenu>檔案</guimenu><guimenuitem>開啟</"
+"guimenuitem></menuchoice> ,顯示<guilabel>開啟檔案</guilabel>對話方塊。選取要"
+"開啟的檔案 ,然後按一下<guibutton>確定</guibutton>。這個檔案便會 顯示在 "
+"<application>gedit</application> 視窗中。"
+
+#: ../base.xml:273(para)
+msgid ""
+"You can open multiple files in <application>gedit</application>. The "
+"application displays one file at a time in the application window. The "
+"application adds a tab for each open file to the window. To display another "
+"open file, click on the tab that corresponds to the file. To create a new "
+"<application> gedit</application> window for each file that is open, drag "
+"the tab corresponding to each file to the desktop background."
+msgstr ""
+"您可以在 <application>gedit</application> 中,開啟多個檔案。 本應用程式在應用"
+"程式視窗中,一次只會顯示一個檔案。 應用程式會為每個開啟的檔案,在視窗中增加一"
+"個標籤。如果要顯示另外一個 開啟的檔案,請按該檔案的標籤。如果為每一個開啟的檔"
+"案,建立一個新的 <application> gedit</application> 視窗,請將檔案的 標籤一個"
+"個地拖曳至桌面背景上。"
+
+#: ../base.xml:279(para)
+msgid ""
+"You can also use the <guimenu>Documents</guimenu> menu to move between the "
+"open files. You can choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Move to New Window</guimenuitem></menuchoice> to move a "
+"document to a new <application> gedit</application> window."
+msgstr ""
+"您也可以使用 <guimenu>文件</guimenu>功能表,在開啟的檔案之間移動。您可以選擇"
+"<menuchoice><guimenu>文件</guimenu><guimenuitem>移至新視窗</guimenuitem></"
+"menuchoice>,將文件移到新的 <application> gedit</application> 視窗。"
+
+#: ../base.xml:290(phrase)
+msgid "Shows Recent Files menu icon."
+msgstr "顯示最近使用的檔案功能表圖示。"
+
+#: ../base.xml:282(para)
+msgid ""
+"The application records the paths and filenames of the five most recent "
+"files that you edited and displays the files as menu items on the "
+"<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click on "
+"the <inlinemediaobject><placeholder-1/><placeholder-2/></inlinemediaobject> "
+"icon on the toolbar to display the list of recent files."
+msgstr ""
+"應用程式會記錄您所編輯的最後 5 個 檔案,並以功能表項目的方式,顯示在 "
+"<menuchoice><guimenu>檔案</guimenu></menuchoice>功能表中。您也可以按一下 "
+"<inlinemediaobject><placeholder-1/><placeholder-2/></inlinemediaobject> 工具"
+"列上的圖示,顯示最近使用的檔案清單。"
+
+#: ../base.xml:297(title)
+msgid "To Open Multiple Files from a Command Line"
+msgstr "從指令行開啟多個檔案"
+
+#: ../base.xml:298(para)
+msgid ""
+"You can run <application>gedit</application> from a command line and open a "
+"single file or multiple files. To open multiple files from a command line, "
+"type the following command, then press <keycap>Return</keycap>:"
+msgstr ""
+"您可以從指令行執行 <application>gedit</application>,並開啟一個或多個檔案。如"
+"果要從指令行開啟多個檔案,請鍵入下列指令,然後按一下 <keycap>Return</keycap> "
+"鍵。"
+
+#: ../base.xml:301(replaceable)
+msgid "file1.txt file2.txt file3.txt"
+msgstr "file1.txt file2.txt file3.txt"
+
+#: ../base.xml:301(command)
+msgid "gedit <placeholder-1/>"
+msgstr "gedit <placeholder-1/>"
+
+#: ../base.xml:302(para)
+msgid ""
+"When the application starts, the files that you specify are displayed in the "
+"<application>gedit</application> window."
+msgstr ""
+"當應用程式啟動時,您所指定的檔案便會顯示在 <application>gedit</application> "
+"視窗內。"
+
+#: ../base.xml:304(para)
+msgid ""
+"For more information on how to run <application>gedit</application> from a "
+"command line, see <ulink url=\"man:gedit\" type=\"man"
+"\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+msgstr ""
+"若需如何從指令行執行 <application>gedit</application> 的詳細資訊,請參閱 "
+"<ulink url=\"man:gedit\" type=\"man\"><citerefentry><refentrytitle>gedit</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>。"
+
+#: ../base.xml:309(title)
+msgid "Usage"
+msgstr "使用"
+
+#: ../base.xml:313(title)
+msgid "To Create a New File"
+msgstr "建立新檔案"
+
+#: ../base.xml:314(para)
+msgid ""
+"To create a new file, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>New</guimenuitem></menuchoice>. The application "
+"displays a new file in the <application>gedit</application> window."
+msgstr ""
+"如果要建立新檔案,請選擇 <menuchoice><guimenu>檔案</guimenu><guimenuitem>開新"
+"檔案</guimenuitem></menuchoice>。應用程式會在 <application>gedit</"
+"application> 視窗內顯示新檔案。"
+
+#: ../base.xml:321(title)
+msgid "To Save a File"
+msgstr "儲存檔案"
+
+#: ../base.xml:322(para)
+msgid "You can save files in the following ways:"
+msgstr "您可以用下列方式儲存檔案:"
+
+#: ../base.xml:324(para)
+msgid ""
+"To save changes to an existing file, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Save</guimenuitem></menuchoice> or click "
+"<guibutton>Save</guibutton> on the toolbar."
+msgstr ""
+"如果要將變更儲存到目前的檔案,請選擇 <menuchoice><guimenu>檔案</"
+"guimenu><guimenuitem>儲存</guimenuitem></menuchoice> 或按一下工具列上的"
+"<guibutton>儲存</guibutton> 。"
+
+#: ../base.xml:329(para)
+msgid ""
+"To save a new file or to save an existing file under a new filename, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Save As</guimenuitem></"
+"menuchoice>. Enter a name for the file in the <guilabel>Save as</guilabel> "
+"dialog box, then click <guibutton>OK</guibutton>."
+msgstr ""
+"如果要儲存新檔案,或以新的檔案名稱儲存目前的檔案,請選擇 "
+"<menuchoice><guimenu>檔案</guimenu><guimenuitem>另存 新檔</guimenuitem></"
+"menuchoice>。請將檔案名稱輸入<guilabel>另存 新檔</guilabel>對話方塊,然後按一"
+"下<guibutton>確定</guibutton>。"
+
+#: ../base.xml:334(para)
+msgid ""
+"To save all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Save All</guimenuitem></menuchoice>."
+msgstr ""
+"如果要儲存目前在 <application>gedit</application> 中開啟的所有檔案,請選擇 "
+"<menuchoice><guimenu>文件</guimenu><guimenuitem>全部 儲存</guimenuitem></"
+"menuchoice>。"
+
+#: ../base.xml:343(title)
+msgid "To Edit Text"
+msgstr "編輯文字"
+
+#: ../base.xml:344(para)
+msgid "You can edit the text of a file in the following ways:"
+msgstr "您可以使用下列方式編輯檔案文字:"
+
+#: ../base.xml:346(para)
+msgid "Type new text from the keyboard."
+msgstr "由鍵盤輸入新的文字。"
+
+#: ../base.xml:348(para)
+msgid "Use the <keycap>Delete</keycap> key to delete text."
+msgstr "使用<keycap>刪除</keycap>鍵刪除文字。"
+
+#: ../base.xml:351(para)
+msgid ""
+"Use the <guimenuitem>Cut</guimenuitem>, <guimenuitem>Copy</guimenuitem>, "
+"<guimenuitem>Paste</guimenuitem>, and <guimenuitem>Delete</guimenuitem> menu "
+"items on the <guimenu>Edit</guimenu> menu to edit text."
+msgstr ""
+"請使用<guimenuitem>剪下</guimenuitem>、 <guimenuitem>複製</guimenuitem>、"
+"<guimenuitem>貼上</guimenuitem>和 <guimenuitem>刪除</guimenuitem>功能表項目 "
+"(在<guimenu>編輯</guimenu>功能表上) 來編輯文字。"
+
+#: ../base.xml:356(para)
+msgid "You can perform any of the following actions on the selected text:"
+msgstr "您可以在所選取的文字上執行下列任何一個動作:"
+
+#: ../base.xml:359(para)
+msgid ""
+"To copy the selected text to a buffer, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Copy</guimenuitem></menuchoice>."
+msgstr ""
+"如果要將選取的文字複製到緩衝區中,請選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>複製</guimenuitem></menuchoice>。"
+
+#: ../base.xml:363(para)
+msgid ""
+"To delete the selected text from the file and move the selected text to a "
+"buffer, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"如果要從檔案中刪除選取的文字,並將 選取的文字移動至緩衝區,請選擇 "
+"<menuchoice><guimenu>編輯</guimenu><guimenuitem>剪下</guimenuitem></"
+"menuchoice>。"
+
+#: ../base.xml:368(para)
+msgid ""
+"To permanently delete the selected text from the file, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"如果要從檔案中永遠刪除選取的文字,請選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>刪除e</guimenuitem></menuchoice>。"
+
+#: ../base.xml:372(para)
+msgid ""
+"To insert the contents of the buffer at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+"menuchoice>. You must cut or copy text before you can paste text into the "
+"file."
+msgstr ""
+"如果要在游標位置上加入緩衝區 的內容,請選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>貼上</guimenuitem></menuchoice>。您必須先剪下或複製文字 "
+"才能將文字貼進檔案。"
+
+#: ../base.xml:378(para)
+msgid ""
+"To select all of the text in a file, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Select All</guimenuitem></menuchoice>."
+msgstr ""
+"如果要選取檔案中所有的文字,請選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>全部 選取</guimenuitem></menuchoice>。"
+
+#: ../base.xml:386(title)
+msgid "To Undo or Redo Edits"
+msgstr "還原或重做編輯"
+
+#: ../base.xml:387(para)
+msgid ""
+"To undo an edit, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To redo an edit, "
+"choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</guimenuitem></"
+"menuchoice>. The number of previous edits that you can undo is determined by "
+"the <guilabel>Set limit on undo actions to</guilabel> setting in the <xref "
+"linkend=\"gedit-prefs-undo\"/> tabbed section of the <guilabel>Preferences</"
+"guilabel> dialog."
+msgstr ""
+"如果要還原或重做編輯,請選擇 <menuchoice><guimenu>編輯</guimenu><guimenuitem>"
+"還原</guimenuitem></menuchoice>。如果要重做編輯,請選擇 <menuchoice><guimenu>"
+"編輯</guimenu><guimenuitem>重做</guimenuitem></menuchoice>。您所能還原之前編"
+"輯的次數,是取決於 <guilabel>限制還原次數為</guilabel>設定 (在 <xref linkend="
+"\"gedit-prefs-undo\"/>標籤區段中 (在 <guilabel>偏好設定</guilabel>對話方塊"
+"中))。"
+
+#: ../base.xml:399(title)
+msgid "To Find Text"
+msgstr "尋找文字"
+
+#: ../base.xml:400(para)
+msgid "To search a file for a string, perform the following steps:"
+msgstr "如果要搜尋檔案中的字串,請執行下列步驟:"
+
+#: ../base.xml:402(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</guimenuitem></"
+"menuchoice> to display the <guilabel>Find</guilabel> dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>搜尋</guimenu><guimenuitem>尋找</guimenuitem></"
+"menuchoice> 以顯示<guilabel>尋找</guilabel>對話方塊。"
+
+#: ../base.xml:407(para) ../base.xml:459(para)
+msgid ""
+"Type the string that you want to find, in the <guilabel>Search for</"
+"guilabel> field."
+msgstr "將您要尋找的字串,鍵入 <guilabel>搜尋</guilabel>欄位中。"
+
+#: ../base.xml:409(para) ../base.xml:461(para)
+msgid "You can include the following escape sequences:"
+msgstr "您可以包括下列的逸出序列:"
+
+#: ../base.xml:412(literal) ../base.xml:464(literal)
+msgid "\\n"
+msgstr "\\n"
+
+#: ../base.xml:413(para) ../base.xml:465(para)
+msgid "Use this escape sequence to specify a new line"
+msgstr "請使用這個逸出序列,指定新的一行"
+
+#: ../base.xml:416(literal) ../base.xml:468(literal)
+msgid "\\t"
+msgstr "\\t"
+
+#: ../base.xml:417(para) ../base.xml:469(para)
+msgid "Use this escape sequence to specify a tab character"
+msgstr "請使用這個逸出序列,指定 Tab 字元"
+
+#: ../base.xml:420(literal) ../base.xml:472(literal)
+msgid "\\r"
+msgstr "\\r"
+
+#: ../base.xml:421(para) ../base.xml:473(para)
+msgid "Use this escape sequence to specify a carriage return"
+msgstr "請使用這個逸出序列,指定換行鍵"
+
+#: ../base.xml:425(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you type."
+msgstr ""
+"選取<guilabel>符合大小寫</guilabel>選項, 尋找只符合您所鍵入文字狀況 的字串。"
+
+#: ../base.xml:429(para) ../base.xml:484(para)
+msgid ""
+"Select the <guilabel>Match entire word only</guilabel> option to only find "
+"occurrences of the string that match the entire words of the text that you "
+"type."
+msgstr ""
+"選取<guilabel>全字相符</guilabel>選項, 尋找字串中完全符合您所輸入的 文字。"
+
+#: ../base.xml:433(para) ../base.xml:488(para)
+msgid ""
+"Select the <guilabel>Wrap around</guilabel> option to search to the end of "
+"the file and then continue the search from the beginning of the file."
+msgstr ""
+"選取<guilabel>全檔搜尋</guilabel>選項,搜尋到檔案結尾後再從檔案開頭繼續搜尋。"
+
+#: ../base.xml:435(para) ../base.xml:490(para)
+msgid ""
+"Click <guibutton>Find</guibutton> to search the file for the first "
+"occurrence of the string. If <application>gedit</application> finds the "
+"string, the application moves the cursor to the string, and selects the "
+"string."
+msgstr ""
+"按一下<guibutton>尋找</guibutton>,搜尋檔案中 第一個字串事件。如果 "
+"<application>gedit</application> 找到字串,應用程式會將游標移動到字串上,並選"
+"取 該字串。"
+
+#: ../base.xml:440(para) ../base.xml:500(para)
+msgid ""
+"To find the next occurrence of the string, click <guibutton>Find</guibutton>."
+msgstr "如果要尋找符合的下一個字串,請按一下 <guibutton>找下一個</guibutton>。"
+
+#: ../base.xml:443(para) ../base.xml:503(para)
+msgid "To finish the search, click <guibutton>Close</guibutton>."
+msgstr "如果要結束搜尋,請按一下 <guibutton>關閉</guibutton>。"
+
+#: ../base.xml:450(title)
+msgid "To Find and Replace Text"
+msgstr "尋找並取代文字"
+
+#: ../base.xml:451(para)
+msgid ""
+"To search a file for a string, and replace the string with an alternative "
+"string, perform the following steps:"
+msgstr "如果要搜尋檔案中的字串,並以另外一個字串 取代之,請執行下列的步驟:"
+
+#: ../base.xml:454(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</"
+"guimenuitem></menuchoice> to display the <guilabel>Replace</guilabel> dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>搜尋</guimenu><guimenuitem>取代</guimenuitem></"
+"menuchoice> ,顯示<guilabel>取代</guilabel>對話方塊。"
+
+#: ../base.xml:477(para)
+msgid ""
+"Type the string that you want to use to replace the string that you find, in "
+"the <guilabel>Replace with</guilabel> field."
+msgstr "將您要用來取代尋找 字串的字串,鍵入<guilabel>取代為</guilabel>欄位中。"
+
+#: ../base.xml:480(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you enter."
+msgstr ""
+"選取<guilabel>符合大小寫</guilabel>選項, 尋找只符合您所鍵入文字狀況 的字串。"
+
+#: ../base.xml:495(para)
+msgid ""
+"Click on the <guibutton>Replace</guibutton> button to replace the occurrence "
+"of the string with the text in the <guilabel>Replace with</guilabel> field. "
+"Click on the <guibutton>Replace All</guibutton> button to replace all "
+"occurrences of the string."
+msgstr ""
+"按一下<guibutton>取代</guibutton>按鈕,以您在 <guilabel>取代為 </guilabel>欄"
+"位中鍵入的文字取代該字串。按一下<guibutton>全部取代</guibutton>按鈕,取代 所"
+"有符合的字串。"
+
+#: ../base.xml:510(title)
+msgid "To Open a File from a URI"
+msgstr "從 URI 開啟檔案"
+
+#: ../base.xml:511(para)
+msgid ""
+"To open a file from a Uniform Resource Identifier (URI), perform one of the "
+"following steps:"
+msgstr ""
+"如果要從資源識別統一描述器 (Uniform Resource Identifier,URI) 開啟檔案,請執"
+"行下列任一項步驟:"
+
+#: ../base.xml:514(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</"
+"guimenuitem></menuchoice> to display the <guilabel>Open Location</guilabel> "
+"dialog. Enter the URI of the file that you want to open, then click "
+"<guibutton>Open</guibutton>."
+msgstr ""
+"請選擇<menuchoice><guimenu>檔案</guimenu><guimenuitem>開啟位置</"
+"guimenuitem></menuchoice> ,顯示<guilabel>開啟位置</guilabel> 對話方塊。輸入"
+"您要開啟 檔案的 URI ,然後按一下<guibutton>開啟</guibutton>。"
+
+#: ../base.xml:522(para)
+msgid ""
+"Type <command>gedit <replaceable>URI</replaceable></command> at a command "
+"line, where <replaceable>URI</replaceable> is the URI of the file that you "
+"want to open, then press <keycap>Return</keycap>. Valid types of "
+"<replaceable>URI</replaceable> include <literal>http:</literal>, "
+"<literal>ftp:</literal>, <literal>file:</literal>, and all of the methods "
+"supported by <literal>gnome-vfs</literal>."
+msgstr ""
+"在指令行上輸入 <command>gedit <replaceable>URI</replaceable></command> (此處"
+"的 <replaceable>URI</replaceable> 是指您要開啟之檔案的 URI),然後按下 "
+"<keycap>Return</keycap> 鍵。有效的 <replaceable>URI</replaceable> 類型包括 "
+"<literal>http:</literal>、<literal>ftp:</literal>、<literal>file:</literal>,"
+"以及 <literal>gnome-vfs</literal> 支援的所有方法。"
+
+#: ../base.xml:527(para)
+msgid "The application opens the file located at the URI in read-only mode."
+msgstr "應用程式會以唯讀模式開啟位於 URI 的檔案。"
+
+#: ../base.xml:531(title)
+msgid "To Pipe the Output of a Command to a File"
+msgstr "輸出指令到檔案"
+
+#: ../base.xml:532(para)
+msgid ""
+"You can use <application>gedit</application> to pipe the output of a command "
+"to a text file. For example, to pipe the output of an <command>ls </command> "
+"command to a text file, type <command>ls | gedit</command>, then press "
+"<keycap>Return</keycap>."
+msgstr ""
+"您可以使用 <application>gedit</application>,將指令的輸出傳送到 文字檔案。例"
+"如,如果要將 <command>ls </command> 指令的輸出傳送到文字檔案,請鍵入 "
+"<command>ls | gedit</command>,然後按下 <keycap>Return</keycap> 鍵。"
+
+#: ../base.xml:536(para)
+msgid ""
+"The output of the <command>ls</command> command is displayed in a new text "
+"file in the <application>gedit</application> window."
+msgstr ""
+"<command>ls</command> 指令的輸出,會 在 <application>gedit</application> 視窗"
+"中以一個新的文字檔案顯示。"
+
+#: ../base.xml:538(para)
+msgid ""
+"Alternatively, you can use the Shell command plugin to pipe command output "
+"to the current file. For information about how to use the Shell command "
+"plugin, see <xref linkend=\"gedit-shell-command-plugin\"/>."
+msgstr ""
+"或者,您可以使用 Shell 指令增效模組,將指令輸出 傳送到目前的檔案中。如需如何"
+"使用 Shell 指令增效模組的資訊,請參閱 <xref linkend=\"gedit-shell-command-"
+"plugin\"/>。"
+
+#: ../base.xml:543(title)
+msgid "To Position the Cursor on a Specific Line"
+msgstr "將游標移到特定行"
+
+#: ../base.xml:544(para)
+msgid ""
+"To position the cursor on a specific line in the current file, perform the "
+"following steps:"
+msgstr "如果要將游標移到目前檔案中的特定行,請執行下列的 步驟:"
+
+#: ../base.xml:547(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</"
+"guimenuitem></menuchoice> to display the <guilabel>Go to Line</guilabel> "
+"dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>搜尋</guimenu><guimenuitem>移至 某行</"
+"guimenuitem></menuchoice> ,顯示<guilabel>移至某行</guilabel>對話方塊。"
+
+#: ../base.xml:552(para)
+msgid ""
+"Type the number of the line that you want to move the cursor to in the "
+"<guilabel>Line number</guilabel> field."
+msgstr ""
+"如果您想把游標移動到某一行,請將 行數鍵入<guilabel>行數</guilabel>欄位中。"
+
+#: ../base.xml:555(para)
+msgid ""
+"Click <guibutton>Go to Line</guibutton>. The application moves the cursor to "
+"the line number that you specify."
+msgstr ""
+"按一下<guibutton>移至某行</guibutton>。應用程式 便會將游標移動至您指定的行"
+"數。"
+
+#: ../base.xml:558(para)
+msgid ""
+"To close the <guilabel>Go to Line</guilabel> dialog, click <guibutton>Close</"
+"guibutton>."
+msgstr ""
+"如果要關閉<guilabel>移至某行</guilabel>對話方塊,請按一下<guibutton>關閉</"
+"guibutton>。"
+
+#: ../base.xml:563(title)
+msgid "To Change the Input Mode"
+msgstr "變更輸入模式"
+
+#: ../base.xml:564(para)
+msgid ""
+"To change the input mode, right-click in the text window, then select "
+"<guimenuitem>Input Methods</guimenuitem>. The <guimenuitem>Insert Unicode "
+"control character</guimenuitem> menu item provides character layout options "
+"that are useful for working with non-Latin character sets."
+msgstr ""
+"如果要變更輸入模式,請在文字視窗上按滑鼠右鍵,然後選取 <guimenuitem>輸入方法"
+"</guimenuitem>。 <guimenuitem>插入統一碼控制字元</guimenuitem>功能表項目會提"
+"供字元配置選項,這對使用非拉丁語系的字元集很有幫助。"
+
+#: ../base.xml:570(title)
+msgid "To Print a File"
+msgstr "列印檔案"
+
+#: ../base.xml:571(para)
+msgid ""
+"You can use <application>gedit</application> to perform the following print "
+"operations:"
+msgstr "您可以使用<application>gedit</application>,執行 下列列印作業:"
+
+#: ../base.xml:574(para)
+msgid "Print a file to a printer."
+msgstr "由印表機列印檔案。"
+
+#: ../base.xml:576(para)
+msgid "Print the output of the print command to a file."
+msgstr "將列印指令的輸出列印到檔案。"
+
+#: ../base.xml:579(para)
+msgid ""
+"If you print to a file, <application>gedit</application> sends the output of "
+"the file to a pre-press format file. The most common pre-press formats are "
+"PostScript and Portable Document Format (PDF)."
+msgstr ""
+"如果您是列印至檔案,<application>gedit</application> 會先將 檔案輸出傳送到某"
+"個印前格式檔案。最常見的印前 格式為 PostScript 與 Portable Document Format "
+"(PDF)。"
+
+#: ../base.xml:583(para)
+msgid ""
+"To preview the pages that you want to print, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"如果要預覽想列印的頁面,請選擇 <menuchoice><guimenu>檔案</"
+"guimenu><guimenuitem>預覽列印</guimenuitem></menuchoice>。"
+
+#: ../base.xml:587(para)
+msgid ""
+"To print the current file to a printer or a file, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></"
+"menuchoice> to display the <guilabel>Print</guilabel> dialog."
+msgstr ""
+"如果要將目前的檔案列印至印表機或檔案,請選擇 <menuchoice><guimenu>檔案</"
+"guimenu><guimenuitem>列印</guimenuitem></menuchoice> ,顯示<guilabel>列印</"
+"guilabel>對話方塊。"
+
+#: ../base.xml:592(para)
+msgid ""
+"The <guilabel>Print</guilabel> dialog enables you to specify the following "
+"print options:"
+msgstr "<guilabel>列印</guilabel>對話方塊可以讓您指定下列 列印選項:"
+
+#: ../base.xml:596(title)
+msgid "Printer Tabbed Section"
+msgstr "印表機標籤區段"
+
+#: ../base.xml:598(term)
+msgid "Printer pane"
+msgstr "印表機窗格"
+
+#: ../base.xml:600(para)
+msgid "Select the printer to which you want to print the file."
+msgstr "選取您要列印檔案 的印表機。"
+
+#: ../base.xml:604(guilabel)
+msgid "Print range"
+msgstr "列印範圍"
+
+#: ../base.xml:606(para)
+msgid ""
+"Select one of the following options to determine how many pages to print:"
+msgstr "選取下列任一選項,決定 要列印的頁數:"
+
+#: ../base.xml:610(guilabel)
+msgid "All"
+msgstr "全部"
+
+#: ../base.xml:611(para)
+msgid "Select this option to print all of the pages in the file."
+msgstr "選取這個選項,會列印檔案中的所有頁面。"
+
+#: ../base.xml:614(guilabel)
+msgid "Selection"
+msgstr "選取部分"
+
+#: ../base.xml:615(para)
+msgid ""
+"Select this option to print the selected text only. This option is only "
+"available if you select text."
+msgstr ""
+"選取這個選項,只會列印所選取的文字。這個選項 只有當您已選取文字後,才能使用。"
+
+#: ../base.xml:622(guilabel)
+msgid "Number of copies"
+msgstr "列印份數"
+
+#: ../base.xml:624(para)
+msgid ""
+"Use this spin box to specify the number of copies of the file that you want "
+"to print."
+msgstr "使用這個旋轉方塊以指定您要列印檔案的副本數。"
+
+#: ../base.xml:628(guilabel)
+msgid "Collate"
+msgstr "理序"
+
+#: ../base.xml:630(para)
+msgid ""
+"If you are printing multiple copies of the file, select this option to "
+"collate the printed copies."
+msgstr "如果您要將檔案列印多份副本,請選取這個選項,以理序已列印的副本。"
+
+#: ../base.xml:634(guilabel)
+msgid "Filename"
+msgstr "檔案名稱"
+
+#: ../base.xml:636(para)
+msgid ""
+"To print the file to a print file, type the name of the output file in this "
+"text box."
+msgstr "如果要列印檔案至列印檔案,請在這個文字方塊中輸入輸出檔案的名稱。"
+
+#: ../base.xml:643(title)
+msgid "Paper Tabbed Section"
+msgstr "紙張標籤區段"
+
+#: ../base.xml:645(guilabel)
+msgid "Paper size"
+msgstr "紙張大小"
+
+#: ../base.xml:647(para)
+msgid ""
+"Use this drop-down list to select the size of the paper to which you want to "
+"print the file."
+msgstr "請使用這個下拉式清單,選取列印檔案用的紙張大小。"
+
+#: ../base.xml:651(guilabel)
+msgid "Width"
+msgstr "寬度"
+
+#: ../base.xml:653(para)
+msgid ""
+"Use this spin box to specify the width of the paper. Use the adjacent drop-"
+"down list to change the measurement unit for specifying the paper size."
+msgstr ""
+"請使用這個旋轉方塊,指定紙張寬度。請使用 旁邊的下拉式清單,變更 指定紙張大小"
+"的度量單位。"
+
+#: ../base.xml:658(guilabel)
+msgid "Height"
+msgstr "高度"
+
+#: ../base.xml:660(para)
+msgid "Use this spin box to specify the height of the paper."
+msgstr "請使用這個選轉方塊,指定紙張高度。"
+
+#: ../base.xml:663(guilabel)
+msgid "Feed orientation"
+msgstr "入紙方向"
+
+#: ../base.xml:665(para)
+msgid ""
+"Use this drop-down list to select the orientation of the paper in the "
+"printer."
+msgstr "請使用這個下拉式清單來選取印表機 的紙張方向。"
+
+#: ../base.xml:669(guilabel)
+msgid "Page orientation"
+msgstr "紙張方向"
+
+#: ../base.xml:671(para)
+msgid "Use this drop-down list to select the page orientation."
+msgstr "請使用這個下拉式清單,選取紙張方向。"
+
+#: ../base.xml:674(guilabel)
+msgid "Layout"
+msgstr "配置"
+
+#: ../base.xml:676(para)
+msgid ""
+"Use this drop-down list to select the page layout. A preview of each layout "
+"that you select is displayed in the <guilabel>Preview</guilabel> area."
+msgstr ""
+"請使用這個下拉式清單,選取頁面的版面配置。您選取的每個版面配置,其預覽會顯示"
+"在<guilabel>預覽</guilabel>區域中。"
+
+#: ../base.xml:687(title)
+msgid "To Customize the Toolbar and Statusbar"
+msgstr "自訂工具列與狀態列"
+
+#: ../base.xml:689(para)
+msgid ""
+"To display or hide the toolbar, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Toolbar</guimenuitem></menuchoice>. To customize how "
+"<application>gedit</application> displays the toolbar, choose "
+"<menuchoice><guimenu>View</guimenu><guisubmenu>Customize Toolbar</"
+"guisubmenu></menuchoice>, then select one of the following menu items:"
+msgstr ""
+"如果要顯示或隱藏工具列,請選擇<menuchoice><guimenu>檢視</"
+"guimenu><guimenuitem>工具列</guimenuitem></menuchoice>。如果要自訂 "
+"<application>gedit</application> 顯示工具列的方式,請選擇"
+"<menuchoice><guimenu>檢視</guimenu><guisubmenu>自訂工具列</guisubmenu></"
+"menuchoice>,然後選取下列任一項 功能表項目:"
+
+#: ../base.xml:696(guimenuitem)
+msgid "Desktop Default"
+msgstr "桌面預設值"
+
+#: ../base.xml:697(para)
+msgid "Display the default toolbar."
+msgstr "顯示預設的工具列。"
+
+#: ../base.xml:700(guimenuitem)
+msgid "Icon"
+msgstr "圖示"
+
+#: ../base.xml:701(para)
+msgid "Display icons only."
+msgstr "僅顯示圖示。"
+
+#: ../base.xml:704(guimenuitem)
+msgid "Icon and Text"
+msgstr "圖示與文字"
+
+#: ../base.xml:705(para)
+msgid "Display icons and text."
+msgstr "顯示圖示與文字。"
+
+#: ../base.xml:708(guimenuitem)
+msgid "Priority Text beside Icons"
+msgstr "在優先項目上顯示圖示及文字"
+
+#: ../base.xml:709(para)
+msgid "Display icons, and display text beside some of the icons."
+msgstr "顯示圖示,以及顯示一些圖示旁的文字。"
+
+#: ../base.xml:712(para)
+msgid ""
+"To display or hide the statusbar, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>. To customize how "
+"<application>gedit</application> displays the statusbar, choose "
+"<menuchoice><guimenu>View</guimenu><guisubmenu>Customize Statusbar</"
+"guisubmenu></menuchoice>, then select one of the following menu items:"
+msgstr ""
+"如果要顯示或隱藏狀態列,請選擇<menuchoice><guimenu>檢視</"
+"guimenu><guimenuitem>狀態列</guimenuitem></menuchoice>。如果要自訂 "
+"<application>gedit</application> 顯示狀態列的方式,請選擇"
+"<menuchoice><guimenu>檢視</guimenu><guisubmenu>自訂狀態列</guisubmenu></"
+"menuchoice>,然後選取下列任一項 功能表項目:"
+
+#: ../base.xml:719(guimenuitem)
+msgid "Show Cursor Position"
+msgstr "顯示游標位置"
+
+#: ../base.xml:720(para)
+msgid "Display the line number and column number where the cursor is located."
+msgstr "顯示游標所在的行數與欄數。"
+
+#: ../base.xml:723(guimenuitem)
+msgid "Show Overwrite Mode"
+msgstr "顯示覆寫模式"
+
+#: ../base.xml:724(para)
+msgid ""
+"Display the editing mode. If the editor is in insert mode, the statusbar "
+"contains the word INS. If the editor is in overwrite mode, the statusbar "
+"contains the word OVR."
+msgstr ""
+"顯示編輯模式。如果編輯器是處於插入模式,狀態列便會出現 INS 字樣。如果編輯器是"
+"處於覆寫模式,狀態列便會出現 OVR 字樣。"
+
+#: ../base.xml:728(para)
+msgid ""
+"To display or hide the output window, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Output Window</guimenuitem></menuchoice>."
+msgstr ""
+"如果要顯示或隱藏輸出視窗,請選擇<menuchoice><guimenu>檢視</"
+"guimenu><guimenuitem>輸出視窗</guimenuitem></menuchoice>。"
+
+#: ../base.xml:735(title)
+msgid "Preferences"
+msgstr "偏好設定"
+
+#: ../base.xml:737(para)
+msgid ""
+"To configure <application>gedit</application>, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. The <guilabel>Preferences</guilabel> dialog contains the "
+"following categories:"
+msgstr ""
+"如果要配置 <application>gedit</application>,請選擇 <menuchoice><guimenu>編輯"
+"</guimenu><guimenuitem>偏好設定</guimenuitem></menuchoice>。<guilabel>偏好設"
+"定</guilabel>對話方塊含有下列 種類:"
+
+#: ../base.xml:754(title)
+msgid "Editor"
+msgstr "編輯器"
+
+#: ../base.xml:755(para)
+msgid ""
+"The <guilabel>Editor</guilabel> category is subdivided into the following "
+"subcategories:"
+msgstr "<guilabel>編輯器</guilabel>的種類又可分為下列幾種 子類:"
+
+#: ../base.xml:759(title)
+msgid "Fonts and Colors"
+msgstr "字型與色彩"
+
+#: ../base.xml:761(guilabel)
+msgid "Use default theme font"
+msgstr "使用預設配色字型"
+
+#: ../base.xml:763(para)
+msgid ""
+"Select this option to use the default system font for the text in the "
+"<application>gedit</application> text window."
+msgstr ""
+"選取這個選項,在 <application>gedit</application> 文字視窗的文字中,會使用系"
+"統預設的字型。"
+
+#: ../base.xml:766(guilabel)
+msgid "Editor font"
+msgstr "編輯器字型"
+
+#: ../base.xml:768(para)
+msgid ""
+"This field displays the font that <application>gedit</application> uses to "
+"display text. Click on the button to specify the font type, style, and size "
+"to use for text."
+msgstr ""
+"這個欄位會顯示 <application>gedit</application> 用來顯示文字的字型。 按一下按"
+"鈕,指定文字所使用的字體類型、樣式與大小。"
+
+#: ../base.xml:772(guilabel)
+msgid "Use default theme colors"
+msgstr "使用預設的配色色彩"
+
+#: ../base.xml:774(para)
+msgid ""
+"Select this option to use the default theme colors in the "
+"<application>gedit</application> text window."
+msgstr ""
+"選取這個選項,會在 <application>gedit</application> 文字視窗中,使用預設的配"
+"色色彩。"
+
+#: ../base.xml:777(guilabel)
+msgid "Text color"
+msgstr "文字色彩"
+
+#: ../base.xml:779(para)
+msgid ""
+"Click on the <guibutton>Text color</guibutton> button to display the color "
+"selector dialog. Select a color to use to display text in the "
+"<application>gedit</application> text window."
+msgstr ""
+"按一下<guibutton>文字色彩</guibutton>按鈕, 顯示色彩選擇元件對話方塊。請選取"
+"顏色,程式會在 <application>gedit</application> 文字視窗中,以該顏色顯示文"
+"字。"
+
+#: ../base.xml:784(guilabel)
+msgid "Background color"
+msgstr "背景色彩"
+
+#: ../base.xml:786(para)
+msgid ""
+"Click on the <guibutton>Background color</guibutton> button to display the "
+"color selector dialog. Select a background color for the <application>gedit</"
+"application> text window."
+msgstr ""
+"按一下<guibutton>背景色彩</guibutton>按鈕, 顯示色彩選擇元件對話方塊。請為 "
+"<application>gedit</application> 文字視窗選取背景色彩。"
+
+#: ../base.xml:791(guilabel)
+msgid "Selected text color"
+msgstr "選取文字的色彩"
+
+#: ../base.xml:793(para)
+msgid ""
+"Click on the <guibutton>Selected text color</guibutton> button to display "
+"the color selector dialog. Select a color to use to display selected text."
+msgstr ""
+"按一下<guibutton>選取文字的色彩</guibutton>按鈕, 顯示色彩選擇元件對話方塊。"
+"請選取用來顯示選取文字的色彩。"
+
+#: ../base.xml:798(guilabel)
+msgid "Selection color"
+msgstr "選取區域的色彩"
+
+#: ../base.xml:800(para)
+msgid ""
+"Click on the <guibutton>Selection color</guibutton> button to display the "
+"color selector dialog. Select a background color to use to highlight a text "
+"selection."
+msgstr ""
+"按一下<guibutton>選取區域的色彩</guibutton>按鈕, 顯示色彩選擇元件對話方塊。"
+"請選取背景色彩,用來反白顯示選取的文字。"
+
+#: ../base.xml:809(title)
+msgid "Tabs"
+msgstr "跳格"
+
+#: ../base.xml:811(guilabel)
+msgid "Set tabs width equivalent to"
+msgstr "tab 字元的寬度為"
+
+#: ../base.xml:813(para)
+msgid ""
+"Use this spin box to specify the width of the space that <application> "
+"gedit</application> inserts when you press the <keycap>Tab</keycap> key."
+msgstr ""
+"請使用這個旋轉方塊,指定 <application> gedit</application> 在您按下 "
+"<keycap>Tab</keycap> 鍵時會加入的空格寬度。"
+
+#: ../base.xml:818(guilabel)
+msgid "Insert spaces instead of tabs"
+msgstr "以插入空格取代跳格"
+
+#: ../base.xml:820(para)
+msgid ""
+"Select this option to specify that <application> gedit</application> inserts "
+"spaces instead of a tab character when you press the <keycap>Tab</keycap> "
+"key."
+msgstr ""
+"選取這個選項可以指定 <application> gedit</application> 在您按下 <keycap>Tab</"
+"keycap> 鍵時,以插入空格取 代跳格字元。"
+
+#: ../base.xml:830(title)
+msgid "Wrap Mode"
+msgstr "換行模式"
+
+#: ../base.xml:832(guilabel) ../base.xml:1003(guilabel)
+msgid "Enable text wrapping"
+msgstr "啟用文字換行"
+
+#: ../base.xml:833(para)
+msgid ""
+"Select this option to wrap text onto the next line, at a character level, "
+"when you reach the text window boundary."
+msgstr "選取這個選項可以在到達文字視窗 界限時,以字元為單位將文字換到下一行。"
+
+#: ../base.xml:837(guilabel)
+msgid "Do not split words over two lines"
+msgstr "不要將字分成兩行"
+
+#: ../base.xml:838(para)
+msgid ""
+"Select this option to wrap text onto the next line, at a word level, when "
+"you reach the text window boundary."
+msgstr "選取這個選項可以在到達文字視窗 界限時,以字為單位將文字換到下一行。"
+
+#: ../base.xml:846(title)
+msgid "Auto Indent"
+msgstr "自動縮排"
+
+#: ../base.xml:848(guilabel)
+msgid "Enable auto indentation"
+msgstr "啟用自動縮排"
+
+#: ../base.xml:849(para)
+msgid ""
+"Select this option to specify that the next line starts at the indentation "
+"level of the current line."
+msgstr "選取這個選項可以指定下一行使用目前這一行的縮排設定。"
+
+#: ../base.xml:857(title)
+msgid "Line Numbers"
+msgstr "行號"
+
+#: ../base.xml:859(guilabel)
+msgid "Display line numbers"
+msgstr "顯示行號"
+
+#: ../base.xml:861(para)
+msgid ""
+"Select this option to display line numbers on the left side of the "
+"<application>gedit</application> window."
+msgstr "選取這個選項,會在 <application>gedit</application> 視窗左側顯示行號。"
+
+#: ../base.xml:869(title)
+msgid "Open"
+msgstr "開啟"
+
+#: ../base.xml:871(guilabel)
+msgid "Supported encodings"
+msgstr "支援的編碼"
+
+#: ../base.xml:872(para)
+msgid ""
+"A character encoding is a method of converting bytes to characters. "
+"Different encodings might convert the same byte sequence into different "
+"characters, or might produce invalid output. If you open a file using the "
+"same encoding as that used to create the file, all characters are displayed "
+"as intended. However, if you open a file using a different encoding, some "
+"characters might not be displayed correctly, or an error might be returned."
+msgstr ""
+"字元編碼,是將位元組轉換為字元的方式。 不同的編碼方式會將相同的位元組序列轉換"
+"為不同的字元,或產生無效的輸出。 如果您是以建立檔案時所用的編碼,來開啟該檔"
+"案,則所有的字元顯示,都會跟原來建立時一模一樣。 然而,如果您開啟檔案時的編碼"
+"不是原來的編碼,有些字元的顯示可能會不正常,或者,系統會傳回錯誤訊息。"
+
+#: ../base.xml:877(para)
+msgid ""
+"By default, <application>gedit</application> uses UTF-8 encoding to try to "
+"open a file. UTF-8 encoding can be used for multilingual texts, as UTF-8 "
+"covers almost all known alphabets and character sets. If the file is not a "
+"valid UTF-8 file, <application>gedit</application> tries to open the file by "
+"using the encoding for the current locale. If this also fails, "
+"<application>gedit</application> tries to use an encoding from the Supported "
+"encodings list, starting at the top of the list."
+msgstr ""
+"依預設值,<application>gedit</application> 是使用 UTF-8 編碼來開啟檔案。UTF-"
+"8 編碼可用於內含多種語言的文件,因為 UTF-8 涵蓋了大多數已知的字母與字元集。如"
+"果檔案並不是有效的 UTF-8 檔,<application>gedit</application> 會試著以目前語"
+"系的編碼來開啟檔案。如果這樣依然有問題,<application>gedit</application> 會從"
+"支援的編碼清單中第一個編碼方式開始,一個個地來試著開啟檔案。"
+
+#: ../base.xml:880(para)
+msgid ""
+"To modify the contents of the Supported encodings list, use the buttons "
+"described in the following table:"
+msgstr "如果要修改支援的編碼清單內容,請使用下列表格所述的按鈕:"
+
+#: ../base.xml:889(para)
+msgid "Button"
+msgstr "按鈕"
+
+#: ../base.xml:890(para)
+msgid "Description"
+msgstr "說明"
+
+#: ../base.xml:895(guilabel)
+msgid "Add"
+msgstr "新增"
+
+#: ../base.xml:896(para)
+msgid "Adds an encoding to the list."
+msgstr "將編碼加入清單。"
+
+#: ../base.xml:899(guilabel)
+msgid "Remove"
+msgstr "移除"
+
+#: ../base.xml:900(para)
+msgid "Removes an encoding from the list."
+msgstr "將編碼從清單中移除。"
+
+#: ../base.xml:903(para)
+msgid "Up arrow"
+msgstr "向上箭頭"
+
+#: ../base.xml:904(para)
+msgid "Moves an encoding to a higher position in the list."
+msgstr "將編碼移到清單中較高的位置。"
+
+#: ../base.xml:907(para)
+msgid "Down arrow"
+msgstr "向下箭頭"
+
+#: ../base.xml:908(para)
+msgid "Moves an encoding to a lower position in the list."
+msgstr "將編碼移到清單中較低的位置。"
+
+#: ../base.xml:919(title)
+msgid "Save"
+msgstr "儲存"
+
+#: ../base.xml:921(guilabel)
+msgid "Create a backup copy of files before saving"
+msgstr "在儲存前先建立檔案備份副本"
+
+#: ../base.xml:923(para)
+msgid ""
+"Select this option to create a backup copy of a file each time you save the "
+"file. The backup copy of the file contains a ~ at the end of the filename."
+msgstr ""
+"選取這個選項,可以在每次儲存檔案時,建立備份副本。檔案的備份 副本在檔名的最末"
+"會以波浪號 (&tilde;) 做結尾。"
+
+#: ../base.xml:927(guilabel)
+msgid "Autosave current file every"
+msgstr "自動儲存目前檔案的時間間隔"
+
+#: ../base.xml:929(para)
+msgid ""
+"Select this option to automatically save the current file at regular "
+"intervals. Use the spin box to specify the interval at which you want to "
+"save the file."
+msgstr ""
+"選取這個選項,會自動地在固定的時間間隔,儲存目前的檔案。請使用這個旋轉方塊,"
+"指定儲存檔案的時間間隔。"
+
+#: ../base.xml:933(guilabel)
+msgid "When saving an existing file"
+msgstr "儲存現有的檔案時"
+
+#: ../base.xml:935(para)
+msgid "Select one of the following save options:"
+msgstr "請選取下列任一項儲存選項:"
+
+#: ../base.xml:938(guilabel) ../base.xml:958(guilabel)
+msgid "Always use UTF-8 encoding (faster)"
+msgstr "總是使用 UTF-8 編碼 (較快)"
+
+#: ../base.xml:939(para)
+msgid "Select this option to save files using UTF-8 encoding."
+msgstr "選取這個選項,會使用 UTF-8 編碼儲存檔案。"
+
+#: ../base.xml:942(guilabel) ../base.xml:962(guilabel)
+msgid "Use current locale's encoding if possible"
+msgstr "可能的話,儲存時請使用目前語言環境的編碼"
+
+#: ../base.xml:943(para)
+msgid ""
+"Select this option to save files using the current locale. You can set up "
+"locales for different input methods."
+msgstr ""
+"選取這個選項,會使用目前的語言儲存檔案。您可以為不同的輸入法設定語言環境。"
+
+#: ../base.xml:947(guilabel)
+msgid "Use original file encoding if possible"
+msgstr "可能的話,請使用原始檔案的編碼"
+
+#: ../base.xml:948(para)
+msgid ""
+"Select this option to save a file using the current locale if the file was "
+"already saved in the current locale."
+msgstr ""
+"選取這個選項,如果檔案已經是使用目前的區性儲存過,程式會使用目前區性來儲存檔"
+"案 。"
+
+#: ../base.xml:953(guilabel)
+msgid "When saving a new file"
+msgstr "儲存新檔案時"
+
+#: ../base.xml:955(para)
+msgid "Select one of the following save options for new files:"
+msgstr "請為新檔案選取下列任一項儲存選項:"
+
+#: ../base.xml:959(para)
+msgid "Select this option to save new files using UTF-8 encoding."
+msgstr "選取這個選項,會使用 UTF-8 編碼儲存新檔案。"
+
+#: ../base.xml:963(para)
+msgid ""
+"Select this option to save new files using the current locale. You can set "
+"up locales for different input methods."
+msgstr ""
+"選取這個選項,會使用目前的語言環境儲存新檔案。您可以為不同的輸入法設定語言環"
+"境。"
+
+#: ../base.xml:975(title)
+msgid "Undo"
+msgstr "復原"
+
+#: ../base.xml:977(guilabel)
+msgid "Set limit on undo actions to"
+msgstr "復原的次數限制為"
+
+#: ../base.xml:979(para)
+msgid ""
+"Select this option to set a limit on the number of editing actions that you "
+"can undo. Use the spin box to specify the maximum number of actions that you "
+"can undo."
+msgstr ""
+"選取這個選項,可以限制編輯動作的 可復原次數。請使用旋轉方塊,指定 可復原動作"
+"的最多次數。"
+
+#: ../base.xml:990(title)
+msgid "Print"
+msgstr "列印"
+
+#: ../base.xml:991(para)
+msgid ""
+"The <guilabel>Print</guilabel> category is subdivided into the following "
+"subcategories:"
+msgstr "<guilabel>列印</guilabel>種類又可分為下列幾種 子類:"
+
+#: ../base.xml:995(title)
+msgid "Page"
+msgstr "頁面"
+
+#: ../base.xml:997(guilabel)
+msgid "Print page headers"
+msgstr "列印頁面標頭"
+
+#: ../base.xml:999(para)
+msgid ""
+"Select this option to include a header on each page that you print. You "
+"cannot configure the header."
+msgstr "選取這個選項,會在列印的每一頁上面 加上標頭。您無法配置標頭。"
+
+#: ../base.xml:1005(para)
+msgid ""
+"Select this option to automatically wrap text at a word level when you print "
+"a file. The application counts wrapped lines as one line for line numbering "
+"purposes."
+msgstr ""
+"選取這個選項,在列印檔案時,可以自動以字為單位 換行。應用程式每換行一次計為一"
+"行。"
+
+#: ../base.xml:1010(guilabel)
+msgid "Print line numbers every"
+msgstr "每次印出行號相隔的行數"
+
+#: ../base.xml:1013(para)
+msgid ""
+"Select this option to include line numbers when you print a file. Use the "
+"spin box to specify how often to print the line numbers, for example every 5 "
+"lines, every 10 lines, and so on."
+msgstr ""
+"選取這個選項,會在列印檔案時 加上行數。請使用旋轉方塊,指定列印行號的間隔。"
+"例 如,每 5 行或每 10 行等。"
+
+#: ../base.xml:1022(title)
+msgid "Fonts"
+msgstr "字型"
+
+#: ../base.xml:1024(guilabel)
+msgid "Body"
+msgstr "內文"
+
+#: ../base.xml:1026(para)
+msgid ""
+"Click on this button to select the font to use to print the body text of a "
+"file."
+msgstr "按一下這個按鈕,可以選取列印檔案內容文字時,所要使用的字型。"
+
+#: ../base.xml:1030(guilabel)
+msgid "Page headers"
+msgstr "頁面標頭"
+
+#: ../base.xml:1032(para)
+msgid ""
+"Click on this button to select the font to use to print the headers in a "
+"file."
+msgstr "按一下這個按鈕,可以選取列印檔案標頭時,所要使用的字型。"
+
+#: ../base.xml:1036(guilabel)
+msgid "Line numbers"
+msgstr "行號"
+
+#: ../base.xml:1039(para)
+msgid "Click on this button to select a font to use to print line numbers."
+msgstr "按一下這個按鈕,可以選取列印行號時的字型。"
+
+#: ../base.xml:1043(para)
+msgid ""
+"To reset the fonts to the default fonts for printing a file from "
+"<application>gedit</application> click on the <guibutton>Restore Default "
+"Fonts</guibutton> button."
+msgstr ""
+"如果要將 <application>gedit</application> 列印檔案時的字型,重設為預設值, 請"
+"按一下<guibutton>還原預設字型</guibutton>按鈕。"
+
+#: ../base.xml:1050(title)
+msgid "Plugins"
+msgstr "增效模組"
+
+#: ../base.xml:1051(para)
+msgid ""
+"For information about how to use the <guilabel>Plugins</guilabel> category "
+"of the <guilabel>Preferences</guilabel> dialog, see <xref linkend=\"gedit-"
+"install-plugins\"/>."
+msgstr ""
+"關於如何使用<guilabel>偏好設定</guilabel>對話方塊的<guilabel>增效模組</"
+"guilabel>類別,進一步資訊請參閱 <xref linkend=\"gedit-install-plugins\"/>。"
+
+#: ../base.xml:1058(title)
+msgid "Working with Plugins"
+msgstr "使用增效模組"
+
+#: ../base.xml:1059(para)
+msgid ""
+"A plugin is a supplementary program that enhances the functionality of an "
+"application. The <application>gedit</application> plugins enable you to "
+"perform a variety of functions related to text editing from within the "
+"<application> gedit</application> window. The following table lists the "
+"<application> gedit</application> plugins."
+msgstr ""
+"增效模組是一種以可增強應用程式功能的 補強性程式。您可以使用 "
+"<application>gedit</application> 增效模組,在 <application> gedit</"
+"application> 視窗內,執行多種文字編輯功能。下表所列的,便是 <application> "
+"gedit</application> 的增效模組。"
+
+#: ../base.xml:1070(para) ../base.xml:1150(para)
+msgid "Plugin Name"
+msgstr "增效模組名稱"
+
+#: ../base.xml:1071(para)
+msgid "Purpose"
+msgstr "用途"
+
+#: ../base.xml:1076(para) ../base.xml:1156(para)
+msgid "ASCII table"
+msgstr "ASCII 表 (ASCII 表格)"
+
+#: ../base.xml:1077(para)
+msgid ""
+"Displays a dialog that contains an ASCII table. You can use the ASCII table "
+"to insert characters into a file."
+msgstr "顯示包含 ASCII 表的對話方塊。您可以使用 ASCII 表,在檔案中插入字元。"
+
+#: ../base.xml:1080(para) ../base.xml:1161(para)
+msgid "CVS ChangeLog"
+msgstr "CVS 變更Log"
+
+#: ../base.xml:1081(para)
+msgid "Opens the log messages associated with CVS commit commands."
+msgstr "開啟與 CVS 確定指令相關的日誌記錄訊息。"
+
+#: ../base.xml:1084(para) ../base.xml:1166(para) ../base.xml:1168(guimenuitem)
+msgid "Compare Files"
+msgstr "比較檔案"
+
+#: ../base.xml:1085(para)
+msgid ""
+"Compares two files and displays the differences between the files in the "
+"output window. This plugin uses the <command>diff</command> command to "
+"compare the files."
+msgstr ""
+"比較兩個檔案,並將檔案的不同處,顯示在輸出視窗中。 這個增效模組是使用 "
+"<command>diff</command> 指令來比較檔案。"
+
+#: ../base.xml:1089(para) ../base.xml:1171(para) ../base.xml:1173(guimenuitem)
+msgid "Document Statistics"
+msgstr "文件統計資料"
+
+#: ../base.xml:1090(para)
+msgid ""
+"Counts the number of lines, words, characters, and bytes in the current "
+"file. The plugin displays the results in a <guilabel>Document Statistics</"
+"guilabel> dialog."
+msgstr ""
+"計算目前檔案的行數、字數、字元數和位元組數。增效模組 會在<guilabel>文件統計資"
+"料</guilabel>對話方塊中顯示結果。"
+
+#: ../base.xml:1094(para) ../base.xml:1176(para)
+msgid "Indent lines"
+msgstr "縮排行"
+
+#: ../base.xml:1095(para)
+msgid ""
+"Indents the selected lines, or removes the indentation from the selected "
+"lines."
+msgstr "將選取的行縮排,或移除選取行的縮排設定。"
+
+#: ../base.xml:1098(para) ../base.xml:1183(para)
+msgid "Insert Date/Time"
+msgstr "加入日期/時間 (插入 Date/Time)"
+
+#: ../base.xml:1099(para)
+msgid "Inserts the current date and time into a file."
+msgstr "在檔案中加入目前的日期及時間。"
+
+#: ../base.xml:1102(para) ../base.xml:1188(para)
+msgid "Shell command"
+msgstr "Shell 指令"
+
+#: ../base.xml:1103(para)
+msgid "Displays the text output of a shell command in the output window."
+msgstr "將 shell 指令的文字輸出顯示於輸出視窗。"
+
+#: ../base.xml:1106(para) ../base.xml:1193(para) ../base.xml:1195(guimenuitem)
+msgid "Sort"
+msgstr "排序"
+
+#: ../base.xml:1107(para)
+msgid "Sorts the selected text."
+msgstr "將選取的文字排序。"
+
+#: ../base.xml:1110(para) ../base.xml:1198(para)
+msgid "Tag list"
+msgstr "標記清單 (Tag 清單)"
+
+#: ../base.xml:1111(para)
+msgid ""
+"Displays a window that contains a list of common tags. You can use the "
+"window to insert a tag into a file."
+msgstr "顯示包含一般標記清單的視窗。您可以使用本視窗 將標記加入檔案。"
+
+#: ../base.xml:1115(para) ../base.xml:1203(para)
+msgid "User name"
+msgstr "使用者名稱 (使用r 名稱)"
+
+#: ../base.xml:1116(para)
+msgid "Inserts the username of the current user into the file."
+msgstr "將目前的使用者名稱加入到檔案中。"
+
+#: ../base.xml:1123(title)
+msgid "To Load gedit Plugins"
+msgstr "載入 gedit 增效模組"
+
+#: ../base.xml:1124(para)
+msgid ""
+"To load <application>gedit</application> plugins, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. Within the <guilabel>Plugins</guilabel> category, click on the "
+"<guilabel>Manager</guilabel> subcategory. The <guilabel>Manager</guilabel> "
+"subcategory displays the following information:"
+msgstr ""
+"如果要載入 <application>gedit</application>增效模組,請選擇"
+"<menuchoice><guimenu>編輯</guimenu><guimenuitem>偏好設定</guimenuitem></"
+"menuchoice>。在<guilabel>增效模組</guilabel>類別中,按一下<guilabel>管理員</"
+"guilabel>子類別。 <guilabel>管理員</guilabel>子類別會顯示下列資訊:"
+
+#: ../base.xml:1131(para)
+msgid ""
+"A list of the plugins that you can use with <application>gedit</application>."
+msgstr "可以與 <application>gedit</application> 一同使用之增效模組的清單。"
+
+#: ../base.xml:1133(para)
+msgid ""
+"A <guibutton>Configure plugin</guibutton> button. You can use this button to "
+"open a configuration dialog for the plugins that you can configure. For "
+"example, see <xref linkend=\"gedit-compare-files-configure\"/> and <xref "
+"linkend=\"gedit-date-time-configure\"/>."
+msgstr ""
+"<guibutton>配置增效模組</guibutton> 按鈕。您可以使用這個按鈕,為您可以配置的"
+"增效模組,開啟配置對話方塊。例如,請參閱 <xref linkend=\"gedit-compare-files-"
+"configure\"/> 以及 <xref linkend=\"gedit-date-time-configure\"/>。"
+
+#: ../base.xml:1136(para)
+msgid ""
+"A brief description of each plugin. To display a description, select the "
+"plugin from the list of plugins."
+msgstr ""
+"每一個增效模組的簡短說明。如果要顯示說明,請從增效模組清單中選取增效模組。"
+
+#: ../base.xml:1139(para)
+msgid "Details about the author of the plugin and the name of the module."
+msgstr "增效模組作者及模組名稱之詳細資訊。"
+
+#: ../base.xml:1142(para)
+msgid ""
+"To load a plugin, select the check box next to the name of the plugin. The "
+"<application>gedit</application> application adds the plugin to the "
+"appropriate <application>gedit</application> menu, as described in the "
+"following table."
+msgstr ""
+"如果要載入增效模組,請選取增效模組名稱旁的核取方塊。<application>gedit</"
+"application> 應用程式 會如下表所述,將外掛程式加入適當的 <application>gedit</"
+"application> 功能表中。"
+
+#: ../base.xml:1151(para)
+msgid "Added to Menu"
+msgstr "加入至功能表"
+
+#: ../base.xml:1157(guimenu) ../base.xml:1199(guimenu)
+msgid "View"
+msgstr "檢視"
+
+#: ../base.xml:1158(guimenuitem)
+msgid "ASCII Table"
+msgstr "ASCII 表"
+
+#: ../base.xml:1162(guimenu)
+msgid "File"
+msgstr "檔案"
+
+#: ../base.xml:1163(guimenuitem)
+msgid "Open CVS ChangeLogs"
+msgstr "開啟 CVS 變更Logs"
+
+#: ../base.xml:1167(guimenu) ../base.xml:1172(guimenu)
+#: ../base.xml:1189(guimenu)
+msgid "Tools"
+msgstr "工具"
+
+#: ../base.xml:1177(guimenu) ../base.xml:1179(guimenu)
+#: ../base.xml:1184(guimenu) ../base.xml:1194(guimenu)
+#: ../base.xml:1204(guimenu)
+msgid "Edit"
+msgstr "編輯"
+
+#: ../base.xml:1178(guimenuitem)
+msgid "Indent"
+msgstr "縮排"
+
+#: ../base.xml:1180(guimenuitem)
+msgid "Unindent"
+msgstr "減少縮排"
+
+#: ../base.xml:1185(guimenuitem)
+msgid "Insert Date and Time"
+msgstr "加入日期和時間"
+
+#: ../base.xml:1190(guimenuitem)
+msgid "Run Command"
+msgstr "執行指令"
+
+#: ../base.xml:1200(guimenuitem)
+msgid "Tag List"
+msgstr "標記清單"
+
+#: ../base.xml:1205(guimenuitem)
+msgid "Insert User Name"
+msgstr "加入使用者名稱"
+
+#: ../base.xml:1210(para) ../base.xml:1224(para) ../base.xml:1341(para)
+#: ../base.xml:1454(para)
+msgid ""
+"To close the <guilabel>Preferences</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"如果要關閉<guilabel>偏好設定</guilabel>對話方塊,請按一下<guibutton>關閉</"
+"guibutton>。"
+
+#: ../base.xml:1216(title)
+msgid "To Remove gedit Plugins"
+msgstr "移除 gedit 增效模組"
+
+#: ../base.xml:1217(para)
+msgid "A plugin remains loaded when you quit <application>gedit</application>."
+msgstr ""
+"即使您離開了 <application>gedit</application>,增效模組仍然是載入應用程式中。"
+
+#: ../base.xml:1218(para)
+msgid ""
+"To remove <application>gedit</application> plugins, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. Within the <guilabel>Plugins</guilabel> category, click on the "
+"<guilabel>Manager</guilabel> subcategory. To remove a plugin, deselect the "
+"check box next to the name of the plugin."
+msgstr ""
+"如果要移除 <application>gedit</application> 增效模組,請選擇"
+"<menuchoice><guimenu>編輯</guimenu><guimenuitem>偏好設定</guimenuitem></"
+"menuchoice>。在<guilabel>增效模組</guilabel>類別中,按一下<guilabel>管理員</"
+"guilabel>子類別。 如果要移除增效模組,請取消選取增效模組名稱旁的核取方塊。"
+
+#: ../base.xml:1230(title)
+msgid "ASCII Table Plugin"
+msgstr "ASCII 表增效模組"
+
+#: ../base.xml:1231(para)
+msgid ""
+"The ASCII table plugin displays a dialog that contains an ASCII table. You "
+"can use the ASCII table to insert characters into a file. To use the ASCII "
+"table plugin, perform the following steps:"
+msgstr ""
+"ASCII 表增效模組會顯示一個對話方塊,其內含有 ASCII 表。您可以使用 ASCII 表,"
+"在檔案中插入字元。 如果要使用 ASCII 表增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1234(para)
+msgid "Load the ASCII table plugin."
+msgstr "載入 ASCII 表增效模組。"
+
+#: ../base.xml:1236(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>ASCII Table</"
+"guimenuitem></menuchoice> to display the <guilabel>ASCII Table</guilabel> "
+"dialog."
+msgstr ""
+"請選擇<menuchoice><guimenu>檢視</guimenu><guimenuitem>ASCII 表</"
+"guimenuitem></menuchoice>,顯示 <guilabel>ASCII 表</guilabel>對話方塊。"
+
+#: ../base.xml:1240(para)
+msgid ""
+"Scroll through the list to find the character that you require, then select "
+"the character with a single click."
+msgstr "在清單中捲動,找尋您所需的字元,然後在字元上按一下,選取該字元。"
+
+#: ../base.xml:1243(para)
+msgid ""
+"Click on the <guibutton>Insert char</guibutton> button to insert the "
+"character at the cursor position in the current file."
+msgstr ""
+"按一下<guibutton>加入字元</guibutton>按鈕,將字元加入目前游標所在的檔案位置"
+"上。"
+
+#: ../base.xml:1246(para)
+msgid ""
+"When you finish entering ASCII characters, click <guibutton>Close</"
+"guibutton> to close the <guilabel>ASCII Table</guilabel> dialog."
+msgstr ""
+"完成所有 ASCII 字元輸入後,請按一下<guibutton>關閉</guibutton>,關閉 "
+"<guilabel>ASCII 表</guilabel>對話方塊。"
+
+#: ../base.xml:1253(title)
+msgid "CVS ChangeLog Plugin"
+msgstr "CVS ChangeLog 增效模組"
+
+#: ../base.xml:1254(para)
+msgid ""
+"The CVS ChangeLog plugin opens the log messages associated with CVS commit "
+"commands. This plugin enables you to easily paste text into the commit "
+"message from the ChangeLog file. To use the CVS ChangeLog plugin, perform "
+"the following steps:"
+msgstr ""
+"CVS ChangeLog 增效模組會開啟與 CVS commit 指令相關的記錄訊息。 這個增效模組可"
+"以讓您輕易地從 ChangeLog 檔案中,將文字貼入 commit 訊息裡。 如果要使用 CVS 變"
+"更Log 增效模組,請執行下列步驟:"
+
+#: ../base.xml:1258(para)
+msgid ""
+"Set the environment variable CVSEDITOR to <application>gedit</application>. "
+"For example, if you are using the <command>bash</command> shell, run the "
+"following command at the operating system prompt: <screen> <userinput>export "
+"CVSEDITOR=<application>gedit</application> </userinput> </screen>"
+msgstr ""
+"將環境變數 CVSEDITOR 設為 <application>gedit</application>。 例如,如果您正在"
+"使用 <command>bash</command> shell,請在作業系統 提示的時候,輸入下面的指"
+"令: <screen> <userinput>export CVSEDITOR=<application>gedit</application> </"
+"userinput> </screen>"
+
+#: ../base.xml:1264(para)
+msgid ""
+"Commit a file to CVS in the usual way. A <application>gedit</application> "
+"window opens, to enable you to enter the commit message."
+msgstr ""
+"以平常的方式將檔案確定至 CVS。此時會開啟 <application>gedit</application> 視"
+"窗,讓您輸入 commit 訊息。"
+
+#: ../base.xml:1267(para)
+msgid "Load the CVS ChangeLog plugin."
+msgstr "載入 CVS ChangeLog 增效模組。"
+
+#: ../base.xml:1269(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open CVS ChangeLogs</"
+"guimenuitem></menuchoice> to open all of the ChangeLog files referenced in "
+"the commit message. <application>gedit</application> opens each ChangeLog "
+"file in a new tab."
+msgstr ""
+"請選擇 <menuchoice><guimenu>檔案</guimenu><guimenuitem>開啟 CVS ChangeLogs</"
+"guimenuitem></menuchoice>,開啟所有 commit 訊息中所出現的 ChangeLog 檔案。"
+"<application>gedit</application> 會為每個 變更Log 檔案開啟一個新標籤。"
+
+#: ../base.xml:1272(para)
+msgid ""
+"Copy the ChangeLog entries that you want to add to the commit message from "
+"the <application>gedit</application> ChangeLog files."
+msgstr ""
+"<application>gedit</application> ChangeLog 檔案中,複製您想加入 commit 訊息"
+"的 ChangeLog 記錄。"
+
+#: ../base.xml:1275(para)
+msgid ""
+"Insert the copied ChangeLog entries in the <application>gedit</application> "
+"commit message tab."
+msgstr ""
+"將 ChangeLog 記錄加入 <application>gedit</application> 的 commit 訊息標籤內。"
+
+#: ../base.xml:1278(para)
+msgid "Save your changes to the commit message, then close all files."
+msgstr "儲存您對 commit 訊息所做的變更,然後關閉所有的檔案。"
+
+#: ../base.xml:1281(para)
+msgid "Quit <application>gedit</application>."
+msgstr "結束 <application>gedit</application>。"
+
+#: ../base.xml:1288(title)
+msgid "Compare Files Plugin"
+msgstr "比較檔案增效模組"
+
+#: ../base.xml:1289(para)
+msgid ""
+"The Compare Files plugin compares two files and displays the differences "
+"between the files in the output window. This plugin uses the <command>diff</"
+"command> command to compare the files. To use the Compare Files plugin, "
+"perform the following steps:"
+msgstr ""
+"比較檔案增效模組會比較兩個檔案,並將這兩個檔案不同的地方,顯示在輸出視窗中。 "
+"這個增效模組會使用 <command>diff</command> 指令來比較檔案。 如果要使用比較檔"
+"案增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1293(para)
+msgid "Load the Compare Files plugin."
+msgstr "載入比較檔案增效模組。"
+
+#: ../base.xml:1295(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Compare Files</"
+"guimenuitem></menuchoice>. When you choose this option for the first time, "
+"you are prompted to confirm the location of the <command>diff</command> "
+"command. You are not prompted for this location again. See <xref linkend="
+"\"gedit-compare-files-configure\"/> for information about how to change this "
+"location later."
+msgstr ""
+"請選擇 <menuchoice><guimenu>工具</guimenu><guimenuitem>比較檔案</"
+"guimenuitem></menuchoice>。 當您是第一次選擇這個選項,系統會提示您,請您確認 "
+"<command>diff</command> 指令的位置。以後則不會再提示您確認位置。若需如何在日"
+"後變更這個位置的詳細資訊,請參閱 <xref linkend=\"gedit-compare-files-"
+"configure\"/>。"
+
+#: ../base.xml:1299(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to display the <guilabel>Compare Files</"
+"guilabel> dialog."
+msgstr ""
+"按一下<guibutton>確定</guibutton>,顯示<guilabel>比較檔案</guilabel>對話方"
+"塊。"
+
+#: ../base.xml:1302(para)
+msgid ""
+"Specify the files that you want to compare. To specify an open file, select "
+"the file from the drop-down list. To specify a closed file, enter the "
+"location of the file in the text box."
+msgstr ""
+"指定您想要比較的檔案。如果要指定已開啟的檔案,請 從下拉式清單中選取。如果要指"
+"定關閉的檔案,請在文字方塊中,輸入該檔案的位置。"
+
+#: ../base.xml:1306(para)
+msgid ""
+"To ignore changes in the amount of white space, select the <guilabel>Ignore "
+"blanks</guilabel> option."
+msgstr "如果要忽略空白數量的不同,請選取<guilabel>忽略空白</guilabel>選項。"
+
+#: ../base.xml:1309(para)
+msgid ""
+"To use the unified output format, showing three lines of context, select the "
+"<guilabel>Use the unified output format</guilabel> option."
+msgstr ""
+"如果要使用 unified 輸出格式,也就是顯示三行內文的形式,請選取<guilabel>使用 "
+"unified 輸出格式</guilabel>選項。"
+
+#: ../base.xml:1312(para)
+msgid ""
+"Click on the <guibutton>Compare</guibutton> button to compare the contents "
+"of the specified files. The command output is displayed in the output window."
+msgstr ""
+"按一下<guibutton>比較</guibutton>按鈕,開始比較所指定檔案的內容。指令輸出會顯"
+"示在輸出視窗中。"
+
+#: ../base.xml:1316(para)
+msgid ""
+"For more information, see <ulink url=\"man:diff\" type=\"man"
+"\"><citerefentry><refentrytitle>diff</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+msgstr ""
+"若需詳細的資訊,請參閱 <ulink url=\"man:diff\" type=\"man"
+"\"><citerefentry><refentrytitle>diff</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>。 您可以選擇下列條件中的一項或以上:"
+
+#: ../base.xml:1320(title)
+msgid "To Configure the Compare Files Plugin"
+msgstr "配置比較檔案增效模組"
+
+#: ../base.xml:1321(para)
+msgid ""
+"To change the location of the command that the Compare Files plugin uses, "
+"perform the following steps:"
+msgstr "如果要變更比較檔案增效模組所使用之指令的位置,請執行下列步驟:"
+
+#: ../base.xml:1323(para) ../base.xml:1425(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"請選擇<menuchoice><guimenu>編輯</guimenu><guimenuitem>偏好設定</"
+"guimenuitem></menuchoice>。"
+
+#: ../base.xml:1326(para) ../base.xml:1428(para)
+msgid ""
+"Within the <guilabel>Plugins</guilabel> category, click on the "
+"<guilabel>Manager</guilabel> subcategory."
+msgstr ""
+"在<guilabel>增效模組</guilabel>類別中,按一下<guilabel>管理員</guilabel>子類"
+"別。"
+
+#: ../base.xml:1329(para)
+msgid "Select the <guilabel>Compare Files</guilabel> plugin."
+msgstr "選取<guilabel>比較檔案</guilabel>增效模組。"
+
+#: ../base.xml:1332(para)
+msgid ""
+"Click on the <guibutton>Configure plugin</guibutton> button to display the "
+"<guilabel>Set program location</guilabel> dialog."
+msgstr ""
+"按一下<guibutton>配置增效模組</guibutton>按鈕,顯示<guilabel>設定程式位置</"
+"guilabel>對話方塊。"
+
+#: ../base.xml:1335(para)
+msgid ""
+"Specify the location of the <command>diff</command> command in the "
+"<guilabel>Location to search for</guilabel> text box."
+msgstr ""
+"請指定 <command>diff</command> 指令的位置 (在<guilabel>搜尋的位置</guilabel>"
+"文字方塊中)。"
+
+#: ../base.xml:1338(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to close the <guilabel>Set program location</"
+"guilabel> dialog."
+msgstr ""
+"按一下<guibutton>確定</guibutton>,關閉<guilabel>設定程式位置</guilabel>對話"
+"方塊。"
+
+#: ../base.xml:1348(title)
+msgid "Document Statistics Plugin"
+msgstr "文件統計資料增效模組"
+
+#: ../base.xml:1349(para)
+msgid ""
+"The Document Statistics plugin counts the number of lines, words, "
+"characters, and bytes in the current file. The plugin displays the results "
+"in a <guilabel>Document Statistics</guilabel> dialog. To use the Document "
+"Statistics plugin, perform the following steps:"
+msgstr ""
+"文件統計資料增效模組可以計算目前檔案的行數、字數、字元數和位元組數。增效模組 "
+"會在<guilabel>文件統計資料</guilabel>對話方塊中顯示結果。 如果要使用文件統計"
+"資料增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1353(para)
+msgid "Load the Document Statistics plugin."
+msgstr "載入文件統計資料增效模組。"
+
+#: ../base.xml:1355(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document Statistics</"
+"guimenuitem></menuchoice> to display the <guilabel>Document Statistics</"
+"guilabel> dialog. The <guilabel>Document Statistics</guilabel> dialog "
+"display the following information about the file:"
+msgstr ""
+"請選擇 <menuchoice><guimenu>工具</guimenu><guimenuitem>文件統計資料</"
+"guimenuitem></menuchoice>,顯示<guilabel>文件統計資料</guilabel>對話方塊。"
+"<guilabel>文件統計資料</guilabel>對話方塊可以顯示下列的檔案資訊:"
+
+#: ../base.xml:1359(para)
+msgid "Number of lines in the current document."
+msgstr "目前文件的行數。"
+
+#: ../base.xml:1362(para)
+msgid "Number of words in the current document."
+msgstr "目前文件的字數。"
+
+#: ../base.xml:1365(para)
+msgid "Number of characters, including spaces, in the current document."
+msgstr "目前文件的字元數,包括空格。"
+
+#: ../base.xml:1368(para)
+msgid "Number of characters, not including spaces, in the current document."
+msgstr "目前文件的字元數,不包括空格。"
+
+#: ../base.xml:1371(para)
+msgid "Number of bytes in the current document."
+msgstr "目前文件的位元組數。"
+
+#: ../base.xml:1376(para)
+msgid ""
+"You can continue to update the <application>gedit</application> file while "
+"the <guilabel>Document Statistics</guilabel> dialog is open. To refresh the "
+"contents of the <guilabel>Document Statistics</guilabel> dialog, click on "
+"the <guibutton>Update</guibutton> button."
+msgstr ""
+"您可以不斷地更新<application>gedit</application> 檔案,而無須關閉<guilabel>文"
+"件統計資料</guilabel>對話方塊。要重新整理<guilabel>文件統計資料</guilabel>對"
+"話方塊的內容,請按一下<guibutton>更新</guibutton>按鈕。"
+
+#: ../base.xml:1379(para)
+msgid ""
+"To close the <guilabel>Document Statistics</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"如果要關閉<guilabel>文件統計資料</guilabel>對話方塊,請按一下<guibutton>關閉"
+"</guibutton>。"
+
+#: ../base.xml:1386(title)
+msgid "Indent Lines Plugin"
+msgstr "縮排行增效模組"
+
+#: ../base.xml:1387(para)
+msgid ""
+"The Indent lines plugin indents the selected lines, or removes the "
+"indentation from the selected lines. To use the Indent lines plugin, perform "
+"the following steps:"
+msgstr ""
+"縮排行增效模組會縮排選取的行,或移除選取行的縮排設定。 如果要使用縮排行增效模"
+"組,請執行下列的步驟:"
+
+#: ../base.xml:1390(para)
+msgid "Load the Indent lines plugin."
+msgstr "載入縮排行增效模組。"
+
+#: ../base.xml:1392(para)
+msgid ""
+"Select the lines that you want to indent. To indent or unindent a single "
+"line, place the cursor anywhere on that line."
+msgstr ""
+"選取您要縮排的行。如果要縮排或減少縮排單一行,請將游標置於該行的任一位置上。"
+
+#: ../base.xml:1395(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Indent</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"請選擇 <menuchoice><guimenu>編輯</guimenu><guimenuitem>縮排</guimenuitem></"
+"menuchoice>。"
+
+#: ../base.xml:1399(para)
+msgid ""
+"To remove the indentation, select the lines and choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Unindent</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"如果要移除縮排,請選取要移除縮排的行,然後選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>減少縮排</guimenuitem></menuchoice>。"
+
+#: ../base.xml:1407(title)
+msgid "Insert Date/Time Plugin"
+msgstr "加入日期/時間增效模組"
+
+#: ../base.xml:1408(para)
+msgid ""
+"The Insert Date/Time plugin inserts the current date and time into a file. "
+"To use the Insert Date/Time plugin, perform the following steps:"
+msgstr ""
+"加入日期及時間增效模組會將目前的日期及時間,加入檔案中。 如果要使用加入日期/"
+"時間增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1411(para)
+msgid "Load the Insert Date/Time plugin."
+msgstr "載入加入日期及時間增效模組。"
+
+#: ../base.xml:1413(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"請選擇 <menuchoice><guimenu>編輯</guimenu><guimenuitem>加入日期和時間</"
+"guimenuitem></menuchoice>。"
+
+#: ../base.xml:1415(para)
+msgid ""
+"If you have not configured the Insert Date/Time plugin to automatically "
+"insert the date/time without prompting you for the format, "
+"<application>gedit</application> displays the <guilabel>Insert Date and "
+"Time</guilabel> dialog. Select the appropriate date/time format from the "
+"list. Click on the <guibutton>Insert</guibutton> button to close the "
+"<guilabel>Insert Date and Time</guilabel> dialog; <application>gedit</"
+"application> inserts the date/time at the cursor position in the current "
+"file."
+msgstr ""
+"如果您尚未將加入日期/時間增效模組配置成不需提示即自動加入日期/時間,"
+"<application>gedit</application> 會顯示<guilabel>加入日期和時間</guilabel>對"
+"話方塊。從清單中選取適當的日期/時間格式。按一下<guibutton>插入</guibutton>按"
+"鈕,關閉<guilabel>加入日期和時間</guilabel>對話方塊;<application>gedit</"
+"application> 會在目前檔案的游標位置上插入日期/時間。"
+
+#: ../base.xml:1416(para)
+msgid ""
+"If you have configured <application>gedit</application> to use one "
+"particular date/time format, the <guilabel>Insert Date and Time</guilabel> "
+"dialog is not displayed; the date/time is automatically entered at the "
+"cursor position in the current file."
+msgstr ""
+"如果您已經將 <application>gedit</application> 配置成使用特定的日期/時間格式,"
+"則不會顯示<guilabel>加入日期和時間</guilabel>對話方塊;即會在目前檔案的游標位"
+"置上插入日期/時間。"
+
+#: ../base.xml:1417(para)
+msgid ""
+"See <xref linkend=\"gedit-date-time-configure\"/> for information about how "
+"to configure the Insert Date/Time plugin."
+msgstr ""
+"若需如何配置加入日期/時間增效模組的詳細資訊,請參閱 <xref linkend=\"gedit-"
+"date-time-configure\"/>。"
+
+#: ../base.xml:1422(title)
+msgid "To Configure the Insert Date/Time Plugin"
+msgstr "配置加入日期/時間增效模組"
+
+#: ../base.xml:1423(para)
+msgid "To configure the Insert Date/Time plugin, perform the following steps:"
+msgstr "如果要配置加入日期及時間增效模組,請執行下列步驟:"
+
+#: ../base.xml:1432(para)
+msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+msgstr "選取 <guilabel>加入日期及時間</guilabel>增效模組。"
+
+#: ../base.xml:1435(para)
+msgid ""
+"Click on the <guibutton>Configure plugin</guibutton> button to display the "
+"<guilabel>Configure insert date/time plugin</guilabel> dialog."
+msgstr ""
+"按一下<guibutton>配置增效模組</guibutton>按鈕,顯示<guilabel>配置加入日期/時"
+"間增效模組</guilabel>對話方塊。"
+
+#: ../base.xml:1438(para)
+msgid "Select one of the options, as follows:"
+msgstr "選取下列任一選項:您可以選擇下列條件中的一項或以上:"
+
+#: ../base.xml:1440(para)
+msgid ""
+"To specify the date/time format each time you insert the date/time, select "
+"the <guilabel>Prompt for a format</guilabel> option."
+msgstr ""
+"如果要在每次加入日期/時間時指定日期/時間格式,請選取<guilabel>提示指定格式</"
+"guilabel>選項。"
+
+#: ../base.xml:1443(para)
+msgid ""
+"To use the same <application>gedit</application>-provided date/time format "
+"each time you insert the date/time, select the <guilabel>Use the selected "
+"format</guilabel> option, then select the appropriate format from the list. "
+"When you select this option, <application>gedit</application> does not "
+"prompt you for the date/time format when you choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"如果要在每次加入日期/時間時都使用 <application>gedit</application> 提供的日"
+"期/時間格式,請選取<guilabel>使用選取的格式</guilabel>選項,然後從清單中選取"
+"適當的格式。當您選取這個選項後,<application>gedit</application> 並不會在您選"
+"擇<menuchoice><guimenu>編輯</guimenu><guimenuitem>加入日期和時間</"
+"guimenuitem></menuchoice>時,提示您設定日期/時間的格式。"
+
+#: ../base.xml:1446(para)
+msgid ""
+"To use the same customized date/time format each time you insert the date/"
+"time, select the <guilabel>Use custom format</guilabel> option, then enter "
+"the appropriate format in the text box. For more information about how to "
+"specify a custom format, see <ulink url=\"man:strftime\" type=\"man"
+"\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+"manvolnum></citerefentry></ulink>. When you select this option, "
+"<application>gedit</application> does not prompt you for the date/time "
+"format when you choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Insert Date and Time</guimenuitem></menuchoice>."
+msgstr ""
+"如果要在每次加入日期/時間時都使用自訂的日期/時間的格式,請選取<guilabel>使用"
+"自訂格式</guilabel>選項,然後在文字方塊中輸入適當的格式。若需如何自訂格式的詳"
+"細資訊,請參閱 <ulink url=\"man:strftime\" type=\"man"
+"\"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</"
+"manvolnum></citerefentry></ulink>。當您選取這個選項後,<application>gedit</"
+"application> 並不會在您選擇<menuchoice><guimenu>編輯</guimenu><guimenuitem>加"
+"入日期和時間</guimenuitem></menuchoice>時,提示您設定日期/時間的格式。"
+
+#: ../base.xml:1451(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to close the <guilabel>Configure insert date/"
+"time plugin</guilabel> dialog."
+msgstr ""
+"按一下<guibutton>確定</guibutton>,關閉<guilabel>配置加入日期/時間增效模組</"
+"guilabel>對話方塊。"
+
+#: ../base.xml:1461(title)
+msgid "Shell Command Plugin"
+msgstr "Shell 指令增效模組"
+
+#: ../base.xml:1463(para)
+msgid ""
+"The Shell Command plugin enables you to capture the output from a shell "
+"command in <application>gedit</application>, by displaying the text output "
+"of the shell command in the output window. To use the Shell command plugin, "
+"perform the following steps:"
+msgstr ""
+"Shell 指令增效模組可以從 <application>gedit</application> 的 shell 指令擷取輸"
+"出,而將 shell 指令的文字輸出 顯示於輸出視窗中。如果要使用 Shell 指令增效模"
+"組,請執行 下列的步驟:"
+
+#: ../base.xml:1467(para)
+msgid "Load the Shell command plugin."
+msgstr "載入 Shell 指令增效模組。"
+
+#: ../base.xml:1470(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Run Command</"
+"guimenuitem></menuchoice> to display the <guilabel>Run Command</guilabel> "
+"dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>工具</guimenu><guimenuitem>執行指令</"
+"guimenuitem></menuchoice> ,顯示<guilabel>執行指令</guilabel>對話方塊。"
+
+#: ../base.xml:1475(para)
+msgid ""
+"Type the shell command that you want to execute in the <guilabel>Command</"
+"guilabel> field."
+msgstr "將您想執行的 shell 指令,鍵入 <guilabel>指令</guilabel>欄位中。"
+
+#: ../base.xml:1477(para)
+msgid "You can include the following special characters:"
+msgstr "您可以包括下列的特殊字元:"
+
+#: ../base.xml:1480(literal)
+msgid "%f"
+msgstr "%f"
+
+#: ../base.xml:1481(para)
+msgid ""
+"Use these special characters to specify the filename of the current active "
+"document, including the path."
+msgstr "使用此類特殊字元,指定目前使用中的檔案名稱,包括路徑。"
+
+#: ../base.xml:1484(literal)
+msgid "%n"
+msgstr "%n"
+
+#: ../base.xml:1485(para)
+msgid ""
+"Use these special characters to specify the filename of the current active "
+"document, without the path. In this case, <application>gedit</application> "
+"looks for the file in the Working directory."
+msgstr ""
+"使用此類特殊字元,指定目前使用中的檔案名稱,不包括路徑。此時,"
+"<application>gedit</application> 會在工作目錄中找尋檔案。"
+
+#: ../base.xml:1489(para)
+msgid ""
+"Edit the <guilabel>Working directory</guilabel> field if necessary. By "
+"default, the Shell command plugin executes the command you specify in the "
+"current directory."
+msgstr ""
+"有必要的話,請編輯<guilabel>工作目錄</guilabel>欄位。依預設值,Shell 指令增效"
+"模組會執行您在目前目錄中 指定的指令。"
+
+#: ../base.xml:1493(para)
+msgid ""
+"Select the <guilabel>Show results in Output Window</guilabel> option to "
+"display the results of the command in the output window. If you do not "
+"select this option, <application>gedit</application> discards the results of "
+"the command."
+msgstr ""
+"選取<guilabel>在輸出視窗顯示結果</guilabel>選項,在輸出視窗顯示指令的執行結"
+"果。如果沒有選取這個選項,<application>gedit</application> 會放棄指令結果。"
+
+#: ../base.xml:1496(para)
+msgid ""
+"Click <guibutton>Run</guibutton>. The Shell command plugin executes the "
+"command and inserts the text output into the output window."
+msgstr ""
+"按一下<guibutton>執行</guibutton>。Shell 指令 增效模組會執行該指令,並將文字"
+"輸出插入輸出視窗。"
+
+#: ../base.xml:1500(para)
+msgid ""
+"Use the <keycap>Shift</keycap> key to select the text in the output window."
+msgstr "請使用 <keycap>Shift</keycap> 鍵在輸出視窗中選取文字。"
+
+#: ../base.xml:1503(para)
+msgid ""
+"Click on the <guibutton>Copy selected lines</guibutton> button to copy the "
+"selected text into the buffer."
+msgstr ""
+"按一下<guibutton>複製選取的行</guibutton>按鈕,將選取的文字複製到緩衝區。"
+
+#: ../base.xml:1506(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+"menuchoice> to paste the selected text into the file."
+msgstr ""
+"選擇<menuchoice><guimenu>編輯</guimenu><guimenuitem>貼上</guimenuitem></"
+"menuchoice>,將選取的文字貼入檔案。"
+
+#: ../base.xml:1510(para)
+msgid ""
+"Click on the <guibutton>Close the output window</guibutton> button to close "
+"the output window."
+msgstr "按一下<guibutton>關閉輸出視窗</guibutton>按鈕,關閉輸出視窗。"
+
+#: ../base.xml:1517(title)
+msgid "Sort Plugin"
+msgstr "排序增效模組"
+
+#: ../base.xml:1518(para)
+msgid "The Sort plugin sorts the selected text."
+msgstr "排序增效模組可以將選取的文字排序。"
+
+#: ../base.xml:1519(para)
+msgid ""
+"You cannot undo the Sort operation, so you should save the file before "
+"performing the sort. To revert to the saved version of the file after the "
+"sort operation, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Revert</guimenuitem></menuchoice>."
+msgstr ""
+"您不可以復原排序作業,因此在執行排序前應先儲存檔案。如果要在排序作業後回復成"
+"之前儲存的檔案版本,請選擇<menuchoice><guimenu>檔案</guimenu><guimenuitem>復"
+"原</guimenuitem></menuchoice>。"
+
+#: ../base.xml:1522(para)
+msgid "To use the Sort plugin, perform the following steps:"
+msgstr "如果要使用排序增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1524(para)
+msgid "Load the Sort plugin."
+msgstr "載入增效模組。"
+
+#: ../base.xml:1526(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</guimenuitem></"
+"menuchoice> to display the <guilabel>Sort</guilabel> dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>編輯</guimenu><guimenuitem>排序</guimenuitem></"
+"menuchoice>,顯示<guilabel>排序</guilabel>對話方塊。"
+
+#: ../base.xml:1530(para)
+msgid ""
+"To arrange the text in reverse sort order, select the <guilabel>Reverse "
+"order</guilabel> option."
+msgstr "如果要反向排序文字,請選取<guilabel>反向排序</guilabel>選項。"
+
+#: ../base.xml:1533(para)
+msgid ""
+"To delete duplicate lines, select the <guilabel>Remove duplicates</guilabel> "
+"option."
+msgstr "如果要刪除重複的行,請選取<guilabel>移除重複的行</guilabel>選項。"
+
+#: ../base.xml:1536(para)
+msgid ""
+"To ignore case sensitivity, select the <guilabel>Ignore case</guilabel> "
+"option."
+msgstr "如果不要區分大小寫,請選取<guilabel>忽略大小寫</guilabel>選項。"
+
+#: ../base.xml:1539(para)
+msgid ""
+"To specify the start position of the sort, select the appropriate column "
+"from the <guilabel>Start at column</guilabel> spin box."
+msgstr ""
+"如果要指定排序的啟始位置,請從<guilabel>啟始欄</guilabel>旋轉方塊中選取適當的"
+"欄。"
+
+#: ../base.xml:1542(para)
+msgid ""
+"To perform the sort operation, click on the <guibutton>Sort</guibutton> "
+"button."
+msgstr "如果要執行排序作業,請按一下<guibutton>排序</guibutton>按鈕。"
+
+#: ../base.xml:1549(title)
+msgid "Tag List Plugin"
+msgstr "速成標記增效模組"
+
+#: ../base.xml:1550(para)
+msgid ""
+"The Tag List plugin displays a window that contains a list of common tags. "
+"You can use the window to insert a tag into a file. To use the Tag List "
+"plugin, perform the following steps:"
+msgstr ""
+"速成標記增效模組會將常見的標記,顯示在視窗中。您可以使用這個視窗將 標記插入檔"
+"案。 如果要使用速成標記增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1554(para)
+msgid "Load the Tag List plugin."
+msgstr "載入速成標記增效模組。"
+
+#: ../base.xml:1556(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Tag List</"
+"guimenuitem></menuchoice> to display the <guilabel>Tag list plugin</"
+"guilabel> window."
+msgstr ""
+"選擇<menuchoice><guimenu>檢視</guimenu><guimenuitem>標記清單</guimenuitem></"
+"menuchoice>,顯示<guilabel>速成標記增效模組</guilabel>視窗。"
+
+#: ../base.xml:1560(para)
+msgid ""
+"Select the appropriate tag category from the drop-down list; for example, "
+"<literal>HTML - Tags</literal>."
+msgstr ""
+"請從下拉式清單中,選取適當的標記類別。例如,<literal>HTML - Tags</literal>。"
+
+#: ../base.xml:1563(para)
+msgid "Scroll through the tag list to find the required tag."
+msgstr "在標記清單中捲動,尋找所需的標記。"
+
+#: ../base.xml:1566(para)
+msgid ""
+"To insert a tag at the cursor position in the current file, double-click on "
+"the tag in the tag list. You can also insert a tag as follows:"
+msgstr ""
+"要在目前檔案游標的位置上加入標記,請在標記清單中的標記上連按兩下。您也可以使"
+"用下列方式加入標記:"
+
+#: ../base.xml:1568(para)
+msgid ""
+"To insert a tag in the current file and change the focus from the "
+"<guilabel>Tag list plugin</guilabel> window to the editor window, press "
+"<keycap>Enter</keycap>."
+msgstr ""
+"如果要將標記加入目前檔案,並且將焦點由<guilabel>速成標記增效模組</guilabel>視"
+"窗,變更到編輯器視窗的話,請按一下 <keycap>輸入</keycap> 鍵。"
+
+#: ../base.xml:1571(para)
+msgid ""
+"To insert a tag in the current file and maintain the focus on the "
+"<guilabel>Tag list plugin</guilabel> window, press <keycombo><keycap>Shift</"
+"keycap><keycap>Enter</keycap></keycombo>."
+msgstr ""
+"如果要將標記加入目前的檔案,但是焦點保持在<guilabel>速成標記增效模組</"
+"guilabel>視窗的話,請按 <keycombo><keycap>Shift</keycap><keycap>輸入</"
+"keycap></keycombo>。"
+
+#: ../base.xml:1576(para)
+msgid ""
+"To close the <guilabel>Tag list plugin</guilabel> window, click on the "
+"<guibutton>Close Window</guibutton> button in the window frame. "
+"Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>W</keycap></"
+"keycombo> when the focus is on the <guilabel>Tag list plugin</guilabel> "
+"window."
+msgstr ""
+"如果要關閉<guilabel>速成標記增效模組</guilabel>視窗,請按一下視窗框架上的"
+"<guibutton>關閉視窗</guibutton>按鈕。或者,您也可以按 "
+"<keycombo><keycap>Ctrl</keycap><keycap>W</keycap></keycombo>,但是焦點必須是"
+"在<guilabel>速成標記增效模組</guilabel>視窗上。"
+
+#: ../base.xml:1583(title)
+msgid "User Name Plugin"
+msgstr "使用者名稱增效模組"
+
+#: ../base.xml:1584(para)
+msgid ""
+"The User name plugin inserts the username of the current user into the file. "
+"To use the User name plugin, perform the following steps:"
+msgstr ""
+"使用者名稱增效模組會將目前使用者的名稱,加入檔案中。 如果要使用使用者名稱增效"
+"模組,請執行下列步驟:"
+
+#: ../base.xml:1587(para)
+msgid "Load the User name plugin."
+msgstr "載入使用者名稱增效模組。"
+
+#: ../base.xml:1589(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert User Name</"
+"guimenuitem></menuchoice> to insert your username at the cursor position in "
+"the current file."
+msgstr ""
+"選擇<menuchoice><guimenu>編輯</guimenu><guimenuitem>加入使用者名稱</"
+"guimenuitem></menuchoice>,將您的使用者名稱加入目前檔案游標所在的位置。"
+
+#: ../lbase.xml:2(para)
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
+"later version published by the Free Software Foundation with no Invariant "
+"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
+"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"in the file COPYING-DOCS distributed with this manual."
+msgstr ""
+"根據自由軟體基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 "
+"(GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複製、散"
+"佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底文字。 如"
+"要取得 GFDL 的副本,請參閱 此<ulink type=\"help\" url=\"ghelp:fdl\">連結</"
+"ulink>,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。"
+
+#: ../lbase.xml:5(para)
+msgid ""
+"This manual is part of a collection of GNOME manuals distributed under the "
+"GFDL. If you want to distribute this manual separately from the collection, "
+"you can do so by adding a copy of the license to the manual, as described in "
+"section 6 of the license."
+msgstr ""
+"本手冊是屬於依 GFDL 授權所發佈之 GNOME 手冊集中的一部份。 如果您只要單獨散佈"
+"本手冊,依據授權聲明第六節之敘述, 您必須另外將授權聲明加入本手冊中。"
+
+#: ../lbase.xml:8(para)
+msgid ""
+"Many of the names used by companies to distinguish their products and "
+"services are claimed as trademarks. Where those names appear in any GNOME "
+"documentation, and the members of the GNOME Documentation Project are made "
+"aware of those trademarks, then the names are in capital letters or initial "
+"capital letters."
+msgstr ""
+"許多公司為了突顯其產品與服務,會使用特別名稱,並亦已聲明這些 名稱為其商標。當"
+"這些名稱出現在 GNOME 文件中,同時 GNOME 文件 專案小組成員亦明白這些名稱為商標"
+"時, 這些名稱會以大寫字母或是首字母大寫表示。"
+
+#: ../lbase.xml:17(para)
+msgid ""
+"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
+"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
+"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
+"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
+"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
+"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
+"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
+"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
+"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
+"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
+"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND "
+"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
+"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
+"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
+"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
+"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
+"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
+"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
+"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
+"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
+"POSSIBILITY OF SUCH DAMAGES."
+msgstr ""
+"文件提供是以其「原樣」呈現,不管明示或暗示,皆不具任何 保證,包括 (但不限於) "
+"文件或修正版毫無錯誤、可販售、 具特殊用途,或不侵權。 關於本文件與修正版文件"
+"之品質、正確性及功用, 其風險您必須自行承擔。 若本文件或修正版有任何缺陷,任"
+"何必須之保養,修理及更正, 應由您自行承擔,原始作者、作者或任何散佈者無須負"
+"責。 本免責聲明是本授權聲明極重要與必要的一部份,因此任何文件或 修正版的授"
+"權,皆須在同意本免責聲明的情況下進行;同時在任何情況或法律理論下,亦即不管是"
+"在侵權 (包括疏忽)、契約或 其他情形,或是已預先告知會有下列損害之可能時,本文"
+"件 或修正版的任何作者、原始作者、投稿人以及散佈者,或是 任何提供單位,對於因"
+"使用本文件及修正版,或與本文件及 修正版使用相關所造成的任何直接、間接、特殊、"
+"偶然或必 然之損害,包括 (但不限於) 信譽受損、工作停止、電腦當 機或不正常運"
+"作,或任何所有其他損害,上述人等皆不需負 任何責任。"
+
+#: ../lbase.xml:12(para)
+msgid ""
+"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
+"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
+"<placeholder-1/>"
+msgstr ""
+"本文件及其修正版本的提供,是基於 GNU 自由文件授權聲明的條款,同時亦有下列共"
+"識: <placeholder-1/>"
diff --git a/help/zh_TW/zh_TW.po b/help/zh_TW/zh_TW.po
new file mode 100644
index 0000000..a293143
--- /dev/null
+++ b/help/zh_TW/zh_TW.po
@@ -0,0 +1,2686 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2005-10-22 13:45-0400\n"
+"PO-Revision-Date: 2007-02-12 08:54+0800\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../base.xml:24(title) ../base.xml:95(revnumber)
+msgid "gedit Manual V2.5.1"
+msgstr "gedit 手冊 V2.5.1"
+
+#: ../base.xml:26(year)
+msgid "2003"
+msgstr "2003 年"
+
+#: ../base.xml:27(holder) ../base.xml:30(holder) ../base.xml:52(orgname)
+msgid "Sun Microsystems"
+msgstr "Sun Microsystems"
+
+#: ../base.xml:29(year)
+msgid "2002"
+msgstr "2002 年"
+
+#: ../base.xml:32(year) ../base.xml:152(date)
+msgid "2000"
+msgstr "2000 年"
+
+#: ../base.xml:33(holder)
+msgid "Eric Baudais"
+msgstr "Eric Baudais"
+
+#: ../base.xml:44(publishername) ../base.xml:59(orgname) ../base.xml:99(para)
+#: ../base.xml:107(para) ../base.xml:115(para) ../base.xml:123(para)
+#: ../base.xml:131(para) ../base.xml:139(para) ../base.xml:147(para)
+#: ../base.xml:156(para)
+msgid "GNOME Documentation Project"
+msgstr "GNOME 文件專案"
+
+#: ../base.xml:56(firstname)
+msgid "Eric"
+msgstr "Eric"
+
+#: ../base.xml:57(surname)
+msgid "Baudais"
+msgstr "Baudais"
+
+#: ../base.xml:60(email)
+msgid "baudais@okstate.edu"
+msgstr "baudais@okstate.edu"
+
+#: ../base.xml:64(firstname)
+msgid "Baris"
+msgstr "Baris"
+
+#: ../base.xml:65(surname)
+msgid ""
+"Cicek provided information from earlier revisions of the gedit application."
+msgstr "Cicek 提供 gedit 應用程式較早版本的資訊。"
+
+#: ../base.xml:66(contrib)
+msgid "Acknowledgements"
+msgstr "感謝"
+
+#: ../base.xml:69(firstname)
+msgid "Ajit"
+msgstr "Ajit"
+
+#: ../base.xml:70(surname)
+msgid "George provided information about plugins."
+msgstr "George 提供增效模組的相關資訊。"
+
+#: ../base.xml:98(para) ../base.xml:106(para) ../base.xml:114(para)
+#: ../base.xml:122(para) ../base.xml:130(para) ../base.xml:138(para)
+#: ../base.xml:146(para)
+msgid "Sun GNOME Documentation Team"
+msgstr "Sun GNOME 文件小組"
+
+#: ../base.xml:103(revnumber)
+msgid "gedit Manual V2.5"
+msgstr "gedit 手冊 V2.5"
+
+#: ../base.xml:104(date)
+msgid "March 2003"
+msgstr "2003 年 3 月"
+
+#: ../base.xml:111(revnumber)
+msgid "gedit Manual V2.4"
+msgstr "gedit 手冊 V2.4"
+
+#: ../base.xml:112(date)
+msgid "January 2003"
+msgstr "2003 年 1 月"
+
+#: ../base.xml:119(revnumber)
+msgid "gedit Manual V2.3"
+msgstr "gedit 手冊 V2.3"
+
+#: ../base.xml:120(date)
+msgid "September 2002"
+msgstr "2002 年 9 月"
+
+#: ../base.xml:127(revnumber)
+msgid "gedit Manual V2.2"
+msgstr "gedit 手冊 V2.2"
+
+#: ../base.xml:128(date)
+msgid "August 2002"
+msgstr "2002 年 8 月"
+
+#: ../base.xml:135(revnumber)
+msgid "gedit Manual V2.1"
+msgstr "gedit 手冊 V2.1"
+
+#: ../base.xml:136(date)
+msgid "June 2002"
+msgstr "2002 年 6 月"
+
+#: ../base.xml:143(revnumber)
+msgid "gedit Manual V2.0"
+msgstr "gedit 手冊 V2.0"
+
+#: ../base.xml:144(date)
+msgid "March 2002"
+msgstr "2002 年 3 月"
+
+#: ../base.xml:151(revnumber)
+msgid "gedit V1.0"
+msgstr "gedit 手冊 V1.0"
+
+#: ../base.xml:154(para)
+msgid "Eric Baudais <email>baudais@okstate.edu</email>"
+msgstr "Eric Baudais <email>baudais@okstate.edu</email>"
+
+#: ../base.xml:160(releaseinfo)
+msgid "This manual describes version 2.2.1 of gedit."
+msgstr "本手冊的內容是說明 2.2.1 版的 gedit。"
+
+#: ../base.xml:163(title)
+msgid "Feedback"
+msgstr "意見回饋"
+
+#: ../base.xml:164(para)
+msgid ""
+"To report a bug or make a suggestion regarding the <application>gedit</"
+"application> application or this manual, follow the directions in the <ulink "
+"url=\"ghelp:gnome-feedback\" type=\"help\">GNOME Feedback Page</ulink>."
+msgstr ""
+"關於本 <application>gedit</application> 應用程式或本手冊,如果要報告錯誤 或提"
+"出建議,請遵照 <ulink url=\"ghelp:gnome-feedback\" type=\"help\">GNOME "
+"Feedback Page</ulink> 的指示。"
+
+#: ../base.xml:171(primary)
+msgid "gedit"
+msgstr "gedit"
+
+#: ../base.xml:172(primary)
+msgid "text editor"
+msgstr "文字編輯器"
+
+#: ../base.xml:177(title)
+msgid "Introduction"
+msgstr "介紹"
+
+#: ../base.xml:178(para)
+msgid ""
+"The <application>gedit</application> application enables you to create and "
+"edit text files. You can use <application>gedit</application> plugins to "
+"perform a variety of tasks related to text-editing from within the "
+"<application>gedit</application> window."
+msgstr ""
+"您可以使用 <application>gedit</application> 應用程式建立和編輯文字 檔案。您可"
+"以使用 <application>gedit</application> 增效模組在 <application>gedit</"
+"application> 視窗中 執行各種和文字編輯相關的工作。"
+
+#: ../base.xml:185(title)
+msgid "Getting Started"
+msgstr "入門"
+
+#: ../base.xml:189(title)
+msgid "To Start gedit"
+msgstr "啟動 gedit"
+
+#: ../base.xml:190(para)
+msgid "You can start <application>gedit</application> in the following ways:"
+msgstr "您可以使用下列方式啟動 <application>gedit</application>:"
+
+#: ../base.xml:193(guimenu)
+msgid "Menu"
+msgstr "功能表"
+
+#: ../base.xml:195(para)
+msgid ""
+"For information about how to start <application>gedit</application> from a "
+"menu, see the latest version of the GNOME Desktop User Guide for your "
+"platform."
+msgstr ""
+"若需如何從功能表啟動 <application>gedit</application> 的詳細資訊,請參閱最新"
+"版的平台 GNOME Desktop User Guide。"
+
+#: ../base.xml:200(term)
+msgid "Command line"
+msgstr "指令行"
+
+#: ../base.xml:202(para)
+msgid "Execute the following command: <command>gedit</command>"
+msgstr "執行以下的指令: <command>gedit</command>"
+
+#: ../base.xml:210(title)
+msgid "When You Start gedit"
+msgstr "當您啟動 gedit"
+
+#: ../base.xml:211(para)
+msgid ""
+"When you start <application>gedit</application>, the following window is "
+"displayed:"
+msgstr "當您啟動 <application>gedit</application> 後,會顯示下面的視窗:"
+
+#: ../base.xml:214(title)
+msgid "gedit Window"
+msgstr "gedit 視窗"
+
+#: ../base.xml:220(phrase)
+msgid "Shows gedit main window."
+msgstr "顯示 gedit 主視窗。"
+
+#: ../base.xml:226(para)
+msgid ""
+"The <application>gedit</application> window contains the following elements:"
+msgstr ""
+"<application>gedit</application> 視窗包含下列的 元素:您可以選擇下列條件中的"
+"一項或以上:"
+
+#: ../base.xml:229(term)
+msgid "Menubar"
+msgstr "功能表列"
+
+#: ../base.xml:231(para)
+msgid ""
+"The menus on the menubar contain all of the commands you need to work with "
+"files in <application>gedit</application>."
+msgstr ""
+"在功能表列上的功能表中,有您在 <application>gedit</application> 中與檔案工作"
+"所需的所有指令。"
+
+#: ../base.xml:235(term)
+msgid "Toolbar"
+msgstr "工具列"
+
+#: ../base.xml:237(para)
+msgid ""
+"The toolbar contains a subset of the commands that you can access from the "
+"menubar."
+msgstr "工具列包含了您可以由功能表列 存取的指令子集。"
+
+#: ../base.xml:241(term)
+msgid "Display area"
+msgstr "顯示區域"
+
+#: ../base.xml:243(para)
+msgid "The display area contains the text of the file that you are editing."
+msgstr "顯示區域包含了您正在 編輯之檔案的文字。"
+
+#: ../base.xml:247(term)
+msgid "Output window"
+msgstr "輸出視窗"
+
+#: ../base.xml:249(para)
+msgid ""
+"The output window displays the output returned by the Shell command plugin "
+"and the Compare Files plugin."
+msgstr "輸出視窗可以顯示由 Shell 指令增效模組和比對檔案增效模組傳回的輸出。"
+
+#: ../base.xml:252(term)
+msgid "Statusbar"
+msgstr "狀態列"
+
+#: ../base.xml:254(para)
+msgid ""
+"The statusbar displays information about current <application>gedit</"
+"application> activity and contextual information about the menu items."
+msgstr ""
+"狀態列可以顯示目前 <application>gedit</application> 活動的資訊,以及有關功能"
+"表項目 的上下文資訊。"
+
+#: ../base.xml:260(para)
+msgid ""
+"When you right-click in the <application>gedit</application> window, the "
+"application displays a popup menu. The popup menu contains the most common "
+"text editing commands."
+msgstr ""
+"當您在 <application>gedit</application> 視窗中按滑鼠右鍵時,應用程式會顯示即"
+"現式功能表。即現式功能表包含了 最常用的文字編輯指令。"
+
+#: ../base.xml:266(title)
+msgid "To Open a File"
+msgstr "開啟檔案"
+
+#: ../base.xml:267(para)
+msgid ""
+"To open a file, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</"
+"guimenuitem></menuchoice> to display the <guilabel>Open File</guilabel> "
+"dialog. Select the file that you want to open, then click <guibutton>OK</"
+"guibutton>. The file is displayed in the <application>gedit</application> "
+"window."
+msgstr ""
+"如果要開啟檔案,請選擇 <menuchoice><guimenu>檔案</guimenu><guimenuitem>開啟</"
+"guimenuitem></menuchoice> ,顯示<guilabel>開啟檔案</guilabel>對話方塊。選取要"
+"開啟的檔案 ,然後按一下<guibutton>確定</guibutton>。這個檔案便會 顯示在 "
+"<application>gedit</application> 視窗中。"
+
+#: ../base.xml:273(para)
+msgid ""
+"You can open multiple files in <application>gedit</application>. The "
+"application displays one file at a time in the application window. The "
+"application adds a tab for each open file to the window. To display another "
+"open file, click on the tab that corresponds to the file. To create a new "
+"<application> gedit</application> window for each file that is open, drag "
+"the tab corresponding to each file to the desktop background."
+msgstr ""
+"您可以在 <application>gedit</application> 中,開啟多個檔案。 本應用程式在應用"
+"程式視窗中,一次只會顯示一個檔案。 應用程式會為每個開啟的檔案,在視窗中增加一"
+"個標籤。如果要顯示另外一個 開啟的檔案,請按該檔案的標籤。如果為每一個開啟的檔"
+"案,建立一個新的 <application> gedit</application> 視窗,請將檔案的 標籤一個"
+"個地拖曳至桌面背景上。"
+
+#: ../base.xml:279(para)
+msgid ""
+"You can also use the <guimenu>Documents</guimenu> menu to move between the "
+"open files. You can choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Move to New Window</guimenuitem></menuchoice> to move a "
+"document to a new <application> gedit</application> window."
+msgstr ""
+"您也可以使用 <guimenu>文件</guimenu>功能表,在開啟的檔案之間移動。您可以選擇"
+"<menuchoice><guimenu>文件</guimenu><guimenuitem>移至新視窗</guimenuitem></"
+"menuchoice>,將文件移到新的 <application> gedit</application> 視窗。"
+
+#: ../base.xml:290(phrase)
+msgid "Shows Recent Files menu icon."
+msgstr "顯示最近使用的檔案功能表圖示。"
+
+#: ../base.xml:282(para)
+msgid ""
+"The application records the paths and filenames of the five most recent "
+"files that you edited and displays the files as menu items on the "
+"<menuchoice><guimenu>File</guimenu></menuchoice> menu. You can also click on "
+"the <inlinemediaobject><placeholder-1/><placeholder-2/></inlinemediaobject> "
+"icon on the toolbar to display the list of recent files."
+msgstr ""
+"應用程式會記錄您所編輯的最後 5 個 檔案,並以功能表項目的方式,顯示在 "
+"<menuchoice><guimenu>檔案</guimenu></menuchoice>功能表中。您也可以按一下 "
+"<inlinemediaobject><placeholder-1/><placeholder-2/></inlinemediaobject> 工具"
+"列上的圖示,顯示最近使用的檔案清單。"
+
+#: ../base.xml:297(title)
+msgid "To Open Multiple Files from a Command Line"
+msgstr "從指令行開啟多個檔案"
+
+#: ../base.xml:298(para)
+msgid ""
+"You can run <application>gedit</application> from a command line and open a "
+"single file or multiple files. To open multiple files from a command line, "
+"type the following command, then press <keycap>Return</keycap>:"
+msgstr ""
+"您可以從指令行執行 <application>gedit</application>,並開啟一個或多個檔案。如"
+"果要從指令行開啟多個檔案,請鍵入下列指令,然後按一下 <keycap>Return</keycap> "
+"鍵。"
+
+#: ../base.xml:301(replaceable)
+msgid "file1.txt file2.txt file3.txt"
+msgstr "file1.txt file2.txt file3.txt"
+
+#: ../base.xml:301(command)
+msgid "gedit <placeholder-1/>"
+msgstr "gedit <placeholder-1/>"
+
+#: ../base.xml:302(para)
+msgid ""
+"When the application starts, the files that you specify are displayed in the "
+"<application>gedit</application> window."
+msgstr ""
+"當應用程式啟動時,您所指定的檔案便會顯示在 <application>gedit</application> "
+"視窗內。"
+
+#: ../base.xml:304(para)
+msgid ""
+"For more information on how to run <application>gedit</application> from a "
+"command line, see <ulink url=\"man:gedit\" type=\"man"
+"\"><citerefentry><refentrytitle>gedit</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+msgstr ""
+"若需如何從指令行執行 <application>gedit</application> 的詳細資訊,請參閱 "
+"<ulink url=\"man:gedit\" type=\"man\"><citerefentry><refentrytitle>gedit</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>。"
+
+#: ../base.xml:309(title)
+msgid "Usage"
+msgstr "使用"
+
+#: ../base.xml:313(title)
+msgid "To Create a New File"
+msgstr "建立新檔案"
+
+#: ../base.xml:314(para)
+msgid ""
+"To create a new file, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>New</guimenuitem></menuchoice>. The application "
+"displays a new file in the <application>gedit</application> window."
+msgstr ""
+"如果要建立新檔案,請選擇 <menuchoice><guimenu>檔案</guimenu><guimenuitem>開新"
+"檔案</guimenuitem></menuchoice>。應用程式會在 <application>gedit</"
+"application> 視窗內顯示新檔案。"
+
+#: ../base.xml:321(title)
+msgid "To Save a File"
+msgstr "儲存檔案"
+
+#: ../base.xml:322(para)
+msgid "You can save files in the following ways:"
+msgstr "您可以用下列方式儲存檔案:"
+
+#: ../base.xml:324(para)
+msgid ""
+"To save changes to an existing file, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Save</guimenuitem></menuchoice> or click "
+"<guibutton>Save</guibutton> on the toolbar."
+msgstr ""
+"如果要將變更儲存到目前的檔案,請選擇 <menuchoice><guimenu>檔案</"
+"guimenu><guimenuitem>儲存</guimenuitem></menuchoice> 或按一下工具列上的"
+"<guibutton>儲存</guibutton> 。"
+
+#: ../base.xml:329(para)
+msgid ""
+"To save a new file or to save an existing file under a new filename, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Save As</guimenuitem></"
+"menuchoice>. Enter a name for the file in the <guilabel>Save as</guilabel> "
+"dialog box, then click <guibutton>OK</guibutton>."
+msgstr ""
+"如果要儲存新檔案,或以新的檔案名稱儲存目前的檔案,請選擇 "
+"<menuchoice><guimenu>檔案</guimenu><guimenuitem>另存 新檔</guimenuitem></"
+"menuchoice>。請將檔案名稱輸入<guilabel>另存 新檔</guilabel>對話方塊,然後按一"
+"下<guibutton>確定</guibutton>。"
+
+#: ../base.xml:334(para)
+msgid ""
+"To save all of the files that are currently open in <application>gedit</"
+"application>, choose <menuchoice><guimenu>Documents</"
+"guimenu><guimenuitem>Save All</guimenuitem></menuchoice>."
+msgstr ""
+"如果要儲存目前在 <application>gedit</application> 中開啟的所有檔案,請選擇 "
+"<menuchoice><guimenu>文件</guimenu><guimenuitem>全部 儲存</guimenuitem></"
+"menuchoice>。"
+
+#: ../base.xml:343(title)
+msgid "To Edit Text"
+msgstr "編輯文字"
+
+#: ../base.xml:344(para)
+msgid "You can edit the text of a file in the following ways:"
+msgstr "您可以使用下列方式編輯檔案文字:"
+
+#: ../base.xml:346(para)
+msgid "Type new text from the keyboard."
+msgstr "由鍵盤輸入新的文字。"
+
+#: ../base.xml:348(para)
+msgid "Use the <keycap>Delete</keycap> key to delete text."
+msgstr "使用<keycap>刪除</keycap>鍵刪除文字。"
+
+#: ../base.xml:351(para)
+msgid ""
+"Use the <guimenuitem>Cut</guimenuitem>, <guimenuitem>Copy</guimenuitem>, "
+"<guimenuitem>Paste</guimenuitem>, and <guimenuitem>Delete</guimenuitem> menu "
+"items on the <guimenu>Edit</guimenu> menu to edit text."
+msgstr ""
+"請使用<guimenuitem>剪下</guimenuitem>、 <guimenuitem>複製</guimenuitem>、"
+"<guimenuitem>貼上</guimenuitem>和 <guimenuitem>刪除</guimenuitem>功能表項目 "
+"(在<guimenu>編輯</guimenu>功能表上) 來編輯文字。"
+
+#: ../base.xml:356(para)
+msgid "You can perform any of the following actions on the selected text:"
+msgstr "您可以在所選取的文字上執行下列任何一個動作:"
+
+#: ../base.xml:359(para)
+msgid ""
+"To copy the selected text to a buffer, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Copy</guimenuitem></menuchoice>."
+msgstr ""
+"如果要將選取的文字複製到緩衝區中,請選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>複製</guimenuitem></menuchoice>。"
+
+#: ../base.xml:363(para)
+msgid ""
+"To delete the selected text from the file and move the selected text to a "
+"buffer, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"如果要從檔案中刪除選取的文字,並將 選取的文字移動至緩衝區,請選擇 "
+"<menuchoice><guimenu>編輯</guimenu><guimenuitem>剪下</guimenuitem></"
+"menuchoice>。"
+
+#: ../base.xml:368(para)
+msgid ""
+"To permanently delete the selected text from the file, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"如果要從檔案中永遠刪除選取的文字,請選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>刪除e</guimenuitem></menuchoice>。"
+
+#: ../base.xml:372(para)
+msgid ""
+"To insert the contents of the buffer at the cursor position, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+"menuchoice>. You must cut or copy text before you can paste text into the "
+"file."
+msgstr ""
+"如果要在游標位置上加入緩衝區 的內容,請選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>貼上</guimenuitem></menuchoice>。您必須先剪下或複製文字 "
+"才能將文字貼進檔案。"
+
+#: ../base.xml:378(para)
+msgid ""
+"To select all of the text in a file, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Select All</guimenuitem></menuchoice>."
+msgstr ""
+"如果要選取檔案中所有的文字,請選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>全部 選取</guimenuitem></menuchoice>。"
+
+#: ../base.xml:386(title)
+msgid "To Undo or Redo Edits"
+msgstr "還原或重做編輯"
+
+#: ../base.xml:387(para)
+msgid ""
+"To undo an edit, choose <menuchoice><guimenu>Edit</"
+"guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To redo an edit, "
+"choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</guimenuitem></"
+"menuchoice>. The number of previous edits that you can undo is determined by "
+"the <guilabel>Set limit on undo actions to</guilabel> setting in the <xref "
+"linkend=\"gedit-prefs-undo\"/> tabbed section of the <guilabel>Preferences</"
+"guilabel> dialog."
+msgstr ""
+"如果要還原或重做編輯,請選擇 <menuchoice><guimenu>編輯</guimenu><guimenuitem>"
+"還原</guimenuitem></menuchoice>。如果要重做編輯,請選擇 <menuchoice><guimenu>"
+"編輯</guimenu><guimenuitem>重做</guimenuitem></menuchoice>。您所能還原之前編"
+"輯的次數,是取決於 <guilabel>限制還原次數為</guilabel>設定 (在 <xref linkend="
+"\"gedit-prefs-undo\"/>標籤區段中 (在 <guilabel>偏好設定</guilabel>對話方塊"
+"中))。"
+
+#: ../base.xml:399(title)
+msgid "To Find Text"
+msgstr "尋找文字"
+
+#: ../base.xml:400(para)
+msgid "To search a file for a string, perform the following steps:"
+msgstr "如果要搜尋檔案中的字串,請執行下列步驟:"
+
+#: ../base.xml:402(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Find</guimenuitem></"
+"menuchoice> to display the <guilabel>Find</guilabel> dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>搜尋</guimenu><guimenuitem>尋找</guimenuitem></"
+"menuchoice> 以顯示<guilabel>尋找</guilabel>對話方塊。"
+
+#: ../base.xml:407(para) ../base.xml:459(para)
+msgid ""
+"Type the string that you want to find, in the <guilabel>Search for</"
+"guilabel> field."
+msgstr "將您要尋找的字串,鍵入 <guilabel>搜尋</guilabel>欄位中。"
+
+#: ../base.xml:409(para) ../base.xml:461(para)
+msgid "You can include the following escape sequences:"
+msgstr "您可以包括下列的逸出序列:"
+
+#: ../base.xml:412(literal) ../base.xml:464(literal)
+msgid "\\n"
+msgstr "\\n"
+
+#: ../base.xml:413(para) ../base.xml:465(para)
+msgid "Use this escape sequence to specify a new line"
+msgstr "請使用這個逸出序列,指定新的一行"
+
+#: ../base.xml:416(literal) ../base.xml:468(literal)
+msgid "\\t"
+msgstr "\\t"
+
+#: ../base.xml:417(para) ../base.xml:469(para)
+msgid "Use this escape sequence to specify a tab character"
+msgstr "請使用這個逸出序列,指定 Tab 字元"
+
+#: ../base.xml:420(literal) ../base.xml:472(literal)
+msgid "\\r"
+msgstr "\\r"
+
+#: ../base.xml:421(para) ../base.xml:473(para)
+msgid "Use this escape sequence to specify a carriage return"
+msgstr "請使用這個逸出序列,指定換行鍵"
+
+#: ../base.xml:425(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you type."
+msgstr ""
+"選取<guilabel>符合大小寫</guilabel>選項, 尋找只符合您所鍵入文字狀況 的字串。"
+
+#: ../base.xml:429(para) ../base.xml:484(para)
+msgid ""
+"Select the <guilabel>Match entire word only</guilabel> option to only find "
+"occurrences of the string that match the entire words of the text that you "
+"type."
+msgstr ""
+"選取<guilabel>全字相符</guilabel>選項, 尋找字串中完全符合您所輸入的 文字。"
+
+#: ../base.xml:433(para) ../base.xml:488(para)
+msgid ""
+"Select the <guilabel>Wrap around</guilabel> option to search to the end of "
+"the file and then continue the search from the beginning of the file."
+msgstr ""
+"選取<guilabel>全檔搜尋</guilabel>選項,搜尋到檔案結尾後再從檔案開頭繼續搜尋。"
+
+#: ../base.xml:435(para) ../base.xml:490(para)
+msgid ""
+"Click <guibutton>Find</guibutton> to search the file for the first "
+"occurrence of the string. If <application>gedit</application> finds the "
+"string, the application moves the cursor to the string, and selects the "
+"string."
+msgstr ""
+"按一下<guibutton>尋找</guibutton>,搜尋檔案中 第一個字串事件。如果 "
+"<application>gedit</application> 找到字串,應用程式會將游標移動到字串上,並選"
+"取 該字串。"
+
+#: ../base.xml:440(para) ../base.xml:500(para)
+msgid ""
+"To find the next occurrence of the string, click <guibutton>Find</guibutton>."
+msgstr "如果要尋找符合的下一個字串,請按一下 <guibutton>找下一個</guibutton>。"
+
+#: ../base.xml:443(para) ../base.xml:503(para)
+msgid "To finish the search, click <guibutton>Close</guibutton>."
+msgstr "如果要結束搜尋,請按一下 <guibutton>關閉</guibutton>。"
+
+#: ../base.xml:450(title)
+msgid "To Find and Replace Text"
+msgstr "尋找並取代文字"
+
+#: ../base.xml:451(para)
+msgid ""
+"To search a file for a string, and replace the string with an alternative "
+"string, perform the following steps:"
+msgstr "如果要搜尋檔案中的字串,並以另外一個字串 取代之,請執行下列的步驟:"
+
+#: ../base.xml:454(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Replace</"
+"guimenuitem></menuchoice> to display the <guilabel>Replace</guilabel> dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>搜尋</guimenu><guimenuitem>取代</guimenuitem></"
+"menuchoice> ,顯示<guilabel>取代</guilabel>對話方塊。"
+
+#: ../base.xml:477(para)
+msgid ""
+"Type the string that you want to use to replace the string that you find, in "
+"the <guilabel>Replace with</guilabel> field."
+msgstr "將您要用來取代尋找 字串的字串,鍵入<guilabel>取代為</guilabel>欄位中。"
+
+#: ../base.xml:480(para)
+msgid ""
+"Select the <guilabel>Match case</guilabel> option to only find occurrences "
+"of the string that match the case of the text that you enter."
+msgstr ""
+"選取<guilabel>符合大小寫</guilabel>選項, 尋找只符合您所鍵入文字狀況 的字串。"
+
+#: ../base.xml:495(para)
+msgid ""
+"Click on the <guibutton>Replace</guibutton> button to replace the occurrence "
+"of the string with the text in the <guilabel>Replace with</guilabel> field. "
+"Click on the <guibutton>Replace All</guibutton> button to replace all "
+"occurrences of the string."
+msgstr ""
+"按一下<guibutton>取代</guibutton>按鈕,以您在 <guilabel>取代為 </guilabel>欄"
+"位中鍵入的文字取代該字串。按一下<guibutton>全部取代</guibutton>按鈕,取代 所"
+"有符合的字串。"
+
+#: ../base.xml:510(title)
+msgid "To Open a File from a URI"
+msgstr "從 URI 開啟檔案"
+
+#: ../base.xml:511(para)
+msgid ""
+"To open a file from a Uniform Resource Identifier (URI), perform one of the "
+"following steps:"
+msgstr ""
+"如果要從資源識別統一描述器 (Uniform Resource Identifier,URI) 開啟檔案,請執"
+"行下列任一項步驟:"
+
+#: ../base.xml:514(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open Location</"
+"guimenuitem></menuchoice> to display the <guilabel>Open Location</guilabel> "
+"dialog. Enter the URI of the file that you want to open, then click "
+"<guibutton>Open</guibutton>."
+msgstr ""
+"請選擇<menuchoice><guimenu>檔案</guimenu><guimenuitem>開啟位置</"
+"guimenuitem></menuchoice> ,顯示<guilabel>開啟位置</guilabel> 對話方塊。輸入"
+"您要開啟 檔案的 URI ,然後按一下<guibutton>開啟</guibutton>。"
+
+#: ../base.xml:522(para)
+msgid ""
+"Type <command>gedit <replaceable>URI</replaceable></command> at a command "
+"line, where <replaceable>URI</replaceable> is the URI of the file that you "
+"want to open, then press <keycap>Return</keycap>. Valid types of "
+"<replaceable>URI</replaceable> include <literal>http:</literal>, "
+"<literal>ftp:</literal>, <literal>file:</literal>, and all of the methods "
+"supported by <literal>gnome-vfs</literal>."
+msgstr ""
+"在指令行上輸入 <command>gedit <replaceable>URI</replaceable></command> (此處"
+"的 <replaceable>URI</replaceable> 是指您要開啟之檔案的 URI),然後按下 "
+"<keycap>Return</keycap> 鍵。有效的 <replaceable>URI</replaceable> 類型包括 "
+"<literal>http:</literal>、<literal>ftp:</literal>、<literal>file:</literal>,"
+"以及 <literal>gnome-vfs</literal> 支援的所有方法。"
+
+#: ../base.xml:527(para)
+msgid "The application opens the file located at the URI in read-only mode."
+msgstr "應用程式會以唯讀模式開啟位於 URI 的檔案。"
+
+#: ../base.xml:531(title)
+msgid "To Pipe the Output of a Command to a File"
+msgstr "輸出指令到檔案"
+
+#: ../base.xml:532(para)
+msgid ""
+"You can use <application>gedit</application> to pipe the output of a command "
+"to a text file. For example, to pipe the output of an <command>ls </command> "
+"command to a text file, type <command>ls | gedit</command>, then press "
+"<keycap>Return</keycap>."
+msgstr ""
+"您可以使用 <application>gedit</application>,將指令的輸出傳送到 文字檔案。例"
+"如,如果要將 <command>ls </command> 指令的輸出傳送到文字檔案,請鍵入 "
+"<command>ls | gedit</command>,然後按下 <keycap>Return</keycap> 鍵。"
+
+#: ../base.xml:536(para)
+msgid ""
+"The output of the <command>ls</command> command is displayed in a new text "
+"file in the <application>gedit</application> window."
+msgstr ""
+"<command>ls</command> 指令的輸出,會 在 <application>gedit</application> 視窗"
+"中以一個新的文字檔案顯示。"
+
+#: ../base.xml:538(para)
+msgid ""
+"Alternatively, you can use the Shell command plugin to pipe command output "
+"to the current file. For information about how to use the Shell command "
+"plugin, see <xref linkend=\"gedit-shell-command-plugin\"/>."
+msgstr ""
+"或者,您可以使用 Shell 指令增效模組,將指令輸出 傳送到目前的檔案中。如需如何"
+"使用 Shell 指令增效模組的資訊,請參閱 <xref linkend=\"gedit-shell-command-"
+"plugin\"/>。"
+
+#: ../base.xml:543(title)
+msgid "To Position the Cursor on a Specific Line"
+msgstr "將游標移到特定行"
+
+#: ../base.xml:544(para)
+msgid ""
+"To position the cursor on a specific line in the current file, perform the "
+"following steps:"
+msgstr "如果要將游標移到目前檔案中的特定行,請執行下列的 步驟:"
+
+#: ../base.xml:547(para)
+msgid ""
+"Choose <menuchoice><guimenu>Search</guimenu><guimenuitem>Go to Line</"
+"guimenuitem></menuchoice> to display the <guilabel>Go to Line</guilabel> "
+"dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>搜尋</guimenu><guimenuitem>移至 某行</"
+"guimenuitem></menuchoice> ,顯示<guilabel>移至某行</guilabel>對話方塊。"
+
+#: ../base.xml:552(para)
+msgid ""
+"Type the number of the line that you want to move the cursor to in the "
+"<guilabel>Line number</guilabel> field."
+msgstr ""
+"如果您想把游標移動到某一行,請將 行數鍵入<guilabel>行數</guilabel>欄位中。"
+
+#: ../base.xml:555(para)
+msgid ""
+"Click <guibutton>Go to Line</guibutton>. The application moves the cursor to "
+"the line number that you specify."
+msgstr ""
+"按一下<guibutton>移至某行</guibutton>。應用程式 便會將游標移動至您指定的行"
+"數。"
+
+#: ../base.xml:558(para)
+msgid ""
+"To close the <guilabel>Go to Line</guilabel> dialog, click <guibutton>Close</"
+"guibutton>."
+msgstr ""
+"如果要關閉<guilabel>移至某行</guilabel>對話方塊,請按一下<guibutton>關閉</"
+"guibutton>。"
+
+#: ../base.xml:563(title)
+msgid "To Change the Input Mode"
+msgstr "變更輸入模式"
+
+#: ../base.xml:564(para)
+msgid ""
+"To change the input mode, right-click in the text window, then select "
+"<guimenuitem>Input Methods</guimenuitem>. The <guimenuitem>Insert Unicode "
+"control character</guimenuitem> menu item provides character layout options "
+"that are useful for working with non-Latin character sets."
+msgstr ""
+"如果要變更輸入模式,請在文字視窗上按滑鼠右鍵,然後選取 <guimenuitem>輸入方法"
+"</guimenuitem>。 <guimenuitem>插入統一碼控制字元</guimenuitem>功能表項目會提"
+"供字元配置選項,這對使用非拉丁語系的字元集很有幫助。"
+
+#: ../base.xml:570(title)
+msgid "To Print a File"
+msgstr "列印檔案"
+
+#: ../base.xml:571(para)
+msgid ""
+"You can use <application>gedit</application> to perform the following print "
+"operations:"
+msgstr "您可以使用<application>gedit</application>,執行 下列列印作業:"
+
+#: ../base.xml:574(para)
+msgid "Print a file to a printer."
+msgstr "由印表機列印檔案。"
+
+#: ../base.xml:576(para)
+msgid "Print the output of the print command to a file."
+msgstr "將列印指令的輸出列印到檔案。"
+
+#: ../base.xml:579(para)
+msgid ""
+"If you print to a file, <application>gedit</application> sends the output of "
+"the file to a pre-press format file. The most common pre-press formats are "
+"PostScript and Portable Document Format (PDF)."
+msgstr ""
+"如果您是列印至檔案,<application>gedit</application> 會先將 檔案輸出傳送到某"
+"個印前格式檔案。最常見的印前 格式為 PostScript 與 Portable Document Format "
+"(PDF)。"
+
+#: ../base.xml:583(para)
+msgid ""
+"To preview the pages that you want to print, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"如果要預覽想列印的頁面,請選擇 <menuchoice><guimenu>檔案</"
+"guimenu><guimenuitem>預覽列印</guimenuitem></menuchoice>。"
+
+#: ../base.xml:587(para)
+msgid ""
+"To print the current file to a printer or a file, choose "
+"<menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></"
+"menuchoice> to display the <guilabel>Print</guilabel> dialog."
+msgstr ""
+"如果要將目前的檔案列印至印表機或檔案,請選擇 <menuchoice><guimenu>檔案</"
+"guimenu><guimenuitem>列印</guimenuitem></menuchoice> ,顯示<guilabel>列印</"
+"guilabel>對話方塊。"
+
+#: ../base.xml:592(para)
+msgid ""
+"The <guilabel>Print</guilabel> dialog enables you to specify the following "
+"print options:"
+msgstr "<guilabel>列印</guilabel>對話方塊可以讓您指定下列 列印選項:"
+
+#: ../base.xml:596(title)
+msgid "Printer Tabbed Section"
+msgstr "印表機標籤區段"
+
+#: ../base.xml:598(term)
+msgid "Printer pane"
+msgstr "印表機窗格"
+
+#: ../base.xml:600(para)
+msgid "Select the printer to which you want to print the file."
+msgstr "選取您要列印檔案 的印表機。"
+
+#: ../base.xml:604(guilabel)
+msgid "Print range"
+msgstr "列印範圍"
+
+#: ../base.xml:606(para)
+msgid ""
+"Select one of the following options to determine how many pages to print:"
+msgstr "選取下列任一選項,決定 要列印的頁數:"
+
+#: ../base.xml:610(guilabel)
+msgid "All"
+msgstr "全部"
+
+#: ../base.xml:611(para)
+msgid "Select this option to print all of the pages in the file."
+msgstr "選取這個選項,會列印檔案中的所有頁面。"
+
+#: ../base.xml:614(guilabel)
+msgid "Selection"
+msgstr "選取部分"
+
+#: ../base.xml:615(para)
+msgid ""
+"Select this option to print the selected text only. This option is only "
+"available if you select text."
+msgstr ""
+"選取這個選項,只會列印所選取的文字。這個選項 只有當您已選取文字後,才能使用。"
+
+#: ../base.xml:622(guilabel)
+msgid "Number of copies"
+msgstr "列印份數"
+
+#: ../base.xml:624(para)
+msgid ""
+"Use this spin box to specify the number of copies of the file that you want "
+"to print."
+msgstr "使用這個旋轉方塊以指定您要列印檔案的副本數。"
+
+#: ../base.xml:628(guilabel)
+msgid "Collate"
+msgstr "理序"
+
+#: ../base.xml:630(para)
+msgid ""
+"If you are printing multiple copies of the file, select this option to "
+"collate the printed copies."
+msgstr "如果您要將檔案列印多份副本,請選取這個選項,以理序已列印的副本。"
+
+#: ../base.xml:634(guilabel)
+msgid "Filename"
+msgstr "檔案名稱"
+
+#: ../base.xml:636(para)
+msgid ""
+"To print the file to a print file, type the name of the output file in this "
+"text box."
+msgstr "如果要列印檔案至列印檔案,請在這個文字方塊中輸入輸出檔案的名稱。"
+
+#: ../base.xml:643(title)
+msgid "Paper Tabbed Section"
+msgstr "紙張標籤區段"
+
+#: ../base.xml:645(guilabel)
+msgid "Paper size"
+msgstr "紙張大小"
+
+#: ../base.xml:647(para)
+msgid ""
+"Use this drop-down list to select the size of the paper to which you want to "
+"print the file."
+msgstr "請使用這個下拉式清單,選取列印檔案用的紙張大小。"
+
+#: ../base.xml:651(guilabel)
+msgid "Width"
+msgstr "寬度"
+
+#: ../base.xml:653(para)
+msgid ""
+"Use this spin box to specify the width of the paper. Use the adjacent drop-"
+"down list to change the measurement unit for specifying the paper size."
+msgstr ""
+"請使用這個旋轉方塊,指定紙張寬度。請使用 旁邊的下拉式清單,變更 指定紙張大小"
+"的度量單位。"
+
+#: ../base.xml:658(guilabel)
+msgid "Height"
+msgstr "高度"
+
+#: ../base.xml:660(para)
+msgid "Use this spin box to specify the height of the paper."
+msgstr "請使用這個選轉方塊,指定紙張高度。"
+
+#: ../base.xml:663(guilabel)
+msgid "Feed orientation"
+msgstr "入紙方向"
+
+#: ../base.xml:665(para)
+msgid ""
+"Use this drop-down list to select the orientation of the paper in the "
+"printer."
+msgstr "請使用這個下拉式清單來選取印表機 的紙張方向。"
+
+#: ../base.xml:669(guilabel)
+msgid "Page orientation"
+msgstr "紙張方向"
+
+#: ../base.xml:671(para)
+msgid "Use this drop-down list to select the page orientation."
+msgstr "請使用這個下拉式清單,選取紙張方向。"
+
+#: ../base.xml:674(guilabel)
+msgid "Layout"
+msgstr "配置"
+
+#: ../base.xml:676(para)
+msgid ""
+"Use this drop-down list to select the page layout. A preview of each layout "
+"that you select is displayed in the <guilabel>Preview</guilabel> area."
+msgstr ""
+"請使用這個下拉式清單,選取頁面的版面配置。您選取的每個版面配置,其預覽會顯示"
+"在<guilabel>預覽</guilabel>區域中。"
+
+#: ../base.xml:687(title)
+msgid "To Customize the Toolbar and Statusbar"
+msgstr "自訂工具列與狀態列"
+
+#: ../base.xml:689(para)
+msgid ""
+"To display or hide the toolbar, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Toolbar</guimenuitem></menuchoice>. To customize how "
+"<application>gedit</application> displays the toolbar, choose "
+"<menuchoice><guimenu>View</guimenu><guisubmenu>Customize Toolbar</"
+"guisubmenu></menuchoice>, then select one of the following menu items:"
+msgstr ""
+"如果要顯示或隱藏工具列,請選擇<menuchoice><guimenu>檢視</"
+"guimenu><guimenuitem>工具列</guimenuitem></menuchoice>。如果要自訂 "
+"<application>gedit</application> 顯示工具列的方式,請選擇"
+"<menuchoice><guimenu>檢視</guimenu><guisubmenu>自訂工具列</guisubmenu></"
+"menuchoice>,然後選取下列任一項 功能表項目:"
+
+#: ../base.xml:696(guimenuitem)
+msgid "Desktop Default"
+msgstr "桌面預設值"
+
+#: ../base.xml:697(para)
+msgid "Display the default toolbar."
+msgstr "顯示預設的工具列。"
+
+#: ../base.xml:700(guimenuitem)
+msgid "Icon"
+msgstr "圖示"
+
+#: ../base.xml:701(para)
+msgid "Display icons only."
+msgstr "僅顯示圖示。"
+
+#: ../base.xml:704(guimenuitem)
+msgid "Icon and Text"
+msgstr "圖示與文字"
+
+#: ../base.xml:705(para)
+msgid "Display icons and text."
+msgstr "顯示圖示與文字。"
+
+#: ../base.xml:708(guimenuitem)
+msgid "Priority Text beside Icons"
+msgstr "在優先項目上顯示圖示及文字"
+
+#: ../base.xml:709(para)
+msgid "Display icons, and display text beside some of the icons."
+msgstr "顯示圖示,以及顯示一些圖示旁的文字。"
+
+#: ../base.xml:712(para)
+msgid ""
+"To display or hide the statusbar, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>. To customize how "
+"<application>gedit</application> displays the statusbar, choose "
+"<menuchoice><guimenu>View</guimenu><guisubmenu>Customize Statusbar</"
+"guisubmenu></menuchoice>, then select one of the following menu items:"
+msgstr ""
+"如果要顯示或隱藏狀態列,請選擇<menuchoice><guimenu>檢視</"
+"guimenu><guimenuitem>狀態列</guimenuitem></menuchoice>。如果要自訂 "
+"<application>gedit</application> 顯示狀態列的方式,請選擇"
+"<menuchoice><guimenu>檢視</guimenu><guisubmenu>自訂狀態列</guisubmenu></"
+"menuchoice>,然後選取下列任一項 功能表項目:"
+
+#: ../base.xml:719(guimenuitem)
+msgid "Show Cursor Position"
+msgstr "顯示游標位置"
+
+#: ../base.xml:720(para)
+msgid "Display the line number and column number where the cursor is located."
+msgstr "顯示游標所在的行數與欄數。"
+
+#: ../base.xml:723(guimenuitem)
+msgid "Show Overwrite Mode"
+msgstr "顯示覆寫模式"
+
+#: ../base.xml:724(para)
+msgid ""
+"Display the editing mode. If the editor is in insert mode, the statusbar "
+"contains the word INS. If the editor is in overwrite mode, the statusbar "
+"contains the word OVR."
+msgstr ""
+"顯示編輯模式。如果編輯器是處於插入模式,狀態列便會出現 INS 字樣。如果編輯器是"
+"處於覆寫模式,狀態列便會出現 OVR 字樣。"
+
+#: ../base.xml:728(para)
+msgid ""
+"To display or hide the output window, choose <menuchoice><guimenu>View</"
+"guimenu><guimenuitem>Output Window</guimenuitem></menuchoice>."
+msgstr ""
+"如果要顯示或隱藏輸出視窗,請選擇<menuchoice><guimenu>檢視</"
+"guimenu><guimenuitem>輸出視窗</guimenuitem></menuchoice>。"
+
+#: ../base.xml:735(title)
+msgid "Preferences"
+msgstr "偏好設定"
+
+#: ../base.xml:737(para)
+msgid ""
+"To configure <application>gedit</application>, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. The <guilabel>Preferences</guilabel> dialog contains the "
+"following categories:"
+msgstr ""
+"如果要配置 <application>gedit</application>,請選擇 <menuchoice><guimenu>編輯"
+"</guimenu><guimenuitem>偏好設定</guimenuitem></menuchoice>。<guilabel>偏好設"
+"定</guilabel>對話方塊含有下列 種類:"
+
+#: ../base.xml:754(title)
+msgid "Editor"
+msgstr "編輯器"
+
+#: ../base.xml:755(para)
+msgid ""
+"The <guilabel>Editor</guilabel> category is subdivided into the following "
+"subcategories:"
+msgstr "<guilabel>編輯器</guilabel>的種類又可分為下列幾種 子類:"
+
+#: ../base.xml:759(title)
+msgid "Fonts and Colors"
+msgstr "字型與色彩"
+
+#: ../base.xml:761(guilabel)
+msgid "Use default theme font"
+msgstr "使用預設配色字型"
+
+#: ../base.xml:763(para)
+msgid ""
+"Select this option to use the default system font for the text in the "
+"<application>gedit</application> text window."
+msgstr ""
+"選取這個選項,在 <application>gedit</application> 文字視窗的文字中,會使用系"
+"統預設的字型。"
+
+#: ../base.xml:766(guilabel)
+msgid "Editor font"
+msgstr "編輯器字型"
+
+#: ../base.xml:768(para)
+msgid ""
+"This field displays the font that <application>gedit</application> uses to "
+"display text. Click on the button to specify the font type, style, and size "
+"to use for text."
+msgstr ""
+"這個欄位會顯示 <application>gedit</application> 用來顯示文字的字型。 按一下按"
+"鈕,指定文字所使用的字體類型、樣式與大小。"
+
+#: ../base.xml:772(guilabel)
+msgid "Use default theme colors"
+msgstr "使用預設的配色色彩"
+
+#: ../base.xml:774(para)
+msgid ""
+"Select this option to use the default theme colors in the "
+"<application>gedit</application> text window."
+msgstr ""
+"選取這個選項,會在 <application>gedit</application> 文字視窗中,使用預設的配"
+"色色彩。"
+
+#: ../base.xml:777(guilabel)
+msgid "Text color"
+msgstr "文字色彩"
+
+#: ../base.xml:779(para)
+msgid ""
+"Click on the <guibutton>Text color</guibutton> button to display the color "
+"selector dialog. Select a color to use to display text in the "
+"<application>gedit</application> text window."
+msgstr ""
+"按一下<guibutton>文字色彩</guibutton>按鈕, 顯示色彩選擇元件對話方塊。請選取"
+"顏色,程式會在 <application>gedit</application> 文字視窗中,以該顏色顯示文"
+"字。"
+
+#: ../base.xml:784(guilabel)
+msgid "Background color"
+msgstr "背景色彩"
+
+#: ../base.xml:786(para)
+msgid ""
+"Click on the <guibutton>Background color</guibutton> button to display the "
+"color selector dialog. Select a background color for the <application>gedit</"
+"application> text window."
+msgstr ""
+"按一下<guibutton>背景色彩</guibutton>按鈕, 顯示色彩選擇元件對話方塊。請為 "
+"<application>gedit</application> 文字視窗選取背景色彩。"
+
+#: ../base.xml:791(guilabel)
+msgid "Selected text color"
+msgstr "選取文字的色彩"
+
+#: ../base.xml:793(para)
+msgid ""
+"Click on the <guibutton>Selected text color</guibutton> button to display "
+"the color selector dialog. Select a color to use to display selected text."
+msgstr ""
+"按一下<guibutton>選取文字的色彩</guibutton>按鈕, 顯示色彩選擇元件對話方塊。"
+"請選取用來顯示選取文字的色彩。"
+
+#: ../base.xml:798(guilabel)
+msgid "Selection color"
+msgstr "選取區域的色彩"
+
+#: ../base.xml:800(para)
+msgid ""
+"Click on the <guibutton>Selection color</guibutton> button to display the "
+"color selector dialog. Select a background color to use to highlight a text "
+"selection."
+msgstr ""
+"按一下<guibutton>選取區域的色彩</guibutton>按鈕, 顯示色彩選擇元件對話方塊。"
+"請選取背景色彩,用來反白顯示選取的文字。"
+
+#: ../base.xml:809(title)
+msgid "Tabs"
+msgstr "跳格"
+
+#: ../base.xml:811(guilabel)
+msgid "Set tabs width equivalent to"
+msgstr "tab 字元的寬度為"
+
+#: ../base.xml:813(para)
+msgid ""
+"Use this spin box to specify the width of the space that <application> "
+"gedit</application> inserts when you press the <keycap>Tab</keycap> key."
+msgstr ""
+"請使用這個旋轉方塊,指定 <application> gedit</application> 在您按下 "
+"<keycap>Tab</keycap> 鍵時會加入的空格寬度。"
+
+#: ../base.xml:818(guilabel)
+msgid "Insert spaces instead of tabs"
+msgstr "以插入空格取代跳格"
+
+#: ../base.xml:820(para)
+msgid ""
+"Select this option to specify that <application> gedit</application> inserts "
+"spaces instead of a tab character when you press the <keycap>Tab</keycap> "
+"key."
+msgstr ""
+"選取這個選項可以指定 <application> gedit</application> 在您按下 <keycap>Tab</"
+"keycap> 鍵時,以插入空格取 代跳格字元。"
+
+#: ../base.xml:830(title)
+msgid "Wrap Mode"
+msgstr "換行模式"
+
+#: ../base.xml:832(guilabel) ../base.xml:1003(guilabel)
+msgid "Enable text wrapping"
+msgstr "啟用文字換行"
+
+#: ../base.xml:833(para)
+msgid ""
+"Select this option to wrap text onto the next line, at a character level, "
+"when you reach the text window boundary."
+msgstr "選取這個選項可以在到達文字視窗 界限時,以字元為單位將文字換到下一行。"
+
+#: ../base.xml:837(guilabel)
+msgid "Do not split words over two lines"
+msgstr "不要將字分成兩行"
+
+#: ../base.xml:838(para)
+msgid ""
+"Select this option to wrap text onto the next line, at a word level, when "
+"you reach the text window boundary."
+msgstr "選取這個選項可以在到達文字視窗 界限時,以字為單位將文字換到下一行。"
+
+#: ../base.xml:846(title)
+msgid "Auto Indent"
+msgstr "自動縮排"
+
+#: ../base.xml:848(guilabel)
+msgid "Enable auto indentation"
+msgstr "啟用自動縮排"
+
+#: ../base.xml:849(para)
+msgid ""
+"Select this option to specify that the next line starts at the indentation "
+"level of the current line."
+msgstr "選取這個選項可以指定下一行使用目前這一行的縮排設定。"
+
+#: ../base.xml:857(title)
+msgid "Line Numbers"
+msgstr "行號"
+
+#: ../base.xml:859(guilabel)
+msgid "Display line numbers"
+msgstr "顯示行號"
+
+#: ../base.xml:861(para)
+msgid ""
+"Select this option to display line numbers on the left side of the "
+"<application>gedit</application> window."
+msgstr "選取這個選項,會在 <application>gedit</application> 視窗左側顯示行號。"
+
+#: ../base.xml:869(title)
+msgid "Open"
+msgstr "開啟"
+
+#: ../base.xml:871(guilabel)
+msgid "Supported encodings"
+msgstr "支援的編碼"
+
+#: ../base.xml:872(para)
+msgid ""
+"A character encoding is a method of converting bytes to characters. "
+"Different encodings might convert the same byte sequence into different "
+"characters, or might produce invalid output. If you open a file using the "
+"same encoding as that used to create the file, all characters are displayed "
+"as intended. However, if you open a file using a different encoding, some "
+"characters might not be displayed correctly, or an error might be returned."
+msgstr ""
+"字元編碼,是將位元組轉換為字元的方式。 不同的編碼方式會將相同的位元組序列轉換"
+"為不同的字元,或產生無效的輸出。 如果您是以建立檔案時所用的編碼,來開啟該檔"
+"案,則所有的字元顯示,都會跟原來建立時一模一樣。 然而,如果您開啟檔案時的編碼"
+"不是原來的編碼,有些字元的顯示可能會不正常,或者,系統會傳回錯誤訊息。"
+
+#: ../base.xml:877(para)
+msgid ""
+"By default, <application>gedit</application> uses UTF-8 encoding to try to "
+"open a file. UTF-8 encoding can be used for multilingual texts, as UTF-8 "
+"covers almost all known alphabets and character sets. If the file is not a "
+"valid UTF-8 file, <application>gedit</application> tries to open the file by "
+"using the encoding for the current locale. If this also fails, "
+"<application>gedit</application> tries to use an encoding from the Supported "
+"encodings list, starting at the top of the list."
+msgstr ""
+"依預設值,<application>gedit</application> 是使用 UTF-8 編碼來開啟檔案。UTF-"
+"8 編碼可用於內含多種語言的文件,因為 UTF-8 涵蓋了大多數已知的字母與字元集。如"
+"果檔案並不是有效的 UTF-8 檔,<application>gedit</application> 會試著以目前語"
+"系的編碼來開啟檔案。如果這樣依然有問題,<application>gedit</application> 會從"
+"支援的編碼清單中第一個編碼方式開始,一個個地來試著開啟檔案。"
+
+#: ../base.xml:880(para)
+msgid ""
+"To modify the contents of the Supported encodings list, use the buttons "
+"described in the following table:"
+msgstr "如果要修改支援的編碼清單內容,請使用下列表格所述的按鈕:"
+
+#: ../base.xml:889(para)
+msgid "Button"
+msgstr "按鈕"
+
+#: ../base.xml:890(para)
+msgid "Description"
+msgstr "說明"
+
+#: ../base.xml:895(guilabel)
+msgid "Add"
+msgstr "新增"
+
+#: ../base.xml:896(para)
+msgid "Adds an encoding to the list."
+msgstr "將編碼加入清單。"
+
+#: ../base.xml:899(guilabel)
+msgid "Remove"
+msgstr "移除"
+
+#: ../base.xml:900(para)
+msgid "Removes an encoding from the list."
+msgstr "將編碼從清單中移除。"
+
+#: ../base.xml:903(para)
+msgid "Up arrow"
+msgstr "向上箭頭"
+
+#: ../base.xml:904(para)
+msgid "Moves an encoding to a higher position in the list."
+msgstr "將編碼移到清單中較高的位置。"
+
+#: ../base.xml:907(para)
+msgid "Down arrow"
+msgstr "向下箭頭"
+
+#: ../base.xml:908(para)
+msgid "Moves an encoding to a lower position in the list."
+msgstr "將編碼移到清單中較低的位置。"
+
+#: ../base.xml:919(title)
+msgid "Save"
+msgstr "儲存"
+
+#: ../base.xml:921(guilabel)
+msgid "Create a backup copy of files before saving"
+msgstr "在儲存前先建立檔案備份副本"
+
+#: ../base.xml:923(para)
+msgid ""
+"Select this option to create a backup copy of a file each time you save the "
+"file. The backup copy of the file contains a ~ at the end of the filename."
+msgstr ""
+"選取這個選項,可以在每次儲存檔案時,建立備份副本。檔案的備份 副本在檔名的最末"
+"會以波浪號 (&tilde;) 做結尾。"
+
+#: ../base.xml:927(guilabel)
+msgid "Autosave current file every"
+msgstr "自動儲存目前檔案的時間間隔"
+
+#: ../base.xml:929(para)
+msgid ""
+"Select this option to automatically save the current file at regular "
+"intervals. Use the spin box to specify the interval at which you want to "
+"save the file."
+msgstr ""
+"選取這個選項,會自動地在固定的時間間隔,儲存目前的檔案。請使用這個旋轉方塊,"
+"指定儲存檔案的時間間隔。"
+
+#: ../base.xml:933(guilabel)
+msgid "When saving an existing file"
+msgstr "儲存現有的檔案時"
+
+#: ../base.xml:935(para)
+msgid "Select one of the following save options:"
+msgstr "請選取下列任一項儲存選項:"
+
+#: ../base.xml:938(guilabel) ../base.xml:958(guilabel)
+msgid "Always use UTF-8 encoding (faster)"
+msgstr "總是使用 UTF-8 編碼 (較快)"
+
+#: ../base.xml:939(para)
+msgid "Select this option to save files using UTF-8 encoding."
+msgstr "選取這個選項,會使用 UTF-8 編碼儲存檔案。"
+
+#: ../base.xml:942(guilabel) ../base.xml:962(guilabel)
+msgid "Use current locale's encoding if possible"
+msgstr "可能的話,儲存時請使用目前語言環境的編碼"
+
+#: ../base.xml:943(para)
+msgid ""
+"Select this option to save files using the current locale. You can set up "
+"locales for different input methods."
+msgstr ""
+"選取這個選項,會使用目前的語言儲存檔案。您可以為不同的輸入法設定語言環境。"
+
+#: ../base.xml:947(guilabel)
+msgid "Use original file encoding if possible"
+msgstr "可能的話,請使用原始檔案的編碼"
+
+#: ../base.xml:948(para)
+msgid ""
+"Select this option to save a file using the current locale if the file was "
+"already saved in the current locale."
+msgstr ""
+"選取這個選項,如果檔案已經是使用目前的區性儲存過,程式會使用目前區性來儲存檔"
+"案 。"
+
+#: ../base.xml:953(guilabel)
+msgid "When saving a new file"
+msgstr "儲存新檔案時"
+
+#: ../base.xml:955(para)
+msgid "Select one of the following save options for new files:"
+msgstr "請為新檔案選取下列任一項儲存選項:"
+
+#: ../base.xml:959(para)
+msgid "Select this option to save new files using UTF-8 encoding."
+msgstr "選取這個選項,會使用 UTF-8 編碼儲存新檔案。"
+
+#: ../base.xml:963(para)
+msgid ""
+"Select this option to save new files using the current locale. You can set "
+"up locales for different input methods."
+msgstr ""
+"選取這個選項,會使用目前的語言環境儲存新檔案。您可以為不同的輸入法設定語言環"
+"境。"
+
+#: ../base.xml:975(title)
+msgid "Undo"
+msgstr "復原"
+
+#: ../base.xml:977(guilabel)
+msgid "Set limit on undo actions to"
+msgstr "復原的次數限制為"
+
+#: ../base.xml:979(para)
+msgid ""
+"Select this option to set a limit on the number of editing actions that you "
+"can undo. Use the spin box to specify the maximum number of actions that you "
+"can undo."
+msgstr ""
+"選取這個選項,可以限制編輯動作的 可復原次數。請使用旋轉方塊,指定 可復原動作"
+"的最多次數。"
+
+#: ../base.xml:990(title)
+msgid "Print"
+msgstr "列印"
+
+#: ../base.xml:991(para)
+msgid ""
+"The <guilabel>Print</guilabel> category is subdivided into the following "
+"subcategories:"
+msgstr "<guilabel>列印</guilabel>種類又可分為下列幾種 子類:"
+
+#: ../base.xml:995(title)
+msgid "Page"
+msgstr "頁面"
+
+#: ../base.xml:997(guilabel)
+msgid "Print page headers"
+msgstr "列印頁面標頭"
+
+#: ../base.xml:999(para)
+msgid ""
+"Select this option to include a header on each page that you print. You "
+"cannot configure the header."
+msgstr "選取這個選項,會在列印的每一頁上面 加上標頭。您無法配置標頭。"
+
+#: ../base.xml:1005(para)
+msgid ""
+"Select this option to automatically wrap text at a word level when you print "
+"a file. The application counts wrapped lines as one line for line numbering "
+"purposes."
+msgstr ""
+"選取這個選項,在列印檔案時,可以自動以字為單位 換行。應用程式每換行一次計為一"
+"行。"
+
+#: ../base.xml:1010(guilabel)
+msgid "Print line numbers every"
+msgstr "每次印出行號相隔的行數"
+
+#: ../base.xml:1013(para)
+msgid ""
+"Select this option to include line numbers when you print a file. Use the "
+"spin box to specify how often to print the line numbers, for example every 5 "
+"lines, every 10 lines, and so on."
+msgstr ""
+"選取這個選項,會在列印檔案時 加上行數。請使用旋轉方塊,指定列印行號的間隔。"
+"例 如,每 5 行或每 10 行等。"
+
+#: ../base.xml:1022(title)
+msgid "Fonts"
+msgstr "字型"
+
+#: ../base.xml:1024(guilabel)
+msgid "Body"
+msgstr "內文"
+
+#: ../base.xml:1026(para)
+msgid ""
+"Click on this button to select the font to use to print the body text of a "
+"file."
+msgstr "按一下這個按鈕,可以選取列印檔案內容文字時,所要使用的字型。"
+
+#: ../base.xml:1030(guilabel)
+msgid "Page headers"
+msgstr "頁面標頭"
+
+#: ../base.xml:1032(para)
+msgid ""
+"Click on this button to select the font to use to print the headers in a "
+"file."
+msgstr "按一下這個按鈕,可以選取列印檔案標頭時,所要使用的字型。"
+
+#: ../base.xml:1036(guilabel)
+msgid "Line numbers"
+msgstr "行號"
+
+#: ../base.xml:1039(para)
+msgid "Click on this button to select a font to use to print line numbers."
+msgstr "按一下這個按鈕,可以選取列印行號時的字型。"
+
+#: ../base.xml:1043(para)
+msgid ""
+"To reset the fonts to the default fonts for printing a file from "
+"<application>gedit</application> click on the <guibutton>Restore Default "
+"Fonts</guibutton> button."
+msgstr ""
+"如果要將 <application>gedit</application> 列印檔案時的字型,重設為預設值, 請"
+"按一下<guibutton>還原預設字型</guibutton>按鈕。"
+
+#: ../base.xml:1050(title)
+msgid "Plugins"
+msgstr "增效模組"
+
+#: ../base.xml:1051(para)
+msgid ""
+"For information about how to use the <guilabel>Plugins</guilabel> category "
+"of the <guilabel>Preferences</guilabel> dialog, see <xref linkend=\"gedit-"
+"install-plugins\"/>."
+msgstr ""
+"關於如何使用<guilabel>偏好設定</guilabel>對話方塊的<guilabel>增效模組</"
+"guilabel>類別,進一步資訊請參閱 <xref linkend=\"gedit-install-plugins\"/>。"
+
+#: ../base.xml:1058(title)
+msgid "Working with Plugins"
+msgstr "使用增效模組"
+
+#: ../base.xml:1059(para)
+msgid ""
+"A plugin is a supplementary program that enhances the functionality of an "
+"application. The <application>gedit</application> plugins enable you to "
+"perform a variety of functions related to text editing from within the "
+"<application> gedit</application> window. The following table lists the "
+"<application> gedit</application> plugins."
+msgstr ""
+"增效模組是一種以可增強應用程式功能的 補強性程式。您可以使用 "
+"<application>gedit</application> 增效模組,在 <application> gedit</"
+"application> 視窗內,執行多種文字編輯功能。下表所列的,便是 <application> "
+"gedit</application> 的增效模組。"
+
+#: ../base.xml:1070(para) ../base.xml:1150(para)
+msgid "Plugin Name"
+msgstr "增效模組名稱"
+
+#: ../base.xml:1071(para)
+msgid "Purpose"
+msgstr "用途"
+
+#: ../base.xml:1076(para) ../base.xml:1156(para)
+msgid "ASCII table"
+msgstr "ASCII 表 (ASCII 表格)"
+
+#: ../base.xml:1077(para)
+msgid ""
+"Displays a dialog that contains an ASCII table. You can use the ASCII table "
+"to insert characters into a file."
+msgstr "顯示包含 ASCII 表的對話方塊。您可以使用 ASCII 表,在檔案中插入字元。"
+
+#: ../base.xml:1080(para) ../base.xml:1161(para)
+msgid "CVS ChangeLog"
+msgstr "CVS 變更Log"
+
+#: ../base.xml:1081(para)
+msgid "Opens the log messages associated with CVS commit commands."
+msgstr "開啟與 CVS 確定指令相關的日誌記錄訊息。"
+
+#: ../base.xml:1084(para) ../base.xml:1166(para) ../base.xml:1168(guimenuitem)
+msgid "Compare Files"
+msgstr "比較檔案"
+
+#: ../base.xml:1085(para)
+msgid ""
+"Compares two files and displays the differences between the files in the "
+"output window. This plugin uses the <command>diff</command> command to "
+"compare the files."
+msgstr ""
+"比較兩個檔案,並將檔案的不同處,顯示在輸出視窗中。 這個增效模組是使用 "
+"<command>diff</command> 指令來比較檔案。"
+
+#: ../base.xml:1089(para) ../base.xml:1171(para) ../base.xml:1173(guimenuitem)
+msgid "Document Statistics"
+msgstr "文件統計資料"
+
+#: ../base.xml:1090(para)
+msgid ""
+"Counts the number of lines, words, characters, and bytes in the current "
+"file. The plugin displays the results in a <guilabel>Document Statistics</"
+"guilabel> dialog."
+msgstr ""
+"計算目前檔案的行數、字數、字元數和位元組數。增效模組 會在<guilabel>文件統計資"
+"料</guilabel>對話方塊中顯示結果。"
+
+#: ../base.xml:1094(para) ../base.xml:1176(para)
+msgid "Indent lines"
+msgstr "縮排行"
+
+#: ../base.xml:1095(para)
+msgid ""
+"Indents the selected lines, or removes the indentation from the selected "
+"lines."
+msgstr "將選取的行縮排,或移除選取行的縮排設定。"
+
+#: ../base.xml:1098(para) ../base.xml:1183(para)
+msgid "Insert Date/Time"
+msgstr "加入日期/時間 (插入 Date/Time)"
+
+#: ../base.xml:1099(para)
+msgid "Inserts the current date and time into a file."
+msgstr "在檔案中加入目前的日期及時間。"
+
+#: ../base.xml:1102(para) ../base.xml:1188(para)
+msgid "Shell command"
+msgstr "Shell 指令"
+
+#: ../base.xml:1103(para)
+msgid "Displays the text output of a shell command in the output window."
+msgstr "將 shell 指令的文字輸出顯示於輸出視窗。"
+
+#: ../base.xml:1106(para) ../base.xml:1193(para) ../base.xml:1195(guimenuitem)
+msgid "Sort"
+msgstr "排序"
+
+#: ../base.xml:1107(para)
+msgid "Sorts the selected text."
+msgstr "將選取的文字排序。"
+
+#: ../base.xml:1110(para) ../base.xml:1198(para)
+msgid "Tag list"
+msgstr "標記清單 (Tag 清單)"
+
+#: ../base.xml:1111(para)
+msgid ""
+"Displays a window that contains a list of common tags. You can use the "
+"window to insert a tag into a file."
+msgstr "顯示包含一般標記清單的視窗。您可以使用本視窗 將標記加入檔案。"
+
+#: ../base.xml:1115(para) ../base.xml:1203(para)
+msgid "User name"
+msgstr "使用者名稱 (使用r 名稱)"
+
+#: ../base.xml:1116(para)
+msgid "Inserts the username of the current user into the file."
+msgstr "將目前的使用者名稱加入到檔案中。"
+
+#: ../base.xml:1123(title)
+msgid "To Load gedit Plugins"
+msgstr "載入 gedit 增效模組"
+
+#: ../base.xml:1124(para)
+msgid ""
+"To load <application>gedit</application> plugins, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. Within the <guilabel>Plugins</guilabel> category, click on the "
+"<guilabel>Manager</guilabel> subcategory. The <guilabel>Manager</guilabel> "
+"subcategory displays the following information:"
+msgstr ""
+"如果要載入 <application>gedit</application>增效模組,請選擇"
+"<menuchoice><guimenu>編輯</guimenu><guimenuitem>偏好設定</guimenuitem></"
+"menuchoice>。在<guilabel>增效模組</guilabel>類別中,按一下<guilabel>管理員</"
+"guilabel>子類別。 <guilabel>管理員</guilabel>子類別會顯示下列資訊:"
+
+#: ../base.xml:1131(para)
+msgid ""
+"A list of the plugins that you can use with <application>gedit</application>."
+msgstr "可以與 <application>gedit</application> 一同使用之增效模組的清單。"
+
+#: ../base.xml:1133(para)
+msgid ""
+"A <guibutton>Configure plugin</guibutton> button. You can use this button to "
+"open a configuration dialog for the plugins that you can configure. For "
+"example, see <xref linkend=\"gedit-compare-files-configure\"/> and <xref "
+"linkend=\"gedit-date-time-configure\"/>."
+msgstr ""
+"<guibutton>配置增效模組</guibutton> 按鈕。您可以使用這個按鈕,為您可以配置的"
+"增效模組,開啟配置對話方塊。例如,請參閱 <xref linkend=\"gedit-compare-files-"
+"configure\"/> 以及 <xref linkend=\"gedit-date-time-configure\"/>。"
+
+#: ../base.xml:1136(para)
+msgid ""
+"A brief description of each plugin. To display a description, select the "
+"plugin from the list of plugins."
+msgstr ""
+"每一個增效模組的簡短說明。如果要顯示說明,請從增效模組清單中選取增效模組。"
+
+#: ../base.xml:1139(para)
+msgid "Details about the author of the plugin and the name of the module."
+msgstr "增效模組作者及模組名稱之詳細資訊。"
+
+#: ../base.xml:1142(para)
+msgid ""
+"To load a plugin, select the check box next to the name of the plugin. The "
+"<application>gedit</application> application adds the plugin to the "
+"appropriate <application>gedit</application> menu, as described in the "
+"following table."
+msgstr ""
+"如果要載入增效模組,請選取增效模組名稱旁的核取方塊。<application>gedit</"
+"application> 應用程式 會如下表所述,將外掛程式加入適當的 <application>gedit</"
+"application> 功能表中。"
+
+#: ../base.xml:1151(para)
+msgid "Added to Menu"
+msgstr "加入至功能表"
+
+#: ../base.xml:1157(guimenu) ../base.xml:1199(guimenu)
+msgid "View"
+msgstr "檢視"
+
+#: ../base.xml:1158(guimenuitem)
+msgid "ASCII Table"
+msgstr "ASCII 表"
+
+#: ../base.xml:1162(guimenu)
+msgid "File"
+msgstr "檔案"
+
+#: ../base.xml:1163(guimenuitem)
+msgid "Open CVS ChangeLogs"
+msgstr "開啟 CVS 變更Logs"
+
+#: ../base.xml:1167(guimenu) ../base.xml:1172(guimenu)
+#: ../base.xml:1189(guimenu)
+msgid "Tools"
+msgstr "工具"
+
+#: ../base.xml:1177(guimenu) ../base.xml:1179(guimenu)
+#: ../base.xml:1184(guimenu) ../base.xml:1194(guimenu)
+#: ../base.xml:1204(guimenu)
+msgid "Edit"
+msgstr "編輯"
+
+#: ../base.xml:1178(guimenuitem)
+msgid "Indent"
+msgstr "縮排"
+
+#: ../base.xml:1180(guimenuitem)
+msgid "Unindent"
+msgstr "減少縮排"
+
+#: ../base.xml:1185(guimenuitem)
+msgid "Insert Date and Time"
+msgstr "加入日期和時間"
+
+#: ../base.xml:1190(guimenuitem)
+msgid "Run Command"
+msgstr "執行指令"
+
+#: ../base.xml:1200(guimenuitem)
+msgid "Tag List"
+msgstr "標記清單"
+
+#: ../base.xml:1205(guimenuitem)
+msgid "Insert User Name"
+msgstr "加入使用者名稱"
+
+#: ../base.xml:1210(para) ../base.xml:1224(para) ../base.xml:1341(para)
+#: ../base.xml:1454(para)
+msgid ""
+"To close the <guilabel>Preferences</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"如果要關閉<guilabel>偏好設定</guilabel>對話方塊,請按一下<guibutton>關閉</"
+"guibutton>。"
+
+#: ../base.xml:1216(title)
+msgid "To Remove gedit Plugins"
+msgstr "移除 gedit 增效模組"
+
+#: ../base.xml:1217(para)
+msgid "A plugin remains loaded when you quit <application>gedit</application>."
+msgstr ""
+"即使您離開了 <application>gedit</application>,增效模組仍然是載入應用程式中。"
+
+#: ../base.xml:1218(para)
+msgid ""
+"To remove <application>gedit</application> plugins, choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</guimenuitem></"
+"menuchoice>. Within the <guilabel>Plugins</guilabel> category, click on the "
+"<guilabel>Manager</guilabel> subcategory. To remove a plugin, deselect the "
+"check box next to the name of the plugin."
+msgstr ""
+"如果要移除 <application>gedit</application> 增效模組,請選擇"
+"<menuchoice><guimenu>編輯</guimenu><guimenuitem>偏好設定</guimenuitem></"
+"menuchoice>。在<guilabel>增效模組</guilabel>類別中,按一下<guilabel>管理員</"
+"guilabel>子類別。 如果要移除增效模組,請取消選取增效模組名稱旁的核取方塊。"
+
+#: ../base.xml:1230(title)
+msgid "ASCII Table Plugin"
+msgstr "ASCII 表增效模組"
+
+#: ../base.xml:1231(para)
+msgid ""
+"The ASCII table plugin displays a dialog that contains an ASCII table. You "
+"can use the ASCII table to insert characters into a file. To use the ASCII "
+"table plugin, perform the following steps:"
+msgstr ""
+"ASCII 表增效模組會顯示一個對話方塊,其內含有 ASCII 表。您可以使用 ASCII 表,"
+"在檔案中插入字元。 如果要使用 ASCII 表增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1234(para)
+msgid "Load the ASCII table plugin."
+msgstr "載入 ASCII 表增效模組。"
+
+#: ../base.xml:1236(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>ASCII Table</"
+"guimenuitem></menuchoice> to display the <guilabel>ASCII Table</guilabel> "
+"dialog."
+msgstr ""
+"請選擇<menuchoice><guimenu>檢視</guimenu><guimenuitem>ASCII 表</"
+"guimenuitem></menuchoice>,顯示 <guilabel>ASCII 表</guilabel>對話方塊。"
+
+#: ../base.xml:1240(para)
+msgid ""
+"Scroll through the list to find the character that you require, then select "
+"the character with a single click."
+msgstr "在清單中捲動,找尋您所需的字元,然後在字元上按一下,選取該字元。"
+
+#: ../base.xml:1243(para)
+msgid ""
+"Click on the <guibutton>Insert char</guibutton> button to insert the "
+"character at the cursor position in the current file."
+msgstr ""
+"按一下<guibutton>加入字元</guibutton>按鈕,將字元加入目前游標所在的檔案位置"
+"上。"
+
+#: ../base.xml:1246(para)
+msgid ""
+"When you finish entering ASCII characters, click <guibutton>Close</"
+"guibutton> to close the <guilabel>ASCII Table</guilabel> dialog."
+msgstr ""
+"完成所有 ASCII 字元輸入後,請按一下<guibutton>關閉</guibutton>,關閉 "
+"<guilabel>ASCII 表</guilabel>對話方塊。"
+
+#: ../base.xml:1253(title)
+msgid "CVS ChangeLog Plugin"
+msgstr "CVS ChangeLog 增效模組"
+
+#: ../base.xml:1254(para)
+msgid ""
+"The CVS ChangeLog plugin opens the log messages associated with CVS commit "
+"commands. This plugin enables you to easily paste text into the commit "
+"message from the ChangeLog file. To use the CVS ChangeLog plugin, perform "
+"the following steps:"
+msgstr ""
+"CVS ChangeLog 增效模組會開啟與 CVS commit 指令相關的記錄訊息。 這個增效模組可"
+"以讓您輕易地從 ChangeLog 檔案中,將文字貼入 commit 訊息裡。 如果要使用 CVS 變"
+"更Log 增效模組,請執行下列步驟:"
+
+#: ../base.xml:1258(para)
+msgid ""
+"Set the environment variable CVSEDITOR to <application>gedit</application>. "
+"For example, if you are using the <command>bash</command> shell, run the "
+"following command at the operating system prompt: <screen> <userinput>export "
+"CVSEDITOR=<application>gedit</application> </userinput> </screen>"
+msgstr ""
+"將環境變數 CVSEDITOR 設為 <application>gedit</application>。 例如,如果您正在"
+"使用 <command>bash</command> shell,請在作業系統 提示的時候,輸入下面的指"
+"令: <screen> <userinput>export CVSEDITOR=<application>gedit</application> </"
+"userinput> </screen>"
+
+#: ../base.xml:1264(para)
+msgid ""
+"Commit a file to CVS in the usual way. A <application>gedit</application> "
+"window opens, to enable you to enter the commit message."
+msgstr ""
+"以平常的方式將檔案確定至 CVS。此時會開啟 <application>gedit</application> 視"
+"窗,讓您輸入 commit 訊息。"
+
+#: ../base.xml:1267(para)
+msgid "Load the CVS ChangeLog plugin."
+msgstr "載入 CVS ChangeLog 增效模組。"
+
+#: ../base.xml:1269(para)
+msgid ""
+"Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open CVS ChangeLogs</"
+"guimenuitem></menuchoice> to open all of the ChangeLog files referenced in "
+"the commit message. <application>gedit</application> opens each ChangeLog "
+"file in a new tab."
+msgstr ""
+"請選擇 <menuchoice><guimenu>檔案</guimenu><guimenuitem>開啟 CVS ChangeLogs</"
+"guimenuitem></menuchoice>,開啟所有 commit 訊息中所出現的 ChangeLog 檔案。"
+"<application>gedit</application> 會為每個 變更Log 檔案開啟一個新標籤。"
+
+#: ../base.xml:1272(para)
+msgid ""
+"Copy the ChangeLog entries that you want to add to the commit message from "
+"the <application>gedit</application> ChangeLog files."
+msgstr ""
+"<application>gedit</application> ChangeLog 檔案中,複製您想加入 commit 訊息"
+"的 ChangeLog 記錄。"
+
+#: ../base.xml:1275(para)
+msgid ""
+"Insert the copied ChangeLog entries in the <application>gedit</application> "
+"commit message tab."
+msgstr ""
+"將 ChangeLog 記錄加入 <application>gedit</application> 的 commit 訊息標籤內。"
+
+#: ../base.xml:1278(para)
+msgid "Save your changes to the commit message, then close all files."
+msgstr "儲存您對 commit 訊息所做的變更,然後關閉所有的檔案。"
+
+#: ../base.xml:1281(para)
+msgid "Quit <application>gedit</application>."
+msgstr "結束 <application>gedit</application>。"
+
+#: ../base.xml:1288(title)
+msgid "Compare Files Plugin"
+msgstr "比較檔案增效模組"
+
+#: ../base.xml:1289(para)
+msgid ""
+"The Compare Files plugin compares two files and displays the differences "
+"between the files in the output window. This plugin uses the <command>diff</"
+"command> command to compare the files. To use the Compare Files plugin, "
+"perform the following steps:"
+msgstr ""
+"比較檔案增效模組會比較兩個檔案,並將這兩個檔案不同的地方,顯示在輸出視窗中。 "
+"這個增效模組會使用 <command>diff</command> 指令來比較檔案。 如果要使用比較檔"
+"案增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1293(para)
+msgid "Load the Compare Files plugin."
+msgstr "載入比較檔案增效模組。"
+
+#: ../base.xml:1295(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Compare Files</"
+"guimenuitem></menuchoice>. When you choose this option for the first time, "
+"you are prompted to confirm the location of the <command>diff</command> "
+"command. You are not prompted for this location again. See <xref linkend="
+"\"gedit-compare-files-configure\"/> for information about how to change this "
+"location later."
+msgstr ""
+"請選擇 <menuchoice><guimenu>工具</guimenu><guimenuitem>比較檔案</"
+"guimenuitem></menuchoice>。 當您是第一次選擇這個選項,系統會提示您,請您確認 "
+"<command>diff</command> 指令的位置。以後則不會再提示您確認位置。若需如何在日"
+"後變更這個位置的詳細資訊,請參閱 <xref linkend=\"gedit-compare-files-"
+"configure\"/>。"
+
+#: ../base.xml:1299(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to display the <guilabel>Compare Files</"
+"guilabel> dialog."
+msgstr ""
+"按一下<guibutton>確定</guibutton>,顯示<guilabel>比較檔案</guilabel>對話方"
+"塊。"
+
+#: ../base.xml:1302(para)
+msgid ""
+"Specify the files that you want to compare. To specify an open file, select "
+"the file from the drop-down list. To specify a closed file, enter the "
+"location of the file in the text box."
+msgstr ""
+"指定您想要比較的檔案。如果要指定已開啟的檔案,請 從下拉式清單中選取。如果要指"
+"定關閉的檔案,請在文字方塊中,輸入該檔案的位置。"
+
+#: ../base.xml:1306(para)
+msgid ""
+"To ignore changes in the amount of white space, select the <guilabel>Ignore "
+"blanks</guilabel> option."
+msgstr "如果要忽略空白數量的不同,請選取<guilabel>忽略空白</guilabel>選項。"
+
+#: ../base.xml:1309(para)
+msgid ""
+"To use the unified output format, showing three lines of context, select the "
+"<guilabel>Use the unified output format</guilabel> option."
+msgstr ""
+"如果要使用 unified 輸出格式,也就是顯示三行內文的形式,請選取<guilabel>使用 "
+"unified 輸出格式</guilabel>選項。"
+
+#: ../base.xml:1312(para)
+msgid ""
+"Click on the <guibutton>Compare</guibutton> button to compare the contents "
+"of the specified files. The command output is displayed in the output window."
+msgstr ""
+"按一下<guibutton>比較</guibutton>按鈕,開始比較所指定檔案的內容。指令輸出會顯"
+"示在輸出視窗中。"
+
+#: ../base.xml:1316(para)
+msgid ""
+"For more information, see <ulink url=\"man:diff\" type=\"man"
+"\"><citerefentry><refentrytitle>diff</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>."
+msgstr ""
+"若需詳細的資訊,請參閱 <ulink url=\"man:diff\" type=\"man"
+"\"><citerefentry><refentrytitle>diff</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry></ulink>。 您可以選擇下列條件中的一項或以上:"
+
+#: ../base.xml:1320(title)
+msgid "To Configure the Compare Files Plugin"
+msgstr "配置比較檔案增效模組"
+
+#: ../base.xml:1321(para)
+msgid ""
+"To change the location of the command that the Compare Files plugin uses, "
+"perform the following steps:"
+msgstr "如果要變更比較檔案增效模組所使用之指令的位置,請執行下列步驟:"
+
+#: ../base.xml:1323(para) ../base.xml:1425(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"請選擇<menuchoice><guimenu>編輯</guimenu><guimenuitem>偏好設定</"
+"guimenuitem></menuchoice>。"
+
+#: ../base.xml:1326(para) ../base.xml:1428(para)
+msgid ""
+"Within the <guilabel>Plugins</guilabel> category, click on the "
+"<guilabel>Manager</guilabel> subcategory."
+msgstr ""
+"在<guilabel>增效模組</guilabel>類別中,按一下<guilabel>管理員</guilabel>子類"
+"別。"
+
+#: ../base.xml:1329(para)
+msgid "Select the <guilabel>Compare Files</guilabel> plugin."
+msgstr "選取<guilabel>比較檔案</guilabel>增效模組。"
+
+#: ../base.xml:1332(para)
+msgid ""
+"Click on the <guibutton>Configure plugin</guibutton> button to display the "
+"<guilabel>Set program location</guilabel> dialog."
+msgstr ""
+"按一下<guibutton>配置增效模組</guibutton>按鈕,顯示<guilabel>設定程式位置</"
+"guilabel>對話方塊。"
+
+#: ../base.xml:1335(para)
+msgid ""
+"Specify the location of the <command>diff</command> command in the "
+"<guilabel>Location to search for</guilabel> text box."
+msgstr ""
+"請指定 <command>diff</command> 指令的位置 (在<guilabel>搜尋的位置</guilabel>"
+"文字方塊中)。"
+
+#: ../base.xml:1338(para)
+msgid ""
+"Click <guibutton>OK</guibutton> to close the <guilabel>Set program location</"
+"guilabel> dialog."
+msgstr ""
+"按一下<guibutton>確定</guibutton>,關閉<guilabel>設定程式位置</guilabel>對話"
+"方塊。"
+
+#: ../base.xml:1348(title)
+msgid "Document Statistics Plugin"
+msgstr "文件統計資料增效模組"
+
+#: ../base.xml:1349(para)
+msgid ""
+"The Document Statistics plugin counts the number of lines, words, "
+"characters, and bytes in the current file. The plugin displays the results "
+"in a <guilabel>Document Statistics</guilabel> dialog. To use the Document "
+"Statistics plugin, perform the following steps:"
+msgstr ""
+"文件統計資料增效模組可以計算目前檔案的行數、字數、字元數和位元組數。增效模組 "
+"會在<guilabel>文件統計資料</guilabel>對話方塊中顯示結果。 如果要使用文件統計"
+"資料增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1353(para)
+msgid "Load the Document Statistics plugin."
+msgstr "載入文件統計資料增效模組。"
+
+#: ../base.xml:1355(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Document Statistics</"
+"guimenuitem></menuchoice> to display the <guilabel>Document Statistics</"
+"guilabel> dialog. The <guilabel>Document Statistics</guilabel> dialog "
+"display the following information about the file:"
+msgstr ""
+"請選擇 <menuchoice><guimenu>工具</guimenu><guimenuitem>文件統計資料</"
+"guimenuitem></menuchoice>,顯示<guilabel>文件統計資料</guilabel>對話方塊。"
+"<guilabel>文件統計資料</guilabel>對話方塊可以顯示下列的檔案資訊:"
+
+#: ../base.xml:1362(para)
+msgid "Number of words in the current document."
+msgstr "目前文件的字數。"
+
+#: ../base.xml:1365(para)
+msgid "Number of characters, including spaces, in the current document."
+msgstr "目前文件的字元數,包括空格。"
+
+#: ../base.xml:1368(para)
+msgid "Number of characters, not including spaces, in the current document."
+msgstr "目前文件的字元數,不包括空格。"
+
+#: ../base.xml:1371(para)
+msgid "Number of bytes in the current document."
+msgstr "目前文件的位元組數。"
+
+#: ../base.xml:1376(para)
+msgid ""
+"You can continue to update the <application>gedit</application> file while "
+"the <guilabel>Document Statistics</guilabel> dialog is open. To refresh the "
+"contents of the <guilabel>Document Statistics</guilabel> dialog, click on "
+"the <guibutton>Update</guibutton> button."
+msgstr ""
+"您可以不斷地更新<application>gedit</application> 檔案,而無須關閉<guilabel>文"
+"件統計資料</guilabel>對話方塊。要重新整理<guilabel>文件統計資料</guilabel>對"
+"話方塊的內容,請按一下<guibutton>更新</guibutton>按鈕。"
+
+#: ../base.xml:1379(para)
+msgid ""
+"To close the <guilabel>Document Statistics</guilabel> dialog, click "
+"<guibutton>Close</guibutton>."
+msgstr ""
+"如果要關閉<guilabel>文件統計資料</guilabel>對話方塊,請按一下<guibutton>關閉"
+"</guibutton>。"
+
+#: ../base.xml:1386(title)
+msgid "Indent Lines Plugin"
+msgstr "縮排行增效模組"
+
+#: ../base.xml:1387(para)
+msgid ""
+"The Indent lines plugin indents the selected lines, or removes the "
+"indentation from the selected lines. To use the Indent lines plugin, perform "
+"the following steps:"
+msgstr ""
+"縮排行增效模組會縮排選取的行,或移除選取行的縮排設定。 如果要使用縮排行增效模"
+"組,請執行下列的步驟:"
+
+#: ../base.xml:1390(para)
+msgid "Load the Indent lines plugin."
+msgstr "載入縮排行增效模組。"
+
+#: ../base.xml:1392(para)
+msgid ""
+"Select the lines that you want to indent. To indent or unindent a single "
+"line, place the cursor anywhere on that line."
+msgstr ""
+"選取您要縮排的行。如果要縮排或減少縮排單一行,請將游標置於該行的任一位置上。"
+
+#: ../base.xml:1395(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Indent</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"請選擇 <menuchoice><guimenu>編輯</guimenu><guimenuitem>縮排</guimenuitem></"
+"menuchoice>。"
+
+#: ../base.xml:1399(para)
+msgid ""
+"To remove the indentation, select the lines and choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Unindent</guimenuitem></"
+"menuchoice>."
+msgstr ""
+"如果要移除縮排,請選取要移除縮排的行,然後選擇 <menuchoice><guimenu>編輯</"
+"guimenu><guimenuitem>減少縮排</guimenuitem></menuchoice>。"
+
+#: ../base.xml:1407(title)
+msgid "Insert Date/Time Plugin"
+msgstr "加入日期/時間增效模組"
+
+#: ../base.xml:1408(para)
+msgid ""
+"The Insert Date/Time plugin inserts the current date and time into a file. "
+"To use the Insert Date/Time plugin, perform the following steps:"
+msgstr ""
+"加入日期及時間增效模組會將目前的日期及時間,加入檔案中。 如果要使用加入日期/"
+"時間增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1411(para)
+msgid "Load the Insert Date/Time plugin."
+msgstr "載入加入日期及時間增效模組。"
+
+#: ../base.xml:1413(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"請選擇 <menuchoice><guimenu>編輯</guimenu><guimenuitem>加入日期和時間</"
+"guimenuitem></menuchoice>。"
+
+#: ../base.xml:1415(para)
+msgid ""
+"If you have not configured the Insert Date/Time plugin to automatically "
+"insert the date/time without prompting you for the format, "
+"<application>gedit</application> displays the <guilabel>Insert Date and "
+"Time</guilabel> dialog. Select the appropriate date/time format from the "
+"list. Click on the <guibutton>Insert</guibutton> button to close the "
+"<guilabel>Insert Date and Time</guilabel> dialog; <application>gedit</"
+"application> inserts the date/time at the cursor position in the current "
+"file."
+msgstr ""
+"如果您尚未將加入日期/時間增效模組配置成不需提示即自動加入日期/時間,"
+"<application>gedit</application> 會顯示<guilabel>加入日期和時間</guilabel>對"
+"話方塊。從清單中選取適當的日期/時間格式。按一下<guibutton>插入</guibutton>按"
+"鈕,關閉<guilabel>加入日期和時間</guilabel>對話方塊;<application>gedit</"
+"application> 會在目前檔案的游標位置上插入日期/時間。"
+
+#: ../base.xml:1416(para)
+msgid ""
+"If you have configured <application>gedit</application> to use one "
+"particular date/time format, the <guilabel>Insert Date and Time</guilabel> "
+"dialog is not displayed; the date/time is automatically entered at the "
+"cursor position in the current file."
+msgstr ""
+"如果您已經將 <application>gedit</application> 配置成使用特定的日期/時間格式,"
+"則不會顯示<guilabel>加入日期和時間</guilabel>對話方塊;即會在目前檔案的游標位"
+"置上插入日期/時間。"
+
+#: ../base.xml:1417(para)
+msgid ""
+"See <xref linkend=\"gedit-date-time-configure\"/> for information about how "
+"to configure the Insert Date/Time plugin."
+msgstr ""
+"若需如何配置加入日期/時間增效模組的詳細資訊,請參閱 <xref linkend=\"gedit-"
+"date-time-configure\"/>。"
+
+#: ../base.xml:1422(title)
+msgid "To Configure the Insert Date/Time Plugin"
+msgstr "配置加入日期/時間增效模組"
+
+#: ../base.xml:1423(para)
+msgid "To configure the Insert Date/Time plugin, perform the following steps:"
+msgstr "如果要配置加入日期及時間增效模組,請執行下列步驟:"
+
+#: ../base.xml:1432(para)
+msgid "Select the <guilabel>Insert Date/Time</guilabel> plugin."
+msgstr "選取 <guilabel>加入日期及時間</guilabel>增效模組。"
+
+#: ../base.xml:1435(para)
+msgid ""
+"Click on the <guibutton>Configure plugin</guibutton> button to display the "
+"<guilabel>Configure insert date/time plugin</guilabel> dialog."
+msgstr ""
+"按一下<guibutton>配置增效模組</guibutton>按鈕,顯示<guilabel>配置加入日期/時"
+"間增效模組</guilabel>對話方塊。"
+
+#: ../base.xml:1438(para)
+msgid "Select one of the options, as follows:"
+msgstr "選取下列任一選項:您可以選擇下列條件中的一項或以上:"
+
+#: ../base.xml:1440(para)
+msgid ""
+"To specify the date/time format each time you insert the date/time, select "
+"the <guilabel>Prompt for a format</guilabel> option."
+msgstr ""
+"如果要在每次加入日期/時間時指定日期/時間格式,請選取<guilabel>提示指定格式</"
+"guilabel>選項。"
+
+#: ../base.xml:1443(para)
+msgid ""
+"To use the same <application>gedit</application>-provided date/time format "
+"each time you insert the date/time, select the <guilabel>Use the selected "
+"format</guilabel> option, then select the appropriate format from the list. "
+"When you select this option, <application>gedit</application> does not "
+"prompt you for the date/time format when you choose "
+"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Date and Time</"
+"guimenuitem></menuchoice>."
+msgstr ""
+"如果要在每次加入日期/時間時都使用 <application>gedit</application> 提供的日"
+"期/時間格式,請選取<guilabel>使用選取的格式</guilabel>選項,然後從清單中選取"
+"適當的格式。當您選取這個選項後,<application>gedit</application> 並不會在您選"
+"擇<menuchoice><guimenu>編輯</guimenu><guimenuitem>加入日期和時間</"
+"guimenuitem></menuchoice>時,提示您設定日期/時間的格式。"
+
+#: ../base.xml:1461(title)
+msgid "Shell Command Plugin"
+msgstr "Shell 指令增效模組"
+
+#: ../base.xml:1463(para)
+msgid ""
+"The Shell Command plugin enables you to capture the output from a shell "
+"command in <application>gedit</application>, by displaying the text output "
+"of the shell command in the output window. To use the Shell command plugin, "
+"perform the following steps:"
+msgstr ""
+"Shell 指令增效模組可以從 <application>gedit</application> 的 shell 指令擷取輸"
+"出,而將 shell 指令的文字輸出 顯示於輸出視窗中。如果要使用 Shell 指令增效模"
+"組,請執行 下列的步驟:"
+
+#: ../base.xml:1467(para)
+msgid "Load the Shell command plugin."
+msgstr "載入 Shell 指令增效模組。"
+
+#: ../base.xml:1470(para)
+msgid ""
+"Choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>Run Command</"
+"guimenuitem></menuchoice> to display the <guilabel>Run Command</guilabel> "
+"dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>工具</guimenu><guimenuitem>執行指令</"
+"guimenuitem></menuchoice> ,顯示<guilabel>執行指令</guilabel>對話方塊。"
+
+#: ../base.xml:1475(para)
+msgid ""
+"Type the shell command that you want to execute in the <guilabel>Command</"
+"guilabel> field."
+msgstr "將您想執行的 shell 指令,鍵入 <guilabel>指令</guilabel>欄位中。"
+
+#: ../base.xml:1477(para)
+msgid "You can include the following special characters:"
+msgstr "您可以包括下列的特殊字元:"
+
+#: ../base.xml:1480(literal)
+msgid "%f"
+msgstr "%f"
+
+#: ../base.xml:1481(para)
+msgid ""
+"Use these special characters to specify the filename of the current active "
+"document, including the path."
+msgstr "使用此類特殊字元,指定目前使用中的檔案名稱,包括路徑。"
+
+#: ../base.xml:1484(literal)
+msgid "%n"
+msgstr "%n"
+
+#: ../base.xml:1485(para)
+msgid ""
+"Use these special characters to specify the filename of the current active "
+"document, without the path. In this case, <application>gedit</application> "
+"looks for the file in the Working directory."
+msgstr ""
+"使用此類特殊字元,指定目前使用中的檔案名稱,不包括路徑。此時,"
+"<application>gedit</application> 會在工作目錄中找尋檔案。"
+
+#: ../base.xml:1489(para)
+msgid ""
+"Edit the <guilabel>Working directory</guilabel> field if necessary. By "
+"default, the Shell command plugin executes the command you specify in the "
+"current directory."
+msgstr ""
+"有必要的話,請編輯<guilabel>工作目錄</guilabel>欄位。依預設值,Shell 指令增效"
+"模組會執行您在目前目錄中 指定的指令。"
+
+#: ../base.xml:1493(para)
+msgid ""
+"Select the <guilabel>Show results in Output Window</guilabel> option to "
+"display the results of the command in the output window. If you do not "
+"select this option, <application>gedit</application> discards the results of "
+"the command."
+msgstr ""
+"選取<guilabel>在輸出視窗顯示結果</guilabel>選項,在輸出視窗顯示指令的執行結"
+"果。如果沒有選取這個選項,<application>gedit</application> 會放棄指令結果。"
+
+#: ../base.xml:1496(para)
+msgid ""
+"Click <guibutton>Run</guibutton>. The Shell command plugin executes the "
+"command and inserts the text output into the output window."
+msgstr ""
+"按一下<guibutton>執行</guibutton>。Shell 指令 增效模組會執行該指令,並將文字"
+"輸出插入輸出視窗。"
+
+#: ../base.xml:1500(para)
+msgid ""
+"Use the <keycap>Shift</keycap> key to select the text in the output window."
+msgstr "請使用 <keycap>Shift</keycap> 鍵在輸出視窗中選取文字。"
+
+#: ../base.xml:1503(para)
+msgid ""
+"Click on the <guibutton>Copy selected lines</guibutton> button to copy the "
+"selected text into the buffer."
+msgstr ""
+"按一下<guibutton>複製選取的行</guibutton>按鈕,將選取的文字複製到緩衝區。"
+
+#: ../base.xml:1506(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></"
+"menuchoice> to paste the selected text into the file."
+msgstr ""
+"選擇<menuchoice><guimenu>編輯</guimenu><guimenuitem>貼上</guimenuitem></"
+"menuchoice>,將選取的文字貼入檔案。"
+
+#: ../base.xml:1510(para)
+msgid ""
+"Click on the <guibutton>Close the output window</guibutton> button to close "
+"the output window."
+msgstr "按一下<guibutton>關閉輸出視窗</guibutton>按鈕,關閉輸出視窗。"
+
+#: ../base.xml:1517(title)
+msgid "Sort Plugin"
+msgstr "排序增效模組"
+
+#: ../base.xml:1518(para)
+msgid "The Sort plugin sorts the selected text."
+msgstr "排序增效模組可以將選取的文字排序。"
+
+#: ../base.xml:1519(para)
+msgid ""
+"You cannot undo the Sort operation, so you should save the file before "
+"performing the sort. To revert to the saved version of the file after the "
+"sort operation, choose <menuchoice><guimenu>File</"
+"guimenu><guimenuitem>Revert</guimenuitem></menuchoice>."
+msgstr ""
+"您不可以復原排序作業,因此在執行排序前應先儲存檔案。如果要在排序作業後回復成"
+"之前儲存的檔案版本,請選擇<menuchoice><guimenu>檔案</guimenu><guimenuitem>復"
+"原</guimenuitem></menuchoice>。"
+
+#: ../base.xml:1522(para)
+msgid "To use the Sort plugin, perform the following steps:"
+msgstr "如果要使用排序增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1524(para)
+msgid "Load the Sort plugin."
+msgstr "載入增效模組。"
+
+#: ../base.xml:1526(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Sort</guimenuitem></"
+"menuchoice> to display the <guilabel>Sort</guilabel> dialog."
+msgstr ""
+"請選擇 <menuchoice><guimenu>編輯</guimenu><guimenuitem>排序</guimenuitem></"
+"menuchoice>,顯示<guilabel>排序</guilabel>對話方塊。"
+
+#: ../base.xml:1530(para)
+msgid ""
+"To arrange the text in reverse sort order, select the <guilabel>Reverse "
+"order</guilabel> option."
+msgstr "如果要反向排序文字,請選取<guilabel>反向排序</guilabel>選項。"
+
+#: ../base.xml:1533(para)
+msgid ""
+"To delete duplicate lines, select the <guilabel>Remove duplicates</guilabel> "
+"option."
+msgstr "如果要刪除重複的行,請選取<guilabel>移除重複的行</guilabel>選項。"
+
+#: ../base.xml:1536(para)
+msgid ""
+"To ignore case sensitivity, select the <guilabel>Ignore case</guilabel> "
+"option."
+msgstr "如果不要區分大小寫,請選取<guilabel>忽略大小寫</guilabel>選項。"
+
+#: ../base.xml:1539(para)
+msgid ""
+"To specify the start position of the sort, select the appropriate column "
+"from the <guilabel>Start at column</guilabel> spin box."
+msgstr ""
+"如果要指定排序的啟始位置,請從<guilabel>啟始欄</guilabel>旋轉方塊中選取適當的"
+"欄。"
+
+#: ../base.xml:1542(para)
+msgid ""
+"To perform the sort operation, click on the <guibutton>Sort</guibutton> "
+"button."
+msgstr "如果要執行排序作業,請按一下<guibutton>排序</guibutton>按鈕。"
+
+#: ../base.xml:1549(title)
+msgid "Tag List Plugin"
+msgstr "速成標記增效模組"
+
+#: ../base.xml:1550(para)
+msgid ""
+"The Tag List plugin displays a window that contains a list of common tags. "
+"You can use the window to insert a tag into a file. To use the Tag List "
+"plugin, perform the following steps:"
+msgstr ""
+"速成標記增效模組會將常見的標記,顯示在視窗中。您可以使用這個視窗將 標記插入檔"
+"案。 如果要使用速成標記增效模組,請執行下列的步驟:"
+
+#: ../base.xml:1554(para)
+msgid "Load the Tag List plugin."
+msgstr "載入速成標記增效模組。"
+
+#: ../base.xml:1556(para)
+msgid ""
+"Choose <menuchoice><guimenu>View</guimenu><guimenuitem>Tag List</"
+"guimenuitem></menuchoice> to display the <guilabel>Tag list plugin</"
+"guilabel> window."
+msgstr ""
+"選擇<menuchoice><guimenu>檢視</guimenu><guimenuitem>標記清單</guimenuitem></"
+"menuchoice>,顯示<guilabel>速成標記增效模組</guilabel>視窗。"
+
+#: ../base.xml:1560(para)
+msgid ""
+"Select the appropriate tag category from the drop-down list; for example, "
+"<literal>HTML - Tags</literal>."
+msgstr ""
+"請從下拉式清單中,選取適當的標記類別。例如,<literal>HTML - Tags</literal>。"
+
+#: ../base.xml:1563(para)
+msgid "Scroll through the tag list to find the required tag."
+msgstr "在標記清單中捲動,尋找所需的標記。"
+
+#: ../base.xml:1566(para)
+msgid ""
+"To insert a tag at the cursor position in the current file, double-click on "
+"the tag in the tag list. You can also insert a tag as follows:"
+msgstr ""
+"要在目前檔案游標的位置上加入標記,請在標記清單中的標記上連按兩下。您也可以使"
+"用下列方式加入標記:"
+
+#: ../base.xml:1568(para)
+msgid ""
+"To insert a tag in the current file and change the focus from the "
+"<guilabel>Tag list plugin</guilabel> window to the editor window, press "
+"<keycap>Enter</keycap>."
+msgstr ""
+"如果要將標記加入目前檔案,並且將焦點由<guilabel>速成標記增效模組</guilabel>視"
+"窗,變更到編輯器視窗的話,請按一下 <keycap>輸入</keycap> 鍵。"
+
+#: ../base.xml:1571(para)
+msgid ""
+"To insert a tag in the current file and maintain the focus on the "
+"<guilabel>Tag list plugin</guilabel> window, press <keycombo><keycap>Shift</"
+"keycap><keycap>Enter</keycap></keycombo>."
+msgstr ""
+"如果要將標記加入目前的檔案,但是焦點保持在<guilabel>速成標記增效模組</"
+"guilabel>視窗的話,請按 <keycombo><keycap>Shift</keycap><keycap>輸入</"
+"keycap></keycombo>。"
+
+#: ../base.xml:1576(para)
+msgid ""
+"To close the <guilabel>Tag list plugin</guilabel> window, click on the "
+"<guibutton>Close Window</guibutton> button in the window frame. "
+"Alternatively, press <keycombo><keycap>Ctrl</keycap><keycap>W</keycap></"
+"keycombo> when the focus is on the <guilabel>Tag list plugin</guilabel> "
+"window."
+msgstr ""
+"如果要關閉<guilabel>速成標記增效模組</guilabel>視窗,請按一下視窗框架上的"
+"<guibutton>關閉視窗</guibutton>按鈕。或者,您也可以按 "
+"<keycombo><keycap>Ctrl</keycap><keycap>W</keycap></keycombo>,但是焦點必須是"
+"在<guilabel>速成標記增效模組</guilabel>視窗上。"
+
+#: ../base.xml:1583(title)
+msgid "User Name Plugin"
+msgstr "使用者名稱增效模組"
+
+#: ../base.xml:1584(para)
+msgid ""
+"The User name plugin inserts the username of the current user into the file. "
+"To use the User name plugin, perform the following steps:"
+msgstr ""
+"使用者名稱增效模組會將目前使用者的名稱,加入檔案中。 如果要使用使用者名稱增效"
+"模組,請執行下列步驟:"
+
+#: ../base.xml:1587(para)
+msgid "Load the User name plugin."
+msgstr "載入使用者名稱增效模組。"
+
+#: ../base.xml:1589(para)
+msgid ""
+"Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert User Name</"
+"guimenuitem></menuchoice> to insert your username at the cursor position in "
+"the current file."
+msgstr ""
+"選擇<menuchoice><guimenu>編輯</guimenu><guimenuitem>加入使用者名稱</"
+"guimenuitem></menuchoice>,將您的使用者名稱加入目前檔案游標所在的位置。"
+
+#: ../lbase.xml:2(para)
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
+"later version published by the Free Software Foundation with no Invariant "
+"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
+"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"in the file COPYING-DOCS distributed with this manual."
+msgstr ""
+"根據自由軟體基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 "
+"(GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複製、散"
+"佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底文字。 如"
+"要取得 GFDL 的副本,請參閱 此<ulink type=\"help\" url=\"ghelp:fdl\">連結</"
+"ulink>,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。"
+
+#: ../lbase.xml:5(para)
+msgid ""
+"This manual is part of a collection of GNOME manuals distributed under the "
+"GFDL. If you want to distribute this manual separately from the collection, "
+"you can do so by adding a copy of the license to the manual, as described in "
+"section 6 of the license."
+msgstr ""
+"本手冊是屬於依 GFDL 授權所發佈之 GNOME 手冊集中的一部份。 如果您只要單獨散佈"
+"本手冊,依據授權聲明第六節之敘述, 您必須另外將授權聲明加入本手冊中。"
+
+#: ../lbase.xml:8(para)
+msgid ""
+"Many of the names used by companies to distinguish their products and "
+"services are claimed as trademarks. Where those names appear in any GNOME "
+"documentation, and the members of the GNOME Documentation Project are made "
+"aware of those trademarks, then the names are in capital letters or initial "
+"capital letters."
+msgstr ""
+"許多公司為了突顯其產品與服務,會使用特別名稱,並亦已聲明這些 名稱為其商標。當"
+"這些名稱出現在 GNOME 文件中,同時 GNOME 文件 專案小組成員亦明白這些名稱為商標"
+"時, 這些名稱會以大寫字母或是首字母大寫表示。"
+
+#: ../lbase.xml:17(para)
+msgid ""
+"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
+"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
+"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
+"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
+"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
+"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
+"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
+"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
+"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
+"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
+"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND "
+"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
+"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
+"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
+"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
+"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
+"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
+"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
+"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
+"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
+"POSSIBILITY OF SUCH DAMAGES."
+msgstr ""
+"文件提供是以其「原樣」呈現,不管明示或暗示,皆不具任何 保證,包括 (但不限於) "
+"文件或修正版毫無錯誤、可販售、 具特殊用途,或不侵權。 關於本文件與修正版文件"
+"之品質、正確性及功用, 其風險您必須自行承擔。 若本文件或修正版有任何缺陷,任"
+"何必須之保養,修理及更正, 應由您自行承擔,原始作者、作者或任何散佈者無須負"
+"責。 本免責聲明是本授權聲明極重要與必要的一部份,因此任何文件或 修正版的授"
+"權,皆須在同意本免責聲明的情況下進行;同時"
+"在任何情況或法律理論下,亦即不管是在侵權 (包括疏忽)、契約或 其他情形,或是已"
+"預先告知會有下列損害之可能時,本文件 或修正版的任何作者、原始作者、投稿人以及"
+"散佈者,或是 任何提供單位,對於因使用本文件及修正版,或與本文件及 修正版使用"
+"相關所造成的任何直接、間接、特殊、偶然或必 然之損害,包括 (但不限於) 信譽受"
+"損、工作停止、電腦當 機或不正常運作,或任何所有其他損害,上述人等皆不需負 任"
+"何責任。"
+
+#: ../lbase.xml:12(para)
+msgid ""
+"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
+"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
+"<placeholder-1/>"
+msgstr ""
+"本文件及其修正版本的提供,是基於 GNU 自由文件授權聲明的條款,同時亦有下列共"
+"識: <placeholder-1/>"
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..d3fea1d
--- /dev/null
+++ b/logo.png
Binary files differ
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..77daca9
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,97 @@
+project(
+ 'gedit', 'c',
+ version: '44.2',
+ meson_version: '>= 0.53'
+)
+
+if host_machine.system() == 'darwin'
+ add_languages('objc')
+endif
+
+gnome = import('gnome')
+i18n = import('i18n')
+pkg_config = import('pkgconfig')
+python = import('python')
+
+api_version = '44'
+
+# Paths
+root_include_dir = include_directories('.')
+
+srcdir = meson.current_source_dir()
+
+pkglibdir = get_option('prefix') / get_option('libdir') / 'gedit'
+pkgdatadir = get_option('prefix') / get_option('datadir') / 'gedit'
+glibdir = get_option('prefix') / get_option('datadir') / 'glib-2.0'
+
+# Subprojects
+if not get_option('buildtype').contains('plain')
+ run_command('git', '-C', meson.source_root(), 'submodule', 'update', '--init', '--recursive')
+endif
+
+libgd_subproject = subproject(
+ 'libgd',
+ default_options: [
+ 'with-tagged-entry=true',
+ 'static=true',
+ ]
+)
+
+libgd_dep = libgd_subproject.get_variable('libgd_dep')
+
+# Dependencies
+gio_dep = dependency('gio-2.0', version: '>= 2.70')
+
+libgedit_public_deps = [
+ gio_dep,
+ dependency('gtk+-3.0', version: '>= 3.22'),
+ dependency('amtk-5', version: '>= 5.6'),
+ dependency('tepl-6', version: '>= 6.4'),
+ dependency('libpeas-gtk-1.0'),
+]
+
+deps_basic_list = [
+ libgedit_public_deps,
+ dependency('gobject-introspection-1.0'),
+]
+
+gspell_dep = dependency('gspell-1', version: '>= 1.0')
+python3 = python.find_installation('python3')
+
+# Configurations
+config_h = configuration_data()
+config_h.set_quoted('PACKAGE_STRING', 'gedit-@0@'.format(api_version))
+config_h.set_quoted('GETTEXT_PACKAGE', meson.project_name())
+config_h.set_quoted('LIBDIR', join_paths(get_option('prefix'), get_option('libdir')))
+config_h.set_quoted('DATADIR', join_paths(get_option('prefix'), get_option('datadir')))
+config_h.set_quoted('VERSION', meson.project_version())
+
+configure_file(
+ output: 'config.h',
+ configuration: config_h
+)
+
+subdir('data')
+subdir('po')
+subdir('gedit')
+subdir('plugins')
+
+if get_option('gtk_doc')
+ subdir('docs/reference')
+endif
+
+if get_option('user_documentation')
+ subdir('help')
+endif
+
+meson.add_install_script(
+ 'build-aux/meson/post_install.py',
+ get_option('prefix') / get_option('libdir'),
+ get_option('prefix') / get_option('datadir')
+)
+
+summary('API version', api_version)
+summary('Prefix', get_option('prefix'))
+summary('API documentation', get_option('gtk_doc'))
+summary('User documentation', get_option('user_documentation'))
+summary('Require all tests', get_option('require_all_tests'))
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..776efcf
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,24 @@
+option(
+ 'gtk_doc',
+ type: 'boolean', value: true,
+ description: 'Build API reference for plugins (requires gtk-doc)'
+)
+
+# If this option is kept to false, then it's an automatic behavior: if the
+# third party program is found, then the test is defined.
+# Setting this option to true will stop the configure phase with a hard error
+# if a third party program is not found and is required to define a test.
+option(
+ 'require_all_tests',
+ type: 'boolean', value: false,
+ description: 'Require that all tests can be run, even those that depend on third party programs'
+)
+
+# For developers. Disabling the option speeds up the install.
+option(
+ 'user_documentation',
+ type: 'boolean', value: true,
+ description: 'Build user documentation'
+)
+
+option('plugin_externaltools', type: 'boolean', value: true)
diff --git a/plugins/docinfo/docinfo.plugin.desktop.in b/plugins/docinfo/docinfo.plugin.desktop.in
new file mode 100644
index 0000000..b493bb4
--- /dev/null
+++ b/plugins/docinfo/docinfo.plugin.desktop.in
@@ -0,0 +1,8 @@
+[Plugin]
+Module=docinfo
+IAge=3
+Name=Document Statistics
+Description=Report the number of words, lines and characters in a document.
+Authors=Paolo Maggi <paolo.maggi@polito.it>;Jorge Alberto Torres <jorge@deadoak.com>
+Copyright=Copyright © 2002-2005 Paolo Maggi
+Website=http://www.gedit.org
diff --git a/plugins/docinfo/gedit-docinfo-plugin.c b/plugins/docinfo/gedit-docinfo-plugin.c
new file mode 100644
index 0000000..37c8041
--- /dev/null
+++ b/plugins/docinfo/gedit-docinfo-plugin.c
@@ -0,0 +1,638 @@
+/*
+ * gedit-docinfo-plugin.c
+ *
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#include "config.h"
+
+#include "gedit-docinfo-plugin.h"
+
+#include <string.h> /* For strlen (...) */
+
+#include <glib/gi18n.h>
+#include <pango/pango-break.h>
+#include <gmodule.h>
+
+#include <gedit/gedit-app.h>
+#include <gedit/gedit-window.h>
+#include <gedit/gedit-debug.h>
+#include <gedit/gedit-utils.h>
+#include <gedit/gedit-menu-extension.h>
+#include <gedit/gedit-app-activatable.h>
+#include <gedit/gedit-window-activatable.h>
+
+struct _GeditDocinfoPluginPrivate
+{
+ GeditWindow *window;
+
+ GSimpleAction *action;
+
+ GtkWidget *dialog;
+ GtkWidget *header_bar;
+ GtkWidget *lines_label;
+ GtkWidget *words_label;
+ GtkWidget *chars_label;
+ GtkWidget *chars_ns_label;
+ GtkWidget *bytes_label;
+ GtkWidget *document_label;
+ GtkWidget *document_lines_label;
+ GtkWidget *document_words_label;
+ GtkWidget *document_chars_label;
+ GtkWidget *document_chars_ns_label;
+ GtkWidget *document_bytes_label;
+ GtkWidget *selection_label;
+ GtkWidget *selected_lines_label;
+ GtkWidget *selected_words_label;
+ GtkWidget *selected_chars_label;
+ GtkWidget *selected_chars_ns_label;
+ GtkWidget *selected_bytes_label;
+
+ GeditApp *app;
+ GeditMenuExtension *menu_ext;
+};
+
+enum
+{
+ PROP_0,
+ PROP_WINDOW,
+ PROP_APP
+};
+
+static void gedit_app_activatable_iface_init (GeditAppActivatableInterface *iface);
+static void gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface);
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditDocinfoPlugin,
+ gedit_docinfo_plugin,
+ PEAS_TYPE_EXTENSION_BASE,
+ 0,
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_APP_ACTIVATABLE,
+ gedit_app_activatable_iface_init)
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ gedit_window_activatable_iface_init)
+ G_ADD_PRIVATE_DYNAMIC (GeditDocinfoPlugin))
+
+static void
+calculate_info (GeditDocument *doc,
+ GtkTextIter *start,
+ GtkTextIter *end,
+ gint *chars,
+ gint *words,
+ gint *white_chars,
+ gint *bytes)
+{
+ gchar *text;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ text = gtk_text_buffer_get_slice (GTK_TEXT_BUFFER (doc),
+ start,
+ end,
+ TRUE);
+
+ *chars = g_utf8_strlen (text, -1);
+ *bytes = strlen (text);
+
+ if (*chars > 0)
+ {
+ PangoLogAttr *attrs;
+ gint i;
+
+ attrs = g_new0 (PangoLogAttr, *chars + 1);
+
+ pango_get_log_attrs (text,
+ -1,
+ 0,
+ pango_language_from_string ("C"),
+ attrs,
+ *chars + 1);
+
+ for (i = 0; i < (*chars); i++)
+ {
+ if (attrs[i].is_white)
+ ++(*white_chars);
+
+ if (attrs[i].is_word_start)
+ ++(*words);
+ }
+
+ g_free (attrs);
+ }
+ else
+ {
+ *white_chars = 0;
+ *words = 0;
+ }
+
+ g_free (text);
+}
+
+static void
+update_document_info (GeditDocinfoPlugin *plugin,
+ GeditDocument *doc)
+{
+ GeditDocinfoPluginPrivate *priv;
+ GtkTextIter start, end;
+ gint words = 0;
+ gint chars = 0;
+ gint white_chars = 0;
+ gint lines = 0;
+ gint bytes = 0;
+ gchar *doc_name;
+ gchar *tmp_str;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ gtk_text_buffer_get_bounds (GTK_TEXT_BUFFER (doc),
+ &start,
+ &end);
+
+ lines = gtk_text_buffer_get_line_count (GTK_TEXT_BUFFER (doc));
+
+ calculate_info (doc,
+ &start, &end,
+ &chars, &words, &white_chars, &bytes);
+
+ if (chars == 0)
+ {
+ lines = 0;
+ }
+
+ gedit_debug_message (DEBUG_PLUGINS, "Chars: %d", chars);
+ gedit_debug_message (DEBUG_PLUGINS, "Lines: %d", lines);
+ gedit_debug_message (DEBUG_PLUGINS, "Words: %d", words);
+ gedit_debug_message (DEBUG_PLUGINS, "Chars non-space: %d", chars - white_chars);
+ gedit_debug_message (DEBUG_PLUGINS, "Bytes: %d", bytes);
+
+ doc_name = tepl_file_get_short_name (tepl_buffer_get_file (TEPL_BUFFER (doc)));
+ gtk_header_bar_set_subtitle (GTK_HEADER_BAR (priv->header_bar), doc_name);
+ g_free (doc_name);
+
+ tmp_str = g_strdup_printf("%d", lines);
+ gtk_label_set_text (GTK_LABEL (priv->document_lines_label), tmp_str);
+ g_free (tmp_str);
+
+ tmp_str = g_strdup_printf("%d", words);
+ gtk_label_set_text (GTK_LABEL (priv->document_words_label), tmp_str);
+ g_free (tmp_str);
+
+ tmp_str = g_strdup_printf("%d", chars);
+ gtk_label_set_text (GTK_LABEL (priv->document_chars_label), tmp_str);
+ g_free (tmp_str);
+
+ tmp_str = g_strdup_printf("%d", chars - white_chars);
+ gtk_label_set_text (GTK_LABEL (priv->document_chars_ns_label), tmp_str);
+ g_free (tmp_str);
+
+ tmp_str = g_strdup_printf("%d", bytes);
+ gtk_label_set_text (GTK_LABEL (priv->document_bytes_label), tmp_str);
+ g_free (tmp_str);
+}
+
+static void
+update_selection_info (GeditDocinfoPlugin *plugin,
+ GeditDocument *doc)
+{
+ GeditDocinfoPluginPrivate *priv;
+ gboolean sel;
+ GtkTextIter start, end;
+ gint words = 0;
+ gint chars = 0;
+ gint white_chars = 0;
+ gint lines = 0;
+ gint bytes = 0;
+ gchar *tmp_str;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ sel = gtk_text_buffer_get_selection_bounds (GTK_TEXT_BUFFER (doc),
+ &start,
+ &end);
+
+ if (sel)
+ {
+ lines = gtk_text_iter_get_line (&end) - gtk_text_iter_get_line (&start) + 1;
+
+ calculate_info (doc,
+ &start, &end,
+ &chars, &words, &white_chars, &bytes);
+
+ gedit_debug_message (DEBUG_PLUGINS, "Selected chars: %d", chars);
+ gedit_debug_message (DEBUG_PLUGINS, "Selected lines: %d", lines);
+ gedit_debug_message (DEBUG_PLUGINS, "Selected words: %d", words);
+ gedit_debug_message (DEBUG_PLUGINS, "Selected chars non-space: %d", chars - white_chars);
+ gedit_debug_message (DEBUG_PLUGINS, "Selected bytes: %d", bytes);
+
+ gtk_widget_set_sensitive (priv->selection_label, TRUE);
+ gtk_widget_set_sensitive (priv->selected_words_label, TRUE);
+ gtk_widget_set_sensitive (priv->selected_bytes_label, TRUE);
+ gtk_widget_set_sensitive (priv->selected_lines_label, TRUE);
+ gtk_widget_set_sensitive (priv->selected_chars_label, TRUE);
+ gtk_widget_set_sensitive (priv->selected_chars_ns_label, TRUE);
+ }
+ else
+ {
+ gedit_debug_message (DEBUG_PLUGINS, "Selection empty");
+
+ gtk_widget_set_sensitive (priv->selection_label, FALSE);
+ gtk_widget_set_sensitive (priv->selected_words_label, FALSE);
+ gtk_widget_set_sensitive (priv->selected_bytes_label, FALSE);
+ gtk_widget_set_sensitive (priv->selected_lines_label, FALSE);
+ gtk_widget_set_sensitive (priv->selected_chars_label, FALSE);
+ gtk_widget_set_sensitive (priv->selected_chars_ns_label, FALSE);
+ }
+
+ if (chars == 0)
+ lines = 0;
+
+ tmp_str = g_strdup_printf("%d", lines);
+ gtk_label_set_text (GTK_LABEL (priv->selected_lines_label), tmp_str);
+ g_free (tmp_str);
+
+ tmp_str = g_strdup_printf("%d", words);
+ gtk_label_set_text (GTK_LABEL (priv->selected_words_label), tmp_str);
+ g_free (tmp_str);
+
+ tmp_str = g_strdup_printf("%d", chars);
+ gtk_label_set_text (GTK_LABEL (priv->selected_chars_label), tmp_str);
+ g_free (tmp_str);
+
+ tmp_str = g_strdup_printf("%d", chars - white_chars);
+ gtk_label_set_text (GTK_LABEL (priv->selected_chars_ns_label), tmp_str);
+ g_free (tmp_str);
+
+ tmp_str = g_strdup_printf("%d", bytes);
+ gtk_label_set_text (GTK_LABEL (priv->selected_bytes_label), tmp_str);
+ g_free (tmp_str);
+}
+
+static void
+docinfo_dialog_response_cb (GtkDialog *widget,
+ gint res_id,
+ GeditDocinfoPlugin *plugin)
+{
+ GeditDocinfoPluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ switch (res_id)
+ {
+ case GTK_RESPONSE_CLOSE:
+ {
+ gedit_debug_message (DEBUG_PLUGINS, "GTK_RESPONSE_CLOSE");
+
+ gtk_widget_destroy (priv->dialog);
+
+ break;
+ }
+
+ case GTK_RESPONSE_OK:
+ {
+ GeditDocument *doc;
+
+ gedit_debug_message (DEBUG_PLUGINS, "GTK_RESPONSE_OK");
+
+ doc = gedit_window_get_active_document (priv->window);
+
+ update_document_info (plugin, doc);
+ update_selection_info (plugin, doc);
+
+ break;
+ }
+ }
+}
+
+static void
+create_docinfo_dialog (GeditDocinfoPlugin *plugin)
+{
+ GeditDocinfoPluginPrivate *priv;
+ GtkBuilder *builder;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ builder = gtk_builder_new ();
+ gtk_builder_add_from_resource (builder, "/org/gnome/gedit/plugins/docinfo/ui/gedit-docinfo-plugin.ui", NULL);
+ priv->dialog = GTK_WIDGET (gtk_builder_get_object (builder, "dialog"));
+ priv->header_bar = GTK_WIDGET (gtk_builder_get_object (builder, "header_bar"));
+ priv->words_label = GTK_WIDGET (gtk_builder_get_object (builder, "words_label"));
+ priv->bytes_label = GTK_WIDGET (gtk_builder_get_object (builder, "bytes_label"));
+ priv->lines_label = GTK_WIDGET (gtk_builder_get_object (builder, "lines_label"));
+ priv->chars_label = GTK_WIDGET (gtk_builder_get_object (builder, "chars_label"));
+ priv->chars_ns_label = GTK_WIDGET (gtk_builder_get_object (builder, "chars_ns_label"));
+ priv->document_label = GTK_WIDGET (gtk_builder_get_object (builder, "document_label"));
+ priv->document_words_label = GTK_WIDGET (gtk_builder_get_object (builder, "document_words_label"));
+ priv->document_bytes_label = GTK_WIDGET (gtk_builder_get_object (builder, "document_bytes_label"));
+ priv->document_lines_label = GTK_WIDGET (gtk_builder_get_object (builder, "document_lines_label"));
+ priv->document_chars_label = GTK_WIDGET (gtk_builder_get_object (builder, "document_chars_label"));
+ priv->document_chars_ns_label = GTK_WIDGET (gtk_builder_get_object (builder, "document_chars_ns_label"));
+ priv->selection_label = GTK_WIDGET (gtk_builder_get_object (builder, "selection_label"));
+ priv->selected_words_label = GTK_WIDGET (gtk_builder_get_object (builder, "selected_words_label"));
+ priv->selected_bytes_label = GTK_WIDGET (gtk_builder_get_object (builder, "selected_bytes_label"));
+ priv->selected_lines_label = GTK_WIDGET (gtk_builder_get_object (builder, "selected_lines_label"));
+ priv->selected_chars_label = GTK_WIDGET (gtk_builder_get_object (builder, "selected_chars_label"));
+ priv->selected_chars_ns_label = GTK_WIDGET (gtk_builder_get_object (builder, "selected_chars_ns_label"));
+ g_object_unref (builder);
+
+ gtk_dialog_set_default_response (GTK_DIALOG (priv->dialog),
+ GTK_RESPONSE_OK);
+ gtk_window_set_transient_for (GTK_WINDOW (priv->dialog),
+ GTK_WINDOW (priv->window));
+
+ g_signal_connect (priv->dialog,
+ "destroy",
+ G_CALLBACK (gtk_widget_destroyed),
+ &priv->dialog);
+ g_signal_connect (priv->dialog,
+ "response",
+ G_CALLBACK (docinfo_dialog_response_cb),
+ plugin);
+
+ /* We set this explictely with code since glade does not
+ * save the can_focus property when set to false :(
+ * Making sure the labels are not focusable is needed to
+ * prevent loosing the selection in the document when
+ * creating the dialog.
+ */
+ gtk_widget_set_can_focus (priv->words_label, FALSE);
+ gtk_widget_set_can_focus (priv->bytes_label, FALSE);
+ gtk_widget_set_can_focus (priv->lines_label, FALSE);
+ gtk_widget_set_can_focus (priv->chars_label, FALSE);
+ gtk_widget_set_can_focus (priv->chars_ns_label, FALSE);
+ gtk_widget_set_can_focus (priv->document_label, FALSE);
+ gtk_widget_set_can_focus (priv->document_words_label, FALSE);
+ gtk_widget_set_can_focus (priv->document_bytes_label, FALSE);
+ gtk_widget_set_can_focus (priv->document_lines_label, FALSE);
+ gtk_widget_set_can_focus (priv->document_chars_label, FALSE);
+ gtk_widget_set_can_focus (priv->document_chars_ns_label, FALSE);
+ gtk_widget_set_can_focus (priv->selection_label, FALSE);
+ gtk_widget_set_can_focus (priv->selected_words_label, FALSE);
+ gtk_widget_set_can_focus (priv->selected_bytes_label, FALSE);
+ gtk_widget_set_can_focus (priv->selected_lines_label, FALSE);
+ gtk_widget_set_can_focus (priv->selected_chars_label, FALSE);
+ gtk_widget_set_can_focus (priv->selected_chars_ns_label, FALSE);
+}
+
+static void
+docinfo_cb (GAction *action,
+ GVariant *parameter,
+ GeditDocinfoPlugin *plugin)
+{
+ GeditDocinfoPluginPrivate *priv;
+ GeditDocument *doc;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ doc = gedit_window_get_active_document (priv->window);
+
+ if (priv->dialog != NULL)
+ {
+ gtk_window_present (GTK_WINDOW (priv->dialog));
+ gtk_widget_grab_focus (GTK_WIDGET (priv->dialog));
+ }
+ else
+ {
+ create_docinfo_dialog (plugin);
+ gtk_widget_show (GTK_WIDGET (priv->dialog));
+ }
+
+ update_document_info (plugin, doc);
+ update_selection_info (plugin, doc);
+}
+
+static void
+gedit_docinfo_plugin_init (GeditDocinfoPlugin *plugin)
+{
+ gedit_debug_message (DEBUG_PLUGINS, "GeditDocinfoPlugin initializing");
+
+ plugin->priv = gedit_docinfo_plugin_get_instance_private (plugin);
+}
+
+static void
+gedit_docinfo_plugin_dispose (GObject *object)
+{
+ GeditDocinfoPlugin *plugin = GEDIT_DOCINFO_PLUGIN (object);
+
+ gedit_debug_message (DEBUG_PLUGINS, "GeditDocinfoPlugin dispose");
+
+ g_clear_object (&plugin->priv->action);
+ g_clear_object (&plugin->priv->window);
+ g_clear_object (&plugin->priv->menu_ext);
+ g_clear_object (&plugin->priv->app);
+
+ G_OBJECT_CLASS (gedit_docinfo_plugin_parent_class)->dispose (object);
+}
+
+
+static void
+gedit_docinfo_plugin_finalize (GObject *object)
+{
+ gedit_debug_message (DEBUG_PLUGINS, "GeditDocinfoPlugin finalizing");
+
+ G_OBJECT_CLASS (gedit_docinfo_plugin_parent_class)->finalize (object);
+}
+
+static void
+gedit_docinfo_plugin_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditDocinfoPlugin *plugin = GEDIT_DOCINFO_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ plugin->priv->window = GEDIT_WINDOW (g_value_dup_object (value));
+ break;
+ case PROP_APP:
+ plugin->priv->app = GEDIT_APP (g_value_dup_object (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_docinfo_plugin_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditDocinfoPlugin *plugin = GEDIT_DOCINFO_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ g_value_set_object (value, plugin->priv->window);
+ break;
+ case PROP_APP:
+ g_value_set_object (value, plugin->priv->app);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+update_ui (GeditDocinfoPlugin *plugin)
+{
+ GeditDocinfoPluginPrivate *priv;
+ GeditView *view;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ view = gedit_window_get_active_view (priv->window);
+
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (priv->action), view != NULL);
+
+ if (priv->dialog != NULL)
+ {
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (priv->dialog),
+ GTK_RESPONSE_OK,
+ (view != NULL));
+ }
+}
+
+static void
+gedit_docinfo_plugin_app_activate (GeditAppActivatable *activatable)
+{
+ GeditDocinfoPluginPrivate *priv;
+ GMenuItem *item;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_DOCINFO_PLUGIN (activatable)->priv;
+
+ priv->menu_ext = gedit_app_activatable_extend_menu (activatable, "tools-section");
+ item = g_menu_item_new (_("_Document Statistics"), "win.docinfo");
+ gedit_menu_extension_append_menu_item (priv->menu_ext, item);
+ g_object_unref (item);
+}
+
+static void
+gedit_docinfo_plugin_app_deactivate (GeditAppActivatable *activatable)
+{
+ GeditDocinfoPluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_DOCINFO_PLUGIN (activatable)->priv;
+
+ g_clear_object (&priv->menu_ext);
+}
+
+static void
+gedit_docinfo_plugin_window_activate (GeditWindowActivatable *activatable)
+{
+ GeditDocinfoPluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_DOCINFO_PLUGIN (activatable)->priv;
+
+ priv->action = g_simple_action_new ("docinfo", NULL);
+ g_signal_connect (priv->action, "activate",
+ G_CALLBACK (docinfo_cb), activatable);
+ g_action_map_add_action (G_ACTION_MAP (priv->window),
+ G_ACTION (priv->action));
+
+ update_ui (GEDIT_DOCINFO_PLUGIN (activatable));
+}
+
+static void
+gedit_docinfo_plugin_window_deactivate (GeditWindowActivatable *activatable)
+{
+ GeditDocinfoPluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_DOCINFO_PLUGIN (activatable)->priv;
+
+ g_action_map_remove_action (G_ACTION_MAP (priv->window), "docinfo");
+}
+
+static void
+gedit_docinfo_plugin_window_update_state (GeditWindowActivatable *activatable)
+{
+ gedit_debug (DEBUG_PLUGINS);
+
+ update_ui (GEDIT_DOCINFO_PLUGIN (activatable));
+}
+
+static void
+gedit_docinfo_plugin_class_init (GeditDocinfoPluginClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_docinfo_plugin_dispose;
+ object_class->finalize = gedit_docinfo_plugin_finalize;
+ object_class->set_property = gedit_docinfo_plugin_set_property;
+ object_class->get_property = gedit_docinfo_plugin_get_property;
+
+ g_object_class_override_property (object_class, PROP_WINDOW, "window");
+ g_object_class_override_property (object_class, PROP_APP, "app");
+}
+
+static void
+gedit_app_activatable_iface_init (GeditAppActivatableInterface *iface)
+{
+ iface->activate = gedit_docinfo_plugin_app_activate;
+ iface->deactivate = gedit_docinfo_plugin_app_deactivate;
+}
+
+static void
+gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface)
+{
+ iface->activate = gedit_docinfo_plugin_window_activate;
+ iface->deactivate = gedit_docinfo_plugin_window_deactivate;
+ iface->update_state = gedit_docinfo_plugin_window_update_state;
+}
+
+static void
+gedit_docinfo_plugin_class_finalize (GeditDocinfoPluginClass *klass)
+{
+}
+
+
+G_MODULE_EXPORT void
+peas_register_types (PeasObjectModule *module)
+{
+ gedit_docinfo_plugin_register_type (G_TYPE_MODULE (module));
+
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_APP_ACTIVATABLE,
+ GEDIT_TYPE_DOCINFO_PLUGIN);
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ GEDIT_TYPE_DOCINFO_PLUGIN);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/docinfo/gedit-docinfo-plugin.h b/plugins/docinfo/gedit-docinfo-plugin.h
new file mode 100644
index 0000000..e657c9f
--- /dev/null
+++ b/plugins/docinfo/gedit-docinfo-plugin.h
@@ -0,0 +1,63 @@
+/*
+ * gedit-docinfo-plugin.h
+ *
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#ifndef GEDIT_DOCINFO_PLUGIN_H
+#define GEDIT_DOCINFO_PLUGIN_H
+
+#include <glib.h>
+#include <glib-object.h>
+#include <libpeas/peas-extension-base.h>
+#include <libpeas/peas-object-module.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_DOCINFO_PLUGIN (gedit_docinfo_plugin_get_type ())
+#define GEDIT_DOCINFO_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GEDIT_TYPE_DOCINFO_PLUGIN, GeditDocinfoPlugin))
+#define GEDIT_DOCINFO_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GEDIT_TYPE_DOCINFO_PLUGIN, GeditDocinfoPluginClass))
+#define GEDIT_IS_DOCINFO_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GEDIT_TYPE_DOCINFO_PLUGIN))
+#define GEDIT_IS_DOCINFO_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GEDIT_TYPE_DOCINFO_PLUGIN))
+#define GEDIT_DOCINFO_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GEDIT_TYPE_DOCINFO_PLUGIN, GeditDocinfoPluginClass))
+
+typedef struct _GeditDocinfoPlugin GeditDocinfoPlugin;
+typedef struct _GeditDocinfoPluginPrivate GeditDocinfoPluginPrivate;
+typedef struct _GeditDocinfoPluginClass GeditDocinfoPluginClass;
+
+struct _GeditDocinfoPlugin
+{
+ PeasExtensionBase parent;
+
+ /*< private >*/
+ GeditDocinfoPluginPrivate *priv;
+};
+
+struct _GeditDocinfoPluginClass
+{
+ PeasExtensionBaseClass parent_class;
+};
+
+GType gedit_docinfo_plugin_get_type (void) G_GNUC_CONST;
+
+G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
+
+G_END_DECLS
+
+#endif /* GEDIT_DOCINFO_PLUGIN_H */
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/docinfo/meson.build b/plugins/docinfo/meson.build
new file mode 100644
index 0000000..200ace5
--- /dev/null
+++ b/plugins/docinfo/meson.build
@@ -0,0 +1,34 @@
+libdocinfo_sources = files(
+ 'gedit-docinfo-plugin.c',
+)
+
+libdocinfo_deps = [
+ libgedit_dep,
+]
+
+subdir('resources')
+
+libdocinfo_sha = shared_module(
+ 'docinfo',
+ sources: libdocinfo_sources,
+ include_directories: root_include_dir,
+ dependencies: libdocinfo_deps,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ ),
+ name_suffix: module_suffix,
+)
+
+custom_target(
+ 'docinfo.plugin',
+ input: 'docinfo.plugin.desktop.in',
+ output: 'docinfo.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
diff --git a/plugins/docinfo/resources/gedit-docinfo.gresource.xml b/plugins/docinfo/resources/gedit-docinfo.gresource.xml
new file mode 100644
index 0000000..9d61659
--- /dev/null
+++ b/plugins/docinfo/resources/gedit-docinfo.gresource.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+ <gresource prefix="/org/gnome/gedit/plugins/docinfo">
+ <file preprocess="xml-stripblanks">ui/gedit-docinfo-plugin.ui</file>
+ </gresource>
+</gresources>
diff --git a/plugins/docinfo/resources/meson.build b/plugins/docinfo/resources/meson.build
new file mode 100644
index 0000000..b1f4d4d
--- /dev/null
+++ b/plugins/docinfo/resources/meson.build
@@ -0,0 +1,8 @@
+libdocinfo_res = gnome.compile_resources(
+ 'gedit-docinfo-resources',
+ 'gedit-docinfo.gresource.xml',
+)
+
+libdocinfo_sources += [
+ libdocinfo_res.get(0),
+]
diff --git a/plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui b/plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui
new file mode 100644
index 0000000..84cf918
--- /dev/null
+++ b/plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui
@@ -0,0 +1,337 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk+" version="2.16"/>
+ <object class="GtkDialog" id="dialog">
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">Document Statistics</property>
+ <property name="resizable">False</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="type_hint">dialog</property>
+ <child type="titlebar">
+ <object class="GtkHeaderBar" id="header_bar">
+ <property name="title" translatable="yes">Document Statistics</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="show-close-button">True</property>
+ <child>
+ <object class="GtkButton" id="update_button">
+ <property name="visible">True</property>
+ <property name="valign">center</property>
+ <property name="can_focus">True</property>
+ <property name="use_underline">True</property>
+ <style>
+ <class name="image-button"/>
+ </style>
+ <child>
+ <object class="GtkImage" id="reload_button_image">
+ <property name="visible">True</property>
+ <property name="icon_size">1</property>
+ <property name="icon_name">view-refresh-symbolic</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="pack_type">start</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">8</property>
+ <child>
+ <object class="GtkBox" id="docinfo_dialog_content">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkGrid" id="grid_table">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">18</property>
+ <child>
+ <object class="GtkLabel" id="document_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Document</property>
+ <property name="use_markup">True</property>
+ <property name="use_underline">True</property>
+ <property name="justify">center</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="selection_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Selection</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="lines_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Lines</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="words_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Words</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="chars_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Characters (with spaces)</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="chars_ns_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Characters (no spaces)</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">4</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="bytes_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Bytes</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">5</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="document_lines_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="document_words_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="document_chars_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="document_chars_ns_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">4</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="document_bytes_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">5</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="selected_lines_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="selected_words_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="selected_chars_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="selected_chars_ns_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">4</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="selected_bytes_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">1</property>
+ <property name="label">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">5</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="-5">update_button</action-widget>
+ </action-widgets>
+ </object>
+</interface>
diff --git a/plugins/externaltools/data/build.desktop.in b/plugins/externaltools/data/build.desktop.in
new file mode 100644
index 0000000..14dfebd
--- /dev/null
+++ b/plugins/externaltools/data/build.desktop.in
@@ -0,0 +1,9 @@
+[Gedit Tool]
+Name=Build
+Comment=Run “make” in the document directory
+Input=nothing
+Output=output-panel
+Shortcut=<Control>F8
+Applicability=local
+Save-files=all
+Languages=
diff --git a/plugins/externaltools/data/build.tool.in b/plugins/externaltools/data/build.tool.in
new file mode 100755
index 0000000..0b81d5b
--- /dev/null
+++ b/plugins/externaltools/data/build.tool.in
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+EHOME=`echo $HOME | sed "s/#/\#/"`
+DIR=$GEDIT_CURRENT_DOCUMENT_DIR
+while test "$DIR" != "/"; do
+ for m in GNUmakefile makefile Makefile; do
+ if [ -f "${DIR}/${m}" ]; then
+ echo "Using ${m} from ${DIR}" | sed "s#$EHOME#~#" > /dev/stderr
+ make -C "${DIR}"
+ exit
+ fi
+ done
+ DIR=`dirname "${DIR}"`
+done
+echo "No Makefile found!" > /dev/stderr
diff --git a/plugins/externaltools/data/meson.build b/plugins/externaltools/data/meson.build
new file mode 100644
index 0000000..02d5d6c
--- /dev/null
+++ b/plugins/externaltools/data/meson.build
@@ -0,0 +1,46 @@
+externaltools_tools = [
+ 'build',
+ 'remove-trailing-spaces',
+ 'send-to-fpaste',
+]
+
+if host_machine.system() == 'darwin'
+ externaltools_tools += [
+ 'open-terminal-here-osx',
+ ]
+elif host_machine.system() != 'windows'
+ externaltools_tools += [
+ 'open-terminal-here',
+ 'run-command',
+ ]
+endif
+
+foreach tool_name: externaltools_tools
+ dektop_file = custom_target(
+ '@0@.desktop'.format(tool_name),
+ input: '@0@.desktop.in'.format(tool_name),
+ output: '@0@.desktop'.format(tool_name),
+ command: msgfmt_externaltools_cmd,
+ install: false,
+ )
+
+ custom_target(
+ '@0@.tool'.format(tool_name),
+ input: '@0@.tool.in'.format(tool_name),
+ output: '@0@'.format(tool_name),
+ depends: dektop_file,
+ command: [
+ merge_tool_prg,
+ '@INPUT@',
+ dektop_file.full_path(),
+ ],
+ capture: true,
+ install: true,
+ install_dir: join_paths(
+ pkgdatadir,
+ 'plugins',
+ 'externaltools',
+ 'tools',
+ )
+ )
+endforeach
diff --git a/plugins/externaltools/data/open-terminal-here-osx.desktop.in b/plugins/externaltools/data/open-terminal-here-osx.desktop.in
new file mode 100644
index 0000000..846ff9a
--- /dev/null
+++ b/plugins/externaltools/data/open-terminal-here-osx.desktop.in
@@ -0,0 +1,9 @@
+[Gedit Tool]
+Name=Open terminal here
+Comment=Open a terminal in the document location
+Input=nothing
+Output=output-panel
+Applicability=local
+Save-files=nothing
+Languages=
+Shortcut=<Primary><Alt>t
diff --git a/plugins/externaltools/data/open-terminal-here-osx.tool.in b/plugins/externaltools/data/open-terminal-here-osx.tool.in
new file mode 100755
index 0000000..c336006
--- /dev/null
+++ b/plugins/externaltools/data/open-terminal-here-osx.tool.in
@@ -0,0 +1,16 @@
+#!/usr/bin/osascript
+
+set the_path to system attribute "GEDIT_CURRENT_DOCUMENT_DIR"
+set cmd to "cd " & quoted form of the_path
+
+tell application "System Events" to set terminalIsRunning to exists application process "Terminal"
+
+tell application "Terminal"
+ activate
+
+ if terminalIsRunning is true then
+ do script with command cmd
+ else
+ do script with command cmd in window 1
+ end if
+end tell
diff --git a/plugins/externaltools/data/open-terminal-here.desktop.in b/plugins/externaltools/data/open-terminal-here.desktop.in
new file mode 100644
index 0000000..846ff9a
--- /dev/null
+++ b/plugins/externaltools/data/open-terminal-here.desktop.in
@@ -0,0 +1,9 @@
+[Gedit Tool]
+Name=Open terminal here
+Comment=Open a terminal in the document location
+Input=nothing
+Output=output-panel
+Applicability=local
+Save-files=nothing
+Languages=
+Shortcut=<Primary><Alt>t
diff --git a/plugins/externaltools/data/open-terminal-here.tool.in b/plugins/externaltools/data/open-terminal-here.tool.in
new file mode 100755
index 0000000..9365648
--- /dev/null
+++ b/plugins/externaltools/data/open-terminal-here.tool.in
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+#TODO: use "gconftool-2 -g /desktop/gnome/applications/terminal/exec"
+gnome-terminal --working-directory="$GEDIT_CURRENT_DOCUMENT_DIR" &
diff --git a/plugins/externaltools/data/remove-trailing-spaces.desktop.in b/plugins/externaltools/data/remove-trailing-spaces.desktop.in
new file mode 100644
index 0000000..9a34de7
--- /dev/null
+++ b/plugins/externaltools/data/remove-trailing-spaces.desktop.in
@@ -0,0 +1,9 @@
+[Gedit Tool]
+Name=Remove trailing spaces
+Comment=Remove useless trailing spaces in your file
+Input=document
+Output=replace-document
+Shortcut=<Alt>F12
+Applicability=all
+Save-files=nothing
+Languages=
diff --git a/plugins/externaltools/data/remove-trailing-spaces.tool.in b/plugins/externaltools/data/remove-trailing-spaces.tool.in
new file mode 100755
index 0000000..83e4c19
--- /dev/null
+++ b/plugins/externaltools/data/remove-trailing-spaces.tool.in
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+sed 's/[[:blank:]]*$//'
diff --git a/plugins/externaltools/data/run-command.desktop.in b/plugins/externaltools/data/run-command.desktop.in
new file mode 100644
index 0000000..ca7b7da
--- /dev/null
+++ b/plugins/externaltools/data/run-command.desktop.in
@@ -0,0 +1,8 @@
+[Gedit Tool]
+Name=Run command
+Comment=Execute a custom command and put its output in a new document
+Input=nothing
+Output=new-document
+Applicability=all
+Save-files=nothing
+Languages=
diff --git a/plugins/externaltools/data/run-command.tool.in b/plugins/externaltools/data/run-command.tool.in
new file mode 100755
index 0000000..77ad4e6
--- /dev/null
+++ b/plugins/externaltools/data/run-command.tool.in
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+#TODO: use "gconftool-2 -g /desktop/gnome/applications/terminal/exec"
+eval $(zenity --entry --title="Run Command - gedit" --text="Command to run:")
diff --git a/plugins/externaltools/data/send-to-fpaste.desktop.in b/plugins/externaltools/data/send-to-fpaste.desktop.in
new file mode 100644
index 0000000..40282c8
--- /dev/null
+++ b/plugins/externaltools/data/send-to-fpaste.desktop.in
@@ -0,0 +1,11 @@
+[Gedit Tool]
+Name=Send to fpaste
+Comment=Paste selected text or current document to fpaste
+Input=selection-document
+Output=output-panel
+Shortcut=<Shift><Super>p
+Applicability=always
+Save-files=nothing
+Languages=
+
+
diff --git a/plugins/externaltools/data/send-to-fpaste.tool.in b/plugins/externaltools/data/send-to-fpaste.tool.in
new file mode 100755
index 0000000..d392173
--- /dev/null
+++ b/plugins/externaltools/data/send-to-fpaste.tool.in
@@ -0,0 +1,26 @@
+#!/usr/bin/env python3
+
+import os, urllib, json, sys, urllib.request
+from gi.repository import Gtk, Gdk
+
+text = sys.stdin.read()
+
+lang = os.getenv('GEDIT_CURRENT_DOCUMENT_LANGUAGE')
+if lang is None:
+ lang = "text"
+
+url_params = urllib.parse.urlencode({'paste_data': text, 'paste_lang': lang, 'mode':'json', 'api_submit':'true'})
+openfpaste = urllib.request.urlopen("http://fpaste.org", bytes(url_params, 'utf-8')).read().decode("utf-8")
+if openfpaste is None:
+ print("Failed to send fpaste request.")
+
+final_data = json.loads(openfpaste)
+
+paste_url = "http://fpaste.org/" + final_data['result']['id']
+
+disp = Gdk.Display.get_default()
+clipboard = Gtk.Clipboard.get_for_display(disp, Gdk.SELECTION_CLIPBOARD)
+clipboard.set_text(paste_url, len(paste_url))
+clipboard.store()
+
+print(paste_url + " has been copied to the clipboard.")
diff --git a/plugins/externaltools/externaltools.plugin.desktop.in b/plugins/externaltools/externaltools.plugin.desktop.in
new file mode 100644
index 0000000..f575818
--- /dev/null
+++ b/plugins/externaltools/externaltools.plugin.desktop.in
@@ -0,0 +1,9 @@
+[Plugin]
+Loader=python3
+Module=externaltools
+IAge=3
+Name=External Tools
+Description=Execute external commands and shell scripts.
+Authors=Steve Frécinaux <steve@istique.net>
+Copyright=Copyright © 2005 Steve Frécinaux
+Website=http://www.gedit.org
diff --git a/plugins/externaltools/meson.build b/plugins/externaltools/meson.build
new file mode 100644
index 0000000..d46d0dd
--- /dev/null
+++ b/plugins/externaltools/meson.build
@@ -0,0 +1,35 @@
+subdir('scripts')
+subdir('tools')
+subdir('data')
+
+externaltools_gschema_file = files('org.gnome.gedit.plugins.externaltools.gschema.xml')
+install_data(
+ externaltools_gschema_file,
+ install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'glib-2.0/schemas')
+)
+
+if xmllint.found()
+ test(
+ 'validate-externaltools-gschema',
+ xmllint,
+ args: [
+ '--noout',
+ '--dtdvalid', gschema_dtd,
+ externaltools_gschema_file,
+ ]
+ )
+endif
+
+custom_target(
+ 'externaltools.plugin',
+ input: 'externaltools.plugin.desktop.in',
+ output: 'externaltools.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
+
+subdir('tests')
diff --git a/plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml b/plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml
new file mode 100644
index 0000000..d760de2
--- /dev/null
+++ b/plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml
@@ -0,0 +1,20 @@
+<schemalist gettext-domain="gedit">
+ <schema id="org.gnome.gedit.plugins.externaltools" path="/org/gnome/gedit/plugins/externaltools/">
+ <key name="use-system-font" type="b">
+ <default>true</default>
+ <summary>Whether to use the system font</summary>
+ <description>
+ If true, the external tools will use the desktop-global standard
+ font if it’s monospace (and the most similar font it can
+ come up with otherwise).
+ </description>
+ </key>
+ <key name="font" type="s">
+ <default>'Monospace 10'</default>
+ <summary>Font</summary>
+ <description>
+ A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”.
+ </description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/plugins/externaltools/scripts/gedit-tool-merge.pl b/plugins/externaltools/scripts/gedit-tool-merge.pl
new file mode 100755
index 0000000..b7cbd77
--- /dev/null
+++ b/plugins/externaltools/scripts/gedit-tool-merge.pl
@@ -0,0 +1,78 @@
+#!/usr/bin/env perl
+
+# gedit-tool-merge.pl
+# This file is part of gedit
+#
+# Copyright (C) 2006 - Steve Frécinaux <code@istique.net>
+#
+# gedit is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# gedit is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with gedit; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301 USA
+
+# This script merges a script file with a desktop file containing
+# metadata about the external tool. This is required in order to
+# have translatable tools (bug #342042) since intltool can't extract
+# string directly from tool files (a tool file being the combination
+# of a script file and a metadata section).
+#
+# The desktop file is embedded in a comment of the script file, under
+# the assumption that any scripting language supports # as a comment
+# mark (this is likely to be true since the shebang uses #!). The
+# section is placed at the top of the tool file, after the shebang and
+# modelines if present.
+
+use strict;
+use warnings;
+use Getopt::Long;
+
+sub usage {
+ print <<EOF;
+Usage: ${0} [OPTION]... [SCRIPT] [DESKTOP]
+Merges a script file with a desktop file, embedding it in a comment.
+
+ -o, --output=FILE Specify the output file name. [default: stdout]
+EOF
+ exit;
+}
+
+my $output = "";
+my $help;
+
+GetOptions ("help|h" => \$help, "output|o=s" => \$output) or &usage;
+usage if $help or @ARGV lt 2;
+
+open INFILE, "<", $ARGV[0];
+open DFILE, "<", $ARGV[1];
+open STDOUT, ">", $output if $output;
+
+# Put shebang and various modelines at the top of the generated file.
+$_ = <INFILE>;
+print and $_ = <INFILE> if /^#!/;
+print and $_ = <INFILE> if /-\*-/;
+print and $_ = <INFILE> if /(ex|vi|vim):/;
+
+# Put a blank line before the info block if there is one in INFILE.
+print and $_ = <INFILE> if /^\s*$/;
+seek INFILE, -length, 1;
+
+# Embed the desktop file...
+print "# $_" while <DFILE>;
+print "\n";
+
+# ...and write the remaining part of the script.
+print while <INFILE>;
+
+close INFILE;
+close DFILE;
+close STDOUT;
diff --git a/plugins/externaltools/scripts/meson.build b/plugins/externaltools/scripts/meson.build
new file mode 100644
index 0000000..c5f50e9
--- /dev/null
+++ b/plugins/externaltools/scripts/meson.build
@@ -0,0 +1,13 @@
+msgfmt_externaltools_cmd = [
+ find_program('msgfmt'),
+ '--desktop',
+ '--keyword=Name',
+ '--keyword=Comment',
+ '--template=@INPUT@',
+ '-d', join_paths(srcdir, 'po'),
+ '--output=@OUTPUT@'
+]
+
+merge_tool_prg = find_program(
+ files('gedit-tool-merge.pl'),
+)
diff --git a/plugins/externaltools/tests/meson.build b/plugins/externaltools/tests/meson.build
new file mode 100644
index 0000000..6cee9fe
--- /dev/null
+++ b/plugins/externaltools/tests/meson.build
@@ -0,0 +1,21 @@
+externaltools_tests = {
+ 'LinkParser': files('testlinkparsing.py'),
+}
+
+externaltools_srcdir = join_paths(
+ srcdir,
+ 'plugins',
+ 'externaltools',
+ 'tools',
+)
+
+foreach test_name, test_script : externaltools_tests
+ test(
+ 'test-externaltools-@0@'.format(test_name),
+ python3,
+ args: [test_script],
+ env: [
+ 'PYTHONPATH=@0@'.format(externaltools_srcdir),
+ ]
+ )
+endforeach
diff --git a/plugins/externaltools/tests/testlinkparsing.py b/plugins/externaltools/tests/testlinkparsing.py
new file mode 100644
index 0000000..3b8a78e
--- /dev/null
+++ b/plugins/externaltools/tests/testlinkparsing.py
@@ -0,0 +1,203 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2009-2010 Per Arneng <per.arneng@anyplanet.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import unittest
+from linkparsing import LinkParser
+
+
+class TestLinkParser(unittest.TestCase):
+
+ def setUp(self):
+ self.p = LinkParser()
+
+ def assert_link_count(self, links, expected_count):
+ self.assertEqual(len(links), expected_count, 'incorrect nr of links')
+
+ def assert_link(self, actual, path, line_nr, col_nr=0):
+ self.assertEqual(actual.path, path, "incorrect path")
+ self.assertEqual(actual.line_nr, line_nr, "incorrect line nr")
+ self.assertEqual(actual.col_nr, col_nr, "incorrect col nr")
+
+ def assert_link_text(self, text, link, link_text):
+ self.assertEqual(text[link.start:link.end], link_text,
+ "the expected link text does not match the text within the string")
+
+ def test_parse_gcc_simple_test_with_real_output(self):
+ gcc_output = """
+test.c: In function 'f':
+test.c:5:6: warning: passing argument 1 of 'f' makes integer from pointer without a cast
+test.c:3:7: note: expected 'int' but argument is of type 'char *'
+test.c: In function 'main':
+test.c:11:10: warning: initialization makes pointer from integer without a cast
+test.c:12:11: warning: initialization makes integer from pointer without a cast
+test.c:13:12: error: too few arguments to function 'f'
+test.c:14:13: error: expected ';' before 'return'
+"""
+ links = self.p.parse(gcc_output)
+ self.assert_link_count(links, 6)
+ lnk = links[2]
+ self.assert_link(lnk, "test.c", 11, 10)
+ self.assert_link_text(gcc_output, lnk, "test.c:11:10")
+
+ def test_parse_gcc_one_line(self):
+ line = "/tmp/myfile.c:1212:12: error: ..."
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "/tmp/myfile.c", 1212, 12)
+ self.assert_link_text(line, lnk, "/tmp/myfile.c:1212:12")
+
+ def test_parse_gcc_empty_string(self):
+ links = self.p.parse("")
+ self.assert_link_count(links, 0)
+
+ def test_parse_gcc_no_files_in_text(self):
+ links = self.p.parse("no file links in this string")
+ self.assert_link_count(links, 0)
+
+ def test_parse_gcc_none_as_argument(self):
+ self.assertRaises(ValueError, self.p.parse, None)
+
+ def test_parse_grep_one_line(self):
+ line = "libnautilus-private/nautilus-canvas-container.h:45:#define NAUTILUS_CANVAS_ICON_DATA(pointer)"
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "libnautilus-private/nautilus-canvas-container.h", 45)
+ self.assert_link_text(line, lnk, "libnautilus-private/nautilus-canvas-container.h:45")
+
+ def test_parse_python_simple_test_with_real_output(self):
+ output = """
+Traceback (most recent call last):
+ File "test.py", line 10, in <module>
+ err()
+ File "test.py", line 7, in err
+ real_err()
+ File "test.py", line 4, in real_err
+ int('xxx')
+ValueError: invalid literal for int() with base 10: 'xxx'
+"""
+ links = self.p.parse(output)
+ self.assert_link_count(links, 3)
+ lnk = links[2]
+ self.assert_link(lnk, "test.py", 4)
+ self.assert_link_text(output, lnk, '"test.py", line 4')
+
+ def test_parse_python_one_line(self):
+ line = " File \"test.py\", line 1\n def a()"
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "test.py", 1)
+ self.assert_link_text(line, lnk, '"test.py", line 1')
+
+ def test_parse_bash_one_line(self):
+ line = "test.sh: line 5: gerp: command not found"
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "test.sh", 5)
+ self.assert_link_text(line, lnk, 'test.sh: line 5')
+
+ def test_parse_javac_one_line(self):
+ line = "/tmp/Test.java:10: incompatible types"
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "/tmp/Test.java", 10)
+ self.assert_link_text(line, lnk, '/tmp/Test.java:10')
+
+ def test_parse_valac_simple_test_with_real_output(self):
+ output = """
+Test.vala:14.13-14.21: error: Assignment: Cannot convert from `string' to `int'
+ int a = "xxx";
+ ^^^^^^^^^
+"""
+ links = self.p.parse(output)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "Test.vala", 14)
+ self.assert_link_text(output, lnk, 'Test.vala:14.13-14.21')
+
+ def test_parse_ruby_simple_test_with_real_output(self):
+ output = """
+test.rb:5: undefined method `fake_method' for main:Object (NoMethodError)
+ from test.rb:3:in `each'
+ from test.rb:3
+"""
+ links = self.p.parse(output)
+ self.assert_link_count(links, 3)
+ lnk = links[0]
+ self.assert_link(lnk, "test.rb", 5)
+ self.assert_link_text(output, lnk, 'test.rb:5')
+ lnk = links[1]
+ self.assert_link(lnk, "test.rb", 3)
+ self.assert_link_text(output, lnk, 'test.rb:3')
+
+ def test_parse_scalac_one_line(self):
+ line = "Test.scala:7: error: not found: value fakeMethod"
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "Test.scala", 7)
+ self.assert_link_text(line, lnk, 'Test.scala:7')
+
+ def test_parse_sbt_one_line(self):
+ line = "[error] /home/hank/foo/Test.scala:7: not found: value fakeMethod"
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "/home/hank/foo/Test.scala", 7)
+ self.assert_link_text(line, lnk, '/home/hank/foo/Test.scala:7')
+
+ def test_parse_go_6g_one_line(self):
+ line = "test.go:9: undefined: FakeMethod"
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "test.go", 9)
+ self.assert_link_text(line, lnk, 'test.go:9')
+
+ def test_parse_perl_one_line(self):
+ line = 'syntax error at test.pl line 889, near "$fake_var'
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "test.pl", 889)
+ self.assert_link_text(line, lnk, 'test.pl line 889')
+
+ def test_parse_mcs_one_line(self):
+ line = 'Test.cs(12,7): error CS0103: The name `fakeMethod'
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "Test.cs", 12)
+ self.assert_link_text(line, lnk, 'Test.cs(12,7)')
+
+ def test_parse_pas_one_line(self):
+ line = 'hello.pas(11,1) Fatal: Syntax error, ":" expected but "BEGIN"'
+ links = self.p.parse(line)
+ self.assert_link_count(links, 1)
+ lnk = links[0]
+ self.assert_link(lnk, "hello.pas", 11)
+ self.assert_link_text(line, lnk, 'hello.pas(11,1)')
+
+if __name__ == '__main__':
+ unittest.main()
+
+# ex:ts=4:et:
diff --git a/plugins/externaltools/tools/__init__.py b/plugins/externaltools/tools/__init__.py
new file mode 100644
index 0000000..0cc0b4f
--- /dev/null
+++ b/plugins/externaltools/tools/__init__.py
@@ -0,0 +1,26 @@
+# -*- coding: UTF-8 -*-
+# Gedit External Tools plugin
+# Copyright (C) 2010 Ignacio Casal Quinteiro <icq@gnome.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import gi
+gi.require_version('Gedit', '3.0')
+gi.require_version('Gtk', '3.0')
+
+from .appactivatable import AppActivatable
+from .windowactivatable import WindowActivatable
+
+# ex:ts=4:et:
diff --git a/plugins/externaltools/tools/appactivatable.py b/plugins/externaltools/tools/appactivatable.py
new file mode 100644
index 0000000..87e1226
--- /dev/null
+++ b/plugins/externaltools/tools/appactivatable.py
@@ -0,0 +1,178 @@
+# -*- coding: UTF-8 -*-
+# Gedit External Tools plugin
+# Copyright (C) 2005-2006 Steve Frécinaux <steve@istique.net>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from gi.repository import GLib, Gio, GObject, Gtk, Gdk, Gedit
+from .library import ToolLibrary
+from .manager import Manager
+import os
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class ToolMenu(object):
+ def __init__(self, library, menu):
+ super(ToolMenu, self).__init__()
+ self._library = library
+ self._menu = menu
+ self._action_tools = {}
+
+ self.update()
+
+ def deactivate(self):
+ self.remove()
+
+ def remove(self):
+ self._menu.remove_all()
+
+ for name, tool in self._action_tools.items():
+ if tool.shortcut:
+ app = Gio.Application.get_default()
+ app.remove_accelerator(tool.shortcut)
+
+ def _insert_directory(self, directory, menu):
+ for d in sorted(directory.subdirs, key=lambda x: x.name.lower()):
+ submenu = Gio.Menu()
+ menu.append_submenu(d.name.replace('_', '__'), submenu)
+ section = Gio.Menu()
+ submenu.append_section(None, section)
+
+ self._insert_directory(d, section)
+
+ for tool in sorted(directory.tools, key=lambda x: x.name.lower()):
+ # FIXME: find a better way to share the action name
+ action_name = 'external-tool-%X-%X' % (id(tool), id(tool.name))
+ item = Gio.MenuItem.new(tool.name.replace('_', '__'), "win.%s" % action_name)
+ item.set_attribute_value("hidden-when", GLib.Variant.new_string("action-disabled"))
+ menu.append_item(item)
+
+ if tool.shortcut:
+ app = Gio.Application.get_default()
+ app.add_accelerator(tool.shortcut, "win.%s" % action_name, None)
+
+ def update(self):
+ self.remove()
+ self._insert_directory(self._library.tree, self._menu)
+
+
+# FIXME: restore the launch of the manager on configure using PeasGtk.Configurable
+class AppActivatable(GObject.Object, Gedit.AppActivatable):
+ __gtype_name__ = "ExternalToolsAppActivatable"
+
+ app = GObject.Property(type=Gedit.App)
+
+ def __init__(self):
+ GObject.Object.__init__(self)
+ self.menu = None
+ self._manager = None
+ self._manager_default_size = None
+
+ def do_activate(self):
+ self._library = ToolLibrary()
+ self._library.set_locations(os.path.join(self.plugin_info.get_data_dir(), 'tools'))
+
+ action = Gio.SimpleAction(name="manage-tools")
+ action.connect("activate", lambda action, parameter: self._open_dialog())
+ self.app.add_action(action)
+
+ self.css = Gtk.CssProvider()
+ self.css.load_from_data("""
+.gedit-tool-manager-paned {
+ border-style: solid;
+ border-color: @borders;
+}
+
+.gedit-tool-manager-paned:dir(ltr) {
+ border-width: 0 1px 0 0;
+}
+
+.gedit-tool-manager-paned:dir(rtl) {
+ border-width: 0 0 0 1px;
+}
+
+.gedit-tool-manager-view {
+ border-width: 0 0 1px 0;
+}
+
+.gedit-tool-manager-treeview {
+ border-top-width: 0;
+}
+
+.gedit-tool-manager-treeview:dir(ltr) {
+ border-left-width: 0;
+}
+
+.gedit-tool-manager-treeview:dir(rtl) {
+ border-right-width: 0;
+}
+""".encode('utf-8'))
+
+ Gtk.StyleContext.add_provider_for_screen(Gdk.Screen.get_default(),
+ self.css, 600)
+
+ self.menu_ext = self.extend_menu("preferences-section")
+ item = Gio.MenuItem.new(_("Manage _External Tools…"), "app.manage-tools")
+ self.menu_ext.append_menu_item(item)
+
+ self.submenu_ext = self.extend_menu("tools-section-1")
+ external_tools_submenu = Gio.Menu()
+ item = Gio.MenuItem.new_submenu(_("External _Tools"), external_tools_submenu)
+ self.submenu_ext.append_menu_item(item)
+ external_tools_submenu_section = Gio.Menu()
+ external_tools_submenu.append_section(None, external_tools_submenu_section)
+
+ self.menu = ToolMenu(self._library, external_tools_submenu_section)
+
+ def do_deactivate(self):
+ self.menu.deactivate()
+ self.menu_ext = None
+ self.submenu_ext = None
+
+ self.app.remove_action("manage-tools")
+
+ Gtk.StyleContext.remove_provider_for_screen(Gdk.Screen.get_default(),
+ self.css)
+
+ def _open_dialog(self):
+ if not self._manager:
+ self._manager = Manager(self.plugin_info.get_data_dir())
+
+ if self._manager_default_size:
+ self._manager.dialog.set_default_size(*self._manager_default_size)
+
+ self._manager.dialog.connect('destroy', self._on_manager_destroy)
+ self._manager.connect('tools-updated', self._on_manager_tools_updated)
+
+ self._manager.run(self.app.get_active_window())
+
+ return self._manager.dialog
+
+ def _on_manager_destroy(self, dialog):
+ self._manager_default_size = self._manager.get_final_size()
+ self._manager = None
+
+ def _on_manager_tools_updated(self, manager):
+ for window in self.app.get_main_windows():
+ window.external_tools_window_activatable.update_actions()
+ self.menu.update()
+
+# ex:ts=4:et:
diff --git a/plugins/externaltools/tools/capture.py b/plugins/externaltools/tools/capture.py
new file mode 100644
index 0000000..d7560c5
--- /dev/null
+++ b/plugins/externaltools/tools/capture.py
@@ -0,0 +1,268 @@
+# -*- coding: utf-8 -*-
+# Gedit External Tools plugin
+# Copyright (C) 2005-2006 Steve Frécinaux <steve@istique.net>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+__all__ = ('Capture', )
+
+import os
+import sys
+import signal
+import locale
+import subprocess
+import fcntl
+from gi.repository import GLib, GObject
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class Capture(GObject.Object):
+ CAPTURE_STDOUT = 0x01
+ CAPTURE_STDERR = 0x02
+ CAPTURE_BOTH = 0x03
+ CAPTURE_NEEDS_SHELL = 0x04
+
+ WRITE_BUFFER_SIZE = 0x4000
+
+ __gsignals__ = {
+ 'stdout-line': (GObject.SignalFlags.RUN_LAST, GObject.TYPE_NONE, (GObject.TYPE_STRING,)),
+ 'stderr-line': (GObject.SignalFlags.RUN_LAST, GObject.TYPE_NONE, (GObject.TYPE_STRING,)),
+ 'begin-execute': (GObject.SignalFlags.RUN_LAST, GObject.TYPE_NONE, tuple()),
+ 'end-execute': (GObject.SignalFlags.RUN_LAST, GObject.TYPE_NONE, (GObject.TYPE_INT,))
+ }
+
+ def __init__(self, command, cwd=None, env={}):
+ GObject.GObject.__init__(self)
+ self.pipe = None
+ self.env = env
+ self.cwd = cwd
+ self.flags = self.CAPTURE_BOTH | self.CAPTURE_NEEDS_SHELL
+ self.command = command
+ self.input_text = None
+
+ def set_env(self, **values):
+ self.env.update(**values)
+
+ def set_command(self, command):
+ self.command = command
+
+ def set_flags(self, flags):
+ self.flags = flags
+
+ def set_input(self, text):
+ self.input_text = text.encode("UTF-8") if text else None
+
+ def set_cwd(self, cwd):
+ self.cwd = cwd
+
+ def execute(self):
+ if self.command is None:
+ return
+
+ # Initialize pipe
+ popen_args = {
+ 'cwd': self.cwd,
+ 'shell': self.flags & self.CAPTURE_NEEDS_SHELL,
+ 'env': self.env
+ }
+
+ if self.input_text is not None:
+ popen_args['stdin'] = subprocess.PIPE
+ if self.flags & self.CAPTURE_STDOUT:
+ popen_args['stdout'] = subprocess.PIPE
+ if self.flags & self.CAPTURE_STDERR:
+ popen_args['stderr'] = subprocess.PIPE
+
+ self.tried_killing = False
+ self.in_channel = None
+ self.out_channel = None
+ self.err_channel = None
+ self.in_channel_id = 0
+ self.out_channel_id = 0
+ self.err_channel_id = 0
+
+ try:
+ self.pipe = subprocess.Popen(self.command, **popen_args)
+ except OSError as e:
+ self.pipe = None
+ self.emit('stderr-line', _('Could not execute command: %s') % (e, ))
+ return
+
+ self.emit('begin-execute')
+
+ if self.input_text is not None:
+ self.in_channel, self.in_channel_id = self.add_in_watch(self.pipe.stdin.fileno(),
+ self.on_in_writable)
+
+ if self.flags & self.CAPTURE_STDOUT:
+ self.out_channel, self.out_channel_id = self.add_out_watch(self.pipe.stdout.fileno(),
+ self.on_output)
+
+ if self.flags & self.CAPTURE_STDERR:
+ self.err_channel, self.err_channel_id = self.add_out_watch(self.pipe.stderr.fileno(),
+ self.on_err_output)
+
+ # Wait for the process to complete
+ GLib.child_watch_add(GLib.PRIORITY_DEFAULT,
+ self.pipe.pid,
+ self.on_child_end)
+
+ def add_in_watch(self, fd, io_func):
+ channel = GLib.IOChannel.unix_new(fd)
+ channel.set_flags(channel.get_flags() | GLib.IOFlags.NONBLOCK)
+ channel.set_encoding(None)
+ channel_id = GLib.io_add_watch(channel,
+ GLib.PRIORITY_DEFAULT,
+ GLib.IOCondition.OUT | GLib.IOCondition.HUP | GLib.IOCondition.ERR,
+ io_func)
+ return (channel, channel_id)
+
+ def add_out_watch(self, fd, io_func):
+ channel = GLib.IOChannel.unix_new(fd)
+ channel.set_flags(channel.get_flags() | GLib.IOFlags.NONBLOCK)
+ channel_id = GLib.io_add_watch(channel,
+ GLib.PRIORITY_DEFAULT,
+ GLib.IOCondition.IN | GLib.IOCondition.HUP | GLib.IOCondition.ERR,
+ io_func)
+ return (channel, channel_id)
+
+ def write_chunk(self, dest, condition):
+ if condition & (GObject.IO_OUT):
+ status = GLib.IOStatus.NORMAL
+ l = len(self.input_text)
+ while status == GLib.IOStatus.NORMAL:
+ if l == 0:
+ return False
+ m = min(l, self.WRITE_BUFFER_SIZE)
+ try:
+ (status, length) = dest.write_chars(self.input_text, m)
+ self.input_text = self.input_text[length:]
+ l -= length
+ except Exception as e:
+ return False
+ if status != GLib.IOStatus.AGAIN:
+ return False
+
+ if condition & ~(GObject.IO_OUT):
+ return False
+
+ return True
+
+ def on_in_writable(self, dest, condition):
+ ret = self.write_chunk(dest, condition)
+ if ret is False:
+ self.input_text = None
+ try:
+ self.in_channel.shutdown(True)
+ except:
+ pass
+ self.in_channel = None
+ self.in_channel_id = 0
+ self.cleanup_pipe()
+
+ return ret
+
+ def handle_source(self, source, condition, signalname):
+ if condition & (GObject.IO_IN | GObject.IO_PRI):
+ status = GLib.IOStatus.NORMAL
+ while status == GLib.IOStatus.NORMAL:
+ try:
+ (status, buf, length, terminator_pos) = source.read_line()
+ except Exception as e:
+ return False
+ if buf:
+ self.emit(signalname, buf)
+ if status != GLib.IOStatus.AGAIN:
+ return False
+
+ if condition & ~(GObject.IO_IN | GObject.IO_PRI):
+ return False
+
+ return True
+
+ def on_output(self, source, condition):
+ ret = self.handle_source(source, condition, 'stdout-line')
+ if ret is False and self.out_channel:
+ try:
+ self.out_channel.shutdown(True)
+ except:
+ pass
+ self.out_channel = None
+ self.out_channel_id = 0
+ self.cleanup_pipe()
+
+ return ret
+
+ def on_err_output(self, source, condition):
+ ret = self.handle_source(source, condition, 'stderr-line')
+ if ret is False and self.err_channel:
+ try:
+ self.err_channel.shutdown(True)
+ except:
+ pass
+ self.err_channel = None
+ self.err_channel_id = 0
+ self.cleanup_pipe()
+
+ return ret
+
+ def cleanup_pipe(self):
+ if self.in_channel is None and self.out_channel is None and self.err_channel is None:
+ self.pipe = None
+
+ def stop(self, error_code=-1):
+ if self.in_channel_id:
+ GLib.source_remove(self.in_channel_id)
+ self.in_channel.shutdown(True)
+ self.in_channel = None
+ self.in_channel_id = 0
+
+ if self.out_channel_id:
+ GLib.source_remove(self.out_channel_id)
+ self.out_channel.shutdown(True)
+ self.out_channel = None
+ self.out_channel_id = 0
+
+ if self.err_channel_id:
+ GLib.source_remove(self.err_channel_id)
+ self.err_channel.shutdown(True)
+ self.err_channel = None
+ self.err_channel = 0
+
+ if self.pipe is not None:
+ if not self.tried_killing:
+ os.kill(self.pipe.pid, signal.SIGTERM)
+ self.tried_killing = True
+ else:
+ os.kill(self.pipe.pid, signal.SIGKILL)
+
+ self.pipe = None
+
+ def emit_end_execute(self, error_code):
+ self.emit('end-execute', error_code)
+ return False
+
+ def on_child_end(self, pid, error_code):
+ # In an idle, so it is emitted after all the std*-line signals
+ # have been intercepted
+ GLib.idle_add(self.emit_end_execute, error_code)
+
+# ex:ts=4:et:
diff --git a/plugins/externaltools/tools/filelookup.py b/plugins/externaltools/tools/filelookup.py
new file mode 100644
index 0000000..f256eea
--- /dev/null
+++ b/plugins/externaltools/tools/filelookup.py
@@ -0,0 +1,165 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2009-2010 Per Arneng <per.arneng@anyplanet.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import os
+from gi.repository import Gio, Gedit
+from .functions import *
+
+
+class FileLookup:
+ """
+ This class is responsible for looking up files given a part or the whole
+ path of a real file. The lookup is delegated to providers wich use
+ different methods of trying to find the real file.
+ """
+
+ def __init__(self, window):
+ self.providers = []
+ self.providers.append(AbsoluteFileLookupProvider())
+ self.providers.append(BrowserRootFileLookupProvider(window))
+ self.providers.append(CwdFileLookupProvider())
+ self.providers.append(OpenDocumentRelPathFileLookupProvider())
+ self.providers.append(OpenDocumentFileLookupProvider())
+
+ def lookup(self, path):
+ """
+ Tries to find a file specified by the path parameter. It delegates to
+ different lookup providers and the first match is returned. If no file
+ was found then None is returned.
+
+ path -- the path to find
+ """
+ found_file = None
+ for provider in self.providers:
+ found_file = provider.lookup(path)
+ if found_file is not None:
+ break
+
+ return found_file
+
+
+class FileLookupProvider:
+ """
+ The base class of all file lookup providers.
+ """
+
+ def lookup(self, path):
+ """
+ This method must be implemented by subclasses. Implementors will be
+ given a path and will try to find a matching file. If no file is found
+ then None is returned.
+ """
+ raise NotImplementedError("need to implement a lookup method")
+
+
+class AbsoluteFileLookupProvider(FileLookupProvider):
+ """
+ This file tries to see if the path given is an absolute path and that the
+ path references a file.
+ """
+
+ def lookup(self, path):
+ if os.path.isabs(path) and os.path.isfile(path):
+ return Gio.file_new_for_path(path)
+ else:
+ return None
+
+
+class BrowserRootFileLookupProvider(FileLookupProvider):
+ """
+ This lookup provider tries to find a file specified by the path relative to
+ the file browser root.
+ """
+ def __init__(self, window):
+ self.window = window
+
+ def lookup(self, path):
+ root = file_browser_root(self.window)
+ if root:
+ real_path = os.path.join(root, path)
+ if os.path.isfile(real_path):
+ return Gio.file_new_for_path(real_path)
+
+ return None
+
+
+class CwdFileLookupProvider(FileLookupProvider):
+ """
+ This lookup provider tries to find a file specified by the path relative to
+ the current working directory.
+ """
+
+ def lookup(self, path):
+ try:
+ cwd = os.getcwd()
+ except OSError:
+ cwd = os.getenv('HOME')
+
+ real_path = os.path.join(cwd, path)
+
+ if os.path.isfile(real_path):
+ return Gio.file_new_for_path(real_path)
+ else:
+ return None
+
+
+class OpenDocumentRelPathFileLookupProvider(FileLookupProvider):
+ """
+ Tries to see if the path is relative to any directories where the
+ currently open documents reside in. Example: If you have a document opened
+ '/tmp/Makefile' and a lookup is made for 'src/test2.c' then this class
+ will try to find '/tmp/src/test2.c'.
+ """
+
+ def lookup(self, path):
+ if path.startswith('/'):
+ return None
+
+ for doc in Gio.Application.get_default().get_documents():
+ if doc.get_file().is_local():
+ location = doc.get_file().get_location()
+ if location:
+ rel_path = location.get_parent().get_path()
+ joined_path = os.path.join(rel_path, path)
+ if os.path.isfile(joined_path):
+ return Gio.file_new_for_path(joined_path)
+
+ return None
+
+
+class OpenDocumentFileLookupProvider(FileLookupProvider):
+ """
+ Makes a guess that the if the path that was looked for matches the end
+ of the path of a currently open document then that document is the one
+ that is looked for. Example: If a document is opened called '/tmp/t.c'
+ and a lookup is made for 't.c' or 'tmp/t.c' then both will match since
+ the open document ends with the path that is searched for.
+ """
+
+ def lookup(self, path):
+ if path.startswith('/'):
+ return None
+
+ for doc in Gio.Application.get_default().get_documents():
+ if doc.get_file().is_local():
+ location = doc.get_file().get_location()
+ if location and location.get_uri().endswith(path):
+ return location
+ return None
+
+# ex:ts=4:et:
diff --git a/plugins/externaltools/tools/functions.py b/plugins/externaltools/tools/functions.py
new file mode 100644
index 0000000..bc755be
--- /dev/null
+++ b/plugins/externaltools/tools/functions.py
@@ -0,0 +1,365 @@
+# -*- coding: utf-8 -*-
+# Gedit External Tools plugin
+# Copyright (C) 2005-2006 Steve Frécinaux <steve@istique.net>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import os
+from gi.repository import Gio, Gtk, Gdk, GtkSource, Gedit
+from .capture import *
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+def default(val, d):
+ if val is not None:
+ return val
+ else:
+ return d
+
+
+def current_word(document):
+ piter = document.get_iter_at_mark(document.get_insert())
+ start = piter.copy()
+
+ if not piter.starts_word() and (piter.inside_word() or piter.ends_word()):
+ start.backward_word_start()
+
+ if not piter.ends_word() and piter.inside_word():
+ piter.forward_word_end()
+
+ return (start, piter)
+
+
+def file_browser_root(window):
+ bus = window.get_message_bus()
+
+ if bus.is_registered('/plugins/filebrowser', 'get_root'):
+ msg = bus.send_sync('/plugins/filebrowser', 'get_root')
+
+ if msg:
+ browser_root = msg.props.location
+
+ if browser_root and browser_root.is_native():
+ return browser_root.get_path()
+
+ return None
+
+
+# ==== Capture related functions ====
+def run_external_tool(window, panel, node):
+ # Configure capture environment
+ try:
+ cwd = os.getcwd()
+ except OSError:
+ cwd = os.getenv('HOME')
+
+ capture = Capture(node.command, cwd)
+ capture.env = os.environ.copy()
+ capture.set_env(GEDIT_CWD=cwd)
+
+ view = window.get_active_view()
+ document = None
+
+ if view is not None:
+ # Environment vars relative to current document
+ document = view.get_buffer()
+ location = document.get_file().get_location()
+
+ # Current line number
+ piter = document.get_iter_at_mark(document.get_insert())
+ capture.set_env(GEDIT_CURRENT_LINE_NUMBER=str(piter.get_line() + 1))
+
+ # Current line text
+ piter.set_line_offset(0)
+ end = piter.copy()
+
+ if not end.ends_line():
+ end.forward_to_line_end()
+
+ capture.set_env(GEDIT_CURRENT_LINE=piter.get_text(end))
+
+ if document.get_language() is not None:
+ capture.set_env(GEDIT_CURRENT_DOCUMENT_LANGUAGE=document.get_language().get_id())
+
+ # Selected text (only if input is not selection)
+ if node.input != 'selection' and node.input != 'selection-document':
+ bounds = document.get_selection_bounds()
+
+ if bounds:
+ capture.set_env(GEDIT_SELECTED_TEXT=bounds[0].get_text(bounds[1]))
+
+ bounds = current_word(document)
+ capture.set_env(GEDIT_CURRENT_WORD=bounds[0].get_text(bounds[1]))
+
+ capture.set_env(GEDIT_CURRENT_DOCUMENT_TYPE=document.get_mime_type())
+
+ if location is not None:
+ scheme = location.get_uri_scheme()
+ name = location.get_basename()
+ capture.set_env(GEDIT_CURRENT_DOCUMENT_URI=location.get_uri(),
+ GEDIT_CURRENT_DOCUMENT_NAME=name,
+ GEDIT_CURRENT_DOCUMENT_SCHEME=scheme)
+ if location.has_uri_scheme('file'):
+ path = location.get_path()
+ cwd = os.path.dirname(path)
+ capture.set_cwd(cwd)
+ capture.set_env(GEDIT_CURRENT_DOCUMENT_PATH=path,
+ GEDIT_CURRENT_DOCUMENT_DIR=cwd)
+
+ documents_location = [doc.get_file().get_location()
+ for doc in window.get_documents()
+ if doc.get_file().get_location() is not None]
+ documents_uri = [location.get_uri()
+ for location in documents_location
+ if location.get_uri() is not None]
+ documents_path = [location.get_path()
+ for location in documents_location
+ if location.has_uri_scheme('file')]
+ capture.set_env(GEDIT_DOCUMENTS_URI=' '.join(documents_uri),
+ GEDIT_DOCUMENTS_PATH=' '.join(documents_path))
+
+ # set file browser root env var if possible
+ browser_root = file_browser_root(window)
+ if browser_root:
+ capture.set_env(GEDIT_FILE_BROWSER_ROOT=browser_root)
+
+ flags = capture.CAPTURE_BOTH
+
+ if not node.has_hash_bang():
+ flags |= capture.CAPTURE_NEEDS_SHELL
+
+ capture.set_flags(flags)
+
+ # Get input text
+ input_type = node.input
+ output_type = node.output
+
+ # Clear the panel
+ panel.clear()
+
+ if output_type == 'output-panel':
+ panel.show()
+
+ # Assign the error output to the output panel
+ panel.set_process(capture)
+
+ if input_type != 'nothing' and view is not None:
+ if input_type == 'document':
+ start, end = document.get_bounds()
+ elif input_type == 'selection' or input_type == 'selection-document':
+ try:
+ start, end = document.get_selection_bounds()
+ except ValueError:
+ if input_type == 'selection-document':
+ start, end = document.get_bounds()
+
+ if output_type == 'replace-selection':
+ document.select_range(start, end)
+ else:
+ start = document.get_iter_at_mark(document.get_insert())
+ end = start.copy()
+
+ elif input_type == 'line':
+ start = document.get_iter_at_mark(document.get_insert())
+ end = start.copy()
+ if not start.starts_line():
+ start.set_line_offset(0)
+ if not end.ends_line():
+ end.forward_to_line_end()
+ elif input_type == 'word':
+ start = document.get_iter_at_mark(document.get_insert())
+ end = start.copy()
+ if not start.inside_word():
+ panel.write(_('You must be inside a word to run this command'),
+ panel.error_tag)
+ return
+ if not start.starts_word():
+ start.backward_word_start()
+ if not end.ends_word():
+ end.forward_word_end()
+
+ input_text = document.get_text(start, end, False)
+ capture.set_input(input_text)
+
+ # Assign the standard output to the chosen "file"
+ if output_type == 'new-document':
+ tab = window.create_tab(True)
+ view = tab.get_view()
+ document = tab.get_document()
+ pos = document.get_start_iter()
+ capture.connect('stdout-line', capture_stdout_line_document, document, pos)
+ document.begin_user_action()
+ view.set_editable(False)
+ view.set_cursor_visible(False)
+ elif output_type != 'output-panel' and output_type != 'nothing' and view is not None:
+ document.begin_user_action()
+ view.set_editable(False)
+ view.set_cursor_visible(False)
+
+ if output_type.startswith('replace-'):
+ if output_type == 'replace-selection':
+ try:
+ start_iter, end_iter = document.get_selection_bounds()
+ except ValueError:
+ start_iter = document.get_iter_at_mark(document.get_insert())
+ end_iter = start_iter.copy()
+ elif output_type == 'replace-document':
+ start_iter, end_iter = document.get_bounds()
+ capture.connect('stdout-line', capture_delayed_replace,
+ document, start_iter, end_iter)
+ else:
+ if output_type == 'insert':
+ pos = document.get_iter_at_mark(document.get_insert())
+ else:
+ pos = document.get_end_iter()
+ capture.connect('stdout-line', capture_stdout_line_document, document, pos)
+ elif output_type != 'nothing':
+ capture.connect('stdout-line', capture_stdout_line_panel, panel)
+
+ if not document is None:
+ document.begin_user_action()
+
+ capture.connect('stderr-line', capture_stderr_line_panel, panel)
+ capture.connect('begin-execute', capture_begin_execute_panel, panel, view, node.name)
+ capture.connect('end-execute', capture_end_execute_panel, panel, view, output_type)
+
+ # Run the command
+ capture.execute()
+
+ if output_type != 'nothing':
+ if not document is None:
+ document.end_user_action()
+
+class MultipleDocumentsSaver:
+ def __init__(self, window, panel, all_docs, node):
+ self._window = window
+ self._panel = panel
+ self._node = node
+
+ if all_docs:
+ docs = window.get_documents()
+ else:
+ docs = [window.get_active_document()]
+
+ self._docs_to_save = [doc for doc in docs if doc.get_modified()]
+ self.save_next_document()
+
+ def save_next_document(self):
+ if len(self._docs_to_save) == 0:
+ # The documents are saved, we can run the tool.
+ run_external_tool(self._window, self._panel, self._node)
+ else:
+ next_doc = self._docs_to_save[0]
+ self._docs_to_save.remove(next_doc)
+
+ Gedit.commands_save_document_async(next_doc,
+ self._window,
+ None,
+ self.on_document_saved,
+ None)
+
+ def on_document_saved(self, doc, result, user_data):
+ saved = Gedit.commands_save_document_finish(doc, result)
+ if saved:
+ self.save_next_document()
+
+
+def capture_menu_action(action, parameter, window, panel, node):
+ if node.save_files == 'document' and window.get_active_document():
+ MultipleDocumentsSaver(window, panel, False, node)
+ return
+ elif node.save_files == 'all':
+ MultipleDocumentsSaver(window, panel, True, node)
+ return
+
+ run_external_tool(window, panel, node)
+
+
+def capture_stderr_line_panel(capture, line, panel):
+ if not panel.visible():
+ panel.show()
+
+ panel.write(line, panel.error_tag)
+
+
+def capture_begin_execute_panel(capture, panel, view, label):
+ if view:
+ view.get_window(Gtk.TextWindowType.TEXT).set_cursor(Gdk.Cursor.new(Gdk.CursorType.WATCH))
+
+ panel['stop'].set_sensitive(True)
+ panel.clear()
+ panel.write(_("Running tool:"), panel.italic_tag)
+ panel.write(" %s\n\n" % label, panel.bold_tag)
+
+
+def capture_end_execute_panel(capture, exit_code, panel, view, output_type):
+ panel['stop'].set_sensitive(False)
+
+ if view:
+ if output_type in ('new-document', 'replace-document'):
+ doc = view.get_buffer()
+ start = doc.get_start_iter()
+ end = start.copy()
+ end.forward_chars(300)
+ uri = ''
+
+ mtype, uncertain = Gio.content_type_guess(None, doc.get_text(start, end, False).encode('utf-8'))
+ lmanager = GtkSource.LanguageManager.get_default()
+
+ location = doc.get_file().get_location()
+ if location:
+ uri = location.get_uri()
+ language = lmanager.guess_language(uri, mtype)
+
+ if language is not None:
+ doc.set_language(language)
+
+ view.get_window(Gtk.TextWindowType.TEXT).set_cursor(Gdk.Cursor.new(Gdk.CursorType.XTERM))
+ view.set_cursor_visible(True)
+ view.set_editable(True)
+
+ if exit_code == 0:
+ panel.write("\n" + _("Done.") + "\n", panel.italic_tag)
+ else:
+ panel.write("\n" + _("Exited") + ":", panel.italic_tag)
+ panel.write(" %d\n" % exit_code, panel.bold_tag)
+
+
+def capture_stdout_line_panel(capture, line, panel):
+ panel.write(line)
+
+
+def capture_stdout_line_document(capture, line, document, pos):
+ document.insert(pos, line)
+
+
+def capture_delayed_replace(capture, line, document, start_iter, end_iter):
+ document.delete(start_iter, end_iter)
+
+ # Must be done after deleting the text
+ pos = document.get_iter_at_mark(document.get_insert())
+
+ capture_stdout_line_document(capture, line, document, pos)
+
+ capture.disconnect_by_func(capture_delayed_replace)
+ capture.connect('stdout-line', capture_stdout_line_document, document, pos)
+
+# ex:ts=4:et:
diff --git a/plugins/externaltools/tools/library.py b/plugins/externaltools/tools/library.py
new file mode 100644
index 0000000..adfd943
--- /dev/null
+++ b/plugins/externaltools/tools/library.py
@@ -0,0 +1,520 @@
+# -*- coding: utf-8 -*-
+# Gedit External Tools plugin
+# Copyright (C) 2006 Steve Frécinaux <code@istique.net>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import os
+import re
+import locale
+import platform
+from gi.repository import GLib
+
+
+class Singleton(object):
+ _instance = None
+
+ def __new__(cls, *args, **kwargs):
+ if not cls._instance:
+ cls._instance = super(Singleton, cls).__new__(cls, *args, **kwargs)
+ cls._instance.__init_once__()
+
+ return cls._instance
+
+
+class ToolLibrary(Singleton):
+ def __init_once__(self):
+ self.locations = []
+
+ def set_locations(self, datadir):
+ self.locations = []
+
+ if platform.platform() != 'Windows':
+ for d in self.get_xdg_data_dirs():
+ self.locations.append(os.path.join(d, 'gedit', 'plugins', 'externaltools', 'tools'))
+
+ self.locations.append(datadir)
+
+ # self.locations[0] is where we save the custom scripts
+ if platform.platform() == 'Windows':
+ toolsdir = os.path.expanduser('~/gedit/tools')
+ else:
+ userdir = os.getenv('GNOME22_USER_DIR')
+ if userdir:
+ toolsdir = os.path.join(userdir, 'gedit/tools')
+ else:
+ toolsdir = os.path.join(GLib.get_user_config_dir(), 'gedit/tools')
+
+ self.locations.insert(0, toolsdir)
+
+ if not os.path.isdir(self.locations[0]):
+ os.makedirs(self.locations[0])
+ self.tree = ToolDirectory(self, '')
+ self.import_old_xml_store()
+ else:
+ self.tree = ToolDirectory(self, '')
+
+ # cf. http://standards.freedesktop.org/basedir-spec/latest/
+ def get_xdg_data_dirs(self):
+ dirs = os.getenv('XDG_DATA_DIRS')
+ if dirs:
+ dirs = dirs.split(os.pathsep)
+ else:
+ dirs = ('/usr/local/share', '/usr/share')
+ return dirs
+
+ # This function is meant to be ran only once, when the tools directory is
+ # created. It imports eventual tools that have been saved in the old XML
+ # storage file.
+ def import_old_xml_store(self):
+ import xml.etree.ElementTree as et
+ userdir = os.getenv('GNOME22_USER_DIR')
+ if userdir:
+ filename = os.path.join(userdir, 'gedit/gedit-tools.xml')
+ else:
+ filename = os.path.join(GLib.get_user_config_dir(), 'gedit/gedit-tools.xml')
+
+ if not os.path.isfile(filename):
+ return
+
+ print("External tools: importing old tools into the new store...")
+
+ xtree = et.parse(filename)
+ xroot = xtree.getroot()
+
+ for xtool in xroot:
+ for i in self.tree.tools:
+ if i.name == xtool.get('label'):
+ tool = i
+ break
+ else:
+ tool = Tool(self.tree)
+ tool.name = xtool.get('label')
+ tool.autoset_filename()
+ self.tree.tools.append(tool)
+ tool.comment = xtool.get('description')
+ tool.shortcut = xtool.get('accelerator')
+ tool.applicability = xtool.get('applicability')
+ tool.output = xtool.get('output')
+ tool.input = xtool.get('input')
+
+ tool.save_with_script(xtool.text)
+
+ def get_full_path(self, path, mode='r', system=True, local=True):
+ assert (system or local)
+ if path is None:
+ return None
+ if mode == 'r':
+ if system and local:
+ locations = self.locations
+ elif local and not system:
+ locations = [self.locations[0]]
+ elif system and not local:
+ locations = self.locations[1:]
+ else:
+ raise ValueError("system and local can't be both set to False")
+
+ for i in locations:
+ p = os.path.join(i, path)
+ if os.path.lexists(p):
+ return p
+ return None
+ else:
+ path = os.path.join(self.locations[0], path)
+ dirname = os.path.dirname(path)
+ if not os.path.isdir(dirname):
+ os.mkdir(dirname)
+ return path
+
+
+class ToolDirectory(object):
+ def __init__(self, parent, dirname):
+ super(ToolDirectory, self).__init__()
+ self.subdirs = list()
+ self.tools = list()
+ if isinstance(parent, ToolDirectory):
+ self.parent = parent
+ self.library = parent.library
+ else:
+ self.parent = None
+ self.library = parent
+ self.dirname = dirname
+ self._load()
+
+ def listdir(self):
+ elements = dict()
+ for l in self.library.locations:
+ d = os.path.join(l, self.dirname)
+ if not os.path.isdir(d):
+ continue
+ for i in os.listdir(d):
+ elements[i] = None
+ keys = sorted(elements.keys())
+ return keys
+
+ def _load(self):
+ for p in self.listdir():
+ path = os.path.join(self.dirname, p)
+ full_path = self.library.get_full_path(path)
+ if os.path.isdir(full_path):
+ self.subdirs.append(ToolDirectory(self, p))
+ elif os.path.isfile(full_path) and os.access(full_path, os.X_OK):
+ self.tools.append(Tool(self, p))
+
+ def get_path(self):
+ if self.parent is None:
+ return self.dirname
+ else:
+ return os.path.join(self.parent.get_path(), self.dirname)
+ path = property(get_path)
+
+ def get_name(self):
+ return os.path.basename(self.dirname)
+ name = property(get_name)
+
+ def delete_tool(self, tool):
+ # Only remove it if it lays in $HOME
+ if tool in self.tools:
+ path = tool.get_path()
+ if path is not None:
+ filename = os.path.join(self.library.locations[0], path)
+ if os.path.isfile(filename):
+ os.unlink(filename)
+ self.tools.remove(tool)
+ return True
+ else:
+ return False
+
+ def revert_tool(self, tool):
+ # Only remove it if it lays in $HOME
+ filename = os.path.join(self.library.locations[0], tool.get_path())
+ if tool in self.tools and os.path.isfile(filename):
+ os.unlink(filename)
+ tool._load()
+ return True
+ else:
+ return False
+
+
+class Tool(object):
+ RE_KEY = re.compile('^([a-zA-Z_][a-zA-Z0-9_.\-]*)(\[([a-zA-Z_@]+)\])?$')
+
+ def __init__(self, parent, filename=None):
+ super(Tool, self).__init__()
+ self.parent = parent
+ self.library = parent.library
+ self.filename = filename
+ self.changed = False
+ self._properties = dict()
+ self._transform = {
+ 'Languages': [self._to_list, self._from_list]
+ }
+ self._load()
+
+ def _to_list(self, value):
+ if value.strip() == '':
+ return []
+ else:
+ return [x.strip() for x in value.split(',')]
+
+ def _from_list(self, value):
+ return ','.join(value)
+
+ def _parse_value(self, key, value):
+ if key in self._transform:
+ return self._transform[key][0](value)
+ else:
+ return value
+
+ def _load(self):
+ if self.filename is None:
+ return
+
+ filename = self.library.get_full_path(self.get_path())
+ if filename is None:
+ return
+
+ fp = open(filename, 'r', 1, encoding='utf-8')
+ in_block = False
+ lang = locale.getlocale(locale.LC_MESSAGES)[0]
+
+ for line in fp:
+ if not in_block:
+ in_block = line.startswith('# [Gedit Tool]')
+ continue
+ if line.startswith('##') or line.startswith('# #'):
+ continue
+ if not line.startswith('# '):
+ break
+
+ try:
+ (key, value) = [i.strip() for i in line[2:].split('=', 1)]
+ m = self.RE_KEY.match(key)
+ if m.group(3) is None:
+ self._properties[m.group(1)] = self._parse_value(m.group(1), value)
+ elif lang is not None and lang.startswith(m.group(3)):
+ self._properties[m.group(1)] = self._parse_value(m.group(1), value)
+ except ValueError:
+ break
+ fp.close()
+ self.changed = False
+
+ def _set_property_if_changed(self, key, value):
+ if value != self._properties.get(key):
+ self._properties[key] = value
+
+ self.changed = True
+
+ def is_global(self):
+ return self.library.get_full_path(self.get_path(), local=False) is not None
+
+ def is_local(self):
+ return self.library.get_full_path(self.get_path(), system=False) is not None
+
+ def is_global(self):
+ return self.library.get_full_path(self.get_path(), local=False) is not None
+
+ def get_path(self):
+ if self.filename is not None:
+ return os.path.join(self.parent.get_path(), self.filename)
+ else:
+ return None
+ path = property(get_path)
+
+ # This command is the one that is meant to be ran
+ # (later, could have an Exec key or something)
+ def get_command(self):
+ return self.library.get_full_path(self.get_path())
+ command = property(get_command)
+
+ def get_applicability(self):
+ applicability = self._properties.get('Applicability')
+ if applicability:
+ return applicability
+ return 'all'
+
+ def set_applicability(self, value):
+ self._set_property_if_changed('Applicability', value)
+
+ applicability = property(get_applicability, set_applicability)
+
+ def get_name(self):
+ name = self._properties.get('Name')
+ if name:
+ return name
+ return os.path.basename(self.filename)
+
+ def set_name(self, value):
+ self._set_property_if_changed('Name', value)
+
+ name = property(get_name, set_name)
+
+ def get_shortcut(self):
+ shortcut = self._properties.get('Shortcut')
+ if shortcut:
+ return shortcut
+ return None
+
+ def set_shortcut(self, value):
+ self._set_property_if_changed('Shortcut', value)
+
+ shortcut = property(get_shortcut, set_shortcut)
+
+ def get_comment(self):
+ comment = self._properties.get('Comment')
+ if comment:
+ return comment
+ return self.filename
+
+ def set_comment(self, value):
+ self._set_property_if_changed('Comment', value)
+
+ comment = property(get_comment, set_comment)
+
+ def get_input(self):
+ input = self._properties.get('Input')
+ if input:
+ return input
+ return 'nothing'
+
+ def set_input(self, value):
+ self._set_property_if_changed('Input', value)
+
+ input = property(get_input, set_input)
+
+ def get_output(self):
+ output = self._properties.get('Output')
+ if output:
+ return output
+ return 'output-panel'
+
+ def set_output(self, value):
+ self._set_property_if_changed('Output', value)
+
+ output = property(get_output, set_output)
+
+ def get_save_files(self):
+ save_files = self._properties.get('Save-files')
+ if save_files:
+ return save_files
+ return 'nothing'
+
+ def set_save_files(self, value):
+ self._set_property_if_changed('Save-files', value)
+
+ save_files = property(get_save_files, set_save_files)
+
+ def get_languages(self):
+ languages = self._properties.get('Languages')
+ if languages:
+ return languages
+ return []
+
+ def set_languages(self, value):
+ self._set_property_if_changed('Languages', value)
+
+ languages = property(get_languages, set_languages)
+
+ def has_hash_bang(self):
+ if self.filename is None:
+ return True
+
+ filename = self.library.get_full_path(self.get_path())
+ if filename is None:
+ return True
+
+ fp = open(filename, 'r', 1, encoding='utf-8')
+ for line in fp:
+ if line.strip() == '':
+ continue
+ return line.startswith('#!')
+
+ # There is no property for this one because this function is quite
+ # expensive to perform
+ def get_script(self):
+ if self.filename is None:
+ return ["#!/bin/sh\n"]
+
+ filename = self.library.get_full_path(self.get_path())
+ if filename is None:
+ return ["#!/bin/sh\n"]
+
+ fp = open(filename, 'r', 1, encoding='utf-8')
+ lines = list()
+
+ # before entering the data block
+ for line in fp:
+ if line.startswith('# [Gedit Tool]'):
+ break
+ lines.append(line)
+ # in the block:
+ for line in fp:
+ if line.startswith('##'):
+ continue
+ if not (line.startswith('# ') and '=' in line):
+ # after the block: strip one emtpy line (if present)
+ if line.strip() != '':
+ lines.append(line)
+ break
+ # after the block
+ for line in fp:
+ lines.append(line)
+ fp.close()
+ return lines
+
+ def _dump_properties(self):
+ lines = ['# [Gedit Tool]']
+ for item in self._properties.items():
+ if item[0] in self._transform:
+ lines.append('# %s=%s' % (item[0], self._transform[item[0]][1](item[1])))
+ elif item[1] is not None:
+ lines.append('# %s=%s' % item)
+ return '\n'.join(lines) + '\n'
+
+ def save_with_script(self, script):
+ filename = self.library.get_full_path(self.filename, 'w')
+ fp = open(filename, 'w', 1, encoding='utf-8')
+
+ # Make sure to first print header (shebang, modeline), then
+ # properties, and then actual content
+ header = []
+ content = []
+ inheader = True
+
+ # Parse
+ for line in script:
+ line = line.rstrip("\n")
+ if not inheader:
+ content.append(line)
+ elif line.startswith('#!'):
+ # Shebang (should be always present)
+ header.append(line)
+ elif line.strip().startswith('#') and ('-*-' in line or 'ex:' in line or 'vi:' in line or 'vim:' in line):
+ header.append(line)
+ else:
+ content.append(line)
+ inheader = False
+
+ # Write out header
+ for line in header:
+ fp.write(line + "\n")
+
+ fp.write(self._dump_properties())
+ fp.write("\n")
+
+ for line in content:
+ fp.write(line + "\n")
+
+ fp.close()
+ os.chmod(filename, 0o750)
+ self.changed = False
+
+ def save(self):
+ if self.changed:
+ self.save_with_script(self.get_script())
+
+ def autoset_filename(self):
+ if self.filename is not None:
+ return
+ dirname = self.parent.path
+ if dirname != '':
+ dirname += os.path.sep
+
+ basename = self.name.lower().replace(' ', '-').replace('/', '-')
+
+ if self.library.get_full_path(dirname + basename):
+ i = 2
+ while self.library.get_full_path(dirname + "%s-%d" % (basename, i)):
+ i += 1
+ basename = "%s-%d" % (basename, i)
+ self.filename = basename
+
+if __name__ == '__main__':
+ library = ToolLibrary()
+ library.set_locations(os.path.expanduser("~/.config/gedit/tools"))
+
+ def print_tool(t, indent):
+ print(indent * " " + "%s: %s" % (t.filename, t.name))
+
+ def print_dir(d, indent):
+ print(indent * " " + d.dirname + '/')
+ for i in d.subdirs:
+ print_dir(i, indent + 1)
+ for i in d.tools:
+ print_tool(i, indent + 1)
+
+ print_dir(library.tree, 0)
+
+# ex:ts=4:et:
diff --git a/plugins/externaltools/tools/linkparsing.py b/plugins/externaltools/tools/linkparsing.py
new file mode 100644
index 0000000..d9c09a5
--- /dev/null
+++ b/plugins/externaltools/tools/linkparsing.py
@@ -0,0 +1,252 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2009-2010 Per Arneng <per.arneng@anyplanet.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import re
+
+
+class Link:
+ """
+ This class represents a file link from within a string given by the
+ output of some software tool. A link contains a reference to a file, the
+ line number within the file and the boundaries within the given output
+ string that should be marked as a link.
+ """
+
+ def __init__(self, path, line_nr, col_nr, start, end):
+ """
+ path -- the path of the file (that could be extracted)
+ line_nr -- the line nr of the specified file
+ col_nr -- the col nr of the specific file
+ start -- the index within the string that the link starts at
+ end -- the index within the string where the link ends at
+ """
+ self.path = path
+ self.line_nr = int(line_nr)
+ self.col_nr = int(col_nr)
+ self.start = start
+ self.end = end
+
+ def __repr__(self):
+ return "%s[%s][%s](%s:%s)" % (self.path, self.line_nr, self.col_nr,
+ self.start, self.end)
+
+
+class LinkParser:
+ """
+ Parses a text using different parsing providers with the goal of finding one
+ or more file links within the text. A typical example could be the output
+ from a compiler that specifies an error in a specific file. The path of the
+ file, the line nr and some more info is then returned so that it can be used
+ to be able to navigate from the error output in to the specific file.
+
+ The actual work of parsing the text is done by instances of classes that
+ inherits from AbstractLinkParser or by regular expressions. To add a new
+ parser just create a class that inherits from AbstractLinkParser and then
+ register in this class cunstructor using the method add_parser. If you want
+ to add a regular expression then just call add_regexp in this class
+ constructor and provide your regexp string as argument.
+ """
+
+ def __init__(self):
+ self._providers = []
+ self.add_regexp(REGEXP_STANDARD)
+ self.add_regexp(REGEXP_PYTHON)
+ self.add_regexp(REGEXP_VALAC)
+ self.add_regexp(REGEXP_BASH)
+ self.add_regexp(REGEXP_RUBY)
+ self.add_regexp(REGEXP_PERL)
+ self.add_regexp(REGEXP_MCS)
+
+ def add_parser(self, parser):
+ self._providers.append(parser)
+
+ def add_regexp(self, regexp):
+ """
+ Adds a regular expression string that should match a link using
+ re.MULTILINE and re.VERBOSE regexp. The area marked as a link should
+ be captured by a group named lnk. The path of the link should be
+ captured by a group named pth. The line number should be captured by
+ a group named ln. To read more about this look at the documentation
+ for the RegexpLinkParser constructor.
+ """
+ self.add_parser(RegexpLinkParser(regexp))
+
+ def parse(self, text):
+ """
+ Parses the given text and returns a list of links that are parsed from
+ the text. This method delegates to parser providers that can parse
+ output from different kinds of formats. If no links are found then an
+ empty list is returned.
+
+ text -- the text to scan for file links. 'text' can not be None.
+ """
+ if text is None:
+ raise ValueError("text can not be None")
+
+ links = []
+
+ for provider in self._providers:
+ links.extend(provider.parse(text))
+
+ return links
+
+
+class AbstractLinkParser(object):
+ """The "abstract" base class for link parses"""
+
+ def parse(self, text):
+ """
+ This method should be implemented by subclasses. It takes a text as
+ argument (never None) and then returns a list of Link objects. If no
+ links are found then an empty list is expected. The Link class is
+ defined in this module. If you do not override this method then a
+ NotImplementedError will be thrown.
+
+ text -- the text to parse. This argument is never None.
+ """
+ raise NotImplementedError("need to implement a parse method")
+
+
+class RegexpLinkParser(AbstractLinkParser):
+ """
+ A class that represents parsers that only use one single regular expression.
+ It can be used by subclasses or by itself. See the constructor documentation
+ for details about the rules surrouning the regexp.
+ """
+
+ def __init__(self, regex):
+ """
+ Creates a new RegexpLinkParser based on the given regular expression.
+ The regular expression is multiline and verbose (se python docs on
+ compilation flags). The regular expression should contain three named
+ capturing groups 'lnk', 'pth' and 'ln'. 'lnk' represents the area wich
+ should be marked as a link in the text. 'pth' is the path that should
+ be looked for and 'ln' is the line number in that file.
+ """
+ self.re = re.compile(regex, re.MULTILINE | re.VERBOSE)
+
+ def parse(self, text):
+ links = []
+ for m in re.finditer(self.re, text):
+ groups = m.groups()
+
+ path = m.group("pth")
+ line_nr = m.group("ln")
+ start = m.start("lnk")
+ end = m.end("lnk")
+
+ # some regexes may have a col group
+ if len(groups) > 3 and groups[3] != None:
+ col_nr = m.group("col")
+ else:
+ col_nr = 0
+
+ link = Link(path, line_nr, col_nr, start, end)
+ links.append(link)
+
+ return links
+
+# gcc 'test.c:13: warning: ...'
+# grep 'test.c:5:int main(...'
+# javac 'Test.java:13: ...'
+# ruby 'test.rb:5: ...'
+# scalac 'Test.scala:5: ...'
+# sbt (scala) '[error] test.scala:4: ...'
+# 6g (go) 'test.go:9: ...'
+REGEXP_STANDARD = r"""
+^
+(?:\[(?:error|warn)\]\ )?
+(?P<lnk>
+ (?P<pth> [^ \:\n]* )
+ \:
+ (?P<ln> \d+)
+ \:?
+ (?P<col> \d+)?
+)
+\:"""
+
+# python ' File "test.py", line 13'
+REGEXP_PYTHON = r"""
+^\s\sFile\s
+(?P<lnk>
+ \"
+ (?P<pth> [^\"]+ )
+ \",\sline\s
+ (?P<ln> \d+ )
+)"""
+
+# python 'test.sh: line 5:'
+REGEXP_BASH = r"""
+^(?P<lnk>
+ (?P<pth> .* )
+ \:\sline\s
+ (?P<ln> \d+ )
+)\:"""
+
+# valac 'Test.vala:13.1-13.3: ...'
+REGEXP_VALAC = r"""
+^(?P<lnk>
+ (?P<pth>
+ .*vala
+ )
+ \:
+ (?P<ln>
+ \d+
+ )
+ \.\d+-\d+\.\d+
+ )\: """
+
+#ruby
+#test.rb:5: ...
+# from test.rb:3:in `each'
+# fist line parsed by REGEXP_STANDARD
+REGEXP_RUBY = r"""
+^\s+from\s
+(?P<lnk>
+ (?P<pth>
+ .*
+ )
+ \:
+ (?P<ln>
+ \d+
+ )
+ )"""
+
+# perl 'syntax error at test.pl line 88, near "$fake_var'
+REGEXP_PERL = r"""
+\sat\s
+(?P<lnk>
+ (?P<pth> .* )
+ \sline\s
+ (?P<ln> \d+ )
+)"""
+
+# mcs (C#) 'Test.cs(12,7): error CS0103: The name `fakeMethod'
+# fpc (Pascal) 'hello.pas(11,1) Fatal: Syntax error, ":" expected but "BEGIN"'
+REGEXP_MCS = r"""
+^
+(?P<lnk>
+ (?P<pth> \S+ )
+ \(
+ (?P<ln> \d+ )
+ ,\d+\)
+)
+\:?\s
+"""
+
+# ex:ts=4:et:
diff --git a/plugins/externaltools/tools/manager.py b/plugins/externaltools/tools/manager.py
new file mode 100644
index 0000000..072286b
--- /dev/null
+++ b/plugins/externaltools/tools/manager.py
@@ -0,0 +1,878 @@
+# -*- coding: utf-8 -*-
+# Gedit External Tools plugin
+# Copyright (C) 2005-2006 Steve Frécinaux <steve@istique.net>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+__all__ = ('Manager', )
+
+import os.path
+from .library import *
+from .functions import *
+import hashlib
+from xml.sax import saxutils
+from gi.repository import Gio, GObject, Gtk, GtkSource, Gedit
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class LanguagesPopup(Gtk.Popover):
+ __gtype_name__ = "LanguagePopup"
+
+ COLUMN_NAME = 0
+ COLUMN_ID = 1
+ COLUMN_ENABLED = 2
+
+ def __init__(self, widget, languages):
+ Gtk.Popover.__init__(self, relative_to=widget)
+
+ self.props.can_focus = True
+
+ self.build()
+ self.init_languages(languages)
+
+ self.view.get_selection().select_path((0,))
+
+ def build(self):
+ self.model = Gtk.ListStore(str, str, bool)
+
+ self.sw = Gtk.ScrolledWindow()
+ self.sw.set_size_request(-1, 200)
+ self.sw.show()
+
+ self.sw.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)
+ self.sw.set_shadow_type(Gtk.ShadowType.ETCHED_IN)
+
+ self.view = Gtk.TreeView(model=self.model)
+ self.view.show()
+
+ self.view.set_headers_visible(False)
+
+ column = Gtk.TreeViewColumn()
+
+ renderer = Gtk.CellRendererToggle()
+ column.pack_start(renderer, False)
+ column.add_attribute(renderer, 'active', self.COLUMN_ENABLED)
+
+ renderer.connect('toggled', self.on_language_toggled)
+
+ renderer = Gtk.CellRendererText()
+ column.pack_start(renderer, True)
+ column.add_attribute(renderer, 'text', self.COLUMN_NAME)
+
+ self.view.append_column(column)
+ self.view.set_row_separator_func(self.on_separator, None)
+
+ self.sw.add(self.view)
+
+ self.add(self.sw)
+
+ def enabled_languages(self, model, path, piter, ret):
+ enabled = model.get_value(piter, self.COLUMN_ENABLED)
+
+ if path.get_indices()[0] == 0 and enabled:
+ return True
+
+ if enabled:
+ ret.append(model.get_value(piter, self.COLUMN_ID))
+
+ return False
+
+ def languages(self):
+ ret = []
+
+ self.model.foreach(self.enabled_languages, ret)
+ return ret
+
+ def on_separator(self, model, piter, user_data=None):
+ val = model.get_value(piter, self.COLUMN_NAME)
+ return val == '-'
+
+ def init_languages(self, languages):
+ manager = GtkSource.LanguageManager()
+ langs = [manager.get_language(x) for x in manager.get_language_ids()]
+ langs.sort(key=lambda x: x.get_name())
+
+ self.model.append([_('All languages'), None, not languages])
+ self.model.append(['-', None, False])
+ self.model.append([_('Plain Text'), 'plain', 'plain' in languages])
+ self.model.append(['-', None, False])
+
+ for lang in langs:
+ self.model.append([lang.get_name(), lang.get_id(), lang.get_id() in languages])
+
+ def correct_all(self, model, path, piter, enabled):
+ if path.get_indices()[0] == 0:
+ return False
+
+ model.set_value(piter, self.COLUMN_ENABLED, enabled)
+
+ def on_language_toggled(self, renderer, path):
+ piter = self.model.get_iter(path)
+
+ enabled = self.model.get_value(piter, self.COLUMN_ENABLED)
+ self.model.set_value(piter, self.COLUMN_ENABLED, not enabled)
+
+ if path == '0':
+ self.model.foreach(self.correct_all, False)
+ else:
+ self.model.set_value(self.model.get_iter_first(), self.COLUMN_ENABLED, False)
+
+
+class Manager(GObject.Object):
+ TOOL_COLUMN = 0 # For Tree
+ NAME_COLUMN = 1 # For Combo
+
+ __gsignals__ = {
+ 'tools-updated': (GObject.SignalFlags.RUN_LAST, None, ())
+ }
+
+ def __init__(self, datadir):
+ GObject.Object.__init__(self)
+ self.datadir = datadir
+ self.dialog = None
+ self._size = (0, 0)
+ self._languages = {}
+ self._tool_rows = {}
+
+ self.build()
+
+ def get_final_size(self):
+ return self._size
+
+ def build(self):
+ callbacks = {
+ 'on_add_tool_button_clicked': self.on_add_tool_button_clicked,
+ 'on_remove_tool_button_clicked': self.on_remove_tool_button_clicked,
+ 'on_tool_manager_dialog_delete_event': self.on_tool_manager_dialog_delete_event,
+ 'on_tool_manager_dialog_focus_out': self.on_tool_manager_dialog_focus_out,
+ 'on_tool_manager_dialog_configure_event': self.on_tool_manager_dialog_configure_event,
+ 'on_accelerator_key_press': self.on_accelerator_key_press,
+ 'on_accelerator_focus_in': self.on_accelerator_focus_in,
+ 'on_accelerator_focus_out': self.on_accelerator_focus_out,
+ 'on_accelerator_backspace': self.on_accelerator_backspace,
+ 'on_applicability_changed': self.on_applicability_changed,
+ 'on_languages_button_clicked': self.on_languages_button_clicked
+ }
+
+ # Load the "main-window" widget from the ui file.
+ self.ui = Gtk.Builder()
+ self.ui.add_from_file(os.path.join(self.datadir, 'ui', 'tools.ui'))
+ self.ui.connect_signals(callbacks)
+ self.dialog = self.ui.get_object('tool-manager-dialog')
+
+ self.view = self['view']
+
+ self.__init_tools_model()
+ self.__init_tools_view()
+
+ # join treeview and toolbar
+ context = self['scrolled_window1'].get_style_context()
+ context.set_junction_sides(Gtk.JunctionSides.BOTTOM)
+ context = self['toolbar1'].get_style_context()
+ context.set_junction_sides(Gtk.JunctionSides.TOP)
+ context.set_junction_sides(Gtk.JunctionSides.BOTTOM)
+
+ for name in ['input', 'output', 'applicability', 'save-files']:
+ self.__init_combobox(name)
+
+ self.do_update()
+
+ def expand_from_doc(self, doc):
+ row = None
+
+ if doc:
+ if doc.get_language():
+ lid = doc.get_language().get_id()
+
+ if lid in self._languages:
+ row = self._languages[lid]
+ elif 'plain' in self._languages:
+ row = self._languages['plain']
+
+ if not row and None in self._languages:
+ row = self._languages[None]
+
+ if not row:
+ return
+
+ self.view.expand_row(row.get_path(), False)
+ self.view.get_selection().select_path(row.get_path())
+
+ def run(self, window):
+ if self.dialog is None:
+ self.build()
+
+ # Open up language
+ self.expand_from_doc(window.get_active_document())
+
+ self.dialog.set_transient_for(window)
+ window.get_group().add_window(self.dialog)
+ self.dialog.present()
+
+ def add_accelerator(self, item):
+ if not item.shortcut:
+ return
+
+ if item.shortcut in self.accelerators:
+ if not item in self.accelerators[item.shortcut]:
+ self.accelerators[item.shortcut].append(item)
+ else:
+ self.accelerators[item.shortcut] = [item]
+
+ def remove_accelerator(self, item, shortcut=None):
+ if not shortcut:
+ shortcut = item.shortcut
+
+ if not shortcut in self.accelerators:
+ return
+
+ self.accelerators[shortcut].remove(item)
+
+ if not self.accelerators[shortcut]:
+ del self.accelerators[shortcut]
+
+ def add_tool_to_language(self, tool, language):
+ if isinstance(language, GtkSource.Language):
+ lid = language.get_id()
+ else:
+ lid = language
+
+ if not lid in self._languages:
+ piter = self.model.append(None, [language])
+
+ parent = Gtk.TreeRowReference.new(self.model, self.model.get_path(piter))
+ self._languages[lid] = parent
+ else:
+ parent = self._languages[lid]
+
+ piter = self.model.get_iter(parent.get_path())
+ child = self.model.append(piter, [tool])
+
+ if not tool in self._tool_rows:
+ self._tool_rows[tool] = []
+
+ self._tool_rows[tool].append(Gtk.TreeRowReference.new(self.model, self.model.get_path(child)))
+ return child
+
+ def add_tool(self, tool):
+ manager = GtkSource.LanguageManager()
+ ret = None
+
+ for lang in tool.languages:
+ l = manager.get_language(lang)
+
+ if l:
+ ret = self.add_tool_to_language(tool, l)
+ elif lang == 'plain':
+ ret = self.add_tool_to_language(tool, 'plain')
+
+ if not ret:
+ ret = self.add_tool_to_language(tool, None)
+
+ self.add_accelerator(tool)
+ return ret
+
+ def __init_tools_model(self):
+ self.tools = ToolLibrary()
+ self.current_node = None
+ self.script_hash = None
+ self.accelerators = dict()
+
+ self.model = Gtk.TreeStore(object)
+ self.view.set_model(self.model)
+
+ for tool in self.tools.tree.tools:
+ self.add_tool(tool)
+
+ self.model.set_default_sort_func(self.sort_tools)
+ self.model.set_sort_column_id(-1, Gtk.SortType.ASCENDING)
+
+ def sort_tools(self, model, iter1, iter2, user_data=None):
+ # For languages, sort All before everything else, otherwise alphabetical
+ t1 = model.get_value(iter1, self.TOOL_COLUMN)
+ t2 = model.get_value(iter2, self.TOOL_COLUMN)
+
+ if model.iter_parent(iter1) is None:
+ if t1 is None:
+ return -1
+
+ if t2 is None:
+ return 1
+
+ def lang_name(lang):
+ if isinstance(lang, GtkSource.Language):
+ return lang.get_name()
+ else:
+ return _('Plain Text')
+
+ n1 = lang_name(t1)
+ n2 = lang_name(t2)
+ else:
+ n1 = t1.name
+ n2 = t2.name
+
+ if n1.lower() < n2.lower():
+ return -1
+ elif n1.lower() > n2.lower():
+ return 1
+ else:
+ return 0
+
+ def __init_tools_view(self):
+ # Tools column
+ column = Gtk.TreeViewColumn('Tools')
+ renderer = Gtk.CellRendererText()
+ column.pack_start(renderer, False)
+ renderer.set_property('editable', True)
+ self.view.append_column(column)
+
+ column.set_cell_data_func(renderer, self.get_cell_data_cb, None)
+
+ renderer.connect('edited', self.on_view_label_cell_edited)
+ renderer.connect('editing-started', self.on_view_label_cell_editing_started)
+
+ self.selection_changed_id = self.view.get_selection().connect('changed', self.on_view_selection_changed, None)
+
+ def __init_combobox(self, name):
+ combo = self[name]
+ combo.set_active(0)
+
+ # Convenience function to get an object from its name
+ def __getitem__(self, key):
+ return self.ui.get_object(key)
+
+ def set_active_by_name(self, combo_name, option_name):
+ combo = self[combo_name]
+ model = combo.get_model()
+ piter = model.get_iter_first()
+ while piter is not None:
+ if model.get_value(piter, self.NAME_COLUMN) == option_name:
+ combo.set_active_iter(piter)
+ return True
+ piter = model.iter_next(piter)
+ return False
+
+ def get_selected_tool(self):
+ model, piter = self.view.get_selection().get_selected()
+
+ if piter is not None:
+ tool = model.get_value(piter, self.TOOL_COLUMN)
+
+ if not isinstance(tool, Tool):
+ tool = None
+
+ return piter, tool
+ else:
+ return None, None
+
+ def compute_hash(self, string):
+ return hashlib.md5(string.encode('utf-8')).hexdigest()
+
+ def save_current_tool(self):
+ if self.current_node is None:
+ return
+
+ if self.current_node.filename is None:
+ self.current_node.autoset_filename()
+
+ def combo_value(o, name):
+ combo = o[name]
+ return combo.get_model().get_value(combo.get_active_iter(), self.NAME_COLUMN)
+
+ self.current_node.input = combo_value(self, 'input')
+ self.current_node.output = combo_value(self, 'output')
+ self.current_node.applicability = combo_value(self, 'applicability')
+ self.current_node.save_files = combo_value(self, 'save-files')
+
+ buf = self['commands'].get_buffer()
+ (start, end) = buf.get_bounds()
+ script = buf.get_text(start, end, False)
+ h = self.compute_hash(script)
+ if h != self.script_hash:
+ # script has changed -> save it
+ self.current_node.save_with_script([line + "\n" for line in script.splitlines()])
+ self.script_hash = h
+ else:
+ self.current_node.save()
+
+ self.update_remove_revert()
+
+ def clear_fields(self):
+ self['accelerator'].set_text('')
+
+ buf = self['commands'].get_buffer()
+ buf.begin_not_undoable_action()
+ buf.set_text('')
+ buf.end_not_undoable_action()
+
+ for nm in ('input', 'output', 'applicability', 'save-files'):
+ self[nm].set_active(0)
+
+ self['languages_label'].set_text(_('All Languages'))
+
+ def fill_languages_button(self):
+ if not self.current_node or not self.current_node.languages:
+ self['languages_label'].set_text(_('All Languages'))
+ else:
+ manager = GtkSource.LanguageManager()
+ langs = []
+
+ for lang in self.current_node.languages:
+ if lang == 'plain':
+ langs.append(_('Plain Text'))
+ else:
+ l = manager.get_language(lang)
+
+ if l:
+ langs.append(l.get_name())
+
+ self['languages_label'].set_text(', '.join(langs))
+
+ def fill_fields(self):
+ self.update_accelerator_label()
+
+ buf = self['commands'].get_buffer()
+ script = default(''.join(self.current_node.get_script()), '')
+
+ buf.begin_not_undoable_action()
+ buf.set_text(script)
+ buf.end_not_undoable_action()
+
+ self.script_hash = self.compute_hash(script)
+
+ contenttype, uncertain = Gio.content_type_guess(None, script.encode('utf-8'))
+ lmanager = GtkSource.LanguageManager.get_default()
+ language = lmanager.guess_language(None, contenttype)
+
+ if language is not None:
+ buf.set_language(language)
+ buf.set_highlight_syntax(True)
+ else:
+ buf.set_highlight_syntax(False)
+
+ for nm in ('input', 'output', 'applicability', 'save-files'):
+ model = self[nm].get_model()
+ piter = model.get_iter_first()
+ self.set_active_by_name(nm,
+ default(self.current_node.__getattribute__(nm.replace('-', '_')),
+ model.get_value(piter, self.NAME_COLUMN)))
+
+ self.fill_languages_button()
+
+ def update_accelerator_label(self):
+ if self.current_node.shortcut:
+ key, mods = Gtk.accelerator_parse(self.current_node.shortcut)
+ label = Gtk.accelerator_get_label(key, mods)
+ self['accelerator'].set_text(label)
+ else:
+ self['accelerator'].set_text('')
+
+ def update_remove_revert(self):
+ piter, node = self.get_selected_tool()
+
+ removable = node is not None and node.is_local()
+
+ self['remove-tool-button'].set_sensitive(removable)
+ self['revert-tool-button'].set_sensitive(removable)
+
+ if node is not None and node.is_global():
+ self['remove-tool-button'].hide()
+ self['revert-tool-button'].show()
+ else:
+ self['remove-tool-button'].show()
+ self['revert-tool-button'].hide()
+
+ def do_update(self):
+ self.update_remove_revert()
+
+ piter, node = self.get_selected_tool()
+ self.current_node = node
+
+ if node is not None:
+ self.fill_fields()
+ self['tool-grid'].set_sensitive(True)
+ else:
+ self.clear_fields()
+ self['tool-grid'].set_sensitive(False)
+
+ def language_id_from_iter(self, piter):
+ if not piter:
+ return None
+
+ tool = self.model.get_value(piter, self.TOOL_COLUMN)
+
+ if isinstance(tool, Tool):
+ piter = self.model.iter_parent(piter)
+ tool = self.model.get_value(piter, self.TOOL_COLUMN)
+
+ if isinstance(tool, GtkSource.Language):
+ return tool.get_id()
+ elif tool:
+ return 'plain'
+
+ return None
+
+ def selected_language_id(self):
+ # Find current language if there is any
+ model, piter = self.view.get_selection().get_selected()
+
+ return self.language_id_from_iter(piter)
+
+ def on_add_tool_button_clicked(self, button):
+ self.save_current_tool()
+
+ # block handlers while inserting a new item
+ self.view.get_selection().handler_block(self.selection_changed_id)
+
+ self.current_node = Tool(self.tools.tree);
+ self.current_node.name = _('New tool')
+ self.tools.tree.tools.append(self.current_node)
+
+ lang = self.selected_language_id()
+
+ if lang:
+ self.current_node.languages = [lang]
+
+ piter = self.add_tool(self.current_node)
+
+ self.view.set_cursor(self.model.get_path(piter),
+ self.view.get_column(self.TOOL_COLUMN),
+ True)
+ self.fill_fields()
+
+ self['tool-grid'].set_sensitive(True)
+ self.view.get_selection().handler_unblock(self.selection_changed_id)
+
+ def tool_changed(self, tool, refresh=False):
+ for row in self._tool_rows[tool]:
+ self.model.set_value(self.model.get_iter(row.get_path()),
+ self.TOOL_COLUMN,
+ tool)
+
+ if refresh and tool == self.current_node:
+ self.fill_fields()
+
+ self.update_remove_revert()
+
+ def on_remove_tool_button_clicked(self, button):
+ piter, node = self.get_selected_tool()
+
+ if not node:
+ return
+
+ if node.is_global():
+ shortcut = node.shortcut
+
+ if node.parent.revert_tool(node):
+ self.remove_accelerator(node, shortcut)
+ self.add_accelerator(node)
+
+ self['revert-tool-button'].set_sensitive(False)
+ self.fill_fields()
+
+ self.tool_changed(node)
+ else:
+ parent = self.model.iter_parent(piter)
+ language = self.language_id_from_iter(parent)
+
+ self.model.remove(piter)
+
+ if language in node.languages:
+ node.languages.remove(language)
+
+ self._tool_rows[node] = [x for x in self._tool_rows[node] if x.valid()]
+
+ if not self._tool_rows[node]:
+ del self._tool_rows[node]
+
+ if node.parent.delete_tool(node):
+ self.remove_accelerator(node)
+ self.current_node = None
+ self.script_hash = None
+
+ if self.model.iter_is_valid(piter):
+ self.view.set_cursor(self.model.get_path(piter),
+ self.view.get_column(self.TOOL_COLUMN),
+ False)
+
+ self.view.grab_focus()
+
+ path = self._languages[language].get_path()
+ parent = self.model.get_iter(path)
+
+ if not self.model.iter_has_child(parent):
+ self.model.remove(parent)
+ del self._languages[language]
+
+ def on_view_label_cell_edited(self, cell, path, new_text):
+ if new_text != '':
+ piter = self.model.get_iter(path)
+ tool = self.model.get_value(piter, self.TOOL_COLUMN)
+
+ tool.name = new_text
+
+ self.save_current_tool()
+ self.tool_changed(tool)
+
+ def on_view_label_cell_editing_started(self, renderer, editable, path):
+ piter = self.model.get_iter(path)
+ tool = self.model.get_value(piter, self.TOOL_COLUMN)
+
+ if isinstance(editable, Gtk.Entry):
+ editable.set_text(tool.name)
+ editable.grab_focus()
+
+ def on_view_selection_changed(self, selection, userdata):
+ self.save_current_tool()
+ self.do_update()
+
+ def accelerator_collision(self, name, node):
+ if not name in self.accelerators:
+ return []
+
+ ret = []
+
+ for other in self.accelerators[name]:
+ if not other.languages or not node.languages:
+ ret.append(other)
+ continue
+
+ for lang in other.languages:
+ if lang in node.languages:
+ ret.append(other)
+ continue
+
+ return ret
+
+ def set_accelerator(self, keyval, mod):
+ # Check whether accelerator already exists
+ self.remove_accelerator(self.current_node)
+
+ name = Gtk.accelerator_name(keyval, mod)
+
+ if name == '':
+ self.current_node.shorcut = None
+ self.save_current_tool()
+ return True
+
+ col = self.accelerator_collision(name, self.current_node)
+
+ if col:
+ dialog = Gtk.MessageDialog(self.dialog,
+ Gtk.DialogFlags.MODAL,
+ Gtk.MessageType.ERROR,
+ Gtk.ButtonsType.CLOSE,
+ _('This accelerator is already bound to %s') % (', '.join(map(lambda x: x.name, col)),))
+
+ dialog.run()
+ dialog.destroy()
+
+ self.add_accelerator(self.current_node)
+ return False
+
+ self.current_node.shortcut = name
+ self.add_accelerator(self.current_node)
+ self.save_current_tool()
+
+ return True
+
+ def on_accelerator_key_press(self, entry, event):
+ mask = event.state & Gtk.accelerator_get_default_mod_mask()
+
+ if event.keyval == Gdk.KEY_Escape:
+ self.update_accelerator_label()
+ self['commands'].grab_focus()
+ return True
+ elif event.keyval == Gdk.KEY_BackSpace:
+ return False
+ elif event.keyval in range(Gdk.KEY_F1, Gdk.KEY_F12 + 1):
+ # New accelerator
+ if self.set_accelerator(event.keyval, mask):
+ self.update_accelerator_label()
+ self['commands'].grab_focus()
+
+ # Capture all `normal characters`
+ return True
+ elif Gdk.keyval_to_unicode(event.keyval):
+ if mask:
+ # New accelerator
+ if self.set_accelerator(event.keyval, mask):
+ self.update_accelerator_label()
+ self['commands'].grab_focus()
+ # Capture all `normal characters`
+ return True
+ else:
+ return False
+
+ def on_accelerator_focus_in(self, entry, event):
+ if self.current_node is None:
+ return
+ if self.current_node.shortcut:
+ entry.set_text(_('Type a new accelerator, or press Backspace to clear'))
+ else:
+ entry.set_text(_('Type a new accelerator'))
+
+ def on_accelerator_focus_out(self, entry, event):
+ if self.current_node is not None:
+ self.update_accelerator_label()
+ self.tool_changed(self.current_node)
+
+ def on_accelerator_backspace(self, entry):
+ entry.set_text('')
+ self.remove_accelerator(self.current_node)
+ self.current_node.shortcut = None
+ self['commands'].grab_focus()
+
+ def on_tool_manager_dialog_delete_event(self, dialog, event):
+ self.save_current_tool()
+ return False
+
+ def on_tool_manager_dialog_focus_out(self, dialog, event):
+ self.save_current_tool()
+ self.emit('tools-updated')
+
+ def on_tool_manager_dialog_configure_event(self, dialog, event):
+ if dialog.get_realized():
+ alloc = dialog.get_allocation()
+ self._size = (alloc.width, alloc.height)
+
+ def on_applicability_changed(self, combo):
+ applicability = combo.get_model().get_value(combo.get_active_iter(),
+ self.NAME_COLUMN)
+
+ if applicability == 'always':
+ if self.current_node is not None:
+ self.current_node.languages = []
+
+ self.fill_languages_button()
+
+ self['languages_button'].set_sensitive(applicability != 'always')
+
+ def get_cell_data_cb(self, column, cell, model, piter, user_data=None):
+ tool = model.get_value(piter, self.TOOL_COLUMN)
+
+ if tool is None or not isinstance(tool, Tool):
+ if tool is None:
+ label = _('All Languages')
+ elif not isinstance(tool, GtkSource.Language):
+ label = _('Plain Text')
+ else:
+ label = tool.get_name()
+
+ markup = saxutils.escape(label)
+ editable = False
+ else:
+ escaped = saxutils.escape(tool.name)
+
+ if tool.shortcut:
+ key, mods = Gtk.accelerator_parse(tool.shortcut)
+ label = Gtk.accelerator_get_label(key, mods)
+ markup = '%s (<b>%s</b>)' % (escaped, label)
+ else:
+ markup = escaped
+
+ editable = True
+
+ cell.set_properties(markup=markup, editable=editable)
+
+ def tool_in_language(self, tool, lang):
+ if not lang in self._languages:
+ return False
+
+ ref = self._languages[lang]
+ parent = ref.get_path()
+
+ for row in self._tool_rows[tool]:
+ path = row.get_path()
+
+ if path.get_indices()[0] == parent.get_indices()[0]:
+ return True
+
+ return False
+
+ def update_languages(self, popup):
+ self.current_node.languages = popup.languages()
+ self.fill_languages_button()
+
+ piter, node = self.get_selected_tool()
+ ret = None
+
+ if node:
+ ref = Gtk.TreeRowReference.new(self.model, self.model.get_path(piter))
+
+ # Update languages, make sure to inhibit selection change stuff
+ self.view.get_selection().handler_block(self.selection_changed_id)
+
+ # Remove all rows that are no longer
+ for row in list(self._tool_rows[self.current_node]):
+ piter = self.model.get_iter(row.get_path())
+ language = self.language_id_from_iter(piter)
+
+ if (not language and not self.current_node.languages) or \
+ (language in self.current_node.languages):
+ continue
+
+ # Remove from language
+ self.model.remove(piter)
+ self._tool_rows[self.current_node].remove(row)
+
+ # If language is empty, remove it
+ parent = self.model.get_iter(self._languages[language].get_path())
+
+ if not self.model.iter_has_child(parent):
+ self.model.remove(parent)
+ del self._languages[language]
+
+ # Now, add for any that are new
+ manager = GtkSource.LanguageManager()
+
+ for lang in self.current_node.languages:
+ if not self.tool_in_language(self.current_node, lang):
+ l = manager.get_language(lang)
+
+ if not l:
+ l = 'plain'
+
+ self.add_tool_to_language(self.current_node, l)
+
+ if not self.current_node.languages and not self.tool_in_language(self.current_node, None):
+ self.add_tool_to_language(self.current_node, None)
+
+ # Check if we can still keep the current
+ if not ref or not ref.valid():
+ # Change selection to first language
+ path = self._tool_rows[self.current_node][0].get_path()
+ piter = self.model.get_iter(path)
+ parent = self.model.iter_parent(piter)
+
+ # Expand parent, select child and scroll to it
+ self.view.expand_row(self.model.get_path(parent), False)
+ self.view.get_selection().select_path(path)
+ self.view.set_cursor(path, self.view.get_column(self.TOOL_COLUMN), False)
+
+ self.view.get_selection().handler_unblock(self.selection_changed_id)
+
+ def on_languages_button_clicked(self, button):
+ popup = LanguagesPopup(button, self.current_node.languages)
+ popup.show()
+ popup.connect('closed', self.update_languages)
+
+# ex:et:ts=4:
diff --git a/plugins/externaltools/tools/meson.build b/plugins/externaltools/tools/meson.build
new file mode 100644
index 0000000..bd623cf
--- /dev/null
+++ b/plugins/externaltools/tools/meson.build
@@ -0,0 +1,36 @@
+externaltools_sources = files(
+ '__init__.py',
+ 'appactivatable.py',
+ 'capture.py',
+ 'filelookup.py',
+ 'functions.py',
+ 'library.py',
+ 'linkparsing.py',
+ 'manager.py',
+ 'outputpanel.py',
+ 'windowactivatable.py',
+)
+
+install_data(
+ externaltools_sources,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ 'externaltools',
+ )
+)
+
+externaltools_data = files(
+ 'outputpanel.ui',
+ 'tools.ui',
+)
+
+install_data(
+ externaltools_data,
+ install_dir: join_paths(
+ pkgdatadir,
+ 'plugins',
+ 'externaltools',
+ 'ui',
+ )
+)
diff --git a/plugins/externaltools/tools/outputpanel.py b/plugins/externaltools/tools/outputpanel.py
new file mode 100644
index 0000000..e9fc241
--- /dev/null
+++ b/plugins/externaltools/tools/outputpanel.py
@@ -0,0 +1,247 @@
+# -*- coding: utf-8 -*-
+# Gedit External Tools plugin
+# Copyright (C) 2005-2006 Steve Frécinaux <steve@istique.net>
+# Copyright (C) 2010 Per Arneng <per.arneng@anyplanet.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+__all__ = ('OutputPanel', 'UniqueById')
+
+import os
+from weakref import WeakKeyDictionary
+from .capture import *
+import re
+from . import linkparsing
+from . import filelookup
+from gi.repository import GLib, Gio, Gdk, Gtk, Pango, Gedit
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class UniqueById:
+ __shared_state = WeakKeyDictionary()
+
+ def __init__(self, i):
+ if i in self.__class__.__shared_state:
+ self.__dict__ = self.__class__.__shared_state[i]
+ return True
+ else:
+ self.__class__.__shared_state[i] = self.__dict__
+ return False
+
+ def states(self):
+ return self.__class__.__shared_state
+
+
+class OutputPanel(UniqueById):
+ def __init__(self, datadir, window):
+ if UniqueById.__init__(self, window):
+ return
+
+ callbacks = {
+ 'on_stop_clicked': self.on_stop_clicked,
+ 'on_view_visibility_notify_event': self.on_view_visibility_notify_event,
+ 'on_view_motion_notify_event': self.on_view_motion_notify_event
+ }
+
+ self.profile_settings = self.get_profile_settings()
+ self.profile_settings.connect("changed", self.font_changed)
+ self.system_settings = Gio.Settings.new("org.gnome.desktop.interface")
+ self.system_settings.connect("changed::monospace-font-name", self.font_changed)
+
+ self.window = window
+ self.ui = Gtk.Builder()
+ self.ui.add_from_file(os.path.join(datadir, 'ui', 'outputpanel.ui'))
+ self.ui.connect_signals(callbacks)
+ self['view'].connect('button-press-event', self.on_view_button_press_event)
+
+ self.panel = self["output-panel"]
+ self.font_changed()
+
+ buffer = self['view'].get_buffer()
+
+ self.normal_tag = buffer.create_tag('normal')
+
+ self.error_tag = buffer.create_tag('error')
+ self.error_tag.set_property('foreground', 'red')
+
+ self.italic_tag = buffer.create_tag('italic')
+ self.italic_tag.set_property('style', Pango.Style.OBLIQUE)
+
+ self.bold_tag = buffer.create_tag('bold')
+ self.bold_tag.set_property('weight', Pango.Weight.BOLD)
+
+ self.invalid_link_tag = buffer.create_tag('invalid_link')
+
+ self.link_tag = buffer.create_tag('link')
+ self.link_tag.set_property('underline', Pango.Underline.SINGLE)
+
+ self.link_cursor = Gdk.Cursor.new(Gdk.CursorType.HAND2)
+ self.normal_cursor = Gdk.Cursor.new(Gdk.CursorType.XTERM)
+
+ self.process = None
+
+ self.links = []
+
+ self.link_parser = linkparsing.LinkParser()
+ self.file_lookup = filelookup.FileLookup(window)
+
+ def get_profile_settings(self):
+ #FIXME return either the gnome-terminal settings or the gedit one
+ return Gio.Settings.new("org.gnome.gedit.plugins.externaltools")
+
+ def font_changed(self, settings=None, key=None):
+ if self.profile_settings.get_boolean("use-system-font"):
+ font = self.system_settings.get_string("monospace-font-name")
+ else:
+ font = self.profile_settings.get_string("font")
+
+ font_desc = Pango.font_description_from_string(font)
+
+ self["view"].override_font(font_desc)
+
+ def set_process(self, process):
+ self.process = process
+
+ def __getitem__(self, key):
+ # Convenience function to get an object from its name
+ return self.ui.get_object(key)
+
+ def on_stop_clicked(self, widget, *args):
+ if self.process is not None:
+ self.write("\n" + _('Stopped.') + "\n",
+ self.italic_tag)
+ self.process.stop(-1)
+
+ def scroll_to_end(self):
+ iter = self['view'].get_buffer().get_end_iter()
+ self['view'].scroll_to_iter(iter, 0.0, False, 0.5, 0.5)
+ return False # don't requeue this handler
+
+ def clear(self):
+ self['view'].get_buffer().set_text("")
+ self.links = []
+
+ def visible(self):
+ panel = self.window.get_bottom_panel()
+ return panel.props.visible and panel.props.visible_child == self.panel
+
+ def write(self, text, tag=None):
+ buffer = self['view'].get_buffer()
+
+ end_iter = buffer.get_end_iter()
+ insert = buffer.create_mark(None, end_iter, True)
+
+ if tag is None:
+ buffer.insert(end_iter, text)
+ else:
+ buffer.insert_with_tags(end_iter, text, tag)
+
+ # find all links and apply the appropriate tag for them
+ links = self.link_parser.parse(text)
+ for lnk in links:
+ insert_iter = buffer.get_iter_at_mark(insert)
+ lnk.start = insert_iter.get_offset() + lnk.start
+ lnk.end = insert_iter.get_offset() + lnk.end
+
+ start_iter = buffer.get_iter_at_offset(lnk.start)
+ end_iter = buffer.get_iter_at_offset(lnk.end)
+
+ tag = None
+
+ # if the link points to an existing file then it is a valid link
+ if self.file_lookup.lookup(lnk.path) is not None:
+ self.links.append(lnk)
+ tag = self.link_tag
+ else:
+ tag = self.invalid_link_tag
+
+ buffer.apply_tag(tag, start_iter, end_iter)
+
+ buffer.delete_mark(insert)
+ GLib.idle_add(self.scroll_to_end)
+
+ def show(self):
+ panel = self.window.get_bottom_panel()
+ panel.props.visible_child = self.panel
+ panel.show()
+
+ def update_cursor_style(self, view, x, y):
+ if self.get_link_at_location(view, x, y) is not None:
+ cursor = self.link_cursor
+ else:
+ cursor = self.normal_cursor
+
+ view.get_window(Gtk.TextWindowType.TEXT).set_cursor(cursor)
+
+ def on_view_motion_notify_event(self, view, event):
+ if event.window == view.get_window(Gtk.TextWindowType.TEXT):
+ self.update_cursor_style(view, int(event.x), int(event.y))
+
+ return False
+
+ def on_view_visibility_notify_event(self, view, event):
+ if event.window == view.get_window(Gtk.TextWindowType.TEXT):
+ win, x, y, flags = event.window.get_pointer()
+ self.update_cursor_style(view, x, y)
+
+ return False
+
+ def idle_grab_focus(self):
+ self.window.get_active_view().grab_focus()
+ return False
+
+ def get_link_at_location(self, view, x, y):
+ """
+ Get the link under a specified x,y coordinate. If no link exists then
+ None is returned.
+ """
+
+ # get the offset within the buffer from the x,y coordinates
+ buff_x, buff_y = view.window_to_buffer_coords(Gtk.TextWindowType.TEXT, x, y)
+ (over_text, iter_at_xy) = view.get_iter_at_location(buff_x, buff_y)
+ if not over_text:
+ return None
+ offset = iter_at_xy.get_offset()
+
+ # find the first link that contains the offset
+ for lnk in self.links:
+ if offset >= lnk.start and offset <= lnk.end:
+ return lnk
+
+ # no link was found at x,y
+ return None
+
+ def on_view_button_press_event(self, view, event):
+ if event.button != 1 or event.type != Gdk.EventType.BUTTON_PRESS or \
+ event.window != view.get_window(Gtk.TextWindowType.TEXT):
+ return False
+
+ link = self.get_link_at_location(view, int(event.x), int(event.y))
+ if link is None:
+ return False
+
+ gfile = self.file_lookup.lookup(link.path)
+
+ if gfile:
+ Gedit.commands_load_location(self.window, gfile, None, link.line_nr, link.col_nr)
+ GLib.idle_add(self.idle_grab_focus)
+
+# ex:ts=4:et:
diff --git a/plugins/externaltools/tools/outputpanel.ui b/plugins/externaltools/tools/outputpanel.ui
new file mode 100644
index 0000000..4c163c2
--- /dev/null
+++ b/plugins/externaltools/tools/outputpanel.ui
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.6 -->
+ <object class="GtkOverlay" id="output-panel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <child>
+ <object class="GtkTextView" id="view">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="editable">False</property>
+ <property name="wrap_mode">word</property>
+ <property name="cursor_visible">False</property>
+ <property name="accepts_tab">False</property>
+ <signal name="visibility-notify-event" handler="on_view_visibility_notify_event" swapped="no"/>
+ <signal name="motion-notify-event" handler="on_view_motion_notify_event" swapped="no"/>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="overlay">
+ <object class="GtkButton" id="stop">
+ <property name="visible">True</property>
+ <property name="sensitive">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="valign">end</property>
+ <property name="halign">end</property>
+ <property name="margin_bottom">2</property>
+ <property name="margin_end">2</property>
+ <property name="tooltip_text" translatable="yes">Stop Tool</property>
+ <signal name="clicked" handler="on_stop_clicked" swapped="no"/>
+ <child>
+ <object class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">process-stop-symbolic</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>
diff --git a/plugins/externaltools/tools/tools.ui b/plugins/externaltools/tools/tools.ui
new file mode 100644
index 0000000..a3f0ab1
--- /dev/null
+++ b/plugins/externaltools/tools/tools.ui
@@ -0,0 +1,548 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.0 -->
+<interface>
+ <requires lib="gtk+" version="3.0"/>
+ <object class="GeditDocument" id="commands_buffer"/>
+ <object class="GtkListStore" id="model_applicability">
+ <columns>
+ <!-- column-name gchararray -->
+ <column type="gchararray"/>
+ <!-- column-name gchararray1 -->
+ <column type="gchararray"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0" translatable="yes">Always available</col>
+ <col id="1">always</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">All documents</col>
+ <col id="1">all</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">All documents except untitled ones</col>
+ <col id="1">titled</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Local files only</col>
+ <col id="1">local</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Remote files only</col>
+ <col id="1">remote</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Untitled documents only</col>
+ <col id="1">untitled</col>
+ </row>
+ </data>
+ </object>
+ <object class="GtkListStore" id="model_input">
+ <columns>
+ <!-- column-name gchararray -->
+ <column type="gchararray"/>
+ <!-- column-name gchararray1 -->
+ <column type="gchararray"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0" translatable="yes">Nothing</col>
+ <col id="1">nothing</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Current document</col>
+ <col id="1">document</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Current selection</col>
+ <col id="1">selection</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Current selection (default to document)</col>
+ <col id="1">selection-document</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Current line</col>
+ <col id="1">line</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Current word</col>
+ <col id="1">word</col>
+ </row>
+ </data>
+ </object>
+ <object class="GtkListStore" id="model_output">
+ <columns>
+ <!-- column-name gchararray -->
+ <column type="gchararray"/>
+ <!-- column-name gchararray1 -->
+ <column type="gchararray"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0" translatable="yes">Nothing</col>
+ <col id="1">nothing</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Display in bottom pane</col>
+ <col id="1">output-panel</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Create new document</col>
+ <col id="1">new-document</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Append to current document</col>
+ <col id="1">append-document</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Replace current document</col>
+ <col id="1">replace-document</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Replace current selection</col>
+ <col id="1">replace-selection</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Insert at cursor position</col>
+ <col id="1">insert</col>
+ </row>
+ </data>
+ </object>
+ <object class="GtkListStore" id="model_save_files">
+ <columns>
+ <!-- column-name gchararray -->
+ <column type="gchararray"/>
+ <!-- column-name gchararray1 -->
+ <column type="gchararray"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0" translatable="yes">Nothing</col>
+ <col id="1">nothing</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Current document</col>
+ <col id="1">document</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">All documents</col>
+ <col id="1">all</col>
+ </row>
+ </data>
+ </object>
+ <object class="GtkWindow" id="tool-manager-dialog">
+ <property name="can_focus">False</property>
+ <property name="title" translatable="yes">Manage External Tools</property>
+ <property name="default_width">800</property>
+ <property name="default_height">600</property>
+ <property name="type_hint">dialog</property>
+ <signal name="configure-event" handler="on_tool_manager_dialog_configure_event" swapped="no"/>
+ <signal name="delete-event" handler="on_tool_manager_dialog_delete_event" swapped="no"/>
+ <signal name="focus-out-event" handler="on_tool_manager_dialog_focus_out" swapped="no"/>
+ <child type="titlebar">
+ <object class="GtkHeaderBar" id="headerbar">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes">Manage External Tools</property>
+ <property name="show_close_button">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkPaned" id="paned">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="vexpand">True</property>
+ <property name="position">275</property>
+ <property name="position_set">True</property>
+ <style>
+ <class name="gedit-tool-manager-paned"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="vbox2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolled_window1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="shadow_type">in</property>
+ <style>
+ <class name="gedit-tool-manager-treeview"/>
+ </style>
+ <child>
+ <object class="GtkTreeView" id="view">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="headers_visible">False</property>
+ <property name="reorderable">True</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview-selection"/>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolbar" id="toolbar1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="toolbar_style">icons</property>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
+ <property name="icon_size">1</property>
+ <child>
+ <object class="GtkToolButton" id="add-tool-button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Add a new tool</property>
+ <property name="label" translatable="yes">Add Tool</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">list-add-symbolic</property>
+ <signal name="clicked" handler="on_add_tool_button_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolButton" id="remove-tool-button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Remove selected tool</property>
+ <property name="label" translatable="yes">Remove Tool</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">list-remove-symbolic</property>
+ <signal name="clicked" handler="on_remove_tool_button_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolButton" id="revert-tool-button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Revert tool</property>
+ <property name="label" translatable="yes">Revert Tool</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">edit-undo-symbolic</property>
+ <signal name="clicked" handler="on_remove_tool_button_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="resize">False</property>
+ <property name="shrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox5">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkBox" id="hbox7">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkGrid" id="grid1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkGrid" id="tool-grid">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">6</property>
+ <property name="margin_end">6</property>
+ <property name="margin_top">6</property>
+ <property name="margin_bottom">6</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Shortcut _key:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">accelerator</property>
+ <property name="hexpand">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="accelerator">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <signal name="backspace" handler="on_accelerator_backspace" swapped="no"/>
+ <signal name="focus-in-event" handler="on_accelerator_focus_in" swapped="no"/>
+ <signal name="focus-out-event" handler="on_accelerator_focus_out" swapped="no"/>
+ <signal name="key-press-event" handler="on_accelerator_key_press" swapped="no"/>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label6">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">_Save:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">save-files</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkComboBox" id="save-files">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="model">model_save_files</property>
+ <child>
+ <object class="GtkCellRendererText" id="renderer1"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label7">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">_Input:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">input</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkComboBox" id="input">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="model">model_input</property>
+ <child>
+ <object class="GtkCellRendererText" id="input_renderer"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label8">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">_Output:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">output</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkComboBox" id="output">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="model">model_output</property>
+ <child>
+ <object class="GtkCellRendererText" id="output_renderer"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label23">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">_Applicability:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">applicability</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">4</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="hbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkComboBox" id="applicability">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="model">model_applicability</property>
+ <signal name="changed" handler="on_applicability_changed" swapped="no"/>
+ <child>
+ <object class="GtkCellRendererText" id="applicability_renderer"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="languages_button">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <signal name="clicked" handler="on_languages_button_clicked" swapped="no"/>
+ <child>
+ <object class="GtkLabel" id="languages_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">All Languages</property>
+ <property name="ellipsize">end</property>
+ <property name="width_chars">13</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">4</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="shadow_type">in</property>
+ <style>
+ <class name="gedit-tool-manager-view"/>
+ </style>
+ <child>
+ <object class="GeditView" id="commands">
+ <property name="buffer">commands_buffer</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="resize">True</property>
+ <property name="shrink">False</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>
diff --git a/plugins/externaltools/tools/windowactivatable.py b/plugins/externaltools/tools/windowactivatable.py
new file mode 100644
index 0000000..5949598
--- /dev/null
+++ b/plugins/externaltools/tools/windowactivatable.py
@@ -0,0 +1,141 @@
+# -*- coding: UTF-8 -*-
+# Gedit External Tools plugin
+# Copyright (C) 2005-2006 Steve Frécinaux <steve@istique.net>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+__all__ = ('ExternalToolsPlugin', 'OutputPanel', 'Capture', 'UniqueById')
+
+from gi.repository import GLib, Gio, GObject, Gtk, Gedit
+from .library import ToolLibrary
+from .outputpanel import OutputPanel
+from .capture import Capture
+from .functions import *
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class ToolActions(object):
+ def __init__(self, library, window, panel):
+ super(ToolActions, self).__init__()
+ self._library = library
+ self._window = window
+ self._panel = panel
+ self._action_tools = {}
+
+ self.update()
+
+ def deactivate(self):
+ self.remove()
+
+ def remove(self):
+ for name, tool in self._action_tools.items():
+ self._window.remove_action(name)
+ self._action_tools = {}
+
+ def _insert_directory(self, directory):
+ for tool in sorted(directory.tools, key=lambda x: x.name.lower()):
+ # FIXME: find a better way to share the action name
+ action_name = 'external-tool-%X-%X' % (id(tool), id(tool.name))
+ self._action_tools[action_name] = tool
+
+ action = Gio.SimpleAction(name=action_name)
+ action.connect('activate', capture_menu_action, self._window, self._panel, tool)
+ self._window.add_action(action)
+
+ def update(self):
+ self.remove()
+ self._insert_directory(self._library.tree)
+ self.filter(self._window.get_active_document())
+
+ def filter_language(self, language, item):
+ if not item.languages:
+ return True
+
+ if not language and 'plain' in item.languages:
+ return True
+
+ if language and (language.get_id() in item.languages):
+ return True
+ else:
+ return False
+
+ def filter(self, document):
+ if document is None:
+ titled = False
+ remote = False
+ language = None
+ else:
+ titled = document.get_file().get_location() is not None
+ remote = not document.get_file().is_local()
+ language = document.get_language()
+
+ states = {
+ 'always': True,
+ 'all': document is not None,
+ 'local': titled and not remote,
+ 'remote': titled and remote,
+ 'titled': titled,
+ 'untitled': not titled,
+ }
+
+ for name, tool in self._action_tools.items():
+ action = self._window.lookup_action(name)
+ if action:
+ action.set_enabled(states[tool.applicability] and
+ self.filter_language(language, tool))
+
+
+class WindowActivatable(GObject.Object, Gedit.WindowActivatable):
+ __gtype_name__ = "ExternalToolsWindowActivatable"
+
+ window = GObject.Property(type=Gedit.Window)
+
+ def __init__(self):
+ GObject.Object.__init__(self)
+ self.actions = None
+
+ def do_activate(self):
+ self.window.external_tools_window_activatable = self
+
+ self._library = ToolLibrary()
+
+ # Create output console
+ self._output_buffer = OutputPanel(self.plugin_info.get_data_dir(), self.window)
+
+ self.actions = ToolActions(self._library, self.window, self._output_buffer)
+
+ bottom = self.window.get_bottom_panel()
+ bottom.add_titled(self._output_buffer.panel, "GeditExternalToolsShellOutput", _("Tool Output"))
+
+ def do_update_state(self):
+ if self.actions is not None:
+ self.actions.filter(self.window.get_active_document())
+
+ def do_deactivate(self):
+ self.actions.deactivate()
+ bottom = self.window.get_bottom_panel()
+ bottom.remove(self._output_buffer.panel)
+ self.window.external_tools_window_activatable = None
+
+ def update_actions(self):
+ self.actions.update()
+
+# ex:ts=4:et:
diff --git a/plugins/filebrowser/filebrowser.plugin.desktop.in b/plugins/filebrowser/filebrowser.plugin.desktop.in
new file mode 100644
index 0000000..706168d
--- /dev/null
+++ b/plugins/filebrowser/filebrowser.plugin.desktop.in
@@ -0,0 +1,12 @@
+[Plugin]
+Loader=C
+Module=filebrowser
+IAge=3
+Name=File Browser Panel
+Description=Easy file access from the side panel.
+# TRANSLATORS: Do NOT translate or transliterate this text!
+# This is an icon file name.
+Icon=system-file-manager
+Authors=Jesse van den Kieboom <jesse@icecrew.nl>
+Copyright=Copyright © 2006 Jesse van den Kieboom
+Website=http://www.gedit.org
diff --git a/plugins/filebrowser/gedit-file-bookmarks-store.c b/plugins/filebrowser/gedit-file-bookmarks-store.c
new file mode 100644
index 0000000..df0968d
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-bookmarks-store.c
@@ -0,0 +1,920 @@
+/*
+ * gedit-file-bookmarks-store.c - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include <string.h>
+#include <glib/gi18n.h>
+#include <gio/gio.h>
+#include <gedit/gedit-utils.h>
+
+#include "gedit-file-bookmarks-store.h"
+#include "gedit-file-browser-utils.h"
+
+struct _GeditFileBookmarksStorePrivate
+{
+ GVolumeMonitor *volume_monitor;
+ GFileMonitor *bookmarks_monitor;
+};
+
+static void remove_node (GtkTreeModel *model,
+ GtkTreeIter *iter);
+
+static void on_fs_changed (GVolumeMonitor *monitor,
+ GObject *object,
+ GeditFileBookmarksStore *model);
+
+static void on_bookmarks_file_changed (GFileMonitor *monitor,
+ GFile *file,
+ GFile *other_file,
+ GFileMonitorEvent event_type,
+ GeditFileBookmarksStore *model);
+static gboolean find_with_flags (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ gpointer obj,
+ guint flags,
+ guint notflags);
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditFileBookmarksStore,
+ gedit_file_bookmarks_store,
+ GTK_TYPE_TREE_STORE,
+ 0,
+ G_ADD_PRIVATE_DYNAMIC (GeditFileBookmarksStore))
+
+static void
+gedit_file_bookmarks_store_dispose (GObject *object)
+{
+ GeditFileBookmarksStore *obj = GEDIT_FILE_BOOKMARKS_STORE (object);
+
+ if (obj->priv->volume_monitor != NULL)
+ {
+ g_signal_handlers_disconnect_by_func (obj->priv->volume_monitor,
+ on_fs_changed,
+ obj);
+
+ g_object_unref (obj->priv->volume_monitor);
+ obj->priv->volume_monitor = NULL;
+ }
+
+ g_clear_object (&obj->priv->bookmarks_monitor);
+
+ G_OBJECT_CLASS (gedit_file_bookmarks_store_parent_class)->dispose (object);
+}
+
+static void
+gedit_file_bookmarks_store_class_init (GeditFileBookmarksStoreClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_file_bookmarks_store_dispose;
+}
+
+static void
+gedit_file_bookmarks_store_class_finalize (GeditFileBookmarksStoreClass *klass)
+{
+}
+
+static void
+gedit_file_bookmarks_store_init (GeditFileBookmarksStore *obj)
+{
+ obj->priv = gedit_file_bookmarks_store_get_instance_private (obj);
+}
+
+/* Private */
+static void
+add_node (GeditFileBookmarksStore *model,
+ GdkPixbuf *pixbuf,
+ const gchar *icon_name,
+ const gchar *name,
+ GObject *obj,
+ guint flags,
+ GtkTreeIter *iter)
+{
+ GtkTreeIter newiter;
+
+ gtk_tree_store_append (GTK_TREE_STORE (model), &newiter, NULL);
+
+ gtk_tree_store_set (GTK_TREE_STORE (model), &newiter,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_ICON, pixbuf,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_ICON_NAME, icon_name,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_NAME, name,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_OBJECT, obj,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, flags,
+ -1);
+
+ if (iter != NULL)
+ *iter = newiter;
+}
+
+static gboolean
+add_file (GeditFileBookmarksStore *model,
+ GFile *file,
+ const gchar *name,
+ guint flags,
+ GtkTreeIter *iter)
+{
+ gboolean native = g_file_is_native (file);
+ gchar *icon_name = NULL;
+ gchar *newname;
+
+ if (native && !g_file_query_exists (file, NULL))
+ return FALSE;
+
+ if (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_HOME)
+ icon_name = g_strdup ("user-home-symbolic");
+ else if (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_DESKTOP)
+ icon_name = g_strdup ("user-desktop-symbolic");
+ else if (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_ROOT)
+ icon_name = g_strdup ("drive-harddisk-symbolic");
+ else
+ {
+ /* getting the icon is a sync get_info call, so we just do it for local files */
+ if (native)
+ icon_name = gedit_file_browser_utils_symbolic_icon_name_from_file (file);
+ else
+ icon_name = g_strdup ("folder-symbolic");
+ }
+
+ if (name == NULL)
+ newname = gedit_file_browser_utils_file_basename (file);
+ else
+ newname = g_strdup (name);
+
+ add_node (model, NULL, icon_name, newname, G_OBJECT (file), flags, iter);
+
+ g_free (icon_name);
+ g_free (newname);
+
+ return TRUE;
+}
+
+static void
+check_mount_separator (GeditFileBookmarksStore *model,
+ guint flags,
+ gboolean added)
+{
+ GtkTreeIter iter;
+ gboolean found = find_with_flags (GTK_TREE_MODEL (model), &iter, NULL,
+ flags | GEDIT_FILE_BOOKMARKS_STORE_IS_SEPARATOR,
+ 0);
+
+ if (added && !found)
+ {
+ /* Add the separator */
+ add_node (model, NULL, NULL, NULL, NULL,
+ flags | GEDIT_FILE_BOOKMARKS_STORE_IS_SEPARATOR,
+ NULL);
+ }
+ else if (!added && found)
+ {
+ remove_node (GTK_TREE_MODEL (model), &iter);
+ }
+}
+
+static void
+init_special_directories (GeditFileBookmarksStore *model)
+{
+ gchar const *path = g_get_home_dir ();
+ GFile *file;
+
+ if (path != NULL)
+ {
+ file = g_file_new_for_path (path);
+ add_file (model,
+ file,
+ _("Home"),
+ GEDIT_FILE_BOOKMARKS_STORE_IS_HOME | GEDIT_FILE_BOOKMARKS_STORE_IS_SPECIAL_DIR,
+ NULL);
+ g_object_unref (file);
+ }
+
+#if defined(G_OS_WIN32) || defined(OS_OSX)
+ path = g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP);
+ if (path != NULL)
+ {
+ file = g_file_new_for_path (path);
+ add_file (model,
+ file,
+ NULL,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_DESKTOP | GEDIT_FILE_BOOKMARKS_STORE_IS_SPECIAL_DIR,
+ NULL);
+ g_object_unref (file);
+ }
+
+ path = g_get_user_special_dir (G_USER_DIRECTORY_DOCUMENTS);
+ if (path != NULL)
+ {
+ file = g_file_new_for_path (path);
+ add_file (model,
+ file,
+ NULL,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_DOCUMENTS | GEDIT_FILE_BOOKMARKS_STORE_IS_SPECIAL_DIR,
+ NULL);
+ g_object_unref (file);
+ }
+#endif
+
+ file = g_file_new_for_uri ("file:///");
+ add_file (model, file, _("File System"), GEDIT_FILE_BOOKMARKS_STORE_IS_ROOT, NULL);
+ g_object_unref (file);
+
+ check_mount_separator (model, GEDIT_FILE_BOOKMARKS_STORE_IS_ROOT, TRUE);
+}
+
+static void
+get_fs_properties (gpointer fs,
+ gchar **name,
+ gchar **icon_name,
+ guint *flags)
+{
+ GIcon *icon = NULL;
+
+ *flags = GEDIT_FILE_BOOKMARKS_STORE_IS_FS;
+ *name = NULL;
+ *icon_name = NULL;
+
+ if (G_IS_DRIVE (fs))
+ {
+ icon = g_drive_get_symbolic_icon (G_DRIVE (fs));
+ *name = g_drive_get_name (G_DRIVE (fs));
+ *icon_name = gedit_file_browser_utils_name_from_themed_icon (icon);
+
+ *flags |= GEDIT_FILE_BOOKMARKS_STORE_IS_DRIVE;
+ }
+ else if (G_IS_VOLUME (fs))
+ {
+ icon = g_volume_get_symbolic_icon (G_VOLUME (fs));
+ *name = g_volume_get_name (G_VOLUME (fs));
+ *icon_name = gedit_file_browser_utils_name_from_themed_icon (icon);
+
+ *flags |= GEDIT_FILE_BOOKMARKS_STORE_IS_VOLUME;
+ }
+ else if (G_IS_MOUNT (fs))
+ {
+ icon = g_mount_get_symbolic_icon (G_MOUNT (fs));
+ *name = g_mount_get_name (G_MOUNT (fs));
+ *icon_name = gedit_file_browser_utils_name_from_themed_icon (icon);
+
+ *flags |= GEDIT_FILE_BOOKMARKS_STORE_IS_MOUNT;
+ }
+
+ if (icon)
+ g_object_unref (icon);
+}
+
+static void
+add_fs (GeditFileBookmarksStore *model,
+ gpointer fs,
+ guint flags,
+ GtkTreeIter *iter)
+{
+ gchar *icon_name = NULL;
+ gchar *name = NULL;
+ guint fsflags;
+
+ get_fs_properties (fs, &name, &icon_name, &fsflags);
+ add_node (model, NULL, icon_name, name, fs, flags | fsflags, iter);
+
+ g_free (name);
+ g_free (icon_name);
+ check_mount_separator (model, GEDIT_FILE_BOOKMARKS_STORE_IS_FS, TRUE);
+}
+
+static void
+process_volume_cb (GVolume *volume,
+ GeditFileBookmarksStore *model)
+{
+ GMount *mount = g_volume_get_mount (volume);
+ guint flags = GEDIT_FILE_BOOKMARKS_STORE_NONE;
+
+ /* CHECK: should we use the LOCAL/REMOTE thing still? */
+ if (mount)
+ {
+ /* Show mounted volume */
+ add_fs (model, mount, flags, NULL);
+ g_object_unref (mount);
+ }
+ else if (g_volume_can_mount (volume))
+ {
+ /* We also show the unmounted volume here so users can
+ mount it if they want to access it */
+ add_fs (model, volume, flags, NULL);
+ }
+}
+
+static void
+process_drive_novolumes (GeditFileBookmarksStore *model,
+ GDrive *drive)
+{
+ if (g_drive_is_media_removable (drive) &&
+ !g_drive_is_media_check_automatic (drive) &&
+ g_drive_can_poll_for_media (drive))
+ {
+ /* This can be the case for floppy drives or other
+ drives where media detection fails. We show the
+ drive and poll for media when the user activates
+ it */
+ add_fs (model, drive, GEDIT_FILE_BOOKMARKS_STORE_NONE, NULL);
+ }
+}
+
+static void
+process_drive_cb (GDrive *drive,
+ GeditFileBookmarksStore *model)
+{
+ GList *volumes = g_drive_get_volumes (drive);
+
+ if (volumes)
+ {
+ /* Add all volumes for the drive */
+ g_list_foreach (volumes, (GFunc)process_volume_cb, model);
+ g_list_free (volumes);
+ }
+ else
+ {
+ process_drive_novolumes (model, drive);
+ }
+}
+
+static void
+init_drives (GeditFileBookmarksStore *model)
+{
+ GList *drives = g_volume_monitor_get_connected_drives (model->priv->volume_monitor);
+
+ g_list_foreach (drives, (GFunc)process_drive_cb, model);
+ g_list_free_full (drives, g_object_unref);
+}
+
+static void
+process_volume_nodrive_cb (GVolume *volume,
+ GeditFileBookmarksStore *model)
+{
+ GDrive *drive = g_volume_get_drive (volume);
+
+ if (drive)
+ {
+ g_object_unref (drive);
+ return;
+ }
+
+ process_volume_cb (volume, model);
+}
+
+static void
+init_volumes (GeditFileBookmarksStore *model)
+{
+ GList *volumes = g_volume_monitor_get_volumes (model->priv->volume_monitor);
+
+ g_list_foreach (volumes, (GFunc)process_volume_nodrive_cb, model);
+ g_list_free_full (volumes, g_object_unref);
+}
+
+static void
+process_mount_novolume_cb (GMount *mount,
+ GeditFileBookmarksStore *model)
+{
+ GVolume *volume = g_mount_get_volume (mount);
+
+ if (volume)
+ {
+ g_object_unref (volume);
+ }
+ else if (!g_mount_is_shadowed (mount))
+ {
+ /* Add the mount */
+ add_fs (model, mount, GEDIT_FILE_BOOKMARKS_STORE_NONE, NULL);
+ }
+}
+
+static void
+init_mounts (GeditFileBookmarksStore *model)
+{
+ GList *mounts = g_volume_monitor_get_mounts (model->priv->volume_monitor);
+
+ g_list_foreach (mounts, (GFunc)process_mount_novolume_cb, model);
+ g_list_free_full (mounts, g_object_unref);
+}
+
+static void
+init_fs (GeditFileBookmarksStore *model)
+{
+ if (model->priv->volume_monitor == NULL)
+ {
+ const gchar **ptr;
+ const gchar *signals[] = {
+ "drive-connected", "drive-changed", "drive-disconnected",
+ "volume-added", "volume-removed", "volume-changed",
+ "mount-added", "mount-removed", "mount-changed",
+ NULL
+ };
+
+ model->priv->volume_monitor = g_volume_monitor_get ();
+
+ /* Connect signals */
+ for (ptr = signals; *ptr != NULL; ++ptr)
+ {
+ g_signal_connect (model->priv->volume_monitor,
+ *ptr,
+ G_CALLBACK (on_fs_changed), model);
+ }
+ }
+
+ /* First go through all the connected drives */
+ init_drives (model);
+
+ /* Then add all volumes, not associated with a drive */
+ init_volumes (model);
+
+ /* Then finally add all mounts that have no volume */
+ init_mounts (model);
+}
+
+static gboolean
+add_bookmark (GeditFileBookmarksStore *model,
+ gchar const *name,
+ gchar const *uri)
+{
+ GFile *file = g_file_new_for_uri (uri);
+ guint flags = GEDIT_FILE_BOOKMARKS_STORE_IS_BOOKMARK;
+ GtkTreeIter iter;
+ gboolean ret;
+
+ if (g_file_is_native (file))
+ flags |= GEDIT_FILE_BOOKMARKS_STORE_IS_LOCAL_BOOKMARK;
+ else
+ flags |= GEDIT_FILE_BOOKMARKS_STORE_IS_REMOTE_BOOKMARK;
+
+ ret = add_file (model, file, name, flags, &iter);
+
+ g_object_unref (file);
+ return ret;
+}
+
+static gchar *
+get_bookmarks_file (void)
+{
+ return g_build_filename (g_get_user_config_dir (), "gtk-3.0", "bookmarks", NULL);
+}
+
+static gchar *
+get_legacy_bookmarks_file (void)
+{
+ return g_build_filename (g_get_home_dir (), ".gtk-bookmarks", NULL);
+}
+
+static gboolean
+parse_bookmarks_file (GeditFileBookmarksStore *model,
+ const gchar *bookmarks,
+ gboolean *added)
+{
+ GError *error = NULL;
+ gchar *contents;
+ gchar **lines;
+ gchar **line;
+
+ if (!g_file_get_contents (bookmarks, &contents, NULL, &error))
+ {
+ /* The bookmarks file doesn't exist (which is perfectly fine) */
+ g_error_free (error);
+
+ return FALSE;
+ }
+
+ lines = g_strsplit (contents, "\n", 0);
+
+ for (line = lines; *line; ++line)
+ {
+ if (**line)
+ {
+ GFile *location;
+
+ gchar *pos;
+ gchar *name;
+
+ /* CHECK: is this really utf8? */
+ pos = g_utf8_strchr (*line, -1, ' ');
+
+ if (pos != NULL)
+ {
+ *pos = '\0';
+ name = pos + 1;
+ }
+ else
+ {
+ name = NULL;
+ }
+
+ /* the bookmarks file should contain valid
+ * URIs, but paranoia is good */
+ location = g_file_new_for_uri (*line);
+ if (gedit_utils_is_valid_location (location))
+ {
+ *added |= add_bookmark (model, name, *line);
+ }
+ g_object_unref (location);
+ }
+ }
+
+ g_strfreev (lines);
+ g_free (contents);
+
+ /* Add a watch */
+ if (model->priv->bookmarks_monitor == NULL)
+ {
+ GFile *file = g_file_new_for_path (bookmarks);
+
+ model->priv->bookmarks_monitor = g_file_monitor_file (file, G_FILE_MONITOR_NONE, NULL, NULL);
+ g_object_unref (file);
+
+ g_signal_connect (model->priv->bookmarks_monitor,
+ "changed",
+ G_CALLBACK (on_bookmarks_file_changed),
+ model);
+ }
+
+ return TRUE;
+}
+
+static void
+init_bookmarks (GeditFileBookmarksStore *model)
+{
+ gchar *bookmarks = get_bookmarks_file ();
+ gboolean added = FALSE;
+
+ if (!parse_bookmarks_file (model, bookmarks, &added))
+ {
+ g_free (bookmarks);
+
+ /* try the old location (gtk <= 3.4) */
+ bookmarks = get_legacy_bookmarks_file ();
+ parse_bookmarks_file (model, bookmarks, &added);
+ }
+
+ if (added)
+ {
+ /* Bookmarks separator */
+ add_node (model, NULL, NULL, NULL, NULL,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_BOOKMARK | GEDIT_FILE_BOOKMARKS_STORE_IS_SEPARATOR,
+ NULL);
+ }
+
+ g_free (bookmarks);
+}
+
+static gint flags_order[] = {
+ GEDIT_FILE_BOOKMARKS_STORE_IS_HOME,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_DESKTOP,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_SPECIAL_DIR,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_ROOT,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_FS,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_BOOKMARK,
+ -1
+};
+
+static gint
+utf8_casecmp (gchar const *s1, const gchar *s2)
+{
+ gchar *n1;
+ gchar *n2;
+ gint result;
+
+ n1 = g_utf8_casefold (s1, -1);
+ n2 = g_utf8_casefold (s2, -1);
+
+ result = g_utf8_collate (n1, n2);
+
+ g_free (n1);
+ g_free (n2);
+
+ return result;
+}
+
+static gint
+bookmarks_compare_names (GtkTreeModel *model,
+ GtkTreeIter *a,
+ GtkTreeIter *b)
+{
+ gchar *n1;
+ gchar *n2;
+ gint result;
+ guint f1;
+ guint f2;
+
+ gtk_tree_model_get (model, a,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_NAME, &n1,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, &f1,
+ -1);
+ gtk_tree_model_get (model, b,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_NAME, &n2,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, &f2,
+ -1);
+
+ /* do not sort actual bookmarks to keep same order as in nautilus */
+ if ((f1 & GEDIT_FILE_BOOKMARKS_STORE_IS_BOOKMARK) &&
+ (f2 & GEDIT_FILE_BOOKMARKS_STORE_IS_BOOKMARK))
+ {
+ result = 0;
+ }
+ else if (n1 == NULL && n2 == NULL)
+ {
+ result = 0;
+ }
+ else if (n1 == NULL)
+ {
+ result = -1;
+ }
+ else if (n2 == NULL)
+ {
+ result = 1;
+ }
+ else
+ {
+ result = utf8_casecmp (n1, n2);
+ }
+
+ g_free (n1);
+ g_free (n2);
+
+ return result;
+}
+
+static gint
+bookmarks_compare_flags (GtkTreeModel *model,
+ GtkTreeIter *a,
+ GtkTreeIter *b)
+{
+ guint sep = GEDIT_FILE_BOOKMARKS_STORE_IS_SEPARATOR;
+ guint f1;
+ guint f2;
+ gint *flags;
+
+ gtk_tree_model_get (model, a,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, &f1,
+ -1);
+ gtk_tree_model_get (model, b,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, &f2,
+ -1);
+
+ for (flags = flags_order; *flags != -1; ++flags)
+ {
+ if ((f1 & *flags) != (f2 & *flags))
+ {
+ if (f1 & *flags)
+ return -1;
+ else
+ return 1;
+ }
+ else if ((f1 & *flags) && (f1 & sep) != (f2 & sep))
+ {
+ if (f1 & sep)
+ return -1;
+ else
+ return 1;
+ }
+ }
+
+ return 0;
+}
+
+static gint
+bookmarks_compare_func (GtkTreeModel *model,
+ GtkTreeIter *a,
+ GtkTreeIter *b,
+ gpointer user_data)
+{
+ gint result = bookmarks_compare_flags (model, a, b);
+
+ if (result == 0)
+ result = bookmarks_compare_names (model, a, b);
+
+ return result;
+}
+
+static gboolean
+find_with_flags (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ gpointer obj,
+ guint flags,
+ guint notflags)
+{
+ GtkTreeIter child;
+ guint childflags = 0;
+ GObject *childobj;
+ gboolean fequal;
+
+ if (!gtk_tree_model_get_iter_first (model, &child))
+ return FALSE;
+
+ do
+ {
+ gtk_tree_model_get (model,
+ &child,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_OBJECT, &childobj,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, &childflags,
+ -1);
+
+ fequal = (obj == childobj);
+
+ if (childobj)
+ g_object_unref (childobj);
+
+ if ((obj == NULL || fequal) &&
+ (childflags & flags) == flags &&
+ !(childflags & notflags))
+ {
+ *iter = child;
+ return TRUE;
+ }
+ }
+ while (gtk_tree_model_iter_next (model, &child));
+
+ return FALSE;
+}
+
+static void
+remove_node (GtkTreeModel *model,
+ GtkTreeIter *iter)
+{
+ guint flags;
+
+ gtk_tree_model_get (model,
+ iter,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (!(flags & GEDIT_FILE_BOOKMARKS_STORE_IS_SEPARATOR) &&
+ flags & GEDIT_FILE_BOOKMARKS_STORE_IS_FS)
+ {
+ check_mount_separator (GEDIT_FILE_BOOKMARKS_STORE (model),
+ flags & GEDIT_FILE_BOOKMARKS_STORE_IS_FS,
+ FALSE);
+ }
+
+ gtk_tree_store_remove (GTK_TREE_STORE (model), iter);
+}
+
+static void
+remove_bookmarks (GeditFileBookmarksStore *model)
+{
+ GtkTreeIter iter;
+
+ while (find_with_flags (GTK_TREE_MODEL (model), &iter, NULL,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_BOOKMARK,
+ 0))
+ {
+ remove_node (GTK_TREE_MODEL (model), &iter);
+ }
+}
+
+static void
+initialize_fill (GeditFileBookmarksStore *model)
+{
+ init_special_directories (model);
+ init_fs (model);
+ init_bookmarks (model);
+}
+
+/* Public */
+GeditFileBookmarksStore *
+gedit_file_bookmarks_store_new (void)
+{
+ GeditFileBookmarksStore *model;
+ GType column_types[] = {
+ GDK_TYPE_PIXBUF,
+ G_TYPE_STRING,
+ G_TYPE_STRING,
+ G_TYPE_OBJECT,
+ G_TYPE_UINT
+ };
+
+ model = g_object_new (GEDIT_TYPE_FILE_BOOKMARKS_STORE, NULL);
+ gtk_tree_store_set_column_types (GTK_TREE_STORE (model),
+ GEDIT_FILE_BOOKMARKS_STORE_N_COLUMNS,
+ column_types);
+
+ gtk_tree_sortable_set_default_sort_func (GTK_TREE_SORTABLE (model),
+ bookmarks_compare_func,
+ NULL, NULL);
+ gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (model),
+ GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID,
+ GTK_SORT_ASCENDING);
+
+ initialize_fill (model);
+
+ return model;
+}
+
+GFile *
+gedit_file_bookmarks_store_get_location (GeditFileBookmarksStore *model,
+ GtkTreeIter *iter)
+{
+ GObject *obj;
+ GFile *file = NULL;
+ guint flags;
+ GFile * ret = NULL;
+ gboolean isfs;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BOOKMARKS_STORE (model), NULL);
+ g_return_val_if_fail (iter != NULL, NULL);
+
+ gtk_tree_model_get (GTK_TREE_MODEL (model),
+ iter,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, &flags,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_OBJECT, &obj,
+ -1);
+
+ if (obj == NULL)
+ return NULL;
+
+ isfs = (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_FS);
+
+ if (isfs && (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_MOUNT))
+ file = g_mount_get_root (G_MOUNT (obj));
+ else if (!isfs)
+ file = (GFile *)g_object_ref (obj);
+
+ g_object_unref (obj);
+
+ if (file)
+ {
+ ret = g_file_dup (file);
+ g_object_unref (file);
+ }
+
+ return ret;
+}
+
+void
+gedit_file_bookmarks_store_refresh (GeditFileBookmarksStore *model)
+{
+ gtk_tree_store_clear (GTK_TREE_STORE (model));
+ initialize_fill (model);
+}
+
+static void
+on_fs_changed (GVolumeMonitor *monitor,
+ GObject *object,
+ GeditFileBookmarksStore *model)
+{
+ GtkTreeModel *tree_model = GTK_TREE_MODEL (model);
+ guint flags = GEDIT_FILE_BOOKMARKS_STORE_IS_FS;
+ guint noflags = GEDIT_FILE_BOOKMARKS_STORE_IS_SEPARATOR;
+ GtkTreeIter iter;
+
+ /* clear all fs items */
+ while (find_with_flags (tree_model, &iter, NULL, flags, noflags))
+ remove_node (tree_model, &iter);
+
+ /* then reinitialize */
+ init_fs (model);
+}
+
+static void
+on_bookmarks_file_changed (GFileMonitor *monitor,
+ GFile *file,
+ GFile *other_file,
+ GFileMonitorEvent event_type,
+ GeditFileBookmarksStore *model)
+{
+ switch (event_type)
+ {
+ case G_FILE_MONITOR_EVENT_CHANGED:
+ case G_FILE_MONITOR_EVENT_CREATED:
+ /* Re-initialize bookmarks */
+ remove_bookmarks (model);
+ init_bookmarks (model);
+ break;
+ /* FIXME: shouldn't we also monitor the directory? */
+ case G_FILE_MONITOR_EVENT_DELETED:
+ /* Remove bookmarks */
+ remove_bookmarks (model);
+ g_object_unref (monitor);
+ model->priv->bookmarks_monitor = NULL;
+ break;
+ default:
+ break;
+ }
+}
+
+void
+_gedit_file_bookmarks_store_register_type (GTypeModule *type_module)
+{
+ gedit_file_bookmarks_store_register_type (type_module);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-bookmarks-store.h b/plugins/filebrowser/gedit-file-bookmarks-store.h
new file mode 100644
index 0000000..19de53b
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-bookmarks-store.h
@@ -0,0 +1,91 @@
+/*
+ * gedit-file-bookmarks-store.h - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_BOOKMARKS_STORE_H
+#define GEDIT_FILE_BOOKMARKS_STORE_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+#define GEDIT_TYPE_FILE_BOOKMARKS_STORE (gedit_file_bookmarks_store_get_type ())
+#define GEDIT_FILE_BOOKMARKS_STORE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_BOOKMARKS_STORE, GeditFileBookmarksStore))
+#define GEDIT_FILE_BOOKMARKS_STORE_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_BOOKMARKS_STORE, GeditFileBookmarksStore const))
+#define GEDIT_FILE_BOOKMARKS_STORE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_FILE_BOOKMARKS_STORE, GeditFileBookmarksStoreClass))
+#define GEDIT_IS_FILE_BOOKMARKS_STORE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_FILE_BOOKMARKS_STORE))
+#define GEDIT_IS_FILE_BOOKMARKS_STORE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_FILE_BOOKMARKS_STORE))
+#define GEDIT_FILE_BOOKMARKS_STORE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_FILE_BOOKMARKS_STORE, GeditFileBookmarksStoreClass))
+
+typedef struct _GeditFileBookmarksStore GeditFileBookmarksStore;
+typedef struct _GeditFileBookmarksStoreClass GeditFileBookmarksStoreClass;
+typedef struct _GeditFileBookmarksStorePrivate GeditFileBookmarksStorePrivate;
+
+enum
+{
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_ICON = 0,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_ICON_NAME,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_NAME,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_OBJECT,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS,
+ GEDIT_FILE_BOOKMARKS_STORE_N_COLUMNS
+};
+
+enum
+{
+ GEDIT_FILE_BOOKMARKS_STORE_NONE = 0,
+ GEDIT_FILE_BOOKMARKS_STORE_IS_SEPARATOR = 1 << 0, /* Separator item */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_SPECIAL_DIR = 1 << 1, /* Special user dir */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_HOME = 1 << 2, /* The special Home user directory */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_DESKTOP = 1 << 3, /* The special Desktop user directory */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_DOCUMENTS = 1 << 4, /* The special Documents user directory */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_FS = 1 << 5, /* A mount object */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_MOUNT = 1 << 6, /* A mount object */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_VOLUME = 1 << 7, /* A volume object */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_DRIVE = 1 << 8, /* A drive object */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_ROOT = 1 << 9, /* The root file system (file:///) */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_BOOKMARK = 1 << 10, /* A gtk bookmark */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_REMOTE_BOOKMARK = 1 << 11, /* A remote gtk bookmark */
+ GEDIT_FILE_BOOKMARKS_STORE_IS_LOCAL_BOOKMARK = 1 << 12 /* A local gtk bookmark */
+};
+
+struct _GeditFileBookmarksStore
+{
+ GtkTreeStore parent;
+
+ GeditFileBookmarksStorePrivate *priv;
+};
+
+struct _GeditFileBookmarksStoreClass
+{
+ GtkTreeStoreClass parent_class;
+};
+
+GType gedit_file_bookmarks_store_get_type (void) G_GNUC_CONST;
+
+GeditFileBookmarksStore *gedit_file_bookmarks_store_new (void);
+GFile *gedit_file_bookmarks_store_get_location (GeditFileBookmarksStore *model,
+ GtkTreeIter *iter);
+void gedit_file_bookmarks_store_refresh (GeditFileBookmarksStore *model);
+
+void _gedit_file_bookmarks_store_register_type (GTypeModule *type_module);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BOOKMARKS_STORE_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-enum-register.c.template b/plugins/filebrowser/gedit-file-browser-enum-register.c.template
new file mode 100644
index 0000000..c97ffff
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-enum-register.c.template
@@ -0,0 +1,20 @@
+/*** BEGIN file-header ***/
+void
+gedit_file_browser_enum_and_flag_register_type (GTypeModule * module)
+{
+/*** END file-header ***/
+
+/*** BEGIN file-production ***/
+ /* Enumerations from "@basename@" */
+
+/*** END file-production ***/
+
+/*** BEGIN enumeration-production ***/
+ register_@enum_name@ (module);
+
+/*** END enumeration-production ***/
+
+/*** BEGIN file-tail ***/
+}
+
+/*** END file-tail ***/
diff --git a/plugins/filebrowser/gedit-file-browser-enum-types-stage1.c.template b/plugins/filebrowser/gedit-file-browser-enum-types-stage1.c.template
new file mode 100644
index 0000000..fd58866
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-enum-types-stage1.c.template
@@ -0,0 +1,45 @@
+/*** BEGIN file-header ***/
+#include "gedit-file-browser-enum-types.h"
+
+/*** END file-header ***/
+
+/*** BEGIN file-production ***/
+/* enumerations from "@filename@" */
+#include "@basename@"
+
+/*** END file-production ***/
+
+/*** BEGIN value-header ***/
+static GType @enum_name@_type = 0;
+
+static GType
+register_@enum_name@ (GTypeModule *module)
+{
+ static const G@Type@Value values[] = {
+/*** END value-header ***/
+
+/*** BEGIN value-production ***/
+ { @VALUENAME@,
+ "@VALUENAME@",
+ "@valuenick@" },
+/*** END value-production ***/
+
+/*** BEGIN value-tail ***/
+ { 0, NULL, NULL }
+ };
+
+ @enum_name@_type =
+ g_type_module_register_@type@ (module,
+ "@EnumName@",
+ values);
+
+ return @enum_name@_type;
+}
+
+GType
+@enum_name@_get_type (void)
+{
+ return @enum_name@_type;
+}
+
+/*** END value-tail ***/
diff --git a/plugins/filebrowser/gedit-file-browser-enum-types.h.template b/plugins/filebrowser/gedit-file-browser-enum-types.h.template
new file mode 100644
index 0000000..c13167a
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-enum-types.h.template
@@ -0,0 +1,28 @@
+/*** BEGIN file-header ***/
+#ifndef __GEDIT_FILE_BROWSER_ENUM_TYPES_H__
+#define __GEDIT_FILE_BROWSER_ENUM_TYPES_H__
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+/*** END file-header ***/
+
+/*** BEGIN file-production ***/
+/* Enumerations from "@basename@" */
+
+/*** END file-production ***/
+
+/*** BEGIN enumeration-production ***/
+#define GEDIT_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
+GType @enum_name@_get_type (void) G_GNUC_CONST;
+
+/*** END enumeration-production ***/
+
+/*** BEGIN file-tail ***/
+void gedit_file_browser_enum_and_flag_register_type (GTypeModule * module);
+
+G_END_DECLS
+
+#endif /* __GEDIT_FILE_BROWSER_ENUM_TYPES_H__ */
+/*** END file-tail ***/
diff --git a/plugins/filebrowser/gedit-file-browser-error.h b/plugins/filebrowser/gedit-file-browser-error.h
new file mode 100644
index 0000000..89e6ae3
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-error.h
@@ -0,0 +1,41 @@
+/*
+ * gedit-file-browser-error.h - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_BROWSER_ERROR_H
+#define GEDIT_FILE_BROWSER_ERROR_H
+
+G_BEGIN_DECLS
+
+typedef enum {
+ GEDIT_FILE_BROWSER_ERROR_NONE,
+ GEDIT_FILE_BROWSER_ERROR_RENAME,
+ GEDIT_FILE_BROWSER_ERROR_DELETE,
+ GEDIT_FILE_BROWSER_ERROR_NEW_FILE,
+ GEDIT_FILE_BROWSER_ERROR_NEW_DIRECTORY,
+ GEDIT_FILE_BROWSER_ERROR_OPEN_DIRECTORY,
+ GEDIT_FILE_BROWSER_ERROR_SET_ROOT,
+ GEDIT_FILE_BROWSER_ERROR_LOAD_DIRECTORY,
+ GEDIT_FILE_BROWSER_ERROR_NUM
+} GeditFileBrowserError;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_ERROR_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-messages.c b/plugins/filebrowser/gedit-file-browser-messages.c
new file mode 100644
index 0000000..7f25424
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-messages.c
@@ -0,0 +1,1074 @@
+/*
+ * gedit-file-browser-messages.c
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-file-browser-messages.h"
+#include "gedit-file-browser-store.h"
+#include "messages/messages.h"
+
+#include <gedit/gedit-message.h>
+
+#define MESSAGE_OBJECT_PATH "/plugins/filebrowser"
+#define WINDOW_DATA_KEY "GeditFileBrowserMessagesWindowData"
+
+#define BUS_CONNECT(bus, name, data) gedit_message_bus_connect(bus, MESSAGE_OBJECT_PATH, #name, (GeditMessageCallback) message_##name##_cb, data, NULL)
+#define BUS_DISCONNECT(bus, name, data) gedit_message_bus_disconnect_by_func(bus, MESSAGE_OBJECT_PATH, #name, (GeditMessageCallback) message_##name##_cb, data)
+
+typedef struct
+{
+ GeditWindow *window;
+ GeditMessage *message;
+} MessageCacheData;
+
+typedef struct
+{
+ guint row_inserted_id;
+ guint before_row_deleted_id;
+ guint root_changed_id;
+ guint begin_loading_id;
+ guint end_loading_id;
+
+ GeditMessageBus *bus;
+ GeditFileBrowserWidget *widget;
+ GHashTable *row_tracking;
+
+ GHashTable *filters;
+} WindowData;
+
+typedef struct
+{
+ gulong id;
+
+ GeditWindow *window;
+ GeditMessage *message;
+} FilterData;
+
+static WindowData *
+window_data_new (GeditWindow *window,
+ GeditFileBrowserWidget *widget)
+{
+ WindowData *data = g_slice_new (WindowData);
+
+ data->bus = gedit_window_get_message_bus (window);
+ data->widget = widget;
+ data->row_tracking = g_hash_table_new_full (g_str_hash,
+ g_str_equal,
+ (GDestroyNotify)g_free,
+ (GDestroyNotify)gtk_tree_row_reference_free);
+
+ data->filters = g_hash_table_new_full (g_str_hash,
+ g_str_equal,
+ (GDestroyNotify)g_free,
+ NULL);
+
+ g_object_set_data (G_OBJECT (window), WINDOW_DATA_KEY, data);
+
+ return data;
+}
+
+static WindowData *
+get_window_data (GeditWindow *window)
+{
+ return (WindowData *) (g_object_get_data (G_OBJECT (window), WINDOW_DATA_KEY));
+}
+
+static void
+window_data_free (GeditWindow *window)
+{
+ WindowData *data = get_window_data (window);
+
+ g_hash_table_destroy (data->row_tracking);
+ g_hash_table_destroy (data->filters);
+
+ g_slice_free (WindowData, data);
+
+ g_object_set_data (G_OBJECT (window), WINDOW_DATA_KEY, NULL);
+}
+
+static FilterData *
+filter_data_new (GeditWindow *window,
+ GeditMessage *message)
+{
+ FilterData *data = g_slice_new (FilterData);
+ WindowData *wdata;
+
+ data->window = window;
+ data->id = 0;
+ data->message = message;
+
+ wdata = get_window_data (window);
+
+ g_hash_table_insert (wdata->filters,
+ gedit_message_type_identifier (gedit_message_get_object_path (message),
+ gedit_message_get_method (message)),
+ data);
+
+ return data;
+}
+
+static void
+filter_data_free (FilterData *data)
+{
+ WindowData *wdata = get_window_data (data->window);
+ gchar *identifier;
+
+ identifier = gedit_message_type_identifier (gedit_message_get_object_path (data->message),
+ gedit_message_get_method (data->message));
+
+ g_hash_table_remove (wdata->filters, identifier);
+ g_free (identifier);
+
+ g_object_unref (data->message);
+ g_slice_free (FilterData, data);
+}
+
+static GtkTreePath *
+track_row_lookup (WindowData *data,
+ const gchar *id)
+{
+ GtkTreeRowReference *ref;
+
+ ref = (GtkTreeRowReference *)g_hash_table_lookup (data->row_tracking, id);
+
+ if (!ref)
+ return NULL;
+
+ return gtk_tree_row_reference_get_path (ref);
+}
+
+static void
+message_cache_data_free (MessageCacheData *data)
+{
+ g_object_unref (data->message);
+ g_slice_free (MessageCacheData, data);
+}
+
+static MessageCacheData *
+message_cache_data_new (GeditWindow *window,
+ GeditMessage *message)
+{
+ MessageCacheData *data = g_slice_new (MessageCacheData);
+
+ data->window = window;
+ data->message = message;
+
+ return data;
+}
+
+static void
+message_get_root_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ GeditFileBrowserStore *store;
+ GFile *location;
+
+ store = gedit_file_browser_widget_get_browser_store (data->widget);
+ location = gedit_file_browser_store_get_virtual_root (store);
+
+ if (location)
+ {
+ g_object_set (message, "location", location, NULL);
+ g_object_unref (location);
+ }
+}
+
+static void
+message_set_root_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ GFile *root;
+ GFile *virtual = NULL;
+
+ g_object_get (message, "location", &root, NULL);
+
+ if (!root)
+ {
+ return;
+ }
+
+ g_object_get (message, "virtual", &virtual, NULL);
+
+ if (virtual)
+ {
+ gedit_file_browser_widget_set_root_and_virtual_root (data->widget, root, virtual);
+ }
+ else
+ {
+ gedit_file_browser_widget_set_root (data->widget, root, TRUE);
+ }
+}
+
+static void
+message_set_emblem_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gchar *id = NULL;
+ gchar *emblem = NULL;
+ GtkTreePath *path;
+ GeditFileBrowserStore *store;
+
+ g_object_get (message, "id", &id, "emblem", &emblem, NULL);
+
+ if (!id)
+ {
+ g_free (id);
+ g_free (emblem);
+
+ return;
+ }
+
+ path = track_row_lookup (data, id);
+
+ if (path != NULL)
+ {
+ GtkTreeIter iter;
+ GValue value = G_VALUE_INIT;
+ GdkPixbuf *pixbuf = NULL;
+
+ if (emblem != NULL)
+ {
+ pixbuf = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
+ emblem,
+ 10,
+ GTK_ICON_LOOKUP_FORCE_SIZE,
+ NULL);
+ }
+
+ store = gedit_file_browser_widget_get_browser_store (data->widget);
+
+ if (gtk_tree_model_get_iter (GTK_TREE_MODEL (store), &iter, path))
+ {
+ g_value_init (&value, GDK_TYPE_PIXBUF);
+ g_value_set_object (&value, pixbuf);
+
+ gedit_file_browser_store_set_value (store,
+ &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_EMBLEM,
+ &value);
+
+ g_value_unset (&value);
+ }
+
+ if (pixbuf)
+ {
+ g_object_unref (pixbuf);
+ }
+ }
+
+ g_free (id);
+ g_free (emblem);
+}
+
+static void
+message_set_markup_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gchar *id = NULL;
+ gchar *markup = NULL;
+ GtkTreePath *path;
+ GeditFileBrowserStore *store;
+
+ g_object_get (message, "id", &id, "markup", &markup, NULL);
+
+ if (!id)
+ {
+ g_free (id);
+ g_free (markup);
+
+ return;
+ }
+
+ path = track_row_lookup (data, id);
+
+ if (path != NULL)
+ {
+ GtkTreeIter iter;
+ GValue value = G_VALUE_INIT;
+
+ store = gedit_file_browser_widget_get_browser_store (data->widget);
+
+ if (gtk_tree_model_get_iter (GTK_TREE_MODEL (store), &iter, path))
+ {
+ if (markup == NULL)
+ {
+ gchar *name;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (store), &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_NAME, &name,
+ -1);
+ markup = g_markup_escape_text (name, -1);
+
+ g_free (name);
+ }
+
+ g_value_init (&value, G_TYPE_STRING);
+ g_value_set_string (&value, markup);
+
+ gedit_file_browser_store_set_value (store,
+ &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP,
+ &value);
+
+ g_value_unset (&value);
+ }
+
+ gtk_tree_path_free (path);
+ }
+
+ g_free (id);
+ g_free (markup);
+}
+
+static gchar *
+item_id (const gchar *path,
+ GFile *location)
+{
+ gchar *uri;
+ gchar *id;
+
+ uri = g_file_get_uri (location);
+ id = g_strconcat (path, "::", uri, NULL);
+ g_free (uri);
+
+ return id;
+}
+
+static gchar *
+track_row (WindowData *data,
+ GeditFileBrowserStore *store,
+ GtkTreePath *path,
+ GFile *location)
+{
+ GtkTreeRowReference *ref;
+ gchar *id;
+ gchar *pathstr;
+
+ pathstr = gtk_tree_path_to_string (path);
+ id = item_id (pathstr, location);
+
+ ref = gtk_tree_row_reference_new (GTK_TREE_MODEL (store), path);
+ g_hash_table_insert (data->row_tracking, g_strdup (id), ref);
+
+ g_free (pathstr);
+
+ return id;
+}
+
+static void
+set_item_message (WindowData *data,
+ GtkTreeIter *iter,
+ GtkTreePath *path,
+ GeditMessage *message)
+{
+ GeditFileBrowserStore *store;
+ gchar *name;
+ GFile *location;
+ guint flags = 0;
+
+ store = gedit_file_browser_widget_get_browser_store (data->widget);
+ gtk_tree_model_get (GTK_TREE_MODEL (store), iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_NAME, &name,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (location)
+ {
+ gchar *track_id;
+
+ if (path && gtk_tree_path_get_depth (path) != 0)
+ {
+ track_id = track_row (data, store, path, location);
+ }
+ else
+ {
+ track_id = NULL;
+ }
+
+ g_object_set (message,
+ "id", track_id,
+ "location", location,
+ NULL);
+
+ if (gedit_message_has (message, "name"))
+ {
+ g_object_set (message,
+ "name", name,
+ NULL);
+ }
+
+ if (gedit_message_has (message, "is_directory"))
+ {
+ g_object_set (message,
+ "is_directory",
+ FILE_IS_DIR (flags),
+ NULL);
+ }
+
+ g_free (track_id);
+ g_object_unref (location);
+ }
+
+ g_free (name);
+}
+
+static gboolean
+custom_message_filter_func (GeditFileBrowserWidget *widget,
+ GeditFileBrowserStore *store,
+ GtkTreeIter *iter,
+ FilterData *data)
+{
+ WindowData *wdata = get_window_data (data->window);
+ GFile *location;
+ guint flags = 0;
+ gboolean filter = FALSE;
+ GtkTreePath *path;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (store), iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (!location || FILE_IS_DUMMY (flags))
+ return FALSE;
+
+ path = gtk_tree_model_get_path (GTK_TREE_MODEL (store), iter);
+ set_item_message (wdata, iter, path, data->message);
+ gtk_tree_path_free (path);
+
+ g_object_set (data->message, "filter", filter, NULL);
+
+ gedit_message_bus_send_message_sync (wdata->bus, data->message);
+ g_object_get (data->message, "filter", &filter, NULL);
+
+ g_object_unref (location);
+
+ return !filter;
+}
+
+static void
+message_add_filter_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ GeditWindow *window)
+{
+ const gchar *object_path = NULL;
+ const gchar *method = NULL;
+ gulong id;
+ GeditMessage *cbmessage;
+ FilterData *filter_data;
+ WindowData *data;
+ GType message_type;
+
+ data = get_window_data (window);
+
+ object_path = gedit_message_get_object_path (message);
+ method = gedit_message_get_method (message);
+
+ message_type = gedit_message_bus_lookup (bus, object_path, method);
+
+ if (message_type == G_TYPE_INVALID)
+ {
+ return;
+ }
+
+ /* Check if the message type has the correct arguments */
+ if (!gedit_message_type_check (message_type, "id", G_TYPE_STRING) ||
+ !gedit_message_type_check (message_type, "location", G_TYPE_FILE) ||
+ !gedit_message_type_check (message_type, "is-directory", G_TYPE_BOOLEAN) ||
+ !gedit_message_type_check (message_type, "filter", G_TYPE_BOOLEAN))
+ {
+ return;
+ }
+
+ cbmessage = g_object_new (message_type,
+ "object-path", object_path,
+ "method", method,
+ "id", NULL,
+ "location", NULL,
+ "is-directory", FALSE,
+ "filter", FALSE,
+ NULL);
+
+ /* Register the custom filter on the widget */
+ filter_data = filter_data_new (window, cbmessage);
+
+ id = gedit_file_browser_widget_add_filter (data->widget,
+ (GeditFileBrowserWidgetFilterFunc)custom_message_filter_func,
+ filter_data,
+ (GDestroyNotify)filter_data_free);
+
+ filter_data->id = id;
+}
+
+static void
+message_remove_filter_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gulong id = 0;
+
+ g_object_get (message, "id", &id, NULL);
+
+ if (!id)
+ return;
+
+ gedit_file_browser_widget_remove_filter (data->widget, id);
+}
+
+static void
+message_extend_context_menu_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ GeditWindow *window)
+{
+ WindowData *data;
+ GeditMenuExtension *ext;
+
+ data = get_window_data (window);
+
+ ext = gedit_file_browser_widget_extend_context_menu (data->widget);
+
+ g_object_set (message, "extension", ext, NULL);
+ g_object_unref (ext);
+}
+
+static void
+message_up_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ GeditFileBrowserStore *store = gedit_file_browser_widget_get_browser_store (data->widget);
+
+ gedit_file_browser_store_set_virtual_root_up (store);
+}
+
+static void
+message_history_back_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gedit_file_browser_widget_history_back (data->widget);
+}
+
+static void
+message_history_forward_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gedit_file_browser_widget_history_forward (data->widget);
+}
+
+static void
+message_refresh_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gedit_file_browser_widget_refresh (data->widget);
+}
+
+static void
+message_set_show_hidden_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gboolean active = FALSE;
+ GeditFileBrowserStore *store;
+ GeditFileBrowserStoreFilterMode mode;
+
+ g_object_get (message, "active", &active, NULL);
+
+ store = gedit_file_browser_widget_get_browser_store (data->widget);
+ mode = gedit_file_browser_store_get_filter_mode (store);
+
+ if (active)
+ mode &= ~GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN;
+ else
+ mode |= GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN;
+
+ gedit_file_browser_store_set_filter_mode (store, mode);
+}
+
+static void
+message_set_show_binary_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gboolean active = FALSE;
+ GeditFileBrowserStore *store;
+ GeditFileBrowserStoreFilterMode mode;
+
+ g_object_get (message, "active", &active, NULL);
+
+ store = gedit_file_browser_widget_get_browser_store (data->widget);
+ mode = gedit_file_browser_store_get_filter_mode (store);
+
+ if (active)
+ mode &= ~GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_BINARY;
+ else
+ mode |= GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_BINARY;
+
+ gedit_file_browser_store_set_filter_mode (store, mode);
+}
+
+static void
+message_show_bookmarks_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gedit_file_browser_widget_show_bookmarks (data->widget);
+}
+
+static void
+message_show_files_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ gedit_file_browser_widget_show_files (data->widget);
+}
+
+static void
+message_get_view_cb (GeditMessageBus *bus,
+ GeditMessage *message,
+ WindowData *data)
+{
+ GeditFileBrowserView *view;
+ view = gedit_file_browser_widget_get_browser_view (data->widget);
+
+ g_object_set (message, "view", view, NULL);
+}
+
+static void
+register_methods (GeditWindow *window,
+ GeditFileBrowserWidget *widget)
+{
+ GeditMessageBus *bus = gedit_window_get_message_bus (window);
+ WindowData *data = get_window_data (window);
+
+ /* Register method calls */
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_ROOT,
+ MESSAGE_OBJECT_PATH,
+ "get_root");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_ROOT,
+ MESSAGE_OBJECT_PATH,
+ "set_root");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_EMBLEM,
+ MESSAGE_OBJECT_PATH,
+ "set_emblem");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_MARKUP,
+ MESSAGE_OBJECT_PATH,
+ "set_markup");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ADD_FILTER,
+ MESSAGE_OBJECT_PATH,
+ "add_filter");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID,
+ MESSAGE_OBJECT_PATH,
+ "remove_filter");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU,
+ MESSAGE_OBJECT_PATH,
+ "extend_context_menu");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_MESSAGE,
+ MESSAGE_OBJECT_PATH,
+ "up");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_MESSAGE,
+ MESSAGE_OBJECT_PATH,
+ "history_back");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_MESSAGE,
+ MESSAGE_OBJECT_PATH,
+ "history_forward");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_MESSAGE,
+ MESSAGE_OBJECT_PATH,
+ "refresh");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ACTIVATION,
+ MESSAGE_OBJECT_PATH,
+ "set_show_hidden");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ACTIVATION,
+ MESSAGE_OBJECT_PATH,
+ "set_show_binary");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_MESSAGE,
+ MESSAGE_OBJECT_PATH,
+ "show_bookmarks");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_MESSAGE,
+ MESSAGE_OBJECT_PATH,
+ "show_files");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_VIEW,
+ MESSAGE_OBJECT_PATH,
+ "get_view");
+
+ BUS_CONNECT (bus, get_root, data);
+ BUS_CONNECT (bus, set_root, data);
+ BUS_CONNECT (bus, set_emblem, data);
+ BUS_CONNECT (bus, set_markup, data);
+ BUS_CONNECT (bus, add_filter, window);
+ BUS_CONNECT (bus, remove_filter, data);
+ BUS_CONNECT (bus, extend_context_menu, window);
+
+ BUS_CONNECT (bus, up, data);
+ BUS_CONNECT (bus, history_back, data);
+ BUS_CONNECT (bus, history_forward, data);
+
+ BUS_CONNECT (bus, refresh, data);
+
+ BUS_CONNECT (bus, set_show_hidden, data);
+ BUS_CONNECT (bus, set_show_binary, data);
+
+ BUS_CONNECT (bus, show_bookmarks, data);
+ BUS_CONNECT (bus, show_files, data);
+
+ BUS_CONNECT (bus, get_view, data);
+}
+
+static void
+store_row_inserted (GeditFileBrowserStore *store,
+ GtkTreePath *path,
+ GtkTreeIter *iter,
+ MessageCacheData *data)
+{
+ guint flags = 0;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (store), iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (!FILE_IS_DUMMY (flags) && !FILE_IS_FILTERED (flags))
+ {
+ WindowData *wdata = get_window_data (data->window);
+
+ set_item_message (wdata, iter, path, data->message);
+ gedit_message_bus_send_message_sync (wdata->bus, data->message);
+ }
+}
+
+static void
+store_before_row_deleted (GeditFileBrowserStore *store,
+ GtkTreePath *path,
+ MessageCacheData *data)
+{
+ GtkTreeIter iter;
+ guint flags = 0;
+
+ if (!gtk_tree_model_get_iter (GTK_TREE_MODEL (store), &iter, path))
+ return;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (store), &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (!FILE_IS_DUMMY (flags) && !FILE_IS_FILTERED (flags))
+ {
+ WindowData *wdata = get_window_data (data->window);
+ gchar *id;
+
+ set_item_message (wdata, &iter, path, data->message);
+
+ /* Must get the ID before the plugin can modify it */
+ g_object_get (data->message, "id", &id, NULL);
+
+ gedit_message_bus_send_message_sync (wdata->bus, data->message);
+
+ g_hash_table_remove (wdata->row_tracking, id);
+ g_free (id);
+ }
+}
+
+static void
+store_virtual_root_changed (GeditFileBrowserStore *store,
+ GParamSpec *spec,
+ MessageCacheData *data)
+{
+ WindowData *wdata = get_window_data (data->window);
+ GFile *vroot;
+
+ vroot = gedit_file_browser_store_get_virtual_root (store);
+
+ if (!vroot)
+ {
+ return;
+ }
+
+ g_object_set (data->message,
+ "location", vroot,
+ NULL);
+
+ gedit_message_bus_send_message_sync (wdata->bus, data->message);
+
+ g_object_unref (vroot);
+}
+
+static void
+store_begin_loading (GeditFileBrowserStore *store,
+ GtkTreeIter *iter,
+ MessageCacheData *data)
+{
+ GtkTreePath *path;
+ WindowData *wdata = get_window_data (data->window);
+
+ path = gtk_tree_model_get_path (GTK_TREE_MODEL (store), iter);
+
+ set_item_message (wdata, iter, path, data->message);
+
+ gedit_message_bus_send_message_sync (wdata->bus, data->message);
+ gtk_tree_path_free (path);
+}
+
+static void
+store_end_loading (GeditFileBrowserStore *store,
+ GtkTreeIter *iter,
+ MessageCacheData *data)
+{
+ GtkTreePath *path;
+ WindowData *wdata = get_window_data (data->window);
+
+ path = gtk_tree_model_get_path (GTK_TREE_MODEL (store), iter);
+
+ set_item_message (wdata, iter, path, data->message);
+
+ gedit_message_bus_send_message_sync (wdata->bus, data->message);
+ gtk_tree_path_free (path);
+}
+
+static void
+register_signals (GeditWindow *window,
+ GeditFileBrowserWidget *widget)
+{
+ GeditMessageBus *bus = gedit_window_get_message_bus (window);
+ GeditFileBrowserStore *store;
+
+ GeditMessage *message;
+ WindowData *data;
+
+ /* Register signals */
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ MESSAGE_OBJECT_PATH,
+ "root_changed");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ MESSAGE_OBJECT_PATH,
+ "begin_loading");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ MESSAGE_OBJECT_PATH,
+ "end_loading");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ MESSAGE_OBJECT_PATH,
+ "inserted");
+
+ gedit_message_bus_register (bus,
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ MESSAGE_OBJECT_PATH,
+ "deleted");
+
+ store = gedit_file_browser_widget_get_browser_store (widget);
+
+ message = g_object_new (GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ "object-path", MESSAGE_OBJECT_PATH,
+ "method", "inserted",
+ NULL);
+
+ data = get_window_data (window);
+
+ data->row_inserted_id =
+ g_signal_connect_data (store,
+ "row-inserted",
+ G_CALLBACK (store_row_inserted),
+ message_cache_data_new (window, message),
+ (GClosureNotify)message_cache_data_free,
+ 0);
+
+ message = g_object_new (GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ "object-path", MESSAGE_OBJECT_PATH,
+ "method", "deleted",
+ NULL);
+
+ data->before_row_deleted_id =
+ g_signal_connect_data (store,
+ "before-row-deleted",
+ G_CALLBACK (store_before_row_deleted),
+ message_cache_data_new (window, message),
+ (GClosureNotify)message_cache_data_free,
+ 0);
+
+ message = g_object_new (GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ "object-path", MESSAGE_OBJECT_PATH,
+ "method", "root_changed",
+ NULL);
+
+ data->root_changed_id =
+ g_signal_connect_data (store,
+ "notify::virtual-root",
+ G_CALLBACK (store_virtual_root_changed),
+ message_cache_data_new (window, message),
+ (GClosureNotify)message_cache_data_free,
+ 0);
+
+ message = g_object_new (GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ "object-path", MESSAGE_OBJECT_PATH,
+ "method", "begin_loading",
+ NULL);
+
+ data->begin_loading_id =
+ g_signal_connect_data (store,
+ "begin_loading",
+ G_CALLBACK (store_begin_loading),
+ message_cache_data_new (window, message),
+ (GClosureNotify)message_cache_data_free,
+ 0);
+
+ message = g_object_new (GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,
+ "object-path", MESSAGE_OBJECT_PATH,
+ "method", "end_loading",
+ NULL);
+
+ data->end_loading_id =
+ g_signal_connect_data (store,
+ "end_loading",
+ G_CALLBACK (store_end_loading),
+ message_cache_data_new (window, message),
+ (GClosureNotify)message_cache_data_free,
+ 0);
+}
+
+static void
+message_unregistered (GeditMessageBus *bus,
+ const gchar *object_path,
+ const gchar *method,
+ GeditWindow *window)
+{
+ gchar *identifier;
+ FilterData *data;
+ WindowData *wdata;
+
+ wdata = get_window_data (window);
+
+ identifier = gedit_message_type_identifier (object_path, method);
+
+ data = g_hash_table_lookup (wdata->filters, identifier);
+
+ if (data)
+ {
+ gedit_file_browser_widget_remove_filter (wdata->widget,
+ data->id);
+ }
+
+ g_free (identifier);
+}
+
+void
+gedit_file_browser_messages_register (GeditWindow *window,
+ GeditFileBrowserWidget *widget)
+{
+ window_data_new (window, widget);
+
+ register_methods (window, widget);
+ register_signals (window, widget);
+
+ g_signal_connect (gedit_window_get_message_bus (window),
+ "unregistered",
+ G_CALLBACK (message_unregistered),
+ window);
+}
+
+static void
+cleanup_signals (GeditWindow *window)
+{
+ WindowData *data = get_window_data (window);
+ GeditFileBrowserStore *store;
+
+ store = gedit_file_browser_widget_get_browser_store (data->widget);
+
+ g_signal_handler_disconnect (store, data->row_inserted_id);
+ g_signal_handler_disconnect (store, data->before_row_deleted_id);
+ g_signal_handler_disconnect (store, data->root_changed_id);
+ g_signal_handler_disconnect (store, data->begin_loading_id);
+ g_signal_handler_disconnect (store, data->end_loading_id);
+
+ g_signal_handlers_disconnect_by_func (data->bus, message_unregistered, window);
+}
+
+void
+gedit_file_browser_messages_unregister (GeditWindow *window)
+{
+ GeditMessageBus *bus = gedit_window_get_message_bus (window);
+ WindowData *data = get_window_data (window);
+
+ cleanup_signals (window);
+
+ BUS_DISCONNECT (bus, get_root, data);
+ BUS_DISCONNECT (bus, set_root, data);
+ BUS_DISCONNECT (bus, set_emblem, data);
+ BUS_DISCONNECT (bus, set_markup, data);
+ BUS_DISCONNECT (bus, add_filter, window);
+ BUS_DISCONNECT (bus, remove_filter, data);
+
+ BUS_DISCONNECT (bus, up, data);
+ BUS_DISCONNECT (bus, history_back, data);
+ BUS_DISCONNECT (bus, history_forward, data);
+
+ BUS_DISCONNECT (bus, refresh, data);
+
+ BUS_DISCONNECT (bus, set_show_hidden, data);
+ BUS_DISCONNECT (bus, set_show_binary, data);
+
+ BUS_DISCONNECT (bus, show_bookmarks, data);
+ BUS_DISCONNECT (bus, show_files, data);
+
+ BUS_DISCONNECT (bus, get_view, data);
+
+ gedit_message_bus_unregister_all (bus, MESSAGE_OBJECT_PATH);
+
+ window_data_free (window);
+}
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-messages.h b/plugins/filebrowser/gedit-file-browser-messages.h
new file mode 100644
index 0000000..9fcb316
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-messages.h
@@ -0,0 +1,33 @@
+/*
+ * gedit-file-browser-messages.h - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2008 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGES_H
+#define GEDIT_FILE_BROWSER_MESSAGES_H
+
+#include <gedit/gedit-window.h>
+#include <gedit/gedit-message-bus.h>
+#include "gedit-file-browser-widget.h"
+
+void gedit_file_browser_messages_register (GeditWindow *window,
+ GeditFileBrowserWidget *widget);
+void gedit_file_browser_messages_unregister (GeditWindow *window);
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGES_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-plugin.c b/plugins/filebrowser/gedit-file-browser-plugin.c
new file mode 100644
index 0000000..2e7b79f
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-plugin.c
@@ -0,0 +1,943 @@
+/*
+ * gedit-file-browser-plugin.c - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include <string.h>
+#include <glib/gi18n-lib.h>
+#include <gmodule.h>
+#include <gedit/gedit-app.h>
+#include <gedit/gedit-commands.h>
+#include <gedit/gedit-debug.h>
+#include <gedit/gedit-window.h>
+#include <gedit/gedit-window-activatable.h>
+#include <gedit/gedit-utils.h>
+#include <tepl/tepl.h>
+
+#include "gedit-file-browser-enum-types.h"
+#include "gedit-file-browser-plugin.h"
+#include "gedit-file-browser-utils.h"
+#include "gedit-file-browser-error.h"
+#include "gedit-file-browser-widget.h"
+#include "gedit-file-browser-messages.h"
+
+#define FILEBROWSER_BASE_SETTINGS "org.gnome.gedit.plugins.filebrowser"
+#define FILEBROWSER_TREE_VIEW "tree-view"
+#define FILEBROWSER_ROOT "root"
+#define FILEBROWSER_VIRTUAL_ROOT "virtual-root"
+#define FILEBROWSER_ENABLE_REMOTE "enable-remote"
+#define FILEBROWSER_OPEN_AT_FIRST_DOC "open-at-first-doc"
+#define FILEBROWSER_FILTER_MODE "filter-mode"
+#define FILEBROWSER_FILTER_PATTERN "filter-pattern"
+#define FILEBROWSER_BINARY_PATTERNS "binary-patterns"
+
+#define NAUTILUS_BASE_SETTINGS "org.gnome.nautilus.preferences"
+#define NAUTILUS_FALLBACK_SETTINGS "org.gnome.gedit.plugins.filebrowser.nautilus"
+#define NAUTILUS_CLICK_POLICY_KEY "click-policy"
+
+#define TERMINAL_BASE_SETTINGS "org.gnome.desktop.default-applications.terminal"
+#define TERMINAL_EXEC_KEY "exec"
+
+struct _GeditFileBrowserPluginPrivate
+{
+ GSettings *settings;
+ GSettings *nautilus_settings;
+ GSettings *terminal_settings;
+
+ GeditWindow *window;
+
+ GeditFileBrowserWidget *tree_widget;
+ gboolean auto_root;
+ gulong end_loading_handle;
+
+ guint click_policy_handle;
+};
+
+enum
+{
+ PROP_0,
+ PROP_WINDOW
+};
+
+static void gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface);
+
+static void on_location_activated_cb (GeditFileBrowserWidget *widget,
+ GFile *location,
+ GeditWindow *window);
+static void on_error_cb (GeditFileBrowserWidget *widget,
+ guint code,
+ gchar const *message,
+ GeditFileBrowserPlugin *plugin);
+static void on_model_set_cb (GeditFileBrowserView *widget,
+ GParamSpec *param,
+ GeditFileBrowserPlugin *plugin);
+static void on_virtual_root_changed_cb (GeditFileBrowserStore *model,
+ GParamSpec *param,
+ GeditFileBrowserPlugin *plugin);
+static void on_rename_cb (GeditFileBrowserStore *model,
+ GFile *oldfile,
+ GFile *newfile,
+ GeditWindow *window);
+static void on_tab_added_cb (GeditWindow *window,
+ GeditTab *tab,
+ GeditFileBrowserPlugin *plugin);
+static gboolean on_confirm_delete_cb (GeditFileBrowserWidget *widget,
+ GeditFileBrowserStore *store,
+ GList *rows,
+ GeditFileBrowserPlugin *plugin);
+static gboolean on_confirm_no_trash_cb (GeditFileBrowserWidget *widget,
+ GList *files,
+ GeditWindow *window);
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditFileBrowserPlugin,
+ gedit_file_browser_plugin,
+ G_TYPE_OBJECT,
+ 0,
+ G_ADD_PRIVATE_DYNAMIC (GeditFileBrowserPlugin)
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ gedit_window_activatable_iface_init) \
+ \
+ gedit_file_browser_enum_and_flag_register_type (type_module); \
+ _gedit_file_bookmarks_store_register_type (type_module); \
+ _gedit_file_browser_store_register_type (type_module); \
+ _gedit_file_browser_view_register_type (type_module); \
+ _gedit_file_browser_widget_register_type (type_module); \
+)
+
+static GSettings *
+create_nautilus_gsettings (void)
+{
+ GSettings *nautilus_settings = NULL;
+
+ if (tepl_utils_can_use_gsettings_schema (NAUTILUS_BASE_SETTINGS))
+ {
+ nautilus_settings = g_settings_new (NAUTILUS_BASE_SETTINGS);
+
+ if (tepl_utils_can_use_gsettings_key (nautilus_settings, NAUTILUS_CLICK_POLICY_KEY))
+ {
+ return nautilus_settings;
+ }
+ }
+
+ g_clear_object (&nautilus_settings);
+ return g_settings_new (NAUTILUS_FALLBACK_SETTINGS);
+}
+
+static void
+gedit_file_browser_plugin_init (GeditFileBrowserPlugin *plugin)
+{
+ plugin->priv = gedit_file_browser_plugin_get_instance_private (plugin);
+
+ plugin->priv->settings = g_settings_new (FILEBROWSER_BASE_SETTINGS);
+ plugin->priv->terminal_settings = g_settings_new (TERMINAL_BASE_SETTINGS);
+ plugin->priv->nautilus_settings = create_nautilus_gsettings ();
+}
+
+static void
+gedit_file_browser_plugin_dispose (GObject *object)
+{
+ GeditFileBrowserPlugin *plugin = GEDIT_FILE_BROWSER_PLUGIN (object);
+
+ g_clear_object (&plugin->priv->settings);
+ g_clear_object (&plugin->priv->nautilus_settings);
+ g_clear_object (&plugin->priv->terminal_settings);
+ g_clear_object (&plugin->priv->window);
+
+ G_OBJECT_CLASS (gedit_file_browser_plugin_parent_class)->dispose (object);
+}
+
+static void
+gedit_file_browser_plugin_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserPlugin *plugin = GEDIT_FILE_BROWSER_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ plugin->priv->window = GEDIT_WINDOW (g_value_dup_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_plugin_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserPlugin *plugin = GEDIT_FILE_BROWSER_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ g_value_set_object (value, plugin->priv->window);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+on_end_loading_cb (GeditFileBrowserStore *store,
+ GtkTreeIter *iter,
+ GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+
+ /* Disconnect the signal */
+ g_signal_handler_disconnect (store, priv->end_loading_handle);
+ priv->end_loading_handle = 0;
+ priv->auto_root = FALSE;
+}
+
+static void
+prepare_auto_root (GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ GeditFileBrowserStore *store;
+
+ priv->auto_root = TRUE;
+
+ store = gedit_file_browser_widget_get_browser_store (priv->tree_widget);
+
+ if (priv->end_loading_handle != 0)
+ {
+ g_signal_handler_disconnect (store, priv->end_loading_handle);
+ priv->end_loading_handle = 0;
+ }
+
+ priv->end_loading_handle = g_signal_connect (store,
+ "end-loading",
+ G_CALLBACK (on_end_loading_cb),
+ plugin);
+}
+
+static void
+restore_default_location (GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ gchar *root;
+ gchar *virtual_root;
+ gboolean bookmarks;
+ gboolean remote;
+
+ bookmarks = !g_settings_get_boolean (priv->settings,
+ FILEBROWSER_TREE_VIEW);
+
+ if (bookmarks)
+ {
+ gedit_file_browser_widget_show_bookmarks (priv->tree_widget);
+ return;
+ }
+
+ root = g_settings_get_string (priv->settings,
+ FILEBROWSER_ROOT);
+ virtual_root = g_settings_get_string (priv->settings,
+ FILEBROWSER_VIRTUAL_ROOT);
+
+ remote = g_settings_get_boolean (priv->settings,
+ FILEBROWSER_ENABLE_REMOTE);
+
+ if (root != NULL && *root != '\0')
+ {
+ GFile *rootfile;
+ GFile *vrootfile;
+
+ rootfile = g_file_new_for_uri (root);
+ vrootfile = g_file_new_for_uri (virtual_root);
+
+ if (remote || g_file_is_native (rootfile))
+ {
+ if (virtual_root != NULL && *virtual_root != '\0')
+ {
+ prepare_auto_root (plugin);
+ gedit_file_browser_widget_set_root_and_virtual_root (priv->tree_widget,
+ rootfile,
+ vrootfile);
+ }
+ else
+ {
+ prepare_auto_root (plugin);
+ gedit_file_browser_widget_set_root (priv->tree_widget,
+ rootfile,
+ TRUE);
+ }
+ }
+
+ g_object_unref (rootfile);
+ g_object_unref (vrootfile);
+ }
+
+ g_free (root);
+ g_free (virtual_root);
+}
+
+static void
+on_click_policy_changed (GSettings *settings,
+ const gchar *key,
+ GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ GeditFileBrowserViewClickPolicy policy;
+ GeditFileBrowserView *view;
+
+ policy = g_settings_get_enum (settings, key);
+
+ view = gedit_file_browser_widget_get_browser_view (priv->tree_widget);
+ gedit_file_browser_view_set_click_policy (view, policy);
+}
+
+static void
+install_nautilus_prefs (GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ GeditFileBrowserViewClickPolicy policy;
+ GeditFileBrowserView *view;
+
+ /* Get click_policy */
+ policy = g_settings_get_enum (priv->nautilus_settings,
+ NAUTILUS_CLICK_POLICY_KEY);
+
+ view = gedit_file_browser_widget_get_browser_view (priv->tree_widget);
+ gedit_file_browser_view_set_click_policy (view, policy);
+
+ priv->click_policy_handle =
+ g_signal_connect (priv->nautilus_settings,
+ "changed::" NAUTILUS_CLICK_POLICY_KEY,
+ G_CALLBACK (on_click_policy_changed),
+ plugin);
+}
+
+static void
+set_root_from_doc (GeditFileBrowserPlugin *plugin,
+ GeditDocument *doc)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ GtkSourceFile *file;
+ GFile *location;
+ GFile *parent;
+
+ if (doc == NULL)
+ {
+ return;
+ }
+
+ file = gedit_document_get_file (doc);
+ location = gtk_source_file_get_location (file);
+ if (location == NULL)
+ {
+ return;
+ }
+
+ parent = g_file_get_parent (location);
+
+ if (parent != NULL)
+ {
+ gedit_file_browser_widget_set_root (priv->tree_widget,
+ parent,
+ TRUE);
+
+ g_object_unref (parent);
+ }
+}
+
+static void
+set_active_root (GeditFileBrowserWidget *widget,
+ GeditFileBrowserPlugin *plugin)
+{
+ set_root_from_doc (plugin,
+ gedit_window_get_active_document (plugin->priv->window));
+}
+
+static gchar *
+get_terminal (GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ gchar *terminal;
+
+ terminal = g_settings_get_string (priv->terminal_settings,
+ TERMINAL_EXEC_KEY);
+
+ if (terminal == NULL)
+ {
+ const gchar *term = g_getenv ("TERM");
+
+ if (term != NULL)
+ terminal = g_strdup (term);
+ else
+ terminal = g_strdup ("xterm");
+ }
+
+ return terminal;
+}
+
+static void
+open_in_terminal (GeditFileBrowserWidget *widget,
+ GFile *location,
+ GeditFileBrowserPlugin *plugin)
+{
+ if (location)
+ {
+ gchar *terminal;
+ gchar *local;
+ gchar *argv[2];
+
+ terminal = get_terminal (plugin);
+ local = g_file_get_path (location);
+
+ argv[0] = terminal;
+ argv[1] = NULL;
+
+ g_spawn_async (local,
+ argv,
+ NULL,
+ G_SPAWN_SEARCH_PATH,
+ NULL,
+ NULL,
+ NULL,
+ NULL);
+
+ g_free (terminal);
+ g_free (local);
+ }
+}
+
+static void
+gedit_file_browser_plugin_update_state (GeditWindowActivatable *activatable)
+{
+ GeditFileBrowserPluginPrivate *priv = GEDIT_FILE_BROWSER_PLUGIN (activatable)->priv;
+ GeditDocument *doc;
+ GFile *location = NULL;
+
+ doc = gedit_window_get_active_document (priv->window);
+
+ if (doc != NULL)
+ {
+ TeplFile *file;
+
+ file = tepl_buffer_get_file (TEPL_BUFFER (doc));
+ location = tepl_file_get_location (file);
+ }
+
+ gedit_file_browser_widget_set_active_root_enabled (priv->tree_widget, location != NULL);
+}
+
+static void
+gedit_file_browser_plugin_activate (GeditWindowActivatable *activatable)
+{
+ GeditFileBrowserPlugin *plugin = GEDIT_FILE_BROWSER_PLUGIN (activatable);
+ GeditFileBrowserPluginPrivate *priv;
+ GtkWidget *panel;
+ GeditFileBrowserStore *store;
+
+ priv = plugin->priv;
+
+ priv->tree_widget = GEDIT_FILE_BROWSER_WIDGET (gedit_file_browser_widget_new ());
+
+ g_signal_connect (priv->tree_widget,
+ "location-activated",
+ G_CALLBACK (on_location_activated_cb), priv->window);
+
+ g_signal_connect (priv->tree_widget,
+ "error", G_CALLBACK (on_error_cb), plugin);
+
+ g_signal_connect (priv->tree_widget,
+ "confirm-delete",
+ G_CALLBACK (on_confirm_delete_cb),
+ plugin);
+
+ g_signal_connect (priv->tree_widget,
+ "confirm-no-trash",
+ G_CALLBACK (on_confirm_no_trash_cb),
+ priv->window);
+
+ g_signal_connect (priv->tree_widget,
+ "open-in-terminal",
+ G_CALLBACK (open_in_terminal),
+ plugin);
+
+ g_signal_connect (priv->tree_widget,
+ "set-active-root",
+ G_CALLBACK (set_active_root),
+ plugin);
+
+ g_settings_bind (priv->settings,
+ FILEBROWSER_FILTER_PATTERN,
+ priv->tree_widget,
+ FILEBROWSER_FILTER_PATTERN,
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+
+ panel = gedit_window_get_side_panel (priv->window);
+
+ gtk_stack_add_titled (GTK_STACK (panel),
+ GTK_WIDGET (priv->tree_widget),
+ "GeditFileBrowserPanel",
+ _("File Browser"));
+
+ gtk_widget_show (GTK_WIDGET (priv->tree_widget));
+
+ /* Install nautilus preferences */
+ install_nautilus_prefs (plugin);
+
+ /* Connect signals to store the last visited location */
+ g_signal_connect (gedit_file_browser_widget_get_browser_view (priv->tree_widget),
+ "notify::model",
+ G_CALLBACK (on_model_set_cb),
+ plugin);
+
+ store = gedit_file_browser_widget_get_browser_store (priv->tree_widget);
+
+ g_settings_bind (priv->settings,
+ FILEBROWSER_FILTER_MODE,
+ store,
+ FILEBROWSER_FILTER_MODE,
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+
+ g_settings_bind (priv->settings,
+ FILEBROWSER_BINARY_PATTERNS,
+ store,
+ FILEBROWSER_BINARY_PATTERNS,
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+
+ g_signal_connect (store,
+ "notify::virtual-root",
+ G_CALLBACK (on_virtual_root_changed_cb),
+ plugin);
+
+ g_signal_connect (store,
+ "rename",
+ G_CALLBACK (on_rename_cb),
+ priv->window);
+
+ g_signal_connect (priv->window,
+ "tab-added",
+ G_CALLBACK (on_tab_added_cb),
+ plugin);
+
+ /* Register messages on the bus */
+ gedit_file_browser_messages_register (priv->window, priv->tree_widget);
+
+ gedit_file_browser_plugin_update_state (activatable);
+}
+
+static void
+gedit_file_browser_plugin_deactivate (GeditWindowActivatable *activatable)
+{
+ GeditFileBrowserPlugin *plugin = GEDIT_FILE_BROWSER_PLUGIN (activatable);
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ GtkWidget *panel;
+
+
+ /* Unregister messages from the bus */
+ gedit_file_browser_messages_unregister (priv->window);
+
+ /* Disconnect signals */
+ g_signal_handlers_disconnect_by_func (priv->window,
+ G_CALLBACK (on_tab_added_cb),
+ plugin);
+
+ if (priv->click_policy_handle)
+ {
+ g_signal_handler_disconnect (priv->nautilus_settings,
+ priv->click_policy_handle);
+ }
+
+ panel = gedit_window_get_side_panel (priv->window);
+ gtk_container_remove (GTK_CONTAINER (panel), GTK_WIDGET (priv->tree_widget));
+}
+
+static void
+gedit_file_browser_plugin_class_init (GeditFileBrowserPluginClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_file_browser_plugin_dispose;
+ object_class->set_property = gedit_file_browser_plugin_set_property;
+ object_class->get_property = gedit_file_browser_plugin_get_property;
+
+ g_object_class_override_property (object_class, PROP_WINDOW, "window");
+}
+
+static void
+gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface)
+{
+ iface->activate = gedit_file_browser_plugin_activate;
+ iface->deactivate = gedit_file_browser_plugin_deactivate;
+ iface->update_state = gedit_file_browser_plugin_update_state;
+}
+
+static void
+gedit_file_browser_plugin_class_finalize (GeditFileBrowserPluginClass *klass)
+{
+}
+
+/* Callbacks */
+static void
+on_location_activated_cb (GeditFileBrowserWidget *tree_widget,
+ GFile *location,
+ GeditWindow *window)
+{
+ gedit_commands_load_location (window, location, NULL, 0, 0);
+}
+
+static void
+on_error_cb (GeditFileBrowserWidget *tree_widget,
+ guint code,
+ gchar const *message,
+ GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ gchar *title;
+ GtkWidget *dlg;
+
+ /* Do not show the error when the root has been set automatically */
+ if (priv->auto_root && (code == GEDIT_FILE_BROWSER_ERROR_SET_ROOT ||
+ code == GEDIT_FILE_BROWSER_ERROR_LOAD_DIRECTORY))
+ {
+ /* Show bookmarks */
+ gedit_file_browser_widget_show_bookmarks (priv->tree_widget);
+ return;
+ }
+
+ switch (code)
+ {
+ case GEDIT_FILE_BROWSER_ERROR_NEW_DIRECTORY:
+ title = _("An error occurred while creating a new directory");
+ break;
+ case GEDIT_FILE_BROWSER_ERROR_NEW_FILE:
+ title = _("An error occurred while creating a new file");
+ break;
+ case GEDIT_FILE_BROWSER_ERROR_RENAME:
+ title = _("An error occurred while renaming a file or directory");
+ break;
+ case GEDIT_FILE_BROWSER_ERROR_DELETE:
+ title = _("An error occurred while deleting a file or directory");
+ break;
+ case GEDIT_FILE_BROWSER_ERROR_OPEN_DIRECTORY:
+ title = _("An error occurred while opening a directory in the file manager");
+ break;
+ case GEDIT_FILE_BROWSER_ERROR_SET_ROOT:
+ title = _("An error occurred while setting a root directory");
+ break;
+ case GEDIT_FILE_BROWSER_ERROR_LOAD_DIRECTORY:
+ title = _("An error occurred while loading a directory");
+ break;
+ default:
+ title = _("An error occurred");
+ break;
+ }
+
+ dlg = gtk_message_dialog_new (GTK_WINDOW (priv->window),
+ GTK_DIALOG_MODAL |
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
+ "%s", title);
+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dlg),
+ "%s", message);
+
+ gtk_dialog_run (GTK_DIALOG (dlg));
+ gtk_widget_destroy (dlg);
+}
+
+static void
+on_model_set_cb (GeditFileBrowserView *widget,
+ GParamSpec *param,
+ GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ GtkTreeModel *model;
+
+ model = gtk_tree_view_get_model (GTK_TREE_VIEW (gedit_file_browser_widget_get_browser_view (priv->tree_widget)));
+
+ if (model == NULL)
+ return;
+
+ g_settings_set_boolean (priv->settings,
+ FILEBROWSER_TREE_VIEW,
+ GEDIT_IS_FILE_BROWSER_STORE (model));
+}
+
+static void
+on_rename_cb (GeditFileBrowserStore *store,
+ GFile *oldfile,
+ GFile *newfile,
+ GeditWindow *window)
+{
+ GList *documents;
+ GList *item;
+
+ /* Find all documents and set its uri to newuri where it matches olduri */
+ documents = gedit_app_get_documents (GEDIT_APP (g_application_get_default ()));
+
+ for (item = documents; item; item = item->next)
+ {
+ GeditDocument *doc;
+ GtkSourceFile *source_file;
+ GFile *docfile;
+
+ doc = GEDIT_DOCUMENT (item->data);
+ source_file = gedit_document_get_file (doc);
+ docfile = gtk_source_file_get_location (source_file);
+
+ if (docfile == NULL)
+ {
+ continue;
+ }
+
+ if (g_file_equal (docfile, oldfile))
+ {
+ gtk_source_file_set_location (source_file, newfile);
+ }
+ else
+ {
+ gchar *relative;
+
+ relative = g_file_get_relative_path (oldfile, docfile);
+
+ if (relative != NULL)
+ {
+ /* Relative now contains the part in docfile without
+ the prefix oldfile */
+
+ docfile = g_file_get_child (newfile, relative);
+
+ gtk_source_file_set_location (source_file, docfile);
+
+ g_object_unref (docfile);
+ }
+
+ g_free (relative);
+ }
+ }
+
+ g_list_free (documents);
+}
+
+static void
+on_virtual_root_changed_cb (GeditFileBrowserStore *store,
+ GParamSpec *param,
+ GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ GFile *root;
+ GFile *virtual_root;
+ gchar *uri_root = NULL;
+
+ root = gedit_file_browser_store_get_root (store);
+
+ if (!root)
+ {
+ return;
+ }
+ else
+ {
+ uri_root = g_file_get_uri (root);
+ g_object_unref (root);
+ }
+
+ g_settings_set_string (priv->settings,
+ FILEBROWSER_ROOT,
+ uri_root);
+
+ virtual_root = gedit_file_browser_store_get_virtual_root (store);
+
+ if (!virtual_root)
+ {
+ /* Set virtual to same as root then */
+ g_settings_set_string (priv->settings,
+ FILEBROWSER_VIRTUAL_ROOT,
+ uri_root);
+ }
+ else
+ {
+ gchar *uri_vroot;
+
+ uri_vroot = g_file_get_uri (virtual_root);
+
+ g_settings_set_string (priv->settings,
+ FILEBROWSER_VIRTUAL_ROOT,
+ uri_vroot);
+ g_free (uri_vroot);
+ g_object_unref (virtual_root);
+ }
+
+ g_signal_handlers_disconnect_by_func (priv->window,
+ G_CALLBACK (on_tab_added_cb),
+ plugin);
+ g_free (uri_root);
+}
+
+static void
+on_tab_added_cb (GeditWindow *window,
+ GeditTab *tab,
+ GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ gboolean open;
+ gboolean load_default = TRUE;
+
+ open = g_settings_get_boolean (priv->settings,
+ FILEBROWSER_OPEN_AT_FIRST_DOC);
+
+ if (open)
+ {
+ GeditDocument *doc;
+ GtkSourceFile *file;
+ GFile *location;
+
+ doc = gedit_tab_get_document (tab);
+ file = gedit_document_get_file (doc);
+ location = gtk_source_file_get_location (file);
+
+ if (location != NULL)
+ {
+ if (g_file_has_uri_scheme (location, "file"))
+ {
+ prepare_auto_root (plugin);
+ set_root_from_doc (plugin, doc);
+ load_default = FALSE;
+ }
+ }
+ }
+
+ if (load_default)
+ restore_default_location (plugin);
+
+ /* Disconnect this signal, it's only called once */
+ g_signal_handlers_disconnect_by_func (window,
+ G_CALLBACK (on_tab_added_cb),
+ plugin);
+}
+
+static gchar *
+get_filename_from_path (GtkTreeModel *model,
+ GtkTreePath *path)
+{
+ GtkTreeIter iter;
+ GFile *location;
+ gchar *ret = NULL;
+
+ if (!gtk_tree_model_get_iter (model, &iter, path))
+ {
+ return NULL;
+ }
+
+ gtk_tree_model_get (model, &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ -1);
+
+ if (location)
+ {
+ ret = gedit_file_browser_utils_file_basename (location);
+ g_object_unref (location);
+ }
+
+ return ret;
+}
+
+static gboolean
+on_confirm_no_trash_cb (GeditFileBrowserWidget *widget,
+ GList *files,
+ GeditWindow *window)
+{
+ gchar *normal;
+ gchar *message;
+ gchar *secondary;
+ gboolean result;
+
+ message = _("Cannot move file to trash, do you\nwant to delete permanently?");
+
+ if (files->next == NULL)
+ {
+ normal = gedit_file_browser_utils_file_basename (G_FILE (files->data));
+ secondary = g_strdup_printf (_("The file “%s” cannot be moved to the trash."), normal);
+ g_free (normal);
+ }
+ else
+ {
+ secondary = g_strdup (_("The selected files cannot be moved to the trash."));
+ }
+
+ result = gedit_file_browser_utils_confirmation_dialog (window,
+ GTK_MESSAGE_QUESTION,
+ message,
+ secondary,
+ _("_Delete"));
+ g_free (secondary);
+
+ return result;
+}
+
+static gboolean
+on_confirm_delete_cb (GeditFileBrowserWidget *widget,
+ GeditFileBrowserStore *store,
+ GList *paths,
+ GeditFileBrowserPlugin *plugin)
+{
+ GeditFileBrowserPluginPrivate *priv = plugin->priv;
+ gchar *normal;
+ gchar *message;
+ gchar *secondary;
+ gboolean result;
+
+ if (paths->next == NULL)
+ {
+ normal = get_filename_from_path (GTK_TREE_MODEL (store), (GtkTreePath *)(paths->data));
+ message = g_strdup_printf (_("Are you sure you want to permanently delete “%s”?"), normal);
+ g_free (normal);
+ }
+ else
+ {
+ message = g_strdup (_("Are you sure you want to permanently delete the selected files?"));
+ }
+
+ secondary = _("If you delete an item, it is permanently lost.");
+
+ result = gedit_file_browser_utils_confirmation_dialog (priv->window,
+ GTK_MESSAGE_QUESTION,
+ message,
+ secondary,
+ _("_Delete"));
+
+ g_free (message);
+
+ return result;
+}
+
+G_MODULE_EXPORT void
+peas_register_types (PeasObjectModule *module)
+{
+ gedit_file_browser_plugin_register_type (G_TYPE_MODULE (module));
+
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ GEDIT_TYPE_FILE_BROWSER_PLUGIN);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-plugin.h b/plugins/filebrowser/gedit-file-browser-plugin.h
new file mode 100644
index 0000000..27fe706
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-plugin.h
@@ -0,0 +1,70 @@
+/*
+ * gedit-file-browser-plugin.h - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_BROWSER_PLUGIN_H
+#define GEDIT_FILE_BROWSER_PLUGIN_H
+
+#include <glib.h>
+#include <glib-object.h>
+#include <libpeas/peas-extension-base.h>
+#include <libpeas/peas-object-module.h>
+
+G_BEGIN_DECLS
+/*
+ * Type checking and casting macros
+ */
+#define GEDIT_TYPE_FILE_BROWSER_PLUGIN (gedit_file_browser_plugin_get_type ())
+#define GEDIT_FILE_BROWSER_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GEDIT_TYPE_FILE_BROWSER_PLUGIN, GeditFileBrowserPlugin))
+#define GEDIT_FILE_BROWSER_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GEDIT_TYPE_FILE_BROWSER_PLUGIN, GeditFileBrowserPluginClass))
+#define GEDIT_IS_FILE_BROWSER_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GEDIT_TYPE_FILE_BROWSER_PLUGIN))
+#define GEDIT_IS_FILE_BROWSER_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GEDIT_TYPE_FILE_BROWSER_PLUGIN))
+#define GEDIT_FILE_BROWSER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GEDIT_TYPE_FILE_BROWSER_PLUGIN, GeditFileBrowserPluginClass))
+
+/* Private structure type */
+typedef struct _GeditFileBrowserPluginPrivate GeditFileBrowserPluginPrivate;
+typedef struct _GeditFileBrowserPlugin GeditFileBrowserPlugin;
+typedef struct _GeditFileBrowserPluginClass GeditFileBrowserPluginClass;
+
+struct _GeditFileBrowserPlugin
+{
+ GObject parent_instance;
+
+ /* < private > */
+ GeditFileBrowserPluginPrivate *priv;
+};
+
+struct _GeditFileBrowserPluginClass
+{
+ GObjectClass parent_class;
+};
+
+/*
+ * Public methods
+ */
+GType gedit_file_browser_plugin_get_type (void) G_GNUC_CONST;
+
+/* All the plugins must implement this function */
+G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_PLUGIN_H */
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-store.c b/plugins/filebrowser/gedit-file-browser-store.c
new file mode 100644
index 0000000..ef19b55
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-store.c
@@ -0,0 +1,3672 @@
+/*
+ * gedit-file-browser-store.c - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include <string.h>
+#include <glib/gi18n-lib.h>
+#include <gio/gio.h>
+#include <gedit/gedit-utils.h>
+
+#include "gedit-file-browser-store.h"
+#include "gedit-file-browser-enum-types.h"
+#include "gedit-file-browser-error.h"
+#include "gedit-file-browser-utils.h"
+
+#define NODE_IS_DIR(node) (FILE_IS_DIR((node)->flags))
+#define NODE_IS_HIDDEN(node) (FILE_IS_HIDDEN((node)->flags))
+#define NODE_IS_TEXT(node) (FILE_IS_TEXT((node)->flags))
+#define NODE_LOADED(node) (FILE_LOADED((node)->flags))
+#define NODE_IS_FILTERED(node) (FILE_IS_FILTERED((node)->flags))
+#define NODE_IS_DUMMY(node) (FILE_IS_DUMMY((node)->flags))
+
+#define FILE_BROWSER_NODE_DIR(node) ((FileBrowserNodeDir *)(node))
+
+#define DIRECTORY_LOAD_ITEMS_PER_CALLBACK 100
+#define STANDARD_ATTRIBUTE_TYPES G_FILE_ATTRIBUTE_STANDARD_TYPE "," \
+ G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN "," \
+ G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP "," \
+ G_FILE_ATTRIBUTE_STANDARD_NAME "," \
+ G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE "," \
+ G_FILE_ATTRIBUTE_STANDARD_ICON
+
+typedef struct _FileBrowserNode FileBrowserNode;
+typedef struct _FileBrowserNodeDir FileBrowserNodeDir;
+typedef struct _AsyncData AsyncData;
+typedef struct _AsyncNode AsyncNode;
+
+typedef gint (*SortFunc) (FileBrowserNode *node1,
+ FileBrowserNode *node2);
+
+struct _AsyncData
+{
+ GeditFileBrowserStore *model;
+ GCancellable *cancellable;
+ gboolean trash;
+ GList *files;
+ GList *iter;
+ gboolean removed;
+};
+
+struct _AsyncNode
+{
+ FileBrowserNodeDir *dir;
+ GCancellable *cancellable;
+ GSList *original_children;
+};
+
+typedef struct {
+ GeditFileBrowserStore *model;
+ GFile *virtual_root;
+ GMountOperation *operation;
+ GCancellable *cancellable;
+} MountInfo;
+
+struct _FileBrowserNode
+{
+ GFile *file;
+ guint flags;
+ gchar *icon_name;
+ gchar *name;
+ gchar *markup;
+
+ GdkPixbuf *icon;
+ GdkPixbuf *emblem;
+
+ FileBrowserNode *parent;
+ gint pos;
+ gboolean inserted;
+};
+
+struct _FileBrowserNodeDir
+{
+ FileBrowserNode node;
+ GSList *children;
+
+ GCancellable *cancellable;
+ GFileMonitor *monitor;
+ GeditFileBrowserStore *model;
+};
+
+struct _GeditFileBrowserStorePrivate
+{
+ FileBrowserNode *root;
+ FileBrowserNode *virtual_root;
+ GType column_types[GEDIT_FILE_BROWSER_STORE_COLUMN_NUM];
+
+ GeditFileBrowserStoreFilterMode filter_mode;
+ GeditFileBrowserStoreFilterFunc filter_func;
+ gpointer filter_user_data;
+
+ gchar **binary_patterns;
+ GPtrArray *binary_pattern_specs;
+
+ SortFunc sort_func;
+
+ GSList *async_handles;
+ MountInfo *mount_info;
+};
+
+static FileBrowserNode *model_find_node (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ GFile *uri);
+static void model_remove_node (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ GtkTreePath *path,
+ gboolean free_nodes);
+
+static void set_virtual_root_from_node (GeditFileBrowserStore *model,
+ FileBrowserNode *node);
+
+static void gedit_file_browser_store_iface_init (GtkTreeModelIface *iface);
+static GtkTreeModelFlags gedit_file_browser_store_get_flags (GtkTreeModel *tree_model);
+static gint gedit_file_browser_store_get_n_columns (GtkTreeModel *tree_model);
+static GType gedit_file_browser_store_get_column_type (GtkTreeModel *tree_model,
+ gint index);
+static gboolean gedit_file_browser_store_get_iter (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GtkTreePath *path);
+static GtkTreePath *gedit_file_browser_store_get_path (GtkTreeModel *tree_model,
+ GtkTreeIter *iter);
+static void gedit_file_browser_store_get_value (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ gint column,
+ GValue *value);
+static gboolean gedit_file_browser_store_iter_next (GtkTreeModel *tree_model,
+ GtkTreeIter *iter);
+static gboolean gedit_file_browser_store_iter_children (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GtkTreeIter *parent);
+static gboolean gedit_file_browser_store_iter_has_child (GtkTreeModel *tree_model,
+ GtkTreeIter *iter);
+static gint gedit_file_browser_store_iter_n_children (GtkTreeModel *tree_model,
+ GtkTreeIter *iter);
+static gboolean gedit_file_browser_store_iter_nth_child (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GtkTreeIter *parent,
+ gint n);
+static gboolean gedit_file_browser_store_iter_parent (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GtkTreeIter *child);
+static void gedit_file_browser_store_row_inserted (GtkTreeModel *tree_model,
+ GtkTreePath *path,
+ GtkTreeIter *iter);
+
+static void gedit_file_browser_store_drag_source_init (GtkTreeDragSourceIface *iface);
+static gboolean gedit_file_browser_store_row_draggable (GtkTreeDragSource *drag_source,
+ GtkTreePath *path);
+static gboolean gedit_file_browser_store_drag_data_delete (GtkTreeDragSource *drag_source,
+ GtkTreePath *path);
+static gboolean gedit_file_browser_store_drag_data_get (GtkTreeDragSource *drag_source,
+ GtkTreePath *path,
+ GtkSelectionData *selection_data);
+
+static void file_browser_node_free (GeditFileBrowserStore *model,
+ FileBrowserNode *node);
+static void model_add_node (GeditFileBrowserStore *model,
+ FileBrowserNode *child,
+ FileBrowserNode *parent);
+static void model_clear (GeditFileBrowserStore *model,
+ gboolean free_nodes);
+static gint model_sort_default (FileBrowserNode *node1,
+ FileBrowserNode *node2);
+static void model_check_dummy (GeditFileBrowserStore *model,
+ FileBrowserNode *node);
+static void next_files_async (GFileEnumerator *enumerator,
+ AsyncNode *async);
+
+static void delete_files (AsyncData *data);
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditFileBrowserStore, gedit_file_browser_store,
+ G_TYPE_OBJECT,
+ 0,
+ G_ADD_PRIVATE_DYNAMIC (GeditFileBrowserStore)
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GTK_TYPE_TREE_MODEL,
+ gedit_file_browser_store_iface_init)
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GTK_TYPE_TREE_DRAG_SOURCE,
+ gedit_file_browser_store_drag_source_init))
+
+/* Properties */
+enum {
+ PROP_0,
+
+ PROP_ROOT,
+ PROP_VIRTUAL_ROOT,
+ PROP_FILTER_MODE,
+ PROP_BINARY_PATTERNS
+};
+
+/* Signals */
+enum
+{
+ BEGIN_LOADING,
+ END_LOADING,
+ ERROR,
+ NO_TRASH,
+ RENAME,
+ BEGIN_REFRESH,
+ END_REFRESH,
+ UNLOAD,
+ BEFORE_ROW_DELETED,
+ NUM_SIGNALS
+};
+
+static guint model_signals[NUM_SIGNALS] = { 0 };
+
+static void
+cancel_mount_operation (GeditFileBrowserStore *obj)
+{
+ if (obj->priv->mount_info != NULL)
+ {
+ obj->priv->mount_info->model = NULL;
+ g_cancellable_cancel (obj->priv->mount_info->cancellable);
+ obj->priv->mount_info = NULL;
+ }
+}
+
+static void
+gedit_file_browser_store_finalize (GObject *object)
+{
+ GeditFileBrowserStore *obj = GEDIT_FILE_BROWSER_STORE (object);
+
+ /* Free all the nodes */
+ file_browser_node_free (obj, obj->priv->root);
+
+ if (obj->priv->binary_patterns != NULL)
+ {
+ g_strfreev (obj->priv->binary_patterns);
+ g_ptr_array_unref (obj->priv->binary_pattern_specs);
+ }
+
+ /* Cancel any asynchronous operations */
+ for (GSList *item = obj->priv->async_handles; item; item = item->next)
+ {
+ AsyncData *data = (AsyncData *)(item->data);
+ g_cancellable_cancel (data->cancellable);
+
+ data->removed = TRUE;
+ }
+
+ cancel_mount_operation (obj);
+
+ g_slist_free (obj->priv->async_handles);
+ G_OBJECT_CLASS (gedit_file_browser_store_parent_class)->finalize (object);
+}
+
+static void
+set_gvalue_from_node (GValue *value,
+ FileBrowserNode *node)
+{
+ if (node == NULL)
+ g_value_set_object (value, NULL);
+ else
+ g_value_set_object (value, node->file);
+}
+
+static void
+gedit_file_browser_store_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserStore *obj = GEDIT_FILE_BROWSER_STORE (object);
+
+ switch (prop_id)
+ {
+ case PROP_ROOT:
+ set_gvalue_from_node (value, obj->priv->root);
+ break;
+ case PROP_VIRTUAL_ROOT:
+ set_gvalue_from_node (value, obj->priv->virtual_root);
+ break;
+ case PROP_FILTER_MODE:
+ g_value_set_flags (value, obj->priv->filter_mode);
+ break;
+ case PROP_BINARY_PATTERNS:
+ g_value_set_boxed (value, obj->priv->binary_patterns);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_store_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserStore *obj = GEDIT_FILE_BROWSER_STORE (object);
+
+ switch (prop_id)
+ {
+ case PROP_ROOT:
+ gedit_file_browser_store_set_root (obj, G_FILE (g_value_get_object (value)));
+ break;
+ case PROP_FILTER_MODE:
+ gedit_file_browser_store_set_filter_mode (obj, g_value_get_flags (value));
+ break;
+ case PROP_BINARY_PATTERNS:
+ gedit_file_browser_store_set_binary_patterns (obj, g_value_get_boxed (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_store_class_init (GeditFileBrowserStoreClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->finalize = gedit_file_browser_store_finalize;
+ object_class->get_property = gedit_file_browser_store_get_property;
+ object_class->set_property = gedit_file_browser_store_set_property;
+
+ g_object_class_install_property (object_class, PROP_ROOT,
+ g_param_spec_object ("root",
+ "Root",
+ "The root location",
+ G_TYPE_FILE,
+ G_PARAM_CONSTRUCT | G_PARAM_READWRITE));
+
+ g_object_class_install_property (object_class, PROP_VIRTUAL_ROOT,
+ g_param_spec_object ("virtual-root",
+ "Virtual Root",
+ "The virtual root location",
+ G_TYPE_FILE,
+ G_PARAM_READABLE));
+
+ g_object_class_install_property (object_class, PROP_FILTER_MODE,
+ g_param_spec_flags ("filter-mode",
+ "Filter Mode",
+ "The filter mode",
+ GEDIT_TYPE_FILE_BROWSER_STORE_FILTER_MODE,
+ gedit_file_browser_store_filter_mode_get_default (),
+ G_PARAM_READWRITE));
+
+ g_object_class_install_property (object_class, PROP_BINARY_PATTERNS,
+ g_param_spec_boxed ("binary-patterns",
+ "Binary Patterns",
+ "The binary patterns",
+ G_TYPE_STRV,
+ G_PARAM_READWRITE));
+
+ model_signals[BEGIN_LOADING] =
+ g_signal_new ("begin-loading",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserStoreClass, begin_loading),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1, GTK_TYPE_TREE_ITER);
+ model_signals[END_LOADING] =
+ g_signal_new ("end-loading",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserStoreClass, end_loading),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1, GTK_TYPE_TREE_ITER);
+ model_signals[ERROR] =
+ g_signal_new ("error", G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserStoreClass, error),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 2, G_TYPE_UINT, G_TYPE_STRING);
+ model_signals[NO_TRASH] =
+ g_signal_new ("no-trash", G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserStoreClass, no_trash),
+ g_signal_accumulator_true_handled, NULL, NULL,
+ G_TYPE_BOOLEAN, 1, G_TYPE_POINTER);
+ model_signals[RENAME] =
+ g_signal_new ("rename",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserStoreClass, rename),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 2, G_TYPE_FILE, G_TYPE_FILE);
+ model_signals[BEGIN_REFRESH] =
+ g_signal_new ("begin-refresh",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserStoreClass, begin_refresh),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+ model_signals[END_REFRESH] =
+ g_signal_new ("end-refresh",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserStoreClass, end_refresh),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+ model_signals[UNLOAD] =
+ g_signal_new ("unload",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserStoreClass, unload),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1, G_TYPE_FILE);
+ model_signals[BEFORE_ROW_DELETED] =
+ g_signal_new ("before-row-deleted",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserStoreClass, before_row_deleted),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1,
+ GTK_TYPE_TREE_PATH | G_SIGNAL_TYPE_STATIC_SCOPE);
+}
+
+static void
+gedit_file_browser_store_class_finalize (GeditFileBrowserStoreClass *klass)
+{
+}
+
+static void
+gedit_file_browser_store_iface_init (GtkTreeModelIface *iface)
+{
+ iface->get_flags = gedit_file_browser_store_get_flags;
+ iface->get_n_columns = gedit_file_browser_store_get_n_columns;
+ iface->get_column_type = gedit_file_browser_store_get_column_type;
+ iface->get_iter = gedit_file_browser_store_get_iter;
+ iface->get_path = gedit_file_browser_store_get_path;
+ iface->get_value = gedit_file_browser_store_get_value;
+ iface->iter_next = gedit_file_browser_store_iter_next;
+ iface->iter_children = gedit_file_browser_store_iter_children;
+ iface->iter_has_child = gedit_file_browser_store_iter_has_child;
+ iface->iter_n_children = gedit_file_browser_store_iter_n_children;
+ iface->iter_nth_child = gedit_file_browser_store_iter_nth_child;
+ iface->iter_parent = gedit_file_browser_store_iter_parent;
+ iface->row_inserted = gedit_file_browser_store_row_inserted;
+}
+
+static void
+gedit_file_browser_store_drag_source_init (GtkTreeDragSourceIface *iface)
+{
+ iface->row_draggable = gedit_file_browser_store_row_draggable;
+ iface->drag_data_delete = gedit_file_browser_store_drag_data_delete;
+ iface->drag_data_get = gedit_file_browser_store_drag_data_get;
+}
+
+static void
+gedit_file_browser_store_init (GeditFileBrowserStore *obj)
+{
+ obj->priv = gedit_file_browser_store_get_instance_private (obj);
+
+ obj->priv->column_types[GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION] = G_TYPE_FILE;
+ obj->priv->column_types[GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP] = G_TYPE_STRING;
+ obj->priv->column_types[GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS] = G_TYPE_UINT;
+ obj->priv->column_types[GEDIT_FILE_BROWSER_STORE_COLUMN_ICON] = GDK_TYPE_PIXBUF;
+ obj->priv->column_types[GEDIT_FILE_BROWSER_STORE_COLUMN_ICON_NAME] = G_TYPE_STRING;
+ obj->priv->column_types[GEDIT_FILE_BROWSER_STORE_COLUMN_NAME] = G_TYPE_STRING;
+ obj->priv->column_types[GEDIT_FILE_BROWSER_STORE_COLUMN_EMBLEM] = GDK_TYPE_PIXBUF;
+
+ /* Default filter mode is hiding the hidden files */
+ obj->priv->filter_mode = gedit_file_browser_store_filter_mode_get_default ();
+ obj->priv->sort_func = model_sort_default;
+}
+
+static gboolean
+node_has_parent (FileBrowserNode *node,
+ FileBrowserNode *parent)
+{
+ if (node->parent == NULL)
+ return FALSE;
+
+ if (node->parent == parent)
+ return TRUE;
+
+ return node_has_parent (node->parent, parent);
+}
+
+static gboolean
+node_in_tree (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ return node_has_parent (node, model->priv->virtual_root);
+}
+
+static gboolean
+model_node_visibility (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ if (node == NULL)
+ return FALSE;
+
+ if (NODE_IS_DUMMY (node))
+ return !NODE_IS_HIDDEN (node);
+
+ if (node == model->priv->virtual_root)
+ return TRUE;
+
+ if (!node_has_parent (node, model->priv->virtual_root))
+ return FALSE;
+
+ return !NODE_IS_FILTERED (node);
+}
+
+static gboolean
+model_node_inserted (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ return node == model->priv->virtual_root ||
+ (model_node_visibility (model, node) && node->inserted);
+}
+
+/* Interface implementation */
+
+static GtkTreeModelFlags
+gedit_file_browser_store_get_flags (GtkTreeModel *tree_model)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), (GtkTreeModelFlags) 0);
+
+ return GTK_TREE_MODEL_ITERS_PERSIST;
+}
+
+static gint
+gedit_file_browser_store_get_n_columns (GtkTreeModel *tree_model)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), 0);
+
+ return GEDIT_FILE_BROWSER_STORE_COLUMN_NUM;
+}
+
+static GType
+gedit_file_browser_store_get_column_type (GtkTreeModel *tree_model,
+ gint idx)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), G_TYPE_INVALID);
+ g_return_val_if_fail (idx < GEDIT_FILE_BROWSER_STORE_COLUMN_NUM && idx >= 0, G_TYPE_INVALID);
+
+ return GEDIT_FILE_BROWSER_STORE (tree_model)->priv->column_types[idx];
+}
+
+static gboolean
+gedit_file_browser_store_get_iter (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GtkTreePath *path)
+{
+ GeditFileBrowserStore *model;
+ FileBrowserNode *node;
+ gint *indices, depth;
+
+ g_assert (GEDIT_IS_FILE_BROWSER_STORE (tree_model));
+ g_assert (path != NULL);
+
+ model = GEDIT_FILE_BROWSER_STORE (tree_model);
+ indices = gtk_tree_path_get_indices (path);
+ depth = gtk_tree_path_get_depth (path);
+ node = model->priv->virtual_root;
+
+ for (guint i = 0; i < depth; ++i)
+ {
+ GSList *item;
+ gint num = 0;
+
+ if (node == NULL)
+ return FALSE;
+
+ if (!NODE_IS_DIR (node))
+ return FALSE;
+
+ for (item = FILE_BROWSER_NODE_DIR (node)->children; item; item = item->next)
+ {
+ FileBrowserNode *child = (FileBrowserNode *)(item->data);
+
+ if (model_node_inserted (model, child))
+ {
+ if (num == indices[i])
+ break;
+
+ num++;
+ }
+ }
+
+ if (item == NULL)
+ return FALSE;
+
+ node = (FileBrowserNode *)(item->data);
+ }
+
+ iter->user_data = node;
+ iter->user_data2 = NULL;
+ iter->user_data3 = NULL;
+
+ return node != NULL;
+}
+
+static GtkTreePath *
+gedit_file_browser_store_get_path_real (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ GtkTreePath *path = gtk_tree_path_new ();
+ gint num = 0;
+
+ while (node != model->priv->virtual_root)
+ {
+ if (node->parent == NULL)
+ {
+ gtk_tree_path_free (path);
+ return NULL;
+ }
+
+ num = 0;
+
+ for (GSList *item = FILE_BROWSER_NODE_DIR (node->parent)->children; item; item = item->next)
+ {
+ FileBrowserNode *check = (FileBrowserNode *)(item->data);
+
+ if (model_node_visibility (model, check) && (check == node || check->inserted))
+ {
+ if (check == node)
+ {
+ gtk_tree_path_prepend_index (path, num);
+ break;
+ }
+
+ ++num;
+ }
+ else if (check == node)
+ {
+ if (NODE_IS_DUMMY (node))
+ g_warning ("Dummy not visible???");
+
+ gtk_tree_path_free (path);
+ return NULL;
+ }
+ }
+
+ node = node->parent;
+ }
+
+ return path;
+}
+
+static GtkTreePath *
+gedit_file_browser_store_get_path (GtkTreeModel *tree_model,
+ GtkTreeIter *iter)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), NULL);
+ g_return_val_if_fail (iter != NULL, NULL);
+ g_return_val_if_fail (iter->user_data != NULL, NULL);
+
+ return gedit_file_browser_store_get_path_real (GEDIT_FILE_BROWSER_STORE (tree_model),
+ (FileBrowserNode *)(iter->user_data));
+}
+
+static void
+gedit_file_browser_store_get_value (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ gint column,
+ GValue *value)
+{
+ FileBrowserNode *node;
+
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model));
+ g_return_if_fail (iter != NULL);
+ g_return_if_fail (iter->user_data != NULL);
+
+ node = (FileBrowserNode *)(iter->user_data);
+
+ g_value_init (value, GEDIT_FILE_BROWSER_STORE (tree_model)->priv->column_types[column]);
+
+ switch (column)
+ {
+ case GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION:
+ set_gvalue_from_node (value, node);
+ break;
+ case GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP:
+ g_value_set_string (value, node->markup);
+ break;
+ case GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS:
+ g_value_set_uint (value, node->flags);
+ break;
+ case GEDIT_FILE_BROWSER_STORE_COLUMN_ICON:
+ g_value_set_object (value, node->icon);
+ break;
+ case GEDIT_FILE_BROWSER_STORE_COLUMN_ICON_NAME:
+ g_value_set_string (value, node->icon_name);
+ break;
+ case GEDIT_FILE_BROWSER_STORE_COLUMN_NAME:
+ g_value_set_string (value, node->name);
+ break;
+ case GEDIT_FILE_BROWSER_STORE_COLUMN_EMBLEM:
+ g_value_set_object (value, node->emblem);
+ break;
+ default:
+ g_return_if_reached ();
+ }
+}
+
+static gboolean
+gedit_file_browser_store_iter_next (GtkTreeModel *tree_model,
+ GtkTreeIter *iter)
+{
+ GeditFileBrowserStore *model;
+ FileBrowserNode *node;
+ GSList *first;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), FALSE);
+ g_return_val_if_fail (iter != NULL, FALSE);
+ g_return_val_if_fail (iter->user_data != NULL, FALSE);
+
+ model = GEDIT_FILE_BROWSER_STORE (tree_model);
+ node = (FileBrowserNode *)(iter->user_data);
+
+ if (node->parent == NULL)
+ return FALSE;
+
+ first = g_slist_next (g_slist_find (FILE_BROWSER_NODE_DIR (node->parent)->children, node));
+
+ for (GSList *item = first; item; item = item->next)
+ {
+ if (model_node_inserted (model, (FileBrowserNode *)(item->data)))
+ {
+ iter->user_data = item->data;
+ return TRUE;
+ }
+ }
+
+ return FALSE;
+}
+
+static gboolean
+gedit_file_browser_store_iter_children (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GtkTreeIter *parent)
+{
+ FileBrowserNode *node;
+ GeditFileBrowserStore *model;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), FALSE);
+ g_return_val_if_fail (parent == NULL || parent->user_data != NULL, FALSE);
+
+ model = GEDIT_FILE_BROWSER_STORE (tree_model);
+
+ if (parent == NULL)
+ node = model->priv->virtual_root;
+ else
+ node = (FileBrowserNode *)(parent->user_data);
+
+ if (node == NULL)
+ return FALSE;
+
+ if (!NODE_IS_DIR (node))
+ return FALSE;
+
+ for (GSList *item = FILE_BROWSER_NODE_DIR (node)->children; item; item = item->next)
+ {
+ if (model_node_inserted (model, (FileBrowserNode *)(item->data)))
+ {
+ iter->user_data = item->data;
+ return TRUE;
+ }
+ }
+
+ return FALSE;
+}
+
+static gboolean
+filter_tree_model_iter_has_child_real (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ if (!NODE_IS_DIR (node))
+ return FALSE;
+
+ for (GSList *item = FILE_BROWSER_NODE_DIR (node)->children; item; item = item->next)
+ {
+ if (model_node_inserted (model, (FileBrowserNode *)(item->data)))
+ return TRUE;
+ }
+
+ return FALSE;
+}
+
+static gboolean
+gedit_file_browser_store_iter_has_child (GtkTreeModel *tree_model,
+ GtkTreeIter *iter)
+{
+ FileBrowserNode *node;
+ GeditFileBrowserStore *model;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), FALSE);
+ g_return_val_if_fail (iter == NULL || iter->user_data != NULL, FALSE);
+
+ model = GEDIT_FILE_BROWSER_STORE (tree_model);
+
+ if (iter == NULL)
+ node = model->priv->virtual_root;
+ else
+ node = (FileBrowserNode *)(iter->user_data);
+
+ return filter_tree_model_iter_has_child_real (model, node);
+}
+
+static gint
+gedit_file_browser_store_iter_n_children (GtkTreeModel *tree_model,
+ GtkTreeIter *iter)
+{
+ FileBrowserNode *node;
+ GeditFileBrowserStore *model;
+ gint num = 0;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), FALSE);
+ g_return_val_if_fail (iter == NULL || iter->user_data != NULL, FALSE);
+
+ model = GEDIT_FILE_BROWSER_STORE (tree_model);
+
+ if (iter == NULL)
+ node = model->priv->virtual_root;
+ else
+ node = (FileBrowserNode *)(iter->user_data);
+
+ if (!NODE_IS_DIR (node))
+ return 0;
+
+ for (GSList *item = FILE_BROWSER_NODE_DIR (node)->children; item; item = item->next)
+ {
+ if (model_node_inserted (model, (FileBrowserNode *)(item->data)))
+ ++num;
+ }
+
+ return num;
+}
+
+static gboolean
+gedit_file_browser_store_iter_nth_child (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GtkTreeIter *parent,
+ gint n)
+{
+ FileBrowserNode *node;
+ GeditFileBrowserStore *model;
+ gint num = 0;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), FALSE);
+ g_return_val_if_fail (parent == NULL || parent->user_data != NULL, FALSE);
+
+ model = GEDIT_FILE_BROWSER_STORE (tree_model);
+
+ if (parent == NULL)
+ node = model->priv->virtual_root;
+ else
+ node = (FileBrowserNode *)(parent->user_data);
+
+ if (!NODE_IS_DIR (node))
+ return FALSE;
+
+ for (GSList *item = FILE_BROWSER_NODE_DIR (node)->children; item; item = item->next)
+ {
+ if (model_node_inserted (model, (FileBrowserNode *)(item->data)))
+ {
+ if (num == n)
+ {
+ iter->user_data = item->data;
+ return TRUE;
+ }
+
+ ++num;
+ }
+ }
+
+ return FALSE;
+}
+
+static gboolean
+gedit_file_browser_store_iter_parent (GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GtkTreeIter *child)
+{
+ FileBrowserNode *node;
+ GeditFileBrowserStore *model;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model), FALSE);
+ g_return_val_if_fail (child != NULL, FALSE);
+ g_return_val_if_fail (child->user_data != NULL, FALSE);
+
+ node = (FileBrowserNode *)(child->user_data);
+ model = GEDIT_FILE_BROWSER_STORE (tree_model);
+
+ if (!node_in_tree (model, node))
+ return FALSE;
+
+ if (node->parent == NULL)
+ return FALSE;
+
+ iter->user_data = node->parent;
+ return TRUE;
+}
+
+static void
+gedit_file_browser_store_row_inserted (GtkTreeModel *tree_model,
+ GtkTreePath *path,
+ GtkTreeIter *iter)
+{
+ FileBrowserNode *node = (FileBrowserNode *)(iter->user_data);
+
+ node->inserted = TRUE;
+}
+
+static gboolean
+gedit_file_browser_store_row_draggable (GtkTreeDragSource *drag_source,
+ GtkTreePath *path)
+{
+ GtkTreeIter iter;
+ GeditFileBrowserStoreFlag flags;
+
+ if (!gtk_tree_model_get_iter (GTK_TREE_MODEL (drag_source), &iter, path))
+ return FALSE;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (drag_source), &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ return !FILE_IS_DUMMY (flags);
+}
+
+static gboolean
+gedit_file_browser_store_drag_data_delete (GtkTreeDragSource *drag_source,
+ GtkTreePath *path)
+{
+ return FALSE;
+}
+
+static gboolean
+gedit_file_browser_store_drag_data_get (GtkTreeDragSource *drag_source,
+ GtkTreePath *path,
+ GtkSelectionData *selection_data)
+{
+ GtkTreeIter iter;
+ GFile *location;
+ gchar *uris[2] = {0, };
+ gboolean ret;
+
+ if (!gtk_tree_model_get_iter (GTK_TREE_MODEL (drag_source), &iter, path))
+ return FALSE;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (drag_source), &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ -1);
+
+ g_assert (location);
+
+ uris[0] = g_file_get_uri (location);
+ ret = gtk_selection_data_set_uris (selection_data, uris);
+
+ g_free (uris[0]);
+ g_object_unref (location);
+
+ return ret;
+}
+
+#define FILTER_HIDDEN(mode) (mode & GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN)
+#define FILTER_BINARY(mode) (mode & GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_BINARY)
+
+/* Private */
+static void
+model_begin_loading (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ GtkTreeIter iter;
+
+ iter.user_data = node;
+ g_signal_emit (model, model_signals[BEGIN_LOADING], 0, &iter);
+}
+
+static void
+model_end_loading (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ GtkTreeIter iter;
+
+ iter.user_data = node;
+ g_signal_emit (model, model_signals[END_LOADING], 0, &iter);
+}
+
+static void
+model_node_update_visibility (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ GtkTreeIter iter;
+
+ node->flags &= ~GEDIT_FILE_BROWSER_STORE_FLAG_IS_FILTERED;
+
+ if (FILTER_HIDDEN (model->priv->filter_mode) &&
+ NODE_IS_HIDDEN (node))
+ {
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_FILTERED;
+ return;
+ }
+
+ if (FILTER_BINARY (model->priv->filter_mode) && !NODE_IS_DIR (node))
+ {
+ if (!NODE_IS_TEXT (node))
+ {
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_FILTERED;
+ return;
+ }
+ else if (model->priv->binary_patterns != NULL)
+ {
+ gssize name_length = strlen (node->name);
+ gchar *name_reversed = g_utf8_strreverse (node->name, name_length);
+
+ for (guint i = 0; i < model->priv->binary_pattern_specs->len; ++i)
+ {
+ GPatternSpec *spec = g_ptr_array_index (model->priv->binary_pattern_specs, i);
+
+ if (g_pattern_spec_match (spec, name_length, node->name, name_reversed))
+ {
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_FILTERED;
+ g_free (name_reversed);
+ return;
+ }
+ }
+
+ g_free (name_reversed);
+ }
+ }
+
+ if (model->priv->filter_func)
+ {
+ iter.user_data = node;
+
+ if (!model->priv->filter_func (model, &iter, model->priv->filter_user_data))
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_FILTERED;
+ }
+}
+
+static gint
+collate_nodes (FileBrowserNode *node1,
+ FileBrowserNode *node2)
+{
+ if (node1->name == NULL)
+ {
+ return -1;
+ }
+ else if (node2->name == NULL)
+ {
+ return 1;
+ }
+ else
+ {
+ gchar *k1 = g_utf8_collate_key_for_filename (node1->name, -1);
+ gchar *k2 = g_utf8_collate_key_for_filename (node2->name, -1);
+ gint result = strcmp (k1, k2);
+
+ g_free (k1);
+ g_free (k2);
+
+ return result;
+ }
+}
+
+static gint
+model_sort_default (FileBrowserNode *node1,
+ FileBrowserNode *node2)
+{
+ gint f1 = NODE_IS_DUMMY (node1);
+ gint f2 = NODE_IS_DUMMY (node2);
+
+ if (f1 && f2)
+ return 0;
+ else if (f1 || f2)
+ return f1 ? -1 : 1;
+
+ f1 = NODE_IS_DIR (node1);
+ f2 = NODE_IS_DIR (node2);
+
+ if (f1 != f2)
+ return f1 ? -1 : 1;
+
+ return collate_nodes (node1, node2);
+}
+
+static void
+model_resort_node (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ FileBrowserNodeDir *dir = FILE_BROWSER_NODE_DIR (node->parent);
+
+ if (!model_node_visibility (model, node->parent))
+ {
+ /* Just sort the children of the parent */
+ dir->children = g_slist_sort (dir->children, (GCompareFunc)(model->priv->sort_func));
+ }
+ else
+ {
+ GtkTreeIter iter;
+ GtkTreePath *path;
+ gint *neworder;
+ gint pos = 0;
+
+ /* Store current positions */
+ for (GSList *item = dir->children; item; item = item->next)
+ {
+ FileBrowserNode *child = (FileBrowserNode *)(item->data);
+
+ if (model_node_visibility (model, child))
+ child->pos = pos++;
+ }
+
+ dir->children = g_slist_sort (dir->children, (GCompareFunc)(model->priv->sort_func));
+ neworder = g_new (gint, pos);
+ pos = 0;
+
+ /* Store the new positions */
+ for (GSList *item = dir->children; item; item = item->next)
+ {
+ FileBrowserNode *child = (FileBrowserNode *)(item->data);
+
+ if (model_node_visibility (model, child))
+ neworder[pos++] = child->pos;
+ }
+
+ iter.user_data = node->parent;
+ path = gedit_file_browser_store_get_path_real (model, node->parent);
+
+ gtk_tree_model_rows_reordered (GTK_TREE_MODEL (model), path, &iter, neworder);
+
+ g_free (neworder);
+ gtk_tree_path_free (path);
+ }
+}
+
+static void
+row_changed (GeditFileBrowserStore *model,
+ GtkTreePath **path,
+ GtkTreeIter *iter)
+{
+ GtkTreeRowReference *ref = gtk_tree_row_reference_new (GTK_TREE_MODEL (model), *path);
+
+ /* Insert a copy of the actual path here because the row-inserted
+ signal may alter the path */
+ gtk_tree_model_row_changed (GTK_TREE_MODEL (model), *path, iter);
+ gtk_tree_path_free (*path);
+
+ *path = gtk_tree_row_reference_get_path (ref);
+ gtk_tree_row_reference_free (ref);
+}
+
+static void
+row_inserted (GeditFileBrowserStore *model,
+ GtkTreePath **path,
+ GtkTreeIter *iter)
+{
+ /* This function creates a row reference for the path because it's
+ uncertain what might change the actual model/view when we insert
+ a node, maybe another directory load is triggered for example.
+ Because functions that use this function rely on the notion that
+ the path remains pointed towards the inserted node, we use the
+ reference to keep track. */
+ GtkTreeRowReference *ref = gtk_tree_row_reference_new (GTK_TREE_MODEL (model), *path);
+ GtkTreePath *copy = gtk_tree_path_copy (*path);
+
+ gtk_tree_model_row_inserted (GTK_TREE_MODEL (model), copy, iter);
+ gtk_tree_path_free (copy);
+
+ if (ref)
+ {
+ gtk_tree_path_free (*path);
+
+ /* To restore the path, we get the path from the reference. But, since
+ we inserted a row, the path will be one index further than the
+ actual path of our node. We therefore call gtk_tree_path_prev */
+ *path = gtk_tree_row_reference_get_path (ref);
+ gtk_tree_path_prev (*path);
+ }
+
+ gtk_tree_row_reference_free (ref);
+}
+
+static void
+row_deleted (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ const GtkTreePath *path)
+{
+ gboolean hidden;
+ GtkTreePath *copy;
+
+ /* We should always be called when the row is still inserted */
+ g_return_if_fail (node->inserted == TRUE || NODE_IS_DUMMY (node));
+
+ hidden = FILE_IS_HIDDEN (node->flags);
+ node->flags &= ~GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+
+ /* Create temporary copies of the path as the signals may alter it */
+
+ copy = gtk_tree_path_copy (path);
+ g_signal_emit (model, model_signals[BEFORE_ROW_DELETED], 0, copy);
+ gtk_tree_path_free (copy);
+
+ node->inserted = FALSE;
+
+ if (hidden)
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+
+ copy = gtk_tree_path_copy (path);
+ gtk_tree_model_row_deleted (GTK_TREE_MODEL (model), copy);
+ gtk_tree_path_free (copy);
+}
+
+static void
+model_refilter_node (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ GtkTreePath **path)
+{
+ gboolean old_visible;
+ gboolean new_visible;
+ FileBrowserNodeDir *dir;
+ GSList *item;
+ GtkTreeIter iter;
+ GtkTreePath *tmppath = NULL;
+ gboolean in_tree;
+
+ if (node == NULL)
+ return;
+
+ old_visible = model_node_visibility (model, node);
+ model_node_update_visibility (model, node);
+
+ in_tree = node_in_tree (model, node);
+
+ if (path == NULL)
+ {
+ if (in_tree)
+ tmppath = gedit_file_browser_store_get_path_real (model, node);
+ else
+ tmppath = gtk_tree_path_new_first ();
+
+ path = &tmppath;
+ }
+
+ if (NODE_IS_DIR (node))
+ {
+ if (in_tree)
+ gtk_tree_path_down (*path);
+
+ dir = FILE_BROWSER_NODE_DIR (node);
+
+ for (item = dir->children; item; item = item->next)
+ model_refilter_node (model, (FileBrowserNode *)(item->data), path);
+
+ if (in_tree)
+ gtk_tree_path_up (*path);
+ }
+
+ if (in_tree)
+ {
+ new_visible = model_node_visibility (model, node);
+
+ if (old_visible != new_visible)
+ {
+ if (old_visible)
+ {
+ row_deleted (model, node, *path);
+ }
+ else
+ {
+ iter.user_data = node;
+ row_inserted (model, path, &iter);
+ gtk_tree_path_next (*path);
+ }
+ }
+ else if (old_visible)
+ {
+ gtk_tree_path_next (*path);
+ }
+ }
+
+ model_check_dummy (model, node);
+
+ if (tmppath)
+ gtk_tree_path_free (tmppath);
+}
+
+static void
+model_refilter (GeditFileBrowserStore *model)
+{
+ model_refilter_node (model, model->priv->root, NULL);
+}
+
+static void
+file_browser_node_set_name (FileBrowserNode *node)
+{
+ g_free (node->name);
+ g_free (node->markup);
+
+ if (node->file)
+ node->name = gedit_file_browser_utils_file_basename (node->file);
+ else
+ node->name = NULL;
+
+ if (node->name)
+ node->markup = g_markup_escape_text (node->name, -1);
+ else
+ node->markup = NULL;
+}
+
+static void
+file_browser_node_init (FileBrowserNode *node,
+ GFile *file,
+ FileBrowserNode *parent)
+{
+ if (file != NULL)
+ {
+ node->file = g_object_ref (file);
+ file_browser_node_set_name (node);
+ }
+
+ node->parent = parent;
+}
+
+static FileBrowserNode *
+file_browser_node_new (GFile *file,
+ FileBrowserNode *parent)
+{
+ FileBrowserNode *node = g_slice_new0 (FileBrowserNode);
+
+ file_browser_node_init (node, file, parent);
+ return node;
+}
+
+static FileBrowserNode *
+file_browser_node_dir_new (GeditFileBrowserStore *model,
+ GFile *file,
+ FileBrowserNode *parent)
+{
+ FileBrowserNode *node = (FileBrowserNode *)g_slice_new0 (FileBrowserNodeDir);
+
+ file_browser_node_init (node, file, parent);
+
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_DIRECTORY;
+
+ FILE_BROWSER_NODE_DIR (node)->model = model;
+
+ return node;
+}
+
+static void
+file_browser_node_free_children (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ if (node == NULL || !NODE_IS_DIR (node))
+ return;
+
+ for (GSList *item = FILE_BROWSER_NODE_DIR (node)->children; item; item = item->next)
+ file_browser_node_free (model, (FileBrowserNode *)(item->data));
+
+ g_slist_free (FILE_BROWSER_NODE_DIR (node)->children);
+ FILE_BROWSER_NODE_DIR (node)->children = NULL;
+
+ /* This node is no longer loaded */
+ node->flags &= ~GEDIT_FILE_BROWSER_STORE_FLAG_LOADED;
+}
+
+static void
+file_browser_node_free (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ if (node == NULL)
+ return;
+
+ if (NODE_IS_DIR (node))
+ {
+ FileBrowserNodeDir *dir = FILE_BROWSER_NODE_DIR (node);
+
+ if (dir->cancellable)
+ {
+ g_cancellable_cancel (dir->cancellable);
+ g_object_unref (dir->cancellable);
+
+ model_end_loading (model, node);
+ }
+
+ file_browser_node_free_children (model, node);
+
+ if (dir->monitor)
+ {
+ g_file_monitor_cancel (dir->monitor);
+ g_object_unref (dir->monitor);
+ }
+ }
+
+ if (node->file)
+ {
+ g_signal_emit (model, model_signals[UNLOAD], 0, node->file);
+ g_object_unref (node->file);
+ }
+
+ if (node->icon)
+ g_object_unref (node->icon);
+
+ if (node->emblem)
+ g_object_unref (node->emblem);
+
+ g_free (node->icon_name);
+ g_free (node->name);
+ g_free (node->markup);
+
+ if (NODE_IS_DIR (node))
+ g_slice_free (FileBrowserNodeDir, (FileBrowserNodeDir *)node);
+ else
+ g_slice_free (FileBrowserNode, (FileBrowserNode *)node);
+}
+
+/**
+ * model_remove_node_children:
+ * @model: the #GeditFileBrowserStore
+ * @node: the FileBrowserNode to remove
+ * @path: the path of the node, or NULL to let the path be calculated
+ * @free_nodes: whether to also remove the nodes from memory
+ *
+ * Removes all the children of node from the model. This function is used
+ * to remove the child nodes from the _model_. Don't use it to just free
+ * a node.
+ */
+static void
+model_remove_node_children (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ GtkTreePath *path,
+ gboolean free_nodes)
+{
+ FileBrowserNodeDir *dir;
+ GtkTreePath *path_child;
+ GSList *list;
+
+ if (node == NULL || !NODE_IS_DIR (node))
+ return;
+
+ dir = FILE_BROWSER_NODE_DIR (node);
+
+ if (dir->children == NULL)
+ return;
+
+ if (!model_node_visibility (model, node))
+ {
+ /* Node is invisible and therefore the children can just be freed */
+ if (free_nodes)
+ file_browser_node_free_children (model, node);
+
+ return;
+ }
+
+ if (path == NULL)
+ path_child = gedit_file_browser_store_get_path_real (model, node);
+ else
+ path_child = gtk_tree_path_copy (path);
+
+ gtk_tree_path_down (path_child);
+
+ list = g_slist_copy (dir->children);
+
+ for (GSList *item = list; item; item = item->next)
+ model_remove_node (model, (FileBrowserNode *)(item->data), path_child, free_nodes);
+
+ g_slist_free (list);
+ gtk_tree_path_free (path_child);
+}
+
+/**
+ * model_remove_node:
+ * @model: the #GeditFileBrowserStore
+ * @node: the FileBrowserNode to remove
+ * @path: the path to use to remove this node, or NULL to use the path
+ * calculated from the node itself
+ * @free_nodes: whether to also remove the nodes from memory
+ *
+ * Removes this node and all its children from the model. This function is used
+ * to remove the node from the _model_. Don't use it to just free
+ * a node.
+ */
+static void
+model_remove_node (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ GtkTreePath *path,
+ gboolean free_nodes)
+{
+ gboolean free_path = FALSE;
+ FileBrowserNode *parent;
+
+ if (path == NULL)
+ {
+ path = gedit_file_browser_store_get_path_real (model, node);
+ free_path = TRUE;
+ }
+
+ model_remove_node_children (model, node, path, free_nodes);
+
+ /* Only delete if the node is visible in the tree (but only when it's not the virtual root) */
+ if (model_node_visibility (model, node) && node != model->priv->virtual_root)
+ row_deleted (model, node, path);
+
+ if (free_path)
+ gtk_tree_path_free (path);
+
+ parent = node->parent;
+
+ /* Remove the node from the parents children list */
+ if (free_nodes && parent)
+ FILE_BROWSER_NODE_DIR (node->parent)->children =
+ g_slist_remove (FILE_BROWSER_NODE_DIR (node->parent)->children, node);
+
+ /* If this is the virtual root, than set the parent as the virtual root */
+ if (node == model->priv->virtual_root)
+ set_virtual_root_from_node (model, parent);
+ else if (parent && model_node_visibility (model, parent) && !(free_nodes && NODE_IS_DUMMY(node)))
+ model_check_dummy (model, parent);
+
+ /* Now free the node if necessary */
+ if (free_nodes)
+ file_browser_node_free (model, node);
+}
+
+/**
+ * model_clear:
+ * @model: the #GeditFileBrowserStore
+ * @free_nodes: whether to also remove the nodes from memory
+ *
+ * Removes all nodes from the model. This function is used
+ * to remove all the nodes from the _model_. Don't use it to just free the
+ * nodes in the model.
+ */
+static void
+model_clear (GeditFileBrowserStore *model,
+ gboolean free_nodes)
+{
+ GtkTreePath *path = gtk_tree_path_new ();
+
+ model_remove_node_children (model, model->priv->virtual_root, path, free_nodes);
+ gtk_tree_path_free (path);
+
+ /* Remove the dummy if there is one */
+ if (model->priv->virtual_root)
+ {
+ FileBrowserNodeDir *dir = FILE_BROWSER_NODE_DIR (model->priv->virtual_root);
+
+ if (dir->children != NULL)
+ {
+ FileBrowserNode *dummy = (FileBrowserNode *)(dir->children->data);
+
+ if (NODE_IS_DUMMY (dummy) && model_node_visibility (model, dummy))
+ {
+ path = gtk_tree_path_new_first ();
+ row_deleted (model, dummy, path);
+ gtk_tree_path_free (path);
+ }
+ }
+ }
+}
+
+static void
+file_browser_node_unload (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ gboolean remove_children)
+{
+ FileBrowserNodeDir *dir;
+
+ if (node == NULL)
+ return;
+
+ if (!NODE_IS_DIR (node) || !NODE_LOADED (node))
+ return;
+
+ dir = FILE_BROWSER_NODE_DIR (node);
+
+ if (remove_children)
+ model_remove_node_children (model, node, NULL, TRUE);
+
+ if (dir->cancellable)
+ {
+ g_cancellable_cancel (dir->cancellable);
+ g_object_unref (dir->cancellable);
+
+ model_end_loading (model, node);
+ dir->cancellable = NULL;
+ }
+
+ if (dir->monitor)
+ {
+ g_file_monitor_cancel (dir->monitor);
+ g_object_unref (dir->monitor);
+
+ dir->monitor = NULL;
+ }
+
+ node->flags &= ~GEDIT_FILE_BROWSER_STORE_FLAG_LOADED;
+}
+
+static void
+model_recomposite_icon_real (GeditFileBrowserStore *tree_model,
+ FileBrowserNode *node,
+ GFileInfo *info)
+{
+ GdkPixbuf *icon;
+
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model));
+ g_return_if_fail (node != NULL);
+
+ if (node->file == NULL)
+ return;
+
+ if (info)
+ {
+ GIcon *gicon = g_file_info_get_icon (info);
+
+ if (gicon != NULL)
+ icon = gedit_file_browser_utils_pixbuf_from_icon (gicon, GTK_ICON_SIZE_MENU);
+ else
+ icon = NULL;
+ }
+ else
+ {
+ icon = gedit_file_browser_utils_pixbuf_from_file (node->file, GTK_ICON_SIZE_MENU, FALSE);
+ }
+
+ /* Fallback to the same icon as the file browser */
+ if (!icon)
+ icon = gedit_file_browser_utils_pixbuf_from_theme ("text-x-generic", GTK_ICON_SIZE_MENU);
+
+ if (node->icon)
+ g_object_unref (node->icon);
+
+ if (node->emblem)
+ {
+ gint icon_size;
+
+ gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, NULL, &icon_size);
+
+ if (icon == NULL)
+ {
+ node->icon = gdk_pixbuf_new (gdk_pixbuf_get_colorspace (node->emblem),
+ gdk_pixbuf_get_has_alpha (node->emblem),
+ gdk_pixbuf_get_bits_per_sample (node->emblem),
+ icon_size,
+ icon_size);
+ }
+ else
+ {
+ node->icon = gdk_pixbuf_copy (icon);
+ g_object_unref (icon);
+ }
+
+ gdk_pixbuf_composite (node->emblem, node->icon,
+ icon_size - 10, icon_size - 10, 10,
+ 10, icon_size - 10, icon_size - 10,
+ 1, 1, GDK_INTERP_NEAREST, 255);
+ }
+ else
+ {
+ node->icon = icon;
+ }
+}
+
+static void
+model_recomposite_icon (GeditFileBrowserStore *tree_model,
+ GtkTreeIter *iter)
+{
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model));
+ g_return_if_fail (iter != NULL);
+ g_return_if_fail (iter->user_data != NULL);
+
+ model_recomposite_icon_real (tree_model,
+ (FileBrowserNode *)(iter->user_data),
+ NULL);
+}
+
+static FileBrowserNode *
+model_create_dummy_node (GeditFileBrowserStore *model,
+ FileBrowserNode *parent)
+{
+ FileBrowserNode *dummy;
+
+ dummy = file_browser_node_new (NULL, parent);
+ dummy->name = g_strdup (_("(Empty)"));
+ dummy->markup = g_markup_escape_text (dummy->name, -1);
+
+ dummy->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_DUMMY;
+ dummy->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+
+ return dummy;
+}
+
+static FileBrowserNode *
+model_add_dummy_node (GeditFileBrowserStore *model,
+ FileBrowserNode *parent)
+{
+ FileBrowserNode *dummy;
+
+ dummy = model_create_dummy_node (model, parent);
+
+ if (model_node_visibility (model, parent))
+ dummy->flags &= ~GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+
+ model_add_node (model, dummy, parent);
+
+ return dummy;
+}
+
+static void
+model_check_dummy (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ /* Hide the dummy child if needed */
+ if (NODE_IS_DIR (node))
+ {
+ FileBrowserNodeDir *dir = FILE_BROWSER_NODE_DIR (node);
+ FileBrowserNode *dummy;
+ GtkTreeIter iter;
+ GtkTreePath *path;
+ guint flags;
+
+ if (dir->children == NULL)
+ {
+ model_add_dummy_node (model, node);
+ return;
+ }
+
+ dummy = (FileBrowserNode *)(dir->children->data);
+
+ if (!NODE_IS_DUMMY (dummy))
+ {
+ dummy = model_create_dummy_node (model, node);
+ dir->children = g_slist_prepend (dir->children, dummy);
+ }
+
+ if (!model_node_visibility (model, node))
+ {
+ dummy->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+ return;
+ }
+
+ /* Temporarily set the node to invisible to check
+ for real children */
+ flags = dummy->flags;
+ dummy->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+
+ if (!filter_tree_model_iter_has_child_real (model, node))
+ {
+ dummy->flags &= ~GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+
+ if (FILE_IS_HIDDEN (flags))
+ {
+ /* Was hidden, needs to be inserted */
+ iter.user_data = dummy;
+ path = gedit_file_browser_store_get_path_real (model, dummy);
+
+ row_inserted (model, &path, &iter);
+ gtk_tree_path_free (path);
+ }
+ }
+ else if (!FILE_IS_HIDDEN (flags))
+ {
+ /* Was shown, needs to be removed */
+
+ /* To get the path we need to set it to visible temporarily */
+ dummy->flags &= ~GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+ path = gedit_file_browser_store_get_path_real (model, dummy);
+ dummy->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+
+ row_deleted (model, dummy, path);
+ gtk_tree_path_free (path);
+ }
+ }
+}
+
+static void
+insert_node_sorted (GeditFileBrowserStore *model,
+ FileBrowserNode *child,
+ FileBrowserNode *parent)
+{
+ FileBrowserNodeDir *dir = FILE_BROWSER_NODE_DIR (parent);
+
+ if (model->priv->sort_func == NULL)
+ dir->children = g_slist_append (dir->children, child);
+ else
+ dir->children = g_slist_insert_sorted (dir->children, child, (GCompareFunc)(model->priv->sort_func));
+}
+
+static void
+model_add_node (GeditFileBrowserStore *model,
+ FileBrowserNode *child,
+ FileBrowserNode *parent)
+{
+ /* Add child to parents children */
+ insert_node_sorted (model, child, parent);
+
+ if (model_node_visibility (model, parent) &&
+ model_node_visibility (model, child))
+ {
+ GtkTreePath *path = gedit_file_browser_store_get_path_real (model, child);
+ GtkTreeIter iter;
+
+ iter.user_data = child;
+
+ /* Emit row inserted */
+ row_inserted (model, &path, &iter);
+ gtk_tree_path_free (path);
+ }
+
+ model_check_dummy (model, parent);
+ model_check_dummy (model, child);
+}
+
+static void
+model_add_nodes_batch (GeditFileBrowserStore *model,
+ GSList *children,
+ FileBrowserNode *parent)
+{
+ FileBrowserNodeDir *dir = FILE_BROWSER_NODE_DIR (parent);
+ GSList *sorted_children = g_slist_sort (children, (GCompareFunc)model->priv->sort_func);
+ GSList *child = sorted_children;
+ GSList *prev = NULL;
+ GSList *l = dir->children;
+
+ model_check_dummy (model, parent);
+
+ while (child)
+ {
+ FileBrowserNode *node = child->data;
+ GtkTreeIter iter;
+ GtkTreePath *path;
+
+ /* Reached the end of the first list, just append the second */
+ if (l == NULL)
+ {
+ dir->children = g_slist_concat (dir->children, child);
+
+ for (l = child; l; l = l->next)
+ {
+ if (model_node_visibility (model, parent) &&
+ model_node_visibility (model, l->data))
+ {
+ iter.user_data = l->data;
+ path = gedit_file_browser_store_get_path_real (model, l->data);
+
+ /* Emit row inserted */
+ row_inserted (model, &path, &iter);
+ gtk_tree_path_free (path);
+ }
+
+ model_check_dummy (model, l->data);
+ }
+
+ break;
+ }
+
+ if (model->priv->sort_func (l->data, node) > 0)
+ {
+ GSList *next_child;
+
+ if (prev == NULL)
+ {
+ /* Prepend to the list */
+ dir->children = g_slist_prepend (dir->children, child);
+ }
+ else
+ {
+ prev->next = child;
+ }
+
+ next_child = child->next;
+ prev = child;
+ child->next = l;
+ child = next_child;
+
+ if (model_node_visibility (model, parent) &&
+ model_node_visibility (model, node))
+ {
+ iter.user_data = node;
+ path = gedit_file_browser_store_get_path_real (model, node);
+
+ /* Emit row inserted */
+ row_inserted (model, &path, &iter);
+ gtk_tree_path_free (path);
+ }
+
+ model_check_dummy (model, node);
+
+ /* Try again at the same l position with the next child */
+ }
+ else
+ {
+ /* Move to the next item in the list */
+ prev = l;
+ l = l->next;
+ }
+ }
+}
+
+static gchar const *
+backup_content_type (GFileInfo *info)
+{
+ gchar const *content;
+
+ if (!g_file_info_get_is_backup (info))
+ return NULL;
+
+ content = g_file_info_get_content_type (info);
+
+ if (!content || g_content_type_equals (content, "application/x-trash"))
+ return "text/plain";
+
+ return content;
+}
+
+static gboolean
+content_type_is_text (gchar const *content_type)
+{
+#ifdef G_OS_WIN32
+ gchar *mime;
+ gboolean ret;
+#endif
+
+ if (!content_type || g_content_type_is_unknown (content_type))
+ return TRUE;
+
+#ifndef G_OS_WIN32
+ return (g_content_type_is_a (content_type, "text/plain") ||
+ g_content_type_equals (content_type, "application/x-zerosize"));
+#else
+ if (g_content_type_is_a (content_type, "text"))
+ return TRUE;
+
+ /* This covers a rare case in which on Windows the PerceivedType is
+ not set to "text" but the Content Type is set to text/plain */
+ mime = g_content_type_get_mime_type (content_type);
+ ret = g_strcmp0 (mime, "text/plain") == 0;
+ g_free (mime);
+
+ return ret;
+#endif
+}
+
+static void
+file_browser_node_set_from_info (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ GFileInfo *info,
+ gboolean isadded)
+{
+ gchar const *content;
+ gboolean free_info = FALSE;
+ GtkTreePath *path;
+ gchar *uri;
+ GError *error = NULL;
+
+ if (info == NULL)
+ {
+ info = g_file_query_info (node->file,
+ STANDARD_ATTRIBUTE_TYPES,
+ G_FILE_QUERY_INFO_NONE,
+ NULL,
+ &error);
+
+ if (!info)
+ {
+ if (!(error->domain == G_IO_ERROR && error->code == G_IO_ERROR_NOT_FOUND))
+ {
+ uri = g_file_get_uri (node->file);
+ g_warning ("Could not get info for %s: %s", uri, error->message);
+ g_free (uri);
+ }
+
+ g_error_free (error);
+ return;
+ }
+
+ free_info = TRUE;
+ }
+
+ if (g_file_info_get_is_hidden (info) || g_file_info_get_is_backup (info))
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+
+ if (g_file_info_get_file_type (info) == G_FILE_TYPE_DIRECTORY)
+ {
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_DIRECTORY;
+ }
+ else
+ {
+ if (!(content = backup_content_type (info)))
+ content = g_file_info_get_content_type (info);
+
+ if (content_type_is_text (content))
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_TEXT;
+ }
+
+ model_recomposite_icon_real (model, node, info);
+
+ if (free_info)
+ g_object_unref (info);
+
+ if (isadded)
+ {
+ path = gedit_file_browser_store_get_path_real (model, node);
+ model_refilter_node (model, node, &path);
+ gtk_tree_path_free (path);
+
+ model_check_dummy (model, node->parent);
+ }
+ else
+ {
+ model_node_update_visibility (model, node);
+ }
+}
+
+static FileBrowserNode *
+node_list_contains_file (GSList *children,
+ GFile *file)
+{
+ for (GSList *item = children; item; item = item->next)
+ {
+ FileBrowserNode *node = (FileBrowserNode *)(item->data);
+
+ if (node->file != NULL && g_file_equal (node->file, file))
+ return node;
+ }
+
+ return NULL;
+}
+
+static FileBrowserNode *
+model_add_node_from_file (GeditFileBrowserStore *model,
+ FileBrowserNode *parent,
+ GFile *file,
+ GFileInfo *info)
+{
+ FileBrowserNode *node;
+ gboolean free_info = FALSE;
+ GError *error = NULL;
+
+ if ((node = node_list_contains_file (FILE_BROWSER_NODE_DIR (parent)->children, file)) == NULL)
+ {
+ if (info == NULL)
+ {
+ info = g_file_query_info (file,
+ STANDARD_ATTRIBUTE_TYPES,
+ G_FILE_QUERY_INFO_NONE,
+ NULL,
+ &error);
+ free_info = TRUE;
+ }
+
+ if (!info)
+ {
+ g_warning ("Error querying file info: %s", error->message);
+ g_error_free (error);
+
+ /* FIXME: What to do now then... */
+ node = file_browser_node_new (file, parent);
+ }
+ else if (g_file_info_get_file_type (info) == G_FILE_TYPE_DIRECTORY)
+ {
+ node = file_browser_node_dir_new (model, file, parent);
+ }
+ else
+ {
+ node = file_browser_node_new (file, parent);
+ }
+
+ file_browser_node_set_from_info (model, node, info, FALSE);
+ model_add_node (model, node, parent);
+
+ if (info && free_info)
+ g_object_unref (info);
+ }
+
+ return node;
+}
+
+/* We pass in a copy of the list of parent->children so that we do
+ * not have to check if a file already exists among the ones we just
+ * added */
+static void
+model_add_nodes_from_files (GeditFileBrowserStore *model,
+ FileBrowserNode *parent,
+ GSList *original_children,
+ GList *files)
+{
+ GSList *nodes = NULL;
+
+ for (GList *item = files; item; item = item->next)
+ {
+ GFileInfo *info = G_FILE_INFO (item->data);
+ GFileType type = g_file_info_get_file_type (info);
+ gchar const *name;
+ GFile *file;
+ FileBrowserNode *node;
+
+ /* Skip all non regular, non directory files */
+ if (type != G_FILE_TYPE_REGULAR &&
+ type != G_FILE_TYPE_DIRECTORY &&
+ type != G_FILE_TYPE_SYMBOLIC_LINK)
+ {
+ g_object_unref (info);
+ continue;
+ }
+
+ name = g_file_info_get_name (info);
+
+ /* Skip '.' and '..' directories */
+ if (type == G_FILE_TYPE_DIRECTORY &&
+ (strcmp (name, ".") == 0 ||
+ strcmp (name, "..") == 0))
+ {
+ g_object_unref (info);
+ continue;
+ }
+
+ file = g_file_get_child (parent->file, name);
+ if (!(node = node_list_contains_file (original_children, file)))
+ {
+ if (type == G_FILE_TYPE_DIRECTORY)
+ node = file_browser_node_dir_new (model, file, parent);
+ else
+ node = file_browser_node_new (file, parent);
+
+ file_browser_node_set_from_info (model, node, info, FALSE);
+
+ nodes = g_slist_prepend (nodes, node);
+ }
+
+ g_object_unref (file);
+ g_object_unref (info);
+ }
+
+ if (nodes)
+ model_add_nodes_batch (model, nodes, parent);
+}
+
+static FileBrowserNode *
+model_add_node_from_dir (GeditFileBrowserStore *model,
+ FileBrowserNode *parent,
+ GFile *file)
+{
+ FileBrowserNode *node;
+
+ /* Check if it already exists */
+ if ((node = node_list_contains_file (FILE_BROWSER_NODE_DIR (parent)->children, file)) == NULL)
+ {
+ node = file_browser_node_dir_new (model, file, parent);
+ file_browser_node_set_from_info (model, node, NULL, FALSE);
+
+ if (node->name == NULL)
+ file_browser_node_set_name (node);
+
+ node->icon_name = g_strdup ("folder-symbolic");
+
+ model_add_node (model, node, parent);
+ }
+
+ return node;
+}
+
+static void
+on_directory_monitor_event (GFileMonitor *monitor,
+ GFile *file,
+ GFile *other_file,
+ GFileMonitorEvent event_type,
+ FileBrowserNode *parent)
+{
+ FileBrowserNodeDir *dir = FILE_BROWSER_NODE_DIR (parent);
+ FileBrowserNode *node;
+
+ switch (event_type)
+ {
+ case G_FILE_MONITOR_EVENT_DELETED:
+ node = node_list_contains_file (dir->children, file);
+
+ if (node != NULL)
+ model_remove_node (dir->model, node, NULL, TRUE);
+ break;
+ case G_FILE_MONITOR_EVENT_CREATED:
+ if (g_file_query_exists (file, NULL))
+ model_add_node_from_file (dir->model, parent, file, NULL);
+
+ break;
+ default:
+ break;
+ }
+}
+
+static void
+async_node_free (AsyncNode *async)
+{
+ g_object_unref (async->cancellable);
+ g_slist_free (async->original_children);
+ g_slice_free (AsyncNode, async);
+}
+
+static void
+model_iterate_next_files_cb (GFileEnumerator *enumerator,
+ GAsyncResult *result,
+ AsyncNode *async)
+{
+ GError *error = NULL;
+ GList *files = g_file_enumerator_next_files_finish (enumerator, result, &error);
+ FileBrowserNodeDir *dir = async->dir;
+ FileBrowserNode *parent = (FileBrowserNode *)dir;
+
+ if (files == NULL)
+ {
+ g_file_enumerator_close (enumerator, NULL, NULL);
+ g_object_unref (enumerator);
+ async_node_free (async);
+
+ if (!error)
+ {
+ /* We're done loading */
+ g_object_unref (dir->cancellable);
+ dir->cancellable = NULL;
+
+/*
+ * FIXME: This is temporarly, it is a bug in gio:
+ * http://bugzilla.gnome.org/show_bug.cgi?id=565924
+ */
+#ifndef G_OS_WIN32
+ if (g_file_is_native (parent->file) && dir->monitor == NULL)
+ {
+ dir->monitor = g_file_monitor_directory (parent->file,
+ G_FILE_MONITOR_NONE,
+ NULL,
+ NULL);
+ if (dir->monitor != NULL)
+ {
+ g_signal_connect (dir->monitor,
+ "changed",
+ G_CALLBACK (on_directory_monitor_event),
+ parent);
+ }
+ }
+#endif
+
+ model_check_dummy (dir->model, parent);
+ model_end_loading (dir->model, parent);
+ }
+ else
+ {
+ /* Simply return if we were cancelled */
+ if (error->domain == G_IO_ERROR && error->code == G_IO_ERROR_CANCELLED)
+ return;
+
+ /* Otherwise handle the error appropriately */
+ g_signal_emit (dir->model,
+ model_signals[ERROR],
+ 0,
+ GEDIT_FILE_BROWSER_ERROR_LOAD_DIRECTORY,
+ error->message);
+
+ file_browser_node_unload (dir->model, (FileBrowserNode *)parent, TRUE);
+ g_error_free (error);
+ }
+ }
+ else if (g_cancellable_is_cancelled (async->cancellable))
+ {
+ /* Check cancel state manually */
+ g_file_enumerator_close (enumerator, NULL, NULL);
+ g_object_unref (enumerator);
+ async_node_free (async);
+ }
+ else
+ {
+ model_add_nodes_from_files (dir->model, parent, async->original_children, files);
+
+ g_list_free (files);
+ next_files_async (enumerator, async);
+ }
+}
+
+static void
+next_files_async (GFileEnumerator *enumerator,
+ AsyncNode *async)
+{
+ g_file_enumerator_next_files_async (enumerator,
+ DIRECTORY_LOAD_ITEMS_PER_CALLBACK,
+ G_PRIORITY_DEFAULT,
+ async->cancellable,
+ (GAsyncReadyCallback)model_iterate_next_files_cb,
+ async);
+}
+
+static void
+model_iterate_children_cb (GFile *file,
+ GAsyncResult *result,
+ AsyncNode *async)
+{
+ GError *error = NULL;
+ GFileEnumerator *enumerator;
+
+ if (g_cancellable_is_cancelled (async->cancellable))
+ {
+ async_node_free (async);
+ return;
+ }
+
+ if (!(enumerator = g_file_enumerate_children_finish (file, result, &error)))
+ {
+ /* Simply return if we were cancelled or if the dir is not there */
+ FileBrowserNodeDir *dir = async->dir;
+
+ /* Otherwise handle the error appropriately */
+ g_signal_emit (dir->model,
+ model_signals[ERROR],
+ 0,
+ GEDIT_FILE_BROWSER_ERROR_LOAD_DIRECTORY,
+ error->message);
+
+ file_browser_node_unload (dir->model, (FileBrowserNode *)dir, TRUE);
+ g_error_free (error);
+ async_node_free (async);
+ }
+ else
+ {
+ next_files_async (enumerator, async);
+ }
+}
+
+static void
+model_load_directory (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ FileBrowserNodeDir *dir;
+ AsyncNode *async;
+
+ g_return_if_fail (NODE_IS_DIR (node));
+
+ dir = FILE_BROWSER_NODE_DIR (node);
+
+ /* Cancel a previous load */
+ if (dir->cancellable != NULL)
+ file_browser_node_unload (dir->model, node, TRUE);
+
+ node->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_LOADED;
+ model_begin_loading (model, node);
+
+ dir->cancellable = g_cancellable_new ();
+
+ async = g_slice_new (AsyncNode);
+ async->dir = dir;
+ async->cancellable = g_object_ref (dir->cancellable);
+ async->original_children = g_slist_copy (dir->children);
+
+ /* Start loading async */
+ g_file_enumerate_children_async (node->file,
+ STANDARD_ATTRIBUTE_TYPES,
+ G_FILE_QUERY_INFO_NONE,
+ G_PRIORITY_DEFAULT,
+ async->cancellable,
+ (GAsyncReadyCallback)model_iterate_children_cb,
+ async);
+}
+
+static GList *
+get_parent_files (GeditFileBrowserStore *model,
+ GFile *file)
+{
+ GList *result = NULL;
+
+ result = g_list_prepend (result, g_object_ref (file));
+
+ while ((file = g_file_get_parent (file)))
+ {
+ if (g_file_equal (file, model->priv->root->file))
+ {
+ g_object_unref (file);
+ break;
+ }
+
+ result = g_list_prepend (result, file);
+ }
+
+ return result;
+}
+
+static void
+model_fill (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ GtkTreePath **path)
+{
+ gboolean free_path = FALSE;
+ GtkTreeIter iter = {0,};
+ GSList *item;
+ FileBrowserNode *child;
+
+ if (node == NULL)
+ {
+ node = model->priv->virtual_root;
+ *path = gtk_tree_path_new ();
+ free_path = TRUE;
+ }
+
+ if (*path == NULL)
+ {
+ *path = gedit_file_browser_store_get_path_real (model, node);
+ free_path = TRUE;
+ }
+
+ if (!model_node_visibility (model, node))
+ {
+ if (free_path)
+ gtk_tree_path_free (*path);
+
+ return;
+ }
+
+ if (node != model->priv->virtual_root)
+ {
+ /* Insert node */
+ iter.user_data = node;
+ row_inserted(model, path, &iter);
+ }
+
+ if (NODE_IS_DIR (node))
+ {
+ /* Go to the first child */
+ gtk_tree_path_down (*path);
+
+ for (item = FILE_BROWSER_NODE_DIR (node)->children; item; item = item->next)
+ {
+ child = (FileBrowserNode *) (item->data);
+
+ if (model_node_visibility (model, child))
+ {
+ model_fill (model, child, path);
+
+ /* Increase path for next child */
+ gtk_tree_path_next (*path);
+ }
+ }
+
+ /* Move back up to node path */
+ gtk_tree_path_up (*path);
+ }
+
+ model_check_dummy (model, node);
+
+ if (free_path)
+ gtk_tree_path_free (*path);
+}
+
+static void
+set_virtual_root_from_node (GeditFileBrowserStore *model,
+ FileBrowserNode *node)
+{
+ FileBrowserNode *prev = node;
+ FileBrowserNode *next = prev->parent;
+ FileBrowserNode *check;
+ FileBrowserNodeDir *dir;
+ GSList *copy;
+ GtkTreePath *empty = NULL;
+
+ /* Free all the nodes below that we don't need in cache */
+ while (prev != model->priv->root)
+ {
+ dir = FILE_BROWSER_NODE_DIR (next);
+ copy = g_slist_copy (dir->children);
+
+ for (GSList *item = copy; item; item = item->next)
+ {
+ check = (FileBrowserNode *)(item->data);
+
+ if (prev == node)
+ {
+ /* Only free the children, keeping this depth in cache */
+ if (check != node)
+ {
+ file_browser_node_free_children (model, check);
+ file_browser_node_unload (model, check, FALSE);
+ }
+ }
+ else if (check != prev)
+ {
+ /* Only free when the node is not in the chain */
+ dir->children = g_slist_remove (dir->children, check);
+ file_browser_node_free (model, check);
+ }
+ }
+
+ if (prev != node)
+ file_browser_node_unload (model, next, FALSE);
+
+ g_slist_free (copy);
+ prev = next;
+ next = prev->parent;
+ }
+
+ /* Free all the nodes up that we don't need in cache */
+ for (GSList *item = FILE_BROWSER_NODE_DIR (node)->children; item; item = item->next)
+ {
+ check = (FileBrowserNode *)(item->data);
+
+ if (NODE_IS_DIR (check))
+ {
+ for (copy = FILE_BROWSER_NODE_DIR (check)->children; copy; copy = copy->next)
+ {
+ file_browser_node_free_children (model, (FileBrowserNode*) (copy->data));
+ file_browser_node_unload (model, (FileBrowserNode*) (copy->data), FALSE);
+ }
+ }
+ else if (NODE_IS_DUMMY (check))
+ {
+ check->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN;
+ }
+ }
+
+ /* Now finally, set the virtual root, and load it up! */
+ model->priv->virtual_root = node;
+
+ /* Notify that the virtual-root has changed before loading up new nodes so that the
+ "root_changed" signal can be emitted before any "inserted" signals */
+ g_object_notify (G_OBJECT (model), "virtual-root");
+
+ model_fill (model, NULL, &empty);
+
+ if (!NODE_LOADED (node))
+ model_load_directory (model, node);
+}
+
+static void
+set_virtual_root_from_file (GeditFileBrowserStore *model,
+ GFile *file)
+{
+ GList *files;
+ FileBrowserNode *parent;
+ GFile *check;
+
+ /* Always clear the model before altering the nodes */
+ model_clear (model, FALSE);
+
+ /* Create the node path, get all the uri's */
+ files = get_parent_files (model, file);
+ parent = model->priv->root;
+
+ for (GList *item = files; item; item = item->next)
+ {
+ check = G_FILE (item->data);
+
+ parent = model_add_node_from_dir (model, parent, check);
+ g_object_unref (check);
+ }
+
+ g_list_free (files);
+ set_virtual_root_from_node (model, parent);
+}
+
+static FileBrowserNode *
+model_find_node_children (GeditFileBrowserStore *model,
+ FileBrowserNode *parent,
+ GFile *file)
+{
+ FileBrowserNodeDir *dir;
+ FileBrowserNode *child;
+ FileBrowserNode *result;
+
+ if (!NODE_IS_DIR (parent))
+ return NULL;
+
+ dir = FILE_BROWSER_NODE_DIR (parent);
+
+ for (GSList *children = dir->children; children; children = children->next)
+ {
+ child = (FileBrowserNode *)(children->data);
+
+ result = model_find_node (model, child, file);
+
+ if (result)
+ return result;
+ }
+
+ return NULL;
+}
+
+static FileBrowserNode *
+model_find_node (GeditFileBrowserStore *model,
+ FileBrowserNode *node,
+ GFile *file)
+{
+ if (node == NULL)
+ node = model->priv->root;
+
+ if (node->file && g_file_equal (node->file, file))
+ return node;
+
+ if (NODE_IS_DIR (node) && g_file_has_prefix (file, node->file))
+ return model_find_node_children (model, node, file);
+
+ return NULL;
+}
+
+static GQuark
+gedit_file_browser_store_error_quark (void)
+{
+ static GQuark quark = 0;
+
+ if (G_UNLIKELY (quark == 0))
+ quark = g_quark_from_string ("gedit_file_browser_store_error");
+
+ return quark;
+}
+
+static GFile *
+unique_new_name (GFile *directory,
+ gchar const *name)
+{
+ GFile *newuri = NULL;
+ guint num = 0;
+ gchar *newname;
+
+ while (newuri == NULL || g_file_query_exists (newuri, NULL))
+ {
+ if (newuri != NULL)
+ g_object_unref (newuri);
+
+ if (num == 0)
+ newname = g_strdup (name);
+ else
+ newname = g_strdup_printf ("%s(%d)", name, num);
+
+ newuri = g_file_get_child (directory, newname);
+ g_free (newname);
+
+ ++num;
+ }
+
+ return newuri;
+}
+
+static GeditFileBrowserStoreResult
+model_root_mounted (GeditFileBrowserStore *model,
+ GFile *virtual_root)
+{
+ model_check_dummy (model, model->priv->root);
+ g_object_notify (G_OBJECT (model), "root");
+
+ if (virtual_root != NULL)
+ {
+ return gedit_file_browser_store_set_virtual_root_from_location
+ (model, virtual_root);
+ }
+ else
+ {
+ set_virtual_root_from_node (model, model->priv->root);
+ }
+
+ return GEDIT_FILE_BROWSER_STORE_RESULT_OK;
+}
+
+static void
+handle_root_error (GeditFileBrowserStore *model,
+ GError *error)
+{
+ FileBrowserNode *root;
+
+ g_signal_emit (model,
+ model_signals[ERROR],
+ 0,
+ GEDIT_FILE_BROWSER_ERROR_SET_ROOT,
+ error->message);
+
+ /* Set the virtual root to the root */
+ root = model->priv->root;
+ model->priv->virtual_root = root;
+
+ /* Set the root to be loaded */
+ root->flags |= GEDIT_FILE_BROWSER_STORE_FLAG_LOADED;
+
+ /* Check the dummy */
+ model_check_dummy (model, root);
+
+ g_object_notify (G_OBJECT (model), "root");
+ g_object_notify (G_OBJECT (model), "virtual-root");
+}
+
+static void
+mount_cb (GFile *file,
+ GAsyncResult *res,
+ MountInfo *mount_info)
+{
+ gboolean mounted;
+ GError *error = NULL;
+ GeditFileBrowserStore *model = mount_info->model;
+
+ mounted = g_file_mount_enclosing_volume_finish (file, res, &error);
+
+ if (mount_info->model)
+ {
+ model->priv->mount_info = NULL;
+ model_end_loading (model, model->priv->root);
+ }
+
+ if (!mount_info->model || g_cancellable_is_cancelled (mount_info->cancellable))
+ {
+ /* Reset because it might be reused? */
+ g_cancellable_reset (mount_info->cancellable);
+ }
+ else if (mounted)
+ {
+ model_root_mounted (model, mount_info->virtual_root);
+ }
+ else if (error->code != G_IO_ERROR_CANCELLED)
+ {
+ handle_root_error (model, error);
+ }
+
+ if (error)
+ g_error_free (error);
+
+ g_object_unref (mount_info->operation);
+ g_object_unref (mount_info->cancellable);
+
+ if (mount_info->virtual_root)
+ g_object_unref (mount_info->virtual_root);
+
+ g_slice_free (MountInfo, mount_info);
+}
+
+static GeditFileBrowserStoreResult
+model_mount_root (GeditFileBrowserStore *model,
+ GFile *virtual_root)
+{
+ GFileInfo *info;
+ GError *error = NULL;
+ MountInfo *mount_info;
+
+ info = g_file_query_info (model->priv->root->file,
+ G_FILE_ATTRIBUTE_STANDARD_TYPE,
+ G_FILE_QUERY_INFO_NONE,
+ NULL,
+ &error);
+
+ if (!info)
+ {
+ if (error->code == G_IO_ERROR_NOT_MOUNTED)
+ {
+ /* Try to mount it */
+ FILE_BROWSER_NODE_DIR (model->priv->root)->cancellable = g_cancellable_new ();
+
+ mount_info = g_slice_new (MountInfo);
+ mount_info->model = model;
+ mount_info->virtual_root = g_file_dup (virtual_root);
+
+ /* FIXME: we should be setting the correct window */
+ mount_info->operation = gtk_mount_operation_new (NULL);
+ mount_info->cancellable = g_object_ref (FILE_BROWSER_NODE_DIR (model->priv->root)->cancellable);
+
+ model_begin_loading (model, model->priv->root);
+ g_file_mount_enclosing_volume (model->priv->root->file,
+ G_MOUNT_MOUNT_NONE,
+ mount_info->operation,
+ mount_info->cancellable,
+ (GAsyncReadyCallback)mount_cb,
+ mount_info);
+
+ model->priv->mount_info = mount_info;
+ return GEDIT_FILE_BROWSER_STORE_RESULT_MOUNTING;
+ }
+ else
+ {
+ handle_root_error (model, error);
+ }
+
+ g_error_free (error);
+ }
+ else
+ {
+ g_object_unref (info);
+
+ return model_root_mounted (model, virtual_root);
+ }
+
+ return GEDIT_FILE_BROWSER_STORE_RESULT_OK;
+}
+
+/* Public */
+GeditFileBrowserStore *
+gedit_file_browser_store_new (GFile *root)
+{
+ return GEDIT_FILE_BROWSER_STORE (g_object_new (GEDIT_TYPE_FILE_BROWSER_STORE,
+ "root", root,
+ NULL));
+}
+
+void
+gedit_file_browser_store_set_value (GeditFileBrowserStore *tree_model,
+ GtkTreeIter *iter,
+ gint column,
+ GValue *value)
+{
+ gpointer data;
+ FileBrowserNode *node;
+ GtkTreePath *path;
+
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_model));
+ g_return_if_fail (iter != NULL);
+ g_return_if_fail (iter->user_data != NULL);
+
+ node = (FileBrowserNode *)(iter->user_data);
+
+ if (column == GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP)
+ {
+ g_return_if_fail (G_VALUE_HOLDS_STRING (value));
+
+ data = g_value_dup_string (value);
+
+ if (!data)
+ data = g_strdup (node->name);
+
+ g_free (node->markup);
+ node->markup = data;
+ }
+ else if (column == GEDIT_FILE_BROWSER_STORE_COLUMN_EMBLEM)
+ {
+ g_return_if_fail (G_VALUE_HOLDS_OBJECT (value));
+
+ data = g_value_get_object (value);
+
+ g_return_if_fail (GDK_IS_PIXBUF (data) || data == NULL);
+
+ if (node->emblem)
+ g_object_unref (node->emblem);
+
+ if (data)
+ node->emblem = g_object_ref (GDK_PIXBUF (data));
+ else
+ node->emblem = NULL;
+
+ model_recomposite_icon (tree_model, iter);
+ }
+ else
+ {
+ g_return_if_fail (column == GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP ||
+ column == GEDIT_FILE_BROWSER_STORE_COLUMN_EMBLEM);
+ }
+
+ if (model_node_visibility (tree_model, node))
+ {
+ path = gedit_file_browser_store_get_path (GTK_TREE_MODEL (tree_model), iter);
+ row_changed (tree_model, &path, iter);
+ gtk_tree_path_free (path);
+ }
+}
+
+GeditFileBrowserStoreResult
+gedit_file_browser_store_set_virtual_root (GeditFileBrowserStore *model,
+ GtkTreeIter *iter)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+ g_return_val_if_fail (iter != NULL, GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+ g_return_val_if_fail (iter->user_data != NULL, GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+
+ model_clear (model, FALSE);
+ set_virtual_root_from_node (model, (FileBrowserNode *)(iter->user_data));
+
+ return TRUE;
+}
+
+GeditFileBrowserStoreResult
+gedit_file_browser_store_set_virtual_root_from_location (GeditFileBrowserStore *model,
+ GFile *root)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+
+ if (root == NULL)
+ {
+ gchar *uri = g_file_get_uri (root);
+
+ g_warning ("Invalid uri (%s)", uri);
+ g_free (uri);
+ return GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE;
+ }
+
+ /* Check if uri is already the virtual root */
+ if (model->priv->virtual_root && g_file_equal (model->priv->virtual_root->file, root))
+ return GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE;
+
+ /* Check if uri is the root itself */
+ if (g_file_equal (model->priv->root->file, root))
+ {
+ /* Always clear the model before altering the nodes */
+ model_clear (model, FALSE);
+ set_virtual_root_from_node (model, model->priv->root);
+ return GEDIT_FILE_BROWSER_STORE_RESULT_OK;
+ }
+
+ if (!g_file_has_prefix (root, model->priv->root->file))
+ {
+ gchar *str = g_file_get_parse_name (model->priv->root->file);
+ gchar *str1 = g_file_get_parse_name (root);
+
+ g_warning ("Virtual root (%s) is not below actual root (%s)", str1, str);
+
+ g_free (str);
+ g_free (str1);
+
+ return GEDIT_FILE_BROWSER_STORE_RESULT_ERROR;
+ }
+
+ set_virtual_root_from_file (model, root);
+
+ return GEDIT_FILE_BROWSER_STORE_RESULT_OK;
+}
+
+GeditFileBrowserStoreResult
+gedit_file_browser_store_set_virtual_root_top (GeditFileBrowserStore *model)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+
+ if (model->priv->virtual_root == model->priv->root)
+ return GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE;
+
+ model_clear (model, FALSE);
+ set_virtual_root_from_node (model, model->priv->root);
+
+ return GEDIT_FILE_BROWSER_STORE_RESULT_OK;
+}
+
+GeditFileBrowserStoreResult
+gedit_file_browser_store_set_virtual_root_up (GeditFileBrowserStore *model)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+
+ if (model->priv->virtual_root == model->priv->root)
+ return GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE;
+
+ model_clear (model, FALSE);
+ set_virtual_root_from_node (model, model->priv->virtual_root->parent);
+
+ return GEDIT_FILE_BROWSER_STORE_RESULT_OK;
+}
+
+gboolean
+gedit_file_browser_store_get_iter_virtual_root (GeditFileBrowserStore *model,
+ GtkTreeIter *iter)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), FALSE);
+ g_return_val_if_fail (iter != NULL, FALSE);
+
+ if (model->priv->virtual_root == NULL)
+ return FALSE;
+
+ iter->user_data = model->priv->virtual_root;
+ return TRUE;
+}
+
+gboolean
+gedit_file_browser_store_get_iter_root (GeditFileBrowserStore *model,
+ GtkTreeIter *iter)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), FALSE);
+ g_return_val_if_fail (iter != NULL, FALSE);
+
+ if (model->priv->root == NULL)
+ return FALSE;
+
+ iter->user_data = model->priv->root;
+ return TRUE;
+}
+
+gboolean
+gedit_file_browser_store_iter_equal (GeditFileBrowserStore *model,
+ GtkTreeIter *iter1,
+ GtkTreeIter *iter2)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), FALSE);
+ g_return_val_if_fail (iter1 != NULL, FALSE);
+ g_return_val_if_fail (iter2 != NULL, FALSE);
+ g_return_val_if_fail (iter1->user_data != NULL, FALSE);
+ g_return_val_if_fail (iter2->user_data != NULL, FALSE);
+
+ return (iter1->user_data == iter2->user_data);
+}
+
+void
+gedit_file_browser_store_cancel_mount_operation (GeditFileBrowserStore *store)
+{
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (store));
+
+ cancel_mount_operation (store);
+}
+
+GeditFileBrowserStoreResult
+gedit_file_browser_store_set_root_and_virtual_root (GeditFileBrowserStore *model,
+ GFile *root,
+ GFile *virtual_root)
+{
+ FileBrowserNode *node;
+ gboolean equal = FALSE;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+
+ if (root == NULL && model->priv->root == NULL)
+ return GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE;
+
+ if (root != NULL && model->priv->root != NULL)
+ {
+ equal = g_file_equal (root, model->priv->root->file);
+
+ if (equal && virtual_root == NULL)
+ return GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE;
+ }
+
+ if (virtual_root)
+ {
+ if (equal && g_file_equal (virtual_root, model->priv->virtual_root->file))
+ return GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE;
+ }
+
+ /* Make sure to cancel any previous mount operations */
+ cancel_mount_operation (model);
+
+ /* Always clear the model before altering the nodes */
+ model_clear (model, TRUE);
+ file_browser_node_free (model, model->priv->root);
+
+ model->priv->root = NULL;
+ model->priv->virtual_root = NULL;
+
+ if (root != NULL)
+ {
+ /* Create the root node */
+ node = file_browser_node_dir_new (model, root, NULL);
+
+ model->priv->root = node;
+ return model_mount_root (model, virtual_root);
+ }
+ else
+ {
+ g_object_notify (G_OBJECT (model), "root");
+ g_object_notify (G_OBJECT (model), "virtual-root");
+ }
+
+ return GEDIT_FILE_BROWSER_STORE_RESULT_OK;
+}
+
+GeditFileBrowserStoreResult
+gedit_file_browser_store_set_root (GeditFileBrowserStore *model,
+ GFile *root)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+
+ return gedit_file_browser_store_set_root_and_virtual_root (model, root, NULL);
+}
+
+GFile *
+gedit_file_browser_store_get_root (GeditFileBrowserStore *model)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), NULL);
+
+ if (model->priv->root == NULL || model->priv->root->file == NULL)
+ return NULL;
+ else
+ return g_file_dup (model->priv->root->file);
+}
+
+GFile *
+gedit_file_browser_store_get_virtual_root (GeditFileBrowserStore *model)
+{
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), NULL);
+
+ if (model->priv->virtual_root == NULL || model->priv->virtual_root->file == NULL)
+ return NULL;
+ else
+ return g_file_dup (model->priv->virtual_root->file);
+}
+
+void
+_gedit_file_browser_store_iter_expanded (GeditFileBrowserStore *model,
+ GtkTreeIter *iter)
+{
+ FileBrowserNode *node;
+
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model));
+ g_return_if_fail (iter != NULL);
+ g_return_if_fail (iter->user_data != NULL);
+
+ node = (FileBrowserNode *)(iter->user_data);
+
+ if (NODE_IS_DIR (node) && !NODE_LOADED (node))
+ {
+ /* Load it now */
+ model_load_directory (model, node);
+ }
+}
+
+void
+_gedit_file_browser_store_iter_collapsed (GeditFileBrowserStore *model,
+ GtkTreeIter *iter)
+{
+ FileBrowserNode *node;
+
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model));
+ g_return_if_fail (iter != NULL);
+ g_return_if_fail (iter->user_data != NULL);
+
+ node = (FileBrowserNode *)(iter->user_data);
+
+ if (NODE_IS_DIR (node) && NODE_LOADED (node))
+ {
+ /* Unload children of the children, keeping 1 depth in cache */
+
+ for (GSList *item = FILE_BROWSER_NODE_DIR (node)->children; item; item = item->next)
+ {
+ node = (FileBrowserNode *)(item->data);
+
+ if (NODE_IS_DIR (node) && NODE_LOADED (node))
+ {
+ file_browser_node_unload (model, node, TRUE);
+ model_check_dummy (model, node);
+ }
+ }
+ }
+}
+
+GeditFileBrowserStoreFilterMode
+gedit_file_browser_store_get_filter_mode (GeditFileBrowserStore *model)
+{
+ return model->priv->filter_mode;
+}
+
+void
+gedit_file_browser_store_set_filter_mode (GeditFileBrowserStore *model,
+ GeditFileBrowserStoreFilterMode mode)
+{
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model));
+
+ if (model->priv->filter_mode == mode)
+ return;
+
+ model->priv->filter_mode = mode;
+ model_refilter (model);
+
+ g_object_notify (G_OBJECT (model), "filter-mode");
+}
+
+void
+gedit_file_browser_store_set_filter_func (GeditFileBrowserStore *model,
+ GeditFileBrowserStoreFilterFunc func,
+ gpointer user_data)
+{
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model));
+
+ model->priv->filter_func = func;
+ model->priv->filter_user_data = user_data;
+ model_refilter (model);
+}
+
+const gchar * const *
+gedit_file_browser_store_get_binary_patterns (GeditFileBrowserStore *model)
+{
+ return (const gchar * const *)model->priv->binary_patterns;
+}
+
+void
+gedit_file_browser_store_set_binary_patterns (GeditFileBrowserStore *model,
+ const gchar **binary_patterns)
+{
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model));
+
+ if (model->priv->binary_patterns != NULL)
+ {
+ g_strfreev (model->priv->binary_patterns);
+ g_ptr_array_unref (model->priv->binary_pattern_specs);
+ }
+
+ model->priv->binary_patterns = g_strdupv ((gchar **)binary_patterns);
+
+ if (binary_patterns == NULL)
+ {
+ model->priv->binary_pattern_specs = NULL;
+ }
+ else
+ {
+ gssize n_patterns = g_strv_length ((gchar **) binary_patterns);
+
+ model->priv->binary_pattern_specs = g_ptr_array_sized_new (n_patterns);
+ g_ptr_array_set_free_func (model->priv->binary_pattern_specs, (GDestroyNotify) g_pattern_spec_free);
+
+ for (guint i = 0; binary_patterns[i] != NULL; ++i)
+ g_ptr_array_add (model->priv->binary_pattern_specs, g_pattern_spec_new (binary_patterns[i]));
+ }
+
+ model_refilter (model);
+
+ g_object_notify (G_OBJECT (model), "binary-patterns");
+}
+
+void
+gedit_file_browser_store_refilter (GeditFileBrowserStore *model)
+{
+ model_refilter (model);
+}
+
+GeditFileBrowserStoreFilterMode
+gedit_file_browser_store_filter_mode_get_default (void)
+{
+ return GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN;
+}
+
+void
+gedit_file_browser_store_refresh (GeditFileBrowserStore *model)
+{
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model));
+
+ if (model->priv->root == NULL || model->priv->virtual_root == NULL)
+ return;
+
+ /* Clear the model */
+ g_signal_emit (model, model_signals[BEGIN_REFRESH], 0);
+ file_browser_node_unload (model, model->priv->virtual_root, TRUE);
+ model_load_directory (model, model->priv->virtual_root);
+ g_signal_emit (model, model_signals[END_REFRESH], 0);
+}
+
+static void
+reparent_node (FileBrowserNode *node,
+ gboolean reparent)
+{
+ if (!node->file)
+ return;
+
+ if (reparent)
+ {
+ GFile *parent = node->parent->file;
+ gchar *base = g_file_get_basename (node->file);
+
+ g_object_unref (node->file);
+
+ node->file = g_file_get_child (parent, base);
+ g_free (base);
+ }
+
+ if (NODE_IS_DIR (node))
+ {
+ FileBrowserNodeDir *dir = FILE_BROWSER_NODE_DIR (node);
+
+ for (GSList *child = dir->children; child; child = child->next)
+ reparent_node ((FileBrowserNode *)child->data, TRUE);
+ }
+}
+
+gboolean
+gedit_file_browser_store_rename (GeditFileBrowserStore *model,
+ GtkTreeIter *iter,
+ const gchar *new_name,
+ GError **error)
+{
+ FileBrowserNode *node;
+ GFile *file;
+ GFile *parent;
+ GFile *previous;
+ GError *err = NULL;
+ GtkTreePath *path;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), FALSE);
+ g_return_val_if_fail (iter != NULL, FALSE);
+ g_return_val_if_fail (iter->user_data != NULL, FALSE);
+
+ node = (FileBrowserNode *)(iter->user_data);
+
+ parent = g_file_get_parent (node->file);
+ g_return_val_if_fail (parent != NULL, FALSE);
+
+ file = g_file_get_child (parent, new_name);
+ g_object_unref (parent);
+
+ if (g_file_equal (node->file, file))
+ {
+ g_object_unref (file);
+ return TRUE;
+ }
+
+ if (g_file_move (node->file, file, G_FILE_COPY_NONE, NULL, NULL, NULL, &err))
+ {
+ previous = node->file;
+ node->file = file;
+
+ /* This makes sure the actual info for the node is requeried */
+ file_browser_node_set_name (node);
+ file_browser_node_set_from_info (model, node, NULL, TRUE);
+
+ reparent_node (node, FALSE);
+
+ if (model_node_visibility (model, node))
+ {
+ path = gedit_file_browser_store_get_path_real (model, node);
+ row_changed (model, &path, iter);
+ gtk_tree_path_free (path);
+
+ /* Reorder this item */
+ model_resort_node (model, node);
+ }
+ else
+ {
+ g_object_unref (previous);
+
+ if (error != NULL)
+ {
+ *error = g_error_new_literal (gedit_file_browser_store_error_quark (),
+ GEDIT_FILE_BROWSER_ERROR_RENAME,
+ _("The renamed file is currently filtered out. "
+ "You need to adjust your filter settings to "
+ "make the file visible"));
+ }
+
+ return FALSE;
+ }
+
+ g_signal_emit (model, model_signals[RENAME], 0, previous, node->file);
+
+ g_object_unref (previous);
+
+ return TRUE;
+ }
+ else
+ {
+ g_object_unref (file);
+
+ if (err)
+ {
+ if (error != NULL)
+ {
+ *error = g_error_new_literal (gedit_file_browser_store_error_quark (),
+ GEDIT_FILE_BROWSER_ERROR_RENAME,
+ err->message);
+ }
+
+ g_error_free (err);
+ }
+
+ return FALSE;
+ }
+}
+
+static void
+async_data_free (AsyncData *data)
+{
+ g_object_unref (data->cancellable);
+ g_list_free_full (data->files, g_object_unref);
+
+ if (!data->removed)
+ data->model->priv->async_handles = g_slist_remove (data->model->priv->async_handles, data);
+
+ g_slice_free (AsyncData, data);
+}
+
+static gboolean
+emit_no_trash (AsyncData *data)
+{
+ /* Emit the no trash error */
+ gboolean ret;
+
+ g_signal_emit (data->model, model_signals[NO_TRASH], 0, data->files, &ret);
+
+ return ret;
+}
+
+static void
+delete_file_finished (GFile *file,
+ GAsyncResult *res,
+ AsyncData *data)
+{
+ GError *error = NULL;
+ gboolean ok;
+
+ if (data->trash)
+ ok = g_file_trash_finish (file, res, &error);
+ else
+ ok = g_file_delete_finish (file, res, &error);
+
+ if (ok)
+ {
+ /* Remove the file from the model */
+ FileBrowserNode *node = model_find_node (data->model, NULL, file);
+
+ if (node != NULL)
+ model_remove_node (data->model, node, NULL, TRUE);
+
+ /* Process the next file */
+ data->iter = data->iter->next;
+ }
+ else if (!ok && error != NULL)
+ {
+ gint code = error->code;
+ g_error_free (error);
+
+ if (data->trash && code == G_IO_ERROR_NOT_SUPPORTED)
+ {
+ /* Trash is not supported on this system. Ask the user
+ * if he wants to delete completely the files instead.
+ */
+ if (emit_no_trash (data))
+ {
+ /* Changes this into a delete job */
+ data->trash = FALSE;
+ data->iter = data->files;
+ }
+ else
+ {
+ /* End the job */
+ async_data_free (data);
+ return;
+ }
+ }
+ else if (code == G_IO_ERROR_CANCELLED)
+ {
+ /* Job has been cancelled, end the job */
+ async_data_free (data);
+ return;
+ }
+ }
+
+ /* Continue the job */
+ delete_files (data);
+}
+
+static void
+delete_files (AsyncData *data)
+{
+ GFile *file;
+
+ /* Check if our job is done */
+ if (data->iter == NULL)
+ {
+ async_data_free (data);
+ return;
+ }
+
+ file = G_FILE (data->iter->data);
+
+ if (data->trash)
+ {
+ g_file_trash_async (file,
+ G_PRIORITY_DEFAULT,
+ data->cancellable,
+ (GAsyncReadyCallback)delete_file_finished,
+ data);
+ }
+ else
+ {
+ g_file_delete_async (file,
+ G_PRIORITY_DEFAULT,
+ data->cancellable,
+ (GAsyncReadyCallback)delete_file_finished,
+ data);
+ }
+}
+
+GeditFileBrowserStoreResult
+gedit_file_browser_store_delete_all (GeditFileBrowserStore *model,
+ GList *rows,
+ gboolean trash)
+{
+ FileBrowserNode *node;
+ AsyncData *data;
+ GList *files = NULL;
+ GList *row;
+ GtkTreeIter iter;
+ GtkTreePath *prev = NULL;
+ GtkTreePath *path;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+
+ if (rows == NULL)
+ return GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE;
+
+ /* First we sort the paths so that we can later on remove any
+ files/directories that are actually subfiles/directories of
+ a directory that's also deleted */
+ rows = g_list_sort (g_list_copy (rows), (GCompareFunc)gtk_tree_path_compare);
+
+ for (row = rows; row; row = row->next)
+ {
+ path = (GtkTreePath *)(row->data);
+
+ if (!gtk_tree_model_get_iter (GTK_TREE_MODEL (model), &iter, path))
+ continue;
+
+ /* Skip if the current path is actually a descendant of the
+ previous path */
+ if (prev != NULL && gtk_tree_path_is_descendant (path, prev))
+ continue;
+
+ prev = path;
+ node = (FileBrowserNode *)(iter.user_data);
+ files = g_list_prepend (files, g_object_ref (node->file));
+ }
+
+ data = g_slice_new (AsyncData);
+
+ data->model = model;
+ data->cancellable = g_cancellable_new ();
+ data->files = files;
+ data->trash = trash;
+ data->iter = files;
+ data->removed = FALSE;
+
+ model->priv->async_handles = g_slist_prepend (model->priv->async_handles, data);
+
+ delete_files (data);
+ g_list_free (rows);
+
+ return GEDIT_FILE_BROWSER_STORE_RESULT_OK;
+}
+
+GeditFileBrowserStoreResult
+gedit_file_browser_store_delete (GeditFileBrowserStore *model,
+ GtkTreeIter *iter,
+ gboolean trash)
+{
+ FileBrowserNode *node;
+ GList *rows = NULL;
+ GeditFileBrowserStoreResult result;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+ g_return_val_if_fail (iter != NULL, GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+ g_return_val_if_fail (iter->user_data != NULL, GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE);
+
+ node = (FileBrowserNode *)(iter->user_data);
+
+ if (NODE_IS_DUMMY (node))
+ return GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE;
+
+ rows = g_list_append(NULL, gedit_file_browser_store_get_path_real (model, node));
+ result = gedit_file_browser_store_delete_all (model, rows, trash);
+
+ g_list_free_full (rows, (GDestroyNotify) gtk_tree_path_free);
+
+ return result;
+}
+
+gboolean
+gedit_file_browser_store_new_file (GeditFileBrowserStore *model,
+ GtkTreeIter *parent,
+ GtkTreeIter *iter)
+{
+ GFile *file;
+ GFileOutputStream *stream;
+ FileBrowserNodeDir *parent_node;
+ gboolean result = FALSE;
+ FileBrowserNode *node;
+ GError *error = NULL;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), FALSE);
+ g_return_val_if_fail (parent != NULL, FALSE);
+ g_return_val_if_fail (parent->user_data != NULL, FALSE);
+ g_return_val_if_fail (NODE_IS_DIR ((FileBrowserNode *) (parent->user_data)), FALSE);
+ g_return_val_if_fail (iter != NULL, FALSE);
+
+ parent_node = FILE_BROWSER_NODE_DIR (parent->user_data);
+ /* Translators: This is the default name of new files created by the file browser pane. */
+ file = unique_new_name (((FileBrowserNode *) parent_node)->file, _("Untitled File"));
+
+ stream = g_file_create (file, G_FILE_CREATE_NONE, NULL, &error);
+
+ if (!stream)
+ {
+ g_signal_emit (model, model_signals[ERROR], 0,
+ GEDIT_FILE_BROWSER_ERROR_NEW_FILE,
+ error->message);
+ g_error_free (error);
+ }
+ else
+ {
+ g_object_unref (stream);
+ node = model_add_node_from_file (model,
+ (FileBrowserNode *)parent_node,
+ file,
+ NULL);
+
+ if (model_node_visibility (model, node))
+ {
+ iter->user_data = node;
+ result = TRUE;
+ }
+ else
+ {
+ g_signal_emit (model, model_signals[ERROR], 0,
+ GEDIT_FILE_BROWSER_ERROR_NEW_FILE,
+ _("The new file is currently filtered out. "
+ "You need to adjust your filter "
+ "settings to make the file visible"));
+ }
+ }
+
+ g_object_unref (file);
+ return result;
+}
+
+gboolean
+gedit_file_browser_store_new_directory (GeditFileBrowserStore *model,
+ GtkTreeIter *parent,
+ GtkTreeIter *iter)
+{
+ GFile *file;
+ FileBrowserNodeDir *parent_node;
+ GError *error = NULL;
+ FileBrowserNode *node;
+ gboolean result = FALSE;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_STORE (model), FALSE);
+ g_return_val_if_fail (parent != NULL, FALSE);
+ g_return_val_if_fail (parent->user_data != NULL, FALSE);
+ g_return_val_if_fail (NODE_IS_DIR ((FileBrowserNode *)(parent->user_data)), FALSE);
+ g_return_val_if_fail (iter != NULL, FALSE);
+
+ parent_node = FILE_BROWSER_NODE_DIR (parent->user_data);
+ /* Translators: This is the default name of new directories created by the file browser pane. */
+ file = unique_new_name (((FileBrowserNode *) parent_node)->file, _("Untitled Folder"));
+
+ if (!g_file_make_directory (file, NULL, &error))
+ {
+ g_signal_emit (model, model_signals[ERROR], 0, GEDIT_FILE_BROWSER_ERROR_NEW_DIRECTORY, error->message);
+ g_error_free (error);
+ }
+ else
+ {
+ node = model_add_node_from_file (model,
+ (FileBrowserNode *)parent_node,
+ file,
+ NULL);
+
+ if (model_node_visibility (model, node))
+ {
+ iter->user_data = node;
+ result = TRUE;
+ }
+ else
+ {
+ g_signal_emit (model, model_signals[ERROR], 0,
+ GEDIT_FILE_BROWSER_ERROR_NEW_FILE,
+ _("The new directory is currently filtered "
+ "out. You need to adjust your filter "
+ "settings to make the directory visible"));
+ }
+ }
+
+ g_object_unref (file);
+ return result;
+}
+
+void
+_gedit_file_browser_store_register_type (GTypeModule *type_module)
+{
+ gedit_file_browser_store_register_type (type_module);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-store.h b/plugins/filebrowser/gedit-file-browser-store.h
new file mode 100644
index 0000000..02df0cb
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-store.h
@@ -0,0 +1,188 @@
+/*
+ * gedit-file-browser-store.h - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_BROWSER_STORE_H
+#define GEDIT_FILE_BROWSER_STORE_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+#define GEDIT_TYPE_FILE_BROWSER_STORE (gedit_file_browser_store_get_type ())
+#define GEDIT_FILE_BROWSER_STORE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_BROWSER_STORE, GeditFileBrowserStore))
+#define GEDIT_FILE_BROWSER_STORE_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_BROWSER_STORE, GeditFileBrowserStore const))
+#define GEDIT_FILE_BROWSER_STORE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_FILE_BROWSER_STORE, GeditFileBrowserStoreClass))
+#define GEDIT_IS_FILE_BROWSER_STORE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_FILE_BROWSER_STORE))
+#define GEDIT_IS_FILE_BROWSER_STORE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_FILE_BROWSER_STORE))
+#define GEDIT_FILE_BROWSER_STORE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_FILE_BROWSER_STORE, GeditFileBrowserStoreClass))
+
+typedef enum
+{
+ GEDIT_FILE_BROWSER_STORE_COLUMN_ICON = 0,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_ICON_NAME,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS,
+
+ /* Columns not in common with GeditFileBookmarksStore */
+ GEDIT_FILE_BROWSER_STORE_COLUMN_NAME,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_EMBLEM,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_NUM
+} GeditFileBrowserStoreColumn;
+
+typedef enum
+{
+ GEDIT_FILE_BROWSER_STORE_FLAG_IS_DIRECTORY = 1 << 0,
+ GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN = 1 << 1,
+ GEDIT_FILE_BROWSER_STORE_FLAG_IS_TEXT = 1 << 2,
+ GEDIT_FILE_BROWSER_STORE_FLAG_LOADED = 1 << 3,
+ GEDIT_FILE_BROWSER_STORE_FLAG_IS_FILTERED = 1 << 4,
+ GEDIT_FILE_BROWSER_STORE_FLAG_IS_DUMMY = 1 << 5
+} GeditFileBrowserStoreFlag;
+
+typedef enum
+{
+ GEDIT_FILE_BROWSER_STORE_RESULT_OK,
+ GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE,
+ GEDIT_FILE_BROWSER_STORE_RESULT_ERROR,
+ GEDIT_FILE_BROWSER_STORE_RESULT_NO_TRASH,
+ GEDIT_FILE_BROWSER_STORE_RESULT_MOUNTING,
+ GEDIT_FILE_BROWSER_STORE_RESULT_NUM
+} GeditFileBrowserStoreResult;
+
+typedef enum
+{
+ GEDIT_FILE_BROWSER_STORE_FILTER_MODE_NONE = 0,
+ GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN = 1 << 0,
+ GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_BINARY = 1 << 1
+} GeditFileBrowserStoreFilterMode;
+
+#define FILE_IS_DIR(flags) (flags & GEDIT_FILE_BROWSER_STORE_FLAG_IS_DIRECTORY)
+#define FILE_IS_HIDDEN(flags) (flags & GEDIT_FILE_BROWSER_STORE_FLAG_IS_HIDDEN)
+#define FILE_IS_TEXT(flags) (flags & GEDIT_FILE_BROWSER_STORE_FLAG_IS_TEXT)
+#define FILE_LOADED(flags) (flags & GEDIT_FILE_BROWSER_STORE_FLAG_LOADED)
+#define FILE_IS_FILTERED(flags) (flags & GEDIT_FILE_BROWSER_STORE_FLAG_IS_FILTERED)
+#define FILE_IS_DUMMY(flags) (flags & GEDIT_FILE_BROWSER_STORE_FLAG_IS_DUMMY)
+
+typedef struct _GeditFileBrowserStore GeditFileBrowserStore;
+typedef struct _GeditFileBrowserStoreClass GeditFileBrowserStoreClass;
+typedef struct _GeditFileBrowserStorePrivate GeditFileBrowserStorePrivate;
+
+typedef gboolean (*GeditFileBrowserStoreFilterFunc) (GeditFileBrowserStore *model,
+ GtkTreeIter *iter,
+ gpointer user_data);
+
+struct _GeditFileBrowserStore
+{
+ GObject parent;
+
+ GeditFileBrowserStorePrivate *priv;
+};
+
+struct _GeditFileBrowserStoreClass {
+ GObjectClass parent_class;
+
+ /* Signals */
+ void (* begin_loading) (GeditFileBrowserStore *model,
+ GtkTreeIter *iter);
+ void (* end_loading) (GeditFileBrowserStore *model,
+ GtkTreeIter *iter);
+ void (* error) (GeditFileBrowserStore *model,
+ guint code,
+ gchar *message);
+ gboolean (* no_trash) (GeditFileBrowserStore *model,
+ GList *files);
+ void (* rename) (GeditFileBrowserStore *model,
+ GFile *oldfile,
+ GFile *newfile);
+ void (* begin_refresh) (GeditFileBrowserStore *model);
+ void (* end_refresh) (GeditFileBrowserStore *model);
+ void (* unload) (GeditFileBrowserStore *model,
+ GFile *location);
+ void (* before_row_deleted) (GeditFileBrowserStore *model,
+ GtkTreePath *path);
+};
+
+GType gedit_file_browser_store_get_type (void) G_GNUC_CONST;
+
+GeditFileBrowserStore *gedit_file_browser_store_new (GFile *root);
+GeditFileBrowserStoreResult gedit_file_browser_store_set_root_and_virtual_root (GeditFileBrowserStore *model,
+ GFile *root,
+ GFile *virtual_root);
+GeditFileBrowserStoreResult gedit_file_browser_store_set_root (GeditFileBrowserStore *model,
+ GFile *root);
+GeditFileBrowserStoreResult gedit_file_browser_store_set_virtual_root (GeditFileBrowserStore *model,
+ GtkTreeIter *iter);
+GeditFileBrowserStoreResult gedit_file_browser_store_set_virtual_root_from_location (GeditFileBrowserStore *model,
+ GFile *root);
+GeditFileBrowserStoreResult gedit_file_browser_store_set_virtual_root_up (GeditFileBrowserStore *model);
+GeditFileBrowserStoreResult gedit_file_browser_store_set_virtual_root_top (GeditFileBrowserStore *model);
+gboolean gedit_file_browser_store_get_iter_virtual_root (GeditFileBrowserStore *model,
+ GtkTreeIter *iter);
+gboolean gedit_file_browser_store_get_iter_root (GeditFileBrowserStore *model,
+ GtkTreeIter *iter);
+GFile *gedit_file_browser_store_get_root (GeditFileBrowserStore *model);
+GFile *gedit_file_browser_store_get_virtual_root (GeditFileBrowserStore *model);
+gboolean gedit_file_browser_store_iter_equal (GeditFileBrowserStore *model,
+ GtkTreeIter *iter1,
+ GtkTreeIter *iter2);
+void gedit_file_browser_store_set_value (GeditFileBrowserStore *tree_model,
+ GtkTreeIter *iter,
+ gint column,
+ GValue *value);
+void _gedit_file_browser_store_iter_expanded (GeditFileBrowserStore *model,
+ GtkTreeIter *iter);
+void _gedit_file_browser_store_iter_collapsed (GeditFileBrowserStore *model,
+ GtkTreeIter *iter);
+GeditFileBrowserStoreFilterMode gedit_file_browser_store_get_filter_mode (GeditFileBrowserStore *model);
+void gedit_file_browser_store_set_filter_mode (GeditFileBrowserStore *model,
+ GeditFileBrowserStoreFilterMode mode);
+void gedit_file_browser_store_set_filter_func (GeditFileBrowserStore *model,
+ GeditFileBrowserStoreFilterFunc func,
+ gpointer user_data);
+const gchar * const *gedit_file_browser_store_get_binary_patterns (GeditFileBrowserStore *model);
+void gedit_file_browser_store_set_binary_patterns (GeditFileBrowserStore *model,
+ const gchar **binary_patterns);
+void gedit_file_browser_store_refilter (GeditFileBrowserStore *model);
+GeditFileBrowserStoreFilterMode gedit_file_browser_store_filter_mode_get_default (void);
+void gedit_file_browser_store_refresh (GeditFileBrowserStore *model);
+gboolean gedit_file_browser_store_rename (GeditFileBrowserStore *model,
+ GtkTreeIter *iter,
+ gchar const *new_name,
+ GError **error);
+GeditFileBrowserStoreResult gedit_file_browser_store_delete (GeditFileBrowserStore *model,
+ GtkTreeIter *iter,
+ gboolean trash);
+GeditFileBrowserStoreResult gedit_file_browser_store_delete_all (GeditFileBrowserStore *model,
+ GList *rows,
+ gboolean trash);
+gboolean gedit_file_browser_store_new_file (GeditFileBrowserStore *model,
+ GtkTreeIter *parent,
+ GtkTreeIter *iter);
+gboolean gedit_file_browser_store_new_directory (GeditFileBrowserStore *model,
+ GtkTreeIter *parent,
+ GtkTreeIter *iter);
+void gedit_file_browser_store_cancel_mount_operation (GeditFileBrowserStore *store);
+
+void _gedit_file_browser_store_register_type (GTypeModule *type_module);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_STORE_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-utils.c b/plugins/filebrowser/gedit-file-browser-utils.c
new file mode 100644
index 0000000..dbca26a
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-utils.c
@@ -0,0 +1,223 @@
+/*
+ * gedit-file-bookmarks-utils.c - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include <glib/gi18n-lib.h>
+#include <gedit/gedit-utils.h>
+
+#include "gedit-file-browser-utils.h"
+
+static GdkPixbuf *
+process_icon_pixbuf (GdkPixbuf *pixbuf,
+ gchar const *name,
+ gint size,
+ GError *error)
+{
+ GdkPixbuf *scale;
+
+ if (error != NULL)
+ {
+ g_warning ("Could not load theme icon %s: %s",
+ name,
+ error->message);
+ g_error_free (error);
+ }
+
+ if (pixbuf && gdk_pixbuf_get_width (pixbuf) > size)
+ {
+ scale = gdk_pixbuf_scale_simple (pixbuf,
+ size,
+ size,
+ GDK_INTERP_BILINEAR);
+ g_object_unref (pixbuf);
+ pixbuf = scale;
+ }
+
+ return pixbuf;
+}
+
+GdkPixbuf *
+gedit_file_browser_utils_pixbuf_from_theme (gchar const *name,
+ GtkIconSize size)
+{
+ gint width;
+ GError *error = NULL;
+ GdkPixbuf *pixbuf;
+
+ gtk_icon_size_lookup (size, &width, NULL);
+
+ pixbuf = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
+ name,
+ width,
+ 0,
+ &error);
+
+ pixbuf = process_icon_pixbuf (pixbuf, name, width, error);
+
+ return pixbuf;
+}
+
+GdkPixbuf *
+gedit_file_browser_utils_pixbuf_from_icon (GIcon *icon,
+ GtkIconSize size)
+{
+ GdkPixbuf *ret = NULL;
+ GtkIconTheme *theme;
+ GtkIconInfo *info;
+ gint width;
+
+ if (!icon)
+ return NULL;
+
+ theme = gtk_icon_theme_get_default ();
+ gtk_icon_size_lookup (size, &width, NULL);
+
+ info = gtk_icon_theme_lookup_by_gicon (theme,
+ icon,
+ width,
+ GTK_ICON_LOOKUP_USE_BUILTIN);
+
+ if (!info)
+ return NULL;
+
+ ret = gtk_icon_info_load_icon (info, NULL);
+ g_object_unref (info);
+
+ return ret;
+}
+
+GdkPixbuf *
+gedit_file_browser_utils_pixbuf_from_file (GFile *file,
+ GtkIconSize size,
+ gboolean use_symbolic)
+{
+ GIcon *icon;
+ GFileInfo *info;
+ GdkPixbuf *ret = NULL;
+ const char *attribute;
+
+ attribute = use_symbolic ? G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON :
+ G_FILE_ATTRIBUTE_STANDARD_ICON;
+
+ info = g_file_query_info (file,
+ attribute,
+ G_FILE_QUERY_INFO_NONE,
+ NULL,
+ NULL);
+
+ if (!info)
+ return NULL;
+
+ icon = use_symbolic ? g_file_info_get_symbolic_icon (info) :
+ g_file_info_get_icon (info);
+ if (icon != NULL)
+ ret = gedit_file_browser_utils_pixbuf_from_icon (icon, size);
+
+ g_object_unref (info);
+
+ return ret;
+}
+
+gchar *
+gedit_file_browser_utils_symbolic_icon_name_from_file (GFile *file)
+{
+ GFileInfo *info;
+ GIcon *icon;
+
+ info = g_file_query_info (file,
+ G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON,
+ G_FILE_QUERY_INFO_NONE,
+ NULL,
+ NULL);
+
+ if (!info)
+ return NULL;
+
+ if ((icon = g_file_info_get_symbolic_icon (info)) && G_IS_THEMED_ICON (icon))
+ {
+ const gchar * const *names = g_themed_icon_get_names (G_THEMED_ICON (icon));
+ return g_strdup (names[0]);
+ }
+
+ g_object_unref (info);
+ return NULL;
+}
+
+gchar *
+gedit_file_browser_utils_name_from_themed_icon (GIcon *icon)
+{
+ GtkIconTheme *theme;
+ const gchar * const *names;
+
+ if (!G_IS_THEMED_ICON (icon))
+ return NULL;
+
+ theme = gtk_icon_theme_get_default ();
+ names = g_themed_icon_get_names (G_THEMED_ICON (icon));
+
+ if (gtk_icon_theme_has_icon (theme, names[0]))
+ return g_strdup (names[0]);
+
+ return NULL;
+}
+
+gchar *
+gedit_file_browser_utils_file_basename (GFile *file)
+{
+ return gedit_utils_basename_for_display (file);
+}
+
+gboolean
+gedit_file_browser_utils_confirmation_dialog (GeditWindow *window,
+ GtkMessageType type,
+ gchar const *message,
+ gchar const *secondary,
+ gchar const *button_label)
+{
+ GtkWidget *dlg;
+ gint ret;
+
+ dlg = gtk_message_dialog_new (GTK_WINDOW (window),
+ GTK_DIALOG_MODAL |
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ type,
+ GTK_BUTTONS_NONE, "%s", message);
+
+ if (secondary)
+ {
+ gtk_message_dialog_format_secondary_text
+ (GTK_MESSAGE_DIALOG (dlg), "%s", secondary);
+ }
+
+ gtk_dialog_add_buttons (GTK_DIALOG (dlg),
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ button_label, GTK_RESPONSE_OK,
+ NULL);
+
+ gtk_dialog_set_default_response (GTK_DIALOG (dlg), GTK_RESPONSE_CANCEL);
+
+ ret = gtk_dialog_run (GTK_DIALOG (dlg));
+ gtk_widget_destroy (dlg);
+
+ return (ret == GTK_RESPONSE_OK);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-utils.h b/plugins/filebrowser/gedit-file-browser-utils.h
new file mode 100644
index 0000000..165f513
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-utils.h
@@ -0,0 +1,46 @@
+/*
+ * gedit-file-browser-utils.h - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_BROWSER_UTILS_H
+#define GEDIT_FILE_BROWSER_UTILS_H
+
+#include <gedit/gedit-window.h>
+#include <gio/gio.h>
+
+gchar *gedit_file_browser_utils_name_from_themed_icon (GIcon *icon);
+GdkPixbuf *gedit_file_browser_utils_pixbuf_from_theme (gchar const *name,
+ GtkIconSize size);
+
+GdkPixbuf *gedit_file_browser_utils_pixbuf_from_icon (GIcon *icon,
+ GtkIconSize size);
+GdkPixbuf *gedit_file_browser_utils_pixbuf_from_file (GFile *file,
+ GtkIconSize size,
+ gboolean use_symbolic);
+gchar *gedit_file_browser_utils_symbolic_icon_name_from_file (GFile *file);
+gchar *gedit_file_browser_utils_file_basename (GFile *file);
+
+gboolean gedit_file_browser_utils_confirmation_dialog (GeditWindow *window,
+ GtkMessageType type,
+ gchar const *message,
+ gchar const *secondary,
+ gchar const *button_label);
+
+#endif /* GEDIT_FILE_BROWSER_UTILS_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-view.c b/plugins/filebrowser/gedit-file-browser-view.c
new file mode 100644
index 0000000..a13f4d7
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-view.c
@@ -0,0 +1,1364 @@
+/*
+ * gedit-file-browser-view.c - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include <string.h>
+
+#include <glib-object.h>
+#include <gio/gio.h>
+#include <gdk/gdkkeysyms.h>
+
+#include "gedit-file-browser-store.h"
+#include "gedit-file-bookmarks-store.h"
+#include "gedit-file-browser-view.h"
+#include "gedit-file-browser-enum-types.h"
+
+struct _GeditFileBrowserViewPrivate
+{
+ GtkTreeViewColumn *column;
+ GtkCellRenderer *pixbuf_renderer;
+ GtkCellRenderer *text_renderer;
+
+ GtkTreeModel *model;
+
+ /* Used when renaming */
+ gchar *orig_markup;
+ GtkTreeRowReference *editable;
+
+ /* Click policy */
+ GeditFileBrowserViewClickPolicy click_policy;
+ /* Both clicks in a double click need to be on the same row */
+ GtkTreePath *double_click_path[2];
+ GtkTreePath *hover_path;
+ GdkCursor *hand_cursor;
+ gboolean ignore_release;
+ gboolean selected_on_button_down;
+ gint drag_button;
+ gboolean drag_started;
+
+ gboolean restore_expand_state;
+ gboolean is_refresh;
+ GHashTable *expand_state;
+};
+
+/* Properties */
+enum
+{
+ PROP_0,
+
+ PROP_CLICK_POLICY,
+ PROP_RESTORE_EXPAND_STATE
+};
+
+/* Signals */
+enum
+{
+ ERROR,
+ FILE_ACTIVATED,
+ DIRECTORY_ACTIVATED,
+ BOOKMARK_ACTIVATED,
+ NUM_SIGNALS
+};
+
+static guint signals[NUM_SIGNALS] = { 0 };
+
+static const GtkTargetEntry drag_source_targets[] = {
+ { "text/uri-list", 0, 0 }
+};
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditFileBrowserView,
+ gedit_file_browser_view,
+ GTK_TYPE_TREE_VIEW,
+ 0,
+ G_ADD_PRIVATE_DYNAMIC (GeditFileBrowserView))
+
+static void on_cell_edited (GtkCellRendererText *cell,
+ gchar *path,
+ gchar *new_text,
+ GeditFileBrowserView *tree_view);
+
+static void on_begin_refresh (GeditFileBrowserStore *model,
+ GeditFileBrowserView *view);
+static void on_end_refresh (GeditFileBrowserStore *model,
+ GeditFileBrowserView *view);
+
+static void on_unload (GeditFileBrowserStore *model,
+ GFile *location,
+ GeditFileBrowserView *view);
+
+static void on_row_inserted (GeditFileBrowserStore *model,
+ GtkTreePath *path,
+ GtkTreeIter *iter,
+ GeditFileBrowserView *view);
+
+static void
+gedit_file_browser_view_finalize (GObject *object)
+{
+ GeditFileBrowserView *obj = GEDIT_FILE_BROWSER_VIEW (object);
+
+ if (obj->priv->hand_cursor)
+ g_object_unref (obj->priv->hand_cursor);
+
+ if (obj->priv->hover_path)
+ gtk_tree_path_free (obj->priv->hover_path);
+
+ if (obj->priv->expand_state)
+ {
+ g_hash_table_destroy (obj->priv->expand_state);
+ obj->priv->expand_state = NULL;
+ }
+
+ G_OBJECT_CLASS (gedit_file_browser_view_parent_class)->finalize (object);
+}
+
+static void
+add_expand_state (GeditFileBrowserView *view,
+ GFile *location)
+{
+ if (!location)
+ return;
+
+ if (view->priv->expand_state)
+ g_hash_table_insert (view->priv->expand_state, location, g_object_ref (location));
+}
+
+static void
+remove_expand_state (GeditFileBrowserView *view,
+ GFile *location)
+{
+ if (!location)
+ return;
+
+ if (view->priv->expand_state)
+ g_hash_table_remove (view->priv->expand_state, location);
+}
+
+static void
+row_expanded (GtkTreeView *tree_view,
+ GtkTreeIter *iter,
+ GtkTreePath *path)
+{
+ GeditFileBrowserView *view = GEDIT_FILE_BROWSER_VIEW (tree_view);
+
+ if (GTK_TREE_VIEW_CLASS (gedit_file_browser_view_parent_class)->row_expanded)
+ GTK_TREE_VIEW_CLASS (gedit_file_browser_view_parent_class)->row_expanded (tree_view, iter, path);
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (view->priv->model))
+ return;
+
+ if (view->priv->restore_expand_state)
+ {
+ GFile *location;
+
+ gtk_tree_model_get (view->priv->model,
+ iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ -1);
+
+ add_expand_state (view, location);
+
+ if (location)
+ g_object_unref (location);
+ }
+
+ _gedit_file_browser_store_iter_expanded (GEDIT_FILE_BROWSER_STORE (view->priv->model),
+ iter);
+}
+
+static void
+row_collapsed (GtkTreeView *tree_view,
+ GtkTreeIter *iter,
+ GtkTreePath *path)
+{
+ GeditFileBrowserView *view = GEDIT_FILE_BROWSER_VIEW (tree_view);
+
+ if (GTK_TREE_VIEW_CLASS (gedit_file_browser_view_parent_class)->row_collapsed)
+ GTK_TREE_VIEW_CLASS (gedit_file_browser_view_parent_class)->row_collapsed (tree_view, iter, path);
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (view->priv->model))
+ return;
+
+ if (view->priv->restore_expand_state)
+ {
+ GFile *location;
+
+ gtk_tree_model_get (view->priv->model,
+ iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ -1);
+
+ remove_expand_state (view, location);
+
+ if (location)
+ g_object_unref (location);
+ }
+
+ _gedit_file_browser_store_iter_collapsed (GEDIT_FILE_BROWSER_STORE (view->priv->model),
+ iter);
+}
+
+static gboolean
+leave_notify_event (GtkWidget *widget,
+ GdkEventCrossing *event)
+{
+ GeditFileBrowserView *view = GEDIT_FILE_BROWSER_VIEW (widget);
+
+ if (view->priv->click_policy == GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_SINGLE &&
+ view->priv->hover_path != NULL)
+ {
+ gtk_tree_path_free (view->priv->hover_path);
+ view->priv->hover_path = NULL;
+ }
+
+ /* Chainup */
+ return GTK_WIDGET_CLASS (gedit_file_browser_view_parent_class)->leave_notify_event (widget, event);
+}
+
+static gboolean
+enter_notify_event (GtkWidget *widget,
+ GdkEventCrossing *event)
+{
+ GeditFileBrowserView *view = GEDIT_FILE_BROWSER_VIEW (widget);
+
+ if (view->priv->click_policy == GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_SINGLE)
+ {
+ if (view->priv->hover_path != NULL)
+ gtk_tree_path_free (view->priv->hover_path);
+
+ gtk_tree_view_get_path_at_pos (GTK_TREE_VIEW (widget),
+ event->x, event->y,
+ &view->priv->hover_path,
+ NULL, NULL, NULL);
+
+ if (view->priv->hover_path != NULL)
+ {
+ gdk_window_set_cursor (gtk_widget_get_window (widget),
+ view->priv->hand_cursor);
+ }
+ }
+
+ /* Chainup */
+ return GTK_WIDGET_CLASS (gedit_file_browser_view_parent_class)->enter_notify_event (widget, event);
+}
+
+static gboolean
+motion_notify_event (GtkWidget *widget,
+ GdkEventMotion *event)
+{
+ GtkTreePath *old_hover_path;
+ GeditFileBrowserView *view = GEDIT_FILE_BROWSER_VIEW (widget);
+
+ if (view->priv->click_policy == GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_SINGLE)
+ {
+ old_hover_path = view->priv->hover_path;
+ gtk_tree_view_get_path_at_pos (GTK_TREE_VIEW (widget),
+ event->x, event->y,
+ &view->priv->hover_path,
+ NULL, NULL, NULL);
+
+ if ((old_hover_path != NULL) != (view->priv->hover_path != NULL))
+ {
+ if (view->priv->hover_path != NULL)
+ {
+ gdk_window_set_cursor (gtk_widget_get_window (widget),
+ view->priv->hand_cursor);
+ }
+ else
+ {
+ gdk_window_set_cursor (gtk_widget_get_window (widget),
+ NULL);
+ }
+ }
+
+ if (old_hover_path != NULL)
+ gtk_tree_path_free (old_hover_path);
+ }
+
+ /* Chainup */
+ return GTK_WIDGET_CLASS (gedit_file_browser_view_parent_class)->motion_notify_event (widget, event);
+}
+
+static void
+set_click_policy_property (GeditFileBrowserView *obj,
+ GeditFileBrowserViewClickPolicy click_policy)
+{
+ GdkDisplay *display = gtk_widget_get_display (GTK_WIDGET (obj));
+
+ obj->priv->click_policy = click_policy;
+
+ if (click_policy == GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_SINGLE)
+ {
+ if (obj->priv->hand_cursor == NULL)
+ obj->priv->hand_cursor = gdk_cursor_new_from_name (display, "pointer");
+ }
+ else if (click_policy == GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_DOUBLE)
+ {
+ if (obj->priv->hover_path != NULL)
+ {
+ GtkTreeIter iter;
+
+ if (gtk_tree_model_get_iter (GTK_TREE_MODEL (obj->priv->model),
+ &iter, obj->priv->hover_path))
+ {
+ gtk_tree_model_row_changed (GTK_TREE_MODEL (obj->priv->model),
+ obj->priv->hover_path, &iter);
+ }
+
+ gtk_tree_path_free (obj->priv->hover_path);
+ obj->priv->hover_path = NULL;
+ }
+
+ if (gtk_widget_get_realized (GTK_WIDGET (obj)))
+ {
+ GdkWindow *win = gtk_widget_get_window (GTK_WIDGET (obj));
+
+ gdk_window_set_cursor (win, NULL);
+
+ if (display != NULL)
+ gdk_display_flush (display);
+ }
+
+ if (obj->priv->hand_cursor)
+ {
+ g_object_unref (obj->priv->hand_cursor);
+ obj->priv->hand_cursor = NULL;
+ }
+ }
+}
+
+static void
+directory_activated (GeditFileBrowserView *view,
+ GtkTreeIter *iter)
+{
+ gedit_file_browser_store_set_virtual_root (GEDIT_FILE_BROWSER_STORE (view->priv->model), iter);
+}
+
+static void
+activate_selected_files (GeditFileBrowserView *view)
+{
+ GtkTreeView *tree_view = GTK_TREE_VIEW (view);
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (tree_view);
+ GList *rows = gtk_tree_selection_get_selected_rows (selection, &view->priv->model);
+ GList *row;
+ GtkTreePath *directory = NULL;
+ GtkTreePath *path;
+ GtkTreeIter iter;
+ GeditFileBrowserStoreFlag flags;
+
+ for (row = rows; row; row = row->next)
+ {
+ path = (GtkTreePath *)(row->data);
+
+ /* Get iter from path */
+ if (!gtk_tree_model_get_iter (view->priv->model, &iter, path))
+ continue;
+
+ gtk_tree_model_get (view->priv->model, &iter, GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags, -1);
+
+ if (FILE_IS_DIR (flags) && directory == NULL)
+ directory = path;
+ else if (!FILE_IS_DUMMY (flags))
+ g_signal_emit (view, signals[FILE_ACTIVATED], 0, &iter);
+ }
+
+ if (directory != NULL &&
+ gtk_tree_model_get_iter (view->priv->model, &iter, directory))
+ {
+ g_signal_emit (view, signals[DIRECTORY_ACTIVATED], 0, &iter);
+ }
+
+ g_list_free_full (rows, (GDestroyNotify) gtk_tree_path_free);
+}
+
+static void
+activate_selected_bookmark (GeditFileBrowserView *view)
+{
+ GtkTreeView *tree_view = GTK_TREE_VIEW (view);
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (tree_view);
+ GtkTreeIter iter;
+
+ if (gtk_tree_selection_get_selected (selection, &view->priv->model, &iter))
+ g_signal_emit (view, signals[BOOKMARK_ACTIVATED], 0, &iter);
+}
+
+static void
+activate_selected_items (GeditFileBrowserView *view)
+{
+ if (GEDIT_IS_FILE_BROWSER_STORE (view->priv->model))
+ activate_selected_files (view);
+ else if (GEDIT_IS_FILE_BOOKMARKS_STORE (view->priv->model))
+ activate_selected_bookmark (view);
+}
+
+static void
+expand_or_collapse_selected_item (GeditFileBrowserView *view,
+ gboolean collapse)
+{
+ GtkTreeView *tree_view = GTK_TREE_VIEW (view);
+ GtkTreePath *path = NULL;
+
+ gtk_tree_view_get_cursor (tree_view, &path, NULL);
+
+ if (path == NULL)
+ {
+ return;
+ }
+
+ if (collapse)
+ {
+ if (!gtk_tree_view_collapse_row (tree_view, path) &&
+ gtk_tree_path_get_depth (path) > 1 &&
+ gtk_tree_path_up (path))
+ {
+ gtk_tree_view_set_cursor (tree_view, path, NULL, FALSE);
+ }
+ }
+ else
+ {
+ gtk_tree_view_expand_row (tree_view, path, FALSE);
+ }
+
+ gtk_tree_path_free (path);
+}
+
+static void
+row_activated (GtkTreeView *tree_view,
+ GtkTreePath *path,
+ GtkTreeViewColumn *column)
+{
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (tree_view);
+
+ /* Make sure the activated row is the only one selected */
+ gtk_tree_selection_unselect_all (selection);
+ gtk_tree_selection_select_path (selection, path);
+
+ activate_selected_items (GEDIT_FILE_BROWSER_VIEW (tree_view));
+}
+
+static void
+toggle_hidden_filter (GeditFileBrowserView *view)
+{
+ GeditFileBrowserStoreFilterMode mode;
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (view->priv->model))
+ {
+ mode = gedit_file_browser_store_get_filter_mode (GEDIT_FILE_BROWSER_STORE (view->priv->model));
+ mode ^= GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN;
+ gedit_file_browser_store_set_filter_mode (GEDIT_FILE_BROWSER_STORE (view->priv->model), mode);
+ }
+}
+
+static gboolean
+button_event_modifies_selection (GdkEventButton *event)
+{
+ return (event->state & (GDK_CONTROL_MASK | GDK_SHIFT_MASK)) != 0;
+}
+
+static void
+drag_begin (GtkWidget *widget,
+ GdkDragContext *context)
+{
+ GeditFileBrowserView *view = GEDIT_FILE_BROWSER_VIEW (widget);
+
+ view->priv->drag_button = 0;
+ view->priv->drag_started = TRUE;
+
+ /* Chain up */
+ GTK_WIDGET_CLASS (gedit_file_browser_view_parent_class)->drag_begin (widget, context);
+}
+
+static void
+did_not_drag (GeditFileBrowserView *view,
+ GdkEventButton *event)
+{
+ GtkTreeView *tree_view = GTK_TREE_VIEW (view);
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (tree_view);
+ GtkTreePath *path;
+
+ if (gtk_tree_view_get_path_at_pos (tree_view, event->x, event->y, &path, NULL, NULL, NULL))
+ {
+ if ((view->priv->click_policy == GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_SINGLE) &&
+ !button_event_modifies_selection (event) &&
+ (event->button == 1 || event->button == 2))
+ {
+ /* Activate all selected items, and leave them selected */
+ activate_selected_items (view);
+ }
+ else if ((event->button == 1 || event->button == 2) &&
+ ((event->state & GDK_CONTROL_MASK) != 0 || (event->state & GDK_SHIFT_MASK) == 0) &&
+ view->priv->selected_on_button_down)
+ {
+ if (!button_event_modifies_selection (event))
+ {
+ gtk_tree_selection_unselect_all (selection);
+ gtk_tree_selection_select_path (selection, path);
+ }
+ else
+ {
+ gtk_tree_selection_unselect_path (selection, path);
+ }
+ }
+
+ gtk_tree_path_free (path);
+ }
+}
+
+static gboolean
+button_release_event (GtkWidget *widget,
+ GdkEventButton *event)
+{
+ GeditFileBrowserView *view = GEDIT_FILE_BROWSER_VIEW (widget);
+
+ if (event->button == view->priv->drag_button)
+ {
+ view->priv->drag_button = 0;
+
+ if (!view->priv->drag_started && !view->priv->ignore_release)
+ did_not_drag (view, event);
+ }
+
+ /* Chain up */
+ return GTK_WIDGET_CLASS (gedit_file_browser_view_parent_class)->button_release_event (widget, event);
+}
+
+static gboolean
+button_press_event (GtkWidget *widget,
+ GdkEventButton *event)
+{
+ GtkWidgetClass *widget_parent = GTK_WIDGET_CLASS (gedit_file_browser_view_parent_class);
+ GtkTreeView *tree_view = GTK_TREE_VIEW (widget);
+ GeditFileBrowserView *view = GEDIT_FILE_BROWSER_VIEW (widget);
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (tree_view);
+ int double_click_time;
+ static int click_count = 0;
+ static guint32 last_click_time = 0;
+ GtkTreePath *path;
+ int expander_size;
+ int horizontal_separator;
+ gboolean on_expander;
+ gboolean call_parent;
+ gboolean selected;
+
+ /* Get double click time */
+ g_object_get (G_OBJECT (gtk_widget_get_settings (widget)),
+ "gtk-double-click-time", &double_click_time,
+ NULL);
+
+ /* Determine click count */
+ if (event->time - last_click_time < double_click_time)
+ click_count++;
+ else
+ click_count = 0;
+
+ last_click_time = event->time;
+
+ /* Ignore double click if we are in single click mode */
+ if (view->priv->click_policy == GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_SINGLE &&
+ click_count >= 2)
+ {
+ return TRUE;
+ }
+
+ view->priv->ignore_release = FALSE;
+ call_parent = TRUE;
+
+ if (gtk_tree_view_get_path_at_pos (tree_view, event->x, event->y, &path, NULL, NULL, NULL))
+ {
+ /* Keep track of path of last click so double clicks only happen
+ * on the same item */
+ if ((event->button == 1 || event->button == 2) &&
+ event->type == GDK_BUTTON_PRESS)
+ {
+ if (view->priv->double_click_path[1])
+ gtk_tree_path_free (view->priv->double_click_path[1]);
+
+ view->priv->double_click_path[1] = view->priv->double_click_path[0];
+ view->priv->double_click_path[0] = gtk_tree_path_copy (path);
+ }
+
+ if (event->type == GDK_2BUTTON_PRESS)
+ {
+ /* Do not chain up. The row-activated signal is normally
+ * already sent, which will activate the selected item
+ * and open the file.
+ */
+ }
+ else
+ {
+ /* We're going to filter out some situations where
+ * we can't let the default code run because all
+ * but one row would be deselected. We don't
+ * want that; we want the right click menu or single
+ * click to apply to everything that's currently selected. */
+ selected = gtk_tree_selection_path_is_selected (selection, path);
+
+ if (event->button == GDK_BUTTON_SECONDARY && selected)
+ call_parent = FALSE;
+
+ if ((event->button == 1 || event->button == 2) &&
+ ((event->state & GDK_CONTROL_MASK) != 0 ||
+ (event->state & GDK_SHIFT_MASK) == 0))
+ {
+ gtk_widget_style_get (widget,
+ "expander-size", &expander_size,
+ "horizontal-separator", &horizontal_separator,
+ NULL);
+ on_expander = (event->x <= horizontal_separator / 2 +
+ gtk_tree_path_get_depth (path) * expander_size);
+
+ view->priv->selected_on_button_down = selected;
+
+ if (selected)
+ {
+ call_parent = on_expander || gtk_tree_selection_count_selected_rows (selection) == 1;
+ view->priv->ignore_release = call_parent && view->priv->click_policy != GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_SINGLE;
+ }
+ else if ((event->state & GDK_CONTROL_MASK) != 0)
+ {
+ call_parent = FALSE;
+ gtk_tree_selection_select_path (selection, path);
+ }
+ else
+ {
+ view->priv->ignore_release = on_expander;
+ }
+ }
+
+ if (call_parent)
+ {
+ /* Chain up */
+ widget_parent->button_press_event (widget, event);
+ }
+ else if (selected)
+ {
+ gtk_widget_grab_focus (widget);
+ }
+
+ if ((event->button == 1 || event->button == 2) &&
+ event->type == GDK_BUTTON_PRESS)
+ {
+ view->priv->drag_started = FALSE;
+ view->priv->drag_button = event->button;
+ }
+ }
+
+ gtk_tree_path_free (path);
+ }
+ else
+ {
+ if ((event->button == 1 || event->button == 2) &&
+ event->type == GDK_BUTTON_PRESS)
+ {
+ if (view->priv->double_click_path[1])
+ gtk_tree_path_free (view->priv->double_click_path[1]);
+
+ view->priv->double_click_path[1] = view->priv->double_click_path[0];
+ view->priv->double_click_path[0] = NULL;
+ }
+
+ gtk_tree_selection_unselect_all (selection);
+ /* Chain up */
+ widget_parent->button_press_event (widget, event);
+ }
+
+ /* We already chained up if nescessary, so just return TRUE */
+ return TRUE;
+}
+
+static gboolean
+key_press_event (GtkWidget *widget,
+ GdkEventKey *event)
+{
+ GeditFileBrowserView *view = GEDIT_FILE_BROWSER_VIEW (widget);
+ guint modifiers = gtk_accelerator_get_default_mod_mask ();
+ gboolean handled = FALSE;
+
+ switch (event->keyval)
+ {
+ case GDK_KEY_space:
+ if (event->state & GDK_CONTROL_MASK)
+ {
+ handled = FALSE;
+ break;
+ }
+ if (!gtk_widget_has_focus (widget))
+ {
+ handled = FALSE;
+ break;
+ }
+
+ activate_selected_items (view);
+ handled = TRUE;
+ break;
+
+ case GDK_KEY_Return:
+ case GDK_KEY_KP_Enter:
+ activate_selected_items (view);
+ handled = TRUE;
+ break;
+
+ case GDK_KEY_h:
+ if ((event->state & modifiers) == GDK_CONTROL_MASK)
+ {
+ toggle_hidden_filter (view);
+ handled = TRUE;
+ }
+ break;
+
+ case GDK_KEY_Left:
+ expand_or_collapse_selected_item (view, TRUE);
+ handled = TRUE;
+ break;
+
+ case GDK_KEY_Right:
+ expand_or_collapse_selected_item (view, FALSE);
+ handled = TRUE;
+ break;
+
+ default:
+ handled = FALSE;
+ break;
+ }
+
+ /* Chain up */
+ if (!handled)
+ return GTK_WIDGET_CLASS (gedit_file_browser_view_parent_class)->key_press_event (widget, event);
+
+ return TRUE;
+}
+
+static void
+fill_expand_state (GeditFileBrowserView *view,
+ GtkTreeIter *iter)
+{
+ GtkTreePath *path;
+ GtkTreeIter child;
+
+ if (!gtk_tree_model_iter_has_child (view->priv->model, iter))
+ return;
+
+ path = gtk_tree_model_get_path (view->priv->model, iter);
+
+ if (gtk_tree_view_row_expanded (GTK_TREE_VIEW (view), path))
+ {
+ GFile *location;
+
+ gtk_tree_model_get (view->priv->model,
+ iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ -1);
+
+ add_expand_state (view, location);
+
+ if (location)
+ g_object_unref (location);
+ }
+
+ if (gtk_tree_model_iter_children (view->priv->model, &child, iter))
+ {
+ do
+ {
+ fill_expand_state (view, &child);
+ }
+ while (gtk_tree_model_iter_next (view->priv->model, &child));
+ }
+
+ gtk_tree_path_free (path);
+}
+
+static void
+uninstall_restore_signals (GeditFileBrowserView *tree_view,
+ GtkTreeModel *model)
+{
+ g_signal_handlers_disconnect_by_func (model, on_begin_refresh, tree_view);
+ g_signal_handlers_disconnect_by_func (model, on_end_refresh, tree_view);
+ g_signal_handlers_disconnect_by_func (model, on_unload, tree_view);
+ g_signal_handlers_disconnect_by_func (model, on_row_inserted, tree_view);
+}
+
+static void
+install_restore_signals (GeditFileBrowserView *tree_view,
+ GtkTreeModel *model)
+{
+ g_signal_connect (model, "begin-refresh", G_CALLBACK (on_begin_refresh), tree_view);
+ g_signal_connect (model, "end-refresh", G_CALLBACK (on_end_refresh), tree_view);
+ g_signal_connect (model, "unload", G_CALLBACK (on_unload), tree_view);
+ g_signal_connect_after (model, "row-inserted", G_CALLBACK (on_row_inserted), tree_view);
+}
+
+static void
+set_restore_expand_state (GeditFileBrowserView *view,
+ gboolean state)
+{
+ if (state == view->priv->restore_expand_state)
+ return;
+
+ if (view->priv->expand_state)
+ {
+ g_hash_table_destroy (view->priv->expand_state);
+ view->priv->expand_state = NULL;
+ }
+
+ if (state)
+ {
+ view->priv->expand_state = g_hash_table_new_full (g_file_hash,
+ (GEqualFunc)g_file_equal,
+ g_object_unref,
+ NULL);
+
+ if (view->priv->model && GEDIT_IS_FILE_BROWSER_STORE (view->priv->model))
+ {
+ fill_expand_state (view, NULL);
+ install_restore_signals (view, view->priv->model);
+ }
+ }
+ else if (view->priv->model && GEDIT_IS_FILE_BROWSER_STORE (view->priv->model))
+ {
+ uninstall_restore_signals (view, view->priv->model);
+ }
+
+ view->priv->restore_expand_state = state;
+}
+
+static void
+get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserView *obj = GEDIT_FILE_BROWSER_VIEW (object);
+
+ switch (prop_id)
+ {
+ case PROP_CLICK_POLICY:
+ g_value_set_enum (value, obj->priv->click_policy);
+ break;
+ case PROP_RESTORE_EXPAND_STATE:
+ g_value_set_boolean (value, obj->priv->restore_expand_state);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserView *obj = GEDIT_FILE_BROWSER_VIEW (object);
+
+ switch (prop_id)
+ {
+ case PROP_CLICK_POLICY:
+ set_click_policy_property (obj, g_value_get_enum (value));
+ break;
+ case PROP_RESTORE_EXPAND_STATE:
+ set_restore_expand_state (obj, g_value_get_boolean (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_view_class_init (GeditFileBrowserViewClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkTreeViewClass *tree_view_class = GTK_TREE_VIEW_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ object_class->finalize = gedit_file_browser_view_finalize;
+ object_class->get_property = get_property;
+ object_class->set_property = set_property;
+
+ /* Event handlers */
+ widget_class->motion_notify_event = motion_notify_event;
+ widget_class->enter_notify_event = enter_notify_event;
+ widget_class->leave_notify_event = leave_notify_event;
+ widget_class->button_press_event = button_press_event;
+ widget_class->button_release_event = button_release_event;
+ widget_class->drag_begin = drag_begin;
+ widget_class->key_press_event = key_press_event;
+
+ /* Tree view handlers */
+ tree_view_class->row_activated = row_activated;
+ tree_view_class->row_expanded = row_expanded;
+ tree_view_class->row_collapsed = row_collapsed;
+
+ /* Default handlers */
+ klass->directory_activated = directory_activated;
+
+ g_object_class_install_property (object_class, PROP_CLICK_POLICY,
+ g_param_spec_enum ("click-policy",
+ "Click Policy",
+ "The click policy",
+ GEDIT_TYPE_FILE_BROWSER_VIEW_CLICK_POLICY,
+ GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_DOUBLE,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
+
+ g_object_class_install_property (object_class, PROP_RESTORE_EXPAND_STATE,
+ g_param_spec_boolean ("restore-expand-state",
+ "Restore Expand State",
+ "Restore expanded state of loaded directories",
+ FALSE,
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
+
+ signals[ERROR] =
+ g_signal_new ("error",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserViewClass, error),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 2, G_TYPE_UINT, G_TYPE_STRING);
+ signals[FILE_ACTIVATED] =
+ g_signal_new ("file-activated",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserViewClass, file_activated),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1, GTK_TYPE_TREE_ITER);
+ signals[DIRECTORY_ACTIVATED] =
+ g_signal_new ("directory-activated",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserViewClass, directory_activated),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1, GTK_TYPE_TREE_ITER);
+ signals[BOOKMARK_ACTIVATED] =
+ g_signal_new ("bookmark-activated",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserViewClass, bookmark_activated),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1, GTK_TYPE_TREE_ITER);
+}
+
+static void
+gedit_file_browser_view_class_finalize (GeditFileBrowserViewClass *klass)
+{
+}
+
+static void
+cell_data_cb (GtkTreeViewColumn *tree_column,
+ GtkCellRenderer *cell,
+ GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GeditFileBrowserView *obj)
+{
+ GtkTreePath *path = gtk_tree_model_get_path (tree_model, iter);
+ PangoUnderline underline = PANGO_UNDERLINE_NONE;
+ gboolean editable = FALSE;
+
+ if (obj->priv->click_policy == GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_SINGLE &&
+ obj->priv->hover_path != NULL &&
+ gtk_tree_path_compare (path, obj->priv->hover_path) == 0)
+ {
+ underline = PANGO_UNDERLINE_SINGLE;
+ }
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (tree_model) &&
+ obj->priv->editable != NULL &&
+ gtk_tree_row_reference_valid (obj->priv->editable))
+ {
+ GtkTreePath *edpath = gtk_tree_row_reference_get_path (obj->priv->editable);
+
+ editable = edpath && gtk_tree_path_compare (path, edpath) == 0;
+
+ gtk_tree_path_free (edpath);
+ }
+
+ gtk_tree_path_free (path);
+ g_object_set (cell, "editable", editable, "underline", underline, NULL);
+}
+
+static void
+icon_renderer_cb (GtkTreeViewColumn *tree_column,
+ GtkCellRenderer *cell,
+ GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GeditFileBrowserView *obj)
+{
+ GdkPixbuf *pixbuf;
+ gchar *icon_name;
+ gboolean set_pixbuf = FALSE;
+
+ gtk_tree_model_get (tree_model,
+ iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_ICON_NAME, &icon_name,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_ICON, &pixbuf,
+ -1);
+
+ if (pixbuf != NULL && (GEDIT_IS_FILE_BROWSER_STORE (tree_model) || icon_name == NULL))
+ set_pixbuf = TRUE;
+
+ if (set_pixbuf)
+ g_object_set (cell, "pixbuf", pixbuf, NULL);
+ else
+ g_object_set (cell, "icon-name", icon_name, NULL);
+
+ g_clear_object (&pixbuf);
+ g_free (icon_name);
+}
+
+static void
+gedit_file_browser_view_init (GeditFileBrowserView *obj)
+{
+ obj->priv = gedit_file_browser_view_get_instance_private (obj);
+
+ obj->priv->column = gtk_tree_view_column_new ();
+
+ obj->priv->pixbuf_renderer = gtk_cell_renderer_pixbuf_new ();
+ gtk_tree_view_column_pack_start (obj->priv->column,
+ obj->priv->pixbuf_renderer,
+ FALSE);
+
+ gtk_tree_view_column_set_cell_data_func (obj->priv->column,
+ obj->priv->pixbuf_renderer,
+ (GtkTreeCellDataFunc)icon_renderer_cb,
+ obj,
+ NULL);
+
+ obj->priv->text_renderer = gtk_cell_renderer_text_new ();
+ gtk_tree_view_column_pack_start (obj->priv->column,
+ obj->priv->text_renderer, TRUE);
+ gtk_tree_view_column_add_attribute (obj->priv->column,
+ obj->priv->text_renderer,
+ "markup",
+ GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP);
+
+ g_signal_connect (obj->priv->text_renderer, "edited",
+ G_CALLBACK (on_cell_edited), obj);
+
+ gtk_tree_view_append_column (GTK_TREE_VIEW (obj),
+ obj->priv->column);
+ gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (obj), FALSE);
+
+ gtk_tree_view_enable_model_drag_source (GTK_TREE_VIEW (obj),
+ GDK_BUTTON1_MASK,
+ drag_source_targets,
+ G_N_ELEMENTS (drag_source_targets),
+ GDK_ACTION_COPY);
+}
+
+static gboolean
+bookmarks_separator_func (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ gpointer user_data)
+{
+ guint flags;
+
+ gtk_tree_model_get (model,
+ iter,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ return (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_SEPARATOR);
+}
+
+/* Public */
+GtkWidget *
+gedit_file_browser_view_new (void)
+{
+ GeditFileBrowserView *obj = GEDIT_FILE_BROWSER_VIEW (g_object_new (GEDIT_TYPE_FILE_BROWSER_VIEW, NULL));
+
+ return GTK_WIDGET (obj);
+}
+
+void
+gedit_file_browser_view_set_model (GeditFileBrowserView *tree_view,
+ GtkTreeModel *model)
+{
+ GtkTreeSelection *selection;
+ gint search_column;
+
+ if (tree_view->priv->model == model)
+ return;
+
+ selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (tree_view));
+
+ if (GEDIT_IS_FILE_BOOKMARKS_STORE (model))
+ {
+ gtk_tree_selection_set_mode (selection, GTK_SELECTION_BROWSE);
+ gtk_tree_view_set_row_separator_func (GTK_TREE_VIEW (tree_view), bookmarks_separator_func, NULL, NULL);
+ gtk_tree_view_column_set_cell_data_func (tree_view->priv->column,
+ tree_view->priv->text_renderer,
+ (GtkTreeCellDataFunc)cell_data_cb,
+ tree_view, NULL);
+ search_column = GEDIT_FILE_BOOKMARKS_STORE_COLUMN_NAME;
+ }
+ else
+ {
+ gtk_tree_selection_set_mode (selection, GTK_SELECTION_MULTIPLE);
+ gtk_tree_view_set_row_separator_func (GTK_TREE_VIEW (tree_view), NULL, NULL, NULL);
+ gtk_tree_view_column_set_cell_data_func (tree_view->priv->column,
+ tree_view->priv->text_renderer,
+ (GtkTreeCellDataFunc)cell_data_cb,
+ tree_view, NULL);
+ search_column = GEDIT_FILE_BROWSER_STORE_COLUMN_NAME;
+
+ if (tree_view->priv->restore_expand_state)
+ install_restore_signals (tree_view, model);
+
+ }
+
+ if (tree_view->priv->hover_path != NULL)
+ {
+ gtk_tree_path_free (tree_view->priv->hover_path);
+ tree_view->priv->hover_path = NULL;
+ }
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (tree_view->priv->model) &&
+ tree_view->priv->restore_expand_state)
+ {
+ uninstall_restore_signals (tree_view, tree_view->priv->model);
+ }
+
+ tree_view->priv->model = model;
+ gtk_tree_view_set_model (GTK_TREE_VIEW (tree_view), model);
+ gtk_tree_view_set_search_column (GTK_TREE_VIEW (tree_view), search_column);
+}
+
+void
+gedit_file_browser_view_start_rename (GeditFileBrowserView *tree_view,
+ GtkTreeIter *iter)
+{
+ gchar *name;
+ gchar *markup;
+ guint flags;
+ GValue name_escaped = G_VALUE_INIT;
+ GtkTreeRowReference *rowref;
+ GtkTreePath *path;
+
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_VIEW (tree_view));
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_STORE (tree_view->priv->model));
+ g_return_if_fail (iter != NULL);
+
+ gtk_tree_model_get (tree_view->priv->model,
+ iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_NAME, &name,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP, &markup,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (!(FILE_IS_DIR (flags) || !FILE_IS_DUMMY (flags)))
+ {
+ g_free (name);
+ g_free (markup);
+ return;
+ }
+
+ /* Restore the markup to the original
+ * name, a plugin might have changed the markup.
+ */
+ g_value_init (&name_escaped, G_TYPE_STRING);
+ g_value_take_string (&name_escaped, g_markup_escape_text (name, -1));
+ gedit_file_browser_store_set_value (GEDIT_FILE_BROWSER_STORE (tree_view->priv->model),
+ iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP, &name_escaped);
+
+ path = gtk_tree_model_get_path (tree_view->priv->model, iter);
+ rowref = gtk_tree_row_reference_new (tree_view->priv->model, path);
+
+ /* Start editing */
+ gtk_widget_grab_focus (GTK_WIDGET (tree_view));
+
+ if (gtk_tree_path_up (path))
+ gtk_tree_view_expand_to_path (GTK_TREE_VIEW (tree_view), path);
+
+ gtk_tree_path_free (path);
+
+ tree_view->priv->orig_markup = markup;
+ tree_view->priv->editable = rowref;
+
+ /* grab focus on the text cell which is editable */
+ gtk_tree_view_column_focus_cell (tree_view->priv->column, tree_view->priv->text_renderer);
+
+ path = gtk_tree_row_reference_get_path (tree_view->priv->editable),
+ gtk_tree_view_set_cursor (GTK_TREE_VIEW (tree_view), path, tree_view->priv->column, TRUE);
+ gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (tree_view),
+ path, tree_view->priv->column,
+ FALSE, 0.0, 0.0);
+
+ gtk_tree_path_free (path);
+ g_value_unset (&name_escaped);
+ g_free (name);
+}
+
+void
+gedit_file_browser_view_set_click_policy (GeditFileBrowserView *tree_view,
+ GeditFileBrowserViewClickPolicy policy)
+{
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_VIEW (tree_view));
+
+ set_click_policy_property (tree_view, policy);
+
+ g_object_notify (G_OBJECT (tree_view), "click-policy");
+}
+
+void
+gedit_file_browser_view_set_restore_expand_state (GeditFileBrowserView *tree_view,
+ gboolean restore_expand_state)
+{
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_VIEW (tree_view));
+
+ set_restore_expand_state (tree_view, restore_expand_state);
+ g_object_notify (G_OBJECT (tree_view), "restore-expand-state");
+}
+
+/* Signal handlers */
+static void
+on_cell_edited (GtkCellRendererText *cell,
+ gchar *path,
+ gchar *new_text,
+ GeditFileBrowserView *tree_view)
+{
+ GtkTreePath *treepath = gtk_tree_path_new_from_string (path);
+ GtkTreeIter iter;
+ gboolean ret;
+ GValue orig_markup = G_VALUE_INIT;
+ GError *error = NULL;
+
+ ret = gtk_tree_model_get_iter (GTK_TREE_MODEL (tree_view->priv->model), &iter, treepath);
+ gtk_tree_path_free (treepath);
+
+ if (ret)
+ {
+ /* Restore the original markup */
+ g_value_init (&orig_markup, G_TYPE_STRING);
+ g_value_set_string (&orig_markup, tree_view->priv->orig_markup);
+ gedit_file_browser_store_set_value (GEDIT_FILE_BROWSER_STORE (tree_view->priv->model), &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_MARKUP, &orig_markup);
+
+ if (new_text != NULL && *new_text != '\0' &&
+ gedit_file_browser_store_rename (GEDIT_FILE_BROWSER_STORE (tree_view->priv->model),
+ &iter,
+ new_text,
+ &error))
+ {
+ treepath = gtk_tree_model_get_path (GTK_TREE_MODEL (tree_view->priv->model), &iter);
+ gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (tree_view),
+ treepath, NULL,
+ FALSE, 0.0, 0.0);
+ gtk_tree_path_free (treepath);
+ }
+ else if (error)
+ {
+ g_signal_emit (tree_view, signals[ERROR], 0, error->code, error->message);
+ g_error_free (error);
+ }
+
+ g_value_unset (&orig_markup);
+ }
+
+ g_free (tree_view->priv->orig_markup);
+ tree_view->priv->orig_markup = NULL;
+
+ gtk_tree_row_reference_free (tree_view->priv->editable);
+ tree_view->priv->editable = NULL;
+}
+
+static void
+on_begin_refresh (GeditFileBrowserStore *model,
+ GeditFileBrowserView *view)
+{
+ /* Store the refresh state, so we can handle unloading of nodes while
+ refreshing properly */
+ view->priv->is_refresh = TRUE;
+}
+
+static void
+on_end_refresh (GeditFileBrowserStore *model,
+ GeditFileBrowserView *view)
+{
+ /* Store the refresh state, so we can handle unloading of nodes while
+ refreshing properly */
+ view->priv->is_refresh = FALSE;
+}
+
+static void
+on_unload (GeditFileBrowserStore *model,
+ GFile *location,
+ GeditFileBrowserView *view)
+{
+ /* Don't remove the expand state if we are refreshing */
+ if (!view->priv->restore_expand_state || view->priv->is_refresh)
+ return;
+
+ remove_expand_state (view, location);
+}
+
+static void
+restore_expand_state (GeditFileBrowserView *view,
+ GeditFileBrowserStore *model,
+ GtkTreeIter *iter)
+{
+ GFile *location;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (model),
+ iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ -1);
+
+ if (location)
+ {
+ GtkTreePath *path = gtk_tree_model_get_path (GTK_TREE_MODEL (model), iter);
+
+ if (g_hash_table_lookup (view->priv->expand_state, location))
+ gtk_tree_view_expand_row (GTK_TREE_VIEW (view), path, FALSE);
+
+ gtk_tree_path_free (path);
+ g_object_unref (location);
+ }
+}
+
+static void
+on_row_inserted (GeditFileBrowserStore *model,
+ GtkTreePath *path,
+ GtkTreeIter *iter,
+ GeditFileBrowserView *view)
+{
+ GtkTreeIter parent;
+ GtkTreePath *copy;
+
+ if (gtk_tree_model_iter_has_child (GTK_TREE_MODEL (model), iter))
+ restore_expand_state (view, model, iter);
+
+ copy = gtk_tree_path_copy (path);
+
+ if (gtk_tree_path_up (copy) &&
+ (gtk_tree_path_get_depth (copy) != 0) &&
+ gtk_tree_model_get_iter (GTK_TREE_MODEL (model), &parent, copy))
+ {
+ restore_expand_state (view, model, &parent);
+ }
+
+ gtk_tree_path_free (copy);
+}
+
+void
+_gedit_file_browser_view_register_type (GTypeModule *type_module)
+{
+ gedit_file_browser_view_register_type (type_module);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-view.h b/plugins/filebrowser/gedit-file-browser-view.h
new file mode 100644
index 0000000..8c2efc8
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-view.h
@@ -0,0 +1,84 @@
+/*
+ * gedit-file-browser-view.h - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_BROWSER_VIEW_H
+#define GEDIT_FILE_BROWSER_VIEW_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+#define GEDIT_TYPE_FILE_BROWSER_VIEW (gedit_file_browser_view_get_type ())
+#define GEDIT_FILE_BROWSER_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_BROWSER_VIEW, GeditFileBrowserView))
+#define GEDIT_FILE_BROWSER_VIEW_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_BROWSER_VIEW, GeditFileBrowserView const))
+#define GEDIT_FILE_BROWSER_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_FILE_BROWSER_VIEW, GeditFileBrowserViewClass))
+#define GEDIT_IS_FILE_BROWSER_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_FILE_BROWSER_VIEW))
+#define GEDIT_IS_FILE_BROWSER_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_FILE_BROWSER_VIEW))
+#define GEDIT_FILE_BROWSER_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_FILE_BROWSER_VIEW, GeditFileBrowserViewClass))
+
+typedef struct _GeditFileBrowserView GeditFileBrowserView;
+typedef struct _GeditFileBrowserViewClass GeditFileBrowserViewClass;
+typedef struct _GeditFileBrowserViewPrivate GeditFileBrowserViewPrivate;
+
+typedef enum {
+ GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_SINGLE,
+ GEDIT_FILE_BROWSER_VIEW_CLICK_POLICY_DOUBLE
+} GeditFileBrowserViewClickPolicy;
+
+struct _GeditFileBrowserView
+{
+ GtkTreeView parent;
+
+ GeditFileBrowserViewPrivate *priv;
+};
+
+struct _GeditFileBrowserViewClass
+{
+ GtkTreeViewClass parent_class;
+
+ /* Signals */
+ void (* error) (GeditFileBrowserView *filetree,
+ guint code,
+ gchar const *message);
+ void (* file_activated) (GeditFileBrowserView *filetree,
+ GtkTreeIter *iter);
+ void (* directory_activated) (GeditFileBrowserView *filetree,
+ GtkTreeIter *iter);
+ void (* bookmark_activated) (GeditFileBrowserView *filetree,
+ GtkTreeIter *iter);
+};
+
+GType gedit_file_browser_view_get_type (void) G_GNUC_CONST;
+
+GtkWidget *gedit_file_browser_view_new (void);
+void gedit_file_browser_view_set_model (GeditFileBrowserView *tree_view,
+ GtkTreeModel *model);
+void gedit_file_browser_view_start_rename (GeditFileBrowserView *tree_view,
+ GtkTreeIter *iter);
+void gedit_file_browser_view_set_click_policy (GeditFileBrowserView *tree_view,
+ GeditFileBrowserViewClickPolicy policy);
+void gedit_file_browser_view_set_restore_expand_state (GeditFileBrowserView *tree_view,
+ gboolean restore_expand_state);
+
+void _gedit_file_browser_view_register_type (GTypeModule *type_module);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_VIEW_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-widget.c b/plugins/filebrowser/gedit-file-browser-widget.c
new file mode 100644
index 0000000..00585b4
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-widget.c
@@ -0,0 +1,3152 @@
+/*
+ * gedit-file-browser-widget.c - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <string.h>
+#include <glib.h>
+#include <glib/gi18n-lib.h>
+#include <gdk/gdkkeysyms.h>
+#include <gedit/gedit-utils.h>
+
+#include "gedit-file-browser-utils.h"
+#include "gedit-file-browser-error.h"
+#include "gedit-file-browser-widget.h"
+#include "gedit-file-browser-view.h"
+#include "gedit-file-browser-store.h"
+#include "gedit-file-bookmarks-store.h"
+#include "gedit-file-browser-enum-types.h"
+
+#define LOCATION_DATA_KEY "gedit-file-browser-widget-location"
+
+enum
+{
+ BOOKMARKS_ID,
+ SEPARATOR_CUSTOM_ID,
+ SEPARATOR_ID,
+ PATH_ID,
+ NUM_DEFAULT_IDS
+};
+
+enum
+{
+ COLUMN_ICON,
+ COLUMN_ICON_NAME,
+ COLUMN_NAME,
+ COLUMN_FILE,
+ COLUMN_ID,
+ N_COLUMNS
+};
+
+/* Properties */
+enum
+{
+ PROP_0,
+
+ PROP_FILTER_PATTERN,
+};
+
+/* Signals */
+enum
+{
+ LOCATION_ACTIVATED,
+ ERROR,
+ CONFIRM_DELETE,
+ CONFIRM_NO_TRASH,
+ OPEN_IN_TERMINAL,
+ SET_ACTIVE_ROOT,
+ NUM_SIGNALS
+};
+
+static guint signals[NUM_SIGNALS] = { 0 };
+
+typedef struct _SignalNode
+{
+ GObject *object;
+ gulong id;
+} SignalNode;
+
+typedef struct
+{
+ gulong id;
+ GeditFileBrowserWidgetFilterFunc func;
+ gpointer user_data;
+ GDestroyNotify destroy_notify;
+} FilterFunc;
+
+typedef struct
+{
+ GFile *root;
+ GFile *virtual_root;
+} Location;
+
+typedef struct
+{
+ gchar *name;
+ gchar *icon_name;
+ GdkPixbuf *icon;
+} NameIcon;
+
+struct _GeditFileBrowserWidgetPrivate
+{
+ GeditFileBrowserView *treeview;
+ GeditFileBrowserStore *file_store;
+ GeditFileBookmarksStore *bookmarks_store;
+
+ GHashTable *bookmarks_hash;
+
+ GMenuModel *dir_menu;
+ GMenuModel *bookmarks_menu;
+
+ GtkWidget *previous_button;
+ GtkWidget *next_button;
+
+ GtkWidget *locations_button;
+ GtkWidget *locations_popover;
+ GtkWidget *locations_treeview;
+ GtkTreeViewColumn *treeview_icon_column;
+ GtkCellRenderer *treeview_icon_renderer;
+ GtkTreeSelection *locations_treeview_selection;
+ GtkWidget *locations_button_arrow;
+ GtkWidget *locations_cellview;
+ GtkListStore *locations_model;
+
+ GtkWidget *location_entry;
+
+ GtkWidget *filter_entry_revealer;
+ GtkWidget *filter_entry;
+
+ GSimpleActionGroup *action_group;
+
+ GSList *signal_pool;
+
+ GSList *filter_funcs;
+ gulong filter_id;
+ gulong glob_filter_id;
+ GPatternSpec *filter_pattern;
+ gchar *filter_pattern_str;
+
+ GList *locations;
+ GList *current_location;
+ gboolean changing_location;
+ GtkWidget *location_previous_menu;
+ GtkWidget *location_next_menu;
+ GtkWidget *current_location_menu_item;
+
+ GCancellable *cancellable;
+
+ GdkCursor *busy_cursor;
+};
+
+static void on_model_set (GObject *gobject,
+ GParamSpec *arg1,
+ GeditFileBrowserWidget *obj);
+static void on_treeview_error (GeditFileBrowserView *tree_view,
+ guint code,
+ gchar *message,
+ GeditFileBrowserWidget *obj);
+static void on_file_store_error (GeditFileBrowserStore *store,
+ guint code,
+ gchar *message,
+ GeditFileBrowserWidget *obj);
+static gboolean on_file_store_no_trash (GeditFileBrowserStore *store,
+ GList *files,
+ GeditFileBrowserWidget *obj);
+static gboolean on_location_button_press_event (GtkWidget *button,
+ GdkEventButton *event,
+ GeditFileBrowserWidget *obj);
+static void on_location_entry_activate (GtkEntry *entry,
+ GeditFileBrowserWidget *obj);
+static gboolean
+ on_location_entry_focus_out_event (GtkWidget *entry,
+ GdkEvent *event,
+ GeditFileBrowserWidget *obj);
+static gboolean
+ on_location_entry_key_press_event (GtkWidget *entry,
+ GdkEventKey *event,
+ GeditFileBrowserWidget *obj);
+static gboolean on_treeview_popup_menu (GeditFileBrowserView *treeview,
+ GeditFileBrowserWidget *obj);
+static gboolean on_treeview_button_press_event (GeditFileBrowserView *treeview,
+ GdkEventButton *event,
+ GeditFileBrowserWidget *obj);
+static gboolean on_treeview_key_press_event (GeditFileBrowserView *treeview,
+ GdkEventKey *event,
+ GeditFileBrowserWidget *obj);
+static void on_selection_changed (GtkTreeSelection *selection,
+ GeditFileBrowserWidget *obj);
+
+static void on_virtual_root_changed (GeditFileBrowserStore *model,
+ GParamSpec *param,
+ GeditFileBrowserWidget *obj);
+
+static gboolean on_entry_filter_activate (GeditFileBrowserWidget *obj);
+static void on_location_jump_activate (GtkMenuItem *item,
+ GeditFileBrowserWidget *obj);
+static void on_bookmarks_row_changed (GtkTreeModel *model,
+ GtkTreePath *path,
+ GtkTreeIter *iter,
+ GeditFileBrowserWidget *obj);
+static void on_bookmarks_row_deleted (GtkTreeModel *model,
+ GtkTreePath *path,
+ GeditFileBrowserWidget *obj);
+static void on_filter_mode_changed (GeditFileBrowserStore *model,
+ GParamSpec *param,
+ GeditFileBrowserWidget *obj);
+static void previous_location_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void next_location_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void up_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void home_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void new_folder_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void open_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void new_file_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void rename_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void delete_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void move_to_trash_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void refresh_view_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void view_folder_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void change_show_hidden_state (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data);
+static void change_show_binary_state (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data);
+static void change_show_match_filename (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data);
+static void open_in_terminal_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void set_active_root_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data);
+static void on_locations_treeview_selection_changed (GtkTreeSelection *treeselection,
+ GeditFileBrowserWidget *obj);
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditFileBrowserWidget,
+ gedit_file_browser_widget,
+ GTK_TYPE_GRID,
+ 0,
+ G_ADD_PRIVATE_DYNAMIC (GeditFileBrowserWidget))
+
+static void
+free_name_icon (gpointer data)
+{
+ NameIcon *item = (NameIcon *)(data);
+
+ if (item == NULL)
+ return;
+
+ g_free (item->icon_name);
+ g_free (item->name);
+
+ if (item->icon)
+ g_object_unref (item->icon);
+
+ g_slice_free (NameIcon, item);
+}
+
+static FilterFunc *
+filter_func_new (GeditFileBrowserWidget *obj,
+ GeditFileBrowserWidgetFilterFunc func,
+ gpointer user_data,
+ GDestroyNotify notify)
+{
+ FilterFunc *result = g_slice_new (FilterFunc);
+
+ result->id = ++obj->priv->filter_id;
+ result->func = func;
+ result->user_data = user_data;
+ result->destroy_notify = notify;
+ return result;
+}
+
+static void
+location_free (Location *loc)
+{
+ if (loc->root)
+ g_object_unref (loc->root);
+
+ if (loc->virtual_root)
+ g_object_unref (loc->virtual_root);
+
+ g_slice_free (Location, loc);
+}
+
+static gboolean
+locations_find_by_id (GeditFileBrowserWidget *obj,
+ guint id,
+ GtkTreeIter *iter)
+{
+ GtkTreeModel *model = GTK_TREE_MODEL (obj->priv->locations_model);
+ guint checkid;
+
+ if (iter == NULL)
+ return FALSE;
+
+ if (gtk_tree_model_get_iter_first (model, iter))
+ {
+ do
+ {
+ gtk_tree_model_get (model,
+ iter,
+ COLUMN_ID, &checkid,
+ -1);
+
+ if (checkid == id)
+ return TRUE;
+ }
+ while (gtk_tree_model_iter_next (model, iter));
+ }
+
+ return FALSE;
+}
+
+static void
+cancel_async_operation (GeditFileBrowserWidget *widget)
+{
+ if (!widget->priv->cancellable)
+ return;
+
+ g_cancellable_cancel (widget->priv->cancellable);
+ g_object_unref (widget->priv->cancellable);
+
+ widget->priv->cancellable = NULL;
+}
+
+static void
+filter_func_free (FilterFunc *func)
+{
+ g_slice_free (FilterFunc, func);
+}
+
+static void
+gedit_file_browser_widget_finalize (GObject *object)
+{
+ GeditFileBrowserWidgetPrivate *priv = GEDIT_FILE_BROWSER_WIDGET (object)->priv;
+
+ g_free (priv->filter_pattern_str);
+
+ G_OBJECT_CLASS (gedit_file_browser_widget_parent_class)->finalize (object);
+}
+
+static void
+clear_signals (GeditFileBrowserWidget *obj)
+{
+ GSList *item = obj->priv->signal_pool;
+ SignalNode *node;
+
+ while (item != NULL)
+ {
+ node = (SignalNode *) (item->data);
+ item = g_slist_delete_link (item, item);
+
+ g_signal_handler_disconnect (node->object, node->id);
+ g_slice_free (SignalNode, node);
+ }
+
+ obj->priv->signal_pool = NULL;
+}
+
+static void
+gedit_file_browser_widget_dispose (GObject *object)
+{
+ GeditFileBrowserWidget *obj = GEDIT_FILE_BROWSER_WIDGET (object);
+ GeditFileBrowserWidgetPrivate *priv = obj->priv;
+
+ clear_signals (obj);
+ g_clear_object (&priv->file_store);
+ g_clear_object (&priv->bookmarks_store);
+
+ g_slist_free_full (priv->filter_funcs, (GDestroyNotify)filter_func_free);
+ g_list_free_full (priv->locations, (GDestroyNotify)location_free);
+
+ if (priv->bookmarks_hash != NULL)
+ {
+ g_hash_table_unref (priv->bookmarks_hash);
+ priv->bookmarks_hash = NULL;
+ }
+
+ cancel_async_operation (obj);
+
+ g_clear_object (&obj->priv->current_location_menu_item);
+ g_clear_object (&priv->busy_cursor);
+ g_clear_object (&priv->dir_menu);
+ g_clear_object (&priv->bookmarks_menu);
+
+ G_OBJECT_CLASS (gedit_file_browser_widget_parent_class)->dispose (object);
+}
+
+static void
+gedit_file_browser_widget_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserWidget *obj = GEDIT_FILE_BROWSER_WIDGET (object);
+
+ switch (prop_id)
+ {
+ case PROP_FILTER_PATTERN:
+ g_value_set_string (value, obj->priv->filter_pattern_str);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_widget_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserWidget *obj = GEDIT_FILE_BROWSER_WIDGET (object);
+
+ switch (prop_id)
+ {
+ case PROP_FILTER_PATTERN:
+ gedit_file_browser_widget_set_filter_pattern (obj,
+ g_value_get_string (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_widget_class_init (GeditFileBrowserWidgetClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ object_class->finalize = gedit_file_browser_widget_finalize;
+ object_class->dispose = gedit_file_browser_widget_dispose;
+
+ object_class->get_property = gedit_file_browser_widget_get_property;
+ object_class->set_property = gedit_file_browser_widget_set_property;
+
+ g_object_class_install_property (object_class, PROP_FILTER_PATTERN,
+ g_param_spec_string ("filter-pattern",
+ "Filter Pattern",
+ "The filter pattern",
+ "",
+ G_PARAM_READWRITE));
+
+ signals[LOCATION_ACTIVATED] =
+ g_signal_new ("location-activated",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserWidgetClass, location_activated),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1, G_TYPE_FILE);
+
+ signals[ERROR] =
+ g_signal_new ("error", G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserWidgetClass, error),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 2, G_TYPE_UINT, G_TYPE_STRING);
+
+ signals[CONFIRM_DELETE] =
+ g_signal_new ("confirm-delete", G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserWidgetClass, confirm_delete),
+ g_signal_accumulator_true_handled, NULL, NULL,
+ G_TYPE_BOOLEAN, 2, G_TYPE_OBJECT, G_TYPE_POINTER);
+
+ signals[CONFIRM_NO_TRASH] =
+ g_signal_new ("confirm-no-trash", G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserWidgetClass, confirm_no_trash),
+ g_signal_accumulator_true_handled, NULL, NULL,
+ G_TYPE_BOOLEAN, 1, G_TYPE_POINTER);
+
+ signals[OPEN_IN_TERMINAL] =
+ g_signal_new ("open-in-terminal",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserWidgetClass, open_in_terminal),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 1, G_TYPE_FILE);
+
+ signals[SET_ACTIVE_ROOT] =
+ g_signal_new ("set-active-root",
+ G_OBJECT_CLASS_TYPE (object_class),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GeditFileBrowserWidgetClass, set_active_root),
+ NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+
+ /* Bind class to template */
+ gtk_widget_class_set_template_from_resource (widget_class,
+ "/org/gnome/gedit/plugins/file-browser/ui/gedit-file-browser-widget.ui");
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, previous_button);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, next_button);
+
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, locations_button);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, locations_popover);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, locations_treeview);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, locations_treeview_selection);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, treeview_icon_column);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, treeview_icon_renderer);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, locations_cellview);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, locations_button_arrow);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, locations_model);
+
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, location_entry);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, treeview);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, filter_entry_revealer);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, filter_entry);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, location_previous_menu);
+ gtk_widget_class_bind_template_child_private (widget_class, GeditFileBrowserWidget, location_next_menu);
+}
+
+static void
+gedit_file_browser_widget_class_finalize (GeditFileBrowserWidgetClass *klass)
+{
+}
+
+static void
+add_signal (GeditFileBrowserWidget *obj,
+ gpointer object,
+ gulong id)
+{
+ SignalNode *node = g_slice_new (SignalNode);
+
+ node->object = G_OBJECT (object);
+ node->id = id;
+
+ obj->priv->signal_pool = g_slist_prepend (obj->priv->signal_pool, node);
+}
+
+static gboolean
+separator_func (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ gpointer data)
+{
+ guint id;
+
+ gtk_tree_model_get (model, iter, COLUMN_ID, &id, -1);
+
+ return (id == SEPARATOR_ID);
+}
+
+static gboolean
+get_from_bookmark_file (GeditFileBrowserWidget *obj,
+ GFile *file,
+ gchar **name,
+ gchar **icon_name,
+ GdkPixbuf **icon)
+{
+ NameIcon *item = (NameIcon *)g_hash_table_lookup (obj->priv->bookmarks_hash, file);
+
+ if (item == NULL)
+ return FALSE;
+
+ *name = g_strdup (item->name);
+ *icon_name = g_strdup (item->icon_name);
+
+ if (icon != NULL && item->icon != NULL)
+ {
+ *icon = g_object_ref (item->icon);
+ }
+
+ return TRUE;
+}
+
+static void
+insert_path_item (GeditFileBrowserWidget *obj,
+ GFile *file,
+ GtkTreeIter *after,
+ GtkTreeIter *iter)
+{
+ gchar *unescape = NULL;
+ gchar *icon_name = NULL;
+ GdkPixbuf *icon = NULL;
+
+ /* Try to get the icon and name from the bookmarks hash */
+ if (!get_from_bookmark_file (obj, file, &unescape, &icon_name, &icon))
+ {
+ /* It's not a bookmark, fetch the name and the icon ourselves */
+ unescape = gedit_file_browser_utils_file_basename (file);
+
+ /* Get the icon */
+ icon_name = gedit_file_browser_utils_symbolic_icon_name_from_file (file);
+ }
+
+ gtk_list_store_insert_after (obj->priv->locations_model, iter, after);
+
+ gtk_list_store_set (obj->priv->locations_model,
+ iter,
+ COLUMN_ICON, icon,
+ COLUMN_ICON_NAME, icon_name,
+ COLUMN_NAME, unescape,
+ COLUMN_FILE, file,
+ COLUMN_ID, PATH_ID,
+ -1);
+
+ if (icon)
+ g_object_unref (icon);
+
+ g_free (icon_name);
+ g_free (unescape);
+}
+
+static void
+insert_separator_item (GeditFileBrowserWidget *obj)
+{
+ GtkTreeIter iter;
+
+ gtk_list_store_insert (obj->priv->locations_model, &iter, 1);
+ gtk_list_store_set (obj->priv->locations_model, &iter,
+ COLUMN_ICON, NULL,
+ COLUMN_ICON_NAME, NULL,
+ COLUMN_NAME, NULL,
+ COLUMN_ID, SEPARATOR_ID, -1);
+}
+
+static void
+insert_location_path (GeditFileBrowserWidget *obj)
+{
+ GeditFileBrowserWidgetPrivate *priv = obj->priv;
+ Location *loc;
+ GFile *current = NULL;
+ GFile *tmp;
+ GtkTreeIter separator;
+ GtkTreeIter iter;
+
+ if (!priv->current_location)
+ {
+ g_message ("insert_location_path: no current location");
+ return;
+ }
+
+ loc = (Location *)(priv->current_location->data);
+
+ current = loc->virtual_root;
+ locations_find_by_id (obj, SEPARATOR_ID, &separator);
+
+ while (current != NULL)
+ {
+ insert_path_item (obj, current, &separator, &iter);
+
+ if (current == loc->virtual_root)
+ {
+
+ g_signal_handlers_block_by_func (priv->locations_treeview,
+ on_locations_treeview_selection_changed,
+ obj);
+
+ gtk_tree_selection_select_iter (priv->locations_treeview_selection, &iter);
+
+ g_signal_handlers_unblock_by_func (priv->locations_treeview,
+ on_locations_treeview_selection_changed,
+ obj);
+ }
+
+ if (g_file_equal (current, loc->root) ||
+ !g_file_has_parent (current, NULL))
+ {
+ if (current != loc->virtual_root)
+ g_object_unref (current);
+ break;
+ }
+
+ tmp = g_file_get_parent (current);
+
+ if (current != loc->virtual_root)
+ g_object_unref (current);
+
+ current = tmp;
+ }
+}
+
+static void
+remove_path_items (GeditFileBrowserWidget *obj)
+{
+ GtkTreeIter iter;
+
+ while (locations_find_by_id (obj, PATH_ID, &iter))
+ {
+ gtk_list_store_remove (obj->priv->locations_model, &iter);
+ }
+}
+
+static void
+check_current_item (GeditFileBrowserWidget *obj,
+ gboolean show_path)
+{
+ GtkTreeIter separator;
+ gboolean has_sep;
+
+ remove_path_items (obj);
+ has_sep = locations_find_by_id (obj, SEPARATOR_ID, &separator);
+
+ if (show_path)
+ {
+ if (!has_sep)
+ insert_separator_item (obj);
+
+ insert_location_path (obj);
+ }
+ else if (has_sep)
+ {
+ gtk_list_store_remove (obj->priv->locations_model, &separator);
+ }
+}
+
+static void
+fill_locations_model (GeditFileBrowserWidget *obj)
+{
+ GeditFileBrowserWidgetPrivate *priv = obj->priv;
+ GtkTreeIter iter;
+
+ gtk_list_store_append (priv->locations_model, &iter);
+ gtk_list_store_set (priv->locations_model,
+ &iter,
+ COLUMN_ICON, NULL,
+ COLUMN_ICON_NAME, "user-bookmarks-symbolic",
+ COLUMN_NAME, _("Bookmarks"),
+ COLUMN_ID, BOOKMARKS_ID, -1);
+
+ gtk_tree_view_set_row_separator_func (GTK_TREE_VIEW (priv->locations_treeview),
+ separator_func,
+ obj,
+ NULL);
+
+ gtk_tree_selection_select_iter (priv->locations_treeview_selection, &iter);
+
+ on_locations_treeview_selection_changed (priv->locations_treeview_selection, obj);
+ gedit_file_browser_widget_show_bookmarks (obj);
+}
+
+static gboolean
+filter_real (GeditFileBrowserStore *model,
+ GtkTreeIter *iter,
+ GeditFileBrowserWidget *obj)
+{
+ GSList *item;
+
+ for (item = obj->priv->filter_funcs; item; item = item->next)
+ {
+ FilterFunc *func = (FilterFunc *)(item->data);
+
+ if (!func->func (obj, model, iter, func->user_data))
+ return FALSE;
+ }
+
+ return TRUE;
+}
+
+static void
+add_bookmark_hash (GeditFileBrowserWidget *obj,
+ GtkTreeIter *iter)
+{
+ GtkTreeModel *model = GTK_TREE_MODEL (obj->priv->bookmarks_store);
+ GdkPixbuf *pixbuf;
+ gchar *name;
+ gchar *icon_name;
+ GFile *location;
+ NameIcon *item;
+
+ if (!(location = gedit_file_bookmarks_store_get_location (obj->priv->bookmarks_store, iter)))
+ return;
+
+ gtk_tree_model_get (model,
+ iter,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_ICON, &pixbuf,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_ICON_NAME, &icon_name,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_NAME, &name,
+ -1);
+
+ item = g_slice_new (NameIcon);
+ item->name = name;
+ item->icon_name = icon_name;
+ item->icon = pixbuf;
+
+ g_hash_table_insert (obj->priv->bookmarks_hash,
+ location,
+ item);
+}
+
+static void
+init_bookmarks_hash (GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model = GTK_TREE_MODEL (obj->priv->bookmarks_store);
+ GtkTreeIter iter;
+
+ if (!gtk_tree_model_get_iter_first (model, &iter))
+ return;
+
+ do
+ {
+ add_bookmark_hash (obj, &iter);
+ }
+ while (gtk_tree_model_iter_next (model, &iter));
+
+ g_signal_connect (obj->priv->bookmarks_store,
+ "row-changed",
+ G_CALLBACK (on_bookmarks_row_changed),
+ obj);
+
+ g_signal_connect (obj->priv->bookmarks_store,
+ "row-deleted",
+ G_CALLBACK (on_bookmarks_row_deleted),
+ obj);
+}
+
+static void
+on_begin_loading (GeditFileBrowserStore *model,
+ GtkTreeIter *iter,
+ GeditFileBrowserWidget *obj)
+{
+ if (!GDK_IS_WINDOW (gtk_widget_get_window (GTK_WIDGET (obj->priv->treeview))))
+ return;
+
+ gdk_window_set_cursor (gtk_widget_get_window (GTK_WIDGET (obj)),
+ obj->priv->busy_cursor);
+}
+
+static void
+on_end_loading (GeditFileBrowserStore *model,
+ GtkTreeIter *iter,
+ GeditFileBrowserWidget *obj)
+{
+ if (!GDK_IS_WINDOW (gtk_widget_get_window (GTK_WIDGET (obj->priv->treeview))))
+ return;
+
+ gdk_window_set_cursor (gtk_widget_get_window (GTK_WIDGET (obj)), NULL);
+}
+
+static void
+on_locations_treeview_row_activated (GtkTreeView *locations_treeview,
+ GtkTreePath *path,
+ GtkTreeViewColumn *column,
+ GeditFileBrowserWidget *obj)
+{
+ GeditFileBrowserWidgetPrivate *priv = obj->priv;
+ GtkTreeIter iter;
+ guint id = G_MAXUINT;
+ GFile *file;
+
+ if (gtk_tree_model_get_iter (GTK_TREE_MODEL (priv->locations_model), &iter, path))
+ {
+ gtk_tree_model_get (GTK_TREE_MODEL (priv->locations_model), &iter, COLUMN_ID, &id, -1);
+ }
+
+ if (id == BOOKMARKS_ID)
+ {
+ gedit_file_browser_widget_show_bookmarks (obj);
+ }
+ else if (id == PATH_ID)
+ {
+ gtk_tree_model_get (GTK_TREE_MODEL (priv->locations_model),
+ &iter,
+ COLUMN_FILE, &file,
+ -1);
+
+ gedit_file_browser_store_set_virtual_root_from_location (priv->file_store, file);
+
+ g_object_unref (file);
+ gtk_cell_view_set_displayed_row (GTK_CELL_VIEW (priv->locations_cellview), path);
+ }
+
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->locations_button), FALSE);
+}
+
+static GActionEntry browser_entries[] = {
+ { "open", open_activated },
+ { "set_active_root", set_active_root_activated },
+ { "new_folder", new_folder_activated },
+ { "new_file", new_file_activated },
+ { "rename", rename_activated },
+ { "move_to_trash", move_to_trash_activated },
+ { "delete", delete_activated },
+ { "refresh_view", refresh_view_activated },
+ { "view_folder", view_folder_activated },
+ { "open_in_terminal", open_in_terminal_activated },
+ { "show_hidden", NULL, NULL, "false", change_show_hidden_state },
+ { "show_binary", NULL, NULL, "false", change_show_binary_state },
+ { "show_match_filename", NULL, NULL, "false", change_show_match_filename },
+ { "previous_location", previous_location_activated },
+ { "next_location", next_location_activated },
+ { "up", up_activated },
+ { "home", home_activated }
+};
+
+static void
+locations_icon_renderer_cb (GtkTreeViewColumn *tree_column,
+ GtkCellRenderer *cell,
+ GtkTreeModel *tree_model,
+ GtkTreeIter *iter,
+ GeditFileBrowserWidget *obj)
+{
+ GdkPixbuf *pixbuf;
+ gchar *icon_name;
+
+ gtk_tree_model_get (tree_model,
+ iter,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_ICON_NAME, &icon_name,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_ICON, &pixbuf,
+ -1);
+
+ if (icon_name != NULL)
+ g_object_set (cell, "icon-name", icon_name, NULL);
+ else
+ g_object_set (cell, "pixbuf", pixbuf, NULL);
+
+ g_clear_object (&pixbuf);
+ g_free (icon_name);
+}
+
+static void
+gedit_file_browser_widget_init (GeditFileBrowserWidget *obj)
+{
+ GtkBuilder *builder;
+ GdkDisplay *display;
+ GAction *action;
+ GError *error = NULL;
+
+ obj->priv = gedit_file_browser_widget_get_instance_private (obj);
+
+ obj->priv->filter_pattern_str = g_strdup ("");
+ obj->priv->bookmarks_hash = g_hash_table_new_full (g_file_hash,
+ (GEqualFunc)g_file_equal,
+ g_object_unref,
+ free_name_icon);
+
+ display = gtk_widget_get_display (GTK_WIDGET (obj));
+ obj->priv->busy_cursor = gdk_cursor_new_from_name (display, "progress");
+
+ builder = gtk_builder_new ();
+ if (!gtk_builder_add_from_resource (builder,
+ "/org/gnome/gedit/plugins/file-browser/ui/gedit-file-browser-menus.ui",
+ &error))
+ {
+ g_warning ("loading menu builder file: %s", error->message);
+ g_error_free (error);
+ }
+ else
+ {
+ obj->priv->dir_menu = G_MENU_MODEL (g_object_ref (gtk_builder_get_object (builder, "dir-menu")));
+ obj->priv->bookmarks_menu = G_MENU_MODEL (g_object_ref (gtk_builder_get_object (builder, "bookmarks-menu")));
+ }
+
+ g_object_unref (builder);
+
+ obj->priv->action_group = g_simple_action_group_new ();
+ g_action_map_add_action_entries (G_ACTION_MAP (obj->priv->action_group),
+ browser_entries,
+ G_N_ELEMENTS (browser_entries),
+ obj);
+
+ /* set initial sensitivity */
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "previous_location");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "next_location");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
+
+ gtk_widget_insert_action_group (GTK_WIDGET (obj),
+ "browser",
+ G_ACTION_GROUP (obj->priv->action_group));
+
+ gtk_widget_init_template (GTK_WIDGET (obj));
+
+ g_signal_connect (obj->priv->previous_button, "button-press-event",
+ G_CALLBACK (on_location_button_press_event), obj);
+ g_signal_connect (obj->priv->next_button, "button-press-event",
+ G_CALLBACK (on_location_button_press_event), obj);
+
+ /* locations popover */
+ gtk_tree_selection_set_mode (obj->priv->locations_treeview_selection, GTK_SELECTION_SINGLE);
+ gtk_tree_view_column_set_cell_data_func (obj->priv->treeview_icon_column,
+ obj->priv->treeview_icon_renderer,
+ (GtkTreeCellDataFunc)locations_icon_renderer_cb,
+ obj,
+ NULL);
+ fill_locations_model (obj);
+
+ g_signal_connect (obj->priv->locations_treeview_selection, "changed",
+ G_CALLBACK (on_locations_treeview_selection_changed), obj);
+ g_signal_connect (obj->priv->locations_treeview, "row-activated",
+ G_CALLBACK (on_locations_treeview_row_activated), obj);
+
+ g_signal_connect (obj->priv->location_entry, "activate",
+ G_CALLBACK (on_location_entry_activate), obj);
+ g_signal_connect (obj->priv->location_entry, "focus-out-event",
+ G_CALLBACK (on_location_entry_focus_out_event), obj);
+ g_signal_connect (obj->priv->location_entry, "key-press-event",
+ G_CALLBACK (on_location_entry_key_press_event), obj);
+
+ /* tree view */
+ obj->priv->file_store = gedit_file_browser_store_new (NULL);
+ obj->priv->bookmarks_store = gedit_file_bookmarks_store_new ();
+
+ gedit_file_browser_view_set_restore_expand_state (obj->priv->treeview, TRUE);
+
+ gedit_file_browser_store_set_filter_mode (obj->priv->file_store,
+ GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN |
+ GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_BINARY);
+ gedit_file_browser_store_set_filter_func (obj->priv->file_store,
+ (GeditFileBrowserStoreFilterFunc) filter_real,
+ obj);
+
+ g_signal_connect (obj->priv->treeview, "notify::model",
+ G_CALLBACK (on_model_set), obj);
+ g_signal_connect (obj->priv->treeview, "error",
+ G_CALLBACK (on_treeview_error), obj);
+ g_signal_connect (obj->priv->treeview, "popup-menu",
+ G_CALLBACK (on_treeview_popup_menu), obj);
+ g_signal_connect (obj->priv->treeview, "button-press-event",
+ G_CALLBACK (on_treeview_button_press_event),
+ obj);
+ g_signal_connect (obj->priv->treeview, "key-press-event",
+ G_CALLBACK (on_treeview_key_press_event), obj);
+
+ g_signal_connect (gtk_tree_view_get_selection
+ (GTK_TREE_VIEW (obj->priv->treeview)), "changed",
+ G_CALLBACK (on_selection_changed), obj);
+ g_signal_connect (obj->priv->file_store, "notify::filter-mode",
+ G_CALLBACK (on_filter_mode_changed), obj);
+
+ g_signal_connect (obj->priv->file_store, "notify::virtual-root",
+ G_CALLBACK (on_virtual_root_changed), obj);
+
+ g_signal_connect (obj->priv->file_store, "begin-loading",
+ G_CALLBACK (on_begin_loading), obj);
+
+ g_signal_connect (obj->priv->file_store, "end-loading",
+ G_CALLBACK (on_end_loading), obj);
+
+ g_signal_connect (obj->priv->file_store, "error",
+ G_CALLBACK (on_file_store_error), obj);
+
+ init_bookmarks_hash (obj);
+
+ /* filter */
+ g_signal_connect_swapped (obj->priv->filter_entry, "activate",
+ G_CALLBACK (on_entry_filter_activate),
+ obj);
+ g_signal_connect_swapped (obj->priv->filter_entry, "focus_out_event",
+ G_CALLBACK (on_entry_filter_activate),
+ obj);
+}
+
+/* Private */
+
+static void
+update_sensitivity (GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+ GAction *action;
+ gint mode;
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (model))
+ {
+ mode = gedit_file_browser_store_get_filter_mode (GEDIT_FILE_BROWSER_STORE (model));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "show_hidden");
+
+ g_action_change_state (action,
+ g_variant_new_boolean (!(mode &
+ GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN)));
+
+ /* sensitivity */
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "up");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), TRUE);
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "home");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), TRUE);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "show_hidden");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), TRUE);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "show_binary");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), TRUE);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "show_match_filename");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), TRUE);
+ }
+ else if (GEDIT_IS_FILE_BOOKMARKS_STORE (model))
+ {
+ /* Set the filter toggle to normal up state, just for visual pleasure */
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "show_hidden");
+
+ g_action_change_state (action, g_variant_new_boolean (FALSE));
+
+ /* sensitivity */
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "up");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "home");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "show_hidden");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "show_binary");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group),
+ "show_match_filename");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
+ }
+
+ on_selection_changed (gtk_tree_view_get_selection
+ GTK_TREE_VIEW (obj->priv->treeview),
+ obj);
+}
+
+static gboolean
+gedit_file_browser_widget_get_first_selected (GeditFileBrowserWidget *obj,
+ GtkTreeIter *iter)
+{
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (obj->priv->treeview));
+ GtkTreeModel *model;
+ GList *rows = gtk_tree_selection_get_selected_rows (selection, &model);
+ gboolean result;
+
+ if (!rows)
+ return FALSE;
+
+ result = gtk_tree_model_get_iter (model, iter, (GtkTreePath *)(rows->data));
+
+ g_list_free_full (rows, (GDestroyNotify) gtk_tree_path_free);
+
+ return result;
+}
+
+static gboolean
+popup_menu (GeditFileBrowserWidget *obj,
+ GtkTreeView *treeview,
+ GdkEventButton *event,
+ GtkTreeModel *model)
+{
+ GtkWidget *menu;
+ GMenuModel *menu_model;
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (model))
+ menu_model = obj->priv->dir_menu;
+ else if (GEDIT_IS_FILE_BOOKMARKS_STORE (model))
+ menu_model = obj->priv->bookmarks_menu;
+ else
+ return FALSE;
+
+ menu = gtk_menu_new_from_model (menu_model);
+ gtk_menu_attach_to_widget (GTK_MENU (menu), GTK_WIDGET (obj), NULL);
+
+ if (event != NULL)
+ {
+ GtkTreeSelection *selection;
+ selection = gtk_tree_view_get_selection (treeview);
+
+ if (gtk_tree_selection_count_selected_rows (selection) <= 1)
+ {
+ GtkTreePath *path;
+
+ if (gtk_tree_view_get_path_at_pos (treeview,
+ (gint)event->x, (gint)event->y,
+ &path, NULL, NULL, NULL))
+ {
+ gtk_tree_selection_unselect_all (selection);
+ gtk_tree_selection_select_path (selection, path);
+ gtk_tree_path_free (path);
+ }
+ }
+
+ gtk_menu_popup_at_pointer (GTK_MENU (menu), (GdkEvent *)event);
+ }
+ else
+ {
+ GdkWindow *window = gtk_widget_get_window (GTK_WIDGET (treeview));
+ GdkGravity rect_gravity = GDK_GRAVITY_EAST;
+ GdkGravity menu_gravity = GDK_GRAVITY_NORTH_WEST;
+ GdkRectangle rect;
+
+ if (gedit_utils_menu_position_under_tree_view (treeview, &rect))
+ {
+ if (gtk_widget_get_direction (GTK_WIDGET (treeview)) == GTK_TEXT_DIR_RTL)
+ {
+ rect_gravity = GDK_GRAVITY_WEST;
+ menu_gravity = GDK_GRAVITY_NORTH_EAST;
+ }
+
+ gtk_menu_popup_at_rect (GTK_MENU (menu), window, &rect, rect_gravity, menu_gravity, NULL);
+ gtk_menu_shell_select_first (GTK_MENU_SHELL (menu), FALSE);
+ }
+ }
+
+ return TRUE;
+}
+
+static gboolean
+filter_glob (GeditFileBrowserWidget *obj,
+ GeditFileBrowserStore *store,
+ GtkTreeIter *iter,
+ gpointer user_data)
+{
+ gchar *name;
+ gboolean result;
+ guint flags;
+
+ if (obj->priv->filter_pattern == NULL)
+ return TRUE;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (store), iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_NAME, &name,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (FILE_IS_DIR (flags) || FILE_IS_DUMMY (flags))
+ result = TRUE;
+ else
+ result = g_pattern_spec_match_string (obj->priv->filter_pattern, name);
+
+ g_free (name);
+ return result;
+}
+
+static void
+rename_selected_file (GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+ GtkTreeIter iter;
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return;
+
+ if (gedit_file_browser_widget_get_first_selected (obj, &iter))
+ gedit_file_browser_view_start_rename (obj->priv->treeview, &iter);
+}
+
+static GList *
+get_deletable_files (GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (obj->priv->treeview));
+ GList *rows = gtk_tree_selection_get_selected_rows (selection, &model);
+ GList *row;
+ GList *paths = NULL;
+
+ for (row = rows; row; row = row->next)
+ {
+ GtkTreePath *path = (GtkTreePath *)(row->data);
+ GtkTreeIter iter;
+ guint flags;
+
+ if (!gtk_tree_model_get_iter (model, &iter, path))
+ continue;
+
+ gtk_tree_model_get (model,
+ &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (FILE_IS_DUMMY (flags))
+ continue;
+
+ paths = g_list_append (paths, gtk_tree_path_copy (path));
+ }
+
+ g_list_free_full (rows, (GDestroyNotify) gtk_tree_path_free);
+
+ return paths;
+}
+
+static gboolean
+delete_selected_files (GeditFileBrowserWidget *obj,
+ gboolean trash)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+ gboolean confirm;
+ GeditFileBrowserStoreResult result;
+ GList *rows;
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return FALSE;
+
+ if (!(rows = get_deletable_files (obj)))
+ return FALSE;
+
+ if (!trash)
+ {
+ g_signal_emit (obj, signals[CONFIRM_DELETE], 0, model, rows, &confirm);
+
+ if (!confirm)
+ return FALSE;
+ }
+
+ result = gedit_file_browser_store_delete_all (GEDIT_FILE_BROWSER_STORE (model),
+ rows,
+ trash);
+
+ g_list_free_full (rows, (GDestroyNotify) gtk_tree_path_free);
+
+ return result == GEDIT_FILE_BROWSER_STORE_RESULT_OK;
+}
+
+static void
+show_location_entry (GeditFileBrowserWidget *obj,
+ const gchar *location)
+{
+ g_warn_if_fail (location != NULL);
+
+ gtk_entry_set_text (GTK_ENTRY (obj->priv->location_entry), location);
+
+ gtk_widget_show (obj->priv->location_entry);
+ gtk_widget_grab_focus (obj->priv->location_entry);
+
+ /* grab_focus() causes the entry's text to become
+ * selected so, unselect it and move the cursor to the end.
+ */
+ gtk_editable_set_position (GTK_EDITABLE (obj->priv->location_entry), -1);
+}
+
+static gboolean
+on_file_store_no_trash (GeditFileBrowserStore *store,
+ GList *files,
+ GeditFileBrowserWidget *obj)
+{
+ gboolean confirm = FALSE;
+
+ g_signal_emit (obj, signals[CONFIRM_NO_TRASH], 0, files, &confirm);
+
+ return confirm;
+}
+
+static GFile *
+get_topmost_file (GFile *file)
+{
+ GFile *current = g_object_ref (file);
+ GFile *tmp;
+
+ while ((tmp = g_file_get_parent (current)) != NULL)
+ {
+ g_object_unref (current);
+ current = tmp;
+ }
+
+ return current;
+}
+
+static GtkWidget *
+create_goto_menu_item (GeditFileBrowserWidget *obj,
+ GList *item)
+{
+ Location *loc = (Location *) (item->data);
+ GtkWidget *result;
+ gchar *icon_name = NULL;
+ gchar *unescape = NULL;
+
+ if (!get_from_bookmark_file (obj, loc->virtual_root, &unescape, &icon_name, NULL))
+ unescape = gedit_file_browser_utils_file_basename (loc->virtual_root);
+
+ result = gtk_menu_item_new_with_label (unescape);
+
+ g_object_set_data (G_OBJECT (result), LOCATION_DATA_KEY, item);
+ g_signal_connect (result, "activate",
+ G_CALLBACK (on_location_jump_activate), obj);
+
+ gtk_widget_show (result);
+
+ g_free (icon_name);
+ g_free (unescape);
+
+ return result;
+}
+
+static GList *
+list_next_iterator (GList *list)
+{
+ if (!list)
+ return NULL;
+
+ return list->next;
+}
+
+static GList *
+list_prev_iterator (GList *list)
+{
+ if (!list)
+ return NULL;
+
+ return list->prev;
+}
+
+static void
+jump_to_location (GeditFileBrowserWidget *obj,
+ GList *item,
+ gboolean previous)
+{
+ Location *loc;
+ GtkWidget *widget;
+ GList *children;
+ GList *child;
+ GList *(*iter_func) (GList *);
+ GtkWidget *menu_from;
+ GtkWidget *menu_to;
+
+ if (!obj->priv->locations)
+ return;
+
+ if (previous)
+ {
+ iter_func = list_next_iterator;
+ menu_from = obj->priv->location_previous_menu;
+ menu_to = obj->priv->location_next_menu;
+ }
+ else
+ {
+ iter_func = list_prev_iterator;
+ menu_from = obj->priv->location_next_menu;
+ menu_to = obj->priv->location_previous_menu;
+ }
+
+ children = gtk_container_get_children (GTK_CONTAINER (menu_from));
+ child = children;
+
+ /* This is the menuitem for the current location, which is the first
+ to be added to the menu */
+ widget = obj->priv->current_location_menu_item;
+
+ while (obj->priv->current_location != item)
+ {
+ if (widget)
+ {
+ /* Prepend the menu item to the menu */
+ gtk_menu_shell_prepend (GTK_MENU_SHELL (menu_to), widget);
+ g_object_unref (widget);
+ }
+
+ widget = GTK_WIDGET (child->data);
+
+ /* Make sure the widget isn't destroyed when removed */
+ g_object_ref (widget);
+ gtk_container_remove (GTK_CONTAINER (menu_from), widget);
+
+ obj->priv->current_location_menu_item = widget;
+
+ if (obj->priv->current_location == NULL)
+ {
+ obj->priv->current_location = obj->priv->locations;
+
+ if (obj->priv->current_location == item)
+ break;
+ }
+ else
+ {
+ obj->priv->current_location = iter_func (obj->priv->current_location);
+ }
+
+ child = child->next;
+ }
+
+ g_list_free (children);
+
+ obj->priv->changing_location = TRUE;
+
+ loc = (Location *) (obj->priv->current_location->data);
+
+ /* Set the new root + virtual root */
+ gedit_file_browser_widget_set_root_and_virtual_root (obj,
+ loc->root,
+ loc->virtual_root);
+
+ obj->priv->changing_location = FALSE;
+}
+
+static void
+clear_next_locations (GeditFileBrowserWidget *obj)
+{
+ GAction *action;
+ GList *children;
+ GList *item;
+
+ if (obj->priv->current_location == NULL)
+ return;
+
+ while (obj->priv->current_location->prev)
+ {
+ location_free ((Location *) (obj->priv->current_location->prev->data));
+ obj->priv->locations = g_list_remove_link (obj->priv->locations,
+ obj->priv->current_location->prev);
+ }
+
+ children = gtk_container_get_children (GTK_CONTAINER (obj->priv->location_next_menu));
+
+ for (item = children; item; item = item->next)
+ {
+ gtk_container_remove (GTK_CONTAINER
+ (obj->priv->location_next_menu),
+ GTK_WIDGET (item->data));
+ }
+
+ g_list_free (children);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "next_location");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
+}
+
+static void
+update_filter_mode (GeditFileBrowserWidget *obj,
+ GSimpleAction *action,
+ GVariant *state,
+ GeditFileBrowserStoreFilterMode mode)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (model))
+ {
+ gint now = gedit_file_browser_store_get_filter_mode (GEDIT_FILE_BROWSER_STORE (model));
+
+ if (g_variant_get_boolean(state))
+ now &= ~mode;
+ else
+ now |= mode;
+
+ gedit_file_browser_store_set_filter_mode (GEDIT_FILE_BROWSER_STORE (model), now);
+
+ }
+
+ g_simple_action_set_state (action, state);
+}
+
+static void
+set_filter_pattern_real (GeditFileBrowserWidget *obj,
+ gchar const *pattern,
+ gboolean update_entry)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+
+ if (pattern != NULL && *pattern == '\0')
+ pattern = NULL;
+
+ if (pattern == NULL && *obj->priv->filter_pattern_str == '\0')
+ return;
+
+ if (pattern != NULL && strcmp (pattern, obj->priv->filter_pattern_str) == 0)
+ return;
+
+ /* Free the old pattern */
+ g_free (obj->priv->filter_pattern_str);
+
+ if (pattern == NULL)
+ obj->priv->filter_pattern_str = g_strdup ("");
+ else
+ obj->priv->filter_pattern_str = g_strdup (pattern);
+
+ if (obj->priv->filter_pattern)
+ {
+ g_pattern_spec_free (obj->priv->filter_pattern);
+ obj->priv->filter_pattern = NULL;
+ }
+
+ if (pattern == NULL)
+ {
+ if (obj->priv->glob_filter_id != 0)
+ {
+ gedit_file_browser_widget_remove_filter (obj, obj->priv->glob_filter_id);
+ obj->priv->glob_filter_id = 0;
+ }
+ }
+ else
+ {
+ obj->priv->filter_pattern = g_pattern_spec_new (pattern);
+
+ if (obj->priv->glob_filter_id == 0)
+ obj->priv->glob_filter_id = gedit_file_browser_widget_add_filter (obj,
+ filter_glob,
+ NULL,
+ NULL);
+ }
+
+ if (update_entry)
+ gtk_entry_set_text (GTK_ENTRY (obj->priv->filter_entry), obj->priv->filter_pattern_str);
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (model))
+ gedit_file_browser_store_refilter (GEDIT_FILE_BROWSER_STORE (model));
+
+ g_object_notify (G_OBJECT (obj), "filter-pattern");
+}
+
+
+/* Public */
+
+GtkWidget *
+gedit_file_browser_widget_new (void)
+{
+ GeditFileBrowserWidget *obj = g_object_new (GEDIT_TYPE_FILE_BROWSER_WIDGET, NULL);
+
+ gedit_file_browser_widget_show_bookmarks (obj);
+
+ return GTK_WIDGET (obj);
+}
+
+void
+gedit_file_browser_widget_show_bookmarks (GeditFileBrowserWidget *obj)
+{
+ GtkTreePath *path;
+ GtkTreeIter iter;
+
+ gtk_widget_set_sensitive (obj->priv->locations_button, FALSE);
+ gtk_widget_hide (obj->priv->locations_button_arrow);
+ locations_find_by_id (obj, BOOKMARKS_ID, &iter);
+
+ path = gtk_tree_model_get_path (GTK_TREE_MODEL (obj->priv->locations_model), &iter);
+ gtk_cell_view_set_displayed_row (GTK_CELL_VIEW (obj->priv->locations_cellview), path);
+ gtk_tree_path_free (path);
+
+ gedit_file_browser_view_set_model (obj->priv->treeview,
+ GTK_TREE_MODEL (obj->priv->bookmarks_store));
+}
+
+static void
+show_files_real (GeditFileBrowserWidget *obj,
+ gboolean do_root_changed)
+{
+ gtk_widget_set_sensitive (obj->priv->locations_button, TRUE);
+ gtk_widget_show (obj->priv->locations_button_arrow);
+
+ gedit_file_browser_view_set_model (obj->priv->treeview,
+ GTK_TREE_MODEL (obj->priv->file_store));
+
+ if (do_root_changed)
+ on_virtual_root_changed (obj->priv->file_store, NULL, obj);
+}
+
+void
+gedit_file_browser_widget_show_files (GeditFileBrowserWidget *obj)
+{
+ show_files_real (obj, TRUE);
+}
+
+void
+gedit_file_browser_widget_set_root_and_virtual_root (GeditFileBrowserWidget *obj,
+ GFile *root,
+ GFile *virtual_root)
+{
+ GeditFileBrowserStoreResult result;
+
+ if (!virtual_root)
+ result = gedit_file_browser_store_set_root_and_virtual_root (obj->priv->file_store,
+ root,
+ root);
+ else
+ result = gedit_file_browser_store_set_root_and_virtual_root (obj->priv->file_store,
+ root,
+ virtual_root);
+
+ if (result == GEDIT_FILE_BROWSER_STORE_RESULT_NO_CHANGE)
+ show_files_real (obj, TRUE);
+}
+
+void
+gedit_file_browser_widget_set_root (GeditFileBrowserWidget *obj,
+ GFile *root,
+ gboolean virtual_root)
+{
+ GFile *parent;
+
+ if (!virtual_root)
+ {
+ gedit_file_browser_widget_set_root_and_virtual_root (obj,
+ root,
+ NULL);
+ return;
+ }
+
+ if (!root)
+ return;
+
+ parent = get_topmost_file (root);
+ gedit_file_browser_widget_set_root_and_virtual_root (obj, parent, root);
+ g_object_unref (parent);
+}
+
+GeditFileBrowserStore *
+gedit_file_browser_widget_get_browser_store (GeditFileBrowserWidget *obj)
+{
+ return obj->priv->file_store;
+}
+
+GeditFileBookmarksStore *
+gedit_file_browser_widget_get_bookmarks_store (GeditFileBrowserWidget *obj)
+{
+ return obj->priv->bookmarks_store;
+}
+
+GeditFileBrowserView *
+gedit_file_browser_widget_get_browser_view (GeditFileBrowserWidget *obj)
+{
+ return obj->priv->treeview;
+}
+
+GtkWidget *
+gedit_file_browser_widget_get_filter_entry (GeditFileBrowserWidget *obj)
+{
+ return obj->priv->filter_entry;
+}
+
+gulong
+gedit_file_browser_widget_add_filter (GeditFileBrowserWidget *obj,
+ GeditFileBrowserWidgetFilterFunc func,
+ gpointer user_data,
+ GDestroyNotify notify)
+{
+ FilterFunc *f = filter_func_new (obj, func, user_data, notify);;
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+
+ obj->priv->filter_funcs = g_slist_append (obj->priv->filter_funcs, f);
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (model))
+ gedit_file_browser_store_refilter (GEDIT_FILE_BROWSER_STORE (model));
+
+ return f->id;
+}
+
+void
+gedit_file_browser_widget_remove_filter (GeditFileBrowserWidget *obj,
+ gulong id)
+{
+ GSList *item;
+
+ for (item = obj->priv->filter_funcs; item; item = item->next)
+ {
+ FilterFunc *func = (FilterFunc *) (item->data);
+
+ if (func->id == id)
+ {
+ if (func->destroy_notify)
+ func->destroy_notify (func->user_data);
+
+ obj->priv->filter_funcs = g_slist_remove_link (obj->priv->filter_funcs, item);
+
+ filter_func_free (func);
+ break;
+ }
+ }
+}
+
+void
+gedit_file_browser_widget_set_filter_pattern (GeditFileBrowserWidget *obj,
+ gchar const *pattern)
+{
+ gboolean show;
+ GAction *action;
+
+ /* if pattern is not null, reveal the entry */
+ show = pattern != NULL && *pattern != '\0';
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "show_match_filename");
+ g_action_change_state (action, g_variant_new_boolean (show));
+
+ set_filter_pattern_real (obj, pattern, TRUE);
+}
+
+gboolean
+gedit_file_browser_widget_get_selected_directory (GeditFileBrowserWidget *obj,
+ GtkTreeIter *iter)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+ GtkTreeIter parent;
+ guint flags;
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return FALSE;
+
+ if (!gedit_file_browser_widget_get_first_selected (obj, iter) &&
+ !gedit_file_browser_store_get_iter_virtual_root
+ (GEDIT_FILE_BROWSER_STORE (model), iter))
+ {
+ return FALSE;
+ }
+
+ gtk_tree_model_get (model, iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (!FILE_IS_DIR (flags))
+ {
+ /* Get the parent, because the selection is a file */
+ gtk_tree_model_iter_parent (model, &parent, iter);
+ *iter = parent;
+ }
+
+ return TRUE;
+}
+
+void
+gedit_file_browser_widget_set_active_root_enabled (GeditFileBrowserWidget *widget,
+ gboolean enabled)
+{
+ GAction *action;
+
+ g_return_if_fail (GEDIT_IS_FILE_BROWSER_WIDGET (widget));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (widget->priv->action_group), "set_active_root");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), enabled);
+}
+
+static guint
+gedit_file_browser_widget_get_num_selected_files_or_directories (GeditFileBrowserWidget *obj,
+ guint *files,
+ guint *dirs)
+{
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (obj->priv->treeview));
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+ GList *rows, *row;
+ guint result = 0;
+
+ if (GEDIT_IS_FILE_BOOKMARKS_STORE (model))
+ return 0;
+
+ rows = gtk_tree_selection_get_selected_rows (selection, &model);
+
+ for (row = rows; row; row = row->next)
+ {
+ GtkTreePath *path = (GtkTreePath *)(row->data);
+ GeditFileBrowserStoreFlag flags;
+ GtkTreeIter iter;
+
+ /* Get iter from path */
+ if (!gtk_tree_model_get_iter (model, &iter, path))
+ continue;
+
+ gtk_tree_model_get (model, &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (!FILE_IS_DUMMY (flags))
+ {
+ if (!FILE_IS_DIR (flags))
+ ++(*files);
+ else
+ ++(*dirs);
+
+ ++result;
+ }
+ }
+
+ g_list_free_full (rows, (GDestroyNotify) gtk_tree_path_free);
+
+ return result;
+}
+
+typedef struct
+{
+ GeditFileBrowserWidget *widget;
+ GCancellable *cancellable;
+} AsyncData;
+
+static AsyncData *
+async_data_new (GeditFileBrowserWidget *widget)
+{
+ AsyncData *ret = g_slice_new (AsyncData);
+
+ ret->widget = widget;
+
+ cancel_async_operation (widget);
+ widget->priv->cancellable = g_cancellable_new ();
+
+ ret->cancellable = g_object_ref (widget->priv->cancellable);
+
+ return ret;
+}
+
+static void
+async_free (AsyncData *async)
+{
+ g_object_unref (async->cancellable);
+ g_slice_free (AsyncData, async);
+}
+
+static void
+set_busy (GeditFileBrowserWidget *obj,
+ gboolean busy)
+{
+ GdkWindow *window = gtk_widget_get_window (GTK_WIDGET (obj->priv->treeview));
+
+ if (!GDK_IS_WINDOW (window))
+ return;
+
+ if (busy)
+ {
+ GdkDisplay *display = gtk_widget_get_display (GTK_WIDGET (obj));
+ GdkCursor *cursor= gdk_cursor_new_from_name (display, "progress");
+
+ gdk_window_set_cursor (window, cursor);
+ g_clear_object (&cursor);
+ }
+ else
+ {
+ gdk_window_set_cursor (window, NULL);
+ }
+}
+
+static void try_mount_volume (GeditFileBrowserWidget *widget, GVolume *volume);
+
+static void
+activate_mount (GeditFileBrowserWidget *widget,
+ GVolume *volume,
+ GMount *mount)
+{
+ GFile *root;
+
+ if (!mount)
+ {
+ gchar *name = g_volume_get_name (volume);
+ gchar *message = g_strdup_printf (_("No mount object for mounted volume: %s"), name);
+
+ g_signal_emit (widget,
+ signals[ERROR],
+ 0,
+ GEDIT_FILE_BROWSER_ERROR_SET_ROOT,
+ message);
+
+ g_free (name);
+ g_free (message);
+ return;
+ }
+
+ root = g_mount_get_root (mount);
+
+ gedit_file_browser_widget_set_root (widget, root, FALSE);
+
+ g_object_unref (root);
+}
+
+static void
+try_activate_drive (GeditFileBrowserWidget *widget,
+ GDrive *drive)
+{
+ GList *volumes = g_drive_get_volumes (drive);
+ GVolume *volume = G_VOLUME (volumes->data);
+ GMount *mount = g_volume_get_mount (volume);
+
+ if (mount)
+ {
+ /* try set the root of the mount */
+ activate_mount (widget, volume, mount);
+ g_object_unref (mount);
+ }
+ else
+ {
+ /* try to mount it then? */
+ try_mount_volume (widget, volume);
+ }
+
+ g_list_free_full (volumes, g_object_unref);
+}
+
+static void
+poll_for_media_cb (GDrive *drive,
+ GAsyncResult *res,
+ AsyncData *async)
+{
+ GError *error = NULL;
+
+ /* check for cancelled state */
+ if (g_cancellable_is_cancelled (async->cancellable))
+ {
+ async_free (async);
+ return;
+ }
+
+ /* finish poll operation */
+ set_busy (async->widget, FALSE);
+
+ if (g_drive_poll_for_media_finish (drive, res, &error) &&
+ g_drive_has_media (drive) &&
+ g_drive_has_volumes (drive))
+ {
+ try_activate_drive (async->widget, drive);
+ }
+ else
+ {
+ gchar *name = g_drive_get_name (drive);
+ gchar *message = g_strdup_printf (_("Could not open media: %s"), name);
+
+ g_signal_emit (async->widget,
+ signals[ERROR],
+ 0,
+ GEDIT_FILE_BROWSER_ERROR_SET_ROOT,
+ message);
+
+ g_free (name);
+ g_free (message);
+
+ g_error_free (error);
+ }
+
+ async_free (async);
+}
+
+static void
+mount_volume_cb (GVolume *volume,
+ GAsyncResult *res,
+ AsyncData *async)
+{
+ GError *error = NULL;
+
+ /* check for cancelled state */
+ if (g_cancellable_is_cancelled (async->cancellable))
+ {
+ async_free (async);
+ return;
+ }
+
+ if (g_volume_mount_finish (volume, res, &error))
+ {
+ GMount *mount = g_volume_get_mount (volume);
+
+ activate_mount (async->widget, volume, mount);
+
+ if (mount)
+ g_object_unref (mount);
+ }
+ else
+ {
+ gchar *name = g_volume_get_name (volume);
+ gchar *message = g_strdup_printf (_("Could not mount volume: %s"), name);
+
+ g_signal_emit (async->widget,
+ signals[ERROR],
+ 0,
+ GEDIT_FILE_BROWSER_ERROR_SET_ROOT,
+ message);
+
+ g_free (name);
+ g_free (message);
+
+ g_error_free (error);
+ }
+
+ set_busy (async->widget, FALSE);
+ async_free (async);
+}
+
+static void
+activate_drive (GeditFileBrowserWidget *obj,
+ GtkTreeIter *iter)
+{
+ GDrive *drive;
+ AsyncData *async;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (obj->priv->bookmarks_store),
+ iter,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_OBJECT, &drive,
+ -1);
+
+ /* most common use case is a floppy drive, we'll poll for media and
+ go from there */
+ async = async_data_new (obj);
+ g_drive_poll_for_media (drive,
+ async->cancellable,
+ (GAsyncReadyCallback)poll_for_media_cb,
+ async);
+
+ g_object_unref (drive);
+ set_busy (obj, TRUE);
+}
+
+static void
+try_mount_volume (GeditFileBrowserWidget *widget,
+ GVolume *volume)
+{
+ GMountOperation *operation = gtk_mount_operation_new (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (widget))));
+ AsyncData *async = async_data_new (widget);
+
+ g_volume_mount (volume,
+ G_MOUNT_MOUNT_NONE,
+ operation,
+ async->cancellable,
+ (GAsyncReadyCallback)mount_volume_cb,
+ async);
+
+ g_object_unref (operation);
+ set_busy (widget, TRUE);
+}
+
+static void
+activate_volume (GeditFileBrowserWidget *obj,
+ GtkTreeIter *iter)
+{
+ GVolume *volume;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (obj->priv->bookmarks_store),
+ iter,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_OBJECT, &volume,
+ -1);
+
+ /* see if we can mount the volume */
+ try_mount_volume (obj, volume);
+ g_object_unref (volume);
+}
+
+void
+gedit_file_browser_widget_refresh (GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (model))
+ {
+ gedit_file_browser_store_refresh (GEDIT_FILE_BROWSER_STORE (model));
+ }
+ else if (GEDIT_IS_FILE_BOOKMARKS_STORE (model))
+ {
+ g_hash_table_ref (obj->priv->bookmarks_hash);
+ g_hash_table_destroy (obj->priv->bookmarks_hash);
+
+ gedit_file_bookmarks_store_refresh (GEDIT_FILE_BOOKMARKS_STORE (model));
+ }
+}
+
+GeditMenuExtension *
+gedit_file_browser_widget_extend_context_menu (GeditFileBrowserWidget *obj)
+{
+ guint i, n_items;
+ GMenuModel *section = NULL;
+
+ g_return_val_if_fail (GEDIT_IS_FILE_BROWSER_WIDGET (obj), NULL);
+
+ n_items = g_menu_model_get_n_items (obj->priv->dir_menu);
+
+ for (i = 0; i < n_items && !section; i++)
+ {
+ gchar *id = NULL;
+
+ if (g_menu_model_get_item_attribute (obj->priv->dir_menu, i, "id", "s", &id) &&
+ strcmp (id, "extension-section") == 0)
+ {
+ section = g_menu_model_get_item_link (obj->priv->dir_menu, i, G_MENU_LINK_SECTION);
+ }
+
+ g_free (id);
+ }
+
+ return section != NULL ? gedit_menu_extension_new (G_MENU (section)) : NULL;
+}
+
+void
+gedit_file_browser_widget_history_back (GeditFileBrowserWidget *obj)
+{
+ if (obj->priv->locations)
+ {
+ if (obj->priv->current_location)
+ jump_to_location (obj, obj->priv->current_location->next, TRUE);
+ else
+ jump_to_location (obj, obj->priv->locations, TRUE);
+ }
+}
+
+void
+gedit_file_browser_widget_history_forward (GeditFileBrowserWidget *obj)
+{
+ if (obj->priv->locations)
+ jump_to_location (obj, obj->priv->current_location->prev, FALSE);
+}
+
+static void
+bookmark_open (GeditFileBrowserWidget *obj,
+ GtkTreeModel *model,
+ GtkTreeIter *iter)
+{
+ GFile *location;
+ gint flags;
+
+ gtk_tree_model_get (model,
+ iter,
+ GEDIT_FILE_BOOKMARKS_STORE_COLUMN_FLAGS, &flags,
+ -1);
+
+ if (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_DRIVE)
+ {
+ /* handle a drive node */
+ gedit_file_browser_store_cancel_mount_operation (obj->priv->file_store);
+ activate_drive (obj, iter);
+ return;
+ }
+ else if (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_VOLUME)
+ {
+ /* handle a volume node */
+ gedit_file_browser_store_cancel_mount_operation (obj->priv->file_store);
+ activate_volume (obj, iter);
+ return;
+ }
+
+ if ((location = gedit_file_bookmarks_store_get_location (GEDIT_FILE_BOOKMARKS_STORE (model), iter)))
+ {
+ /* here we check if the bookmark is a mount point, or if it
+ is a remote bookmark. If that's the case, we will set the
+ root to the uri of the bookmark and not try to set the
+ topmost parent as root (since that may as well not be the
+ mount point anymore) */
+ if ((flags & GEDIT_FILE_BOOKMARKS_STORE_IS_MOUNT) ||
+ (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_REMOTE_BOOKMARK))
+ {
+ gedit_file_browser_widget_set_root (obj, location, FALSE);
+ }
+ else
+ {
+ gedit_file_browser_widget_set_root (obj, location, TRUE);
+ }
+
+ g_object_unref (location);
+ }
+ else
+ {
+ g_warning ("No uri!");
+ }
+}
+
+static void
+file_open (GeditFileBrowserWidget *obj,
+ GtkTreeModel *model,
+ GtkTreeIter *iter)
+{
+ GFile *location;
+ gint flags;
+
+ gtk_tree_model_get (model, iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ -1);
+
+ if (!FILE_IS_DIR (flags) && !FILE_IS_DUMMY (flags))
+ g_signal_emit (obj, signals[LOCATION_ACTIVATED], 0, location);
+
+ if (location)
+ g_object_unref (location);
+}
+
+static gboolean
+directory_open (GeditFileBrowserWidget *obj,
+ GtkTreeModel *model,
+ GtkTreeIter *iter)
+{
+ gboolean result = FALSE;
+ GError *error = NULL;
+ GFile *location;
+ GeditFileBrowserStoreFlag flags;
+
+ gtk_tree_model_get (model, iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_FLAGS, &flags,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ -1);
+
+ if (FILE_IS_DIR (flags) && location)
+ {
+ gchar *uri = g_file_get_uri (location);
+ GtkWindow *window = GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (obj)));
+
+ result = TRUE;
+
+ if (!gtk_show_uri_on_window (window, uri, GDK_CURRENT_TIME, &error))
+ {
+ g_signal_emit (obj, signals[ERROR], 0,
+ GEDIT_FILE_BROWSER_ERROR_OPEN_DIRECTORY,
+ error->message);
+
+ g_error_free (error);
+ error = NULL;
+ }
+
+ g_free (uri);
+ g_object_unref (location);
+ }
+
+ return result;
+}
+
+static void
+on_bookmark_activated (GeditFileBrowserView *tree_view,
+ GtkTreeIter *iter,
+ GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (tree_view));
+
+ bookmark_open (obj, model, iter);
+}
+
+static void
+on_file_activated (GeditFileBrowserView *tree_view,
+ GtkTreeIter *iter,
+ GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (tree_view));
+
+ file_open (obj, model, iter);
+}
+
+static gboolean
+virtual_root_is_root (GeditFileBrowserWidget *obj,
+ GeditFileBrowserStore *model)
+{
+ GtkTreeIter root;
+ GtkTreeIter virtual_root;
+
+ if (!gedit_file_browser_store_get_iter_root (model, &root))
+ return TRUE;
+
+ if (!gedit_file_browser_store_get_iter_virtual_root (model, &virtual_root))
+ return TRUE;
+
+ return gedit_file_browser_store_iter_equal (model, &root, &virtual_root);
+}
+
+static void
+on_virtual_root_changed (GeditFileBrowserStore *model,
+ GParamSpec *param,
+ GeditFileBrowserWidget *obj)
+{
+ GtkTreeIter iter;
+
+ if (gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview)) !=
+ GTK_TREE_MODEL (obj->priv->file_store))
+ {
+ show_files_real (obj, FALSE);
+ }
+
+ if (gedit_file_browser_store_get_iter_virtual_root (model, &iter))
+ {
+ GFile *location;
+ GtkTreeIter root;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (model),
+ &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &location,
+ -1);
+
+ if (gedit_file_browser_store_get_iter_root (model, &root))
+ {
+ GAction *action;
+
+ if (!obj->priv->changing_location)
+ {
+ Location *loc;
+
+ /* Remove all items from obj->priv->current_location on */
+ if (obj->priv->current_location)
+ clear_next_locations (obj);
+
+ loc = g_slice_new (Location);
+ loc->root = gedit_file_browser_store_get_root (model);
+ loc->virtual_root = g_object_ref (location);
+
+ if (obj->priv->current_location)
+ {
+ /* Add current location to the menu so we can go back
+ to it later */
+ gtk_menu_shell_prepend (GTK_MENU_SHELL (obj->priv->location_previous_menu),
+ obj->priv->current_location_menu_item);
+ }
+
+ obj->priv->locations = g_list_prepend (obj->priv->locations, loc);
+
+ obj->priv->current_location = obj->priv->locations;
+ obj->priv->current_location_menu_item = create_goto_menu_item (obj,
+ obj->priv->current_location);
+
+ g_object_ref_sink (obj->priv->current_location_menu_item);
+ }
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "up");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), !virtual_root_is_root (obj, model));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "previous_location");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ obj->priv->current_location != NULL &&
+ obj->priv->current_location->next != NULL);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "next_location");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+ obj->priv->current_location != NULL &&
+ obj->priv->current_location->prev != NULL);
+ }
+
+ check_current_item (obj, TRUE);
+
+ if (location)
+ g_object_unref (location);
+ }
+ else
+ {
+ g_message ("NO!");
+ }
+}
+
+static void
+on_model_set (GObject *gobject,
+ GParamSpec *arg1,
+ GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model;
+
+ model = gtk_tree_view_get_model (GTK_TREE_VIEW (gobject));
+
+ clear_signals (obj);
+
+ if (GEDIT_IS_FILE_BOOKMARKS_STORE (model))
+ {
+ clear_next_locations (obj);
+
+ /* Add the current location to the back menu */
+ if (obj->priv->current_location)
+ {
+ GAction *action;
+
+ gtk_menu_shell_prepend (GTK_MENU_SHELL (obj->priv->location_previous_menu),
+ obj->priv->current_location_menu_item);
+
+ g_object_unref (obj->priv->current_location_menu_item);
+ obj->priv->current_location = NULL;
+ obj->priv->current_location_menu_item = NULL;
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "previous_location");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), TRUE);
+ }
+
+ gtk_widget_hide (obj->priv->filter_entry_revealer);
+
+ add_signal (obj,
+ gobject,
+ g_signal_connect (gobject, "bookmark-activated",
+ G_CALLBACK (on_bookmark_activated),
+ obj));
+ }
+ else if (GEDIT_IS_FILE_BROWSER_STORE (model))
+ {
+ /* make sure any async operation is cancelled */
+ cancel_async_operation (obj);
+
+ add_signal (obj,
+ gobject,
+ g_signal_connect (gobject, "file-activated",
+ G_CALLBACK (on_file_activated),
+ obj));
+
+ add_signal (obj,
+ model,
+ g_signal_connect (model, "no-trash",
+ G_CALLBACK (on_file_store_no_trash),
+ obj));
+
+ gtk_widget_show (obj->priv->filter_entry_revealer);
+ }
+
+ update_sensitivity (obj);
+}
+
+static void
+on_file_store_error (GeditFileBrowserStore *store,
+ guint code,
+ gchar *message,
+ GeditFileBrowserWidget *obj)
+{
+ g_signal_emit (obj, signals[ERROR], 0, code, message);
+}
+
+static void
+on_treeview_error (GeditFileBrowserView *tree_view,
+ guint code,
+ gchar *message,
+ GeditFileBrowserWidget *obj)
+{
+ g_signal_emit (obj, signals[ERROR], 0, code, message);
+}
+
+static gboolean
+on_location_button_press_event (GtkWidget *button,
+ GdkEventButton *event,
+ GeditFileBrowserWidget *obj)
+{
+ GtkWidget *menu;
+
+ if (event->button != GDK_BUTTON_SECONDARY)
+ return FALSE;
+
+ if (button == obj->priv->previous_button)
+ menu = obj->priv->location_previous_menu;
+ else
+ menu = obj->priv->location_next_menu;
+
+ gtk_menu_popup_at_pointer (GTK_MENU (menu), (GdkEvent *)event);
+
+ return TRUE;
+}
+
+static void
+on_locations_treeview_selection_changed (GtkTreeSelection *treeview_selection,
+ GeditFileBrowserWidget *obj)
+{
+ GeditFileBrowserWidgetPrivate *priv = obj->priv;
+ GtkTreeModel *model = GTK_TREE_MODEL (priv->locations_model);
+ GtkTreePath *path;
+ GtkTreeIter iter;
+
+ if (!gtk_tree_selection_get_selected (treeview_selection, &model, &iter))
+ return;
+
+ path = gtk_tree_model_get_path (GTK_TREE_MODEL (obj->priv->locations_model), &iter);
+ gtk_cell_view_set_displayed_row (GTK_CELL_VIEW (obj->priv->locations_cellview), path);
+ gtk_tree_path_free (path);
+}
+
+static void
+on_location_entry_activate (GtkEntry *entry,
+ GeditFileBrowserWidget *obj)
+{
+ gchar *location = g_strdup (gtk_entry_get_text (entry));
+ GFile *root;
+ gchar *cwd;
+ GFile *new_root;
+
+ if (g_str_has_prefix (location, "~/"))
+ {
+ gchar *tmp = location;
+
+ location = g_strdup_printf ("%s/%s", g_get_home_dir (), tmp + strlen ("~/"));
+
+ g_free (tmp);
+ }
+
+ root = gedit_file_browser_store_get_virtual_root (obj->priv->file_store);
+ cwd = g_file_get_path (root);
+
+ if (cwd == NULL)
+ cwd = g_file_get_uri (root);
+
+ new_root = g_file_new_for_commandline_arg_and_cwd (location, cwd);
+
+ if (g_file_query_file_type (new_root, G_FILE_QUERY_INFO_NONE, NULL) != G_FILE_TYPE_DIRECTORY)
+ {
+ gchar *display_name = g_file_get_parse_name (new_root);
+ gchar *msg = g_strdup_printf (_("Error when loading “%s”: No such directory"), display_name);
+
+ g_signal_emit (obj, signals[ERROR], 0, GEDIT_FILE_BROWSER_ERROR_LOAD_DIRECTORY, msg);
+
+ g_free (msg);
+ g_free (display_name);
+ }
+ else
+ {
+ gtk_widget_grab_focus (GTK_WIDGET (obj->priv->treeview));
+ gtk_widget_hide (obj->priv->location_entry);
+
+ gedit_file_browser_widget_set_root (obj, new_root, TRUE);
+ }
+
+ g_object_unref (new_root);
+ g_free (cwd);
+ g_object_unref (root);
+ g_free (location);
+}
+
+static gboolean
+on_location_entry_focus_out_event (GtkWidget *entry,
+ GdkEvent *event,
+ GeditFileBrowserWidget *obj)
+{
+ gtk_widget_hide (entry);
+ return FALSE;
+}
+
+static gboolean
+on_location_entry_key_press_event (GtkWidget *entry,
+ GdkEventKey *event,
+ GeditFileBrowserWidget *obj)
+{
+ guint modifiers = gtk_accelerator_get_default_mod_mask ();
+
+ if (event->keyval == GDK_KEY_Escape &&
+ (event->state & modifiers) == 0)
+ {
+ gtk_widget_grab_focus (GTK_WIDGET (obj->priv->treeview));
+ gtk_widget_hide (entry);
+ return TRUE;
+ }
+
+ return FALSE;
+}
+
+static gboolean
+on_treeview_popup_menu (GeditFileBrowserView *treeview,
+ GeditFileBrowserWidget *obj)
+{
+ return popup_menu (obj, GTK_TREE_VIEW (treeview), NULL, gtk_tree_view_get_model (GTK_TREE_VIEW (treeview)));
+}
+
+static gboolean
+on_treeview_button_press_event (GeditFileBrowserView *treeview,
+ GdkEventButton *event,
+ GeditFileBrowserWidget *obj)
+{
+ if (event->type == GDK_BUTTON_PRESS && event->button == GDK_BUTTON_SECONDARY)
+ return popup_menu (obj,
+ GTK_TREE_VIEW (treeview),
+ event,
+ gtk_tree_view_get_model (GTK_TREE_VIEW (treeview)));
+
+ return FALSE;
+}
+
+static gboolean
+do_change_directory (GeditFileBrowserWidget *obj,
+ GdkEventKey *event)
+{
+ GAction *action = NULL;
+
+ if ((event->state &
+ (~GDK_CONTROL_MASK & ~GDK_SHIFT_MASK & ~GDK_MOD1_MASK)) ==
+ event->state && event->keyval == GDK_KEY_BackSpace)
+ {
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "previous_location");
+ }
+ else if (!((event->state & GDK_MOD1_MASK) &&
+ (event->state & (~GDK_CONTROL_MASK & ~GDK_SHIFT_MASK)) == event->state))
+ {
+ return FALSE;
+ }
+
+ switch (event->keyval)
+ {
+ case GDK_KEY_Home:
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "home");
+ break;
+ case GDK_KEY_Left:
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "previous_location");
+ break;
+ case GDK_KEY_Right:
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "next_location");
+ break;
+ case GDK_KEY_Up:
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "up");
+ break;
+ default:
+ break;
+ }
+
+ if (action != NULL)
+ {
+ g_action_activate (action, NULL);
+ return TRUE;
+ }
+
+ return FALSE;
+}
+
+static gboolean
+on_treeview_key_press_event (GeditFileBrowserView *treeview,
+ GdkEventKey *event,
+ GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model;
+ guint modifiers;
+
+ if (do_change_directory (obj, event))
+ return TRUE;
+
+ model = gtk_tree_view_get_model (GTK_TREE_VIEW (treeview));
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return FALSE;
+
+ modifiers = gtk_accelerator_get_default_mod_mask ();
+
+ if (event->keyval == GDK_KEY_Delete ||
+ event->keyval == GDK_KEY_KP_Delete)
+ {
+
+ if ((event->state & modifiers) == GDK_SHIFT_MASK)
+ {
+ delete_selected_files (obj, FALSE);
+ return TRUE;
+ }
+ else if ((event->state & modifiers) == 0)
+ {
+ delete_selected_files (obj, TRUE);
+ return TRUE;
+ }
+ }
+
+ if ((event->keyval == GDK_KEY_F2) && (event->state & modifiers) == 0)
+ {
+ rename_selected_file (obj);
+ return TRUE;
+ }
+
+ if (event->keyval == GDK_KEY_l &&
+ (event->state & modifiers) == GDK_CONTROL_MASK)
+ {
+ show_location_entry (obj, "");
+ return TRUE;
+ }
+
+ if (event->keyval == GDK_KEY_slash ||
+ event->keyval == GDK_KEY_KP_Divide ||
+#ifdef G_OS_WIN32
+ event->keyval == GDK_KEY_backslash ||
+#endif
+ event->keyval == GDK_KEY_asciitilde)
+ {
+ gchar location[2] = {'\0', '\0'};
+
+ location[0] = gdk_keyval_to_unicode (event->keyval);
+
+ show_location_entry (obj, location);
+ return TRUE;
+ }
+
+ return FALSE;
+}
+
+static void
+on_selection_changed (GtkTreeSelection *selection,
+ GeditFileBrowserWidget *obj)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (obj->priv->treeview));
+ GAction *action;
+ guint selected = 0;
+ guint files = 0;
+ guint dirs = 0;
+
+ if (GEDIT_IS_FILE_BROWSER_STORE (model))
+ selected = gedit_file_browser_widget_get_num_selected_files_or_directories (obj, &files, &dirs);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "move_to_trash");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), selected > 0);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "delete");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), selected > 0);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "open");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), (selected > 0) && (selected == files));
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "rename");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), selected == 1);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "open_in_terminal");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), selected == 1);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "new_folder");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), selected <= 1);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "new_file");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (action), selected <= 1);
+}
+
+static gboolean
+on_entry_filter_activate (GeditFileBrowserWidget *obj)
+{
+ gchar const *text = gtk_entry_get_text (GTK_ENTRY (obj->priv->filter_entry));
+ set_filter_pattern_real (obj, text, FALSE);
+
+ return FALSE;
+}
+
+static void
+on_location_jump_activate (GtkMenuItem *item,
+ GeditFileBrowserWidget *obj)
+{
+ GList *location = g_object_get_data (G_OBJECT (item), LOCATION_DATA_KEY);
+
+ if (obj->priv->current_location)
+ {
+ jump_to_location (obj, location,
+ g_list_position (obj->priv->locations, location) >
+ g_list_position (obj->priv->locations, obj->priv->current_location));
+ }
+ else
+ {
+ jump_to_location (obj, location, TRUE);
+ }
+}
+
+static void
+on_bookmarks_row_changed (GtkTreeModel *model,
+ GtkTreePath *path,
+ GtkTreeIter *iter,
+ GeditFileBrowserWidget *obj)
+{
+ add_bookmark_hash (obj, iter);
+}
+
+static void
+on_bookmarks_row_deleted (GtkTreeModel *model,
+ GtkTreePath *path,
+ GeditFileBrowserWidget *obj)
+{
+ GtkTreeIter iter;
+ GFile *location;
+
+ if (!gtk_tree_model_get_iter (model, &iter, path))
+ return;
+
+ if (!(location = gedit_file_bookmarks_store_get_location (obj->priv->bookmarks_store, &iter)))
+ return;
+
+ g_hash_table_remove (obj->priv->bookmarks_hash, location);
+
+ g_object_unref (location);
+}
+
+static void
+on_filter_mode_changed (GeditFileBrowserStore *model,
+ GParamSpec *param,
+ GeditFileBrowserWidget *obj)
+{
+ gint mode = gedit_file_browser_store_get_filter_mode (model);
+ GAction *action;
+ GVariant *variant;
+ gboolean active;
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "show_hidden");
+ active = !(mode & GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN);
+ variant = g_action_get_state (action);
+
+ if (active != g_variant_get_boolean (variant))
+ g_action_change_state (action, g_variant_new_boolean (active));
+
+ g_variant_unref (variant);
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (obj->priv->action_group), "show_binary");
+ active = !(mode & GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_BINARY);
+ variant = g_action_get_state (action);
+
+ if (active != g_variant_get_boolean (variant))
+ g_action_change_state (action, g_variant_new_boolean (active));
+
+ g_variant_unref (variant);
+}
+
+static void
+next_location_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ gedit_file_browser_widget_history_forward (GEDIT_FILE_BROWSER_WIDGET (user_data));
+}
+
+static void
+previous_location_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ gedit_file_browser_widget_history_back (GEDIT_FILE_BROWSER_WIDGET (user_data));
+}
+
+static void
+up_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget->priv->treeview));
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return;
+
+ gedit_file_browser_store_set_virtual_root_up (GEDIT_FILE_BROWSER_STORE (model));
+}
+
+static void
+home_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget->priv->treeview));
+ GFile *home_location;
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return;
+
+ home_location = g_file_new_for_path (g_get_home_dir ());
+ gedit_file_browser_widget_set_root (widget, home_location, TRUE);
+
+ g_object_unref (home_location);
+}
+
+static void
+new_folder_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget->priv->treeview));
+ GtkTreeIter parent;
+ GtkTreeIter iter;
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return;
+
+ if (!gedit_file_browser_widget_get_selected_directory (widget, &parent))
+ return;
+
+ if (gedit_file_browser_store_new_directory (GEDIT_FILE_BROWSER_STORE (model), &parent, &iter))
+ gedit_file_browser_view_start_rename (widget->priv->treeview, &iter);
+}
+
+static void
+open_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget->priv->treeview));
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (widget->priv->treeview));
+ GList *rows;
+ GList *row;
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return;
+
+ rows = gtk_tree_selection_get_selected_rows (selection, &model);
+ for (row = rows; row; row = row->next)
+ {
+ GtkTreePath *path = (GtkTreePath *)(row->data);
+ GtkTreeIter iter;
+
+ if (gtk_tree_model_get_iter (model, &iter, path))
+ file_open (widget, model, &iter);
+
+ gtk_tree_path_free (path);
+ }
+
+ g_list_free (rows);
+}
+
+static void
+new_file_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget->priv->treeview));
+ GtkTreeIter parent;
+ GtkTreeIter iter;
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return;
+
+ if (!gedit_file_browser_widget_get_selected_directory (widget, &parent))
+ return;
+
+ if (gedit_file_browser_store_new_file (GEDIT_FILE_BROWSER_STORE (model), &parent, &iter))
+ gedit_file_browser_view_start_rename (widget->priv->treeview, &iter);
+}
+
+static void
+rename_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+
+ rename_selected_file (widget);
+}
+
+static void
+delete_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+
+ delete_selected_files (widget, FALSE);
+}
+
+static void
+move_to_trash_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+
+ delete_selected_files (widget, TRUE);
+}
+
+static void
+refresh_view_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+
+ gedit_file_browser_widget_refresh (widget);
+}
+
+static void
+view_folder_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget->priv->treeview));
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (widget->priv->treeview));
+ GtkTreeIter iter;
+ GList *rows;
+ GList *row;
+ gboolean directory_opened = FALSE;
+
+ if (!GEDIT_IS_FILE_BROWSER_STORE (model))
+ return;
+
+ rows = gtk_tree_selection_get_selected_rows (selection, &model);
+ for (row = rows; row; row = row->next)
+ {
+ GtkTreePath *path = (GtkTreePath *)(row->data);
+
+ if (gtk_tree_model_get_iter (model, &iter, path))
+ directory_opened |= directory_open (widget, model, &iter);
+
+ gtk_tree_path_free (path);
+ }
+
+ if (!directory_opened && gedit_file_browser_widget_get_selected_directory (widget, &iter))
+ directory_open (widget, model, &iter);
+
+ g_list_free (rows);
+}
+
+static void
+change_show_hidden_state (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+
+ update_filter_mode (widget,
+ action,
+ state,
+ GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_HIDDEN);
+}
+
+static void
+change_show_binary_state (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+
+ update_filter_mode (widget,
+ action,
+ state,
+ GEDIT_FILE_BROWSER_STORE_FILTER_MODE_HIDE_BINARY);
+}
+
+static void
+change_show_match_filename (GSimpleAction *action,
+ GVariant *state,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+ gboolean visible = g_variant_get_boolean (state);
+
+ gtk_revealer_set_reveal_child (GTK_REVEALER (widget->priv->filter_entry_revealer), visible);
+
+ if (visible)
+ gtk_widget_grab_focus (widget->priv->filter_entry);
+ else
+ /* clear the filter */
+ set_filter_pattern_real (widget, NULL, TRUE);
+
+ g_simple_action_set_state (action, state);
+}
+
+static void
+open_in_terminal_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+ GtkTreeIter iter;
+ GFile *file;
+
+ /* Get the current directory */
+ if (!gedit_file_browser_widget_get_selected_directory (widget, &iter))
+ return;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (widget->priv->file_store),
+ &iter,
+ GEDIT_FILE_BROWSER_STORE_COLUMN_LOCATION, &file,
+ -1);
+
+ g_signal_emit (widget, signals[OPEN_IN_TERMINAL], 0, file);
+
+ g_object_unref (file);
+}
+
+static void
+set_active_root_activated (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer user_data)
+{
+ GeditFileBrowserWidget *widget = GEDIT_FILE_BROWSER_WIDGET (user_data);
+
+ g_signal_emit (widget, signals[SET_ACTIVE_ROOT], 0);
+}
+
+void
+_gedit_file_browser_widget_register_type (GTypeModule *type_module)
+{
+ gedit_file_browser_widget_register_type (type_module);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-widget.h b/plugins/filebrowser/gedit-file-browser-widget.h
new file mode 100644
index 0000000..8da8312
--- /dev/null
+++ b/plugins/filebrowser/gedit-file-browser-widget.h
@@ -0,0 +1,126 @@
+/*
+ * gedit-file-browser-widget.h - Gedit plugin providing easy file access
+ * from the sidepanel
+ *
+ * Copyright (C) 2006 - Jesse van den Kieboom <jesse@icecrew.nl>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_FILE_BROWSER_WIDGET_H
+#define GEDIT_FILE_BROWSER_WIDGET_H
+
+#include <gtk/gtk.h>
+#include <gedit/gedit-menu-extension.h>
+#include "gedit-file-browser-store.h"
+#include "gedit-file-bookmarks-store.h"
+#include "gedit-file-browser-view.h"
+
+G_BEGIN_DECLS
+#define GEDIT_TYPE_FILE_BROWSER_WIDGET (gedit_file_browser_widget_get_type ())
+#define GEDIT_FILE_BROWSER_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_BROWSER_WIDGET, GeditFileBrowserWidget))
+#define GEDIT_FILE_BROWSER_WIDGET_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEDIT_TYPE_FILE_BROWSER_WIDGET, GeditFileBrowserWidget const))
+#define GEDIT_FILE_BROWSER_WIDGET_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEDIT_TYPE_FILE_BROWSER_WIDGET, GeditFileBrowserWidgetClass))
+#define GEDIT_IS_FILE_BROWSER_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEDIT_TYPE_FILE_BROWSER_WIDGET))
+#define GEDIT_IS_FILE_BROWSER_WIDGET_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEDIT_TYPE_FILE_BROWSER_WIDGET))
+#define GEDIT_FILE_BROWSER_WIDGET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEDIT_TYPE_FILE_BROWSER_WIDGET, GeditFileBrowserWidgetClass))
+
+typedef struct _GeditFileBrowserWidget GeditFileBrowserWidget;
+typedef struct _GeditFileBrowserWidgetClass GeditFileBrowserWidgetClass;
+typedef struct _GeditFileBrowserWidgetPrivate GeditFileBrowserWidgetPrivate;
+
+typedef
+gboolean (*GeditFileBrowserWidgetFilterFunc) (GeditFileBrowserWidget *obj,
+ GeditFileBrowserStore *model,
+ GtkTreeIter *iter,
+ gpointer user_data);
+
+struct _GeditFileBrowserWidget
+{
+ GtkBox parent;
+
+ GeditFileBrowserWidgetPrivate *priv;
+};
+
+struct _GeditFileBrowserWidgetClass
+{
+ GtkBoxClass parent_class;
+
+ /* Signals */
+ void (* location_activated) (GeditFileBrowserWidget *widget,
+ GFile *location);
+ void (* error) (GeditFileBrowserWidget *widget,
+ guint code,
+ gchar const *message);
+ gboolean (* confirm_delete) (GeditFileBrowserWidget *widget,
+ GeditFileBrowserStore *model,
+ GList *list);
+ gboolean (* confirm_no_trash) (GeditFileBrowserWidget *widget,
+ GList *list);
+ void (* open_in_terminal) (GeditFileBrowserWidget *widget,
+ GFile *location);
+ void (* set_active_root) (GeditFileBrowserWidget *widget);
+};
+
+GType gedit_file_browser_widget_get_type (void) G_GNUC_CONST;
+
+GtkWidget *gedit_file_browser_widget_new (void);
+
+void gedit_file_browser_widget_show_bookmarks (GeditFileBrowserWidget *obj);
+void gedit_file_browser_widget_show_files (GeditFileBrowserWidget *obj);
+
+void gedit_file_browser_widget_set_root (GeditFileBrowserWidget *obj,
+ GFile *root,
+ gboolean virtual_root);
+void gedit_file_browser_widget_set_root_and_virtual_root
+ (GeditFileBrowserWidget *obj,
+ GFile *root,
+ GFile *virtual_root);
+
+gboolean gedit_file_browser_widget_get_selected_directory
+ (GeditFileBrowserWidget *obj,
+ GtkTreeIter *iter);
+
+void gedit_file_browser_widget_set_active_root_enabled (GeditFileBrowserWidget *widget,
+ gboolean enabled);
+
+GeditFileBrowserStore *
+gedit_file_browser_widget_get_browser_store (GeditFileBrowserWidget *obj);
+GeditFileBookmarksStore *
+gedit_file_browser_widget_get_bookmarks_store (GeditFileBrowserWidget *obj);
+GeditFileBrowserView *
+gedit_file_browser_widget_get_browser_view (GeditFileBrowserWidget *obj);
+GtkWidget *
+gedit_file_browser_widget_get_filter_entry (GeditFileBrowserWidget *obj);
+
+gulong gedit_file_browser_widget_add_filter (GeditFileBrowserWidget *obj,
+ GeditFileBrowserWidgetFilterFunc func,
+ gpointer user_data,
+ GDestroyNotify notify);
+void gedit_file_browser_widget_remove_filter (GeditFileBrowserWidget *obj,
+ gulong id);
+void gedit_file_browser_widget_set_filter_pattern (GeditFileBrowserWidget *obj,
+ gchar const *pattern);
+GeditMenuExtension *
+ gedit_file_browser_widget_extend_context_menu (GeditFileBrowserWidget *obj);
+void gedit_file_browser_widget_refresh (GeditFileBrowserWidget *obj);
+void gedit_file_browser_widget_history_back (GeditFileBrowserWidget *obj);
+void gedit_file_browser_widget_history_forward (GeditFileBrowserWidget *obj);
+
+void _gedit_file_browser_widget_register_type (GTypeModule *type_module);
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_WIDGET_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/meson.build b/plugins/filebrowser/meson.build
new file mode 100644
index 0000000..ba66652
--- /dev/null
+++ b/plugins/filebrowser/meson.build
@@ -0,0 +1,127 @@
+libfilebrowser_public_h = files(
+ 'gedit-file-bookmarks-store.h',
+ 'gedit-file-browser-error.h',
+ 'gedit-file-browser-store.h',
+ 'gedit-file-browser-view.h',
+ 'gedit-file-browser-widget.h',
+ 'gedit-file-browser-utils.h',
+ 'gedit-file-browser-plugin.h',
+ 'gedit-file-browser-messages.h',
+)
+
+libfilebrowser_sources = files(
+ 'gedit-file-bookmarks-store.c',
+ 'gedit-file-browser-messages.c',
+ 'gedit-file-browser-plugin.c',
+ 'gedit-file-browser-store.c',
+ 'gedit-file-browser-utils.c',
+ 'gedit-file-browser-view.c',
+ 'gedit-file-browser-widget.c',
+)
+
+libfilebrowser_deps = [
+ libgedit_dep,
+]
+
+subdir('messages')
+
+libfilebrowser_register_enums = gnome.mkenums(
+ 'gedit-file-browser-enum-register',
+ sources: libfilebrowser_public_h,
+ c_template: 'gedit-file-browser-enum-register.c.template',
+)
+
+libfilebrowser_type_enums = gnome.mkenums(
+ 'gedit-file-browser-enum-types',
+ depends : [libfilebrowser_register_enums],
+ sources: libfilebrowser_public_h,
+ h_template: 'gedit-file-browser-enum-types.h.template',
+ c_template: 'gedit-file-browser-enum-types-stage1.c.template',
+)
+
+# cat won't work on Windows so this
+# will need to be reimplemented as a script
+cat = find_program('cat')
+
+# Combine the 2 C mkenums templates together before compiling
+libfilebrowser_enums_c = custom_target('libfilebrowser_enums_c',
+ input: [libfilebrowser_type_enums.get(0),
+ libfilebrowser_register_enums],
+ output: 'gedit-file-browser-enum-types.c',
+ command: [cat, '@INPUT0@', '@INPUT1@'],
+ # redirects the command output since we can't use >> here
+ capture: true,
+)
+
+libfilebrowser_sources += [
+ libfilebrowser_enums_c,
+ libfilebrowser_type_enums.get(1),
+]
+
+subdir('resources')
+
+libfilebrowser_sha = shared_module(
+ 'filebrowser',
+ sources: libfilebrowser_sources,
+ include_directories: root_include_dir,
+ dependencies: libfilebrowser_deps,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ ),
+ name_suffix: module_suffix,
+)
+
+# FIXME: https://github.com/mesonbuild/meson/issues/1687
+custom_target(
+ 'org.gnome.gedit.plugins.filebrowser.enums.xml',
+ input : libfilebrowser_sources + libfilebrowser_public_h,
+ output: 'org.gnome.gedit.plugins.filebrowser.enums.xml',
+ capture: true,
+ command: [
+ 'glib-mkenums',
+ '--comments', '<!-- @comment@ -->',
+ '--fhead', '<schemalist>',
+ '--vhead', ' <@type@ id="org.gnome.gedit.plugins.filebrowser.@EnumName@">',
+ '--vprod', ' <value nick="@valuenick@" value="@valuenum@"/>',
+ '--vtail', ' </@type@>',
+ '--ftail', '</schemalist>',
+ '@INPUT@'
+ ],
+ install: true,
+ install_dir: join_paths(
+ glibdir,
+ 'schemas',
+ )
+)
+
+filebrowser_gschema_file = files('org.gnome.gedit.plugins.filebrowser.gschema.xml')
+install_data(
+ filebrowser_gschema_file,
+ install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'glib-2.0/schemas')
+)
+
+if xmllint.found()
+ test(
+ 'validate-filebrowser-gschema',
+ xmllint,
+ args: [
+ '--noout',
+ '--dtdvalid', gschema_dtd,
+ filebrowser_gschema_file,
+ ]
+ )
+endif
+
+custom_target(
+ 'filebrowser.plugin',
+ input: 'filebrowser.plugin.desktop.in',
+ output: 'filebrowser.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
diff --git a/plugins/filebrowser/messages.xml b/plugins/filebrowser/messages.xml
new file mode 100644
index 0000000..e2b7137
--- /dev/null
+++ b/plugins/filebrowser/messages.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<messages>
+ <message namespace="Gedit" name="FileBrowserMessageGetRoot">
+ <include>gio/gio.h</include>
+ <property name="location" type="object" gtype="G_TYPE_FILE"/>
+ </message>
+ <message namespace="Gedit" name="FileBrowserMessageSetRoot">
+ <include>gio/gio.h</include>
+ <property name="location" type="object" gtype="G_TYPE_FILE"/>
+ <property name="virtual" type="string"/>
+ </message>
+ <message namespace="Gedit" name="FileBrowserMessageSetEmblem">
+ <property name="id" type="string"/>
+ <property name="emblem" type="string"/>
+ </message>
+ <message namespace="Gedit" name="FileBrowserMessageSetMarkup">
+ <property name="id" type="string"/>
+ <property name="markup" type="string"/>
+ </message>
+ <message namespace="Gedit" name="FileBrowserMessageAddFilter">
+ <property name="object_path" type="string"/>
+ <property name="method" type="string"/>
+ <property name="id" type="uint"/>
+ </message>
+ <message namespace="Gedit" name="FileBrowserMessageId">
+ <property name="id" type="uint"/>
+ </message>
+ <message namespace="Gedit" name="FileBrowserMessageExtendContextMenu">
+ <include system="yes">gedit/gedit-menu-extension.h</include>
+ <property name="extension" type="object" gtype="GEDIT_TYPE_MENU_EXTENSION"/>
+ </message>
+ <message namespace="Gedit" name="FileBrowserMessageActivation">
+ <property name="active" type="boolean"/>
+ </message>
+ <message namespace="Gedit" name="FileBrowserMessageGetView">
+ <include>plugins/filebrowser/gedit-file-browser-view.h</include>
+ <property name="view" type="object" gtype="GEDIT_TYPE_FILE_BROWSER_VIEW"/>
+ </message>
+ <message namespace="Gedit" name="FileBrowserMessageIdLocation">
+ <include>gio/gio.h</include>
+ <property name="id" type="string"/>
+ <property name="name" type="string"/>
+ <property name="location" type="object" gtype="G_TYPE_FILE"/>
+ <property name="is-directory" type="boolean"/>
+ </message>
+</messages>
+<!-- vi:ex:ts=2:et -->
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-activation.c b/plugins/filebrowser/messages/gedit-file-browser-message-activation.c
new file mode 100644
index 0000000..0138e0d
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-activation.c
@@ -0,0 +1,105 @@
+
+/*
+ * gedit-file-browser-message-activation.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-activation.h"
+
+enum
+{
+ PROP_0,
+
+ PROP_ACTIVE,
+};
+
+struct _GeditFileBrowserMessageActivationPrivate
+{
+ gboolean active;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageActivation,
+ gedit_file_browser_message_activation,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageActivation))
+
+static void
+gedit_file_browser_message_activation_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageActivation *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_ACTIVATION (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ACTIVE:
+ g_value_set_boolean (value, msg->priv->active);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_activation_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageActivation *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_ACTIVATION (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ACTIVE:
+ msg->priv->active = g_value_get_boolean (value);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_activation_class_init (GeditFileBrowserMessageActivationClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->get_property = gedit_file_browser_message_activation_get_property;
+ object_class->set_property = gedit_file_browser_message_activation_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_ACTIVE,
+ g_param_spec_boolean ("active",
+ "Active",
+ "Active",
+ FALSE,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_activation_init (GeditFileBrowserMessageActivation *message)
+{
+ message->priv = gedit_file_browser_message_activation_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-activation.h b/plugins/filebrowser/messages/gedit-file-browser-message-activation.h
new file mode 100644
index 0000000..bd3b1ed
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-activation.h
@@ -0,0 +1,69 @@
+
+/*
+ * gedit-file-browser-message-activation.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_ACTIVATION_H
+#define GEDIT_FILE_BROWSER_MESSAGE_ACTIVATION_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_ACTIVATION (gedit_file_browser_message_activation_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_ACTIVATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ACTIVATION,\
+ GeditFileBrowserMessageActivation))
+#define GEDIT_FILE_BROWSER_MESSAGE_ACTIVATION_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ACTIVATION,\
+ GeditFileBrowserMessageActivation const))
+#define GEDIT_FILE_BROWSER_MESSAGE_ACTIVATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ACTIVATION,\
+ GeditFileBrowserMessageActivationClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_ACTIVATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ACTIVATION))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_ACTIVATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ACTIVATION))
+#define GEDIT_FILE_BROWSER_MESSAGE_ACTIVATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ACTIVATION,\
+ GeditFileBrowserMessageActivationClass))
+
+typedef struct _GeditFileBrowserMessageActivation GeditFileBrowserMessageActivation;
+typedef struct _GeditFileBrowserMessageActivationClass GeditFileBrowserMessageActivationClass;
+typedef struct _GeditFileBrowserMessageActivationPrivate GeditFileBrowserMessageActivationPrivate;
+
+struct _GeditFileBrowserMessageActivation
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageActivationPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageActivationClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_activation_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_ACTIVATION_H */
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-add-filter.c b/plugins/filebrowser/messages/gedit-file-browser-message-add-filter.c
new file mode 100644
index 0000000..f66a32d
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-add-filter.c
@@ -0,0 +1,162 @@
+
+/*
+ * gedit-file-browser-message-add-filter.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-add-filter.h"
+
+enum
+{
+ PROP_0,
+
+ PROP_OBJECT_PATH,
+ PROP_METHOD,
+ PROP_ID,
+};
+
+struct _GeditFileBrowserMessageAddFilterPrivate
+{
+ gchar *object_path;
+ gchar *method;
+ guint id;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageAddFilter,
+ gedit_file_browser_message_add_filter,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageAddFilter))
+
+static void
+gedit_file_browser_message_add_filter_finalize (GObject *obj)
+{
+ GeditFileBrowserMessageAddFilter *msg = GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER (obj);
+
+ g_free (msg->priv->object_path);
+ g_free (msg->priv->method);
+
+ G_OBJECT_CLASS (gedit_file_browser_message_add_filter_parent_class)->finalize (obj);
+}
+
+static void
+gedit_file_browser_message_add_filter_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageAddFilter *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER (obj);
+
+ switch (prop_id)
+ {
+ case PROP_OBJECT_PATH:
+ g_value_set_string (value, msg->priv->object_path);
+ break;
+ case PROP_METHOD:
+ g_value_set_string (value, msg->priv->method);
+ break;
+ case PROP_ID:
+ g_value_set_uint (value, msg->priv->id);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_add_filter_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageAddFilter *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER (obj);
+
+ switch (prop_id)
+ {
+ case PROP_OBJECT_PATH:
+ {
+ g_free (msg->priv->object_path);
+ msg->priv->object_path = g_value_dup_string (value);
+ break;
+ }
+ case PROP_METHOD:
+ {
+ g_free (msg->priv->method);
+ msg->priv->method = g_value_dup_string (value);
+ break;
+ }
+ case PROP_ID:
+ msg->priv->id = g_value_get_uint (value);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_add_filter_class_init (GeditFileBrowserMessageAddFilterClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->finalize = gedit_file_browser_message_add_filter_finalize;
+
+ object_class->get_property = gedit_file_browser_message_add_filter_get_property;
+ object_class->set_property = gedit_file_browser_message_add_filter_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_OBJECT_PATH,
+ g_param_spec_string ("object-path",
+ "Object Path",
+ "Object Path",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+
+ g_object_class_install_property (object_class,
+ PROP_METHOD,
+ g_param_spec_string ("method",
+ "Method",
+ "Method",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+
+ g_object_class_install_property (object_class,
+ PROP_ID,
+ g_param_spec_uint ("id",
+ "Id",
+ "Id",
+ 0,
+ G_MAXUINT,
+ 0,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_add_filter_init (GeditFileBrowserMessageAddFilter *message)
+{
+ message->priv = gedit_file_browser_message_add_filter_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-add-filter.h b/plugins/filebrowser/messages/gedit-file-browser-message-add-filter.h
new file mode 100644
index 0000000..4a5b35c
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-add-filter.h
@@ -0,0 +1,69 @@
+
+/*
+ * gedit-file-browser-message-add-filter.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER_H
+#define GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_ADD_FILTER (gedit_file_browser_message_add_filter_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ADD_FILTER,\
+ GeditFileBrowserMessageAddFilter))
+#define GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ADD_FILTER,\
+ GeditFileBrowserMessageAddFilter const))
+#define GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ADD_FILTER,\
+ GeditFileBrowserMessageAddFilterClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_ADD_FILTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ADD_FILTER))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_ADD_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ADD_FILTER))
+#define GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ADD_FILTER,\
+ GeditFileBrowserMessageAddFilterClass))
+
+typedef struct _GeditFileBrowserMessageAddFilter GeditFileBrowserMessageAddFilter;
+typedef struct _GeditFileBrowserMessageAddFilterClass GeditFileBrowserMessageAddFilterClass;
+typedef struct _GeditFileBrowserMessageAddFilterPrivate GeditFileBrowserMessageAddFilterPrivate;
+
+struct _GeditFileBrowserMessageAddFilter
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageAddFilterPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageAddFilterClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_add_filter_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_ADD_FILTER_H */
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-extend-context-menu.c b/plugins/filebrowser/messages/gedit-file-browser-message-extend-context-menu.c
new file mode 100644
index 0000000..4bb8682
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-extend-context-menu.c
@@ -0,0 +1,128 @@
+
+/*
+ * gedit-file-browser-message-extend-context-menu.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Paolo Borelli
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-extend-context-menu.h"
+#include <gedit/gedit-menu-extension.h>
+
+enum
+{
+ PROP_0,
+
+ PROP_EXTENSION,
+};
+
+struct _GeditFileBrowserMessageExtendContextMenuPrivate
+{
+ GeditMenuExtension *extension;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageExtendContextMenu,
+ gedit_file_browser_message_extend_context_menu,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageExtendContextMenu))
+
+static void
+gedit_file_browser_message_extend_context_menu_finalize (GObject *obj)
+{
+ GeditFileBrowserMessageExtendContextMenu *msg = GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU (obj);
+
+ if (msg->priv->extension)
+ {
+ g_object_unref (msg->priv->extension);
+ }
+
+ G_OBJECT_CLASS (gedit_file_browser_message_extend_context_menu_parent_class)->finalize (obj);
+}
+
+static void
+gedit_file_browser_message_extend_context_menu_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageExtendContextMenu *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU (obj);
+
+ switch (prop_id)
+ {
+ case PROP_EXTENSION:
+ g_value_set_object (value, msg->priv->extension);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_extend_context_menu_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageExtendContextMenu *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU (obj);
+
+ switch (prop_id)
+ {
+ case PROP_EXTENSION:
+ {
+ if (msg->priv->extension)
+ {
+ g_object_unref (msg->priv->extension);
+ }
+ msg->priv->extension = g_value_dup_object (value);
+ break;
+ }
+ }
+}
+
+static void
+gedit_file_browser_message_extend_context_menu_class_init (GeditFileBrowserMessageExtendContextMenuClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->finalize = gedit_file_browser_message_extend_context_menu_finalize;
+
+ object_class->get_property = gedit_file_browser_message_extend_context_menu_get_property;
+ object_class->set_property = gedit_file_browser_message_extend_context_menu_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_EXTENSION,
+ g_param_spec_object ("extension",
+ "Extension",
+ "Extension",
+ GEDIT_TYPE_MENU_EXTENSION,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_extend_context_menu_init (GeditFileBrowserMessageExtendContextMenu *message)
+{
+ message->priv = gedit_file_browser_message_extend_context_menu_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-extend-context-menu.h b/plugins/filebrowser/messages/gedit-file-browser-message-extend-context-menu.h
new file mode 100644
index 0000000..643485d
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-extend-context-menu.h
@@ -0,0 +1,70 @@
+
+/*
+ * gedit-file-browser-message-extend-context-menu.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Paolo Borelli
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU_H
+#define GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU (gedit_file_browser_message_extend_context_menu_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU,\
+ GeditFileBrowserMessageExtendContextMenu))
+#define GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU,\
+ GeditFileBrowserMessageExtendContextMenu const))
+#define GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU,\
+ GeditFileBrowserMessageExtendContextMenuClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU))
+#define GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU,\
+ GeditFileBrowserMessageExtendContextMenuClass))
+
+typedef struct _GeditFileBrowserMessageExtendContextMenu GeditFileBrowserMessageExtendContextMenu;
+typedef struct _GeditFileBrowserMessageExtendContextMenuClass GeditFileBrowserMessageExtendContextMenuClass;
+typedef struct _GeditFileBrowserMessageExtendContextMenuPrivate GeditFileBrowserMessageExtendContextMenuPrivate;
+
+struct _GeditFileBrowserMessageExtendContextMenu
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageExtendContextMenuPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageExtendContextMenuClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_extend_context_menu_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_EXTEND_CONTEXT_MENU_H */
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-get-root.c b/plugins/filebrowser/messages/gedit-file-browser-message-get-root.c
new file mode 100644
index 0000000..b766ac1
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-get-root.c
@@ -0,0 +1,127 @@
+
+/*
+ * gedit-file-browser-message-get-root.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-get-root.h"
+#include "gio/gio.h"
+
+enum
+{
+ PROP_0,
+
+ PROP_LOCATION,
+};
+
+struct _GeditFileBrowserMessageGetRootPrivate
+{
+ GFile *location;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageGetRoot,
+ gedit_file_browser_message_get_root,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageGetRoot))
+
+static void
+gedit_file_browser_message_get_root_finalize (GObject *obj)
+{
+ GeditFileBrowserMessageGetRoot *msg = GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT (obj);
+
+ if (msg->priv->location)
+ {
+ g_object_unref (msg->priv->location);
+ }
+
+ G_OBJECT_CLASS (gedit_file_browser_message_get_root_parent_class)->finalize (obj);
+}
+
+static void
+gedit_file_browser_message_get_root_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageGetRoot *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT (obj);
+
+ switch (prop_id)
+ {
+ case PROP_LOCATION:
+ g_value_set_object (value, msg->priv->location);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_get_root_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageGetRoot *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT (obj);
+
+ switch (prop_id)
+ {
+ case PROP_LOCATION:
+ {
+ if (msg->priv->location)
+ {
+ g_object_unref (msg->priv->location);
+ }
+ msg->priv->location = g_value_dup_object (value);
+ break;
+ }
+ }
+}
+
+static void
+gedit_file_browser_message_get_root_class_init (GeditFileBrowserMessageGetRootClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->finalize = gedit_file_browser_message_get_root_finalize;
+
+ object_class->get_property = gedit_file_browser_message_get_root_get_property;
+ object_class->set_property = gedit_file_browser_message_get_root_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_LOCATION,
+ g_param_spec_object ("location",
+ "Location",
+ "Location",
+ G_TYPE_FILE,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_get_root_init (GeditFileBrowserMessageGetRoot *message)
+{
+ message->priv = gedit_file_browser_message_get_root_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-get-root.h b/plugins/filebrowser/messages/gedit-file-browser-message-get-root.h
new file mode 100644
index 0000000..8cc114d
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-get-root.h
@@ -0,0 +1,69 @@
+
+/*
+ * gedit-file-browser-message-get-root.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT_H
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_ROOT (gedit_file_browser_message_get_root_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_ROOT,\
+ GeditFileBrowserMessageGetRoot))
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_ROOT,\
+ GeditFileBrowserMessageGetRoot const))
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_ROOT,\
+ GeditFileBrowserMessageGetRootClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_GET_ROOT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_ROOT))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_GET_ROOT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_ROOT))
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_ROOT,\
+ GeditFileBrowserMessageGetRootClass))
+
+typedef struct _GeditFileBrowserMessageGetRoot GeditFileBrowserMessageGetRoot;
+typedef struct _GeditFileBrowserMessageGetRootClass GeditFileBrowserMessageGetRootClass;
+typedef struct _GeditFileBrowserMessageGetRootPrivate GeditFileBrowserMessageGetRootPrivate;
+
+struct _GeditFileBrowserMessageGetRoot
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageGetRootPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageGetRootClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_get_root_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_GET_ROOT_H */
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-get-view.c b/plugins/filebrowser/messages/gedit-file-browser-message-get-view.c
new file mode 100644
index 0000000..17fe757
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-get-view.c
@@ -0,0 +1,127 @@
+
+/*
+ * gedit-file-browser-message-get-view.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-get-view.h"
+#include "plugins/filebrowser/gedit-file-browser-view.h"
+
+enum
+{
+ PROP_0,
+
+ PROP_VIEW,
+};
+
+struct _GeditFileBrowserMessageGetViewPrivate
+{
+ GeditFileBrowserView *view;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageGetView,
+ gedit_file_browser_message_get_view,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageGetView))
+
+static void
+gedit_file_browser_message_get_view_finalize (GObject *obj)
+{
+ GeditFileBrowserMessageGetView *msg = GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW (obj);
+
+ if (msg->priv->view)
+ {
+ g_object_unref (msg->priv->view);
+ }
+
+ G_OBJECT_CLASS (gedit_file_browser_message_get_view_parent_class)->finalize (obj);
+}
+
+static void
+gedit_file_browser_message_get_view_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageGetView *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW (obj);
+
+ switch (prop_id)
+ {
+ case PROP_VIEW:
+ g_value_set_object (value, msg->priv->view);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_get_view_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageGetView *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW (obj);
+
+ switch (prop_id)
+ {
+ case PROP_VIEW:
+ {
+ if (msg->priv->view)
+ {
+ g_object_unref (msg->priv->view);
+ }
+ msg->priv->view = g_value_dup_object (value);
+ break;
+ }
+ }
+}
+
+static void
+gedit_file_browser_message_get_view_class_init (GeditFileBrowserMessageGetViewClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->finalize = gedit_file_browser_message_get_view_finalize;
+
+ object_class->get_property = gedit_file_browser_message_get_view_get_property;
+ object_class->set_property = gedit_file_browser_message_get_view_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_VIEW,
+ g_param_spec_object ("view",
+ "View",
+ "View",
+ GEDIT_TYPE_FILE_BROWSER_VIEW,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_get_view_init (GeditFileBrowserMessageGetView *message)
+{
+ message->priv = gedit_file_browser_message_get_view_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-get-view.h b/plugins/filebrowser/messages/gedit-file-browser-message-get-view.h
new file mode 100644
index 0000000..452abbc
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-get-view.h
@@ -0,0 +1,69 @@
+
+/*
+ * gedit-file-browser-message-get-view.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW_H
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_VIEW (gedit_file_browser_message_get_view_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_VIEW,\
+ GeditFileBrowserMessageGetView))
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_VIEW,\
+ GeditFileBrowserMessageGetView const))
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_VIEW,\
+ GeditFileBrowserMessageGetViewClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_GET_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_VIEW))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_GET_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_VIEW))
+#define GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_GET_VIEW,\
+ GeditFileBrowserMessageGetViewClass))
+
+typedef struct _GeditFileBrowserMessageGetView GeditFileBrowserMessageGetView;
+typedef struct _GeditFileBrowserMessageGetViewClass GeditFileBrowserMessageGetViewClass;
+typedef struct _GeditFileBrowserMessageGetViewPrivate GeditFileBrowserMessageGetViewPrivate;
+
+struct _GeditFileBrowserMessageGetView
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageGetViewPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageGetViewClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_get_view_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_GET_VIEW_H */
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-id-location.c b/plugins/filebrowser/messages/gedit-file-browser-message-id-location.c
new file mode 100644
index 0000000..36c33c5
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-id-location.c
@@ -0,0 +1,190 @@
+
+/*
+ * gedit-file-browser-message-id-location.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2013 - Garrett Regier
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-id-location.h"
+#include "gio/gio.h"
+
+enum
+{
+ PROP_0,
+
+ PROP_ID,
+ PROP_NAME,
+ PROP_LOCATION,
+ PROP_IS_DIRECTORY,
+};
+
+struct _GeditFileBrowserMessageIdLocationPrivate
+{
+ gchar *id;
+ gchar *name;
+ GFile *location;
+ gboolean is_directory;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageIdLocation,
+ gedit_file_browser_message_id_location,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageIdLocation))
+
+static void
+gedit_file_browser_message_id_location_finalize (GObject *obj)
+{
+ GeditFileBrowserMessageIdLocation *msg = GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION (obj);
+
+ g_free (msg->priv->id);
+ g_free (msg->priv->name);
+ if (msg->priv->location)
+ {
+ g_object_unref (msg->priv->location);
+ }
+
+ G_OBJECT_CLASS (gedit_file_browser_message_id_location_parent_class)->finalize (obj);
+}
+
+static void
+gedit_file_browser_message_id_location_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageIdLocation *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ID:
+ g_value_set_string (value, msg->priv->id);
+ break;
+ case PROP_NAME:
+ g_value_set_string (value, msg->priv->name);
+ break;
+ case PROP_LOCATION:
+ g_value_set_object (value, msg->priv->location);
+ break;
+ case PROP_IS_DIRECTORY:
+ g_value_set_boolean (value, msg->priv->is_directory);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_id_location_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageIdLocation *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ID:
+ {
+ g_free (msg->priv->id);
+ msg->priv->id = g_value_dup_string (value);
+ break;
+ }
+ case PROP_NAME:
+ {
+ g_free (msg->priv->name);
+ msg->priv->name = g_value_dup_string (value);
+ break;
+ }
+ case PROP_LOCATION:
+ {
+ if (msg->priv->location)
+ {
+ g_object_unref (msg->priv->location);
+ }
+ msg->priv->location = g_value_dup_object (value);
+ break;
+ }
+ case PROP_IS_DIRECTORY:
+ msg->priv->is_directory = g_value_get_boolean (value);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_id_location_class_init (GeditFileBrowserMessageIdLocationClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->finalize = gedit_file_browser_message_id_location_finalize;
+
+ object_class->get_property = gedit_file_browser_message_id_location_get_property;
+ object_class->set_property = gedit_file_browser_message_id_location_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_ID,
+ g_param_spec_string ("id",
+ "Id",
+ "Id",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+
+ g_object_class_install_property (object_class,
+ PROP_NAME,
+ g_param_spec_string ("name",
+ "Name",
+ "Name",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+
+ g_object_class_install_property (object_class,
+ PROP_LOCATION,
+ g_param_spec_object ("location",
+ "Location",
+ "Location",
+ G_TYPE_FILE,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+
+ g_object_class_install_property (object_class,
+ PROP_IS_DIRECTORY,
+ g_param_spec_boolean ("is-directory",
+ "Is Directory",
+ "Is Directory",
+ FALSE,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_id_location_init (GeditFileBrowserMessageIdLocation *message)
+{
+ message->priv = gedit_file_browser_message_id_location_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-id-location.h b/plugins/filebrowser/messages/gedit-file-browser-message-id-location.h
new file mode 100644
index 0000000..0af4c77
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-id-location.h
@@ -0,0 +1,70 @@
+
+/*
+ * gedit-file-browser-message-id-location.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2013 - Garrett Regier
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION_H
+#define GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION (gedit_file_browser_message_id_location_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,\
+ GeditFileBrowserMessageIdLocation))
+#define GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,\
+ GeditFileBrowserMessageIdLocation const))
+#define GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,\
+ GeditFileBrowserMessageIdLocationClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_ID_LOCATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_ID_LOCATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION))
+#define GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID_LOCATION,\
+ GeditFileBrowserMessageIdLocationClass))
+
+typedef struct _GeditFileBrowserMessageIdLocation GeditFileBrowserMessageIdLocation;
+typedef struct _GeditFileBrowserMessageIdLocationClass GeditFileBrowserMessageIdLocationClass;
+typedef struct _GeditFileBrowserMessageIdLocationPrivate GeditFileBrowserMessageIdLocationPrivate;
+
+struct _GeditFileBrowserMessageIdLocation
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageIdLocationPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageIdLocationClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_id_location_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_ID_LOCATION_H */
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-id.c b/plugins/filebrowser/messages/gedit-file-browser-message-id.c
new file mode 100644
index 0000000..fec490f
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-id.c
@@ -0,0 +1,107 @@
+
+/*
+ * gedit-file-browser-message-id.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-id.h"
+
+enum
+{
+ PROP_0,
+
+ PROP_ID,
+};
+
+struct _GeditFileBrowserMessageIdPrivate
+{
+ guint id;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageId,
+ gedit_file_browser_message_id,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageId))
+
+static void
+gedit_file_browser_message_id_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageId *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_ID (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ID:
+ g_value_set_uint (value, msg->priv->id);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_id_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageId *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_ID (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ID:
+ msg->priv->id = g_value_get_uint (value);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_id_class_init (GeditFileBrowserMessageIdClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->get_property = gedit_file_browser_message_id_get_property;
+ object_class->set_property = gedit_file_browser_message_id_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_ID,
+ g_param_spec_uint ("id",
+ "Id",
+ "Id",
+ 0,
+ G_MAXUINT,
+ 0,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_id_init (GeditFileBrowserMessageId *message)
+{
+ message->priv = gedit_file_browser_message_id_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-id.h b/plugins/filebrowser/messages/gedit-file-browser-message-id.h
new file mode 100644
index 0000000..8351c3b
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-id.h
@@ -0,0 +1,69 @@
+
+/*
+ * gedit-file-browser-message-id.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_ID_H
+#define GEDIT_FILE_BROWSER_MESSAGE_ID_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID (gedit_file_browser_message_id_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_ID(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID,\
+ GeditFileBrowserMessageId))
+#define GEDIT_FILE_BROWSER_MESSAGE_ID_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID,\
+ GeditFileBrowserMessageId const))
+#define GEDIT_FILE_BROWSER_MESSAGE_ID_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID,\
+ GeditFileBrowserMessageIdClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_ID(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_ID_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID))
+#define GEDIT_FILE_BROWSER_MESSAGE_ID_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_ID,\
+ GeditFileBrowserMessageIdClass))
+
+typedef struct _GeditFileBrowserMessageId GeditFileBrowserMessageId;
+typedef struct _GeditFileBrowserMessageIdClass GeditFileBrowserMessageIdClass;
+typedef struct _GeditFileBrowserMessageIdPrivate GeditFileBrowserMessageIdPrivate;
+
+struct _GeditFileBrowserMessageId
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageIdPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageIdClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_id_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_ID_H */
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-set-emblem.c b/plugins/filebrowser/messages/gedit-file-browser-message-set-emblem.c
new file mode 100644
index 0000000..8e63042
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-set-emblem.c
@@ -0,0 +1,142 @@
+
+/*
+ * gedit-file-browser-message-set-emblem.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-set-emblem.h"
+
+enum
+{
+ PROP_0,
+
+ PROP_ID,
+ PROP_EMBLEM,
+};
+
+struct _GeditFileBrowserMessageSetEmblemPrivate
+{
+ gchar *id;
+ gchar *emblem;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageSetEmblem,
+ gedit_file_browser_message_set_emblem,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageSetEmblem))
+
+static void
+gedit_file_browser_message_set_emblem_finalize (GObject *obj)
+{
+ GeditFileBrowserMessageSetEmblem *msg = GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM (obj);
+
+ g_free (msg->priv->id);
+ g_free (msg->priv->emblem);
+
+ G_OBJECT_CLASS (gedit_file_browser_message_set_emblem_parent_class)->finalize (obj);
+}
+
+static void
+gedit_file_browser_message_set_emblem_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageSetEmblem *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ID:
+ g_value_set_string (value, msg->priv->id);
+ break;
+ case PROP_EMBLEM:
+ g_value_set_string (value, msg->priv->emblem);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_set_emblem_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageSetEmblem *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ID:
+ {
+ g_free (msg->priv->id);
+ msg->priv->id = g_value_dup_string (value);
+ break;
+ }
+ case PROP_EMBLEM:
+ {
+ g_free (msg->priv->emblem);
+ msg->priv->emblem = g_value_dup_string (value);
+ break;
+ }
+ }
+}
+
+static void
+gedit_file_browser_message_set_emblem_class_init (GeditFileBrowserMessageSetEmblemClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->finalize = gedit_file_browser_message_set_emblem_finalize;
+
+ object_class->get_property = gedit_file_browser_message_set_emblem_get_property;
+ object_class->set_property = gedit_file_browser_message_set_emblem_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_ID,
+ g_param_spec_string ("id",
+ "Id",
+ "Id",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+
+ g_object_class_install_property (object_class,
+ PROP_EMBLEM,
+ g_param_spec_string ("emblem",
+ "Emblem",
+ "Emblem",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_set_emblem_init (GeditFileBrowserMessageSetEmblem *message)
+{
+ message->priv = gedit_file_browser_message_set_emblem_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-set-emblem.h b/plugins/filebrowser/messages/gedit-file-browser-message-set-emblem.h
new file mode 100644
index 0000000..6daa795
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-set-emblem.h
@@ -0,0 +1,69 @@
+
+/*
+ * gedit-file-browser-message-set-emblem.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM_H
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_EMBLEM (gedit_file_browser_message_set_emblem_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_EMBLEM,\
+ GeditFileBrowserMessageSetEmblem))
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_EMBLEM,\
+ GeditFileBrowserMessageSetEmblem const))
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_EMBLEM,\
+ GeditFileBrowserMessageSetEmblemClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_SET_EMBLEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_EMBLEM))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_SET_EMBLEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_EMBLEM))
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_EMBLEM,\
+ GeditFileBrowserMessageSetEmblemClass))
+
+typedef struct _GeditFileBrowserMessageSetEmblem GeditFileBrowserMessageSetEmblem;
+typedef struct _GeditFileBrowserMessageSetEmblemClass GeditFileBrowserMessageSetEmblemClass;
+typedef struct _GeditFileBrowserMessageSetEmblemPrivate GeditFileBrowserMessageSetEmblemPrivate;
+
+struct _GeditFileBrowserMessageSetEmblem
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageSetEmblemPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageSetEmblemClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_set_emblem_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_SET_EMBLEM_H */
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-set-markup.c b/plugins/filebrowser/messages/gedit-file-browser-message-set-markup.c
new file mode 100644
index 0000000..3b14d16
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-set-markup.c
@@ -0,0 +1,143 @@
+
+/*
+ * gedit-file-browser-message-set-markup.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2013 - Garrett Regier
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-set-markup.h"
+
+enum
+{
+ PROP_0,
+
+ PROP_ID,
+ PROP_MARKUP,
+};
+
+struct _GeditFileBrowserMessageSetMarkupPrivate
+{
+ gchar *id;
+ gchar *markup;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageSetMarkup,
+ gedit_file_browser_message_set_markup,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageSetMarkup))
+
+static void
+gedit_file_browser_message_set_markup_finalize (GObject *obj)
+{
+ GeditFileBrowserMessageSetMarkup *msg = GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP (obj);
+
+ g_free (msg->priv->id);
+ g_free (msg->priv->markup);
+
+ G_OBJECT_CLASS (gedit_file_browser_message_set_markup_parent_class)->finalize (obj);
+}
+
+static void
+gedit_file_browser_message_set_markup_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageSetMarkup *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ID:
+ g_value_set_string (value, msg->priv->id);
+ break;
+ case PROP_MARKUP:
+ g_value_set_string (value, msg->priv->markup);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_set_markup_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageSetMarkup *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP (obj);
+
+ switch (prop_id)
+ {
+ case PROP_ID:
+ {
+ g_free (msg->priv->id);
+ msg->priv->id = g_value_dup_string (value);
+ break;
+ }
+ case PROP_MARKUP:
+ {
+ g_free (msg->priv->markup);
+ msg->priv->markup = g_value_dup_string (value);
+ break;
+ }
+ }
+}
+
+static void
+gedit_file_browser_message_set_markup_class_init (GeditFileBrowserMessageSetMarkupClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->finalize = gedit_file_browser_message_set_markup_finalize;
+
+ object_class->get_property = gedit_file_browser_message_set_markup_get_property;
+ object_class->set_property = gedit_file_browser_message_set_markup_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_ID,
+ g_param_spec_string ("id",
+ "Id",
+ "Id",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+
+ g_object_class_install_property (object_class,
+ PROP_MARKUP,
+ g_param_spec_string ("markup",
+ "Markup",
+ "Markup",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_set_markup_init (GeditFileBrowserMessageSetMarkup *message)
+{
+ message->priv = gedit_file_browser_message_set_markup_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-set-markup.h b/plugins/filebrowser/messages/gedit-file-browser-message-set-markup.h
new file mode 100644
index 0000000..ab9a1dc
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-set-markup.h
@@ -0,0 +1,70 @@
+
+/*
+ * gedit-file-browser-message-set-markup.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2013 - Garrett Regier
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP_H
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_MARKUP (gedit_file_browser_message_set_markup_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_MARKUP,\
+ GeditFileBrowserMessageSetMarkup))
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_MARKUP,\
+ GeditFileBrowserMessageSetMarkup const))
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_MARKUP,\
+ GeditFileBrowserMessageSetMarkupClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_SET_MARKUP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_MARKUP))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_SET_MARKUP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_MARKUP))
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_MARKUP,\
+ GeditFileBrowserMessageSetMarkupClass))
+
+typedef struct _GeditFileBrowserMessageSetMarkup GeditFileBrowserMessageSetMarkup;
+typedef struct _GeditFileBrowserMessageSetMarkupClass GeditFileBrowserMessageSetMarkupClass;
+typedef struct _GeditFileBrowserMessageSetMarkupPrivate GeditFileBrowserMessageSetMarkupPrivate;
+
+struct _GeditFileBrowserMessageSetMarkup
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageSetMarkupPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageSetMarkupClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_set_markup_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_SET_MARKUP_H */
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-set-root.c b/plugins/filebrowser/messages/gedit-file-browser-message-set-root.c
new file mode 100644
index 0000000..cb3891b
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-set-root.c
@@ -0,0 +1,149 @@
+
+/*
+ * gedit-file-browser-message-set-root.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+
+#include "gedit-file-browser-message-set-root.h"
+#include "gio/gio.h"
+
+enum
+{
+ PROP_0,
+
+ PROP_LOCATION,
+ PROP_VIRTUAL,
+};
+
+struct _GeditFileBrowserMessageSetRootPrivate
+{
+ GFile *location;
+ gchar *virtual;
+};
+
+G_DEFINE_TYPE_EXTENDED (GeditFileBrowserMessageSetRoot,
+ gedit_file_browser_message_set_root,
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE (GeditFileBrowserMessageSetRoot))
+
+static void
+gedit_file_browser_message_set_root_finalize (GObject *obj)
+{
+ GeditFileBrowserMessageSetRoot *msg = GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT (obj);
+
+ if (msg->priv->location)
+ {
+ g_object_unref (msg->priv->location);
+ }
+ g_free (msg->priv->virtual);
+
+ G_OBJECT_CLASS (gedit_file_browser_message_set_root_parent_class)->finalize (obj);
+}
+
+static void
+gedit_file_browser_message_set_root_get_property (GObject *obj,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageSetRoot *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT (obj);
+
+ switch (prop_id)
+ {
+ case PROP_LOCATION:
+ g_value_set_object (value, msg->priv->location);
+ break;
+ case PROP_VIRTUAL:
+ g_value_set_string (value, msg->priv->virtual);
+ break;
+ }
+}
+
+static void
+gedit_file_browser_message_set_root_set_property (GObject *obj,
+ guint prop_id,
+ GValue const *value,
+ GParamSpec *pspec)
+{
+ GeditFileBrowserMessageSetRoot *msg;
+
+ msg = GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT (obj);
+
+ switch (prop_id)
+ {
+ case PROP_LOCATION:
+ {
+ if (msg->priv->location)
+ {
+ g_object_unref (msg->priv->location);
+ }
+ msg->priv->location = g_value_dup_object (value);
+ break;
+ }
+ case PROP_VIRTUAL:
+ {
+ g_free (msg->priv->virtual);
+ msg->priv->virtual = g_value_dup_string (value);
+ break;
+ }
+ }
+}
+
+static void
+gedit_file_browser_message_set_root_class_init (GeditFileBrowserMessageSetRootClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS(klass);
+
+ object_class->finalize = gedit_file_browser_message_set_root_finalize;
+
+ object_class->get_property = gedit_file_browser_message_set_root_get_property;
+ object_class->set_property = gedit_file_browser_message_set_root_set_property;
+
+ g_object_class_install_property (object_class,
+ PROP_LOCATION,
+ g_param_spec_object ("location",
+ "Location",
+ "Location",
+ G_TYPE_FILE,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+
+ g_object_class_install_property (object_class,
+ PROP_VIRTUAL,
+ g_param_spec_string ("virtual",
+ "Virtual",
+ "Virtual",
+ NULL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS));
+}
+
+static void
+gedit_file_browser_message_set_root_init (GeditFileBrowserMessageSetRoot *message)
+{
+ message->priv = gedit_file_browser_message_set_root_get_instance_private (message);
+}
diff --git a/plugins/filebrowser/messages/gedit-file-browser-message-set-root.h b/plugins/filebrowser/messages/gedit-file-browser-message-set-root.h
new file mode 100644
index 0000000..8b61c50
--- /dev/null
+++ b/plugins/filebrowser/messages/gedit-file-browser-message-set-root.h
@@ -0,0 +1,69 @@
+
+/*
+ * gedit-file-browser-message-set-root.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Jesse van den Kieboom
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifndef GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT_H
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT_H
+
+#include <gedit/gedit-message.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_ROOT (gedit_file_browser_message_set_root_get_type ())
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_ROOT,\
+ GeditFileBrowserMessageSetRoot))
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_ROOT,\
+ GeditFileBrowserMessageSetRoot const))
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_ROOT,\
+ GeditFileBrowserMessageSetRootClass))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_SET_ROOT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_ROOT))
+#define GEDIT_IS_FILE_BROWSER_MESSAGE_SET_ROOT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_ROOT))
+#define GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),\
+ GEDIT_TYPE_FILE_BROWSER_MESSAGE_SET_ROOT,\
+ GeditFileBrowserMessageSetRootClass))
+
+typedef struct _GeditFileBrowserMessageSetRoot GeditFileBrowserMessageSetRoot;
+typedef struct _GeditFileBrowserMessageSetRootClass GeditFileBrowserMessageSetRootClass;
+typedef struct _GeditFileBrowserMessageSetRootPrivate GeditFileBrowserMessageSetRootPrivate;
+
+struct _GeditFileBrowserMessageSetRoot
+{
+ GeditMessage parent;
+
+ GeditFileBrowserMessageSetRootPrivate *priv;
+};
+
+struct _GeditFileBrowserMessageSetRootClass
+{
+ GeditMessageClass parent_class;
+};
+
+GType gedit_file_browser_message_set_root_get_type (void) G_GNUC_CONST;
+
+G_END_DECLS
+
+#endif /* GEDIT_FILE_BROWSER_MESSAGE_SET_ROOT_H */
diff --git a/plugins/filebrowser/messages/meson.build b/plugins/filebrowser/messages/meson.build
new file mode 100644
index 0000000..ec4fb84
--- /dev/null
+++ b/plugins/filebrowser/messages/meson.build
@@ -0,0 +1,25 @@
+libfilebrowser_public_h += files(
+ 'gedit-file-browser-message-activation.h',
+ 'gedit-file-browser-message-add-filter.h',
+ 'gedit-file-browser-message-extend-context-menu.h',
+ 'gedit-file-browser-message-get-root.h',
+ 'gedit-file-browser-message-get-view.h',
+ 'gedit-file-browser-message-id.h',
+ 'gedit-file-browser-message-id-location.h',
+ 'gedit-file-browser-message-set-emblem.h',
+ 'gedit-file-browser-message-set-markup.h',
+ 'gedit-file-browser-message-set-root.h',
+)
+
+libfilebrowser_sources += files(
+ 'gedit-file-browser-message-activation.c',
+ 'gedit-file-browser-message-add-filter.c',
+ 'gedit-file-browser-message-extend-context-menu.c',
+ 'gedit-file-browser-message-get-root.c',
+ 'gedit-file-browser-message-get-view.c',
+ 'gedit-file-browser-message-id.c',
+ 'gedit-file-browser-message-id-location.c',
+ 'gedit-file-browser-message-set-emblem.c',
+ 'gedit-file-browser-message-set-markup.c',
+ 'gedit-file-browser-message-set-root.c',
+)
diff --git a/plugins/filebrowser/messages/messages.h b/plugins/filebrowser/messages/messages.h
new file mode 100644
index 0000000..4dc0f51
--- /dev/null
+++ b/plugins/filebrowser/messages/messages.h
@@ -0,0 +1,16 @@
+#ifndef GEDIT_FILE_BROWER_MESSAGES_MESSAGES_H
+#define GEDIT_FILE_BROWER_MESSAGES_MESSAGES_H
+
+#include "gedit-file-browser-message-activation.h"
+#include "gedit-file-browser-message-add-filter.h"
+#include "gedit-file-browser-message-extend-context-menu.h"
+#include "gedit-file-browser-message-get-root.h"
+#include "gedit-file-browser-message-get-view.h"
+#include "gedit-file-browser-message-id.h"
+#include "gedit-file-browser-message-id-location.h"
+#include "gedit-file-browser-message-set-emblem.h"
+#include "gedit-file-browser-message-set-markup.h"
+#include "gedit-file-browser-message-set-root.h"
+
+#endif /* GEDIT_FILE_BROWER_MESSAGES_MESSAGES_H */
+
diff --git a/plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml b/plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml
new file mode 100644
index 0000000..8198802
--- /dev/null
+++ b/plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml
@@ -0,0 +1,55 @@
+<schemalist gettext-domain="gedit">
+ <schema id="org.gnome.gedit.plugins.filebrowser" path="/org/gnome/gedit/plugins/filebrowser/">
+ <key name="tree-view" type="b">
+ <default>true</default>
+ <summary>Open With Tree View</summary>
+ <description>Open the tree view when the file browser plugin gets loaded instead of the bookmarks view</description>
+ </key>
+ <key name="root" type="s">
+ <default>''</default>
+ <summary>File Browser Root Directory</summary>
+ <description>The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE.</description>
+ </key>
+ <key name="virtual-root" type="s">
+ <default>''</default>
+ <summary>File Browser Virtual Root Directory</summary>
+ <description>The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root.</description>
+ </key>
+ <key name="enable-remote" type="b">
+ <default>false</default>
+ <summary>Enable Restore of Remote Locations</summary>
+ <description>Sets whether to enable restoring of remote locations.</description>
+ </key>
+ <key name="open-at-first-doc" type="b">
+ <default>true</default>
+ <summary>Set Location to First Document</summary>
+ <description>If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn’t been used yet. (Thus this generally applies to opening a document from the command line or opening it with Nautilus, etc.)</description>
+ </key>
+ <key name="filter-mode" flags="org.gnome.gedit.plugins.filebrowser.GeditFileBrowserStoreFilterMode">
+ <default>['hide-hidden', 'hide-binary']</default>
+ <summary>File Browser Filter Mode</summary>
+ <description>This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hide-hidden (filter hidden files) and hide-binary (filter binary files).</description>
+ </key>
+ <key name="filter-pattern" type="s">
+ <default>''</default>
+ <summary>File Browser Filter Pattern</summary>
+ <description>The filter pattern to filter the file browser with. This filter works on top of the filter_mode.</description>
+ </key>
+ <key name="binary-patterns" type="as">
+ <default>['*.la', '*.lo']</default>
+ <summary>File Browser Binary Patterns</summary>
+ <description>The supplemental patterns to use when filtering binary files.</description>
+ </key>
+ </schema>
+
+ <enum id="org.gnome.gedit.plugins.filebrowser.nautilus.ClickPolicy">
+ <value value="0" nick="single"/>
+ <value value="1" nick="double"/>
+ </enum>
+
+ <schema id="org.gnome.gedit.plugins.filebrowser.nautilus" path="/org/gnome/gedit/plugins/filebrowser/nautilus/">
+ <key name="click-policy" enum="org.gnome.gedit.plugins.filebrowser.nautilus.ClickPolicy">
+ <default>'double'</default>
+ </key>
+ </schema>
+</schemalist>
diff --git a/plugins/filebrowser/resources/gedit-file-browser.gresource.xml b/plugins/filebrowser/resources/gedit-file-browser.gresource.xml
new file mode 100644
index 0000000..273bd26
--- /dev/null
+++ b/plugins/filebrowser/resources/gedit-file-browser.gresource.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+ <gresource prefix="/org/gnome/gedit/plugins/file-browser">
+ <file preprocess="xml-stripblanks">ui/gedit-file-browser-menus.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-file-browser-widget.ui</file>
+ </gresource>
+</gresources>
diff --git a/plugins/filebrowser/resources/meson.build b/plugins/filebrowser/resources/meson.build
new file mode 100644
index 0000000..da2b577
--- /dev/null
+++ b/plugins/filebrowser/resources/meson.build
@@ -0,0 +1,8 @@
+libfilebrowser_res = gnome.compile_resources(
+ 'gedit-file-browser-resources',
+ 'gedit-file-browser.gresource.xml',
+)
+
+libfilebrowser_sources += [
+ libfilebrowser_res.get(0),
+]
diff --git a/plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui b/plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui
new file mode 100644
index 0000000..9134268
--- /dev/null
+++ b/plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui
@@ -0,0 +1,84 @@
+<?xml version="1.0"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <menu id="dir-menu">
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Open</attribute>
+ <attribute name="action">browser.open</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Set Root to Active Document</attribute>
+ <attribute name="action">browser.set_active_root</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_New Folder</attribute>
+ <attribute name="action">browser.new_folder</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">New F_ile</attribute>
+ <attribute name="action">browser.new_file</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Rename…</attribute>
+ <attribute name="action">browser.rename</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Move to Trash</attribute>
+ <attribute name="action">browser.move_to_trash</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Delete</attribute>
+ <attribute name="action">browser.delete</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Re_fresh View</attribute>
+ <attribute name="action">browser.refresh_view</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_View Folder</attribute>
+ <attribute name="action">browser.view_folder</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Open in Terminal</attribute>
+ <attribute name="action">browser.open_in_terminal</attribute>
+ </item>
+ </section>
+ <submenu>
+ <attribute name="label" translatable="yes">_Filter</attribute>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Show _Hidden</attribute>
+ <attribute name="action">browser.show_hidden</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Show _Binary</attribute>
+ <attribute name="action">browser.show_binary</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Match Filename</attribute>
+ <attribute name="action">browser.show_match_filename</attribute>
+ </item>
+ </section>
+ </submenu>
+ <section>
+ <attribute name="id">extension-section</attribute>
+ </section>
+ </menu>
+ <menu id="bookmarks-menu">
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Set Root to Active Document</attribute>
+ <attribute name="action">browser.set_active_root</attribute>
+ </item>
+ </section>
+ </menu>
+</interface>
diff --git a/plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui b/plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui
new file mode 100644
index 0000000..e4fb300
--- /dev/null
+++ b/plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui
@@ -0,0 +1,275 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.6 -->
+ <object class="GtkListStore" id="locations_model">
+ <columns>
+ <!-- column-name icon -->
+ <column type="GdkPixbuf"/>
+ <!-- column-name icon name -->
+ <column type="gchararray"/>
+ <!-- column-name name -->
+ <column type="gchararray"/>
+ <!-- column-name file -->
+ <column type="GFile"/>
+ <!-- column-name id -->
+ <column type="guint"/>
+ </columns>
+ </object>
+ <object class="GtkPopover" id="locations_popover">
+ <property name="can_focus">True</property>
+ <property name="visible">True</property>
+ <property name="width-request">300</property>
+ <property name="height-request">300</property>
+ <child>
+ <object class="GtkScrolledWindow" id="locations_scrolledwindow">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="shadow_type">in</property>
+ <property name="margin">6</property>
+ <property name="hscrollbar_policy">never</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <child>
+ <object class="GtkTreeView" id="locations_treeview">
+ <property name="visible">True</property>
+ <property name="headers_visible">False</property>
+ <property name="can_focus">True</property>
+ <property name="model">locations_model</property>
+ <property name="activate-on-single-click">True</property>
+ <child>
+ <object class="GtkTreeViewColumn" id="treeview_icon_column">
+ <child>
+ <object class="GtkCellRendererPixbuf" id="treeview_icon_renderer"/>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="treeview_name_column">
+ <child>
+ <object class="GtkCellRendererText" id="treeview_name_renderer">
+ <property name="ellipsize">end</property>
+ </object>
+ <attributes>
+ <attribute name="text">2</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="locations_treeview_selection"/>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <object class="GtkMenu" id="location_previous_menu">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ </object>
+ <object class="GtkMenu" id="location_next_menu">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ </object>
+ <template class="GeditFileBrowserWidget" parent="GtkGrid">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkBox" id="toolbar">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin">3</property>
+ <property name="spacing">3</property>
+ <child>
+ <object class="GtkBox" id="box1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="previous_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="action_name">browser.previous_location</property>
+ <property name="image">previous_image</property>
+ <style>
+ <class name="small-button"/>
+ </style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="next_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="action_name">browser.next_location</property>
+ <property name="image">next_image</property>
+ <style>
+ <class name="small-button"/>
+ </style>
+ </object>
+ </child>
+ <style>
+ <class name="linked"/>
+ </style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="button3">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="action_name">browser.up</property>
+ <property name="image">up_image</property>
+ <style>
+ <class name="small-button"/>
+ </style>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkMenuButton" id="locations_button">
+ <property name="visible">True</property>
+ <property name="valign">center</property>
+ <property name="use_popover">True</property>
+ <property name="popover">locations_popover</property>
+ <style>
+ <class name="text-button"/>
+ <class name="image-button"/>
+ <class name="small-button"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="locations_button_box">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_focus">False</property>
+ <property name="is_focus">False</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkCellView" id="locations_cellview">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="model">locations_model</property>
+ <child>
+ <object class="GtkCellRendererPixbuf" id="cellview_icon_renderer"/>
+ </child>
+ <child>
+ <object class="GtkCellRendererText" id="cellview_name_renderer">
+ <property name="ellipsize">end</property>
+ </object>
+ <attributes>
+ <attribute name="text">2</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkImage" id="locations_button_arrow">
+ <property name="visible">True</property>
+ <property name="valign">baseline</property>
+ <property name="icon_name">pan-down-symbolic</property>
+ </object>
+ <packing>
+ <property name="pack-type">GTK_PACK_END</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="locations_button_a11y">
+ <property name="accessible-name" translatable="yes">History</property>
+ <property name="accessible-description" translatable="yes">Open history menu</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSearchEntry" id="location_entry">
+ <property name="visible">False</property>
+ <property name="can_focus">True</property>
+ <property name="invisible_char">●</property>
+ <property name="primary_icon_name">folder-symbolic</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <child>
+ <object class="GeditFileBrowserView" id="treeview">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview-selection1"/>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkRevealer" id="filter_entry_revealer">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="reveal_child">False</property>
+ <property name="valign">start</property>
+ <child>
+ <object class="GtkEntry" id="filter_entry">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="invisible_char">●</property>
+ <property name="placeholder_text">Match Filename</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">4</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </template>
+ <object class="GtkImage" id="previous_image">
+ <property name="visible">True</property>
+ <property name="icon_name">go-previous-symbolic</property>
+ <property name="icon-size">2</property>
+ </object>
+ <object class="GtkImage" id="next_image">
+ <property name="visible">True</property>
+ <property name="icon_name">go-next-symbolic</property>
+ <property name="icon-size">2</property>
+ </object>
+ <object class="GtkImage" id="up_image">
+ <property name="visible">True</property>
+ <property name="icon_name">go-up-symbolic</property>
+ <property name="icon-size">2</property>
+ </object>
+</interface>
diff --git a/plugins/generate-list.sh b/plugins/generate-list.sh
new file mode 100755
index 0000000..c77cab0
--- /dev/null
+++ b/plugins/generate-list.sh
@@ -0,0 +1,44 @@
+#!/bin/sh
+# SPDX-FileCopyrightText: 2020 Sébastien Wilmet <swilmet@gnome.org>
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+# This script generates a Markdown file with the names and descriptions of all
+# official gedit plugins.
+
+write_list_for_plugins_dir() {
+ plugins_dir=$1
+
+ for plugin_desktop_file in `find "$plugins_dir" -name '*.plugin.desktop*'`
+ do
+ name=`grep -P '^Name=' "$plugin_desktop_file" | cut -d'=' -f2`
+ echo -n "- **$name** - "
+
+ desc=`grep -P '^Description=' "$plugin_desktop_file" | cut -d'=' -f2`
+ echo "*$desc*"
+ done | sort
+}
+
+write_content() {
+ echo 'gedit plugins'
+ echo '============='
+ echo
+ echo 'Core plugins'
+ echo '------------'
+ echo
+ echo 'Plugins that are distributed with gedit itself.'
+ echo
+
+ write_list_for_plugins_dir '.'
+
+ echo
+ echo 'gedit-plugins package'
+ echo '---------------------'
+ echo
+ echo 'The gedit-plugins package contains useful plugins that are (most'
+ echo 'of the time) too specific to be distributed with gedit itself.'
+ echo
+
+ write_list_for_plugins_dir '../../gedit-plugins/plugins'
+}
+
+write_content > list-of-gedit-plugins.md
diff --git a/plugins/list-of-gedit-plugins.md b/plugins/list-of-gedit-plugins.md
new file mode 100644
index 0000000..5356cd4
--- /dev/null
+++ b/plugins/list-of-gedit-plugins.md
@@ -0,0 +1,42 @@
+gedit plugins
+=============
+
+Core plugins
+------------
+
+Plugins that are distributed with gedit itself.
+
+- **Document Statistics** - *Report the number of words, lines and characters in a document.*
+- **External Tools** - *Execute external commands and shell scripts.*
+- **File Browser Panel** - *Easy file access from the side panel.*
+- **Insert Date/Time** - *Inserts current date and time at the cursor position.*
+- **Modelines** - *Emacs, Kate and Vim-style modelines support for gedit.*
+- **Python Console** - *Interactive Python console standing in the bottom panel.*
+- **Quick Highlight** - *Highlights every occurrences of selected text.*
+- **Quick Open** - *Quickly open files.*
+- **Snippets** - *Insert often-used pieces of text in a fast way.*
+- **Sort** - *Sorts a document or selected text.*
+- **Spell Checker** - *Checks the spelling of the current document.*
+
+gedit-plugins package
+---------------------
+
+The gedit-plugins package contains useful plugins that are (most
+of the time) too specific to be distributed with gedit itself.
+
+- **Bookmarks** - *Easy document navigation with bookmarks*
+- **Bracket Completion** - *Automatically adds closing brackets.*
+- **Character Map** - *Insert special characters just by clicking on them.*
+- **Code Comment** - *Comment out or uncomment a selected block of code.*
+- **Color Picker** - *Pick a color from a dialog and insert its hexadecimal representation.*
+- **Color Scheme Editor** - *Source code color scheme editor*
+- **Draw Spaces** - *Draw spaces and tabs*
+- **Embedded Terminal** - *Embed a terminal in the bottom pane.*
+- **Git** - *Highlight lines that have been changed since the last commit*
+- **Join/Split Lines** - *Join several lines or split long ones*
+- **Multi Edit** - *Edit document in multiple places at once*
+- **Session Saver** - *Save and restore your working sessions*
+- **Smart Spaces** - *Forget you’re not using tabulations.*
+- **SyncTeX** - *Synchronize between LaTeX and PDF with gedit and evince.*
+- **Text Size** - *Easily increase and decrease the text size*
+- **Word Completion** - *Word completion using the completion framework*
diff --git a/plugins/meson.build b/plugins/meson.build
new file mode 100644
index 0000000..50bc5d3
--- /dev/null
+++ b/plugins/meson.build
@@ -0,0 +1,31 @@
+# Keep the autotools convention for shared module suffix because GModule
+# depends on it: https://gitlab.gnome.org/GNOME/glib/issues/520
+module_suffix = []
+if host_machine.system() == 'darwin'
+ module_suffix = 'so'
+endif
+
+msgfmt_plugin_cmd = [
+ find_program('msgfmt'),
+ '--desktop',
+ '--keyword=Name',
+ '--keyword=Description',
+ '--template=@INPUT@',
+ '-d', join_paths(srcdir, 'po'),
+ '--output=@OUTPUT@'
+]
+
+subdir('docinfo')
+subdir('filebrowser')
+subdir('modelines')
+subdir('pythonconsole')
+subdir('quickhighlight')
+subdir('quickopen')
+subdir('snippets')
+subdir('sort')
+subdir('spell')
+subdir('time')
+
+if get_option('plugin_externaltools')
+ subdir('externaltools')
+endif
diff --git a/plugins/modelines/gedit-modeline-plugin.c b/plugins/modelines/gedit-modeline-plugin.c
new file mode 100644
index 0000000..376d996
--- /dev/null
+++ b/plugins/modelines/gedit-modeline-plugin.c
@@ -0,0 +1,225 @@
+/*
+ * gedit-modeline-plugin.c
+ * Emacs, Kate and Vim-style modelines support for gedit.
+ *
+ * Copyright (C) 2005-2010 - Steve Frécinaux <code@istique.net>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include <glib/gi18n-lib.h>
+#include <gmodule.h>
+#include "gedit-modeline-plugin.h"
+#include "modeline-parser.h"
+
+#include <gedit/gedit-debug.h>
+#include <gedit/gedit-view-activatable.h>
+#include <gedit/gedit-view.h>
+
+struct _GeditModelinePluginPrivate
+{
+ GeditView *view;
+
+ gulong document_loaded_handler_id;
+ gulong document_saved_handler_id;
+};
+
+enum
+{
+ PROP_0,
+ PROP_VIEW
+};
+
+static void gedit_view_activatable_iface_init (GeditViewActivatableInterface *iface);
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditModelinePlugin,
+ gedit_modeline_plugin,
+ PEAS_TYPE_EXTENSION_BASE,
+ 0,
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_VIEW_ACTIVATABLE,
+ gedit_view_activatable_iface_init)
+ G_ADD_PRIVATE_DYNAMIC (GeditModelinePlugin))
+
+static void
+gedit_modeline_plugin_constructed (GObject *object)
+{
+ gchar *data_dir;
+
+ data_dir = peas_extension_base_get_data_dir (PEAS_EXTENSION_BASE (object));
+
+ modeline_parser_init (data_dir);
+
+ g_free (data_dir);
+
+ G_OBJECT_CLASS (gedit_modeline_plugin_parent_class)->constructed (object);
+}
+
+static void
+gedit_modeline_plugin_init (GeditModelinePlugin *plugin)
+{
+ gedit_debug_message (DEBUG_PLUGINS, "GeditModelinePlugin initializing");
+
+ plugin->priv = gedit_modeline_plugin_get_instance_private (plugin);
+
+}
+
+static void
+gedit_modeline_plugin_dispose (GObject *object)
+{
+ GeditModelinePlugin *plugin = GEDIT_MODELINE_PLUGIN (object);
+
+ gedit_debug_message (DEBUG_PLUGINS, "GeditModelinePlugin disposing");
+
+ g_clear_object (&plugin->priv->view);
+
+ G_OBJECT_CLASS (gedit_modeline_plugin_parent_class)->dispose (object);
+}
+
+static void
+gedit_modeline_plugin_finalize (GObject *object)
+{
+ gedit_debug_message (DEBUG_PLUGINS, "GeditModelinePlugin finalizing");
+
+ modeline_parser_shutdown ();
+
+ G_OBJECT_CLASS (gedit_modeline_plugin_parent_class)->finalize (object);
+}
+
+static void
+gedit_modeline_plugin_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditModelinePlugin *plugin = GEDIT_MODELINE_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_VIEW:
+ plugin->priv->view = GEDIT_VIEW (g_value_dup_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_modeline_plugin_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditModelinePlugin *plugin = GEDIT_MODELINE_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_VIEW:
+ g_value_set_object (value, plugin->priv->view);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+on_document_loaded_or_saved (GeditDocument *document,
+ GtkSourceView *view)
+{
+ modeline_parser_apply_modeline (view);
+}
+
+static void
+gedit_modeline_plugin_activate (GeditViewActivatable *activatable)
+{
+ GeditModelinePlugin *plugin;
+ GtkTextBuffer *doc;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ plugin = GEDIT_MODELINE_PLUGIN (activatable);
+
+ modeline_parser_apply_modeline (GTK_SOURCE_VIEW (plugin->priv->view));
+
+ doc = gtk_text_view_get_buffer (GTK_TEXT_VIEW (plugin->priv->view));
+
+ plugin->priv->document_loaded_handler_id =
+ g_signal_connect (doc, "loaded",
+ G_CALLBACK (on_document_loaded_or_saved),
+ plugin->priv->view);
+ plugin->priv->document_saved_handler_id =
+ g_signal_connect (doc, "saved",
+ G_CALLBACK (on_document_loaded_or_saved),
+ plugin->priv->view);
+}
+
+static void
+gedit_modeline_plugin_deactivate (GeditViewActivatable *activatable)
+{
+ GeditModelinePlugin *plugin;
+ GtkTextBuffer *doc;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ plugin = GEDIT_MODELINE_PLUGIN (activatable);
+
+ doc = gtk_text_view_get_buffer (GTK_TEXT_VIEW (plugin->priv->view));
+
+ g_signal_handler_disconnect (doc, plugin->priv->document_loaded_handler_id);
+ g_signal_handler_disconnect (doc, plugin->priv->document_saved_handler_id);
+}
+
+static void
+gedit_modeline_plugin_class_init (GeditModelinePluginClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->constructed = gedit_modeline_plugin_constructed;
+ object_class->dispose = gedit_modeline_plugin_dispose;
+ object_class->finalize = gedit_modeline_plugin_finalize;
+ object_class->set_property = gedit_modeline_plugin_set_property;
+ object_class->get_property = gedit_modeline_plugin_get_property;
+
+ g_object_class_override_property (object_class, PROP_VIEW, "view");
+}
+
+static void
+gedit_view_activatable_iface_init (GeditViewActivatableInterface *iface)
+{
+ iface->activate = gedit_modeline_plugin_activate;
+ iface->deactivate = gedit_modeline_plugin_deactivate;
+}
+
+static void
+gedit_modeline_plugin_class_finalize (GeditModelinePluginClass *klass)
+{
+}
+
+
+G_MODULE_EXPORT void
+peas_register_types (PeasObjectModule *module)
+{
+ gedit_modeline_plugin_register_type (G_TYPE_MODULE (module));
+
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_VIEW_ACTIVATABLE,
+ GEDIT_TYPE_MODELINE_PLUGIN);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/modelines/gedit-modeline-plugin.h b/plugins/modelines/gedit-modeline-plugin.h
new file mode 100644
index 0000000..d3557e4
--- /dev/null
+++ b/plugins/modelines/gedit-modeline-plugin.h
@@ -0,0 +1,60 @@
+/*
+ * gedit-modeline-plugin.h
+ * Emacs, Kate and Vim-style modelines support for gedit.
+ *
+ * Copyright (C) 2005-2007 - Steve Frécinaux <code@istique.net>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_MODELINE_PLUGIN_H
+#define GEDIT_MODELINE_PLUGIN_H
+
+#include <glib.h>
+#include <glib-object.h>
+#include <libpeas/peas-extension-base.h>
+#include <libpeas/peas-object-module.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_MODELINE_PLUGIN (gedit_modeline_plugin_get_type ())
+#define GEDIT_MODELINE_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GEDIT_TYPE_MODELINE_PLUGIN, GeditModelinePlugin))
+#define GEDIT_MODELINE_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GEDIT_TYPE_MODELINE_PLUGIN, GeditModelinePluginClass))
+#define GEDIT_IS_MODELINE_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GEDIT_TYPE_MODELINE_PLUGIN))
+#define GEDIT_IS_MODELINE_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GEDIT_TYPE_MODELINE_PLUGIN))
+#define GEDIT_MODELINE_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GEDIT_TYPE_MODELINE_PLUGIN, GeditModelinePluginClass))
+
+typedef struct _GeditModelinePlugin GeditModelinePlugin;
+typedef struct _GeditModelinePluginPrivate GeditModelinePluginPrivate;
+typedef struct _GeditModelinePluginClass GeditModelinePluginClass;
+
+struct _GeditModelinePlugin {
+ PeasExtensionBase parent;
+
+ /*< private >*/
+ GeditModelinePluginPrivate *priv;
+};
+
+struct _GeditModelinePluginClass {
+ PeasExtensionBaseClass parent_class;
+};
+
+GType gedit_modeline_plugin_get_type (void) G_GNUC_CONST;
+
+G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
+
+G_END_DECLS
+
+#endif /* GEDIT_MODELINE_PLUGIN_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/modelines/language-mappings b/plugins/modelines/language-mappings
new file mode 100644
index 0000000..47d0029
--- /dev/null
+++ b/plugins/modelines/language-mappings
@@ -0,0 +1,14 @@
+[vim]
+cs=c-sharp
+docbk=docbook
+javascript=js
+lhaskell=haskell-literate
+spec=rpmspec
+tex=latex
+xhtml=html
+
+[emacs]
+c++=cpp
+
+[kate]
+
diff --git a/plugins/modelines/meson.build b/plugins/modelines/meson.build
new file mode 100644
index 0000000..3ff0e84
--- /dev/null
+++ b/plugins/modelines/meson.build
@@ -0,0 +1,42 @@
+libmodelines_sources = files(
+ 'gedit-modeline-plugin.c',
+ 'modeline-parser.c',
+)
+
+libmodelines_deps = [
+ libgedit_dep,
+]
+
+libmodelines_sha = shared_module(
+ 'modelines',
+ sources: libmodelines_sources,
+ include_directories: root_include_dir,
+ dependencies: libmodelines_deps,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ ),
+ name_suffix: module_suffix,
+)
+
+custom_target(
+ 'modelines.plugin',
+ input: 'modelines.plugin.desktop.in',
+ output: 'modelines.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
+
+install_data(
+ 'language-mappings',
+ install_dir: join_paths(
+ pkgdatadir,
+ 'plugins',
+ 'modelines',
+ )
+)
diff --git a/plugins/modelines/modeline-parser.c b/plugins/modelines/modeline-parser.c
new file mode 100644
index 0000000..989e111
--- /dev/null
+++ b/plugins/modelines/modeline-parser.c
@@ -0,0 +1,899 @@
+/*
+ * modeline-parser.c
+ * Emacs, Kate and Vim-style modelines support for gedit.
+ *
+ * Copyright (C) 2005-2007 - Steve Frécinaux <code@istique.net>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <gtksourceview/gtksource.h>
+#include <gedit/gedit-debug.h>
+#include <gedit/gedit-document.h>
+#include <gedit/gedit-settings.h>
+#include <gedit/gedit-utils.h>
+#include "modeline-parser.h"
+
+#define MODELINES_LANGUAGE_MAPPINGS_FILE "language-mappings"
+
+/* base dir to lookup configuration files */
+static gchar *modelines_data_dir;
+
+/* Mappings: language name -> Gedit language ID */
+static GHashTable *vim_languages = NULL;
+static GHashTable *emacs_languages = NULL;
+static GHashTable *kate_languages = NULL;
+
+typedef enum
+{
+ MODELINE_SET_NONE = 0,
+ MODELINE_SET_TAB_WIDTH = 1 << 0,
+ MODELINE_SET_INDENT_WIDTH = 1 << 1,
+ MODELINE_SET_WRAP_MODE = 1 << 2,
+ MODELINE_SET_SHOW_RIGHT_MARGIN = 1 << 3,
+ MODELINE_SET_RIGHT_MARGIN_POSITION = 1 << 4,
+ MODELINE_SET_LANGUAGE = 1 << 5,
+ MODELINE_SET_INSERT_SPACES = 1 << 6
+} ModelineSet;
+
+typedef struct _ModelineOptions
+{
+ gchar *language_id;
+
+ /* these options are similar to the GtkSourceView properties of the
+ * same names.
+ */
+ gboolean insert_spaces;
+ guint tab_width;
+ guint indent_width;
+ GtkWrapMode wrap_mode;
+ gboolean display_right_margin;
+ guint right_margin_position;
+
+ ModelineSet set;
+} ModelineOptions;
+
+#define MODELINE_OPTIONS_DATA_KEY "ModelineOptionsDataKey"
+
+static gboolean
+has_option (ModelineOptions *options,
+ ModelineSet set)
+{
+ return options->set & set;
+}
+
+void
+modeline_parser_init (const gchar *data_dir)
+{
+ if (modelines_data_dir == NULL)
+ {
+ modelines_data_dir = g_strdup (data_dir);
+ }
+}
+
+void
+modeline_parser_shutdown ()
+{
+ if (vim_languages != NULL)
+ g_hash_table_unref (vim_languages);
+
+ if (emacs_languages != NULL)
+ g_hash_table_unref (emacs_languages);
+
+ if (kate_languages != NULL)
+ g_hash_table_unref (kate_languages);
+
+ vim_languages = NULL;
+ emacs_languages = NULL;
+ kate_languages = NULL;
+
+ g_free (modelines_data_dir);
+ modelines_data_dir = NULL;
+}
+
+static GHashTable *
+load_language_mappings_group (GKeyFile *key_file, const gchar *group)
+{
+ GHashTable *table;
+ gchar **keys;
+ gsize length = 0;
+ int i;
+
+ table = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
+
+ keys = g_key_file_get_keys (key_file, group, &length, NULL);
+
+ gedit_debug_message (DEBUG_PLUGINS,
+ "%" G_GSIZE_FORMAT " mappings in group %s",
+ length, group);
+
+ for (i = 0; i < length; i++)
+ {
+ /* steal the name string */
+ gchar *name = keys[i];
+ gchar *id = g_key_file_get_string (key_file, group, name, NULL);
+ g_hash_table_insert (table, name, id);
+ }
+ g_free (keys);
+
+ return table;
+}
+
+/* lazy loading of language mappings */
+static void
+load_language_mappings (void)
+{
+ gchar *fname;
+ GKeyFile *mappings;
+ GError *error = NULL;
+
+ fname = g_build_filename (modelines_data_dir,
+ MODELINES_LANGUAGE_MAPPINGS_FILE,
+ NULL);
+
+ mappings = g_key_file_new ();
+
+ if (g_key_file_load_from_file (mappings, fname, 0, &error))
+ {
+ gedit_debug_message (DEBUG_PLUGINS,
+ "Loaded language mappings from %s",
+ fname);
+
+ vim_languages = load_language_mappings_group (mappings, "vim");
+ emacs_languages = load_language_mappings_group (mappings, "emacs");
+ kate_languages = load_language_mappings_group (mappings, "kate");
+ }
+ else
+ {
+ gedit_debug_message (DEBUG_PLUGINS,
+ "Failed to loaded language mappings from %s: %s",
+ fname, error->message);
+
+ g_error_free (error);
+ }
+
+ g_key_file_free (mappings);
+ g_free (fname);
+}
+
+static gchar *
+get_language_id (const gchar *language_name, GHashTable *mapping)
+{
+ gchar *name;
+ gchar *language_id = NULL;
+
+ name = g_ascii_strdown (language_name, -1);
+
+ if (mapping != NULL)
+ {
+ language_id = g_hash_table_lookup (mapping, name);
+
+ if (language_id != NULL)
+ {
+ g_free (name);
+ return g_strdup (language_id);
+ }
+ }
+
+ /* by default assume that the gtksourcevuew id is the same */
+ return name;
+}
+
+static gchar *
+get_language_id_vim (const gchar *language_name)
+{
+ if (vim_languages == NULL)
+ load_language_mappings ();
+
+ return get_language_id (language_name, vim_languages);
+}
+
+static gchar *
+get_language_id_emacs (const gchar *language_name)
+{
+ if (emacs_languages == NULL)
+ load_language_mappings ();
+
+ return get_language_id (language_name, emacs_languages);
+}
+
+static gchar *
+get_language_id_kate (const gchar *language_name)
+{
+ if (kate_languages == NULL)
+ load_language_mappings ();
+
+ return get_language_id (language_name, kate_languages);
+}
+
+static gboolean
+skip_whitespaces (gchar **s)
+{
+ while (**s != '\0' && g_ascii_isspace (**s))
+ (*s)++;
+ return **s != '\0';
+}
+
+/* Parse vi(m) modelines.
+ * Vi(m) modelines looks like this:
+ * - first form: [text]{white}{vi:|vim:|ex:}[white]{options}
+ * - second form: [text]{white}{vi:|vim:|ex:}[white]se[t] {options}:[text]
+ * They can happen on the three first or last lines.
+ */
+static gchar *
+parse_vim_modeline (gchar *s,
+ ModelineOptions *options)
+{
+ gboolean in_set = FALSE;
+ gboolean neg;
+ guint intval;
+ GString *key, *value;
+
+ key = g_string_sized_new (8);
+ value = g_string_sized_new (8);
+
+ while (*s != '\0' && !(in_set && *s == ':'))
+ {
+ while (*s != '\0' && (*s == ':' || g_ascii_isspace (*s)))
+ s++;
+
+ if (*s == '\0')
+ break;
+
+ if (strncmp (s, "set ", 4) == 0 ||
+ strncmp (s, "se ", 3) == 0)
+ {
+ s = strchr(s, ' ') + 1;
+ in_set = TRUE;
+ }
+
+ neg = FALSE;
+ if (strncmp (s, "no", 2) == 0)
+ {
+ neg = TRUE;
+ s += 2;
+ }
+
+ g_string_assign (key, "");
+ g_string_assign (value, "");
+
+ while (*s != '\0' && *s != ':' && *s != '=' &&
+ !g_ascii_isspace (*s))
+ {
+ g_string_append_c (key, *s);
+ s++;
+ }
+
+ if (*s == '=')
+ {
+ s++;
+ while (*s != '\0' && *s != ':' &&
+ !g_ascii_isspace (*s))
+ {
+ g_string_append_c (value, *s);
+ s++;
+ }
+ }
+
+ if (strcmp (key->str, "ft") == 0 ||
+ strcmp (key->str, "filetype") == 0)
+ {
+ g_free (options->language_id);
+ options->language_id = get_language_id_vim (value->str);
+
+ options->set |= MODELINE_SET_LANGUAGE;
+ }
+ else if (strcmp (key->str, "et") == 0 ||
+ strcmp (key->str, "expandtab") == 0)
+ {
+ options->insert_spaces = !neg;
+ options->set |= MODELINE_SET_INSERT_SPACES;
+ }
+ else if (strcmp (key->str, "ts") == 0 ||
+ strcmp (key->str, "tabstop") == 0)
+ {
+ intval = atoi (value->str);
+
+ if (intval)
+ {
+ options->tab_width = intval;
+ options->set |= MODELINE_SET_TAB_WIDTH;
+ }
+ }
+ else if (strcmp (key->str, "sw") == 0 ||
+ strcmp (key->str, "shiftwidth") == 0)
+ {
+ intval = atoi (value->str);
+
+ if (intval)
+ {
+ options->indent_width = intval;
+ options->set |= MODELINE_SET_INDENT_WIDTH;
+ }
+ }
+ else if (strcmp (key->str, "wrap") == 0)
+ {
+ options->wrap_mode = neg ? GTK_WRAP_NONE : GTK_WRAP_WORD;
+
+ options->set |= MODELINE_SET_WRAP_MODE;
+ }
+ else if (strcmp (key->str, "textwidth") == 0 ||
+ strcmp (key->str, "tw") == 0)
+ {
+ intval = atoi (value->str);
+
+ if (intval)
+ {
+ options->right_margin_position = intval;
+ options->display_right_margin = TRUE;
+
+ options->set |= MODELINE_SET_SHOW_RIGHT_MARGIN |
+ MODELINE_SET_RIGHT_MARGIN_POSITION;
+
+ }
+ }
+ }
+
+ g_string_free (key, TRUE);
+ g_string_free (value, TRUE);
+
+ return s;
+}
+
+/* Parse emacs modelines.
+ * Emacs modelines looks like this: "-*- key1: value1; key2: value2 -*-"
+ * They can happen on the first line, or on the second one if the first line is
+ * a shebang (#!)
+ * See http://www.delorie.com/gnu/docs/emacs/emacs_486.html
+ */
+static gchar *
+parse_emacs_modeline (gchar *s,
+ ModelineOptions *options)
+{
+ guint intval;
+ GString *key, *value;
+
+ key = g_string_sized_new (8);
+ value = g_string_sized_new (8);
+
+ while (*s != '\0')
+ {
+ while (*s != '\0' && (*s == ';' || g_ascii_isspace (*s)))
+ s++;
+ if (*s == '\0' || strncmp (s, "-*-", 3) == 0)
+ break;
+
+ g_string_assign (key, "");
+ g_string_assign (value, "");
+
+ while (*s != '\0' && *s != ':' && *s != ';' &&
+ !g_ascii_isspace (*s))
+ {
+ g_string_append_c (key, *s);
+ s++;
+ }
+
+ if (!skip_whitespaces (&s))
+ break;
+
+ if (*s != ':')
+ continue;
+ s++;
+
+ if (!skip_whitespaces (&s))
+ break;
+
+ while (*s != '\0' && *s != ';' && !g_ascii_isspace (*s))
+ {
+ g_string_append_c (value, *s);
+ s++;
+ }
+
+ gedit_debug_message (DEBUG_PLUGINS,
+ "Emacs modeline bit: %s = %s",
+ key->str, value->str);
+
+ /* "Mode" key is case insenstive */
+ if (g_ascii_strcasecmp (key->str, "Mode") == 0)
+ {
+ g_free (options->language_id);
+ options->language_id = get_language_id_emacs (value->str);
+
+ options->set |= MODELINE_SET_LANGUAGE;
+ }
+ else if (strcmp (key->str, "tab-width") == 0)
+ {
+ intval = atoi (value->str);
+
+ if (intval)
+ {
+ options->tab_width = intval;
+ options->set |= MODELINE_SET_TAB_WIDTH;
+ }
+ }
+ else if (strcmp (key->str, "indent-offset") == 0 ||
+ strcmp (key->str, "c-basic-offset") == 0 ||
+ strcmp (key->str, "js-indent-level") == 0)
+ {
+ intval = atoi (value->str);
+
+ if (intval)
+ {
+ options->indent_width = intval;
+ options->set |= MODELINE_SET_INDENT_WIDTH;
+ }
+ }
+ else if (strcmp (key->str, "indent-tabs-mode") == 0)
+ {
+ intval = strcmp (value->str, "nil") == 0;
+ options->insert_spaces = intval;
+
+ options->set |= MODELINE_SET_INSERT_SPACES;
+ }
+ else if (strcmp (key->str, "autowrap") == 0)
+ {
+ intval = strcmp (value->str, "nil") != 0;
+ options->wrap_mode = intval ? GTK_WRAP_WORD : GTK_WRAP_NONE;
+
+ options->set |= MODELINE_SET_WRAP_MODE;
+ }
+ }
+
+ g_string_free (key, TRUE);
+ g_string_free (value, TRUE);
+
+ return *s == '\0' ? s : s + 2;
+}
+
+/*
+ * Parse kate modelines.
+ * Kate modelines are of the form "kate: key1 value1; key2 value2;"
+ * These can happen on the 10 first or 10 last lines of the buffer.
+ * See http://wiki.kate-editor.org/index.php/Modelines
+ */
+static gchar *
+parse_kate_modeline (gchar *s,
+ ModelineOptions *options)
+{
+ guint intval;
+ GString *key, *value;
+
+ key = g_string_sized_new (8);
+ value = g_string_sized_new (8);
+
+ while (*s != '\0')
+ {
+ while (*s != '\0' && (*s == ';' || g_ascii_isspace (*s)))
+ s++;
+ if (*s == '\0')
+ break;
+
+ g_string_assign (key, "");
+ g_string_assign (value, "");
+
+ while (*s != '\0' && *s != ';' && !g_ascii_isspace (*s))
+ {
+ g_string_append_c (key, *s);
+ s++;
+ }
+
+ if (!skip_whitespaces (&s))
+ break;
+ if (*s == ';')
+ continue;
+
+ while (*s != '\0' && *s != ';' &&
+ !g_ascii_isspace (*s))
+ {
+ g_string_append_c (value, *s);
+ s++;
+ }
+
+ gedit_debug_message (DEBUG_PLUGINS,
+ "Kate modeline bit: %s = %s",
+ key->str, value->str);
+
+ if (strcmp (key->str, "hl") == 0 ||
+ strcmp (key->str, "syntax") == 0)
+ {
+ g_free (options->language_id);
+ options->language_id = get_language_id_kate (value->str);
+
+ options->set |= MODELINE_SET_LANGUAGE;
+ }
+ else if (strcmp (key->str, "tab-width") == 0)
+ {
+ intval = atoi (value->str);
+
+ if (intval)
+ {
+ options->tab_width = intval;
+ options->set |= MODELINE_SET_TAB_WIDTH;
+ }
+ }
+ else if (strcmp (key->str, "indent-width") == 0)
+ {
+ intval = atoi (value->str);
+ if (intval) options->indent_width = intval;
+ }
+ else if (strcmp (key->str, "space-indent") == 0)
+ {
+ intval = strcmp (value->str, "on") == 0 ||
+ strcmp (value->str, "true") == 0 ||
+ strcmp (value->str, "1") == 0;
+
+ options->insert_spaces = intval;
+ options->set |= MODELINE_SET_INSERT_SPACES;
+ }
+ else if (strcmp (key->str, "word-wrap") == 0)
+ {
+ intval = strcmp (value->str, "on") == 0 ||
+ strcmp (value->str, "true") == 0 ||
+ strcmp (value->str, "1") == 0;
+
+ options->wrap_mode = intval ? GTK_WRAP_WORD : GTK_WRAP_NONE;
+
+ options->set |= MODELINE_SET_WRAP_MODE;
+ }
+ else if (strcmp (key->str, "word-wrap-column") == 0)
+ {
+ intval = atoi (value->str);
+
+ if (intval)
+ {
+ options->right_margin_position = intval;
+ options->display_right_margin = TRUE;
+
+ options->set |= MODELINE_SET_RIGHT_MARGIN_POSITION |
+ MODELINE_SET_SHOW_RIGHT_MARGIN;
+ }
+ }
+ }
+
+ g_string_free (key, TRUE);
+ g_string_free (value, TRUE);
+
+ return s;
+}
+
+/* Scan a line for vi(m)/emacs/kate modelines.
+ * Line numbers are counted starting at one.
+ */
+static void
+parse_modeline (gchar *line,
+ gint line_number,
+ gint line_count,
+ ModelineOptions *options)
+{
+ gchar *s = line;
+
+ /* look for the beginning of a modeline */
+ while (s != NULL && *s != '\0')
+ {
+ if (s > line && !g_ascii_isspace (*(s - 1)))
+ {
+ s++;
+ continue;
+ }
+
+ if ((line_number <= 3 || line_number > line_count - 3) &&
+ (strncmp (s, "ex:", 3) == 0 ||
+ strncmp (s, "vi:", 3) == 0 ||
+ strncmp (s, "vim:", 4) == 0))
+ {
+ gedit_debug_message (DEBUG_PLUGINS, "Vim modeline on line %d", line_number);
+
+ while (*s != ':')
+ {
+ s++;
+ }
+
+ s = parse_vim_modeline (s + 1, options);
+ }
+ else if (line_number <= 2 && strncmp (s, "-*-", 3) == 0)
+ {
+ gedit_debug_message (DEBUG_PLUGINS, "Emacs modeline on line %d", line_number);
+
+ s = parse_emacs_modeline (s + 3, options);
+ }
+ else if ((line_number <= 10 || line_number > line_count - 10) &&
+ strncmp (s, "kate:", 5) == 0)
+ {
+ gedit_debug_message (DEBUG_PLUGINS, "Kate modeline on line %d", line_number);
+
+ s = parse_kate_modeline (s + 5, options);
+ }
+ else
+ {
+ s++;
+ }
+ }
+}
+
+static gboolean
+check_previous (GtkSourceView *view,
+ ModelineOptions *previous,
+ ModelineSet set)
+{
+ GtkSourceBuffer *buffer = GTK_SOURCE_BUFFER (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)));
+
+ /* Do not restore default when this is the first time */
+ if (!previous)
+ return FALSE;
+
+ /* Do not restore default when previous was not set */
+ if (!(previous->set & set))
+ return FALSE;
+
+ /* Only restore default when setting has not changed */
+ switch (set)
+ {
+ case MODELINE_SET_INSERT_SPACES:
+ return gtk_source_view_get_insert_spaces_instead_of_tabs (view) ==
+ previous->insert_spaces;
+ break;
+ case MODELINE_SET_TAB_WIDTH:
+ return gtk_source_view_get_tab_width (view) == previous->tab_width;
+ break;
+ case MODELINE_SET_INDENT_WIDTH:
+ return gtk_source_view_get_indent_width (view) == previous->indent_width;
+ break;
+ case MODELINE_SET_WRAP_MODE:
+ return gtk_text_view_get_wrap_mode (GTK_TEXT_VIEW (view)) ==
+ previous->wrap_mode;
+ break;
+ case MODELINE_SET_RIGHT_MARGIN_POSITION:
+ return gtk_source_view_get_right_margin_position (view) ==
+ previous->right_margin_position;
+ break;
+ case MODELINE_SET_SHOW_RIGHT_MARGIN:
+ return gtk_source_view_get_show_right_margin (view) ==
+ previous->display_right_margin;
+ break;
+ case MODELINE_SET_LANGUAGE:
+ {
+ GtkSourceLanguage *language = gtk_source_buffer_get_language (buffer);
+
+ return (language == NULL && previous->language_id == NULL) ||
+ (language != NULL && g_strcmp0 (gtk_source_language_get_id (language),
+ previous->language_id) == 0);
+ }
+ break;
+ default:
+ return FALSE;
+ break;
+ }
+}
+
+static void
+free_modeline_options (ModelineOptions *options)
+{
+ g_free (options->language_id);
+ g_slice_free (ModelineOptions, options);
+}
+
+void
+modeline_parser_apply_modeline (GtkSourceView *view)
+{
+ ModelineOptions options;
+ GtkTextBuffer *buffer;
+ GtkTextIter iter, liter;
+ gint line_count;
+ GSettings *settings;
+
+ options.language_id = NULL;
+ options.set = MODELINE_SET_NONE;
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
+ gtk_text_buffer_get_start_iter (buffer, &iter);
+
+ line_count = gtk_text_buffer_get_line_count (buffer);
+
+ /* Parse the modelines on the 10 first lines... */
+ while ((gtk_text_iter_get_line (&iter) < 10) &&
+ !gtk_text_iter_is_end (&iter))
+ {
+ gchar *line;
+
+ liter = iter;
+ gtk_text_iter_forward_to_line_end (&iter);
+ line = gtk_text_buffer_get_text (buffer, &liter, &iter, TRUE);
+
+ parse_modeline (line,
+ 1 + gtk_text_iter_get_line (&iter),
+ line_count,
+ &options);
+
+ gtk_text_iter_forward_line (&iter);
+
+ g_free (line);
+ }
+
+ /* ...and on the 10 last ones (modelines are not allowed in between) */
+ if (!gtk_text_iter_is_end (&iter))
+ {
+ gint cur_line;
+ guint remaining_lines;
+
+ /* we are on the 11th line (count from 0) */
+ cur_line = gtk_text_iter_get_line (&iter);
+ /* g_assert (10 == cur_line); */
+
+ remaining_lines = line_count - cur_line - 1;
+
+ if (remaining_lines > 10)
+ {
+ gtk_text_buffer_get_end_iter (buffer, &iter);
+ gtk_text_iter_backward_lines (&iter, 9);
+ }
+ }
+
+ while (!gtk_text_iter_is_end (&iter))
+ {
+ gchar *line;
+
+ liter = iter;
+ gtk_text_iter_forward_to_line_end (&iter);
+ line = gtk_text_buffer_get_text (buffer, &liter, &iter, TRUE);
+
+ parse_modeline (line,
+ 1 + gtk_text_iter_get_line (&iter),
+ line_count,
+ &options);
+
+ gtk_text_iter_forward_line (&iter);
+
+ g_free (line);
+ }
+
+ /* Try to set language */
+ if (has_option (&options, MODELINE_SET_LANGUAGE) && options.language_id)
+ {
+ if (g_ascii_strcasecmp (options.language_id, "text") == 0)
+ {
+ gedit_document_set_language (GEDIT_DOCUMENT (buffer),
+ NULL);
+ }
+ else
+ {
+ GtkSourceLanguageManager *manager;
+ GtkSourceLanguage *language;
+
+ manager = gtk_source_language_manager_get_default ();
+
+ language = gtk_source_language_manager_get_language
+ (manager, options.language_id);
+ if (language != NULL)
+ {
+ gedit_document_set_language (GEDIT_DOCUMENT (buffer),
+ language);
+ }
+ else
+ {
+ gedit_debug_message (DEBUG_PLUGINS,
+ "Unknown language `%s'",
+ options.language_id);
+ }
+ }
+ }
+
+ ModelineOptions *previous = g_object_get_data (G_OBJECT (buffer),
+ MODELINE_OPTIONS_DATA_KEY);
+
+ settings = g_settings_new ("org.gnome.gedit.preferences.editor");
+
+ /* Apply the options we got from modelines and restore defaults if
+ we set them before */
+ if (has_option (&options, MODELINE_SET_INSERT_SPACES))
+ {
+ gtk_source_view_set_insert_spaces_instead_of_tabs
+ (view, options.insert_spaces);
+ }
+ else if (check_previous (view, previous, MODELINE_SET_INSERT_SPACES))
+ {
+ gboolean insert_spaces;
+
+ insert_spaces = g_settings_get_boolean (settings, GEDIT_SETTINGS_INSERT_SPACES);
+
+ gtk_source_view_set_insert_spaces_instead_of_tabs (view, insert_spaces);
+ }
+
+ if (has_option (&options, MODELINE_SET_TAB_WIDTH))
+ {
+ gtk_source_view_set_tab_width (view, options.tab_width);
+ }
+ else if (check_previous (view, previous, MODELINE_SET_TAB_WIDTH))
+ {
+ guint tab_width;
+
+ g_settings_get (settings, GEDIT_SETTINGS_TABS_SIZE, "u", &tab_width);
+
+ gtk_source_view_set_tab_width (view, tab_width);
+ }
+
+ if (has_option (&options, MODELINE_SET_INDENT_WIDTH))
+ {
+ gtk_source_view_set_indent_width (view, options.indent_width);
+ }
+ else if (check_previous (view, previous, MODELINE_SET_INDENT_WIDTH))
+ {
+ gtk_source_view_set_indent_width (view, -1);
+ }
+
+ if (has_option (&options, MODELINE_SET_WRAP_MODE))
+ {
+ gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (view), options.wrap_mode);
+ }
+ else if (check_previous (view, previous, MODELINE_SET_WRAP_MODE))
+ {
+ GtkWrapMode mode;
+
+ mode = g_settings_get_enum (settings,
+ GEDIT_SETTINGS_WRAP_MODE);
+ gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (view), mode);
+ }
+
+ if (has_option (&options, MODELINE_SET_RIGHT_MARGIN_POSITION))
+ {
+ gtk_source_view_set_right_margin_position (view, options.right_margin_position);
+ }
+ else if (check_previous (view, previous, MODELINE_SET_RIGHT_MARGIN_POSITION))
+ {
+ guint right_margin_pos;
+
+ g_settings_get (settings, GEDIT_SETTINGS_RIGHT_MARGIN_POSITION, "u",
+ &right_margin_pos);
+ gtk_source_view_set_right_margin_position (view,
+ right_margin_pos);
+ }
+
+ if (has_option (&options, MODELINE_SET_SHOW_RIGHT_MARGIN))
+ {
+ gtk_source_view_set_show_right_margin (view, options.display_right_margin);
+ }
+ else if (check_previous (view, previous, MODELINE_SET_SHOW_RIGHT_MARGIN))
+ {
+ gboolean display_right_margin;
+
+ display_right_margin = g_settings_get_boolean (settings,
+ GEDIT_SETTINGS_DISPLAY_RIGHT_MARGIN);
+ gtk_source_view_set_show_right_margin (view, display_right_margin);
+ }
+
+ if (previous)
+ {
+ g_free (previous->language_id);
+ *previous = options;
+ previous->language_id = g_strdup (options.language_id);
+ }
+ else
+ {
+ previous = g_slice_new (ModelineOptions);
+ *previous = options;
+ previous->language_id = g_strdup (options.language_id);
+
+ g_object_set_data_full (G_OBJECT (buffer),
+ MODELINE_OPTIONS_DATA_KEY,
+ previous,
+ (GDestroyNotify)free_modeline_options);
+ }
+
+ g_object_unref (settings);
+ g_free (options.language_id);
+}
+
+/* vi:ts=8 */
diff --git a/plugins/modelines/modeline-parser.h b/plugins/modelines/modeline-parser.h
new file mode 100644
index 0000000..0fbf9a1
--- /dev/null
+++ b/plugins/modelines/modeline-parser.h
@@ -0,0 +1,36 @@
+/*
+ * modelie-parser.h
+ * Emacs, Kate and Vim-style modelines support for gedit.
+ *
+ * Copyright (C) 2005-2007 - Steve Frécinaux <code@istique.net>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef MODELINE_PARSER_H
+#define MODELINE_PARSER_H
+
+#include <glib.h>
+#include <gtksourceview/gtksource.h>
+
+G_BEGIN_DECLS
+
+void modeline_parser_init (const gchar *data_dir);
+void modeline_parser_shutdown (void);
+void modeline_parser_apply_modeline (GtkSourceView *view);
+
+G_END_DECLS
+
+#endif /* MODELINE_PARSER_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/modelines/modelines.plugin.desktop.in b/plugins/modelines/modelines.plugin.desktop.in
new file mode 100644
index 0000000..d334c55
--- /dev/null
+++ b/plugins/modelines/modelines.plugin.desktop.in
@@ -0,0 +1,8 @@
+[Plugin]
+Module=modelines
+IAge=3
+Name=Modelines
+Description=Emacs, Kate and Vim-style modelines support for gedit.
+Authors=Steve Frécinaux <steve@istique.net>
+Copyright=Copyright © 2005 Steve Frécinaux
+Website=http://www.gedit.org
diff --git a/plugins/pythonconsole/meson.build b/plugins/pythonconsole/meson.build
new file mode 100644
index 0000000..1aecada
--- /dev/null
+++ b/plugins/pythonconsole/meson.build
@@ -0,0 +1,31 @@
+subdir('pythonconsole')
+
+pythonconsole_gschema_file = files('org.gnome.gedit.plugins.pythonconsole.gschema.xml')
+install_data(
+ pythonconsole_gschema_file,
+ install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'glib-2.0/schemas')
+)
+
+if xmllint.found()
+ test(
+ 'validate-pythonconsole-gschema',
+ xmllint,
+ args: [
+ '--noout',
+ '--dtdvalid', gschema_dtd,
+ pythonconsole_gschema_file,
+ ]
+ )
+endif
+
+custom_target(
+ 'pythonconsole.plugin',
+ input: 'pythonconsole.plugin.desktop.in',
+ output: 'pythonconsole.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
diff --git a/plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml b/plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml
new file mode 100644
index 0000000..0a29031
--- /dev/null
+++ b/plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml
@@ -0,0 +1,30 @@
+<schemalist gettext-domain="gedit">
+ <schema id="org.gnome.gedit.plugins.pythonconsole" path="/org/gnome/gedit/plugins/pythonconsole/">
+ <key name="command-color" type="s">
+ <default>'#314e6c'</default>
+ <summary>Command Color Text</summary>
+ <description>The command color text</description>
+ </key>
+ <key name="error-color" type="s">
+ <default>'#990000'</default>
+ <summary>Error Color Text</summary>
+ <description>The error color text</description>
+ </key>
+ <key name="use-system-font" type="b">
+ <default>true</default>
+ <summary>Whether to use the system font</summary>
+ <description>
+ If true, the terminal will use the desktop-global standard
+ font if it’s monospace (and the most similar font it can
+ come up with otherwise).
+ </description>
+ </key>
+ <key name="font" type="s">
+ <default>'Monospace 10'</default>
+ <summary>Font</summary>
+ <description>
+ A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”.
+ </description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/plugins/pythonconsole/pythonconsole.plugin.desktop.in b/plugins/pythonconsole/pythonconsole.plugin.desktop.in
new file mode 100644
index 0000000..2b4456c
--- /dev/null
+++ b/plugins/pythonconsole/pythonconsole.plugin.desktop.in
@@ -0,0 +1,12 @@
+[Plugin]
+Loader=python3
+Module=pythonconsole
+IAge=3
+Name=Python Console
+Description=Interactive Python console standing in the bottom panel.
+# TRANSLATORS: Do NOT translate or transliterate this text!
+# This is an icon file name.
+Icon=text-x-script
+Authors=Steve Frécinaux <steve@istique.net>
+Copyright=Copyright © 2006 Steve Frécinaux
+Website=http://www.gedit.org
diff --git a/plugins/pythonconsole/pythonconsole/__init__.py b/plugins/pythonconsole/pythonconsole/__init__.py
new file mode 100644
index 0000000..6405596
--- /dev/null
+++ b/plugins/pythonconsole/pythonconsole/__init__.py
@@ -0,0 +1,75 @@
+# -*- coding: utf-8 -*-
+
+# __init__.py -- plugin object
+#
+# Copyright (C) 2006 - Steve Frécinaux
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+# Parts from "Interactive Python-GTK Console" (stolen from epiphany's console.py)
+# Copyright (C), 1998 James Henstridge <james@daa.com.au>
+# Copyright (C), 2005 Adam Hooper <adamh@densi.com>
+# Bits from gedit Python Console Plugin
+# Copyrignt (C), 2005 Raphaël Slinckx
+
+import gi
+gi.require_version('Gedit', '3.0')
+gi.require_version('Peas', '1.0')
+gi.require_version('PeasGtk', '1.0')
+gi.require_version('Gtk', '3.0')
+
+from gi.repository import GObject, Gtk, Gedit, Peas, PeasGtk
+from .console import PythonConsole
+from .config import PythonConsoleConfigWidget
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class PythonConsolePlugin(GObject.Object, Gedit.WindowActivatable, PeasGtk.Configurable):
+ __gtype_name__ = "PythonConsolePlugin"
+
+ window = GObject.Property(type=Gedit.Window)
+
+ def __init__(self):
+ GObject.Object.__init__(self)
+
+ def do_activate(self):
+ self._console = PythonConsole(namespace = {'__builtins__' : __builtins__,
+ 'gedit' : Gedit,
+ 'window' : self.window})
+ self._console.eval('print("You can access the main window through ' \
+ '\'window\' :\\n%s" % window)', False)
+ bottom = self.window.get_bottom_panel()
+ self._console.show_all()
+ bottom.add_titled(self._console, "GeditPythonConsolePanel", _('Python Console'))
+
+ def do_deactivate(self):
+ self._console.stop()
+ bottom = self.window.get_bottom_panel()
+ bottom.remove(self._console)
+
+ def do_update_state(self):
+ pass
+
+ def do_create_configure_widget(self):
+ config_widget = PythonConsoleConfigWidget(self.plugin_info.get_data_dir())
+
+ return config_widget.configure_widget()
+
+# ex:et:ts=4:
diff --git a/plugins/pythonconsole/pythonconsole/config.py b/plugins/pythonconsole/pythonconsole/config.py
new file mode 100644
index 0000000..8c609af
--- /dev/null
+++ b/plugins/pythonconsole/pythonconsole/config.py
@@ -0,0 +1,74 @@
+# -*- coding: utf-8 -*-
+
+# config.py -- Config dialog
+#
+# Copyright (C) 2008 - B. Clausius
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+# Parts from "Interactive Python-GTK Console" (stolen from epiphany's console.py)
+# Copyright (C), 1998 James Henstridge <james@daa.com.au>
+# Copyright (C), 2005 Adam Hooper <adamh@densi.com>
+# Bits from gedit Python Console Plugin
+# Copyrignt (C), 2005 Raphaël Slinckx
+
+import os
+from gi.repository import Gio, Gtk, Gdk
+
+__all__ = ('PythonConsoleConfigWidget')
+
+class PythonConsoleConfigWidget(object):
+
+ CONSOLE_KEY_BASE = 'org.gnome.gedit.plugins.pythonconsole'
+ CONSOLE_KEY_COMMAND_COLOR = 'command-color'
+ CONSOLE_KEY_ERROR_COLOR = 'error-color'
+
+ def __init__(self, datadir):
+ object.__init__(self)
+
+ self._ui_path = os.path.join(datadir, 'ui', 'config.ui')
+ self._settings = Gio.Settings.new(self.CONSOLE_KEY_BASE)
+ self._ui = Gtk.Builder()
+
+ def configure_widget(self):
+ self._ui.add_from_file(self._ui_path)
+
+ self.set_colorbutton_color(self._ui.get_object('colorbutton-command'),
+ self._settings.get_string(self.CONSOLE_KEY_COMMAND_COLOR))
+ self.set_colorbutton_color(self._ui.get_object('colorbutton-error'),
+ self._settings.get_string(self.CONSOLE_KEY_ERROR_COLOR))
+
+ self._ui.connect_signals(self)
+
+ widget = self._ui.get_object('grid')
+
+ return widget
+
+ @staticmethod
+ def set_colorbutton_color(colorbutton, value):
+ rgba = Gdk.RGBA()
+ parsed = rgba.parse(value)
+
+ if parsed:
+ colorbutton.set_rgba(rgba)
+
+ def on_colorbutton_command_color_set(self, colorbutton):
+ self._settings.set_string(self.CONSOLE_KEY_COMMAND_COLOR,
+ colorbutton.get_color().to_string())
+
+ def on_colorbutton_error_color_set(self, colorbutton):
+ self._settings.set_string(self.CONSOLE_KEY_ERROR_COLOR,
+ colorbutton.get_color().to_string())
+
+# ex:et:ts=4:
diff --git a/plugins/pythonconsole/pythonconsole/config.ui b/plugins/pythonconsole/pythonconsole/config.ui
new file mode 100644
index 0000000..573be34
--- /dev/null
+++ b/plugins/pythonconsole/pythonconsole/config.ui
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkGrid" id="grid">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">12</property>
+ <property name="margin_end">12</property>
+ <property name="margin_top">12</property>
+ <property name="margin_bottom">12</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">12</property>
+ <child>
+ <object class="GtkLabel" id="label-command">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">C_ommand color:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">colorbutton-command</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label-error">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">_Error color:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">colorbutton-error</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkColorButton" id="colorbutton-command">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="hexpand">True</property>
+ <property name="rgba">#31314e4e6c6c</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkColorButton" id="colorbutton-error">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="hexpand">True</property>
+ <property name="rgba">#999900000000</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ </object>
+</interface>
diff --git a/plugins/pythonconsole/pythonconsole/console.py b/plugins/pythonconsole/pythonconsole/console.py
new file mode 100644
index 0000000..05a7afd
--- /dev/null
+++ b/plugins/pythonconsole/pythonconsole/console.py
@@ -0,0 +1,414 @@
+# -*- coding: utf-8 -*-
+
+# pythonconsole.py -- Console widget
+#
+# Copyright (C) 2006 - Steve Frécinaux
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+# Parts from "Interactive Python-GTK Console" (stolen from epiphany's console.py)
+# Copyright (C), 1998 James Henstridge <james@daa.com.au>
+# Copyright (C), 2005 Adam Hooper <adamh@densi.com>
+# Bits from gedit Python Console Plugin
+# Copyrignt (C), 2005 Raphaël Slinckx
+
+import string
+import sys
+import re
+import traceback
+
+from gi.repository import GLib, Gio, Gtk, Gdk, Pango
+
+__all__ = ('PythonConsole', 'OutFile')
+
+class PythonConsole(Gtk.ScrolledWindow):
+
+ __gsignals__ = {
+ 'grab-focus' : 'override',
+ }
+
+ DEFAULT_FONT = "Monospace 10"
+
+ CONSOLE_KEY_BASE = 'org.gnome.gedit.plugins.pythonconsole'
+ SETTINGS_INTERFACE_DIR = "org.gnome.desktop.interface"
+
+ CONSOLE_KEY_COMMAND_COLOR = 'command-color'
+ CONSOLE_KEY_ERROR_COLOR = 'error-color'
+
+ def __init__(self, namespace = {}):
+ Gtk.ScrolledWindow.__init__(self)
+
+ self._settings = Gio.Settings.new(self.CONSOLE_KEY_BASE)
+ self._settings.connect("changed", self.on_color_settings_changed)
+
+ self._interface_settings = Gio.Settings.new(self.SETTINGS_INTERFACE_DIR)
+ self._interface_settings.connect("changed", self.on_settings_changed)
+
+ self._profile_settings = self.get_profile_settings()
+ self._profile_settings.connect("changed", self.on_settings_changed)
+
+ self.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)
+ self.set_shadow_type(Gtk.ShadowType.NONE)
+ self.view = Gtk.TextView()
+ self.reconfigure()
+ self.view.set_editable(True)
+ self.view.set_wrap_mode(Gtk.WrapMode.WORD_CHAR)
+ self.add(self.view)
+ self.view.show()
+
+ buf = self.view.get_buffer()
+ self.normal = buf.create_tag("normal")
+ self.error = buf.create_tag("error")
+ self.command = buf.create_tag("command")
+
+ # Load the default settings
+ self.on_color_settings_changed(self._settings, None)
+
+ self.__spaces_pattern = re.compile(r'^\s+')
+ self.namespace = namespace
+
+ self.block_command = False
+
+ # Init first line
+ buf.create_mark("input-line", buf.get_end_iter(), True)
+ buf.insert(buf.get_end_iter(), ">>> ")
+ buf.create_mark("input", buf.get_end_iter(), True)
+
+ # Init history
+ self.history = ['']
+ self.history_pos = 0
+ self.current_command = ''
+ self.namespace['__history__'] = self.history
+
+ # Set up hooks for standard output.
+ self.stdout = OutFile(self, sys.stdout.fileno(), self.normal)
+ self.stderr = OutFile(self, sys.stderr.fileno(), self.error)
+
+ # Signals
+ self.view.connect("key-press-event", self.__key_press_event_cb)
+ buf.connect("mark-set", self.__mark_set_cb)
+
+ def get_profile_settings(self):
+ #FIXME return either the gnome-terminal settings or the gedit one
+ return Gio.Settings.new(self.CONSOLE_KEY_BASE)
+
+ def do_grab_focus(self):
+ self.view.grab_focus()
+
+ def reconfigure(self):
+ # Font
+ font_desc = None
+ system_font = self._interface_settings.get_string("monospace-font-name")
+
+ if self._profile_settings.get_boolean("use-system-font"):
+ font_name = system_font
+ else:
+ font_name = self._profile_settings.get_string("font")
+
+ try:
+ font_desc = Pango.FontDescription(font_name)
+ except:
+ if font_name != self.DEFAULT_FONT:
+ if font_name != system_font:
+ try:
+ font_desc = Pango.FontDescription(system_font)
+ except:
+ pass
+
+ if font_desc is None:
+ try:
+ font_desc = Pango.FontDescription(self.DEFAULT_FONT)
+ except:
+ pass
+
+ if font_desc != None:
+ self.view.modify_font(font_desc)
+
+ def on_settings_changed(self, settings, key):
+ self.reconfigure()
+
+ def on_color_settings_changed(self, settings, key):
+ self.error.set_property("foreground", settings.get_string(self.CONSOLE_KEY_ERROR_COLOR))
+ self.command.set_property("foreground", settings.get_string(self.CONSOLE_KEY_COMMAND_COLOR))
+
+ def stop(self):
+ self.namespace = None
+
+ def __key_press_event_cb(self, view, event):
+ modifier_mask = Gtk.accelerator_get_default_mod_mask()
+ event_state = event.state & modifier_mask
+
+ if event.keyval == Gdk.KEY_D and event_state == Gdk.ModifierType.CONTROL_MASK:
+ self.destroy()
+
+ elif event.keyval == Gdk.KEY_Return and event_state == Gdk.ModifierType.CONTROL_MASK:
+ # Get the command
+ buf = view.get_buffer()
+ inp_mark = buf.get_mark("input")
+ inp = buf.get_iter_at_mark(inp_mark)
+ cur = buf.get_end_iter()
+ line = buf.get_text(inp, cur, False)
+ self.current_command = self.current_command + line + "\n"
+ self.history_add(line)
+
+ # Prepare the new line
+ cur = buf.get_end_iter()
+ buf.insert(cur, "\n... ")
+ cur = buf.get_end_iter()
+ buf.move_mark(inp_mark, cur)
+
+ # Keep indentation of precendent line
+ spaces = re.match(self.__spaces_pattern, line)
+ if spaces is not None:
+ buf.insert(cur, line[spaces.start() : spaces.end()])
+ cur = buf.get_end_iter()
+
+ buf.place_cursor(cur)
+ GLib.idle_add(self.scroll_to_end)
+ return True
+
+ elif event.keyval == Gdk.KEY_Return:
+ # Get the marks
+ buf = view.get_buffer()
+ lin_mark = buf.get_mark("input-line")
+ inp_mark = buf.get_mark("input")
+
+ # Get the command line
+ inp = buf.get_iter_at_mark(inp_mark)
+ cur = buf.get_end_iter()
+ line = buf.get_text(inp, cur, False)
+ self.current_command = self.current_command + line + "\n"
+ self.history_add(line)
+
+ # Make the line blue
+ lin = buf.get_iter_at_mark(lin_mark)
+ buf.apply_tag(self.command, lin, cur)
+ buf.insert(cur, "\n")
+
+ cur_strip = self.current_command.rstrip()
+
+ if cur_strip.endswith(":") \
+ or (self.current_command[-2:] != "\n\n" and self.block_command):
+ # Unfinished block command
+ self.block_command = True
+ com_mark = "... "
+ elif cur_strip.endswith("\\"):
+ com_mark = "... "
+ else:
+ # Eval the command
+ self.__run(self.current_command)
+ self.current_command = ''
+ self.block_command = False
+ com_mark = ">>> "
+
+ # Prepare the new line
+ cur = buf.get_end_iter()
+ buf.move_mark(lin_mark, cur)
+ buf.insert(cur, com_mark)
+ cur = buf.get_end_iter()
+ buf.move_mark(inp_mark, cur)
+ buf.place_cursor(cur)
+ GLib.idle_add(self.scroll_to_end)
+ return True
+
+ elif event.keyval == Gdk.KEY_KP_Down or event.keyval == Gdk.KEY_Down:
+ # Next entry from history
+ view.stop_emission_by_name("key_press_event")
+ self.history_down()
+ GLib.idle_add(self.scroll_to_end)
+ return True
+
+ elif event.keyval == Gdk.KEY_KP_Up or event.keyval == Gdk.KEY_Up:
+ # Previous entry from history
+ view.stop_emission_by_name("key_press_event")
+ self.history_up()
+ GLib.idle_add(self.scroll_to_end)
+ return True
+
+ elif event.keyval == Gdk.KEY_KP_Left or event.keyval == Gdk.KEY_Left or \
+ event.keyval == Gdk.KEY_BackSpace:
+ buf = view.get_buffer()
+ inp = buf.get_iter_at_mark(buf.get_mark("input"))
+ cur = buf.get_iter_at_mark(buf.get_insert())
+ if inp.compare(cur) == 0:
+ if not event_state:
+ buf.place_cursor(inp)
+ return True
+ return False
+
+ # For the console we enable smart/home end behavior incoditionally
+ # since it is useful when editing python
+
+ elif (event.keyval == Gdk.KEY_KP_Home or event.keyval == Gdk.KEY_Home) and \
+ event_state == event_state & (Gdk.ModifierType.SHIFT_MASK|Gdk.ModifierType.CONTROL_MASK):
+ # Go to the begin of the command instead of the begin of the line
+ buf = view.get_buffer()
+ it = buf.get_iter_at_mark(buf.get_mark("input"))
+ ins = buf.get_iter_at_mark(buf.get_insert())
+
+ while it.get_char().isspace():
+ it.forward_char()
+
+ if it.equal(ins):
+ it = buf.get_iter_at_mark(buf.get_mark("input"))
+
+ if event_state & Gdk.ModifierType.SHIFT_MASK:
+ buf.move_mark_by_name("insert", it)
+ else:
+ buf.place_cursor(it)
+ return True
+
+ elif (event.keyval == Gdk.KEY_KP_End or event.keyval == Gdk.KEY_End) and \
+ event_state == event_state & (Gdk.ModifierType.SHIFT_MASK|Gdk.ModifierType.CONTROL_MASK):
+
+ buf = view.get_buffer()
+ it = buf.get_end_iter()
+ ins = buf.get_iter_at_mark(buf.get_insert())
+
+ it.backward_char()
+
+ while it.get_char().isspace():
+ it.backward_char()
+
+ it.forward_char()
+
+ if it.equal(ins):
+ it = buf.get_end_iter()
+
+ if event_state & Gdk.ModifierType.SHIFT_MASK:
+ buf.move_mark_by_name("insert", it)
+ else:
+ buf.place_cursor(it)
+ return True
+
+ def __mark_set_cb(self, buf, it, name):
+ input = buf.get_iter_at_mark(buf.get_mark("input"))
+ pos = buf.get_iter_at_mark(buf.get_insert())
+ self.view.set_editable(pos.compare(input) != -1)
+
+ def get_command_line(self):
+ buf = self.view.get_buffer()
+ inp = buf.get_iter_at_mark(buf.get_mark("input"))
+ cur = buf.get_end_iter()
+ return buf.get_text(inp, cur, False)
+
+ def set_command_line(self, command):
+ buf = self.view.get_buffer()
+ mark = buf.get_mark("input")
+ inp = buf.get_iter_at_mark(mark)
+ cur = buf.get_end_iter()
+ buf.delete(inp, cur)
+ buf.insert(inp, command)
+ self.view.grab_focus()
+
+ def history_add(self, line):
+ if line.strip() != '':
+ self.history_pos = len(self.history)
+ self.history[self.history_pos - 1] = line
+ self.history.append('')
+
+ def history_up(self):
+ if self.history_pos > 0:
+ self.history[self.history_pos] = self.get_command_line()
+ self.history_pos = self.history_pos - 1
+ self.set_command_line(self.history[self.history_pos])
+
+ def history_down(self):
+ if self.history_pos < len(self.history) - 1:
+ self.history[self.history_pos] = self.get_command_line()
+ self.history_pos = self.history_pos + 1
+ self.set_command_line(self.history[self.history_pos])
+
+ def scroll_to_end(self):
+ i = self.view.get_buffer().get_end_iter()
+ self.view.scroll_to_iter(i, 0.0, False, 0.5, 0.5)
+ return False
+
+ def write(self, text, tag = None):
+ buf = self.view.get_buffer()
+ if tag is None:
+ buf.insert(buf.get_end_iter(), text)
+ else:
+ buf.insert_with_tags(buf.get_end_iter(), text, tag)
+
+ GLib.idle_add(self.scroll_to_end)
+
+ def eval(self, command, display_command = False):
+ buf = self.view.get_buffer()
+ lin = buf.get_mark("input-line")
+ buf.delete(buf.get_iter_at_mark(lin),
+ buf.get_end_iter())
+
+ if isinstance(command, list) or isinstance(command, tuple):
+ for c in command:
+ if display_command:
+ self.write(">>> " + c + "\n", self.command)
+ self.__run(c)
+ else:
+ if display_command:
+ self.write(">>> " + c + "\n", self.command)
+ self.__run(command)
+
+ cur = buf.get_end_iter()
+ buf.move_mark_by_name("input-line", cur)
+ buf.insert(cur, ">>> ")
+ cur = buf.get_end_iter()
+ buf.move_mark_by_name("input", cur)
+ self.view.scroll_to_iter(buf.get_end_iter(), 0.0, False, 0.5, 0.5)
+
+ def __run(self, command):
+ sys.stdout, self.stdout = self.stdout, sys.stdout
+ sys.stderr, self.stderr = self.stderr, sys.stderr
+
+ try:
+ try:
+ r = eval(command, self.namespace, self.namespace)
+ if r is not None:
+ print(r)
+ except SyntaxError:
+ exec(command, self.namespace)
+ except:
+ if hasattr(sys, 'last_type') and sys.last_type == SystemExit:
+ self.destroy()
+ else:
+ traceback.print_exc()
+
+ sys.stdout, self.stdout = self.stdout, sys.stdout
+ sys.stderr, self.stderr = self.stderr, sys.stderr
+
+ def destroy(self):
+ pass
+ #gtk.ScrolledWindow.destroy(self)
+
+class OutFile:
+ """A fake output file object. It sends output to a TK test widget,
+ and if asked for a file number, returns one set on instance creation"""
+ def __init__(self, console, fn, tag):
+ self.fn = fn
+ self.console = console
+ self.tag = tag
+ def close(self): pass
+ def flush(self): pass
+ def fileno(self): return self.fn
+ def isatty(self): return 0
+ def read(self, a): return ''
+ def readline(self): return ''
+ def readlines(self): return []
+ def write(self, s): self.console.write(s, self.tag)
+ def writelines(self, l): self.console.write(l, self.tag)
+ def seek(self, a): raise IOError((29, 'Illegal seek'))
+ def tell(self): raise IOError((29, 'Illegal seek'))
+ truncate = tell
+
+# ex:et:ts=4:
diff --git a/plugins/pythonconsole/pythonconsole/meson.build b/plugins/pythonconsole/pythonconsole/meson.build
new file mode 100644
index 0000000..6bae388
--- /dev/null
+++ b/plugins/pythonconsole/pythonconsole/meson.build
@@ -0,0 +1,24 @@
+pythonconsole_sources = files(
+ '__init__.py',
+ 'config.py',
+ 'console.py',
+)
+
+install_data(
+ pythonconsole_sources,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ 'pythonconsole',
+ )
+)
+
+install_data(
+ 'config.ui',
+ install_dir: join_paths(
+ pkgdatadir,
+ 'plugins',
+ 'pythonconsole',
+ 'ui',
+ )
+)
diff --git a/plugins/quickhighlight/gedit-quick-highlight-plugin.c b/plugins/quickhighlight/gedit-quick-highlight-plugin.c
new file mode 100644
index 0000000..7b4289d
--- /dev/null
+++ b/plugins/quickhighlight/gedit-quick-highlight-plugin.c
@@ -0,0 +1,483 @@
+/*
+ * gedit-quick-highlight-plugin.c
+ *
+ * Copyright (C) 2018 Martin Blanchard
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#include "config.h"
+
+#include <glib/gi18n.h>
+
+#include <gedit/gedit-debug.h>
+#include <gedit/gedit-document.h>
+#include <gedit/gedit-view-activatable.h>
+#include <gedit/gedit-view.h>
+
+#include "gedit-quick-highlight-plugin.h"
+
+struct _GeditQuickHighlightPluginPrivate
+{
+ GeditView *view;
+
+ GeditDocument *buffer;
+ GtkTextMark *insert_mark;
+
+ GtkSourceSearchContext *search_context;
+ GtkSourceStyle *style;
+
+ gulong buffer_handler_id;
+ gulong mark_set_handler_id;
+ gulong delete_range_handler_id;
+ gulong style_scheme_handler_id;
+
+ guint queued_highlight;
+};
+
+enum
+{
+ PROP_0,
+ PROP_VIEW
+};
+
+static void gedit_view_activatable_iface_init (GeditViewActivatableInterface *iface);
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditQuickHighlightPlugin,
+ gedit_quick_highlight_plugin,
+ PEAS_TYPE_EXTENSION_BASE,
+ 0,
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_VIEW_ACTIVATABLE,
+ gedit_view_activatable_iface_init)
+ G_ADD_PRIVATE_DYNAMIC (GeditQuickHighlightPlugin))
+
+static void gedit_quick_highlight_plugin_notify_buffer_cb (GObject *object, GParamSpec *pspec, gpointer user_data);
+static void gedit_quick_highlight_plugin_mark_set_cb (GtkTextBuffer *textbuffer, GtkTextIter *location, GtkTextMark *mark, gpointer user_data);
+static void gedit_quick_highlight_plugin_delete_range_cb (GtkTextBuffer *textbuffer, GtkTextIter *start, GtkTextIter *end, gpointer user_data);
+static void gedit_quick_highlight_plugin_notify_style_scheme_cb (GObject *object, GParamSpec *pspec, gpointer user_data);
+
+static void
+gedit_quick_highlight_plugin_load_style (GeditQuickHighlightPlugin *plugin)
+{
+ GtkSourceStyleScheme *style_scheme;
+ GtkSourceStyle *style = NULL;
+
+ g_return_if_fail (GEDIT_IS_QUICK_HIGHLIGHT_PLUGIN (plugin));
+
+ if (plugin->priv->buffer == NULL)
+ {
+ return;
+ }
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ g_clear_object (&plugin->priv->style);
+
+ style_scheme = gtk_source_buffer_get_style_scheme (GTK_SOURCE_BUFFER (plugin->priv->buffer));
+
+ if (style_scheme != NULL)
+ {
+ style = gtk_source_style_scheme_get_style (style_scheme, "quick-highlight-match");
+
+ if (style != NULL)
+ {
+ plugin->priv->style = gtk_source_style_copy (style);
+ }
+ }
+}
+
+static gboolean
+gedit_quick_highlight_plugin_highlight_worker (gpointer user_data)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (user_data);
+ GtkSourceSearchSettings *search_settings;
+ GtkTextIter start, end;
+ g_autofree gchar *text = NULL;
+
+ g_assert (GEDIT_IS_QUICK_HIGHLIGHT_PLUGIN (plugin));
+
+ plugin->priv->queued_highlight = 0;
+
+ if (!gtk_text_buffer_get_selection_bounds (GTK_TEXT_BUFFER (plugin->priv->buffer), &start, &end))
+ {
+ g_clear_object (&plugin->priv->search_context);
+ return G_SOURCE_REMOVE;
+ }
+
+ if (gtk_text_iter_get_line (&start) != gtk_text_iter_get_line (&end))
+ {
+ g_clear_object (&plugin->priv->search_context);
+ return G_SOURCE_REMOVE;
+ }
+
+ if (plugin->priv->search_context == NULL)
+ {
+ search_settings =
+ g_object_new (GTK_SOURCE_TYPE_SEARCH_SETTINGS,
+ "at-word-boundaries", FALSE,
+ "case-sensitive", TRUE,
+ "regex-enabled", FALSE,
+ NULL);
+
+ plugin->priv->search_context =
+ g_object_new (GTK_SOURCE_TYPE_SEARCH_CONTEXT,
+ "buffer", plugin->priv->buffer,
+ "highlight", FALSE,
+ "match-style", plugin->priv->style,
+ "settings", search_settings,
+ NULL);
+
+ g_object_unref (search_settings);
+ }
+ else
+ {
+ search_settings =
+ gtk_source_search_context_get_settings (plugin->priv->search_context);
+ }
+
+ text = gtk_text_iter_get_slice (&start, &end);
+
+ gtk_source_search_settings_set_search_text (search_settings, text);
+
+ gtk_source_search_context_set_highlight (plugin->priv->search_context, TRUE);
+
+ return G_SOURCE_REMOVE;
+}
+
+static void
+gedit_quick_highlight_plugin_queue_update (GeditQuickHighlightPlugin *plugin)
+{
+ g_return_if_fail (GEDIT_IS_QUICK_HIGHLIGHT_PLUGIN (plugin));
+
+ if (plugin->priv->queued_highlight != 0)
+ {
+ return;
+ }
+
+ plugin->priv->queued_highlight =
+ gdk_threads_add_idle_full (G_PRIORITY_LOW,
+ gedit_quick_highlight_plugin_highlight_worker,
+ g_object_ref (plugin),
+ g_object_unref);
+}
+
+static void
+gedit_quick_highlight_plugin_notify_weak_buffer_cb (gpointer data,
+ GObject *where_the_object_was)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (data);
+
+ g_assert (GEDIT_IS_QUICK_HIGHLIGHT_PLUGIN (plugin));
+
+ plugin->priv->style_scheme_handler_id = 0;
+ plugin->priv->buffer = NULL;
+}
+
+static void
+gedit_quick_highlight_plugin_unref_weak_buffer (GeditQuickHighlightPlugin *plugin)
+{
+ g_return_if_fail (GEDIT_IS_QUICK_HIGHLIGHT_PLUGIN (plugin));
+
+ if (plugin->priv->buffer == NULL)
+ {
+ return;
+ }
+
+ if (plugin->priv->delete_range_handler_id > 0)
+ {
+ g_signal_handler_disconnect (plugin->priv->buffer,
+ plugin->priv->delete_range_handler_id);
+ plugin->priv->delete_range_handler_id = 0;
+ }
+
+ if (plugin->priv->mark_set_handler_id > 0)
+ {
+ g_signal_handler_disconnect (plugin->priv->buffer,
+ plugin->priv->mark_set_handler_id);
+ plugin->priv->mark_set_handler_id = 0;
+ }
+
+ if (plugin->priv->style_scheme_handler_id > 0)
+ {
+ g_signal_handler_disconnect (plugin->priv->buffer,
+ plugin->priv->style_scheme_handler_id);
+ plugin->priv->style_scheme_handler_id = 0;
+ }
+
+ g_object_weak_unref (G_OBJECT (plugin->priv->buffer),
+ gedit_quick_highlight_plugin_notify_weak_buffer_cb,
+ plugin);
+
+ plugin->priv->buffer = NULL;
+}
+
+static void
+gedit_quick_highlight_plugin_set_buffer (GeditQuickHighlightPlugin *plugin,
+ GeditDocument *buffer)
+{
+ g_return_if_fail (GEDIT_IS_QUICK_HIGHLIGHT_PLUGIN (plugin));
+ g_return_if_fail (GEDIT_IS_DOCUMENT (buffer));
+
+ if (plugin->priv->buffer == buffer)
+ {
+ return;
+ }
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ gedit_quick_highlight_plugin_unref_weak_buffer (plugin);
+
+ plugin->priv->buffer = buffer;
+
+ if (plugin->priv->buffer != NULL)
+ {
+ g_object_weak_ref (G_OBJECT (plugin->priv->buffer),
+ gedit_quick_highlight_plugin_notify_weak_buffer_cb,
+ plugin);
+
+ plugin->priv->style_scheme_handler_id =
+ g_signal_connect (plugin->priv->buffer,
+ "notify::style-scheme",
+ G_CALLBACK (gedit_quick_highlight_plugin_notify_style_scheme_cb),
+ plugin);
+
+ plugin->priv->mark_set_handler_id =
+ g_signal_connect (plugin->priv->buffer,
+ "mark-set",
+ G_CALLBACK (gedit_quick_highlight_plugin_mark_set_cb),
+ plugin);
+
+ plugin->priv->delete_range_handler_id =
+ g_signal_connect (plugin->priv->buffer,
+ "delete-range",
+ G_CALLBACK (gedit_quick_highlight_plugin_delete_range_cb),
+ plugin);
+
+ plugin->priv->insert_mark =
+ gtk_text_buffer_get_insert (GTK_TEXT_BUFFER (plugin->priv->buffer));
+
+ gedit_quick_highlight_plugin_load_style (plugin);
+
+ gedit_quick_highlight_plugin_queue_update (plugin);
+ }
+}
+
+static void
+gedit_quick_highlight_plugin_mark_set_cb (GtkTextBuffer *textbuffer,
+ GtkTextIter *location,
+ GtkTextMark *mark,
+ gpointer user_data)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (user_data);
+
+ g_assert (GEDIT_QUICK_HIGHLIGHT_PLUGIN (plugin));
+
+ if G_LIKELY (mark != plugin->priv->insert_mark)
+ {
+ return;
+ }
+
+ gedit_quick_highlight_plugin_queue_update (plugin);
+}
+
+static void
+gedit_quick_highlight_plugin_delete_range_cb (GtkTextBuffer *textbuffer,
+ GtkTextIter *start,
+ GtkTextIter *end,
+ gpointer user_data)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (user_data);
+
+ g_assert (GEDIT_QUICK_HIGHLIGHT_PLUGIN (plugin));
+
+ gedit_quick_highlight_plugin_queue_update (plugin);
+}
+
+static void
+gedit_quick_highlight_plugin_notify_style_scheme_cb (GObject *object,
+ GParamSpec *pspec,
+ gpointer user_data)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (user_data);
+
+ g_assert (GEDIT_QUICK_HIGHLIGHT_PLUGIN (plugin));
+
+ gedit_quick_highlight_plugin_load_style (plugin);
+}
+
+static void
+gedit_quick_highlight_plugin_dispose (GObject *object)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (object);
+
+ g_clear_object (&plugin->priv->search_context);
+
+ gedit_quick_highlight_plugin_unref_weak_buffer (plugin);
+
+ g_clear_object (&plugin->priv->view);
+
+ G_OBJECT_CLASS (gedit_quick_highlight_plugin_parent_class)->dispose (object);
+}
+
+static void
+gedit_quick_highlight_plugin_finalize (GObject *object)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (object);
+
+ g_clear_object (&plugin->priv->style);
+
+ G_OBJECT_CLASS (gedit_quick_highlight_plugin_parent_class)->finalize (object);
+}
+
+static void
+gedit_quick_highlight_plugin_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_VIEW:
+ g_value_set_object (value, plugin->priv->view);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_quick_highlight_plugin_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_VIEW:
+ plugin->priv->view = GEDIT_VIEW (g_value_dup_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_quick_highlight_plugin_class_init (GeditQuickHighlightPluginClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_quick_highlight_plugin_dispose;
+ object_class->finalize = gedit_quick_highlight_plugin_finalize;
+ object_class->set_property = gedit_quick_highlight_plugin_set_property;
+ object_class->get_property = gedit_quick_highlight_plugin_get_property;
+
+ g_object_class_override_property (object_class, PROP_VIEW, "view");
+}
+
+static void
+gedit_quick_highlight_plugin_class_finalize (GeditQuickHighlightPluginClass *klass)
+{
+}
+
+static void
+gedit_quick_highlight_plugin_init (GeditQuickHighlightPlugin *plugin)
+{
+ plugin->priv = gedit_quick_highlight_plugin_get_instance_private (plugin);
+}
+
+static void
+gedit_quick_highlight_plugin_activate (GeditViewActivatable *activatable)
+{
+ GeditQuickHighlightPlugin *plugin;
+ GtkTextBuffer *buffer;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (activatable);
+
+ plugin->priv->buffer_handler_id =
+ g_signal_connect (plugin->priv->view,
+ "notify::buffer",
+ G_CALLBACK (gedit_quick_highlight_plugin_notify_buffer_cb),
+ plugin);
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (plugin->priv->view));
+
+ gedit_quick_highlight_plugin_set_buffer (plugin, GEDIT_DOCUMENT (buffer));
+}
+
+static void
+gedit_quick_highlight_plugin_deactivate (GeditViewActivatable *activatable)
+{
+ GeditQuickHighlightPlugin *plugin;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (activatable);
+
+ g_clear_object (&plugin->priv->style);
+ g_clear_object (&plugin->priv->search_context);
+
+ gedit_quick_highlight_plugin_unref_weak_buffer (plugin);
+
+ if (plugin->priv->view != NULL && plugin->priv->buffer_handler_id > 0)
+ {
+ g_signal_handler_disconnect (plugin->priv->view,
+ plugin->priv->buffer_handler_id);
+ plugin->priv->buffer_handler_id = 0;
+ }
+}
+
+static void
+gedit_quick_highlight_plugin_notify_buffer_cb (GObject *object,
+ GParamSpec *pspec,
+ gpointer user_data)
+{
+ GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (user_data);
+ GtkTextBuffer *buffer;
+
+ g_assert (GEDIT_IS_QUICK_HIGHLIGHT_PLUGIN (plugin));
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (plugin->priv->view));
+
+ gedit_quick_highlight_plugin_set_buffer (plugin, GEDIT_DOCUMENT (buffer));
+}
+
+static void
+gedit_view_activatable_iface_init (GeditViewActivatableInterface *iface)
+{
+ iface->activate = gedit_quick_highlight_plugin_activate;
+ iface->deactivate = gedit_quick_highlight_plugin_deactivate;
+}
+
+G_MODULE_EXPORT void
+peas_register_types (PeasObjectModule *module)
+{
+ gedit_quick_highlight_plugin_register_type (G_TYPE_MODULE (module));
+
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_VIEW_ACTIVATABLE,
+ GEDIT_TYPE_QUICK_HIGHLIGHT_PLUGIN);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/quickhighlight/gedit-quick-highlight-plugin.h b/plugins/quickhighlight/gedit-quick-highlight-plugin.h
new file mode 100644
index 0000000..3e668d0
--- /dev/null
+++ b/plugins/quickhighlight/gedit-quick-highlight-plugin.h
@@ -0,0 +1,63 @@
+/*
+ * gedit-quick-highlight-plugin.h
+ *
+ * Copyright (C) 2018 Martin Blanchard
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#ifndef GEDIT_QUICK_HIGHLIGHT_PLUGIN_H
+#define GEDIT_QUICK_HIGHLIGHT_PLUGIN_H
+
+#include <glib.h>
+#include <glib-object.h>
+#include <libpeas/peas-extension-base.h>
+#include <libpeas/peas-object-module.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_QUICK_HIGHLIGHT_PLUGIN (gedit_quick_highlight_plugin_get_type ())
+#define GEDIT_QUICK_HIGHLIGHT_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GEDIT_TYPE_QUICK_HIGHLIGHT_PLUGIN, GeditQuickHighlightPlugin))
+#define GEDIT_QUICK_HIGHLIGHT_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GEDIT_TYPE_QUICK_HIGHLIGHT_PLUGIN, GeditQuickHighlightPluginClass))
+#define GEDIT_IS_QUICK_HIGHLIGHT_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GEDIT_TYPE_QUICK_HIGHLIGHT_PLUGIN))
+#define GEDIT_IS_QUICK_HIGHLIGHT_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GEDIT_TYPE_QUICK_HIGHLIGHT_PLUGIN))
+#define GEDIT_QUICK_HIGHLIGHT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GEDIT_TYPE_QUICK_HIGHLIGHT_PLUGIN, GeditQuickHighlightPluginClass))
+
+typedef struct _GeditQuickHighlightPlugin GeditQuickHighlightPlugin;
+typedef struct _GeditQuickHighlightPluginPrivate GeditQuickHighlightPluginPrivate;
+typedef struct _GeditQuickHighlightPluginClass GeditQuickHighlightPluginClass;
+
+struct _GeditQuickHighlightPlugin
+{
+ PeasExtensionBase parent_instance;
+
+ /* < private > */
+ GeditQuickHighlightPluginPrivate *priv;
+};
+
+struct _GeditQuickHighlightPluginClass
+{
+ PeasExtensionBaseClass parent_class;
+};
+
+GType gedit_quick_highlight_plugin_get_type (void) G_GNUC_CONST;
+
+G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
+
+G_END_DECLS
+
+#endif /* GEDIT_QUICK_HIGHLIGHT_PLUGIN_H */
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/quickhighlight/meson.build b/plugins/quickhighlight/meson.build
new file mode 100644
index 0000000..18fb417
--- /dev/null
+++ b/plugins/quickhighlight/meson.build
@@ -0,0 +1,32 @@
+libquickhighlight_sources = files(
+ 'gedit-quick-highlight-plugin.c',
+)
+
+libquickhighlight_deps = [
+ libgedit_dep,
+]
+
+libquickhighlight_sha = shared_module(
+ 'quickhighlight',
+ sources: libquickhighlight_sources,
+ include_directories: root_include_dir,
+ dependencies: libquickhighlight_deps,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ ),
+ name_suffix: module_suffix,
+)
+
+custom_target(
+ 'quickhighlight.plugin',
+ input: 'quickhighlight.plugin.desktop.in',
+ output: 'quickhighlight.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
diff --git a/plugins/quickhighlight/quickhighlight.plugin.desktop.in b/plugins/quickhighlight/quickhighlight.plugin.desktop.in
new file mode 100644
index 0000000..abb1baf
--- /dev/null
+++ b/plugins/quickhighlight/quickhighlight.plugin.desktop.in
@@ -0,0 +1,8 @@
+[Plugin]
+Module=quickhighlight
+IAge=3
+Name=Quick Highlight
+Description=Highlights every occurrences of selected text.
+Authors=Martin Blanchard <tchaik@gmx.com>
+Copyright=Copyright © 2016 Martin Blanchard
+Website=http://www.gedit.org
diff --git a/plugins/quickopen/meson.build b/plugins/quickopen/meson.build
new file mode 100644
index 0000000..c5a2680
--- /dev/null
+++ b/plugins/quickopen/meson.build
@@ -0,0 +1,19 @@
+install_subdir(
+ 'quickopen',
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
+
+custom_target(
+ 'quickopen.plugin',
+ input: 'quickopen.plugin.desktop.in',
+ output: 'quickopen.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
diff --git a/plugins/quickopen/quickopen.plugin.desktop.in b/plugins/quickopen/quickopen.plugin.desktop.in
new file mode 100644
index 0000000..80fa03b
--- /dev/null
+++ b/plugins/quickopen/quickopen.plugin.desktop.in
@@ -0,0 +1,12 @@
+[Plugin]
+Loader=python3
+Module=quickopen
+IAge=3
+Name=Quick Open
+Description=Quickly open files.
+# TRANSLATORS: Do NOT translate or transliterate this text!
+# This is an icon file name.
+Icon=document-open
+Authors=Jesse van den Kieboom <jessevdk@gnome.org>
+Copyright=Copyright © 2009 Jesse van den Kieboom
+Website=http://www.gedit.org
diff --git a/plugins/quickopen/quickopen/__init__.py b/plugins/quickopen/quickopen/__init__.py
new file mode 100644
index 0000000..3f708a3
--- /dev/null
+++ b/plugins/quickopen/quickopen/__init__.py
@@ -0,0 +1,193 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (C) 2009 - Jesse van den Kieboom
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+import os
+
+import gi
+gi.require_version('Gedit', '3.0')
+gi.require_version('Gtk', '3.0')
+from gi.repository import GObject, Gio, GLib, Gtk, Gedit
+
+from .popup import Popup
+from .virtualdirs import RecentDocumentsDirectory
+from .virtualdirs import CurrentDocumentsDirectory
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class QuickOpenAppActivatable(GObject.Object, Gedit.AppActivatable):
+ app = GObject.Property(type=Gedit.App)
+
+ def __init__(self):
+ GObject.Object.__init__(self)
+
+ def do_activate(self):
+ self.app.add_accelerator("<Primary><Alt>O", "win.quickopen", None)
+
+ self.menu_ext = self.extend_menu("file-section")
+ item = Gio.MenuItem.new(_("Quick Open…"), "win.quickopen")
+ self.menu_ext.prepend_menu_item(item)
+
+ def do_deactivate(self):
+ self.app.remove_accelerator("win.quickopen", None)
+
+
+class QuickOpenPlugin(GObject.Object, Gedit.WindowActivatable):
+ __gtype_name__ = "QuickOpenPlugin"
+
+ window = GObject.Property(type=Gedit.Window)
+
+ def __init__(self):
+ GObject.Object.__init__(self)
+
+ def do_activate(self):
+ self._popup_size = (450, 300)
+ self._popup = None
+
+ action = Gio.SimpleAction(name="quickopen")
+ action.connect('activate', self.on_quick_open_activate)
+ self.window.add_action(action)
+
+ def do_deactivate(self):
+ self.window.remove_action("quickopen")
+
+ def get_popup_size(self):
+ return self._popup_size
+
+ def set_popup_size(self, size):
+ self._popup_size = size
+
+ def _create_popup(self):
+ paths = []
+
+ # Open documents
+ paths.append(CurrentDocumentsDirectory(self.window))
+
+ doc = self.window.get_active_document()
+
+ # Current document directory
+ if doc and doc.get_file().is_local():
+ gfile = doc.get_file().get_location()
+ paths.append(gfile.get_parent())
+
+ # File browser root directory
+ bus = self.window.get_message_bus()
+
+ if bus.is_registered('/plugins/filebrowser', 'get_root'):
+ msg = bus.send_sync('/plugins/filebrowser', 'get_root')
+
+ if msg:
+ gfile = msg.props.location
+
+ if gfile and gfile.is_native():
+ paths.append(gfile)
+
+ # Recent documents
+ paths.append(RecentDocumentsDirectory())
+
+ # Local bookmarks
+ for path in self._local_bookmarks():
+ paths.append(path)
+
+ # Desktop directory
+ desktopdir = self._desktop_dir()
+
+ if desktopdir:
+ paths.append(Gio.file_new_for_path(desktopdir))
+
+ # Home directory
+ paths.append(Gio.file_new_for_path(os.path.expanduser('~')))
+
+ self._popup = Popup(self.window, paths, self.on_activated)
+ self.window.get_group().add_window(self._popup)
+
+ self._popup.set_default_size(*self.get_popup_size())
+ self._popup.set_transient_for(self.window)
+ self._popup.set_position(Gtk.WindowPosition.CENTER_ON_PARENT)
+ self._popup.connect('destroy', self.on_popup_destroy)
+
+ def _local_bookmarks(self):
+ filename = os.path.expanduser('~/.config/gtk-3.0/bookmarks')
+
+ if not os.path.isfile(filename):
+ return []
+
+ paths = []
+
+ for line in open(filename, 'r', encoding='utf-8'):
+ uri = line.strip().split(" ")[0]
+ f = Gio.file_new_for_uri(uri)
+
+ if f.is_native():
+ try:
+ info = f.query_info(Gio.FILE_ATTRIBUTE_STANDARD_TYPE,
+ Gio.FileQueryInfoFlags.NONE,
+ None)
+
+ if info and info.get_file_type() == Gio.FileType.DIRECTORY:
+ paths.append(f)
+ except:
+ pass
+
+ return paths
+
+ def _desktop_dir(self):
+ config = os.getenv('XDG_CONFIG_HOME')
+
+ if not config:
+ config = os.path.expanduser('~/.config')
+
+ config = os.path.join(config, 'user-dirs.dirs')
+ desktopdir = None
+
+ if os.path.isfile(config):
+ for line in open(config, 'r', encoding='utf-8'):
+ line = line.strip()
+
+ if line.startswith('XDG_DESKTOP_DIR'):
+ parts = line.split('=', 1)
+ desktopdir = parts[1].strip('"').strip("'")
+ desktopdir = os.path.expandvars(desktopdir)
+ break
+
+ if not desktopdir:
+ desktopdir = os.path.expanduser('~/Desktop')
+
+ return desktopdir
+
+ # Callbacks
+ def on_quick_open_activate(self, action, parameter, user_data=None):
+ if not self._popup:
+ self._create_popup()
+
+ self._popup.show()
+
+ def on_popup_destroy(self, popup, user_data=None):
+ self.set_popup_size(popup.get_final_size())
+
+ self._popup = None
+
+ def on_activated(self, gfile, user_data=None):
+ Gedit.commands_load_location(self.window, gfile, None, -1, -1)
+ return True
+
+# ex:ts=4:et:
diff --git a/plugins/quickopen/quickopen/popup.py b/plugins/quickopen/quickopen/popup.py
new file mode 100644
index 0000000..2e7cb2f
--- /dev/null
+++ b/plugins/quickopen/quickopen/popup.py
@@ -0,0 +1,618 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (C) 2009 - Jesse van den Kieboom
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+import os
+import platform
+import functools
+import fnmatch
+
+from gi.repository import GLib, Gio, GObject, Pango, Gtk, Gdk, Gedit
+import xml.sax.saxutils
+from .virtualdirs import VirtualDirectory
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class Popup(Gtk.Dialog):
+ __gtype_name__ = "QuickOpenPopup"
+
+ def __init__(self, window, paths, handler):
+ Gtk.Dialog.__init__(self,
+ title=_('Quick Open'),
+ transient_for=window,
+ modal=True,
+ destroy_with_parent=True)
+
+ self.add_button(_("_Cancel"), Gtk.ResponseType.CANCEL)
+ self._open_button = self.add_button(_("_Open"),
+ Gtk.ResponseType.ACCEPT)
+
+ self._handler = handler
+ self._build_ui()
+
+ self._size = (0, 0)
+ self._dirs = []
+ self._cache = {}
+ self._theme = None
+ self._cursor = None
+ self._shift_start = None
+
+ self._busy_cursor = Gdk.Cursor(Gdk.CursorType.WATCH)
+
+ accel_group = Gtk.AccelGroup()
+ accel_group.connect(Gdk.KEY_l,
+ Gdk.ModifierType.CONTROL_MASK,
+ 0,
+ self.on_focus_entry)
+
+ self.add_accel_group(accel_group)
+
+ unique = []
+
+ for path in paths:
+ if not path.get_uri() in unique:
+ self._dirs.append(path)
+ unique.append(path.get_uri())
+
+ self.connect('show', self.on_show)
+
+ def get_final_size(self):
+ return self._size
+
+ def _build_ui(self):
+ self.set_border_width(5)
+ vbox = self.get_content_area()
+ vbox.set_spacing(2)
+ action_area = self.get_action_area()
+ action_area.set_border_width(5)
+ action_area.set_spacing(6)
+
+ self._entry = Gtk.SearchEntry()
+ self._entry.set_placeholder_text(_('Type to search…'))
+
+ self._entry.connect('changed', self.on_changed)
+ self._entry.connect('key-press-event', self.on_key_press_event)
+
+ sw = Gtk.ScrolledWindow()
+ sw.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC)
+ sw.set_shadow_type(Gtk.ShadowType.OUT)
+
+ tv = Gtk.TreeView()
+ tv.set_headers_visible(False)
+
+ self._store = Gtk.ListStore(Gio.Icon,
+ str,
+ GObject.Object,
+ Gio.FileType)
+ tv.set_model(self._store)
+
+ self._treeview = tv
+ tv.connect('row-activated', self.on_row_activated)
+
+ column = Gtk.TreeViewColumn()
+
+ renderer = Gtk.CellRendererPixbuf()
+ column.pack_start(renderer, False)
+ column.add_attribute(renderer, "gicon", 0)
+
+ renderer = Gtk.CellRendererText()
+ column.pack_start(renderer, True)
+ column.add_attribute(renderer, "markup", 1)
+
+ column.set_cell_data_func(renderer, self.on_cell_data_cb, None)
+
+ tv.append_column(column)
+ sw.add(tv)
+
+ selection = tv.get_selection()
+ selection.connect('changed', self.on_selection_changed)
+ selection.set_mode(Gtk.SelectionMode.MULTIPLE)
+
+ vbox.pack_start(self._entry, False, False, 0)
+ vbox.pack_start(sw, True, True, 0)
+
+ lbl = Gtk.Label()
+ lbl.set_halign(Gtk.Align.START)
+ lbl.set_ellipsize(Pango.EllipsizeMode.MIDDLE)
+ self._info_label = lbl
+
+ vbox.pack_start(lbl, False, False, 0)
+
+ # Initial selection
+ self.on_selection_changed(tv.get_selection())
+ vbox.show_all()
+
+ def on_cell_data_cb(self, column, cell, model, piter, user_data):
+ path = model.get_path(piter)
+
+ if self._cursor and path == self._cursor.get_path():
+ style = self._treeview.get_style()
+ bg = style.bg[Gtk.StateType.PRELIGHT]
+
+ cell.set_property('cell-background-gdk', bg)
+ cell.set_property('style', Pango.Style.ITALIC)
+ else:
+ cell.set_property('cell-background-set', False)
+ cell.set_property('style-set', False)
+
+ def _is_text(self, entry):
+ content_type = entry.get_content_type()
+
+ if content_type is None or Gio.content_type_is_unknown(content_type):
+ return True
+
+ if platform.system() != 'Windows':
+ if (Gio.content_type_is_a(content_type, 'text/plain') or
+ Gio.content_type_equals(content_type, 'application/x-zerosize')):
+ return True
+ else:
+ if Gio.content_type_is_a(content_type, 'text'):
+ return True
+
+ # This covers a rare case in which on Windows the PerceivedType
+ # is not set to "text" but the Content Type is set to text/plain
+ if Gio.content_type_get_mime_type(content_type) == 'text/plain':
+ return True
+
+ return False
+
+ def _list_dir(self, gfile):
+ entries = []
+
+ try:
+ ret = gfile.enumerate_children("standard::*",
+ Gio.FileQueryInfoFlags.NONE,
+ None)
+ except GLib.Error as e:
+ pass
+
+ if isinstance(ret, Gio.FileEnumerator):
+ while True:
+ entry = ret.next_file(None)
+
+ if not entry:
+ break
+
+ if not entry.get_is_backup():
+ entries.append((gfile.get_child(entry.get_name()), entry))
+ else:
+ entries = ret
+
+ children = []
+
+ for entry in entries:
+ file_type = entry[1].get_file_type()
+
+ if file_type == Gio.FileType.REGULAR:
+ if not self._is_text(entry[1]):
+ continue
+
+ children.append((entry[0],
+ entry[1].get_name(),
+ file_type,
+ entry[1].get_icon()))
+
+ return children
+
+ def _compare_entries(self, a, b, lpart):
+ if lpart in a:
+ if lpart in b:
+ if a.index(lpart) < b.index(lpart):
+ return -1
+ elif a.index(lpart) > b.index(lpart):
+ return 1
+ else:
+ return 0
+ else:
+ return -1
+ elif lpart in b:
+ return 1
+ else:
+ return 0
+
+ def _match_glob(self, s, glob):
+ if glob:
+ glob += '*'
+
+ return fnmatch.fnmatch(s, glob)
+
+ def do_search_dir(self, parts, d):
+ if not parts or not d:
+ return []
+
+ if d in self._cache:
+ entries = self._cache[d]
+ else:
+ entries = self._list_dir(d)
+ entries.sort(key=lambda x: x[1].lower())
+ self._cache[d] = entries
+
+ found = []
+ newdirs = []
+
+ lpart = parts[0].lower()
+
+ for entry in entries:
+ if not entry:
+ continue
+
+ lentry = entry[1].lower()
+
+ if not lpart or lpart in lentry or self._match_glob(lentry, lpart):
+ if entry[2] == Gio.FileType.DIRECTORY:
+ if len(parts) > 1:
+ newdirs.append(entry[0])
+ else:
+ found.append(entry)
+ elif entry[2] == Gio.FileType.REGULAR and \
+ (not lpart or len(parts) == 1):
+ found.append(entry)
+
+ found.sort(key=functools.cmp_to_key(lambda a, b: self._compare_entries(a[1].lower(), b[1].lower(), lpart)))
+
+ if lpart == '..':
+ newdirs.append(d.get_parent())
+
+ for dd in newdirs:
+ found.extend(self.do_search_dir(parts[1:], dd))
+
+ return found
+
+ def _replace_insensitive(self, s, find, rep):
+ out = ''
+ l = s.lower()
+ find = find.lower()
+ last = 0
+
+ if len(find) == 0:
+ return xml.sax.saxutils.escape(s)
+
+ while True:
+ m = l.find(find, last)
+
+ if m == -1:
+ break
+ else:
+ out += xml.sax.saxutils.escape(s[last:m]) + rep % (xml.sax.saxutils.escape(s[m:m + len(find)]),)
+ last = m + len(find)
+
+ return out + xml.sax.saxutils.escape(s[last:])
+
+ def make_markup(self, parts, path):
+ out = []
+
+ for i in range(0, len(parts)):
+ out.append(self._replace_insensitive(path[i], parts[i], "<b>%s</b>"))
+
+ return os.sep.join(out)
+
+ def _get_icon(self, f):
+ query = f.query_info(Gio.FILE_ATTRIBUTE_STANDARD_ICON,
+ Gio.FileQueryInfoFlags.NONE,
+ None)
+
+ if not query:
+ return None
+ else:
+ return query.get_icon()
+
+ def _make_parts(self, parent, child, pp):
+ parts = []
+
+ # We went from parent, to child, using pp
+ idx = len(pp) - 1
+
+ while idx >= 0:
+ if pp[idx] == '..':
+ parts.insert(0, '..')
+ else:
+ parts.insert(0, child.get_basename())
+ child = child.get_parent()
+
+ idx -= 1
+
+ return parts
+
+ def normalize_relative(self, parts):
+ if not parts:
+ return []
+
+ out = self.normalize_relative(parts[:-1])
+
+ if parts[-1] == '..':
+ if not out or (out[-1] == '..') or len(out) == 1:
+ out.append('..')
+ else:
+ del out[-1]
+ else:
+ out.append(parts[-1])
+
+ return out
+
+ def _append_to_store(self, item):
+ uri = item[2].get_uri()
+
+ if uri not in self._stored_items:
+ self._store.append(item)
+ self._stored_items.add(uri)
+
+ def _clear_store(self):
+ self._store.clear()
+ self._stored_items = set()
+
+ def _show_virtuals(self):
+ for d in self._dirs:
+ if isinstance(d, VirtualDirectory):
+ for entry in d.enumerate_children("standard::*", 0, None):
+ self._append_to_store((entry[1].get_icon(),
+ xml.sax.saxutils.escape(entry[1].get_name()),
+ entry[0],
+ entry[1].get_file_type()))
+
+ def _set_busy(self, busy):
+ if busy:
+ self.get_window().set_cursor(self._busy_cursor)
+ else:
+ self.get_window().set_cursor(None)
+ Gdk.flush()
+
+ def _remove_cursor(self):
+ if self._cursor:
+ path = self._cursor.get_path()
+ self._cursor = None
+
+ self._store.row_changed(path, self._store.get_iter(path))
+
+ def do_search(self):
+ self._set_busy(True)
+ self._remove_cursor()
+
+ text = self._entry.get_text().strip()
+ self._clear_store()
+
+ if text == '':
+ self._show_virtuals()
+ else:
+ parts = self.normalize_relative(text.split(os.sep))
+ files = []
+
+ for d in self._dirs:
+ for entry in self.do_search_dir(parts, d):
+ pathparts = self._make_parts(d, entry[0], parts)
+ self._append_to_store((entry[3],
+ self.make_markup(parts, pathparts),
+ entry[0],
+ entry[2]))
+
+ piter = self._store.get_iter_first()
+ if piter:
+ path = self._store.get_path(piter)
+ self._treeview.get_selection().select_path(path)
+
+ self._set_busy(False)
+
+ # FIXME: override doesn't work anymore for some reason, if we override
+ # the widget is not realized
+ def on_show(self, data=None):
+ # Gtk.Window.do_show(self)
+
+ self._entry.grab_focus()
+ self._entry.set_text("")
+
+ self.do_search()
+
+ def on_changed(self, editable):
+ self.do_search()
+ self.on_selection_changed(self._treeview.get_selection())
+
+ def _shift_extend(self, towhere):
+ selection = self._treeview.get_selection()
+
+ if not self._shift_start:
+ model, rows = selection.get_selected_rows()
+ start = rows[0]
+
+ self._shift_start = Gtk.TreeRowReference.new(self._store, start)
+ else:
+ start = self._shift_start.get_path()
+
+ selection.unselect_all()
+ selection.select_range(start, towhere)
+
+ def _select_index(self, idx, hasctrl, hasshift):
+ path = (idx,)
+
+ if not (hasctrl or hasshift):
+ self._treeview.get_selection().unselect_all()
+
+ if hasshift:
+ self._shift_extend(path)
+ else:
+ self._shift_start = None
+
+ if not hasctrl:
+ self._treeview.get_selection().select_path(path)
+
+ self._treeview.scroll_to_cell(path, None, True, 0.5, 0)
+ self._remove_cursor()
+
+ if hasctrl or hasshift:
+ self._cursor = Gtk.TreeRowReference(self._store, path)
+
+ piter = self._store.get_iter(path)
+ self._store.row_changed(path, piter)
+
+ def _move_selection(self, howmany, hasctrl, hasshift):
+ num = self._store.iter_n_children(None)
+
+ if num == 0:
+ return True
+
+ # Test for cursor
+ path = None
+
+ if self._cursor:
+ path = self._cursor.get_path()
+ else:
+ model, rows = self._treeview.get_selection().get_selected_rows()
+
+ if len(rows) == 1:
+ path = rows[0]
+
+ if not path:
+ if howmany > 0:
+ self._select_index(0, hasctrl, hasshift)
+ else:
+ self._select_index(num - 1, hasctrl, hasshift)
+ else:
+ idx = path.get_indices()[0]
+
+ if idx + howmany < 0:
+ self._select_index(0, hasctrl, hasshift)
+ elif idx + howmany >= num:
+ self._select_index(num - 1, hasctrl, hasshift)
+ else:
+ self._select_index(idx + howmany, hasctrl, hasshift)
+
+ return True
+
+ def _direct_file(self):
+ uri = self._entry.get_text()
+ gfile = Gio.file_new_for_uri(uri)
+
+ if Gedit.utils_is_valid_location(gfile) or \
+ (os.path.isabs(uri) and gfile.query_exists()):
+ return gfile
+ else:
+ return None
+
+ def _activate(self):
+ model, rows = self._treeview.get_selection().get_selected_rows()
+ ret = True
+
+ for row in rows:
+ s = model.get_iter(row)
+ info = model.get(s, 2, 3)
+
+ if info[1] != Gio.FileType.DIRECTORY:
+ ret = ret and self._handler(info[0])
+ else:
+ text = self._entry.get_text()
+
+ for i in range(len(text) - 1, -1, -1):
+ if text[i] == os.sep:
+ break
+
+ self._entry.set_text(os.path.join(text[:i], os.path.basename(info[0].get_uri())) + os.sep)
+ self._entry.set_position(-1)
+ self._entry.grab_focus()
+ return True
+
+ if rows and ret:
+ # We destroy the popup in an idle callback to work around a crash that happens with
+ # GTK_IM_MODULE=xim. See https://bugzilla.gnome.org/show_bug.cgi?id=737711 .
+ GLib.idle_add(self.destroy)
+
+ if not rows:
+ gfile = self._direct_file()
+
+ if gfile and self._handler(gfile):
+ GLib.idle_add(self.destroy)
+ else:
+ ret = False
+ else:
+ ret = False
+
+ return ret
+
+ def toggle_cursor(self):
+ if not self._cursor:
+ return
+
+ path = self._cursor.get_path()
+ selection = self._treeview.get_selection()
+
+ if selection.path_is_selected(path):
+ selection.unselect_path(path)
+ else:
+ selection.select_path(path)
+
+ def on_key_press_event(self, widget, event):
+ move_mapping = {
+ Gdk.KEY_Down: 1,
+ Gdk.KEY_Up: -1,
+ Gdk.KEY_Page_Down: 5,
+ Gdk.KEY_Page_Up: -5
+ }
+
+ if event.keyval == Gdk.KEY_Escape:
+ self.destroy()
+ return True
+ elif event.keyval in move_mapping:
+ return self._move_selection(move_mapping[event.keyval], event.state & Gdk.ModifierType.CONTROL_MASK, event.state & Gdk.ModifierType.SHIFT_MASK)
+ elif event.keyval in [Gdk.KEY_Return, Gdk.KEY_KP_Enter, Gdk.KEY_Tab, Gdk.KEY_ISO_Left_Tab]:
+ return self._activate()
+ elif event.keyval == Gdk.KEY_space and event.state & Gdk.ModifierType.CONTROL_MASK:
+ self.toggle_cursor()
+
+ return False
+
+ def on_row_activated(self, view, path, column):
+ self._activate()
+
+ def do_response(self, response):
+ if response != Gtk.ResponseType.ACCEPT or not self._activate():
+ self.destroy()
+
+ def do_configure_event(self, event):
+ if self.get_realized():
+ alloc = self.get_allocation()
+ self._size = (alloc.width, alloc.height)
+
+ return Gtk.Dialog.do_configure_event(self, event)
+
+ def on_selection_changed(self, selection):
+ model, rows = selection.get_selected_rows()
+
+ gfile = None
+ fname = None
+
+ if not rows:
+ gfile = self._direct_file()
+ elif len(rows) == 1:
+ gfile = model.get(model.get_iter(rows[0]), 2)[0]
+ else:
+ fname = ''
+
+ if gfile:
+ if gfile.is_native():
+ fname = xml.sax.saxutils.escape(gfile.get_path())
+ else:
+ fname = xml.sax.saxutils.escape(gfile.get_uri())
+
+ self._open_button.set_sensitive(fname is not None)
+ self._info_label.set_markup(fname or '')
+
+ def on_focus_entry(self, group, accel, keyval, modifier):
+ self._entry.grab_focus()
+
+# ex:ts=4:et:
diff --git a/plugins/quickopen/quickopen/virtualdirs.py b/plugins/quickopen/quickopen/virtualdirs.py
new file mode 100644
index 0000000..531ab33
--- /dev/null
+++ b/plugins/quickopen/quickopen/virtualdirs.py
@@ -0,0 +1,87 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (C) 2009 - Jesse van den Kieboom
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+from gi.repository import GLib, Gio, Gtk
+
+
+class VirtualDirectory(object):
+ def __init__(self, name):
+ self._name = name
+ self._children = []
+
+ def get_uri(self):
+ return 'virtual://' + self._name
+
+ def get_parent(self):
+ return None
+
+ def enumerate_children(self, attr, flags, callback):
+ return self._children
+
+ def append(self, child):
+ if not child.is_native():
+ return
+
+ try:
+ info = child.query_info("standard::*",
+ Gio.FileQueryInfoFlags.NONE,
+ None)
+
+ if info:
+ self._children.append((child, info))
+ except Exception as e:
+ pass
+
+
+class RecentDocumentsDirectory(VirtualDirectory):
+ def __init__(self, maxitems=200):
+ VirtualDirectory.__init__(self, 'recent')
+
+ self._maxitems = maxitems
+ self.fill()
+
+ def fill(self):
+ manager = Gtk.RecentManager.get_default()
+
+ items = manager.get_items()
+ items.sort(key=lambda a: a.get_visited(), reverse=True)
+
+ added = 0
+
+ for item in items:
+ if item.has_application(GLib.get_application_name()):
+ self.append(Gio.file_new_for_uri(item.get_uri()))
+ added += 1
+
+ if added >= self._maxitems:
+ break
+
+
+class CurrentDocumentsDirectory(VirtualDirectory):
+ def __init__(self, window):
+ VirtualDirectory.__init__(self, 'documents')
+
+ self.fill(window)
+
+ def fill(self, window):
+ for doc in window.get_documents():
+ location = doc.get_file().get_location()
+
+ if location:
+ self.append(location)
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/data/c.xml b/plugins/snippets/data/c.xml
new file mode 100644
index 0000000..f46ceed
--- /dev/null
+++ b/plugins/snippets/data/c.xml
@@ -0,0 +1,281 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="C">
+ <snippet id="gpl">
+ <text><![CDATA[/*
+ * ${1:[$GEDIT_CURRENT_DOCUMENT_NAME,<filename>]}
+ * This file is part of ${2:<program name>}
+ *
+ * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4:
+import pwd, os
+try:
+ return pwd.getpwuid(os.getuid()).pw_gecos.split(',')[0]
+except KeyError:
+ return '<author\>' >
+ *
+ * ${2} is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * ${2} is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with ${2}. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+$0]]></text>
+ <tag>gpl</tag>
+ <description>GPL License</description>
+ </snippet>
+ <snippet id="lgpl">
+ <text><![CDATA[/*
+ * ${1:[$GEDIT_CURRENT_DOCUMENT_NAME,<filename>]}
+ * This file is part of ${2:<library name>}
+ *
+ * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4:
+import pwd, os
+try:
+ return pwd.getpwuid(os.getuid()).pw_gecos.split(',')[0]
+except KeyError:
+ return '<author\>' >
+ *
+ * ${2} is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * ${2} is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with ${2}. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+$0]]></text>
+ <tag>lgpl</tag>
+ <description>LGPL License</description>
+ </snippet>
+ <snippet id="do">
+ <text><![CDATA[do
+{
+ $0
+} while ($1);]]></text>
+ <tag>do</tag>
+ <description>do .. while</description>
+ </snippet>
+ <snippet id="for">
+ <text><![CDATA[for (${1:i} = ${2:0}; ${1:i} < ${3:count}; ${1:i} += ${4:1})
+{
+ $0
+}]]></text>
+ <tag>for</tag>
+ <description>for loop</description>
+ </snippet>
+ <snippet id="while">
+ <text><![CDATA[while (${1:condition})
+{
+ $0
+}]]></text>
+ <tag>while</tag>
+ <description>while loop</description>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if (${1:condition})
+{
+ $0
+}]]></text>
+ <tag>if</tag>
+ <description>if</description>
+ </snippet>
+ <snippet id="elif">
+ <text><![CDATA[else if (${1:condition})
+{
+ $0
+}]]></text>
+ <tag>elif</tag>
+ <description>else if</description>
+ </snippet>
+ <snippet id="else">
+ <text><![CDATA[else
+{
+ $0
+}]]></text>
+ <tag>else</tag>
+ <description>else</description>
+ </snippet>
+ <snippet id="Inc">
+ <text><![CDATA[#include <${1:file}.h>
+$0]]></text>
+ <tag>Inc</tag>
+ <description>#include &lt;..&gt;</description>
+ </snippet>
+ <snippet id="inc">
+ <text><![CDATA[#include "${1:file}.h"
+$0]]></text>
+ <tag>inc</tag>
+ <description>#include ".."</description>
+ </snippet>
+ <snippet id="main">
+ <text><![CDATA[int
+main (int argc, char *argv[])
+{
+ $0
+ return 0;
+}]]></text>
+ <tag>main</tag>
+ <description>main</description>
+ </snippet>
+ <snippet id="struct">
+ <text><![CDATA[struct ${1:name}
+{
+ ${0:/* data */}
+};]]></text>
+ <tag>struct</tag>
+ <description>struct</description>
+ </snippet>
+ <snippet id="endif">
+ <text><![CDATA[#endif
+$0]]></text>
+ <description>#endif</description>
+ <accelerator><![CDATA[<Control><Alt>period]]></accelerator>
+ </snippet>
+ <snippet id="td">
+ <text><![CDATA[typedef ${1:newtype} ${2:type};
+$0]]></text>
+ <tag>td</tag>
+ <description>typedef</description>
+ </snippet>
+ <snippet id="gobject">
+ <text><![CDATA[#include "$1.h"
+$<
+global camel_str,low_str, type_str, is_str, up_str
+components = $1.split('-')
+low_str = '_'.join(components).lower()
+up_str = '_'.join(components).upper()
+type_str = '_'.join([components[0], 'TYPE'] + components[1:]).upper()
+is_str = '_'.join([components[0], 'IS'] + components[1:]).upper()
+camel_str = ''
+
+for t in components:
+ camel_str += t.capitalize()
+>
+
+typedef struct _$<[1]: return camel_str >Private
+{
+} $<[1]: return camel_str >Private;
+
+G_DEFINE_TYPE_WITH_PRIVATE ($<[1]: return camel_str >, $<[1]: return low_str >, ${2:G_TYPE_OBJECT})
+
+static void
+$<[1]: return low_str>_finalize (GObject *object)
+{
+ G_OBJECT_CLASS ($<[1]: return low_str >_parent_class)->finalize (object);
+}
+
+static void
+$<[1]: return low_str >_class_init ($<[1]: return camel_str >Class *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->finalize = $<[1]: return low_str >_finalize;
+}
+
+static void
+$<[1]: return low_str >_init ($<[1]: return camel_str> *self)
+{
+}
+
+$<[1]: return camel_str > *
+$<[1]: return low_str >_new ()
+{
+ return g_object_new ($<[1]: return type_str >, NULL);
+}]]></text>
+ <tag>gobject</tag>
+ <description>GObject template</description>
+ </snippet>
+ <snippet id="ginterface">
+ <text><![CDATA[#include "$1.h"
+$<
+global camel_str,low_str,up_str
+components = $1.split('-')
+low_str = '_'.join(components).lower()
+up_str = '_'.join(components).upper()
+camel_str = ''
+
+for t in components:
+ camel_str += t.capitalize()
+>
+G_DEFINE_INTERFACE ($<[1]: return camel_str >, $<[1]: return low_str >, ${2:G_TYPE_OBJECT})
+
+/* Default implementation */
+static const gchar *
+$<[1]: return low_str>_example_method_default ($<[1]: return camel_str > *self)
+{
+ g_return_val_if_reached (NULL);
+}
+
+static void
+$<[1]: return low_str>_init ($<[1]: return camel_str >Iface *iface)
+{
+ static gboolean initialized = FALSE;
+
+ iface->example_method = $<[1]: return low_str>_example_method_default;
+
+ if (!initialized)
+ {
+ initialized = TRUE;
+ }
+}
+
+/*
+ * This is an method example for an interface
+ */
+const gchar *
+$<[1]: return low_str>_example_method ($<[1]: return camel_str > *self)
+{
+ g_return_val_if_fail ($<[1]: return up_str> (self), NULL);
+ return $<[1]: return up_str>_GET_INTERFACE (self)->example_method (self);
+}]]></text>
+ <tag>ginterface</tag>
+ <description>GObject interface</description>
+ </snippet>
+ <snippet>
+ <text><![CDATA[#include "$1.h"
+$<
+global camel_str,low_str, type_str, is_str, up_str
+components = $1.split('-')
+low_str = '_'.join(components).lower()
+up_str = '_'.join(components).upper()
+type_str = '_'.join([components[0], 'TYPE'] + components[1:]).upper()
+camel_str = ''
+
+for t in components:
+ camel_str += t.capitalize()
+>
+
+struct _$<[1]: return camel_str >
+{
+};
+
+G_DEFINE_BOXED_TYPE ($<[1]: return camel_str >, $<[1]: return low_str >, $<[1]: return low_str >_${2:copy}, $<[1]: return low_str >_${3:free})
+
+$<[1]: return camel_str > *
+$<[1]: return low_str >_${2:copy} ($<[1]: return camel_str > *${4:boxed_name})
+{
+
+}
+
+void
+$<[1]: return low_str >_${3:free} ($<[1]: return camel_str > *${4:boxed_name})
+{
+
+}]]></text>
+ <tag>gboxed</tag>
+ <description>GBoxed template</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/chdr.xml b/plugins/snippets/data/chdr.xml
new file mode 100644
index 0000000..2ce94d7
--- /dev/null
+++ b/plugins/snippets/data/chdr.xml
@@ -0,0 +1,258 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="chdr">
+ <snippet id="once">
+ <text><![CDATA[#ifndef ${1:NAME}_H
+#define $1_H
+
+$0
+
+#endif /* $1_H */
+]]></text>
+ <description>Header Include-Guard</description>
+ <tag>once</tag>
+ </snippet>
+ <snippet id="inc">
+ <text><![CDATA[#include "${1:file}"
+$0]]></text>
+ <description>#include ".."</description>
+ <tag>inc</tag>
+ </snippet>
+ <snippet id="Inc">
+ <text><![CDATA[#include <${1:file}>
+$0]]></text>
+ <description>#include &lt;..&gt;</description>
+ <tag>Inc</tag>
+ </snippet>
+ <snippet id="namespace">
+ <text><![CDATA[namespace ${1:ns}
+{
+ $0
+};
+]]></text>
+ <description>namespace ..</description>
+ <tag>namespace</tag>
+ </snippet>
+ <snippet id="gpl">
+ <text><![CDATA[/*
+ * ${1:[$GEDIT_CURRENT_DOCUMENT_NAME,<filename>]}
+ * This file is part of ${2:<program name>}
+ *
+ * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4:
+import pwd, os
+try:
+ return pwd.getpwuid(os.getuid()).pw_gecos.split(',')[0]
+except KeyError:
+ return '<author\>' >
+ *
+ * ${2} is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * ${2} is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with ${2}. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+$0]]></text>
+ <tag>gpl</tag>
+ <description>GPL License</description>
+ </snippet>
+ <snippet id="lgpl">
+ <text><![CDATA[/*
+ * ${1:[$GEDIT_CURRENT_DOCUMENT_NAME,<filename>]}
+ * This file is part of ${2:<library name>}
+ *
+ * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4:
+import pwd, os
+try:
+ return pwd.getpwuid(os.getuid()).pw_gecos.split(',')[0]
+except KeyError:
+ return '<author\>' >
+ *
+ * ${2} is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * ${2} is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with ${2}. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+$0]]></text>
+ <tag>lgpl</tag>
+ <description>LGPL License</description>
+ </snippet>
+ <snippet id="td">
+ <text><![CDATA[typedef ${1:newtype} ${2:type};
+$0]]></text>
+ <tag>td</tag>
+ <description>typedef</description>
+ </snippet>
+ <snippet id="class">
+ <text><![CDATA[class ${1:name}
+{
+ public:
+ ${1:name} (${2:arguments});
+ virtual ~${1:name} ();
+
+ private:
+ ${0:/* data */}
+};]]></text>
+ <description>class ..</description>
+ <tag>class</tag>
+ </snippet>
+ <snippet id="struct">
+ <text><![CDATA[struct ${1:name}
+{
+ ${0:/* data */}
+};]]></text>
+ <tag>struct</tag>
+ <description>struct</description>
+ </snippet>
+ <snippet id="template">
+ <text><![CDATA[template <typename ${1:_InputIter}>]]></text>
+ <description>template &lt;typename ..&gt;</description>
+ <tag>template</tag>
+ </snippet>
+ <snippet id="gobject">
+ <text><![CDATA[#ifndef ${1:NAME}_H
+#define $1_H
+$<
+global camel_str, module, name, type_str
+components = $1.split('_')
+module = components[0].upper()
+name = '_'.join(components[1:]).upper()
+type_str = '_'.join([components[0], 'TYPE'] + components[1:]).upper()
+camel_str = ''
+
+for t in components:
+ camel_str += t.capitalize()
+>
+#include <${2:glib-object.h}>
+
+G_BEGIN_DECLS
+
+#define $<[1]: return type_str > ($<[1]: return $1.lower() >_get_type ())
+G_DECLARE_DERIVABLE_TYPE ($<[1]: return camel_str >, $<[1]: return $1.lower() >, $<[1]: return module >, $<[1]: return name >, ${3:GObject})
+
+struct _$<[1]: return camel_str >Class
+{
+ $3Class parent_class;
+};
+
+$<[1]: return camel_str > *$< return $1.lower()>_new (void);
+
+$0
+G_END_DECLS
+
+#endif /* $1_H */]]></text>
+ <tag>gobject</tag>
+ <description>GObject template</description>
+ </snippet>
+ <snippet id="ginterface">
+ <text><![CDATA[#ifndef ${1:NAME}_H
+#define $1_H
+
+#include <${2:glib-object.h}>
+
+G_BEGIN_DECLS
+
+$<
+global camel_str
+components = $1.split('_')
+type_str = '_'.join([components[0], 'TYPE'] + components[1:])
+is_str = '_'.join([components[0], 'IS'] + components[1:])
+camel_str = ''
+
+for t in components:
+ camel_str += t.capitalize()
+
+items = [ \
+['#define ' + type_str, '(' + $1.lower() + '_get_type ())'], \
+['#define ' + $1 + '(obj)', '(G_TYPE_CHECK_INSTANCE_CAST ((obj), ' + type_str + ', ' + camel_str + '))'], \
+['#define ' + is_str + '(obj)', '(G_TYPE_CHECK_INSTANCE_TYPE ((obj), ' + type_str + '))'], \
+['#define ' + $1 + '_GET_INTERFACE(obj)', '(G_TYPE_INSTANCE_GET_INTERFACE ((obj), ' + type_str + ', ' + camel_str + 'Iface))']
+]
+
+return align(items) >
+
+$<[1]:
+items = [ \
+['typedef struct _' + camel_str, camel_str + ';'], \
+['typedef struct _' + camel_str + 'Iface', camel_str + 'Iface;'], \
+]
+
+return align(items) >
+
+struct _$<[1]: return camel_str >Iface
+{
+ ${7:GTypeInterface} parent;
+
+ const gchar * (*example_method) ($<[1]: return camel_str > *self);
+};
+
+GType $< return $1.lower() + '_get_type' > (void) G_GNUC_CONST;
+
+const gchar *$< return $1.lower()>_example_method ($<[1]: return camel_str > *self);
+$0
+G_END_DECLS
+
+#endif /* $1_H */]]></text>
+ <tag>ginterface</tag>
+ <description>GObject interface</description>
+ </snippet>
+ <snippet>
+ <text><![CDATA[#ifndef ${1:NAME}_H
+#define $1_H
+
+#include <${2:glib-object.h}>
+
+G_BEGIN_DECLS
+
+$<
+global camel_str
+components = $1.split('_')
+type_str = '_'.join([components[0], 'TYPE'] + components[1:])
+is_str = '_'.join([components[0], 'IS'] + components[1:])
+camel_str = ''
+
+for t in components:
+ camel_str += t.capitalize()
+
+items = [ \
+['#define ' + type_str, '(' + $1.lower() + '_get_type ())'], \
+['#define ' + $1 + '(obj)', '((' + camel_str + ' *)obj)'], \
+['#define ' + $1 + '_CONST(obj)', '((' + camel_str + ' const *)obj)'], \
+]
+
+return align(items) >
+
+$<[1]:
+items = [ \
+['typedef struct _' + camel_str, camel_str + ';'], \
+]
+
+return align(items) >
+
+GType $< return $1.lower() + '_get_type' > (void) G_GNUC_CONST;
+$<[1]: return camel_str > *$< return $1.lower()>_${3:copy} ($<[1]: return camel_str > *${4:boxed_name});
+void $< return $1.lower()>_${5:free} ($<[1]: return camel_str > *${4:boxed_name});
+
+$0
+G_END_DECLS
+
+#endif /* $1_H */]]></text>
+ <tag>gboxed</tag>
+ <description>GBoxed template</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/cpp.xml b/plugins/snippets/data/cpp.xml
new file mode 100644
index 0000000..1d4c31c
--- /dev/null
+++ b/plugins/snippets/data/cpp.xml
@@ -0,0 +1,180 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="cpp">
+ <snippet id="main">
+ <text><![CDATA[int main (int argc, char const* argv[])
+{
+ $0
+ return 0;
+}]]></text>
+ <description>main</description>
+ <tag>main</tag>
+ </snippet>
+ <snippet id="for">
+ <text><![CDATA[for (${1:unsigned int} ${2:i} = ${3:0}; ${2:i} < ${4:count}; ${2:i} += ${5:1})
+{
+ $0
+}]]></text>
+ <description>for loop</description>
+ <tag>for</tag>
+ </snippet>
+ <snippet id="beginend">
+ <text><![CDATA[${1:v}.begin(), ${1:v}.end()]]></text>
+ <description>$1.begin</description>
+ <tag>beginend</tag>
+ </snippet>
+ <snippet id="do">
+ <text><![CDATA[do
+{
+ $0
+} while ($1 );]]></text>
+ <description>do .. while</description>
+ <tag>do</tag>
+ </snippet>
+ <snippet id="endif">
+ <text><![CDATA[#endif
+$0]]></text>
+ <accelerator><![CDATA[<Control><Alt>period]]></accelerator>
+ <description>#endif</description>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if (${1:condition})
+{
+ $0
+}]]></text>
+ <description>if ..</description>
+ <tag>if</tag>
+ </snippet>
+ <snippet id="inc">
+ <text><![CDATA[#include "${1:file}"
+$0]]></text>
+ <description>#include ".."</description>
+ <tag>inc</tag>
+ </snippet>
+ <snippet id="Inc">
+ <text><![CDATA[#include <${1:file}>
+$0]]></text>
+ <description>#include &lt;..&gt;</description>
+ <tag>Inc</tag>
+ </snippet>
+ <snippet id="namespace">
+ <text><![CDATA[namespace ${1:ns}
+{
+ $0
+};
+]]></text>
+ <description>namespace ..</description>
+ <tag>namespace</tag>
+ </snippet>
+ <snippet id="readfile">
+ <text><![CDATA[std::vector<uint8_t> v;
+if (FILE* fp = fopen (${1:"filename"}, "r"))
+{
+ uint8_t buf[1024];
+ while (size_t len = fread (buf, 1, sizeof (buf), fp))
+ v.insert (v.end(), buf, buf + len);
+ fclose(fp);
+}
+$0]]></text>
+ <description>Read File Into Vector</description>
+ <tag>readfile</tag>
+ </snippet>
+ <snippet id="map">
+ <text><![CDATA[std::map<${1:key}, ${2:value}> ${3:map};
+$0]]></text>
+ <description>std::map</description>
+ <tag>map</tag>
+ </snippet>
+ <snippet id="vector">
+ <text><![CDATA[std::vector<${1:char}> ${2:v};
+$0]]></text>
+ <description>std::vector</description>
+ <tag>vector</tag>
+ </snippet>
+ <snippet id="struct">
+ <text><![CDATA[struct ${1:name}
+{
+ ${0:/* data */}
+};]]></text>
+ <description>struct ..</description>
+ <tag>struct</tag>
+ </snippet>
+ <snippet id="template">
+ <text><![CDATA[template <typename ${1:_InputIter}>]]></text>
+ <description>template &lt;typename ..&gt;</description>
+ <tag>template</tag>
+ </snippet>
+ <snippet id="gpl">
+ <text><![CDATA[/*
+ * ${1:[$GEDIT_CURRENT_DOCUMENT_NAME,<filename>]}
+ * This file is part of ${2:<program name>}
+ *
+ * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4:
+import pwd, os
+try:
+ return pwd.getpwuid(os.getuid()).pw_gecos.split(',')[0]
+except KeyError:
+ return '<author\>' >
+ *
+ * ${2} is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * ${2} is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with ${2}. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+ $0]]></text>
+ <tag>gpl</tag>
+ <description>GPL License</description>
+ </snippet>
+ <snippet id="lgpl">
+ <text><![CDATA[/*
+ * ${1:[$GEDIT_CURRENT_DOCUMENT_NAME,<filename>]}
+ * This file is part of ${2:<library name>}
+ *
+ * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4:
+import pwd, os
+try:
+ return pwd.getpwuid(os.getuid()).pw_gecos.split(',')[0]
+except KeyError:
+ return '<author\>' >
+ *
+ * ${2} is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * ${2} is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with ${2}. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+ $0]]></text>
+ <tag>lgpl</tag>
+ <description>LGPL License</description>
+ </snippet>
+ <snippet id="td">
+ <text><![CDATA[typedef ${1:newtype} ${2:type};
+$0]]></text>
+ <tag>td</tag>
+ <description>typedef</description>
+ </snippet>
+ <snippet id="while">
+ <text><![CDATA[while ($1)
+{
+ $0
+}]]></text>
+ <tag>while</tag>
+ <description>while</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/css.xml b/plugins/snippets/data/css.xml
new file mode 100644
index 0000000..babca91
--- /dev/null
+++ b/plugins/snippets/data/css.xml
@@ -0,0 +1,557 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="CSS">
+ <snippet id="background">
+ <text><![CDATA[background-attachment: ${1:scroll/fixed};
+$0]]></text>
+ <description>background-attachment: scroll/fixed</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="background-1">
+ <text><![CDATA[background-color: #${1:DDD};
+$0]]></text>
+ <description>background-color: color-hex</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="background-2">
+ <text><![CDATA[background-color: ${1:red};
+$0]]></text>
+ <description>background-color: color-name</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="background-3">
+ <text><![CDATA[background-color: rgb(${1:255},${2:255},${3:255});
+$0]]></text>
+ <description>background-color: color-rgb</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="background-4">
+ <text><![CDATA[background: #${1:DDD} url($2) ${3:repeat/repeat-x/repeat-y/no-repeat} ${4:scroll/fixed} ${5:top letft/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos};
+$0]]></text>
+ <description>background: color image repeat attachment position</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="background-5">
+ <text><![CDATA[background-color: transparent;
+$0]]></text>
+ <description>background-color: transparent</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="background-6">
+ <text><![CDATA[background-image: none;
+$0]]></text>
+ <description>background-image: none</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="background-7">
+ <text><![CDATA[background-image: url($1);
+$0]]></text>
+ <description>background-image: url</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="background-8">
+ <text><![CDATA[background-position: ${1:top letft/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos};
+$0]]></text>
+ <description>background-position: position</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="background-9">
+ <text><![CDATA[background-repeat: ${1:repeat/repeat-x/repeat-y/no-repeat};
+$0]]></text>
+ <description>background-repeat: r/r-x/r-y/n-r</description>
+ <tag>background</tag>
+ </snippet>
+ <snippet id="border">
+ <text><![CDATA[border-bottom-color: #${1:999};
+$0]]></text>
+ <description>border-bottom-color: size style color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-1">
+ <text><![CDATA[border-bottom: ${1:1}px ${2:solid} #${3:999};
+$0]]></text>
+ <description>border-bottom: size style color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-2">
+ <text><![CDATA[border-bottom-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
+$0]]></text>
+ <description>border-bottom-style: size style color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-3">
+ <text><![CDATA[border-bottom-width: ${1:1}px ${2:solid} #${3:999};
+$0]]></text>
+ <description>border-bottom-width: size style color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-4">
+ <text><![CDATA[border-color: ${1:999};
+$0]]></text>
+ <description>border-color: color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-5">
+ <text><![CDATA[border-right-color: #${1:999};
+$0]]></text>
+ <description>border-left-color: color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-6">
+ <text><![CDATA[border-left: ${1:1}px ${2:solid} #${3:999};
+$0]]></text>
+ <description>border-left: size style color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-7">
+ <text><![CDATA[border-left-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
+$0]]></text>
+ <description>border-left-style: style</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-8">
+ <text><![CDATA[border-left-width: ${1:1}px ${2:solid} #${3:999};
+$0]]></text>
+ <description>border-left-width: size</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-9">
+ <text><![CDATA[border-right-color: #${1:999};
+$0]]></text>
+ <description>border-right-color: color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-10">
+ <text><![CDATA[border-right: ${1:1}px ${2:solid} #${3:999};
+$0]]></text>
+ <description>border-right: size style color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-11">
+ <text><![CDATA[border-right-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
+$0]]></text>
+ <description>border-right-style: style</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-12">
+ <text><![CDATA[border-right-width: ${1:1}px ${2:solid} #${3:999};
+$0]]></text>
+ <description>border-right-width: size</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-13">
+ <text><![CDATA[border: ${1:1px} ${2:solid} #${3:999};
+$0]]></text>
+ <description>border: size style color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-14">
+ <text><![CDATA[border-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
+$0]]></text>
+ <description>border-style: style</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-15">
+ <text><![CDATA[border-top-color: #${1:999};
+$0]]></text>
+ <description>border-top-color: color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-16">
+ <text><![CDATA[border-top: ${1:1}px ${2:solid} #${3:999};
+$0]]></text>
+ <description>border-top: size style color</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-17">
+ <text><![CDATA[border-top-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
+$0]]></text>
+ <description>border-top-style: style</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-18">
+ <text><![CDATA[border-top-width: ${1:1}px ${2:solid} #${3:999};
+$0]]></text>
+ <description>border-top-width: size</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="border-19">
+ <text><![CDATA[border-color: ${1:1px};
+$0]]></text>
+ <description>border-width: width</description>
+ <tag>border</tag>
+ </snippet>
+ <snippet id="clear">
+ <text><![CDATA[clear: ${1:left/right/both/none};
+$0]]></text>
+ <description>clear: value</description>
+ <tag>clear</tag>
+ </snippet>
+ <snippet id="color">
+ <text><![CDATA[color: #${1:DDD};
+$0]]></text>
+ <description>color: color-hex</description>
+ <tag>color</tag>
+ </snippet>
+ <snippet id="color-1">
+ <text><![CDATA[color: ${1:red};
+$0]]></text>
+ <description>color: color-name</description>
+ <tag>color</tag>
+ </snippet>
+ <snippet id="color-2">
+ <text><![CDATA[color: rgb(${1:255},${2:255},${3:255});
+$0]]></text>
+ <description>color: color-rgb</description>
+ <tag>color</tag>
+ </snippet>
+ <snippet id="cursor">
+ <text><![CDATA[cursor: {$1:default/auto/crosshair/pointer/move/*-resize/text/wait/help};
+$0]]></text>
+ <description>cursor: type</description>
+ <tag>cursor</tag>
+ </snippet>
+ <snippet id="clear-1">
+ <text><![CDATA[cursor: url($1);
+$0]]></text>
+ <description>cursor: url</description>
+ <tag>clear</tag>
+ </snippet>
+ <snippet id="direction">
+ <text><![CDATA[direction: ${1:ltr|rtl};
+$0]]></text>
+ <description>direction: ltr|rtl</description>
+ <tag>direction</tag>
+ </snippet>
+ <snippet id="display">
+ <text><![CDATA[display: block;
+$0]]></text>
+ <description>display: block</description>
+ <tag>display</tag>
+ </snippet>
+ <snippet id="display-1">
+ <text><![CDATA[display: ${1:none/inline/block/list-item/run-in/compact/marker};
+$0]]></text>
+ <description>display: common-types</description>
+ <tag>display</tag>
+ </snippet>
+ <snippet id="display-2">
+ <text><![CDATA[display: inline;
+$0]]></text>
+ <description>display: inline</description>
+ <tag>display</tag>
+ </snippet>
+ <snippet id="display-3">
+ <text><![CDATA[display: ${1:table/inline-table/table-row-group/table-header-group/table-footer-group/table-row/table-column-group/table-column/table-cell/table-caption};
+$0]]></text>
+ <description>display: table-types</description>
+ <tag>display</tag>
+ </snippet>
+ <snippet id="float">
+ <text><![CDATA[float: ${1:left/right/none};
+$0]]></text>
+ <description>float: left/right/none</description>
+ <tag>float</tag>
+ </snippet>
+ <snippet id="font">
+ <text><![CDATA[font-family: ${1:Arial, "MS Trebuchet"}, ${2:sans-}serif;
+$0]]></text>
+ <description>font-family: family</description>
+ <tag>font</tag>
+ </snippet>
+ <snippet id="font-1">
+ <text><![CDATA[font: ${1:75%} ${2:"Lucida Grande", "Trebuchet MS", Verdana,} ${3:sans-}serif;
+$0]]></text>
+ <description>font: size font</description>
+ <tag>font</tag>
+ </snippet>
+ <snippet id="font-2">
+ <text><![CDATA[font-size: ${1:100%};
+$0]]></text>
+ <description>font-size: size</description>
+ <tag>font</tag>
+ </snippet>
+ <snippet id="font-3">
+ <text><![CDATA[font-style: ${1:normal/italic/oblique};
+$0]]></text>
+ <description>font-style: normal/italic/oblique</description>
+ <tag>font</tag>
+ </snippet>
+ <snippet id="font-4">
+ <text><![CDATA[font: ${1:normal/italic/oblique} ${2:normal/small-caps} ${3:normal/bold} ${4:1em/1.5em} ${5:Arial}, ${6:sans-}serif;
+$0]]></text>
+ <description>font: style variant weight size/line-height font-family</description>
+ <tag>font</tag>
+ </snippet>
+ <snippet id="font-5">
+ <text><![CDATA[font-variant: ${1:normal/small-caps};
+$0]]></text>
+ <description>font-variant: normal/small-caps</description>
+ <tag>font</tag>
+ </snippet>
+ <snippet id="font-6">
+ <text><![CDATA[font-weight: ${1:normal/bold};
+$0]]></text>
+ <description>font-weight: weight</description>
+ <tag>font</tag>
+ </snippet>
+ <snippet id="letter">
+ <text><![CDATA[letter-spacing: $1em;
+$0]]></text>
+ <description>letter-spacing: length-em</description>
+ <tag>letter</tag>
+ </snippet>
+ <snippet id="letter-1">
+ <text><![CDATA[letter-spacing: $1px;
+$0]]></text>
+ <description>letter-spacing: length-px</description>
+ <tag>letter</tag>
+ </snippet>
+ <snippet id="list">
+ <text><![CDATA[list-style-image: url($1);
+$0]]></text>
+ <description>list-style-image: url</description>
+ <tag>list</tag>
+ </snippet>
+ <snippet id="list-1">
+ <text><![CDATA[list-style-position: ${1:inside/outside};
+$0]]></text>
+ <description>list-style-position: pos</description>
+ <tag>list</tag>
+ </snippet>
+ <snippet id="list-2">
+ <text><![CDATA[list-style-type: ${1:cjk-ideographic/hiragana/katakana/hiragana-iroha/katakana-iroha};
+$0]]></text>
+ <description>list-style-type: asian</description>
+ <tag>list</tag>
+ </snippet>
+ <snippet id="list-3">
+ <text><![CDATA[list-style-type: ${1:none/disc/circle/square};
+$0]]></text>
+ <description>list-style-type: marker</description>
+ <tag>list</tag>
+ </snippet>
+ <snippet id="list-4">
+ <text><![CDATA[list-style-type: ${1:decimal/decimal-leading-zero/zero};
+$0]]></text>
+ <description>list-style-type: numeric</description>
+ <tag>list</tag>
+ </snippet>
+ <snippet id="list-5">
+ <text><![CDATA[list-style-type: ${1:hebrew/armenian/georgian};
+$0]]></text>
+ <description>list-style-type: other</description>
+ <tag>list</tag>
+ </snippet>
+ <snippet id="list-6">
+ <text><![CDATA[list-style: ${1:none/disc/circle/square/decimal/zero} ${2:inside/outside} url($3);
+$0]]></text>
+ <description>list-style: type position image</description>
+ <tag>list</tag>
+ </snippet>
+ <snippet id="list-7">
+ <text><![CDATA[list-style-type: ${1:lower-roman/uppert-roman/lower-alpha/upper-alpha/lower-greek/lower-latin/upper-latin};
+$0]]></text>
+ <description>list-style-type: roman-alpha-greek</description>
+ <tag>list</tag>
+ </snippet>
+ <snippet id="margin">
+ <text><![CDATA[margin: ${1:20px};
+$0]]></text>
+ <description>margin: all</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="margin-1">
+ <text><![CDATA[margin-bottom: ${1:20px};
+$0]]></text>
+ <description>margin-bottom: length</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="margin-2">
+ <text><![CDATA[margin-left: ${1:20px};
+$0]]></text>
+ <description>margin-left: length</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="margin-3">
+ <text><![CDATA[margin-right: ${1:20px};
+$0]]></text>
+ <description>margin-right: length</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="margin-4">
+ <text><![CDATA[margin-top: ${1:20px};
+$0]]></text>
+ <description>margin-top: length</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="margin-5">
+ <text><![CDATA[margin: ${1:20px} ${2:0px} ${3:40px} ${4:0px};
+$0]]></text>
+ <description>margin: T R B L</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="margin-6">
+ <text><![CDATA[margin: ${1:20px} ${2:0px};
+$0]]></text>
+ <description>margin: V H</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="marker">
+ <text><![CDATA[marker-offset: auto;
+$0]]></text>
+ <description>marker-offset: auto</description>
+ <tag>marker</tag>
+ </snippet>
+ <snippet id="marker-1">
+ <text><![CDATA[marker-offset: ${1:10px};
+$0]]></text>
+ <description>marker-offset: length</description>
+ <tag>marker</tag>
+ </snippet>
+ <snippet id="overflow">
+ <text><![CDATA[overflow: ${1:visible/hidden/scroll/auto};
+$0]]></text>
+ <description>overflow: type</description>
+ <tag>overflow</tag>
+ </snippet>
+ <snippet id="padding">
+ <text><![CDATA[padding: ${1:20px};
+$0]]></text>
+ <description>padding: all</description>
+ <tag>padding</tag>
+ </snippet>
+ <snippet id="margin-7">
+ <text><![CDATA[padding-bottom: ${1:20px};
+$0]]></text>
+ <description>padding-bottom: length</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="margin-8">
+ <text><![CDATA[padding-left: ${1:20px};
+$0]]></text>
+ <description>padding-left: length</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="margin-9">
+ <text><![CDATA[padding-right: ${1:20px};
+$0]]></text>
+ <description>padding-right: length</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="margin-10">
+ <text><![CDATA[padding-top: ${1:20px};
+$0]]></text>
+ <description>padding-top: length</description>
+ <tag>margin</tag>
+ </snippet>
+ <snippet id="padding-1">
+ <text><![CDATA[padding: ${1:20px} ${2:0px} ${3:40px} ${4:0px};
+$0]]></text>
+ <description>padding: T R B L</description>
+ <tag>padding</tag>
+ </snippet>
+ <snippet id="padding-2">
+ <text><![CDATA[padding: ${1:20px} ${2:0px};
+$0]]></text>
+ <description>padding: V H</description>
+ <tag>padding</tag>
+ </snippet>
+ <snippet id="position">
+ <text><![CDATA[position: ${1:static/relative/absolute/fixed};
+$0]]></text>
+ <description>position: type</description>
+ <tag>position</tag>
+ </snippet>
+ <snippet id="{">
+ <text><![CDATA[{
+ /* $1 */
+ $0
+]]></text>
+ <description>properties { }</description>
+ <tag>{</tag>
+ </snippet>
+ <snippet id="text">
+ <text><![CDATA[text-align: ${1:left/right/center/justify};
+$0]]></text>
+ <description>text-align: left/center/right</description>
+ <tag>text</tag>
+ </snippet>
+ <snippet id="text-1">
+ <text><![CDATA[text-decoration: ${1:none/underline/overline/line-through/blink};
+$0]]></text>
+ <description>text-decoration: none/underline/overline/line-through/blink</description>
+ <tag>text</tag>
+ </snippet>
+ <snippet id="text-2">
+ <text><![CDATA[text-indent: ${1:10p}x;
+$0]]></text>
+ <description>text-indent: length</description>
+ <tag>text</tag>
+ </snippet>
+ <snippet id="text-3">
+ <text><![CDATA[text-shadow: #${1:DDD} ${2:10px} ${3:10px} ${4:2px};
+$0]]></text>
+ <description>text-shadow: color-hex x y blur</description>
+ <tag>text</tag>
+ </snippet>
+ <snippet id="text-4">
+ <text><![CDATA[text-shadow: rgb(${1:255},${2:255},${3:255}) ${4:10px} ${5:10px} ${6:2px};
+$0]]></text>
+ <description>text-shadow: color-rgb x y blur</description>
+ <tag>text</tag>
+ </snippet>
+ <snippet id="text-5">
+ <text><![CDATA[text-shadow: none;
+$0]]></text>
+ <description>text-shadow: none</description>
+ <tag>text</tag>
+ </snippet>
+ <snippet id="text-6">
+ <text><![CDATA[text-transform: ${1:capitalize/uppercase/lowercase};
+$0]]></text>
+ <description>text-transform: capitalize/upper/lower</description>
+ <tag>text</tag>
+ </snippet>
+ <snippet id="text-7">
+ <text><![CDATA[text-transform: none;
+$0]]></text>
+ <description>text-transform: none</description>
+ <tag>text</tag>
+ </snippet>
+ <snippet id="vertical">
+ <text><![CDATA[vertical-align: ${1:baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%};
+$0]]></text>
+ <description>vertical-align: type</description>
+ <tag>vertical</tag>
+ </snippet>
+ <snippet id="visibility">
+ <text><![CDATA[visibility: ${1:visible/hidden/collapse};
+$0]]></text>
+ <description>visibility: type</description>
+ <tag>visibility</tag>
+ </snippet>
+ <snippet id="white">
+ <text><![CDATA[white-space: ${1:normal/pre/nowrap};
+$0]]></text>
+ <description>white-space: normal/pre/nowrap</description>
+ <tag>white</tag>
+ </snippet>
+ <snippet id="word">
+ <text><![CDATA[word-spacing: ${1:10px};
+$0]]></text>
+ <description>word-spacing: length</description>
+ <tag>word</tag>
+ </snippet>
+ <snippet id="word-1">
+ <text><![CDATA[word-spacing: normal;
+$0]]></text>
+ <description>word-spacing: normal</description>
+ <tag>word</tag>
+ </snippet>
+ <snippet id="z">
+ <text><![CDATA[z-index: $1;
+$0]]></text>
+ <description>z-index: index</description>
+ <tag>z</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/docbook.xml b/plugins/snippets/data/docbook.xml
new file mode 100644
index 0000000..d2a07de
--- /dev/null
+++ b/plugins/snippets/data/docbook.xml
@@ -0,0 +1,2645 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!--
+ DocBook 4.5 snippets according to DocBook: The Definitive Guide (v2.0.17)
+ Copyright (C) 2012, 2013 Jaromir Hradilek
+
+ Home Page: https://github.com/jhradilek/gedit-snippets
+ Last Change: 16 February 2013
+-->
+<snippets language="docbook">
+ <!-- Core DocBook Snippets: -->
+ <snippet id="abbrev">
+ <text><![CDATA[<abbrev>${1}</abbrev>]]></text>
+ <tag>abbrev</tag>
+ <description>abbrev</description>
+ </snippet>
+ <snippet id="abstract">
+ <text><![CDATA[<abstract>
+ ${1}
+</abstract>]]></text>
+ <tag>abstract</tag>
+ <description>abstract</description>
+ </snippet>
+ <snippet id="accel">
+ <text><![CDATA[<accel>${1}</accel>]]></text>
+ <tag>accel</tag>
+ <description>accel</description>
+ </snippet>
+ <snippet id="ackno">
+ <text><![CDATA[<ackno>
+ ${1}
+</ackno>]]></text>
+ <tag>ackno</tag>
+ <description>ackno</description>
+ </snippet>
+ <snippet id="acronym">
+ <text><![CDATA[<acronym>${1}</acronym>]]></text>
+ <tag>acronym</tag>
+ <description>acronym</description>
+ </snippet>
+ <snippet id="action">
+ <text><![CDATA[<action>${1}</action>]]></text>
+ <tag>action</tag>
+ <description>action</description>
+ </snippet>
+ <snippet id="address">
+ <text><![CDATA[<address>
+ ${1}
+</address>]]></text>
+ <tag>address</tag>
+ <description>address</description>
+ </snippet>
+ <snippet id="affiliation">
+ <text><![CDATA[<affiliation>
+ ${1}
+</affiliation>]]></text>
+ <tag>affiliation</tag>
+ <description>affiliation</description>
+ </snippet>
+ <snippet id="alt">
+ <text><![CDATA[<alt>${1}</alt>]]></text>
+ <tag>alt</tag>
+ <description>alt</description>
+ </snippet>
+ <snippet id="anchor">
+ <text><![CDATA[<anchor id="${1}" />]]></text>
+ <tag>anchor</tag>
+ <description>anchor</description>
+ </snippet>
+ <snippet id="answer">
+ <text><![CDATA[<answer>
+ ${1}
+</answer>]]></text>
+ <tag>answer</tag>
+ <description>answer</description>
+ </snippet>
+ <snippet id="appendix">
+ <text><![CDATA[<appendix id="${1}">
+ ${2}
+</appendix>]]></text>
+ <tag>appendix</tag>
+ <description>appendix</description>
+ </snippet>
+ <snippet id="appendixinfo">
+ <text><![CDATA[<appendixinfo>
+ ${1}
+</appendixinfo>]]></text>
+ <tag>appendixinfo</tag>
+ <description>appendixinfo</description>
+ </snippet>
+ <snippet id="application">
+ <text><![CDATA[<application>${1}</application>]]></text>
+ <tag>application</tag>
+ <description>application</description>
+ </snippet>
+ <snippet id="area">
+ <text><![CDATA[<area id="${1}" coords="${2}" />]]></text>
+ <tag>area</tag>
+ <description>area</description>
+ </snippet>
+ <snippet id="areaset">
+ <text><![CDATA[<areaset id="${1}" coords="${2}">
+ ${3}
+</areaset>]]></text>
+ <tag>areaset</tag>
+ <description>areaset</description>
+ </snippet>
+ <snippet id="areaspec">
+ <text><![CDATA[<areaspec units="${1}">
+ ${2}
+</areaspec>]]></text>
+ <tag>areaspec</tag>
+ <description>areaspec</description>
+ </snippet>
+ <snippet id="arg">
+ <text><![CDATA[<arg>${1}</arg>]]></text>
+ <tag>arg</tag>
+ <description>arg</description>
+ </snippet>
+ <snippet id="article">
+ <text><![CDATA[<article id="${1}">
+ ${2}
+</article>]]></text>
+ <tag>article</tag>
+ <description>article</description>
+ </snippet>
+ <snippet id="articleinfo">
+ <text><![CDATA[<articleinfo>
+ ${1}
+</articleinfo>]]></text>
+ <tag>articleinfo</tag>
+ <description>articleinfo</description>
+ </snippet>
+ <snippet id="artpagenums">
+ <text><![CDATA[<artpagenums>${1}</artpagenums>]]></text>
+ <tag>artpagenums</tag>
+ <description>artpagenums</description>
+ </snippet>
+ <snippet id="attribution">
+ <text><![CDATA[<attribution>${1}</attribution>]]></text>
+ <tag>attribution</tag>
+ <description>attribution</description>
+ </snippet>
+ <snippet id="audiodata">
+ <text><![CDATA[<audiodata fileref="${1}" />]]></text>
+ <tag>audiodata</tag>
+ <description>audiodata</description>
+ </snippet>
+ <snippet id="audioobject">
+ <text><![CDATA[<audioobject>
+ ${1}
+</audioobject>]]></text>
+ <tag>audioobject</tag>
+ <description>audioobject</description>
+ </snippet>
+ <snippet id="author">
+ <text><![CDATA[<author>
+ ${1}
+</author>]]></text>
+ <tag>author</tag>
+ <description>author</description>
+ </snippet>
+ <snippet id="authorblurb">
+ <text><![CDATA[<authorblurb>
+ ${1}
+</authorblurb>]]></text>
+ <tag>authorblurb</tag>
+ <description>authorblurb</description>
+ </snippet>
+ <snippet id="authorgroup">
+ <text><![CDATA[<authorgroup>
+ ${1}
+</authorgroup>]]></text>
+ <tag>authorgroup</tag>
+ <description>authorgroup</description>
+ </snippet>
+ <snippet id="authorinitials">
+ <text><![CDATA[<authorinitials>${1}</authorinitials>]]></text>
+ <tag>authorinitials</tag>
+ <description>authorinitials</description>
+ </snippet>
+ <snippet id="beginpage">
+ <text><![CDATA[<beginpage pagenum="${1}" />]]></text>
+ <tag>beginpage</tag>
+ <description>beginpage</description>
+ </snippet>
+ <snippet id="bibliocoverage">
+ <text><![CDATA[<bibliocoverage>
+ ${1}
+</bibliocoverage>]]></text>
+ <tag>bibliocoverage</tag>
+ <description>bibliocoverage</description>
+ </snippet>
+ <snippet id="bibliodiv">
+ <text><![CDATA[<bibliodiv>
+ ${1}
+</bibliodiv>]]></text>
+ <tag>bibliodiv</tag>
+ <description>bibliodiv</description>
+ </snippet>
+ <snippet id="biblioentry">
+ <text><![CDATA[<biblioentry>
+ ${1}
+</biblioentry>]]></text>
+ <tag>biblioentry</tag>
+ <description>biblioentry</description>
+ </snippet>
+ <snippet id="bibliography">
+ <text><![CDATA[<bibliography>
+ ${1}
+</bibliography>]]></text>
+ <tag>bibliography</tag>
+ <description>bibliography</description>
+ </snippet>
+ <snippet id="bibliographyinfo">
+ <text><![CDATA[<bibliographyinfo>
+ ${1}
+</bibliographyinfo>]]></text>
+ <tag>bibliographyinfo</tag>
+ <description>bibliographyinfo</description>
+ </snippet>
+ <snippet id="biblioid">
+ <text><![CDATA[<biblioid class="${1:isbn}">${2}</biblioid>]]></text>
+ <tag>biblioid</tag>
+ <description>biblioid</description>
+ </snippet>
+ <snippet id="bibliolist">
+ <text><![CDATA[<bibliolist>
+ ${1}
+</bibliolist>]]></text>
+ <tag>bibliolist</tag>
+ <description>bibliolist</description>
+ </snippet>
+ <snippet id="bibliomisc">
+ <text><![CDATA[<bibliomisc>
+ ${1}
+</bibliomisc>]]></text>
+ <tag>bibliomisc</tag>
+ <description>bibliomisc</description>
+ </snippet>
+ <snippet id="bibliomixed">
+ <text><![CDATA[<bibliomixed>
+ ${1}
+</bibliomixed>]]></text>
+ <tag>bibliomixed</tag>
+ <description>bibliomixed</description>
+ </snippet>
+ <snippet id="bibliomset">
+ <text><![CDATA[<bibliomset relation="${1}">
+ ${2}
+</bibliomset>]]></text>
+ <tag>bibliomset</tag>
+ <description>bibliomset</description>
+ </snippet>
+ <snippet id="biblioref">
+ <text><![CDATA[<biblioref linkend="${1}" />]]></text>
+ <tag>biblioref</tag>
+ <description>biblioref</description>
+ </snippet>
+ <snippet id="bibliorelation">
+ <text><![CDATA[<bibliorelation type="${1}" class="${2}">${3}</bibliorelation>]]></text>
+ <tag>bibliorelation</tag>
+ <description>bibliorelation</description>
+ </snippet>
+ <snippet id="biblioset">
+ <text><![CDATA[<biblioset relation="${1}">
+ ${2}
+</biblioset>]]></text>
+ <tag>biblioset</tag>
+ <description>biblioset</description>
+ </snippet>
+ <snippet id="bibliosource">
+ <text><![CDATA[<bibliosource class="${1:isbn}">${2}</bibliosource>]]></text>
+ <tag>bibliosource</tag>
+ <description>bibliosource</description>
+ </snippet>
+ <snippet id="blockinfo">
+ <text><![CDATA[<blockinfo>
+ ${1}
+</blockinfo>]]></text>
+ <tag>blockinfo</tag>
+ <description>blockinfo</description>
+ </snippet>
+ <snippet id="blockquote">
+ <text><![CDATA[<blockquote>
+ ${1}
+</blockquote>]]></text>
+ <tag>blockquote</tag>
+ <description>blockquote</description>
+ </snippet>
+ <snippet id="book">
+ <text><![CDATA[<book id="${1}">
+ ${2}
+</book>]]></text>
+ <tag>book</tag>
+ <description>book</description>
+ </snippet>
+ <snippet id="bookinfo">
+ <text><![CDATA[<bookinfo>
+ ${1}
+</bookinfo>]]></text>
+ <tag>bookinfo</tag>
+ <description>bookinfo</description>
+ </snippet>
+ <snippet id="bridgehead">
+ <text><![CDATA[<bridgehead id="${1}">${2}</bridgehead>]]></text>
+ <tag>bridgehead</tag>
+ <description>bridgehead</description>
+ </snippet>
+ <snippet id="callout">
+ <text><![CDATA[<callout arearefs="${1}">
+ ${2}
+</callout>]]></text>
+ <tag>callout</tag>
+ <description>callout</description>
+ </snippet>
+ <snippet id="calloutlist">
+ <text><![CDATA[<calloutlist>
+ ${1}
+</calloutlist>]]></text>
+ <tag>calloutlist</tag>
+ <description>calloutlist</description>
+ </snippet>
+ <snippet id="caption">
+ <text><![CDATA[<caption>
+ ${1}
+</caption>]]></text>
+ <tag>caption</tag>
+ <description>caption</description>
+ </snippet>
+ <snippet id="caution">
+ <text><![CDATA[<caution>
+ ${1}
+</caution>]]></text>
+ <tag>caution</tag>
+ <description>caution</description>
+ </snippet>
+ <snippet id="chapter">
+ <text><![CDATA[<chapter id="${1}">
+ ${2}
+</chapter>]]></text>
+ <tag>chapter</tag>
+ <description>chapter</description>
+ </snippet>
+ <snippet id="chapterinfo">
+ <text><![CDATA[<chapterinfo>
+ ${1}
+</chapterinfo>]]></text>
+ <tag>chapterinfo</tag>
+ <description>chapterinfo</description>
+ </snippet>
+ <snippet id="citation">
+ <text><![CDATA[<citation>${1}</citation>]]></text>
+ <tag>citation</tag>
+ <description>citation</description>
+ </snippet>
+ <snippet id="citebiblioid">
+ <text><![CDATA[<citebiblioid class="${1:isbn}">${2}</citebiblioid>]]></text>
+ <tag>citebiblioid</tag>
+ <description>citebiblioid</description>
+ </snippet>
+ <snippet id="citerefentry">
+ <text><![CDATA[<citerefentry>${1}</citerefentry>]]></text>
+ <tag>citerefentry</tag>
+ <description>citerefentry</description>
+ </snippet>
+ <snippet id="citetitle">
+ <text><![CDATA[<citetitle pubwork="${1:book}">${2}</citetitle>]]></text>
+ <tag>citetitle</tag>
+ <description>citetitle</description>
+ </snippet>
+ <snippet id="city">
+ <text><![CDATA[<city>${1}</city>]]></text>
+ <tag>city</tag>
+ <description>city</description>
+ </snippet>
+ <snippet id="classname">
+ <text><![CDATA[<classname>${1}</classname>]]></text>
+ <tag>classname</tag>
+ <description>classname</description>
+ </snippet>
+ <snippet id="classsynopsis">
+ <text><![CDATA[<classsynopsis class="${1}" language="${2}">
+ ${3}
+</classsynopsis>]]></text>
+ <tag>classsynopsis</tag>
+ <description>classsynopsis</description>
+ </snippet>
+ <snippet id="classsynopsisinfo">
+ <text><![CDATA[<classsynopsisinfo>
+ ${1}
+</classsynopsisinfo>]]></text>
+ <tag>classsynopsisinfo</tag>
+ <description>classsynopsisinfo</description>
+ </snippet>
+ <snippet id="cmdsynopsis">
+ <text><![CDATA[<cmdsynopsis>
+ ${1}
+</cmdsynopsis>]]></text>
+ <tag>cmdsynopsis</tag>
+ <description>cmdsynopsis</description>
+ </snippet>
+ <snippet id="co">
+ <text><![CDATA[<co label="${1}" linkends="${2}" />]]></text>
+ <tag>co</tag>
+ <description>co</description>
+ </snippet>
+ <snippet id="code">
+ <text><![CDATA[<code language="${1}">${2}</code>]]></text>
+ <tag>code</tag>
+ <description>code</description>
+ </snippet>
+ <snippet id="col">
+ <text><![CDATA[<col>
+ ${1}
+</col>]]></text>
+ <tag>col</tag>
+ <description>col</description>
+ </snippet>
+ <snippet id="colgroup">
+ <text><![CDATA[<colgroup>
+ ${1}
+</colgroup>]]></text>
+ <tag>colgroup</tag>
+ <description>colgroup</description>
+ </snippet>
+ <snippet id="collab">
+ <text><![CDATA[<collab>
+ ${1}
+</collab>]]></text>
+ <tag>collab</tag>
+ <description>collab</description>
+ </snippet>
+ <snippet id="collabname">
+ <text><![CDATA[<collabname>${1}</collabname>]]></text>
+ <tag>collabname</tag>
+ <description>collabname</description>
+ </snippet>
+ <snippet id="colophon">
+ <text><![CDATA[<colophon>
+ ${1}
+</colophon>]]></text>
+ <tag>colophon</tag>
+ <description>colophon</description>
+ </snippet>
+ <snippet id="colspec">
+ <text><![CDATA[<colspec colname="${1}" colnum="${2}" colwidth="${3}" />]]></text>
+ <tag>colspec</tag>
+ <description>colspec</description>
+ </snippet>
+ <snippet id="command">
+ <text><![CDATA[<command>${1}</command>]]></text>
+ <tag>command</tag>
+ <description>command</description>
+ </snippet>
+ <snippet id="computeroutput">
+ <text><![CDATA[<computeroutput>${1}</computeroutput>]]></text>
+ <tag>computeroutput</tag>
+ <description>computeroutput</description>
+ </snippet>
+ <snippet id="confdates">
+ <text><![CDATA[<confdates>${1}</confdates>]]></text>
+ <tag>confdates</tag>
+ <description>confdates</description>
+ </snippet>
+ <snippet id="confgroup">
+ <text><![CDATA[<confgroup>
+ ${1}
+</confgroup>]]></text>
+ <tag>confgroup</tag>
+ <description>confgroup</description>
+ </snippet>
+ <snippet id="confnum">
+ <text><![CDATA[<confnum>${1}</confnum>]]></text>
+ <tag>confnum</tag>
+ <description>confnum</description>
+ </snippet>
+ <snippet id="confsponsor">
+ <text><![CDATA[<confsponsor>${1}</confsponsor>]]></text>
+ <tag>confsponsor</tag>
+ <description>confsponsor</description>
+ </snippet>
+ <snippet id="conftitle">
+ <text><![CDATA[<conftitle>${1}</conftitle>]]></text>
+ <tag>conftitle</tag>
+ <description>conftitle</description>
+ </snippet>
+ <snippet id="constant">
+ <text><![CDATA[<constant>${1}</constant>]]></text>
+ <tag>constant</tag>
+ <description>constant</description>
+ </snippet>
+ <snippet id="constructorsynopsis">
+ <text><![CDATA[<constructorsynopsis language="${1}">
+ ${2}
+</constructorsynopsis>]]></text>
+ <tag>constructorsynopsis</tag>
+ <description>constructorsynopsis</description>
+ </snippet>
+ <snippet id="contractnum">
+ <text><![CDATA[<contractnum>${1}</contractnum>]]></text>
+ <tag>contractnum</tag>
+ <description>contractnum</description>
+ </snippet>
+ <snippet id="contractsponsor">
+ <text><![CDATA[<contractsponsor>${1}</contractsponsor>]]></text>
+ <tag>contractsponsor</tag>
+ <description>contractsponsor</description>
+ </snippet>
+ <snippet id="contrib">
+ <text><![CDATA[<contrib>${1}</contrib>]]></text>
+ <tag>contrib</tag>
+ <description>contrib</description>
+ </snippet>
+ <snippet id="copyright">
+ <text><![CDATA[<copyright>
+ ${1}
+</copyright>]]></text>
+ <tag>copyright</tag>
+ <description>copyright</description>
+ </snippet>
+ <snippet id="coref">
+ <text><![CDATA[<coref label="${1}" linkend="${1}" />]]></text>
+ <tag>coref</tag>
+ <description>coref</description>
+ </snippet>
+ <snippet id="corpauthor">
+ <text><![CDATA[<corpauthor>${1}</corpauthor>]]></text>
+ <tag>corpauthor</tag>
+ <description>corpauthor</description>
+ </snippet>
+ <snippet id="corpcredit">
+ <text><![CDATA[<corpcredit>${1}</corpcredit>]]></text>
+ <tag>corpcredit</tag>
+ <description>corpcredit</description>
+ </snippet>
+ <snippet id="corpname">
+ <text><![CDATA[<corpname>${1}</corpname>]]></text>
+ <tag>corpname</tag>
+ <description>corpname</description>
+ </snippet>
+ <snippet id="country">
+ <text><![CDATA[<country>${1}</country>]]></text>
+ <tag>country</tag>
+ <description>country</description>
+ </snippet>
+ <snippet id="database">
+ <text><![CDATA[<database class="${1}">${2}</database>]]></text>
+ <tag>database</tag>
+ <description>database</description>
+ </snippet>
+ <snippet id="date">
+ <text><![CDATA[<date>${1}</date>]]></text>
+ <tag>date</tag>
+ <description>date</description>
+ </snippet>
+ <snippet id="dedication">
+ <text><![CDATA[<dedication>
+ ${1}
+</dedication>]]></text>
+ <tag>dedication</tag>
+ <description>dedication</description>
+ </snippet>
+ <snippet id="destructorsynopsis">
+ <text><![CDATA[<destructorsynopsis language="${1}">
+ ${2}
+</destructorsynopsis>]]></text>
+ <tag>destructorsynopsis</tag>
+ <description>destructorsynopsis</description>
+ </snippet>
+ <snippet id="edition">
+ <text><![CDATA[<edition>${1}</edition>]]></text>
+ <tag>edition</tag>
+ <description>edition</description>
+ </snippet>
+ <snippet id="editor">
+ <text><![CDATA[<editor>
+ ${1}
+</editor>]]></text>
+ <tag>editor</tag>
+ <description>editor</description>
+ </snippet>
+ <snippet id="email">
+ <text><![CDATA[<email>${1}</email>]]></text>
+ <tag>email</tag>
+ <description>email</description>
+ </snippet>
+ <snippet id="emphasis">
+ <text><![CDATA[<emphasis>${1}</emphasis>]]></text>
+ <tag>emphasis</tag>
+ <description>emphasis</description>
+ </snippet>
+ <snippet id="entry">
+ <text><![CDATA[<entry>${1}</entry>]]></text>
+ <tag>entry</tag>
+ <description>entry</description>
+ </snippet>
+ <snippet id="entrytbl">
+ <text><![CDATA[<entrytbl cols="${1}">
+ ${2}
+</entrytbl>]]></text>
+ <tag>entrytbl</tag>
+ <description>entrytbl</description>
+ </snippet>
+ <snippet id="envar">
+ <text><![CDATA[<envar>${1}</envar>]]></text>
+ <tag>envar</tag>
+ <description>envar</description>
+ </snippet>
+ <snippet id="epigraph">
+ <text><![CDATA[<epigraph>
+ ${1}
+</epigraph>]]></text>
+ <tag>epigraph</tag>
+ <description>epigraph</description>
+ </snippet>
+ <snippet id="equation">
+ <text><![CDATA[<equation>
+ ${1}
+</equation>]]></text>
+ <tag>equation</tag>
+ <description>equation</description>
+ </snippet>
+ <snippet id="errorcode">
+ <text><![CDATA[<errorcode>${1}</errorcode>]]></text>
+ <tag>errorcode</tag>
+ <description>errorcode</description>
+ </snippet>
+ <snippet id="errorname">
+ <text><![CDATA[<errorname>${1}</errorname>]]></text>
+ <tag>errorname</tag>
+ <description>errorname</description>
+ </snippet>
+ <snippet id="errortext">
+ <text><![CDATA[<errortext>${1}</errortext>]]></text>
+ <tag>errortext</tag>
+ <description>errortext</description>
+ </snippet>
+ <snippet id="errortype">
+ <text><![CDATA[<errortype>${1}</errortype>]]></text>
+ <tag>errortype</tag>
+ <description>errortype</description>
+ </snippet>
+ <snippet id="example">
+ <text><![CDATA[<example id="${1}">
+ ${2}
+</example>]]></text>
+ <tag>example</tag>
+ <description>example</description>
+ </snippet>
+ <snippet id="exceptionname">
+ <text><![CDATA[<exceptionname>${1}</exceptionname>]]></text>
+ <tag>exceptionname</tag>
+ <description>exceptionname</description>
+ </snippet>
+ <snippet id="fax">
+ <text><![CDATA[<fax>${1}</fax>]]></text>
+ <tag>fax</tag>
+ <description>fax</description>
+ </snippet>
+ <snippet id="fieldsynopsis">
+ <text><![CDATA[<fieldsynopsis language="${1}">
+ ${2}
+</fieldsynopsis>]]></text>
+ <tag>fieldsynopsis</tag>
+ <description>fieldsynopsis</description>
+ </snippet>
+ <snippet id="figure">
+ <text><![CDATA[<figure id="${1}">
+ ${2}
+</figure>]]></text>
+ <tag>figure</tag>
+ <description>figure</description>
+ </snippet>
+ <snippet id="filename">
+ <text><![CDATA[<filename>${1}</filename>]]></text>
+ <tag>filename</tag>
+ <description>filename</description>
+ </snippet>
+ <snippet id="firstname">
+ <text><![CDATA[<firstname>${1}</firstname>]]></text>
+ <tag>firstname</tag>
+ <description>firstname</description>
+ </snippet>
+ <snippet id="firstterm">
+ <text><![CDATA[<firstterm>${1}</firstterm>]]></text>
+ <tag>firstterm</tag>
+ <description>firstterm</description>
+ </snippet>
+ <snippet id="footnote">
+ <text><![CDATA[<footnote>
+ ${1}
+</footnote>]]></text>
+ <tag>footnote</tag>
+ <description>footnote</description>
+ </snippet>
+ <snippet id="footnoteref">
+ <text><![CDATA[<footnoteref linkend="${1}" />]]></text>
+ <tag>footnoteref</tag>
+ <description>footnoteref</description>
+ </snippet>
+ <snippet id="foreignphrase">
+ <text><![CDATA[<foreignphrase>${1}</foreignphrase>]]></text>
+ <tag>foreignphrase</tag>
+ <description>foreignphrase</description>
+ </snippet>
+ <snippet id="formalpara">
+ <text><![CDATA[<formalpara>
+ ${1}
+</formalpara>]]></text>
+ <tag>formalpara</tag>
+ <description>formalpara</description>
+ </snippet>
+ <snippet id="funcdef">
+ <text><![CDATA[<funcdef>${1}</funcdef>]]></text>
+ <tag>funcdef</tag>
+ <description>funcdef</description>
+ </snippet>
+ <snippet id="funcparams">
+ <text><![CDATA[<funcparams>${1}</funcparams>]]></text>
+ <tag>funcparams</tag>
+ <description>funcparams</description>
+ </snippet>
+ <snippet id="funcprototype">
+ <text><![CDATA[<funcprototype>
+ ${1}
+</funcprototype>]]></text>
+ <tag>funcprototype</tag>
+ <description>funcprototype</description>
+ </snippet>
+ <snippet id="funcsynopsis">
+ <text><![CDATA[<funcsynopsis>
+ ${1}
+</funcsynopsis>]]></text>
+ <tag>funcsynopsis</tag>
+ <description>funcsynopsis</description>
+ </snippet>
+ <snippet id="funcsynopsisinfo">
+ <text><![CDATA[<funcsynopsisinfo>
+ ${1}
+</funcsynopsisinfo>]]></text>
+ <tag>funcsynopsisinfo</tag>
+ <description>funcsynopsisinfo</description>
+ </snippet>
+ <snippet id="function">
+ <text><![CDATA[<function>${1}</function>]]></text>
+ <tag>function</tag>
+ <description>function</description>
+ </snippet>
+ <snippet id="glossary">
+ <text><![CDATA[<glossary id="${1}">
+ ${2}
+</glossary>]]></text>
+ <tag>glossary</tag>
+ <description>glossary</description>
+ </snippet>
+ <snippet id="glossaryinfo">
+ <text><![CDATA[<glossaryinfo>
+ ${1}
+</glossaryinfo>]]></text>
+ <tag>glossaryinfo</tag>
+ <description>glossaryinfo</description>
+ </snippet>
+ <snippet id="glossdef">
+ <text><![CDATA[<glossdef>
+ ${1}
+</glossdef>]]></text>
+ <tag>glossdef</tag>
+ <description>glossdef</description>
+ </snippet>
+ <snippet id="glossdiv">
+ <text><![CDATA[<glossdiv>
+ ${1}
+</glossdiv>]]></text>
+ <tag>glossdiv</tag>
+ <description>glossdiv</description>
+ </snippet>
+ <snippet id="glossentry">
+ <text><![CDATA[<glossentry>
+ ${1}
+</glossentry>]]></text>
+ <tag>glossentry</tag>
+ <description>glossentry</description>
+ </snippet>
+ <snippet id="glosslist">
+ <text><![CDATA[<glosslist>
+ ${1}
+</glosslist>]]></text>
+ <tag>glosslist</tag>
+ <description>glosslist</description>
+ </snippet>
+ <snippet id="glosssee">
+ <text><![CDATA[<glosssee otherterm="${1}">${2}</glosssee>]]></text>
+ <tag>glosssee</tag>
+ <description>glosssee</description>
+ </snippet>
+ <snippet id="glossseealso">
+ <text><![CDATA[<glossseealso otherterm="${1}">${2}</glossseealso>]]></text>
+ <tag>glossseealso</tag>
+ <description>glossseealso</description>
+ </snippet>
+ <snippet id="glossterm">
+ <text><![CDATA[<glossterm>${1}</glossterm>]]></text>
+ <tag>glossterm</tag>
+ <description>glossterm</description>
+ </snippet>
+ <snippet id="graphic">
+ <text><![CDATA[<graphic fileref="${1}" />]]></text>
+ <tag>graphic</tag>
+ <description>graphic</description>
+ </snippet>
+ <snippet id="graphicco">
+ <text><![CDATA[<graphicco>
+ ${1}
+</graphicco>]]></text>
+ <tag>graphicco</tag>
+ <description>graphicco</description>
+ </snippet>
+ <snippet id="group">
+ <text><![CDATA[<group>
+ ${1}
+</group>]]></text>
+ <tag>group</tag>
+ <description>group</description>
+ </snippet>
+ <snippet id="guibutton">
+ <text><![CDATA[<guibutton>${1}</guibutton>]]></text>
+ <tag>guibutton</tag>
+ <description>guibutton</description>
+ </snippet>
+ <snippet id="guiicon">
+ <text><![CDATA[<guiicon>${1}</guiicon>]]></text>
+ <tag>guiicon</tag>
+ <description>guiicon</description>
+ </snippet>
+ <snippet id="guilabel">
+ <text><![CDATA[<guilabel>${1}</guilabel>]]></text>
+ <tag>guilabel</tag>
+ <description>guilabel</description>
+ </snippet>
+ <snippet id="guimenu">
+ <text><![CDATA[<guimenu>${1}</guimenu>]]></text>
+ <tag>guimenu</tag>
+ <description>guimenu</description>
+ </snippet>
+ <snippet id="guimenuitem">
+ <text><![CDATA[<guimenuitem>${1}</guimenuitem>]]></text>
+ <tag>guimenuitem</tag>
+ <description>guimenuitem</description>
+ </snippet>
+ <snippet id="guisubmenu">
+ <text><![CDATA[<guisubmenu>${1}</guisubmenu>]]></text>
+ <tag>guisubmenu</tag>
+ <description>guisubmenu</description>
+ </snippet>
+ <snippet id="hardware">
+ <text><![CDATA[<hardware>${1}</hardware>]]></text>
+ <tag>hardware</tag>
+ <description>hardware</description>
+ </snippet>
+ <snippet id="highlights">
+ <text><![CDATA[<highlights>
+ ${1}
+</highlights>]]></text>
+ <tag>highlights</tag>
+ <description>highlights</description>
+ </snippet>
+ <snippet id="holder">
+ <text><![CDATA[<holder>${1}</holder>]]></text>
+ <tag>holder</tag>
+ <description>holder</description>
+ </snippet>
+ <snippet id="honorific">
+ <text><![CDATA[<honorific>${1}</honorific>]]></text>
+ <tag>honorific</tag>
+ <description>honorific</description>
+ </snippet>
+ <snippet id="imagedata">
+ <text><![CDATA[<imagedata fileref="${1}" format="${2:PNG}" scalefit="${3:0}" />]]></text>
+ <tag>imagedata</tag>
+ <description>imagedata</description>
+ </snippet>
+ <snippet id="imageobject">
+ <text><![CDATA[<imageobject>
+ ${1}
+</imageobject>]]></text>
+ <tag>imageobject</tag>
+ <description>imageobject</description>
+ </snippet>
+ <snippet id="imageobjectco">
+ <text><![CDATA[<imageobjectco>
+ ${1}
+</imageobjectco>]]></text>
+ <tag>imageobjectco</tag>
+ <description>imageobjectco</description>
+ </snippet>
+ <snippet id="important">
+ <text><![CDATA[<important>
+ ${1}
+</important>]]></text>
+ <tag>important</tag>
+ <description>important</description>
+ </snippet>
+ <snippet id="index">
+ <text><![CDATA[<index>
+ ${1}
+</index>]]></text>
+ <tag>index</tag>
+ <description>index</description>
+ </snippet>
+ <snippet id="indexdiv">
+ <text><![CDATA[<indexdiv>
+ ${1}
+</indexdiv>]]></text>
+ <tag>indexdiv</tag>
+ <description>indexdiv</description>
+ </snippet>
+ <snippet id="indexentry">
+ <text><![CDATA[<indexentry>
+ ${1}
+</indexentry>]]></text>
+ <tag>indexentry</tag>
+ <description>indexentry</description>
+ </snippet>
+ <snippet id="indexinfo">
+ <text><![CDATA[<indexinfo>
+ ${1}
+</indexinfo>]]></text>
+ <tag>indexinfo</tag>
+ <description>indexinfo</description>
+ </snippet>
+ <snippet id="indexterm">
+ <text><![CDATA[<indexterm>
+ ${1}
+</indexterm>]]></text>
+ <tag>indexterm</tag>
+ <description>indexterm</description>
+ </snippet>
+ <snippet id="informalequation">
+ <text><![CDATA[<informalequation>
+ ${1}
+</informalequation>]]></text>
+ <tag>informalequation</tag>
+ <description>informalequation</description>
+ </snippet>
+ <snippet id="informalexample">
+ <text><![CDATA[<informalexample>
+ ${1}
+</informalexample>]]></text>
+ <tag>informalexample</tag>
+ <description>informalexample</description>
+ </snippet>
+ <snippet id="informalfigure">
+ <text><![CDATA[<informalfigure>
+ ${1}
+</informalfigure>]]></text>
+ <tag>informalfigure</tag>
+ <description>informalfigure</description>
+ </snippet>
+ <snippet id="informaltable">
+ <text><![CDATA[<informaltable>
+ ${1}
+</informaltable>]]></text>
+ <tag>informaltable</tag>
+ <description>informaltable</description>
+ </snippet>
+ <snippet id="initializer">
+ <text><![CDATA[<initializer>${1}</initializer>]]></text>
+ <tag>initializer</tag>
+ <description>initializer</description>
+ </snippet>
+ <snippet id="inlineequation">
+ <text><![CDATA[<inlineequation>
+ ${1}
+</inlineequation>]]></text>
+ <tag>inlineequation</tag>
+ <description>inlineequation</description>
+ </snippet>
+ <snippet id="inlinegraphic">
+ <text><![CDATA[<inlinegraphic fileref="${1}" format="${2:PNG}" scalefit="${3:0}" />]]></text>
+ <tag>inlinegraphic</tag>
+ <description>inlinegraphic</description>
+ </snippet>
+ <snippet id="inlinemediaobject">
+ <text><![CDATA[<inlinemediaobject>
+ ${1}
+</inlinemediaobject>]]></text>
+ <tag>inlinemediaobject</tag>
+ <description>inlinemediaobject</description>
+ </snippet>
+ <snippet id="interface">
+ <text><![CDATA[<interface>${1}</interface>]]></text>
+ <tag>interface</tag>
+ <description>interface</description>
+ </snippet>
+ <snippet id="interfacename">
+ <text><![CDATA[<interfacename>${1}</interfacename>]]></text>
+ <tag>interfacename</tag>
+ <description>interfacename</description>
+ </snippet>
+ <snippet id="invpartnumber">
+ <text><![CDATA[<invpartnumber>${1}</invpartnumber>]]></text>
+ <tag>invpartnumber</tag>
+ <description>invpartnumber</description>
+ </snippet>
+ <snippet id="isbn">
+ <text><![CDATA[<isbn>${1}</isbn>]]></text>
+ <tag>isbn</tag>
+ <description>isbn</description>
+ </snippet>
+ <snippet id="issn">
+ <text><![CDATA[<issn>${1}</issn>]]></text>
+ <tag>issn</tag>
+ <description>issn</description>
+ </snippet>
+ <snippet id="issuenum">
+ <text><![CDATA[<issuenum>${1}</issuenum>]]></text>
+ <tag>issuenum</tag>
+ <description>issuenum</description>
+ </snippet>
+ <snippet id="itemizedlist">
+ <text><![CDATA[<itemizedlist>
+ ${1}
+</itemizedlist>]]></text>
+ <tag>itemizedlist</tag>
+ <description>itemizedlist</description>
+ </snippet>
+ <snippet id="itermset">
+ <text><![CDATA[<itermset>
+ ${1}
+</itermset>]]></text>
+ <tag>itermset</tag>
+ <description>itermset</description>
+ </snippet>
+ <snippet id="jobtitle">
+ <text><![CDATA[<jobtitle>${1}</jobtitle>]]></text>
+ <tag>jobtitle</tag>
+ <description>jobtitle</description>
+ </snippet>
+ <snippet id="keycap">
+ <text><![CDATA[<keycap>${1}</keycap>]]></text>
+ <tag>keycap</tag>
+ <description>keycap</description>
+ </snippet>
+ <snippet id="keycode">
+ <text><![CDATA[<keycode>${1}</keycode>]]></text>
+ <tag>keycode</tag>
+ <description>keycode</description>
+ </snippet>
+ <snippet id="keycombo">
+ <text><![CDATA[<keycombo>${1}</keycombo>]]></text>
+ <tag>keycombo</tag>
+ <description>keycombo</description>
+ </snippet>
+ <snippet id="keysym">
+ <text><![CDATA[<keysym>${1}</keysym>]]></text>
+ <tag>keysym</tag>
+ <description>keysym</description>
+ </snippet>
+ <snippet id="keyword">
+ <text><![CDATA[<keyword>${1}</keyword>]]></text>
+ <tag>keyword</tag>
+ <description>keyword</description>
+ </snippet>
+ <snippet id="keywordset">
+ <text><![CDATA[<keywordset>
+ ${1}
+</keywordset>]]></text>
+ <tag>keywordset</tag>
+ <description>keywordset</description>
+ </snippet>
+ <snippet id="label">
+ <text><![CDATA[<label>${1}</label>]]></text>
+ <tag>label</tag>
+ <description>label</description>
+ </snippet>
+ <snippet id="legalnotice">
+ <text><![CDATA[<legalnotice>
+ ${1}
+</legalnotice>]]></text>
+ <tag>legalnotice</tag>
+ <description>legalnotice</description>
+ </snippet>
+ <snippet id="lineage">
+ <text><![CDATA[<lineage>${1}</lineage>]]></text>
+ <tag>lineage</tag>
+ <description>lineage</description>
+ </snippet>
+ <snippet id="lineannotation">
+ <text><![CDATA[<lineannotation>${1}</lineannotation>]]></text>
+ <tag>lineannotation</tag>
+ <description>lineannotation</description>
+ </snippet>
+ <snippet id="link">
+ <text><![CDATA[<link linkend="${1}">${2}</link>]]></text>
+ <tag>link</tag>
+ <description>link</description>
+ </snippet>
+ <snippet id="listitem">
+ <text><![CDATA[<listitem>
+ ${1}
+</listitem>]]></text>
+ <tag>listitem</tag>
+ <description>listitem</description>
+ </snippet>
+ <snippet id="literal">
+ <text><![CDATA[<literal>${1}</literal>]]></text>
+ <tag>literal</tag>
+ <description>literal</description>
+ </snippet>
+ <snippet id="literallayout">
+ <text><![CDATA[<literallayout>${1}</literallayout>]]></text>
+ <tag>literallayout</tag>
+ <description>literallayout</description>
+ </snippet>
+ <snippet id="lot">
+ <text><![CDATA[<lot>
+ ${1}
+</lot>]]></text>
+ <tag>lot</tag>
+ <description>lot</description>
+ </snippet>
+ <snippet id="lotentry">
+ <text><![CDATA[<lotentry linkend="${1}">
+ ${2}
+</lotentry>]]></text>
+ <tag>lotentry</tag>
+ <description>lotentry</description>
+ </snippet>
+ <snippet id="manvolnum">
+ <text><![CDATA[<manvolnum>${1}</manvolnum>]]></text>
+ <tag>manvolnum</tag>
+ <description>manvolnum</description>
+ </snippet>
+ <snippet id="markup">
+ <text><![CDATA[<markup>${1}</markup>]]></text>
+ <tag>markup</tag>
+ <description>markup</description>
+ </snippet>
+ <snippet id="mathphrase">
+ <text><![CDATA[<mathphrase>${1}</mathphrase>]]></text>
+ <tag>mathphrase</tag>
+ <description>mathphrase</description>
+ </snippet>
+ <snippet id="medialabel">
+ <text><![CDATA[<medialabel>${1}</medialabel>]]></text>
+ <tag>medialabel</tag>
+ <description>medialabel</description>
+ </snippet>
+ <snippet id="mediaobject">
+ <text><![CDATA[<mediaobject>
+ ${1}
+</mediaobject>]]></text>
+ <tag>mediaobject</tag>
+ <description>mediaobject</description>
+ </snippet>
+ <snippet id="mediaobjectco">
+ <text><![CDATA[<mediaobjectco>
+ ${1}
+</mediaobjectco>]]></text>
+ <tag>mediaobjectco</tag>
+ <description>mediaobjectco</description>
+ </snippet>
+ <snippet id="member">
+ <text><![CDATA[<member>
+ ${1}
+</member>]]></text>
+ <tag>member</tag>
+ <description>member</description>
+ </snippet>
+ <snippet id="menuchoice">
+ <text><![CDATA[<menuchoice>${1}</menuchoice>]]></text>
+ <tag>menuchoice</tag>
+ <description>menuchoice</description>
+ </snippet>
+ <snippet id="methodname">
+ <text><![CDATA[<methodname>${1}</methodname>]]></text>
+ <tag>methodname</tag>
+ <description>methodname</description>
+ </snippet>
+ <snippet id="methodparam">
+ <text><![CDATA[<methodparam>${1}</methodparam>]]></text>
+ <tag>methodparam</tag>
+ <description>methodparam</description>
+ </snippet>
+ <snippet id="methodsynopsis">
+ <text><![CDATA[<methodsynopsis language="${1}">
+ ${2}
+</methodsynopsis>]]></text>
+ <tag>methodsynopsis</tag>
+ <description>methodsynopsis</description>
+ </snippet>
+ <snippet id="modespec">
+ <text><![CDATA[<modespec application="${1}">${2}</modespec>]]></text>
+ <tag>modespec</tag>
+ <description>modespec</description>
+ </snippet>
+ <snippet id="modifier">
+ <text><![CDATA[<modifier>${1}</modifier>]]></text>
+ <tag>modifier</tag>
+ <description>modifier</description>
+ </snippet>
+ <snippet id="mousebutton">
+ <text><![CDATA[<mousebutton>${1}</mousebutton>]]></text>
+ <tag>mousebutton</tag>
+ <description>mousebutton</description>
+ </snippet>
+ <snippet id="msg">
+ <text><![CDATA[<msg>
+ ${1}
+</msg>]]></text>
+ <tag>msg</tag>
+ <description>msg</description>
+ </snippet>
+ <snippet id="msgaud">
+ <text><![CDATA[<msgaud>${1}</msgaud>]]></text>
+ <tag>msgaud</tag>
+ <description>msgaud</description>
+ </snippet>
+ <snippet id="msgentry">
+ <text><![CDATA[<msgentry>
+ ${1}
+</msgentry>]]></text>
+ <tag>msgentry</tag>
+ <description>msgentry</description>
+ </snippet>
+ <snippet id="msgexplan">
+ <text><![CDATA[<msgexplan>
+ ${1}
+</msgexplan>]]></text>
+ <tag>msgexplan</tag>
+ <description>msgexplan</description>
+ </snippet>
+ <snippet id="msginfo">
+ <text><![CDATA[<msginfo>
+ ${1}
+</msginfo>]]></text>
+ <tag>msginfo</tag>
+ <description>msginfo</description>
+ </snippet>
+ <snippet id="msglevel">
+ <text><![CDATA[<msglevel>${1}</msglevel>]]></text>
+ <tag>msglevel</tag>
+ <description>msglevel</description>
+ </snippet>
+ <snippet id="msgmain">
+ <text><![CDATA[<msgmain>
+ ${1}
+</msgmain>]]></text>
+ <tag>msgmain</tag>
+ <description>msgmain</description>
+ </snippet>
+ <snippet id="msgorig">
+ <text><![CDATA[<msgorig>${1}</msgorig>]]></text>
+ <tag>msgorig</tag>
+ <description>msgorig</description>
+ </snippet>
+ <snippet id="msgrel">
+ <text><![CDATA[<msgrel>
+ ${1}
+</msgrel>]]></text>
+ <tag>msgrel</tag>
+ <description>msgrel</description>
+ </snippet>
+ <snippet id="msgset">
+ <text><![CDATA[<msgset>
+ ${1}
+</msgset>]]></text>
+ <tag>msgset</tag>
+ <description>msgset</description>
+ </snippet>
+ <snippet id="msgsub">
+ <text><![CDATA[<msgsub>
+ ${1}
+</msgsub>]]></text>
+ <tag>msgsub</tag>
+ <description>msgsub</description>
+ </snippet>
+ <snippet id="msgtext">
+ <text><![CDATA[<msgtext>
+ ${1}
+</msgtext>]]></text>
+ <tag>msgtext</tag>
+ <description>msgtext</description>
+ </snippet>
+ <snippet id="note">
+ <text><![CDATA[<note>
+ ${1}
+</note>]]></text>
+ <tag>note</tag>
+ <description>note</description>
+ </snippet>
+ <snippet id="objectinfo">
+ <text><![CDATA[<objectinfo>
+ ${1}
+</objectinfo>]]></text>
+ <tag>objectinfo</tag>
+ <description>objectinfo</description>
+ </snippet>
+ <snippet id="olink">
+ <text><![CDATA[<olink targetdocent="${1}">${2}</olink>]]></text>
+ <tag>olink</tag>
+ <description>olink</description>
+ </snippet>
+ <snippet id="ooclass">
+ <text><![CDATA[<ooclass>${1}</ooclass>]]></text>
+ <tag>ooclass</tag>
+ <description>ooclass</description>
+ </snippet>
+ <snippet id="ooexception">
+ <text><![CDATA[<ooexception>${1}</ooexception>]]></text>
+ <tag>ooexception</tag>
+ <description>ooexception</description>
+ </snippet>
+ <snippet id="oointerface">
+ <text><![CDATA[<oointerface>${1}</oointerface>]]></text>
+ <tag>oointerface</tag>
+ <description>oointerface</description>
+ </snippet>
+ <snippet id="option">
+ <text><![CDATA[<option>${1}</option>]]></text>
+ <tag>option</tag>
+ <description>option</description>
+ </snippet>
+ <snippet id="optional">
+ <text><![CDATA[<optional>${1}</optional>]]></text>
+ <tag>optional</tag>
+ <description>optional</description>
+ </snippet>
+ <snippet id="orderedlist">
+ <text><![CDATA[<orderedlist>
+ ${1}
+</orderedlist>]]></text>
+ <tag>orderedlist</tag>
+ <description>orderedlist</description>
+ </snippet>
+ <snippet id="orgdiv">
+ <text><![CDATA[<orgdiv>${1}</orgdiv>]]></text>
+ <tag>orgdiv</tag>
+ <description>orgdiv</description>
+ </snippet>
+ <snippet id="orgname">
+ <text><![CDATA[<orgname>${1}</orgname>]]></text>
+ <tag>orgname</tag>
+ <description>orgname</description>
+ </snippet>
+ <snippet id="otheraddr">
+ <text><![CDATA[<otheraddr>${1}</otheraddr>]]></text>
+ <tag>otheraddr</tag>
+ <description>otheraddr</description>
+ </snippet>
+ <snippet id="othercredit">
+ <text><![CDATA[<othercredit>
+ ${1}
+</othercredit>]]></text>
+ <tag>othercredit</tag>
+ <description>othercredit</description>
+ </snippet>
+ <snippet id="othername">
+ <text><![CDATA[<othername>${1}</othername>]]></text>
+ <tag>othername</tag>
+ <description>othername</description>
+ </snippet>
+ <snippet id="package">
+ <text><![CDATA[<package>${1}</package>]]></text>
+ <tag>package</tag>
+ <description>package</description>
+ </snippet>
+ <snippet id="pagenums">
+ <text><![CDATA[<pagenums>${1}</pagenums>]]></text>
+ <tag>pagenums</tag>
+ <description>pagenums</description>
+ </snippet>
+ <snippet id="para">
+ <text><![CDATA[<para>
+ ${1}
+</para>]]></text>
+ <tag>para</tag>
+ <description>para</description>
+ </snippet>
+ <snippet id="paramdef">
+ <text><![CDATA[<paramdef>${1}</paramdef>]]></text>
+ <tag>paramdef</tag>
+ <description>paramdef</description>
+ </snippet>
+ <snippet id="parameter">
+ <text><![CDATA[<parameter class="${1:function}">${2}</parameter>]]></text>
+ <tag>parameter</tag>
+ <description>parameter</description>
+ </snippet>
+ <snippet id="part">
+ <text><![CDATA[<part id="${1}">
+ ${2}
+</part>]]></text>
+ <tag>part</tag>
+ <description>part</description>
+ </snippet>
+ <snippet id="partinfo">
+ <text><![CDATA[<partinfo>
+ ${1}
+</partinfo>]]></text>
+ <tag>partinfo</tag>
+ <description>partinfo</description>
+ </snippet>
+ <snippet id="partintro">
+ <text><![CDATA[<partintro>
+ ${1}
+</partintro>]]></text>
+ <tag>partintro</tag>
+ <description>partintro</description>
+ </snippet>
+ <snippet id="personblurb">
+ <text><![CDATA[<personblurb>
+ ${1}
+</personblurb>]]></text>
+ <tag>personblurb</tag>
+ <description>personblurb</description>
+ </snippet>
+ <snippet id="personname">
+ <text><![CDATA[<personname>${1}</personname>]]></text>
+ <tag>personname</tag>
+ <description>personname</description>
+ </snippet>
+ <snippet id="phone">
+ <text><![CDATA[<phone>${1}</phone>]]></text>
+ <tag>phone</tag>
+ <description>phone</description>
+ </snippet>
+ <snippet id="phrase">
+ <text><![CDATA[<phrase>${1}</phrase>]]></text>
+ <tag>phrase</tag>
+ <description>phrase</description>
+ </snippet>
+ <snippet id="pob">
+ <text><![CDATA[<pob>${1}</pob>]]></text>
+ <tag>pob</tag>
+ <description>pob</description>
+ </snippet>
+ <snippet id="postcode">
+ <text><![CDATA[<postcode>${1}</postcode>]]></text>
+ <tag>postcode</tag>
+ <description>postcode</description>
+ </snippet>
+ <snippet id="preface">
+ <text><![CDATA[<preface id="${1}">
+ ${2}
+</preface>]]></text>
+ <tag>preface</tag>
+ <description>preface</description>
+ </snippet>
+ <snippet id="prefaceinfo">
+ <text><![CDATA[<prefaceinfo>
+ ${1}
+</prefaceinfo>]]></text>
+ <tag>prefaceinfo</tag>
+ <description>prefaceinfo</description>
+ </snippet>
+ <snippet id="primary">
+ <text><![CDATA[<primary>${1}</primary>]]></text>
+ <tag>primary</tag>
+ <description>primary</description>
+ </snippet>
+ <snippet id="primaryie">
+ <text><![CDATA[<primaryie>${1}</primaryie>]]></text>
+ <tag>primaryie</tag>
+ <description>primaryie</description>
+ </snippet>
+ <snippet id="printhistory">
+ <text><![CDATA[<printhistory>
+ ${1}
+</printhistory>]]></text>
+ <tag>printhistory</tag>
+ <description>printhistory</description>
+ </snippet>
+ <snippet id="procedure">
+ <text><![CDATA[<procedure>
+ ${1}
+</procedure>]]></text>
+ <tag>procedure</tag>
+ <description>procedure</description>
+ </snippet>
+ <snippet id="productname">
+ <text><![CDATA[<productname class="${1:trade}">${2}</productname>]]></text>
+ <tag>productname</tag>
+ <description>productname</description>
+ </snippet>
+ <snippet id="productnumber">
+ <text><![CDATA[<productnumber>${1}</productnumber>]]></text>
+ <tag>productnumber</tag>
+ <description>productnumber</description>
+ </snippet>
+ <snippet id="programlisting">
+ <text><![CDATA[<programlisting language="${1}">${2}</programlisting>]]></text>
+ <tag>programlisting</tag>
+ <description>programlisting</description>
+ </snippet>
+ <snippet id="programlistingco">
+ <text><![CDATA[<programlistingco>
+ ${1}
+</programlistingco>]]></text>
+ <tag>programlistingco</tag>
+ <description>programlistingco</description>
+ </snippet>
+ <snippet id="prompt">
+ <text><![CDATA[<prompt>${1}</prompt>]]></text>
+ <tag>prompt</tag>
+ <description>prompt</description>
+ </snippet>
+ <snippet id="property">
+ <text><![CDATA[<property>${1}</property>]]></text>
+ <tag>property</tag>
+ <description>property</description>
+ </snippet>
+ <snippet id="pubdate">
+ <text><![CDATA[<pubdate>${1}</pubdate>]]></text>
+ <tag>pubdate</tag>
+ <description>pubdate</description>
+ </snippet>
+ <snippet id="publisher">
+ <text><![CDATA[<publisher>
+ ${1}
+</publisher>]]></text>
+ <tag>publisher</tag>
+ <description>publisher</description>
+ </snippet>
+ <snippet id="publishername">
+ <text><![CDATA[<publishername>${1}</publishername>]]></text>
+ <tag>publishername</tag>
+ <description>publishername</description>
+ </snippet>
+ <snippet id="pubsnumber">
+ <text><![CDATA[<pubsnumber>${1}</pubsnumber>]]></text>
+ <tag>pubsnumber</tag>
+ <description>pubsnumber</description>
+ </snippet>
+ <snippet id="qandadiv">
+ <text><![CDATA[<qandadiv>
+ ${1}
+</qandadiv>]]></text>
+ <tag>qandadiv</tag>
+ <description>qandadiv</description>
+ </snippet>
+ <snippet id="qandaentry">
+ <text><![CDATA[<qandaentry>
+ ${1}
+</qandaentry>]]></text>
+ <tag>qandaentry</tag>
+ <description>qandaentry</description>
+ </snippet>
+ <snippet id="qandaset">
+ <text><![CDATA[<qandaset>
+ ${1}
+</qandaset>]]></text>
+ <tag>qandaset</tag>
+ <description>qandaset</description>
+ </snippet>
+ <snippet id="question">
+ <text><![CDATA[<question>
+ ${1}
+</question>]]></text>
+ <tag>question</tag>
+ <description>question</description>
+ </snippet>
+ <snippet id="quote">
+ <text><![CDATA[<quote>${1}</quote>]]></text>
+ <tag>quote</tag>
+ <description>quote</description>
+ </snippet>
+ <snippet id="refclass">
+ <text><![CDATA[<refclass>${1}</refclass>]]></text>
+ <tag>refclass</tag>
+ <description>refclass</description>
+ </snippet>
+ <snippet id="refdescriptor">
+ <text><![CDATA[<refdescriptor>${1}</refdescriptor>]]></text>
+ <tag>refdescriptor</tag>
+ <description>refdescriptor</description>
+ </snippet>
+ <snippet id="refentry">
+ <text><![CDATA[<refentry>
+ ${1}
+</refentry>]]></text>
+ <tag>refentry</tag>
+ <description>refentry</description>
+ </snippet>
+ <snippet id="refentryinfo">
+ <text><![CDATA[<refentryinfo>
+ ${1}
+</refentryinfo>]]></text>
+ <tag>refentryinfo</tag>
+ <description>refentryinfo</description>
+ </snippet>
+ <snippet id="refentrytitle">
+ <text><![CDATA[<refentrytitle>${1}</refentrytitle>]]></text>
+ <tag>refentrytitle</tag>
+ <description>refentrytitle</description>
+ </snippet>
+ <snippet id="reference">
+ <text><![CDATA[<reference>
+ ${1}
+</reference>]]></text>
+ <tag>reference</tag>
+ <description>reference</description>
+ </snippet>
+ <snippet id="referenceinfo">
+ <text><![CDATA[<referenceinfo>
+ ${1}
+</referenceinfo>]]></text>
+ <tag>referenceinfo</tag>
+ <description>referenceinfo</description>
+ </snippet>
+ <snippet id="refmeta">
+ <text><![CDATA[<refmeta>
+ ${1}
+</refmeta>]]></text>
+ <tag>refmeta</tag>
+ <description>refmeta</description>
+ </snippet>
+ <snippet id="refmiscinfo">
+ <text><![CDATA[<refmiscinfo>
+ ${1}
+</refmiscinfo>]]></text>
+ <tag>refmiscinfo</tag>
+ <description>refmiscinfo</description>
+ </snippet>
+ <snippet id="refname">
+ <text><![CDATA[<refname>${1}</refname>]]></text>
+ <tag>refname</tag>
+ <description>refname</description>
+ </snippet>
+ <snippet id="refnamediv">
+ <text><![CDATA[<refnamediv>
+ ${1}
+</refnamediv>]]></text>
+ <tag>refnamediv</tag>
+ <description>refnamediv</description>
+ </snippet>
+ <snippet id="refpurpose">
+ <text><![CDATA[<refpurpose>${1}</refpurpose>]]></text>
+ <tag>refpurpose</tag>
+ <description>refpurpose</description>
+ </snippet>
+ <snippet id="refsect1">
+ <text><![CDATA[<refsect1>
+ ${1}
+</refsect1>]]></text>
+ <tag>refsect1</tag>
+ <description>refsect1</description>
+ </snippet>
+ <snippet id="refsect1info">
+ <text><![CDATA[<refsect1info>
+ ${1}
+</refsect1info>]]></text>
+ <tag>refsect1info</tag>
+ <description>refsect1info</description>
+ </snippet>
+ <snippet id="refsect2">
+ <text><![CDATA[<refsect2>
+ ${1}
+</refsect2>]]></text>
+ <tag>refsect2</tag>
+ <description>refsect2</description>
+ </snippet>
+ <snippet id="refsect2info">
+ <text><![CDATA[<refsect2info>
+ ${1}
+</refsect2info>]]></text>
+ <tag>refsect2info</tag>
+ <description>refsect2info</description>
+ </snippet>
+ <snippet id="refsect3">
+ <text><![CDATA[<refsect3>
+ ${1}
+</refsect3>]]></text>
+ <tag>refsect3</tag>
+ <description>refsect3</description>
+ </snippet>
+ <snippet id="refsect3info">
+ <text><![CDATA[<refsect3info>
+ ${1}
+</refsect3info>]]></text>
+ <tag>refsect3info</tag>
+ <description>refsect3info</description>
+ </snippet>
+ <snippet id="refsection">
+ <text><![CDATA[<refsection>
+ ${1}
+</refsection>]]></text>
+ <tag>refsection</tag>
+ <description>refsection</description>
+ </snippet>
+ <snippet id="refsectioninfo">
+ <text><![CDATA[<refsectioninfo>
+ ${1}
+</refsectioninfo>]]></text>
+ <tag>refsectioninfo</tag>
+ <description>refsectioninfo</description>
+ </snippet>
+ <snippet id="refsynopsisdiv">
+ <text><![CDATA[<refsynopsisdiv>
+ ${1}
+</refsynopsisdiv>]]></text>
+ <tag>refsynopsisdiv</tag>
+ <description>refsynopsisdiv</description>
+ </snippet>
+ <snippet id="refsynopsisdivinfo">
+ <text><![CDATA[<refsynopsisdivinfo>
+ ${1}
+</refsynopsisdivinfo>]]></text>
+ <tag>refsynopsisdivinfo</tag>
+ <description>refsynopsisdivinfo</description>
+ </snippet>
+ <snippet id="releaseinfo">
+ <text><![CDATA[<releaseinfo>${1}</releaseinfo>]]></text>
+ <tag>releaseinfo</tag>
+ <description>releaseinfo</description>
+ </snippet>
+ <snippet id="remark">
+ <text><![CDATA[<remark>${1}</remark>]]></text>
+ <tag>remark</tag>
+ <description>remark</description>
+ </snippet>
+ <snippet id="replaceable">
+ <text><![CDATA[<replaceable>${1}</replaceable>]]></text>
+ <tag>replaceable</tag>
+ <description>replaceable</description>
+ </snippet>
+ <snippet id="returnvalue">
+ <text><![CDATA[<returnvalue>${1}</returnvalue>]]></text>
+ <tag>returnvalue</tag>
+ <description>returnvalue</description>
+ </snippet>
+ <snippet id="revdescription">
+ <text><![CDATA[<revdescription>
+ ${1}
+</revdescription>]]></text>
+ <tag>revdescription</tag>
+ <description>revdescription</description>
+ </snippet>
+ <snippet id="revhistory">
+ <text><![CDATA[<revhistory>
+ ${1}
+</revhistory>]]></text>
+ <tag>revhistory</tag>
+ <description>revhistory</description>
+ </snippet>
+ <snippet id="revision">
+ <text><![CDATA[<revision>
+ ${1}
+</revision>]]></text>
+ <tag>revision</tag>
+ <description>revision</description>
+ </snippet>
+ <snippet id="revnumber">
+ <text><![CDATA[<revnumber>${1}</revnumber>]]></text>
+ <tag>revnumber</tag>
+ <description>revnumber</description>
+ </snippet>
+ <snippet id="revremark">
+ <text><![CDATA[<revremark>${1}</revremark>]]></text>
+ <tag>revremark</tag>
+ <description>revremark</description>
+ </snippet>
+ <snippet id="row">
+ <text><![CDATA[<row>
+ ${1}
+</row>]]></text>
+ <tag>row</tag>
+ <description>row</description>
+ </snippet>
+ <snippet id="sbr">
+ <text><![CDATA[<sbr />]]></text>
+ <tag>sbr</tag>
+ <description>sbr</description>
+ </snippet>
+ <snippet id="screen">
+ <text><![CDATA[<screen>${1}</screen>]]></text>
+ <tag>screen</tag>
+ <description>screen</description>
+ </snippet>
+ <snippet id="screenco">
+ <text><![CDATA[<screenco>
+ ${1}
+</screenco>]]></text>
+ <tag>screenco</tag>
+ <description>screenco</description>
+ </snippet>
+ <snippet id="screeninfo">
+ <text><![CDATA[<screeninfo>${1}</screeninfo>]]></text>
+ <tag>screeninfo</tag>
+ <description>screeninfo</description>
+ </snippet>
+ <snippet id="screenshot">
+ <text><![CDATA[<screenshot>
+ ${1}
+</screenshot>]]></text>
+ <tag>screenshot</tag>
+ <description>screenshot</description>
+ </snippet>
+ <snippet id="secondary">
+ <text><![CDATA[<secondary>${1}</secondary>]]></text>
+ <tag>secondary</tag>
+ <description>secondary</description>
+ </snippet>
+ <snippet id="secondaryie">
+ <text><![CDATA[<secondaryie>${1}</secondaryie>]]></text>
+ <tag>secondaryie</tag>
+ <description>secondaryie</description>
+ </snippet>
+ <snippet id="sect1">
+ <text><![CDATA[<sect1 id="${1}">
+ ${2}
+</sect1>]]></text>
+ <tag>sect1</tag>
+ <description>sect1</description>
+ </snippet>
+ <snippet id="sect1info">
+ <text><![CDATA[<sect1info>
+ ${1}
+</sect1info>]]></text>
+ <tag>sect1info</tag>
+ <description>sect1info</description>
+ </snippet>
+ <snippet id="sect2">
+ <text><![CDATA[<sect2 id="${1}">
+ ${2}
+</sect2>]]></text>
+ <tag>sect2</tag>
+ <description>sect2</description>
+ </snippet>
+ <snippet id="sect2info">
+ <text><![CDATA[<sect2info>
+ ${1}
+</sect2info>]]></text>
+ <tag>sect2info</tag>
+ <description>sect2info</description>
+ </snippet>
+ <snippet id="sect3">
+ <text><![CDATA[<sect3 id="${1}">
+ ${2}
+</sect3>]]></text>
+ <tag>sect3</tag>
+ <description>sect3</description>
+ </snippet>
+ <snippet id="sect3info">
+ <text><![CDATA[<sect3info>
+ ${1}
+</sect3info>]]></text>
+ <tag>sect3info</tag>
+ <description>sect3info</description>
+ </snippet>
+ <snippet id="sect4">
+ <text><![CDATA[<sect4 id="${1}">
+ ${2}
+</sect4>]]></text>
+ <tag>sect4</tag>
+ <description>sect4</description>
+ </snippet>
+ <snippet id="sect4info">
+ <text><![CDATA[<sect4info>
+ ${1}
+</sect4info>]]></text>
+ <tag>sect4info</tag>
+ <description>sect4info</description>
+ </snippet>
+ <snippet id="sect5">
+ <text><![CDATA[<sect5 id="${1}">
+ ${2}
+</sect5>]]></text>
+ <tag>sect5</tag>
+ <description>sect5</description>
+ </snippet>
+ <snippet id="sect5info">
+ <text><![CDATA[<sect5info>
+ ${1}
+</sect5info>]]></text>
+ <tag>sect5info</tag>
+ <description>sect5info</description>
+ </snippet>
+ <snippet id="section">
+ <text><![CDATA[<section id="${1}">
+ ${2}
+</section>]]></text>
+ <tag>section</tag>
+ <description>section</description>
+ </snippet>
+ <snippet id="sectioninfo">
+ <text><![CDATA[<sectioninfo>
+ ${1}
+</sectioninfo>]]></text>
+ <tag>sectioninfo</tag>
+ <description>sectioninfo</description>
+ </snippet>
+ <snippet id="see">
+ <text><![CDATA[<see>${1}</see>]]></text>
+ <tag>see</tag>
+ <description>see</description>
+ </snippet>
+ <snippet id="seealso">
+ <text><![CDATA[<seealso>${1}</seealso>]]></text>
+ <tag>seealso</tag>
+ <description>seealso</description>
+ </snippet>
+ <snippet id="seealsoie">
+ <text><![CDATA[<seealsoie>${1}</seealsoie>]]></text>
+ <tag>seealsoie</tag>
+ <description>seealsoie</description>
+ </snippet>
+ <snippet id="seeie">
+ <text><![CDATA[<seeie>${1}</seeie>]]></text>
+ <tag>seeie</tag>
+ <description>seeie</description>
+ </snippet>
+ <snippet id="seg">
+ <text><![CDATA[<seg>${1}</seg>]]></text>
+ <tag>seg</tag>
+ <description>seg</description>
+ </snippet>
+ <snippet id="seglistitem">
+ <text><![CDATA[<seglistitem>
+ ${1}
+</seglistitem>]]></text>
+ <tag>seglistitem</tag>
+ <description>seglistitem</description>
+ </snippet>
+ <snippet id="segmentedlist">
+ <text><![CDATA[<segmentedlist>
+ ${1}
+</segmentedlist>]]></text>
+ <tag>segmentedlist</tag>
+ <description>segmentedlist</description>
+ </snippet>
+ <snippet id="segtitle">
+ <text><![CDATA[<segtitle>${1}</segtitle>]]></text>
+ <tag>segtitle</tag>
+ <description>segtitle</description>
+ </snippet>
+ <snippet id="seriesvolnums">
+ <text><![CDATA[<seriesvolnums>${1}</seriesvolnums>]]></text>
+ <tag>seriesvolnums</tag>
+ <description>seriesvolnums</description>
+ </snippet>
+ <snippet id="set">
+ <text><![CDATA[<set>
+ ${1}
+</set>]]></text>
+ <tag>set</tag>
+ <description>set</description>
+ </snippet>
+ <snippet id="setindex">
+ <text><![CDATA[<setindex>
+ ${1}
+</setindex>]]></text>
+ <tag>setindex</tag>
+ <description>setindex</description>
+ </snippet>
+ <snippet id="setindexinfo">
+ <text><![CDATA[<setindexinfo>
+ ${1}
+</setindexinfo>]]></text>
+ <tag>setindexinfo</tag>
+ <description>setindexinfo</description>
+ </snippet>
+ <snippet id="setinfo">
+ <text><![CDATA[<setinfo>
+ ${1}
+</setinfo>]]></text>
+ <tag>setinfo</tag>
+ <description>setinfo</description>
+ </snippet>
+ <snippet id="sgmltag">
+ <text><![CDATA[<sgmltag>${1}</sgmltag>]]></text>
+ <tag>sgmltag</tag>
+ <description>sgmltag</description>
+ </snippet>
+ <snippet id="shortaffil">
+ <text><![CDATA[<shortaffil>${1}</shortaffil>]]></text>
+ <tag>shortaffil</tag>
+ <description>shortaffil</description>
+ </snippet>
+ <snippet id="shortcut">
+ <text><![CDATA[<shortcut>${1}</shortcut>]]></text>
+ <tag>shortcut</tag>
+ <description>shortcut</description>
+ </snippet>
+ <snippet id="sidebar">
+ <text><![CDATA[<sidebar>
+ ${1}
+</sidebar>]]></text>
+ <tag>sidebar</tag>
+ <description>sidebar</description>
+ </snippet>
+ <snippet id="sidebarinfo">
+ <text><![CDATA[<sidebarinfo>
+ ${1}
+</sidebarinfo>]]></text>
+ <tag>sidebarinfo</tag>
+ <description>sidebarinfo</description>
+ </snippet>
+ <snippet id="simpara">
+ <text><![CDATA[<simpara>
+ ${1}
+</simpara>]]></text>
+ <tag>simpara</tag>
+ <description>simpara</description>
+ </snippet>
+ <snippet id="simplelist">
+ <text><![CDATA[<simplelist>
+ ${1}
+</simplelist>]]></text>
+ <tag>simplelist</tag>
+ <description>simplelist</description>
+ </snippet>
+ <snippet id="simplemsgentry">
+ <text><![CDATA[<simplemsgentry>
+ ${1}
+</simplemsgentry>]]></text>
+ <tag>simplemsgentry</tag>
+ <description>simplemsgentry</description>
+ </snippet>
+ <snippet id="simplesect">
+ <text><![CDATA[<simplesect id="${1}">
+ ${2}
+</simplesect>]]></text>
+ <tag>simplesect</tag>
+ <description>simplesect</description>
+ </snippet>
+ <snippet id="spanspec">
+ <text><![CDATA[<spanspec spanname="${1}" namest="${2}" nameend="${3}" />]]></text>
+ <tag>spanspec</tag>
+ <description>spanspec</description>
+ </snippet>
+ <snippet id="state">
+ <text><![CDATA[<state>${1}</state>]]></text>
+ <tag>state</tag>
+ <description>state</description>
+ </snippet>
+ <snippet id="step">
+ <text><![CDATA[<step>
+ ${1}
+</step>]]></text>
+ <tag>step</tag>
+ <description>step</description>
+ </snippet>
+ <snippet id="stepalternatives">
+ <text><![CDATA[<stepalternatives>
+ ${1}
+</stepalternatives>]]></text>
+ <tag>stepalternatives</tag>
+ <description>stepalternatives</description>
+ </snippet>
+ <snippet id="street">
+ <text><![CDATA[<street>${1}</street>]]></text>
+ <tag>street</tag>
+ <description>street</description>
+ </snippet>
+ <snippet id="structfield">
+ <text><![CDATA[<structfield>${1}</structfield>]]></text>
+ <tag>structfield</tag>
+ <description>structfield</description>
+ </snippet>
+ <snippet id="structname">
+ <text><![CDATA[<structname>${1}</structname>]]></text>
+ <tag>structname</tag>
+ <description>structname</description>
+ </snippet>
+ <snippet id="subject">
+ <text><![CDATA[<subject>
+ ${1}
+</subject>]]></text>
+ <tag>subject</tag>
+ <description>subject</description>
+ </snippet>
+ <snippet id="subjectset">
+ <text><![CDATA[<subjectset>
+ ${1}
+</subjectset>]]></text>
+ <tag>subjectset</tag>
+ <description>subjectset</description>
+ </snippet>
+ <snippet id="subjectterm">
+ <text><![CDATA[<subjectterm>${1}</subjectterm>]]></text>
+ <tag>subjectterm</tag>
+ <description>subjectterm</description>
+ </snippet>
+ <snippet id="subscript">
+ <text><![CDATA[<subscript>${1}</subscript>]]></text>
+ <tag>subscript</tag>
+ <description>subscript</description>
+ </snippet>
+ <snippet id="substeps">
+ <text><![CDATA[<substeps>
+ ${1}
+</substeps>]]></text>
+ <tag>substeps</tag>
+ <description>substeps</description>
+ </snippet>
+ <snippet id="subtitle">
+ <text><![CDATA[<subtitle>${1}</subtitle>]]></text>
+ <tag>subtitle</tag>
+ <description>subtitle</description>
+ </snippet>
+ <snippet id="superscript">
+ <text><![CDATA[<superscript>${1}</superscript>]]></text>
+ <tag>superscript</tag>
+ <description>superscript</description>
+ </snippet>
+ <snippet id="surname">
+ <text><![CDATA[<surname>${1}</surname>]]></text>
+ <tag>surname</tag>
+ <description>surname</description>
+ </snippet>
+ <snippet id="symbol">
+ <text><![CDATA[<symbol>${1}</symbol>]]></text>
+ <tag>symbol</tag>
+ <description>symbol</description>
+ </snippet>
+ <snippet id="synopfragment">
+ <text><![CDATA[<synopfragment id="${1}">
+ ${2}
+</synopfragment>]]></text>
+ <tag>synopfragment</tag>
+ <description>synopfragment</description>
+ </snippet>
+ <snippet id="synopfragmentref">
+ <text><![CDATA[<synopfragmentref linkend="${1}">
+ ${2}
+</synopfragmentref>]]></text>
+ <tag>synopfragmentref</tag>
+ <description>synopfragmentref</description>
+ </snippet>
+ <snippet id="synopsis">
+ <text><![CDATA[<synopsis>${1}</synopsis>]]></text>
+ <tag>synopsis</tag>
+ <description>synopsis</description>
+ </snippet>
+ <snippet id="systemitem">
+ <text><![CDATA[<systemitem>${1}</systemitem>]]></text>
+ <tag>systemitem</tag>
+ <description>systemitem</description>
+ </snippet>
+ <snippet id="table">
+ <text><![CDATA[<table id="${1}">
+ ${2}
+</table>]]></text>
+ <tag>table</tag>
+ <description>table</description>
+ </snippet>
+ <snippet id="task">
+ <text><![CDATA[<task>
+ ${1}
+</task>]]></text>
+ <tag>task</tag>
+ <description>task</description>
+ </snippet>
+ <snippet id="taskprerequisites">
+ <text><![CDATA[<taskprerequisites>
+ ${1}
+</taskprerequisites>]]></text>
+ <tag>taskprerequisites</tag>
+ <description>taskprerequisites</description>
+ </snippet>
+ <snippet id="taskrelated">
+ <text><![CDATA[<taskrelated>
+ ${1}
+</taskrelated>]]></text>
+ <tag>taskrelated</tag>
+ <description>taskrelated</description>
+ </snippet>
+ <snippet id="tasksummary">
+ <text><![CDATA[<tasksummary>
+ ${1}
+</tasksummary>]]></text>
+ <tag>tasksummary</tag>
+ <description>tasksummary</description>
+ </snippet>
+ <snippet id="tbody">
+ <text><![CDATA[<tbody>
+ ${1}
+</tbody>]]></text>
+ <tag>tbody</tag>
+ <description>tbody</description>
+ </snippet>
+ <snippet id="td">
+ <text><![CDATA[<td>
+ ${1}
+</td>]]></text>
+ <tag>td</tag>
+ <description>td</description>
+ </snippet>
+ <snippet id="term">
+ <text><![CDATA[<term>${1}</term>]]></text>
+ <tag>term</tag>
+ <description>term</description>
+ </snippet>
+ <snippet id="termdef">
+ <text><![CDATA[<termdef>${1}</termdef>]]></text>
+ <tag>termdef</tag>
+ <description>termdef</description>
+ </snippet>
+ <snippet id="tertiary">
+ <text><![CDATA[<tertiary>${1}</tertiary>]]></text>
+ <tag>tertiary</tag>
+ <description>tertiary</description>
+ </snippet>
+ <snippet id="tertiaryie">
+ <text><![CDATA[<tertiaryie>${1}</tertiaryie>]]></text>
+ <tag>tertiaryie</tag>
+ <description>tertiaryie</description>
+ </snippet>
+ <snippet id="textdata">
+ <text><![CDATA[<textdata fileref="${1}" />]]></text>
+ <tag>textdata</tag>
+ <description>textdata</description>
+ </snippet>
+ <snippet id="textobject">
+ <text><![CDATA[<textobject>
+ ${1}
+</textobject>]]></text>
+ <tag>textobject</tag>
+ <description>textobject</description>
+ </snippet>
+ <snippet id="tfoot">
+ <text><![CDATA[<tfoot>
+ ${1}
+</tfoot>]]></text>
+ <tag>tfoot</tag>
+ <description>tfoot</description>
+ </snippet>
+ <snippet id="tgroup">
+ <text><![CDATA[<tgroup cols="${1}">
+ ${2}
+</tgroup>]]></text>
+ <tag>tgroup</tag>
+ <description>tgroup</description>
+ </snippet>
+ <snippet id="th">
+ <text><![CDATA[<th>
+ ${1}
+</th>]]></text>
+ <tag>th</tag>
+ <description>th</description>
+ </snippet>
+ <snippet id="thead">
+ <text><![CDATA[<thead>
+ ${1}
+</thead>]]></text>
+ <tag>thead</tag>
+ <description>thead</description>
+ </snippet>
+ <snippet id="tip">
+ <text><![CDATA[<tip>
+ ${1}
+</tip>]]></text>
+ <tag>tip</tag>
+ <description>tip</description>
+ </snippet>
+ <snippet id="title">
+ <text><![CDATA[<title>${1}</title>]]></text>
+ <tag>title</tag>
+ <description>title</description>
+ </snippet>
+ <snippet id="titleabbrev">
+ <text><![CDATA[<titleabbrev>${1}</titleabbrev>]]></text>
+ <tag>titleabbrev</tag>
+ <description>titleabbrev</description>
+ </snippet>
+ <snippet id="toc">
+ <text><![CDATA[<toc>
+ ${1}
+</toc>]]></text>
+ <tag>toc</tag>
+ <description>toc</description>
+ </snippet>
+ <snippet id="tocback">
+ <text><![CDATA[<tocback linkend="${1}">${2}</tocback>]]></text>
+ <tag>tocback</tag>
+ <description>tocback</description>
+ </snippet>
+ <snippet id="tocchap">
+ <text><![CDATA[<tocchap>
+ ${1}
+</tocchap>]]></text>
+ <tag>tocchap</tag>
+ <description>tocchap</description>
+ </snippet>
+ <snippet id="tocentry">
+ <text><![CDATA[<tocentry linkend="${1}">${2}</tocentry>]]></text>
+ <tag>tocentry</tag>
+ <description>tocentry</description>
+ </snippet>
+ <snippet id="tocfront">
+ <text><![CDATA[<tocfront linkend="${1}">${2}</tocfront>]]></text>
+ <tag>tocfront</tag>
+ <description>tocfront</description>
+ </snippet>
+ <snippet id="toclevel1">
+ <text><![CDATA[<toclevel1>
+ ${1}
+</toclevel1>]]></text>
+ <tag>toclevel1</tag>
+ <description>toclevel1</description>
+ </snippet>
+ <snippet id="toclevel2">
+ <text><![CDATA[<toclevel2>
+ ${1}
+</toclevel2>]]></text>
+ <tag>toclevel2</tag>
+ <description>toclevel2</description>
+ </snippet>
+ <snippet id="toclevel3">
+ <text><![CDATA[<toclevel3>
+ ${1}
+</toclevel3>]]></text>
+ <tag>toclevel3</tag>
+ <description>toclevel3</description>
+ </snippet>
+ <snippet id="toclevel4">
+ <text><![CDATA[<toclevel4>
+ ${1}
+</toclevel4>]]></text>
+ <tag>toclevel4</tag>
+ <description>toclevel4</description>
+ </snippet>
+ <snippet id="toclevel5">
+ <text><![CDATA[<toclevel5>
+ ${1}
+</toclevel5>]]></text>
+ <tag>toclevel5</tag>
+ <description>toclevel5</description>
+ </snippet>
+ <snippet id="tocpart">
+ <text><![CDATA[<tocpart>
+ ${1}
+</tocpart>]]></text>
+ <tag>tocpart</tag>
+ <description>tocpart</description>
+ </snippet>
+ <snippet id="token">
+ <text><![CDATA[<token>${1}</token>]]></text>
+ <tag>token</tag>
+ <description>token</description>
+ </snippet>
+ <snippet id="tr">
+ <text><![CDATA[<tr>
+ ${1}
+</tr>]]></text>
+ <tag>tr</tag>
+ <description>tr</description>
+ </snippet>
+ <snippet id="trademark">
+ <text><![CDATA[<trademark class="${1:trade}">${2}</trademark>]]></text>
+ <tag>trademark</tag>
+ <description>trademark</description>
+ </snippet>
+ <snippet id="type">
+ <text><![CDATA[<type>${1}</type>]]></text>
+ <tag>type</tag>
+ <description>type</description>
+ </snippet>
+ <snippet id="ulink">
+ <text><![CDATA[<ulink url="${1}">${2}</ulink>]]></text>
+ <tag>ulink</tag>
+ <description>ulink</description>
+ </snippet>
+ <snippet id="uri">
+ <text><![CDATA[<uri>${1}</uri>]]></text>
+ <tag>uri</tag>
+ <description>uri</description>
+ </snippet>
+ <snippet id="userinput">
+ <text><![CDATA[<userinput>${1}</userinput>]]></text>
+ <tag>userinput</tag>
+ <description>userinput</description>
+ </snippet>
+ <snippet id="varargs">
+ <text><![CDATA[<varargs />]]></text>
+ <tag>varargs</tag>
+ <description>varargs</description>
+ </snippet>
+ <snippet id="variablelist">
+ <text><![CDATA[<variablelist>
+ ${1}
+</variablelist>]]></text>
+ <tag>variablelist</tag>
+ <description>variablelist</description>
+ </snippet>
+ <snippet id="varlistentry">
+ <text><![CDATA[<varlistentry>
+ ${1}
+</varlistentry>]]></text>
+ <tag>varlistentry</tag>
+ <description>varlistentry</description>
+ </snippet>
+ <snippet id="varname">
+ <text><![CDATA[<varname>${1}</varname>]]></text>
+ <tag>varname</tag>
+ <description>varname</description>
+ </snippet>
+ <snippet id="videodata">
+ <text><![CDATA[<videodata fileref="${1}" scalefit="${2:0}" />]]></text>
+ <tag>videodata</tag>
+ <description>videodata</description>
+ </snippet>
+ <snippet id="videoobject">
+ <text><![CDATA[<videoobject>
+ ${1}
+</videoobject>]]></text>
+ <tag>videoobject</tag>
+ <description>videoobject</description>
+ </snippet>
+ <snippet id="void">
+ <text><![CDATA[<void />]]></text>
+ <tag>void</tag>
+ <description>void</description>
+ </snippet>
+ <snippet id="volumenum">
+ <text><![CDATA[<volumenum>${1}</volumenum>]]></text>
+ <tag>volumenum</tag>
+ <description>volumenum</description>
+ </snippet>
+ <snippet id="warning">
+ <text><![CDATA[<warning>
+ ${1}
+</warning>]]></text>
+ <tag>warning</tag>
+ <description>warning</description>
+ </snippet>
+ <snippet id="wordasword">
+ <text><![CDATA[<wordasword>${1}</wordasword>]]></text>
+ <tag>wordasword</tag>
+ <description>wordasword</description>
+ </snippet>
+ <snippet id="xref">
+ <text><![CDATA[<xref linkend="${1}" />]]></text>
+ <tag>xref</tag>
+ <description>xref</description>
+ </snippet>
+ <snippet id="year">
+ <text><![CDATA[<year>${1}</year>]]></text>
+ <tag>year</tag>
+ <description>year</description>
+ </snippet>
+ <!-- DocBook Element Aliases: -->
+ <snippet id="bold">
+ <text><![CDATA[<emphasis role="bold">${1}</emphasis>]]></text>
+ <tag>bold</tag>
+ <description>emphasis, role bold</description>
+ </snippet>
+ <snippet id="strong">
+ <text><![CDATA[<emphasis role="strong">${1}</emphasis>]]></text>
+ <tag>strong</tag>
+ <description>emphasis, role strong</description>
+ </snippet>
+ <snippet id="devicefile">
+ <text><![CDATA[<filename class="devicefile">${1}</filename>]]></text>
+ <tag>devicefile</tag>
+ <description>filename, class devicefile</description>
+ </snippet>
+ <snippet id="directory">
+ <text><![CDATA[<filename class="directory">${1}</filename>]]></text>
+ <tag>directory</tag>
+ <description>filename, class directory</description>
+ </snippet>
+ <snippet id="extension">
+ <text><![CDATA[<filename class="extension">${1}</filename>]]></text>
+ <tag>extension</tag>
+ <description>filename, class extension</description>
+ </snippet>
+ <snippet id="headerfile">
+ <text><![CDATA[<filename class="headerfile">${1}</filename>]]></text>
+ <tag>headerfile</tag>
+ <description>filename, class headerfile</description>
+ </snippet>
+ <snippet id="libraryfile">
+ <text><![CDATA[<filename class="libraryfile">${1}</filename>]]></text>
+ <tag>libraryfile</tag>
+ <description>filename, class libraryfile</description>
+ </snippet>
+ <snippet id="partition">
+ <text><![CDATA[<filename class="partition">${1}</filename>]]></text>
+ <tag>partition</tag>
+ <description>filename, class partition</description>
+ </snippet>
+ <snippet id="symlink">
+ <text><![CDATA[<filename class="symlink">${1}</filename>]]></text>
+ <tag>symlink</tag>
+ <description>filename, class symlink</description>
+ </snippet>
+ <snippet id="cartridge">
+ <text><![CDATA[<medialabel class="cartridge">${1}</medialabel>]]></text>
+ <tag>cartridge</tag>
+ <description>medialabel, class cartridge</description>
+ </snippet>
+ <snippet id="cdrom">
+ <text><![CDATA[<medialabel class="cdrom">${1}</medialabel>]]></text>
+ <tag>cdrom</tag>
+ <description>medialabel, class cdrom</description>
+ </snippet>
+ <snippet id="disk">
+ <text><![CDATA[<medialabel class="disk">${1}</medialabel>]]></text>
+ <tag>disk</tag>
+ <description>medialabel, class disk</description>
+ </snippet>
+ <snippet id="tape">
+ <text><![CDATA[<medialabel class="tape">${1}</medialabel>]]></text>
+ <tag>tape</tag>
+ <description>medialabel, class tape</description>
+ </snippet>
+ <snippet id="daemon">
+ <text><![CDATA[<systemitem class="daemon">${1}</systemitem>]]></text>
+ <tag>daemon</tag>
+ <description>systemitem, class daemon</description>
+ </snippet>
+ <snippet id="domainname">
+ <text><![CDATA[<systemitem class="domainname">${1}</systemitem>]]></text>
+ <tag>domainname</tag>
+ <description>systemitem, class domainname</description>
+ </snippet>
+ <snippet id="etheraddress">
+ <text><![CDATA[<systemitem class="etheraddress">${1}</systemitem>]]></text>
+ <tag>etheraddress</tag>
+ <description>systemitem, class etheraddress</description>
+ </snippet>
+ <snippet id="eventhandler">
+ <text><![CDATA[<systemitem class="eventhandler">${1}</systemitem>]]></text>
+ <tag>eventhandler</tag>
+ <description>systemitem, class eventhandler</description>
+ </snippet>
+ <snippet id="event">
+ <text><![CDATA[<systemitem class="event">${1}</systemitem>]]></text>
+ <tag>event</tag>
+ <description>systemitem, class event</description>
+ </snippet>
+ <snippet id="filesystem">
+ <text><![CDATA[<systemitem class="filesystem">${1}</systemitem>]]></text>
+ <tag>filesystem</tag>
+ <description>systemitem, class filesystem</description>
+ </snippet>
+ <snippet id="fqdomainname">
+ <text><![CDATA[<systemitem class="fqdomainname">${1}</systemitem>]]></text>
+ <tag>fqdomainname</tag>
+ <description>systemitem, class fqdomainname</description>
+ </snippet>
+ <snippet id="groupname">
+ <text><![CDATA[<systemitem class="groupname">${1}</systemitem>]]></text>
+ <tag>groupname</tag>
+ <description>systemitem, class groupname</description>
+ </snippet>
+ <snippet id="ipaddress">
+ <text><![CDATA[<systemitem class="ipaddress">${1}</systemitem>]]></text>
+ <tag>ipaddress</tag>
+ <description>systemitem, class ipaddress</description>
+ </snippet>
+ <snippet id="library">
+ <text><![CDATA[<systemitem class="library">${1}</systemitem>]]></text>
+ <tag>library</tag>
+ <description>systemitem, class library</description>
+ </snippet>
+ <snippet id="macro">
+ <text><![CDATA[<systemitem class="macro">${1}</systemitem>]]></text>
+ <tag>macro</tag>
+ <description>systemitem, class macro</description>
+ </snippet>
+ <snippet id="netmask">
+ <text><![CDATA[<systemitem class="netmask">${1}</systemitem>]]></text>
+ <tag>netmask</tag>
+ <description>systemitem, class netmask</description>
+ </snippet>
+ <snippet id="newsgroup">
+ <text><![CDATA[<systemitem class="newsgroup">${1}</systemitem>]]></text>
+ <tag>newsgroup</tag>
+ <description>systemitem, class newsgroup</description>
+ </snippet>
+ <snippet id="osname">
+ <text><![CDATA[<systemitem class="osname">${1}</systemitem>]]></text>
+ <tag>osname</tag>
+ <description>systemitem, class osname</description>
+ </snippet>
+ <snippet id="process">
+ <text><![CDATA[<systemitem class="process">${1}</systemitem>]]></text>
+ <tag>process</tag>
+ <description>systemitem, class process</description>
+ </snippet>
+ <snippet id="protocol">
+ <text><![CDATA[<systemitem class="protocol">${1}</systemitem>]]></text>
+ <tag>protocol</tag>
+ <description>systemitem, class protocol</description>
+ </snippet>
+ <snippet id="resource">
+ <text><![CDATA[<systemitem class="resource">${1}</systemitem>]]></text>
+ <tag>resource</tag>
+ <description>systemitem, class resource</description>
+ </snippet>
+ <snippet id="server">
+ <text><![CDATA[<systemitem class="server">${1}</systemitem>]]></text>
+ <tag>server</tag>
+ <description>systemitem, class server</description>
+ </snippet>
+ <snippet id="service">
+ <text><![CDATA[<systemitem class="service">${1}</systemitem>]]></text>
+ <tag>service</tag>
+ <description>systemitem, class service</description>
+ </snippet>
+ <snippet id="systemname">
+ <text><![CDATA[<systemitem class="systemname">${1}</systemitem>]]></text>
+ <tag>systemname</tag>
+ <description>systemitem, class systemname</description>
+ </snippet>
+ <snippet id="username">
+ <text><![CDATA[<systemitem class="username">${1}</systemitem>]]></text>
+ <tag>username</tag>
+ <description>systemitem, class username</description>
+ </snippet>
+ <!-- XML-related Snippets: -->
+ <snippet id="include">
+ <text><![CDATA[<xi:include href="${1}.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />]]></text>
+ <tag>include</tag>
+ <description>xi:include</description>
+ </snippet>
+ <snippet id="fallback">
+ <text><![CDATA[<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
+ ${1}
+</xi:fallback>]]></text>
+ <tag>fallback</tag>
+ <description>xi:fallback</description>
+ </snippet>
+ <snippet id="xml">
+ <text><![CDATA[<?xml version='1.0' encoding='utf-8' ?>]]></text>
+ <tag>xml</tag>
+ <description>xml</description>
+ </snippet>
+ <snippet id="doctype">
+ <text><![CDATA[<!DOCTYPE ${1:chapter} PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "${2}.ent">
+%BOOK_ENTITIES;
+]>]]></text>
+ <tag>doctype</tag>
+ <description>DOCTYPE</description>
+ </snippet>
+ <snippet id="entity">
+ <text><![CDATA[<!ENTITY ${1} "${2}">]]></text>
+ <tag>entity</tag>
+ <description>ENTITY</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/fortran.xml b/plugins/snippets/data/fortran.xml
new file mode 100644
index 0000000..205abe6
--- /dev/null
+++ b/plugins/snippets/data/fortran.xml
@@ -0,0 +1,164 @@
+<?xml version='1.0' encoding='utf-8'?>
+<snippets language="fortran">
+ <snippet id="c">
+ <text><![CDATA[character(len=${1:10}) :: $0]]></text>
+ <tag>c</tag>
+ <description>character</description>
+ </snippet>
+ <snippet id="cl">
+ <text><![CDATA[close(${1:unit}, status='${2:keep}')]]></text>
+ <tag>cl</tag>
+ <description>close</description>
+ </snippet>
+ <snippet id="do">
+ <text><![CDATA[do ${1:i}=$2, $3, ${4:1}
+ ${0:source}
+end do]]></text>
+ <tag>do</tag>
+ <description>do ... end do</description>
+ </snippet>
+ <snippet id="func">
+ <text><![CDATA[function ${1:name}( ${2:parameter} )
+ ${3:integer/real ::} $1
+ ${4:integer/real ::} $2
+
+ ${0:source}
+
+ $1 = !result
+end function]]></text>
+ <tag>func</tag>
+ <description>function</description>
+ </snippet>
+ <snippet id="ifel">
+ <text><![CDATA[if( $1 ) then
+ ${2:source}
+else
+ ${0:source}
+end if]]></text>
+ <tag>ifel</tag>
+ <description>if ... else ... end if</description>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if( $1 ) then
+ ${0:source}
+end if]]></text>
+ <tag>if</tag>
+ <description>if ... end if</description>
+ </snippet>
+ <snippet id="i">
+ <text><![CDATA[integer(kind=${1:4}) :: $0]]></text>
+ <tag>i</tag>
+ <description>integer</description>
+ </snippet>
+ <snippet id="ida">
+ <text><![CDATA[integer(kind=${1:4}), dimension(${2::}), allocatable :: $0]]></text>
+ <tag>ida</tag>
+ <description>integerdimalloc</description>
+ </snippet>
+ <snippet id="id">
+ <text><![CDATA[integer(kind=${1:4}), dimension(${2::}) :: $0]]></text>
+ <tag>id</tag>
+ <description>integerdim</description>
+ </snippet>
+ <snippet id="l">
+ <text><![CDATA[logical(kind=${1:1}) :: $0]]></text>
+ <tag>l</tag>
+ <description>logical</description>
+ </snippet>
+ <snippet id="mod">
+ <text><![CDATA[module ${1:name}
+ implicit none
+ ${2:integer/real ::} $3
+
+ ${4:contains}
+
+ ${0:source}
+end module]]></text>
+ <tag>mod</tag>
+ <description>module</description>
+ </snippet>
+ <snippet id="op">
+ <text><![CDATA[open(${1:unit}, file='${2:name}', status='${3:new}')]]></text>
+ <tag>op</tag>
+ <description>open</description>
+ </snippet>
+ <snippet id="prog">
+ <text><![CDATA[program ${1:name}
+ implicit none
+
+ ${0:source}
+end program]]></text>
+ <tag>prog</tag>
+ <description>program</description>
+ </snippet>
+ <snippet id="re">
+ <text><![CDATA[read(unit=${1:*},fmt=${2:*}) $0]]></text>
+ <tag>re</tag>
+ <description>read</description>
+ </snippet>
+ <snippet id="r">
+ <text><![CDATA[real(kind=${1:8}) :: $0]]></text>
+ <tag>r</tag>
+ <description>real</description>
+ </snippet>
+ <snippet id="rda">
+ <text><![CDATA[real(kind=${1:8}), dimension(${2::}), allocatable :: $0]]></text>
+ <tag>rda</tag>
+ <description>realdimalloc</description>
+ </snippet>
+ <snippet id="rd">
+ <text><![CDATA[real(kind=${1:8}), dimension(${2::}) :: $0]]></text>
+ <tag>rd</tag>
+ <description>realdim</description>
+ </snippet>
+ <snippet id="rec">
+ <text><![CDATA[recursive function ${1:name}( ${2:parameter} ) result( ${3:res} )
+ ${4:integer/real ::} $3
+ ${5:integer/real ::} $2
+
+ ${0:source}
+
+ $3 = !result
+end function]]></text>
+ <tag>rec</tag>
+ <description>recursivfunc</description>
+ </snippet>
+ <snippet id="sel">
+ <text><![CDATA[select case( $1 )
+ case( $2 )
+ ${3:source}
+ case default
+ ${0:source}
+end select]]></text>
+ <tag>sel</tag>
+ <description>select</description>
+ </snippet>
+ <snippet id="sub">
+ <text><![CDATA[subroutine ${1:name}( ${2:parameter} )
+ ${3:integer/real ::} $2
+
+ ${0:source}
+end subroutine]]></text>
+ <tag>sub</tag>
+ <description>subroutine</description>
+ </snippet>
+ <snippet id="t">
+ <text><![CDATA[type :: ${1:name}
+ ${2:integer/real ::} $0
+end type $1]]></text>
+ <tag>t</tag>
+ <description>type</description>
+ </snippet>
+ <snippet id="dow">
+ <text><![CDATA[do while( ${1} )
+ ${0:source}
+end do]]></text>
+ <tag>dow</tag>
+ <description>while</description>
+ </snippet>
+ <snippet id="wr">
+ <text><![CDATA[write(unit=${1:*},fmt=${2:*}) "$3", $0]]></text>
+ <tag>wr</tag>
+ <description>write</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/global.xml b/plugins/snippets/data/global.xml
new file mode 100644
index 0000000..afe3c0b
--- /dev/null
+++ b/plugins/snippets/data/global.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets/>
diff --git a/plugins/snippets/data/haskell.xml b/plugins/snippets/data/haskell.xml
new file mode 100644
index 0000000..54a8e7d
--- /dev/null
+++ b/plugins/snippets/data/haskell.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="Haskell">
+ <snippet id="mod">
+ <text><![CDATA[module ${1:Main} where
+ $0]]></text>
+ <description>module</description>
+ <tag>mod</tag>
+ </snippet>
+ <snippet id="\">
+ <text><![CDATA[\\${1:t} -> ${1:t}]]></text>
+ <description>\t -&gt; t</description>
+ <tag>\</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/html.xml b/plugins/snippets/data/html.xml
new file mode 100644
index 0000000..dd9faea
--- /dev/null
+++ b/plugins/snippets/data/html.xml
@@ -0,0 +1,252 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="HTML">
+ <snippet id="doctype">
+ <text><![CDATA[<!DOCTYPE html>
+]]></text>
+ <description>HTML5 Doctype</description>
+ <tag>doctype</tag>
+ </snippet>
+ <snippet id="doctype-1">
+ <text><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+]]></text>
+ <description>XHTML — 1.0 Frameset</description>
+ <tag>doctype</tag>
+ </snippet>
+ <snippet id="doctype-2">
+ <text><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+]]></text>
+ <description>XHTML — 1.0 Strict</description>
+ <tag>doctype</tag>
+ </snippet>
+ <snippet id="doctype-3">
+ <text><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+]]></text>
+ <description>XHTML — 1.0 Transitional</description>
+ <tag>doctype</tag>
+ </snippet>
+ <snippet id="doctype-4">
+ <text><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+]]></text>
+ <description>XHTML — 1.1</description>
+ <tag>doctype</tag>
+ </snippet>
+ <snippet id="doctype-5">
+ <text><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+]]></text>
+ <description>HTML — 4.0 Transitional</description>
+ <tag>doctype</tag>
+ </snippet>
+ <snippet id="doctype-6">
+ <text><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+]]></text>
+ <description>HTML — 4.01 Strict</description>
+ <tag>doctype</tag>
+ </snippet>
+ <snippet id="author">
+ <text><![CDATA[<meta name="author" content="${1:author}" />
+$0]]></text>
+ <tag>author</tag>
+ <description>Author</description>
+ </snippet>
+ <snippet id="date">
+ <text><![CDATA[<meta name="date" content="$<1: import time; return time.strftime("%Y-%m-%d") >" />
+$0]]></text>
+ <tag>date</tag>
+ <description>Date</description>
+ </snippet>
+ <snippet id="ref">
+ <text><![CDATA[<a href="${1:http://somesite.com/}">${2:$GEDIT_SELECTED_TEXT}</a>
+]]></text>
+ <accelerator><![CDATA[<Shift><Alt>l]]></accelerator>
+ <description>Wrap Selection as Link</description>
+ <tag>ref</tag>
+ </snippet>
+ <snippet id="open/close">
+ <text><![CDATA[<${1:p}>$GEDIT_SELECTED_TEXT</${1}>]]></text>
+ <accelerator><![CDATA[<Shift><Alt>w]]></accelerator>
+ <description>Wrap Selection in Open/Close Tag</description>
+ </snippet>
+ <snippet id="mailto">
+ <text><![CDATA[<a href="mailto:${1:joe@example.com}?subject=${2:feedback}">${3:email me}</a> $0]]></text>
+ <description>Mail Anchor</description>
+ <tag>mailto</tag>
+ </snippet>
+ <snippet id="base">
+ <text><![CDATA[<base href="$1" ${2}/>$0]]></text>
+ <description>Base</description>
+ <tag>base</tag>
+ </snippet>
+ <snippet id="body">
+ <text><![CDATA[<body id="${1:ID}">
+ $0
+</body>]]></text>
+ <description>Body</description>
+ <tag>body</tag>
+ </snippet>
+ <snippet id="br">
+ <text><![CDATA[<br />
+$0]]></text>
+ <accelerator><![CDATA[<Shift><Control>space]]></accelerator>
+ <description>Br</description>
+ </snippet>
+ <snippet id="button">
+ <text><![CDATA[<button type="button" name="${1:name}" value="${2:caption}" onclick="$3" />$4
+]]></text>
+ <tag>button</tag>
+ <description>Button</description>
+ </snippet>
+ <snippet id="div">
+ <text><![CDATA[<div ${1}>
+ ${0:$GEDIT_SELECTED_TEXT}
+</div>]]></text>
+ <description>Div</description>
+ <tag>div</tag>
+ </snippet>
+ <snippet id="file">
+ <text><![CDATA[<input type="file" name="${1:name}" size="$2" accept="$3" />$0
+]]></text>
+ <tag>file</tag>
+ <description>File</description>
+ </snippet>
+ <snippet id="form">
+ <text><![CDATA[<form action="${1}" method="${2:get}">
+ $0
+
+ <p><input type="submit" value="${3:Continue &rarr;}" /></p>
+</form>]]></text>
+ <description>Form</description>
+ <tag>form</tag>
+ </snippet>
+ <snippet id="h">
+ <text><![CDATA[<h${1:1} id="${2}">${3:$GEDIT_SELECTED_TEXT}</h${1}>
+$0]]></text>
+ <description>Heading</description>
+ <tag>h</tag>
+ </snippet>
+ <snippet id="head">
+ <text><![CDATA[<head>
+ <meta charset="utf-8">
+ <title>${1:Page Title}</title>
+ $0
+</head>]]></text>
+ <description>Head</description>
+ <tag>head</tag>
+ </snippet>
+ <snippet id="image">
+ <text><![CDATA[<img src="${1:path/to/file}" alt="${2:description}" title="${3:tool tip}" width="$4" height="$5" />$0]]></text>
+ <tag>img</tag>
+ <description>Image</description>
+ </snippet>
+ <snippet id="input">
+ <text><![CDATA[<input type="${1:[button,checkbox,color,date,datetime,datetime-local,email,file,hidden,image,month,number,password,radio,range,reset,search,submit,tel,text,url,week]}" name="${2:some_name}" value="${3:default_value}" placeholder="${4:default_placeholder}" id="$5" />]]></text>
+ <description>Input</description>
+ <tag>input</tag>
+ </snippet>
+ <snippet id="li">
+ <text><![CDATA[<li>$1</li>$0]]></text>
+ <tag>li</tag>
+ <description>List Element</description>
+ </snippet>
+ <snippet id="link">
+ <text><![CDATA[<link rel="${1:stylesheet}" href="${2:/css/master.css}">
+$0]]></text>
+ <description>Link</description>
+ <tag>link</tag>
+ </snippet>
+ <snippet id="meta">
+ <text><![CDATA[<meta name="${1:name}" content="${2:content}" />
+$0]]></text>
+ <description>Meta</description>
+ <tag>meta</tag>
+ </snippet>
+ <snippet id="nbsp">
+ <text><![CDATA[&nbsp;]]></text>
+ <accelerator><![CDATA[<Control><Alt>space]]></accelerator>
+ <description>Non-Breaking Space</description>
+ </snippet>
+ <snippet id="noscript">
+ <text><![CDATA[<noscript>$1</noscript>$0]]></text>
+ <tag>noscript</tag>
+ <description>Noscript</description>
+ </snippet>
+ <snippet id="option">
+ <text><![CDATA[<option value="${1:value}">$2</option>$0]]></text>
+ <tag>option</tag>
+ <description>Option</description>
+ </snippet>
+ <snippet id="script">
+ <text><![CDATA[<script type="text/javascript">
+ $0
+</script>]]></text>
+ <description>Script</description>
+ <tag>script</tag>
+ </snippet>
+ <snippet id="scriptsrc">
+ <text><![CDATA[<script src="$1" type="text/javascript"></script>]]></text>
+ <description>Script With External Source</description>
+ <tag>scriptsrc</tag>
+ </snippet>
+ <snippet id="select">
+ <text><![CDATA[<select name="${1:name}">
+ <option value="${2:value}">$3</option>
+ $4
+</select>$0
+]]></text>
+ <tag>select</tag>
+ <description>Select</description>
+ </snippet>
+ <snippet id="span">
+ <text><![CDATA[<span ${1}>$2</span>$0]]></text>
+ <tag>span</tag>
+ <description>Span</description>
+ </snippet>
+ <snippet id="style">
+ <text><![CDATA[<style type="text/css" media="screen">
+ $0
+</style>
+]]></text>
+ <description>Style</description>
+ <tag>style</tag>
+ </snippet>
+ <snippet id="table">
+ <text><![CDATA[<table border="${1:0}" cellspacing="${2:0}" cellpadding="${3:0}">
+ <tr><th>${4:Header}</th></tr>
+ <tr><td>${5:Data}</td></tr>
+ $0
+</table>]]></text>
+ <description>Table</description>
+ <tag>table</tag>
+ </snippet>
+ <snippet id="textarea">
+ <text><![CDATA[<textarea name="${1:Name}" rows="${2:8}" cols="${3:40}">$0</textarea>]]></text>
+ <description>Text Area</description>
+ <tag>textarea</tag>
+ </snippet>
+ <snippet id="title">
+ <text><![CDATA[<title>${1:Page Title}</title>
+$0]]></text>
+ <description>Title</description>
+ <tag>title</tag>
+ </snippet>
+ <snippet id="tr">
+ <text><![CDATA[<tr><td>$1</td></tr>
+$0]]></text>
+ <tag>tr</tag>
+ <description>Table Row</description>
+ </snippet>
+ <snippet id="ul">
+ <text><![CDATA[<ul>
+ <li>$1</li>
+ <li>$2</li>
+ $3
+</ul>
+$0]]></text>
+ <tag>ul</tag>
+ <description>Unordered List</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/idl.xml b/plugins/snippets/data/idl.xml
new file mode 100644
index 0000000..2b6ef30
--- /dev/null
+++ b/plugins/snippets/data/idl.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="IDL">
+ <snippet id="mod">
+ <text><![CDATA[module ${1:name}
+{
+ $0
+};
+]]></text>
+ <tag>mod</tag>
+ <description>Module</description>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[interface ${1:name}
+{
+ $0
+};
+]]></text>
+ <tag>if</tag>
+ <description>Interface</description>
+ </snippet>
+ <snippet id="str">
+ <text><![CDATA[struct ${1:name}
+{
+ $0
+};
+]]></text>
+ <tag>str</tag>
+ <description>Struct</description>
+ </snippet>
+ <snippet id="exc">
+ <text><![CDATA[exception ${1:name}
+{
+ $0
+};
+]]></text>
+ <tag>exc</tag>
+ <description>Exception</description>
+ </snippet>
+ <snippet id="seq">
+ <text><![CDATA[sequence<${1:type}> ]]></text>
+ <tag>seq</tag>
+ <description>Sequence</description>
+ </snippet>
+ <snippet id="tseq">
+ <text><![CDATA[typedef sequence<${1:type}> ${0:newtype};]]></text>
+ <tag>tseq</tag>
+ <description>Typedef Sequence</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/java.xml b/plugins/snippets/data/java.xml
new file mode 100644
index 0000000..f7f11c0
--- /dev/null
+++ b/plugins/snippets/data/java.xml
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="Java">
+ <snippet id="cd">
+ <text><![CDATA[private static final ${1:String} ${2:var} = "$0";]]></text>
+ <description>const def</description>
+ <tag>cd</tag>
+ </snippet>
+ <snippet id="ife">
+ <text><![CDATA[if ($1) { // $2
+
+ $0
+
+} else { // $3
+
+
+
+}
+
+]]></text>
+ <description>if .. else</description>
+ <tag>ife</tag>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if ($1) { // $2
+ $0
+}]]></text>
+ <description>if</description>
+ <tag>if</tag>
+ </snippet>
+ <snippet id="log">
+ <text><![CDATA[/** Logger for this class and subclasses. */
+protected final Log log = LogFactory.getLog(getClass());
+]]></text>
+ <description>logger</description>
+ <tag>log</tag>
+ </snippet>
+ <snippet id="tcf">
+ <text><![CDATA[try {
+ $2
+} catch (${1:Exception} e) {
+ $3
+} finally {
+ $4
+}
+$0]]></text>
+ <description>try .. catch .. finally</description>
+ <tag>tcf</tag>
+ </snippet>
+ <snippet id="while">
+ <text><![CDATA[while ($1) { // $2
+ $0
+}]]></text>
+ <description>while statement</description>
+ <tag>while</tag>
+ </snippet>
+ <snippet id="main">
+ <text><![CDATA[public static void main(String[] args) {
+ ${1:System.exit(0)};
+}]]></text>
+ <description>main</description>
+ <tag>main</tag>
+ </snippet>
+ <snippet id="sout">
+ <text><![CDATA[System.out.println("${1}");
+$0
+]]></text>
+ <description>System.out.println</description>
+ <tag>sout</tag>
+ </snippet>
+ <snippet id="try/catch">
+ <text><![CDATA[try {
+ $GEDIT_SELECTED_TEXT
+}
+catch (Exception e) {
+ ${1:e.printStackTrace();}
+}
+$0]]></text>
+ <accelerator><![CDATA[<Shift><Alt>t]]></accelerator>
+ <description>Wrap Selection in Try/Catch</description>
+ </snippet>
+ <snippet id="tc">
+ <text><![CDATA[try {
+ $2
+} catch (${1:Exception} e) {
+ $3
+}
+$0]]></text>
+ <tag>tc</tag>
+ <description>try .. catch</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/javascript.xml b/plugins/snippets/data/javascript.xml
new file mode 100644
index 0000000..b55c5b3
--- /dev/null
+++ b/plugins/snippets/data/javascript.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="js">
+ <snippet id="fun">
+ <text><![CDATA[function ${1:function_name}(${2:first_argument}) {
+ $0
+}]]></text>
+ <description>function</description>
+ <tag>fun</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/lang/snippets.lang b/plugins/snippets/data/lang/snippets.lang
new file mode 100644
index 0000000..7b755cd
--- /dev/null
+++ b/plugins/snippets/data/lang/snippets.lang
@@ -0,0 +1,160 @@
+<?xml version="1.0"?>
+<!--
+
+ Author: Jesse van den Kieboom <jesse@icecrew.nl>
+ Copyright (C) 2007-2008 Jesse van den Kieboom <jesse@icecrew.nl>
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, see <http://www.gnu.org/licenses/>.
+
+-->
+<language id="snippets" name="Snippets" hidden="true" version="2.0">
+ <styles>
+ <style id="placeholder-bounds" name="Placeholder begin and end" map-to="def:function"/>
+ <style id="default-value" name="Default Value" map-to="def:string"/>
+ <style id="single-placeholder" name="Single Placeholder" map-to="def:decimal"/>
+ <style id="shell-placeholder" name="Shell Placeholder" map-to="def:preprocessor"/>
+ <style id="python-placeholder" name="Python Placeholder" map-to="def:preprocessor"/>
+ <style id="regex-placeholder" name="Regular Expression Placeholder" map-to="def:preprocessor"/>
+ <style id="tabstop" name="Tabstop" map-to="def:decimal"/>
+ <style id="placeholder-ref" name="Placeholder Reference" map-to="def:decimal"/>
+ <style id="placeholder-def" name="Placeholder Default" map-to="def:string"/>
+ <style id="escape" name="Escape" map-to="def:special-char"/>
+ <style id="environmental-var" name="Environmental Variable" map-to="def:string"/>
+ <style id="seperator" name="Seperator" map-to="def:shebang"/>
+ <style id="regex-pattern" name="Regular Expression Pattern" map-to="def:string"/>
+ <style id="replace-pattern" name="Regular Expression Replace Pattern" map-to="def:string"/>
+ <style id="modifier" name="Modifier" map-to="def:keyword"/>
+ </styles>
+
+ <definitions>
+ <define-regex id="number">[0-9]+</define-regex>
+ <define-regex id="tabstop">\s*((\%{number})(:))</define-regex>
+ <define-regex id="number-list" extended="true">\s*(\[(\%{number}(,\%{number})*)\](:))</define-regex>
+ <define-regex id="environment">\$[A-Z_]+</define-regex>
+ <define-regex id="regex-pattern">((?:\\[/]|\\}|[^/}])+)</define-regex>
+
+ <context id="escape" style-ref="escape">
+ <match>\\\$</match>
+ </context>
+ <context id="single-placeholder" style-ref="single-placeholder">
+ <match>\$\%{number}|\${\%{number}}</match>
+ </context>
+ <context id="simple-placeholder-def" style-ref="default-value">
+ <start>\${\%{tabstop}</start>
+ <end>}</end>
+ <include>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="start"/>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="end"/>
+ <context sub-pattern="2" where="start" style-ref="tabstop"/>
+ <context sub-pattern="3" where="start" style-ref="seperator"/>
+ <context>
+ <match>\\}</match>
+ </context>
+ <context ref="escape"/>
+ <context ref="environmental-variable"/>
+ </include>
+ </context>
+ <context id="simple-placeholder">
+ <include>
+ <context ref="single-placeholder"/>
+ <context ref="simple-placeholder-def"/>
+ </include>
+ </context>
+ <context id="shell-placeholder-contents">
+ <include>
+ <context ref="escape"/>
+ <context ref="environmental-variable"/>
+ <context ref="single-placeholder"/>
+ </include>
+ </context>
+ <context id="shell-placeholder">
+ <include>
+ <context style-ref="shell-placeholder">
+ <start>\$\(\%{tabstop}?</start>
+ <end>\)</end>
+ <include>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="start"/>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="end"/>
+ <context sub-pattern="2" where="start" style-ref="tabstop"/>
+ <context sub-pattern="3" where="start" style-ref="seperator"/>
+ <context ref="shell-placeholder-contents"/>
+ <context>
+ <match>\\\)</match>
+ </context>
+ </include>
+ </context>
+ <context style-ref="shell-placeholder">
+ <start>`\%{tabstop}?</start>
+ <end>`</end>
+ <include>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="start"/>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="end"/>
+ <context sub-pattern="2" where="start" style-ref="tabstop"/>
+ <context sub-pattern="3" where="start" style-ref="seperator"/>
+ <context ref="shell-placeholder-contents"/>
+ <context>
+ <match>\\`</match>
+ </context>
+ </include>
+ </context>
+ </include>
+ </context>
+ <context id="python-placeholder">
+ <start>\$&lt;\%{tabstop}?\%{number-list}?</start>
+ <end>&gt;</end>
+ <include>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="start"/>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="end"/>
+ <context sub-pattern="2" where="start" style-ref="tabstop"/>
+ <context sub-pattern="3" where="start" style-ref="seperator"/>
+ <context sub-pattern="5" where="start" style-ref="tabstop"/>
+ <context sub-pattern="7" where="start" style-ref="seperator"/>
+ <context>
+ <match>\\&gt;</match>
+ </context>
+ <context ref="escape"/>
+ <context ref="environmental-variable"/>
+ <context ref="single-placeholder"/>
+ <context ref="python:python"/>
+ </include>
+ </context>
+ <context id="regex-placeholder" style-ref="regex-placeholder">
+ <match>(\${)\%{tabstop}?(?:\s*(?:(\%{number})|(\%{environment})))/\%{regex-pattern}/\%{regex-pattern}(?:[/]([a-zA-Z]*))?(})</match>
+ <include>
+ <context sub-pattern="1" style-ref="placeholder-bounds"/>
+ <context sub-pattern="10" style-ref="placeholder-bounds"/>
+ <context sub-pattern="3" style-ref="tabstop"/>
+ <context sub-pattern="4" style-ref="seperator"/>
+ <context sub-pattern="5" style-ref="tabstop"/>
+ <context sub-pattern="6" style-ref="environmental-var"/>
+ <context sub-pattern="7" style-ref="regex-pattern"/>
+ <context sub-pattern="8" style-ref="replace-pattern"/>
+ <context sub-pattern="9" style-ref="modifier"/>
+ </include>
+ </context>
+ <context id="environmental-variable" style-ref="environmental-var">
+ <match>\%{environment}</match>
+ </context>
+ <context id="snippets">
+ <include>
+ <context ref="escape"/>
+ <context ref="regex-placeholder"/>
+ <context ref="simple-placeholder"/>
+ <context ref="shell-placeholder"/>
+ <context ref="python-placeholder"/>
+ <context ref="environmental-variable"/>
+ </include>
+ </context>
+ </definitions>
+</language>
diff --git a/plugins/snippets/data/latex.xml b/plugins/snippets/data/latex.xml
new file mode 100644
index 0000000..71672ec
--- /dev/null
+++ b/plugins/snippets/data/latex.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="LaTeX">
+ <snippet id="command">
+ <text><![CDATA[{\\${1:bf} $GEDIT_SELECTED_TEXT}]]></text>
+ <accelerator><![CDATA[<Shift><Alt>w]]></accelerator>
+ <description>Wrap Selection in Command</description>
+ </snippet>
+ <snippet id="$">
+ <text><![CDATA[\[
+ $1
+\]]]></text>
+ <description>Displaymath</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="itd">
+ <text><![CDATA[\item[${1:description}] ${0:item}]]></text>
+ <description>\item[description]</description>
+ <tag>itd</tag>
+ </snippet>
+ <snippet id="sec">
+ <text><![CDATA[\section{${1:section name}}\label{${2:label}}
+]]></text>
+ <description>Section</description>
+ <tag>sec</tag>
+ </snippet>
+ <snippet id="sub">
+ <text><![CDATA[\subsection{${1:subsection name}}\label{${2:label}}
+]]></text>
+ <description>Sub Section</description>
+ <tag>sub</tag>
+ </snippet>
+ <snippet id="ssub">
+ <text><![CDATA[\subsubsection{${1:subsubsection name}}\label{${2:label}}
+]]></text>
+ <description>Sub Sub Section</description>
+ <tag>ssub</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/mallard.xml b/plugins/snippets/data/mallard.xml
new file mode 100644
index 0000000..bb08b43
--- /dev/null
+++ b/plugins/snippets/data/mallard.xml
@@ -0,0 +1,316 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!--
+ Mallard 1.0 snippets according to Mallard 1.0 DRAFT (as of 2013-02-11)
+ Copyright (C) 2013 Jaromir Hradilek
+
+ Home Page: https://github.com/jhradilek/gedit-snippets
+ Last Change: 12 February 2013
+-->
+<snippets language="mallard">
+ <snippet id="app">
+ <text><![CDATA[<app>${1}</app>]]></text>
+ <tag>app</tag>
+ <description>app</description>
+ </snippet>
+ <snippet id="cite">
+ <text><![CDATA[<cite>${1}</cite>]]></text>
+ <tag>cite</tag>
+ <description>cite</description>
+ </snippet>
+ <snippet id="cmd">
+ <text><![CDATA[<cmd>${1}</cmd>]]></text>
+ <tag>cmd</tag>
+ <description>cmd</description>
+ </snippet>
+ <snippet id="code">
+ <text><![CDATA[<code>${1}</code>]]></text>
+ <tag>code</tag>
+ <description>code</description>
+ </snippet>
+ <snippet id="col">
+ <text><![CDATA[<col/>${1}]]></text>
+ <tag>col</tag>
+ <description>col</description>
+ </snippet>
+ <snippet id="colgroup">
+ <text><![CDATA[<colgroup>${1}</colgroup>]]></text>
+ <tag>colgroup</tag>
+ <description>colgroup</description>
+ </snippet>
+ <snippet id="comment">
+ <text><![CDATA[<comment>
+ ${1}
+</comment>]]></text>
+ <tag>comment</tag>
+ <description>comment</description>
+ </snippet>
+ <snippet id="credit">
+ <text><![CDATA[<credit type="${1:author}">
+ ${2}
+</credit>]]></text>
+ <tag>credit</tag>
+ <description>credit</description>
+ </snippet>
+ <snippet id="desc">
+ <text><![CDATA[<desc>${1}</desc>]]></text>
+ <tag>desc</tag>
+ <description>desc</description>
+ </snippet>
+ <snippet id="em">
+ <text><![CDATA[<em>${1}</em>]]></text>
+ <tag>em</tag>
+ <description>em</description>
+ </snippet>
+ <snippet id="email">
+ <text><![CDATA[<email>${1}</email>]]></text>
+ <tag>email</tag>
+ <description>email</description>
+ </snippet>
+ <snippet id="example">
+ <text><![CDATA[<example>
+ ${1}
+</example>]]></text>
+ <tag>example</tag>
+ <description>example</description>
+ </snippet>
+ <snippet id="figure">
+ <text><![CDATA[<figure>
+ ${1}
+</figure>]]></text>
+ <tag>figure</tag>
+ <description>figure</description>
+ </snippet>
+ <snippet id="file">
+ <text><![CDATA[<file>${1}</file>]]></text>
+ <tag>file</tag>
+ <description>file</description>
+ </snippet>
+ <snippet id="gui">
+ <text><![CDATA[<gui>${1}</gui>]]></text>
+ <tag>gui</tag>
+ <description>gui</description>
+ </snippet>
+ <snippet id="guiseq">
+ <text><![CDATA[<guiseq>${1}</guiseq>]]></text>
+ <tag>guiseq</tag>
+ <description>guiseq</description>
+ </snippet>
+ <snippet id="info">
+ <text><![CDATA[<info>
+ ${1}
+</info>]]></text>
+ <tag>info</tag>
+ <description>info</description>
+ </snippet>
+ <snippet id="input">
+ <text><![CDATA[<input>${1}</input>]]></text>
+ <tag>input</tag>
+ <description>input</description>
+ </snippet>
+ <snippet id="item">
+ <text><![CDATA[<item>${1}</item>]]></text>
+ <tag>item</tag>
+ <description>item</description>
+ </snippet>
+ <snippet id="key">
+ <text><![CDATA[<key>${1}</key>]]></text>
+ <tag>key</tag>
+ <description>key</description>
+ </snippet>
+ <snippet id="keyseq">
+ <text><![CDATA[<keyseq type="${1:combo}">${2}</keyseq>]]></text>
+ <tag>keyseq</tag>
+ <description>keyseq</description>
+ </snippet>
+ <snippet id="license">
+ <text><![CDATA[<license href="${1}">
+ ${2}
+</license>]]></text>
+ <tag>license</tag>
+ <description>license</description>
+ </snippet>
+ <snippet id="link">
+ <text><![CDATA[<link type="${1:guide}" xref="${2:index}" group="${3}"/>]]></text>
+ <tag>link</tag>
+ <description>link</description>
+ </snippet>
+ <snippet id="links">
+ <text><![CDATA[<links type="${1:topic}" groups="${2}">
+ ${3}
+</links>]]></text>
+ <tag>links</tag>
+ <description>links</description>
+ </snippet>
+ <snippet id="list">
+ <text><![CDATA[<list type="${1:disc}">
+ ${2}
+</list>]]></text>
+ <tag>list</tag>
+ <description>list</description>
+ </snippet>
+ <snippet id="listing">
+ <text><![CDATA[<listing>
+ ${1}
+</listing>]]></text>
+ <tag>listing</tag>
+ <description>listing</description>
+ </snippet>
+ <snippet id="media">
+ <text><![CDATA[<media type="${1:image}" mime="${2:image/png}" src="${3}">
+ ${4}
+</media>]]></text>
+ <tag>media</tag>
+ <description>media</description>
+ </snippet>
+ <snippet id="name">
+ <text><![CDATA[<name>${1}</name>]]></text>
+ <tag>name</tag>
+ <description>name</description>
+ </snippet>
+ <snippet id="note">
+ <text><![CDATA[<note style="${1:advanced}">
+ ${2}
+</note>]]></text>
+ <tag>note</tag>
+ <description>note</description>
+ </snippet>
+ <snippet id="output">
+ <text><![CDATA[<output>${1}</output>]]></text>
+ <tag>output</tag>
+ <description>output</description>
+ </snippet>
+ <snippet id="p">
+ <text><![CDATA[<p>${1}</p>]]></text>
+ <tag>p</tag>
+ <description>p</description>
+ </snippet>
+ <snippet id="page">
+ <text><![CDATA[<page xmlns="http://projectmallard.org/1.0/" type="${1:topic}" id="${2}">
+ ${3}
+</page>]]></text>
+ <tag>page</tag>
+ <description>page</description>
+ </snippet>
+ <snippet id="quote">
+ <text><![CDATA[<quote>
+ ${1}
+</quote>]]></text>
+ <tag>quote</tag>
+ <description>quote</description>
+ </snippet>
+ <snippet id="revision">
+ <text><![CDATA[<revision version="${1:0.1}" date="$(2:date +%Y-%m-%d)" status="${3:stub}"/>]]></text>
+ <tag>revision</tag>
+ <description>revision</description>
+ </snippet>
+ <snippet id="screen">
+ <text><![CDATA[<screen>${1}</screen>]]></text>
+ <tag>screen</tag>
+ <description>screen</description>
+ </snippet>
+ <snippet id="section">
+ <text><![CDATA[<section id="${1}">
+ ${2}
+</section>]]></text>
+ <tag>section</tag>
+ <description>section</description>
+ </snippet>
+ <snippet id="span">
+ <text><![CDATA[<span>${1}</span>]]></text>
+ <tag>span</tag>
+ <description>span</description>
+ </snippet>
+ <snippet id="steps">
+ <text><![CDATA[<steps>
+ ${1}
+</steps>]]></text>
+ <tag>steps</tag>
+ <description>steps</description>
+ </snippet>
+ <snippet id="subtitle">
+ <text><![CDATA[<subtitle>${1}</subtitle>]]></text>
+ <tag>subtitle</tag>
+ <description>subtitle</description>
+ </snippet>
+ <snippet id="synopsis">
+ <text><![CDATA[<synopsis>
+ ${1}
+</synopsis>]]></text>
+ <tag>synopsis</tag>
+ <description>synopsis</description>
+ </snippet>
+ <snippet id="sys">
+ <text><![CDATA[<sys>${1}</sys>]]></text>
+ <tag>sys</tag>
+ <description>sys</description>
+ </snippet>
+ <snippet id="table">
+ <text><![CDATA[<table frame="${1:all}" rules="${2:all}" shade="${3:none}">
+ ${4}
+</table>]]></text>
+ <tag>table</tag>
+ <description>table</description>
+ </snippet>
+ <snippet id="tbody">
+ <text><![CDATA[<tbody>
+ ${1}
+</tbody>]]></text>
+ <tag>tbody</tag>
+ <description>tbody</description>
+ </snippet>
+ <snippet id="td">
+ <text><![CDATA[<td>${1}</td>]]></text>
+ <tag>td</tag>
+ <description>td</description>
+ </snippet>
+ <snippet id="terms">
+ <text><![CDATA[<terms>
+ ${1}
+</terms>]]></text>
+ <tag>terms</tag>
+ <description>terms</description>
+ </snippet>
+ <snippet id="tfoot">
+ <text><![CDATA[<tfoot>
+ ${1}
+</tfoot>]]></text>
+ <tag>tfoot</tag>
+ <description>tfoot</description>
+ </snippet>
+ <snippet id="thead">
+ <text><![CDATA[<thead>
+ ${1}
+</thead>]]></text>
+ <tag>thead</tag>
+ <description>thead</description>
+ </snippet>
+ <snippet id="title">
+ <text><![CDATA[<title>${1}</title>]]></text>
+ <tag>title</tag>
+ <description>title</description>
+ </snippet>
+ <snippet id="tr">
+ <text><![CDATA[<tr>
+ ${1}
+</tr>]]></text>
+ <tag>tr</tag>
+ <description>tr</description>
+ </snippet>
+ <snippet id="tree">
+ <text><![CDATA[<tree>
+ ${1}
+</tree>]]></text>
+ <tag>tree</tag>
+ <description>tree</description>
+ </snippet>
+ <snippet id="var">
+ <text><![CDATA[<var>${1}</var>]]></text>
+ <tag>var</tag>
+ <description>var</description>
+ </snippet>
+ <snippet id="years">
+ <text><![CDATA[<years>$(1:date +%Y)</years>]]></text>
+ <tag>years</tag>
+ <description>years</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/markdown.xml b/plugins/snippets/data/markdown.xml
new file mode 100644
index 0000000..e49209b
--- /dev/null
+++ b/plugins/snippets/data/markdown.xml
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="Markdown">
+ <snippet id="atx-header">
+ <text><![CDATA[${1:#} ${2:Header} $1
+
+]]></text>
+ <tag>h</tag>
+ <description>Header (atx-style)</description>
+ </snippet>
+
+ <snippet id="setext-header-1">
+ <text><![CDATA[${1:Header}
+===============
+
+]]></text>
+ <tag>Hs</tag>
+ <description>Header 1 (setext-style)</description>
+ </snippet>
+
+ <snippet id="setext-header-2">
+ <text><![CDATA[${1:Header}
+---------------
+
+]]></text>
+ <tag>hs</tag>
+ <description>Header 2 (setext-style)</description>
+ </snippet>
+
+ <snippet id="horizontal-rule">
+ <text><![CDATA[***************
+
+$0]]></text>
+ <tag>hr</tag>
+ <description>Horizontal Rule</description>
+ </snippet>
+
+ <snippet id="unordered-list">
+ <text><![CDATA[* $1
+* $2
+* $3
+* $4
+
+]]></text>
+ <tag>ul</tag>
+ <description>Unordered List</description>
+ </snippet>
+
+ <snippet id="ordered-list">
+ <text><![CDATA[1. $1
+2. $2
+3. $3
+4. $4
+
+]]></text>
+ <tag>ol</tag>
+ <description>Ordered List</description>
+ </snippet>
+
+ <snippet id="code-span">
+ <text><![CDATA[\`${1:$GEDIT_SELECTED_TEXT}\`]]></text>
+ <tag>code</tag>
+ <description>Wrap Selection as Code Span</description>
+ <accelerator><![CDATA[<Control><Alt>c]]></accelerator>
+ </snippet>
+
+ <snippet id="inline-link">
+ <text><![CDATA[[${1:$GEDIT_SELECTED_TEXT}](${2:URL})]]></text>
+ <tag>a</tag>
+ <description>Wrap Selection as Inline Link</description>
+ <accelerator><![CDATA[<Control><Alt>a]]></accelerator>
+ </snippet>
+
+ <snippet id="reference-link">
+ <text><![CDATA[[${1:$GEDIT_SELECTED_TEXT}][${2:link label}]]]></text>
+ <tag>aref</tag>
+ <description>Wrap Selection as Reference Link</description>
+ <accelerator><![CDATA[<Control><Alt>r]]></accelerator>
+ </snippet>
+
+ <snippet id="link-definition">
+ <text><![CDATA[[${1:link label}]: ${2:URL}
+]]></text>
+ <tag>adef</tag>
+ <description>Link Definition</description>
+ </snippet>
+
+ <snippet id="inline-image">
+ <text><![CDATA[![${1:alt text}](${2:URL})]]></text>
+ <tag>img</tag>
+ <description>Inline Image</description>
+ </snippet>
+
+ <snippet id="reference-image">
+ <text><![CDATA[![${1:alt text}][${2:image label}]]]></text>
+ <tag>iref</tag>
+ <description>Reference Image</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/perl.xml b/plugins/snippets/data/perl.xml
new file mode 100644
index 0000000..add148f
--- /dev/null
+++ b/plugins/snippets/data/perl.xml
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="Perl">
+ <snippet id="perl">
+ <text><![CDATA[#!/usr/bin/perl
+$0]]></text>
+ <tag>perl</tag>
+ <description>#!/usr/bin/perl</description>
+ </snippet>
+ <snippet id="ife">
+ <text><![CDATA[if ($1) {
+ ${2:# body...}
+} else {
+ ${3:# else...}
+}
+]]></text>
+ <description>Conditional if..else</description>
+ <tag>ife</tag>
+ </snippet>
+ <snippet id="ifee">
+ <text><![CDATA[if ($1) {
+ ${2:# body...}
+} elsif ($3) {
+ ${4:# elsif...}
+} else {
+ ${5:# else...}
+}
+]]></text>
+ <description>Conditional if..elsif..else</description>
+ <tag>ifee</tag>
+ </snippet>
+ <snippet id="xunless">
+ <text><![CDATA[${1:expression} unless ${2:condition};
+]]></text>
+ <description>Conditional one-line</description>
+ <tag>xunless</tag>
+ </snippet>
+ <snippet id="xif">
+ <text><![CDATA[${1:expression} if ${2:condition};
+]]></text>
+ <description>Conditional one-line</description>
+ <tag>xif</tag>
+ </snippet>
+ <snippet id="eval">
+ <text><![CDATA[eval {
+ ${1:# do something risky...}
+};
+if ($@) {
+ ${2:# handle failure...}
+}
+]]></text>
+ <description>Try/Except</description>
+ <tag>eval</tag>
+ </snippet>
+ <snippet id="fore">
+ <text><![CDATA[foreach ${1:my $${2:x} }(@${3:array}) {
+ ${4:# body...}
+}
+]]></text>
+ <description>Loop</description>
+ <tag>fore</tag>
+ </snippet>
+ <snippet id="for">
+ <text><![CDATA[for (my $${1:var} = 0; $$1 < ${2:expression}; $$1++) {
+ ${3:# body...}
+}
+]]></text>
+ <description>Loop</description>
+ <tag>for</tag>
+ </snippet>
+ <snippet id="sub">
+ <text><![CDATA[sub ${1:function_name} {
+ ${2:# body...}
+}
+]]></text>
+ <description>Function</description>
+ <tag>sub</tag>
+ </snippet>
+ <snippet id="hashpointer">
+ <text><![CDATA[ => ]]></text>
+ <accelerator><![CDATA[<Shift><Alt>l]]></accelerator>
+ <description>hash pointer</description>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if ($1) {
+ ${2:# body...}
+}
+]]></text>
+ <description>Conditional</description>
+ <tag>if</tag>
+ </snippet>
+ <snippet id="xfore">
+ <text><![CDATA[${1:expression} foreach @${2:array};
+]]></text>
+ <description>Loop one-line</description>
+ <tag>xfore</tag>
+ </snippet>
+ <snippet id="xwhile">
+ <text><![CDATA[${1:expression} while ${2:condition};
+]]></text>
+ <description>Loop one-line</description>
+ <tag>xwhile</tag>
+ </snippet>
+ <snippet id="slurp">
+ <text><![CDATA[my $${1:var};
+{ local $/ = undef; local *FILE; open FILE, "<${2:file}"; $$1 = <FILE>; close FILE }
+]]></text>
+ <description>Read File</description>
+ <tag>slurp</tag>
+ </snippet>
+ <snippet id="unless">
+ <text><![CDATA[unless ($1) {
+ ${2:# body...}
+}
+]]></text>
+ <description>Conditional</description>
+ <tag>unless</tag>
+ </snippet>
+ <snippet id="while">
+ <text><![CDATA[while ($1) {
+ ${2:# body...}
+}
+]]></text>
+ <description>Loop</description>
+ <tag>while</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/php.xml b/plugins/snippets/data/php.xml
new file mode 100644
index 0000000..89b27e7
--- /dev/null
+++ b/plugins/snippets/data/php.xml
@@ -0,0 +1,192 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="PHP">
+ <snippet id="class">
+ <text><![CDATA[class ${1:ClassName}${2: extends AnotherClass}
+{
+ function __construct(${3:argument})
+ {
+ $0
+ }
+}]]></text>
+ <description>class ..</description>
+ <tag>class</tag>
+ </snippet>
+ <snippet id="$">
+ <text><![CDATA[\$_COOKIE['${1:variable}']]]></text>
+ <description>COOKIE['..']</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="do">
+ <text><![CDATA[do {
+ $0
+} while (${1:$a <= 10});]]></text>
+ <description>do .. while ..</description>
+ <tag>do</tag>
+ </snippet>
+ <snippet id="elseif">
+ <text><![CDATA[elseif (${1:condition}) {
+ $0
+}]]></text>
+ <description>elseif ..</description>
+ <tag>elseif</tag>
+ </snippet>
+ <snippet id="else">
+ <text><![CDATA[else {
+ $0
+}]]></text>
+ <description>else ..</description>
+ <tag>else</tag>
+ </snippet>
+ <snippet id="$-1">
+ <text><![CDATA[\$_ENV['${1:variable}']]]></text>
+ <description>ENV['..']</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-2">
+ <text><![CDATA[\$_FILES['${1:variable}']]]></text>
+ <description>FILES['..']</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="foreach">
+ <text><![CDATA[foreach ($${1:variable} as $${2:key} => $${3:value}) {
+ $0
+}]]></text>
+ <description>foreach ..</description>
+ <tag>foreach</tag>
+ </snippet>
+ <snippet id="for">
+ <text><![CDATA[for ($${1:i} = ${2:0}; $${1:i} < $3; $${1:i}++) {
+ $0
+}]]></text>
+ <description>for ..</description>
+ <tag>for</tag>
+ </snippet>
+ <snippet id="function">
+ <text><![CDATA[${1:public }function ${2:FunctionName}($3)
+{
+ ${0:# code...}
+}]]></text>
+ <description>function ..</description>
+ <tag>function</tag>
+ </snippet>
+ <snippet id="$-3">
+ <text><![CDATA[\$_GET['${1:variable}']]]></text>
+ <description>GET['..']</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="globals">
+ <text><![CDATA[\$GLOBALS['${1:variable}']${2: =} ${3:something} ${4:;}]]></text>
+ <description>$GLOBALS['..']</description>
+ <tag>globals</tag>
+ </snippet>
+ <snippet id="if?">
+ <text><![CDATA[$${1:retVal} = (${2:condition}) ? ${3:a} : ${4:b};]]></text>
+ <description>$.. =</description>
+ <tag>iff</tag>
+ </snippet>
+ <snippet id="ifelse">
+ <text><![CDATA[if (${1:condition}) {
+ ${2}
+} else {
+ ${3}
+}
+$0]]></text>
+ <description>if .. else ..</description>
+ <tag>ifelse</tag>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if (${1:condition}) {
+ $0
+}]]></text>
+ <description>if ..</description>
+ <tag>if</tag>
+ </snippet>
+ <snippet id="incl1">
+ <text><![CDATA[include_once('${1:file}');$0]]></text>
+ <description>include_once</description>
+ <tag>inclo</tag>
+ </snippet>
+ <snippet id="incl">
+ <text><![CDATA[include('${1:file}');$0]]></text>
+ <description>include</description>
+ <tag>incl</tag>
+ </snippet>
+ <snippet id="array">
+ <text><![CDATA[$${1:arrayName} = array('$2'${3:,});]]></text>
+ <description>$.. = array</description>
+ <tag>array</tag>
+ </snippet>
+ <snippet id="php">
+ <text><![CDATA[<?php
+
+ $0
+
+?>]]></text>
+ <description>&lt;?php .. ?&gt;</description>
+ <tag>php</tag>
+ </snippet>
+ <snippet id="$-4">
+ <text><![CDATA[\$_POST['${1:variable}']]]></text>
+ <description>POST['..']</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="print">
+ <text><![CDATA[print "${1:string}"${2: . };]]></text>
+ <description>print ".."</description>
+ <tag>print</tag>
+ </snippet>
+ <snippet id="$-5">
+ <text><![CDATA[\$_REQUEST['${1:variable}']]]></text>
+ <description>REQUEST['..']</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="req1">
+ <text><![CDATA[require_once('${1:file}');]]></text>
+ <description>require_once</description>
+ <tag>reqo</tag>
+ </snippet>
+ <snippet id="req">
+ <text><![CDATA[require('${1:file}');]]></text>
+ <description>require</description>
+ <tag>req</tag>
+ </snippet>
+ <snippet id="$-6">
+ <text><![CDATA[\$_SERVER['${1:variable}']]]></text>
+ <description>SERVER['..']</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-7">
+ <text><![CDATA[\$_SESSION['${1:variable}']]]></text>
+ <description>SESSION['..']</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="case">
+ <text><![CDATA[case '${1:variable}':
+ $0
+ break;]]></text>
+ <description>case ..</description>
+ <tag>case</tag>
+ </snippet>
+ <snippet id="switch">
+ <text><![CDATA[switch (${1:variable}) {
+ case '${2:value}':
+ ${3}
+ break;
+
+ $0
+
+ default:
+ ${4}
+ break;
+}]]></text>
+ <description>switch ..</description>
+ <tag>switch</tag>
+ </snippet>
+ <snippet id="while">
+ <text><![CDATA[while (${1:$a <= 10}) {
+ $0
+}]]></text>
+ <description>while ..</description>
+ <tag>while</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/python.xml b/plugins/snippets/data/python.xml
new file mode 100644
index 0000000..a25617b
--- /dev/null
+++ b/plugins/snippets/data/python.xml
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="Python">
+ <snippet id="py">
+ <text><![CDATA[#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+$0]]></text>
+ <description>#!/usr/bin/env python</description>
+ <tag>py</tag>
+ </snippet>
+ <snippet id="def">
+ <text><![CDATA[def ${1:fname}(${2:self}):
+ ${3:pass}]]></text>
+ <description>New Function</description>
+ <tag>def</tag>
+ </snippet>
+ <snippet id="doc">
+ <text><![CDATA["""
+ $1
+"""
+$0]]></text>
+ <description>doc string</description>
+ <tag>doc</tag>
+ </snippet>
+ <snippet id="get">
+ <text><![CDATA[def get$1(self): return self._$1]]></text>
+ <description>New Get Method</description>
+ <tag>get</tag>
+ </snippet>
+ <snippet id="class">
+ <text><![CDATA[class ${1:ClassName} (${2:object}):
+
+ def __init__(self${3:,}):
+ ${4:pass}
+
+$0]]></text>
+ <description>New Class</description>
+ <tag>class</tag>
+ </snippet>
+ <snippet id="for">
+ <text><![CDATA[for ${1:i} in ${2:xrange}(${3:count}):
+ $0]]></text>
+ <description>for loop</description>
+ <tag>for</tag>
+ </snippet>
+ <snippet id="from">
+ <text><![CDATA[from $1 import $2
+$0]]></text>
+ <description>from</description>
+ <tag>from</tag>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if ${1:condition}:
+ $0]]></text>
+ <description>if</description>
+ <tag>if</tag>
+ </snippet>
+ <snippet id="elif">
+ <text><![CDATA[elif ${1:condition}:
+ $0]]></text>
+ <description>elif</description>
+ <tag>elif</tag>
+ </snippet>
+ <snippet id="else">
+ <text><![CDATA[else:
+ $0]]></text>
+ <description>else</description>
+ <tag>else</tag>
+ </snippet>
+ <snippet id="while">
+ <text><![CDATA[while ${1:condition}:
+ $0]]></text>
+ <tag>while</tag>
+ <description>while loop</description>
+ </snippet>
+ <snippet id="insert">
+ <text><![CDATA["${1:$GEDIT_SELECTED_TEXT}"]]></text>
+ <accelerator><![CDATA[<Control>2]]></accelerator>
+ <description>Inside String: Insert "…"</description>
+ </snippet>
+ <snippet id="insert-1">
+ <text><![CDATA['${1:$GEDIT_SELECTED_TEXT}']]></text>
+ <accelerator><![CDATA[<Control>apostrophe]]></accelerator>
+ <description>Inside String: Insert '…'</description>
+ </snippet>
+ <snippet id=".">
+ <text><![CDATA[self.]]></text>
+ <description>self</description>
+ <tag>.</tag>
+ </snippet>
+ <snippet id="set">
+ <text><![CDATA[def set$1(self, ${2:newValue}): self._$1 = $2]]></text>
+ <description>New Set Method</description>
+ <tag>set</tag>
+ </snippet>
+ <snippet id="try">
+ <text><![CDATA[try:
+ $1
+except ${2:Error}:
+ $0]]></text>
+ <tag>try</tag>
+ <description>Try... Except</description>
+ </snippet>
+ <snippet id="main">
+ <text><![CDATA[if __name__ == '__main__':
+ ${1:sys.exit(main())}
+
+$0]]></text>
+ <description>main</description>
+ <tag>main</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/rpmspec.xml b/plugins/snippets/data/rpmspec.xml
new file mode 100644
index 0000000..eb3396d
--- /dev/null
+++ b/plugins/snippets/data/rpmspec.xml
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!-- requires rpm-python package installed -->
+<snippets language="rpmspec">
+ <snippet id="ch">
+ <text><![CDATA[$<
+import rpm
+import datetime
+
+spec = rpm.spec($GEDIT_CURRENT_DOCUMENT_PATH)
+date = datetime.date.today().strftime("%a %b %d %Y")
+headers = spec.packages[0].header
+version = headers['Version']
+release = ".".join(headers['Release'].split(".")[:-1])
+packager = headers['Packager']
+newheader = "* %s %s - %s-%s\n- " % (date, packager, version, release)
+return newheader
+>
+]]></text>
+ <tag>ch</tag>
+ <description>changelog entry</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/ruby.xml b/plugins/snippets/data/ruby.xml
new file mode 100644
index 0000000..db13e69
--- /dev/null
+++ b/plugins/snippets/data/ruby.xml
@@ -0,0 +1,166 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="Ruby">
+ <snippet id="forin">
+ <text><![CDATA[for ${1:element} in ${2:collection}
+ ${1:element}.$0
+end]]></text>
+ <description>for .. in .. end</description>
+ <tag>forin</tag>
+ </snippet>
+ <snippet id="inject">
+ <text><![CDATA[inject(${1:object}) { |${2:injection}, ${3:element}| $0 }]]></text>
+ <description>inject object</description>
+ <tag>inject</tag>
+ </snippet>
+ <snippet id="reject">
+ <text><![CDATA[reject { |${1:element}| ${1:element}.$0 }]]></text>
+ <description>reject element</description>
+ <tag>reject</tag>
+ </snippet>
+ <snippet id="select">
+ <text><![CDATA[select { |${1:element}| ${1:element}.$0 }]]></text>
+ <description>select element</description>
+ <tag>select</tag>
+ </snippet>
+ <snippet id="ife">
+ <text><![CDATA[if ${1:condition}
+ $2
+else
+ $3
+end]]></text>
+ <description>if .. else .. end</description>
+ <tag>ife</tag>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if ${1:condition}
+ $0
+end]]></text>
+ <description>if .. end</description>
+ <tag>if</tag>
+ </snippet>
+ <snippet id="case">
+ <text><![CDATA[case ${1:object}
+ when ${2:condition}
+ $0
+end]]></text>
+ <description>case .. end</description>
+ <tag>case</tag>
+ </snippet>
+ <snippet id="begin">
+ <text><![CDATA[begin
+ $1
+rescue ${2:Exception} => ${3:e}
+ $0
+end]]></text>
+ <description>begin .. rescue .. end</description>
+ <tag>begin</tag>
+ </snippet>
+ <snippet id="class">
+ <text><![CDATA[class ${1:class_name}
+ $0
+end]]></text>
+ <description>class .. end</description>
+ <tag>class</tag>
+ </snippet>
+ <snippet id="collecto">
+ <text><![CDATA[collect do |${1:element}|
+ ${1:element}.$0
+end]]></text>
+ <description>collect element do</description>
+ <tag>collecto</tag>
+ </snippet>
+ <snippet id="collect">
+ <text><![CDATA[collect { |${1:element}| ${1:element}.$0 }]]></text>
+ <description>collect element</description>
+ <tag>collect</tag>
+ </snippet>
+ <snippet id="def">
+ <text><![CDATA[def ${1:method_name}
+ $0
+end]]></text>
+ <description>def .. end</description>
+ <tag>def</tag>
+ </snippet>
+ <snippet id="do">
+ <text><![CDATA[do
+ $0
+end]]></text>
+ <description>do .. end</description>
+ <tag>do</tag>
+ </snippet>
+ <snippet id="doo">
+ <text><![CDATA[do |${1:object}|
+ $0
+end]]></text>
+ <description>do |object| .. end</description>
+ <tag>doo</tag>
+ </snippet>
+ <snippet id="eacho">
+ <text><![CDATA[each do |${1:element}|
+ ${1:element}.$0
+end]]></text>
+ <description>each element do</description>
+ <tag>eacho</tag>
+ </snippet>
+ <snippet id="each">
+ <text><![CDATA[each { |${1:element}| ${1:element}.$0 }]]></text>
+ <description>each element</description>
+ <tag>each</tag>
+ </snippet>
+ <snippet id="each_with_indexo">
+ <text><![CDATA[each_with_index do |${1:element}, ${2:idx}|
+ ${1:element}.$0
+end]]></text>
+ <description>each_with_index do</description>
+ <tag>eachwithindexo</tag>
+ </snippet>
+ <snippet id="each_with_index">
+ <text><![CDATA[each_with_index { |${1:element}, ${2:idx}| ${1:element}.$0 }]]></text>
+ <description>each_with_index</description>
+ <tag>eachwithindex</tag>
+ </snippet>
+ <snippet id=":">
+ <text><![CDATA[:${1:key} => ${2:"value"}${3:, }]]></text>
+ <description>hash pair</description>
+ <tag>:</tag>
+ </snippet>
+ <snippet id="hashpointer">
+ <text><![CDATA[ => ]]></text>
+ <accelerator><![CDATA[<Shift><Alt>l]]></accelerator>
+ <description>hash pointer</description>
+ </snippet>
+ <snippet id="injecto">
+ <text><![CDATA[inject(${1:object}) do |${2:injection}, ${3:element}|
+ $0
+end]]></text>
+ <description>inject object do</description>
+ <tag>injecto</tag>
+ </snippet>
+ <snippet id="rejecto">
+ <text><![CDATA[reject do |${1:element}|
+ ${1:element}.$0
+end]]></text>
+ <description>reject element do</description>
+ <tag>rejecto</tag>
+ </snippet>
+ <snippet id="selecto">
+ <text><![CDATA[select do |${1:element}|
+ ${1:element}.$0
+end]]></text>
+ <description>select element do</description>
+ <tag>selecto</tag>
+ </snippet>
+ <snippet id="unless">
+ <text><![CDATA[unless ${1:condition}
+ $0
+end]]></text>
+ <description>unless</description>
+ <tag>unless</tag>
+ </snippet>
+ <snippet id="when">
+ <text><![CDATA[when ${1:condition}
+ $0]]></text>
+ <description>when</description>
+ <tag>when</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/sh.xml b/plugins/snippets/data/sh.xml
new file mode 100644
index 0000000..b8fc0a6
--- /dev/null
+++ b/plugins/snippets/data/sh.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="sh">
+ <snippet id="elif">
+ <text><![CDATA[elif [[ ${1:condition} ]]; then
+ $0]]></text>
+ <description>elif ..</description>
+ <tag>elif</tag>
+ </snippet>
+ <snippet id="case">
+ <text><![CDATA[case ${1:choice} in
+${2:first})
+ $3
+ ;;
+*)
+ $4
+ ;;
+esac]]></text>
+ <description>case ..</description>
+ <tag>case</tag>
+ </snippet>
+ <snippet id="for">
+ <text><![CDATA[for (( ${1:i = 0}; ${2:i < 10}; ${3:i++} )); do
+ $0
+done]]></text>
+ <description>for .. done</description>
+ <tag>for</tag>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if [[ ${1:condition} ]]; then
+ $0
+fi]]></text>
+ <description>if .. then</description>
+ <tag>if</tag>
+ </snippet>
+ <snippet id="sh">
+ <text><![CDATA[#!/bin/sh
+$0]]></text>
+ <description>#!/bin/sh</description>
+ <tag>sh</tag>
+ </snippet>
+ <snippet id="bash">
+ <text><![CDATA[#!/bin/bash
+$0]]></text>
+ <description>#!/bin/bash</description>
+ <tag>bash</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/snippets.xml b/plugins/snippets/data/snippets.xml
new file mode 100644
index 0000000..ee405e6
--- /dev/null
+++ b/plugins/snippets/data/snippets.xml
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="snippets">
+ <snippet id="simple">
+ <text><![CDATA[\${${1:n:default}}]]></text>
+ <description>Simple Placeholder</description>
+ <tag>simple</tag>
+ </snippet>
+ <snippet id="simple-fallback">
+ <text><![CDATA[\${${1:n:}[${2:default1,default2}]}]]></text>
+ <description>Simple Fallback Placeholder</description>
+ <tag>simplef</tag>
+ </snippet>
+ <snippet id="shell">
+ <text><![CDATA[\$(${1:n:} ${2:shell code})]]></text>
+ <description>Shell Placeholder</description>
+ <tag>shell</tag>
+ </snippet>
+ <snippet id="python">
+ <text><![CDATA[\$<${1:n:} ${2:[refs]:} return 'python code' >]]></text>
+ <description>Python Placeholder</description>
+ <tag>python</tag>
+ </snippet>
+ <snippet id="regex">
+ <text><![CDATA[\${${1:n:} ${2:input}/${3:regex-pattern}/${4:replacement}/${5:modifiers}}]]></text>
+ <description>Regular Expression Placeholder</description>
+ <tag>regex</tag>
+ </snippet>
+ <snippet id="$-CURRENT_DOCUMENT_PATH">
+ <text><![CDATA[\$GEDIT_CURRENT_DOCUMENT_PATH]]></text>
+ <description>Gedit Current Document Path Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-CURRENT_DOCUMENT_NAME">
+ <text><![CDATA[\$GEDIT_CURRENT_DOCUMENT_NAME]]></text>
+ <description>Gedit Current Document Name Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-CURRENT_DOCUMENT_URI">
+ <text><![CDATA[\$GEDIT_CURRENT_DOCUMENT_URI]]></text>
+ <description>Gedit Current Document Uri Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-CURRENT_DOCUMENT_SCHEME">
+ <text><![CDATA[\$GEDIT_CURRENT_DOCUMENT_SCHEME]]></text>
+ <description>Gedit Current Document Scheme Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-CURRENT_DOCUMENT_TYPE">
+ <text><![CDATA[\$GEDIT_CURRENT_DOCUMENT_TYPE]]></text>
+ <description>Gedit Current Document Type Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-DOCUMENTS_URI">
+ <text><![CDATA[\$GEDIT_DOCUMENTS_URI]]></text>
+ <description>Gedit Documents Uri Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-DOCUMENTS_PATH">
+ <text><![CDATA[\$GEDIT_DOCUMENTS_PATH]]></text>
+ <description>Gedit Documents Path Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-SELECTED_TEXT">
+ <text><![CDATA[\$GEDIT_SELECTED_TEXT]]></text>
+ <description>Gedit Selected Text Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-CURRENT_WORD">
+ <text><![CDATA[\$GEDIT_CURRENT_WORD]]></text>
+ <description>Gedit Current Word Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-CURRENT_LINE">
+ <text><![CDATA[\$GEDIT_CURRENT_LINE]]></text>
+ <description>Gedit Current Line Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-CURRENT_LINE_NUMBER">
+ <text><![CDATA[\$GEDIT_CURRENT_LINE_NUMBER]]></text>
+ <description>Gedit Current Line Number Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-DROP_FILENAME">
+ <text><![CDATA[\$GEDIT_DROP_FILENAME]]></text>
+ <description>Gedit Drop Filename Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-DROP_REL_FILENAME">
+ <text><![CDATA[\$GEDIT_DROP_REL_FILENAME]]></text>
+ <description>Gedit Drop Relative Filename Variable</description>
+ <tag>$</tag>
+ </snippet>
+ <snippet id="$-DROP_MIME_TYPE">
+ <text><![CDATA[\$GEDIT_DROP_MIME_TYPE]]></text>
+ <description>Gedit Drop Mime Type Variable</description>
+ <tag>$</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/tcl.xml b/plugins/snippets/data/tcl.xml
new file mode 100644
index 0000000..73a50c0
--- /dev/null
+++ b/plugins/snippets/data/tcl.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="Tcl">
+ <snippet id="foreach">
+ <text><![CDATA[foreach ${1:var} ${2:$list} {
+ ${3}
+}
+]]></text>
+ <description>foreach...</description>
+ <tag>foreach</tag>
+ </snippet>
+ <snippet id="for">
+ <text><![CDATA[for {${1:set i 0}} {${2:$i < $n}} {${3:incr i}} {
+ ${4}
+}
+]]></text>
+ <description>for...</description>
+ <tag>for</tag>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[if {${1:condition}} {
+ ${2}
+}
+]]></text>
+ <description>if...</description>
+ <tag>if</tag>
+ </snippet>
+ <snippet id="proc">
+ <text><![CDATA[proc ${1:name} {${2:args}} \
+{
+ ${3}
+}
+]]></text>
+ <description>proc...</description>
+ <tag>proc</tag>
+ </snippet>
+ <snippet id="switch">
+ <text><![CDATA[switch ${1:-exact} -- ${2:$var} {
+ ${3:match} {
+ ${4}
+ }
+ default {${5}}
+}
+]]></text>
+ <description>switch...</description>
+ <tag>switch</tag>
+ </snippet>
+ <snippet id="while">
+ <text><![CDATA[while {${1:condition}} {
+ ${2}
+}
+]]></text>
+ <description>while...</description>
+ <tag>while</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/xml.xml b/plugins/snippets/data/xml.xml
new file mode 100644
index 0000000..a53d565
--- /dev/null
+++ b/plugins/snippets/data/xml.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="XML">
+ <snippet id="&quot;">
+ <text><![CDATA[<${1:name} ${2:attr}="${3:value}">$0</${1}>]]></text>
+ <description>Long Attribute Tag</description>
+ <tag>"</tag>
+ </snippet>
+ <snippet id="&lt;">
+ <text><![CDATA[<${1:name}>$0</${1}>
+
+]]></text>
+ <description>Long Tag</description>
+ <tag>&lt;</tag>
+ </snippet>
+ <snippet id="&gt;">
+ <text><![CDATA[<${1:name} />]]></text>
+ <description>Short Tag</description>
+ <tag>&gt;</tag>
+ </snippet>
+ <snippet id="cdata">
+ <text><![CDATA[<![CDATA[$0]]]]><![CDATA[>]]></text>
+ <tag>cdata</tag>
+ <description>CDATA</description>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/data/xslt.xml b/plugins/snippets/data/xslt.xml
new file mode 100644
index 0000000..0ff5cc1
--- /dev/null
+++ b/plugins/snippets/data/xslt.xml
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<snippets language="xslt">
+ <snippet id="stylesheet">
+ <text><![CDATA[<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+$0
+</xsl:stylesheet>
+]]></text>
+ <description>StyleSheet</description>
+ <tag>stylesheet</tag>
+ </snippet>
+ <snippet id="include">
+ <text><![CDATA[<xsl:include href="$1"/>
+]]></text>
+ <description>Include</description>
+ <tag>inc</tag>
+ </snippet>
+ <snippet id="import">
+ <text><![CDATA[<xsl:import href="$1"/>
+]]></text>
+ <description>Import</description>
+ <tag>imp</tag>
+ </snippet>
+ <snippet id="param">
+ <text><![CDATA[<xsl:param name="$1"/>
+]]></text>
+ <description>Parameter</description>
+ <tag>param</tag>
+ </snippet>
+ <snippet id="template">
+ <text><![CDATA[<xsl:template ${1:[match,name]}="$2" ${3:mode=""}>
+ $0
+</xsl:template>
+]]></text>
+ <description>Template</description>
+ <tag>templ</tag>
+ </snippet>
+ <snippet id="variable-1">
+ <text><![CDATA[<xsl:variable name="$1">
+ $0
+</xsl:variable>
+]]></text>
+ <description>Variable</description>
+ <tag>var</tag>
+ </snippet>
+ <snippet id="variable-2">
+ <text><![CDATA[<xsl:variable name="$1" select="$2"/>
+$0]]></text>
+ <description>Variable with Select Attribute</description>
+ <tag>var</tag>
+ </snippet>
+ <snippet id="choose">
+ <text><![CDATA[<xsl:choose>
+ <xsl:when test="$1">
+ $2
+ </xsl:when>
+ $3
+</xsl:choose>
+]]></text>
+ <description>Choose</description>
+ <tag>choose</tag>
+ </snippet>
+ <snippet id="when">
+ <text><![CDATA[<xsl:when test="$1">
+ $2
+</xsl:when>
+$0]]></text>
+ <description>When</description>
+ <tag>when</tag>
+ </snippet>
+ <snippet id="otherwise">
+ <text><![CDATA[<xsl:otherwise>
+ $1
+</xsl:otherwise>
+$0]]></text>
+ <description>Otherwise</description>
+ <tag>otherwise</tag>
+ </snippet>
+ <snippet id="if">
+ <text><![CDATA[<xsl:if test="$1">
+ $2
+</xsl:if>
+$0]]></text>
+ <description>If</description>
+ <tag>if</tag>
+ </snippet>
+ <snippet id="value-of">
+ <text><![CDATA[<xsl:value-of select="$1"/>
+]]></text>
+ <description>Value of</description>
+ <tag>val</tag>
+ </snippet>
+ <snippet id="element">
+ <text><![CDATA[<xsl:element name="$1">
+</xsl:element>
+$0]]></text>
+ <description>Element</description>
+ <tag>elem</tag>
+ </snippet>
+ <snippet id="attribute">
+ <text><![CDATA[<xsl:attribute name="$1">$2</xsl:attribute>
+$0]]></text>
+ <description>Attribute</description>
+ <tag>attr</tag>
+ </snippet>
+ <snippet id="text">
+ <text><![CDATA[<xsl:text>${1:$GEDIT_SELECTED_TEXT}</xsl:text>
+]]></text>
+ <description>Text</description>
+ <tag>text</tag>
+ </snippet>
+ <snippet id="comment">
+ <text><![CDATA[<xsl:comment>${1:$GEDIT_SELECTED_TEXT}</xsl:comment>
+]]></text>
+ <description>Comment</description>
+ <tag>comment</tag>
+ </snippet>
+ <snippet id="call-template">
+ <text><![CDATA[<xsl:call-template name="$1"/>
+]]></text>
+ <description>Call Template</description>
+ <tag>call</tag>
+ </snippet>
+ <snippet id="apply-templates">
+ <text><![CDATA[<xsl:apply-templates mode="$1" select="$2"/>
+$0]]></text>
+ <description>Apply Templates</description>
+ <tag>applyt</tag>
+ </snippet>
+ <snippet id="apply-imports">
+ <text><![CDATA[<xsl:apply-imports/>
+]]></text>
+ <description>Apply Imports</description>
+ <tag>applyimp</tag>
+ </snippet>
+ <snippet id="with-param">
+ <text><![CDATA[<xsl:with-param name="$1">
+ $2
+</xsl:with-param>
+$0]]></text>
+ <description>With Param</description>
+ <tag>with</tag>
+ </snippet>
+</snippets>
diff --git a/plugins/snippets/meson.build b/plugins/snippets/meson.build
new file mode 100644
index 0000000..91401d1
--- /dev/null
+++ b/plugins/snippets/meson.build
@@ -0,0 +1,23 @@
+subdir('snippets')
+
+install_subdir(
+ 'data',
+ strip_directory : true,
+ install_dir: join_paths(
+ pkgdatadir,
+ 'plugins',
+ 'snippets',
+ )
+)
+
+custom_target(
+ 'snippets.plugin',
+ input: 'snippets.plugin.desktop.in',
+ output: 'snippets.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
diff --git a/plugins/snippets/snippets.plugin.desktop.in b/plugins/snippets/snippets.plugin.desktop.in
new file mode 100644
index 0000000..129db21
--- /dev/null
+++ b/plugins/snippets/snippets.plugin.desktop.in
@@ -0,0 +1,9 @@
+[Plugin]
+Loader=python3
+Module=snippets
+IAge=3
+Name=Snippets
+Description=Insert often-used pieces of text in a fast way.
+Authors=Jesse van den Kieboom <jesse@icecrew.nl>
+Copyright=Copyright © 2005 Jesse van den Kieboom
+Website=http://www.gedit.org
diff --git a/plugins/snippets/snippets/__init__.py b/plugins/snippets/snippets/__init__.py
new file mode 100644
index 0000000..147aa69
--- /dev/null
+++ b/plugins/snippets/snippets/__init__.py
@@ -0,0 +1,26 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import gi
+gi.require_version('Gedit', '3.0')
+gi.require_version('Gtk', '3.0')
+
+from .appactivatable import AppActivatable
+from .windowactivatable import WindowActivatable
+from .document import Document
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/appactivatable.py b/plugins/snippets/snippets/appactivatable.py
new file mode 100644
index 0000000..fb56e51
--- /dev/null
+++ b/plugins/snippets/snippets/appactivatable.py
@@ -0,0 +1,133 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import os
+import platform
+from gi.repository import Gedit, Gtk, Gdk, GObject, Gio, GLib
+from .library import Library
+from .shareddata import SharedData
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class AppActivatable(GObject.Object, Gedit.AppActivatable):
+ __gtype_name__ = "GeditSnippetsAppActivatable"
+
+ app = GObject.Property(type=Gedit.App)
+
+ def __init__(self):
+ GObject.Object.__init__(self)
+
+ def do_activate(self):
+ # Initialize snippets library
+ library = Library()
+
+ if platform.system() == 'Windows':
+ snippetsdir = os.path.expanduser('~/gedit/snippets')
+ else:
+ snippetsdir = os.path.join(GLib.get_user_config_dir(), 'gedit/snippets')
+
+ library.set_dirs(snippetsdir, self.system_dirs())
+
+ self.css = Gtk.CssProvider()
+ self.css.load_from_data("""
+.gedit-snippet-manager-paned {
+ border-style: solid;
+ border-color: @borders;
+}
+.gedit-snippet-manager-paned:dir(ltr) {
+ border-width: 0 1px 0 0;
+}
+
+.gedit-snippet-manager-paned:dir(rtl) {
+ border-width: 0 0 0 1px;
+}
+
+.gedit-snippet-manager-view {
+ border-width: 0 0 1px 0;
+}
+
+.gedit-snippet-manager-treeview {
+ border-top-width: 0;
+}
+
+.gedit-snippet-manager-treeview:dir(ltr) {
+ border-left-width: 0;
+}
+
+.gedit-snippet-manager-treeview:dir(rtl) {
+ border-right-width: 0;
+}
+""".encode('utf-8'))
+ Gtk.StyleContext.add_provider_for_screen(Gdk.Screen.get_default(),
+ self.css, 600)
+
+ action = Gio.SimpleAction(name="snippets")
+ action.connect('activate', self.on_action_snippets_activate)
+ self.app.add_action(action)
+
+ item = Gio.MenuItem.new(_("Manage _Snippets…"), "app.snippets")
+ self.menu = self.extend_menu("preferences-section")
+ self.menu.append_menu_item(item)
+
+ def do_deactivate(self):
+ self.app.remove_action("snippets")
+ self.menu = None
+ Gtk.StyleContext.remove_provider_for_screen(Gdk.Screen.get_default(),
+ self.css)
+
+ def system_dirs(self):
+ dirs = []
+
+ if 'XDG_DATA_DIRS' in os.environ:
+ datadirs = os.environ['XDG_DATA_DIRS']
+ elif platform.system() != 'Windows':
+ datadirs = '/usr/local/share' + os.pathsep + '/usr/share'
+ else:
+ datadirs = GLib.win32_get_package_installation_directory_of_module(None)
+
+ for d in datadirs.split(os.pathsep):
+ d = os.path.join(d, 'gedit', 'plugins', 'snippets')
+
+ if os.path.isdir(d):
+ dirs.append(d)
+
+ dirs.append(self.plugin_info.get_data_dir())
+ return dirs
+
+ def accelerator_activated(self, group, obj, keyval, mod):
+ activatable = SharedData().lookup_window_activatable(obj)
+
+ ret = False
+
+ if activatable:
+ ret = activatable.accelerator_activated(keyval, mod)
+
+ return ret
+
+ def create_configure_dialog(self):
+ SharedData().show_manager(self.app.get_active_window(), self.plugin_info.get_data_dir())
+
+ def on_action_snippets_activate(self, action, parameter):
+ self.create_configure_dialog()
+
+# vi:ex:ts=4:et
diff --git a/plugins/snippets/snippets/completion.py b/plugins/snippets/snippets/completion.py
new file mode 100644
index 0000000..562b268
--- /dev/null
+++ b/plugins/snippets/snippets/completion.py
@@ -0,0 +1,187 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from gi.repository import GObject, Gtk, GtkSource, Gedit
+
+from .library import Library
+from .languagemanager import get_language_manager
+from .snippet import Snippet
+
+class Proposal(GObject.Object, GtkSource.CompletionProposal):
+ __gtype_name__ = "GeditSnippetsProposal"
+
+ def __init__(self, snippet):
+ super(Proposal, self).__init__()
+ self._snippet = Snippet(snippet)
+
+ def snippet(self):
+ return self._snippet.data
+
+ # Interface implementation
+ def do_get_markup(self):
+ return self._snippet.display()
+
+ def do_get_info(self):
+ return self._snippet.data['text']
+
+class Provider(GObject.Object, GtkSource.CompletionProvider):
+ __gtype_name__ = "GeditSnippetsProvider"
+
+ def __init__(self, name, language_id, handler):
+ super(Provider, self).__init__()
+
+ self.name = name
+ self.info_widget = None
+ self.proposals = []
+ self.language_id = language_id
+ self.handler = handler
+ self.info_widget = None
+ self.mark = None
+
+ theme = Gtk.IconTheme.get_default()
+ f, w, h = Gtk.icon_size_lookup(Gtk.IconSize.MENU)
+
+ try:
+ self.icon = theme.load_icon(Gtk.STOCK_JUSTIFY_LEFT, w, 0)
+ except:
+ self.icon = None
+
+ def __del__(self):
+ if self.mark:
+ self.mark.get_buffer().delete_mark(self.mark)
+
+ def set_proposals(self, proposals):
+ self.proposals = proposals
+
+ def mark_position(self, it):
+ if not self.mark:
+ self.mark = it.get_buffer().create_mark(None, it, True)
+ else:
+ self.mark.get_buffer().move_mark(self.mark, it)
+
+ def get_word(self, context):
+ (valid_context, it) = context.get_iter()
+ if not valid_context:
+ return None
+
+ if it.starts_word() or it.starts_line() or not it.ends_word():
+ return None
+
+ start = it.copy()
+
+ if start.backward_word_start():
+ self.mark_position(start)
+ return start.get_text(it)
+ else:
+ return None
+
+ def do_get_start_iter(self, context, proposal):
+ if not self.mark or self.mark.get_deleted():
+ return (False, None)
+
+ return (True, self.mark.get_buffer().get_iter_at_mark(self.mark))
+
+ def do_match(self, context):
+ return True
+
+ def get_proposals(self, word):
+ if self.proposals:
+ proposals = self.proposals
+ else:
+ proposals = Library().get_snippets(None)
+
+ if self.language_id:
+ proposals += Library().get_snippets(self.language_id)
+
+ # Filter based on the current word
+ if word:
+ proposals = (x for x in proposals if x['tag'].startswith(word))
+
+ return [Proposal(x) for x in proposals]
+
+ def do_populate(self, context):
+ proposals = self.get_proposals(self.get_word(context))
+ context.add_proposals(self, proposals, True)
+
+ def do_get_name(self):
+ return self.name
+
+ def do_activate_proposal(self, proposal, piter):
+ return self.handler(proposal, piter)
+
+ def do_get_info_widget(self, proposal):
+ if not self.info_widget:
+ view = Gedit.View.new_with_buffer(Gedit.Document())
+ manager = get_language_manager()
+
+ lang = manager.get_language('snippets')
+ view.get_buffer().set_language(lang)
+
+ sw = Gtk.ScrolledWindow()
+ sw.add(view)
+ sw.show_all()
+
+ # Fixed size
+ sw.set_size_request(300, 200)
+
+ self.info_view = view
+ self.info_widget = sw
+
+ return self.info_widget
+
+ def do_update_info(self, proposal, info):
+ buf = self.info_view.get_buffer()
+
+ buf.set_text(proposal.get_info())
+ buf.move_mark(buf.get_insert(), buf.get_start_iter())
+ buf.move_mark(buf.get_selection_bound(), buf.get_start_iter())
+ self.info_view.scroll_to_iter(buf.get_start_iter(), 0.0, False, 0.5, 0.5)
+
+ def do_get_icon(self):
+ return self.icon
+
+ def do_get_activation(self):
+ return GtkSource.CompletionActivation.USER_REQUESTED
+
+class Defaults(GObject.Object, GtkSource.CompletionProvider):
+ __gtype_name__ = "GeditSnippetsDefaultsProvider"
+
+ def __init__(self, handler):
+ GObject.Object.__init__(self)
+
+ self.handler = handler
+ self.proposals = []
+
+ def set_defaults(self, defaults):
+ self.proposals = []
+
+ for d in defaults:
+ self.proposals.append(GtkSource.CompletionItem.new(d, d, None, None))
+
+ def do_get_name(self):
+ return ""
+
+ def do_activate_proposal(self, proposal, piter):
+ return self.handler(proposal, piter)
+
+ def do_populate(self, context):
+ context.add_proposals(self, self.proposals, True)
+
+ def do_get_activation(self):
+ return GtkSource.CompletionActivation.USER_REQUESTED
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/document.py b/plugins/snippets/snippets/document.py
new file mode 100644
index 0000000..003237d
--- /dev/null
+++ b/plugins/snippets/snippets/document.py
@@ -0,0 +1,1097 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import os
+import re
+
+from gi.repository import Gtk, Gdk, Gio, GLib, Gedit, GObject
+
+from .library import Library
+from .snippet import Snippet
+from .placeholder import PlaceholderEnd
+from . import completion
+from .signals import Signals
+from .shareddata import SharedData
+from . import helper
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class DynamicSnippet(dict):
+ def __init__(self, text):
+ self['text'] = text
+ self.valid = True
+
+class Document(GObject.Object, Gedit.ViewActivatable, Signals):
+ TAB_KEY_VAL = (Gdk.KEY_Tab, Gdk.KEY_ISO_Left_Tab)
+ SPACE_KEY_VAL = (Gdk.KEY_space,)
+
+ view = GObject.Property(type=Gedit.View)
+
+ def __init__(self):
+ GObject.Object.__init__(self)
+ Signals.__init__(self)
+
+ self.placeholders = []
+ self.active_snippets = []
+ self.active_placeholder = None
+
+ self.ordered_placeholders = []
+ self.update_placeholders = []
+ self.jump_placeholders = []
+ self.language_id = 0
+ self.timeout_update_id = 0
+
+ self.provider = completion.Provider(_('Snippets'), self.language_id, self.on_proposal_activated)
+
+ def do_activate(self):
+ # Always have a reference to the global snippets
+ Library().ref(None)
+
+ buf = self.view.get_buffer()
+
+ self.connect_signal(self.view, 'key-press-event', self.on_view_key_press)
+ self.connect_signal(buf, 'notify::language', self.on_notify_language)
+ self.connect_signal(self.view, 'drag-data-received', self.on_drag_data_received)
+
+ self.connect_signal_after(self.view, 'draw', self.on_draw)
+
+ self.update_language()
+
+ completion = self.view.get_completion()
+ completion.add_provider(self.provider)
+
+ SharedData().register_controller(self.view, self)
+
+ def do_deactivate(self):
+ if self.timeout_update_id != 0:
+ GLib.source_remove(self.timeout_update_id)
+ self.timeout_update_id = 0
+
+ del self.update_placeholders[:]
+ del self.jump_placeholders[:]
+
+ # Always release the reference to the global snippets
+ Library().unref(None)
+ self.active_placeholder = None
+
+ self.disconnect_signals(self.view)
+ self.disconnect_signals(self.view.get_buffer())
+
+ # Remove all active snippets
+ for snippet in list(self.active_snippets):
+ self.deactivate_snippet(snippet, True)
+
+ completion = self.view.get_completion()
+
+ if completion:
+ completion.remove_provider(self.provider)
+
+ if self.language_id != 0:
+ Library().unref(self.language_id)
+
+ SharedData().unregister_controller(self.view, self)
+
+ # Call this whenever the language in the view changes. This makes sure that
+ # the correct language is used when finding snippets
+ def update_language(self):
+ lang = self.view.get_buffer().get_language()
+
+ if lang is None and self.language_id is None:
+ return
+ elif lang and lang.get_id() == self.language_id:
+ return
+
+ langid = self.language_id
+
+ if lang:
+ self.language_id = lang.get_id()
+ else:
+ self.language_id = None
+
+ if langid != 0:
+ Library().unref(langid)
+
+ Library().ref(self.language_id)
+ self.provider.language_id = self.language_id
+
+ SharedData().update_state(self.view.get_toplevel())
+
+ def accelerator_activate(self, keyval, mod):
+ if not self.view or not self.view.get_editable():
+ return False
+
+ accelerator = Gtk.accelerator_name(keyval, mod)
+ snippets = Library().from_accelerator(accelerator, \
+ self.language_id)
+
+ if len(snippets) == 0:
+ return False
+ elif len(snippets) == 1:
+ self.apply_snippet(snippets[0])
+ else:
+ # Do the fancy completion dialog
+ provider = completion.Provider(_('Snippets'), self.language_id, self.on_proposal_activated)
+ provider.set_proposals(snippets)
+
+ cm = self.view.get_completion()
+ cm.show([provider], cm.create_context(None))
+
+ return True
+
+ def first_snippet_inserted(self):
+ buf = self.view.get_buffer()
+
+ self.connect_signal(buf, 'changed', self.on_buffer_changed)
+ self.connect_signal(buf, 'tepl-cursor-moved', self.on_buffer_cursor_moved)
+ self.connect_signal_after(buf, 'insert-text', self.on_buffer_insert_text)
+
+ def last_snippet_removed(self):
+ buf = self.view.get_buffer()
+ self.disconnect_signal(buf, 'changed')
+ self.disconnect_signal(buf, 'tepl-cursor-moved')
+ self.disconnect_signal(buf, 'insert-text')
+
+ def current_placeholder(self):
+ buf = self.view.get_buffer()
+
+ piter = buf.get_iter_at_mark(buf.get_insert())
+ found = []
+
+ for placeholder in self.placeholders:
+ begin = placeholder.begin_iter()
+ end = placeholder.end_iter()
+
+ if piter.compare(begin) >= 0 and piter.compare(end) <= 0:
+ found.append(placeholder)
+
+ if self.active_placeholder in found:
+ return self.active_placeholder
+ elif len(found) > 0:
+ return found[0]
+ else:
+ return None
+
+ def advance_placeholder(self, direction):
+ # Returns (CurrentPlaceholder, NextPlaceholder), depending on direction
+ buf = self.view.get_buffer()
+
+ piter = buf.get_iter_at_mark(buf.get_insert())
+ found = current = next = None
+ length = len(self.placeholders)
+
+ placeholders = list(self.placeholders)
+
+ if self.active_placeholder:
+ begin = self.active_placeholder.begin_iter()
+ end = self.active_placeholder.end_iter()
+
+ if piter.compare(begin) >= 0 and piter.compare(end) <= 0:
+ current = self.active_placeholder
+ currentIndex = placeholders.index(self.active_placeholder)
+
+ if direction == 1:
+ # w = piter, x = begin, y = end, z = found
+ nearest = lambda w, x, y, z: (w.compare(x) <= 0 and (not z or \
+ x.compare(z.begin_iter()) < 0))
+ indexer = lambda x: x < length - 1
+ else:
+ # w = piter, x = begin, y = end, z = prev
+ nearest = lambda w, x, y, z: (w.compare(x) >= 0 and (not z or \
+ x.compare(z.begin_iter()) >= 0))
+ indexer = lambda x: x > 0
+
+ for index in range(0, length):
+ placeholder = placeholders[index]
+ begin = placeholder.begin_iter()
+ end = placeholder.end_iter()
+
+ # Find the nearest placeholder
+ if nearest(piter, begin, end, found):
+ found = placeholder
+
+ # Find the current placeholder
+ if piter.compare(begin) >= 0 and \
+ piter.compare(end) <= 0 and \
+ current is None:
+ currentIndex = index
+ current = placeholder
+
+ if current and current != found and \
+ (current.begin_iter().compare(found.begin_iter()) == 0 or \
+ current.end_iter().compare(found.begin_iter()) == 0) and \
+ self.active_placeholder and \
+ current.begin_iter().compare(self.active_placeholder.begin_iter()) == 0:
+ # if current and found are at the same place, then
+ # resolve the 'hugging' problem
+ current = self.active_placeholder
+ currentIndex = placeholders.index(current)
+
+ if current:
+ if indexer(currentIndex):
+ next = placeholders[currentIndex + direction]
+ elif found:
+ next = found
+ elif length > 0:
+ next = self.placeholders[0]
+
+ return current, next
+
+ def next_placeholder(self):
+ return self.advance_placeholder(1)
+
+ def previous_placeholder(self):
+ return self.advance_placeholder(-1)
+
+ def cursor_on_screen(self):
+ buf = self.view.get_buffer()
+ self.view.scroll_mark_onscreen(buf.get_insert())
+
+ def set_active_placeholder(self, placeholder):
+ self.active_placeholder = placeholder
+
+ def goto_placeholder(self, current, next):
+ last = None
+
+ if current:
+ # Signal this placeholder to end action
+ self.view.get_completion().hide()
+ current.leave()
+
+ if current.__class__ == PlaceholderEnd:
+ last = current
+
+ self.set_active_placeholder(next)
+
+ if next:
+ next.enter()
+
+ if next.__class__ == PlaceholderEnd:
+ last = next
+ elif len(next.defaults) > 1 and next.get_text() == next.default:
+ provider = completion.Defaults(self.on_default_activated)
+ provider.set_defaults(next.defaults)
+
+ cm = self.view.get_completion()
+ cm.show([provider], cm.create_context(None))
+
+ if last:
+ # This is the end of the placeholder, remove the snippet etc
+ for snippet in list(self.active_snippets):
+ if snippet.placeholders[0] == last:
+ self.deactivate_snippet(snippet)
+ break
+
+ self.cursor_on_screen()
+
+ return next != None
+
+ def skip_to_next_placeholder(self):
+ (current, next) = self.next_placeholder()
+ return self.goto_placeholder(current, next)
+
+ def skip_to_previous_placeholder(self):
+ (current, prev) = self.previous_placeholder()
+ return self.goto_placeholder(current, prev)
+
+ def string_in_native_doc_encoding(self, buf, s):
+ enc = buf.get_file().get_encoding()
+
+ if not enc or enc.get_charset() == 'UTF-8':
+ return s
+
+ try:
+ cv = GLib.convert(s, -1, enc.get_charset(), 'UTF-8')
+ return cv[0]
+ except GLib.GError:
+ pass
+
+ return s
+
+ def env_get_selected_text(self, buf):
+ bounds = buf.get_selection_bounds()
+
+ if bounds:
+ u8 = buf.get_text(bounds[0], bounds[1], False)
+
+ return {'utf8': u8, 'noenc': self.string_in_native_doc_encoding(buf, u8)}
+ else:
+ return ''
+
+ def env_get_current_word(self, buf):
+ start, end = helper.buffer_word_boundary(buf)
+
+ u8 = buf.get_text(start, end, False)
+
+ return {'utf8': u8, 'noenc': self.string_in_native_doc_encoding(buf, u8)}
+
+ def env_get_current_line(self, buf):
+ start, end = helper.buffer_line_boundary(buf)
+
+ u8 = buf.get_text(start, end, False)
+
+ return {'utf8': u8, 'noenc': self.string_in_native_doc_encoding(buf, u8)}
+
+ def env_get_current_line_number(self, buf):
+ start, end = helper.buffer_line_boundary(buf)
+
+ return str(start.get_line() + 1)
+
+ def location_uri_for_env(self, location):
+ if not location:
+ return {'utf8': '', 'noenc': ''}
+
+ u8 = location.get_parse_name()
+
+ if location.has_uri_scheme('file'):
+ u8 = "file://" + u8
+
+ return {'utf8': u8, 'noenc': location.get_uri()}
+
+ def location_name_for_env(self, location):
+ if location:
+ try:
+ info = location.query_info("standard::display-name", 0, None)
+ display_name = info.get_display_name()
+ except:
+ display_name = ''
+
+ return {'utf8': display_name,
+ 'noenc': location.get_basename()}
+ else:
+ return ''
+
+ def location_scheme_for_env(self, location):
+ if location:
+ return location.get_uri_scheme()
+ else:
+ return ''
+
+ def location_path_for_env(self, location):
+ if location and location.has_uri_scheme('file'):
+ return {'utf8': location.get_parse_name(),
+ 'noenc': location.get_path()}
+ else:
+ return ''
+
+ def location_dir_for_env(self, location):
+ if location:
+ parent = location.get_parent()
+
+ if parent and parent.has_uri_scheme('file'):
+ return {'utf8': parent.get_parse_name(),
+ 'noenc': parent.get_path()}
+
+ return ''
+
+ def env_add_for_location(self, environ, location, prefix):
+ parts = {'URI': self.location_uri_for_env,
+ 'NAME': self.location_name_for_env,
+ 'SCHEME': self.location_scheme_for_env,
+ 'PATH': self.location_path_for_env,
+ 'DIR': self.location_dir_for_env}
+
+ for k in parts:
+ v = parts[k](location)
+ key = prefix + '_' + k
+
+ if isinstance(v, dict):
+ environ['utf8'][key] = v['utf8']
+ environ['noenc'][key] = v['noenc']
+ else:
+ environ['utf8'][key] = v
+ environ['noenc'][key] = str(v)
+
+ return environ
+
+ def env_get_document_type(self, buf):
+ typ = buf.get_mime_type()
+
+ if typ:
+ return typ
+ else:
+ return ''
+
+ def env_get_documents_uri(self, buf):
+ toplevel = self.view.get_toplevel()
+
+ documents_uri = {'utf8': [], 'noenc': []}
+
+ if isinstance(toplevel, Gedit.Window):
+ for doc in toplevel.get_documents():
+ r = self.location_uri_for_env(doc.get_file().get_location())
+
+ if isinstance(r, dict):
+ documents_uri['utf8'].append(r['utf8'])
+ documents_uri['noenc'].append(r['noenc'])
+ else:
+ documents_uri['utf8'].append(r)
+ documents_uri['noenc'].append(str(r))
+
+ return {'utf8': ' '.join(documents_uri['utf8']),
+ 'noenc': ' '.join(documents_uri['noenc'])}
+
+ def env_get_documents_path(self, buf):
+ toplevel = self.view.get_toplevel()
+
+ documents_path = {'utf8': [], 'noenc': []}
+
+ if isinstance(toplevel, Gedit.Window):
+ for doc in toplevel.get_documents():
+ r = self.location_path_for_env(doc.get_file().get_location())
+
+ if isinstance(r, dict):
+ documents_path['utf8'].append(r['utf8'])
+ documents_path['noenc'].append(r['noenc'])
+ else:
+ documents_path['utf8'].append(r)
+ documents_path['noenc'].append(str(r))
+
+ return {'utf8': ' '.join(documents_path['utf8']),
+ 'noenc': ' '.join(documents_path['noenc'])}
+
+ def get_environment(self):
+ buf = self.view.get_buffer()
+ environ = {'utf8': {}, 'noenc': {}}
+
+ for k in os.environ:
+ # Get the original environment, as utf-8
+ v = os.environ[k]
+ environ['noenc'][k] = v
+ environ['utf8'][k] = os.environ[k].encode('utf-8')
+
+ variables = {'GEDIT_SELECTED_TEXT': self.env_get_selected_text,
+ 'GEDIT_CURRENT_WORD': self.env_get_current_word,
+ 'GEDIT_CURRENT_LINE': self.env_get_current_line,
+ 'GEDIT_CURRENT_LINE_NUMBER': self.env_get_current_line_number,
+ 'GEDIT_CURRENT_DOCUMENT_TYPE': self.env_get_document_type,
+ 'GEDIT_DOCUMENTS_URI': self.env_get_documents_uri,
+ 'GEDIT_DOCUMENTS_PATH': self.env_get_documents_path}
+
+ for var in variables:
+ v = variables[var](buf)
+
+ if isinstance(v, dict):
+ environ['utf8'][var] = v['utf8']
+ environ['noenc'][var] = v['noenc']
+ else:
+ environ['utf8'][var] = v
+ environ['noenc'][var] = str(v)
+
+ self.env_add_for_location(environ, buf.get_file().get_location(), 'GEDIT_CURRENT_DOCUMENT')
+
+ return environ
+
+ def uses_current_word(self, snippet):
+ matches = re.findall('(\\\\*)\\$GEDIT_CURRENT_WORD', snippet['text'])
+
+ for match in matches:
+ if len(match) % 2 == 0:
+ return True
+
+ return False
+
+ def uses_current_line(self, snippet):
+ matches = re.findall('(\\\\*)\\$GEDIT_CURRENT_LINE', snippet['text'])
+
+ for match in matches:
+ if len(match) % 2 == 0:
+ return True
+
+ return False
+
+ def apply_snippet(self, snippet, start = None, end = None, environ = {}):
+ if not snippet.valid:
+ return False
+
+ # Set environmental variables
+ env = self.get_environment()
+
+ if environ:
+ for k in environ['utf8']:
+ env['utf8'][k] = environ['utf8'][k]
+
+ for k in environ['noenc']:
+ env['noenc'][k] = environ['noenc'][k]
+
+ buf = self.view.get_buffer()
+ s = Snippet(snippet, env)
+
+ if not start:
+ start = buf.get_iter_at_mark(buf.get_insert())
+
+ if not end:
+ end = buf.get_iter_at_mark(buf.get_selection_bound())
+
+ if start.equal(end) and self.uses_current_word(s):
+ # There is no tab trigger and no selection and the snippet uses
+ # the current word. Set start and end to the word boundary so that
+ # it will be removed
+ start, end = helper.buffer_word_boundary(buf)
+ elif start.equal(end) and self.uses_current_line(s):
+ # There is no tab trigger and no selection and the snippet uses
+ # the current line. Set start and end to the line boundary so that
+ # it will be removed
+ start, end = helper.buffer_line_boundary(buf)
+
+ # You know, we could be in an end placeholder
+ (current, next) = self.next_placeholder()
+ if current and current.__class__ == PlaceholderEnd:
+ self.goto_placeholder(current, None)
+
+ if len(self.active_snippets) > 0:
+ self.block_signal(buf, 'tepl-cursor-moved')
+
+ buf.begin_user_action()
+
+ # Remove the tag, selection or current word
+ buf.delete(start, end)
+
+ # Insert the snippet
+ if len(self.active_snippets) == 0:
+ self.first_snippet_inserted()
+ self.block_signal(buf, 'tepl-cursor-moved')
+
+ sn = s.insert_into(self, start)
+ self.active_snippets.append(sn)
+
+ # Put cursor at first tab placeholder
+ keys = [x for x in sn.placeholders.keys() if x > 0]
+
+ if len(keys) == 0:
+ if 0 in sn.placeholders:
+ self.goto_placeholder(self.active_placeholder, sn.placeholders[0])
+ else:
+ buf.place_cursor(sn.begin_iter())
+ else:
+ self.goto_placeholder(self.active_placeholder, sn.placeholders[keys[0]])
+
+ self.unblock_signal(buf, 'tepl-cursor-moved')
+
+ if sn in self.active_snippets:
+ # Check if we can get end_iter in view without moving the
+ # current cursor position out of view
+ cur = buf.get_iter_at_mark(buf.get_insert())
+ last = sn.end_iter()
+
+ curloc = self.view.get_iter_location(cur)
+ lastloc = self.view.get_iter_location(last)
+
+ if (lastloc.y + lastloc.height) - curloc.y <= \
+ self.view.get_visible_rect().height:
+ self.view.scroll_mark_onscreen(sn.end_mark)
+
+ buf.end_user_action()
+ self.view.grab_focus()
+
+ return True
+
+ def get_tab_tag(self, buf, end = None):
+ if not end:
+ end = buf.get_iter_at_mark(buf.get_insert())
+
+ start = end.copy()
+ word = None
+ first = True
+
+ # Move start backward as long as there is a valid character
+ while start.backward_char():
+ c = start.get_char()
+
+ if not helper.is_tab_trigger_character(c):
+ # Check this for a single special char
+ if first and helper.is_tab_trigger(c):
+ break
+
+ # Make sure first char is valid
+ while not start.equal(end) and \
+ not helper.is_first_tab_trigger_character(start.get_char()):
+ start.forward_char()
+
+ break
+
+ first = False
+
+ if not start.equal(end):
+ word = buf.get_text(start, end, False)
+
+ if word and word != '':
+ return (word, start, end)
+
+ return (None, None, None)
+
+ def parse_and_run_snippet(self, data, iter):
+ if not self.view.get_editable():
+ return
+
+ self.apply_snippet(DynamicSnippet(data), iter, iter)
+
+ def run_snippet_trigger(self, trigger, bounds):
+ if not self.view:
+ return False
+
+ if not self.view.get_editable():
+ return False
+
+ buf = self.view.get_buffer()
+
+ if buf.get_has_selection():
+ return False
+
+ snippets = Library().from_tag(trigger, self.language_id)
+
+ if snippets:
+ if len(snippets) == 1:
+ return self.apply_snippet(snippets[0], bounds[0], bounds[1])
+ else:
+ # Do the fancy completion dialog
+ provider = completion.Provider(_('Snippets'), self.language_id, self.on_proposal_activated)
+ provider.set_proposals(snippets)
+
+ cm = self.view.get_completion()
+ cm.show([provider], cm.create_context(None))
+
+ return True
+
+ return False
+
+ def run_snippet(self):
+ if not self.view:
+ return False
+
+ if not self.view.get_editable():
+ return False
+
+ buf = self.view.get_buffer()
+
+ # get the word preceding the current insertion position
+ (word, start, end) = self.get_tab_tag(buf)
+
+ if not word:
+ return self.skip_to_next_placeholder()
+
+ if not self.run_snippet_trigger(word, (start, end)):
+ return self.skip_to_next_placeholder()
+ else:
+ return True
+
+ def deactivate_snippet(self, snippet, force = False):
+ remove = []
+ ordered_remove = []
+
+ for tabstop in snippet.placeholders:
+ if tabstop == -1:
+ placeholders = snippet.placeholders[-1]
+ else:
+ placeholders = [snippet.placeholders[tabstop]]
+
+ for placeholder in placeholders:
+ if placeholder in self.placeholders:
+ if placeholder in self.update_placeholders:
+ placeholder.update_contents()
+
+ self.update_placeholders.remove(placeholder)
+ elif placeholder in self.jump_placeholders:
+ placeholder[0].leave()
+
+ remove.append(placeholder)
+ elif placeholder in self.ordered_placeholders:
+ ordered_remove.append(placeholder)
+
+ for placeholder in remove:
+ if placeholder == self.active_placeholder:
+ self.active_placeholder = None
+
+ self.placeholders.remove(placeholder)
+ self.ordered_placeholders.remove(placeholder)
+
+ placeholder.remove(force)
+
+ for placeholder in ordered_remove:
+ self.ordered_placeholders.remove(placeholder)
+ placeholder.remove(force)
+
+ snippet.deactivate()
+ self.active_snippets.remove(snippet)
+
+ if len(self.active_snippets) == 0:
+ self.last_snippet_removed()
+
+ self.view.queue_draw()
+
+ def update_snippet_contents(self):
+ self.timeout_update_id = 0
+
+ for placeholder in self.update_placeholders:
+ placeholder.update_contents()
+
+ for placeholder in self.jump_placeholders:
+ self.goto_placeholder(placeholder[0], placeholder[1])
+
+ del self.update_placeholders[:]
+ del self.jump_placeholders[:]
+
+ return False
+
+ def on_buffer_cursor_moved(self, buf):
+ piter = buf.get_iter_at_mark(buf.get_insert())
+
+ # Check for all snippets if the cursor is outside its scope
+ for snippet in list(self.active_snippets):
+ if snippet.begin_mark.get_deleted() or snippet.end_mark.get_deleted():
+ self.deactivate(snippet)
+ else:
+ begin = snippet.begin_iter()
+ end = snippet.end_iter()
+
+ if piter.compare(begin) < 0 or piter.compare(end) > 0:
+ # Oh no! Remove the snippet this instant!!
+ self.deactivate_snippet(snippet)
+
+ current = self.current_placeholder()
+
+ if current != self.active_placeholder:
+ self.jump_placeholders.append((self.active_placeholder, current))
+
+ if self.timeout_update_id == 0:
+ self.timeout_update_id = GLib.timeout_add(0,
+ self.update_snippet_contents)
+
+ def on_buffer_changed(self, buf):
+ for snippet in list(self.active_snippets):
+ begin = snippet.begin_iter()
+ end = snippet.end_iter()
+
+ if begin.compare(end) >= 0:
+ # Begin collapsed on end, just remove it
+ self.deactivate_snippet(snippet)
+
+ current = self.current_placeholder()
+
+ if current:
+ if not current in self.update_placeholders:
+ self.update_placeholders.append(current)
+
+ if self.timeout_update_id == 0:
+ self.timeout_update_id = GLib.timeout_add(0, \
+ self.update_snippet_contents)
+
+ def on_buffer_insert_text(self, buf, piter, text, length):
+ ctx = helper.get_buffer_context(buf)
+
+ # do nothing special if there is no context and no active
+ # placeholder
+ if (not ctx) and (not self.active_placeholder):
+ return
+
+ if not ctx:
+ ctx = self.active_placeholder
+
+ if not ctx in self.ordered_placeholders:
+ return
+
+ # move any marks that were incorrectly moved by this insertion
+ # back to where they belong
+ begin = ctx.begin_iter()
+ end = ctx.end_iter()
+ idx = self.ordered_placeholders.index(ctx)
+
+ for placeholder in self.ordered_placeholders:
+ if placeholder == ctx:
+ continue
+
+ ob = placeholder.begin_iter()
+ oe = placeholder.end_iter()
+
+ if ob.compare(begin) == 0 and ((not oe) or oe.compare(end) == 0):
+ oidx = self.ordered_placeholders.index(placeholder)
+
+ if oidx > idx and ob:
+ buf.move_mark(placeholder.begin, end)
+ elif oidx < idx and oe:
+ buf.move_mark(placeholder.end, begin)
+ elif ob.compare(begin) >= 0 and ob.compare(end) < 0 and (oe and oe.compare(end) >= 0):
+ buf.move_mark(placeholder.begin, end)
+ elif (oe and oe.compare(begin) > 0) and ob.compare(begin) <= 0:
+ buf.move_mark(placeholder.end, begin)
+
+ def on_notify_language(self, buf, spec):
+ self.update_language()
+
+ def on_view_key_press(self, view, event):
+ library = Library()
+
+ state = event.get_state()
+
+ if not self.view.get_editable():
+ return False
+
+ if not (state & Gdk.ModifierType.CONTROL_MASK) and \
+ not (state & Gdk.ModifierType.MOD1_MASK) and \
+ event.keyval in self.TAB_KEY_VAL:
+ if not state & Gdk.ModifierType.SHIFT_MASK:
+ return self.run_snippet()
+ else:
+ return self.skip_to_previous_placeholder()
+ elif not library.loaded and \
+ library.valid_accelerator(event.keyval, state):
+ library.ensure_files()
+ library.ensure(self.language_id)
+ self.accelerator_activate(event.keyval, \
+ state & Gtk.accelerator_get_default_mod_mask())
+
+ return False
+
+ def path_split(self, path, components=[]):
+ head, tail = os.path.split(path)
+
+ if not tail and head:
+ return [head] + components
+ elif tail:
+ return self.path_split(head, [tail] + components)
+ else:
+ return components
+
+ def apply_uri_snippet(self, snippet, mime, uri):
+ # Remove file scheme
+ gfile = Gio.file_new_for_uri(uri)
+
+ environ = {'utf8': {'GEDIT_DROP_DOCUMENT_TYPE': mime.encode('utf-8')},
+ 'noenc': {'GEDIT_DROP_DOCUMENT_TYPE': mime}}
+
+ self.env_add_for_location(environ, gfile, 'GEDIT_DROP_DOCUMENT')
+
+ buf = self.view.get_buffer()
+ location = buf.get_file().get_location()
+
+ relpath = location.get_relative_path(gfile)
+
+ # CHECK: what is the encoding of relpath?
+ environ['utf8']['GEDIT_DROP_DOCUMENT_RELATIVE_PATH'] = relpath.encode('utf-8')
+ environ['noenc']['GEDIT_DROP_DOCUMENT_RELATIVE_PATH'] = relpath
+
+ mark = buf.get_mark('gtk_drag_target')
+
+ if not mark:
+ mark = buf.get_insert()
+
+ piter = buf.get_iter_at_mark(mark)
+ self.apply_snippet(snippet, piter, piter, environ)
+
+ def in_bounds(self, x, y):
+ rect = self.view.get_visible_rect()
+ rect.x, rect.y = self.view.buffer_to_window_coords(Gtk.TextWindowType.WIDGET, rect.x, rect.y)
+
+ return not (x < rect.x or x > rect.x + rect.width or y < rect.y or y > rect.y + rect.height)
+
+ def on_drag_data_received(self, view, context, x, y, data, info, timestamp):
+ if not self.view.get_editable():
+ return
+
+ uris = helper.drop_get_uris(data)
+ if not uris:
+ return
+
+ if not self.in_bounds(x, y):
+ return
+
+ uris.reverse()
+ stop = False
+
+ for uri in uris:
+ try:
+ mime = Gio.content_type_guess(uri)
+ except:
+ mime = None
+
+ if not mime:
+ continue
+
+ snippets = Library().from_drop_target(mime, self.language_id)
+
+ if snippets:
+ stop = True
+ self.apply_uri_snippet(snippets[0], mime, uri)
+
+ if stop:
+ context.finish(True, False, timestamp)
+ view.stop_emission('drag-data-received')
+ view.get_toplevel().present()
+ view.grab_focus()
+
+ def find_uri_target(self, context):
+ lst = Gtk.target_list_add_uri_targets((), 0)
+
+ return self.view.drag_dest_find_target(context, lst)
+
+ def on_proposal_activated(self, proposal, piter):
+ if not self.view.get_editable():
+ return False
+
+ buf = self.view.get_buffer()
+ bounds = buf.get_selection_bounds()
+
+ if bounds:
+ self.apply_snippet(proposal.snippet(), None, None)
+ else:
+ (word, start, end) = self.get_tab_tag(buf, piter)
+ self.apply_snippet(proposal.snippet(), start, end)
+
+ return True
+
+ def on_default_activated(self, proposal, piter):
+ buf = self.view.get_buffer()
+ bounds = buf.get_selection_bounds()
+
+ if bounds:
+ buf.begin_user_action()
+ buf.delete(bounds[0], bounds[1])
+ buf.insert(bounds[0], proposal.props.label)
+ buf.end_user_action()
+
+ return True
+ else:
+ return False
+
+ def iter_coords(self, piter):
+ rect = self.view.get_iter_location(piter)
+ rect.x, rect.y = self.view.buffer_to_window_coords(Gtk.TextWindowType.TEXT, rect.x, rect.y)
+
+ return rect
+
+ def placeholder_in_area(self, placeholder, area):
+ start = placeholder.begin_iter()
+ end = placeholder.end_iter()
+
+ if not start or not end:
+ return False
+
+ # Test if start is before bottom, and end is after top
+ start_rect = self.iter_coords(start)
+ end_rect = self.iter_coords(end)
+
+ return start_rect.y <= area.y + area.height and \
+ end_rect.y + end_rect.height >= area.y
+
+ def draw_placeholder_rect(self, ctx, placeholder):
+ start = placeholder.begin_iter()
+ start_rect = self.iter_coords(start)
+ start_line = start.get_line()
+
+ end = placeholder.end_iter()
+ end_rect = self.iter_coords(end)
+ end_line = end.get_line()
+
+ line = start.copy()
+ line.set_line_offset(0)
+ geom = self.view.get_window(Gtk.TextWindowType.TEXT).get_geometry()
+
+ ctx.translate(0.5, 0.5)
+
+ while line.get_line() <= end_line:
+ ypos, height = self.view.get_line_yrange(line)
+ x_, ypos = self.view.window_to_buffer_coords(Gtk.TextWindowType.TEXT, 0, ypos)
+
+ if line.get_line() == start_line and line.get_line() == end_line:
+ # Simply draw a box, both are on the same line
+ ctx.rectangle(start_rect.x, start_rect.y, end_rect.x - start_rect.x, start_rect.height - 1)
+ ctx.stroke()
+ elif line.get_line() == start_line or line.get_line() == end_line:
+ if line.get_line() == start_line:
+ rect = start_rect
+ else:
+ rect = end_rect
+
+ ctx.move_to(0, rect.y + rect.height - 1)
+ ctx.rel_line_to(rect.x, 0)
+ ctx.rel_line_to(0, -rect.height + 1)
+ ctx.rel_line_to(geom[2], 0)
+ ctx.stroke()
+
+ if not line.forward_line():
+ break
+
+ def draw_placeholder_bar(self, ctx, placeholder):
+ start = placeholder.begin_iter()
+ start_rect = self.iter_coords(start)
+
+ ctx.translate(0.5, 0.5)
+ extend_width = 2.5
+
+ ctx.move_to(start_rect.x - extend_width, start_rect.y)
+ ctx.rel_line_to(extend_width * 2, 0)
+
+ ctx.move_to(start_rect.x, start_rect.y)
+ ctx.rel_line_to(0, start_rect.height - 1)
+
+ ctx.rel_move_to(-extend_width, 0)
+ ctx.rel_line_to(extend_width * 2, 0)
+ ctx.stroke()
+
+ def draw_placeholder(self, ctx, placeholder):
+ if isinstance(placeholder, PlaceholderEnd):
+ return
+
+ col = self.view.get_style_context().get_color(Gtk.StateFlags.INSENSITIVE)
+ col.alpha = 0.5
+ Gdk.cairo_set_source_rgba(ctx, col)
+
+ if placeholder.tabstop > 0:
+ ctx.set_dash([], 0)
+ else:
+ ctx.set_dash([2], 0)
+
+ start = placeholder.begin_iter()
+ end = placeholder.end_iter()
+
+ if start.equal(end):
+ self.draw_placeholder_bar(ctx, placeholder)
+ else:
+ self.draw_placeholder_rect(ctx, placeholder)
+
+ def on_draw(self, view, ctx):
+ window = view.get_window(Gtk.TextWindowType.TEXT)
+
+ if not Gtk.cairo_should_draw_window(ctx, window):
+ return False
+
+ # Draw something
+ ctx.set_line_width(1.0)
+
+ Gtk.cairo_transform_to_window(ctx, view, window)
+
+ clipped, clip = Gdk.cairo_get_clip_rectangle(ctx)
+
+ if not clipped:
+ return False
+
+ for placeholder in self.ordered_placeholders:
+ if not self.placeholder_in_area(placeholder, clip):
+ continue
+
+ ctx.save()
+ self.draw_placeholder(ctx, placeholder)
+ ctx.restore()
+
+ return False
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/exporter.py b/plugins/snippets/snippets/exporter.py
new file mode 100644
index 0000000..8f8249e
--- /dev/null
+++ b/plugins/snippets/snippets/exporter.py
@@ -0,0 +1,122 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import os
+import tempfile
+import shutil
+
+import xml.etree.ElementTree as et
+from . import helper
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class Exporter:
+ def __init__(self, filename, snippets):
+ self.filename = filename
+ self.set_snippets(snippets)
+
+ def set_snippets(self, snippets):
+ self.snippets = {}
+
+ for snippet in snippets:
+ lang = snippet.language()
+
+ if lang in self.snippets:
+ self.snippets[lang].append(snippet)
+ else:
+ self.snippets[lang] = [snippet]
+
+ def export_xml(self, dirname, language, snippets):
+ # Create the root snippets node
+ root = et.Element('snippets')
+
+ # Create filename based on language
+ if language:
+ filename = os.path.join(dirname, language + '.xml')
+
+ # Set the language attribute
+ root.attrib['language'] = language
+ else:
+ filename = os.path.join(dirname, 'global.xml')
+
+ # Add all snippets to the root node
+ for snippet in snippets:
+ root.append(snippet.to_xml())
+
+ # Write xml
+ helper.write_xml(root, filename, ('text', 'accelerator'))
+
+ def export_archive(self, cmd):
+ dirname = tempfile.mkdtemp()
+
+ # Save current working directory and change to temporary directory
+ curdir = os.getcwd()
+
+ try:
+ os.chdir(dirname)
+
+ # Write snippet xml files
+ for language, snippets in self.snippets.items():
+ self.export_xml(dirname, language , snippets)
+
+ # Archive files
+ status = os.system('%s "%s" *.xml' % (cmd, self.filename))
+ finally:
+ os.chdir(curdir)
+
+ if status != 0:
+ return _('The archive “%s” could not be created' % self.filename)
+
+ # Remove the temporary directory
+ shutil.rmtree(dirname)
+
+ def export_targz(self):
+ self.export_archive('tar -c --gzip -f')
+
+ def export_tarbz2(self):
+ self.export_archive('tar -c --bzip2 -f')
+
+ def export_tar(self):
+ self.export_archive('tar -cf')
+
+ def run(self):
+ dirname = os.path.dirname(self.filename)
+ if not os.path.exists(dirname):
+ return _('Target directory “%s” does not exist') % dirname
+
+ if not os.path.isdir(dirname):
+ return _('Target directory “%s” is not a valid directory') % dirname
+
+ (root, ext) = os.path.splitext(self.filename)
+
+ actions = {'.tar.gz': self.export_targz,
+ '.tar.bz2': self.export_tarbz2,
+ '.tar': self.export_tar}
+
+ for k, v in actions.items():
+ if self.filename.endswith(k):
+ return v()
+
+ return self.export_targz()
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/helper.py b/plugins/snippets/snippets/helper.py
new file mode 100644
index 0000000..2fa3b3f
--- /dev/null
+++ b/plugins/snippets/snippets/helper.py
@@ -0,0 +1,204 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from xml.sax import saxutils
+import xml.etree.ElementTree as et
+import re
+import codecs
+
+from gi.repository import Gtk
+
+def message_dialog(par, typ, msg):
+ d = Gtk.MessageDialog(par, Gtk.DialogFlags.MODAL, typ, Gtk.ButtonsType.OK, msg)
+ d.set_property('use-markup', True)
+
+ d.run()
+ d.destroy()
+
+def compute_indentation(view, piter):
+ line = piter.get_line()
+ start = view.get_buffer().get_iter_at_line(line)
+ end = start.copy()
+
+ ch = end.get_char()
+
+ while (ch.isspace() and ch != '\r' and ch != '\n' and \
+ end.compare(piter) < 0):
+ if not end.forward_char():
+ break;
+
+ ch = end.get_char()
+
+ if start.equal(end):
+ return ''
+
+ return start.get_slice(end)
+
+def markup_escape(text):
+ return saxutils.escape(text)
+
+def spaces_instead_of_tabs(view, text):
+ if not view.get_insert_spaces_instead_of_tabs():
+ return text
+
+ return text.replace("\t", view.get_tab_width() * ' ')
+
+def insert_with_indent(view, piter, text, indentfirst = True, context = None):
+ text = spaces_instead_of_tabs(view, text)
+ lines = text.split('\n')
+ buf = view.get_buffer()
+
+ buf._snippets_context = context
+
+ if len(lines) == 1:
+ view.get_buffer().insert(piter, text)
+ else:
+ # Compute indentation
+ indent = compute_indentation(view, piter)
+ text = ''
+
+ for i in range(0, len(lines)):
+ if indentfirst or i > 0:
+ text += indent + lines[i] + '\n'
+ else:
+ text += lines[i] + '\n'
+
+ buf.insert(piter, text[:-1])
+
+ buf._snippets_context = None
+
+def get_buffer_context(buf):
+ if hasattr(buf, "_snippets_context"):
+ return buf._snippets_context
+ return None
+
+def snippets_debug(*s):
+ return
+
+def write_xml(node, f, cdata_nodes=()):
+ assert node is not None
+
+ if not hasattr(f, "write"):
+ f = codecs.open(f, "wb", encoding="utf-8")
+
+ # Encoding
+ f.write("<?xml version='1.0' encoding='utf-8'?>\n")
+
+ _write_node(node, f, cdata_nodes)
+
+def _write_indent(file, text, indent):
+ file.write(' ' * indent + text)
+
+def _write_node(node, file, cdata_nodes=(), indent=0):
+ # write XML to file
+ tag = node.tag
+
+ if node is et.Comment:
+ _write_indent(file, "<!-- %s -->\n" % saxutils.escape(node.text), indent)
+ elif node is et.ProcessingInstruction:
+ _write_indent(file, "<?%s?>\n" % saxutils.escape(node.text), indent)
+ else:
+ items = node.items()
+
+ if items or node.text or len(node):
+ _write_indent(file, "<" + tag, indent)
+
+ if items:
+ items.sort() # lexical order
+ for k, v in items:
+ file.write(" %s=%s" % (k, saxutils.quoteattr(v)))
+ if node.text or len(node):
+ file.write(">")
+ if node.text and node.text.strip() != "":
+ if tag in cdata_nodes:
+ file.write(_cdata(node.text))
+ else:
+ file.write(saxutils.escape(node.text))
+ else:
+ file.write("\n")
+
+ for n in node:
+ _write_node(n, file, cdata_nodes, indent + 1)
+
+ if not len(node):
+ file.write("</" + tag + ">\n")
+ else:
+ _write_indent(file, "</" + tag + ">\n", \
+ indent)
+ else:
+ file.write(" />\n")
+
+ if node.tail and node.tail.strip() != "":
+ file.write(saxutils.escape(node.tail))
+
+def _cdata(text):
+ return '<![CDATA[' + text.replace(']]>', ']]]]><![CDATA[>') + ']]>'
+
+def is_tab_trigger(w):
+ if len(w) == 1 and not (w.isalnum() or w.isspace()):
+ return True
+
+ if not is_first_tab_trigger_character(w[0]):
+ return False
+
+ for c in w:
+ if not is_tab_trigger_character(c):
+ return False
+
+ return True
+
+def is_first_tab_trigger_character(c):
+ return c.isalpha() or c in '_:.'
+
+def is_tab_trigger_character(c):
+ return c.isalnum() or c in '_:.'
+
+def buffer_word_boundary(buf):
+ iter = buf.get_iter_at_mark(buf.get_insert())
+ start = iter.copy()
+
+ if not iter.starts_word() and (iter.inside_word() or iter.ends_word()):
+ start.backward_word_start()
+
+ if not iter.ends_word() and iter.inside_word():
+ iter.forward_word_end()
+
+ return (start, iter)
+
+def buffer_line_boundary(buf):
+ iter = buf.get_iter_at_mark(buf.get_insert())
+ start = iter.copy()
+ start.set_line_offset(0)
+
+ if not iter.ends_line():
+ iter.forward_to_line_end()
+
+ return (start, iter)
+
+def drop_get_uris(selection):
+ uris = []
+ if selection.targets_include_uri():
+ data = selection.get_data()
+ lines = re.split('\\s*[\\n\\r]+\\s*', data.strip())
+
+ for line in lines:
+ if not line.startswith('#'):
+ uris.append(line)
+
+ return uris
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/importer.py b/plugins/snippets/snippets/importer.py
new file mode 100644
index 0000000..2718596
--- /dev/null
+++ b/plugins/snippets/snippets/importer.py
@@ -0,0 +1,134 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import os
+import errno
+import tempfile
+import sys
+import shutil
+
+from .library import Library
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class Importer:
+ def __init__(self, filename):
+ self.filename = filename
+
+ def import_destination(self, filename):
+ userdir = Library().userdir
+
+ filename = os.path.basename(filename)
+ (root, ext) = os.path.splitext(filename)
+
+ filename = os.path.join(userdir, root + ext)
+ i = 1
+
+ while os.path.exists(filename):
+ filename = os.path.join(userdir, root + '_' + str(i) + ext)
+ i += 1
+
+ return (userdir, filename)
+
+ def import_file(self, filename):
+ if not os.path.exists(filename):
+ return _('File “%s” does not exist') % filename
+
+ if not os.path.isfile(filename):
+ return _('File “%s” is not a valid snippets file') % filename
+
+ # Find destination for file to copy to
+ destdir, dest = self.import_destination(filename)
+
+ # Make sure dir exists
+ try:
+ os.makedirs(destdir)
+ except OSError as e:
+ if e.errno != errno.EEXIST:
+ raise
+
+ # Copy file
+ shutil.copy(filename, dest)
+
+ # Add library
+ if not Library().add_user_library(dest):
+ return _('Imported file “%s” is not a valid snippets file') % os.path.basename(dest)
+
+ def import_xml(self):
+ return self.import_file(self.filename)
+
+ def import_archive(self, cmd):
+ dirname = tempfile.mkdtemp()
+ status = os.system('cd %s; %s "%s"' % (dirname, cmd, self.filename))
+
+ if status != 0:
+ return _('The archive “%s” could not be extracted' % self.filename)
+
+ errors = []
+
+ # Now import all the files from the archive
+ for f in os.listdir(dirname):
+ f = os.path.join(dirname, f)
+
+ if os.path.isfile(f):
+ if self.import_file(f):
+ errors.append(os.path.basename(f))
+ else:
+ sys.stderr.write('Skipping %s, not a valid snippets file' % os.path.basename(f))
+
+ # Remove the temporary directory
+ shutil.rmtree(dirname)
+
+ if len(errors) > 0:
+ return _('The following files could not be imported: %s') % ', '.join(errors)
+
+ def import_targz(self):
+ self.import_archive('tar -x --gzip -f')
+
+ def import_tarbz2(self):
+ self.import_archive('tar -x --bzip2 -f')
+
+ def import_tar(self):
+ self.import_archive('tar -xf')
+
+ def run(self):
+ if not os.path.exists(self.filename):
+ return _('File “%s” does not exist') % self.filename
+
+ if not os.path.isfile(self.filename):
+ return _('File “%s” is not a valid snippets archive') % self.filename
+
+ (root, ext) = os.path.splitext(self.filename)
+
+ actions = {'.tar.gz': self.import_targz,
+ '.tar.bz2': self.import_tarbz2,
+ '.xml': self.import_xml,
+ '.tar': self.import_tar}
+
+ for k, v in actions.items():
+ if self.filename.endswith(k):
+ return v()
+
+ return _('File “%s” is not a valid snippets archive') % self.filename
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/languagemanager.py b/plugins/snippets/snippets/languagemanager.py
new file mode 100644
index 0000000..6f74319
--- /dev/null
+++ b/plugins/snippets/snippets/languagemanager.py
@@ -0,0 +1,40 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from gi.repository import GtkSource
+import os
+
+from .library import Library
+
+global manager
+manager = None
+
+def get_language_manager():
+ global manager
+
+ if not manager:
+ dirs = []
+
+ for d in Library().systemdirs:
+ dirs.append(os.path.join(d, 'lang'))
+
+ manager = GtkSource.LanguageManager()
+ manager.set_search_path(dirs + manager.get_search_path())
+
+ return manager
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/library.py b/plugins/snippets/snippets/library.py
new file mode 100644
index 0000000..7ce163b
--- /dev/null
+++ b/plugins/snippets/snippets/library.py
@@ -0,0 +1,989 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import os
+import weakref
+import sys
+import re
+
+from gi.repository import Gdk, Gtk
+
+import xml.etree.ElementTree as et
+from . import helper
+
+class NamespacedId:
+ def __init__(self, namespace, id):
+ if not id:
+ self.id = None
+ else:
+ if namespace:
+ self.id = namespace + '-'
+ else:
+ self.id = 'global-'
+
+ self.id += id
+
+class SnippetData:
+ PROPS = {'tag': '', 'text': '', 'description': 'New snippet',
+ 'accelerator': '', 'drop-targets': ''}
+
+ def __init__(self, node, library):
+ self.priv_id = node.attrib.get('id')
+
+ self.set_library(library)
+ self.valid = False
+ self.set_node(node)
+
+ def can_modify(self):
+ return (self.library and (isinstance(self.library(), SnippetsUserFile)))
+
+ def set_library(self, library):
+ if library:
+ self.library = weakref.ref(library)
+ else:
+ self.library = None
+
+ self.id = NamespacedId(self.language(), self.priv_id).id
+
+ def set_node(self, node):
+ if self.can_modify():
+ self.node = node
+ else:
+ self.node = None
+
+ self.init_snippet_data(node)
+
+ def init_snippet_data(self, node):
+ if node is None:
+ return
+
+ self.override = node.attrib.get('override')
+
+ self.properties = {}
+ props = SnippetData.PROPS.copy()
+
+ # Store all properties present
+ for child in node:
+ if child.tag in props:
+ del props[child.tag]
+
+ # Normalize accelerator
+ if child.tag == 'accelerator' and child.text != None:
+ keyval, mod = Gtk.accelerator_parse(child.text)
+
+ if Gtk.accelerator_valid(keyval, mod):
+ child.text = Gtk.accelerator_name(keyval, mod)
+ else:
+ child.text = ''
+
+ if self.can_modify():
+ self.properties[child.tag] = child
+ else:
+ self.properties[child.tag] = child.text or ''
+
+ # Create all the props that were not found so we stay consistent
+ for prop in props:
+ if self.can_modify():
+ child = et.SubElement(node, prop)
+
+ child.text = props[prop]
+ self.properties[prop] = child
+ else:
+ self.properties[prop] = props[prop]
+
+ self.check_validation()
+
+ def check_validation(self):
+ if not self['tag'] and not self['accelerator'] and not self['drop-targets']:
+ return False
+
+ library = Library()
+ keyval, mod = Gtk.accelerator_parse(self['accelerator'])
+
+ self.valid = library.valid_tab_trigger(self['tag']) and \
+ (not self['accelerator'] or library.valid_accelerator(keyval, mod))
+
+ def _format_prop(self, prop, value):
+ if prop == 'drop-targets' and value != '':
+ return re.split('\\s*[,;]\\s*', value)
+ else:
+ return value
+
+ def __getitem__(self, prop):
+ if prop in self.properties:
+ if self.can_modify():
+ return self._format_prop(prop, self.properties[prop].text or '')
+ else:
+ return self._format_prop(prop, self.properties[prop] or '')
+
+ return self._format_prop(prop, '')
+
+ def __setitem__(self, prop, value):
+ if not prop in self.properties:
+ return
+
+ if isinstance(value, list):
+ value = ','.join(value)
+
+ if not self.can_modify() and self.properties[prop] != value:
+ # ohoh, this is not can_modify, but it needs to be changed...
+ # make sure it is transfered to the changes file and set all the
+ # fields.
+ # This snippet data container will effectively become the container
+ # for the newly created node, but transparently to whoever uses
+ # it
+ self._override()
+
+ if self.can_modify() and self.properties[prop].text != value:
+ if self.library():
+ self.library().tainted = True
+
+ oldvalue = self.properties[prop].text
+ self.properties[prop].text = value
+
+ if prop == 'tag' or prop == 'accelerator' or prop == 'drop-targets':
+ container = Library().container(self.language())
+ container.prop_changed(self, prop, oldvalue)
+
+ self.check_validation()
+
+ def language(self):
+ if self.library and self.library():
+ return self.library().language
+ else:
+ return None
+
+ def is_override(self):
+ return self.override and Library().overridden[self.override]
+
+ def to_xml(self):
+ return self._create_xml()
+
+ def _create_xml(self, parent=None, update=False, attrib={}):
+ # Create a new node
+ if parent != None:
+ element = et.SubElement(parent, 'snippet', attrib)
+ else:
+ element = et.Element('snippet')
+
+ # Create all the properties
+ for p in self.properties:
+ prop = et.SubElement(element, p)
+ prop.text = self[p]
+
+ if update:
+ self.properties[p] = prop
+
+ return element
+
+ def _override(self):
+ # Find the user file
+ target = Library().get_user_library(self.language())
+
+ # Create a new node there with override
+ element = self._create_xml(target.root, True, {'override': self.id})
+
+ # Create an override snippet data, feed it element so that it stores
+ # all the values and then set the node to None so that it only contains
+ # the values in .properties
+ override = SnippetData(element, self.library())
+ override.set_node(None)
+ override.id = self.id
+
+ # Set our node to the new element
+ self.node = element
+
+ # Set the override to our id
+ self.override = self.id
+ self.id = None
+
+ # Set the new library
+ self.set_library(target)
+
+ # The library is tainted because we added this snippet
+ target.tainted = True
+
+ # Add the override
+ Library().overridden[self.override] = override
+
+ def revert(self, snippet):
+ userlib = self.library()
+ self.set_library(snippet.library())
+
+ userlib.remove(self.node)
+
+ self.set_node(None)
+
+ # Copy the properties
+ self.properties = snippet.properties
+
+ # Set the id
+ self.id = snippet.id
+
+ # Reset the override flag
+ self.override = None
+
+class SnippetsTreeBuilder(et.TreeBuilder):
+ def __init__(self, start=None, end=None):
+ et.TreeBuilder.__init__(self)
+ self.set_start(start)
+ self.set_end(end)
+
+ def set_start(self, start):
+ self._start_cb = start
+
+ def set_end(self, end):
+ self._end_cb = end
+
+ def start(self, tag, attrs):
+ result = et.TreeBuilder.start(self, tag, attrs)
+
+ if self._start_cb:
+ self._start_cb(result)
+
+ return result
+
+ def end(self, tag):
+ result = et.TreeBuilder.end(self, tag)
+
+ if self._end_cb:
+ self._end_cb(result)
+
+ return result
+
+class LanguageContainer:
+ def __init__(self, language):
+ self.language = language
+ self.snippets = []
+ self.snippets_by_prop = {'tag': {}, 'accelerator': {}, 'drop-targets': {}}
+ self.accel_group = Gtk.AccelGroup()
+ self._refs = 0
+
+ def _add_prop(self, snippet, prop, value=0):
+ if value == 0:
+ value = snippet[prop]
+
+ if not value or value == '':
+ return
+
+ helper.snippets_debug('Added ', prop ,' ', value, ' to ', str(self.language))
+
+ if prop == 'accelerator':
+ keyval, mod = Gtk.accelerator_parse(value)
+ self.accel_group.connect(keyval, mod, 0, \
+ Library().accelerator_activated)
+
+ snippets = self.snippets_by_prop[prop]
+
+ if not isinstance(value, list):
+ value = [value]
+
+ for val in value:
+ if val in snippets:
+ snippets[val].append(snippet)
+ else:
+ snippets[val] = [snippet]
+
+ def _remove_prop(self, snippet, prop, value=0):
+ if value == 0:
+ value = snippet[prop]
+
+ if not value or value == '':
+ return
+
+ helper.snippets_debug('Removed ', prop, ' ', value, ' from ', str(self.language))
+
+ if prop == 'accelerator':
+ keyval, mod = Gtk.accelerator_parse(value)
+ self.accel_group.disconnect_key(keyval, mod)
+
+ snippets = self.snippets_by_prop[prop]
+
+ if not isinstance(value, list):
+ value = [value]
+
+ for val in value:
+ try:
+ snippets[val].remove(snippet)
+ except:
+ True
+
+ def append(self, snippet):
+ self.snippets.append(snippet)
+
+ self._add_prop(snippet, 'tag')
+ self._add_prop(snippet, 'accelerator')
+ self._add_prop(snippet, 'drop-targets')
+
+ return snippet
+
+ def remove(self, snippet):
+ try:
+ self.snippets.remove(snippet)
+ except:
+ True
+
+ self._remove_prop(snippet, 'tag')
+ self._remove_prop(snippet, 'accelerator')
+ self._remove_prop(snippet, 'drop-targets')
+
+ def prop_changed(self, snippet, prop, oldvalue):
+ helper.snippets_debug('PROP CHANGED (', prop, ')', oldvalue)
+
+ self._remove_prop(snippet, prop, oldvalue)
+ self._add_prop(snippet, prop)
+
+ def from_prop(self, prop, value):
+ snippets = self.snippets_by_prop[prop]
+
+ if prop == 'drop-targets':
+ s = []
+
+ # FIXME: change this to use
+ # gnomevfs.mime_type_get_equivalence when it comes
+ # available
+ for key, val in snippets.items():
+ if not value.startswith(key):
+ continue
+
+ for snippet in snippets[key]:
+ if not snippet in s:
+ s.append(snippet)
+
+ return s
+ else:
+ if value in snippets:
+ return snippets[value]
+ else:
+ return []
+
+ def ref(self):
+ self._refs += 1
+
+ return True
+
+ def unref(self):
+ if self._refs > 0:
+ self._refs -= 1
+
+ return self._refs != 0
+
+class SnippetsSystemFile:
+ def __init__(self, path=None):
+ self.path = path
+ self.loaded = False
+ self.language = None
+ self.ok = True
+ self.need_id = True
+
+ def load_error(self, message):
+ sys.stderr.write("An error occurred loading " + self.path + ":\n")
+ sys.stderr.write(message + "\nSnippets in this file will not be " \
+ "available, please correct or remove the file.\n")
+
+ def _add_snippet(self, element):
+ if not self.need_id or element.attrib.get('id'):
+ self.loading_elements.append(element)
+
+ def set_language(self, element):
+ self.language = element.attrib.get('language')
+
+ if self.language:
+ self.language = self.language.lower()
+
+ def _set_root(self, element):
+ self.set_language(element)
+
+ def _preprocess_element(self, element):
+ if not self.loaded:
+ if not element.tag == "snippets":
+ self.load_error("Root element should be `snippets' instead " \
+ "of `%s'" % element.tag)
+ return False
+ else:
+ self._set_root(element)
+ self.loaded = True
+ elif element.tag != 'snippet' and not self.insnippet:
+ self.load_error("Element should be `snippet' instead of `%s'" \
+ % element.tag)
+ return False
+ else:
+ self.insnippet = True
+
+ return True
+
+ def _process_element(self, element):
+ if element.tag == 'snippet':
+ self._add_snippet(element)
+ self.insnippet = False
+
+ return True
+
+ def ensure(self):
+ if not self.ok or self.loaded:
+ return
+
+ self.load()
+
+ def parse_xml(self, readsize=16384):
+ if not self.path:
+ return
+
+ elements = []
+
+ builder = SnippetsTreeBuilder( \
+ lambda node: elements.append((node, True)), \
+ lambda node: elements.append((node, False)))
+
+ parser = et.XMLParser(target=builder)
+ self.insnippet = False
+
+ try:
+ f = open(self.path, "r", encoding='utf-8')
+ except IOError:
+ self.ok = False
+ return
+
+ while True:
+ try:
+ data = f.read(readsize)
+ except IOError:
+ self.ok = False
+ break
+
+ if not data:
+ break
+
+ try:
+ parser.feed(data)
+ except Exception:
+ self.ok = False
+ break
+
+ for element in elements:
+ yield element
+
+ del elements[:]
+
+ f.close()
+
+ def load(self):
+ if not self.ok:
+ return
+
+ helper.snippets_debug("Loading library (" + str(self.language) + "): " + \
+ self.path)
+
+ self.loaded = False
+ self.ok = False
+ self.loading_elements = []
+
+ for element in self.parse_xml():
+ if element[1]:
+ if not self._preprocess_element(element[0]):
+ del self.loading_elements[:]
+ return
+ else:
+ if not self._process_element(element[0]):
+ del self.loading_elements[:]
+ return
+
+ for element in self.loading_elements:
+ Library().add_snippet(self, element)
+
+ del self.loading_elements[:]
+ self.ok = True
+
+ # This function will get the language for a file by just inspecting the
+ # root element of the file. This is provided so that a cache can be built
+ # for which file contains which language.
+ # It returns the name of the language
+ def ensure_language(self):
+ if not self.loaded:
+ self.ok = False
+
+ for element in self.parse_xml(256):
+ if element[1]:
+ if element[0].tag == 'snippets':
+ self.set_language(element[0])
+ self.ok = True
+
+ break
+
+ def unload(self):
+ helper.snippets_debug("Unloading library (" + str(self.language) + "): " + \
+ self.path)
+ self.language = None
+ self.loaded = False
+ self.ok = True
+
+class SnippetsUserFile(SnippetsSystemFile):
+ def __init__(self, path=None):
+ SnippetsSystemFile.__init__(self, path)
+ self.tainted = False
+ self.need_id = False
+
+ def _set_root(self, element):
+ SnippetsSystemFile._set_root(self, element)
+ self.root = element
+
+ def add_prop(self, node, tag, data):
+ if data[tag]:
+ prop = et.SubElement(node, tag)
+ prop.text = data[tag]
+
+ return prop
+ else:
+ return None
+
+ def new_snippet(self, properties=None):
+ if (not self.ok) or self.root is None:
+ return None
+
+ element = et.SubElement(self.root, 'snippet')
+
+ if properties:
+ for prop in properties:
+ sub = et.SubElement(element, prop)
+ sub.text = properties[prop]
+
+ self.tainted = True
+
+ return Library().add_snippet(self, element)
+
+ def set_language(self, element):
+ SnippetsSystemFile.set_language(self, element)
+
+ filename = os.path.basename(self.path).lower()
+
+ if not self.language and filename == "global.xml":
+ self.modifier = True
+ elif self.language and filename == self.language + ".xml":
+ self.modifier = True
+ else:
+ self.modifier = False
+
+ def create_root(self, language):
+ if self.loaded:
+ helper.snippets_debug('Not creating root, already loaded')
+ return
+
+ if language:
+ root = et.Element('snippets', {'language': language})
+ self.path = os.path.join(Library().userdir, language.lower() + '.xml')
+ else:
+ root = et.Element('snippets')
+ self.path = os.path.join(Library().userdir, 'global.xml')
+
+ self._set_root(root)
+ self.loaded = True
+ self.ok = True
+ self.tainted = True
+ self.save()
+
+ def remove(self, element):
+ try:
+ self.root.remove(element)
+ self.tainted = True
+ except:
+ return
+
+ try:
+ self.root[0]
+ except:
+ # No more elements, this library is useless now
+ Library().remove_library(self)
+
+ def save(self):
+ if not self.ok or self.root is None or not self.tainted:
+ return
+
+ path = os.path.dirname(self.path)
+
+ try:
+ if not os.path.isdir(path):
+ os.makedirs(path, 0o755)
+ except OSError:
+ # TODO: this is bad...
+ sys.stderr.write("Error in making dirs\n")
+
+ try:
+ helper.write_xml(self.root, self.path, ('text', 'accelerator'))
+ self.tainted = False
+ except IOError:
+ # Couldn't save, what to do
+ sys.stderr.write("Could not save user snippets file to " + \
+ self.path + "\n")
+
+ def unload(self):
+ SnippetsSystemFile.unload(self)
+ self.root = None
+
+class Singleton(object):
+ _instance = None
+
+ def __new__(cls, *args, **kwargs):
+ if not cls._instance:
+ cls._instance = super(Singleton, cls).__new__(
+ cls, *args, **kwargs)
+ cls._instance.__init_once__()
+
+ return cls._instance
+
+class Library(Singleton):
+ def __init_once__(self):
+ self._accelerator_activated_cb = []
+ self.loaded = False
+ self.check_buffer = Gtk.TextBuffer()
+
+ def set_dirs(self, userdir, systemdirs):
+ self.userdir = userdir
+ self.systemdirs = systemdirs
+
+ self.libraries = {}
+ self.containers = {}
+ self.overridden = {}
+ self.loaded_ids = []
+
+ self.loaded = False
+
+ def add_accelerator_callback(self, cb):
+ self._accelerator_activated_cb.append(cb)
+
+ def remove_accelerator_callback(self, cb):
+ self._accelerator_activated_cb.remove(cb)
+
+ def accelerator_activated(self, group, obj, keyval, mod):
+ ret = False
+
+ for cb in self._accelerator_activated_cb:
+ ret = cb(group, obj, keyval, mod)
+
+ if ret:
+ break
+
+ return ret
+
+ def add_snippet(self, library, element):
+ container = self.container(library.language)
+ overrided = self.overrided(library, element)
+
+ if overrided:
+ overrided.set_library(library)
+ helper.snippets_debug('Snippet is overriden: ' + overrided['description'])
+ return None
+
+ snippet = SnippetData(element, library)
+
+ if snippet.id in self.loaded_ids:
+ helper.snippets_debug('Not added snippet ' + str(library.language) + \
+ '::' + snippet['description'] + ' (duplicate)')
+ return None
+
+ snippet = container.append(snippet)
+ helper.snippets_debug('Added snippet ' + str(library.language) + '::' + \
+ snippet['description'])
+
+ if snippet and snippet.override:
+ self.add_override(snippet)
+
+ if snippet.id:
+ self.loaded_ids.append(snippet.id)
+
+ return snippet
+
+ def container(self, language):
+ language = self.normalize_language(language)
+
+ if not language in self.containers:
+ self.containers[language] = LanguageContainer(language)
+
+ return self.containers[language]
+
+ def get_user_library(self, language):
+ target = None
+
+ if language in self.libraries:
+ for library in self.libraries[language]:
+ if isinstance(library, SnippetsUserFile) and library.modifier:
+ target = library
+ elif not isinstance(library, SnippetsUserFile):
+ break
+
+ if not target:
+ # Create a new user file then
+ helper.snippets_debug('Creating a new user file for language ' + \
+ str(language))
+ target = SnippetsUserFile()
+ target.create_root(language)
+ self.add_library(target)
+
+ return target
+
+ def new_snippet(self, language, properties=None):
+ language = self.normalize_language(language)
+ library = self.get_user_library(language)
+
+ return library.new_snippet(properties)
+
+ def revert_snippet(self, snippet):
+ # This will revert the snippet to the one it overrides
+ if not snippet.can_modify() or not snippet.override in self.overridden:
+ # It can't be reverted, shouldn't happen, but oh..
+ return
+
+ # The snippet in self.overriden only contains the property contents and
+ # the library it belongs to
+ revertto = self.overridden[snippet.override]
+ del self.overridden[snippet.override]
+
+ if revertto:
+ snippet.revert(revertto)
+
+ if revertto.id:
+ self.loaded_ids.append(revertto.id)
+
+ def remove_snippet(self, snippet):
+ if not snippet.can_modify() or snippet.is_override():
+ return
+
+ # Remove from the library
+ userlib = snippet.library()
+ userlib.remove(snippet.node)
+
+ # Remove from the container
+ container = self.containers[userlib.language]
+ container.remove(snippet)
+
+ def overrided(self, library, element):
+ id = NamespacedId(library.language, element.attrib.get('id')).id
+
+ if id in self.overridden:
+ snippet = SnippetData(element, None)
+ snippet.set_node(None)
+
+ self.overridden[id] = snippet
+ return snippet
+ else:
+ return None
+
+ def add_override(self, snippet):
+ helper.snippets_debug('Add override:', snippet.override)
+ if not snippet.override in self.overridden:
+ self.overridden[snippet.override] = None
+
+ def add_library(self, library):
+ library.ensure_language()
+
+ if not library.ok:
+ helper.snippets_debug('Library in wrong format, ignoring')
+ return False
+
+ helper.snippets_debug('Adding library (' + str(library.language) + '): ' + \
+ library.path)
+
+ if library.language in self.libraries:
+ # Make sure all the user files are before the system files
+ if isinstance(library, SnippetsUserFile):
+ self.libraries[library.language].insert(0, library)
+ else:
+ self.libraries[library.language].append(library)
+ else:
+ self.libraries[library.language] = [library]
+
+ return True
+
+ def remove_library(self, library):
+ if not library.ok:
+ return
+
+ if library.path and os.path.isfile(library.path):
+ os.unlink(library.path)
+
+ try:
+ self.libraries[library.language].remove(library)
+ except KeyError:
+ True
+
+ container = self.containers[library.language]
+
+ for snippet in list(container.snippets):
+ if snippet.library() == library:
+ container.remove(snippet)
+
+ def add_user_library(self, path):
+ library = SnippetsUserFile(path)
+ return self.add_library(library)
+
+ def add_system_library(self, path):
+ library = SnippetsSystemFile(path)
+ return self.add_library(library)
+
+ def find_libraries(self, path, searched, addcb):
+ helper.snippets_debug("Finding in: " + path)
+
+ if not os.path.isdir(path):
+ return searched
+
+ files = os.listdir(path)
+ searched.append(path)
+
+ for f in files:
+ f = os.path.realpath(os.path.join(path, f))
+
+ # Determine what language this file provides snippets for
+ if os.path.isfile(f):
+ addcb(f)
+
+ return searched
+
+ def normalize_language(self, language):
+ if language:
+ return language.lower()
+
+ return language
+
+ def remove_container(self, language):
+ for snippet in self.containers[language].snippets:
+ if snippet.id in self.loaded_ids:
+ self.loaded_ids.remove(snippet.id)
+
+ if snippet.override in self.overridden:
+ del self.overridden[snippet.override]
+
+ del self.containers[language]
+
+ def get_accel_group(self, language):
+ language = self.normalize_language(language)
+ container = self.container(language)
+
+ self.ensure(language)
+ return container.accel_group
+
+ def save(self, language):
+ language = self.normalize_language(language)
+
+ if language in self.libraries:
+ for library in self.libraries[language]:
+ if isinstance(library, SnippetsUserFile):
+ library.save()
+ else:
+ break
+
+ def ref(self, language):
+ language = self.normalize_language(language)
+
+ helper.snippets_debug('Ref:', language)
+ self.container(language).ref()
+
+ def unref(self, language):
+ language = self.normalize_language(language)
+
+ helper.snippets_debug('Unref:', language)
+
+ if language in self.containers:
+ if not self.containers[language].unref() and \
+ language in self.libraries:
+
+ for library in self.libraries[language]:
+ library.unload()
+
+ self.remove_container(language)
+
+ def ensure(self, language):
+ self.ensure_files()
+ language = self.normalize_language(language)
+
+ # Ensure language as well as the global snippets (None)
+ for lang in (None, language):
+ if lang in self.libraries:
+ # Ensure the container exists
+ self.container(lang)
+
+ for library in self.libraries[lang]:
+ library.ensure()
+
+ def ensure_files(self):
+ if self.loaded:
+ return
+
+ searched = []
+ searched = self.find_libraries(self.userdir, searched, \
+ self.add_user_library)
+
+ for d in self.systemdirs:
+ searched = self.find_libraries(d, searched, \
+ self.add_system_library)
+
+ self.loaded = True
+
+ def valid_accelerator(self, keyval, mod):
+ mod &= Gtk.accelerator_get_default_mod_mask()
+
+ return (mod and (Gdk.keyval_to_unicode(keyval) or \
+ keyval in range(Gdk.KEY_F1, Gdk.KEY_F12 + 1)))
+
+ def valid_tab_trigger(self, trigger):
+ if not trigger:
+ return True
+
+ return helper.is_tab_trigger(trigger)
+
+ # Snippet getters
+ # ===============
+ def _from_prop(self, prop, value, language=None):
+ self.ensure_files()
+
+ result = []
+ language = self.normalize_language(language)
+
+ if not language in self.containers:
+ return []
+
+ self.ensure(language)
+ result = self.containers[language].from_prop(prop, value)
+
+ if len(result) == 0 and language and None in self.containers:
+ result = self.containers[None].from_prop(prop, value)
+
+ return result
+
+ # Get snippets for a given language
+ def get_snippets(self, language=None):
+ self.ensure_files()
+ language = self.normalize_language(language)
+
+ if not language in self.libraries:
+ return []
+
+ self.ensure(language)
+
+ return list(self.containers[language].snippets)
+
+ # Get snippets for a given accelerator
+ def from_accelerator(self, accelerator, language=None):
+ return self._from_prop('accelerator', accelerator, language)
+
+ # Get snippets for a given tag
+ def from_tag(self, tag, language=None):
+ return self._from_prop('tag', tag, language)
+
+ # Get snippets for a given drop target
+ def from_drop_target(self, drop_target, language=None):
+ return self._from_prop('drop-targets', drop_target, language)
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/manager.py b/plugins/snippets/snippets/manager.py
new file mode 100644
index 0000000..ca64f18
--- /dev/null
+++ b/plugins/snippets/snippets/manager.py
@@ -0,0 +1,1143 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import os
+import tempfile
+import shutil
+
+from gi.repository import Gtk, Gio, Gdk, GObject
+
+from .snippet import Snippet
+from . import helper
+from .library import Library
+from .importer import Importer
+from .exporter import Exporter
+from .languagemanager import get_language_manager
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+class Manager(Gtk.Window, Gtk.Buildable):
+ NAME_COLUMN = 0
+ SORT_COLUMN = 1
+ LANG_COLUMN = 2
+ SNIPPET_COLUMN = 3
+ TARGET_URI = 105
+
+ __gtype_name__ = "GeditSnippetsManager"
+
+ model = None
+ drag_icons = ('gnome-mime-application-x-tarz', 'gnome-package', 'package')
+ default_export_name = _('Snippets archive') + '.tar.gz'
+ dragging = False
+
+ def __init__(self):
+ self.snippet = None
+ self._temp_export = None
+ self._size = (0, 0)
+
+ self.key_press_id = 0
+ self.dnd_target_list = Gtk.TargetList.new([])
+ self.dnd_target_list.add(Gdk.atom_intern("text/uri-list", True), 0, self.TARGET_URI)
+
+ def get_final_size(self):
+ return self._size
+
+ def get_language_snippets(self, path, name = None):
+ library = Library()
+
+ name = self.get_language(path)
+ nodes = library.get_snippets(name)
+
+ return nodes
+
+ def add_new_snippet_node(self, parent):
+ return self.model.append(parent, ('<i>' + _('Add a new snippet…') + \
+ '</i>', '', None, None))
+
+ def fill_language(self, piter, expand=True):
+ # Remove all children
+ child = self.model.iter_children(piter)
+
+ while child and self.model.remove(child):
+ True
+
+ path = self.model.get_path(piter)
+ nodes = self.get_language_snippets(path)
+ language = self.get_language(path)
+
+ Library().ref(language)
+
+ if nodes:
+ for node in nodes:
+ self.add_snippet(piter, node)
+ else:
+ # Add node that tells there are no snippets currently
+ self.add_new_snippet_node(piter)
+
+ if expand:
+ self.tree_view.expand_row(path, False)
+
+ def build_model(self, force_reload = False):
+ window = Gio.Application.get_default().get_active_window()
+ if window:
+ view = window.get_active_view()
+
+ if not view:
+ current_lang = None
+ else:
+ current_lang = view.get_buffer().get_language()
+ else:
+ current_lang = None
+
+ tree_view = self['tree_view_snippets']
+ expand = None
+
+ if not self.model or force_reload:
+ self.model = Gtk.TreeStore(str, str, GObject.Object, object)
+ self.model.set_sort_column_id(self.SORT_COLUMN, Gtk.SortType.ASCENDING)
+
+ manager = get_language_manager()
+
+ langs = [manager.get_language(x) for x in manager.get_language_ids()]
+ langs.sort(key=lambda x: x.get_name())
+
+ piter = self.model.append(None, (_('Global'), '', None, None))
+
+ # Add dummy node
+ self.model.append(piter, ('', '', None, None))
+
+ nm = None
+
+ if current_lang:
+ nm = current_lang.get_name()
+
+ for lang in langs:
+ name = lang.get_name()
+ parent = self.model.append(None, (name, name, lang, None))
+
+ # Add dummy node
+ self.model.append(parent, ('', '', None, None))
+
+ if (nm == name):
+ expand = parent
+ else:
+ if current_lang:
+ piter = self.model.get_iter_first()
+ nm = current_lang.get_name()
+
+ while piter:
+ lang = self.model.get_value(piter, \
+ self.SORT_COLUMN)
+
+ if lang == nm:
+ expand = piter
+ break;
+
+ piter = self.model.iter_next(piter)
+
+ tree_view.set_model(self.model)
+
+ if not expand:
+ expand = self.model.get_iter_first()
+
+ tree_view.expand_row(self.model.get_path(expand), False)
+ self.select_iter(expand)
+
+ def get_cell_data_pixbuf_cb(self, column, cell, model, iter, data):
+ snippet = model.get_value(iter, self.SNIPPET_COLUMN)
+
+ if snippet and not snippet.valid:
+ cell.set_property('icon-name', 'dialog-error')
+ else:
+ cell.set_property('icon-name', None)
+
+ cell.set_property('xalign', 1.0)
+
+ def get_cell_data_cb(self, column, cell, model, iter, data):
+ snippet = model.get_value(iter, self.SNIPPET_COLUMN)
+
+ cell.set_property('editable', snippet != None)
+ cell.set_property('markup', model.get_value(iter, self.NAME_COLUMN))
+
+ def on_tree_view_drag_data_get(self, widget, context, selection_data, info, time):
+ gfile = Gio.file_new_for_path(self._temp_export)
+ selection_data.set_uris([gfile.get_uri()])
+
+ def on_tree_view_drag_begin(self, widget, context):
+ self.dragging = True
+
+ if self._temp_export:
+ shutil.rmtree(os.path.dirname(self._temp_export))
+ self._temp_export = None
+
+ if self.dnd_name:
+ Gtk.drag_set_icon_name(context, self.dnd_name, 0, 0)
+
+ dirname = tempfile.mkdtemp()
+ filename = os.path.join(dirname, self.default_export_name)
+
+ # Generate temporary file name
+ self.export_snippets(filename, False)
+ self._temp_export = filename
+
+ def on_tree_view_drag_end(self, widget, context):
+ self.dragging = False
+
+ def on_tree_view_drag_data_received(self, widget, context, x, y, selection, info, timestamp):
+ uris = selection.get_uris()
+
+ files = [Gio.file_new_for_uri(u) for u in uris]
+
+ self.import_snippets(files)
+
+ def on_tree_view_drag_motion(self, widget, context, x, y, timestamp):
+ # Return False if we are dragging
+ if self.dragging:
+ return False
+
+ # Check uri target
+ if not Gtk.targets_include_uri(context.targets):
+ return False
+
+ # Check action
+ action = None
+ if context.suggested_action == Gdk.DragAction.COPY:
+ action = Gdk.DragAction.COPY
+ else:
+ for act in context.actions:
+ if act == Gdk.DragAction.COPY:
+ action = Gdk.DragAction.COPY
+ break
+
+ if action == Gdk.DragAction.COPY:
+ context.drag_status(Gdk.DragAction.COPY, timestamp)
+ return True
+ else:
+ return False
+
+ def build_dnd(self):
+ tv = self.tree_view
+
+ # Set it as a drag source for exporting snippets
+ tv.drag_source_set(Gdk.ModifierType.BUTTON1_MASK, [], Gdk.DragAction.DEFAULT | Gdk.DragAction.COPY)
+ tv.drag_source_set_target_list(self.dnd_target_list)
+
+ # Set it as a drag destination for importing snippets
+ tv.drag_dest_set(Gtk.DestDefaults.HIGHLIGHT | Gtk.DestDefaults.DROP,
+ [], Gdk.DragAction.DEFAULT | Gdk.DragAction.COPY)
+
+ tv.drag_dest_set_target_list(self.dnd_target_list)
+
+ tv.connect('drag_data_get', self.on_tree_view_drag_data_get)
+ tv.connect('drag_begin', self.on_tree_view_drag_begin)
+ tv.connect('drag_end', self.on_tree_view_drag_end)
+ tv.connect('drag_data_received', self.on_tree_view_drag_data_received)
+ tv.connect('drag_motion', self.on_tree_view_drag_motion)
+
+ theme = Gtk.IconTheme.get_for_screen(tv.get_screen())
+
+ self.dnd_name = None
+ for name in self.drag_icons:
+ icon = theme.lookup_icon(name, Gtk.IconSize.DND, 0)
+
+ if icon:
+ self.dnd_name = name
+ break
+
+ def build_tree_view(self):
+ self.tree_view = self['tree_view_snippets']
+
+ self.column = Gtk.TreeViewColumn(None)
+
+ self.renderer = Gtk.CellRendererText()
+ self.column.pack_start(self.renderer, False)
+ self.column.set_cell_data_func(self.renderer, self.get_cell_data_cb, None)
+
+ renderer = Gtk.CellRendererPixbuf()
+ self.column.pack_start(renderer, True)
+ self.column.set_cell_data_func(renderer, self.get_cell_data_pixbuf_cb, None)
+
+ self.tree_view.append_column(self.column)
+
+ self.renderer.connect('edited', self.on_cell_edited)
+ self.renderer.connect('editing-started', self.on_cell_editing_started)
+
+ selection = self.tree_view.get_selection()
+ selection.set_mode(Gtk.SelectionMode.MULTIPLE)
+ selection.connect('changed', self.on_tree_view_selection_changed)
+
+ self.build_dnd()
+
+ def do_parser_finished(self, builder):
+ self.builder = builder
+
+ handlers_dic = {
+ 'on_add_snippet_button_clicked': self.on_add_snippet_button_clicked,
+ 'on_remove_snippet_button_clicked': self.on_remove_snippet_button_clicked,
+ 'on_import_snippets_button_clicked': self.on_import_snippets_button_clicked,
+ 'on_export_snippets_button_clicked': self.on_export_snippets_button_clicked,
+ 'on_entry_tab_trigger_focus_out': self.on_entry_tab_trigger_focus_out,
+ 'on_entry_tab_trigger_changed': self.on_entry_tab_trigger_changed,
+ 'on_entry_accelerator_focus_out': self.on_entry_accelerator_focus_out,
+ 'on_entry_accelerator_focus_in': self.on_entry_accelerator_focus_in,
+ 'on_entry_accelerator_key_press': self.on_entry_accelerator_key_press,
+ 'on_source_view_snippet_focus_out': self.on_source_view_snippet_focus_out,
+ 'on_tree_view_snippets_row_expanded': self.on_tree_view_snippets_row_expanded,
+ 'on_tree_view_snippets_key_press': self.on_tree_view_snippets_key_press}
+
+ self.builder.connect_signals(handlers_dic)
+
+ self.build_tree_view()
+ self.build_model()
+
+ # join treeview and toolbar
+ context = self['scrolled_window_snippets'].get_style_context()
+ context.set_junction_sides(Gtk.JunctionSides.BOTTOM)
+ context = self['toolbar'].get_style_context()
+ context.set_junction_sides(Gtk.JunctionSides.TOP)
+ context.set_junction_sides(Gtk.JunctionSides.BOTTOM)
+
+ source_view = self['source_view_snippet']
+ manager = get_language_manager()
+ lang = manager.get_language('snippets')
+
+ if lang:
+ source_view.get_buffer().set_highlight_syntax(True)
+ source_view.get_buffer().set_language(lang)
+
+ combo = self['combo_drop_targets']
+
+ entry = combo.get_child()
+ entry.connect('focus-out-event', self.on_entry_drop_targets_focus_out)
+ entry.connect('drag-data-received', self.on_entry_drop_targets_drag_data_received)
+
+ lst = entry.drag_dest_get_target_list()
+ lst.add_uri_targets(self.TARGET_URI)
+
+ def do_configure_event(self, event):
+ if self.get_realized():
+ alloc = self.get_allocation()
+ self._size = (alloc.width, alloc.height)
+
+ return Gtk.Dialog.do_configure_event(self, event)
+
+ def __getitem__(self, key):
+ return self.builder.get_object(key)
+
+ def is_filled(self, piter):
+ if not self.model.iter_has_child(piter):
+ return True
+
+ child = self.model.iter_children(piter)
+ nm = self.model.get_value(child, self.NAME_COLUMN)
+ lang = self.model.get_value(child, self.LANG_COLUMN)
+ snippet = self.model.get_value(child, self.SNIPPET_COLUMN)
+
+ return (lang or snippet or nm)
+
+ def fill_if_needed(self, piter, expand=True):
+ if not self.is_filled(piter):
+ self.fill_language(piter, expand)
+
+ def find_iter(self, parent, snippet):
+ self.fill_if_needed(parent)
+ piter = self.model.iter_children(parent)
+
+ while (piter):
+ sn = self.model.get_value(piter, self.SNIPPET_COLUMN)
+
+ if sn == snippet.data:
+ return piter
+
+ piter = self.model.iter_next(piter)
+
+ return None
+
+ def selected_snippets_state(self):
+ snippets = self.selected_snippets(False)
+ override = False
+ remove = False
+ system = False
+
+ for snippet in snippets:
+ if not snippet:
+ continue
+
+ if snippet.is_override():
+ override = True
+ elif snippet.can_modify():
+ remove = True
+ else:
+ system = True
+
+ # No need to continue if both are found
+ if override and remove:
+ break
+
+ return (override, remove, system)
+
+ def update_toolbar_buttons(self):
+ button_add = self['add_snippet_button']
+ button_remove = self['remove_snippet_button']
+
+ button_add.set_sensitive(self.language_path != None)
+ override, remove, system = self.selected_snippets_state()
+
+ if not (override ^ remove) or system:
+ button_remove.set_sensitive(False)
+ button_remove.set_icon_name('list-remove-symbolic')
+ else:
+ button_remove.set_sensitive(True)
+
+ if override:
+ button_remove.set_icon_name('edit-undo-symbolic')
+ tooltip = _('Revert selected snippet')
+ else:
+ button_remove.set_icon_name('list-remove-symbolic')
+ tooltip = _('Delete selected snippet')
+
+ button_remove.set_tooltip_text(tooltip)
+
+ def snippet_changed(self, piter = None):
+ if piter:
+ node = self.model.get_value(piter, self.SNIPPET_COLUMN)
+ s = Snippet(node)
+ else:
+ s = self.snippet
+ piter = self.find_iter(self.model.get_iter(self.language_path), s)
+
+ if piter:
+ nm = s.display()
+
+ self.model.set_value(piter, self.NAME_COLUMN, nm)
+ self.model.set_value(piter, self.SORT_COLUMN, nm)
+ self.update_toolbar_buttons()
+ self.entry_tab_trigger_update_valid()
+
+ return piter
+
+ def add_snippet(self, parent, snippet):
+ piter = self.model.append(parent, ('', '', None, snippet))
+
+ return self.snippet_changed(piter)
+
+ def snippet_from_iter(self, model, piter):
+ parent = model.iter_parent(piter)
+
+ if parent:
+ return model.get_value(piter, self.SNIPPET_COLUMN)
+ else:
+ return None
+
+ def language_snippets(self, model, parent, as_path=False):
+ self.fill_if_needed(parent, False)
+ piter = model.iter_children(parent)
+ snippets = []
+
+ if not piter:
+ return snippets
+
+ while piter:
+ snippet = self.snippet_from_iter(model, piter)
+
+ if snippet:
+ if as_path:
+ snippets.append(model.get_path(piter))
+ else:
+ snippets.append(snippet)
+
+ piter = model.iter_next(piter)
+
+ return snippets
+
+ def selected_snippets(self, include_languages=True, as_path=False):
+ selection = self.tree_view.get_selection()
+ (model, paths) = selection.get_selected_rows()
+ snippets = []
+
+ if paths and len(paths) != 0:
+ for p in paths:
+ piter = model.get_iter(p)
+ parent = model.iter_parent(piter)
+
+ if not piter:
+ continue
+
+ if parent:
+ snippet = self.snippet_from_iter(model, piter)
+
+ if not snippet:
+ continue
+
+ if as_path:
+ snippets.append(p)
+ else:
+ snippets.append(snippet)
+ elif include_languages:
+ snippets += self.language_snippets(model, piter, as_path)
+
+ return snippets
+
+ def selected_snippet(self):
+ selection = self.tree_view.get_selection()
+ (model, paths) = selection.get_selected_rows()
+
+ if len(paths) == 1:
+ piter = model.get_iter(paths[0])
+ parent = model.iter_parent(piter)
+ snippet = self.snippet_from_iter(model, piter)
+
+ return parent, piter, snippet
+ else:
+ return None, None, None
+
+ def selection_changed(self):
+ if not self.snippet:
+ sens = False
+
+ self['entry_tab_trigger'].set_text('')
+ self['entry_accelerator'].set_text('')
+ buf = self['source_view_snippet'].get_buffer()
+ buf.begin_not_undoable_action()
+ buf.set_text('')
+ buf.end_not_undoable_action()
+ self['combo_drop_targets'].get_child().set_text('')
+
+ else:
+ sens = True
+
+ self['entry_tab_trigger'].set_text(self.snippet['tag'])
+ self['entry_accelerator'].set_text( \
+ self.snippet.accelerator_display())
+ self['combo_drop_targets'].get_child().set_text(', '.join(self.snippet['drop-targets']))
+
+ buf = self['source_view_snippet'].get_buffer()
+ buf.begin_not_undoable_action()
+ buf.set_text(self.snippet['text'])
+ buf.end_not_undoable_action()
+
+
+ for name in ['source_view_snippet', 'label_tab_trigger',
+ 'entry_tab_trigger', 'label_accelerator',
+ 'entry_accelerator', 'label_drop_targets',
+ 'combo_drop_targets']:
+ self[name].set_sensitive(sens)
+
+ self.update_toolbar_buttons()
+
+ def select_iter(self, piter, unselect=True):
+ selection = self.tree_view.get_selection()
+
+ if unselect:
+ selection.unselect_all()
+
+ selection.select_iter(piter)
+
+ self.tree_view.scroll_to_cell(self.model.get_path(piter), None, \
+ True, 0.5, 0.5)
+
+ def get_language(self, path):
+ if path.get_indices()[0] == 0:
+ return None
+ else:
+ return self.model.get_value(self.model.get_iter(path),
+ self.LANG_COLUMN).get_id()
+
+ def new_snippet(self, properties=None):
+ if not self.language_path:
+ return None
+
+ snippet = Library().new_snippet(self.get_language(self.language_path), properties)
+
+ return Snippet(snippet)
+
+ def get_dummy(self, parent):
+ if not self.model.iter_n_children(parent) == 1:
+ return None
+
+ dummy = self.model.iter_children(parent)
+
+ if not self.model.get_value(dummy, self.SNIPPET_COLUMN):
+ return dummy
+
+ return None
+
+ def unref_languages(self):
+ piter = self.model.get_iter_first()
+ library = Library()
+
+ while piter:
+ if self.is_filled(piter):
+ language = self.get_language(self.model.get_path(piter))
+ library.save(language)
+
+ library.unref(language)
+
+ piter = self.model.iter_next(piter)
+
+ # Callbacks
+ def do_destroy(self):
+ Gtk.Dialog.do_destroy(self)
+
+ if not self.model:
+ return
+
+ # Remove temporary drag export
+ if self._temp_export:
+ shutil.rmtree(os.path.dirname(self._temp_export))
+ self._temp_export = None
+
+ self.unref_languages()
+ self.snippet = None
+ self.model = None
+
+ def on_cell_editing_started(self, renderer, editable, path):
+ piter = self.model.get_iter(path)
+
+ if not self.model.iter_parent(piter):
+ renderer.stop_editing(True)
+ editable.remove_widget()
+ elif isinstance(editable, Gtk.Entry):
+ if self.snippet:
+ editable.set_text(self.snippet['description'])
+ else:
+ # This is the `Add a new snippet...` item
+ editable.set_text('')
+
+ editable.grab_focus()
+
+ def on_cell_edited(self, cell, path, new_text):
+ if new_text != '':
+ piter = self.model.get_iter(path)
+ node = self.model.get_value(piter, self.SNIPPET_COLUMN)
+
+ if node:
+ if node == self.snippet.data:
+ s = self.snippet
+ else:
+ s = Snippet(node)
+
+ s['description'] = new_text
+ self.snippet_changed(piter)
+ self.select_iter(piter)
+ else:
+ # This is the `Add a new snippet...` item
+ # We create a new snippet
+ snippet = self.new_snippet({'description': new_text})
+
+ if snippet:
+ self.model.set_value(piter, self.SNIPPET_COLUMN, snippet.data)
+ self.snippet_changed(piter)
+ self.snippet = snippet
+ self.selection_changed()
+
+ def on_entry_accelerator_focus_out(self, entry, event):
+ if not self.snippet:
+ return
+
+ entry.set_text(self.snippet.accelerator_display())
+
+ def entry_tab_trigger_update_valid(self):
+ entry = self['entry_tab_trigger']
+ text = entry.get_text()
+
+ if text and not Library().valid_tab_trigger(text):
+ img = self['image_tab_trigger']
+ img.set_from_icon_name('dialog-error', Gtk.IconSize.BUTTON)
+ img.show()
+
+ #self['hbox_tab_trigger'].set_spacing(3)
+ tip = _('This is not a valid Tab trigger. Triggers can either contain alphanumeric characters (or _, : and .) or a single (non-alphanumeric) character like: {, [, etc.')
+
+ entry.set_tooltip_text(tip)
+ img.set_tooltip_text(tip)
+ else:
+ self['image_tab_trigger'].hide()
+ #self['hbox_tab_trigger'].set_spacing(0)
+ entry.set_tooltip_text(_('Single word the snippet is activated with after pressing Tab'))
+
+ return False
+
+ def on_entry_tab_trigger_focus_out(self, entry, event):
+ if not self.snippet:
+ return
+
+ text = entry.get_text()
+
+ # save tag
+ self.snippet['tag'] = text
+ self.snippet_changed()
+
+ def on_entry_drop_targets_focus_out(self, entry, event):
+ if not self.snippet:
+ return
+
+ text = entry.get_text()
+
+ # save drop targets
+ self.snippet['drop-targets'] = text
+ self.snippet_changed()
+
+ def on_entry_tab_trigger_changed(self, entry):
+ self.entry_tab_trigger_update_valid()
+
+ def on_source_view_snippet_focus_out(self, source_view, event):
+ if not self.snippet:
+ return
+
+ buf = source_view.get_buffer()
+ text = buf.get_text(buf.get_start_iter(), \
+ buf.get_end_iter(), False)
+
+ self.snippet['text'] = text
+ self.snippet_changed()
+
+ def on_add_snippet_button_clicked(self, button):
+ snippet = self.new_snippet()
+
+ if not snippet:
+ return
+
+ parent = self.model.get_iter(self.language_path)
+ path = self.model.get_path(parent)
+
+ dummy = self.get_dummy(parent)
+
+ if dummy:
+ # Remove the dummy
+ self.model.remove(dummy)
+
+ # Add the snippet
+ piter = self.add_snippet(parent, snippet.data)
+ self.select_iter(piter)
+
+ if not self.tree_view.row_expanded(path):
+ self.tree_view.expand_row(path, False)
+ self.select_iter(piter)
+
+ self.tree_view.grab_focus()
+
+ path = self.model.get_path(piter)
+ self.tree_view.set_cursor(path, self.column, True)
+
+ def file_filter(self, name, pattern):
+ fil = Gtk.FileFilter()
+ fil.set_name(name)
+
+ for p in pattern:
+ fil.add_pattern(p)
+
+ return fil
+
+ def import_snippets(self, files):
+ success = True
+
+ for gfile in files:
+ if not gfile.has_uri_scheme('file'):
+ continue
+
+ # Remove file://
+ filename = gfile.get_path()
+
+ importer = Importer(filename)
+ error = importer.run()
+
+ if error:
+ message = _('The following error occurred while importing: %s') % error
+ success = False
+ helper.message_dialog(self.get_toplevel(), Gtk.MessageType.ERROR, message)
+
+ self.build_model(True)
+
+ if success:
+ message = _('Import successfully completed')
+ helper.message_dialog(self.get_toplevel(), Gtk.MessageType.INFO, message)
+
+ def on_import_response(self, dialog, response):
+ if response == Gtk.ResponseType.CANCEL or response == Gtk.ResponseType.CLOSE:
+ dialog.destroy()
+ return
+
+ f = dialog.get_files()
+ dialog.destroy()
+
+ self.import_snippets(f)
+
+ def on_import_snippets_button_clicked(self, button):
+ dlg = Gtk.FileChooserDialog(parent=self.get_toplevel(), title=_("Import snippets"),
+ action=Gtk.FileChooserAction.OPEN,
+ buttons=(_("_Cancel"), Gtk.ResponseType.CANCEL,
+ _("_Open"), Gtk.ResponseType.OK))
+
+ dlg.add_filter(self.file_filter(_('All supported archives'), ('*.gz','*.bz2','*.tar', '*.xml')))
+ dlg.add_filter(self.file_filter(_('Gzip compressed archive'), ('*.tar.gz',)))
+ dlg.add_filter(self.file_filter(_('Bzip2 compressed archive'), ('*.tar.bz2',)))
+ dlg.add_filter(self.file_filter(_('Single snippets file'), ('*.xml',)))
+ dlg.add_filter(self.file_filter(_('All files'), '*'))
+
+ dlg.connect('response', self.on_import_response)
+ dlg.set_local_only(True)
+
+ dlg.show()
+
+ def export_snippets_real(self, filename, snippets, show_dialogs=True):
+ export = Exporter(filename, snippets)
+ error = export.run()
+
+ if error:
+ message = _('The following error occurred while exporting: %s') % error
+ msgtype = Gtk.MessageType.ERROR
+ retval = False
+ else:
+ message = _('Export successfully completed')
+ msgtype = Gtk.MessageType.INFO
+ retval = True
+
+ if show_dialogs:
+ helper.message_dialog(self.get_toplevel(), msgtype, message)
+
+ return retval
+
+ def on_export_response(self, dialog, response):
+ filename = dialog.get_filename()
+ snippets = dialog._export_snippets
+
+ dialog.destroy()
+
+ if response != Gtk.ResponseType.OK:
+ return
+
+ self.export_snippets_real(filename, snippets);
+
+ def export_snippets(self, filename=None, show_dialogs=True):
+ snippets = self.selected_snippets()
+
+ if not snippets or len(snippets) == 0:
+ return False
+
+ usersnippets = []
+ systemsnippets = []
+
+ # Iterate through snippets and look for system snippets
+ for snippet in snippets:
+ if snippet.can_modify():
+ usersnippets.append(snippet)
+ else:
+ systemsnippets.append(snippet)
+
+ export_snippets = snippets
+
+ if len(systemsnippets) != 0 and show_dialogs:
+ # Ask if system snippets should also be exported
+ message = _('Do you want to include selected <b>system</b> snippets in your export?')
+ mes = Gtk.MessageDialog(flags=Gtk.DialogFlags.MODAL,
+ type=Gtk.MessageType.QUESTION,
+ buttons=Gtk.ButtonsType.YES_NO,
+ message_format=message)
+ mes.set_property('use-markup', True)
+ resp = mes.run()
+ mes.destroy()
+
+ if resp == Gtk.ResponseType.NO:
+ export_snippets = usersnippets
+ elif resp != Gtk.ResponseType.YES:
+ return False
+
+ if len(export_snippets) == 0 and show_dialogs:
+ message = _('There are no snippets selected to be exported')
+ helper.message_dialog(self.get_toplevel(), Gtk.MessageType.QUESTION, message)
+ return False
+
+ if not filename:
+ dlg = Gtk.FileChooserDialog(parent=self.get_toplevel(), title=_('Export snippets'),
+ action=Gtk.FileChooserAction.SAVE,
+ buttons=(_("_Cancel"), Gtk.ResponseType.CANCEL,
+ _("_Save"), Gtk.ResponseType.OK))
+
+ dlg._export_snippets = export_snippets
+ dlg.add_filter(self.file_filter(_('All supported archives'), ('*.gz','*.bz2','*.tar')))
+ dlg.add_filter(self.file_filter(_('Gzip compressed archive'), ('*.tar.gz',)))
+ dlg.add_filter(self.file_filter(_('Bzip2 compressed archive'), ('*.tar.bz2',)))
+
+ dlg.add_filter(self.file_filter(_('All files'), '*'))
+ dlg.set_do_overwrite_confirmation(True)
+ dlg.set_current_name(self.default_export_name)
+
+ dlg.connect('response', self.on_export_response)
+ dlg.set_local_only(True)
+
+ dlg.show()
+ return True
+ else:
+ return self.export_snippets_real(filename, export_snippets, show_dialogs)
+
+ def on_export_snippets_button_clicked(self, button):
+ snippets = self.selected_snippets()
+
+ if not snippets or len(snippets) == 0:
+ return
+
+ usersnippets = []
+ systemsnippets = []
+
+ # Iterate through snippets and look for system snippets
+ for snippet in snippets:
+ if snippet.can_modify():
+ usersnippets.append(snippet)
+ else:
+ systemsnippets.append(snippet)
+
+ dlg = Gtk.FileChooserDialog(parent=self.get_toplevel(), title=_('Export snippets'),
+ action=Gtk.FileChooserAction.SAVE,
+ buttons=(_('_Cancel'), Gtk.ResponseType.CANCEL,
+ _('_Save'), Gtk.ResponseType.OK))
+
+ dlg._export_snippets = snippets
+
+ if len(systemsnippets) != 0:
+ # Ask if system snippets should also be exported
+ message = _('Do you want to include selected <b>system</b> snippets in your export?')
+ mes = Gtk.MessageDialog(flags=Gtk.DialogFlags.MODAL,
+ type=Gtk.MessageType.QUESTION,
+ buttons=Gtk.ButtonsType.YES_NO,
+ message_format=message)
+ mes.set_property('use-markup', True)
+ resp = mes.run()
+ mes.destroy()
+
+ if resp == Gtk.ResponseType.NO:
+ dlg._export_snippets = usersnippets
+ elif resp != Gtk.ResponseType.YES:
+ dlg.destroy()
+ return
+
+ if len(dlg._export_snippets) == 0:
+ dlg.destroy()
+
+ message = _('There are no snippets selected to be exported')
+ helper.message_dialog(self.get_toplevel(), Gtk.MessageType.QUESTION, message)
+ return
+
+ dlg.add_filter(self.file_filter(_('All supported archives'), ('*.gz','*.bz2','*.tar')))
+ dlg.add_filter(self.file_filter(_('Gzip compressed archive'), ('*.tar.gz',)))
+ dlg.add_filter(self.file_filter(_('Bzip2 compressed archive'), ('*.tar.bz2',)))
+
+ dlg.add_filter(self.file_filter(_('All files'), '*'))
+ dlg.set_do_overwrite_confirmation(True)
+ dlg.set_current_name(self.default_export_name)
+
+ dlg.connect('response', self.on_export_response)
+ dlg.set_local_only(True)
+
+ dlg.show()
+
+ def remove_snippet_revert(self, path, piter):
+ node = self.snippet_from_iter(self.model, piter)
+ Library().revert_snippet(node)
+
+ return piter
+
+ def remove_snippet_delete(self, path, piter):
+ node = self.snippet_from_iter(self.model, piter)
+ parent = self.model.iter_parent(piter)
+
+ Library().remove_snippet(node)
+ idx = path.get_indices()
+
+ if self.model.remove(piter):
+ return piter
+ elif idx[-1] != 0:
+ self.select_iter(self.model.get_iter((idx[0], idx[1] - 1)))
+ else:
+ dummy = self.add_new_snippet_node(parent)
+ self.tree_view.expand_row(self.model.get_path(parent), False)
+ return dummy
+
+ def on_remove_snippet_button_clicked(self, button):
+ override, remove, system = self.selected_snippets_state()
+
+ if not (override ^ remove) or system:
+ return
+
+ paths = self.selected_snippets(include_languages=False, as_path=True)
+
+ if override:
+ action = self.remove_snippet_revert
+ else:
+ action = self.remove_snippet_delete
+
+ # Remove selection
+ self.tree_view.get_selection().unselect_all()
+
+ # Create tree row references
+ references = []
+ for path in paths:
+ # FIXME: this should be fixed in pygobject or something
+ references.append(Gtk.TreeRowReference.new(self.model, path))
+
+ # Remove/revert snippets
+ select = None
+ for reference in references:
+ path = reference.get_path()
+ piter = self.model.get_iter(path)
+
+ res = action(path, piter)
+
+ if res:
+ select = res
+
+ if select:
+ self.select_iter(select)
+
+ self.selection_changed()
+
+ def set_accelerator(self, keyval, mod):
+ accelerator = Gtk.accelerator_name(keyval, mod)
+ self.snippet['accelerator'] = accelerator
+
+ return True
+
+ def on_entry_accelerator_key_press(self, entry, event):
+ if event.keyval == Gdk.keyval_from_name('Escape'):
+ # Reset
+ entry.set_text(self.snippet.accelerator_display())
+ self.tree_view.grab_focus()
+
+ return True
+ elif event.keyval == Gdk.keyval_from_name('Delete') or \
+ event.keyval == Gdk.keyval_from_name('BackSpace'):
+ # Remove the accelerator
+ entry.set_text('')
+ self.snippet['accelerator'] = ''
+ self.tree_view.grab_focus()
+
+ self.snippet_changed()
+ return True
+ elif Library().valid_accelerator(event.keyval, event.get_state()):
+ # New accelerator
+ self.set_accelerator(event.keyval, \
+ event.get_state() & Gtk.accelerator_get_default_mod_mask())
+ entry.set_text(self.snippet.accelerator_display())
+ self.snippet_changed()
+ self.tree_view.grab_focus()
+
+ else:
+ return True
+
+ def on_entry_accelerator_focus_in(self, entry, event):
+ if self.snippet['accelerator']:
+ entry.set_text(_('Type a new shortcut, or press Backspace to clear'))
+ else:
+ entry.set_text(_('Type a new shortcut'))
+
+ def update_language_path(self):
+ model, paths = self.tree_view.get_selection().get_selected_rows()
+
+ # Check if all have the same language parent
+ current_parent = None
+
+ for path in paths:
+ piter = model.get_iter(path)
+ parent = model.iter_parent(piter)
+
+ if parent:
+ path = model.get_path(parent)
+
+ if current_parent != None and current_parent != path:
+ current_parent = None
+ break
+ else:
+ current_parent = path
+
+ self.language_path = current_parent
+
+ def on_tree_view_selection_changed(self, selection):
+ parent, piter, node = self.selected_snippet()
+
+ if self.snippet:
+ self.on_entry_tab_trigger_focus_out(self['entry_tab_trigger'],
+ None)
+ self.on_source_view_snippet_focus_out(self['source_view_snippet'],
+ None)
+ self.on_entry_drop_targets_focus_out(self['combo_drop_targets'].get_child(),
+ None)
+
+ self.update_language_path()
+
+ if node:
+ self.snippet = Snippet(node)
+ else:
+ self.snippet = None
+
+ self.selection_changed()
+
+ def iter_after(self, target, after):
+ if not after:
+ return True
+
+ tp = self.model.get_path(target)
+ ap = self.model.get_path(after)
+
+ if tp[0] > ap[0] or (tp[0] == ap[0] and (len(ap) == 1 or tp[1] > ap[1])):
+ return True
+
+ return False
+
+ def on_tree_view_snippets_key_press(self, treeview, event):
+ if event.keyval == Gdk.keyval_from_name('Delete'):
+ self.on_remove_snippet_button_clicked(None)
+ return True
+
+ def on_tree_view_snippets_row_expanded(self, treeview, piter, path):
+ # Check if it is already filled
+ self.fill_if_needed(piter)
+ self.select_iter(piter)
+
+ def on_entry_drop_targets_drag_data_received(self, entry, context, x, y, selection_data, info, timestamp):
+ uris = helper.drop_get_uris(selection_data)
+ if not uris:
+ return
+
+ text = entry.get_text()
+
+ if text:
+ mimes = [text]
+ else:
+ mimes = []
+
+ for uri in uris:
+ try:
+ mime = Gio.content_type_guess(uri)
+ except:
+ mime = None
+
+ if mime:
+ mimes.append(mime)
+
+ entry.set_text(', '.join(mimes))
+ self.on_entry_drop_targets_focus_out(entry, None)
+ context.finish(True, False, timestamp)
+
+ entry.stop_emission('drag_data_received')
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/meson.build b/plugins/snippets/snippets/meson.build
new file mode 100644
index 0000000..1ca34de
--- /dev/null
+++ b/plugins/snippets/snippets/meson.build
@@ -0,0 +1,39 @@
+snippets_sources = [
+ '__init__.py',
+ 'appactivatable.py',
+ 'completion.py',
+ 'document.py',
+ 'exporter.py',
+ 'helper.py',
+ 'importer.py',
+ 'languagemanager.py',
+ 'library.py',
+ 'manager.py',
+ 'parser.py',
+ 'placeholder.py',
+ 'shareddata.py',
+ 'signals.py',
+ 'singleton.py',
+ 'snippet.py',
+ 'substitutionparser.py',
+ 'windowactivatable.py',
+]
+
+install_data(
+ snippets_sources,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ 'snippets',
+ )
+)
+
+install_data(
+ 'snippets.ui',
+ install_dir: join_paths(
+ pkgdatadir,
+ 'plugins',
+ 'snippets',
+ 'ui',
+ )
+)
diff --git a/plugins/snippets/snippets/parser.py b/plugins/snippets/snippets/parser.py
new file mode 100644
index 0000000..2b6043d
--- /dev/null
+++ b/plugins/snippets/snippets/parser.py
@@ -0,0 +1,256 @@
+# Gedit snippets plugin
+# Copyright (C) 2006-2007 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import re
+
+class Token:
+ def __init__(self, klass, data):
+ self.klass = klass
+ self.data = data
+
+ def __str__(self):
+ return '%s: [%s]' % (self.klass, self.data)
+
+ def __eq__(self, other):
+ return self.klass == other.klass and self.data == other.data
+
+ def __ne__(self, other):
+ return not self.__eq__(other)
+
+class Parser:
+ SREG_ENV = '[A-Z_]+'
+ SREG_ID = '[0-9]+'
+
+ REG_ESCAPE = re.compile('(\\$(%s|\\(|\\{|<|%s)|`|\\\\)' % (SREG_ENV, SREG_ID))
+
+ def __init__(self, **kwargs):
+ for k, v in kwargs.items():
+ setattr(self, k, v)
+
+ self.position = 0
+ self.data_length = len(self.data)
+
+ self.RULES = (self._match_env, self._match_regex, self._match_placeholder, self._match_shell, self._match_eval, self._text)
+
+ def remains(self):
+ return self.data[self.position:]
+
+ def next_char(self):
+ if self.position + 1 >= self.data_length:
+ return ''
+ else:
+ return self.data[self.position + 1]
+
+ def char(self):
+ if self.position >= self.data_length:
+ return ''
+ else:
+ return self.data[self.position]
+
+ def token(self):
+ self.tktext = ''
+
+ while self.position < self.data_length:
+ try:
+ # Get first character
+ func = {'$': self._rule,
+ '`': self._try_match_shell}[self.char()]
+ except:
+ func = self._text
+
+ # Detect end of text token
+ if func != self._text and self.tktext != '':
+ return Token('text', self.tktext)
+
+ tk = func()
+
+ if tk:
+ return tk
+
+ if self.tktext != '':
+ return Token('text', self.tktext)
+
+ def _need_escape(self):
+ text = self.remains()[1:]
+
+ if text == '':
+ return False
+
+ return self.REG_ESCAPE.match(text)
+
+ def _escape(self):
+ if not self._need_escape():
+ return
+
+ # Increase position with 1
+ self.position += 1
+
+ def _text(self):
+ if self.char() == '\\':
+ self._escape()
+
+ self.tktext += self.char()
+ self.position += 1
+
+ def _rule(self):
+ for rule in self.RULES:
+ res = rule()
+
+ if res:
+ return res
+
+ def _match_env(self):
+ text = self.remains()
+ match = re.match('\\$(%s)' % self.SREG_ENV, text) or re.match('\\${(%s)}' % self.SREG_ENV, text)
+
+ if match:
+ self.position += len(match.group(0))
+ return Token('environment', match.group(1))
+
+ def _parse_list(self, lst):
+ pos = 0
+ length = len(lst)
+ items = []
+ last = None
+
+ while pos < length:
+ char = lst[pos]
+ next = pos < length - 1 and lst[pos + 1]
+
+ if char == '\\' and (next == ',' or next == ']'):
+ char = next
+ pos += 1
+ elif char == ',':
+ if last != None:
+ items.append(last)
+
+ last = None
+ pos += 1
+ continue
+
+ last = (last != None and last + char) or char
+ pos += 1
+
+ if last != None:
+ items.append(last)
+
+ return items
+
+ def _parse_default(self, default):
+ match = re.match('^\\s*(\\\\)?(\\[((\\\\]|[^\\]])+)\\]\\s*)$', default)
+
+ if not match:
+ return [default]
+
+ groups = match.groups()
+
+ if groups[0]:
+ return [groups[1]]
+
+ return self._parse_list(groups[2])
+
+ def _match_placeholder(self):
+ text = self.remains()
+
+ match = re.match('\\${(%s)(:((\\\\\\}|[^}])+))?}' % self.SREG_ID, text) or re.match('\\$(%s)' % self.SREG_ID, text)
+
+ if not match:
+ return None
+
+ groups = match.groups()
+ default = ''
+ tabstop = int(groups[0])
+ self.position += len(match.group(0))
+
+ if len(groups) > 1 and groups[2]:
+ default = self._parse_default(groups[2].replace('\\}', '}'))
+
+ return Token('placeholder', {'tabstop': tabstop, 'default': default})
+
+ def _match_shell(self):
+ text = self.remains()
+ match = re.match('`((%s):)?((\\\\`|[^`])+?)`' % self.SREG_ID, text) or re.match('\\$\\(((%s):)?((\\\\\\)|[^\\)])+?)\\)' % self.SREG_ID, text)
+
+ if not match:
+ return None
+
+ groups = match.groups()
+ tabstop = (groups[1] and int(groups[1])) or -1
+ self.position += len(match.group(0))
+
+ if text[0] == '`':
+ contents = groups[2].replace('\\`', '`')
+ else:
+ contents = groups[2].replace('\\)', ')')
+
+ return Token('shell', {'tabstop': tabstop, 'contents': contents})
+
+ def _try_match_shell(self):
+ return self._match_shell() or self._text()
+
+ def _eval_options(self, options):
+ reg = re.compile(self.SREG_ID)
+ tabstop = -1
+ depend = []
+
+ options = options.split(':')
+
+ for opt in options:
+ if reg.match(opt):
+ tabstop = int(opt)
+ else:
+ depend += self._parse_list(opt[1:-1])
+
+ return (tabstop, depend)
+
+ def _match_eval(self):
+ text = self.remains()
+
+ options = '((%s)|\\[([0-9, ]+)\\])' % self.SREG_ID
+ match = re.match('\\$<((%s:)*)((\\\\>|[^>])+?)>' % options, text)
+
+ if not match:
+ return None
+
+ groups = match.groups()
+ (tabstop, depend) = (groups[0] and self._eval_options(groups[0][:-1])) or (-1, [])
+ self.position += len(match.group(0))
+
+ return Token('eval', {'tabstop': tabstop, 'dependencies': depend, 'contents': groups[5].replace('\\>', '>')})
+
+ def _match_regex(self):
+ text = self.remains()
+
+ content = '((?:\\\\[/]|\\\\}|[^/}])+)'
+ match = re.match('\\${(?:(%s):)?\\s*(%s|\\$([A-Z_]+))?[/]%s[/]%s(?:[/]([a-zA-Z]*))?}' % (self.SREG_ID, self.SREG_ID, content, content), text)
+
+ if not match:
+ return None
+
+ groups = match.groups()
+ tabstop = (groups[0] and int(groups[0])) or -1
+ inp = (groups[2] or (groups[1] and int(groups[1]))) or ''
+
+ pattern = re.sub('\\\\([/}])', '\\1', groups[3])
+ substitution = re.sub('\\\\([/}])', '\\1', groups[4])
+ modifiers = groups[5] or ''
+
+ self.position += len(match.group(0))
+
+ return Token('regex', {'tabstop': tabstop, 'input': inp, 'pattern': pattern, 'substitution': substitution, 'modifiers': modifiers})
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/placeholder.py b/plugins/snippets/snippets/placeholder.py
new file mode 100644
index 0000000..e70a31e
--- /dev/null
+++ b/plugins/snippets/snippets/placeholder.py
@@ -0,0 +1,714 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import traceback
+import re
+import sys
+import signal
+import locale
+import subprocess
+from gi.repository import GObject, Gtk
+
+from . import helper
+from .substitutionparser import SubstitutionParser
+
+try:
+ import gettext
+ gettext.bindtextdomain('gedit')
+ gettext.textdomain('gedit')
+ _ = gettext.gettext
+except:
+ _ = lambda s: s
+
+# These are places in a view where the cursor can go and do things
+class Placeholder:
+ def __init__(self, view, tabstop, environ, defaults, begin):
+ self.ok = True
+ self.done = False
+ self.buf = view.get_buffer()
+ self.view = view
+ self.has_references = False
+ self.mirrors = []
+ self.leave_mirrors = []
+ self.tabstop = tabstop
+ self.environ = environ
+ self.set_default(defaults)
+ self.prev_contents = self.default
+ self.set_mark_gravity()
+
+ if begin:
+ self.begin = self.buf.create_mark(None, begin, self.mark_gravity[0])
+ else:
+ self.begin = None
+
+ self.end = None
+
+ def get_environ(self):
+ return self.environ['utf8']
+
+ def __str__(self):
+ return '%s (%s)' % (str(self.__class__), str(self.default))
+
+ def set_mark_gravity(self):
+ self.mark_gravity = [True, False]
+
+ def set_default(self, defaults):
+ self.default = None
+ self.defaults = []
+
+ if not defaults:
+ return
+
+ for d in defaults:
+ dm = self.expand_environment(d)
+
+ if dm:
+ self.defaults.append(dm)
+
+ if not self.default:
+ self.default = dm
+
+ if dm != d:
+ break
+
+ def literal(self, s):
+ return repr(s)
+
+ def format_environment(self, s):
+ return s
+
+ def re_environment(self, m):
+ env = self.get_environ()
+
+ if m.group(1) or not m.group(2) in env:
+ return '$' + m.group(2)
+ else:
+ return self.format_environment(env[m.group(2)])
+
+ def expand_environment(self, text):
+ if not text:
+ return text
+
+ return re.sub('(\\\\)?\\$([A-Z_]+)', self.re_environment, text)
+
+ def get_iter(self, mark):
+ if mark and not mark.get_deleted():
+ return self.buf.get_iter_at_mark(mark)
+ else:
+ return None
+
+ def begin_iter(self):
+ return self.get_iter(self.begin)
+
+ def end_iter(self):
+ return self.get_iter(self.end)
+
+ def run_last(self, placeholders):
+ begin = self.begin_iter()
+ self.end = self.buf.create_mark(None, begin, self.mark_gravity[1])
+
+ if self.default:
+ helper.insert_with_indent(self.view, begin, self.default, False, self)
+
+ def remove(self, force = False):
+ if self.begin and not self.begin.get_deleted():
+ self.buf.delete_mark(self.begin)
+
+ if self.end and not self.end.get_deleted():
+ self.buf.delete_mark(self.end)
+
+ # Do something on beginning this placeholder
+ def enter(self):
+ if not self.begin or self.begin.get_deleted():
+ return
+
+ self.buf.move_mark(self.buf.get_insert(), self.begin_iter())
+
+ if self.end:
+ self.buf.move_mark(self.buf.get_selection_bound(), self.end_iter())
+ else:
+ self.buf.move_mark(self.buf.get_selection_bound(), self.begin_iter())
+
+ def get_text(self):
+ if self.begin and self.end:
+ biter = self.begin_iter()
+ eiter = self.end_iter()
+
+ if biter and eiter:
+ return self.buf.get_text(self.begin_iter(), self.end_iter(), False)
+ else:
+ return ''
+ else:
+ return ''
+
+ def add_mirror(self, mirror, onleave = False):
+ mirror.has_references = True
+
+ if onleave:
+ self.leave_mirrors.append(mirror)
+ else:
+ self.mirrors.append(mirror)
+
+ def set_text(self, text):
+ if self.begin.get_deleted() or self.end.get_deleted():
+ return
+
+ # Set from self.begin to self.end to text!
+ self.buf.begin_user_action()
+ # Remove everything between self.begin and self.end
+ begin = self.begin_iter()
+ self.buf.delete(begin, self.end_iter())
+
+ # Insert the text from the mirror
+ helper.insert_with_indent(self.view, begin, text, True, self)
+ self.buf.end_user_action()
+
+ self.update_contents()
+
+ def update_contents(self):
+ prev = self.prev_contents
+ self.prev_contents = self.get_text()
+
+ if prev != self.get_text():
+ for mirror in self.mirrors:
+ if not mirror.update(self):
+ return
+
+ def update_leave_mirrors(self):
+ # Notify mirrors
+ for mirror in self.leave_mirrors:
+ if not mirror.update(self):
+ return
+
+ # Do something on ending this placeholder
+ def leave(self):
+ self.update_leave_mirrors()
+
+ def find_mirrors(self, text, placeholders):
+ mirrors = []
+
+ while (True):
+ m = re.search('(\\\\)?\\$(?:{([0-9]+)}|([0-9]+))', text)
+
+ if not m:
+ break
+
+ # Skip escaped mirrors
+ if m.group(1):
+ text = text[m.end():]
+ continue
+
+ tabstop = int(m.group(2) or m.group(3))
+
+ if tabstop in placeholders:
+ if not tabstop in mirrors:
+ mirrors.append(tabstop)
+
+ text = text[m.end():]
+ else:
+ self.ok = False
+ return None
+
+ return mirrors
+
+# This is an placeholder which inserts a mirror of another Placeholder
+class PlaceholderMirror(Placeholder):
+ def __init__(self, view, tabstop, environ, begin):
+ Placeholder.__init__(self, view, -1, environ, None, begin)
+ self.mirror_stop = tabstop
+
+ def update(self, mirror):
+ self.set_text(mirror.get_text())
+ return True
+
+ def run_last(self, placeholders):
+ Placeholder.run_last(self, placeholders)
+
+ if self.mirror_stop in placeholders:
+ mirror = placeholders[self.mirror_stop]
+
+ mirror.add_mirror(self)
+
+ if mirror.default:
+ self.set_text(mirror.default)
+ else:
+ self.ok = False
+
+# This placeholder indicates the end of a snippet
+class PlaceholderEnd(Placeholder):
+ def __init__(self, view, environ, begin, default):
+ Placeholder.__init__(self, view, 0, environ, default, begin)
+
+ def run_last(self, placeholders):
+ Placeholder.run_last(self, placeholders)
+
+ # Remove the begin mark and set the begin mark
+ # to the end mark, this is needed so the end placeholder won't contain
+ # any text
+
+ if not self.default:
+ self.mark_gravity[0] = False
+ self.buf.delete_mark(self.begin)
+ self.begin = self.buf.create_mark(None, self.end_iter(), self.mark_gravity[0])
+
+ def enter(self):
+ if self.begin and not self.begin.get_deleted():
+ self.buf.move_mark(self.buf.get_insert(), self.begin_iter())
+
+ if self.end and not self.end.get_deleted():
+ self.buf.move_mark(self.buf.get_selection_bound(), self.end_iter())
+
+ def leave(self):
+ self.enter()
+
+# This placeholder is used to expand a command with embedded mirrors
+class PlaceholderExpand(Placeholder):
+ def __init__(self, view, tabstop, environ, begin, s):
+ Placeholder.__init__(self, view, tabstop, environ, None, begin)
+
+ self.mirror_text = {0: ''}
+ self.timeout_id = None
+ self.cmd = s
+ self.instant_update = False
+
+ def __str__(self):
+ s = Placeholder.__str__(self)
+
+ return s + ' ' + self.cmd
+
+ def get_mirrors(self, placeholders):
+ return self.find_mirrors(self.cmd, placeholders)
+
+ # Check if all substitution placeholders are accounted for
+ def run_last(self, placeholders):
+ Placeholder.run_last(self, placeholders)
+
+ self.ok = True
+ mirrors = self.get_mirrors(placeholders)
+
+ if mirrors:
+ allDefault = True
+
+ for mirror in mirrors:
+ p = placeholders[mirror]
+ p.add_mirror(self, not self.instant_update)
+ self.mirror_text[p.tabstop] = p.default
+
+ if not p.default and not isinstance(p, PlaceholderExpand):
+ allDefault = False
+
+ if allDefault:
+ self.update(None)
+ self.default = self.get_text() or None
+ else:
+ self.update(None)
+ self.default = self.get_text() or None
+
+ if self.tabstop == -1:
+ self.done = True
+
+ def re_placeholder(self, m, formatter):
+ if m.group(1):
+ return '"$' + m.group(2) + '"'
+ else:
+ if m.group(3):
+ index = int(m.group(3))
+ else:
+ index = int(m.group(4))
+
+ return formatter(self.mirror_text[index])
+
+ def remove_timeout(self):
+ if self.timeout_id != None:
+ GObject.source_remove(self.timeout_id)
+ self.timeout_id = None
+
+ def install_timeout(self):
+ self.remove_timeout()
+ self.timeout_id = GObject.timeout_add(1000, self.timeout_cb)
+
+ def timeout_cb(self):
+ self.timeout_id = None
+
+ return False
+
+ def format_environment(self, text):
+ return self.literal(text)
+
+ def substitute(self, text, formatter = None):
+ formatter = formatter or self.literal
+
+ # substitute all mirrors, but also environmental variables
+ text = re.sub('(\\\\)?\\$({([0-9]+)}|([0-9]+))', lambda m: self.re_placeholder(m, formatter),
+ text)
+
+ return self.expand_environment(text)
+
+ def run_update(self):
+ text = self.substitute(self.cmd)
+
+ if text:
+ ret = self.expand(text)
+
+ if ret:
+ self.update_leave_mirrors()
+ else:
+ ret = True
+
+ return ret
+
+ def update(self, mirror):
+ if mirror:
+ self.mirror_text[mirror.tabstop] = mirror.get_text()
+
+ # Check if all substitutions have been made
+ for tabstop in self.mirror_text:
+ if tabstop == 0:
+ continue
+
+ if self.mirror_text[tabstop] is None:
+ return False
+
+ return self.run_update()
+
+ def expand(self, text):
+ return True
+
+# The shell placeholder executes commands in a subshell
+class PlaceholderShell(PlaceholderExpand):
+ def __init__(self, view, tabstop, environ, begin, s):
+ PlaceholderExpand.__init__(self, view, tabstop, environ, begin, s)
+
+ self.shell = None
+ self.remove_me = False
+
+ def get_environ(self):
+ return self.environ['noenc']
+
+ def close_shell(self):
+ self.shell.stdout.close()
+ self.shell = None
+
+ def timeout_cb(self):
+ PlaceholderExpand.timeout_cb(self)
+ self.remove_timeout()
+
+ if not self.shell:
+ return False
+
+ GObject.source_remove(self.watch_id)
+ self.close_shell()
+
+ if self.remove_me:
+ PlaceholderExpand.remove(self)
+
+ helper.message_dialog(None, Gtk.MessageType.ERROR, 'Execution of the shell ' \
+ 'command (%s) exceeded the maximum time; ' \
+ 'execution aborted.' % self.command)
+
+ return False
+
+ def process_close(self):
+ self.close_shell()
+ self.remove_timeout()
+
+ self.set_text(str.join('', self.shell_output).rstrip('\n'))
+
+ if self.default is None:
+ self.default = self.get_text()
+ self.leave()
+
+ if self.remove_me:
+ PlaceholderExpand.remove(self, True)
+
+ def process_cb(self, source, condition):
+ if condition & GObject.IO_IN:
+ line = source.readline()
+
+ if len(line) > 0:
+ try:
+ line = line.decode('utf-8')
+ except UnicodeDecodeError:
+ line = line.decode(locale.getdefaultlocale()[1], errors='replace')
+
+ self.shell_output += line
+ self.install_timeout()
+
+ return True
+
+ self.process_close()
+ return False
+
+ def literal_replace(self, match):
+ return "\\%s" % (match.group(0))
+
+ def literal(self, text):
+ return '"' + re.sub('([\\\\"])', self.literal_replace, text) + '"'
+
+ def expand(self, text):
+ self.remove_timeout()
+
+ if self.shell:
+ GObject.source_remove(self.watch_id)
+ self.close_shell()
+
+ popen_args = {
+ 'cwd': None,
+ 'shell': True,
+ 'env': self.get_environ(),
+ 'stdout': subprocess.PIPE
+ }
+
+ self.command = text
+ self.shell = subprocess.Popen(text, **popen_args)
+ self.shell_output = ''
+ self.watch_id = GObject.io_add_watch(self.shell.stdout, GObject.IO_IN | \
+ GObject.IO_HUP, self.process_cb)
+ self.install_timeout()
+
+ return True
+
+ def remove(self, force = False):
+ if not force and self.shell:
+ # Still executing shell command
+ self.remove_me = True
+ else:
+ if force:
+ self.remove_timeout()
+
+ if self.shell:
+ self.close_shell()
+
+ PlaceholderExpand.remove(self, force)
+
+class TimeoutError(Exception):
+ def __init__(self, value):
+ self.value = value
+
+ def __str__(self):
+ return repr(self.value)
+
+# The python placeholder evaluates commands in python
+class PlaceholderEval(PlaceholderExpand):
+ def __init__(self, view, tabstop, environ, refs, begin, s, namespace):
+ PlaceholderExpand.__init__(self, view, tabstop, environ, begin, s)
+
+ self.fdread = 0
+ self.remove_me = False
+ self.namespace = namespace
+
+ self.refs = []
+
+ if refs:
+ for ref in refs:
+ self.refs.append(int(ref.strip()))
+
+ def get_mirrors(self, placeholders):
+ mirrors = PlaceholderExpand.get_mirrors(self, placeholders)
+
+ if not self.ok:
+ return None
+
+ for ref in self.refs:
+ if ref in placeholders:
+ if ref not in mirrors:
+ mirrors.append(ref)
+ else:
+ self.ok = False
+ return None
+
+ return mirrors
+
+ # SIGALRM is not supported on all platforms (e.g. windows). Timeout
+ # with SIGALRM will not be used on those platforms. This will
+ # potentially block gedit if you have a placeholder which gets stuck,
+ # but it's better than not supporting them at all. At some point we
+ # might have proper thread support and we can fix this in a better way
+ def timeout_supported(self):
+ return hasattr(signal, 'SIGALRM')
+
+ def timeout_cb(self, signum = 0, frame = 0):
+ raise TimeoutError("Operation timed out (>2 seconds)")
+
+ def install_timeout(self):
+ if not self.timeout_supported():
+ return
+
+ if self.timeout_id != None:
+ self.remove_timeout()
+
+ self.timeout_id = signal.signal(signal.SIGALRM, self.timeout_cb)
+ signal.alarm(2)
+
+ def remove_timeout(self):
+ if not self.timeout_supported():
+ return
+
+ if self.timeout_id != None:
+ signal.alarm(0)
+
+ signal.signal(signal.SIGALRM, self.timeout_id)
+
+ self.timeout_id = None
+
+ def expand(self, text):
+ self.remove_timeout()
+
+ text = text.strip()
+ self.command = text
+
+ if not self.command or self.command == '':
+ self.set_text('')
+ return
+
+ text = "def process_snippet():\n\t" + "\n\t".join(text.split("\n"))
+
+ if 'process_snippet' in self.namespace:
+ del self.namespace['process_snippet']
+
+ try:
+ exec(text, self.namespace)
+ except:
+ traceback.print_exc()
+
+ if 'process_snippet' in self.namespace:
+ try:
+ # Install a sigalarm signal. This is a HACK to make sure
+ # gedit doesn't get freezed by someone creating a python
+ # placeholder which for instance loops indefinately. Since
+ # the code is executed synchronously it will hang gedit. With
+ # the alarm signal we raise an exception and catch this
+ # (see below). We show an error message and return False.
+ # ___this is a HACK___ and should be fixed properly (I just
+ # don't know how)
+ self.install_timeout()
+ result = self.namespace['process_snippet']()
+ self.remove_timeout()
+ except TimeoutError:
+ self.remove_timeout()
+
+ helper.message_dialog(None, Gtk.MessageType.ERROR, \
+ _('Execution of the Python command (%s) exceeds the maximum ' \
+ 'time, execution aborted.') % self.command)
+
+ return False
+ except Exception as detail:
+ self.remove_timeout()
+
+ helper.message_dialog(None, Gtk.MessageType.ERROR,
+ _('Execution of the Python command (%s) failed: %s') %
+ (self.command, detail))
+
+ return False
+
+ if result is None:
+ # sys.stderr.write("%s:\n>> %s\n" % (_('The following python code, run in a snippet, does not return a value'), "\n>> ".join(self.command.split("\n"))))
+ result = ''
+
+ self.set_text(str(result))
+
+ return True
+
+# Regular expression placeholder
+class PlaceholderRegex(PlaceholderExpand):
+ def __init__(self, view, tabstop, environ, begin, inp, pattern, substitution, modifiers):
+ PlaceholderExpand.__init__(self, view, tabstop, environ, begin, '')
+
+ self.instant_update = True
+ self.inp = inp
+ self.pattern = pattern
+ self.substitution = substitution
+
+ self.init_modifiers(modifiers)
+
+ def init_modifiers(self, modifiers):
+ mods = {'I': re.I,
+ 'L': re.L,
+ 'M': re.M,
+ 'S': re.S,
+ 'U': re.U,
+ 'X': re.X}
+
+ self.modifiers = 0
+
+ for modifier in modifiers:
+ if modifier in mods:
+ self.modifiers |= mods[modifier]
+
+ def get_mirrors(self, placeholders):
+ mirrors = self.find_mirrors(self.pattern, placeholders) + self.find_mirrors(self.substitution, placeholders)
+
+ if isinstance(self.inp, int):
+ if self.inp not in placeholders:
+ self.ok = False
+ return None
+ elif self.inp not in mirrors:
+ mirrors.append(self.inp)
+
+ return mirrors
+
+ def literal(self, s):
+ return re.escape(s)
+
+ def get_input(self):
+ env = self.get_environ()
+
+ if isinstance(self.inp, int):
+ return self.mirror_text[self.inp]
+ elif self.inp in env:
+ return env[self.inp]
+ else:
+ return ''
+
+ def run_update(self):
+ pattern = self.substitute(self.pattern)
+ substitution = self.substitute(self.substitution, SubstitutionParser.escape_substitution)
+
+ if pattern:
+ return self.expand(pattern, substitution)
+
+ return True
+
+ def expand(self, pattern, substitution):
+ # Try to compile pattern
+ try:
+ regex = re.compile(pattern, self.modifiers)
+ except re.error as message:
+ sys.stderr.write('Could not compile regular expression: %s\n%s\n' % (pattern, message))
+ return False
+
+ inp = self.get_input()
+ match = regex.search(inp)
+
+ if not match:
+ self.set_text(inp)
+ else:
+ groups = match.groupdict()
+
+ idx = 0
+ for group in match.groups():
+ groups[str(idx + 1)] = group
+ idx += 1
+
+ groups['0'] = match.group(0)
+
+ parser = SubstitutionParser(substitution, groups)
+ self.set_text(parser.parse())
+
+ return True
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/shareddata.py b/plugins/snippets/snippets/shareddata.py
new file mode 100644
index 0000000..be6fd14
--- /dev/null
+++ b/plugins/snippets/snippets/shareddata.py
@@ -0,0 +1,83 @@
+# Gedit snippets plugin
+# Copyright (C) 2011 Jesse van den Kieboom <jessevdk@gnome.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from .singleton import Singleton
+import os
+
+from gi.repository import Gtk
+
+# To register the GeditSnippetsManager type
+from .manager import Manager
+
+class SharedData(object, metaclass=Singleton):
+ def __init__(self):
+ self.dlg = None
+ self.dlg_default_size = None
+ self.controller_registry = {}
+ self.windows = {}
+
+ def register_controller(self, view, controller):
+ self.controller_registry[view] = controller
+
+ def unregister_controller(self, view, controller):
+ if self.controller_registry[view] == controller:
+ del self.controller_registry[view]
+
+ def register_window(self, window):
+ self.windows[window.window] = window
+
+ def unregister_window(self, window):
+ if window.window in self.windows:
+ del self.windows[window.window]
+
+ def update_state(self, window):
+ if window in self.windows:
+ self.windows[window].do_update_state()
+
+ def get_active_controller(self, window):
+ view = window.get_active_view()
+
+ if not view or not view in self.controller_registry:
+ return None
+
+ return self.controller_registry[view]
+
+ def get_controller(self, view):
+ if view in self.controller_registry:
+ return self.controller_registry[view]
+ else:
+ return None
+
+ def manager_destroyed(self, dlg):
+ self.dlg_default_size = dlg.get_final_size()
+ self.dlg = None
+
+ def show_manager(self, window, datadir):
+ if not self.dlg:
+ builder = Gtk.Builder()
+ builder.add_from_file(os.path.join(datadir, 'ui', 'snippets.ui'))
+
+ self.dlg = builder.get_object('snippets_manager')
+ self.dlg.connect('destroy', self.manager_destroyed)
+
+ if self.dlg_default_size:
+ self.dlg.set_default_size(self.dlg_default_size[0], self.dlg_default_size[1])
+
+ self.dlg.set_transient_for(window)
+ self.dlg.present()
+
+# vi:ex:ts=4:et
diff --git a/plugins/snippets/snippets/signals.py b/plugins/snippets/snippets/signals.py
new file mode 100644
index 0000000..647b616
--- /dev/null
+++ b/plugins/snippets/snippets/signals.py
@@ -0,0 +1,90 @@
+# -*- coding: utf-8 -*-
+#
+# signals.py
+#
+# Copyright (C) 2009 - Jesse van den Kieboom
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+class Signals:
+ def __init__(self):
+ self._signals = {}
+
+ def _connect(self, obj, name, handler, connector):
+ ret = self._signals.setdefault(obj, {})
+
+ hid = connector(name, handler)
+ ret.setdefault(name, []).append(hid)
+
+ return hid
+
+ def connect_signal(self, obj, name, handler):
+ return self._connect(obj, name, handler, obj.connect)
+
+ def connect_signal_after(self, obj, name, handler):
+ return self._connect(obj, name, handler, obj.connect_after)
+
+ def disconnect_signals(self, obj):
+ if obj not in self._signals:
+ return False
+
+ for name in self._signals[obj]:
+ for hid in self._signals[obj][name]:
+ obj.disconnect(hid)
+
+ del self._signals[obj]
+ return True
+
+ def block_signal(self, obj, name):
+ if obj not in self._signals:
+ return False
+
+ if name not in self._signals[obj]:
+ return False
+
+ for hid in self._signals[obj][name]:
+ obj.handler_block(hid)
+
+ return True
+
+ def unblock_signal(self, obj, name):
+ if obj not in self._signals:
+ return False
+
+ if name not in self._signals[obj]:
+ return False
+
+ for hid in self._signals[obj][name]:
+ obj.handler_unblock(hid)
+
+ return True
+
+ def disconnect_signal(self, obj, name):
+ if obj not in self._signals:
+ return False
+
+ if name not in self._signals[obj]:
+ return False
+
+ for hid in self._signals[obj][name]:
+ obj.disconnect(hid)
+
+ del self._signals[obj][name]
+
+ if len(self._signals[obj]) == 0:
+ del self._signals[obj]
+
+ return True
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/singleton.py b/plugins/snippets/snippets/singleton.py
new file mode 100644
index 0000000..9bc346d
--- /dev/null
+++ b/plugins/snippets/snippets/singleton.py
@@ -0,0 +1,27 @@
+# Gedit snippets plugin
+# Copyright (C) 2011 Jesse van den Kieboom <jessevdk@gnome.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+class Singleton(type):
+ def __init__(cls, name, bases, dict):
+ super(Singleton, cls).__init__(name, bases, dict)
+ cls.instance = None
+
+ def __call__(cls, *args, **kw):
+ if cls.instance is None:
+ cls.instance = super(Singleton, cls).__call__(*args, **kw)
+
+ return cls.instance
diff --git a/plugins/snippets/snippets/snippet.py b/plugins/snippets/snippets/snippet.py
new file mode 100644
index 0000000..6b18156
--- /dev/null
+++ b/plugins/snippets/snippets/snippet.py
@@ -0,0 +1,360 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from gi.repository import Gio, Gtk
+
+import sys
+
+from .placeholder import PlaceholderEnd, PlaceholderMirror, Placeholder, PlaceholderShell, PlaceholderEval, PlaceholderRegex, PlaceholderExpand
+from .parser import Parser
+from . import helper
+
+class EvalUtilities:
+ def __init__(self, view=None):
+ self.view = view
+ self._init_namespace()
+
+ def _init_namespace(self):
+ self.namespace = {
+ '__builtins__': __builtins__,
+ 'align': self.util_align,
+ 'readfile': self.util_readfile,
+ 'filesize': self.util_filesize
+ }
+
+ def _real_len(self, s, tablen = 0):
+ if tablen == 0:
+ tablen = self.view.get_tab_width()
+
+ return len(s.expandtabs(tablen))
+
+ def _filename_to_uri(self, filename):
+ gfile = Gio.file_new_for_path(filename)
+
+ return gfile.get_uri()
+
+ def util_readfile(self, filename):
+ stream = Gio.file_new_for_path(filename).read()
+
+ if not stream:
+ return ''
+
+ res = stream.read()
+ stream.close()
+
+ return res
+
+ def util_filesize(self, filename):
+ gfile = Gio.file_new_for_path(filename)
+ info = gfile.query_info(Gio.FILE_ATTRIBUTE_STANDARD_SIZE)
+
+ if not info:
+ return 0
+
+ return info.get_size()
+
+ def util_align(self, items):
+ maxlen = []
+ tablen = self.view.get_tab_width()
+
+ for row in range(0, len(items)):
+ for col in range(0, len(items[row]) - 1):
+ if row == 0:
+ maxlen.append(0)
+
+ items[row][col] += "\t"
+ rl = self._real_len(items[row][col], tablen)
+
+ if (rl > maxlen[col]):
+ maxlen[col] = rl
+
+ result = ''
+
+ for row in range(0, len(items)):
+ for col in range(0, len(items[row]) - 1):
+ item = items[row][col]
+
+ result += item + ("\t" * int(((maxlen[col] - \
+ self._real_len(item, tablen)) / tablen)))
+
+ result += items[row][len(items[row]) - 1]
+
+ if row != len(items) - 1:
+ result += "\n"
+
+ return result
+
+class Snippet:
+ def __init__(self, data, environ = {}):
+ self.data = data
+ self.environ = environ
+
+ def __getitem__(self, prop):
+ return self.data[prop]
+
+ def __setitem__(self, prop, value):
+ self.data[prop] = value
+
+ def accelerator_display(self):
+ accel = self['accelerator']
+
+ if accel:
+ keyval, mod = Gtk.accelerator_parse(accel)
+ accel = Gtk.accelerator_get_label(keyval, mod)
+
+ return accel or ''
+
+ def display(self):
+ nm = helper.markup_escape(self['description'])
+
+ tag = self['tag']
+ accel = self.accelerator_display()
+ detail = []
+
+ if tag and tag != '':
+ detail.append(tag)
+
+ if accel and accel != '':
+ detail.append(accel)
+
+ if not detail:
+ return nm
+ else:
+ return nm + ' (<b>' + helper.markup_escape(', '.join(detail)) + \
+ '</b>)'
+
+ def _add_placeholder(self, placeholder):
+ if placeholder.tabstop in self.placeholders:
+ if placeholder.tabstop == -1:
+ self.placeholders[-1].append(placeholder)
+ self.plugin_data.ordered_placeholders.append(placeholder)
+ elif placeholder.tabstop == -1:
+ self.placeholders[-1] = [placeholder]
+ self.plugin_data.ordered_placeholders.append(placeholder)
+ else:
+ self.placeholders[placeholder.tabstop] = placeholder
+ self.plugin_data.ordered_placeholders.append(placeholder)
+
+ def _insert_text(self, text):
+ # Insert text keeping indentation in mind
+ indented = str.join('\n' + self._indent, helper.spaces_instead_of_tabs(self._view, text).split('\n'))
+ self._view.get_buffer().insert(self._insert_iter(), indented)
+
+ def _insert_iter(self):
+ return self._view.get_buffer().get_iter_at_mark(self._insert_mark)
+
+ def _create_environment(self, data):
+ if data in self.environ['utf8']:
+ val = self.environ['utf8'][data]
+ else:
+ val = ''
+
+ # Get all the current indentation
+ all_indent = helper.compute_indentation(self._view, self._insert_iter())
+
+ # Substract initial indentation to get the snippet indentation
+ indent = all_indent[len(self._indent):]
+
+ # Keep indentation
+ return str.join('\n' + indent, val.split('\n'))
+
+ def _create_placeholder(self, data):
+ tabstop = data['tabstop']
+ begin = self._insert_iter()
+
+ if tabstop == 0:
+ # End placeholder
+ return PlaceholderEnd(self._view, self.environ, begin, data['default'])
+ elif tabstop in self.placeholders:
+ # Mirror placeholder
+ return PlaceholderMirror(self._view, tabstop, self.environ, begin)
+ else:
+ # Default placeholder
+ return Placeholder(self._view, tabstop, self.environ, data['default'], begin)
+
+ def _create_shell(self, data):
+ begin = self._insert_iter()
+ return PlaceholderShell(self._view, data['tabstop'], self.environ, begin, data['contents'])
+
+ def _create_eval(self, data):
+ begin = self._insert_iter()
+ return PlaceholderEval(self._view, data['tabstop'], self.environ, data['dependencies'], begin, data['contents'], self._utils.namespace)
+
+ def _create_regex(self, data):
+ begin = self._insert_iter()
+ return PlaceholderRegex(self._view, data['tabstop'], self.environ, begin, data['input'], data['pattern'], data['substitution'], data['modifiers'])
+
+ def _create_text(self, data):
+ return data
+
+ def _invalid_placeholder(self, placeholder, remove):
+ buf = self._view.get_buffer()
+
+ # Remove the text because this placeholder is invalid
+ if placeholder.default and remove:
+ buf.delete(placeholder.begin_iter(), placeholder.end_iter())
+
+ placeholder.remove()
+
+ if placeholder.tabstop == -1:
+ index = self.placeholders[-1].index(placeholder)
+ del self.placeholders[-1][index]
+ else:
+ del self.placeholders[placeholder.tabstop]
+
+ self.plugin_data.ordered_placeholders.remove(placeholder)
+
+ def _parse(self, plugin_data):
+ # Initialize current variables
+ self._view = plugin_data.view
+ self._indent = helper.compute_indentation(self._view, self._view.get_buffer().get_iter_at_mark(self.begin_mark))
+ self._utils = EvalUtilities(self._view)
+ self.placeholders = {}
+ self._insert_mark = self.end_mark
+ self.plugin_data = plugin_data
+
+ # Create parser
+ parser = Parser(data=self['text'])
+
+ # Parse tokens
+ while (True):
+ token = parser.token()
+
+ if not token:
+ break
+
+ try:
+ val = {'environment': self._create_environment,
+ 'placeholder': self._create_placeholder,
+ 'shell': self._create_shell,
+ 'eval': self._create_eval,
+ 'regex': self._create_regex,
+ 'text': self._create_text}[token.klass](token.data)
+ except KeyError:
+ sys.stderr.write('Token class not supported: %s (%s)\n' % token.klass)
+ continue
+
+ if isinstance(val, str):
+ # Insert text
+ self._insert_text(val)
+ else:
+ # Insert placeholder
+ self._add_placeholder(val)
+
+ # Create end placeholder if there isn't one yet
+ if 0 not in self.placeholders:
+ self.placeholders[0] = PlaceholderEnd(self._view, self.environ, self.end_iter(), None)
+ self.plugin_data.ordered_placeholders.append(self.placeholders[0])
+
+ # Make sure run_last is ran for all placeholders and remove any
+ # non `ok` placeholders
+ for tabstop in self.placeholders.copy():
+ ph = (tabstop == -1 and list(self.placeholders[-1])) or [self.placeholders[tabstop]]
+
+ for placeholder in ph:
+ placeholder.run_last(self.placeholders)
+
+ if not placeholder.ok or placeholder.done:
+ self._invalid_placeholder(placeholder, not placeholder.ok)
+
+ # Remove all the Expand placeholders which have a tabstop because
+ # they can be used to mirror, but they shouldn't be real tabstops
+ # (if they have mirrors installed). This is problably a bit of
+ # a dirty hack :)
+ if -1 not in self.placeholders:
+ self.placeholders[-1] = []
+
+ for tabstop in self.placeholders.copy():
+ placeholder = self.placeholders[tabstop]
+
+ if tabstop != -1:
+ if isinstance(placeholder, PlaceholderExpand) and \
+ placeholder.has_references:
+ # Add to anonymous placeholders
+ self.placeholders[-1].append(placeholder)
+
+ # Remove placeholder
+ del self.placeholders[tabstop]
+
+ self.plugin_data = None
+
+ def insert_into(self, plugin_data, insert):
+ buf = plugin_data.view.get_buffer()
+ last_index = 0
+
+ # Find closest mark at current insertion, so that we may insert
+ # our marks in the correct order
+ (current, next) = plugin_data.next_placeholder()
+
+ if current:
+ # Insert AFTER current
+ last_index = plugin_data.placeholders.index(current) + 1
+ elif next:
+ # Insert BEFORE next
+ last_index = plugin_data.placeholders.index(next)
+ else:
+ # Insert at first position
+ last_index = 0
+
+ # lastIndex now contains the position of the last mark
+ # Create snippet bounding marks
+ self.begin_mark = buf.create_mark(None, insert, True)
+ self.end_mark = buf.create_mark(None, insert, False)
+
+ # Now parse the contents of this snippet, create Placeholders
+ # and insert the placholder marks in the marks array of plugin_data
+ self._parse(plugin_data)
+
+ # So now all of the snippet is in the buffer, we have all our
+ # placeholders right here, what's next, put all marks in the
+ # plugin_data.marks
+ k = sorted(self.placeholders.keys(), reverse=True)
+
+ plugin_data.placeholders.insert(last_index, self.placeholders[0])
+ last_iter = self.placeholders[0].end_iter()
+
+ for tabstop in k:
+ if tabstop != -1 and tabstop != 0:
+ placeholder = self.placeholders[tabstop]
+ end_iter = placeholder.end_iter()
+
+ if last_iter.compare(end_iter) < 0:
+ last_iter = end_iter
+
+ # Inserting placeholder
+ plugin_data.placeholders.insert(last_index, placeholder)
+
+ # Move end mark to last placeholder
+ buf.move_mark(self.end_mark, last_iter)
+
+ return self
+
+ def deactivate(self):
+ buf = self.begin_mark.get_buffer()
+
+ buf.delete_mark(self.begin_mark)
+ buf.delete_mark(self.end_mark)
+
+ self.placeholders = {}
+
+ def begin_iter(self):
+ return self.begin_mark.get_buffer().get_iter_at_mark(self.begin_mark)
+
+ def end_iter(self):
+ return self.end_mark.get_buffer().get_iter_at_mark(self.end_mark)
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/snippets.ui b/plugins/snippets/snippets/snippets.ui
new file mode 100644
index 0000000..e80d633
--- /dev/null
+++ b/plugins/snippets/snippets/snippets.ui
@@ -0,0 +1,417 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.0 -->
+<interface>
+ <requires lib="gtk+" version="3.0"/>
+ <object class="GtkListStore" id="model1">
+ <columns>
+ <!-- column-name gchararray -->
+ <column type="gchararray"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0">text</col>
+ </row>
+ <row>
+ <col id="0">text/plain</col>
+ </row>
+ <row>
+ <col id="0">text/xml</col>
+ </row>
+ <row>
+ <col id="0">image</col>
+ </row>
+ <row>
+ <col id="0">image/png</col>
+ </row>
+ <row>
+ <col id="0">image/jpeg</col>
+ </row>
+ <row>
+ <col id="0">audio</col>
+ </row>
+ <row>
+ <col id="0">video</col>
+ </row>
+ </data>
+ </object>
+ <object class="GeditDocument" id="source_buffer"/>
+ <object class="GeditSnippetsManager" id="snippets_manager">
+ <property name="can_focus">False</property>
+ <property name="title" translatable="yes">Manage Snippets</property>
+ <property name="default_width">800</property>
+ <property name="default_height">600</property>
+ <property name="type_hint">dialog</property>
+ <child type="titlebar">
+ <object class="GtkHeaderBar" id="headerbar">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes">Manage Snippets</property>
+ <property name="show_close_button">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkPaned" id="hpaned_paned">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="position">275</property>
+ <style>
+ <class name="gedit-snippet-manager-paned"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="box2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="vexpand">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolled_window_snippets">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="shadow_type">in</property>
+ <style>
+ <class name="gedit-snippet-manager-treeview"/>
+ </style>
+ <child>
+ <object class="GtkTreeView" id="tree_view_snippets">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="headers_visible">False</property>
+ <signal name="key-press-event" handler="on_tree_view_snippets_key_press" swapped="no"/>
+ <signal name="row-expanded" handler="on_tree_view_snippets_row_expanded" swapped="no"/>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview-selection"/>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolbar" id="toolbar">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="toolbar_style">icons</property>
+ <property name="icon_size">1</property>
+ <child>
+ <object class="GtkToolButton" id="add_snippet_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_tooltip">True</property>
+ <property name="tooltip_markup" translatable="yes">Create new snippet</property>
+ <property name="tooltip_text" translatable="yes">Create new snippet</property>
+ <property name="label" translatable="yes">Add Snippet</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">list-add-symbolic</property>
+ <signal name="clicked" handler="on_add_snippet_button_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolButton" id="remove_snippet_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_tooltip">True</property>
+ <property name="tooltip_markup" translatable="yes">Delete selected snippet</property>
+ <property name="tooltip_text" translatable="yes">Delete selected snippet</property>
+ <property name="label" translatable="yes">Remove Snippet</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">list-remove-symbolic</property>
+ <signal name="clicked" handler="on_remove_snippet_button_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolButton" id="import_snippets_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_tooltip">True</property>
+ <property name="tooltip_markup" translatable="yes">Import snippets</property>
+ <property name="tooltip_text" translatable="yes">Import snippets</property>
+ <property name="label" translatable="yes">Import Snippets</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">document-open-symbolic</property>
+ <signal name="clicked" handler="on_import_snippets_button_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolButton" id="export_snippets_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_tooltip">True</property>
+ <property name="tooltip_markup" translatable="yes">Export selected snippets</property>
+ <property name="tooltip_text" translatable="yes">Export selected snippets</property>
+ <property name="label" translatable="yes">Export Snippets</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">document-save-as-symbolic</property>
+ <signal name="clicked" handler="on_export_snippets_button_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="resize">False</property>
+ <property name="shrink">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox_snippet">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolled_window_snippet">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="shadow_type">in</property>
+ <style>
+ <class name="gedit-snippet-manager-view"/>
+ </style>
+ <child>
+ <object class="GeditView" id="source_view_snippet">
+ <property name="buffer">source_buffer</property>
+ <property name="visible">True</property>
+ <signal handler="on_source_view_snippet_focus_out" name="focus_out_event"/>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="vbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">6</property>
+ <property name="margin_end">6</property>
+ <property name="margin_top">6</property>
+ <property name="margin_bottom">6</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Activation</property>
+ <property name="use_markup">True</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="hbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkLabel" id="label2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label"> </property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label_tab_trigger">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes" comments="&quot;tab&quot; here means the tab key, not the notebook tab!">_Tab trigger:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">entry_tab_trigger</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="hbox_tab_trigger">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkEntry" id="entry_tab_trigger">
+ <property name="visible">True</property>
+ <property name="sensitive">False</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Single word the snippet is activated with after pressing Tab</property>
+ <signal name="changed" handler="on_entry_tab_trigger_changed" swapped="no"/>
+ <signal name="focus-out-event" handler="on_entry_tab_trigger_focus_out" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkImage" id="image_tab_trigger">
+ <property name="can_focus">False</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="padding">3</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label_accelerator">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">S_hortcut key:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">entry_accelerator</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="entry_accelerator">
+ <property name="visible">True</property>
+ <property name="sensitive">False</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Shortcut key with which the snippet is activated</property>
+ <property name="editable">False</property>
+ <signal name="focus-in-event" handler="on_entry_accelerator_focus_in" swapped="no"/>
+ <signal name="focus-out-event" handler="on_entry_accelerator_focus_out" swapped="no"/>
+ <signal name="key-press-event" handler="on_entry_accelerator_key_press" swapped="no"/>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label_drop_targets">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">_Drop targets:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">entry_accelerator</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkComboBox" id="combo_drop_targets">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="model">model1</property>
+ <property name="has_entry">True</property>
+ <child>
+ <object class="GtkCellRendererText" id="renderer1"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
+ <child internal-child="entry">
+ <object class="GtkEntry" id="combobox-entry">
+ <property name="can_focus">True</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="resize">True</property>
+ <property name="shrink">True</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>
diff --git a/plugins/snippets/snippets/substitutionparser.py b/plugins/snippets/snippets/substitutionparser.py
new file mode 100644
index 0000000..8469dd3
--- /dev/null
+++ b/plugins/snippets/snippets/substitutionparser.py
@@ -0,0 +1,203 @@
+# Gedit snippets plugin
+# Copyright (C) 2006-2007 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import re
+
+class ParseError(Exception):
+ def __str__(self):
+ return 'Parse error, resume next'
+
+class Modifiers:
+ def _first_char(s):
+ first = (s != '' and s[0]) or ''
+ rest = (len(s) > 1 and s[1:]) or ''
+
+ return first, rest
+
+ def upper_first(s):
+ first, rest = Modifiers._first_char(s)
+
+ return '%s%s' % (first.upper(), rest)
+
+ def upper(s):
+ return s.upper()
+
+ def lower_first(s):
+ first, rest = Modifiers._first_char(s)
+
+ return '%s%s' % (first.lower(), rest)
+
+ def lower(s):
+ return s.lower()
+
+ def title(s):
+ return s.title()
+
+ upper_first = staticmethod(upper_first)
+ upper = staticmethod(upper)
+ lower_first = staticmethod(lower_first)
+ lower = staticmethod(lower)
+ title = staticmethod(title)
+ _first_char = staticmethod(_first_char)
+
+class SubstitutionParser:
+ REG_ID = '[0-9]+'
+ REG_NAME = '[a-zA-Z_]+'
+ REG_MOD = '[a-zA-Z]+'
+ REG_ESCAPE = '\\\\|\\(\\?|,|\\)'
+
+ REG_GROUP = '(?:(%s)|<(%s|%s)(?:,(%s))?>)' % (REG_ID, REG_ID, REG_NAME, REG_MOD)
+
+ def __init__(self, pattern, groups = {}, modifiers = {}):
+ self.pattern = pattern
+ self.groups = groups
+
+ self.modifiers = {'u': Modifiers.upper_first,
+ 'U': Modifiers.upper,
+ 'l': Modifiers.lower_first,
+ 'L': Modifiers.lower,
+ 't': Modifiers.title}
+
+ for k, v in modifiers.items():
+ self.modifiers[k] = v
+
+ def parse(self):
+ result, tokens = self._parse(self.pattern, None)
+
+ return result
+
+ def _parse(self, tokens, terminator):
+ result = ''
+
+ while tokens != '':
+ if self._peek(tokens) == '' or self._peek(tokens) == terminator:
+ tokens = self._remains(tokens)
+ break
+
+ try:
+ res, tokens = self._expr(tokens, terminator)
+ except ParseError:
+ res, tokens = self._text(tokens)
+
+ result += res
+
+ return result, tokens
+
+ def _peek(self, tokens, num = 0):
+ return (num < len(tokens) and tokens[num])
+
+ def _token(self, tokens):
+ if tokens == '':
+ return '', '';
+
+ return tokens[0], (len(tokens) > 1 and tokens[1:]) or ''
+
+ def _remains(self, tokens, num = 1):
+ return (num < len(tokens) and tokens[num:]) or ''
+
+ def _expr(self, tokens, terminator):
+ if tokens == '':
+ return ''
+
+ try:
+ return {'\\': self._escape,
+ '(': self._condition}[self._peek(tokens)](tokens, terminator)
+ except KeyError:
+ raise ParseError
+
+ def _text(self, tokens):
+ return self._token(tokens)
+
+ def _substitute(self, group, modifiers = ''):
+ result = (self.groups.has_key(group) and self.groups[group]) or ''
+
+ for modifier in modifiers:
+ if self.modifiers.has_key(modifier):
+ result = self.modifiers[modifier](result)
+
+ return result
+
+ def _match_group(self, tokens):
+ match = re.match('\\\\%s' % self.REG_GROUP, tokens)
+
+ if not match:
+ return None, tokens
+
+ return self._substitute(match.group(1) or match.group(2), match.group(3) or ''), tokens[match.end():]
+
+ def _escape(self, tokens, terminator):
+ # Try to match a group
+ result, tokens = self._match_group(tokens)
+
+ if result != None:
+ return result, tokens
+
+ s = self.REG_GROUP
+
+ if terminator:
+ s += '|%s' % re.escape(terminator)
+
+ match = re.match('\\\\(\\\\%s|%s)' % (s, self.REG_ESCAPE), tokens)
+
+ if not match:
+ raise ParseError
+
+ return match.group(1), tokens[match.end():]
+
+ def _condition_value(self, tokens):
+ match = re.match('\\\\?%s\s*' % self.REG_GROUP, tokens)
+
+ if not match:
+ return None, tokens
+
+ groups = match.groups()
+ name = groups[0] or groups[1]
+
+ return self.groups.has_key(name) and self.groups[name] != None, tokens[match.end():]
+
+ def _condition(self, tokens, terminator):
+ # Match ? after (
+ if self._peek(tokens, 1) != '?':
+ raise ParseError
+
+ # Remove initial (? token
+ tokens = self._remains(tokens, 2)
+ condition, tokens = self._condition_value(tokens)
+
+ if condition is None or self._peek(tokens) != ',':
+ raise ParseError
+
+ truepart, tokens = self._parse(self._remains(tokens), ',')
+
+ if truepart is None:
+ raise ParseError
+
+ falsepart, tokens = self._parse(tokens, ')')
+
+ if falsepart is None:
+ raise ParseError
+
+ if condition:
+ return truepart, tokens
+ else:
+ return falsepart, tokens
+
+ @staticmethod
+ def escape_substitution(substitution):
+ return re.sub('(%s|%s)' % (SubstitutionParser.REG_GROUP, SubstitutionParser.REG_ESCAPE), '\\\\\\1', substitution)
+
+# ex:ts=4:et:
diff --git a/plugins/snippets/snippets/windowactivatable.py b/plugins/snippets/snippets/windowactivatable.py
new file mode 100644
index 0000000..6729a69
--- /dev/null
+++ b/plugins/snippets/snippets/windowactivatable.py
@@ -0,0 +1,186 @@
+# Gedit snippets plugin
+# Copyright (C) 2005-2006 Jesse van den Kieboom <jesse@icecrew.nl>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from gi.repository import Gtk, Gedit, GObject
+from .snippet import Snippet
+from .library import Library
+from .shareddata import SharedData
+from .signals import Signals
+
+
+class Message(Gedit.Message):
+ view = GObject.Property(type=Gedit.View)
+ iter = GObject.Property(type=Gtk.TextIter)
+
+class Activate(Message):
+ trigger = GObject.Property(type=str)
+
+class ParseAndActivate(Message):
+ snippet = GObject.Property(type=str)
+
+class WindowActivatable(GObject.Object, Gedit.WindowActivatable, Signals):
+ __gtype_name__ = "GeditSnippetsWindowActivatable"
+
+ window = GObject.Property(type=Gedit.Window)
+
+ def __init__(self):
+ GObject.Object.__init__(self)
+ Signals.__init__(self)
+
+ self.current_language_accel_group = None
+
+ def do_activate(self):
+ self.register_messages()
+
+ library = Library()
+ library.add_accelerator_callback(self.accelerator_activated)
+
+ self.accel_group = Library().get_accel_group(None)
+
+ if self.accel_group:
+ self.window.add_accel_group(self.accel_group)
+
+ self.connect_signal(self.window,
+ 'active-tab-changed',
+ self.on_active_tab_changed)
+
+ self.do_update_state()
+
+ SharedData().register_window(self)
+
+ def do_deactivate(self):
+ if self.accel_group:
+ self.window.remove_accel_group(self.accel_group)
+
+ self.accel_group = None
+
+ self.unregister_messages()
+
+ library = Library()
+ library.remove_accelerator_callback(self.accelerator_activated)
+
+ self.disconnect_signals(self.window)
+
+ SharedData().unregister_window(self)
+
+ def do_update_state(self):
+ controller = SharedData().get_active_controller(self.window)
+
+ self.update_language(controller)
+
+ def register_messages(self):
+ bus = self.window.get_message_bus()
+
+ bus.register(Activate, '/plugins/snippets', 'activate')
+ bus.register(ParseAndActivate, '/plugins/snippets', 'parse-and-activate')
+
+ self.signal_ids = set()
+
+ sid = bus.connect('/plugins/snippets', 'activate', self.on_message_activate, None)
+ self.signal_ids.add(sid)
+
+ sid = bus.connect('/plugins/snippets', 'parse-and-activate', self.on_message_parse_and_activate, None)
+ self.signal_ids.add(sid)
+
+ def unregister_messages(self):
+ bus = self.window.get_message_bus()
+ for sid in self.signal_ids:
+ bus.disconnect(sid)
+ self.signal_ids = set()
+ bus.unregister_all('/plugins/snippets')
+
+ def on_message_activate(self, bus, message, userdata):
+ view = message.props.view
+
+ if not view:
+ view = self.window.get_active_view()
+
+ controller = SharedData().get_controller(view)
+
+ if not controller:
+ return
+
+ iter = message.props.iter
+
+ if not iter:
+ iter = view.get_buffer().get_iter_at_mark(view.get_buffer().get_insert())
+
+ controller.run_snippet_trigger(message.props.trigger, (iter, iter))
+
+ def on_message_parse_and_activate(self, bus, message, userdata):
+ view = message.props.view
+
+ if not view:
+ view = self.window.get_active_view()
+
+ controller = SharedData().get_controller(view)
+
+ if not controller:
+ return
+
+ iter = message.props.iter
+
+ if not iter:
+ iter = view.get_buffer().get_iter_at_mark(view.get_buffer().get_insert())
+
+ controller.parse_and_run_snippet(message.props.snippet, iter)
+
+ def find_snippet(self, snippets, tag):
+ result = []
+
+ for snippet in snippets:
+ if Snippet(snippet)['tag'] == tag:
+ result.append(snippet)
+
+ return result
+
+ def update_language(self, controller):
+ if not self.window:
+ return
+
+ if controller:
+ langid = controller.language_id
+ else:
+ langid = None
+
+ if langid != None:
+ accelgroup = Library().get_accel_group(langid)
+ else:
+ accelgroup = None
+
+ if accelgroup != self.current_language_accel_group:
+ if self.current_language_accel_group:
+ self.window.remove_accel_group(self.current_language_accel_group)
+
+ if accelgroup:
+ self.window.add_accel_group(accelgroup)
+
+ self.current_language_accel_group = accelgroup
+
+ def on_active_tab_changed(self, window, tab):
+ self.update_language(SharedData().get_controller(tab.get_view()))
+
+ def accelerator_activated(self, group, obj, keyval, mod):
+ if obj == self.window:
+ controller = SharedData().get_active_controller(self.window)
+
+ if controller:
+ return controller.accelerator_activate(keyval, mod)
+ else:
+ return False
+
+# ex:ts=4:et:
diff --git a/plugins/sort/gedit-sort-plugin.c b/plugins/sort/gedit-sort-plugin.c
new file mode 100644
index 0000000..41774fc
--- /dev/null
+++ b/plugins/sort/gedit-sort-plugin.c
@@ -0,0 +1,418 @@
+/*
+ * gedit-sort-plugin.c
+ *
+ * Original author: Carlo Borreo <borreo@softhome.net>
+ * Ported to Gedit2 by Lee Mallabone <gnome@fonicmonkey.net>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include "gedit-sort-plugin.h"
+
+#include <string.h>
+#include <glib/gi18n.h>
+
+#include <gedit/gedit-debug.h>
+#include <gedit/gedit-utils.h>
+#include <gedit/gedit-app.h>
+#include <gedit/gedit-window.h>
+#include <gedit/gedit-app-activatable.h>
+#include <gedit/gedit-window-activatable.h>
+
+static void gedit_app_activatable_iface_init (GeditAppActivatableInterface *iface);
+static void gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface);
+
+struct _GeditSortPluginPrivate
+{
+ GeditWindow *window;
+
+ GSimpleAction *action;
+ GtkWidget *dialog;
+ GtkWidget *col_num_spinbutton;
+ GtkWidget *reverse_order_checkbutton;
+ GtkWidget *case_checkbutton;
+ GtkWidget *remove_dups_checkbutton;
+
+ GeditApp *app;
+ GeditMenuExtension *menu_ext;
+
+ GtkTextIter start, end; /* selection */
+};
+
+enum
+{
+ PROP_0,
+ PROP_WINDOW,
+ PROP_APP
+};
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditSortPlugin,
+ gedit_sort_plugin,
+ PEAS_TYPE_EXTENSION_BASE,
+ 0,
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_APP_ACTIVATABLE,
+ gedit_app_activatable_iface_init)
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ gedit_window_activatable_iface_init)
+ G_ADD_PRIVATE_DYNAMIC (GeditSortPlugin))
+
+static void
+do_sort (GeditSortPlugin *plugin)
+{
+ GeditSortPluginPrivate *priv;
+ GeditDocument *doc;
+ GtkSourceSortFlags sort_flags = 0;
+ gint starting_column;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ doc = gedit_window_get_active_document (priv->window);
+ g_return_if_fail (doc != NULL);
+
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->case_checkbutton)))
+ {
+ sort_flags |= GTK_SOURCE_SORT_FLAGS_CASE_SENSITIVE;
+ }
+
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->reverse_order_checkbutton)))
+ {
+ sort_flags |= GTK_SOURCE_SORT_FLAGS_REVERSE_ORDER;
+ }
+
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->remove_dups_checkbutton)))
+ {
+ sort_flags |= GTK_SOURCE_SORT_FLAGS_REMOVE_DUPLICATES;
+ }
+
+ starting_column = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (priv->col_num_spinbutton)) - 1;
+
+ gtk_source_buffer_sort_lines (GTK_SOURCE_BUFFER (doc),
+ &priv->start,
+ &priv->end,
+ sort_flags,
+ starting_column);
+
+ gedit_debug_message (DEBUG_PLUGINS, "Done.");
+}
+
+static void
+sort_dialog_response_handler (GtkDialog *dlg,
+ gint response,
+ GeditSortPlugin *plugin)
+{
+ gedit_debug (DEBUG_PLUGINS);
+
+ if (response == GTK_RESPONSE_OK)
+ {
+ do_sort (plugin);
+ }
+
+ gtk_widget_destroy (GTK_WIDGET (dlg));
+}
+
+/* NOTE: we store the current selection in the dialog since focusing
+ * the text field (like the combo box) looses the documnent selection.
+ * Storing the selection ONLY works because the dialog is modal */
+static void
+get_current_selection (GeditSortPlugin *plugin)
+{
+ GeditSortPluginPrivate *priv;
+ GeditDocument *doc;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ doc = gedit_window_get_active_document (priv->window);
+
+ if (!gtk_text_buffer_get_selection_bounds (GTK_TEXT_BUFFER (doc),
+ &priv->start,
+ &priv->end))
+ {
+ /* No selection, get the whole document. */
+ gtk_text_buffer_get_bounds (GTK_TEXT_BUFFER (doc),
+ &priv->start,
+ &priv->end);
+ }
+}
+
+static void
+create_sort_dialog (GeditSortPlugin *plugin)
+{
+ GeditSortPluginPrivate *priv;
+ GtkBuilder *builder;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ builder = gtk_builder_new ();
+ gtk_builder_add_from_resource (builder, "/org/gnome/gedit/plugins/sort/ui/gedit-sort-plugin.ui", NULL);
+ priv->dialog = GTK_WIDGET (gtk_builder_get_object (builder, "sort_dialog"));
+ priv->reverse_order_checkbutton = GTK_WIDGET (gtk_builder_get_object (builder, "reverse_order_checkbutton"));
+ priv->col_num_spinbutton = GTK_WIDGET (gtk_builder_get_object (builder, "col_num_spinbutton"));
+ priv->case_checkbutton = GTK_WIDGET (gtk_builder_get_object (builder, "case_checkbutton"));
+ priv->remove_dups_checkbutton = GTK_WIDGET (gtk_builder_get_object (builder, "remove_dups_checkbutton"));
+ g_object_unref (builder);
+
+ gtk_dialog_set_default_response (GTK_DIALOG (priv->dialog),
+ GTK_RESPONSE_OK);
+
+ g_signal_connect (priv->dialog,
+ "destroy",
+ G_CALLBACK (gtk_widget_destroyed),
+ &priv->dialog);
+
+ g_signal_connect (priv->dialog,
+ "response",
+ G_CALLBACK (sort_dialog_response_handler),
+ plugin);
+
+ get_current_selection (plugin);
+}
+
+static void
+sort_cb (GAction *action,
+ GVariant *parameter,
+ GeditSortPlugin *plugin)
+{
+ GeditSortPluginPrivate *priv;
+ GtkWindowGroup *wg;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ create_sort_dialog (plugin);
+
+ wg = gedit_window_get_group (priv->window);
+ gtk_window_group_add_window (wg,
+ GTK_WINDOW (priv->dialog));
+
+ gtk_window_set_transient_for (GTK_WINDOW (priv->dialog),
+ GTK_WINDOW (priv->window));
+
+ gtk_window_set_modal (GTK_WINDOW (priv->dialog),
+ TRUE);
+
+ gtk_widget_show (GTK_WIDGET (priv->dialog));
+}
+
+static void
+update_ui (GeditSortPlugin *plugin)
+{
+ GeditView *view;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ view = gedit_window_get_active_view (plugin->priv->window);
+
+ g_simple_action_set_enabled (plugin->priv->action,
+ (view != NULL) &&
+ gtk_text_view_get_editable (GTK_TEXT_VIEW (view)));
+}
+
+static void
+gedit_sort_plugin_app_activate (GeditAppActivatable *activatable)
+{
+ GeditSortPluginPrivate *priv;
+ GMenuItem *item;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_SORT_PLUGIN (activatable)->priv;
+
+ priv->menu_ext = gedit_app_activatable_extend_menu (activatable, "tools-section");
+ item = g_menu_item_new (_("S_ort…"), "win.sort");
+ gedit_menu_extension_append_menu_item (priv->menu_ext, item);
+ g_object_unref (item);
+}
+
+static void
+gedit_sort_plugin_app_deactivate (GeditAppActivatable *activatable)
+{
+ GeditSortPluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_SORT_PLUGIN (activatable)->priv;
+
+ g_clear_object (&priv->menu_ext);
+}
+
+static void
+gedit_sort_plugin_window_activate (GeditWindowActivatable *activatable)
+{
+ GeditSortPluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_SORT_PLUGIN (activatable)->priv;
+
+ priv->action = g_simple_action_new ("sort", NULL);
+ g_signal_connect (priv->action, "activate",
+ G_CALLBACK (sort_cb), activatable);
+ g_action_map_add_action (G_ACTION_MAP (priv->window),
+ G_ACTION (priv->action));
+
+ update_ui (GEDIT_SORT_PLUGIN (activatable));
+}
+
+static void
+gedit_sort_plugin_window_deactivate (GeditWindowActivatable *activatable)
+{
+ GeditSortPluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_SORT_PLUGIN (activatable)->priv;
+ g_action_map_remove_action (G_ACTION_MAP (priv->window), "sort");
+}
+
+static void
+gedit_sort_plugin_window_update_state (GeditWindowActivatable *activatable)
+{
+ gedit_debug (DEBUG_PLUGINS);
+
+ update_ui (GEDIT_SORT_PLUGIN (activatable));
+}
+
+static void
+gedit_sort_plugin_init (GeditSortPlugin *plugin)
+{
+ gedit_debug_message (DEBUG_PLUGINS, "GeditSortPlugin initializing");
+
+ plugin->priv = gedit_sort_plugin_get_instance_private (plugin);
+}
+
+static void
+gedit_sort_plugin_dispose (GObject *object)
+{
+ GeditSortPlugin *plugin = GEDIT_SORT_PLUGIN (object);
+
+ gedit_debug_message (DEBUG_PLUGINS, "GeditSortPlugin disposing");
+
+ g_clear_object (&plugin->priv->action);
+ g_clear_object (&plugin->priv->window);
+ g_clear_object (&plugin->priv->menu_ext);
+ g_clear_object (&plugin->priv->app);
+
+ G_OBJECT_CLASS (gedit_sort_plugin_parent_class)->dispose (object);
+}
+
+
+static void
+gedit_sort_plugin_finalize (GObject *object)
+{
+ gedit_debug_message (DEBUG_PLUGINS, "GeditSortPlugin finalizing");
+
+ G_OBJECT_CLASS (gedit_sort_plugin_parent_class)->finalize (object);
+}
+
+static void
+gedit_sort_plugin_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditSortPlugin *plugin = GEDIT_SORT_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ plugin->priv->window = GEDIT_WINDOW (g_value_dup_object (value));
+ break;
+ case PROP_APP:
+ plugin->priv->app = GEDIT_APP (g_value_dup_object (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_sort_plugin_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditSortPlugin *plugin = GEDIT_SORT_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ g_value_set_object (value, plugin->priv->window);
+ break;
+ case PROP_APP:
+ g_value_set_object (value, plugin->priv->app);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_sort_plugin_class_init (GeditSortPluginClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_sort_plugin_dispose;
+ object_class->finalize = gedit_sort_plugin_finalize;
+ object_class->set_property = gedit_sort_plugin_set_property;
+ object_class->get_property = gedit_sort_plugin_get_property;
+
+ g_object_class_override_property (object_class, PROP_WINDOW, "window");
+ g_object_class_override_property (object_class, PROP_APP, "app");
+}
+
+static void
+gedit_sort_plugin_class_finalize (GeditSortPluginClass *klass)
+{
+}
+
+static void
+gedit_app_activatable_iface_init (GeditAppActivatableInterface *iface)
+{
+ iface->activate = gedit_sort_plugin_app_activate;
+ iface->deactivate = gedit_sort_plugin_app_deactivate;
+}
+
+static void
+gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface)
+{
+ iface->activate = gedit_sort_plugin_window_activate;
+ iface->deactivate = gedit_sort_plugin_window_deactivate;
+ iface->update_state = gedit_sort_plugin_window_update_state;
+}
+
+G_MODULE_EXPORT void
+peas_register_types (PeasObjectModule *module)
+{
+ gedit_sort_plugin_register_type (G_TYPE_MODULE (module));
+
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_APP_ACTIVATABLE,
+ GEDIT_TYPE_SORT_PLUGIN);
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ GEDIT_TYPE_SORT_PLUGIN);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/sort/gedit-sort-plugin.h b/plugins/sort/gedit-sort-plugin.h
new file mode 100644
index 0000000..e8739e0
--- /dev/null
+++ b/plugins/sort/gedit-sort-plugin.h
@@ -0,0 +1,59 @@
+/*
+ * gedit-sort-plugin.h
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_SORT_PLUGIN_H
+#define GEDIT_SORT_PLUGIN_H
+
+#include <glib.h>
+#include <glib-object.h>
+#include <libpeas/peas-extension-base.h>
+#include <libpeas/peas-object-module.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_SORT_PLUGIN (gedit_sort_plugin_get_type ())
+#define GEDIT_SORT_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GEDIT_TYPE_SORT_PLUGIN, GeditSortPlugin))
+#define GEDIT_SORT_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GEDIT_TYPE_SORT_PLUGIN, GeditSortPluginClass))
+#define GEDIT_IS_SORT_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GEDIT_TYPE_SORT_PLUGIN))
+#define GEDIT_IS_SORT_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GEDIT_TYPE_SORT_PLUGIN))
+#define GEDIT_SORT_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GEDIT_TYPE_SORT_PLUGIN, GeditSortPluginClass))
+
+typedef struct _GeditSortPlugin GeditSortPlugin;
+typedef struct _GeditSortPluginPrivate GeditSortPluginPrivate;
+typedef struct _GeditSortPluginClass GeditSortPluginClass;
+
+struct _GeditSortPlugin
+{
+ PeasExtensionBase parent;
+
+ /*< private >*/
+ GeditSortPluginPrivate *priv;
+};
+
+struct _GeditSortPluginClass
+{
+ PeasExtensionBaseClass parent_class;
+};
+
+GType gedit_sort_plugin_get_type (void) G_GNUC_CONST;
+
+G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
+
+G_END_DECLS
+
+#endif /* GEDIT_SORT_PLUGIN_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/sort/meson.build b/plugins/sort/meson.build
new file mode 100644
index 0000000..7f91440
--- /dev/null
+++ b/plugins/sort/meson.build
@@ -0,0 +1,34 @@
+libsort_sources = files(
+ 'gedit-sort-plugin.c',
+)
+
+libsort_deps = [
+ libgedit_dep,
+]
+
+subdir('resources')
+
+libsort_sha = shared_module(
+ 'sort',
+ sources: libsort_sources,
+ include_directories: root_include_dir,
+ dependencies: libsort_deps,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ ),
+ name_suffix: module_suffix,
+)
+
+custom_target(
+ 'sort.plugin',
+ input: 'sort.plugin.desktop.in',
+ output: 'sort.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
diff --git a/plugins/sort/resources/gedit-sort.gresource.xml b/plugins/sort/resources/gedit-sort.gresource.xml
new file mode 100644
index 0000000..3855c8f
--- /dev/null
+++ b/plugins/sort/resources/gedit-sort.gresource.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+ <gresource prefix="/org/gnome/gedit/plugins/sort">
+ <file preprocess="xml-stripblanks">ui/gedit-sort-plugin.ui</file>
+ </gresource>
+</gresources>
diff --git a/plugins/sort/resources/meson.build b/plugins/sort/resources/meson.build
new file mode 100644
index 0000000..7178761
--- /dev/null
+++ b/plugins/sort/resources/meson.build
@@ -0,0 +1,8 @@
+libsort_res = gnome.compile_resources(
+ 'gedit-sort-resources',
+ 'gedit-sort.gresource.xml',
+)
+
+libsort_sources += [
+ libsort_res.get(0),
+]
diff --git a/plugins/sort/resources/ui/gedit-sort-plugin.ui b/plugins/sort/resources/ui/gedit-sort-plugin.ui
new file mode 100644
index 0000000..95a0e17
--- /dev/null
+++ b/plugins/sort/resources/ui/gedit-sort-plugin.ui
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 2.12 -->
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="lower">1</property>
+ <property name="upper">100</property>
+ <property name="value">1</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
+ <object class="GtkDialog" id="sort_dialog">
+ <property name="can_focus">False</property>
+ <property name="title" translatable="yes">Sort</property>
+ <property name="resizable">False</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="type_hint">dialog</property>
+ <property name="use-header-bar">1</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkBox" id="vbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">10</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">18</property>
+ <child>
+ <object class="GtkBox" id="vbox5">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkCheckButton" id="reverse_order_checkbutton">
+ <property name="label" translatable="yes">_Reverse order</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="remove_dups_checkbutton">
+ <property name="label" translatable="yes">R_emove duplicates</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="case_checkbutton">
+ <property name="label" translatable="yes">C_ase sensitive</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="hbox13">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label18">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">S_tart at column:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">col_num_spinbutton</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSpinButton" id="col_num_spinbutton">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="adjustment">adjustment1</property>
+ <property name="climb_rate">1</property>
+ <property name="numeric">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child type="action">
+ <object class="GtkButton" id="cancel">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Cancel</property>
+ <property name="use_underline">True</property>
+ </object>
+ </child>
+ <child type="action">
+ <object class="GtkButton" id="sort">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Sort</property>
+ <property name="can-default">True</property>
+ <property name="use_underline">True</property>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="-6">cancel</action-widget>
+ <action-widget response="-5">sort</action-widget>
+ </action-widgets>
+ </object>
+</interface>
diff --git a/plugins/sort/sort.plugin.desktop.in b/plugins/sort/sort.plugin.desktop.in
new file mode 100644
index 0000000..f2e2c78
--- /dev/null
+++ b/plugins/sort/sort.plugin.desktop.in
@@ -0,0 +1,11 @@
+[Plugin]
+Module=sort
+IAge=3
+Name=Sort
+Description=Sorts a document or selected text.
+# TRANSLATORS: Do NOT translate or transliterate this text!
+# This is an icon file name.
+Icon=view-sort-ascending
+Authors=Carlo Borreo <borreo@softhome.net>;Lee Mallabone <gnome@fonicmonkey.net>;Paolo Maggi <paolo.maggi@polito.it>;Jorge Alberto Torres H. <jorge@deadoak.com>
+Copyright=Copyright © 2001 Carlo Borreo;Copyright © 2002-2003 Lee Mallabone, Paolo Maggi;Copyright © 2004-2005 Paolo Maggi
+Website=http://www.gedit.org
diff --git a/plugins/spell/gedit-spell-app-activatable.c b/plugins/spell/gedit-spell-app-activatable.c
new file mode 100644
index 0000000..c08b0cd
--- /dev/null
+++ b/plugins/spell/gedit-spell-app-activatable.c
@@ -0,0 +1,184 @@
+/*
+ * gedit-spell-app-activatable.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-spell-app-activatable.h"
+#include <glib/gi18n.h>
+#include <libpeas/peas-object-module.h>
+#include <gedit/gedit-app-activatable.h>
+#include <gedit/gedit-app.h>
+
+typedef struct _GeditSpellAppActivatablePrivate GeditSpellAppActivatablePrivate;
+
+struct _GeditSpellAppActivatable
+{
+ GObject parent;
+};
+
+struct _GeditSpellAppActivatablePrivate
+{
+ GeditApp *app;
+ GeditMenuExtension *menu_ext;
+};
+
+enum
+{
+ PROP_0,
+ PROP_APP
+};
+
+static void gedit_app_activatable_iface_init (GeditAppActivatableInterface *iface);
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditSpellAppActivatable,
+ gedit_spell_app_activatable,
+ G_TYPE_OBJECT,
+ 0,
+ G_ADD_PRIVATE_DYNAMIC (GeditSpellAppActivatable)
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_APP_ACTIVATABLE,
+ gedit_app_activatable_iface_init))
+
+static void
+gedit_spell_app_activatable_dispose (GObject *object)
+{
+ GeditSpellAppActivatable *activatable = GEDIT_SPELL_APP_ACTIVATABLE (object);
+ GeditSpellAppActivatablePrivate *priv = gedit_spell_app_activatable_get_instance_private (activatable);
+
+ g_clear_object (&priv->app);
+ g_clear_object (&priv->menu_ext);
+
+ G_OBJECT_CLASS (gedit_spell_app_activatable_parent_class)->dispose (object);
+}
+
+static void
+gedit_spell_app_activatable_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditSpellAppActivatable *activatable = GEDIT_SPELL_APP_ACTIVATABLE (object);
+ GeditSpellAppActivatablePrivate *priv = gedit_spell_app_activatable_get_instance_private (activatable);
+
+ switch (prop_id)
+ {
+ case PROP_APP:
+ priv->app = GEDIT_APP (g_value_dup_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_spell_app_activatable_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditSpellAppActivatable *activatable = GEDIT_SPELL_APP_ACTIVATABLE (object);
+ GeditSpellAppActivatablePrivate *priv = gedit_spell_app_activatable_get_instance_private (activatable);
+
+ switch (prop_id)
+ {
+ case PROP_APP:
+ g_value_set_object (value, priv->app);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_spell_app_activatable_class_init (GeditSpellAppActivatableClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_spell_app_activatable_dispose;
+ object_class->set_property = gedit_spell_app_activatable_set_property;
+ object_class->get_property = gedit_spell_app_activatable_get_property;
+
+ g_object_class_override_property (object_class, PROP_APP, "app");
+}
+
+static void
+gedit_spell_app_activatable_class_finalize (GeditSpellAppActivatableClass *klass)
+{
+}
+
+static void
+gedit_spell_app_activatable_init (GeditSpellAppActivatable *self)
+{
+}
+
+static void
+gedit_spell_app_activatable_activate (GeditAppActivatable *activatable)
+{
+ GeditSpellAppActivatable *app_activatable = GEDIT_SPELL_APP_ACTIVATABLE (activatable);
+ GeditSpellAppActivatablePrivate *priv = gedit_spell_app_activatable_get_instance_private (app_activatable);
+ GMenuItem *item;
+
+ const gchar *accels[] = { "<Shift>F7", NULL };
+ gtk_application_set_accels_for_action (GTK_APPLICATION (priv->app),"win.check-spell", accels);
+ priv->menu_ext = gedit_app_activatable_extend_menu (activatable, "spell-section");
+
+ item = g_menu_item_new (_("_Check Spelling…"), "win.check-spell");
+ gedit_menu_extension_append_menu_item (priv->menu_ext, item);
+ g_object_unref (item);
+
+ item = g_menu_item_new (_("Set _Language…"), "win.config-spell");
+ gedit_menu_extension_append_menu_item (priv->menu_ext, item);
+ g_object_unref (item);
+
+ item = g_menu_item_new (_("_Highlight Misspelled Words"), "win.inline-spell-checker");
+ gedit_menu_extension_append_menu_item (priv->menu_ext, item);
+ g_object_unref (item);
+}
+
+static void
+gedit_spell_app_activatable_deactivate (GeditAppActivatable *activatable)
+{
+ GeditSpellAppActivatable *app_activatable = GEDIT_SPELL_APP_ACTIVATABLE (activatable);
+ GeditSpellAppActivatablePrivate *priv = gedit_spell_app_activatable_get_instance_private (app_activatable);
+
+ const gchar *accels[] = { NULL };
+ gtk_application_set_accels_for_action (GTK_APPLICATION (priv->app),"win.check-spell", accels);
+ g_clear_object (&priv->menu_ext);
+}
+
+static void
+gedit_app_activatable_iface_init (GeditAppActivatableInterface *iface)
+{
+ iface->activate = gedit_spell_app_activatable_activate;
+ iface->deactivate = gedit_spell_app_activatable_deactivate;
+}
+
+void
+gedit_spell_app_activatable_register (GTypeModule *module)
+{
+ gedit_spell_app_activatable_register_type (module);
+
+ peas_object_module_register_extension_type (PEAS_OBJECT_MODULE (module),
+ GEDIT_TYPE_APP_ACTIVATABLE,
+ GEDIT_TYPE_SPELL_APP_ACTIVATABLE);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-app-activatable.h b/plugins/spell/gedit-spell-app-activatable.h
new file mode 100644
index 0000000..aebb5ca
--- /dev/null
+++ b/plugins/spell/gedit-spell-app-activatable.h
@@ -0,0 +1,38 @@
+/*
+ * gedit-spell-app-activatable.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
+ *
+ * gedit is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * gedit is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with gedit. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
+#ifndef GEDIT_SPELL_APP_ACTIVATABLE_H
+#define GEDIT_SPELL_APP_ACTIVATABLE_H
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_SPELL_APP_ACTIVATABLE (gedit_spell_app_activatable_get_type ())
+G_DECLARE_FINAL_TYPE (GeditSpellAppActivatable, gedit_spell_app_activatable,
+ GEDIT, SPELL_APP_ACTIVATABLE,
+ GObject)
+
+void gedit_spell_app_activatable_register (GTypeModule *module);
+
+G_END_DECLS
+
+#endif /* GEDIT_SPELL_APP_ACTIVATABLE_H */
diff --git a/plugins/spell/gedit-spell-plugin.c b/plugins/spell/gedit-spell-plugin.c
new file mode 100644
index 0000000..6116778
--- /dev/null
+++ b/plugins/spell/gedit-spell-plugin.c
@@ -0,0 +1,810 @@
+/*
+ * gedit-spell-plugin.c
+ *
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2015-2016 Sébastien Wilmet
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "gedit-spell-plugin.h"
+
+#include <glib/gi18n.h>
+#include <gedit/gedit-debug.h>
+#include <gedit/gedit-app.h>
+#include <gedit/gedit-window.h>
+#include <gedit/gedit-window-activatable.h>
+#include <gspell/gspell.h>
+#include <libpeas-gtk/peas-gtk-configurable.h>
+
+#include "gedit-spell-app-activatable.h"
+
+#define GEDIT_METADATA_ATTRIBUTE_SPELL_LANGUAGE "gedit-spell-language"
+#define GEDIT_METADATA_ATTRIBUTE_SPELL_ENABLED "gedit-spell-enabled"
+
+#define SPELL_ENABLED_STR "1"
+#define SPELL_BASE_SETTINGS "org.gnome.gedit.plugins.spell"
+#define SETTINGS_KEY_HIGHLIGHT_MISSPELLED "highlight-misspelled"
+
+static void gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface);
+static void peas_gtk_configurable_iface_init (PeasGtkConfigurableInterface *iface);
+
+struct _GeditSpellPluginPrivate
+{
+ GeditWindow *window;
+ GSettings *settings;
+};
+
+enum
+{
+ PROP_0,
+ PROP_WINDOW
+};
+
+typedef struct _SpellConfigureWidget SpellConfigureWidget;
+
+struct _SpellConfigureWidget
+{
+ GtkWidget *content;
+ GtkWidget *highlight_button;
+
+ GSettings *settings;
+};
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditSpellPlugin,
+ gedit_spell_plugin,
+ PEAS_TYPE_EXTENSION_BASE,
+ 0,
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ gedit_window_activatable_iface_init)
+ G_IMPLEMENT_INTERFACE_DYNAMIC (PEAS_GTK_TYPE_CONFIGURABLE,
+ peas_gtk_configurable_iface_init)
+ G_ADD_PRIVATE_DYNAMIC (GeditSpellPlugin))
+
+static void
+gedit_spell_plugin_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditSpellPlugin *plugin = GEDIT_SPELL_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ plugin->priv->window = GEDIT_WINDOW (g_value_dup_object (value));
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_spell_plugin_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditSpellPlugin *plugin = GEDIT_SPELL_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ g_value_set_object (value, plugin->priv->window);
+ break;
+
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_spell_plugin_dispose (GObject *object)
+{
+ GeditSpellPlugin *plugin = GEDIT_SPELL_PLUGIN (object);
+
+ gedit_debug_message (DEBUG_PLUGINS, "GeditSpellPlugin disposing");
+
+ g_clear_object (&plugin->priv->window);
+ g_clear_object (&plugin->priv->settings);
+
+ G_OBJECT_CLASS (gedit_spell_plugin_parent_class)->dispose (object);
+}
+
+static void
+gedit_spell_plugin_class_init (GeditSpellPluginClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->set_property = gedit_spell_plugin_set_property;
+ object_class->get_property = gedit_spell_plugin_get_property;
+ object_class->dispose = gedit_spell_plugin_dispose;
+
+ g_object_class_override_property (object_class, PROP_WINDOW, "window");
+}
+
+static void
+gedit_spell_plugin_class_finalize (GeditSpellPluginClass *klass)
+{
+}
+
+static void
+gedit_spell_plugin_init (GeditSpellPlugin *plugin)
+{
+ gedit_debug_message (DEBUG_PLUGINS, "GeditSpellPlugin initializing");
+
+ plugin->priv = gedit_spell_plugin_get_instance_private (plugin);
+ plugin->priv->settings = g_settings_new (SPELL_BASE_SETTINGS);
+}
+
+static GspellChecker *
+get_spell_checker (GeditDocument *doc)
+{
+ GspellTextBuffer *gspell_buffer;
+
+ gspell_buffer = gspell_text_buffer_get_from_gtk_text_buffer (GTK_TEXT_BUFFER (doc));
+ return gspell_text_buffer_get_spell_checker (gspell_buffer);
+}
+
+static const GspellLanguage *
+get_language_from_metadata (GeditDocument *doc)
+{
+ const GspellLanguage *lang = NULL;
+ gchar *language_code = NULL;
+
+ language_code = gedit_document_get_metadata (doc, GEDIT_METADATA_ATTRIBUTE_SPELL_LANGUAGE);
+
+ if (language_code != NULL)
+ {
+ lang = gspell_language_lookup (language_code);
+ g_free (language_code);
+ }
+
+ return lang;
+}
+
+static void
+check_spell_cb (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer data)
+{
+ GeditSpellPlugin *plugin = GEDIT_SPELL_PLUGIN (data);
+ GeditSpellPluginPrivate *priv;
+ GeditView *view;
+ GspellNavigator *navigator;
+ GtkWidget *dialog;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ view = gedit_window_get_active_view (priv->window);
+ g_return_if_fail (view != NULL);
+
+ navigator = gspell_navigator_text_view_new (GTK_TEXT_VIEW (view));
+ dialog = gspell_checker_dialog_new (GTK_WINDOW (priv->window), navigator);
+
+ gtk_widget_show (dialog);
+}
+
+static void
+language_dialog_response_cb (GtkDialog *dialog,
+ gint response_id,
+ gpointer user_data)
+{
+ if (response_id == GTK_RESPONSE_HELP)
+ {
+ gedit_app_show_help (GEDIT_APP (g_application_get_default ()),
+ GTK_WINDOW (dialog),
+ NULL,
+ "gedit-spellcheck");
+ return;
+ }
+
+ gtk_widget_destroy (GTK_WIDGET (dialog));
+}
+
+static void
+set_language_cb (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer data)
+{
+ GeditSpellPlugin *plugin = GEDIT_SPELL_PLUGIN (data);
+ GeditSpellPluginPrivate *priv;
+ GeditDocument *doc;
+ GspellChecker *checker;
+ const GspellLanguage *lang;
+ GtkWidget *dialog;
+ GtkWindowGroup *window_group;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ doc = gedit_window_get_active_document (priv->window);
+ g_return_if_fail (doc != NULL);
+
+ checker = get_spell_checker (doc);
+ g_return_if_fail (checker != NULL);
+
+ lang = gspell_checker_get_language (checker);
+
+ dialog = gspell_language_chooser_dialog_new (GTK_WINDOW (priv->window),
+ lang,
+ GTK_DIALOG_MODAL |
+ GTK_DIALOG_DESTROY_WITH_PARENT);
+
+ g_object_bind_property (dialog, "language",
+ checker, "language",
+ G_BINDING_DEFAULT);
+
+ window_group = gedit_window_get_group (priv->window);
+
+ gtk_window_group_add_window (window_group, GTK_WINDOW (dialog));
+
+ gtk_dialog_add_button (GTK_DIALOG (dialog),
+ _("_Help"),
+ GTK_RESPONSE_HELP);
+
+ g_signal_connect (dialog,
+ "response",
+ G_CALLBACK (language_dialog_response_cb),
+ NULL);
+
+ gtk_widget_show (dialog);
+}
+
+static void
+inline_checker_activate_cb (GSimpleAction *action,
+ GVariant *parameter,
+ gpointer data)
+{
+ GeditSpellPlugin *plugin = GEDIT_SPELL_PLUGIN (data);
+ GeditSpellPluginPrivate *priv = plugin->priv;
+ GVariant *state;
+ gboolean active;
+ GeditView *view;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ state = g_action_get_state (G_ACTION (action));
+ g_return_if_fail (state != NULL);
+
+ active = g_variant_get_boolean (state);
+ g_variant_unref (state);
+
+ /* We must toggle ourself the value. */
+ active = !active;
+ g_action_change_state (G_ACTION (action), g_variant_new_boolean (active));
+
+ view = gedit_window_get_active_view (priv->window);
+ if (view != NULL)
+ {
+ GeditDocument *doc;
+
+ doc = GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)));
+
+ /* Set metadata in the "activate" handler, not in "change-state"
+ * because "change-state" is called every time the state
+ * changes, not specifically when the user has changed the state
+ * herself. For example "change-state" is called to initialize
+ * the sate to the default value specified in the GActionEntry.
+ */
+ gedit_document_set_metadata (doc,
+ GEDIT_METADATA_ATTRIBUTE_SPELL_ENABLED,
+ active ? SPELL_ENABLED_STR : NULL,
+ NULL);
+ }
+}
+
+static void
+inline_checker_change_state_cb (GSimpleAction *action,
+ GVariant *state,
+ gpointer data)
+{
+ GeditSpellPlugin *plugin = GEDIT_SPELL_PLUGIN (data);
+ GeditSpellPluginPrivate *priv = plugin->priv;
+ GeditView *view;
+ gboolean active;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ active = g_variant_get_boolean (state);
+
+ gedit_debug_message (DEBUG_PLUGINS, active ? "Inline Checker activated" : "Inline Checker deactivated");
+
+ view = gedit_window_get_active_view (priv->window);
+ if (view != NULL)
+ {
+ GspellTextView *gspell_view;
+
+ gspell_view = gspell_text_view_get_from_gtk_text_view (GTK_TEXT_VIEW (view));
+ gspell_text_view_set_inline_spell_checking (gspell_view, active);
+
+ g_simple_action_set_state (action, g_variant_new_boolean (active));
+ }
+}
+
+static void
+update_ui (GeditSpellPlugin *plugin)
+{
+ GeditSpellPluginPrivate *priv;
+ GeditTab *tab;
+ GeditView *view = NULL;
+ gboolean editable_view;
+ GAction *check_spell_action;
+ GAction *config_spell_action;
+ GAction *inline_checker_action;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ tab = gedit_window_get_active_tab (priv->window);
+ if (tab != NULL)
+ {
+ view = gedit_tab_get_view (tab);
+ }
+
+ editable_view = (view != NULL) && gtk_text_view_get_editable (GTK_TEXT_VIEW (view));
+
+ check_spell_action = g_action_map_lookup_action (G_ACTION_MAP (priv->window),
+ "check-spell");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (check_spell_action),
+ editable_view);
+
+ config_spell_action = g_action_map_lookup_action (G_ACTION_MAP (priv->window),
+ "config-spell");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (config_spell_action),
+ editable_view);
+
+ inline_checker_action = g_action_map_lookup_action (G_ACTION_MAP (priv->window),
+ "inline-spell-checker");
+ g_simple_action_set_enabled (G_SIMPLE_ACTION (inline_checker_action),
+ editable_view);
+
+ /* Update only on normal state to avoid garbage changes during e.g. file
+ * loading.
+ */
+ if (tab != NULL &&
+ gedit_tab_get_state (tab) == GEDIT_TAB_STATE_NORMAL)
+ {
+ GspellTextView *gspell_view;
+ gboolean inline_checking_enabled;
+
+ gspell_view = gspell_text_view_get_from_gtk_text_view (GTK_TEXT_VIEW (view));
+ inline_checking_enabled = gspell_text_view_get_inline_spell_checking (gspell_view);
+
+ g_action_change_state (inline_checker_action,
+ g_variant_new_boolean (inline_checking_enabled));
+ }
+}
+
+static void
+setup_inline_checker_from_metadata (GeditSpellPlugin *plugin,
+ GeditView *view)
+{
+ GeditDocument *doc;
+ gboolean enabled;
+ gchar *enabled_str;
+ GspellTextView *gspell_view;
+ GeditView *active_view;
+
+ doc = GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)));
+
+ enabled = g_settings_get_boolean(plugin->priv->settings, SETTINGS_KEY_HIGHLIGHT_MISSPELLED);
+ enabled_str = gedit_document_get_metadata (doc, GEDIT_METADATA_ATTRIBUTE_SPELL_ENABLED);
+ if (enabled_str != NULL)
+ {
+ enabled = g_str_equal (enabled_str, SPELL_ENABLED_STR);
+ g_free (enabled_str);
+ }
+
+ gspell_view = gspell_text_view_get_from_gtk_text_view (GTK_TEXT_VIEW (view));
+ gspell_text_view_set_inline_spell_checking (gspell_view, enabled);
+
+ /* In case that the view is the active one we mark the spell action */
+ active_view = gedit_window_get_active_view (plugin->priv->window);
+
+ if (active_view == view)
+ {
+ GAction *action;
+
+ action = g_action_map_lookup_action (G_ACTION_MAP (plugin->priv->window),
+ "inline-spell-checker");
+ g_action_change_state (action, g_variant_new_boolean (enabled));
+ }
+}
+
+static void
+language_notify_cb (GspellChecker *checker,
+ GParamSpec *pspec,
+ GeditDocument *doc)
+{
+ const GspellLanguage *lang;
+ const gchar *language_code;
+
+ g_return_if_fail (GEDIT_IS_DOCUMENT (doc));
+
+ lang = gspell_checker_get_language (checker);
+ g_return_if_fail (lang != NULL);
+
+ language_code = gspell_language_get_code (lang);
+ g_return_if_fail (language_code != NULL);
+
+ gedit_document_set_metadata (doc,
+ GEDIT_METADATA_ATTRIBUTE_SPELL_LANGUAGE, language_code,
+ NULL);
+}
+
+static void
+on_document_loaded (GeditDocument *doc,
+ GeditSpellPlugin *plugin)
+{
+ GspellChecker *checker;
+ GeditTab *tab;
+ GeditView *view;
+
+ checker = get_spell_checker (doc);
+
+ if (checker != NULL)
+ {
+ const GspellLanguage *lang;
+
+ lang = get_language_from_metadata (doc);
+
+ if (lang != NULL)
+ {
+ g_signal_handlers_block_by_func (checker, language_notify_cb, doc);
+ gspell_checker_set_language (checker, lang);
+ g_signal_handlers_unblock_by_func (checker, language_notify_cb, doc);
+ }
+ }
+
+ tab = gedit_tab_get_from_document (doc);
+ view = gedit_tab_get_view (tab);
+ setup_inline_checker_from_metadata (plugin, view);
+}
+
+static void
+on_document_saved (GeditDocument *doc,
+ gpointer user_data)
+{
+ GeditTab *tab;
+ GeditView *view;
+ GspellChecker *checker;
+ const gchar *language_code = NULL;
+ GspellTextView *gspell_view;
+ gboolean inline_checking_enabled;
+
+ /* Make sure to save the metadata here too */
+
+ checker = get_spell_checker (doc);
+
+ if (checker != NULL)
+ {
+ const GspellLanguage *lang;
+
+ lang = gspell_checker_get_language (checker);
+ if (lang != NULL)
+ {
+ language_code = gspell_language_get_code (lang);
+ }
+ }
+
+ tab = gedit_tab_get_from_document (doc);
+ view = gedit_tab_get_view (tab);
+
+ gspell_view = gspell_text_view_get_from_gtk_text_view (GTK_TEXT_VIEW (view));
+ inline_checking_enabled = gspell_text_view_get_inline_spell_checking (gspell_view);
+
+ gedit_document_set_metadata (doc,
+ GEDIT_METADATA_ATTRIBUTE_SPELL_ENABLED,
+ inline_checking_enabled ? SPELL_ENABLED_STR : NULL,
+ GEDIT_METADATA_ATTRIBUTE_SPELL_LANGUAGE,
+ language_code,
+ NULL);
+}
+
+static void
+activate_spell_checking_in_view (GeditSpellPlugin *plugin,
+ GeditView *view)
+{
+ GeditDocument *doc;
+
+ doc = GEDIT_DOCUMENT (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)));
+
+ /* It is possible that a GspellChecker has already been set, for example
+ * if a GeditTab has moved to another window.
+ */
+ if (get_spell_checker (doc) == NULL)
+ {
+ const GspellLanguage *lang;
+ GspellChecker *checker;
+ GspellTextBuffer *gspell_buffer;
+
+ lang = get_language_from_metadata (doc);
+ checker = gspell_checker_new (lang);
+
+ g_signal_connect_object (checker,
+ "notify::language",
+ G_CALLBACK (language_notify_cb),
+ doc,
+ 0);
+
+ gspell_buffer = gspell_text_buffer_get_from_gtk_text_buffer (GTK_TEXT_BUFFER (doc));
+ gspell_text_buffer_set_spell_checker (gspell_buffer, checker);
+ g_object_unref (checker);
+
+ setup_inline_checker_from_metadata (plugin, view);
+ }
+
+ g_signal_connect_object (doc,
+ "loaded",
+ G_CALLBACK (on_document_loaded),
+ plugin,
+ 0);
+
+ g_signal_connect_object (doc,
+ "saved",
+ G_CALLBACK (on_document_saved),
+ plugin,
+ 0);
+}
+
+static void
+disconnect_view (GeditSpellPlugin *plugin,
+ GeditView *view)
+{
+ GtkTextBuffer *buffer;
+
+ buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
+
+ /* It should still be the same buffer as the one where the signal
+ * handlers were connected. If not, we assume that the old buffer is
+ * finalized. And it is anyway safe to call
+ * g_signal_handlers_disconnect_by_func() if no signal handlers are
+ * found.
+ */
+ g_signal_handlers_disconnect_by_func (buffer, on_document_loaded, plugin);
+ g_signal_handlers_disconnect_by_func (buffer, on_document_saved, plugin);
+}
+
+static void
+deactivate_spell_checking_in_view (GeditSpellPlugin *plugin,
+ GeditView *view)
+{
+ GtkTextBuffer *gtk_buffer;
+ GspellTextBuffer *gspell_buffer;
+ GspellTextView *gspell_view;
+
+ disconnect_view (plugin, view);
+
+ gtk_buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
+ gspell_buffer = gspell_text_buffer_get_from_gtk_text_buffer (gtk_buffer);
+ gspell_text_buffer_set_spell_checker (gspell_buffer, NULL);
+
+ gspell_view = gspell_text_view_get_from_gtk_text_view (GTK_TEXT_VIEW (view));
+ gspell_text_view_set_inline_spell_checking (gspell_view, FALSE);
+}
+
+static void
+tab_added_cb (GeditWindow *window,
+ GeditTab *tab,
+ GeditSpellPlugin *plugin)
+{
+ activate_spell_checking_in_view (plugin, gedit_tab_get_view (tab));
+}
+
+static void
+tab_removed_cb (GeditWindow *window,
+ GeditTab *tab,
+ GeditSpellPlugin *plugin)
+{
+ /* Don't deactivate completely the spell checking in @tab, since the tab
+ * can be moved to another window and we don't want to loose the spell
+ * checking settings (they are not saved in metadata for unsaved
+ * documents).
+ */
+ disconnect_view (plugin, gedit_tab_get_view (tab));
+}
+
+static void
+gedit_spell_plugin_activate (GeditWindowActivatable *activatable)
+{
+ GeditSpellPlugin *plugin;
+ GeditSpellPluginPrivate *priv;
+ GList *views;
+ GList *l;
+
+ const GActionEntry action_entries[] =
+ {
+ { "check-spell", check_spell_cb },
+ { "config-spell", set_language_cb },
+ { "inline-spell-checker",
+ inline_checker_activate_cb,
+ NULL,
+ "false",
+ inline_checker_change_state_cb }
+ };
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ plugin = GEDIT_SPELL_PLUGIN (activatable);
+ priv = plugin->priv;
+
+ g_action_map_add_action_entries (G_ACTION_MAP (priv->window),
+ action_entries,
+ G_N_ELEMENTS (action_entries),
+ activatable);
+
+ update_ui (plugin);
+
+ views = gedit_window_get_views (priv->window);
+ for (l = views; l != NULL; l = l->next)
+ {
+ activate_spell_checking_in_view (plugin, GEDIT_VIEW (l->data));
+ }
+
+ g_signal_connect (priv->window,
+ "tab-added",
+ G_CALLBACK (tab_added_cb),
+ activatable);
+
+ g_signal_connect (priv->window,
+ "tab-removed",
+ G_CALLBACK (tab_removed_cb),
+ activatable);
+}
+
+static void
+gedit_spell_plugin_deactivate (GeditWindowActivatable *activatable)
+{
+ GeditSpellPlugin *plugin;
+ GeditSpellPluginPrivate *priv;
+ GList *views;
+ GList *l;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ plugin = GEDIT_SPELL_PLUGIN (activatable);
+ priv = plugin->priv;
+
+ g_action_map_remove_action (G_ACTION_MAP (priv->window), "check-spell");
+ g_action_map_remove_action (G_ACTION_MAP (priv->window), "config-spell");
+ g_action_map_remove_action (G_ACTION_MAP (priv->window), "inline-spell-checker");
+
+ g_signal_handlers_disconnect_by_func (priv->window, tab_added_cb, activatable);
+ g_signal_handlers_disconnect_by_func (priv->window, tab_removed_cb, activatable);
+
+ views = gedit_window_get_views (priv->window);
+ for (l = views; l != NULL; l = l->next)
+ {
+ deactivate_spell_checking_in_view (plugin, GEDIT_VIEW (l->data));
+ }
+}
+
+static void
+gedit_spell_plugin_update_state (GeditWindowActivatable *activatable)
+{
+ gedit_debug (DEBUG_PLUGINS);
+
+ update_ui (GEDIT_SPELL_PLUGIN (activatable));
+}
+
+static void
+gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface)
+{
+ iface->activate = gedit_spell_plugin_activate;
+ iface->deactivate = gedit_spell_plugin_deactivate;
+ iface->update_state = gedit_spell_plugin_update_state;
+}
+
+G_MODULE_EXPORT void
+peas_register_types (PeasObjectModule *module)
+{
+ gedit_spell_plugin_register_type (G_TYPE_MODULE (module));
+ gedit_spell_app_activatable_register (G_TYPE_MODULE (module));
+
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ GEDIT_TYPE_SPELL_PLUGIN);
+ peas_object_module_register_extension_type (module,
+ PEAS_GTK_TYPE_CONFIGURABLE,
+ GEDIT_TYPE_SPELL_PLUGIN);
+}
+
+static void
+highlight_button_toggled (GtkToggleButton *button,
+ SpellConfigureWidget *widget)
+{
+ gboolean status = gtk_toggle_button_get_active (button);
+ g_settings_set_boolean(widget->settings, SETTINGS_KEY_HIGHLIGHT_MISSPELLED, status);
+}
+
+static void
+configure_widget_destroyed (GtkWidget *widget,
+ gpointer data)
+{
+ SpellConfigureWidget *conf_widget = (SpellConfigureWidget *)data;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ g_object_unref (conf_widget->settings);
+ g_slice_free (SpellConfigureWidget, data);
+
+ gedit_debug_message (DEBUG_PLUGINS, "END");
+}
+
+static SpellConfigureWidget *
+get_configure_widget (GeditSpellPlugin *plugin)
+{
+ SpellConfigureWidget *widget;
+ GtkBuilder *builder;
+ gchar *root_objects[] = {
+ "spell_dialog_content",
+ NULL
+ };
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ widget = g_slice_new (SpellConfigureWidget);
+ widget->settings = g_object_ref (plugin->priv->settings);
+
+ builder = gtk_builder_new ();
+ gtk_builder_add_objects_from_resource (builder, "/org/gnome/gedit/plugins/spell/ui/gedit-spell-setup-dialog.ui",
+ root_objects, NULL);
+ widget->content = GTK_WIDGET (gtk_builder_get_object (builder, "spell_dialog_content"));
+ g_object_ref (widget->content);
+
+ widget->highlight_button = GTK_WIDGET (gtk_builder_get_object (builder, "highlight_button"));
+ g_object_unref (builder);
+
+ gboolean status = g_settings_get_boolean(widget->settings, SETTINGS_KEY_HIGHLIGHT_MISSPELLED);
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget->highlight_button), status);
+
+ g_signal_connect (widget->highlight_button,
+ "toggled",
+ G_CALLBACK (highlight_button_toggled),
+ widget);
+
+ g_signal_connect (widget->content,
+ "destroy",
+ G_CALLBACK (configure_widget_destroyed),
+ widget);
+
+ return widget;
+}
+
+
+static GtkWidget *
+gedit_spell_plugin_create_configure_widget (PeasGtkConfigurable *configurable)
+{
+ SpellConfigureWidget *widget;
+
+ widget = get_configure_widget (GEDIT_SPELL_PLUGIN (configurable));
+
+ return widget->content;
+}
+
+static void
+peas_gtk_configurable_iface_init (PeasGtkConfigurableInterface *iface)
+{
+ iface->create_configure_widget = gedit_spell_plugin_create_configure_widget;
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-plugin.h b/plugins/spell/gedit-spell-plugin.h
new file mode 100644
index 0000000..13539b4
--- /dev/null
+++ b/plugins/spell/gedit-spell-plugin.h
@@ -0,0 +1,62 @@
+/*
+ * gedit-spell-plugin.h
+ *
+ * Copyright (C) 2002-2005 Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_SPELL_PLUGIN_H
+#define GEDIT_SPELL_PLUGIN_H
+
+#include <glib.h>
+#include <glib-object.h>
+#include <libpeas/peas-extension-base.h>
+#include <libpeas/peas-object-module.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_SPELL_PLUGIN (gedit_spell_plugin_get_type ())
+#define GEDIT_SPELL_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GEDIT_TYPE_SPELL_PLUGIN, GeditSpellPlugin))
+#define GEDIT_SPELL_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GEDIT_TYPE_SPELL_PLUGIN, GeditSpellPluginClass))
+#define GEDIT_IS_SPELL_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GEDIT_TYPE_SPELL_PLUGIN))
+#define GEDIT_IS_SPELL_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GEDIT_TYPE_SPELL_PLUGIN))
+#define GEDIT_SPELL_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GEDIT_TYPE_SPELL_PLUGIN, GeditSpellPluginClass))
+
+typedef struct _GeditSpellPlugin GeditSpellPlugin;
+typedef struct _GeditSpellPluginPrivate GeditSpellPluginPrivate;
+typedef struct _GeditSpellPluginClass GeditSpellPluginClass;
+
+struct _GeditSpellPlugin
+{
+ PeasExtensionBase parent_instance;
+
+ /*< private >*/
+ GeditSpellPluginPrivate *priv;
+};
+
+struct _GeditSpellPluginClass
+{
+ PeasExtensionBaseClass parent_class;
+};
+
+GType gedit_spell_plugin_get_type (void) G_GNUC_CONST;
+
+G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
+
+G_END_DECLS
+
+#endif /* GEDIT_SPELL_PLUGIN_H */
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/meson.build b/plugins/spell/meson.build
new file mode 100644
index 0000000..8ce7634
--- /dev/null
+++ b/plugins/spell/meson.build
@@ -0,0 +1,54 @@
+libspell_sources = files(
+ 'gedit-spell-app-activatable.c',
+ 'gedit-spell-plugin.c',
+)
+
+libspell_deps = [
+ libgedit_dep,
+ gspell_dep,
+]
+
+subdir('resources')
+
+libspell_sha = shared_module(
+ 'spell',
+ sources: libspell_sources,
+ include_directories: root_include_dir,
+ dependencies: libspell_deps,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ ),
+ name_suffix: module_suffix,
+)
+
+spell_gschema_file = files('org.gnome.gedit.plugins.spell.gschema.xml')
+install_data(
+ spell_gschema_file,
+ install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'glib-2.0/schemas')
+)
+
+if xmllint.found()
+ test(
+ 'validate-spell-gschema',
+ xmllint,
+ args: [
+ '--noout',
+ '--dtdvalid', gschema_dtd,
+ spell_gschema_file,
+ ]
+ )
+endif
+
+custom_target(
+ 'spell.plugin',
+ input: 'spell.plugin.desktop.in',
+ output: 'spell.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
diff --git a/plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml b/plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml
new file mode 100644
index 0000000..c1dd186
--- /dev/null
+++ b/plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml
@@ -0,0 +1,9 @@
+<schemalist gettext-domain="gedit">
+ <schema id="org.gnome.gedit.plugins.spell" path="/org/gnome/gedit/plugins/spell/">
+ <key name="highlight-misspelled" type="b">
+ <default>false</default>
+ <summary>Highlight misspelled words</summary>
+ <description>Default setting for highlight misspelled words.</description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/plugins/spell/resources/gedit-spell.gresource.xml b/plugins/spell/resources/gedit-spell.gresource.xml
new file mode 100644
index 0000000..861e061
--- /dev/null
+++ b/plugins/spell/resources/gedit-spell.gresource.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+ <gresource prefix="/org/gnome/gedit/plugins/spell">
+ <file preprocess="xml-stripblanks">ui/gedit-spell-setup-dialog.ui</file>
+ </gresource>
+</gresources>
diff --git a/plugins/spell/resources/meson.build b/plugins/spell/resources/meson.build
new file mode 100644
index 0000000..ad15d5e
--- /dev/null
+++ b/plugins/spell/resources/meson.build
@@ -0,0 +1,8 @@
+libspell_res = gnome.compile_resources(
+ 'gedit-spell-resources',
+ 'gedit-spell.gresource.xml',
+)
+
+libspell_sources += [
+ libspell_res.get(0),
+]
diff --git a/plugins/spell/resources/ui/gedit-spell-setup-dialog.ui b/plugins/spell/resources/ui/gedit-spell-setup-dialog.ui
new file mode 100644
index 0000000..5e922c2
--- /dev/null
+++ b/plugins/spell/resources/ui/gedit-spell-setup-dialog.ui
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.22.1 -->
+<interface>
+ <requires lib="gtk+" version="3.0"/>
+ <object class="GtkDialog" id="spell_dialog">
+ <property name="can_focus">False</property>
+ <property name="title" translatable="yes">Configure spell plugin</property>
+ <property name="type_hint">normal</property>
+ <child>
+ <placeholder/>
+ </child>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">8</property>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="button1">
+ <property name="label" translatable="yes">_Close</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_underline">True</property>
+ <property name="always_show_image">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="padding">10</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="spell_dialog_content">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="vexpand">True</property>
+ <property name="border_width">10</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Defaults for new documents</property>
+ <property name="xalign">0</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="highlight_button">
+ <property name="label" translatable="yes">Highlight misspelled words</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>
diff --git a/plugins/spell/spell.plugin.desktop.in b/plugins/spell/spell.plugin.desktop.in
new file mode 100644
index 0000000..1741079
--- /dev/null
+++ b/plugins/spell/spell.plugin.desktop.in
@@ -0,0 +1,11 @@
+[Plugin]
+Module=spell
+IAge=3
+Name=Spell Checker
+Description=Checks the spelling of the current document.
+# TRANSLATORS: Do NOT translate or transliterate this text!
+# This is an icon file name.
+Icon=tools-check-spelling
+Authors=Paolo Maggi <paolo@gnome.org>;Sébastien Wilmet <swilmet@gnome.org>
+Copyright=Copyright © 2002-2005 Paolo Maggi;Copyright © 2015 Sébastien Wilmet
+Website=http://www.gedit.org
diff --git a/plugins/time/gedit-time-plugin.c b/plugins/time/gedit-time-plugin.c
new file mode 100644
index 0000000..c205ce8
--- /dev/null
+++ b/plugins/time/gedit-time-plugin.c
@@ -0,0 +1,1078 @@
+/*
+ * gedit-time-plugin.c
+ *
+ * Copyright (C) 2002-2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+
+#include <string.h>
+#include <glib/gi18n-lib.h>
+#include <glib.h>
+#include <gedit/gedit-debug.h>
+#include <gedit/gedit-utils.h>
+#include <gedit/gedit-window.h>
+#include <gedit/gedit-app-activatable.h>
+#include <gedit/gedit-window-activatable.h>
+#include <libpeas-gtk/peas-gtk-configurable.h>
+#include <gedit/gedit-app.h>
+#include "gedit-time-plugin.h"
+
+/* gsettings keys */
+#define TIME_BASE_SETTINGS "org.gnome.gedit.plugins.time"
+#define PROMPT_TYPE_KEY "prompt-type"
+#define SELECTED_FORMAT_KEY "selected-format"
+#define CUSTOM_FORMAT_KEY "custom-format"
+
+#define DEFAULT_CUSTOM_FORMAT "%d/%m/%Y %H:%M:%S"
+
+static const gchar *formats[] =
+{
+ "%c",
+ "%x",
+ "%X",
+ "%x %X",
+ "%Y-%m-%d %H:%M:%S",
+ "%a %b %d %H:%M:%S %Z %Y",
+ "%a %b %d %H:%M:%S %Y",
+ "%a %d %b %Y %H:%M:%S %Z",
+ "%a %d %b %Y %H:%M:%S",
+ "%d/%m/%Y",
+ "%d/%m/%y",
+ "%A %d %B %Y",
+ "%A %B %d %Y",
+ "%Y-%m-%d",
+ "%d %B %Y",
+ "%B %d, %Y",
+ "%A %b %d",
+ "%H:%M:%S",
+ "%H:%M",
+ "%I:%M:%S %p",
+ "%I:%M %p",
+ "%H.%M.%S",
+ "%H.%M",
+ "%I.%M.%S %p",
+ "%I.%M %p",
+ "%d/%m/%Y %H:%M:%S",
+ "%d/%m/%y %H:%M:%S",
+ "%a, %d %b %Y %H:%M:%S %z",
+ NULL
+};
+
+enum
+{
+ COLUMN_FORMATS = 0,
+ COLUMN_INDEX,
+ NUM_COLUMNS
+};
+
+typedef enum
+{
+ PROMPT_SELECTED_FORMAT = 0, /* Popup dialog with list preselected */
+ PROMPT_CUSTOM_FORMAT, /* Popup dialog with entry preselected */
+ USE_SELECTED_FORMAT, /* Use selected format directly */
+ USE_CUSTOM_FORMAT /* Use custom format directly */
+} GeditTimePluginPromptType;
+
+typedef struct _TimeConfigureWidget TimeConfigureWidget;
+
+struct _TimeConfigureWidget
+{
+ GtkWidget *content;
+
+ GtkWidget *list;
+
+ /* Radio buttons to indicate what should be done */
+ GtkWidget *prompt;
+ GtkWidget *use_list;
+ GtkWidget *custom;
+
+ GtkWidget *custom_entry;
+ GtkWidget *custom_format_example;
+
+ GSettings *settings;
+};
+
+typedef struct _ChooseFormatDialog ChooseFormatDialog;
+
+struct _ChooseFormatDialog
+{
+ GtkWidget *dialog;
+
+ GtkWidget *list;
+
+ /* Radio buttons to indicate what should be done */
+ GtkWidget *use_list;
+ GtkWidget *custom;
+
+ GtkWidget *custom_entry;
+ GtkWidget *custom_format_example;
+
+ /* Info needed for the response handler */
+ GtkTextBuffer *buffer;
+
+ GSettings *settings;
+};
+
+struct _GeditTimePluginPrivate
+{
+ GSettings *settings;
+
+ GSimpleAction *action;
+ GeditWindow *window;
+
+ GeditApp *app;
+ GeditMenuExtension *menu_ext;
+};
+
+enum
+{
+ PROP_0,
+ PROP_WINDOW,
+ PROP_APP
+};
+
+static void gedit_app_activatable_iface_init (GeditAppActivatableInterface *iface);
+static void gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface);
+static void peas_gtk_configurable_iface_init (PeasGtkConfigurableInterface *iface);
+
+G_DEFINE_DYNAMIC_TYPE_EXTENDED (GeditTimePlugin,
+ gedit_time_plugin,
+ PEAS_TYPE_EXTENSION_BASE,
+ 0,
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_APP_ACTIVATABLE,
+ gedit_app_activatable_iface_init)
+ G_IMPLEMENT_INTERFACE_DYNAMIC (GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ gedit_window_activatable_iface_init)
+ G_IMPLEMENT_INTERFACE_DYNAMIC (PEAS_GTK_TYPE_CONFIGURABLE,
+ peas_gtk_configurable_iface_init)
+ G_ADD_PRIVATE_DYNAMIC (GeditTimePlugin))
+
+static void time_cb (GAction *action, GVariant *parameter, GeditTimePlugin *plugin);
+
+static void
+gedit_time_plugin_init (GeditTimePlugin *plugin)
+{
+ gedit_debug_message (DEBUG_PLUGINS, "GeditTimePlugin initializing");
+
+ plugin->priv = gedit_time_plugin_get_instance_private (plugin);
+
+ plugin->priv->settings = g_settings_new (TIME_BASE_SETTINGS);
+}
+
+static void
+gedit_time_plugin_dispose (GObject *object)
+{
+ GeditTimePlugin *plugin = GEDIT_TIME_PLUGIN (object);
+
+ gedit_debug_message (DEBUG_PLUGINS, "GeditTimePlugin disposing");
+
+ g_clear_object (&plugin->priv->settings);
+ g_clear_object (&plugin->priv->action);
+ g_clear_object (&plugin->priv->window);
+ g_clear_object (&plugin->priv->menu_ext);
+ g_clear_object (&plugin->priv->app);
+
+ G_OBJECT_CLASS (gedit_time_plugin_parent_class)->dispose (object);
+}
+
+static void
+gedit_time_plugin_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GeditTimePlugin *plugin = GEDIT_TIME_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ plugin->priv->window = GEDIT_WINDOW (g_value_dup_object (value));
+ break;
+ case PROP_APP:
+ plugin->priv->app = GEDIT_APP (g_value_dup_object (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gedit_time_plugin_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GeditTimePlugin *plugin = GEDIT_TIME_PLUGIN (object);
+
+ switch (prop_id)
+ {
+ case PROP_WINDOW:
+ g_value_set_object (value, plugin->priv->window);
+ break;
+ case PROP_APP:
+ g_value_set_object (value, plugin->priv->app);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+update_ui (GeditTimePlugin *plugin)
+{
+ GeditView *view;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ view = gedit_window_get_active_view (plugin->priv->window);
+
+ gedit_debug_message (DEBUG_PLUGINS, "View: %p", view);
+
+ g_simple_action_set_enabled (plugin->priv->action,
+ (view != NULL) &&
+ gtk_text_view_get_editable (GTK_TEXT_VIEW (view)));
+}
+
+static void
+gedit_time_plugin_app_activate (GeditAppActivatable *activatable)
+{
+ GeditTimePluginPrivate *priv;
+ GMenuItem *item;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_TIME_PLUGIN (activatable)->priv;
+
+ priv->menu_ext = gedit_app_activatable_extend_menu (activatable, "tools-section");
+ item = g_menu_item_new (_("In_sert Date and Time…"), "win.time");
+ gedit_menu_extension_append_menu_item (priv->menu_ext, item);
+ g_object_unref (item);
+}
+
+static void
+gedit_time_plugin_app_deactivate (GeditAppActivatable *activatable)
+{
+ GeditTimePluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_TIME_PLUGIN (activatable)->priv;
+
+ g_clear_object (&priv->menu_ext);
+}
+
+static void
+gedit_time_plugin_window_activate (GeditWindowActivatable *activatable)
+{
+ GeditTimePluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_TIME_PLUGIN (activatable)->priv;
+
+ priv->action = g_simple_action_new ("time", NULL);
+ g_signal_connect (priv->action, "activate",
+ G_CALLBACK (time_cb), activatable);
+ g_action_map_add_action (G_ACTION_MAP (priv->window),
+ G_ACTION (priv->action));
+
+ update_ui (GEDIT_TIME_PLUGIN (activatable));
+}
+
+static void
+gedit_time_plugin_window_deactivate (GeditWindowActivatable *activatable)
+{
+ GeditTimePluginPrivate *priv;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = GEDIT_TIME_PLUGIN (activatable)->priv;
+
+ g_action_map_remove_action (G_ACTION_MAP (priv->window), "time");
+}
+
+static void
+gedit_time_plugin_window_update_state (GeditWindowActivatable *activatable)
+{
+ gedit_debug (DEBUG_PLUGINS);
+
+ update_ui (GEDIT_TIME_PLUGIN (activatable));
+}
+
+/* The selected format in the list */
+static gchar *
+get_selected_format (GeditTimePlugin *plugin)
+{
+ gchar *sel_format;
+
+ sel_format = g_settings_get_string (plugin->priv->settings,
+ SELECTED_FORMAT_KEY);
+
+ return sel_format ? sel_format : g_strdup (formats [0]);
+}
+
+/* the custom format in the entry */
+static gchar *
+get_custom_format (GeditTimePlugin *plugin)
+{
+ gchar *format;
+
+ format = g_settings_get_string (plugin->priv->settings,
+ CUSTOM_FORMAT_KEY);
+
+ return format ? format : g_strdup (DEFAULT_CUSTOM_FORMAT);
+}
+
+static gchar *
+get_time (const gchar *format)
+{
+ gchar *out;
+ GDateTime *now;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ g_return_val_if_fail (format != NULL, NULL);
+
+ if (*format == '\0')
+ return g_strdup (" ");
+
+ now = g_date_time_new_now_local ();
+ out = g_date_time_format (now, format);
+ g_date_time_unref (now);
+
+ return out;
+}
+
+static void
+configure_widget_destroyed (GtkWidget *widget,
+ gpointer data)
+{
+ TimeConfigureWidget *conf_widget = (TimeConfigureWidget *)data;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ g_object_unref (conf_widget->settings);
+ g_slice_free (TimeConfigureWidget, data);
+
+ gedit_debug_message (DEBUG_PLUGINS, "END");
+}
+
+static void
+choose_format_dialog_destroyed (GtkWidget *widget,
+ gpointer dialog_pointer)
+{
+ gedit_debug (DEBUG_PLUGINS);
+
+ g_slice_free (ChooseFormatDialog, dialog_pointer);
+
+ gedit_debug_message (DEBUG_PLUGINS, "END");
+}
+
+static GtkTreeModel *
+create_model (GtkWidget *listview,
+ const gchar *sel_format,
+ GeditTimePlugin *plugin)
+{
+ gint i = 0;
+ GtkListStore *store;
+ GtkTreeSelection *selection;
+ GtkTreeIter iter;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ /* create list store */
+ store = gtk_list_store_new (NUM_COLUMNS, G_TYPE_STRING, G_TYPE_INT);
+
+ /* Set tree view model*/
+ gtk_tree_view_set_model (GTK_TREE_VIEW (listview),
+ GTK_TREE_MODEL (store));
+ g_object_unref (G_OBJECT (store));
+
+ selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (listview));
+ g_return_val_if_fail (selection != NULL, GTK_TREE_MODEL (store));
+
+ /* there should always be one line selected */
+ gtk_tree_selection_set_mode (selection, GTK_SELECTION_BROWSE);
+
+ /* add data to the list store */
+ while (formats[i] != NULL)
+ {
+ gchar *str;
+
+ str = get_time (formats[i]);
+
+ gedit_debug_message (DEBUG_PLUGINS, "%d : %s", i, str);
+ gtk_list_store_append (store, &iter);
+ gtk_list_store_set (store, &iter,
+ COLUMN_FORMATS, str,
+ COLUMN_INDEX, i,
+ -1);
+ g_free (str);
+
+ if (sel_format && strcmp (formats[i], sel_format) == 0)
+ gtk_tree_selection_select_iter (selection, &iter);
+
+ ++i;
+ }
+
+ /* fall back to select the first iter */
+ if (!gtk_tree_selection_get_selected (selection, NULL, NULL) &&
+ gtk_tree_model_get_iter_first (GTK_TREE_MODEL (store), &iter))
+ {
+ gtk_tree_selection_select_iter (selection, &iter);
+ }
+
+ return GTK_TREE_MODEL (store);
+}
+
+static void
+scroll_to_selected (GtkTreeView *tree_view)
+{
+ GtkTreeModel *model;
+ GtkTreeSelection *selection;
+ GtkTreeIter iter;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ model = gtk_tree_view_get_model (tree_view);
+ g_return_if_fail (model != NULL);
+
+ /* Scroll to selected */
+ selection = gtk_tree_view_get_selection (tree_view);
+ g_return_if_fail (selection != NULL);
+
+ if (gtk_tree_selection_get_selected (selection, NULL, &iter))
+ {
+ GtkTreePath* path;
+
+ path = gtk_tree_model_get_path (model, &iter);
+ g_return_if_fail (path != NULL);
+
+ gtk_tree_view_scroll_to_cell (tree_view,
+ path, NULL, TRUE, 1.0, 0.0);
+ gtk_tree_path_free (path);
+ }
+}
+
+static void
+create_formats_list (GtkWidget *listview,
+ const gchar *sel_format,
+ GeditTimePlugin *plugin)
+{
+ GtkTreeViewColumn *column;
+ GtkCellRenderer *cell;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ g_return_if_fail (listview != NULL);
+ g_return_if_fail (sel_format != NULL);
+
+ /* the Available formats column */
+ cell = gtk_cell_renderer_text_new ();
+ column = gtk_tree_view_column_new_with_attributes (
+ _("Available formats"),
+ cell,
+ "text", COLUMN_FORMATS,
+ NULL);
+ gtk_tree_view_append_column (GTK_TREE_VIEW (listview), column);
+
+ /* Create model, it also add model to the tree view */
+ create_model (listview, sel_format, plugin);
+
+ g_signal_connect (listview,
+ "realize",
+ G_CALLBACK (scroll_to_selected),
+ NULL);
+
+ gtk_widget_show (listview);
+}
+
+static void
+updated_custom_format_example (GtkEntry *format_entry,
+ GtkLabel *format_example)
+{
+ const gchar *format;
+ gchar *time;
+ gchar *str;
+ gchar *escaped_time;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ g_return_if_fail (GTK_IS_ENTRY (format_entry));
+ g_return_if_fail (GTK_IS_LABEL (format_example));
+
+ format = gtk_entry_get_text (format_entry);
+
+ time = get_time (format);
+ escaped_time = g_markup_escape_text (time, -1);
+
+ str = g_strdup_printf ("<span size=\"small\">%s</span>", escaped_time);
+
+ gtk_label_set_markup (format_example, str);
+
+ g_free (escaped_time);
+ g_free (time);
+ g_free (str);
+}
+
+static void
+choose_format_dialog_button_toggled (GtkToggleButton *button,
+ ChooseFormatDialog *dialog)
+{
+ gedit_debug (DEBUG_PLUGINS);
+
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->custom)))
+ {
+ gtk_widget_set_sensitive (dialog->list, FALSE);
+ gtk_widget_set_sensitive (dialog->custom_entry, TRUE);
+ gtk_widget_set_sensitive (dialog->custom_format_example, TRUE);
+ }
+ else if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->use_list)))
+ {
+ gtk_widget_set_sensitive (dialog->list, TRUE);
+ gtk_widget_set_sensitive (dialog->custom_entry, FALSE);
+ gtk_widget_set_sensitive (dialog->custom_format_example, FALSE);
+ }
+ else
+ {
+ g_return_if_reached ();
+ }
+}
+
+static void
+configure_widget_button_toggled (GtkToggleButton *button,
+ TimeConfigureWidget *conf_widget)
+{
+ GeditTimePluginPromptType prompt_type;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (conf_widget->custom)))
+ {
+ gtk_widget_set_sensitive (conf_widget->list, FALSE);
+ gtk_widget_set_sensitive (conf_widget->custom_entry, TRUE);
+ gtk_widget_set_sensitive (conf_widget->custom_format_example, TRUE);
+
+ prompt_type = USE_CUSTOM_FORMAT;
+ }
+ else if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (conf_widget->use_list)))
+ {
+ gtk_widget_set_sensitive (conf_widget->list, TRUE);
+ gtk_widget_set_sensitive (conf_widget->custom_entry, FALSE);
+ gtk_widget_set_sensitive (conf_widget->custom_format_example, FALSE);
+
+ prompt_type = USE_SELECTED_FORMAT;
+ }
+ else if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (conf_widget->prompt)))
+ {
+ gtk_widget_set_sensitive (conf_widget->list, FALSE);
+ gtk_widget_set_sensitive (conf_widget->custom_entry, FALSE);
+ gtk_widget_set_sensitive (conf_widget->custom_format_example, FALSE);
+
+ prompt_type = PROMPT_SELECTED_FORMAT;
+ }
+ else
+ {
+ g_return_if_reached ();
+ }
+
+ g_settings_set_enum (conf_widget->settings,
+ PROMPT_TYPE_KEY,
+ prompt_type);
+}
+
+static gint
+get_format_from_list (GtkWidget *listview)
+{
+ GtkTreeModel *model;
+ GtkTreeSelection *selection;
+ GtkTreeIter iter;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ model = gtk_tree_view_get_model (GTK_TREE_VIEW (listview));
+ g_return_val_if_fail (model != NULL, 0);
+
+ selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (listview));
+ g_return_val_if_fail (selection != NULL, 0);
+
+ if (gtk_tree_selection_get_selected (selection, NULL, &iter))
+ {
+ gint selected_value;
+
+ gtk_tree_model_get (model, &iter, COLUMN_INDEX, &selected_value, -1);
+
+ gedit_debug_message (DEBUG_PLUGINS, "Sel value: %d", selected_value);
+
+ return selected_value;
+ }
+
+ g_return_val_if_reached (0);
+}
+
+static void
+on_configure_widget_selection_changed (GtkTreeSelection *selection,
+ TimeConfigureWidget *conf_widget)
+{
+ gint sel_format;
+
+ sel_format = get_format_from_list (conf_widget->list);
+ g_settings_set_string (conf_widget->settings,
+ SELECTED_FORMAT_KEY,
+ formats[sel_format]);
+}
+
+static TimeConfigureWidget *
+get_configure_widget (GeditTimePlugin *plugin)
+{
+ TimeConfigureWidget *widget;
+ GtkTreeSelection *selection;
+ GtkWidget *viewport;
+ GeditTimePluginPromptType prompt_type;
+ gchar *sf;
+ GtkBuilder *builder;
+ gchar *root_objects[] = {
+ "time_dialog_content",
+ NULL
+ };
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ widget = g_slice_new (TimeConfigureWidget);
+ widget->settings = g_object_ref (plugin->priv->settings);
+
+ builder = gtk_builder_new ();
+ gtk_builder_add_objects_from_resource (builder, "/org/gnome/gedit/plugins/time/ui/gedit-time-setup-dialog.ui",
+ root_objects, NULL);
+ widget->content = GTK_WIDGET (gtk_builder_get_object (builder, "time_dialog_content"));
+ g_object_ref (widget->content);
+ viewport = GTK_WIDGET (gtk_builder_get_object (builder, "formats_viewport"));
+ widget->list = GTK_WIDGET (gtk_builder_get_object (builder, "formats_tree"));
+ widget->prompt = GTK_WIDGET (gtk_builder_get_object (builder, "always_prompt"));
+ widget->use_list = GTK_WIDGET (gtk_builder_get_object (builder, "never_prompt"));
+ widget->custom = GTK_WIDGET (gtk_builder_get_object (builder, "use_custom"));
+ widget->custom_entry = GTK_WIDGET (gtk_builder_get_object (builder, "custom_entry"));
+ widget->custom_format_example = GTK_WIDGET (gtk_builder_get_object (builder, "custom_format_example"));
+ g_object_unref (builder);
+
+ sf = get_selected_format (plugin);
+ create_formats_list (widget->list, sf, plugin);
+ g_free (sf);
+
+ prompt_type = g_settings_get_enum (plugin->priv->settings,
+ PROMPT_TYPE_KEY);
+
+ g_settings_bind (widget->settings,
+ CUSTOM_FORMAT_KEY,
+ widget->custom_entry,
+ "text",
+ G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+
+ if (prompt_type == USE_CUSTOM_FORMAT)
+ {
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget->custom), TRUE);
+
+ gtk_widget_set_sensitive (widget->list, FALSE);
+ gtk_widget_set_sensitive (widget->custom_entry, TRUE);
+ gtk_widget_set_sensitive (widget->custom_format_example, TRUE);
+ }
+ else if (prompt_type == USE_SELECTED_FORMAT)
+ {
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget->use_list), TRUE);
+
+ gtk_widget_set_sensitive (widget->list, TRUE);
+ gtk_widget_set_sensitive (widget->custom_entry, FALSE);
+ gtk_widget_set_sensitive (widget->custom_format_example, FALSE);
+ }
+ else
+ {
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget->prompt), TRUE);
+
+ gtk_widget_set_sensitive (widget->list, FALSE);
+ gtk_widget_set_sensitive (widget->custom_entry, FALSE);
+ gtk_widget_set_sensitive (widget->custom_format_example, FALSE);
+ }
+
+ updated_custom_format_example (GTK_ENTRY (widget->custom_entry),
+ GTK_LABEL (widget->custom_format_example));
+
+ /* setup a window of a sane size. */
+ gtk_widget_set_size_request (GTK_WIDGET (viewport), 10, 200);
+
+ g_signal_connect (widget->custom,
+ "toggled",
+ G_CALLBACK (configure_widget_button_toggled),
+ widget);
+ g_signal_connect (widget->prompt,
+ "toggled",
+ G_CALLBACK (configure_widget_button_toggled),
+ widget);
+ g_signal_connect (widget->use_list,
+ "toggled",
+ G_CALLBACK (configure_widget_button_toggled),
+ widget);
+ g_signal_connect (widget->content,
+ "destroy",
+ G_CALLBACK (configure_widget_destroyed),
+ widget);
+ g_signal_connect (widget->custom_entry,
+ "changed",
+ G_CALLBACK (updated_custom_format_example),
+ widget->custom_format_example);
+
+ selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (widget->list));
+
+ g_signal_connect (selection,
+ "changed",
+ G_CALLBACK (on_configure_widget_selection_changed),
+ widget);
+
+ return widget;
+}
+
+static void
+real_insert_time (GtkTextBuffer *buffer,
+ const gchar *the_time)
+{
+ gedit_debug_message (DEBUG_PLUGINS, "Insert: %s", the_time);
+
+ gtk_text_buffer_begin_user_action (buffer);
+
+ gtk_text_buffer_insert_at_cursor (buffer, the_time, -1);
+ gtk_text_buffer_insert_at_cursor (buffer, " ", -1);
+
+ gtk_text_buffer_end_user_action (buffer);
+}
+
+static void
+choose_format_dialog_row_activated (GtkTreeView *list,
+ GtkTreePath *path,
+ GtkTreeViewColumn *column,
+ ChooseFormatDialog *dialog)
+{
+ gint sel_format;
+ gchar *the_time;
+
+ sel_format = get_format_from_list (dialog->list);
+ the_time = get_time (formats[sel_format]);
+
+ g_settings_set_enum (dialog->settings,
+ PROMPT_TYPE_KEY,
+ PROMPT_SELECTED_FORMAT);
+ g_settings_set_string (dialog->settings,
+ SELECTED_FORMAT_KEY,
+ formats[sel_format]);
+
+ g_return_if_fail (the_time != NULL);
+
+ real_insert_time (dialog->buffer, the_time);
+
+ g_free (the_time);
+}
+
+static ChooseFormatDialog *
+get_choose_format_dialog (GtkWindow *parent,
+ GeditTimePluginPromptType prompt_type,
+ GeditTimePlugin *plugin)
+{
+ ChooseFormatDialog *dialog;
+ GtkBuilder *builder;
+ gchar *sf, *cf;
+ GtkWindowGroup *wg = NULL;
+
+ if (parent != NULL)
+ wg = gtk_window_get_group (parent);
+
+ dialog = g_slice_new (ChooseFormatDialog);
+ dialog->settings = plugin->priv->settings;
+
+ builder = gtk_builder_new ();
+ gtk_builder_add_from_resource (builder, "/org/gnome/gedit/plugins/time/ui/gedit-time-dialog.ui",
+ NULL);
+ dialog->dialog = GTK_WIDGET (gtk_builder_get_object (builder, "choose_format_dialog"));
+ dialog->list = GTK_WIDGET (gtk_builder_get_object (builder, "choice_list"));
+ dialog->use_list = GTK_WIDGET (gtk_builder_get_object (builder, "use_sel_format_radiobutton"));
+ dialog->custom = GTK_WIDGET (gtk_builder_get_object (builder, "use_custom_radiobutton"));
+ dialog->custom_entry = GTK_WIDGET (gtk_builder_get_object (builder, "custom_entry"));
+ dialog->custom_format_example = GTK_WIDGET (gtk_builder_get_object (builder, "custom_format_example"));
+ g_object_unref (builder);
+
+ gtk_window_group_add_window (wg,
+ GTK_WINDOW (dialog->dialog));
+ gtk_window_set_transient_for (GTK_WINDOW (dialog->dialog), parent);
+ gtk_window_set_modal (GTK_WINDOW (dialog->dialog), TRUE);
+
+ sf = get_selected_format (plugin);
+ create_formats_list (dialog->list, sf, plugin);
+ g_free (sf);
+
+ cf = get_custom_format (plugin);
+ gtk_entry_set_text (GTK_ENTRY(dialog->custom_entry), cf);
+ g_free (cf);
+
+ updated_custom_format_example (GTK_ENTRY (dialog->custom_entry),
+ GTK_LABEL (dialog->custom_format_example));
+
+ if (prompt_type == PROMPT_CUSTOM_FORMAT)
+ {
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->custom), TRUE);
+
+ gtk_widget_set_sensitive (dialog->list, FALSE);
+ gtk_widget_set_sensitive (dialog->custom_entry, TRUE);
+ gtk_widget_set_sensitive (dialog->custom_format_example, TRUE);
+ }
+ else if (prompt_type == PROMPT_SELECTED_FORMAT)
+ {
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->use_list), TRUE);
+
+ gtk_widget_set_sensitive (dialog->list, TRUE);
+ gtk_widget_set_sensitive (dialog->custom_entry, FALSE);
+ gtk_widget_set_sensitive (dialog->custom_format_example, FALSE);
+ }
+ else
+ {
+ g_return_val_if_reached (NULL);
+ }
+
+ /* setup a window of a sane size. */
+ gtk_widget_set_size_request (dialog->list, 10, 200);
+
+ gtk_dialog_set_default_response (GTK_DIALOG (dialog->dialog),
+ GTK_RESPONSE_OK);
+
+ g_signal_connect (dialog->custom,
+ "toggled",
+ G_CALLBACK (choose_format_dialog_button_toggled),
+ dialog);
+ g_signal_connect (dialog->use_list,
+ "toggled",
+ G_CALLBACK (choose_format_dialog_button_toggled),
+ dialog);
+ g_signal_connect (dialog->dialog,
+ "destroy",
+ G_CALLBACK (choose_format_dialog_destroyed),
+ dialog);
+ g_signal_connect (dialog->custom_entry,
+ "changed",
+ G_CALLBACK (updated_custom_format_example),
+ dialog->custom_format_example);
+ g_signal_connect (dialog->list,
+ "row_activated",
+ G_CALLBACK (choose_format_dialog_row_activated),
+ dialog);
+
+ gtk_window_set_resizable (GTK_WINDOW (dialog->dialog), FALSE);
+
+ return dialog;
+}
+
+static void
+choose_format_dialog_response_cb (GtkWidget *widget,
+ gint response,
+ ChooseFormatDialog *dialog)
+{
+ switch (response)
+ {
+ case GTK_RESPONSE_HELP:
+ {
+ gedit_debug_message (DEBUG_PLUGINS, "GTK_RESPONSE_HELP");
+ gedit_app_show_help (GEDIT_APP (g_application_get_default ()),
+ GTK_WINDOW (widget),
+ NULL,
+ "gedit-plugins-insert-date-time");
+ break;
+ }
+ case GTK_RESPONSE_OK:
+ {
+ gchar *the_time;
+
+ gedit_debug_message (DEBUG_PLUGINS, "GTK_RESPONSE_OK");
+
+ /* Get the user's chosen format */
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->use_list)))
+ {
+ gint sel_format;
+
+ sel_format = get_format_from_list (dialog->list);
+ the_time = get_time (formats[sel_format]);
+
+ g_settings_set_enum (dialog->settings,
+ PROMPT_TYPE_KEY,
+ PROMPT_SELECTED_FORMAT);
+ g_settings_set_string (dialog->settings,
+ SELECTED_FORMAT_KEY,
+ formats[sel_format]);
+ }
+ else
+ {
+ const gchar *format;
+
+ format = gtk_entry_get_text (GTK_ENTRY (dialog->custom_entry));
+ the_time = get_time (format);
+
+ g_settings_set_enum (dialog->settings,
+ PROMPT_TYPE_KEY,
+ PROMPT_CUSTOM_FORMAT);
+ g_settings_set_string (dialog->settings,
+ CUSTOM_FORMAT_KEY,
+ format);
+ }
+
+ g_return_if_fail (the_time != NULL);
+
+ real_insert_time (dialog->buffer, the_time);
+ g_free (the_time);
+
+ gtk_widget_destroy (dialog->dialog);
+ break;
+ }
+ case GTK_RESPONSE_CANCEL:
+ gedit_debug_message (DEBUG_PLUGINS, "GTK_RESPONSE_CANCEL");
+ gtk_widget_destroy (dialog->dialog);
+ }
+}
+
+static void
+time_cb (GAction *action,
+ GVariant *parameter,
+ GeditTimePlugin *plugin)
+{
+ GeditTimePluginPrivate *priv;
+ GtkTextBuffer *buffer;
+ GeditTimePluginPromptType prompt_type;
+ gchar *the_time = NULL;
+
+ gedit_debug (DEBUG_PLUGINS);
+
+ priv = plugin->priv;
+
+ buffer = GTK_TEXT_BUFFER (gedit_window_get_active_document (priv->window));
+ g_return_if_fail (buffer != NULL);
+
+ prompt_type = g_settings_get_enum (plugin->priv->settings,
+ PROMPT_TYPE_KEY);
+
+ if (prompt_type == USE_CUSTOM_FORMAT)
+ {
+ gchar *cf = get_custom_format (plugin);
+ the_time = get_time (cf);
+ g_free (cf);
+ }
+ else if (prompt_type == USE_SELECTED_FORMAT)
+ {
+ gchar *sf = get_selected_format (plugin);
+ the_time = get_time (sf);
+ g_free (sf);
+ }
+ else
+ {
+ ChooseFormatDialog *dialog;
+
+ dialog = get_choose_format_dialog (GTK_WINDOW (priv->window),
+ prompt_type,
+ plugin);
+ if (dialog != NULL)
+ {
+ dialog->buffer = buffer;
+ dialog->settings = plugin->priv->settings;
+
+ g_signal_connect (dialog->dialog,
+ "response",
+ G_CALLBACK (choose_format_dialog_response_cb),
+ dialog);
+
+ gtk_widget_show (GTK_WIDGET (dialog->dialog));
+ }
+
+ return;
+ }
+
+ g_return_if_fail (the_time != NULL);
+
+ real_insert_time (buffer, the_time);
+
+ g_free (the_time);
+}
+
+static GtkWidget *
+gedit_time_plugin_create_configure_widget (PeasGtkConfigurable *configurable)
+{
+ TimeConfigureWidget *widget;
+
+ widget = get_configure_widget (GEDIT_TIME_PLUGIN (configurable));
+
+ return widget->content;
+}
+
+static void
+gedit_time_plugin_class_init (GeditTimePluginClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ object_class->dispose = gedit_time_plugin_dispose;
+ object_class->set_property = gedit_time_plugin_set_property;
+ object_class->get_property = gedit_time_plugin_get_property;
+
+ g_object_class_override_property (object_class, PROP_WINDOW, "window");
+ g_object_class_override_property (object_class, PROP_APP, "app");
+}
+
+static void
+gedit_time_plugin_class_finalize (GeditTimePluginClass *klass)
+{
+}
+
+static void
+peas_gtk_configurable_iface_init (PeasGtkConfigurableInterface *iface)
+{
+ iface->create_configure_widget = gedit_time_plugin_create_configure_widget;
+}
+
+static void
+gedit_app_activatable_iface_init (GeditAppActivatableInterface *iface)
+{
+ iface->activate = gedit_time_plugin_app_activate;
+ iface->deactivate = gedit_time_plugin_app_deactivate;
+}
+
+static void
+gedit_window_activatable_iface_init (GeditWindowActivatableInterface *iface)
+{
+ iface->activate = gedit_time_plugin_window_activate;
+ iface->deactivate = gedit_time_plugin_window_deactivate;
+ iface->update_state = gedit_time_plugin_window_update_state;
+}
+
+G_MODULE_EXPORT void
+peas_register_types (PeasObjectModule *module)
+{
+ gedit_time_plugin_register_type (G_TYPE_MODULE (module));
+
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_APP_ACTIVATABLE,
+ GEDIT_TYPE_TIME_PLUGIN);
+ peas_object_module_register_extension_type (module,
+ GEDIT_TYPE_WINDOW_ACTIVATABLE,
+ GEDIT_TYPE_TIME_PLUGIN);
+ peas_object_module_register_extension_type (module,
+ PEAS_GTK_TYPE_CONFIGURABLE,
+ GEDIT_TYPE_TIME_PLUGIN);
+}
+
+/* ex:set ts=8 noet: */
diff --git a/plugins/time/gedit-time-plugin.h b/plugins/time/gedit-time-plugin.h
new file mode 100644
index 0000000..42ad349
--- /dev/null
+++ b/plugins/time/gedit-time-plugin.h
@@ -0,0 +1,61 @@
+/*
+ * gedit-time-plugin.h
+ *
+ * Copyright (C) 2002-2005 - Paolo Maggi
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GEDIT_TIME_PLUGIN_H
+#define GEDIT_TIME_PLUGIN_H
+
+#include <glib.h>
+#include <glib-object.h>
+#include <libpeas/peas-extension-base.h>
+#include <libpeas/peas-object-module.h>
+
+G_BEGIN_DECLS
+
+#define GEDIT_TYPE_TIME_PLUGIN (gedit_time_plugin_get_type ())
+#define GEDIT_TIME_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GEDIT_TYPE_TIME_PLUGIN, GeditTimePlugin))
+#define GEDIT_TIME_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GEDIT_TYPE_TIME_PLUGIN, GeditTimePluginClass))
+#define GEDIT_IS_TIME_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GEDIT_TYPE_TIME_PLUGIN))
+#define GEDIT_IS_TIME_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GEDIT_TYPE_TIME_PLUGIN))
+#define GEDIT_TIME_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GEDIT_TYPE_TIME_PLUGIN, GeditTimePluginClass))
+
+typedef struct _GeditTimePlugin GeditTimePlugin;
+typedef struct _GeditTimePluginPrivate GeditTimePluginPrivate;
+typedef struct _GeditTimePluginClass GeditTimePluginClass;
+
+struct _GeditTimePlugin
+{
+ PeasExtensionBase parent_instance;
+
+ /*< private >*/
+ GeditTimePluginPrivate *priv;
+};
+
+struct _GeditTimePluginClass
+{
+ PeasExtensionBaseClass parent_class;
+};
+
+GType gedit_time_plugin_get_type (void) G_GNUC_CONST;
+
+G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
+
+G_END_DECLS
+
+#endif /* GEDIT_TIME_PLUGIN_H */
+/* ex:set ts=8 noet: */
diff --git a/plugins/time/meson.build b/plugins/time/meson.build
new file mode 100644
index 0000000..f3e43a3
--- /dev/null
+++ b/plugins/time/meson.build
@@ -0,0 +1,68 @@
+libtime_sources = files(
+ 'gedit-time-plugin.c',
+)
+
+libtime_deps = [
+ libgedit_dep,
+]
+
+gnome.mkenums(
+ 'org.gnome.gedit.plugins.time.enums.xml',
+ sources: libtime_sources,
+ comments: '<!-- @comment@ -->',
+ fhead: '<schemalist>',
+ vhead: ' <@type@ id="org.gnome.gedit.plugins.time.@EnumName@">',
+ vprod: ' <value nick="@valuenick@" value="@valuenum@"/>',
+ vtail: ' </@type@>',
+ ftail: '</schemalist>',
+ install_header: true,
+ install_dir: join_paths(
+ glibdir,
+ 'schemas',
+ )
+)
+
+subdir('resources')
+
+libtime_sha = shared_module(
+ 'time',
+ sources: libtime_sources,
+ include_directories: root_include_dir,
+ dependencies: libtime_deps,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ ),
+ name_suffix: module_suffix,
+)
+
+time_gschema_file = files('org.gnome.gedit.plugins.time.gschema.xml')
+install_data(
+ time_gschema_file,
+ install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'glib-2.0/schemas')
+)
+
+if xmllint.found()
+ test(
+ 'validate-time-gschema',
+ xmllint,
+ args: [
+ '--noout',
+ '--dtdvalid', gschema_dtd,
+ time_gschema_file,
+ ]
+ )
+endif
+
+custom_target(
+ 'time.plugin',
+ input: 'time.plugin.desktop.in',
+ output: 'time.plugin',
+ command: msgfmt_plugin_cmd,
+ install: true,
+ install_dir: join_paths(
+ pkglibdir,
+ 'plugins',
+ )
+)
diff --git a/plugins/time/org.gnome.gedit.plugins.time.gschema.xml b/plugins/time/org.gnome.gedit.plugins.time.gschema.xml
new file mode 100644
index 0000000..d012191
--- /dev/null
+++ b/plugins/time/org.gnome.gedit.plugins.time.gschema.xml
@@ -0,0 +1,19 @@
+<schemalist gettext-domain="gedit">
+ <schema id="org.gnome.gedit.plugins.time" path="/org/gnome/gedit/plugins/time/">
+ <key name="prompt-type" enum="org.gnome.gedit.plugins.time.GeditTimePluginPromptType">
+ <default>'prompt-selected-format'</default>
+ <summary>Prompt Type</summary>
+ <description>If the user should be prompted for a format or if the selected or custom format should be used.</description>
+ </key>
+ <key name="selected-format" type="s">
+ <default>'%c'</default>
+ <summary>Selected Format</summary>
+ <description>The selected format used when inserting the date/time.</description>
+ </key>
+ <key name="custom-format" type="s">
+ <default>'%d/%m/%Y %H:%M:%S'</default>
+ <summary>Custom Format</summary>
+ <description>The custom format used when inserting the date/time.</description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/plugins/time/resources/gedit-time.gresource.xml b/plugins/time/resources/gedit-time.gresource.xml
new file mode 100644
index 0000000..c7cf490
--- /dev/null
+++ b/plugins/time/resources/gedit-time.gresource.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+ <gresource prefix="/org/gnome/gedit/plugins/time">
+ <file preprocess="xml-stripblanks">ui/gedit-time-dialog.ui</file>
+ <file preprocess="xml-stripblanks">ui/gedit-time-setup-dialog.ui</file>
+ </gresource>
+</gresources>
diff --git a/plugins/time/resources/meson.build b/plugins/time/resources/meson.build
new file mode 100644
index 0000000..bcf0372
--- /dev/null
+++ b/plugins/time/resources/meson.build
@@ -0,0 +1,8 @@
+libtime_res = gnome.compile_resources(
+ 'gedit-time-resources',
+ 'gedit-time.gresource.xml',
+)
+
+libtime_sources += [
+ libtime_res.get(0),
+]
diff --git a/plugins/time/resources/ui/gedit-time-dialog.ui b/plugins/time/resources/ui/gedit-time-dialog.ui
new file mode 100644
index 0000000..063a061
--- /dev/null
+++ b/plugins/time/resources/ui/gedit-time-dialog.ui
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkDialog" id="choose_format_dialog">
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">Insert Date and Time</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="type_hint">dialog</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="dialog-vbox2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkGrid" id="grid1">
+ <property name="border_width">10</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkRadioButton" id="use_sel_format_radiobutton">
+ <property name="label" translatable="yes">Use the _selected format</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">2</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="height_request">180</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="margin_start">12</property>
+ <property name="margin_bottom">8</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkTreeView" id="choice_list">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="headers_visible">False</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">2</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkRadioButton" id="use_custom_radiobutton">
+ <property name="label" translatable="yes">_Use custom format</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ <property name="group">use_sel_format_radiobutton</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="custom_entry">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="invisible_char">●</property>
+ <property name="text" translatable="yes">%d/%m/%Y %H:%M:%S</property>
+ <property name="margin_start">6</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="custom_format_example">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="valign">center</property>
+ <property name="hexpand">True</property>
+ <property name="xalign">1</property>
+ <property name="label" translatable="yes">01/11/2009 17:52:00</property>
+ <property name="justify">right</property>
+ <attributes>
+ <attribute name="scale" value="0.80000000000000004"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="dialog-action_area2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="help_button">
+ <property name="label" translatable="yes">_Help</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="cancel_button">
+ <property name="label" translatable="yes">_Cancel</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="insert_button">
+ <property name="label" translatable="yes">_Insert</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="-11">help_button</action-widget>
+ <action-widget response="-6">cancel_button</action-widget>
+ <action-widget response="-5">insert_button</action-widget>
+ </action-widgets>
+ </object>
+</interface>
diff --git a/plugins/time/resources/ui/gedit-time-setup-dialog.ui b/plugins/time/resources/ui/gedit-time-setup-dialog.ui
new file mode 100644
index 0000000..3eff64f
--- /dev/null
+++ b/plugins/time/resources/ui/gedit-time-setup-dialog.ui
@@ -0,0 +1,214 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkDialog" id="time_dialog">
+ <property name="can_focus">False</property>
+ <property name="title" translatable="yes">Configure date/time plugin</property>
+ <property name="type_hint">normal</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">8</property>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="button1">
+ <property name="label" translatable="yes">_Close</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="time_dialog_content">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="vexpand">True</property>
+ <property name="border_width">10</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">When inserting date/time…</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_start">12</property>
+ <child>
+ <object class="GtkRadioButton" id="always_prompt">
+ <property name="label" translatable="yes">_Prompt for a format</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">2</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkRadioButton" id="never_prompt">
+ <property name="label" translatable="yes">Use the _selected format</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ <property name="group">always_prompt</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">2</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkScrolledWindow" id="formats_viewport">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="margin_start">12</property>
+ <property name="margin_bottom">8</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkTreeView" id="formats_tree">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="headers_visible">False</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview-selection"/>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ <property name="width">2</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkRadioButton" id="use_custom">
+ <property name="label" translatable="yes">_Use custom format</property>
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ <property name="group">always_prompt</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="custom_entry">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="invisible_char">●</property>
+ <property name="text" translatable="yes" comments="Translators: Use the more common date format in your locale">%d/%m/%Y %H:%M:%S</property>
+ <property name="margin_start">6</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">3</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="custom_format_example">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="xalign">1</property>
+ <property name="label" translatable="yes" comments="Translators: This example should follow the date format defined in the entry above">01/11/2009 17:52:00</property>
+ <property name="justify">right</property>
+ <attributes>
+ <attribute name="scale" value="0.80000000000000004"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">4</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="0">button4</action-widget>
+ </action-widgets>
+ </object>
+</interface>
diff --git a/plugins/time/time.plugin.desktop.in b/plugins/time/time.plugin.desktop.in
new file mode 100644
index 0000000..1086547
--- /dev/null
+++ b/plugins/time/time.plugin.desktop.in
@@ -0,0 +1,8 @@
+[Plugin]
+Module=time
+IAge=3
+Name=Insert Date/Time
+Description=Inserts current date and time at the cursor position.
+Authors=Paolo Maggi <paolo.maggi@polito.it>;Lee Mallabone <gnome@fonicmonkey.net>
+Copyright=Copyright © 2002-2005 Paolo Maggi
+Website=http://www.gedit.org
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..fcb0b2d
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,107 @@
+# gedit translations
+# Please keep this list sorted alphabetically.
+af
+am
+an
+ar
+as
+ast
+az
+be
+be@latin
+bg
+bn
+bn_IN
+br
+bs
+ca
+ca@valencia
+ckb
+crh
+cs
+cy
+da
+de
+dz
+el
+en_CA
+en_GB
+en@shaw
+eo
+es
+et
+eu
+fa
+fi
+fr
+fur
+ga
+gd
+gl
+gu
+he
+hi
+hr
+hu
+hy
+id
+ie
+is
+it
+ja
+ka
+kk
+km
+kn
+ko
+ku
+la
+ln
+lt
+lv
+mai
+mg
+mi
+mjw
+mk
+ml
+mn
+mr
+ms
+my
+nb
+nds
+ne
+nl
+nn
+oc
+or
+pa
+pl
+ps
+pt
+pt_BR
+ro
+ru
+rw
+si
+sk
+sl
+sq
+sr
+sr@latin
+sv
+ta
+te
+tg
+th
+tk
+tr
+ug
+uk
+vi
+wa
+xh
+zh_CN
+zh_HK
+zh_TW
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644
index 0000000..31314cd
--- /dev/null
+++ b/po/POTFILES.in
@@ -0,0 +1,111 @@
+# List of source files containing translatable strings.
+# Please keep this file sorted alphabetically.
+data/org.gnome.gedit.appdata.xml.in
+data/org.gnome.gedit.desktop.in
+data/org.gnome.gedit.gschema.xml.in
+gedit/gedit-app.c
+gedit/gedit-app-osx.m
+gedit/gedit.c
+gedit/gedit-close-confirmation-dialog.c
+gedit/gedit-commands-file.c
+gedit/gedit-commands-help.c
+gedit/gedit-commands-search.c
+gedit/gedit-debug.c
+gedit/gedit-document.c
+gedit/gedit-documents-panel.c
+gedit/gedit-encoding-items.c
+gedit/gedit-encodings-combo-box.c
+gedit/gedit-encodings-dialog.c
+gedit/gedit-factory.c
+gedit/gedit-file-chooser.c
+gedit/gedit-file-chooser-dialog-gtk.c
+gedit/gedit-file-chooser-open.c
+gedit/gedit-file-chooser-open-dialog.c
+gedit/gedit-file-chooser-open-native.c
+gedit/gedit-io-error-info-bar.c
+gedit/gedit-notebook.c
+gedit/gedit-notebook-popup-menu.c
+gedit/gedit-plugins-engine.c
+gedit/gedit-preferences-dialog.c
+gedit/gedit-print-job.c
+gedit/gedit-print-preview.c
+gedit/gedit-replace-dialog.c
+gedit/gedit-statusbar.c
+gedit/gedit-tab.c
+gedit/gedit-tab-label.c
+gedit/gedit-utils.c
+gedit/gedit-view.c
+gedit/gedit-view-frame.c
+gedit/gedit-window.c
+gedit/resources/gtk/menus-common.ui
+gedit/resources/gtk/menus-traditional.ui
+gedit/resources/gtk/menus.ui
+gedit/resources/ui/gedit-encodings-dialog.ui
+gedit/resources/ui/gedit-preferences-dialog.ui
+gedit/resources/ui/gedit-print-preferences.ui
+gedit/resources/ui/gedit-print-preview.ui
+gedit/resources/ui/gedit-replace-dialog.ui
+gedit/resources/ui/gedit-shortcuts.ui
+gedit/resources/ui/gedit-tab-label.ui
+gedit/resources/ui/gedit-window.ui
+plugins/docinfo/docinfo.plugin.desktop.in
+plugins/docinfo/gedit-docinfo-plugin.c
+plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui
+plugins/externaltools/data/build.desktop.in
+plugins/externaltools/data/open-terminal-here.desktop.in
+plugins/externaltools/data/open-terminal-here-osx.desktop.in
+plugins/externaltools/data/remove-trailing-spaces.desktop.in
+plugins/externaltools/data/run-command.desktop.in
+plugins/externaltools/data/send-to-fpaste.desktop.in
+plugins/externaltools/externaltools.plugin.desktop.in
+plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml
+plugins/externaltools/tools/appactivatable.py
+plugins/externaltools/tools/capture.py
+plugins/externaltools/tools/functions.py
+plugins/externaltools/tools/__init__.py
+plugins/externaltools/tools/manager.py
+plugins/externaltools/tools/outputpanel.py
+plugins/externaltools/tools/outputpanel.ui
+plugins/externaltools/tools/tools.ui
+plugins/externaltools/tools/windowactivatable.py
+plugins/filebrowser/filebrowser.plugin.desktop.in
+plugins/filebrowser/gedit-file-bookmarks-store.c
+plugins/filebrowser/gedit-file-browser-plugin.c
+plugins/filebrowser/gedit-file-browser-store.c
+plugins/filebrowser/gedit-file-browser-utils.c
+plugins/filebrowser/gedit-file-browser-view.c
+plugins/filebrowser/gedit-file-browser-widget.c
+plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml
+plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui
+plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui
+plugins/modelines/modelines.plugin.desktop.in
+plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml
+plugins/pythonconsole/pythonconsole/config.ui
+plugins/pythonconsole/pythonconsole/__init__.py
+plugins/pythonconsole/pythonconsole.plugin.desktop.in
+plugins/quickhighlight/quickhighlight.plugin.desktop.in
+plugins/quickopen/quickopen/__init__.py
+plugins/quickopen/quickopen.plugin.desktop.in
+plugins/quickopen/quickopen/popup.py
+plugins/snippets/snippets/appactivatable.py
+plugins/snippets/snippets/document.py
+plugins/snippets/snippets/exporter.py
+plugins/snippets/snippets/importer.py
+plugins/snippets/snippets/manager.py
+plugins/snippets/snippets/placeholder.py
+plugins/snippets/snippets.plugin.desktop.in
+plugins/snippets/snippets/snippets.ui
+plugins/snippets/snippets/windowactivatable.py
+plugins/sort/gedit-sort-plugin.c
+plugins/sort/resources/ui/gedit-sort-plugin.ui
+plugins/sort/sort.plugin.desktop.in
+plugins/spell/gedit-spell-app-activatable.c
+plugins/spell/gedit-spell-plugin.c
+plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml
+plugins/spell/resources/ui/gedit-spell-setup-dialog.ui
+plugins/spell/spell.plugin.desktop.in
+plugins/time/gedit-time-plugin.c
+plugins/time/org.gnome.gedit.plugins.time.gschema.xml
+plugins/time/resources/ui/gedit-time-dialog.ui
+plugins/time/resources/ui/gedit-time-setup-dialog.ui
+plugins/time/time.plugin.desktop.in
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644
index 0000000..0fb3682
--- /dev/null
+++ b/po/POTFILES.skip
@@ -0,0 +1,2 @@
+# List of source files that should *not* be translated.
+# Please keep this file sorted alphabetically.
diff --git a/po/af.po b/po/af.po
new file mode 100644
index 0000000..650587f
--- /dev/null
+++ b/po/af.po
@@ -0,0 +1,6486 @@
+# Afrikaans translation of gedit.
+# Copyright (C) 2004 Zuza Software Foundation
+# This file is distributed under the same license as the gedit package.
+# Zuza Software Foundation <info@translate.org.za>, 2004
+# F Wolff <friedel@translate.org.za>, 2008, 2011.
+# Petrus Potgieter <petrus@potgieter.org>, 2009, 2011.
+# Pieter Schoeman <pieter@sonbesie.co.za>, 2017, 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 2.6-branch\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2019-01-13 11:51+0000\n"
+"PO-Revision-Date: 2019-01-21 12:49+0200\n"
+"Last-Translator: Pieter Schalk Schoeman <pieter@sonbesie.co.za>\n"
+"Language-Team: Afrikaans <pieter@sonbesie.co.za>\n"
+"Language: af\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.2\n"
+"X-Project-Style: gnome\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in.in:4
+msgid "Edit text files"
+msgstr "Redigeer tekslêers"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit is die offisiële teksredigeerder van die GNOME omgewing. Terwyl daar "
+"na eenvoud en gebruikersvriendelikheid gemik word, is gedit 'n kragtige "
+"algemene teksredigeerder."
+
+#: data/org.gnome.gedit.appdata.xml.in:15
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Of jy nou die volgende topverkoper skryf, 'n innoverende program programmer, "
+"of net 'n paar vinnige notas neem, gedit sal 'n betroubare instrument wees "
+"om jou doelwit te bereik."
+
+#: data/org.gnome.gedit.appdata.xml.in:20
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"Die buigsame inprop stelsel stel u in staat om die program na u behoeftes op "
+"te stel en by u werkvloei aan te pas."
+
+#: data/org.gnome.gedit.desktop.in.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Teksredigeerder"
+
+#. TRANSLATORS: Do NOT translate or transliterate this text!
+#. This is an icon file name.
+#: data/org.gnome.gedit.desktop.in.in:12
+msgid "org.gnome.gedit"
+msgstr "org.gnome.gedit"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in.in:24
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "teks;redigeerder;gewone;skryf;"
+
+#: data/org.gnome.gedit.desktop.in.in:28
+msgid "New Window"
+msgstr "Nuwe venster"
+
+#: data/org.gnome.gedit.desktop.in.in:32
+msgid "New Document"
+msgstr "Nuwe dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Gebruik verstek lettertipe"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+#, fuzzy
+#| msgid ""
+#| "Whether to use the system's default fixed width font for editing text "
+#| "instead of a font specific to gedit. If this option is turned off, then "
+#| "the font named in the \"Editor Font\" option will be used instead of the "
+#| "system font."
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Of die stelsel se verstek lettertipe in plaas van 'n lettertipe wat "
+"spesifiek aan gedit is, vir die redigeer van teks gebruik moet word. Indien "
+"hierdie opsie afgeskakel word, sal die lettertipe wat in die \"Redigeerder-"
+"lettertipe\"-opsie vermeld word, gebruik word in plaas van die stelsel-"
+"lettertipe."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Redigeer-lettertipe"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+#, fuzzy
+#| 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."
+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 ""
+"'n Doelgemaakte lettertipe wat vir die redigeerbare gebied gebruik sal word. "
+"Dit sal eers in werking tree as die \"Gebruik verstekfont\"-opsie buite "
+"werking gestel word."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stylskema"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Die ID van 'n GtkSourceView-stylskema wat gebruik word vir die tekskleure."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Maak rugsteunkopieë"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Of gedit rugsteun kopieë moet maak van die leërs wat dit stoor."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Outostoor"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+#, fuzzy
+#| msgid ""
+#| "Whether gedit should automatically save modified files after a time "
+#| "interval. You can set the time interval with the \"Autosave Interval\" "
+#| "option."
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Of gedit outomaties gewysigde lêers moet stoor ná 'n tydsverloop. Jy kan die "
+"tydsverloop verstel met die \"Outostoor-interval\"-opsie."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Outostoor-interval"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+#, fuzzy
+#| msgid ""
+#| "Number of minutes after which gedit will automatically save modified "
+#| "files. This will only take effect if the \"Autosave\" option is turned on."
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Aantal minute waarna gedit gewysigde lêers outomaties sal stoor. Dit sal "
+"eers in werking tree indien die \"Outostoor\"-opsie in werking gestel word."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maksimum aantal herdoen aksies"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+#, fuzzy
+#| msgid ""
+#| "Maximum number of actions that gedit will be able to undo or redo. Use "
+#| "\"-1\" for unlimited number of actions."
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maksimale aantal aksies wat gedit sal kan ontdoen of herdoen. Gebruik \"-1\" "
+"vir 'n onbeperkte aantal aksies."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Reëlvoumodus"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+#, fuzzy
+#| 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."
+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 ""
+"Spesifiseer hoe om lang reëls in die teksarea om te vou. Gebruik \"none\" om "
+"nie om te vou nie, \"word\" om by woordgrense om te vou, \"char\" om by "
+"karaktergrense om te vou. Neem kennis dat waardes kassensitief is, so maak "
+"seker hulle verskyn presies soos hier vertoon."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Keepgrootte"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Spesifiseer die getal spasies wat vertoon moet word in plaas van "
+"keepkarakters."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Voeg spasies in"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Of gedit spasies in plaas van keepkarakters moet invoeg."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Outomatiese inkeping"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Of gedit outomatiese inkeping moet aktiveer."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Wys reëlnommers"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Of gedit reëlnommers in die redigeerbare streek moet vertoon."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Verlig huidige reël"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Of gedit die huidige lyntjie moet verlig."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Verlig passende hakies"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Of gedit passende hakies moet verlig."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Wys regterkantlyn"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Of gedit die regterkantlyn in die redigeerbare streek moet vertoon."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Regterkantlyn-posisie"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Spesifiseer die posisie van die regterkantlyn."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Display Overview Map"
+msgstr "Wys oorsigkaart"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether gedit should display the overview map for the document."
+msgstr "Of gedit die oorsigkaart vir die dokument moet vertoon."
+
+#: data/org.gnome.gedit.gschema.xml.in:136
+msgid "Document background pattern type"
+msgstr "Dokument agtergrond patroon tipe"
+
+#: data/org.gnome.gedit.gschema.xml.in:137
+msgid "Whether the document will get a background pattern painted."
+msgstr "Of die dokument 'n agtergrond patroon gaan kry."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Smart Home End"
+msgstr "Slim huis einde"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+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.gnome.gedit.gschema.xml.in:152
+msgid "Restore Previous Cursor Position"
+msgstr "Stel vorige wyserposisie terug"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Of gedit die vorige loperposisie moet herstel wanneer 'n lêer gelaai word."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Syntax Highlighting"
+msgstr "Aktiveer sintaksverligting"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Of gedit sinsverligting moet aktiveer."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Enable Search Highlighting"
+msgstr "Aktiveer verligting van soektogte"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Of gedit alle instansies van die soekteks moet verlig."
+
+#: data/org.gnome.gedit.gschema.xml.in:167
+msgid "Ensure Trailing Newline"
+msgstr "Verseker slepende nuwe lyn"
+
+#: data/org.gnome.gedit.gschema.xml.in:168
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Of gedit 'sal verseker dat dokumente altyd met 'n slepende nuwe lyn eindig."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Toolbar is Visible"
+msgstr "Nutsbalk is sigbaar"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Of die nutsbalk in redigeervensters sigbaar moet wees."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Notebook Show Tabs Mode"
+msgstr "Vertoon notaboek-oortjies modus"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+#, fuzzy
+#| msgid ""
+#| "Specifies when to show the notebook tabs. Use \"never\" to never show the "
+#| "tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs "
+#| "only when there is more than one tab. Note that the values are case-"
+#| "sensitive, so make sure they appear exactly as mentioned here."
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Spesifiseer wanneer om notaboek-oortjies te vertoon. Gebruik \"never\" om "
+"nooit oortjies te vertoon nie, \"always\" om altyd oortjies te vertoon, en "
+"\"auto\" om slegs oortjies te vertoon indien daar meer as een oortjie is. "
+"Neem kennis dat waardes kassensitief is, so maak seker hulle verskyn presies "
+"soos hier vertoon."
+
+#: data/org.gnome.gedit.gschema.xml.in:184
+msgid "Status Bar is Visible"
+msgstr "Statusstaaf is sigbaar"
+
+#: data/org.gnome.gedit.gschema.xml.in:185
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Of die statusstaaf onderaan redigeervensters sigbaar moet wees."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Side panel is Visible"
+msgstr "Kantpaneel is sigbaar"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Of die sypaneel links van die redigeervensters sigbaar moet wees."
+
+#: data/org.gnome.gedit.gschema.xml.in:197
+msgid "Maximum Recent Files"
+msgstr "Maksimum onlangse lêers"
+
+#: data/org.gnome.gedit.gschema.xml.in:198
+#, fuzzy
+#| msgid ""
+#| "Specifies the maximum number of recently opened files that will be "
+#| "displayed in the \"Recent Files\" submenu."
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the “Recent Files” submenu."
+msgstr ""
+"Spesifiseer die maksimum getal onlangs geopende lêers wat in die \"Onlangse "
+"lêers\"-subkieslys vertoon sal word."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Print Syntax Highlighting"
+msgstr "Druk sintaksverligting"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Of gedit sinsverligting moet druk wanneer dit dokumente druk."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Header"
+msgstr "Druk kopreël"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Of gedit 'n dokumentkopreël moet insluit wanneer dit dokumente druk."
+
+#: data/org.gnome.gedit.gschema.xml.in:219
+msgid "Printing Line Wrapping Mode"
+msgstr "Drukreëlvoumodus"
+
+#: data/org.gnome.gedit.gschema.xml.in:220
+#, fuzzy
+#| 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."
+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 ""
+"Spesifiseer hoe om lang reëls vir druk om te vou. Gebruik \"none\" om nie om "
+"te vou nie, \"word\" om by woordgrense om te vou, \"char\" om by "
+"karaktergrense om te vou. Neem kennis dat waardes kassensitief is, so maak "
+"seker hulle verskyn presies soos hier vertoon."
+
+#: data/org.gnome.gedit.gschema.xml.in:224
+msgid "Print Line Numbers"
+msgstr "Druk reëlnommers"
+
+#: data/org.gnome.gedit.gschema.xml.in:225
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"As hierdie waarde 0 is, sal geen reëlnommers ingevoeg word wanneer 'n "
+"dokument gedruk word nie. Andersins sal gedit reëlnommers by elke soveel "
+"reëls druk."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:229
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:230
+msgid "Body Font for Printing"
+msgstr "Lyf-lettertipe vir drukwerk"
+
+#: data/org.gnome.gedit.gschema.xml.in:231
+#, fuzzy
+#| msgid ""
+#| "Specifies the font to use for a document's body when printing documents."
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Spesifiseer watter lettertipe vir 'n dokument se lyf gebruik moet word "
+"indien die dokumente gedruk word."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:235
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:236
+msgid "Header Font for Printing"
+msgstr "Kopreël-lettertipe vir drukwerk"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+#, fuzzy
+#| 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."
+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 ""
+"Spesifiseer watter lettertipe vir bladsykoppe gebruik moet word by drukwerk. "
+"Dit sal eers in werking tree as die \"Druk kop\"-opsie in werking gestel "
+"word."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:241
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Line Number Font for Printing"
+msgstr "Reëlnommer-lettertipe vir drukwerk"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+#, fuzzy
+#| 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."
+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 ""
+"Spesifiseer watter lettertipe vir reëlnommers gebruik moet word by drukwerk. "
+"Dit sal slegs in werking tree wanneer die \"Druk reëlnommers\"-opsie nie-nul "
+"is."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Left"
+msgstr "Linker kantruimte"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The left margin, in millimeters."
+msgstr "Die linker kantruimte, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:252
+msgid "Margin Top"
+msgstr "Boonste kantruimte"
+
+#: data/org.gnome.gedit.gschema.xml.in:253
+msgid "The top margin, in millimeters."
+msgstr "Die boonste kantruimte, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:257
+msgid "Margin Right"
+msgstr "Regter kantruimte"
+
+#: data/org.gnome.gedit.gschema.xml.in:258
+msgid "The right margin, in millimeters."
+msgstr "Die regter kantruimte, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:262
+msgid "Margin Bottom"
+msgstr "Onderste kantruimte"
+
+#: data/org.gnome.gedit.gschema.xml.in:263
+msgid "The bottom margin, in millimeters."
+msgstr "Die onderste kantruimte, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:269
+msgid "Candidate Encodings"
+msgstr "Kandidaatkoderings"
+
+#: data/org.gnome.gedit.gschema.xml.in:270
+#, fuzzy
+#| msgid ""
+#| "List of candidate encodings shown in the Character Encoding menu in the "
+#| "open/save file chooser. \"CURRENT\" represents the current locale "
+#| "encoding. Only recognized encodings are used. The default value is the "
+#| "empty list, in which case gedit will choose good defaults depending on "
+#| "the country and language."
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Lys van kandidaatkoderings vertoon in die karakter-enkodering-kieslys in die "
+"oop / stoor lêer kieser. \"CURRENT\" verteenwoordig die huidige plaaslike "
+"kodering. Slegs erkende enkoderings word gebruik. Die verstekwaarde is 'n "
+"leë lys, waar gedit goeie waardes sal kies afhangende van die land en taal."
+
+#: data/org.gnome.gedit.gschema.xml.in:316
+msgid "Active plugins"
+msgstr "Aktiewe inproppe"
+
+#: data/org.gnome.gedit.gschema.xml.in:317
+#, fuzzy
+#| msgid ""
+#| "List of active plugins. It contains the \"Location\" of the active "
+#| "plugins. See the .gedit-plugin file for obtaining the \"Location\" of a "
+#| "given plugin."
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr ""
+"'n Lys aktiewe inproppe. Dit bevat die \"Ligging\" van aktiewe inproppe. "
+"Verwys na die .gedit-inprop- lêer om die \"Ligging\" van 'n gegewe inprop te "
+"vind."
+
+#: gedit/gedit-app.c:110
+#, fuzzy
+#| msgid "Show the application's version"
+msgid "Show the application’s version"
+msgstr "Vertoon die weergawe van die toepassing"
+
+#: gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "Vertoon lys van moontlike waardes vir die enkoderingsopsie"
+
+#: gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Bepaal die karakterenkodering wat gebruik sal word om lêers oop te maak wat "
+"die opdraglyn gelys word"
+
+#: gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "ENKODERING"
+
+#: gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Skep 'n nuwe bovlakvenster in 'n bestaande instansie van gedit"
+
+#: gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Skep 'n nuwe dokument in 'n bestaande geval van gedit"
+
+#: gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "Maak lêers oop en blok proses totdat lêers gesluit is"
+
+#: gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "Laat gedit in alleenstaanmodus loop"
+
+#: gedit/gedit-app.c:158
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[LÊER...] [+LYN[:KOLOM]]"
+
+#: gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "Daar was 'n fout met vertoon van hulp."
+
+#: gedit/gedit-app.c:964
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ongeldige enkodering."
+
+#: gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "Sluit _sonder om te stoor"
+
+#: gedit/gedit-close-confirmation-dialog.c:278 gedit/gedit-commands-file.c:462
+#: gedit/gedit-commands-file.c:567 gedit/gedit-commands-file.c:643
+#: gedit/gedit-commands-file.c:854 gedit/gedit-commands-file.c:1568
+#: gedit/gedit-encodings-dialog.c:194 gedit/gedit-preferences-dialog.c:825
+#: gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:213
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Kanselleer"
+
+#: gedit/gedit-close-confirmation-dialog.c:306 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:30
+msgid "_Save As…"
+msgstr "_Stoor As…"
+
+#: gedit/gedit-close-confirmation-dialog.c:306 gedit/gedit-commands-file.c:855
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:105
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Stoor"
+
+#: gedit/gedit-close-confirmation-dialog.c:324
+#, fuzzy, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld second will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld seconds will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"As jy nie stoor nie, sal wysigings van die afgelope %ld sekonde permanent "
+"verlore wees."
+msgstr[1] ""
+"As jy nie stoor nie, sal wysigings van die afgelope %ld sekondes permanent "
+"verlore wees."
+
+#: gedit/gedit-close-confirmation-dialog.c:333
+#, fuzzy
+#| msgid ""
+#| "If you don't save, changes from the last minute will be permanently lost."
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"As jy nie stoor nie, sal wysigings van die afgelope minuut permanent verlore "
+"wees."
+
+#: gedit/gedit-close-confirmation-dialog.c:339
+#, fuzzy, c-format
+#| msgid ""
+#| "If you don't save, changes from the last minute and %ld second will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last minute and %ld seconds will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"As jy nie stoor nie, sal wysigings van die afgelope minuut en %ld sekonde "
+"permanent verlore wees."
+msgstr[1] ""
+"As jy nie stoor nie, sal wysigings van die afgelope minuut en %ld sekondes "
+"permanent verlore wees."
+
+#: gedit/gedit-close-confirmation-dialog.c:349
+#, fuzzy, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld minute will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld minutes will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"As jy nie stoor nie, sal wysigings van die afgelope %ld minuut permanent "
+"verlore wees."
+msgstr[1] ""
+"As jy nie stoor nie, sal wysigings van die afgelope %ld minute permanent "
+"verlore wees."
+
+#: gedit/gedit-close-confirmation-dialog.c:364
+#, fuzzy
+#| msgid ""
+#| "If you don't save, changes from the last hour will be permanently lost."
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"As jy nie stoor nie, sal wysigings van die afgelope uur permanent verlore "
+"wees."
+
+#: gedit/gedit-close-confirmation-dialog.c:370
+#, fuzzy, c-format
+#| msgid ""
+#| "If you don't save, changes from the last hour and %d minute will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last hour and %d minutes will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"As jy nie stoor nie, sal wysigings van die afgelope uur en %d minuut "
+"permanent verlore wees."
+msgstr[1] ""
+"As jy nie stoor nie, sal wysigings van die afgelope uur en %d minute "
+"permanent verlore wees."
+
+#: gedit/gedit-close-confirmation-dialog.c:385
+#, fuzzy, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %d hour will be permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %d hours will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"As jy nie stoor nie, sal wysigings van die afgelope %d uur permanent verlore "
+"wees."
+msgstr[1] ""
+"As jy nie stoor nie, sal wysigings van die afgelope %d ure permanent verlore "
+"wees."
+
+#: gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Wysigings aan dokument \"%s\" sal permanent verlore wees."
+
+#: gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Stoor die wysigings aan dokument \"%s\" voor afsluiting?"
+
+#: gedit/gedit-close-confirmation-dialog.c:434
+#: gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "Stoor is deur die stelseladministrateur buite werking gestel."
+
+#: gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Wysigings aan %d dokument sal permanent verlore wees."
+msgstr[1] "Wysigings aan %d dokumente sal permanent verlore wees."
+
+#: gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Daar is %d dokument met ongestoorde wysigings. Stoor wysigings voor "
+"afsluiting?"
+msgstr[1] ""
+"Daar is %d dokumente met ongestoorde wysigings. Stoor wysigings voor "
+"afsluiting?"
+
+#: gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "Dokum_ente met ongestoorde veranderinge:"
+
+#: gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "Ki_es die dokumente om te stoor:"
+
+#: gedit/gedit-close-confirmation-dialog.c:562
+#, fuzzy
+#| msgid "If you don't save, all your changes will be permanently lost."
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "As jy nie stoor nie, sal al die wysigings permanent verlore wees."
+
+#: gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Laai tans lêer \"%s\"…"
+
+#: gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Laai tans %d lêer…"
+msgstr[1] "Laai tans %d lêers…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Open"
+
+#: gedit/gedit-commands-file.c:463 gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: gedit/resources/ui/gedit-window.ui:48
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Open"
+
+#: gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Die lêer \"%s\" is leesalleen."
+
+#: gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Wil jy dit probeer vervang met die een wat jy tans stoor?"
+
+#: gedit/gedit-commands-file.c:568
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Vervang"
+
+#: gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Stoor die lêer saamgepers?"
+
+#: gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "Stoor die lêer as gewone teks?"
+
+#: gedit/gedit-commands-file.c:625
+#, fuzzy, c-format
+#| msgid ""
+#| "The file \"%s\" was previously saved as plain text and will now be saved "
+#| "using compression."
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Die lêer \"%s\" was voorheen as gewone teks gestoor en sal nou gestoor word "
+"met samepersing."
+
+#: gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "_Stoor met samepersing"
+
+#: gedit/gedit-commands-file.c:634
+#, fuzzy, c-format
+#| msgid ""
+#| "The file \"%s\" was previously saved using compression and will now be "
+#| "saved as plain text."
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Die lêer \"%s\" was voorheen as gewone teks gestoor en sal nou gestoor word "
+"met samepersing."
+
+#: gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "_Stoor as gewone teks"
+
+#: gedit/gedit-commands-file.c:752 gedit/gedit-commands-file.c:1019
+#, fuzzy, c-format
+#| msgid "Saving file '%s'…"
+msgid "Saving file “%s”…"
+msgstr "Stoor tans lêer '%s'…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Stoor As"
+
+#: gedit/gedit-commands-file.c:1429
+#, fuzzy, c-format
+#| msgid "Reverting the document '%s'…"
+msgid "Reverting the document “%s”…"
+msgstr "Keer die dokument '%s' terug…"
+
+#: gedit/gedit-commands-file.c:1476
+#, fuzzy, c-format
+#| msgid "Revert unsaved changes to document '%s'?"
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Keer ongestoorde wysigings in dokument '%s' terug?"
+
+#: gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Wysigings aan die dokument van die afgelope %ld sekonde sal permanent "
+"verlore wees."
+msgstr[1] ""
+"Wysigings aan die dokument van die afgelope %ld sekondes sal permanent "
+"verlore wees."
+
+#: gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Wysigings aan die dokument van die afgelope minuut sal permanent verlore "
+"wees."
+
+#: gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Wysigings aan die dokument van die afgelope minuut en %ld sekonde sal "
+"permanent verlore wees."
+msgstr[1] ""
+"Wysigings aan die dokument van die afgelope minuut en %ld sekondes sal "
+"permanent verlore wees."
+
+#: gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Wysigings aan die dokument van die afgelope %ld minuut sal permanent verlore "
+"wees."
+msgstr[1] ""
+"Wysigings aan die dokument van die afgelope %ld minute sal permanent verlore "
+"wees."
+
+#: gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Wysigings aan die dokument van die afgelope uur sal permanent verlore wees."
+
+#: gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Wysigings aan die dokument van die afgelope uur en %d minuut sal permanent "
+"verlore wees."
+msgstr[1] ""
+"Wysigings aan die dokument van die afgelope uur en %d minute sal permanent "
+"verlore wees."
+
+#: gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Wysigings aan die dokument van die afgelope %d uur sal permanent verlore "
+"wees."
+msgstr[1] ""
+"Wysigings aan die dokument van die afgelope %d uur sal permanent verlore "
+"wees."
+
+#: gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "_Keer terug"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit is 'n klein en liggewig-teksredigeerder vir die GNOME-werkskerm"
+
+#: gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"Friedel Wolff\n"
+"Petrus Potgieter\n"
+"Pieter Schoeman"
+
+#: gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d voorkoms gevind en vervang"
+msgstr[1] "%d voorkomste gevind en vervang"
+
+#: gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "Een voorkoms gevind en vervang"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:142
+#, c-format
+msgid "“%s” not found"
+msgstr "\"%s\" nie gevind nie"
+
+#: gedit/gedit-document.c:1103 gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Titelloos %d"
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Keep Groep %i"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1161
+#: gedit/gedit-window.c:1167 gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Leesalleen"
+
+#: gedit/gedit-encodings-combo-box.c:299
+#: gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Bespeur outomaties"
+
+#: gedit/gedit-encodings-combo-box.c:328
+#: gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove…"
+msgstr "Voeg by of verwyder…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Huidige lokaliteit (%s)"
+
+#: gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Huidige lokaliteit)"
+
+#: gedit/gedit-encodings-dialog.c:190
+#, fuzzy
+#| msgid "Do you really want to reset the character encodings' preferences?"
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Wil u regtig die karakterkoderings instellings terugstel?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:195 gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "Stel te_rug"
+
+#: gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Voeg by"
+
+#: gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Verwyder"
+
+#: gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Skyf na 'n hoër prioriteit"
+
+#: gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Skyf na 'n laer prioriteit"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:45
+#: gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Alle lêers"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:46
+msgid "All Text Files"
+msgstr "Alle tekslêers"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:317
+#: gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "Karakterkodering:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:350
+#: gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Einde van lyn:"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1245
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:774
+msgid "Plain Text"
+msgstr "Skoonteks"
+
+#: gedit/gedit-io-error-info-bar.c:142 gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "P_robeer weer"
+
+#: gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Kon nie die lêer \"%s\" kry nie."
+
+#: gedit/gedit-io-error-info-bar.c:164 gedit/gedit-io-error-info-bar.c:204
+#: gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Maak seker die ligging is reg ingetik en probeer weer."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Kan nie \"%s\": liggings hanteer nie."
+
+#: gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr "Kan nie hierdie ligging hanteer nie."
+
+#: gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr "Die ligging van die lêer is ontoeganklik."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "\"%s\" is 'n gids."
+
+#: gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "\"%s\" is nie 'n geldige ligging nie."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Die gasheer \"%s\" kon nie gevind word nie. Maak seker dat die instellings "
+"vir instaanbedieners korrek is, en probeer gerus weer."
+
+#: gedit/gedit-io-error-info-bar.c:260
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Gasheernaam was nie geldig nie. Maak asseblief seker dat die ligging korrek "
+"ingetik is en probeer weer."
+
+#: gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "\"%s\" is nie 'n gewone lêer nie."
+
+#: gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "Verbinding het uitgetel. Probeer gerus weer."
+
+#: gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Onverwagse fout: %s"
+
+#: gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Kan die lêer nie vind nie. Dalk is die lêer onlangs geskrap."
+
+#: gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Kon nie na die lêer \"%s\" terugkeer nie."
+
+#: gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "K_arakterkodering:"
+
+#: gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Die ligging \"%s\" is tans nie bereikbaar nie."
+
+#: gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr "Jou stelsel is nie aanlyn nie. Gaan jou netwerk na."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:499 gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "_Redigeer in elkgeval"
+
+#: gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Die aantal gevolgde skakels is beperk en die eintlike lêer kon nie binne "
+"hierdie beperking gevind word nie."
+
+#: gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Jy het nie die nodige toestemming om hierdie lêer oop te maak nie."
+
+#: gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr "Kon nie die karakterenkodering bepaal nie."
+
+#: gedit/gedit-io-error-info-bar.c:598 gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Kontroleer of u moontlik 'n binêre lêer probeer oopmaak."
+
+#: gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr "Kies 'n karakterkodering van die kieslys en probeer weer."
+
+#: gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Daar was 'n probleem met die oopmaak van die lêer \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Die lêer wat oopgemaak is, het 'n paar ongeldige karakters. Indien jy "
+"voortgaan met die redigeer van die lêer kan die lêer korrupteer."
+
+#: gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr "Jy kan ook 'n ander karakterenkodering kies en weer probeer."
+
+#: gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Kon die lêer \"%s\" nie met die karakterenkodering \"%s\" oopmaak nie."
+
+#: gedit/gedit-io-error-info-bar.c:623 gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Kies 'n ander karakterenkodering van die kieslys en probeer weer."
+
+#: gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Kon nie die lêer \"%s\" open nie."
+
+#: gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Kon die lêer \"%s\" met die karakterenkodering \"%s\" stoor nie."
+
+#: gedit/gedit-io-error-info-bar.c:696
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Die dokument bevat een of meer karakters wat nie met die gespesifiseerde "
+"kodering geënkodeer kan word nie."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:769
+msgid "D_on’t Edit"
+msgstr "M_oenie redigeer nie"
+
+#: gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Hierdie lêer \"%s\" is reeds oop in 'n ander gedit-venster."
+
+#: gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr "Wil u die lêer in elkgeval redigeer?"
+
+#: gedit/gedit-io-error-info-bar.c:849 gedit/gedit-io-error-info-bar.c:939
+#: gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "St_oor in elk geval"
+
+#: gedit/gedit-io-error-info-bar.c:852 gedit/gedit-io-error-info-bar.c:942
+#: gedit/gedit-io-error-info-bar.c:1232
+msgid "D_on’t Save"
+msgstr "M_oenie stoor nie"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Die lêer \"%s\" is verander sedert dit gelees is."
+
+#: gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Indien dit nou gestoor word, sal alle eksterne veranderinge verloor word. "
+"Stoor in elk geval?"
+
+#: gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Kon nie 'n rugsteunlêer skep terwyl \"%s\" gestoor is nie"
+
+#: gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Kon nie 'n tydelike rugsteunlêer skep terwyl \"%s\" gestoor word nie"
+
+#: gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Kon nie die ou weergawe van die lêer rugsteun vóór die nuwe een gestoor word "
+"nie. Jy kan hierdie waarskuwing ignoreer en die lêer in elk geval stoor, "
+"maar indien 'n fout voorkom tydens die stoor, kan u dalk die ou weergawe van "
+"die lêer verloor. Nogtans stoor?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Kan nie liggings \"%s:\" hanteer in skryfmodus nie. Maak seker dat jy die "
+"ligging reg ingetik het en probeer weer."
+
+#: gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Kan nie hierdie ligging in skryfmodus hanteer nie. Maak seker dat die "
+"ligging reg ingetik is en probeer weer."
+
+#: gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" is nie 'n geldige ligging nie. Maak seker dat die ligging reg ingetik "
+"is en probeer weer."
+
+#: gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Jy het nie die nodige toestemming om die lêer te stoor nie. Maak seker dat "
+"die ligging reg ingetik is en probeer weer."
+
+#: gedit/gedit-io-error-info-bar.c:1073
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Daar is nie voldoende skyfspasie om die lêer te stoor nie. Maak 'n bietjie "
+"spasie beskikbaar en probeer weer."
+
+#: gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Jy probeer om 'n lêer te stoor op 'n leesalleen skyf. Maak seker dat die "
+"ligging reg ingetik is en probeer weer."
+
+#: gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "'n Lêer met daardie naam bestaan reeds. Kies asseblief 'n ander naam."
+
+#: gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Die skyf waarheen jy die lêer probeer stoor, het 'n beperking op die lengte "
+"van lêername. Probeer 'n korter lêernaam."
+
+#: gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Die skyf waarheen jy die lêer probeer stoor het 'n beperking op "
+"lêergroottes. Probeer 'n kleiner lêer stoor, of stoor dit op 'n skyf wat nie "
+"hierdie beperking het nie."
+
+#: gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Kon nie die lêer \"%s\" stoor nie."
+
+#: gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Die lêer \"%s\" het verander op die skyf."
+
+#: gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr "Los veranderinge en He_rlaai"
+
+#: gedit/gedit-io-error-info-bar.c:1178 gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus.ui:9 gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "He_rlaai"
+
+#: gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Enkele ongeldige karakters is tydens die stoor van \"%s\" opgespoor"
+
+#: gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Indien jy voortgaan met die stoor van hierdie lêer, kan die dokument dalk "
+"korrupteer. Nogtans stoor?"
+
+#: gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Druk dié knoppie om die lettertipe te kies wat gebruik moet word deur die "
+"redigeerder"
+
+#: gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Gebr_uik die stelsel se vastewydte lettertipe (%s)"
+
+#: gedit/gedit-preferences-dialog.c:601
+#, fuzzy, 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 ""
+"Die gids '%s' kon nie geskep word nie: g_mkdir_with_parents() het misluk: %s"
+
+#: gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "Die geselekteerde kleurskema kon nie geïnstalleer word nie."
+
+#: gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Voeg 'n skema by"
+
+#: gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "_Voeg 'n skema by"
+
+#: gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Kleurskemalêers"
+
+#: gedit/gedit-preferences-dialog.c:861
+#, fuzzy, c-format
+#| msgid "Could not remove color scheme \"%s\"."
+msgid "Could not remove color scheme “%s”."
+msgstr "Die kleurskema \"%s\" kon nie verwyder word nie."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Berei tans voor…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Lêer: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Bladsy %N van %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Verbeeld tans bladsy %d van %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Bladsy %d van %d"
+
+#: gedit/gedit-replace-dialog.c:690 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Niks"
+
+#: gedit/gedit-replace-dialog.c:779
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Vind en Vervang"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Daar is 'n keep met foute"
+msgstr[1] "Daar is %d kepe met foute"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Stel %s uit %s terug"
+
+#: gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "Stel %s terug"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Laai %s vanaf %s"
+
+#: gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "Laai tans %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Stoor %s na %s"
+
+#: gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "Stoor tans %s"
+
+#: gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "Fout met die stoor van lêer %s"
+
+#: gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Fout met die terugstel van lêer %s"
+
+#: gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "Kon nie lêer %s stoor nie"
+
+#: gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Naam:"
+
+#: gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "MIME-soort:"
+
+#: gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Enkodering:"
+
+#: gedit/gedit-utils.c:823
+msgid "Please check your installation."
+msgstr "Gaan asseblief die installasie na."
+
+#: gedit/gedit-utils.c:884
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Kan nie koppeelvlaklêer %s oopmaak nie. Fout: %s"
+
+#: gedit/gedit-utils.c:903
+#, fuzzy, c-format
+#| msgid "Unable to find the object '%s' inside file %s."
+msgid "Unable to find the object “%s” inside file %s."
+msgstr "Kon nie die vereiste voorwerp '%s' binne lêer %s vind nie."
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:1141
+#, c-format
+msgid "/ on %s"
+msgstr "/ op %s"
+
+#: gedit/gedit-utils.c:1445
+msgid "Unix/Linux"
+msgstr "Unix / Linux"
+
+#: gedit/gedit-utils.c:1447
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:1449
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:481 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Vertoon reëlnommers"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d of %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "_Vou om"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "Soek as _Regular Expression"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "Soek slegs vir _volledige woord"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "_Soek kassensitief"
+
+#: gedit/gedit-view-frame.c:1029
+msgid "String you want to search for"
+msgstr "String om voor te soek"
+
+#: gedit/gedit-view-frame.c:1041
+msgid "Line you want to move the cursor to"
+msgstr "Lyn waarheen die loper moet gaan"
+
+#: gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "Passende hakie is buite strekking"
+
+#: gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "Passende hakie nie gevind nie"
+
+#: gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Passende hakie gevind op lyn: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Reël %d, kol %d"
+
+#: gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Keepwydte: %u"
+
+#: gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "Daar is ongestoorde dokumente"
+
+#: gedit/gedit-window.c:2442
+msgid "Change side panel page"
+msgstr "Verander kantpaneel bladsy"
+
+#: gedit/gedit-window.c:2462 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumente"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Skyf _Links"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Skyf _Regs"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Skuif na nuwe _venster"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Skuif na nuwe keep _groep"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:131
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Sluit"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Outomatiese inkeping"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Gebruik spasies"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Vertoon reëlnommers"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Vertoon regterkantspasie"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Verlig huidige reël"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Omvou van teks"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Lêer"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nuwe"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Open _onlangs"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Heropen toegemaakte _oortjie"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Stoor _as…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nuwe venster"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Druk…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:135
+msgid "_Quit"
+msgstr "_Afsluit"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "R_edigeer"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Ontdoen"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Herdoen"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Sny"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopieer"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Plak"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Skrap"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Oorskryfmodus"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Merk _alles"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:105
+msgid "_Preferences"
+msgstr "_Voorkeure"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Bekyk"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:69
+msgid "Side _Panel"
+msgstr "Kant_paneel"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:73
+msgid "_Bottom Panel"
+msgstr "_Onderste paneel"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Volskerm"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:84
+msgid "_Highlight Mode…"
+msgstr "_Verligmodus…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "Deur_soek"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:47
+msgid "_Find…"
+msgstr "_Vind…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Vind vo_lgende"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Vind vo_rige"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Vind en _Vervang…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:55
+msgid "_Clear Highlight"
+msgstr "Verligting s_koonmaak"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Gaan na _reël…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "N_utsgoed"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumente"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Stoor almal"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:127
+msgid "_Close All"
+msgstr "Slui_t almal"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nuwe groep kepe"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Vo_rige groep kepe"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Vo_lgende groep kepe"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Vo_rige dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Vo_lgende dokument"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Skuif na nuwe venster"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:120
+#: gedit/resources/gtk/menus-traditional.ui:116
+#: plugins/spell/gedit-spell-plugin.c:246
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Hulp"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:124
+#: gedit/resources/gtk/menus-traditional.ui:120
+msgid "_About Text Editor"
+msgstr "_Aangaande teksredigeerder"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:34
+msgid "Save _All"
+msgstr "Stoor _almal"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:51
+msgid "_Find and Replace…"
+msgstr "_Vind en Vervang…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:59
+msgid "_Go to Line…"
+msgstr "_Gaan na Reël…"
+
+#: gedit/resources/gtk/menus.ui:116
+#: gedit/resources/gtk/menus-traditional.ui:112
+msgid "_Keyboard Shortcuts"
+msgstr "_Sleutelbordkortpaaie"
+
+#: gedit/resources/gtk/menus-traditional.ui:65
+#: gedit/resources/ui/gedit-preferences-dialog.ui:285
+msgid "View"
+msgstr "Bekyk"
+
+#: gedit/resources/gtk/menus-traditional.ui:90
+msgid "Tools"
+msgstr "Nutsgoed"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Karakterkoderings"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "P_as toe"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "B_eskikbare enkoderings"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Uitgekiesde koderings"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Beskrywing"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Enkodering"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Verligmodus"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "Kie_s"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Soek verligting-modus…"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:53
+msgid "No results"
+msgstr "Geen resultate nie"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:97
+msgid "Other _Documents…"
+msgstr "_Dokumente…"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:101
+msgid "Open another file"
+msgstr "Open 'n ander lêer"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Voorkeure"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Vertoon regter_marge by kolom:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Vertoon _statusbalk"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _overview map"
+msgstr "Vertoon _oorsigkaart"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:125
+msgid "Display _grid pattern"
+msgstr "Vertoon rooster patroon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:154
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Omvou van teks"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:172
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Aktiveer teks_omvou"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:186
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Moenie woorde oor twee reëls _breek nie"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:220
+msgid "Highlighting"
+msgstr "Verligting"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:238
+msgid "Highlight current _line"
+msgstr "Ver_lig huidige reël"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:252
+msgid "Highlight matching _brackets"
+msgstr "Verlig passende _hakkies"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:307
+msgid "Tab Stops"
+msgstr "Keepstoppe"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:330
+msgid "_Tab width:"
+msgstr "_Keepwydte:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "Insert _spaces instead of tabs"
+msgstr "Voeg _spasies in plaas van keepkarakters in"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:374
+msgid "_Enable automatic indentation"
+msgstr "_Aktiveer outo-inkeping"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:409
+msgid "File Saving"
+msgstr "Lêerstoor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "Create a _backup copy of files before saving"
+msgstr "Maak 'n _rugsteunkopie van lêers voor gestoor word"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:443
+msgid "_Autosave files every"
+msgstr "_Outostoor lêers elke"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:459
+msgid "_minutes"
+msgstr "_minute"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:506
+msgid "Editor"
+msgstr "Redigeerder"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:529
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:24
+msgid "Font"
+msgstr "Lettertipe"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:573
+msgid "Editor _font: "
+msgstr "Redigeer _lettertipe: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:590
+msgid "Pick the editor font"
+msgstr "Kies die redigeerder-lettertipe"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:631
+msgid "Color Scheme"
+msgstr "Kleurskema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:678
+#: gedit/resources/ui/gedit-preferences-dialog.ui:679
+msgid "Install scheme"
+msgstr "Installeer skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:680
+msgid "Install Scheme"
+msgstr "Installeer skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:694
+#: gedit/resources/ui/gedit-preferences-dialog.ui:695
+msgid "Uninstall scheme"
+msgstr "Verwyder skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:696
+msgid "Uninstall Scheme"
+msgstr "Verwyder skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:736
+msgid "Font & Colors"
+msgstr "Lettertipe en kleur"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:761
+msgid "Plugins"
+msgstr "Inproppe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Sinsverligting"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Druk _sintaksverligting"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Reëlnommers"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Druk reëlno_mmers"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Nommer elke"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "reëls"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Bladsykopreël"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Druk bladsy_koppe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fonte"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Lyf:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Reëlnommers:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "K_oppe en voete:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Herverstel verstekfonte"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Wys die vorige bladsy"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Wys die volgende bladsy"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Huidige bladsy (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "van"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Bladsytotaal"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Die totale aantal bladsye in die dokument"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Wys veelvuldige bladsye"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zoem 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Zoem om die hele blad te laat pas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Zoem die bladsy in"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Zoem die bladsy uit"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Sluit drukvoorskou"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Sluit voorskou"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Bladsyvoorskou"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Die voorskou van 'n bladsy in die dokument wat gedruk gaan word"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Vervang _almal"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Vind"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "_Vind "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Vervang _met "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Soek _kassensitief"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Soek slegs vir _volledige woord"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_gular expression"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Deursoek _agteruit"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Vou om"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Skep 'n nuwe dokument in 'n oortjie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Maak 'n dokument oop"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Stoor die dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Stoor die dokument onder 'n ander naam"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Stoor al die dokumente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Sluit die dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Sluit al die dokumente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Heropen die mees onlangs geslote dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Skakel na die volgende dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Skakel na die vorige dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+#, fuzzy
+#| msgctxt "shortcut window"
+#| msgid "Switch to the first - ninth document"
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Skakel na die eerste - negende dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Vensters en Panele"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Skep 'n nuwe dokument in 'n venster"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Skep 'n nuwe oortjie groep"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Vertoon kant paneel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Vertoon onderste paneel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Volskerm aan / af"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Sluit die toepassing"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Vind en vervang"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Vind"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Vind die volgende resultaat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Vind die vorige resultaat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Verligting skoonmaak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:185
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Gaan na reël"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:193
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopieer en Plak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopieer gemerkte teks na knipbord"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:205
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Sny gemerkte teks na knipbord"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:212
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Plak teks van knipbord"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:220
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Ontdoen en herdoen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:225
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Ontdoen vorige bevel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:232
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Herdoen vorige bevel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:240
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Seleksie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Merk alle teks"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Redigeer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Wissel invoeg / oorskryf"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Skrap huidige reëls"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Koppel geselekteerde reëls"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Skuif huidige reël op"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Skuif huidige reël af"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Skuif huidige woord links"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Skuif huidige woord regs"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Verander na hoofletters"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Verander na kleinletters"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Keer letterkas om"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Verhoog nommer by wyser"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Verlaag nommer by wyser"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Nutsgoed"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Kontroleer spelling"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Druk die dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Wys voltooiingsvenster"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Sluit dokument"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:66
+#: gedit/resources/ui/gedit-window.ui:401
+msgid "Open a file"
+msgstr "Open 'n lêer"
+
+#: gedit/resources/ui/gedit-window.ui:65 gedit/resources/ui/gedit-window.ui:386
+#: gedit/resources/ui/gedit-window.ui:400
+msgid "Open"
+msgstr "Open"
+
+#: gedit/resources/ui/gedit-window.ui:80 gedit/resources/ui/gedit-window.ui:87
+#: gedit/resources/ui/gedit-window.ui:415
+#: gedit/resources/ui/gedit-window.ui:422
+msgid "Create a new document"
+msgstr "Skep 'n nuwe dokument"
+
+#: gedit/resources/ui/gedit-window.ui:86 gedit/resources/ui/gedit-window.ui:421
+msgid "New"
+msgstr "Nuwe"
+
+#: gedit/resources/ui/gedit-window.ui:109
+#: gedit/resources/ui/gedit-window.ui:114
+#: gedit/resources/ui/gedit-window.ui:460
+#: gedit/resources/ui/gedit-window.ui:465
+msgid "Save the current file"
+msgstr "Stoor die huidige lêer"
+
+#: gedit/resources/ui/gedit-window.ui:113
+#: gedit/resources/ui/gedit-window.ui:457
+#: gedit/resources/ui/gedit-window.ui:464
+msgid "Save"
+msgstr "Stoor"
+
+#: gedit/resources/ui/gedit-window.ui:256
+msgid "Hide panel"
+msgstr "Versteek paneel"
+
+#: gedit/resources/ui/gedit-window.ui:371
+msgid "Open a file dialog"
+msgstr "Open 'n lêer dialoog boks"
+
+#: gedit/resources/ui/gedit-window.ui:431
+#: gedit/resources/ui/gedit-window.ui:436
+#: gedit/resources/ui/gedit-window.ui:437
+msgid "Leave Fullscreen"
+msgstr "Verlaat volskermmodus"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:5
+msgid "Check update"
+msgstr "Gaan opdatering na"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:6
+msgid "Check for latest version of gedit"
+msgstr "Kontroleer vir die jongste weergawe van gedit"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Daar was 'n fout by vertoon van die URI."
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Laai af"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Ignoreer weergawe"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Daar is 'n nuwe weergawe van gedit"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Laai gerus die nuwe weergawe van gedit af deur op dei aflaaiknoppie te klik, "
+"of ignoreer die weergawe en wag vir 'n nuwe een"
+
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:5
+msgid "Version to Ignore"
+msgstr "Weergawe om te ignoreer"
+
+#. This is releated to the next gedit version to be released
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:7
+msgid "Version to ignore until a newer version is released."
+msgstr "Weergawe om te ignoreer tot 'n nuwe weergawe vrygestel is."
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Dokumentstatistiek"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Rapporteer die aantal woorde, reëls en karakters in 'n dokument."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "_Dokumentstatistiek"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Seleksie"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Reëls"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Woorde"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Karakters (met spasies)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Karakters (sonder spasies)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Grepe"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Bou"
+
+#: plugins/externaltools/data/build.desktop.in:4
+#, fuzzy
+#| msgid "Run \"make\" in the document directory"
+msgid "Run “make” in the document directory"
+msgstr "Voer \"make\" uit in die dokumentgids"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Open terminaal hier"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Maak 'n terminaal oop waar die dokument lê"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Verwyder spasies agteraan"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Verwyder nuttelose volgende spasies in die lêer"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Loop bevel"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Voer 'n pasgemaakte bevel uit en plaas die afvoer in 'n nuwe dokument"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Stuur na fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Plak gemerkte teks of huidige dokument na fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Eksterne gereedskap"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Voer eksterne bevele en skripte uit."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:15
+msgid "Whether to use the system font"
+msgstr "Of die stelsel-lettertipe gebruik moet word"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:6
+#, fuzzy
+#| msgid ""
+#| "If true, the external tools will use the desktop-global standard font if "
+#| "it's monospace (and the most similar font it can come up with otherwise)."
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"As waar sal eksterne gereedskap die globale standaard lettertipe, indien dit "
+"monospace is, gebruik (of anders die mees soortgelyke lettertipe waarmee dit "
+"kan opkom)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:25
+#, fuzzy
+#| msgid ""
+#| "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"'n Pango-lettertipenaam, byvoorbeeld \"Sans 12\" of \"Monospace Bold 14\"."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Bestuur _eksterne gereedskap…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Eks_terne gereedskap"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Kon nie die bevel uitvoer nie: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Jy moet binne 'n woord wees om hierdie bevel te laat uitvoer"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Hardloop gereedskap:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Klaar."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Uitgegaan"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Alle tale"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:772
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Alle tale"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nuwe gereedskap"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Die versneller is reeds gekoppel aan %s"
+
+#: plugins/externaltools/tools/manager.py:727
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Tik 'n nuwe versneller, of druk trusleutel om skoon te maak"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator"
+msgstr "Tik 'n nuwe versneller"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Gestop."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Stop gereedskap"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Altyd beskikbaar"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Alle dokumente"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Alle dokumente behalwe naamloses"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Slegs plaaslike lêers"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Slegs afgeleë lêers"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Slegs naamlose dokumente"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Huidige dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Huidige seleksie"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Huidige seleksie (dokument-verstek)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Huidige reël"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Huidige woord"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Vertoon in onderste paneel"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Skep nuwe dokument"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Voeg agteraan huidige dokument"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Vervang huidige dokument"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Vervang huidige seleksie"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Voeg in by merkerposisie"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Bestuur _eksterne gereedskap"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Voeg nuwe flenter by"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Voeg gereedskap by"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Verwyder geselekteerde gedeedskap"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Verwyder gereedskap"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Stel gereedskap terug"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Stel gereedskap terug"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Kortpad_sleutel:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Stoor:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Toevoer:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Afvoer:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "Toep_asbaarheid:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "_Gereedskap afvoer"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Lêerblaaierpaneel"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel"
+msgstr "Maklike lêertoegang van die kantpaneel"
+
+#. TRANSLATORS: Do NOT translate or transliterate this text!
+#. This is an icon file name.
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:10
+msgid "system-file-manager"
+msgstr "system-file-manager"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Tuis"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Lêerstelsel"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Lêerblaaier"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "'n Fout het voorgekom tydens die skep van 'n nuwe gids"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "'n Fout het voorgekom tydens die skep van 'n nuwe lêer"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "'n Fout het voorgekom tydens die skep van 'n nuwe lêer of gids"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "'n Fout het voorgekom tydens die wis van 'n lêer of gids"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+"'n Fout het voorgekom met die oopmaak van 'n gids in die lêerbestuurder"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "'n Fout het voorgekom tydens stel van 'n wortelgids"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "'n Fout het voorgekom tydens die laai van 'n gids"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "'n Fout het voortgekom"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Kan die lêer nie na die asblik skuif\n"
+"nie. Wil jy dit permanent skrap?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, fuzzy, c-format
+#| msgid "The file \"%s\" cannot be moved to the trash."
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Die lêer \"%s\" kan nie na die asblik geskuif word nie."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "Die geselekteerde lêers kan nie na die asblik geskuif word nie."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, fuzzy, c-format
+#| msgid "Are you sure you want to permanently delete \"%s\"?"
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Wil u definitief \"%s\" permanent uitvee?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Wil u definitief die geselekteerde lêers permanent wil skrap?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "As u 'n item skrap, sal dit permanent verlore wees."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1703
+msgid "(Empty)"
+msgstr "(Leeg)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3327
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Die hernoemde lêer is tans uitgefilter. Jy moet jou filter verstel om die "
+"lêer sigbaar te maak"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3578
+msgid "Untitled File"
+msgstr "Naamlose lêer"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3606
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Die nuwe lêer is tans uitgefilter. Jy moet jou filter verstel om die lêer "
+"sigbaar te maak"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3635
+msgid "Untitled Folder"
+msgstr "Naamlose gids"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3658
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Die nuwe gids is tans uitgefilter. Jy moet jou filter verstel om die gids "
+"sigbaar te maak"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:757
+msgid "Bookmarks"
+msgstr "Boekmerke"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1957
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Geen gehegte objek vir die gehegte volume nie: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2026
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Kon nie die media open nie: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2069
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Kon nie die volume heg nie: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2581
+#, fuzzy, c-format
+#| msgid "Error when loading '%s': No such directory"
+msgid "Error when loading “%s”: No such directory"
+msgstr "'n Fout het voorgekom tydens die laai van '%s': Geen gids gevind nie"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:5
+msgid "Open With Tree View"
+msgstr "Maak oop met boomaansig"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Vertoon die boomaansig indien die lêerblaaier-inprop gelaai word in plaas "
+"van boekmerke"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:10
+msgid "File Browser Root Directory"
+msgstr "Lêerblaaier se wortelgids"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Die lêerblaaier se wortelgids om te gebruik indien die lêerblaaier-inprop "
+"gelaai word en onload/tree_view WAAR is."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Lêerblaaier se virtuele wortelgids"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Die lêerblaaier se virtuele wortelgids wat gebruik word wanneer die "
+"lêerblaaier-inprop laai indien onload / tree_view WAAR is. Die virtuele "
+"wortel moet altyd onder die werklike wortel wees."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Maak herstel vanaf afgeleë liggings moontlik"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Stel of dit moontlik is om vanaf afgeleë liggings te herstel."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:25
+msgid "Set Location to First Document"
+msgstr "Stel ligging na eerste dokument"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:26
+#, fuzzy
+#| msgid ""
+#| "If TRUE the file browser plugin will view the directory of the first "
+#| "opened document given that the file browser hasn't been used yet. (Thus "
+#| "this generally applies to opening a document from the command line or "
+#| "opening it with Nautilus, etc.)"
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Indien WAAR sal die lêerblaaier-inprop die gids van die eerste oopgemaakte "
+"dokument vertoon, indien die lêerblaaier nog nie gebruik is nie. (Dit geld "
+"dus gewoonlik vir die oopmaak van dokumente vanaf die opdraglyn of om met "
+"Nautilus, ens.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:30
+msgid "File Browser Filter Mode"
+msgstr "Lêerblaaier se filtermodus"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Hierdie waarde bepaal watter lêers uit die lêerblaaier gefilter word. "
+"Geldige waardes is: none (geen filter nie), hide-hidden (filter verborge "
+"lêers) en hide-binary (filter binêre lêers)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:35
+msgid "File Browser Filter Pattern"
+msgstr "Lêerblaaier se filterpatroon"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Die filterpatroon om die lêerblaaier mee te filter. Hierdie filter werk "
+"bykomende tot die filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:40
+msgid "File Browser Binary Patterns"
+msgstr "Lêerblaaier binêre patrone"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+"Die aanvullende patrone om te gebruik wanneer binêre lêers gefilter word."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Stel aktiewe dokument as wortel"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Nuwe gids"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nuwe lê_er"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Hernoem…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Skuif na ge_mors"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Verf_ris aansig"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Bekyk gids"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Open in Terminaal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Wys _versteektes"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Wys _binêre lêers"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Vind passende lêernaam"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Geskiedenis"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Open die geskiedenis kieslys"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modelines"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate en Vim-styl modelines ondersteuning vir gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:5
+msgid "Command Color Text"
+msgstr "Bevel kleur teks"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:6
+msgid "The command color text"
+msgstr "Die bevel kleur teks"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:10
+msgid "Error Color Text"
+msgstr "Fout kleur teks"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:11
+msgid "The error color text"
+msgstr "Die fout kleur teks"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:16
+#, fuzzy
+#| msgid ""
+#| "If true, the terminal will use the desktop-global standard font if it's "
+#| "monospace (and the most similar font it can come up with otherwise)."
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"As waar sal die terminaal die globale standaard lettertipe, indien dit "
+"monospace is, gebruik (of anders die mees soortgelyke lettertipe waarmee dit "
+"kan opkom)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_Bevelkleur:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Foutkleur:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python-konsole"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Interaktiewe Python konsole in die onderste paneel"
+
+#. TRANSLATORS: Do NOT translate or transliterate this text!
+#. This is an icon file name.
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:10
+msgid "text-x-script"
+msgstr "text-x-script"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Vinnige verligting"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Verlig elke voorkoms van die gekose teks."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Vinnige oopmaak…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Vinnige oopmaak"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files"
+msgstr "Open alle lêers vinnig"
+
+#. TRANSLATORS: Do NOT translate or transliterate this text!
+#. This is an icon file name.
+#: plugins/quickopen/quickopen.plugin.desktop.in:10
+msgid "document-open"
+msgstr "document-open"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Tik om te soek…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Bestuur _flenters…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Flenters"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Die argief \"%s\" kon nie geskep word nie"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Die teikengids \"%s\" bestaan nie"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Die teikengids \"%s\" is nie 'n geldige gids nie"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Die lêer \"%s\" bestaan nie"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Die lêer \"%s\" is nie 'n geldige flenterslêer nie"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Die ingevoerde lêer \"%s\" is nie 'n geldige flenterslêer nie"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Die argief \"%s\" kon nie uitgepak word nie"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Die volgende lêers kon nie ingevoer word nie: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Die lêer \"%s\" is nie 'n geldige flentersargief nie"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Flenterargief"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Voeg nuwe flenter by…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globaal"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Stel geselekteerde flenter terug"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Wis geselekteerde flenter"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Dit is nie 'n geldige keep sneller nie. Snellers kan of alfanumeriese "
+"karakters (of _, : en .) of 'n enkel (nie-alfanumeriese) karakter bevat "
+"soos: {, [, ens."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Enkele woord wat die flenter aktiveer ná Tab gedruk word"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Die volgende fout het voorgekom tydens die invoer van: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Invoer suksesvol voltooi"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Voer flenters in"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Alle ondersteunde argiewe"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Met gzip gekompakteerde argief"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Met bzip2 gekompakteerde argief"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Enkele flenterslêer"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Alle lêers"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Die volgende fout het tydens uitvoer voorgekom: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Uitvoer suksesvol voltooi"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Wil jy <b>stelsel</b>-flenters in die uitvoer insluit?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Geen flenters is vir uitvoer geselekteer nie"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Voer flenters uit"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Tik 'n nuwe kortpad, of druk Backspace om skoon te maak"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Tik 'n nuwe kortpad in"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Uitvoer van die Python bevel (%s) oorskry die maksimum tyd, uitvoer gestop."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Uitvoer van die Python bevel (%s) het misluk: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Kits-invoeg van veelgebruikte stukkies teks"
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Bestuur flenters"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Skep nuwe flenter"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Voeg flenters by"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Verwyder flenter"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Voer flenters in"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Voer geselekteerde flenters uit"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Voer flenters uit"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivering"
+
+#: plugins/snippets/snippets/snippets.ui:244
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Keepsneller:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Kortpad_sleutel:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Kortpadsleutel vir aktivering van die flenter"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Los teikens:"
+
+#: plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort…"
+msgstr "_Sorteer…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sorteer"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Keer volgorde om"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "V_erwyder duplikate"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Kas sensitief"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "B_egin by kolom:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sorteer"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Sorteer 'n dokument of gemerkte teks."
+
+#. TRANSLATORS: Do NOT translate or transliterate this text!
+#. This is an icon file name.
+#: plugins/sort/sort.plugin.desktop.in:9
+msgid "view-sort-ascending"
+msgstr "view-sort-ascending"
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Kontroleer spelling…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Stel _taal…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Verlig spelfoute"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Speltoetser"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Gaan die huidige dokument se spelling na."
+
+#. TRANSLATORS: Do NOT translate or transliterate this text!
+#. This is an icon file name.
+#: plugins/spell/spell.plugin.desktop.in:9
+msgid "tools-check-spelling"
+msgstr "tools-check-spelling"
+
+#: plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time…"
+msgstr "_Voeg datum en tyd by…"
+
+#: plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "Beskikbare formate"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:5
+msgid "Prompt Type"
+msgstr "Vraetipe"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Of die gebruiker vir 'n formaat gevra moet word of moet die geselekteerde of "
+"pasgemaakte formaat eerder gebruik word."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:10
+msgid "Selected Format"
+msgstr "Geselekteerde formaat"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:11
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+"Die geselekteerde formaat wat gebruik word wanneer datum/tyd ingevoeg word."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:15
+msgid "Custom Format"
+msgstr "Pasgemaakte formaat"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:16
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+"Die pasgemaakte formaat wat gebruik word wanneer datum/tyd ingevoeg word."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Voeg datum en tyd in"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Gebruik die ge_selekteerde formaat"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Gebr_uik doelgemaakte formaat"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y-%m-%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2009-11-01 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "Voeg _in"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Stel datum/tyd-inprop op"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Wanneer datum/tyd bygevoeg word…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Vra vir 'n formaat"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Voeg datum/tyd in"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Voeg huidige datum en tyd by die wyserposisie in."
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit-teksredigeerder"
+
+#~ msgid "C_haracter Encoding:"
+#~ msgstr "K_arakterkodering:"
+
+#~ msgid "L_ine Ending:"
+#~ msgstr "E_inde van lyn:"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignoreer"
+
+#~ msgid "_About"
+#~ msgstr "_Aangaande"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Bestuur _eksterne gereedskap..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Vinnige oopmaak..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Bestuur _flenters..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "Kontroleer _spelling..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Vo_eg datum en tyd in..."
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Outomaties bespeurde enkoderings"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Enkoderings in kieslys vertoon"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "Lys van VFS-skemas wat gedit ondersteun in skryfmodus. Die \"lêer\" skema "
+#~ "is skryfbaar by verstek."
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Maksimale aantal aksies wat gedit sal kan ontdoen of herdoen. Gebruik "
+#~ "\"-1\" vir 'n onbeperkte aantal aksies. In onbruik sedert 2.12.0."
+
+#, fuzzy
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Ontdoen aksielimiet"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Of gedit rugsteunkopieë moet maak van die lêers wat dit stoor. Jy kan die "
+#~ "rugsteunlêer-uitbreiding met die \"Rugsteunkopie-uitbreiding\"-opsie stel."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Skryfbare VFS-skemas"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "_Meld af sonder om te stoor"
+
+#~ msgid "Question"
+#~ msgstr "Vraag"
+
+#~ msgid "Character encodings"
+#~ msgstr "Karakterkoderings"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "E_nkoderings in kieslys vertoon:"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit-voorkeure"
+
+#~ msgid "_Add..."
+#~ msgstr "_Voeg by..."
+
+#~ msgid "Replace All"
+#~ msgstr "Vervang almal"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Soek vir: "
+
+#, fuzzy
+#~ msgid "Set the X geometry window size (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Stel die X-meetkundige venstergrootte (BREEDTExHOOGTE+X+Y)"
+
+#, fuzzy
+#~ msgid "GEOMETRY"
+#~ msgstr "MEETKUNDE"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Laat gedit in agtergrond loop"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Redigeer tekslêers"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Gebruik '%s --help' om 'n volledige lys opdraglynkeuses te sien.\n"
+
+#~ msgid "Open Files"
+#~ msgstr "Open lêers"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Westers"
+
+#~ msgid "Central European"
+#~ msgstr "Sentraal Europees"
+
+#~ msgid "South European"
+#~ msgstr "Suid-Europees"
+
+#~ msgid "Baltic"
+#~ msgstr "Balties"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cyrillies"
+
+#~ msgid "Arabic"
+#~ msgstr "Arabies"
+
+#~ msgid "Greek"
+#~ msgstr "Grieks"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebreeus visueel"
+
+#~ msgid "Turkish"
+#~ msgstr "Turks"
+
+#~ msgid "Nordic"
+#~ msgstr "Noors"
+
+#~ msgid "Celtic"
+#~ msgstr "Kelties"
+
+#~ msgid "Romanian"
+#~ msgstr "Roemeens"
+
+#~ msgid "Armenian"
+#~ msgstr "Armeens"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Sjinees tradisioneel"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cyrillies/Russies"
+
+#~ msgid "Japanese"
+#~ msgstr "Japans"
+
+#~ msgid "Korean"
+#~ msgstr "Koreaans"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Sjinees vereenvoudig"
+
+#~ msgid "Georgian"
+#~ msgstr "Georgies"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebreeus"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cyrillies/Oekraïens"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Viëtnamees"
+
+#~ msgid "Thai"
+#~ msgstr "Thai"
+
+#~ msgid "Unknown"
+#~ msgstr "Onbekend"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr ""
+#~ "Toegang kon nie tot die ligging van die lêer verkry word nie aangesien "
+#~ "die nie geheg is nie."
+
+#~ msgid "The file is too big."
+#~ msgstr "Die lêer is te groot."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit het hierdie instansie van die lêer op 'n nie-redigeerbare manier "
+#~ "oopgemaak. Wil u dit nogtans redigeer?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "Wil u die veranderinge laat vaar en die lêer nuut laai?"
+
+#~ msgid "Empty"
+#~ msgstr "Leeg"
+
+#~ msgid "RO"
+#~ msgstr "LA"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unikode (UTF-8)"
+
+#~ msgid "_Open..."
+#~ msgstr "_Open..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Vo_orkeure"
+
+#~ msgid "Configure the application"
+#~ msgstr "Stel die toepassing op"
+
+#~ msgid "_Contents"
+#~ msgstr "_Inhoud"
+
+#~ msgid "Save _As..."
+#~ msgstr "Stoor _as..."
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Keer terug na 'n gestoorde weergawe van die lêer"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Druk_voorskou"
+
+#~ msgid "Print preview"
+#~ msgstr "Drukvoorskou"
+
+#~ msgid "_Print..."
+#~ msgstr "_Druk..."
+
+#~ msgid "Undo the last action"
+#~ msgstr "Ontdoen die jongste aksie"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Herdoen die ongedane aksie"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Knip die seleksie"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Kopieer die seleksie"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Skrap die gemerkte teks"
+
+#~ msgid "_Find..."
+#~ msgstr "_Vind..."
+
+#~ msgid "Search for text"
+#~ msgstr "Soek vir teks"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Soek vorentoe vir dieselfde teks"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Soek agteruit vir dieselfde teks"
+
+#~ msgid "_Replace..."
+#~ msgstr "Ve_rvang..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Soek en vervang teks"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Verligting van soekpassings skoonmaak"
+
+#~ msgid "Go to _Line..."
+#~ msgstr "Gaan na _reël..."
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Gaan na 'n spesifieke reël"
+
+#~ msgid "Save all open files"
+#~ msgstr "Stoor alle oop lêers"
+
+#~ msgid "Close all open files"
+#~ msgstr "Sluit alle oop lêers af"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Aktiveer vorige dokument"
+
+#~ msgid "Activate next document"
+#~ msgstr "Aktiveer volgende dokument"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Verskuif die huidige dokument na 'n nuwe venster"
+
+#~ msgid "Quit the program"
+#~ msgstr "Sluit die program af"
+
+#~ msgid "_Toolbar"
+#~ msgstr "Nu_tsbalk"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Wys of versteek die nutsbalk in die huidige venster"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Wys of versteek die statusbalk in die huidige venster"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Redigeer teks in volskermmodus"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Wys of versteek die nutsbalk in die huidige venster"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Wys of versteek die onderste paneel in die huidige venster"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Deaktiveer sintaksverligting"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Open '%s'"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "Open 'n onlangs gebruikte lêer"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Aktiveer '%s'"
+
+#~ msgid "About gedit"
+#~ msgstr "Aangaande gedit"
+
+#~ msgid "Change Case"
+#~ msgstr "Verander letterkas"
+
+#~ msgid "C_hange Case"
+#~ msgstr "Ver_ander letterkas"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Alles _hoofletters"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Alles _kleinletters"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Keer die letterkas van die gemerkte teks om"
+
+#~ msgid "_Title Case"
+#~ msgstr "_Titelkas"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Maak die eerste letter van elke gemerkte woord 'n hoofletter"
+
+#~ msgid "File Name"
+#~ msgstr "Lêernaam"
+
+#~ msgid "_Update"
+#~ msgstr "_Bywerk"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Kry statistiese inligting oor huidige dokument"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "Eksterne gereedskapbestuurder"
+
+#~ msgid "_Edit:"
+#~ msgstr "R_edigeer:"
+
+#~ msgid "_Shortcut Key:"
+#~ msgstr "Kortpad_sleutel:"
+
+#~ msgid "_Tools:"
+#~ msgstr "Nu_tsgoed:"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Open die bestuurder vir eksterne gereedskap"
+
+#~ msgid "External tools"
+#~ msgstr "Eksterne gereedskap"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Stel die ligging van die aktiewe dokument as wortel"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Maak 'n terminaal oop by die huidige geopende gids"
+
+#~ msgid "file"
+#~ msgstr "lêer"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Skuif gemerkte lêer of gids na die asblik"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Skrap gemerkte boodskap of gids"
+
+#~ msgid "Open selected file"
+#~ msgstr "Maak geselekteerde lêer oop"
+
+#~ msgid "Up"
+#~ msgstr "Op"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Open die ouergids"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Voeg nuwe leë vouer by"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Voeg nuwe leë lêer by"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Hernoem die gemerkte lêer of gids"
+
+#~ msgid "_Previous Location"
+#~ msgstr "Vo_rige ligging"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Gaan na die vorige besoekte ligging"
+
+#~ msgid "_Next Location"
+#~ msgstr "Vo_lgende ligging"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Gaan na die volgende besoekte ligging"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Verfris die aansig"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Beskou vouer in lêerbestuurder"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Wys versteekte lêers en gidse"
+
+#~ msgid "Show binary files"
+#~ msgstr "Wys binêre lêers"
+
+#~ msgid "Previous location"
+#~ msgstr "Vorige ligging"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Gaan na 'n vantevore geopende ligging"
+
+#~ msgid "Next location"
+#~ msgstr "Volgende ligging"
+
+#~ msgid "Go to next location"
+#~ msgstr "Gaan na volgende ligging"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Flenters:"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Sorteer die huidige dokument of seleksie"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Jy kan nie 'n sorteerbewerking ontdoen nie"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Ignoreer kas"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(geen voorgestelde woorde nie)"
+
+#~ msgid "_More..."
+#~ msgstr "_Meer..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignoreer alles"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Spelvoorstelle..."
+
+#~ msgid "Suggestions"
+#~ msgstr "Voorstelle"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(korrekte spelling)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Speltoets voltooi"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Onbekend (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Verstek"
+
+#~ msgid "Set language"
+#~ msgstr "Stel taal"
+
+#~ msgid "Languages"
+#~ msgstr "Tale"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Kontroleer die huidige dokument vir verkeerde spelling"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "Stel die taal van die huidige dokument"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Kontroleer die huidige dokument se spelling outomaties"
+
+#~ msgid "The document is empty."
+#~ msgstr "Die dokument is leeg."
+
+#~ msgid "No misspelled words"
+#~ msgstr "Geen spelfoute nie"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Kies die _taal van die huidige dokument."
+
+#~ msgid "Add w_ord"
+#~ msgstr "Voeg w_oord by"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Wy_sig"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Wysig al_mal"
+
+#~ msgid "Change _to:"
+#~ msgstr "Wysig _na:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Kontroleer _woord"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignoreer _almal"
+
+#~ msgid "Language"
+#~ msgstr "Taal"
+
+#~ msgid "Language:"
+#~ msgstr "Taal:"
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Verkeerd gespelde woord:"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Gebuikerwoordeboek:"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Voorstelle:"
+
+#~ msgid "word"
+#~ msgstr "woord"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Voeg die huidige datum en tyd by die wyserposisie in"
+
+#~ msgid "Auto Detected Encodings"
+#~ msgstr "Outobespeurde enkoderings"
+
+#~ msgid "Auto Save"
+#~ msgstr "Outostoor"
+
+#~ msgid "Auto Save Interval"
+#~ msgstr "Outostoor-interval"
+
+#~ msgid "Auto indent"
+#~ msgstr "Outokeep"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Rugsteunkopie-uitbreiding"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "Onderste paneel is sigbaar"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Uitbreiding of agtervoegsel om vir rugsteunlêername te gebruik. Dit sal "
+#~ "eers in werking tree as die \"Maak rugsteunkopieë\"-opsie in werking "
+#~ "gestel word."
+
+#~ msgid "Highlight Matching Bracket"
+#~ msgstr "Verlig passende hakkie"
+
+#~ msgid ""
+#~ "List of encodings shown in Character Coding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lys enkoderings vertoon in karakterenkodering-kieslys in open/stoor-"
+#~ "lêerkieser. Slegs herkende enkoderings word gebruik."
+
+#~ msgid "Max Number of Undo Actions"
+#~ msgstr "Maksimum aantal ontdoen-aksies"
+
+#~ msgid ""
+#~ "Number of minutes after which gedit will automatically save modified "
+#~ "files. This will only take effect if the \"Auto Save\" option is turned "
+#~ "on."
+#~ msgstr ""
+#~ "Getal minute na gedit gewysigde lêers outomaties sal stoor. Dit sal eers "
+#~ "in werking tree as die \"Outostoor\"-opsie in werking gestel word."
+
+#, fuzzy
+#~ msgid "Side Pane is Visible"
+#~ msgstr "Statusstaaf is sigbaar"
+
+#, fuzzy
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for auto-detecting the encoding of "
+#~ "a file. \"CURRENT\" represents the current locale encoding. Only "
+#~ "recognized encodings are used."
+#~ msgstr ""
+#~ "Gesorteerde lys enkoderings deur gedit gebruik om die enkodering van 'n "
+#~ "lêer te outospeur. \"CURRENT\" is die huidige lokaliteit se enkodering. "
+#~ "Slegs herkende enkoderings word gebruik."
+
+#~ msgid ""
+#~ "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for "
+#~ "no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+#~ "\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note "
+#~ "that the values are case-sensitive, so make sure they appear exactly as "
+#~ "mentioned here."
+#~ msgstr ""
+#~ "Spesifiseer hoe lang reëls gevou word vir drukwerk. Gebruik "
+#~ "\"GTK_WRAP_NONE\" vir geen omvou, \"GTK_WRAP_WORD\" vir omvou by "
+#~ "woordgrense, en \"GTK_WRAP_CHAR\" vir omvou by individuele karakters se "
+#~ "grense. Let op dat die waardes kas-sensitief is. Maak dus seker hulle "
+#~ "verskyn presies soos hierbo vermeld."
+
+#~ msgid ""
+#~ "Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE"
+#~ "\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, "
+#~ "and \"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. "
+#~ "Note that the values are case-sensitive, so make sure they appear exactly "
+#~ "as mentioned here."
+#~ msgstr ""
+#~ "Spesifiseer hoe om lang reëls in die redigeerbare streek te vou. Gebruik "
+#~ "\"GTK_WRAP_NONE\" vir geen omvou, \"GTK_WRAP_WORD\" vir omvou by "
+#~ "woordgrense, en \"GTK_WRAP_CHAR\" vir omvou by individuele karakters se "
+#~ "grense. Let op dat die waardes kas-sensitief is. Maak dus seker hulle "
+#~ "verskyn presies soos hierbo vermeld."
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Styl vir nutsbalkknoppies. Moontlike waardes is \"GEDIT_TOOLBAR_SYSTEM\" "
+#~ "vir die stelsel se verstekstyl, \"GEDIT_TOOLBAR_ICONS\" om net ikone te "
+#~ "vertoon, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" om beide ikone en teks te "
+#~ "vertoon, en \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" om geprioritiseerde teks "
+#~ "langs ikone te vertoon. Let op dat die waardes kas-sensitief is. Maak "
+#~ "dus seker hulle verskyn presies soos hierbo vermeld."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Nutsbalkknoppiestyl"
+
+#~ msgid ""
+#~ "Whether gedit should automatically save modified files after a time "
+#~ "interval. You can set the time interval with the \"Auto Save Interval\" "
+#~ "option."
+#~ msgstr ""
+#~ "Of gedit gewysigde lêers outomaties na 'n sekere interval moet stoor. Jy "
+#~ "kan die interval met die \"Outostoorinterval\"-opsie stel."
+
+#~ msgid "Whether gedit should enable auto indentation."
+#~ msgstr "Of gedit outo-inkeping moet aktiveer."
+
+#, fuzzy
+#~ msgid "Whether gedit should highlight matching bracket."
+#~ msgstr "Of gedit bypassende hakie moet verlig."
+
+#, fuzzy
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr "Of die statusstaaf onderaan redigeervensters sigbaar moet wees."
+
+#, fuzzy
+#~ msgid ""
+#~ "Whether the side pane at the left of the editing window should be visible."
+#~ msgstr "Of die statusstaaf onderaan redigeervensters sigbaar moet wees."
+
+#~ msgid "Logout _without Saving"
+#~ msgstr "Meld af _sonder om te stoor"
+
+#~ msgid "Character Codings"
+#~ msgstr "Karakterkoderings"
+
+#~ msgid "Character codings"
+#~ msgstr "Karakterkoderings"
+
+#~ msgid "Push this button to select the font to be used by the editor"
+#~ msgstr ""
+#~ "Druk dié knoppie om die font te kies wat gebruik moet word deur die "
+#~ "redigeerder"
+
+#~ msgid "<b>Bracket Matching</b>"
+#~ msgstr "<b>Hakkie-passing</b>"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>Huidige reël</b>"
+
+#~ msgid "<b>File Saving</b>"
+#~ msgstr "<b>Stoor van lêers</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>Font</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>Reëlnommers</b>"
+
+#~ msgid "<b>Right Margin</b>"
+#~ msgstr "<b>Regterkantlyn</b>"
+
+#~ msgid "<b>Tab Stops</b>"
+#~ msgstr "<b>Kepe</b>"
+
+#~ msgid "<b>Text Wrapping</b>"
+#~ msgstr "<b>Teksomvou</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">Kleurskema</span>"
+
+#~ msgid "Highlight matching _bracket"
+#~ msgstr "Verlig passende _hakkie"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "_Regterkantlyn by kolom:"
+
+#~ msgid "Create a new toplevel window in an existing instance of gedit"
+#~ msgstr "Skep 'n nuwe bovlakvenster in 'n bestaande geval van gedit"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[LÊER...]"
+
+#~ msgid "Read Only"
+#~ msgstr "Leesalleen"
+
+#~ msgid "Auto Detected"
+#~ msgstr "Outobespeur"
+
+#~ msgid "Add or _Remove..."
+#~ msgstr "Voeg by of _verwyder..."
+
+#~ msgid "C_haracter Coding:"
+#~ msgstr "K_arakterkodering:"
+
+#~ msgid "There was an error displaying help."
+#~ msgstr "Daar was 'n fout by vertoon van hulp."
+
+#~ msgid ""
+#~ "Host name was invalid. Please check that you typed the location correctly "
+#~ "and try again."
+#~ msgstr ""
+#~ "Gasheernaaam was ongeldig. Maak seker jy't die ligging reg ingetik en "
+#~ "probeer weer."
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "K_arakterkodering:"
+
+#~ msgid "gedit has not been able to detect the character coding."
+#~ msgstr "gedit kon nie die karakterkodering bepaal nie."
+
+#~ msgid "Select a character coding from the menu and try again."
+#~ msgstr "Kies 'n karakterkodering van die kieslys en probeer weer."
+
+#, fuzzy
+#~ msgid "Could not open the file %s using the %s character coding."
+#~ msgstr "Kon nie die lêer \"%s\" met die karakterkodering %s open nie."
+
+#~ msgid "Select a different character coding from the menu and try again."
+#~ msgstr "Kies 'n ander karakterkodering van die kieslys en probeer weer."
+
+#~ msgid "Could not save the file %s using the %s character coding."
+#~ msgstr "Kon nie die lêer \"%s\" stoor met die karakterkodering %s nie."
+
+#~ msgid ""
+#~ "The document contains one or more characters that cannot be encoded using "
+#~ "the specified character coding."
+#~ msgstr ""
+#~ "Die dokument bevat een of meer karakters wat nie met die gespesifiseerde "
+#~ "kodering geënkodeer kan word nie."
+
+#~ msgid ""
+#~ "gedit could not backup the old copy of the file before saving the new "
+#~ "one. You can ignore this warning and save the file anyway, but if an "
+#~ "error occurs while saving, you could lose the old copy of the file. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "gedit kon nie 'n rugsteunkopie van die lêer maak voordat die nuwe "
+#~ "weergawe gestoor is, nie. Dit staan jou vry om hierdie waarskuwing te "
+#~ "ignoreer en die lêer in iedere geval te stoor, maar indien 'n fout tydens "
+#~ "die stoor sou voorkom, kan dit gebeur dat die ou weergawe verlore raak. "
+#~ "Nogtans voortgaan en stoor?"
+
+#~ msgid ""
+#~ "The disk where you are trying to save the file has a limitation on file "
+#~ "sizes. Please try saving a smaller file or saving it to a disk that does "
+#~ "not have this limitation."
+#~ msgstr ""
+#~ "Die skyf waarheen jy die lêer probeer stoor het 'n beperking op "
+#~ "lêergroottes. Probeer 'n kleiner lêer stoor, of stoor dit op 'n skyf wat "
+#~ "nie hierdie beperking het nie."
+
+#, fuzzy
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "Kon nie rugsteunlêernaam verkry nie"
+
+#~ msgid "Plugin"
+#~ msgstr "Inprop"
+
+#~ msgid "Enabled"
+#~ msgstr "Geaktiveer"
+
+#~ msgid "C_onfigure"
+#~ msgstr "_Opstelling"
+
+#~ msgid "A_ctivate"
+#~ msgstr "A_ktiveer"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Aktiveer _almal"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "_Deaktiveer almal"
+
+#, fuzzy
+#~ msgid "Active _Plugins:"
+#~ msgstr "Aktiewe inproppe"
+
+#~ msgid "_About Plugin"
+#~ msgstr "_Aangaande inprop"
+
+#~ msgid "C_onfigure Plugin"
+#~ msgstr "S_tel inprop op"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Kon nie voorkeurebestuurder inisialiseer nie."
+
+#~ msgid "Expected `%s' got `%s' for key %s"
+#~ msgstr "`%s' verwag, `%s' gekry vir sleutel %s"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>Fonte</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>Bladsykop</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>Sintaksverligting</b>"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "Bladsyops_telling..."
+
+#~ msgid "Setup the page settings"
+#~ msgstr "Stel die bladsyinstelling op"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "_Inkrementele soektog"
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "Inkrementele soektog vir teks"
+
+#~ msgid "_Next Document"
+#~ msgstr "V_olgende dokument"
+
+#, fuzzy
+#~ msgid "Edit text at fullscreen"
+#~ msgstr "Redigeer tekslêers in volskermmodus"
+
+#, fuzzy
+#~ msgid "Side _Pane"
+#~ msgstr "Sy_paneel"
+
+#~ msgid "Show or hide the side pane in the current window"
+#~ msgstr "Wys of versteek die sypaneel in die huidige venster"
+
+#, fuzzy
+#~ msgid "Show or hide the bottom pane in the current window"
+#~ msgstr "Wys of versteek die onderste paneel in die huidige venster"
+
+#, fuzzy
+#~ msgid "Unable to open ui file %s. Error: %s"
+#~ msgstr "Kon nie ui-lêer %s oopmaak nie. Fout: %s"
+
+#, fuzzy
+#~ msgid "There was an error displaying the url."
+#~ msgstr "Daar was 'n fout met die vertoon van die URL."
+
+#~ msgid ""
+#~ "You can download the new version of gedit by pressing on the download "
+#~ "button"
+#~ msgstr ""
+#~ "Die nuwe weergawe van gedit kan afgelaai word deur op die aflaai-knoppie "
+#~ "te druk"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">Lêernaam</span>"
+
+#~ msgid "Get statistic info on current document"
+#~ msgstr "Kry statistiek oor huidige dokument"
+
+#~ msgid "Easy file access from the side pane"
+#~ msgstr "Maklike lêertoegang uit die sypa"
+
+#~ msgid "File Browser Pane"
+#~ msgstr "Lêerblaaierpaneel"
+
+#~ msgid "_Move To Trash"
+#~ msgstr "_Skuif na gemors"
+
+#~ msgid "_Indent"
+#~ msgstr "_Keep"
+
+#~ msgid "Indent selected lines"
+#~ msgstr "Keep gemerkte reëls"
+
+#~ msgid "U_nindent"
+#~ msgstr "Ont_keep"
+
+#~ msgid "Unindent selected lines"
+#~ msgstr "Ontkeep gemerkte reëls"
+
+#~ msgid "Indent Lines"
+#~ msgstr "Keep reëls"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "Keep of ontkeep gemerkte reëls."
+
+#~ msgid "Interactive python console standing in the bottom panel"
+#~ msgstr "Interaktiewe python-konsole in die onderste paneel"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Open dokumente vinnig"
+
+#~ msgid "Insert often used pieces of text in a fast way"
+#~ msgstr "Voeg dikwels gebruikte flenters teks op 'n vinnige manier in"
+
+#~ msgid "Single word with which the snippet is activated after pressing tab"
+#~ msgstr ""
+#~ "Enkele woord wat die flenter aktiveer ná dat die keepsleutel (Tab) gedruk "
+#~ "word"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Flentersbestuurder"
+
+#~ msgid "The archive `%s` could not be created"
+#~ msgstr "Die argief `%s` kon nie geskep word nie"
+
+#~ msgid "Target directory `%s` does not exist"
+#~ msgstr "Die teikengids `%s` bestaan nie"
+
+#~ msgid "Target directory `%s` is not a valid directory"
+#~ msgstr "Teikengids `%s` is nie 'n geldige gids nie"
+
+#, fuzzy
+#~ msgid "File `%s` does not exist"
+#~ msgstr "Lêer `%s` bestaan nie"
+
+#~ msgid "File `%s` is not a valid snippets file"
+#~ msgstr "Lêer `%s` is nie 'n geldige flenterslêer nie"
+
+#~ msgid "Imported file `%s` is not a valid snippets file"
+#~ msgstr "Ingevoerde lêer `%s` is nie 'n geldige flenterslêer nie"
+
+#~ msgid "The archive `%s` could not be extracted"
+#~ msgstr "Die argief `%s` kon nie uitgepak word nie"
+
+#~ msgid "File `%s` is not a valid snippets archive"
+#~ msgstr "Lêer `%s` is nie 'n geldige flentersargief nie"
+
+#~ msgid ""
+#~ "Execution of the python command (%s) exceeds the maximum time, execution "
+#~ "aborted."
+#~ msgstr ""
+#~ "Uitvoer van die python-bevel (%s) oorskry die maksimale tyd, uitvoer "
+#~ "afgelas."
+
+#~ msgid "Execution of the python command (%s) failed: %s"
+#~ msgstr "Uitvoer van die python-bevel (%s) het misluk: %s"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>Taal</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>woord</b>"
+
+#~ msgid "Tags"
+#~ msgstr "Merkers"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Kies die groep merkers wat jy wil gebruik"
+
+#~ msgid "_Preview"
+#~ msgstr "_Voorskou"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "Beskikbare merkerlyste"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "Afgekorte vorm"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Afkorting"
+
+#~ msgid "Acronym"
+#~ msgstr "Akroniem"
+
+#~ msgid "Align"
+#~ msgstr "Belyn"
+
+#~ msgid "Alignment character"
+#~ msgstr "Belyningskarakter"
+
+#~ msgid "Alternative"
+#~ msgstr "Alternatief"
+
+#~ msgid "Anchor"
+#~ msgstr "Anker"
+
+#~ msgid "Anchor URI"
+#~ msgstr "Anker-URI"
+
+#~ msgid "Author info"
+#~ msgstr "Outeurinligting"
+
+#~ msgid "Background color"
+#~ msgstr "Agtergrondkleur"
+
+#~ msgid "Background texture tile"
+#~ msgstr "Tekstuurteël vir agtergrond"
+
+#~ msgid "Base URI"
+#~ msgstr "Basis-URI"
+
+#~ msgid "Base font"
+#~ msgstr "Basis-font"
+
+#~ msgid "Bold"
+#~ msgstr "Vetdruk"
+
+#~ msgid "Border"
+#~ msgstr "Rand"
+
+#~ msgid "Border color"
+#~ msgstr "Randkleur"
+
+#~ msgid "Center"
+#~ msgstr "Middel"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Karakterkodering van geskakelde hulpbron"
+
+#~ msgid "Checked (state)"
+#~ msgstr "Gemerk (status)"
+
+#~ msgid "Checked state"
+#~ msgstr "Gemerkte status"
+
+#~ msgid "Citation"
+#~ msgstr "Aanhaling"
+
+#, fuzzy
+#~ msgid "Class list"
+#~ msgstr "Merkerlys"
+
+#, fuzzy
+#~ msgid "Color of selected links"
+#~ msgstr "Kopieer gemerkte reëls"
+
+#, fuzzy
+#~ msgid "Column span"
+#~ msgstr "Kolomoorspanning:"
+
+#~ msgid "Columns"
+#~ msgstr "Kolomme"
+
+#~ msgid "Comment"
+#~ msgstr "Kommentaar"
+
+#, fuzzy
+#~ msgid "Content type"
+#~ msgstr "_Inhoud"
+
+#~ msgid "Coordinates"
+#~ msgstr "Koördinate"
+
+#, fuzzy
+#~ msgid "Defer attribute"
+#~ msgstr "Minder attribute"
+
+#, fuzzy
+#~ msgid "Definition description"
+#~ msgstr "_Beskrywing"
+
+#, fuzzy
+#~ msgid "Definition list"
+#~ msgstr "Definisielys"
+
+#, fuzzy
+#~ msgid "Deleted text"
+#~ msgstr "Skrap die gemerkte teks"
+
+#, fuzzy
+#~ msgid "Direction"
+#~ msgstr "Bretons"
+
+#, fuzzy
+#~ msgid "Disabled"
+#~ msgstr "Geaktiveer"
+
+#, fuzzy
+#~ msgid "Document base"
+#~ msgstr "_Dokumente"
+
+#, fuzzy
+#~ msgid "Document body"
+#~ msgstr "_Dokumente"
+
+#, fuzzy
+#~ msgid "Document head"
+#~ msgstr "_Dokumente"
+
+#, fuzzy
+#~ msgid "Document title"
+#~ msgstr "Dokumentstatistiek"
+
+#, fuzzy
+#~ msgid "Element ID"
+#~ msgstr "Elemente"
+
+#, fuzzy
+#~ msgid "Emphasis"
+#~ msgstr "&Benadruk"
+
+#, fuzzy
+#~ msgid "Font face"
+#~ msgstr "Fontnaam"
+
+#, fuzzy
+#~ msgid "For label"
+#~ msgstr "etiket"
+
+#, fuzzy
+#~ msgid "Form"
+#~ msgstr "Normaal"
+
+#~ msgid "Frame"
+#~ msgstr "Raam"
+
+#, fuzzy
+#~ msgid "Frameset"
+#~ msgstr "Färoërs"
+
+#, fuzzy
+#~ msgid "Frameset columns"
+#~ msgstr "B_egin by kolom:"
+
+#, fuzzy
+#~ msgid "Generic span"
+#~ msgstr "Algemeen"
+
+#, fuzzy
+#~ msgid "Heading"
+#~ msgstr "Kop 1"
+
+#~ msgid "Heading 1"
+#~ msgstr "Kop 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "Kop 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "Kop 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "Kop 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "Kop 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "Kop 6"
+
+#, fuzzy
+#~ msgid "Height"
+#~ msgstr "Hoogte:"
+
+#, fuzzy
+#~ msgid "Horizontal rule"
+#~ msgstr "Horisontale streep"
+
+#, fuzzy
+#~ msgid "Horizontal space"
+#~ msgstr "Horisontale streep"
+
+#~ msgid "Image"
+#~ msgstr "Prent"
+
+#~ msgid "Image map"
+#~ msgstr "Prentkaart"
+
+#~ msgid "Image map area"
+#~ msgstr "Prentkaartarea"
+
+#~ msgid "Image map name"
+#~ msgstr "Prentkaartnaam"
+
+#~ msgid "Image source"
+#~ msgstr "Prentbron"
+
+#~ msgid "Inserted text"
+#~ msgstr "Ingevoegde teks"
+
+#~ msgid "Italic text"
+#~ msgstr "Skuins teks"
+
+#~ msgid "Label"
+#~ msgstr "Etiket"
+
+#~ msgid "Language code"
+#~ msgstr "Taalkode"
+
+#~ msgid "Large text style"
+#~ msgstr "Groot teksstyl"
+
+#~ msgid "Layer"
+#~ msgstr "Laag"
+
+#~ msgid "Link color"
+#~ msgstr "Skakelkleur"
+
+#, fuzzy
+#~ msgid "List item"
+#~ msgstr "Lysitem"
+
+#, fuzzy
+#~ msgid "Local change to font"
+#~ msgstr "Kies die redigeerfont"
+
+#, fuzzy
+#~ msgid "Long description link"
+#~ msgstr "_Beskrywing"
+
+#~ msgid "Long quotation"
+#~ msgstr "Lang aanhaling"
+
+#~ msgid "Mail link"
+#~ msgstr "Posskakel"
+
+#, fuzzy
+#~ msgid "Name"
+#~ msgstr "Naam:"
+
+#, fuzzy
+#~ msgid "No embedded objects"
+#~ msgstr "Vertoon ingebedde objekte"
+
+#, fuzzy
+#~ msgid "Note"
+#~ msgstr "Aantekeninge"
+
+#, fuzzy
+#~ msgid "Object applet file"
+#~ msgstr "Open 'n lêer"
+
+#, fuzzy
+#~ msgid "OnChange event"
+#~ msgstr "Wy_sig"
+
+#, fuzzy
+#~ msgid "Option group"
+#~ msgstr "Opsiegroep"
+
+#, fuzzy
+#~ msgid "Option selector"
+#~ msgstr "Fontseleksie"
+
+#, fuzzy
+#~ msgid "Ordered list"
+#~ msgstr "Onderstreep"
+
+#, fuzzy
+#~ msgid "Output media"
+#~ msgstr "Afvoerlêers"
+
+#~ msgid "Paragraph"
+#~ msgstr "Paragraaf"
+
+#, fuzzy
+#~ msgid "Preformatted text"
+#~ msgstr "Voorskouteks"
+
+#, fuzzy
+#~ msgid "Push button"
+#~ msgstr "button1"
+
+#, fuzzy
+#~ msgid "Quote"
+#~ msgstr "Afsluit"
+
+#, fuzzy
+#~ msgid "Range"
+#~ msgstr "Wy_sig"
+
+#, fuzzy
+#~ msgid "Reverse link"
+#~ msgstr "_Keer volgorde om"
+
+#~ msgid "Rows"
+#~ msgstr "Rye"
+
+#, fuzzy
+#~ msgid "Script language name"
+#~ msgstr "Stel taal op"
+
+#, fuzzy
+#~ msgid "Selectable option"
+#~ msgstr "Kies 'n lêer om te open"
+
+#, fuzzy
+#~ msgid "Shape"
+#~ msgstr "Stoor"
+
+#, fuzzy
+#~ msgid "Size"
+#~ msgstr "Keepgrootte"
+
+#, fuzzy
+#~ msgid "Small text style"
+#~ msgstr "Alle tekslêers"
+
+#~ msgid "Sound"
+#~ msgstr "Klank"
+
+#~ msgid "Source"
+#~ msgstr "Bron"
+
+#, fuzzy
+#~ msgid "Spacer"
+#~ msgstr "Vervang"
+
+#~ msgid "Square root"
+#~ msgstr "Vierkantswortel"
+
+#, fuzzy
+#~ msgid "Starting sequence number"
+#~ msgstr "Druk _reëlnommers"
+
+#, fuzzy
+#~ msgid "Strike-through text"
+#~ msgstr "Deurhaal"
+
+#, fuzzy
+#~ msgid "Strike-through text style"
+#~ msgstr "Deurhaal"
+
+#, fuzzy
+#~ msgid "Strong emphasis"
+#~ msgstr "Sterk beklemtoning"
+
+#~ msgid "Style info"
+#~ msgstr "Stylinligting"
+
+#~ msgid "Subscript"
+#~ msgstr "Onderskrif"
+
+#, fuzzy
+#~ msgid "Superscript"
+#~ msgstr "Boskrif"
+
+#~ msgid "Table"
+#~ msgstr "Tabel"
+
+#~ msgid "Table body"
+#~ msgstr "Tabelliggaam"
+
+#, fuzzy
+#~ msgid "Table caption"
+#~ msgstr "Tabelbyskrif"
+
+#~ msgid "Table row"
+#~ msgstr "Tabelry"
+
+#, fuzzy
+#~ msgid "Table summary"
+#~ msgstr "Tabelopsomming:"
+
+#~ msgid "Text"
+#~ msgstr "Teks"
+
+#, fuzzy
+#~ msgid "Text color"
+#~ msgstr "Tekskleur"
+
+#, fuzzy
+#~ msgid "Text entered by user"
+#~ msgstr "Teks deur die gebruiker ingevoer"
+
+#~ msgid "Title"
+#~ msgstr "Titel"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#, fuzzy
+#~ msgid "Underlined text style"
+#~ msgstr "Onderstreep"
+
+#, fuzzy
+#~ msgid "Unordered list"
+#~ msgstr "Onderstreep"
+
+#~ msgid "Use image map"
+#~ msgstr "Gebruik prentkaart"
+
+#~ msgid "Value"
+#~ msgstr "Waarde"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Vertikale selbelyning"
+
+#, fuzzy
+#~ msgid "Vertical space"
+#~ msgstr "Voeg spasies in"
+
+#, fuzzy
+#~ msgid "Visited link color"
+#~ msgstr "Kies die merkkleur"
+
+#~ msgid "Width"
+#~ msgstr "Wydte"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Verwysings (cite)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Verwysings (item)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Verwysings (shortcite)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Verwysings (thebibliography)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "Hakies ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "Hakies <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "Hakies {}"
+
+#~ msgid "Brackets {}"
+#~ msgstr "Hakies {}"
+
+#~ msgid "File input"
+#~ msgstr "Intrek van lêer"
+
+#, fuzzy
+#~ msgid "Footnote"
+#~ msgstr "Voetnoot"
+
+#~ msgid "Function cosin"
+#~ msgstr "Funksie cosinus"
+
+#~ msgid "Function e^"
+#~ msgstr "Funksie e^x"
+
+#~ msgid "Function exp"
+#~ msgstr "Funksie exp"
+
+#~ msgid "Function log"
+#~ msgstr "Funksie log"
+
+#~ msgid "Function log10"
+#~ msgstr "Funksie log10"
+
+#~ msgid "Function sine"
+#~ msgstr "Funksie sinus"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Griekse alfa"
+
+#~ msgid "Greek beta"
+#~ msgstr "Griekse beta"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Griekse epsilon"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Griekse gamma"
+
+#, fuzzy
+#~ msgid "Greek lambda"
+#~ msgstr "Griekse lambda"
+
+#, fuzzy
+#~ msgid "Greek rho"
+#~ msgstr "Griekse rho"
+
+#, fuzzy
+#~ msgid "Greek tau"
+#~ msgstr "Griekse tau"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Koptitel 0 (chapter)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Koptitel 0 (chapter*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Koptitel 1 (section)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Koptitel 1 (section*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Koptitel 2 (subsection)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Koptitel 2 (subsection*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Koptitel 3 (subsubsection)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Koptitel 3 (subsubsection*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Koptitel 4 (paragraph)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Koptitel appendix"
+
+#~ msgid "Item"
+#~ msgstr "Item"
+
+#~ msgid "Item with label"
+#~ msgstr "Item met etiket"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "LaTeX - merkers"
+
+#, fuzzy
+#~ msgid "List description"
+#~ msgstr "Lys \"description\""
+
+#, fuzzy
+#~ msgid "List enumerate"
+#~ msgstr "Lys \"enumerate\""
+
+#, fuzzy
+#~ msgid "List itemize"
+#~ msgstr "Lys \"itemize\""
+
+#~ msgid "Maths (display)"
+#~ msgstr "Wiskunde (vertoon)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Wiskunde (inlyn)"
+
+#, fuzzy
+#~ msgid "Operator fraction"
+#~ msgstr "Operator: breuk"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "Operator: integraal (vertoon)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Operator: integraal (inlyn)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Operator: som (vertoon)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Operator: som (inlyn)"
+
+#, fuzzy
+#~ msgid "Reference label"
+#~ msgstr "Verwysing \"label\""
+
+#, fuzzy
+#~ msgid "Reference ref"
+#~ msgstr "Verwysing \"ref\""
+
+#~ msgid "Symbol <<"
+#~ msgstr "Simbool <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Simbool >="
+
+#~ msgid "Symbol >="
+#~ msgstr "Simbool >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Simbool >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Simbool en"
+
+#~ msgid "Symbol const"
+#~ msgstr "Simbool konstante"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Simbool d/dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Simbool parsiële d/dt"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Simbool parsiële d2/dt2"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Simbool dolk (\"dagger\")"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Simbool \"equiv\""
+
+#~ msgid "Symbol hyphen --"
+#~ msgstr "Simbool strepie --"
+
+#~ msgid "Symbol hyphen ---"
+#~ msgstr "Simbool strepie ---"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Simbool oneindig"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Simbool mathspace ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Simbool mathspace ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Simbool mathspace _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Simbool mathspace __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Simbool \"simeq\""
+
+#~ msgid "Symbol star"
+#~ msgstr "Simbool sterretjie \"star\""
+
+#~ msgid "Typeface bold"
+#~ msgstr "Lettertipe vet gedruk"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Lettertipe kursief"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "Lettertipe skuins"
+
+#~ msgid "Typeface type"
+#~ msgstr "Lettertipe tik"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Onbreekbare teks"
+
+#, fuzzy
+#~ msgid ""
+#~ "Provides a method to easily insert into a document commonly used tags/"
+#~ "strings without having to type them."
+#~ msgstr ""
+#~ "Die merkerlys-inprop verskaf 'n metode om algemeen gebruikte merkers/"
+#~ "stringe maklik in 'n dokument in te voeg sonder om hulle te tik."
+
+#~ msgid "Tag list"
+#~ msgstr "Merkerlys"
+
+#, fuzzy
+#~ msgid "XSLT - Elements"
+#~ msgstr "Elemente"
+
+#, fuzzy
+#~ msgid "attribute"
+#~ msgstr "Attribuut"
+
+#, fuzzy
+#~ msgid "namespace"
+#~ msgstr "Voeg spasies in"
+
+#, fuzzy
+#~ msgid "parent"
+#~ msgstr "Open"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "Stel datum/tyd-invoeg-inprop op..."
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\"> Wanneer die datum/tyd ingevoeg word...</span>"
+
+#~ msgid "Open Location"
+#~ msgstr "Open ligging"
+
+#~ msgid "Ch_aracter coding:"
+#~ msgstr "K_arakterkodering:"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "Tik die _ligging (URI) van die lêer in wat jy wil open:"
+
+#~ msgid "The entered location is not valid."
+#~ msgstr "Die gegewe ligging is nie geldig nie."
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "Die lêer bevat korrupte data."
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "Die lêer bevat data in 'n ongeldige formaat."
+
+#, fuzzy
+#~ msgid ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+#~ msgstr ""
+#~ "Kon nie die lêer \"%s\" open nie want daar is te veel lêers oop.\n"
+#~ "\n"
+#~ "Sluit 'n paar oop lêers en probeer gerus weer."
+
+#, fuzzy
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Nie voldoende geheue om die lêer \"%s\" te open nie. Sluit 'n paar "
+#~ "toepassings af en probeer gerus weer."
+
+#, fuzzy
+#~ msgid ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr ""
+#~ "Kon nie die lêer \"%s\" open nie want die gasheernaam is leeg.\n"
+#~ "\n"
+#~ "Maak seker dat jou instaanbedieneropstelling korrek is, en probeer gerus "
+#~ "weer."
+
+#, fuzzy
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "Kon nie die lêer \"%s\" vind nie.\n"
+#~ "\n"
+#~ "Maak seker jy't die ligging reg ingetik en probeer weer."
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "Die lêer wat u probeer open is nie 'n gewone lêer nie."
+
+#, fuzzy
+#~ msgid ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+#~ msgstr ""
+#~ "\"%s\" is 'n gids.\n"
+#~ "\n"
+#~ "Maak seker jy't die ligging reg ingetik en probeer weer."
+
+#, fuzzy
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Nie voldoende geheue om die lêer \"%s\" te open nie. Sluit 'n paar "
+#~ "toepassings af en probeer gerus weer."
+
+#, fuzzy
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "\"%s\" is nie 'n geldige ligging nie.\n"
+#~ "\n"
+#~ "Maak seker jy't die ligging reg ingetik en probeer weer."
+
+#~ msgid "Open _Location..."
+#~ msgstr "Open _ligging..."
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "Open 'n lêer van 'n gespesifiseerde ligging"
+
+#~ msgid "None"
+#~ msgstr "Geen"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "B_evel(e):"
+
+#, fuzzy
+#~ msgid "_Description:"
+#~ msgstr "_Beskrywing"
+
+#~ msgid "on"
+#~ msgstr "aan"
+
+#~ msgid "Recent Files"
+#~ msgstr "Onlangse lêers"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "Voeg gebruikern_aam in"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "Voeg die gebruikernaam by die wyserposisie in"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "Voeg die gebruikernaam by die wyserposisie in."
+
+#~ msgid "User name"
+#~ msgstr "Gebuikernaam"
+
+#~ msgid "language|%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "Onbekend (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "Verstek"
+
+#~ msgid "Background Color"
+#~ msgstr "Agtergrondkleur"
+
+#~ msgid ""
+#~ "Background color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Agtergrondkleur vir gemerkte teks in redigeerbare streek. Dit sal eers in "
+#~ "werking tree as die \"Gebruik verstekkleure\"-opsie buite werking gestel "
+#~ "word."
+
+#~ msgid ""
+#~ "Background color for unselected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Agtergrondkleur vir ongemerkte teks in redigeerbare streek. Dit sal eers "
+#~ "in werking tree as die \"Gebruik verstekkleure\"-opsie buite werking "
+#~ "gestel word."
+
+#~ msgid ""
+#~ "Foreground color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Voorgrondkleur vir gemerkte teks in redigeerbare streek. Dit sal eers in "
+#~ "werking tree as die \"Gebruik verstekkleure\"-opsie buite werking gestel "
+#~ "word."
+
+#~ msgid ""
+#~ "Foreground color for the unselected text in the editing area. This will "
+#~ "only take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Voorgrondkleur vir die ongemerkte teks in die redigeerbare streek. Dit "
+#~ "sal eers in werking tree as die \"Gebruik verstekkleure\"-opsie buite "
+#~ "werking gestel word."
+
+#, fuzzy
+#~ msgid "Monospace Regular 9"
+#~ msgstr "Sans Regular 12"
+
+#, fuzzy
+#~ msgid "Sans Regular 11"
+#~ msgstr "Sans Regular 12"
+
+#, fuzzy
+#~ msgid "Sans Regular 8"
+#~ msgstr "Sans Regular 12"
+
+#~ msgid "Selected Text Color"
+#~ msgstr "Geselekteerde tekskleur"
+
+#~ msgid "Selection Color"
+#~ msgstr "Seleksiekleur"
+
+#, fuzzy
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "Spesifiseer watter font vir 'n dokument se lyf gebruik moet word wanneer "
+#~ "dokumente gedruk word."
+
+#, fuzzy
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "Spesifiseer watter font vir reëlnommers gebruik moet word by drukwerk. "
+#~ "Dit sal slegs in werking tree wanneer die \"Druk reëlnommers\"-opsie nie-"
+#~ "nul is."
+
+#, fuzzy
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "Spesifiseer watter font vir bladsykoppe gebruik moet word by drukwerk. "
+#~ "Dit sal eers in werking tree as die \"Druk kop\"-opsie in werking gestel "
+#~ "word."
+
+#~ msgid "Text Color"
+#~ msgstr "Tekskleur"
+
+#~ msgid "Use Default Colors"
+#~ msgstr "Gebruik verstekkleure"
+
+#~ msgid ""
+#~ "Whether to use the system's default colors for the editing area. If this "
+#~ "option is turned off, then the colors of the editing area will be those "
+#~ "specified in the \"Background Color\", \"Text Color\", \"Selected Text "
+#~ "Color\", and \"Selection Color\" options."
+#~ msgstr ""
+#~ "Of die stelsel se verstekkleure vir die redigeerbare streek gebruik moet "
+#~ "word. As hierdie opsie afgeskakel is, sal die kleure van die redigeerbare "
+#~ "streek dié wees wat in die \"Agtergrondkleur\"-, \"Tekskleur\"-, "
+#~ "\"Geselekteerde tekskleur\"- en \"Seleksiekleur\"-opsies gespesifiseer is."
+
+#~ msgid "Page Setup"
+#~ msgstr "Bladsyopstelling"
+
+#~ msgid "General"
+#~ msgstr "Algemeen"
+
+#~ msgid "Push this button to configure text color"
+#~ msgstr "Druk dié knoppie om die tekskleur op te stel"
+
+#~ msgid "Push this button to configure background color"
+#~ msgstr "Druk dié knoppie om die agtergrondkleur op te stel"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "appear"
+#~ msgstr ""
+#~ "Druk dié knoppie om die kleur waarin die gemerkte teks moet verskyn, op "
+#~ "te stel"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "be marked"
+#~ msgstr ""
+#~ "Druk dié knoppie om die kleur waarin die gemerkte teks gemerk moet word, "
+#~ "op te stel"
+
+#~ msgid "Elements"
+#~ msgstr "Elemente"
+
+#~ msgid "<b>Elements</b>"
+#~ msgstr "<b>Elemente</b>"
+
+#~ msgid "Highlight _mode:"
+#~ msgstr "Verlig_modus:"
+
+#~ msgid "Italic"
+#~ msgstr "Skuinsdruk"
+
+#~ msgid "Normal _text color:"
+#~ msgstr "Normale_teks-kleur:"
+
+#~ msgid "Pick a color"
+#~ msgstr "Kies 'n kleur"
+
+#~ msgid "Pick the background color"
+#~ msgstr "Kies die agtergrondkleur"
+
+#~ msgid "Pick the normal text color"
+#~ msgstr "Kies die normaleteks-kleur"
+
+#~ msgid "Pick the selection color"
+#~ msgstr "Kies die merkkleur"
+
+#~ msgid "Se_lection color:"
+#~ msgstr "M_erkkleur:"
+
+#~ msgid "Selecte_d text color:"
+#~ msgstr "Gemerkte_teks-kleur:"
+
+#~ msgid "Strikethrough"
+#~ msgstr "Deurhaal"
+
+#~ msgid "U_se default theme colors"
+#~ msgstr "G_ebruik verstektema-kleure"
+
+#~ msgid "Underline"
+#~ msgstr "Onderstreep"
+
+#~ msgid "_Background:"
+#~ msgstr "_Agtergrond:"
+
+#~ msgid "_Foreground:"
+#~ msgstr "_Voorgrond:"
+
+#~ msgid "_Reset to Default "
+#~ msgstr "_Herverstel na verstek "
+
+#~ msgid "_Use default theme font"
+#~ msgstr "_Gebruik verstektemafont"
+
+#, fuzzy
+#~ msgid "gedit cannot handle <i>%s:</i> locations."
+#~ msgstr "gedit kan nie met %s:-liggings in skryfmodus werk nie."
+
+#, fuzzy
+#~ msgid "<small>Ch_aracter Coding:</small>"
+#~ msgstr "K_arakterkodering:"
+
+#, fuzzy
+#~ msgid "The file %s is already open."
+#~ msgstr "Die lêer \"%s\" is leesalleen.\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "gedit cannot handle <i>%s:</i> locations in write mode. Please, check "
+#~ "that you typed the location correctly and try again."
+#~ msgstr ""
+#~ "\"%s\" is nie 'n geldige ligging nie.\n"
+#~ "\n"
+#~ "Maak seker jy't die ligging reg ingetik en probeer weer."
+
+#, fuzzy
+#~ msgid "Number of pages vertically"
+#~ msgstr "_Nommer elke"
+
+#, fuzzy
+#~ msgid "Error opening file <i>%s</i>."
+#~ msgstr "Kon nie lêer \"%s\" laai nie"
+
+#, fuzzy
+#~ msgid "Error reverting file <i>%s</i>."
+#~ msgstr "Fout by terugkering van dokument \"%s\"."
+
+#, fuzzy
+#~ msgid "Error saving file <i>%s</i>."
+#~ msgstr "Kon nie lêer \"%s\" laai nie"
+
+#~ msgid "Normal"
+#~ msgstr "Normaal"
+
+#~ msgid "Use Normal highlight mode"
+#~ msgstr "Gebruik normaleverligting-modus"
+
+#, fuzzy
+#~ msgid "Amharic"
+#~ msgstr "Arabies"
+
+#, fuzzy
+#~ msgid "Bengali"
+#~ msgstr "Balties"
+
+#~ msgid "Breton"
+#~ msgstr "Bretons"
+
+#~ msgid "Catalan"
+#~ msgstr "Katalaans"
+
+#~ msgid "Czech"
+#~ msgstr "Tsjeggies"
+
+#~ msgid "Danish"
+#~ msgstr "Deens"
+
+#, fuzzy
+#~ msgid "German (Austria)"
+#~ msgstr "Duits (Duitsland)"
+
+#~ msgid "German (Germany)"
+#~ msgstr "Duits (Duitsland)"
+
+#~ msgid "German (Swiss)"
+#~ msgstr "Duits (Switserland)"
+
+#~ msgid "English (American)"
+#~ msgstr "Engels (Amerikaans)"
+
+#~ msgid "English (British)"
+#~ msgstr "Engels (Brits)"
+
+#~ msgid "English (Canadian)"
+#~ msgstr "Engels (Kanadees)"
+
+#~ msgid "Esperanto"
+#~ msgstr "Esperanto"
+
+#~ msgid "Spanish"
+#~ msgstr "Spaans"
+
+#, fuzzy
+#~ msgid "Estonian"
+#~ msgstr "Romeens"
+
+#, fuzzy
+#~ msgid "Persian"
+#~ msgstr "Druk"
+
+#, fuzzy
+#~ msgid "Finnish"
+#~ msgstr "Deens"
+
+#~ msgid "Faroese"
+#~ msgstr "Färoërs"
+
+#~ msgid "French (France)"
+#~ msgstr "Frans (Frankryk)"
+
+#~ msgid "French (Swiss)"
+#~ msgstr "Frans (Switserland)"
+
+#, fuzzy
+#~ msgid "Irish"
+#~ msgstr "Turks"
+
+#, fuzzy
+#~ msgid "Gallegan"
+#~ msgstr "Georgies"
+
+#, fuzzy
+#~ msgid "Hindi"
+#~ msgstr "Vind"
+
+#, fuzzy
+#~ msgid "Croatian"
+#~ msgstr "Katalaans"
+
+#~ msgid "Italian"
+#~ msgstr "Italiaans"
+
+#, fuzzy
+#~ msgid "Kurdish"
+#~ msgstr "Turks"
+
+#, fuzzy
+#~ msgid "Latin"
+#~ msgstr "Reëls"
+
+#, fuzzy
+#~ msgid "Macedonian"
+#~ msgstr "gedit"
+
+#, fuzzy
+#~ msgid "Norwegian Bokmal"
+#~ msgstr "Noors"
+
+#~ msgid "Dutch"
+#~ msgstr "Nederlands"
+
+#, fuzzy
+#~ msgid "Norwegian Nynorsk"
+#~ msgstr "Noors"
+
+#~ msgid "Norwegian"
+#~ msgstr "Noors"
+
+#~ msgid "Polish"
+#~ msgstr "Pools"
+
+#~ msgid "Portuguese (Portugal)"
+#~ msgstr "Portugees (Portugal)"
+
+#~ msgid "Portuguese (Brazilian)"
+#~ msgstr "Portugees (Brasilië)"
+
+#~ msgid "Russian"
+#~ msgstr "Russies"
+
+#, fuzzy
+#~ msgid "Sardinian"
+#~ msgstr "Oekraïens"
+
+#~ msgid "Swedish"
+#~ msgstr "Sweeds"
+
+#, fuzzy
+#~ msgid "Tamil"
+#~ msgstr "Thais"
+
+#~ msgid "Ukrainian"
+#~ msgstr "Oekraïens"
+
+#~ msgid "Double-click on a tag to insert it in the current document"
+#~ msgstr "Dubbelkliek op 'n merker om dit in die huidige dokument in te voeg"
+
+#, fuzzy
+#~ msgid "Space"
+#~ msgstr "Stoor"
+
+#~ msgid "Gedit View"
+#~ msgstr "Gedit-aansig"
+
+#~ msgid "Gedit View."
+#~ msgstr "Gedit-aansig."
+
+#~ msgid "Gedit viewer factory"
+#~ msgstr "Gedit-aansigfabriek"
+
+#~ msgid "gedit application"
+#~ msgstr "gedit-toepassing"
+
+#~ msgid "gedit automation factory"
+#~ msgstr "gedit-outomeerfabriek"
+
+#~ msgid "The text \"%s\" was not found."
+#~ msgstr "Die teks \"%s\" kon nie gevind word nie."
+
+#~ msgid "Set program location..."
+#~ msgstr "Stel programligging op..."
+
+#~ msgid ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform "
+#~ "its task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+#~ msgstr ""
+#~ "Die %s inprop gebruik 'n buiteprogram genaamd <tt>%s</tt> om die taak uit "
+#~ "te voer.\n"
+#~ "\n"
+#~ "Spesifiseer asseblief die ligging van die <tt>%s</tt> program."
+
+#~ msgid "Goto Line"
+#~ msgstr "Gaan na reël"
+
+#~ msgid "_Line number:"
+#~ msgstr "_Reëlnommer:"
+
+#~ msgid "button1"
+#~ msgstr "button1"
+
+#~ msgid "dialog1"
+#~ msgstr "dialog1"
+
+#~ msgid "Browse for program location..."
+#~ msgstr "Blaai vir programligging..."
+
+#~ msgid "label"
+#~ msgstr "etiket"
+
+#~ msgid "Open from URI"
+#~ msgstr "Open vanuit URI"
+
+#~ msgid "Invalid UTF-8 data"
+#~ msgstr "Ongeldige UTF-8-data"
+
+#~ msgid "Could not read symbolic link information for %s"
+#~ msgstr "Kon nie simboliese skakel se inligting vir %s lees nie"
+
+#~ msgid "The file has too many symbolic links."
+#~ msgstr "Die lêer het te veel simboliese skakels."
+
+#~ msgid "gedit cannot handle %s: locations in write mode."
+#~ msgstr "gedit kan nie met %s:-liggings in skryfmodus werk nie."
+
+#~ msgid "gedit cannot handle this kind of location in write mode."
+#~ msgstr "gedit kan nie met hierdie soort ligging in skryfmodus werk nie."
+
+#~ msgid "Invalid filename."
+#~ msgstr "Ongeldige lêernaam."
+
+#~ msgid "A file named \"%s\" already exists.\n"
+#~ msgstr "n Lêer genaamd \"%s\" bestaan reeds.\n"
+
+#~ msgid "Do you want to replace it with the one you are saving?"
+#~ msgstr "Wil jy dit vervang met die een wat jy tans stoor?"
+
+#~ msgid "Select a file to open"
+#~ msgstr "Kies 'n lêer om te open"
+
+#~ msgid "Select files to open"
+#~ msgstr "Kies lêers om te open"
+
+#~ msgid "Select a filename to save"
+#~ msgstr "Kies 'n lêernaam om te stoor"
+
+#~ msgid "Saving document \"%s\"..."
+#~ msgstr "Stoor dokument \"%s\"..."
+
+#~ msgid "The document \"%s\" has not been saved."
+#~ msgstr "Die dokument \"%s\" is nie gestoor nie."
+
+#~ msgid "The document \"%s\" has been saved."
+#~ msgstr "Die dokument \"%s\" is gestoor."
+
+#~ msgid "Save as..."
+#~ msgstr "Stoor as..."
+
+#~ msgid "The document \"%s\" has not been reverted."
+#~ msgstr "Daar is nie na die dokument \"%s\" teruggekeer nie."
+
+#~ msgid "The document \"%s\" has been reverted."
+#~ msgstr "Daar is na die dokument \"%s\" teruggekeer."
+
+#~ msgid "Could not read data from stdin."
+#~ msgstr "Kon nie data van stdin lees nie."
+
+#~ msgid "Reverting file:"
+#~ msgstr "Keer terug tans terug na lêer:"
+
+#~ msgid "Loading file:"
+#~ msgstr "Laai tans lêer:"
+
+#~ msgid "Loaded file \"%s\""
+#~ msgstr "Het lêer \"%s\" gelaai"
+
+#~ msgid "Loaded %d file"
+#~ msgid_plural "Loaded %d files"
+#~ msgstr[0] "Het lêer %d gelaai"
+#~ msgstr[1] "Het lêers %d gelaai"
+
+#, fuzzy
+#~ msgid "Created file \"%s\""
+#~ msgstr "Het lêer \"%s\" gelaai"
+
+#, fuzzy
+#~ msgid ""
+#~ "there are too many open files. Please, close some open files and try "
+#~ "again."
+#~ msgstr ""
+#~ "Kon nie die lêer \"%s\" open nie want daar is te veel lêers oop.\n"
+#~ "\n"
+#~ "Sluit 'n paar oop lêers en probeer gerus weer."
+
+#, fuzzy
+#~ msgid ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again "
+#~ "selecting a character coding in the 'Open File...' (or 'Open Location') "
+#~ "dialog."
+#~ msgstr ""
+#~ "Kon nie die lêer \"%s\" open nie want gedit kon nie die karakterkodering "
+#~ "outomaties vasstel nie.\n"
+#~ "\n"
+#~ "Maak seker dat jy nie 'n binêre lêer probeer open nie, en wanneer jy weer "
+#~ "probeer, kies 'n karakterkodering in die 'Open lêer...'- (of 'Open "
+#~ "ligging'-) dialoog."
+
+#, fuzzy
+#~ msgid ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File... ' (or 'Open "
+#~ "Location') dialog and try again."
+#~ msgstr ""
+#~ "Kon nie die lêer \"%s\" met die %s karakterkodering open nie.\n"
+#~ "\n"
+#~ "Maak seker dat jy nie 'n binêre lêer probeer open nie, en dat jy die "
+#~ "korrekte karakterkodering in die 'Open lêer...'- (of 'Open ligging'-) "
+#~ "dialoog gekies het, en probeer gerus weer."
+
+#, fuzzy
+#~ msgid ""
+#~ "The file contains data in an invalid format. Probably, you are trying to "
+#~ "open a binary file."
+#~ msgstr ""
+#~ "Kon nie die lêer \"%s\" open nie want dit bevat ongeldige data.\n"
+#~ "\n"
+#~ "Jy het waarskynlik 'n binêre lêer probeer open."
+
+#, fuzzy
+#~ msgid ""
+#~ "Not enough available memory. Please, close some running applications and "
+#~ "try again."
+#~ msgstr ""
+#~ "Nie voldoende geheue om die lêer \"%s\" te open nie. Sluit 'n paar "
+#~ "toepassings af en probeer gerus weer."
+
+#, fuzzy
+#~ msgid ""
+#~ "The host name was empty. Please, check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Kon nie die lêer \"%s\" open nie want die gasheernaam is leeg.\n"
+#~ "\n"
+#~ "Maak seker dat jou instaanbedieneropstelling korrek is, en probeer gerus "
+#~ "weer."
+
+#, fuzzy
+#~ msgid ""
+#~ "The file contains invalid UTF-8 data. Probably, you are trying to revert "
+#~ "a binary file."
+#~ msgstr ""
+#~ "Kon nie na die lêer \"%s\" terugkeer nie want dit bevat ongeldige UTF-8-"
+#~ "data.\n"
+#~ "\n"
+#~ "Jy probeer waarskynlik 'n binêre lêer open."
+
+#~ msgid "It is not possible to revert an Untitled document."
+#~ msgstr "Dis nie moontlik om na 'n naamlose dokument terug te keer nie."
+
+#, fuzzy
+#~ msgid "The file \"%s\" already exists"
+#~ msgstr "Die lêer \"%s\" bestaan reeds."
+
+#, fuzzy
+#~ msgid "Please, check that you typed the location correctly."
+#~ msgstr ""
+#~ "\"%s\" is 'n gids.\n"
+#~ "\n"
+#~ "Maak seker jy't die ligging reg ingetik."
+
+#, fuzzy
+#~ msgid "Could not create the file \"%s\""
+#~ msgstr "Kon nie die lêer \"%s\" skep nie."
+
+#, fuzzy
+#~ msgid "Make sure you have the appropriate write permissions."
+#~ msgstr ""
+#~ "Kan nie die lêer \"%s\" skep nie.\n"
+#~ "\n"
+#~ "Maak seker jy beskik oor voldoende skryftoestemming."
+
+#, fuzzy
+#~ msgid "The file name is too long."
+#~ msgstr ""
+#~ "Kan nie die lêer \"%s\" skep nie.\n"
+#~ "\n"
+#~ "Die lêernaam is te lank."
+
+#, fuzzy
+#~ msgid ""
+#~ "A directory component in the file name does not exist or is a dangling "
+#~ "symbolic link."
+#~ msgstr ""
+#~ "Kan nie die lêer \"%s\" skep nie.\n"
+#~ "\n"
+#~ "'n Gidskomponent in die lêernaam bestaan nie of is 'n hangende simboliese "
+#~ "skakel."
+
+#, fuzzy
+#~ msgid ""
+#~ "There is not enough disk space to create the file. Please free some disk "
+#~ "space and try again."
+#~ msgstr ""
+#~ "Daar is nie voldoende skyfspasie om die lêer \"%s\" te skep nie.\n"
+#~ "\n"
+#~ "Maak 'n bietjie spasie beskikbaar en probeer weer."
+
+#~ msgid "Close the output window"
+#~ msgstr "Sluit die afvoervenster af"
+
+#~ msgid "Clear the output window"
+#~ msgstr "Maak die afvoervenster skoon"
+
+#~ msgid "Output Lines"
+#~ msgstr "Afvoerlêers"
+
+#~ msgid "Preparing pages..."
+#~ msgstr "Berei bladsye voor..."
+
+#~ msgid "Printing page %d of %d..."
+#~ msgstr "Druk tans bladsy %d van %d..."
+
+#~ msgid "Change the visibility of the output window in the current window"
+#~ msgstr "Verander die sigbaarheid van afvoervenster in die huidige venster"
+
+#~ msgid "Close"
+#~ msgstr "Afsluit"
+
+#~ msgid "Copy"
+#~ msgstr "Kopieer"
+
+#~ msgid "Cu_t"
+#~ msgstr "Kn_ip"
+
+#~ msgid "Cut"
+#~ msgstr "Knip"
+
+#~ msgid "Delete"
+#~ msgstr "Skrap"
+
+#~ msgid "Find Previous"
+#~ msgstr "Vind vorige"
+
+#~ msgid "Main toolbar"
+#~ msgstr "Hoofnutsbalk"
+
+#~ msgid "Open Location..."
+#~ msgstr "Open ligging..."
+
+#~ msgid "Paste"
+#~ msgstr "Plak"
+
+#~ msgid "Print Previe_w..."
+#~ msgstr "Drukvoors_kou..."
+
+#~ msgid "Quit"
+#~ msgstr "Afsluit"
+
+#~ msgid "Redo"
+#~ msgstr "Herdoen"
+
+#~ msgid ""
+#~ "Set toolbar button style according to desktop Menu and Toolbar Preferences"
+#~ msgstr ""
+#~ "Stel nutsbalkknoppiestyl volgens die werkskerm se kieslys-en-"
+#~ "nutsbalkvoorkeure"
+
+#~ msgid "Show only icons in the toolbar"
+#~ msgstr "Wys net ikone in die nutsbalk"
+
+#~ msgid "Show text below every icon in the toolbar"
+#~ msgstr "Wys teks onder elke ikoon in die nutsbalk"
+
+#~ msgid "Show text only beside important icons in the toolbar"
+#~ msgstr "Wys teks net langs belangrike ikone in die nutsbalk"
+
+#~ msgid "T_ext for Important Icons"
+#~ msgstr "T_eks vir belangrike ikone"
+
+#~ msgid "Undo"
+#~ msgstr "Ontdoen"
+
+#~ msgid "_Customize Toolbar"
+#~ msgstr "_Doelmaak nutsbalk"
+
+#~ msgid "_Desktop Default"
+#~ msgstr "_Werkareaverstek"
+
+#~ msgid "_Icons Only"
+#~ msgstr "_Net ikone"
+
+#~ msgid "_Output Window"
+#~ msgstr "_Afvoervenster"
+
+#~ msgid "_Text for All Icons"
+#~ msgstr "_Teks vir alle ikone"
+
+#~ msgid "Quit an existing instance of gedit"
+#~ msgstr "Sluit 'n bestaande geval van gedit af"
+
+#~ msgid "Update"
+#~ msgstr "Bywerk"
+
+#~ msgid "gedit: Document Info plugin"
+#~ msgstr "gedit: Dokumentinfo-inprop"
+
+#, fuzzy
+#~ msgid "Sa_ve Copy..."
+#~ msgstr "_Kopieer"
+
+#, fuzzy
+#~ msgid "Save a copy of the current document"
+#~ msgstr "Stel die taal van die huidige dokument op"
+
+#, fuzzy
+#~ msgid "Could not save a copy of the file to \"%s\""
+#~ msgstr "Kon nie die lêer \"%s\" stoor nie."
+
+#, fuzzy
+#~ msgid "Save Copy..."
+#~ msgstr "Stoor _geen"
+
+#, fuzzy
+#~ msgid "Save a Copy"
+#~ msgstr "Stoor alle oop lêers"
+
+#, fuzzy
+#~ msgid "Saves a copy of the current document to a local or remote location."
+#~ msgstr "Sorteer die huidige dokument of seleksie."
+
+#~ msgid "_Run Command..."
+#~ msgstr "_Loop bevel..."
+
+#~ msgid "Run a command"
+#~ msgstr "Loop 'n bevel"
+
+#~ msgid "_Run"
+#~ msgstr "_Loop"
+
+#~ msgid "Failed"
+#~ msgstr "Gefaal"
+
+#~ msgid ""
+#~ "The shell command entry is empty.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "Die dopbevelinskrywing is leeg.\n"
+#~ "\n"
+#~ "Tik asseblief 'n geldige dopbevel in."
+
+#~ msgid ""
+#~ "Error parsing the shell command.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "Kon nie die dopbevel ontleed nie.\n"
+#~ "\n"
+#~ "Tik asseblief 'n geldige dopbevel in."
+
+#~ msgid "Executing command"
+#~ msgstr "Voer tans bevel uit"
+
+#, fuzzy
+#~ msgid "An error occurred while running the selected command."
+#~ msgstr "'n Fout het plaasgevind tydens loop van geselekteerde bevel."
+
+#, fuzzy
+#~ msgid ""
+#~ "Executes an external program and, if required, displays its output in the "
+#~ "output window."
+#~ msgstr ""
+#~ "Laat 'n buiteprogram loop en gryp eindelik sy afvoer in die afvoervenster."
+
+#~ msgid "Shell command"
+#~ msgstr "Dopbevel"
+
+#~ msgid "Select the working directory..."
+#~ msgstr "Kies die werksgids..."
+
+#~ msgid "_Show results in Output Window"
+#~ msgstr "_Toon resultate in afvoervenster"
+
+#~ msgid "_Working directory:"
+#~ msgstr "_Werksgids:"
+
+#~ msgid "gedit: Shell Output plugin"
+#~ msgstr "gedit: dopafvoerinprop"
+
+#, fuzzy
+#~ msgid "The selected text does not contain misspelled words."
+#~ msgstr "Die gemerkte teks bevat nie verkeerd gespelde woorde nie."
+
+#, fuzzy
+#~ msgid "The document does not contain misspelled words."
+#~ msgstr "Die dokument bevat nie verkeerd gespelde woorde nie."
+
+#~ msgid "Tag list plugin"
+#~ msgstr "Merkerlys-inprop"
+
+#~ msgid "Tag _List"
+#~ msgstr "Merker_lys"
diff --git a/po/am.po b/po/am.po
new file mode 100644
index 0000000..11831c5
--- /dev/null
+++ b/po/am.po
@@ -0,0 +1,4656 @@
+# Translations into the Amharic Language.
+# Copyright (C) 2002 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Ge'ez Frontier Foundation <locales@geez.org>, 2002.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 2.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-09-26 17:36+0200\n"
+"PO-Revision-Date: 2003-02-03 10:16+EDT\n"
+"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
+"Language-Team: Amharic <locales@geez.org>\n"
+"Language: am\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../data/GNOME_Gedit.server.in.in.h:1
+msgid "Gedit View"
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:2
+msgid "Gedit View."
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:3
+msgid "Gedit viewer factory"
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:4
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+#, fuzzy
+msgid "Source"
+msgstr "ቅደም ተከተል"
+
+#: ../data/GNOME_Gedit.server.in.in.h:5
+msgid "gedit application"
+msgstr "የgedit ፕሮግራም"
+
+#: ../data/GNOME_Gedit.server.in.in.h:6
+msgid "gedit automation factory"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "የጽሑፍ ፋይሎች ያስተካክሉ"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit2.c:365
+msgid "Text Editor"
+msgstr "የጽሑፍ ማቀናጃ"
+
+#: ../data/gedit.schemas.in.h:1
+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/gedit.schemas.in.h:2
+#, fuzzy
+msgid "Active plugins"
+msgstr "%s አስጀምርs"
+
+#: ../data/gedit.schemas.in.h:3
+#, fuzzy
+msgid "Auto Detected Encodings"
+msgstr "አዲስ የሆሄያት ኮዶችን ጨምር"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "በራሱ አስቀማጭ"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "በራሱ አንቀጽ"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "የመደቡ ቀለም"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Create Backup Copies"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Display Line Numbers"
+msgstr "የመስመር ቍጥሮች አሳይ"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Right Margin"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Editor Font"
+msgstr "የማቀናጃ ፊደል ቅርጽ"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Encodings shown in menu"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:18
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:19
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:21
+msgid "Header Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Insert spaces"
+msgstr "ክፍተቶችን አስገባ"
+
+#: ../data/gedit.schemas.in.h:26
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:28
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:29
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:32
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:33
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:36
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:39
+msgid "Monospace 9"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:43
+msgid "Monospace Regular 9"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:44
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:45
+msgid "Print Header"
+msgstr ""
+
+#
+#: ../data/gedit.schemas.in.h:46
+msgid "Print Line Numbers"
+msgstr "የመስመር ቍጥሮች አትም"
+
+#: ../data/gedit.schemas.in.h:47
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Right Margin Position"
+msgstr ""
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:52
+#, fuzzy
+msgid "Sans 11"
+msgstr "sans 12"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:55
+#, fuzzy
+msgid "Sans 8"
+msgstr "ስፓኒሽ"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans Regular 11"
+msgstr ""
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 8"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Selected Text Color"
+msgstr "የተመረጠው ጽሑፍ ቀለም"
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Selection Color"
+msgstr "የምርጫው ቀለም"
+
+#: ../data/gedit.schemas.in.h:66
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:67
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:68
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:69
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:70
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:71
+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/gedit.schemas.in.h:72
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:73
+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/gedit.schemas.in.h:74
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:76
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:78
+msgid "Status Bar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:79
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Tab Size"
+msgstr "የመክፈቻ መጠን"
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Text Color"
+msgstr "የጽሑፍ ቀለም"
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Toolbar Buttons Style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Toolbar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:84
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Use Default Colors"
+msgstr "የነበረው ቀለሞችን ተጠቀም"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Use Default Font"
+msgstr "የነበረው ፊደል ቅርጽን ተጠቀም"
+
+#: ../data/gedit.schemas.in.h:87
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:88
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:92
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:93
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:94
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:100
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:101
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:104
+msgid "[ISO-8859-15]"
+msgstr ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:108
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr ""
+
+#: ../gedit/bonobo-mdi.c:548 ../gedit/bonobo-mdi.c:2099
+#, c-format
+msgid "Activate %s"
+msgstr "%s አስጀምርs"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:142
+#, fuzzy
+msgid "Close _without Saving"
+msgstr "የውጤት መስኮትን ዝጋ"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+#, fuzzy
+msgid "Question"
+msgstr "አስተያየቶች"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:367
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:376
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:382
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:392
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:407
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:428
+#, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:413
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:645
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:662
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:679
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:184
+msgid "Go to Line"
+msgstr "ወደ መስመር ሂድ"
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:197
+msgid "_Go to Line"
+msgstr "ወደ መስመር _ሂድ"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:136
+#: ../gedit/dialogs/gedit-dialog-replace.c:1140 ../gedit/gedit-commands.c:383
+#, c-format
+msgid "The text \"%s\" was not found."
+msgstr "ጽሑፉ \"%s\"ን አልተገኘም"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:269
+#: ../gedit/dialogs/replace.glade2.h:4 ../gedit/gedit-ui.xml.h:46
+msgid "Replace"
+msgstr "ተካ"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:282
+msgid "Replace _All"
+msgstr "_ሁሉንም ተካ"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:285
+#: ../gedit/gedit-file-selector-util.c:114 ../plugins/savecopy/savecopy.c:369
+msgid "_Replace"
+msgstr "_ተካ"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:402 ../gedit/gedit-ui.xml.h:17
+msgid "Find"
+msgstr "ፈልግ"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:1149
+#, fuzzy, c-format
+msgid "Found and replaced %d occurrence."
+msgid_plural "Found and replaced %d occurrences."
+msgstr[0] "የ%d የተደጋገመ ድርጊት ተገኝቶ ተተክቷል።"
+msgstr[1] "የ%d የተደጋገመ ድርጊት ተገኝቶ ተተክቷል።"
+
+#: ../gedit/dialogs/gedit-dialog-uri.c:91
+msgid "Open Location"
+msgstr "ቦታ ክፈት"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:72
+#, c-format
+msgid "There was an error displaying help: %s"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:355
+#: ../gedit/dialogs/gedit-encodings-dialog.c:423
+msgid "_Description"
+msgstr "_መግለጫ"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:364
+#: ../gedit/dialogs/gedit-encodings-dialog.c:432
+#, fuzzy
+msgid "_Encoding"
+msgstr "የሆሄያት ኮዶች"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:1
+#, fuzzy
+msgid "A_vailable encodings:"
+msgstr "አዲስ የሆሄያት ኮዶችን ጨምር"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:2
+#, fuzzy
+msgid "Character codings"
+msgstr "ፊደል(ሎች)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:3
+msgid "E_ncodings shown in menu:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "ተጨማሪ ፕሮግራም (ፕላግኢን)"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:86
+#: ../gedit/dialogs/program-location-dialog.glade2.h:2
+msgid "Set program location..."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:116
+#, c-format
+msgid ""
+"The %s plugin uses an external program, called <tt>%s</tt>, to perform its "
+"task.\n"
+"\n"
+"Please, specify the location of the <tt>%s</tt> program."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:169
+msgid "The selected file is not executable."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:649
+msgid "Push this button to select the font to be used by the editor"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to configure text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure background color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1111
+msgid "Elements"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:1
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1 ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:2
+#, fuzzy
+msgid "<b>Automatic Indentation</b>"
+msgstr "በራሱ አንቀጽ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:3
+#, fuzzy
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>የፊደል ቅርጽ</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:4
+#, fuzzy
+msgid "<b>Current Line</b>"
+msgstr "<b>የፊደል ቅርጽ</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:5
+#, fuzzy
+msgid "<b>Elements</b>"
+msgstr "<b>የፊደል ቅርጽ</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:6
+#, fuzzy
+msgid "<b>File Saving</b>"
+msgstr "<b>የፊደል ቅርጽ</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:7
+msgid "<b>Font</b>"
+msgstr "<b>የፊደል ቅርጽ</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:8
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:2
+#, fuzzy
+msgid "<b>Line Numbers</b>"
+msgstr "የመስመር ቍጥሮች"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:9
+msgid "<b>Right Margin</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:10
+#, fuzzy
+msgid "<b>Tab Stops</b>"
+msgstr "<b>ቃል</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:11
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:3
+msgid "<b>Text Wrapping</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<span weight=\"bold\">ቀለሞች</span>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Bold"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:15
+msgid "Display right _margin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:16
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:4
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:17
+msgid "Editor"
+msgstr "ማቀናጃ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:18
+msgid "Editor _font: "
+msgstr "የማቀናጃ ፊደል _ቅርጽ፦ "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:19
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:5
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:20
+msgid "Font & Colors"
+msgstr "የፊደል ቅርጾች እና ቀለሞች"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:21
+msgid "Hi_ghlight current line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:22
+msgid "Highlight _mode:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:23
+msgid "Highlight matching _bracket"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:25
+#, fuzzy
+msgid "Italic"
+msgstr "ጣሊያንኛ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:26
+#, fuzzy
+msgid "Normal _text color:"
+msgstr "የ_ጽሑፍ ቀለም፦"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:27
+#, fuzzy
+msgid "Pick a color"
+msgstr "የጽሑፉ ቀለም ምረጡ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:28
+msgid "Pick the background color"
+msgstr "የመደቡ ቀለም ምረጡ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:29
+#, fuzzy
+msgid "Pick the editor font"
+msgstr "የጽሑፉ ቀለም ምረጡ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:30
+#, fuzzy
+msgid "Pick the normal text color"
+msgstr "የጽሑፉ ቀለም ምረጡ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:31
+msgid "Pick the selected text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:32
+msgid "Pick the selection color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:33
+msgid "Plugins"
+msgstr "ተጨማሪ ፕሮግራሞች (Plugins)"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:34
+msgid "Preferences"
+msgstr "ምርጫዎች"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:35
+msgid "Se_lection color:"
+msgstr "የ_ምርጫው ቀለም፦"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:36
+msgid "Selecte_d text color:"
+msgstr "የተመረጠው ጽሑፍ ቀለም፦"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:37
+msgid "Strikethrough"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:38
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:39
+msgid "U_se default theme colors"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:40
+#, fuzzy
+msgid "Underline"
+msgstr "መስመሮችን አንቀጽ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:41
+#, fuzzy
+msgid "View"
+msgstr "_ተመልከት"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:42
+msgid "_Autosave files every"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:43
+msgid "_Background color:"
+msgstr "የ_መደቡ ቀለም፦"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:44
+#, fuzzy
+msgid "_Background:"
+msgstr "የ_መደቡ ቀለም፦"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:45
+msgid "_Display line numbers"
+msgstr " የ_መስመር ቍጥሮች አሳይ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:46
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:47
+msgid "_Enable syntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:48
+msgid "_Foreground:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:49
+#, fuzzy
+msgid "_Reset to Default "
+msgstr "የነበረው _ሠሌዳ"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:50
+#, fuzzy
+msgid "_Right margin at column:"
+msgstr "በዐምድ _ጀምር፦"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:51
+msgid "_Tab width:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:52
+msgid "_Use default theme font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:53
+msgid "_minutes"
+msgstr "_ደቂቃዎች"
+
+#: ../gedit/dialogs/goto-line.glade2.h:1
+msgid "Goto Line"
+msgstr "ወደ መስመር ሂድ"
+
+#: ../gedit/dialogs/goto-line.glade2.h:2
+msgid "_Line number:"
+msgstr "የ_መስመር ቍጥር፦"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:6
+msgid "Fonts"
+msgstr "የፊደል ቅርጾች"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:7
+msgid "General"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:8
+msgid "He_aders and footers:"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:9
+#, fuzzy
+msgid "Page Setup"
+msgstr "የህትመት ቅንጅት"
+
+#
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:10
+#, fuzzy
+msgid "Print _line numbers"
+msgstr "የመስመር ቍጥሮች አትም"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:11
+msgid "Print s_yntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:12
+msgid "_Body:"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:13
+#, fuzzy
+msgid "_Line numbers:"
+msgstr "የ_መስመር ቍጥር፦"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:14
+msgid "_Number every"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:15
+msgid "_Print page headers"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:16
+msgid "_Restore Default Fonts"
+msgstr "የነበረው የፊደል ቅርጾች ወደ መጀመሪያው _መልስ"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:17
+#, fuzzy
+msgid "lines"
+msgstr "መስመሮች"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:1
+#, fuzzy
+msgid "C_onfigure Plugin"
+msgstr "የቀን/ሰዓት ተጨማሪ ፕሮግራም ለወጡ"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:2
+#, fuzzy
+msgid "_About Plugin"
+msgstr "የቀን/ሰዓት ተጨማሪ ፕሮግራም ለወጡ"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:3
+msgid "button1"
+msgstr ""
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:4
+msgid "dialog1"
+msgstr ""
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:1
+msgid "Browse for program location..."
+msgstr ""
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:3
+msgid "_Location to search for:"
+msgstr ""
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:4
+msgid "label"
+msgstr "መለያ"
+
+#: ../gedit/dialogs/replace.glade2.h:1 ../gedit/dialogs/uri.glade2.h:1
+#: ../plugins/shell_output/shell_output.glade2.h:1
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../gedit/dialogs/replace.glade2.h:2 ../gedit/gedit-ui.xml.h:19
+msgid "Find Next"
+msgstr "የሚቀጥለዉን ፈልግ"
+
+#: ../gedit/dialogs/replace.glade2.h:3
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:5
+msgid "Replace All"
+msgstr "ሁሉንም ተካ"
+
+#: ../gedit/dialogs/replace.glade2.h:6
+msgid "Replace _with: "
+msgstr "በ... _ተካ፦ "
+
+#: ../gedit/dialogs/replace.glade2.h:7
+msgid "Search _backwards"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:8
+msgid "_Match case"
+msgstr "የፊደሎቱን መጠን _አመሳስል"
+
+#: ../gedit/dialogs/replace.glade2.h:9
+msgid "_Search for: "
+msgstr "_ፈልግ፦"
+
+#: ../gedit/dialogs/replace.glade2.h:10
+msgid "_Wrap around"
+msgstr ""
+
+#: ../gedit/dialogs/uri.glade2.h:2
+msgid "Ch_aracter coding:"
+msgstr ""
+
+#: ../gedit/dialogs/uri.glade2.h:3
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr ""
+
+#: ../gedit/dialogs/uri.glade2.h:4
+msgid "Open from URI"
+msgstr "ከURI ክፈት"
+
+#: ../gedit/gedit-commands.c:551
+#, fuzzy
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit ለኖም ትንሽ እና ቀለል ያለ የጽሑፍ ማቀናጃ ነው"
+
+#. Translators: This is a special message that shouldn't be translated
+#. literally. It is used in the about box to give credits to
+#. the translators.
+#. Thus, you should translate it to your name and email address.
+#. You can also include other translators who have contributed to
+#. this translation; in that case, please write them on separate
+#. lines seperated by newlines (\n).
+#: ../gedit/gedit-commands.c:560
+#, fuzzy
+msgid "translator-credits"
+msgstr "ዘግዕዝ Frontier Foundation"
+
+#: ../gedit/gedit-commands.c:579
+msgid "gedit"
+msgstr "gedit"
+
+#: ../gedit/gedit-document.c:384
+#, c-format
+msgid "%s %d"
+msgstr "%s %d"
+
+#: ../gedit/gedit-document.c:384
+#, fuzzy
+msgid "Unsaved Document"
+msgstr "_ሰነዶች"
+
+#: ../gedit/gedit-document.c:934 ../gedit/gedit-document.c:1488
+msgid "Invalid UTF-8 data"
+msgstr "የማይሰራ የUTF-8 ዳታ"
+
+#: ../gedit/gedit-document.c:1750
+#, c-format
+msgid "Could not read symbolic link information for %s"
+msgstr ""
+
+#: ../gedit/gedit-document.c:1796
+msgid "The file has too many symbolic links."
+msgstr ""
+
+#: ../gedit/gedit-document.c:1880
+#, c-format
+msgid "gedit cannot handle %s: locations in write mode."
+msgstr ""
+
+#: ../gedit/gedit-document.c:1887
+msgid "gedit cannot handle this kind of location in write mode."
+msgstr ""
+
+#: ../gedit/gedit-document.c:1900
+msgid "Invalid filename."
+msgstr "የማይሰራ የፋይል ስም።"
+
+#: ../gedit/gedit-document.c:2051
+msgid ""
+"There is not enough disk space to save the file.\n"
+"Please free some disk space and try again."
+msgstr ""
+
+#: ../gedit/gedit-document.c:2056
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-document.c:2100
+msgid "Could not create a backup file."
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:204
+msgid "Auto Detected"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:224
+#: ../gedit/gedit-encodings-option-menu.c:246
+#, c-format
+msgid "Current Locale (%s)"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:307
+msgid "Add or _Remove..."
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:136 ../gedit/gedit-encodings.c:181
+#: ../gedit/gedit-encodings.c:183 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187
+msgid "Unicode"
+msgstr "ዩኒኮድ"
+
+#: ../gedit/gedit-encodings.c:150 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:222 ../gedit/gedit-encodings.c:265
+msgid "Western"
+msgstr "ምዕራብ"
+
+#: ../gedit/gedit-encodings.c:152 ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:261
+msgid "Central European"
+msgstr "መካከለኛ አውሮፓውያን"
+
+#: ../gedit/gedit-encodings.c:154
+msgid "South European"
+msgstr "ደቡባዊ አውሮፓውያን"
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:172
+#: ../gedit/gedit-encodings.c:275
+msgid "Baltic"
+msgstr "ባቲክ"
+
+#: ../gedit/gedit-encodings.c:158 ../gedit/gedit-encodings.c:226
+#: ../gedit/gedit-encodings.c:239 ../gedit/gedit-encodings.c:243
+#: ../gedit/gedit-encodings.c:245 ../gedit/gedit-encodings.c:263
+msgid "Cyrillic"
+msgstr "ቄርሎሳዊ ጽሑፍ"
+
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:232
+#: ../gedit/gedit-encodings.c:273
+msgid "Arabic"
+msgstr "ዐርቢኛ"
+
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:267
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr "ግሪክኛ"
+
+#: ../gedit/gedit-encodings.c:164
+msgid "Hebrew Visual"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:230
+#: ../gedit/gedit-encodings.c:271 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr "ዕብራስጥ"
+
+#: ../gedit/gedit-encodings.c:168 ../gedit/gedit-encodings.c:228
+#: ../gedit/gedit-encodings.c:269 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr "ቱርክኛ"
+
+#: ../gedit/gedit-encodings.c:170
+msgid "Nordic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Celtic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:178 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr "ሮማኒያን"
+
+#: ../gedit/gedit-encodings.c:190
+msgid "Armenian"
+msgstr "አርመናዊ"
+
+#: ../gedit/gedit-encodings.c:192 ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:208
+msgid "Chinese Traditional"
+msgstr "የባሕላዊው ቻይንኛ"
+
+#: ../gedit/gedit-encodings.c:196
+msgid "Cyrillic/Russian"
+msgstr "ቄርሎሳዊ ጽሑፍ/ራሽኛ"
+
+#: ../gedit/gedit-encodings.c:199 ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:250
+msgid "Japanese"
+msgstr "ጃፓንኛ"
+
+#: ../gedit/gedit-encodings.c:206 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:241 ../gedit/gedit-encodings.c:256
+msgid "Korean"
+msgstr "ኮሪያኛ"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:213
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:219
+msgid "Chinese Simplified"
+msgstr "የቀላል ቻይንኛ"
+
+#: ../gedit/gedit-encodings.c:217
+msgid "Georgian"
+msgstr "ጊዮርጊያን"
+
+#: ../gedit/gedit-encodings.c:247
+msgid "Cyrillic/Ukrainian"
+msgstr "ቄርሎሳዊ ጽሑፍ/ዩክረኒኛ"
+
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:258
+#: ../gedit/gedit-encodings.c:277 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr "ቪትናምኛ"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Thai"
+msgstr "ታይኛ"
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:132 ../plugins/savecopy/savecopy.c:356
+#, fuzzy, c-format
+msgid "A file named \"%s\" already exists.\n"
+msgstr "ፋይሉ \"%s\"ን አሁንም አለ።"
+
+#: ../gedit/gedit-file-selector-util.c:133 ../plugins/savecopy/savecopy.c:360
+#, fuzzy
+msgid "Do you want to replace it with the one you are saving?"
+msgstr ""
+"\"%s\" የተባለው ፋይል አሁን ይገኛል አሁን።\n"
+"በሚያስቀምጡት ፋይል መተካት ይፈልጋሉ?"
+
+#: ../gedit/gedit-file-selector-util.c:142
+#, fuzzy, c-format
+msgid "The file \"%s\" is read-only.\n"
+msgstr "ፋይሉ \"%s\"ን አሁንም አለ።"
+
+#: ../gedit/gedit-file-selector-util.c:143
+#, fuzzy
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+"\"%s\" የተባለው ፋይል አሁን ይገኛል አሁን።\n"
+"በሚያስቀምጡት ፋይል መተካት ይፈልጋሉ?"
+
+#: ../gedit/gedit-file-selector-util.c:338 ../plugins/savecopy/savecopy.c:584
+msgid "All Files"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:346 ../plugins/savecopy/savecopy.c:592
+#, fuzzy
+msgid "All Text Files"
+msgstr "የጽሑፍ ፋይሎች ያስተካክሉ"
+
+#: ../gedit/gedit-file-selector-util.c:364 ../plugins/savecopy/savecopy.c:603
+#, fuzzy
+msgid "_Character Coding:"
+msgstr "ፊደል(ሎች)"
+
+#: ../gedit/gedit-file-selector-util.c:498
+#, fuzzy
+msgid "Select a file to open"
+msgstr "ለማስቀመጥ የፋይል ስም ምረጡ"
+
+#: ../gedit/gedit-file-selector-util.c:523
+#, fuzzy
+msgid "Select files to open"
+msgstr "ለማስቀመጥ የፋይል ስም ምረጡ"
+
+#: ../gedit/gedit-file-selector-util.c:559
+msgid "Select a filename to save"
+msgstr "ለማስቀመጥ የፋይል ስም ምረጡ"
+
+#: ../gedit/gedit-file.c:194
+msgid "Open File..."
+msgstr "ፋይል ክፈት ..."
+
+#: ../gedit/gedit-file.c:250 ../gedit/gedit-file.c:390
+#, fuzzy, c-format
+msgid "Saving document \"%s\"..."
+msgstr "ፋይል '%s'ን በማስቀመጥ ላይ..."
+
+#: ../gedit/gedit-file.c:279 ../gedit/gedit-file.c:408
+#, fuzzy, c-format
+msgid "The document \"%s\" has not been saved."
+msgstr "ሰነዱ አልተቀመጠም።"
+
+#: ../gedit/gedit-file.c:287 ../gedit/gedit-file.c:421
+#, fuzzy, c-format
+msgid "The document \"%s\" has been saved."
+msgstr "ሰነዱ አልተቀመጠም።"
+
+#: ../gedit/gedit-file.c:372
+msgid "Save as..."
+msgstr "በሌላ ስም አስቀምጥ ..."
+
+#: ../gedit/gedit-file.c:526
+#, c-format
+msgid "Revert unsaved changes to document \"%s\"?"
+msgstr ""
+
+#: ../gedit/gedit-file.c:535
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:544
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-file.c:550
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:560
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:575 ../gedit/gedit-file.c:596
+#, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:581
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:617 ../gedit/gedit-ui.xml.h:94
+msgid "_Revert"
+msgstr "_ወደ ነበረበት መልስ"
+
+#: ../gedit/gedit-file.c:662
+#, c-format
+msgid "Error reverting the document \"%s\"."
+msgstr ""
+
+#: ../gedit/gedit-file.c:670
+#, fuzzy, c-format
+msgid "The document \"%s\" has not been reverted."
+msgstr "ሰነዱ አልተመለሰም።"
+
+#: ../gedit/gedit-file.c:674
+#, fuzzy, c-format
+msgid "The document \"%s\" has been reverted."
+msgstr "ሰነዱ አልተመለሰም።"
+
+#: ../gedit/gedit-file.c:702
+#, fuzzy, c-format
+msgid "Reverting the document \"%s\"..."
+msgstr "ፋይል '%s'ን በመመለስ ላይ..."
+
+#: ../gedit/gedit-file.c:825
+msgid "Could not read data from stdin."
+msgstr ""
+
+#: ../gedit/gedit-file.c:912
+#, fuzzy
+msgid "Reverting file:"
+msgstr "ፋይል '%s'ን በመመለስ ላይ..."
+
+#: ../gedit/gedit-file.c:912
+#, fuzzy
+msgid "Loading file:"
+msgstr "ፋይል %dን በመጫን ላይ..."
+
+#: ../gedit/gedit-file.c:1092 ../gedit/gedit-file.c:1333
+#, c-format
+msgid "Error loading file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-file.c:1113
+#, fuzzy, c-format
+msgid "Loaded file \"%s\""
+msgstr "ፋይል '%s' ተጭኗል"
+
+#: ../gedit/gedit-file.c:1225
+#, fuzzy, c-format
+msgid "Loaded %d file"
+msgid_plural "Loaded %d files"
+msgstr[0] "ፋይል %i ተጭኗል"
+msgstr[1] "ፋይል %i ተጭኗል"
+
+#: ../gedit/gedit-file.c:1286
+#, fuzzy, c-format
+msgid "Created file \"%s\""
+msgstr "ፋይል '%s' ተጭኗል"
+
+#: ../gedit/gedit-file.c:1304
+#, fuzzy, c-format
+msgid "Loading file \"%s\"..."
+msgstr "ፋይል %dን በመጫን ላይ..."
+
+#: ../gedit/gedit-file.c:1469
+#, fuzzy, c-format
+msgid "Loading %d file..."
+msgid_plural "Loading %d files..."
+msgstr[0] "ፋይል %dን በመጫን ላይ..."
+msgstr[1] "ፋይል %dን በመጫን ላይ..."
+
+#: ../gedit/gedit-io-error-dialogs.c:84
+#, fuzzy, c-format
+msgid "Could not find the file \"%s\""
+msgstr "ፋይሉ \"%s\"ን መክፈት አልተቻለም"
+
+#: ../gedit/gedit-io-error-dialogs.c:86 ../gedit/gedit-io-error-dialogs.c:130
+#: ../gedit/gedit-io-error-dialogs.c:150
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:91 ../gedit/gedit-io-error-dialogs.c:99
+#: ../gedit/gedit-io-error-dialogs.c:116 ../gedit/gedit-io-error-dialogs.c:122
+#: ../gedit/gedit-io-error-dialogs.c:135 ../gedit/gedit-io-error-dialogs.c:141
+#: ../gedit/gedit-io-error-dialogs.c:155 ../gedit/gedit-io-error-dialogs.c:171
+#: ../gedit/gedit-io-error-dialogs.c:215 ../gedit/gedit-io-error-dialogs.c:223
+#: ../gedit/gedit-io-error-dialogs.c:231 ../gedit/gedit-io-error-dialogs.c:239
+#: ../gedit/gedit-io-error-dialogs.c:246 ../gedit/gedit-io-error-dialogs.c:252
+#: ../gedit/gedit-io-error-dialogs.c:292 ../gedit/gedit-io-error-dialogs.c:313
+#: ../gedit/gedit-io-error-dialogs.c:341
+#, c-format
+msgid "Could not open the file \"%s\""
+msgstr "ፋይሉ \"%s\"ን መክፈት አልተቻለም"
+
+#: ../gedit/gedit-io-error-dialogs.c:93 ../gedit/gedit-io-error-dialogs.c:406
+msgid "The file contains corrupted data."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:104 ../gedit/gedit-io-error-dialogs.c:417
+#, c-format
+msgid "gedit cannot handle %s: locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:109 ../gedit/gedit-io-error-dialogs.c:422
+msgid "gedit cannot handle this location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:118 ../gedit/gedit-io-error-dialogs.c:431
+msgid "The file contains data in an invalid format."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:124 ../gedit/gedit-io-error-dialogs.c:437
+msgid "The file is too big."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:128
+#, c-format
+msgid "\"%s\" is not a valid location"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:137 ../gedit/gedit-io-error-dialogs.c:443
+msgid "Access was denied."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:143
+msgid ""
+"there are too many open files. Please, close some open files and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:148 ../gedit/gedit-io-error-dialogs.c:661
+#, c-format
+msgid "\"%s\" is a directory"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:157
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:185 ../gedit/gedit-io-error-dialogs.c:483
+#, c-format
+msgid ""
+"Host \"%s\" could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:196 ../gedit/gedit-io-error-dialogs.c:207
+#: ../gedit/gedit-io-error-dialogs.c:217
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:225
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:233
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:241
+msgid ""
+"The file contains invalid data. Probably, you are trying to open a binary "
+"file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:248
+msgid "The file you are trying to open is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:294
+msgid ""
+"gedit was not able to automatically detect the character coding. Please, "
+"check that you are not trying to open a binary file and try again selecting "
+"a character coding in the 'Open File...' (or 'Open Location') dialog."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:302 ../gedit/gedit-io-error-dialogs.c:328
+#, fuzzy, c-format
+msgid "Could not open the file \"%s\" using the %s character coding"
+msgstr " ፋይሉ \"%s\"ን መክፈት አልተቻለም።"
+
+#: ../gedit/gedit-io-error-dialogs.c:305 ../gedit/gedit-io-error-dialogs.c:331
+msgid ""
+"Please, check that you are not trying to open a binary file and that you "
+"selected the right character coding in the 'Open File... ' (or 'Open "
+"Location') dialog and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:315
+msgid ""
+"The file contains data in an invalid format. Probably, you are trying to "
+"open a binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:397 ../gedit/gedit-io-error-dialogs.c:404
+#: ../gedit/gedit-io-error-dialogs.c:410 ../gedit/gedit-io-error-dialogs.c:429
+#: ../gedit/gedit-io-error-dialogs.c:435 ../gedit/gedit-io-error-dialogs.c:441
+#: ../gedit/gedit-io-error-dialogs.c:447 ../gedit/gedit-io-error-dialogs.c:454
+#: ../gedit/gedit-io-error-dialogs.c:469 ../gedit/gedit-io-error-dialogs.c:497
+#: ../gedit/gedit-io-error-dialogs.c:505 ../gedit/gedit-io-error-dialogs.c:511
+#: ../gedit/gedit-io-error-dialogs.c:518 ../gedit/gedit-io-error-dialogs.c:557
+#, fuzzy, c-format
+msgid "Could not revert the file \"%s\""
+msgstr "ፋይሉ \"%s\"ን ማስፈጠር አልተቻለም።"
+
+#: ../gedit/gedit-io-error-dialogs.c:399
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:449
+msgid ""
+"There are too many open files. Please, close some open files and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:456
+msgid ""
+"Not enough available memory. Please, close some running applications and try "
+"again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:499
+msgid ""
+"The host name was empty. Please, check that your proxy settings are correct "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:507
+msgid "Attempt to log in failed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:513
+msgid ""
+"The file contains invalid UTF-8 data. Probably, you are trying to revert a "
+"binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:520
+msgid "It is not possible to revert an Untitled document."
+msgstr "ስያሜ ያልተሰጠውን ሰነድ ለመመለስ አይቻልም"
+
+#: ../gedit/gedit-io-error-dialogs.c:607
+#, fuzzy, c-format
+msgid "Could not save the file \"%s\""
+msgstr "ፋይሉ \"%s\"ን ማስቀመጥ አልተቻለም።"
+
+#: ../gedit/gedit-io-error-dialogs.c:656
+#, fuzzy, c-format
+msgid "The file \"%s\" already exists"
+msgstr "ፋይሉ \"%s\"ን አሁንም አለ።"
+
+#: ../gedit/gedit-io-error-dialogs.c:662
+msgid "Please, check that you typed the location correctly."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:668 ../gedit/gedit-io-error-dialogs.c:674
+#: ../gedit/gedit-io-error-dialogs.c:680 ../gedit/gedit-io-error-dialogs.c:687
+#: ../gedit/gedit-io-error-dialogs.c:694
+#, fuzzy, c-format
+msgid "Could not create the file \"%s\""
+msgstr "ፋይሉ \"%s\"ን ማስፈጠር አልተቻለም።"
+
+#: ../gedit/gedit-io-error-dialogs.c:670
+msgid "Make sure you have the appropriate write permissions."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:676
+msgid "The file name is too long."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:682
+msgid ""
+"A directory component in the file name does not exist or is a dangling "
+"symbolic link."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:689
+msgid ""
+"There is not enough disk space to create the file. Please free some disk "
+"space and try again."
+msgstr ""
+
+#. Read only
+#: ../gedit/gedit-mdi-child.c:249
+msgid "RO"
+msgstr "RO"
+
+#. Add the detach tab button
+#: ../gedit/gedit-mdi-child.c:650 ../gedit/gedit-ui.xml.h:85
+msgid "_Move to New Window"
+msgstr ""
+
+#: ../gedit/gedit-mdi-child.c:803
+#, fuzzy
+msgid "Unicode (UTF-8)"
+msgstr "ዩኒኮድ"
+
+#: ../gedit/gedit-mdi-child.c:813
+#, fuzzy
+msgid "Name:"
+msgstr "ስም"
+
+#: ../gedit/gedit-mdi-child.c:814
+msgid "MIME Type:"
+msgstr ""
+
+#: ../gedit/gedit-mdi-child.c:815
+#, fuzzy
+msgid "Encoding:"
+msgstr "የሆሄያት ኮዶች"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-mdi.c:260 ../gedit/gedit-mdi.c:463
+#, fuzzy, c-format
+msgid "Open '%s'"
+msgstr "ክፈት %s"
+
+#: ../gedit/gedit-mdi.c:538
+#, fuzzy
+msgid "Open a recently used file"
+msgstr "ፋይል ክፈት"
+
+#: ../gedit/gedit-mdi.c:1477 ../gedit/gedit-mdi.c:1479
+#, fuzzy
+msgid "Read Only"
+msgstr "(ለንባብ ብቻ)"
+
+#: ../gedit/gedit-mdi.c:2103
+msgid "Normal"
+msgstr ""
+
+#: ../gedit/gedit-mdi.c:2104
+msgid "Use Normal highlight mode"
+msgstr ""
+
+#: ../gedit/gedit-mdi.c:2180
+#, c-format
+msgid "Use %s highlight mode"
+msgstr ""
+
+#: ../gedit/gedit-output-window.c:378
+msgid "Close the output window"
+msgstr "የውጤት መስኮትን ዝጋ"
+
+#: ../gedit/gedit-output-window.c:416
+msgid "Copy selected lines"
+msgstr "የተመረጠው መስመሮች ቅጂ"
+
+#: ../gedit/gedit-output-window.c:436
+msgid "Clear the output window"
+msgstr "የውጤት መስኮትን ባዶ አድርጉ"
+
+#: ../gedit/gedit-output-window.c:476
+msgid "Output Lines"
+msgstr "የውጤት መስመሮች"
+
+#: ../gedit/gedit-prefs-manager.c:175
+msgid "Cannot initialize preferences manager."
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:1326
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: ../gedit/gedit-print.c:219 ../gedit/gedit-ui.xml.h:37
+msgid "Print"
+msgstr "አትም"
+
+#: ../gedit/gedit-print.c:228 ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Lines"
+msgstr "መስመሮች"
+
+#: ../gedit/gedit-print.c:330
+#, fuzzy
+msgid "Preparing pages..."
+msgstr "ምርጫዎች... (_e)"
+
+#: ../gedit/gedit-print.c:357
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr ""
+
+#: ../gedit/gedit-print.c:359
+#, c-format
+msgid "Printing page %d of %d..."
+msgstr ""
+
+#: ../gedit/gedit-print.c:381 ../gedit/gedit-ui.xml.h:40
+msgid "Print preview"
+msgstr "የቅድመ ህትመት ዕይታ"
+
+#: ../gedit/gedit-print.c:551
+#, c-format
+msgid "File: %s"
+msgstr "ፋይል፦ %s"
+
+#: ../gedit/gedit-print.c:557
+msgid "Page %N of %Q"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:1
+msgid "About this application"
+msgstr "ስለዚህ ፕሮግራም"
+
+#: ../gedit/gedit-ui.xml.h:2
+msgid "Change the visibility of the output window in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:3
+msgid "Change the visibility of the statusbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:4
+msgid "Change the visibility of the toolbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:5
+msgid "Close"
+msgstr "ዝጋ"
+
+#: ../gedit/gedit-ui.xml.h:6
+msgid "Close all open files"
+msgstr "የተከፈቱትን ሁሉንም ፋይሎች ዝጋ"
+
+#: ../gedit/gedit-ui.xml.h:7
+msgid "Close the current file"
+msgstr "የአሁኑን ፋይል ዝጋ"
+
+#: ../gedit/gedit-ui.xml.h:8
+msgid "Configure the application"
+msgstr "ፕሮግራሙን ልወጡ"
+
+#: ../gedit/gedit-ui.xml.h:9
+msgid "Copy"
+msgstr "ቅጂ"
+
+#: ../gedit/gedit-ui.xml.h:10
+msgid "Copy the selection"
+msgstr "የተመረጠውን ቅጂ"
+
+#: ../gedit/gedit-ui.xml.h:11
+msgid "Create a new document"
+msgstr "አዲስ ሰነድ ፍጠር"
+
+#: ../gedit/gedit-ui.xml.h:12
+msgid "Cu_t"
+msgstr "ቁረጥ (_t)"
+
+#: ../gedit/gedit-ui.xml.h:13
+msgid "Cut"
+msgstr "ቁረጥ"
+
+#: ../gedit/gedit-ui.xml.h:14
+msgid "Cut the selection"
+msgstr "የተመረጠውን ቁረጥ"
+
+#: ../gedit/gedit-ui.xml.h:15
+msgid "Delete"
+msgstr "አጥፉ"
+
+#: ../gedit/gedit-ui.xml.h:16
+msgid "Delete the selected text"
+msgstr "የተመረጠው ጽሑፍ አጥፉ"
+
+#: ../gedit/gedit-ui.xml.h:18
+msgid "Find Ne_xt"
+msgstr "_የሚቀጥለዉን ፈልግ"
+
+#: ../gedit/gedit-ui.xml.h:20
+msgid "Find Pre_vious"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:21
+#, fuzzy
+msgid "Find Previous"
+msgstr "የቅድመ ህትመት ዕይታ"
+
+#: ../gedit/gedit-ui.xml.h:22
+msgid "Go to _Line..."
+msgstr "ወደ _መስመር ሂድ..."
+
+#: ../gedit/gedit-ui.xml.h:23
+#, fuzzy
+msgid "Go to a specific line"
+msgstr "የተጠቀሰው የመስመር ቍጥር ጋር ሂድ"
+
+#: ../gedit/gedit-ui.xml.h:24
+msgid "Main toolbar"
+msgstr "ዋናው ቱልባር"
+
+#: ../gedit/gedit-ui.xml.h:25
+msgid "Move the current document to a new window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:26
+msgid "New"
+msgstr "አዲስ"
+
+#: ../gedit/gedit-ui.xml.h:27
+msgid "Open"
+msgstr "ክፈት"
+
+#: ../gedit/gedit-ui.xml.h:28
+msgid "Open Location..."
+msgstr "ቦታ ክፈት..."
+
+#: ../gedit/gedit-ui.xml.h:29
+msgid "Open _Location..."
+msgstr "ቦታ ክፈት... (_L)"
+
+#: ../gedit/gedit-ui.xml.h:30
+msgid "Open a file"
+msgstr "ፋይል ክፈት"
+
+#: ../gedit/gedit-ui.xml.h:31
+msgid "Open a file from a specified location"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:32
+msgid "Open the gedit manual"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:33
+#, fuzzy
+msgid "Page Set_up"
+msgstr "የህትመት ቅንጅት"
+
+#: ../gedit/gedit-ui.xml.h:34
+msgid "Paste"
+msgstr "ለጥፍ"
+
+#: ../gedit/gedit-ui.xml.h:35
+msgid "Paste the clipboard"
+msgstr "ክሊፕቦርዱን ለጥፍ"
+
+#: ../gedit/gedit-ui.xml.h:36
+msgid "Pr_eferences"
+msgstr "_ምርጫዎች"
+
+#: ../gedit/gedit-ui.xml.h:38
+msgid "Print Previe_w..."
+msgstr "የ_ቅድመ ህትመት ዕይታ..."
+
+#: ../gedit/gedit-ui.xml.h:39
+msgid "Print Preview"
+msgstr "የቅድመ ህትመት ዕይታ"
+
+#: ../gedit/gedit-ui.xml.h:41
+msgid "Print the current file"
+msgstr "የአሁኑን ፋይል አትም"
+
+#: ../gedit/gedit-ui.xml.h:42
+msgid "Quit"
+msgstr "ውጣ"
+
+#: ../gedit/gedit-ui.xml.h:43
+msgid "Quit the program"
+msgstr "ከፕሮግራሙ ውጣ"
+
+#: ../gedit/gedit-ui.xml.h:44
+msgid "Redo"
+msgstr "እንደገና አድርግ"
+
+#: ../gedit/gedit-ui.xml.h:45
+msgid "Redo the undone action"
+msgstr "የተተወውን ድርጊት እንደገና አድርግ"
+
+#: ../gedit/gedit-ui.xml.h:47
+msgid "Revert"
+msgstr "ወደ ነበረበት መልስ"
+
+#: ../gedit/gedit-ui.xml.h:48
+msgid "Revert to a saved version of the file"
+msgstr "መጀመሪያ ተቀምጦ ወደ ነበረው የፋይሉ ቅጂ መልስ"
+
+#: ../gedit/gedit-ui.xml.h:49
+msgid "Save"
+msgstr "አስቀምጥ"
+
+#: ../gedit/gedit-ui.xml.h:50
+msgid "Save As"
+msgstr "በሌላ ስም አስቀምጥ"
+
+#: ../gedit/gedit-ui.xml.h:51
+msgid "Save _As..."
+msgstr "_በሌላ ስም አስቀምጥ... (_A)"
+
+#: ../gedit/gedit-ui.xml.h:52
+msgid "Save all open files"
+msgstr "የተከፈቱትን ሁሉንም ፋይሎች አስቀምጥ"
+
+#: ../gedit/gedit-ui.xml.h:53
+msgid "Save the current file"
+msgstr "የአሁኑን ፋይል አስቀምጥ"
+
+#: ../gedit/gedit-ui.xml.h:54
+msgid "Save the current file with a different name"
+msgstr "የአሁኑን ፋይል በተለየ ስም አስቀምጥ"
+
+#: ../gedit/gedit-ui.xml.h:55
+#, fuzzy
+msgid "Search backwards for the same text"
+msgstr "ያንኑ ሐረግ እንደገና አስስ"
+
+#: ../gedit/gedit-ui.xml.h:56
+#, fuzzy
+msgid "Search for and replace text"
+msgstr "ሐረጉን አስስ"
+
+#: ../gedit/gedit-ui.xml.h:57
+#, fuzzy
+msgid "Search for text"
+msgstr "_ፈልግ፦"
+
+#: ../gedit/gedit-ui.xml.h:58
+#, fuzzy
+msgid "Search forwards for the same text"
+msgstr "ያንኑ ሐረግ እንደገና አስስ"
+
+#: ../gedit/gedit-ui.xml.h:59
+msgid "Select All"
+msgstr "ሁሉንም ምረጡ"
+
+#: ../gedit/gedit-ui.xml.h:60
+msgid "Select _All"
+msgstr "ሁሉንም ምረጡ (_A)"
+
+#: ../gedit/gedit-ui.xml.h:61
+msgid "Select the entire document"
+msgstr "ሰነዱን እንዳለ ምረጡ"
+
+#: ../gedit/gedit-ui.xml.h:62
+msgid ""
+"Set toolbar button style according to desktop Menu and Toolbar Preferences"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:63
+#, fuzzy
+msgid "Setup the page settings"
+msgstr "የገጹን አቀማመጥ አሁን ላለው ማተሚያ አስተካክሉ"
+
+#: ../gedit/gedit-ui.xml.h:64
+msgid "Show only icons in the toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:65
+msgid "Show text below every icon in the toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:66
+msgid "Show text only beside important icons in the toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:67
+msgid "T_ext for Important Icons"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:68
+msgid "Undo"
+msgstr "ወደ ነበረበት መልስ"
+
+#: ../gedit/gedit-ui.xml.h:69
+msgid "Undo the last action"
+msgstr "የመጨረሻውን ትግባር ተወው"
+
+#: ../gedit/gedit-ui.xml.h:70
+msgid "_About"
+msgstr "_ስለ"
+
+#: ../gedit/gedit-ui.xml.h:71
+msgid "_Close"
+msgstr "_ዝጋ"
+
+#: ../gedit/gedit-ui.xml.h:72
+msgid "_Close All"
+msgstr "ሁሉንም _ዝጋ"
+
+#: ../gedit/gedit-ui.xml.h:73
+msgid "_Contents"
+msgstr "_ይዞታዎች"
+
+#: ../gedit/gedit-ui.xml.h:74
+msgid "_Copy"
+msgstr "_ቅጂ"
+
+#: ../gedit/gedit-ui.xml.h:75
+msgid "_Customize Toolbar"
+msgstr "_ቱልባር አስተካክል"
+
+#: ../gedit/gedit-ui.xml.h:76
+msgid "_Delete"
+msgstr "_አጥፉ"
+
+#: ../gedit/gedit-ui.xml.h:77
+msgid "_Desktop Default"
+msgstr "የነበረው _ሠሌዳ"
+
+#: ../gedit/gedit-ui.xml.h:78
+msgid "_Documents"
+msgstr "_ሰነዶች"
+
+#: ../gedit/gedit-ui.xml.h:79
+msgid "_Edit"
+msgstr "_አስተካክል"
+
+#: ../gedit/gedit-ui.xml.h:80
+msgid "_File"
+msgstr "_ፋይል"
+
+#: ../gedit/gedit-ui.xml.h:81
+msgid "_Find..."
+msgstr "_ፈልግ..."
+
+#: ../gedit/gedit-ui.xml.h:82
+msgid "_Help"
+msgstr "_መረጃ"
+
+#: ../gedit/gedit-ui.xml.h:83
+msgid "_Highlight Mode"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:84
+#, fuzzy
+msgid "_Icons Only"
+msgstr "_ምልክት"
+
+#: ../gedit/gedit-ui.xml.h:86
+msgid "_New"
+msgstr "_አዲስ"
+
+#: ../gedit/gedit-ui.xml.h:87
+msgid "_Open..."
+msgstr "_ክፈት..."
+
+#: ../gedit/gedit-ui.xml.h:88
+msgid "_Output Window"
+msgstr "የ_ውጤት መስኮት"
+
+#: ../gedit/gedit-ui.xml.h:89
+msgid "_Paste"
+msgstr "_ለጥፍ"
+
+#: ../gedit/gedit-ui.xml.h:90
+msgid "_Print..."
+msgstr "_አትም..."
+
+#: ../gedit/gedit-ui.xml.h:91
+msgid "_Quit"
+msgstr "_ውጣ"
+
+#: ../gedit/gedit-ui.xml.h:92
+msgid "_Redo"
+msgstr "_እንደገና አድርግ"
+
+#: ../gedit/gedit-ui.xml.h:93
+msgid "_Replace..."
+msgstr "_ተካ..."
+
+#: ../gedit/gedit-ui.xml.h:95
+msgid "_Save"
+msgstr "_አስቀምጥ"
+
+#: ../gedit/gedit-ui.xml.h:96
+msgid "_Save All"
+msgstr "ሁሉንም _አስቀምጥ"
+
+#: ../gedit/gedit-ui.xml.h:97
+msgid "_Search"
+msgstr "_ፈልግ"
+
+#: ../gedit/gedit-ui.xml.h:98
+msgid "_Statusbar"
+msgstr "_ስታተስባር"
+
+#: ../gedit/gedit-ui.xml.h:99
+msgid "_Text for All Icons"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:100
+msgid "_Toolbar"
+msgstr "_ቱልባር"
+
+#: ../gedit/gedit-ui.xml.h:101
+msgid "_Tools"
+msgstr "_መሣሪያዎች"
+
+#: ../gedit/gedit-ui.xml.h:102
+msgid "_Undo"
+msgstr "_ወደ ነበረበት መልስ"
+
+#: ../gedit/gedit-ui.xml.h:103
+msgid "_View"
+msgstr "_ተመልከት"
+
+#: ../gedit/gedit-utils.c:686
+msgid " (invalid Unicode)"
+msgstr " (ዩኒኮድ ተቀብሏል)"
+
+#.
+#. if (col == chars)
+#. msg = g_strdup_printf (_(" Ln %d, Col %d"), row + 1, col + 1);
+#. else
+#. msg = g_strdup_printf (_(" Ln %d, Col %d-%d"), row + 1, chars + 1, col + 1);
+#.
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-view.c:879
+#, fuzzy, c-format
+msgid " Ln %d, Col %d"
+msgstr " መስመር %d፣ ዐምድ %d"
+
+#: ../gedit/gedit-view.c:915
+msgid " OVR"
+msgstr " በላዩ ላይ ፃፍ"
+
+#: ../gedit/gedit-view.c:917
+msgid " INS"
+msgstr " አስገባ"
+
+#: ../gedit/gedit2.c:83
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit2.c:86
+msgid "Quit an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit2.c:89
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit2.c:92
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit2.c:168
+#, c-format
+msgid "The specified encoding \"%s\" is not valid\n"
+msgstr ""
+
+#: ../gedit/gedit-convert.c:91
+msgid "The file you are trying to open contains an invalid byte sequence."
+msgstr ""
+
+#: ../gedit/gedit-convert.c:160 ../gedit/gedit-convert.c:204
+msgid ""
+"gedit was not able to automatically determine the encoding of the file you "
+"want to open."
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:43
+#, fuzzy
+msgid "C_hange Case"
+msgstr "_ለውጥ"
+
+#: ../plugins/changecase/changecase.c:49
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:50
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:51
+#, fuzzy
+msgid "_Invert Case"
+msgstr "ፊደል አስገባ"
+
+#: ../plugins/changecase/changecase.c:52
+#, fuzzy
+msgid "_Title Case"
+msgstr "አርእስት"
+
+#: ../plugins/changecase/changecase.c:54
+#, fuzzy
+msgid "Change selected text to upper case"
+msgstr "የተመረጠው ጽሑፍ ቀለም፦"
+
+#: ../plugins/changecase/changecase.c:55
+#, fuzzy
+msgid "Change selected text to lower case"
+msgstr "የተመረጠው ጽሑፍ ቀለም፦"
+
+#: ../plugins/changecase/changecase.c:56
+#, fuzzy
+msgid "Invert the case of selected text"
+msgstr "የተመረጠው ጽሑፍ አጥፉ"
+
+#: ../plugins/changecase/changecase.c:57
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Change Case"
+msgstr "_ለውጥ"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Changes the case of selected text."
+msgstr "የተመረጠው ጽሑፍ አጥፉ"
+
+#: ../plugins/docinfo/docinfo.c:45
+msgid "_Document Statistics"
+msgstr "_የሰነዶች ቍጥር መረጃ ጥናት"
+
+#: ../plugins/docinfo/docinfo.c:48
+msgid "Get statistic info on current document"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.c:139
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+msgid "Document Statistics"
+msgstr "የሰነዶች ቍጥር መረጃ ጥናት"
+
+#: ../plugins/docinfo/docinfo.c:153
+msgid "_Update"
+msgstr "_አሻሽል"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+#, fuzzy
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">ቀለሞች</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "ባይቶች"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "አኃዞች (ክፍተት የለም)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "አኃዞች (ከክፍተት ጋር)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Update"
+msgstr "አሻሽል"
+
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Words"
+msgstr "ቃላት"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "gedit: Document Info plugin"
+msgstr ""
+
+#: ../plugins/indent/indent.c:45
+msgid "_Indent"
+msgstr "_አዲስ አንቀጽ"
+
+#: ../plugins/indent/indent.c:47
+msgid "Indent selected lines"
+msgstr "የተመረጠውን መስመሮች አንቀጽ"
+
+#: ../plugins/indent/indent.c:49
+msgid "U_nindent"
+msgstr "አንቀጽ _የሌለው"
+
+#: ../plugins/indent/indent.c:51
+msgid "Unindent selected lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent lines"
+msgstr "መስመሮችን አንቀጽ"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Indents or un-indents selected lines."
+msgstr "የተመረጠውን መስመሮች አንቀጽ"
+
+#: ../plugins/sample/sample.c:43
+msgid "Insert User Na_me"
+msgstr "የተጠቃሚ ስም _አስገባ"
+
+#: ../plugins/sample/sample.c:46
+msgid "Insert the user name at the cursor position"
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "የተጠቃሚ ስም"
+
+#: ../plugins/savecopy/savecopy.c:49
+#, fuzzy
+msgid "Sa_ve Copy..."
+msgstr "_ቅጂ"
+
+#: ../plugins/savecopy/savecopy.c:52
+#, fuzzy
+msgid "Save a copy of the current document"
+msgstr "ሰነዱን እንዳለ ምረጡ"
+
+#: ../plugins/savecopy/savecopy.c:315
+#, fuzzy, c-format
+msgid "Could not save a copy of the file to \"%s\""
+msgstr "ፋይሉ \"%s\"ን ማስቀመጥ አልተቻለም።"
+
+#: ../plugins/savecopy/savecopy.c:414
+msgid "You are trying to overwrite the original file"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.c:523
+#, fuzzy
+msgid "Save Copy..."
+msgstr "በሌላ ስም አስቀምጥ"
+
+#. translators: %s is a filename
+#: ../plugins/savecopy/savecopy.c:555 ../plugins/savecopy/savecopy.c:565
+#, c-format
+msgid "%s (copy)"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Save a Copy"
+msgstr "የተከፈቱትን ሁሉንም ፋይሎች አስቀምጥ"
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:2
+msgid "Saves a copy of the current document to a local or remote location."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:56
+msgid "_Run Command..."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:59
+msgid "Run a command"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:156
+#: ../plugins/shell_output/shell_output.c:576
+msgid "Stopped"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:355
+msgid "Run Command"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:374
+msgid "_Run"
+msgstr "_አስኪድ"
+
+#: ../plugins/shell_output/shell_output.c:582
+msgid "Done"
+msgstr "ጨርሷል"
+
+#: ../plugins/shell_output/shell_output.c:584
+msgid "Failed"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:754
+msgid ""
+"The shell command entry is empty.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"የሼሉ ትእዛዝ መስጫ ባዶ ነው።\n"
+"\n"
+"የሼሉ ትእዛዝ መስጫ ባዶ ነው እባክዎ ትክክለኛውን የሼሉን ትእዛዝ ያስገቡ።"
+
+#: ../plugins/shell_output/shell_output.c:776
+msgid ""
+"Error parsing the shell command.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"የሼሉን ትእዛዝ መረዳት ስላልቻለ ስህተት ተፈጥሯል።\n"
+"\n"
+"እባክዎ ትክክለኛውን የሼሉን ትእዛዝ ያስገቡ።"
+
+#: ../plugins/shell_output/shell_output.c:854
+msgid "Executing command"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:919
+#, fuzzy
+msgid "An error occurred while running the selected command."
+msgstr "የተጠቀሰውን ትእዛዝ በሚያስጀምርበት ጊዜ ስህተት ተከስቷል።"
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:1
+msgid ""
+"Executes an external program and, if required, displays its output in the "
+"output window."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:2
+msgid "Shell command"
+msgstr "የሼል ትእዛዝ"
+
+#: ../plugins/shell_output/shell_output.glade2.h:2
+msgid "Co_mmand:"
+msgstr "_ትእዛዝ፦"
+
+#: ../plugins/shell_output/shell_output.glade2.h:3
+msgid "Select the working directory..."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:4
+msgid "_Show results in Output Window"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:5
+msgid "_Working directory:"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:6
+msgid "gedit: Shell Output plugin"
+msgstr ""
+
+#: ../plugins/sort/sort.c:29
+msgid "S_ort..."
+msgstr "_ቅደም ተከተል..."
+
+#: ../plugins/sort/sort.c:32
+msgid "Sort the current document or selection."
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "ቅደም ተከተል"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr "የአባዛዎች _አስወግድ"
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr "በዐምድ _ጀምር፦"
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr "የፊደሉን መጠን _ተዉት"
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr "የ_ተቀያየረ ቅደም ተከተል"
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr "_ቅደም ተከተል"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+msgid "_More..."
+msgstr "_ተጨማሪ..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr "_ሁሉንም ተዉት"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr "_ጨምር"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "የቃላት አጻጻፉን አጣራ"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "አስተያየቶች"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+msgid "Completed spell checking"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+#, fuzzy
+msgid "Amharic"
+msgstr "ዐርቢኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+msgid "Azerbaijani"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+msgid "Belarusian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Bulgarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+#, fuzzy
+msgid "Bengali"
+msgstr "ባቲክ"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr "ብሬቶንኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr "ካታላን"
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr "ቼክኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Welsh"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr "ዴኒሽ"
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+#, fuzzy
+msgid "German (Austria)"
+msgstr "ጀርመን (የጀርመን)"
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr "ጀርመን (የጀርመን)"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr "ጀርመን (የዊስ)"
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr "ኢንግልዝኛ (የአሜሪካ)"
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr "ኢንግልዝኛ (የብሪታን)"
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr "ኢንግልዝኛ (የካናዳ)"
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr "ኤስፐራንቶ"
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr "ስፓኒሽ"
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+#, fuzzy
+msgid "Estonian"
+msgstr "ሮማኒያን"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+#, fuzzy
+msgid "Persian"
+msgstr "አትም"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+#, fuzzy
+msgid "Finnish"
+msgstr "ዴኒሽ"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr "ፋሮኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr "ፈረንሳይኛ (የፈረንሳይ)"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr "ፈረንሳይኛ (የዊስ)"
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+#, fuzzy
+msgid "Irish"
+msgstr "ቱርክኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+#, fuzzy
+msgid "Gallegan"
+msgstr "ጊዮርጊያን"
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+msgid "Hindi"
+msgstr "ሐንድኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:111
+msgid "Croatian"
+msgstr "ክሮሽያንኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Upper Sorbian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+msgid "Hungarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Indonesian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Icelandic"
+msgstr "አይስላንድኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Italian"
+msgstr "ጣሊያንኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+#, fuzzy
+msgid "Kurdish"
+msgstr "ቱርክኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+#, fuzzy
+msgid "Latin"
+msgstr "መስመሮች"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Lithuanian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+#, fuzzy
+msgid "Latvian"
+msgstr "ክሮሽያንኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Malagasy"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+#, fuzzy
+msgid "Maori"
+msgstr "ፋርሲ"
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+#, fuzzy
+msgid "Macedonian"
+msgstr "gedit"
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Mongolian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+#, fuzzy
+msgid "Marathi"
+msgstr "ፋርሲ"
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Malay"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Maltese"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+#, fuzzy
+msgid "Norwegian Bokmal"
+msgstr "ኖርዌጂያን"
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr "ደች"
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+#, fuzzy
+msgid "Norwegian Nynorsk"
+msgstr "ኖርዌጂያን"
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr "ኖርዌጂያን"
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr "ፖሊሽ"
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr "ፖርቱጋልኛ (የፖርቱጋል)"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr "ፖርቱጋልኛ (የብራዚል)"
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Quechua"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr "ራሽኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+msgid "Kinyarwanda"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+#, fuzzy
+msgid "Sardinian"
+msgstr "ቄርሎሳዊ ጽሑፍ/ዩክረኒኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Slovak"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Slovenian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr "ስዊድንኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Swahili"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+#, fuzzy
+msgid "Tamil"
+msgstr "ታይኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tagalog"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tswana"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+#, fuzzy
+msgid "Ukrainian"
+msgstr "ቄርሎሳዊ ጽሑፍ/ዩክረኒኛ"
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+msgid "Uzbek"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Walloon"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+msgid "Yiddish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Zulu"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+msgid "Default"
+msgstr "የነበረው"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:239
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr "ተፈላጊውን ዊድጌቶች %s የሚለው ውስጥ ሊገኝ አልተቻለም።"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr "ቋንቋዎች"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr ""
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "ቋንቋን ይምረጡ"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>ቋንቋ</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>ቃል</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "_ቃል ጨምር"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "_ለውጥ"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "_ሁሉንም ለውጥ"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr "_ወደ ለውጥ፦"
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "የቃላት አጻጻፉን አጣራ"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "ሁሉንም ተዉት"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "ቋንቋ፦"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "የተጠቃሚ መዝገበ ቃላት፦"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "_ተዉት"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "_አስተያየቶች፦"
+
+#: ../plugins/spell/spell.c:52
+msgid "_Check Spelling"
+msgstr "የቃላት አጻጻፉን _አጣራ"
+
+#: ../plugins/spell/spell.c:55
+msgid "Check the current document for incorrect spelling"
+msgstr ""
+
+#: ../plugins/spell/spell.c:57
+msgid "_Autocheck Spelling"
+msgstr ""
+
+#: ../plugins/spell/spell.c:60
+msgid "Automatically spell-check the current document"
+msgstr "አሁን ያለው ሰነዱን የፊደል ጉድፈት አውቶማቲካሊ አጣራ"
+
+#: ../plugins/spell/spell.c:62
+msgid "Set _Language"
+msgstr "ቋንቋን _ይምረጡ"
+
+#: ../plugins/spell/spell.c:65
+msgid "Set the language of the current document"
+msgstr ""
+
+#: ../plugins/spell/spell.c:625
+msgid "The document is empty."
+msgstr "ሰንዱን ባዶ ነው።"
+
+#: ../plugins/spell/spell.c:643
+msgid "The selected text does not contain misspelled words."
+msgstr ""
+
+#: ../plugins/spell/spell.c:644
+msgid "The document does not contain misspelled words."
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+#, fuzzy
+msgid "Abbreviated form"
+msgstr "የሚገኙ ፎርማቶች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+#, fuzzy
+msgid "Abbreviation"
+msgstr "አርመናዊ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+#, fuzzy
+msgid "Align"
+msgstr "መስመሮች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+#, fuzzy
+msgid "Applet class file code"
+msgstr "ለማስቀመጥ የፋይል ስም ምረጡ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+#, fuzzy
+msgid "Author info"
+msgstr "በራሱ አንቀጽ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Axis related headers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+#, fuzzy
+msgid "BGSound"
+msgstr "ሁለተኛ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+#, fuzzy
+msgid "Background color"
+msgstr "የ_መደቡ ቀለም፦"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+#, fuzzy
+msgid "Background texture tile"
+msgstr "የመደቡ ቀለም"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+#, fuzzy
+msgid "Base font"
+msgstr "በመለያው ውስጥ የፊደል ቅርጹን ተጠቀሙ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Border"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+#, fuzzy
+msgid "Border color"
+msgstr "የ_መደቡ ቀለም፦"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+#, fuzzy
+msgid "Cell rowspan"
+msgstr "መካከለኛ አውሮፓውያን"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+#, fuzzy
+msgid "Center"
+msgstr "ምዕራብ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+#, fuzzy
+msgid "Character encoding of linked resource"
+msgstr "ፊደል(ሎች)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+#, fuzzy
+msgid "Citation"
+msgstr "_ትግባር(ኦች)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Class list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+#, fuzzy
+msgid "Color of selected links"
+msgstr "የተመረጠው መስመሮች ቅጂ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+#, fuzzy
+msgid "Columns"
+msgstr "ቀለሞች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+#, fuzzy
+msgid "Comment"
+msgstr "_ይዞታዎች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+#, fuzzy
+msgid "Content scheme"
+msgstr "_ይዞታዎች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+#, fuzzy
+msgid "Content type"
+msgstr "_ይዞታዎች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+#, fuzzy
+msgid "Coordinates"
+msgstr "_ይዞታዎች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+#, fuzzy
+msgid "Definition description"
+msgstr "_መግለጫ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+#, fuzzy
+msgid "Deleted text"
+msgstr "የተመረጠው ጽሑፍ አጥፉ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+#, fuzzy
+msgid "Direction"
+msgstr "ብሬቶንኛ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "Disabled"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+#, fuzzy
+msgid "Document base"
+msgstr "_ሰነዶች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+#, fuzzy
+msgid "Document body"
+msgstr "_ሰነዶች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+#, fuzzy
+msgid "Document head"
+msgstr "_ሰነዶች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+#, fuzzy
+msgid "Document title"
+msgstr "የሰነዶች ቍጥር መረጃ ጥናት"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+#, fuzzy
+msgid "Document type"
+msgstr "_ሰነዶች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+#, fuzzy
+msgid "Element ID"
+msgstr "_ሰነዶች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+#, fuzzy
+msgid "Font face"
+msgstr "የፊደሉ ቅርጽ ስም"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+#, fuzzy
+msgid "For label"
+msgstr "መለያ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+msgid "Form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+#, fuzzy
+msgid "Frame"
+msgstr "ስም"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+#, fuzzy
+msgid "Frameborder"
+msgstr "የመሸፈኛ ዘዴ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+#, fuzzy
+msgid "Frameset"
+msgstr "ፋሮኛ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+#, fuzzy
+msgid "Frameset columns"
+msgstr "በዐምድ _ጀምር፦"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+#, fuzzy
+msgid "Generic span"
+msgstr "ጊዮርጊያን"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+#, fuzzy
+msgid "Image"
+msgstr "ገጽ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+#, fuzzy
+msgid "Inline frame"
+msgstr "የማይሰራ የፋይል ስም"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+#, fuzzy
+msgid "Inserted text"
+msgstr "ቀን/ሰዓት አስገባ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+#, fuzzy
+msgid "Italic text"
+msgstr "ጣሊያንኛ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+#, fuzzy
+msgid "Label"
+msgstr "መለያ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+#, fuzzy
+msgid "Language code"
+msgstr "ቋንቋዎች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+#, fuzzy
+msgid "Link color"
+msgstr "የጽሑፉ ቀለም ምረጡ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+#, fuzzy
+msgid "Local change to font"
+msgstr "የጽሑፉ ቀለም ምረጡ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+#, fuzzy
+msgid "Long description link"
+msgstr "_መግለጫ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+#, fuzzy
+msgid "Name"
+msgstr "ስም"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+#, fuzzy
+msgid "No resize"
+msgstr "መጠኑን አሳይ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+#, fuzzy
+msgid "Object applet file"
+msgstr "ፋይል ክፈት"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+#, fuzzy
+msgid "OnChange event"
+msgstr "_ለውጥ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+#, fuzzy
+msgid "Option selector"
+msgstr "የፊደል ቅርጽ ምርጫ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+#, fuzzy
+msgid "Output media"
+msgstr "የውጤት መስመሮች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+#, fuzzy
+msgid "Preformatted text"
+msgstr "የጽሑፉ ቅድመ ዕይታ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "Push button"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+#, fuzzy
+msgid "Quote"
+msgstr "ውጣ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+#, fuzzy
+msgid "Range"
+msgstr "ገጽ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+#, fuzzy
+msgid "Reverse link"
+msgstr "የ_ተቀያየረ ቅደም ተከተል"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+#, fuzzy
+msgid "Script language name"
+msgstr "ቋንቋን ይምረጡ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+#, fuzzy
+msgid "Selectable option"
+msgstr "ለማስቀመጥ የፋይል ስም ምረጡ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+#, fuzzy
+msgid "Selected"
+msgstr "ሁሉንም _አስቀምጥ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+#, fuzzy
+msgid "Shape"
+msgstr "አስቀምጥ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+#, fuzzy
+msgid "Size"
+msgstr "የመክፈቻ መጠን"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+#, fuzzy
+msgid "Small text style"
+msgstr "የጽሑፍ ፋይሎች ያስተካክሉ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+#, fuzzy
+msgid "Sound"
+msgstr "ሁለተኛ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+#, fuzzy
+msgid "Space"
+msgstr "አስቀምጥ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+#, fuzzy
+msgid "Spacer"
+msgstr "ተካ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+#, fuzzy
+msgid "Span"
+msgstr "ስፓኒሽ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Standby load msg"
+msgstr ""
+
+#
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+#, fuzzy
+msgid "Starting sequence number"
+msgstr "የመስመር ቍጥሮች አትም"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Strike-through text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Strike-through text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+#, fuzzy
+msgid "Superscript"
+msgstr "_መግለጫ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+#, fuzzy
+msgid "Table"
+msgstr "መክፈቻዎች"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+#, fuzzy
+msgid "Table caption"
+msgstr "ቦታ ክፈት"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+#, fuzzy
+msgid "Text color"
+msgstr "የጽሑፍ ቀለም"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr "አርእስት"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+#, fuzzy
+msgid "Underlined text style"
+msgstr "መስመሮችን አንቀጽ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+#, fuzzy
+msgid "Unordered list"
+msgstr "መስመሮችን አንቀጽ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+#, fuzzy
+msgid "Vertical space"
+msgstr "ክፍተቶችን አስገባ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Visited link color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+#, fuzzy
+msgid "Footnote"
+msgstr "የፊደል ቅርጽ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+#, fuzzy
+msgid "Greek alpha"
+msgstr "ግሪክኛ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+#, fuzzy
+msgid "Greek beta"
+msgstr "ግሪክኛ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+#, fuzzy
+msgid "Greek gamma"
+msgstr "ግሪክኛ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+#, fuzzy
+msgid "Greek rho"
+msgstr "ግሪክኛ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+#, fuzzy
+msgid "Greek tau"
+msgstr "ግሪክኛ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+#, fuzzy
+msgid "List description"
+msgstr "_መግለጫ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+#, fuzzy
+msgid "List enumerate"
+msgstr "የመስመር ቍጥሮች"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+#, fuzzy
+msgid "Operator fraction"
+msgstr "ቦታ ክፈት"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+#, fuzzy
+msgid "Reference label"
+msgstr "ምርጫዎች"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+#, fuzzy
+msgid "Reference ref"
+msgstr "ምርጫዎች"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+#, fuzzy
+msgid "namespace"
+msgstr "ክፍተቶችን አስገባ"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+#, fuzzy
+msgid "parent"
+msgstr "ክፈት"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:146
+msgid "Tag list plugin"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:167
+msgid "Select the group of tags you want to use"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:189
+#, fuzzy
+msgid "Available Tag Lists"
+msgstr "የሚገኙ ፎርማቶች"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:191
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:212
+msgid "Tags"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:201
+msgid "Double-click on a tag to insert it in the current document"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:46
+msgid "Tag _List"
+msgstr ""
+
+#.
+#. #define MENU_ITEM_NAME "TagList"
+#.
+#: ../plugins/taglist/gedit-taglist-plugin.c:51
+msgid "Show the tag list window"
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr ""
+
+#: ../plugins/time/time.c:49
+msgid "In_sert Date and Time..."
+msgstr "ቀን እና ሰዓት _አስገባ..."
+
+#: ../plugins/time/time.c:52
+msgid "Insert current date and time at the cursor position"
+msgstr "ጠቋሚው ባለበት ቦታ ላይ የዕለቱ ቀንና ሰዓት አስገባ"
+
+#: ../plugins/time/time.c:457
+msgid "Available formats"
+msgstr "የሚገኙ ፎርማቶች"
+
+#: ../plugins/time/time.c:565
+msgid "Configure insert date/time plugin..."
+msgstr "የቀን/ሰዓት ተጨማሪ ፕሮግራም ተስተካክሎ ይግባ..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "ቀን/ሰዓት አስገባ"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "የቀን/ሰዓት ተጨማሪ ፕሮግራም ለወጡ"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "ቀን እና ሰዓት አስገባ"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_አስገባ"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr ""
diff --git a/po/an.po b/po/an.po
new file mode 100644
index 0000000..d5292dd
--- /dev/null
+++ b/po/an.po
@@ -0,0 +1,4034 @@
+# Aragonese translation for gedit.
+# Copyright (C) 2013 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Jorge Pérez Pérez <jorgtum@gmail.com>, 2013.
+# Daniel Martinez <entaltoaragon@gmail.com>, 2014, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-04-22 05:26+0000\n"
+"PO-Revision-Date: 2015-04-22 22:27+0100\n"
+"Last-Translator: Daniel Martinez <entaltoaragon@gmail.com>\n"
+"Language-Team: Aragonés <softaragones@googlegroups.com>\n"
+"Language: an\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 1.7.5\n"
+"X-POOTLE-MTIME: 1429727514.000000\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"O gedit ye l'editor de textos oficial d'o entorno d'escritorio GNOME. Si "
+"bien l'obchectivo ye a simplicidat y facilidat d'emplego, o gedit ye un "
+"editor potent de proposito cheneral."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Quan sigas escribindo o siguient best seller, programando una innovadora "
+"aplicación u simplament prenendo bellas anotacions rapidas, o gedit será una "
+"ferramienta de confitanza ta realizar a tuya fayena."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"O sistema de complementos flexible d'ell te permite meter l'aplicación "
+"seguntes as tuyas necesidatz y adaptar-la a lo tuyo fluxo de treballo."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:724
+msgid "Text Editor"
+msgstr "Editor de texto"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "Edita fichers de texto"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "Editor de texto gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "Texto;Editor;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "Ubrir una finestra nueva"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "Ubrir un documento nuevo"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "Usar a fuent predeterminada"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Indica si debe emplegar-se a fuent predeterminada d'o sistema en cuenta de a "
+"fuent especificada por gedit. Si ista opción se desactiva allora s'emplega a "
+"fuent mencionada en a opción \"Fuent de l'editor\" en vegada d'a fuent d'o "
+"sistema."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "Fuent de l'editor"
+
+#: ../data/org.gnome.gedit.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 ""
+"Una fuent presonalizada ta l'aria d'edición. Isto nomás tien efecto si a "
+"opción \"Usar a fuent predeterminada\" se troba desactivada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "Esquema d'estilo"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"L'identificador d'un esquema d'estilo GtkSourceView usau ta coloriar o texto."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "Creyar copias de seguranza"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Indica si o gedit ha de creyar copias de seguranza t'os fichers que alza."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "Alzar automaticament"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"Indica si o gedit ha d'alzar automaticament os fichers modificaus dimpués "
+"d'un intervalo de tiempo. Puetz configurar l'intervalo de tiempo con a "
+"opción \"Intervalo d'alzau automatico\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "Intervalo d'alzau automatico"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"Numero de menutos dimpués d'os quals gedit alza automaticament os fichers "
+"modificaus. Isto nomás tien efecto si a opción \"Alzar automaticament\" ye "
+"activada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "Numero maximo d'accions ta desfer"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"Numero maximo d'accions que o gedit puet desfer u refer. Usa \"-1\" ta un "
+"numero ilimitau d'accions."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "Modo d'achuste de linia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"Especifica cómo han d'achustar-se as linias masiau largas en l'aria de "
+"edición. Usa \"none\" ta no achustar as linias, \"word\" ta achustar en os "
+"limites d'as parolas y \"char\" ta achustar d'alcuerdo a caracters "
+"individuals. Nota que as valors son sensibles a capitalización, por ixo "
+"asegura-te que amaneixen exactament d'a mesma traza en que se mencionan aquí."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Zaguer modo de división de linias t'o modo d'achuste de linias"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"Especifica o zaguer modo de división de linias usau en o modo d'achuste de "
+"linias, por o que quan iste modo siga desactivau se seguirá remerando a "
+"esleción d'o modo de división de linias. Fe servir \"word\" ta deseparar en "
+"os limites d'as parolas y \"char\" ta deseparar en o limite de caracters "
+"individuals."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "Mida d'as tabulacions"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Especifica o numero d'espacios que s'amuestran en cuenta de caracters "
+"tabuladors."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "Ficar espacios"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Indica si o gedit ha de ficar espacios en cuenta de tabuladors."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "Sangrau automatico"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Indica si o gedit ha d'activar o sangrau automatico."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "Amostrar os numeros de linia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Indica si o gedit ha d'amostrar os numeros de linia en l'aria d'edición."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "Resaltar a linia actual"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "Indica si o gedit ha de resaltar a linia actual."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "Resaltar os gafetz correspondients"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Indica si o gedit ha de resaltar os gafetz correspondients."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "Amostrar a marguin dreita"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Indica si o gedit ha d'amostrar a marguin dreita en l'aria d'edición."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "Posición d'a marguin dreita"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "Especifica a posición d'a marguin dreita."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "Encieto Fin intelichents"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 ""
+"Especifica cómo se mueve o cursor quan se pretan as teclas INICIO y FIN. Usa "
+"\"disabled\" ta mover-te-ne siempre ta l'inicio/final d'a linia, \"after\" "
+"ta mover-te-ne ta l'inicio/final d'a linia a primera vegada que se pretan as "
+"teclas y ta l'inicio/final d'o texto, ignorando os espacios en blanco, a "
+"segunda vegada que se'n pretan, \"before\" ta mover-te-ne ta l'inicio/final "
+"d'o texto antis de mover-te-ne ta l'inicio/final d'a linia y \"always\" ta "
+"mover-te-ne siempre ta l'inicio/final d'o texto en cuenta de l'inicio/final "
+"d'a linia."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "Restaurar a posición anterior d'o cursor"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Indica si o gedit ha de restaurar a posición anterior d'o cursor quan se "
+"carga un fichero."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "Activar o resaltau de sintaxi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Indica si o gedit ha d'activar o resaltau de sintaxi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "Activar o resaltau de busca"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Indica si o gedit ha de resaltar todas as aparicions d'o texto buscau."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "Asegurar a linia nueva a la fin"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Indica si o gedit ha de'asegurar-se que os documentos rematen siempre con "
+"una linia nueva a la fin."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "A barra de ferramientas ye veyible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+"Indica si ha d'estar veyible a barra de ferramientas en as finestras "
+"d'edición."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "Modo d'amostrau de pestanyas ta \"netbook\""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Especifica cómo han d'amostrar-se as pestanyas en un \"netbook\". Usa \"never"
+"\" ta no amostrar nunca las pestanyas, \"always\" ta amostrar siempre as "
+"pestanyas, y \"auto\" ta amostrar as pestanyas solament quan ibi ha mas "
+"d'una. Nota que as valors son sensibles a la capitalización, por ixo asegura-"
+"te de que amaneixen exactament d'a mesma traza en que se mencionan aquí."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "A barra d'estau ye visible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Indica si debe estar visible a barra d'estau d'a parte inferior d'as "
+"finestras d'edición."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "O panel lateral ye visible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Indica si o panel lateral d'a parte cucha d'as finestras d'edición debe "
+"estar visible."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "Maximo de fichers recients"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Especifica o numero maximo de fichers recientment ubiertos que se amuestran "
+"en o submenú \"Fichers recients\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "Imprentar o resaltau de sintaxi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Indica si gedit debe imprentar o resaltau de sintaxi en imprentar documentos."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "Imprentar o capitero"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Indica si gedit debe incluir un capitero d'o documento en imprentar fichers."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "Impresión d'o modo d'achuste de linia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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 ""
+"Especifica cómo han d'achustar-se as linias masiau largas en imprentar. Usa "
+"\"none\" ta no achustar as linias, \"word\" ta achustar en os limites d'as "
+"parolas y \"char\" ta achustar d'alcuerdo a caracters individuals. Nota que "
+"as valors son sensibles a la capitalización, por ixo asegura-te que "
+"amaneixen exactament d'a mesma traza en que se mencionan aquí."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "Imprentar os numeros de linia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Si ista valor ye 0, allora no se meten numeros de linias en imprentar o "
+"documento. En unatro caso, gedit imprenta os numeros de linia cada dita "
+"cantidat de linias."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "Fuent ta la impresión d'o cuerpo"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"Especifica a fuent que utilizar ta lo cuerpo d'o documento quan se imprentan "
+"fichers."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "Fuent ta la impresión d'o capitero"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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 ""
+"Especifica a fuent que utilizar ta lo capitero d'as pachinas quan s'imprenta "
+"un documento. Isto solament tien efecto quan a opción \"Imprentar o capitero"
+"\" se trobe activada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "Fuent ta la impresión d'os numeros de linia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 ""
+"Especifica a fuent que utilizar ta os numeros de linia quan se imprentan. "
+"Isto solament tiene efecto si a opción \"Imprentar os numeros de linia\" ye "
+"distinta de zero."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:73
+#| msgid "Character Encodings"
+msgid "Candidate Encodings"
+msgstr "Codificacions candidatas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:74
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Lista d'as codificacions candidatas amostradas en o menu de codificación de "
+"caracters en o dialogo de triga de fichero en ubrir/alzar. \"CURRENT\" "
+"representa a codificación d'a configuración rechional acual. Solo as "
+"codificacions reconoixidas se fan servir. A valor predeterminada ye a lista "
+"vueda, en ixe caso gedit trigará unas buenas predeterminadas dependendo d'o "
+"tuyo pais y d'a tuya luenga."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Active plugins"
+msgstr "Complementos activos"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Lista de complementos activos. Contién a \"Ubicación\" d'os complementos "
+"activos. Veye o fichero .gedit-plugin ta obtener a \"Ubicación\" d'un "
+"complemento dau."
+
+#: ../gedit/gedit-app.c:108
+msgid "Show the application's version"
+msgstr "Amostrar a versión de l'aplicación"
+
+#: ../gedit/gedit-app.c:114
+msgid "Display list of possible values for the encoding option"
+msgstr "Amostrar un listau d'as valors posibles ta la opción de codificación"
+
+#: ../gedit/gedit-app.c:121
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Establir a codificación de caracters que usar en ubrir os fichers listaus en "
+"a linia de comandos"
+
+#: ../gedit/gedit-app.c:122
+msgid "ENCODING"
+msgstr "CODIFICACIÓN"
+
+#: ../gedit/gedit-app.c:128
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Creya una finestra nueva en o libel superior d'una instancia existent de "
+"gedit"
+
+#: ../gedit/gedit-app.c:135
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Creya un documento nuevo en una instancia existent de gedit"
+
+#: ../gedit/gedit-app.c:142
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "Establir a grandaria y a posición d'a finestra (AMPLARIA x ALTURA+X+Y)"
+
+#: ../gedit/gedit-app.c:143
+msgid "GEOMETRY"
+msgstr "CHEOMETRÍA"
+
+#: ../gedit/gedit-app.c:149
+msgid "Open files and block process until files are closed"
+msgstr "Ubrir os fichers y bloqueyar os procesos dica que se zarren os fichers"
+
+#: ../gedit/gedit-app.c:156
+msgid "Run gedit in standalone mode"
+msgstr "Executar gedit en modo independient"
+
+#: ../gedit/gedit-app.c:163
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FICHERO...] [+LINIA[:COLUMNA]]"
+
+#: ../gedit/gedit-app.c:278
+msgid "There was an error displaying the help."
+msgstr "S'ha produciu una error en amostrar l'aduya."
+
+#: ../gedit/gedit-app.c:953
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codificación no valida."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:153
+msgid "Question"
+msgstr "Pregunta"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:317
+msgid "Close _without Saving"
+msgstr "Zarrar _sin alzar"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:318
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:596
+#: ../gedit/gedit-commands-file.c:672 ../gedit/gedit-commands-file.c:871
+#: ../gedit/gedit-commands-file.c:1583 ../gedit/gedit-encodings-dialog.c:178
+#: ../gedit/gedit-io-error-info-bar.c:135
+#: ../gedit/gedit-io-error-info-bar.c:516
+#: ../gedit/gedit-preferences-dialog.c:790
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_Cancelar"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:344
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "_Alzar como…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:344
+#: ../gedit/gedit-commands-file.c:872 ../gedit/resources/gtk/menus-osx.ui.h:7
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "_Alzar"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:362
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Si no los alzas, os cambeos dende o zaguer segundo se perderán ta siempre."
+msgstr[1] ""
+"Si no los alzas, os cambeos dende os zaguers %ld segundos se perderán ta "
+"siempre."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:371
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Si no los alzas, os cambeos dende o zaguer menuto se perderán ta siempre."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:377
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Si no los alzas, os cambeos dende o zaguer menuto y segundo se perderán ta "
+"siempre."
+msgstr[1] ""
+"Si no los alzas, os cambeos d'o zaguer menuto y %ld segundos se perderán ta "
+"siempre."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:387
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Si no los alzas, os cambeos d'o zaguer menuto se perderán ta siempre."
+msgstr[1] ""
+"Si no los alzas, os cambeos d'os zaguers %ld menutos se perderán ta siempre."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:402
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "Si no los alzas, os cambeos d'a zaguera hora se perderán ta siempre."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:408
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Si no los alzas, os cambeos dende a zaguera hora y menuto se perderán ta "
+"siempre."
+msgstr[1] ""
+"Si no los alzas, os cambeos dende a zaguera hora y %d menutos se perderán ta "
+"siempre."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:423
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Si no los alza, os cambeos d'a zaguera hora se perderán ta siempre."
+msgstr[1] ""
+"Si no los alzas, os cambeos d'as zagueras %d horas se perderán ta siempre."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:467
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Os cambeos d'o documento \"%s\" se perderán ta siempre."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Alzar os cambeos d'o documento “%s” antis de zarrar-lo?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:487
+#: ../gedit/gedit-close-confirmation-dialog.c:645
+msgid "Saving has been disabled by the system administrator."
+msgstr "L'alzau ye estau desactivau por l'administrador d'o sistema."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:593
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Os cambeos realizaus a %d documento se perderán ta siempre."
+msgstr[1] "Os cambeos realizaus a %d documentos se perderán ta siempre."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:601
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Bi ha %d documento con cambeos sin alzar. Quiers alzar os cambeos antis de "
+"zarrar-lo?"
+msgstr[1] ""
+"Bi ha %d documentos con cambeos sin alzar. Quiers alzar os cambeos antis de "
+"zarrar-los?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:621
+msgid "Docum_ents with unsaved changes:"
+msgstr "_Documentos con cambeos sin alzar:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:625
+msgid "S_elect the documents you want to save:"
+msgstr "S_elecciona os documentos que quiers alzar:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:649
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Si no los alzas, totz os tuyos cambeos se perderán ta siempre."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Se ye cargando lo fichero '%s'…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Se ye cargando %d fichero…"
+msgstr[1] "Se son cargando %d fichers…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Ubrir"
+
+#: ../gedit/gedit-commands-file.c:463 ../gedit/resources/gtk/menus-osx.ui.h:4
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "_Ubrir"
+
+#: ../gedit/gedit-commands-file.c:587
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "O fichero \"%s\" ye de nomás lectura."
+
+#: ../gedit/gedit-commands-file.c:592
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Deseyas intentar substituir-lo por o qual yes alzando agora?"
+
+#: ../gedit/gedit-commands-file.c:597
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "_Substituir"
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "Save the file using compression?"
+msgstr "Alzar o fichero usando compresión?"
+
+#: ../gedit/gedit-commands-file.c:641
+msgid "Save the file as plain text?"
+msgstr "Alzar o fichero como texto plano?"
+
+#: ../gedit/gedit-commands-file.c:654
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"O fichero \"%s\" s'alzó anteriorment como texto plano y agora s'alzará "
+"usando compresión."
+
+#: ../gedit/gedit-commands-file.c:658
+msgid "_Save Using Compression"
+msgstr "Alzar-ne usando c_ompresión"
+
+#: ../gedit/gedit-commands-file.c:663
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"O fichero \"%s\" s'alzó anteriorment usando compresión y agora s'alzará como "
+"texto plano."
+
+#: ../gedit/gedit-commands-file.c:666
+msgid "_Save As Plain Text"
+msgstr "Alzar como te_xto plano"
+
+#: ../gedit/gedit-commands-file.c:781 ../gedit/gedit-commands-file.c:1034
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Se ye alzando lo fichero '%s'…"
+
+#: ../gedit/gedit-commands-file.c:864
+msgid "Save As"
+msgstr "Alzar como"
+
+#: ../gedit/gedit-commands-file.c:1444
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Se ye revertindo lo documento '%s'…"
+
+#: ../gedit/gedit-commands-file.c:1491
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Revertir os cambeos sin alzar en o documento '%s'?"
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Os cambeos realizaus a lo documento en o zaguer segundo se perderán ta "
+"siempre."
+msgstr[1] ""
+"Os cambeos realizaus a lo documento en os zaguers %ld segundos se perderán "
+"ta siempre."
+
+#: ../gedit/gedit-commands-file.c:1509
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Os cambeos realizaus a lo documento en o zaguer menuto se perderán ta "
+"siempre."
+
+#: ../gedit/gedit-commands-file.c:1515
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Os cambeos realizaus a lo documento en o zaguer menuto y segundo seperderán "
+"ta siempre."
+msgstr[1] ""
+"Os cambeos realizaus a lo documento en o zaguer menuto y %ld segundos se "
+"perderán ta siempre."
+
+#: ../gedit/gedit-commands-file.c:1525
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Os cambeos realizaus a lo documento en o zaguer menuto se perderán ta "
+"siempre."
+msgstr[1] ""
+"Os cambeos realizaus a lo documento en os zaguers %ld menutos se perderán ta "
+"siempre."
+
+#: ../gedit/gedit-commands-file.c:1540
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Os cambeos realizaus a lo documento en a zaguera hora se perderán ta siempre."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Os cambeos realizaus a lo documento en a zaguera hora y menuto se perderán "
+"ta siempre."
+msgstr[1] ""
+"Os cambeos realizaus a lo documento en a zaguera hora y %d menutos se "
+"perderán ta siempre."
+
+#: ../gedit/gedit-commands-file.c:1561
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Os cambeos realizaus a lo documento en a zaguera hora se perderán ta siempre."
+msgstr[1] ""
+"Os cambeos realizaus a lo documento en as zagueras %d horas se perderán ta "
+"siempre."
+
+#: ../gedit/gedit-commands-file.c:1584
+msgid "_Revert"
+msgstr "_Revertir"
+
+#: ../gedit/gedit-commands-help.c:81
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit ye un editor de texto chicot y lichero ta l'escritorio GNOME"
+
+#: ../gedit/gedit-commands-help.c:105
+msgid "translator-credits"
+msgstr ""
+"Jorge Pérez Pérez <jorgtum@gmail.com>, 2013\n"
+"Daniel Martinez Cucalón <dmartinez@src.gnome.org>, 2014, 2015"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "S'ha trobau y substituiu %d aparición"
+msgstr[1] "S'han trobau y substituiu %d aparicions"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "S'ha trobau y substituiu una aparición"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "\"%s\" not found"
+msgstr "No s'ha trobau \"%s\""
+
+#: ../gedit/gedit-document.c:1032 ../gedit/gedit-document.c:1065
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Documento no alzau %d"
+
+#: ../gedit/gedit-documents-panel.c:432
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grupo de pestanyas %i"
+
+#: ../gedit/gedit-documents-panel.c:529 ../gedit/gedit-window.c:1137
+#: ../gedit/gedit-window.c:1143 ../gedit/gedit-window.c:1151
+msgid "Read-Only"
+msgstr "Nomás lectura"
+
+#: ../gedit/gedit-encodings-combo-box.c:297
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Detectau automaticament"
+
+#: ../gedit/gedit-encodings-combo-box.c:326
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove..."
+msgstr "Adhibir u sacar…"
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Configuración rechional actual (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+#| msgid "Current Locale (%s)"
+msgid "%s (Current Locale)"
+msgstr "%s (Configuración rechional actual)"
+
+#: ../gedit/gedit-encodings-dialog.c:174
+#| msgid "Unable to detect the character encoding."
+msgid "Do you really want to reset the character encodings' preferences?"
+msgstr ""
+"De seguras que quiers restablir as preferencias de codificacións de "
+"caracters?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:179 ../gedit/gedit-encodings-dialog.c:810
+msgid "_Reset"
+msgstr "_Restablir"
+
+#: ../gedit/gedit-encodings-dialog.c:721
+#| msgid "_Add"
+msgid "Add"
+msgstr "Anyadir"
+
+#: ../gedit/gedit-encodings-dialog.c:764
+#| msgid "_Remove"
+msgid "Remove"
+msgstr "Sacar"
+
+#: ../gedit/gedit-encodings-dialog.c:775
+msgid "Move to a higher priority"
+msgstr "Mover a una prioridat mayor"
+
+#: ../gedit/gedit-encodings-dialog.c:786
+msgid "Move to a lower priority"
+msgstr "Mover a una prioridat menor"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:799
+msgid "All Files"
+msgstr "Totz os fichers"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "Totz os fichers de texto"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "Codificación de ca_racters:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "_Fin de linia:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "Codificación de caracters:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Fin de linia:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:257 ../gedit/gedit-window.c:1221
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "Texto plano"
+
+#: ../gedit/gedit-io-error-info-bar.c:148
+#: ../gedit/gedit-io-error-info-bar.c:496
+msgid "_Retry"
+msgstr "_Reintentar"
+
+#: ../gedit/gedit-io-error-info-bar.c:168
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "No s'ha puesto trobar o fichero “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:170
+#: ../gedit/gedit-io-error-info-bar.c:210
+#: ../gedit/gedit-io-error-info-bar.c:217
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Compreba que has tecleyau o puesto correctament y preba de nuevo."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:189
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "No se puet maniar as ubicacions “%s:”."
+
+#: ../gedit/gedit-io-error-info-bar.c:195
+msgid "Unable to handle this location."
+msgstr "No se puet maniar ista ubicación."
+
+#: ../gedit/gedit-io-error-info-bar.c:204
+msgid "The location of the file cannot be accessed."
+msgstr "No se puet accedir a la ubicación d'o fichero."
+
+#: ../gedit/gedit-io-error-info-bar.c:208
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” ye un directorio."
+
+#: ../gedit/gedit-io-error-info-bar.c:215
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” no ye un puesto valido."
+
+#: ../gedit/gedit-io-error-info-bar.c:251
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"No s'ha puesto trobar l'equipo remoto “%s”. Compreba que a configuración d'o "
+"tuyo proxy siga correcta y preba de nuevas."
+
+#: ../gedit/gedit-io-error-info-bar.c:266
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"O nombre d'o servidor no ye valido. Compreba que has tecleyau o puesto "
+"correctament y intenta-lo de nuevo."
+
+#: ../gedit/gedit-io-error-info-bar.c:274
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” no ye un fichero regular."
+
+#: ../gedit/gedit-io-error-info-bar.c:279
+msgid "Connection timed out. Please try again."
+msgstr "A connexión ha expirau. Intenta-lo de nuevo."
+
+#: ../gedit/gedit-io-error-info-bar.c:312
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "S'ha produciu una error inasperada: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:348
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"No s'ha puesto trobar o fichero requeriu. Talment s'haiga eliminau "
+"recientment."
+
+#: ../gedit/gedit-io-error-info-bar.c:358
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "No s'ha puesto revertir o fichero “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:385
+msgid "Ch_aracter Encoding:"
+msgstr "Codificación de c_aracters:"
+
+#: ../gedit/gedit-io-error-info-bar.c:446
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "No se puet plegar actualment t'a ubicación “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:461
+msgid "Your system is offline. Check your network."
+msgstr "O tuyo sistema no ye en linia. Compreba o tuyo ret."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:504
+#: ../gedit/gedit-io-error-info-bar.c:773
+msgid "Edit Any_way"
+msgstr "Editar de todas _trazas"
+
+#: ../gedit/gedit-io-error-info-bar.c:596
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"O numero de vinclos simbolicos seguius ye limitau y o fichero actual no s'ha "
+"puesto trobar adintro d'ixe limite."
+
+#: ../gedit/gedit-io-error-info-bar.c:600
+msgid "You do not have the permissions necessary to open the file."
+msgstr "No tiens os premisos necesarios ta ubrir o fichero."
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+msgid "Unable to detect the character encoding."
+msgstr "No se puet detectar a codificación de caracters."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+#: ../gedit/gedit-io-error-info-bar.c:631
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Compreba que no yes intentando ubrir un fichero binario."
+
+#: ../gedit/gedit-io-error-info-bar.c:608
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+"Selecciona una codificación de caracters dende o menú y intenta-lo de nuevo."
+
+#: ../gedit/gedit-io-error-info-bar.c:614
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "S'ha produciu un problema en ubrir o fichero “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:616
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"O fichero que has ubierto contién qualques caracters no validos. Si continas "
+"editando iste fichero puetz corromper o documento."
+
+#: ../gedit/gedit-io-error-info-bar.c:619
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Tamién puetz trigar qualsiquier atra codificación de caracters y intentar-lo "
+"de nuevo."
+
+#: ../gedit/gedit-io-error-info-bar.c:628
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"No s'ha puesto ubrir o fichero \"%s\" fendo servir a codificación de "
+"caracters \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:632
+#: ../gedit/gedit-io-error-info-bar.c:707
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Selecciona una codificación de caracters diferent dende o menú y intenta-lo "
+"de nuevo."
+
+#: ../gedit/gedit-io-error-info-bar.c:644
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "No s'ha puesto ubrir o fichero \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:702
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"No s'ha puesto alzar o fichero \"%s\" fendo servir a codificación de "
+"caracters \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:705
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"O documento contién un u mas caracters que no se pueden codificar usando o "
+"codigo de caracters especificau."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:778
+msgid "D_on't Edit"
+msgstr "N_o editar-ne"
+
+#: ../gedit/gedit-io-error-info-bar.c:788
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Iste fichero \"%s\" ya ye ubierto en unatra finestra."
+
+#: ../gedit/gedit-io-error-info-bar.c:802
+msgid "Do you want to edit it anyway?"
+msgstr "Quiers tornar a editar-lo?"
+
+#: ../gedit/gedit-io-error-info-bar.c:858
+#: ../gedit/gedit-io-error-info-bar.c:948
+#: ../gedit/gedit-io-error-info-bar.c:1240
+msgid "S_ave Anyway"
+msgstr "_Alzar de todas trazas"
+
+#: ../gedit/gedit-io-error-info-bar.c:861
+#: ../gedit/gedit-io-error-info-bar.c:951
+#: ../gedit/gedit-io-error-info-bar.c:1243
+msgid "D_on't Save"
+msgstr "_No alzar"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:875
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "O fichero \"%s\" ye estau modificau dende que lo leyés."
+
+#: ../gedit/gedit-io-error-info-bar.c:890
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Si l'alzas, totz os cambeos externos podrían perder-se. Quiers alzar-lo de "
+"todas trazas?"
+
+#: ../gedit/gedit-io-error-info-bar.c:970
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "No s'ha puesto creyar un fichero de copia de seguranza en alzar \"%s\""
+
+#: ../gedit/gedit-io-error-info-bar.c:975
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr ""
+"No s'ha puesto creyar un fichero de copia de seguranza temporal en alzar “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:992
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"No s'ha puesto fer una copia de seguranza d'o fichero antigo antis d'alzar o "
+"nuevo. Puetz ignorar ista alvertencia y alzar o fichero de todas trazas, "
+"pero si ocurrise una error en alzar-lo, podrías perder a copia antiga d'o "
+"fichero. Quiers alzar-lo de todas trazas?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1052
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"No se pueden maniar puestos “%s” en o modo d'escritura. Compreba que has "
+"tecleyau o puesto correctament y preba de nuevas."
+
+#: ../gedit/gedit-io-error-info-bar.c:1060
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"No se puet maniar iste puesto en o modo d'escritura. Compreba que has "
+"tecleyau o puesto correctament y preba de nuevas."
+
+#: ../gedit/gedit-io-error-info-bar.c:1069
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” no ye un puesto valido. Compreba que has tecleyau o puesto correctament "
+"y preba de nuevas."
+
+#: ../gedit/gedit-io-error-info-bar.c:1076
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"No tiens os premisos necesarios ta alzar o fichero. Compreba que has "
+"tecleyau o puesto correctament y preba de nuevo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1082
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"No bi ha suficient espacio en o disco ta alzar o fichero. Libera una mica "
+"d'espacio y preba de nuevo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1087
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Yes intentando alzar o fichero en un disco de nomás lectura. Compreba que "
+"has escrito o puesto correctament y preba de nuevo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1093
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Ya existe un fichero con o mesmo nombre. Usa un nombre diferent."
+
+#: ../gedit/gedit-io-error-info-bar.c:1098
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"O disco an yes intentando alzar o fichero tien una limitación en a longaria "
+"d'os nombres de fichero. Usa un nombre de fichero mas curto."
+
+#: ../gedit/gedit-io-error-info-bar.c:1109
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"O disco an yes intentando alzar o fichero tien una limitación en grandarias "
+"de fichero. Intenta alzar un fichero mas chicot u alzar-lo en un disco que "
+"no tienga ista limitación."
+
+#: ../gedit/gedit-io-error-info-bar.c:1126
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "No s'ha puesto alzar o fichero “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:1166
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "O fichero “%s” ha cambiau en o disco."
+
+#: ../gedit/gedit-io-error-info-bar.c:1177
+msgid "Drop Changes and _Reload"
+msgstr "Esborrar os cambeos y _recargar"
+
+#: ../gedit/gedit-io-error-info-bar.c:1187
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Reload"
+msgstr "_Recargar"
+
+#: ../gedit/gedit-io-error-info-bar.c:1192
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "_Inorar"
+
+#: ../gedit/gedit-io-error-info-bar.c:1253
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "S'han detectau qualques caracters no validos en alzar “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:1269
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Si continas alzando iste fichero puetz corromper o documento. Alzar-lo de "
+"todas trazas?"
+
+#: ../gedit/gedit-preferences-dialog.c:413
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Pretar iste botón ta seleccionar a fuent que utilizará l'editor"
+
+#: ../gedit/gedit-preferences-dialog.c:426
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Usar a fuent d'amplo fixo d'o sistema (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:566
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"No s'ha puesto creyar o directorio '%s': Ha fallau g_mkdir_with_parents(): %s"
+
+#: ../gedit/gedit-preferences-dialog.c:763
+msgid "The selected color scheme cannot be installed."
+msgstr "No se puet instalar o estilo de color seleccionada."
+
+#: ../gedit/gedit-preferences-dialog.c:786
+msgid "Add Scheme"
+msgstr "Adhibir estilo"
+
+#: ../gedit/gedit-preferences-dialog.c:791
+msgid "A_dd Scheme"
+msgstr "_Adhibir estilo"
+
+#: ../gedit/gedit-preferences-dialog.c:795
+msgid "Color Scheme Files"
+msgstr "Fichers d'estilos de color"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "No s'ha puesto sacar o estilo \"%s\"."
+
+#: ../gedit/gedit-print-job.c:223
+msgid "Preparing..."
+msgstr "Preparando-se…"
+
+#: ../gedit/gedit-print-job.c:536
+#, c-format
+msgid "File: %s"
+msgstr "Fichero: %s"
+
+#: ../gedit/gedit-print-job.c:545
+msgid "Page %N of %Q"
+msgstr "Pachina %N de %Q"
+
+#: ../gedit/gedit-print-job.c:619
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Renderizando pachina %d de %d…"
+
+#: ../gedit/gedit-print-preview.c:674
+#, c-format
+msgid "Page %d of %d"
+msgstr "Pachina %d de %d"
+
+#: ../gedit/gedit-replace-dialog.c:686
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Cosa"
+
+#: ../gedit/gedit-replace-dialog.c:775
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "Mirar y reemplazar"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "SOB"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Bi ha una pestanya con errors"
+msgstr[1] "Bi ha %d pestanyas con errors"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:795
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Revertindo %s dende %s"
+
+#: ../gedit/gedit-tab.c:802
+#, c-format
+msgid "Reverting %s"
+msgstr "Revertindo %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:815
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Se ye cargando %s dende %s"
+
+#: ../gedit/gedit-tab.c:822
+#, c-format
+msgid "Loading %s"
+msgstr "Se ye cargando %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:902
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Se ye alzando %s en %s"
+
+#: ../gedit/gedit-tab.c:907
+#, c-format
+msgid "Saving %s"
+msgstr "Se ye alzando %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1474
+msgid "RO"
+msgstr "SL"
+
+#: ../gedit/gedit-tab.c:1522
+#, c-format
+msgid "Error opening file %s"
+msgstr "S'ha produciu una error en ubrir o fichero %s"
+
+#: ../gedit/gedit-tab.c:1527
+#, c-format
+msgid "Error reverting file %s"
+msgstr "S'ha produciu una error a lo revertir o fichero %s"
+
+#: ../gedit/gedit-tab.c:1532
+#, c-format
+msgid "Error saving file %s"
+msgstr "S'ha produciu una error en alzar o fichero %s"
+
+#: ../gedit/gedit-tab.c:1563
+msgid "Name:"
+msgstr "Nombre:"
+
+#: ../gedit/gedit-tab.c:1564
+msgid "MIME Type:"
+msgstr "Mena MIME:"
+
+#: ../gedit/gedit-tab.c:1565
+msgid "Encoding:"
+msgstr "Codificación:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "Compreba la tuya instalación."
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "No s'ha puesto ubrir o fichero de IU %s. Error: %s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "No s'ha puesto trobar l'obchecto '%s' en o fichero %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "/ en %s"
+
+#: ../gedit/gedit-utils.c:1455
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1457
+msgid "Mac OS Classic"
+msgstr "Mac OS clasico"
+
+#: ../gedit/gedit-utils.c:1459
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:510
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "_Amostrar os numeros de linia"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:691
+#, c-format
+msgid "%d of %d"
+msgstr "%d de %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:783
+msgid "_Wrap Around"
+msgstr "_Tornar a lo prencipio"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:793
+msgid "Match as _Regular Expression"
+msgstr "Coincidir con una expresión _regular"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:807
+msgid "Match _Entire Word Only"
+msgstr "Coincidir nomás con parolas compl_etas"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:821
+msgid "_Match Case"
+msgstr "Coi_ncidir as mayusclas y as minusclas"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "String you want to search for"
+msgstr "A cadena que quiers mirar"
+
+#: ../gedit/gedit-view-frame.c:1050
+msgid "Line you want to move the cursor to"
+msgstr "Linia a la quala quiers mover o cursor"
+
+#: ../gedit/gedit-window.c:976
+msgid "Bracket match is out of range"
+msgstr "O gafet de coincidencia ye difuera de rango"
+
+#: ../gedit/gedit-window.c:981
+msgid "Bracket match not found"
+msgstr "No s'ha trobau o gafet coincident"
+
+#: ../gedit/gedit-window.c:986
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "O gafet coincident s'ha trobau en a linia: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1021
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1203
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Amplaria d'a tabulación: %u"
+
+#: ../gedit/gedit-window.c:1573
+msgid "There are unsaved documents"
+msgstr "Bi ha documentos sin alzar"
+
+#: ../gedit/gedit-window.c:2422
+msgid "Change side panel page"
+msgstr "Cambear a pachina d'o panel lateral"
+
+#: ../gedit/gedit-window.c:2442 ../gedit/resources/gtk/menus-osx.ui.h:35
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Documentos"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "Mover enta _la cucha"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "Mover enta la d_reita"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "Mover ta una _finestra nueva"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "Mover ta lo siguient _grupo de pestanyas"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "_Zarrar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "Sangrau automatico"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Usar espacios"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "Amostrar os numeros de linia"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "Amostrar a marguin dreita"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "Resaltar a linia actual"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "Achuste d'o texto"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_New Window"
+msgstr "_Finestra nueva"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_Preferencias"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:45
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "A_duya"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "_Arredol de"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "_Salir"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+msgid "_Print…"
+msgstr "_Imprentar…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Fullscreen"
+msgstr "_Pantalla completa"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "_Alzar-lo tot"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+msgid "_Find…"
+msgstr "_Mirar…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "_Mirar y substituir"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+msgid "_Clear Highlight"
+msgstr "_Sacar o resaltau"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "_Ir ta la linia…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "Veyer"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "Side _Panel"
+msgstr "Panel _lateral"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Bottom Panel"
+msgstr "Panel _inferior"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+msgid "_Highlight Mode…"
+msgstr "Modo de _resaltau…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:34
+msgid "Tools"
+msgstr "Ferramientas"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+msgid "_Close All"
+msgstr "_Zarrar-lo tot"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+msgid "File"
+msgstr "Fichero"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-osx.ui.h:3
+msgid "_New"
+msgstr "_Nuevo"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+msgid "Open _Recent"
+msgstr "Ubrir _recient"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:6
+msgid "Reopen Closed _Tab"
+msgstr "Reubrir una pes_tanya zarrada"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+msgid "Save _As…"
+msgstr "_Alzar como…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+msgid "Edit"
+msgstr "Editar"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Undo"
+msgstr "_Desfer"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "_Redo"
+msgstr "_Refer"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "C_ut"
+msgstr "Re_tallar"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Copy"
+msgstr "_Copiar"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+msgid "_Paste"
+msgstr "A_pegar"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:915
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:953
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Eliminar"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+msgid "Overwrite _Mode"
+msgstr "_Modo de sobreescritura"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+msgid "Select _All"
+msgstr "Seleccionar-lo _tot"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+msgid "Search"
+msgstr "Mirar"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Ne_xt"
+msgstr "Mirar o _siguient"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+msgid "Find Pre_vious"
+msgstr "Mirar l'_anterior"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "Find and _Replace…"
+msgstr "Mi_rar y substituir…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+msgid "Go to _Line…"
+msgstr "Ir t'a _linia…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Save All"
+msgstr "_Alzar-lo tot"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+msgid "_New Tab Group"
+msgstr "_Nuevo grupo de pestanyas"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+msgid "P_revious Tab Group"
+msgstr "Ante_rior grupo de pestanyas"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+msgid "Nex_t Tab Group"
+msgstr "Siguien_t Grupo de pestanyas"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+msgid "_Previous Document"
+msgstr "Documento _anterior"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+msgid "N_ext Document"
+msgstr "Documento _siguient"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+msgid "_Move To New Window"
+msgstr "_Mover a una finestra nueva"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+msgid "Help"
+msgstr "Aduya"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "Codificación de caracters"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "_Aplicar"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#| msgid "A_vailable encodings:"
+msgid "A_vailable Encodings"
+msgstr "Codific_acions disponibles"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+#| msgid "Character Encodings"
+msgid "Cho_sen Encodings"
+msgstr "Codificacion_s trigadas"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Descripción"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Codificación"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Modo de resaltau"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Seleccionar"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "Mirar o modo de resaltau..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "No bi ha risultaus"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "Atros _documentos…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Ubrir unatro fichero"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Preferencias"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Amostrar a marguin _dreita en a columna:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "Amostrar a barra d'_estau"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Achuste d'o texto"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Activar l'a_chuste de texto"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "No _dividir as parolas en dos linias"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "Resaltau"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "Resaltar a _linia actual"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "Resaltar as parellas de _gafetz"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "Tabulacions"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "Amplo d'o _tabulador:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "Ficar e_spacios en cuenta de tabuladors"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "_Activar o sangrau automatico"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "Alzau de fichero"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr "Creyar una copia de _seguranza d'os fichers antes d'alzar-los"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "_Alzar os fichers automaticament cada"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "_menutos"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "Editor"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "Fuent"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "_Fuent de l'editor: "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "Triga la fuent de l'editor"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "Esquema de color"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "Instalar l'esquema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "Instalar l'esquema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "Desinstalar l'esquema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "Desinstalar l'esquema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "Fuents y colors"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "Complementos"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Resaltau de sintaxi"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Imprentar o resaltau de sinta_xi"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Numeros de linia"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Imprentar os nu_meros de linia"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_Numerar cada"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "linias"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Capitero d'a pachina"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Imprentar os ca_piters de pachina"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Fuentz"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Cuerpo:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "Numeros de _linia:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "C_apiters y pietz:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "_Restaurar as fuents predeterminadas"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Amostrar a pachina anterior"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "Amostrar a pachina siguient"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "Pachina actual (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "de"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "Total de pachinas"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "O numero total de pachinas d'o documento"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "Amostrar quantas pachinas"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Ampliación 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "Enamplar dica achustar toda a pachina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "Enamplar a pachina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "Reducir a pachina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "Zarrar l'anvista previa d'impresión"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "_Zarrar l'anvista previa"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "Anvista previa d'a pachina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "Anvista previa d'una pachina en o documento que se va a imprentar"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "Substituir-lo _tot"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Buscar"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "B_uscar "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "Reemplazar _con "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "Coincidir _mayusclas y minusclas"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "Nomás a parola compl_eta"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "Expresión reg_ular"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "Mirar en_ta zaga"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "A_chustar aproximadament"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Zarrar o documento"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Ubrir un fichero"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Creyar un documento nuevo"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Nuevo"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Alzar o fichero actual"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Alzar"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Amagar o panel"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "Ubrir un dialogo de fichero"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Salir d'a pantalla completa"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Comprebar as actualizacions"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Comprebar a zaguera versión de gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "S'ha produciu una error en amostrar l'URI."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Descargar"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Inorar a versión"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Existe una nueva versión de gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Puetz descargar a nueva versión de gedit pretando o botón de descarga u "
+"inorar a versión y asperar a que salga una nueva"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "Versión ta inorar"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Versión ta inorar dica que se publique a proxima versión."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Estatisticas d'o documento"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Anuncia o numero de parolas, linias y caracters en un documento."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "Estatisticas d'o _documento"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Documento"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Selección"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Linias"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Parolas"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Caracters (con espacios)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Caracters (sin espacios)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Bytes"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Construir"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Executar \"make\" en a carpeta d'o documento"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Ubrir un terminal aquí"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Ubrir un terminal en a ubicación d'o documento"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Eliminar os espacios sobrantes"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Eliminar os espacios sobrantes inutils d'o suyo fichero"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Executar un comando"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Executar un comando presonalizau y meter a salida d'ell en un documento nuevo"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Ninviar ta fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "Apegar o texto seleccionau u lo documento actual ta fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Ferramientas externas"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Executar comandos externos y scripts de shell."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "Indica si se debe usar a fuent d'o sistema"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si ye cierto, as ferramientas externas usarán a fuent global estandar d'o "
+"escritorio si ye monoespacio (y si no, a fuent mas pareixida a ísta)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+"Un nombre de fuent Pango. Por eixemplo \"Sans 12\" u \"Monospace Bold 14\"."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "Chestionar as ferramientas _externas…"
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "_Ferramientas externas"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "No s'ha puesto executar o comando %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "Debes estar adintro d'una parola ta executar iste comando"
+
+#: ../plugins/externaltools/tools/functions.py:302
+msgid "Running tool:"
+msgstr "Se ye executando a ferramienta:"
+
+#: ../plugins/externaltools/tools/functions.py:333
+msgid "Done."
+msgstr "Feito."
+
+#: ../plugins/externaltools/tools/functions.py:335
+msgid "Exited"
+msgstr "Yes saliu"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "Totz os idiomas"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "Totz os idiomas"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "Nueva ferramienta"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Iste accelerador ya ye vinclau a %s"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Tecleya un accelerador nuevo , u preta Retroceder ta limpiar-ne"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "Tecleya un accelerador nuevo"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "Aturau."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Aturar a ferramienta"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Disponible siempre"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Totz os documentos"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Totz os documentos fueras d'os quals no tienen titol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Nomás os fichers locals"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Nomás os fichers remotos"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Nomás os documentos sin titol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Documento actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Selección actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Selección actual (predeterminada d'o documento)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Linia actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Parola actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "Amostrar-ne en o panel inferior"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Creyar un documento nuevo"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Adhibir a lo documento actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Substituir o documento actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Substituir a selección actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "Ficar en a posición d'o cursor"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "Chestionar as ferramientas externas"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Adhibir una ferramienta nueva"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Adhibir una ferramienta"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Sacar a ferramienta seleccionada"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Sacar una ferramienta"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Revertir a ferramienta"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Revertir a ferramienta"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "_Alcorce de teclau:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_Alzar:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "_Dentrada:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "_Salida:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "_Aplicabilidat:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+msgid "Tool Output"
+msgstr "Salida d'a ferramienta"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Panel de l'examinador de fichers"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Acceso a fichers facil dende o panel lateral"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Inicio"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Sistema de fichers"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Examinador de fichers"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "S'ha produciu una error en creyar a carpeta nueva"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "S'ha produciu una error en creyar un fichero nuevo"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "S'ha produciu una error en renombrar un fichero u carpeta"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "S'ha produciu una error en eliminar un fichero u carpeta"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "S'ha produciu una error en ubrir una carpeta en o chestor de fichers"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "S'ha produciu una error en establir a carpeta radiz"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "S'ha produciu una error en cargar una carpeta"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "S'ha produciu una error"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:898
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"No se puet mover o fichero \n"
+"ta la papelera, quiers eliminar-lo\n"
+"permanentment?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:903
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "O fichero \"%s\" no se puet mover ta la papelera."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:908
+msgid "The selected files cannot be moved to the trash."
+msgstr "Os fichers seleccionaus no se pueden mover ta la papelera."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:939
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "De seguras que quiers eliminar permanentment \"%s\"?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:944
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "De seguras que quiers eliminar permanentment os fichers seleccionaus?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:947
+msgid "If you delete an item, it is permanently lost."
+msgstr "Si eliminas un elemento, se pierde permanentment."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1807
+msgid "(Empty)"
+msgstr "(Vuedo)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3528
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"O fichero renombrau ye actualment filtrau. Amenestes achustar os tuyos "
+"achustes de filtros ta fer o fichero visible."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3785
+msgid "Untitled File"
+msgstr "Fichero sin titulo"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3813
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"O fichero nuevo ye actualment filtrau. Amenestes achustar os filtros ta fer-"
+"lo visible"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid "Untitled Folder"
+msgstr "Carpeta sin titulo"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3869
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"A carpeta nueva ye actualment filtrada. Amenestes achustar os filtros ta fer-"
+"la visible."
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:774
+msgid "Bookmarks"
+msgstr "Marcapachinas"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2015
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "No existe l'obchecto amontau ta lo volumen amontau: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2092
+#, c-format
+msgid "Could not open media: %s"
+msgstr "No s'ha puesto ubrir o suporte: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2139
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "No s'ha puesto amontar o volumen: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2789
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "S'ha produciu una error en cargar '%s', o directorio no existe"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "Ubrir-ne con una anvista d'arbol"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Ubrir l'anvista d'arbol quan o complemento de l'examinador de fichers se "
+"carga en cuenta de l'anvista de marcadors"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Carpeta radiz de l'examinador de fichers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"A carpeta radiz de l'examinador de fichers que usar en cargar o complemento "
+"d'examinador de fichers y quan onload/tree_view ye TRUE."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Carpeta radiz virtual de l'examinador de fichers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"A carpeta virtual de l'examinador de fichers ta usar en cargar o complemento "
+"de l'examinador de fichers quan onload/tree_view ye TRUE. A carpeta virtual "
+"debe estar a radiz actual."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Activar a restauración de puestos remotos"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Estableix si cal activar a restauración dende puestos remotos."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "Establir o puesto ta o primer documento"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Si ye TRUE o complemento de l'examinador de fichers veyerá a carpeta d'o "
+"primer documento ubierto dau que l'examinador de fichers no s'ha usau "
+"encara. (Allora isto cheneralment s'aplica a ubrir un documento dende a "
+"linia de comandos u ubrindo-lo con Nautilus, etc.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Modo de filtro de l'examinador de fichers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Ista valor determina qué fichers se filtran de l'examinador de fichers. As "
+"valors validas son: \"none\" (no filtrar), \"hide-hidden\" (filtrar os "
+"fichers amagaus) y \"hide-binary\" (filtrar os fichers binarios)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Patrón de filtro de l'examinador de fichers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"O patrón de filtros con o qual filtrar l'examinador de fichers. Iste filtro "
+"funciona por alto d'o filter_mode."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "Patrón de filtro de l'examinador de fichers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Os patrons suplementaires que fer servir en filtrar fichers binarios."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "_Establir a radiz ta lo documento activo"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Carpeta nueva"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "_Fichero nuevo"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "_Renombrar..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "_Mover ta la papelera"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "Re_frescar l'anvista"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "_Veyer a carpeta"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_Ubrir-lo en un terminal"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Filtro"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Amostrar os _amagaus"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "Amostrar os _binarios"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "Coincidir con o nombre de fichero"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "Histórico"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "Ubrir o menú de l'historico"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Modos de linias"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Suporte ta os modos de linia Emacs, Kate y Vim ta gedit."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "Color d'o texto d'o comando"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "A color d'o texto d'o comando"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "Color d'o texto d'error"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "A color d'o texto d'error"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si ye cierto, a terminal usará la fuent global estandar d'o escritorio si ye "
+"d'amplo fixo (y a fuent mas pareixida a ista)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Color d'o c_omando:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Color d'a _error:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Consola Python"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Consola interactiva python en o panel inferior"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+msgid "Quick Open..."
+msgstr "Obridura rapida…"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "Obridura rapida"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Ubrir os documentos rapidament"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "Escribe ta mirar"
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "Escribe ta mirar…"
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Retalles"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "No s'ha puesto creyar o fichero \"%s\""
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "A carpeta de destín \"%s\" no existe"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "A carpeta de destín \"%s\" no ye una carpeta valida"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "O fichero \"%s\" no existe"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "O fichero \"%s\" no ye un fichero de retalles valido"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "O fichero importau \"%s\" no ye un fichero de retalles valido"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "No s'ha puesto extrayer o fichero \"%s\""
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "No s'han puesto importar os siguients fichers: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "O fichero \"%s\" no ye un archivador de retalles valido"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "Fichero de retalles"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "Adhibir un nuevo retalle…"
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "Global"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "Revertir o retalle seleccionau"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "Eliminar o retalle seleccionau"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Iste no ye un disparador valido. Os disparadors pueden contener caracters "
+"alfanumericos (u _, : y .) u un solenco caracter (no alfanumerico) como {,[, "
+"etcetera."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Parola con a quala s'activa o retalle dimpués de pretar o tabulador"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "S'ha produciu a siguient error en importar: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "Importación completada satisfactoriament"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Importar os retalles"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "Totz os fichers suportaus"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Archivador comprimiu con Gzip"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Archivador comprimiu con Bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "Fichero individual de retalles"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "Totz os fichers"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "S'ha produciu a siguient error en exportar: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "Exportación completada satisfactoriament"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Quiers incluir os retalles d'o <b>sistema</b> seleccionaus en a tuya "
+"exportación?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "No bi ha retalles seleccionaus ta exportar"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "Exportar os retalles"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Tecleya un accelerador nuevo u preta Retroceso ta limpiar-ne"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "Tecleya un accelerador nuevo"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"A execución d'o comando Python (%s) excede o tiempo maximo, execución "
+"abortada."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Ha fallau a execución d'o comando Python (%s): %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Ficar os fragmentos de texto usaus frecientment d'una traza rapida"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Chestionar os retalles"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "Creyar un retalle nuevo"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Adhibir un retalle"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Sacar o retalles"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Importar os retalles"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "Exportar o retalle seleccionau"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Exportar os retalles"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Activación"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "_Disparador:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "_Alcorce de teclau:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Alcorce de teclau conque s'activa o retalle"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "_Soltar os destins:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "_Ordinar…"
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Ordinar"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "_Ordinar"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "O_rden inverso"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "_Eliminar os duplicaus"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "_Inorar a capitalización"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "E_mpecipiar en a columna:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "No se puet desfer una operación d'ordinación"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Ordina un documento u lo texto seleccionau."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:447
+msgid "(no suggested words)"
+msgstr "(no bi ha parolas sucheridas)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "_Mas…"
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "_Inorar-lo tot"
+
+#. Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "_Adhibir"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "_Sucherencias d'ortografía…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "_Comprebar a ortografía…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "Establir l'_idioma…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "_Resaltar as parolas mal escritas"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:285
+msgid "Suggestions"
+msgstr "Sucherencias"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:546
+msgid "(correct spelling)"
+msgstr "(a ortografía ye correcta)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:687
+msgid "Completed spell checking"
+msgstr "S'ha completau a comprebación d'a ortografía"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Desconoixiu (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "Predeterminau"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "_Acceptar"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "Establir l'idioma"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "Idiomas"
+
+#: ../plugins/spell/gedit-spell-plugin.c:810
+msgid "The document is empty."
+msgstr "O documento ye vuedo."
+
+#: ../plugins/spell/gedit-spell-plugin.c:835
+msgid "No misspelled words"
+msgstr "Sin parolas mal escritas"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "Establir l'idioma"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "Selecciona l'_idioma d'o documento actual."
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "Comprebar a ortografía"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "Parola mal escrita:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "parola"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "Cambiar-ne _por:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "Comprebar a pa_rola"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "_Sucherencias:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "Ca_mbiar"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "Inorar-lo _tot"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "Cambiar-lo _tot"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "Diccionario de l'usuario:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "Adhibir pa_rola"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Corrector ortografico"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Compreba a ortografía d'o documento actual."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "_Ficar a calendata y a hora…"
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "Formatos disponibles"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "Mena de mensache en a pantalla"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Indica si caldría preguntar-le a l'usuario o formato u si caldría usar o "
+"formato seleccionau u presonalizau."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "Formato seleccionau"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "O formato seleccionau usau en ficar a calendata y a hora."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "Formato presonalizau"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "O formato predeterminau usau en ficar a calendata y a hora."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Ficar a calendata y a hora"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "Usar o formato _seleccionau"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "_Usar o formato presonalizau"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "_Ficar"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Configurar o complemento de calendata y hora"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "En ficar a calendata y a hora…"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "_Pedir un formato"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Ficar a calendata y a hora"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Fica la calendata y la hora actual en a posición d'o cursor."
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Detección automatica de codificación"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista ordenada de codificacions que usa gedit ta detectar automaticament "
+#~ "a codificación d'un fichero. \"CURRENT\" (ACTUAL) ye a codificación d'a "
+#~ "configuración rechional actual. Solament s'utilizan as codificacions "
+#~ "reconoixidas."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Codificacions amostradas en o menú"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista de codificacions que s'amuestran en o menú Codigos de caracters d'o "
+#~ "selector de fichers ta ubrir u alzar. Solament s'usan as codificacions "
+#~ "reconoixidas."
+
+#~ msgid "Character encodings"
+#~ msgstr "Codificación de caracters"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Co_dificacions amostradas en o menú:"
+
+#~ msgid "P_revious Page"
+#~ msgstr "Pachina ante_rior"
+
+#~ msgid "_Next Page"
+#~ msgstr "Siguie_nte pachina"
+
+#~ msgid "Replace"
+#~ msgstr "Substituir"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Mirar: "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Indica si gedit debe creyar copias de seguranza d'os fichers que alza. "
+#~ "Puetz configurar o complemento d'os fichers de seguranza con a opción "
+#~ "\"Extensión d'as copias de seguranza\"."
+
+#~ msgid "About gedit"
+#~ msgstr "Arredol de gedit"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Occidental"
+
+#~ msgid "Central European"
+#~ msgstr "Europa central"
+
+#~ msgid "South European"
+#~ msgstr "Europa d'o sud"
+
+#~ msgid "Baltic"
+#~ msgstr "Baltica"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cirilica"
+
+#~ msgid "Arabic"
+#~ msgstr "Arabe"
+
+#~ msgid "Greek"
+#~ msgstr "Griega"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebreu visual"
+
+#~ msgid "Turkish"
+#~ msgstr "Turca"
+
+#~ msgid "Nordic"
+#~ msgstr "Nordica"
+
+#~ msgid "Celtic"
+#~ msgstr "Celta"
+
+#~ msgid "Romanian"
+#~ msgstr "Rumana"
+
+#~ msgid "Armenian"
+#~ msgstr "Armenia"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "China tradicional"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cirilica/Rusa"
+
+#~ msgid "Japanese"
+#~ msgstr "Chaponesa"
+
+#~ msgid "Korean"
+#~ msgstr "Coreana"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "China simplificada"
+
+#~ msgid "Georgian"
+#~ msgstr "Cheorchiana"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebreu"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cirilica/Ucrainesa"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vietnamita"
+
+#~ msgid "Thai"
+#~ msgstr "Tailandesa"
+
+#~ msgid "Unknown"
+#~ msgstr "Desconoixida"
+
+#~ msgid "The file is too big."
+#~ msgstr "O fichero ye masiau gran."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "Ubrir un fichero usau recientment"
+
+#~| msgid "Maximum Recent Files"
+#~ msgid "Recent files"
+#~ msgstr "Fichers recientz"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Furnidor de datos de Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Rechistra os accesos y deixa os eventos ta os documentos usaus con gedit"
+
+#~ msgid "Show the application's help"
+#~ msgstr "Amostrar l'aduya de l'aplicación"
+
+#~ msgid "Enter GApplication service mode"
+#~ msgstr "Dentrar en o modo de servicio de GApplication"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Edita fichers de texto"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Executa «%s --help» ta veyer una lista completa d'as opcions disponibles "
+#~ "d'os comandos en linia.\n"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Preferencias de gedit"
+
+#~ msgid "File Name"
+#~ msgstr "Nombre d'o fichero"
+
+#~ msgid "_Tools:"
+#~ msgstr "_Ferramientas:"
+
+#~ msgid "_Edit:"
+#~ msgstr "_Editar:"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Retalles:"
+
+#~ msgid "Check Spelling"
+#~ msgstr "Comprebar a ortografía"
+
+#~ msgid "Language:"
+#~ msgstr "Idioma:"
+
+#~ msgid "Language"
+#~ msgstr "Idioma"
+
+#~ msgid "_Update"
+#~ msgstr "_Esviellar-lo"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Limite d'accions ta desfer (OBSOLETO)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Numero maximo d'accions que gedit puet desfer u refer. Usa «-1» ta un "
+#~ "numero ilimitau d'accions. Obsoleto dende 2.12.0"
+
+#~ msgid "Open Files"
+#~ msgstr "Ubrir fichers"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr ""
+#~ "No se puet accedir a la ubicación d'o fichero porque no ye amontada."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "S'ha ubierto ista instancia d'o fichero en una forma no editable. Quiers "
+#~ "editar-lo de todas trazas?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "Quiers perder os tuyos cambeos y tornar a cargar o fichero?"
+
+#~ msgid "Save _As..."
+#~ msgstr "Alzar _como…"
+
+#~ msgid "_Print..."
+#~ msgstr "_Imprentar…"
+
+#~ msgid "Empty"
+#~ msgstr "Vuedar"
+
+#~ msgid "Replace All"
+#~ msgstr "Substituir-lo tot"
+
+#~ msgid "_View"
+#~ msgstr "_Veyer"
+
+#~ msgid "_Open..."
+#~ msgstr "_Ubrir…"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Prefere_ncias"
+
+#~ msgid "Configure the application"
+#~ msgstr "Configurar l'aplicación"
+
+#~ msgid "_Contents"
+#~ msgstr "Ind_iz"
+
+#~ msgid "About this application"
+#~ msgstr "Sobre ista aplicación"
+
+#~ msgid "Save the current file with a different name"
+#~ msgstr "Alzar o fichero actual con un nombre distinto"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Torna a una versión alzada d'o fichero"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Anvista _previa d'impresión"
+
+#~ msgid "Print preview"
+#~ msgstr "Anvista previa d'a impresión"
+
+#~ msgid "Print the current page"
+#~ msgstr "Imprentar a pachina actual"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Desfer a zaguera operación"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Refer a zaguera acción desfeita"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Tallar a selección"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Copiar a selección"
+
+#~ msgid "Paste the clipboard"
+#~ msgstr "Apegar o portafuellas"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Eliminar o texto seleccionau"
+
+#~ msgid "Select the entire document"
+#~ msgstr "Seleccionar o documento completo"
+
+#~ msgid "_Find..."
+#~ msgstr "_Mirar"
+
+#~ msgid "Search for text"
+#~ msgstr "Mirar texto"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Mirar enta debant o mesmo texto"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Mirar enta zaga o mesmo texto"
+
+#~ msgid "_Replace..."
+#~ msgstr "_substituir..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Mirar y substituir texto"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Sacar o resaltau d'as coincidencias d'a busca"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Va ta una linia especifica"
+
+#~ msgid "Save all open files"
+#~ msgstr "Alzar totz os fichers ubiertos"
+
+#~ msgid "Close all open files"
+#~ msgstr "Zarrar totz os fichers ubiertos"
+
+#~ msgid "Create a new tab group"
+#~ msgstr "Creyar una nueva colla de pestanyas"
+
+#~ msgid "Switch to the previous tab group"
+#~ msgstr "Cambiar ta l'anterior colla de pestanyas"
+
+#~ msgid "Switch to the next tab group"
+#~ msgstr "Cambiar ta la siguient colla de pestanyas"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Activar l'anterior documento"
+
+#~ msgid "Activate next document"
+#~ msgstr "Activar o siguient documento"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Mover o documento actual enta una finestra nueva"
+
+#~ msgid "Close the current file"
+#~ msgstr "Zarrar o fichero actual"
+
+#~ msgid "Quit the program"
+#~ msgstr "Salir d'o programa"
+
+#~ msgid "_Toolbar"
+#~ msgstr "Barra de _ferramientas"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Amostrar u amagar a barra de ferramientas en a finestra actual"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Amostrar u amagar a barra d'estau en a finestra actual"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Editar o texto a pantalla completa"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Amostrar u amagar o panel lateral en a finestra actual"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Amostrar u amagar o panel inferior en a finestra actual"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Desactivar o resaltau de sintaxi"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Ubrir «%s»"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Activar «%s»"
+
+#~ msgid "Change Case"
+#~ msgstr "Cambiar a capitalización"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "Cambiar a capitalización d'o texto seleccionau."
+
+#~ msgid "C_hange Case"
+#~ msgstr "Ca_mbiar a capitalización"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Tot en _mayusclas"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Tot en m_inusclas"
+
+#~ msgid "Change selected text to lower case"
+#~ msgstr "Cambiar o texto seleccionau a minusclas"
+
+#~ msgid "_Invert Case"
+#~ msgstr "_Invertir a capitalización"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Invertir a capitalización d'o texto seleccionau"
+
+#~ msgid "_Title Case"
+#~ msgstr "Capitalización de titol"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Meter en mayuscla a primera letra de cada parola seleccionada"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Obtener información estatistica d'o documento actual"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Ubre o chestor de ferramientas externas"
+
+#~ msgid "External tools"
+#~ msgstr "Ferramientas externas"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Estableix a radiz en o puesto d'o documento activo"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Ubrir un terminal en a carpeta actualment ubierta"
+
+#~ msgid "file"
+#~ msgstr "fichero"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Mover o fichero u carpeta seleccionau ta la papelera"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Borra o fichero u carpeta seleccionau"
+
+#~ msgid "Open selected file"
+#~ msgstr "Ubrir o fichero seleccionau"
+
+#~ msgid "Up"
+#~ msgstr "Puyar"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Ubrir a carpeta pai"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Adhibe una carpeta vueda nueva"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Adhibe un fichero nuevo vuedo"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Renombra o fichero u carpeta seleccionada"
+
+#~ msgid "_Previous Location"
+#~ msgstr "Ubicación _anterior"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Ir ta lo puesto anteriorment visitau"
+
+#~ msgid "_Next Location"
+#~ msgstr "_Siguient puesto"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Ir ta lo siguient puesto visitau"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Refresca l'anvista"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Veyer a carpeta en o chestor de fichers"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Amostrar os fichers y carpetas amagaus"
+
+#~ msgid "Show binary files"
+#~ msgstr "Amostrar os fichers binarios"
+
+#~ msgid "Quick open"
+#~ msgstr "Obridura rapida"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Ubrir os documentos rapidament"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Administra os retalles"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Ordina o documento actual u a selección"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr ""
+#~ "Compreba la ortografía d'o documento actual mirando parolas incorrectas"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "Estableix l'idioma d'o documento actual"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Comprebar automaticament a ortografía d'o documento actual"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Fica la calendata y la hora actual en a posición d'o cursor"
diff --git a/po/ar.po b/po/ar.po
new file mode 100644
index 0000000..67ff7fc
--- /dev/null
+++ b/po/ar.po
@@ -0,0 +1,4254 @@
+# translation of gedit.HEAD.po to Arabic
+# Isam Bayazidi <bayazidi@arabeyes.org>, 2002.#. Translator credits.
+# Sayed Jaffer Al-Mosawi <mosawi@arabeyes.org>, 2002.
+# Arafat Medini <lumina@silverpen.de>, 2002,2003.
+# Hassan Abdin <habdin@link.net>, 2003.
+# Abdulaziz Al-Arfaj <alarfaj0@yahoo.com>, 2004.
+# Youssef Chahibi <chahibi@gmail.com>, 2006.
+# Djihed Afifi <djihed@gmail.com>, 2006.
+# Khaled Hosny <khaledhosny@eglug.org>, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016.
+# Abderrahim Kitouni <a.kitouni@gmail.com>, 2006, 2012.
+# Sohaib Afifi <sohaibafifi@gmail.com>, 2007.
+# Anas Afif Emad <anas.e87@gmail.com>, 2008, 2009.
+# Osama Khalid <osamak.wfm@gmail.com>, 2009.
+# Ibrahim Saed <ibraheem5000@gmail.com>, 2012, 2014.
+# Muhannad Alrusayni <Muhannad.Alrusayni@gmail.com>, 2017.
+# Khalid Abu Shawarib <khalid.shawarib@gmail.com>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.HEAD\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2017-12-23 20:18+0000\n"
+"PO-Revision-Date: 2018-01-13 20:02+0300\n"
+"Last-Translator: Khalid Abu Shawarib <khalid.shawarib@gmail.com>\n"
+"Language-Team: Arabic <doc@arabeyes.org>\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
+"X-Generator: Poedit 2.0.4\n"
+"X-Project-Style: gnome\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "حرّر الملفات النصية"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"ج‌إدِت هو محرر النصوص الرسمي لسطح مكتب جنوم. يجمع بين البساطة و القوة كمحرر "
+"نصوص عام."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"سواء كنت تكتب الكتاب الأكثر مبيعًا القادم، أو تبرمج تطبيقًا ثوريًا، أو حتى تدون "
+"بعض الملاحظات، فستجد ج‌إدِت أداة يعتمد عليها لتنفيذ مهامك."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:4
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr "نظام الملحقات القوي يسمح بتطويع البرنامج لحاجاتك و استخداماتك."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "محرّر النصوص"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "محرّر النصوص ج‌إدِت"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "محرّر;نصوص;نص;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "New Window"
+msgstr "نافذة جديدة"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "New Document"
+msgstr "مستند جديد"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "استخدم الخطّ المبدئي"
+
+#: ../data/org.gnome.gedit.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 gedit. 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.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "خط المحرر"
+
+#: ../data/org.gnome.gedit.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 ""
+"خطّ خاص للاستخدام في منطقة التحرير. لن تظهر التأثيرات ما لم تلغي خيار \"Use "
+"Default Font\""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "مخطط الأساليب"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "معرّف مخطط أساليب GtkSourceView تستعمل لون النص"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "أنشئ نسخ احتياطية"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "ما إذا وجب لمحرر النصوص إنشاء نسخ احتياطية للملفات التي يحفظها."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "حفظ آلي"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"ما إذا وجب لمحرر النصوص حفظ الملفات المغيَّرة آليا بعد فاصل زمني. يمكنك وضع "
+"الفاصل الزمني بخيار \"Auto Save Interval\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "فاصل الحفظ الآلي"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"عدد الدقائق التي سيَحفِظ إثرها محرر النصوص الملفات المعدلة.لن تظهر التأثيرات "
+"ما لم يفَعّل خيار \"Auto Save\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "العدد الأقصى من أفعال التراجع"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"عدد العمليات الأقصى التي يمكن لمحرر النصوص من التراجع فيها أو إعادتها. "
+"استعمل \"-1\" لعدد غير محدود من الأفعال."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "نمط لف السطر"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"يحدد كيف تلف السطور الطويلة في منطقة التحرير. استعمل \"none\" لمنع اللف، "
+"واستخدم \"word\" للف عند حدود الكلمات، و \"char\" للف عند حدود المحارف. لاحظ "
+"أن القيم حساسة لحالة الأحرف، لذلك تأكّد من ظهورها مطابقة لما ذُكِر هنا."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "اختيار نمط الشق الأخير لنمط لف السطور"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"يحدّد نمط الشق الأخير المستعمل مع نمط لف السطور. لكي نتذكر اختيار نمط الشق "
+"عندما يكون نمط اللف معطل. استخدم \"word\" للف عند حدود الكلمات، و \"char\" "
+"للف عند حدود المحارف."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "حجم الشريط"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "يحدّد عدد المسافات التي من المفترض عرضها عوض محارف Tab."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "أدرج مسافات"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "ما إذا وجب لمحرر النصوص إضافة مسافات عوض الألسنة."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "إزاحة آلية"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "ما إذا وجب لمحرر النصوص تفعيل الإزاحة الآلية."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "أظهر أرقام السطور"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "ما إذا وجب لمحرر النصوص عرض أرقام السطور في مساحة التحرير."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "ظَلِّل السطر الحالي"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "ما إذا وجب على محرر النصوص تظليل السطر الحالي."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "ظَلِّل الأقواس المتوافقة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "ما إذا يتوجب على محرر النصوص تظليل الأقواس المتوافقة."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "اعرض الحاشية اليمنى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "ما إذا وجب لمحرر النصوص عرض الحاشية اليمنى في مساحة التحرير."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "موقع الحاشية اليمنى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "يحدد موقع الحاشية اليمنى."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Display Overview Map"
+msgstr "اعرض مخطط عام"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Whether gedit should display the overview map for the document."
+msgstr "ما إذا وجب لمحرر النصوص عرض المخطط العام للمستند."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Document background pattern type"
+msgstr "نوع نمط خلفية المستند"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Whether the document will get a background pattern painted."
+msgstr "إذا ما سيُرسم خلف المستند رسم نمطي."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Smart Home End"
+msgstr "نهاية المنزل الذكي"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+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 ""
+"تحدد كيفية تحريك المؤشر عند ضغط زري HOME و END. استعمل \"disabled\" للتحريك "
+"دائما إلى بداية أو نهاية السطر ,أو \"after\" للتحريك إلى بداية أو نهاية "
+"السطر عند أول ضغط لأحد الزرين وإلى بداية أو نهاية النص مع تجاهل الفراغات عند "
+"ثاني ضغط، أو استعمل \"before\" للتحريك إلى بداية أو نهاية النص قبل التحريك "
+"إلى بداية أو نهاية السطر, و\"always\" للتحريك دائما إلى بداية أو نهاية النص "
+"عوضا عن التحريك إلى بداية أو نهاية السطر."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Restore Previous Cursor Position"
+msgstr "استعِد الموضع السابق للمؤشّر"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "ما إذا وجب لمحرر النصوص استعاذة موضع المؤشّر السابق عند تحميل ملف."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Enable Syntax Highlighting"
+msgstr "فعّل إبراز بنية الجملة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "ما إذا يتوجب على محرر النصوص تفعيل إبراز التركيب."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Enable Search Highlighting"
+msgstr "فعّل إبراز البحث"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "ما إذا كان على محرر النصوص إبراز جميع حالات وجود النص المبحوث."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Ensure Trailing Newline"
+msgstr "تأكد من وجود سطر في النهاية"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "ما إذا على محرر النصوص أن يتأكد من وجود سطر في نهاية الملف."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Toolbar is Visible"
+msgstr "شريط الأدوات مرئي"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "ما إذا وجب لشريط الأدوات أن يكون مرئيّا في نوافذ التحرير."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Notebook Show Tabs Mode"
+msgstr "نمط عرض الألس"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"يحدد متى تعرض الألسنة. استخدم \"never\" لعدم عرضها أبدا، \"always\" لعرضها "
+"دائما، و \"auto\" لعرضها فقط عند وجود أكثر من لسان. لاحظ أن "
+"القيم حساسة لحالة الأحرف، لذلك تأكّد من ظهورها مطابقة لما ذُكِر هنا."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Status Bar is Visible"
+msgstr "شريط الحالة مرئي"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "ما إذا وجب لشريط الحالة في أسفل نافذة التحرير أن يكون مرئيّا."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Side panel is Visible"
+msgstr "اللوحة الجانبية ظاهرة"
+
+# ARABEYES: the GUI is reversed, so this is right not left pane
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "ما إذا وجب ظهور اللوحة الجانبية على يمين نافذة التحرير أم لا."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Maximum Recent Files"
+msgstr "العدد الأقصى للملفّات الحديثة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"يحدّد العدد الأقصى من النلفات المفتوحة حديثا التي ستعرض في القائمة الثانوية "
+"\"Recent Files\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Print Syntax Highlighting"
+msgstr "اطبع إبراز بنية الجملة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "ما إذا سيطبع محرر النصوص إبراز التراكيب عند طباعة المستندات."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Header"
+msgstr "اطبع الترويسة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "ما إذا وجب لمحرر النصوص تضمّن ترويسة المستند عند طبع المستندات."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Printing Line Wrapping Mode"
+msgstr "نمط لف السطور في الطباعة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+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 ""
+"يحدد كيف تلف السطور الطويلة عند الطباعة. استعمل \"none\" لمنع اللف، واستخدم "
+"\"word\" للف عند حدود الكلمات، و \"char\" للف عند حدود المحارف. لاحظ أن "
+"القيم حساسة لحالة الأحرف، لذلك تأكّد من ظهورها مطابقة لما ذُكِر هنا."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid "Print Line Numbers"
+msgstr "اطبع أرقام السطور"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"إذا كانت هذه القيمة 0، فلن تضاف أرقام السطور عند طباعة مستند.أو أن محرر "
+"النصوص سيطبع أرقام السطور عند كل رقم سطر."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+msgid "Body Font for Printing"
+msgstr "خط المتن عند الطباعة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "يحدّد الخط الذي سيُستعمل في متن المستند عند طباعة المستندات."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+msgid "Header Font for Printing"
+msgstr "خط الترويسة عند الطباعة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:73
+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 ""
+"يحدّد الخطّ الذي سيُستعمل لترويسات الصفحات عند طباعة مستند. لن يعمل هذا إﻻّ إذا "
+"فعّل خيار \"Print Header\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Line Number Font for Printing"
+msgstr "خطَّ رقمِ السطرِ عند الطباعة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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 ""
+"يحدّد الخطّ الذي سيُستعمل لأرقام السطور عند الطباعة. لن يعمل إلا إذا كان خيار "
+"\"Print Line Numbers\" غير مساو لصفر."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:77
+msgid "Margin Left"
+msgstr "الهامش الأيسر"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "The left margin, in millimeters."
+msgstr "عرض الهامش الأيسر بالملّيمتر."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Margin Top"
+msgstr "الهامش العلوي"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+msgid "The top margin, in millimeters."
+msgstr "عرض الهامش العلوي بالملّيمتر."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Right"
+msgstr "الهامش الأيمن"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The right margin, in millimeters."
+msgstr "عرض الهامش الأيمن بالملّيمتر."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Bottom"
+msgstr "الهامش السفلي"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The bottom margin, in millimeters."
+msgstr "عرض الهامش السفلي بالملّيمتر."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Candidate Encodings"
+msgstr "الترميزات المُرشَّحة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"تُعرض قائمة بالترميزات المرشحة في قائمة ”ترميز النص“ في منتقي فتح/حفظ "
+"الملفات. يعني \"CURRENT\" ترميز المحليّة الحالي. لا يستخدم التطبيق إلا "
+"الترميزات المتعرّف عليها. القيمة المبدئية هي القائمة الفارغة، والتي سيختار "
+"فيها محرر النصوص مبدئيات مناسبة معتمدا على البلد واللغة."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Active plugins"
+msgstr "الملحقات النشِطة"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"قائمة الملحقات النشطة. تضم \"Location\" الملحقات النشطة. انظر الملف .gedit-"
+"plugin، للحصول على\"Location\" ملحق معين."
+
+#: ../gedit/gedit-app.c:110
+msgid "Show the application's version"
+msgstr "أظهر نسخة التطبيق"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "اعرض قائمة بالقيم الممكنة لخيار الترميز"
+
+#: ../gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "عيّن التّرميز الذي سيستخدم لفتح الملفّات المسردة على سطر الأوامر"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "الترميز"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "أنشئ نافذة مستوى أعلى جديدة في سيرورة موجودة من محرر النصوص"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "أنشئ مستندا جديدا في سيرورة موجودة من محرر النصوص"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "افتح الملفات وانتظر حتى تُغلق الملفات"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "شغّل محرر النصوص في النمط المستقل"
+
+#: ../gedit/gedit-app.c:158
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[ملف...] [+سطر[:عمود]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "حدث خطأ عند عرض المساعدة."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "‏%s: ترميز غير سليم."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "أغلق _دون حفظ"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:45
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:912
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "أ_لغِ"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "ا_حفظ باسم..."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:875
+#: ../plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "ا_حفظ"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "ستضيع تغييرات الثّانية الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[1] "ستضيع تغييرات الثّانية الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[2] "ستضيع تغييرات الثّانيتين الأخيرتين نهائيًا إذا لم تحفظ."
+msgstr[3] "ستضيع تغييرات ال%Ild ثوان الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[4] "ستضيع تغييرات ال%Ild ثانية الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[5] "ستضيع تغييرات ال%Ild ثانية الأخيرة نهائيًا إذا لم تحفظ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "ستضيع تغييرات الدّقيقة الأخيرة نهائيًا إذا لم تحفظ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "ستضيع تغييرات الدّقيقة الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[1] "ستضيع تغييرات الدّقيقة والثانية الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[2] "ستضيع تغييرات الدّقيقة والثّانيتين الأخيرتين نهائيًا إذا لم تحفظ."
+msgstr[3] "ستضيع تغييرات الدّقيقة والـ%Ild ثوان الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[4] "ستضيع تغييرات الدّقيقة والـ%Ild ثانية الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[5] "ستضيع تغييرات الدّقيقة والـ%Ild ثانية الأخيرة نهائيًا إذا لم تحفظ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "ستضيع تغييرات الدّقيقة الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[1] "ستضيع تغييرات الدّقيقة الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[2] "ستضيع تغييرات الدّقيقتين الأخيرتين نهائيًا إذا لم تحفظ."
+msgstr[3] "ستضيع تغييرات الدقائق الـ%Ild الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[4] "ستضيع تغييرات الـ%Ild دقيقة الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[5] "ستضيع تغييرات الـ%Ild دقيقة الأخيرة نهائيًا إذا لم تحفظ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "ستضيع تغييرات الساعة الأخيرة نهائيًا إذا لم تحفظ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "ستضيع تغييرات السّاعة الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[1] "ستضيع تغييرات السّاعة والدّقيقة الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[2] "ستضيع تغييرات السّاعة والدّقيقتين الأخيرتين نهائيًا إذا لم تحفظ."
+msgstr[3] "ستضيع تغييرات السّاعة والدقائق الـ%Id الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[4] "ستضيع تغييرات السّاعة والدقائق الـ%Id الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[5] "ستضيع تغييرات السّاعة والدقائق الـ%Id الأخيرة نهائيًا إذا لم تحفظ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "ستضيع تغييرات السّاعة الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[1] "ستضيع تغييرات السّاعة الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[2] "ستضيع تغييرات السّاعتين الأخيرتين نهائيًا إذا لم تحفظ."
+msgstr[3] "ستضيع تغييرات ال%Id ساعات الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[4] "ستضيع تغييرات ال%Id ساعة الأخيرة نهائيًا إذا لم تحفظ."
+msgstr[5] "ستضيع تغييرات ال%Id ساعة الأخيرة نهائيًا إذا لم تحفظ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "ستضيع التّغييرات المحدثة على المستند ”%s“ نهائيًا."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "أأحفظ التّغييرات في المستند ”%s“ قبل غلقه؟"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "عُطّل الحفظ من قبل مدير النظام."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "ستضيع التّغييرات المحدثة على مستند واحد نهائيًا."
+msgstr[1] "ستضيع التّغييرات المحدثة على مستند واحد نهائيًا."
+msgstr[2] "ستضيع التّغييرات المحدثة على مستندين نهائيًا."
+msgstr[3] "ستضيع التّغييرات المحدثة على %Id مستندات نهائيًا."
+msgstr[4] "ستضيع التّغييرات المحدثة على %Id مستندا نهائيًا."
+msgstr[5] "ستضيع التّغييرات المحدثة على %Id مستند نهائيًا."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "لا مستندات بتغييراتٍ غير محفوظة. هل تريد حفظ التّغييرات قبل الغلق؟"
+msgstr[1] ""
+"هناك مستندٌ واحد بتغييراتٍ غير محفوظة. هل تريد حفظ التّغييرات قبل الغلق؟"
+msgstr[2] "هناك مستندان بتغييراتٍ غير محفوظة. هل تريد حفظ التّغييرات قبل الغلق؟"
+msgstr[3] ""
+"هناك %Id مستنداتٍ بتغييراتٍ غير محفوظة. هل تريد حفظ التّغييرات قبل الغلق؟"
+msgstr[4] ""
+"هناك %Id مستندًا بتغييراتٍ غير محفوظة. هل تريد حفظ التّغييرات قبل الغلق؟"
+msgstr[5] ""
+"هناك %Id مستند بتغييراتٍ غير محفوظة. هل تريد حفظ التّغييرات قبل الغلق؟"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "مست_ندات بتغييرات غير محفوظة:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "ا_ختر المستندات التي تريد حفظها:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "ستضيع جميع التّغييرات للأبد إذا لم تحفظ."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "يُحمّل الملف '%s'…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "يُحمّل ملف…"
+msgstr[1] "يُحمّل ملف واحد…"
+msgstr[2] "يُحمّل ملفين…"
+msgstr[3] "يُحمّل %Id ملفات…"
+msgstr[4] "يُحمّل %Id ملفا…"
+msgstr[5] "يُحمّل %Id ملف…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "افتح"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:46
+#: ../plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "ا_فتح"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "الملف \"%s\" للقراءة فقط."
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "هل تريد استبداله بالملف الذي أنت بصدد حفظه؟"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "است_بدل"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "أأحفظ الملف مضغوطا؟"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "أأحفظ الملف دون ضغط؟"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr "حفظ الملف \"%s\" من قبل دون ضغط وسيُحفظ الآن مضغوطا."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "احفظ م_ضغوطا"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "حفظ الملف \"%s\" من قبل دون مضغوطا وسيُحفظ الآن دون ضغط."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "احفظ _دون ضغط"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "يحفظ الملف \"%s\"..."
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "احفظ باسم"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "يسترجع المستند '%s'..."
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "أأعكس التغييرات غير المحفوظة في المستند '%s'؟"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "ستضيع التّغييرات المحدثة على المستند في الثّانية الأخيرة نهائيًا."
+msgstr[1] "ستضيع التّغييرات المحدثة على المستند في الثّانية الأخيرة نهائيًا."
+msgstr[2] "ستضيع التّغييرات المحدثة على المستند في الثّانيتين الأخيرتين نهائيًا."
+msgstr[3] ""
+"ستضيع التّغييرات المحدثة على المستند في الـ%Ild ثواني الأخيرة نهائيًا."
+msgstr[4] ""
+"ستضيع التّغييرات المحدثة على المستند في الـ%Ild ثانية الأخيرة نهائيًا."
+msgstr[5] ""
+"ستضيع التّغييرات المحدثة على المستند في الـ%Ild ثانية الأخيرة نهائيًا."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "ستضيع التّغييرات المحدثة على المستند في الدّقيقة الأخيرة نهائيًا."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "ستضيع التّغييرات المحدثة على المستند في الدّقيقة الأخيرة نهائيًا."
+msgstr[1] ""
+"ستضيع التّغييرات المحدثة على المستند في الدّقيقة والثّانية الأخيرة نهائيًا."
+msgstr[2] ""
+"ستضيع التّغييرات المحدثة على المستند في الدّقيقة والثّانيتين الأخيرتين نهائيًا."
+msgstr[3] ""
+"ستضيع التّغييرات المحدثة على المستند في الدّقيقة والـ%Ild ثواني الأخيرة نهائيًا."
+msgstr[4] ""
+"ستضيع التّغييرات المحدثة على المستند في الدّقيقة والـ%Ild ثانية الأخيرة نهائيًا."
+msgstr[5] ""
+"ستضيع التّغييرات المحدثة على المستند في الدّقيقة والـ%Ild ثانية الأخيرة نهائيًا."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "ستضيع التّغييرات المحدثة على المستند في الدّقيقة الأخيرة نهائيًا."
+msgstr[1] "ستضيع التّغييرات المحدثة على المستند في الدّقيقة الأخيرة نهائيًا."
+msgstr[2] "ستضيع التّغييرات المحدثة على المستند في الدّقيقتين الأخيرتين نهائيًا."
+msgstr[3] ""
+"ستضيع التّغييرات المحدثة على المستند في الـ%Ild دقائق الأخيرة نهائيًا."
+msgstr[4] ""
+"ستضيع التّغييرات المحدثة على المستند في الـ%Ild دقيقة الأخيرة نهائيًا."
+msgstr[5] ""
+"ستضيع التّغييرات المحدثة على المستند في الـ%Ild دقيقة الأخيرة نهائيًا."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "ستضيع التّغييرات المحدثة على المستند في السّاعة الأخيرة نهائيًا."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "ستضيع التّغييرات المحدثة على المستند في السّاعة الأخيرة نهائيًا."
+msgstr[1] ""
+"ستضيع التّغييرات المحدثة على المستند في السّاعة والدّقيقة الأخيرة نهائيًا."
+msgstr[2] ""
+"ستضيع التّغييرات المحدثة على المستند في السّاعة والدّقيقتين الأخيرتين نهائيًا."
+msgstr[3] ""
+"ستضيع التّغييرات المحدثة على المستند في السّاعة والـ%Id دقائق الأخيرة نهائيًا."
+msgstr[4] ""
+"ستضيع التّغييرات المحدثة على المستند في السّاعة والـ%Id دقيقة الأخيرة نهائيًا."
+msgstr[5] ""
+"ستضيع التّغييرات المحدثة على المستند في السّاعة والـ%Id دقيقة الأخيرة نهائيًا."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "ستضيع التّغييرات المحدثة على المستند في السّاعة الأخيرة نهائيًا."
+msgstr[1] "ستضيع التّغييرات المحدثة على المستند في السّاعة الأخيرة نهائيًا."
+msgstr[2] "ستضيع التّغييرات المحدثة على المستند في السّاعتين الأخيرتين نهائيًا."
+msgstr[3] ""
+"ستضيع التّغييرات المحدثة على المستند في الـ%Id ساعات الأخيرة نهائيًا."
+msgstr[4] "ستضيع التّغييرات المحدثة على المستند في الـ%Id ساعة الأخيرة نهائيًا."
+msgstr[5] "ستضيع التّغييرات المحدثة على المستند في الـ%Id ساعة الأخيرة نهائيًا."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "ا_عكس"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "محرّر نصوص صغير وخفيف لجنوم"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"فريق عربآيز للترجمة http://www.arabeyes.org :\n"
+"عصام بيازيدي\t\t<bayazidi@arabeyes.org>\n"
+"سيد جعفر الموسوي\t<mosawi@arabeyes.org>\n"
+"عرفات المديني\t\t<lumina@silverpen.de>\n"
+"حسن عابدين\t\t<abdin@arabeyes.org>\n"
+"عبد العزيز العرفج\t<alarfaj0@yahoo.com>\n"
+"يوسف الشهيبي\t\t<chahibi@gmail.com>\n"
+"جهاد عفيفي\t\t<djihed@gmail.com>\n"
+"خالد حسني\t\t<khaledhosny@eglug.org>\n"
+"صهيب عفيفي\t\t<sohaibafifi@gmail.com>\n"
+"أنس عفيف عماد\t\t<anas.e87@gmail.com>\n"
+"إبراهيم سعيد\t\t<ibraheem5000@gmail.com>\n"
+"مهند الرسيني\t\t<muhannad.alrusayni@gmail.com>\n"
+"خالد أبو شوارب\t\t<khalid.shawarib@gmail.com>"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "لم يعثر على أي نتائج لاستبدالها."
+msgstr[1] "تمّ إيجاد واستبدال حدوث واحد."
+msgstr[2] "تمّ إيجاد واستبدال حدوثين."
+msgstr[3] "تمّ إيجاد واستبدال %Id أحداث."
+msgstr[4] "تمّ إيجاد واستبدال %Id حدوثًا."
+msgstr[5] "تمّ إيجاد واستبدال %Id حدوث."
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "تمّ إيجاد واستبدال حدوث واحد"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "\"%s\" not found"
+msgstr "‏\"%s\" غير موجود"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "مستند غير محفوظ %Id"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "مجموعة الألسنة %i"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167 ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "للقراءة فقط"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "مكشوف آليا"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove..."
+msgstr "أضف أو احذف..."
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "المحلّية الحالية (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "‏%s (المحلّية الحالية)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings' preferences?"
+msgstr "أتريد فعلًا إعادة تفضيلات ترميزات النصوص إلى أصلها؟"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "_صفِّر"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "أضف"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "أزل"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "انقل إلى أولوية أعلى"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "انقل إلى أولوية أدنى"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "جميع الملفات"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "كل الملفات النصية"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "ترميز الم_حارف:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "_نهايات السطور:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "ترميز النص:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "نهايات السطور:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:115
+#: ../plugins/externaltools/tools/manager.py:324
+#: ../plugins/externaltools/tools/manager.py:440
+#: ../plugins/externaltools/tools/manager.py:774
+msgid "Plain Text"
+msgstr "نص صِرف"
+
+#: ../gedit/gedit-io-error-info-bar.c:142
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "أ_عد المحاولة"
+
+#: ../gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "تعذّر العثور على الملف ”%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:164
+#: ../gedit/gedit-io-error-info-bar.c:204
+#: ../gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr "تأكد من كتابة الموقع بشكل صحيح ثم حاول مجددا."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "تعذّر على محرر النصوص معالجة المواقع ”%s:“."
+
+#: ../gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr "تعذّر على محرر النصوص معالجة هذا الموقع."
+
+#: ../gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr "تعذّر الوصول إلى موقع الملف."
+
+#: ../gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "‏‏”%s“ مجلد."
+
+#: ../gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "‏‏‏”%s“ ليس موقعًا سليمًا."
+
+#. Translators: %s is a host name
+#: ../gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"تعذّر العثور على المستضيف ”%s“. تأكد من صحّة إعدادات الوسيط (بروكسي) و حاول "
+"مجددا."
+
+#: ../gedit/gedit-io-error-info-bar.c:260
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr "اسم المستضيف غير صحيح. تأكد من صحة الموقع المكتوب وجرب ثانية."
+
+#: ../gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "‏‏‏‏”%s“ ليس ملفا عاديا."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "انتهت مهلة الاتصال. أعد المحاولة."
+
+#: ../gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "خطأ غير متوقع: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "تعذّر إيجاد الملف المطلوب. ربما يكون قد حُذفَ مؤخراً."
+
+#: ../gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "تعذّر استعادة الملف ”%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "ترميز الم_حارف:"
+
+#: ../gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "يتعذّر الوصول إلى الموقع ”%s“ حاليًا."
+
+#: ../gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr "نظامك غير مُتصّل. يرجى تفقد شبكتك."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "_حرّر على أي حال"
+
+#: ../gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"إن عدد الارتباطات المتبوعة محدود ولم يتم العثور على الملف الفعلي ضمن هذه "
+"الحدود."
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "لا تملك الصلاحيات المطلوبة لفتح هذا الملف."
+
+#: ../gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr "تعذّر كشف و تحديد ترميز النص."
+
+#: ../gedit/gedit-io-error-info-bar.c:598
+#: ../gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr "رجاء تأكد من أنك لا تحاول فتح ملف ثنائي."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr "اختر ترميز نص من القائمة و حاول مجددا."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "حدثت مشكلة في فتح الملف ”%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"يحتوي الملف الذي فتحته على بعض المحارف غير السليمة. قد يتلف هذا الملف إذا "
+"واصلت تحريره."
+
+#: ../gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr "يمكنك أيضا اختيار ترميز نص آخر ثم إعادة المحاولة"
+
+#: ../gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "لا يمكن فتح الملف ”%s“ بترميز النص ”%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#: ../gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr "اختر ترميز نص مختلف من القائمة و حاول مجددا."
+
+#: ../gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "تعذّر فتح الملف ”%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "تعذّر حفظ الملف ”%s“ بترميز النص ”%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:696
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr "يحوي المستند محرفًا أو محارف لا يمكن ترميزها بترميز النص المحدد."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:769
+msgid "D_on't Edit"
+msgstr "لا _تحرّر"
+
+#: ../gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "هذا الملف ”%s“ مفتوح مسبقا في نافذة أخرى."
+
+#: ../gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr "أترغب بتعديله على كل حال؟"
+
+#: ../gedit/gedit-io-error-info-bar.c:849
+#: ../gedit/gedit-io-error-info-bar.c:939
+#: ../gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "احفظ على أي حال"
+
+#: ../gedit/gedit-io-error-info-bar.c:852
+#: ../gedit/gedit-io-error-info-bar.c:942
+#: ../gedit/gedit-io-error-info-bar.c:1232
+msgid "D_on't Save"
+msgstr "لا تحفظ"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "تم تعديل الملف ”%s“ منذ قراءته."
+
+#: ../gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "إذا حفظت، ستضيع كل التغييرات الخارجية. أأحفظ رغم ذلك؟"
+
+#: ../gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "تعذّر إنشاء ملف احتياطي عند حفظ ”%s“"
+
+#: ../gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "تعذّر إنشاء ملف احتياطي مؤقت عند حفظ ”%s“"
+
+#: ../gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"تعذّر حفظ نسخة قديمة للملف كاحتياط قبل حفظ الحالي. يمكنك تجاهل رسالة التحذير "
+"هذه وحفظ الملف رغمها، لكن إذا حدث خطأ عند الحفظ قد تفقد النسخة القديمة "
+"للملف. أأحفظ على أي حال؟"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"يتعذّر التعامل مع مواقع ”%s:“ في نمط الكتابة. تأكد من صحة كتابتك الموقع "
+"و حاول مجددا."
+
+#: ../gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"يتعذّر التعامل مع هذا الموقع في نمط الكتابة. رجاء، تأكد من صحة كتابتك الموقع "
+"وحاول مجددا."
+
+#: ../gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr "‏”%s“ موقع غير سليم. تأكد من صحة كتابتك للموقع و حاول مجددا."
+
+#: ../gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"ليس لديك الصلاحيات اللازمة لحفظ الملف. تأكد من صحة كتابتك الموقع وحاول مجددا."
+
+#: ../gedit/gedit-io-error-info-bar.c:1073
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr "لا يوجد حيز قرص كاف لحفظ الملف. أخل بعض الحيز من القرص وحاول مجددا."
+
+#: ../gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"تحاول حفظ الملف في قرص للقراءة فقط. تأكد من صحة كتابتك الموقع وحاول مجددا."
+
+#: ../gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "يوجد ملف له نفس الاسم. استعمل اسما مختلفا."
+
+#: ../gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"القرص الذي تحاول حفظ الملف فيه له يحدد طول أسماء الملفات. استعمل اسما أقصر."
+
+#: ../gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"القرص الذي تحاول حفظ الملف فيه له قيود على أحجام الملفات. رجاء حاول حفظ ملف "
+"اصغر أو احفظ الملف في قرص لا توجد به هذه القيود."
+
+#: ../gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "تعذّر حفظ الملف ”%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "لقد تغيَّر الملف ”%s“ على القرص."
+
+#: ../gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr "تجاهل التغييرات و أ_عد التحميل"
+
+#: ../gedit/gedit-io-error-info-bar.c:1178
+#: ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "أعِد ال_تحميل"
+
+#: ../gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "حُذِفت بعض المحارف غير السليمة أثناء حفظ ”%s“"
+
+#: ../gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "قد يتلف هذا المستند إذا واصلت حفظه. أأحفظ على أية حال؟"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "انقر هذا الزر لاختيار الخط المراد استخدامه في المحرر"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "ا_ستخد خط النظام ثابت العرض (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "تعذر إنشاء المجلد '%s' : فشل ‭g_mkdir_with_parents()‬‏ : %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "لا يمكن تثبيت مخطط الألوان المختار"
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "أضف مخططا"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "أ_ضف مخططا"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "ملفات مخططات الألوان"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "لا يمكن حذف مخطط الألوان %s."
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing..."
+msgstr "يُحضّر..."
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "الملف: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "الصفحة %N من %Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "الصفحة %d من %d..."
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "الصفحة %Id من %Id"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "لا شيء"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "ابحث وا_ستبدل"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "استبدال"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "إضافة"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "لا ألسنة بها أخطاء"
+msgstr[1] "يوجد لسان به أخطاء"
+msgstr[2] "يوجد لسانان بهما أخطاء"
+msgstr[3] "توجد %Id ألسنة بها أخطاء"
+msgstr[4] "يوجد %Id لسانا بها أخطاء"
+msgstr[5] "يوجد %Id لسان بها أخطاء"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "استرجاع %s من %s"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "استرجاع %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "يُحمّل %s من %s"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "يُحمّل %s "
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "يحفظ %s إلى %s"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "يحفظ %s"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "خطأ أثناء فتح الملف %s"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "خطأ أثناء استرجاع الملف %s"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "خطأ أثناء حفظ الملف %s"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "الاسم:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "نوع MIME:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "الترميز:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "رجاء تأكد من تثبيتك."
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "غير قادر على فتح ملف الواجهة %s. خطأ: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "غير قادر على إيجاد الكائن '%s' ضمن الملف %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ على %s"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "يونكس\\لينكس"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "ماك التقليدي"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "وندوز"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "ا_عرض أرقام السطور"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%Id من %Id"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "_لف حول"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "طابق ك_تعبير نمطي"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "طابِق _كل الكلمة فقط"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "_طابِق الحالة"
+
+#: ../gedit/gedit-view-frame.c:1026
+msgid "String you want to search for"
+msgstr "السلسة التي تريد البحث عنها"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "Line you want to move the cursor to"
+msgstr "السطر الذي تريد تحريك المؤشّر إليه"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "موافقة الأقواس خارج المدى"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "لم يعثر على قوس موافق"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "لم يعثر على قوس موافق في سطر: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " سطر %Id، عمود %Id"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "عرض التبويب: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "توجد مستندات غير محفوظة"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "غيّر صفحة اللوحة الجانبية"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "مستندات"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "انقل للي_سار"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "انقل للي_مين"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "ان_قل إلى نافذة جديدة"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "انقل إلى م_جموعة ألسنة جديدة"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "أ_غلق"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "إزاحة آلية"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "استخدم المسافات"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "اعرض أرقام السطور"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "اعرض الحاشية اليمنى"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "أبرز السطر الحالي"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "لف النص"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "_ملف"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "_جديد"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "افتح الملفات ال_حديثة"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "أعِد فتح الل_سان المغلق"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "ا_حفظ باسم…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20
+#: ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "نافذة _جديدة"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "ا_طبع..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "أ_نهِ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "ت_حرير"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "_تراجع"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "أعِ_د"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "_قص"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "ا_نسخ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "ال_صق"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "اح_ذف"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "و_ضع الاستبدال"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "اختر الك_ل"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "ال_تفضيلات"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+msgid "_View"
+msgstr "_عرض"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "ال_لوحة الجانبية"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "اللوحة ال_سفلية"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "_ملء الشاشة"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "_نمط الإبراز..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "ب_حث"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "ا_بحث..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "ابحث عن الت_الي"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "ابحث عن ال_سابق"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "ابحث وا_ستبدل…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "ا_مسح الإبراز"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "ا_ذهب إلى السطر…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+msgid "_Tools"
+msgstr "أد_وات"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "_مستندات"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "احفظ ال_كل"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "أ_غلق الكلّ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "مجموعة ألسنة _جديدة"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "مجموعة الألسنة ال_سابقة"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "مجموعة الألسنة ال_تالية"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "ال_مستند السابق"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "المست_ند التالي"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "ان_قل إلى نافذة جديدة"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+#: ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "م_ساعدة"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "_عن"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "ا_ختصارات لوحة المفاتيح"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "احفظ ال_كل"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "ابحث وا_ستبدل..."
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "ا_ذهب إلى السطر..."
+
+#: ../gedit/resources/gtk/menus.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "عرض"
+
+#: ../gedit/resources/gtk/menus.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "أدوات"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "ترميزات النصوص"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "_طبّق"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "الترميزات ال_متوفرة"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "الترميزات الم_ختارة"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "ال_وصف"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "ال_ترميز"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "نمط الإبراز"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "ال_تحديد"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "نمط إبراز البحث..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "لا نتائج"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "مس_تندات أخرى…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "افتح ملفا آخر"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "التفضيلات"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "اعرض الحا_شية اليمنى في العمود:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "اعرض _شريط الحالة"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "اعرض مخطط _عام"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "اعرض _شبكة"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "لف النص"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "فعّل _لفّ النص"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "لا ت_شقّ الكلمات على سطرين"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "الإبراز"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "إبراز السطر الحالي"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "أبرز الأ_قواس المتوافقة"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "حدود التبويبات"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "ع_رض اللسان:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "أدرج _مسافات بدل الأشرطة"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "_فعّل الإزاحة الآلية"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "حفظ الملف"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "أنشئ نسخة ا_حتياطية من الملفات قبل الحفظ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "ا_حفظ الملفات آليّا كلّ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_دقائق"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "المحرر"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "الخط"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "خ_ط المحرر:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "انتق خط المحرر"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "مخطط اللون"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "ثبّت مخططا"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "ثبّت مخططا"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "أزِل مخططا"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "أزِل مخططا"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "الخط والألوان"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "الملحقات"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "اطبع إبراز بنية الجملة"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "اطبع إبراز الصياغة"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "أرقام السطور:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "اطبع _أرقام السطور"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_رقم عند كل"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "سطور"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "ترويسة الصفحة"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "ا_طبع ترويسات الصفحات"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "الخطوط"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_المتن:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "_أرقام السطور:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "الت_رويسات والتذييلات:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "اس_ترجع الخطوط المبدئية"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "أظهر الصفحة السابقة"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "أظهر الصفحة التالية"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "الصفحة الحالية (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "مِن"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "مجموع الصفحات"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "مجموع الصفحات في المستند"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "أظهر صفحات متعددة"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "تقريب 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "اضبط الحجم لملائمة الصفحة بكاملها"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "قرّب الصفحة"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "بعّد الصفحة"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "أغلق معيانة الطباعة"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "أ_غلق المعاينة"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "معاينة الصفحة"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "معاينة صفحة من المستند الذي ستتم طباعته"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "استبدل الك_ل"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "ا_بحث"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "اب_حث "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "استبدّل _ب‍ "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "_طابِق الحالة"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "طابِق ك_امل الكلمة فقط"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "_تعبير نمطي"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "ابحث إلى ال_خلف"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "_لف حول"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "المستندات"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "أنشئ مستندا جديدا في لسان"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "افتح مستندا"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "احفظ المستند"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "احفظ المستند باسم ملف جديد"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "احفظ كل المستندات"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "أغلق المستند"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "أغلق كل المستندات"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "أعد فتح آخر مستند مغلق"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "انتقل إلى المستند التالي"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "انتقل إلى المستند السابق"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+msgctxt "shortcut window"
+msgid "Switch to the first - ninth document"
+msgstr "انتقل إلى المستند الأول"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "النوافذ و الألواح"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "أنشئ مستندا جديدا في نافذة"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "أنشئ مجموعة ألسنة جديدة"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "أظهر اللوحة الجانبية"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "أظهر اللوحة السفلية"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "تشغيل \\ إلغاء ملء الشاشة"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "أنهِ التطبيق"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "ابحث و استبدل"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "ابحث"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "ابحث عن التطابق التالي"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "ابحث عن التطابق السابق"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "امسح الإبراز"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "اذهب إلى سطر"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "انسخ و ألصق"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "انسخ النصّ المحدّد إلى الحافظة"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "قص النصّ المحدّد إلى الحافظة"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "ألصق النص من الحافظة"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "تراجع و أعِد"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "تراجع عن الأمر السابق"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "أعِد الأمر السابق"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "التحديد"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "حدد كل النص"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "التحرير"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "بدّل الإدراج \\ الاستبدال"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "احذف السطر الحالي"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "أوصل السطور المحددة"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "انقل السطر الحالي لأعلى"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "انقل السطر الحالي لأسفل"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "انقل الكلمة الحالية يسارًا"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "انقل الكلمة الحالية يمينًا"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "حوّل إلى أحرف كبيرة"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "حوّل إلى أحرف صغيرة"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "اعكس حالة الحروف"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "زود الرقم في موضع المؤشر"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "أنقص الرقم في موضع المؤشر"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "الأدوات"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "دقّق الإملاء"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "اطبع المستند"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "اعرض نافذة الإكمال"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "أغلق المستند"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "افتح ملفا"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "افتح"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "أنشئ مستندا جديدا"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "جديد"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "احفظ الملف الحالي"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "احفظ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "اخف اللوحة"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "افتح مربع حوار ملف"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "غادر وضع ملء الشاشة"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "التمس التحديثات"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "التمس آخر إصدارة من محرر النصوص"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "حدث خطأ عند عرض المسار."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_نزّل"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "تج_اهل الإصدارة"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "توجد إصدارة جديدة من محرر النصوص"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"يمكنك تنزيل الإصدارة الأخيرة من محرر النصوص بالضغط على زر التنزيل، أو تجاهل "
+"هذه الإصدارة وانتظار واحدة جديدة"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "الإصدارة التي ستتجاهل"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "الإصدارة التي ستتجاهل حتى صدور إصدارة جديدة."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "إحصائيات المستند"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "يحلّل المستند الحالي و يبلّغ بعدد الكلمات و السطور و المحارف."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "إحصائيات ال_مستند"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "مستند"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "التحديد"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "سطور"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "كلمات"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "محارف (مع الفراغات)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "محارف (لا فراغات)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "بايتات"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "ابنِ"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "شغّل \"make\" في دليل المستند"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "افتح طرفية هنا"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "افتح طرفية عند موقع المستند"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "احذف الفراغات المتأخرة"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "احذف الفراغات المتأخرة عديمة القيمة من ملفّك"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "شغّل أمرا"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "نفّذ أمرا خاصّا وضعْ خرْجه في المستند"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "أرسل إلى fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "الصق النّص المحدد أو المستند الحالي إلى fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "الأدوات الخارجية"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "نفّذ أوامر خارجية ومخطوطات صدفة."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "ما إذا كان سيُستعمل خط النظام"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"إذا ضبط لصحيح، فستستعمل الأدوات الخارجية خط المكتب العام القياسي إذا كان "
+"ثابت العرض (وأقرب خط يمكن أن تأتي به في أي حالة أخرى)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "اسم خط بانجو. \"Sans 12\" أو \"Monospace Bold 14\" مثلا."
+
+#: ../plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools..."
+msgstr "أدر الأ_دوات الخارجية..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "الأدوات ال_خارجية"
+
+#: ../plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "تعذّر تنفيذ الأمر: %s"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "يجب عليك أن تكون داخل كلمة لتشغيل هذا الأمر"
+
+#: ../plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "الأداة المشغلة:"
+
+#: ../plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "تم."
+
+#: ../plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "خرج"
+
+#: ../plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "كل اللغات"
+
+#: ../plugins/externaltools/tools/manager.py:429
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:772
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "كل اللغات"
+
+#: ../plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "أداة جديدة"
+
+#: ../plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "هذا الاختصار مخصص من قبل ل %s"
+
+#: ../plugins/externaltools/tools/manager.py:727
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "اكتب اختصارا جديدا، أو أنقر Backspace للمسح"
+
+#: ../plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator"
+msgstr "اكتب اختصارا جديدا"
+
+#: ../plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "أُوقِف."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "أوقف الأداة"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "متاح دائما"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "كل المستندات"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "كل المستندات إلا غير المعنونة"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "الملفات المحلية فقط"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "الملفات عن بعد فقط"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "المستندات غير المعنونة فقط"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "المستند الحالي"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "التحديد الحالي"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "التحديد الحالي (المستند المبدئي)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "السطر الحالي"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "الكلمة الحالية"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "اعرض في اللوح السفلي"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "أنشئ مستندا جديدا"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "ألحق بالمستند الحالي"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "استبدل المستند الحالي"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "استبدل التحديد الحالي"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "أدرج في موقع المؤشّر"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "أدر الأدوات الخارجية"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "أضف أداة جديدة"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "أضف أداة"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "أزِل الأداة المختارة"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "أزِل الأداة"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "اعكس الأداة"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "اعكس الأداة"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "_مفتاح الاختصار:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "ا_حفظ:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "ال_دخْل:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "الخ_رْج:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "قابلية الت_طبيق:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "خرْج الأداة"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "لوحة متصفح الملفات"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "وصول سهل للملفات من اللوحة الجانبية"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "المنزل"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "نظام الملفات"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "متصفح الملفات"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "حدث خطأ أثناء إنشاء دليل جديد"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "حدث خطأ أثناء إنشاء ملف جديد"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "حدث خطأ أثناء تغيير اسم دليل أو ملف"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "حدث خطأ أثناء حذف دليل أو ملف"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "حدث خطأ أثناء فتح دليل في مدير الملفات"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "حدث خطأ أثناء تحديد الدليل الجذر"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "حدث خطأ أثناء تحميل دليل"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "حدث خطأ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"لا يمكن نقل الملف إلى المهملات،\n"
+"أتريد حذفه نهائيا؟"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "لا يمكن نقل الملف \"%s\" إلى سلة المهملات."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "لا يمكن نقل الملف المختار إلى المهملات."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "أمتأكّدٌ أنّك تريد حذف \"%s\" نهائيا؟"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "أمتأكّدٌ أنّك تريد حذف الملفات المختارة نهائيا؟"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "سيضيع كل عنصر تحذفه نهائيا."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(فارغ)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"الملف المغيّر اسمه لا يظهر حاليا بسبب الترشيح. يجب تغيير إعدادات الترشيح "
+"لإظهار الملف"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "ملف دون اسم"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "الملف الجديد يتم ترشيحه حاليا. يجب تغيير إعدادات الترشيح لإظهار الملف"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "مجلد دون اسم"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"المجلد الجديد لا يظهر حاليا بسبب الترشيح. يجب تغيير إعدادات الترشيح لإظهار "
+"الملف"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "العلامات"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "لا يوجد كائن وصل للقرص الموصول: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "تعذّر فتح الوسيط: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "تعذّر وصل القرص: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "حدث خطأ أثناء تحميل '%s': لا مجلد بهذا الاسم"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "افتح بنمط عرض الشجرة"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "افتح مظهر الشجرة عند تحميل ملحق متصفح الملفات عوضا عن مظهر العلامات"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "الدليل الجذري لمتصفح الملفات "
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"دليل الجذر لمتصفح الملفات الذي سيُستعمل عند تحميل ملحق متصفح الملفات و onload/"
+"tree_view محدد بـ TRUE."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "دليل الجذر المبدئي لمتصفح الملفات"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"دليل الجذر المبدئي لمتصفح الملفات الذي سيُستعمل عند تحميل ملحق متصفح الملفات "
+"و onload/tree_view محدد بـ TRUE. يجب أن يكون الجذر المبدئي دائما تحت الجذر "
+"الحقيقي."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "فعّل استرجاع الأمكنة البعيدة"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "يحدّد ما إذا يتم تفعيل استعادة الأماكن البعيدة."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "حدّد مكان المستند الأول"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"إذا كان صحيح سيظهر ملحق المتصفح الدليل المحتوي على المستند الأول على الرغم "
+"من عدم استعمال متصفح الملفات مسبقا. (لذا فإن هذا ينطبق غالبا على فتح مستند "
+"من سطر الأوامر أو باستخدام ناوتلس، إلخ.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "نمط الترشيح لمتصفح الملفات"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"تحدد هذه القيمة الملفات التي يتم ترشيحها من متصفح الملفات. القيم الشرعية هي: "
+"none (لا شيء)، hide-hidden (الملفات المخفية)، hide-binary (الملفات الثنائية)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "نموذج الترشيح لمتصفح الملفات"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr "نموذج المرشّح لترشيح متصفح الملفات. يعمل هذا الملف فوق filter_mode."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "الأنماط الثنائية لمتصفح الملفات"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "الأنماط التكميلية الذي سيُستعمل عند ترشيح الملفات الثنائية."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "اج_عل المستند النشِط الجذر"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "مجلّد جديد"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "م_لف جديد"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "_غيّر الاسم..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "ان_قل إلى المهملات"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "ج_دّد المظهر"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "ا_عرض المجلد"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "ا_فتح في طرفية"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_مرشّح"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "أظهر ال_مخفي"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "أظهر الملفات ال_ثنائية"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "طابِق اسم الملف"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "التأريخ"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "افتح قائمة التأريخ"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "سطور نمطية"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "دعم السطور النمطية من نوع Vim و Kate و Emacs لمحرر النصوص"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "لون نص الأمر"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "نص لون الأمر"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "لون نص الخطأ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "نص لون الخطأ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"إذا ضبط لصحيح، فستستعمل الطرفيّة خط المكتب العام القياسي إذا كان ثابت العرض "
+"(وأقرب خط يمكن أن تأتي به في أي حالة أخرى)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "لون الأ_مر:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "لون ال_خطأ:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:60
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "كونسول بيثون"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "معراض بيثون تفاعلي قائم في اللوحة السفلية"
+
+#: ../plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open..."
+msgstr "فتح سريع..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "فتح سريع"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "يفتح الملفات بسرعة"
+
+#: ../plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search..."
+msgstr "اكتب لتبحث..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets..."
+msgstr "أدر ال_قصاصات..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:64
+#: ../plugins/snippets/snippets/document.py:153
+#: ../plugins/snippets/snippets/document.py:667
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "قصاصات"
+
+#: ../plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "تعذّر إنشاء الأرشيف \"%s\""
+
+#: ../plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "الدليل الهدف \"%s\" غير موجود"
+
+#: ../plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "مسار الهدف \"%s\" ليس صحيحا"
+
+#: ../plugins/snippets/snippets/importer.py:55
+#: ../plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "الملف \"%s\" غير موجود"
+
+#: ../plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "الملف \"%s\" ليس ملف قصاصات سليم"
+
+#: ../plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "الملف المستورد \"%s\" ليس ملف قصاصات سليم"
+
+#: ../plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "تعذر فك ضغط الملف \"%s\""
+
+#: ../plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "تعذّر استيراد الملفات: %s"
+
+#: ../plugins/snippets/snippets/importer.py:119
+#: ../plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "الملف \"%s\" ليس محفوظة قصاصات سليمة."
+
+#: ../plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "محفظة القصاصات"
+
+#: ../plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet..."
+msgstr "أضِف قصاصة جديدة..."
+
+#: ../plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "شامل"
+
+#: ../plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "اعكس القصاصة المختارة"
+
+#: ../plugins/snippets/snippets/manager.py:417
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "احذف القصاصات المختارة"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"هذا ليس مولد تبويبات سليم. لا يمكن للمولدات إلا أن تحوي حروفا أو رمزا منفردا "
+"غير أبجدي عددي، مثل } و ] إلخ."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:677
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "كلمة مفردة تستعمل لتنشيط القصاصة بعد ضغط زر tab"
+
+#: ../plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "حدثت هذه الأخطاء أثناء الاستيراد: %s"
+
+#: ../plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "تم الاستيراد بنجاح"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "استورد قصاصات"
+
+#: ../plugins/snippets/snippets/manager.py:792
+#: ../plugins/snippets/snippets/manager.py:878
+#: ../plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "كل أنواع الأرشيفات المدعومة"
+
+#: ../plugins/snippets/snippets/manager.py:793
+#: ../plugins/snippets/snippets/manager.py:879
+#: ../plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "أرشيف مضغوط ب‍ Gzip"
+
+#: ../plugins/snippets/snippets/manager.py:794
+#: ../plugins/snippets/snippets/manager.py:880
+#: ../plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "أرشيف مضغوط ب‍ Bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "ملف قصاصات وحيد"
+
+#: ../plugins/snippets/snippets/manager.py:796
+#: ../plugins/snippets/snippets/manager.py:882
+#: ../plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "جميع الملفات "
+
+#: ../plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "حدثت هذه الأخطاء عند تصدير الملفات: %s"
+
+#: ../plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "تمّ التصدير بنجاح"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:852
+#: ../plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "هل تريد ضم قصاصات <b>النظام</b> للتصدير؟"
+
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "لم تحدد أية قصاصة للقيام بتصديرها"
+
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "صدر القصاصات"
+
+#: ../plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "اكتب اختصارا جديدا، أو انقر Backspace للمسح"
+
+#: ../plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "اكتب اختصارا جديدا"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "تنفيذ أمر بيثون (%s) تعدّى الوقت الأقصى. أُحبط التنفيذ."
+
+#: ../plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "فشل تنفيذ أمر بيثون (%s)‏ : %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "أدرج مقاطع نصية شائعة الاستخدام بسرعة"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "أدر القصاصات"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "أنشئ قصاصة جديدة..."
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "أضف قصاصة"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "أزِل قصاصة"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "استورد قصاصات"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "صدّر القصاصات المختارة"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "صدر القصاصات"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "تنشيط"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "مولد ت_بويبات:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "مفتاح الا_ختصار:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "مفتاح الاختصار المستعمل لتنشيط القصاصة"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "وجهات الإ_فلات:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort..."
+msgstr "ر_تب..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "رتّب"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "اق_لب الترتيب"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "اح_ذف التكرار"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "_حسسا لحالة الأحرف"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "اب_دأ عند العمود:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "_رتّب"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "رتّب مستند أو النص المحدد."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling..."
+msgstr "_دقق الإملاء..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language..."
+msgstr "حدّد الل_غة..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "أبرز الأ_خطاء الإملائية"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "المدقق إملائي"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "يدقق إملاء المستند الحالي."
+
+#: ../plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time..."
+msgstr "أد_رج التاريخ والوقت..."
+
+#: ../plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "التنسيقات المتوفّرة"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "نوع السؤال"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"إذا كان ينبغي على المُستخدم أن يُسأل عن التنسيق أو يتم استخدام التنسيق المُختار "
+"أو المُخصّص مباشرة."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "التنسيق المختار"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "التنسيق المختار المستخدم عند إدراج التاريخ/الوقت."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "تنسيق مخصّص"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "التنسيق المخصّص المستخدم عند إدراج التاريخ/الوقت."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "أدرج التاريخ والوقت"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "استعمل التنسيق المخ_تار"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "اس_تعمل تنسيقا مخصّصا"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "أ_درج"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "اضبط ملحق التاريخ/الوقت"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "عند إدراج التاريخ/الوقت..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "ا_سأل عن التنسيق"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "أدرج التاريخ/الوقت"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "لإدراج التاريخ والوقت الحاليين عند موقع المؤشر."
+
+#~ msgid "_Ignore"
+#~ msgstr "_تجاهل"
+
+#~ msgid "Open a New Window"
+#~ msgstr "افتح نافذة جديدة"
+
+#~ msgid "Open a New Document"
+#~ msgstr "افتح مستندا جديدا"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "عيّن حجم وموضع للنافذة (WIDTHxHEIGHT+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "الأبعاد"
+
+#~ msgid "Question"
+#~ msgstr "سؤال"
+
+#~ msgid "Help"
+#~ msgstr "مساعدة"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(لا كلمات مقترحة)"
+
+#~ msgid "_More..."
+#~ msgstr "أ_كثر..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "ت_جاهل الكل"
+
+#~ msgid "_Add"
+#~ msgstr "أ_ضف"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "ا_قتراحات الإملاء..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "عطل أثناء التدقيق الإملائي لكلمة ”%s“:‏ %s"
+
+#~ msgid "Error:"
+#~ msgstr "عطل:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "تمّ التدقيق الإملائي"
+
+#~ msgid "No misspelled words"
+#~ msgstr "لا كلمات خطأ إملائيا"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(إملاء سليم)"
+
+#~ msgid "Suggestions"
+#~ msgstr "الاقتراحات"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "‏%s‏ (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "مجهولة (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "المبدئية"
+
+#~ msgid "Set Language"
+#~ msgstr "حدّد اللغة"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "اختر ل_غة المستند الحالي."
+
+#~ msgid "Check Spelling"
+#~ msgstr "دقق الإملاء"
+
+#~ msgid "Misspelled word:"
+#~ msgstr "كلمة خطأ إملائيا:"
+
+#~ msgid "word"
+#~ msgstr "كلمة"
+
+#~ msgid "Change _to:"
+#~ msgstr "غيّر إ_لى:"
+
+#~ msgid "Check _Word"
+#~ msgstr "دقق الك_لمة"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "ا_قتراحات:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "تجاهل الك_ل"
+
+#~ msgid "Cha_nge"
+#~ msgstr "_غيّر"
+
+#~ msgid "Change A_ll"
+#~ msgstr "غيّر الك_ل"
+
+#~ msgid "User dictionary:"
+#~ msgstr "قاموس المستخدم:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "أضِف _كلمة"
+
+#~ msgid "RO"
+#~ msgstr "قراءة فقط"
+
+#~ msgid "_Ignore case"
+#~ msgstr "تج_اهل الحالة"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "لا يمكنك التراجع عن عملية ترتيب"
+
+#~ msgid "_OK"
+#~ msgstr "_موافق"
+
+#~ msgid "Set language"
+#~ msgstr "حدّد اللغة"
+
+#~ msgid "Languages"
+#~ msgstr "اللغات"
+
+#~ msgid "The document is empty."
+#~ msgstr "المستند فارغ."
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'WINDOWS-1256', 'UTF-16', 'ISO-8859-6']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "ترميزات مكتشفة آليا"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "قائمة مرتّبة بالترميزات المستعملة من قبل محرر النصوص للكشف الآلي لترميز "
+#~ "الملف. \"CURRENT\" هو ترميز المحلّية الحالي. لا يستخدم إلا الترميزات "
+#~ "المتعرّف عليها."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['UTF-16', 'WINDOWS-1256', 'ISO-8859-6']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "الترميزات المعروضة في القائمة"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "قائمة الترميزات المعروضة في قائمة ترميزات المحارف في منتقي فتح/غلق "
+#~ "للملفات. لا تستخدم إلا الترميزات المعروفة."
+
+#~ msgid "Character encodings"
+#~ msgstr "ترميزات المحارف"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "الترميزات المعروضة في القائمة:"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "ما إذا وجب لمحرر النصوص إنشاء نسخ إحتياطيّة للملفات التي يحفظها.يمكنك "
+#~ "تحديد امتداد الملف الإحتياطي بخيار \"Backup Copy Extension\"."
+
+#~ msgid "About gedit"
+#~ msgstr "_عنْ ج‌إدِت"
+
+#~ msgid "Unicode"
+#~ msgstr "يونيكود"
+
+#~ msgid "Western"
+#~ msgstr "غربي"
+
+#~ msgid "Central European"
+#~ msgstr "وسط أوروبي"
+
+#~ msgid "South European"
+#~ msgstr "جنوب أوروبي"
+
+#~ msgid "Baltic"
+#~ msgstr "بلطيقي"
+
+#~ msgid "Cyrillic"
+#~ msgstr "سريلي"
+
+#~ msgid "Arabic"
+#~ msgstr "عربي"
+
+#~ msgid "Greek"
+#~ msgstr "يوناني"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "عبري مرئي"
+
+#~ msgid "Turkish"
+#~ msgstr "تركي"
+
+#~ msgid "Nordic"
+#~ msgstr "شمالي"
+
+#~ msgid "Celtic"
+#~ msgstr "كلتي"
+
+#~ msgid "Romanian"
+#~ msgstr "روماني"
+
+#~ msgid "Armenian"
+#~ msgstr "أرميني"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "صيني تقليدي"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "سريلي/روسي"
+
+#~ msgid "Japanese"
+#~ msgstr "ياباني"
+
+#~ msgid "Korean"
+#~ msgstr "كوري"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "صيني مبسّط"
+
+#~ msgid "Georgian"
+#~ msgstr "جورجي"
+
+#~ msgid "Hebrew"
+#~ msgstr "عبري"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "سريلي/أكراني"
+
+#~ msgid "Vietnamese"
+#~ msgstr "فيتنامي"
+
+#~ msgid "Thai"
+#~ msgstr "تايلندي"
+
+#~ msgid "Unknown"
+#~ msgstr "مجهول"
+
+#~ msgid "The file is too big."
+#~ msgstr "الملف كبير جدا."
+
+#~ msgid "_Next Page"
+#~ msgstr "الصفحة ال_تالية"
+
+#~ msgid "Replace"
+#~ msgstr "استبدل"
+
+#~ msgid "_Search for: "
+#~ msgstr "ا_بحث عن:"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "يونيكود (UTF-8)"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "افتح ملفا استخدم مؤخرا"
+
+#~ msgid "Recent files"
+#~ msgstr "الملفّات الحديثة"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "مزود بيانات Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "يسجِّل أحداث الوصول والترك للمستندات المفتوحة في محرر نصوص جنوم"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "حد تراجع الأفعال (مهجور)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "عدد العمليات الأقصى التي سيتمكّن محرر النصوص من التراجع فيها أو إعادتها . "
+#~ "استعمل \"-1\" لعدد غير محدود من الأفعال. مهجور منذ 2.12.0"
+
+#~ msgid "Show the application's help"
+#~ msgstr "أظهر مساعدة التطبيق"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- حرّر الملفات النصية"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "نفّذ '%s --help' لتحصل على قائمة كاملة بخيارات سطر الأوامر المتاحة.\n"
+
+#~ msgid "Open Files"
+#~ msgstr "افتح الملفّات"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "لا يمكن الوصول إلى موقع الملف لأنه غير موصول."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "فتح محرر النصوص سيرورة الملف هذه بشكل غير قابل للتحرير. هل تريد أن تحرره "
+#~ "على أي حال؟"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "أتريد إلغاء تعديلاتك وإعادة تحميل الملف؟"
+
+#~ msgid "Save _As..."
+#~ msgstr "احفظ با_سم..."
+
+#~ msgid "_Print..."
+#~ msgstr "ا_طبع..."
+
+#~ msgid "Empty"
+#~ msgstr "فارغ"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "تفضيلات محرر النصوص"
+
+#~ msgid "Replace All"
+#~ msgstr "استبدّل الكل"
+
+#~ msgid "_Open..."
+#~ msgstr "ا_فتح..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "التفض_يلات"
+
+#~ msgid "Configure the application"
+#~ msgstr "اضبط التطبيق"
+
+#~ msgid "_Contents"
+#~ msgstr "الم_حتويات"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "استرجع النسخة محفوظة من الملف"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "م_عاينة الطباعة"
+
+#~ msgid "Print preview"
+#~ msgstr "معاينة الطباعة"
+
+#~ msgid "Undo the last action"
+#~ msgstr "تراجع عن الفعل الأخير"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "أعِد آخر عملية متراجع عنها"
+
+#~ msgid "Cut the selection"
+#~ msgstr "قص الاختيار"
+
+#~ msgid "Copy the selection"
+#~ msgstr "انسخ الاختيار"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "احذف النصّ المحدد"
+
+#~ msgid "_Find..."
+#~ msgstr "ا_بحث..."
+
+#~ msgid "Search for text"
+#~ msgstr "ابحث عن نص"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "ابحث للأمام عن نفس النص"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "ابحث للخلف عن نفس النص"
+
+#~ msgid "_Replace..."
+#~ msgstr "ا_ستبدل..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "ابحث واستبدل نص"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "امسح إبراز موافقات البحث"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "اذهب إلى سطر معيّن"
+
+#~ msgid "Save all open files"
+#~ msgstr "احفظ جميع الملفات المفتوحة"
+
+#~ msgid "Close all open files"
+#~ msgstr "أغلق جميع الملفات المفتوحة"
+
+#~ msgid "Activate previous document"
+#~ msgstr "نشّط المستند السابق"
+
+#~ msgid "Activate next document"
+#~ msgstr "نشّط المستند التالي"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "انقل المستند الحالي إلى نافذة جديدة"
+
+#~ msgid "Close the current file"
+#~ msgstr "أغلق الملف الحالي"
+
+#~ msgid "Quit the program"
+#~ msgstr "اخرج من البرنامج"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_شريط الأدوات"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "أظهر أو اخف شريط الأدوات في النافذة الحالية "
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "أظهر أو اخف شريط الحالة في النافذة الحالية"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "حرّر الملفات بملء الشاشة"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "أظهر أو اخف اللوحة الجانبية في النافذة الحالية "
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "أظهر أو اخف اللوحة السفلية في النافذة الحالية "
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "عطّل إبراز الصيغة"
+
+#~ msgid "Open '%s'"
+#~ msgstr "افتح '%s'"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "نشّط '%s'"
+
+#~ msgid "Change Case"
+#~ msgstr "غيّر الحالة"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "يغيّر حالة النص المحدد."
+
+#~ msgid "C_hange Case"
+#~ msgstr "غ_يّر الحالة"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "كل الأحرف _كبيرة"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "كل الأحرف _صغيرة"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "اعكس حالة النّص المحدد"
+
+#~ msgid "_Title Case"
+#~ msgstr "حالة ال_عنوان"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "كبّر أوّل حرف من كلّ كلمةٍ محددة"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "كوّن معلومات إحصائية عن المستند الحالي"
+
+#~ msgid "_Update"
+#~ msgstr "_حدّث"
+
+#~ msgid "File Name"
+#~ msgstr "اسم الملف"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "يفتح مدير الأدوات الخارجية"
+
+#~ msgid "External tools"
+#~ msgstr "الأدوات الخارجية"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "حدد جذر موقع المستند النشِط"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "افتح طرفية عند الدليل المفتوح حاليا"
+
+#~ msgid "file"
+#~ msgstr "ملفّ"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "انقل الملف أو الدليل المختار إلى سلة المهملات"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "احذف الملف أو المجلد المختار"
+
+#~ msgid "Up"
+#~ msgstr "أعلى"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "افتح المجلد الأب"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "أضف مجلّدا جديدا فارغا"
+
+#~ msgid "Add new empty file"
+#~ msgstr "أضف ملفا جديدا فارغا"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "غيّر اسم الملف أو المجلد المختار"
+
+#~ msgid "_Previous Location"
+#~ msgstr "الموقع ال_سابق"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "اذهب إلى الموقع المزار سابقا"
+
+#~ msgid "_Next Location"
+#~ msgstr "الموقع التالي"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "اذهب إلى الموقع المزار تاليًا"
+
+#~ msgid "Refresh the view"
+#~ msgstr "جدّد المظهر"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "اعرض المجلد في مدير الملفات"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "أظهر الملفّات والمجلّدات المخفية"
+
+#~ msgid "Show binary files"
+#~ msgstr "أظهر الملفات ال_ثنائية"
+
+#~ msgid "Quick open"
+#~ msgstr "فتح سريع"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "يفتح المستندات بسرعة"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_قصاصات:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "أدر القصاصات"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "رتّب المستند أو التحديد الحالي"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "دقق إملاء المستند الحالي"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "حدّد لغة المستند الحالي"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "دقق الإملاء آليًا في المستند الحالي"
+
+#~ msgid "Language:"
+#~ msgstr "اللغة:"
+
+#~ msgid "Language"
+#~ msgstr "اللغة"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "أدرج التاريخ والوقت الحالي عند موقع المؤشر"
+
+#~ msgid "Text;"
+#~ msgstr "نص;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "اخرج _دون حفظ"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "شغّل محرر النصوص في الخلفية"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "قائمة مخططات VFS المدعومة من قبل محرر النصوص في نمط الكتابة. مخطط الملف "
+#~ "قابل للكتابة افتراضيا."
+
+#~ msgid "_Add..."
+#~ msgstr "أ_ضف..."
+
+#~ msgid "External Tools Manager"
+#~ msgstr "مدير الأدوات الخارجية"
+
+#~ msgid "Previous location"
+#~ msgstr "الموقع السابق"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "اذهب إلى الموقع المفتوح سابقًا"
+
+#~ msgid "Next location"
+#~ msgstr "الموقع التالي"
+
+#~ msgid "Go to next location"
+#~ msgstr "اذهب إلى الموقع التالي"
diff --git a/po/as.po b/po/as.po
new file mode 100644
index 0000000..e3be519
--- /dev/null
+++ b/po/as.po
@@ -0,0 +1,5503 @@
+# translation of as.po to Assamese
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Amitakhya Phukan <aphukan@redhat.com>, 2008.
+# Amitakhya Phukan <amitakhya@svn.gnome.org>, 2008.
+# Amitakhya Phukan <aphukan@fedoraproject.org>, 2009.
+# Nilamdyuti Goswami <ngoswami@redhat.com>, 2011, 2012, 2013, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: as\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-09-06 08:22+0000\n"
+"PO-Revision-Date: 2014-09-06 18:01+0530\n"
+"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
+"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
+"Language: as\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1)\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit হল GNOME ডেস্কটপ পৰিৱেশৰ অনুমোদিত লিখনি সম্পাদক। gedit সাধাৰণ ব্যৱহাৰৰ "
+"বাবে এটা শক্তিশালী লিখনি সম্পাদক যাৰ লক্ষ্য সৰলতা আৰু সহজ ব্যৱহাৰ।"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"যদি আপুনি পৰৱৰ্তী জনপ্ৰিয় কিতাপ লিখি আছে, এটা উদ্ভাৱনমূলক এপ্লিকেচন প্ৰগ্ৰাম "
+"কৰি "
+"আছে, অথবা সাধাৰণভাৱে কিছুমান দ্ৰুত টোকা লৈ আছে, gedit আপোনাৰ কাৰ্য্য কৰিবলৈ "
+"এটা "
+"ভৰষাবান সঁজুলি হব।"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"ইয়াৰ স্থিতিস্থাপক প্লাগিন চিস্টেমে আপোনাৰ প্ৰয়োজন সাপেক্ষে এপ্লিকেচনক "
+"পৰিবৰ্তন কৰি "
+"আপোনাৰ কাৰ্য্যপ্ৰক্ৰিয়ালৈ সংগত কৰাৰ অনুমতি দিয়ে।"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:774
+msgid "Text Editor"
+msgstr "লিখনি সম্পাদক"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "লিখনি ফাইল সম্পাদনা"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit লিখনি সম্পাদক"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "Text;Editor;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "এটা নতুন উইন্ডো খোলক"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "এটা নতুন দস্তাবেজ খোলক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "অবিকল্পিত আখৰ ব্যৱহাৰ কৰা হ'ব"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"লিখনি সম্পাদনাৰ কামত gedit ৰ বাবে সুনিশ্চিত কোনো আখৰৰ পৰিবৰ্তে চিস্টেমৰ "
+"অবিকল্পিত "
+"আখৰ ব্যৱহাৰ কৰা হ'ব নে নহয়। এই বিকল্পটো নিষ্ক্ৰিয় কৰা হ'লে চিস্টেম আখৰৰ "
+"পৰিবৰ্তে "
+"\"সম্পাদকত ব্যৱহৃত আখৰ\" বিকল্পত চিহ্নিত আখৰ ব্যৱহৃত হ'ব ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "সম্পাদকৰ ফণ্ট"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "ধৰণৰ শৈলী"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "লিখনিত ৰঙ দিবলৈ ব্যৱহাৰ কৰা এটা GtkSourceView Style Scheme ৰ ID।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "বেকআপ কপি সৃষ্টি কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "gedit এ ই সৃষ্টি কৰা ফাইলসমূহৰ বাবে বেকআপ কপিসমূহ সৃষ্টি কৰিব লাগে নে।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "স্বসংৰক্ষণ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"নিৰ্দিষ্ট সময়ৰ অন্তৰালত gedit ৰ দ্বাৰা স্বচালিতভাবে পৰিবৰ্তিত ফাইল সংৰক্ষণ "
+"কৰা হ'ব "
+"নে নহয়। \"স্বচালিত সংৰক্ষণৰ অন্তৰাল\" বিকল্পৰ সহায়ত আপুনি সময়ৰ ব্যৱধান "
+"নিৰ্ধাৰণ "
+"কৰিব পাৰিব।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "অন্তৰাল স্বসংৰক্ষণ কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"পৰিবৰ্ত্তিত ফাইল যি সংখ্যক মিনিটৰ পিছত gedit ৰ দ্বাৰা স্বচালিতভাবে সংৰক্ষিত "
+"হ'ব। "
+"এইটো কাৰ্যকৰি কৰাৰ বাবে \"স্বসংৰক্ষণ\" বিকল্পটো সক্ৰিয় অৱস্থাত আৱশ্যক।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "বাতিলৰ আগত সম্পন্ন কৰ্মৰ সৰ্বাধিক সংখ্যা"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"gedit ৰ দ্বাৰা সৰ্বাধিক যি সংখ্যক কৰ্ম বাতিল বা পুনঃ কৰা সম্ভৱ হ'ব। অসীমিত "
+"কৰ্ম "
+"বাতিল কৰাৰ উদ্দেশ্যি \"-1\" মান প্ৰয়োগ কৰক।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "শাৰী বিভাজন ধৰণ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"সম্পাদন উইন্ডোত দীঘল শাৰী কি পদ্ধতিত বিভক্ত কৰা হ'ব সেইটো নিৰ্ধাৰণ কৰে। "
+"বিভাজন "
+"নকৰিলে \"none\" ব্যৱহাৰ কৰক, শব্দৰ শেষত বিভাজন কৰোঁতে \"word\" আৰু আখৰৰ "
+"প্ৰান্ত "
+"বিভাজন কৰোঁতে \"char\" ব্যৱহাৰ কৰক। উল্লেখ্য এই মানসমূহ ফলা সংবেদ্য, এই কাৰণে "
+"উল্লিখিত বিৱৰণ অনুযায়ী মান লিখা উচিত।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "শাৰী মেৰিওৱা অৱস্থাৰ বাবে সৰ্বশেষ বিভাজন অৱস্থা পছন্দ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"শাৰী মেৰিওৱা অৱস্থাৰ সৈতে ব্যৱহৃত সৰ্বশেষ বিভাজন অৱস্থা ধাৰ্য্য কৰে, যাতে "
+"মেৰিওৱা "
+"অৱস্থা বন্ধ থাকোতেও আমি বিভাজন অৱস্থা পছন্দ মনত ৰাখো। শব্দৰ সীমাত মেৰিৱাবলে "
+"\"word"
+"\" ব্যৱহাৰ কৰক, সূকীয়া আখৰ সীমাসমূহত মেৰিৱাবলে \"char\" ব্যৱহাৰ কৰক।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "টেবৰ আকাৰ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "টেব আখৰৰ পৰিবৰ্তে যি সংখ্যক শূণ্যস্থান ব্যৱহৃত হ'ব সেইটো উল্লেখ কৰি।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "শূণ্যস্থান সুমুৱাওক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "টেবৰ পৰিবৰ্তে gedit ৰ দ্বাৰা শূণ্যস্থান সুমুৱাওক নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "স্বচালিত প্ৰান্ত নিৰ্ধাৰণ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr ""
+"gedit ৰ দ্বাৰা স্বচালিত প্ৰান্ত নিৰ্ধাৰণ ব্যৱস্থা সক্ৰিয় কৰা হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "শাৰী সংখ্যা প্ৰদৰ্শন কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "সম্পাদনাৰ স্থানত gedit ৰ দ্বাৰা শাৰী সংখ্যা প্ৰদৰ্শিত হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "বৰ্তমানৰ শাৰী উজ্জ্বল কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "gedit ৰ দ্বাৰা বৰ্তমান শাৰী উজ্জ্বল কৰা হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "অনুৰূপ ব্ৰেকেট উজ্জ্বল কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "gedit ৰ দ্বাৰা অনুৰূপ ব্ৰেকেট উজ্জ্বল কৰা হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "সোঁ সীমা দেখাওক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "সম্পাদন উইন্ডোত gedit ৰ দ্বাৰা সোঁ ফালৰ প্ৰান্ত প্ৰদৰ্শিত হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "সোঁ ফালৰ অৱস্থান"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "সোঁ ফালৰ অৱস্থান ধাৰ্য্য কৰে।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "স্মাৰ্ট ঘৰ অন্ত"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 ""
+"HOME আৰু END কি টিপোতে কাৰ্ছাৰ কেনেকৈ গমন কৰিব তাকে ধাৰ্য্য কৰে। শাৰীৰ "
+"আৰম্ভণি/"
+"অন্তলৈ সদায়ে যাবলৈ \"DISABLED\" ব্যৱহাৰ কৰক, \"AFTER\" প্ৰথম বাৰ কি টিপিলে "
+"শাৰীৰ আৰম্ভণি/অন্তলৈ যাবলৈ আৰু দ্বিতীয় বাৰ কি টিপিলে ৰিক্তস্থান আওকাণ কৰি "
+"লিখনিৰ "
+"আৰম্ভণি/অন্তলৈ যাবলৈ, \"BEFORE\" শাৰীৰ আৰম্ভণি/অন্তলৈ যোৱাৰ আগতে লিখনিৰ "
+"আৰম্ভণি/"
+"অন্তলৈ যাবলৈ আৰু \"ALWAYS\" শাৰীৰ আৰম্ভণি/অন্তলৈ যোৱাৰ আগতে সদায়ে লিখনিৰ "
+"আৰম্ভণি/"
+"অন্তলৈ যাবলৈ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "কাৰ্ছাৰক আগৰ অৱস্থাত পুনঃস্থাপন কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"ফাইল ল'ড কৰা হ'লে gedit দ্বাৰা পূৰ্ববৰ্তী কাৰ্ছাৰৰ অৱস্থালৈ অক্ষুন্ন ৰখা হ'ব "
+"নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "বাক্যবিন্যাসৰ উজ্জ্বলকৰণ সক্ৰিয় কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+"gedit ৰ দ্বাৰা বাক্যবিন্যাসৰ বিভিন্ন অংশ পৃথকৰূপে প্ৰদৰ্শিত হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "সন্ধানৰ সময়ত আখৰৰ উজ্জ্বলকৰণ সক্ৰিয় কৰা হ'ব"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "সন্ধান কৰা লিখনিৰ উপস্থিতি gedit দ্বাৰা উজ্জ্বল কৰা হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "অনুকৰণ কৰা নতুন শাৰী সুনিশ্চিত কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"দস্তাবেজসমূহ সদায় এটা অনুকৰণ কৰা নতুন শাৰীৰ সৈতে শেষ হবনে gedit এ সেয়া "
+"সুনিশ্চিত "
+"কৰিব নে।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "টুল-বাৰ প্ৰদৰ্শন কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "সম্পাদন উইন্ডোৰ উইন্ডোত টুল-বাৰ প্ৰদৰ্শিত হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "বহীয়ে টেব অৱস্থা দেখুৱায়"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"বহী টেবসমূহ কেতিয়া দেখুৱা হব সেইটো নিৰ্ধাৰণ কৰে। টেব কেতিয়াও নেদেখুৱাবহলে "
+"\"never"
+"\" ব্যৱহাৰ কৰক, টেব সদায় দেখুৱাব হলে \"always\" আৰু যেতিয়া এটাতকৈ বেছি টেব "
+"থাকে "
+"তেতিয়া \"auto\" ব্যৱহাৰ কৰক। উল্লেখ্য এই মানসমূহ ফলা-সংবেদ্য, এই কাৰণে "
+"উল্লিখিত "
+"বিৱৰণ অনুযায়ী মান লিখা উচিত।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "অৱস্থাবাৰ দৃশ্যমান"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "সম্পাদন উইন্ডোৰ উইন্ডোৰ তলত অৱস্থাবাৰ প্ৰদৰ্শিত হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "কাষৰ পেন দৃশ্যমান"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "সম্পাদন উইন্ডোৰ বাওঁ ফালে কাষৰ পেইন প্ৰদৰ্শিত হ'ব নে নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "শেহতীয়া ফাইলৰ সৰ্বাধিক সংখ্যা"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"\"শেহতীয়া ফাইল\" উপমেনুত শেহতীয়া সৰ্বাধিক যি সংখ্যক ফাইল প্ৰদৰ্শিত হ'ব সেইটো "
+"ধাৰ্য্য কৰে।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "বাক্যবিন্যাসৰ উজ্জ্বলকৰণ প্ৰিণ্ট কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"দস্তাবেজ প্ৰিণ্ট কৰাৰ সময় gedit ৰ দ্বাৰা বাক্যবিন্যাসৰ পৃথক বিন্যাস প্ৰিণ্ট "
+"কৰা হ'ব নে "
+"নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "হেডাৰ প্ৰিণ্ট কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"দস্তাবেজ প্ৰিণ্ট কৰাৰ সময় gedit ৰ দ্বাৰা দস্তাবেজৰ হেডাৰ প্ৰিণ্ট কৰা হ'ব নে "
+"নহয়।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "শাৰী মেৰিওৱা অৱস্থাত প্ৰিণ্ট কৰা"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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 ""
+"প্ৰিণ্ট কৰাৰ সময় দীঘল শাৰী কি পদ্ধতিত মেৰিওৱা হ'ব সেইটো নিৰ্ধাৰণ কৰে। "
+"নেমেৰিয়াব "
+"হলে \"none\" ব্যৱহাৰ কৰক, শব্দৰ শেষত মেৰিৱাওতে \"word\" আৰু আখৰৰ প্ৰান্ত "
+"মেৰিৱাওতে \"char\" ব্যৱহাৰ কৰক। উল্লেখ্য এই মানসমূহ ফলা সংবেদ্য,এই কাৰণে "
+"উল্লিখিত "
+"বিৱৰণ অনুযায়ী মান লিখা উচিত।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "শাৰী সংখ্যা প্ৰিণ্ট কৰক"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"মান ০ হ'লে, প্ৰিণ্টৰ সময়ত দস্তাবেজত কোনো শাৰী সংখ্যা উল্লেখ কৰা নহব। নহ'লে, "
+"প্ৰতি "
+"শাৰীৰ বাবে gedit এ সংখ্যা প্ৰিণ্ট কৰিব।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "প্ৰিণ্টৰ সময়ত ব্যৱহৃত মূল আখৰ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "ফাইল প্ৰিণ্ট কৰাৰ সময় মূল অংশত ব্যৱহৃত আখৰ ধাৰ্য্য কৰে।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "প্ৰিণ্টৰ বাবে হেডাৰৰ আখৰ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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.gnome.gedit.gschema.xml.in.h:70
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "প্ৰিণ্টৰ সময়ত শাৰী সংখ্যাৰ বাবে ব্যৱহৃত আখৰ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 ""
+"শাৰী সংখ্যা প্ৰিণ্ট কৰোঁতে ব্যৱহৃত আখৰ ধাৰ্য্য কৰে। এইটো প্ৰয়োগ কৰাৰ বাবে "
+"\"শাৰী "
+"সংখ্যা প্ৰিণ্ট কৰক\" বিকল্পত শূণ্য নোহোৱা মান ব্যৱহাৰ কৰা আৱশ্যক।"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Automatically Detected Encodings"
+msgstr "স্বচালিতভাবে চিনাক্ত কৰা এনক'ডিং"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"ফাইলৰ এনক'ডিং স্বচালিতভাবে উদ্ধাৰ কৰোঁতে gedit ৰ দ্বাৰা ব্যৱহৃত এনক'ডিংৰ "
+"সুবিন্যস্ত "
+"তালিকা। বৰ্তমান স্থানীয় এনক'ডিং \"CURRENT\"ৰ দ্বাৰা চিহ্নিত হয়। কেৱল "
+"মানপ্ৰাপ্ত "
+"এনক'ডিং প্ৰয়োগ কৰা হয়।"
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid "Encodings shown in menu"
+msgstr "মেনুত প্ৰদৰ্শিত এনক'ডিং"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"ফাইল খোলা/সংৰক্ষণ নিৰ্বাচনৰ আখৰ এনক'ডিংৰ মেনুত দেখুৱা এনক'ডিংৰ মেনু। কেৱল "
+"পৰিচিত "
+"এনক'ডিং ব্যৱহৃত হ'ব।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid "Active plugins"
+msgstr "সক্ৰিয় প্লাগিনসমূহ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:93
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"সক্ৰিয় প্লাগিনৰ তালিকা। ইয়াত সক্ৰিয় প্লাগিনৰ \"স্থান\" আছে। কোনো নিৰ্দিষ্ট "
+"প্লাগিনৰ "
+"\"অৱস্থান\" জানিবলৈ .gedit-plugin ফাইল চাওক।"
+
+#: ../gedit/gedit-app.c:104
+msgid "Show the application's version"
+msgstr "এপ্লিকেচনৰ সংস্কৰণ দেখুৱাওক"
+
+#: ../gedit/gedit-app.c:110
+msgid "Display list of possible values for the encoding option"
+msgstr "এনক'ডিংৰ বাবে উপলব্ধ বিকল্পসমূহৰ সম্ভাব্য মানৰ তালিকা প্ৰদৰ্শন কৰক"
+
+#: ../gedit/gedit-app.c:117
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"কমান্ড শাৰীত তালিকাভুক্ত ফাইল খোলাৰ বাবে ব্যৱহৃত আখৰ এনক'ডিং নিৰ্ধাৰণ কৰক"
+
+#: ../gedit/gedit-app.c:118
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: ../gedit/gedit-app.c:124
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "বৰ্তমান চলমান gedit ৰ কোনো উদাহৰণত এটা উচ্চস্তৰৰ উইন্ডো সৃষ্টি কৰক"
+
+#: ../gedit/gedit-app.c:131
+msgid "Create a new document in an existing instance of gedit"
+msgstr "বৰ্তমান চলমান gedit ৰ কোনো উদাহৰণত এটা নতুন দস্তাবেজ সৃষ্টি কৰক"
+
+#: ../gedit/gedit-app.c:138
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "উইন্ডো (WIDTHxHEIGHT+X+Y) ৰ আকাৰ আৰু অৱস্থান সংহতি কৰক"
+
+#: ../gedit/gedit-app.c:139
+msgid "GEOMETRY"
+msgstr "জ্যামিতি"
+
+#: ../gedit/gedit-app.c:145
+msgid "Open files and block process until files are closed"
+msgstr ""
+"ফাইলসমূহ খোলক আৰু প্ৰক্ৰিয়াসমূহ অবৰোধ কৰক যেতিয়া লৈকে ফাইলসমূহ বন্ধ হৈ নাযায়"
+
+#: ../gedit/gedit-app.c:152
+msgid "Run gedit in standalone mode"
+msgstr "gedit ক স্টেন্ডএল্ন অৱস্থাত চলাওক"
+
+#: ../gedit/gedit-app.c:159
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:264
+msgid "There was an error displaying the help."
+msgstr "সহায় প্ৰদৰ্শনত এটা ত্ৰুটি হৈছিল।"
+
+#: ../gedit/gedit-app.c:917
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: অবৈধ এনক'ডিং।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "প্ৰশ্ন"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:320
+msgid "Close _without Saving"
+msgstr "সংৰক্ষণ নকৰি বন্ধ কৰক (_w)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:321
+#: ../gedit/gedit-commands-file.c:456 ../gedit/gedit-commands-file.c:585
+#: ../gedit/gedit-commands-file.c:662 ../gedit/gedit-commands-file.c:880
+#: ../gedit/gedit-commands-file.c:1330 ../gedit/gedit-io-error-info-bar.c:134
+#: ../gedit/gedit-io-error-info-bar.c:515
+#: ../gedit/gedit-io-error-info-bar.c:1191
+#: ../gedit/gedit-preferences-dialog.c:855
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "বাতিল কৰক (_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "এই ধৰণে সংৰক্ষণ কৰক (_S)…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/gedit-commands-file.c:881 ../gedit/resources/gtk/menus-osx.ui.h:6
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "সংৰক্ষণ কৰক (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:365
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"সংৰক্ষণ নকৰিলে সৰ্বশেষ %ld ছেকেণ্ডত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+msgstr[1] ""
+"সংৰক্ষণ নকৰিলে সৰ্বশেষ %ld ছেকেণ্ডত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:374
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "সংৰক্ষণ নকৰিলে যোৱা এক মিনিটত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:380
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"সংৰক্ষণ নকৰিলে যোৱা এক মিনিট আৰু %ld ছেকেণ্ডত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে "
+"হেৰাই "
+"যাব।"
+msgstr[1] ""
+"সংৰক্ষণ নকৰিলে যোৱা এক মিনিট আৰু %ld ছেকেণ্ডত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে "
+"হেৰাই "
+"যাব।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:390
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"সংৰক্ষণ নকৰিলে যোৱা %ld মিনিটত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+msgstr[1] ""
+"সংৰক্ষণ নকৰিলে যোৱা %ld মিনিটত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:405
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "সংৰক্ষণ নকৰিলে যোৱা এক ঘন্টাত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"সংৰক্ষণ নকৰিলে যোৱা এক ঘন্টা আৰু %d মিনিটত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই "
+"যাব ।"
+msgstr[1] ""
+"সংৰক্ষণ নকৰিলে যোৱা এক ঘন্টা আৰু %d মিনিটত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই "
+"যাব ।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"সংৰক্ষণ নকৰিলে যোৱা %d ঘন্টাত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+msgstr[1] ""
+"সংৰক্ষণ নকৰিলে যোৱা %d ঘন্টাত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "“%s” দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "বন্ধ কৰাৰ আগতে “%s” দস্তাবেজত কৰা পৰিবৰ্তনসমূহ সংৰক্ষণ কৰিব নে?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:490
+#: ../gedit/gedit-close-confirmation-dialog.c:651
+msgid "Saving has been disabled by the system administrator."
+msgstr "চিস্টেম প্ৰশাসক দ্বাৰা সংৰক্ষণৰ বৈশিষ্ট্য নিষ্ক্ৰিয় কৰা হৈছে।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:599
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+msgstr[1] "%d দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:607
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d দস্তাবেজত কিছু পৰিবৰ্তন কৰা হৈছে আৰু সেইটো সংৰক্ষণ কৰা নহয়। বন্ধ কৰাৰ আগত "
+"কি "
+"দস্তাবেজ সংৰক্ষণ কৰা হ'ব?"
+msgstr[1] ""
+"%d দস্তাবেজত কিছু পৰিবৰ্তন কৰা হৈছে আৰু সেইটো সংৰক্ষণ কৰা নহয়। বন্ধ কৰাৰ আগত "
+"দস্তাবেজ সংৰক্ষণ কৰা হ'ব নেকি?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:627
+msgid "Docum_ents with unsaved changes:"
+msgstr "অসংৰক্ষিত পৰিবৰ্তনসহ দস্তাবেজসমূহ (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:631
+msgid "S_elect the documents you want to save:"
+msgstr "যি দস্তাবেজসমূহ সংৰক্ষণ কৰা হ'ব সেইসমূহ নিৰ্বাচন কৰক (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:655
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "সংৰক্ষণ নকৰিলে সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-commands-file.c:256
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' ফাইল ল'ড কৰা হৈছে..."
+
+#: ../gedit/gedit-commands-file.c:265
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d ফাইল ল'ড কৰা হৈছে..."
+msgstr[1] "%d ফাইল ল'ড কৰা হৈছে..."
+
+#. Translators: "Open" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:451
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "খোলক"
+
+#: ../gedit/gedit-commands-file.c:457 ../gedit/resources/gtk/menus-osx.ui.h:3
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "খোলক (_O)"
+
+#: ../gedit/gedit-commands-file.c:576
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "\"%s\" ফাইল কেৱল পঢ়িব পৰা।"
+
+#: ../gedit/gedit-commands-file.c:581
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+"আপুনি উপস্থিত ফাইলৰ পৰিবৰ্তে নতুন ফাইলত সংৰক্ষণ কৰাৰ চেষ্টা কৰিব বিচাৰে নে ?"
+
+#: ../gedit/gedit-commands-file.c:586
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "প্ৰতিস্থাপন (_R)"
+
+#: ../gedit/gedit-commands-file.c:626
+msgid "Save the file using compression?"
+msgstr "সংকোচন ব্যৱহাৰ কৰি ফাইল সংৰক্ষণ কৰিব নে?"
+
+#: ../gedit/gedit-commands-file.c:630
+msgid "Save the file as plain text?"
+msgstr "ফাইলটোক সমতল লিখনি হিচাপে সংৰক্ষণ কৰিব নে?"
+
+#: ../gedit/gedit-commands-file.c:643
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"\"%s\" ফাইলটো পূৰ্বতে সমতল লিখনি হিচাপে সংৰক্ষণ কৰা হৈছিল আৰু এতিয়া সংকোচন "
+"ব্যৱহাৰ কৰি সংৰক্ষণ কৰা হ'ব।"
+
+#: ../gedit/gedit-commands-file.c:647
+msgid "_Save Using Compression"
+msgstr "সংকোচন ব্যৱহাৰ কৰি সংৰক্ষণ কৰক (_S)"
+
+#: ../gedit/gedit-commands-file.c:652
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"\"%s\" ফাইলটো পূৰ্বতে সংকোচন ব্যৱহাৰ কৰি সংৰক্ষণ কৰা হৈছিল আৰু এতিয়া সমতল "
+"লিখনি "
+"হিচাপে সংৰক্ষণ কৰা হ'ব।"
+
+#: ../gedit/gedit-commands-file.c:655
+msgid "_Save As Plain Text"
+msgstr "সমতল লিখনি হিচাপে সংৰক্ষণ কৰক (_S)"
+
+#: ../gedit/gedit-commands-file.c:763 ../gedit/gedit-commands-file.c:989
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s' ফাইল সংৰক্ষণ কৰা হৈছে..."
+
+#: ../gedit/gedit-commands-file.c:874
+msgid "Save As"
+msgstr "নতুন ৰূপে সংৰক্ষণ কৰক"
+
+#: ../gedit/gedit-commands-file.c:1193
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "'%s' দস্তাবেজত কৰা পৰিবৰ্তন বাতিল কৰা হৈছে…"
+
+#: ../gedit/gedit-commands-file.c:1238
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "'%s' দস্তাবেজত কৰা পৰিবৰ্তন বাতিল কৰা হ'ব নেকি ?"
+
+#: ../gedit/gedit-commands-file.c:1247
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "যোৱা %ld ছেকেণ্ডত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+msgstr[1] "যোৱা %ld ছেকেণ্ডত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-commands-file.c:1256
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "যোৱা এক মিনিটত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-commands-file.c:1262
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"যোৱা এক মিনিট আৰু %ld ছেকেণ্ডত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই "
+"যাব।"
+msgstr[1] ""
+"যোৱা এক মিনিট আৰু %ld ছেকেণ্ডত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই "
+"যাব।"
+
+#: ../gedit/gedit-commands-file.c:1272
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "যোৱা %ld মিনিটত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+msgstr[1] "যোৱা %ld মিনিটত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-commands-file.c:1287
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "যোৱা এক ঘন্টাত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-commands-file.c:1293
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"যোৱা এক ঘন্টা আৰু %d মিনিটত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+msgstr[1] ""
+"যোৱা এক ঘন্টা আৰু %d মিনিটত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-commands-file.c:1308
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "যোৱা %d ঘন্টাত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+msgstr[1] "যোৱা %d ঘন্টাত দস্তাবেজত কৰা সকলো পৰিবৰ্তন স্থায়ীৰূপে হেৰাই যাব।"
+
+#: ../gedit/gedit-commands-file.c:1331
+msgid "_Revert"
+msgstr "পৰিবৰ্তন বাতিল কৰক (_R)"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "GNOME Desktop ত ব্যৱহাৰৰ বাবে gedit এটা সহজ সৰল লিখনি সম্পাদক"
+
+#: ../gedit/gedit-commands-help.c:102
+msgid "translator-credits"
+msgstr ""
+"অমিতাক্ষ ফুকন (aphukan@fedoraproject.org), নীলমদ্যুতি গোস্বামী "
+"(ngoswami@redhat."
+"com)"
+
+#: ../gedit/gedit-commands-search.c:103
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d বাৰ চিনাক্ত কৰি প্ৰতিস্থাপন কৰা হৈছে"
+msgstr[1] "%d বাৰ চিনাক্ত কৰি প্ৰতিস্থাপন কৰা হৈছে"
+
+#: ../gedit/gedit-commands-search.c:112
+msgid "Found and replaced one occurrence"
+msgstr "এবাৰ চিনাক্ত কৰি প্ৰতিস্থাপন কৰা হৈছে"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:138
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" পোৱা নাযায়"
+
+#: ../gedit/gedit-document.c:953 ../gedit/gedit-document.c:983
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "অসংৰক্ষিত দস্তাবেজ %d"
+
+#: ../gedit/gedit-documents-panel.c:427
+#, c-format
+msgid "Tab Group %i"
+msgstr "টেব দল %i"
+
+#: ../gedit/gedit-documents-panel.c:524 ../gedit/gedit-window.c:1133
+#: ../gedit/gedit-window.c:1139 ../gedit/gedit-window.c:1147
+msgid "Read-Only"
+msgstr "কেৱল পঢ়িব পৰা"
+
+#: ../gedit/gedit-encodings-combo-box.c:302
+#: ../gedit/gedit-file-chooser-dialog-osx.c:561
+msgid "Automatically Detected"
+msgstr "স্বচালিতভাবে চিনাক্ত"
+
+#: ../gedit/gedit-encodings-combo-box.c:331
+#: ../gedit/gedit-file-chooser-dialog-osx.c:570
+msgid "Add or Remove..."
+msgstr "যোগ কৰক বা আতৰাওক..."
+
+#: ../gedit/gedit-encoding-items.c:95 ../gedit/gedit-encoding-items.c:104
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "বৰ্তমান স্থানীয় (%s)"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:40
+#: ../gedit/gedit-preferences-dialog.c:870
+msgid "All Files"
+msgstr "সকলো ফাইল"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+msgid "All Text Files"
+msgstr "সকলো লিখনি ফাইল"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:276
+msgid "C_haracter Encoding:"
+msgstr "আখৰ এনক'ডিং (_h):"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:326
+msgid "L_ine Ending:"
+msgstr "শাৰী সমাপ্তি (_i):"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:543
+msgid "Character Encoding:"
+msgstr "আখৰ এনক'ডিং:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:616
+msgid "Line Ending:"
+msgstr "শাৰী সমাপ্তি:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:256 ../gedit/gedit-window.c:1217
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "উকা লিখনি "
+
+#: ../gedit/gedit-io-error-info-bar.c:147
+#: ../gedit/gedit-io-error-info-bar.c:495
+msgid "_Retry"
+msgstr "পুনঃচেষ্টা (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:167
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "ফাইল “%s” পোৱা নগল।"
+
+#: ../gedit/gedit-io-error-info-bar.c:169
+#: ../gedit/gedit-io-error-info-bar.c:209
+#: ../gedit/gedit-io-error-info-bar.c:216
+msgid "Please check that you typed the location correctly and try again."
+msgstr "সঠিক অৱস্থান লিখা হৈছে নে নাই পৰীক্ষা কৰি অনুগ্ৰহ কৰি পুনঃ চেষ্টা কৰক।"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:188
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” অৱস্থানসমূহ ব্যৱস্থাপনা কৰিবলৈ অক্ষম।"
+
+#: ../gedit/gedit-io-error-info-bar.c:194
+msgid "Unable to handle this location."
+msgstr "এই অৱস্থান ব্যৱস্থাপনা কৰিবলৈ অক্ষম।"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+msgid "The location of the file cannot be accessed."
+msgstr "ফাইলৰ অৱস্থান অভিগম কৰিব নোৱাৰি।"
+
+#: ../gedit/gedit-io-error-info-bar.c:207
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” এটা ডাইৰেকটৰি।"
+
+#: ../gedit/gedit-io-error-info-bar.c:214
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” এটা বৈধ অৱস্থান নহয়।"
+
+#: ../gedit/gedit-io-error-info-bar.c:250
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"হস্ট “%s”পোৱা নগল। অনুগ্ৰহ কৰি ব্যৱহৃত প্ৰক্সিৰ বৈশিষ্ট্য পৰীক্ষা কৰি পুনঃ "
+"চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:265
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"হস্টৰ নাম বৈধ নহয়। সঠিক অৱস্থান লিখা হৈছে নে নাই পৰীক্ষা কৰি অনুগ্ৰহ কৰি পুনঃ "
+"চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” এটা স্বাভাবিক ফাইল নহয়।"
+
+#: ../gedit/gedit-io-error-info-bar.c:278
+msgid "Connection timed out. Please try again."
+msgstr "সংযোগৰ সময়সীমা উত্তীৰ্ণ হৈছে। অনুগ্ৰহ কৰি পুনঃ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:311
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "অপ্ৰত্যাশিত সমস্যা: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:347
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "অনুৰোধ কৰা ফাইল পোৱা নাযায়। হয়তো ইয়াক অলপতে মচি পেলোৱা হৈছে।"
+
+#: ../gedit/gedit-io-error-info-bar.c:357
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "“%s” ফাইলত কৰা পৰিবৰ্তন বাতিল কৰা নাযায়।"
+
+#: ../gedit/gedit-io-error-info-bar.c:384
+msgid "Ch_aracter Encoding:"
+msgstr "আখৰ এনক'ডিং (_a):"
+
+#: ../gedit/gedit-io-error-info-bar.c:445
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "অৱস্থান “%s” বৰ্তমানে অপ্ৰাপ্য।"
+
+#: ../gedit/gedit-io-error-info-bar.c:460
+msgid "Your system is offline. Check your network."
+msgstr "আপোনাৰ চিস্টেম অফলাইন। আপোনাৰ নেটৱৰ্ক নিৰীক্ষণ কৰক।"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:503
+#: ../gedit/gedit-io-error-info-bar.c:772
+msgid "Edit Any_way"
+msgstr "তথাপি সম্পাদন কৰক (_w)"
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "মানি চলা সংযোগৰ সংখ্যা সীমিত আৰু সেই সীমাত ফাইল পোৱা নগল।"
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ফাইল খোলাৰ বাবে প্ৰয়োজনীয় অনুমতি আপোনাৰ নাই।"
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+msgid "Unable to detect the character encoding."
+msgstr "আখৰ এনক'ডিং চিনাক্ত কৰিবলৈ অক্ষম।"
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+#: ../gedit/gedit-io-error-info-bar.c:630
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+"অনুগ্ৰহ কৰি পৰীক্ষা কৰক আপুনি কোনো বাইনাৰি ফাইল খোলাৰ চেষ্টা কৰিছে নে নাই।"
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid "Select a character encoding from the menu and try again."
+msgstr "মেনুৰ পৰা আখৰ এনক'ডিং নিৰ্বাচন কৰি পুনঃ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:613
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "“%s” ফাইল খোলোতে এটা সমস্যা হৈছিল।"
+
+#: ../gedit/gedit-io-error-info-bar.c:615
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"আপুনি যিখন ফাইল খোলিছে তাত কিছুমান অবৈধ আখৰ আছে। আপুনি যদি এইখন ফাইলত "
+"সম্পাদনা "
+"অব্যাহত ৰাখিব বিচাৰে তেনেহলে দস্তাবেজখন ক্ষতিগ্ৰস্থ হৈ যাব পাৰে। "
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "You can also choose another character encoding and try again."
+msgstr "আপুনি অন্য এখন অাখৰ এনক'ডিং বাচি লৈ পুনৰ চেষ্টা কৰিব পাৰে।"
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "“%s” ফাইল, “%s” আখৰ এনক'ডিং ব্যৱহাৰ কৰি খোলা নগল।"
+
+#: ../gedit/gedit-io-error-info-bar.c:631
+#: ../gedit/gedit-io-error-info-bar.c:706
+msgid "Select a different character encoding from the menu and try again."
+msgstr "মেনুৰ পৰা পৃথক আখৰ এনক'ডিং নিৰ্বাচন কৰি পুনঃ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "“%s” ফাইল খোলিব পৰা নগল।"
+
+#: ../gedit/gedit-io-error-info-bar.c:701
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "“%s” ফাইলক “%s” আখৰ এনক'ডিং ব্যৱহাৰ কৰি সংৰক্ষণ কৰিব পৰা নগল।"
+
+#: ../gedit/gedit-io-error-info-bar.c:704
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"দস্তাবেজত এক বা একাধিক আখৰ আছে যাক উল্লিখিত আখৰ এনক'ডিং সহযোগে এনক'ড কৰা "
+"অসম্ভৱ।"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:777
+msgid "D_on't Edit"
+msgstr "সম্পাদন কৰা নহব (_o)"
+
+#: ../gedit/gedit-io-error-info-bar.c:787
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "এই ফাইল “%s” ইতিমধ্যে অন্য উইন্ডোত খোলা আছে।"
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+msgid "Do you want to edit it anyway?"
+msgstr "ইয়াক তথাপিও সম্পাদন কৰিব বিচাৰে নে?"
+
+#: ../gedit/gedit-io-error-info-bar.c:857
+#: ../gedit/gedit-io-error-info-bar.c:947
+#: ../gedit/gedit-io-error-info-bar.c:1239
+msgid "S_ave Anyway"
+msgstr "তথাপিও সংৰক্ষণ কৰক (_a)"
+
+#: ../gedit/gedit-io-error-info-bar.c:860
+#: ../gedit/gedit-io-error-info-bar.c:950
+#: ../gedit/gedit-io-error-info-bar.c:1242
+msgid "D_on't Save"
+msgstr "সংৰক্ষণ নকৰিব (_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:874
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "সৰ্বশেষ পঢ়াৰ পিছত “%s”ফাইল পৰিবৰ্তন কৰা হৈছে।"
+
+#: ../gedit/gedit-io-error-info-bar.c:889
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"সংৰক্ষণ কৰিলে, সকলো বহিৰ্তম পৰিবৰ্তন আঁতৰুৱা হ'ব পাৰে। তথাপিও সংৰক্ষণ কৰা হ'ব "
+"নেকি ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:969
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "“%s” সংৰক্ষণৰ সময়ত বেকআপ ফাইল সৃষ্টি কৰিব পৰা নগল।"
+
+#: ../gedit/gedit-io-error-info-bar.c:974
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "“%s” সংৰক্ষণৰ সময়ত অস্থায়ী বেকআপ ফাইল সৃষ্টি কৰিব পৰা নগল"
+
+#: ../gedit/gedit-io-error-info-bar.c:991
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"ফাইলৰ নতুন সংস্কৰণ সংৰক্ষণৰ আগত ফাইলৰ পুৰনি সংস্কৰণ বেকআপ লব পৰা নগল। আপুনি "
+"এই "
+"সতৰ্কবাৰ্তা উপেক্ষা কৰি ফাইল তথাপিও সংৰক্ষণ কৰিব পাৰে, কিন্তু সংৰক্ষণৰ সময়ত "
+"কোনো "
+"সমস্যাৰ ফলত ফাইলৰ পুৰনি কপি হেৰুৱাব পাৰে। তথাপিও সংৰক্ষণ কৰিব নে?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1051
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"লিখা অৱস্থাত “%s:” অৱস্থান ব্যৱস্থাপনা কৰা সম্ভৱ নহয়। সঠিক অৱস্থান লিখা হৈছে "
+"নে "
+"নাই পৰীক্ষা কৰি অনুগ্ৰহ কৰি পুনঃ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1059
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"লিখা অৱস্থাত এই অৱস্থান ব্যৱস্থাপনা কৰা সম্ভৱ নহয়। সঠিক অৱস্থান লিখা হৈছে নে "
+"নাই "
+"পৰীক্ষা কৰি অনুগ্ৰহ কৰি পুনঃ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1068
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” এটা বৈধ অৱস্থান নহয়। সঠিক অৱস্থান লিখা হৈছে নে নাই পৰীক্ষা কৰি অনুগ্ৰহ "
+"কৰি "
+"পুনঃ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1075
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"ফাইল সংৰক্ষণৰ বাবে পৰ্যাপ্ত অনুমতি আপোনাৰ নাই। সঠিক অৱস্থান লিখা হৈছে নে নাই "
+"পৰীক্ষা কৰি অনুগ্ৰহ কৰি পুনঃ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1081
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"ফাইল সংৰক্ষণৰ বাবে ডিস্কত পৰ্যাপ্ত স্থান অবশিষ্ট নাই। অনুগ্ৰহ কৰি ডিস্কৰ মাজত "
+"কিছু "
+"স্থান ৰিক্ত কৰি পুনঃ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1086
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"আপুনি কেৱল পঢ়িব পৰা ডিস্কত ফাইল সংৰক্ষণ কৰাৰ প্ৰচেষ্ঠা কৰিছে। সঠিক অৱস্থান "
+"লিখা "
+"হৈছে নে নাই পৰীক্ষা কৰি অনুগ্ৰহ কৰি পুনঃ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1092
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "এক নামৰ ফাইল বৰ্তমান উপস্থিত। অনুগ্ৰহ কৰি এটা পৃথক নাম উল্লেখ কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"যি ডিস্কত ফাইল সংৰক্ষণৰ চেষ্টা কৰা হৈছে সেই ফাইলৰ নামৰ দৈঘ্যিৰ সীমা অতিক্ৰম "
+"কৰা "
+"হৈছে। অনুগ্ৰহ কৰি ফাইলৰ নামৰ মাপ সৰু কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1108
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"যি ডিস্কত ফাইল সংৰক্ষণৰ চেষ্টা কৰা হৈছে সেই ফাইলৰ মাপ সীমা অতিক্ৰম কৰা হৈছে। "
+"অনুগ্ৰহ কৰি তুলনামূলকভাবে সৰু মাপৰ ফাইল সংৰক্ষণ কৰক বা উল্লিখিত সীমাৰহিত কোনো "
+"ডিস্কত "
+"সংৰক্ষণৰ চেষ্টা কৰক।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1125
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "ফাইল “%s” সংৰক্ষণ কৰিব পৰা নগল।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1165
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "ফাইল “%s” ডিস্কত পৰিবৰ্তিত হৈছে।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1176
+msgid "Drop Changes and _Reload"
+msgstr "পৰিবৰ্তনসমূহ ড্ৰপ কৰক আৰু পুনৰ ল'ড কৰক (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1186
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_Reload"
+msgstr "পুনঃ ল'ড (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1252
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "“%s” সংৰক্ষণ কৰোতে কিছুমান অবৈধ আখৰ পোৱা গৈছে"
+
+#: ../gedit/gedit-io-error-info-bar.c:1268
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"আপুনি যদি এইখন ফাইলৰ সংৰক্ষণ প্ৰক্ৰিয়া অব্যাহত ৰাখিব বিচাৰে তেনেহলে "
+"দস্তাবেজখন "
+"ক্ষতিগ্ৰস্থ হ'ব পাৰে। তথাপিও সংৰক্ষণ কৰিব?"
+
+#: ../gedit/gedit-open-document-selector.c:409
+msgid "No results"
+msgstr "কোনো ফলাফল নাই"
+
+#: ../gedit/gedit-preferences-dialog.c:384
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "সম্পাদকত ব্যৱহৃত আখৰ নিৰ্বাচন কৰোঁতে এই বুটামত ক্লিক কৰক"
+
+#: ../gedit/gedit-preferences-dialog.c:397
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "চিস্টেমত স্থায়ী দৈঘ্যিৰ আখৰ ব্যৱহাৰ কৰক (%s) (_U)"
+
+#: ../gedit/gedit-preferences-dialog.c:641
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "'%s' ডাইৰেকটৰি সৃষ্টি কৰিব পৰা নগল: g_mkdir_with_parents() বিফল: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:825
+msgid "The selected color scheme cannot be installed."
+msgstr "নিৰ্বাচিত ৰঙৰ আঁচনি ইনস্টল কৰিব নোৱাৰি।"
+
+#: ../gedit/gedit-preferences-dialog.c:852
+msgid "Add Scheme"
+msgstr "আঁচনি যোগ কৰক"
+
+#: ../gedit/gedit-preferences-dialog.c:856
+msgid "A_dd Scheme"
+msgstr "আঁচনি যোগ কৰক (_d)"
+
+#: ../gedit/gedit-preferences-dialog.c:863
+msgid "Color Scheme Files"
+msgstr "ৰঙৰ আঁচনিৰ ফাইলসমূহ"
+
+#: ../gedit/gedit-preferences-dialog.c:906
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "\"%s\" ৰঙৰ আঁচনি আঁতৰাব পৰা নগল।"
+
+#: ../gedit/gedit-print-job.c:555
+#, c-format
+msgid "File: %s"
+msgstr "ফাইল: %s"
+
+#: ../gedit/gedit-print-job.c:564
+msgid "Page %N of %Q"
+msgstr "পৃষ্ঠা %N, সৰ্বমোট %Q"
+
+#: ../gedit/gedit-print-job.c:826
+msgid "Preparing..."
+msgstr "প্ৰস্তুত কৰা হৈছে..."
+
+#: ../gedit/gedit-print-preview.c:604
+#, c-format
+msgid "Page %d of %d"
+msgstr "পৃষ্ঠা %d, সৰ্বমোট %d"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "ত্ৰুটিযুক্ত টেব উপস্থিত"
+msgstr[1] "%d ত্ৰুটিযুক্ত টেব উপস্থিত"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:772
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s প্ৰত্যাবৰ্তন কৰা হৈছে, %s ৰ পৰা"
+
+#: ../gedit/gedit-tab.c:779
+#, c-format
+msgid "Reverting %s"
+msgstr "%s প্ৰত্যাবৰ্তন কৰা হৈছে"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s ল'ড কৰা হৈছে, %s ৰ পৰা"
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "%s ল'ড কৰা হৈছে"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:875
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s ক %s লৈ সংৰক্ষণ কৰা হৈছে"
+
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s"
+msgstr "%s সংৰক্ষণ কৰা হৈছে"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1443
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error opening file %s"
+msgstr "ফাইল %s খোলকতে ত্ৰুটি"
+
+#: ../gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s ফাইল প্ৰত্যাবৰ্তন কৰোঁতে ত্ৰুটি"
+
+#: ../gedit/gedit-tab.c:1501
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s ফাইল সংৰক্ষণ কৰোঁতে ত্ৰুটি"
+
+#: ../gedit/gedit-tab.c:1532
+msgid "Name:"
+msgstr "নাম:"
+
+#: ../gedit/gedit-tab.c:1533
+msgid "MIME Type:"
+msgstr "MIME ৰ ধৰণ:"
+
+#: ../gedit/gedit-tab.c:1534
+msgid "Encoding:"
+msgstr "এনক'ডিং:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "অনুগ্ৰহ কৰি ইনস্টলেশন পৰীক্ষা কৰক।"
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "UI ফাইল %s খোলিব নোৱাৰি। ত্ৰুটি: %s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "'%s' বস্তুক %s ফাইলৰ ভিতৰত পোৱা নাযায়।"
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "/ %s ৰ ওপৰত"
+
+#: ../gedit/gedit-utils.c:1453
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1455
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1457
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:512
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "শাৰী সংখ্যা প্ৰদৰ্শন কৰক (_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:733
+#, c-format
+msgid "%d of %d"
+msgstr "%d, সৰ্বমোট %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:825
+msgid "_Wrap Around"
+msgstr "মেৰিৱাওক (_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:835
+msgid "Match as _Regular Expression"
+msgstr "সাধাৰণ অভিব্যক্তি হিচাপে মিলাওক (_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:849
+msgid "Match _Entire Word Only"
+msgstr "কেৱল সম্পূৰ্ণ শব্দৰ সৈতে মিলোৱা হ'ব (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:863
+msgid "_Match Case"
+msgstr "ফলা মিলোৱা হ'ব (_M)"
+
+#: ../gedit/gedit-view-frame.c:1037
+msgid "String you want to search for"
+msgstr "আপুনি সন্ধান কৰিব বিচৰা শাৰী"
+
+#: ../gedit/gedit-view-frame.c:1049
+msgid "Line you want to move the cursor to"
+msgstr "কাৰ্ছাৰ স্থানান্তৰণৰ বাবে চিহ্নিত শাৰী সংখ্যা"
+
+#: ../gedit/gedit-window.c:972
+msgid "Bracket match is out of range"
+msgstr "ব্ৰেকেট মিল সীমাৰ বাহিৰ"
+
+#: ../gedit/gedit-window.c:977
+msgid "Bracket match not found"
+msgstr "ব্ৰেকেট মিল পোৱা নগল"
+
+#: ../gedit/gedit-window.c:982
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "শাৰী: %d ত ব্ৰেকেট মিল পোৱা গল"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1017
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1199
+#, c-format
+msgid "Tab Width: %u"
+msgstr "টেবৰ প্ৰস্থ: %u"
+
+#: ../gedit/gedit-window.c:1569
+msgid "There are unsaved documents"
+msgstr "অসংৰক্ষিত দস্তাবেজসমূহ আছে"
+
+#: ../gedit/gedit-window.c:2409
+msgid "Change side panel page"
+msgstr "কাষ পেনেল পৃষ্ঠা পৰিবৰ্তন কৰক"
+
+#: ../gedit/gedit-window.c:2429 ../gedit/resources/gtk/menus-osx.ui.h:34
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "দস্তাবেজসমূহ"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "বাওঁফালে স্থানান্তৰ কৰক (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "সোঁফালে স্থানান্তৰ কৰক (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "নতুন উইন্ডোত স্থানান্তৰ কৰক (_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "নতুন টেব দললৈ যাওক (_G)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "বন্ধ কৰক (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "স্বচালিত ইণ্ডেন্টেষণ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "শূণ্যস্থান ব্যৱহাৰ কৰক"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "শাৰী সংখ্যা প্ৰদৰ্শন কৰক"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "সোঁ সীমা দেখাওক"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "বৰ্তমানৰ শাৰী উজ্জ্বল কৰক"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "লিখনি মেৰিওৱা"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+msgid "_New Window"
+msgstr "নতুন উইন্ডো (_N)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "পছন্দসমূহ (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "সহায় (_H)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "পৰিচিতি (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "প্ৰস্থান কৰক (_Q)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Print…"
+msgstr "প্ৰিণ্ট কৰক (_P)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Fullscreen"
+msgstr "পূৰ্ণপৰ্দা (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "সকলো সংৰক্ষণ কৰক (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+msgid "_Find…"
+msgstr "সন্ধান কৰক (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "সন্ধান কৰক আৰু প্ৰতিস্থাপন কৰক (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "_Clear Highlight"
+msgstr "উজ্জ্বলতা আতৰাওক (_C)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "উল্লিখিত শাৰীলৈ যাওক (_G)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "দৰ্শন"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+msgid "Side _Panel"
+msgstr "কাষৰ পেনেল (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "_Bottom Panel"
+msgstr "নিম্নবৰ্তী পেনেল (_B)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Highlight Mode…"
+msgstr "উজ্জ্বল অৱস্থা (_H)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+msgid "Tools"
+msgstr "সঁজুলিসমূহ"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Close All"
+msgstr "সকলো বন্ধ কৰক (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+msgid "File"
+msgstr "ফাইল"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:2
+msgid "_New"
+msgstr "নতুন (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:4
+msgid "Open _Recent"
+msgstr "শেহতীয়াক খোলক (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+msgid "Reopen Closed _Tab"
+msgstr "বন্ধ টেব পুনৰ খোলক (_T)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:7
+msgid "Save _As…"
+msgstr "এই ধৰণে সংৰক্ষণ কৰক (_A)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+msgid "Edit"
+msgstr "সম্পাদনা"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+msgid "_Undo"
+msgstr "বাতিল কৰক (_U)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Redo"
+msgstr "পুনৰ কৰক (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "C_ut"
+msgstr "কাট কৰক (_u)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "_Copy"
+msgstr "কপি কৰক (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Paste"
+msgstr "পেইস্ট কৰক (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:930
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:968
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "মচি পেলাওক (_D)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+msgid "Overwrite _Mode"
+msgstr "অভাৰৰাইট অৱস্থা (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+msgid "Select _All"
+msgstr "সকলো নিৰ্বাচন কৰক (_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+msgid "Search"
+msgstr "সন্ধান কৰক"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+msgid "Find Ne_xt"
+msgstr "পৰবৰ্তী উপস্থিতি সন্ধান কৰক (_x)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Pre_vious"
+msgstr "পূৰ্ববৰ্তী উপস্থিতি সন্ধান কৰক (_v)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+msgid "Find and _Replace…"
+msgstr "সন্ধান কৰি প্ৰতিস্থাপন কৰক (_R)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+msgid "Go to _Line…"
+msgstr "উল্লেখিত শাৰীলৈ যাওক (_L)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:35
+msgid "_Save All"
+msgstr "সকলো সংৰক্ষণ কৰক (_S)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+msgid "_New Tab Group"
+msgstr "নতুন টেব দল (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+msgid "P_revious Tab Group"
+msgstr "পূৰ্ববৰ্তী টেব দল (_r)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+msgid "Nex_t Tab Group"
+msgstr "পৰৱৰ্তী টেব দল (_t)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+msgid "_Previous Document"
+msgstr "পূৰ্ববৰ্তী দস্তাবেজ (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+msgid "N_ext Document"
+msgstr "পৰবৰ্তী দস্তাবেজ (_e)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+msgid "_Move To New Window"
+msgstr "নতুন উইন্ডোলৈ যাওক (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+msgid "Help"
+msgstr "সহায়"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "আখৰ এনক'ডিংসমূহ"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "ঠিক আছে (_O)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "A_vailable encodings:"
+msgstr "উপস্থিত এনক'ডিং (_v):"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "বিৱৰণ (_D)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "এনক'ডিং (_E)"
+
+#. Add to Dictionary
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:8
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "যোগ কৰক (_A)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:9
+msgid "_Remove"
+msgstr "আতৰাওক (_R)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:10
+msgid "E_ncodings shown in menu:"
+msgstr "মেনুত প্ৰদৰ্শিত এনক'ডিং (_n):"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "উজ্জ্বল অৱস্থা"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "বাছক (_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "উজ্জ্বল অৱস্থা সন্ধান কৰক..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+#| msgid "Other Documents…"
+msgid "Other _Documents…"
+msgstr "অন্য দস্তাবেজসমূহ (_D)…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Open another file"
+msgstr "অন্য ফাইল খোলক"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "পছন্দসমূহ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "সোঁ ফালৰ প্ৰান্ত স্তম্ভত প্ৰদৰ্শন কৰক (_m):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "অৱস্থাবাৰ প্ৰদৰ্শন কৰক (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "লিখনি মেৰিওৱা"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "লিখনি মেৰিওৱা সক্ৰিয় কৰক (_w)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "কোনো শব্দ দুই শাৰীত বিভক্ত কৰা নহব (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "উজ্জ্বল কৰা হৈছে"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "বৰ্তমানৰ শাৰী উজ্জ্বল কৰক (_l)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "অনুৰূপ ব্ৰেকেট উজ্জ্বল কৰক (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "টেব বন্ধসমূহ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "টেবৰ প্ৰস্থ (_T):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "টেবৰ পৰিবৰ্তে শূণ্যস্থান সুমুৱাওক (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "স্বচালিত ইণ্ডেন্টেষণ সামৰ্থবান কৰক (_E)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "ফাইল সংৰক্ষণ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr "সংৰক্ষণ কৰাৰ আগত ফাইলৰ বেকআপ কপি সৃষ্টি কৰক (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "স্বচালিতৰূপে ফাইল সংৰক্ষণ কৰা হ'ব প্ৰতি (_A)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "মিনিট (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "সম্পাদক"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "আখৰ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "সম্পাদকত ব্যৱহৃত আখৰ: (_f)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "সম্পাদকত ব্যৱহাৰৰ বাবে কোনো আখৰ নিৰ্বাচন কৰক"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "ৰঙৰ আঁচনি"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "ইনস্টল আঁচনি"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "ইনস্টল আঁচনি"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "আনইনস্টল আঁচনি"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "আনইনস্টল আঁচনি"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "আখৰ আৰু ৰঙ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "প্লাগিনসমূহ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "বাক্যবিন্যাস উজ্বলকৰণ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "বাক্যবিন্যাস উজ্বলকৰণ প্ৰিণ্ট কৰক (_x)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "শাৰী সংখ্যাসমূহ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "শাৰী সংখ্যা প্ৰিণ্ট কৰক (_m)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "সংখ্যা উল্লেখ কৰা হ'ব প্ৰতি (_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "শাৰীসমূহ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "পৃষ্ঠা হেডাৰ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "পৃষ্ঠাৰ হেডাৰ প্ৰিণ্ট কৰা হ'ব (_h)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "আখৰ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "মূল অংশ (_B):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "শাৰী সংখ্যা (_L):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "হেডাৰ আৰু ফুটাৰ (_a):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "অবিকল্পিত আখৰ পুনঃ স্থাপন কৰা হ'ব (_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "পূৰ্ববৰ্তী পৃষ্ঠা প্ৰদৰ্শন কৰক"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "P_revious Page"
+msgstr "পূৰ্ববৰ্তী পৃষ্ঠা (_r)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Show the next page"
+msgstr "পৰবৰ্তী পৃষ্ঠা প্ৰদৰ্শন কৰক"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:4
+msgid "_Next Page"
+msgstr "পৰবৰ্তী পৃষ্ঠা (_N)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "Current page (Alt+P)"
+msgstr "বৰ্তমান পৃষ্ঠা (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "of"
+msgstr "সৰ্বমোট"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Page total"
+msgstr "সৰ্বমোট পৃষ্ঠা"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "The total number of pages in the document"
+msgstr "দস্তাবেজৰ সৰ্বমোট পৃষ্ঠা সংখ্যা"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Show multiple pages"
+msgstr "একাধিক পৃষ্ঠা প্ৰদৰ্শন কৰক"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom 1:1"
+msgstr "জুম ১:১"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom to fit the whole page"
+msgstr "সম্পূৰ্ণ পৃষ্ঠাৰ মাপ অনুযায়ী প্ৰদৰ্শন"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Zoom the page in"
+msgstr "পৃষ্ঠা ডাঙৰ কৰি প্ৰদৰ্শন"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "Zoom the page out"
+msgstr "পৃষ্ঠা প্ৰদৰ্শনৰ মাত্ৰা হ্ৰাস কৰা হ'ব"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Close print preview"
+msgstr "প্ৰিণ্টৰ পূৰ্বদৰ্শন বন্ধ কৰক"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "_Close Preview"
+msgstr "প্ৰিণ্টৰ পূৰ্বদৰ্শন বন্ধ কৰক (_C)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:17
+msgid "Page Preview"
+msgstr "পৃষ্ঠাৰ পূৰ্বদৰ্শন"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:18
+msgid "The preview of a page in the document to be printed"
+msgstr "প্ৰিণ্ট কৰাৰ বাবে চিহ্নিত দস্তাবেজৰ এটা পৃষ্ঠাৰ পূৰ্বদৰ্শন"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Replace"
+msgstr "প্ৰতিস্থাপন"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "সকলো প্ৰতিস্থাপন কৰা হ'ব (_A)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgid "_Find"
+msgstr "সন্ধান কৰক (_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgid "_Search for: "
+msgstr "সন্ধান কৰা হ'ব (_S):"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with: "
+msgstr "উল্লিখিত সমল দ্বাৰা প্ৰতিস্থাপন কৰা হ'ব (_w):"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "ফলা মিলোৱা হ'ব (_M)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "কেৱল সম্পূৰ্ণ শব্দ মিলোৱা হ'ব (_e)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Match as re_gular expression"
+msgstr "সাধাৰণ অভিব্যক্তি হিচাপে মিলাওক (_g)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "বিপৰীত দিশত সন্ধান কৰা হ'ব (_b)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "মেৰিৱাওক (_W)"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "দস্তাবেজ বন্ধ কৰক"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "এটা ফাইল খোলক"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "এটা নতুন দস্তাবেজ সৃষ্টি কৰক"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "নতুন"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "বৰ্তমান ফাইল সংৰক্ষণ কৰক"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "সংৰক্ষণ কৰক"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "পেনেল লুকোৱা হ'ব"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "এটা ফাইল ডাইলগ খোলক"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "পূৰ্ণপৰ্দা পৰা প্ৰস্থান কৰক"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "আপডেইট পৰীক্ষা কৰক"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "gedit ৰ সৰ্বশেষ সংস্কৰণৰ উপস্থিতি পৰীক্ষা কৰক"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "URL প্ৰদৰ্শনত এটা ত্ৰুটি হৈছিল।"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "ডাউনল'ড কৰক (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "সংস্কৰণ উপেক্ষা কৰক (_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "gedit ৰ নতুন সংস্কৰণ উপলব্ধ আছে"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"আপুনি ডাউনল'ড বুটামত ক্লিক কৰি gedit ৰ নতুন সংস্কৰণ ডাউনল'ড কৰিব পাৰিব অথবা "
+"সেই "
+"সংস্কৰণক উপেক্ষা কৰক আৰু নতুন এটাৰ বাবে অপেক্ষা কৰক"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "উপেক্ষা কৰিব লগিয়া সংস্কৰণ"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "উপেক্ষা কৰিব লগিয়া সংস্কৰণ যেতিয়া লৈকে এটা নতুন সংস্কৰণৰ উন্মেচন নহয়।"
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "দস্তাবেজ পৰিসংখ্যা"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "এটা দস্তাবেজত উপস্থিত শব্দ, শাৰী আৰু আখৰৰ সংখ্যা জনাওক।"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "দস্তাবেজ পৰিসংখ্যা (_D)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "দস্তাবেজ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "নিৰ্বাচন"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "শাৰীসমূহ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "শব্দসমূহ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "আখৰ (শূণ্যস্থান সহ)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "আখৰ (শূণ্যস্থানবিহীন)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "বাইট"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "বিল্ড"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "দস্তাবেজ ডাইৰেকটৰিত \"make\" কমান্ড চলাওক"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "এই স্থানত টাৰ্মিনেল খোলা হ'ব"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "বৰ্তমান খোলা ডাইৰেকটৰিত টাৰ্মিনেল খোলা হ'ব"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "অনুসৰণকাৰী স্থান আতৰাওক"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "ফাইলত উপস্থিত অপ্ৰয়োজনীয় অনুসৰণকাৰী স্থান আতৰাওক"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "কমান্ড সঞ্চালন"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "স্বনিৰ্ধাৰিত কমান্ড প্ৰয়োগ কৰি উৎপন্ন ফলাফল এটা নতুন দস্তাবেজত যোগ কৰক"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "fpaste লৈ পঠাওক"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "নিৰ্বাচিত লিখনিক অথবা বৰ্তমান দস্তাবেজক fpaste ত পেইস্ট কৰক"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "বহিৰ্তম সঁজুলিসমূহ"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "বহিৰ্তম কমান্ড আৰু শ্বেল স্ক্ৰিপ্ট সঞ্চালন কৰা হ'ব।"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "চিস্টেম ফণ্ট ব্যৱহাৰ কৰা হব নে"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"যদি সত্য, বাহ্যিক সজুলিসমূহে ডেস্কটপ-গ্লবেল প্ৰামাণিক ফণ্ট ব্যৱহাৰ কৰিব যদি "
+"এইটো "
+"মনোস্পেইচ (আৰু নহলে আটাইতকৈ সাদৃশ্য ফণ্ট যোনটো ই আনিব পাৰিব)। "
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+"এটা Pango ফণ্ট নাম। উদাহৰণসমূহ হল \"Sans 12\" বা \"Monospace Bold 14\"।"
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "বহিৰ্তম সঁজুলিসমূহ ব্যৱস্থাপনা কৰক...(_E)"
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "বহিৰ্তম সঁজুলিসমূহ (_T)"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "কমান্ড সঞ্চালন কৰিবলৈ ব্যৰ্থ: %s"
+
+#: ../plugins/externaltools/tools/functions.py:182
+msgid "You must be inside a word to run this command"
+msgstr "চিহ্নিত কমান্ড চলোৱাৰ বাবে এটা শব্দত অৱস্থিত হওয়া আৱশ্যক"
+
+#: ../plugins/externaltools/tools/functions.py:316
+msgid "Running tool:"
+msgstr "চলমান সঁজুলি:"
+
+#: ../plugins/externaltools/tools/functions.py:347
+msgid "Done."
+msgstr "সম্পন্ন।"
+
+#: ../plugins/externaltools/tools/functions.py:349
+msgid "Exited"
+msgstr "প্ৰস্থান কৰা হৈছে"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "সকলো ভাষা"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "সকলো ভাষা"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "নতুন সঁজুলি"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "চিহ্নিত ত্বৰক %s ৰ সৈতে ইতিমধ্যে সংযুক্ত "
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "নতুন ত্বৰক লিখক, অথবা পৰিষ্কাৰ কৰিবলে Backspace টিপক"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "এটা নতুন ত্বৰক লিখক"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "বন্ধ।"
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "সঁজুলি বন্ধ কৰক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "সদায় উপলব্ধ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "সকলো দস্তাবেজ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "নামবিহীন দস্তাবেজ ব্যতীত অন্য সকলো দস্তাবেজ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "কেৱল স্থানীয় ফাইল"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "কেৱল দূৰবৰ্তী ফাইল"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "কেৱল নামবিহীন দস্তাবেজ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "শূণ্য"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "বৰ্তমান দস্তাবেজ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "বৰ্তমান নিৰ্বাচন"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "বৰ্তমান নিৰ্বাচন (ফাইলক অবিকল্পিত ধাৰ্য্য কৰা হয়)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "বৰ্তমান শাৰী"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "বৰ্তমান শব্দ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "নিম্নবৰ্তী পেইনত প্ৰদৰ্শন কৰক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "নতুন দস্তাবেজ সৃষ্টি কৰক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "বৰ্তমান দস্তাবেজত সংযোজন কৰক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "বৰ্তমান দস্তাবেজ প্ৰতিস্থাপন কৰক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "নিৰ্বাচিত অংশ প্ৰতিস্থাপন কৰক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "কাৰ্ছাৰৰ অৱস্থানত সুমুৱাওক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "বহিৰ্তম সঁজুলিসমূহ ব্যৱস্থাপনা কৰক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "এটা নতুন সঁজুলি যোগ কৰক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "সঁজুলি যোগ কৰক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "নিৰ্বাচিত সঁজুলি আতৰাওক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "সঁজুলি আতৰাওক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "সঁজুলি উলোটাওক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "সঁজুলি উলোটাওক"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "চৰ্টকাট কি (_k):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "সংৰক্ষণ (_S):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "ইনপুট (_I):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "আউটপুট (_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "প্ৰয়োজনীয়তা (_A):"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+msgid "Tool Output"
+msgstr "সঁজুলিৰ আউটপুট"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "ফাইল ব্ৰাউছাৰ পেনেল"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "কাষৰ পেনেলৰ পৰা সহজ ফাইল অভিগম"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "ঘৰ"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "ফাইল চিস্টেম"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:532
+msgid "File Browser"
+msgstr "ফাইল ব্ৰাউজাৰ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while creating a new directory"
+msgstr "নতুন ডাইৰেকটৰি সৃষ্টিৰ সময় ত্ৰুটি দেখা দিলে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while creating a new file"
+msgstr "নতুন ফাইল নিৰ্বাচনৰ সময় ত্ৰুটি দেখা দিলে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred while renaming a file or directory"
+msgstr "নিৰ্বাচিত কমান্ড চলোৱাৰ সময় ত্ৰুটি দেখা দিলে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:683
+msgid "An error occurred while deleting a file or directory"
+msgstr "ফাইল বা ডাইৰেকটৰি মচি পেলোৱাৰ সময় ত্ৰুটি দেখা দিলে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:686
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ফাইল ব্যৱস্থাপকত এটা ডাইৰেকটৰি খোলাৰ সময় এটা ত্ৰুটি দেখা দিলে"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:689
+msgid "An error occurred while setting a root directory"
+msgstr "ৰুট ডাইৰেকটৰি সংহতি কৰাৰ সময় এটা ত্ৰুটি দেখা দিলে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:692
+msgid "An error occurred while loading a directory"
+msgstr "ডাইৰেকটৰি ল'ড কৰাৰ সময় এটা ত্ৰুটি দেখা দিলে"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:695
+msgid "An error occurred"
+msgstr "এটা ত্ৰুটি দেখা দিলে"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:913
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"আবৰ্জনাৰ বাকচত ফাইল স্থানান্তৰ কৰা নাযায়,\n"
+"স্থায়ীভাৱে আতৰাবলে ইচ্ছুক কি?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:918
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "\"%s\" ফাইল আবৰ্জনাৰ বাকচত স্থানান্তৰ কৰা সম্ভৱ নহয়।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:923
+msgid "The selected files cannot be moved to the trash."
+msgstr "নিৰ্বাচিত ফাইলসমূহ আবৰ্জনাৰ বাকচত স্থানান্তৰ কৰা সম্ভৱ নহয়।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:954
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "আপুনি স্থায়ীভাবে \"%s\" আঁতৰাবলৈ নিশ্চিত নে?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:959
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "আপুনি নিৰ্বাচিত ফাইল স্থায়ীভাবে আঁতৰাবলৈ নিশ্চিত নে ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:962
+msgid "If you delete an item, it is permanently lost."
+msgstr "যদি আপুনি এটা বস্তু মচি পেলায়, ই স্থায়ীভাৱে হেৰাই যাব।"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1781
+msgid "(Empty)"
+msgstr "ৰিক্ত"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3503
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"পুনঃ নাম দিয়া ফাইলক বৰ্তমান পৰিস্ৰাৱন কৰা হৈছে। ফাইল প্ৰদৰ্শন কৰাৰ বাবে "
+"আপোনাৰ "
+"পৰিস্ৰাৱকৰ সংহতিসমূহ পৰিবৰ্তন কৰক"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3760
+msgid "Untitled File"
+msgstr "শীৰ্ষকবিহিন ফাইল"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3788
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"নতুন ফাইল বৰ্তমান পৰিস্ৰাৱন কৰা হৈছে। ফাইল প্ৰদৰ্শন কৰাৰ বাবে আপোনাৰ "
+"পৰিস্ৰাৱকৰ "
+"বৈশিষ্ট্য পৰিবৰ্তন কৰক"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3819
+msgid "Untitled Folder"
+msgstr "শীৰ্ষকবিহিন ফোল্ডাৰ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"নতুন ডাইৰেকটৰি বৰ্তমান পৰিস্ৰাৱন কৰা হৈছে। ডাইৰেকটৰি প্ৰদৰ্শন কৰাৰ বাবে "
+"আপোনাৰ "
+"পৰিস্ৰাৱকৰ বৈশিষ্ট্য পৰিবৰ্তন কৰক"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:789
+msgid "Bookmarks"
+msgstr "পত্ৰচিহ্নসমূহ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1988
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "মাউণ্ট কৰা আয়তনৰ কাৰণে কোনো মাউণ্ট কৰা বস্তু নাই: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr "মিডিয়া খোলিব নোৱাৰি: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "আয়তন মাউণ্ট কৰিব নোৱাৰি: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2774
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "'%s' ল'ড কৰোতে ত্ৰুটি: এই নামৰ কোনো ডাইৰেকটৰি নাই"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "ট্ৰি দৰ্শনত খোলক"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"ফাইল ব্ৰাউজাৰ প্লাগিন ল'ড কৰা হ'লে পত্ৰচিহ্নসমূহ দৰ্শনৰ পৰিবৰ্তে ট্ৰি দৰ্শন "
+"কৰা হ'ব"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "ফাইল ব্ৰাউজাৰৰ ৰুট ডাইৰেকটৰি"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ফাইল ব্ৰাউজাৰ প্লাগিন ল'ড কৰাৰ সময় আৰু onload/tree_view ৰ মান TRUE (সত্য) "
+"হ'লে "
+"ব্যৱহাৰৰ বাবে চিহ্নিত ফাইল ব্ৰাউজাৰৰ ৰুট ডাইৰেকটৰি।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ফাইল ব্ৰাউজাৰৰ ভাৰ্ছুৱেল ৰুট ডাইৰেকটৰি"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"ফাইল ব্ৰাউজাৰ প্লাগিন ল'ড কৰাৰ সময় আৰু onload/tree_view ৰ মান TRUE (সত্য) "
+"হ'লে "
+"ব্যৱহাৰৰ বাবে চিহ্নিত ফাইল ব্ৰাউজাৰৰ ভাৰ্ছুৱেল ৰুট ডাইৰেকটৰি। ভাৰ্ছুৱেল ৰুট "
+"ডাইৰেকটৰি "
+"সদায় প্ৰকৃত ৰুট ডাইৰেকটৰিৰ অধীন হওয়া আৱশ্যক।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "দূৰবৰ্তী অৱস্থান পুনৰুদ্ধাৰ সামৰ্থবান কৰক"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+"দূৰবৰ্তী অৱস্থান পুনৰুদ্ধাৰ সামৰ্থবান কৰা হ'ব নে নহয় সেইটো নিৰ্ধাৰিত হয়।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "প্ৰথম দস্তাবেজলে অৱস্থান নিৰ্ধাৰণ কৰক"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"মান TRUE (সত্য) হ'লে ফাইল ব্ৰাউজাৰ প্লাগিনৰ প্ৰাৰম্ভিক ব্যৱহাৰৰ সময় ফাইল "
+"ব্ৰাউজাৰ "
+"দ্বাৰা প্ৰথম খোলা ডাইৰেকটৰি প্ৰদৰ্শিত হ'ব। (অৰ্থাৎ এইটোমূলত কমান্ড-শাৰী বা "
+"Nautilus "
+"নিচিনা সহযোগ খোলা দস্তাবেজৰ ক্ষেত্ৰত প্ৰযোজ্য)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "ফাইল ব্ৰাউজাৰ পৰিস্ৰাৱকৰ অৱস্থা"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"এই মান দ্বাৰা ফাইল ব্ৰাউজাৰৰ পৰা পৰিস্ৰাৱন হওয়া ফাইল নিৰ্ধাৰিত হয়। বৈধ মান "
+"হ'ল: "
+"none (পৰিস্ৰাৱন প্ৰয়োগ কৰা নহব), hide-hidden (কেৱল লুকাই থোৱা ফাইলসমুহ "
+"পৰিস্ৰাৱন "
+"কৰা হ'ব) আৰু binary (কেৱল বাইনাৰি ফাইলসমূহ পৰিস্ৰাৱন কৰা হ'ব)।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "ফাইল ব্ৰাউজাৰ পৰিস্ৰাৱকৰ বিন্যাস"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"ফাইল ব্ৰাউজাৰ পৰিস্ৰাৱন কৰাৰ বাবে ব্যৱহৃত পৰিস্ৰাৱন বিন্যাস। চিহ্নিত ফোল্ডাৰ "
+"filter_mode ৰ উপৰ সঞ্চালিত হয়।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "ফাইল ব্ৰাউছাৰ বাইনাৰি বিন্যাস"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "বাইনাৰি ফাইলসমূহ ফিল্টাৰ কৰোতে ব্যৱহাৰ কৰিব লগিয়া পৰিপূৰক বিন্যাস"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "ৰুটক সক্ৰিয় দস্তাবেজলে ধাৰ্য্য কৰক (_S)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "নতুন ফোল্ডাৰ (_N)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "নতুন ফাইল (_i)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "পুনৰ নামকৰণ কৰক (_R)..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "আবৰ্জনাৰ বাকচত স্থানান্তৰ কৰক (_M)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "দৰ্শন সতেজ কৰক (_f)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "ফোল্ডাৰ দৰ্শন (_V)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "টাৰ্মিনেল খোলক (_O)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "পৰিস্ৰাৱক (_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "লুকোৱা দেখুৱাওক (_H)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "বাইনাৰি দেখুৱাওক (_B)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "ফাইলৰ নাম মিলাই চাওক"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "অৱস্থাশাৰীসমূহ"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "gedit ৰ বাবে Emacs, Kate আৰু Vim-শৈলী অৱস্থাশাৰীসমূহৰ সমৰ্থন।"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "কমান্ড ৰঙ লিখনি"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "কমান্ড ৰঙ লিখনিটো"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "ত্ৰুটি ৰঙ লিখনি"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "ত্ৰুটিপূৰ্ণ ৰঙৰ লিখনি"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"যদি সত্য, টাৰমিনেলে ডেস্কটপ গ্লবেল প্ৰামাণিক ফণ্ট ব্যৱহাৰ কৰিব যদি ই "
+"মনোস্পেইচ (আৰু "
+"নহলে আটাইতকৈ সাদৃশ্য ফণ্ট যোনটো ই দিব পাৰিব)।"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "কমান্ডৰ ৰঙ (_o):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "ত্ৰুটিৰ ৰঙ (_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python কনচৌল"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "নিম্নবৰ্তী পেনেলত অৱস্থিত ভাৱবিনিময়ী python কনচৌল"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+msgid "Quick Open..."
+msgstr "দ্ৰুত খোলক..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "দ্ৰুত খোলা"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "দ্ৰুত ফাইলসমূহ খোলক"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "বিচাৰিবলে টাইপ কৰক..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "স্নিপেটসমূহ ব্যৱস্থাপনা (_S)..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "স্নিপেটসমূহ"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "\"%s\" আৰ্কাইভ সৃষ্টি কৰিব পৰা নাযায়"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "লক্ষ্য ডাইৰেকটৰি \"%s\" ৰ অস্তিত্ব নাই"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "লক্ষ্য ডাইৰেকটৰি \"%s\" এটা বৈধ ডাইৰেকটৰি নহয়"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "\"%s\" ফাইলৰ অস্তিত্ব নাই"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "\"%s\" ফাইল এটা বৈধ স্নিপেট ফাইল নহয়"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "ইমপোৰ্ট কৰা ফাইল \"%s\" এটা বৈধ স্নিপেট ফাইল নহয়"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "\"%s\" আৰ্কাইভ উদ্ধাৰ কৰিব পৰা নগল"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "এই ফাইলসমূহৰ আমাদানি কৰিব পৰা নগল: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "\"%s\" ফাইল এটা বৈধ স্নিপেট আৰ্কাইভ নহয়"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "স্নিপেটসমূহ আৰ্কাইভ"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "এটা নতুন স্নিপেট যোগ কৰক..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "বিশ্বব্যাপী"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "নিৰ্বাচিত স্নিপেট ওভটাই দিয়ক"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "নিৰ্বাচিত স্নিপেট আতৰাওক"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"ই এটা বৈধ Tab ট্ৰিগাৰ নহয়। ট্ৰিগাৰসমূহে আলফানিউমেৰিক আখৰ যেনে (অথবা _, : আৰু "
+".) "
+"অথবা এটা (নন-আলফানিউমেৰিক) আখৰ যেনে: {, [, ইত্যাদী অন্তৰ্ভুক্ত কৰিব পাৰে।"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "টেব দবোৱাৰ পাছত এটা শব্দৰে সক্ৰিয় হোৱা স্নিপেট"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "এক্সপোৰ্ট কৰোঁতে এই ত্ৰুটি হ'ল: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "ইমপোৰ্ট সফলভাবে সম্পূৰ্ণ হ'ল"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "স্নিপেটসমূহ ইমপোৰ্ট কৰক"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "সকলো সমৰ্থিত আৰ্কাইভ"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Gzip এৰে সংকোচন কৰা আৰ্কাইভ"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 ৰে সংকোচন কৰা আৰ্কাইভ"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "এটা স্নিপেট ফাইল"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "সকলো ফাইল"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "এক্সপোৰ্ট কৰোঁতে এই ত্ৰুটি হ'ল: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "এক্সপোৰ্ট সফলভাবে সম্পূৰ্ণ হ'ল"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"আপুনি নিজৰ এক্সপোৰ্টত নিৰ্বাচিত <b>চিস্টেম</b> ৰ স্নিপেটসমূহ অন্তৰ্ভুক্ত কৰিব "
+"বিচাৰে "
+"নেকি ?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "এক্সপোৰ্ট কৰিবলৈ কোনো স্নিপেটসমূহ নিৰ্বাচন কৰা হোৱা নাই"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "স্নিপেটসমূহ এক্সপোৰ্ট কৰক"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "নতুন চৰ্টকাট লিখক, অথবা পৰিষ্কাৰ কৰিবলে Backspace টিপক"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "এটা নতুন চৰ্টকাট লিখক"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Python কমান্ড(%s) সঞ্চালনৰ বাবে সৰ্বাধিক অনুমোদিত সময়সীমা উলঙ্ঘন কৰিছে, কৰ্ম "
+"সঞ্চালন পৰিত্যাগ কৰা হ'ল।"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python কমান্ড (%s) সঞ্চালনত ব্যৰ্থ: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "নিয়মিতৰূপে ব্যৱহৃত লিখনি এটা দ্ৰুত পদ্ধতিত সুমুৱাওক"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "স্নিপেটসমূহ ব্যৱস্থাপনা কৰক"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "নতুন স্নিপেট সৃষ্টি কৰক"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "স্নিপেট যোগ কৰক"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "স্নিপেট আতৰাওক"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "স্নিপেটসমূহ ইমপোৰ্ট কৰক"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "নিৰ্বাচিত স্নিপেটসমূহ এক্সপোৰ্ট কৰক"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "স্নিপেট এক্সপোৰ্ট কৰক"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "সক্ৰিয়কৰণ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "Tab ট্ৰিগাৰ (_T):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "চৰ্টকাট কি (_h):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "চৰ্টকাট কি যাৰ সৈতে স্নিপেট সক্ৰিয় কৰা হৈছে"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "লক্ষ্যসমূহ ড্ৰ'প কৰক (_D):"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "ক্ৰমবিন্যাস (_o)..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "ক্ৰমবিন্যাস"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "ক্ৰমবিন্যাস (_S)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "বিপৰীত ক্ৰম (_R)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "প্ৰতিলিপি আতৰাওক (_e)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "ফলা উপেক্ষা কৰক (_I)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "উল্লিখিত স্তম্ভৰ পৰা আৰম্ভ কৰক (_t):"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "ক্ৰমবিন্যাস কৰ্ম পৰিবৰ্তন কৰা সম্ভৱ নহয়"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "দস্তাবেজ বা নিৰ্বাচিত অংশৰ তথ্য ক্ৰমবিন্যাস কৰে।"
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:424
+msgid "(no suggested words)"
+msgstr "(কোনো প্ৰস্তাবিত শব্দ নাই)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "অতিৰিক্ত (_M)..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "সকলো উপেক্ষা কৰক (_I)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "বানান প্ৰস্তাবসমূহ (_S)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "বানান পৰীক্ষা কৰক (_C)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "ভাষা নিৰ্ধাৰণ কৰক (_L)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "ত্ৰুটিভাৱে বানান কৰা শব্দসমূহ উজ্জ্বল কৰা (_H)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:262
+msgid "Suggestions"
+msgstr "প্ৰস্তাবসমূহ"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:523
+msgid "(correct spelling)"
+msgstr "(সঠিক বানান)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:664
+msgid "Completed spell checking"
+msgstr "বানান পৰীক্ষণ সমাপ্ত"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "অজ্ঞাত (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "অবিকল্পিত"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "ভাষা নিৰ্ধাৰণ কৰক"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "ভাষাসমূহ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:791
+msgid "The document is empty."
+msgstr "দস্তাবেজ ৰিক্ত।"
+
+#: ../plugins/spell/gedit-spell-plugin.c:816
+msgid "No misspelled words"
+msgstr "ত্ৰুটি বানান নাই"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "ভাষা সংহতি কৰক"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "বৰ্তমান দস্তাবেজৰ ভাষা নিৰ্বাচন কৰক (_l)।"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "বানান পৰীক্ষা কৰক"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "ত্ৰুটি বানান:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "শব্দ"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "উল্লিখিত মানত পৰিবৰ্তন কৰক (_t):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "শব্দ পৰীক্ষা কৰক (_W)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "প্ৰস্তাবসমূহ (_S):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "উপেক্ষা কৰক (_I)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "পৰিবৰ্তন কৰক (_n)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "সকলো অগ্ৰাহ্য কৰক (_A)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "সকলো পৰিবৰ্তন কৰক (_l)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "ব্যৱহাৰকাৰীৰ অভিধান:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "শব্দ যোগ কৰক (_o)"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "বানান নিৰীক্ষণ"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "বৰ্তমান দস্তাবেজত বানান পৰীক্ষা কৰক।"
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "সময় আৰু তাৰিখ সুমুৱাওক (_s)..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "উপলব্ধ বিন্যাসসমূহ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "প্ৰমপ্টৰ ধৰণ"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"ব্যৱহাৰকাৰীক এটা বিন্যাসৰ কাৰণে প্ৰমপ্ট কৰা হ'ব নে নিৰ্বাচিত বা স্বনিৰ্বাচিত "
+"বিন্যাস "
+"ব্যৱহাৰ কৰা হ'ব।"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "নিৰ্বাচিত বিন্যাস"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "তাৰিখ/সময় সুমুৱাৰ সময়ত ব্যৱহৃত নিৰ্বাচিত বিন্যাস।"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "স্বনিৰ্বাচিত বিন্যাস"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "তাৰিখ/সময় সুমুৱাৰ সময়ত ব্যৱহৃত স্বনিৰ্বাচিত বিন্যাস।"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "তাৰিখ আৰু সময় সুমুৱাওক"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "নিৰ্বাচিত বিন্যাস ব্যৱহাৰ কৰা হ'ব (_s)"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "স্বনিৰ্বাচিত বিন্যাস ব্যৱহাৰ কৰা হ'ব (_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "০১/১১/২০০৯ ১৭:৫২:০০"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "সুমুৱাওক (_I)"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "সময়/তাৰিখ প্লাগিন সংৰূপণ কৰক"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "তাৰিখ/সময় সুমুৱাৰ সময়ত..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "এটা বিন্যাসৰ অনুৰোধ কৰক (_P)"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "তাৰিখ/সময় সুমুৱাওক"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "কাৰ্ছাৰৰ অৱস্থানত বৰ্তমান তাৰিখ আৰু সময় সুমুৱায়।"
+
+#~ msgid "About gedit"
+#~ msgstr "gedit ৰ বিষয়ে"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "gedit ৰ দ্বাৰা সংৰক্ষিত ফাইলৰ বেকআপ কপি সৃষ্টি হ'ব নে নহয়। \"বেকআপ কপিৰ বাবে "
+#~ "ব্যৱহৃত সম্প্ৰসাৰণ\" বিকল্পৰ সহায়ত আপুনি বেকআপ ফাইলৰ সম্প্ৰসাৰণ নিৰ্ধাৰণ কৰিব "
+#~ "পাৰিব।"
+
+#~ msgid "Unicode"
+#~ msgstr "ইউনিক'ড"
+
+#~ msgid "Western"
+#~ msgstr "পশ্চিমী"
+
+#~ msgid "Central European"
+#~ msgstr "মধ্য ইউৰোপীয়"
+
+#~ msgid "South European"
+#~ msgstr "দক্ষিণ ইউৰোপীয়"
+
+#~ msgid "Baltic"
+#~ msgstr "বল্ক"
+
+#~ msgid "Cyrillic"
+#~ msgstr "ছিৰিলিক"
+
+#~ msgid "Arabic"
+#~ msgstr "আৰবী"
+
+#~ msgid "Greek"
+#~ msgstr "গ্ৰিক"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "হিব্ৰু ভিজুৱেল"
+
+#~ msgid "Turkish"
+#~ msgstr "তুৰ্কি"
+
+#~ msgid "Nordic"
+#~ msgstr "নৰ্ডিক"
+
+#~ msgid "Celtic"
+#~ msgstr "ছেল্ক"
+
+#~ msgid "Romanian"
+#~ msgstr "ৰোমেনিয়ান"
+
+#~ msgid "Armenian"
+#~ msgstr "আৰ্মেনিয়ান"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "পাৰম্পৰিক চীনা"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "ছিৰিলিক/ৰুচি"
+
+#~ msgid "Japanese"
+#~ msgstr "জাপানি"
+
+#~ msgid "Korean"
+#~ msgstr "কোৰীয়"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "সৰলীকৃত চীনা"
+
+#~ msgid "Georgian"
+#~ msgstr "জৰ্জিয়ান"
+
+#~ msgid "Hebrew"
+#~ msgstr "হিব্ৰু"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "ছিৰিলিক/ইউক্ৰেনিয়ান"
+
+#~ msgid "Vietnamese"
+#~ msgstr "ভিয়েতনামিজ্‌"
+
+#~ msgid "Thai"
+#~ msgstr "থাই"
+
+#~ msgid "Unknown"
+#~ msgstr "অজ্ঞাত"
+
+#~ msgid "The file is too big."
+#~ msgstr "ফাইল অতিৰিক্ত ডাঙৰ।"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit পছন্দসমূহ"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "ইউনিক'ড (UTF-8)"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "শেহতীয়া কোনো ফাইল খোলক"
+
+#~ msgid "Need help?"
+#~ msgstr "সহায়ৰ প্ৰয়োজন?"
+
+#~ msgid "_Snippets:"
+#~ msgstr "স্নিপেটসমূহ (_S):"
+
+#~ msgid "_Edit:"
+#~ msgstr "সম্পাদন কৰক (_E):"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist dataprovider"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "gedit ৰ সৈতে ব্যৱহৃত দস্তাবেজসমূহৰ কাৰণে অভিগম লগ কৰে আৰু ঘটনাসমূহ এৰে"
+
+#~ msgid "Show the application's help"
+#~ msgstr "এপ্লিকেচনৰ সহায় দেখুৱাওক"
+
+#~ msgid "Enter GApplication service mode"
+#~ msgstr "GApplication সেৱা অৱস্থাত যাওক"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- লিখনি ফাইল সম্পাদন কৰক"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "কমান্ড শাৰীৰ সকলো বিকল্প চাবলৈ '%s --help' চলাওক।\n"
+
+#~ msgid "_Update"
+#~ msgstr "আপডেইট কৰক (_U)"
+
+#~ msgid "File Name"
+#~ msgstr "ফাইলৰ নাম"
+
+#~ msgid "_Tools:"
+#~ msgstr "সঁজুলিসমূহ (_T):"
+
+#~ msgid "Check Spelling"
+#~ msgstr "বানান পৰীক্ষণ"
+
+#~ msgid "Language:"
+#~ msgstr "ভাষা:"
+
+#~ msgid "Language"
+#~ msgstr "ভাষা"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "কাৰ্য্য বাতিলৰ সীমা (অবচিত)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "gedit ৰ দ্বাৰা সৰ্বাধিক যি সংখ্যক কৰ্ম বাতিল বা পুনঃ কৰা সম্ভৱ হ'ব। অসীমিত কৰ্ম "
+#~ "বাতিল কৰাৰ উদ্দেশ্যি \"-1\" মান প্ৰয়োগ কৰক। 2.12.0 সংস্কৰণৰ পৰা হ্ৰাস কৰা হৈছে"
+
+#~ msgid "Save _As..."
+#~ msgstr "এই ধৰণে সংৰক্ষণ কৰক (_A)..."
+
+#~ msgid "_Print..."
+#~ msgstr "প্ৰিণ্ট কৰক (_P)..."
+
+#~ msgid "Empty"
+#~ msgstr "ৰিক্ত"
+
+#~ msgid "column"
+#~ msgstr "স্তম্ভ"
+
+#~ msgid "_View"
+#~ msgstr "দৰ্শন (_V)"
+
+#~ msgid "_Documents"
+#~ msgstr "দস্তাবেজসমূহ (_D)"
+
+#~ msgid "_Open..."
+#~ msgstr "খোলক(_O)..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "পছন্দসমূহ (_e)"
+
+#~ msgid "Configure the application"
+#~ msgstr "এপ্লিকেচন সংৰূপণ কৰক"
+
+#~ msgid "_Contents"
+#~ msgstr "সমলসমূহ (_C)"
+
+#~ msgid "Open the gedit manual"
+#~ msgstr "gedit হাতপুথি খোলক"
+
+#~ msgid "About this application"
+#~ msgstr "এই এপ্লিকেচনৰ বিষয়ে"
+
+#~ msgid "Save the current file with a different name"
+#~ msgstr "বৰ্তমান ফাইল এটা পৃথক নামৰে সংৰক্ষণ কৰক"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "ফাইল আগত সংৰক্ষিত কোনো সংস্কৰণৰ অৱস্থাত প্ৰত্যাবৰ্তন কৰক"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "প্ৰিণ্টৰ পূৰ্বদৰ্শন (_w)"
+
+#~ msgid "Print preview"
+#~ msgstr "প্ৰিণ্টৰ পূৰ্বদৰ্শন"
+
+#~ msgid "Print the current page"
+#~ msgstr "বৰ্তমান পৃষ্ঠা প্ৰিণ্ট কৰক"
+
+#~ msgid "Undo the last action"
+#~ msgstr "সৰ্বশেষ কৰ্ম বাতিল কৰক"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "বাতিল কৰা কৰ্ম পুনঃ কৰক"
+
+#~ msgid "Cut the selection"
+#~ msgstr "নিৰ্বাচিত বস্তু কাট কৰক"
+
+#~ msgid "Copy the selection"
+#~ msgstr "নিৰ্বাচিত বস্তু কপি কৰক"
+
+#~ msgid "Paste the clipboard"
+#~ msgstr "ক্লিপবোৰ্ডৰ বস্তু পেস্ট কৰক"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "নিৰ্বাচিত অংশ মচি পেলাওক"
+
+#~ msgid "Select the entire document"
+#~ msgstr "সম্পূৰ্ণ দস্তাবেজৰ তথ্য নিৰ্বাচন কৰক"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "উজ্জ্বল অৱস্থা (_H)..."
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "সক্ৰিয় দস্তাবেজৰ উজ্জ্বল অৱস্থা পৰিবৰ্তন কৰে"
+
+#~ msgid "_Find..."
+#~ msgstr "সন্ধান কৰক (_F)..."
+
+#~ msgid "Search for text"
+#~ msgstr "লিখনি সন্ধান কৰক"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "দস্তাবেজৰ অবশিষ্ট নিম্নবৰ্তী অংশত সেই লিখনি সন্ধান কৰক"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "বিপৰীত দিশত এই লিখনি সন্ধান কৰক"
+
+#~ msgid "_Replace..."
+#~ msgstr "প্ৰতিস্থাপন কৰক (_R)..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "লিখনি সন্ধান কৰি পৰিবৰ্তন কৰক"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "সন্ধানত প্ৰাপ্ত মিলসমূহ উজ্জ্বলকৰণ আতৰাওক"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "নিৰ্দিষ্ট কোনো শাৰী চাওক"
+
+#~ msgid "Save all open files"
+#~ msgstr "বৰ্তমান ব্যৱহৃত সকলো ফাইল সংৰক্ষণ কৰক"
+
+#~ msgid "Close all open files"
+#~ msgstr "সকলো খোলা ফাইল বন্ধ কৰক"
+
+#~ msgid "Create a new tab group"
+#~ msgstr "এটা নতুন টেব দল সৃষ্টি কৰক"
+
+#~ msgid "Switch to the previous tab group"
+#~ msgstr "পূৰ্ববৰ্তী টেব দললে উভতি যাওক"
+
+#~ msgid "Switch to the next tab group"
+#~ msgstr "পৰবৰ্তী টেব দললে যাওক"
+
+#~ msgid "Activate previous document"
+#~ msgstr "পূৰ্ববৰ্তী দস্তাবেজ সক্ৰিয় কৰক"
+
+#~ msgid "Activate next document"
+#~ msgstr "পৰবৰ্তী দস্তাবেজ সক্ৰিয় কৰক"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "বৰ্তমান দস্তাবেজ এটা নতুন উইন্ডোত স্থানান্তৰ কৰক"
+
+#~ msgid "Close the current file"
+#~ msgstr "বৰ্তমান ফাইল বন্ধ কৰক"
+
+#~ msgid "Quit the program"
+#~ msgstr "প্ৰগ্ৰামৰ পৰা প্ৰস্থান কৰক"
+
+#~ msgid "_Toolbar"
+#~ msgstr "টুলবাৰ (_T)"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "বৰ্তমান উইন্ডোত টুল-বাৰ প্ৰদৰ্শন কৰক বা লুকাওক"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "বৰ্তমান উইন্ডোত অৱস্থাবাৰ প্ৰদৰ্শন বা লুকোৱা হ'ব"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "সম্পূৰ্ণ পৰ্দাত লিখনি সম্পাদন কৰক"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "বৰ্তমান উইন্ডোত কাষৰ পেনেল দেখুৱাওক বা লুকাওক"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "বৰ্তমান উইন্ডোত নিম্নবৰ্তী পেনেল দেখুৱাওক বা লুকাওক"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' খোলক"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' সক্ৰিয় কৰক"
+
+#~ msgid "Change Case"
+#~ msgstr "ফলা পৰিবৰ্তন কৰক"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "নিৰ্বাচিত লিখনিৰ ফলা পৰিবৰ্তন কৰোঁতে ব্যৱহৃত হয়।"
+
+#~ msgid "C_hange Case"
+#~ msgstr "ফলা পৰিবৰ্তন কৰক (_h)"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "সকলো ডাঙৰ ফলা (_U)"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "কেৱল সৰু ফলা ব্যৱহাৰ কৰা হ'ব (_L)"
+
+#~ msgid "Change selected text to lower case"
+#~ msgstr "নিৰ্বাচিত লিখনিৰ ফলা সৰুলে পৰিবৰ্তন কৰক"
+
+#~ msgid "_Invert Case"
+#~ msgstr "ফলা উলুটাওক (_I)"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "নিৰ্বাচিত লিখনিৰ ফলা উলুটাওক"
+
+#~ msgid "_Title Case"
+#~ msgstr "শীৰ্ষকৰ ফলা (_T)"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "প্ৰতি নিৰ্বাচিত শব্দৰ প্ৰথম আখৰ ডাঙৰ ফলালে পৰিবৰ্তন কৰক"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "বৰ্তমান দস্তাবেজৰ বিভিন্ন পৰিসংখ্যা প্ৰাপ্ত কৰক"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "বহিৰ্তম সঁজুলি ব্যৱস্থাপক খোলে"
+
+#~ msgid "External tools"
+#~ msgstr "বহিৰ্তম সঁজুলিসমূহ"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "দ্ৰুত দস্তাবেজসমূহ খোলক"
+
+#~ msgid "Manage snippets"
+#~ msgstr "স্নিপেটসমূহ ব্যৱস্থাপনা"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "বৰ্তমান দস্তাবেজ বা নিৰ্বাচিত অংশ ক্ৰমবিন্যাস কৰক।"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "বৰ্তমান দস্তাবেজত ত্ৰুটি বানানৰ উপস্থিতি পৰীক্ষা কৰক"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "বৰ্তমান দস্তাবেজত ব্যৱহৃত ভাষা নিৰ্ধাৰণ কৰক"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "স্বচালিতভাবে বৰ্তমান দস্তাবেজৰ বানান পৰীক্ষা কৰা হ'ব"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "কাৰ্ছাৰৰ অৱস্থানত বৰ্তমান তাৰিখ আৰু সময় সুমুৱাওক"
+
+#~ msgid "Open Files"
+#~ msgstr "ফাইল খোলক"
+
+#~ msgid "Character Encodings"
+#~ msgstr "আখৰ এনক'ডিংসমূহ"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "ফাইলৰ স্থান অভিগম কৰিব পৰা নগল কাৰণ তাক মাউণ্ট কৰা হোৱা নাই।"
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "অসম্পাদনযোগ্য ৰূপে gedit দ্বাৰা এই ফাইল উদাহৰণ খোলা হৈছে। তথাপি সম্পাদন কৰিব "
+#~ "বিচাৰে নেকি?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "পৰিবৰ্তনসমূহ বৰ্জন কৰি ফাইল পুনঃ ল'ড কৰা হ'ব নেকি ?"
+
+#~ msgid "Replace All"
+#~ msgstr "সকলো প্ৰতিস্থাপন কৰা হ'ব"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "বাক্যবিন্যাস উজ্জ্বলকৰণ অসামৰ্থবান কৰক"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "বৰ্তমান সক্ৰিয় অৱস্থানত root নিৰ্ধাৰণ কৰা হ'ব"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "বৰ্তমান খোলা ডাইৰেকটৰিত টাৰ্মিনেল খোলক"
+
+#~ msgid "file"
+#~ msgstr "ফাইল"
+
+#~ msgid "directory"
+#~ msgstr "ডাইৰেকটৰি"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "নিৰ্বাচিত ফাইল বা ফোল্ডাৰ আবৰ্জনাৰ বাকচত স্থানান্তৰ কৰক"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "নিৰ্বাচিত ফাইল বা ফোল্ডাৰ মচি পেলাওক"
+
+#~ msgid "Open selected file"
+#~ msgstr "নিৰ্বাচিত ফাইল খোলক"
+
+#~ msgid "Up"
+#~ msgstr "ওপৰত"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "উপধায়ক ফোল্ডাৰ খোলক"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "এটা নতুন ৰিক্ত ফোল্ডাৰ যোগ কৰক"
+
+#~ msgid "Add new empty file"
+#~ msgstr "এটা নতুন ৰিক্ত ফাইল যোগ কৰক"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "নিৰ্বাচিত ফাইল বা ফোল্ডাৰৰ পুনৰ নামকৰণ কৰক"
+
+#~ msgid "_Previous Location"
+#~ msgstr "পূৰ্ববৰ্তী অৱস্থান (_P)"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "আগত ভ্ৰমণ কৰা অৱস্থানত যাওক"
+
+#~ msgid "_Next Location"
+#~ msgstr "পৰবৰ্তী অৱস্থান (_N)"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "পৰবৰ্তী ভ্ৰমণ কৰা অৱস্থানত যাওক"
+
+#~ msgid "Refresh the view"
+#~ msgstr "দৰ্শন সতেজ কৰক"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "ফাইল ব্যৱস্থাপকত ফোল্ডাৰ দৰ্শন কৰক"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "লুকোৱা ফাইল আৰু ফোল্ডাৰ দেখুৱাওক"
+
+#~ msgid "Show binary files"
+#~ msgstr "বাইনাৰি ফাইলসমূহ দেখুৱাওক"
+
+#~ msgid "Quick open"
+#~ msgstr "দ্ৰুত খোলা"
+
+#~ msgid "Text;"
+#~ msgstr "লিখনি;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "সংৰক্ষণ নকৰি প্ৰস্থান কৰক (_w)"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "gedit ক পটভূমিত চলাওক"
+
+#~ msgid "_Add..."
+#~ msgstr "যোগ কৰক...(_A)"
+
+#~ msgid "Previous location"
+#~ msgstr "পূৰ্ববৰ্তী অৱস্থান"
+
+#~ msgid "Go to previous location"
+#~ msgstr "পূৰ্ববৰ্তী অৱস্থানত যাওক"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "আগত ভ্ৰমণ কৰা অৱস্থানত যাওক"
+
+#~ msgid "Next location"
+#~ msgstr "পৰবৰ্তী অৱস্থান"
+
+#~ msgid "Go to next location"
+#~ msgstr "পৰবৰ্তী অৱস্থানত যাওক"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "লিখাৰ ধৰণত gedit দ্বাৰা সমৰ্থিত VFS আঁচনি। অবিকল্পিতৰূপে 'file' স্কিম লিখাৰ "
+#~ "যোগ্য।"
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "লেখনযোগ্য VFS স্কিম"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "ম্যানেজাৰ"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "বেকআপ কপিৰ সম্প্ৰসাৰণ"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "নিম্নস্থিত পেনেল দেখা যায়"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "বেকআপ ফাইলৰ নামৰ অন্তত ব্যৱহৃত সম্প্ৰসাৰণ বা উপপদ। এইটো প্ৰয়োগ কৰাৰ বাবে "
+#~ "\"বেকআপ কপি সৃষ্টি কৰা হ'ব\" বিকল্পটো চলি থকা আৱশ্যক।"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "টুল-বাৰৰ ওপৰত অৱস্থিত বুটামৰ বিন্যাস। সাম্ভাব্য মানসমূহ হ'ল, চিস্টেমৰ অবিকল্পিত "
+#~ "বিন্যাস প্ৰয়োগ কৰাৰ বাবে \"GEDIT_TOOLBAR_SYSTEM\", কেৱল আইকন প্ৰদৰ্শনৰ বাবে "
+#~ "\"GEDIT_TOOLBAR_ICONS\", আইকন আৰু লিখনি প্ৰদৰ্শনৰ বাবে "
+#~ "\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" আৰু আইকনৰ ওচৰত গুৰুত্বপূৰ্ণ লিখনি প্ৰদৰ্শনৰ বাবে "
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\"। উল্লেখ্য এই মানসমূহ লিখোঁতে আখৰৰ ফলা "
+#~ "অক্ষুন্ন ৰখা আৱশ্যক, এই কাৰণে উল্লিখিত বিৱৰণ অনুযায়ী মান লিখা উচিত।"
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "টুলবাৰত অৱস্থিত বুটামৰ বিন্যাস"
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr "সম্পাদন উইন্ডোৰ উইন্ডোৰ তলৰ অংশত পেনেল প্ৰদৰ্শিত হ'ব নে নহয়।"
+
+#~ msgid "Character Codings"
+#~ msgstr "আখৰ এনক'ডিং"
+
+#~ msgid "<b>Bracket Matching</b>"
+#~ msgstr "<b>অনুৰূপ ব্ৰেকেট</b>"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>বৰ্তমান শাৰী</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>আখৰ</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>শাৰী সংখ্যা</b>"
+
+#~ msgid "<b>Right Margin</b>"
+#~ msgstr "<b>সোঁ ফালৰ প্ৰান্ত</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">ৰঙৰ আঁচনি</span>"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "উল্লিখিত স্তম্ভ সোঁ ফালৰ প্ৰান্ত হিচাপে চিহ্নিত হ'ব: (_R)"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[FILE...]"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "আখৰ এনক'ডিং:(_a)"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "বেকআপ ফাইল উদ্ধাৰ কৰা নাযায়।"
+
+#~ msgid "Plugin"
+#~ msgstr "প্লাগিন"
+
+#~ msgid "Enabled"
+#~ msgstr "সক্ৰিয়"
+
+#~ msgid "C_onfigure"
+#~ msgstr "সংৰূপণ কৰক (_o)"
+
+#~ msgid "A_ctivate"
+#~ msgstr "সক্ৰিয় কৰক (_c)"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "সকলো সক্ৰিয় কৰক (_t)"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "সকলো নিষ্ক্ৰিয় কৰক (_D)"
+
+#~| msgid "Active plugins"
+#~ msgid "Active _Plugins:"
+#~ msgstr "সক্ৰিয় প্লাগিন: (_P)"
+
+#~ msgid "C_onfigure Plugin"
+#~ msgstr "প্লাগিন সংৰূপণ কৰক (_o)"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "বৈশিষ্ট্য পৰিচালন ব্যৱস্থা আৰম্ভ কৰা নাযায়।"
+
+#~ msgid "Expected `%s' got `%s' for key %s"
+#~ msgstr "প্ৰত্যাশিত `%s', `%s' প্ৰাপ্ত হৈছে %s কী (key)ৰ বাবে"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>আখৰ</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>পৃষ্ঠাৰ হেডাৰ</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>বাক্যবিন্যাসৰ উজ্জ্বলকৰণ</b>"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "পৃষ্ঠাৰ বৈশিষ্ট্য...(_u)"
+
+#~ msgid "Setup the page settings"
+#~ msgstr "পৃষ্ঠাৰ বৈশিষ্ট্য নিৰ্ধাৰণ কৰক"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "বাঢ়ি যোৱাকে বিচৰা (_I)..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "ক্ৰমবৰ্ধমান পদ্ধতিত লিখনি সন্ধান কৰক"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">ফাইলৰ নাম</span>"
+
+#~ msgid "_Indent"
+#~ msgstr "প্ৰান্ত নিৰ্ধাৰণ (_I)"
+
+#~ msgid "U_nindent"
+#~ msgstr "নিৰ্ধাৰিত প্ৰান্ত বাতিল কৰক (_n)"
+
+#~ msgid "Unindent selected lines"
+#~ msgstr "নিৰ্বাচিত শাৰীসমূহৰ প্ৰান্ত বাতিল কৰক"
+
+#~ msgid "Indent Lines"
+#~ msgstr "শাৰীৰ প্ৰান্ত নিৰ্ধাৰণ কৰক"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "নিৰ্বাচিত শাৰীৰ প্ৰান্ত নিৰ্ধাৰণ বা বাতিল কৰি।"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Snippets Manager"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "স্বচালিত বানান পৰীক্ষণ ব্যৱস্থা (_A)"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>ভাষা</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>শব্দ</b>"
+
+#~ msgid "Tags"
+#~ msgstr "ট্যাগ"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "আপুনি যি ট্যাগসমূহ ব্যৱহাৰ কৰিব বিচাৰে নে সেইসমূহ নিৰ্বাচন কৰক"
+
+#~ msgid "_Preview"
+#~ msgstr "পূৰ্বপ্ৰদৰ্শন (_P)"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "উপলব্ধ ট্যাগেৰ তালিকা"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "সৰু আকাৰ"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Abbreviation"
+
+#~ msgid "Above"
+#~ msgstr "ওপৰ"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "লগিন কিৰ আখৰ"
+
+#~ msgid "Acronym"
+#~ msgstr "Acronym"
+
+#~ msgid "Align"
+#~ msgstr "শাৰীকৰণ"
+
+#~ msgid "Alignment character"
+#~ msgstr "শাৰীকৰণৰ আখৰ"
+
+#~ msgid "Alternative"
+#~ msgstr "বৈকল্পিক"
+
+#~ msgid "Anchor"
+#~ msgstr "এঙ্কৰ"
+
+#~ msgid "Anchor URI"
+#~ msgstr "এঙ্কৰ URI"
+
+#~ msgid "Applet class file code"
+#~ msgstr "Applet class file code"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Applet class file code (অবচিত)"
+
+#~ msgid "Array"
+#~ msgstr "শৃংখলা "
+
+#~ msgid "Associated information"
+#~ msgstr "সম্বন্ধীয় তথ্য"
+
+#~ msgid "Author info"
+#~ msgstr "লেখক পৰিচয়"
+
+#~ msgid "Axis related headers"
+#~ msgstr "Axis সম্বন্ধীয় হেডাৰ"
+
+#~ msgid "Background color"
+#~ msgstr "পৃষ্ঠভূমিৰ ৰঙ"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "পৃষ্ঠভূমিৰ ৰঙ (অবচিত)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "পৃষ্ঠভূমমিৰ texture tile"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "পৃষ্ঠভূমমিৰ texture tile (অবচিত)"
+
+#~ msgid "Base URI"
+#~ msgstr "Base URI"
+
+#~ msgid "Base font"
+#~ msgstr "Base font"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Base font (অবচিত)"
+
+#~ msgid "Bold"
+#~ msgstr "ব'ল্ড"
+
+#~ msgid "Border"
+#~ msgstr "সীমাৰেখা"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "সীমাৰেখা (অবচিত)"
+
+#~ msgid "Border color"
+#~ msgstr "সীমাৰেখাৰ ৰঙ"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "Cell rowspan"
+
+#~ msgid "Center"
+#~ msgstr "কেন্দ্ৰ"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "কেন্দ্ৰ (অবচিত)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "সংযুক্ত উৎসৰ আখৰ এঙ্কোডিং"
+
+#~ msgid "Checked (state)"
+#~ msgstr "পৰীক্ষা কৰা (অৱস্থা)"
+
+#~ msgid "Checked state"
+#~ msgstr "পৰীক্ষা কৰা অৱস্থা"
+
+#~ msgid "Citation"
+#~ msgstr "উদ্ধৃতি উল্লেখ কৰা"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "সলনি কাৰণ কওক"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "Class implementation ID"
+
+#~ msgid "Class list"
+#~ msgstr "শ্ৰেণীৰ তালিকা"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "লিখনিৰ ধাৰাৰ নিয়ন্ত্ৰণ পৰিষ্কাৰ কৰক"
+
+#~ msgid "Code content type"
+#~ msgstr "ক'ড বিষয়ৰ ধৰণ"
+
+#~ msgid "Color of selected links"
+#~ msgstr "নিৰ্বাচিত সংযোগৰ ৰঙ"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "নিৰ্বাচিত সংযোগৰ ৰঙ (অবচিত)"
+
+#~ msgid "Column span"
+#~ msgstr "Column span"
+
+#~ msgid "Comment"
+#~ msgstr "মন্তব্য"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "Computer code fragment"
+
+#~ msgid "Content type"
+#~ msgstr "বিষয়ৰ প্ৰকাৰ"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "বিষয়ৰ প্ৰকাৰ (অবচিত)"
+
+#~ msgid "Coordinates"
+#~ msgstr "স্থানাংকবোৰ"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV Style container"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV container"
+
+#~ msgid "Date and time of change"
+#~ msgstr "সলনিৰ দিন আৰু সময়"
+
+#~ msgid "Declare flag"
+#~ msgstr "Declare flag"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Defer attribute"
+
+#~ msgid "Definition description"
+#~ msgstr "সংজ্ঞাৰ বিৱৰণ"
+
+#~ msgid "Definition list"
+#~ msgstr "সংজ্ঞাৰ তালিকা"
+
+#~ msgid "Definition term"
+#~ msgstr "সংজ্ঞাৰ শব্দ"
+
+#~ msgid "Deleted text"
+#~ msgstr "আঁতৰুৱা লিখনি"
+
+#~ msgid "Direction"
+#~ msgstr "দিশ"
+
+#~ msgid "Directionality"
+#~ msgstr "দিশ"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "দিশ (অবচিত)"
+
+#~ msgid "Directory list"
+#~ msgstr "ডাইৰেকটৰিৰ তালিকা"
+
+#~ msgid "Disabled"
+#~ msgstr "নিষ্ক্ৰীয়"
+
+#~ msgid "Document base"
+#~ msgstr "দস্তাবেজৰ বেছ্‌"
+
+#~ msgid "Document body"
+#~ msgstr "দস্তাবেজৰ বডি"
+
+#~ msgid "Document head"
+#~ msgstr "দস্তাবেজৰ হেড"
+
+#~ msgid "Document title"
+#~ msgstr "দস্তাবেজৰ শীৰ্ষক"
+
+#~ msgid "Document type"
+#~ msgstr "দস্তাবেজৰ প্ৰকাৰ"
+
+#~ msgid "Element ID"
+#~ msgstr "Element ID"
+
+#~ msgid "Embedded object"
+#~ msgstr "সন্মিলিত বস্তু"
+
+#~ msgid "Emphasis"
+#~ msgstr "জোৰ দিয়া"
+
+#~ msgid "Encode type"
+#~ msgstr "Encode প্ৰকাৰ"
+
+#~ msgid "Figure"
+#~ msgstr "ছবি"
+
+#~ msgid "Font face"
+#~ msgstr "Font face"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Font face (অবচিত)"
+
+#~ msgid "For label"
+#~ msgstr "লেবেলৰ কাৰণে"
+
+#~ msgid "Forced line break"
+#~ msgstr "বলবৎ ৰেখা বিৰতি"
+
+#~ msgid "Form"
+#~ msgstr "ফৰ্ম"
+
+#~ msgid "Form action handler"
+#~ msgstr "Form action handler"
+
+#~ msgid "Form control group"
+#~ msgstr "ফৰ্ম নিয়ন্ত্ৰণ সমষ্"
+
+#~ msgid "Form field label text"
+#~ msgstr "ফৰ্ম ক্ষেত্ৰৰ লেবেল লিখনি"
+
+#~ msgid "Form input"
+#~ msgstr "ফৰ্ম নিবেশ"
+
+#~ msgid "Form input type"
+#~ msgstr "ফৰ্ম নিবেশ ধৰণ"
+
+#~ msgid "Form method"
+#~ msgstr "ফৰ্ম পদ্ধতি"
+
+#~ msgid "Forward link"
+#~ msgstr "সংযোগ আগবঢ়াওক"
+
+#~ msgid "Frame"
+#~ msgstr "ফ্ৰেম"
+
+#~ msgid "Frame render parts"
+#~ msgstr "ফ্ৰেম ৰেণ্ডাৰ অংশ"
+
+#~ msgid "Frame source"
+#~ msgstr "ফ্ৰেমৰ উৎস"
+
+#~ msgid "Frame target"
+#~ msgstr "ফ্ৰেম লক্ষ্য"
+
+#~ msgid "Frameborder"
+#~ msgstr "Frameborder"
+
+#~ msgid "Frameset"
+#~ msgstr "Frameset"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Frameset columns"
+
+#~ msgid "Frameset rows"
+#~ msgstr "ফ্ৰেম ছেট শাৰী"
+
+#~ msgid "Framespacing"
+#~ msgstr "Framespacing"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "সাধাৰণ সন্মিলিত বস্তু"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "সাধাৰণ metainformation"
+
+#~ msgid "Generic span"
+#~ msgstr "Generic span"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - বিশেষ আখৰবোৰ"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - টেগবোৰ"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML ৰূট পদাৰ্থ"
+
+#~ msgid "HTML version"
+#~ msgstr "HTML সংস্কৰণ"
+
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP হেডাৰৰ নাম"
+
+#~ msgid "Header cell ID's"
+#~ msgstr "Header cell ID's"
+
+#~ msgid "Heading"
+#~ msgstr "শীৰ্ষক"
+
+#~ msgid "Heading 1"
+#~ msgstr "শীৰ্ষক ১"
+
+#~ msgid "Heading 2"
+#~ msgstr "শীৰ্ষক ২"
+
+#~ msgid "Heading 3"
+#~ msgstr "শীৰ্ষক ৩"
+
+#~ msgid "Heading 4"
+#~ msgstr "শীৰ্ষক ৪"
+
+#~ msgid "Heading 5"
+#~ msgstr "শীৰ্ষক ৫"
+
+#~ msgid "Heading 6"
+#~ msgstr "শীৰ্ষক ৬"
+
+#~ msgid "Height"
+#~ msgstr "উচ্চতা"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "অনুভূমিক ৰূল"
+
+#~ msgid "Horizontal space"
+#~ msgstr "অনুভূমিক স্থান"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "অনুভূমিক স্থান (অবচিত)"
+
+#~ msgid "HttP header name"
+#~ msgstr "HttP হেডাৰৰ নাম"
+
+#~ msgid "I18N BiDi over-ride"
+#~ msgstr "I18N BiDi over-ride"
+
+#~ msgid "Image"
+#~ msgstr "চিত্ৰ"
+
+#~ msgid "Image map"
+#~ msgstr "ছবি মেপ"
+
+#~ msgid "Image map area"
+#~ msgstr "ছবি মেপ ক্ষেত্ৰ"
+
+#~ msgid "Image map name"
+#~ msgstr "ছবি মেপ নাম"
+
+#~ msgid "Image source"
+#~ msgstr "ছবিৰ উৎস"
+
+#~ msgid "Inline frame"
+#~ msgstr "ইনশাৰী ফ্ৰেম"
+
+#~ msgid "Inline layer"
+#~ msgstr "ইনশাৰী লেয়াৰ"
+
+#~ msgid "Inserted text"
+#~ msgstr "ভৰোৱা লিখনি"
+
+#~ msgid "Instance definition"
+#~ msgstr "Instance ৰ সংজ্ঞা"
+
+#~ msgid "Italic text"
+#~ msgstr "ইটালিক লিখনি"
+
+#~ msgid "Java applet"
+#~ msgstr "Java applet"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Java applet (অবচিত)"
+
+#~ msgid "Label"
+#~ msgstr "লেবেল"
+
+#~ msgid "Language code"
+#~ msgstr "ভাষাৰ ক'ড"
+
+#~ msgid "Large text style"
+#~ msgstr "ডাঙৰ আকৰৰ ধৰন"
+
+#~ msgid "Layer"
+#~ msgstr "স্তৰ"
+
+#~ msgid "Link color"
+#~ msgstr "সংযোগৰ ৰঙ"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "সংযোগৰ ৰঙ (অবচিত)"
+
+#~ msgid "List item"
+#~ msgstr "তালিকা পদাৰ্থ"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "ফাইল আপল'ড কৰিবলৈ কাৰণে MIME ধৰনৰ তালিকা"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "সমৰ্থিত আকৰৰ গোটৰ তালিকা"
+
+#~ msgid "Listing"
+#~ msgstr "তালিকাভুক্ত কৰা"
+
+#~ msgid "Local change to font"
+#~ msgstr "ফণ্টলৈ স্থানীয় সলনি"
+
+#~ msgid "Long description link"
+#~ msgstr "দীঘল বিৱৰণৰ সংযোগ"
+
+#~ msgid "Long quotation"
+#~ msgstr "দীঘল উদ্ধৃতি"
+
+#~ msgid "Mail link"
+#~ msgstr "পত্ৰ সংযোগ"
+
+#~ msgid "Margin pixel height"
+#~ msgstr "Margin pixel height"
+
+#~ msgid "Margin pixel width"
+#~ msgstr "Margin pixel width"
+
+#~ msgid "Marquee"
+#~ msgstr "Marquee"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "লিখনি ক্ষেত্ৰৰ সৰ্বাধিক দৈৰ্ঘ্য"
+
+#~ msgid "Media-independent link"
+#~ msgstr "Media-independent link"
+
+#~ msgid "Menu list"
+#~ msgstr "মেনুৰ তালিকা"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "মেনুৰ তালিকা (অবচিত)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "Multi-line লিখনিৰ ক্ষেত্ৰ"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Multicolumn"
+
+#~ msgid "Multiple"
+#~ msgstr "বহুত"
+
+#~ msgid "Named property value"
+#~ msgstr "Named গুণৰ মান"
+
+#~ msgid "Next ID"
+#~ msgstr "পৰৱৰ্তী ID"
+
+#~ msgid "No URI"
+#~ msgstr "No URI"
+
+#~ msgid "No embedded objects"
+#~ msgstr "কোনো সন্মিলিত বস্তু নাই"
+
+#~ msgid "No frames"
+#~ msgstr "কোনো ফ্ৰেম নাই"
+
+#~ msgid "No layers"
+#~ msgstr "কোনো স্তৰ নাই"
+
+#~ msgid "No line break"
+#~ msgstr "কোনো ৰেখা বিৰতি নাই"
+
+#~ msgid "No script"
+#~ msgstr "কোনো স্ক্ৰিপ্ট নাই"
+
+#~ msgid "No shade"
+#~ msgstr "কোনো shade নাই"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "কোনো shade নাই (অবচিত)"
+
+#~ msgid "No word wrap"
+#~ msgstr "কোনো শব্দৰ আবৃত নাই"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "কোনো শব্দৰ আবৃত নাই (অবচিত)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "Non-breaking স্থান"
+
+#~ msgid "Note"
+#~ msgstr "নোট"
+
+#~ msgid "Object applet file"
+#~ msgstr "Object applet ফাইল"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Object applet ফাইল (অবচিত)"
+
+#~ msgid "Object data reference"
+#~ msgstr "Object data reference"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "Offset for alignment character"
+
+#~ msgid "OnBlur event"
+#~ msgstr "OnBlur ঘটনা"
+
+#~ msgid "OnChange event"
+#~ msgstr "OnChange ঘটনা"
+
+#~ msgid "OnClick event"
+#~ msgstr "OnClick ঘটনা"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick ঘটনা"
+
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus ঘটনা"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown ঘটনা"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress ঘটনা"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp ঘটনা"
+
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad ঘটনা"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown ঘটনা"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove ঘটনা"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut ঘটনা"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver ঘটনা"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp ঘটনা"
+
+#~ msgid "OnReset event"
+#~ msgstr "OnReset ঘটনা"
+
+#~ msgid "OnSelect event"
+#~ msgstr "OnSelect ঘটনা"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit ঘটনা"
+
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload ঘটনা"
+
+#~ msgid "Option group"
+#~ msgstr "বিকল্প সমষ্"
+
+#~ msgid "Option selector"
+#~ msgstr "বিকল্প নিৰ্বাচক"
+
+#~ msgid "Ordered list"
+#~ msgstr "শৃংখলাবদ্ধ তালিকা"
+
+#~ msgid "Output media"
+#~ msgstr "নিৰ্গমৰ মিডিয়া"
+
+#~ msgid "Paragraph"
+#~ msgstr "পেৰেগ্ৰাফ"
+
+#~ msgid "Paragraph class"
+#~ msgstr "পেৰেগ্ৰাফ ক্লাছ"
+
+#~ msgid "Paragraph style"
+#~ msgstr "পেৰেগ্ৰাফ শৈলী"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "প্ৰি-ফৰমেটেড লিস্ং"
+
+#~ msgid "Preformatted text"
+#~ msgstr "প্ৰি-ফৰমেটেড লিখনি"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Profile metainfo dictionary"
+
+#~ msgid "Push button"
+#~ msgstr "পা বুটাম"
+
+#~ msgid "Quote"
+#~ msgstr "উদ্ধৃতি"
+
+#~ msgid "Range"
+#~ msgstr "পৰিসৰ"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "ReadOnly text and password"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "মধ্যবৰ্তী স্থান"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "মধ্যবৰ্তী স্থান (অবচিত)"
+
+#~ msgid "Reverse link"
+#~ msgstr "ওলোটা সংযোগ"
+
+#~ msgid "Root"
+#~ msgstr "ৰূট"
+
+#~ msgid "Rows"
+#~ msgstr "শাৰীবোৰ"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "শাৰী আৰু স্তম্ভৰ মাজৰ ৰুলিং"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "উদাহৰণ কাৰ্য্যক্ৰমৰ নিৰ্গম, স্ক্ৰিপ্ট"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "হেডাৰ কোষে আবৃত স্ক'প"
+
+#~ msgid "Script language name"
+#~ msgstr "স্ক্ৰিপ্টৰ ভাষাৰ নাম"
+
+#~ msgid "Script statements"
+#~ msgstr "স্ক্ৰিপ্ট বাক্য"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Scrollbar"
+
+#~ msgid "Selectable option"
+#~ msgstr "নিৰ্বাচনযোগ্য বিকল্প"
+
+#~ msgid "Server-side image map"
+#~ msgstr "ছাৰ্ভাৰ-ফালৰ ছবি মেপ"
+
+#~ msgid "Shape"
+#~ msgstr "আকৃতি"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "সৰু inline উদ্ধৃতি"
+
+#~ msgid "Single line prompt"
+#~ msgstr "একমাত্ৰ ৰেখাৰ প্ৰমপ্ট"
+
+#~ msgid "Size"
+#~ msgstr "মাপ"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "আকাৰ (অবচিত)"
+
+#~ msgid "Small text style"
+#~ msgstr "সৰু আকৰৰ ধৰন"
+
+#~ msgid "Soft line break"
+#~ msgstr "Soft line break"
+
+#~ msgid "Sound"
+#~ msgstr "ধ্বনি"
+
+#~ msgid "Source"
+#~ msgstr "উৎস"
+
+#~ msgid "Space separated archive list"
+#~ msgstr "ৰিক্তস্থানতৰে বিভাজিত আৰ্কাইভৰ তালিকা"
+
+#~ msgid "Spacer"
+#~ msgstr "Spacer"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "কোষৰ মাজৰ মধ্যবৰ্তী স্থান"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "কোষৰ ভিতৰৰ মধ্যবৰ্তী স্থান"
+
+#~ msgid "Span"
+#~ msgstr "Span"
+
+#~ msgid "Square root"
+#~ msgstr "বৰ্গমূল"
+
+#~ msgid "Standby load msg"
+#~ msgstr "Standby load msg"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "আৰম্ভৰ শৃংখলাৰ সংখ্যা"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "আৰম্ভৰ শৃংখলাৰ সংখ্যা (অবচিত)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "Strike-through text"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Strike-through text style (অবচিত)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "Strike-through text style"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Strike-through text style (অবচিত)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "দৃঢ়ভাৱে গুৰুত্ব অতিক্ৰমণ"
+
+#~ msgid "Style info"
+#~ msgstr "শৈলী তথ্য"
+
+#~ msgid "Subscript"
+#~ msgstr "ছাবস্ক্ৰিপ্ট"
+
+#~ msgid "Superscript"
+#~ msgstr "ছুপাৰ স্ক্ৰিপ্ট"
+
+#~ msgid "Tab order position"
+#~ msgstr "টেব ক্ৰমৰ স্থান"
+
+#~ msgid "Table"
+#~ msgstr "টেবিল"
+
+#~ msgid "Table body"
+#~ msgstr "টেবুল বডি"
+
+#~ msgid "Table caption"
+#~ msgstr "টেবুল কেপ্ছন"
+
+#~ msgid "Table column group properties"
+#~ msgstr "টেবুল স্তম্ভ সমষ্ৰ গুণ"
+
+#~ msgid "Table column properties"
+#~ msgstr "টেবুল স্তম্ভৰ গুণ"
+
+#~ msgid "Table data cell"
+#~ msgstr "নিৰ্ঘণ্ট তথ্যৰ কোষ"
+
+#~ msgid "Table footer"
+#~ msgstr "টেবুল ফুটাৰ"
+
+#~ msgid "Table header cell"
+#~ msgstr "টেবুল হেডাৰ কোষ"
+
+#~ msgid "Table row"
+#~ msgstr "নিৰ্ঘণ্ট শাৰী"
+
+#~ msgid "Table summary"
+#~ msgstr "নিৰ্ঘণ্ট সাৰাংশ"
+
+#~ msgid "Target - Blank"
+#~ msgstr "লক্ষ্য - ৰিক্ত"
+
+#~ msgid "Target - Parent"
+#~ msgstr "লক্ষ্য - পেৰেণ্ট"
+
+#~ msgid "Target - Self"
+#~ msgstr "লক্ষ্য - নিজেই"
+
+#~ msgid "Target - Top"
+#~ msgstr "লক্ষ্য - ওপৰৰ"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Teletype বা monospace লিখনিৰ ধৰণ"
+
+#~ msgid "Text color"
+#~ msgstr "টেকস্টৰ ৰঙ"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "টেকস্টৰ ৰঙ (অবচিত)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "ব্যৱহাৰকৰোঁতাই দিয়া লিখনি"
+
+#~ msgid "Title"
+#~ msgstr "শীৰ্ষক"
+
+#~ msgid "Topmargin in pixels"
+#~ msgstr "Topmargin pixel ত"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "আণ্ডাৰ্শাৰী লিখনিৰ ধৰণ"
+
+#~ msgid "Unordered list"
+#~ msgstr "Unordered list"
+
+#~ msgid "Use image map"
+#~ msgstr "Use image map"
+
+#~ msgid "Value"
+#~ msgstr "মান"
+
+#~ msgid "Value interpretation"
+#~ msgstr "Value interpretation"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "Variable or program argument"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Vertical cell alignment"
+
+#~ msgid "Vertical space"
+#~ msgstr "Vertical space"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Vertical space (অবচিত)"
+
+#~ msgid "Visited link color"
+#~ msgstr "Visited link color"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Visited link color (অবচিত)"
+
+#~ msgid "Width"
+#~ msgstr "প্ৰস্থ"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML 1.0 - Tags"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Bibliography (cite)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Bibliography (item)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Bibliography (shortcite)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Bibliography (thebibliography)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "Brackets ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "Brackets <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "Brackets []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "Brackets {}"
+
+#~ msgid "File input"
+#~ msgstr "File input"
+
+#~ msgid "Footnote"
+#~ msgstr "Footnote"
+
+#~ msgid "Function cosin"
+#~ msgstr "Function cosin"
+
+#~ msgid "Function e^"
+#~ msgstr "Function e^"
+
+#~ msgid "Function exp"
+#~ msgstr "Function exp"
+
+#~ msgid "Function log"
+#~ msgstr "Function log"
+
+#~ msgid "Function log10"
+#~ msgstr "Function log10"
+
+#~ msgid "Function sine"
+#~ msgstr "Function sine"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Greek alpha"
+
+#~ msgid "Greek beta"
+#~ msgstr "Greek beta"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Greek epsilon"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Greek gamma"
+
+#~ msgid "Greek lambda"
+#~ msgstr "Greek lambda"
+
+#~ msgid "Greek rho"
+#~ msgstr "Greek rho"
+
+#~ msgid "Greek tau"
+#~ msgstr "Greek tau"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Header 0 (chapter)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Header 0 (chapter*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Header 1 (section)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Header 1 (section*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Header 2 (subsection)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Header 2 (subsection*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Header 3 (subsubsection)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Header 3 (subsubsection*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Header 4 (paragraph)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Header appendix"
+
+#~ msgid "Item"
+#~ msgstr "Item"
+
+#~ msgid "Item with label"
+#~ msgstr "Item with label"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex - Tags"
+
+#~ msgid "List description"
+#~ msgstr "List description"
+
+#~ msgid "List enumerate"
+#~ msgstr "List enumerate"
+
+#~ msgid "List itemize"
+#~ msgstr "List itemize"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Maths (display)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Maths (inline)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "Operator fraction"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "Operator integral (display)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Operator integral (inline)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Operator sum (display)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Operator sum (inline)"
+
+#~ msgid "Reference label"
+#~ msgstr "Reference label"
+
+#~ msgid "Reference ref"
+#~ msgstr "Reference ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "Symbol <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Symbol <="
+
+#~ msgid "Symbol >="
+#~ msgstr "Symbol >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Symbol >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Symbol and"
+
+#~ msgid "Symbol const"
+#~ msgstr "Symbol const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Symbol d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Symbol d-by-dt-partial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Symbol d2-by-dt2-partial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Symbol dagger"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Symbol equiv"
+
+#~ msgid "Symbol hyphen --"
+#~ msgstr "Symbol hyphen --"
+
+#~ msgid "Symbol hyphen ---"
+#~ msgstr "Symbol hyphen ---"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Symbol infinity"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Symbol mathspace ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Symbol mathspace ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Symbol mathspace _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Symbol mathspace __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Symbol simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "Symbol star"
+
+#~ msgid "Typeface bold"
+#~ msgstr "Typeface bold"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Typeface italic"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "Typeface slanted"
+
+#~ msgid "Typeface type"
+#~ msgstr "Typeface type"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Unbreakable text"
+
+#~ msgid ""
+#~ "Provides a method to easily insert into a document commonly used tags/"
+#~ "strings without having to type them."
+#~ msgstr ""
+#~ "দস্তাবেজত নিয়মিতৰূপে ব্যৱহৃত ট্যাগ/শাৰী, টাইপ নকৰি সহজে সন্নিবেশ কৰাৰ উপায় "
+#~ "উপলব্ধ কৰি।"
+
+#~ msgid "Tag list"
+#~ msgstr "ট্যাগ তালিকা"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT - Axes"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - Elements"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - Functions"
+
+#~ msgid "ancestor"
+#~ msgstr "ancestor"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "ancestor-or-self"
+
+#~ msgid "attribute"
+#~ msgstr "attribute"
+
+#~ msgid "child"
+#~ msgstr "child"
+
+#~ msgid "descendant"
+#~ msgstr "descendant"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "descendant-or-self"
+
+#~ msgid "following"
+#~ msgstr "following"
+
+#~ msgid "following-sibling"
+#~ msgstr "following-sibling"
+
+#~ msgid "namespace"
+#~ msgstr "namespace"
+
+#~ msgid "parent"
+#~ msgstr "parent"
+
+#~ msgid "preceding"
+#~ msgstr "preceding"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "preceding-sibling"
+
+#~ msgid "self"
+#~ msgstr "self"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL - Tags"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">০১/১১/২০০২ ১৭:৫২:০০</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> তাৰিখ/সময় সন্নিবেশ কৰাৰ সময়...</span>"
+
+#~ msgid "Open Location"
+#~ msgstr "স্থান খোলক"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "আপুনি যি ফাইল খোলিবলৈ ইচ্ছুক তাৰ স্থান (URI) উল্লেখ কৰক: (_l)"
+
+#~ msgid "Open _Location..."
+#~ msgstr "নিৰ্দিষ্ট অৱস্থান খোলক (_L)..."
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "কোনো নিৰ্দিষ্ট অৱস্থানৰ পৰা এটা ফাইল খোলক"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "সম্পাদনাৰ সামগ্ৰী <i>%s</i>:"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "কমান্ড (_m):"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "সম্পাদনাৰ সামগ্ৰী <i>make</i>:"
+
+#~ msgid "_Description:"
+#~ msgstr "বিৱৰণ: (_D)"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "ব্যৱহাৰকাৰীৰ নাম সুমুৱাওক (_m)"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "কাৰ্ছাৰৰ অৱস্থানত ব্যৱহাৰকাৰীৰ নাম সুমুৱাওক"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "কাৰ্ছাৰৰ অৱস্থানত ব্যৱহাৰকাৰীৰ নাম সন্নিবেশ কৰা হয়।"
+
+#~ msgid "User name"
+#~ msgstr "ব্যৱহাৰকাৰীৰ নাম"
+
+#~ msgid "Monospace Regular 9"
+#~ msgstr "Monospace Regular 9"
+
+#~ msgid "Sans Regular 11"
+#~ msgstr "Sans Regular 11"
+
+#~ msgid "Sans Regular 8"
+#~ msgstr "Sans Regular 8"
+
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "ফাইল প্ৰিণ্ট কৰাৰ সময় মূল অংশে ব্যৱহৃত আখৰ নিৰ্ধাৰণ কৰে। এইটোএকটি gnome-print "
+#~ "আখৰেৰ নাম ও print_font_body_pangoৰ দ্বাৰা পৰিবৰ্তিত হয়।"
+
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "শাৰী সংখ্যা প্ৰিণ্ট কৰোঁতে ব্যৱহৃত আখৰ নিৰ্ধাৰণ কৰে। এইটোপ্ৰয়োগ কৰাৰ বাবে \"শাৰী "
+#~ "সংখ্যা প্ৰিণ্ট কৰা হ'ব\" বিকল্পে শূণ্য ব্যতীত কোনো পৃথক মান ব্যৱহাৰ কৰা আৱশ্যক। "
+#~ "এইটোএকটি gnome-print আখৰেৰ নাম ও print_font_body_pangoৰ দ্বাৰা পৰিবৰ্তিত হয়।"
+
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "দস্তাবেজ প্ৰিণ্ট কৰাৰ সময় পৃষ্ঠাৰ হেডাৰ প্ৰিণ্ট কৰোঁতে ব্যৱহৃত আখৰ নিৰ্ধাৰণ কৰে। "
+#~ "এইটোপ্ৰয়োগ কৰাৰ বাবে \"হেডাৰ প্ৰিণ্ট কৰা হ'ব\" বিকল্পটো সক্ৰিয় অৱস্থাত আৱশ্যক। "
+#~ "এইটোএকটি gnome-print আখৰেৰ নাম ও print_font_body_pangoৰ দ্বাৰা পৰিবৰ্তিত হয়।"
+
+#~ msgid "Page Setup"
+#~ msgstr "পৃষ্ঠাৰ বিন্যাস"
+
+#~ msgid "General"
+#~ msgstr "সাধাৰণ"
+
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: নথিপত্ৰেৰ নাম বা URI ৰ গঠন সঠিক নয়।\n"
+
+#~ msgid "The entered location is not valid."
+#~ msgstr "উল্লিখিত অৱস্থান বৈধ নয়।"
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "নথিপত্ৰেৰ মাজত ক্ষতিগ্ৰস্ত তথ্য উপস্থিত ৰয়েছে।"
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "নথিপত্ৰেৰ মাজত অবৈধ বিন্যাসে লেখা তথ্য উপস্থিত ৰয়েছে।"
+
+#~ msgid ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+#~ msgstr ""
+#~ "অত্যাধিক সংখ্যক ফাইল খোলা ৰয়েছে। অনুগ্ৰহ কৰে কয়েকটি এপ্লিকেচন বন্ধ কৰে পুনঃ "
+#~ "প্ৰচেষ্টা কৰক।"
+
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "এই ফাইলটি খোলাৰ বাবে পৰ্যাপ্ত মেমৰি অবশিষ্ট নেই। অনুগ্ৰহ কৰে কয়েকটি চলমান "
+#~ "এপ্লিকেচন বন্ধ কৰে পুনঃ প্ৰচেষ্টা কৰক।"
+
+#~ msgid ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr ""
+#~ "হোস্টেৰ নাম ৰিক্ত। অনুগ্ৰহ কৰে ব্যৱহৃত প্ৰক্সিৰ বৈশিষ্ট্য পৰীক্ষা কৰে পুনঃ প্ৰচেষ্টা "
+#~ "কৰক।"
+
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "লগ-ইন কৰোঁতে ব্যৰ্থ। সঠিক অৱস্থান লেখা হৈছে কিনা পৰীক্ষা কৰে অনুগ্ৰহ কৰে পুনঃ "
+#~ "প্ৰচেষ্টা কৰক।"
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "আপনি যি ফাইলটি খোলাৰ প্ৰচেষ্টা কৰছেন সম্ভৱত তা স্বাভাবিক বিন্যাসে নেই।"
+
+#~ msgid "Attempt to log in failed."
+#~ msgstr "লগ-ইনেৰ প্ৰচেষ্টা ব্যৰ্থ।"
+
+#~ msgid ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+#~ msgstr ""
+#~ "%s একটি ডিৰেক্টৰি। সঠিক অৱস্থান লেখা হৈছে কিনা পৰীক্ষা কৰে অনুগ্ৰহ কৰে পুনঃ "
+#~ "প্ৰচেষ্টা কৰক।"
+
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "এই ফাইলটি সংৰক্ষণেৰ বাবে পৰ্যাপ্ত মেমৰি অবশিষ্ট নেই। অনুগ্ৰহ কৰে কয়েকটি চলমান "
+#~ "এপ্লিকেচন বন্ধ কৰে পুনঃ প্ৰচেষ্টা কৰক।"
+
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "%s সাধাৰণ ফাইল নয়। সঠিক অৱস্থান লেখা হৈছে কিনা পৰীক্ষা কৰে অনুগ্ৰহ কৰে পুনঃ "
+#~ "প্ৰচেষ্টা কৰক।"
+
+#~ msgid "Other"
+#~ msgstr "অন্য"
+
+#~ msgid "Number of pages horizontally"
+#~ msgstr "অনুভুমিক দিশত প্ৰদৰ্শিত পৃষ্ঠাৰ সংখ্যা"
+
+#~ msgid "Number of pages vertically"
+#~ msgstr "উলম্ব দিশত প্ৰদৰ্শিত পৃষ্ঠাৰ সংখ্যা"
+
+#~ msgid "No visible output was created."
+#~ msgstr "প্ৰদৰ্শনযোগ্য ফলাফল প্ৰাপ্ত হয়নি।"
+
+#~ msgid "Rendering page %d of %d..."
+#~ msgstr "ৰেন্ডাৰ কৰা হচ্ছে %d পৃষ্ঠা, সৰ্বমোট %d..."
+
+#~ msgid "None"
+#~ msgstr "শূণ্য"
+
+#~ msgid ""
+#~ "Nothing\n"
+#~ "Current document\n"
+#~ "All documents"
+#~ msgstr ""
+#~ "শূণ্য\n"
+#~ "বৰ্তমান দস্তাবেজ\n"
+#~ "সৰ্বধৰনেৰ দস্তাবেজ"
+
+#~ msgid "gtk-revert-to-saved"
+#~ msgstr "gtk-revert-to-saved"
+
+#~ msgid "on"
+#~ msgstr "উপৰ"
+
+#~ msgid "Invalid uri"
+#~ msgstr "uri বৈধ নয়।"
+
+#~ msgid "Recent Files"
+#~ msgstr "শেহতীয়া ফাইল"
+
+#~ msgid "The following python code, run in a snippet, does not return a value"
+#~ msgstr "স্নিপেটে সঞ্চালিত নিম্নলিখিত python ক'ড দ্বাৰা কোনো ফলাফল উৎপন্ন হয় না"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "অজানা (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "অবিকল্পিপত"
diff --git a/po/ast.po b/po/ast.po
new file mode 100644
index 0000000..771cc4b
--- /dev/null
+++ b/po/ast.po
@@ -0,0 +1,4590 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# translation of gedit.po to Asturian
+# Asturian translation for gedit
+# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
+# This file is distributed under the same license as the gedit package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
+# Astur <astur@softastur.org>, 2007.
+# Xandru Armesto <xandru@softastur.org>, 2010, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: "
+"http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=general\n"
+"POT-Creation-Date: 2011-02-13 17:26+0000\n"
+"PO-Revision-Date: 2011-02-15 17:58+0200\n"
+"Last-Translator: Xandru Armesto <xandru@softastur.org>\n"
+"Language-Team: Softastur alministradores@softastur.org\n"
+"Language: ast\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Virtaal 0.5.2\n"
+"X-Launchpad-Export-Date: 2011-02-14 17:24+0000\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Editar ficheros de testu"
+
+#: ../data/gedit.desktop.in.in.h:2
+#: ../gedit/gedit-print-job.c:805
+msgid "Text Editor"
+msgstr "Editor de Testu"
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "Editor de Testu gedit"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:1
+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 "Una fonte personalizada que va usase pa la estaya d'edición. Esto namái tendrá efeutu si la opción «Usar fonte predeterminada» ta desactivada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:2
+msgid "Active plugins"
+msgstr "Plugins Activos"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:3
+msgid "Automatic indent"
+msgstr "Sangráu automáticu"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:4
+msgid "Automatically Detected Encodings"
+msgstr "Deteición automática de codificación"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:5
+msgid "Autosave"
+msgstr "Autoguardáu"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:6
+msgid "Autosave Interval"
+msgstr "Intervalu d'autoguardáu"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:7
+msgid "Body Font for Printing"
+msgstr "Cuerpu de Fonte pa Imprentar"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:8
+msgid "Create Backup Copies"
+msgstr "Crear Copies de Seguridá"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:9
+msgid "Display Line Numbers"
+msgstr "Amosar Númberos de Llinia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:10
+msgid "Display Right Margin"
+msgstr "Amosar Marxe Derechu"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:11
+msgid "Editor Font"
+msgstr "Fonte del Editor"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:12
+msgid "Enable Search Highlighting"
+msgstr "Habilitar Rescamplar Gueta"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:13
+msgid "Enable Syntax Highlighting"
+msgstr "Habilitar Rescamplar Sintaxis"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:14
+msgid "Encodings shown in menu"
+msgstr "Codificaciones amosaes nel menú"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:15
+msgid "Header Font for Printing"
+msgstr "Fonte del Encabezamientu pa Imprentar"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:16
+msgid "Highlight Current Line"
+msgstr "Rescamplar Llinia Actual"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:17
+msgid "Highlight Matching Brackets"
+msgstr "Rescamplar corchetes correspondientes"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:18
+msgid "If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr "Si esti valor ye cero entós nun s'allugarán númberos de llinies cuando s'imprente'l documentu. D'otra miente, gedit imprentará los númberos de llinia cada cierta cantidá de llinies."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:19
+msgid "Insert spaces"
+msgstr "Inxertar espacios"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:20
+msgid "Line Number Font for Printing"
+msgstr "Tipografía de los númberos de llinia pa la impresión"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:21
+msgid "Line Wrapping Mode"
+msgstr "Mou d'axuste de llinia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:22
+msgid "List of VFS schemes gedit supports in write mode. The 'file' scheme is writable by default."
+msgstr "Llista d'esquemes VFS que soporta gedit en mou escritura. L'esquema «file» ye escribible por omisión."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:23
+msgid "List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr "Llista de complementos activos. Contién l'«Allugamientu» de los complementos activos. Mira'l ficheru .gedit-plugin pa obtener l'«Allugamientu» d'un complementu dau."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:24
+msgid "List of encodings shown in the Character Encoding menu in open/save file selector. Only recognized encodings are used."
+msgstr "Llista de codificaciones que s'amuesen nel menú Códigos de carauteres del seleutor de ficheros p'abrir/guardar. Namái s'usen les codificaciones reconocíes."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:25
+msgid "Maximum Number of Undo Actions"
+msgstr "Númberu máximu d'aiciones pa desfacer"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:26
+msgid "Maximum Recent Files"
+msgstr "Máximos Ficheros Recientes"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:27
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions."
+msgstr "Cantidá máxima d'aiciones que gedit podrá desfacer o refacer. Use «-1» pa un númberu illimitáu d'aiciones."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:28
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Cantidá máxima d'aiciones que gedit podrá desfacer o refacer. Use «-1» pa un númberu illimitáu d'aiciones. Obsoletu dende 2.12.0"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:29
+msgid "Notebook Show Tabs Mode"
+msgstr "Mou d'amosáu de llingüetes pa «netbook»"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:30
+msgid "Number of minutes after which gedit will automatically save modified files. This will only take effect if the \"Autosave\" option is turned on."
+msgstr "Númberu de minutos dempués de los que gedit guarda automáticamente los ficheros modificaos. Esto namái tien efeutu si la opción «Autoguardáu» ta activada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:31
+msgid "Print Header"
+msgstr "Encabezamientu d'Imprentación"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:32
+msgid "Print Line Numbers"
+msgstr "Imprentar Númberos de Llinia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:33
+msgid "Print Syntax Highlighting"
+msgstr "Imprentar el resaltáu de sintaxis"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:34
+msgid "Printing Line Wrapping Mode"
+msgstr "Impresión del mou d'axuste de llinia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:35
+msgid "Restore Previous Cursor Position"
+msgstr "Restaurar posición anterior del cursor"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:36
+msgid "Right Margin Position"
+msgstr "Posición del marxe drechu"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:37
+msgid "Side panel is Visible"
+msgstr "El panel llateral ye visible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:38
+msgid "Smart Home End"
+msgstr "Entamu Fin intelixentes"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:39
+msgid "Sorted list of encodings used by gedit for automatically detecting the encoding of a file. \"CURRENT\" represents the current locale encoding. Only recognized encodings are used."
+msgstr "Llista axeitada de codificaciones qu'usa gedit pa deteutar automáticamente la codificación d'un ficheru. «CURRENT» (ACTUAL) ye la codificación de la configuración rexonal actual. Namái s'usen les codificaciones reconocíes."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:40
+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 "Especifica cómo se mueve'l cursor cuando se calquen les tecles «ENTAMU» y «FIN». Use «DESACTIVÁU» pa movese siempres al entamu/final de la llinia, «DEMPUÉS» pa movese al entamu/final de la llinia la primer vegada que se calquen les tecles y al entamu/final del testu, ignorando los espacios en blancu, la segunda vegada que se calquen, «ENANTES» pa movese al entamu/final del test enantes de movese al entamu/final de la llinia y «SIEMPRES» pa movese siempres al entamu/final del testu n'arróu del entamu/final de la llinia."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:41
+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 "Especifica cómo tienen d'axustase les llinies mui llargues al imprentar. Use «none» pa nun axustar les llinies, «word» p'axustar al llargu de la pallabra y «char» p'axustar d'acordies a carauteres individuales. Decátese que los valores son sensibles a capitalización, poro tea seguru de qu'apaecen exautamente del mesmu mou nel que se menten equí."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:42
+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 "Especifica cómo tienen d'axustase les llinies abondo llargues nel área d'edición. Usa «none» pa nun axustar les llinies, «word» p'axustar al llargu de la pallabra y «char» p'axustar d'acordies a carauteres individuales. Decátate que los valores son sensibles a capitalización, poro tate seguru de qu'apaecen exautamente del mesmu mou nel que se menten equí."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:43
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr "Especifica la tipografía a utilizar pal cuerpu del documentu cuando s'imprenten ficheros."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:44
+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 "Especifica la tipografía a utilizar pa los númberos de llinies cuando s'imprenta. Esto namái tendrá efeutu si la opción «Imprentar númberos de llinia» ye distinta de cero."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:45
+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 "Especifica la tipografía a utilizar pa la cabecera de les páxines cuando s'imprenta un documentu. Esto namái tendrá efeutu cuando la opción «Imprentar cabecera» tea activada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:46
+msgid "Specifies the maximum number of recently opened files that will be displayed in the \"Recent Files\" submenu."
+msgstr "Especifica la máxima cantidá de ficheros recién abiertos que se van amosar nel submenú «Ficheros recientes»."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:47
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr "Especifica la cantidá d'espacios que tendríen d'amosase n'arróu de carauteres tabuladores."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:48
+msgid "Specifies the position of the right margin."
+msgstr "Especifica la posición del marxe drechu."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:49
+msgid "Specifies when to show the notebook tabs. Use \"never\" to never show the tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only when there is more than one tab. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr "Especifica cómo tienen d'axustase les llingüetes nun «netbook». Usa «never» pa nun amosar les llingüetes, «always» p'amosar siempre les llingüetes y «auto» p'amosar les llingüetes namái cuando hai más d'una. Decátese que los valores son sensibles a capitalización, poro tea seguru de qu'apaecen exautamente del mesmu mou nel que se menten equí."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:50
+msgid "Status Bar is Visible"
+msgstr "La barra d'estáu ye visible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:51
+msgid "Style Scheme"
+msgstr "Estilu"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:52
+msgid "Tab Size"
+msgstr "Tamañu del tabulador"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:53
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "L'identificador d'un esquema d'estilu GtkSourceView usáu pa colorear el testu."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:54
+msgid "Toolbar is Visible"
+msgstr "Barra Ferramientes Visible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:55
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Llímite d'aiciones desfacer (OBSOLETU)"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:56
+msgid "Use Default Font"
+msgstr "Usar Fonte Predeterminada"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:57
+msgid "Whether gedit should automatically save modified files after a time interval. You can set the time interval with the \"Autosave Interval\" option."
+msgstr "Indica si gedit tien de guardar automáticamente los ficheros modificaos dempués d'un intervalu de tiempu. Puedes configurar l'intervalu de tiempu cola opción «Intervalu d'autoguardáu»."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:58
+msgid "Whether gedit should create backup copies for the files it saves. You can set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr "Conseña si gedit tien de facer copies de resguardu de los ficheros qu'atroxa. Pue configurar el complementu de los ficheros de resguardu cola opción «Extensión de les copies de resguardu»."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:59
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Conseña si gedit tien d'amosar númberos de llinia nel área d'edición."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:60
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Conseña si gedit tien d'amosar el marxe drechu nel área d'edición."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:61
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Indica si gedit tien d'activar la sangría automática."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:62
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Conseña si gedit tien d'habilitar el resaltáu de sintaxis."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:63
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Conseña si gedit tien de rescamplar toles apariciones del testu buscáu."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:64
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Conseña si gedit tien de rescamplar los corchetes coincidentes."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:65
+msgid "Whether gedit should highlight the current line."
+msgstr "Conseña si gedit tien de rescamplar la llinia actual."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:66
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Conseña si gedit tien d'ncluyir una cabecera del documentu al imprentar ficheros."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:67
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Conseña si gedit tien d'insertar espacios n'arróu de tabuladores."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:68
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Conseña si gedit tien d'imprentar el rescampláu de sintaxis al imprentar documentos."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:69
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr "Conseña si gedit tien de restaurar la posición anterior del cursor cuando se carga un ficheru."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:70
+msgid "Whether the side panel at the left of editing windows should be visible."
+msgstr "Indica si tien de ser visible el panel llateral de la parte esquierda de les ventanes d'edición."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:71
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Conseña si tien de ser visible la barra d'estáu de la parte inferior de les ventanes d'edición."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:72
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Conseña si tien de ser visible la barra de ferramientes nes ventanes d'edición."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:73
+msgid "Whether to use the system's default fixed width font for editing text instead of a font specific to gedit. If this option is turned off, then the font named in the \"Editor Font\" option will be used instead of the system font."
+msgstr "Conseña si hai d'usar la tipografía predeterminada del sistema n'arróu de la tipografía especificada por gedit. Si esta opción se desautiva entós usaráse la tipografía mentada na opción «Tipografía del editor» n'arróu de la tipografía del sistema."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:74
+msgid "Writable VFS schemes"
+msgstr "Esquemes VFS escribibles"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:141
+msgid "Log Out _without Saving"
+msgstr "Colar de la sesión _ensin guardar"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:145
+msgid "_Cancel Logout"
+msgstr "_Cancelar Colar"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+msgid "Close _without Saving"
+msgstr "Zarrar _ensin Guardar"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:214
+msgid "Question"
+msgstr "Entruga"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "Si nun guardes, los cambeos fechos nel caberu %ld segundu van perdese pa siempre."
+msgstr[1] "Si nun guardes, los cambeos fechos nos caberos %ld segundos van perdese pa siempre."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:423
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "Si nun guardes, los cambeos del caberu minutu van perdese pa siempre."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:429
+#, c-format
+msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Si nun guardes, los cambeos fechos nel caberu minutu y %ld segundu van perdese pa siempre."
+msgstr[1] "Si nun guardes, los cambeos fechos nel caberu minutu y %ld segundos van perdese pa siempre."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:439
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "Si nun guardes, los cambeos fechos nel caberu %ld minutu van perdese pa siempre."
+msgstr[1] "Si nun guardes, los cambeos fechos nos caberos %ld minutos van perdese pa siempre."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:454
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "Si nun lu guardes, los cambeos fechos na cabera hora perderánse pa siempre."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:460
+#, c-format
+msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] "Si nun guardes, los cambeos fechos na cabera hora y %d minutu van perdese pa siempre."
+msgstr[1] "Si nun guardes, los cambeos fechos na cabera hora y %d minutos van perdese pa siempre."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:475
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Si nun lu guarda, los cambeos fechos na cabera %d hora perderánse pa siempre."
+msgstr[1] "Si nun guardes, los cambeos fechos nes caberes %d hores van perdese pa siempre."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:519
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "Los cambeos del documentu \"%s\" van perdese pa siempre."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:524
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "¿Guardar los cambeos del documentu «%s» enantes de zarrar?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:538
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:755
+msgid "Saving has been disabled by the system administrator."
+msgstr "El guardáu desautivóse pol alministrador del sistema."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Los cambeos fechos a %d documentu van perdese pa siempre."
+msgstr[1] "Los cambeos fechos a los %d documentos van perdese pa siempre."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:714
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "Hai %d documentu con cambeos ensin guardar. ¿Deseya guardar los cambeos anantes de zarrar?"
+msgstr[1] "Hai %d documentos con cambeos ensin guardar. ¿Deseya guardar los cambeos anantes de zarrar?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:733
+msgid "Docum_ents with unsaved changes:"
+msgstr "_Documentos con cambeos non guardaos:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:735
+msgid "S_elect the documents you want to save:"
+msgstr "S_eleicione los documentos que deseya guardar:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:759
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Si nun guardes, tolos cambeos van perdese pa siempre."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:351
+msgid "Character Encodings"
+msgstr "Códigos de carauteres"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:414
+#: ../gedit/dialogs/gedit-encodings-dialog.c:475
+msgid "_Description"
+msgstr "_Descripción"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:423
+#: ../gedit/dialogs/gedit-encodings-dialog.c:484
+msgid "_Encoding"
+msgstr "_Codificación"
+
+#. ex:set ts=8 noet:
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr "Codificaciones afa_yadices:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character encodings"
+msgstr "Códigos de carauteres"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Co_dificaciones amosaes nel menú:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:423
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Calcar nesti botón pa esbillar la fonte qu'usará l'editor"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:438
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Usar la tipografía d'anchu fixu del sistema (%s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:634
+msgid "The selected color scheme cannot be installed."
+msgstr "Nun se pue instalar l'estilu de color seleicionáu."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:661
+msgid "Add Scheme"
+msgstr "Amestar estilu"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:668
+msgid "A_dd Scheme"
+msgstr "_Amestar estilu"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:676
+msgid "Color Scheme Files"
+msgstr "Ficheros d'estilos de color"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:683
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Files"
+msgstr "Tolos Ficheros"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:728
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Nun se pudo quitar l'estilu \"%s\"."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:947
+msgid "gedit Preferences"
+msgstr "Preferencies gedit"
+
+#. ex:set ts=8 noet:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+msgid "Color Scheme"
+msgstr "Esquema de colores"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "Create a _backup copy of files before saving"
+msgstr "Crear una copia de _respaldu de los ficheros enantes d'atroxalos"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Amosar marxe _drechu na columna:"
+
+#. ex:set ts=8 noet:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Do not _split words over two lines"
+msgstr "Nun _xebrar pallabres sobre dos llinies"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "Editor"
+msgstr "Editor"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "Editor _font: "
+msgstr "_Fonte del editor: "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Enable text _wrapping"
+msgstr "Activar _axuste de testu"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+msgid "File Saving"
+msgstr "Guardáu de ficheru"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "Font"
+msgstr "Fonte"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+msgid "Font & Colors"
+msgstr "Fontes y Colores"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "Rescamplar la _llinia actual"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "Rescamplar pareyes de _corchetes"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Highlighting"
+msgstr "Resaltáu"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "Inxertar e_spacios en cuenta de tabuladores"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Pick the editor font"
+msgstr "Escueya la fonte del editor"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Plugins"
+msgstr "Gabitos"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+msgid "Preferences"
+msgstr "Preferencies"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+msgid "Tab Stops"
+msgstr "Tabuladores"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Text Wrapping"
+msgstr "Axuste del testu"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "View"
+msgstr "Ver"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "_Add..."
+msgstr "_Amestar..."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "_Autosave files every"
+msgstr "_Auto-guardar ficheros cada"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+#: ../gedit/gedit-view.c:599
+msgid "_Display line numbers"
+msgstr "_Amosar númberos de llinia"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+msgid "_Enable automatic indentation"
+msgstr "_Activar sangría automática"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "_Tab width:"
+msgstr "Anchu del _tabulador:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_minutes"
+msgstr "_minutos"
+
+#: ../gedit/dialogs/gedit-replace-dialog.c:209
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:2
+#: ../gedit/gedit-window.c:1590
+msgid "Replace"
+msgstr "Trocar"
+
+#: ../gedit/dialogs/gedit-replace-dialog.c:291
+msgid "Replace _All"
+msgstr "Troc_ar Too"
+
+#: ../gedit/dialogs/gedit-replace-dialog.c:292
+#: ../gedit/gedit-commands-file.c:572
+msgid "_Replace"
+msgstr "_Trocar"
+
+#. ex:set ts=8 noet:
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr "Namái concase la pallabra _entera"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:3
+msgid "Replace All"
+msgstr "Trocar Too"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "Trocar _con: "
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr "Guetar d'alantre p'a_trás"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:6
+msgid "_Match case"
+msgstr "Concasar _Mayúscules"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "_Atopar: "
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "A_xuntar"
+
+#: ../gedit/gedit-app.c:233
+msgid "There was an error displaying the help."
+msgstr "Hebo un fallu al amosar l'ayuda."
+
+#: ../gedit/gedit-command-line.c:231
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: codificación inválida.\n"
+
+#: ../gedit/gedit-command-line.c:255
+msgid "Show the application's version"
+msgstr "Amosar la versión de l'aplicación"
+
+#: ../gedit/gedit-command-line.c:261
+msgid "Display list of possible values for the encoding option"
+msgstr "Amosar una llista de los valores dables pa la opción de codificación"
+
+#: ../gedit/gedit-command-line.c:269
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr "Afitar la codificación de carauteres a usar al abrir los ficheros llistaos na llinia de comandos"
+
+#: ../gedit/gedit-command-line.c:270
+msgid "ENCODING"
+msgstr "CODIFICACIÓN"
+
+#: ../gedit/gedit-command-line.c:277
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Crea una ventana nueva nel nivel superior d'una instancia exsistente de gedit"
+
+#: ../gedit/gedit-command-line.c:285
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Crea un documentu nuevu nuna instancia esistente de gedit"
+
+#: ../gedit/gedit-command-line.c:293
+msgid "Set the X geometry window size (WIDTHxHEIGHT+X+Y)"
+msgstr "Afitar el tamañu de la xeometría X de la ventana (ANCHORxALTOR+X+Y)"
+
+#: ../gedit/gedit-command-line.c:294
+msgid "GEOMETRY"
+msgstr "XEOMETRÍA"
+
+#: ../gedit/gedit-command-line.c:301
+msgid "Open files and block process until files are closed"
+msgstr "Abrir los ficheros y bloquiar los procesos hasta que se zarren los ficheros"
+
+#: ../gedit/gedit-command-line.c:309
+msgid "Run gedit in the background"
+msgstr "Executar gedit en segundu planu"
+
+#: ../gedit/gedit-command-line.c:317
+msgid "Run gedit in standalone mode"
+msgstr "Executar gedit en mou independiente"
+
+#: ../gedit/gedit-command-line.c:326
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FICHERU...] [+LLINIA[:COLUMNA]]"
+
+#. Setup command line options
+#: ../gedit/gedit-command-line.c:333
+msgid "- Edit text files"
+msgstr "- Edite ficheros de testu"
+
+#: ../gedit/gedit-command-line.c:344
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"Execute '%s --help' pa ver una llista completa d'opciones disponibles dende la llinia de comandos.\n"
+
+#: ../gedit/gedit-commands-file.c:272
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Cargando ficheru «%s»…"
+
+#: ../gedit/gedit-commands-file.c:281
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Cargando %d ficheru…"
+msgstr[1] "Cargando %d ficheros…"
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:446
+msgid "Open Files"
+msgstr "Ficheros abiertos"
+
+#: ../gedit/gedit-commands-file.c:559
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "El ficheru «%s» ye de namái llectura."
+
+#: ../gedit/gedit-commands-file.c:564
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "¿Deseya tentar trocalu col que ta guardando agora?"
+
+#: ../gedit/gedit-commands-file.c:614
+msgid "Save the file using compression?"
+msgstr "¿Guardar el ficheru usando compresión?"
+
+#: ../gedit/gedit-commands-file.c:615
+#, c-format
+msgid "The file \"%s\" was previously saved as plain text and will now be saved using compression."
+msgstr "El ficheru «%s» guardóse anteriormente como testu planu y agora va guardase usando compresión."
+
+#: ../gedit/gedit-commands-file.c:617
+msgid "_Save Using Compression"
+msgstr "Guardar usando c_ompresión"
+
+#: ../gedit/gedit-commands-file.c:621
+msgid "Save the file as plain text?"
+msgstr "¿Guardar el ficheru como testu planu?"
+
+#: ../gedit/gedit-commands-file.c:622
+#, c-format
+msgid "The file \"%s\" was previously saved using compression and will now be saved as plain text."
+msgstr "El ficheru «%s» guardóse anteriormente usando compresión y agora va guardase como testu planu."
+
+#: ../gedit/gedit-commands-file.c:624
+msgid "_Save As Plain Text"
+msgstr "_Guardar como Testu planu"
+
+#: ../gedit/gedit-commands-file.c:742
+#: ../gedit/gedit-commands-file.c:961
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Atroxando'l ficheru «%s»…"
+
+#: ../gedit/gedit-commands-file.c:847
+msgid "Save As"
+msgstr "Guardar Como"
+
+#: ../gedit/gedit-commands-file.c:1175
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Revirtiendo'l documentu «%s»…"
+
+#: ../gedit/gedit-commands-file.c:1220
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "¿Recuperar los cambeos non atroxaos nel documentu «%s»?"
+
+#: ../gedit/gedit-commands-file.c:1229
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] "Los cambeos fechos al documentu nel caberu %ld segundu perderánse pa siempre."
+msgstr[1] "Los cambeos fechos al documentu nos caberos %ld segundos perderánse pa siempre."
+
+#: ../gedit/gedit-commands-file.c:1238
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "Los cambeos fechos al documentu nel caberu minutu perderánse pa siempre."
+
+#: ../gedit/gedit-commands-file.c:1244
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Los cambeos fechos al documentu nel caberu minutu y %ld segundu perderánse pa siempre."
+msgstr[1] "Los cambeos fechos al documentu nel caberu minutu y %ld segundos perderánse pa siempre."
+
+#: ../gedit/gedit-commands-file.c:1254
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] "Los cambeos fechos al documentu nel caberu %ld minutu perderánse pa siempre."
+msgstr[1] "Los cambeos fechos al documentu nos caberos %ld minutos perderánse pa siempre."
+
+#: ../gedit/gedit-commands-file.c:1269
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Los cambeos fechos al documentu na cabera hora perderánse pa siempre."
+
+#: ../gedit/gedit-commands-file.c:1275
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural "Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] "Los cambeos fechos al documentu na cabera hora y %d minutu perderánse pa siempre."
+msgstr[1] "Los cambeos fechos al documentu na cabera hora y %d minutos perderánse pa siempre."
+
+#: ../gedit/gedit-commands-file.c:1290
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Los cambeos fechos al documentu na cabera %d hora perderánse pa siempre."
+msgstr[1] "Los cambeos fechos al documentu nes caberes %d hores perderánse pa siempre."
+
+#: ../gedit/gedit-commands-file.c:1316
+msgid "_Revert"
+msgstr "_Revertir"
+
+#: ../gedit/gedit-commands-help.c:86
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit ye un editor de testu pequeñu y llixeru pal Escritoriu GNOME"
+
+#: ../gedit/gedit-commands-help.c:111
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Costales https://launchpad.net/~costales\n"
+" Dangerous Piper https://launchpad.net/~dangerouspiper\n"
+" Iñigo Varela https://launchpad.net/~ivarela\n"
+" Xandru https://launchpad.net/~xandruarmesto\n"
+" Xandru Martino https://launchpad.net/~xandru-martino\n"
+" Xuacu Saturio https://launchpad.net/~xuacusk8\n"
+" xa https://launchpad.net/~xspuente"
+
+#: ../gedit/gedit-commands-search.c:112
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Atopáu y trocáu %d resultáu"
+msgstr[1] "Atopaos y trocaos %d resultaos"
+
+#: ../gedit/gedit-commands-search.c:121
+msgid "Found and replaced one occurrence"
+msgstr "Atopáu y trocáu un resultáu"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:144
+#, c-format
+msgid "\"%s\" not found"
+msgstr "Nun s'alcontró «%s»"
+
+#: ../gedit/gedit-document.c:1241
+#: ../gedit/gedit-document.c:1267
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Documentu non guardáu %d"
+
+#: ../gedit/gedit-documents-panel.c:118
+#: ../gedit/gedit-documents-panel.c:132
+#: ../gedit/gedit-window.c:2403
+#: ../gedit/gedit-window.c:2410
+msgid "Read-Only"
+msgstr "Namái-llectura"
+
+#: ../gedit/gedit-documents-panel.c:1089
+#: ../gedit/gedit-window.c:3835
+msgid "Documents"
+msgstr "Documentos"
+
+#: ../gedit/gedit-encodings.c:142
+#: ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190
+#: ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:155
+#: ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:229
+#: ../gedit/gedit-encodings.c:272
+msgid "Western"
+msgstr "Occidental"
+
+#: ../gedit/gedit-encodings.c:157
+#: ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:268
+msgid "Central European"
+msgstr "Centroeuropéu"
+
+#: ../gedit/gedit-encodings.c:159
+msgid "South European"
+msgstr "Sureuropéu"
+
+#: ../gedit/gedit-encodings.c:161
+#: ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:282
+msgid "Baltic"
+msgstr "Bálticu"
+
+#: ../gedit/gedit-encodings.c:163
+#: ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:270
+msgid "Cyrillic"
+msgstr "Cirílicu"
+
+#: ../gedit/gedit-encodings.c:165
+#: ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Arabic"
+msgstr "Árabe"
+
+#: ../gedit/gedit-encodings.c:167
+#: ../gedit/gedit-encodings.c:274
+msgid "Greek"
+msgstr "Griegu"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Hebrew Visual"
+msgstr "Hebréu Visual"
+
+#: ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Turkish"
+msgstr "Turcu"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "Nórdicu"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "Célticu"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Rumanu"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Armeniu"
+
+#: ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Chinu Tradicional"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Cirílicu/Rusu"
+
+#: ../gedit/gedit-encodings.c:208
+#: ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212
+#: ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:257
+msgid "Japanese"
+msgstr "Xaponés"
+
+#: ../gedit/gedit-encodings.c:215
+#: ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:248
+#: ../gedit/gedit-encodings.c:263
+msgid "Korean"
+msgstr "Coreanu"
+
+#: ../gedit/gedit-encodings.c:220
+#: ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+msgid "Chinese Simplified"
+msgstr "Chinu Simplificáu"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Xeorxianu"
+
+#: ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Hebrew"
+msgstr "Hebréu"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Cyrillic/Ukrainian"
+msgstr "Cirílicu/Ucranianu"
+
+#: ../gedit/gedit-encodings.c:259
+#: ../gedit/gedit-encodings.c:265
+#: ../gedit/gedit-encodings.c:284
+msgid "Vietnamese"
+msgstr "Vietnamita"
+
+#: ../gedit/gedit-encodings.c:261
+msgid "Thai"
+msgstr "Tai"
+
+#: ../gedit/gedit-encodings.c:435
+msgid "Unknown"
+msgstr "Desconocíu"
+
+#: ../gedit/gedit-encodings-combo-box.c:310
+msgid "Automatically Detected"
+msgstr "Deteutáu automáticamente"
+
+#: ../gedit/gedit-encodings-combo-box.c:329
+#: ../gedit/gedit-encodings-combo-box.c:345
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Locale Actual (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:397
+msgid "Add or Remove..."
+msgstr "Amestar o quitar…"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "Tolos ficheros de testu"
+
+#: ../gedit/gedit-file-chooser-dialog.c:99
+msgid "C_haracter Encoding:"
+msgstr "Codificación de ca_rauteres:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:158
+msgid "L_ine Ending:"
+msgstr "_Final de llinia:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:177
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-file-chooser-dialog.c:183
+msgid "Mac OS Classic"
+msgstr "Mac OS clásicu"
+
+#: ../gedit/gedit-file-chooser-dialog.c:189
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-io-error-info-bar.c:182
+#: ../gedit/gedit-io-error-info-bar.c:497
+msgid "_Retry"
+msgstr "_Retentar"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Nun s'alcontró'l ficheru %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:248
+#: ../gedit/gedit-io-error-info-bar.c:255
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Comprebe qu'escribió el llugar correchamente y prebe otra vegada."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:224
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit nun pue remanar llugares %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:230
+msgid "gedit cannot handle this location."
+msgstr "gedit nun pue remanar esti llugar"
+
+#: ../gedit/gedit-io-error-info-bar.c:238
+msgid "The location of the file cannot be mounted."
+msgstr "Nun pue montase l'allugamientu del ficheru."
+
+#: ../gedit/gedit-io-error-info-bar.c:242
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr "Nun pue accedese al allugamientu del ficheru porque nun ta montáu."
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid "%s is a directory."
+msgstr "%s ye un direutoriu."
+
+#: ../gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s nun ye un llugar válidu."
+
+#: ../gedit/gedit-io-error-info-bar.c:289
+#, c-format
+msgid "Host %s could not be found. Please check that your proxy settings are correct and try again."
+msgstr "Nun s'alcontró l'equipu remotu %s. Comprebe que la configuración del so proxy seya correuta y prebe de nueu."
+
+#: ../gedit/gedit-io-error-info-bar.c:304
+#, c-format
+msgid "Hostname was invalid. Please check that you typed the location correctly and try again."
+msgstr "El nome del sirvidor nun ye válidu. Comprueba que tecleaste'l llugar correchamente ya inténtelo otra vuelta."
+
+#: ../gedit/gedit-io-error-info-bar.c:312
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s nun ye un ficheru regular."
+
+#: ../gedit/gedit-io-error-info-bar.c:317
+msgid "Connection timed out. Please try again."
+msgstr "La conexón expiró. Téntelo otra vegada."
+
+#: ../gedit/gedit-io-error-info-bar.c:340
+msgid "The file is too big."
+msgstr "El ficheru ye enforma grande"
+
+#: ../gedit/gedit-io-error-info-bar.c:381
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Error inesperáu: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:417
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "L'editor de testos nun pudo alcontrar el ficheru. Seique se desaniciare recientemente."
+
+#: ../gedit/gedit-io-error-info-bar.c:427
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "Nun pudo recuperase'l ficheru %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:454
+msgid "Ch_aracter Encoding:"
+msgstr "Codificación de c_arauteres:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:506
+#: ../gedit/gedit-io-error-info-bar.c:782
+msgid "Edit Any_way"
+msgstr "Editar de toes _maneres"
+
+#: ../gedit/gedit-io-error-info-bar.c:608
+msgid "The number of followed links is limited and the actual file could not be found within this limit."
+msgstr "El númberu d'enllaces simbólicos siguíos ye llimitáu y el ficheru actual nun pudo alcontrase dientro d'esi llímite."
+
+#: ../gedit/gedit-io-error-info-bar.c:612
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Nun tien los permisos necesarios p'abrir el ficheru."
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "gedit has not been able to detect the character encoding."
+msgstr "gedit nun pudo deteutar la codificación de carauteres."
+
+#: ../gedit/gedit-io-error-info-bar.c:620
+#: ../gedit/gedit-io-error-info-bar.c:642
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Comprebe que nun ta tentando d'abrir un ficheru binariu."
+
+#: ../gedit/gedit-io-error-info-bar.c:621
+msgid "Select a character encoding from the menu and try again."
+msgstr "Seleiciona una codificación de carauteres dende'l menú ya inténtalo otra vuelta."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "There was a problem opening the file %s."
+msgstr "Hai un problema al abrir el ficheru %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:629
+msgid "The file you opened has some invalid characters. If you continue editing this file you could corrupt this document."
+msgstr "El ficheru qu'abristi contién dalgunos carauteres non válidos. Si continúes editándolu, pues toyer el documentu."
+
+#: ../gedit/gedit-io-error-info-bar.c:632
+msgid "You can also choose another character encoding and try again."
+msgstr "Tamién puedes elexir cualesquier otra codificación de carauteres ya intentalo otra vegada."
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file %s using the %s character encoding."
+msgstr "Nun pudo abrise'l ficheru %s usando la codificación de carauteres %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#: ../gedit/gedit-io-error-info-bar.c:717
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Seleiciona una codificación de carauteres distinta dende'l menú ya inténtalo otra vegada."
+
+#: ../gedit/gedit-io-error-info-bar.c:653
+#, c-format
+msgid "Could not open the file %s."
+msgstr "Nun pudo abrise'l ficheru %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:712
+#, c-format
+msgid "Could not save the file %s using the %s character encoding."
+msgstr "Nun pudo guardase'l ficheru %s usando la codificación de carauteres %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:715
+msgid "The document contains one or more characters that cannot be encoded using the specified character encoding."
+msgstr "El documentu contién ún o más carauteres que nun pueden codificase usando'l códigu de carauteres especificáu."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:787
+msgid "D_on't Edit"
+msgstr "N_un editar"
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "El ficheru (%s) yá ta abiertu n'otra ventana de gedit."
+
+#: ../gedit/gedit-io-error-info-bar.c:815
+msgid "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+msgstr "Abrióse esta instancia del ficheru nuna forma non editable. ¿Quier editalu de toes formes?"
+
+#: ../gedit/gedit-io-error-info-bar.c:873
+#: ../gedit/gedit-io-error-info-bar.c:971
+#: ../gedit/gedit-io-error-info-bar.c:1259
+msgid "S_ave Anyway"
+msgstr "_Guardar de toes formes"
+
+#: ../gedit/gedit-io-error-info-bar.c:877
+#: ../gedit/gedit-io-error-info-bar.c:975
+#: ../gedit/gedit-io-error-info-bar.c:1263
+msgid "D_on't Save"
+msgstr "_Non guardar"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:895
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "El ficheru %s camudó dende que lu lleó."
+
+#: ../gedit/gedit-io-error-info-bar.c:910
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Si lu guarda, tolos cambeos esternos podríen perdese. ¿Quier guardalu de toes formes?"
+
+#: ../gedit/gedit-io-error-info-bar.c:998
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "Nun se pudo crear un ficheru de respaldu al atroxar %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:1003
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "Nun se pudo crear un ficheru de respaldu temporal al atroxar %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:1020
+msgid "gedit could not back up the old copy of the file before saving the new one. You can ignore this warning and save the file anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?"
+msgstr "Nun pudo facese una copia de respaldu del ficheru antiguu enantes d'atroxar el nuevu. Puedes inorar esta alvertencia y guardar el ficheru de toes formes, pero si asocediere dalgún fallu al guardar, podríes perder la copia antigua del ficheru. ¿Quies guardar de toes formes?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1080
+#, c-format
+msgid "gedit cannot handle %s locations in write mode. Please check that you typed the location correctly and try again."
+msgstr "gedit nun pue remanar llugares %s en mou escritura. Comprebe que ta escribiendo el llugar correchamente y téntelo otra vegada."
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+msgid "gedit cannot handle this location in write mode. Please check that you typed the location correctly and try again."
+msgstr "gedit nun pue remanar esti llugar en mou escritura. Comprebe que ta escribiendo el llugar correchamente y téntelo otra vegada."
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+#, c-format
+msgid "%s is not a valid location. Please check that you typed the location correctly and try again."
+msgstr "%s nun ye un llugar válidu. Comprebe que ta escribiendo el llugar correchamente y téntelo otra vegada."
+
+#: ../gedit/gedit-io-error-info-bar.c:1103
+msgid "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
+msgstr "Nun tienes permisos afayaízos p'atroxar esti ficheru. Comprebe que ta escribiendo el llugar correchamente y téntelo otra vegada."
+
+#: ../gedit/gedit-io-error-info-bar.c:1109
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr "Nun hai espaciu nel discu p'atroxar el ficheru. Llibere daqué d'espaciu y prebe otra vegada."
+
+#: ../gedit/gedit-io-error-info-bar.c:1114
+msgid "You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try again."
+msgstr "Ta tentando d'atroxar el ficheru nún discu de namái llectura. Comprebe que tien escrito el llugar correchamente y téntelo otra vegada."
+
+#: ../gedit/gedit-io-error-info-bar.c:1120
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Yá esiste un ficheru col mesmu nome. Use un nome distintu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1125
+msgid "The disk where you are trying to save the file has a limitation on length of the file names. Please use a shorter name."
+msgstr "El discu au ta tentando d'atroxar el ficheru tien una llimitación na llonxitú de los nomes de ficheru. Use un nome de ficheru más curtiu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1132
+msgid "The disk where you are trying to save the file has a limitation on file sizes. Please try saving a smaller file or saving it to a disk that does not have this limitation."
+msgstr "El discu au tas intentando guardar el ficheru tien una llimitación en tamaños de ficheru. Intenta guardar un ficheru más pequeñu o atroxalu nún discu que nun tenga esa llimitación."
+
+#: ../gedit/gedit-io-error-info-bar.c:1148
+#, c-format
+msgid "Could not save the file %s."
+msgstr "Nun pudo guardar el ficheru %s."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:1193
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "El ficheru %s camudó nel discu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1198
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "¿Quier perder los sos cambeos y tornar a cargar el ficheru?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1200
+msgid "Do you want to reload the file?"
+msgstr "¿Quier volver a cargar el ficheru?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1205
+msgid "_Reload"
+msgstr "_Recargar"
+
+#: ../gedit/gedit-io-error-info-bar.c:1277
+#, c-format
+msgid "Some invalid chars have been detected while saving %s"
+msgstr "Deteutáronse dalgunos carauteres non válidos al guardar %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:1293
+msgid "If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "Si sigues guardando esti ficheru, pues toyer el documentu. ¿Guardar de toes formes?"
+
+#: ../gedit/gedit-panel.c:339
+#: ../gedit/gedit-panel.c:511
+msgid "Empty"
+msgstr "Vacíu"
+
+#: ../gedit/gedit-panel.c:401
+msgid "Hide panel"
+msgstr "Esconder panel"
+
+#: ../gedit/gedit-print-job.c:586
+#, c-format
+msgid "File: %s"
+msgstr "Ficheru: %s"
+
+#: ../gedit/gedit-print-job.c:595
+msgid "Page %N of %Q"
+msgstr "Páxina %N de %Q"
+
+#: ../gedit/gedit-print-job.c:857
+msgid "Preparing..."
+msgstr "Tresnando…"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Fonts"
+msgstr "Fontes"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "He_aders and footers:"
+msgstr "Enc_abezamientos y pies de páxina:"
+
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "Line Numbers"
+msgstr "Númberos de llinia"
+
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Page header"
+msgstr "Testera de la páxina"
+
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Print line nu_mbers"
+msgstr "Imprentar _númberos de llinia"
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "Print page _headers"
+msgstr "Imprentar _encabezamientos de páxina"
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print synta_x highlighting"
+msgstr "Imprentar el rescampláu de sinta_xis"
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Syntax Highlighting"
+msgstr "Solliñáu de sintáxis"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr "_Cuerpu:"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr "Númberos de _Llinia:"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Number every"
+msgstr "_Numberar cada"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Restore Default Fonts"
+msgstr "_Restaurar fontes predeterminaes"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "lines"
+msgstr "llinies"
+
+#: ../gedit/gedit-print-preview.c:582
+msgid "Show the previous page"
+msgstr "Amosar páxina anterior"
+
+#: ../gedit/gedit-print-preview.c:594
+msgid "Show the next page"
+msgstr "Amosar páxina siguiente"
+
+#: ../gedit/gedit-print-preview.c:610
+msgid "Current page (Alt+P)"
+msgstr "Páxina actual (Alt+P)"
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:633
+msgid "of"
+msgstr "de"
+
+#: ../gedit/gedit-print-preview.c:641
+msgid "Page total"
+msgstr "Total de páxines"
+
+#: ../gedit/gedit-print-preview.c:642
+msgid "The total number of pages in the document"
+msgstr "El númberu total de páxines nel documentu"
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Show multiple pages"
+msgstr "Amosar múltiples páxines"
+
+#: ../gedit/gedit-print-preview.c:672
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom to fit the whole page"
+msgstr "Ampliar hasta encaxar la páxina completa"
+
+#: ../gedit/gedit-print-preview.c:690
+msgid "Zoom the page in"
+msgstr "Ampliar la páxina"
+
+#: ../gedit/gedit-print-preview.c:699
+msgid "Zoom the page out"
+msgstr "Amenorgar la páxina"
+
+#: ../gedit/gedit-print-preview.c:711
+msgid "_Close Preview"
+msgstr "Zarrar entever impresión"
+
+#: ../gedit/gedit-print-preview.c:714
+msgid "Close print preview"
+msgstr "Zarrar entever impresión"
+
+#: ../gedit/gedit-print-preview.c:783
+#, c-format
+msgid "Page %d of %d"
+msgstr "Páxina %d de %d"
+
+#: ../gedit/gedit-print-preview.c:967
+msgid "Page Preview"
+msgstr "Entever Páxina"
+
+#: ../gedit/gedit-print-preview.c:968
+msgid "The preview of a page in the document to be printed"
+msgstr "La entevisión d'una páxina del documentu pa imprentase"
+
+#: ../gedit/gedit-statusbar.c:69
+#: ../gedit/gedit-statusbar.c:75
+msgid "OVR"
+msgstr "SOB"
+
+#: ../gedit/gedit-statusbar.c:69
+#: ../gedit/gedit-statusbar.c:75
+msgid "INS"
+msgstr "INX"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:247
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-statusbar.c:346
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Hai %d llingüeta con errores"
+msgstr[1] "Hai %d llingüetes con errores"
+
+#: ../gedit/gedit-style-scheme-manager.c:206
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "Nun pudo crease'l direutoriu «%s»: falló g_mkdir_with_parents(): %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:744
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Revirtiendo %s de %s"
+
+#: ../gedit/gedit-tab.c:751
+#, c-format
+msgid "Reverting %s"
+msgstr "Revirtiendo %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:767
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Cargando %s de %s"
+
+#: ../gedit/gedit-tab.c:774
+#, c-format
+msgid "Loading %s"
+msgstr "Cargando %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:855
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Guardando %s a %s"
+
+#: ../gedit/gedit-tab.c:862
+#, c-format
+msgid "Saving %s"
+msgstr "Guardando %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1827
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1874
+#, c-format
+msgid "Error opening file %s"
+msgstr "Error al abrir ficheru %s"
+
+#: ../gedit/gedit-tab.c:1879
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Error al revertir ficheru %s"
+
+#: ../gedit/gedit-tab.c:1884
+#, c-format
+msgid "Error saving file %s"
+msgstr "Error al guardar ficheru %s"
+
+#: ../gedit/gedit-tab.c:1905
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1912
+msgid "Name:"
+msgstr "Nome:"
+
+#: ../gedit/gedit-tab.c:1913
+msgid "MIME Type:"
+msgstr "Tipu de MIME:"
+
+#: ../gedit/gedit-tab.c:1914
+msgid "Encoding:"
+msgstr "Codificación:"
+
+#: ../gedit/gedit-tab-label.c:280
+msgid "Close document"
+msgstr "Zarrar documentu"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "_Ficheru"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "_Editar"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "_Ver"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "_Guetar"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "_Ferramientes"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "_Documentos"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "_Ayuda"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "Crear documentu nuevu"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "_Abrir..."
+
+#: ../gedit/gedit-ui.h:59
+#: ../gedit/gedit-window.c:1518
+msgid "Open a file"
+msgstr "Abrir un ficheru"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:62
+msgid "Pr_eferences"
+msgstr "Pr_eferencies"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Configure the application"
+msgstr "Configurar el programa"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:66
+msgid "_Contents"
+msgstr "_Conteníos"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Open the gedit manual"
+msgstr "Abrir el manual gedit"
+
+#: ../gedit/gedit-ui.h:69
+msgid "About this application"
+msgstr "Al rodiu d'esti programa"
+
+#: ../gedit/gedit-ui.h:73
+msgid "Leave fullscreen mode"
+msgstr "Salir de la pantalla completa"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save the current file"
+msgstr "Guardar esti ficheru"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save _As..."
+msgstr "Guard_ar Como..."
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file with a different name"
+msgstr "Guardar esti ficheru con un nome estremáu"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Revert to a saved version of the file"
+msgstr "Revertir a la versión guardada d'esti ficheru"
+
+#: ../gedit/gedit-ui.h:86
+msgid "Print Previe_w"
+msgstr "Ente_ver Imprentación"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Print preview"
+msgstr "Entever imprentación"
+
+#: ../gedit/gedit-ui.h:88
+msgid "_Print..."
+msgstr "Im_prentar..."
+
+#: ../gedit/gedit-ui.h:89
+msgid "Print the current page"
+msgstr "Imprentar esta páxina"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Undo the last action"
+msgstr "Desfacer la última aición"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Redo the last undone action"
+msgstr "Refacer la cabera aición desfecha"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Cut the selection"
+msgstr "Cortar la esbilla"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Copy the selection"
+msgstr "Copiar la esbilla"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Paste the clipboard"
+msgstr "Apegar lo que tea nel cartafueyu"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Delete the selected text"
+msgstr "Esborrar el testu esbilláu"
+
+#: ../gedit/gedit-ui.h:104
+msgid "Select _All"
+msgstr "Esbill_alo Too"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Select the entire document"
+msgstr "Seleicionar el documentu completu"
+
+#. View menu
+#: ../gedit/gedit-ui.h:108
+msgid "_Highlight Mode"
+msgstr "Mou _Rescamplar"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:111
+msgid "_Find..."
+msgstr "_Atopar..."
+
+#: ../gedit/gedit-ui.h:112
+msgid "Search for text"
+msgstr "Guetar testu"
+
+#: ../gedit/gedit-ui.h:113
+msgid "Find Ne_xt"
+msgstr "Atopar Sig_uiente"
+
+#: ../gedit/gedit-ui.h:114
+msgid "Search forwards for the same text"
+msgstr "Guetar haza adelantre'l mesmu testu"
+
+#: ../gedit/gedit-ui.h:115
+msgid "Find Pre_vious"
+msgstr "Atopar Anter_ior"
+
+#: ../gedit/gedit-ui.h:116
+msgid "Search backwards for the same text"
+msgstr "Guetar haza atrás el mesmu testu"
+
+#: ../gedit/gedit-ui.h:118
+#: ../gedit/gedit-ui.h:121
+msgid "_Replace..."
+msgstr "_Trocar"
+
+#: ../gedit/gedit-ui.h:119
+#: ../gedit/gedit-ui.h:122
+msgid "Search for and replace text"
+msgstr "Guetar y trocar testu"
+
+#: ../gedit/gedit-ui.h:124
+msgid "_Clear Highlight"
+msgstr "_Llimpiar Rescampláu"
+
+#: ../gedit/gedit-ui.h:125
+msgid "Clear highlighting of search matches"
+msgstr "Llimpiar el rescampláu de les coincidencies de gueta"
+
+#: ../gedit/gedit-ui.h:126
+msgid "Go to _Line..."
+msgstr "Dir a _Llinia"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Go to a specific line"
+msgstr "Dir a una llinia específica"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:130
+msgid "_Save All"
+msgstr "_Guardalo Too"
+
+#: ../gedit/gedit-ui.h:131
+msgid "Save all open files"
+msgstr "Guardar tolos ficheros abiertos"
+
+#: ../gedit/gedit-ui.h:132
+msgid "_Close All"
+msgstr "_Zarrar Too"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Close all open files"
+msgstr "Zarrar tolos ficheros abiertos"
+
+#: ../gedit/gedit-ui.h:134
+msgid "_New Tab Group"
+msgstr "Grupu de llingüetes _nuevu"
+
+#: ../gedit/gedit-ui.h:135
+msgid "Create a new tab group"
+msgstr "Crear un grupu de llingüetes nuevu"
+
+#: ../gedit/gedit-ui.h:136
+msgid "P_revious Tab Group"
+msgstr "Grupu de llingüetes a_nterior"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Switch to the previous tab group"
+msgstr "Cambiar al grupu de llingüetes anterior"
+
+#: ../gedit/gedit-ui.h:138
+msgid "Nex_t Tab Group"
+msgstr "Sig_uiente grupu de llingüetes"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Switch to the next tab group"
+msgstr "Cambiar al siguiente grupu de llingüetes"
+
+#: ../gedit/gedit-ui.h:140
+msgid "_Previous Document"
+msgstr "Documentu _anterior"
+
+#: ../gedit/gedit-ui.h:141
+msgid "Activate previous document"
+msgstr "Activa'l documentu anterior"
+
+#: ../gedit/gedit-ui.h:142
+msgid "N_ext Document"
+msgstr "Documentu _siguiente"
+
+#: ../gedit/gedit-ui.h:143
+msgid "Activate next document"
+msgstr "Activa'l documentu siguiente"
+
+#: ../gedit/gedit-ui.h:144
+msgid "_Move to New Window"
+msgstr "_Mover a Ventana Nueva"
+
+#: ../gedit/gedit-ui.h:145
+msgid "Move the current document to a new window"
+msgstr "Mover el documentu actual a una ventana nueva"
+
+#: ../gedit/gedit-ui.h:152
+msgid "Close the current file"
+msgstr "Zarrar esti ficheru"
+
+#: ../gedit/gedit-ui.h:159
+msgid "Quit the program"
+msgstr "Colar del programa"
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Toolbar"
+msgstr "_Barra Ferramientes"
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the toolbar in the current window"
+msgstr "Amuesa o anubre la barra de ferramientes na ventana actual"
+
+#: ../gedit/gedit-ui.h:167
+msgid "_Statusbar"
+msgstr "Barra d'E_stáu"
+
+#: ../gedit/gedit-ui.h:168
+msgid "Show or hide the statusbar in the current window"
+msgstr "Amosar o anubrir la barra d'estáu na ventana actual"
+
+#: ../gedit/gedit-ui.h:171
+msgid "Edit text in fullscreen"
+msgstr "Editar testu a pantalla completa"
+
+#: ../gedit/gedit-ui.h:178
+msgid "Side _Panel"
+msgstr "Panel _Llateral"
+
+#: ../gedit/gedit-ui.h:179
+msgid "Show or hide the side panel in the current window"
+msgstr "Amosar o anubrir el panel llateral na ventana actual"
+
+#: ../gedit/gedit-ui.h:181
+msgid "_Bottom Panel"
+msgstr "_Panel inferior"
+
+#: ../gedit/gedit-ui.h:182
+msgid "Show or hide the bottom panel in the current window"
+msgstr "Amosar o anubrir el panel inferior na ventana actual"
+
+#: ../gedit/gedit-utils.c:1017
+msgid "Please check your installation."
+msgstr "Por favor, compruebe la so instalación."
+
+#: ../gedit/gedit-utils.c:1087
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Nun pudo abrise'l ficheru de IU %s. Fallu: %s"
+
+#: ../gedit/gedit-utils.c:1107
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "Nun s'alcontró l'oxetu «%s» nel ficheru %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1252
+#, c-format
+msgid "/ on %s"
+msgstr "/ en %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:610
+msgid "_Wrap Around"
+msgstr "_Axuntar"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:620
+msgid "Match _Entire Word Only"
+msgstr "Que Namái Concase la Pallabra _Entera"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:630
+msgid "_Match Case"
+msgstr "Coincidan _Mayúscules"
+
+#: ../gedit/gedit-view-frame.c:889
+msgid "String you want to search for"
+msgstr "Cadena que quies alcontrar"
+
+#: ../gedit/gedit-view-frame.c:898
+msgid "Line you want to move the cursor to"
+msgstr "Llinia a la que-y pruye mover el cursor"
+
+#: ../gedit/gedit-window.c:1021
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Usar mou rescamplar %s"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1088
+#: ../gedit/gedit-window.c:2100
+#: ../plugins/externaltools/tools/manager.py:120
+#: ../plugins/externaltools/tools/manager.py:416
+#: ../plugins/externaltools/tools/manager.py:527
+#: ../plugins/externaltools/tools/manager.py:846
+msgid "Plain Text"
+msgstr "Testu planu"
+
+#: ../gedit/gedit-window.c:1089
+msgid "Disable syntax highlighting"
+msgstr "Desactivar resaltáu de sintaxis"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1411
+#, c-format
+msgid "Open '%s'"
+msgstr "Abrir '%s'"
+
+#: ../gedit/gedit-window.c:1520
+msgid "Open a recently used file"
+msgstr "Abrir un ficheru usáu recientemente"
+
+#: ../gedit/gedit-window.c:1526
+msgid "Open"
+msgstr "Abrir"
+
+#: ../gedit/gedit-window.c:1584
+msgid "Save"
+msgstr "Guardar"
+
+#: ../gedit/gedit-window.c:1586
+msgid "Print"
+msgstr "Imprentar"
+
+#: ../gedit/gedit-window.c:1588
+msgid "Find"
+msgstr "Atopar"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1745
+#, c-format
+msgid "Activate '%s'"
+msgstr "Activar «%s»"
+
+#: ../gedit/gedit-window.c:2078
+msgid "Use Spaces"
+msgstr "Usar espacios"
+
+#: ../gedit/gedit-window.c:2151
+msgid "Tab Width"
+msgstr "Anchor de la tabulación"
+
+#: ../gedit/gedit-window.c:2260
+msgid "Bracket match is out of range"
+msgstr "El corchete de coincidencia ta fuera de rangu"
+
+#: ../gedit/gedit-window.c:2265
+msgid "Bracket match not found"
+msgstr "Nun s'alcontró'l corchete coincidente"
+
+#: ../gedit/gedit-window.c:2270
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Corchete coincidente alcontráu na llinia: %d"
+
+#: ../gedit/gedit-window.c:4041
+msgid "About gedit"
+msgstr "Tocante a gedit"
+
+#. ex:set ts=8 noet:
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Cambiar Mayús/Minús"
+
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Cambia les Mayús/Minús del testu esbilláu."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:242
+msgid "C_hange Case"
+msgstr "Cam_biar Mayús/Minús"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:243
+msgid "All _Upper Case"
+msgstr "Too en Mayúscules"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:244
+msgid "Change selected text to upper case"
+msgstr "Cambia'l testu esbilláu a mayúscules"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:246
+msgid "All _Lower Case"
+msgstr "Too en Minúscules"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:247
+msgid "Change selected text to lower case"
+msgstr "Cambia'l testu esbilláu a minúscules"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:249
+msgid "_Invert Case"
+msgstr "_Invertir Mayús/Minús"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:250
+msgid "Invert the case of selected text"
+msgstr "Invierte les Mayús/Minús del testu esbilláu"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:252
+msgid "_Title Case"
+msgstr "Formatu de _Títulu"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:253
+msgid "Capitalize the first letter of each selected word"
+msgstr "Por en mayúscules la primer lletra de ca pallabra esbillada"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check for latest version of gedit"
+msgstr "Comprobar la cabera versión de gedit"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check update"
+msgstr "Comprobar anovamientos"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:270
+msgid "There was an error displaying the URI."
+msgstr "Hebo un fallu al amosar el URI."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:307
+msgid "_Download"
+msgstr "_Descargar"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:315
+msgid "_Ignore Version"
+msgstr "_Inorar versión"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:330
+msgid "There is a new version of gedit"
+msgstr "Esiste una nueva versión de gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:334
+msgid "You can download the new version of gedit by clicking on the download button or ignore that version and wait for a new one"
+msgstr "Puedes descargar la nueva versión de gedit calcando'l botón de descarga o inorar la versión y esperar a que salga una nueva"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "Versión a inorar"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Versión qu'inorar fasta que s'espublize la próxima versión"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+msgid "Analyzes the current document and reports the number of words, lines, characters and non-space characters in it."
+msgstr "Analiza'l documentu actual y determina la cantidá de pallabres, llinies, carauteres, y carauteres que nun son espacios nél."
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:6
+msgid "Document Statistics"
+msgstr "Estadístiques del Documentu"
+
+#. ex:ts=4:et:
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid " "
+msgstr " "
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:2
+msgid "Bytes"
+msgstr "Bytes"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:3
+msgid "Characters (no spaces)"
+msgstr "Carauteres (ensin espacios)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:4
+msgid "Characters (with spaces)"
+msgstr "Carauteres (con espacios)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:5
+msgid "Document"
+msgstr "Documentu"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:7
+msgid "File Name"
+msgstr "Nome de ficheru"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:8
+msgid "Lines"
+msgstr "Llinies"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:9
+msgid "Selection"
+msgstr "Esbilla"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:10
+msgid "Words"
+msgstr "Pallabres"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:11
+msgid "_Update"
+msgstr "Anov_amientu"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:451
+msgid "_Document Statistics"
+msgstr "Estadístiques del _Documentu"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:453
+msgid "Get statistical information on the current document"
+msgstr "Obtener información estadística del documentu actual"
+
+#. ex:set ts=8 noet:
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "Abre un terminal na llocalización del documentu"
+
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "Abrir terminal equí"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "Executar comandos esternos y scripts de shell."
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "Ferramientes Esternes"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "Un nome de fonte Pango. Por exemplu «Sans 12» o «Monospace Bold 14»."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+msgid "If true, the external tools will use the desktop-global standard font if it's monospace (and the most similar font it can come up with otherwise)."
+msgstr "Si ye cierto, les ferramientes esternes usarán la fonte global estándar del escritoriu si ye monoespaciu (y si non, la fonte más asemeyada a esta)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "Whether to use the system font"
+msgstr "Indica si hai d'usar la fonte del sistema"
+
+#: ../plugins/externaltools/tools/capture.py:92
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Nun pudo executase'l comandu: %s"
+
+#: ../plugins/externaltools/tools/functions.py:159
+msgid "You must be inside a word to run this command"
+msgstr "Tien de tar nuna pallabra pa executar esti comandu"
+
+#: ../plugins/externaltools/tools/functions.py:265
+msgid "Running tool:"
+msgstr "Ferramienta d'esecución:"
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Done."
+msgstr "Fecho."
+
+#: ../plugins/externaltools/tools/functions.py:296
+msgid "Exited"
+msgstr "Colóse"
+
+#: ../plugins/externaltools/tools/manager.py:118
+msgid "All languages"
+msgstr "Toles llingües"
+
+#: ../plugins/externaltools/tools/manager.py:516
+#: ../plugins/externaltools/tools/manager.py:520
+#: ../plugins/externaltools/tools/manager.py:844
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All Languages"
+msgstr "Toles llingües"
+
+#: ../plugins/externaltools/tools/manager.py:627
+msgid "New tool"
+msgstr "Nueva ferramienta"
+
+#: ../plugins/externaltools/tools/manager.py:758
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Esti acelerador ya ta vinculáu a %s"
+
+#: ../plugins/externaltools/tools/manager.py:809
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Escribe un nuevu acelerador, o calca retrocesu pa desaniciar"
+
+#: ../plugins/externaltools/tools/manager.py:811
+msgid "Type a new accelerator"
+msgstr "Escribi un nuevu acelerador"
+
+#: ../plugins/externaltools/tools/outputpanel.py:120
+msgid "Stopped."
+msgstr "Deteníu."
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents"
+msgstr "Tolos documentos"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "All documents except untitled ones"
+msgstr "Tolos documentos menos los que nun tengan títulu"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Append to current document"
+msgstr "Amestar al documentu actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "Crear nuevu documentu"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "Documentu actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "Llinia actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Esbilla actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Seleición actual (predeterminada del documentu)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "Pallabra actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr "Amosar nel panel inferior"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr "Xestor de ferramientes esternes"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr "Inxertar na posición del cursor"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr "Namái ficheros llocales"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr "Na"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr "Namái ficheros remotos"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr "Trocar documentu actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr "Trocar esbilla actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr "Namái documentos ensin títulu"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr "_Aplicabilidá:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Edit:"
+msgstr "_Editar:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "_Entrada:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "_Salida:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "_Guardar:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr "_Tecla rápida:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "_Ferramientes:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:175
+msgid "Manage _External Tools..."
+msgstr "Xestionar ferramientes _esternes…"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:176
+msgid "Opens the External Tools Manager"
+msgstr "Abre'l xestor de ferramientes esternes"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:179
+msgid "External _Tools"
+msgstr "_Ferramientes esternes"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:180
+msgid "External tools"
+msgstr "Ferramientes esternes"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:214
+msgid "Shell Output"
+msgstr "Salida de shell"
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Construcción"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Executar «make» nel direutoriu del documentu"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Desaniciar espacios sobrantes"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Desaniciar los espacios sobrantes inútiles del so ficheru"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Executar un comandu personalizáu y poner la so salida nún documentu nuevu"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "Executar comandu"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "Easy file access from the side panel"
+msgstr "Accesu cenciellu a ficheros dende'l panel llateral"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "File Browser Panel"
+msgstr "Panel del desaminador de ficheros"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:243
+msgid "File System"
+msgstr "Sistema de Ficheros"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:585
+msgid "_Set root to active document"
+msgstr "_Afitar raíz al documentu activu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:587
+msgid "Set the root to the active document location"
+msgstr "Afita la raíz nel llugar del documentu activu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:592
+msgid "_Open terminal here"
+msgstr "_Abrir terminal equí"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:594
+msgid "Open a terminal at the currently opened directory"
+msgstr "Abre un terminal nel direutoriu abiertu anguaño"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:732
+msgid "File Browser"
+msgstr "Ñavegador de ficheros"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid "An error occurred while creating a new directory"
+msgstr "Hebo un fallu al crear un direutoriu nuevu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:878
+msgid "An error occurred while creating a new file"
+msgstr "Hebo un fallu al crear un ficheru nuevu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while renaming a file or directory"
+msgstr "Hebo un erru al renomar un ficheru o direutoriu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:884
+msgid "An error occurred while deleting a file or directory"
+msgstr "Hebo un erru al desaniciar un ficheru o direutoriu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:887
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Hebo un fallu al abrir un direutoriu nel xestor de ficheros"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:890
+msgid "An error occurred while setting a root directory"
+msgstr "Hebo un erru al afitar el direutoriu raíz"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:893
+msgid "An error occurred while loading a directory"
+msgstr "Hebo un erru al cargar un direutoriu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:896
+msgid "An error occurred"
+msgstr "Hebo un fallu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1105
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Nun se pue mover el ficheru \n"
+"a la papelera, ¿quier desanicialu\n"
+"permanentemente?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1110
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "El ficheru %s nun se pue mover a la basoria."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1115
+msgid "The selected files cannot be moved to the trash."
+msgstr "Los ficheros seleicionados nun se puen mover a la basoria."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1147
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "¿Daveres quies desaniciar pa siempre \"%s\"?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1152
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "¿Daveres quies desaniciar pa siempre los ficheros seleicionaos?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1155
+msgid "If you delete an item, it is permanently lost."
+msgstr "Si desanicies un elementu, piérdese pa siempre."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1728
+msgid "(Empty)"
+msgstr "(Ermu)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3474
+msgid "The renamed file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "El ficheru renomáu ta anguaño peñeráu. Necesites axustar les peñeres pa facelu visible."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3718
+msgid "file"
+msgstr "ficheru"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3746
+msgid "The new file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "El ficheru nuevu ta anguaño fieltráu. Necesita axustar los fieltros pa facelu visible"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3777
+msgid "directory"
+msgstr "direutoriu"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3802
+msgid "The new directory is currently filtered out. You need to adjust your filter settings to make the directory visible"
+msgstr "El direutoriu nuevu ta anguaño fieltráu. Necesita axustar los fieltros pa facelu visible."
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:743
+msgid "Bookmarks"
+msgstr "Marcadores"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:831
+msgid "_Filter"
+msgstr "_Fieltru"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:836
+msgid "_Move to Trash"
+msgstr "_Mover a la basoria"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:837
+msgid "Move selected file or folder to trash"
+msgstr "Mueve'l ficheru o carpeta seleicionáu a la basoria"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:839
+msgid "_Delete"
+msgstr "_Desaniciar"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:840
+msgid "Delete selected file or folder"
+msgstr "Desanicia'l ficheru o carpeta seleicionáu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:847
+msgid "Open selected file"
+msgstr "Abrir el ficheru seleicionáu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:853
+msgid "Up"
+msgstr "Arriba"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:854
+msgid "Open the parent folder"
+msgstr "Abrir la carpeta contenedora"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:859
+msgid "_New Folder"
+msgstr "_Nueva carpeta"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:860
+msgid "Add new empty folder"
+msgstr "Amesta una carpeta erma nueva"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:862
+msgid "New F_ile"
+msgstr "_Ficheru nuevu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:863
+msgid "Add new empty file"
+msgstr "Amesta un ficheru nuevu ermu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:868
+msgid "_Rename"
+msgstr "_Renomar"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+msgid "Rename selected file or folder"
+msgstr "Renoma el ficheru o carpeta seleicionada"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:875
+msgid "_Previous Location"
+msgstr "Llocalización _anterior"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:877
+msgid "Go to the previous visited location"
+msgstr "Dir a la llocalización visitada anteriormente"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:879
+msgid "_Next Location"
+msgstr "Llocalización _siguiente"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:880
+msgid "Go to the next visited location"
+msgstr "Dir a la siguiente llocalización visitada"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:881
+msgid "Re_fresh View"
+msgstr "Re_frescar vista"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:882
+msgid "Refresh the view"
+msgstr "Refresca la vista"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:883
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:901
+msgid "_View Folder"
+msgstr "_Ver carpeta"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:884
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:902
+msgid "View folder in file manager"
+msgstr "Ver la carpeta nel xestor de ficheros"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:891
+msgid "Show _Hidden"
+msgstr "Amosar _ocultos"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:892
+msgid "Show hidden files and folders"
+msgstr "Amuesa ficheros y carpetes anubríos"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:894
+msgid "Show _Binary"
+msgstr "Amosar _binarios"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:895
+msgid "Show binary files"
+msgstr "Amosar ficheros binarios"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1028
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1037
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1058
+msgid "Previous location"
+msgstr "Llocalización anterior"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1030
+msgid "Go to previous location"
+msgstr "Dir a la llocalización anterior"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1032
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1053
+msgid "Go to a previously opened location"
+msgstr "Dir a un llugar anteriormente abiertu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1049
+msgid "Next location"
+msgstr "Llocalización siguiente"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1051
+msgid "Go to next location"
+msgstr "Dir al siguiente llugar"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1261
+msgid "_Match Filename"
+msgstr "Co_ncasar col nome de ficheru"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2185
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Nun esiste l'oxetu montáu pal volume montáu: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2262
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Nun pudo abrise'l mediu: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2309
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Nun pudo abrise'l volume: %s"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr "Activar la restauración de llugares remotos"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid "File Browser Filter Mode"
+msgstr "Mou de filtru del desaminador de ficheros"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr "Patrón de filtru del desaminador de ficheros"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid "File Browser Root Directory"
+msgstr "Direutoriu raíz del desaminador dde ficheros"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Direutoriu raíz virtual del desaminador de ficheros"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid "If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with Nautilus, etc.)"
+msgstr "Si ye TRUE el complementu del desaminador de ficheros verá'l direutoriu del primer documentu abiertu darréu que'l desaminador de ficheros entá nun s'usó. (Entós, esto xeneralmente aplícase a abrir un documentu dende la llinia de comandos o abriéndolu con Nautilus, etc.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Open With Tree View"
+msgstr "Abrir con vista d'árbol"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr "Abre la vista d'árbol cuando'l complementu del desaminador de ficheros se carga n'arróu de la vista de marcadores"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "Afitar llugar pal primer documentu"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Afita si hai d'activar la restauración dende llugares remotos."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE."
+msgstr "El direutoriu raíz del desaminador de ficheros qu'usar al cargar el complementu de desaminador de ficheros y cuando onload/tree_view ye TRUE."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid "The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr "El direutoriu virtual del desaminador de ficheros a usar, al cargar el complementu del desaminador de ficheros cuando onload/tree_view ye TRUE. El direutoriu virtual tien de ser la raíz actual."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr "El patrón de fieltros col que filtrar el desaminador de ficheros. Esti filtru furrula per enriba del filter_mode."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid "This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hide-hidden (filter hidden files) and hide-binary (filter binary files)."
+msgstr "Esti valor determina qué ficheros se peñeren del desaminador de ficheros. Los valores válidos son: none (non peñerar), hide-hidden (peñerar ficheros anubríos), y hide-binary (peñerar ficheros binarios)."
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Soporte pa los modos de llinia Emacs, Kate y Vim pa gedit."
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "Modos de llinies"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "Command Color Text"
+msgstr "Color del testu del comandu"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "Color del testu d'error"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "If true, the terminal will use the desktop-global standard font if it's monospace (and the most similar font it can come up with otherwise)."
+msgstr "Si ye cierto, la terminal va usar la fonte global estándar del escritoriu si esta ye d'anchor fixu (y la fonte más asemeyada a esta)."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid "The command color text"
+msgstr "El color del testu del comandu"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "The error color text"
+msgstr "El color del testu d'error"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Consola interactiva python nel panel inferior"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:52
+msgid "Python Console"
+msgstr "Consola Python"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "C_omandu de color:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Fallu d_e color:"
+
+#. ex:ts=8:et:
+#: ../plugins/quickopen/quickopen/popup.py:31
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+msgid "Quick Open"
+msgstr "Apertura rápida"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Abrir documentos aína"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Inxertar fragmentos de testu usaos frecuentemente d'un mou rápidu"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+#: ../plugins/snippets/snippets/document.py:54
+msgid "Snippets"
+msgstr "Recortes"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Activation"
+msgstr "Activación"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "Crear un recorte nuevu"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/manager.py:398
+msgid "Delete selected snippet"
+msgstr "Desaniciar el recorte seleicionáu"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Export selected snippets"
+msgstr "Exportar el recorte seleicionáu"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/manager.py:769
+msgid "Import snippets"
+msgstr "Importar recortes"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr "_Tecla rápida:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Atayu de tecláu col que s'activa'l recorte"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/manager.py:657
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Pallabra cola que s'activa'l recorte dempués de calcar el tabulador"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "_Drop targets:"
+msgstr "_Soltar destinos:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Snippets:"
+msgstr "_Recortes:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "_Disparador:"
+
+#: ../plugins/snippets/snippets/windowactivatable.py:141
+msgid "Manage _Snippets..."
+msgstr "Alministrar _recortes…"
+
+#: ../plugins/snippets/snippets/windowactivatable.py:142
+msgid "Manage snippets"
+msgstr "Alministre recortes"
+
+#: ../plugins/snippets/snippets/manager.py:43
+msgid "Snippets archive"
+msgstr "Ficheru de recortes"
+
+#: ../plugins/snippets/snippets/manager.py:65
+msgid "Add a new snippet..."
+msgstr "Amestar un nuevu recorte…"
+
+#: ../plugins/snippets/snippets/manager.py:118
+msgid "Global"
+msgstr "Global"
+
+#: ../plugins/snippets/snippets/manager.py:395
+msgid "Revert selected snippet"
+msgstr "Revertir el recorte seleicionáu"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:650
+msgid "This is not a valid Tab trigger. Triggers can either contain letters or a single (non-alphanumeric) character like: {, [, etc."
+msgstr "Esti nun ye un disparador válidu. Los disparadores pueden contener lletres o un solu caráuter non alfanumbéricu como {,[, etcétera."
+
+#: ../plugins/snippets/snippets/manager.py:748
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Hebo un fallu al importar: %s"
+
+#: ../plugins/snippets/snippets/manager.py:755
+msgid "Import successfully completed"
+msgstr "Importación completada satisfactoriamente"
+
+#: ../plugins/snippets/snippets/manager.py:774
+#: ../plugins/snippets/snippets/manager.py:860
+#: ../plugins/snippets/snippets/manager.py:923
+msgid "All supported archives"
+msgstr "Tolos archivos soportaos"
+
+#: ../plugins/snippets/snippets/manager.py:775
+#: ../plugins/snippets/snippets/manager.py:861
+#: ../plugins/snippets/snippets/manager.py:924
+msgid "Gzip compressed archive"
+msgstr "Archivu comprimíu con Gzip"
+
+#: ../plugins/snippets/snippets/manager.py:776
+#: ../plugins/snippets/snippets/manager.py:862
+#: ../plugins/snippets/snippets/manager.py:925
+msgid "Bzip2 compressed archive"
+msgstr "Archivador comprimíu con Bzip"
+
+#: ../plugins/snippets/snippets/manager.py:777
+msgid "Single snippets file"
+msgstr "Ficheru individual de recortes"
+
+#: ../plugins/snippets/snippets/manager.py:778
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:927
+msgid "All files"
+msgstr "Tolos ficheros"
+
+#: ../plugins/snippets/snippets/manager.py:790
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Hebo un fallu al esportar: %s"
+
+#: ../plugins/snippets/snippets/manager.py:794
+msgid "Export successfully completed"
+msgstr "Esportación completada satisfactoriamente"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:834
+#: ../plugins/snippets/snippets/manager.py:901
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "¿Quier incluyir los recortes del <b>sistema</b> seleicionaos na so exportación?"
+
+#: ../plugins/snippets/snippets/manager.py:849
+#: ../plugins/snippets/snippets/manager.py:919
+msgid "There are no snippets selected to be exported"
+msgstr "Nun hai recortes seleicionaos pa exportar"
+
+#: ../plugins/snippets/snippets/manager.py:854
+#: ../plugins/snippets/snippets/manager.py:892
+msgid "Export snippets"
+msgstr "Exportar recortes"
+
+#: ../plugins/snippets/snippets/manager.py:1031
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Teclee un acelerador nuevu o calque Retrocesu pa llimpiar"
+
+#: ../plugins/snippets/snippets/manager.py:1033
+msgid "Type a new shortcut"
+msgstr "Teclee un acelerador nuevu"
+
+#: ../plugins/snippets/snippets/exporter.py:82
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "Nun pudo crease'l ficheru «%s»"
+
+#: ../plugins/snippets/snippets/exporter.py:99
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "El direutoriu de destín «%s» nun existe"
+
+#: ../plugins/snippets/snippets/exporter.py:102
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "El direutoriu de destín «%s» nun ye un direutoriu válidu"
+
+#: ../plugins/snippets/snippets/importer.py:46
+#: ../plugins/snippets/snippets/importer.py:100
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "El ficheru \"%s\" nun existe"
+
+#: ../plugins/snippets/snippets/importer.py:49
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "El ficheru «%s» nun ye un ficheru de recortes válidu"
+
+#: ../plugins/snippets/snippets/importer.py:59
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "El ficheru importáu «%s» nun ye un ficheru de recortes válidu"
+
+#: ../plugins/snippets/snippets/importer.py:69
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "Nun pudo estrayese'l ficheru «%s»"
+
+#: ../plugins/snippets/snippets/importer.py:87
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Nun se pudieron importar los siguientes ficheros: %s"
+
+#: ../plugins/snippets/snippets/importer.py:103
+#: ../plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "El ficheru «%s» nun ye un archivador de recortes válidu"
+
+#: ../plugins/snippets/snippets/placeholder.py:594
+#, python-format
+msgid "Execution of the Python command (%s) exceeds the maximum time, execution aborted."
+msgstr "La execución del comandu Python (%s) sobropasa'l tiempu máximu, execución encaboxada."
+
+#: ../plugins/snippets/snippets/placeholder.py:602
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Falló la execución del comandu Python (%s): %s"
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr "O_rdenar..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr "Axeita'l documentu actual o la seleición"
+
+#. ex:ts=8:noet:
+#: ../plugins/sort/gedit-sort-plugin.ui.h:1
+msgid "R_emove duplicates"
+msgstr "Desanicia_r duplicaos"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:2
+msgid "S_tart at column:"
+msgstr "E_ntamar na columna:"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:3
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Ordenar"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Nun se pue desfacer una operación d'ordenamientu"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:5
+msgid "_Ignore case"
+msgstr "_Inorar capitalización"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:6
+msgid "_Reverse order"
+msgstr "O_rde inversu"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "_Ordenar"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Ordena un documentu o el testu seleicionáu."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:451
+msgid "(no suggested words)"
+msgstr "(nun hai soxerencies)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "_Más..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "_Inoralo Too"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "_Añedir"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "_Soxerencies Ortográfiques..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:271
+msgid "Check Spelling"
+msgstr "Corrección Ortográfica"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:282
+msgid "Suggestions"
+msgstr "Suxerencies"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:558
+msgid "(correct spelling)"
+msgstr "(ortografía correuta)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:699
+msgid "Completed spell checking"
+msgstr "Correición ortográfica finada"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:285
+#: ../plugins/spell/gedit-spell-checker-language.c:291
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:300
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Desconocíu (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:406
+msgctxt "language"
+msgid "Default"
+msgstr "Por Defeutu"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:142
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "Afitar llingua"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:196
+msgid "Languages"
+msgstr "Llingües"
+
+#: ../plugins/spell/gedit-spell-plugin.c:105
+msgid "_Check Spelling..."
+msgstr "_Comprobar ortografía…"
+
+#: ../plugins/spell/gedit-spell-plugin.c:107
+msgid "Check the current document for incorrect spelling"
+msgstr "Compreba la ortografía del documentu actual guetando pallabres incorreutes"
+
+#: ../plugins/spell/gedit-spell-plugin.c:113
+msgid "Set _Language..."
+msgstr "Afitar _Llingua..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:115
+msgid "Set the language of the current document"
+msgstr "Afitar la llingua del documentu actual"
+
+#: ../plugins/spell/gedit-spell-plugin.c:124
+msgid "_Highlight Misspelled Words"
+msgstr "_Resaltar pallabres mal escritas"
+
+#: ../plugins/spell/gedit-spell-plugin.c:126
+msgid "Automatically spell-check the current document"
+msgstr "Verificar automáticamente la ortografía del documentu actual"
+
+#: ../plugins/spell/gedit-spell-plugin.c:817
+msgid "The document is empty."
+msgstr "El documentu ta ermu."
+
+#: ../plugins/spell/gedit-spell-plugin.c:842
+msgid "No misspelled words"
+msgstr "Nun s'atoparon pallabres con faltes."
+
+#. ex:ts=8:noet:
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "Seleicione la _llingua del documentu actual."
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Add w_ord"
+msgstr "Amestar pa_llabra"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Cha_nge"
+msgstr "Ca_mbiar"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "Change A_ll"
+msgstr "Cambia_lo Too"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "Cambiar _a:"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "Comprobar _Pallabra"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Check spelling"
+msgstr "Comprobar ortografía"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Ignore _All"
+msgstr "Inoralo _Too"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Language"
+msgstr "Llingua"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Language:"
+msgstr "Llingua:"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Misspelled word:"
+msgstr "Pallabra mal escrita:"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "Diccionariu d'usuariu:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "_Ignore"
+msgstr "_Inorar"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "_Suggestions:"
+msgstr "_Soxerencies:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "word"
+msgstr "pallabra"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Comprueba la ortografía del documentu actual."
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "Iguador ortográficu"
+
+#: ../plugins/time/gedit-time-plugin.c:188
+msgid "In_sert Date and Time..."
+msgstr "In_xertar data y hora..."
+
+#: ../plugins/time/gedit-time-plugin.c:190
+msgid "Insert current date and time at the cursor position"
+msgstr "Inxerta la data y hora actual na posición del cursor"
+
+#: ../plugins/time/gedit-time-plugin.c:551
+msgid "Available formats"
+msgstr "Formatos disponibles"
+
+#. ex:ts=8:noet:
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Enxertar data/hora"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Inxertar la data y hora actual na posición del cursor."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Custom Format"
+msgstr "Formatu personalizáu"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid "If the user should be prompted for a format or if the selected or custom format should be used."
+msgstr "Indica si hai d'entrugar al usuariu pol formatu o si hai d'usar el formatu esbilláu o personalizáu."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Prompt Type"
+msgstr "Tipu de mensaxe en pantalla"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "Selected Format"
+msgstr "Formatu esbilláu"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "The custom format used when inserting the date/time."
+msgstr "El formatu predetermináu usáu al inxertar la data/hora."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The selected format used when inserting the date/time."
+msgstr "El formatu esbilláu usaú al inxertar la data/hora."
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:4
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:6
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+msgid "Insert Date and Time"
+msgstr "Inxertar data y hora"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+msgid "Use the _selected format"
+msgstr "Usar el formatu _seleicionáu"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "_Enxertar"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:8
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:11
+msgid "_Use custom format"
+msgstr "_Usar el formatu personalizáu"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:7
+msgid "Configure date/time plugin"
+msgstr "Configurar el complementu d'enxertamientu de data/hora"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:9
+msgid "When inserting date/time..."
+msgstr "Al inxertar la data/hora…"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "_Prompt for a format"
+msgstr "_Entrugar por un formatu"
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:1
+msgid "Logs access and leave event for documents used with gedit"
+msgstr "Rexistru d'accesu y eventos de salida pa documentos usaos con gedit"
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:2
+msgid "Zeitgeist dataprovider"
+msgstr "Fornidor de datos Zeitgeist "
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "El Panel d'Abaxo ye Visible"
+
+#~ msgid "Monospace 12"
+#~ msgstr "Monospace 12"
+
+#~ msgid "Monospace 9"
+#~ msgstr "Monospace 9"
+
+#~ msgid "Sans 11"
+#~ msgstr "Sans 11"
+
+#~ msgid "Sans 8"
+#~ msgstr "Sans 8"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Estilu pa los botones de la barra de ferramientes. Los valores dables son "
+#~ "«GEDIT_TOOLBAR_SYSTEM» pa usar l'estilu predetermináu del sistema. "
+#~ "«GEDIT_TOOLBAR_ICONS» p'amosar namái los iconos, "
+#~ "«GEDIT_TOOLBAR_ICONS_AND_TEXT» p'amosar tantu iconos como testu y "
+#~ "«GEDIT_TOOLBAR_ICONS_BOTH_HORIZ» p'amosar el testu prioritariu a los "
+#~ "llaos de los iconos. Decátese que los valores son sensibles a "
+#~ "capitalización, poro tea xuru de qu'apaecen exautamente del mesmu mou nel "
+#~ "que se menten equí."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Estilu de Botones de la Barra Ferramientes"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr ""
+#~ "Indica si gedit tien de resaltar el corchete que concasa col seleicionáu."
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr ""
+#~ "Conseña si tien de ser visible el panel inferior baxo les ventanes "
+#~ "d'edición."
+
+#~ msgid "[ISO-8859-15]"
+#~ msgstr "[ISO-8859-15]"
+
+#~ msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+#~ msgstr "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+
+#~ msgid "Automatic Indentation"
+#~ msgstr "Sangría automática"
+
+#~ msgid "Current Line"
+#~ msgstr "Llinia actual"
+
+#~ msgid "Right Margin"
+#~ msgstr "Marxe drechu"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "Marxe _drechu a partir de la columna:"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[FICHERU…]"
+
+#~ msgid "Plugin"
+#~ msgstr "Plugin"
+
+#~ msgid "Enabled"
+#~ msgstr "Habilitáu"
+
+#~ msgid "_About"
+#~ msgstr "Tocante _a"
+
+#~ msgid "C_onfigure"
+#~ msgstr "C_onfigurar"
+
+#~ msgid "A_ctivate"
+#~ msgstr "A_ctivar"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Ac_tivar toos"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "_Desactivar toos"
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "Com_plementos activos:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "_Tocante al plugin"
+
+#~ msgid "C_onfigure Plugin"
+#~ msgstr "C_onfigurar plugin"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Nun pudo anicializase l'alministrador de preferencies."
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "Esperábase «%s» y obtúvose «%s» pa la clave %s"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "Nun puede deteutase la codificación automáticamente"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "Config_uración de Páxina"
+
+#~ msgid "Set up the page settings"
+#~ msgstr "Configurar los axustes de la páxina"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "Gueta _incremental…"
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "Busca testu incrementalmente"
+
+#~ msgid "Quick open"
+#~ msgstr "Apertura rápida"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Abrir documentos aína"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Alministrador de recortes"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "_Autocomprobar Ortografía"
+
+#~ msgid "Tags"
+#~ msgstr "Etiquetes"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Seleicione'l grupu d'etiquetes que quier usar"
+
+#~ msgid "_Preview"
+#~ msgstr "Vista _previa"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "Llistes d'etiquetes disponibles"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "Formulariu abreviáu"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Abreviatura"
+
+#~ msgid "Above"
+#~ msgstr "Enriba"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "Caráuter de la tecla d'accesibilidá"
+
+#~ msgid "Acronym"
+#~ msgstr "Acrónimu"
+
+#~ msgid "Align"
+#~ msgstr "Alliniar"
+
+#~ msgid "Alignment character"
+#~ msgstr "Caráuter d'alliniamientu"
+
+#~ msgid "Alternative"
+#~ msgstr "Alternativu"
+
+#~ msgid "Anchor"
+#~ msgstr "Ancla"
+
+#~ msgid "Anchor URI"
+#~ msgstr "URI del anclax"
+
+#~ msgid "Applet class file code"
+#~ msgstr "Códigu de ficheru de clas de la miniaplicación"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Códigu de ficheru de clase de miniaplicación (obsoletu)"
+
+#~ msgid "Array"
+#~ msgstr "Array"
+
+#~ msgid "Associated information"
+#~ msgstr "Información asociada"
+
+#~ msgid "Author info"
+#~ msgstr "Información del autor"
+
+#~ msgid "Axis related headers"
+#~ msgstr "Cabeceres rellacionaes col exe"
+
+#~ msgid "Background color"
+#~ msgstr "Color de fondu"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "Color de Fondu (obsoletu)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "Testura d'enllosáu del fondu"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "Testura d'enllosáu del fondu (obsoletu)"
+
+#~ msgid "Base URI"
+#~ msgstr "URI base"
+
+#~ msgid "Base font"
+#~ msgstr "Tipografía base"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Tipografía base (obsoletu)"
+
+#~ msgid "Bold"
+#~ msgstr "Negrina"
+
+#~ msgid "Border"
+#~ msgstr "Berbesu"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "Berbesu (obsoletu)"
+
+#~ msgid "Border color"
+#~ msgstr "Color del berbesu"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "Espansión de fileres de la casulla"
+
+#~ msgid "Center"
+#~ msgstr "Cientru"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "Centru (obsoletu)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Codificación de carauteres del recurso enllazáu"
+
+#~ msgid "Checked (state)"
+#~ msgstr "Conseñáu (estáu)"
+
+#~ msgid "Checked state"
+#~ msgstr "Estáu conseñáu"
+
+#~ msgid "Citation"
+#~ msgstr "Cita"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "Citar la razón del cambéu"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "ID d'implementación de clas"
+
+#~ msgid "Class list"
+#~ msgstr "Llista de clases"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "Vaciar el control de fluxu del testu"
+
+#~ msgid "Code content type"
+#~ msgstr "Tipu de conteníu del códigu"
+
+#~ msgid "Color of selected links"
+#~ msgstr "Color de los enllaces seleicionaos"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "Color de los enllaces seleicionaos (obsoletu)"
+
+#~ msgid "Column span"
+#~ msgstr "Espansión en columnes"
+
+#~ msgid "Columns"
+#~ msgstr "Columnes"
+
+#~ msgid "Comment"
+#~ msgstr "Comentariu"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "Fragmentu de códigu fonte"
+
+#~ msgid "Content scheme"
+#~ msgstr "Esquema del conteníu"
+
+#~ msgid "Content type"
+#~ msgstr "Tipu de conteníu"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "Tipu de conteníu (obsoletu)"
+
+#~ msgid "Coordinates"
+#~ msgstr "Coordenaes"
+
+#~ msgid "DIV Style container"
+#~ msgstr "Contenedor d'estilu DIV"
+
+#~ msgid "DIV container"
+#~ msgstr "Contenedor DIV"
+
+#~ msgid "Date and time of change"
+#~ msgstr "Data y hora de cambéu"
+
+#~ msgid "Declare flag"
+#~ msgstr "Opción de declaración"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Deferir atributu"
+
+#~ msgid "Definition description"
+#~ msgstr "Descripción de definición"
+
+#~ msgid "Definition list"
+#~ msgstr "Llista de definición"
+
+#~ msgid "Definition term"
+#~ msgstr "Términu de definición"
+
+#~ msgid "Deleted text"
+#~ msgstr "Testu desaniciáu"
+
+#~ msgid "Direction"
+#~ msgstr "Señes"
+
+#~ msgid "Directionality"
+#~ msgstr "Direicionalidá"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "Direicionalidá (obsoletu)"
+
+#~ msgid "Directory list"
+#~ msgstr "Llista de direutoriu"
+
+#~ msgid "Disabled"
+#~ msgstr "Deshabilitáu"
+
+#~ msgid "Document base"
+#~ msgstr "Documentu base"
+
+#~ msgid "Document body"
+#~ msgstr "Cuerpu del documentu"
+
+#~ msgid "Document head"
+#~ msgstr "Cabecera del documentu"
+
+#~ msgid "Document title"
+#~ msgstr "Títulu del documentu"
+
+#~ msgid "Document type"
+#~ msgstr "Tipu del documentu"
+
+#~ msgid "Element ID"
+#~ msgstr "ID d'elementos"
+
+#~ msgid "Embedded object"
+#~ msgstr "Oxetu incrustáu"
+
+#~ msgid "Emphasis"
+#~ msgstr "Énfasis"
+
+#~ msgid "Encode type"
+#~ msgstr "Tipu codificáu"
+
+#~ msgid "Figure"
+#~ msgstr "Figura"
+
+#~ msgid "Font face"
+#~ msgstr "Tipografía"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Tipografía (obsoletu)"
+
+#~ msgid "For label"
+#~ msgstr "Pa la etiqueta"
+
+#~ msgid "Forced line break"
+#~ msgstr "Saltu de llinia forciáu"
+
+#~ msgid "Form"
+#~ msgstr "Formulariu"
+
+#~ msgid "Form action handler"
+#~ msgstr "Remanador d'aición del formulario"
+
+#~ msgid "Form control group"
+#~ msgstr "Grupu de control del formulariu"
+
+#~ msgid "Form field label text"
+#~ msgstr "Testu de la etiqueta del campu del formulariu"
+
+#~ msgid "Form input"
+#~ msgstr "Formulariu d'entrada"
+
+#~ msgid "Form input type"
+#~ msgstr "Tipu de formulario d'entrada"
+
+#~ msgid "Form method"
+#~ msgstr "Métodu del formulariu"
+
+#~ msgid "Forward link"
+#~ msgstr "Reunviar enllaz"
+
+#~ msgid "Frame"
+#~ msgstr "Marcu"
+
+#~ msgid "Frame border"
+#~ msgstr "Borde del marcu"
+
+#~ msgid "Frame render parts"
+#~ msgstr "El marcu renderiza partes"
+
+#~ msgid "Frame source"
+#~ msgstr "Orixe del marcu"
+
+#~ msgid "Frame spacing"
+#~ msgstr "Espaciáu de los marcos"
+
+#~ msgid "Frame target"
+#~ msgstr "Destín del marcu"
+
+#~ msgid "Frameborder"
+#~ msgstr "Berbesu del marcu"
+
+#~ msgid "Frameset"
+#~ msgstr "Conxuntu de marcos"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Columnes del conxuntu de marcos"
+
+#~ msgid "Frameset rows"
+#~ msgstr "Fileres del conxuntu de marcos"
+
+#~ msgid "Framespacing"
+#~ msgstr "Espaciáu del conxuntu de marcos"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "Oxetu xenéricu incrustáu"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "Metainformación xenérica"
+
+#~ msgid "Generic span"
+#~ msgstr "Espansión xenérica"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "Carauteres especiales HTML"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "Etiquetes HTML"
+
+#~ msgid "HTML root element"
+#~ msgstr "Elementu raíz HTML"
+
+#~ msgid "HTML version"
+#~ msgstr "Versión HTML"
+
+#~ msgid "HTTP header name"
+#~ msgstr "Nome de cabecera HTTP"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "ID de caxelles de testera"
+
+#~ msgid "Heading"
+#~ msgstr "Encabezáu"
+
+#~ msgid "Heading 1"
+#~ msgstr "Titular 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "Titular 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "Titular 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "Titular 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "Titular 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "Titular 6"
+
+#~ msgid "Height"
+#~ msgstr "Altura"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "Regla horizontal"
+
+#~ msgid "Horizontal space"
+#~ msgstr "Espaciu horizontal"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "Espaciu horizontal (obsoletu)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "Prevalecer sobre i18n BiDi"
+
+#~ msgid "Image"
+#~ msgstr "Imaxe"
+
+#~ msgid "Image map"
+#~ msgstr "Mapa d'imaxe"
+
+#~ msgid "Image map area"
+#~ msgstr "Área del mapa d'imaxes"
+
+#~ msgid "Image map name"
+#~ msgstr "Nome del mapa d'imaxes"
+
+#~ msgid "Image source"
+#~ msgstr "Orixe de la imaxe"
+
+#~ msgid "Inline frame"
+#~ msgstr "Marcu en llinia"
+
+#~ msgid "Inline layer"
+#~ msgstr "Capa en llinia"
+
+#~ msgid "Inserted text"
+#~ msgstr "Testu enxertáu"
+
+#~ msgid "Instance definition"
+#~ msgstr "Definición d'instancia"
+
+#~ msgid "Italic text"
+#~ msgstr "Testu en cursivo"
+
+#~ msgid "Java applet"
+#~ msgstr "Miniaplicación Java"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Miniaplicación de Java (obsoletu)"
+
+#~ msgid "Label"
+#~ msgstr "Marca"
+
+#~ msgid "Language code"
+#~ msgstr "Códigu de llingua"
+
+#~ msgid "Large text style"
+#~ msgstr "Estilu de testu grande"
+
+#~ msgid "Layer"
+#~ msgstr "Capa"
+
+#~ msgid "Link color"
+#~ msgstr "Collor del enllaz"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "Color del enlaz (obsoletu)"
+
+#~ msgid "List item"
+#~ msgstr "Elementu de llista"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "Llista de tipos MIME pa la xuba del ficheru"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "Llista de conxuntos de carauteres soportaos"
+
+#~ msgid "Listing"
+#~ msgstr "Llistáu"
+
+#~ msgid "Local change to font"
+#~ msgstr "Cambéu llocal pa la tipografía"
+
+#~ msgid "Long description link"
+#~ msgstr "Descripción llarga del enllaz"
+
+#~ msgid "Long quotation"
+#~ msgstr "Entecomilláu llargu"
+
+#~ msgid "Mail link"
+#~ msgstr "Enllaz de corréu"
+
+#~ msgid "Margin pixel height"
+#~ msgstr "Altor en píxeles del marxe"
+
+#~ msgid "Margin pixel width"
+#~ msgstr "Anchor en píxeles del marxe"
+
+#~ msgid "Marquee"
+#~ msgstr "Marquina"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "Llonxitú máxima del campu de testu"
+
+#~ msgid "Media-independent link"
+#~ msgstr "Enllaz independiente del soporte"
+
+#~ msgid "Menu list"
+#~ msgstr "Llista de menú"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "Llista del menú (obsoletu)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "Campi de testu multillinia"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Multicolumna"
+
+#~ msgid "Multiple"
+#~ msgstr "Múltiple"
+
+#~ msgid "Name"
+#~ msgstr "Nome"
+
+#~ msgid "Named property value"
+#~ msgstr "Valor de propiedá con nome"
+
+#~ msgid "Next ID"
+#~ msgstr "Siguiente ID"
+
+#~ msgid "No URI"
+#~ msgstr "Ensin URI"
+
+#~ msgid "No embedded objects"
+#~ msgstr "Ensin oxetos incrustaos"
+
+#~ msgid "No frames"
+#~ msgstr "Ensin marcos"
+
+#~ msgid "No layers"
+#~ msgstr "Ensin capes"
+
+#~ msgid "No line break"
+#~ msgstr "Ensin saltu de llinia"
+
+#~ msgid "No resize"
+#~ msgstr "Ensin redimensión"
+
+#~ msgid "No script"
+#~ msgstr "Ensin script"
+
+#~ msgid "No shade"
+#~ msgstr "Ensin solombra"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "Ensin solombra (obsoletu)"
+
+#~ msgid "No word wrap"
+#~ msgstr "Ensin axuste de pallabres"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "Ensin axuste de pallabres (obsoletu)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "Espaciu ensin ruptura"
+
+#~ msgid "Note"
+#~ msgstr "Nota"
+
+#~ msgid "Object applet file"
+#~ msgstr "Ficheru oxetu de miniaplicación"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Ficheru oxetu de miniaplicación (obsoletu)"
+
+#~ msgid "Object data reference"
+#~ msgstr "Referencia de datos del oxetu"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "Desplazamientu pal caráuter d'alliniamientu"
+
+#~ msgid "OnBlur event"
+#~ msgstr "Eventu OnBlur"
+
+#~ msgid "OnChange event"
+#~ msgstr "Eventu OnChange"
+
+#~ msgid "OnClick event"
+#~ msgstr "Eventu OnClick"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "Eventu OnDblClick"
+
+#~ msgid "OnFocus event"
+#~ msgstr "Eventu OnFocus"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "Eventu OnKeyDown"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "Eventu OnKeyPress"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "Eventu OnKeyUp"
+
+#~ msgid "OnLoad event"
+#~ msgstr "Eventu OnLoad"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "Eventu OnMouseDown"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "Eventu OnMouseMove"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "Eventu OnMouseOut"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "Eventu OnMouseOver"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "Eventu OnMouseUp"
+
+#~ msgid "OnReset event"
+#~ msgstr "Eventu OnReset"
+
+#~ msgid "OnSelect event"
+#~ msgstr "Eventu OnSelect"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "Eventu OnSubmit"
+
+#~ msgid "OnUnload event"
+#~ msgstr "Eventu OnUnload"
+
+#~ msgid "Option group"
+#~ msgstr "Grupu d'opciones"
+
+#~ msgid "Option selector"
+#~ msgstr "Seleutor d'opciones"
+
+#~ msgid "Ordered list"
+#~ msgstr "Llista ordenada"
+
+#~ msgid "Output media"
+#~ msgstr "Soporte de salida"
+
+#~ msgid "Paragraph"
+#~ msgstr "Párrafu"
+
+#~ msgid "Paragraph class"
+#~ msgstr "Clas de párrafu"
+
+#~ msgid "Paragraph style"
+#~ msgstr "Estilu de párrafu"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "Llistáu preformateáu"
+
+#~ msgid "Preformatted text"
+#~ msgstr "Testu preformateáu"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Diccionariu de metainformación del perfil"
+
+#~ msgid "Push button"
+#~ msgstr "Botón calcable"
+
+#~ msgid "Quote"
+#~ msgstr "Citar"
+
+#~ msgid "Range"
+#~ msgstr "Rangu"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "Testu y contraseña de namái llectura"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "Espaciáu amenorgáu"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "Espaciáu amenorgáu (obsoletu)"
+
+#~ msgid "Reverse link"
+#~ msgstr "Enllaz inversu"
+
+#~ msgid "Root"
+#~ msgstr "Raíz"
+
+#~ msgid "Rows"
+#~ msgstr "Fileres"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "Regles ente les fileres y columnes"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "Salida de programa d'exemplu, scripts"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "Ámbitu abarquiáu poles casulles de cabecera"
+
+#~ msgid "Script language name"
+#~ msgstr "Nome del llinguax de script"
+
+#~ msgid "Script statements"
+#~ msgstr "Sentencies de script"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Barra de desplazamientu"
+
+#~ msgid "Selectable option"
+#~ msgstr "Opción seleicionable"
+
+#~ msgid "Server-side image map"
+#~ msgstr "Mapa d'imaxe nel llau del servidor"
+
+#~ msgid "Shape"
+#~ msgstr "Forma"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "Ordenar entecomilláu en llinia"
+
+#~ msgid "Single line prompt"
+#~ msgstr "Entruga d'una sola llinia"
+
+#~ msgid "Size"
+#~ msgstr "Tamañu"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "Tamañu (obsoletu)"
+
+#~ msgid "Small text style"
+#~ msgstr "Estilu de testu pequeñu"
+
+#~ msgid "Soft line break"
+#~ msgstr "Saltu de llinia dondu"
+
+#~ msgid "Sound"
+#~ msgstr "Son"
+
+#~ msgid "Source"
+#~ msgstr "Señes"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "Llista d'archivos separtada per espacios"
+
+#~ msgid "Spacer"
+#~ msgstr "Espaciador"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "Espaciáu ente casulles"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "Espaciáu dientro de les casulles"
+
+#~ msgid "Span"
+#~ msgstr "Enantar"
+
+#~ msgid "Square root"
+#~ msgstr "Raíz cuadrao"
+
+#~ msgid "Standby load message"
+#~ msgstr "Mensaxe d'espera durante la carga"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "Númberu de secuencia d'entamu"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "Númberu de secuencia d'entamu (obsoletu)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "Testu tacháu"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Estilu de testu tacháu (obsoletu)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "Estilu de testu tacháu"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Estilu de testu tacháu (obsoletu)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "Énfasis fuerte"
+
+#~ msgid "Style info"
+#~ msgstr "Información d'estilu"
+
+#~ msgid "Subscript"
+#~ msgstr "Soíndiz"
+
+#~ msgid "Superscript"
+#~ msgstr "Superíndiz"
+
+#~ msgid "Tab order position"
+#~ msgstr "Orde de les solapes"
+
+#~ msgid "Table"
+#~ msgstr "Tabla"
+
+#~ msgid "Table body"
+#~ msgstr "Cuerpu de la tabla"
+
+#~ msgid "Table caption"
+#~ msgstr "Descripción de la tabla"
+
+#~ msgid "Table column group properties"
+#~ msgstr "Propiedaes de grupos de columnes nes tables"
+
+#~ msgid "Table column properties"
+#~ msgstr "Propiedaes de columnes de la tabla"
+
+#~ msgid "Table data cell"
+#~ msgstr "Casulla de datos de la tabla"
+
+#~ msgid "Table footer"
+#~ msgstr "Pie de la tabla"
+
+#~ msgid "Table header"
+#~ msgstr "Cabecera de la tabla"
+
+#~ msgid "Table header cell"
+#~ msgstr "Casulla de cabecera de tabla"
+
+#~ msgid "Table row"
+#~ msgstr "Filera de tabla"
+
+#~ msgid "Table summary"
+#~ msgstr "Resume de la tabla"
+
+#~ msgid "Target - Blank"
+#~ msgstr "Destín - Ermu"
+
+#~ msgid "Target - Parent"
+#~ msgstr "Destín - Padre"
+
+#~ msgid "Target - Self"
+#~ msgstr "Destín - Sigu mesmu"
+
+#~ msgid "Target - Top"
+#~ msgstr "Destín - Enriba"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Estilu de testu monoespaciáu o teletipu"
+
+#~ msgid "Text"
+#~ msgstr "Testu"
+
+#~ msgid "Text color"
+#~ msgstr "Color del testu"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "Color del testu (obsoletu)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "Testu introducíu pol usuariu"
+
+#~ msgid "Title"
+#~ msgstr "Títulu"
+
+#~ msgid "Top margin in pixels"
+#~ msgstr "Marxe superior en píxeles"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "Estilu de testu solliñáu"
+
+#~ msgid "Unordered list"
+#~ msgstr "Llista desordenada"
+
+#~ msgid "Use image map"
+#~ msgstr "Usar mapa d'imaxe"
+
+#~ msgid "Value"
+#~ msgstr "Valor"
+
+#~ msgid "Value interpretation"
+#~ msgstr "Interpretación del valor"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "Variable o argumentu de programa"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Alliniamientu vertical de la casulla"
+
+#~ msgid "Vertical space"
+#~ msgstr "Espaciu vertical"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Espaciu vertical (obsoletu)"
+
+#~ msgid "Visited link color"
+#~ msgstr "Color del enllaz visitáu"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Color del enllaz visitáu (obsoletu)"
+
+#~ msgid "Width"
+#~ msgstr "Anchu"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "Etiquetes XHTML 1.0"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Bibliografía (cita)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Bibliografía (elementu)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Bibliografía (cita curtia)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Bibliografía (la bibliografía)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "Paréntesis ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "Corchetes <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "Corchetes []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "Llaves {}"
+
+#~ msgid "File input"
+#~ msgstr "Ficheru d'entrada"
+
+#~ msgid "Footnote"
+#~ msgstr "Nota al pie de páxina"
+
+#~ msgid "Function cosine"
+#~ msgstr "Función cosenu"
+
+#~ msgid "Function e^"
+#~ msgstr "Función e^"
+
+#~ msgid "Function exp"
+#~ msgstr "Función exp"
+
+#~ msgid "Function log"
+#~ msgstr "Función log"
+
+#~ msgid "Function log10"
+#~ msgstr "Función log10"
+
+#~ msgid "Function sine"
+#~ msgstr "Función senu"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Alfa griega"
+
+#~ msgid "Greek beta"
+#~ msgstr "Beta griega"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Épsilon griega"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Gamma griega"
+
+#~ msgid "Greek lambda"
+#~ msgstr "Lambda griega"
+
+#~ msgid "Greek rho"
+#~ msgstr "Rho griega"
+
+#~ msgid "Greek tau"
+#~ msgstr "Tau griega"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Cabecera 0 (capítulu)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Cabecera 0 (capítulu*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Cabecera 1 (seición)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Cabecera 1 (seición*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Cabecera 2 (subseición)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Cabecera 2 (subseición*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Cabecera 3 (subsubseición)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Cabecera 3 (subsubseición*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Cabecera 4 (parágrafu)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Apéndiz de la cabecera"
+
+#~ msgid "Item"
+#~ msgstr "Artículu"
+
+#~ msgid "Item with label"
+#~ msgstr "Elementu con etiqueta"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Etiquetes de Latex"
+
+#~ msgid "List description"
+#~ msgstr "Llista de descripción"
+
+#~ msgid "List enumerate"
+#~ msgstr "Llista de enumberación"
+
+#~ msgid "List itemize"
+#~ msgstr "Llista d'elementos"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Matemátiques (pantalla)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Matemátiques (en línea)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "Operador de fraición"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "Operador integral (amosar)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Operador integral (en llinia)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Operador sumatoriu (amosar)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Operador sumatoriu (en llinia)"
+
+#~ msgid "Reference label"
+#~ msgstr "Etiqueta de referencia"
+
+#~ msgid "Reference ref"
+#~ msgstr "Referencia de referencia"
+
+#~ msgid "Symbol <<"
+#~ msgstr "Símbolu <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Símbolu <="
+
+#~ msgid "Symbol >="
+#~ msgstr "Símbolu >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Símbolu >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Símbolu and"
+
+#~ msgid "Symbol const"
+#~ msgstr "Símbolu constante"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Símbolu derivada"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Símbolu de derivada parcial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Símbolu de derivada segunda parcial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Símbolu daga"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "Símbolu guión llargu ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "Símbolu guión --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Símbolu equivalencia"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Símbolu ∞"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Símbolu matemáticu ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Símbolu matemáticu ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Símbolu matemáticu _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Símbolu matemáticu __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Símbolu simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "Símbolu d'estrella"
+
+#~ msgid "Typeface bold"
+#~ msgstr "Tipografía negrina"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Tipografía itálica"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "Tipografía atenllada"
+
+#~ msgid "Typeface type"
+#~ msgstr "Tipu de tipografía"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Testu infrañable"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "Proporciona un métodu pa inxertar fácilmente nún documentu les etiquetes/"
+#~ "cadenes más usaes ensin tener que tecleales."
+
+#~ msgid "Tag list"
+#~ msgstr "Llista d'etiquetes"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "Exes - XSLT"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "Elementos - XSLT"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "Funciones - XSLT"
+
+#~ msgid "ancestor"
+#~ msgstr "ancestru"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "ancestru-o-propiu"
+
+#~ msgid "attribute"
+#~ msgstr "atributu"
+
+#~ msgid "child"
+#~ msgstr "fíu"
+
+#~ msgid "descendant"
+#~ msgstr "descendiente"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "descendiente-o-propiu"
+
+#~ msgid "following"
+#~ msgstr "siguiente"
+
+#~ msgid "following-sibling"
+#~ msgstr "hermanu-siguiente"
+
+#~ msgid "namespace"
+#~ msgstr "nome d'espaciu"
+
+#~ msgid "parent"
+#~ msgstr "padre"
+
+#~ msgid "preceding"
+#~ msgstr "precedente"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "hermanu-precedente"
+
+#~ msgid "self"
+#~ msgstr "propiu"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "Etiquetes XUL"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "Configurar el complementu d'enxertamientu de data/hora..."
diff --git a/po/az.po b/po/az.po
new file mode 100644
index 0000000..d45d2b2
--- /dev/null
+++ b/po/az.po
@@ -0,0 +1,4814 @@
+# translation of gedit.HEAD.az.po to Azerbaijani
+# translation of gedit.HEAD.po to Azerbaijani Turkish
+# Copyright (C) 1999-2000,2003, 2004 Free Software Foundation, Inc.
+# Vasif Ismailoglu MD <azerb_linux@hotmail.com>,2000-2001 .
+# Mətin Əmirov <metin@karegen.com>, 2003, 2004.
+# Metin Amiroff <metin@karegen.com>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.HEAD.az\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-09-26 17:36+0200\n"
+"PO-Revision-Date: 2004-09-04 19:12+0300\n"
+"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
+"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
+"Language: az\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"net>\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: KBabel 1.3.1\n"
+
+#: ../data/GNOME_Gedit.server.in.in.h:1
+msgid "Gedit View"
+msgstr "Gedit Görünüşü"
+
+#: ../data/GNOME_Gedit.server.in.in.h:2
+msgid "Gedit View."
+msgstr "Gedit Görünüşü."
+
+#: ../data/GNOME_Gedit.server.in.in.h:3
+msgid "Gedit viewer factory"
+msgstr "Gedit nümayişçisi e'malatxanası"
+
+#: ../data/GNOME_Gedit.server.in.in.h:4
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr "Mənbə"
+
+#: ../data/GNOME_Gedit.server.in.in.h:5
+msgid "gedit application"
+msgstr "gedit proqramı"
+
+#: ../data/GNOME_Gedit.server.in.in.h:6
+msgid "gedit automation factory"
+msgstr "gedit avtomatikləşdirmə e'malatxanası"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Mətn fayllarını redaktə edin"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit2.c:365
+msgid "Text Editor"
+msgstr "Mətn Editoru"
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+"Yazma sahəsi üçün istifadə ediləcək xüsusi yazı növü. Bu yalnız\"Use Default "
+"Font\" seçimi bağlıdırsa mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:2
+#, fuzzy
+msgid "Active plugins"
+msgstr "%s-i fəallaşdır"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Avtomatik Aşkar Edilən Kodlamalar"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Avtomatik Qeyd"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "Avtomatik Qeyd Aralığı"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "Avtomatik çərtmə"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "Arxa Plan Rəngi"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Seçili mətnin arxa plan rəngi. Bu yalnız \"Use Default Colors\" seçimi "
+"bağlıdırsa mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Seçili olmayan mətnin arxa plan rəngi. Bu yalnız \"Use Default Colors\" "
+"seçimi bağlıdırsa mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr "Ehtiyat Nüsxəsi Uzantısı"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr "Çap Üçün Əsas Qismin Yazı Növü"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Create Backup Copies"
+msgstr "Ehtiyat Nüsxələrini Yarat"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Display Line Numbers"
+msgstr "Sətir Nömrələrini Göstər"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Right Margin"
+msgstr "Sağ Kənarı Göstər"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Editor Font"
+msgstr "Editor Yazı Növü"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Enable Syntax Highlighting"
+msgstr "Sintaksis İşıqlandırmasını Fəallaşdır"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Encodings shown in menu"
+msgstr "Menyuda göstərilən kodlamalar"
+
+#: ../data/gedit.schemas.in.h:18
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"Ehtiyat faylları üçün işlədiləcək şəkilçi. Bu yalnız\"Create Backup Copies\" "
+"seçimi bağlıdırsa mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:19
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Seçili mətnin ön plan rəngi. Bu yalnız\"Use Default Colors\" seçimi "
+"bağlıdırsa mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Seçili olmayan mətnin ön plan rəngi. Bu yalnız\"Use Default Colors\" seçimi "
+"bağlıdırsa mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:21
+msgid "Header Font for Printing"
+msgstr "Çap üçün Başlıq Yazı Növü"
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Bu qiymət 0 isə, sənəd çap edilərkən sətir nömrələri çap edilməyəcək. Əks "
+"halda Gedit sətirləri verilən hər sətirdən sonra çap edəcək."
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Insert spaces"
+msgstr "Boşluqlar daxil et"
+
+#: ../data/gedit.schemas.in.h:26
+msgid "Line Number Font for Printing"
+msgstr "Çap Üçün Sətir Nömrəsi Yazı Növü"
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Line Wrapping Mode"
+msgstr "Sətir Qırma Modu"
+
+#: ../data/gedit.schemas.in.h:28
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:29
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+"Aç/qeyd et dialoqundakı Hərf Kodlaması menyusunda göstəriləcək kodlamalar "
+"siyahısı. Yalnız tanınan kodlamalar istifadə ediləcək."
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum Recent Files"
+msgstr "Maksimal Təzəlikçə İşlədilən Fayl"
+
+#: ../data/gedit.schemas.in.h:32
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr "Maksimal geri alma ve yenidən etmə gedişatlarının miqdarı."
+
+#: ../data/gedit.schemas.in.h:33
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Maksimal geri alma ve yenidən etmə gedişatlarının miqdarı."
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:36
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:39
+#, fuzzy
+msgid "Monospace 9"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:43
+msgid "Monospace Regular 9"
+msgstr "Monospace Regular 9"
+
+#: ../data/gedit.schemas.in.h:44
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Dəyişdirilmiş faylların Gedit tərəfindən avtomatik qeyd edilməsi üçün "
+"keçməsi lazım olan dəqiqə. Bu ancaq \"Avtomatik Qeyd\" seçimi fəaldırsa "
+"mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:45
+msgid "Print Header"
+msgstr "Başlığı Çap Et"
+
+#: ../data/gedit.schemas.in.h:46
+msgid "Print Line Numbers"
+msgstr "Sətir Nömrələrini Çap Et"
+
+#: ../data/gedit.schemas.in.h:47
+msgid "Print Syntax Highlighting"
+msgstr "Sintaksis İşıqlandırmasını Çap Et"
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Printing Line Wrapping Mode"
+msgstr "Sətir Qırma Modu Çap Edilir"
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Right Margin Position"
+msgstr "Sağ Kənar Mövqeyi"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:52
+#, fuzzy
+msgid "Sans 11"
+msgstr "Sans Regular 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:55
+#, fuzzy
+msgid "Sans 8"
+msgstr "İspanca"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans Regular 11"
+msgstr "Sans Regular 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 8"
+msgstr "Sans Regular 8"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Selected Text Color"
+msgstr "Seçili Mətn Rəngi"
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Selection Color"
+msgstr "Seçim Rəngi"
+
+#: ../data/gedit.schemas.in.h:66
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+"Faylın kodlamasının avtomatik tapılması üçün sıralanmış kodlamalar siyahısı. "
+"\"CURRENT\" hazırkı lokalın kodlamasını göstərir. Ancaq tanınan kodlamalar "
+"istifadə ediləcək."
+
+#: ../data/gedit.schemas.in.h:67
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Çap üçün uzun sətirlərin necə qırılacağı. Sətirləri qətiyyən qırmamaq üçün "
+"\"GTK_WRAP_NONE\", sətirləri söz sonlarında qırmaq üçün \"GTK_WRAP_WORD\", "
+"sətirləri müəyyən hərflərdən sonra qırmaq üçün \"GTK_WRAP_CHAR\" istifadə "
+"edin."
+
+#: ../data/gedit.schemas.in.h:68
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Yazma sahəsi üçün uzun sətirlərin necə qırılacağı. Sətirləri qətiyyən "
+"qırmamaq üçün \"GTK_WRAP_NONE\", sətirləri söz sonlarında qırmaq üçün "
+"\"GTK_WRAP_WORD\", sətirləri müəyyən hərflərdən sonra qırmaq üçün "
+"\"GTK_WRAP_CHAR\" istifadə edin."
+
+#: ../data/gedit.schemas.in.h:69
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "Sənədin əsas hissəsinin çap ediləcəyi yazı növünü müəyyən edir."
+
+#: ../data/gedit.schemas.in.h:70
+#, fuzzy
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr "Sənədin əsas hissəsinin çap ediləcəyi yazı növünü müəyyən edir."
+
+#: ../data/gedit.schemas.in.h:71
+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 ""
+"Sətir nümrələrinin çap ediləcəyi yazı növünü müəyyən edir. Bu ancaq \"Print "
+"Line Numbers\" qiyməti sıfırdan fərqlidirsə mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:72
+#, fuzzy
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+"Sətir nümrələrinin çap ediləcəyi yazı növünü müəyyən edir. Bu ancaq \"Print "
+"Line Numbers\" qiyməti sıfırdan fərqlidirsə mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:73
+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 ""
+"Səhifələrin üst mə'lumatlarının çap ediləcəyi yazı növünü müəyyən edir. Bu "
+"ancaq \"Print Header\" qiyməti seçilidirsə mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:74
+#, fuzzy
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+"Səhifələrin üst mə'lumatlarının çap ediləcəyi yazı növünü müəyyən edir. Bu "
+"ancaq \"Print Header\" qiyməti seçilidirsə mümkün olacaq."
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"\"Təzəlikçə İşlədilən Fayllar\" alt menyusunda göstəriləcək maksimal fayl "
+"miqdarını müəyyən edir."
+
+#: ../data/gedit.schemas.in.h:76
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Tab yerinə göstəriləcək boşluqların miqdarını müəyyən edir."
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Specifies the position of the right margin."
+msgstr "Sağ kənarın mövqeyini bildir."
+
+#: ../data/gedit.schemas.in.h:78
+msgid "Status Bar is Visible"
+msgstr "Vəziyyət Çubuğu Göstərilsin"
+
+#: ../data/gedit.schemas.in.h:79
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"Vasitə çubuğu düymələrinin tərzi. Mümkün qiymətlər: \"GEDIT_TOOLBAR_SYSTEM\" "
+"sistemin ön qurğulu tərzini işlətmək üçün, \"GEDIT_TOOLBAR_ICONS\" ancaq "
+"timsalları göstərmək üçün, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" timsal və "
+"mətnləri göstərmək üçün, və \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" timsalların "
+"yanında daha vacib olan mətnləri göstərmək üçün."
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Tab Size"
+msgstr "Səkmə Böyüklüyü"
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Text Color"
+msgstr "Mətn Rəngi"
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Toolbar Buttons Style"
+msgstr "Vasitə Çubuğu Düymələrinin Tərzi"
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Toolbar is Visible"
+msgstr "Vasitə Çubuğu Göstərilsin"
+
+#: ../data/gedit.schemas.in.h:84
+#, fuzzy
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Geri Alma Hüdudu"
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Use Default Colors"
+msgstr "Ön Qurğulu Rəngləri İşlət"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Use Default Font"
+msgstr "Ön Qurğulu Yazı Növünü İşlət"
+
+#: ../data/gedit.schemas.in.h:87
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"Dəyişdirilmiş faylların Gedit tərəfindən avtomatik qeyd edilməsi. Vaxt "
+"aralığını \"Avtomatik Qeyd Aralığı\" qiymətindən seçə bilərsiniz."
+
+#: ../data/gedit.schemas.in.h:88
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Qeyd edilən faylların Gedit tərəfindən avtomatik ehtiyat nüsxəsinin "
+"yaradılması. Bu faylların uzantısını \"Ehtiyat Nüsxəsi Uzantısı\" "
+"qiymətindən seçə bilərsiniz."
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Yazma sahəsində sətir nömrələrinin göstərilməsi."
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Yazma sahəsində sağ kənarın göstərilməsi."
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Whether gedit should enable auto indentation."
+msgstr "Avtomatik çərtmənin fəal olması."
+
+#: ../data/gedit.schemas.in.h:92
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Sintaksis işıqlandırmasının fəal olması."
+
+#: ../data/gedit.schemas.in.h:93
+#, fuzzy
+msgid "Whether gedit should highlight matching bracket."
+msgstr "Sintaksis işıqlandırmasının fəal olması."
+
+#: ../data/gedit.schemas.in.h:94
+#, fuzzy
+msgid "Whether gedit should highlight the current line."
+msgstr "Sənədlər çap edilirkən sintaksis işıqlandırılmasının da çap edilməsi."
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Sənədlər çap edilirkən sənədin üst mə'lumatının da çap edilməsi."
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Tablar yerinə boşluqların daxil edilməsi."
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Sənədlər çap edilirkən sintaksis işıqlandırılmasının da çap edilməsi."
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Alttakı vəziyyət çubuğunun göstərilməsi."
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Vasitə çubuğunun göstərilməsi."
+
+#: ../data/gedit.schemas.in.h:100
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+"Yazma sahəsində sistemin ön qurğulu rənglərinin işlədilməsi. Əgər bu fəal "
+"deyilsə, "
+
+#: ../data/gedit.schemas.in.h:101
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+"Redaktə işləri üçün Geditor'un yazı növü yerinə sistemin ön qurğulu yazı "
+"növünün işlədilməsi. Bu seçim bağlıdırsa, \"Editor Font\" seçimindəki yazı "
+"növü sistem yazı növünün yerinə istifadə ediləcək."
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:104
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:108
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr "[UTF-8,HAZIRKI,ISO-8859-15]"
+
+#: ../gedit/bonobo-mdi.c:548 ../gedit/bonobo-mdi.c:2099
+#, c-format
+msgid "Activate %s"
+msgstr "%s-i fəallaşdır"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:142
+#, fuzzy
+msgid "Close _without Saving"
+msgstr "Yekun pəncərəsini bağla"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "Sual"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:367
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Qeyd etməsəniz, son %ld saniyə ərzindəki bütün dəyişikliklər həmişəlik "
+"itəcəkdir."
+msgstr[1] ""
+"Qeyd etməsəniz, son %ld saniyə ərzindəki bütün dəyişikliklər həmişəlik "
+"itəcəkdir."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:376
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Qeyd etməsəniz, son dəqiqə ərzindəki bütün dəyişikliklər həmişəlik itəcəkdir."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:382
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Qeyd etməsəniz, son bir dəqiqə və %ld saniyə ərzindəki bütün dəyişikliklər "
+"həmişəlik itəcəkdir."
+msgstr[1] ""
+"Qeyd etməsəniz, son bir dəqiqə və %ld saniyə ərzindəki bütün dəyişikliklər "
+"həmişəlik itəcəkdir."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:392
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Qeyd etməsəniz, son %ld dəqiqə ərzindəki bütün dəyişikliklər həmişəlik "
+"itəcəkdir."
+msgstr[1] ""
+"Qeyd etməsəniz, son %ld dəqiqə ərzindəki bütün dəyişikliklər həmişəlik "
+"itəcəkdir."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:407
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:428
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Qeyd etməsəniz, son saat ərzindəki bütün dəyişikliklər həmişəlik itəcəkdir."
+msgstr[1] ""
+"Qeyd etməsəniz, son saat ərzindəki bütün dəyişikliklər həmişəlik itəcəkdir."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:413
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Qeyd etməsəniz, son bir saat və %d dəqiqə ərzindəki bütün dəyişikliklər "
+"həmişəlik itəcəkdir."
+msgstr[1] ""
+"Qeyd etməsəniz, son bir saat və %d dəqiqə ərzindəki bütün dəyişikliklər "
+"həmişəlik itəcəkdir."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "\"%s\" sənədindəki dəyişikliklər fayl bağlanmadan əvvəl qeyd edilsin?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:645
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Qeyd edilməmiş dəyişiklikləri olan %d sənəd mövcuddur. Bağlamadan əvvəl "
+"dəyişikliklər qeyd edilsin?"
+msgstr[1] ""
+"Qeyd edilməmiş dəyişiklikləri olan %d sənəd mövcuddur. Bağlamadan əvvəl "
+"dəyişikliklər qeyd edilsin?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:662
+msgid "S_elect the documents you want to save:"
+msgstr "Qeyd etmək istədiyiniz sənədləri _seçin:"
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:679
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Qeyd etməsəniz, bütün dəyişikliklər həmişəlik itəcəkdir."
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:184
+msgid "Go to Line"
+msgstr "Sətirə Get"
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:197
+msgid "_Go to Line"
+msgstr "Sətirə _Get"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:136
+#: ../gedit/dialogs/gedit-dialog-replace.c:1140 ../gedit/gedit-commands.c:383
+#, c-format
+msgid "The text \"%s\" was not found."
+msgstr "\"%s\" mətni tapıla bilmədi."
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:269
+#: ../gedit/dialogs/replace.glade2.h:4 ../gedit/gedit-ui.xml.h:46
+msgid "Replace"
+msgstr "Əvəz Et"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:282
+msgid "Replace _All"
+msgstr "_Hamısını Əvəz Et"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:285
+#: ../gedit/gedit-file-selector-util.c:114 ../plugins/savecopy/savecopy.c:369
+msgid "_Replace"
+msgstr "Ə_vəz Et"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:402 ../gedit/gedit-ui.xml.h:17
+msgid "Find"
+msgstr "Tap"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:1149
+#, c-format
+msgid "Found and replaced %d occurrence."
+msgid_plural "Found and replaced %d occurrences."
+msgstr[0] "%d nəticə tapılıb əvəz edildi."
+msgstr[1] "%d nəticə tapılıb əvəz edildi."
+
+#: ../gedit/dialogs/gedit-dialog-uri.c:91
+msgid "Open Location"
+msgstr "Mövqeni Aç"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:72
+#, c-format
+msgid "There was an error displaying help: %s"
+msgstr "Yardımın göstərilməsi sırasında xəta oldu: %s"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:355
+#: ../gedit/dialogs/gedit-encodings-dialog.c:423
+msgid "_Description"
+msgstr "_İzahat"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:364
+#: ../gedit/dialogs/gedit-encodings-dialog.c:432
+msgid "_Encoding"
+msgstr "_Kodlama"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:1
+msgid "A_vailable encodings:"
+msgstr "_Mövcud kodlamalar:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:2
+msgid "Character codings"
+msgstr "Hərf kodlamaları"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Menyuda göstərilən ko_dlamalar:"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "Əlavə"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr "Fəal"
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:86
+#: ../gedit/dialogs/program-location-dialog.glade2.h:2
+msgid "Set program location..."
+msgstr "Proqramın yerini tə'yin et...."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:116
+#, c-format
+msgid ""
+"The %s plugin uses an external program, called <tt>%s</tt>, to perform its "
+"task.\n"
+"\n"
+"Please, specify the location of the <tt>%s</tt> program."
+msgstr ""
+" %s əlavəsi <tt>%s</tt> adında xarici proqram işlədir. \n"
+"Xahiş edirik, <tt>%s</tt> proqramının yerini müəyyən edin."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:169
+msgid "The selected file is not executable."
+msgstr "Seçili fayl icra edilə bilən deyil."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:649
+msgid "Push this button to select the font to be used by the editor"
+msgstr "Editor üçün yazı növünü seçmək üçün bu düyməyə basın"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to configure text color"
+msgstr "Mətn rəngini quraşdırmaq üçün bu düyməyə basın"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure background color"
+msgstr "Arxa plan rəngini quraşdırmaq üçün bu düyməyə basın"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr "Seçili mətnin görünəcəyi rəngi quraşdırmaq üçün bu düyməyə basın"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr "Seçili mətnin işarələnəcəyi rəngi quraşdırmaq üçün bu düyməyə basın"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1111
+msgid "Elements"
+msgstr "Elementlər"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:1
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1 ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:2
+#, fuzzy
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Avtomatik Çərtmə</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:3
+#, fuzzy
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>Mətnin Qırılması</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:4
+#, fuzzy
+msgid "<b>Current Line</b>"
+msgstr "<b>Mətnin Qırılması</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:5
+msgid "<b>Elements</b>"
+msgstr "<b>Elementlər</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:6
+msgid "<b>File Saving</b>"
+msgstr "<b>Fayl Qeydi</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:7
+msgid "<b>Font</b>"
+msgstr "<b>Yazı Növü</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:8
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Sətir Nömrələri</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:9
+msgid "<b>Right Margin</b>"
+msgstr "<b>Sağ Kənar</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:10
+#, fuzzy
+msgid "<b>Tab Stops</b>"
+msgstr "<b>Səkmələr</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:11
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:3
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Mətnin Qırılması</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<span weight=\"bold\">Rənglər</span>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Bold"
+msgstr "Qalın"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr "Qetd etmədən əvvəl faylların ehtiyat nüsxəsini çıxart"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:15
+#, fuzzy
+msgid "Display right _margin"
+msgstr "Sağ kənarı _göstır"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:16
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:4
+msgid "Do not _split words over two lines"
+msgstr "Kəlmələri qətiyyən iki sətirə _bölmə"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:17
+msgid "Editor"
+msgstr "Editor"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:18
+msgid "Editor _font: "
+msgstr "Editor _yazı növü: "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:19
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:5
+msgid "Enable text _wrapping"
+msgstr "Mətn qırma modunu _fəallaşdır"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:20
+msgid "Font & Colors"
+msgstr "Yazı Növü və Rənglər"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:21
+msgid "Hi_ghlight current line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:22
+msgid "Highlight _mode:"
+msgstr "İşıqlandırma _modu:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:23
+#, fuzzy
+msgid "Highlight matching _bracket"
+msgstr "Sintaksis işıqlandırmasının fəal olması."
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr "Tablar yerinə _boşluqlar daxil et"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:25
+msgid "Italic"
+msgstr "Əyik"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:26
+msgid "Normal _text color:"
+msgstr "_Normal mətn rəngi:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:27
+msgid "Pick a color"
+msgstr "Rəngi seç"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:28
+msgid "Pick the background color"
+msgstr "Arxa plan rəngini seç"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:29
+msgid "Pick the editor font"
+msgstr "Editor rəngini seç"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:30
+msgid "Pick the normal text color"
+msgstr "Normal mətn rəngini seç"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:31
+msgid "Pick the selected text color"
+msgstr "Seçili mətnin rəngini seç"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:32
+msgid "Pick the selection color"
+msgstr "Seçimin rəngini seç"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:33
+msgid "Plugins"
+msgstr "Əlavələr"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:34
+msgid "Preferences"
+msgstr "Qurğular"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:35
+msgid "Se_lection color:"
+msgstr "Se_çim rəngi:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:36
+msgid "Selecte_d text color:"
+msgstr "S_eçili mətn rəngi:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:37
+msgid "Strikethrough"
+msgstr "Qaralanmış"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:38
+msgid "Syntax Highlighting"
+msgstr "Sintaksis İşıqlandırması"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:39
+msgid "U_se default theme colors"
+msgstr "Ön qurğulu örtük _rənglərini işlət"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:40
+msgid "Underline"
+msgstr "Altı Cızıqlı"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:41
+msgid "View"
+msgstr "Görünüş"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:42
+msgid "_Autosave files every"
+msgstr "_Faylları avtomatik qeyd etmə aralığı"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:43
+msgid "_Background color:"
+msgstr "_Arxa plan rəngi:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:44
+msgid "_Background:"
+msgstr "_Arxa plan:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:45
+msgid "_Display line numbers"
+msgstr "Sətir nömrələrini _göstər"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:46
+#, fuzzy
+msgid "_Enable automatic indentation"
+msgstr "Avtomatik çərtməni _fəallaşdır"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:47
+msgid "_Enable syntax highlighting"
+msgstr "Sintaksis işıqlandırmasını _fəallaşdır"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:48
+msgid "_Foreground:"
+msgstr "Ö_n plan:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:49
+msgid "_Reset to Default "
+msgstr "Ön _Qurğulara Sıfırla"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:50
+msgid "_Right margin at column:"
+msgstr "Sağ kənar bu sütundan _başlasın:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:51
+#, fuzzy
+msgid "_Tab width:"
+msgstr "Səkmənin _eni:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:52
+msgid "_Use default theme font"
+msgstr "Ön qurğulu örtük _yazı növünü işlət"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:53
+msgid "_minutes"
+msgstr "_dəqiqə"
+
+#: ../gedit/dialogs/goto-line.glade2.h:1
+msgid "Goto Line"
+msgstr "Sətirə Get"
+
+#: ../gedit/dialogs/goto-line.glade2.h:2
+msgid "_Line number:"
+msgstr "_Sətir nömrəsi:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:6
+msgid "Fonts"
+msgstr "Yazı Növləri"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:7
+msgid "General"
+msgstr "Ümumi"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:8
+msgid "He_aders and footers:"
+msgstr "_Başlıq və altlıqlar:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:9
+msgid "Page Setup"
+msgstr "Səhifə Qurğuları"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:10
+msgid "Print _line numbers"
+msgstr "Sətir _nömrələrini çap et"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:11
+msgid "Print s_yntax highlighting"
+msgstr "Sintaksis işıqlandırmasını çap _et"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:12
+msgid "_Body:"
+msgstr "Ə_sas hissə:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:13
+msgid "_Line numbers:"
+msgstr "_Sətir nömrələri:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:14
+msgid "_Number every"
+msgstr "_Aralıq"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:15
+msgid "_Print page headers"
+msgstr "Səhifə _başlıqlarını çap et"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:16
+msgid "_Restore Default Fonts"
+msgstr "Ə_sas Yazı Növlərini Qaytar"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:17
+msgid "lines"
+msgstr "sətir"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:1
+msgid "C_onfigure Plugin"
+msgstr "Əlavəni _Qurğula"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:2
+msgid "_About Plugin"
+msgstr "Əlavə _Haqqında"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:3
+msgid "button1"
+msgstr "düymə1"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:4
+msgid "dialog1"
+msgstr "dialoq1"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:1
+msgid "Browse for program location..."
+msgstr "Proqramın yerini tə'yin et..."
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:3
+msgid "_Location to search for:"
+msgstr "Axtarılacaq _yer:"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:4
+msgid "label"
+msgstr "etiket"
+
+#: ../gedit/dialogs/replace.glade2.h:1 ../gedit/dialogs/uri.glade2.h:1
+#: ../plugins/shell_output/shell_output.glade2.h:1
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../gedit/dialogs/replace.glade2.h:2 ../gedit/gedit-ui.xml.h:19
+msgid "Find Next"
+msgstr "Sonrakını Tap"
+
+#: ../gedit/dialogs/replace.glade2.h:3
+msgid "Match _entire word only"
+msgstr "Yalnız _bütün sözü uyğunlaşdır"
+
+#: ../gedit/dialogs/replace.glade2.h:5
+msgid "Replace All"
+msgstr "Hamısını Əvəz Et"
+
+#: ../gedit/dialogs/replace.glade2.h:6
+msgid "Replace _with: "
+msgstr "_Bununla əvəz et:"
+
+#: ../gedit/dialogs/replace.glade2.h:7
+msgid "Search _backwards"
+msgstr "_Arxaya doğru axtar"
+
+#: ../gedit/dialogs/replace.glade2.h:8
+msgid "_Match case"
+msgstr "Böyük/kiçik hərfi _diqqətə al"
+
+#: ../gedit/dialogs/replace.glade2.h:9
+msgid "_Search for: "
+msgstr "_Axtar:"
+
+#: ../gedit/dialogs/replace.glade2.h:10
+msgid "_Wrap around"
+msgstr "_Birbaşa bük"
+
+#: ../gedit/dialogs/uri.glade2.h:2
+msgid "Ch_aracter coding:"
+msgstr "Hərf _kodlaması:"
+
+#: ../gedit/dialogs/uri.glade2.h:3
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "Açmaq istədiyiniz faylın ü_nvanını (URI) girin:"
+
+#: ../gedit/dialogs/uri.glade2.h:4
+msgid "Open from URI"
+msgstr "URI-dən aç"
+
+#: ../gedit/gedit-commands.c:551
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "Gedit Gnome üçün kiçik və istifadəsi asan olan bir editordur"
+
+#. Translators: This is a special message that shouldn't be translated
+#. literally. It is used in the about box to give credits to
+#. the translators.
+#. Thus, you should translate it to your name and email address.
+#. You can also include other translators who have contributed to
+#. this translation; in that case, please write them on separate
+#. lines seperated by newlines (\n).
+#: ../gedit/gedit-commands.c:560
+#, fuzzy
+msgid "translator-credits"
+msgstr ""
+"Vasif İsmailoğlu <linuxaz@azerimail.net>\n"
+"Mətin Əmirov <metin@karegen.com>\n"
+"\n"
+"Tərcümə işləri üzrə yazışma siyahısı ünvanımız:\n"
+"<translation-team-az@lists.sourceforge.net>"
+
+#: ../gedit/gedit-commands.c:579
+msgid "gedit"
+msgstr "gedit"
+
+#: ../gedit/gedit-document.c:384
+#, c-format
+msgid "%s %d"
+msgstr "%s %d"
+
+#: ../gedit/gedit-document.c:384
+#, fuzzy
+msgid "Unsaved Document"
+msgstr "Sənə_dlər"
+
+#: ../gedit/gedit-document.c:934 ../gedit/gedit-document.c:1488
+msgid "Invalid UTF-8 data"
+msgstr "Hökmsüz UTF-8 mə'lumatı"
+
+#: ../gedit/gedit-document.c:1750
+#, c-format
+msgid "Could not read symbolic link information for %s"
+msgstr "%s üçün simvolik körpü mə'lumatını oxuya bilmədim"
+
+#: ../gedit/gedit-document.c:1796
+msgid "The file has too many symbolic links."
+msgstr "Fayl həddindən çox simvolik körpüyə malikdir."
+
+#: ../gedit/gedit-document.c:1880
+#, c-format
+msgid "gedit cannot handle %s: locations in write mode."
+msgstr "gedit yazma modunda %s: mövqelərini aça bilmir."
+
+#: ../gedit/gedit-document.c:1887
+msgid "gedit cannot handle this kind of location in write mode."
+msgstr "gedit yazma modunda bu cür mövqelərini aça bilmir."
+
+#: ../gedit/gedit-document.c:1900
+msgid "Invalid filename."
+msgstr "Hökmsüz fayl adı."
+
+#: ../gedit/gedit-document.c:2051
+msgid ""
+"There is not enough disk space to save the file.\n"
+"Please free some disk space and try again."
+msgstr ""
+"Faylı qeyd etmək üçün kifayət qədər yer yoxdur.\n"
+"Xahiş edirik, biraz yer boşaldın və yenə sınayın."
+
+#: ../gedit/gedit-document.c:2056
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"Qeyd etməyə çalıştığınız diskdə fayl böyüklüyü hüdudları müəyyən edilib."
+"Xahiş edirik, faylın böyüklüyünü daha da azaldaraq qeyd edin ya da bucür "
+"hüdudların mövcud olmadığı başqa bir diskə qeyd edin."
+
+#: ../gedit/gedit-document.c:2100
+msgid "Could not create a backup file."
+msgstr "Ehtiyat nüsxəsi faylı yaradıla bilmədi."
+
+#: ../gedit/gedit-encodings-option-menu.c:204
+msgid "Auto Detected"
+msgstr "Avtomatik Təsbit Edilmiş"
+
+#: ../gedit/gedit-encodings-option-menu.c:224
+#: ../gedit/gedit-encodings-option-menu.c:246
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Hazırkı Lokal (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:307
+msgid "Add or _Remove..."
+msgstr "Ə_lavə Et ya da Sil...."
+
+#: ../gedit/gedit-encodings.c:136 ../gedit/gedit-encodings.c:181
+#: ../gedit/gedit-encodings.c:183 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187
+msgid "Unicode"
+msgstr "Yunikod"
+
+#: ../gedit/gedit-encodings.c:150 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:222 ../gedit/gedit-encodings.c:265
+msgid "Western"
+msgstr "Qərb dilləri"
+
+#: ../gedit/gedit-encodings.c:152 ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:261
+msgid "Central European"
+msgstr "Mərkəzi Avropa dilləri"
+
+#: ../gedit/gedit-encodings.c:154
+msgid "South European"
+msgstr "Cənubi Avropa dilləri"
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:172
+#: ../gedit/gedit-encodings.c:275
+msgid "Baltic"
+msgstr "Baltik dillər"
+
+#: ../gedit/gedit-encodings.c:158 ../gedit/gedit-encodings.c:226
+#: ../gedit/gedit-encodings.c:239 ../gedit/gedit-encodings.c:243
+#: ../gedit/gedit-encodings.c:245 ../gedit/gedit-encodings.c:263
+msgid "Cyrillic"
+msgstr "Kiril dilləri"
+
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:232
+#: ../gedit/gedit-encodings.c:273
+msgid "Arabic"
+msgstr "Ərəbcə"
+
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:267
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr "Yunanca"
+
+#: ../gedit/gedit-encodings.c:164
+msgid "Hebrew Visual"
+msgstr "Əyani Yəhudicə"
+
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:230
+#: ../gedit/gedit-encodings.c:271 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr "Yəhudicə"
+
+#: ../gedit/gedit-encodings.c:168 ../gedit/gedit-encodings.c:228
+#: ../gedit/gedit-encodings.c:269 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr "Türkcə"
+
+#: ../gedit/gedit-encodings.c:170
+msgid "Nordic"
+msgstr "Nordikcə"
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Celtic"
+msgstr "Seltikcə"
+
+#: ../gedit/gedit-encodings.c:178 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr "Rumınca"
+
+#: ../gedit/gedit-encodings.c:190
+msgid "Armenian"
+msgstr "Ermənicə"
+
+#: ../gedit/gedit-encodings.c:192 ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:208
+msgid "Chinese Traditional"
+msgstr "Ənənəvi Çincə"
+
+#: ../gedit/gedit-encodings.c:196
+msgid "Cyrillic/Russian"
+msgstr "Kiril/Rusca"
+
+#: ../gedit/gedit-encodings.c:199 ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:250
+msgid "Japanese"
+msgstr "Yaponca"
+
+#: ../gedit/gedit-encodings.c:206 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:241 ../gedit/gedit-encodings.c:256
+msgid "Korean"
+msgstr "Koreyaca"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:213
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:219
+msgid "Chinese Simplified"
+msgstr "Bəsidləşdirilmiş Çincə"
+
+#: ../gedit/gedit-encodings.c:217
+msgid "Georgian"
+msgstr "Gürcücə"
+
+#: ../gedit/gedit-encodings.c:247
+msgid "Cyrillic/Ukrainian"
+msgstr "Kiril/Ukraynaca"
+
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:258
+#: ../gedit/gedit-encodings.c:277 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr "Vyetnamca"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Thai"
+msgstr "Tayca"
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr "Namə'lum"
+
+#: ../gedit/gedit-file-selector-util.c:132 ../plugins/savecopy/savecopy.c:356
+#, c-format
+msgid "A file named \"%s\" already exists.\n"
+msgstr "\"%s\" adında fayl onsuz da mövcuddur.\n"
+
+#: ../gedit/gedit-file-selector-util.c:133 ../plugins/savecopy/savecopy.c:360
+msgid "Do you want to replace it with the one you are saving?"
+msgstr "Bunu qeyd etdiyinizlə əvəz etmək istəyirsiniz?"
+
+#: ../gedit/gedit-file-selector-util.c:142
+#, c-format
+msgid "The file \"%s\" is read-only.\n"
+msgstr "\"%s\" faylı sırf oxunandır.\n"
+
+#: ../gedit/gedit-file-selector-util.c:143
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Bunu qeyd etdiyinizlə əvəz etməyi sınamaq istəyirsiniz?"
+
+#: ../gedit/gedit-file-selector-util.c:338 ../plugins/savecopy/savecopy.c:584
+msgid "All Files"
+msgstr "Bütün Fayllar"
+
+#: ../gedit/gedit-file-selector-util.c:346 ../plugins/savecopy/savecopy.c:592
+msgid "All Text Files"
+msgstr "Bütün Mətn Faylları"
+
+#: ../gedit/gedit-file-selector-util.c:364 ../plugins/savecopy/savecopy.c:603
+#, fuzzy
+msgid "_Character Coding:"
+msgstr "Hərf _Kodlaması:"
+
+#: ../gedit/gedit-file-selector-util.c:498
+msgid "Select a file to open"
+msgstr "Açılacaq faylı seç"
+
+#: ../gedit/gedit-file-selector-util.c:523
+msgid "Select files to open"
+msgstr "Açılacaq faylları seç"
+
+#: ../gedit/gedit-file-selector-util.c:559
+msgid "Select a filename to save"
+msgstr "Qeyd ediləcək fayl adını seç"
+
+#: ../gedit/gedit-file.c:194
+msgid "Open File..."
+msgstr "Fayl Aç..."
+
+#: ../gedit/gedit-file.c:250 ../gedit/gedit-file.c:390
+#, c-format
+msgid "Saving document \"%s\"..."
+msgstr "\"%s\" sənədi qeyd edilir..."
+
+#: ../gedit/gedit-file.c:279 ../gedit/gedit-file.c:408
+#, c-format
+msgid "The document \"%s\" has not been saved."
+msgstr "\"%s\" sənədi qeyd edilmədi."
+
+#: ../gedit/gedit-file.c:287 ../gedit/gedit-file.c:421
+#, c-format
+msgid "The document \"%s\" has been saved."
+msgstr "\"%s\" sənədi qeyd edildi."
+
+#: ../gedit/gedit-file.c:372
+msgid "Save as..."
+msgstr "Fərqli qeyd et..."
+
+#: ../gedit/gedit-file.c:526
+#, c-format
+msgid "Revert unsaved changes to document \"%s\"?"
+msgstr "Qeyd edilməmiş dəyişikliklər \"%s\" sənədinə çevirilsin?"
+
+#: ../gedit/gedit-file.c:535
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Sənəddə son %ld saniyə içində aparılan dəyişikliklər həmişəlik itəcəkdir."
+msgstr[1] ""
+"Sənəddə son %ld saniyə içində aparılan dəyişikliklər həmişəlik itəcəkdir."
+
+#: ../gedit/gedit-file.c:544
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Sənəddə son dəqiqə içində aparılan dəyişikliklər həmişəlik itəcəkdir."
+
+#: ../gedit/gedit-file.c:550
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Sənəddə son dəqiqə və %ld saniyə içində aparılan dəyişikliklər həmişəlik "
+"itəcəkdir."
+msgstr[1] ""
+"Sənəddə son dəqiqə və %ld saniyə içində aparılan dəyişikliklər həmişəlik "
+"itəcəkdir."
+
+#: ../gedit/gedit-file.c:560
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Sənəddə son %ld dəqiqə içində aparılan dəyişikliklər həmişəlik itəcəkdir."
+msgstr[1] ""
+"Sənəddə son %ld dəqiqə içində aparılan dəyişikliklər həmişəlik itəcəkdir."
+
+#: ../gedit/gedit-file.c:575 ../gedit/gedit-file.c:596
+#, fuzzy, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Sənəddə son saat içində aparılan dəyişikliklər həmişəlik itəcəkdir."
+msgstr[1] "Sənəddə son saat içində aparılan dəyişikliklər həmişəlik itəcəkdir."
+
+#: ../gedit/gedit-file.c:581
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Sənəddə son saat və %d dəqiqə içində aparılan dəyişikliklər həmişəlik "
+"itəcəkdir."
+msgstr[1] ""
+"Sənəddə son saat və %d dəqiqə içində aparılan dəyişikliklər həmişəlik "
+"itəcəkdir."
+
+#: ../gedit/gedit-file.c:617 ../gedit/gedit-ui.xml.h:94
+msgid "_Revert"
+msgstr "Ç_evir"
+
+#: ../gedit/gedit-file.c:662
+#, c-format
+msgid "Error reverting the document \"%s\"."
+msgstr "\"%s\" faylını çevirmə xətası."
+
+#: ../gedit/gedit-file.c:670
+#, c-format
+msgid "The document \"%s\" has not been reverted."
+msgstr "\"%s\" sənədi çevrilmədi."
+
+#: ../gedit/gedit-file.c:674
+#, c-format
+msgid "The document \"%s\" has been reverted."
+msgstr "\"%s\" sənədi çevirildi."
+
+#: ../gedit/gedit-file.c:702
+#, c-format
+msgid "Reverting the document \"%s\"..."
+msgstr "\"%s\" sənədi çevirilir..."
+
+#: ../gedit/gedit-file.c:825
+msgid "Could not read data from stdin."
+msgstr "stdin'dən mə'lumat oxuna bilmədi."
+
+#: ../gedit/gedit-file.c:912
+msgid "Reverting file:"
+msgstr "Alınan fayl:"
+
+#: ../gedit/gedit-file.c:912
+msgid "Loading file:"
+msgstr "Yüklənən fayl:"
+
+#: ../gedit/gedit-file.c:1092 ../gedit/gedit-file.c:1333
+#, c-format
+msgid "Error loading file \"%s\""
+msgstr "\"%s\" faylını yükləmə xətası"
+
+#: ../gedit/gedit-file.c:1113
+#, c-format
+msgid "Loaded file \"%s\""
+msgstr "\"%s\" faylı yükləndi"
+
+#: ../gedit/gedit-file.c:1225
+#, c-format
+msgid "Loaded %d file"
+msgid_plural "Loaded %d files"
+msgstr[0] "%d fayl yükləndi"
+msgstr[1] "%d fayl yükləndi"
+
+#: ../gedit/gedit-file.c:1286
+#, fuzzy, c-format
+msgid "Created file \"%s\""
+msgstr "\"%s\" faylı yükləndi"
+
+#: ../gedit/gedit-file.c:1304
+#, c-format
+msgid "Loading file \"%s\"..."
+msgstr "\"%s\" faylı yüklənir..."
+
+#: ../gedit/gedit-file.c:1469
+#, c-format
+msgid "Loading %d file..."
+msgid_plural "Loading %d files..."
+msgstr[0] "%d fayl yüklənir..."
+msgstr[1] "%d fayl yüklənir..."
+
+#: ../gedit/gedit-io-error-dialogs.c:84
+#, fuzzy, c-format
+msgid "Could not find the file \"%s\""
+msgstr "\"%s\" faylı açıla bilmədi"
+
+#: ../gedit/gedit-io-error-dialogs.c:86 ../gedit/gedit-io-error-dialogs.c:130
+#: ../gedit/gedit-io-error-dialogs.c:150
+#, fuzzy
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+"\"%s\" qovluqdur.\n"
+"\n"
+"Xahiş edirik, yeri düzgün yazdığınızı yoxlayın və yenidən sınayın.."
+
+#: ../gedit/gedit-io-error-dialogs.c:91 ../gedit/gedit-io-error-dialogs.c:99
+#: ../gedit/gedit-io-error-dialogs.c:116 ../gedit/gedit-io-error-dialogs.c:122
+#: ../gedit/gedit-io-error-dialogs.c:135 ../gedit/gedit-io-error-dialogs.c:141
+#: ../gedit/gedit-io-error-dialogs.c:155 ../gedit/gedit-io-error-dialogs.c:171
+#: ../gedit/gedit-io-error-dialogs.c:215 ../gedit/gedit-io-error-dialogs.c:223
+#: ../gedit/gedit-io-error-dialogs.c:231 ../gedit/gedit-io-error-dialogs.c:239
+#: ../gedit/gedit-io-error-dialogs.c:246 ../gedit/gedit-io-error-dialogs.c:252
+#: ../gedit/gedit-io-error-dialogs.c:292 ../gedit/gedit-io-error-dialogs.c:313
+#: ../gedit/gedit-io-error-dialogs.c:341
+#, c-format
+msgid "Could not open the file \"%s\""
+msgstr "\"%s\" faylı açıla bilmədi"
+
+#: ../gedit/gedit-io-error-dialogs.c:93 ../gedit/gedit-io-error-dialogs.c:406
+#, fuzzy
+msgid "The file contains corrupted data."
+msgstr "\"%s\" faylı açıla bilmədi, çünki xəsərli mə'lumat daxil edir."
+
+#: ../gedit/gedit-io-error-dialogs.c:104 ../gedit/gedit-io-error-dialogs.c:417
+#, fuzzy, c-format
+msgid "gedit cannot handle %s: locations."
+msgstr "gedit yazma modunda %s: mövqelərini aça bilmir."
+
+#: ../gedit/gedit-io-error-dialogs.c:109 ../gedit/gedit-io-error-dialogs.c:422
+#, fuzzy
+msgid "gedit cannot handle this location."
+msgstr "gedit yazma modunda %s: mövqelərini aça bilmir."
+
+#: ../gedit/gedit-io-error-dialogs.c:118 ../gedit/gedit-io-error-dialogs.c:431
+#, fuzzy
+msgid "The file contains data in an invalid format."
+msgstr ""
+"\"%s\" faylı açıla bilmədi, çünki o mə'lumatı hökmsüz şəkildə daxil edir."
+
+#: ../gedit/gedit-io-error-dialogs.c:124 ../gedit/gedit-io-error-dialogs.c:437
+#, fuzzy
+msgid "The file is too big."
+msgstr "Fayl həddindən çox simvolik körpüyə malikdir."
+
+#: ../gedit/gedit-io-error-dialogs.c:128
+#, c-format
+msgid "\"%s\" is not a valid location"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:137 ../gedit/gedit-io-error-dialogs.c:443
+msgid "Access was denied."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:143
+#, fuzzy
+msgid ""
+"there are too many open files. Please, close some open files and try again."
+msgstr ""
+"\"%s\" faylı açıla bilmədi, çünki açıq olan həddindən artıq fayl var.\n"
+"\n"
+"Xahiş edirik, açıq olan bir neçə faylı bağlayıb yenidən sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:148 ../gedit/gedit-io-error-dialogs.c:661
+#, c-format
+msgid "\"%s\" is a directory"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:157
+#, fuzzy
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+"\"%s\" faylını açmaq üçün kifayət yaddaş yoxdur. Xahiş edirik, işləyən bəzi "
+"proqramları bağlayın və yenidən sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:185 ../gedit/gedit-io-error-dialogs.c:483
+#, fuzzy, c-format
+msgid ""
+"Host \"%s\" could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"\"%s\" faylı çevrilə bilmədi çünki \"%s\" qovşağı tapıla bilmədi.\n"
+"\n"
+"Xahiş edirik, vəkil qurğularınızın düzgün olduğunu yoxlayın və yenidən "
+"sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:196 ../gedit/gedit-io-error-dialogs.c:207
+#: ../gedit/gedit-io-error-dialogs.c:217
+#, fuzzy
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+"\"%s\" hökmlü bir mövqe deyil.\n"
+"\n"
+"Xahiş edirik, yeri düzgün yazdığınızı yoxlayın və yenidən sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:225
+#, fuzzy
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+"\"%s\" faylı açıla bilmədi, çünki qovşaq adı boşdur.\n"
+"\n"
+"Xahiş edirik, vəkil vericinizin qurğularını yoxlayın və yenidən sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:233
+#, fuzzy
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" faylı tapıla bilmədi.\n"
+"\n"
+"Xahiş edirik, yeri düzgün yazdığınızı yoxlayın və yenidən sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:241
+#, fuzzy
+msgid ""
+"The file contains invalid data. Probably, you are trying to open a binary "
+"file."
+msgstr ""
+"\"%s\" faylı açıla bilmədi, çünki hökmsüz mə'lumat daxil edir.\n"
+"\n"
+"Deyəsən, binary faylını açmaq istəyirsiniz."
+
+#: ../gedit/gedit-io-error-dialogs.c:248
+msgid "The file you are trying to open is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:294
+#, fuzzy
+msgid ""
+"gedit was not able to automatically detect the character coding. Please, "
+"check that you are not trying to open a binary file and try again selecting "
+"a character coding in the 'Open File...' (or 'Open Location') dialog."
+msgstr ""
+"\"%s\" faylı açıla bilmədi, çünki gedit hərf kodlamasını avtomatik aşkar edə "
+"bilmədi.\n"
+"\n"
+"Xahiş edirik, binary faylını açmadığınızı yoxlayın və 'Fayl Aç...' ya da "
+"'Mövqe Aç' dialoqundakı hərf kodlamasını seçməyi sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:302 ../gedit/gedit-io-error-dialogs.c:328
+#, fuzzy, c-format
+msgid "Could not open the file \"%s\" using the %s character coding"
+msgstr "\"%s\" faylı açıla bilmədi, çünki çox böyükdür."
+
+#: ../gedit/gedit-io-error-dialogs.c:305 ../gedit/gedit-io-error-dialogs.c:331
+#, fuzzy
+msgid ""
+"Please, check that you are not trying to open a binary file and that you "
+"selected the right character coding in the 'Open File... ' (or 'Open "
+"Location') dialog and try again."
+msgstr ""
+"%2$s hərf kodlaması ilə \"%1$s\" faylı açıla bilmədi.\n"
+"\n"
+"Xahiş edirik, binary faylını açmadığınızı yoxlayın və 'Fayl Aç...' ya da "
+"'Mövqe Aç' dialoqundakı hərf kodlamasını düzgün seçdiyinizi yoxlayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:315
+#, fuzzy
+msgid ""
+"The file contains data in an invalid format. Probably, you are trying to "
+"open a binary file."
+msgstr ""
+"\"%s\" faylı açıla bilmədi, çünki hökmsüz mə'lumat daxil edir.\n"
+"\n"
+"Deyəsən, binary faylını açmaq istəyirsiniz."
+
+#: ../gedit/gedit-io-error-dialogs.c:397 ../gedit/gedit-io-error-dialogs.c:404
+#: ../gedit/gedit-io-error-dialogs.c:410 ../gedit/gedit-io-error-dialogs.c:429
+#: ../gedit/gedit-io-error-dialogs.c:435 ../gedit/gedit-io-error-dialogs.c:441
+#: ../gedit/gedit-io-error-dialogs.c:447 ../gedit/gedit-io-error-dialogs.c:454
+#: ../gedit/gedit-io-error-dialogs.c:469 ../gedit/gedit-io-error-dialogs.c:497
+#: ../gedit/gedit-io-error-dialogs.c:505 ../gedit/gedit-io-error-dialogs.c:511
+#: ../gedit/gedit-io-error-dialogs.c:518 ../gedit/gedit-io-error-dialogs.c:557
+#, fuzzy, c-format
+msgid "Could not revert the file \"%s\""
+msgstr "\"%s\" faylı çevrilə bilmədi."
+
+#: ../gedit/gedit-io-error-dialogs.c:399
+#, fuzzy
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr ""
+"\"%s\" faylı çevrilə bilmir çünki gedit onu tapa bilmir.\n"
+"\n"
+"Deyəsən, bu yaxınlarda silinib."
+
+#: ../gedit/gedit-io-error-dialogs.c:449
+#, fuzzy
+msgid ""
+"There are too many open files. Please, close some open files and try again."
+msgstr ""
+"\"%s\" faylı açıla bilmədi, çünki açıq olan həddindən artıq fayl var.\n"
+"\n"
+"Xahiş edirik, açıq olan bir neçə faylı bağlayıb yenidən sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:456
+#, fuzzy
+msgid ""
+"Not enough available memory. Please, close some running applications and try "
+"again."
+msgstr ""
+"\"%s\" faylını açmaq üçün kifayət yaddaş yoxdur. Xahiş edirik, işləyən bəzi "
+"proqramları bağlayın və yenidən sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:499
+#, fuzzy
+msgid ""
+"The host name was empty. Please, check that your proxy settings are correct "
+"and try again."
+msgstr ""
+"\"%s\" faylı açıla bilmədi, çünki qovşaq adı boşdur.\n"
+"\n"
+"Xahiş edirik, vəkil vericinizin qurğularını yoxlayın və yenidən sınayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:507
+msgid "Attempt to log in failed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:513
+#, fuzzy
+msgid ""
+"The file contains invalid UTF-8 data. Probably, you are trying to revert a "
+"binary file."
+msgstr ""
+"\"%s\" faylı çevrilə bilmədi çünki o hökmsüz UTF-8 mə'lumatı daxil edir.\n"
+"\n"
+"Deyəsən, binary faylı çevirməyə cəhd edirsiniz."
+
+#: ../gedit/gedit-io-error-dialogs.c:520
+msgid "It is not possible to revert an Untitled document."
+msgstr "Adsız sənədi çevirə bilməzsiniz."
+
+#: ../gedit/gedit-io-error-dialogs.c:607
+#, fuzzy, c-format
+msgid "Could not save the file \"%s\""
+msgstr "\"%s\" faylı qeyd edilə bilmədi."
+
+#: ../gedit/gedit-io-error-dialogs.c:656
+#, fuzzy, c-format
+msgid "The file \"%s\" already exists"
+msgstr "\"%s\" faylı onsuz da mövcuddur."
+
+#: ../gedit/gedit-io-error-dialogs.c:662
+#, fuzzy
+msgid "Please, check that you typed the location correctly."
+msgstr ""
+"\"%s\" qovluqdur.\n"
+"\n"
+"Xahiş edirik yeri düzgün yazdığınızı yoxlayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:668 ../gedit/gedit-io-error-dialogs.c:674
+#: ../gedit/gedit-io-error-dialogs.c:680 ../gedit/gedit-io-error-dialogs.c:687
+#: ../gedit/gedit-io-error-dialogs.c:694
+#, fuzzy, c-format
+msgid "Could not create the file \"%s\""
+msgstr "\"%s\" faylı yaradıla bilmədi."
+
+#: ../gedit/gedit-io-error-dialogs.c:670
+#, fuzzy
+msgid "Make sure you have the appropriate write permissions."
+msgstr ""
+"\"%s\" faylı yaradıla bilmir.\n"
+"\n"
+"Lazım olan yazma səlahiyyətlərinizin olduğunu yoxlayın."
+
+#: ../gedit/gedit-io-error-dialogs.c:676
+#, fuzzy
+msgid "The file name is too long."
+msgstr ""
+"\"%s\" faylı yaradıla bilmir.\n"
+"\n"
+"Fayl adı çox uzundur."
+
+#: ../gedit/gedit-io-error-dialogs.c:682
+#, fuzzy
+msgid ""
+"A directory component in the file name does not exist or is a dangling "
+"symbolic link."
+msgstr ""
+"\"%s\" faylı yaradıla bilmir.\n"
+"\n"
+"Fayl adındakı qovluq tərkib hissəsi mövcud deyil ya da simvolik körpüdür."
+
+#: ../gedit/gedit-io-error-dialogs.c:689
+#, fuzzy
+msgid ""
+"There is not enough disk space to create the file. Please free some disk "
+"space and try again."
+msgstr ""
+"\"%s\" faylını yaratmaq üçün lazımi qədər disk sahəsi yoxdur.\n"
+"\n"
+"Xahiş edirik biraz disk sahəsi azad edin və yenidən sınayın."
+
+#. Read only
+#: ../gedit/gedit-mdi-child.c:249
+msgid "RO"
+msgstr "SO"
+
+# Add the detach tab button
+#. Add the detach tab button
+#: ../gedit/gedit-mdi-child.c:650 ../gedit/gedit-ui.xml.h:85
+msgid "_Move to New Window"
+msgstr "Yeni Pəncərəyə _Daşı"
+
+#: ../gedit/gedit-mdi-child.c:803
+msgid "Unicode (UTF-8)"
+msgstr "Yunikod (UTF-8)"
+
+#: ../gedit/gedit-mdi-child.c:813
+msgid "Name:"
+msgstr "Ad:"
+
+#: ../gedit/gedit-mdi-child.c:814
+msgid "MIME Type:"
+msgstr "MIME Növü:"
+
+#: ../gedit/gedit-mdi-child.c:815
+msgid "Encoding:"
+msgstr "Kodlama:"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-mdi.c:260 ../gedit/gedit-mdi.c:463
+#, c-format
+msgid "Open '%s'"
+msgstr "'%s' Ünvanını Aç"
+
+#: ../gedit/gedit-mdi.c:538
+msgid "Open a recently used file"
+msgstr "Təzəlikcə istifadə edilən faylı aç"
+
+#: ../gedit/gedit-mdi.c:1477 ../gedit/gedit-mdi.c:1479
+#, fuzzy
+msgid "Read Only"
+msgstr "(sırf-oxunan)"
+
+#: ../gedit/gedit-mdi.c:2103
+msgid "Normal"
+msgstr "Normal"
+
+#: ../gedit/gedit-mdi.c:2104
+msgid "Use Normal highlight mode"
+msgstr "Normal işıqlandırma modunu işlət"
+
+#: ../gedit/gedit-mdi.c:2180
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "%s işıqlandırma modunu işlət"
+
+#: ../gedit/gedit-output-window.c:378
+msgid "Close the output window"
+msgstr "Yekun pəncərəsini bağla"
+
+#: ../gedit/gedit-output-window.c:416
+msgid "Copy selected lines"
+msgstr "Seçili sətirləri köçür"
+
+#: ../gedit/gedit-output-window.c:436
+msgid "Clear the output window"
+msgstr "Yekun pəncərəsini təmizlə"
+
+#: ../gedit/gedit-output-window.c:476
+msgid "Output Lines"
+msgstr "Yekun Sətirləri"
+
+#: ../gedit/gedit-prefs-manager.c:175
+msgid "Cannot initialize preferences manager."
+msgstr "Qurğular idarəçisi başladıla bilmir."
+
+#: ../gedit/gedit-prefs-manager.c:1326
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "%3$s qiyməti üçün `%1$s' gözlənirdi, `%2$s' alındı"
+
+#: ../gedit/gedit-print.c:219 ../gedit/gedit-ui.xml.h:37
+msgid "Print"
+msgstr "Çap Et"
+
+#: ../gedit/gedit-print.c:228 ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Lines"
+msgstr "Sətir"
+
+#: ../gedit/gedit-print.c:330
+msgid "Preparing pages..."
+msgstr "Səhifələr hazırlanır..."
+
+#: ../gedit/gedit-print.c:357
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Oxunur: %d / %d..."
+
+#: ../gedit/gedit-print.c:359
+#, c-format
+msgid "Printing page %d of %d..."
+msgstr "Çap edilir: %d / %d..."
+
+#: ../gedit/gedit-print.c:381 ../gedit/gedit-ui.xml.h:40
+msgid "Print preview"
+msgstr "Çap nümayişi"
+
+#: ../gedit/gedit-print.c:551
+#, c-format
+msgid "File: %s"
+msgstr "Fayl: %s"
+
+#: ../gedit/gedit-print.c:557
+msgid "Page %N of %Q"
+msgstr "Səhifə %N / %Q"
+
+#: ../gedit/gedit-ui.xml.h:1
+msgid "About this application"
+msgstr "Bu tə'minat haqqında"
+
+#: ../gedit/gedit-ui.xml.h:2
+msgid "Change the visibility of the output window in the current window"
+msgstr "Hazırkı pəncərədəki yekun pəncərəsinin görünüşünü dəyişdir"
+
+#: ../gedit/gedit-ui.xml.h:3
+msgid "Change the visibility of the statusbar in the current window"
+msgstr "Hazırkı pəncərədəki vəziyyət çubuğunun görünüşünü dəyişdir"
+
+#: ../gedit/gedit-ui.xml.h:4
+msgid "Change the visibility of the toolbar in the current window"
+msgstr "Hazırkı pəncərədəki vasitə çubuğunun görünüşünü dəyişdir"
+
+#: ../gedit/gedit-ui.xml.h:5
+msgid "Close"
+msgstr "Bağla"
+
+#: ../gedit/gedit-ui.xml.h:6
+msgid "Close all open files"
+msgstr "Bütün açıq faylları bağla"
+
+#: ../gedit/gedit-ui.xml.h:7
+msgid "Close the current file"
+msgstr "Hazırkı faylı bağla"
+
+#: ../gedit/gedit-ui.xml.h:8
+msgid "Configure the application"
+msgstr "Proqram tə'minatını quraşdır"
+
+#: ../gedit/gedit-ui.xml.h:9
+msgid "Copy"
+msgstr "Köçür"
+
+#: ../gedit/gedit-ui.xml.h:10
+msgid "Copy the selection"
+msgstr "Seçimi köçür"
+
+#: ../gedit/gedit-ui.xml.h:11
+msgid "Create a new document"
+msgstr "Yeni sənəd yarat"
+
+#: ../gedit/gedit-ui.xml.h:12
+msgid "Cu_t"
+msgstr "_Kəs"
+
+#: ../gedit/gedit-ui.xml.h:13
+msgid "Cut"
+msgstr "Kəs"
+
+#: ../gedit/gedit-ui.xml.h:14
+msgid "Cut the selection"
+msgstr "Seçimi kəs"
+
+#: ../gedit/gedit-ui.xml.h:15
+msgid "Delete"
+msgstr "Sil"
+
+#: ../gedit/gedit-ui.xml.h:16
+msgid "Delete the selected text"
+msgstr "Seçili mətni sil"
+
+#: ../gedit/gedit-ui.xml.h:18
+msgid "Find Ne_xt"
+msgstr "_Sonrakını Tap"
+
+#: ../gedit/gedit-ui.xml.h:20
+msgid "Find Pre_vious"
+msgstr "Ə_vvəlkini Tap"
+
+#: ../gedit/gedit-ui.xml.h:21
+msgid "Find Previous"
+msgstr "Əvvəlkini Tap"
+
+#: ../gedit/gedit-ui.xml.h:22
+msgid "Go to _Line..."
+msgstr "Sətirə _Get..."
+
+#: ../gedit/gedit-ui.xml.h:23
+msgid "Go to a specific line"
+msgstr "Müəyyən sətirə get"
+
+#: ../gedit/gedit-ui.xml.h:24
+msgid "Main toolbar"
+msgstr "Əsas vasitə çubuğu"
+
+#: ../gedit/gedit-ui.xml.h:25
+msgid "Move the current document to a new window"
+msgstr "Hazırkı sənədi yeni pəncərəyə daşı"
+
+#: ../gedit/gedit-ui.xml.h:26
+msgid "New"
+msgstr "Yeni"
+
+#: ../gedit/gedit-ui.xml.h:27
+msgid "Open"
+msgstr "Aç"
+
+#: ../gedit/gedit-ui.xml.h:28
+msgid "Open Location..."
+msgstr "Mövqeni Aç..."
+
+#: ../gedit/gedit-ui.xml.h:29
+msgid "Open _Location..."
+msgstr "_Mövqeni Aç..."
+
+#: ../gedit/gedit-ui.xml.h:30
+msgid "Open a file"
+msgstr "Fayl aç"
+
+#: ../gedit/gedit-ui.xml.h:31
+msgid "Open a file from a specified location"
+msgstr "Faylı müəyyən mövqedən aç"
+
+#: ../gedit/gedit-ui.xml.h:32
+msgid "Open the gedit manual"
+msgstr "Gedit əl kitabçasını aç"
+
+#: ../gedit/gedit-ui.xml.h:33
+msgid "Page Set_up"
+msgstr "Səhifə Q_urğuları"
+
+#: ../gedit/gedit-ui.xml.h:34
+msgid "Paste"
+msgstr "Yapışdır"
+
+#: ../gedit/gedit-ui.xml.h:35
+msgid "Paste the clipboard"
+msgstr "Ara yaddaşı yapışdır"
+
+#: ../gedit/gedit-ui.xml.h:36
+msgid "Pr_eferences"
+msgstr "_Qurğular"
+
+#: ../gedit/gedit-ui.xml.h:38
+msgid "Print Previe_w..."
+msgstr "Çap _Nümayişi..."
+
+#: ../gedit/gedit-ui.xml.h:39
+msgid "Print Preview"
+msgstr "Çap Nümayişi"
+
+#: ../gedit/gedit-ui.xml.h:41
+msgid "Print the current file"
+msgstr "Hazırkı faylı çap et"
+
+#: ../gedit/gedit-ui.xml.h:42
+msgid "Quit"
+msgstr "Çıx"
+
+#: ../gedit/gedit-ui.xml.h:43
+msgid "Quit the program"
+msgstr "Proqramdan çıx"
+
+#: ../gedit/gedit-ui.xml.h:44
+msgid "Redo"
+msgstr "Yenidən Et"
+
+#: ../gedit/gedit-ui.xml.h:45
+msgid "Redo the undone action"
+msgstr "Geri alınan əməlliyatı yenidən et"
+
+#: ../gedit/gedit-ui.xml.h:47
+msgid "Revert"
+msgstr "Çevir"
+
+#: ../gedit/gedit-ui.xml.h:48
+msgid "Revert to a saved version of the file"
+msgstr "Faylı qeyd edilmiş şəklinə çevir"
+
+#: ../gedit/gedit-ui.xml.h:49
+msgid "Save"
+msgstr "Qeyd Et"
+
+#: ../gedit/gedit-ui.xml.h:50
+msgid "Save As"
+msgstr "Fərqli Qeyd Et"
+
+#: ../gedit/gedit-ui.xml.h:51
+msgid "Save _As..."
+msgstr "_Fərqli Qeyd Et..."
+
+#: ../gedit/gedit-ui.xml.h:52
+msgid "Save all open files"
+msgstr "Bütün açıq faylları qeyd et"
+
+#: ../gedit/gedit-ui.xml.h:53
+msgid "Save the current file"
+msgstr "Hazırkı faylı qeyd et"
+
+#: ../gedit/gedit-ui.xml.h:54
+msgid "Save the current file with a different name"
+msgstr "Hazırkı faylı fərqli qeyd et"
+
+#: ../gedit/gedit-ui.xml.h:55
+msgid "Search backwards for the same text"
+msgstr "Eyni mətni geriyə doğru axtar"
+
+#: ../gedit/gedit-ui.xml.h:56
+msgid "Search for and replace text"
+msgstr "Mətni axtar və əvəz et"
+
+#: ../gedit/gedit-ui.xml.h:57
+msgid "Search for text"
+msgstr "Mətni axtar"
+
+#: ../gedit/gedit-ui.xml.h:58
+msgid "Search forwards for the same text"
+msgstr "Eyni mətni irəliyə doğru axtar"
+
+#: ../gedit/gedit-ui.xml.h:59
+msgid "Select All"
+msgstr "Hamısını Seç"
+
+#: ../gedit/gedit-ui.xml.h:60
+msgid "Select _All"
+msgstr "_Hamısını Seç"
+
+#: ../gedit/gedit-ui.xml.h:61
+msgid "Select the entire document"
+msgstr "Bütün sənədi seç"
+
+#: ../gedit/gedit-ui.xml.h:62
+msgid ""
+"Set toolbar button style according to desktop Menu and Toolbar Preferences"
+msgstr ""
+"Vasitə çubuğunun düymə tərzini Masa Üstü Menyusu və Vasitə Çubuğu "
+"Qurğularına görə seç"
+
+#: ../gedit/gedit-ui.xml.h:63
+msgid "Setup the page settings"
+msgstr "Səhifə qurğularını quraşdır"
+
+#: ../gedit/gedit-ui.xml.h:64
+msgid "Show only icons in the toolbar"
+msgstr "Vasitə çubuğunda yalnız timsalları göstər"
+
+#: ../gedit/gedit-ui.xml.h:65
+msgid "Show text below every icon in the toolbar"
+msgstr "Vasitə çubuğunda hər timsalın altında mətni göstər"
+
+#: ../gedit/gedit-ui.xml.h:66
+msgid "Show text only beside important icons in the toolbar"
+msgstr "Vasitə çubuğunda yalnız vacib olan timsalların yanında mətni göstər"
+
+#: ../gedit/gedit-ui.xml.h:67
+msgid "T_ext for Important Icons"
+msgstr "Vacib Timsallar üçün _Mətn"
+
+#: ../gedit/gedit-ui.xml.h:68
+msgid "Undo"
+msgstr "Qaytar"
+
+#: ../gedit/gedit-ui.xml.h:69
+msgid "Undo the last action"
+msgstr "Son əməliyyatı geri al"
+
+#: ../gedit/gedit-ui.xml.h:70
+msgid "_About"
+msgstr "_Haqqında"
+
+#: ../gedit/gedit-ui.xml.h:71
+msgid "_Close"
+msgstr "_Bağla"
+
+#: ../gedit/gedit-ui.xml.h:72
+msgid "_Close All"
+msgstr "Hamısını _Bağla"
+
+#: ../gedit/gedit-ui.xml.h:73
+msgid "_Contents"
+msgstr "_Məzmun"
+
+#: ../gedit/gedit-ui.xml.h:74
+msgid "_Copy"
+msgstr "_Köçür"
+
+#: ../gedit/gedit-ui.xml.h:75
+msgid "_Customize Toolbar"
+msgstr "Vasitə Çubuğunu _Xüsusiləşdir"
+
+#: ../gedit/gedit-ui.xml.h:76
+msgid "_Delete"
+msgstr "_Sil"
+
+#: ../gedit/gedit-ui.xml.h:77
+msgid "_Desktop Default"
+msgstr "_Masa Üstünün Ön Qurğusu"
+
+#: ../gedit/gedit-ui.xml.h:78
+msgid "_Documents"
+msgstr "Sənə_dlər"
+
+#: ../gedit/gedit-ui.xml.h:79
+msgid "_Edit"
+msgstr "_Düzəlt"
+
+#: ../gedit/gedit-ui.xml.h:80
+msgid "_File"
+msgstr "_Fayl"
+
+#: ../gedit/gedit-ui.xml.h:81
+msgid "_Find..."
+msgstr "_Tap..."
+
+#: ../gedit/gedit-ui.xml.h:82
+msgid "_Help"
+msgstr "_Yardım"
+
+#: ../gedit/gedit-ui.xml.h:83
+msgid "_Highlight Mode"
+msgstr "_İşıqlandırma Modu"
+
+#: ../gedit/gedit-ui.xml.h:84
+msgid "_Icons Only"
+msgstr "_Yalnız Timsallar"
+
+#: ../gedit/gedit-ui.xml.h:86
+msgid "_New"
+msgstr "_Yeni"
+
+#: ../gedit/gedit-ui.xml.h:87
+msgid "_Open..."
+msgstr "_Aç..."
+
+#: ../gedit/gedit-ui.xml.h:88
+msgid "_Output Window"
+msgstr "Yekun _Pəncərəsi"
+
+#: ../gedit/gedit-ui.xml.h:89
+msgid "_Paste"
+msgstr "_Yapışdır"
+
+#: ../gedit/gedit-ui.xml.h:90
+msgid "_Print..."
+msgstr "Ç_ap Et..."
+
+#: ../gedit/gedit-ui.xml.h:91
+msgid "_Quit"
+msgstr "Çı_x"
+
+#: ../gedit/gedit-ui.xml.h:92
+msgid "_Redo"
+msgstr "_Yenidən Et"
+
+#: ../gedit/gedit-ui.xml.h:93
+msgid "_Replace..."
+msgstr "Ə_vəz Et..."
+
+#: ../gedit/gedit-ui.xml.h:95
+msgid "_Save"
+msgstr "_Qeyd Et"
+
+#: ../gedit/gedit-ui.xml.h:96
+msgid "_Save All"
+msgstr "_Hamısını Qeyd Et"
+
+#: ../gedit/gedit-ui.xml.h:97
+msgid "_Search"
+msgstr "_Axtar"
+
+#: ../gedit/gedit-ui.xml.h:98
+msgid "_Statusbar"
+msgstr "_Vəziyyət Çubuğu"
+
+#: ../gedit/gedit-ui.xml.h:99
+msgid "_Text for All Icons"
+msgstr "Bütün Timsallar üçün _Mətn"
+
+#: ../gedit/gedit-ui.xml.h:100
+msgid "_Toolbar"
+msgstr "_Vasitə Çubuğu"
+
+#: ../gedit/gedit-ui.xml.h:101
+msgid "_Tools"
+msgstr "_Vasitələr"
+
+#: ../gedit/gedit-ui.xml.h:102
+msgid "_Undo"
+msgstr "_Geri Al"
+
+#: ../gedit/gedit-ui.xml.h:103
+msgid "_View"
+msgstr "_Görünüş"
+
+#: ../gedit/gedit-utils.c:686
+msgid " (invalid Unicode)"
+msgstr ""
+
+#.
+#. if (col == chars)
+#. msg = g_strdup_printf (_(" Ln %d, Col %d"), row + 1, col + 1);
+#. else
+#. msg = g_strdup_printf (_(" Ln %d, Col %d-%d"), row + 1, chars + 1, col + 1);
+#.
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-view.c:879
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Sət %d, Süt %d"
+
+#: ../gedit/gedit-view.c:915
+msgid " OVR"
+msgstr " OVR"
+
+#: ../gedit/gedit-view.c:917
+msgid " INS"
+msgstr " INS"
+
+#: ../gedit/gedit2.c:83
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "Bu faylı əmr sətirindən açmaq üçün işlədiləcək hərf kodlamasını seçin"
+
+#: ../gedit/gedit2.c:86
+msgid "Quit an existing instance of gedit"
+msgstr "Mövcud Gedit proqramından çıx"
+
+#: ../gedit/gedit2.c:89
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "Mövcud Gedit pəncərəsində yeni bir üst səviyyə pəncərə yarat"
+
+#: ../gedit/gedit2.c:92
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Mövcud Gedit pəncərəsində yeni bir sənəd yarat"
+
+#: ../gedit/gedit2.c:168
+#, c-format
+msgid "The specified encoding \"%s\" is not valid\n"
+msgstr "Bildirilən \"%s\" kodlaması düzgün deyil\n"
+
+#: ../gedit/gedit-convert.c:91
+msgid "The file you are trying to open contains an invalid byte sequence."
+msgstr ""
+
+#: ../gedit/gedit-convert.c:160 ../gedit/gedit-convert.c:204
+msgid ""
+"gedit was not able to automatically determine the encoding of the file you "
+"want to open."
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:43
+msgid "C_hange Case"
+msgstr "Hərfin Böyüklüyünü _Dəyişdir"
+
+#: ../plugins/changecase/changecase.c:49
+msgid "All _Upper Case"
+msgstr "Hamısını _Böyük Hərf Et"
+
+#: ../plugins/changecase/changecase.c:50
+msgid "All _Lower Case"
+msgstr "Hamısını _Kiçik Hərf Et"
+
+#: ../plugins/changecase/changecase.c:51
+msgid "_Invert Case"
+msgstr "Hərf Böyüklüyünü _Dəyişdir"
+
+#: ../plugins/changecase/changecase.c:52
+msgid "_Title Case"
+msgstr "_Başlıq Böyüklüyü"
+
+#: ../plugins/changecase/changecase.c:54
+msgid "Change selected text to upper case"
+msgstr "Seçili mətni böyük hərflərə çevir"
+
+#: ../plugins/changecase/changecase.c:55
+msgid "Change selected text to lower case"
+msgstr "Seçili mətni kiçik hərflərə çevir"
+
+#: ../plugins/changecase/changecase.c:56
+msgid "Invert the case of selected text"
+msgstr "Seçili mətnin hərf böyüklüyünü dəyişdir"
+
+#: ../plugins/changecase/changecase.c:57
+msgid "Capitalize the first letter of each selected word"
+msgstr "Seçili Hər Kəlmənin İlk Hərfini Böyüt"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Hərfin Böyüklüyünü Dəyişdir"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Seçili mətnin hərf böyüklüyünü dəyişdir."
+
+#: ../plugins/docinfo/docinfo.c:45
+msgid "_Document Statistics"
+msgstr "_Sənəd Statistikaları"
+
+#: ../plugins/docinfo/docinfo.c:48
+msgid "Get statistic info on current document"
+msgstr "Hazırkı sənəd haqqında statistiki mə'lumat al"
+
+#: ../plugins/docinfo/docinfo.c:139
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+msgid "Document Statistics"
+msgstr "Sənəd Statistikaları"
+
+#: ../plugins/docinfo/docinfo.c:153
+msgid "_Update"
+msgstr "_Yenilə"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Sənəd Statistikaları əlavəsi hazırkı sənədi analiz edir və kəlmələrin, "
+"sətirlərin, hərflərin və boşluq olmayan xarakterlərin ədədini tapır və "
+"nəticələri göstərir."
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">Fayl Adı</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "Bayt"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "Hərf (boşluqsuz)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "Hərf (boşluqlar daxil)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Update"
+msgstr "Yenilə"
+
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Words"
+msgstr "Kəlmələr"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "gedit: Document Info plugin"
+msgstr "gedit: Sənət Mə'lumatı əlavəsi"
+
+#: ../plugins/indent/indent.c:45
+msgid "_Indent"
+msgstr "_Çərtmə"
+
+#: ../plugins/indent/indent.c:47
+msgid "Indent selected lines"
+msgstr "Seçili sətirləri çərtmələ"
+
+#: ../plugins/indent/indent.c:49
+msgid "U_nindent"
+msgstr "_Geri Çərtmələ"
+
+#: ../plugins/indent/indent.c:51
+msgid "Unindent selected lines"
+msgstr "Seçili sətirləri geri çərtmələ"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent lines"
+msgstr "Sətirləri çərtmələ"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "Seçili sətirləri çərtmələr/geri çərtmələr."
+
+#: ../plugins/sample/sample.c:43
+msgid "Insert User Na_me"
+msgstr "İstifadəçi _Adı Daxil Et"
+
+#: ../plugins/sample/sample.c:46
+msgid "Insert the user name at the cursor position"
+msgstr "İstifadəçi adını kursorun mövqeyinə daxil et"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "İstifadəçi adını kursorun olduğu mövqeyə daxil edər."
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "İstifadəçi adı"
+
+#: ../plugins/savecopy/savecopy.c:49
+#, fuzzy
+msgid "Sa_ve Copy..."
+msgstr "_Köçür"
+
+#: ../plugins/savecopy/savecopy.c:52
+#, fuzzy
+msgid "Save a copy of the current document"
+msgstr "Hazırkı sənədin dilini seç"
+
+#: ../plugins/savecopy/savecopy.c:315
+#, fuzzy, c-format
+msgid "Could not save a copy of the file to \"%s\""
+msgstr "\"%s\" faylı qeyd edilə bilmədi."
+
+#: ../plugins/savecopy/savecopy.c:414
+msgid "You are trying to overwrite the original file"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.c:523
+#, fuzzy
+msgid "Save Copy..."
+msgstr "Heç Birini Qeyt Et_mə"
+
+#. translators: %s is a filename
+#: ../plugins/savecopy/savecopy.c:555 ../plugins/savecopy/savecopy.c:565
+#, c-format
+msgid "%s (copy)"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Save a Copy"
+msgstr "Bütün açıq faylları qeyd et"
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Saves a copy of the current document to a local or remote location."
+msgstr "Hazırkı sənəd ya da seçimi növlərə ayır."
+
+#: ../plugins/shell_output/shell_output.c:56
+msgid "_Run Command..."
+msgstr "Əmri İcra _Et..."
+
+#: ../plugins/shell_output/shell_output.c:59
+msgid "Run a command"
+msgstr "Əmri icra et"
+
+#: ../plugins/shell_output/shell_output.c:156
+#: ../plugins/shell_output/shell_output.c:576
+msgid "Stopped"
+msgstr "Dayandırılıb"
+
+#: ../plugins/shell_output/shell_output.c:355
+msgid "Run Command"
+msgstr "Əmri İcra Et"
+
+#: ../plugins/shell_output/shell_output.c:374
+msgid "_Run"
+msgstr "_İcra Et"
+
+#: ../plugins/shell_output/shell_output.c:582
+msgid "Done"
+msgstr "Oldu"
+
+#: ../plugins/shell_output/shell_output.c:584
+msgid "Failed"
+msgstr "Bacarılmadı"
+
+#: ../plugins/shell_output/shell_output.c:754
+msgid ""
+"The shell command entry is empty.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Qabığ əmr girişi boşdur.\n"
+"\n"
+"Xahiş edirik, hökmlü bir qabığ əmri daxil edin."
+
+#: ../plugins/shell_output/shell_output.c:776
+msgid ""
+"Error parsing the shell command.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Qabığ əmri oxunarkən xəta yarandı.\n"
+"\n"
+"Xahiş edirik, hökmlü bir qabığ əmri daxil edin."
+
+#: ../plugins/shell_output/shell_output.c:854
+msgid "Executing command"
+msgstr "Əmr icra edilir"
+
+#: ../plugins/shell_output/shell_output.c:919
+msgid "An error occurred while running the selected command."
+msgstr "Seçili əmr icra edildiyi vaxt xəta yarandı."
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:1
+msgid ""
+"Executes an external program and, if required, displays its output in the "
+"output window."
+msgstr ""
+"Xarici bir proqramı icra et və onun nəticəsini yekun pəncərəsində göstər."
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:2
+msgid "Shell command"
+msgstr "Qabıq əmri"
+
+#: ../plugins/shell_output/shell_output.glade2.h:2
+msgid "Co_mmand:"
+msgstr "Ə_mr:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:3
+msgid "Select the working directory..."
+msgstr "İş qovluğunu seç..."
+
+#: ../plugins/shell_output/shell_output.glade2.h:4
+msgid "_Show results in Output Window"
+msgstr "Nəticələri yekun pəncərəsində _göstər"
+
+#: ../plugins/shell_output/shell_output.glade2.h:5
+msgid "_Working directory:"
+msgstr "_İş qovluğu:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:6
+msgid "gedit: Shell Output plugin"
+msgstr "gedit: Qabıq Yekunu əlavəsi"
+
+#: ../plugins/sort/sort.c:29
+msgid "S_ort..."
+msgstr "_Ayır..."
+
+#: ../plugins/sort/sort.c:32
+msgid "Sort the current document or selection."
+msgstr "Hazırkı sənəd ya da seçimi növlərə ayır."
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "Ayır"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Seçili mətni ya da sənədi ayır."
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr "Cütləri _sil"
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr "Bu sütundan _başla:"
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Ayırma əməliyyatını geri ala bilməzsiniz"
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr "Böyük/kiçik hərfi diqqətə _alma"
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr "_Tərs ardıcıllıq"
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr "_Ayır"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr "(məsləhət edilən kəlmə yoxdur)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+msgid "_More..."
+msgstr "_Daha..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr "_Hamısını Rədd Et"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr "Ə_lavə et"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr "_İmla Məsləhətləri..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "İmlanı Yoxla"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "Məsləhətlər"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr "(düzgün imla)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+msgid "Completed spell checking"
+msgstr "İmla yoxlaması bitdi"
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+#, fuzzy
+msgid "Amharic"
+msgstr "Ərəbcə"
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+msgid "Azerbaijani"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+#, fuzzy
+msgid "Belarusian"
+msgstr "Bolqarca"
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Bulgarian"
+msgstr "Bolqarca"
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+msgid "Bengali"
+msgstr "Benqalca"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr "Bretonca"
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr "Katalanca"
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr "Çexcə"
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Welsh"
+msgstr "Uelscə"
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr "Danimarkaca"
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+#, fuzzy
+msgid "German (Austria)"
+msgstr "Almanca (Almanya)"
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr "Almanca (Almanya)"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr "Almanca (İsveçrə)"
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr "İngiliscə (Amerika)"
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr "İngiliscə (Britaniya)"
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr "İngiliscə (Kanada)"
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr "Esperanto"
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr "İspanca"
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+#, fuzzy
+msgid "Estonian"
+msgstr "Rumınca"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+#, fuzzy
+msgid "Persian"
+msgstr "Çap Et"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+msgid "Finnish"
+msgstr "Fincə"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr "Faroesecə"
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr "Flansızca (Fransa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr "Flansızca (İsveçrə)"
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+#, fuzzy
+msgid "Irish"
+msgstr "Türkcə"
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+#, fuzzy
+msgid "Gallegan"
+msgstr "Gürcücə"
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+#, fuzzy
+msgid "Hindi"
+msgstr "Tap"
+
+#: ../plugins/spell/gedit-spell-checker.c:111
+#, fuzzy
+msgid "Croatian"
+msgstr "Katalanca"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Upper Sorbian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+#, fuzzy
+msgid "Hungarian"
+msgstr "Bolqarca"
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Indonesian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Icelandic"
+msgstr "İslandiyaca"
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Italian"
+msgstr "İtalyanca"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+#, fuzzy
+msgid "Kurdish"
+msgstr "Türkcə"
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+#, fuzzy
+msgid "Latin"
+msgstr "Sətir"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Lithuanian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+msgid "Latvian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Malagasy"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+msgid "Maori"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+#, fuzzy
+msgid "Macedonian"
+msgstr "gedit"
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Mongolian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+msgid "Marathi"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Malay"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Maltese"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+#, fuzzy
+msgid "Norwegian Bokmal"
+msgstr "Norveçcə"
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr "Niderlandca"
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+#, fuzzy
+msgid "Norwegian Nynorsk"
+msgstr "Norveçcə"
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr "Norveçcə"
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr "Polyakca"
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr "Portuqalca (Portuqaliya)"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr "Portuqalca (Braziliya)"
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Quechua"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr "Rusca"
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+msgid "Kinyarwanda"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+#, fuzzy
+msgid "Sardinian"
+msgstr "Ukraynaca"
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Slovak"
+msgstr "Slovakca"
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Slovenian"
+msgstr "Slovencə"
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr "İsveçcə"
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Swahili"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+#, fuzzy
+msgid "Tamil"
+msgstr "Tayca"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tagalog"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tswana"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Ukrainian"
+msgstr "Ukraynaca"
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+msgid "Uzbek"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Walloon"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+msgid "Yiddish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Zulu"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+msgid "Default"
+msgstr "Ön Qurğulu"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:239
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr "%s içində lazımi widgetlər tapıla bilmədi."
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr "Dillər"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "Hazırkı sənədin _dilini seç."
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "Dili seç"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Dil</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>kəlmə</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "_Kəlmə əlavə et"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "Əvəz _et"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "_Hamısını Əvəz Et"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr "_Bununla əvəz et:"
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr "Kəlməni _Yoxla"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "İmlanı yoxla"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "Hamısını Rə_dd Et"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Dil:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+#, fuzzy
+msgid "Misspelled word:"
+msgstr "Səhv yazılan sözlər:"
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "İstifadəçi lüğəti:"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "_Rədd et"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "_Məsləhətlər:"
+
+#: ../plugins/spell/spell.c:52
+msgid "_Check Spelling"
+msgstr "_İmlanı Yoxla"
+
+#: ../plugins/spell/spell.c:55
+msgid "Check the current document for incorrect spelling"
+msgstr "Hazırkı sənədin imlasını yoxla"
+
+#: ../plugins/spell/spell.c:57
+msgid "_Autocheck Spelling"
+msgstr "İmlanı _Avtomatik Yoxla"
+
+#: ../plugins/spell/spell.c:60
+msgid "Automatically spell-check the current document"
+msgstr "Hazırkı sənədin imlasını avtomatik yoxla"
+
+#: ../plugins/spell/spell.c:62
+msgid "Set _Language"
+msgstr "Dili _Seç"
+
+#: ../plugins/spell/spell.c:65
+msgid "Set the language of the current document"
+msgstr "Hazırkı sənədin dilini seç"
+
+#: ../plugins/spell/spell.c:625
+msgid "The document is empty."
+msgstr "Sənəd boşdur."
+
+#: ../plugins/spell/spell.c:643
+#, fuzzy
+msgid "The selected text does not contain misspelled words."
+msgstr "Seçili mətn səhv imlalı söz daxil etmir."
+
+#: ../plugins/spell/spell.c:644
+#, fuzzy
+msgid "The document does not contain misspelled words."
+msgstr "Sənəd səhv imlalı söz daxil etmir."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Hazırkı sənədin imlasını yoxla."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr "İmla yoxlayıcısı"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+#, fuzzy
+msgid "Abbreviated form"
+msgstr "Mövcud formatlar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+#, fuzzy
+msgid "Abbreviation"
+msgstr "Ermənicə"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+#, fuzzy
+msgid "Align"
+msgstr "sətir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+#, fuzzy
+msgid "Applet class file code"
+msgstr "Açılacaq faylı seç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+#, fuzzy
+msgid "Author info"
+msgstr "Avtomatik çərtmə"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+#, fuzzy
+msgid "Axis related headers"
+msgstr "Səhifə _başlıqlarını çap et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "BGSound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+#, fuzzy
+msgid "Background color"
+msgstr "_Arxa plan rəngi:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+#, fuzzy
+msgid "Background texture tile"
+msgstr "Arxa Plan Rəngi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+#, fuzzy
+msgid "Base font"
+msgstr "Etiketdə yazı növü işlət"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+#, fuzzy
+msgid "Border"
+msgstr "Qalın"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+#, fuzzy
+msgid "Border color"
+msgstr "_Arxa plan rəngi:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+#, fuzzy
+msgid "Cell rowspan"
+msgstr "Mərkəzi Avropa dilləri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+#, fuzzy
+msgid "Center"
+msgstr "Ümumi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+#, fuzzy
+msgid "Character encoding of linked resource"
+msgstr "Hərf kodlamaları"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+#, fuzzy
+msgid "Citation"
+msgstr "_gedişatlar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+#, fuzzy
+msgid "Class list"
+msgstr "Taq siyahısı"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+#, fuzzy
+msgid "Color of selected links"
+msgstr "Seçili sətirləri köçür"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+#, fuzzy
+msgid "Comment"
+msgstr "_Məzmun"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+#, fuzzy
+msgid "Content scheme"
+msgstr "_Məzmun"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+#, fuzzy
+msgid "Content type"
+msgstr "_Məzmun"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+#, fuzzy
+msgid "Coordinates"
+msgstr "_Məzmun"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+#, fuzzy
+msgid "Definition description"
+msgstr "_İzahat"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+#, fuzzy
+msgid "Deleted text"
+msgstr "Seçili mətni sil"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+#, fuzzy
+msgid "Direction"
+msgstr "Bretonca"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+#, fuzzy
+msgid "Disabled"
+msgstr "Fəal"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+#, fuzzy
+msgid "Document base"
+msgstr "Sənə_dlər"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+#, fuzzy
+msgid "Document body"
+msgstr "Sənə_dlər"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+#, fuzzy
+msgid "Document head"
+msgstr "Sənə_dlər"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+#, fuzzy
+msgid "Document title"
+msgstr "Sənəd Statistikaları"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+#, fuzzy
+msgid "Document type"
+msgstr "Sənə_dlər"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+#, fuzzy
+msgid "Element ID"
+msgstr "Elementlər"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+#, fuzzy
+msgid "Font face"
+msgstr "Yazı növü adı"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+#, fuzzy
+msgid "For label"
+msgstr "etiket"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+#, fuzzy
+msgid "Form"
+msgstr "Normal"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+#, fuzzy
+msgid "Frame"
+msgstr "Ad:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+#, fuzzy
+msgid "Frameset"
+msgstr "Faroesecə"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+#, fuzzy
+msgid "Frameset columns"
+msgstr "Bu sütundan _başla:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+#, fuzzy
+msgid "Generic span"
+msgstr "Ümumi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Image"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+#, fuzzy
+msgid "Inline frame"
+msgstr "Hökmsüz fayl adı"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+#, fuzzy
+msgid "Inserted text"
+msgstr "Tarix/Saat Daxil Et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+#, fuzzy
+msgid "Italic text"
+msgstr "Əyik"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+#, fuzzy
+msgid "Label"
+msgstr "etiket"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+#, fuzzy
+msgid "Language code"
+msgstr "Dillər"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+#, fuzzy
+msgid "Link color"
+msgstr "Rəngi seç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+#, fuzzy
+msgid "Local change to font"
+msgstr "Editor rəngini seç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+#, fuzzy
+msgid "Long description link"
+msgstr "_İzahat"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+#, fuzzy
+msgid "Name"
+msgstr "Ad:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+#, fuzzy
+msgid "No resize"
+msgstr "Böyüklüyü göstər"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+#, fuzzy
+msgid "Object applet file"
+msgstr "Fayl aç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+#, fuzzy
+msgid "OnChange event"
+msgstr "Hərfin Böyüklüyünü Dəyişdir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+#, fuzzy
+msgid "Option selector"
+msgstr "Yazı Növü Seçimi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+#, fuzzy
+msgid "Output media"
+msgstr "Yekun Sətirləri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+#, fuzzy
+msgid "Preformatted text"
+msgstr "Ön nümayiş mətni"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+#, fuzzy
+msgid "Push button"
+msgstr "düymə1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+#, fuzzy
+msgid "Quote"
+msgstr "Çıx"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+#, fuzzy
+msgid "Range"
+msgstr "Əvəz _et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+#, fuzzy
+msgid "Reverse link"
+msgstr "_Tərs ardıcıllıq"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+#, fuzzy
+msgid "Script language name"
+msgstr "Dili seç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+#, fuzzy
+msgid "Selectable option"
+msgstr "Açılacaq faylı seç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+#, fuzzy
+msgid "Selected"
+msgstr "_Seçiləni Qeyd Et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+#, fuzzy
+msgid "Shape"
+msgstr "Qeyd Et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+#, fuzzy
+msgid "Size"
+msgstr "Səkmə Böyüklüyü"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+#, fuzzy
+msgid "Small text style"
+msgstr "Bütün Mətn Faylları"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "Sound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+#, fuzzy
+msgid "Space"
+msgstr "Qeyd Et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+#, fuzzy
+msgid "Spacer"
+msgstr "Əvəz Et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+#, fuzzy
+msgid "Span"
+msgstr "İspanca"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+#, fuzzy
+msgid "Starting sequence number"
+msgstr "Sətir _nömrələrini çap et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+#, fuzzy
+msgid "Strike-through text"
+msgstr "Qaralanmış"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+#, fuzzy
+msgid "Strike-through text style"
+msgstr "Qaralanmış"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+#, fuzzy
+msgid "Superscript"
+msgstr "_İzahat"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+#, fuzzy
+msgid "Table"
+msgstr "Fəal"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+#, fuzzy
+msgid "Table caption"
+msgstr "Mövqeni Aç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+#, fuzzy
+msgid "Text color"
+msgstr "Mətn Rəngi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr "Başlıq"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+#, fuzzy
+msgid "Underlined text style"
+msgstr "Altı Cızıqlı"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+#, fuzzy
+msgid "Unordered list"
+msgstr "Altı Cızıqlı"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+#, fuzzy
+msgid "Vertical space"
+msgstr "Boşluqlar daxil et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+#, fuzzy
+msgid "Visited link color"
+msgstr "Seçimin rəngini seç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+#, fuzzy
+msgid "Footnote"
+msgstr "Yazı Növü"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+#, fuzzy
+msgid "Greek alpha"
+msgstr "Yunanca"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+#, fuzzy
+msgid "Greek beta"
+msgstr "Yunanca"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+#, fuzzy
+msgid "Greek gamma"
+msgstr "Yunanca"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+#, fuzzy
+msgid "Greek rho"
+msgstr "Yunanca"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+#, fuzzy
+msgid "Greek tau"
+msgstr "Yunanca"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+#, fuzzy
+msgid "List description"
+msgstr "_İzahat"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+#, fuzzy
+msgid "Operator fraction"
+msgstr "Mövqeni Aç"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+#, fuzzy
+msgid "Reference label"
+msgstr "Qurğular"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+#, fuzzy
+msgid "Reference ref"
+msgstr "Qurğular"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+#, fuzzy
+msgid "XSLT - Elements"
+msgstr "Elementlər"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+#, fuzzy
+msgid "namespace"
+msgstr "Boşluqlar daxil et"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+#, fuzzy
+msgid "parent"
+msgstr "Aç"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:146
+msgid "Tag list plugin"
+msgstr "Taq siyahısı əlavəsi"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:167
+msgid "Select the group of tags you want to use"
+msgstr "İstifadə etmək istədiyiniz taq qrupunu seçin"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:189
+msgid "Available Tag Lists"
+msgstr "Mövcud Taq Siyahıları"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:191
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:212
+msgid "Tags"
+msgstr "Taqlar"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:201
+msgid "Double-click on a tag to insert it in the current document"
+msgstr "Taqı sənədə daxil etmək üçün ona cüt tıqlayın"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:46
+msgid "Tag _List"
+msgstr "Ta_q Siyahısı"
+
+#.
+#. #define MENU_ITEM_NAME "TagList"
+#.
+#: ../plugins/taglist/gedit-taglist-plugin.c:51
+msgid "Show the tag list window"
+msgstr "Taq siyahısı pəncərəsini göstər"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"Taq siyahısı əlavəsi sizə tez tez işlədilən taqları yazmadan birbaşa sənədin "
+"içinə daxil etmə imkanı verir."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Taq siyahısı"
+
+#: ../plugins/time/time.c:49
+msgid "In_sert Date and Time..."
+msgstr "Tarix və Saat _Daxil Et..."
+
+#: ../plugins/time/time.c:52
+msgid "Insert current date and time at the cursor position"
+msgstr "Hazırkı tarixi kursorun mövqeyinə daxil et"
+
+#: ../plugins/time/time.c:457
+msgid "Available formats"
+msgstr "Mövcud formatlar"
+
+#: ../plugins/time/time.c:565
+msgid "Configure insert date/time plugin..."
+msgstr "Tarix/Saat daxil etmə əlavəsini quraşdır..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Tarix/Saat Daxil Et"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Hazırkı tarixi və vaxtı kursorun mövqeyinə daxil edər."
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> Tarix/saat daxil ediləndə...</span>"
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "Tarix/Saat əlavəsini quraşdır"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "Tarix və Zaman Daxil Et"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr "Seçili formatı _işlət"
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_Daxil Et"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr "Formatı _soruş"
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr "_Xüsusi format işlət"
diff --git a/po/be.po b/po/be.po
new file mode 100644
index 0000000..c925db2
--- /dev/null
+++ b/po/be.po
@@ -0,0 +1,3964 @@
+# Vital Khilko <dojlid@mova.org>, 2002, 2003.
+# Ales Nyakhaychyk <nab@mail.by>, 2003, 2004.
+# Sviatlana Liasovich <xelj.gjkz@bk.ru>, 2011.
+# Ihar Hrachyshka <ihar.hrachyshka@gmail.com>, 2006, 2012, 2013, 2014.
+# Yuras Shumovich <shumovichy@gmail.com>, 2017.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2018-08-08 16:05+0000\n"
+"PO-Revision-Date: 2018-08-12 20:22+0300\n"
+"Last-Translator: Yuras Shumovich <shumovichy@gmail.com>\n"
+"Language-Team: Belarusian <i18n-bel-gnome@googlegroups.com>\n"
+"Language: be\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Poedit 2.0.8\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "Рэдагаванне тэкставых файлаў"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit з'яўляецца афіцыйным тэкставым рэдактарам для працоўнага асяроддзя "
+"GNOME. Па магчымасці просты ў карыстанні, gedit з'яўляецца магутным "
+"тэкставым рэдактарам агульнага прызначэння."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Няважна, ці вы пішаце наступны бестселер або інавацыйную праграму, або "
+"ведзяце простыя нататкі, gedit стане надзейнай прыладай дзеля дасягнення "
+"вашых мэтаў."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:4
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"Яго гнуткая сістэма плугінаў дазваляе падагнаць гэту праграму пад свае "
+"патрэбы і спосаб працы."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Тэкставы рэдактар"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "Тэкставы рэдактар gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "Тэкст;Рэдактар;Тэкставы;Запіс;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "New Window"
+msgstr "Новае акно"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "New Document"
+msgstr "Новы дакумент"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "Ужыць прадвызначаны шрыфт"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Ці трэба выкарыстоўваць для рэдагавання тэксту сістэмны прадвызначаны "
+"роўнашырокі шрыфт замест адмысловага шрыфту для gedit. Калі гэта опцыя "
+"выключана, шрыфт будзе вызначаны опцыяй \"Шрыфт рэдактара\"."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:5
+msgid "Editor Font"
+msgstr "Шрыфт рэдактара"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+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.gnome.gedit.gschema.xml.in.h:7
+msgid "Style Scheme"
+msgstr "Схема афармлення"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "Ідэнтыфікатар схемы афармлення GtkSourceView для афарбоўкі тэксту."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Create Backup Copies"
+msgstr "Стварэнне запасных копій"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Ці трэба ствараць запасныя копіі файлаў пры захаванні."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid "Autosave"
+msgstr "Аўтаматычнае захаванне"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Ці трэба праз пэўны час аўтаматычна захоўваць мадыфікаваныя файлы. Вызначыць "
+"такі прамежак часу можна з дапамогай опцыі \"Прамежак для аўтаматычнага "
+"захавання\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid "Autosave Interval"
+msgstr "Прамежак для аўтаматычнага захавання"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Колькасць хвілін да аўтаматычнага захавання змененых файлаў. Гэты ключ "
+"уздзейнічае на праграму, толькі калі ўключана опцыя \"Аўтаматычнае захаванне"
+"\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid "Maximum Number of Undo Actions"
+msgstr "Максімальная колькасць дзеянняў, якія можна адрабіць назад"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Максімальная колькасць дзеянняў, якія gedit дазваляе адрабіць назад ці зноў "
+"паўтарыць. Значэнне \"-1\" азначае неабмежаваную колькасць такіх дзеянняў."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+msgid "Line Wrapping Mode"
+msgstr "Рэжым пераносу радкоў"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+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 ""
+"Вызначае спосаб пераносу доўгіх радкоў у абшары рэдагавання. Значэнне \"none"
+"\"азначае адсутнасць пераносаў; значэнне \"word\" азначае паслоўны перанос; "
+"значэнне \"char\" азначае пазнакавы перанос. Звярніце ўвагу на тое, што "
+"гэтыя значэнні адчувальныя да рэгістра літар, таму спраўдзіце, каб яны былі "
+"напісаныя так жа, як і тут."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Апошні выбраны рэжым пераносу радкоў"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Выбраны рэжым пераносу радкоў, захоўваецца нават калі перанос выключаны. У "
+"рэжыме \"word\" перанос паслоўны, а у рэжыме \"char\" - пазнакавы."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid "Tab Size"
+msgstr "Памер табуляцыі"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Вызначае колькасць прабелаў, якія трэба паказваць замест знакаў табуляцыі."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Insert spaces"
+msgstr "Устаўка прабелаў"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Ці трэба ўстаўляць прабелы замест знакаў табуляцыі."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Automatic indent"
+msgstr "Аўтаматычныя водступы"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Ці трэба аўтаматычна ўстаўляць водступы."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Display Line Numbers"
+msgstr "Паказ нумароў радкоў"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Ці трэба паказваць нумарацыю радкоў у абшары рэдагавання."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Highlight Current Line"
+msgstr "Падсветка бягучага радка"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Whether gedit should highlight the current line."
+msgstr "Ці трэба падсвечваць бягучы радок."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Highlight Matching Brackets"
+msgstr "Падсветка адпаведных дужак"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Ці трэба падсвечваць адпаведныя дужкі."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Display Right Margin"
+msgstr "Паказ правага берага"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Ці трэба паказваць правы бераг у абшары рэдагавання."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Right Margin Position"
+msgstr "Размяшчэнне правага берага"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Specifies the position of the right margin."
+msgstr "Вызначае размяшчэнне правага берага."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Display Overview Map"
+msgstr "Паказ агляднай мапы"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Whether gedit should display the overview map for the document."
+msgstr "Ці трэба паказваць аглядную мапу дакумента."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Document background pattern type"
+msgstr "Тып фонавага ўзору дакумента"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Whether the document will get a background pattern painted."
+msgstr "Ці трэба паказваць фонавы узор дакумента."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Smart Home End"
+msgstr "Разумны Home/End"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+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 ""
+"Вызначае спосаб перамяшчэння курсора пры націску клавіш HOME ці END. "
+"Значэнне \"disabled\" азначае, што курсор будзе заўсёды перамяшчацца ў "
+"пачатак/канец радка; значэнне \"after\" азначае, што курсор будзе "
+"перамяшчацца ў пачатак/канец радка пры першым націску і ў пачатак/канец "
+"тэксту без уліку прабелаў пры другім націску; значэнне \"before\" азначае, "
+"што курсор будзе перамяшчацца спачатку ў пачатак/канец тэксту, а потым - у "
+"пачатак/канец радка; значэнне \"always\" азначае, што курсор будзе заўсёды "
+"перамяшчацца ў пачатак/канец тэксту, а не ў пачатак/канец радка."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr "Аднаўленне папярэдняга размяшчэння курсора"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Ці трэба аднаўляць папярэдняе размяшчэнне курсора пры загрузцы файла."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Enable Syntax Highlighting"
+msgstr "Уключэнне падсветкі сінтаксісу"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Ці трэба ўключыць падсветку сінтаксісу."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Enable Search Highlighting"
+msgstr "Уключэнне падсветкі пошуку"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Ці трэба падсвечваць усе знойдзеныя адпаведнікі шуканага тэксту."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid "Ensure Trailing Newline"
+msgstr "Заўсёды ўстаўляць новы радок у канцы дакумента"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Ці трэба заўсёды ўстаўляць знак новага радка ў канцы дакумента."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Toolbar is Visible"
+msgstr "Бачнасць паліцы прылад"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Ці трэба паказваць паліцу прылад у акне рэдагавання."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid "Notebook Show Tabs Mode"
+msgstr "Рэжым паказу картак"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Вызначае, калі трэба паказваць карткі. Значэнне \"never\" азначае, што "
+"ніколі не трэба паказваць карткі; значэнне \"always\" азначае, што іх трэба "
+"паказваць заўсёды; значэнне \"auto\" азначае, што іх трэба паказваць, толькі "
+"пры наяўнасці некалькіх з іх. Звярніце ўвагу на тое, што гэтыя значэнні "
+"адчувальныя да рэгістра літар, таму спраўдзіце, каб яны былі напісаныя так "
+"жа, як і тут."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid "Status Bar is Visible"
+msgstr "Бачнасць стужкі стану"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Ці трэба паказваць стужку стану ўнізе ў акне рэдагавання."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Side panel is Visible"
+msgstr "Бачнасць бакавой панэлі"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Ці трэба паказваць бакавую панэль злева ў акне рэдагавання."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Maximum Recent Files"
+msgstr "Максімальная колькасць элементаў у спісе нядаўніх файлаў"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the “Recent Files” submenu."
+msgstr ""
+"Вызначае максімальную колькасць нядаўна адкрытых файлаў, якія будуць "
+"паказвацца ў падменю \"Нядаўнія файлы\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Print Syntax Highlighting"
+msgstr "Друк падсветкі сінтаксісу"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Ці трэба друкаваць дакументы з падсветкай сінтаксісу."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Print Header"
+msgstr "Друк загалоўка"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Ці трэба друкаваць загаловак дакумента."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Printing Line Wrapping Mode"
+msgstr "Рэжым пераносу радкоў для друку"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+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 ""
+"Вызначае спосаб пераносу доўгіх радкоў пры друку. Значэнне \"none\" азначае "
+"адсутнасць пераносаў; значэнне \"word\" азначае паслоўны перанос; значэнне "
+"\"char\" азначае пазнакавы перанос. Звярніце ўвагу на тое, што гэтыя "
+"значэнні адчувальныя да рэгістра літар, таму спраўдзіце, каб яны былі "
+"напісаныя так жа, як і тут."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "Print Line Numbers"
+msgstr "Друк нумарацыі радкоў"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Калі ключ мае нулявое значэнне, радкі друкуюцца без нумарацыі. Іначай gedit "
+"будзе друкаваць нумары радкоў з пэўным прамежкам."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Body Font for Printing"
+msgstr "Шрыфт для друку асноўнага тэксту"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Вызначае шрыфт для друку асноўнага тэксту дакументаў."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Header Font for Printing"
+msgstr "Шрыфт для друку загалоўка"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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 ""
+"Вызначае шрыфт для друку загалоўкаў старонак дакумента. Гэта настройка "
+"ўплывае на паводзіны праграмы, толькі калі ўключана опцыя \"Друк загалоўкаў"
+"\"."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Line Number Font for Printing"
+msgstr "Шрыфт для друку нумарацыі радкоў"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+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.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Left"
+msgstr "Левы бераг"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The left margin, in millimeters."
+msgstr "Левы бераг у міліметрах."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Top"
+msgstr "Верхні бераг"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The top margin, in millimeters."
+msgstr "Верхні бераг у міліметрах."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Margin Right"
+msgstr "Правы бераг"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid "The right margin, in millimeters."
+msgstr "Правы бераг у міліметрах."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Margin Bottom"
+msgstr "Ніжні бераг"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid "The bottom margin, in millimeters."
+msgstr "Ніжні бераг у міліметрах."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "Candidate Encodings"
+msgstr "Прапануемыя кадаванні"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Спіс прапануемых кадаванняў у меню \"Кадаванне знакау\" пры адкрыцці ці "
+"захаванні файлаў. Значэнне \"CURRENT\" абазначае кадаванне, зададзенае "
+"настройкамі лакальнасці. Выкарыстоўваюцца толькі вядомыя кадаванні. "
+"Прадвызначанае значэнне - пусты спіс, у гэтым выпадку выбар будзе залежыць "
+"ад настроек страны і мовы."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid "Active plugins"
+msgstr "Актыўныя плугіны"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr ""
+"Спіс актыўных плугінаў. Ён змяшчае \"Месцапалажэнні\" актыўных плугінаў. "
+"\"Месцапалажэнне\" пэўнага плугіна можна адшукаць у адпаведным файле \"."
+"gedit-plugin\"."
+
+#: ../gedit/gedit-app.c:110
+msgid "Show the application’s version"
+msgstr "Паказаць нумар версіі праграмы"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "Паказаць спіс магчымых значэнняў для опцыі кадавання"
+
+#: ../gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "Вызначыць кадаванне для адкрыцця файлаў, пададзеных праз загадны радок"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "КАДАВАННЕ"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Стварыць новае галоўнае акно для ўжо дзейнай копіі праграмы gedit"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Стварыць новы дакумент для ўжо дзейнай копіі праграмы gedit"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "Адкрыць файлы і заблакіраваць працэс да іх закрыцця"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "Запусціць gedit у самастойным рэжыме"
+
+#: ../gedit/gedit-app.c:158
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[ФАЙЛ...] [+РАДОК[:СЛУПОК]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "Узнікла памылка паказу даведкі."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: хібнае кадаванне."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "_Закрыць, не захоўваючы"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:45
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:912
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_Скасаваць"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "_Захаваць як…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:875
+#: ../plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Захаваць"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Змены за %ld апошнюю секунду будуць незваротна страчаны, калі вы іх не "
+"захаваеце."
+msgstr[1] ""
+"Змены за %ld апошнія секунды будуць незваротна страчаны, калі вы іх не "
+"захаваеце."
+msgstr[2] ""
+"Змены за %ld апошніх секунд будуць незваротна страчаны, калі вы іх не "
+"захаваеце."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Змены за апошнюю хвіліну будуць незваротна страчаны, калі вы іх не захаваеце."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Змены за апошнюю хвіліну і %ld секунду будуць незваротна страчаны, калі вы "
+"іх не захаваеце."
+msgstr[1] ""
+"Змены за апошнюю хвіліну і %ld секунды будуць незваротна страчаны, калі вы "
+"іх не захаваеце."
+msgstr[2] ""
+"Змены за апошнюю хвіліну і %ld секунд будуць незваротна страчаны, калі вы іх "
+"не захаваеце."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Змены за апошнюю %ld хвіліну будуць незваротна страчаны, калі вы іх не "
+"захаваеце."
+msgstr[1] ""
+"Змены за апошнія %ld хвіліны будуць незваротна страчаны, калі вы іх не "
+"захаваеце."
+msgstr[2] ""
+"Змены за апошнія %ld хвілін будуць незваротна страчаны, калі вы іх не "
+"захаваеце."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Змены за апошнюю гадзіну будуць незваротна страчаны, калі вы іх не захаваеце."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Змены за апошнюю гадзіну і %d хвіліну будуць незваротна страчаны, калі вы іх "
+"не захаваеце."
+msgstr[1] ""
+"Змены за апошнюю гадзіну і %d хвіліны будуць незваротна страчаны, калі вы іх "
+"не захаваеце."
+msgstr[2] ""
+"Змены за апошнюю гадзіну і %d хвілін будуць незваротна страчаны, калі вы іх "
+"не захаваеце."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Змены за апошнюю %d гадзіну будуць незваротна страчаны, калі вы іх не "
+"захаваеце."
+msgstr[1] ""
+"Змены за апошнія %d гадзіны будуць незваротна страчаны, калі вы іх не "
+"захаваеце."
+msgstr[2] ""
+"Змены за апошнія %d гадзін будуць незваротна страчаны, калі вы іх не "
+"захаваеце."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Змены, зробленыя ў дакуменце \"%s\", будуць незваротна страчаны."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Захаваць змены ў дакуменце \"%s\" перад яго закрыццём?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "Сістэмны адміністратар заблакіраваў магчымасць захавання."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Змены, зробленыя ў %d дакуменце, будуць незваротна страчаны."
+msgstr[1] "Зьмены, зробленыя ў %d дакументах, будуць незваротна страчаны."
+msgstr[2] "Зьмены, зробленыя ў %d дакументах, будуць незваротна страчаны."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "%d дакумент мае незахаваныя змены. Захаваць яго перад закрыццём?"
+msgstr[1] "%d дакументы маюць незахаваныя змены. Захаваць іх перад закрыццём?"
+msgstr[2] "%d дакументаў маюць незахаваныя змены. Захаваць іх перад закрыццём?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "_Дакументы з незахаванымі зменамі:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "_Вылучыце дакументы, якія трэба захаваць:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Усе змены будуць незваротна страчаны, калі вы іх не захаваеце."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Загрузка файла \"%s\"…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Загрузка %d файла…"
+msgstr[1] "Загрузка %d файлаў…"
+msgstr[2] "Загрузка %d файлаў…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Адкрыць"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:46
+#: ../plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Адкрыць"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Файл \"%s\" даступны толькі для чытання."
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Ці хочаце паспрабаваць замяніць яго тым, што захоўваеце?"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "_Замяніць"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Захаваць файл са сцісканнем?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "Захаваць файл як звычайны тэкст?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Файл \"%s\" раней быў захаваны як звычайны тэкст, а зараз будзе захаваны са "
+"сцісканнем."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "_Захаваць са сцісканнем"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Файл \"%s\" раней быў захаваны са сцісканнем, а зараз будзе захаваны як "
+"звычайны тэкст."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "Захаваць _як звычайны тэкст"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Захаванне файла \"%s\"…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Захаванне"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Адрабленне змен у дакуменце \"%s\"…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Адрабіць незахаваныя змены ў дакуменце \"%s\"?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Змены, зробленыя ў дакуменце за апошнюю %ld секунду, будуць незваротна "
+"страчаныя."
+msgstr[1] ""
+"Змены, зробленыя ў дакуменце за апошнія %ld секунды, будуць незваротна "
+"страчаныя."
+msgstr[2] ""
+"Змены, зробленыя ў дакуменце за апошнія %ld секунд, будуць незваротна "
+"страчаныя."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Змены, зробленыя ў дакуменце за апошнюю хвіліну, будуць незваротна страчаныя."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Змены, зробленыя ў дакуменце за апошнюю хвіліну і %ld секунду, будуць "
+"незваротна страчаныя."
+msgstr[1] ""
+"Змены, зробленыя ў дакуменце за апошнюю хвіліну і %ld секунды, будуць "
+"незваротна страчаныя."
+msgstr[2] ""
+"Змены, зробленыя ў дакуменце за апошнюю хвіліну і %ld секунд, будуць "
+"незваротна страчаныя."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Змены, зробленыя ў дакуменце за апошнюю %ld хвіліну, будуць незваротна "
+"страчаныя."
+msgstr[1] ""
+"Змены, зробленыя ў дакуменце за апошнія %ld хвіліны, будуць незваротна "
+"страчаныя."
+msgstr[2] ""
+"Змены, зробленыя ў дакуменце за апошнія %ld хвілін, будуць незваротна "
+"страчаныя."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Змены, зробленыя ў дакуменце за апошнюю гадзіну, будуць незваротна страчаныя."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Змены, зробленыя ў дакуменце за апошнюю гадзіну і %d хвіліну, будуць "
+"незваротна страчаныя."
+msgstr[1] ""
+"Змены, зробленыя ў дакуменце за апошнюю гадзіну і %d хвіліны, будуць "
+"незваротна страчаныя."
+msgstr[2] ""
+"Змены, зробленыя ў дакуменце за апошнюю гадзіну і %d хвілін, будуць "
+"незваротна страчаныя."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Змены, зробленыя ў дакуменце за апошнюю %d гадзіну, будуць незваротна "
+"страчаныя."
+msgstr[1] ""
+"Змены, зробленыя ў дакуменце за апошнія %d гадзіны, будуць незваротна "
+"страчаныя."
+msgstr[2] ""
+"Змены, зробленыя ў дакуменце за апошнія %d гадзін, будуць незваротна "
+"страчаныя."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "_Адрабіць"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+"gedit: маленькі і лёгкі тэкставы рэдактар для працоўнага асяроддзя GNOME"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"Віталь Хілько <dojlid@mova.org>\n"
+"Алесь Няхайчык <nab@mail.by>\n"
+"Святлана Лясовіч <xelj.gjkz@bk.ru>\n"
+"Ігар Грачышка <ihar.hrachyshka@gmail.com>\n"
+"Юрась Шумовіч <shumovichy@gmail.com>"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Знойдзена і заменена %d адпаведнасць"
+msgstr[1] "Знойдзены і заменены %d адпаведнасці"
+msgstr[2] "Знойдзены і заменены %d адпаведнасцяў"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "Знойдзена і заменена адна адпаведнасць"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "“%s” not found"
+msgstr "Шуканы тэкст (\"%s\") не знойдзены"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Дакумент без назвы %d"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Група картак %i"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167 ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Толькі чытанне"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Аўтаматычна вызначанае"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove…"
+msgstr "Дадаць ці выдаліць…"
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Дзейная лакальнасць (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Дзейная лакальнасць)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Ці вы сапраўды хочаце скінуць настройкі кадавання знакаў?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "Скінуць"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Дадаць"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Выдаліць"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Перамясціць у большы прыярытэт"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Перамясціць у меньшы прыярытэт"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:45
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Усе файлы"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:46
+msgid "All Text Files"
+msgstr "Усе тэкставыя файлы"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:317
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "_Кадаванне знакаў:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:350
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Знак канца радка:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:115
+#: ../plugins/externaltools/tools/manager.py:324
+#: ../plugins/externaltools/tools/manager.py:440
+#: ../plugins/externaltools/tools/manager.py:774
+msgid "Plain Text"
+msgstr "Звычайны тэкст"
+
+#: ../gedit/gedit-io-error-info-bar.c:142
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Паўтарыць спробу"
+
+#: ../gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Не ўдалося адшукаць файл \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:164
+#: ../gedit/gedit-io-error-info-bar.c:204
+#: ../gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Праверце правільнасць напісання адрасу і паўтарыце спробу."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Немагчыма апрацаваць адрасы \"%s:\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr "Немагчыма апрацаваць гэты адрас."
+
+#: ../gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr "Не ўдалося атрымаць доступ да адрасу файла."
+
+#: ../gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "\"%s\" з'яўляецца каталогам."
+
+#: ../gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "\"%s\" не з'яўляецца сапраўдным адрасам."
+
+#. Translators: %s is a host name
+#: ../gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Не ўдалося адшукаць хост \"%s\". Праверце настройкі проксі-сервера і "
+"паўтарыце спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:260
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Хібная назва хоста. Праверце правільнасць напісання адрасу і паўтарыце "
+"спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "\"%s\" не з'яўляецца звычайным файлам."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "Тэрмін чакання злучэння вычарпаны. Паўтарыце спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Нечаканая памылка: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Не ўдалося адшукаць патрэбны файл. Мабыць, яго нядаўна выдалілі."
+
+#: ../gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Не ўдалося адрабіць змесціва файла \"%s\" назад."
+
+#: ../gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "_Кадаванне знакаў:"
+
+#: ../gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Месцапалажэнне \"%s\" недасяжна."
+
+#: ../gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr "Сістэма па-за сеткай. Праверце спалучэнне з сеткай."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "_Усё роўна рэдагаваць"
+
+#: ../gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Колькасць пераходаў па спасылках абмежавана, і яна была дасягнута, хоць файл "
+"так і не быў знойдзены."
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Вам не хапае дазволу на адкрыццё гэтага файла."
+
+#: ../gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr "Не ўдалося апазнаць кадаванне знакаў."
+
+#: ../gedit/gedit-io-error-info-bar.c:598
+#: ../gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Праверце, ці вы не спрабуеце адкрыць двайковы файл."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr "Выберыце кадаванне знакаў з меню і паўтарыце спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Узнікла праблема пры адкрыцці файла \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Адкрыты вамі файл мае нейкія хібныя знакі. Далейшае рэдагаванне гэтага файла "
+"можа пашкодзіць дакумент."
+
+#: ../gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr "Вы можаце выбраць іншае кадаванне знакаў і паўтарыць спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Не ўдалося адкрыць файл \"%s\" з выкарыстаннем кадавання \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#: ../gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Выберыце іншае кадаванне ў меню і паўтарыць спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Не ўдалося адкрыць файл \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Не ўдалося захаваць файл \"%s\" з выкарыстаннем кадавання \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:696
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Дакумент змяшчае адзін ці больш знакаў, якія немагчыма закадаваць з "
+"выкарыстаннем вызначанага кадавання."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:769
+msgid "D_on’t Edit"
+msgstr "_Не рэдагаваць"
+
+#: ../gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Файл \"%s\" ужо адкрыты ў іншым акне."
+
+#: ../gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr "Усё роўна рэдагаваць?"
+
+#: ../gedit/gedit-io-error-info-bar.c:849
+#: ../gedit/gedit-io-error-info-bar.c:939
+#: ../gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "Усё роўна _захаваць"
+
+#: ../gedit/gedit-io-error-info-bar.c:852
+#: ../gedit/gedit-io-error-info-bar.c:942
+#: ../gedit/gedit-io-error-info-bar.c:1232
+msgid "D_on’t Save"
+msgstr "_Не захоўваць"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Файл \"%s\" быў зменены пасля яго прачытання."
+
+#: ../gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Калі вы захаваеце яго, усе вонкавыя змены могуць быць страчаны. Усё роўна "
+"захаваць?"
+
+#: ../gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Не ўдалося стварыць запасную копію файла пры захаванні \"%s\""
+
+#: ../gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Не ўдалося стварыць часовую запасную копію файла пры захаванні \"%s\""
+
+#: ../gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Не ўдалося стварыць запасную копію са старым змесцівам файла перад яго "
+"абнаўленнем. Вы можаце праігнараваць гэта паведамленне і ўсё роўна захаваць "
+"файл, але калі падчас захавання адбудзецца памылка, вы можаце страціць "
+"старую копію файла. Усё роўна захаваць?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Немагчыма працаваць з адрасамі \"%s:\" у рэжыме запісу. Праверце "
+"правільнасць напісання адрасу і паўтарыце спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Немагчыма апрацаваць гэты адрас у рэжыме запісу. Праверце правільнасць "
+"напісання адрасу і паўтарыце спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" не з'яўляецца сапраўдным адрасам. Праверце правільнасць напісання "
+"адрасу і паўтарыце спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Вы не маеце патрэбных дазволаў для захавання файла. Праверце правільнасць "
+"напісання адрасу і паўтарыце спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:1073
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Не хапае вольнай дыскавай прасторы для захавання файла. Вызваліце крыху "
+"дыскавай прасторы і паўтарыце спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Вы спрабуеце захаваць файл на дыску, даступным толькі для чытання. Праверце "
+"правільнасць напісання адрасу і паўтарыце спробу."
+
+#: ../gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Файл з такой назвай ужо існуе. Падайце іншую назву."
+
+#: ../gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Дыск, на якім вы спрабуеце захаваць файл, мае абмежаванне на даўжыню назваў "
+"файлаў. Падайце карацейшую назву."
+
+#: ../gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Дыск, на якім вы спрабуеце захаваць файл, мае абмежаванне на памер файлаў. "
+"Паспрабуйце захаваць файл меншага памеру або на іншым дыску, які б не меў "
+"такога абмежавання."
+
+#: ../gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Не ўдалося захаваць файл \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Файл \"%s\" змяніўся на дыску."
+
+#: ../gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr "Ануляваць змены і пера_чытаць"
+
+#: ../gedit/gedit-io-error-info-bar.c:1178
+#: ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "Пера_чытаць"
+
+#: ../gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Падчас захавання \"%s\" выяўлены хібныя знакі"
+
+#: ../gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Калі вы працягніце захаванне файла, вы можаце пашкодзіць дакумент. Усё роўна "
+"захаваць?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Пстрыкніце ў гэту кнопку, каб выбраць шрыфт для рэдактара"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Ужыць сістэмны роўнашырокі шрыфт (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"Не ўдалося стварыць каталог \"%s\": няўдалы запуск g_mkdir_with_parents(): %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "Не ўдалося ўсталяваць выбраную схему колераў."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Даданне схемы"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "_Дадаць схему"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Файлы схем колераў"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Не ўдалося выдаліць схему колераў \"%s\"."
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Падрыхтоўка…"
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Файл: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Старонка %N з %Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Апрацоўка старонкі %d з %d…"
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "Старонка %d з %d"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Нічога"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "Знайсці і замяніць"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "ЗАМ"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "УСТ"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "%d картка мае памылкі"
+msgstr[1] "%d карткі маюць памылкі"
+msgstr[2] "%d картак маюць памылкі"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Адрабленне змен (%s з %s)"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "Адрабленне змен (%s)"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Загрузка %s з %s"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "Загрузка %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Захаванне %s у %s"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "Захаванне %s"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "Памылка адкрыцця файла %s"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Памылка адраблення змен (\"%s\")"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "Памылка захавання файла %s"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Назва:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "MIME-тып:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Кадаванне:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "Праверце правільнасць усталявання."
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Не ўдалося адкрыць файл інтэрфейсу карыстальніка \"%s\". Памылка: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+msgid "Unable to find the object “%s” inside file %s."
+msgstr "Не ўдалося адшукаць аб'ект \"%s\" у файле %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ на %s"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "Па_казваць нумарацыю радкоў"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d з %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "Пра_цягваць пошук з пачатку ці канца"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "Шукаць адпаведнікі да р_эгулярнага выразу"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "Шукаць _толькі поўныя словы-адпаведнікі"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "_Улічваць рэгістр літар"
+
+#: ../gedit/gedit-view-frame.c:1026
+msgid "String you want to search for"
+msgstr "Шуканы тэкст"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "Line you want to move the cursor to"
+msgstr "Радок, у які трэба перамясціць курсор"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "Парная дужка па-за дыяпазонам"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "Парная дужка не знойдзена"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Парная дужка знойдзена ў радку: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " рад. %d, слуп. %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Шырыня табуляцыі: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "Некаторыя дакументы маюць незахаваныя змены"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "Змяніць старонку для бакавой паліцы"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Дакументы"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "Пасунуць у_лева"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "_Пасунуць управа"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "Перамясціць у новае _акно"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "Перамясціць у _новую групу картак"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "За_крыць"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "Аўтаматычныя водступы"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Ужыць прабелы"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "Паказваць нумарацыю радкоў"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "Паказ правага берага"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "Падсвечваць бягучы радок"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "Перанос радкоў"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "_Файл"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "_Новы"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "Адкрыць нядаўні"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "Адкрыць закрытую картку"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "_Захаваць як…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20
+#: ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "_Новае акно"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "_Надрукаваць…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "_Выйсці"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "_Рэдагаваць"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "_Вярнуць"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "_Паўтарыць"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "Вы_разаць"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "_Капіраваць"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "_Уставіць"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Выдаліць"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "Рэжым перазапісу"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "В_ыбраць усё"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_Настройкі"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+#: ../gedit/resources/gtk/menus.ui.h:16
+msgid "_View"
+msgstr "_Від"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "_Бакавая панэль"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "_Ніжняя панэль"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "На ўвесь _экран"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "_Рэжым падсветкі…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "_Шукаць"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "_Шукаць…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "Шукаць наступны"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "Шукаць папярэдні"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "_Знайсці і замяніць…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "_Схаваць падсветку"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "Пера_йсці ў радок…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+#: ../gedit/resources/gtk/menus.ui.h:20
+msgid "_Tools"
+msgstr "_Прылады"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "_Дакументы"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "З_ахаваць усё"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "За_крыць усё"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "_Новая група картак"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "_Папярэдняя група картак"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "_Наступная група картак"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "_Папярэдні дакумент"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "_Наступны дакумент"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "Перамясціць у новае _акно"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+#: ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "_Дапамога"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "_Аб праграме"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "Клавіятурныя скароты"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "З_ахаваць усё"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "_Знайсці і замяніць…"
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "Пера_йсці ў радок…"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "Від"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "Прылады"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "Кадаванне знакаў"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "_Прымяніць"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "_Наяўныя кадаванні"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "Выбраныя _кадаванні"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Апісанне"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Кадаванне"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Рэжым падсветкі"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Вылучыць"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode…"
+msgstr "Пошук рэжыму падсветкі…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "Няма вынікаў"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "_Іншыя дакументы…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Адкрыць іншы файл"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Настройкі"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Паказваць правы _бераг на слупку:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "Паказваць _стужку стану"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "Паказваць мапу агляду"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "Паказваць сетку"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Перанос радкоў"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "_Уключыць рэжым пераносу радкоў"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "_Не дзяліць словы на два радкі"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "Падсветка"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "Пад_свечваць бягучы радок"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "Падсвечваць _адпаведныя дужкі"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "Табуляцыя"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "_Шырыня табуляцыі:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "_Устаўляць прабелы замест знакаў табуляцыі"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "_Аўтаматычна ўстаўляць водступы"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "Захаванне файла"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "Ствараць _запасныя копіі файлаў перад захаваннем"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "_Аўтаматычна захоўваць файлы праз"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_хвілін"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "Рэдактар"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "Шрыфт"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "_Шрыфт рэдактара: "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "Выбраць шрыфт рэдактара"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "Схема колераў"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "Усталяваць схему"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "Усталяваць схему"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "Выдаліць схему"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "Выдаліць схему"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "Шрыфт і колеры"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "Плугіны"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Падсветка сінтаксісу"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "_Друкаваць падсветку сінтаксісу"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Нумарацыя радкоў"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Друкаваць _нумарацыю радкоў"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_Нумараваць праз"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "радкоў"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Верхні калантытул старонкі"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Друкаваць _верхнія калантытулы старонак"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Шрыфты"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Асноўны тэкст:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "_Нумарацыя радкоў:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "_Верхнія і ніжнія калантытулы:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "_Аднавіць прадвызначаныя шрыфты"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Паказаць папярэдні аркуш"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "Паказаць наступны аркуш"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "Бягучы аркуш (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "з"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "Агулам аркушоў"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "Агульная колькасць аркушоў у дакуменце"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "Паказваць некалькі аркушоў"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Маштаб 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "Дапасаваць да аркуша"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "Наблізіць аркуш"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "Аддаліць аркуш"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "Закрыць папярэдні агляд друку"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "_Закрыць папярэдні агляд"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "Папярэдні агляд аркушоў"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "Папярэдні агляд аркуша дакумента для друку"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "За_мяніць усё"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Шукаць"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "_Шукаць "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "Замяніць _на "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "У_лічваць рэгістр літар"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "Шукаць _толькі поўныя словы-адпаведнікі"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "Р_эгулярны выраз"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "Шукаць у _адваротным кірунку"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "Пра_цягваць пошук з пачатку ці канца"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Дакументы"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Стварыць новы дакумент у картке"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Адкрыць дакумент"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Захаваць дакумент"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Захаваць пад новай назвай"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Захаваць усе дакументы"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Закрыць дакумент"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Закрыць усе дакументы"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Пераадкрыць апошні закрыты дакумент"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Паказаць наступны дакумент"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Паказаць папярэдні дакумент"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Паказаць першы - дзевяты дакумент"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Вокны і панэлі"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Стварыць новы дакумент у акне"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Стварыць новую групу картак"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Паказаць бакавую панэль"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Паказаць ніжнюю панэль"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "На ўвесь экран"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Выйсці з праграмы"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Пошук і замена"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Шукаць"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Шукаць наступнае супадзенне"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Шукаць папярэдняе супадзенне"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Схаваць падсветку"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Перайсці ў радок"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Капіраванне і ўстаўка"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Капіраваць выбраны тэкст у буфер абмену"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Выразаць выбраны тэкст у буфер абмену"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Уставіць тэкст з буфера абмену"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Адмена і паўтор"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Адмяніць папярэднюю каманду"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Паўтарыць папярэднюю каманду"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Вылучэнне"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Вылучыць увесь тэкст"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Рэдагаванне"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Пераключыць паміж устаўкай і заменай"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Выдаліць бягучы радок"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Аб'яднаць вылучаныя радкі"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Перамясціць бягучы радок уверх"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Перамясціць бягучы радок уніз"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Перамясціць бягучае слова налева"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Перамясціць бягучае слова направа"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Пераўтварыць у верхні рэгістр"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Пераўтварыць у ніжні рэгістр"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Інвертаваць рэгістр"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Павялічыць лік у размяшчэнні курсора"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Зменшыць лік у размяшчэнні курсора"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Прылады"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Праверка арфаграфіі"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Друкаваць дакумент"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Паказаць акно завяршэнняў"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Закрыць дакумент"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Адкрыць файл"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Адкрыць"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Стварыць новы дакумент"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Новы"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Захаваць бягучы файл"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Захаваць"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Схаваць панэль"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "Адкрыць файл"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Выйсці з поўнаэкраннага рэжыму"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Шукаць абноўкі"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Праверыць навізну версіі gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Узнікла памылка паказу URI-адрасу."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Сцягнуць"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Ігнараваць версію"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Ёсць у наяўнасці новая версія gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Вы можаце сцягнуць новую версію gedit, пстрыкнуўшы ў адпаведную кнопку, або "
+"праігнараваць яе і пачакаць наступнай"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "Ігнараваная версія"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Ігнараваная да з'яўлення новай версія праграмы."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Статыстыка дакумента"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Справаздача аб колькасці слоў, радкоў і знакаў у дакуменце."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "_Статыстыка дакумента"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Дакумент"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Вылучэнне"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Радкоў"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Слоў"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Знакаў (з прабеламі)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Знакаў (без прабелаў)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Байтаў"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Пабудова"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run “make” in the document directory"
+msgstr "Запуск \"make\" у каталозе дакумента"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Адкрыць тэрмінал тут"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Адкрыццё тэрмінала ў каталозе дакумента"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Выдаленне канцавых прабелаў"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Выдаленне лішніх канцавых прабелаў у файле"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Запуск загаду"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Запуск уласных загадаў і змяшчэнне іх вываду ў новых дакументах"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Высыланне праз fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "Дазваляе ўставіць вылучаны тэкст або бягучы дакумент у fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Вонкавыя прылады"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Запуск вонкавых загадаў і сцэнарыяў загаднай абалонкі."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "Ці трэба выкарыстоўваць сістэмны шрыфт"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Калі ўключана, вонкавыя прылады будуць выкарыстоўваць звычайны глабальны "
+"шрыфт, калі ён роўнашырокі (або найбольш падобны на яго)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Назва шрыфту Pango. Напрыклад: \"Sans 12\" ці \"Monospace Bold 14\"."
+
+#: ../plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Кіраванне _вонкавымі прыладамі…"
+
+#: ../plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Вонкавыя прылады"
+
+#: ../plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Не ўдалося запусціць загад: %s"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr ""
+"Каб запусціць гэты загад, трэба спачатку размясціць курсор унутры слова"
+
+#: ../plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Прымяненне прылады:"
+
+#: ../plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Зроблена."
+
+#: ../plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Выхад"
+
+#: ../plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Усе мовы"
+
+#: ../plugins/externaltools/tools/manager.py:429
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:772
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "Усе мовы"
+
+#: ../plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Новая прылада"
+
+#: ../plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Гэтая хуткая клавіша ўжо звязана з %s"
+
+#: ../plugins/externaltools/tools/manager.py:727
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Увядзіце новую хуткую клавішу або націсніце Backspace, каб скасаваць наяўную"
+
+#: ../plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator"
+msgstr "Увядзіце новую хуткую клавішу"
+
+#: ../plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Спынена."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Спыніць прыладу"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Заўсёды даступна"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Усе дакументы"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Усе дакументы, акрамя тых, што не маюць назвы"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Толькі мясцовыя файлы"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Толькі аддаленыя файлы"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Толькі дакументы без назваў"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Цяперашні дакумент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Цяперашняе вылучэнне"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Цяперашняе вылучэнне (прадвызначана: для ўсяго дакумента)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Цяперашні радок"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Цяперашняе слова"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "Паказваць у ніжнім абшары"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Стварыць новы дакумент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Дадаць у канец цяперашняга дакумента"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Замяніць цяперашні дакумент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Замяніць цяперашняе вылучэнне"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "Уставіць у размяшчэнні курсора"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "Кіраванне вонкавымі прыладамі"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Дадаць новую прыладу"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Дадаць прыладу"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Выдаліць вылучаную прыладу"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Выдаліць прыладу"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Адрабіць змены ў прыладзе"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Адрабіць змены ў прыладзе"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "_Клавіятурны скарот:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_Захаваць:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "_Увод:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "_Вывад:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "_Дастасоўнасць:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Вывад прылады"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Панэль агляду файлаў"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Лёгкі доступ да файлаў з бакавой панэлі"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Дадому"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Файлавая сістэма"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Агляд файлаў"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "Узнікла памылка пры стварэнні новага каталога"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "Узнікла памылка пры стварэнні новага файла"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "Узнікла памылка пры пераназыванні файла ці каталога"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "Узнікла памылка пры выдаленні файла ці каталога"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Узнікла памылка пры адкрыцці каталога ў кіраўніку файлаў"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "Узнікла памылка пры ўсталяванні каранёвага каталога"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "Узнікла памылка пры загрузцы каталога"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "Узнікла памылка"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Не ўдалося выкінуць файл у сметніцу.\n"
+"Ці вы хочаце незваротна яго выдаліць?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Не ўдалося выкінуць файл \"%s\" у сметніцу."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "Не ўдалося выкінуць вылучаныя файлы ў сметніцу."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Вы сапраўды хочаце незваротна выдаліць \"%s\"?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Вы сапраўды хочаце незваротна выдаліць вылучаныя файлы?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "Калі вы выдаліце аб'ект, ён будзе незваротна страчаны."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(Пуста)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Пераназваны файл адфільтраваны. Каб убачыць яго, трэба падстроіць фільтр"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "Файл без назвы"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "Новы файл адфільтраваны. Каб убачыць яго, трэба падстроіць фільтр"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "Папка без назвы"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr "Новы каталог адфільтраваны. Каб убачыць яго, трэба падстроіць фільтр"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "Закладкі"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Не выяўлены аб'ект мацавання для прымацаванага дыскавага тома: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Не ўдалося адкрыць носьбіт: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Не ўдалося прымацаваць дыскавы том: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Памылка падчас загрузкі \"%s\": каталог не існуе"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "Адкрыццё ў рэжыме іерархіі"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Пры загрузцы плугіна агляду файлаў адкрываць панэль у рэжыме іерархіі, а не "
+"закладак"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Каранёвы каталог пры аглядзе файлаў"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Каранёвы каталог пры аглядзе файлаў, які выкарыстоўваецца пры загрузцы "
+"плугіна і калі ўключана опцыя onload/tree_view."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Віртуальны каранёвы каталог пры аглядзе файлаў"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Віртуальны каранёвы каталог пры аглядзе файлаў, які выкарыстоўваецца пры "
+"загрузцы плугіна і калі ўключана опцыя onload/tree_view. Віртуальны каранёвы "
+"каталог заўсёды павінен быць ніжэй за сапраўдны корань."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Дазволіць аднаўленне для аддаленых месцапалажэнняў"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Ці трэба дазволіць аднаўленне файлаў для аддаленых месцапалажэнняў."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "Прызначаць месцапалажэнне першага дакумента"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Калі ўключана, плугін агляду файлаў пакажа каталог першага адкрытага "
+"дакумента, калі аглядчык файлаў яшчэ не выкарыстоўвалі. (Гэта значыць, што "
+"опцыя стасуецца толькі да сітуацый кшталту адкрыцця дакумента праз загадны "
+"радок або Наўтылус.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Рэжым фільтра пры аглядзе файлаў"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Гэта значэнне вызначае, якія файлы будуць адфільтраваныя пры аглядзе. "
+"Магчымыя значэнні: \"none\" (не фільтраваць), \"hide-hidden\" (фільтраваць "
+"схаваныя файлы) і \"hide-binary\" (фільтраваць двайковыя файлы)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Шаблон фільтра пры аглядзе файлаў"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Шаблон для фільтравання назваў пры аглядзе файлаў. Гэты фільтр працуе "
+"адносна дзейнага рэжыму фільтрацыі filter_mode."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "Шаблоны бінарных файлаў пры аглядзе файлаў"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Дадатковыя шаблоны для фільтрацыі бінарных файлаў."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "_Зрабіць адрас актыўнага дакумента каранёвай папкай"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Новая папка"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "_Новы файл"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename…"
+msgstr "Пера_назваць…"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "Вы_кінуць у сметніцу"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "_Абнавіць прагляд"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "Па_глядзець папку"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "Адкрыць у _тэрмінале"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Фільтр"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Паказваць с_хаванае"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "Паказваць д_вайковыя файлы"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "Файлы з адпаведнай назвай"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "Гісторыя"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "Адкрыць меню гісторыі"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Радкі рэжымаў"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Падтрымка рэжымаў Emacs, Kate і Vim для gedit."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "Колер тэксту загаду"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "Колер тэксту загаду"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "Колер тэксту памылкі"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "Колер тэксту памылкі"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Калі ўключана, тэрмінал будзе выкарыстоўваць звычайны глабальны шрыфт, калі "
+"ён роўнашырокі (або найбольш падобны на яго)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "_Колер загаду:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Колер _памылкі:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:60
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python-кансоль"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Інтэрактыўная Python-кансоль у ніжняй панэлі"
+
+#: ../plugins/quickhighlight/quickhighlight.plugin.desktop.in.h:1
+msgid "Quick Highlight"
+msgstr "Хуткая падсветка"
+
+#: ../plugins/quickhighlight/quickhighlight.plugin.desktop.in.h:2
+msgid "Highlights every occurrences of selected text."
+msgstr "Падсвечвае ўсе ўваходжанні вылучанага тэксту"
+
+#: ../plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Хуткае адкрыццё…"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Хуткае адкрыццё"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Хуткае адкрыццё файлаў"
+
+#: ../plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Імгненны пошук…"
+
+#: ../plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Кіраванне ў_рыўкамі…"
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:64
+#: ../plugins/snippets/snippets/document.py:153
+#: ../plugins/snippets/snippets/document.py:667
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Урыўкі"
+
+#: ../plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Не ўдалося стварыць архіў \"%s\""
+
+#: ../plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Мэтавы каталог \"%s\" не існуе"
+
+#: ../plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Мэтавы каталог \"%s\" не з'яўляецца прыдатным каталогам"
+
+#: ../plugins/snippets/snippets/importer.py:55
+#: ../plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Файл \"%s\" не існуе"
+
+#: ../plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Файл \"%s\" не з'яўляецца прыдатным файлам урыўкаў"
+
+#: ../plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Імпартаваны файл \"%s\" не з'яўляецца прыдатным файлам урыўкаў"
+
+#: ../plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Не ўдалося выняць змесціва архіва \"%s\""
+
+#: ../plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Не ўдалося імпартаваць наступныя файлы: %s"
+
+#: ../plugins/snippets/snippets/importer.py:119
+#: ../plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Файл \"%s\" не з'яўляецца прыдатным архівам урыўкаў"
+
+#: ../plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Архіў урыўкаў"
+
+#: ../plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Дадаць новы ўрывак…"
+
+#: ../plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Глабальныя"
+
+#: ../plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Адрабіць змены ў вылучаным урыўку"
+
+#: ../plugins/snippets/snippets/manager.py:417
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "Выдаліць вылучаны ўрывак"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Гэта непрыдатны актыватар табуляцыі. Актыватары могуць складацца або толькі "
+"з літар і лічбаў (а таксама _, : і .), або з аднаго нялітарна-лічбавага "
+"знака, напрыклад: {, [ і г.д."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:677
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Слова, пасля якога націск клавішы Tab актывізуе ўрывак"
+
+#: ../plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Падчас імпартавання ўзнікла наступная памылка: %s"
+
+#: ../plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Імпартаванне паспяхова закончана"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Імпартаваць урыўкі"
+
+#: ../plugins/snippets/snippets/manager.py:792
+#: ../plugins/snippets/snippets/manager.py:878
+#: ../plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Усе вядомыя архівы"
+
+#: ../plugins/snippets/snippets/manager.py:793
+#: ../plugins/snippets/snippets/manager.py:879
+#: ../plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Архіў, сціснуты з дапамогай gzip"
+
+#: ../plugins/snippets/snippets/manager.py:794
+#: ../plugins/snippets/snippets/manager.py:880
+#: ../plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Архіў, сціснуты з дапамогай bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Файл з асобным урыўкам"
+
+#: ../plugins/snippets/snippets/manager.py:796
+#: ../plugins/snippets/snippets/manager.py:882
+#: ../plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Усе файлы"
+
+#: ../plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Падчас экспартавання ўзнікла наступная памылка: %s"
+
+#: ../plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Экспартаванне паспяхова закончана"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:852
+#: ../plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Ці трэба ўлучыць выбраныя <b>сістэмныя</b> ўрыўкі ў ваша экспартаванне?"
+
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Ні адзін урывак не вылучаны для экспартавання"
+
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Экспартанне ўрыўкаў"
+
+#: ../plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Увядзіце новы клавіятурны скарот або націсніце Backspace, каб скасаваць "
+"наяўны"
+
+#: ../plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Увядзіце новы клавіятурны скарот"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Працягласць выканання загаду Python (%s) перавысіла максімальны дазволены "
+"час, выкананне перарванае."
+
+#: ../plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Не ўдалося выканаць загад Python (%s): %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Хуткая ўстаўка часта патрэбных урыўкаў тэксту"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Кіраванне ўрыўкамі"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "Стварыць новы ўрывак"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Дадаць урывак"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Выдаліць урывак"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Імпартаваць урыўкі"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "Экспартаваць вылучаныя ўрыўкі"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Экспартаваць урыўкі"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Актывізацыя"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "_Актыватар табуляцыі:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "_Клавіятурны скарот:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Клавіятурны скарот для актывізацыі ўрыўка"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "_Мэтавыя тыпы:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort…"
+msgstr "_Адсартаваць…"
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Адсартаваць"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "_Адваротны парадак"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "_Выдаліць паўторныя радкі"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "З улікам рэгістра"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "_Пачаць са слупка:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "Ад_сартаваць"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Сартаванне змесціва дакумента ці вылучанага тэксту."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Праверыць _арфаграфію…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Вызначыць _мову…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Падсвечваць памылкова _напісаныя словы"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Праверка арфаграфіі"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Праверка арфаграфіі для адкрытага дакумента."
+
+#: ../plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time…"
+msgstr "_Устаўка даты і часу…"
+
+#: ../plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "Магчымыя фарматы"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "Тып запыту"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Ці трэба пытацца ў карыстальніка аб фармаце або выкарыстоўваць вылучаны ці "
+"ўласны фармат."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "Выбраны фармат"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "Выбраны фармат для ўстаўкі даты/часу."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "Уласны фармат"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "Уласны фармат для ўстаўкі даты/часу."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Устаўка даты і часу"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "Ужыць _выбраны фармат"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "У_жыць уласны фармат"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "_Уставіць"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Настроіць плугін даты/часу"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time…"
+msgstr "Пры ўстаўцы даты/часу…"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "_Запытаць фармат"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Устаўка даты/часу"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Устаўка бягучай даты і часу ў месцы размяшчэння курсора."
+
+#~ msgid "C_haracter Encoding:"
+#~ msgstr "_Кадаванні знакаў:"
+
+#~ msgid "L_ine Ending:"
+#~ msgstr "_Знак канца радка:"
+
+#~ msgid "_Ignore"
+#~ msgstr "І_гнараваць"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Кіраванне _вонкавымі прыладамі..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Хуткае адкрыццё..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "_Кіраванне ўрыўкамі..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Вызначыць _мову..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "_Уставіць дату і час..."
+
+#~ msgid "gedit"
+#~ msgstr "gedit"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Адкрыць новае акно"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Ці трэба ствараць запасныя копіі файлаў пры захаванні. Вызначыць "
+#~ "пашырэнне для запасных файлаў можна з дапамогай опцыі \"Пашырэнне "
+#~ "запасных копій файлаў\"."
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr ""
+#~ "['UTF-8', 'CURRENT', 'WINDOWS-1251', 'ISO-8859-5', 'ISO-8859-15', "
+#~ "'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Аўтаматычна вызначаныя кадаванні"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Адсартаваны спіс кадаванняў, якія выкарыстоўваюцца для аўтаматычнага "
+#~ "апазнання кадаванняў файлаў. Значэнне \"CURRENT\" азначае прадвызначанае "
+#~ "кадаванне мясцовасці. Выкарыстоўваюцца толькі вядомыя кадаванні."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr ""
+#~ "['UTF-8', 'CURRENT', 'WINDOWS-1251', 'ISO-8859-5', 'ISO-8859-15', "
+#~ "'UTF-16']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Кадаванні для меню"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Спіс кадаванняў, якія паказваюцца ў меню \"Кадаванне знакаў\" у дыялогу "
+#~ "адкрыцця/захавання файлаў. Выкарыстоўваюцца толькі вядомыя кадаванні."
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Вызначыць памеры і размяшчэнне акна (ШЫРЫНЯxВЫШЫНЯ+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "ПАМЕРЫ"
+
+#~ msgid "About gedit"
+#~ msgstr "Аб gedit"
+
+#~ msgid "Question"
+#~ msgstr "Пытанне"
+
+#~ msgid "Unicode"
+#~ msgstr "Унікод"
+
+#~ msgid "Western"
+#~ msgstr "Заходняе"
+
+#~ msgid "Central European"
+#~ msgstr "Цэнтральнаеўрапейскае"
+
+#~ msgid "South European"
+#~ msgstr "Паўднёваеўрапейскае"
+
+#~ msgid "Baltic"
+#~ msgstr "Балтыйскае"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Кірыліца"
+
+#~ msgid "Arabic"
+#~ msgstr "Арабскае"
+
+#~ msgid "Greek"
+#~ msgstr "Грэцкае"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Іўрыт (бачны)"
+
+#~ msgid "Turkish"
+#~ msgstr "Турэцкае"
+
+#~ msgid "Nordic"
+#~ msgstr "Скандынаўскае"
+
+#~ msgid "Celtic"
+#~ msgstr "Кельцкае"
+
+#~ msgid "Romanian"
+#~ msgstr "Румынскае"
+
+#~ msgid "Armenian"
+#~ msgstr "Армянскае"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Кітайскае традыцыйнае"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Кірыліца/Рускае"
+
+#~ msgid "Japanese"
+#~ msgstr "Японскае"
+
+#~ msgid "Korean"
+#~ msgstr "Карэйскае"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Кітайскае спрошчанае"
+
+#~ msgid "Georgian"
+#~ msgstr "Грузінскае"
+
+#~ msgid "Hebrew"
+#~ msgstr "Іўрыт"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Кірыліца/Украінскае"
+
+#~ msgid "Vietnamese"
+#~ msgstr "В'етнамскае"
+
+#~ msgid "Thai"
+#~ msgstr "Тайскае"
+
+#~ msgid "Unknown"
+#~ msgstr "Невядомае"
+
+#~ msgid "_OK"
+#~ msgstr "_Добра"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "_Кадаванні, бачныя ў меню:"
+
+#~ msgid "The file is too big."
+#~ msgstr "Файл надта вялікі."
+
+#~ msgid "_Next Page"
+#~ msgstr "Да _наступнана аркуша"
+
+#~ msgid "Replace"
+#~ msgstr "Замяніць"
+
+#~ msgid "RO"
+#~ msgstr "ЧЫТ"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Унікод (UTF-8)"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "Адкрыць нядаўна выкарыстаны файл"
+
+#~ msgid "Recent files"
+#~ msgstr "Нядаўнія файлы"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Немагчыма адрабіць назад аперацыю сартавання"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(няма прапанаваных слоў)"
+
+#~ msgid "_More..."
+#~ msgstr "_Болей..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "І_гнараваць усё"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Прапановы напісання..."
+
+#~ msgid "Suggestions"
+#~ msgstr "Прапановы"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(правільнае напісанне)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Праверка арфаграфіі закончана"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Невядомая (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Прадвызначаная"
+
+#~ msgid "Set language"
+#~ msgstr "Вызначыць мову"
+
+#~ msgid "Languages"
+#~ msgstr "Мовы"
+
+#~ msgid "The document is empty."
+#~ msgstr "Дакумент пусты."
+
+#~ msgid "No misspelled words"
+#~ msgstr "Няма слоў з арфаграфічнымі памылкамі"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Вызначыце _мову для адкрытага дакумента."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Слова з арфаграфічнай памылкай:"
+
+#~ msgid "word"
+#~ msgstr "слова"
+
+#~ msgid "Change _to:"
+#~ msgstr "Замяніць _на:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Пра_верыць слова"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Прапановы:"
+
+#~ msgid "Cha_nge"
+#~ msgstr "_Змяніць"
+
+#~ msgid "Ignore _All"
+#~ msgstr "І_гнараваць усё"
+
+#~ msgid "Change A_ll"
+#~ msgstr "З_мяніць усё"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Слоўнік карыстальніка:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Дадаць _слова"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Правайдар даных Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "Пратакаліраванне доступу да дакументаў праз gedit"
diff --git a/po/be@latin.po b/po/be@latin.po
new file mode 100644
index 0000000..0c7f752
--- /dev/null
+++ b/po/be@latin.po
@@ -0,0 +1,5298 @@
+# Biełaruski pierakład gedit.
+# Copyright (C) 2007 THE gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Alaksandar Navicki <zolak@lacinka.org>, 2006. Łacinka.org
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-menus\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-02-14 04:35+0200\n"
+"PO-Revision-Date: 2009-02-14 04:45+0200\n"
+"Last-Translator: Alaksandar Navicki <zolak@lacinka.org>\n"
+"Language-Team: Belarusian Latin <i18n@mova.org>\n"
+"Language: be@latin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Belarsian Latin\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Redahuj tekstavyja fajły"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:755
+msgid "Text Editor"
+msgstr "Tekstavy redaktar"
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+"Asablivy šryft, užyvany ŭ abšary redahavańnia tekstu. Hetuju opcyju biaruć "
+"pad uvahu, tolki kali opcyja \"Užyvaj zmoŭčany šryft\" vyklučanaja."
+
+#: ../data/gedit.schemas.in.h:2 ../gedit/gedit-plugin-manager.c:804
+msgid "Active plugins"
+msgstr "Aktyŭnyja pluginy"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Aŭtamatyčna raspaznanyja kadavańni"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Aŭtamatyčna zapisvaj"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "Intervał pamiž aŭtamatyčnymi zapisami"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "Aŭtamatyčnyja vodstupy"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Backup Copy Extension"
+msgstr "Pašyreńnie zapasnoj kopii"
+
+#: ../data/gedit.schemas.in.h:8
+msgid "Body Font for Printing"
+msgstr "Šryft źmiestu dla druku"
+
+#: ../data/gedit.schemas.in.h:9
+msgid "Bottom Panel is Visible"
+msgstr "Nižniaja panel bačnaja"
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Create Backup Copies"
+msgstr "Stvaraj zapasnyja kopii"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Display Line Numbers"
+msgstr "Pakazvaj numary radkoŭ"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Display Right Margin"
+msgstr "Pakazvaj pravyja pali"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Editor Font"
+msgstr "Šryft redaktara"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Enable Search Highlighting"
+msgstr "Uklučy padśviatleńnie vynikaŭ pošuku"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Enable Syntax Highlighting"
+msgstr "Uklučy padśviatleńnie elementaŭ syntaksu"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Encodings shown in menu"
+msgstr "Kadavańni, pakazanyja ŭ menu"
+
+#: ../data/gedit.schemas.in.h:17
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"Pašyreńnie albo sufiks, užyvany pry stvareńni nazvaŭ zapasnych fajłaŭ. "
+"Hetaja opcyja biarecca pad uvahu, tolki kali ŭklučanaja opcyja \"Stvaraj "
+"zapasnyja kopii\"."
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Header Font for Printing"
+msgstr "Šryft šapki dla druku"
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Highlight Current Line"
+msgstr "Padśviatlaj dziejny radok"
+
+#: ../data/gedit.schemas.in.h:20
+msgid "Highlight Matching Bracket"
+msgstr "Padśviatlaj adpaviednyja dužki"
+
+#: ../data/gedit.schemas.in.h:21
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Pry akreśleńni vartaści jak 0, pry drukavańni dakumentu nia buduć "
+"ustaŭlenyja numary radkoŭ. U advarotnym vypadku numary radkoŭ buduć "
+"drukavacca praz takuju kolkaść radkoŭ, jakaja akreślenaja padadzienaj "
+"vartaściu."
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Insert spaces"
+msgstr "Ustaŭlaj prabieły"
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Line Number Font for Printing"
+msgstr "Šryft numaroŭ radkoŭ dla druku"
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Line Wrapping Mode"
+msgstr "Režym pieranosu radkoŭ"
+
+#: ../data/gedit.schemas.in.h:25
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+"Śpis schiemaŭ VFS, jakija padtrymvaje gedit u režymie redahavańnia. Schiema "
+"\"file\" (fajł) zmoŭčana redahavalnaja."
+
+#: ../data/gedit.schemas.in.h:26
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Śpis aktyŭnych pluginaŭ. Jon utrymlivaje \"Pałažeńnie\" aktyŭnaha plugina. "
+"Pabač fajł .gedit-plugins, kab atrymać \"Pałažeńnie\" dadzienaha plugina."
+
+#: ../data/gedit.schemas.in.h:27
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+"Śpis kadavańniaŭ, pakazanych u menu \"Kadavańnie znakaŭ\" dyjalohu vybaru j "
+"zapisu fajłu. Užyvajucca tolki raspaznanyja kadavańni."
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Max Number of Undo Actions"
+msgstr "Kolkaść mahčymych krokaŭ nazad"
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Maximum Recent Files"
+msgstr "Maksymalnaja kolkaść niadaŭna ŭžyvanych fajłaŭ"
+
+#: ../data/gedit.schemas.in.h:30
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+"Maksymalnaja kolkaść aperacyjaŭ, jakija možna budzie viarnuć albo ŭznavić. "
+"\"-1\" aznačaje nieabmiežavanuju kolkaść."
+
+#: ../data/gedit.schemas.in.h:31
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"Maksymalnaja kolkaść aperacyjaŭ, jakija možna budzie viarnuć albo ŭznavić. "
+"\"-1\" aznačaje nieabmiežavanuju kolkaść. Sastarełaja ad 2.12.0"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:34
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:37
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#: ../data/gedit.schemas.in.h:38
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Čas u chvilinach, paśla jakoha gedit aŭtamatyčna zapisvaje zmadyfikavanyja "
+"fajły. Hetaja opcyja biarecca pad uvahu, tolki kali ŭklučanaja opcyja "
+"\"Aŭtamatyčna zapisvaj\"."
+
+#: ../data/gedit.schemas.in.h:39
+msgid "Print Header"
+msgstr "Drukuj šapku"
+
+#: ../data/gedit.schemas.in.h:40
+msgid "Print Line Numbers"
+msgstr "Drukuj numary radkoŭ"
+
+#: ../data/gedit.schemas.in.h:41
+msgid "Print Syntax Highlighting"
+msgstr "Drukuj padśviatleńnie elementaŭ syntaksu"
+
+#: ../data/gedit.schemas.in.h:42
+msgid "Printing Line Wrapping Mode"
+msgstr "Režym drukavańnia dla pieranosaŭ radkoŭ"
+
+#: ../data/gedit.schemas.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr "Viarni apošniuju pazycyju kursora"
+
+#: ../data/gedit.schemas.in.h:44
+msgid "Right Margin Position"
+msgstr "Pazycyja pravych paloŭ"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:47
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:50
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Side Pane is Visible"
+msgstr "Bakavaja panel bačnaja"
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Smart Home End"
+msgstr "Razumnyja Home i End"
+
+#: ../data/gedit.schemas.in.h:53
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" represents the current locale encoding. Only recognized "
+"encodings are used."
+msgstr ""
+"Uparadkavany śpis kadavańniaŭ, užyvany prahramaj gedit pry aŭtamatyčnym "
+"vyznačeńni kadavańnia fajłu. Opcyja \"DZIEJNAJE\" aznačaje dziejnaje "
+"lakalnaje kadavańnie. Užyvajucca tolki raspaznanyja kadavańni."
+
+#: ../data/gedit.schemas.in.h:54
+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 ""
+"Akreślivaje pavodziny kursora, kali nacisnuć klavišy HOME i END. Vartaść "
+"\"DISABLED\" zaŭždy viartaje kursor na pačatak/kaniec radka, \"AFTER\" – "
+"kusor viartajecca na pačatak/kaniec radka paśla pieršaha nacisku klavišy, i "
+"na pačatak/kaniec tekstu (prabieły ihnarujucca) paśla taho, jak na klavišu "
+"nacisnuć druhi raz. Vartaść \"BEFORE\" viadzie da pieranosu kursora na "
+"pačatak/kaniec tekstu pierad pierachodam na pačatak/kaniec radka. \"ALWAYS\" "
+"– kursor pieranosicca zaŭždy na pačatak/kaniec tekstu zamiest pačatku/kanca "
+"radka."
+
+#: ../data/gedit.schemas.in.h:55
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Akreślivaje, jakim čynam pieranosić radki padčas drukavańnia. Vartaść "
+"\"GTK_WRAP_NONE\" vyklučaje pieranosy, \"GTK_WRAP_WORD\" pieranosić radki "
+"pavodle słovaŭ, a \"GTK_WRAP_CHAR\" – pavodle paasobnych znakaŭ. Pamiataj, "
+"što pry adčytvańni vartaści raspaznajucca małyja j vialikija litary, tamu "
+"pisać ich treba dakładna, jak padadziena."
+
+#: ../data/gedit.schemas.in.h:56
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Akreślivaje, jakim čynam pieranosić radki ŭ abšary redahavańnia tekstu. "
+"Vartaść \"GTK_WRAP_NONE\" adklučaje pieranosy, \"GTK_WRAP_WORD\" pieranosić "
+"radki pavodle słovaŭ, a \"GTK_WRAP_CHAR\" – pavodle paasobnych znakaŭ. "
+"Pamiataj, što pry adčytvańni vartaści raspaznajucca małyja j vialikija "
+"litary, tamu pisać ich treba dakładna, jak padadziena."
+
+#: ../data/gedit.schemas.in.h:57
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "Akreślivaje šryft, užyvany ŭ źmieście dakumentu na vydruku."
+
+#: ../data/gedit.schemas.in.h:58
+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 ""
+"Akreślivaje šryft, užyvany dla numaroŭ radkoŭ na vydruku. Hetaja opcyja "
+"biarecca pad uvahu, tolki kali opcyja \"Drukuj numary radkoŭ\" nienulavaja."
+
+#: ../data/gedit.schemas.in.h:59
+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 ""
+"Akreślivaje šryft, užyvany dla šapak staronak na vydruku. Hetaja opcyja "
+"biarecca pad uvahu, tolki kali ŭklučanaja opcyja \"Drukuj šapku\"."
+
+#: ../data/gedit.schemas.in.h:60
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Akreślivaje maksymalnuju kolkaść adčynienych niadaŭna fajłaŭ, bačnych u menu "
+"\"Niadaŭnija fajły\"."
+
+#: ../data/gedit.schemas.in.h:61
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Akreślivaje kolkaść prabiełaŭ, užyvanych zamiest znaku tabulatara."
+
+#: ../data/gedit.schemas.in.h:62
+msgid "Specifies the position of the right margin."
+msgstr "Akreślivaje pazycyju pravych paloŭ."
+
+#: ../data/gedit.schemas.in.h:63
+msgid "Status Bar is Visible"
+msgstr "Panel statusu bačnaja"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Style Scheme"
+msgstr "Schiema stylu"
+
+#: ../data/gedit.schemas.in.h:65
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"Styl knopak na paneli pryładździa. Mahčymyja vartaści: \"GEDIT_TOOLBAR_SYSTEM"
+"\", jakaja viadzie da ŭčyćcia zmoŭčanaha systemnaha stylu, "
+"\"GEDIT_TOOLBAR_ICONS\", dziakujučy jakoj bačnyja tolki ikony, "
+"\"GEDIT_TOOLBAR_ICONS_AND_TEXT\", jakaja aznačaje bačnyja ikony razam z "
+"tekstam, dy \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\", pry vykarystańni jakoj pobač "
+"z ikonami pajaŭlajucca pryjarytetnyja apisańni. Pamiataj, što pry adčytańni "
+"vartaściaŭ jość roźnica pamiž małymi j vialikimi litarami, tamu treba pisać "
+"ich dakładna ŭ padadzienym vyhladzie."
+
+#: ../data/gedit.schemas.in.h:66
+msgid "Tab Size"
+msgstr "Pamier tabulacyi"
+
+#: ../data/gedit.schemas.in.h:67
+msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Identyfikatar schiemy stylu GtkSourceView, užyvanaha, kab rasfarboŭvać tekst."
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Toolbar Buttons Style"
+msgstr "Styl knopak na paneli pryładździa"
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Toolbar is Visible"
+msgstr "Panel pryładździa bačnaja"
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Kolkaść mahčymych krokaŭ nazad (SASTAREŁAJE)"
+
+#: ../data/gedit.schemas.in.h:71
+msgid "Use Default Font"
+msgstr "Užyvaj zmoŭčany šryft"
+
+#: ../data/gedit.schemas.in.h:72
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit aŭtamatyčna zapisvać zmadyfikavanyja "
+"fajły ŭ akreślenych intervałach času. Akeślić hety čas možna pry "
+"vykarystańni opcyi \"Intervał pamiž aŭtamatyčnymi zapisami\"."
+
+#: ../data/gedit.schemas.in.h:73
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit stvarać zapasnyja kopii pry zapisie "
+"fajłaŭ. Pašyreńnie nazvaŭ zapasnych fajłaŭ možna akreślić, karystajučysia "
+"opcyjaj \"Pašyreńnie zapasnoj kopii\"."
+
+#: ../data/gedit.schemas.in.h:74
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit pakazvać numary radkoŭ u abšary "
+"redahavańnia."
+
+#: ../data/gedit.schemas.in.h:75
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit pakazvać pravyja pali ŭ abšary "
+"redahavańnia."
+
+#: ../data/gedit.schemas.in.h:76
+msgid "Whether gedit should enable auto indentation."
+msgstr "Akreślivaje, ci pavinna prahrama gedit aŭtamatyčna stvarać vodstupy."
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit mieć uklučanuju funkcyju "
+"padśviatleńnia elementaŭ syntaksu."
+
+#: ../data/gedit.schemas.in.h:78
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit padśviatlać šukany tekst va ŭsich "
+"miescach, dzie jon znojdzieny."
+
+#: ../data/gedit.schemas.in.h:79
+msgid "Whether gedit should highlight matching bracket."
+msgstr "Akreślivaje, ci pavinna prahrama gedit padśviatlać adpaviednyja dužki."
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Whether gedit should highlight the current line."
+msgstr "Akreślivaje, ci pavinna prahrama gedit padśviatlać dziejny radok."
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit dałučać šapku dakumentu padčas "
+"drukavańnia."
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit ustaŭlac prabieły zamiest znakaŭ "
+"tabulacyi."
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit padśviatlać elementy syntaksu pry "
+"drukavańni."
+
+#: ../data/gedit.schemas.in.h:84
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Akreślivaje, ci pavinna prahrama gedit viartać apošniaje pałažeńnie kursora "
+"paśla zahruzki fajłu."
+
+#: ../data/gedit.schemas.in.h:85
+msgid ""
+"Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+"Akreślivaje, ci ŭ nižniaj častcy vakna redahavańnia tekstu pavinna być "
+"bačnaja nižniaja panel."
+
+#: ../data/gedit.schemas.in.h:86
+msgid ""
+"Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+"Akreślivaje, ci ź levaha boku vakna redahavańnia tekstu pavinna być bačnaja "
+"bakavaja panel."
+
+#: ../data/gedit.schemas.in.h:87
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Akreślivaje, ci ŭ nižniaj častcy voknaŭ redahavańnia pavinna być bačnaja "
+"panel statusu."
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+"Akreślivaje, ci ŭ voknach redahavańnia tekstu pavinna być bačnaja panel "
+"pryładździa."
+
+#: ../data/gedit.schemas.in.h:89
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Akreślivaje, ci ŭ abšary redahavańnia tekstu pavinien užyvacca zmoŭčany "
+"systemny šryft. Kali opcyja nia ŭklučanaja, užyvajecca šryft, akreśleny ŭ "
+"opcyi \"Šryft redaktara\"."
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Writable VFS schemes"
+msgstr "Redahavalnyja schiemy VFS"
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:93
+msgid "[ISO-8859-15]"
+msgstr "[ASCII,ISO-8859-1,ISO-8859-5,WINDOWS-1251,KOI8U,UTF-8,UTF-16,UTF-32]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.h:105
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[UTF-8,CURRENT,WINDOWS-1251,ISO-8859-5,UTF-16]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "Vyjdzi, _nie zapisvajučy"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "A_nuluj vyjście"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "Začyni, _nie zapisvajučy"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:211
+msgid "Question"
+msgstr "Pytańnie"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj %ld sekundy buduć "
+"niezvarotna stračanyja."
+msgstr[1] ""
+"Kali dakument nia budzie zapisany, źmieny z apošnich %ld sekundaŭ buduć "
+"niezvarotna stračanyja."
+msgstr[2] ""
+"Kali dakument nia budzie zapisany, źmieny z apošnich %ld sekundaŭ buduć "
+"niezvarotna stračanyja."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:420
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj chviliny buduć "
+"niezvarotna stračanyja."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj chviliny i %ld sekundy "
+"buduć niezvarotna stračanyja."
+msgstr[1] ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj chviliny i %ld sekundaŭ "
+"buduć niezvarotna stračanyja."
+msgstr[2] ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj chviliny i %ld sekundaŭ "
+"buduć niezvarotna stračanyja."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:436
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj %ld chviliny buduć "
+"niezvarotna stračanyja."
+msgstr[1] ""
+"Kali dakument nia budzie zapisany, źmieny z apošnich %ld chvilin buduć "
+"niezvarotna stračanyja."
+msgstr[2] ""
+"Kali dakument nia budzie zapisany, źmieny z apošnich %ld chvilin buduć "
+"niezvarotna stračanyja."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:451
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj hadziny buduć "
+"niezvarotna stračanyja."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:457
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj hadziny i %d chviliny "
+"buduć niezvarotna stračanyja."
+msgstr[1] ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj hadziny i %d chvilin "
+"buduć niezvarotna stračanyja."
+msgstr[2] ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj hadziny i %d chvilin "
+"buduć niezvarotna stračanyja."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Kali dakument nia budzie zapisany, źmieny z apošniaj %d hadziny buduć "
+"niezvarotna stračanyja."
+msgstr[1] ""
+"Kali dakument nia budzie zapisany, źmieny z apošnich %d hadzin buduć "
+"niezvarotna stračanyja."
+msgstr[2] ""
+"Kali dakument nia budzie zapisany, źmieny z apošnich %d hadzin buduć "
+"niezvarotna stračanyja."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:515
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "Źmieny ŭ dakumencie \"%s\" buduć niezvarotna stračanyja."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:520
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "Zapisać źmieny ŭ dakumencie \"%s\" pierš čym začynić jaho?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:534
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:745
+msgid "Saving has been disabled by the system administrator."
+msgstr "Mahčymaść zapisu była vyklučanaja systemnym administrataram."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:700
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Buduć niezvarotna stračanyja źmieny ŭ %d dakumencie."
+msgstr[1] "Buduć niezvarotna stračanyja źmieny ŭ %d dakumentach."
+msgstr[2] "Buduć niezvarotna stračanyja źmieny ŭ %d dakumentach."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Jość %d dakument ź niezapisanymi źmienami. Zapisać źmieny, pierš čym začynić?"
+msgstr[1] ""
+"Jość %d dakumenty ź niezapisanymi źmienami. Zapisać źmieny, pierš čym "
+"začynić?"
+msgstr[2] ""
+"Jość %d dakumentaŭ ź niezapisanymi źmienami. Zapisać źmieny, pierš čym "
+"začynić?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:724
+msgid "Docum_ents with unsaved changes:"
+msgstr "Dakum_enty ź niezapisanymi źmienami:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:726
+msgid "S_elect the documents you want to save:"
+msgstr "Abiary dakum_enty, kab zapisać:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:747
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+"Kali dakument nia budzie zapisany, usie źmieny buduć niezvarotna stračanyja."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:321
+msgid "Character Codings"
+msgstr "Kadavańni znakaŭ"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:382
+#: ../gedit/dialogs/gedit-encodings-dialog.c:443
+msgid "_Description"
+msgstr "_Apisańnie"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:391
+#: ../gedit/dialogs/gedit-encodings-dialog.c:452
+msgid "_Encoding"
+msgstr "_Kadavańnie"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr "D_astupnyja kadavańni:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character codings"
+msgstr "Kadavańni znakaŭ"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Ka_davańni, pakazanyja ŭ menu:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:138
+#: ../gedit/dialogs/gedit-open-location-dialog.ui.h:3
+msgid "Open Location"
+msgstr "Adčyni adras"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.ui.h:1
+msgid "Ch_aracter coding:"
+msgstr "_Kadavańnie znakaŭ:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.ui.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "Uviadzi _adras (URI) fajłu, jaki ty chočaš adčynić:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:571
+msgid "Push this button to select the font to be used by the editor"
+msgstr "Naciśni hetuju knopku, kab abrać šryft redaktara"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:581
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Užyj systemny šryft stałaj šyryni (%s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:784
+msgid "The selected color scheme cannot be installed."
+msgstr "Abranuju schiemu koleraŭ niemahčyma zainstalavać."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:809
+msgid "Add Scheme"
+msgstr "Dadaj schiemu"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:816
+msgid "A_dd Scheme"
+msgstr "_Dadaj schiemu"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:824
+msgid "Color Scheme Files"
+msgstr "Fajły schiemaŭ koleraŭ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:831
+#: ../gedit/gedit-file-chooser-dialog.c:51
+msgid "All Files"
+msgstr "Usie fajły"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:876
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Niemahčyma vydalić schiemu koleraŭ \"%s\"."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1086
+msgid "gedit Preferences"
+msgstr "Nałady gedit"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1 ../plugins/time/time.ui.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Aŭtamatyčnyja vodstupy</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>Padbor adpaviednych dužak</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>Dziejny radok</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "<b>File Saving</b>"
+msgstr "<b>Zapis fajłu</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "<b>Font</b>"
+msgstr "<b>Šryft</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Numary radkoŭ</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+msgid "<b>Right Margin</b>"
+msgstr "<b>Pravyja pali</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "<b>Tab Stops</b>"
+msgstr "<b>Prypynki tabulatara</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Pieranos radkoŭ</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+msgid "<span weight=\"bold\">Color Scheme</span>"
+msgstr "<span weight=\"bold\">Schiema koleraŭ</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "Create a _backup copy of files before saving"
+msgstr "Stvaraj _zapasnyja kopii fajłaŭ, pierš čym zapisać ich"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Display right _margin"
+msgstr "_Pakazvaj pravyja pali"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Do not _split words over two lines"
+msgstr "Nie _padzialaj słovy pamiž dvuma radkami"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Editor"
+msgstr "Redaktar"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Editor _font: "
+msgstr "Š_ryft redaktara: "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Enable text _wrapping"
+msgstr "Uklučy _pieranos radkoŭ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+msgid "Font & Colors"
+msgstr "Šryfty j kolery"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Highlight current _line"
+msgstr "Padśviat_laj dziejny radok"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "Highlight matching _bracket"
+msgstr "Padśviatlaj adpaviednyja _dužki"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Insert _spaces instead of tabs"
+msgstr "Ustaŭlaj prabieły zamie_st tabulataraŭ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "Abiary šryft redaktara"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Plugins"
+msgstr "Pluginy"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+msgid "Preferences"
+msgstr "Nałady"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "Vyhlad"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr "_Dadaj..."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr "_Aŭtamatyčna zapisvaj fajły kožnyja"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+#: ../gedit/gedit-view.c:1994
+msgid "_Display line numbers"
+msgstr "Pakazvaj _numary radkoŭ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr "_Aŭtamatyčna stvaraj vodstupy"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr "_Pravyja pali ad kalony:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr "_Šyrynia tabulatara:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr "ch_vilin"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:302
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2 ../gedit/gedit-window.c:1459
+msgid "Replace"
+msgstr "Zamiani"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:313 ../gedit/gedit-window.c:1457
+msgid "Find"
+msgstr "Znajdzi"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:412
+msgid "Replace _All"
+msgstr "Zamiani ŭ_sie"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:413
+#: ../gedit/gedit-commands-file.c:657
+msgid "_Replace"
+msgstr "Z_amiani"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr "Tolki cełyja _słovy"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr "Zamiani ŭsie"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "Zamiani _na: "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr "Šukaj _nazad"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr "Z ulikam rehistru"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "_Šukaj: "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "_Aŭtamatyčna viartajsia na pačatak"
+
+#: ../gedit/gedit.c:99
+msgid "Show the application's version"
+msgstr "Pakažy versiju aplikacyi"
+
+#: ../gedit/gedit.c:102
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Akreśl kadavańnie znakaŭ, kali adčyniajucca fajły, padadzienyja ŭ zahadnym "
+"radku"
+
+#: ../gedit/gedit.c:102
+msgid "ENCODING"
+msgstr "KADAVAŃNIE"
+
+#: ../gedit/gedit.c:105
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "Stvary novaje hałoŭnaje vakno ŭ ramkach dziejnaj kopii gedit"
+
+#: ../gedit/gedit.c:108
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Stvary novy dakument u ramkach dziejnaj kopii gedit"
+
+#: ../gedit/gedit.c:111
+msgid "[FILE...]"
+msgstr "[FAJŁ...]"
+
+#: ../gedit/gedit.c:143
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr "%s: niapravilnaja nazva fajłu albo URI.\n"
+
+#: ../gedit/gedit.c:155
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: niapravilnaje kadavańnie.\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:535
+msgid "- Edit text files"
+msgstr "– Redahuj tekstavyja fajły"
+
+#: ../gedit/gedit.c:548
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"Vykanaj \"%s --help\", kab ubačyć poŭny śpis mahčymych opcyjaŭ zahadnaha radka.\n"
+
+#: ../gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Zahruzka fajłu \"%s\"..."
+
+#: ../gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Zahuzka %d fajłu..."
+msgstr[1] "Zahuzka %d fajłaŭ..."
+msgstr[2] "Zahuzka %d fajłaŭ..."
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:438
+msgid "Open Files"
+msgstr "Adčyni fajły"
+
+#: ../gedit/gedit-commands-file.c:644
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Fajł \"%s\" tolki dla čytańnia."
+
+#: ../gedit/gedit-commands-file.c:649
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Ci chočaš pasprabavać zamianić jaho zapisvanym ciapier fajłam?"
+
+#: ../gedit/gedit-commands-file.c:715 ../gedit/gedit-commands-file.c:921
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Zapis fajłu \"%s\"..."
+
+#: ../gedit/gedit-commands-file.c:819
+msgid "Save As…"
+msgstr "Zapišy jak..."
+
+#: ../gedit/gedit-commands-file.c:1112
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Viartańnie dakumentu \"%s\"..."
+
+#: ../gedit/gedit-commands-file.c:1157
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Ci viarnuć niezapisanyja źmieny ŭ dakumencie \"%s\"?"
+
+#: ../gedit/gedit-commands-file.c:1166
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Źmieny, zroblenyja ciaham apošniaj %ld sekundy, buduć niezvarotna stračanyja."
+msgstr[1] ""
+"Źmieny, zroblenyja ciaham apošnich %ld sekundaŭ, buduć niezvarotna "
+"stračanyja."
+msgstr[2] ""
+"Źmieny, zroblenyja ciaham apošnich %ld sekundaŭ, buduć niezvarotna "
+"stračanyja."
+
+#: ../gedit/gedit-commands-file.c:1175
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Źmieny, zroblenyja ciaham apošniaj chviliny, buduć niezvarotna stračanyja."
+
+#: ../gedit/gedit-commands-file.c:1181
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Źmieny, zroblenyja ciaham apošniaj chviliny i %ld sekundy, buduć niezvarotna "
+"stračanyja."
+msgstr[1] ""
+"Źmieny, zroblenyja ciaham apošniaj chviliny i %ld sekundaŭ, buduć "
+"niezvarotna stračanyja."
+msgstr[2] ""
+"Źmieny, zroblenyja ciaham apošniaj chviliny i %ld sekundaŭ, buduć "
+"niezvarotna stračanyja."
+
+#: ../gedit/gedit-commands-file.c:1191
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Źmieny, zroblenyja ciaham apošniaj %ld chviliny, buduć niezvarotna "
+"stračanyja."
+msgstr[1] ""
+"Źmieny, zroblenyja ciaham apošnich %ld chvilin, buduć niezvarotna stračanyja."
+msgstr[2] ""
+"Źmieny, zroblenyja ciaham apošnich %ld chvilin, buduć niezvarotna stračanyja."
+
+#: ../gedit/gedit-commands-file.c:1206
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Źmieny, zroblenyja ciaham apošniaj hadziny, buduć niezvarotna stračanyja."
+
+#: ../gedit/gedit-commands-file.c:1212
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Źmieny, zroblenyja ciaham apošniaj hadziny i %d chviliny, buduć niezvarotna "
+"stračanyja."
+msgstr[1] ""
+"Źmieny, zroblenyja ciaham apošniaj hadziny i %d chvilin, buduć niezvarotna "
+"stračanyja."
+msgstr[2] ""
+"Źmieny, zroblenyja ciaham apošniaj hadziny i %d chvilin, buduć niezvarotna "
+"stračanyja."
+
+#: ../gedit/gedit-commands-file.c:1227
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Źmieny, zroblenyja ciaham apošniaj %d hadziny, buduć niezvarotna stračanyja."
+msgstr[1] ""
+"Źmieny, zroblenyja ciaham apošnich %d hadzin, buduć niezvarotna stračanyja."
+msgstr[2] ""
+"Źmieny, zroblenyja ciaham apošnich %d hadzin, buduć niezvarotna stračanyja."
+
+#: ../gedit/gedit-commands-file.c:1253
+msgid "_Revert"
+msgstr "_Viarni"
+
+#: ../gedit/gedit-commands-help.c:81
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+"gedit - heta nievialiki j chutki tekstavy redaktar dla asiarodździa GNOME"
+
+#: ../gedit/gedit-commands-help.c:106
+msgid "translator-credits"
+msgstr "Alaksandar Navicki <zolak@lacinka.org>"
+
+#: ../gedit/gedit-commands-search.c:165
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Znojdzienaje j zamienienaje %d zdareńnie"
+msgstr[1] "Znojdzienyja j zamienienyja %d zdareńni"
+msgstr[2] "Znojdzienyja j zamienienyja %d zdareńniaŭ"
+
+#: ../gedit/gedit-commands-search.c:175
+msgid "Found and replaced one occurrence"
+msgstr "Znojdzienaje j zamienienaje adno zdareńnie"
+
+#: ../gedit/gedit-commands-search.c:188
+msgid "Phrase not found"
+msgstr "Vyraz nia znojdzieny"
+
+#: ../gedit/gedit-document.c:889 ../gedit/gedit-document.c:902
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Niezapisany dakument %d"
+
+#: ../gedit/gedit-documents-panel.c:89 ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:2164 ../gedit/gedit-window.c:2169
+msgid "Read Only"
+msgstr "Tolki dla čytańnia"
+
+#: ../gedit/gedit-documents-panel.c:774 ../gedit/gedit-window.c:3524
+msgid "Documents"
+msgstr "Dakumenty"
+
+#: ../gedit/gedit-encodings.c:140 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unikod"
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:231 ../gedit/gedit-encodings.c:274
+msgid "Western"
+msgstr "Zachodniaje"
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:270
+msgid "Central European"
+msgstr "Centralna-eŭrapiejskaje"
+
+#: ../gedit/gedit-encodings.c:157
+msgid "South European"
+msgstr "Paŭdniova-eŭrapiejskaje"
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:284
+msgid "Baltic"
+msgstr "Bałtyjskaje"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:254 ../gedit/gedit-encodings.c:272
+msgid "Cyrillic"
+msgstr "Kirylica"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:241
+#: ../gedit/gedit-encodings.c:282
+msgid "Arabic"
+msgstr "Arabskaje"
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:276
+msgid "Greek"
+msgstr "Hreckaje"
+
+#: ../gedit/gedit-encodings.c:167
+msgid "Hebrew Visual"
+msgstr "Habrejskaje vizualnaje"
+
+#: ../gedit/gedit-encodings.c:169 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Hebrew"
+msgstr "Habrejskaje"
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Turkish"
+msgstr "Tureckaje"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "Nardyčnaje"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "Kielckaje"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Rumynskaje"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Armianskaje"
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Kitajskaje tradycyjnaje"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Kirylica/Rasiejskaje"
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:259
+msgid "Japanese"
+msgstr "Japonskaje"
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250 ../gedit/gedit-encodings.c:265
+msgid "Korean"
+msgstr "Karejskaje"
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224 ../gedit/gedit-encodings.c:228
+msgid "Chinese Simplified"
+msgstr "Kitajskaje sproščanaje"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Hruzinskaje"
+
+#: ../gedit/gedit-encodings.c:256
+msgid "Cyrillic/Ukrainian"
+msgstr "Kirylica/Ukrainskaje"
+
+#: ../gedit/gedit-encodings.c:261 ../gedit/gedit-encodings.c:267
+#: ../gedit/gedit-encodings.c:286
+msgid "Vietnamese"
+msgstr "Vijetnamskaje"
+
+#: ../gedit/gedit-encodings.c:263
+msgid "Thai"
+msgstr "Tajskaje"
+
+#: ../gedit/gedit-encodings.c:437
+msgid "Unknown"
+msgstr "Nieviadomaje"
+
+#: ../gedit/gedit-encodings-option-menu.c:220
+msgid "Auto Detected"
+msgstr "Aŭtamayčnaje raspaznavańnie"
+
+#: ../gedit/gedit-encodings-option-menu.c:240
+#: ../gedit/gedit-encodings-option-menu.c:262
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Dziejnaja lakalnaść (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:323
+msgid "Add or _Remove..."
+msgstr "Dadaj albo _vydal..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Text Files"
+msgstr "Usie tekstavyja fajły"
+
+#: ../gedit/gedit-file-chooser-dialog.c:78
+msgid "C_haracter Coding:"
+msgstr "Kadavańnie _znakaŭ:"
+
+#: ../gedit/gedit-help.c:81
+msgid "There was an error displaying help."
+msgstr "Padčas pakazu dapamohi zdaryłasia pamyłka."
+
+#: ../gedit/gedit-io-error-message-area.c:170
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Niemahčyma znajści fajł %s."
+
+#: ../gedit/gedit-io-error-message-area.c:172
+#: ../gedit/gedit-io-error-message-area.c:211
+#: ../gedit/gedit-io-error-message-area.c:218
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Pravier, ci pravilny byŭ padadzieny adras, i pasprabuj znoŭ."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:187
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit nie absłuhoŭvaje adrasy %s."
+
+#: ../gedit/gedit-io-error-message-area.c:193
+msgid "gedit cannot handle this location."
+msgstr "gedit nie absłuhoŭvaje hetaha adrasu."
+
+#: ../gedit/gedit-io-error-message-area.c:201
+msgid "The location of the file cannot be mounted."
+msgstr "Nie ŭdałosia zmantavać nośbit z fajłam."
+
+#: ../gedit/gedit-io-error-message-area.c:205
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr ""
+"Nie ŭdałosia dasiahnuć miesca, dzie zachoŭvajecca fajł, bo jano nie "
+"zmantavanaje."
+
+#: ../gedit/gedit-io-error-message-area.c:209
+#, c-format
+msgid "%s is a directory."
+msgstr "%s źjaŭlajecca kataloham."
+
+#: ../gedit/gedit-io-error-message-area.c:216
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s nie źjaŭlajecca pravilnym adrasam."
+
+#: ../gedit/gedit-io-error-message-area.c:243
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Niemahčyma znajści kamputar %s. Spraŭdź pravilnaść naładaŭ servera proxy i "
+"pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:256
+#, c-format
+msgid ""
+"Host name was invalid. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+"Nazva kamputara niapravilnaja. Pravier uviedzieny adras i pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:264
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s nie źjaŭlajecca zvyčajnym fajłam."
+
+#: ../gedit/gedit-io-error-message-area.c:269
+msgid "Connection timed out. Please try again."
+msgstr "Skončyŭsia čas spałučeńnia. Pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:292
+msgid "The file is too big."
+msgstr "Fajł zanadta vialiki."
+
+#: ../gedit/gedit-io-error-message-area.c:333
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Niečakanaja pamyłka: %s"
+
+#: ../gedit/gedit-io-error-message-area.c:369
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Kolkaść pierachodaŭ praz spasyłki abmiežavanaja, i sapraŭdny fajł z dziejnym "
+"abmiežavańniem nia byŭ znojdzieny."
+
+#: ../gedit/gedit-io-error-message-area.c:373
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Tabie nie staje adpaviednych pravoŭ, kab adčynić hety fajł."
+
+#: ../gedit/gedit-io-error-message-area.c:381
+#: ../gedit/gedit-io-error-message-area.c:602
+#, c-format
+msgid "Could not open the file %s."
+msgstr "Niemahčyma adčynić fajł %s."
+
+#: ../gedit/gedit-io-error-message-area.c:390
+#: ../gedit/gedit-io-error-message-area.c:509
+msgid "_Retry"
+msgstr "_Znoŭ"
+
+#: ../gedit/gedit-io-error-message-area.c:433
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr ""
+"Prahrama \"gedit\" nia moža znajści hety fajł. Vidać, jaho niadaŭna vydalili."
+
+#: ../gedit/gedit-io-error-message-area.c:442
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "Niemahčyma viarnuć fajł %s."
+
+#: ../gedit/gedit-io-error-message-area.c:466
+msgid "Ch_aracter Coding:"
+msgstr "_Kadavańnie znakaŭ:"
+
+#: ../gedit/gedit-io-error-message-area.c:604
+msgid "gedit has not been able to detect the character coding."
+msgstr "Prahrama gedit nie zmahła raspaznać kadavańnia znakaŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:606
+#: ../gedit/gedit-io-error-message-area.c:615
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Pravier, ci nie było sproby adčynić dvajkovy fajł."
+
+#: ../gedit/gedit-io-error-message-area.c:607
+msgid "Select a character coding from the menu and try again."
+msgstr "Abiary kadavańnie znakaŭ z menu i pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:612
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr "Niemahčyma adčynić fajł %s pry ŭžyvańni kadavańnia %s."
+
+#: ../gedit/gedit-io-error-message-area.c:616
+#: ../gedit/gedit-io-error-message-area.c:668
+msgid "Select a different character coding from the menu and try again."
+msgstr "Abiary inšaje kadavańnie znakaŭ z menu i pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:663
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr "Niemahčyma zapisać fajł %s pry ŭžyvańni kadavańnia znakaŭ %s."
+
+#: ../gedit/gedit-io-error-message-area.c:666
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+msgstr ""
+"Dakument utrymlivaje adzin albo bolej znakaŭ, jakija nia mohuć być "
+"zapisanyja ŭ abranym kadavańni."
+
+#: ../gedit/gedit-io-error-message-area.c:729
+msgid "_Edit Anyway"
+msgstr "_Usio roŭna redahuj"
+
+#: ../gedit/gedit-io-error-message-area.c:732
+msgid "_Don't Edit"
+msgstr "_Nie redahuj"
+
+#: ../gedit/gedit-io-error-message-area.c:747
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "Fajł (%s) užo adčynieny ŭ inšym aknie prahramy gedit."
+
+#: ../gedit/gedit-io-error-message-area.c:762
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"Prahrama gedit adčyniła hety fajł tolki dla čytańnia. Usio roŭna chočaš "
+"redahavać jaho?"
+
+#: ../gedit/gedit-io-error-message-area.c:820
+#: ../gedit/gedit-io-error-message-area.c:915
+msgid "S_ave Anyway"
+msgstr "_Usio roŭna zapišy"
+
+#: ../gedit/gedit-io-error-message-area.c:824
+#: ../gedit/gedit-io-error-message-area.c:919
+msgid "D_on't Save"
+msgstr "_Nie zapisvaj"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:842
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "Fajł %s byŭ źmienieny ad apošniaha adčytvańnia."
+
+#: ../gedit/gedit-io-error-message-area.c:858
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Kali fajł budzie zapisany, usie zroblenyja zvonku źmieny mohuć być "
+"stračanyja. Usio roŭna zapisać fajł?"
+
+#: ../gedit/gedit-io-error-message-area.c:937
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "Padčas zapisvańnia fajłu %s niemahčyma było stvaryć zapasnuju kopiju"
+
+#: ../gedit/gedit-io-error-message-area.c:940
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr ""
+"Padčas zapisvańnia fajłu %s niemahčyma było stvaryć časovuju zapasnuju kopiju"
+
+#: ../gedit/gedit-io-error-message-area.c:957
+msgid ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Prahrama gedit nie była ŭ stanie stvaryć zapasnuju kopiju fajłu pierad "
+"zapisam novaj versii. Možna praihnaravać hetuju aściarohu i praciahvać "
+"zapisvać fajł, ale kali padčas zapisvańnia adbudziecca pamyłka, mahčyma, što "
+"staraja versija fajłu budzie stračanaja. Ci praciahvać zapisvać, nie "
+"zvažajučy na heta?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1018
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"Prahrama gedit nie absłuhoŭvaje adrasoŭ %s dla zapisu. Pravier, ci "
+"ŭviedzieny pravilny adras, i pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:1026
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"Prahrama gedit nie absłuhoŭvaje hety adras dla zapisu. Pravier, ci "
+"ŭviedzieny pravilny adras, i pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:1035
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s nie źjaŭlajecca pravilnym adrasam. Pravier, ci ŭviedzieny pravilny adras, "
+"i pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:1041
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"U ciabie niama pravoŭ, kab zapisać fajł. Pravier, ci ŭviedzieny pravilny "
+"adras, i pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:1047
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Niama miesca na dysku, kab zapisać fajł. Vyzval trochi miesca i pasprabuj "
+"znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:1052
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Dysk pryznačeńnia dazvalaje tolki čytać. Pravier, ci ŭviedzieny pravilny "
+"adras, i pasprabuj znoŭ."
+
+#: ../gedit/gedit-io-error-message-area.c:1058
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Fajł z takoj samaj nazvaj užo isnuje. Abiary inšuju nazvu."
+
+#: ../gedit/gedit-io-error-message-area.c:1063
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Dysk, na jakim zapisvajucca źviestki, abmiažoŭvaje daŭžyniu nazvaŭ fajłaŭ. "
+"Abiary karaciejšuju nazvu fajłu."
+
+#: ../gedit/gedit-io-error-message-area.c:1070
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"Dysk, na jakim zapisvajucca źviestki, abmiažoŭvaje pamier fajłaŭ. Pasprabuj "
+"zapisvać mienšyja fajły albo zapisvać ich na dysku, jaki takich "
+"abmiežavańniaŭ nia maje."
+
+#: ../gedit/gedit-io-error-message-area.c:1085
+#, c-format
+msgid "Could not save the file %s."
+msgstr "Niemahčyma zapisać fajł %s."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1127
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "Dyskavaja kopija fajłu \"%s\" była źmienienaja."
+
+#: ../gedit/gedit-io-error-message-area.c:1132
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "Chočaš anulavać źmieny j zahruzić fajł znoŭ?"
+
+#: ../gedit/gedit-io-error-message-area.c:1134
+msgid "Do you want to reload the file?"
+msgstr "Chočaš pierazahruzić hety fajł?"
+
+#: ../gedit/gedit-io-error-message-area.c:1144
+msgid "_Reload"
+msgstr "_Pierazahruzi"
+
+#. bad bad luck...
+#: ../gedit/gedit-local-document-saver.c:360
+msgid "Could not obtain backup filename"
+msgstr "Niemahčyma atrymać nazvy fajłu dla zapasnoj kopii"
+
+#: ../gedit/gedit-notebook.c:854
+msgid "Close document"
+msgstr "Začyni dakument"
+
+#: ../gedit/gedit-panel.c:364 ../gedit/gedit-panel.c:572
+msgid "Empty"
+msgstr "Pusty"
+
+#: ../gedit/gedit-panel.c:517 ../gedit/gedit-panel.c:591
+msgid "Hide panel"
+msgstr "Schavaj panel"
+
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr "Plugin"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr "Uklučany"
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "_Ab"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr "K_anfihuruj"
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr "U_klučy"
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr "Ukl_učy ŭsio"
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr "V_ykluč usio"
+
+#: ../gedit/gedit-plugin-manager.c:833
+msgid "_About Plugin"
+msgstr "_Ab pluginie"
+
+#: ../gedit/gedit-plugin-manager.c:837
+msgid "C_onfigure Plugin"
+msgstr "K_anfihuruj plugin"
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr "Niemahčyma inicyjalizavać kiraŭnika naładaŭ."
+
+#: ../gedit/gedit-prefs-manager.c:1148
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Čakali \"%s\", atrymali \"%s\" dla kluča %s"
+
+#: ../gedit/gedit-print-job.c:541
+#, c-format
+msgid "File: %s"
+msgstr "Fajł: %s"
+
+#: ../gedit/gedit-print-job.c:550
+msgid "Page %N of %Q"
+msgstr "Staronka %N z %Q"
+
+#: ../gedit/gedit-print-job.c:805
+msgid "Preparing..."
+msgstr "Padrychtoŭka..."
+
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "<b>Fonts</b>"
+msgstr "<b>Šryfty</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "<b>Page header</b>"
+msgstr "<b>Šapka staronki</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "<b>Syntax Highlighting</b>"
+msgstr "<b>Padśviatleńnie syntaksu</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "He_aders and footers:"
+msgstr "Š_apki j padvały:"
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print line nu_mbers"
+msgstr "Drukuj _numary radkoŭ"
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Print page _headers"
+msgstr "Drukuj ša_pki staronak"
+
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Print synta_x highlighting"
+msgstr "Drukuj padśviatleńnie _elementaŭ syntaksu"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr "_Źmiest:"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr "Numary _radkoŭ:"
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "_Number every"
+msgstr "_Numaruj kožnyja"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Restore Default Fonts"
+msgstr "_Viarni zmoŭčanyja šryfty"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "lines"
+msgstr "radkoŭ"
+
+#: ../gedit/gedit-print-preview.c:561
+msgid "Show the previous page"
+msgstr "Pakažy papiaredniuju staronku"
+
+#: ../gedit/gedit-print-preview.c:573
+msgid "Show the next page"
+msgstr "Pakažy nastupnuju staronku"
+
+#: ../gedit/gedit-print-preview.c:589
+msgid "Current page (Alt+P)"
+msgstr "Dziejnaja staronka (Alt+P)"
+
+#: ../gedit/gedit-print-preview.c:611
+msgid "of"
+msgstr "z"
+
+#: ../gedit/gedit-print-preview.c:619
+msgid "Page total"
+msgstr "Usiaho staronak"
+
+#: ../gedit/gedit-print-preview.c:620
+msgid "The total number of pages in the document"
+msgstr "Poŭnaja kolkaść staronak u hetym dakumencie"
+
+#: ../gedit/gedit-print-preview.c:637
+msgid "Show multiple pages"
+msgstr "Pakažy niekalki staronak"
+
+#: ../gedit/gedit-print-preview.c:650
+msgid "Zoom 1:1"
+msgstr "Maštabuj 1:1"
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Zoom to fit the whole page"
+msgstr "Dastasuj pavieličeńnie staronki da pamieraŭ vakna"
+
+#: ../gedit/gedit-print-preview.c:668
+msgid "Zoom the page in"
+msgstr "Pavialič staronku"
+
+#: ../gedit/gedit-print-preview.c:677
+msgid "Zoom the page out"
+msgstr "Pamienš staronku"
+
+#: ../gedit/gedit-print-preview.c:689
+msgid "_Close Preview"
+msgstr "_Začyni pieradahlad"
+
+#: ../gedit/gedit-print-preview.c:692
+msgid "Close print preview"
+msgstr "Začyni pieradahlad druku"
+
+#: ../gedit/gedit-print-preview.c:758
+#, c-format
+msgid "Page %d of %d"
+msgstr "Staronka %d z %d"
+
+#: ../gedit/gedit-print-preview.c:942
+msgid "Page Preview"
+msgstr "Pieradahlad staronki"
+
+#: ../gedit/gedit-print-preview.c:943
+msgid "The preview of a page in the document to be printed"
+msgstr "Pieradahlad staronki dakumentu, kab drukavać"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "NAD"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr "UST"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:330
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rad %d, Kal %d"
+
+#: ../gedit/gedit-statusbar.c:429
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "%d adčynienaja kartka ŭtrymlivaje pamyłki"
+msgstr[1] "%d adčynienyja kartki ŭtrymlivajuć pamyłki"
+msgstr[2] "%d adčynienych kartak utrymlivajuć pamyłki"
+
+#: ../gedit/gedit-style-scheme-manager.c:207
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "Niemahčyma stvaryć kataloh \"%s\": pamyłka g_mkdir_with_parents(): %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:665
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Viartańnie dakumentu %s z katalohu %s"
+
+#: ../gedit/gedit-tab.c:672
+#, c-format
+msgid "Reverting %s"
+msgstr "Viartańnie %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:688
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Zahruzka fajłu %s z katalohu %s"
+
+#: ../gedit/gedit-tab.c:695
+#, c-format
+msgid "Loading %s"
+msgstr "Zahruzka %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:778
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Zapis fajłu %s u katalohu %s"
+
+#: ../gedit/gedit-tab.c:785
+#, c-format
+msgid "Saving %s"
+msgstr "Zapis %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1682
+msgid "RO"
+msgstr "ČYT"
+
+#: ../gedit/gedit-tab.c:1729
+#, c-format
+msgid "Error opening file %s"
+msgstr "Pry adčynieńni %s zdaryłasia pamyłka."
+
+#: ../gedit/gedit-tab.c:1734
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Pry viartańni fajłu %s zdaryłasia pamyłka."
+
+#: ../gedit/gedit-tab.c:1739
+#, c-format
+msgid "Error saving file %s"
+msgstr "Padčas zapisu fajłu %s zdaryłasia pamyłka."
+
+#: ../gedit/gedit-tab.c:1760
+msgid "Unicode (UTF-8)"
+msgstr "Unikod (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1767
+msgid "Name:"
+msgstr "Nazva:"
+
+#: ../gedit/gedit-tab.c:1768
+msgid "MIME Type:"
+msgstr "Typ MIME:"
+
+#: ../gedit/gedit-tab.c:1769
+msgid "Encoding:"
+msgstr "Kadavańnie:"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "_Fajł"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "_Redahuj"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "_Vyhlad"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "_Šukaj"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "_Pryładździe"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "_Dakumenty"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "Dapamo_ha"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "Stvary novy dakument"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "_Adčyni..."
+
+#: ../gedit/gedit-ui.h:59 ../gedit/gedit-window.c:1383
+msgid "Open a file"
+msgstr "Adčyni fajł"
+
+#: ../gedit/gedit-ui.h:60
+msgid "Open _Location..."
+msgstr "Adčyni _adras..."
+
+#: ../gedit/gedit-ui.h:61
+msgid "Open a file from a specified location"
+msgstr "Adčyni fajł z padadzienaha adrasu"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:64
+msgid "Pr_eferences"
+msgstr "_Nałady"
+
+#: ../gedit/gedit-ui.h:65
+msgid "Configure the application"
+msgstr "Kanfihuruj aplikacyju"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:68
+msgid "_Contents"
+msgstr "_Źmieściva"
+
+#: ../gedit/gedit-ui.h:69
+msgid "Open the gedit manual"
+msgstr "Adčyni padručnik karystalnika gedit"
+
+#: ../gedit/gedit-ui.h:71
+msgid "About this application"
+msgstr "Ab hetaj aplikacyi"
+
+#: ../gedit/gedit-ui.h:75
+msgid "Leave fullscreen mode"
+msgstr "Pakiń poŭny ekran"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file"
+msgstr "Zapišy dziejny fajł"
+
+#: ../gedit/gedit-ui.h:84
+msgid "Save _As..."
+msgstr "Z_apišy jak..."
+
+#: ../gedit/gedit-ui.h:85
+msgid "Save the current file with a different name"
+msgstr "Zapišy dziejny fajł pad inšaj nazvaj"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Revert to a saved version of the file"
+msgstr "Viarni zapisanuju versiju fajłu"
+
+#: ../gedit/gedit-ui.h:88
+msgid "Page Set_up..."
+msgstr "_Nałady staronki..."
+
+#: ../gedit/gedit-ui.h:89
+msgid "Setup the page settings"
+msgstr "Źmiani nałady staronki"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "Pieradahlad _druku"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr "Pieradahlad druku"
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "_Drukuj..."
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr "Drukuj dziejnuju staronku"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Close the current file"
+msgstr "Začyni dziejny fajł"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Undo the last action"
+msgstr "Viarni apošniuju aperacyju"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Redo the last undone action"
+msgstr "Paŭtary viernutuju aperacyju"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Cut the selection"
+msgstr "Vytni zaznačanaje"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Copy the selection"
+msgstr "Kapijuj zaznačanaje"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Paste the clipboard"
+msgstr "Uklej źmieściva abmiennага buferа"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Delete the selected text"
+msgstr "Vydal zaznačany tekst"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Select _All"
+msgstr "Z_aznač usio"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Select the entire document"
+msgstr "Zaznač uvieś dakument"
+
+#. View menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Highlight Mode"
+msgstr "Režym _padśviatleńnia"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:117
+msgid "_Find..."
+msgstr "_Znajdzi..."
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search for text"
+msgstr "Šukaj tekst"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Ne_xt"
+msgstr "Znajdzi _nastupnaje"
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search forwards for the same text"
+msgstr "Šukaj dalej toj samy tekst"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Find Pre_vious"
+msgstr "Znajdzi _papiaredniaje"
+
+#: ../gedit/gedit-ui.h:122
+msgid "Search backwards for the same text"
+msgstr "Šukaj toj samy tekst raniej"
+
+#: ../gedit/gedit-ui.h:123
+msgid "_Replace..."
+msgstr "Z_amiani..."
+
+#: ../gedit/gedit-ui.h:124
+msgid "Search for and replace text"
+msgstr "Znajdzi j zamiani tekst"
+
+#: ../gedit/gedit-ui.h:125
+msgid "_Clear Highlight"
+msgstr "Ačyść _padśviatleńnie"
+
+#: ../gedit/gedit-ui.h:126
+msgid "Clear highlighting of search matches"
+msgstr "Ačyść padśviatleńnie znojdzienych adpaviednikaŭ"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Go to _Line..."
+msgstr "Pierajdzi da _radka..."
+
+#: ../gedit/gedit-ui.h:128
+msgid "Go to a specific line"
+msgstr "Pierajdzi da akreślenaha radka"
+
+# FIXME: nia viedaju adpaviednika, moža ŭ kaho jakija idei?
+#: ../gedit/gedit-ui.h:129
+msgid "_Incremental Search..."
+msgstr "_Inkrementalny pošuk..."
+
+#: ../gedit/gedit-ui.h:130
+msgid "Incrementally search for text"
+msgstr "Inkrementalny pošuk tekstu"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:133
+msgid "_Save All"
+msgstr "_Zapišy ŭsio"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Save all open files"
+msgstr "Zapišy ŭsie adčynienyja fajły"
+
+#: ../gedit/gedit-ui.h:135
+msgid "_Close All"
+msgstr "Z_ačyni ŭsio"
+
+#: ../gedit/gedit-ui.h:136
+msgid "Close all open files"
+msgstr "Začyni ŭsie adčynienyja fajły"
+
+#: ../gedit/gedit-ui.h:137
+msgid "_Previous Document"
+msgstr "_Papiaredni dakument"
+
+#: ../gedit/gedit-ui.h:138
+msgid "Activate previous document"
+msgstr "Pierajdzi da papiaredniaha dakumentu"
+
+#: ../gedit/gedit-ui.h:139
+msgid "_Next Document"
+msgstr "_Nastupny dakument"
+
+#: ../gedit/gedit-ui.h:140
+msgid "Activate next document"
+msgstr "Pierajdzi da nastupnaha dakumentu"
+
+#: ../gedit/gedit-ui.h:141
+msgid "_Move to New Window"
+msgstr "_Pieraniasi ŭ novaje vakno"
+
+#: ../gedit/gedit-ui.h:142
+msgid "Move the current document to a new window"
+msgstr "Pieraniasi dziejny dakument u novaje vakno"
+
+#: ../gedit/gedit-ui.h:149
+msgid "Quit the program"
+msgstr "Vyjdzi z prahramy"
+
+#: ../gedit/gedit-ui.h:154
+msgid "_Toolbar"
+msgstr "Panel _pryładździa"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Show or hide the toolbar in the current window"
+msgstr "Pakažy albo schavaj panel pryładździa ŭ dziejnym vaknie"
+
+#: ../gedit/gedit-ui.h:157
+msgid "_Statusbar"
+msgstr "Panel _statusu"
+
+#: ../gedit/gedit-ui.h:158
+msgid "Show or hide the statusbar in the current window"
+msgstr "Pakažy albo schavaj panel statusu ŭ dziejnym vaknie"
+
+#: ../gedit/gedit-ui.h:160
+msgid "Side _Pane"
+msgstr "_Bakavaja panel"
+
+#: ../gedit/gedit-ui.h:161
+msgid "Show or hide the side pane in the current window"
+msgstr "Pakažy albo schavaj bakavuju panel u dziejnym vaknie"
+
+#: ../gedit/gedit-ui.h:164
+msgid "Edit text at fullscreen"
+msgstr "Redahuj tekst, razhornuty na ŭvieś ekran"
+
+#: ../gedit/gedit-ui.h:170
+msgid "_Bottom Pane"
+msgstr "Nižniaja _panel"
+
+#: ../gedit/gedit-ui.h:171
+msgid "Show or hide the bottom pane in the current window"
+msgstr "Pakažy albo schavaj nižniuju panel u dziejnym vaknie"
+
+#: ../gedit/gedit-utils.c:964
+msgid "Please check your installation."
+msgstr "Pravier, ci pravilna ŭsio zainstalavana."
+
+#: ../gedit/gedit-utils.c:1030
+#, c-format
+msgid "Unable to open ui file %s. Error: %s"
+msgstr "Nie ŭdałosia adčynić fajł interfejsu %s. Pamyłka: %s"
+
+#: ../gedit/gedit-utils.c:1049
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "Nie ŭdałosia znajści abjekt \"%s\" u fajle %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1204
+#, c-format
+msgid "/ on %s"
+msgstr "/ na %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1248
+msgid "_Wrap Around"
+msgstr "_Pieranos"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1258
+msgid "Match _Entire Word Only"
+msgstr "Šukaj tolki cełyja _słovy"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1268
+msgid "_Match Case"
+msgstr "_Z ulikam rehistru"
+
+#: ../gedit/gedit-view.c:1372 ../gedit/gedit-view.c:1397
+msgid "String you want to search for"
+msgstr "Šukany vyraz"
+
+#: ../gedit/gedit-view.c:1380 ../gedit/gedit-view.c:1406
+msgid "Line you want to move the cursor to"
+msgstr "Numar radka, na jaki maje być pieraniesieny kursor"
+
+#: ../gedit/gedit-window.c:936
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Užyj režym padśviatleńnia %s"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:993 ../gedit/gedit-window.c:1870
+msgid "Plain Text"
+msgstr "Prosty tekst"
+
+#: ../gedit/gedit-window.c:994
+msgid "Disable syntax highlighting"
+msgstr "Vykluč padśviatleńnie elementaŭ syntaksu"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1280
+#, c-format
+msgid "Open '%s'"
+msgstr "Adčyni \"%s\""
+
+#: ../gedit/gedit-window.c:1385
+msgid "Open a recently used file"
+msgstr "Adčyni niadaŭna ŭžyvany fajł"
+
+#: ../gedit/gedit-window.c:1391
+msgid "Open"
+msgstr "Adčyni"
+
+#: ../gedit/gedit-window.c:1455
+msgid "Save"
+msgstr "Zapišy"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1595
+#, c-format
+msgid "Activate '%s'"
+msgstr "Aktyvizuj \"%s\""
+
+#: ../gedit/gedit-window.c:1848
+msgid "Use Spaces"
+msgstr "Užyj prabieły"
+
+#: ../gedit/gedit-window.c:1919
+msgid "Tab Width"
+msgstr "Šyrynia tabulatara"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Źmiani rehistar"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Źmianiaje rehistar litar dla zaznačanaha tekstu."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "Ź_miani rehistar"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "Usio _vialikimi litarami"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "Źmiani litary zaznačanaha tekstu na vialikija"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "Usio _małymi litarami"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "Źmiani litary zaznačanaha tekstu na małyja"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "_Pieraklučy vieličyniu litar"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "Źmiani vieličyniu litar zaznačanaha tekstu"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "_Tytulny styl"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "Źmiani pieršuju litaru kožnaha zaznačanaha słova na vialikuju"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Analizuje dziejny dakument i paviedamlaje kolkaść słovaŭ, radkoŭ, znakaŭ i "
+"nieprabielnych znakaŭ u im."
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Document Statistics"
+msgstr "Statystyka dakumentu"
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">Nazva fajłu</span>"
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Bytes"
+msgstr "Bajty"
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Characters (no spaces)"
+msgstr "Znaki (biez prabiełaŭ)"
+
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Znaki (z prabiełami)"
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+msgid "Document"
+msgstr "Dakument"
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Lines"
+msgstr "Radki"
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Selection"
+msgstr "Zaznačeńnie"
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "Words"
+msgstr "Słovy"
+
+#: ../plugins/docinfo/docinfo.ui.h:12
+msgid "_Update"
+msgstr "_Abnavi"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:422
+msgid "_Document Statistics"
+msgstr "Statystyka _dakumentu"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:424
+msgid "Get statistic info on current document"
+msgstr "Źbiraj statystyčnuju infarmacyju ab dziejnym dakumencie"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "Vykonvaj vonkavyja zahady j skrypty abałonki."
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "Vonkavyja pryłady"
+
+#: ../plugins/externaltools/tools/__init__.py:126
+msgid "_External Tools..."
+msgstr "Vonkavyja p_ryłady..."
+
+#: ../plugins/externaltools/tools/__init__.py:128
+msgid "Opens the External Tools Manager"
+msgstr "Adčyniaje kiraŭnika vonkavaha pryładździa"
+
+#: ../plugins/externaltools/tools/__init__.py:158
+msgid "Shell Output"
+msgstr "Vyjście abałonki"
+
+#: ../plugins/externaltools/tools/functions.py:110
+msgid "You must be inside a word to run this command"
+msgstr ""
+"Kursor musić znachodzicca ŭnutry słova, kab možna było vykanać hety zahad"
+
+#: ../plugins/externaltools/tools/functions.py:167
+msgid "Running tool:"
+msgstr "Uruchamleńnie pryłady: "
+
+#: ../plugins/externaltools/tools/functions.py:190
+msgid "Done."
+msgstr "Zroblena."
+
+#: ../plugins/externaltools/tools/functions.py:192
+msgid "Exited"
+msgstr "Zakončana"
+
+#: ../plugins/externaltools/tools/manager.py:175
+#: ../plugins/externaltools/tools/manager.py:204
+#: ../plugins/externaltools/tools/manager.py:252
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr "Redahuj pryładu <i>%s</i>:"
+
+#: ../plugins/externaltools/tools/manager.py:179
+msgid "A Brand New Tool"
+msgstr "Zusim novaja pryłada"
+
+#: ../plugins/externaltools/tools/manager.py:213
+msgid "New tool"
+msgstr "Novaja pryłada"
+
+#: ../plugins/externaltools/tools/manager.py:289
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Hety klavijaturny skarot užo pryviazany da %s"
+
+#: ../plugins/externaltools/tools/manager.py:335
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Uviadzi novy klavijaturny skarot, albo naciśni Backspace, kab vydalić dziejny"
+
+#: ../plugins/externaltools/tools/manager.py:337
+msgid "Type a new accelerator"
+msgstr "Uviadzi novy klavišny skarot"
+
+#: ../plugins/externaltools/tools/outputpanel.py:76
+msgid "Stopped."
+msgstr "Spyniena."
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Usie dakumenty"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Usie dakumenty, akramia bieznazoŭnych"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Append to current document"
+msgstr "Ustaŭ u kaniec dziejnaha dakumentu"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Co_mmand(s):"
+msgstr "Za_had(y):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "Stvary novy dakument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "Dziejny dakument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "Dziejny radok"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Dziejnaje zaznačeńnie"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current word"
+msgstr "Dziejnaje słova"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Display in bottom pane"
+msgstr "Pakazvaj u nižniaj paneli"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Edit tool <i>make</i>:"
+msgstr "Redahuj pryładu <i>make</i>:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr "Kiaŭnik vonkavaha pryładździa"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr "Ustaŭ u pazycyi kursora"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr "Tolki lakalnyja fajły"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr "Ničoha"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr "Tolki addalenyja fajły"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr "Zamiani dziejny dakument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr "Zamiani dziejnaje zaznačeńnie"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr "Tolki bieznazoŭnyja dakumenty"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr "_Prydatnaść:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "_Description:"
+msgstr "_Apisańnie:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "U_vachod:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "_Vyjście:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "_Zapišy:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr "Klavijaturny _skarot:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "_Pryładździe:"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Buduj"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Uruchom \"make\" u katalohu dakumentu"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "Adčyni terminał u katalohu dakumentu"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "Adčyni terminał tut"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Vydal kancavyja prabieły"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Vydal z fajłu niepatrebnyja kancavyja prabieły"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Vykanaj peŭny zahad i ŭstaŭ jahonaje vyjście ŭ novy dakument"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "Uruchom zahad"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr "Lohki dostup da fajłaŭ z bakavoj paneli"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr "Panel prahladu fajłaŭ"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:230
+msgid "File System"
+msgstr "Fajłavaja systema"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr "Uklučy mahčymaść adnaŭlać addalenyja adrasy"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr "Režym filtravańnia fajłaŭ"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr "Uzor filtravańnia fajłaŭ"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr "Hałoŭny kataloh prahladalnika fajłaŭ"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Virtualny hałoŭny kataloh prahladalnika fajłaŭ"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with nautilus etc)"
+msgstr ""
+"Kali hetaja opcyja zaznačanaja (vartaść TRUE), plugin prahladalnika fajłaŭ "
+"pačnie ad katalohu, u jakim znachodzicca pieršy z adčynienych dakumentaŭ, "
+"kali jon raniej nia byŭ užyvany dla adčynieńnia fajłaŭ. (Tamu hetaja opcyja "
+"datyčyć naohuł vypadkaŭ, u jakich dakumenty byli adčynienyja z zahadnaha "
+"radka albo z kiraŭnika fajłaŭ, napr. prahramy Nautilus.)"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr "Adčyni z vyhladam dreva fajłaŭ"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Adčyni prahladalnik fajłaŭ z aktyŭnym vyhladam dreva fajłaŭ zamiest vyhladu "
+"zakładak."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr "Pačni ad katalohu pieršaha dakumentu"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Akreślaje, ci ŭklučać mahčymaść adnaŭlać addalenyja adrasy."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Hałoŭny kataloh, ad jakoha pačnie prahladalnik fajłaŭ, kali onload/tree_view "
+"maje vartaść TRUE."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Virtualny hałoŭny kataloh, ad jakoha pačnie prahladalnik fajłaŭ, kali onload/"
+"tree_view maje vartaść TRUE. Virtualny hałoŭny kataloh musić zaŭždy być "
+"padkataloham faktyčnaha hałoŭnaha katalohu."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Uzor filtravańnia fajłaŭ. Hety filter dziejničaje, abapirajučysia na "
+"filter_mode."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hidden (filter hidden files), binary "
+"(filter binary files) and hidden_and_binary (filter both hidden and binary "
+"files)."
+msgstr ""
+"Hetaja vartaść akreślivaje, jakija fajły buduć bačnyja ŭ prahladalniku "
+"fajłaŭ. Mahčymyja vartaści: \"none\" (usie fajły bačnyja), \"hidden"
+"\" (vyklučaje schavanyja fajły), \"binary\" (vyklučaje dvajkovyja fajły) dy "
+"\"hidden_and_binary\" (vyklučaje jak schavanyja, hetak i dvajkovyja fajły)."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:592
+msgid "_Set root to active document"
+msgstr "_Paznač pałažeńnie dziejnaha dakumentu ŭ jakaści hałoŭnaha katalohu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:594
+msgid "Set the root to the active document location"
+msgstr "Paznač pałažeńnie dziejnaha dakumentu ŭ jakaści hałoŭnaha katalohu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:599
+msgid "_Open terminal here"
+msgstr "_Adčyni terminał tut"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:601
+msgid "Open a terminal at the currently opened directory"
+msgstr "Adčyni terminał u dziejnym katalohu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:737
+msgid "File Browser"
+msgstr "Prahladalnik fajłaŭ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:868
+msgid "An error occurred while creating a new directory"
+msgstr "Padčas stvareńnia novaha katalohu zdaryłasia pamyłka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:871
+msgid "An error occurred while creating a new file"
+msgstr "Padčas stvareńnia novaha fajłu zdaryłasia pamyłka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:876
+msgid "An error occurred while renaming a file or directory"
+msgstr "Padčas zamieny nazvy fajłu albo katalohu zdaryłasia pamyłka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while deleting a file or directory"
+msgstr "Padčas vydaleńnia fajłu albo katalohu zdaryłasia pamyłka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:886
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Padčas adčyniańnia katalohu ŭ kiraŭniku fajłaŭ zdaryłasia pamyłka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:890
+msgid "An error occurred while setting a root directory"
+msgstr "Padčas akreśleńnia hałoŭnaha katalohu zdaryłasia pamyłka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:894
+msgid "An error occurred while loading a directory"
+msgstr "Padčas zahruzki katalohu zdaryłasia pamyłka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:897
+msgid "An error occurred"
+msgstr "Zdaryłasia pamyłka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1192
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Niemahčyma pieranieści fajł u śmietnicu.\n"
+"Chočaš vydalić jaho nazaŭždy?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1196
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Fajł \"%s\" nia moža być pieraniesieny ŭ śmietnicu."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1199
+msgid "The selected files cannot be moved to the trash."
+msgstr "Zaznačanyja fajły nia mohuć być pieraniesienyja ŭ śmietnicu."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1232
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Ty sapraŭdy chočaš niezvarotna vydalić \"%s\"?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1235
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Ty sapraŭdy chočaš niezvarotna vydalić zaznačanyja fajły?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1238
+msgid "If you delete an item, it is permanently lost."
+msgstr "Vydaleńnie elementu pryviadzie da jahonaj straty."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1664
+msgid "(Empty)"
+msgstr "(Pusty)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3296
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Pieranazvany fajł ciapier vyklučany filtram. Kab jaho ŭbačyć, treba źmianić "
+"filtar."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3534
+msgid "file"
+msgstr "fajł"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3558
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Novy fajł byŭ vyklučany aktyŭnym filtram. Kab fajł byŭ bačny, źmiani nałady "
+"filtru."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3586
+msgid "directory"
+msgstr "kataloh"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3606
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Novy kataloh vyklučany filtram. Kab jaho ŭbačyć, treba źmianić filtar."
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:698
+msgid "Bookmarks"
+msgstr "Zakładki"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:779
+msgid "_Filter"
+msgstr "_Filter"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:784
+msgid "_Move To Trash"
+msgstr "_Pieraniasi ŭ śmietnicu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:785
+msgid "Move selected file or folder to trash"
+msgstr "Pieraniasi zaznačany fajł albo kataloh u śmietnicu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:787
+msgid "_Delete"
+msgstr "_Vydal"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:788
+msgid "Delete selected file or folder"
+msgstr "Vydal zaznačany fajł albo kataloh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:794
+msgid "Up"
+msgstr "Uvierh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:795
+msgid "Open the parent folder"
+msgstr "Adčyni baćkoŭski kataloh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:800
+msgid "_New Folder"
+msgstr "_Novy kataloh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:801
+msgid "Add new empty folder"
+msgstr "Dadaj novy pusty kataloh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:803
+msgid "New F_ile"
+msgstr "Novy fa_jł"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:804
+msgid "Add new empty file"
+msgstr "Dadaj novy pusty fajł"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:809
+msgid "_Rename"
+msgstr "Ź_miani nazvu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:810
+msgid "Rename selected file or folder"
+msgstr "Źmiani nazvu zaznačanaha fajłu albo katalohu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:816
+msgid "_Previous Location"
+msgstr "_Papiaredniaje pałažeńnie"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:818
+msgid "Go to the previous visited location"
+msgstr "Pierajdzi da papiaredniaha naviedanaha pałažeńnia"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:820
+msgid "_Next Location"
+msgstr "_Nastupnaje pałažeńnie"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "Go to the next visited location"
+msgstr "Pierajdzi da nastupnaha naviedanaha pałažeńnia"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:822
+msgid "Re_fresh View"
+msgstr "Ab_navi vyhlad"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:823
+msgid "Refresh the view"
+msgstr "Abnavi vyhlad"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:824
+msgid "_View Folder"
+msgstr "_Pakažy kataloh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:825
+msgid "View folder in file manager"
+msgstr "Pakažy kataloh u kiraŭniku fajłaŭ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:832
+msgid "Show _Hidden"
+msgstr "Pakažy sc_havanyja fajły"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:833
+msgid "Show hidden files and folders"
+msgstr "Pakažy schavanyja fajły j katalohi"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:835
+msgid "Show _Binary"
+msgstr "Pakažy _dvajkovyja fajły"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:836
+msgid "Show binary files"
+msgstr "Pakažy dvajkovyja fajły"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:944
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:953
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:974
+msgid "Previous location"
+msgstr "Papiaredniaje pałažeńnie"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:946
+msgid "Go to previous location"
+msgstr "Pierajdzi da papiaredniaha pałažeńnia"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:948
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:969
+msgid "Go to a previously opened location"
+msgstr "Pierajdzi da apošniaha adčynienaha pałažeńnia"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:965
+msgid "Next location"
+msgstr "Nastupnaje pałažeńnie"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:967
+msgid "Go to next location"
+msgstr "Pierajdzi da nastupnaha pałažeńnia"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1178
+msgid "_Match Filename"
+msgstr "_Dapasuj nazvu fajłu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2044
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Dla zmantavanaha masiva niama zmantavanaha abjekta: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2124
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Nie ŭdałosia adčynić nośbit: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2171
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Nie ŭdałosia zmantavać masiŭ: %s"
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "_Stvary vodstup"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr "Stvary vodstup pierad zaznačanymi radkami"
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "Admiani vod_stup"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr "Viarni vodstup pierad zaznačanymi radkami"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr "Stvary vodstup u radkach"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "Stvaraje albo admianiaje vodstupy ŭ zaznačanych radkach."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Padtrymka radkoŭ režymu z prahramaŭ Emacs, Kate i Vim, dla gedit."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "Radki režymu"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr "Interaktyŭnaja kansol Pythona, dastupnaja na nižniaj paneli"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:48
+msgid "Python Console"
+msgstr "Konsol Pythona"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Koler _zahadaŭ:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "_Koler pamyłki:"
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr "Ustaŭ na_zvu karystalnika"
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr "Ustaŭlaje ŭ pazycyi kursora nazvu karystalnika"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "Ustaŭlaje ŭ pazycyi kursora nazvu karystalnika."
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "Nazva karystalnika"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr "Ustaŭlaj chutka j vyhodna časta ŭžyvanyja frahmenty tekstu"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr "Ustaŭki"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>Aktyvizacyja</b>"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "Stvary novuju ŭstaŭku"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:421
+msgid "Delete selected snippet"
+msgstr "Vydal zaznačanuju ŭstaŭku"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Export selected snippets"
+msgstr "Ekspartuj zaznačanyja ŭstaŭki"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:806
+msgid "Import snippets"
+msgstr "Impartuj ustaŭki"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr "K_lavijaturny skarot:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Klavijaturny skarot dla aktyvizacyi ŭstaŭki"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:695
+msgid "Single word with which the snippet is activated after pressing tab"
+msgstr "Słova, paśla jakoha nacisk tabulatara aktyvizuje ŭstaŭku"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Snippets Manager"
+msgstr "Kiraŭnik ustavak"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Drop targets:"
+msgstr "_Pieraciahvaj mety:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr "_Redahuj:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr "_Ustaŭki:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr "Pieraklučalnik _tabulatara:"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:74
+msgid "Manage _Snippets..."
+msgstr "Kiruj _ustaŭkami..."
+
+#: ../plugins/snippets/snippets/WindowHelper.py:75
+msgid "Manage snippets"
+msgstr "Kiruj ustaŭkami"
+
+#: ../plugins/snippets/snippets/Manager.py:45
+msgid "Snippets archive"
+msgstr "Archiŭ ustavak"
+
+#: ../plugins/snippets/snippets/Manager.py:71
+msgid "Add a new snippet..."
+msgstr "Dadaj novuju ŭstaŭku..."
+
+#: ../plugins/snippets/snippets/Manager.py:121
+msgid "Global"
+msgstr "Hlabalny"
+
+#: ../plugins/snippets/snippets/Manager.py:418
+msgid "Revert selected snippet"
+msgstr "Uznaŭlaje zaznačanuju ŭstaŭku"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/Manager.py:688
+msgid ""
+"This is not a valid tab trigger. Triggers can either contain letters or a "
+"single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+"Heta niapravilny pieraklučalnik tabulatara. Pieraklučalnik moža składacca ź "
+"litaraŭ albo paasobnaha nialitarnaha j nialičbavaha znaku. Napr. {, [, itp."
+
+#: ../plugins/snippets/snippets/Manager.py:785
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Zdaryłasia nastupnaja pamyłka padčas impartavańnia: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:792
+msgid "Import successfully completed"
+msgstr "Impartavańnie paśpiachova skončanaje"
+
+#: ../plugins/snippets/snippets/Manager.py:811
+#: ../plugins/snippets/snippets/Manager.py:897
+#: ../plugins/snippets/snippets/Manager.py:960
+msgid "All supported archives"
+msgstr "Usie padtrymanyja archivy"
+
+#: ../plugins/snippets/snippets/Manager.py:812
+#: ../plugins/snippets/snippets/Manager.py:898
+#: ../plugins/snippets/snippets/Manager.py:961
+msgid "Gzip compressed archive"
+msgstr "Skampresavany archiŭ Gzip"
+
+#: ../plugins/snippets/snippets/Manager.py:813
+#: ../plugins/snippets/snippets/Manager.py:899
+#: ../plugins/snippets/snippets/Manager.py:962
+msgid "Bzip2 compressed archive"
+msgstr "Skampresavany archiŭ Bzip2"
+
+#: ../plugins/snippets/snippets/Manager.py:814
+msgid "Single snippets file"
+msgstr "Paasobny fajł ustavak"
+
+#: ../plugins/snippets/snippets/Manager.py:815
+#: ../plugins/snippets/snippets/Manager.py:901
+#: ../plugins/snippets/snippets/Manager.py:964
+msgid "All files"
+msgstr "Usie fajły"
+
+#: ../plugins/snippets/snippets/Manager.py:827
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Zdaryłasia nastupnaja pamyłka padčas ekspartavańnia: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:831
+msgid "Export successfully completed"
+msgstr "Ekspartavańnie paśpiachova skončanaje"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:871
+#: ../plugins/snippets/snippets/Manager.py:938
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Ci ŭłučyć zaznačanyja <b>systemnyja</b> ŭstaŭki ŭ tvoj ekspart?"
+
+#: ../plugins/snippets/snippets/Manager.py:886
+#: ../plugins/snippets/snippets/Manager.py:956
+msgid "There are no snippets selected to be exported"
+msgstr "Niama zaznačanych ustavak, kab ekspartavać"
+
+#: ../plugins/snippets/snippets/Manager.py:891
+#: ../plugins/snippets/snippets/Manager.py:929
+msgid "Export snippets"
+msgstr "Ekspartuj ustaŭki"
+
+#: ../plugins/snippets/snippets/Manager.py:1068
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Uviadzi novy klavijaturny skarot, albo niciśni Backspace, kab vydalić dziejny"
+
+#: ../plugins/snippets/snippets/Manager.py:1070
+msgid "Type a new shortcut"
+msgstr "Uviadzi novy klavijaturny skarot"
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive `%s` could not be created"
+msgstr "Niemahčyma stvaryć archiŭ \"%s\""
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, python-format
+msgid "Target directory `%s` does not exist"
+msgstr "Kataloh pryznačeńnia `%s` nie isnuje"
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory `%s` is not a valid directory"
+msgstr "Kataloh pryznačeńnia \"%s\" nie źjaŭlajecca pravilnym kataloham"
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File `%s` does not exist"
+msgstr "Fajł \"%s\" nie isnuje"
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, python-format
+msgid "File `%s` is not a valid snippets file"
+msgstr "Fajł \"%s\" nie źjaŭlajecca pravilnym fajłam ustavak"
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, python-format
+msgid "Imported file `%s` is not a valid snippets file"
+msgstr "Impartavany fajł \"%s\" nie źjaŭlajecca pravilnym fajłam ustavak"
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive `%s` could not be extracted"
+msgstr "Niemahčyma raspakavać archiŭ \"%s\""
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Nastupnyja fajły nie mahli być zimpartavanyja: %s"
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File `%s` is not a valid snippets archive"
+msgstr "Fajł \"%s\" nie źjaŭlajecca pravilnym archivam ustavak"
+
+#: ../plugins/snippets/snippets/Placeholder.py:571
+#, python-format
+msgid ""
+"Execution of the python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Čas vykanańnia zahadu pythona (%s) pierakročyŭ limit, vykanańnie zatrymanaje."
+
+#: ../plugins/snippets/snippets/Placeholder.py:579
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr "Vykanańnie zahadu pythona (%s) nie ŭdałosia: %s"
+
+#: ../plugins/sort/gedit-sort-plugin.c:86
+msgid "S_ort..."
+msgstr "_Sartuj..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "Sort the current document or selection"
+msgstr "Sartuj dziejny dakument albo zaznačany tekst"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr "Sartuj"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Sartuje dakument albo zaznačany tekst."
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr "_Vydal dublikaty"
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr "_Pačni ad kalony:"
+
+#: ../plugins/sort/sort.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Ty nia možaš admianić vyniki aperacyi sartavańnia"
+
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr "_Ihnaruj rehistar"
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr "_Źmiani paradak"
+
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr "_Sartuj"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:493
+msgid "(no suggested words)"
+msgstr "(niama prapanavanych słovaŭ)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "_Bolej..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:497
+msgid "_Ignore All"
+msgstr "_Ihnaruj usio"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:512
+msgid "_Add"
+msgstr "_Dadaj"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:551
+msgid "_Spelling Suggestions..."
+msgstr "_Pravilnyja varyjanty..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:283
+msgid "Check Spelling"
+msgstr "Pravier pravapis"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:294
+msgid "Suggestions"
+msgstr "Prapanovy"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:599
+msgid "(correct spelling)"
+msgstr "(pravilny pravapis)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:742
+msgid "Completed spell checking"
+msgstr "Pravierka pravapisu zavieršanaja"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:285
+#: ../plugins/spell/gedit-spell-checker-language.c:291
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:300
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Nieviadomaja (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:406
+msgctxt "language"
+msgid "Default"
+msgstr "Zmoŭčanaja"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:141
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "Akreśl movu"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:192
+msgid "Languages"
+msgstr "Movy"
+
+#: ../plugins/spell/gedit-spell-plugin.c:75
+msgid "_Check Spelling..."
+msgstr "_Pravier pravapis..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:77
+msgid "Check the current document for incorrect spelling"
+msgstr "Pravier pamyłki pravapisu ŭ dziejnym dakumencie"
+
+#: ../plugins/spell/gedit-spell-plugin.c:83
+msgid "Set _Language..."
+msgstr "_Akreśl movu..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:85
+msgid "Set the language of the current document"
+msgstr "Akreśl movu dziejnaha dakumentu"
+
+#: ../plugins/spell/gedit-spell-plugin.c:94
+msgid "_Autocheck Spelling"
+msgstr "_Aŭtamatyčna praviaraj pravapis"
+
+#: ../plugins/spell/gedit-spell-plugin.c:96
+msgid "Automatically spell-check the current document"
+msgstr "Aŭtamatyčna praviaraj pravapis dziejnaha dakumentu"
+
+#: ../plugins/spell/gedit-spell-plugin.c:761
+msgid "The document is empty."
+msgstr "Hety dakument pusty."
+
+#: ../plugins/spell/gedit-spell-plugin.c:794
+msgid "No misspelled words"
+msgstr "Niama pamyłak pravapisu"
+
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "Abiary movu dziejnaha da_kumentu."
+
+#: ../plugins/spell/spell-checker.ui.h:1 ../plugins/time/time.ui.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Mova</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "<b>word</b>"
+msgstr "<b>słova</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Add w_ord"
+msgstr "_Dadaj słova"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Cha_nge"
+msgstr "_Zamiani"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Change A_ll"
+msgstr "Zamiani _ŭsie"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Change _to:"
+msgstr "Zamiani _na:"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Check _Word"
+msgstr "_Pravier słova"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Check spelling"
+msgstr "Pravier pravapis"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Ignore _All"
+msgstr "Ihnaruj _usie"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "Language:"
+msgstr "Mova:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Misspelled word:"
+msgstr "Pamyłkova napisanaje słova:"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "User dictionary:"
+msgstr "Słoŭnik karystalnika:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "_Ignore"
+msgstr "_Ihnaruj"
+
+#: ../plugins/spell/spell-checker.ui.h:15
+msgid "_Suggestions:"
+msgstr "_Prapanovy:"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Praviaraje pravapis dziejnaha dakumentu."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "Pravierka pravapisu"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:98
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:694
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:710
+msgid "Tags"
+msgstr "Značniki"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:605
+msgid "Select the group of tags you want to use"
+msgstr "Abiary hrupy značnikaŭ, jakimi ty chočaš karystacca"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:624
+msgid "_Preview"
+msgstr "_Pieradahlad"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:691
+msgid "Available Tag Lists"
+msgstr "Dastupnyja śpisy značnikaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "Skaročanaja forma"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "Skarot"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "Nad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "Znak klavišy dastupnaści"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "Akronim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "Raŭnańnie"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "Znak raŭnańnia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "Alternatyva"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "Jakar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "Jakar URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "Kod fajłu klasu apletu"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr "Kod fajłu klasu apletu (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr "Masiŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr "Asacyjavanaja infarmacyja"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "Źviestki ab aŭtary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr "Zahałoŭki vosiaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "Fonavy koler"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr "Fonavy koler (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr "Fonavy teksturny ŭzor"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr "Fonavy teksturny ŭzor (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr "Asnoŭny URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "Asnoŭny šryft"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr "Asnoŭny šryft (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "Tłusty"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "Abrys"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr "Abrys (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "Koler abrysu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr "Adlehłaść pamiž radkami ź jačejami"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "Centravańnie"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr "Centravańnie (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr "Kadavańnie znakaŭ resursu, da jakoha viadzie spasyłka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr "Zaznačany (stan)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr "Zaznačany stan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr "Cytatа"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr "Pryčyna źmieny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr "ID implementacyi klasy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr "Śpis klasaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr "Ačystka parametraŭ kiravańnia tekstavaj płyńniu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr "Typ źmieściva kodu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "Koler zaznačanych spasyłak"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr "Koler zaznačanych spasyłak (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr "Adlehłaść pamiž kalonkami"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "Kalonki"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "Kamentar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr "Frahment kamputarnaha kodu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr "Schiema źmieściva"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "Typ źmieściva"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr "Typ źmieściva (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr "Kaardynaty"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr "Kantejner stylu DIV"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr "Kantejner DIV"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr "Data j čas źmienaŭ"
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr "Deklaravany ściažok"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr "Atrybut defer"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr "Apisańnie aznačeńnia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "Śpis aznačeńniaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr "Term aznačeńnia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "Vydaleny tekst"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "Napramak"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr "Napramkavaść"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr "Napramkavaść (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "Śpis katalohaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "Vyklučana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr "Baza dakumentu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "Cieła dakumentu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "Zahałovak dakumentu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "Nazva dakumentu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "Typ dakumentu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr "ID elementu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr "Ubudavany abjekt"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "Akcent"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr "Typ kadavańnia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr "Fihura"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr "Šryft"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr "Šryft (stastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "Etykieta for"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr "Vymušany pieranos radka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "Forma"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr "Vykanaŭca dziejańnia formy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr "Kiroŭnaja hrupa formy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr "Tekst etykiety pola formy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr "Uvod u formu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr "Typ uvodu ŭ formu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr "Metad formy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "Pierasylnaja spasyłka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "Frejm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr "Častki vyjaŭleńnia frejmu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr "Krynica frejmu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr "Meta pryznačeńnia frejmu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr "Abrys frejmu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr "Nabor frejmaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr "Kalony naboru frejmaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr "Radki naboru frejmaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr "Vodstup pamiž frejmami"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr "Zvyčajny ŭbudavany abjekt"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr "Zvyčajnyja metaźviestki"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr "Zvyčajnaja adlehłaść"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr "Adras (URI) HREF"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr "HTML – admysłovyja znaki"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr "HTML – značniki"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr "Hałoŭny element HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr "Versija HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr "Nazva zahałoŭka HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr "ID jačejaŭ zahałoŭka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr "Zahałovak"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr "Zahałovak 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr "Zahałovak 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr "Zahałovak 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr "Zahałovak 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr "Zahałovak 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr "Zahałovak 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "Vyšynia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr "Haryzantalnaje kiravańnie"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr "Vodstup pa haryzantali"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr "Vodstup pa haryzantali (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr "Nazva zahałoŭka HTTP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr "I18N BiDi over-ride"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "Vyjava"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr "Mapa vyjavy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr "Abšar mapy vyjavy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr "Nazva mapy vyjavy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "Krynica vyjavy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr "Unutrany frejm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr "Unutrany słoj"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr "Ustaŭleny tekst"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr "Aznačeńnie kopii"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr "Kursiŭny tekst"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr "Aplet Java"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr "Aplet Java (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr "Etykieta"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr "Kod movy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr "Vialiki styl tekstu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr "Słoj"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "Koler spasyłki"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "Link color (deprecated)"
+msgstr "Koler spasyłki (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr "Element śpisu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr "Śpis typaŭ MIME dla zahruzki fajłaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr "Śpis padtrymanych kadavańniaŭ znakaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr "Śpis"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr "Lakalnaja źmiena šryftu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr "Spasyłka na doŭhaje apisańnie"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr "Doŭhaja cytata"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr "Spasyłka na adras email"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr "Vyšynia paloŭ u pikselach"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr "Šyrynia paloŭ u pikselach"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr "Markier"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr "Maksymalnaja daŭžynia tekstavaha pola"
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr "Spasyłka, niezaležnaja ad źmieściva"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr "Śpis menu"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr "Śpis menu (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr "Šmatradkovaje tekstavaje pole"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr "Šmat kalonak"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr "Šmatrazovy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "Nazva"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr "Vartaść nazvanaj ułaścivaści"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr "Nastupny ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr "Biez URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr "Biez ubudavanych abjektaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr "Biaz frejmaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr "Biez słajoŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr "Biaz vymušanych pieranosaŭ radka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr "Biaź źmienaŭ pamieraŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr "Biez skryptoŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr "Biaź cieniu"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr "Biaź cieniu (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr "Bieź pieranosu słovaŭ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr "Bieź pieranosu słovaŭ (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr "Prabieł bieź pieranosu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr "Zaciem"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr "Fajł apletu abjekta"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Object applet file (deprecated)"
+msgstr "Fajł apletu abjekta (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr "Spasyłka na źviestki abjekta"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr "Vodstup dla znaku raŭnańnia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr "Padzieja onBlur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr "Padzieja onChange"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr "Padzieja onClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr "Padzieja onDblClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr "Padzieja onFocus"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr "Padzieja onKeyDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr "Padzieja onKeyPress"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr "Padzieja onKeyUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr "Padzieja onLoad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr "Padzieja onMouseDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr "Padzieja onMouseMove"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr "Padzieja onMouseOut"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr "Padzieja OnMouseOver"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr "Padzieja onMouseUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr "Padzieja onReset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr "Padzieja onSelect"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr "Padzieja onSubmit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr "Padzieja onUnload"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr "Hrupa opcyjaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr "Vybar opcyjaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr "Uparadkavany śpis"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr "Nośbit vyjścia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr "Abzac"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr "Klasa abzacu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr "Styl abzacu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr "Zahadzia sfarmatavany śpis"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr "Zahadzia sfarmatavany tekst"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr "Słoŭnik metaźviestak profilu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr "Paviedamleńnie zapytu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr "Knopka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr "Dvukośsie"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr "Dyjapazon"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr "Tekst i parol ReadOnly"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr "Abmiežavany vodstup"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr "Abmiežavany vodstup (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr "Zvarotnaja spasyłka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr "Korań"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr "Radki"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr "Vodstupy pamiž radkami j kalonami"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr "Prykłady vyjścia prahramaŭ, skrypty"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr "Dyjapazon jačejaŭ zahałoŭkaŭ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr "Nazva skryptavaj movy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script statements"
+msgstr "Skryptavyja vykazvańni"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr "Panel prakrutki"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr "Abiralnaja opcyja"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr "Zaznačanaja"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr "Mapa vyjavy na baku servera"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr "Kštałt"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr "Karotkaja ŭnutranaja cytata"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr "Adnaradkovy zapyt"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "Pamier"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr "Pamier (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr "Mały styl tekstu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr "Miakki pieranos radka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "Huk"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "Krynica"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr "Śpis archivaŭ, padzielenych prabiełami"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr "Vodstup"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr "Vodstup pamiž jačejami"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr "Vodstup u jačejach"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr "Adlehłaść"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr "Kvadratny korań"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr "Paviedamleńnie čakańnia zahruzki"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr "Numar pieršaj pazycyi"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr "Numar pieršaj pazycyi (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr "Pierakreśleny tekst"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr "Pierakreśleny tekst (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr "Pierakreśleny styl tekstu"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr "Pierakreśleny styl tekstu (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr "Mocny akcent"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr "Źviestki ab styli"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr "Nižni indeks"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr "Vierchni indeks"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr "Pazycyja ŭ čarzie kartak"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr "Tablica"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr "Cieła tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr "Podpis tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr "Ułaścivaści hrupy kalon tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr "Ułaścivaści kalony tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr "Jačeja sa źviestkami tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr "Padvał tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr "Šapka tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr "Jačejka šapki tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr "Radok tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr "Apisańnie tablicy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr "Meta pryznačeńnia – pustaja"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr "Meta pryznačeńnia – baćkoŭskaja"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr "Meta pryznačeńnia – sama"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr "Meta pryznačeńnia – vierchniaja"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr "Tekst stałaj šyryni ci teletajpu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "Tekst"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr "Koler tekstu"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr "Koler tekstu (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr "Tekst, uviedzieny karystalnikam"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "Zahałovak"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr "Vierchnija pali ŭ pikselach"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr "Padkreśleny styl tekstu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr "Nieŭparadkavany śpis"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr "Užyj mapu vyjavy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "Vartaść"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr "Interpretacyja vartaści"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr "Źmiennaja ci arhument prahramy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr "Vertykalnaje raŭnańnie jačejaŭ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr "Vertykalny vodstup"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr "Vertykalny vodstup (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr "Koler naviedanaj spasyłki"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr "Koler naviedanaj spasyłki (sastarełaje)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "Šyrynia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr "XHTML 1.0 – značniki"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "Biblijahrafija (cytata)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr "Biblijahrafija (element)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "Biblijahrafija (karotkaja cytata)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "Biblijahrafija (thebibliography)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "Dužki ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "Dužki <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "Dužki []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "Dužki {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "Uvachodny fajł"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "Znoska"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "Funkcyja cosin"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "Funkcyja e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "Funkcyja exp"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "Funkcyja log"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "Funkcyja log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "Funkcyja sine"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "Hreckaja alfa"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "Hreckaja beta"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "Hrecki epsilon"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "Hreckaja gamma"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "Hreckaja lambda"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "Hreckaje rho"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "Hreckaje tau"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "Zahałovak 0 (raździeł)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "Zahałovak 0 (raździeł*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "Zahałovak 1 (padraździeł)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "Zahałovak 1 (padraździeł*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "Zahałovak 2 (padraździeł)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "Zahałovak 2 (padraździeł)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "Zahałovak 3 (padpadraździeł)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "Zahałovak 3 (padpadraździeł)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "Zahałovak 4 (abzac)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "Dadatak da zahałoŭka"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "Element"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "Element z etykietkaj"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "LaTeX – značniki"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "Apisańnie śpisu"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "Pieraličany śpis"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "Prosty śpis"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "Matematyka (asobny)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "Matematyka (u radku)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "Znak dzialeńnia"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "Aperatar intehrału (asobny)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "Aperatar intehrału (u radku)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "Aperatar sumavańnia (asobny)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "Aperatar sumavańnia (u radku)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "Etykieta spasyłki"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "Spasyłka ref"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "Znak <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "Znak <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "Znak >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "Znak >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "Znak and"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "Znak const"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "Znak d-by-dt"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "Znak d-by-dt-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "Znak d2-by-dt2-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "Znak dagger"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "Znak equiv"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "Znak praciažnika --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "Znak praciažnika ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "Znak biaskoncaści"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "Matematyčny prabieł ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "Matematyčny prabieł ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "Matematyčny prabieł _"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "Matematyčny prabieł __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "Znak simeq"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "Znak star"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "Vytłuščany šryft"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "Kursiŭny šryft"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "Nachileny šryft"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "Typ šryftu"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "Tekst bieź pieranosaŭ"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"Dazvalaje lohka ŭstaŭlać u dakument časta ŭžyvanyja značniki albo tekst biez "
+"patreby pisać ich uručnuju."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Śpis značnikaŭ"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "XSLT – Vosi"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT – Elementy"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT – Funkcyi"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "prodak"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "ancestor-or-self"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "atrybut"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "dzicia"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "naščadak"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "naščadak"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "nastupny"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "following-sibling"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "abšar nazvaŭ"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "baćka"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "papiaredni"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "preceding-sibling"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "sam"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr "XUL – značniki"
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "In_sert Date and Time..."
+msgstr "U_staŭ datu j čas..."
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "Insert current date and time at the cursor position"
+msgstr "Ustaŭ u pazycyi kursora dziejnuju datu j čas"
+
+#: ../plugins/time/gedit-time-plugin.c:613
+msgid "Available formats"
+msgstr "Dastupnyja farmaty"
+
+#: ../plugins/time/gedit-time-plugin.c:763
+msgid "Configure insert date/time plugin..."
+msgstr "Kanfihuruj plugin ustaŭleńnia daty/času..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Ustaŭ datu/čas"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Ustaŭlaje ŭ pazycyi kursora datu j čas."
+
+#: ../plugins/time/time.ui.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.ui.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> Padčas ustaŭleńnia daty/času...</span>"
+
+#: ../plugins/time/time.ui.h:5
+msgid "Configure date/time plugin"
+msgstr "Kanfihuruj plugin daty/času"
+
+#: ../plugins/time/time.ui.h:6
+msgid "Insert Date and Time"
+msgstr "Ustaŭ datu j čas"
+
+#: ../plugins/time/time.ui.h:7
+msgid "Use the _selected format"
+msgstr "Užyj _abrany farmat"
+
+#: ../plugins/time/time.ui.h:8
+msgid "_Insert"
+msgstr "_Ustaŭ"
+
+#: ../plugins/time/time.ui.h:9
+msgid "_Prompt for a format"
+msgstr "S_pytaj ab farmacie"
+
+#: ../plugins/time/time.ui.h:10
+msgid "_Use custom format"
+msgstr "_Užyvaj asablivy farmat"
+
+#~ msgid "The entered location is not valid."
+#~ msgstr "Padadzieny adras niapravilny."
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "Fajł utrymlivaje paškodžanyja źviestki."
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "Fajł utrymlivaje źviestki ŭ niapravilnym farmacie."
+
+#~ msgid ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+#~ msgstr ""
+#~ "Adčyniena zašmat fajłaŭ. Začyni častku aplikacyjaŭ i pasprabuj znoŭ."
+
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Nie chapaje pamiaci, kab adčynić fajł. Začyni častku aplikacyjaŭ i "
+#~ "pasprabuj znoŭ."
+
+#~ msgid ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr ""
+#~ "Nazva kamputara pustaja. Spraŭdź pravilnaść naładaŭ servera proxy i "
+#~ "pasprabuj znoŭ."
+
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "Niemahčyma aŭtaryzavacca. Pravier uviedzieny adras i pasprabuj znoŭ."
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "Fajł, jaki pasprabavali adčynić, nie źjaŭlajecca zvyčajnym fajłam."
+
+#~ msgid "Attempt to log in failed."
+#~ msgstr "Aŭtaryzacyja nie ŭdałasia."
+
+#~ msgid ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+#~ msgstr ""
+#~ "%s źjaŭlajecca kataloham. Pravier, ci ŭviedzieny pravilny adras, i "
+#~ "pasprabuj znoŭ."
+
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Nie staje pamiaci, kab zapisać fajł. Začyni častku ŭklučanych aplikacyjaŭ "
+#~ "i pasprabuj znoŭ."
+
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "%s nie źjaŭlajecca zvyčajnym fajłam. Pravier, ci ŭviedzieny pravilny "
+#~ "adras, i pasprabuj znoŭ."
+
+#~ msgid "None"
+#~ msgstr "Nijaki"
+
+#~ msgid ""
+#~ "Nothing\n"
+#~ "Current document\n"
+#~ "All documents"
+#~ msgstr ""
+#~ "Nivodzin\n"
+#~ "Dziejny dakument\n"
+#~ "Usie dakumenty"
+
+#~ msgid "gtk-revert-to-saved"
+#~ msgstr "gtk-revert-to-saved"
+
+#~ msgid "on"
+#~ msgstr "na"
+
+#~ msgid "Invalid uri"
+#~ msgstr "Niapravilny URI"
+
+#~ msgid "Recent Files"
+#~ msgstr "Niadaŭnija fajły"
+
+#~ msgid "The following python code, run in a snippet, does not return a value"
+#~ msgstr "Nastupny kod pythona, uruchomleny va ŭstaŭcy, nie viartaje vartaści"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "Nieviadomy (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "Zmoŭčany"
+
+#~ msgid "Monospace Regular 9"
+#~ msgstr "Monospace Regular 9"
+
+#~ msgid "Sans Regular 11"
+#~ msgstr "Sans Regular 11"
+
+#~ msgid "Sans Regular 8"
+#~ msgstr "Sans Regular 8"
+
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "Akreślivaje šryft, užyvany ŭ źmieście dakumentu na vydruku. Heta nazva "
+#~ "šryftu gnome-print, jakaja zamianiajecca na print_font_body_pango."
+
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "Akreślivaje šryft, užyvany dla numaroŭ radkoŭ na vydruku. Hetaja opcyja "
+#~ "biarecca pad uvahu, tolki kali ŭklučanaja opcyja \"Drukuj numary radkoŭ"
+#~ "\". Heta nazva šryftu gnome-print, jakaja zamianiajecca na "
+#~ "print_font_body_pango."
+
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "Akreślivaje šryft, užyvany dla šapak staronak na vydruku. Hetaja opcyja "
+#~ "biarecca pad uvahu, tolki ŭklučanaja opcyja \"Drukuj šapku\". Heta nazva "
+#~ "šryftu gnome-print, jakaja zamianiajecca na print_font_body_pango."
+
+#~ msgid "Page Setup"
+#~ msgstr "Nałady staronki"
+
+#~ msgid "Fonts"
+#~ msgstr "Šryfty"
+
+#~ msgid "General"
+#~ msgstr "Ahulnaje"
+
+#~ msgid "Print"
+#~ msgstr "Drukuj"
+
+#~ msgid "Other"
+#~ msgstr "Inšaje"
+
+#~ msgid "Number of pages horizontally"
+#~ msgstr "Kolkaść staronak pa haryzantali"
+
+#~ msgid "Number of pages vertically"
+#~ msgstr "Kolkaść staronak pa vertykali"
+
+#~ msgid "No visible output was created."
+#~ msgstr "Niama bačnaha vyjścia."
+
+#~ msgid "Rendering page %d of %d..."
+#~ msgstr "Vyjaŭleńnie staronki %d z %d..."
diff --git a/po/bg.po b/po/bg.po
new file mode 100644
index 0000000..c7b988f
--- /dev/null
+++ b/po/bg.po
@@ -0,0 +1,3702 @@
+# Bulgarian translation of gedit po-file.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Evgeni Boevski <linkej@yahoo.com>, 2003.
+# Rostislav "zbrox" Raykov <zbrox@i-space.org>, 2004, 2005, 2006.
+# Vladimir Petkov <kaladan@gmail.com> 2004, 2005, 2007.
+# Alexander Shopov <ash@kambanaria.org>, 2006, 2007, 2009, 2011, 2012.
+# Alexander Shopov <ash@kambanaria.org>, 2013, 2014, 2015, 2016.
+# Yavor Doganov <yavor@gnu.org>, 2008.
+# Krasimir Chonov <mk2616@abv.bg>, 2010, 2011.
+# Valentin Laskov <laskov@festa.bg>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-08 06:12+0300\n"
+"PO-Revision-Date: 2016-09-05 16:33+0300\n"
+"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
+"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
+"Language: bg\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit е официалният текстов редактор в работната среда GNOME. Той е мощен и "
+"универсален, като в същото време предлага простота и лекота на работа."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Дали ще пишете следващия си бестселър, ще програмирате новаторско приложение "
+"или просто ще нахвърляте някои бележки, gedit ще бъде инструментът, на който "
+"може да се доверите в работата си."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"Гъвкавата му система за допълнителни модули ще ви позволи да го приспособите "
+"към нуждите си и да го адаптирате към начина си на работа."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Текстов редактор"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "Редактиране на текстови файлове"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "Текстов редактор (gedit)"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "текст;редактор;text;editor;plaintext;write;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "New Window"
+msgstr "Нов прозорец"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "New Document"
+msgstr "Нов документ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "Използване на стандартния шрифт"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Дали да се използва стандартният системен шрифт за текста или шрифт "
+"специфичен за gedit. Ако тази опция е изключена, то ще бъде използван "
+"шрифтът указан в опцията „Шрифт на редактора“."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "Шрифт на редактора"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "Стилови схеми"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Идентификаторът на стилова схема на GtkSourceView, която се ползва за "
+"оцветяване на текста."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "Създаване на резервни копия"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Дали gedit да създава резервни копия на файловете при запис."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "Автоматично запазване"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"Дали gedit да записва променените файлове след определен интервал време. "
+"Можете да укажете интервала в опцията „Интервал за автоматичното запазване“."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "Интервал за автоматично запазване"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"Брой минути, след които gedit ще запише автоматично променените файлове. "
+"Това е валидно само при включена опция „Автоматично запазване“."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "Максимален брой връщания назад"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"Максимален брой на действията, които gedit ще може да отмени или направи "
+"отново. Използвайте „-1“ за безброй действия."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "Режим с пренасяне"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"Указване как да се пренасят дългите редове в областта за редактиране. "
+"Използвайте „none“ за режим без пренос, „word“ за пренос на границите на "
+"думи и „char“ за пренос при всеки знак. Имайте предвид, че стойностите са "
+"зависими от регистъра на буквите, така че се уверете, че са изписани точно, "
+"както ги виждате тук."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Последна избрана стойност за режима с пренасяне"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"Последна избрана стойност за режима с пренасяне, за да може при повторно "
+"включване на режима стойността да бъде както преди изключването му. Указване "
+"как да се пренасят дългите редове при печат. Използвайте „word“ за пренос на "
+"границите на думи и „char“ за пренос при всеки знак."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "Размер на табулатора"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Указване на броя интервали, които да се изобразят вместо табулаторите."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "Вмъкване на интервали"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Дали gedit да вмъква интервали вместо табулации."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "Автоматичен отстъп"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Дали gedit трябва да разрешава автоматично разделяне на абзаци."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "Показване на номера на редовете"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Дали gedit да изобразява номера на редове в областта за редактиране."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "Оцветяване на текущия ред"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "Дали gedit да оцветява текущия ред."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "Оцветяване на съответстващите скоби"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Дали gedit да оцветява съответстващите скоби."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "Показване на дясна граница"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Дали gedit да изобразява дясната граница в областта за редактиране."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "Позиция на дясната граница"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "Определяне на позицията на дясната граница."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Display Overview Map"
+msgstr "Показване на обзора"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Whether gedit should display the overview map for the document."
+msgstr "Дали gedit да показва обзор на текущия документ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Document background pattern type"
+msgstr "Вид на фона на документа"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Whether the document will get a background pattern painted."
+msgstr "Дали документът ще има специален фон."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Smart Home End"
+msgstr "Умни „Home“ и „End“"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+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 ""
+"Указва как се движи курсорът при натискането на клавишите „HOME“ и „END“. "
+"„DISABLED“ (изключване) означава курсорът винаги да се придвижва в началото/"
+"края на реда, „AFTER“ (след) да се отива в началото/края на текста след "
+"отиването в началото/края на реда, „BEFORE“ (преди) да се отива в началото/"
+"края на текста преди отиването в началото/края на реда и „ALWAYS“ (винаги) "
+"винаги да се придвижва в началото/края на текста, а не на реда."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Restore Previous Cursor Position"
+msgstr "Възстановяване на предишната позиция на курсора"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Дали gedit да възстановява предишната позиция на курсора, когато се зареди "
+"файл."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Enable Syntax Highlighting"
+msgstr "Включване на оцветяването на синтаксиса"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Дали gedit да оцветява синтаксиса."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Enable Search Highlighting"
+msgstr "Включване на оцветяването при търсене"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Дали gedit да отбелязва оцветено всички съвпадения на търсения текст."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Ensure Trailing Newline"
+msgstr "Нов ред в края"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Дали gedit да слага нов ред в края, ако такъв липсва."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Toolbar is Visible"
+msgstr "Лентата с инструменти е видима"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Дали лентата с инструменти да е видима в прозорците за редактиране."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Notebook Show Tabs Mode"
+msgstr "Показване на подпрозорци в режим за преносими компютри"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Указване кога да се показват подпрозорците за преносими компютри. "
+"Използвайте „never“, за да не се показват, „always“ за постоянно показване и "
+"„auto“ за показване, само когато има повече от един подпрозорец. Имайте "
+"предвид, че стойностите са зависими от регистъра на буквите, така че се "
+"уверете, че са изписани точно, както ги виждате тук."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Status Bar is Visible"
+msgstr "Лентата за състоянието е видима"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Дали линията за състояние в долната част на прозореца за редактиране да е "
+"видима."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Side panel is Visible"
+msgstr "Страничният панел е видим "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Дали страничният панел, който е в лявата част на прозореца, да бъде видим."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Maximum Recent Files"
+msgstr "Максимален брой скоро използвани файлове"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Указване на максималния брой последни файлове, който ще бъде показани в "
+"подменюто „Последни файлове“."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Print Syntax Highlighting"
+msgstr "Печатане на синтактично оцветен текст"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Дали gedit да печата синтактично оцветен текст или да пренебрегва цветовете."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Header"
+msgstr "Печатане на горен колонтитул"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Дали gedit да включва горен колонтитул на документа при печат."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Printing Line Wrapping Mode"
+msgstr "Режим с пренасяне при печат"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+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 ""
+"Указване как да се пренасят дългите редове при печат. Използвайте „none“ за "
+"режим без пренос, „word“ за пренос на границите на думи и „char“ за пренос "
+"при всеки знак. Имайте предвид, че стойностите са зависими от регистъра на "
+"буквите, така че се уверете, че са изписани точно, както ги виждате тук."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid "Print Line Numbers"
+msgstr "Печатане на номера на редове"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ако тази стойност е 0, при печат на документ няма да бъдат разпечатани "
+"номера на редове. Иначе gedit ще печата номера през всеки толкова реда. "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+msgid "Body Font for Printing"
+msgstr "Шрифт на текста в тялото на документа при печат"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"Указване на шрифта, който да се използва за тялото на документа при печат."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+msgid "Header Font for Printing"
+msgstr "Шрифт на колонтитула при печат"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:73
+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.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Line Number Font for Printing"
+msgstr "Шрифт на номера на ред при печат"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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.gnome.gedit.gschema.xml.in.h:77
+msgid "Margin Left"
+msgstr "Ляво бяло поле"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "The left margin, in millimeters."
+msgstr "Ляво бяло поле в милиметри"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Margin Top"
+msgstr "Горно бяло поле"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+msgid "The top margin, in millimeters."
+msgstr "Горно бяло поле в милиметри"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Right"
+msgstr "Дясно бяло поле"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The right margin, in millimeters."
+msgstr "Дясно бяло поле в милиметри"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Bottom"
+msgstr "Долно бяло поле"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The bottom margin, in millimeters."
+msgstr "Долно бяло поле в милиметри"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Candidate Encodings"
+msgstr "Подходящи кодирания"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Списък с предложените кодирания в менюто за кодиране в прозореца за избор на "
+"файл при отваряне или запазване. „CURRENT“ представлява текущото кодиране от "
+"локала. Позволени са само познати кодирания. Стандартната стойност е празен "
+"списък, в който случай gedit ползва стандартната стойност за езика и "
+"територията."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Active plugins"
+msgstr "Включени приставки"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Списък на включените приставки. Съдържа „местоположението“ на включените "
+"приставки. Погледнете файла „.gedit-plugin“, за да намерите "
+"„местоположението“ на дадена приставка."
+
+#: ../gedit/gedit-app.c:110
+msgid "Show the application's version"
+msgstr "Извеждане на версията приложението"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+"Показване на възможните стойности\n"
+" за кодирането"
+
+#: ../gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Кодиране на знаците, което да бъде\n"
+" използвано при отварянето на файлове "
+"чрез\n"
+" командния ред"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "КОДИРАНЕ"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Създаване на нов прозорец в работещ gedit"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Създаване на нов документ в работещ gedit"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr ""
+"Отваряне на файловете и заключване на програмата, докато файловете не се "
+"затворят"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "Изпълнение в самостоятелен режим"
+
+#: ../gedit/gedit-app.c:158
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[ФАЙЛ…] [+РЕД[:КОЛОНА]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "Грешка при изобразяване на ръководството."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: неправилно кодиране на знаците."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "_Без запазване"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-io-error-info-bar.c:130
+#: ../gedit/gedit-io-error-info-bar.c:511
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_Отказ"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "_Запазване като…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "_Запазване"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ако не изберете „Запазване“, промените от последната %ld секунда ще бъдат "
+"загубени безвъзвратно."
+msgstr[1] ""
+"Ако не изберете „Запазване“, промените от последните %ld секунди ще бъдат "
+"загубени безвъзвратно."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Ако не изберете „Запазване“, промените от последната минута ще бъдат "
+"загубени безвъзвратно."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ако не изберете „Запазване“, промените от последната минута и %ld секунда ще "
+"бъдат загубени безвъзвратно."
+msgstr[1] ""
+"Ако не изберете „Запазване“, промените от последната минута и %ld секунди ще "
+"бъдат загубени безвъзвратно."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ако не изберете „Запазване“, промените от последната %ld минута ще бъдат "
+"загубени безвъзвратно."
+msgstr[1] ""
+"Ако не изберете „Запазване“, промените от последните %ld минути ще бъдат "
+"загубени безвъзвратно."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+"Ако не изберете „Запазване“, промените от последния час ще бъдат загубени "
+"безвъзвратно."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ако не изберете „Запазване“, промените от последния час и %d минута ще бъдат "
+"загубени безвъзвратно."
+msgstr[1] ""
+"Ако не изберете „Запазване“, промените от последния час и %d минути ще бъдат "
+"загубени безвъзвратно."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ако не изберете „Запазване“, промените от последния час ще бъдат загубени "
+"безвъзвратно."
+msgstr[1] ""
+"Ако не изберете „Запазване“, промените от последните %d часа ще бъдат "
+"загубени безвъзвратно."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Промените в документа „%s“ ще бъдат безвъзвратно загубени."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr ""
+"Искате ли да запазите промените в документа „%s“ преди да бъде затворен?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "Запазването е изключено от системния администратор."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Промените направени по %d документ ще бъдат загубени безвъзвратно."
+msgstr[1] "Промените направени по %d документа ще бъдат загубени безвъзвратно."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Има %d документ с незапазени промени. Да бъде ли запазен преди затварянето?"
+msgstr[1] ""
+"Има %d документа с незапазени промени. Да бъдат ли запазени преди "
+"затварянето?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "Документи с _незапазени промени:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "Изберете докум_ентите, които искате да запазите:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+"Ако не изберете „Запазване“, всичките ви промени ще бъдат загубени "
+"безвъзвратно."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Файлът „%s“ се зарежда…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Зарежда се %d файл…"
+msgstr[1] "Зареждат се %d файла…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Отваряне"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:39
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "_Отваряне"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Файлът „%s“ е само за четене."
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Искате ли да се опитате да го замените с този, който записвате сега?"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "_Замяна"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Запазване с компресия?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "Запазване като обикновен текст?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"Файлът „%s“ е бил запазен като обикновен текст, но сега ще бъде запазен с "
+"компресия."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "_С компресия"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Файлът „%s“ е бил запазен с компресия, а сега ще бъде запазен като обикновен "
+"текст."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "_Обикновен текст"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Файлът „%s“ се запазва…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Запазване като"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Възстановяване на документа „%s“…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Възвръщане на незапазените промени на документа „%s“?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Промените направени по документа в последната %ld секунда ще бъдат загубени "
+"безвъзвратно."
+msgstr[1] ""
+"Промените направени по документа в последните %ld секунди ще бъдат загубени "
+"безвъзвратно."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Промените направени по документа в последната минута ще бъдат загубени "
+"безвъзвратно."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Промените направени по документа в последната минута и %ld секунда ще бъдат "
+"загубени безвъзвратно."
+msgstr[1] ""
+"Промените направени по документа в последната минута и %ld секунди ще бъдат "
+"загубени безвъзвратно."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Промените направени по документа в последната %ld минута ще бъдат загубени "
+"безвъзвратно."
+msgstr[1] ""
+"Промените направени по документа в последните %ld минути ще бъдат загубени "
+"безвъзвратно."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Промените направени по документа в последния час ще бъдат загубени "
+"безвъзвратно."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Промените направени по документа в последния час и %d минута ще бъдат "
+"загубени безвъзвратно."
+msgstr[1] ""
+"Промените направени по документа в последния час и %d минути ще бъдат "
+"загубени безвъзвратно."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Промените направени по документа в последния час ще бъдат загубени "
+"безвъзвратно."
+msgstr[1] ""
+"Промените направени по документа в последните %d часа ще бъдат загубени "
+"безвъзвратно."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "_Възстановяване"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit е малък и лек текстов редактор за работната среда GNOME"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"Владимир „Kaladan“ Петков <kaladan@gmail.com>\n"
+"Ростислав „zbrox“ Райков <zbrox@i-space.org>\n"
+"Евгени Боевски <linkej@yahoo.com>\n"
+"Александър Шопов <ash@kambanaria.org>\n"
+"Красимир Чонов <mk2616@abv.bg>\n"
+"Валентин Ласков <laskov@festa.bg>\n"
+"\n"
+"Проектът за превод на GNOME има нужда от подкрепа.\n"
+"Научете повече за нас на <a href=\"http://gnome.cult.bg\">http://gnome.cult."
+"bg</a>\n"
+"Докладвайте за грешки на <a href=\"http://gnome.cult.bg/bugs\">http://gnome."
+"cult.bg/bugs</a>"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Намерено и заменено %d съвпадение."
+msgstr[1] "Намерени и заменени %d съвпадения."
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "Намерено и заменено едно съвпадение."
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "\"%s\" not found"
+msgstr "Низът „%s“ не е открит"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Незапазен документ %d"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "%i-а група подпрозорци"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167 ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "(само за четене)"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Автоматично открито"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove..."
+msgstr "Добавяне или премахване…"
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Текущ локал (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (текущ локал)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings' preferences?"
+msgstr "Да се занулят ли предпочитаните кодирания към стандартните?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "За_нуляване"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Добавяне"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Премахване"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Увеличаване на приоритета"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Намаляване на приоритета"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Всички файлове"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "Всички текстови файлове"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "Кодиране на з_наците:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "Край на _ред:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "Кодиране на знаците:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Край на ред:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "Обикновен текст"
+
+#: ../gedit/gedit-io-error-info-bar.c:143
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Опитване отново"
+
+#: ../gedit/gedit-io-error-info-bar.c:163
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Файлът „%s“ не може да бъде открит."
+
+#: ../gedit/gedit-io-error-info-bar.c:165
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:212
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Проверете дали сте написали местоположението правилно и опитайте отново."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:184
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Местоположения „%s:“ не могат да се обработват."
+
+#: ../gedit/gedit-io-error-info-bar.c:190
+msgid "Unable to handle this location."
+msgstr "Не може да се използва това местоположение."
+
+#: ../gedit/gedit-io-error-info-bar.c:199
+msgid "The location of the file cannot be accessed."
+msgstr "Местоположението на файла не може да се достигне."
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is a directory."
+msgstr "„%s“ е папка."
+
+#: ../gedit/gedit-io-error-info-bar.c:210
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "„%s“ не е валидно местоположение."
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Хостът „%s“ не е намерен. Проверете настройките на сървъра посредник и "
+"опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Името на хоста е невалидно. Уверете се, че сте написали адреса правилно и "
+"опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:269
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "„%s“ не е обикновен файл."
+
+#: ../gedit/gedit-io-error-info-bar.c:274
+msgid "Connection timed out. Please try again."
+msgstr "Връзката изтече. Опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Неочаквана грешка: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:343
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Заявеният файл не може да бъде открит. Вероятно наскоро е бил изтрит."
+
+#: ../gedit/gedit-io-error-info-bar.c:353
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Файлът „%s“ не може да се възстанови."
+
+#: ../gedit/gedit-io-error-info-bar.c:380
+msgid "Ch_aracter Encoding:"
+msgstr "Кодир_ане на знаците:"
+
+#: ../gedit/gedit-io-error-info-bar.c:441
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Местоположението „%s“ в момента е недостъпно."
+
+#: ../gedit/gedit-io-error-info-bar.c:456
+msgid "Your system is offline. Check your network."
+msgstr "Компютърът ви не е включен в мрежата. Проверете връзката си към нея."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:768
+msgid "Edit Any_way"
+msgstr "_Редактиране въпреки това"
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"При проследяване на връзки има ограничение в броя им. В неговите рамки "
+"файлът не бе открит."
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Нямате нужните права, за да отворите този файл."
+
+#: ../gedit/gedit-io-error-info-bar.c:601
+msgid "Unable to detect the character encoding."
+msgstr "Кодирането на знаците не може да бъде определено."
+
+#: ../gedit/gedit-io-error-info-bar.c:602
+#: ../gedit/gedit-io-error-info-bar.c:626
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Проверете дали не се опитвате да отворите двоичен файл."
+
+#: ../gedit/gedit-io-error-info-bar.c:603
+msgid "Select a character encoding from the menu and try again."
+msgstr "Изберете кодиране на знаците от менюто и опитвайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:609
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Имаше проблем при отваряне на файла „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:611
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Файлът, който отворихте, съдържа неправилни знаци. Ако продължите и го "
+"редактирате, можете да го повредите."
+
+#: ../gedit/gedit-io-error-info-bar.c:614
+msgid "You can also choose another character encoding and try again."
+msgstr "Изберете друго кодиране на знаците от менюто и опитвайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Файлът „%s“ не може да се отвори при кодиране на знаците „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#: ../gedit/gedit-io-error-info-bar.c:702
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Изберете различно кодиране на знаците от менюто и опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Файлът „%s“ не може да се отвори."
+
+#: ../gedit/gedit-io-error-info-bar.c:697
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Файлът „%s“ не може да се запази при използване кодиране на знаците „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:700
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Документът съдържа един или повече знаци, които не могат да бъдат записани "
+"чрез определеното кодиране на знаците."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:773
+msgid "D_on't Edit"
+msgstr "_Отказване на редактирането"
+
+#: ../gedit/gedit-io-error-info-bar.c:783
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Файлът „%s“ е отворен и в друг прозорец."
+
+#: ../gedit/gedit-io-error-info-bar.c:797
+msgid "Do you want to edit it anyway?"
+msgstr "Искате ли да го редактирате въпреки това?"
+
+#: ../gedit/gedit-io-error-info-bar.c:853
+#: ../gedit/gedit-io-error-info-bar.c:943
+#: ../gedit/gedit-io-error-info-bar.c:1235
+msgid "S_ave Anyway"
+msgstr "_Запазване въпреки това"
+
+#: ../gedit/gedit-io-error-info-bar.c:856
+#: ../gedit/gedit-io-error-info-bar.c:946
+#: ../gedit/gedit-io-error-info-bar.c:1238
+msgid "D_on't Save"
+msgstr "_Отказване на запазването"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:870
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Файлът „%s“ е променен след прочитането му."
+
+#: ../gedit/gedit-io-error-info-bar.c:885
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Ако изберете „Запазване“, всички външни промени могат да бъдат изгубени. Да "
+"се запази ли въпреки това?"
+
+#: ../gedit/gedit-io-error-info-bar.c:965
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Не може да се създаде резервно копие, докато се запазва „%s“"
+
+#: ../gedit/gedit-io-error-info-bar.c:970
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Не може да се създаде временно резервно копие, докато се запазва „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:987
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"gedit не успя да запази резервно копие на старата версия на файла, преди да "
+"запази новата. Можете да пренебрегнете това предупреждение и да запазите "
+"файла, но ако се появи грешка докато файлът се запазва, може да загубите "
+"старата му версия. Да се запази ли файла въпреки това?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1047
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"gedit не може да обработи местоположението „%s:“ в режим запис. Проверете "
+"дали сте написали местоположението правилно и опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:1055
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"gedit не може да обработи това местоположение в режим запис. Проверете дали "
+"сте написали местоположението правилно и опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:1064
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"„%s“ не е правилно местоположение. Проверете дали сте въвели "
+"местоположението правилно и опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:1071
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Нямате нужните права, за да запазите файла. Проверете дали сте написали "
+"правилно местоположението и опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:1077
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"На твърдия диск няма достатъчно място за запис на файла. Освободете място и "
+"опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:1082
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Опитвате се да запазите файл върху устройство, което позволява само четене. "
+"Проверете дали сте въвели местоположението правилно и опитайте отново."
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Файл със същото име вече съществува. Използвайте друго име."
+
+#: ../gedit/gedit-io-error-info-bar.c:1093
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Дискът, на който записвате има ограничение за размера на имената на "
+"файловете. Използвайте по-кратко име."
+
+#: ../gedit/gedit-io-error-info-bar.c:1104
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Дискът, на който записвате, има ограничение за размера на файловете. "
+"Пробвайте да запазите по-малък файл или използвайте диск без ограничения."
+
+#: ../gedit/gedit-io-error-info-bar.c:1121
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Файлът „%s“ не може да се запази."
+
+#: ../gedit/gedit-io-error-info-bar.c:1161
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Файлът „%s“ е променен на диска."
+
+#: ../gedit/gedit-io-error-info-bar.c:1172
+msgid "Drop Changes and _Reload"
+msgstr "Забравяне на промените и п_резареждане"
+
+#: ../gedit/gedit-io-error-info-bar.c:1182
+#: ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "П_резареждане"
+
+#: ../gedit/gedit-io-error-info-bar.c:1187
+msgid "_Ignore"
+msgstr "_Игнориране"
+
+#: ../gedit/gedit-io-error-info-bar.c:1248
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "При запазването на „%s“ бяха открити някои невалидни знаци"
+
+#: ../gedit/gedit-io-error-info-bar.c:1264
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Ако продължите със запазването на този файл, документът може да се повреди. "
+"Искате ли да продължите?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Натиснете бутона, за да изберете какъв шрифт да използва редакторът"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Използване на системния шрифт с фиксирана широчина (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"Папката „%s“ не може да бъде създадена: неуспешно изпълнение на "
+"g_mkdir_with_parents(): %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "Избраната цветова схема не може да бъде инсталирана."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Добавяне на схема"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "_Добавяне на схема"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Файлове на цветова схема"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Цветовата схема „%s“ не може да бъде изтрита."
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing..."
+msgstr "Подготовка…"
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Файл: %s"
+
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Страница %N от %Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Страница %d от %d…"
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "Страница %d от %d"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Нищо"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "Търсене и замяна"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "ЗАМ"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "ВМК"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Има подпрозорец с грешки."
+msgstr[1] "Има %d подпрозореца с грешки."
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Възстановяване на %s от %s"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "Възстановяване на %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Зареждане на %s от %s"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "Зареждане на %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Запазване на %s в %s"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "Запазване на %s"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "Грешка при отваряне на файла %s"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Грешка при възстановяването на файла %s"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "Грешка при запазване на файла %s"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Име:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "Вид MIME:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Кодиране на знаците:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "Проверете дали сте инсталирали правилно програмата."
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Неуспешно намиране на файла с ГПИ — %s. Грешка: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "Неуспешно намиране на обекта „%s“ във файла %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ на „%s“"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Класически Mac OS"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "Показване на _номера на редовете"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d от %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "_След края — от началото"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "Съвпадение като _регулярен израз"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "Само съвпадения на _цяла дума"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "Зачитане на р_егистъра"
+
+#: ../gedit/gedit-view-frame.c:1026
+msgid "String you want to search for"
+msgstr "Низ, който да бъде търсен"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "Line you want to move the cursor to"
+msgstr "Ред, на който искате да преместите курсора"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "Съответстващата скоба е извън обхвата"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "Няма съответстваща скоба"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Открита е скоба на ред: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ред %d, Кол. %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Широчина на табулатора: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "Някои документи не са записани"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "Смяна на страницата на страничния панел"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Документи"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "Преместване на_ляво"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "Преместване на_дясно"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "Преместване в нов _прозорец"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "Преместване в нова _група подпрозорци"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "Зат_варяне"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "Автоматичен отстъп"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Използване на интервали"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "Показване на номера на редовете"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "Показване на дясна граница"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "Оцветяване на текущия ред"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "Режим с пренасяне"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "_Файл"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "_Нов"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "Отваряне на _скоро ползван документ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "_Преотваряне на затворен подпрозорец"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "_Запазване като…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20
+#: ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "_Нов прозорец"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "_Печат…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "_Спиране на програмата"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "_Редактиране"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "_Отмяна"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "_Повторение"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "_Отрязване"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "_Копиране"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "_Поставяне"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:915
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:953
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Изтриване"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "Режим на за_местване"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "Избор на _всичко"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_Настройки"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+msgid "_View"
+msgstr "_Изглед"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "Страничен _панел"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "_Долен панел"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "На _цял екран"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "_Режим на оцветяване…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "_Търсене"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "_Търсене…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "_Следваща поява"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "_Предишна поява"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "Търсене и _замяна…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "Из_чистване на оцветяването"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "Отиване на _ред…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+msgid "_Tools"
+msgstr "_Инструменти"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "_Документи"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "Запазване на _всички"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "Зат_варяне на всички"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "_Нова група подпрозорци"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "П_редишна група подпрозорци"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "С_ледваща група подпрозорци"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "_Предишен документ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "_Следващ документ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "Преместване в нов _прозорец"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+#: ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "Помо_щ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "_Относно"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "_Клавишни комбинации"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "Запазване на _всички"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "_Търсене и замяна…"
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "Отиване на _ред…"
+
+#: ../gedit/resources/gtk/menus.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "Изглед"
+
+#: ../gedit/resources/gtk/menus.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "Инструменти"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "Кодиране на знаците"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "_Прилагане"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "На_лични кодирания"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "_Избрани кодирания"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Описание"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Кодиране"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Режим на оцветяване"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Избор"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "Търсене на режим на оцветяване…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "Няма резултати"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "_Други документи…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Отваряне на друг файл"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Настройки"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Показване на _дясна граница при колона:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "Лента на _състоянието"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "Показване на _обзора"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "Показване на _шаблон-решетка"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Режим с пренасяне"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Разрешаване на ре_жим с пренасяне"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "Без разделяне на думите на _два реда"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "Оцветяване"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "Оцветяване на _текущия ред"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "Оцветяване на съответства_щите скоби"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "Табулатори"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "_Широчина на табулатора:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "Вмъкване на _интервали вместо табулации"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "Включване на _автоматичния отстъп"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "Запазване на файлове"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "Създаване на _резервно копие на файловете преди запазване"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "Автоматично запазване на файловете на _всеки"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_минути"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "Редактор"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "Шрифт"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "_Шрифт на редактора:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "Избор на шрифт за редактора"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "Цветова схема"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "Инсталиране на схема"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "Инсталиране на схема"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "Деинсталиране на схема"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "Деинсталиране на схема"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "Шрифт и цветове"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "Приставки"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Синтактично оцветен текст"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Печат с оцветяване на _синтаксиса"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Номера на редове"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Печатане на _номера на редове"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_Номериране на всеки"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "реда"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Колонтитул на страници"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Печатане на _горните колонтитули"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Шрифтове"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Тяло:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "Номера на _редове:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "Горен и долен _колонтитул:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "_Възстановяване на стандартните шрифтове"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Показване на предишната страница"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "Показване на следващата страница"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "Текуща страница (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "от"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "Общо страници"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "Общият брой страници в документа"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "Показване на множество страници"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Мащаб 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "Вместване на цялата страница"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "Увеличаване на страницата"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "Намаляване на страницата"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "Затваряне на мострата"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "_Затваряне на мострата"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "Преглед на страница"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "Преглед как ще изглежда отпечатана страницата от документа"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "Замяна на _всички"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Търсене"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Търсене _на "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "_Замяна с:"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "Зачитане на главни / _малки"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "Ако съвпада само с _цяла дума"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "_Регулярен израз"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "Търсене наза_д"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "_След края — от началото"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Документи"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Създаване на нов документ в подпрозорец"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Отваряне на документ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Запазване на документа"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Запазване на текущия документ с ново име на файл"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Запазване на всички документи"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Затваряне на документа"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Затваряне на всички документи"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Наново отваряне на скоро затворен документ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Превключване към следващия документ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Превключване към предишния документ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+msgctxt "shortcut window"
+msgid "Switch to the first - ninth document"
+msgstr "Превключване от първия към последния документ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Прозорци и панели"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Създаване на нов документ в прозорец"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Създаване на нова група подпрозори"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Показване на страничния панел"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Показване на долния панел"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Превключване на цял екран"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Спиране на програмата"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Търсене и замяна"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Търсене"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Показване на следващото съвпадение"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Показване на предишното съвпадение"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Изчистване на оцветяването"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Отиване на ред"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Копиране и поставяне"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Копиране на избрания текст в буфера за обмен"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Отрязване на избрания текст в буфера за обмен"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Поставяне на текста от буфера за обмен"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Отмяна и повтаряне"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Отмяна на предишната команда"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Повтаряне на предишната команда"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Избрано"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Избор на _всичко"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Редактиране"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Превключване на вмъкване / заместване"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Изтриване на текущия ред"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Обединяване на избраните редове"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Преместване на текущия ред нагоре"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Преместване на текущия ред надолу"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Преместване на текущата дума вляво"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Преместване на текущата дума вдясно"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Да е с главни"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Да и с малки"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Игнориране на главни / малки"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Увеличаване на числото на фокус"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Намаляване на числото на фокус"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Инструменти"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Проверка на правописа"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Отпечатване на текущия документ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Показване на прозореца с дописванията"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Затваряне на документ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Отваряне на файл"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Отваряне"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Създаване на нов документ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Нов"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Запазване на текущия файл"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Запазване"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Скриване на панел"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "Отваряне на прозорец за файл"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Изход от цял екран"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Проверка за обновления"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Проверка за последната версия на gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Грешка при изобразяване на адреса."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Изтегляне"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Игнориране на версията"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Има нова версия на gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Можете да изтеглите новата версия на gedit като натиснете бутона за изтегляне"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "Игнорирана версия"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Игнорирана версия до следващата издадена версия."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Статистика за документа"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Извеждане на броя думи, редове и знаци в документ."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "_Статистика за документа"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Документ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Избрано"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Редове"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Думи"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Знаци (с интервали)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Знаци (без интервали)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Байтове"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Компилиране"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Стартиране на „make“ в папката на документа"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Отваряне на терминал тук"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Отваряне на терминал в местоположението на документа"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Изтриване на празните знаци в краищата на редовете"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+"Изтриване на безполезните празни знаци в краищата на редовете във файла"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Стартиране на команда"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Изпълнение на команда и пренасочване на изхода ѝ в нов документ"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Изпращане към „fpaste“"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr ""
+"Копиране на текущо избрания текст или целия документ и изпращане към „fpaste“"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Външни инструменти"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Изпълняване на външни команди и скриптове."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "Използване на системния шрифт"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ако опцията е включена, външните инструменти ще използват глобалния "
+"стандартен шрифт, ако е равноширок (може да се използва и подобен шрифт)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+"Име на шрифт във формат Pango. Примери: „Sans 12“ или „Monospace Bold 14“."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "_Управление на външните инструменти…"
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "_Външни инструменти"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Командата не може да бъде изпълнена: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "Трябва да сте в дума, за да използвате тази команда"
+
+#: ../plugins/externaltools/tools/functions.py:302
+msgid "Running tool:"
+msgstr "Стартиран инструмент:"
+
+#: ../plugins/externaltools/tools/functions.py:333
+msgid "Done."
+msgstr "Готово."
+
+#: ../plugins/externaltools/tools/functions.py:335
+msgid "Exited"
+msgstr "Завърши работа."
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "Всички езици"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "Всички езици"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "Нов инструмент"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Този бърз клавиш е вече свързан с %s."
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Въведете нов бърз клавиш или натиснете „Backspace“ за изчистване"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "Въведете нов бърз клавиш"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "Спрян."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Спиране на инструмент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Винаги налично"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Всички документи"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Всички документи освен тези без име"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Само локални файлове"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Само отдалечени файлове"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Само документи без име"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Текущия документ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Текущо избраната част"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Текущо избраната част (стандартно е целият документ)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Текущия ред"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Текущата дума"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "Показване в долния панел"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Създаване на нов документ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Добавяне към текущия документ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Замяна на целия документ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Замяна на избраната част"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "Вмъкване на позицията на курсора"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "Управление на външните инструменти"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Добавяне на нов инструмент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Добавяне на инструмент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Премахване на избрания инструмент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Премахване на инструмент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Възстановяване на инструмент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Възстановяване на инструмент"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "Бърз _клавиш:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_Запазване:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "_Вход:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "_Изход:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "Прило_жимост:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:119
+msgid "Tool Output"
+msgstr "Изведена информация от инструмент"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Панел на файловия браузър"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Лесен файлов достъп от страничния панел"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Начало"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Файлова система"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Файлов браузър"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "Възникна грешка при създаването на нова папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "Възникна грешка при създаването на нов файл"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "Възникна грешка при преименуването на файл или папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "Възникна грешка при изтриването на файл или папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Възникна грешка при отварянето на папка в мениджъра за файлове"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "Възникна грешка при задаването на главната папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "Възникна грешка при зареждането на папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "Възникна грешка"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:898
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Файлът не може да бъде преместен в кошчето,\n"
+"искате ли окончателно да го изтриете?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:903
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Файлът „%s“ не може да бъде преместен в кошчето."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:908
+msgid "The selected files cannot be moved to the trash."
+msgstr "Избраните файлове не могат да бъдат преместени в кошчето."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:939
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Сигурни ли сте, че искате окончателно да изтриете „%s“?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:944
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Сигурни ли сте, че искате окончателно да изтриете избраните файлове?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:947
+msgid "If you delete an item, it is permanently lost."
+msgstr "Изтритите неща биват окончателно унищожени."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(Празен)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Преименуваният файл в момента не преминава през филтъра. За да го направите "
+"видим, трябва да промените филтъра си"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "Файл без име"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Новият файл в момента не преминава през филтъра. За да го направите видим, "
+"трябва да промените филтъра си"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "Папка без име"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Новата папка в момента не преминава през филтъра. За да я направите видима, "
+"трябва да промените филтъра си"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "Отметки"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Липсва обект, представляващ монтирания том: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Носителят не може да се отвори: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Томът не може да се монтира: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "Възникна грешка при зареждането на „%s“: няма такава папка"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "Отваряне в дървовидния изглед"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Отваряне на дървовидния изглед, когато приставката за браузъра се зареди "
+"вместо изгледа на отметките"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Основна папка на файловия браузър"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Основната папка на файловия браузър, когато се зареди приставката за "
+"файловия браузър и „onload/tree_view“ е ИСТИНА."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Виртуална основна папка на файловия браузър"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Виртуалната основна папка на файловия браузър, когато се зареди приставката "
+"за файловия браузър и „onload/tree_view“ е ИСТИНА. Виртуалната папка трябва "
+"да е под истинската основна папка."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Включване на възстановяването на отдалеченото местоположение"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+"Задаване на включването на възстановяването на отдалечени местоположения."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "Местоположението да е на първия документ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Ако е ИСТИНА, приставката за мениджъра ще стартира с папката на първия "
+"отворен документ, стига да не е използван файловия браузър. (Това обикновено "
+"е така при отваряне на документ от командния ред или при отварянето му през "
+"Nautilus, и т.н.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Режим на филтриране във файловия браузър"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Тази стойност определя кои файлове не преминават през филтъра на файловия "
+"браузър. Възможните стойности са „none“ (нищо да не се филтрира), „hide-"
+"hidden“ (махане на скритите файлове от изгледа), „hide-binary“ (махане на "
+"двоичните файлове от изгледа)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Шаблон на филтъра за файловия браузър"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Шаблонът за филтри, който да се ползва във файловия браузър. Той работи в "
+"режима на филтриране посочен във „filter_mode“."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "Шаблон на филтъра за файловия браузър"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Допълнителни шаблони при филтриране на двоични файлове."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "_Основната папка да е на активния документ"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Нова папка"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "Нов _файл"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "П_реименуване…"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "Преместване в _кошчето"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "_Обновяване на изгледа"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "_Преглед на папка"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_Отваряне в терминал"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Филтър"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Показване на _скритите"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "Показване на _двоичните"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "Напасване на имената на файлове"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "История"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "Отваряне на менюто за история"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Линии за режима"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Поддръжка в gedit на линиите за режима на Emacs, Kate и Vim."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "Цвят на командите"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "Цвят на командата"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "Цвят на грешките"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "Цвят на грешките"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ако е истина, външните инструменти ще използват глобалния стандартен шрифт, "
+"ако е равноширок, или подобен."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Цвят на _командите:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Цвят на _грешките:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:53
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Конзола на Питон"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Интерактивна конзола на Питон в долния панел"
+
+#: ../plugins/quickopen/quickopen/__init__.py:40
+msgid "Quick Open..."
+msgstr "Бързо отваряне…"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:33
+msgid "Quick Open"
+msgstr "Бързо отваряне"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Бързо отваряне на файлове"
+
+#: ../plugins/quickopen/quickopen/popup.py:83
+msgid "Type to search..."
+msgstr "Търсене на написаното…"
+
+#: ../plugins/snippets/snippets/appactivatable.py:81
+msgid "Manage _Snippets..."
+msgstr "Управление на _изрезки…"
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Изрезки"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "Архивът „%s“ не може да бъде създаден"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "Целевата папка „%s“ не съществува"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "Целевата папка „%s“ е невалидна папка"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "Файлът „%s“ не съществува"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "„%s“ не е валиден файл с изрезки"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "Внесеният файл „%s“ не е валиден файл с изрезки"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "Архивът „%s“ не може да бъде разархивиран"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Следните файлове не могат да бъдат внесени: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "Файлът „%s“ не е валиден архив с изрезки"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "Архив с изрезки"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "Добавяне на нова изрезка…"
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "Глобално"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "Възстановяване на избраната изрезка"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "Изтриване на избраната изрезка"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Това не е валиден спусък за табулатора. Валидните спусъци съдържат букви, "
+"цифри (или „_“, „:“ и „.“) или единичен знак, който не е буква или цифра — "
+"например „{“, „[“ и т.н."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Дума, с която изрезката се поставя след натискане на табулатор"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Възникна следната грешка при внасяне: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "Внасянето завърши успешно"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Внасяне на изрезки"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "Всички поддържани архиви"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Архив, компресиран с gzip"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Архив, компресиран с bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "Единичен файл с изрезки"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "Всички файлове"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Възникна следната грешка при изнасяне: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "Изнасянето завърши успешно"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Искате ли да изнесете и избраните <b>системни</b> изрезки?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "Не са избрани изрезки за изнасяне"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "Изнасяне на изрезки"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Въведете нов бърз клавиш или натиснете „Backspace“ за изчистване"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "Въведете нов бърз клавиш"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Изпълнението на командата на Питон (%s) надвиши максималното разрешено "
+"време. Изпълнението ѝ се преустановява."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Изпълнението на командата на Питон (%s) е неуспешно: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Вмъкване на често използвани части текст, по бърз начин"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Управление на изрезки"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "Създаване на нова изрезка"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Добавяне на изрезка"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Изтриване на изрезка"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Внасяне на изрезки"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "Изнасяне на избраните изрезки"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Изнасяне на изрезки"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Задействане"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "_Спусък за табулатора:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "Б_ърз клавиш:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Бърз клавиш, с който се поставя изрезката"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "_Цели на влачене:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort..."
+msgstr "Подре_ждане…"
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Подреждане"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "Обратен _ред"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "Пр_емахване на повтарящите се"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "_Разлика главни / малки"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "_Започване от колона:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "Подре_ждане"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Подреждане на документ или избран текст."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling..."
+msgstr "_Проверка на правописа…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language..."
+msgstr "Избор на _език…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Оцветяване на сгрешените думи"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Проверка на правописа"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Проверка на правописа на текущия документ."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "Вм_ъкване на дата / време…"
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "Налични формати"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "Запитващо съобщение"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Запитване на потребителя за форматиране, използване на избраното форматиране "
+"или използване на потребителско форматиране."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "Избран формат"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "Избраният формат при вмъкване на дата/време."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "Използване на потребителски формат"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "Потребителският формат при вмъкване на дата/време."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Вмъкване на дата / време"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "Използване на _избрания формат"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "Използване на потре_бителски формат"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2002 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "_Вмъкване"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Настройка на приставката дата/време"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "При вмъкване на дата/време…"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "Посочване на _формат"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Вмъкване дата / време"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Вмъкване на текущите дата и час на позицията на курсора."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Отваряне на нов прозорец"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Отваряне на нов документ"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Геометрия на прозореца за X Window (ВИСОЧИНАxШИРОЧИНА+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "ГЕОМЕТРИЯ"
diff --git a/po/bn.po b/po/bn.po
new file mode 100644
index 0000000..ea6922e
--- /dev/null
+++ b/po/bn.po
@@ -0,0 +1,5443 @@
+# Bengali translation of Gedit.
+# Copyright (C) 2003 Free Software Foundation
+# This file is distributed under the same license as the gedit package.
+#
+# Santanu Chatterjee, 2003.
+# Runa Bhattacharjee <runa@bengalinux.com>, 2005.
+# Runa Bhattacharjee <runabh@gmail.com>, 2006.
+# Runa Bhattacharjee <runab@fedoraproject.org>, 2008.
+# Runa Bhattacharjee <runab@redhat.com>, 2008, 2009.
+# Maruf Ovee <maruf@ankur.org.bd>, 2009.
+# Sadia Afroz <sadia@ankur.org.bd>, 2010.
+# Israt Jahan <israt@ankur.org.bd>, 2010.
+# Sadia Afroz <sadia@ankur.org.bd>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: bn\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&component=general\n"
+"POT-Creation-Date: 2010-02-27 11:19+0000\n"
+"PO-Revision-Date: 2010-03-29 19:31+0600\n"
+"Last-Translator: Sadia Afroz <sadia@ankur.org.bd>\n"
+"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
+"Language: bn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "টেক্সট ফাইল সম্পাদনা করুন"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:759
+msgid "Text Editor"
+msgstr "টেক্সট সম্পাদক"
+
+# Translated by sadia
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "জিএডিট টেক্সট সম্পাদক"
+
+#: ../data/gedit.schemas.in.in.h:1
+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/gedit.schemas.in.in.h:2
+msgid "Active plugins"
+msgstr "সক্রিয় প্লাগ-ইন"
+
+#: ../data/gedit.schemas.in.in.h:3
+#| msgid "Auto indent"
+msgid "Automatic indent"
+msgstr "স্বয়ংক্রিয় ইন্ডেন্ট নির্ধারণ"
+
+#: ../data/gedit.schemas.in.in.h:4
+#| msgid "Auto Detected Encodings"
+msgid "Automatically Detected Encodings"
+msgstr "স্বয়ংক্রিয়ভাবে সনাক্ত করা এনকোডিং"
+
+#: ../data/gedit.schemas.in.in.h:5
+#| msgid "Auto Save"
+msgid "Autosave"
+msgstr "স্বয়ংক্রিয় সংরক্ষণ ব্যবস্থা"
+
+#: ../data/gedit.schemas.in.in.h:6
+#| msgid "Auto Save Interval"
+msgid "Autosave Interval"
+msgstr "স্বয়ংক্রিয় সংরক্ষণের মধ্যে বিরতি"
+
+#: ../data/gedit.schemas.in.in.h:7
+msgid "Body Font for Printing"
+msgstr "মুদ্রণের সময় মূল অংশে ব্যবহৃত ফন্ট"
+
+#: ../data/gedit.schemas.in.in.h:8
+msgid "Bottom Panel is Visible"
+msgstr "নিম্নস্থিত প্যানেল প্রদর্শন করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:9
+msgid "Create Backup Copies"
+msgstr "ব্যাক-আপ অনুলিপি নির্মাণ করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:10
+msgid "Display Line Numbers"
+msgstr "লাইন সংখ্যা প্রদর্শন করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:11
+msgid "Display Right Margin"
+msgstr "ডানপ্রান্তের রেখা প্রদর্শন করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:12
+msgid "Editor Font"
+msgstr "সম্পাদকে ব্যবহৃত ফন্ট"
+
+#: ../data/gedit.schemas.in.in.h:13
+msgid "Enable Search Highlighting"
+msgstr "অনুসন্ধানে টেক্সট ঔজ্জ্বল্যের বৈশিষ্ট্য সক্রিয় করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:14
+msgid "Enable Syntax Highlighting"
+msgstr "সিন্টেক্সের বিভিন্ন অংশের পৃথক বিন্যাস"
+
+#: ../data/gedit.schemas.in.in.h:15
+msgid "Encodings shown in menu"
+msgstr "মেনুর মধ্যে প্রদর্শিত এনকোডিং"
+
+#: ../data/gedit.schemas.in.in.h:16
+msgid "Header Font for Printing"
+msgstr "মুদ্রণের সময় ব্যবহৃত ফন্ট"
+
+#: ../data/gedit.schemas.in.in.h:17
+msgid "Highlight Current Line"
+msgstr "বর্তমান লাইনটি উজ্জ্বল করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:18
+msgid "Highlight Matching Bracket"
+msgstr "অনুরূপ বন্ধনীচিহ্ন উজ্জ্বল করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:19
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"মান ০ হলে, মুদ্রণ করার সময় নথির মধ্যে কোনো লাইন সংখ্যা উল্লেখ করা হবে না। অন্যথা, "
+"প্রতিটি লাইনের জন্য gedit-এর দ্বারা সংখ্যা মুদ্রণ করা হবে।"
+
+#: ../data/gedit.schemas.in.in.h:20
+msgid "Insert spaces"
+msgstr "শূণ্যস্থান সন্নিবেশ করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:21
+msgid "Line Number Font for Printing"
+msgstr "মুদ্রণের সময় লাইন সংখ্যার জন্য ব্যবহৃত ফন্ট"
+
+#: ../data/gedit.schemas.in.in.h:22
+msgid "Line Wrapping Mode"
+msgstr "লাইন বিভাজন মোড"
+
+#: ../data/gedit.schemas.in.in.h:23
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+"লেখার মোডে gedit দ্বারা সমর্থিত VFS স্কিম। ডিফল্টরূপে 'file' স্কিম লেখারযোগ্য।"
+
+#: ../data/gedit.schemas.in.in.h:24
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"সক্রিয় প্লাগ-ইনের তালিকা। এর মধ্যে সক্রিয় প্লাগ-ইনের \"অবস্থান\" উপস্থিত থাকে। কোনো "
+"নির্দিষ্ট প্লাগ-ইনের \"অবস্থান\" জানতে .gedit-plugin ফাইলটি দেখুন।"
+
+#: ../data/gedit.schemas.in.in.h:25
+#| msgid ""
+#| "List of encodings shown in Character Coding menu in open/save file "
+#| "selector. Only recognized encodings are used."
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"ফাইল খোলা/সংরক্ষণ বাক্সে ফাইলের জন্য ক্যারেক্টার এনকোডিং নির্বাচনের ক্ষেত্রে "
+"প্রদর্শিত এনকোডিং-এর তালিকা। শুধুমাত্র পরিচিত এনকোডিং ব্যবহৃত হবে।"
+
+#: ../data/gedit.schemas.in.in.h:26
+#| msgid "Max Number of Undo Actions"
+msgid "Maximum Number of Undo Actions"
+msgstr "পূর্বাবস্থায় ফিরিয়ে আনা কাজের সংখ্যা (সর্বোচ্চ)"
+
+#: ../data/gedit.schemas.in.in.h:27
+msgid "Maximum Recent Files"
+msgstr "সম্প্রতি খোলা ফাইলের সর্বাধিক প্রদর্শিত সংখ্যা"
+
+#: ../data/gedit.schemas.in.in.h:28
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+"gedit-এর দ্বারা সর্বাধিক যে সংখ্যক কাজ বাতিল অথবা পুনরায় করা সম্ভব হবে। অসীমিত "
+"কাজ বাতিল করার উদ্দেশ্যে \"-1\" মান প্রয়োগ করুন।"
+
+#: ../data/gedit.schemas.in.in.h:29
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"gedit-এর দ্বারা সর্বাধিক যে সংখ্যক কাজ বাতিল অথবা পুনরায় করা সম্ভব হবে। অসীমিত "
+"কাজ বাতিল করার উদ্দেশ্যে \"-1\" মান প্রয়োগ করুন। 2.12.0 সংস্করণ থেকে হ্রাস করা "
+"হয়েছে"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.in.h:32
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:35
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#: ../data/gedit.schemas.in.in.h:36
+#| msgid ""
+#| "Number of minutes after which gedit will automatically save modified "
+#| "files. This will only take effect if the \"Auto Save\" option is turned "
+#| "on."
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"পরিবর্তিত ফাইল যত মিনিট পরে gedit-এর দ্বারা স্বয়ংক্রিয়ভাবে সংরক্ষিত হবে। এটি "
+"কার্যকর করার জন্য \"স্বয়ংক্রিয় সংরক্ষণ ব্যবস্থা\" অপশনটি সক্রিয় থাকতে হবে।"
+
+#: ../data/gedit.schemas.in.in.h:37
+msgid "Print Header"
+msgstr "শীর্ষচরণ মুদ্রণ করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:38
+msgid "Print Line Numbers"
+msgstr "লাইন সংখ্যা মুদ্রণ করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:39
+msgid "Print Syntax Highlighting"
+msgstr "সিনট্যাক্সের বিভিন্ন অংশ পৃথক বিন্যাসে মুদ্রণ করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:40
+msgid "Printing Line Wrapping Mode"
+msgstr "লাইন বিভাজন মোডে মুদ্রণ করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:41
+msgid "Restore Previous Cursor Position"
+msgstr "কার্সারের পূর্ববর্তী অবস্থায় পুনরায় স্থাপিত হবে"
+
+#: ../data/gedit.schemas.in.in.h:42
+msgid "Right Margin Position"
+msgstr "ডান প্রান্তের অবস্থান"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:45
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:48
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#: ../data/gedit.schemas.in.in.h:49
+msgid "Side Pane is Visible"
+msgstr "পার্শ্ববর্তী পেন প্রদর্শন করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:50
+msgid "Smart Home End"
+msgstr "Home End-এর বিশেষ ব্যবহার"
+
+#: ../data/gedit.schemas.in.in.h:51
+#| msgid ""
+#| "Sorted list of encodings used by gedit for auto-detecting the encoding of "
+#| "a file. \"CURRENT\" represents the current locale encoding. Only "
+#| "recognized encodings are used."
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"ফাইলের এনকোডিং স্বয়ংক্রিয়ভাবে উদ্ধার করতে gedit-এর দ্বারা ব্যবহৃত এনকোডিং-এর "
+"সুবিন্যস্ত তালিকা। বর্তমান লোক্যাল এনকোডিং \"CURRENT\"-এর দ্বারা চিহ্নিত হয়। "
+"শুধুমাত্র সুপরিচিত এনকোডিং প্রয়োগ করা হয়।"
+
+#: ../data/gedit.schemas.in.in.h:52
+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 ""
+"HOME ও END কীগুলো চাপা হলে কার্সারের চলাচল নির্ধারণ করতে প্রয়োগ করা হয়। লাইনের "
+"প্রারম্ভ/শেষে স্থাপন করার জন্য \"DISABLED\" নির্বাচন করুন, কীগুলো প্রথমবার চাপা হলে "
+"লাইনের প্রারম্ভ/শেষে ও দ্বিতীয়বার চাপা হলে লেখার প্রারম্ভ/শেষে স্থাপন করার জন্য "
+"\"AFTER\" নির্বাচন করুন, লাইনের প্রারম্ভ/শেষে স্থাপনার পূর্বে লেখার প্রারম্ভ/শেষে "
+"স্থাপনার জন্য \"BEFORE\" নির্বাচন করুন ও লাইনের প্রারম্ভ/শেষে স্থাপন করার পরিবর্তে "
+"সর্বদা লেখার প্রারম্ভ/শেষে স্থাপন করার জন্য \"ALWAYS\" প্রয়োগ করুন।"
+
+#: ../data/gedit.schemas.in.in.h:53
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"মুদ্রণ করার সময় লম্বা লাইন কি পদ্ধতিতে বিভক্ত করা হবে তা নির্ধারণ করে। বিভাজন না "
+"করতে হলে Use \"GTK_WRAP_NONE\", শব্দের শেষে বিভাজন করতে \"GTK_WRAP_WORD\" এবং "
+"অক্ষরের প্রান্তে বিভাজন করতে \"GTK_WRAP_CHAR\" ব্যবহার করুন। উল্লেখ্য এই মানগুলো "
+"লিখতে অক্ষরের ছাঁদ অক্ষুন্ন রাখা আবশ্যক, এই কারণে উল্লেখিত বিবরণ অনুযায়ী মান লেখা "
+"উচিত।"
+
+#: ../data/gedit.schemas.in.in.h:54
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"সম্পাদন ক্ষেত্রের মধ্যে লম্বা লাইন কি পদ্ধতিতে বিভক্ত করা হবে তা নির্ধারণ করে। "
+"বিভাজন না করতে হলে Use \"GTK_WRAP_NONE\", শব্দের শেষে বিভাজন করতে "
+"\"GTK_WRAP_WORD\" এবং অক্ষরের প্রান্তে বিভাজন করতে \"GTK_WRAP_CHAR\" ব্যবহার "
+"করুন। উল্লেখ্য এই মানগুলো লিখতে অক্ষরের ছাঁদ অক্ষুন্ন রাখা আবশ্যক, এই কারণে উল্লিখিত "
+"বিবরণ অনুযায়ী মান লেখা উচিত।"
+
+#: ../data/gedit.schemas.in.in.h:55
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "নথি পত্র মুদ্রণ করার সময় মূল অংশে ব্যবহৃত ফন্ট নির্ধারণ করে।"
+
+#: ../data/gedit.schemas.in.in.h:56
+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/gedit.schemas.in.in.h:57
+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/gedit.schemas.in.in.h:58
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"\"সম্প্রতি ব্যবহৃত ফাইল\" সাব-মেনুর মধ্যে সম্প্রতি ব্যবহৃত সর্বাধিক যে সংখ্যক ফাইল "
+"প্রদর্শিত হবে তা উল্লেখ করে।"
+
+#: ../data/gedit.schemas.in.in.h:59
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "ট্যাব অক্ষরের পরিবর্তে যে সংখ্যক শূণ্যস্থান ব্যবহৃত হবে তা উল্লেখ করে।"
+
+#: ../data/gedit.schemas.in.in.h:60
+msgid "Specifies the position of the right margin."
+msgstr "ডান প্রান্তের অবস্থান নির্ধারণ করে।"
+
+#: ../data/gedit.schemas.in.in.h:61
+msgid "Status Bar is Visible"
+msgstr "স্ট্যাটাস-বার প্রদর্শন করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:62
+msgid "Style Scheme"
+msgstr "শৈলীর স্কিম"
+
+#: ../data/gedit.schemas.in.in.h:63
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"টুল-বারের উপরে অবস্থিত বোতামের বিন্যাস। সম্ভাব্য মানগুলো হলো, সিস্টেমের ডিফল্ট "
+"বিন্যাস প্রয়োগ করার জন্য \"GEDIT_TOOLBAR_SYSTEM\", শুধুমাত্র আইকন প্রদর্শনের জন্য "
+"\"GEDIT_TOOLBAR_ICONS\", আইকন ও টেক্সট প্রদর্শনের জন্য "
+"\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" এবং আইকনের পাশে গুরুত্বপূর্ণ টেক্সট প্রদর্শনের জন্য "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\"। উল্লেখ্য এই মানগুলি লিখতে অক্ষরের ছাঁদ অক্ষুন্ন "
+"রাখা আবশ্যক, এই কারণে উল্লিখিত বিবরণ অনুযায়ী মান লেখা উচিত।"
+
+#: ../data/gedit.schemas.in.in.h:64
+msgid "Tab Size"
+msgstr "ট্যাবের দৈঘ্য"
+
+#: ../data/gedit.schemas.in.in.h:65
+#| msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "হরফের রং নির্ধারণের জন্য ব্যবহৃত GtkSourceView বিন্যাসের স্কিমের আইডি।"
+
+#: ../data/gedit.schemas.in.in.h:66
+msgid "Toolbar Buttons Style"
+msgstr "টুল-বারে অবস্থিত বোতামের বিন্যাস"
+
+#: ../data/gedit.schemas.in.in.h:67
+msgid "Toolbar is Visible"
+msgstr "টুল-বার প্রদর্শন করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:68
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "সর্বাধিক যে সংখ্যক পরিবর্তন বাতিল করা যাবে (বৈশিষ্ট্য হ্রাস করা হয়েছে)"
+
+#: ../data/gedit.schemas.in.in.h:69
+msgid "Use Default Font"
+msgstr "ডিফল্ট ফন্ট ব্যবহার করা হবে"
+
+#: ../data/gedit.schemas.in.in.h:70
+#| msgid ""
+#| "Whether gedit should automatically save modified files after a time "
+#| "interval. You can set the time interval with the \"Auto Save Interval\" "
+#| "option."
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"নির্দিষ্ট সময়ের বিরতিতে gedit-এর দ্বারা স্বয়ংক্রিয়ভাবে পরিবর্তিত ফাইল "
+"সংরক্ষণ করা হবে কি না। \"স্বয়ংক্রিয় সংরক্ষণ বিরতি\" অপশনের সাহায্যে আপনি সময়ের "
+"ব্যবধান নির্ধারণ করতে পারবেন।"
+
+#: ../data/gedit.schemas.in.in.h:71
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"gedit-এর দ্বারা সংরক্ষিত ফাইলের ব্যাক-আপ অনুলিপি নির্মিত হবে কি না। \"ব্যাক-আপ "
+"অনুলিপির জন্য ব্যবহৃত এক্সটেনশন\" অপশনের সাহায্যে আপনি ব্যাক-আপ ফাইলের এক্সটেনশন "
+"নির্ধারণ করতে পারবেন।"
+
+#: ../data/gedit.schemas.in.in.h:72
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "সম্পাদনার স্থানে gedit-এর দ্বারা লাইন সংখ্যা প্রদর্শিত হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:73
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "সম্পাদন ক্ষেত্রে gedit-এর দ্বারা ডানদিকের প্রান্ত প্রদর্শিত হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:74
+#| msgid "Whether gedit should enable auto indentation."
+msgid "Whether gedit should enable automatic indentation."
+msgstr "gedit দ্বারা স্বয়ংক্রিয় প্রান্ত নির্ধারণ ব্যবস্থা সক্রিয় করা হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:75
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit-এর দ্বারা সিনট্যাক্সের বিভিন্ন অংশ পৃথকরূপে প্রদর্শিত হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:76
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "অনুসন্ধান করা টেক্সটের উপস্থিতি gedit দ্বারা উজ্জ্বল করা হবে কি না।"
+
+#: ../data/gedit.schemas.in.in.h:77
+#| msgid "Whether gedit should highlight the current line."
+msgid "Whether gedit should highlight the bracket matching the selected one."
+msgstr "gedit দ্বারা বর্তমান লাইন উজ্জ্বল করা হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:78
+msgid "Whether gedit should highlight the current line."
+msgstr "gedit-এর দ্বারা বর্তমান লাইন উজ্জ্বল করা হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:79
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "নথিপত্র মুদ্রণ করার সময় gedit-এর দ্বারা নথির শীর্ষচরণ মুদ্রণ করা হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:80
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "ট্যাবের পরিবর্তে gedit-এর দ্বারা শূণ্যস্থান সন্নিবেশ করা হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:81
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"নথি মুদ্রণ করার সময় gedit-এর দ্বারা সিন্টেক্সের পৃথক বিন্যাস মুদ্রণ করা হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:82
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"ফাইল লোড করা হলে gedit দ্বারা পূর্ববর্তী কার্সারের অবস্থায় অক্ষুন্ন রাখা হবে কি না।"
+
+#: ../data/gedit.schemas.in.in.h:83
+msgid ""
+"Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr "সম্পাদন ক্ষেত্রের উইন্ডোর নীচের অংশে প্যানেল প্রদর্শিত হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:84
+#| msgid ""
+#| "Whether the side pane at the left of the editing window should be visible."
+msgid "Whether the side pane at the left of editing windows should be visible."
+msgstr "সম্পাদন ক্ষেত্রের বামদিকে পার্শ্ববর্তী প্যান প্রদর্শিত হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:85
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "সম্পাদন ক্ষেত্রের উইন্ডোর নিচে স্ট্যাটাস-বার প্রদর্শিত হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:86
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "সম্পাদন ক্ষেত্রের উইন্ডোর মধ্যে টুল-বার প্রদর্শিত হবে কিনা।"
+
+#: ../data/gedit.schemas.in.in.h:87
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"টেক্সট সম্পাদনার কাজে gedit-এর জন্য সুনিশ্চিত কোনো ফন্টের পরিবর্তে সিস্টেমের ডিফল্ট "
+"ফন্ট ব্যবহার করা হবে কিনা। এই অপশনটি নিষ্ক্রিয় করা হলে সিস্টেম ফন্টের পরিবর্তে "
+"\"সম্পাদকে ব্যবহৃত ফন্ট\" অপশনে চিহ্নিত ফন্ট ব্যবহৃত হবে।"
+
+#: ../data/gedit.schemas.in.in.h:88
+msgid "Writable VFS schemes"
+msgstr "লেখনযোগ্য VFS স্কিম"
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.in.h:91
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.in.h:103
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+#| msgid "Logout _without Saving"
+msgid "Log Out _without Saving"
+msgstr "সংরক্ষণ না করে লগ-আউট করা হবে (_w)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "লগ-আউট বাতিল করা হবে (_C)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "সংরক্ষণ না করে বন্ধ করা হবে (_w)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:212
+msgid "Question"
+msgstr "প্রশ্ন"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:412
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"সংরক্ষণ না করা হলে, শেষ %ld সেকেন্ডে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] ""
+"সংরক্ষণ না করা হলে, গত %ld সেকেন্ডে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:421
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"সংরক্ষণ না করা হলে, শেষ এক মিনিটের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:427
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"সংরক্ষণ না করা হলে, শেষ এক মিনিট ও %ld সেকেন্ডের মধ্যে করা সমস্ত পরিবর্তন "
+"স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] ""
+"সংরক্ষণ না করা হলে, গত এক মিনিট ও %ld সেকেন্ডের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে "
+"মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:437
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"সংরক্ষণ না করা হলে, শেষ %ld মিনিটের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] ""
+"সংরক্ষণ না করা হলে, গত %ld মিনিটের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:452
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+"সংরক্ষণ না করা হলে, শেষ এক ঘন্টার মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:458
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"সংরক্ষণ না করা হলে, শেষ এক ঘন্টা ও %d মিনিটের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে "
+"মুছে যাবে।"
+msgstr[1] ""
+"সংরক্ষণ না করা হলে, গত এক ঘন্টা ও %d মিনিটের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে "
+"মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:473
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"সংরক্ষণ না করা হলে, শেষ %d ঘন্টার মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] ""
+"সংরক্ষণ না করা হলে, গত %d ঘন্টার মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:516
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "\"%s\" ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:521
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr " বন্ধ করার পূর্বে \"%s\" ডকুমেন্টের মধ্যে করা পরিবর্তনগুলো কি সংরক্ষণ করা হবে?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:535
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:746
+msgid "Saving has been disabled by the system administrator."
+msgstr "সিস্টেম প্রশাসকের দ্বারা সংরক্ষণের বৈশিষ্ট্য নিষ্ক্রিয় করা হয়েছে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:701
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d নথির মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] "%d ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:707
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d-টি নথিতে কিছু পরিবর্তন করা হয়েছে এবং তা সংরক্ষণ করা হয়নি। বন্ধ করার পূর্বে কি "
+"নথিটি সংরক্ষণ করা হবে?"
+msgstr[1] ""
+"%d-টি ডকুমেন্টে কিছু পরিবর্তন করা হয়েছে এবং তা সংরক্ষণ করা হয়নি। বন্ধ করার পূর্বে কি "
+"ডকুমেন্টটি সংরক্ষণ করা হবে?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:725
+msgid "Docum_ents with unsaved changes:"
+msgstr "অসংরক্ষিত পরিবর্তনসহ নথি (_e):"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:727
+msgid "S_elect the documents you want to save:"
+msgstr "যে নথিগুলো সংরক্ষণ করা হবে সেগুলো নির্বাচন করুন: (_e)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:748
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "সংরক্ষণ না করা হলে সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:321
+#| msgid "Character codings"
+msgid "Character Encodings"
+msgstr "ক্যারেক্টার এনকোডিং"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:385
+#: ../gedit/dialogs/gedit-encodings-dialog.c:446
+msgid "_Description"
+msgstr "বিবরণ (_D)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:394
+#: ../gedit/dialogs/gedit-encodings-dialog.c:455
+msgid "_Encoding"
+msgstr "এনকোডিং (_E)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr "উপস্থিত এনকোডিং: (_v)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+#| msgid "Character codings"
+msgid "Character encodings"
+msgstr "ক্যারেক্টার এনকোডিং"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "মেনুর মধ্যে প্রদর্শিত এনকোডিং: (_n)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:571
+#| msgid "Push this button to select the font to be used by the editor"
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "সম্পাদকে ব্যবহৃত ফন্ট নির্বাচন করতে এই বোতামটি চাপুন"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:581
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "সিস্টেমে স্থায়ী দৈঘ্যের ফন্ট ব্যবহার করা হবে (%s) (_U)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:784
+msgid "The selected color scheme cannot be installed."
+msgstr "নির্বাচিত রঙের বিন্যাস ইনস্টল করা সম্ভব নয়।"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:809
+msgid "Add Scheme"
+msgstr "স্কিম যোগ করুন"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:816
+msgid "A_dd Scheme"
+msgstr "স্কিম যোগ করুন (_d)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:824
+msgid "Color Scheme Files"
+msgstr "রঙের স্কিমের ফাইল"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:831
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Files"
+msgstr "সমস্ত ফাইল"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:876
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "\"%s\" রঙের স্কিম মুছে ফেলতে ব্যর্থ।"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1087
+msgid "gedit Preferences"
+msgstr "gedit সংক্রান্ত পছন্দ"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid " "
+msgstr " "
+
+# Could not think of anything else.
+#
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "Automatic Indentation"
+msgstr "স্বয়ংক্রিয় প্রান্ত নির্ধারণ "
+
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "Bracket Matching"
+msgstr "অনুরূপ বন্ধনীচিহ্ন"
+
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "Color Scheme"
+msgstr "রঙের স্কিম"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "Create a _backup copy of files before saving"
+msgstr "সংরক্ষণ করার পূর্বে ফাইলের ব্যাক-আপ অনুলিপি নির্মাণ করুন (_b)"
+
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "Current Line"
+msgstr "বর্তমান রেখা"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+msgid "Display right _margin"
+msgstr "ডানদিকের প্রান্ত প্রদর্শন করা হবে (_i)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Do not _split words over two lines"
+msgstr "কোনো শব্দ দুটি লাইনের মধ্যে বিভক্ত করা হবে না (_s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "Editor"
+msgstr "সম্পাদক"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+msgid "Editor _font: "
+msgstr "সম্পাদকে ব্যবহৃত ফন্ট: (_f)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Enable text _wrapping"
+msgstr "টেক্সট বিভাজন ব্যবস্থা সক্রিয় করুন (_w)"
+
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "File Saving"
+msgstr "ফাইল সংরক্ষণ করা হচ্ছে"
+
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Font"
+msgstr "ফন্ট"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+msgid "Font & Colors"
+msgstr "ফন্ট & রং"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Highlight current _line"
+msgstr "বর্তমান লাইন উজ্জ্বল করা হবে (_l)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Highlight matching _bracket"
+msgstr "অনুরূপ বন্ধনীচিহ্ন উজ্জ্বল করা হবে (_b)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+msgid "Insert _spaces instead of tabs"
+msgstr "ট্যাবের পরিবর্তে শূণ্যস্থান সন্নিবেশ করা হবে (_s)"
+
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "Line Numbers"
+msgstr "লাইন সংখ্যা "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Pick the editor font"
+msgstr "সম্পাদকে ব্যবহারের জন্য কোনো ফন্ট নির্বাচন করুন"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "Plugins"
+msgstr "প্লাগ-ইন"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Preferences"
+msgstr "বৈশিষ্ট্যাবলী"
+
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Right Margin"
+msgstr "ডানদিকের প্রান্ত "
+
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Tab Stops"
+msgstr "ট্যাবচিহ্নের দৈর্ঘ্য "
+
+# Translated by sadia
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Text Wrapping"
+msgstr "টেক্সট মোড়ানো "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "প্রদর্শন"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr "যোগ করুন... (_A)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr "স্বয়ংক্রিয়রূপে ফাইল সংরক্ষণ করা হবে প্রতি (_A)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+#: ../gedit/gedit-view.c:1968
+msgid "_Display line numbers"
+msgstr "লাইন সংখ্যা প্রদর্শন করা হবে (_D)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr "স্বয়ংক্রিয় প্রান্তরেখা নির্ধারণ ব্যবস্থা সক্রিয় করুন (_E)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr "উল্লিখিত কলাম ডানদিকের প্রান্ত হিসাবে চিহ্নিত হবে (_R):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr "ট্যাবের দৈর্ঘ্য (_T):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr "মিনিট (_m)"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:300
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2 ../gedit/gedit-window.c:1522
+msgid "Replace"
+msgstr "প্রতিস্থাপন"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:311 ../gedit/gedit-window.c:1520
+msgid "Find"
+msgstr "অনুসন্ধান"
+
+# Is this suitable ?
+#: ../gedit/dialogs/gedit-search-dialog.c:415
+msgid "Replace _All"
+msgstr "সব প্রতিস্থাপন করা হবে (_A)"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:416
+#: ../gedit/gedit-commands-file.c:582
+msgid "_Replace"
+msgstr "প্রতিস্থাপন (_R)"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr "শুধুমাত্র সম্পূর্ণ শব্দ অনুসন্ধান করা হবে (_e)"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr "সব প্রতিস্থাপন করা হবে"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "উল্লিখিত বিষয়বস্তু দ্বারা প্রতিস্থাপন করা হবে (_w): "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr "বিপরীত দিশায় অনুসন্ধান করা হবে (_b)"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr "হরফের ছাঁদ মেলানো হবে (_M)"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "অনুসন্ধান করা হবে (_S): "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "বিভাজন করা হবে (_W)"
+
+#: ../gedit/gedit.c:123
+msgid "Show the application's version"
+msgstr "অ্যাপ্লিকেশনের সংস্করণ সংখ্যা প্রদর্শন করা হবে"
+
+#: ../gedit/gedit.c:126
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"কমান্ড লাইনে তালিকভুক্ত ফাইল খোলার জন্য ব্যবহৃত ক্যারেক্টার এনকোডিং নির্ধারণ করুন"
+
+#: ../gedit/gedit.c:126
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: ../gedit/gedit.c:129
+msgid "Display list of possible values for the encoding option"
+msgstr "এনকোডিং অপশনের জন্য সম্ভব মানের তালিকা প্রদর্শন করুন"
+
+#: ../gedit/gedit.c:132
+#| msgid "Create a new toplevel window in an existing instance of gedit"
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"বর্তমানে চলমান gedit-র কোনো ইনস্ট্যান্সের মধ্যে একটি উচ্চস্তরের উইন্ডো "
+"নির্মাণ করুন"
+
+#: ../gedit/gedit.c:135
+msgid "Create a new document in an existing instance of gedit"
+msgstr "বর্তমানে চলমান gedit-এর কোনো ইনস্ট্যান্সের মধ্যে একটি নতুন নথি নির্মাণ করুন"
+
+#: ../gedit/gedit.c:138
+msgid "[FILE...]"
+msgstr "[FILE...]"
+
+#: ../gedit/gedit.c:193
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: অকার্যকর এনকোডিং\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:576
+msgid "- Edit text files"
+msgstr "- টেক্সট ফাইল সম্পাদনা"
+
+#: ../gedit/gedit.c:612
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"কমান্ড-লাইন থেকে ব্যবহারযোগ্য বিকল্পের সম্পূর্ণ তালিকা দেখার জন্য '%s --help' প্রয়োগ "
+"করুন।\n"
+
+#: ../gedit/gedit-commands-file.c:255
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' ফাইল লোড করা হচ্ছে..."
+
+#: ../gedit/gedit-commands-file.c:264
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d-টি ফাইল লোড করা হচ্ছে..."
+msgstr[1] "%d-টি ফাইল লোড করা হচ্ছে..."
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:458
+msgid "Open Files"
+msgstr "ফাইল খুলুন"
+
+#: ../gedit/gedit-commands-file.c:569
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "\"%s\" ফাইলটি শুধুমাত্র পাঠযোগ্য।"
+
+#: ../gedit/gedit-commands-file.c:574
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+"আপনি কি উপস্থিত ফাইলটির পরিবর্তে নতুন ফাইলটি সংরক্ষণ করার প্রচেষ্টা করতে ইচ্ছুক?"
+
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:866
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s' ফাইল সংরক্ষণ করা হচ্ছে..."
+
+#: ../gedit/gedit-commands-file.c:751
+msgid "Save As…"
+msgstr "নতুন ভাবে সংরক্ষণ…"
+
+# definitely wrong
+#: ../gedit/gedit-commands-file.c:1080
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "'%s' ডকুমেন্টের মধ্যে করা পরিবর্তন বাতিল করা হচ্ছে…"
+
+#: ../gedit/gedit-commands-file.c:1125
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "'%s' ডকুমেন্টের মধ্যে করা পরিবর্তন কি বাতিল করা হবে?"
+
+#: ../gedit/gedit-commands-file.c:1134
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "শেষ %ld সেকেন্ডে নথির মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] "গত %ld সেকেন্ডে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/gedit-commands-file.c:1143
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "শেষ এক মিনিটে নথির মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/gedit-commands-file.c:1149
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"শেষ এক মিনিট ও %ld সেকেন্ডে নথির মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] ""
+"গত এক মিনিট ও %ld সেকেন্ডে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/gedit-commands-file.c:1159
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "শেষ %ld মিনিটে নথির মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] "গত %ld মিনিটে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/gedit-commands-file.c:1174
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "শেষ এক ঘন্টায় নথির মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/gedit-commands-file.c:1180
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"শেষ এক ঘন্টা ও %d মিনিটে নথির মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] ""
+"গত এক ঘন্টা ও %d মিনিটে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/gedit-commands-file.c:1195
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "শেষ %d ঘন্টায় নথির মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] "গত %d ঘন্টায় ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: ../gedit/gedit-commands-file.c:1221
+msgid "_Revert"
+msgstr "পরিবর্তন বাতিল করুন (_R)"
+
+#: ../gedit/gedit-commands-help.c:83
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "GNOME Desktop-এ ব্যবহারের জন্য gedit একটি সহজ সরল টেক্সট সম্পাদক"
+
+#: ../gedit/gedit-commands-help.c:108
+msgid "translator-credits"
+msgstr ""
+"অঙ্কুর প্রকল্পের পক্ষে শান্তনু চ্যাটার্জি\nরুণা ভট্টাচার্য "
+"<runa@bengalinux.org>\nমারুফ অভি <maruf@ankur.org.bd>\nসাদিয়া আফরোজ "
+"<sadia@ankur.org.bd>\nইসরাত জাহান <israt@ankur.org.bd>"
+
+#: ../gedit/gedit-commands-search.c:114
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d বার সনাক্ত করে প্রতিস্থাপন করা হয়েছে"
+msgstr[1] "%d বার সনাক্ত করে প্রতিস্থাপন করা হয়েছে"
+
+#: ../gedit/gedit-commands-search.c:124
+msgid "Found and replaced one occurrence"
+msgstr "একবার সনাক্ত করে প্রতিস্থাপন করা হয়েছে"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:145
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" পাওয়া যায়নি"
+
+#: ../gedit/gedit-document.c:1046 ../gedit/gedit-document.c:1061
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "অসংরক্ষিত নথি %d"
+
+#: ../gedit/gedit-documents-panel.c:97 ../gedit/gedit-documents-panel.c:111
+#: ../gedit/gedit-window.c:2271 ../gedit/gedit-window.c:2276
+#| msgid "Read Only"
+msgid "Read-Only"
+msgstr "শুধুমাত্র পাঠযোগ্য"
+
+#: ../gedit/gedit-documents-panel.c:780 ../gedit/gedit-window.c:3670
+msgid "Documents"
+msgstr "নথি"
+
+#: ../gedit/gedit-encodings.c:138 ../gedit/gedit-encodings.c:180
+#: ../gedit/gedit-encodings.c:182 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+msgid "Unicode"
+msgstr "ইউনিকোড"
+
+#: ../gedit/gedit-encodings.c:151 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:225 ../gedit/gedit-encodings.c:268
+msgid "Western"
+msgstr "পশ্চিমী"
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:227
+#: ../gedit/gedit-encodings.c:264
+msgid "Central European"
+msgstr "মধ্য ইউরোপীয়"
+
+#: ../gedit/gedit-encodings.c:155
+msgid "South European"
+msgstr "দক্ষিণ ইউরোপীয়"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:278
+msgid "Baltic"
+msgstr "বল্টিক"
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:229
+#: ../gedit/gedit-encodings.c:242 ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:266
+msgid "Cyrillic"
+msgstr "সিরিলিক"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Arabic"
+msgstr "আরবি"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:270
+msgid "Greek"
+msgstr "গ্রীক"
+
+#: ../gedit/gedit-encodings.c:165
+msgid "Hebrew Visual"
+msgstr "হিব্রু ভিজুয়াল"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:272
+msgid "Turkish"
+msgstr "তুর্কি"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Nordic"
+msgstr "নর্ডিক"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Celtic"
+msgstr "সেল্টিক"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Romanian"
+msgstr "রোমেনিয়ান"
+
+#: ../gedit/gedit-encodings.c:195
+msgid "Armenian"
+msgstr "আর্মেনিয়ান"
+
+#: ../gedit/gedit-encodings.c:197 ../gedit/gedit-encodings.c:199
+#: ../gedit/gedit-encodings.c:213
+msgid "Chinese Traditional"
+msgstr "পারম্পরিক চীনা"
+
+# Weird, very weird !!
+#: ../gedit/gedit-encodings.c:201
+msgid "Cyrillic/Russian"
+msgstr "সিরিলিক/রুশি"
+
+#: ../gedit/gedit-encodings.c:204 ../gedit/gedit-encodings.c:206
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:238
+#: ../gedit/gedit-encodings.c:253
+msgid "Japanese"
+msgstr "জাপানি"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:240
+#: ../gedit/gedit-encodings.c:244 ../gedit/gedit-encodings.c:259
+msgid "Korean"
+msgstr "কোরিয়ান"
+
+#: ../gedit/gedit-encodings.c:216 ../gedit/gedit-encodings.c:218
+#: ../gedit/gedit-encodings.c:220
+msgid "Chinese Simplified"
+msgstr "সরলীকৃত চীনা"
+
+#: ../gedit/gedit-encodings.c:222
+msgid "Georgian"
+msgstr "জর্জিয়ান"
+
+#: ../gedit/gedit-encodings.c:233 ../gedit/gedit-encodings.c:274
+msgid "Hebrew"
+msgstr "হিব্রু"
+
+#: ../gedit/gedit-encodings.c:250
+msgid "Cyrillic/Ukrainian"
+msgstr "সিরিলিক/ইউক্রেনিয়ান"
+
+#: ../gedit/gedit-encodings.c:255 ../gedit/gedit-encodings.c:261
+#: ../gedit/gedit-encodings.c:280
+msgid "Vietnamese"
+msgstr "ভিয়েতনামিস"
+
+#: ../gedit/gedit-encodings.c:257
+msgid "Thai"
+msgstr "থাই"
+
+#: ../gedit/gedit-encodings.c:431
+msgid "Unknown"
+msgstr "অজ্ঞাত"
+
+#: ../gedit/gedit-encodings-combo-box.c:272
+#| msgid "Auto Detected"
+msgid "Automatically Detected"
+msgstr "স্বয়ংক্রিয়ভাবে সনাক্ত"
+
+#: ../gedit/gedit-encodings-combo-box.c:288
+#: ../gedit/gedit-encodings-combo-box.c:303
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "বর্তমান লোকেইল (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:353
+#| msgid "Add or _Remove..."
+msgid "Add or Remove..."
+msgstr "যোগ অথবা অপসারণ করুন... (_R)"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "সমস্ত টেক্সট ফাইল"
+
+#: ../gedit/gedit-file-chooser-dialog.c:81
+#| msgid "C_haracter Coding:"
+msgid "C_haracter Encoding:"
+msgstr "ক্যারেক্টার এনকোডিং: (_h)"
+
+#: ../gedit/gedit-file-chooser-dialog.c:141
+#| msgid "_Encoding"
+msgid "L_ine Ending:"
+msgstr "লাইন এনকোডিং: (_i)"
+
+#: ../gedit/gedit-file-chooser-dialog.c:160
+msgid "Unix/Linux"
+msgstr "ইউনিক্স/লিনাক্স"
+
+#: ../gedit/gedit-file-chooser-dialog.c:166
+msgid "Mac OS Classic"
+msgstr "ম্যাক OS ক্ল্যাসিক"
+
+#: ../gedit/gedit-file-chooser-dialog.c:172
+msgid "Windows"
+msgstr "উইন্ডোজ"
+
+#: ../gedit/gedit-help.c:104
+#| msgid "There was an error displaying help."
+msgid "There was an error displaying the help."
+msgstr "সহায়িকা প্রদর্শনে সমস্যা।"
+
+#: ../gedit/gedit-io-error-message-area.c:198
+#: ../gedit/gedit-io-error-message-area.c:203
+#: ../gedit/gedit-io-error-message-area.c:504
+#: ../gedit/gedit-io-error-message-area.c:527
+msgid "_Retry"
+msgstr "পুনঃপ্রচেষ্টা (_R)"
+
+#: ../gedit/gedit-io-error-message-area.c:224
+#, c-format
+msgid "Could not find the file %s."
+msgstr "'%s' ফাইলটি পাওয়া যায়নি।"
+
+#: ../gedit/gedit-io-error-message-area.c:226
+#: ../gedit/gedit-io-error-message-area.c:265
+#: ../gedit/gedit-io-error-message-area.c:272
+msgid "Please check that you typed the location correctly and try again."
+msgstr "সঠিক অবস্থান লেখা হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় প্রচেষ্টা করুন।"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:241
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit-এর দ্বারা %s অবস্থানের ব্যবস্থাপনা করা সম্ভব নয়।"
+
+#: ../gedit/gedit-io-error-message-area.c:247
+msgid "gedit cannot handle this location."
+msgstr "gedit-এর দ্বারা এই অবস্থানের ব্যবস্থাপনা করা সম্ভব নয়।"
+
+#: ../gedit/gedit-io-error-message-area.c:255
+msgid "The location of the file cannot be mounted."
+msgstr "ফাইল ধারণকারী অবস্থানটি মাউন্ট করা সম্ভব নয়।"
+
+#: ../gedit/gedit-io-error-message-area.c:259
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr "ফাইল ধারণকারী অবস্থান মাউন্ট করা হয়নি এবং সেটি ব্যবহার করা সম্ভব নয়।"
+
+#: ../gedit/gedit-io-error-message-area.c:263
+#, c-format
+msgid "%s is a directory."
+msgstr "'%s' একটি ডিরেক্টরি"
+
+#: ../gedit/gedit-io-error-message-area.c:270
+#, c-format
+msgid "%s is not a valid location."
+msgstr "'%s' অবস্থানটি বৈধ নয়"
+
+#: ../gedit/gedit-io-error-message-area.c:300
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"%s হোস্ট পাওয়া যায়নি। অনুগ্রহ করে ব্যবহৃত প্রক্সির বৈশিষ্ট্য পরীক্ষা করে পুনরায় প্রচেষ্টা "
+"করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:313
+#| msgid ""
+#| "Host name was invalid. Please check that you typed the location correctly "
+#| "and try again."
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"হোস্টের নাম বৈধ নয়। সঠিক অবস্থান লেখা হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে "
+"পুনরায় চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:321
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s সাধারণ ফাইল নয়।"
+
+#: ../gedit/gedit-io-error-message-area.c:326
+msgid "Connection timed out. Please try again."
+msgstr "সংযোগের সময়সীমা উত্তীর্ণ হয়েছে। অনুগ্রহ করে পুনরায় প্রচেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:349
+msgid "The file is too big."
+msgstr "ফাইলটি অতিরিক্ত বড়।"
+
+#: ../gedit/gedit-io-error-message-area.c:390
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "অপ্রত্যাশিত সমস্যা: %s"
+
+#: ../gedit/gedit-io-error-message-area.c:426
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "gedit-এর দ্বারা ফাইল পাওয়া যায়নি। সম্ভবত এটি সম্প্রতি মুছে ফেলা হয়েছে।"
+
+#: ../gedit/gedit-io-error-message-area.c:435
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "%s ফাইলের মধ্যে করা পরিবর্তন বাতিল করা যায়নি।"
+
+#: ../gedit/gedit-io-error-message-area.c:460
+#| msgid "Ch_aracter coding:"
+msgid "Ch_aracter Encoding:"
+msgstr "ক্যারেক্টার এনকোডিং: (_a)"
+
+# Translated by sadia
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:511
+#: ../gedit/gedit-io-error-message-area.c:536
+#: ../gedit/gedit-io-error-message-area.c:809
+#: ../gedit/gedit-io-error-message-area.c:819
+msgid "Edit Any_way"
+msgstr "তথাপি সম্পাদনা করুন (_w)"
+
+# Translated by sadia
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:514
+#: ../gedit/gedit-io-error-message-area.c:541
+#: ../gedit/gedit-io-error-message-area.c:812
+#: ../gedit/gedit-io-error-message-area.c:824
+msgid "D_on't Edit"
+msgstr "সম্পাদনা করবেন না (_o)"
+
+#: ../gedit/gedit-io-error-message-area.c:637
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"অনুসরণ করা লিংকের সংখ্যা সীমিত ও এই সীমিত সংখ্যক লিংকের মধ্যে সঠিক ফাইল পাওয়া "
+"যায়নি।"
+
+#: ../gedit/gedit-io-error-message-area.c:641
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ফাইল খোলার জন্য প্রয়োজনীয় অনুমতি আপনার নেই।"
+
+#: ../gedit/gedit-io-error-message-area.c:647
+#, c-format
+msgid "Could not open the file %s."
+msgstr "'%s' ফাইলটি খোলা যায়নি।"
+
+#: ../gedit/gedit-io-error-message-area.c:649
+#| msgid "gedit has not been able to detect the character coding."
+msgid "gedit has not been able to detect the character encoding."
+msgstr "gedit দ্বারা ক্যারেক্টার এনকোডিং সনাক্ত করা সম্ভব হয়নি।"
+
+#: ../gedit/gedit-io-error-message-area.c:651
+#: ../gedit/gedit-io-error-message-area.c:673
+msgid "Please check that you are not trying to open a binary file."
+msgstr "অনুগ্রহ করে পরীক্ষা করুন আপনি কোনো বাইনারি ফাইল খোলার প্রচেষ্টা করছেন কিনা।"
+
+#: ../gedit/gedit-io-error-message-area.c:652
+#| msgid "Select a character coding from the menu and try again."
+msgid "Select a character encoding from the menu and try again."
+msgstr "মেনু থেকে ক্যারেক্টার কোড নির্বাচন করে পুনরায় চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:658
+#, c-format
+msgid "There was a problem opening the file %s."
+msgstr "%s ফাইলটি খোলার সময় একটি সমস্যা দেখা দিয়েছে।"
+
+#: ../gedit/gedit-io-error-message-area.c:660
+#| msgid ""
+#| "The file you opened has some invalid characters, if you continue editing "
+#| "this file you could make this document useless."
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could make this document useless."
+msgstr ""
+"আপনি যে ফাইলটি খুলেছেন তাতে কিছু অকার্যকর অক্ষর রয়েছে, যদি আপনি ফাইল "
+"সম্পাদনা চালিয়ে যান আপনি এই নথিটাকে অর্থহীন করে ফেলতে পারেন।"
+
+#: ../gedit/gedit-io-error-message-area.c:663
+msgid "You can also choose another character encoding and try again."
+msgstr "আপনি অন্য কোন অক্ষর এনকোডিং নির্বাচন করে পুনরায় চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:670
+#| msgid "Could not open the file %s using the %s character coding."
+msgid "Could not open the file %s using the %s character encoding."
+msgstr "%1$s ফাইল, %2$s ক্যারেকটার এনকোডিং সহযোগে খোলা সম্ভব হয়নি।"
+
+#: ../gedit/gedit-io-error-message-area.c:674
+#: ../gedit/gedit-io-error-message-area.c:742
+#| msgid "Select a different character coding from the menu and try again."
+msgid "Select a different character encoding from the menu and try again."
+msgstr "মেনু থেকে পৃথক ক্যারেক্টার কোড নির্বাচন করে পুনরায় চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:737
+#| msgid "Could not save the file %s using the %s character coding."
+msgid "Could not save the file %s using the %s character encoding."
+msgstr "\"%1$s\" ফাইল, %2$s ক্যারেকটার এনকোডিং সহযোগে সংরক্ষণ করা সম্ভব হয়নি।"
+
+#: ../gedit/gedit-io-error-message-area.c:740
+#| msgid ""
+#| "The document contains one or more characters that cannot be encoded using "
+#| "the specified character coding."
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"উল্লিখিত ক্যারেক্টার এনকোডিং সহযোগে এনকোড করা অসম্ভব এক অথবা একাধিক অক্ষর "
+"নথির মধ্যে উপস্থিত রয়েছে।"
+
+#: ../gedit/gedit-io-error-message-area.c:839
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "ফাইলটি (%s) বর্তমানে একটি পৃথক gedit উইন্ডোর মধ্যে খোলা রয়েছে।"
+
+#: ../gedit/gedit-io-error-message-area.c:853
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"অসম্পাদনযোগ্য রূপে gedit দ্বারা এই ফাইল ইনস্ট্যান্স খোলা হয়েছে। তথাপি সম্পাদন করতে "
+"ইচ্ছুক কি?"
+
+#: ../gedit/gedit-io-error-message-area.c:912
+#: ../gedit/gedit-io-error-message-area.c:922
+#: ../gedit/gedit-io-error-message-area.c:1018
+#: ../gedit/gedit-io-error-message-area.c:1028
+msgid "S_ave Anyway"
+msgstr "তথাপি সংরক্ষণ করা হবে (_a)"
+
+#: ../gedit/gedit-io-error-message-area.c:916
+#: ../gedit/gedit-io-error-message-area.c:926
+#: ../gedit/gedit-io-error-message-area.c:1022
+#: ../gedit/gedit-io-error-message-area.c:1032
+msgid "D_on't Save"
+msgstr "সংরক্ষণ করা হবে না (_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:944
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "সর্বশেষ পাঠের পরে %s ফাইলটি পরিবর্তিত হয়েছে।"
+
+#: ../gedit/gedit-io-error-message-area.c:959
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"সংরক্ষণ করা হলে সমস্ত বহিস্থিত পরিবর্তন মুছে যাওয়ার সম্ভাবনা রয়েছে। তথাপি সংরক্ষণ "
+"করা হবে কি?"
+
+#: ../gedit/gedit-io-error-message-area.c:1050
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "%s সংরক্ষণের সময় ব্যাক-আপ ফাইল নির্মাণ করা যায়নি।"
+
+#: ../gedit/gedit-io-error-message-area.c:1053
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "%s সংরক্ষণের সময় অস্থায়ী ব্যাক-আপ ফাইল নির্মাণ করা যায়নি।"
+
+#: ../gedit/gedit-io-error-message-area.c:1069
+#| msgid ""
+#| "gedit could not backup the old copy of the file before saving the new "
+#| "one. You can ignore this warning and save the file anyway, but if an "
+#| "error occurs while saving, you could lose the old copy of the file. Save "
+#| "anyway?"
+msgid ""
+"gedit could not back up the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"ফাইলের নতুন সংস্করণ সংরক্ষণের পূর্বে gedit দ্বারা ফাইলের পুরোনো সংস্করণ "
+"ব্যাক-আপ করা সম্ভব হয়নি। এই সতর্কবার্তা উপেক্ষা করে ফাইলটি তথাপি সংরক্ষণ করা "
+"সম্ভব হলেও, সংরক্ষণকালে কোনো সমস্যার ফলে ফাইলের পুরোনো সংস্করণ মুছে যাওয়ার "
+"সম্ভাবনা রয়েছে। সংরক্ষণ করা হবে কি?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1129
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit দ্বারা লেখা চলাকালে %s প্রকৃতির অবস্থার ব্যবস্থাপনা করা সম্ভব নয়। সঠিক অবস্থান "
+"লেখা হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:1137
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit দ্বারা লেখা চলাকালে এই প্রকৃতির অবস্থার ব্যবস্থাপনা করা সম্ভব নয়। সঠিক অবস্থান "
+"লেখা হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:1146
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s অবস্থান বৈধ নয়। সঠিক অবস্থান লেখা হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় "
+"চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:1152
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"ফাইল সংরক্ষণের জন্য পর্যাপ্ত অনুমতি আপনার নেই। সঠিক অবস্থান লেখা হয়েছে কিনা পরীক্ষা "
+"করে অনুগ্রহ করে পুনরায় চেষ্টা করুন।"
+
+# I must remember to change all other occurances of 'invalid' to বেঠিক
+#: ../gedit/gedit-io-error-message-area.c:1158
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"ফাইল সংরক্ষণের জন্য ডিস্কের মধ্যে পর্যাপ্ত স্থান অবশিষ্ট নেই। অনুগ্রহ করে ডিস্কের মধ্যে "
+"কিছু স্থান ফাঁকা করে পুনরায় চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:1163
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"শুধুমাত্র পাঠযোগ্য ডিস্কের মধ্যে ফাইল সংরক্ষণ করার প্রচেষ্ঠা করছেন। সঠিক অবস্থান লেখা "
+"হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:1169
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "এক নামের ফাইল বর্তমানে উপস্থিত রয়েছে। অনুগ্রহ করে একটি পৃথক নাম উল্লেখ করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:1174
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"যে ডিস্কের মধ্যে ফাইল সংরক্ষণের প্রচেষ্টা করা হচ্ছে সেটির মধ্যে ফাইলের নামের দৈঘ্যের "
+"সীমা আরোপ করা হয়েছে। অনগ্রহ করে ফাইলের নামের মাপ ছোট করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:1181
+#| msgid ""
+#| "The disk where you are trying to save the file has a limitation on file "
+#| "sizes. Please try saving a smaller file or saving it to a disk that does "
+#| "not have this limitation."
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"যে ডিস্কের মধ্যে ফাইল সংরক্ষণের প্রচেষ্টা করা হচ্ছে সেটির মধ্যে ফাইলের মাপ "
+"সংক্রান্ত সীমা আরোপ করা হয়েছে। অনগ্রহ করে তুলনামূলকভাবে ছোট মাপের ফাইল "
+"সংরক্ষণ করুন অথবা উল্লিখিত সীমারহিত কোনো ডিস্কে সংরক্ষণের চেষ্টা করুন।"
+
+#: ../gedit/gedit-io-error-message-area.c:1196
+#, c-format
+msgid "Could not save the file %s."
+msgstr "%s ফাইলটি সংরক্ষণ করা যায়নি।"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1239
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "%s ফাইলটি ডিস্কে পরিবর্তিত হয়েছে।"
+
+#: ../gedit/gedit-io-error-message-area.c:1244
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "পরিবর্তনগুলো বর্জন করে ফাইল কি পুনরায় লোড করা হবে‌?"
+
+#: ../gedit/gedit-io-error-message-area.c:1246
+msgid "Do you want to reload the file?"
+msgstr "ফাইল কি পুনরায় লোড করা হবে?"
+
+#: ../gedit/gedit-io-error-message-area.c:1252
+#: ../gedit/gedit-io-error-message-area.c:1263
+msgid "_Reload"
+msgstr "পুনরায় লোড (_R)"
+
+#: ../gedit/gedit-panel.c:356 ../gedit/gedit-panel.c:528
+msgid "Empty"
+msgstr "ফাঁকা"
+
+#: ../gedit/gedit-panel.c:418
+msgid "Hide panel"
+msgstr "প্যানেল আড়াল করা হবে"
+
+# seems weird
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr "প্লাগ-ইন"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr "সক্রিয়"
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "পরিচিতি (_A)"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr "কনফিগার করুন (_o)"
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr "সক্রিয় করুন (_c)"
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr "সব সক্রিয় করুন (_t)"
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr "সব নিষ্ক্রিয় করুন (_D)"
+
+# Translated by sadia
+#: ../gedit/gedit-plugin-manager.c:800
+msgid "Active _Plugins:"
+msgstr "সক্রিয় প্লাগ-ইন: (_P)"
+
+#: ../gedit/gedit-plugin-manager.c:825
+msgid "_About Plugin"
+msgstr "প্লাগ-ইন পরিচিতি (_A)"
+
+#: ../gedit/gedit-plugin-manager.c:829
+msgid "C_onfigure Plugin"
+msgstr "প্লাগ-ইন কনফিগার করুন (_o)"
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr "বৈশিষ্ট্য পরিচালন ব্যবস্থা আরম্ভ করা যায়নি।"
+
+#: ../gedit/gedit-prefs-manager.c:1138
+#| msgid "Expected `%s' got `%s' for key %s"
+msgid "Expected `%s', got `%s' for key %s"
+msgstr "প্রত্যাশিত `%1$s', `%2$s' গ্রহন করেছে %3$s কী-এর জন্য"
+
+#: ../gedit/gedit-print-job.c:541
+#, c-format
+msgid "File: %s"
+msgstr "ফাইল: %s"
+
+#: ../gedit/gedit-print-job.c:550
+msgid "Page %N of %Q"
+msgstr "পৃষ্ঠা %1$N, সর্বমোট %2$Q"
+
+#: ../gedit/gedit-print-job.c:809
+msgid "Preparing..."
+msgstr "প্রস্তুত করা হচ্ছে..."
+
+# Translated by sadia
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Fonts"
+msgstr "ফন্ট"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "He_aders and footers:"
+msgstr "শীর্ষচরণ ও পাদচরণ: (_a)"
+
+# Translated by sadia
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Page header"
+msgstr "পৃষ্ঠার শীর্ষচরণ"
+
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Print line nu_mbers"
+msgstr "লাইন সংখ্যা মুদ্রণ করা হবে (_m)"
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "Print page _headers"
+msgstr "পৃষ্ঠার শীর্ষচরণ মুদ্রণ করা হবে (_h)"
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print synta_x highlighting"
+msgstr "সিনট্যাক্সের বিভিন্ন অংশের পৃথক বিন্যাস মুদ্রণ করা হবে (_x)"
+
+# Translated by sadia
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Syntax Highlighting"
+msgstr "বাক্যরীতি হাইলাইট করা "
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr "মূল অংশ: (_B)"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr "লাইন সংখ্যা: (_L)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Number every"
+msgstr "সংখ্যা উল্লেখ করা হবে প্রতি (_N)"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Restore Default Fonts"
+msgstr "ডিফল্ট ফন্ট পুনরায় স্থাপন করা হবে (_R)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "lines"
+msgstr "লাইন"
+
+#: ../gedit/gedit-print-preview.c:565
+msgid "Show the previous page"
+msgstr "পূর্ববর্তী পৃষ্ঠা প্রদর্শন করা হবে"
+
+#: ../gedit/gedit-print-preview.c:577
+msgid "Show the next page"
+msgstr "পরবর্তী পৃষ্ঠা প্রদর্শন করা হবে"
+
+#: ../gedit/gedit-print-preview.c:593
+msgid "Current page (Alt+P)"
+msgstr "বর্তমান পৃষ্ঠা (Alt+P)"
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:616
+msgid "of"
+msgstr "সর্বমোট"
+
+#: ../gedit/gedit-print-preview.c:624
+msgid "Page total"
+msgstr "সর্বমোট পৃষ্ঠা"
+
+#: ../gedit/gedit-print-preview.c:625
+msgid "The total number of pages in the document"
+msgstr "নথির সর্বমোট পৃষ্ঠা সংখ্যা"
+
+#: ../gedit/gedit-print-preview.c:642
+msgid "Show multiple pages"
+msgstr "একাধিক পৃষ্ঠা প্রদর্শন করা হবে"
+
+#: ../gedit/gedit-print-preview.c:655
+msgid "Zoom 1:1"
+msgstr "প্রদর্শনের মাত্রা ১:১"
+
+#: ../gedit/gedit-print-preview.c:664
+msgid "Zoom to fit the whole page"
+msgstr "সম্পূর্ণ পৃষ্ঠার মাপ অনুযায়ী প্রদর্শন"
+
+#: ../gedit/gedit-print-preview.c:673
+msgid "Zoom the page in"
+msgstr "পৃষ্ঠা বড় করে প্রদর্শন"
+
+#: ../gedit/gedit-print-preview.c:682
+msgid "Zoom the page out"
+msgstr "পৃষ্ঠা প্রদর্শনের মাত্রা হ্রাস করা হবে"
+
+#: ../gedit/gedit-print-preview.c:694
+msgid "_Close Preview"
+msgstr "প্রাকদর্শন বন্ধ করুন (_C)"
+
+#: ../gedit/gedit-print-preview.c:697
+msgid "Close print preview"
+msgstr "মুদ্রণের প্রাকদর্শন বন্ধ করুন"
+
+#: ../gedit/gedit-print-preview.c:767
+#, c-format
+msgid "Page %d of %d"
+msgstr "পৃষ্ঠা %1$d, সর্বমোট %2$d"
+
+#: ../gedit/gedit-print-preview.c:951
+msgid "Page Preview"
+msgstr "পৃষ্ঠার প্রাকদর্শন"
+
+#: ../gedit/gedit-print-preview.c:952
+msgid "The preview of a page in the document to be printed"
+msgstr "মুদ্রণ করার জন্য চিহ্নিত পৃষ্ঠার মুদ্রণের প্রাকদর্শন"
+
+#: ../gedit/gedit-smart-charset-converter.c:308
+#| msgid "Display list of possible values for the encoding option"
+msgid "It is not possible to detect the encoding automatically"
+msgstr "এনকোডিং অপশনের জন্য সম্ভব মানের তালিকা প্রদর্শন করুন"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr "INS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:332
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " লাইন %1$d, কলাম %2$d"
+
+#: ../gedit/gedit-statusbar.c:431
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "ত্রুটিযুক্ত %d-টি ট্যাব উপস্থিত"
+msgstr[1] "ত্রুটিযুক্ত %d-টি ট্যাব উপস্থিত"
+
+#: ../gedit/gedit-style-scheme-manager.c:207
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "'%s' ডিরেক্টরি নির্মাণ করা যায়নি: g_mkdir_with_parents() বিফল: %s"
+
+# definitely wrong
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:660
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%1$s, %2$s থেকে প্রত্যাবর্তন করা হচ্ছে"
+
+# definitely wrong
+#: ../gedit/gedit-tab.c:667
+#, c-format
+msgid "Reverting %s"
+msgstr "%s প্রত্যাবর্তন করা হচ্ছে"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:683
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%1$s, %2$s থেকে লোড করা হচ্ছে"
+
+#: ../gedit/gedit-tab.c:690
+#, c-format
+msgid "Loading %s"
+msgstr "%s লোড করা হচ্ছে"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:773
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%1$s, %2$s'এ সংরক্ষণ করা হচ্ছে"
+
+#: ../gedit/gedit-tab.c:780
+#, c-format
+msgid "Saving %s"
+msgstr "%s সংরক্ষণ করা হচ্ছে"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1711
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1758
+#, c-format
+msgid "Error opening file %s"
+msgstr "ফাইল %s লোড করতে সমস্যা"
+
+#: ../gedit/gedit-tab.c:1763
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s ফাইল প্রত্যাবর্তন করতে সমস্যা"
+
+#: ../gedit/gedit-tab.c:1768
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s ফাইল সংরক্ষণ করতে সমস্যা"
+
+#: ../gedit/gedit-tab.c:1789
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1796
+msgid "Name:"
+msgstr "নাম:"
+
+#: ../gedit/gedit-tab.c:1797
+msgid "MIME Type:"
+msgstr "MIME-র প্রকৃতি:"
+
+#: ../gedit/gedit-tab.c:1798
+msgid "Encoding:"
+msgstr "এনকোডিং:"
+
+#: ../gedit/gedit-tab-label.c:200
+msgid "Close document"
+msgstr "নথি বন্ধ করুন"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "ফাইল (_F)"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "সম্পাদনা (_E)"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "প্রদর্শন (_V)"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "অনুসন্ধান (_S)"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "সরঞ্জাম (_T)"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "নথি (_D)"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "সাহায্য (_H)"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "নতুন নথি নির্মাণ করুন"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "খুলুন (_O)..."
+
+#: ../gedit/gedit-ui.h:59 ../gedit/gedit-window.c:1450
+msgid "Open a file"
+msgstr "একটি ফাইল খুলুন"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:62
+msgid "Pr_eferences"
+msgstr "পছন্দসমূহ (_e)"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Configure the application"
+msgstr "অ্যাপ্লিকেশন কনফিগার করুন"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:66
+msgid "_Contents"
+msgstr "বিষয়বস্তু (_C)"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Open the gedit manual"
+msgstr "gedit সহায়িকা খুলুন"
+
+#: ../gedit/gedit-ui.h:69
+msgid "About this application"
+msgstr "অ্যাপ্লিকেশন পরিচিতি"
+
+#: ../gedit/gedit-ui.h:73
+msgid "Leave fullscreen mode"
+msgstr "সম্পূর্ণ পর্দায় প্রদর্শন বন্ধ করা হবে"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save the current file"
+msgstr "বর্তমান ফাইল সংরক্ষণ করুন"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save _As..."
+msgstr "নতুন ভাবে সংরক্ষণ (_A)..."
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file with a different name"
+msgstr "বর্তমান ফাইলটি পৃথক নামে সংরক্ষণ করুন"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Revert to a saved version of the file"
+msgstr "ফাইলটি পূর্বে সংরক্ষিত কোনো সংস্করণের অবস্থায় প্রত্যাবর্তন করুন"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Page Set_up..."
+msgstr "পৃষ্ঠা সেটআপ...(_u)"
+
+#: ../gedit/gedit-ui.h:88
+#| msgid "Setup the page settings"
+msgid "Set up the page settings"
+msgstr "পৃষ্ঠার বৈশিষ্ট্য নির্ধারণ করুন"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "মুদ্রণের প্রাকদর্শন (_w)"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr "মুদ্রণের প্রাকদর্শন"
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "মুদ্রণ করুন (_P)..."
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr "বর্তমান পৃষ্ঠা মুদ্রণ করুন"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Undo the last action"
+msgstr "সর্বশেষ কাজ বাতিল করুন"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Redo the last undone action"
+msgstr "বাতিল করা কাজ পুনরায় করুন"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Cut the selection"
+msgstr "নির্বাচিত অংশ কাটুন"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Copy the selection"
+msgstr "নির্বাচিত অংশ অনুলিপি করুন"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Paste the clipboard"
+msgstr "ক্লিপ-বোর্ডের মধ্যে প্রতিলেপন করুন"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Delete the selected text"
+msgstr "নির্বাচিত অংশ মুছে ফেলুন"
+
+#: ../gedit/gedit-ui.h:108
+msgid "Select _All"
+msgstr "সব নির্বাচন করুন (_A)"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Select the entire document"
+msgstr "সম্পূর্ণ নথির তথ্য নির্বাচন করুন"
+
+#. View menu
+#: ../gedit/gedit-ui.h:112
+msgid "_Highlight Mode"
+msgstr "উজ্জ্বলতার মোড (_H)"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:115
+msgid "_Find..."
+msgstr "অনুসন্ধান (_F)..."
+
+#: ../gedit/gedit-ui.h:116
+msgid "Search for text"
+msgstr "টেক্সট অনুসন্ধান করুন"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Find Ne_xt"
+msgstr "পরবর্তী উপস্থিতি অনুসন্ধান করুন (_x)"
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search forwards for the same text"
+msgstr "নথির অবশিষ্ট নিম্নবর্তী অংশে ঐ টেক্সট অনুসন্ধান করুন"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Pre_vious"
+msgstr "পূর্ববর্তী উপস্থিতি অনুসন্ধান করুন (_v)"
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search backwards for the same text"
+msgstr "বিপরীত দিকে এই টেক্সট অনুসন্ধান করুন"
+
+#: ../gedit/gedit-ui.h:122 ../gedit/gedit-ui.h:125
+msgid "_Replace..."
+msgstr "প্রতিস্থাপন (_R)..."
+
+#: ../gedit/gedit-ui.h:123 ../gedit/gedit-ui.h:126
+msgid "Search for and replace text"
+msgstr "টেক্সট অনুসন্ধান করে পরিবর্তন করুন"
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Clear Highlight"
+msgstr "উজ্জ্বলতা বাতিল করুন (_C)"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Clear highlighting of search matches"
+msgstr "অনুসন্ধানে প্রাপ্ত মিল দর্শানোর জন্য ব্যবহৃত ঔজ্জ্বল্য মিটিয়ে ফেলা হবে"
+
+#: ../gedit/gedit-ui.h:130
+msgid "Go to _Line..."
+msgstr "উল্লেখিত লাইন সংখ্যা দেখুন (_L)..."
+
+#: ../gedit/gedit-ui.h:131
+msgid "Go to a specific line"
+msgstr "নির্দিষ্ট কোনো লাইন দেখুন"
+
+#: ../gedit/gedit-ui.h:132
+msgid "_Incremental Search..."
+msgstr "ক্রমবর্ধমান অনুসন্ধান...(_I)"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Incrementally search for text"
+msgstr "ক্রমবর্ধমান পদ্ধতিতে টেক্সট অনুসন্ধান করুন"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:136
+msgid "_Save All"
+msgstr "সব সংরক্ষণ করুন (_S)"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Save all open files"
+msgstr "বর্তমানে ব্যবহৃত সমস্ত ফাইল সংরক্ষণ করুন"
+
+#: ../gedit/gedit-ui.h:138
+msgid "_Close All"
+msgstr "সব বন্ধ করুন (_C)"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Close all open files"
+msgstr "সমস্ত খোলা ফাইল বন্ধ করুন"
+
+#: ../gedit/gedit-ui.h:140
+msgid "_Previous Document"
+msgstr "পূর্ববর্তী নথি (_P)"
+
+#: ../gedit/gedit-ui.h:141
+msgid "Activate previous document"
+msgstr "পূর্ববর্তী নথি সক্রিয় করুন"
+
+#: ../gedit/gedit-ui.h:142
+msgid "_Next Document"
+msgstr "পরবর্তী নথি (_N)"
+
+#: ../gedit/gedit-ui.h:143
+msgid "Activate next document"
+msgstr "পরবর্তী নথি সক্রিয় করুন"
+
+#: ../gedit/gedit-ui.h:144
+msgid "_Move to New Window"
+msgstr "নুতন উইন্ডোর মধ্যে স্থানান্তর করুন (_M)"
+
+#: ../gedit/gedit-ui.h:145
+msgid "Move the current document to a new window"
+msgstr "বর্তমান নথিটি একটি নতুন উইন্ডোর মধ্যে স্থানান্তর করুন"
+
+#: ../gedit/gedit-ui.h:152
+msgid "Close the current file"
+msgstr "বর্তমান ফাইল বন্ধ করুন"
+
+#: ../gedit/gedit-ui.h:159
+msgid "Quit the program"
+msgstr "প্রোগ্রাম থেকে প্রস্থান করুন"
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Toolbar"
+msgstr "টুল-বার(_T)"
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the toolbar in the current window"
+msgstr "বর্তমান উইন্ডোর মধ্যে টুল-বার আড়াল অথবা প্রদর্শন করা হবে"
+
+#: ../gedit/gedit-ui.h:167
+msgid "_Statusbar"
+msgstr "স্ট্যাটাস-বার (_S)"
+
+# Is their any word called দৄশ্যমানতা ?
+#: ../gedit/gedit-ui.h:168
+msgid "Show or hide the statusbar in the current window"
+msgstr "বর্তমান উইন্ডোর মধ্যে স্ট্যাটাস-বার প্রদর্শন অথবা আড়াল করা হবে"
+
+#: ../gedit/gedit-ui.h:171
+#| msgid "Edit text at fullscreen"
+msgid "Edit text in fullscreen"
+msgstr "সম্পূর্ণ পর্দায় প্রদর্শনকালে লেখা সম্পাদনা করুন"
+
+#: ../gedit/gedit-ui.h:178
+msgid "Side _Pane"
+msgstr "পার্শ্ববর্তী পেন (_P)"
+
+#: ../gedit/gedit-ui.h:179
+msgid "Show or hide the side pane in the current window"
+msgstr "বর্তমান উইন্ডোর মধ্যে পার্শ্ববর্তী পেন প্রদর্শন অথবা আড়াল করা হবে"
+
+#: ../gedit/gedit-ui.h:181
+msgid "_Bottom Pane"
+msgstr "নিম্নবর্তী পেন (_B)"
+
+#: ../gedit/gedit-ui.h:182
+msgid "Show or hide the bottom pane in the current window"
+msgstr "বর্তমান উইন্ডোর মধ্যে নিম্নবর্তী পেন প্রদর্শন অথবা আড়াল করা হবে"
+
+#: ../gedit/gedit-utils.c:1071
+msgid "Please check your installation."
+msgstr "অনুগ্রহ করে ইনস্টলেশন পরীক্ষা করুন।"
+
+#: ../gedit/gedit-utils.c:1140
+#| msgid "Unable to open ui file %s. Error: %s"
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "ui ফাইল %s খুলতে ব্যর্থ। ত্রুটি: %s"
+
+#: ../gedit/gedit-utils.c:1160
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "'%1$s' বস্তুটি %2$s ফাইলের মধ্যে পাওয়া যায়নি।"
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1320
+#, c-format
+msgid "/ on %s"
+msgstr "/ %s-এর উপর"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1218
+msgid "_Wrap Around"
+msgstr "বিভাজন করা হবে (_W)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1228
+msgid "Match _Entire Word Only"
+msgstr "শুধুমাত্র সম্পূর্ণ শব্দ অনুসন্ধান করা হবে (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1238
+msgid "_Match Case"
+msgstr "হরফের ছাঁদ মেলানো হবে (_M)"
+
+#: ../gedit/gedit-view.c:1352
+msgid "String you want to search for"
+msgstr "অনুসন্ধানের উদ্দেশ্যে স্ট্রিং"
+
+#: ../gedit/gedit-view.c:1361
+msgid "Line you want to move the cursor to"
+msgstr "কার্সার স্থানান্তরণের জন্য চিহ্নিত স্ট্রিং সংখ্যা"
+
+#: ../gedit/gedit-window.c:1003
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "%s উজ্জ্বলতার মোড ব্যবহার করা হবে"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1060 ../gedit/gedit-window.c:1972
+#: ../plugins/externaltools/tools/manager.py:121
+#: ../plugins/externaltools/tools/manager.py:419
+#: ../plugins/externaltools/tools/manager.py:529
+#: ../plugins/externaltools/tools/manager.py:844
+msgid "Plain Text"
+msgstr "বিন্যাসবিহীন লেখা"
+
+#: ../gedit/gedit-window.c:1061
+msgid "Disable syntax highlighting"
+msgstr "সিনট্যাক্স হাইলাইটিং নিস্ক্রিয় করা হবে"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1347
+msgid "Open '%s'"
+msgstr "'%s' খুলুন"
+
+#: ../gedit/gedit-window.c:1452
+msgid "Open a recently used file"
+msgstr "সম্প্রতি ব্যবহৃত কোনো ফাইল খুলুন"
+
+#: ../gedit/gedit-window.c:1458
+msgid "Open"
+msgstr "খুলুন"
+
+#: ../gedit/gedit-window.c:1516
+msgid "Save"
+msgstr "সংরক্ষণ"
+
+#: ../gedit/gedit-window.c:1518
+msgid "Print"
+msgstr "মুদ্রণ করুন"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1697
+#, c-format
+msgid "Activate '%s'"
+msgstr "'%s' সক্রিয় করুন"
+
+#: ../gedit/gedit-window.c:1950
+msgid "Use Spaces"
+msgstr "শূণ্যস্থান প্রয়োগ করুন"
+
+#: ../gedit/gedit-window.c:2021
+msgid "Tab Width"
+msgstr "ট্যাবের দৈর্ঘ্য"
+
+# Translated by sadia
+#: ../gedit/gedit-window.c:3874
+msgid "About gedit"
+msgstr "জিএডিট পরিচিতি "
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "অক্ষরের ছাঁদ পরিবর্তন করুন"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "নির্বাচিত টেক্সটের হরফের ছাঁদ পরিবর্তন করতে ব্যবহৃত হয়।"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "হরফের ছাঁদ পরিবর্তন করুন (_h)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "শুধুমাত্র বড় ছাঁদ ব্যবহার করা হবে (_U)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "নির্বাচিত টেক্সটের অক্ষর বড় ছাঁদে পরিবর্তন করুন"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "শুধুমাত্র ছোট ছাঁদের অক্ষর ব্যবহার করা হবে (_L)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "নির্বাচিত টেক্সটের অক্ষর ছোট ছাঁদে পরিবর্তন করুন"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "অক্ষরের বিপরীত ছাঁদ ব্যবহার করা হবে (_I)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "নির্বাচিত টেক্সটের অক্ষর বিপরীত ছাঁদে পরিবর্তন করুন"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "শিরোনামের অক্ষরের ছাঁদ (_T)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "প্রতিটি নির্বাচিত শব্দের অধ্যাক্ষর বড় ছাঁদে পরিবর্তন করুন"
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:1
+msgid "Check for latest version of gedit"
+msgstr "gedit এর সাম্প্রতিক সংস্করণের জন্য পরীক্ষণ করুন"
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:2
+msgid "Check update"
+msgstr "পরীক্ষিত অবস্থা"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:246
+#| msgid "There was an error displaying the url."
+msgid "There was an error displaying the URI."
+msgstr "url প্রদর্শনে সমস্যা।"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:293
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:308
+msgid "_Download"
+msgstr "ডাউনলোড (_R)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:297
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:316
+#| msgid "_Ignore case"
+msgid "_Ignore Version"
+msgstr "সংস্করণ অগ্রাহ্য করা হবে (_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:332
+msgid "There is a new version of gedit"
+msgstr "gedit এর একটি নতুন সংস্করণ আছে"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:336
+#| msgid ""
+#| "You can download the new version of gedit by pressing on the download "
+#| "button"
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr "ডাউনলোড বোতাম চেপে আপনি নতুন gedit সংস্করণ ডাউনলোড করতে পারবেন"
+
+#: ../plugins/checkupdate/gedit-check-update.schemas.in.h:1
+msgid "Version to ignore until the next version is released"
+msgstr "পরবর্তী রিলিজ না হওয়া পর্যন্ত সংস্করণ অগ্রাহ্য করা হবে"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"বর্তমান নথির মধ্যে উপস্থিত শব্দ, লাইন, অক্ষর ও শূণ্যস্থান ব্যতীত অন্য অক্ষরের সংখ্যা "
+"গণনা ও প্রদর্শন করে।"
+
+# Not sure if the above translation is correct
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Document Statistics"
+msgstr "নথি সংক্রান্ত পরিসংখ্যান"
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "Bytes"
+msgstr "বাইট"
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "Characters (no spaces)"
+msgstr "অক্ষর (শূণ্যস্থানবিহীন)"
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Characters (with spaces)"
+msgstr "অক্ষর (শূণ্যস্থান সহ)"
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Document"
+msgstr "নথি"
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+#| msgid "Name"
+msgid "File Name"
+msgstr "ফাইলের নাম"
+
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Lines"
+msgstr "লাইন"
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Selection"
+msgstr "নির্বাচন"
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Words"
+msgstr "শব্দ"
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "_Update"
+msgstr "হালনাগাদ করুন (_U)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:422
+msgid "_Document Statistics"
+msgstr "নথি সংক্রান্ত পরিসংখ্যান (_D)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:424
+#| msgid "Get statistic info on current document"
+msgid "Get statistical information on the current document"
+msgstr "বর্তমান নথির বিভিন্ন পরিসংখ্যান দেখুন"
+
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "বর্তমানে খোলা ডিরেক্টরিতে টার্মিনাল খোলা হবে"
+
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "এই স্থানে টার্মিনাল খোলা হবে"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "বহিস্থিত কমান্ড ও শেল স্ক্রিপ্ট সঞ্চালন করা হবে।"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "বহিস্থিত সরঞ্জাম"
+
+#: ../plugins/externaltools/tools/__init__.py:172
+msgid "Manage _External Tools..."
+msgstr "বহিস্থিত সরঞ্জাম পরিচালনব্যবস্থা..(_E)"
+
+#: ../plugins/externaltools/tools/__init__.py:174
+msgid "Opens the External Tools Manager"
+msgstr "বহিস্থিত সরঞ্জাম পরিচালনব্যবস্থা খোলে"
+
+#: ../plugins/externaltools/tools/__init__.py:178
+msgid "External _Tools"
+msgstr "বহিস্থিত সরঞ্জাম (_T)"
+
+#: ../plugins/externaltools/tools/__init__.py:180
+msgid "External tools"
+msgstr "বহিস্থিত সরঞ্জাম"
+
+#: ../plugins/externaltools/tools/__init__.py:212
+msgid "Shell Output"
+msgstr "শেল আউটপুট"
+
+#: ../plugins/externaltools/tools/capture.py:92
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "ভলিউম সম্পাদন করা যায়নি: %s"
+
+#: ../plugins/externaltools/tools/functions.py:162
+msgid "You must be inside a word to run this command"
+msgstr "চিহ্নিত কমান্ড চালানোর জন্য একটি শব্দের মধ্যে অবস্থিত হওয়া আবশ্যক"
+
+#: ../plugins/externaltools/tools/functions.py:267
+msgid "Running tool:"
+msgstr "চলমান টুল:"
+
+#: ../plugins/externaltools/tools/functions.py:292
+msgid "Done."
+msgstr "সম্পন্ন।"
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Exited"
+msgstr "প্রস্থান করা হয়েছে"
+
+#: ../plugins/externaltools/tools/manager.py:119
+msgid "All languages"
+msgstr "সব ভাষা"
+
+#: ../plugins/externaltools/tools/manager.py:518
+#: ../plugins/externaltools/tools/manager.py:522
+#: ../plugins/externaltools/tools/manager.py:842
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All Languages"
+msgstr "সব ভাষা"
+
+#: ../plugins/externaltools/tools/manager.py:628
+msgid "New tool"
+msgstr "নতুন টুল"
+
+#: ../plugins/externaltools/tools/manager.py:759
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "চিহ্নিত অ্যাকসেলেরেটর %s-এর সাথে বর্তমানে সংযুক্ত রয়েছে"
+
+#: ../plugins/externaltools/tools/manager.py:810
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "নতুন অ্যাকসেলেরেটর লিখুন, অথবা ব্যাক-স্পেস চেপে মুছে ফেলুন"
+
+#: ../plugins/externaltools/tools/manager.py:812
+msgid "Type a new accelerator"
+msgstr "নতুন অ্যাকসেলেরেটর লিখুন"
+
+#: ../plugins/externaltools/tools/outputpanel.py:105
+msgid "Stopped."
+msgstr "স্থগিত।"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents"
+msgstr "সর্বধরনের নথি"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "All documents except untitled ones"
+msgstr "নামবিহীন নথি ব্যতীত অন্যান্য সর্বধরনের নথি"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Append to current document"
+msgstr "বর্তমান নথির শেষে"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "নতুন নথি নির্মাণ করুন"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "বর্তমান নথি"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "বর্তমান লাইন"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "বর্তমান নির্বাচন"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "বর্তমান নির্বাচন (নথিতে ডিফল্ট)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "বর্তমান শব্দ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr "নিম্নবর্তী পেনে প্রদর্শন করা হবে"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr "বহিস্থিত সরঞ্জাম পরিচালনব্যবস্থা"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr "কার্সারের অবস্থানে সন্নিবেশ করা হবে"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr "শুধুমাত্র স্থানীয় ফাইল"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr "শূণ্য"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr "শুধুমাত্র দূরবর্তী ফাইল"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr "বর্তমান নথি প্রতিস্থাপন করুন"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr "নির্বাচিত অংশ প্রতিস্থাপন করুন"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr "শুধুমাত্র নামবিহীন নথি"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr "প্রয়োজনীয়তা: (_A)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr "সম্পাদনা: (_E)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "ইনপুট:(_I)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "আউটপুট: (_O)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "সংরক্ষণ: (_S)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr "শর্টকাট-কী: (_S)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "টুল: (_T)"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "বিল্ড"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "নথি ধারণকারী ডিরেক্টরির মধ্যে \"make\" কমান্ড সঞ্চালন করুন"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "অন্তে উপস্থিত শূণ্যস্থান মুছে ফেলা হবে"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "ফাইলের মধ্যে উপস্থিত অপ্রয়োজনীয় অন্তে শূণ্যস্থান মুছে ফেলুন"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr "স্বনির্ধারিত কমান্ড প্রয়োগ করে উৎপন্ন ফলাফল একটি নতুন নথিতে যোগ করুন"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "কমান্ড সঞ্চালন"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr "পার্শ্ববর্তী পেইন থেকে ফাইল ব্যবহারেরে সুবিধাজনক প্রণালী"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr "ফাইল ব্রাউজারের পেন"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:235
+msgid "File System"
+msgstr "ফাইল-সিস্টেম"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr "দূরবর্তী অবস্থান পুনরুদ্ধারের বৈশিষ্ট্য সক্রিয় করুন"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr "ফাইল ব্রাউজার পরিশোধকের মোড"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr "ফাইল ব্রাউজার পরিশোধকের বিন্যাস"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr "ফাইল ব্রাউজারের প্রধান ডিরেক্টরি"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ফাইল ব্রাউজারের ভার্চুয়াল প্রধান ডিরেক্টরি"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+#| msgid ""
+#| "If TRUE the file browser plugin will view the directory of the first "
+#| "opened document given that the file browser hasn't been used yet. (Thus "
+#| "this generally applies to opening a document from the command line or "
+#| "opening it with nautilus etc)"
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"মান সত্য হলে ফাইল ব্রাউজার প্লাগ-ইনের প্রারম্ভিক ব্যবহারের সময় ফাইল ব্রাউজার "
+"দ্বারা প্রথম খোলা ডিরেক্টরি প্রদর্শিত হবে। (অর্থাৎ এটি মূলত কমান্ড-লাইন "
+"অথবা nautilus প্রভৃতি সহযোগ খোলা নথির ক্ষেত্রে প্রযোজ্য)"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr "ট্রি অনুযায়ী প্রদর্শনে খোলা হবে"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"ফাইল ব্রাউজার প্লাগ-ইন লোড করা হলে বুকমার্ক প্রদর্শনের পরিবর্তে ট্রি অনুযায়ী প্রদর্শন "
+"করা হবে"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+#| msgid "Set Location To First Document"
+msgid "Set Location to First Document"
+msgstr "সর্বপ্রথম নথিতে অবস্থান নির্ধারিত হবে"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "দূরবর্তী অবস্থান পুনরুদ্ধারের বৈশিষ্ট্য সক্রিয় করা হবে কিনা তা নির্ধারিত হয়।"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ফাইল ব্রাউজার প্লাগ-ইন লোড করার সময় ও onload/tree_view'র মান TRUE হলে ব্যবহারের "
+"জন্য চিহ্নিত ফাইল ব্রাউজারের মূল ডিরেক্টরি।"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"ফাইল ব্রাউজার প্লাগ-ইন লোড করার সময় ও onload/tree_view'র মান TRUE (সত্য) হলে "
+"ব্যবহারের জন্য চিহ্নিত ফাইল ব্রাউজারের ভার্চুয়াল মূল ডিরেক্টরি। ভার্চুয়াল মূল ডিরেক্টরি "
+"সর্বদা প্রকৃত মূল ডিরেক্টরির অধীন হওয়া আবশ্যক।"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"ফাইল ব্রাউজার পরিশোধক করার জন্য ব্যবহৃত পরিশোধক বিন্যাস। চিহ্নিত ফোল্ডারটি "
+"filter_mode-এর উপর সঞ্চালিত হয়।"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hidden (filter hidden files), binary "
+"(filter binary files) and hidden_and_binary (filter both hidden and binary "
+"files)."
+msgstr ""
+"এই মান দ্বারা ফাইল ব্রাউজার থেকে পরিশোধক হওয়া ফাইল নির্ধারিত হয়। বৈধ মান হল: "
+"none (পরিশোধক প্রয়োগ করা হবে না), hidden (শুধুমাত্র আড়াল করা ফাইল ফিল্টার করা "
+"হবে), binary (শুধুমাত্র বাইনারি ফাইল ফিল্টার করা হবে) ও hidden_and_binary (আড়াল "
+"করা ও বাইনারি ফাইল উভয় ফিল্টার করা হবে)।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:597
+msgid "_Set root to active document"
+msgstr "সক্রিয় ডকুমেন্ট অনুসারে মূল ধার্য করা হবে (_S)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:599
+msgid "Set the root to the active document location"
+msgstr "বর্তমানে সক্রিয় অবস্থানে মূল নির্ধারণ করা হবে"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:604
+msgid "_Open terminal here"
+msgstr "এই স্থানে টার্মিনাল খোলা হবে (_O)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:606
+msgid "Open a terminal at the currently opened directory"
+msgstr "বর্তমানে খোলা ডিরেক্টরিতে টার্মিনাল খোলা হবে"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:742
+msgid "File Browser"
+msgstr "ফাইল ব্রাউজার"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:873
+msgid "An error occurred while creating a new directory"
+msgstr "নতুন ডিরেক্টরি নির্মাণের সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:876
+msgid "An error occurred while creating a new file"
+msgstr "নতুন ফাইল নির্বাচনের সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while renaming a file or directory"
+msgstr "নির্বাচিত কমান্ড চালানোর সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:886
+msgid "An error occurred while deleting a file or directory"
+msgstr "ফাইল অথবা ডিরেক্টরি মুছে ফেলার সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:891
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ফাইল পরিচালনব্যবস্থার মধ্যে একটি ডিরেক্টরি খোলার সময় সমস্যা উৎপন্ন হয়েছে"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:895
+msgid "An error occurred while setting a root directory"
+msgstr "মূল ডিরেক্টরি সেটিং এর সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:899
+msgid "An error occurred while loading a directory"
+msgstr "ডিরেক্টরি লোড করার সময় সমস্যা উৎপন্ন হয়েছে"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid "An error occurred"
+msgstr "সমস্যা উৎপন্ন হয়েছে"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1194
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"আবর্জনার বাক্সে ফাইল সরিয়ে নেওয়া যায়নি,\n"
+"এই মুহূর্তে কি মুছে ফেলতে ইচ্ছুক?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1198
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "\"%s\" ফাইল আবর্জনার বাক্সে সরিয়ে নেওয়া সম্ভব নয়।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1201
+msgid "The selected files cannot be moved to the trash."
+msgstr "নির্বাচিত ফাইলগুলো আবর্জনার বাক্সে সরিয়ে নেওয়া সম্ভব নয়।"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1234
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "আপনি কি নিশ্চিতরূপে \"%s\" স্থায়ীভাবে মুছে ফেলতে ইচ্ছুক?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1237
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "আপনি কি নিশ্চিতরূপে নির্বাচিত ফাইলগুলি স্থায়ীভাবে মুছে ফেলতে ইচ্ছুক?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1240
+msgid "If you delete an item, it is permanently lost."
+msgstr "একটি বস্তু মুছে ফেলা হলে তা স্থায়ীভাবে হারিয়ে যাবে।"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1667
+msgid "(Empty)"
+msgstr "(ফাঁকা)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3305
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"নাম পরিবর্তিত ফাইলটি বর্তমানে পরিশোধক করা হয়েছে। ফাইলটি প্রদর্শন করার জন্য "
+"পরিশোধকর বৈশিষ্ট্য পরিবর্তন করুন"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3544
+msgid "file"
+msgstr "ফাইল"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3568
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"নতুন ফাইল বর্তমানে পরিশোধক করা হয়েছে। ফাইলটি প্রদর্শন করার জন্য পরিশোধকের বৈশিষ্ট্য "
+"পরিবর্তন করুন"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3597
+msgid "directory"
+msgstr "ডিরেক্টরি"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3617
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"নতুন ডিরেক্টরি বর্তমানে পরিশোধক করা হয়েছে। ফাইলটি প্রদর্শন করার জন্য পরিশোধকের "
+"বৈশিষ্ট্য পরিবর্তন করুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:704
+msgid "Bookmarks"
+msgstr "বুকমার্ক"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:785
+msgid "_Filter"
+msgstr "পরিশোধক (_F)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:790
+#| msgid "_Move To Trash"
+msgid "_Move to Trash"
+msgstr "আবর্জনার বাক্সে সরিয়ে নিন (_M)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:791
+msgid "Move selected file or folder to trash"
+msgstr "নির্বাচিত ফাইল অথবা ফোল্ডার আবর্জনার বাক্সে স্থানান্তর করা হবে"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:793
+msgid "_Delete"
+msgstr "মুছে ফেলুন (_D)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:794
+msgid "Delete selected file or folder"
+msgstr "নির্বাচিত ফাইল অথবা ফোল্ডার মুছে ফেলুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:801
+#| msgid "Indent selected lines"
+msgid "Open selected file"
+msgstr "নির্বাচিত ফাইলগুলো খুলুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:807
+msgid "Up"
+msgstr "উপরে"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:808
+msgid "Open the parent folder"
+msgstr "ঊর্ধ্বস্থ ফোল্ডার খুলুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:813
+msgid "_New Folder"
+msgstr "নতুন ফোল্ডার (_N)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:814
+msgid "Add new empty folder"
+msgstr "একটি নতুন ফাঁকা ফোল্ডার যোগ করুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:816
+msgid "New F_ile"
+msgstr "নতুন ফাইল (_i)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:817
+msgid "Add new empty file"
+msgstr "একটি নতুন ফাঁকা ফাইল যোগ করুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:822
+msgid "_Rename"
+msgstr "নাম পরিবর্তন (_R)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:823
+msgid "Rename selected file or folder"
+msgstr "নির্বাচিত ফাইল অথবা ফোল্ডারের নাম পরিবর্তন করুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:829
+msgid "_Previous Location"
+msgstr "পূর্ববর্তী অবস্থান (_P)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:831
+msgid "Go to the previous visited location"
+msgstr "পূর্বে পরিদর্শিত অবস্থানে চলুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:833
+msgid "_Next Location"
+msgstr "পরবর্তী অবস্থান (_N)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:834
+msgid "Go to the next visited location"
+msgstr "পরবর্তী পরিদর্শিত অবস্থানে চলুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:835
+msgid "Re_fresh View"
+msgstr "নতুন করে প্রদর্শন (_f)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:836
+msgid "Refresh the view"
+msgstr "নতুন করে প্রদর্শন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:837
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:855
+msgid "_View Folder"
+msgstr "ফোল্ডার প্রদর্শন (_V)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:838
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:856
+msgid "View folder in file manager"
+msgstr "ফাইল পরিচালন ব্যবস্থায় ফোল্ডার প্রদর্শন করা হবে"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:845
+msgid "Show _Hidden"
+msgstr "আড়াল করা ফাইল ও ডিরেক্টরি প্রদর্শন (_H)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:846
+msgid "Show hidden files and folders"
+msgstr "আড়াল করা ফাইল ও ফোল্ডার প্রদর্শন করা হবে"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:848
+msgid "Show _Binary"
+msgstr "বাইনারি ফাইল ও ডিরেক্টরি প্রদর্শন (_B)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:849
+msgid "Show binary files"
+msgstr "বাইনারি ফাইল ও ডিরেক্টরি প্রদর্শন করা হবে"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:981
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:990
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1011
+msgid "Previous location"
+msgstr "পূর্ববর্তী অবস্থান"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:983
+msgid "Go to previous location"
+msgstr "পূর্ববর্তী অবস্থানে চলুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:985
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1006
+msgid "Go to a previously opened location"
+msgstr "পূর্বে পরিদর্শিত অবস্থানে চলুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1002
+msgid "Next location"
+msgstr "পরবর্তী অবস্থান"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1004
+msgid "Go to next location"
+msgstr "পরবর্তী অবস্থানে চলুন"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1216
+msgid "_Match Filename"
+msgstr "ফাইলের নাম মেলানো হবে (_M)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2118
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "চিহ্নিত মাউন্ট করা ভলিউমের জন্য কোনো মাউন্ট অবজেক্ট উপস্থিত নেই: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2198
+#, c-format
+msgid "Could not open media: %s"
+msgstr "মিডিয়া খোলা যায়নি: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2245
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "ভলিউম মাউন্ট করা যায়নি: %s"
+
+#. ex:ts=8:noet:
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "gedit'এ ব্যবহাযোগ্য Emacs, Kate ও Vim-এর বিন্যাসের মোড-লাইন।"
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "মোড-লাইন"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+#| msgid "Interactive python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "নিম্নবর্তী প্যানেলে অবস্থিত ইন্টারেক্টিভ Python কনসোল"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:50
+msgid "Python Console"
+msgstr "Python কনসোল"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "কমান্ডের রং: (_o)"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "ত্রুটিসূচক রং: (_E)"
+
+#. ex:ts=8:et:
+#: ../plugins/quickopen/quickopen/popup.py:35
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:1
+msgid "Quick Open"
+msgstr "দ্রুত খোলা হবে"
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:69
+msgid "Quick open"
+msgstr "দ্রুত খোলা হবে"
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:70
+msgid "Quickly open documents"
+msgstr "দ্রুত খোলা নথি"
+
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "দ্রুত খোলা ফাইল"
+
+# Translated by sadia
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+#| msgid "Insert often used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "নিয়মিতভাবে ব্যবহৃত পংক্তিসমূহ দ্রুত সন্নিবেশ করুন"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+#: ../plugins/snippets/snippets/Document.py:58
+msgid "Snippets"
+msgstr "Snippets"
+
+# Could not think of anything else.
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+#| msgid "<b>Activation</b>"
+msgid "Activation"
+msgstr "সক্রিয়করণ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "নতুন স্নিপেট নির্মাণ করুন"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:409
+msgid "Delete selected snippet"
+msgstr "নির্বাচিত স্নিপেট মুছে ফেলুন"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Export selected snippets"
+msgstr "নির্বাচিত স্নিপেটগুলি এক্সপোর্ট করুন"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:797
+msgid "Import snippets"
+msgstr "স্নিপেট ইম্পোর্ট করুন"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr "শর্টকাট-কী: (_h)"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr "স্নিপেট সক্রিয় করতে ব্যবহৃত শর্টকাট-কী"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:686
+#| msgid "Single word with which the snippet is activated after pressing tab"
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "ট্যাব-কী চাপার পরে স্নিপেট সক্রিয় করতে ব্যবহৃত কোনো একটি শব্দ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Snippets Manager"
+msgstr "স্নিপেট পরিচালন ব্যবস্থা"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Drop targets:"
+msgstr "টার্গেট বর্জন করুন: (_D)"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr "স্নিপেট: (_S)"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr "Tab ট্রিগার:(_T)"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:130
+msgid "Manage _Snippets..."
+msgstr "স্নিপেট পরিচালনা...(_S)"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:131
+msgid "Manage snippets"
+msgstr "স্নিপেট পরিচালনা"
+
+#: ../plugins/snippets/snippets/Manager.py:46
+msgid "Snippets archive"
+msgstr "স্নিপেট-এর আর্কাইভ"
+
+#: ../plugins/snippets/snippets/Manager.py:71
+msgid "Add a new snippet..."
+msgstr "নতুন স্নিপেট যোগ করুন..."
+
+#: ../plugins/snippets/snippets/Manager.py:121
+msgid "Global"
+msgstr "গ্লোবাল"
+
+#: ../plugins/snippets/snippets/Manager.py:406
+msgid "Revert selected snippet"
+msgstr "নির্বাচিত স্নিপেট প্রত্যাবর্তন করুন"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/Manager.py:679
+#| msgid ""
+#| "This is not a valid tab trigger. Triggers can either contain letters or a "
+#| "single, non alphanumeric, character like {, [, etcetera."
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain letters or a "
+"single (non-alphanumeric) character like: {, [, etc."
+msgstr ""
+"ট্যাব ট্রিগার বৈধ নয়। ট্রিগারের ক্ষেত্রে অক্ষর অথবা শুধুমাত্র একটি "
+"আলফা-নিউমেরিক ব্যতীত অক্ষর যেমন {, [, প্রভৃতি ব্যবহার করা যাবে।"
+
+#: ../plugins/snippets/snippets/Manager.py:776
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "ইমপোর্ট করার সময় নিম্নলিখিত ত্রুটি উৎপন্ন হয়েছে: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:783
+msgid "Import successfully completed"
+msgstr "সাফল্যের সাথে ইম্পোর্ট সমাপ্ত হয়েছে"
+
+#: ../plugins/snippets/snippets/Manager.py:802
+#: ../plugins/snippets/snippets/Manager.py:888
+#: ../plugins/snippets/snippets/Manager.py:951
+msgid "All supported archives"
+msgstr "সর্বধরনের সমর্থিত আর্কাইভ"
+
+#: ../plugins/snippets/snippets/Manager.py:803
+#: ../plugins/snippets/snippets/Manager.py:889
+#: ../plugins/snippets/snippets/Manager.py:952
+msgid "Gzip compressed archive"
+msgstr "Gzip দ্বারা কম্প্রেস করা আর্কাইভ"
+
+#: ../plugins/snippets/snippets/Manager.py:804
+#: ../plugins/snippets/snippets/Manager.py:890
+#: ../plugins/snippets/snippets/Manager.py:953
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 দ্বারা কম্প্রেস করা আর্কাইভ"
+
+#: ../plugins/snippets/snippets/Manager.py:805
+msgid "Single snippets file"
+msgstr "একটি স্নিপেট ফাইল"
+
+#: ../plugins/snippets/snippets/Manager.py:806
+#: ../plugins/snippets/snippets/Manager.py:892
+#: ../plugins/snippets/snippets/Manager.py:955
+msgid "All files"
+msgstr "সমস্ত ফাইল"
+
+#: ../plugins/snippets/snippets/Manager.py:818
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "এক্সপোর্ট করার সময় নিম্নলিখিত সমস্যা দেখা দিয়েছে: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:822
+msgid "Export successfully completed"
+msgstr "এক্সপোর্ট সফলভাবে সমাপ্ত হয়েছে"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:862
+#: ../plugins/snippets/snippets/Manager.py:929
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"এক্সপোর্ট করার জন্য চিহ্নিত বস্তুর মধ্যে নির্বাচিত <b>সিস্টেম</b> স্নিপেট অন্তর্ভুক্ত করতে "
+"কি ইচ্ছুক?"
+
+#: ../plugins/snippets/snippets/Manager.py:877
+#: ../plugins/snippets/snippets/Manager.py:947
+msgid "There are no snippets selected to be exported"
+msgstr "এক্সপোর্ট করার জন্য কোনো স্নিপেট নির্বাচন করা হয়নি"
+
+#: ../plugins/snippets/snippets/Manager.py:882
+#: ../plugins/snippets/snippets/Manager.py:920
+msgid "Export snippets"
+msgstr "স্নিপেট এক্সপোর্ট করুন"
+
+#: ../plugins/snippets/snippets/Manager.py:1059
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "নতুন শর্ট-কাট লিখুন, অথবা ব্যাক-স্পেস টিপে মুছে ফেলুন"
+
+#: ../plugins/snippets/snippets/Manager.py:1061
+msgid "Type a new shortcut"
+msgstr "নতুন শর্ট-কাট লিখুন"
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#| msgid "The archive `%s` could not be created"
+msgid "The archive \"%s\" could not be created"
+msgstr "\"%s\" আর্কাইভ নির্মাণ করা যায়নি"
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#| msgid "Target directory `%s` does not exist"
+msgid "Target directory \"%s\" does not exist"
+msgstr "উদ্দিষ্ট ডিরেক্টরি \"%s\" বর্তমানে উপস্থিত নেই"
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#| msgid "Target directory `%s` is not a valid directory"
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "উদ্দিষ্ট ডিরেক্টরি \"%s\" বৈধ ডিরেক্টরি নয়"
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#| msgid "File `%s` does not exist"
+msgid "File \"%s\" does not exist"
+msgstr "\"%s\" ফাইল বর্তমানে অনুপস্থিত"
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#| msgid "File `%s` is not a valid snippets file"
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "\"%s\" ফাইলটি বৈধ স্নিপেট ফাইল নয়"
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#| msgid "Imported file `%s` is not a valid snippets file"
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "ইম্পোর্ট করা ফাইল \"%s\" বৈধ স্নিপেট ফাইল নয়"
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#| msgid "The archive `%s` could not be extracted"
+msgid "The archive \"%s\" could not be extracted"
+msgstr "\"%s\" আর্কাইভের মধ্যে উপস্থিত সামগ্রী এক্সট্র্যাক্ট করা সম্ভব হয়নি"
+
+#: ../plugins/snippets/snippets/Importer.py:70
+msgid "The following files could not be imported: %s"
+msgstr "নিম্নলিখিত ফাইলগুলি ইম্পোর্ট করা যায়নি: %s"
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#| msgid "File `%s` is not a valid snippets archive"
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "\"%s\" ফাইলটি বৈধ স্নিপেট আর্কাইভ নয়"
+
+#: ../plugins/snippets/snippets/Placeholder.py:594
+#| msgid ""
+#| "Execution of the python command (%s) exceeds the maximum time, execution "
+#| "aborted."
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Python কমান্ড (%s) সঞ্চালনের জন্য সর্বাধিক অনুমোদিত সময়সীমা উলঙ্ঘন করা "
+"হয়েছে, কর্ম সঞ্চালন পরিত্যাগ করা হবে।"
+
+#: ../plugins/snippets/snippets/Placeholder.py:602
+#| msgid "Execution of the python command (%s) failed: %s"
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python কমান্ড (%s) সঞ্চালনে ব্যর্থ: %s"
+
+#: ../plugins/sort/gedit-sort-plugin.c:86
+msgid "S_ort..."
+msgstr "ক্রমবিন্যাস (_o)..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "Sort the current document or selection"
+msgstr "বর্তমান নথি অথবা নির্বাচিত অংশ ক্রমানুযায়ী বিন্যাস করুন।"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr "ক্রমবিন্যাস"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "নথি অথবা নির্বাচিত অংশের তথ্য ক্রমানুযায়ী বিন্যাস করে।"
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr "প্রতিলিপি মুছে ফেলুন (_e)"
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr "উল্লিখিত কলাম থেকে আরম্ভ করুন (_t):"
+
+#: ../plugins/sort/sort.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr "ক্রমবিন্যাস কর্ম পরিবর্তন করা সম্ভব নয়"
+
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr "অক্ষরের ছাঁদ অগ্রাহ্য করা হবে (_I)"
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr "বিপরীত ক্রম (_R)"
+
+# I doubt if this is correct
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr "ক্রমবিন্যাস (_S)"
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:455
+msgid "(no suggested words)"
+msgstr "(প্রস্তাব করার যোগ্য শব্দ উপস্থিত নেই)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "অতিরিক্ত (_M)..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "সব অগ্রাহ্য করা হবে (_I)"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "যোগ করুন (_A)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "বানান সংক্রান্ত প্রস্তাবনা (_S)..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:270
+msgid "Check Spelling"
+msgstr "বানান পরীক্ষণ"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:281
+msgid "Suggestions"
+msgstr "প্রস্তাবনা"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:562
+msgid "(correct spelling)"
+msgstr "(সঠিক বানান)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:705
+msgid "Completed spell checking"
+msgstr "বানান পরীক্ষণ সমাপ্ত"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:285
+#: ../plugins/spell/gedit-spell-checker-language.c:291
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%1$s (%2$s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:300
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "অজানা (%s)u"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:406
+msgctxt "language"
+msgid "Default"
+msgstr "ডিফল্ট"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:141
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "ভাষা নির্ধারণ করুন"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:196
+msgid "Languages"
+msgstr "ভাষা"
+
+#: ../plugins/spell/gedit-spell-plugin.c:86
+msgid "_Check Spelling..."
+msgstr "বানান পরীক্ষা করুন... (_C)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:88
+msgid "Check the current document for incorrect spelling"
+msgstr "বর্তমান ডকুমেন্টের মধ্যে ভুল বানানের উপস্থিতি পরীক্ষা করুন"
+
+#: ../plugins/spell/gedit-spell-plugin.c:94
+msgid "Set _Language..."
+msgstr "ভাষা নির্ধারণ করুন...(_L)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:96
+msgid "Set the language of the current document"
+msgstr "বর্তমান নথিতে ব্যবহৃত ভাষা নির্ধারণ করুন"
+
+#: ../plugins/spell/gedit-spell-plugin.c:105
+msgid "_Autocheck Spelling"
+msgstr "স্বয়ংক্রিয় বানান পরীক্ষণ ব্যবস্থা (_A)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:107
+msgid "Automatically spell-check the current document"
+msgstr "স্বয়ংক্রিয়ভাবে বর্তমান নথির বানান পরীক্ষা করা হবে"
+
+#: ../plugins/spell/gedit-spell-plugin.c:743
+msgid "The document is empty."
+msgstr "নথিটি ফাঁকা।"
+
+#: ../plugins/spell/gedit-spell-plugin.c:773
+msgid "No misspelled words"
+msgstr "ভুল বানান নেই"
+
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "বর্তমান নথির ভাষা নির্বাচন করুন (_l)"
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Add w_ord"
+msgstr "শব্দ যোগ করুন (_o)"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Cha_nge"
+msgstr "পরিবর্তন করুন (_n)"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "Change A_ll"
+msgstr "সব পরিবর্তন করুন (_l)"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "উল্লিখিত মানে পরিবর্তন করুন (_t):"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "শব্দ পরীক্ষা করুন (_W)"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Check spelling"
+msgstr "বানান পরীক্ষা করুন"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Ignore _All"
+msgstr "সব অগ্রাহ্য করুন (_A)"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+#| msgid "Languages"
+msgid "Language"
+msgstr "ভাষা"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Language:"
+msgstr "ভাষা:"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Misspelled word:"
+msgstr "ভুল বানান:"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "ব্যবহারকারীর অভিধান:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "_Ignore"
+msgstr "অগ্রাহ্য করা হবে (_I)"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "_Suggestions:"
+msgstr "প্রস্তাব (_S):"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+#| msgid "Words"
+msgid "word"
+msgstr "শব্দ"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "বর্তমান নথির মধ্যে বানান পরীক্ষা করুন।"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "বানান সংশোধন"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:98
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:694
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:710
+msgid "Tags"
+msgstr "ট্যাগ"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:605
+msgid "Select the group of tags you want to use"
+msgstr "আপনি যে ট্যাগগুলো ব্যবহার করতে ইচ্ছুক সেগুলো নির্বাচন করুন"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:624
+msgid "_Preview"
+msgstr "প্রাকদর্শন (_P)"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:691
+msgid "Available Tag Lists"
+msgstr "বিদ্যমান ট্যাগের তালিকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "সংক্ষিপ্তকরণ রুপ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "সংক্ষিপ্তকরণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "উপরে"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "স্বাচ্ছন্দ্যকরণ কী"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "আদ্যক্ষরা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "প্রান্তিককরণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "অক্ষর প্রান্তিককরণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "বিকল্প"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "নোঙ্গর"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "নোঙ্গর URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "অ্যাপলেট ক্লাস ফাইলের কোড"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr "অ্যাপলেট ক্লাস ফাইলের কোড (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr "অ্যারে"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr "সংশ্লিষ্ট তথ্য"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "অন্যান্য তথ্য"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr "অক্ষ সম্পর্কীত শীর্ষচরণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "পটভূমির রং"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr "পটভূমির রং (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr "পটভূমি টেক্সচার টালি"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr "পটভূমি টেক্সচার টালি (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr "বেস URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "বেস ফন্ট"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr "বেস ফন্ট (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "গাঢ়"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "সীমানা"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr "সীমানা (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "সীমানার রং"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr "Cell rowspan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "কেন্দ্র"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr "কেন্দ্র (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr "লিংক করা রিসোর্সের অক্ষরের এনকোডিং"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr "পরীক্ষিত (অবস্থা)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr "পরীক্ষিত অবস্থা"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr "উদ্ধৃতি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr "পরিবর্তনের জন্য Cite কারণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr "ক্লাস বাস্তবায়ন ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr "ক্লাসের তালিকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr "পাঠ্য প্রবাহের কন্ট্রোল মুছে ফেলুন "
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr "কোড বিষয়বস্তুর ধরণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "নির্বাচিত লিংকের রং"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr "নির্বাচিত লিংকের রং (অবচিত)"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr "কলাম স্প্যান"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "কলাম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "মন্তব্য"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr "কম্পিউটার কোড ভগ্নাংশ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr "বিষয়বস্তু স্কীম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "বিষয়বস্তুর ধরণ"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr "বিষয়বস্তুর ধরণ (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr "স্থানাংক"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr "DIV শৈলী ধারক"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr "DIV ধারক"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr "পরিবর্তনের তারিখ এবং সময়"
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr "ফ্ল্যাগ ঘোষনা করুন"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr "বৈশিষ্ট্যাবলী স্থগিত করুন"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr "সংজ্ঞার বর্ণনা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "সংজ্ঞার তালিকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr "সংজ্ঞার শর্তাবলী"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "মুছে ফেলা টেক্সট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "গতিপথ"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr "দিক নির্দেশনা"
+
+# Translated by sadia
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr "দিক নির্দেশনা (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "ডিরেক্টরির তালিকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "নিস্ক্রিয়"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr "নথি বেস"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "নথির বডি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "নথির শীর্ষ"
+
+# Not sure if the above translation is correct
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "নথির শিরোনাম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "নথির ধরণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr "উপাদান ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr "সন্নিবেশিত বস্তু"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "গুরুত্ব প্রদান"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr "এনকোডের ধরণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr "আকৃতি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr "সম্মুখ ফেস"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr "সম্মুখ ফেস (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "লেবেলের জন্য"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr "জোর করে রেখা ভাঙ্গা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "থেকে"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr "কাজের হ্যান্ডেলার থেকে"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr "নিয়ন্ত্রন দল থেকে"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr "ক্ষেত্র লেবেল টেক্সট থেকে"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr "ইনপুট থেকে"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr "ইনপুটের ধরণ থেকে"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr "পদ্ধতি থেকে"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "সামনে এগিয়ে নেওয়া"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "কাঠামো"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+#| msgid "Frameborder"
+msgid "Frame border"
+msgstr "ফ্রেমের সীমানা"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame render parts"
+msgstr "ফ্রেমের পরিশোধিত অংশ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame source"
+msgstr "ফ্রেমের উৎস"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+#| msgid "Framespacing"
+msgid "Frame spacing"
+msgstr "ফ্রেমের মধ্যবর্তী দুরত্ব"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frame target"
+msgstr "ফ্রেমের"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameborder"
+msgstr "Frameborder"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset"
+msgstr "Frameset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Frameset columns"
+msgstr "ফ্রেমসেট কলাম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Frameset rows"
+msgstr "ফ্রেমসেট সারি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Framespacing"
+msgstr "Framespacing"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic embedded object"
+msgstr "সাধারণ সন্নিবেশিত বস্তু"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Generic metainformation"
+msgstr "সাধারণ মেটাইনফরমেশন"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Generic span"
+msgstr "সাধারণ span"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HREF URI"
+msgstr "HREF URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML - Special Characters"
+msgstr "HTML - বিশেষ অক্ষর"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML - Tags"
+msgstr "HTML - ট্যাগ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTML root element"
+msgstr "HTML মূল উপাদান"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "HTML version"
+msgstr "HTML সংস্করণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "HTTP header name"
+msgstr "HTTP শীর্ষচরণের নাম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+#| msgid "Header cell ID's"
+msgid "Header cell IDs"
+msgstr "শীর্ষচরণের ঘরের IDs"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading"
+msgstr "শিরোনাম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 1"
+msgstr "শিরোনাম ১"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 2"
+msgstr "শিরোনাম ২"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 3"
+msgstr "শিরোনাম ৩"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 4"
+msgstr "শিরোনাম ৪"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Heading 5"
+msgstr "শিরোনাম ৫"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Heading 6"
+msgstr "শিরোনাম ৬"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Height"
+msgstr "উচ্চতা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "Horizontal rule"
+msgstr "অনুভূমিক রুল"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space"
+msgstr "অনুভূমিক ফাঁকা স্থান"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "Horizontal space (deprecated)"
+msgstr "অনুভূমিক ফাঁকা স্থান (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+#| msgid "I18N BiDi over-ride"
+msgid "I18N BiDi override"
+msgstr "I18N BiDi উপেক্ষা করা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image"
+msgstr "চিত্র"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map"
+msgstr "ইমেজ ম্যাপ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map area"
+msgstr "ইমেজ ম্যাপ এলাকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image map name"
+msgstr "ইমেজ ম্যাপের নাম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Image source"
+msgstr "চিত্রের উৎস"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline frame"
+msgstr "ইনলাইন ফ্রেম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inline layer"
+msgstr "ইনলাইন স্তর"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Inserted text"
+msgstr "প্রবেশ করা লেখা"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Instance definition"
+msgstr "দৃষ্টান্ত সংজ্ঞা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Italic text"
+msgstr "ইতালিয় লেখা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Java applet"
+msgstr "জাভা অ্যাপলেট"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Java applet (deprecated)"
+msgstr "জাভা অ্যাপলেট (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Label"
+msgstr "লেবেল"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Language code"
+msgstr "ভাষার কোড"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Large text style"
+msgstr "বড় লেখার শৈলী"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Layer"
+msgstr "স্তর"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "Link color"
+msgstr "লিংকের রং"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "Link color (deprecated)"
+msgstr "লিংকের রং (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List item"
+msgstr "তালিকা করা আইটেম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of MIME types for file upload"
+msgstr "আপলোডের জন্য MIME ধরণের তালিকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "List of supported character sets"
+msgstr "সমর্থিত অক্ষরের সেটের তালিকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Listing"
+msgstr "তালিকা করা হচ্ছে"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Local change to font"
+msgstr "ফন্টের স্থানীয় পরিবর্তন"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long description link"
+msgstr "লম্বা বর্ণনার লিংক"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Long quotation"
+msgstr "লম্বা উদ্ধৃতি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+msgid "Mail link"
+msgstr "মেইলের লিংক"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "Margin pixel height"
+msgstr "মার্জিনের পিক্সেলের উচ্চতা"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Margin pixel width"
+msgstr "মার্জিনের পিক্সেলের প্রস্থ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Marquee"
+msgstr "মারকুই"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "Maximum length of text field"
+msgstr "লেখার ক্ষেত্রের সর্ব্বোচ্চ দৈর্ঘ্য"
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Media-independent link"
+msgstr "মিডিয়া-নিরপেক্ষ লিংক"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "Menu list"
+msgstr "মেনু তালিকা"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Menu list (deprecated)"
+msgstr "মেনু তালিকা (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multi-line text field"
+msgstr "বহু-রেখা টেক্সট ক্ষেত্র"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multicolumn"
+msgstr "Multicolumn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Multiple"
+msgstr "বহুবিধ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Name"
+msgstr "নাম"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Named property value"
+msgstr "নামকরণকৃত বৈশিষ্ট্যের মান"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "Next ID"
+msgstr "পরবর্তী ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No URI"
+msgstr "কোনো URI নেই"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No embedded objects"
+msgstr "কোনো সন্নিবেশিত বস্তু নেই"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No frames"
+msgstr "কোনো ফ্রেম নেই"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No layers"
+msgstr "কোনো স্তর নেই"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No line break"
+msgstr "কোনো রেখা বিরতি নেই"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No resize"
+msgstr "কোনো পুনঃআকৃতি নেই"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No script"
+msgstr "কোনো স্ক্রিপ্ট নেই"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "No shade"
+msgstr "কোনো মাত্রা নেই"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No shade (deprecated)"
+msgstr "কোনো মাত্রা নেই (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+msgid "No word wrap"
+msgstr "কোনো শব্দ মোড়ানো নেই"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "No word wrap (deprecated)"
+msgstr "কোনো শব্দ মোড়ানো নেই (অবচিত)"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Non-breaking space"
+msgstr "অবিচ্ছিন্ন স্পেস"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Note"
+msgstr "নোট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Object applet file"
+msgstr "বস্তু অ্যাপলেট ফাইল"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object applet file (deprecated)"
+msgstr "বস্তু অ্যাপলেট ফাইল (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Object data reference"
+msgstr "বস্তু ডাটা রেফারেন্স"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Offset for alignment character"
+msgstr "প্রান্তিককরণ অক্ষরের জন্য অফসেট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnBlur event"
+msgstr "OnBlur ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnChange event"
+msgstr "OnChange ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnClick event"
+msgstr "OnClick ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnDblClick event"
+msgstr "OnDblClick ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnFocus event"
+msgstr "OnFocus ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyDown event"
+msgstr "OnKeyDown ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyPress event"
+msgstr "OnKeyPress ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnKeyUp event"
+msgstr "OnKeyUp ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnLoad event"
+msgstr "OnLoad ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseDown event"
+msgstr "OnMouseDown ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseMove event"
+msgstr "OnMouseMove ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOut event"
+msgstr "OnMouseOut ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseOver event"
+msgstr "OnMouseOver ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnMouseUp event"
+msgstr "OnMouseUp ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnReset event"
+msgstr "OnReset ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSelect event"
+msgstr "OnSelect ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnSubmit event"
+msgstr "OnSubmit ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "OnUnload event"
+msgstr "OnUnload ইভেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option group"
+msgstr "অপশন গ্রুপ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Option selector"
+msgstr "অপশন নির্বাচক"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Ordered list"
+msgstr "সুবিন্যস্ত তালিকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Output media"
+msgstr "আউটপুট মিডিয়া"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph"
+msgstr "অনুচ্ছেদ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph class"
+msgstr "অনুচ্ছেদ ক্লাস"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Paragraph style"
+msgstr "অনুচ্ছেদ শৈলী"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted listing"
+msgstr "পূর্ববিন্যাসিত তালিকা"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Preformatted text"
+msgstr "পূর্ববিন্যাসিত লেখা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Profile metainfo dictionary"
+msgstr "প্রোফাইল মেটাইনফো অভিধান"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Prompt message"
+msgstr "প্রম্পট বার্তা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Push button"
+msgstr "ধাক্কা দেওয়া বোতাম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Quote"
+msgstr "উদ্ধৃতি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Range"
+msgstr "সীমা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "ReadOnly text and password"
+msgstr "ReadOnly লেখা এবং পাসওয়ার্ড"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Reduced spacing"
+msgstr "ফাঁকাস্থান কমায়"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reduced spacing (deprecated)"
+msgstr "ফাঁকাস্থান কমায় (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Reverse link"
+msgstr "বিপরীত লিংক"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Root"
+msgstr "মূল"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rows"
+msgstr "সারি"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Rulings between rows and columns"
+msgstr "সারি এবং কলামের মধ্যকার বিধিসমূহ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Sample program output, scripts"
+msgstr "নমুনা প্রোগ্রাম আউটপুট, স্ক্রিপ্ট"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Scope covered by header cells"
+msgstr "শীর্ষচরণ ঘরের ব্যপ্তি"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script language name"
+msgstr "স্ক্রিপ্টের ভাষার নাম"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Script statements"
+msgstr "স্ক্রিপ্টের স্টেটমেন্ট"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Scrollbar"
+msgstr "স্ক্রলবার"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selectable option"
+msgstr "নির্বাচনযোগ্য অপশন"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Selected"
+msgstr "নির্বাচিত"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Server-side image map"
+msgstr "সার্ভার-পার্শ্বের ইমেজ ম্যাপ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Shape"
+msgstr "আকার"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Short inline quotation"
+msgstr "সংক্ষিপ্ত ইনলাইন উদ্ধৃতি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Single line prompt"
+msgstr "একক লাইন প্রম্পট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+msgid "Size"
+msgstr "আকৃতি"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Size (deprecated)"
+msgstr "আকৃতি (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Small text style"
+msgstr "ছোট লেখা শৈলী"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Soft line break"
+msgstr "মসৃণ রেখা বিরতি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Sound"
+msgstr "শব্দ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Source"
+msgstr "উৎ‌স"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+#| msgid "Space separated archive list"
+msgid "Space-separated archive list"
+msgstr "আর্কাইভের তালিকা ফাঁকা জায়গা দিয়ে আলাদা করা হয়"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacer"
+msgstr "ফাঁকা স্থান প্রদায়ক"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing between cells"
+msgstr "ঘরের মাঝের ফাঁকাস্থান"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Spacing within cells"
+msgstr "ঘরের ভিতরের ফাঁকাস্থান"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Span"
+msgstr "স্প্যান"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Square root"
+msgstr "বর্গ মূল"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+#| msgid "Standby load msg"
+msgid "Standby load message"
+msgstr "বার্তা লোড করার জন্য সদা প্রস্তুত থাকা হয়"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:267
+msgid "Starting sequence number"
+msgstr "প্রারম্ভিক ক্রম সংখ্যা"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Starting sequence number (deprecated)"
+msgstr "প্রারম্ভিক ক্রম সংখ্যা (অবচিত)"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:270
+msgid "Strike-through text"
+msgstr "লেখা অবচ্ছেদন করো"
+
+# Translated by sadia
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text (deprecated)"
+msgstr "লেখা অবচ্ছেদন করো (অবচিত)"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:273
+msgid "Strike-through text style"
+msgstr "লেখার ধরন অবচ্ছেদন করো"
+
+# Translated by sadia
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strike-through text style (deprecated)"
+msgstr "লেখার ধরন অবচ্ছেদন করো (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Strong emphasis"
+msgstr "অধিক গুরুত্ব"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Style info"
+msgstr "শৈলী তথ্য"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Subscript"
+msgstr "নিম্নলিপি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Superscript"
+msgstr "ঊর্ধ্ব্বলিপি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Tab order position"
+msgstr "ট্যাব ক্রমের অবস্থান"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table"
+msgstr "সারণি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table body"
+msgstr "সারণির বডি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table caption"
+msgstr "সারণির ক্যাপশন"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column group properties"
+msgstr "সারণি কলাম গ্রুপ বৈশিষ্টসমূহ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table column properties"
+msgstr "সারণি কলাম বৈশিষ্টসমূহ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table data cell"
+msgstr "সারণি ডাটা ঘর"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table footer"
+msgstr "সারণি পাদঢীকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header"
+msgstr "সারণি শীর্ষচরণ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table header cell"
+msgstr "সারণি শীর্ষচরণের ঘর"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table row"
+msgstr "সারণি সারি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Table summary"
+msgstr "সারণি সারসংক্ষেপ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Blank"
+msgstr "লক্ষ - ফাঁকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Parent"
+msgstr "লক্ষ - প্যারেন্ট"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Self"
+msgstr "লক্ষ - স্বরুপ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Target - Top"
+msgstr "লক্ষ - শীর্ষ"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Teletype or monospace text style"
+msgstr "টেলিটাইপ বা মনোস্পেস লেখার রীতি"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text"
+msgstr "লেখা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:298
+msgid "Text color"
+msgstr "লেখার রং"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text color (deprecated)"
+msgstr "লেখার রং (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Text entered by user"
+msgstr "ব্যবহারকারী দ্বারা প্রবেশকৃত লেখা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Title"
+msgstr "শিরোনাম"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+#| msgid "Topmargin in pixels"
+msgid "Top margin in pixels"
+msgstr "উপরের প্রান্ত পিক্সেল"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Underlined text style"
+msgstr "নিম্নরেখা লেখা শৈলী"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Unordered list"
+msgstr "অবিন্যাস্ত তালিকা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Use image map"
+msgstr "ইমেজ ম্যাপ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value"
+msgstr "মান"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Value interpretation"
+msgstr "মান ব্যাখ্যা করা"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Variable or program argument"
+msgstr "চলক অথবা প্রোগ্রাম আর্গুমেন্ট"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical cell alignment"
+msgstr "উলম্ব কক্ষ প্রান্তিককরণ"
+
+# Translated by sadia
+#: ../plugins/taglist/HTML.tags.xml.in.h:312
+msgid "Vertical space"
+msgstr "উলম্ব ফাঁকাস্থান"
+
+# Translated by sadia
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Vertical space (deprecated)"
+msgstr "উলম্ব ফাঁকাস্থান (অবচিত)"
+
+# Not good
+#: ../plugins/taglist/HTML.tags.xml.in.h:315
+msgid "Visited link color"
+msgstr "পরিদর্শিত লিংকের রং"
+
+# Not good
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Visited link color (deprecated)"
+msgstr "পরিদর্শিত লিংকের রং (অবচিত)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "Width"
+msgstr "প্রস্থ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:319
+msgid "XHTML 1.0 - Tags"
+msgstr "XHTML 1.0 - ট্যাগ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "তথ্যসূত্র (cite)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr "তথ্যসূত্র (আইটেম)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "তথ্যসূত্র (shortcite)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "তথ্যসূত্র (thebibliography)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "বন্ধনী ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "বন্ধনী <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "বন্ধনী []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "বন্ধনী {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "ফাইল ইনপুট"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "পাদটীকা"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+#| msgid "Function cosin"
+msgid "Function cosine"
+msgstr "ফাংশন কোসাইন"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "ফাংশন e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "ফাংশন exp"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "ফাংশন log"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "ফাংশন log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "ফাংশন sine"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "গ্রীক আলফা"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "গ্রীক বেটা"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "গ্রীক ইপসিলন"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "গ্রীক গামা"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "গ্রীক ল্যাম্বডা"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "গ্রীক rho"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "গ্রীক tau"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "শীর্ষচরণ ০ (অধ্যায়)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "শীর্ষচরণ ০ (অধ্যায়*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "শীর্ষচরণ ১ (অধ্যায়)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "শীর্ষচরণ ১ (অধ্যায়*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "শীর্ষচরণ ২ (উপবিভাগ)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "শীর্ষচরণ ২ (উপবিভাগ*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "শীর্ষচরণ ৩ (উপউপবিভাগ)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "শীর্ষচরণ ৩ (উপউপবিভাগ*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "শীর্ষচরণ ৪ (অনুচ্ছেদ)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "শীর্ষচরণ পরিশিষ্ট"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "আইটেম"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "লেবেল সহ আইটেম"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "ল্যাটেক্স - ট্যাগ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "তালিকা বর্ণনা"
+
+# Translated by sadia
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "প্রতিটি নাম উল্লেখ করে তালিকা করো"
+
+# Translated by sadia
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "দফাওয়ারি তালিকা করো"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "গনিত (প্রদর্শন)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "গনিত (ইনলাইন)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "অপারেটর ভগ্নাংশ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "অপারেটর সমাকলন (প্রদর্শন)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "অপারেটর সমাকলন (ইনলাইন)"
+
+# Translated by sadia
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "চালকের যোগফল (দেখাও)"
+
+# Translated by sadia
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "চালকের যোগফল (ইনলাইন)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "রেফারেন্স লেবেল"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "রেফারেন্স ref"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "প্রতীক <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "প্রতীক <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "প্রতীক >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "প্রতীক >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "প্রতীক and"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "প্রতীক const"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "প্রতীক d-by-dt"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "প্রতীক d-by-dt-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "প্রতীক d2-by-dt2-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "প্রতীক ড্যাগার"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+#| msgid "Symbol hyphen ---"
+msgid "Symbol em-dash ---"
+msgstr "প্রতীক em-ড্যাশ ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+#| msgid "Symbol hyphen --"
+msgid "Symbol en-dash --"
+msgstr "প্রতীক en-ড্যাশ --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol equiv"
+msgstr "প্রতীক equiv"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "প্রতীক অসীমতা"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "প্রতীক mathspace ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "প্রতীক mathspace ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "প্রতীক mathspace _"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "প্রতীক mathspace __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "প্রতীক simeq"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "প্রতীক star"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "টাইপফেইস গাঢ়"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "টাইপফেইস তির্যক"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "টাইপফেইস slanted"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "টাইপফেইসের ধরন"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "বিভক্ত করা যায় না এমন টেক্সট"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+#| msgid ""
+#| "Provides a method to easily insert into a document commonly used tags/"
+#| "strings without having to type them."
+msgid ""
+"Provides a method to easily insert commonly used tags/strings into a "
+"document without having to type them."
+msgstr ""
+"নথির মধ্যে নিয়মিতরূপে ব্যবহৃত ট্যাগ/পংক্তি, টাইপ না করে সহজে সন্নিবেশ করার "
+"উপায় বিদ্যমান করে।"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "ট্যাগ তালিকা"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "XSLT - অক্ষ"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT - উপাদান"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT - ফাংশন"
+
+# Translated by sadia
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "পূর্বপুরুষ"
+
+# Translated by sadia
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "পূর্বপুরুষ বা নিজে"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "বৈশিষ্ট্য"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "চাইল্ড"
+
+# Translated by sadia
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "অবরোহনকারী"
+
+# Translated by sadia
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "অবরোহনকারী বা নিজে"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "নিম্নোক্ত"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "নিম্নোক্ত-সিবলিং"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "নেমস্পেস"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "প্যারেন্ট"
+
+# Translated by sadia
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "পূর্ববর্তী"
+
+# Translated by sadia
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "পূর্ববর্তী-সহোদর"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "নিজস্ব"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr "XUL - ট্যাগ"
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "In_sert Date and Time..."
+msgstr "সময় ও তারিখ সন্নিবেশ করা হবে... (_s)"
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "Insert current date and time at the cursor position"
+msgstr "কার্সারের অবস্থানে বর্তমান তারিখ ও সময় সন্নিবেশ করুন"
+
+# Translated by sadia
+#: ../plugins/time/gedit-time-plugin.c:613
+msgid "Available formats"
+msgstr "বিদ্যমান বিন্যাস"
+
+#: ../plugins/time/gedit-time-plugin.c:766
+msgid "Configure insert date/time plugin..."
+msgstr "তারিখ/সময় সন্নিবেশ করতে ব্যবহৃত প্লাগ-ইন কনফিগার করুন..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "তারিখ/সময় সন্নিবেশ করুন"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "কার্সারের অবস্থানে বর্তমান তারিখ ও সময় সন্নিবেশ করে।"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:4
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:6
+msgid "01/11/2009 17:52:00"
+msgstr "১০/০৩/২০১০ ১৭:৫২:০০"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+msgid "Insert Date and Time"
+msgstr "তারিখ এবং সময় সন্নিবেশ করুন"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+msgid "Use the _selected format"
+msgstr "নির্বাচিত বিন্যাস ব্যবহার করা হবে (_s)"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "সন্নিবেশ করুন (_I)"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:8
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:11
+msgid "_Use custom format"
+msgstr "স্বনির্বাচিত বিন্যাস ব্যবহার করা হবে (_U)"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:7
+msgid "Configure date/time plugin"
+msgstr "সময়/তারিখ সংক্রান্ত প্লাগ-ইন কনফিগার করুন"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:9
+#| msgid "Configure insert date/time plugin..."
+msgid "When inserting date/time..."
+msgstr "তারিখ/সময় সন্নিবেশ করতে..."
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "_Prompt for a format"
+msgstr "বিন্যাস জানতে অনুরোধ করা হবে (_P)"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "ব্যাক-আপ অনুলিপির জন্য ব্যবহৃত এক্সটেনশন"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "ব্যাক-আপ ফাইলের নামের শেষে ব্যবহৃত এক্সটেনশন অথবা উপপদ। এটি প্রয়োগ করার জন্য "
+#~ "\"ব্যাক-আপ অনুলিপি নির্মাণ করা হবে\" অপশনটি চালু অবস্থায় থাকা আবশ্যক।"
+
+#~ msgid "Whether gedit should highlight matching bracket."
+#~ msgstr "gedit-এর দ্বারা অনুরূপ বন্ধনীচিহ্ন উজ্জ্বল করা হবে কিনা।"
+
+#~ msgid "Character Codings"
+#~ msgstr "ক্যারেক্টার কোডিং"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "ক্যারেক্টার কোডিং (_a):"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "ব্যাক-আপ ফাইল উদ্ধার করা যায়নি।"
+
+#~ msgid "0"
+#~ msgstr "০"
+
+# Almost certainly wrong. Fix me.
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">ফাইলের নাম</span>"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>ভাষা</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>শব্দ</b>"
+
+#~ msgid "HttP header name"
+#~ msgstr "HttP শীর্ষচরণের নাম"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">০১/১১/২০০২ ১৭:৫২:০০</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> তারিখ/সময় সন্নিবেশ করার সময়...</span>"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>বর্তমান লাইন</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>ফন্ট</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>লাইন সংখ্যা</b>"
+
+# Almost certainly wrong. Fix me.
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">রঙের স্কিম</span>"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>ফন্ট</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>পৃষ্ঠার শীর্ষচরণ</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>সিনট্যাক্সের বিভিন্ন অংশের পৃথক বিন্যাস</b>"
+
+#~ msgid "_Indent"
+#~ msgstr "প্রান্ত নির্ধারণ (_I)"
+
+#~ msgid "U_nindent"
+#~ msgstr "নির্ধারিত প্রান্ত বাতিল করুন (_n)"
+
+#~ msgid "Unindent selected lines"
+#~ msgstr "নির্বাচিত লাইনগুলোর প্রান্ত বাতিল করুন"
+
+#~ msgid "Indent Lines"
+#~ msgstr "পংক্তির প্রান্ত নির্ধারণ করুন"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "নির্বাচিত পংক্তির প্রান্ত নির্ধারণ অথবা বাতিল করে।"
+
+#~ msgid "Open Location"
+#~ msgstr "কোনো অবস্থান খুলুন"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "আপনি যে ফাইলটি খুলতে ইচ্ছুক তার অবস্থান (URI) উল্লেখ করুন: (_l)"
+
+# I think this is incorrect
+#~ msgid "Open _Location..."
+#~ msgstr "নির্দিষ্ট অবস্থান খুলুন (_L)..."
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "কোনো নির্দিষ্ট অবস্থান থেকে একটি ফাইল খুলুন"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "সম্পাদনার সামগ্রী <i>%s</i>:"
+
+#~ msgid "A Brand New Tool"
+#~ msgstr "একটি আনকোরা নতুন সরঞ্জাম"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "কমান্ড (_m):"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "সম্পাদনার সামগ্রী <i>make</i>:"
+
+#~ msgid "_Description:"
+#~ msgstr "বিবরণ: (_D)"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "ব্যবহারকারীর নাম সন্নিবেশ করা হবে (_m)"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "কার্সারের অবস্থানে ব্যবহারকারীর নাম সন্নিবেশ করা হবে"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "কার্সারের অবস্থানে ব্যবহারকারীর নাম সন্নিবেশ করা হয়।"
+
+#~ msgid "User name"
+#~ msgstr "ব্যবহারকারীর নাম"
diff --git a/po/bn_IN.po b/po/bn_IN.po
new file mode 100644
index 0000000..f6b0fdc
--- /dev/null
+++ b/po/bn_IN.po
@@ -0,0 +1,4474 @@
+# translation of bn_IN.po to Bengali INDIA
+# Bengali India translation of gedit.
+# Copyright (C) 2003 Free Software Foundation
+# This file is distributed under the same license as the gedit package.
+#
+# Santanu Chatterjee, 2003.
+# Runa Bhattacharjee <runa@bengalinux.com>, 2005.
+# Runa Bhattacharjee <runabh@gmail.com>, 2006.
+# Runa Bhattacharjee <runab@fedoraproject.org>, 2008.
+# Runa Bhattacharjee <runab@redhat.com>, 2008, 2009, 2010, 2011.
+# Sayak Sarkar <sayak.bugsmith@gmail.com>, 2012.
+# sray <sray@redhat.com>, 2013, 2014. #zanata.
+# Akarshan Biswas <akarshan.biswas@hotmail.com>, 2021.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: bn_IN\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-10-09 06:05+0000\n"
+"PO-Revision-Date: 2021-01-05 13:09+0530\n"
+"Last-Translator: Akarshan Biswas <akarshan.biswas@hotmail.com>\n"
+"Language-Team: Bengali <anubad@lists.ankur.org.in>\n"
+"Language: bn_IN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"X-DamnedLies-Scope: partial\n"
+"X-Generator: Gtranslator 3.38.0\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "টেক্সট ফাইল সম্পাদনা"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit হ'ল জিনোম ডেস্কটপ পরিবেশের পাঠ্য সম্পাদক।"
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"জিডিটের প্রথম লক্ষ্যটি ডিফল্টরূপে একটি সাধারণ ইন্টারফেস সহ ব্যবহার করা সহজ। প্লাগইন "
+"সক্ষম করে আরও উন্নত বৈশিষ্ট্য উপলব্ধ।"
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "টেক্সট এডিটার"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "পাঠ্য;সম্পাদক;প্লেটেক্সট;লিখুন;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+#| msgid "_New Window"
+msgid "New Window"
+msgstr "নতুন উইন্ডো"
+
+#: data/org.gnome.gedit.desktop.in:26
+#| msgid "N_ext Document"
+msgid "New Document"
+msgstr "নতুন ডকুমেন্ট"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "ডিফল্ট ফন্ট ব্যবহার করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+#| msgid ""
+#| "Whether to use the system's default fixed width font for editing text "
+#| "instead of a font specific to gedit. If this option is turned off, then "
+#| "the font named in the \"Editor Font\" option will be used instead of the "
+#| "system font."
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"জিডিট নির্দিষ্ট ফন্টের পরিবর্তে পাঠ্য সম্পাদনা করার জন্য সিস্টেমের ডিফল্ট স্থির প্রস্থের "
+"ফন্ট ব্যবহার করা হবে কিনা। যদি এই অপশনটি বন্ধ করে দেওয়া হয়, তবে সিস্টেম ফন্টের "
+"পরিবর্তে \"সম্পাদক ফন্ট\" বিকল্পে নামযুক্ত ফন্টটি ব্যবহার করা হবে।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "এডিটারে ব্যবহৃত ফন্ট"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+#| 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."
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "বিন্যাসের স্কিম"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "হরফের রং নির্ধারণের জন্য ব্যবহৃত GtkSourceView বিন্যাসের স্কিমের ID।"
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "ব্যাক-আপ কপি নির্মাণ করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "gedit যে ফাইলগুলি সংরক্ষণ করে তার ব্যাকআপ অনুলিপি তৈরি করবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "স্বয়ংক্রিয় সংরক্ষণ ব্যবস্থা"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+#| msgid ""
+#| "Whether gedit should automatically save modified files after a time "
+#| "interval. You can set the time interval with the \"Autosave Interval\" "
+#| "option."
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"একটি সময় বিরতি পরে gedit স্বয়ংক্রিয়ভাবে পরিবর্তিত ফাইল সংরক্ষণ করা উচিত। আপনি "
+"\"অটোসভ ইন্টারভাল\" বিকল্পের সাথে সময় ব্যবধান সেট করতে পারেন।"
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "স্বয়ংক্রিয় সংরক্ষণের মধ্যে অন্তরাল"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+#| msgid ""
+#| "Number of minutes after which gedit will automatically save modified "
+#| "files. This will only take effect if the \"Autosave\" option is turned on."
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"কয়েক মিনিটের পরে জিডিট সংশোধিত ফাইলগুলি স্বয়ংক্রিয়ভাবে সংরক্ষণ করবে। এটি কেবল "
+"তখন কার্যকর হবে যখন \"অটোসোভ\" বিকল্পটি চালু করা হবে।"
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "বাতিলযোগ্য পূর্বে সম্পন্ন কর্মের সর্বাধিক সংখ্যা"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+#| msgid ""
+#| "Maximum number of actions that gedit will be able to undo or redo. Use "
+#| "\"-1\" for unlimited number of actions."
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"gedit সম্পাদিত সর্বাধিক সংখ্যক ক্রিয়াকলাপ পূর্বাবস্থায় ফেরানো বা পুনরায় করতে সক্ষম "
+"হবে। সীমাহীন সংখ্যক ক্রিয়াকলাপের জন্য \"-১\" ব্যবহার করুন।"
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "পংক্তি বিভাজন মোড"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+#| 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."
+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 ""
+"সম্পাদনা ক্ষেত্রে দীর্ঘ লাইনগুলি কীভাবে মোড়ানো যায় তা নির্দিষ্ট করে। কোনও মোড়কের "
+"জন্য \"none\", শব্দের সীমানায় মোড়ানোর জন্য \"word\" এবং স্বতন্ত্র চরিত্রের সীমানায় "
+"মোড়ানোর জন্য \"char\" ব্যবহার করুন। নোট করুন যে মানগুলি সংবেদনশীল, সুতরাং এখানে "
+"নিশ্চিত হিসাবে সেগুলি হুবহু উপস্থিত হয়েছে তা নিশ্চিত করুন।"
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "লাইন মোড়া মোডের জন্য শেষ বিভাজন মোড পছন্দ"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+#| msgid ""
+#| "Specifies the last split mode used with line wrapping mode, so that when "
+#| "wrapping mode is off we still remember the split mode choice. Use \"word"
+#| "\" for wrapping at word boundaries, and \"char\" for wrapping at "
+#| "individual character boundaries."
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"লাইন মোড়ানোর মোডের সাথে ব্যবহৃত শেষ স্প্লিট মোডটি নির্দিষ্ট করে, যাতে মোড়ানোর "
+"মোডটি বন্ধ হয়ে যাওয়ার পরেও আমরা স্প্লিট মোড পছন্দটি মনে করি। শব্দের সীমানায় "
+"মোড়ানোর জন্য \"word\" এবং স্বতন্ত্র চরিত্রের সীমানায় মোড়ানোর জন্য \"char\" ব্যবহার "
+"করুন।"
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "ট্যাবের দৈঘ্য"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "ট্যাব অক্ষরের পরিবর্তে যে সংখ্যক শূণ্যস্থান ব্যবহৃত হবে তা উল্লেখ করে।"
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "শূণ্যস্থান সন্নিবেশ করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "ট্যাবের পরিবর্তে gedit-র দ্বারা শূণ্যস্থান সন্নিবেশ করা হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "স্বয়ংক্রিয় অবচ্ছেদ নির্ধারণ"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "gedit-র দ্বারা স্বয়ংক্রিয় অবচ্ছেদ নির্ধারণ ব্যবস্থা সক্রিয় করা হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "পংক্তি সংখ্যা প্রদর্শন করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "সম্পাদনার স্থানে gedit-র দ্বারা পংক্তি সংখ্যা প্রদর্শিত হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "বর্তমান পংক্তিটি উজ্জ্বল করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "gedit-র দ্বারা বর্তমান পংক্তি উজ্জ্বল করা হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "অনুরূপ বন্ধনীচিহ্ন উজ্জ্বল করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "gedit-র দ্বারা বর্তমান অনুরূপ বন্ধনীচিহ্নগুলি উজ্জ্বল করা হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "ডানপ্রান্তের রেখা প্রদর্শন করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "সম্পাদন ক্ষেত্রে gedit-র দ্বারা ডানদিকের প্রান্ত প্রদর্শিত হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "ডান প্রান্তের অবস্থান"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "ডান প্রান্তের অবস্থান নির্ধারণ করে।"
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Home End-র বিশেষ ব্যবহার"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+#| 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."
+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 ""
+"যখন HOME এবং END কীগুলি টিপানো হয় তখন কার্সারটি কীভাবে সরানো হয় তা উল্লেখ করে। "
+"লাইনের শুরু/শেষে সর্বদা সরানোর জন্য \"disabled\" ব্যবহার করুন, প্রথম বার কীগুলি "
+"টিপলে লাইনের শুরু/শেষের দিকে যেতে এবং দ্বিতীয় বার শ্বেত স্পেস উপেক্ষা করে পাঠ্যের "
+"শুরু/শেষ দিকে যেতে কী \"before\" চাপা হয়, \"always\" লাইনের শুরু/শেষ সরানোর আগে "
+"লেখার প্রারম্ভ/সমাপ্তি যাওয়ার এবং সবসময় এর প্রারম্ভ/সমাপ্তি পরিবর্তে টেক্সট প্রারম্ভ/"
+"সমাপ্তি যাওয়ার লাইন।"
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "কার্সারের পূর্ববর্তী অবস্থায় পুনরায় স্থাপিত হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"ফাইল লোড করা হলে gedit দ্বারা পূর্ববর্তী কার্সারের অবস্থায় অক্ষুন্ন রাখা হবে কি না।"
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "সিন্টেক্সের বিভিন্ন অংশের পৃথক বিন্যাস"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit-র দ্বারা সিন্টেক্সের বিভিন্ন অংশ পৃথকরূপে প্রদর্শিত হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "অনুসন্ধানে টেক্সট ঔজ্জ্বল্যের বৈশিষ্ট্য সক্রিয় করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "অনুসন্ধান করা টেক্সটের উপস্থিতি gedit দ্বারা উজ্জ্বল করা হবে কি না।"
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "শেষের নতুন লাইন নিশ্চিত করুণ"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"নিশ্চিতনথিপত্র প্রিন্ট করার সময় gedit-র দ্বারা ডকুমেন্টের শেষের নতুন লাইন প্রিন্ট করা "
+"হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "নোট-বুকের ট্যাব প্রদর্শনের মোড"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+#| msgid ""
+#| "Specifies when to show the notebook tabs. Use \"never\" to never show the "
+#| "tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs "
+#| "only when there is more than one tab. Note that the values are case-"
+#| "sensitive, so make sure they appear exactly as mentioned here."
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"নোট-বুক ট্যাবগুলি কখন প্রদর্শন করা হবে তা নির্ধারণ করে। কখনো প্রদর্শন না করার জন্য "
+"\"never\", সর্বদা ট্যাব প্রদর্শন করার জন্য \"always\", এবং শুধুমাত্র একাধিক ট্যাব "
+"উপস্থিত থাকাকালীন প্রদর্শনের জন্য \"auto\" প্রয়োগ করুন। উল্লেখ্য এই মানগুলি লিখতে "
+"অক্ষরের ছাঁদ অক্ষুন্ন রাখা আবশ্যক, এই কারণে উল্লিখিত বিবরণ অনুযায়ী মান লেখা উচিত।"
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "স্ট্যাটাস-বার প্রদর্শন করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "সম্পাদন ক্ষেত্রের উইন্ডোর নীচে স্ট্যাটাস-বার প্রদর্শিত হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "পার্শ্ববর্তী প্যানেল প্রদর্শন করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "সম্পাদন ক্ষেত্রের বাঁদিকে পার্শ্ববর্তী প্যানেল প্রদর্শিত হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "সিন্টেক্সের বিভিন্ন অংশ পৃথক বিন্যাসে প্রিন্ট করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"নথিপত্র প্রিন্ট করার সময় gedit-র দ্বারা সিন্টেক্সের পৃথক বিন্যাস প্রিন্ট করা হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "হেডার প্রিন্ট করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "নথিপত্র প্রিন্ট করার সময় gedit-র দ্বারা ডকুমেন্টের হেডার প্রিন্ট করা হবে কিনা।"
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "পংক্তি বিভাজন মোডে প্রিন্ট করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+#| 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."
+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 ""
+"মুদ্রণের জন্য দীর্ঘ লাইনগুলি কীভাবে মোড়ানো যায় তা নির্দিষ্ট করে। কোনও মোড়কের জন্য "
+"\"none\", শব্দের সীমানায় মোড়ানোর জন্য \"word\" এবং স্বতন্ত্র চরিত্রের সীমানায় "
+"মোড়ানোর জন্য \"char\" ব্যবহার করুন। নোট করুন যে মানগুলি সংবেদনশীল, সুতরাং এখানে "
+"নিশ্চিত হিসাবে সেগুলি হুবহু উপস্থিত হয়েছে তা নিশ্চিত করুন।"
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "পংক্তি সংখ্যা প্রিন্ট করা হবে"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"মান 0 হলে, প্রিন্ট করার সময় ডকুমেন্টের মধ্যে কোনো পংক্তি সংখ্যা উল্লেখ করা হবে না। "
+"অন্যথা, প্রতিটি পংক্তির জন্য gedit-র দ্বারা সংখ্যা প্রিন্ট করা হবে।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "প্রিন্টের সময় মূল অংশে ব্যবহৃত ফন্ট"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+#| msgid ""
+#| "Specifies the font to use for a document's body when printing documents."
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "নথি মুদ্রণের সময় নথির বডির জন্য ব্যবহার করতে ফন্ট নির্দিষ্ট করে।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "প্রিন্টের সময় হেডারে ব্যবহৃত ফন্ট"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+#| 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."
+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 ""
+"কোনও নথী মুদ্রণের সময় পৃষ্ঠা শিরোনামগুলির জন্য ব্যবহার করতে ফন্ট নির্দিষ্ট করে। এটি "
+"তখনই কার্যকর হবে যদি \"মুদ্রণ শিরোনাম\" বিকল্পটি চালু থাকে।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "প্রিন্টের সময় পংক্তি সংখ্যার জন্য ব্যবহৃত ফন্ট"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+#| 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."
+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.gnome.gedit.gschema.xml.in:242
+#| msgid "Move _Right"
+msgid "Margin Right"
+msgstr "ডান দিকে সরান"
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+#| msgid "Character Encodings"
+msgid "Candidate Encodings"
+msgstr "প্রার্থী এনকোডিংস"
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "সক্রিয় প্লাগ-ইন"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+#| msgid "Active plugins"
+msgid "List of active plugins."
+msgstr "সক্রিয় প্লাগইনগুলির তালিকা।"
+
+#: gedit/gedit-app.c:85
+#| msgid "Show the application's version"
+msgid "Show the application’s version"
+msgstr "অ্যাপ্লিকেশনটির সংস্করণ দেখান"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "এনকোডিংয়ের জন্য উপলব্ধ বিকল্পগুলির সম্ভাব্য মানের তালিকা প্রদর্শন করা হবে"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"কমান্ড লাইনে তালিকভুক্ত ফাইল খোলার জন্য ব্যবহৃত ক্যারেক্টার এনকোডিং নির্ধারণ করুন"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"বর্তমানে চলমান gedit-র কোনো ইনস্ট্যান্সের মধ্যে একটি উচ্চস্তরের উইন্ডো নির্মাণ করুন"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "বর্তমানে চলমান gedit-র কোনো ইনস্ট্যান্সের মধ্যে একটি নতুন ডকুমেন্ট নির্মাণ করুন"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "ফাইল বন্ধ না হওয়া অবধি ফাইল খোলা থাকবে ও প্রসেস ব্লক করা হবে"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "standalone অর্থাৎ স্বতন্ত্র মোডে gedit চালানো হবে"
+
+#: gedit/gedit-app.c:133
+#| msgid "[FILE...] [+LINE[:COLUMN]]"
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+LINE[:COLUMN]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "সহায়িকা প্রদর্শনে সমস্যা।"
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: অবৈধ এনকোডিং।"
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "সংরক্ষণ না করে বন্ধ করা হবে (_w)"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "বাতিল করুন (_C)"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "নতুন রূপে সংরক্ষণ (_S)…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "সংরক্ষণ (_S)"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld second will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld seconds will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"সংরক্ষণ না করা হলে, গত %ld সেকেন্ডে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] ""
+"সংরক্ষণ না করা হলে, গত %ld সেকেন্ডে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+#| msgid ""
+#| "If you don't save, changes from the last minute will be permanently lost."
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"সংরক্ষণ না করা হলে, গত এক মিনিটের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last minute and %ld second will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last minute and %ld seconds will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"সংরক্ষণ না করা হলে, গত এক মিনিট ও %ld সেকেন্ডের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে "
+"মুছে যাবে।"
+msgstr[1] ""
+"সংরক্ষণ না করা হলে, গত এক মিনিট ও %ld সেকেন্ডের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে "
+"মুছে যাবে।"
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld minute will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld minutes will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"যদি আপনি সংরক্ষণ না করেন তবে সর্বশেষ %ld মিনিটের পরিবর্তনগুলি স্থায়ীভাবে হারিয়ে "
+"যাবে।"
+msgstr[1] ""
+"আপনি যদি সংরক্ষণ না করেন তবে শেষ %ld মিনিটের পরিবর্তনগুলি স্থায়ীভাবে হারিয়ে যাবে।"
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+#| msgid ""
+#| "If you don't save, changes from the last hour will be permanently lost."
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"সংরক্ষণ না করা হলে, গত এক ঘন্টার মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last hour and %d minute will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last hour and %d minutes will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"সংরক্ষণ না করা হলে, গত এক ঘন্টা ও %d মিনিটের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে "
+"মুছে যাবে।"
+msgstr[1] ""
+"সংরক্ষণ না করা হলে, গত এক ঘন্টা ও %d মিনিটের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে "
+"মুছে যাবে।"
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %d hour will be permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %d hours will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"আপনি যদি সংরক্ষণ না করেন তবে সর্বশেষ %d ঘন্টা থেকে পরিবর্তনগুলি স্থায়ীভাবে হারিয়ে "
+"যাবে।"
+msgstr[1] ""
+"আপনি যদি সংরক্ষণ না করেন তবে সর্বশেষ %d ঘন্টা থেকে পরিবর্তনগুলি স্থায়ীভাবে হারিয়ে "
+"যাবে।"
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "বন্ধ করার পূর্বে “%s\" ডকুমেন্টের মধ্যে করা পরিবর্তনগুলি সংরক্ষণ করা হবে কি?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d-টি ডকুমেন্টে কিছু পরিবর্তন করা হয়েছে এবং তা সংরক্ষণ করা হয়নি। বন্ধ করার পূর্বে কি "
+"ডকুমেন্টটি সংরক্ষণ করা হবে?"
+msgstr[1] ""
+"%d-টি ডকুমেন্টে কিছু পরিবর্তন করা হয়েছে এবং তা সংরক্ষণ করা হয়নি। বন্ধ করার পূর্বে কি "
+"ডকুমেন্টটি সংরক্ষণ করা হবে?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "যে ডকুমেন্টগুলি সংরক্ষণ করা হবে সেগুলি নির্বাচন করুন: (_e)"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+#| msgid "If you don't save, all your changes will be permanently lost."
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "সংরক্ষণ না করা হলে সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+#| msgid "Loading file '%s'…"
+msgid "Loading file “%s”…"
+msgstr "“%s” ফাইল লোড করা হচ্ছে..."
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d-টি ফাইল লোড করা হচ্ছে..."
+msgstr[1] "%d-টি ফাইল লোড করা হচ্ছে..."
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+#| msgid "The file \"%s\" is read-only."
+msgid "The file “%s” is read-only."
+msgstr "\"%s\" ফাইলটি কেবল পঠনযোগ্য।"
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+"আপনি কি উপস্থিত ফাইলটির পরিবর্তে নতুন ফাইলটি সংরক্ষণ করার প্রচেষ্টা করতে ইচ্ছুক?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "প্রতিস্থাপন (_R)"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "কম্প্রেশন প্রয়োগ করে ফাইল সংরক্ষণ করা হবে কি?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "প্লেইন-টেক্সট রূপে ফাইলটি সংরক্ষণ করা হবে কি?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+#| msgid ""
+#| "The file \"%s\" was previously saved as plain text and will now be saved "
+#| "using compression."
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"\"%s\" ফাইলটি পূর্বে সরল পাঠ্য হিসাবে সংরক্ষণ করা হয়েছিল এবং এখন সংক্ষেপণের "
+"সাহায্যে সংরক্ষণ করা হবে।"
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "কম্প্রেশন সহযোগে সংরক্ষণ করা হবে (_S)"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+#| msgid ""
+#| "The file \"%s\" was previously saved using compression and will now be "
+#| "saved as plain text."
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"\"%s\" ফাইলটি পূর্বে সংকোচনের সাহায্যে সংরক্ষণ করা হয়েছিল এবং এখন সরল পাঠ্য "
+"হিসাবে সংরক্ষণ করা হবে।"
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "প্লেইন-টেক্সট রূপে সংরক্ষণ করা হবে (_S)"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+#| msgid "Saving file '%s'…"
+msgid "Saving file “%s”…"
+msgstr "“%s” ফাইল সংরক্ষণ করা হচ্ছে..."
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+#| msgid "Save As"
+msgctxt "window title"
+msgid "Save As"
+msgstr "এরম ভাবে সংরক্ষণ"
+
+# definitely wrong
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+#| msgid "Reverting the document '%s'…"
+msgid "Reverting the document “%s”…"
+msgstr "'%s' ডকুমেন্টের মধ্যে করা পরিবর্তন বাতিল করা হচ্ছে…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+#| msgid "Revert unsaved changes to document '%s'?"
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "\"%s\" নথিতে সংরক্ষণে না থাকা পরিবর্তনগুলি ফিরিয়ে আনবেন?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "গত %ld সেকেন্ডে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] "গত %ld সেকেন্ডে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "গত এক মিনিটে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"গত এক মিনিট ও %ld সেকেন্ডে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] ""
+"গত এক মিনিট ও %ld সেকেন্ডে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "গত %ld মিনিটে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] "গত %ld মিনিটে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "গত এক ঘন্টায় ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"গত এক ঘন্টা ও %d মিনিটে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] ""
+"গত এক ঘন্টা ও %d মিনিটে ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "গত %d ঘন্টায় ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+msgstr[1] "গত %d ঘন্টায় ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "পরিবর্তন বাতিল করুন (_R)"
+
+#: gedit/gedit-commands-help.c:110
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit হ'ল জিনোম ডেস্কটপের জন্য একটি ছোট এবং লাইটওয়েট পাঠ্য সম্পাদক"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"শান্তনু চ্যাটার্জি\n"
+"রুণা ভট্টাচার্য <runa@bengalinux.org>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d বার সনাক্ত করে প্রতিস্থাপন করা হয়েছে"
+msgstr[1] "%d বার সনাক্ত করে প্রতিস্থাপন করা হয়েছে"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "একবার সনাক্ত করে প্রতিস্থাপন করা হয়েছে"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+#| msgid "\"%s\" not found"
+msgid "“%s” not found"
+msgstr "\"%s\" পাওয়া যায়নি"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+#| msgid "Unsaved Document %d"
+msgid "Untitled Document %d"
+msgstr "শিরোনামহীন ডকুমেন্ট %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "ট্যাব গোষ্ঠী %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "শুধুমাত্র পাঠযোগ্য"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "স্বয়ংক্রিয়ভাবে সনাক্ত"
+
+#: gedit/gedit-encodings-combo-box.c:326
+#| msgid "Add or Remove..."
+msgid "Add or Remove…"
+msgstr "যোগ অথবা অপসারণ করুন..."
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "বর্তমান লোকেইল (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+#| msgid "Current Locale (%s)"
+msgid "%s (Current Locale)"
+msgstr "%s (বর্তমান লোক্যাল)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "আপনি কি সত্যই অক্ষরের এনকোডিংগুলির পছন্দগুলি পুনরায় সেট করতে চান?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "রিসেট(_R)"
+
+#: gedit/gedit-encodings-dialog.c:729
+#| msgid "_Add"
+msgid "Add"
+msgstr "যোগ"
+
+#: gedit/gedit-encodings-dialog.c:772
+#| msgid "_Remove"
+msgid "Remove"
+msgstr "অপসারণ"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "উচ্চতর অগ্রাধিকারে যান"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "নিম্ন অগ্রাধিকারে যান"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "সমস্ত ফাইল"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "সমস্ত টেক্সট ফাইল"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "ক্যারেক্টার এনকোডিং: (_h)"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "পংক্তির সমাপ্তি: (_i)"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+#| msgid "Open Files"
+msgctxt "window title"
+msgid "Open Files"
+msgstr "ফাইলগুলি খুলুন"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "খুলুন (_O)"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "বিন্যাসবিহীন লেখা"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "পুনঃপ্রচেষ্টা(_R)"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "“%s” ফাইলটি পাওয়া যায়নি।"
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "সঠিক অবস্থান লেখা হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় প্রচেষ্টা করুন।"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” অবস্থান ব্যবস্থাপনা করা গেল না।"
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "এই অবস্থানের ব্যবস্থাপনা করা গেল না।"
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "ফাইলের অবস্থান অ্যাক্সেস করা যাবে না।"
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” একটি ডিরেক্টরি‌।"
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” অবস্থানটি বৈধ নয়।"
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"“%s” হোস্ট পাওয়া যায়নি। অনুগ্রহ করে ব্যবহৃত প্রক্সির বৈশিষ্ট্য পরীক্ষা করে পুনরায় "
+"প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"হোস্টের নাম বৈধ নয়। সঠিক অবস্থান লেখা হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় "
+"প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” একটি নিয়মিত ফাইল নয়।"
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "সংযোগের সময়সীমা উত্তীর্ণ হয়েছে। অনুগ্রহ করে পুনরায় প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "অপ্রত্যাশিত সমস্যা: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"অনুরোধ জানানো ফাইলটি খুঁজে পাওয়া গেল না। সম্ভবত এটি সাম্প্রতিক সময়ে মোছা হয়েছে।"
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "“%s” ফাইলের মধ্যে করা পরিবর্তন বাতিল করা যায়নি।"
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "ক্যারেক্টার এনকোডিং: (_a)"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "তথাপি সম্পাদনা করা হবে (_w)"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"অনুসরণ করা লিঙ্কের সংখ্যা সীমিত ও এই সীমিত সংখ্যক লিঙ্কের মধ্যে সঠিক ফাইল পাওয়া "
+"যায়নি।"
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ফাইল খোলার জন্য প্রয়োজনীয় অনুমতি আপনার নেই।"
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "অক্ষর এনকোডিং শনাক্ত করা গেল না।"
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "অনুগ্রহ করে পরীক্ষা করুন আপনি কোনো বাইনারি ফাইল খোলার প্রচেষ্টা করছেন কিনা।"
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "মেনু থেকে ক্যারেক্টার এনকোডিং নির্বাচন করে পুনরায় প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "“%s” ফাইল খুলতে সমস্যা দেখা দিয়েছে।"
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"খোলা ফাইলটির মধ্যে কিছু অবৈধ অক্ষর রয়েছে। এই ডকুমেন্টের মধ্যে পরিবর্তন করা হলে "
+"ডকুমেন্টটি ব্যবহারের অযোগ্য হয়ে যেতে পারে।"
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "একটি ভিন্ন ক্যারেক্টার এনকোডিং নির্বাচন করে পুনরায় প্রচেষ্টা করা যাবে।"
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "“%s” ফাইল, “%s” ক্যারেকটার এনকোডিং সহযোগে খোলা সম্ভব হয়নি।"
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "মেনু থেকে পৃথক ক্যারেক্টার এনকোডিং নির্বাচন করে পুনরায় প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "“%s” ফাইলটি খোলা যায়নি।"
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "“%s” ফাইল-টি “%s” ক্যারেকটার এনকোডিং সহযোগে সংরক্ষণ করা সম্ভব হয়নি।"
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"ডকুমেন্টের মধ্যে এক অথবা একাধিক অক্ষর উপস্থিত রয়েছে যা উল্লিখিত ক্যারেক্টার এনকোডিং "
+"সহযোগে এনকোড করা সম্ভব নয়।"
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "তথাপি সংরক্ষণ করা হবে (_a)"
+
+#: gedit/gedit-io-error-info-bar.c:694
+#| msgid "D_on't Save"
+msgid "D_on’t Save"
+msgstr "সংরক্ষণ করবেন না(_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "সর্বশেষ পাঠের পরে “%s” ফাইলটি পরিবর্তিত হয়েছে।"
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"সংরক্ষণ করা হলে সমস্ত বহিস্থিত পরিবর্তন মুছে যাওয়ার সম্ভাবনা রয়েছে। তথাপি সংরক্ষণ "
+"করা হবে কি?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"লেখা চলাকালে “%s:” প্রকৃতির অবস্থার ব্যবস্থাপনা করা সম্ভব নয়। সঠিক অবস্থান লেখা "
+"হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"লেখা মোডে এই প্রকৃতির অবস্থার ব্যবস্থাপনা করা সম্ভব নয়। সঠিক অবস্থান লেখা হয়েছে "
+"কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” অবস্থান বৈধ নয়। সঠিক অবস্থান লেখা হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় "
+"প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"ফাইল সংরক্ষণের জন্য পর্যাপ্ত অনুমতি আপনার নেই। সঠিক অবস্থান লেখা হয়েছে কিনা পরীক্ষা "
+"করে অনুগ্রহ করে পুনরায় প্রচেষ্টা করুন।"
+
+# I must remember to change all other occurances of 'invalid' to বেঠিক
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"ফাইল সংরক্ষণের জন্য ডিস্কের মধ্যে পর্যাপ্ত স্থান অবশিষ্ট নেই। অনুগ্রহ করে ডিস্কের মধ্যে "
+"কিছু স্থান ফাঁকা করে পুনরায় চেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"শুধুমাত্র পাঠযোগ্য ডিস্কের মধ্যে ফাইল সংরক্ষণ করার প্রচেষ্ঠা করছেন। সঠিক অবস্থান লেখা "
+"হয়েছে কিনা পরীক্ষা করে অনুগ্রহ করে পুনরায় প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "এক নামের ফাইল বর্তমানে উপস্থিত রয়েছে। অনুগ্রহ করে একটি পৃথক নাম উল্লেখ করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"যে ডিস্কের মধ্যে ফাইল সংরক্ষণের প্রচেষ্টা করা হচ্ছে সেটির মধ্যে ফাইলের নামের দৈঘ্যের "
+"সীমা আরোপ করা হয়েছে। অনগ্রহ করে ফাইলের নামের মাপ ছোট করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"যে ডিস্কের মধ্যে ফাইল সংরক্ষণের প্রচেষ্টা করা হচ্ছে সেটির মধ্যে ফাইলের মাপ সংক্রান্ত "
+"সীমা আরোপ করা হয়েছে। অনগ্রহ করে তুলনামূলকভাবে ছোট মাপের ফাইল সংরক্ষণ করুন অথবা "
+"উল্লিখিত সীমারহিত কোনো ডিস্কে সংরক্ষণের প্রচেষ্টা করুন।"
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "“%s” ফাইলটি সংরক্ষণ করা যায়নি।"
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "এডিটারে ব্যবহৃত ফন্ট নির্বাচন করতে এই বাটনটি চাপুন"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "সিস্টেমে স্থায়ী দৈঘ্যের ফন্ট ব্যবহার করা হবে (%s) (_U)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+#| msgid "The selected color scheme cannot be installed."
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "নির্বাচিত রঙিন স্কিম ইনস্টল করা যাবে না: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "নির্বাচিত রঙের বিন্যাস ইনস্টল করা সম্ভব নয়।"
+
+#: gedit/gedit-preferences-dialog.c:717
+#| msgid "Color Scheme"
+msgid "Add Color Scheme"
+msgstr "রঙিন স্কিম যুক্ত করুন"
+
+#: gedit/gedit-preferences-dialog.c:720
+#| msgid "Add Scheme"
+msgid "_Add Scheme"
+msgstr "স্কিম যোগ করুন(_A)"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "রঙের স্কিমের ফাইল"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+#| msgid "Could not remove color scheme \"%s\"."
+msgid "Could not remove color scheme “%s”."
+msgstr "“%s” রঙের স্কিম মুছে ফেলতে ব্যর্থ।"
+
+#: gedit/gedit-print-job.c:227
+#| msgid "Preparing..."
+msgid "Preparing…"
+msgstr "প্রস্তুতি…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "ফাইল: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "পৃষ্ঠা %N, সর্বমোট %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+#| msgid "Page %d of %d"
+msgid "Rendering page %d of %d…"
+msgstr "পৃষ্ঠাটি %d এর %d রেন্ডার হচ্ছে…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "পৃষ্ঠা %d, সর্বমোট %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "শূণ্য"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+#| msgid "_Find and Replace…"
+msgid "Find and Replace"
+msgstr "অনুসন্ধান এবং প্রতিস্থাপন"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "ত্রুটিযুক্ত %d-টি ট্যাব উপস্থিত"
+msgstr[1] "ত্রুটিযুক্ত %d-টি ট্যাব উপস্থিত"
+
+# definitely wrong
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s, %s থেকে প্রত্যাবর্তন করা হচ্ছে"
+
+# definitely wrong
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "%s প্রত্যাবর্তন করা হচ্ছে"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s, %s থেকে লোড করা হচ্ছে"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "%s লোড করা হচ্ছে"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s, %s'এ সংরক্ষণ করা হচ্ছে"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "%s সংরক্ষণ করা হচ্ছে"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "ফাইল %s লোড করতে সমস্যা"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s ফাইল প্রত্যাবর্তন করতে সমস্যা"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s ফাইল সংরক্ষণ করতে সমস্যা"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "নাম:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME-র প্রকৃতি:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "এনকোডিং:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ %s-র উপর"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "পংক্তি সংখ্যা প্রদর্শন করা হবে (_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d %d এর মধ্যে"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "বিভাজন করা হবে (_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "নিয়মিত এক্সপ্রেশন হিসাবে মেলান (_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "শুধুমাত্র সম্পূর্ণ শব্দ অনুসন্ধান করা হবে (_E)"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "হরফের ছাঁদ মেলানো হবে (_M)"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "অনুসন্ধানের উদ্দেশ্যে পংক্তি"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "কার্সার স্থানান্তরণের জন্য চিহ্নিত পংক্তি সংখ্যা"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "অনুরূপ বন্ধনীচিহ্নগুলি সীমা বহির্ভূত"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "অনুরূপ বন্ধনীচিহ্ন পাওয়া যায়নি"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "চিহ্নিত পংক্তিতে অনুরূপ বন্ধনীচিহ্ন পাওয়া গিয়েছে: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " পংক্তি %d, কলাম %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "ট্যাবের দৈর্ঘ্য: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "অসংরক্ষিত ডকুমেন্ট রয়েছে"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "পার্শ্ব প্যানেল পৃষ্ঠা পরিবর্তন করুন"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "ডকুমেন্ট"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "একটি ফাইল খুলুন"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "সম্প্রতি ব্যবহৃত কোনো ফাইল খুলুন"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "বাম দিকে সরান (_L)"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "ডান দিকে সরান (_R)"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "নতুন উইন্ডোতে চলে যান (_W)"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "নতুন ট্যাব গ্রুপে চলে যান (_G)"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "বন্ধ করুন (_C)"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "স্বয়ংক্রিয় অবচ্ছেদ নির্ধারণ"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "শূণ্যস্থান প্রয়োগ করুন"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "পংক্তি সংখ্যাগুলি দেখান"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "ডানপ্রান্তের রেখা প্রদর্শন করুন"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "বর্তমান লাইন হাইলাইট করুন"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "পাঠ্য মোড়ানো"
+
+#: gedit/resources/gtk/menus-common.ui:88
+#| msgid "File"
+msgid "_File"
+msgstr "ফাইল(_F)"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "নতুন (_N)"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "সাম্প্রতিক খুলুন (_R)"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "বন্ধ ট্যাব আবার খুলুন (_T)"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "নতুন রূপে সংরক্ষণ (_A)…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "নতুন উইন্ডো (_N)"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "পুনরায় লোড (_R)"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "প্রিন্ট করুন (_P)…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "প্রস্থান (_Q)"
+
+#: gedit/resources/gtk/menus-common.ui:176
+#| msgid "_Edit:"
+msgid "_Edit"
+msgstr "সম্পাদন(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "পূর্বাবস্থা (_U)"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "পুনরাবৃত্তি (_R)"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "কাটুন (_u)"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "কপি করুন (_C)"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "লেপন (_P)"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "মুছে ফেলুন (_D)"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "ওভাররাইট মোড (_M)"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "সমগ্র নির্বাচন করুন (_A)"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "পছন্দ (_P)"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "প্রদর্শন (_V)"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "পার্শ্ববর্তী প্যানেল (_P)"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "নিম্নবর্তী প্যানেল (_B)"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "সম্পূর্ণ স্ক্রিন (_F)"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "হাইলাইট মোড (_H)…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+#| msgid "Search"
+msgid "_Search"
+msgstr "অনুসন্ধান(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "অনুসন্ধান (_F)…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "পরবর্তী উপস্থিতি অনুসন্ধান করুন (_x)"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "পূর্ববর্তী উপস্থিতি অনুসন্ধান করুন (_v)"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "অনুসন্ধান ও প্রতিস্থাপন (_R)…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "উজ্জ্বলতা বাতিল করুন (_C)"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "এই লাইনে যান (_L)…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+#| msgid "_Tools:"
+msgid "_Tools"
+msgstr "সরঞ্জামগুলি (_T)"
+
+#: gedit/resources/gtk/menus-common.ui:329
+#| msgid "Documents"
+msgid "_Documents"
+msgstr "ডকুমেন্টগুলি(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "সমস্ত সংরক্ষণ করুন (_S)"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "সমস্ত বন্ধ করুন (_C)"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "নতুন ট্যাব সংকলন (_N)"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "পূর্ববর্তী ট্যাব সংকলন (_r)"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "পরবর্তী ট্যাব সংকলন (_t)"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "পূর্ববর্তী ডকুমেন্ট (_P)"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "পরবর্তী ডকুমেন্ট (_e)"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "নুতন উইন্ডোয় চলে যান (_M)"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "সাহায্য (_H)"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+#| msgid "Text Editor"
+msgid "_About Text Editor"
+msgstr "পাঠ্য সম্পাদক সম্পর্কে(_A)"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "সমস্ত সংরক্ষণ করুন (_A)"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "অনুসন্ধান এবং প্রতিস্থাপন (_F)…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "এই লাইনে যান (_G)…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "কীবোর্ড শর্টকাটগুলি(_K)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "ক্যারেক্টার এনকোডিং"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "প্রয়োগ(_A) "
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+#| msgid "A_vailable encodings:"
+msgid "A_vailable Encodings"
+msgstr "উপস্থিত এনকোডিং(_v)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+#| msgid "Character Encodings"
+msgid "Cho_sen Encodings"
+msgstr "চয়ন করা এনকোডিংসগুলি"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "বিবরণ (_D)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "এনকোডিং (_E)"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "হাইলাইট মোড"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "নির্বাচন করুন (_S)"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+#| msgid "Search highlight mode..."
+msgid "Search highlight mode…"
+msgstr "হাইলাইট মোড অনুসন্ধান করুন..."
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "বৈশিষ্ট্যাবলী"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "কলামের মধ্যে ডানদিকের প্রান্ত প্রদর্শন করা হবে: (_m)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "স্ট্যাটাস-বার দেখান (_s)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+#| msgid "Display right margin"
+msgid "Display _grid pattern"
+msgstr "গ্রেড প্যাটার্ন প্রদর্শন করুন(_g)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "টেক্সট বিভাজন"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "টেক্সট বিভাজন ব্যবস্থা সক্রিয় করুন (_w)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "কোনো শব্দ দুটি পংক্তির মধ্যে বিভক্ত করা হবে না (_s)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "উজ্জ্বলতা"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "বর্তমান পংক্তি উজ্জ্বল করা হবে (_l)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "অনুরূপ বন্ধনীচিহ্ন উজ্জ্বল করা হবে (_b)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "প্রদর্শন"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "ট্যাবচিহ্নের দৈর্ঘ্য"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "ট্যাবের দৈর্ঘ্য: (_T)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "ট্যাবের পরিবর্তে শূণ্যস্থান সন্নিবেশ করা হবে (_s)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "স্বয়ংক্রিয় প্রান্তরেখা নির্ধারণ ব্যবস্থা সক্রিয় করুন (_E)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "ফাইল সংরক্ষণ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "সংরক্ষণ করার পূর্বে ফাইলের ব্যাক-আপ কপি নির্মাণ করুন (_b)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "স্বয়ংক্রিয়রূপে ফাইল সংরক্ষণ করা হবে প্রতি (_A)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "মিনিট (_m)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "এডিটার"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "ফন্ট"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "এডিটারে ব্যবহৃত ফন্ট: (_f)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "এডিটারে ব্যবহারের জন্য কোনো ফন্ট নির্বাচন করুন"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "রঙের স্কিম"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "ইনস্টল প্রকল্প"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "ইনস্টল প্রকল্প"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "আনইনস্টল প্রকল্প"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "আনইনস্টল প্রকল্প"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "ফন্ট এবং রং"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "প্লাগ-ইন"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "সিন্টেক্সের বিভিন্ন অংশের উজ্জ্বলতা"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "সিন্টেক্সের বিভিন্ন অংশের পৃথক বিন্যাস প্রিন্ট করা হবে (_x)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "পংক্তি সংখ্যা"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "পংক্তি সংখ্যা প্রিন্ট করা হবে (_m)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "সংখ্যা উল্লেখ করা হবে প্রতি (_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "খানি পংক্তির জন্য"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "পৃষ্ঠার হেডার"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "পৃষ্ঠার হেডার প্রিন্ট করা হবে (_h)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "ফন্ট"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "মূল অংশ: (_B)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "পংক্তি সংখ্যা: (_L)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "হেডার ও ফুটার: (_a)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "ডিফল্ট ফন্ট পুনরায় স্থাপন করা হবে (_R)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "পূর্ববর্তী পৃষ্ঠা প্রদর্শন করা হবে"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "পরবর্তী পৃষ্ঠা প্রদর্শন করা হবে"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "বর্তমান পৃষ্ঠা (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "সর্বমোট"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "সর্বমোট পৃষ্ঠা"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "ডকুমেন্টের সর্বমোট পৃষ্ঠা সংখ্যা"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "একাধিক পৃষ্ঠা প্রদর্শন করা হবে"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "প্রদর্শনের মাত্রা ১:১"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "সম্পূর্ণ পৃষ্ঠার মাপ অনুযায়ী প্রদর্শন"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "পৃষ্ঠা বড় করে প্রদর্শন"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "পৃষ্ঠা প্রদর্শনের মাত্রা হ্রাস করা হবে"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "প্রিন্টের পূর্বরূপ বন্ধ করুন"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "প্রিন্টের পূর্বরূপ বন্ধ করুন (_C)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "পৃষ্ঠার পূর্বরূপ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "প্রিন্ট করার জন্য চিহ্নিত পৃষ্ঠার পূর্বরূপ"
+
+# Is this suitable ?
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "সমস্ত প্রতিস্থাপন করা হবে (_A)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+#| msgid "_Find"
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "অনুসন্ধান (_F)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+#| msgid "Find Ne_xt"
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "অনুসন্ধান(_i)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+#| msgid "Replace _with: "
+msgid "Replace _with "
+msgstr "দিয়ে প্রতিস্থাপন(_w)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "হরফের ছাঁদ মেলানো হবে (_M)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "শুধুমাত্র সম্পূর্ণ শব্দ অনুসন্ধান করা হবে (_e)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+#| msgid "Match as re_gular expression"
+msgid "Re_gular expression"
+msgstr "নিয়মিত প্রকাশ(_g)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "বিপরীত দিশায় অনুসন্ধান করা হবে (_b)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+#| msgid "_Wrap around"
+msgid "Wra_p around"
+msgstr "চারপাশে মোড়ানো(_p)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+#| msgid "Documents"
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "ডকুমেন্টগুলি"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+#| msgid "Create a new document"
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "একটি ট্যাবে একটি নতুন ডকুমেন্ট তৈরি করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+#| msgid "Open a New Document"
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "একটি ডকুমেন্ট খুলুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+#| msgid "Save the current file"
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "নথিটি সংরক্ষণ করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+#| msgid "Save the current file with a different name"
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "একটি নতুন ফাইল নাম দিয়ে দস্তাবেজটি সংরক্ষণ করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+#| msgid "Create a new document"
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "সমস্ত ডকুমেন্টগুলি সংরক্ষণ করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+#| msgid "Close Document"
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "ডকুমেন্ট বন্ধ করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+#| msgid "Close Document"
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "সব ডকুমেন্ট বন্ধ করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+#| msgid "Select the entire document"
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "সর্বাধিক বন্ধ হওয়া দস্তাবেজটি আবার খুলুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+#| msgid "Switch to the next tab group"
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "পরবর্তী নথিতে স্যুইচ করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+#| msgid "Switch to the previous tab group"
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "পূর্ববর্তী নথিতে স্যুইচ করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+#| msgid "Switch to the next tab group"
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "প্রথম - নবম নথিতে স্যুইচ করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "উইন্ডোজ এবং প্যানেল"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+#| msgid "Create a new document"
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "একটি উইন্ডোতে একটি নতুন ডকুমেন্ট তৈরি করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+#| msgid "Create a new tab group"
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "একটি নতুন ট্যাব গ্রুপ তৈরি করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+#| msgid "Hide panel"
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "পাশের প্যানেল প্রদর্শন করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+#| msgid "_Bottom Panel"
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "নীচের প্যানেলটি দেখান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+#| msgid "_Fullscreen"
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "ফুলস্ক্রিন চালু / বন্ধ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+#| msgid "About this application"
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "অ্যাপ্লিকেশনটি ছেড়ে দিন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+#| msgid "_Find and Replace…"
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "অনুসন্ধান এবং প্রতিস্থাপন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+#| msgid "_Find"
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "অনুসন্ধান (_F)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "পরের ম্যাচটি সন্ধান করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+#| msgid "Show the previous page"
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "আগের ম্যাচটি সন্ধান করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+#| msgid "_Clear Highlight"
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "হাইলাইট পরিষ্কার করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "পূর্বাবস্থায় ফেরান এবং আবারও করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "পূর্ববর্তী আদেশটি পূর্বাবস্থায় ফিরিয়ে আনুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+#| msgid "Run command"
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "পূর্ববর্তী কমান্ডটি আবার করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+#| msgid "Selection"
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "নির্বাচন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+#| msgid "Select _All"
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "সমস্ত পাঠ্য নির্বাচন করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "সমস্ত পাঠ্য অনির্বাচন করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "কপি এবং পেস্ট"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+#| msgid "Change selected text to lower case"
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "ক্লিপবোর্ডে নির্বাচিত পাঠ্য অনুলিপি করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+#| msgid "Change selected text to lower case"
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "ক্লিপবোর্ডে নির্বাচিত পাঠ্য কেটে দিন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+#| msgid "Paste the clipboard"
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "ক্লিপ-বোর্ডের থেকে পেস্ট করুন"
+
+# Could not think of anything else.
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+#| msgid "Activation"
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "নেভিগেশন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+#| msgid "_Go to Line…"
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "এই লাইনে যান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+#| msgid "Set the language of the current document"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "বর্তমান লাইনের শুরুতে যান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+#| msgid "Set the language of the current document"
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "বর্তমান লাইনের শেষ প্রান্তে যান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+#| msgid "Set the language of the current document"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "নথির শুরুতে সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+#| msgid "Select the entire document"
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "নথির শেষ প্রান্তে যান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "ফাইলের মধ্যে ভিউপোর্ট আপ সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "ফাইলের মধ্যে ভিউপোর্টটি নীচে সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "ফাইলের শেষের দিকে ভিউপোর্ট সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "ফাইলের শুরুতে ভিউপোর্ট সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+#| msgid "Highlight matching _brackets"
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "ম্যাচিং বন্ধনীতে সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+#| msgid "Switch to the previous tab group"
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "পূর্ববর্তী ট্যাব গোষ্ঠীতে যান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+#| msgid "Switch to the next tab group"
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "পরবর্তী ট্যাব গ্রুপে যান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+#| msgid "Edit"
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "সম্পাদনা হচ্ছে"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "টগল সন্নিবেশ / ওভাররাইট"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "কার্সার দৃশ্যমানতা টগল করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+#| msgid "Highlight current line"
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "বর্তমান লাইন মুছুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+#| msgid "Current line"
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "বর্তমান লাইনটি উপরে সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+#| msgid "Current line"
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "বর্তমান লাইনটি নীচে সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+#| msgid "Current word"
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "বর্তমান শব্দটি বাম দিকে সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+#| msgid "Current word"
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "বর্তমান শব্দটি ডানদিকে সরান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "বড় হাতের মধ্যে রূপান্তর"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+#| msgid "Change selected text to lower case"
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "লোয়ারকেসে রূপান্তর করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+#| msgid "_Invert Case"
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "বিপরীত কেস"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "কার্সারে বৃদ্ধি সংখ্যা"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "কার্সারে সংখ্যা হ্রাস"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+#| msgid "Tools"
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "সরঞ্জামগুলি"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+#| msgid "Check spelling"
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "বানান পরীক্ষা করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+#| msgid "Print the current page"
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "নথিটি মুদ্রণ করুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "সমাপ্তি উইন্ডোটি দেখান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "সাধারণ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "সহায়তা দেখান"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+#| msgid "Open _Recent"
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "মেনু খুলুন"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "কীবোর্ড শর্টকাটগুলি"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "ডকুমেন্ট বন্ধ করুন"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "নতুন ডকুমেন্ট নির্মাণ করুন"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "নতুন"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "বর্তমান ফাইল সংরক্ষণ করুন"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "সংরক্ষণ"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "প্যানেল আড়াল করা হবে"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "সম্পূর্ণ পর্দায় রাখুন"
+
+# Not sure if the above translation is correct
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "ডকুমেন্ট সংক্রান্ত পরিসংখ্যান"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "একটি নথিতে থাকা শব্দ, লাইন, এবং অক্ষরের সংখ্যা রিপোর্ট করুন।"
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "ডকুমেন্ট সংক্রান্ত পরিসংখ্যান (_D)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "ডকুমেন্ট"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "নির্বাচন"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "পংক্তি"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "শব্দ"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "অক্ষর (শূণ্যস্থান সহ)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "অক্ষর (শূণ্যস্থানবিহীন)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "বাইট"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "বিল্ড"
+
+#: plugins/externaltools/data/build.desktop.in:4
+#| msgid "Run \"make\" in the document directory"
+msgid "Run “make” in the document directory"
+msgstr "ডকুমেন্ট ধারণকারী ডিরেক্টরির মধ্যে “make” কমান্ড সঞ্চালন করুন"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "এই স্থানে টার্মিনাল খোলা হবে"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "বর্তমানে খোলা ডিরেক্টরিতে টার্মিনাল খোলা হবে"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "অন্তে উপস্থিত শূণ্যস্থান মুছে ফেলা হবে"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "ফাইলের মধ্যে উপস্থিত অপ্রয়োজনীয় অন্তে শূণ্যস্থান মুছে ফেলুন"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "কমান্ড সঞ্চালন"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "স্বনির্ধারিত কমান্ড প্রয়োগ করে উৎপন্ন ফলাফল একটি নতুন ডকুমেন্টে যোগ করুন"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "fpaste-এ পাঠান"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "নির্বাচিত পাঠ্য বা বর্তমান নথি fpaste এ লেপন করুন"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "বহিস্থিত সরঞ্জাম"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "বহিস্থিত কমান্ড ও শেল স্ক্রিপ্ট সঞ্চালন করা হবে।"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "সিস্টেম ফন্ট ব্যবহার করা হবে কি না"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+#| msgid ""
+#| "If true, the external tools will use the desktop-global standard font if "
+#| "it's monospace (and the most similar font it can come up with otherwise)."
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"যদি সত্য হয়, বাহ্যিক সরঞ্জামগুলি ডেস্কটপ-গ্লোবাল স্ট্যান্ডার্ড ফন্টটি ব্যবহার করে যদি "
+"এটি মনোপেস হয় (এবং সর্বাধিক অনুরূপ ফন্ট এটি অন্যথায় উপস্থিত হতে পারে)।"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+#| msgid ""
+#| "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"একটি Pango ফন্টের নাম। উদাহরণস্বরূপ, \"Sans 12\" অথবা \"Monospace Bold 14\"।"
+
+#: plugins/externaltools/tools/appactivatable.py:133
+#| msgid "Manage External Tools"
+msgid "Manage _External Tools…"
+msgstr "বাহ্যিক সরঞ্জামগুলি পরিচালনা করুন(_E) ..."
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "বহিস্থিত সরঞ্জাম (_T)"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "কমান্ড সঞ্চালন করতে ব্যর্থ: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "চিহ্নিত কমান্ড চালানোর জন্য একটি শব্দের মধ্যে অবস্থিত হওয়া আবশ্যক"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "চলমান সরঞ্জাম:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "সম্পন্ন।"
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "প্রস্থান করা হয়েছে"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "সকল ভাষা"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "সকল ভাষা"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "নতুন সরঞ্জাম"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "চিহ্নিত অ্যাকসেলেরেটর %s'র সাথে বর্তমানে সংযুক্ত রয়েছে"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "নতুন অ্যাকসেলেরেটর লিখুন, অথবা ব্যাক-স্পেস টিপে মুছে ফেলুন"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "নতুন অ্যাকসেলেরেটর লিখুন"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "স্থগিত।"
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "থামানোর টুল"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "সর্বদা উপলব্ধ"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "সর্বধরনের ডকুমেন্ট"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "নামবিহীন ডকুমেন্ট ব্যতীত অন্যান্য সর্বধরনের ডকুমেন্ট"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "শুধুমাত্র স্থানীয় ফাইল"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "শুধুমাত্র দূরবর্তী ফাইল"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "শুধুমাত্র নামবিহীন ডকুমেন্ট"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "বর্তমান ডকুমেন্ট"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "বর্তমান নির্বাচন"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "বর্তমান নির্বাচন (নথিটিকে ডিফল্ট ধার্য করা হয়)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "বর্তমান পংক্তি"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "বর্তমান শব্দ"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "নিম্নবর্তী পেইনে প্রদর্শন করা হবে"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "নতুন ডকুমেন্ট নির্মাণ করুন"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "বর্তমান ডকুমেন্টের শেষে"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "বর্তমান ডকুমেন্ট প্রতিস্থাপন করুন"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "নির্বাচিত অংশ প্রতিস্থাপন করুন"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "কার্সারের অবস্থানে সন্নিবেশ করা হবে"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "বহিস্থিত সরঞ্জাম পরিচালনা"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "নতুন সরঞ্জাম যোগ করুন"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "সরঞ্জাম যোগ করুন"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "নির্বাচিত সরঞ্জাম অপসারণ করুন"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "সরঞ্জাম অপসারণ"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "সরঞ্জাম বাতিল করুন"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "সরঞ্জাম বাতিল করুন"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "শর্টকাট-কি:(_k)"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "সংরক্ষণ: (_S)"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "ইনপুট:(_I)"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "আউটপুট: (_O)"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "প্রয়োজনীয়তা: (_A)"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "টুল আউটপুট"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "ফাইল ব্রাউজারের প্যানেল"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+#| msgid "Easy file access from the side panel"
+msgid "Easy file access from the side panel."
+msgstr "পার্শ্ব প্যানেল থেকে সহজ ফাইল অ্যাক্সেস।"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "প্রথম পাতা"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "ফাইল-সিস্টেম"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "ফাইল ব্রাউজার"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "নতুন ডিরেক্টরি নির্মাণের সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "নতুন ফাইল নির্বাচনের সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "নির্বাচিত কমান্ড চালানোর সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "ফাইল অথবা ডিরেক্টরি মুছে ফেলার সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ফাইল পরিচালনব্যবস্থার মধ্যে একটি ডিরেক্টরি খোলার সময় সমস্যা উৎপন্ন হয়েছে"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "প্রধান ডিরেক্টরি (root) সময় ত্রুটি উৎ‌পন্ন হয়েছে।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "ডিরেক্টরি লোড করার সময় সমস্যা উৎপন্ন হয়েছে"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "সমস্যা উৎপন্ন হয়েছে"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"আবর্জনার বাক্সে ফাইল সরিয়ে নেওয়া যায়নি,\n"
+"এই মুহূর্তে মুছে ফেলতে ইচ্ছুক কি?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+#| msgid "The file \"%s\" cannot be moved to the trash."
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "\"%s\" ফাইলটি ট্র্যাশে সরানো যাবে না।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "নির্বাচিত ফাইলগুলি আবর্জনার বাক্সে সরিয়ে নেওয়া সম্ভব নয়।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+#| msgid "Are you sure you want to permanently delete \"%s\"?"
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "আপনি কি “%s” স্থায়ীভাবে মুছতে চান?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "আপনি কি নিশ্চিতরূপে নির্বাচিত ফাইলগুলি স্থায়ীভাবে মুছে ফেলতে ইচ্ছুক?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "একটি বস্তু মুছে ফেলা হলে তা স্থায়ীরূপে বর্জন করা হবে।"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(ফাঁকা)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"নাম পরিবর্তিত ফাইলটি বর্তমানে ফিল্টার করা হয়েছে। ফাইলটি প্রদর্শন করার জন্য "
+"ফিল্টারের বৈশিষ্ট্য পরিবর্তন করুন"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "নামবিহীন ফাইল"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"নতুন ফাইল বর্তমানে ফিল্টার করা হয়েছে। ফাইলটি প্রদর্শন করার জন্য ফিল্টারের বৈশিষ্ট্য "
+"পরিবর্তন করুন"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "নামবিহীন ফোল্ডার"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"নতুন ডিরেক্টরি বর্তমানে ফিল্টার করা হয়েছে। ফাইলটি প্রদর্শন করার জন্য ফিল্টারের "
+"বৈশিষ্ট্য পরিবর্তন করুন"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "বুকমার্ক"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "চিহ্নিত মাউন্ট করা ভলিউমের জন্য কোনো মাউন্ট অবজেক্ট উপস্থিত নেই: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "মিডিয়া খোলা যায়নি: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "ভলিউম মাউন্ট করা যায়নি: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+#| msgid "Error when loading '%s': No such directory"
+msgid "Error when loading “%s”: No such directory"
+msgstr "“%s” লোড করার সময়ে ত্রুটি ঘটেছে: এই ধরনের কোনো ডিরেক্টরি নেই"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "ট্রি অনুযায়ী প্রদর্শনে খোলা হবে"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"ফাইল ব্রাউজার প্লাগ-ইন লোড করা হলে বুকমার্ক প্রদর্শনের পরিবর্তে ট্রি অনুযায়ী প্রদর্শন "
+"করা হবে"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "ফাইল ব্রাউজারের প্রধান (root) ডিরেক্টরি"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ফাইল ব্রাউজার প্লাগ-ইন লোড করার সময় ও onload/tree_view'র মান TRUE (সত্য) হলে "
+"ব্যবহারের জন্য চিহ্নিত ফাইল ব্রাউজারের root ডিরেক্টরি।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "ফাইল ব্রাউজারের ভার্চুয়াল root ডিরেক্টরি"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"ফাইল ব্রাউজার প্লাগ-ইন লোড করার সময় ও onload/tree_view'র মান TRUE (সত্য) হলে "
+"ব্যবহারের জন্য চিহ্নিত ফাইল ব্রাউজারের ভার্চুয়াল root ডিরেক্টরি। ভার্চুয়াল root "
+"ডিরেক্টরি সর্বদা প্রকৃত root ডিরেক্টরির অধীন হওয়া আবশ্যক।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "দূরবর্তী অবস্থান পুনরুদ্ধারের বৈশিষ্ট্য সক্রিয় করুন"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "দূরবর্তী অবস্থান পুনরুদ্ধারের বৈশিষ্ট্য সক্রিয় করা হবে কিনা তা নির্ধারিত হয়।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "সর্বপ্রথম ডকুমেন্টের অবস্থান নির্ধারিত হবে"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+#| msgid ""
+#| "If TRUE the file browser plugin will view the directory of the first "
+#| "opened document given that the file browser hasn't been used yet. (Thus "
+#| "this generally applies to opening a document from the command line or "
+#| "opening it with Nautilus, etc.)"
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"যদি সত্য হয় তবে ফাইল ব্রাউজারটি প্লাগইনটি প্রথম খোলা নথির ডিরেক্টরিটি দেখবে যে "
+"ফাইল ব্রাউজারটি এখনও ব্যবহার করা হয়নি। (এইভাবে এটি কমান্ড লাইন থেকে কোনও নথি "
+"খোলার জন্য বা নটিলাস ইত্যাদি দিয়ে এটি খোলার ক্ষেত্রে প্রযোজ্য)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "ফাইল ব্রাউজার ফিল্টারের মোড"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"এই মান দ্বারা ফাইল ব্রাউজার থেলে ফিল্টার হওয়া ফাইল নির্ধারিত হয়। বৈধ মান হল: "
+"none (ফিল্টার প্রয়োগ করা হবে না), hide-hidden (শুধুমাত্র আড়াল করা ফাইল ফিল্টার করা "
+"হবে), ও hide-binary (আড়াল করা ও বাইনারি ফাইল উভয় ফিল্টার করা হবে)।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "ফাইল ব্রাউজার ফিল্টারের বিন্যাস"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"ফাইল ব্রাউজার ফিল্টার করার জন্য ব্যবহৃত ফিল্টার বিন্যাস। চিহ্নিত ফোল্ডারটি "
+"filter_mode'র উপর সঞ্চালিত হয়।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "ফাইল ব্রাউজার বাইনারি বিন্যাস"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "বাইনারি ফাইলগুলি বাছাই করার সময়ে ব্যবহার করার পরিপূরক ধরন।"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "রুট সক্রিয় নথিতে সেট করুন (_S)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "নতুন ফোল্ডার (_N)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "নতুন ফাইল (_i)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+#| msgid "_Rename..."
+msgid "_Rename…"
+msgstr "নাম পরিবর্তন(_R)..."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "আবর্জনার বাক্সে সরিয়ে নিন (_M)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "নতুন করে প্রদর্শন (_f)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "ফোল্ডার প্রদর্শন (_V)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "টার্মিনাল খুলুন (_O)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "ফিল্টার (_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "আড়াল করা ফাইল ও ডিরেক্টরি প্রদর্শন (_H)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "বাইনারি ফাইল ও ডিরেক্টরি প্রদর্শন (_B)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "ফাইলের নাম মেলান"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+#| msgid "directory"
+msgid "History"
+msgstr "ইতিহাস"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+#| msgid "Open the gedit manual"
+msgid "Open history menu"
+msgstr "ইতিহাসের মেনু খুলুন"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "মোড-লাইন"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "gedit'এ ব্যবহাযোগ্য Emacs, Kate ও Vim-র বিন্যাসের মোড-লাইন।"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "কমান্ডের লেখার রং"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "কমান্ডের লেখার রং"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "ত্রুটিসূচক লেখার রং"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "ত্রুটিসূচক বার্তার রং"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+#| msgid ""
+#| "If true, the terminal will use the desktop-global standard font if it's "
+#| "monospace (and the most similar font it can come up with otherwise)."
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"যদি সত্য হয় তবে টার্মিনালটি ডেস্কটপ-গ্লোবাল স্ট্যান্ডার্ড ফন্টটি ব্যবহার করে যদি এটি "
+"মনোপেস হয় (এবং সর্বাধিক অনুরূপ ফন্ট এটি অন্যথায় উপস্থিত হতে পারে)।"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "কমান্ডের রং: (_o)"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "ত্রুটিসূচক রং: (_E)"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python কনসোল"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+#| msgid "Interactive Python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "ইন্টারেক্টিভ পাইথন কনসোল নীচের প্যানেলে অবস্থিত।"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+#| msgid "Highlighting"
+msgid "Quick Highlight"
+msgstr "দ্রুত হাইলাইট"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+#| msgid "Changes the case of selected text."
+msgid "Highlights every occurrences of selected text."
+msgstr "নির্বাচিত পাঠ্যের প্রতিটি ঘটনা হাইলাইট করে।"
+
+#: plugins/quickopen/quickopen/__init__.py:47
+#| msgid "Quick Open"
+msgid "Quick Open…"
+msgstr "দ্রুত খোল..."
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "ঝটপট প্রদর্শন"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+#| msgid "Quickly open files"
+msgid "Quickly open files."
+msgstr "দ্রুত ফাইল খুলুন।"
+
+#: plugins/quickopen/quickopen/popup.py:90
+#| msgid "Type to search..."
+msgid "Type to search…"
+msgstr "অনুসন্ধান করতে টাইপ করুন…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+#| msgid "Manage Snippets"
+msgid "Manage _Snippets…"
+msgstr "স্নিপেট পরিচালনা করুন(_S)..."
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Snippets"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+#| msgid "The archive \"%s\" could not be created"
+msgid "The archive “%s” could not be created"
+msgstr "\"%s\" আর্কাইভ নির্মাণ করা যায়নি"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+#| msgid "Target directory \"%s\" does not exist"
+msgid "Target directory “%s” does not exist"
+msgstr "লক্ষ্য ডিরেক্টরি \"%s\" বিদ্যমান নেই"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+#| msgid "Target directory \"%s\" is not a valid directory"
+msgid "Target directory “%s” is not a valid directory"
+msgstr "লক্ষ্য ডিরেক্টরি \"%s\" কোনও বৈধ ডিরেক্টরি নয়"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+#| msgid "File \"%s\" does not exist"
+msgid "File “%s” does not exist"
+msgstr "\"%s\" ফাইলটি বিদ্যমান নেই"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+#| msgid "File \"%s\" is not a valid snippets file"
+msgid "File “%s” is not a valid snippets file"
+msgstr "\"%s\" ফাইলটি কোনও বৈধ স্নিপেট ফাইল নয়"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+#| msgid "Imported file \"%s\" is not a valid snippets file"
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "আমদানিকৃত ফাইল \"%s\" কোনও বৈধ স্নিপেট ফাইল নয়"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+#| msgid "The archive \"%s\" could not be extracted"
+msgid "The archive “%s” could not be extracted"
+msgstr "\"%s\" আর্কাইভের মধ্যে উপস্থিত সামগ্রী এক্সট্র্যাক্ট করা সম্ভব হয়নি"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "নিম্নলিখিত ফাইলগুলি ইম্পোর্ট করা যায়নি: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+#| msgid "File \"%s\" is not a valid snippets archive"
+msgid "File “%s” is not a valid snippets archive"
+msgstr "ফাইল \"%s\" কোনও বৈধ স্নিপেট সংরক্ষণাগার নয়"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Snippets-র আর্কাইভ"
+
+#: plugins/snippets/snippets/manager.py:74
+#| msgid "Add a new snippet..."
+msgid "Add a new snippet…"
+msgstr "নতুন স্নিপেট যোগ করুন..."
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "গ্রোবাল"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "নির্বাচিত স্নিপেট প্রত্যাবর্তন করুন"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "নির্বাচিত স্নিপেট মুছে ফেলুন"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"ট্যাব ট্রিগার বৈধ নয়। ট্রিগারের ক্ষেত্রে অক্ষর অথবা শুধুমাত্র একটি আলফা-নিউমেরিক "
+"ব্যতীত অক্ষর যেমন {, [, প্রভৃতি ব্যবহার করা যাবে।"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "ট্যাব-কি টেপার পরে স্নিপেট সক্রিয় করতে ব্যবহৃত কোনো একটি শব্দ"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "ইমপোর্ট করার সময় নিম্নলিখিত ত্রুটি উৎপন্ন হয়েছে: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "সাফল্যের সাথে ইম্পোর্ট সমাপ্ত হয়েছে"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "স্নিপেট ইম্পোর্ট করুন"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "সর্বধরনের সমর্থিত আর্কাইভ"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip দ্বারা কম্প্রেস করা আর্কাইভ"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 দ্বারা কম্প্রেস করা আর্কাইভ"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "একটি স্নিপেট ফাইল"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "সমস্ত ফাইল"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "এক্সপোর্ট করার সময় নিম্নলিখিত সমস্যা দেখা দিয়েছে: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "সাফল্যের এক্সপোর্ট সমাপ্ত হয়েছে"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"এক্সপোর্ট করার জন্য চিহ্নিত বস্তুর মধ্যে নির্বাচিত <b>সিস্টেম</b> স্নিপেট অন্তর্ভুক্ত করতে "
+"ইচ্ছুক কি?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "এক্সপোর্ট করার জন্য কোনো স্নিপেট নির্বাচন করা হয়নি"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "স্নিপেট এক্সপোর্ট করুন"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "নতুন শর্ট-কাট লিখুন, অথবা ব্যাক-স্পেস টিপে মুছে ফেলুন"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "নতুন শর্ট-কাট লিখুন"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Python কমান্ড (%s) সঞ্চালনের জন্য সর্বাধিক অনুমোদিত সময়সীমা উলঙ্ঘন করা হয়েছে, কর্ম "
+"সঞ্চালন পরিত্যাগ করা হবে।"
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python কমান্ড (%s) সঞ্চালনে ব্যর্থ: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+#| msgid "Insert often-used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "প্রায়শই ব্যবহৃত পাঠ্যের টুকরোটি দ্রুত ঢোকান। "
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "স্নিপেট পরিচালনা করুন"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "নতুন স্নিপেট নির্মাণ করুন"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "স্নিপেট যোগ করুন"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "স্নিপেট অপসারণ করুন"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "স্নিপেটসমূহ ইম্পোর্ট করুন"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "নির্বাচিত স্নিপেটগুলি এক্সপোর্ট করুন"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "স্নিপেটসমূহ এক্সপোর্ট করুন"
+
+# Could not think of anything else.
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "সক্রিয়করণ"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Tab-কি ট্রিগার:(_T)"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "শর্টকাট-কি:(_h)"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "স্নিপেট সক্রিয় করতে ব্যবহৃত শর্টকাট-কি"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "টার্গেট বর্জন করুন: (_D)"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+#| msgid "S_ort..."
+msgid "S_ort…"
+msgstr "সাজান(_o)..."
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "ক্রমবিন্যাস"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "বিপরীত ক্রম (_R)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "প্রতিলিপি মুছে ফেলুন (_e)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "কেস সংবেদনশীল(_a) "
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "উল্লিখিত কলাম থেকে আরম্ভ করুন (_t):"
+
+# I doubt if this is correct
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "ক্রমবিন্যাস (_S)"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "ডকুমেন্ট অথবা নির্বাচিত অংশের তথ্য ক্রমানুযায়ী বিন্যাস করে।"
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+#| msgid "Check Spelling"
+msgid "_Check Spelling…"
+msgstr "বানান পরীক্ষণ করুন(_C)..."
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+#| msgid "Set Language"
+msgid "Set _Language…"
+msgstr "ভাষা নির্ধারণ করুন(_L)..."
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "ভুল বানান যুক্ত শব্দগুলি উজ্জ্বলিত করা হবে (_H)"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+#| msgid "_Highlight Misspelled Words"
+msgid "Highlight misspelled words"
+msgstr "ভুল বানানযুক্ত শব্দগুলি হাইলাইট করুন"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+#| msgid "_Highlight Misspelled Words"
+msgid "Default setting for highlight misspelled words."
+msgstr "হাইলাইট ভুল বানান শব্দের জন্য ডিফল্ট সেটিং।"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+#| msgid "Configure date/time plugin"
+msgid "Configure spell plugin"
+msgstr "বানান প্লাগইন কনফিগার করুন"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+#| msgid "Create a new document"
+msgid "Defaults for new documents"
+msgstr "নতুন ডকুমেন্টের জন্য ডিফল্ট"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "বানান সংশোধন"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "বর্তমান ডকুমেন্টের মধ্যে বানান পরীক্ষা করুন।"
+
+#: plugins/time/gedit-time-plugin.c:263
+#| msgid "Insert Date and Time"
+msgid "In_sert Date and Time…"
+msgstr "তিথি এবং সময় সন্নিবেশ করুন(_s)... "
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "উপলব্ধ বিন্যাস"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "প্রম্পটের ধরন"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"ব্যবহারকারীকে বিন্যাস সম্বন্ধে জিজ্ঞাসা করা হবে নাকি নির্বাচিত অথবা স্বনির্ধারিত "
+"বিন্যাস ব্যবহার করা হবে।"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "নির্বাচিত বিন্যাস"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "তিথি/সময় সন্নিবেশ করার সময় ব্যবহৃত নির্বাচিত বিন্যাস।"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "স্বনির্বাচিত বিন্যাস"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "তিথি/সময় সন্নিবেশ করার সময় ব্যবহৃত স্বনির্ধারিত বিন্যাস।"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "তিথি এবং সময় সন্নিবেশ করুন"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "নির্বাচিত বিন্যাস ব্যবহার করা হবে (_s)"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "স্বনির্বাচিত বিন্যাস ব্যবহার করা হবে (_U)"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "০১/১১/১০০৯ ১৭:৫২:০০"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "সন্নিবেশ করুন (_I)"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "সময়/তিথি সংক্রান্ত প্লাগ-ইন কনফিগার করুন"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+#| msgid "When inserting date/time..."
+msgid "When inserting date/time…"
+msgstr "তিথি/সময় সন্নিবেশ করার সময়..."
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "বিন্যাস জানতে অনুরোধ করা হবে (_P)"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "তিথি/সময় সন্নিবেশ করুন"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "কার্সারের অবস্থানে বর্তমান তিথি ও সময় সন্নিবেশ করে।"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "GNOME ডেস্কটপের এনভায়রনমেন্টের অফিসিয়াল পাঠ্য সম্পাদক হল gedit। এটি ব্যবহারের "
+#~ "দিক থেকে যেমন সহজ অন্যদিকে অাবার সাধারণ ভাবে প্রয়োজনীয় সব বৈশিষ্ট্যে সমৃদ্ধ এক "
+#~ "পাঠ্য সম্পাদক।"
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "অাপনি অাপনার পরের বেস্ট-সেলারটি লিখতে, অভিনব কোনো অ্যাপ্লিকেশনের প্রোগ্রামিং "
+#~ "করতে, বা দ্রুত কিছু সাধারণ নোট লিখে রাখতে, gedit ব্যবহার করতে পারেন।"
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "এর সাবলীল প্লাগইন সিস্টেম অাপনার প্রয়োজন মতো অাপনাকে অ্যাপ্লিকেশনটি সাজিয়ে "
+#~ "নিতে এবং অাপনার সুবিধামতো করে নিতে দেয়।"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit টেক্সট এডিটার"
+
+#~ msgid "Text;Editor;"
+#~ msgstr "টেক্সট;এডিটর;"
+
+#~ msgid "Open a New Window"
+#~ msgstr "একটি নতুন উইন্ডো খুলুন"
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "টুল-বার প্রদর্শন করা হবে"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "সম্পাদন ক্ষেত্রের উইন্ডোর মধ্যে টুল-বার প্রদর্শিত হবে কিনা।"
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "সম্প্রতি খোলা ফাইলের সর্বাধিক প্রদর্শিত সংখ্যা"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the \"Recent Files\" submenu."
+#~ msgstr ""
+#~ "\"সম্প্রতি ব্যবহৃত ফাইল\" সাব-মেনুর মধ্যে সম্প্রতি ব্যবহৃত সর্বাধিক যে সংখ্যক ফাইল "
+#~ "প্রদর্শিত হবে তা উল্লেখ করে।"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8','CURRENT','ISO-8859-15','UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "স্বয়ংক্রিয়ভাবে সনাক্ত করা এনকোডিং"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "ফাইলের এনকোডিং স্বয়ংক্রিয়ভাবে উদ্ধার করতে gedit-র দ্বারা ব্যবহৃত এনকোডিং-র "
+#~ "সুবিন্যস্ত তালিকা। বর্তমান লোকেইল এনকোডিং \"CURRENT\"-র দ্বারা চিহ্নিত হয়। "
+#~ "শুধুমাত্র সুপরিচিত এনকোডিং প্রয়োগ করা হয়।"
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "মেনুর মধ্যে প্রদর্শিত এনকোডিং"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "ফাইল খোলা/সংরক্ষণ বাক্সে ফাইলের জন্য ক্যারেক্টার কোডিং নির্বাচনের ক্ষেত্রে "
+#~ "প্রদর্শিত এনকোডিং-র তালিকা। শুধুমাত্র পরিচিত এনকোডিং ব্যবহৃত হবে।"
+
+#~ msgid ""
+#~ "List of active plugins. It contains the \"Location\" of the active "
+#~ "plugins. See the .gedit-plugin file for obtaining the \"Location\" of a "
+#~ "given plugin."
+#~ msgstr ""
+#~ "সক্রিয় প্লাগ-ইনের তালিকা। এর মধ্যে সক্রিয় প্লাগ-ইনের \"অবস্থান\" উপস্থিত থাকে। "
+#~ "কোনো নির্দিষ্ট প্লাগ-ইনের \"অবস্থান\" জানতে .gedit-plugin ফাইলটি দেখুন।"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "উইন্ডোর মাপ এবং অবস্থান নির্ধারণ করুন (WIDTHxHEIGHT+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRY"
+
+#~ msgid "Question"
+#~ msgstr "প্রশ্ন"
+
+#~| msgid "Changes to document \"%s\" will be permanently lost."
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "“%s\" ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "সিস্টেম অ্যাডমিনিস্ট্রেটর দ্বারা সংরক্ষণের বৈশিষ্ট্য নিষ্ক্রিয় করা হয়েছে।"
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "%d ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+#~ msgstr[1] "%d ডকুমেন্টের মধ্যে করা সমস্ত পরিবর্তন স্থায়ীরূপে মুছে যাবে।"
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "অসংরক্ষিত পরিবর্তনসহ ডকুমেন্ট:(_e)"
+
+#~ msgid "Open"
+#~ msgstr "খুলুন"
+
+#~| msgid "C_haracter Encoding:"
+#~ msgid "Character Encoding:"
+#~ msgstr "অক্ষর এনকোডিং:"
+
+#~| msgid "L_ine Ending:"
+#~ msgid "Line Ending:"
+#~ msgstr "পংক্তির সমাপ্তি:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "বর্তমানে “%s” অবস্থানে পৌঁছানো যাচ্ছে না।"
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "অাপনার সিস্টেম অফলাইনে অাছে। অাপনার নেটওয়ার্ক পরীক্ষা করুন।"
+
+#~ msgid "D_on't Edit"
+#~ msgstr "সম্পাদনা করা হবে না (_o)"
+
+#~| msgid "This file (%s) is already open in another gedit window."
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "“%s” ফাইলটি ইতিমধ্যেই অপর উইন্ডোতে খোলা রয়েছে।"
+
+#~| msgid "Do you want to reload the file?"
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "অাপনি কি তবুও এটিকে সম্পাদনা করতে চান?"
+
+#~| msgid "Could not create a backup file while saving %s"
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "“%s” সংরক্ষণের সময় ব্যাক-আপ ফাইল নির্মাণ করা যায়নি।"
+
+#~| msgid "Could not create a temporary backup file while saving %s"
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "“%s” সংরক্ষণের সময় অস্থায়ী ব্যাক-আপ ফাইল নির্মাণ করা যায়নি।"
+
+#~| msgid ""
+#~| "gedit could not back up the old copy of the file before saving the new "
+#~| "one. You can ignore this warning and save the file anyway, but if an "
+#~| "error occurs while saving, you could lose the old copy of the file. Save "
+#~| "anyway?"
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "ফাইলের নতুন সংস্করণ সংরক্ষণের পূর্বে ফাইলের পুরোনো সংস্করণ ব্যাক-আপ করা সম্ভব "
+#~ "হয়নি। এই সতর্কবার্তা উপেক্ষা করে ফাইলটি তথাপি সংরক্ষণ করা সম্ভব হলেও, "
+#~ "সংরক্ষণকালে কোনো সমস্যার ফলে ফাইলের পুরোনো সংস্করণ মুছে যাওয়ার সম্ভাবনা রয়েছে। "
+#~ "তথাপি সংরক্ষণ করা হবে কি?"
+
+#~| msgid "The file %s changed on disk."
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "“%s” ফাইলটি ডিস্কে পরিবর্তিত হয়েছে।"
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "পরিবর্তনগুলি ড্রপ করুন এবং পুনঃলোড করুন (_R)"
+
+#~| msgid "Some invalid chars have been detected while saving %s"
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "“%s” সংরক্ষণের সময় কয়েকটি অবৈধ অক্ষর সনাক্ত করা হয়েছে"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "নথিটি সংরক্ষণ করা হলে এটি ক্ষতিগ্রস্ত হতে পারে। তথাপি সংরক্ষণ করা হবে কি?"
+
+#~ msgid "No results"
+#~ msgstr "কোনো ফলাফল নেই"
+
+#~ msgid ""
+#~ "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "'%s' ডিরেক্টরি নির্মাণ করা যায়নি: g_mkdir_with_parents() বিফল: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "স্কিম যোগ করুন (_d)"
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "Please check your installation."
+#~ msgstr "অনুগ্রহ করে ইনস্টলেশন পরীক্ষা করুন।"
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "UI ফাইল %s খুলতে ব্যর্থ। ত্রুটি: %s"
+
+#~ msgid "Unable to find the object '%s' inside file %s."
+#~ msgstr "'%s' সামগ্রীটি %s ফাইলের মধ্যে পাওয়া যায়নি।"
+
+#~ msgid "_About"
+#~ msgstr "সম্পর্কে (_A)"
+
+#~| msgid "_Help"
+#~ msgid "Help"
+#~ msgstr "সাহায্য"
+
+#~ msgid "Character encodings"
+#~ msgstr "ক্যারেক্টার এনকোডিং"
+
+#~ msgid "_OK"
+#~ msgstr "ঠিক অাছে (_O)"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "মেনুর মধ্যে প্রদর্শিত এনকোডিং: (_n)"
+
+#~| msgid "_Documents"
+#~ msgid "Other _Documents…"
+#~ msgstr "অন্যান্য ডকুমেন্ট (_D)…"
+
+#~| msgid "Open a file"
+#~ msgid "Open another file"
+#~ msgstr "অপর একটি ফাইল খুলুন"
+
+#~| msgid "P_revious Tab Group"
+#~ msgid "P_revious Page"
+#~ msgstr "পূর্ববর্তী পৃষ্ঠা (_r)"
+
+#~ msgid "_Next Page"
+#~ msgstr "পরবর্তী পৃষ্ঠা (_N"
+
+#~ msgid "Replace"
+#~ msgstr "প্রতিস্থাপন"
+
+#~ msgid "_Search for: "
+#~ msgstr "অনুসন্ধান করা হবে (_S): "
+
+#~| msgid "Open a file"
+#~ msgid "Open a file dialog"
+#~ msgstr "একটি ফাইল ডায়ালগ খুলুন"
+
+#~ msgid "Check update"
+#~ msgstr "আপডেট পরীক্ষা করুন"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "gedit-র সর্বশেষ সংস্করণের উপস্থিতি পরীক্ষা করুন"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "URI প্রদর্শনে সমস্যা।"
+
+#~ msgid "_Download"
+#~ msgstr "ডাউনলোড করুন (_D)"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "সংস্করণ অগ্রাহ্য করা হবে (_I)"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "gedit-র নতুন সংস্করণ উপলব্ধ রয়েছে"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "ডাউনলোড বাটনে ক্লিক করে gedit-র নতুন সংস্করণ ডাউনলোড করা যাবে অথবা সংশ্লিষ্ট "
+#~ "সংস্করণ উপেক্ষা করে পরবর্তী সংস্করণের অপেক্ষা করা যাবে"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "উপেক্ষা করার জন্য চিহ্নিত সংস্করণ"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "পরবর্তী সংস্করণ প্রকাশিত না হওয়া অবধি যে সংস্করণ উপেক্ষা করা হবে"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "বহিস্থিত সরঞ্জাম পরিচালনা..(_E)"
+
+#~| msgid "Quick Open"
+#~ msgid "Quick Open..."
+#~ msgstr "ঝটপট প্রদর্শন..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Snippet পরিচালনা...(_S)"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "_Ignore case"
+#~ msgstr "হরফের ছাঁদ অগ্রাহ্য করা হবে (_I)"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "ক্রমবিন্যাস কর্ম পরিবর্তন করা সম্ভব নয়"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(প্রস্তাব করার যোগ্য শব্দ উপস্থিত নেই)"
+
+#~ msgid "_More..."
+#~ msgstr "অতিরিক্ত (_M)..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "সমগ্র অগ্রাহ্য করা হবে (_I)"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "বানান সংক্রান্ত প্রস্তাবনা (_S)..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "বানান পরীক্ষা করুন... (_C)"
+
+#~ msgid "Set _Language..."
+#~ msgstr "ভাষা নির্ধারণ করুন...(_L)"
+
+#~ msgid "Suggestions"
+#~ msgstr "প্রস্তাবনা"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(সঠিক বানান)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "বানান পরীক্ষণ সমাপ্ত"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "অজানা (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "ডিফল্ট ভাষা"
+
+#~ msgid "Set language"
+#~ msgstr "ভাষা নির্ধারণ করুন"
+
+#~ msgid "Languages"
+#~ msgstr "ভাষা"
+
+#~ msgid "The document is empty."
+#~ msgstr "ডকুমেন্টটি ফাঁকা।"
+
+#~ msgid "No misspelled words"
+#~ msgstr "ভুল বানান নেই"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "বর্তমান ডকুমেন্টের ভাষা নির্বাচন করুন (_l)"
+
+#~ msgid "Misspelled word:"
+#~ msgstr "ভুল বানান:"
+
+#~ msgid "word"
+#~ msgstr "শব্দ"
+
+#~ msgid "Change _to:"
+#~ msgstr "উল্লিখিত মানে পরিবর্তন করুন (_t):"
+
+#~ msgid "Check _Word"
+#~ msgstr "শব্দ পরীক্ষা করুন (_W)"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "প্রস্তাব (_S):"
+
+#~ msgid "_Ignore"
+#~ msgstr "অগ্রাহ্য করা হবে (_I)"
+
+#~ msgid "Cha_nge"
+#~ msgstr "পরিবর্তন করুন (_n)"
+
+#~ msgid "Ignore _All"
+#~ msgstr "সমগ্র অগ্রাহ্য করুন (_A)"
+
+#~ msgid "Change A_ll"
+#~ msgstr "সমগ্র পরিবর্তন করুন (_l)"
+
+#~ msgid "User dictionary:"
+#~ msgstr "ব্যবহারকারীর অভিধান:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "শব্দ যোগ করুন (_o)"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "সময় ও তারিখ সন্নিবেশ করা হবে (_s)..."
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "gedit-র দ্বারা সংরক্ষিত ফাইলের ব্যাক-আপ কপি নির্মিত হবে কি না। \"ব্যাক-আপ কপির "
+#~ "জন্য ব্যবহৃত এক্সটেনশন\" অপশনের সাহায্যে আপনি ব্যাক-আপ ফাইলের এক্সটেনশন নির্ধারণ "
+#~ "করতে পারবেন।"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "সর্বাধিক যে সংখ্যক পরিবর্তন বাতিল করা যাবে (বৈশিষ্ট্য হ্রাস করা হয়েছে)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "gedit-র দ্বারা সর্বাধিক যে সংখ্যক কর্ম বাতিল অথবা পুনরায় করা সম্ভব হবে। অসীমিত "
+#~ "কর্ম বাতিল করার উদ্দেশ্যে \"-1\" মান প্রয়োগ করুন। 2.12.0 সংস্করণ থেকে হ্রাস করা "
+#~ "হয়েছে"
+
+#~ msgid "Show the application's help"
+#~ msgstr "অ্যাপ্লিকেশনের সহায়তা দেখান"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- টেক্সট ফাইল সম্পাদনা"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "কমান্ড-লাইন থেকে ব্যবহারযোগ্য বিকল্পের সম্পূর্ণ তালিকা দেখার জন্য '%s --help' "
+#~ "প্রয়োগ করুন।\n"
+
+#~ msgid "About gedit"
+#~ msgstr "Gedit পরিচিতি"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "পশ্চিমী"
+
+#~ msgid "Central European"
+#~ msgstr "মধ্য ইউরোপীয়"
+
+#~ msgid "South European"
+#~ msgstr "দক্ষিণ ইউরোপীয়"
+
+#~ msgid "Baltic"
+#~ msgstr "বল্টিক"
+
+#~ msgid "Cyrillic"
+#~ msgstr "সিরিলিক"
+
+#~ msgid "Arabic"
+#~ msgstr "আরবি"
+
+#~ msgid "Greek"
+#~ msgstr "গ্রিক"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "হিব্রু ভিজুয়াল"
+
+#~ msgid "Turkish"
+#~ msgstr "তুর্কি"
+
+#~ msgid "Nordic"
+#~ msgstr "নর্ডিক"
+
+#~ msgid "Celtic"
+#~ msgstr "সেল্টিক"
+
+#~ msgid "Romanian"
+#~ msgstr "রোমেনিয়ান"
+
+#~ msgid "Armenian"
+#~ msgstr "আর্মেনিয়ান"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "পারম্পরিক চীনা"
+
+# Weird, very weird !!
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "সিরিলিক/রুশি"
+
+#~ msgid "Japanese"
+#~ msgstr "জাপানি"
+
+#~ msgid "Korean"
+#~ msgstr "কোরিয়ান"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "সরলীকৃত চীনা"
+
+#~ msgid "Georgian"
+#~ msgstr "জর্জিয়ান"
+
+#~ msgid "Hebrew"
+#~ msgstr "হিব্রু"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "সিরিলিক/ইউক্রেনিয়ান"
+
+#~ msgid "Vietnamese"
+#~ msgstr "ভিয়েতনামিস"
+
+#~ msgid "Thai"
+#~ msgstr "থাই"
+
+#~ msgid "Unknown"
+#~ msgstr "অজ্ঞাত"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "ফাইল ধারণকারী অবস্থান মাউন্ট করা হয়নি এবং সেটি ব্যবহার করা সম্ভব নয়।"
+
+#~ msgid "The file is too big."
+#~ msgstr "ফাইলটি অতিরিক্ত বড়।"
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "অসম্পাদনযোগ্য রূপে gedit দ্বারা এই ফাইল ইনস্ট্যান্স খোলা হয়েছে। তথাপি সম্পাদন "
+#~ "করতে ইচ্ছুক কি?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "পরিবর্তনগুলি বর্জন করে ফাইল পুনরায় লোড করা হবে কি?"
+
+#~ msgid "Save _As..."
+#~ msgstr "নতুন রূপে সংরক্ষণ (_A)..."
+
+#~ msgid "_Print..."
+#~ msgstr "প্রিন্ট করুন (_P)..."
+
+#~ msgid "Empty"
+#~ msgstr "ফাঁকা"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit সংক্রান্ত পছন্দ"
+
+#~ msgid "column"
+#~ msgstr "কলাম"
+
+#~ msgid "Replace All"
+#~ msgstr "সমগ্র প্রতিস্থাপন করা হবে"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "_Open..."
+#~ msgstr "খুলুন (_O)..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "বৈশিষ্ট্যাবলী (_e)"
+
+#~ msgid "Configure the application"
+#~ msgstr "অ্যাপ্লিকেশন কনফিগার করুন"
+
+#~ msgid "_Contents"
+#~ msgstr "সূচিপত্র (_C)"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "ফাইলটি পূর্বে সংরক্ষিত কোনো সংস্করণের অবস্থায় প্রত্যাবর্তন করুন"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "প্রিন্টের পূর্বরূপ(_w)"
+
+#~ msgid "Print preview"
+#~ msgstr "প্রিন্টের পূর্বরূপ"
+
+#~ msgid "Undo the last action"
+#~ msgstr "সর্বশেষ কর্ম বাতিল করুন"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "বাতিল করা কর্ম পুনরায় করুন"
+
+#~ msgid "Cut the selection"
+#~ msgstr "নির্বাচিত অংশ কাট করুন"
+
+#~ msgid "Copy the selection"
+#~ msgstr "নির্বাচিত অংশ কপি করুন"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "নির্বাচিত অংশ মুছে ফেলুন"
+
+#~ msgid "_Find..."
+#~ msgstr "অনুসন্ধান (_F)..."
+
+#~ msgid "Search for text"
+#~ msgstr "টেক্সট অনুসন্ধান করুন"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "ডকুমেন্টের অবশিষ্ট নিম্নবর্তী অংশে ঐ টেক্সট অনুসন্ধান করুন"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "বিপরীত দিশায় এই টেক্সট অনুসন্ধান করুন"
+
+#~ msgid "_Replace..."
+#~ msgstr "প্রতিস্থাপন (_R)..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "টেক্সট অনুসন্ধান করে পরিবর্তন করুন"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "অনুসন্ধানে প্রাপ্ত মিল দর্শানোর জন্য ব্যবহৃত ঔজ্জ্বল্য মিটিয়ে ফেলা হবে"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "নির্দিষ্ট কোনো পংক্তি দেখুন"
+
+#~ msgid "Save all open files"
+#~ msgstr "বর্তমানে ব্যবহৃত সমস্ত ফাইল সংরক্ষণ করুন"
+
+#~ msgid "Close all open files"
+#~ msgstr "সমস্ত খোলা ফাইল বন্ধ করুন"
+
+#~ msgid "Activate previous document"
+#~ msgstr "পূর্ববর্তী ডকুমেন্ট সক্রিয় করুন"
+
+#~ msgid "Activate next document"
+#~ msgstr "পরবর্তী ডকুমেন্ট সক্রিয় করুন"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "বর্তমান ডকুমেন্টটি একটি নতুন উইন্ডোর মধ্যে স্থানান্তর করুন"
+
+#~ msgid "Close the current file"
+#~ msgstr "বর্তমান ফাইল বন্ধ করুন"
+
+#~ msgid "Quit the program"
+#~ msgstr "প্রোগ্রাম থেকে প্রস্থান করুন"
+
+#~ msgid "_Toolbar"
+#~ msgstr "টুল-বার(_T)"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "বর্তমান উইন্ডোর মধ্যে টুল-বার আড়াল অথবা প্রদর্শন করা হবে"
+
+# Is their any word called দৄশ্যমানতা ?
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "বর্তমান উইন্ডোর মধ্যে স্ট্যাটাস-বার প্রদর্শন অথবা আড়াল করা হবে"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "সম্পূর্ণ পর্দায় প্রদর্শনকালে লেখা সম্পাদনা করুন"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "বর্তমান উইন্ডোর মধ্যে পার্শ্ববর্তী প্যানেল প্রদর্শন অথবা আড়াল করা হবে"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "বর্তমান উইন্ডোর মধ্যে নিম্নবর্তী প্যানেল প্রদর্শন অথবা আড়াল করা হবে"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "সিন্টেক্সের বিভিন্ন অংশ পৃথকরূপে প্রদর্শন করা হবে না"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' খুলুন"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' সক্রিয় করুন"
+
+#~ msgid "Change Case"
+#~ msgstr "হরফের ছাঁদ পরিবর্তন করুন"
+
+#~ msgid "C_hange Case"
+#~ msgstr "হরফের ছাঁদ পরিবর্তন করুন (_h)"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "শুধুমাত্র বড় ছাঁদ ব্যবহার করা হবে (_U)"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "শুধুমাত্র ছোট ছাঁদের হরফ ব্যবহার করা হবে (_L)"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "নির্বাচিত টেক্সটের হরফ বিপরীত ছাঁদে পরিবর্তন করুন"
+
+#~ msgid "_Title Case"
+#~ msgstr "শিরোনামের হরফের ছাঁদ (_T)"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "প্রতিটি নির্বাচিত শব্দের অধ্যাক্ষর বড় ছাঁদে পরিবর্তন করুন"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "বর্তমান ডকুমেন্টের বিভিন্ন পরিসংখ্যান প্রাপ্ত করুন"
+
+#~ msgid "_Update"
+#~ msgstr "আপডেট করুন (_U)"
+
+#~ msgid "File Name"
+#~ msgstr "ফাইলের নাম"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "বহিস্থিত সরঞ্জাম পরিচালনব্যবস্থা খোলে"
+
+#~ msgid "External tools"
+#~ msgstr "বহিস্থিত সরঞ্জাম"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "বর্তমানে সক্রিয় অবস্থানে root নির্ধারণ করা হবে"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "বর্তমানে খোলা ডিরেক্টরিতে টার্মিনাল খোলা হবে"
+
+#~ msgid "file"
+#~ msgstr "ফাইল"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "নির্বাচিত ফাইল অথবা ফোল্ডার আবর্জনার বাক্সে স্থানান্তর করা হবে"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "নির্বাচিত ফাইল অথবা ফোল্ডার মুছে ফেলুন"
+
+#~ msgid "Open selected file"
+#~ msgstr "নির্বাচিত ফাইল খুলুন"
+
+#~ msgid "Up"
+#~ msgstr "উপরে"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "ঊর্ধ্বস্থ ফোল্ডার খুলুন"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "একটি নতুন ফাঁকা ফোল্ডার যোগ করুন"
+
+#~ msgid "Add new empty file"
+#~ msgstr "একটি নতুন ফাঁকা ফাইল যোগ করুন"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "নির্বাচিত ফাইল অথবা ফোল্ডারের নাম পরিবর্তন করুন"
+
+#~ msgid "_Previous Location"
+#~ msgstr "পূর্ববর্তী অবস্থান (_P)"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "পূর্বে পরিদর্শিত অবস্থানে চলুন"
+
+#~ msgid "_Next Location"
+#~ msgstr "পরবর্তী অবস্থান (_N)"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "পরবর্তী পরিদর্শিত অবস্থানে চলুন"
+
+#~ msgid "Refresh the view"
+#~ msgstr "নতুন করে প্রদর্শন"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "ফাইল পরিচালন ব্যবস্থায় ফোল্ডার প্রদর্শন করা হবে"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "আড়াল করা ফাইল ও ফোল্ডার প্রদর্শন করা হবে"
+
+#~ msgid "Show binary files"
+#~ msgstr "বাইনারি ফাইল ও ডিরেক্টরি প্রদর্শন করা হবে"
+
+#~ msgid "Quick open"
+#~ msgstr "ঝটপট প্রদর্শন"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "দ্রুত নতিপত্র খুলুন"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Snippets:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "স্নিপেট পরিচালনা"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "বর্তমান ডকুমেন্ট অথবা নির্বাচিত অংশ ক্রমানুযায়ী বিন্যাস করুন।"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "বর্তমান ডকুমেন্টের মধ্যে ভুল বানানের উপস্থিতি পরীক্ষা করুন"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "স্বয়ংক্রিয়ভাবে বর্তমান ডকুমেন্টের বানান পরীক্ষা করা হবে"
+
+#~ msgid "Language:"
+#~ msgstr "ভাষা:"
+
+#~ msgid "Language"
+#~ msgstr "ভাষা"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "কার্সারের অবস্থানে বর্তমান তারিখ ও সময় সন্নিবেশ করুন"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist dataprovider"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "gedit-র সাথে ব্যবহৃত ডকুমেন্টের জন্য ব্যবহার ও প্রস্থান সংক্রান্ত ইভেন্টের লগ সংরক্ষণ "
+#~ "করা হয়"
diff --git a/po/br.po b/po/br.po
new file mode 100644
index 0000000..d2eed61
--- /dev/null
+++ b/po/br.po
@@ -0,0 +1,4896 @@
+# Breton translation for Gedit
+# # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
+# This file is distributed under the same license as the gedit package.
+#
+# Giulia Fraboulet <djoulia@gmail.com>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Breton translation of gedit\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=general\n"
+"POT-Creation-Date: 2009-08-27 10:35+0000\n"
+"PO-Revision-Date: 2009-09-05 22:41+0100\n"
+"Last-Translator: Denis\n"
+"Language-Team: Brenux <brenux@free.fr>\n"
+"Language: br\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n > 1\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Embann restroù testenn"
+
+#: ../data/gedit.desktop.in.in.h:2
+#: ../gedit/gedit-print-job.c:759
+msgid "Text Editor"
+msgstr "Embanner testennoù"
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.schemas.in.in.h:1
+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 "Un arouzennaoueg personelaet hag a vo implijet evit an takad-skrivañ. Ne vo ket efedus an dra-mañ m'eo bet dibabet \"Implij an nodrezh dre-ziouer\""
+
+#: ../data/gedit.schemas.in.in.h:2
+msgid "Active plugins"
+msgstr "Enlugelladoù oberiant"
+
+#: ../data/gedit.schemas.in.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Embonegoù bet kavet"
+
+#: ../data/gedit.schemas.in.in.h:4
+msgid "Auto Save"
+msgstr "Emenrollañ"
+
+#: ../data/gedit.schemas.in.in.h:5
+msgid "Auto Save Interval"
+msgstr "Koulzad emenrollañ"
+
+#: ../data/gedit.schemas.in.in.h:6
+msgid "Auto indent"
+msgstr "Emgefoskañ"
+
+#: ../data/gedit.schemas.in.in.h:7
+msgid "Backup Copy Extension"
+msgstr "Askouezh an eilskouerenn-wareziñ"
+
+#: ../data/gedit.schemas.in.in.h:8
+msgid "Body Font for Printing"
+msgstr "Nodrezh korf an testenn evit ar moullañ"
+
+#: ../data/gedit.schemas.in.in.h:9
+msgid "Bottom Panel is Visible"
+msgstr "Panel an traoñ a zo hewel"
+
+#: ../data/gedit.schemas.in.in.h:10
+msgid "Create Backup Copies"
+msgstr "Krouiñ eilskouerennoù-gwareziñ"
+
+#: ../data/gedit.schemas.in.in.h:11
+msgid "Display Line Numbers"
+msgstr "Niverenniñ al linennoù"
+
+#: ../data/gedit.schemas.in.in.h:12
+msgid "Display Right Margin"
+msgstr "Diskouez ar varz zehou"
+
+#: ../data/gedit.schemas.in.in.h:13
+msgid "Editor Font"
+msgstr "Nodrezh an embanner"
+
+#: ../data/gedit.schemas.in.in.h:14
+msgid "Enable Search Highlighting"
+msgstr "Gweredekaat sklerijennañ ar c'hlask"
+
+#: ../data/gedit.schemas.in.in.h:15
+msgid "Enable Syntax Highlighting"
+msgstr "Gweredekaat sklerijennañ ar c'hevreadur"
+
+#: ../data/gedit.schemas.in.in.h:16
+msgid "Encodings shown in menu"
+msgstr "Embonegoù Diskouezet el lañser"
+
+#: ../data/gedit.schemas.in.in.h:17
+msgid "Extension or suffix to use for backup file names. This will only take effect if the \"Create Backup Copies\" option is turned on."
+msgstr "Askouezh pe lostger da implij evit anvioù ar restroù-gwareziñ. Efedus e vo an dra-mañ hepken m'ho peus dibabet \"Krouiñ Eilskouerennoù-gwareziñ\" ."
+
+#: ../data/gedit.schemas.in.in.h:18
+msgid "Header Font for Printing"
+msgstr "Nodrezh ar talbenn evit ar moullañ"
+
+#: ../data/gedit.schemas.in.in.h:19
+msgid "Highlight Current Line"
+msgstr "Goulaouiñ al linenn-red"
+
+#: ../data/gedit.schemas.in.in.h:20
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:21
+#, fuzzy
+msgid "If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr "Ma z'eo 0 an dalvoud-se, niverenn linenn ebet a vo laket e-pad moulladur diell. Nac'h, Diskouez a raio gedit un niverenn linenn bep x linenn."
+
+#: ../data/gedit.schemas.in.in.h:22
+msgid "Insert spaces"
+msgstr "Enlakaat esaouennoù"
+
+#: ../data/gedit.schemas.in.in.h:23
+msgid "Line Number Font for Printing"
+msgstr "Nodrezh an niveroù linennoù evit ar moullañ"
+
+#: ../data/gedit.schemas.in.in.h:24
+msgid "Line Wrapping Mode"
+msgstr "Mod troc'hañ al linennoù"
+
+#: ../data/gedit.schemas.in.in.h:25
+msgid "List of VFS schemes gedit supports in write mode. The 'file' scheme is writable by default."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:26
+msgid "List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr "Roll an enlugelladoù en implij. Ennañ e kaver \"Chomlec'h\" an enlugelladoù en implij. Sellit er restr .gedit-plugin evit kaout \"Chomlec'h\" un enlugellad resis."
+
+#: ../data/gedit.schemas.in.in.h:27
+msgid "List of encodings shown in Character Coding menu in open/save file selector. Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:28
+msgid "Max Number of Undo Actions"
+msgstr "Niver brasañ a oberoù da nullañ"
+
+#: ../data/gedit.schemas.in.in.h:29
+msgid "Maximum Recent Files"
+msgstr "Niver brasañ a restroù nevez-implijet"
+
+#: ../data/gedit.schemas.in.in.h:30
+#, fuzzy
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions."
+msgstr "Niver brasañ a oberoù e vo gouest gedit da nullañ pe da adober. Implijit \"-1\" evit un niver \"diharz\" a oberoù."
+
+#: ../data/gedit.schemas.in.in.h:31
+#, fuzzy
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Niver brasañ a oberoù e vo gouest gedit da nullañ pe da adober. Implijit \"-1\" evit un niver \"diharz\" a oberoù. Dizimplij abaoe 2.12.0"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.in.h:34
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:37
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#: ../data/gedit.schemas.in.in.h:38
+#, fuzzy
+msgid "Number of minutes after which gedit will automatically save modified files. This will only take effect if the \"Auto Save\" option is turned on."
+msgstr "Niver a vunutennoù da c'hortoz a-raok ma vo enrollet war-eeun ar restroù kemmet gant gedit. Efedus e vo an dra-mañ m'eo bet diuzet an dibab \"Emenrollañ\" hepken."
+
+#: ../data/gedit.schemas.in.in.h:39
+msgid "Print Header"
+msgstr "Moullañ an talbenn"
+
+#: ../data/gedit.schemas.in.in.h:40
+msgid "Print Line Numbers"
+msgstr "Moullañ an niveroù linennoù"
+
+#: ../data/gedit.schemas.in.in.h:41
+msgid "Print Syntax Highlighting"
+msgstr "Moullañ sklerijennañ ar c'hevreadur"
+
+#: ../data/gedit.schemas.in.in.h:42
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:43
+#, fuzzy
+msgid "Restore Previous Cursor Position"
+msgstr "Distreiñ da lec'hiadur kent ar biz-red"
+
+#: ../data/gedit.schemas.in.in.h:44
+msgid "Right Margin Position"
+msgstr "Lec'hiadur ar varz zehou"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:47
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:50
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#: ../data/gedit.schemas.in.in.h:51
+msgid "Side Pane is Visible"
+msgstr "Hewel eo ar banell du"
+
+#: ../data/gedit.schemas.in.in.h:52
+msgid "Smart Home End"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:53
+msgid "Sorted list of encodings used by gedit for auto-detecting the encoding of a file. \"CURRENT\" represents the current locale encoding. Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:54
+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/gedit.schemas.in.in.h:55
+msgid "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_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/gedit.schemas.in.in.h:56
+msgid "Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_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/gedit.schemas.in.in.h:57
+#, fuzzy
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr "A ziskouez peseurt arouezennaoueg a zo da implij evit korf an dielloù pa vezont moullet."
+
+#: ../data/gedit.schemas.in.in.h:58
+#, fuzzy
+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 "A ziskouez an arouezennaoueg a zo da implij evit an niveroù linennoù pa vezont moullet. Efedus e vo an dra-mañ ma n'eus ket zero evit an dibab \"Moullañ niveroù linennoù\"."
+
+#: ../data/gedit.schemas.in.in.h:59
+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/gedit.schemas.in.in.h:60
+msgid "Specifies the maximum number of recently opened files that will be displayed in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:61
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:62
+msgid "Specifies the position of the right margin."
+msgstr "Evit dibab lec'hiadur ar varzhenn dehou."
+
+#: ../data/gedit.schemas.in.in.h:63
+msgid "Status Bar is Visible"
+msgstr "Hewel eo ar varrenn-stad"
+
+#: ../data/gedit.schemas.in.in.h:64
+msgid "Style Scheme"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:65
+msgid "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:66
+msgid "Tab Size"
+msgstr "Ment an ivinell"
+
+#: ../data/gedit.schemas.in.in.h:67
+msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:68
+msgid "Toolbar Buttons Style"
+msgstr "Neuz afelloù ar varrenn-ostilhoù"
+
+#: ../data/gedit.schemas.in.in.h:69
+msgid "Toolbar is Visible"
+msgstr "Hewel eo ar varrenn-ostilhoù"
+
+#: ../data/gedit.schemas.in.in.h:70
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:71
+msgid "Use Default Font"
+msgstr "Implij an nodrezh dre-ziouer"
+
+#: ../data/gedit.schemas.in.in.h:72
+msgid "Whether gedit should automatically save modified files after a time interval. You can set the time interval with the \"Auto Save Interval\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:73
+msgid "Whether gedit should create backup copies for the files it saves. You can set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:74
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:75
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:76
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:77
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:78
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:79
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:80
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:81
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:82
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:83
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:84
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:85
+msgid "Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:86
+msgid "Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:87
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:88
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:89
+msgid "Whether to use the system's default fixed width font for editing text instead of a font specific to gedit. 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/gedit.schemas.in.in.h:90
+msgid "Writable VFS schemes"
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.in.h:93
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.in.h:105
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "Dilugañ hep enrollañ"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "Nullañ an dilugañ"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "Serriñ _hep enrollañ"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:211
+msgid "Question"
+msgstr "Goulenn"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "Ma ne enrollit ket, e vo kollet da viskoazh ar c'hemmoù e-kerzh an/ar %ld eilenn diwezhañ."
+msgstr[1] "Ma ne enrollit ket, ar c'hemmoù bet graet e-kerzh ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:420
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "Ma ne enrollit ket, e vo kollet da viskoazh ar c'hemmoù bet graet e-kerzh ar vunutenn ziwezhañ."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Ma ne enrollit ket, e vo kollet da viskoazh ar c'hemmoù bet graet e-kerzh ar vunutenn ha %ld eilenn diwezhañ."
+msgstr[1] "Ma ne enrollit ket, ar c'hemmoù bet graet e-kerzh ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:436
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "Ma ne enrollit ket, e vo kollet da viskoazh ar c'hemmoù bet graet e-kerzh ar %ld munutenn diwezhañ."
+msgstr[1] "Ma ne enrollit ket, ar c'hemmoù bet graet e-kerzh ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:451
+#, fuzzy
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "Ma ne enrollit ket, ar c'hemmoù bet graet e-kerzh ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:457
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] "Ma ne enrollit ket, e vo kollet da viskoazh ar c'hemmoù bet graet e-kerzh an eurvezh ha %d munutenn diwezhañ."
+msgstr[1] "Ma ne enrollit ket, ar c'hemmoù bet graet e-kerzh ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Ma ne enrollit ket, ar c'hemmoù bet graet e-kerzh ar vunutenn ziwezhañ a vo kollet da viskoazh."
+msgstr[1] "Ma ne enrollit ket, ar c'hemmoù bet graet e-kerzh ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:515
+#, fuzzy, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "Kemmoù bet graet en teul e-pad ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:520
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "Enrollañ ar c'hemmoù war an teul\"%s\" kent serriñ ?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:534
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:745
+msgid "Saving has been disabled by the system administrator."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:700
+#, fuzzy, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Kemmoù bet graet en teul e-pad ar vunutenn ziwezhañ a vo kollet da viskoazh."
+msgstr[1] "Kemmoù bet graet en teul e-pad ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "Bez ez eus %d teul gant kemmoù dienroll. Enrollañ ar c'hemmoù a-raok serriñ ?"
+msgstr[1] "Bez ez eus %d teul gant kemmoù dienroll. Enrollañ ar c'hemmoù a-raok serriñ ?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:724
+msgid "Docum_ents with unsaved changes:"
+msgstr "Teulioù gant kemmoù dienroll :"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:726
+msgid "S_elect the documents you want to save:"
+msgstr "Dibabit an teulioù a fell deoc'h enrollañ :"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:747
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Ma ne enrollit ket, e vo kollet da viskoazh holl ho kemmoù."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:321
+msgid "Character Codings"
+msgstr "Bonegañ an arouezennoù"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:382
+#: ../gedit/dialogs/gedit-encodings-dialog.c:443
+msgid "_Description"
+msgstr "_Deskrivadur"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:391
+#: ../gedit/dialogs/gedit-encodings-dialog.c:452
+msgid "_Encoding"
+msgstr "Bon_egañ"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr "Enbonegadur _hegerzh:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character codings"
+msgstr "Bonegañ an arouezennoù"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Bone_gañ hewel el lañser :"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:571
+msgid "Push this button to select the font to be used by the editor"
+msgstr "Pouezhit war an afell-mañ evit dibab an nodrezh a vo implijet gant an embanner"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:581
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:784
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:809
+msgid "Add Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:816
+msgid "A_dd Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:824
+msgid "Color Scheme Files"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:831
+#: ../gedit/gedit-file-chooser-dialog.c:51
+msgid "All Files"
+msgstr "An holl restroù"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:876
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Ne oa ket distreiñ da stumm diwezhañ an teul %s."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1087
+msgid "gedit Preferences"
+msgstr "Gwellvezioù Gedit"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Emgefoskañ</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>Linenn bremanel</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "<b>File Saving</b>"
+msgstr "<b>Enrollañ restroù</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "<b>Font</b>"
+msgstr "<b>Nodrezh</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Niveroù linennoù</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+msgid "<b>Right Margin</b>"
+msgstr "<b>Marzhenn zehou</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "<b>Tab Stops</b>"
+msgstr "<b>Dibennoù an ivinell</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+#: ../gedit/gedit-print-preferences.ui.h:5
+#, fuzzy
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Troc'hañ linennoù</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+msgid "<span weight=\"bold\">Color Scheme</span>"
+msgstr "<span weight=\"bold\">Livioù</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "Create a _backup copy of files before saving"
+msgstr "Krouiñ un eilskouerenn-wareziñ a-raok enrollañ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Display right _margin"
+msgstr "Diskouez ar _varzhenn zehou"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+#: ../gedit/gedit-print-preferences.ui.h:6
+#, fuzzy
+msgid "Do not _split words over two lines"
+msgstr "Chom hep _ledañ gerioù war ziv linenn"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Editor"
+msgstr "Embanner"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Editor _font: "
+msgstr "_Nodrezh an embanner : "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Enable text _wrapping"
+msgstr "Enaouiñ an troc'hañ linennoù"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+msgid "Font & Colors"
+msgstr "Nodrezh & Livioù"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Highlight current _line"
+msgstr "Sklerijennañ al linenn vremanel"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+#, fuzzy
+msgid "Highlight matching _bracket"
+msgstr "Islennañ ar gromelloù keveleb"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Insert _spaces instead of tabs"
+msgstr "Enlakaat esaouennoù e-lerc'h an ivinelloù"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "Dibab nodrezh an embanner"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Plugins"
+msgstr "Enlugelladoù"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+msgid "Preferences"
+msgstr "Gwellvezioù"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "Gwelout"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr "_Ouzhpennañ..."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr "Lakaat an teulioù da _emenrollañ bep"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+#: ../gedit/gedit-view.c:1995
+msgid "_Display line numbers"
+msgstr "_Diskouez niveroù linennoù"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr "Gw_eredekaat an emgefoskañ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr "Marzhenn _zehou ouzh ar bann :"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr "Ledander an _ivinell :"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr "a _vunutenn"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:300
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2
+#: ../gedit/gedit-window.c:1457
+msgid "Replace"
+msgstr "Erlec'hiañ"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:311
+#: ../gedit/gedit-window.c:1455
+msgid "Find"
+msgstr "Klask"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:411
+msgid "Replace _All"
+msgstr "Erlec'hiañ an _holl"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:412
+#: ../gedit/gedit-commands-file.c:582
+msgid "_Replace"
+msgstr "_Erlec'hiañ"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr "Klask ar ger a-_bezh hepken"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr "Erlec'hiañ an holl"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "Erlec'hiañ _gant : "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr "Klask war-_gil"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr "_Teurel evezh eus ar pennlizherennoù"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "_Klask : "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "Kleu_riañ"
+
+#: ../gedit/gedit.c:117
+msgid "Show the application's version"
+msgstr "Diskouez handelv an arload"
+
+#: ../gedit/gedit.c:120
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr ""
+
+#: ../gedit/gedit.c:120
+msgid "ENCODING"
+msgstr "BONEGAÑ"
+
+#: ../gedit/gedit.c:123
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+
+#: ../gedit/gedit.c:126
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:129
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:132
+msgid "[FILE...]"
+msgstr "[RESTR...]"
+
+#: ../gedit/gedit.c:187
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "Didalvoudek eo an envonegañ :%s.\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:569
+msgid "- Edit text files"
+msgstr "- Embann restroù testenn"
+
+#: ../gedit/gedit.c:605
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:255
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "O kargañ ar restr '%s'…"
+
+#: ../gedit/gedit-commands-file.c:264
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "O kargañ %d restr…"
+msgstr[1] "O kargañ %d restr…"
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:458
+msgid "Open Files"
+msgstr "Digeriñ restroù"
+
+#: ../gedit/gedit-commands-file.c:569
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Ar restr \"%s\" a zo lennus hepken."
+
+#: ../gedit/gedit-commands-file.c:574
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Ha c'hoant ho peus da glask e erlerc'hiañ gant an hini emaoc'h oc'h enrollañ?"
+
+#: ../gedit/gedit-commands-file.c:641
+#: ../gedit/gedit-commands-file.c:858
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Oc'h enrollañ ar restr '%s'…"
+
+#: ../gedit/gedit-commands-file.c:748
+msgid "Save As…"
+msgstr "Enrollañ dindan…"
+
+#: ../gedit/gedit-commands-file.c:1072
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1117
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Nullañ ar c'hemmoù dienroll en teul '%s'?"
+
+#: ../gedit/gedit-commands-file.c:1126
+#, fuzzy, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] "Ar c'hemmoù bet graet en diell e-pad ar %ld eilenn diwezhañ a vo kollet da viskoazh."
+msgstr[1] "Kemmoù bet graet en teul e-pad ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/gedit-commands-file.c:1135
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "Ar c'hemmoù bet graet en teul e-pad ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/gedit-commands-file.c:1141
+#, fuzzy, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Ar c'hemmoù bet graet en diell e-pad ar vunutenn ha %ld eilenn diwezhañ a vo kollet da viskoazh."
+msgstr[1] "Ar c'hemmoù bet graet en teul e-pad ar vunutenn ziwezhañ ha %ld eilenn a vo kollet da viskoazh."
+
+#: ../gedit/gedit-commands-file.c:1151
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] "Ar c'hemmoù bet graet en diell e-pad an %ld vunutenn ziwezhañ a vo kollet da viskoazh."
+msgstr[1] "Ar c'hemmoù bet graet en teul e-pad ar %ld a vunutennoù ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/gedit-commands-file.c:1166
+#, fuzzy
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Ar c'hemmoù bet graet en teul e-pad ar vunutenn ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/gedit-commands-file.c:1172
+#, fuzzy, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural "Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] "Ar c'hemmoù bet graet en diell e-pad an eurvezh ha %d munutenn diwezhañ a vo kollet da viskoazh."
+msgstr[1] "Ar c'hemmoù bet graet en teul e-pad an eurvezh ha %d a vunutennoù ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/gedit-commands-file.c:1187
+#, fuzzy, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Ar c'hemmoù bet graet en teul e-pad an eurvzeh ziwezhañ a vo kollet da viskoazh."
+msgstr[1] "Ar c'hemmoù bet graet en teul e-pad an eurvzh ziwezhañ a vo kollet da viskoazh."
+
+#: ../gedit/gedit-commands-file.c:1213
+msgid "_Revert"
+msgstr "Dist_reiñ"
+
+#: ../gedit/gedit-commands-help.c:81
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit a zo un embanner bihan ha skañv evit ar burev GNOME."
+
+#: ../gedit/gedit-commands-help.c:106
+msgid "translator-credits"
+msgstr "Giulia Fraboulet <djoulia_at_gmail.com>"
+
+#: ../gedit/gedit-commands-search.c:114
+#, fuzzy, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d degouezh bet kavet hag erlerc'hiet"
+msgstr[1] "%d degouezh bet kavet hag erlerc'hiet"
+
+#: ../gedit/gedit-commands-search.c:124
+#, fuzzy
+msgid "Found and replaced one occurrence"
+msgstr "Un degouezh bet kavet hag erlerc'hiet"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:145
+#, c-format
+msgid "\"%s\" not found"
+msgstr "N'eo ket bet kavet \"%s\""
+
+#: ../gedit/gedit-document.c:889
+#: ../gedit/gedit-document.c:902
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Teul chomet dienroll %d"
+
+#: ../gedit/gedit-documents-panel.c:89
+#: ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:2191
+#: ../gedit/gedit-window.c:2196
+msgid "Read Only"
+msgstr "Lenn hepken"
+
+#: ../gedit/gedit-documents-panel.c:771
+#: ../gedit/gedit-window.c:3553
+msgid "Documents"
+msgstr "Teulioù"
+
+#: ../gedit/gedit-encodings.c:140
+#: ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190
+#: ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:153
+#: ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:274
+msgid "Western"
+msgstr "Kornôg"
+
+#: ../gedit/gedit-encodings.c:155
+#: ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:270
+msgid "Central European"
+msgstr "Kreizh Europa"
+
+#: ../gedit/gedit-encodings.c:157
+msgid "South European"
+msgstr "Su Europa"
+
+#: ../gedit/gedit-encodings.c:159
+#: ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:284
+msgid "Baltic"
+msgstr "Baltek"
+
+#: ../gedit/gedit-encodings.c:161
+#: ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:248
+#: ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:254
+#: ../gedit/gedit-encodings.c:272
+msgid "Cyrillic"
+msgstr "Kirillek"
+
+#: ../gedit/gedit-encodings.c:163
+#: ../gedit/gedit-encodings.c:241
+#: ../gedit/gedit-encodings.c:282
+msgid "Arabic"
+msgstr "Arabek"
+
+#: ../gedit/gedit-encodings.c:165
+#: ../gedit/gedit-encodings.c:276
+msgid "Greek"
+msgstr "Gresianek"
+
+#: ../gedit/gedit-encodings.c:167
+msgid "Hebrew Visual"
+msgstr "Hebraeg Visual"
+
+#: ../gedit/gedit-encodings.c:169
+#: ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Hebrew"
+msgstr "Hebraek"
+
+#: ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Turkish"
+msgstr "Turkek"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "Norzhek"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "Keltiek"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Roumanek"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Armenek"
+
+#: ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Sinaek Hengounel"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Kirillek/Rusek"
+
+#: ../gedit/gedit-encodings.c:208
+#: ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212
+#: ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:259
+msgid "Japanese"
+msgstr "Japanek"
+
+#: ../gedit/gedit-encodings.c:215
+#: ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:265
+msgid "Korean"
+msgstr "Koreek"
+
+#: ../gedit/gedit-encodings.c:220
+#: ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:228
+msgid "Chinese Simplified"
+msgstr "Sinaek Aesaet"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Jorjek"
+
+#: ../gedit/gedit-encodings.c:256
+msgid "Cyrillic/Ukrainian"
+msgstr "Kirillek/UkraÏnek"
+
+#: ../gedit/gedit-encodings.c:261
+#: ../gedit/gedit-encodings.c:267
+#: ../gedit/gedit-encodings.c:286
+msgid "Vietnamese"
+msgstr "Vietnamek"
+
+#: ../gedit/gedit-encodings.c:263
+msgid "Thai"
+msgstr "Tai"
+
+#: ../gedit/gedit-encodings.c:437
+msgid "Unknown"
+msgstr "Dianav"
+
+#: ../gedit/gedit-encodings-option-menu.c:220
+msgid "Auto Detected"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:240
+#: ../gedit/gedit-encodings-option-menu.c:262
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Lokal en implij (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:323
+msgid "Add or _Remove..."
+msgstr "Ouzhpennañ pe _dilemel..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Text Files"
+msgstr "An holl restroù testenn"
+
+#: ../gedit/gedit-file-chooser-dialog.c:78
+msgid "C_haracter Coding:"
+msgstr "Boneg_añ an arouezenn:"
+
+#: ../gedit/gedit-help.c:89
+msgid "There was an error displaying help."
+msgstr "Bez e oa ur fazi en ur ziskouez ar skoazell"
+
+#: ../gedit/gedit-io-error-message-area.c:213
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Ne oa ket tu da gavout ar restr %s."
+
+#: ../gedit/gedit-io-error-message-area.c:215
+#: ../gedit/gedit-io-error-message-area.c:254
+#: ../gedit/gedit-io-error-message-area.c:261
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Marplij, gwiriekait al lec'hiadur ho peus roet ha klaskit en-dro."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:230
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "ne c'hell ket gedit anavezout lec'hiadurioù %s."
+
+#: ../gedit/gedit-io-error-message-area.c:236
+msgid "gedit cannot handle this location."
+msgstr "Ne c'hell ket gedit anavezout al lec'hiadur-mañ"
+
+#: ../gedit/gedit-io-error-message-area.c:244
+msgid "The location of the file cannot be mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:248
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:252
+#, c-format
+msgid "%s is a directory."
+msgstr "Un teuliad eo %s."
+
+#: ../gedit/gedit-io-error-message-area.c:259
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s n'eo ket ur chomlec'h a-feson."
+
+#: ../gedit/gedit-io-error-message-area.c:289
+#, c-format
+msgid "Host %s could not be found. Please check that your proxy settings are correct and try again."
+msgstr "Ne oa ket tu kavout an ostiz %s . Marplij, gwiriekait arventennoù ar proksi ha klaskit en-dro."
+
+#: ../gedit/gedit-io-error-message-area.c:302
+#, c-format
+msgid "Host name was invalid. Please check that you typed the location correctly and try again."
+msgstr "Anv an ostiz a zo siek. Marplij, gwiriekait ar chomlec'h ho peus roet, ha klaskit en-dro."
+
+#: ../gedit/gedit-io-error-message-area.c:310
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s n'eo ket ur restr reizh."
+
+#: ../gedit/gedit-io-error-message-area.c:315
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:338
+msgid "The file is too big."
+msgstr "Re vras eo ar restr."
+
+#: ../gedit/gedit-io-error-message-area.c:379
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Fazi dic'hortoz : %s"
+
+#: ../gedit/gedit-io-error-message-area.c:415
+msgid "The number of followed links is limited and the actual file could not be found within this limit."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:419
+msgid "You do not have the permissions necessary to open the file."
+msgstr "N'ho peus ket an aotroù a-zere evit digeriñ ar restr."
+
+#: ../gedit/gedit-io-error-message-area.c:427
+#: ../gedit/gedit-io-error-message-area.c:669
+#, c-format
+msgid "Could not open the file %s."
+msgstr "Ne oa ket tu da zigeriñ ar restr %s."
+
+#: ../gedit/gedit-io-error-message-area.c:437
+#: ../gedit/gedit-io-error-message-area.c:442
+#: ../gedit/gedit-io-error-message-area.c:563
+#: ../gedit/gedit-io-error-message-area.c:572
+msgid "_Retry"
+msgstr "_Adklask"
+
+#: ../gedit/gedit-io-error-message-area.c:486
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "gedit ne c'hell ket e gavout. Marteze eo bet diverket n'eus ket pell."
+
+#: ../gedit/gedit-io-error-message-area.c:495
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "Ne oa ket distreiñ da stumm diwezhañ an teul %s."
+
+#: ../gedit/gedit-io-error-message-area.c:519
+msgid "Ch_aracter Coding:"
+msgstr "Boneg_añ an arouezennoù :"
+
+#: ../gedit/gedit-io-error-message-area.c:671
+msgid "gedit has not been able to detect the character coding."
+msgstr "N'eo ket bet gouest gedit da gavout bonegañ an arouezennoù."
+
+#: ../gedit/gedit-io-error-message-area.c:673
+#: ../gedit/gedit-io-error-message-area.c:682
+#, fuzzy
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Marplij gwiriekait n'eo ket ur restr daouel eo a glaskit digeriñ."
+
+#: ../gedit/gedit-io-error-message-area.c:674
+msgid "Select a character coding from the menu and try again."
+msgstr "Dibabit bonegañ an arouezennoù el lañser ha klaskit en-dro."
+
+#: ../gedit/gedit-io-error-message-area.c:679
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr "Ne oa ket tu da zigeriñ ar restr %s en ur implij bonegañ an arouezennoù %s."
+
+#: ../gedit/gedit-io-error-message-area.c:683
+#: ../gedit/gedit-io-error-message-area.c:735
+#, fuzzy
+msgid "Select a different character coding from the menu and try again."
+msgstr "Dibabit un enkodad arouezioù disheñvel er meuziad ha klaskit en-dro."
+
+#: ../gedit/gedit-io-error-message-area.c:730
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr "Ne oa ket tu da enrollañ ar restr %s en ur implij bonegañ an arouezennoù %s."
+
+#: ../gedit/gedit-io-error-message-area.c:733
+msgid "The document contains one or more characters that cannot be encoded using the specified character coding."
+msgstr "En diell ez eus unan pe meur a arouezenn ha n'hellont ket bezañ envoneget gant bonegañ an arouezennoù erspizet."
+
+#: ../gedit/gedit-io-error-message-area.c:801
+#: ../gedit/gedit-io-error-message-area.c:809
+msgid "_Edit Anyway"
+msgstr "_Embann evelkent"
+
+#: ../gedit/gedit-io-error-message-area.c:804
+#: ../gedit/gedit-io-error-message-area.c:812
+msgid "_Don't Edit"
+msgstr "C_hom hep embann"
+
+#: ../gedit/gedit-io-error-message-area.c:830
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "Ar restr %s a zo digor endeo en ur prenestr gedit all."
+
+#: ../gedit/gedit-io-error-message-area.c:845
+msgid "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:904
+#: ../gedit/gedit-io-error-message-area.c:914
+#: ../gedit/gedit-io-error-message-area.c:1014
+#: ../gedit/gedit-io-error-message-area.c:1024
+msgid "S_ave Anyway"
+msgstr "_Enrollañ Evelkent"
+
+#: ../gedit/gedit-io-error-message-area.c:908
+#: ../gedit/gedit-io-error-message-area.c:918
+#: ../gedit/gedit-io-error-message-area.c:1018
+#: ../gedit/gedit-io-error-message-area.c:1028
+msgid "D_on't Save"
+msgstr "Na enrollañ ket"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:939
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "Kemmoù a zo bet er restr %s abaoe ho peus e lennet."
+
+#: ../gedit/gedit-io-error-message-area.c:955
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Ma enrollit anezhi e c'hellfe bezañ kollet an holl gemmoù diavez. Enrollañ anezhi evelkent?"
+
+#: ../gedit/gedit-io-error-message-area.c:1049
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "Ne oa ket tu da grouiñ ur restr-gwareziñ e-pad an enrolladenn %s"
+
+#: ../gedit/gedit-io-error-message-area.c:1052
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "Ne oa ket tu krouiñ ur restr-gwareziñ mareadus e-pad an enrolladenn %s"
+
+#: ../gedit/gedit-io-error-message-area.c:1069
+msgid "gedit could not backup the old copy of the file before saving the new one. You can ignore this warning and save the file anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?"
+msgstr "Ne oa ket tu da gedit gwareziñ eilskouerenn gozh ar restr a-raok enrollañ an hini nevez. Tu 'zo deoc'h tremen e-biou d'ar c'hemenn-mañ hag enrollañ ar restr evelkent, met ma vefe ur fazi e-kerzh an enrolladenn, e c'hellfec'h koll eilskouerenn gozh ar restr. Enrollañ evelkent?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1129
+#, c-format
+msgid "gedit cannot handle %s locations in write mode. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1137
+msgid "gedit cannot handle this location in write mode. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1146
+#, c-format
+msgid "%s is not a valid location. Please check that you typed the location correctly and try again."
+msgstr "%s n'eo ket ur chomlec'h reizh. Marplij, gwiriekait ar chomlec'h ho peus roet ha klaskit en-dro."
+
+#: ../gedit/gedit-io-error-message-area.c:1152
+msgid "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
+msgstr "N'ho peus ket an aotreoù a-zere evit enrollañ ar restr. Marplij, gwiriekait ar chomlec'h ho peus roet ha klaskit en-dro."
+
+#: ../gedit/gedit-io-error-message-area.c:1158
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr "N'eus ket a-walc'h a blas war ar gantenn evit enrollañ ar restr. Marplij, grit plas war ar gantenn ha klaskit en-dro."
+
+#: ../gedit/gedit-io-error-message-area.c:1163
+msgid "You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try again."
+msgstr "Klask a rit enrollañ ar restr war ur gantenn lennus-hepken. Marplij, gwiriekait ar chomlec'h ho peus roet ha klaskit en-dro."
+
+#: ../gedit/gedit-io-error-message-area.c:1169
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Ur restr gant an hevelep anv ez eus dija. Marplij, implijit un anv disheñvel."
+
+#: ../gedit/gedit-io-error-message-area.c:1174
+msgid "The disk where you are trying to save the file has a limitation on length of the file names. Please use a shorter name."
+msgstr "Ar gantenn emaoc'h o klask enrollañ ar restr warnañ eo bevennet hirder an anvioù-restr warnañ. Marplij, implijit un anv berroc'h."
+
+#: ../gedit/gedit-io-error-message-area.c:1181
+#, fuzzy
+msgid "The disk where you are trying to save the file has a limitation on file sizes. Please try saving a smaller file or saving it to a disk that does not have this limitation."
+msgstr "Ar bladenn a glaskit enrollañ ar restr warnañ he deus un harz war ment ar restroù. Marplij, klaskit enrollañ ur restr bihanoc'h pe enrollañ anezhañ war ur bladenn n'he deus ket an harz-se."
+
+#: ../gedit/gedit-io-error-message-area.c:1196
+#, c-format
+msgid "Could not save the file %s."
+msgstr "Ne oa ket tu enrollañ ar restr %s."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1238
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "Kemmet eo bet ar restr %s war ar gantenn."
+
+#: ../gedit/gedit-io-error-message-area.c:1243
+msgid "Do you want to drop your changes and reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1245
+msgid "Do you want to reload the file?"
+msgstr "Fellout a ra deoc'h adkargañ ar restr ?"
+
+#: ../gedit/gedit-io-error-message-area.c:1251
+#: ../gedit/gedit-io-error-message-area.c:1262
+msgid "_Reload"
+msgstr "_Adkargañ"
+
+#. bad bad luck...
+#: ../gedit/gedit-local-document-saver.c:375
+msgid "Could not obtain backup filename"
+msgstr "Ne oa ket tu kaout anv ar restr-gwareziñ"
+
+#: ../gedit/gedit-notebook.c:903
+msgid "Close document"
+msgstr "Serriñ an teul"
+
+#: ../gedit/gedit-panel.c:355
+#: ../gedit/gedit-panel.c:563
+msgid "Empty"
+msgstr "Goullo"
+
+#: ../gedit/gedit-panel.c:508
+#: ../gedit/gedit-panel.c:582
+msgid "Hide panel"
+msgstr "Kuzhat panel"
+
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr "Enlugellad"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr "Gweredekaet"
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "_Diwar-benn"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr "Kefluniañ"
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr "Gw_eredekaat"
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr "Gweredekaat holl"
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr "_Diweredekaat an holl"
+
+#: ../gedit/gedit-plugin-manager.c:800
+msgid "Active _Plugins:"
+msgstr "Enlu_gelladoù oberiant :"
+
+#: ../gedit/gedit-plugin-manager.c:825
+msgid "_About Plugin"
+msgstr "Diw_ar-benn enlugellad"
+
+#: ../gedit/gedit-plugin-manager.c:829
+msgid "C_onfigure Plugin"
+msgstr "K_efluniañ an enlugellad"
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr "N'eus ket tu da zigeriñ ardoer ar gwellvezioù."
+
+#: ../gedit/gedit-prefs-manager.c:1148
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "'%s' a oa gortozet evit an alc'hwezh %s, resevet eo bet '%s'."
+
+#: ../gedit/gedit-print-job.c:541
+#, c-format
+msgid "File: %s"
+msgstr "Restr: %s"
+
+#: ../gedit/gedit-print-job.c:550
+msgid "Page %N of %Q"
+msgstr "Pajenn %N war %Q"
+
+#: ../gedit/gedit-print-job.c:809
+msgid "Preparing..."
+msgstr "O prientiñ..."
+
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "<b>Fonts</b>"
+msgstr "<b>Nodrezhoù</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "<b>Page header</b>"
+msgstr "<b>Talbenn ar bajenn</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "<b>Syntax Highlighting</b>"
+msgstr "<b>Sklerijennañ ar c'hevreadur</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "He_aders and footers:"
+msgstr "T_albennoù ha diaz-pajenn :"
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print line nu_mbers"
+msgstr "Moullañ _niveroù al linennoù"
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Print page _headers"
+msgstr "_Moullañ talbennoù ar bajenn"
+
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Print synta_x highlighting"
+msgstr "Moullañ sklerijennañ ar c'hev_readur"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr "_Korf :"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr "Niveroù _linennoù :"
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "_Number every"
+msgstr "_Niverenn bep"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Restore Default Fonts"
+msgstr "_Adlakaat an nodrezhoù dre-ziouer"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "lines"
+msgstr "linennoù"
+
+#: ../gedit/gedit-print-preview.c:565
+msgid "Show the previous page"
+msgstr "Diskouez ar bajenn a-raok"
+
+#: ../gedit/gedit-print-preview.c:577
+msgid "Show the next page"
+msgstr "Diskouez ar bajenn da heul"
+
+#: ../gedit/gedit-print-preview.c:593
+msgid "Current page (Alt+P)"
+msgstr "Pajenn vremanel (Alt+P)"
+
+#: ../gedit/gedit-print-preview.c:615
+msgid "of"
+msgstr "war"
+
+#: ../gedit/gedit-print-preview.c:623
+msgid "Page total"
+msgstr "Hollad pajennoù"
+
+#: ../gedit/gedit-print-preview.c:624
+msgid "The total number of pages in the document"
+msgstr "An niver hollek a bajennoù en teul"
+
+#: ../gedit/gedit-print-preview.c:641
+msgid "Show multiple pages"
+msgstr "Diskouez meur a bajenn"
+
+#: ../gedit/gedit-print-preview.c:654
+msgid "Zoom 1:1"
+msgstr "Zoum 1:1"
+
+#: ../gedit/gedit-print-preview.c:663
+msgid "Zoom to fit the whole page"
+msgstr "Zoum evit ar bajenn a-bezh"
+
+#: ../gedit/gedit-print-preview.c:672
+msgid "Zoom the page in"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom the page out"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:693
+msgid "_Close Preview"
+msgstr "Serriñ an alberz"
+
+#: ../gedit/gedit-print-preview.c:696
+msgid "Close print preview"
+msgstr "Serriñ an alberz moullañ"
+
+#: ../gedit/gedit-print-preview.c:762
+#, c-format
+msgid "Page %d of %d"
+msgstr "Pajenn %d war %d"
+
+#: ../gedit/gedit-print-preview.c:946
+msgid "Page Preview"
+msgstr "Alberz ar bajennad"
+
+#: ../gedit/gedit-print-preview.c:947
+msgid "The preview of a page in the document to be printed"
+msgstr "Alberz ur bajennad eus an teul da vezañ moullet"
+
+#: ../gedit/gedit-statusbar.c:70
+#: ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:70
+#: ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr "INS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:330
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Lin %d, Ban %d"
+
+#: ../gedit/gedit-statusbar.c:429
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Bez ez eus un ivinell gant fazioù"
+msgstr[1] "Bez ez eus %d ivinell gant fazioù"
+
+#: ../gedit/gedit-style-scheme-manager.c:207
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:669
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "O distreiñ %s adalek %s"
+
+#: ../gedit/gedit-tab.c:676
+#, c-format
+msgid "Reverting %s"
+msgstr "O distreiñ %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:692
+#, c-format
+msgid "Loading %s from %s"
+msgstr "O kargañ %s adalek %s"
+
+#: ../gedit/gedit-tab.c:699
+#, c-format
+msgid "Loading %s"
+msgstr "O kargañ %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:782
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Oc'h enrollañ %s e-barzh %s"
+
+#: ../gedit/gedit-tab.c:789
+#, c-format
+msgid "Saving %s"
+msgstr "Oc'h enrollañ %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1703
+msgid "RO"
+msgstr "LH"
+
+#: ../gedit/gedit-tab.c:1750
+#, c-format
+msgid "Error opening file %s"
+msgstr "Fazi o tigeriñ restr %s"
+
+#: ../gedit/gedit-tab.c:1755
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1760
+#, c-format
+msgid "Error saving file %s"
+msgstr "Fazi oc'h enrollañ restr %s"
+
+#: ../gedit/gedit-tab.c:1781
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1788
+msgid "Name:"
+msgstr "Anv :"
+
+#: ../gedit/gedit-tab.c:1789
+msgid "MIME Type:"
+msgstr "Rizh-MIME :"
+
+#: ../gedit/gedit-tab.c:1790
+msgid "Encoding:"
+msgstr "Bonegañ :"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "_Restr"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "_Embann"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "G_welout"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "_Klask"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "_Ostilhoù"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "_Teulioù"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "_Skoazell"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "Krouiñ un teul nevez"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "_Digeriñ..."
+
+#: ../gedit/gedit-ui.h:59
+#: ../gedit/gedit-window.c:1385
+msgid "Open a file"
+msgstr "Digeriñ ur restr"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:62
+msgid "Pr_eferences"
+msgstr "_Gwellvezioù"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Configure the application"
+msgstr "Kefluniañ an arload"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:66
+msgid "_Contents"
+msgstr "Endal_c'hadoù"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Open the gedit manual"
+msgstr "Digeriñ dornlevr gedit"
+
+#: ../gedit/gedit-ui.h:69
+msgid "About this application"
+msgstr "Diwar-benn ar poellad-mañ"
+
+#: ../gedit/gedit-ui.h:73
+msgid "Leave fullscreen mode"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save the current file"
+msgstr "Enrollañ ar restr vremanel"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save _As..."
+msgstr "Enroll_añ dindan..."
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file with a different name"
+msgstr "Enrollañ ar restr vremanel dindan un anv disheñvel"
+
+#: ../gedit/gedit-ui.h:85
+#, fuzzy
+msgid "Revert to a saved version of the file"
+msgstr "Adlakaat en e-sav un handev gwaredet ar restr"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Page Set_up..."
+msgstr "Ar_ventennoù ar bajenn..."
+
+#: ../gedit/gedit-ui.h:88
+msgid "Setup the page settings"
+msgstr "Arventenniñ arventennoù ar bajenn"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "A_lberz ar moullañ"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr "Alberz ar moullañ"
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "_Moullañ"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr "Moullañ ar bajenn vremanel"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Close the current file"
+msgstr "Serriñ ar restr vremanel"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Undo the last action"
+msgstr "Dizober an ober diwezhañ"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Redo the last undone action"
+msgstr "Adober an oberioù disgraet diwezhañ"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Cut the selection"
+msgstr "Troc'hañ an diuzadenn"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Copy the selection"
+msgstr "Eilañ an diuzadenn"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Paste the clipboard"
+msgstr "Pegañ ar golver"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Delete the selected text"
+msgstr "Dilemel an destenn diuzet"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Select _All"
+msgstr "Diuz Pep tr_a"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Select the entire document"
+msgstr "Diuzañ an teul a-bezh"
+
+#. View menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Highlight Mode"
+msgstr "Mod s_klerijennañ"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:117
+msgid "_Find..."
+msgstr "_Klask..."
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search for text"
+msgstr "Klask an destenn"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Ne_xt"
+msgstr "Kavout war-lerc'h"
+
+#: ../gedit/gedit-ui.h:120
+#, fuzzy
+msgid "Search forwards for the same text"
+msgstr "Klask war-raok an hevelep testenn"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Find Pre_vious"
+msgstr "Kavout a-raok"
+
+#: ../gedit/gedit-ui.h:122
+#, fuzzy
+msgid "Search backwards for the same text"
+msgstr "Klask war-gil an hevelep testenn"
+
+#: ../gedit/gedit-ui.h:123
+msgid "_Replace..."
+msgstr "E_rlec'hiañ..."
+
+#: ../gedit/gedit-ui.h:124
+msgid "Search for and replace text"
+msgstr "Klask hag erlec'hiañ an destenn"
+
+#: ../gedit/gedit-ui.h:125
+msgid "_Clear Highlight"
+msgstr "S_karzhañ ar sklerijennañ"
+
+#: ../gedit/gedit-ui.h:126
+msgid "Clear highlighting of search matches"
+msgstr "Skarzhañ sklerijennañ an disoc'hoù ar c'hlask"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Go to _Line..."
+msgstr "Mont d'al _linenn..."
+
+#: ../gedit/gedit-ui.h:128
+msgid "Go to a specific line"
+msgstr "Mont d'ul linenn resis"
+
+#: ../gedit/gedit-ui.h:129
+msgid "_Incremental Search..."
+msgstr "Klask azw_iadel..."
+
+#: ../gedit/gedit-ui.h:130
+msgid "Incrementally search for text"
+msgstr "Klask un destenn azwiadel"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:133
+msgid "_Save All"
+msgstr "En_rollañ an holl"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Save all open files"
+msgstr "Enrollañ an holl teulioù digor"
+
+#: ../gedit/gedit-ui.h:135
+msgid "_Close All"
+msgstr "_Serriñ an holl"
+
+#: ../gedit/gedit-ui.h:136
+msgid "Close all open files"
+msgstr "Serriñ an holl zielloù digor"
+
+#: ../gedit/gedit-ui.h:137
+msgid "_Previous Document"
+msgstr "_Teul kent"
+
+#: ../gedit/gedit-ui.h:138
+msgid "Activate previous document"
+msgstr "Krouiñ un teul nevez"
+
+#: ../gedit/gedit-ui.h:139
+msgid "_Next Document"
+msgstr "Teul _da zont"
+
+#: ../gedit/gedit-ui.h:140
+msgid "Activate next document"
+msgstr "Gweredekaat an teul da zont"
+
+#: ../gedit/gedit-ui.h:141
+msgid "_Move to New Window"
+msgstr "_Kas d'ar prenestr nevez"
+
+#: ../gedit/gedit-ui.h:142
+msgid "Move the current document to a new window"
+msgstr "Kas an teul-red en ur prenestr nevez"
+
+#: ../gedit/gedit-ui.h:149
+msgid "Quit the program"
+msgstr "Kuitaat ar goulev"
+
+#: ../gedit/gedit-ui.h:154
+msgid "_Toolbar"
+msgstr "Barrenn-_Ostilhoù"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Show or hide the toolbar in the current window"
+msgstr "Diskouez pe kuzhat barrenn-ostilhoù ar prenestr en implij"
+
+#: ../gedit/gedit-ui.h:157
+msgid "_Statusbar"
+msgstr "Barrenn _Stad"
+
+#: ../gedit/gedit-ui.h:158
+msgid "Show or hide the statusbar in the current window"
+msgstr "Diskouez pe kuzhat ar varrenn stad er prenestr en implij"
+
+#: ../gedit/gedit-ui.h:161
+#, fuzzy
+msgid "Edit text at fullscreen"
+msgstr "Embann an destenn "
+
+#: ../gedit/gedit-ui.h:168
+msgid "Side _Pane"
+msgstr "Barrenn gostez"
+
+#: ../gedit/gedit-ui.h:169
+msgid "Show or hide the side pane in the current window"
+msgstr "Diskouez pe kuzhat ar banell gostez er prenestr red"
+
+#: ../gedit/gedit-ui.h:171
+msgid "_Bottom Pane"
+msgstr "Panell _draoñ"
+
+#: ../gedit/gedit-ui.h:172
+#, fuzzy
+msgid "Show or hide the bottom pane in the current window"
+msgstr "Diskouez pe kuzhat panell draoñ ar prenestr red"
+
+#: ../gedit/gedit-utils.c:1072
+msgid "Please check your installation."
+msgstr "Marplij, gwiriekait ho staliadur."
+
+#: ../gedit/gedit-utils.c:1141
+#, c-format
+msgid "Unable to open ui file %s. Error: %s"
+msgstr "Ne oa ket tu da zigeriñ ar restr %s. Fazi : %s"
+
+#: ../gedit/gedit-utils.c:1161
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "Ne oa ket tu da gavout an ergorenn '%s'e-barzh ar restr %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1321
+#, c-format
+msgid "/ on %s"
+msgstr "/ war %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1245
+msgid "_Wrap Around"
+msgstr "Kleu_riañ"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1255
+#, fuzzy
+msgid "Match _Entire Word Only"
+msgstr "Klask ar ger a-_bezh hepken"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1265
+msgid "_Match Case"
+msgstr "_Teurel evezh eus ar pennlizherennoù"
+
+#: ../gedit/gedit-view.c:1379
+msgid "String you want to search for"
+msgstr "Hedad a fell deoc'h klask"
+
+#: ../gedit/gedit-view.c:1388
+#, fuzzy
+msgid "Line you want to move the cursor to"
+msgstr "Al linenn a fell deoc'h kas ar biz-red warni"
+
+#: ../gedit/gedit-window.c:938
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Implij ar mod sklerijennañ %s"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:995
+#: ../gedit/gedit-window.c:1896
+#: ../plugins/externaltools/tools/manager.py:121
+#: ../plugins/externaltools/tools/manager.py:423
+#: ../plugins/externaltools/tools/manager.py:533
+#: ../plugins/externaltools/tools/manager.py:844
+msgid "Plain Text"
+msgstr "Testenn eeun"
+
+#: ../gedit/gedit-window.c:996
+msgid "Disable syntax highlighting"
+msgstr "Diweredekaat ar sklerijennañ ar c'hevreadur"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1282
+#, c-format
+msgid "Open '%s'"
+msgstr "Digeriñ '%s'"
+
+#: ../gedit/gedit-window.c:1387
+msgid "Open a recently used file"
+msgstr "Digeriñ ur restr nevez-implijet"
+
+#: ../gedit/gedit-window.c:1393
+msgid "Open"
+msgstr "Digeriñ"
+
+#: ../gedit/gedit-window.c:1451
+msgid "Save"
+msgstr "Enrollañ"
+
+#: ../gedit/gedit-window.c:1453
+msgid "Print"
+msgstr "Moullañ"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1621
+#, c-format
+msgid "Activate '%s'"
+msgstr "Bevaat '%s'"
+
+#: ../gedit/gedit-window.c:1874
+msgid "Use Spaces"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1945
+msgid "Tab Width"
+msgstr "Ledander an ivinell"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Daskemmañ an direnneg"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Daskemmañ tirenneg an destenn diuzet "
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "Das_kemmañ an direnneg"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+#, fuzzy
+msgid "All _Upper Case"
+msgstr "Pep tra gant _pennlizherennoù"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+#, fuzzy
+msgid "Change selected text to upper case"
+msgstr "Lakaat an destenn diuzet e pennlizherennoù"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+#, fuzzy
+msgid "All _Lower Case"
+msgstr "Pep tra e lizherennoù _bihan"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+#, fuzzy
+msgid "Change selected text to lower case"
+msgstr "Lakaat an destenn diuzet e lizherennoù bihan"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "_Tirenneg an titl"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+#, fuzzy
+msgid "Capitalize the first letter of each selected word"
+msgstr "Kontañ lizherenn gentañ pep ger diuzet"
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:1
+msgid "Check for latest version of gedit"
+msgstr ""
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:2
+msgid "Check update"
+msgstr "Gwiriañ an hizivadurioù"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:192
+msgid "There was an error displaying the url."
+msgstr "Bez e oa ur fazi en ur ziskouez an url"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:222
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:233
+msgid "_Download"
+msgstr "_Pellgargañ"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:250
+msgid "There is a new version of gedit"
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:251
+msgid "You can download the new version of gedit by pressing on the download button"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid "Analyzes the current document and reports the number of words, lines, characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Document Statistics"
+msgstr "Stadegoù an teul"
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">Anv ar restr</span>"
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Bytes"
+msgstr "Bitoù"
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Characters (no spaces)"
+msgstr "Arouezennoù (esaouenn ebet)"
+
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Arouezennoù (gant esaouennoù)"
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+msgid "Document"
+msgstr "Teul"
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Lines"
+msgstr "Linennoù"
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Selection"
+msgstr "Diuzad"
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "Words"
+msgstr "Gerioù"
+
+#: ../plugins/docinfo/docinfo.ui.h:12
+msgid "_Update"
+msgstr "_Hizivaat"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:422
+msgid "_Document Statistics"
+msgstr "_Stadegoù an teul"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:424
+msgid "Get statistic info on current document"
+msgstr "Kaout titouroù stagadel diwar-benn an teul en implij"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "Ostilhoù Diavez"
+
+#: ../plugins/externaltools/tools/__init__.py:172
+msgid "Manage _External Tools..."
+msgstr "Ardeiñ ostilhoù Diavez"
+
+#: ../plugins/externaltools/tools/__init__.py:174
+msgid "Opens the External Tools Manager"
+msgstr "Digeriñ an ardoer Ostilhoù Diavez"
+
+#: ../plugins/externaltools/tools/__init__.py:178
+msgid "External _Tools"
+msgstr "Os_tilhoù Diavez"
+
+#: ../plugins/externaltools/tools/__init__.py:180
+msgid "External tools"
+msgstr "Ostilhoù Diavez"
+
+#: ../plugins/externaltools/tools/__init__.py:212
+msgid "Shell Output"
+msgstr ""
+
+#: ../plugins/externaltools/tools/capture.py:94
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "N'hall ket erounit an arc'had : %s"
+
+#: ../plugins/externaltools/tools/functions.py:157
+msgid "You must be inside a word to run this command"
+msgstr "Dav eo deoc'h bezañ e-barzh ur ger evit kas an arc'had-mañ"
+
+#: ../plugins/externaltools/tools/functions.py:262
+#, fuzzy
+msgid "Running tool:"
+msgstr "Ostilh-red:"
+
+#: ../plugins/externaltools/tools/functions.py:287
+msgid "Done."
+msgstr "Graet."
+
+#: ../plugins/externaltools/tools/functions.py:289
+msgid "Exited"
+msgstr "Kuitaet"
+
+#: ../plugins/externaltools/tools/manager.py:119
+msgid "All languages"
+msgstr "An holl yezhoù"
+
+#: ../plugins/externaltools/tools/manager.py:522
+#: ../plugins/externaltools/tools/manager.py:526
+#: ../plugins/externaltools/tools/manager.py:842
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All Languages"
+msgstr "An holl yezhoù"
+
+#: ../plugins/externaltools/tools/manager.py:632
+msgid "New tool"
+msgstr "Ostilh nevez"
+
+#: ../plugins/externaltools/tools/manager.py:760
+#, fuzzy, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ar verradenn-mañ a zo liammet gant %s dija"
+
+#: ../plugins/externaltools/tools/manager.py:809
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Roit ur verradenn all, pe bouezit war ar stokell ginañ da skarzhañ"
+
+#: ../plugins/externaltools/tools/manager.py:811
+msgid "Type a new accelerator"
+msgstr "Roit ur verradenn nevez"
+
+#: ../plugins/externaltools/tools/outputpanel.py:100
+msgid "Stopped."
+msgstr "Chomet a-sav."
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents"
+msgstr "An holl teulioù"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "All documents except untitled ones"
+msgstr "An holl teulioù nemet ar re hep titl"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Append to current document"
+msgstr "Ouzhpennañ d'an teul en implij"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "Krouiñ un teul nevez"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "Teul bremanel"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "Linenn vremanel"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Diuzad bremanel"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+#, fuzzy
+msgid "Current selection (default to document)"
+msgstr "Diuzad bremanel (default to document)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "Ger bremanel"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr "Skrammañ er banell _draoñ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr "Aordoer ostilhoù diavez"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr "Enlakaat war lec'hiadur ar biz-red"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr "Restroù lec'hel hepken"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr "Netra"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr "Pellrestroù hepken"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr "Erlec'hiañ an teul en implij"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr "Erlec'hiañ an diuzad bremanel"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr "Teulioù hep titl hepken"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr "_Embann :"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "_Enankad :"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "_Ec'hankad :"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "_Enrollañ :"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr "Alc'hwez "
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "_Ostilhoù:"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr ""
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "Digeriñ un termenell el lec'hiadur an teul"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "Digeriñ un termenell"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+#, fuzzy
+msgid "Run command"
+msgstr "A seveno an arc'had"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:235
+msgid "File System"
+msgstr "Reizhiad restroù"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid "If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with nautilus etc)"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid "The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid "The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid "The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid "This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hidden (filter hidden files), binary (filter binary files) and hidden_and_binary (filter both hidden and binary files)."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:597
+msgid "_Set root to active document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:599
+msgid "Set the root to the active document location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:604
+msgid "_Open terminal here"
+msgstr "_Digeriñ un termenell amañ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:606
+msgid "Open a terminal at the currently opened directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:742
+msgid "File Browser"
+msgstr "Furcher restroù"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:873
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:876
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:886
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:891
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:895
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:899
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+#, fuzzy
+msgid "An error occurred"
+msgstr "Graet eo bet ur fazi"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1197
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1201
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Ar restr \"%s\" n'hell ket bezañ kaset d'al lastez."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1204
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1237
+#, fuzzy, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Ha sur oc'h e fell deoc'h diverkañ \"%s\" da viken?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1240
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1243
+#, fuzzy
+msgid "If you delete an item, it is permanently lost."
+msgstr "Ma tiverkit un elfenn, e vo kollet da viken."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1666
+msgid "(Empty)"
+msgstr "(Goullo)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3304
+msgid "The renamed file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3542
+msgid "file"
+msgstr "restr"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3566
+msgid "The new file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3594
+msgid "directory"
+msgstr "teuliad"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3614
+msgid "The new directory is currently filtered out. You need to adjust your filter settings to make the directory visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:701
+msgid "Bookmarks"
+msgstr "Sinedoù"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:782
+msgid "_Filter"
+msgstr "_Sil"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:787
+msgid "_Move To Trash"
+msgstr "_Kas d'al lastez"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:788
+msgid "Move selected file or folder to trash"
+msgstr "Kas ar restr pe an teuliad diuzet d'al lastez"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:790
+msgid "_Delete"
+msgstr "_Dilemel"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:791
+msgid "Delete selected file or folder"
+msgstr "Diverkañ ar restr pe an teuliad diuzet"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:797
+#, fuzzy
+msgid "Up"
+msgstr "Davit ar c'hrec'h"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:798
+msgid "Open the parent folder"
+msgstr "Digeriñ an teuliad kar"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:803
+msgid "_New Folder"
+msgstr "Teuliad _nevez"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:804
+msgid "Add new empty folder"
+msgstr "Ouzhpennañ un teuliad nevez goullo"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:806
+msgid "New F_ile"
+msgstr "R_estr nevez"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:807
+msgid "Add new empty file"
+msgstr "Ouzhpennañ ur restr nevez goullo"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:812
+msgid "_Rename"
+msgstr "_Adenvel"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:813
+msgid "Rename selected file or folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:819
+msgid "_Previous Location"
+msgstr "Lec'hiadur _kent"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "Go to the previous visited location"
+msgstr "Mont d'ar chomlec'h gweladennet kent"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:823
+msgid "_Next Location"
+msgstr "Lec'hiadur da _heul"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:824
+msgid "Go to the next visited location"
+msgstr "Mont d'ar chomlec'h gweladennet da-heul"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:825
+msgid "Re_fresh View"
+msgstr "Az_bevaat ar gwel"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:826
+msgid "Refresh the view"
+msgstr "Azbevaat an alberz"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:845
+#, fuzzy
+msgid "_View Folder"
+msgstr "G_welout teuliadoù"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:828
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:846
+msgid "View folder in file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:835
+msgid "Show _Hidden"
+msgstr "Diskouez ar re kuz_h"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:836
+msgid "Show hidden files and folders"
+msgstr "Diskouez ar restroù ha teuliadoù kuzh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:838
+msgid "Show _Binary"
+msgstr "Dizkouez ar re daouredel"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:839
+msgid "Show binary files"
+msgstr "Diskouez ar restroù daouredel"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:962
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:971
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:992
+msgid "Previous location"
+msgstr "Lec'hiadur kent"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:964
+msgid "Go to previous location"
+msgstr "Diskouez al lec'hiadur a-raok"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:966
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:987
+msgid "Go to a previously opened location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:983
+msgid "Next location"
+msgstr "Lec'hiadur da-heul"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:985
+msgid "Go to next location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1196
+msgid "_Match Filename"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2071
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2151
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Ne oa ket tu digeriñ ar media : %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2198
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Ne oa ket tu sevel an unvez : %s"
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "_Kefoskañ"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr "Kefoskañ al linennoù diuzet"
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "Di_gefoskañ"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr "Digefoskañ al linennoù diuzet"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "Kefoskañ pe digefoskañ al linennoù diuzet"
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:49
+msgid "Python Console"
+msgstr "Penel Python"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Liv an arc'had :"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Faz_i liv :"
+
+#. ex:ts=8:et:
+#: ../plugins/quickopen/quickopen/popup.py:34
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:1
+msgid "Quick Open"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:68
+msgid "Quick open"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:69
+msgid "Quickly open documents"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr "Enlakaat tammoù testenn implijet ingal en un doare primm."
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Snippets"
+msgstr "Parzhoù"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+#, fuzzy
+msgid "<b>Activation</b>"
+msgstr "<b>Enaouiñ</b>"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+#, fuzzy
+msgid "Create new snippet"
+msgstr "Krouiñ un parzh nevez"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:420
+#, fuzzy
+msgid "Delete selected snippet"
+msgstr "Dilemel an parzh diuzet"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+#, fuzzy
+msgid "Export selected snippets"
+msgstr "Ezporzhiañ an parzhoù diuzet"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:808
+#, fuzzy
+msgid "Import snippets"
+msgstr "Enporzhiañ parzhoù"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr "Sto_kell ar berradenn :"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:697
+msgid "Single word with which the snippet is activated after pressing tab"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+#, fuzzy
+msgid "Snippets Manager"
+msgstr "Ardoer parzhoù"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Drop targets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr "Pa_rzhoù :"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/WindowHelper.py:74
+msgid "Manage _Snippets..."
+msgstr "Ardeiñ an pa_rzhoù..."
+
+#: ../plugins/snippets/snippets/WindowHelper.py:75
+msgid "Manage snippets"
+msgstr "Ardeiñ an parzhoù"
+
+#: ../plugins/snippets/snippets/Manager.py:45
+#, fuzzy
+msgid "Snippets archive"
+msgstr "Diell-mir ar parzhoù"
+
+#: ../plugins/snippets/snippets/Manager.py:70
+#, fuzzy
+msgid "Add a new snippet..."
+msgstr "Ouzhpennañ un parzh nevez..."
+
+#: ../plugins/snippets/snippets/Manager.py:120
+msgid "Global"
+msgstr "Hollek"
+
+#: ../plugins/snippets/snippets/Manager.py:417
+#, fuzzy
+msgid "Revert selected snippet"
+msgstr "Tuginañ an parzh diuzet"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/Manager.py:690
+msgid "This is not a valid tab trigger. Triggers can either contain letters or a single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:787
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:794
+msgid "Import successfully completed"
+msgstr "Echu gant berzh eo an enporzhiañ"
+
+#: ../plugins/snippets/snippets/Manager.py:813
+#: ../plugins/snippets/snippets/Manager.py:899
+#: ../plugins/snippets/snippets/Manager.py:962
+msgid "All supported archives"
+msgstr "An holl dielloù-mir skoret"
+
+#: ../plugins/snippets/snippets/Manager.py:814
+#: ../plugins/snippets/snippets/Manager.py:900
+#: ../plugins/snippets/snippets/Manager.py:963
+msgid "Gzip compressed archive"
+msgstr "Diell-mir koazhet gant Gzip"
+
+#: ../plugins/snippets/snippets/Manager.py:815
+#: ../plugins/snippets/snippets/Manager.py:901
+#: ../plugins/snippets/snippets/Manager.py:964
+msgid "Bzip2 compressed archive"
+msgstr "Diell-mir koazhet gant Bzip2"
+
+#: ../plugins/snippets/snippets/Manager.py:816
+#, fuzzy
+msgid "Single snippets file"
+msgstr "Restr parzhoù eeun"
+
+#: ../plugins/snippets/snippets/Manager.py:817
+#: ../plugins/snippets/snippets/Manager.py:903
+#: ../plugins/snippets/snippets/Manager.py:966
+msgid "All files"
+msgstr "An holl restroù"
+
+#: ../plugins/snippets/snippets/Manager.py:829
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:833
+msgid "Export successfully completed"
+msgstr "Echu gant berzh eo an ezporzhiañ"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:873
+#: ../plugins/snippets/snippets/Manager.py:940
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:888
+#: ../plugins/snippets/snippets/Manager.py:958
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:893
+#: ../plugins/snippets/snippets/Manager.py:931
+#, fuzzy
+msgid "Export snippets"
+msgstr "Ezporhiañ an parzhoù"
+
+#: ../plugins/snippets/snippets/Manager.py:1070
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Roit ur verradenn nevez, pe bouezit war ar stokell ginañ da skarzhañ"
+
+#: ../plugins/snippets/snippets/Manager.py:1072
+msgid "Type a new shortcut"
+msgstr "Roit ur verradenn nevez"
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive `%s` could not be created"
+msgstr "N'haller ket krouiñ an diell-mir `%s`"
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, fuzzy, python-format
+msgid "Target directory `%s` does not exist"
+msgstr "An teuliad pal `%s` n'eus ket anezhañ"
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory `%s` is not a valid directory"
+msgstr "An teuliad bukenn `%s` n'eo ket un teuliad talvoudek"
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File `%s` does not exist"
+msgstr "Ar restr `%s` n'eus ket anezhi."
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, fuzzy, python-format
+msgid "File `%s` is not a valid snippets file"
+msgstr "Ar restr `%s` n'eo ket ur restr parzhoù talvoudek."
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, fuzzy, python-format
+msgid "Imported file `%s` is not a valid snippets file"
+msgstr "Ar restr enporzhiet `%s` n'eo ket ur restr parzhoù talvoudek."
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive `%s` could not be extracted"
+msgstr "N'haller ket eztennañ an diell-mi `%s`"
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "N'haller ket enporzhiañ ar restroù da-heul : %s"
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File `%s` is not a valid snippets archive"
+msgstr "Ar restr `%s` n'eo ket ur diell-mir parzhoù talvoudek"
+
+#: ../plugins/snippets/snippets/Placeholder.py:571
+#, python-format
+msgid "Execution of the python command (%s) exceeds the maximum time, execution aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:579
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:86
+msgid "S_ort..."
+msgstr "_Rummañ..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "Sort the current document or selection"
+msgstr "Rummañ an teul pe diuzad en implij"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr "Rummañ"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Rummañ un teull pe un destenn diuzet."
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr "Dil_emel an eiladennoù"
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr "K_regiñ gant ar bann :"
+
+#: ../plugins/sort/sort.ui.h:4
+#, fuzzy
+msgid "You cannot undo a sort operation"
+msgstr "N'heller ket dizober un didoueziadenn"
+
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr "Dileuskel an d&irenneg"
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr "_Tuginañ an urzh"
+
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr "_Rummañ"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:499
+msgid "(no suggested words)"
+msgstr "(ger kinniget ebet)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "_Muioc'h..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:497
+msgid "_Ignore All"
+msgstr "_Leuskel a-gostez holl"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:512
+msgid "_Add"
+msgstr "_Ouzhpennañ"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:551
+msgid "_Spelling Suggestions..."
+msgstr "Kinnigoù Reizh_skrivañ..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "Gwiriañ Reizhskrivañ"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "Kinnigoù"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:605
+msgid "(correct spelling)"
+msgstr "(reizhskrivadur a-feson)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:748
+msgid "Completed spell checking"
+msgstr "Echu eo gwiriañ ar reizhskrivadur"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:285
+#: ../plugins/spell/gedit-spell-checker-language.c:291
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:300
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Dianav (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:406
+msgctxt "language"
+msgid "Default"
+msgstr "Dre-ziouer"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:141
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "Dibab ur yezh"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:192
+msgid "Languages"
+msgstr "Yezhoù"
+
+#: ../plugins/spell/gedit-spell-plugin.c:75
+msgid "_Check Spelling..."
+msgstr "_Gwiriañ reizhskrivadur..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:77
+msgid "Check the current document for incorrect spelling"
+msgstr "Gwiriañ reizhskrivadur an teul-red"
+
+#: ../plugins/spell/gedit-spell-plugin.c:83
+msgid "Set _Language..."
+msgstr "Dibab _Yezh..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:85
+msgid "Set the language of the current document"
+msgstr "Dibab yezh an teul-red"
+
+#: ../plugins/spell/gedit-spell-plugin.c:94
+msgid "_Autocheck Spelling"
+msgstr "Gwiriañ Reizhskrivadur ez-emgefre"
+
+#: ../plugins/spell/gedit-spell-plugin.c:96
+msgid "Automatically spell-check the current document"
+msgstr "Gwiriañ ez-emgefre reizhskrivadur an teul-red"
+
+#: ../plugins/spell/gedit-spell-plugin.c:761
+msgid "The document is empty."
+msgstr "Goullo eo an teul."
+
+#: ../plugins/spell/gedit-spell-plugin.c:794
+msgid "No misspelled words"
+msgstr "Ger fallskrivet ebet"
+
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "Dibab _yezh an teul bremanel"
+
+#: ../plugins/spell/spell-checker.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Yezh</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "<b>word</b>"
+msgstr "<b>ger</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Add w_ord"
+msgstr "Ouzhpennañ ar _ger"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Cha_nge"
+msgstr "Daskemmañ"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Change A_ll"
+msgstr "Daskemmañ _holl"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+#, fuzzy
+msgid "Change _to:"
+msgstr "Erlerc'hiañ gant:"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Check _Word"
+msgstr "Gwiriañ ar _ger"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Check spelling"
+msgstr "Gwiriañ ar reizhskrivañ"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+#, fuzzy
+msgid "Ignore _All"
+msgstr "Tremen e-biou d'an Holl"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "Language:"
+msgstr "Yezh :"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Misspelled word:"
+msgstr "Ger fallskrivet"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "User dictionary:"
+msgstr "Geriadur hiniennel :"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "_Ignore"
+msgstr "_Tremen e-biou"
+
+#: ../plugins/spell/spell-checker.ui.h:15
+msgid "_Suggestions:"
+msgstr "_Kinnigoù :"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "A wirieka reizhskrivañ an teul en implij."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Spell Checker"
+msgstr "Gwirieker ar skritur"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:98
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:694
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:710
+msgid "Tags"
+msgstr "Tagoù"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:605
+msgid "Select the group of tags you want to use"
+msgstr "Dibabit ar strollad balizennoù a fell deoc'h implij"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:624
+msgid "_Preview"
+msgstr "_Alberz"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:691
+msgid "Available Tag Lists"
+msgstr "Rolloù ar c'hlavioù hegerz"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "Stumm berraet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "Berradur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "A-us"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "Akronim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "Steudañ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "Arouezenn steudañ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "Eor"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "URI an eor"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+#, fuzzy
+msgid "Array"
+msgstr "Oged"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "Titouroù war an aozer"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "Liv an drekleur"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr "Liv an drekleur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr "URI an diazez"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "Nodrezh an diazez"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr "Nodrezh diazez (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "Tev"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "Riblenn"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr "Riblenn (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "Liv ar riblenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "Kreizh"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr "Kreizh (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr "Gwiriekaet (stad)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr "Stad gwiriekaet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr "Meneg"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "Liv an ereoù diuzet"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr "Liv an ereoù diuzet (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "Bannoù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "Evezhiadenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+#, fuzzy
+msgid "Content scheme"
+msgstr "Rizh an endalc'had"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "Rizh an endalc'had"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr "Rizh an endalc'had (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr "A genurzh"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr "Deiziad hag eur ar c'hemmoù"
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "Roll an displegadennoù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "Testenn diverket"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "Roud"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+#, fuzzy
+msgid "Directionality"
+msgstr "Roudek"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+#, fuzzy
+msgid "Directionality (deprecated)"
+msgstr "Roudek (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "Roll an teuliadoù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "Diweredekaet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr "Diaz an teul"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "Korf an teul"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "Penn an teul"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "Titl an teul"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "Stumm an teul"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr "Elfenn ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "Kreñvaat"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "Frammenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "Ere treuskas"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "Framm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr "Tarzh ar frammad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+#, fuzzy
+msgid "Frame target"
+msgstr "Pal ar framm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr "Riblenn-dro ar frammad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+#, fuzzy
+msgid "Frameset"
+msgstr "Strollad frammoù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+#, fuzzy
+msgid "Frameset columns"
+msgstr "Strollad kolonennoù framm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+#, fuzzy
+msgid "Frameset rows"
+msgstr "Strollad linennoù framm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr "HREF URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr "HTML - Arouezennoù dibar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr "HTML - Klavioù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr "HTML elfenn gwriz"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr "Handelv HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr "anv talbenn HTTP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr "ID ar c'hell-penn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr "Titl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr "Titl 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr "Titl 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr "Titl 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr "Titl 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr "Titl 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr "Titl 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "Uhelder"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr "Reolenn a-blaen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr "Esaouenn a-blaen"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr "Esaouenn a-blaen (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr "Anv an dalbenn HTTP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "Skeudenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+#, fuzzy
+msgid "Image map"
+msgstr "Skeudenn Map"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "Tarzh ar skeudenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr "Framm a-blaen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr "Gwiskad a-blaen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr "Testenn enlakaet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr "Testenn stouet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr "Arloadig Java"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr "Arloadig Java (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr "Skritellig"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr "Kod yezh"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr "Stil an testenn ledan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr "Treuzfollenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "Liv an ere"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "Link color (deprecated)"
+msgstr "Liv an ere (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr "Roll an ergorennoù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr "Roll"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr "Kemm lec'hel an doare skritur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+#, fuzzy
+msgid "Long description link"
+msgstr "Meneg hir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+#, fuzzy
+msgid "Long quotation"
+msgstr "Meneg hir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr "Ere postel"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr "Uhelder marzhenn e pikseloù"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr "Ledander marzhenn e pikseloù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr "Ment brasañ an takad-n testenn"
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr "Roll al lañserioù"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr "Roll al lañserioù (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr "Takad-n testenn lieslinennek"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+#, fuzzy
+msgid "Multicolumn"
+msgstr "Lieskolonennek"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr "Lies"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "Anv"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr "ID da heul"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr "URI ebet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr "Ergorenn enkorfet ebet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr "Frammad ebet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr "Gwiskad ebet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr "Troc'h linenn ebet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr "Adventañ ebet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr "Skript ebet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr "Skeud ebet"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr "Skeud ebet (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr "Troc'h ger ebet"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr "Troc'h ger ebet (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+#, fuzzy
+msgid "Non-breaking space"
+msgstr "Esaou didroc'hadu&s"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr "Notenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+#, fuzzy
+msgid "Object applet file"
+msgstr "Restr arloadig ergorenn"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+#, fuzzy
+msgid "Object applet file (deprecated)"
+msgstr "Restr arloadig ergorenn (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr "Darvoud OnBlur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr "Darvoud OnChange"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr "Darvoud OnClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr "Darvoud OnDblClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr "Darvoud OnFocus"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr "Darvoud OnKeyDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr "Darvoud OnKeyPress"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr "Darvoud OnKeyUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr "Darvoud OnLoad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr "Darvoud OnMouseDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr "Darvoud OnMouseMove"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr "Darvoud OnMouseOut"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr "Darvoud OnMouseOver"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr "Darvoud OnMouseUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr "Darvoud OnReset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr "Darvoud OnSelect"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr "Darvoud OnSubmit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr "Darvoud OnUnload"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr "Strollad an dibarzh"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr "Diuzer an dibarzh"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr "Listenn urzhiet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr "Media an ec'hankad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr "Rannbennad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr "Klas rannbennad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr "Neuz rannbennad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr "Listenn rakstummet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr "Testenn rakstummet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr "Afell da bouezañ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr "Menegiñ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+#, fuzzy
+msgid "Range"
+msgstr "Diuzad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr "Testenn ha ger-tremen Lennus Hepken"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr "Esaouenniñ bihanaet"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr "Esaouenniñ bihanaet (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+#, fuzzy
+msgid "Reverse link"
+msgstr "Ere kontrol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr "Gwriz"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr "Linennoù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr "Anv-yezh ar skript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script statements"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+#, fuzzy
+msgid "Scrollbar"
+msgstr "Barrenn dibunañ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr "Dibarzh diuzadus"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr "Diuzet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+#, fuzzy
+msgid "Server-side image map"
+msgstr "Skeudenn Map diouzh tu an dafariad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr "Stumm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr "Meneg berr a-blaen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "Ment"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr "Ment (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr "Skritur bihan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "Son"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "Tarzh"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr "Esaouenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr "Gwrizienn karrez"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+#, fuzzy
+msgid "Strong emphasis"
+msgstr "Kreñvaat muioc'h"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr "Stlennoù stil"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr "Isskript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+#, fuzzy
+msgid "Superscript"
+msgstr "Mac'her"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr "Urzh lec'hiadur an ivinelloù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr "Taolenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr "Korf an daolenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+#, fuzzy
+msgid "Table column group properties"
+msgstr "Titouroù strollad kelligoù an daolenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+#, fuzzy
+msgid "Table column properties"
+msgstr "Titouroù kolonenn an daolenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr "Kellig roadoù taolenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+#, fuzzy
+msgid "Table footer"
+msgstr "Traoñ taolenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr "Titl an daolenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr "Kellig penn an daolenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr "Linenn taolenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr "Roll meuzioù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr "Bukenn - Goullo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr "Bukenn - Kar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr "Bukenn - Eñ e-unan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr "Bukenn - Krec'h"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr "Stil an testenn teletype pe monospace"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "Testenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr "Liv an destenn"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr "Liv an destenn (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr "Testenn roet gant an arveriad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "Titl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr "Marzhenn uhelañ e pikseloù"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr "Neuz testenn islinennet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+#, fuzzy
+msgid "Unordered list"
+msgstr "Roll hep renkadurezh"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr "Arverañ kartenn ar skeudenn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "Gwerzh"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr "Esaouenn a-blom"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr "Esaouenn a-blom (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr "Liv ere gweladennet"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr "Liv ere gweladennet (diamzeret)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "Ledander"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr "XHTML 1.0 - Klavioù"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "Levrlennadur (cite)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr "Levrlennadur (item)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "Levrlennadur (shortcite)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "Levrlennadur (thebibliography)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "Krommelloù ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "Krochedoù <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "Krochedoù []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "Krommelloù {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "Enankad ar restr"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+#, fuzzy
+msgid "Footnote"
+msgstr "Notennig traoñ-pajenn"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "Arch'wel cosin"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "Arc'hwel e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "Arc'hwel exp"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "Arc'hwel log"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "Arc'hwel log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "Arc'hwel sine"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "Alpha gresian"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "Beta gresian"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "Epsilon gresian"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "Gamma gresian"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "Lambda gresian"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "Rho gresian"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "Tau gresian"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "Titl 0 (chabistr)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "Titl 0 (chabistr*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+#, fuzzy
+msgid "Header 1 (section)"
+msgstr "Titl 1 (section)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+#, fuzzy
+msgid "Header 1 (section*)"
+msgstr "Titl 1 (section*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+#, fuzzy
+msgid "Header 2 (subsection)"
+msgstr "Titl 2 (subsection)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+#, fuzzy
+msgid "Header 2 (subsection*)"
+msgstr "Titl 2 (subsection*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+#, fuzzy
+msgid "Header 3 (subsubsection)"
+msgstr "Titl 3 (subsubsection)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+#, fuzzy
+msgid "Header 3 (subsubsection*)"
+msgstr "Titl 3 (subsubsection*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "Titl 4 (rannbennad)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "Stagadenn an talbenn"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "Ergorenn"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "Ergorenn gant ur skritellig"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "Latex - Klavioù"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "Roll taolennadurioù"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "Roll niverennadoù"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "Roll an ergorennoù"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "Jedoniezh (diskouez)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "Jedoniezh (enlinenn)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "Oberier fraction"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "Oberier integral (diskouez)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "Oberier integral (enlinenn)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "Oberier sum (diskouez)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "Oberier sum (enlinenn)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "Skritellig an dave"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "Dave ref"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "Arouez <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "Arouez <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "Arouez >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "Arouez >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "Arouez and"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "Arouez const"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "Arouez d-by-dt"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "Arouez d-by-dt-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "Arouez d2-by-dt2-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "Arouez dagger"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "Arouez equiv"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "Arouez hyphen --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "Arouez hyphen ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "Arouez infinity"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "Arouez mathspace ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "Arouez mathspace ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "Arouez mathspace _"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "Arouez mathspace __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "Arouez simeq"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "Arouez star"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+#, fuzzy
+msgid "Typeface bold"
+msgstr "Tev (bold)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+#, fuzzy
+msgid "Typeface italic"
+msgstr "Italek"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+#, fuzzy
+msgid "Typeface slanted"
+msgstr "Stouet (slanted)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "Testenn didorradus"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid "Provides a method to easily insert into a document commonly used tags/strings without having to type them."
+msgstr "A zegas un hentenn aes evit enlakaat en teul tagoù pe chadennoù implijet alies hep ma vefe ret skrivañ anezho."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Roll ar c'hlavioù"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "XSLT - Ahelioù"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT - Elfennoù"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT - Arc'hwelioù"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "hendad"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "hendad pe eñ e-unan"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "doareenn"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "bugel"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "diskennad"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "diskennad pe eñ e-unan"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "da heul"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "kar"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "a-raok"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "e-unan"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr "XUL - Klavioù"
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "In_sert Date and Time..."
+msgstr "Enlakaat Deiziad hag Eur"
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "Insert current date and time at the cursor position"
+msgstr "Enlakaat an deiziad hag an eur red e-lerc'h m'emañ ar biz-red"
+
+#: ../plugins/time/gedit-time-plugin.c:613
+msgid "Available formats"
+msgstr "Mentrezhioù hegerzh"
+
+#: ../plugins/time/gedit-time-plugin.c:763
+msgid "Configure insert date/time plugin..."
+msgstr "Kefluniañ an enlugellad evit enlakaat deiziad/eur..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Enlakaat Deiziad/Eur"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "A enlakaat an deiziad hag an eur bremanel e-lerc'h m'emañ ar biz-red."
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:4
+msgid "Insert Date and Time"
+msgstr "Enlakaat Deiziad hag Eur"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:6
+msgid "Use the _selected format"
+msgstr "Implij ar mentrezh diuzet"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+msgid "_Insert"
+msgstr "_Enlakaat"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+msgid "_Use custom format"
+msgstr "_Arverañ ur mentrezh personelaet"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\">Pa enlakaer deiziad/eur...</span>"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "Configure date/time plugin"
+msgstr "Kefluniañ an enlugellad deiziad/eur"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:7
+msgid "_Prompt for a format"
+msgstr ""
+
diff --git a/po/bs.po b/po/bs.po
new file mode 100644
index 0000000..3bdb94c
--- /dev/null
+++ b/po/bs.po
@@ -0,0 +1,3527 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.HEAD.bs\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-02-27 06:07+0000\n"
+"PO-Revision-Date: 2015-03-02 11:58+0100\n"
+"Last-Translator: Samir Ribic <samir.ribic@etf.unsa.ba>\n"
+"Language-Team: Bosnian <lokal@linux.org.ba>\n"
+"Language: bs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Poedit 1.7.4\n"
+"X-Launchpad-Export-Date: 2015-02-15 06:18+0000\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit je oficijelni uređivač teksta GNOME desktop okruženja. Iako je "
+"primarni cilj jednostavnost i lakoća upotrebe, gedit je moćan uređivač "
+"teksta opšte namjene."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Bez obzira da li pišete sljedeći bestseler, programirate inovativnu "
+"aplikaciju, ili jednostavno pravite brze bilješke, gedit će biti pouzdan "
+"alat da obavite ovaj zadatak."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"Njegov fleksibilni plugin sistem dozvoljava Vam da prilagodite aplikaciju "
+"vašim potrebama i prilagodite je vašem radu."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:724
+msgid "Text Editor"
+msgstr "Uređivač teksta"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "Izmijeni tekstualne datoteke"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit Editor Teksta"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "Tekst; Uređivač;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "Otvori novi prozor"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "Otvori novi dokument"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "Koristi uobičajeni font"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Da li koristiti standardni sistemski font za uređivanje teksta umjesto fonta "
+"specifičnog za gedit. Ako je ova opcija isključena, onda čije se font "
+"imenovan u \"Font editora\" koristiti umjesto sistemskog fonta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "Font editora"
+
+#: ../data/org.gnome.gedit.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 ""
+"Vlastiti font koji će se koristiti u polju za izmjene. Ovo će imati efekta "
+"samo ako je opcija \"Usi Default Font\" isključena."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "Postavke stila"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID postavke GtkSourceView stila koji se koristi za bojenje teksta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "Napravi sigurnosne kopije"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Da li bi gedit trebao napraviti sigurnosne kopije za datoteke koje snima."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "Automatsko snimanje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"Da li da program automatski čuva izmijenjenu datoteku posle određenog "
+"vremenskog intervala. Možete postaviti vremenski interval pomoću opcije "
+"„Vremenski razmak za periodično čuvanje“."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "Interval automatskog snimanja"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"Broj minuta nakon kojih će program automatski sačuvati izmijenjenu datoteku. "
+"Ovo će jedino imati efekta ukoliko je opcija „Automatsko snimanje“ uključena."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "Najveći broj akcija poništavanja"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+"Maksimalan broj akcija koje će gedit moći da poništi ili vrati. Koristite „-"
+"1“ za neograničen broj akcija."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "Mod automatskog lomljenja teksta"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"Određuje način prijeloma dugih linija u oblasti za uređivanje. Koristite "
+"„none“ za isključivanje prijeloma, „word“ za prelom na kraju riječi, i "
+"„char“ za prelom između znakova. Obratite pažnju da su vrijednosti "
+"osjetljive na velika ili mala slova, pa se uvjerite da ih koristite na isti "
+"način kao što su ovdje navedene."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Posljednji izbor načina djeljenja za način uvijanja linija."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"Specificirajte posljednji način djeljenja linija uz način uvijanja linija, "
+"kako bi još uvijek pamtili izbor načina djeljenja i nakon isključivanja "
+"načina djeljenja."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "Veličina kartice"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Navodi broj praznih polja koje će se prikazati umjesto tabulatora."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "Ubaci razmake"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Da li će gedit ubaciti razmake umjesto tabulatora."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "Uvlači u radu"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Da li da program omogući automatsko uvlačenje."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "Prikaži brojeve linija"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Da li će gedit prikazati brojeve linija u polju za izmjene."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "Selektiraj trenutnu liniju"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "Da li gedit treba da ističe tekući red."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "Istakni uparene zagrade"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Da li program treba da istakne uparene zagrade."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "Prikaži desnu marginu"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Da li će gedit prikazati desnu marginu u polju za izmjene."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "Pozicija desne margine"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "Navodi poziciju desne margine."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "Pametne Home/End tipke"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 ""
+"Određuje kako se kursor pomijera kada se pritisnu tipke HOME i END. "
+"Koristite „disabled“ za stalno vraćanje na početak/kraj linije, „after“ za "
+"pomijeranje na početak/kraj linije po prvom pritisku i na početak/kraj "
+"teksta zanemarijući razmake po drugom pritisku, „before“ za pomijeranje na "
+"početak/kraj teksta prije pomeranja na početak/kraj linije i „always“ za "
+"pomijeranje na početak/kraj teksta umjesto na početak/kraj linije."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "Vrati predhodnu poziciju kursora"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Da li gedit treba vratiti predhodnu poziciju kursora nakon učitavanja "
+"dokumenta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "Omogući sintatičko isticanje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Da li će gedit omogućiti sintatičko isticanje."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "Omogući isticanje rezultata pretrage"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Da li će gedit označiti sve pojave traženog teksta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "Osiguraj prateći novi red"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Da li program treba da osigura da se dokumenti uvijek završavaju pratećim "
+"novim redom."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "Traka s alatima je vidljiva"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Da li će traka s alatima biti vidljiva u prozorima za izmjenu teksta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "Režim prikazivanjakartica bilježnice"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Određuje kada će biti prikazani kartice bilježnice. Koristite „never“ da "
+"nikada nebi bili prikazani, „always“ da bi uvijek bili prikazani, i „auto“ "
+"da bi bili prikazani samo ako ima više od jednog jezička. Obratite pažnju da "
+"su vrijednosti osjetljive na velika ili mala slova, pa se uvjerite da ih "
+"koristite na isti način kao što su ovdje navedene."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "Statusna traka je vidljiva"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Da li će statusna traka na dnu prozora za izmjenu teksta biti vidljiva."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "Bočna oblast je vidljiva"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Da li bočni panel u lijevom djelu oblasti za unos teksta treba da bude "
+"vidljiv."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "Maksimalni broj skorašnjih datoteka"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Navodi maksimalan broj nedavno otvorenih datoteka koje će biti prikazane u "
+"podmeniju \"Skorašnje datoteke\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "Štampaj sintatičko isticanje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Da li će gedit štampati sintatičko isticanje tokom štampanja dokumenata."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "Štampaj zaglavlje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Da li će gedit uključiti zaglavlje dokumenta tokom štampanja dokumenata."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "Štampaj mod lomljenja linije"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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 ""
+"Određuje način prelamanja dugih linija za štampanje. Koristite „none“ za "
+"isključivanje prijeloma, „word“ za prelom na kraju riječi, i „char“ za "
+"prelom između znakova. Obratite pažnju da su vrijednosti osjetljive na "
+"velika ili mala slova, pa se uvjerite da ih koristite na isti način kao što "
+"su ovdje navedene."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "Štampaj brojeve linija"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ako je ova vrijednost 0, onda brojevi linija neće biti ubačeni pri štampanju "
+"dokumenta. Inače će vrijednost određivati periodičnost štampanja brojeva "
+"linija u geditu."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "Font tijela za štampanje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"Navodi font koji će se koristiti za tijelo dokumenta pri štampanju "
+"dokumenata."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "Font zaglavlja za štampanje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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 ""
+"Navodi font koji će se koristiti za zaglavlja stranica pri štampanju "
+"dokumenta. Ovo će imati efekta samo ako je opcija \"Print Header\" uključena."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "Font broja linije za štampanje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 ""
+"Navodi font koji će se koristiti za brojeve linija pri štampanju. Ovo će "
+"imati efekta samo ako opcija \"Print Linije Numbers\" nije nula."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely usi it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. Seje http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr ""
+"['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16','ISO-8859-2','WINDOWS-"
+"1250','ISO-8859-5']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Automatically Detected Encodings"
+msgstr "Automatski otkrivaj kodne rasporede"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"Uređeni spisak kodnih rasporeda koje koristi program za samoprepoznavanje "
+"kodnog rasporeda datoteke. „CURRENT“ označava tekući kodni raspored "
+"lokaliteta. Koriste se jedino prepoznati kodni rasporedi."
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. mijenu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-2']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid "Encodings shown in menu"
+msgstr "Kodiranja prikazana u meniju"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"Spisak kodiranja prikazanih u meniju za kodiranje znakova pri izboru "
+"datoteka. Koriste se samo prepoznati kodni rasporedi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid "Active plugins"
+msgstr "Pokrenuti dodaci"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:93
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Lista aktivnih dodataka. Sadrži lokaciju aktivnih dodataka. Vidi .gedit-"
+"plugin datoteku radi utvrđivanja lokacije određenog dodatka."
+
+#: ../gedit/gedit-app.c:105
+msgid "Show the application's version"
+msgstr "Prikaži verziju programa"
+
+#: ../gedit/gedit-app.c:111
+msgid "Display list of possible values for the encoding option"
+msgstr "Prikazuje spisak mogućih vrijednosti za kodiranje"
+
+#: ../gedit/gedit-app.c:118
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Postavite kodiranje znakova koje će se koristiti za otvaranje datoteka na "
+"komandnoj liniji."
+
+#: ../gedit/gedit-app.c:119
+msgid "ENCODING"
+msgstr "KODNI RASPORED"
+
+#: ../gedit/gedit-app.c:125
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Pravi novi prozor najvišeg nivoa u postojećoj instanci programa"
+
+#: ../gedit/gedit-app.c:132
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Napravi novi dokument u postojećoj instanci gedit-a"
+
+#: ../gedit/gedit-app.c:139
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "Postavlja veličinu i položaj prozora (ŠIRINAxVISINA+X+Y)"
+
+#: ../gedit/gedit-app.c:140
+msgid "GEOMETRY"
+msgstr "GEOMETRIJA"
+
+#: ../gedit/gedit-app.c:146
+msgid "Open files and block process until files are closed"
+msgstr "Otvara datoteke i blokira proces sve dok se datoteke ne zatvore"
+
+#: ../gedit/gedit-app.c:153
+msgid "Run gedit in standalone mode"
+msgstr "Pokreće program gedit u samostalnom režimu"
+
+#: ../gedit/gedit-app.c:160
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[DATOTEKA...] [LINIJA+[:KOLONA]]"
+
+#: ../gedit/gedit-app.c:265
+msgid "There was an error displaying the help."
+msgstr "Došlo je do greške pri prikazivanju pomoći."
+
+#: ../gedit/gedit-app.c:919
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: neispravno kodiranje."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:155
+msgid "Question"
+msgstr "Pitanje"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:323
+msgid "Close _without Saving"
+msgstr "Zatvori _bez snimanja"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#: ../gedit/gedit-commands-file.c:459 ../gedit/gedit-commands-file.c:593
+#: ../gedit/gedit-commands-file.c:669 ../gedit/gedit-commands-file.c:868
+#: ../gedit/gedit-commands-file.c:1580 ../gedit/gedit-io-error-info-bar.c:135
+#: ../gedit/gedit-io-error-info-bar.c:516
+#: ../gedit/gedit-preferences-dialog.c:790
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_Odustani"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:350
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "_Sačuvaj kao"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:350
+#: ../gedit/gedit-commands-file.c:869 ../gedit/resources/gtk/menus-osx.ui.h:7
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "_Snimi"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:368
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ukoliko ih ne sačuvate, izmjene za proteklu %ld sekundu bit će trajno "
+"izgubljene."
+msgstr[1] ""
+"Ako ne snimite, izmjene u zadnje %ld sekunde će biti trajno izgubljene."
+msgstr[2] ""
+"Ako ne snimite, izmjene u zadnjih %ld sekundi će biti trajno izgubljene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:377
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "Ako ne snimite, izmjene iz zadnje minute će biti trajno izgubljene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:383
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ako ne snimite, izmjene iz zadnje minute i %ld sekunde će biti trajno "
+"izgubljene."
+msgstr[1] ""
+"Ako ne snimite, izmjene iz zadnje minute i %ld sekunde će biti trajno "
+"izgubljene."
+msgstr[2] ""
+"Ako ne snimite, izmjene iz zadnje minute i %ld sekundi će biti trajno "
+"izgubljene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:393
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ako ne snimite, izmjene iz zadnje %ld minute će biti trajno izgubljene."
+msgstr[1] ""
+"Ako ne snimite, izmjene iz zadnje %ld minute će biti trajno izgubljene."
+msgstr[2] ""
+"Ako ne snimite, izmjene iz zadnjih %ld minuta će biti trajno izgubljene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:408
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+"Ako ne spremite, izmjene u posljednjih sat vremena će biti nepovratno "
+"izgubljene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ako ne snimite, izmjene iz zadnjeg sata i %d minute će biti trajno "
+"izgubljene."
+msgstr[1] ""
+"Ako ne snimite, izmjene iz zadnjeg sata i %d minute će biti trajno "
+"izgubljene."
+msgstr[2] ""
+"Ako ne snimite, izmjene iz zadnjeg sata i %d minuta će biti trajno "
+"izgubljene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:429
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Izmjene u posljednjih %d časa će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[1] ""
+"Izmjene u posljednja %d časa će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[2] ""
+"Izmjene u posljednjih %d časova će biti trajno odbačene ukoliko ne sačuvate."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:473
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Izmjene dokumenta \"%s\" će biti za stalno izgubljene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:478
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Sačuvaj promjene dokumenta \"%s\" prije zatvaranja?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:493
+#: ../gedit/gedit-close-confirmation-dialog.c:654
+msgid "Saving has been disabled by the system administrator."
+msgstr "Čuvanje je onemogućeno od strane administratora sistema."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:602
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Izmjene učinjene u %d dokumentu će biti trajno odbačene."
+msgstr[1] "Izmjene učinjene u %d dokumenta će biti trajno odbačene."
+msgstr[2] "Izmjene učinjene u %d dokumenata će biti trajno odbačene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:610
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d izmijenjen dokument nije snimljen. Snimiti izmjene prije zatvaranja?"
+msgstr[1] ""
+"%d izmijenjena dokumenta nisu snimljena. Snimiti izmjene prije zatvaranja?"
+msgstr[2] ""
+"%d izmijenjenih dokumenata nije snimljeno. Snimiti izmjene prije zatvaranja?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:630
+msgid "Docum_ents with unsaved changes:"
+msgstr "Dokumenti sa nesačuvanim izmjenama:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:634
+msgid "S_elect the documents you want to save:"
+msgstr "_Izaberite dokumente koje želite snimiti:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:658
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Ako ne snimite, sve vaše izmjene će biti trajno izgubljene."
+
+#: ../gedit/gedit-commands-file.c:258
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Učitavam datoteku „%s“…"
+
+#: ../gedit/gedit-commands-file.c:267
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Učitavam %d datoteku…"
+msgstr[1] "Učitavam %d datoteke…"
+msgstr[2] "Učitavam %d datoteka…"
+
+#. Translators: "Opijen" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:453
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Otvori"
+
+#: ../gedit/gedit-commands-file.c:460 ../gedit/resources/gtk/menus-osx.ui.h:4
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "_Otvori"
+
+#: ../gedit/gedit-commands-file.c:584
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Datoteka „%s“ je samo za čitanje."
+
+#: ../gedit/gedit-commands-file.c:589
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Želite li je zamijeniti datotekom koju snimate?"
+
+#: ../gedit/gedit-commands-file.c:594
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "_Zamijeni"
+
+#: ../gedit/gedit-commands-file.c:634
+msgid "Save the file using compression?"
+msgstr "Da sačuvam datoteku koristeći sažimanje?"
+
+#: ../gedit/gedit-commands-file.c:638
+msgid "Save the file as plain text?"
+msgstr "Da sačuvam datoteku kao običan tekst?"
+
+#: ../gedit/gedit-commands-file.c:651
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"Datoteka „%s“ je prethodno sačuvana kao običan tekst a sada će biti sačuvana "
+"koristeći sažimanje."
+
+#: ../gedit/gedit-commands-file.c:655
+msgid "_Save Using Compression"
+msgstr "_Sačuvaj koristeći sažimanje"
+
+#: ../gedit/gedit-commands-file.c:660
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Datoteka „%s“ je prethodno sačuvana koristeći sažimanje a sada će biti "
+"sačuvana kao običan tekst."
+
+#: ../gedit/gedit-commands-file.c:663
+msgid "_Save As Plain Text"
+msgstr "_Sačuvaj kao običan tekst"
+
+#: ../gedit/gedit-commands-file.c:778 ../gedit/gedit-commands-file.c:1031
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Snimam dokument '%s'…"
+
+#: ../gedit/gedit-commands-file.c:861
+msgid "Save As"
+msgstr "Snimi kao"
+
+#: ../gedit/gedit-commands-file.c:1441
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Vraćam u predhodno stanje dokument '%s'…"
+
+#: ../gedit/gedit-commands-file.c:1488
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Vraćam u predhodno stanje promjene na dokumentu '%s'?"
+
+#: ../gedit/gedit-commands-file.c:1497
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Izmjene učinjene u dokumentu u zadnjoj %ld sekundi će biti trajno izgubljene."
+msgstr[1] ""
+"Izmjene učinjene u dokumentu u zadnje %ld sekunde će biti trajno izgubljene."
+msgstr[2] ""
+"Izmjene učinjene u dokumentu u zadnjih %ld sekundi će biti trajno izgubljene."
+
+#: ../gedit/gedit-commands-file.c:1506
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Izmjene učinjene u dokumentu u zadnjoj minuti će biti trajno izgubljene."
+
+#: ../gedit/gedit-commands-file.c:1512
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Izmjene učinjene u dokumentu u zadnjoj minuti i %ld sekundi će biti trajno "
+"izgubljene."
+msgstr[1] ""
+"Izmjene učinjene u dokumentu u zadnjoj minuti i %ld sekunde će biti trajno "
+"izgubljene."
+msgstr[2] ""
+"Izmjene učinjene u dokumentu u zadnjoj minuti i %ld sekundi će biti trajno "
+"izgubljene."
+
+#: ../gedit/gedit-commands-file.c:1522
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Izmjene učinjene u dokumentu u zadnjoj %ld minuti će biti trajno izgubljene."
+msgstr[1] ""
+"Izmjene učinjene u dokumentu u zadnje %ld minute će biti trajno izgubljene."
+msgstr[2] ""
+"Izmjene učinjene u dokumentu u zadnjih %ld minuta će biti trajno izgubljene."
+
+#: ../gedit/gedit-commands-file.c:1537
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Izmjene učinjene u dokumentu tokom posljednjeg časa će biti trajno odbačene."
+
+#: ../gedit/gedit-commands-file.c:1543
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Izmjene učinjene u dokumentu u zadnjem satu i %d minuti će biti trajno "
+"izgubljene."
+msgstr[1] ""
+"Izmjene učinjene u dokumentu u zadnjem satu i %d minute će biti trajno "
+"izgubljene."
+msgstr[2] ""
+"Izmjene učinjene u dokumentu u zadnjem satu i %d minuta će biti trajno "
+"izgubljene."
+
+#: ../gedit/gedit-commands-file.c:1558
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Izmjene učinjene u dokumentu u posljednjem %d času će biti trajno odbačene."
+msgstr[1] ""
+"Izmjene učinjene u dokumentu u posljednja %d časa će biti trajno odbačene."
+msgstr[2] ""
+"Izmjene učinjene u dokumentu u posljednjih %d časova će biti trajno odbačene."
+
+#: ../gedit/gedit-commands-file.c:1581
+msgid "_Revert"
+msgstr "_Odbaci"
+
+#: ../gedit/gedit-commands-help.c:81
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit je mali i lagani uređivač teksta za GNOME"
+
+#: ../gedit/gedit-commands-help.c:105
+msgid "translator-credits"
+msgstr ""
+" Eldar Granulo https://launchpad.net/~egranulo2\n"
+" Emin Šehić https://launchpad.net/~esehic3\n"
+" Samir Ribić https://launchpad.net/~megaribi"
+
+#: ../gedit/gedit-commands-search.c:105
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Pronašao sam i zamijenio %d pojavu"
+msgstr[1] "Pronašao sam i zamijenio %d pojave"
+msgstr[2] "Pronašao sam i zamijenio %d pojava"
+
+#: ../gedit/gedit-commands-search.c:114
+msgid "Found and replaced one occurrence"
+msgstr "Pronašao sam i zamijenio jednu pojavu"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:140
+#, c-format
+msgid "\"%s\" not found"
+msgstr "Ne nađoh „%s“"
+
+#: ../gedit/gedit-document.c:956 ../gedit/gedit-document.c:986
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Nesačuvan dokument %d"
+
+#: ../gedit/gedit-documents-panel.c:428
+#, c-format
+msgid "Tab Group %i"
+msgstr "Tab grupa %i"
+
+#: ../gedit/gedit-documents-panel.c:525 ../gedit/gedit-window.c:1134
+#: ../gedit/gedit-window.c:1140 ../gedit/gedit-window.c:1148
+msgid "Read-Only"
+msgstr "Samo čitanje"
+
+#: ../gedit/gedit-encodings-combo-box.c:302
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Samo-prepoznat"
+
+#: ../gedit/gedit-encodings-combo-box.c:331
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove..."
+msgstr "Dodaj ili u_kloni..."
+
+#: ../gedit/gedit-encoding-items.c:96 ../gedit/gedit-encoding-items.c:105
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Trenutna lokalizacija (%s)"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:799
+msgid "All Files"
+msgstr "Sve datoteke"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "Sve tekstualne datoteke"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:306
+msgid "C_haracter Encoding:"
+msgstr "Kodiranje zn_akova:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:365
+msgid "L_ine Ending:"
+msgstr "Završetak linije:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "Kodiranje karaktera:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Kraj linije:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:257 ../gedit/gedit-window.c:1218
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "Obični tekst"
+
+#: ../gedit/gedit-io-error-info-bar.c:148
+#: ../gedit/gedit-io-error-info-bar.c:496
+msgid "_Retry"
+msgstr "Pon_ovi"
+
+#: ../gedit/gedit-io-error-info-bar.c:168
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Datoteka \"%s\" nije pronadjena."
+
+#: ../gedit/gedit-io-error-info-bar.c:170
+#: ../gedit/gedit-io-error-info-bar.c:210
+#: ../gedit/gedit-io-error-info-bar.c:217
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Molim provjerite da li ste tačno naveli putanju (mjesto) i pokušajte ponovo."
+
+#. Translators: %s is a URI scheme (liki for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:189
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Nemoguće rukovati \"%s:\" lokacijama."
+
+#: ../gedit/gedit-io-error-info-bar.c:195
+msgid "Unable to handle this location."
+msgstr "Nemoguće rukovati ovom lokacijom."
+
+#: ../gedit/gedit-io-error-info-bar.c:204
+msgid "The location of the file cannot be accessed."
+msgstr "Ne može se pristupiti lokaciji datoteke."
+
+#: ../gedit/gedit-io-error-info-bar.c:208
+#, c-format
+msgid "“%s” is a directory."
+msgstr "\"%s\" je direktorij."
+
+#: ../gedit/gedit-io-error-info-bar.c:215
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "\"%s\" nije validna lokacija."
+
+#: ../gedit/gedit-io-error-info-bar.c:251
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Domaćin \"%s\" nije mogao biti pronađen. Molim vas provjerite da su vaše "
+"proxy postavke tačne i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:266
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Ime računara nije ispravno. Provjerite da li ste unijeli ispravnu adresu i "
+"pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:274
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "\"%s\" nije regularna datoteka."
+
+#: ../gedit/gedit-io-error-info-bar.c:279
+msgid "Connection timed out. Please try again."
+msgstr "Vrijeme za uspostavljanje veze je isteklo. Pokušaj ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:312
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Neočekivana greška: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:348
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Ne može se pronaći zahtjevana datoteka. Možda je nedavno obrisan."
+
+#: ../gedit/gedit-io-error-info-bar.c:358
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Nije se mogla vratiti datoteka \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:385
+msgid "Ch_aracter Encoding:"
+msgstr "Kodiranje _znaka:"
+
+#: ../gedit/gedit-io-error-info-bar.c:446
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Lokacija %s nije trenutno dostupna."
+
+#: ../gedit/gedit-io-error-info-bar.c:461
+msgid "Your system is offline. Check your network."
+msgstr "Vaš sistem je van mreže. Provjerite konekciju."
+
+#. Translators: the access key chosen for this string should bje
+#. different from other main mijenu access keys (Opijen, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:504
+#: ../gedit/gedit-io-error-info-bar.c:773
+msgid "Edit Any_way"
+msgstr "_Ipak promijeni"
+
+#: ../gedit/gedit-io-error-info-bar.c:596
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Ne mogu da nađem traženu datoteku jer je broj veza za praćenje je ograničen."
+
+#: ../gedit/gedit-io-error-info-bar.c:600
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Nemate neophodne dozvole za otvaranje datoteke."
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+msgid "Unable to detect the character encoding."
+msgstr "Ne može se detektovati kodiranje karaktera."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+#: ../gedit/gedit-io-error-info-bar.c:631
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Molim provjerite da ne pokušavate da otvorite binarnu datoteku."
+
+#: ../gedit/gedit-io-error-info-bar.c:608
+msgid "Select a character encoding from the menu and try again."
+msgstr "Izaberite kodiranje znakova iz menija i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:614
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Desio se problem pri otvaranju datoteke \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:616
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Datoteka koju ste otvorili ima neke neispravne znakove. Ako nastavite da "
+"uređujete ovu datoteku, možete da je oštetite."
+
+#: ../gedit/gedit-io-error-info-bar.c:619
+msgid "You can also choose another character encoding and try again."
+msgstr "Izaberite kodiranje znakova iz menija i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:628
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Nije se mogla otvoriti datoteka \"%s\" koristeći \"%s\" enkodiranje "
+"karaktera."
+
+#: ../gedit/gedit-io-error-info-bar.c:632
+#: ../gedit/gedit-io-error-info-bar.c:707
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Izaberite neko drugo kodiranje znakova iz menija i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:644
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Nije se mogla otvoriti datoteka \"%s\"."
+
+#: ../gedit/gedit-io-error-info-bar.c:702
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Nije se mogla sačuvati datoteka \"%s\" koristeći \"%s\" enkodiranje "
+"karaktera."
+
+#: ../gedit/gedit-io-error-info-bar.c:705
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokument sadrži jedan ili više znakova koji ne mogu biti pretvoreni "
+"korišćenjem zadatog kodnog zapisa znakova."
+
+#. Translators: the access key chosen for this string should bje
+#. different from other main mijenu access keys (Opijen, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:778
+msgid "D_on't Edit"
+msgstr "_Ne mijenjaj"
+
+#: ../gedit/gedit-io-error-info-bar.c:788
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Datoteka \"%s\" je već otvorena u drugom prozoru."
+
+#: ../gedit/gedit-io-error-info-bar.c:802
+msgid "Do you want to edit it anyway?"
+msgstr "Da li je želite svakako uređivati?"
+
+#: ../gedit/gedit-io-error-info-bar.c:858
+#: ../gedit/gedit-io-error-info-bar.c:948
+#: ../gedit/gedit-io-error-info-bar.c:1240
+msgid "S_ave Anyway"
+msgstr "S_ačuvaj i pored toga"
+
+#: ../gedit/gedit-io-error-info-bar.c:861
+#: ../gedit/gedit-io-error-info-bar.c:951
+#: ../gedit/gedit-io-error-info-bar.c:1243
+msgid "D_on't Save"
+msgstr "_Nemoj snimiti"
+
+#. FIXME: review this message, it's not clear sinci for the user the "modification"
+#. * could bje interpreted as the changes hi made in the document. beside "reading" is
+#. * not accurate (sinci last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:875
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Datoteka \"%s\" je izmijenjana od zadnjeg čitanja."
+
+#: ../gedit/gedit-io-error-info-bar.c:890
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Ako je snimite, sve izmjene nastale spolja će biti izgubljene. Ipak je "
+"snimiti?"
+
+#: ../gedit/gedit-io-error-info-bar.c:970
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Nije se mogla kreirati backup datoteka pri snimanju \"%s\""
+
+#: ../gedit/gedit-io-error-info-bar.c:975
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Nije se mogla kreirati privremena backup datoteka pri snimanju \"%s\""
+
+#: ../gedit/gedit-io-error-info-bar.c:992
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Nije se mogao izvršiti back up stare kopije datoteke prije snimanja nove. "
+"Možete ignorisati ovo upozorenje i snimiti datoteku, ali ako se greška "
+"dogodi pri snimanju, gubite staru kopiju datoteke. Snimiti bez obzira?"
+
+#. Translators: %s is a URI scheme (liki for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1052
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nemoguće pronaći \"%s\" u modu za pisanje. Molimo provjerite da ste pravilno "
+"ukucali lokaciju i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1060
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nemoguće pronaći ovu lokaciju u modu za pisanje. Molimo provjerite da ste "
+"pravilno ukucali lokaciju i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1069
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" nije validna lokacija. Molimo provjerite da ste pravilno ukucali istu "
+"i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1076
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Nemate neophodne dozvole da sačuvate datoteku. Molim provjerite da li ste "
+"unijeli ispravnu putanju i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1082
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Nema dovoljno prostora na disku da sačuvate datoteku. Molim oslobodite "
+"prostor na disku i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1087
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Pokušavate da sačuvate datoteku na disku na kojem upis nije dozvoljen. Molim "
+"provjerite da li ste putanju ukucali ispravno i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1093
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"Postoji još jedna datoteka sa istim imenom. Molim koristite neko drugo ime."
+
+#: ../gedit/gedit-io-error-info-bar.c:1098
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Disk na koji pokušavate da sačuvate datoteku ima ograničenje na dužinu imena "
+"datoteka. Molim koristite kraće ime."
+
+#: ../gedit/gedit-io-error-info-bar.c:1109
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Disk na koji pokušavate da sačuvate datoteku ograničava određenu veličinu "
+"datoteke. Sačuvajte manju datoteku ili je sačuvate na neki drugi disk koji "
+"nema ovo ograničenje."
+
+#: ../gedit/gedit-io-error-info-bar.c:1126
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Datoteka \"%s\" nije mogla biti snimljena."
+
+#: ../gedit/gedit-io-error-info-bar.c:1166
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Datoteka \"%s\" promijenjena na disku."
+
+#: ../gedit/gedit-io-error-info-bar.c:1177
+msgid "Drop Changes and _Reload"
+msgstr "Odustani od promjena i _ponovo učitaj."
+
+#: ../gedit/gedit-io-error-info-bar.c:1187
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Reload"
+msgstr "_Ponovo učitaj"
+
+#: ../gedit/gedit-io-error-info-bar.c:1192
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "_Zanemari"
+
+#: ../gedit/gedit-io-error-info-bar.c:1253
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Neki nevalidni znakovi su otkriveni pri snimanju \"%s\""
+
+#: ../gedit/gedit-io-error-info-bar.c:1269
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Ukoliko nastavite čuvanje ove datoteke možete da oštetite dokument. Da ipak "
+"sačuvam?"
+
+#: ../gedit/gedit-preferences-dialog.c:413
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Pritisnite ovo dugme kako biste odabrali font koji će biti korišćen u "
+"uređivaču"
+
+#: ../gedit/gedit-preferences-dialog.c:426
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Koristi sistemski slovni lik fiksne širine (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:566
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"Ne mogu da napravim direktorijum „%s“: g_mkdir_with_parents() poziv nije "
+"uspio: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:763
+msgid "The selected color scheme cannot be installed."
+msgstr "Odabrana postavka boja ne može biti postavljena."
+
+#: ../gedit/gedit-preferences-dialog.c:786
+msgid "Add Scheme"
+msgstr "Dodaj postavku boja"
+
+#: ../gedit/gedit-preferences-dialog.c:791
+msgid "A_dd Scheme"
+msgstr "_Dodaj postavku boja"
+
+#: ../gedit/gedit-preferences-dialog.c:795
+msgid "Color Scheme Files"
+msgstr "Datoteke sa postavkama boja"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Ne mogu da uklonim postavku boja „%s“."
+
+#: ../gedit/gedit-print-job.c:223
+msgid "Preparing..."
+msgstr "Pripremam..."
+
+#: ../gedit/gedit-print-job.c:536
+#, c-format
+msgid "File: %s"
+msgstr "Datoteka: %s"
+
+#: ../gedit/gedit-print-job.c:545
+msgid "Page %N of %Q"
+msgstr "Stranica %N od %Q"
+
+#: ../gedit/gedit-print-job.c:619
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Obrađujem stranicu %d od %d"
+
+#: ../gedit/gedit-print-preview.c:674
+#, c-format
+msgid "Page %d of %d"
+msgstr "Stranica %d od %d"
+
+#: ../gedit/gedit-replace-dialog.c:686
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Ništa"
+
+#: ../gedit/gedit-replace-dialog.c:775
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "_Pronađi i Zamijeni"
+
+#. Usi spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:56 ../gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:56 ../gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Postoje greške u %d kartici"
+msgstr[1] "Postoje greške u %d kartice"
+msgstr[2] "Postoje greške u %d karticaa"
+
+#. Translators: the first %s is a file nami (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:783
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Vršim povraćaj dokumenta %s iz fascikle %s"
+
+#: ../gedit/gedit-tab.c:790
+#, c-format
+msgid "Reverting %s"
+msgstr "Vraćam dokument %s"
+
+#. Translators: the first %s is a file nami (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:803
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Učitavam dokument %s iz fascikle %s"
+
+#: ../gedit/gedit-tab.c:810
+#, c-format
+msgid "Loading %s"
+msgstr "Učitavam %s"
+
+#. Translators: the first %s is a file nami (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:890
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Čuvam dokument %s u facikli %s"
+
+#: ../gedit/gedit-tab.c:895
+#, c-format
+msgid "Saving %s"
+msgstr "Čuvam %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1462
+msgid "RO"
+msgstr "SČ"
+
+#: ../gedit/gedit-tab.c:1510
+#, c-format
+msgid "Error opening file %s"
+msgstr "Greška pri otvaranju datoteke %s"
+
+#: ../gedit/gedit-tab.c:1515
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Ne mogu da povratim dokument %s"
+
+#: ../gedit/gedit-tab.c:1520
+#, c-format
+msgid "Error saving file %s"
+msgstr "Greška prilikom pokušaja čuvanje datoteke %s"
+
+#: ../gedit/gedit-tab.c:1551
+msgid "Name:"
+msgstr "Ime:"
+
+#: ../gedit/gedit-tab.c:1552
+msgid "MIME Type:"
+msgstr "MIME tip:"
+
+#: ../gedit/gedit-tab.c:1553
+msgid "Encoding:"
+msgstr "Kodiranje:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "Molim provjerite vašu instalaciju."
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Ne mogu da otvorim UI datoteku %s. Greška: %s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "Ne mogu da pronađem objekat „%s“ unutar datoteke %s.."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "/ na %s"
+
+#: ../gedit/gedit-utils.c:1455
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1457
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1459
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:511
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "_Prikaži brojeve linija"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:736
+#, c-format
+msgid "%d of %d"
+msgstr "%d od %d"
+
+#. create "Wrap Around" mijenu item.
+#: ../gedit/gedit-view-frame.c:828
+msgid "_Wrap Around"
+msgstr "Pre_lamaj oko"
+
+#. create "Match as Regular Expression" mijenu item.
+#: ../gedit/gedit-view-frame.c:838
+msgid "Match as _Regular Expression"
+msgstr "Poredi kao _regularnio izraz"
+
+#. create "Match Entire Word Only" mijenu item.
+#: ../gedit/gedit-view-frame.c:852
+msgid "Match _Entire Word Only"
+msgstr "Upor_edi samo cijele riječi"
+
+#. create "Match Case" mijenu item.
+#: ../gedit/gedit-view-frame.c:866
+msgid "_Match Case"
+msgstr "_Uporedi mala i velika slova"
+
+#: ../gedit/gedit-view-frame.c:1041
+msgid "String you want to search for"
+msgstr "Slog koji tražite"
+
+#: ../gedit/gedit-view-frame.c:1053
+msgid "Line you want to move the cursor to"
+msgstr "Red u koji želite da pomjerite kursor"
+
+#: ../gedit/gedit-window.c:973
+msgid "Bracket match is out of range"
+msgstr "Uparivanje zagrada je izvan opsega"
+
+#: ../gedit/gedit-window.c:978
+msgid "Bracket match not found"
+msgstr "Nisam pronašao uparivanje zagrada"
+
+#: ../gedit/gedit-window.c:983
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Uparivanje zagrada se nalazi na liniji: %d"
+
+#. Translators: "Ln" is an abbreviation for "Linije", Col is an abbreviation for "Column". Please,
+#. usi abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1018
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " ln %d, kol %d"
+
+#: ../gedit/gedit-window.c:1200
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Širina taba :%u"
+
+#: ../gedit/gedit-window.c:1570
+msgid "There are unsaved documents"
+msgstr "Imate nesačuvanih dokumenata"
+
+#: ../gedit/gedit-window.c:2419
+msgid "Change side panel page"
+msgstr "Promijeni stranu stranice ploča"
+
+#: ../gedit/gedit-window.c:2439 ../gedit/resources/gtk/menus-osx.ui.h:35
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Dokumenti"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "Pomjeri _Lijevo"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "Move _Right"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "Pređi na Novi _Prozor"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "Pređi na Novu Tab _Grupu"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "_Zatvori"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "Automatsko uvlačenje"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Koristi razmake"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "Prikaži brojeve linija"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "Prikaži densu marginu"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "Istakni tekući red"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "Uvijanje teksta"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_New Window"
+msgstr "_Novi prozor"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_Postavke"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:45
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "_Pomoć"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "_O programu"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "_Izlaz"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+msgid "_Print…"
+msgstr "_Štampaj…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Fullscreen"
+msgstr "_Cijeli ekran"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "Snimi _Sve"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+msgid "_Find…"
+msgstr "_Pronađi…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "_Pronađi i Zamjeni…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+msgid "_Clear Highlight"
+msgstr "Ukloni isti_canje"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "_Idi na Liniju…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "Pogled"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "Side _Panel"
+msgstr "_Bočna oblast"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Bottom Panel"
+msgstr "_Donja oblast"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+msgid "_Highlight Mode…"
+msgstr "_Režim Isticanja…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:34
+msgid "Tools"
+msgstr "Alati"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+msgid "_Close All"
+msgstr "_Zatvori sve"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+msgid "File"
+msgstr "Datoteka"
+
+#. _New is the mijenu item under the File mijenu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-osx.ui.h:3
+msgid "_New"
+msgstr "_Novi"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+msgid "Open _Recent"
+msgstr "Otvori _skorašnji"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:6
+msgid "Reopen Closed _Tab"
+msgstr "Ponovo otovri Zatvoreni _Tab"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+msgid "Save _As…"
+msgstr "Sačuvaj _kao…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+msgid "Edit"
+msgstr "Uredi"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Undo"
+msgstr "_Ponisti"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "_Redo"
+msgstr "_Ponovi"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "C_ut"
+msgstr "I_zreži"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Copy"
+msgstr "_Kopiraj"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+msgid "_Paste"
+msgstr "_Zalijepi"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:930
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:968
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Obriši"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+msgid "Overwrite _Mode"
+msgstr "Prepisivajući _Način"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+msgid "Select _All"
+msgstr "Izaberi _sve"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+msgid "Search"
+msgstr "Traži"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Ne_xt"
+msgstr "Nađi _sljedeće"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+msgid "Find Pre_vious"
+msgstr "Nađi _prethodno"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "Find and _Replace…"
+msgstr "Pronađi i _Zamjeni"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+msgid "Go to _Line…"
+msgstr "Idi na _Liniju…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Save All"
+msgstr "_Snimi sve"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+msgid "_New Tab Group"
+msgstr "_Nova grupa kartica"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+msgid "P_revious Tab Group"
+msgstr "Pre_thodna grupa kartica"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+msgid "Nex_t Tab Group"
+msgstr "Slje_deća grupa kartica"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+msgid "_Previous Document"
+msgstr "_Prethodni dokument"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+msgid "N_ext Document"
+msgstr "_Naredni dokument"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+msgid "_Move To New Window"
+msgstr "_Pređi Na Novi Prozor"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+msgid "Help"
+msgstr "Pomoc"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "Kodiranja znakova"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "_U redu"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "A_vailable encodings:"
+msgstr "_Dostupna kodiranja:"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Opis"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Kodiranje"
+
+#. Add to Dictionary
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:8
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "_Dodaj"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:9
+msgid "_Remove"
+msgstr "_Ukloni"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:10
+msgid "E_ncodings shown in menu:"
+msgstr "Prikazana k_odiranja u meniju:"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Režim isticanja"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Izaberi"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "Potraži mod naglašavanja..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "Nema rezultata"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "Ostali _Dokumenti…."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Otvori drugu datoteku"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Preferencije"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Pr_ikaži desnu marginu u koloni:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "Prikaži _statusbar"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Prelom teksta"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Omogući _lomljenje teksta"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "Nemoj _dijeliti riječ na dvije linije."
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "Isticanje"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "Ist_akni tekući red"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "Istakni uparene za_grade"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "Tabulatori"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "Širina _tabulatora:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "Ubaci _razmake umjesto tabulatora"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "Omogući _automatsko uvlačenje"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "Snimanje datoteke"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr "Napravite _sigurnosnu kopiju datoteke prije snimanja"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "_Automatski snimi datoteke nakon"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "_minute"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "Uređivač"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "Font"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "_Font uređivača: "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "Izaberite font uređivača"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "Šema boja"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "Instalirajte šemu"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "Instaliraj šemu"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "Uklonite šemu"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "Ukloni šemu"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "Font & boje"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "Dodaci"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Sintatičko isticanje"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Štampaj isticanje sinta_kse"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Brojevi linija:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Štampaj bro_jne oznake linija"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_Broj svakih"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "linije"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Zaglavlje strane"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Štampaj _zaglavlja stranica"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Fontovi"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Tijelo:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "_Brojevi linija:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "_Zaglavlje i tekst na dnu:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "_Vrati uobičajene fontove"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Prikaži prethodnu stranu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "Prikaži sljedeću stranu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "Tekuća strana (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "od"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "Ukupan broj strana"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "Ukupan broj strana u dokumentu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "Prikaži više strana odjednom"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Uvećanje 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "Uvećaj da stane cijela strana"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "Primakni stranu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "Odmakni se od strane"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "Zatvori pregled pred štampu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "_Zatvori pregled pred štampu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "Pregled pred štampu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "Pregled strane dokumenta pred štampu"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "Zamijeni _sve"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Nađi:"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the lift of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Na_đi:"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "Zamijeni _sa: "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "_Upoređivanje razlikuje velika i mala slova"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "Upoređuj samo _cijele riječi"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "Re_gularni izraz"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "Traži _unazad"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "_Nastavi od početka nakon kraja"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Zatvori dokument"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Otvori datoteku"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Napravi novi dokument"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Novo"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Snimi trenutnu datoteku"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Snimi"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Sakrij panel"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "Otvori datotečni dijalog"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Napusti puni zaslon"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Nova izdanja"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Provjerava da li je izašla nova Vilenjakova beležnica"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Došlo je do greške pri prikazivanju adrese."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "Preu_zmi"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Zanemari izdanje"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Izašla je nova Vilenjakova beležnica"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Možete da imate novo izdanje programa gedit pritiskom na dugme „Preuzmi“ ili "
+"da zanemarite ovo izdanje i sačekate novo"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "Verzija za zanemarivanje"
+
+#. This is releated to the next gedit version to bje released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Izdanja koja treba zanemariti dok ne izađe novije izdanje."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Statistika dokumenta"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Ispiši broj riječi, linija i znakova u dokumentu."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "Statistika _dokumenta"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Dokument"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Označena oblast"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Linije"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Riječi"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Znakova (sa razmacima)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Znakova (osim razmaka)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Bajtova"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Izgradi"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Izvrši naredbu „make“ u fascikli dokumenata"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Ovdje otvori komandnu liniju"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Otvori komandnu liniju sa početkom u otvorenoj fascikli"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Ukloni završne razmake"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Uklanja beskorisne razmake i praznine sa kraja linije u datoteci"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Izvrši naredbu"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Pokreće komandu i smešta njen izlaz u novi dokument"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Pošalji u fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "Zalijepi označeni tekst ili tekući dokument u fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Spoljni alati"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Izvršava spoljne naredbe i skripte ljuske."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "Da li koristiti sistemski font"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ako je izabrano, spoljni alati će koristiti desktop-global standardna slova "
+"ako je fiksne širines (i većina sličnih slova može da dođe u obzir)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "Ime Pango fonta. Primjeri su „Sans 12“ ili „Monospace Bold 14“."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "Upravnik spo_ljnim alatima..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "Spoljni _alati"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Ne mogu izvršiti naredbu: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "Morate biti unutar neke riječi da bi izvršili ovu naredbu"
+
+#: ../plugins/externaltools/tools/functions.py:302
+msgid "Running tool:"
+msgstr "Pokrenuti alat:"
+
+#: ../plugins/externaltools/tools/functions.py:333
+msgid "Done."
+msgstr "Gotovo."
+
+#: ../plugins/externaltools/tools/functions.py:335
+msgid "Exited"
+msgstr "Izašao"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "Svi jezici"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "Svi jezici"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "Novi alat"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ova prečica je već vezana za %s"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Zadaj jednu novu prečicu ili očisti tasterom za brisanje"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "Pritisni novu prečicu"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "Zaustavljen."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Alat za zaustavljanje."
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Uvijek dostupan"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Svi dokumenti"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Svi dokumenti izuzev naslovljenih"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Samo lokalne datoteke"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Samo udaljene datoteke"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Samo nenaslovljeni dokumenti"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Tekući dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Trenutno označeni tekst"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Trenutno izabrano (podrazumijevano u dokumentu)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Tekući red"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Tekuća riječ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "Prikaži u oblasti na dnu"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Napravi novi dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Pripoj trenutnom dokumentu"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Zamjeni tekući dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Zamjeni trenutno označeni tekst"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "Umetni na poziciju kursora"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "Upravljaj spoljnim alatima"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Dodajte novi alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Dodaj alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Uklonite izabrani alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Ukloni alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Vratite alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Vrati alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "Prečica _key:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_Snimi:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "_Ulaz:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "_Izlaz:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "P_rimenjivost:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+msgid "Tool Output"
+msgstr "Ispis alata"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Oblast sa pregledačem datoteka"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Lak pristup datotekama iz bočne oblasti"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Početna"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Sistem datoteka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:532
+msgid "File Browser"
+msgstr "Preglednik datoteka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while creating a new directory"
+msgstr "Dogodila se greška pri pravljenju nove fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while creating a new file"
+msgstr "Dogodila se greška pri pravljenju nove datoteke"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred while renaming a file or directory"
+msgstr "Dogodila se greška pri preimenovanju datoteke ili fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:683
+msgid "An error occurred while deleting a file or directory"
+msgstr "Dogodila se greška pri brisanju datoteke ili fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:686
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Dogodila se greška pri otvaranju fascikle u pregledniku"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:689
+msgid "An error occurred while setting a root directory"
+msgstr "Dogodila se greška pri postavljanju korijenske fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:692
+msgid "An error occurred while loading a directory"
+msgstr "Dogodila se greška tokom učitavanja fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:695
+msgid "An error occurred"
+msgstr "Dogodila se greška"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:913
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Ne mogu da premjestim datoteku u smeće. Da li\n"
+"želite da je odmah trajno obrišete?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:918
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Datoteka %s ne može biti premještena u smeće."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:923
+msgid "The selected files cannot be moved to the trash."
+msgstr "Odabrana datoteka ne može biti premještena u smeće."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:954
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Da li sigurno želiš da trajno obrišeš „%s“?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:959
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Da li sigurno želiš da trajno obrišeš odabrane datoteke?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:962
+msgid "If you delete an item, it is permanently lost."
+msgstr "Ukoliko nešto obrišeš, biće zauvijek izgubljeno."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1807
+msgid "(Empty)"
+msgstr "(Prazno)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3528
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Preimenovana datoteka je odstranjena filterom. Morate prilagoditi "
+"podešavanja filtriranja kako biste je učinili vidljivom"
+
+#. Translators: This is the default nami of new files created by the file browser pani.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3785
+msgid "Untitled File"
+msgstr "Nenaslovljena datoteka"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3813
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Nova datoteka je odstranjena filterom. Morate prilagoditi podešavanja "
+"filtriranja kako biste je učinili vidljivom"
+
+#. Translators: This is the default nami of new directories created by the file browser pani.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid "Untitled Folder"
+msgstr "Neimenovani direktorij"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3869
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Nova datoteka je odstranjena filterom. Morate prilagoditi podešavanja "
+"filtriranja kako biste je učinili vidljivom"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:792
+msgid "Bookmarks"
+msgstr "Obilježivači"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2048
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Ne postoji objekat montiranja za montirani disk: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2125
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Ne mogu da otvorim medijum: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2172
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Ne mogu da montiram disk: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2822
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "Greška pri učitavanju '%s': Nema takvog direktorija"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "Otvori kao stablo"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Prikazuje stablo kada se preglednik datoteka učita umjesto pregleda "
+"obilježivača"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Korijenska fascikla u pregledniku datoteka"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Šta treba biti korijenska fascikla pri učitavanju preglednika datoteka kada "
+"je onload/tree_view omogućeno (TRUE)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Zamišljeni korijenska fascikla u pregledniku datoteka"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Šta treba biti zamišljena korijenska fascikla pri učitavanju preglednika "
+"datoteka kada je onload/tree_view omogućeno (TRUE). Zamišljena fascikla mora "
+"biti unutar stvarne korijenske fascikle."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Omogući obnavljanje udaljenih lokacija"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Da li treba omogućiti obnavljanje udaljenih lokacija."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "Postavi početak na prvi dokument"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Ako je postavljeno na „TRUE“ (tačno), dodatak za razgledanje datoteka će "
+"prikazati fasciklu dokumenta koji je prvi otvoren, ukoliko razgledač nije "
+"već korišćen. Ovo obično vrijedi kada se dokument otvara iz komandne linije, "
+"Nautilusa, itd."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Režim filtriranja u pregledniku datoteka"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Vrijednost određuje koje datoteke će biti filtriranje iz pregledača "
+"datoteka. Podržane vrijednosti su: „none“ (bez filtriranja), "
+"„hidden“ (filtriraj skrivene datoteke), „binary“ (filtriraj izvršne "
+"datoteke) i y„hidden_and_binar“ (filtriraj skrivene i izvršne datoteke)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Maska filtera u pregledniku datoteka"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Maska filtera za primjenu u pregledniku datoteka. Filter radi po režimu iz "
+"filter_mode."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "Preglednik datoteka binarnim šablonima"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Dodatni šabloni za korištenje pri filtriranju binarnih datoteka."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "_Postavi korijen na aktivni dokument"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Novi direktorij"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "Nova datoteka"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "_Preimenuj..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "Pre_mesti u smeće"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "_Osveži pogled"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "_Prikaži fasciklu"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_Otvori u terminalu"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Filter"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Prikaži sa_krivene"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "Prikaži _binarne"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "Podudari naziv datoteke"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "Historija"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "Otvorite meni istorije"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Linije režima"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emax, Kate i Vim podrška za linije režima za gedit."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "Boja teksta naredbe"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "Boja teksta za naredbe"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "Boja teksta greške"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "Boja teksta za greške"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ako je postavljeno na „true“ (tačno) terminal će koristiti opšti font radne "
+"površine ako je on utvrđene širine (ili najsličniji font koji pronađe u "
+"suprotnom)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Boja za _naredbe:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Boja za _greške:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Piton konzola"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Interaktivna piton konzola koja stoji u panelu na dnu"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+msgid "Quick Open..."
+msgstr "Brzo otvori..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "Brzo otvori"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Brzo otvara datoteke"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "Upišite za pretragu..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "Sredi cit_ate..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Isječci"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "Ne mogu da napravim arhivu „%s“"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "Ciljni fascikla „%s“ ne postoji"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "Ciljna fascikla „%s“ nije ispravna"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "Datoteka „%s“ ne postoji"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "Datoteka „%s“ nije ispravna datoteka sa isečcima"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "Uvezena datoteka „%s“ nije ispravna datoteka sa isečcima"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "Arhiva „%s“ ne može biti raspakovana"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Sljedeće datoteke nisu mogle biti uvezene: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "Datoteka „%s“ nije ispravna datoteka sa isečcima"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "Arhiva isječaka"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "Dodaj novi isječak..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "Opšte"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "Povrati označeni isječak"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "Obriši odabrani isječak"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Ovo nije važeći Tab okidač. Okidači mogu imati alfanumeričke znakove (ili "
+"_, : i .) ili jednostruke (nealfanumeričke ) znakove poput: {, [, itd."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Riječ na koju se aktivira isječak nakon pritiska na taster tabulatora"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Dogodila se greška pri uvozu: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "Uvoz je uspješno završen"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Uvezi isječke"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "Sve podržane arhive"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Arhiva kompresovana Gzipom"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Arhiva kompresovana Bzipom"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "Jedinstvena datoteka sa isečcima"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "Sve datoteke"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Dogodila se greška pri izvozu: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "Izvoz je uspješno završen"
+
+#. Ask if system snippets should also bje exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Da li želiš da uključiš označene <b>sistemske</b> isječke pri izvozu?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "Nema odabranih isječaka za izvoz"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "Izvezi isječke"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Zadaj novu prečicu ili je ukloni tasterom za brisanje unazad"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "Ukucaj novu prečicu"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Izvršavanje Python naredbe (%s) je trajalo duže nego što je dozvoljeno, te "
+"je prekinuto."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Izvršavanje Python naredbe (%s) nije uspjelo: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Umetnite rečenice koje često koristite na brz način"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Upravljaj isječcima"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "Napravi novi isječak"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Dodaj isječak"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Ukloni isječak"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Uvezi isječke"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "Izvezi odabranie isječke"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Izvezi isječke"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Pokretanje"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "Oki_dač za karticu:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "Preč_ica:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Prečica sa tastature koja aktivira isječak"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "O_dredište:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "S_ortiraj..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Sortiraj"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "_Sortiraj"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "_Obrni redoslijed"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "_Ukloni duplikate"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "_Zanemari mala i velika slova"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "P_očni u koloni:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "Ne možete poništiti sortiranje"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Sortira dokument ili izabrani tekst."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:447
+msgid "(no suggested words)"
+msgstr "(nema predloženih riječi)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "_Više..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "_Zanemari sve"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "Prijedlozi za provjeru _pisanja riječi..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "Provjeri pi_sanje..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "Postavi _jezik..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "_Istakni pogrešno napisane riječi"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:285
+msgid "Suggestions"
+msgstr "Prijedlozi"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:546
+msgid "(correct spelling)"
+msgstr "(ispravno napisano)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:687
+msgid "Completed spell checking"
+msgstr "Završena provjera ispravnog pisanja riječi"
+
+#. Translators: the first %s is the language nami, and
+#. * the second %s is the locale nami. Example:
+#. * "French (Franci)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Nepoznat (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "Podrazumijevani"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "Postavi jezik"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "Jezici"
+
+#: ../plugins/spell/gedit-spell-plugin.c:810
+msgid "The document is empty."
+msgstr "Dokument je prazan."
+
+#: ../plugins/spell/gedit-spell-plugin.c:835
+msgid "No misspelled words"
+msgstr "Nema pogrešno otkucanih riječi"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "Postavi jezik"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "Izaberite _jezik trenutnog dokumenta."
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "Provjeri ispravno pisanje"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "Pogrešno otkucane riječi:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "riječ"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "Promijeni _u:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "Provjeri _riječ"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "_Prijedlozi:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "P_romijeni"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "Zanemari _sve"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "Promijeni _sve"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "Koristi rječnik:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "Dodaj _riječ"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Provjera pravopisa"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Provjerava ispravno pisanje u trenutnom dokumentu."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "_Umetni datum i vrijeme..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "Dostupni formati"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "Upitna poruka"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Ako korisnik treba biti upitan za format ili ako izabrani ili proizvoljni "
+"format treba da se koristi."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "Izabrani format"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "Izabrani format koji se koristi prilikom umetanja datuma/vremena."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "Proizvoljni format"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "Proizvoljni format koji se koristi prilikom umetanja datuma/vremena."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Umetni datum i vrijeme"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "Koristi _izabrani format"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "_Koristi vlastiti format"
+
+#. Translators: Usi the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "_Umetni"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Podesi dodatak za datum/vrijeme"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "Kada se ubacuje datum/vreme..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "U_pitaj za format"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Umetni datum/vrijeme"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Umeće trenutni datum i vrijeme na poziciju kursora."
diff --git a/po/ca.po b/po/ca.po
new file mode 100644
index 0000000..0ddcbc5
--- /dev/null
+++ b/po/ca.po
@@ -0,0 +1,3596 @@
+# gedit translation to Catalan.
+# Copyright © 2000-2007, Free Software Foundation, Inc.
+#
+# Quico Llach <quico@softcatala.org>, 2000, 2001, 2002.
+# Jordi Mallach <jordi@sindominio.net>, 2002, 2003, 2004.
+# Jordi Mas i Hernàndez <jmas@softcatala.org>, 2003, 2015-2018
+# Aleix Badia i Bosch <abadia@ica.es>, 2004.
+# Josep Puigdemont <josep.puigdemont@gmail.com>, 2005, 2006, 2007.
+# Gil Forcada <gilforcada@guifi.net>, 2008-2014.
+# Josep Sànchez <papapep@gmx.com>, 2013.
+# Carles Ferrando Garcia <carles.ferrando@gmail.com>, 2015.
+# Jordi Serratosa <jordis@softcatala.cat>, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-06-03 17:28+0000\n"
+"PO-Revision-Date: 2019-06-17 20:59+0200\n"
+"Last-Translator: Jordi Mas <jmas@softcatala.org>\n"
+"Language-Team: Catalan <Catalan <info@softcatala.org>>\n"
+"Language: ca\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Poedit 2.2.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Editeu fitxers de text"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "El gedit és un editor de text petit i lleuger per l'escriptori GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"El primer objectiu del gedit és ser fàcil d'utilitzar amb una interfície "
+"simple per defecte. Hi ha disponibles funcionalitats més avançades activant "
+"connectors."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Editor de text"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;text simple;escriure;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Finestra nova"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Crea un document nou"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Utilitza el tipus de lletra per defecte"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Si s'ha d'utilitzar el tipus de lletra per defecte del sistema en el text "
+"d'edició en comptes d'un tipus de lletra específic per al gedit. Si "
+"s'inhabilita, s'utilitzarà el tipus de lletra especificat a l'opció «Tipus "
+"de lletra de l'editor» en comptes del tipus de lletra del sistema."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize
+#. the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Tipus de lletra de l'editor"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Un tipus de lletra personalitzat que s'utilitzarà en l'àrea d'edició. Només "
+"afectarà si l'opció «Utilitza el tipus de lletra per defecte» està "
+"inhabilitada."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Esquema d'estil"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"L'identificador de l'esquema d'estil de la GtkSourceView que s'empra per "
+"acolorir el text."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Crea còpies de seguretat"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Si el gedit hauria de crear còpies de seguretat dels fitxers que desa."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Desa automàticament"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Si el gedit hauria de desar automàticament els fitxers modificats després "
+"d'un interval de temps. Podeu establir l'interval de temps a l'opció "
+"«Interval de desament automàtic»."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Interval de desat automàtic"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"El nombre de minuts que han de passar perquè el gedit desi automàticament "
+"els fitxers modificats. Només afectarà si l'opció «Desa automàticament» està "
+"habilitada."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Nombre màxim d'accions per a desfer"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"El nombre màxim d'accions que el gedit podrà desfer o refer. Utilitzeu «-1» "
+"per a un nombre il·limitat d'accions."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Mode d'ajustament de línia"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Especifica com ajustar les línies llargues en l'àrea d'edició. Utilitzeu "
+"«none» (cap) per no ajustar, «word» (paraula) per a ajustar als límits de "
+"les paraules i «char» (caràcter) per a ajustar als límits de caràcters "
+"individuals. Teniu en compte que els valors són sensibles a majúscules i "
+"minúscules, així doncs assegureu-vos que apareixen exactament com es "
+"mencionen aquí."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Última selecció del mode de separació pel mode d'ajust"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Especifica l'últim mode de separació utilitzat amb el mode d'ajustament de "
+"línia, de manera que quan l'ajustament de línia estigui desactivat encara es "
+"recordarà el mode de separació. Utilitzeu «word» (paraula) per a ajustar als "
+"límits de paraula i «char» (caràcter) per a ajustar als límits de caràcter "
+"individuals."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Mida de la pestanya"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Especifica el nombre d'espais que s'haurien de mostrar en comptes de "
+"caràcters de tabulació."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Insereix espais"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Si el gedit hauria d'inserir espais en comptes de tabuladors."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Sagna automàticament"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Si el gedit hauria d'habilitar el sagnat automàtic."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Mostra els números de línia"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Si el gedit hauria de mostrar números de línies en l'àrea d'edició."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Ressalta la línia actual"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Si el gedit hauria de ressaltar la línia actual."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Ressalta els claudàtors concordants"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Si el gedit hauria de ressaltar els claudàtors coincidents."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Mostra el marge dret"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Si el gedit hauria de mostrar el marge dret en l'àrea d'edició."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Posició del marge dret"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Especifica la posició del marge dret."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Tipus de patró de fons del document"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Si el document tindrà un patró de fons pintat."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Tecles d'inici i final intel·ligents"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Especifica la manera com es mou el cursor quan es premen les tecles d'inici "
+"i de final. Empreu «disabled» (inhabilitat) per a moure'l sempre al principi "
+"o al final de les línies. Empreu «after» (després) per a moure'l a l'inici o "
+"al final de la línia la primera vegada que es premi la tecla, i al principi "
+"o al final del text la segona vegada que es premi. Empreu «abans» (abans) "
+"per a moure el cursor al principi o al final del text abans de moure'l al "
+"principi o al final de la línia. Empreu «always» (sempre) per a moure el "
+"cursor sempre al principi o al final del text en lloc del principi o al "
+"final de la línia."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Restableix la posició prèvia del cursor"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Si el gedit hauria de restablir la posició prèvia del cursor quan es "
+"carregui un fitxer."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Habilita el ressaltat de la sintaxi"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Si el gedit hauria d'habilitar el ressaltat de la sintaxi."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Habilita el ressaltat de la cerca"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Si el gedit hauria de ressaltar totes les coincidències del text cercat."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Assegura un salt de línia al final"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Si el gedit s'assegurarà que els documents sempre finalitzin amb un salt de "
+"línia."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Mode de visualització de les pestanyes"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Especifica quan s'han de mostrar les pestanyes. Empreu «never» (mai) per no "
+"mostrar-les mai. Empreu «always» (sempre) per a mostrar-les sempre. Empreu "
+"«auto» (automàtic) per a mostrar-les quan hi hagi més d'una pestanya. Teniu "
+"en compte que els valors són sensibles a majúscules i minúscules, així doncs "
+"assegureu-vos que apareixen exactament com es mencionen aquí."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "La barra d'estat és visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Si la barra d'estat a la part inferior de les finestres d'edició hauria de "
+"ser visible."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "El quadre lateral és visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Si hauria de mostrar el quadre lateral de l'esquerra de la finestra d'edició."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Imprimeix el ressaltat de sintaxi"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Si el gedit hauria d'imprimir el ressaltat de sintaxi quan s'imprimeixen els "
+"documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Imprimeix la capçalera"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Si el gedit hauria d'incloure una capçalera del document en imprimir "
+"documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Mode d'ajustament de línia en la impressió"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Especifica com ajustar les línies llargues per a imprimir. Utilitzeu "
+"«none» (cap) per no ajustar, «word» (paraula) per a ajustar als límits de "
+"les paraules i «char» (caràcter) per a ajustar als límits de caràcters "
+"individuals. Recordeu que els valors són sensibles a majúscules i "
+"minúscules, assegureu-vos que apareixen exactament com es mencionen aquí."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Imprimeix els números de línia"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"No s'inserirà cap número de línia si el valor és 0 quan s'imprimeixi un "
+"document. D'altra manera, el gedit imprimirà els números de línia cada tants "
+"números de línia."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize
+#. the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Tipus de lletra del cos per a imprimir"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Especifica el tipus de lletra a utilitzar per al cos d'un document en "
+"imprimir documents."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize
+#. the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Tipus de lletra de les capçaleres per a imprimir"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Especifica el tipus de lletra per a les capçaleres de les pàgines en "
+"imprimir un document. Només afectarà si l'opció «Imprimeix capçaleres» està "
+"habilitada."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize
+#. the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Tipus de lletra dels números de línia per a imprimir"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Especifica el tipus de lletra dels números de línia en imprimir. Només "
+"afectarà si l'opció «Imprimeix els números de línia» no equival a zero."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Marge esquerre"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "El marge esquerre, en mil·límetres."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Marge superior"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "El marge superior, en mil·límetres."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Marge dret"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "El marge dret, en mil·límetres."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Marge inferior"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "El marge inferior, en mil·límetres."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Codificacions candidates"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Llista de codificacions candidates mostrades al menú de codificacions de "
+"caràcter al selector de fitxers obre/ desa. «ACTUAL» representa la "
+"codificació local actual. Sols s'usen les codificacions que es reconeixen. "
+"El valor per defecte és la llista buida, en la qual gedit triarà valors per "
+"defecte depenent del país i la llengua."
+
+#: data/org.gnome.gedit.gschema.xml.in:301
+msgid "Active plugins"
+msgstr "Connectors actius"
+
+#: data/org.gnome.gedit.gschema.xml.in:302
+msgid "List of active plugins."
+msgstr "Llista de connectors actius."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Mostra la versió de l'aplicació"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Mostra una llista dels valors possibles per a la codificació"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Estableix la codificació de caràcters a emprar per a obrir els fitxers "
+"llistats en la línia d'ordres"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "CODIFICACIÓ"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Crea una finestra nova en una instància existent del gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Crea un nou document en una instància existent del gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Obre els fitxers i bloca el procés fins que es tanquin"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Executa el gedit en mode independent"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FITXER…] [+LÍNIA[:COLUMNA]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "S'ha produït un error en mostrar l'ajuda."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codificació no vàlida."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "_Tanca sense desar"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:460
+#: gedit/gedit-commands-file.c:565 gedit/gedit-commands-file.c:641
+#: gedit/gedit-commands-file.c:852 gedit/gedit-commands-file.c:1566
+#: gedit/gedit-encodings-dialog.c:192 gedit/gedit-preferences-dialog.c:721
+#: gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Cancel·la"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Anomena i de_sa…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:853
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Desa"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Si no els deseu, es perdran permanentment els canvis fets en el darrer segon."
+msgstr[1] ""
+"Si no els deseu, es perdran permanentment els canvis fets en els darrers %ld "
+"segons."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Si no els deseu, es perdran permanentment els canvis fets en el darrer minut."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Si no els deseu, es perdran permanentment els canvis fets en el darrer minut "
+"i %ld segon."
+msgstr[1] ""
+"Si no els deseu, es perdran permanentment els canvis fets en el darrer minut "
+"i %ld segons."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Si no els deseu, es perdran permanentment els canvis fets el darrer minut."
+msgstr[1] ""
+"Si no els deseu, es perdran permanentment els canvis fets els darrers %ld "
+"minuts."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Si no els deseu, es perdran per sempre els canvis fets la darrera hora."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Si no els deseu, es perdran permanentment els canvis fets la darrera hora i "
+"%d minut."
+msgstr[1] ""
+"Si no els deseu, es perdran permanentment els canvis fets la darrera hora i "
+"%d minuts."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Si no els deseu, es perdran per sempre els canvis fets la darrera hora."
+msgstr[1] ""
+"Si no els deseu, es perdran per sempre els canvis fets les darreres %d hores."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Voleu desar els canvis del document «%s» abans de tancar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Hi ha %d document amb canvis sense desar. Voleu desar els canvis abans de "
+"tancar?"
+msgstr[1] ""
+"Hi ha %d documents amb canvis sense desar. Voleu desar els canvis abans de "
+"tancar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "S_eleccioneu els documents que voleu desar:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Si no els deseu es perdran permanentment tots els canvis."
+
+#: gedit/gedit-commands-file.c:263
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "S'està carregant el fitxer «%s»…"
+
+#: gedit/gedit-commands-file.c:272
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "S'està carregant %d fitxer…"
+msgstr[1] "S'estan carregant %d fitxers…"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:454
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Obre fitxers"
+
+#: gedit/gedit-commands-file.c:461 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Obre"
+
+#: gedit/gedit-commands-file.c:556
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "El fitxer «%s» és de només de lectura."
+
+#: gedit/gedit-commands-file.c:561
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Voleu intentar reemplaçar-lo pel que esteu desant?"
+
+#: gedit/gedit-commands-file.c:566
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Reemplaça"
+
+#: gedit/gedit-commands-file.c:606
+msgid "Save the file using compression?"
+msgstr "Voleu desar el fitxer comprimit?"
+
+#: gedit/gedit-commands-file.c:610
+msgid "Save the file as plain text?"
+msgstr "Voleu desar el fitxer com a text pla?"
+
+#: gedit/gedit-commands-file.c:623
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Abans s'havia desat el fitxer «%s» com a text pla i ara es desarà comprimit."
+
+#: gedit/gedit-commands-file.c:627
+msgid "_Save Using Compression"
+msgstr "_Desa'l comprimit"
+
+#: gedit/gedit-commands-file.c:632
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Abans s'havia desat el fitxer «%s» comprimit i ara es desarà com a text pla."
+
+#: gedit/gedit-commands-file.c:635
+msgid "_Save As Plain Text"
+msgstr "_Anomena i desa com a text pla"
+
+#: gedit/gedit-commands-file.c:750 gedit/gedit-commands-file.c:1017
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "S'està desant el fitxer «%s»…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:845
+msgctxt "window title"
+msgid "Save As"
+msgstr "Anomena i desa"
+
+#: gedit/gedit-commands-file.c:1427
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "S'està revertint el document «%s»…"
+
+#: gedit/gedit-commands-file.c:1474
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Voleu recuperar els canvis no desats al document «%s»?"
+
+#: gedit/gedit-commands-file.c:1483
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Es perdran permanentment els canvis fets al document en el darrer segon."
+msgstr[1] ""
+"Es perdran permanentment els canvis fets al document en els darrers %ld "
+"segons."
+
+#: gedit/gedit-commands-file.c:1492
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Es perdran permanentment els canvis fets al document en el darrer minut."
+
+#: gedit/gedit-commands-file.c:1498
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Es perdran permanentment els canvis fets al document en el darrer minut i "
+"%ld segon."
+msgstr[1] ""
+"Es perdran permanentment els canvis fets al document en el darrer minut i "
+"%ld segons."
+
+#: gedit/gedit-commands-file.c:1508
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Es perdran permanentment els canvis fets al document en el darrer minut."
+msgstr[1] ""
+"Es perdran permanentment els canvis fets al document en els darrers %ld "
+"minuts."
+
+#: gedit/gedit-commands-file.c:1523
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Es perdran per sempre els canvis fets al document la darrera hora."
+
+#: gedit/gedit-commands-file.c:1529
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Es perdran permanentment els canvis fets al document en la darrera hora i %d "
+"minut."
+msgstr[1] ""
+"Es perdran permanentment els canvis fets al document en la darrera hora i %d "
+"minuts."
+
+#: gedit/gedit-commands-file.c:1544
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Es perdran per sempre els canvis fets al document la darrera %d hora."
+msgstr[1] ""
+"Es perdran per sempre els canvis fets al document les darreres %d hores."
+
+#: gedit/gedit-commands-file.c:1567
+msgid "_Revert"
+msgstr "_Recupera"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "El gedit és un editor de text petit i lleuger per l'escriptori GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Quico Llach <quico@softcatala.org>\n"
+"Jordi Mallach <jordi@sindominio.net>\n"
+"Jordi Mas <jmas@softcatala.org>\n"
+"Aleix Badia i Bosch <abadia@ica.es>\n"
+"Josep Puigdemont <josep.puigdemont@gmail.com>\n"
+"David Planella <david.planella@ubuntu.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "S'ha trobat i reemplaçat %d cadena coincident"
+msgstr[1] "S'han trobat i reemplaçat %d cadenes coincidents"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "S'ha trobat i reemplaçat una cadena coincident"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "No s'ha trobat «%s»"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Document sense títol %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grup de pestanyes %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Només de lectura"
+
+#: gedit/gedit-encodings-combo-box.c:297
+#: gedit/gedit-file-chooser-dialog-osx.m:564
+msgid "Automatically Detected"
+msgstr "Detectat automàticament"
+
+#: gedit/gedit-encodings-combo-box.c:326
+#: gedit/gedit-file-chooser-dialog-osx.m:573
+msgid "Add or Remove…"
+msgstr "Afegeix o suprimeix…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Configuració local actual (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (configuració local actual)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+"Voleu de veritat restablir les preferències de la codificació dels caràcters?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Restableix"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Afegeix"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Suprimeix"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Mou a una prioritat més alta"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Mou a una prioritat més baixa"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:39
+#: gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Tots els fitxers"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:40
+msgid "All Text Files"
+msgstr "Tots els fitxers de text"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:305
+msgid "C_haracter Encoding:"
+msgstr "C_odificació de caràcters:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:364
+msgid "L_ine Ending:"
+msgstr "Final de _línia:"
+
+#: gedit/gedit-file-chooser-dialog-osx.m:546
+msgid "Character Encoding:"
+msgstr "Codificació de caràcters:"
+
+#: gedit/gedit-file-chooser-dialog-osx.m:619
+msgid "Line Ending:"
+msgstr "Final de línia:"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Text pla"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Intenta de nou"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "No s'ha pogut trobar el fitxer «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Comproveu que la ubicació estigui ben escrita i torneu-ho a intentar."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "No es poden gestionar les ubicacions «%s:»."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "No s'ha pogut gestionar aquesta ubicació."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "No s'ha pogut accedir a la ubicació del fitxer."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "«%s» és un directori."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "«%s» no és una ubicació vàlida."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"No s'ha pogut trobar l'ordinador «%s». Comproveu que els paràmetres del "
+"servidor intermediari siguin correctes i torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"El nom de l'ordinador no és vàlid. Comproveu que hàgiu escrit la ubicació "
+"correctament i torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "«%s» no és un fitxer normal."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "La connexió ha expirat, torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "S'ha produït un error inesperat: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "No s'ha pogut trobar el fitxer. Potser s'ha suprimit fa poc."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "No s'ha pogut recuperar el fitxer «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Codificació de c_aràcters:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Edita de _totes maneres"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"El nombre d'enllaços a seguir és limitat i el fitxer actual no s'ha pogut "
+"trobar dins d'aquest límit."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "No teniu el permís necessari per a poder obrir aquest fitxer."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "No s'ha pogut detectar la codificació de caràcters."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Comproveu que no estigueu intentant obrir un fitxer binari."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+"Seleccioneu una codificació de caràcters del menú i torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "S'ha produït un error en obrir el fitxer «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"El fitxer que heu obert conté alguns caràcters no vàlids. Si l'editeu "
+"podríeu acabar amb un document no usable."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Podeu seleccionar una altra codificació de caràcters i tornar-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"No s'ha pogut obrir el fitxer «%s» amb la codificació de caràcters «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Seleccioneu una codificació de caràcters diferent del menú i torneu-ho a "
+"intentar."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "No s'ha pogut obrir el fitxer «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"No s'ha pogut desar el fitxer «%s» amb la codificació de caràcters «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"El document conté un o més caràcters que no es poden codificar amb la "
+"codificació de caràcters especificada."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "De_sa igualment"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "_No desis"
+
+#. FIXME: review this message, it's not clear since for the user the
+#. "modification"
+#. * could be interpreted as the changes he made in the document. beside
+#. "reading" is
+#. * not accurate (since last load/save)
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "El fitxer «%s» s'ha modificat des que s'ha llegit."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Si el deseu, tots els canvis externs fets es poden perdre. Voleu desar-lo "
+"igualment?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"No es poden gestionar ubicacions «%s:» en mode d'escriptura. Comproveu que "
+"hàgiu escrit correctament la ubicació i torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"No es pot gestionar aquesta ubicació en mode d'escriptura. Comproveu que "
+"hàgiu escrit correctament la ubicació i torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"«%s» no és una ubicació vàlida. Comproveu que l'hàgiu escrit correctament i "
+"torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"No teniu el permís necessari per a poder desar aquest fitxer. Comproveu que "
+"la ubicació estigui ben escrita i torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"No hi ha suficient espai al disc per a desar el fitxer. Allibereu espai de "
+"disc i torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Esteu intentant desar el fitxer en un disc de només lectura. Comproveu que "
+"la ubicació estigui ben escrita i torneu-ho a intentar."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Ja existeix un fitxer amb aquest mateix nom, utilitzeu-ne un altre."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"El disc on esteu intentant desar el fitxer té una limitació de longitud dels "
+"noms dels fitxers, utilitzeu un nom més curt."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"El disc on esteu intentant desar el fitxer té una limitació en la mida dels "
+"fitxers. Intenteu desar un fitxer més petit o desar-ho en un disc que no "
+"tingui aquesta limitació."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "No s'ha pogut desar el fitxer «%s»."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Feu clic en aquest botó per a seleccionar el tipus de lletra a utilitzar per "
+"a l'editor"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Empra el tipus de lletra d'amplada fixa del sistema (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "No s'ha pogut instal·lar l'esquema de colors seleccionat: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "No s'ha pogut instal·lar l'esquema de colors seleccionat."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Afegeix un esquema de colors"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Afegeix un esquema"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Fitxers d'esquema de colors"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "No s'ha pogut suprimir l'esquema de colors «%s»."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "S'està preparant…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Fitxer: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Pàgina %N de %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "S'està renderitzant la pàgina %d de %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Pàgina %d de %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Res"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Cerca i reemplaça"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "SOBR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INSER"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Hi ha una tabulació amb errors"
+msgstr[1] "Hi ha %d tabulacions amb errors"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "S'està recuperant %s de %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "S'està recuperant %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "S'està carregant %s de %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "S'està carregant %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "S'està desant %s a %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "S'està desant %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "S'ha produït un error en obrir el fitxer %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "S'ha produït un error en recuperar el document %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "S'ha produït un error en desar el fitxer %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Nom:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "Tipus de MIME:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Codificació:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ a %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS clàssic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Mostra els _números de línia"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d de %d"
+
+# FIXME
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Cont_inua des de l'inici"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Coincidència com a expressió _regular"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Coincidència només amb la paraula s_encera"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Coi_ncidència de majúscules i minúscules"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Cadena que vulgueu cercar"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Línia on vulgueu moure el cursor"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "El claudàtor coincident està fora del rang"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "No s'ha trobat el claudàtor coincident"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "S'ha trobat una coincidència de claudàtors a la línia: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for
+#. "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col. %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Amplada de la tabulació: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Hi ha documents sense desar"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Canvia la pàgina del quadre lateral"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Obre un fitxer"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Obre un fitxer usat recentment"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Mou a _l'esquerra"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Mou a la d_reta"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Mou a una finestra nova"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Mou a un _grup de pestanyes nou"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Tanca"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Sagnat automàtic"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Utilitza espais"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Mostra els números de línia"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Mostra el marge dret"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Ressalta la línia actual"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Ajustament del text"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Fitxer"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty
+#. document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nou"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "_Obre'n un recent"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Torna a obrir la _pestanya tancada"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "_Anomena i desa…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Finestra nova"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "Carrega de _nou"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Imprimeix…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Surt"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Edita"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Desfés"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Refés"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Retalla"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Copia"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Enganxa"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Suprimeix"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Mode de _sobreescriptura"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Selecciona-ho _tot"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Preferències"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Visualització"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Quadre _lateral"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Quadre _inferior"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Pantalla completa"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "_Mode de ressaltat…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Cerca"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Cerca…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Cerca la _següent"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Cerca l'an_terior"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "_Cerca i reemplaça…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Neteja el ressaltat"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Ves a la _línia…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Eines"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documents"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Des_a-ho tot"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Tan_ca-ho tot"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Grup de pestanyes nou"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Grup de pestanyes _anterior"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Grup de pestanyes _següent"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Document _anterior"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Document _següent"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Mou a una finestra nova"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "A_juda"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Quant a l'Editor de text"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Des_a-ho tot"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Cerca i reemplaça…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Ves a la _línia…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Dreceres de teclat"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Codificació de caràcters"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Aplica"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Codi_ficacions disponibles"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Codificacion_s triades"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Descripció"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Codificacions"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Mode de ressaltat"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Selecciona"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Utilitza el mode de cerca amb ressaltat…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferències"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Mostra el _marge dret a la columna:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Mostra la barra d'e_stat"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Mostra el patró de _graella"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Ajustament del text"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Habilita l'_ajustament de text"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "No _separis les paraules en dues línies"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Ressaltat"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "_Ressalta la línia actual"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Ressalta els _claudàtors concordants"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Visualització"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulació"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Amplada de la tabulació:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Insereix _espais en comptes de tabulacions"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Habilita el _sagnat automàtic"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Desat de fitxers"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Crea una _còpia de seguretat dels fitxers abans de desar-los"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Desa els fitxers automàticament cada"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minuts"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Tipus de lletra"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Tipus de lletra de l'_editor: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Trieu el tipus de lletra de l'editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Esquema de colors"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instal·la l'esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instal·la l'esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Desinstal·la l'esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Desinstal·la l'esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Tipus de lletra i colors"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Connectors"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Ressaltat de sintaxi"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Imprimeix el ressaltat de la s_intaxi"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Números de línia"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Imprimeix els números de _línia"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the
+#. print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Número cada"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print
+#. preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "línies"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Capçalera de la pàgina"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Im_primeix les capçaleres de la pàgina"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Tipus de lletra"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Cos:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Números de _línia:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "C_apçaleres i peus de pàgina:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Restaura els tipus de lletra per defecte"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Mostra la pàgina anterior"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Mostra la pàgina següent"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Pàgina actual (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "de"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Total de pàgines"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "El nombre de pàgines total del document"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Mostra múltiples pàgines"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Fes zoom per a encabir a tota la pàgina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Apropa a la pàgina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Allunya de la pàgina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Tanca la visualització prèvia de la impressió"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Tanca la previsualització"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Visualització prèvia de la pàgina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "La visualització prèvia de la pàgina del document a imprimir"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Reemplaça-ho _tot"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Cerca"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "_Cerca "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Reemplaça _per "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Coi_ncidència de majúscules i minúscules"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Només coincid_eix la paraula sencera"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Expressió _regular"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Cerca cap en_rere"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Continua des de l'_inici"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Crea un document nou en una pestanya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Obre un document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Desa el document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Desa el document amb un nou nom de fitxer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Desa tots els documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Tanca el document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Tanca tots els documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Torna a obrir l'últim document tancat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Canvia al document següent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Canvia al document anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Canvia al primer — novè document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Finestres i quadres"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Crea un document nou a una finestra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Crea un grup nou de pestanyes"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Amaga el quadre lateral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Mostra el quadre inferior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Pantalla completa activada/desactivada"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Surt de l'aplicació"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Cerca i reemplaça"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Cerca"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Cerca la coincidència següent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Cerca la coincidència anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Neteja el ressaltat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Desfés i refés"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Desfés l'ordre anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Refés l'ordre anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selecció"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Selecciona tot el text"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Desselecciona tot el text"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copia i enganxa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copia el text seleccionat al porta-retalls"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Retalla el text seleccionat al porta-retalls"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Enganxa el text des del porta-retalls"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navegació"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Ves a la línia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Mou al començament de la línia actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Mou al final de la línia actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Mou al començament del document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Mou al final del document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Mou l'àrea de visualització cap amunt dins del fitxer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Mou l'àrea de visualització avall dins del fitxer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Mou l'àrea de visualització al final del fitxer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Mou l'àrea de visualització al començament del fitxer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Mou al claudàtor concordant"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Ves al grup de pestanyes anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Ves al grup de pestanyes següent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Edició"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Commuta entre inserció i sobreescriptura"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Commuta la visibilitat del cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Suprimeix la línia actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Mou amunt la línia actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Mou avall la línia actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Mou a l'esquerra la paraula actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Mou a la dreta la paraula actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Converteix a majúscules"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Converteix a minúscules"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inverteix majúscules i minúscules"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrementa el nombre del cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Disminueix el nombre del cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Eines"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Comprova l'ortografia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Imprimeix el document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Mostra la finestra de compleció"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "General"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Mostra l'ajuda"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Obre el menú"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Dreceres de teclat"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Tanca el document"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Crea un document nou"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nou"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Desa el fitxer actual"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Desa"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Amaga el quadre"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Surt del mode de pantalla completa"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Estadístiques del document"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+"Informa del nombre de paraules, de línies i de caràcters en un document."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Estadístiques del _document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Selecció"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Línies"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Paraules"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Caràcters (amb espai)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Caràcters (sense espai)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Octets"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Munta"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Executa «make» al directori del document"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Obre un terminal aquí"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Obre un terminal a la ubicació del document"
+
+# FIXME
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Suprimiu espais al final de les línies"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Suprimiu espais innecessaris al final de les línies d'un fitxer"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Executeu una ordre"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Executeu una ordre personalitzada i poseu-ne la sortida a un document nou"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Envia a fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Enganxa el text seleccionat o el document actual a fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Eines externes"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Executeu ordres externes i scripts de l'intèrpret d'ordres."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Si s'ha d'utilitzar el tipus de lletra del sistema"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si és «true» (cert), les eines externes utilitzaran el tipus de lletra "
+"estàndard de l'escriptori si és d'amplada fixa (i, si no, el tipus de lletra "
+"més semblant que es pugui trobar)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Un nom de tipus de lletra Pango. Com ara «Sans 12» o «Monospace Bold 14»."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "_Gestiona les eines externes…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Eines externes"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "No s'ha pogut executar l'ordre: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Heu de ser dins d'una paraula per a poder executar aquesta ordre"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "S'està executant l'eina:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Fet."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Ha sortit"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Tots els llenguatges"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Tots els llenguatges"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Eina nova"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Aquest accelerador ja s'utilitza per a %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Teclegeu un nou accelerador, o premeu la tecla de retrocés per a netejar"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Teclegeu un accelerador nou"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Aturat."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Atura l'eina"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Sempre disponible"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Tots els documents"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Tots els documents excepte aquells sense títol"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Només fitxers locals"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Només fitxers remots"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Només documents sense títol"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Document actual"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Selecció actual"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Selecció actual (per defecte del document)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Línia actual"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Paraula actual"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Mostra en el quadre inferior"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Crea un document nou"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Afegeix al final del document actual"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Substitueix el document actual"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Substitueix la selecció actual"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Insereix a la posició del cursor"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Gestiona les eines externes"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Afegeix una eina nova"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Afegeix una eina"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Suprimeix l'eina seleccionada"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Suprimeix l'eina"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Recupera l'eina"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Recupera l'eina"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Tecla de _drecera:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "De_sa:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Entrada:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "S_ortida:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplicabilitat:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Sortida de l'eina"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Quadre del navegador de fitxers"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Accés fàcil als fitxers des del quadre lateral."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Inici"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Sistema de fitxers"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Navegador de fitxers"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "S'ha produït un error en crear un directori nou"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "S'ha produït un error en crear un fitxer nou"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "S'ha produït un error en canviar el nom d'un fitxer o directori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "S'ha produït un error en suprimir un fitxer o directori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "S'ha produït un error en obrir un directori al gestor de fitxers"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "S'ha produït un error en establir el directori arrel"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "S'ha produït un error en carregar-se un directori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "S'ha produït un error"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"No s'ha pogut moure el fitxer a la\n"
+"paperera, el voleu suprimir\n"
+"immediatament?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "No es pot moure el fitxer «%s» a la paperera."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "No es poden moure a la paperera els fitxers seleccionats."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Esteu segur que voleu suprimir permanentment «%s»?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Esteu segur que voleu suprimir permanentment els fitxers seleccionats?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Si suprimiu un element, aquest es perdrà per sempre."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Buit)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"El fitxer amb el nom canviat està filtrat. Heu de canviar les preferències "
+"del filtre per a fer-lo visible"
+
+#. Translators: This is the default name of new files created by the file
+#. browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Fitxer sense nom"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"El fitxer actual està filtrat. Heu de canviar les preferències del filtre "
+"per a fer-lo visible"
+
+#. Translators: This is the default name of new directories created by the file
+#. browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Carpeta sense nom"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"El directori nou està filtrat. Heu de canviar les preferències del filtre "
+"per a fer-lo visible"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Adreces d'interès"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "No hi ha cap objecte de muntatge per al volum muntat: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "No s'ha pogut obrir el suport: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "No s'ha pogut muntar el volum: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "S'ha produït un error en carregar «%s»: no existeix el directori"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Obre amb la vista d'arbre"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Obre la vista d'arbre en lloc de la vista d'adreces d'interès quan es "
+"carregui el connector del navegador de fitxers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Directori arrel del navegador de fitxers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"El directori arrel del navegador de fitxers que es farà servir quan es "
+"carregui el connector del navegador de fitxers i onload/tree_view és CERT."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Directori arrel virtual del navegador de fitxers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"El directori arrel virtual del navegador de fitxers que es farà servir quan "
+"es carregui el connector del navegador de fitxers i onload/tree_view és "
+"CERT. L'arrel virtual ha de ser sempre per sota de l'arrel actual."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Habilita el restabliment d'ubicacions remotes"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+"Estableix si s'ha d'habilitar el restabliment de les ubicacions remotes."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Establiu la ubicació del primer document"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Si és «TRUE» (cert) el connector del navegador de fitxers veurà el directori "
+"del primer document obert que el navegador de fitxers no ha utilitzat "
+"encara. (Generalment s'aplica en obrir un document des de la línia d'ordres "
+"o obrint-lo des del Nautilus, etc.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Mode del filtre del navegador de fitxers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Aquest valor determina quins fitxers del navegador de fitxers es filtraran. "
+"Els valors vàlids són: «none» (no es filtra res), «hide-hidden» (es filtren "
+"els fitxers ocults) i «hide-binary» (es filtren els fitxers binaris)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Patró del filtre del navegador de fitxers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"El patró de filtre amb què es filtrarà el navegador de fitxers. Aquest "
+"filtre funciona per sobre de filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Patrons binaris del navegador de fitxers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Els patrons addicionals per a emprar en filtrar fitxers binaris."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "E_stabliu l'arrel al document actiu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Carpeta nova"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "F_itxer nou"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Canvia el nom…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Mou a la paperera"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Re_fresca la vista"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "Visualitza la _carpeta"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Obre en un terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtre"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Mostra els _ocults"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Mostra els _binaris"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Coincidència de nom de fitxer"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Històric"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Obre el menú de l'històric"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modes de línia"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Modes de línia a l'estil de l'Emacs, el Kate i el vim per al gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Color del text de les ordres"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "El color del text de les ordres"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Color del text dels errors"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "El color del text dels errors"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si és «true» (cert), el terminal utilitzarà el tipus de lletra estàndard de "
+"l'escriptori si és d'amplada fixa (i, si no, el tipus de lletra més semblant "
+"que es pugui trobar)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Color de les _ordres:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Color dels _errors:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Consola Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Consola interactiva de Python al quadre inferior."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Ressaltat ràpid"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Ressalta totes les coincidències del text seleccionat."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Obertura ràpida…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Obertura ràpida"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Obre fitxers ràpidament."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Escriviu per a cercar…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Ge_stiona els fragments…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Fragments"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "No s'ha pogut crear l'arxiu «%s»"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "No existeix el directori de destí «%s»"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "El directori de destí «%s» no és vàlid"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "No existeix el fitxer «%s»"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "El fitxer «%s» no és un fitxer de fragments vàlid"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "El fitxer importat «%s» no és un fitxer de fragments vàlid"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "No s'ha pogut extreure l'arxiu «%s»"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Aquests fitxers no s'han pogut importar: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "El fitxer «%s» no és un arxiu de fragments vàlid"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arxiu de fragments"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Afegeix un fragment nou…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Reverteix el fragment seleccionat"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Suprimeix el fragment seleccionat"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Això no és cap disparador vàlid per a tabuladors. Els disparadors poden "
+"contenir caràcters alfanumèrics (o «_», «:» i «.») o un caràcter que no "
+"sigui alfanumèric, com ara «{», «[», etcètera."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Paraula que activa un fragment després de prémer la tecla de tabulació"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "S'ha produït aquest error en importar: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "S'ha importat correctament"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importa els fragments"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Tots els arxius implementats"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Arxiu comprimit amb el gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Arxiu comprimit amb el bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Fitxer de fragments simples"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Tots els fitxers"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "S'ha produït aquest error en exportar: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "S'ha exportat correctament"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Voleu incloure fragments de <b>sistema</b> seleccionats en l'exportació?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "No hi ha cap fragment seleccionat per a exportar"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exporta els fragments"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Teclegeu un nou accelerador, o premeu la tecla de retrocés per a netejar"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Teclegeu un accelerador nou"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"L'execució de l'ordre de Python (%s) ha excedit el temps d'espera màxim, "
+"s'ha interromput l'execució."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Ha fallat l'execució de l'ordre de Python (%s): %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr ""
+"Inseriu d'una manera ràpida fragments de text que s'utilitzin freqüentment."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Gestiona els fragments"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Crea un fragment nou"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Afegeix un fragment"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Suprimeix el fragment"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importa els fragments"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exporta els fragments seleccionats"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exporta els fragments"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Activació"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Disparador de _tabuladors:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Tecla de drecera:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Drecera de teclat amb la qual s'activa el fragment"
+
+# FIXME: objectius... (josep)
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Deixeu anar els objectius:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Ordena…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ordena"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Inve_rteix l'ordre"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Suprim_eix els duplicats"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "Distingeix m_ajúscules i minúscules"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Comença per la columna:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Ordena"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Ordena un document o el text seleccionat."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Comprova l'ortografia…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "_Especifiqueu l'idioma…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Ressalta les paraules mal escrites"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Ressalta les paraules mal escrites"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Configuració per defecte per a ressaltar les paraules mal escrites."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configura el connector Comprovador d'ortografia"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Valors per defecte per documents nous"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Comprovador d'ortografia"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Comprova l'ortografia del document actual."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "I_nsereix la data i hora…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Formats disponibles"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Pregunta el tipus"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Si s'hauria de demanar a l'usuari el format o s'utilitzarà el format "
+"seleccionat o personalitzat."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Format seleccionat"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "El format seleccionat per a inserir la data/hora."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Format personalitzat"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "El format personalitzat per a inserir la data/hora."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Insereix la data i hora"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Utilitza el format _seleccionat"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Utilitza un format personalitzat"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry
+#. above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Insereix"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configura el connector de data/hora"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Quan s'insereixi la data/hora…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Pregunta per un format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Insereix la data/hora"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Insereix la data i hora actual a la posició del cursor."
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "No s'ha pogut crear el directori «%s»: ha fallat g_mkdir_with_parents(): "
+#~ "%s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "A_fegeix un esquema"
diff --git a/po/ca@valencia.po b/po/ca@valencia.po
new file mode 100644
index 0000000..284fdf6
--- /dev/null
+++ b/po/ca@valencia.po
@@ -0,0 +1,3852 @@
+# gedit translation to Catalan.
+# Copyright © 2000-2007, Free Software Foundation, Inc.
+#
+# Quico Llach <quico@softcatala.org>, 2000, 2001, 2002.
+# Jordi Mallach <jordi@sindominio.net>, 2002, 2003, 2004.
+# Jordi Mas i Hernàndez <jmas@softcatala.org>, 2003.
+# Aleix Badia i Bosch <abadia@ica.es>, 2004.
+# Josep Puigdemont <josep.puigdemont@gmail.com>, 2005, 2006, 2007.
+# Gil Forcada <gilforcada@guifi.net>, 2008-2014.
+# Josep Sànchez <papapep@gmx.com>, 2013.
+# Carles Ferrando Garcia <carles.ferrando@gmail.com>, 2015.
+# Jordi Serratosa <jordis@softcatala.cat>, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2017-09-10 06:06+0000\n"
+"PO-Revision-Date: 2016-09-04 20:30+0100\n"
+"Last-Translator: Xavi Ivars <xavi.ivars@gmail.com>\n"
+"Language-Team: Catalan <Catalan <info@softcatala.org>>\n"
+"Language: ca-valencia\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "Editeu fitxers de text"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"El gedit és l'editor de text oficial de l'entorn d'escriptori GNOME. Tot i "
+"ser simple i de fàcil ús, és un potent editor de text de propòsit general."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Tant si esteu escrivint el proper èxit de vendes, programant una aplicació "
+"innovadora o, simplement, prenent algunes notes ràpides, el gedit és una "
+"eina fiable per fer la vostra tasca."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:4
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"El seu sistema de connectors flexible vos permet configurar l'aplicació a la "
+"vostra mida i necessitat, adaptant-la al vostre flux de treball."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Editor de text"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "Editor de text gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "Text;Editor;text simple;escriure;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "New Window"
+msgstr "_Finestra nova"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "New Document"
+msgstr "Crea un document nou"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "Utilitza el tipus de lletra per defecte"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Si s'ha d'utilitzar el tipus de lletra per defecte del sistema en el text "
+"d'edició en comptes d'un tipus de lletra específic per al gedit. Si "
+"s'inhabilita, s'utilitzarà el tipus de lletra especificat a l'opció «Tipus "
+"de lletra de l'editor» en comptes del tipus de lletra del sistema."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "Tipus de lletra de l'editor"
+
+#: ../data/org.gnome.gedit.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 ""
+"Un tipus de lletra personalitzat que s'utilitzarà en l'àrea d'edició. Només "
+"afectarà si l'opció «Utilitza el tipus de lletra per defecte» està "
+"inhabilitada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "Esquema d'estil"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"L'identificador de l'esquema d'estil de la GtkSourceView que s'empra per "
+"acolorir el text."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "Crea còpies de seguretat"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Si el gedit hauria de crear còpies de seguretat dels fitxers que guarda."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "Guarda automàticament"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"Si el gedit hauria de guardar automàticament els fitxers modificats després "
+"d'un interval de temps. Podeu establir l'interval de temps a l'opció "
+"«Interval de desament automàtic»."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "Interval de guardat automàtic"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"El nombre de minuts que han de passar perquè el gedit guarde automàticament "
+"els fitxers modificats. Només afectarà si l'opció «Guarda automàticament» està "
+"habilitada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "Nombre màxim d'accions per desfer"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"El nombre màxim d'accions que el gedit podrà desfer o refer. Utilitzeu «-1» "
+"per a un nombre il·limitat d'accions."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "Mode d'ajustament de línia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"Especifica com ajustar les línies llargues en l'àrea d'edició. Utilitzeu "
+"«none» (cap) per no ajustar, «word» (paraula) per ajustar als límits de les "
+"paraules i «char» (caràcter) per ajustar als límits de caràcters "
+"individuals. Teniu en compte que els valors són sensibles a majúscules i "
+"minúscules, així doncs assegureu-vos que apareixen exactament com es "
+"mencionen ací."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Última selecció del mode de separació pel mode d'ajust"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"Especifica l'últim mode de separació utilitzat amb el mode d'ajustament de "
+"línia, de manera que quan l'ajustament de línia estiga desactivat encara es "
+"recordarà el mode de separació. Utilitzeu «word» (paraula) per ajustar als "
+"límits de paraula i «char» (caràcter) per ajustar als límits de caràcter "
+"individuals."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "Mida de la pestanya"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Especifica el nombre d'espais que s'haurien de mostrar en comptes de "
+"caràcters de tabulació."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "Insereix espais"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Si el gedit hauria d'inserir espais en comptes de tabuladors."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "Sagna automàticament"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Si el gedit hauria d'habilitar el sagnat automàtic."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "Mostra els números de línia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Si el gedit hauria de mostrar números de línies en l'àrea d'edició."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "Ressalta la línia actual"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "Si el gedit hauria de ressaltar la línia actual."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "Ressalta els claudàtors concordants"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Si el gedit hauria de ressaltar els claudàtors coincidents."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "Mostra el marge dret"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Si el gedit hauria de mostrar el marge dret en l'àrea d'edició."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "Posició del marge dret"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "Especifica la posició del marge dret."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Display Overview Map"
+msgstr "Mostra el mapa de resum"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Whether gedit should display the overview map for the document."
+msgstr "Si el gedit ha de mostrar el mapa de resum pel document."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Document background pattern type"
+msgstr "Tipus de patró de fons del document"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Whether the document will get a background pattern painted."
+msgstr "Si el document tindrà un patró de fons pintat."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Smart Home End"
+msgstr "Tecles d'inici i final intel·ligents"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+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 ""
+"Especifica la manera com es mou el cursor quan es premen les tecles d'inici "
+"i de final. Empreu «disabled» (inhabilitat) per moure'l sempre al principi o "
+"al final de les línies. Empreu «after» (després) per moure'l a l'inici o al "
+"final de la línia la primera vegada que es prema la tecla, i al principi o "
+"al final del text la segona vegada que es prema. Empreu «abans» (abans) per "
+"moure el cursor al principi o al final del text abans de moure'l al principi "
+"o al final de la línia. Empreu «always» (sempre) per moure el cursor sempre "
+"al principi o al final del text en lloc del principi o al final de la línia."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Restore Previous Cursor Position"
+msgstr "Restableix la posició prèvia del cursor"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Si el gedit hauria de restablir la posició prèvia del cursor quan es "
+"carregui un fitxer."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Enable Syntax Highlighting"
+msgstr "Habilita el ressaltat de la sintaxi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Si el gedit hauria d'habilitar el ressaltat de la sintaxi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Enable Search Highlighting"
+msgstr "Habilita el ressaltat de la busca"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Si el gedit hauria de ressaltar totes les coincidències del text buscat."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Ensure Trailing Newline"
+msgstr "Assegura un salt de línia al final"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Si el gedit s'assegurarà que els documents sempre finalitzin amb un salt de "
+"línia."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Toolbar is Visible"
+msgstr "La barra d'eines és visible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Si la barra d'eines hauria de ser visible en les finestres d'edició."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Notebook Show Tabs Mode"
+msgstr "Mode de visualització de les pestanyes"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Especifica quan s'han de mostrar les pestanyes. Empreu «never» (mai) per no "
+"mostrar-les mai. Empreu «always» (sempre) per mostrar-les sempre. Empreu "
+"«auto» (automàtic) per mostrar-les quan hi haja més d'una pestanya. Teniu en "
+"compte que els valors són sensibles a majúscules i minúscules, així doncs "
+"assegureu-vos que apareixen exactament com es mencionen ací."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Status Bar is Visible"
+msgstr "La barra d'estat és visible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Si la barra d'estat a la part inferior de les finestres d'edició hauria de "
+"ser visible."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Side panel is Visible"
+msgstr "El quadre lateral és visible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Si hauria de mostrar el quadre lateral de l'esquerra de la finestra d'edició."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Maximum Recent Files"
+msgstr "Màxim de fitxers recents"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Especifica el nombre màxim de fitxers recentment oberts que es mostraran en "
+"el submenú «Fitxers recents»."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Print Syntax Highlighting"
+msgstr "Imprimeix el ressaltat de sintaxi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Si el gedit hauria d'imprimir el ressaltat de sintaxi quan s'imprimeixen els "
+"documents."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Header"
+msgstr "Imprimeix la capçalera"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Si el gedit hauria d'incloure una capçalera del document en imprimir "
+"documents."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Printing Line Wrapping Mode"
+msgstr "Mode d'ajustament de línia en la impressió"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+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 ""
+"Especifica com ajustar les línies llargues per imprimir. Utilitzeu "
+"«none» (cap) per no ajustar, «word» (paraula) per ajustar als límits de les "
+"paraules i «char» (caràcter) per ajustar als límits de caràcters "
+"individuals. Recordeu que els valors són sensibles a majúscules i "
+"minúscules, assegureu-vos que apareixen exactament com es mencionen ací."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid "Print Line Numbers"
+msgstr "Imprimeix els números de línia"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"No s'inserirà cap número de línia si el valor és 0 quan s'imprimisca un "
+"document. D'altra manera, el gedit imprimirà els números de línia cada tants "
+"números de línia."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+msgid "Body Font for Printing"
+msgstr "Tipus de lletra del cos per imprimir"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"Especifica el tipus de lletra a utilitzar pel cos d'un document en imprimir "
+"documents."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+msgid "Header Font for Printing"
+msgstr "Tipus de lletra de les capçaleres per imprimir"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:73
+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 ""
+"Especifica el tipus de lletra per a les capçaleres de les pàgines en "
+"imprimir un document. Només afectarà si l'opció «Imprimeix capçaleres» està "
+"habilitada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Line Number Font for Printing"
+msgstr "Tipus de lletra dels números de línia per imprimir"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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 ""
+"Especifica el tipus de lletra dels números de línia en imprimir. Només "
+"afectarà si l'opció «Imprimeix els números de línia» no equival a zero."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:77
+msgid "Margin Left"
+msgstr "Marge esquerre"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "The left margin, in millimeters."
+msgstr "El marge esquerre, en mil·límetres."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Margin Top"
+msgstr "Marge superior"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+msgid "The top margin, in millimeters."
+msgstr "El marge superior, en mil·límetres."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Right"
+msgstr "Marge dret"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The right margin, in millimeters."
+msgstr "El marge dret, en mil·límetres."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Bottom"
+msgstr "Marge inferior"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The bottom margin, in millimeters."
+msgstr "El marge inferior, en mil·límetres."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Candidate Encodings"
+msgstr "Codificacions candidates"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Llista de codificacions candidates mostrades al menú de codificacions de "
+"caràcter al selector de fitxers obri/ guarda. «ACTUAL» representa la "
+"codificació local actual. Sols s'usen les codificacions que es reconeixen. "
+"El valor per defecte és la llista buida, en la qual gedit triarà valors per "
+"defecte depenent del país i la llengua."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Active plugins"
+msgstr "Activa els connectors"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Llista de connectors actius. Conté la «Location» dels connectors actius. "
+"Vegeu el fitxer .gedit-plugin per obtindre la «Location» d'un connector "
+"determinat."
+
+#: ../gedit/gedit-app.c:110
+msgid "Show the application's version"
+msgstr "Mostra la versió de l'aplicació"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "Mostra una llista dels valors possibles per a la codificació"
+
+#: ../gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Estableix la codificació de caràcters a emprar per obrir els fitxers "
+"llistats en la línia d'ordes"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "CODIFICACIÓ"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Crea una finestra nova en una instància existent del gedit"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Crea un nou document en una instància existent del gedit"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "Obri els fitxers i bloca el procés fins que es tanquen"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "Executa el gedit en mode independent"
+
+#: ../gedit/gedit-app.c:158
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FITXER...] [+LÍNIA[:COLUMNA]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "S'ha produït un error en mostrar l'ajuda."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codificació no vàlida."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "_Tanca sense guardar"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-io-error-info-bar.c:130
+#: ../gedit/gedit-io-error-info-bar.c:511
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:45
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:912
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_Cancel·la"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "Anomena i al_ça…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:875
+#: ../plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "Al_ça"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Si no ho guardeu, es perdran permanentment els canvis fets en el darrer segon."
+msgstr[1] ""
+"Si no ho guardeu, es perdran permanentment els canvis fets en els darrers %ld "
+"segons."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Si no ho guardeu, es perdran permanentment els canvis fets en el darrer minut."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Si no ho guardeu, es perdran permanentment els canvis fets en el darrer minut "
+"i %ld segon."
+msgstr[1] ""
+"Si no ho guardeu, es perdran permanentment els canvis fets en el darrer minut "
+"i %ld segons."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Si no ho guardeu, es perdran permanentment els canvis fets el darrer minut."
+msgstr[1] ""
+"Si no ho guardeu, es perdran permanentment els canvis fets els darrers %ld "
+"minuts."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "Si no ho guardeu, es perdran per sempre els canvis fets la darrera hora."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Si no ho guardeu, es perdran permanentment els canvis fets la darrera hora i "
+"%d minut."
+msgstr[1] ""
+"Si no ho guardeu, es perdran permanentment els canvis fets la darrera hora i "
+"%d minuts."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Si no ho guardeu, es perdran per sempre els canvis fets la darrera hora."
+msgstr[1] ""
+"Si no ho guardeu, es perdran per sempre els canvis fets les darreres %d hores."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Es perdran permanentment els canvis fets al document «%s»."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Voleu guardar els canvis del document «%s» abans de tancar?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "L'administrador del sistema ha inhabilitat el guardar."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Es perdran permanentment els canvis fets a %d document."
+msgstr[1] "Es perdran permanentment els canvis fets a %d documents."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Hi ha %d document amb canvis sense guardar. Voleu guardar els canvis abans de "
+"tancar?"
+msgstr[1] ""
+"Hi ha %d documents amb canvis sense guardar. Voleu guardar els canvis abans de "
+"tancar?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "Docum_ents amb canvis per guardar:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "S_eleccioneu els documents que voleu guardar:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Si no ho guardeu es perdran permanentment tots els canvis."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "S'està carregant el fitxer «%s»…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "S'està carregant %d fitxer…"
+msgstr[1] "S'estan carregant %d fitxers…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Obri"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:46
+#: ../plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Obri"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "El fitxer «%s» és de només de lectura."
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Voleu intentar reemplaçar-lo pel que esteu desant?"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "_Reemplaça"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Voleu guardar el fitxer comprimit?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "Voleu guardar el fitxer com a text pla?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"Abans s'havia guardat el fitxer «%s» com a text pla i ara es guardarà comprimit."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "Al_ça'l comprimit"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Abans s'havia guardat el fitxer «%s» comprimit i ara es guardarà com a text pla."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "_Anomena i guarda com a text pla"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "S'està desant el fitxer «%s»…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Anomena i guarda"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "S'està revertint el document «%s»…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Voleu recuperar els canvis no guardats al document «%s»?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Es perdran permanentment els canvis fets al document en el darrer segon."
+msgstr[1] ""
+"Es perdran permanentment els canvis fets al document en els darrers %ld "
+"segons."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Es perdran permanentment els canvis fets al document en el darrer minut."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Es perdran permanentment els canvis fets al document en el darrer minut i "
+"%ld segon."
+msgstr[1] ""
+"Es perdran permanentment els canvis fets al document en el darrer minut i "
+"%ld segons."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Es perdran permanentment els canvis fets al document en el darrer minut."
+msgstr[1] ""
+"Es perdran permanentment els canvis fets al document en els darrers %ld "
+"minuts."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Es perdran per sempre els canvis fets al document la darrera hora."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Es perdran permanentment els canvis fets al document en la darrera hora i %d "
+"minut."
+msgstr[1] ""
+"Es perdran permanentment els canvis fets al document en la darrera hora i %d "
+"minuts."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Es perdran per sempre els canvis fets al document la darrera %d hora."
+msgstr[1] ""
+"Es perdran per sempre els canvis fets al document les darreres %d hores."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "_Recupera"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "El gedit és un editor de text petit i lleuger per l'escriptori GNOME"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"Quico Llach <quico@softcatala.org>\n"
+"Jordi Mallach <jordi@sindominio.net>\n"
+"Jordi Mas <jmas@softcatala.org>\n"
+"Aleix Badia i Bosch <abadia@ica.es>\n"
+"Josep Puigdemont <josep.puigdemont@gmail.com>\n"
+"David Planella <david.planella@ubuntu.com>"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "S'ha trobat i reemplaçat %d cadena coincident"
+msgstr[1] "S'han trobat i reemplaçat %d cadenes coincidents"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "S'ha trobat i reemplaçat una cadena coincident"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "\"%s\" not found"
+msgstr "No s'ha trobat «%s»"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Document sense títol %d"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grup de pestanyes %i"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167 ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Només de lectura"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Detectat automàticament"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove..."
+msgstr "Afig o suprimeix..."
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Localització actual (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "Localització actual (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings' preferences?"
+msgstr ""
+"Voleu de veritat restablir les preferències de la codificació dels caràcters?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "_Restableix"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Afig"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Suprimeix"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Mou a una prioritat més alta"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Mou a una prioritat més baixa"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Tots els fitxers"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "Tots els fitxers de text"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "C_odificació de caràcters:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "Final de _línia:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "Codificació de caràcters:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Final de línia:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:115
+#: ../plugins/externaltools/tools/manager.py:324
+#: ../plugins/externaltools/tools/manager.py:440
+#: ../plugins/externaltools/tools/manager.py:774
+msgid "Plain Text"
+msgstr "Text pla"
+
+#: ../gedit/gedit-io-error-info-bar.c:143
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Intenta de nou"
+
+#: ../gedit/gedit-io-error-info-bar.c:163
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "No s'ha pogut trobar el fitxer «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:165
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:212
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Comproveu que la ubicació estiga ben escrita i torneu-ho a intentar."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:184
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "No es poden gestionar les ubicacions «%s:»."
+
+#: ../gedit/gedit-io-error-info-bar.c:190
+msgid "Unable to handle this location."
+msgstr "No s'ha pogut gestionar esta ubicació."
+
+#: ../gedit/gedit-io-error-info-bar.c:199
+msgid "The location of the file cannot be accessed."
+msgstr "No s'ha pogut accedir a la ubicació del fitxer."
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is a directory."
+msgstr "«%s» és un directori."
+
+#: ../gedit/gedit-io-error-info-bar.c:210
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "«%s» no és una ubicació vàlida."
+
+#. Translators: %s is a host name
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"No s'ha pogut trobar l'ordinador «%s». Comproveu que els paràmetres del "
+"servidor intermediari siguen correctes i torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"El nom de l'ordinador no és vàlid. Comproveu que hàgeu escrit la ubicació "
+"correctament i torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:269
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "«%s» no és un fitxer normal."
+
+#: ../gedit/gedit-io-error-info-bar.c:274
+msgid "Connection timed out. Please try again."
+msgstr "La connexió ha expirat, torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "S'ha produït un error inesperat: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:343
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "No s'ha pogut trobar el fitxer. Potser s'ha suprimit fa poc."
+
+#: ../gedit/gedit-io-error-info-bar.c:353
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "No s'ha pogut recuperar el fitxer «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:380
+msgid "Ch_aracter Encoding:"
+msgstr "Codificació de c_aràcter:"
+
+#: ../gedit/gedit-io-error-info-bar.c:441
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "No es pot accedir actualment a la ubicació «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:456
+msgid "Your system is offline. Check your network."
+msgstr "El sistema és fora de línia. Comproveu la xarxa."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:768
+msgid "Edit Any_way"
+msgstr "Edita de _totes maneres"
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"El nombre d'enllaços a seguir és limitat i el fitxer actual no s'ha pogut "
+"trobar dins d'este límit."
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid "You do not have the permissions necessary to open the file."
+msgstr "No teniu el permís necessari per poder obrir este fitxer."
+
+#: ../gedit/gedit-io-error-info-bar.c:601
+msgid "Unable to detect the character encoding."
+msgstr "No s'ha pogut detectar la codificació de caràcters."
+
+#: ../gedit/gedit-io-error-info-bar.c:602
+#: ../gedit/gedit-io-error-info-bar.c:626
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Comproveu que no estigueu intentant obrir un fitxer binari."
+
+#: ../gedit/gedit-io-error-info-bar.c:603
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+"Seleccioneu una codificació de caràcters del menú i torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:609
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "S'ha produït un error en obrir el fitxer «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:611
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"El fitxer que heu obert conté alguns caràcters no vàlids. Si l'editeu "
+"podríeu acabar amb un document no usable."
+
+#: ../gedit/gedit-io-error-info-bar.c:614
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Podeu seleccionar una altra codificació de caràcters i tornar-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"No s'ha pogut obrir el fitxer «%s» amb la codificació de caràcters «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#: ../gedit/gedit-io-error-info-bar.c:702
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Seleccioneu una codificació de caràcters diferent del menú i torneu-ho a "
+"intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "No s'ha pogut obrir el fitxer «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:697
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"No s'ha pogut guardar el fitxer «%s» amb la codificació de caràcters «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:700
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"El document conté un o més caràcters que no es poden codificar amb la "
+"codificació de caràcters especificada."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:773
+msgid "D_on't Edit"
+msgstr "_No l'editis"
+
+#: ../gedit/gedit-io-error-info-bar.c:783
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "El fitxer «%s» ja és obert en una altra finestra."
+
+#: ../gedit/gedit-io-error-info-bar.c:797
+msgid "Do you want to edit it anyway?"
+msgstr "Voleu editar-lo igualment?"
+
+#: ../gedit/gedit-io-error-info-bar.c:853
+#: ../gedit/gedit-io-error-info-bar.c:943
+#: ../gedit/gedit-io-error-info-bar.c:1235
+msgid "S_ave Anyway"
+msgstr "Al_ça igualment"
+
+#: ../gedit/gedit-io-error-info-bar.c:856
+#: ../gedit/gedit-io-error-info-bar.c:946
+#: ../gedit/gedit-io-error-info-bar.c:1238
+msgid "D_on't Save"
+msgstr "_No guardes"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:870
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "El fitxer «%s» s'ha modificat des que s'ha llegit."
+
+#: ../gedit/gedit-io-error-info-bar.c:885
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Si el guardeu, tots els canvis externs fets es poden perdre. Voleu guardar-lo "
+"igualment?"
+
+#: ../gedit/gedit-io-error-info-bar.c:965
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "No s'ha pogut crear una còpia de seguretat en guardar el fitxer «%s»"
+
+#: ../gedit/gedit-io-error-info-bar.c:970
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr ""
+"No s'ha pogut crear una còpia de seguretat temporal en guardar el fitxer «%s»"
+
+#: ../gedit/gedit-io-error-info-bar.c:987
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"No s'ha pogut fer una còpia de seguretat de la còpia antiga abans de guardar "
+"el fitxer. Podeu oblidar este avís i guardar el fitxer, però si es produeix "
+"un error en guardar, podríeu perdre la còpia antiga del fitxer. Voleu guardar "
+"igualment?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1047
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"No es poden gestionar ubicacions «%s:» en mode d'escriptura. Comproveu que "
+"hàgeu escrit correctament la ubicació i torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1055
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"No es pot gestionar esta ubicació en mode d'escriptura. Comproveu que "
+"hàgeu escrit correctament la ubicació i torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1064
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"«%s» no és una ubicació vàlida. Comproveu que l'hàgeu escrit correctament i "
+"torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1071
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"No teniu el permís necessari per poder guardar este fitxer. Comproveu que la "
+"ubicació estiga ben escrita i torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1077
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"No hi ha suficient espai al disc per guardar el fitxer. Allibereu espai de "
+"disc i torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1082
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Esteu intentant guardar el fitxer en un disc de només lectura. Comproveu que "
+"la ubicació estiga ben escrita i torneu-ho a intentar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Ja existeix un fitxer amb este mateix nom, utilitzeu-ne un altre."
+
+#: ../gedit/gedit-io-error-info-bar.c:1093
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"El disc on esteu intentant guardar el fitxer té una limitació de longitud dels "
+"noms dels fitxers, utilitzeu un nom més curt."
+
+#: ../gedit/gedit-io-error-info-bar.c:1104
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"El disc on esteu intentant guardar el fitxer té una limitació en la mida dels "
+"fitxers. Intenteu guardar un fitxer més petit o guardar-ho en un disc que no "
+"tinga esta limitació."
+
+#: ../gedit/gedit-io-error-info-bar.c:1121
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "No s'ha pogut guardar el fitxer «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:1161
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "El fitxer «%s» ha canviat al disc."
+
+#: ../gedit/gedit-io-error-info-bar.c:1172
+msgid "Drop Changes and _Reload"
+msgstr "Descarta els canvis i torna a _carregar el fitxer"
+
+#: ../gedit/gedit-io-error-info-bar.c:1182
+#: ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "Carrega de _nou"
+
+#: ../gedit/gedit-io-error-info-bar.c:1187
+msgid "_Ignore"
+msgstr "_Ignora"
+
+#: ../gedit/gedit-io-error-info-bar.c:1248
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "S'han detectat alguns caràcters no vàlids mentre es desava «%s»"
+
+#: ../gedit/gedit-io-error-info-bar.c:1264
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Si guardeu igualment el fitxer pot quedar malmés. Voleu guardar tot i així?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Feu clic en este botó per seleccionar el tipus de lletra a utilitzar per "
+"l'editor"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Empra el tipus de lletra d'amplària fixa del sistema (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"No s'ha pogut crear el directori «%s»: ha fallat g_mkdir_with_parents(): %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "No s'ha pogut instal·lar l'esquema de colors seleccionat."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Afig un esquema"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "A_fig un esquema"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Fitxers d'esquema de colors"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "No s'ha pogut suprimir l'esquema de colors «%s»."
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing..."
+msgstr "S'està preparant..."
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Fitxer: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Pàgina %N de %Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "S'està renderitzant la pàgina %d de %d..."
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "Pàgina %d de %d"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Res"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "Busca i reemplaça"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "SOBR"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INSER"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Hi ha una tabulació amb errors"
+msgstr[1] "Hi ha %d tabulacions amb errors"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "S'està recuperant %s de %s"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "S'està recuperant %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "S'està carregant %s de %s"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "S'està carregant %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "S'està desant %s a %s"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "S'està desant %s"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "S'ha produït un error en obrir el fitxer %s"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "S'ha produït un error en recuperar el document %s"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "S'ha produït un error en guardar el fitxer %s"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Nom:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "Tipus de MIME:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Codificació:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "Comproveu la instal·lació."
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "No s'ha pogut obrir el fitxer d'interfície d'usuari %s. Error: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "No s'ha trobat l'objecte «%s» dins del fitxer %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ a %s"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Mac OS Clàssic"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "Mostra els _números de línia"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d de %d"
+
+# FIXME
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "Cont_inua des de l'inici"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "Coincidència com a expressió _regular"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "Coincidència només amb la paraula s_encera"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "Coi_ncidència de majúscules i minúscules"
+
+#: ../gedit/gedit-view-frame.c:1026
+msgid "String you want to search for"
+msgstr "Cadena que vulgueu buscar"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "Line you want to move the cursor to"
+msgstr "Línia on vulgueu moure el cursor"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "El claudàtor coincident està fora del rang"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "No s'ha trobat el claudàtor coincident"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "S'ha trobat una coincidència de claudàtors a la línia: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col. %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Amplària de la tabulació: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "Hi ha documents sense guardar"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "Canvia la pàgina del quadre lateral"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Documents"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "Mou a _l'esquerra"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "Mou a la d_reta"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "_Mou a una finestra nova"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "Mou a un _grup de pestanyes nou"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "_Tanca"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "Sagnat automàtic"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Utilitza espais"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "Mostra els números de línia"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "Mostra el marge dret"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "Ressalta la línia actual"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "Ajustament del text"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "_Fitxer"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "_Nou"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "Obri'n un recent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "Torna a obrir la _pestanya tancada"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "_Anomena i guarda…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20
+#: ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "_Finestra nova"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "_Imprimeix…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "I_x"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "_Edita"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "_Desfés"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "_Refés"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "_Retalla"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "_Copia"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "_Enganxa"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Suprimeix"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "Mode de _sobreescriptura"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "Selecciona-ho_tot"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_Preferències"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+msgid "_View"
+msgstr "_Visualització"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "Quadre _lateral"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "Quadre _inferior"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "_Pantalla completa"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "_Mode de ressaltat…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "_Cerca"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "_Cerca…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "Busca la _següent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "Busca l'an_terior"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "_Cerca i reemplaça…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "_Neteja el ressaltat"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "Vés a la _línia…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+msgid "_Tools"
+msgstr "_Eines"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "_Documents"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "Des_a-ho tot"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "Tan_ca-ho tot"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "_Grup de pestanyes nou"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "Grup de pestanyes _anterior"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "Grup de pestanyes _següent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "Document _anterior"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "Document _següent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "_Mou a una finestra nova"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+#: ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "A_juda"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "_Quant a"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "_Dreceres de teclat"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "Des_a-ho tot"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "_Cerca i reemplaça…"
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "Vés a la _línia…"
+
+#: ../gedit/resources/gtk/menus.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "Visualització"
+
+#: ../gedit/resources/gtk/menus.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "Eines"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "Codificació de caràcters"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "_Aplica"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "Codi_ficacions disponibles"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "Codificacion_s triades"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Descripció"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Codificacions"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Mode de ressaltat"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Selecciona"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "Utilitza el mode de busca amb ressaltat..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "Cap resultat"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "Altres _documents…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Obri un altre fitxer"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Preferències"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Mostra el _marge dret a la columna:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "Mostra la barra d'e_stat"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "_Mostra el mapa de resum"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "Mostra el patró de _graella"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Ajustament del text"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Habilita l'_ajustament de text"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "No _separis les paraules en dues línies"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "Ressaltat"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "_Ressalta la línia actual"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "Ressalta els _claudàtors concordants"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "Tabulació"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "_Amplària de la tabulació:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "Insereix _espais en comptes de tabulacions"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "Habilita el _sagnat automàtic"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "Guardat de fitxers"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "Crea una _còpia de seguretat dels fitxers abans de guardar-los"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "Al_ça els fitxers automàticament cada"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_minuts"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "Editor"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "Tipus de lletra"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "Tipus de lletra de l'_editor: "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "Trieu el tipus de lletra de l'editor"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "Esquema de colors"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "Instal·la l'esquema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "Instal·la l'esquema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "Desinstal·la l'esquema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "Desinstal·la l'esquema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "Tipus de lletra i colors"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "Connectors"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Ressaltat de sintaxi"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Imprimeix el ressaltat de la s_intaxi"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Números de línia"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Imprimeix els números de _línia"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_Número cada"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "línies"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Capçalera de la pàgina"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Im_primeix les capçaleres de la pàgina"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Tipus de lletra"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Cos:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "Números de _línia:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "C_apçaleres i peus de pàgina:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "_Restaura els tipus de lletra per defecte"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Mostra la pàgina anterior"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "Mostra la pàgina següent"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "Pàgina actual (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "de"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "Total pàgines"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "El nombre de pàgines total del document"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "Mostra múltiples pàgines"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "Millor ajust"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "Apropa a la pàgina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "Allunya de la pàgina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "Tanca la visualització prèvia de la impressió"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "_Tanca la previsualització"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "Visualització prèvia de la pàgina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "La visualització prèvia de la pàgina del document a imprimir"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "Reemplaça-ho _tot"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Cerca"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Busca "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "Reemplaça _per "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "Coi_ncidència de majúscules i minúscules"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "Només coincid_eix la paraula sencera"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "Expressió _regular"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "Busca cap en_rere"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "Continua des de l'_inici"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documents"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Crea un document nou en una pestanya"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Obri un document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Guarda el document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Guarda el document amb un nou nom de fitxer"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Guarda tots els documents"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Tanca el document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Tanca tots els documents"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Torna a obrir l'últim document tancat"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Canvia al document següent"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Canvia al document anterior"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+msgctxt "shortcut window"
+msgid "Switch to the first - ninth document"
+msgstr "Canvia al primer - novè document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Finestres i quadres"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Crea un document nou a una finestra"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Crea un grup nou de pestanyes"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Amaga el quadre lateral"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Mostra el quadre inferior"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Pantalla completa activada/desactivada"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Ix de l'aplicació"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Busca i reemplaça"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Busca"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Busca la coincidència següent"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Busca la coincidència anterior"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Neteja el ressaltat"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Vés a la línia"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copia i enganxa"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copia el text seleccionat al porta-retalls"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Retalla el text seleccionat al porta-retalls"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Enganxa el text des del porta-retalls"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Desfés i refés"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Desfés l'orde anterior"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Refés l'orde anterior"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selecció"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Selecciona tot el text"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Edició"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Commuta entre inserció i sobreescriptura"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Suprimeix la línia actual"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Uneix les línies seleccionades"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Mou amunt la línia actual"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Mou abaix la línia actual"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Mou a l'esquerra la paraula actual"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Mou a la dreta la paraula actual"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Converteix a majúscules"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Converteix a minúscules"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inverteix majúscules i minúscules"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrementa el nombre del cursor"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Disminueix el nombre del cursor"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Eines"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Comprova l'ortografia"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Imprimeix el document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Mostra la finestra de compleció"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Tanca el document"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Obri un fitxer"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Obri"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Crea un document nou"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Nou"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Guarda el fitxer"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Guarda"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Amaga el quadre"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "Obri un diàleg de fitxer"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Ix del mode de pantalla completa"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Comprova si hi ha actualitzacions"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Comprova si hi ha una versió més nova del gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "S'ha produït un error en mostrar l'URI."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Baixa"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Ignora la versió"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Hi ha una versió nova del gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Si feu clic al botó de baixada vos baixareu la versió nova del gedit però "
+"podeu ignorar esta versió i esperar fins que n'hi haja una altra"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "Versió a ignorar"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Versió a ignorar fins que es publique una versió més nova."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Estadístiques del document"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+"Informa del nombre de paraules, de línies i de caràcters en un document."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "Estadístiques del _document"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Document"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Selecció"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Línies"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Paraules"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Caràcters (amb espai)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Caràcters (sense espai)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Octets"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Munta"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Executa «make» al directori del document"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Obri un terminal ací"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Obri un terminal a la ubicació del document"
+
+# FIXME
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Suprimiu espais al final de les línies"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Suprimiu espais innecessaris al final de les línies d'un fitxer"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Executeu una orde"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Executeu una orde personalitzada i poseu-ne l'eixida a un document nou"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Envia a fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "Enganxa el text seleccionat o el document actual a fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Eines externes"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Executeu ordes externes i scripts de l'intèrpret d'ordes."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "Si s'ha d'utilitzar el tipus de lletra del sistema"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si és «true» (cert), les eines externes utilitzaran el tipus de lletra "
+"estàndard de l'escriptori si és d'amplària fixa (i, si no, el tipus de lletra "
+"més paregut que es puga trobar)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+"Un nom de tipus de lletra Pango. Com ara «Sans 12» o «Monospace Bold 14»."
+
+#: ../plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools..."
+msgstr "Gestiona les _eines externes..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Eines externes"
+
+#: ../plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "No s'ha pogut executar l'orde: %s"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Heu de ser dins d'una paraula per poder executar esta orde"
+
+#: ../plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "S'està executant l'eina:"
+
+#: ../plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Fet."
+
+#: ../plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Ha eixit"
+
+#: ../plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Totes les llengües"
+
+#: ../plugins/externaltools/tools/manager.py:429
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:772
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "Totes les llengües"
+
+#: ../plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Eina nova"
+
+#: ../plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Este accelerador ja s'utilitza per a %s"
+
+#: ../plugins/externaltools/tools/manager.py:727
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Teclegeu un nou accelerador, o premeu la tecla de retrocés per netejar"
+
+#: ../plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator"
+msgstr "Teclegeu un accelerador nou"
+
+#: ../plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Aturat."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Atura l'eina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Sempre disponible"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Tots els documents"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Tots els documents excepte aquells sense títol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Només fitxers locals"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Només fitxers remots"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Només documents sense títol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Document actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Selecció actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Selecció actual (el document actual és el per defecte)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Línia actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Paraula actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "Mostra en la subfinestra inferior"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Crea un document nou"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Afig al final del document actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Substitueix el document actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Substitueix la selecció actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "Insereix a la posició del cursor"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "Gestiona les eines externes"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Afig una eina nova"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Afig una eina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Suprimeix l'eina seleccionada"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Suprimeix l'eina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Recupera l'eina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Recupera l'eina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "Tecla de _drecera:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "Al_ça:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "_Entrada:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "S_ortida:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "_Aplicabilitat:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Eixida de l'eina"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Quadre del navegador de fitxers"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Accés fàcil als fitxers des del quadre lateral"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Inici"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Sistema de fitxers"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Navegador de fitxers"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "S'ha produït un error en crear un directori nou"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "S'ha produït un error en crear un fitxer nou"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "S'ha produït un error en canviar el nom d'un fitxer o directori"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "S'ha produït un error en suprimir un fitxer o directori"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "S'ha produït un error en obrir un directori al gestor de fitxers"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "S'ha produït un error en establir el directori arrel"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "S'ha produït un error en carregar-se un directori"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "S'ha produït un error"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"No s'ha pogut moure el fitxer a la\n"
+"paperera, el voleu suprimir\n"
+"immediatament?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "No es pot moure el fitxer «%s» a la paperera."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "No es poden moure a la paperera els fitxers seleccionats."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Esteu segur que voleu suprimir permanentment «%s»?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Esteu segur que voleu suprimir permanentment els fitxers seleccionats?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "Si suprimiu un element, este es perdrà per sempre."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(Buit)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"El fitxer amb el nom canviat està filtrat. Heu de canviar les preferències "
+"del filtre per fer-lo visible"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "Fitxer sense nom"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"El fitxer actual està filtrat. Heu de canviar les preferències del filtre "
+"per fer-lo visible"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "Carpeta sense nom"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"El directori nou està filtrat. Heu de canviar les preferències del filtre "
+"per fer-lo visible"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "Adreces d'interés"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "No hi ha cap objecte de muntatge per al volum muntat: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "No s'ha pogut obrir el suport: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "No s'ha pogut muntar el volum: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "S'ha produït un error en carregar «%s»: no existeix el directori"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "Obri amb la vista d'arbre"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Obri la vista d'arbre en lloc de la vista d'adreces d'interés quan es "
+"carregui el connector del navegador de fitxers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Directori arrel del navegador de fitxers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"El directori arrel del navegador de fitxers que es farà servir quan es "
+"carregui el connector del navegador de fitxers i onload/tree_view és CERT."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Directori arrel virtual del navegador de fitxers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"El directori arrel virtual del navegador de fitxers que es farà servir quan "
+"es carregui el connector del navegador de fitxers i onload/tree_view és "
+"CERT. L'arrel virtual ha de ser sempre per sota de l'arrel actual."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Habilita el restabliment d'ubicacions remotes"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+"Estableix si s'ha d'habilitar el restabliment de les ubicacions remotes."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "Establiu la ubicació del primer document"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Si és «TRUE» (cert) el connector del navegador de fitxers veurà el directori "
+"del primer document obert que el navegador de fitxers no ha utilitzat "
+"encara. (Generalment s'aplica en obrir un document des de la línia d'ordes "
+"o obrint-lo des del Nautilus, etc.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Mode del filtre del navegador de fitxers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Este valor determina quins fitxers del navegador de fitxers es filtraran. "
+"Els valors vàlids són: «none» (no es filtra res), «hide-hidden» (es filtren "
+"els fitxers ocults) i «hide-binary» (es filtren els fitxers binaris)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Patró del filtre del navegador de fitxers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"El patró de filtre amb què es filtrarà el navegador de fitxers. Este "
+"filtre funciona per sobre de filter_mode."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "Patrons binaris del navegador de fitxers"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Els patrons addicionals per emprar en filtrar fitxers binaris."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "E_stabliu l'arrel al document actiu"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "Nova _carpeta"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "F_itxer nou"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "_Canvia el nom..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "_Mou a la paperera"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "Re_fresca la vista"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "Visualitza la _carpeta"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_Obri en un terminal"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Filtre"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Mostra els _ocults"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "Mostra els _binaris"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "Coincidència de nom de fitxer"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "Històric"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "Obri el menú de l'històric"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Modes de línia"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Modes de línia a l'estil de l'Emacs, el Kate i el vim per al gedit."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "Color del text de les ordes"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "El color del text de les ordes"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "Color del text dels errors"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "El color del text dels errors"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si és «true» (cert), el terminal utilitzarà el tipus de lletra estàndard de "
+"l'escriptori si és d'amplària fixa (i, si no, el tipus de lletra més paregut "
+"que es puga trobar)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Color de les _ordes:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Color dels _errors:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:60
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Consola Python"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Consola interactiva de Python al quadre inferior"
+
+#: ../plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open..."
+msgstr "Obertura ràpida..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Obertura ràpida"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Obri fitxers ràpidament"
+
+#: ../plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search..."
+msgstr "Escriviu per buscar..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets..."
+msgstr "Gestiona _fragments..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:64
+#: ../plugins/snippets/snippets/document.py:153
+#: ../plugins/snippets/snippets/document.py:667
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Fragments"
+
+#: ../plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "No s'ha pogut crear l'arxiu «%s»"
+
+#: ../plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "No existeix el directori de destí «%s»"
+
+#: ../plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "El directori de destí «%s» no és vàlid"
+
+#: ../plugins/snippets/snippets/importer.py:55
+#: ../plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "No existeix el fitxer «%s»"
+
+#: ../plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "El fitxer «%s» no és un fitxer de fragments vàlid"
+
+#: ../plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "El fitxer importat «%s» no és un fitxer de fragments vàlid"
+
+#: ../plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "No s'ha pogut extreure l'arxiu «%s»"
+
+#: ../plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Estos fitxers no s'han pogut importar: %s"
+
+#: ../plugins/snippets/snippets/importer.py:119
+#: ../plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "El fitxer «%s» no és un arxiu de fragments vàlid"
+
+#: ../plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arxiu de fragments"
+
+#: ../plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet..."
+msgstr "Afig un fragment nou..."
+
+#: ../plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: ../plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Reverteix el fragment seleccionat"
+
+#: ../plugins/snippets/snippets/manager.py:417
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "Suprimeix el fragment seleccionat"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Això no és cap disparador vàlid per a tabuladors. Els disparadors poden "
+"contindre caràcters alfanumèrics (o «_», «:» i «.») o un caràcter que no "
+"siga alfanumèric, com ara «{», «[», etcètera."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:677
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Paraula que activa un fragment després de prémer la tecla de tabulació"
+
+#: ../plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "S'ha produït este error en importar: %s"
+
+#: ../plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "S'ha importat correctament"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Importa els fragments"
+
+#: ../plugins/snippets/snippets/manager.py:792
+#: ../plugins/snippets/snippets/manager.py:878
+#: ../plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Tots els arxius implementats"
+
+#: ../plugins/snippets/snippets/manager.py:793
+#: ../plugins/snippets/snippets/manager.py:879
+#: ../plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Arxiu comprimit amb el gzip"
+
+#: ../plugins/snippets/snippets/manager.py:794
+#: ../plugins/snippets/snippets/manager.py:880
+#: ../plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Arxiu comprimit amb el bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Fitxer de fragments simples"
+
+#: ../plugins/snippets/snippets/manager.py:796
+#: ../plugins/snippets/snippets/manager.py:882
+#: ../plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Tots els fitxers"
+
+#: ../plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "S'ha produït este error en exportar: %s"
+
+#: ../plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "S'ha exportat correctament"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:852
+#: ../plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Voleu incloure fragments de <b>sistema</b> seleccionats en l'exportació?"
+
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "No hi ha cap fragment seleccionat per exportar"
+
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exporta els fragments"
+
+#: ../plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Teclegeu un nou accelerador, o premeu la tecla de retrocés per netejar"
+
+#: ../plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Teclegeu un accelerador nou"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"L'execució de l'orde de Python (%s) ha excedit el temps d'espera màxim, "
+"s'ha interromput l'execució."
+
+#: ../plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Ha fallat l'execució de l'orde de Python (%s): %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr ""
+"Inseriu d'una manera ràpida fragments de text que s'utilitzen freqüentment"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Gestiona els fragments"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "Crea un fragment nou"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Afig un fragment"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Suprimeix el fragment"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Importa els fragments"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "Exporta els fragments seleccionats"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Exporta els fragments"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Activació"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "Disparador de _tabuladors:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "_Tecla de drecera:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Drecera de teclat amb la qual s'activa el fragment"
+
+# FIXME: objectius... (josep)
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "_Deixeu anar els objectius:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort..."
+msgstr "_Ordena..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Ordena"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "Inve_rteix l'orde"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "Suprim_eix els duplicats"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "Distingeix m_ajúscules i minúscules"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "_Comença per la columna:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "_Ordena"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Ordena un document o el text seleccionat."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling..."
+msgstr "_Comprova l'ortografia..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language..."
+msgstr "_Especifica l'idioma..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Ressalta les paraules mal escrites"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Comprovador d'ortografia"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Comprova l'ortografia del document actual."
+
+#: ../plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time..."
+msgstr "_Insereix la data/hora..."
+
+#: ../plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "Formats disponibles"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "Pregunta el tipus"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Si s'hauria de demanar a l'usuari el format o s'utilitzarà el format "
+"seleccionat o personalitzat."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "Format seleccionat"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "El format seleccionat per inserir la data/hora."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "Format personalitzat"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "El format personalitzat per inserir la data/hora."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Insereix la data i hora"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "Utilitza el format _seleccionat"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "_Utilitza un format personalitzat"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "_Insereix"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Configura el connector de data/hora"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "Quan s'inserisca la data/hora..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "_Pregunta per un format"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Insereix la data/hora"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Insereix la data i hora actual a la posició del cursor."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Obre una finestra nova"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Obre un document nou"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Estableix la mida i posició de la finestra (AMPLADAxALÇADA+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRIA"
+
+#~ msgid "gedit"
+#~ msgstr "gedit"
+
+#~ msgid "Minimap is Visible"
+#~ msgstr "El mini mapa és visible"
+
+#~ msgid "Whether the minimap for the document should be visible."
+#~ msgstr "Si el mini mapa per al document hauria de ser visible."
+
+#~ msgid "Question"
+#~ msgstr "Pregunta"
+
+#~ msgid "_Minimap"
+#~ msgstr "_Mini mapa"
+
+#~ msgid "Help"
+#~ msgstr "Ajuda"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(cap paraula suggerida)"
+
+#~ msgid "_More..."
+#~ msgstr "_Més..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignora-ho tot"
+
+#~ msgid "_Add"
+#~ msgstr "_Afegeix"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Suggeriments d'ortografia..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr ""
+#~ "S'ha produït un error en comprovar l'ortografia de la paraula «%s»: %s"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(ortografia correcta)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Suggeriments"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "S'ha completat la comprovació d'ortografia"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Desconegut (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Per defecte"
+
+#~ msgid "The document is empty."
+#~ msgstr "El document està buit."
+
+#~ msgid "No misspelled words"
+#~ msgstr "Cap paraula mal escrita"
+
+#~ msgid "Set Language"
+#~ msgstr "Especifiqueu l'idioma"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Se_lecciona l'idioma del document actual."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Paraula mal escrita:"
+
+#~ msgid "word"
+#~ msgstr "paraula"
+
+#~ msgid "Change _to:"
+#~ msgstr "Can_via a:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Comprova la pa_raula"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Suggeriments:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignora-ho t_ot"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Ca_nvia"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Canvia-ho _tot"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Diccionari de l'usuari:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Afegeix una _paraula"
+
+#~ msgid "_OK"
+#~ msgstr "D'ac_ord"
+
+#~ msgid "Set language"
+#~ msgstr "Especifica l'idioma"
+
+#~ msgid "Languages"
+#~ msgstr "Llengües"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Codificacions detectades automàticament"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Llista ordenada de codificacions utilitzades pel gedit per detectar "
+#~ "automàticament la codificació d'un fitxer. «CURRENT» (actual) indica la "
+#~ "codificació de la localització actual. Només s'utilitzen les "
+#~ "codificacions reconegudes."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['UTF-8', 'ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Codificacions mostrades al menú"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Llista de les codificacions mostrades al menú de codificació de caràcters "
+#~ "al diàleg obre/desa de fitxer. Només s'utilitzen codificacions "
+#~ "reconegudes."
diff --git a/po/ckb.po b/po/ckb.po
new file mode 100644
index 0000000..4ed3d45
--- /dev/null
+++ b/po/ckb.po
@@ -0,0 +1,2884 @@
+# Central Kurdish translation for gedit.
+# Copyright (C) 2020 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Jwtiyar Nariman <jwtiyar@gmail.com>, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2019-12-04 17:00+0000\n"
+"PO-Revision-Date: 2020-09-19 13:08+0300\n"
+"Language-Team: Central Kurdish <kurdish-ckb@zkurd.org>\n"
+"Language: ckb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-DamnedLies-Scope: partial\n"
+"Last-Translator: Jwtiyar Nariman <jwtiyar@gmail.com>\n"
+"X-Generator: Poedit 2.4.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "‫gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "دەق دەستکاریبکە"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+
+#: data/org.gnome.gedit.appdata.xml.in:15
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+
+#: data/org.gnome.gedit.appdata.xml.in:20
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "دەستکاریکەری دەق"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr ""
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "پەنجەریەکی نوێ"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "بەڵگەنامەی نوێ"
+
+#: gedit/gedit-app.c:103
+msgid "Show the application’s version"
+msgstr "وەشانی داوانامە پیشان بدە"
+
+#: gedit/gedit-app.c:109
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+
+#: gedit/gedit-app.c:116
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: gedit/gedit-app.c:117
+msgid "ENCODING"
+msgstr ""
+
+#: gedit/gedit-app.c:123
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+
+#: gedit/gedit-app.c:130
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: gedit/gedit-app.c:137
+msgid "Open files and block process until files are closed"
+msgstr ""
+
+#: gedit/gedit-app.c:144
+msgid "Run gedit in standalone mode"
+msgstr ""
+
+#: gedit/gedit-app.c:151
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr ""
+
+#: gedit/gedit-app.c:261
+msgid "There was an error displaying the help."
+msgstr ""
+
+#: gedit/gedit-app.c:957
+#, c-format
+msgid "%s: invalid encoding."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "داخستن _بەبێ پاشەکەوتکردن"
+
+#: gedit/gedit-close-confirmation-dialog.c:283 gedit/gedit-commands-file.c:457
+#: gedit/gedit-commands-file.c:562 gedit/gedit-commands-file.c:638
+#: gedit/gedit-commands-file.c:849 gedit/gedit-commands-file.c:1563
+#: gedit/gedit-encodings-dialog.c:192 gedit/gedit-preferences-dialog.c:816
+#: gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:213
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_پاشگەزبوونەوە"
+
+#: gedit/gedit-close-confirmation-dialog.c:310 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "_پاشەکەوت وەک…"
+
+#: gedit/gedit-close-confirmation-dialog.c:310 gedit/gedit-commands-file.c:850
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:61
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_پاشەکەوتکردن"
+
+#: gedit/gedit-close-confirmation-dialog.c:328
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:343
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:353
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:368
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:374
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:389
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:418
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:423
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:438
+#: gedit/gedit-close-confirmation-dialog.c:562
+msgid "Saving has been disabled by the system administrator."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:504
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:512
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:538
+msgid "Docum_ents with unsaved changes:"
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:542
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:566
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:260
+#, c-format
+msgid "Loading file “%s”…"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:269
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: "Open" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:451
+msgctxt "window title"
+msgid "Open"
+msgstr "كردنەوە"
+
+#: gedit/gedit-commands-file.c:458 gedit/gedit-window.c:2676
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_بیکەرەوە"
+
+#: gedit/gedit-commands-file.c:553
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:558
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:563
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "‫‫_جێگۆڕکێ"
+
+#: gedit/gedit-commands-file.c:603
+msgid "Save the file using compression?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:607
+msgid "Save the file as plain text?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:620
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:624
+msgid "_Save Using Compression"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:629
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:632
+msgid "_Save As Plain Text"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:747 gedit/gedit-commands-file.c:1014
+#, c-format
+msgid "Saving file “%s”…"
+msgstr ""
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:842
+msgctxt "window title"
+msgid "Save As"
+msgstr "پاشەکەوت وەک"
+
+#: gedit/gedit-commands-file.c:1424
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1471
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1480
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1489
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1495
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1505
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1520
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1526
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1541
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1564
+msgid "_Revert"
+msgstr "_گێڕانەوە"
+
+#: gedit/gedit-commands-help.c:108
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+
+#: gedit/gedit-commands-help.c:130
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Jwtiyar Nariman https://launchpad.net/~jwtiyar"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr ""
+
+#: gedit/gedit-document.c:969 gedit/gedit-document.c:998
+#, c-format
+msgid "Untitled Document %d"
+msgstr ""
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr ""
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1094
+#: gedit/gedit-window.c:1100 gedit/gedit-window.c:1108
+msgid "Read-Only"
+msgstr "تەنها-خوێندنەوە"
+
+#: gedit/gedit-encodings-combo-box.c:297
+#: gedit/gedit-file-chooser-dialog-osx.m:562
+msgid "Automatically Detected"
+msgstr "خۆکارانە بیدۆزرەوە"
+
+#: gedit/gedit-encodings-combo-box.c:326
+#: gedit/gedit-file-chooser-dialog-osx.m:571
+msgid "Add or Remove…"
+msgstr "زیادکردن و سڕینەوە…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "زمانی ئێستا (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr ""
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_نوێکردنەوە"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "زیادکردن"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "سڕینەوە"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr ""
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr ""
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:39
+#: gedit/gedit-preferences-dialog.c:825
+msgid "All Files"
+msgstr "هه‌موو په‌ڕگه‌كان"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:40
+msgid "All Text Files"
+msgstr "هه‌موو په‌ڕگه‌ دەقییەکان"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:305
+msgid "C_haracter Encoding:"
+msgstr ""
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:364
+msgid "L_ine Ending:"
+msgstr ""
+
+#: gedit/gedit-file-chooser-dialog-osx.m:544
+msgid "Character Encoding:"
+msgstr ""
+
+#: gedit/gedit-file-chooser-dialog-osx.m:617
+msgid "Line Ending:"
+msgstr ""
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1178
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "دەقی تەخت"
+
+#: gedit/gedit-io-error-info-bar.c:143 gedit/gedit-io-error-info-bar.c:492
+msgid "_Retry"
+msgstr "_هەوڵدانەوە"
+
+#: gedit/gedit-io-error-info-bar.c:163
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:165 gedit/gedit-io-error-info-bar.c:205
+#: gedit/gedit-io-error-info-bar.c:212
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:184
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:190
+msgid "Unable to handle this location."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:199
+msgid "The location of the file cannot be accessed."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is a directory."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:210
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr ""
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:269
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:274
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:343
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:353
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:380
+msgid "Ch_aracter Encoding:"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:441
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:456
+msgid "Your system is offline. Check your network."
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:500 gedit/gedit-io-error-info-bar.c:765
+msgid "Edit Any_way"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:588
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:592
+msgid "You do not have the permissions necessary to open the file."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:598
+msgid "Unable to detect the character encoding."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:599 gedit/gedit-io-error-info-bar.c:623
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:600
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:606
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:608
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:611
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:620
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:624 gedit/gedit-io-error-info-bar.c:699
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:636
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:694
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:697
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:770
+msgid "D_on’t Edit"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:780
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:794
+msgid "Do you want to edit it anyway?"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:850 gedit/gedit-io-error-info-bar.c:940
+#: gedit/gedit-io-error-info-bar.c:1230
+msgid "S_ave Anyway"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:853 gedit/gedit-io-error-info-bar.c:943
+#: gedit/gedit-io-error-info-bar.c:1233
+msgid "D_on’t Save"
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:867
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:882
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:962
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:967
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:984
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:1044
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1052
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1061
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1068
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1074
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1079
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1085
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1090
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1101
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1118
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1158
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1169
+msgid "Drop Changes and _Reload"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1179 gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus.ui:9 gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_بارکردنەوە"
+
+#: gedit/gedit-io-error-info-bar.c:1243
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1259
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:446
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:452
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:592
+#, c-format
+msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:789
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:812
+msgid "Add Scheme"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:817
+msgid "A_dd Scheme"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:821
+msgid "Color Scheme Files"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:852
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr ""
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "ئامادەکاردن..."
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr ""
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr ""
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr ""
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr ""
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "هیچ نەکات"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr ""
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr ""
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr ""
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error opening file %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1544
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1549
+#, c-format
+msgid "Error saving file %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1580
+msgid "Name:"
+msgstr "ناو:"
+
+#: gedit/gedit-tab.c:1581
+msgid "MIME Type:"
+msgstr ""
+
+#: gedit/gedit-tab.c:1582
+msgid "Encoding:"
+msgstr ""
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:764
+#, c-format
+msgid "/ on %s"
+msgstr ""
+
+#: gedit/gedit-utils.c:1068
+msgid "Unix/Linux"
+msgstr ""
+
+#: gedit/gedit-utils.c:1070
+msgid "Mac OS Classic"
+msgstr ""
+
+#: gedit/gedit-utils.c:1072
+msgid "Windows"
+msgstr "پەنجەرەکان"
+
+#: gedit/gedit-view.c:481 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr ""
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d لە %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr ""
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr ""
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: gedit/gedit-window.c:931
+msgid "Bracket match is out of range"
+msgstr ""
+
+#: gedit/gedit-window.c:936
+msgid "Bracket match not found"
+msgstr ""
+
+#: gedit/gedit-window.c:941
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:976
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr ""
+
+#: gedit/gedit-window.c:1160
+#, c-format
+msgid "Tab Width: %u"
+msgstr ""
+
+#: gedit/gedit-window.c:1529
+msgid "There are unsaved documents"
+msgstr ""
+
+#: gedit/gedit-window.c:2366
+msgid "Change side panel page"
+msgstr ""
+
+#: gedit/gedit-window.c:2386 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "بەڵگەنامەکان"
+
+#: gedit/gedit-window.c:2677
+msgid "Open a file"
+msgstr ""
+
+#: gedit/gedit-window.c:2681
+msgid "Open a recently used file"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_داخستن"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_پەڕگە"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_نوێ"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "دووا بەڵگەنامەکان"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "کردنەوەی دووا بازدەرە _داخراوەکان"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "پاشەکەوتکردن _وەک..."
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_پەنجەریەکی نوێ"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_چاپکردن..."
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_دەرچوون"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "ـدەسکاریکردن"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_گەڕانەوە"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "نە_کردن"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "بڕ_ین"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_لەبەرگرتنەوە"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_لكاندن"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_سڕینەوە"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "دۆخی _خستنەشوێن"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "هەمووی _دیاریبکە"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_هەڵبژاردەکان"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_بینین"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_گەڕان"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_دۆزینەوە…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "دۆزینەوە و _جێگۆڕکێ…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_پاککردنەوەی دیاریکراوەکان"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "بڕۆ بۆ _دێڕی…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_ئامرازەکان"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "ـبەڵگەنامەکان"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_هەمووی پاشەکەوت بکە"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_هەموو پەنجەرەکان دابخە"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_کۆمەڵەی بازدەری نوێ"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_یارمەتی"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_دەربارەی دەستکاریکەری دەق"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "_هەمووی پاشەکەوت بکە"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "دۆزینەوە و _جێگۆڕکێ…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "بڕۆ بۆ _دێڕی…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_قەدبڕەکانی تەختەکلیل"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_جێبەجێکردن"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_کورتە"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_بەکۆدکردن"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "دۆخی دیاریکردن"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_دیاریبکە"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "هەڵبژاردەکان"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "نیشانەکردن"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "پیشاندان"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "دەستکاریکەر"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:663
+#: gedit/resources/ui/gedit-preferences-dialog.ui:664
+msgid "Install scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:665
+msgid "Install Scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:679
+#: gedit/resources/ui/gedit-preferences-dialog.ui:680
+msgid "Uninstall scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:681
+msgid "Uninstall Scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:721
+msgid "Font & Colors"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:746
+msgid "Plugins"
+msgstr "پێوەکراوەکان"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "ژمارەی دێڕەکان"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr ""
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr ""
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "هێڵەکان"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "جۆرەپیت"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr ""
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "جێگۆڕکردنی _هەموو"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_دۆزینەوە"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "بەڵگەنامەکان"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "دۆزینەوە"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "بۆ دیاریکردن"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "ڕێدۆزی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:301
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "دەستکاریکردن"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:306
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:313
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:320
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:327
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:334
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:341
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:391
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "ئامرازەکان"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:396
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:403
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:410
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr ""
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "بەڵگەنامە دابخە"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:43
+#: gedit/resources/ui/gedit-window.ui:330
+#: gedit/resources/ui/gedit-window.ui:337
+msgid "Create a new document"
+msgstr "بەڵگەنامەی نوێ درووست بکە"
+
+#: gedit/resources/ui/gedit-window.ui:42 gedit/resources/ui/gedit-window.ui:336
+msgid "New"
+msgstr "نوێ"
+
+#: gedit/resources/ui/gedit-window.ui:65 gedit/resources/ui/gedit-window.ui:70
+#: gedit/resources/ui/gedit-window.ui:375
+#: gedit/resources/ui/gedit-window.ui:380
+msgid "Save the current file"
+msgstr "پاشەکەوتکردنی پەڕگەی ئێستا"
+
+#: gedit/resources/ui/gedit-window.ui:69 gedit/resources/ui/gedit-window.ui:372
+#: gedit/resources/ui/gedit-window.ui:379
+msgid "Save"
+msgstr "پاشەکەوتکردن"
+
+#: gedit/resources/ui/gedit-window.ui:212
+msgid "Hide panel"
+msgstr "شاردنەوەی نیشاندەرەکان"
+
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:351
+#: gedit/resources/ui/gedit-window.ui:352
+msgid "Leave Fullscreen"
+msgstr ""
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:5
+msgid "Check update"
+msgstr ""
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:6
+msgid "Check for latest version of gedit"
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr ""
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "بەڵگەنامە"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "بۆ دیاریکردن"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "هێڵەکان"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "پیتەکان"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "نووسەکان (لەگەڵ بۆشایی)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "نووسەکان (بێ بۆشایی)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "بایت"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr ""
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr ""
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr ""
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr ""
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr ""
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr ""
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr ""
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr ""
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr ""
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "تەواو."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "هەموو زمانەکان"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "هەموو زمانەکان"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr ""
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr ""
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "دیاریکراوی ئێستا"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_پاشەکەوت:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_تێخستە:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_دەرخستە:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr ""
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr ""
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr ""
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "ماڵەوە"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "پەڕگەی سیستەم"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1703
+msgid "(Empty)"
+msgstr "(بەتاڵ)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3327
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3578
+msgid "Untitled File"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3606
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3635
+msgid "Untitled Folder"
+msgstr "بوخچەی بێناونیشان"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3658
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:757
+msgid "Bookmarks"
+msgstr "دڵخوازەکان"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1957
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2026
+#, c-format
+msgid "Could not open media: %s"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2069
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2581
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_بوخچەی نوێ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "پە_ڕەگی نوێ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "ـ ناولێنانەوە..."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "بیگوازەوە _بۆ تەنەکەی خۆڵ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_بوخچە پیشان بدە"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "کردنەوە _لە تێرمیناڵ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_پاڵاوتن"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "شاراوەکان _پیشان بدە"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "مێژوو"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "پێڕستی مێژوو بکەرەوە"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr ""
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel"
+msgstr ""
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr ""
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr ""
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr ""
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr ""
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files"
+msgstr ""
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr ""
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr ""
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr ""
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr ""
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "جیهانیی"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "هه‌موو په‌ڕگه‌كان"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr ""
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr ""
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "چالاککردن"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr ""
+
+#: plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort…"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "ڕیزکردن"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr ""
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr ""
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr ""
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr ""
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr ""
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr ""
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr ""
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time…"
+msgstr ""
+
+#: plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr ""
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr ""
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_هێنان"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr ""
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr ""
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
diff --git a/po/crh.po b/po/crh.po
new file mode 100644
index 0000000..8dc7d77
--- /dev/null
+++ b/po/crh.po
@@ -0,0 +1,5251 @@
+# Qırımtatarca gedit.
+# This file is distributed under the same license as the gedit package.
+# Reşat SABIQ <tilde.birlik@gmail.com>, 2009, 2010, 2011, 2012, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-24 14:04-0500\n"
+"PO-Revision-Date: 2013-03-24 14:49-0500\n"
+"Last-Translator: Reşat SABIQ <tilde.birlik@gmail.com>\n"
+"Language-Team: QIRIMTATARCA (Qırım Türkçesi) <tilde-birlik-meydan@lists."
+"sourceforge.net>\n"
+"Language: crh\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: UTF-8\n"
+"Plural-Forms: nplurals=1; plural=0\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:791
+msgid "Text Editor"
+msgstr "Metin Muharriri"
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "Metin dosyelerini tahrir et"
+
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit Metin Muharriri"
+
+#: ../data/gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "Metin;Muharrir;"
+
+#: ../data/gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "Yañı bir Pencere Aç"
+
+#: ../data/gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "Yañı Bir Vesiqa Aç"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:1
+msgid "Use Default Font"
+msgstr "Ög-belgilengen Hurufatnı Qullan"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:2
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Metin düzenleme için sistemin öntanımlı yazıtipi yerine gedit'e belirtilen "
+"yazıtipininkullanılması. Bu seçenek kapalı ise, sistem yazıtipi yerine "
+"\"Editor Font\" seçeneğinde belirlenmiş olan yazıtipi kullanılır."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:3
+msgid "Editor Font"
+msgstr "Muharrir Hurufatı"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:4
+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 ""
+"Düzenleme bölgesi için kullanılacak özel bir yazıtipi. Bu, sadece \"Use "
+"Default Font\" seçeneği kapalı ise etki gösterir."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:5
+msgid "Style Scheme"
+msgstr "Uslûp Taslağı"
+
+# tüklü
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:6
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Metinni tüslendirmek içün qullanılğan bir GtkSourceView Uslûp Taslağınıñ "
+"kimligi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:7
+msgid "Create Backup Copies"
+msgstr "Yedekleme Kopiyaları İcat Et"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:8
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Gedit, kaydettiği dosyalar için yedek kopiyalar oluşturur. Yedek dosya "
+"uzantısını, \"Backup Copy Extension\" seçeneğiyle ayarlayabilirsiniz."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:9
+msgid "Autosave"
+msgstr "Avto-saqla"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:10
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"Gedit'niñ deñiştirilgen dosyelerni bir zaman aralığından soñra öz-özünden "
+"saqlap saqlamaycağı. Zaman aralığını \"Avto-saqla Aralığı\" ihtiyarından "
+"ayarlaybilirsiñiz."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:11
+msgid "Autosave Interval"
+msgstr "Avto-saqlav Aralığı"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:12
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"Gedit'niñ deñiştirilgen dosyelerni qaç daqqa soñra öz-özünden saqlaycağı. "
+"Bu, ancaq \"Avto-saqla\" ihtiyarı faal ise uyğulanır."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:13
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Amellerni Keri Yapuv Haddi (TAKBİH ETİLGEN)"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:14
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"Gedit'in geri alabileceği ya da tekrarlayabileceği eylemlerin azami miktarı."
+"Sınırsız sayıda eylem için \"-1\" kullanın. 2.12.0'dan sonra kullanılmıyor"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:15
+msgid "Maximum Number of Undo Actions"
+msgstr "Keri Yapuv Amelleriniñ Azamiy Sayısı"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:16
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"Gedit'in geri alabileceği ya da tekrarlayabileceği eylemlerin azami miktarı. "
+"Sınırsız sayıda eylem için \"-1\" kullanın."
+
+# tüklü
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:17
+msgid "Line Wrapping Mode"
+msgstr "Satır Türme Tarzı"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:18
+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 ""
+"Tahrir mıntıqasında uzun satırlarnıñ nasıl türülecegini belirtir. Türmemek "
+"içün \"none\", kelime sıñırlarında türmek içün \"word\", ferdiy remiz "
+"sıñırlarında türmek içün \"char\" qullanıñız. Degerler büyük-küçük "
+"hassasiyetlidir, ondan dolayı aynen mındaki kibi olğanlarından emin oluñız."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:19
+msgid "Tab Size"
+msgstr "Sekirme Ölçüsi"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:20
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Sekme karakteri yerine görüntülenecek boşluk sayısını belirtir."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:21
+msgid "Insert spaces"
+msgstr "Boşluqlarnı qıstır"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:22
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Gedit'niñ sekirmelerniñ yerine boşluqlarnı qıstırıp qıstırmaycağı."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:23
+msgid "Automatic indent"
+msgstr "Avtomatik kirinti"
+
+# tüklü
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:24
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Gedit'niñ avtomatik kirintilemeni qabilleştirip qabilleştirmeycegi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:25
+msgid "Display Line Numbers"
+msgstr "Satır Nomeralarını Köster"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:26
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Gedit'in düzenleme alanında satır sayılarını göstermesi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:27
+msgid "Highlight Current Line"
+msgstr "Ağımdaki Satırnı Işıqlandır"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:28
+msgid "Whether gedit should highlight the current line."
+msgstr "Gedit'niñ ağımdaki satırnı ışıqlandırıp ışıqlandırmaycağı."
+
+# tüklü
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:29
+msgid "Highlight Matching Brackets"
+msgstr "Eşleşken Qavuslarnı Işıqlandır"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:30
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Gedit'niñ eşleşken qavuslarnı ışıqlandırıp ışıqlandırmaycağı."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:31
+msgid "Display Right Margin"
+msgstr "Sağ Kenarnı Köster"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:32
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Gedit'in düzenleme alanında sağ kenar boşluğunu göstermesi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:33
+msgid "Right Margin Position"
+msgstr "Sağ Kenar Mevamı"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:34
+msgid "Specifies the position of the right margin."
+msgstr "Sağ kenarnıñ mevamını belirtir."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:35
+msgid "Smart Home End"
+msgstr "Aqıllı Ev (Home) Soñ (End)"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:36
+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 ""
+"HOME ve END tuşları basılğanında imleçniñ nasıl hareket etkenini belirtir. "
+"Her zaman satırnıñ başına/soñuna hareket etmek içün \"disabled\", tuşlarğa "
+"ilk seferinde basılğanında satırnıñ başına/soñuna ve ekinci defa "
+"basılğanında boşluqlar ihmal etilerek metinniñ başına/soñuna hareket etmek "
+"içün \"after\", satırnıñ başına/soñuna barmazdan evvel metinniñ başına/"
+"soñuna hareket etmek içün \"before\", satırnıñ başına/soñuna hareket etmek "
+"yerine her zaman metinniñ başına/soñuna hareket etmek içün ise \"always\" "
+"qullanıñız."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:37
+msgid "Restore Previous Cursor Position"
+msgstr "Evelki İmleç Mevamını Keri Tikle"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:38
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Gedit'in dosya yüklendiği zaman imlecin önceki yerinin geri getirilmesi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:39
+msgid "Enable Syntax Highlighting"
+msgstr "Sintaksis Işıqlandırmasını Qabilleştir"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:40
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Gedit'niñ sintaksis ışıqlandırmasını qabilleştirip qabilleştirmeycegi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:41
+msgid "Enable Search Highlighting"
+msgstr "Qıdırma Işıqlandırmasını Qabilleştir"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:42
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Gedit'in arama metninin geçtiği yerleri vurgulaması."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:43
+msgid "Ensure Trailing Newline"
+msgstr "Süyreklengen Yañı-satırnı Temin Et"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:44
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Gedit'niñ vesiqalarnıñ her zaman süyreklengen bir yañı-satır ile bitmesini "
+"temin etip etmeycegi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:45
+msgid "Toolbar is Visible"
+msgstr "Alet Çubuğı Körünir"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:46
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Düzenleme penceresindeki araç çubuğunun görünür hale gelmesi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:47
+msgid "Notebook Show Tabs Mode"
+msgstr "Tizüstü İlmeklerni Köster Tarzı"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:48
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Tizüstü ilmekleriniñ ne zaman körülecegini belirtir. İlmeklerni asla "
+"köstermemek içün \"never\", her zaman köstermek içün \"always\" ve ancak "
+"birden fazla ilmek olğanda köstermek içün \"auto\" qullanıñız. Degerler "
+"büyük-küçük hassasiyetlidir, ondan dolayı aynen mındaki kibi olğanlarından "
+"emin oluñız."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:49
+msgid "Status Bar is Visible"
+msgstr "Durum Çubuğı Körünir"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:50
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Düzenleme penceresinin altında bulunan durum çubuğunun görünür hale gelmesi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:51
+msgid "Side panel is Visible"
+msgstr "Yan panel Körünirdir"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:52
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Tahrir pencereleriniñ solundaki yan panelniñ körünir olıp olmaycağı."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:53
+msgid "Maximum Recent Files"
+msgstr "Azamiy Deminki Dosyeler"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:54
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"\"Son Dosyalar \" altmenüsünde görüntülenecek olan en son açılmış dosyaların "
+"en yüksek sayısını belirtir."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:55
+msgid "Print Syntax Highlighting"
+msgstr "Sintaksis Işıqlandırmasını Bastır"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:56
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Gedit'in belgeleri yazdırırken bir belge başlığı eklemesi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:57
+msgid "Print Header"
+msgstr "Başlıqnı Bastır"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:58
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Gedit'in belgeleri yazdırırken bir belge başlığı eklemesi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:59
+msgid "Printing Line Wrapping Mode"
+msgstr "Bastıruv Satır Türme Tarzı"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:60
+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 ""
+"Bastırğanda uzun satırlarnıñ nasıl türülecegini belirtir. Türmemek içün "
+"\"none\", kelime sıñırlarında türmek içün \"word\", ferdiy remiz "
+"sıñırlarında türmek içün \"char\" qullanıñız. Degerler büyük-küçük "
+"hassasiyetlidir, ondan dolayı aynen mında zikretilgeni kibi körünmelerinden "
+"emin oluñız."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:61
+msgid "Print Line Numbers"
+msgstr "Satır Nomeralarını Bastır"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:62
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Bu değer \"0\" ise, belge yazdırılırken satır sayıları eklenmez. Aksi halde, "
+"gedit her satır için satır sayılarını yazdırır."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:63
+msgid "Body Font for Printing"
+msgstr "Bastıruv içün Beden Hurufatı"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:64
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"Belge yazdırırken belge gövdesi için hangi yazıtipinin kullanılacağını "
+"belirtir."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:65
+msgid "Header Font for Printing"
+msgstr "Bastıruv içün Başlıq Hurufatı"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:66
+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 ""
+"Yazdırma işleminde satır sayıları için kullanılacak yazıtipini belirtir. Bu, "
+"sadece \"Print Header\" açık ise etki gösterir."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:67
+msgid "Line Number Font for Printing"
+msgstr "Bastıruv içün Satır Nomerası Hurufatı"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:68
+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 ""
+"Yazdırma işleminde satır sayıları için kullanılacak yazıtipini belirtir. Bu, "
+"sadece \"Print Line Numbers\" seçeneği sıfırdan başka bir şey ise etki "
+"gösterir."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:80
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-9', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:81
+msgid "Automatically Detected Encodings"
+msgstr "Öz-özünden Alğılanğan Kodlandırmalar"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:82
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"Bir dosye kodlandırmasını öz-özünden alğılamaq içün gedit tarafından "
+"qullanılğan kodlandırmalarnıñ sıralanğan listesi. \"CURRENT\" cari mahal "
+"kodlandırmasını temsil eter. Faqat tanılğan kodlandırmalar qullanılır."
+
+# tüklü
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:85
+msgid "['ISO-8859-15']"
+msgstr "['UTF-8']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:86
+msgid "Encodings shown in menu"
+msgstr "Kodlandırmalar menüde kösterilir"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:87
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"Dosye aç/saqla saylavcısınıñ Remiz Kodlandırması menüsinde kösterilgen "
+"kodlandırmalarnıñ listesi. Faqat tanılğan kodlandırmalar qullanılır."
+
+# tüklü
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:88
+msgid "Active plugins"
+msgstr "Faal plaginler"
+
+# tr
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:89
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Kullanılan eklentiler listesi. Kullanılan eklentilerin \"Yeri\"ni içerir."
+"Eklentilerin \"Yeri\" için .gedit-plugins dosyasına bakın."
+
+#: ../gedit/gedit-app.c:115
+msgid "Show the application's help"
+msgstr "Uyğulamanıñ yardımını köster"
+
+#: ../gedit/gedit-app.c:121
+msgid "Show the application's version"
+msgstr "Uyğulamanıñ sürümini köster"
+
+#: ../gedit/gedit-app.c:127
+msgid "Display list of possible values for the encoding option"
+msgstr "Kodlandırma ihtiyarı içün caiz qıymetler listesini köster"
+
+# tr
+#: ../gedit/gedit-app.c:135
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "Komut satırında dosya açmada kodlanmış karakter kümesi kullan"
+
+#: ../gedit/gedit-app.c:136
+msgid "ENCODING"
+msgstr "KODLANDIRMA"
+
+# tüklü
+#: ../gedit/gedit-app.c:143
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Gedit'niñ mevcut danesinde yañı bir üst-serviye pencere icat et"
+
+# tüklü
+#: ../gedit/gedit-app.c:151
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Gedit'niñ mevcut danesinde yañı bir vesiqa icat et"
+
+#: ../gedit/gedit-app.c:159
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "Pencereniñ ölçü ve mevziyini tesbit et (KENİŞLİKxYÜKSEKLİK+X+Y)"
+
+#: ../gedit/gedit-app.c:160
+msgid "GEOMETRY"
+msgstr "HENDESE"
+
+#: ../gedit/gedit-app.c:167
+msgid "Open files and block process until files are closed"
+msgstr "Dosyelerni aç ve dosyeler qapatılğance süreçni blokla"
+
+# tüklü
+#: ../gedit/gedit-app.c:175
+msgid "Run gedit in standalone mode"
+msgstr "Gedit özerk tarzda çapsın"
+
+#: ../gedit/gedit-app.c:184
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[DOSYE...] [+SATIR[:SÜTUN]]"
+
+#: ../gedit/gedit-app.c:283
+msgid "There was an error displaying the help."
+msgstr "Yardım kösteriminde bir hata bar edi."
+
+#: ../gedit/gedit-app.c:704
+msgid "- Edit text files"
+msgstr "- Metin dosyelerini tahrir et"
+
+# tr
+#: ../gedit/gedit-app.c:813 ../gedit/gedit-app.c:903
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"Tüm mevcut komut satırı seçeneklerininin tam listesini göstermek için '%s --"
+"help' çalıştırın.\n"
+
+#: ../gedit/gedit-app.c:834
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: keçersiz kodlandırma."
+
+# tüklü
+#: ../gedit/gedit-app-osx.c:260
+msgid "About gedit"
+msgstr "Gedit Haqqında"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:151
+msgid "Question"
+msgstr "Sual"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+msgid "Close _without Saving"
+msgstr "Saqlamadan _Qapat"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:372
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Saqlamasañız, soñki %ld saniyede yapılğan deñişiklikler ebediyen ğayıp "
+"olacaq."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:381
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Saqlamasañız, soñki daqqada yapılğan deñişiklikler ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:387
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Saqlamasañız, soñki bir daqqa ve %ld saniyede yapılğan deñişiklikler "
+"ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:397
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Saqlamasañız, soñki %ld daqqada yapılğan deñişiklikler ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:412
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+"Saqlamasañız, soñki saatta yapılğan deñişiklikler ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:418
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Saqlamasañız, soñki bir saat ve %d daqqada yapılğan deñişiklikler ebediyen "
+"ğayıp olacaq."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:433
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Saqlamasañız, soñki %d saatta yapılğan deñişiklikler ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:479
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "\"%s\" vesiqasındaki deñişiklikler ebediyen coyulacaq."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:484
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "Qapatmadan evel \"%s\" vesiqasındaki deñişiklikler saqlansınmı?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:498
+#: ../gedit/gedit-close-confirmation-dialog.c:713
+msgid "Saving has been disabled by the system administrator."
+msgstr "Saqlav, sistem müdiri tarafından ğayrı qabilleştirildi."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:664
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d vesiqadaki deñişiklikler ğayıp olacaq."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:672
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Saqlanmağan deñişiklikleri olğan %d vesiqa bar. Qapatmadan evel "
+"saqlansınlarmı?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:691
+msgid "Docum_ents with unsaved changes:"
+msgstr "Saqlanmağan deñişiklikler ile _vesiqalar:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:693
+msgid "S_elect the documents you want to save:"
+msgstr "Saqlamağa istegeniñiz _vesiqalarnı saylañız:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:717
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Saqlamasañız, deñişiklikleriñizniñ hepsi ebediyen coyulacaq."
+
+#: ../gedit/gedit-commands-file.c:268
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' dosyesi yüklene..."
+
+#: ../gedit/gedit-commands-file.c:277
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d dosye yüklene..."
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:442
+msgid "Open Files"
+msgstr "Dosyelerni Aç"
+
+# tüklü
+#: ../gedit/gedit-commands-file.c:553
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "\"%s\" dosyesi faqat-oqulır."
+
+# tr
+#: ../gedit/gedit-commands-file.c:558
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Onu kaydettiğiniz ile değiştirmeyi denemek ister misiniz?"
+
+#: ../gedit/gedit-commands-file.c:566 ../gedit/gedit-replace-dialog.c:283
+msgid "_Replace"
+msgstr "_İvaz Et"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Dosye sıqıştırılaraq saqlansınmı?"
+
+#: ../gedit/gedit-commands-file.c:609
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"Dosye \"%s\" mından evvel tüz metin olaraq saqlandı ve şimdi sıqıştırma "
+"qullanılaraq saqlanacaq."
+
+#: ../gedit/gedit-commands-file.c:611
+msgid "_Save Using Compression"
+msgstr "Sıqıştıraraq _Saqla"
+
+#: ../gedit/gedit-commands-file.c:615
+msgid "Save the file as plain text?"
+msgstr "Dosye tüz metin olaraq saqlansınmı?"
+
+#: ../gedit/gedit-commands-file.c:616
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Dosye \"%s\" mından evvel sıqıştırma qullanılaraq saqlandı ve şimdi tüz "
+"metin olaraq saqlanacaq."
+
+#: ../gedit/gedit-commands-file.c:618
+msgid "_Save As Plain Text"
+msgstr "Tüz Metin Olaraq _Saqla"
+
+#: ../gedit/gedit-commands-file.c:738 ../gedit/gedit-commands-file.c:955
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s' dosyesi saqlana..."
+
+#: ../gedit/gedit-commands-file.c:842
+msgid "Save As"
+msgstr "Şöyle Saqla"
+
+#: ../gedit/gedit-commands-file.c:1168
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "'%s' vesiqası keri döndürüle..."
+
+#: ../gedit/gedit-commands-file.c:1213
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "'%s' vesiqasındaki saqlanmağan deñişiklikler keri döndürilsinmi?"
+
+#: ../gedit/gedit-commands-file.c:1222
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Vesiqağa soñki %ld saniyede yapılğan deñişiklikler ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-commands-file.c:1231
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Vesiqağa soñki daqqada yapılğan deñişiklikler ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-commands-file.c:1237
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Vesiqağa soñki bir daqqa ve %ld saniyede yapılğan deñişiklikler ebediyen "
+"ğayıp olacaq."
+
+#: ../gedit/gedit-commands-file.c:1247
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Vesiqağa soñki %ld daqqada yapılğan deñişiklikler ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-commands-file.c:1262
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Vesiqağa soñki saatta yapılğan deñişiklikler ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-commands-file.c:1268
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Vesiqağa soñki bir saat ve %d daqqada yapılğan deñişiklikler ebediyen ğayıp "
+"olacaq."
+
+#: ../gedit/gedit-commands-file.c:1283
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Vesiqağa soñki %d saatta yapılğan deñişiklikler ebediyen ğayıp olacaq."
+
+#: ../gedit/gedit-commands-file.c:1309
+msgid "_Revert"
+msgstr "_Keri döndür"
+
+#: ../gedit/gedit-commands-help.c:88
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+"gedit, GNOME Masaüstü içün kiçik ve yengil ağırlıqlı bir metin muharriridir"
+
+#: ../gedit/gedit-commands-help.c:113
+msgid "translator-credits"
+msgstr "Reşat SABIQ <tilde.birlik@gmail.com>"
+
+# tüklü
+#: ../gedit/gedit-commands-search.c:112
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d rastkeliş tapıldı ve ivaz etildi."
+
+#: ../gedit/gedit-commands-search.c:121
+msgid "Found and replaced one occurrence"
+msgstr "Tek rastkeliş tapıldı ve ivaz etildi."
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:144
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" tapılmadı"
+
+#: ../gedit/gedit-document.c:1223 ../gedit/gedit-document.c:1249
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Saqlanmağan Vesiqa %d"
+
+#: ../gedit/gedit-documents-panel.c:123 ../gedit/gedit-documents-panel.c:137
+#: ../gedit/gedit-window.c:2380 ../gedit/gedit-window.c:2387
+msgid "Read-Only"
+msgstr "Faqat-Oqulır"
+
+#: ../gedit/gedit-documents-panel.c:1146 ../gedit/gedit-window.c:3827
+msgid "Documents"
+msgstr "Vesiqalar"
+
+#: ../gedit/gedit-encodings.c:142 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unikod"
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:229 ../gedit/gedit-encodings.c:272
+msgid "Western"
+msgstr "Ğarbiy"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:268
+msgid "Central European"
+msgstr "Orta Avropa"
+
+#: ../gedit/gedit-encodings.c:159
+msgid "South European"
+msgstr "Cenübiy Avropa"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:282
+msgid "Baltic"
+msgstr "Baltıq"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:246 ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:270
+msgid "Cyrillic"
+msgstr "Kiril"
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Arabic"
+msgstr "Arapça"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:274
+msgid "Greek"
+msgstr "Yunanca"
+
+# tüklü
+#: ../gedit/gedit-encodings.c:169
+msgid "Hebrew Visual"
+msgstr "İbraniyce Körsel"
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Turkish"
+msgstr "Türkçe"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "İskandinav"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "Keltik"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Rumınca"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Ermenice"
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Çince, Ananeviy"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Kiril/Rusça"
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:257
+msgid "Japanese"
+msgstr "Yaponca"
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:263
+msgid "Korean"
+msgstr "Korece"
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+msgid "Chinese Simplified"
+msgstr "Çince, Basitleştirilgen"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Gürcice"
+
+#: ../gedit/gedit-encodings.c:237 ../gedit/gedit-encodings.c:278
+msgid "Hebrew"
+msgstr "İbraniyce"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Cyrillic/Ukrainian"
+msgstr "Kiril/Ukraince"
+
+#: ../gedit/gedit-encodings.c:259 ../gedit/gedit-encodings.c:265
+#: ../gedit/gedit-encodings.c:284
+msgid "Vietnamese"
+msgstr "Vietnamca"
+
+#: ../gedit/gedit-encodings.c:261
+msgid "Thai"
+msgstr "Tayca"
+
+#: ../gedit/gedit-encodings.c:435
+msgid "Unknown"
+msgstr "Namalüm"
+
+#: ../gedit/gedit-encodings-combo-box.c:301
+msgid "Automatically Detected"
+msgstr "Öz-özünden Alğılanğan"
+
+# tüklü
+#: ../gedit/gedit-encodings-combo-box.c:320
+#: ../gedit/gedit-encodings-combo-box.c:336
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Ağımdaki Mahal (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:388
+msgid "Add or Remove..."
+msgstr "Ekle yaki Çetleştir..."
+
+#: ../gedit/gedit-encodings-dialog.c:345
+msgid "Character Encodings"
+msgstr "Remiz Kodlandırmaları"
+
+#: ../gedit/gedit-encodings-dialog.c:395 ../gedit/gedit-encodings-dialog.c:456
+msgid "_Description"
+msgstr "_Tasvir"
+
+#: ../gedit/gedit-encodings-dialog.c:404 ../gedit/gedit-encodings-dialog.c:465
+msgid "_Encoding"
+msgstr "_Kodlandırma"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "Remiz kodlandırmaları"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:2
+msgid "A_vailable encodings:"
+msgstr "_Faydalanılışlı kodlandırmalar:"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Menüde kösterilgen _kodlandırmalar:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+#: ../gedit/gedit-preferences-dialog.c:909
+msgid "All Files"
+msgstr "Hepsi Dosyeler"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "Metin Dosyeleriniñ Hepsi"
+
+#: ../gedit/gedit-file-chooser-dialog.c:95
+msgid "C_haracter Encoding:"
+msgstr "_Remiz Kodlandırması:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:154
+msgid "L_ine Ending:"
+msgstr "_Satır Soñu:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:173
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-file-chooser-dialog.c:179
+msgid "Mac OS Classic"
+msgstr "Mac İS (OS) Klassik"
+
+#: ../gedit/gedit-file-chooser-dialog.c:185
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-io-error-info-bar.c:182
+#: ../gedit/gedit-io-error-info-bar.c:497
+msgid "_Retry"
+msgstr "Ken_e Deñe"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "Could not find the file %s."
+msgstr "%s dosyesi tapılamadı."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:248
+#: ../gedit/gedit-io-error-info-bar.c:255
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Lütfen konumu doğru yazdığınıza emin olun ve tekrar deneyin."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:224
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit %s qonumlarını qollayalmay."
+
+#: ../gedit/gedit-io-error-info-bar.c:230
+msgid "gedit cannot handle this location."
+msgstr "gedit bu qonumnı qollayalmay."
+
+#: ../gedit/gedit-io-error-info-bar.c:238
+msgid "The location of the file cannot be mounted."
+msgstr "Dosyeniñ qonumı taqılalmay."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:242
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr "Dosyanın konumuna erişilemedi çünkü konum bağlı değil."
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid "%s is a directory."
+msgstr "%s bir fihristtir."
+
+#: ../gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s keçerli bir qonum degildir."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:289
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"%s makinesi bulunamadı. Lütfen vekil sunucu ayarlarınızın doğru olduğundan "
+"emin olun ve tekrar deneyin."
+
+#: ../gedit/gedit-io-error-info-bar.c:304
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Qonaqbay adı keçersiz edi. Lütfen qonumnı doğru yazğanıñıznı teşkerip "
+"yañıdan deñeñiz."
+
+#: ../gedit/gedit-io-error-info-bar.c:312
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s muntazam bir dosye degildir."
+
+#: ../gedit/gedit-io-error-info-bar.c:317
+msgid "Connection timed out. Please try again."
+msgstr "Bağlantı zaman aşımına oğradı. Lütfen tekrar deñeñiz."
+
+#: ../gedit/gedit-io-error-info-bar.c:340
+msgid "The file is too big."
+msgstr "Dosye fazla büyük."
+
+#: ../gedit/gedit-io-error-info-bar.c:381
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Beklenmegen hata: %s"
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:417
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "gedit dosyayı bulamıyor. Dosya yakın bir zamanda silinmiş olabilir."
+
+#: ../gedit/gedit-io-error-info-bar.c:427
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "%s dosyesi keri döndürilamadı."
+
+#: ../gedit/gedit-io-error-info-bar.c:454
+msgid "Ch_aracter Encoding:"
+msgstr "_Remiz Kodlandırması:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:506
+#: ../gedit/gedit-io-error-info-bar.c:784
+msgid "Edit Any_way"
+msgstr "K_ene de Tahrir Et"
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:608
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Takip edilen bağların sayısı sınırlı ve asıl dosya bu sınırlar içinde "
+"bulunamadı."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:612
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Dosyayı açmak için gerekli izinlere sahip değilsiniz."
+
+# tüklü
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "gedit has not been able to detect the character encoding."
+msgstr "gedit, remiz kodlandırmasını tesbit etamağandır."
+
+# tüklü
+#: ../gedit/gedit-io-error-info-bar.c:620
+#: ../gedit/gedit-io-error-info-bar.c:642
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Lütfen ekili bir dosye açmağanıñızdan emin oluñız."
+
+#: ../gedit/gedit-io-error-info-bar.c:621
+msgid "Select a character encoding from the menu and try again."
+msgstr "Menüden bir remiz kodlandırması saylañız ve tekrar deñeñiz."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "There was a problem opening the file %s."
+msgstr "%s dosyesini açqanda bir mesele bar edi."
+
+#: ../gedit/gedit-io-error-info-bar.c:629
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Açqanıñız dosyede bazı keçersiz remizler bar. Bu dosyeni tahrir etmege devam "
+"etseñiz bu dosyeni ifsat etilgen (qullanılalmaz) yapabilirsiñiz."
+
+#: ../gedit/gedit-io-error-info-bar.c:632
+msgid "You can also choose another character encoding and try again."
+msgstr "Başqa bir remiz kodlandırmasını saylap yañıdan da deñeybilirsiñiz."
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file %s using the %s character encoding."
+msgstr "%2$s remiz kodlandırması qullanılaraq %1$s dosyesi açılamadı."
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#: ../gedit/gedit-io-error-info-bar.c:717
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Menüden başqa bir remiz kodlandırması saylap yañıdan deñeñiz."
+
+#: ../gedit/gedit-io-error-info-bar.c:653
+#, c-format
+msgid "Could not open the file %s."
+msgstr "%s dosyesi açılamadı."
+
+#: ../gedit/gedit-io-error-info-bar.c:712
+#, c-format
+msgid "Could not save the file %s using the %s character encoding."
+msgstr "%2$s remiz kodlandırması qullanılaraq %1$s dosyesi saqlanamadı."
+
+#: ../gedit/gedit-io-error-info-bar.c:715
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Vesiqa belirtilgen remiz kodlandırması qullanılaraq kodlandırılalmaycaq bir "
+"yaki daha çoq remiz ihtiva ete."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:789
+msgid "D_on't Edit"
+msgstr "Tahrir Et_me"
+
+#: ../gedit/gedit-io-error-info-bar.c:803
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "Bu dosye (%s) endi başqa bir gedit penceresinde açıqtır."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"gedit, dosyayının bu oturumunu düzenlenemeyecek bir yolda açtı. Gene de "
+"dosyayıdüzenlemek istiyor musunuz?"
+
+#: ../gedit/gedit-io-error-info-bar.c:875
+#: ../gedit/gedit-io-error-info-bar.c:973
+#: ../gedit/gedit-io-error-info-bar.c:1262
+msgid "S_ave Anyway"
+msgstr "Kene de _Saqla"
+
+#: ../gedit/gedit-io-error-info-bar.c:879
+#: ../gedit/gedit-io-error-info-bar.c:977
+#: ../gedit/gedit-io-error-info-bar.c:1266
+msgid "D_on't Save"
+msgstr "Saqla_ma"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:897
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "Dosye %s oqulğanından berli deñiştirilgendir."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:912
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Eğer kaydederseniz, yapılan tüm harici deñişiklikler kaybolacak. Gene de "
+"kaydedilsin mi?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1000
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "%s saqlanğanda bir yedek dosyesi icat etilamadı."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:1005
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "%s kaydedilirken bir geçici yedek dosyası oluşturulamadı"
+
+#: ../gedit/gedit-io-error-info-bar.c:1022
+msgid ""
+"gedit could not back up the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"gedit, dosyeniñ yañı kopiyasını saqlağanda eskisini yedekleyamadı. Bu "
+"tenbihni ihmal etip dosyeni kene de saqlaybilirsiñiz, ancaq eger saqlağanda "
+"bir hata olsa dosyeniñ eski kopiyasını coyabilirsiñiz. Kene de saqlansınmı?"
+
+# tr
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1082
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit yazma kipinde %s konumlarını işleyemez. Lütfen konumu doğru "
+"yazdığınıza emin olun ve tekrar deneyin."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:1090
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit yazma kipinde bu konumu işleyemez. Lütfen konumu doğru yazdığınıza "
+"emin olun ve tekrar deneyin."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:1099
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s geçerli bir konum değil. Lütfen konumu doğru yazdığınıza emin olun ve "
+"tekrar deneyin."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:1106
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Dosyayı kaydetmek için gerekli izinlere sahip değilsiniz. Lütfen konumu "
+"doğru yazdığınıza emin olun ve tekrar deneyin."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:1112
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Dosyayı kaydetmek için yeterli disk alanı yok. Lütfen diskinizde yer açıp "
+"tekrar deneyin."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:1117
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Dosyayı salt okunur bir diske kaydetmeye çalışıyorsunuz. Lütfen konumu doğru "
+"yazdığınıza emin olun ve tekrar deneyin."
+
+# tr
+#: ../gedit/gedit-io-error-info-bar.c:1123
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Aynı isimde başka bir dosya zaten var. Lütfen başka bir isim kullanın."
+
+#: ../gedit/gedit-io-error-info-bar.c:1128
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Dosyeni saqlamağa talpınğanıñız diskte dosye adlarınıñ uzunlığına bir "
+"sıñırlama bar. Lütfen daha qısqa bir ad qullanıñız."
+
+#: ../gedit/gedit-io-error-info-bar.c:1135
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Dosyeni saqlamağa talpınğanıñız diskte bir dosye ölçüsi sıñırlaması bar. "
+"Lütfen daha kiçik bir dosyeni saqlamağa talpınıñız ya da sıñırlaması olmağan "
+"bir disk qullanıñız."
+
+#: ../gedit/gedit-io-error-info-bar.c:1151
+#, c-format
+msgid "Could not save the file %s."
+msgstr "%s dosyesi saqlanamadı."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:1196
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "Dosye %s disk üzerinde deñişken."
+
+# tüklü
+#: ../gedit/gedit-io-error-info-bar.c:1201
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "Deñişiklikleriñizni taşlap dosyeni kene yüklemege isteysiñizmi?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1203
+msgid "Do you want to reload the file?"
+msgstr "Dosyeni kene yüklemege isteysiñizmi?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1208
+msgid "_Reload"
+msgstr "Kene Yük_le"
+
+#: ../gedit/gedit-io-error-info-bar.c:1280
+#, c-format
+msgid "Some invalid chars have been detected while saving %s"
+msgstr "%s saqlanğanda bazı keçersiz remizler keşfetilgendir."
+
+#: ../gedit/gedit-io-error-info-bar.c:1296
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Bu dosyeni saqlamağa devam etseñiz vesiqanı ifsat etebilirsiñiz. Kene de "
+"saqlansınmı?"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-menu.ui.h:1
+msgid "_New Window"
+msgstr "Yañı _Pencere"
+
+#: ../gedit/gedit-menu.ui.h:2
+msgid "_Preferences"
+msgstr "_Tercihler"
+
+#: ../gedit/gedit-menu.ui.h:3 ../gedit/gedit-ui.h:49
+msgid "_Help"
+msgstr "_Yardım"
+
+#: ../gedit/gedit-menu.ui.h:4
+msgid "_About"
+msgstr "_Haqqında"
+
+#: ../gedit/gedit-menu.ui.h:5
+msgid "_Quit"
+msgstr "_Terk Et"
+
+#. Keep in sync with the respective GtkActions
+#: ../gedit/gedit-notebook-popup-menu.c:172 ../gedit/gedit-ui.h:140
+msgid "_Move to New Window"
+msgstr "Yañı bir _pencerege avuştır"
+
+#: ../gedit/gedit-notebook-popup-menu.c:190 ../gedit/gedit-ui.h:78
+msgid "Save _As..."
+msgstr "_Şöyle Saqla..."
+
+#: ../gedit/gedit-notebook-popup-menu.c:203 ../gedit/gedit-ui.h:84
+msgid "_Print..."
+msgstr "_Bastır..."
+
+#: ../gedit/gedit-open-tool-button.c:85 ../gedit/gedit-ui.h:55
+msgid "Open a file"
+msgstr "Bir dosye aç"
+
+#: ../gedit/gedit-open-tool-button.c:87
+msgid "Open a recently used file"
+msgstr "Demi qullanılğan bir dosyeni aç"
+
+#: ../gedit/gedit-panel.c:409 ../gedit/gedit-panel.c:587
+msgid "Empty"
+msgstr "Boş"
+
+#: ../gedit/gedit-panel.c:475
+msgid "Hide panel"
+msgstr "Panelni gizle"
+
+#: ../gedit/gedit-preferences-dialog.c:423
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Muharrir tarafından qullanılacaq hurufatnı saylamaq içün bu dögmege çertiñiz"
+
+#: ../gedit/gedit-preferences-dialog.c:438
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Sistem sabit kenişlikli hurufatnı qullan (%s)"
+
+# tr
+#: ../gedit/gedit-preferences-dialog.c:676
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "Dizin '%s' oluşturulamadı: g_mkdir_with_parents() başarısız oldu: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:860
+msgid "The selected color scheme cannot be installed."
+msgstr "Saylanğan tüs taslağı qurulalmay."
+
+#: ../gedit/gedit-preferences-dialog.c:887
+msgid "Add Scheme"
+msgstr "Taslaq Ekle"
+
+#: ../gedit/gedit-preferences-dialog.c:894
+msgid "A_dd Scheme"
+msgstr "Taslaq _Ekle"
+
+#: ../gedit/gedit-preferences-dialog.c:902
+msgid "Color Scheme Files"
+msgstr "Tüs Taslağı Dosyeleri"
+
+#: ../gedit/gedit-preferences-dialog.c:954
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Tüs taslağı \"%s\" çetleştirilamadı."
+
+#: ../gedit/gedit-preferences-dialog.c:1177
+msgid "gedit Preferences"
+msgstr "gedit Tercihleri"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Tercihler"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:2 ../gedit/gedit-view.c:552
+msgid "_Display line numbers"
+msgstr "Satır nomeralarını _köster"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Sağ _kenarnı şu sütunda köster:"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:4
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Metin Türmesi"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:5
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Metin _türmesini qabilleştir"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:6
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "Kelimelerni eki satır üzerine _yarma"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:7
+msgid "Highlighting"
+msgstr "Işıqlandırma"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:8
+msgid "Highlight current _line"
+msgstr "Ağımdaki _satırnı ışıqlandır"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:9
+msgid "Highlight matching _brackets"
+msgstr "Eşleşken _qavuslarnı ışıqlandır"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:10
+msgid "View"
+msgstr "Körünim"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:11
+msgid "Tab Stops"
+msgstr "Sekirme Duraqları"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:12
+msgid "_Tab width:"
+msgstr "Sekirme _kenişligi:"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:13
+msgid "Insert _spaces instead of tabs"
+msgstr "Sekirmeler yerine _boşluqlarnı qıstır"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:14
+msgid "_Enable automatic indentation"
+msgstr "Avtomatik _kirintilemeni qabilleştir"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:15
+msgid "File Saving"
+msgstr "Dosye Saqlav"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:16
+msgid "Create a _backup copy of files before saving"
+msgstr "Dosyelerni saqlamadan evel bir _yedekleme kopiyası yap"
+
+# tüklü
+#: ../gedit/gedit-preferences-dialog.ui.h:17
+msgid "_Autosave files every"
+msgstr "Dosyelerni _avto saqlav sıqlığı"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:18
+msgid "_minutes"
+msgstr "_daqqa"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:19
+msgid "Editor"
+msgstr "Muharrir"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:20
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "Hurufat"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:21
+msgid "Editor _font: "
+msgstr "_Muharrir hurufatı: "
+
+#: ../gedit/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "Muharrir hurufatını sayla"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:23
+msgid "Color Scheme"
+msgstr "Tüs Taslağı"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:24
+msgid "Install scheme"
+msgstr "Taslaqnı qur"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:25
+msgid "Install Scheme"
+msgstr "Taslaqnı Qur"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:26
+msgid "Uninstall scheme"
+msgstr "Taslaqnı çe"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall Scheme"
+msgstr "Taslaqnı Çetleştir"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:28
+msgid "Font & Colors"
+msgstr "Hurufatlar ve Tüsler"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:29
+msgid "Plugins"
+msgstr "Plaginler"
+
+#: ../gedit/gedit-print-job.c:572
+#, c-format
+msgid "File: %s"
+msgstr "Dosye: %s"
+
+#: ../gedit/gedit-print-job.c:581
+msgid "Page %N of %Q"
+msgstr "Sahife %N / %Q"
+
+#: ../gedit/gedit-print-job.c:843
+msgid "Preparing..."
+msgstr "Hazırlana..."
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Sintaksis Işıqlandırması"
+
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Sintaksis ışıqlandırmasını _bastır"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Satır Numaraları"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "_Satır numaralarını bastır"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_Her"
+
+# tüklü
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "satırnı nomeralandır"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Sahife başlığı"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "_Sahife başlıqlarını bastır"
+
+# tüklü
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Hurufat"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Beden:"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "_Satır numaraları:"
+
+# tüklü
+#: ../gedit/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "B_aşlıqlar ve tüpnotlar:"
+
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "Ög-belgilengen Hurufatnı Keri _Tikle"
+
+#: ../gedit/gedit-print-preview.c:562
+msgid "Show the previous page"
+msgstr "Evelki sahifeni köster"
+
+#: ../gedit/gedit-print-preview.c:574
+msgid "Show the next page"
+msgstr "Soñraki sahifeni köster"
+
+#: ../gedit/gedit-print-preview.c:590
+msgid "Current page (Alt+P)"
+msgstr "Ağımdaki sahife (Alt+P)"
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:613
+msgid "of"
+msgstr "/"
+
+#: ../gedit/gedit-print-preview.c:621
+msgid "Page total"
+msgstr "Sahife sayısı"
+
+#: ../gedit/gedit-print-preview.c:622
+msgid "The total number of pages in the document"
+msgstr "Vesiqadaki topyekün sahife sayısı"
+
+# tüklü
+#: ../gedit/gedit-print-preview.c:639
+msgid "Show multiple pages"
+msgstr "Müteaddit sahifeni köster"
+
+#: ../gedit/gedit-print-preview.c:652
+msgid "Zoom 1:1"
+msgstr "Miqyas 1:1"
+
+#: ../gedit/gedit-print-preview.c:661
+msgid "Zoom to fit the whole page"
+msgstr "Bütün sahifege sığacaq şekilde miqyasla"
+
+#: ../gedit/gedit-print-preview.c:670
+msgid "Zoom the page in"
+msgstr "Sahifeni yaqınlaştır"
+
+#: ../gedit/gedit-print-preview.c:679
+msgid "Zoom the page out"
+msgstr "Sahifeni uzaqlaştır"
+
+#: ../gedit/gedit-print-preview.c:691
+msgid "_Close Preview"
+msgstr "Ögbaqışnı _Qapat"
+
+#: ../gedit/gedit-print-preview.c:694
+msgid "Close print preview"
+msgstr "Bastıruv ögbaqışını qapat"
+
+#: ../gedit/gedit-print-preview.c:763
+#, c-format
+msgid "Page %d of %d"
+msgstr "Sahife %d / %d"
+
+#: ../gedit/gedit-print-preview.c:947
+msgid "Page Preview"
+msgstr "Sahife Ögbaqışı"
+
+#: ../gedit/gedit-print-preview.c:948
+msgid "The preview of a page in the document to be printed"
+msgstr "Bastırılacaq vesiqadaki bir sahifeniñ ögbaqışı"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-replace-dialog.c:220 ../gedit/gedit-replace-dialog.ui.h:1
+#: ../gedit/gedit-window.c:1528
+msgid "Replace"
+msgstr "İvaz Et"
+
+#: ../gedit/gedit-replace-dialog.c:282
+msgid "Replace _All"
+msgstr "_Hepsini İvaz Et"
+
+#: ../gedit/gedit-replace-dialog.ui.h:2
+msgid "Replace All"
+msgstr "Hepsini İvaz Et"
+
+#: ../gedit/gedit-replace-dialog.ui.h:3
+msgid "_Search for: "
+msgstr "Şunı qıdı_r: "
+
+#: ../gedit/gedit-replace-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "_Bunıñnen İvaz Et: "
+
+# tüklü
+#: ../gedit/gedit-replace-dialog.ui.h:5
+msgid "_Match case"
+msgstr "Büyük-ufaq _hassasiyeti"
+
+#: ../gedit/gedit-replace-dialog.ui.h:6
+msgid "Match _entire word only"
+msgstr "Faqat _bütün kelimeni eşleştir"
+
+#: ../gedit/gedit-replace-dialog.ui.h:7
+msgid "Search _backwards"
+msgstr "_Kerige doğru qıdır"
+
+#: ../gedit/gedit-replace-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "_Dolan"
+
+# tüklü
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "ÜZR"
+
+# tüklü
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr "QST"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:248
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Sat %d, Sut %d"
+
+#: ../gedit/gedit-statusbar.c:347
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Hatalar ile %d ilmek bar"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:769
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s dosyesi %s qonumından keri döndürile"
+
+#: ../gedit/gedit-tab.c:776
+#, c-format
+msgid "Reverting %s"
+msgstr "%s keri döndürile"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s dosyesi %s qonumından yüklene"
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "%s yüklene"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s, %s qonumına saqlana"
+
+#: ../gedit/gedit-tab.c:887
+#, c-format
+msgid "Saving %s"
+msgstr "%s saqlana"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1872
+msgid "RO"
+msgstr "FO"
+
+#: ../gedit/gedit-tab.c:1919
+#, c-format
+msgid "Error opening file %s"
+msgstr "%s dosyesi açılğanda hata"
+
+#: ../gedit/gedit-tab.c:1924
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s dosyesi keri döndürilgende hata"
+
+#: ../gedit/gedit-tab.c:1929
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s dosyesi saqlanğanda hata"
+
+#: ../gedit/gedit-tab.c:1950
+msgid "Unicode (UTF-8)"
+msgstr "Unikod (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1957
+msgid "Name:"
+msgstr "İsim:"
+
+#: ../gedit/gedit-tab.c:1958
+msgid "MIME Type:"
+msgstr "MİME Türü:"
+
+#: ../gedit/gedit-tab.c:1959
+msgid "Encoding:"
+msgstr "Kodlandırma:"
+
+#: ../gedit/gedit-tab-label.c:283
+msgid "Close document"
+msgstr "Vesiqanı qapat"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:43
+msgid "_File"
+msgstr "_Dosye"
+
+#: ../gedit/gedit-ui.h:44
+msgid "_Edit"
+msgstr "_Tahrir"
+
+#: ../gedit/gedit-ui.h:45
+msgid "_View"
+msgstr "_Körünim"
+
+#: ../gedit/gedit-ui.h:46
+msgid "_Search"
+msgstr "_Qıdır"
+
+#: ../gedit/gedit-ui.h:47
+msgid "_Tools"
+msgstr "_Aletler"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Documents"
+msgstr "_Vesiqalar"
+
+#: ../gedit/gedit-ui.h:53
+msgid "Create a new document"
+msgstr "Yañı bir vesiqa icat et"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Open..."
+msgstr "_Aç..."
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:58
+msgid "Pr_eferences"
+msgstr "_Tercihler"
+
+#: ../gedit/gedit-ui.h:59
+msgid "Configure the application"
+msgstr "Uyğulamanı ayarla"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:62
+msgid "_Contents"
+msgstr "_Münderice"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open the gedit manual"
+msgstr "Gedit qılavuzını aç"
+
+#: ../gedit/gedit-ui.h:65
+msgid "About this application"
+msgstr "Bu uyğulama haqqında"
+
+#: ../gedit/gedit-ui.h:69
+msgid "Leave fullscreen mode"
+msgstr "Tam ekran tarzını terk et"
+
+#: ../gedit/gedit-ui.h:77
+msgid "Save the current file"
+msgstr "Ağımdaki dosyeni saqla"
+
+#: ../gedit/gedit-ui.h:79
+msgid "Save the current file with a different name"
+msgstr "Ağımdaki dosyeni başqa bir isim ile saqla"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Revert to a saved version of the file"
+msgstr "Dosyeniñ saqlanğan bir sürümine keri döndür"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Print Previe_w"
+msgstr "Bastıruv _Ög-baquv"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Print preview"
+msgstr "Bastıruv ögbaqışı"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Print the current page"
+msgstr "Ağımdaki sahifeni bastır"
+
+#: ../gedit/gedit-ui.h:89
+msgid "Undo the last action"
+msgstr "Soñki amelni keri yap"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Redo the last undone action"
+msgstr "Keri yapılğan soñki amelni kene yap"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Cut the selection"
+msgstr "Saylamnı kes"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Copy the selection"
+msgstr "Saylamnı kopiyala"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Paste the clipboard"
+msgstr "Tüyreme-tahtasını yapıştır"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Delete the selected text"
+msgstr "Saylanğan metinni sil"
+
+# tüklü
+#: ../gedit/gedit-ui.h:100
+msgid "Select _All"
+msgstr "_Hepsini Sayla"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Select the entire document"
+msgstr "Bütün vesiqanı sayla"
+
+#. View menu
+#: ../gedit/gedit-ui.h:104
+msgid "_Highlight Mode"
+msgstr "_Işıqlandırma Tarzı"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:107
+msgid "_Find..."
+msgstr "_Tap..."
+
+#: ../gedit/gedit-ui.h:108
+msgid "Search for text"
+msgstr "Metin içün qıdır"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Find Ne_xt"
+msgstr "_Soñrakini Tap"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Search forwards for the same text"
+msgstr "Aynı metin içün ilerige doğru qıdır"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Find Pre_vious"
+msgstr "_Evelkini Tap"
+
+#: ../gedit/gedit-ui.h:112
+msgid "Search backwards for the same text"
+msgstr "Aynı metin içün kerige doğru qıdır"
+
+#: ../gedit/gedit-ui.h:114 ../gedit/gedit-ui.h:117
+msgid "_Replace..."
+msgstr "_İvaz Et..."
+
+#: ../gedit/gedit-ui.h:115 ../gedit/gedit-ui.h:118
+msgid "Search for and replace text"
+msgstr "Metin içün qıdır ve ivaz et"
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Clear Highlight"
+msgstr "Işıqlandırmanı _Temizle"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Clear highlighting of search matches"
+msgstr "Qıdırma eşleşmeleriniñ ışıqlandırıluvını temizle"
+
+#: ../gedit/gedit-ui.h:122
+msgid "Go to _Line..."
+msgstr "_Satırğa Bar..."
+
+#: ../gedit/gedit-ui.h:123
+msgid "Go to a specific line"
+msgstr "Belirtilgen satırğa ket"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:126
+msgid "_Save All"
+msgstr "Hepsini _Saqla"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Save all open files"
+msgstr "Açıq dosyelerniñ hepsini saqla"
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Close All"
+msgstr "_Hepsini Qapat"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Close all open files"
+msgstr "Açıq dosyelerniñ hepsini qapat"
+
+#: ../gedit/gedit-ui.h:130
+msgid "_New Tab Group"
+msgstr "_Yañı İlmek Zümresi"
+
+#: ../gedit/gedit-ui.h:131
+msgid "Create a new tab group"
+msgstr "Yañı bir ilmek zümresi icat et"
+
+#: ../gedit/gedit-ui.h:132
+msgid "P_revious Tab Group"
+msgstr "_Evvelki İlmek Zümresi"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Switch to the previous tab group"
+msgstr "Evelki ilmek zümresine almaş"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Nex_t Tab Group"
+msgstr "_Soñraki İlmek Zümresi"
+
+#: ../gedit/gedit-ui.h:135
+msgid "Switch to the next tab group"
+msgstr "Soñraki ilmek zümresine almaş"
+
+#: ../gedit/gedit-ui.h:136
+msgid "_Previous Document"
+msgstr "_Evelki Vesiqa"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Activate previous document"
+msgstr "Evelki vesiqanı faalleştir"
+
+#: ../gedit/gedit-ui.h:138
+msgid "N_ext Document"
+msgstr "_Soñraki Vesiqa"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Activate next document"
+msgstr "Soñraki vesiqanı faalleştir"
+
+#: ../gedit/gedit-ui.h:141
+msgid "Move the current document to a new window"
+msgstr "Cari vesiqanı yañı bir pencerege avuştır"
+
+#: ../gedit/gedit-ui.h:148
+msgid "Close the current file"
+msgstr "Ağımdaki dosyeni qapat"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Quit the program"
+msgstr "Programdan çıq"
+
+#: ../gedit/gedit-ui.h:160
+msgid "_Toolbar"
+msgstr "_Alet Çubuğı"
+
+#: ../gedit/gedit-ui.h:161
+msgid "Show or hide the toolbar in the current window"
+msgstr "Cari penceredeki alet çubuğını köster yaki gizle"
+
+#: ../gedit/gedit-ui.h:163
+msgid "_Statusbar"
+msgstr "_Durum Çubuğı"
+
+#: ../gedit/gedit-ui.h:164
+msgid "Show or hide the statusbar in the current window"
+msgstr "Cari penceredeki durum çubuğını köster yaki gizle"
+
+#: ../gedit/gedit-ui.h:167
+msgid "Edit text in fullscreen"
+msgstr "Metinni tam ekranda tahrir et"
+
+#: ../gedit/gedit-ui.h:174
+msgid "Side _Panel"
+msgstr "Yan _Panel"
+
+#: ../gedit/gedit-ui.h:175
+msgid "Show or hide the side panel in the current window"
+msgstr "Cari penceredeki yan panelni köster yaki gizle"
+
+#: ../gedit/gedit-ui.h:177
+msgid "_Bottom Panel"
+msgstr "_Alt Panel"
+
+#: ../gedit/gedit-ui.h:178
+msgid "Show or hide the bottom panel in the current window"
+msgstr "Cari penceredeki tüp panelni köster yaki gizle"
+
+#: ../gedit/gedit-utils.c:1026
+msgid "Please check your installation."
+msgstr "Lütfen qurulımıñıznı teşkeriñiz."
+
+#: ../gedit/gedit-utils.c:1084
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Qullanıcı Arayüzü (QA; UI) dosyesi %s açılalmay. Hata: %s"
+
+#: ../gedit/gedit-utils.c:1103
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "'%s' nesnesi %s dosyesi içerisinde tapılalmay."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1326
+#, c-format
+msgid "/ on %s"
+msgstr "%s üzerinde /"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:538
+msgid "_Wrap Around"
+msgstr "_Dolan"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:548
+msgid "Match _Entire Word Only"
+msgstr "Faqat _Bütün Kelimeni Eşleştir"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:558
+msgid "_Match Case"
+msgstr "Büyük-Ufaq _Hassasiyeti"
+
+#: ../gedit/gedit-view-frame.c:755
+msgid "String you want to search for"
+msgstr "Qıdırmağa istegeniñiz tizgi"
+
+#: ../gedit/gedit-view-frame.c:765
+msgid "Line you want to move the cursor to"
+msgstr "İmleçni avuştırmağa istegeniñiz satır"
+
+#: ../gedit/gedit-window.c:942
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "%s ışıqlandırma tarzını qullan"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1047 ../gedit/gedit-window.c:2074
+#: ../plugins/externaltools/tools/manager.py:146
+#: ../plugins/externaltools/tools/manager.py:455
+#: ../plugins/externaltools/tools/manager.py:571
+#: ../plugins/externaltools/tools/manager.py:890
+msgid "Plain Text"
+msgstr "Tüz Metin"
+
+#: ../gedit/gedit-window.c:1048
+msgid "Disable syntax highlighting"
+msgstr "Sintaksis ışıqlandırmasını ğayrı qabilleştir"
+
+# tüklü
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1365
+#, c-format
+msgid "Open '%s'"
+msgstr "'%s' aç"
+
+#: ../gedit/gedit-window.c:1467
+msgid "Open"
+msgstr "Aç"
+
+#: ../gedit/gedit-window.c:1522
+msgid "Save"
+msgstr "Saqla"
+
+#: ../gedit/gedit-window.c:1524
+msgid "Print"
+msgstr "Bastır"
+
+#: ../gedit/gedit-window.c:1526
+msgid "Find"
+msgstr "Tap"
+
+# tüklü
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1698
+#, c-format
+msgid "Activate '%s'"
+msgstr "'%s' faalleştir"
+
+#: ../gedit/gedit-window.c:2055
+msgid "Use Spaces"
+msgstr "Boşluqlarnı Qullan"
+
+#: ../gedit/gedit-window.c:2128
+msgid "Tab Width"
+msgstr "Sekirme Kenişligi"
+
+#: ../gedit/gedit-window.c:2237
+msgid "Bracket match is out of range"
+msgstr "Qavus eşleştirmesi menzil tışıdır"
+
+#: ../gedit/gedit-window.c:2242
+msgid "Bracket match not found"
+msgstr "Qavus eşleştirmesi tapılmadı"
+
+#: ../gedit/gedit-window.c:2247
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Satırda qavus eşleşmesi tapıldı: %d"
+
+#: ../gedit/gedit-window.c:2852
+msgid "There are unsaved documents"
+msgstr "Saqlanmağan vesiqalar bar"
+
+# tüklü
+#. ex:set ts=8 noet:
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Kelişni Almaştır"
+
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Saylanğan metinniñ kelişini deñiştirir."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:242
+msgid "C_hange Case"
+msgstr "Büyük_leştir/Ufaqlaştır"
+
+# tüklü
+#: ../plugins/changecase/gedit-changecase-plugin.c:243
+msgid "All _Upper Case"
+msgstr "Hepsi _Büyük Harif"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:244
+msgid "Change selected text to upper case"
+msgstr "Saylanğan metinni büyük hariflerge deñiştir"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:246
+msgid "All _Lower Case"
+msgstr "Hepsi _Kiçik Harif"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:247
+msgid "Change selected text to lower case"
+msgstr "Saylanğan metinni kiçik hariflerge deñiştir"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:249
+msgid "_Invert Case"
+msgstr "Kelişni _Ters Çevir"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:250
+msgid "Invert the case of selected text"
+msgstr "Saylanğan metinniñ kelişini tersine çevir"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:252
+msgid "_Title Case"
+msgstr "_Serlevha Kelişi"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:253
+msgid "Capitalize the first letter of each selected word"
+msgstr "Saylanğan her kelimeniñ ilk harfini büyükleştir"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Yañartmanı teşker"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Soñki gedit sürümi içün teşker"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:257
+msgid "There was an error displaying the URI."
+msgstr "URİ köstergende bir hata bar edi."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:294
+msgid "_Download"
+msgstr "_Endir"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:302
+msgid "_Ignore Version"
+msgstr "Sürümni _İhmal Et"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:317
+msgid "There is a new version of gedit"
+msgstr "Yañı bir gedit sürümi mevcuttır"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:321
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Yañı gedit sürümini Endir dögmesine basaraq endirebilir yaki o sürümni ihmal "
+"etip yañı biri içün bekleybilirsiñiz"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "İhmal Etilecek Sürüm"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Soñraki bir sürüm çıqarılğance ihmal etilecek sürüm."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Vesiqa İhsaiyatı"
+
+# tr
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Belge istatistik eklentisi, belgenizi analiz ederek, sözcükleri, satırları "
+"ve boşluklar dışındaki karakterleri sayar ve sonuçları size kösterir."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:427
+msgid "_Document Statistics"
+msgstr "_Vesiqa İhsaiyatı"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:429
+msgid "Get statistical information on the current document"
+msgstr "Cari vesiqa haqqında statistik malümatnı köster"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:2
+msgid "_Update"
+msgstr "_Yañart"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:3
+msgid "File Name"
+msgstr "Dosye Adı"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:4
+#: ../plugins/externaltools/tools/tools.ui.h:27
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid " "
+msgstr " "
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:5
+msgid "Document"
+msgstr "Vesiqa"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:6
+msgid "Selection"
+msgstr "Saylam"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:7
+msgid "Lines"
+msgstr "Satırlar"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:8
+msgid "Words"
+msgstr "Kelimeler"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:9
+msgid "Characters (with spaces)"
+msgstr "Remizler (boşluqlar dahil)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:10
+msgid "Characters (no spaces)"
+msgstr "Remizler (boşluqlar harıç)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:11
+msgid "Bytes"
+msgstr "Baytlar"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "İnşa"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Vesiqa fihristinde \"make\" çaptır"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Mında terminal aç"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Vesiqa qonumında bir terminal aç"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Süyreklengen boşluqlarnı sil"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Dosyañızdaki faydasız süyreklengen boşluqlarnı siliñiz"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Buyruq çaptır"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Şahsiyleştirilgen bir buyruq ifa et ve onıñ çıqtısını yañı bir vesiqağa qoy"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Hariciy Aletler"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Hariciy buyruqlarnı ve qabuq bitiklerini infaz et."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "Sistem hurufatınıñ qullanılıp qullanılmaycağı"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Doğru ise, standart masaüstü-kürreviy hurufat yek-feza ise hariciy aletler "
+"onı (aksi taqdirde, tapılğan eñ beñzer hurufatnı) qullanır."
+
+# tüklü
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+"Bir Pango hurufat ismi. Meselâ, \"Sans 12\" yaki \"Yek-feza Qalın 14\"."
+
+#: ../plugins/externaltools/tools/capture.py:92
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Buyruq ifa etilamadı: %s"
+
+#: ../plugins/externaltools/tools/functions.py:157
+msgid "You must be inside a word to run this command"
+msgstr "Bu buyruqnı çaptırmaq içün bir kelimeniñ içinde olmalısıñız"
+
+#: ../plugins/externaltools/tools/functions.py:263
+msgid "Running tool:"
+msgstr "Çapqan alet:"
+
+#: ../plugins/externaltools/tools/functions.py:292
+msgid "Done."
+msgstr "Yapıldı."
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Exited"
+msgstr "Çıqıldı"
+
+#: ../plugins/externaltools/tools/manager.py:144
+msgid "All languages"
+msgstr "Hepsi Tiller"
+
+#: ../plugins/externaltools/tools/manager.py:560
+#: ../plugins/externaltools/tools/manager.py:564
+#: ../plugins/externaltools/tools/manager.py:888
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "All Languages"
+msgstr "Hepsi Tiller"
+
+#: ../plugins/externaltools/tools/manager.py:677
+msgid "New tool"
+msgstr "Yañı alet"
+
+#: ../plugins/externaltools/tools/manager.py:808
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Bu tezleştirici endi %s ile bağlı"
+
+#: ../plugins/externaltools/tools/manager.py:852
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Yañı bir tezleştiricini kirsetiñiz, ya da temizlemek içün Backspace tuşuna "
+"basıñız"
+
+# tüklü
+#: ../plugins/externaltools/tools/manager.py:854
+msgid "Type a new accelerator"
+msgstr "Yañı bir tezleştiricini daktilo etiñiz"
+
+#: ../plugins/externaltools/tools/outputpanel.py:120
+msgid "Stopped."
+msgstr "Toqtatıldı."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "All documents"
+msgstr "Hepsi vesiqalar"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents except untitled ones"
+msgstr "Hepsi vesiqalar, isimlendirilmegenler tışında"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "Local files only"
+msgstr "Faqat yerli dosyeler"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Remote files only"
+msgstr "Faqat uzaqtaki dosyeler"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Untitled documents only"
+msgstr "Faqat isimlendirilmegen vesiqalar"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Nothing"
+msgstr "Hiç bir şey"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "Ağımdaki vesiqa"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current selection"
+msgstr "Ağımdaki saylam"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection (default to document)"
+msgstr "Ağımdaki saylam (ög-belgileme vesiqadır)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current line"
+msgstr "Ağımdaki satır"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "Ağımdaki kelime"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr "Alt terezede köster"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Create new document"
+msgstr "Yañı vesiqa icat et"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Append to current document"
+msgstr "Ağımdaki vesiqanıñ soñuna ekle"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Replace current document"
+msgstr "Ağımdaki vesiqanıñ yerine qoy"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current selection"
+msgstr "Ağımdaki saylamnıñ yerine qoy"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Insert at cursor position"
+msgstr "İmleç qonumında qıstır"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Manage External Tools"
+msgstr "Hariciy Aletlerni İdare Et"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "_Tools:"
+msgstr "_Aletler:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Yañı bir alet ekle"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Alet Ekle"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Saylanğan aletni çetleştir"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Alet Çetleştir"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Aletni keri döndür"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Aletni _Keri Döndür"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Edit:"
+msgstr "_Tahrir Et:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Applicability:"
+msgstr "_Uyğulanabilirlik:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Output:"
+msgstr "_Çıqtı:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "_Input:"
+msgstr "_Kirdi:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:32
+msgid "_Save:"
+msgstr "_Saqla:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:33
+msgid "Shortcut _Key:"
+msgstr "_Qısqa-yol Tuşu:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:173
+msgid "Manage _External Tools..."
+msgstr "_Hariciy Aletlerni İdare Et..."
+
+#: ../plugins/externaltools/tools/windowactivatable.py:174
+msgid "Opens the External Tools Manager"
+msgstr "Hariciy Aletler İdarecisini Açar"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:177
+msgid "External _Tools"
+msgstr "Hariciy _Aletler"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:178
+msgid "External tools"
+msgstr "Hariciy aletler"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:212
+msgid "Shell Output"
+msgstr "Qabuq Çıqtısı"
+
+# tüklü
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Dosye Kezgini Paneli"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Yan panelden qolay dosye irişimi"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:241
+msgid "File System"
+msgstr "Dosye Sistemi"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:558
+msgid "_Set root to active document"
+msgstr "_Tamırnı faal vesiqağa tesbit et"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:560
+msgid "Set the root to the active document location"
+msgstr "Tamırnı faal vesiqanıñ qonumına tesbit et"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:565
+msgid "_Open terminal here"
+msgstr "_Mında terminal aç"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:567
+msgid "Open a terminal at the currently opened directory"
+msgstr "Hal-hazırda açılğan fihristte bir terminal aç"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:705
+msgid "File Browser"
+msgstr "Dosye Kezicisi"
+
+# tüklü
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:848
+msgid "An error occurred while creating a new directory"
+msgstr "Yañı bir fihrist icat etilgende bir hata hasıl oldı"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:851
+msgid "An error occurred while creating a new file"
+msgstr "Yañı bir dosye icat etilgende bir hata hasıl oldı"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:854
+msgid "An error occurred while renaming a file or directory"
+msgstr "Bir dosyeni ya da fihristni kene adlandırğanda bir hata hasıl oldı"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:857
+msgid "An error occurred while deleting a file or directory"
+msgstr "Bir dosye ya da fihrist silingende bir hata hasıl oldı"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:860
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Bir fihristni dosye idarecisinde açqanda bir hata hasıl oldı"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:863
+msgid "An error occurred while setting a root directory"
+msgstr "Bir tamır fihristi tesbit etilgende bir hata hasıl oldı"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:866
+msgid "An error occurred while loading a directory"
+msgstr "Bir fihrist yüklengende hata hasıl oldı"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:869
+msgid "An error occurred"
+msgstr "Bir hata hasıl oldı"
+
+# tr
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1083
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Dosya çöpe taşınamıyor, \n"
+" kalıcı olarak silmek ister misiniz?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1088
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Dosye \"%s\" çöpke avuştırılalmay."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1093
+msgid "The selected files cannot be moved to the trash."
+msgstr "Saylanğan dosyeler çöpke avuştırılalmay."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1125
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Eminsiñizmi, \"%s\" daim şekilde silinsinmi?"
+
+# tr
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1130
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Seçili dosyaları kalıcı olarak silmek istegeniñizden emin misiniz?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1133
+msgid "If you delete an item, it is permanently lost."
+msgstr "Eger bir unsurnı silseñiz, o daim şekilde ğayıp olacaq."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1722
+msgid "(Empty)"
+msgstr "(Boş)"
+
+# tr
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3467
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"İsmi değiştirilen dosya şu anda filtrelendi. Dosyayı görünebilir yapmak için "
+"filtrenizi ayarlamanız gerekiyor"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3711
+msgid "file"
+msgstr "dosye"
+
+# tr
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3739
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Yeni dosya şu anda filtrelendi. Dosyayı görünebilir yapmak için filtrenizi "
+"ayarlamanız gerekiyor"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3770
+msgid "directory"
+msgstr "fihrist"
+
+# tr
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3795
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Yeni dizin şu anda filtrelendi. Dizini görünebilir yapmak için filtrenizi "
+"ayarlamanız gerekiyor"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:733
+msgid "Bookmarks"
+msgstr "Yer-imleri"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "_Filter"
+msgstr "_Süzgüç"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:826
+msgid "_Move to Trash"
+msgstr "Çöpke Avuş_tır"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+msgid "Move selected file or folder to trash"
+msgstr "Saylanğan dosyeni yaki cilbentni çöpke avuştır"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:829
+msgid "_Delete"
+msgstr "_Sil"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:830
+msgid "Delete selected file or folder"
+msgstr "Saylanğan dosyeni ya da cilbentni sil"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:837
+msgid "Open selected file"
+msgstr "Saylanğan dosyeni aç"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:843
+msgid "Up"
+msgstr "Yuqarı"
+
+# tüklü
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:844
+msgid "Open the parent folder"
+msgstr "Baba cilbentni aç"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:849
+msgid "_New Folder"
+msgstr "_Yañı Cilbent"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:850
+msgid "Add new empty folder"
+msgstr "Yañı boş cilbent ekle"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:852
+msgid "New F_ile"
+msgstr "Yañı _Dosye"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:853
+msgid "Add new empty file"
+msgstr "Yañı boş dosye ekle"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:858
+msgid "_Rename"
+msgstr "_Kene Adlandır"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:859
+msgid "Rename selected file or folder"
+msgstr "Saylanğan dosyeni ya da cilbentni kene adlandır"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:865
+msgid "_Previous Location"
+msgstr "_Evelki Qonum"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:867
+msgid "Go to the previous visited location"
+msgstr "Evelki ziyaret etilgen qonumğa bar"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+msgid "_Next Location"
+msgstr "_Soñraki Qonum"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:870
+msgid "Go to the next visited location"
+msgstr "Soñraki ziyaret etilgen qonumğa bar"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:871
+msgid "Re_fresh View"
+msgstr "Körünimni _Tazert"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:872
+msgid "Refresh the view"
+msgstr "Bu körünimni tazert"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:873
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:891
+msgid "_View Folder"
+msgstr "_Cilbentni Köster"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:874
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:892
+msgid "View folder in file manager"
+msgstr "Cilbentni dosye idarecisinde kör"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:881
+msgid "Show _Hidden"
+msgstr "_Gizlilerni Köster"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:882
+msgid "Show hidden files and folders"
+msgstr "Gizli dosyelerni ve cilbentlerni köster"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:884
+msgid "Show _Binary"
+msgstr "_Ekililerni Köster"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:885
+msgid "Show binary files"
+msgstr "Ekili dosyelerni köster"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1202
+msgid "Match Filename"
+msgstr "Dosye Adını Eşleştir"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2004
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Taqılğan cılt içün hiç bir taqma nesnesi yoq: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2081
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Vasat açılamadı: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2128
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Cılt taqılamadı: %s"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "Terek Körünimi ile Aç"
+
+# tr
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Dosya tarayıcısı eklentisi yüklendiğinde yer imleri görünümü yerine ağaç "
+"görünümünü aç"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Dosye Kezicisi Tamır Fihristi"
+
+# tr
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Dosya tarayıcısı eklentisi yüklendiğinde ve onload/tree_view TRUE ise "
+"kullanılacak dosya tarayıcısı başlangıç dizini."
+
+# tüklü
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Dosye Kezicisi Sanal Tamır Fihristi"
+
+# tr
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Dosya tarayıcısı eklentisi yüklendiğinde ve onload/tree_view TRUE ise "
+"kullanılacakdosya tarayıcısı sanal başlangıç dizini. Sanal başlangıç asıl "
+"başlangıcın altında olmalıdır."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Uzaqtaki Qonumlarnıñ Keri Tiklenüvini Qabilleştir"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Uzaqtaki qonumlarnıñ keri tiklenip tiklenmeycegini tesbit eter."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "Qonumnı İlk Vesiqağa Tesbit Et"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Eger DOĞRU ise, dosye kezicisi plagini, dosye kezicisi şimdilik "
+"qullanılmağan olsa, ilk açılğan vesiqanıñ fihristini kösterir. (Umumen, bu "
+"bir vesiqanı buyruq satrından ya da Nautilus ve ilâhre ile açqanda uyğulanır)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Dosye Kezicisi Süzgüç Tarzı"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Bu qıymet dosye kezicisinde hangi dosyelerniñ süzgüçlengenini belgiley. "
+"Keçerli degerler şöyledir: none (hiç bir şey süzgüçleme), hide-hidden (gizli "
+"dosyelerni süzgüçle), hide-binary (ekişerleme dosyelerni süzgüçle)."
+
+# tüklü
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Dosye Kezicisi Süzgüç Deseni"
+
+# tr
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Dosya tarayıcısının kullanacaği filtre dokusu. Bu filtre filter_mode "
+"üstündeçalışır."
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Tarz-satırları"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Gedit içün Emacs, Kate ve Vim-uslûbı tarz-satırları destegi."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "Emir Tüsü Metni"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "Emir tüsü metni"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "Hata Tüsü Metni"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "Hata tüsü metni"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Doğru ise, standart masaüstü-kürreviy hurufat yek-feza ise terminal onı "
+"(aksi taqdirde, tapılğan eñ beñzer hurufatnı) qullanır."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "_Emir tüsü:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "_Hata tüsü:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:52
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python Konsolı"
+
+# tüklü
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Alt panelde turğan tesirleşimli Python konsolı"
+
+#: ../plugins/quickopen/quickopen/__init__.py:71
+msgid "Quick open"
+msgstr "Çabik aç"
+
+#: ../plugins/quickopen/quickopen/__init__.py:72
+msgid "Quickly open documents"
+msgstr "Vesiqalarnı çabik aç"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "Çabik Aç"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Dosyelerni çabik aç"
+
+#: ../plugins/quickopen/quickopen/popup.py:73
+msgid "Type to search..."
+msgstr "Qıdırmaq içün tuşlañız..."
+
+# tüklü
+#. ex:ts=8:et:
+#: ../plugins/snippets/snippets/document.py:57
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Qırpıntılar"
+
+#: ../plugins/snippets/snippets/exporter.py:82
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "Arhiv \"%s\" icat etilamadı"
+
+#: ../plugins/snippets/snippets/exporter.py:99
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "Hedef fihrist \"%s\" mevcut degildir"
+
+#: ../plugins/snippets/snippets/exporter.py:102
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "Hedef fihrist \"%s\" keçerli bir fihrist degildir"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "Dosye \"%s\" mevcut degildir"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "Dosye \"%s\" keçerli bir qırpıntı dosyesi degildir"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "İthal etilgen \"%s\" dosyesi keçerli bir qırpıntılar dosyesi degildir"
+
+# tüklü
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "Arhiv \"%s\" hulâsa etilamadı"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Aşağıdaki dosyeler ithal etilamadı: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "Dosye \"%s\" keçerli bir qırpıntılar arhivi degildir"
+
+#: ../plugins/snippets/snippets/manager.py:43
+msgid "Snippets archive"
+msgstr "Qırpıntılar arhivi"
+
+#: ../plugins/snippets/snippets/manager.py:63
+msgid "Add a new snippet..."
+msgstr "Yañı bir qırpıntı ekle..."
+
+#: ../plugins/snippets/snippets/manager.py:115
+msgid "Global"
+msgstr "Kürreviy"
+
+#: ../plugins/snippets/snippets/manager.py:399
+msgid "Revert selected snippet"
+msgstr "Saylanğan qırpıntını keri döndür"
+
+#: ../plugins/snippets/snippets/manager.py:402
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Delete selected snippet"
+msgstr "Saylanğan qırpıntını sil"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:661
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Bu keçerli bir Sekirme (Tab) tetikleyicisi degildir. Tetikleyiciler ya elif-"
+"sayısallarnı (yaki _, : ve .) ya da {, [ ve ilâhri kibi bir tek (elif-"
+"sayısal olmağan) remiz ihtiva etebilir."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:668
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Sekirme (Tab) tuşuna basılğandan soñ qırpıntını faalleştirecek tek söz"
+
+#: ../plugins/snippets/snippets/manager.py:757
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "İthal etkende aşağıdaki hata hasıl oldı: %s"
+
+#: ../plugins/snippets/snippets/manager.py:764
+msgid "Import successfully completed"
+msgstr "İthal muvafaqiyetnen tamamlandı"
+
+#: ../plugins/snippets/snippets/manager.py:778
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import snippets"
+msgstr "Qırpıntılarnı ithal et"
+
+#: ../plugins/snippets/snippets/manager.py:783
+#: ../plugins/snippets/snippets/manager.py:869
+#: ../plugins/snippets/snippets/manager.py:932
+msgid "All supported archives"
+msgstr "Hepsi desteklengen arhivler"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "Gzip compressed archive"
+msgstr "Gzip sıqıştırılğan arhiv"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 sıqıştırılğan arhiv"
+
+#: ../plugins/snippets/snippets/manager.py:786
+msgid "Single snippets file"
+msgstr "Tek qırpıntılar dosyesi"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/manager.py:873
+#: ../plugins/snippets/snippets/manager.py:936
+msgid "All files"
+msgstr "Hepsi dosyeler"
+
+#: ../plugins/snippets/snippets/manager.py:799
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "İhraç etkende aşağıdaki hata hasıl oldı: %s"
+
+#: ../plugins/snippets/snippets/manager.py:803
+msgid "Export successfully completed"
+msgstr "İhraç muvafaqiyetnen tamamlandı"
+
+# tr
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:843
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Aktarmanızda seçilen <b>sistem</b> parçalarını da dahil etmek ister misiniz?"
+
+#: ../plugins/snippets/snippets/manager.py:858
+#: ../plugins/snippets/snippets/manager.py:928
+msgid "There are no snippets selected to be exported"
+msgstr "İhraç etilmek üzre saylanğan hiç bir qırpıntı yoq"
+
+#: ../plugins/snippets/snippets/manager.py:863
+#: ../plugins/snippets/snippets/manager.py:901
+msgid "Export snippets"
+msgstr "Qırpıntılarnı ihraç et"
+
+#: ../plugins/snippets/snippets/manager.py:1042
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Yañı bir qısqa-yol daktilo etiñiz, yaki temizlemek içün KeriBoşluq "
+"(BackSpace) tuşuna basıñız"
+
+#: ../plugins/snippets/snippets/manager.py:1044
+msgid "Type a new shortcut"
+msgstr "Yañı bir qısqa-yol daktilo etiñiz"
+
+#: ../plugins/snippets/snippets/placeholder.py:601
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "Python buyruğı (%s) azamiy zamannı aşa; ifası abortlandı."
+
+#: ../plugins/snippets/snippets/placeholder.py:609
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python buyruğınıñ (%s) ifası muvafaqiyetsiz edi: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Sıq-qullanılğan metin parçalarını tez bir şekilde ekle"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Qırpıntılarnı İdare Et"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "_Snippets:"
+msgstr "_Qırpıntılar:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "Yañı qırpıntı icat et"
+
+# tüklü
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Add Snippet"
+msgstr "Qırpıntı Ekle"
+
+# tüklü
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Remove Snippet"
+msgstr "Qırpıntını Çetleştir"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Import Snippets"
+msgstr "Qırpıntılarnı İthal Et"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export selected snippets"
+msgstr "Saylanğan qırpıntılarnı ihraç et"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Export Snippets"
+msgstr "Qırpıntılarnı İhrac Et"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "Activation"
+msgstr "Faalleştirme"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "_Tab trigger:"
+msgstr "_İlmek tetikleyicisi:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "S_hortcut key:"
+msgstr "_Qısqa-yol tuşu:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:18
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Qırpıntınıñ qaysı qısqa-yol tuşu ile faaleşecegi"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:19
+msgid "_Drop targets:"
+msgstr "Hedeflerni _tüşür:"
+
+#: ../plugins/snippets/snippets/windowactivatable.py:154
+msgid "Manage _Snippets..."
+msgstr "_Qırpıntılarnı İdare Et..."
+
+#: ../plugins/snippets/snippets/windowactivatable.py:155
+msgid "Manage snippets"
+msgstr "Qırpıntılarnı idare et"
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr "_Sırala..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr "Cari vesiqanı yaki saylamnı sıralav"
+
+#. ex:ts=8:noet:
+#: ../plugins/sort/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Sırala"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:2
+msgid "_Sort"
+msgstr "_Sırala"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:3
+msgid "_Reverse order"
+msgstr "_Ters tertip"
+
+# tüklü
+#: ../plugins/sort/gedit-sort-plugin.ui.h:4
+msgid "R_emove duplicates"
+msgstr "Sıñarlarnı _sil"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:5
+msgid "_Ignore case"
+msgstr "Kelişni (büyük/ufaq) _ihmal et"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:6
+msgid "S_tart at column:"
+msgstr "Sutunda _başla:"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:7
+msgid "You cannot undo a sort operation"
+msgstr "Bir sıralama işlemini keri yapamazısıñız"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Bir vesiqa yaki saylanğan metinni sıralar."
+
+# tüklü
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:444
+msgid "(no suggested words)"
+msgstr "(telqin etilgen sözler yoq)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "_Daha çoq..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "Hepsini _İhmal Et"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "_Ekle"
+
+# tüklü
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "_İmlâ Telqinleri..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:264
+msgid "Check Spelling"
+msgstr "İmlânı Teşker"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:275
+msgid "Suggestions"
+msgstr "Telqinler"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:551
+msgid "(correct spelling)"
+msgstr "(imlânı tüzet)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:692
+msgid "Completed spell checking"
+msgstr "İmlâ teşkerüvi tamamlandı"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:378
+#: ../plugins/spell/gedit-spell-checker-language.c:384
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:393
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Bilinmegen (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:499
+msgctxt "language"
+msgid "Default"
+msgstr "Ög-belgilengen"
+
+#. ex:ts=8:noet:
+#: ../plugins/spell/gedit-spell-language-dialog.c:140
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Set language"
+msgstr "Tilni tesbit et"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:182
+msgid "Languages"
+msgstr "Tiller"
+
+#: ../plugins/spell/gedit-spell-plugin.c:107
+msgid "_Check Spelling..."
+msgstr "İmlânı _Teşker..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:109
+msgid "Check the current document for incorrect spelling"
+msgstr "Cari vesiqanı imlâviy hatalar içün teşker"
+
+#: ../plugins/spell/gedit-spell-plugin.c:115
+msgid "Set _Language..."
+msgstr "_Tilni Tesbit Et..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:117
+msgid "Set the language of the current document"
+msgstr "Cari vesiqanıñ tilini tesbit et"
+
+#: ../plugins/spell/gedit-spell-plugin.c:126
+msgid "_Highlight Misspelled Words"
+msgstr "İmlâviy-Hatalı Kelimelerni _Işıqlandır"
+
+#: ../plugins/spell/gedit-spell-plugin.c:128
+msgid "Automatically spell-check the current document"
+msgstr "Cari vesiqada öz-özünden imlânı teşker"
+
+#: ../plugins/spell/gedit-spell-plugin.c:810
+msgid "The document is empty."
+msgstr "Vesiqa boştır."
+
+#: ../plugins/spell/gedit-spell-plugin.c:835
+msgid "No misspelled words"
+msgstr "İmlâviy hatalı kelime yoq"
+
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Select the _language of the current document."
+msgstr "Cari vesiqanıñ _tilini sayla."
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "İmlânı teşker"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "İmlâviy hatalı kelime:"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "word"
+msgstr "kelime"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "_Şöyle deñiştir:"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "_Kelime Teşker"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "_Telqinler:"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "_İhmal Et"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "_Deñiştir"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "Hepsini _İhmal Et"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "_Hepsini Deñiştir"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "Qullanıcı sözlügi:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "Kelime _ekle"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "Language:"
+msgstr "Til:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "Language"
+msgstr "Til"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "İmlâ Teşkericisi"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Cari vesiqanıñ imlâsını teşkerir."
+
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Tarih ve Vaqıtnı Qıstır"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "Use the _selected format"
+msgstr "_Saylanğan formatnı qullan"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "_Use custom format"
+msgstr "_Şahsiyleştirilgen format qullan"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "_Qıstır"
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "In_sert Date and Time..."
+msgstr "Tarih ve Vaqıtnı _Qıstır..."
+
+#: ../plugins/time/gedit-time-plugin.c:186
+msgid "Insert current date and time at the cursor position"
+msgstr "İmleç mevamında şimdiki tarih ve zamannı ekle"
+
+#: ../plugins/time/gedit-time-plugin.c:504
+msgid "Available formats"
+msgstr "Qullanılabilir formatlar"
+
+#. ex:ts=8:noet:
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Tarih/Vaqıt plaginini ayarla"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+msgid "When inserting date/time..."
+msgstr "Tarih/vaqıt qıstırğanda..."
+
+# tüklü
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "_Prompt for a format"
+msgstr "_Bir format içün inde"
+
+# tüklü
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "İndeme Türü"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Qullanıcınıñ bir format içün indenecegi yaki saylanğan yaki özel formatnıñ "
+"qullanılacağı."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "Saylanğan Format"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "Tarih/vaqıt qıstırılğanda qullanılğan saylanğan format."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "Şahsiyleştirilgen Format"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "Tarih/vaqıt qıstırılğanda qullanılğan şahsiyleştirilgen format."
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Tarih/Vaqıt Qıstır"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "İmleç mevamında şimdiki tarih ve zamannı ekler."
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:1
+msgid "Zeitgeist dataprovider"
+msgstr "Zeitgeist veriler teminatçısı"
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:2
+msgid "Logs access and leave event for documents used with gedit"
+msgstr "Gedit ile qullanılğan vesiqalar içün irişim ve terk vaqiasını kütükler"
+
+#~ msgid "Plaintext;Write;"
+#~ msgstr "Tüzmetin;Yaz;"
+
+#~ msgid "%s: invalid encoding.\n"
+#~ msgstr "%s: keçersiz kodlandırma.\n"
+
+#~ msgid "Untitled Document %d"
+#~ msgstr "Serlevhasız Vesiqa %d"
+
+#~ msgid ""
+#~ "This is not a valid Tab trigger. Triggers can either contain letters or a "
+#~ "single (non-alphanumeric) character like: {, [, etc."
+#~ msgstr ""
+#~ "Bu keçerli bir Sekirme (Tab) tetikleyicisi degildir. Tetikleyiciler ya "
+#~ "hariflerni ya da {, [ ve ilâhri kibi bir tek (elif-sayısal olmağan) remiz "
+#~ "ihtiva etebilir."
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Saqlama_dan Tışarı İmzalan"
+
+#~ msgid "_Cancel Logout"
+#~ msgstr "_Tışarı İmzalanuvdan Vazgeç"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Gedit arqazeminde çapsın"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "Tüp Paneli Körünir"
+
+# tr
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "Yazma kipinde gedit'in desteklediği VFS şemaları listesi. 'file' şeması "
+#~ "öntanımlı olarak kaydedilebilirdir."
+
+#~ msgid "Monospace 12"
+#~ msgstr "Yek-feza 12"
+
+#~ msgid "Monospace 9"
+#~ msgstr "Yek-feza 9"
+
+# tüklü
+#~ msgid "Sans 11"
+#~ msgstr "Sans 11"
+
+#~ msgid "Sans 8"
+#~ msgstr "Sans 8"
+
+# tüklü
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Alet çubuğı dögmeleri içün uslûp. Caiz qıymetler şöyledir: sistemniñ ög-"
+#~ "belgilengen uslûbı içün \"GEDIT_TOOLBAR_SYSTEM\", sadece işaretçiklerni "
+#~ "köstermek içün \"GEDIT_TOOLBAR_ICONS\", hem işaretçik hem metinni "
+#~ "köstermek içün \"GEDIT_TOOLBAR_ICONS_AND_TEXT\", işaretçikler yanında "
+#~ "evelliklendirilgen metinni köstermek içün \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ"
+#~ "\". Degerler büyük-ufaq hassasiyetine sahiptir, ondan dolayı tam olaraq "
+#~ "mında añılğanı kibi qullanğanıñızdan emin oluñız."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Alet Çubuğı Dögmeleri Uslûbı"
+
+# tüklü
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr ""
+#~ "Gedit'niñ saylanğan qavus ile eşleşken birini ışıqlandırıp "
+#~ "ışıqlandırmaycağı."
+
+# tr
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr ""
+#~ "Düzenleme penceresinin altında bulunan panelin görünür hale gelmesi."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Yazılabilir VFS taslaqları"
+
+#~ msgid "Automatic Indentation"
+#~ msgstr "Avtomatik Kirintileme"
+
+#~ msgid "Current Line"
+#~ msgstr "Cari Satır"
+
+#~ msgid "Right Margin"
+#~ msgstr "Oñ Kenar"
+
+#~ msgid "_Add..."
+#~ msgstr "_Ekle.."
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "Sutundaki _sağ kenar:"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[DOSYE...]"
+
+#~ msgid "Plugin"
+#~ msgstr "Plagin"
+
+#~ msgid "Enabled"
+#~ msgstr "Qabilleştirilgen"
+
+#~ msgid "C_onfigure"
+#~ msgstr "_Ayarla"
+
+#~ msgid "A_ctivate"
+#~ msgstr "_Faalleştir"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Hepsini _Faalleştir"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "Hepsini _Ğayrı Faalleştir"
+
+# tüklü
+#~ msgid "Active _Plugins:"
+#~ msgstr "Faal _Plaginler:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "Plagin _Haqqında"
+
+#~ msgid "C_onfigure Plugin"
+#~ msgstr "Plaginni Ayar_la"
+
+# tüklü
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Tercihler idarecisi başlanğıçlandırılalmay."
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "%3$s anahtarı içün `%1$s' beklene edi, `%2$s' alındı"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "Kodlandırmanı öz-özünden alğılamağa mümkün degil"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "_Sahife Ayarlaması..."
+
+#~ msgid "Set up the page settings"
+#~ msgstr "Sahife ayarlarını ayarla"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "_Artımlı Qıdıruv..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "Metin içün artımlı şekilde ara"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "Hariciy Aletler İdarecisi"
+
+#~ msgid "Go to previous location"
+#~ msgstr "Evelki qonumğa bar"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Evel açılğan qonumğa bar"
+
+#~ msgid "Next location"
+#~ msgstr "Soñraki qonum"
+
+#~ msgid "Go to next location"
+#~ msgstr "Soñraki qonumğa bar"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Qırpıntılar İdarecisi"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "İmlânı _Avto-Teşker"
+
+#~ msgid "Tags"
+#~ msgstr "Nişanlar"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Qullanacağıñız nişanlar zümresini saylañız"
+
+#~ msgid "_Preview"
+#~ msgstr "_Ögbaqış"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "Faydalanılabilir Nişan Listeleri"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "Qısqartılğan şekil"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Qısqartma"
+
+#~ msgid "Above"
+#~ msgstr "Üstünde"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "İrişilebilirlik tuşu remzi"
+
+# tüklü
+#~ msgid "Acronym"
+#~ msgstr "Qısqartma"
+
+#~ msgid "Align"
+#~ msgstr "Hizala"
+
+#~ msgid "Alignment character"
+#~ msgstr "Hizalama remzi"
+
+#~ msgid "Alternative"
+#~ msgstr "Alternativ"
+
+#~ msgid "Anchor"
+#~ msgstr "Lenger"
+
+#~ msgid "Anchor URI"
+#~ msgstr "Lenger URİ"
+
+#~ msgid "Applet class file code"
+#~ msgstr "Uyğulamaçıq sınıf dosyesi kodu"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Uyğulamaçıq sınıf dosyesi kodu (taqbih etilgen)"
+
+# tüklü
+#~ msgid "Array"
+#~ msgstr "Tizi"
+
+#~ msgid "Associated information"
+#~ msgstr "Ülfetlendirilgen malümat"
+
+#~ msgid "Author info"
+#~ msgstr "Müellif malümatı"
+
+# tüklü
+#~ msgid "Axis related headers"
+#~ msgstr "Mihver alâqalı başlıqlar"
+
+#~ msgid "Background color"
+#~ msgstr "Arqa-zemin tüsü"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "Arqa-zemin tüsü (taqbih etilgen)"
+
+# tüklü
+#~ msgid "Background texture tile"
+#~ msgstr "Arqa-zemin toqusı kirameti"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "Arqa-zemin toqusı kirameti (taqbih etilgen)"
+
+#~ msgid "Base URI"
+#~ msgstr "Esas URİ"
+
+#~ msgid "Base font"
+#~ msgstr "Esas hurufat"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Esas hurufat (taqbih etilgen)"
+
+#~ msgid "Bold"
+#~ msgstr "Qalın"
+
+#~ msgid "Border"
+#~ msgstr "Sıñır"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "Sıñır (taqbih etilgen)"
+
+#~ msgid "Border color"
+#~ msgstr "Sıñır tüsü"
+
+# tüklü
+#~ msgid "Cell rowspan"
+#~ msgstr "Hüceyre saf-qarışı"
+
+#~ msgid "Center"
+#~ msgstr "Merkez"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "Merkez (Qullanılmay)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "İlişimli çoqraqnıñ remiz kodlandırması"
+
+# tüklü
+#~ msgid "Checked (state)"
+#~ msgstr "Çavkelengen (durum)"
+
+#~ msgid "Checked state"
+#~ msgstr "Çavkelengen durum"
+
+#~ msgid "Citation"
+#~ msgstr "İqtibas"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "Deñişiklik sebebini belirt"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "Sınıf eda kimligi"
+
+#~ msgid "Class list"
+#~ msgstr "Sınıf listesi"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "Metin aqımı muraqabesini temizle"
+
+#~ msgid "Code content type"
+#~ msgstr "Kod münderice türü"
+
+#~ msgid "Color of selected links"
+#~ msgstr "Saylanğan ilişimlerniñ tüsü"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "Saylanğan ilişimlerniñ tüsü (taqbih etilgen)"
+
+#~ msgid "Column span"
+#~ msgstr "Sutun qarışı"
+
+#~ msgid "Columns"
+#~ msgstr "Sutunlar"
+
+#~ msgid "Comment"
+#~ msgstr "Şerh"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "Bilgisayar kodu fragmenti"
+
+#~ msgid "Content type"
+#~ msgstr "Münderice türü"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "Münderice türü (taqbih etilgen)"
+
+#~ msgid "Coordinates"
+#~ msgstr "Koordinatlar"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV Uslûp konteyneri"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV konteyneri"
+
+#~ msgid "Date and time of change"
+#~ msgstr "Deñişim tarihı ve vaqtı"
+
+#~ msgid "Declare flag"
+#~ msgstr "Beyan bayrağı"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Keçiktirme hassası"
+
+#~ msgid "Definition description"
+#~ msgstr "Tarif tasviri"
+
+#~ msgid "Definition list"
+#~ msgstr "Tarif listesi"
+
+#~ msgid "Definition term"
+#~ msgstr "Tarif termini"
+
+#~ msgid "Deleted text"
+#~ msgstr "Silingen metin"
+
+#~ msgid "Direction"
+#~ msgstr "Yöneliş"
+
+#~ msgid "Directionality"
+#~ msgstr "Yönelişlilik"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "Yönelişlilik (taqbih etilgen)"
+
+#~ msgid "Directory list"
+#~ msgstr "Cilbent listesi"
+
+#~ msgid "Disabled"
+#~ msgstr "Ğayrı qabilleştirilgen"
+
+#~ msgid "Document base"
+#~ msgstr "Vesiqa esası"
+
+#~ msgid "Document body"
+#~ msgstr "Vesiqa bedeni"
+
+#~ msgid "Document head"
+#~ msgstr "Vesiqa başı"
+
+#~ msgid "Document title"
+#~ msgstr "Vesiqa serlevhası"
+
+#~ msgid "Document type"
+#~ msgstr "Vesiqa türü"
+
+#~ msgid "Element ID"
+#~ msgstr "Unsur Kimligi"
+
+#~ msgid "Embedded object"
+#~ msgstr "İçeri yatqızılğan nesne"
+
+#~ msgid "Emphasis"
+#~ msgstr "Urğulama"
+
+#~ msgid "Encode type"
+#~ msgstr "Kodlandırma türü"
+
+# tüklü
+#~ msgid "Figure"
+#~ msgstr "Resimleme"
+
+#~ msgid "Font face"
+#~ msgstr "Hurufat yüzü"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Hurufat yüzü (taqbih etilgen)"
+
+#~ msgid "For label"
+#~ msgstr "Etiket içün"
+
+#~ msgid "Forced line break"
+#~ msgstr "Cebir etilgen satır qırılması"
+
+#~ msgid "Form"
+#~ msgstr "Forma"
+
+#~ msgid "Form action handler"
+#~ msgstr "Forma amel qollayıcısı"
+
+#~ msgid "Form control group"
+#~ msgstr "Forma kontrol zümresi"
+
+#~ msgid "Form field label text"
+#~ msgstr "Forma alanı etiket metni"
+
+#~ msgid "Form input"
+#~ msgstr "Forma kirdisi"
+
+#~ msgid "Form input type"
+#~ msgstr "Forma kirdisi türü"
+
+#~ msgid "Form method"
+#~ msgstr "Forma usulı"
+
+#~ msgid "Forward link"
+#~ msgstr "Yönlendirme ilişimi"
+
+#~ msgid "Frame"
+#~ msgstr "Çerçive"
+
+#~ msgid "Frame border"
+#~ msgstr "Çerçive sıñırı"
+
+# tüklü
+#~ msgid "Frame render parts"
+#~ msgstr "Çerçive qılış parçaları"
+
+#~ msgid "Frame source"
+#~ msgstr "Çerçive menbası"
+
+#~ msgid "Frame spacing"
+#~ msgstr "Çerçive boşluqlaması"
+
+#~ msgid "Frame target"
+#~ msgstr "Çerçive hedefi"
+
+#~ msgid "Frameborder"
+#~ msgstr "Çerçive-sıñırı"
+
+#~ msgid "Frameset"
+#~ msgstr "Çerçive-kümesi"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Çerçive-kümesi sutunları"
+
+#~ msgid "Frameset rows"
+#~ msgstr "Çerçive-kümesi satırları"
+
+#~ msgid "Framespacing"
+#~ msgstr "Çerçive-boşluqlaması"
+
+# tüklü
+#~ msgid "Generic embedded object"
+#~ msgstr "Soy-tışı içeri yatqızılğan nesne"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "Soy-tışı meta-malümat"
+
+#~ msgid "Generic span"
+#~ msgstr "Soy-tışı qarış"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URİ"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - Mahsus Remizler"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - Nişanlar"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML tamır unsurı"
+
+#~ msgid "HTML version"
+#~ msgstr "HTML sürümi"
+
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP başlığı ismi"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "Başlıq hüceyre kimlikleri"
+
+#~ msgid "Heading"
+#~ msgstr "Serlevha"
+
+#~ msgid "Heading 1"
+#~ msgstr "Serlevha 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "Serlevha 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "Serlevha 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "Serlevha 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "Serlevha 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "Serlevha 6"
+
+#~ msgid "Height"
+#~ msgstr "Yükseklik"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "Ufqiy sızıq"
+
+#~ msgid "Horizontal space"
+#~ msgstr "Ufqiy boşluq"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "Ufqiy boşluq (taqbih etilgen)"
+
+# tüklü
+#~ msgid "I18N BiDi override"
+#~ msgstr "Milletleraralaştırma (I18N) Eki-Yönelişlilik (BiDi) üst-aydaması"
+
+#~ msgid "Image"
+#~ msgstr "Suret"
+
+#~ msgid "Image map"
+#~ msgstr "Suret haritası"
+
+#~ msgid "Image map area"
+#~ msgstr "Suret haritası mıntıqası"
+
+#~ msgid "Image map name"
+#~ msgstr "Suret haritası adı"
+
+#~ msgid "Image source"
+#~ msgstr "Suret menbası"
+
+#~ msgid "Inline frame"
+#~ msgstr "Satır-içi çerçive"
+
+#~ msgid "Inline layer"
+#~ msgstr "Satır-içi qatlam"
+
+#~ msgid "Inserted text"
+#~ msgstr "Qıstırılğan metin"
+
+# tüklü
+#~ msgid "Instance definition"
+#~ msgstr "Misal tarifi"
+
+#~ msgid "Italic text"
+#~ msgstr "Egik metin"
+
+#~ msgid "Java applet"
+#~ msgstr "Java uyğulamaçığı"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Java uyğulamaçığı (taqbih etilgen)"
+
+#~ msgid "Label"
+#~ msgstr "Etiket"
+
+#~ msgid "Language code"
+#~ msgstr "Til kodu"
+
+#~ msgid "Large text style"
+#~ msgstr "İri metin uslûbı"
+
+#~ msgid "Layer"
+#~ msgstr "Qatlam"
+
+#~ msgid "Link color"
+#~ msgstr "İlişim tüsü"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "İlişim tüsü (taqbih etilgen)"
+
+#~ msgid "List item"
+#~ msgstr "Liste unsurı"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "Dosye yükleme içün MİME türleri listesi"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "Desteklengen remiz kümeleri listesi"
+
+#~ msgid "Listing"
+#~ msgstr "Listeleme"
+
+#~ msgid "Local change to font"
+#~ msgstr "Hurufatqa yerli deñişim"
+
+#~ msgid "Long description link"
+#~ msgstr "Uzun tasvir ilişimi"
+
+#~ msgid "Long quotation"
+#~ msgstr "Uzun iqtibas"
+
+#~ msgid "Mail link"
+#~ msgstr "Poçta ilişimi"
+
+#~ msgid "Margin pixel height"
+#~ msgstr "Kenar piksel yüksekligi"
+
+#~ msgid "Margin pixel width"
+#~ msgstr "Kenar piksel kenişligi"
+
+# tüklü
+#~ msgid "Marquee"
+#~ msgstr "Tayğan metin"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "Metin alanınıñ azamiy kenişligi"
+
+#~ msgid "Media-independent link"
+#~ msgstr "Vasattan bağımsız ilişim"
+
+#~ msgid "Menu list"
+#~ msgstr "Menü listesi"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "Menü listesi (taqbih etilgen)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "Çoq-satırlı metin alanı"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Çoq-sutunlı"
+
+#~ msgid "Multiple"
+#~ msgstr "Çoqlu"
+
+#~ msgid "Name"
+#~ msgstr "İsim"
+
+#~ msgid "Named property value"
+#~ msgstr "İsimlendirilgen hasiyet qıymeti"
+
+#~ msgid "Next ID"
+#~ msgstr "Soñraki Kimlik"
+
+#~ msgid "No URI"
+#~ msgstr "URİ yoq"
+
+#~ msgid "No embedded objects"
+#~ msgstr "İçeri yatqızılğan nesneler yoq"
+
+#~ msgid "No frames"
+#~ msgstr "Çerçiveler yoq"
+
+#~ msgid "No layers"
+#~ msgstr "Qatlamlar yoq"
+
+#~ msgid "No line break"
+#~ msgstr "Satır qırılması yoq"
+
+#~ msgid "No resize"
+#~ msgstr "Kene ölçülendirme yoq"
+
+#~ msgid "No script"
+#~ msgstr "Bitik yoq"
+
+#~ msgid "No shade"
+#~ msgstr "Kölge yoq"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "Kölge yoq (taqbih etilgen)"
+
+#~ msgid "No word wrap"
+#~ msgstr "Kelime sarması yoq"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "Kelime sarması yoq (taqbih etilgen)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "Qırılmaz boşluq"
+
+# tr
+#~ msgid "Note"
+#~ msgstr "Not"
+
+#~ msgid "Object applet file"
+#~ msgstr "Nesne uyğulamaçıq dosyesi"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Nesne uyğulamaçıq dosyesi (taqbih etilgen)"
+
+# tüklü
+#~ msgid "Object data reference"
+#~ msgstr "Nesne verilerine sıltav"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "Hizalama remzi içün çıqıntı"
+
+#~ msgid "OnBlur event"
+#~ msgstr "OnBlur vaqiası"
+
+#~ msgid "OnChange event"
+#~ msgstr "OnChange vaqiası"
+
+#~ msgid "OnClick event"
+#~ msgstr "OnClick vaqiası"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick vaqiası"
+
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus vaqiası"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown vaqiası"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress vaqiası"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp vaqiası"
+
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad vaqiası"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown vaqiası"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove vaqiası"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut vaqiası"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver vaqiası"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp vaqiası"
+
+#~ msgid "OnReset event"
+#~ msgstr "OnReset vaqiası"
+
+#~ msgid "OnSelect event"
+#~ msgstr "OnSelect vaqiası"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit vaqiası"
+
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload vaqiası"
+
+# tüklü
+#~ msgid "Option group"
+#~ msgstr "Seçenek zümresi"
+
+#~ msgid "Option selector"
+#~ msgstr "Seçenek saylamcısı"
+
+#~ msgid "Ordered list"
+#~ msgstr "Sıralanğan liste"
+
+#~ msgid "Output media"
+#~ msgstr "Çıqtı vasatı"
+
+#~ msgid "Paragraph"
+#~ msgstr "Paragraf"
+
+#~ msgid "Paragraph class"
+#~ msgstr "Paragraf sınfı"
+
+#~ msgid "Paragraph style"
+#~ msgstr "Paragraf uslûbı"
+
+# tüklü
+#~ msgid "Preformatted listing"
+#~ msgstr "Ög-formatlı listeleme"
+
+#~ msgid "Preformatted text"
+#~ msgstr "Ög-formatlı metin"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Profil meta-malümatı sözlügi"
+
+#~ msgid "Push button"
+#~ msgstr "Basuv dögmesi"
+
+#~ msgid "Quote"
+#~ msgstr "İqtibas"
+
+#~ msgid "Range"
+#~ msgstr "Menzil"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "Faqat-oqulır metin ve sır-söz"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "Ufaqlatılğan boşluqlama"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "Ufaqlatılğan boşluqlama (taqbih etilgen)"
+
+#~ msgid "Reverse link"
+#~ msgstr "Ters ilişim"
+
+#~ msgid "Root"
+#~ msgstr "Tamır"
+
+#~ msgid "Rows"
+#~ msgstr "Saflar"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "Saflar ve sutunlar arasındaki sızıqlar"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "Nümüne program çıqtısı, bitikler"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "Başlıq hüceyreleriniñ qaplağanı vüsat"
+
+#~ msgid "Script language name"
+#~ msgstr "Bitik tili ismi"
+
+#~ msgid "Script statements"
+#~ msgstr "Bitik beyanatları"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Taydırma çubuğı"
+
+#~ msgid "Selectable option"
+#~ msgstr "Saylanabilir seçenek"
+
+#~ msgid "Server-side image map"
+#~ msgstr "Sunucı-taraflı suret haritası"
+
+#~ msgid "Shape"
+#~ msgstr "Şekil"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "Qısqa satır-içi iqtibas"
+
+#~ msgid "Single line prompt"
+#~ msgstr "Tek satırlıq davet"
+
+#~ msgid "Size"
+#~ msgstr "Ölçü"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "Ölçü (taqbih etilgen)"
+
+#~ msgid "Small text style"
+#~ msgstr "Kiçik metin uslûbı"
+
+#~ msgid "Soft line break"
+#~ msgstr "Yımşaq satır qırılması"
+
+#~ msgid "Sound"
+#~ msgstr "Davuş"
+
+#~ msgid "Source"
+#~ msgstr "Menba"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "Boşluq-ayırğıçlı arhiv listesi"
+
+#~ msgid "Spacer"
+#~ msgstr "Boşluqçı"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "Hüceyreler arasındaki boşluqlama"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "Hüceyreler içerisindeki boşluqlama"
+
+#~ msgid "Span"
+#~ msgstr "Qarış"
+
+#~ msgid "Square root"
+#~ msgstr "Qare Tamır"
+
+# tüklü
+#~ msgid "Standby load message"
+#~ msgstr "Yükleme yanda turuv mesajı"
+
+# tüklü
+#~ msgid "Starting sequence number"
+#~ msgstr "Tizi başlama numarası"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "Tizi başlama numarası (taqbih etilgen)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "Üzeri-sızılğan metin"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Üzeri-sızılğan metin (taqbih etilgen)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "Üzeri-sızılğan metin uslûbı"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Üzeri-sızılğan metin uslûbı (taqbih etilgen)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "Küçlü urğulama"
+
+#~ msgid "Style info"
+#~ msgstr "Uslûp malümatı"
+
+# tüklü
+#~ msgid "Subscript"
+#~ msgstr "Alt-remizler"
+
+#~ msgid "Superscript"
+#~ msgstr "Üst-remizler"
+
+#~ msgid "Tab order position"
+#~ msgstr "İlmek sırası mevamı"
+
+#~ msgid "Table"
+#~ msgstr "Cedvel"
+
+#~ msgid "Table body"
+#~ msgstr "Cedvel bedeni"
+
+#~ msgid "Table caption"
+#~ msgstr "Cedvel serlevhası"
+
+#~ msgid "Table column group properties"
+#~ msgstr "Cedvel sutun zümresi hasiyetleri"
+
+#~ msgid "Table column properties"
+#~ msgstr "Cedvel sutunı hasiyetleri"
+
+#~ msgid "Table data cell"
+#~ msgstr "Cedvel veriler hüceyresi"
+
+#~ msgid "Table footer"
+#~ msgstr "Cedvel ayaqlığı"
+
+#~ msgid "Table header"
+#~ msgstr "Cedvel başlığı"
+
+#~ msgid "Table header cell"
+#~ msgstr "Cedvel başlığı hüceyresi"
+
+#~ msgid "Table row"
+#~ msgstr "Cedvel safı"
+
+#~ msgid "Table summary"
+#~ msgstr "Cedvel hulâsası"
+
+#~ msgid "Target - Blank"
+#~ msgstr "Hedef - Boş"
+
+#~ msgid "Target - Parent"
+#~ msgstr "Hedef - Baba"
+
+#~ msgid "Target - Self"
+#~ msgstr "Hedef - Özü"
+
+#~ msgid "Target - Top"
+#~ msgstr "Hedef - Üst"
+
+# tüklü
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Teledaktilo (Teletype) ya da yek-feza metin uslûbı"
+
+#~ msgid "Text"
+#~ msgstr "Metin"
+
+#~ msgid "Text color"
+#~ msgstr "Metin tüsü"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "Metin tüsü (taqbih etilgen)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "Qullanıcı tarafından kirsetilgen metin"
+
+#~ msgid "Title"
+#~ msgstr "Serlevha"
+
+#~ msgid "Top margin in pixels"
+#~ msgstr "Piksel cınsından üst kenar"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "Alt-sızıqlı metin uslûbı"
+
+#~ msgid "Unordered list"
+#~ msgstr "Sıralanmağan liste"
+
+#~ msgid "Use image map"
+#~ msgstr "Suret haritası qullan"
+
+#~ msgid "Value"
+#~ msgstr "Qıymet"
+
+#~ msgid "Value interpretation"
+#~ msgstr "Qıymet işleme"
+
+# tüklü
+#~ msgid "Variable or program argument"
+#~ msgstr "Deñişken ya da uyğulama delili"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Vertikal hüceyre hizalaması"
+
+#~ msgid "Vertical space"
+#~ msgstr "Vertikal boşluq"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Vertikal boşluq (taqbih etilgen)"
+
+#~ msgid "Visited link color"
+#~ msgstr "Ziyaret etilgen ilişim tüsü"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Ziyaret etilgen ilişim tüsü (taqbih etilgen)"
+
+#~ msgid "Width"
+#~ msgstr "Kenişlik"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML 1.0 - Nişanlar"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Bibliografiya (iqtibas; cite)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Bibliografiya (unsur; item)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Bibliografiya (qısqa iqtibas; shortcite)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Bibliografiya (thebibliorgraphy)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "() qavusları"
+
+#~ msgid "Brackets <>"
+#~ msgstr "<> qavusları"
+
+#~ msgid "Brackets []"
+#~ msgstr "[] qavusları"
+
+#~ msgid "Brackets {}"
+#~ msgstr "{} qavusları"
+
+#~ msgid "File input"
+#~ msgstr "Dosye kirdisi"
+
+# tüklü
+#~ msgid "Footnote"
+#~ msgstr "Haşiye"
+
+# tüklü
+#~ msgid "Function cosine"
+#~ msgstr "Kosinus funktsiyası"
+
+#~ msgid "Function e^"
+#~ msgstr "e^ funktsiyası"
+
+#~ msgid "Function exp"
+#~ msgstr "exp funktsiyası"
+
+#~ msgid "Function log"
+#~ msgstr "log funktsiyası"
+
+#~ msgid "Function log10"
+#~ msgstr "log10 funktsiyası"
+
+#~ msgid "Function sine"
+#~ msgstr "Sinus funktsiyası"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Yunanca alfa"
+
+#~ msgid "Greek beta"
+#~ msgstr "Yunanca beta"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Yunanca epsilon"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Yunanca gamma"
+
+#~ msgid "Greek lambda"
+#~ msgstr "Yunanca lambda"
+
+#~ msgid "Greek rho"
+#~ msgstr "Yunanca rho"
+
+#~ msgid "Greek tau"
+#~ msgstr "Yunanca tau"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Serlevha 0 (bab)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Serlevha 0 (bab*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Serlevha 1 (qısım)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Serlevha 1 (qısım*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Serlevha 2 (altqısım)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Serlevha 2 (altqısım*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Serlevha 3 (altaltqısım)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Serlevha 3 (altaltqısım*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Serlevha 4 (paragraf)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Serlevha zeyli"
+
+#~ msgid "Item"
+#~ msgstr "Unsur"
+
+#~ msgid "Item with label"
+#~ msgstr "Etiketli unsur"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex - Nişanlar"
+
+#~ msgid "List description"
+#~ msgstr "Liste tasviri"
+
+#~ msgid "List enumerate"
+#~ msgstr "Liste nomeralaması"
+
+#~ msgid "List itemize"
+#~ msgstr "Liste unsurlaması"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Matematik (kösterim)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Matematik (satır-içi)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "Bölme işleticisi"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "İntegral işleticisi (kösterim)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "İntegral işleticisi (satır-içi)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Cemi işleticisi (kösterim)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Cemi işleticisi (satır-içi)"
+
+#~ msgid "Reference label"
+#~ msgstr "Sıltav etiketi"
+
+#~ msgid "Reference ref"
+#~ msgstr "Sıltav (ref)"
+
+#~ msgid "Symbol <<"
+#~ msgstr "Remiz <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Remiz <="
+
+#~ msgid "Symbol >="
+#~ msgstr "Remiz >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Remiz >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Remiz ve"
+
+#~ msgid "Symbol const"
+#~ msgstr "Remiz sabit"
+
+# tüklü
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Remiz d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Remiz d-by-dt-partial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Remiz d-by-dt-partial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Remiz qancer"
+
+# tüklü
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "Remiz M-tire ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "Remiz N-tire --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Remiz teñ"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Remiz soñsuzlıq"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Remiz riyaziy-feza ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Remiz riyaziy-feza ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Remiz riyaziy-feza _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Remiz riyaziy-feza __"
+
+# tüklü
+#~ msgid "Symbol simeq"
+#~ msgstr "Remiz simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "Remiz yıldız"
+
+# tüklü
+#~ msgid "Typeface bold"
+#~ msgstr "Hurufat qalın"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Hurufat egik"
+
+# tüklü
+#~ msgid "Typeface slanted"
+#~ msgstr "Hurufat mayışıq (slanted)"
+
+#~ msgid "Typeface type"
+#~ msgstr "Hurufat türü"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Qırılamaz metin"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "Sıq qullanılğan nişanlarnıñ/tizgilerniñ tuşlamağa mecbur qalmadan bir "
+#~ "vesiqağa qolayca qıstırılması içün bir usul temin eter."
+
+#~ msgid "Tag list"
+#~ msgstr "Nişan listesi"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT - Mihverler"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - Unsurlar"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - Funktsiyalar"
+
+# tüklü
+#~ msgid "ancestor"
+#~ msgstr "cet"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "cet-yaki-öz"
+
+#~ msgid "attribute"
+#~ msgstr "hassa"
+
+#~ msgid "child"
+#~ msgstr "bala"
+
+#~ msgid "descendant"
+#~ msgstr "varis"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "varis-yaki-öz"
+
+#~ msgid "following"
+#~ msgstr "müteaqip"
+
+#~ msgid "following-sibling"
+#~ msgstr "müteaqip-qardaş"
+
+#~ msgid "namespace"
+#~ msgstr "isim-fezası"
+
+#~ msgid "parent"
+#~ msgstr "baba"
+
+#~ msgid "preceding"
+#~ msgstr "evelki"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "evelki-qardaş"
+
+#~ msgid "self"
+#~ msgstr "öz"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL - Nişanlar"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "Tarih/vaqıt qıstıruv plaginini ayarla..."
+
+# tüklü
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Yedekleme Kopiyası Uzantısı"
+
+# tr
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Yedekleme dosya adları için uzantı ya da sonekler. Bu, sadece \"Create "
+#~ "Backup Copies\" seçeneği kapalı ise etki gösterir."
+
+# tüklü
+#~ msgid "Character Codings"
+#~ msgstr "Remiz Kodlamaları"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>Ağımdaki Satır</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>Hurufat</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>Satır Numaraları</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">Tüs Taslağı</span>"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "_Remiz Kodlaması:"
+
+# tüklü
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "Yedek dosye adı elde etilamadı"
+
+# tüklü
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>Hurufatlar</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>Saife başlığı</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>Sintaksis Işıqlandırması</b>"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">Dosye Adı</span>"
+
+#~ msgid "_Indent"
+#~ msgstr "_Kirintile"
+
+# tüklü
+#~ msgid "U_nindent"
+#~ msgstr "Kirinti_sizle"
+
+#~ msgid "Unindent selected lines"
+#~ msgstr "Saylanğan satırlardan kirintini çetleştir"
+
+#~ msgid "Indent Lines"
+#~ msgstr "Satırlarnı Kirintile"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "Saylanğan satırlarnı kirintiler ya da kirintisizler."
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>Til</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>kelime</b>"
+
+#~ msgid "HttP header name"
+#~ msgstr "HTTP başlığı ismi"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> Tarih/vaqıtnı qıstırğanda...</span>"
+
+#~ msgid "Open Location"
+#~ msgstr "Qonum Aç"
+
+# tr
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "Açmak istediğiniz _dosyanın yerini (URL) girin:"
+
+#~ msgid "Open _Location..."
+#~ msgstr "_Qonumnı Aç..."
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "Belirtilgen qonumdan bir dosyeni aç"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "<i>%s</i> aletini tahrir etiñiz:"
+
+#~ msgid "A Brand New Tool"
+#~ msgstr "Yap-Yañı Bir Alet"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "_Emir(ler):"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "<i>make</i> aletini tahrir etiñiz:"
+
+#~ msgid "_Description:"
+#~ msgstr "_Tasvir:"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "Qullanıcı _Adı Ekle"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "İmleç mevamında qullanıcı adını ekle"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "İmleç mevamında qullanıcı adını ekler."
+
+#~ msgid "User name"
+#~ msgstr "Qullanıcı adı"
+
+#~ msgid "_Shortcut Key:"
+#~ msgstr "_Qısqa-yol Tuşu:"
+
+#~ msgid "Previous location"
+#~ msgstr "Evelki Qonum"
+
+#~ msgid "_Match Filename"
+#~ msgstr "_Dosye Adını Eşleştir"
diff --git a/po/cs.po b/po/cs.po
new file mode 100644
index 0000000..106b771
--- /dev/null
+++ b/po/cs.po
@@ -0,0 +1,3566 @@
+# Czech translation of gedit.
+# Copyright (C) 2002, 2003, 2006, 2007, 2008, 2009 the author(s) of gedit.
+# Copyright (C) 2003, 2004, 2005, 2006 Miloslav Trmac <mitr@volny.cz>.
+# Copyright (C) 2006 Lukas Novotny <lukasnov@cvs.gnome.org>.
+# This file is distributed under the same license as the gedit package.
+#
+# Michal Bukovjan <michal.bukovjan@openone.cz>, 2002.
+# Michal Bukovjan <bukm@centrum.cz>, 2003.
+# Miloslav Trmac <mitr@volny.cz>, 2003, 2004, 2005, 2006.
+# Lukas Novotny <lukasnov@cvs.gnome.org>, 2006.
+# Petr Tomeš <ptomes@gmail.com>, 2006.
+# Jakub Friedl <jfriedl@suse.cz>, 2006, 2007.
+# Jiří Eischmann <jiri@eischmann.cz>, 2008, 2009.
+# Kamil Páral <ripper42@gmail.com>, 2009.
+# Lucas Lommer <llommer@svn.gnome.org>, 2009. (just one fix).
+# Petr Kovar <pknbe@volny.cz>, 2008, 2009, 2010.
+# Marek Černocký <marek@manet.cz>, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-07-08 15:04+0000\n"
+"PO-Revision-Date: 2020-08-25 13:57+0200\n"
+"Last-Translator: Marek Černocký <marek@manet.cz>\n"
+"Language-Team: čeština <gnome-cs-list@gnome.org>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Gtranslator 2.91.7\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Upravujte textové soubory"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit je textový editor pro uživatelské prostředí GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Prvotním cílem editoru gedit je snadné používání a jednoduché výchozí "
+"uživatelské rozhraní. Pokročilé funkce jsou pak dostupné pomocí zásuvných "
+"modulů."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Textový editor"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "text;editor;prostý text;psát;psaní;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Nové okno"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Nový dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Používat výchozí font"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Zda má být pro editovaný text použit výchozí font systému místo fontu "
+"specifického pro aplikaci gedit. Je-li tato volba vypnuta, bude místo "
+"systémového fontu použit font z volby „Font editoru“."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Font editoru"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Vlastní font, který bude použit pro editační oblast. Toto nastavení bude mít "
+"vliv pouze v případě, že je vypnutá volba „Používat standardní font“."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Schéma stylů"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID formátovacího schématu GtkSourceView používaného pro barvu textu."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Vytvářet záložní kopie"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Zda má gedit vytvářet záložní kopie souborů, které jsou ukládány."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automatické ukládání"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Zda má gedit automaticky ukládat změněné soubory po určitém časovém "
+"intervalu. Časový interval lze nastavit volbou „Interval pro automatické "
+"ukládání“."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Interval pro automatické ukládání"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Čas v minutách, po kterém gedit automaticky uloží změněné soubory. Toto "
+"nastavení bude mít vliv pouze v případě, že je zapnuta volba „Automatické "
+"ukládání“."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maximální počet akcí, které lze vrátit zpět"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maximální počet akcí, které bude gedit moci vzít zpět nebo provést znovu. "
+"Použijte „-1“, chcete-li neomezený počet akcí."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Zalamování řádků"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Udává, jak zalamovat řádky v editační oblasti. Hodnota „none“ řádky "
+"zalamovat nebude, hodnota „word“ bude zalamovat řádky na hranicích slov, a "
+"hodnota „char“ bude zalamovat na hranicích znaků. Tyto hodnoty jsou citlivé "
+"na velikost písmen, takže dejte pozor, aby odpovídaly přesně hodnotám, které "
+"jsou zde popsány."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Poslední zvolený způsob rozdělování pro režim zalamování řádků"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Určuje způsob rozdělování použitý jako poslední v režimu zalamování řádků, "
+"takže i když je režim zalamování vypnutý, způsob rozdělování se stále "
+"pamatuje. Použijte výraz „word“ pro zalamování na hranicích slov a „char“ "
+"pro zalamování po jednotlivých znacích."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Velikost tabulátoru"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Udává počet mezer, které by se měly zobrazovat místo znaků tabulátor."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Vkládat mezery"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Zda má gedit vkládat mezery místo tabulátorů."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatické odsazování"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Zda má gedit zapnout automatické odsazování."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Zobrazovat čísla řádků"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Zda má gedit zobrazovat v editační oblasti čísla řádků."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Zvýrazňovat aktuální řádek"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Zda má gedit zvýrazňovat aktuální řádek."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Zvýrazňovat odpovídající závorky"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Zda má gedit zvýrazňovat odpovídající závorky."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Zobrazovat pravý okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Zda má gedit zobrazovat v editační oblasti pravý okraj."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Pozice pravého okraje"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Určuje pozici pravého okraje."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Typ vzoru na pozadí dokumentu"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Zda se má na pozadí dokumentu vykreslovat nějaký vzor."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Chytré Home/End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Udává, jak se kurzor bude pohybovat, když jsou stisknuty klávesy Home a End. "
+"Použijte „disabled“, pokud se chcete vždy přesunout na začátek/konec řádku, "
+"„after“, pokud se chcete při prvním stisknutí přesunout na začátek/konec "
+"řádku a po druhém stisknutí přesunout na začátek/konec textu ignorujíce "
+"mezery, „before“, pokud se chcete přesunout na začátek/konec textu před "
+"přesunutím na začátek/konec řádku a „always“, pokud se chcete vždy přesunout "
+"na začátek/konec textu místo na začátek/konec řádku."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Obnovovat předchozí umístění kurzoru"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Zda má gedit po otevření souboru zobrazit kurzor v stejném místě jako před "
+"uzavřením souboru."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Povolit zvýrazňování syntaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Zda má gedit zapnout zvýrazňování syntaxe."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Povolit zvýrazňování vyhledaného"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Zda má gedit zvýrazňovat všechny výskyty vyhledaného textu."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Zajistit koncový nový řádek"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Zda se má gedit ujišťovat, že dokument bude vždy zakončen novým řádkem."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Režim zobrazování karet zápisníku"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Udává, kdy se mají zobrazovat karty zápisníku. Použijte „never“, pokud karty "
+"nechcete zobrazovat vůbec, „always“, pokud je chcete zobrazovat vždy a "
+"„auto“, pokud se mají karty zobrazit jen v případě, že je jich více než "
+"jedna. Tyto hodnoty jsou citlivé na velikost písmen, takže dejte pozor, aby "
+"odpovídaly přesně hodnotám, které jsou zde popsány."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Stavový panel je viditelný"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Zda má být stavová lišta pod editační oblastí zobrazena."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Postranní panel je zobrazen"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Zda má být postranní panel nalevo od editačního okna zobrazen."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Tisknout zvýraznění syntaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Zda má gedit tisknout zvýraznění syntaxe při tisku dokumentů."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Tisknout záhlaví"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Zda má být vložena hlavička dokumentu při jeho tisku."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Zalamovat řádky při tisku"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Udává, jak při tisku zalamovat řádky. Hodnota „none“ řádky zalamovat nebude, "
+"hodnota „word“ bude zalamovat řádky na hranicích slov, a hodnota „char“ bude "
+"zalamovat na hranicích znaků. Tyto hodnoty jsou citlivé na velikost písmen, "
+"takže dejte pozor, aby odpovídaly přesně hodnotám, které jsou zde popsány."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Tisknout čísla řádků"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Je-li hodnota nastavena na 0, nebudou tisknuta žádná čísla řádků. Jinak bude "
+"vytisknuto číslo řádku vždy po tomto počtu řádků."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Font těla textu pro tisk"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Udává font, který bude použitý pro tělo dokumentu při jeho tisku."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Font záhlaví pro tisk"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Udává font, které bude použitý pro záhlaví dokumentu při tisku. Toto "
+"nastavení bude mít vliv pouze v případě, že je zapnutá volba „Tisknout "
+"záhlaví“."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Font číslování řádků pro tisk"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Udává font, který bude použitý pro čísla řádků při tisku. Toto nastavení "
+"bude mít vliv pouze v případě, že hodnota „Tisknout čísla řádků“ je nenulová."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Levý okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Okraj vlevo, v milimetrech."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Horní okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Okraj nahoře, v milimetrech."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Pravý okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Okraj vpravo, v milimetrech."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Dolní okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Okraj dole, v milimetrech."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kandidáti kódování"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Seznam kandidátů kódování, který se zobrazí v nabídce kódování znaků v "
+"dialogovém okně pro výběr souboru při otevírání/ukládání. „CURRENT“ "
+"představuje kódování aktuálního národního prostředí. Použijí se jen "
+"rozpoznaná kódování. Výchozí hodnotou je prázdný seznam, kdy gedit zvolí "
+"správné výchozí hodnoty na základě země a jazyka."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktivní zásuvné moduly"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Seznam aktivních zásuvných modulů."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Zobrazit verzi aplikace"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Zobrazit seznam možných hodnot pro volbu kódování"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Nastavit kódování znaků, které bude používáno pro otevření souborů vypsaných "
+"na příkazovém řádku"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KÓDOVÁNÍ"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Vytvořit nové okno nejvyšší úrovně v existující instanci aplikace gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Vytvořit nový dokument v existující instanci aplikace gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Otevřít soubory a blokovat zpracování, dokud nejsou zavřeny"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Spustit gedit v samostatném režimu"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[SOUBOR…] [+ŘÁDEK[:SLOUPEC]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Při zobrazování nápovědy došlo k chybě."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: neplatné kódování."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Zavřít _bez uložení"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Zrušit"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "_Uložit jako…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Uložit"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Pokud je neuložíte, budou změny provedené za poslední %ld sekundu trvale "
+"ztraceny."
+msgstr[1] ""
+"Pokud je neuložíte, budou změny provedené za poslední %ld sekundy trvale "
+"ztraceny."
+msgstr[2] ""
+"Pokud je neuložíte, budou změny provedené za posledních %ld sekund trvale "
+"ztraceny."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Pokud je neuložíte, budou změny provedené za poslední minutu navždy ztraceny."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Pokud je neuložíte, budou změny provedené za poslední minutu a %ld sekundu "
+"trvale ztraceny."
+msgstr[1] ""
+"Pokud je neuložíte, budou změny provedené za poslední minutu a %ld sekundy "
+"trvale ztraceny."
+msgstr[2] ""
+"Pokud je neuložíte, budou změny provedené za poslední minutu a %ld sekund "
+"trvale ztraceny."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Pokud je neuložíte, budou změny provedené za poslední %ld minutu trvale "
+"ztraceny."
+msgstr[1] ""
+"Pokud je neuložíte, budou změny provedené za poslední %ld minuty trvale "
+"ztraceny."
+msgstr[2] ""
+"Pokud je neuložíte, budou změny provedené za posledních %ld minut trvale "
+"ztraceny."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Pokud je neuložíte, budou změny provedené za poslední hodinu trvale ztraceny."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Pokud je neuložíte, budou změny provedené za poslední hodinu a %d minutu "
+"trvale ztraceny."
+msgstr[1] ""
+"Pokud je neuložíte, budou změny provedené za poslední hodinu a %d minuty "
+"trvale ztraceny."
+msgstr[2] ""
+"Pokud je neuložíte, budou změny provedené za poslední hodinu a %d minut "
+"trvale ztraceny."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Pokud je neuložíte, budou změny provedené za poslední %d hodinu trvale "
+"ztraceny."
+msgstr[1] ""
+"Pokud je neuložíte, budou změny provedené za poslední %d hodiny trvale "
+"ztraceny."
+msgstr[2] ""
+"Pokud je neuložíte, budou změny provedené za posledních %d hodin trvale "
+"ztraceny."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Uložit před zavřením změny v dokumentu „%s“?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "V %d dokumentu jsou neuložené změny. Uložit změny před zavřením?"
+msgstr[1] "Ve %d dokumentech jsou neuložené změny. Uložit změny před zavřením?"
+msgstr[2] "V %d dokumentech jsou neuložené změny. Uložit změny před zavřením?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_Vyberte dokumenty, které chcete uložit:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Pokud je neuložíte, budou všechny vaše změny trvale ztraceny."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Načítá se soubor „%s“…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Načítá se %d soubor…"
+msgstr[1] "Načítají se %d soubory…"
+msgstr[2] "Načítá se %d souborů…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Soubor „%s“ je pouze pro čtení."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Chcete se pokusit nahradit jej souborem, který ukládáte?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "Nah_radit"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Uložit soubor v komprimované podobě?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Uložit soubor jako prostý text?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Soubor „%s“ byl původně uložen jako prostý text a nyní bude uložen jako "
+"komprimovaný."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Uložit jako komprimovaný"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Soubor „%s“ byl původně uložen jako komprimovaný a nyní bude uložen jako "
+"prostý text."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Uložit jako prostý text"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Ukládá se soubor „%s“…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Uložení jako"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Vrací se původní stav dokumentu „%s“…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Vrátit neuložené změny v dokumentu „%s“?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Změny provedené v dokumentu za poslední %ld sekundu budou navždy ztraceny."
+msgstr[1] ""
+"Změny provedené v dokumentu za poslední %ld sekundy budou navždy ztraceny."
+msgstr[2] ""
+"Změny provedené v dokumentu za posledních %ld sekund budou navždy ztraceny."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Změny provedené v dokumentu za poslední minutu budou navždy ztraceny."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Změny provedené v dokumentu za poslední minutu a %ld sekundu budou navždy "
+"ztraceny."
+msgstr[1] ""
+"Změny provedené v dokumentu za poslední minutu a %ld sekundy budou navždy "
+"ztraceny."
+msgstr[2] ""
+"Změny provedené v dokumentu za poslední minutu a %ld sekund budou navždy "
+"ztraceny."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Změny provedené v dokumentu za poslední %ld minutu budou navždy ztraceny."
+msgstr[1] ""
+"Změny provedené v dokumentu za poslední %ld minuty budou navždy ztraceny."
+msgstr[2] ""
+"Změny provedené v dokumentu za posledních %ld minut budou navždy ztraceny."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Změny provedené v dokumentu za poslední hodinu budou navždy ztraceny."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Změny provedené v dokumentu za poslední hodinu a %d minutu budou navždy "
+"ztraceny."
+msgstr[1] ""
+"Změny provedené v dokumentu za poslední hodinu a %d minuty budou navždy "
+"ztraceny."
+msgstr[2] ""
+"Změny provedené v dokumentu za poslední hodinu a %d minut budou navždy "
+"ztraceny."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Změny provedené v dokumentu za poslední %d hodinu budou navždy ztraceny."
+msgstr[1] ""
+"Změny provedené v dokumentu za poslední %d hodiny budou navždy ztraceny."
+msgstr[2] ""
+"Změny provedené v dokumentu za posledních %d hodin budou navždy ztraceny."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "V_rátit"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit je textový editor pro uživatelské prostředí GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Michal Bukovjan <bukm@centrum.cz>\n"
+"Miloslav Trmač <mitr@volny.cz>\n"
+"Lukáš Novotný <lukasnov@cvs.gnome.org>\n"
+"Petr Tomeš <ptomes@gmail.com>\n"
+"Jakub Friedl <jfriedl@suse.cz>\n"
+"Jiří Eischmann <jiri@eischmann.cz>\n"
+"Petr Kovář <pknbe@volny.cz>\n"
+"Marek Černocký <marek@manet.cz>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Nalezen a nahrazen %d výskyt"
+msgstr[1] "Nalezeny a nahrazeny %d výskyty"
+msgstr[2] "Nalezeno a nahrazeno %d výskytů"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Nalezen a nahrazen jeden výskyt"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "„%s“ nebylo nalezeno"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Nepojmenovaný dokument %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Skupina karet %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Pouze ke čtení"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automaticky zjištěné"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Přidat nebo odstranit…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Současné národní prostředí (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (současné národní prostředí)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Opravdu chcete vrátit předvolby kódování znaků na výchozí?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "V_rátit výchozí"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Přidat"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Odebrat"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Přesunout do vyšší priority"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Přesunout do nižší priority"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Všechny soubory"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Všechny textové soubory"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Kó_dování znaků:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Za_končení řádku:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Otevření souborů"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Otevřít"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Prostý text"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Znovu"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Nelze najít soubor „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Zkontrolujte správnost zápisu umístění a zkuste to znovu."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Není možné obsloužit umístění „%s:“."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Není možné obsloužit toto umístění."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Nelze získat přístup k umístění souboru."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "„%s“ je složka."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "„%s“ není platné umístění."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Počítač „%s“ nebyl nalezen. Zkontrolujte prosím, že je vaše nastavení proxy "
+"správné, a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Název počítače nebyl platný. Zkontrolujte prosím, že jste umístění napsali "
+"správně, a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "„%s“ není běžný soubor."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Vypršel časový limit připojení. Zkuste to prosím znovu."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Neočekávaná chyba: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Nelze najít požadovaný soubor. Možná byl nedávno smazán."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Nelze vrátit původní stav souboru „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Kódování zn_aků:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "_Přesto upravovat"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Počet sledovaných odkazů je omezen a aktuální soubor nelze nalézt v rámci "
+"tohoto omezení."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Nemáte oprávnění potřebná k otevření souboru."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Nebylo možné zjistit kódování znaků."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Zkontrolujte prosím, že jste se nesnažili otevřít binární soubor."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Vyberte kódování znaků z nabídky a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Došlo k problému při otevírání souboru „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Soubor, který jste otevřeli, obsahuje nějaké neplatné znaky. Pokud budete "
+"pokračovat v úpravách tohoto dokumentu, můžete jej poškodit."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "Můžete také vybrat jiné kódování znaků a zkusit to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Nelze otevřít soubor „%s“ s použitím kódováním znaků „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Vyberte z nabídky jiné kódování znaků a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Nelze otevřít soubor „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Nelze uložit soubor „%s“ s kódováním znaků „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokument obsahuje jeden nebo více znaků, které nelze zakódovat pomocí "
+"zvoleného kódování znaků."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "_Přesto uložit"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "Neuklá_dat"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Soubor „%s“ byl od jeho načtení změněn."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Pokud jej uložíte, všechny externí změny by mohly být ztraceny. Přesto jej "
+"uložit?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nelze obsloužit umístění „%s:“ v režimu zápisu. Zkontrolujte prosím, že jste "
+"zadali umístění správně, a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nelze obsloužit umístění v režimu pro zápis. Zkontrolujte prosím, že jste "
+"umístění napsali správně, a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"„%s“ není platné umístění. Zkontrolujte prosím, že jste umístění napsali "
+"správně, a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Nemáte oprávnění pro uložení souboru. Zkontrolujte prosím, že jste umístění "
+"napsali správně, a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Pro uložení souboru není dostatek místa na disku. Uvolněte prosím nějaké "
+"místo a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Pokoušíte se soubor uložit na disk určený pouze pro čtení. Zkontrolujte "
+"prosím, že jste umístění napsali správně, a zkuste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Soubor se stejným jménem již existuje. Použijte prosím jiné jméno."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Disk, na který se snažíte uložit tento soubor, má omezenu délku názvu "
+"souboru. Použijte prosím kratší název."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Disk, kam se snažíte uložit tento soubor, má omezenu velikosti souboru. "
+"Zkuste prosím uložit menší soubor, nebo uložit tento soubor na disk, který "
+"nemá toto omezení."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Nelze uložit soubor „%s“."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Chcete-li vybrat font, které má editor používat, zmáčkněte na toto tlačítko"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Po_užít systémový font s pevnou šířkou (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Vybrané schéma barev nelze nainstalovat: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Vybrané schéma barev nelze nainstalovat."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Přidání barevného schématu"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "Přid_at schéma"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Soubory s barevnými schématy"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Nezdařilo se odstranit schéma barev „%s“."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Připravuje se…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Soubor: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Stránka %N z %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Vykresluje se stránka %d z %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Stránka %d z %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nic"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Hledání a nahrazování"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "PŘE"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "VKL"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Na kartě je chyba"
+msgstr[1] "Na %d kartách jsou chyby"
+msgstr[2] "Na %d kartách jsou chyby"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Vrací se stav %s z %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Vrací se stav %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Načítá se %s z %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Načítá se %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Ukládá se %s do %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Ukládá se %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Chyba při otevírání souboru %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Chyba při vrácení souboru %s do původního stavu"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Chyba při ukládání souboru %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Název:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "Typ MIME:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Kódování:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ na %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Zobrazovat čísla řá_dků"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d z %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Přecházet přes _okraj"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Hledat jako _regulární výraz"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Hledat pouze _celá slova"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Rozlišovat velikost písmen"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Řetězec, který chcete hledat"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Řádek, na který chcete přesunout kurzor"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Odpovídající závorka je mimo rozsah"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Odpovídající závorka nenalezena"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Odpovídající závorka nalezena na řádku: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " ř %d, sl %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Šířka tabulátoru: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Některé dokumenty nejsou uložené"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Změnit stránku postranního panelu"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumenty"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Otevřít soubor"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Otevřít nedávno použitý soubor"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Přesunout v_levo"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Přesunout vp_ravo"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Přesunout do no_vého okna"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Přesunout do nové s_kupiny karet"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Zavřít"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatické odsazování"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Použít mezery"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Zobrazovat čísla řádků"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Zobrazovat pravý okraj"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Zvýrazňovat aktuální řádek"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Zalamování textu"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Soubor"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nový"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Otevřít n_edávný"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Znovu otevřít zavřenou kar_tu"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Uložit j_ako…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nové okno"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "Zn_ovu načíst"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Tisk…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "U_končit"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Upravit"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Zpět"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "Zno_vu"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Vyjmo_ut"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopírovat"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "V_ložit"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Smazat"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Reži_m přepisování"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Vybrat _vše"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Předvolby"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Zobrazit"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Postranní _panel"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Spodní panel"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Celá obrazovka"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Režim _zvýrazňování…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Hledat"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Hledat…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Najít následu_jící"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Najít předcho_zí"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Najít a nah_radit…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Zrušit zvýrazňování"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Přejít na řá_dek…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Nástroje"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumenty"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Uložit _vše"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Zavřít vš_e"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nová skupina karet"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Předchozí skupina ka_ret"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Následující skupina kare_t"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Předchozí dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Násl_edující dokument"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Pře_sunout do nového okna"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Nápověda"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "O _aplikaci Textový editor"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Uložit _vše"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Hledat a nahradit…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Přejít na řá_dek…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Klávesové zkratky"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Kódování znaků"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Použít"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Dostupná kódo_vání"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Zvo_lená kódování"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Popis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kódování"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Režim zvýrazňování"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Vybrat"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Režim zvýrazňování při hledání…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Předvolby"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Zobrazovat pravý _okraj na sloupci:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Zobrazovat _stavovou lištu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Zobrazovat vzor _mřížky"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Zalamování textu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Povolit zalamování _textu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Nerozdělovat _slova na dva řádky"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Zvýrazňování"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Zvýrazňovat _aktuální řádek"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Zvýrazňovat _odpovídající závorky"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Zobrazit"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulační zarážky"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Šířka _tabulátorů:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Vkládat _mezery místo tabulátorů"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Povolit a_utomatické odsazování"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Ukládání souborů"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Vytvářet záložní _kopii souborů před uložením"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Automaticky ukládat soubory každých"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minut"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Font"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Font editoru: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Zvolte font editoru"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Barevné schéma"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instalovat schéma"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instalovat schéma"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Odinstalovat schéma"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Odinstalovat schéma"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Font a barvy"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Zásuvné moduly"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Zvýrazňování syntaxe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Tisknout zvýrazňování synta_xe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Čísla řádků"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "T_isknout čísla řádků"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "Čís_lo každých"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "řádků"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Záhlaví stránky"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Tisknout zá_hlaví stránek"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fonty"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Tělo:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Čísl_a řádků:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Záhlaví a zápatí:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Obnovit výchozí fonty"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Zobrazit předchozí stránku"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Zobrazit předchozí stránku"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Aktuální stránka (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "z"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Celkem stránek"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Celkový počet stránek v dokumentu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Zobrazovat více stránek"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Přiblížení 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Přiblížení zaplňující celou stránku"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Přiblížit stránku"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Oddálit stránku"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Zavřít náhled tisku"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Zavřít náhled"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Náhled stránky"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Náhled stránky dokumentu, který se má tisknout"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Nahradit _vše"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Najít"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Na_jít"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Nahradit z_a"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Rozlišovat velikost pís_men"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Hledat pouze _celá slova"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_gulární výraz"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Hledat směrem _k začátku"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Přecházet přes _okraj"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumenty"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Vytvořit nový dokument v kartě"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Otevřít dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Uložit dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Uložit dokument pod novým názvem souboru"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Uložit všechny dokumenty"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Zavřít dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Zavřít všechny dokumenty"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Znovu otevřít poslední zavřený dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Přepnout se na následující dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Přepnout se na předchozí dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Přepnout se na první až deváty dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Okna a panely"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Vytvořit nový dokument v okně"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Vytvořit novou skupinu karet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Zobrazit postranní panel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Zobrazit spodní panel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Vypnout/zapnout režim celé obrazovky"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Ukončit aplikaci"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Hledání a nahrazování"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Najít"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Najít následující shodu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Najít předchozí shodu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Zrušit zvýrazňování"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Zpět a znovu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Vrátit zpět předchozí příkaz"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Znovu provést předchozí vrácený příkaz"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Výběr"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Vybrat všechen text"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Zrušit výběr veškerého textu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopírování a vkládání"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopírovat vybraný text do schránky"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Vyjmout vybraný text do schránky"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Vložit text ze schránky"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigace"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Přejít na řádek"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Přesunout se na začátek aktuálního řádku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Přesunout se na konec aktuálního řádku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Přesunout se na začátek dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Přesunout se na konec dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Posunout se výřezem po souboru výš"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Posunout se výřezem po souboru níž"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Posunout se výřezem po souboru na konec"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Posunout se výřezem po souboru na začátek"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Přejít na odpovídající závorku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Přejít na předchozí skupinu karet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Přejít na následující skupinu karet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Úpravy"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Přepnout vkládání/přepisování"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Přepnout viditelnost kurzoru"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Smazat aktuální řádek"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Přesunout aktuální řádek výš"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Přesunout aktuální řádek níž"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Přesunout aktuální slovo doleva"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Přesunout aktuální slovo doprava"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Převést na velká písmena"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Převést na malá písmena"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Obrátit velikost písmen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Zvýšit číslo pod kurzorem"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Snížit číslo pod kurzorem"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Nástroje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Zkontrolovat pravopis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Vytisknout dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Zobrazit okno pro dokončení slova"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Obecné"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Zobrazit nápovědu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Otevřít nabídku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Klávesové zkratky"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Zavřít dokument"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Vytvořit nový dokument"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nový"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Uložit aktuální soubor"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Uložit"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Skrýt panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Opustit celou obrazovku"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistika dokumentu"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Informuje o počtu slov, řádků a znaků v dokumentu."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Statistika dokumentu"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Výběr"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Řádek"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Slov"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Znaků (s mezerami)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Znaků (bez mezer)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bajtů"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Sestavit"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Spustit „make” ve složce dokumentu"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Otevřít zde terminál"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Otevřít terminál v umístění dokumentu"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Odstranit koncové mezery"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Odstranit nepotřebné koncové mezery ze souboru"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Spustit příkaz"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Vykonat uživatelský příkaz a vložit jeho výstup do nového dokumentu"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Odeslat do fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Vložit vybraný text nebo aktuální dokument do fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Externí nástroje"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Spouští externí příkazy a skripty shellu."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Zda používat systémový font"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Pokud je zapnuto, budou externí nástroje používat globální standardní font z "
+"pracovního prostředí za předpokladu, že se jedná o monospace (a v opačném "
+"případě nastoupí většinou podobný font)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Název fontu v systému Pango. Například „Sans 12“ nebo „Monospace Bold 14“."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Správa _externích nástrojů…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Ex_terní nástroje"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Nelze vykonat příkaz: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Pro spuštění tohoto příkazu musíte stát na slově"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Spouštění nástroje:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Hotovo."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Skončil"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Všechny jazyky"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Všechny jazyky"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nový nástroj"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Tato klávesová zkratka je již přiřazena k %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Stiskněte novou klávesovou zkratku, nebo ji vymažte stisknutím Backspace"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Stiskněte novou klávesovou zkratku"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Zastaveno."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Zastavit nástroj"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Použitelné vždy"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Všechny dokumenty"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Všechny dokumenty kromě nepojmenovaných"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Jen místní soubory"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Jen vzdálené soubory"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Jen nepojmenované dokumenty"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Aktuální dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Aktuální výběr"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Aktuální výběr (výchozí pro dokument)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Aktuální řádek"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Aktuální slovo"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Zobrazovat v dolním panelu"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Vytvořit nový dokument"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Přidat do aktuálního dokumentu"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Nahradit aktuální dokument"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Nahradit výběr"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Vložit na pozici kurzoru"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Správa externích nástrojů"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Přidat nový nástroj"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Přidat nástroj"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Odebrat vybraný nástroj"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Odebrat nástroj"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Vrátit nástroj"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Vrátit nástroj"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Klávesová zkratka:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Uložit:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "V_stup:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Výstup:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Použitelnost:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Výstup nástroje"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panel prohlížeče souborů"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Snadný přístup k souborům z postranního panelu"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Domů"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Systém souborů"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Prohlížeč souborů"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Během vytváření nové složky došlo k chybě"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Během vytváření nového souboru došlo k chybě"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Během přejmenovávání souboru či složky došlo k chybě"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Během mazání souboru či složky došlo k chybě"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Během otevírání složky ve správci souborů došlo k chybě"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Během nastavování kořenové složky došlo k chybě"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Během načítání složky došlo k chybě"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Vyskytla se chyba"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Soubor nelze přesunout do koše,\n"
+"chcete ho trvale smazat?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Soubor „%s“ nelze přesunout do koše."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Vybrané soubory nelze přesunout do koše."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Opravdu chcete trvale smazat „%s“?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Opravdu chcete trvale smazat vybrané soubory?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Pokud položku smažete, bude nenávratně ztracena."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Prázdné)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Přejmenovaný soubor je nyní odfiltrován. Aby byl viditelný, musíte upravit "
+"své nastavení filtrování."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Nepojmenovaný soubor"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Nový soubor je nyní odfiltrován. Aby byl viditelný, musíte upravit své "
+"nastavení filtrování."
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Nepojmenovaná složka"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Nová složka je nyní odfiltrována. Aby byla viditelná, musíte upravit své "
+"nastavení filtrování."
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Záložky"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Žádný připojovací objekt pro připojený svazek: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Nelze otevřít médium: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Nelze připojit svazek: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Chyba při načítání „%s“: Taková složka neexistuje"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Otevřít ve stromovém pohledu"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Otevřít stromové zobrazení, když se zásuvný modul prohlížeče souborů načte "
+"místo zobrazení záložek"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Kořenová složka prohlížeče souborů"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Kořenová složka prohlížeče souborů, která bude použita, když se načítá "
+"zásuvný modulu prohlížeče souborů a onload/tree_view je ZAPNUTO."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Virtuální kořenová složka prohlížeče souborů"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Virtuální kořenová složka prohlížeče souborů, která bude použita, když se "
+"načítá zásuvný modul prohlížeče souborů a onload/tree_view je ZAPNUTO. "
+"Virtuální kořen musí být vždy pod skutečným kořenem."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Povolit obnovu vzdálených umístění"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Nastavuje, zda je povolena obnova vzdálených umístění."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Nastavit umístění na první dokument"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Pokud je ZAPNUTO a prohlížeč souborů zatím nebyl použit, zobrazí prohlížeč "
+"souborů složku prvního otevřeného dokumentu. (Takto to obecně platí pro "
+"otevírání dokumentů z příkazové řádky nebo aplikace Nautilus apod.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Filtrační režim prohlížeče souborů"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Tato hodnota určuje, které soubory budou vyfiltrovány z prohlížeče souborů. "
+"Platné hodnoty jsou: none (nic nevyfiltruje), hide-hidden (vyfiltruje skryté "
+"soubory), hide-binary (vyfiltruje binární soubory)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Filtrační vzor pro prohlížeč souborů"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Filtrační vzor, který se používá pro filtrování v prohlížeči souborů. Tento "
+"filtr pracuje nad filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Binární vzor pro prohlížeč souborů"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Dodatečné vzory, které se použijí při filtrování binárních souborů."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "Na_stavit kořen podle aktivního dokumentu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Nová složka"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nový _soubor"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Přejmenovat…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Přesunout do _koše"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Obnovit zobrazení"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Zobrazit složku"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Otevřít v terminálu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtr"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Zobrazit _skryté"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Zobrazit _binární"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "vyhovující masce"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historie"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Otevřít nabídku s historií"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Řádky s režimem"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Podpora řádku s režimem ve stylu Emacs, Kate a Vim pro gedit"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Barva textu příkazu"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Barva textu příkazu"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Barva textu chyby"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Barva textu chyby"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Pokud je zapnuto, bude terminál používat globální standardní písmo z "
+"pracovního prostředí za předpokladu, že se jedná o monospace (a v opačném "
+"případě nastoupí většinou podobná písma)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_Barva příkazu:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Barva ch_yby:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Konzola Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktivní konzola jazyka Python v dolním panelu"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Rychle zvýraznit"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Zvýrazní všechny výskyty vybraného textu"
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Rychle otevřít…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Rychle otevřít"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Rychlé otevírání souborů"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "pište, co chcete najít…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Správa ú_ryvků…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Úryvky"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Archiv „%s“ se nezdařilo vytvořit"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Cílová složka „%s“ neexistuje"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Cílová složka „%s“ není platnou složkou"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Soubor „%s“ neexistuje"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Soubor „%s“ není platným souborem s úryvky"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Importovaný soubor „%s“ není platným souborem s úryvky"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Archiv „%s“ se nezdařilo rozbalit"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Následující soubory nemohou být importovány: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Soubor „%s“ není platným archivem s úryvky"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Archiv úryvků"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Přidat nový úryvek…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globální"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Vrátit vybraný úryvek do původního stavu"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Smazat vybraný úryvek"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Toto není platný tabulátorový spouštěč. Spouštěče mohou obsahovat buď "
+"písmena a čísla (případně _ : .), nebo jeden nealfanumerický znak, jako je "
+"{, [, apod."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Jedno slovo, kterým se po stisknutí tabulátoru úryvek aktivuje"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Během importu došlo k následující chybě: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Import úspěšně dokončen"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importovat úryvky"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Všechny podporované archivy"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Komprimovaný archiv GZIP"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Komprimovaný archiv BZIP2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Soubor úryvků"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Všechny soubory"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Během exportu došlo k následující chybě: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Export úspěšně dokončen"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Chcete zahrnout vybrané <b>systémové</b> úryvky do svého exportu?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Pro export nejsou vybrány žádné úryvky"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exportovat úryvky"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Stiskněte novou klávesovou zkratku, nebo ji vymažte stisknutím Backspace"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Stiskněte novou klávesovou zkratku"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Vykonání příkazu jazyka Python (%s) překročilo časový limit, vykonávání bylo "
+"přerušeno."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Vykonání příkazu jazyka Python (%s) selhalo: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Rychlé vkládání často používaných kusů textu"
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Správa úryvků"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Vytvořit nový úryvek"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Přidat úryvek"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Odstranit úryvek"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importovat úryvky"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exportovat vybrané úryvky"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exportovat úryvky"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivace"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tabulátorový spouštěč:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Klávesová zkratka:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Klávesová zkratka, kterou se úryvek aktivuje"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Vynechat cíle:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Seřadit…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Řadit"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Obrácené pořadí"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Odstranit _duplikáty"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "Rozlišov_at velikost písmen"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Začít ve _sloupci:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Seřadit"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Seřadí dokument nebo vybraný text."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Zkontrolovat pravopis…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Nastavit _jazyk…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Zvýrazňovat pravopisné chyby"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Zvýrazňovat pravopisné chyby"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Výchozí nastavení pro zvýrazňování pravopisných chyb."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Nastavení zásuvného modul pro kontrolu pravopisu"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Výchozí pro nový dokument"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Kontrola pravopisu"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Kontroluje pravopis aktuálního dokumentu"
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Vložit datum a ča_s…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Dostupné formáty"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Typ výzvy"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Zda by měl být uživatel dotázán na formát nebo zda by měl být použit vybraný "
+"nebo vlastní formát."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Vybraný formát"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Vybraný formát použitý při vkládání data/času."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Vlastní formát"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Vlastní formát použitý při vkládání data/času."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Vložit datum a čas"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Použít _vybraný formát"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Použít vlastní _formát"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%e.%m.%Y %k∶%M∶%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "1.11.2009 7∶52∶00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Vložit"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Nastavit zásuvný modul pro vkládání data a času"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Při vkládání data a času…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "Ze_ptat se na formát"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Vložit datum/čas"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Vkládání aktuálního data a času na pozici kurzoru"
diff --git a/po/cy.po b/po/cy.po
new file mode 100644
index 0000000..5163e11
--- /dev/null
+++ b/po/cy.po
@@ -0,0 +1,5549 @@
+# gedit yn Gymraeg (in Welsh).
+# This file is distributed under the same license as the gedit package.
+# Dafydd Harries <daf@muse.19inch.net>, 2003, 2004.
+# Rhys Jones <rhys@sucs.org>, 2004-2006.
+# Chris Jackson <chriscf@gmail.com>, 2005.
+#
+# Nodiadau:
+# daf:
+# defnyddiwyd "adfer" (yn hytrach na "dychwelyd") ar gyfer "revert"
+# isafswm neu leiafswm (minimum), nid lleiafrif (minority)
+# sa i'n meddwl isafrif chwaith
+# uchafswm neu fwyafswm (maximum), nid mwyafrif (majority)
+# sa i'n meddwl uchafrif chwaith
+# angen ymchwilio hyn
+#
+# rhys:
+# Benywaidd yw 'ffeil' fel arfer. Wedi ceisio cysoni hyn yn y ffeil hon :)
+# Newid 'arbed' i 'cadw'.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-08-06 08:13+0100\n"
+"PO-Revision-Date: 2009-08-07 17:53+0100\n"
+"Last-Translator: Iestyn Pryce <dylunio@gmail.com>\n"
+"Language-Team: Cymraeg <gnome-cy-list@gnome.org>\n"
+"Language: cy\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n==1)?1:(n==2)?2:(n==8||n==11)?3:0;\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Golygu ffeiliau testun"
+
+#: ../data/gedit.desktop.in.in.h:2
+#: ../gedit/gedit-print-job.c:755
+msgid "Text Editor"
+msgstr "Golygydd Testun"
+
+#: ../data/gedit.schemas.in.in.h:1
+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 "Ffont addasedig a gaiff ei ddefnyddio ar gyfer yr ardal golygu. Dim ond os caiff yr opsiwn \"Defnyddio'r Ffont Rhagosodedig\" ei ddiffodd y defnyddir y ffont hwn."
+
+#: ../data/gedit.schemas.in.in.h:2
+msgid "Active plugins"
+msgstr "Ategion sy'n weithredol"
+
+#: ../data/gedit.schemas.in.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Amgodiadau Wedi eu Canfod yn Awtomatig"
+
+#: ../data/gedit.schemas.in.in.h:4
+msgid "Auto Save"
+msgstr "Cadw Awtomatig"
+
+#: ../data/gedit.schemas.in.in.h:5
+msgid "Auto Save Interval"
+msgstr "Ysbaid Cadw Awtomatig"
+
+#: ../data/gedit.schemas.in.in.h:6
+msgid "Auto indent"
+msgstr "Mewnoli'n awtomatig"
+
+#: ../data/gedit.schemas.in.in.h:7
+msgid "Backup Copy Extension"
+msgstr "Estyniad Copi Wrth Gefn"
+
+#: ../data/gedit.schemas.in.in.h:8
+msgid "Body Font for Printing"
+msgstr "Ffont y Corff ar gyfer Argraffu"
+
+#: ../data/gedit.schemas.in.in.h:9
+msgid "Bottom Panel is Visible"
+msgstr "Panel Gwaelod yn Weladwy"
+
+#: ../data/gedit.schemas.in.in.h:10
+msgid "Create Backup Copies"
+msgstr "Creu Copïau Wrth Gefn"
+
+#: ../data/gedit.schemas.in.in.h:11
+msgid "Display Line Numbers"
+msgstr "Dangos Rhifau Llinell"
+
+#: ../data/gedit.schemas.in.in.h:12
+msgid "Display Right Margin"
+msgstr "Dangos Ymyl Dde"
+
+#: ../data/gedit.schemas.in.in.h:13
+msgid "Editor Font"
+msgstr "Ffont Golygydd"
+
+#: ../data/gedit.schemas.in.in.h:14
+msgid "Enable Search Highlighting"
+msgstr "Galluogi Amlygiad Chwiliad"
+
+#: ../data/gedit.schemas.in.in.h:15
+msgid "Enable Syntax Highlighting"
+msgstr "Galluogi Amlygiad Cystrawen"
+
+#: ../data/gedit.schemas.in.in.h:16
+msgid "Encodings shown in menu"
+msgstr "Amgodiad a ddangosir yn y ddewislen"
+
+#: ../data/gedit.schemas.in.in.h:17
+msgid "Extension or suffix to use for backup file names. This will only take effect if the \"Create Backup Copies\" option is turned on."
+msgstr "Estyniad neu ôl-ddodiad i'w ddefnyddio ar gyfer enwau ffeiliau wrth gefn. Dim ond os caiff yr opsiwn \"Creu Copïau Wrth Gefn\" ei alluogi y defnyddir yr estyniad."
+
+#: ../data/gedit.schemas.in.in.h:18
+msgid "Header Font for Printing"
+msgstr "Ffont Bennawd ar gyfer Argraffu"
+
+#: ../data/gedit.schemas.in.in.h:19
+msgid "Highlight Current Line"
+msgstr "Amlygu'r Llinell Bresennol"
+
+#: ../data/gedit.schemas.in.in.h:20
+msgid "Highlight Matching Bracket"
+msgstr "Amlygu'r Gromfach sy'n Cyd-fynd"
+
+#: ../data/gedit.schemas.in.in.h:21
+msgid "If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr "Os mai 0 yw'r gwerth yma, ni fewnosodir rhifau llinell wrth argraffu dogfen. Fel arall, fe fydd gedit yn argraffu rhifau llinell bob hyn o linellau."
+
+#: ../data/gedit.schemas.in.in.h:22
+msgid "Insert spaces"
+msgstr "Mewnosod bylchau"
+
+#: ../data/gedit.schemas.in.in.h:23
+msgid "Line Number Font for Printing"
+msgstr "Ffont Rhifau Llinell ar gyfer Argraffu"
+
+#: ../data/gedit.schemas.in.in.h:24
+msgid "Line Wrapping Mode"
+msgstr "Modd Amlapio Llinellau"
+
+#: ../data/gedit.schemas.in.in.h:25
+msgid "List of VFS schemes gedit supports in write mode. The 'file' scheme is writable by default."
+msgstr "Rhestr o gynlluniau VFS mae gedit yn eu cynnal yn y modd ysgrifennu. Fel rhagosodiad, gellir ysgrifennu at y cynllun 'file'."
+
+#: ../data/gedit.schemas.in.in.h:26
+msgid "List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr "Rhestr o ategion gweithredol. Mae'n cynnwys \"Lleoliad\" yr ategion gweithredol. Gweler y ffeil .gedit-plugin er mwyn cael \"Lleoliad\" ategyn arbennig."
+
+#: ../data/gedit.schemas.in.in.h:27
+msgid "List of encodings shown in Character Coding menu in open/save file selector. Only recognized encodings are used."
+msgstr "Rhestr o amgodiadau a ddangosir yn y ddewislen Amgodiad Nodau yn y dewiswr ffeiliau agor/cadw. Dim ond amgodiadau a adnabyddir a gaiff eu defnyddio."
+
+#: ../data/gedit.schemas.in.in.h:28
+msgid "Max Number of Undo Actions"
+msgstr "Uchafswm Gweithredoedd i'w Dadwneud"
+
+#: ../data/gedit.schemas.in.in.h:29
+msgid "Maximum Recent Files"
+msgstr "Uchafswm Ffeiliau Diweddar"
+
+#: ../data/gedit.schemas.in.in.h:30
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions."
+msgstr "Y nifer mwyaf o weithredoedd y bydd gedit yn gallu dadwneud neu ail-wneud. Defnyddiwch \"-1\" am nifer diderfyn."
+
+#: ../data/gedit.schemas.in.in.h:31
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Y nifer mwyaf o weithredoedd y bydd gedit yn gallu dadwneud neu ail-wneud. Defnyddiwch \"-1\" am nifer diderfyn. Anghymeradwy ers 2.12.0"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.in.h:34
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:37
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#: ../data/gedit.schemas.in.in.h:38
+msgid "Number of minutes after which gedit will automatically save modified files. This will only take effect if the \"Auto Save\" option is turned on."
+msgstr "Y nifer o funudau cyn y bydd gedit yn cadw ffeiliau wedi eu newid yn awtomatig. Fe fydd hyn ond yn cymryd effaith os galluogir yr opsiwn \"Cadw'n Awtomatig\"."
+
+#: ../data/gedit.schemas.in.in.h:39
+msgid "Print Header"
+msgstr "Pennawd Argraffydd"
+
+#: ../data/gedit.schemas.in.in.h:40
+msgid "Print Line Numbers"
+msgstr "Argraffu Rhifau Llinell"
+
+#: ../data/gedit.schemas.in.in.h:41
+msgid "Print Syntax Highlighting"
+msgstr "Argraffu Amlygiad Cystrawen"
+
+#: ../data/gedit.schemas.in.in.h:42
+msgid "Printing Line Wrapping Mode"
+msgstr "Modd Amlapio Llinellau Argraffu"
+
+#: ../data/gedit.schemas.in.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr "Adfer Lleoliad Blaenorol y Cyrchwr"
+
+#: ../data/gedit.schemas.in.in.h:44
+msgid "Right Margin Position"
+msgstr "Safle'r Ymyl Dde"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:47
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:50
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#: ../data/gedit.schemas.in.in.h:51
+msgid "Side Pane is Visible"
+msgstr "Cwarel Ochr yn Weladwy"
+
+#: ../data/gedit.schemas.in.in.h:52
+msgid "Smart Home End"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:53
+#, fuzzy
+msgid "Sorted list of encodings used by gedit for auto-detecting the encoding of a file. \"CURRENT\" represents the current locale encoding. Only recognized encodings are used."
+msgstr "Rhestr wedi ei drefnu o amgodiadau a ddefnyddir gan gedit er mwyn canfod amgodiad ffeil yn awtomatig. \"CURRENT\" yw'r amgodiad locale cyfredol. Dim ond amgodiadau cydnabyddedig a gaiff eu defnyddio."
+
+#: ../data/gedit.schemas.in.in.h:54
+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/gedit.schemas.in.in.h:55
+msgid "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr "Penodi sut dylid amlapio llinellau hir ar gyfer argraffu. Defnyddiwch \"GTK_WRAP_NONE\" os am beidio amlapio, \"GTK_WRAP_WORD\" er mwyn amlapio ger ffiniau geiriau, a \"GTK_WRAP_CHAR\" er mwyn amlapio ger ffiniau nodau unigol. Nodwch fod priflythrennau a llythrennau bach yn cael eu trin yn wahanol, felly sicrhewch eu bod nhw'n ymddangos yn union fel y maent yma."
+
+#: ../data/gedit.schemas.in.in.h:56
+msgid "Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr "Penodi sut i amlapio llinellau hir yn yr ardal golygu. Defnyddiwch \"GTK_WRAP_NONE\" os am beidio amlapio, \"GTK_WRAP_WORD\" er mwyn amlapio ger ffiniau geiriau, a \"GTK_WRAP_CHAR\" er mwyn amlapio ger ffiniau nodau unigol. Nodwch fod priflythrennau a llythrennau bach yn cael eu trin yn wahanol, felly sicrhewch eu bod nhw'n ymddangos yn union fel y maent yma."
+
+#: ../data/gedit.schemas.in.in.h:57
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr "Penodi'r ffont i'w ddefnyddio ar gyfer corff dogfennau wrth argraffu."
+
+#: ../data/gedit.schemas.in.in.h:58
+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 "Penodi'r ffont i'w ddefnyddio ar gyfer rhifau llinellau wrth argraffu dogfennau. Mae hyn ond yn berthnasol os nad yw'r opsiwn \"Argraffu Rhifau Llinellau\" yn sero."
+
+#: ../data/gedit.schemas.in.in.h:59
+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 "Penodi'r ffont i'w ddefnyddio ar gyfer penawdau tudalennau wrth argraffu dogfen. Mae hyn ond yn berthnasol os yw'r opsiwn \"Argraffu Pennawd\" wedi ei ddewis."
+
+#: ../data/gedit.schemas.in.in.h:60
+msgid "Specifies the maximum number of recently opened files that will be displayed in the \"Recent Files\" submenu."
+msgstr "Penodi'r uchafrif o ffeiliau agorwyd yn ddiweddar a gaiff eu dangos yn yr is-ddewislen \"Ffeiliau Diweddar\"."
+
+#: ../data/gedit.schemas.in.in.h:61
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr "Penodi sawl bwlch dylid dangos yn lle nodau tab."
+
+#: ../data/gedit.schemas.in.in.h:62
+msgid "Specifies the position of the right margin."
+msgstr "Penodi safle'r ymyl dde."
+
+#: ../data/gedit.schemas.in.in.h:63
+msgid "Status Bar is Visible"
+msgstr "Bar Statws yn Weladwy"
+
+#: ../data/gedit.schemas.in.in.h:64
+#, fuzzy
+msgid "Style Scheme"
+msgstr "Cynlluniau ysgrifenadwy VFS"
+
+#: ../data/gedit.schemas.in.in.h:65
+msgid "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr "Arddull ar gyfer botymau'r bar offer. Gwerthoedd posib: \"GEDIT_TOOLBAR_SYSTEM\" er mwyn defnyddio arddull ragosodedig y system, \"GEDIT_TOOLBAR_ICONS\" er mwyn dangos eiconau'n unig, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" er mwyn dangos testun ac eiconau, a \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" er mwyn dangos testun pwysig wrth ochr eiconau. Nodwch fod priflythrennau a llythrennau bach yn cael eu trin yn wahanol, felly sicrhewch eu bod nhw'n ymddangos yn union fel y maent yma."
+
+#: ../data/gedit.schemas.in.in.h:66
+msgid "Tab Size"
+msgstr "Maint Tabl"
+
+#: ../data/gedit.schemas.in.in.h:67
+msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:68
+msgid "Toolbar Buttons Style"
+msgstr "Arddull Botymau Bar Offer"
+
+#: ../data/gedit.schemas.in.in.h:69
+msgid "Toolbar is Visible"
+msgstr "Mae'r Bar Offer yn Weladwy"
+
+#: ../data/gedit.schemas.in.in.h:70
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Cyfwng Dadwneud Gweithrediadau (ANGHYMERADWY)"
+
+#: ../data/gedit.schemas.in.in.h:71
+msgid "Use Default Font"
+msgstr "Defnyddio Ffont Rhagosodedig"
+
+#: ../data/gedit.schemas.in.in.h:72
+msgid "Whether gedit should automatically save modified files after a time interval. You can set the time interval with the \"Auto Save Interval\" option."
+msgstr "A ddylai gedit gadw ffeiliau a newidiwyd ar ôl ysbaid. Fe allwch osod yr ysbaid gyda'r opsiwn \"Ysbaid Cadw Awtomatig\"."
+
+#: ../data/gedit.schemas.in.in.h:73
+msgid "Whether gedit should create backup copies for the files it saves. You can set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr "A ddylai gedit greu copïau wrth gefn ar gyfer y ffeiliau mae'n cadw. Gallwch osod yr estyniad copi wrth gefn gyda'r opsiwn \"Estyniad Copi Wrth Gefn\"."
+
+#: ../data/gedit.schemas.in.in.h:74
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "A ddylai gedit ddangos rhifau llinellau yn yr ardal golygu."
+
+#: ../data/gedit.schemas.in.in.h:75
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "A ddylai gedit ddangos yr ymyl de yn yr ardal golygu."
+
+#: ../data/gedit.schemas.in.in.h:76
+msgid "Whether gedit should enable auto indentation."
+msgstr "A ddylai gedit alluogi mewnoli awtomatig."
+
+#: ../data/gedit.schemas.in.in.h:77
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "A ddylai gedit alluogi amlygu cystrawen."
+
+#: ../data/gedit.schemas.in.in.h:78
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "A ddylai gedit amlygu bob man mae'r testun chwiliwyd amdano yn ymddangos."
+
+#: ../data/gedit.schemas.in.in.h:79
+msgid "Whether gedit should highlight matching bracket."
+msgstr "A ddylai gedit amlygu'r gromfach sy'n cyd-fynd."
+
+#: ../data/gedit.schemas.in.in.h:80
+msgid "Whether gedit should highlight the current line."
+msgstr "A ddylai gedit amlygu'r llinell bresennol."
+
+#: ../data/gedit.schemas.in.in.h:81
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "A ddylai gedit gynnwys pennawd dogfen wrth argraffu dogfennau."
+
+#: ../data/gedit.schemas.in.in.h:82
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "A ddylai gedit fewnosod bylchau yn lle tabiau."
+
+#: ../data/gedit.schemas.in.in.h:83
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "A ddylai gedit argraffu amlygiadau cystrawen wrth argraffu dogfennau."
+
+#: ../data/gedit.schemas.in.in.h:84
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr "A ddylai gedit adfer lleoliad blaenorol y cyrchwr pan fo ffeil wedi'i llwytho."
+
+#: ../data/gedit.schemas.in.in.h:85
+msgid "Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr "A ddylai'r panel gwaelod ar waelod ffenestri golygu fod yn weladwy."
+
+#: ../data/gedit.schemas.in.in.h:86
+msgid "Whether the side pane at the left of the editing window should be visible."
+msgstr "A ddylai'r panel ochr afr ochr chwith y ffenestr golygu fod yn weladwy."
+
+#: ../data/gedit.schemas.in.in.h:87
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "A ddylai'r bar statws ar waelod ffenestri golygu fod yn weladwy."
+
+#: ../data/gedit.schemas.in.in.h:88
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "A ddylai'r bar offer for yn weladwy mewn ffenestri golygu."
+
+#: ../data/gedit.schemas.in.in.h:89
+#, fuzzy
+msgid "Whether to use the system's default fixed width font for editing text instead of a font specific to gedit. If this option is turned off, then the font named in the \"Editor Font\" option will be used instead of the system font."
+msgstr "A ddylid defnyddio ffont rhagosodedig y system ar gyfer golygu testun yn lle ffont yn benodol i gedit. Os troir yr opsiwn yma bant, yna fe gaiff y ffont a enwir yn yr opsiwn \"Font Golygydd\" ei ddefnyddio yn lle ffont y system."
+
+#: ../data/gedit.schemas.in.in.h:90
+msgid "Writable VFS schemes"
+msgstr "Cynlluniau ysgrifenadwy VFS"
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.in.h:93
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.in.h:105
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[UTF-8,CURRENT,ISO-8859-14,ISO-8859-15,UTF-16]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "Allgofnodi _heb Gadw"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "_Diddymu'r Allgofnodi"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "Cau _heb Gadw"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:211
+msgid "Question"
+msgstr "Cwestiwn"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld eiliad olaf."
+msgstr[1] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld eiliad olaf."
+msgstr[2] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld eiliad olaf."
+msgstr[3] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld eiliad olaf."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:420
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "Os na wnewch chi gadw, fe gollir am byth newidiadau'r munud diwethaf."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r funud a %ld eiliad olaf."
+msgstr[1] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r funud ac %ld eiliad olaf."
+msgstr[2] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r funud a %ld eiliad olaf."
+msgstr[3] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r funud ac %ld eiliad olaf."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:436
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld munud olaf."
+msgstr[1] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld funud olaf."
+msgstr[2] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld funud olaf."
+msgstr[3] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld munud olaf."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:451
+#, fuzzy
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "Os na wnewch chi gadw, fe gollir am byth newidiadau'r awr olaf."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:457
+#, c-format
+msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r awr a'r %d munud olaf."
+msgstr[1] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r awr a'r %d funud olaf."
+msgstr[2] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r awr a'r %d funud olaf."
+msgstr[3] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r awr a'r %d munud olaf."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r awr olaf."
+msgstr[1] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %d awr olaf."
+msgstr[2] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %d awr olaf."
+msgstr[3] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %d awr olaf."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:515
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "Fe gollir am byth y newidiadau wnaed i'r ddogfen \"%s\"."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:520
+#, fuzzy, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "Cadw'r newidiadau i'r ddogfen \"%s\" cyn cau?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:534
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:745
+msgid "Saving has been disabled by the system administrator."
+msgstr "Mae gweinyddwr y system wedi tynnu'r gallu i gadw ffeiliau."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:700
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Fe gollir am byth y newidiadau wnaed i'r %d dogfen."
+msgstr[1] "Fe gollir am byth y newidiadau wnaed i'r %d ddogfen."
+msgstr[2] "Fe gollir am byth y newidiadau wnaed i'r %d ddogfen."
+msgstr[3] "Fe gollir am byth y newidiadau wnaed i'r %d dogfen."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "Mae %d dogfen gyda newidiadau heb gadw. Cadw'r newidiadau cyn cau?"
+msgstr[1] "Mae %d dogfen gyda newidiadau heb gadw. Cadw'r newidiadau cyn cau?"
+msgstr[2] "Mae %d ddogfen gyda newidiadau heb gadw. Cadw'r newidiadau cyn cau?"
+msgstr[3] "Mae %d dogfen gyda newidiadau heb gadw. Cadw'r newidiadau cyn cau?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:724
+msgid "Docum_ents with unsaved changes:"
+msgstr "Dog_fennau sydd â newidiadau heb eu cadw:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:726
+msgid "S_elect the documents you want to save:"
+msgstr "_Dewiswch y dogfennau hoffech eu cadw:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:747
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Os na wnewch chi gadw, fe gollir eich holl newidiadau am byth."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:321
+msgid "Character Codings"
+msgstr "Amgodiadau Nodau"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:382
+#: ../gedit/dialogs/gedit-encodings-dialog.c:443
+msgid "_Description"
+msgstr "_Disgrifiad"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:391
+#: ../gedit/dialogs/gedit-encodings-dialog.c:452
+msgid "_Encoding"
+msgstr "_Amgodiad"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr "Amgodiadau ar _gael:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character codings"
+msgstr "Amgodiadau nodau"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "_Amgodiadau a ddangosir yn y ddewislen:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:571
+msgid "Push this button to select the font to be used by the editor"
+msgstr "Gwasgwch y botwm hwn er mwyn dewis y ffont i'w ddefnyddio gan y golygydd"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:581
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:784
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:809
+msgid "Add Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:816
+msgid "A_dd Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:824
+msgid "Color Scheme Files"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:831
+#: ../gedit/gedit-file-chooser-dialog.c:51
+msgid "All Files"
+msgstr "Pob Ffeil"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:876
+#, fuzzy, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Methu adfer y ffeil %s."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1087
+msgid "gedit Preferences"
+msgstr "Hoffterau gedit"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Mewnoli Awtomatig</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>Paru Bracedi</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>Llinell Bresennol</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "<b>File Saving</b>"
+msgstr "<b>Cadw Ffeiliau</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "<b>Font</b>"
+msgstr "<b>Ffont</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Rhifau Llinellau</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+msgid "<b>Right Margin</b>"
+msgstr "<b>Ymyl De</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "<b>Tab Stops</b>"
+msgstr "<b>Tabiau</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Amlapio Testun</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+#, fuzzy
+msgid "<span weight=\"bold\">Color Scheme</span>"
+msgstr "<span weight=\"bold\">Lliwiau</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "Create a _backup copy of files before saving"
+msgstr "Creu copi wrth _gefn o ffeiliau cyn cadw"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Display right _margin"
+msgstr "_Dangos ymyl de"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Do not _split words over two lines"
+msgstr "Peidio _hollti geiriau dros ddwy linell"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Editor"
+msgstr "Golygydd"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Editor _font: "
+msgstr "_Ffont golygydd: "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Enable text _wrapping"
+msgstr "Galluogi am_lapio testun"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+msgid "Font & Colors"
+msgstr "Ffont a Lliwiau"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Highlight current _line"
+msgstr "Amlygu'r _llinell bresennol"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "Highlight matching _bracket"
+msgstr "Amlygu'r _gromfach sy'n cyd-fynd"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Insert _spaces instead of tabs"
+msgstr "Mewnosod _bylchau yn lle tabiau"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "Dewis ffont y golygydd"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Plugins"
+msgstr "Ategion"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+msgid "Preferences"
+msgstr "Hoffterau"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "Golwg"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr "_Ychwanegu..."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr "Cadw ffeiliau yn _awtomatig bob"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+#: ../gedit/gedit-view.c:2032
+msgid "_Display line numbers"
+msgstr "_Dangos rhifau llinellau"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr "Galluogi mewnoliad _awtomatig"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr "_Ymyl dde wrth golofn:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr "Lled _tab:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr "_munudau"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:300
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2
+#: ../gedit/gedit-window.c:1458
+msgid "Replace"
+msgstr "Amnewid"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:311
+#: ../gedit/gedit-window.c:1456
+msgid "Find"
+msgstr "Chwilio"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:411
+msgid "Replace _All"
+msgstr "Amnewid _Popeth"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:412
+#: ../gedit/gedit-commands-file.c:582
+msgid "_Replace"
+msgstr "_Amnewid"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr "Cydweddu gair _cyfan yn unig"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr "Amnewid y Cwbl"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "Amnewid _gyda: "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr "Chwilio am _yn ôl"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr "_Cydweddu prif lythrennedd"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "_Chwilio am: "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "_Amlapio o gwmpas"
+
+#: ../gedit/gedit.c:118
+#, fuzzy
+msgid "Show the application's version"
+msgstr "Cyflunio'r rhaglen"
+
+#: ../gedit/gedit.c:121
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr "Gosod yr amgodiad nodau i'w ddefnyddio i agor ffeiliau a rhestrir ar y llinell orchymyn"
+
+#: ../gedit/gedit.c:121
+msgid "ENCODING"
+msgstr ""
+
+#: ../gedit/gedit.c:124
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+
+#: ../gedit/gedit.c:127
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "Creu ffenest lefel dop newydd mewn achos o gedit sy'n bodoli"
+
+#: ../gedit/gedit.c:130
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Creu dogfen newydd mewn achos o gedit sy'n bodoli"
+
+#: ../gedit/gedit.c:133
+msgid "[FILE...]"
+msgstr "[FFEIL...]"
+
+#: ../gedit/gedit.c:171
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: amgodiad annilys.\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:562
+msgid "- Edit text files"
+msgstr "- Golygu ffeiliau testun"
+
+#: ../gedit/gedit.c:598
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:255
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Llwytho'r ffeil '%s'..."
+
+#: ../gedit/gedit-commands-file.c:264
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Llwytho %d ffeil..."
+msgstr[1] "Llwytho %d ffeil..."
+msgstr[2] "Llwytho %d ffeil..."
+msgstr[3] "Llwytho %d ffeil..."
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:458
+msgid "Open Files"
+msgstr "Agor Ffeiliau"
+
+#: ../gedit/gedit-commands-file.c:569
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Ffeil ddarllen-yn-unig yw \"%s\"."
+
+#: ../gedit/gedit-commands-file.c:574
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Ydych chi am geisio ei hamnewid gyda'r un rydych yn ei chadw?"
+
+#: ../gedit/gedit-commands-file.c:641
+#: ../gedit/gedit-commands-file.c:858
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Cadw'r ffeil '%s'..."
+
+#: ../gedit/gedit-commands-file.c:748
+msgid "Save As…"
+msgstr "Cadw Fel..."
+
+#: ../gedit/gedit-commands-file.c:1072
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Yn adfer y ddogfen '%s'..."
+
+#: ../gedit/gedit-commands-file.c:1117
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Adfer y newidiadau sydd heb eu cadw i ddogfen '%s'?"
+
+#: ../gedit/gedit-commands-file.c:1126
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y %ld eiliad olaf."
+msgstr[1] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod yr %ld eiliad olaf."
+msgstr[2] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y %ld eiliad olaf."
+msgstr[3] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y %ld eiliad olaf."
+
+#: ../gedit/gedit-commands-file.c:1135
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y funud olaf."
+
+#: ../gedit/gedit-commands-file.c:1141
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y funud a %ld eiliad olaf."
+msgstr[1] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y funud ac %ld eiliad olaf."
+msgstr[2] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y funud a %ld eiliad olaf."
+msgstr[3] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y funud ac %ld eiliad olaf."
+
+#: ../gedit/gedit-commands-file.c:1151
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld munud olaf."
+msgstr[1] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld funud olaf."
+msgstr[2] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld funud olaf."
+msgstr[3] "Os na wnewch chi gadw, fe gollir am byth newidiadau'r %ld munud olaf."
+
+#: ../gedit/gedit-commands-file.c:1166
+#, fuzzy
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y %d awr olaf."
+
+#: ../gedit/gedit-commands-file.c:1172
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural "Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod yr awr a %d munud olaf."
+msgstr[1] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod yr awr ac %d funud olaf."
+msgstr[2] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod yr awr a %d funud olaf."
+msgstr[3] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod yr awr ac %d munud olaf."
+
+#: ../gedit/gedit-commands-file.c:1187
+#, fuzzy, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y %d awr olaf."
+msgstr[1] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod yr %d awr olaf."
+msgstr[2] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod y %d awr olaf."
+msgstr[3] "Fe gollir am byth y newidiadau wnaed i'r ddogfen yn ystod yr %d awr olaf."
+
+#: ../gedit/gedit-commands-file.c:1213
+msgid "_Revert"
+msgstr "_Adfer"
+
+#: ../gedit/gedit-commands-help.c:81
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "Mae gedit yn olygydd testun bach ac ysgafn ar gyfer Penbwrdd GNOME"
+
+#: ../gedit/gedit-commands-help.c:106
+msgid "translator-credits"
+msgstr ""
+"Chris Jackson <chris@www.linux.org.uk>\n"
+"Gareth Bowker <tgb@tgb.org.uk>\n"
+"Alan Cox <alan@lxorguk.ukuu.org.uk>\n"
+"Dafydd Harries <daf@muse.19inch.net>\n"
+"Rhys Jones <rhys@sucs.org>"
+
+#: ../gedit/gedit-commands-search.c:114
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Canfuwyd ac adferwyd %d achlysur"
+msgstr[1] "Canfuwyd ac adferwyd %d achlysur"
+msgstr[2] "Canfuwyd ac adferwyd %d achlysur"
+msgstr[3] "Canfuwyd ac adferwyd %d achlysur"
+
+#: ../gedit/gedit-commands-search.c:124
+msgid "Found and replaced one occurrence"
+msgstr "Canfuwyd ac amnewidiwyd un achlysur"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:145
+#, fuzzy, c-format
+msgid "\"%s\" not found"
+msgstr "Cymal heb ei ganfod"
+
+#: ../gedit/gedit-document.c:889
+#: ../gedit/gedit-document.c:902
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Dogfen Heb ei Chadw %d"
+
+#: ../gedit/gedit-documents-panel.c:89
+#: ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:2175
+#: ../gedit/gedit-window.c:2180
+msgid "Read Only"
+msgstr "Darllen yn Unig"
+
+#: ../gedit/gedit-documents-panel.c:774
+#: ../gedit/gedit-window.c:3535
+msgid "Documents"
+msgstr "Dogfennau"
+
+#: ../gedit/gedit-encodings.c:140
+#: ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190
+#: ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:153
+#: ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:274
+msgid "Western"
+msgstr "Gorllewinol"
+
+#: ../gedit/gedit-encodings.c:155
+#: ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:270
+msgid "Central European"
+msgstr "Canol Ewropeaidd"
+
+#: ../gedit/gedit-encodings.c:157
+msgid "South European"
+msgstr "De Ewropeaidd"
+
+#: ../gedit/gedit-encodings.c:159
+#: ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:284
+msgid "Baltic"
+msgstr "Baltig"
+
+#: ../gedit/gedit-encodings.c:161
+#: ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:248
+#: ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:254
+#: ../gedit/gedit-encodings.c:272
+msgid "Cyrillic"
+msgstr "Cyrilig"
+
+#: ../gedit/gedit-encodings.c:163
+#: ../gedit/gedit-encodings.c:241
+#: ../gedit/gedit-encodings.c:282
+msgid "Arabic"
+msgstr "Arabeg"
+
+#: ../gedit/gedit-encodings.c:165
+#: ../gedit/gedit-encodings.c:276
+msgid "Greek"
+msgstr "Groeg"
+
+#: ../gedit/gedit-encodings.c:167
+msgid "Hebrew Visual"
+msgstr "Hebraeg Gweledol"
+
+#: ../gedit/gedit-encodings.c:169
+#: ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Hebrew"
+msgstr "Hebraeg"
+
+#: ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Turkish"
+msgstr "Tyrceg"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "Nordig"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "Celtaidd"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Riwmaneg"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Armaneg"
+
+#: ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Tsieinëeg Draddodiadol"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Cyrilig/Rwsieg"
+
+#: ../gedit/gedit-encodings.c:208
+#: ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212
+#: ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:259
+msgid "Japanese"
+msgstr "Japanëeg"
+
+#: ../gedit/gedit-encodings.c:215
+#: ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:265
+msgid "Korean"
+msgstr "Corëeg"
+
+#: ../gedit/gedit-encodings.c:220
+#: ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:228
+msgid "Chinese Simplified"
+msgstr "Tsieinëeg Syml"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Georgeg"
+
+#: ../gedit/gedit-encodings.c:256
+msgid "Cyrillic/Ukrainian"
+msgstr "Cyrilig/Wcreineg"
+
+#: ../gedit/gedit-encodings.c:261
+#: ../gedit/gedit-encodings.c:267
+#: ../gedit/gedit-encodings.c:286
+msgid "Vietnamese"
+msgstr "Fietnameg"
+
+#: ../gedit/gedit-encodings.c:263
+msgid "Thai"
+msgstr "Tai"
+
+#: ../gedit/gedit-encodings.c:437
+msgid "Unknown"
+msgstr "Anhysbys"
+
+#: ../gedit/gedit-encodings-option-menu.c:220
+msgid "Auto Detected"
+msgstr "Canfuwyd yn Awtomatig"
+
+#: ../gedit/gedit-encodings-option-menu.c:240
+#: ../gedit/gedit-encodings-option-menu.c:262
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Locale Cyfredol (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:323
+msgid "Add or _Remove..."
+msgstr "Ychwannegu new _Dynnu..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Text Files"
+msgstr "Pob Ffeil Testun"
+
+#: ../gedit/gedit-file-chooser-dialog.c:78
+msgid "C_haracter Coding:"
+msgstr "_Amgodiad Nodau:"
+
+#: ../gedit/gedit-help.c:89
+msgid "There was an error displaying help."
+msgstr "Roedd gwall wrth ddangos cymorth."
+
+#: ../gedit/gedit-io-error-message-area.c:213
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Methu canfod y ffeil %s."
+
+#: ../gedit/gedit-io-error-message-area.c:215
+#: ../gedit/gedit-io-error-message-area.c:254
+#: ../gedit/gedit-io-error-message-area.c:261
+#, fuzzy
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Gwiriwch eich bod chi wedi teipio'r lleoliad yn gywir, cyn ceisio eto."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:230
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "Ni all gedit ddelio â lleoliadau %s."
+
+#: ../gedit/gedit-io-error-message-area.c:236
+msgid "gedit cannot handle this location."
+msgstr "Ni all gedit ddelio â'r lleoliad hwn."
+
+#: ../gedit/gedit-io-error-message-area.c:244
+#, fuzzy
+msgid "The location of the file cannot be mounted."
+msgstr "Methu symud y ffeil \"%s\" i'r sbwriel."
+
+#: ../gedit/gedit-io-error-message-area.c:248
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:252
+#, c-format
+msgid "%s is a directory."
+msgstr "Mae %s yn gyfeiriadur."
+
+#: ../gedit/gedit-io-error-message-area.c:259
+#, c-format
+msgid "%s is not a valid location."
+msgstr "Nid yw %s yn lleoliad dilys."
+
+#: ../gedit/gedit-io-error-message-area.c:286
+#, fuzzy, c-format
+msgid "Host %s could not be found. Please check that your proxy settings are correct and try again."
+msgstr "Ni ddarganfuwyd y gwesteiwr %s. Gwiriwch fod eich gosodiadau dirprwy yn gywir cyn ceisio eto."
+
+#: ../gedit/gedit-io-error-message-area.c:299
+#, fuzzy, c-format
+msgid "Host name was invalid. Please check that you typed the location correctly and try again."
+msgstr "Roedd enw'r gwesteiwr yn annilys. Gwiriwch eich bod chi wedi rhoi'r lleoliad yn gywir cyn ceisio eto."
+
+#: ../gedit/gedit-io-error-message-area.c:307
+#, c-format
+msgid "%s is not a regular file."
+msgstr "Nid yw %s yn ffeil gyffredin"
+
+#: ../gedit/gedit-io-error-message-area.c:312
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:335
+msgid "The file is too big."
+msgstr "Mae'r ffeil yn rhy fawr."
+
+#: ../gedit/gedit-io-error-message-area.c:376
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Gwall annisgwyl: %s"
+
+#: ../gedit/gedit-io-error-message-area.c:412
+msgid "The number of followed links is limited and the actual file could not be found within this limit."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:416
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Does gennych chi ddim y caniatâd angenrheidiol i agor y ffeil."
+
+#: ../gedit/gedit-io-error-message-area.c:424
+#: ../gedit/gedit-io-error-message-area.c:666
+#, c-format
+msgid "Could not open the file %s."
+msgstr "Methu agor y ffeil %s."
+
+#: ../gedit/gedit-io-error-message-area.c:434
+#: ../gedit/gedit-io-error-message-area.c:439
+#: ../gedit/gedit-io-error-message-area.c:560
+#: ../gedit/gedit-io-error-message-area.c:569
+msgid "_Retry"
+msgstr "_Ail-geisio"
+
+#: ../gedit/gedit-io-error-message-area.c:483
+#, fuzzy
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "ni all gedit ei ganfod. Efallai cafodd ei ddileu yn ddiweddar."
+
+#: ../gedit/gedit-io-error-message-area.c:492
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "Methu adfer y ffeil %s."
+
+#: ../gedit/gedit-io-error-message-area.c:516
+msgid "Ch_aracter Coding:"
+msgstr "Amgodiad _Nodau:"
+
+#: ../gedit/gedit-io-error-message-area.c:668
+msgid "gedit has not been able to detect the character coding."
+msgstr "Mae gedit wedi methu canfod yr amgodiad nodau."
+
+#: ../gedit/gedit-io-error-message-area.c:670
+#: ../gedit/gedit-io-error-message-area.c:679
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Gwnewch yn siŵr nad ydych chi'n ceisio agor ffeil ddeuaidd."
+
+#: ../gedit/gedit-io-error-message-area.c:671
+msgid "Select a character coding from the menu and try again."
+msgstr "Dewiswch amgodiad nodau o'r ddewislen, a cheisiwch eto."
+
+#: ../gedit/gedit-io-error-message-area.c:676
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr "Methu agor y ffeil %s gan ddefnyddio'r amgodiad nodau %s."
+
+#: ../gedit/gedit-io-error-message-area.c:680
+#: ../gedit/gedit-io-error-message-area.c:732
+msgid "Select a different character coding from the menu and try again."
+msgstr "Dewiswch amgodiad nodau gwahanol o'r ddewislen, a cheisiwch eto."
+
+#: ../gedit/gedit-io-error-message-area.c:727
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr "Methu cadw'r ffeil %s gan ddefnyddio'r amgodiad nodau %s."
+
+#: ../gedit/gedit-io-error-message-area.c:730
+msgid "The document contains one or more characters that cannot be encoded using the specified character coding."
+msgstr "Mae'r ddogfen yn cynnwys o leiaf un nod na ellir ei amgodio gyda'r amgodiad nodau gafodd ei ddewis."
+
+#: ../gedit/gedit-io-error-message-area.c:798
+#: ../gedit/gedit-io-error-message-area.c:806
+msgid "_Edit Anyway"
+msgstr "_Golygu Beth Bynnag"
+
+#: ../gedit/gedit-io-error-message-area.c:801
+#: ../gedit/gedit-io-error-message-area.c:809
+msgid "_Don't Edit"
+msgstr "_Peidio â Golygu"
+
+#: ../gedit/gedit-io-error-message-area.c:827
+#, fuzzy, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "Mae'r ffeil %s ar agor eisoes."
+
+#: ../gedit/gedit-io-error-message-area.c:842
+#, fuzzy
+msgid "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+msgstr "Agorodd gedit y copi hwn o'r ffeil mewn modd na ellir ei golygu. Ydych chi am ei golygu beth bynnag?"
+
+#: ../gedit/gedit-io-error-message-area.c:901
+#: ../gedit/gedit-io-error-message-area.c:911
+#: ../gedit/gedit-io-error-message-area.c:1011
+#: ../gedit/gedit-io-error-message-area.c:1021
+msgid "S_ave Anyway"
+msgstr "C_adw Beth Bynnag"
+
+#: ../gedit/gedit-io-error-message-area.c:905
+#: ../gedit/gedit-io-error-message-area.c:915
+#: ../gedit/gedit-io-error-message-area.c:1015
+#: ../gedit/gedit-io-error-message-area.c:1025
+msgid "D_on't Save"
+msgstr "Peidi_o â Chadw"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:936
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "Cafodd y ffeil %s ei newid ers ei darllen."
+
+#: ../gedit/gedit-io-error-message-area.c:952
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Os wnewch chi ei chadw, mae'n bosib y collir yr holl newidiadau allanol. Ydych chi am ei chadw beth bynnag?"
+
+#: ../gedit/gedit-io-error-message-area.c:1046
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "Wrth gadw %s, ni allwyd creu ffeil wrth gefn"
+
+#: ../gedit/gedit-io-error-message-area.c:1049
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "Wrth gadw %s, ni allwyd creu ffeil wrth gefn dros dro"
+
+#: ../gedit/gedit-io-error-message-area.c:1066
+msgid "gedit could not backup the old copy of the file before saving the new one. You can ignore this warning and save the file anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?"
+msgstr "Methodd gedit wneud copi wrth gefn o'r ffeil cyn cadw'r un newydd. Gallwch chi anwybyddu'r rhybudd yma, a chadw'r ffeil beth bynnag, ond os fydd gwall wrth gadw, fe allech chi golli hen gopi'r ffeil. Cadw beth bynnag?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1126
+#, fuzzy, c-format
+msgid "gedit cannot handle %s locations in write mode. Please check that you typed the location correctly and try again."
+msgstr "Ni all gedit ddelio â lleoliadau %s yn y modd ysgrifennu. Gwnewch yn siŵr eich bod chi wedi rhoi'r lleoliad yn gywir cyn ceisio eto."
+
+#: ../gedit/gedit-io-error-message-area.c:1134
+#, fuzzy
+msgid "gedit cannot handle this location in write mode. Please check that you typed the location correctly and try again."
+msgstr "Ni all gedit ddelio â'r lleoliad hwn yn y modd ysgrifennu. Gwnewch yn siŵr eich bod chi wedi rhoi'r lleoliad yn gywir cyn ceisio eto."
+
+#: ../gedit/gedit-io-error-message-area.c:1143
+#, c-format
+msgid "%s is not a valid location. Please check that you typed the location correctly and try again."
+msgstr "Nid yw %s yn lleoliad dilys. Gwnewch yn siŵr eich bod chi wedi rhoi'r lleoliad yn gywir cyn ceisio eto."
+
+#: ../gedit/gedit-io-error-message-area.c:1149
+#, fuzzy
+msgid "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
+msgstr "Does gennych chi ddim y caniatâd angenrheidiol i gadw'r ffeil. Gwiriwch eich bod chi wedi rhoi'r lleoliad yn gywir, cyn ceisio eto."
+
+#: ../gedit/gedit-io-error-message-area.c:1155
+#, fuzzy
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr "Does dim digon o le disg i gadw'r ffeil. Rhyddhewch ychydig o'r lle ar y disg cyn ceisio eto."
+
+#: ../gedit/gedit-io-error-message-area.c:1160
+#, fuzzy
+msgid "You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try again."
+msgstr "Rydych chi'n ceisio cadw'r ffeil ar ddisg darllen-yn-unig. Gwiriwch eich bod chi wedi rhoi'r lleoliad yn gywir, cyn ceisio eto."
+
+#: ../gedit/gedit-io-error-message-area.c:1166
+#, fuzzy
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Mae ffeil o'r un enw yn bodoli'n barod. Defnyddiwch enw gwahanol."
+
+#: ../gedit/gedit-io-error-message-area.c:1171
+#, fuzzy
+msgid "The disk where you are trying to save the file has a limitation on length of the file names. Please use a shorter name."
+msgstr "Mae gan y disg lle rydych chi'n ceisio cadw'r ffeil gyfyngiad ar hyd enwau ffeiliau. Defnyddiwch enw byrrach."
+
+#: ../gedit/gedit-io-error-message-area.c:1178
+msgid "The disk where you are trying to save the file has a limitation on file sizes. Please try saving a smaller file or saving it to a disk that does not have this limitation."
+msgstr "Mae gan y disg lle rydych chi'n ceisio cadw'r ffeil gyfwng ar feintiau ffeiliau. Ceisiwch gadw ffeil lai neu gadw at ddisg sydd heb y cyfyngiad yma."
+
+#: ../gedit/gedit-io-error-message-area.c:1193
+#, c-format
+msgid "Could not save the file %s."
+msgstr "Methu cadw'r ffeil %s."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1235
+#, fuzzy, c-format
+msgid "The file %s changed on disk."
+msgstr "Mae'r ffeil %s ar agor eisoes."
+
+#: ../gedit/gedit-io-error-message-area.c:1240
+msgid "Do you want to drop your changes and reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1242
+#, fuzzy
+msgid "Do you want to reload the file?"
+msgstr "Ydych chi am ei hamnewid gyda'r un rydych yn ei chadw?"
+
+#: ../gedit/gedit-io-error-message-area.c:1248
+#: ../gedit/gedit-io-error-message-area.c:1259
+#, fuzzy
+msgid "_Reload"
+msgstr "_Amnewid"
+
+#. bad bad luck...
+#: ../gedit/gedit-local-document-saver.c:375
+msgid "Could not obtain backup filename"
+msgstr "Methwyd cael enw ffeil wrth gefn"
+
+#: ../gedit/gedit-notebook.c:854
+msgid "Close document"
+msgstr "Cau'r ddogfen"
+
+#: ../gedit/gedit-panel.c:364
+#: ../gedit/gedit-panel.c:572
+msgid "Empty"
+msgstr "Gwag"
+
+#: ../gedit/gedit-panel.c:517
+#: ../gedit/gedit-panel.c:591
+msgid "Hide panel"
+msgstr "Cuddio'r panel"
+
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr "Ategyn"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr "Galluog"
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "_Ynghylch"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr "_Cyflunio"
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr "_Gweithredu"
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr "Gweithredu _Popeth"
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr "_Dad-weithredu Popeth"
+
+#: ../gedit/gedit-plugin-manager.c:800
+#, fuzzy
+msgid "Active _Plugins:"
+msgstr "Ategion sy'n weithredol"
+
+#: ../gedit/gedit-plugin-manager.c:825
+msgid "_About Plugin"
+msgstr "_Ynghylch yr Ategyn"
+
+#: ../gedit/gedit-plugin-manager.c:829
+msgid "C_onfigure Plugin"
+msgstr "_Cyflunio'r Ategyn"
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr "Methu cychwyn y rheolwr hoffterau."
+
+#: ../gedit/gedit-prefs-manager.c:1148
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Disgwyliwyd `%s' cafwyd `%s' ar gyfer yr allwedd %s"
+
+#: ../gedit/gedit-print-job.c:541
+#, c-format
+msgid "File: %s"
+msgstr "Ffeil: %s"
+
+#: ../gedit/gedit-print-job.c:550
+msgid "Page %N of %Q"
+msgstr "Tudalen %N o %Q"
+
+#: ../gedit/gedit-print-job.c:805
+msgid "Preparing..."
+msgstr "Paratoi..."
+
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "<b>Fonts</b>"
+msgstr "<b>Ffontiau</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "<b>Page header</b>"
+msgstr "<b>Pennawd tudalen</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "<b>Syntax Highlighting</b>"
+msgstr "<b>Amlygiad Cystrawen</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "He_aders and footers:"
+msgstr "_Penawdau a Throedynnau:"
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print line nu_mbers"
+msgstr "Argraffu _rhifau llinellau"
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Print page _headers"
+msgstr "_Argraffu penawdau tudalennau"
+
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Print synta_x highlighting"
+msgstr "Argraffu amlygu _cystrawen"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr "_Corff:"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr "_Rhifau llinellau:"
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "_Number every"
+msgstr "_Rhif bob"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Restore Default Fonts"
+msgstr "_Adfer Ffontiau Rhagosodedig"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "lines"
+msgstr "llinellau"
+
+#: ../gedit/gedit-print-preview.c:561
+msgid "Show the previous page"
+msgstr "Dangos y dudalen flaenorol"
+
+#: ../gedit/gedit-print-preview.c:573
+msgid "Show the next page"
+msgstr "Dangos y dudalen nesaf"
+
+#: ../gedit/gedit-print-preview.c:589
+msgid "Current page (Alt+P)"
+msgstr "Y dudalen bresennol (Alt+P)"
+
+#: ../gedit/gedit-print-preview.c:611
+msgid "of"
+msgstr "o"
+
+#: ../gedit/gedit-print-preview.c:619
+msgid "Page total"
+msgstr "Cyfanswm tudalennau"
+
+#: ../gedit/gedit-print-preview.c:620
+msgid "The total number of pages in the document"
+msgstr "Cyfanswm y tudalennau o fewn y ddogfen"
+
+#: ../gedit/gedit-print-preview.c:637
+msgid "Show multiple pages"
+msgstr "Dangos fwy nag un tudalen"
+
+#: ../gedit/gedit-print-preview.c:650
+msgid "Zoom 1:1"
+msgstr "Chwyddo 1:1"
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Zoom to fit the whole page"
+msgstr "Chwyddo i ffitio'r holl dudalen"
+
+#: ../gedit/gedit-print-preview.c:668
+msgid "Zoom the page in"
+msgstr "Chwyddo'r dudalen"
+
+#: ../gedit/gedit-print-preview.c:677
+msgid "Zoom the page out"
+msgstr "Crebachu'r dudalen"
+
+#: ../gedit/gedit-print-preview.c:689
+msgid "_Close Preview"
+msgstr "_Cau'r Rhagolwg"
+
+#: ../gedit/gedit-print-preview.c:692
+msgid "Close print preview"
+msgstr "Cau'r rhagolwg argraffu"
+
+#: ../gedit/gedit-print-preview.c:758
+#, c-format
+msgid "Page %d of %d"
+msgstr "Tudalen %d o %d"
+
+#: ../gedit/gedit-print-preview.c:942
+msgid "Page Preview"
+msgstr "Rhagolwg Tudalen"
+
+#: ../gedit/gedit-print-preview.c:943
+msgid "The preview of a page in the document to be printed"
+msgstr "Rhagolwg tudalen o fewn y ddogfen sydd i'w phrintio"
+
+# "TRS" fel yn "trosysgrifo" ("overwrite")
+#: ../gedit/gedit-statusbar.c:70
+#: ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "TRS"
+
+#: ../gedit/gedit-statusbar.c:70
+#: ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr "MEW"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:330
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ll %d, Col %d"
+
+#: ../gedit/gedit-statusbar.c:429
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Mae yna %d tab â gwallau."
+msgstr[1] "Mae yna %d tab â gwallau."
+msgstr[2] "Mae yna %d dab â gwallau."
+msgstr[3] "Mae yna %d tab â gwallau."
+
+#: ../gedit/gedit-style-scheme-manager.c:207
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:669
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Yn adfer %s o %s"
+
+#: ../gedit/gedit-tab.c:676
+#, c-format
+msgid "Reverting %s"
+msgstr "Yn adfer %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:692
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Yn llwytho %s o %s"
+
+#: ../gedit/gedit-tab.c:699
+#, c-format
+msgid "Loading %s"
+msgstr "Yn llwytho %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:782
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Cadw %s i %s"
+
+#: ../gedit/gedit-tab.c:789
+#, c-format
+msgid "Saving %s"
+msgstr "Yn cadw %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1703
+msgid "RO"
+msgstr "DYU"
+
+#: ../gedit/gedit-tab.c:1750
+#, c-format
+msgid "Error opening file %s"
+msgstr "Gwall wrth agor ffeil %s"
+
+#: ../gedit/gedit-tab.c:1755
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Gwall wrth adfer ffeil %s"
+
+#: ../gedit/gedit-tab.c:1760
+#, c-format
+msgid "Error saving file %s"
+msgstr "Gwall wrth gadw ffeil %s"
+
+#: ../gedit/gedit-tab.c:1781
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1788
+msgid "Name:"
+msgstr "Enw:"
+
+#: ../gedit/gedit-tab.c:1789
+msgid "MIME Type:"
+msgstr "Math MIME:"
+
+#: ../gedit/gedit-tab.c:1790
+msgid "Encoding:"
+msgstr "Amgodiad:"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "_Ffeil"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "_Golygu"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "Go_lwg"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "_Chwilio"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "_Offer"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "_Dogfennau"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "C_ymorth"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "Creu dogfen newydd"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "_Agor..."
+
+#: ../gedit/gedit-ui.h:59
+#: ../gedit/gedit-window.c:1385
+msgid "Open a file"
+msgstr "Agor ffeil"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:62
+msgid "Pr_eferences"
+msgstr "_Hoffterau"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Configure the application"
+msgstr "Cyflunio'r rhaglen"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:66
+msgid "_Contents"
+msgstr "_Cynnwys"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Open the gedit manual"
+msgstr "Agor y llawlyfr gedit"
+
+#: ../gedit/gedit-ui.h:69
+msgid "About this application"
+msgstr "Ynghylch y rhaglen hon"
+
+#: ../gedit/gedit-ui.h:73
+msgid "Leave fullscreen mode"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save the current file"
+msgstr "Arbed y ffeil cyfredol"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save _As..."
+msgstr "Cadw _Fel..."
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file with a different name"
+msgstr "Arbed y ffeil cyfredol gydag enw newydd"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Revert to a saved version of the file"
+msgstr "Adfer at fersiwn wedi ei gadw o'r ffeil"
+
+#: ../gedit/gedit-ui.h:86
+msgid "Page Set_up..."
+msgstr "Gosodiad _Tudalen..."
+
+#: ../gedit/gedit-ui.h:87
+msgid "Setup the page settings"
+msgstr "Cyflunio'r gosodiadau tudalen"
+
+#: ../gedit/gedit-ui.h:88
+msgid "Print Previe_w"
+msgstr "_Rhagolwg Argraffu"
+
+#: ../gedit/gedit-ui.h:89
+msgid "Print preview"
+msgstr "Rhagolwg argraffu"
+
+#: ../gedit/gedit-ui.h:90
+msgid "_Print..."
+msgstr "_Argraffu..."
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print the current page"
+msgstr "Argraffu'r dudalen hon"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Close the current file"
+msgstr "Cau'r ffeil cyfredol"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Undo the last action"
+msgstr "Dadwneud y weithred ddiwethaf"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Redo the last undone action"
+msgstr "Ail-wneud y weithred gafodd ei dadwneud diwethaf"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Cut the selection"
+msgstr "Torri'r dewis"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Copy the selection"
+msgstr "Copïo'r dewis"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Paste the clipboard"
+msgstr "Gludo'r clipfwrdd"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Delete the selected text"
+msgstr "Dileu'r testun a ddewiswyd"
+
+#: ../gedit/gedit-ui.h:108
+msgid "Select _All"
+msgstr "Dewis _Popeth"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Select the entire document"
+msgstr "Dewis yr holl ddogfen"
+
+#. View menu
+#: ../gedit/gedit-ui.h:112
+msgid "_Highlight Mode"
+msgstr "Modd _Amlygu"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:115
+msgid "_Find..."
+msgstr "_Chwilio..."
+
+#: ../gedit/gedit-ui.h:116
+msgid "Search for text"
+msgstr "Chwilio am destun"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Find Ne_xt"
+msgstr "Canfod _Nesaf"
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search forwards for the same text"
+msgstr "Chwilio am ymlaen am yr un llinyn"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Pre_vious"
+msgstr "Canfod _Blaenorol"
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search backwards for the same text"
+msgstr "Chwilio am yn ôl am yr un testun"
+
+#: ../gedit/gedit-ui.h:121
+msgid "_Replace..."
+msgstr "_Amnewid..."
+
+#: ../gedit/gedit-ui.h:122
+msgid "Search for and replace text"
+msgstr "Chwilio am destun a'i amnewid"
+
+#: ../gedit/gedit-ui.h:123
+msgid "_Clear Highlight"
+msgstr "_Clirio'r Amlygiad"
+
+#: ../gedit/gedit-ui.h:124
+msgid "Clear highlighting of search matches"
+msgstr "Peidio ag amlygu'r cydweddu chwilio"
+
+#: ../gedit/gedit-ui.h:125
+msgid "Go to _Line..."
+msgstr "_Mynd at Linell..."
+
+#: ../gedit/gedit-ui.h:126
+msgid "Go to a specific line"
+msgstr "Mynd at linell benodol"
+
+#: ../gedit/gedit-ui.h:127
+#, fuzzy
+msgid "_Incremental Search..."
+msgstr "Chwilio'n rhyngweithiol..."
+
+#: ../gedit/gedit-ui.h:128
+#, fuzzy
+msgid "Incrementally search for text"
+msgstr "Chwilio am destun yn rhyngweithiol"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:131
+msgid "_Save All"
+msgstr "_Cadw Popeth"
+
+#: ../gedit/gedit-ui.h:132
+msgid "Save all open files"
+msgstr "Cadw pob ffeil agored"
+
+#: ../gedit/gedit-ui.h:133
+msgid "_Close All"
+msgstr "_Cau Popeth"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Close all open files"
+msgstr "Cau bob ffeil agored"
+
+#: ../gedit/gedit-ui.h:135
+msgid "_Previous Document"
+msgstr "_Dogfen Flaenorol"
+
+#: ../gedit/gedit-ui.h:136
+msgid "Activate previous document"
+msgstr "Gweithredu'r ddogfen flaenorol"
+
+#: ../gedit/gedit-ui.h:137
+msgid "_Next Document"
+msgstr "_Dogfen Nesaf"
+
+#: ../gedit/gedit-ui.h:138
+msgid "Activate next document"
+msgstr "Gweithredu'r ddogfen nesaf"
+
+#: ../gedit/gedit-ui.h:139
+msgid "_Move to New Window"
+msgstr "_Symud at Ffenest Newydd"
+
+#: ../gedit/gedit-ui.h:140
+msgid "Move the current document to a new window"
+msgstr "Symud y ddogfen gyfredol at ffenest newydd"
+
+#: ../gedit/gedit-ui.h:147
+msgid "Quit the program"
+msgstr "Gadael y rhaglen"
+
+#: ../gedit/gedit-ui.h:152
+msgid "_Toolbar"
+msgstr "Bar _Offer"
+
+#: ../gedit/gedit-ui.h:153
+msgid "Show or hide the toolbar in the current window"
+msgstr "Cuddio neu ddangos y bar offer yn y ffenestr bresennol"
+
+#: ../gedit/gedit-ui.h:155
+msgid "_Statusbar"
+msgstr "Bar _Statws"
+
+#: ../gedit/gedit-ui.h:156
+msgid "Show or hide the statusbar in the current window"
+msgstr "Cuddio neu ddangos y bar statws yn y ffenestr bresennol"
+
+#: ../gedit/gedit-ui.h:159
+#, fuzzy
+msgid "Edit text at fullscreen"
+msgstr "Golygu ffeiliau testun"
+
+#: ../gedit/gedit-ui.h:166
+msgid "Side _Pane"
+msgstr "Cwarel _Ochr"
+
+#: ../gedit/gedit-ui.h:167
+msgid "Show or hide the side pane in the current window"
+msgstr "Cuddio neu ddangos y cwarel ochr yn y ffenestr bresennol"
+
+#: ../gedit/gedit-ui.h:169
+msgid "_Bottom Pane"
+msgstr "_Cwarel Gwaelod"
+
+#: ../gedit/gedit-ui.h:170
+msgid "Show or hide the bottom pane in the current window"
+msgstr "Cuddio neu ddangos y cwarel gwaelod yn y ffenestr bresennol"
+
+#: ../gedit/gedit-utils.c:1072
+msgid "Please check your installation."
+msgstr "Gwiriwch eich gosodiad."
+
+#: ../gedit/gedit-utils.c:1141
+#, fuzzy, c-format
+msgid "Unable to open ui file %s. Error: %s"
+msgstr "Methu canfod y ffeil %s."
+
+#: ../gedit/gedit-utils.c:1161
+#, fuzzy, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "Methu canfod y teclynnau gofynnol o fewn y ffeil %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1321
+#, c-format
+msgid "/ on %s"
+msgstr "/ ar %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1248
+msgid "_Wrap Around"
+msgstr "_Amlapio o gwmpas"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1258
+msgid "Match _Entire Word Only"
+msgstr "Cydweddu gair _cyfan yn unig"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1268
+msgid "_Match Case"
+msgstr "_Cydweddu prif lythrennedd"
+
+#: ../gedit/gedit-view.c:1386
+#: ../gedit/gedit-view.c:1411
+msgid "String you want to search for"
+msgstr "Llinyn i'w chwilio amdani"
+
+#: ../gedit/gedit-view.c:1394
+#: ../gedit/gedit-view.c:1420
+msgid "Line you want to move the cursor to"
+msgstr "Y llinell i symud y cyrchwr ati"
+
+#: ../gedit/gedit-window.c:938
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Defnyddio'r modd amlygu %s"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:995
+#: ../gedit/gedit-window.c:1880
+#: ../plugins/externaltools/tools/manager.py:121
+#: ../plugins/externaltools/tools/manager.py:423
+#: ../plugins/externaltools/tools/manager.py:533
+#: ../plugins/externaltools/tools/manager.py:844
+#, fuzzy
+msgid "Plain Text"
+msgstr "Canfod Nesaf"
+
+#: ../gedit/gedit-window.c:996
+msgid "Disable syntax highlighting"
+msgstr "Analluogi amlygu cystrawen"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1282
+#, c-format
+msgid "Open '%s'"
+msgstr "Agor '%s'"
+
+#: ../gedit/gedit-window.c:1387
+msgid "Open a recently used file"
+msgstr "Agor ffeil a ddefnyddiwyd yn ddiweddar"
+
+#: ../gedit/gedit-window.c:1393
+msgid "Open"
+msgstr "Agor"
+
+#: ../gedit/gedit-window.c:1452
+msgid "Save"
+msgstr "Cadw"
+
+#: ../gedit/gedit-window.c:1454
+msgid "Print"
+msgstr "Argraffu"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1605
+#, c-format
+msgid "Activate '%s'"
+msgstr "Gweithredu '%s'"
+
+#: ../gedit/gedit-window.c:1858
+msgid "Use Spaces"
+msgstr "Defnyddio Bylchau"
+
+#: ../gedit/gedit-window.c:1929
+msgid "Tab Width"
+msgstr "Lled Tab"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Newid prif lythrennedd"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Newidir prif lythrennedd y testun a ddewiswyd."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "_Newid prif lythrennedd"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "_Priflythrennau I Gyd"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "Newid y testun a ddewiswyd at briflythrennau"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "Llythrennau _Bychain I Gyd"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "Newid y testun a ddewiswyd at lythrennau bychain"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "_Cyfnewid prif lythrennedd"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "Cyfnewid prif lythrennedd y testun dewisedig"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "prif lythrennedd _Teitl"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "Priflythrennu llythyren gyntaf pob gair dewisedig"
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:1
+msgid "Check for latest version of gedit"
+msgstr ""
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Check update"
+msgstr "Ticiwyd (stad)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:192
+msgid "There was an error displaying the url."
+msgstr "Roedd gwall wrth ddangos y url."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:222
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:233
+msgid "_Download"
+msgstr "_Llawrlwytho"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:250
+msgid "There is a new version of gedit"
+msgstr "Mae yna fersiwn newydd o gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:251
+msgid "You can download the new version of gedit by pressing on the download button"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid "Analyzes the current document and reports the number of words, lines, characters and non-space characters in it."
+msgstr "Dadansoddi'r ddogfen gyfredol ac adrodd y nifer o eiriau, llinellau, nodau a nodau heb fod yn fylchau sydd ynddo."
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Document Statistics"
+msgstr "Ystadegau Dogfen"
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">Enw Ffeil</span>"
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Bytes"
+msgstr "Beit"
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Characters (no spaces)"
+msgstr "Nodau (dim bylchau)"
+
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Nodau (gyda bylchau)"
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+msgid "Document"
+msgstr "Dogfen"
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Lines"
+msgstr "Llinellau"
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Selection"
+msgstr "Dewis"
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "Words"
+msgstr "Geiriau"
+
+#: ../plugins/docinfo/docinfo.ui.h:12
+msgid "_Update"
+msgstr "_Diweddaru"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:422
+msgid "_Document Statistics"
+msgstr "_Ystadegau Dogfen"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:424
+msgid "Get statistic info on current document"
+msgstr "Cyrchu ystadegau ynghylch y ddogfen gyfredol"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "Rhedeg gorchmynion allanol a sgriptiau'r plisgyn."
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "Offer Allanol"
+
+#: ../plugins/externaltools/tools/__init__.py:172
+#, fuzzy
+msgid "Manage _External Tools..."
+msgstr "Offer Allanol"
+
+#: ../plugins/externaltools/tools/__init__.py:174
+#, fuzzy
+msgid "Opens the External Tools Manager"
+msgstr "Rheolwr Offer Allanol"
+
+#: ../plugins/externaltools/tools/__init__.py:178
+msgid "External _Tools"
+msgstr "Offer _Allanol"
+
+#: ../plugins/externaltools/tools/__init__.py:180
+msgid "External tools"
+msgstr "Offer allanol"
+
+#: ../plugins/externaltools/tools/__init__.py:212
+#, fuzzy
+msgid "Shell Output"
+msgstr "_Allbwn:"
+
+#: ../plugins/externaltools/tools/capture.py:94
+#, fuzzy, python-format
+msgid "Could not execute command: %s"
+msgstr "Methu adfer y ffeil %s."
+
+#: ../plugins/externaltools/tools/functions.py:157
+msgid "You must be inside a word to run this command"
+msgstr "Rhaid bod o fewn gair cyn rhedeg y gorchymyn hwn"
+
+#: ../plugins/externaltools/tools/functions.py:262
+msgid "Running tool:"
+msgstr "Offer sy'n rhedeg:"
+
+#: ../plugins/externaltools/tools/functions.py:287
+msgid "Done."
+msgstr "Wedi'i wneud."
+
+#: ../plugins/externaltools/tools/functions.py:289
+msgid "Exited"
+msgstr "Wedi Gadael"
+
+#: ../plugins/externaltools/tools/manager.py:119
+msgid "All languages"
+msgstr "Pob iaith"
+
+#: ../plugins/externaltools/tools/manager.py:522
+#: ../plugins/externaltools/tools/manager.py:526
+#: ../plugins/externaltools/tools/manager.py:842
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All Languages"
+msgstr "Pob Iaith"
+
+#: ../plugins/externaltools/tools/manager.py:632
+msgid "New tool"
+msgstr "Arf newydd"
+
+#: ../plugins/externaltools/tools/manager.py:760
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Mae'r cyflymydd hwn eisoes wedi ei rwymo i %s"
+
+#: ../plugins/externaltools/tools/manager.py:809
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Teipiwch gyflymydd newydd, neu bwyso Yn-Ôl (Backspace) i glirio"
+
+#: ../plugins/externaltools/tools/manager.py:811
+msgid "Type a new accelerator"
+msgstr "Teipiwch gyflymydd newydd"
+
+#: ../plugins/externaltools/tools/outputpanel.py:100
+msgid "Stopped."
+msgstr "Wedi atal."
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents"
+msgstr "Pob dogfen"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "All documents except untitled ones"
+msgstr "Pob dogfen ar wahân i'r rhai dideitl"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Append to current document"
+msgstr "Atodi at y ddogfen bresennol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "Creu dogfen newydd"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "Dogfen bresennol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "Llinell bresennol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Dewis presennol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+#, fuzzy
+msgid "Current selection (default to document)"
+msgstr "Dewis presennol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "Gair presennol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+#, fuzzy
+msgid "Display in bottom pane"
+msgstr "Dangos Rhifau Llinell"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr "Rheolwr Offer Allanol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr "Mewnosod ar safle'r cyrchwr"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr "Ffeiliau lleol yn unig"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr "Dim"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr "Ffeiliau pell yn unig"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr "Disodli'r ddogfen bresennol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr "Disodli'r dewis presennol"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr "Dogfennau dideitl yn unig"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr "_Cymhwysedd:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr "_Golygu:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "_Mewnbwn:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "_Allbwn:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "_Cadw:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "_Offer:"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Adeiladu"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Rhedeg \"make\" yng nghyfeiriadur y ddogfen"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "Agor terfynell yn lleoliad y ddogfen"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "Agor terfynell fan hyn"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+#, fuzzy
+msgid "Remove trailing spaces"
+msgstr "_Tynnu copïau dyblyg"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr "Mynediad hwylus at ffeiliau o'r panel ochr"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "File Browser Pane"
+msgstr "Cwarel porwr ffeiliau"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:235
+msgid "File System"
+msgstr "System Ffeiliau"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr "Galluogi Adfer Lleoliadau Pell"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr "Modd Hidlo'r Porwr Ffeiliau"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr "Patrwm Hidlo'r Porwr Ffeiliau"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr "Cyfeiriadur Gwraidd y Porwr Ffeiliau"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Rhith-Gyfeiriadur Gwraidd y Porwr Ffeiliau"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid "If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with nautilus etc)"
+msgstr "Os yn WIR, bydd yr ategyn porwr ffeiliau yn dangos cyfeiriadur y ddogfen gyntaf a agorwyd, gan nad yw'r porwr ffeiliau wedi ei ddefnyddio eto. (Fe fydd hyn, felly, yn fwyaf perthnasol wrth agor dogfen o'r llinell orchymyn, neu ei agor gyda nautilus a.y.b.)"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr "Agor yn yr Olwg Coeden"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr "Agor yn yr olwg coeden, yn hytrach na'r olwg llyfrnodau, wrth lwytho'r ategyn porwr ffeiliau"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr "Gosod y Ddogfen Gyntaf yn Lleoliad"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Gosod a ddylid galluogi adfer lleoliadau pell."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid "The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE."
+msgstr "Y cyfeiriadur gwraidd i'w ddefnyddio wrth lwytho'r porwr ffeiliau os yw onload/tree_view yn WIR."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid "The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr "Y rhith-gyfeiriadur gwraidd i'w ddefnyddio wrth lwytho'r porwr ffeiliau os yw onload/tree_view yn WIR. Rhaid i'r rhith-gyfeiriadur gwraidd fod bob amser islaw'r cyfeiriadur gwraidd go iawn."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid "The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr "Y patrwm hidlo i'w ddefnyddio i hidlo'r porwr ffeiliau. Mae'r hidlydd hwn yn gweithio ar ben y modd hidlo."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid "This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hidden (filter hidden files), binary (filter binary files) and hidden_and_binary (filter both hidden and binary files)."
+msgstr "Mae'r gwerth hwn yn penderfynu pa ffeiliau sy'n cael eu hidlo i ffwrdd o'r porwr ffeiliau. Y gwerthoedd dilys yw dim (peidio â hidlo dim), cudd (hidlo ffeiliau cudd), deuaidd (hidlo ffeiliau deuaidd), cudd_a_deuaidd (hidlo ffeiliau cudd a ffeiliau deuaidd)."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:592
+msgid "_Set root to active document"
+msgstr "_Gosod y ddogfen bresennol fel gwraidd"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:594
+msgid "Set the root to the active document location"
+msgstr "Gosod lleoliad y ddogfen sydd ar waith ar hyn o bryd fel y gwraidd"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:599
+msgid "_Open terminal here"
+msgstr "_Agor terfynell fan hyn"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:601
+msgid "Open a terminal at the currently opened directory"
+msgstr "Agor terfynell ar gyfer y cyfeiriadur sydd ar agor ar hyn o bryd"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:737
+msgid "File Browser"
+msgstr "Porwr Ffeiliau"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:868
+msgid "An error occurred while creating a new directory"
+msgstr "Digwyddodd gwall wrth greu cyfeiriadur newydd"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:871
+msgid "An error occurred while creating a new file"
+msgstr "Digwyddodd gwall wrth greu ffeil newydd"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:876
+msgid "An error occurred while renaming a file or directory"
+msgstr "Digwyddodd gwall wrth ail-enwi ffeil neu gyfeiriadur"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while deleting a file or directory"
+msgstr "Digwyddodd gwall wrth ddileu ffeil neu gyfeiriadur"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:886
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Digwyddodd gwall wrth agor cyfeiriadur o fewn y rheolwr ffeiliau"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:890
+msgid "An error occurred while setting a root directory"
+msgstr "Digwyddodd gwall wrth osod cyfeiriadur gwraidd"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:894
+msgid "An error occurred while loading a directory"
+msgstr "Digwyddodd gwall wrth lwytho cyfeiriadur"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:897
+msgid "An error occurred"
+msgstr "Digwyddodd gwall"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1192
+#, fuzzy
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Methu symud ffeil i'r sbwriel, ydych\n"
+"chi am ei dileu yn syth?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1196
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Methu symud y ffeil \"%s\" i'r sbwriel."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1199
+#, fuzzy
+msgid "The selected files cannot be moved to the trash."
+msgstr "Methu symud y ffeil \"%s\" i'r sbwriel."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1232
+#, fuzzy, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr ""
+"Ydych chi'n siŵr eich bod\n"
+"am ddileu \"%s\" yn barhaol?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1235
+#, fuzzy
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"Ydych chi'n siŵr eich bod\n"
+"am ddileu \"%s\" yn barhaol?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1238
+#, fuzzy
+msgid "If you delete an item, it is permanently lost."
+msgstr "Unwaith i chi ddileu eitem, fe'i collir am byth."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1664
+msgid "(Empty)"
+msgstr "(Gwag)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3298
+#, fuzzy
+msgid "The renamed file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "Mae'r ffeil newydd wedi ei hidlo allan ar hyn o bryd. Rhaid i chi newid gosodiadau'r hidlydd er mwyn gweld y ffeil"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3536
+msgid "file"
+msgstr "ffeil"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3560
+msgid "The new file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "Mae'r ffeil newydd wedi ei hidlo allan ar hyn o bryd. Rhaid i chi newid gosodiadau'r hidlydd er mwyn gweld y ffeil"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3588
+msgid "directory"
+msgstr "cyfeiriadur"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3608
+#, fuzzy
+msgid "The new directory is currently filtered out. You need to adjust your filter settings to make the directory visible"
+msgstr "Mae'r ffeil newydd wedi ei hidlo allan ar hyn o bryd. Rhaid i chi newid gosodiadau'r hidlydd er mwyn gweld y ffeil"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:698
+msgid "Bookmarks"
+msgstr "Llyfrnodau"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:779
+msgid "_Filter"
+msgstr "_Hidlydd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:784
+msgid "_Move To Trash"
+msgstr "_Symud i'r Sbwriel"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:785
+#, fuzzy
+msgid "Move selected file or folder to trash"
+msgstr "Symud y ffeil neu'r cyfeiriadur a ddewiswyd i'r sbwriel"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:787
+msgid "_Delete"
+msgstr "_Dileu"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:788
+#, fuzzy
+msgid "Delete selected file or folder"
+msgstr "Dileu'r ffeil neu'r cyfeiriadur a ddewiswyd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:794
+msgid "Up"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:795
+#, fuzzy
+msgid "Open the parent folder"
+msgstr "Arbed y ffeil cyfredol"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:800
+msgid "_New Folder"
+msgstr "Plygell _Newydd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:801
+#, fuzzy
+msgid "Add new empty folder"
+msgstr "Ychwanegu ffeil wag newydd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:803
+msgid "New F_ile"
+msgstr "Ffeil _Newydd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:804
+msgid "Add new empty file"
+msgstr "Ychwanegu ffeil wag newydd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:809
+msgid "_Rename"
+msgstr "_Ailenwi"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:810
+#, fuzzy
+msgid "Rename selected file or folder"
+msgstr "Ailenwi'r ffeil neu'r cyfeiriadur a ddewiswyd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:816
+msgid "_Previous Location"
+msgstr "_Lleoliad Blaenorol"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:818
+#, fuzzy
+msgid "Go to the previous visited location"
+msgstr "Mynd i'r lleoliad blaenorol"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:820
+msgid "_Next Location"
+msgstr "_Lleoliad nesaf"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+#, fuzzy
+msgid "Go to the next visited location"
+msgstr "Mynd i'r lleoliad nesaf"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:822
+msgid "Re_fresh View"
+msgstr "Ad_newyddu'r Olwg"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:823
+msgid "Refresh the view"
+msgstr "Adnewyddu'r olwg"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:824
+msgid "_View Folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:825
+#, fuzzy
+msgid "View folder in file manager"
+msgstr "Gweld y cyfeiriadur yn y rheolwr ffeiliau"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:832
+msgid "Show _Hidden"
+msgstr "Dangos _Cudd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:833
+#, fuzzy
+msgid "Show hidden files and folders"
+msgstr "Dangos ffeiliau a chyfeiriaduron cudd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:835
+msgid "Show _Binary"
+msgstr "Dangos _Deuaidd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:836
+msgid "Show binary files"
+msgstr "Dangos ffeiliau deuaidd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:944
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:953
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:974
+msgid "Previous location"
+msgstr "Lleoliad blaenorol"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:946
+msgid "Go to previous location"
+msgstr "Mynd i'r lleoliad blaenorol"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:948
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:969
+msgid "Go to a previously opened location"
+msgstr "Mynd i leoliad a agorwyd eisoes"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:965
+msgid "Next location"
+msgstr "Lleoliad nesaf"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:967
+msgid "Go to next location"
+msgstr "Mynd i'r lleoliad nesaf"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1178
+#, fuzzy
+msgid "_Match Filename"
+msgstr "_Cydweddu prif lythrennedd"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2044
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2124
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Methu agor cyfrwng: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2171
+#, fuzzy, c-format
+msgid "Could not mount volume: %s"
+msgstr "Methu agor y ffeil %s."
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "_Mewnoliad"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr "Mewnoli'r llinellau a ddewiswyd"
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "_Datfewnoli"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr "Datfewnoli y llinellau a ddewiswyd"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr "Mewnoli Llinellau"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "Mewnoli new datfewnoli llinellau dewisedig."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Cynhaliaeth llinellau modd Emacs, Kate a Vim ar gyfer gedit."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "Llinellau modd"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr "Consol Python rhyngweithiol yn aros yn y panel gwaelod."
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:49
+msgid "Python Console"
+msgstr "Consol Python"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+#, fuzzy
+msgid "C_ommand color:"
+msgstr "Lliw _cefndir:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Lliw _gwall:"
+
+#. ex:ts=8:et:
+#: ../plugins/quickopen/quickopen/popup.py:34
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:1
+msgid "Quick Open"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:68
+msgid "Quick open"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:69
+msgid "Quickly open documents"
+msgstr "Agor dogfennau'n gyflym"
+
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Agor ffeiliau'n gyflym"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr "Ffordd chwim i fewnosod darnau o destun a ddefnyddir yn aml"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr "Tameidiau"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>Rhoi ar Waith</b>"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+#, fuzzy
+msgid "Create new snippet"
+msgstr "Creu dogfen newydd"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:420
+#, fuzzy
+msgid "Delete selected snippet"
+msgstr "Dileu'r testun a ddewiswyd"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+#, fuzzy
+msgid "Export selected snippets"
+msgstr "Mewnoli'r llinellau a ddewiswyd"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:808
+#, fuzzy
+msgid "Import snippets"
+msgstr "_Golygu tamaid:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:697
+msgid "Single word with which the snippet is activated after pressing tab"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Snippets Manager"
+msgstr "Trefnydd Tameidiau"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+#, fuzzy
+msgid "_Drop targets:"
+msgstr "Targed ffrâm"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr "_Tameidiau:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr "Sbardun _Tab:"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:74
+msgid "Manage _Snippets..."
+msgstr "Rheoli _Tameidiau:"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:75
+msgid "Manage snippets"
+msgstr "Rheoli tameidiau"
+
+#: ../plugins/snippets/snippets/Manager.py:45
+#, fuzzy
+msgid "Snippets archive"
+msgstr "Trefnydd Tameidiau"
+
+#: ../plugins/snippets/snippets/Manager.py:70
+msgid "Add a new snippet..."
+msgstr "Ychwanegu tamaid newydd..."
+
+#: ../plugins/snippets/snippets/Manager.py:120
+msgid "Global"
+msgstr "Eang"
+
+#: ../plugins/snippets/snippets/Manager.py:417
+#, fuzzy
+msgid "Revert selected snippet"
+msgstr "Dileu'r testun a ddewiswyd"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/Manager.py:690
+msgid "This is not a valid tab trigger. Triggers can either contain letters or a single, non alphanumeric, character like {, [, etcetera."
+msgstr "Nid yw hwn yn sbardun tab dilys. Gall sbardunau gynnwys naill ai llythrennau neu un nod nad yw'n llythyren na'n rhif, fel {, [, a.y.b."
+
+#: ../plugins/snippets/snippets/Manager.py:787
+#, fuzzy, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Digwyddodd gwall wrth greu ffeil newydd"
+
+#: ../plugins/snippets/snippets/Manager.py:794
+msgid "Import successfully completed"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:813
+#: ../plugins/snippets/snippets/Manager.py:899
+#: ../plugins/snippets/snippets/Manager.py:962
+#, fuzzy
+msgid "All supported archives"
+msgstr "Rhestr archif, rannir gan fylchau"
+
+#: ../plugins/snippets/snippets/Manager.py:814
+#: ../plugins/snippets/snippets/Manager.py:900
+#: ../plugins/snippets/snippets/Manager.py:963
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:815
+#: ../plugins/snippets/snippets/Manager.py:901
+#: ../plugins/snippets/snippets/Manager.py:964
+#, fuzzy
+msgid "Bzip2 compressed archive"
+msgstr "Trefnydd Tameidiau"
+
+#: ../plugins/snippets/snippets/Manager.py:816
+#, fuzzy
+msgid "Single snippets file"
+msgstr "Rheoli tameidiau"
+
+#: ../plugins/snippets/snippets/Manager.py:817
+#: ../plugins/snippets/snippets/Manager.py:903
+#: ../plugins/snippets/snippets/Manager.py:966
+msgid "All files"
+msgstr "Pob ffeil"
+
+#: ../plugins/snippets/snippets/Manager.py:829
+#, fuzzy, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Digwyddodd gwall wrth greu ffeil newydd"
+
+#: ../plugins/snippets/snippets/Manager.py:833
+msgid "Export successfully completed"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:873
+#: ../plugins/snippets/snippets/Manager.py:940
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:888
+#: ../plugins/snippets/snippets/Manager.py:958
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:893
+#: ../plugins/snippets/snippets/Manager.py:931
+#, fuzzy
+msgid "Export snippets"
+msgstr "_Golygu tamaid:"
+
+#: ../plugins/snippets/snippets/Manager.py:1070
+#, fuzzy
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Teipiwch gyflymydd newydd, neu bwyso Yn-Ôl (Backspace) i glirio"
+
+#: ../plugins/snippets/snippets/Manager.py:1072
+msgid "Type a new shortcut"
+msgstr "Teipiwch gyflymydd newydd"
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive `%s` could not be created"
+msgstr "Doedd yr archif `%s` ddim yn gallu cael ei chreu"
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, python-format
+msgid "Target directory `%s` does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory `%s` is not a valid directory"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File `%s` does not exist"
+msgstr "Dydy'r ffeil `%s` ddim yn bodoli"
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, fuzzy, python-format
+msgid "File `%s` is not a valid snippets file"
+msgstr "Nid yw %s yn lleoliad dilys."
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, python-format
+msgid "Imported file `%s` is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive `%s` could not be extracted"
+msgstr "Doedd yr archif `%s` ddim yn gallu cael ei echdynnu"
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Methwyd mewnforio'r ffeiliau canlynol: %s"
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File `%s` is not a valid snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:571
+#, python-format
+msgid "Execution of the python command (%s) exceeds the maximum time, execution aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:579
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:86
+msgid "S_ort..."
+msgstr "_Trefnu..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "Sort the current document or selection"
+msgstr "Trefnu'r ddogfen neu ddewis presennol"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr "Trefnu"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Trefnu dogfen neu destun wedi ei ddewis."
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr "_Tynnu copïau dyblyg"
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr "_Dechrau â cholofn:"
+
+#: ../plugins/sort/sort.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Ni allwch ddadwneud gweithred trefnu"
+
+# msgstr "_Anwybyddu'r gwahaniaeth rhwng priflythennau a llythrennau bychain"
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr "_Anwybyddu prif lythrennedd"
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr "Trefn _gwrthdroëdig"
+
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr "_Trefnu"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:499
+msgid "(no suggested words)"
+msgstr "(dim geiriau wedi eu hawgrymu)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "_Rhagor..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:497
+msgid "_Ignore All"
+msgstr "_Anwybyddu popeth"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:512
+msgid "_Add"
+msgstr "_Ychwanegu"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:551
+msgid "_Spelling Suggestions..."
+msgstr "_Cynigion sillafu"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "Cywiro sillafu"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "Awgrymiadau"
+
+# ydi "correct" yn ferf neu'n ansoddair?
+# ansoddair dwi'n meddwl
+#: ../plugins/spell/gedit-spell-checker-dialog.c:605
+msgid "(correct spelling)"
+msgstr "(sillafu cywir)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:748
+msgid "Completed spell checking"
+msgstr "Gorffennwyd gwirio sillafu"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:285
+#: ../plugins/spell/gedit-spell-checker-language.c:291
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:300
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Anhysbys (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:406
+#, fuzzy
+msgctxt "language"
+msgid "Default"
+msgstr "Defnyddio Ffont Rhagosodedig"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:141
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "Gosod iaith"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:192
+msgid "Languages"
+msgstr "Ieithoedd"
+
+#: ../plugins/spell/gedit-spell-plugin.c:75
+msgid "_Check Spelling..."
+msgstr "_Gwirio Sillafu"
+
+#: ../plugins/spell/gedit-spell-plugin.c:77
+msgid "Check the current document for incorrect spelling"
+msgstr "Gwirio sillafu'r ddogfen gyfredol"
+
+#: ../plugins/spell/gedit-spell-plugin.c:83
+msgid "Set _Language..."
+msgstr "Gosod _Iaith:"
+
+#: ../plugins/spell/gedit-spell-plugin.c:85
+msgid "Set the language of the current document"
+msgstr "Gosod iaith y ddogfen gyfredol"
+
+#: ../plugins/spell/gedit-spell-plugin.c:94
+msgid "_Autocheck Spelling"
+msgstr "Gwirio Sillafu'n _Awtomatig"
+
+#: ../plugins/spell/gedit-spell-plugin.c:96
+msgid "Automatically spell-check the current document"
+msgstr "Gwirio sillafu'r ddogfen gyfredol yn awtomatig."
+
+#: ../plugins/spell/gedit-spell-plugin.c:761
+msgid "The document is empty."
+msgstr "Mae'r ddogfen yn wag."
+
+#: ../plugins/spell/gedit-spell-plugin.c:794
+msgid "No misspelled words"
+msgstr "Dim geiriau wedi'u camsillafu"
+
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "Dewis _iaith y ddogfen gyfredol."
+
+#: ../plugins/spell/spell-checker.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Iaith</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "<b>word</b>"
+msgstr "<b>gair</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Add w_ord"
+msgstr "Ychwanegu _gair"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Cha_nge"
+msgstr "_Newid"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Change A_ll"
+msgstr "Newid y _Cyfan"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Change _to:"
+msgstr "Newid _i:"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Check _Word"
+msgstr "Gwirio _Gair"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Check spelling"
+msgstr "Gwirio sillafu"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Ignore _All"
+msgstr "Anwybyddu _Pob Un"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "Language:"
+msgstr "Iaith:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Misspelled word:"
+msgstr "Gair wedi ei gamsillafu:"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "User dictionary:"
+msgstr "Geiriadur y defnyddiwr:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "_Ignore"
+msgstr "_Anwybyddu"
+
+#: ../plugins/spell/spell-checker.ui.h:15
+msgid "_Suggestions:"
+msgstr "_Awgrymiadau:"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Gwirio sillafu'r ddogfen gyfredol."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "Gwirydd sillafu"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:98
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:694
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:710
+msgid "Tags"
+msgstr "Tagiau"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:605
+msgid "Select the group of tags you want to use"
+msgstr "Dewis y grŵp o dagiau hoffech ddefnyddio."
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:624
+msgid "_Preview"
+msgstr "_Rhagolwg"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:691
+msgid "Available Tag Lists"
+msgstr "Rhestrau Tag Ar Gael"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "Ffurf fer"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "Byrfodd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "Uwchben"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "Nod bysell hygyrchedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "Acronym"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "Alinio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "Nod alinio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "Dewis amgen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "Angor"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "URI angor"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "Cod ffeil dosbarth apled"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+#, fuzzy
+msgid "Applet class file code (deprecated)"
+msgstr "Cod ffeil dosbarth apled"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr "Arae"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr "Gwybodaeth gysylltiedig"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "Gwybodaeth ynghylch yr awdur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr "Penawdau ynglŷn â'r echelin"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "Lliw cefndir"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+#, fuzzy
+msgid "Background color (deprecated)"
+msgstr "Lliw cefndir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr "Teilsen wead y cefndir"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+#, fuzzy
+msgid "Background texture tile (deprecated)"
+msgstr "Teilsen wead y cefndir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr "URI Sail"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "Ffont sail"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "Trwm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "Border"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "Lliw border"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr "Ystod rhesi'r gell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "Canol"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr "Amgodiad nodau'r adnodd cysylltiedig"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr "Ticiwyd (stad)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+#, fuzzy
+msgid "Checked state"
+msgstr "Ticiwyd (stad)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr "Dyfyniad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr "Rhoi'r rheswm am y newid"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr "ID gweithredu'r dosbarth"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr "Rhestr y dosbarthiadau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr "Clirio rheolaeth llif y testun"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr "Math cynnwys y cod"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "Lliw'r cysylltiadau a ddewisir"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+#, fuzzy
+msgid "Color of selected links (deprecated)"
+msgstr "Lliw'r cysylltiadau a ddewisir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr "Ystod colofn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "Colofnau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "Sylw"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr "Darn o god cyfrifiadurol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr "Cynllun cynnwys"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "Math cynnwys"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+#, fuzzy
+msgid "Content type (deprecated)"
+msgstr "Math cynnwys"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr "Cyfesurynnau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr "Cynhwysydd arddull DIV"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr "Cynhwysydd DIV"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr "Dydd ac amser y newid"
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr "Fflag datgan"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr "Gohirio priodwedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr "Disgrifiad diffiniad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "Rhestr ddiffiniadau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr "Y term i'w ddiffinio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "Testun wedi ei ddileu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "Cyfeiriad y testun"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr "Cyfeiriad yr elfen"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+#, fuzzy
+msgid "Directionality (deprecated)"
+msgstr "Cyfeiriad yr elfen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "Rhestr plygell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "Analluog"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr "Sail y ddogfen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "Corff y ddogfen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "Pen y ddogfen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "Teitl y ddogfen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "Math y ddogfen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr "ID Elfen"
+
+# EFALLAI: 'nod mewnol' sydd ar gyfer 'embedded character' yn y Termiadur
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr "Gwrthrych mewnol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "Pwyslais"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr "Math amgodio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr "Ffigwr"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr "Enw ffont"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr ""
+
+# EFALLAI: wedi edrych ar w3.org ond dal ddim yn siŵr fy mod yn
+# deall yr attrib <... FOR=...>
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "Label 'er mwyn'"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr "Toriad llinell gorfodol"
+
+# Y tag <FORM> sydd dan sylw fan hyn
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "Ffurflen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr "Trinydd gweithred ffurflen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr "Grŵp rheoli ffurflen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr "Testun label o fewn ffurflen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr "Mewnbwn o fewn ffurflen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr "Math mewnbwn ffurflen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr "Dull ffurflen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "Cyswllt ymlaen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "Ffrâm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr "Rhannau llunio ffrâm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr "Ffynhonnell ffrâm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr "Targed ffrâm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr "Border ffrâm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr "Set ffrâm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr "Colofnau set ffrâm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr "Rhesi set ffrâm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr "Bylchiad ffrâm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr "Gwrthrych mewnol cyffredinol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr "Gwybodaeth feta gyffredinol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr "Ystod gyffredinol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr "URI HREF"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr "HTML - Nodau Arbennig"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr "HTML - Tagiau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr "Elfen wraidd HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr "Fersiwn HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr "Enw pennawd HTTP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr "IDau'r celloedd pennawd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr "Pennawd"
+
+# Wedi rhoi H1 ayyb yn y msgstr am fod hynny'n ei gwneud hi'n haws i rywun
+# â gwybodaeth o HTML (wel, yn haws i mi, o leiaf) ddeall beth sy'n
+# mynd mlaen fan hyn - rhysj
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr "Pennawd H1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr "Pennawd H2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr "Pennawd H3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr "Pennawd H4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr "Pennawd H5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr "Pennawd H6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "Taldra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr "Llinell lorweddol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr "Bwlch llorweddol"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+#, fuzzy
+msgid "Horizontal space (deprecated)"
+msgstr "Bwlch llorweddol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr "Enw pennawd HttP"
+
+# Fe edrychais ar http://www.w3.org/TR/REC-html40/struct/dirlang.html#h-8.2.4
+# er mwyn cael syniad o'r hyn oedd y tag hwn yn ei wneud - rhysj
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr "Gwrthwneud y cyfeiriad testun rhagosodedig"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "Delwedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr "Map delwedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr "Ardal fap delwedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr "Enw map delwedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "Ffynhonnell delwedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr "Ffrâm fewnol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr "Haen fewnol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr "Testun wedi ei fewnosod"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr "Diffiniad enghraifft"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr "Testun italig"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr "Apled Java"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+#, fuzzy
+msgid "Java applet (deprecated)"
+msgstr "Apled Java"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr "Label"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr "Cod iaith"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr "Arddull testun mawr"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr "Haen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "Lliw cyswllt"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+#, fuzzy
+msgid "Link color (deprecated)"
+msgstr "Lliw cyswllt"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr "Eitem rhestr"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr "Rhestr o fathau MIME ar gyfer llwytho ffeiliau i fyny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr "Rhestr o'r setiau nodau a gynhelir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr "Rhestr"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr "Newid lleol i'r ffont"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr "Cyswllt â disgrifiad hir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr "Dyfyniad hir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr "Cyswllt e-bost"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr "Uchder yr ymyl, mewn picseli"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr "Lled yr ymyl, mewn picseli"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr "Testun yn sgrolio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr "Uchafswm hyd maes testun"
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr "Cyswllt annibynnol o gyfrwng"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr "Rhestr ddewislen"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr "Man testun aml-linell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr "Aml-golofn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr "Mwy nag un"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "Enw"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr "Gwerth priodwedd ag enw"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr "ID nesaf"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr "Dim URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr "Dim gwrthrychau mewnol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr "Dim fframiau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr "Dim haenau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr "Dim toriad llinell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr "Dim ail-osod maint"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr "Dim sgript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr "Dim cysgod"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr "Dim amlapio geiriau"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+#, fuzzy
+msgid "No word wrap (deprecated)"
+msgstr "Dim amlapio geiriau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr "Nodyn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr "Ffeil gwrthrych apled"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+#, fuzzy
+msgid "Object applet file (deprecated)"
+msgstr "Ffeil gwrthrych apled"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr "Cyfeirnod data gwrthrych"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr "Atred ar gyfer nod alinio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr "Digwyddiad pan yn annelwig"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr "Digwyddiad wrth newid"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr "Digwyddiad wrth glicio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr "Digwyddiad wrth glicio'n ddwbl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr "Digwyddiad wrth ffocysu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr "Digwyddiad wrth daro'r fysell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr "Digwyddiad wrth bwyso'r fysell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr "Digwyddiad wrth ollwng y fysell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr "Digwyddiad wrth lwytho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr "Digwyddiad wrth glicio botwm y llygoden"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr "Digwyddiad wrth symud y llygoden"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr "Digwyddiad pan fo'r llygoden yn gadael"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr "Digwyddiad wrth hofran y llygoden"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr "Digwyddiad wrth adael fynd o fotwm y llygoden"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr "Digwyddiad wrth ail-osod"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr "Digwyddiad wrth ddewis"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr "Digwyddiad wrth gyflwyno ffurflen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr "Digwyddiad wrth ddadlwytho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr "Grŵp opsiwn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr "Dewisydd opsiwn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr "Rhestr wedi'i drefnu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr "Cyfrwng allbwn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr "Paragraff"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr "Dosbarth paragraff"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr "Arddull paragraff"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr "Rhestr wedi'i fformadu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr "Testun wedi'i fformadu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr "Geiriadur proffil gwybodaeth feta"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr "Neges bromptio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr "Botwm gwasgu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr "Dyfyniad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr "Ystod"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr "Testun a chyfrinair darllen-yn-unig"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr "Bwlch wedi'i leihau"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+#, fuzzy
+msgid "Reduced spacing (deprecated)"
+msgstr "Bwlch wedi'i leihau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr "Cyswllt am yn ôl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr "Gwraidd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr "Rhesi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr "Llinelliad rhwng rhesi a cholofnau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr "Allbwn enghreifftiol rhaglen, sgript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr "Cwmpas celloedd pennawd"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr "Enw iaith sgript"
+
+# FIXME: typo in English should go -> bugzilla [rhysj]
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+#, fuzzy
+msgid "Script statements"
+msgstr "Llinellau o sgrip"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr "Bar sgrolio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr "Opsiwn dewisiadwy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr "Dewiswyd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr "Map delwedd ar y gweinydd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr "Ffurf"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr "Dyfyniad byr mewnol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr "Prompt un llinell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "Maint"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr "Arddull testun bach"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr "Toriad llinell meddal"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "Sŵn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "Ffynhonnell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr "Rhestr archif, rannir gan fylchau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr "Gwahanydd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr "Bwlch rhwng celloedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr "Bwlch o fewn celloedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr "Rhychwant"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr "Ail isradd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr "Neges aros llwytho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr "Rhif dechrau cyfres"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+#, fuzzy
+msgid "Starting sequence number (deprecated)"
+msgstr "Rhif dechrau cyfres"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr "Testun wedi'i daro drwodd"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+#, fuzzy
+msgid "Strike-through text (deprecated)"
+msgstr "Arddull testun wedi'i daro drwodd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr "Arddull testun wedi'i daro drwodd"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+#, fuzzy
+msgid "Strike-through text style (deprecated)"
+msgstr "Arddull testun wedi'i daro drwodd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr "Pwyslais cryf"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr "Gwybodaeth arddull"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr "Uwchysgrif"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr "Isysgrif"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr "Safle trefn tabiau"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr "Tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr "Corff tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr "Capsiwn tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr "Priodweddau grŵp colofn tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr "Priodweddau colofn tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr "Cell data tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr "Troedyn tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr "Pennawd tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr "Cell pennawd tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr "Rhes tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr "Crynodeb tabl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr "Targed - Gwag"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr "Targed - Rhiant"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr "Targed - Hunan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr "Targed - Top"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr "Arddull testun monoteip"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "Testun"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr "Lliw testun"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+#, fuzzy
+msgid "Text color (deprecated)"
+msgstr "Lliw testun"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr "Testun a roddwyd gan ddefnyddiwr"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "Teitl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr "Ffin dop mewn picseli"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "LAU"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr "Testun wedi'i danlinelli"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr "Rhestr heb ei drefnu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr "Defnyddio map delwedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "Gwerth"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr "Dehongliad gwerth"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr "Newidyn neu arg rhaglen"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr "Aliniad fertigol celloedd"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr "Bwlch fertigol"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+#, fuzzy
+msgid "Vertical space (deprecated)"
+msgstr "Bwlch fertigol"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr "Lliw cyswllt ymwelwyd ag ef"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+#, fuzzy
+msgid "Visited link color (deprecated)"
+msgstr "Lliw cyswllt ymwelwyd ag ef"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "Lled"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr "XHTML 1.0 - Tagiau"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "Dyfyniad llyfryddiaeth"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr "Eitem llyfryddiaeth"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "Dyfyniad byr llyfryddiaeth"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "Y llyfryddiaeth"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "Cromfachau ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "Cromfachau <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "Cromfachau []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "Cromfachau {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "Mewnosod ffeil"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "Troednodyn"
+
+# FIXME: typo in English - need to add to bugzilla [rhysj]
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "Ffwythiant cosin"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "Ffwythiant e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "Ffwythiant exp"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "Ffwythiant log"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "Ffwythiant log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "Ffwythiant sin"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "Alffa Groeg"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "Beta Groeg"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "Epsilon Groeg"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "Gama Groeg"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "Lambda Groeg"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "Rho Groeg"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "Tau Groeg"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "Pennawd 0 (pennod)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "Pennawd 0 (pennod*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "Pennawd 1 (adran)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "Pennawd 1 (adran*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "Pennawd 2 (isadran)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "Pennawd 2 (isadran)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "Pennawd 3 (isisadran)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "Pennawd 3 (isisadran*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "Pennawd 4 (paragraff)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "Atodiad pennawd"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "Eitem"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "Eitem gyda label"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "Latex - Tagiau"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "Disgrifiad rhestr"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "Rhifo rhestr"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "Eitemeiddio rhestr"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "Mathemateg (dangos)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "Mathemateg (mewnol)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "Gweithredydd ffracsiwn"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "Gweithredydd integryn (dangos)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "Gweithredydd integryn (mewnol)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "Gweithredydd cyfanswm (dangos)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "Gweithredydd cyfanswm (mewnol)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "Label cyfeirnod"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "Cyfeiriad cyfeirnod"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "Symbol <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "Symbol <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "Symbol >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "Symbol >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "Symbol 'and'"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "Symbol cysonyn"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "Symbol differyn"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "Symbol differyn rhannol"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "Symbol ail ddifferyn rhannol"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "Symbol dagr"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "Symbol cywerthedd"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "Symbol cysylltnod --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "Symbol cysylltnod ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "Symbol anfeidredd"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "Symbol mathspace ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "Symbol mathspace ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "Symbol mathspace _"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "Symbol mathspace __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "Symbol simeq"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "Symbol seren"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "Ffurf-deip bras"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "Ffurf-deip italig"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "Teip ar ogwydd"
+
+# (!)
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "Math y teip"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "Testun na ddylid ei dorri"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid "Provides a method to easily insert into a document commonly used tags/strings without having to type them."
+msgstr "Darparu modd i fewnosod tagiau/llinynnau a ddefnyddir yn aml i mewn i ddogfen yn hawdd heb orfod eu teipio."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Rhestr tagiau"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "XSLT - Echelinau"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT - Elfennau"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT - Ffwythiannau"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "hynafiad"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "hynafiad-neu-hunan"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "priodwedd"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "plentyn"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "disgynnydd"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "disgynnydd-neu-hunan"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "dilynol"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "sibling-dilynol"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "gofod enw"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "rhiant"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "blaenorol"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "sibling-blaenorol"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "hunan"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr "XUL - Tagiau"
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "In_sert Date and Time..."
+msgstr "_Mewnosod Dyddiad ac Amser..."
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "Insert current date and time at the cursor position"
+msgstr "Mewnosod y dyddiad a'r amser cyfredol wrth safle'r cyrchydd"
+
+#: ../plugins/time/gedit-time-plugin.c:613
+msgid "Available formats"
+msgstr "Fformatau ar gael"
+
+#: ../plugins/time/gedit-time-plugin.c:763
+msgid "Configure insert date/time plugin..."
+msgstr "Cyflunio'r ategyn dyddiad/amser..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Mewnosod Dyddiad/Amser"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Mewnosod y dyddiad a'r amser cyfredol ger safle'r cyrchydd."
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:4
+msgid "Insert Date and Time"
+msgstr "Mewnosod Dyddiad ac Amser"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:6
+msgid "Use the _selected format"
+msgstr "Defnyddio'r fformat fe _ddewiswyd"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+msgid "_Insert"
+msgstr "_Mewnosod"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+msgid "_Use custom format"
+msgstr "_Defnyddio fformat addasedig"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\">Wrth fewnosod dyddiad/amser...</span>"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "Configure date/time plugin"
+msgstr "Cyflunio'r ategyn dyddiad/amser"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:7
+msgid "_Prompt for a format"
+msgstr "_Gofyn am fformat"
+
+#~ msgid "Monospace Regular 9"
+#~ msgstr "Monospace Regular 9"
+#~ msgid "Sans Regular 11"
+#~ msgstr "Sans Regular 11"
+#~ msgid "Sans Regular 8"
+#~ msgstr "Sans Regular 8"
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "Penodi'r ffont i'w ddefnyddio ar gyfer corff dogfennau wrth argraffu. Enw "
+#~ "ffont gnome-print yw hwn, ac fe gaiff print_font_body_pango ei roi yn ei "
+#~ "le."
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "Penodi'r ffont i'w ddefnyddio ar gyfer rhifau llinellau wrth argraffu "
+#~ "dogfennau. Mae hyn ond yn berthnasol os nad yw'r opsiwn \"Argraffu Rhifau "
+#~ "Llinellau\" yn sero. Enw ffont gnome-print yw hwn, ac fe gaiff "
+#~ "print_font_numbers_pango ei roi yn ei le."
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "Penodi'r ffont i'w ddefnyddio ar gyfer penawdau tudalennau wrth argraffu "
+#~ "dogfen. Mae hyn ond yn berthnasol os yw'r opsiwn \"Argraffu Pennawd\" "
+#~ "wedi ei ddewis. Enw ffont gnome-print yw hwn, ac fe gaiff "
+#~ "print_font_header_pango ei roi yn ei le."
+#~ msgid "Open Location"
+#~ msgstr "Lleoliad Agor"
+#~ msgid "Ch_aracter coding:"
+#~ msgstr "Amgodiad _nodau:"
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "Gosodwch _lleoliad (URI) y ffeil hoffwch ei agor:"
+#~ msgid "Page Setup"
+#~ msgstr "Cyfluniad Tudalen"
+#~ msgid "Fonts"
+#~ msgstr "Ffontiau"
+#~ msgid "General"
+#~ msgstr "Cyffredinol"
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: enw ffeil neu URI wedi'i gam-ffurfio.\n"
+#~ msgid "The entered location is not valid."
+#~ msgstr "Nid yw'r lleoliad a roddwyd yn ddilys."
+#~ msgid "The file contains corrupted data."
+#~ msgstr "Mae'r ffeil yn cynnwys data llygredig."
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "Mae'r ffeil yn cynnwys data mewn ffurf annilys."
+
+#, fuzzy
+#~ msgid ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+#~ msgstr ""
+#~ "Mae gormod o ffeiliau ar agor. Caewch rai rhaglenni sydd ar agor, cyn "
+#~ "ceisio eto."
+
+#, fuzzy
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Dim digon o gof ar gael er mwyn agor y ffeil. Caewch ryw raglenni sy'n "
+#~ "rhedeg, cyn ceisio eto."
+
+#, fuzzy
+#~ msgid ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr ""
+#~ "Roedd enw'r gwesteiwr yn wag. Gwiriwch fod eich gosodiadau dirprwy yn "
+#~ "gywir cyn ceisio eto."
+
+#, fuzzy
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "Methwyd mewngofnodi. Gwiriwch eich bod chi wedi rhoi'r lleoliad yn gywir "
+#~ "cyn ceisio eto."
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "Nid ffeil gyffredin mo'r ffeil yr ydych yn ceisio ei hagor."
+#~ msgid "Attempt to log in failed."
+#~ msgstr "Methodd yr ymgais mewngofnodi."
+
+#, fuzzy
+#~ msgid ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+#~ msgstr ""
+#~ "Cyfeiriadur yw %s. Gwiriwch eich bod chi wedi teipio'r lleoliad yn gywir, "
+#~ "cyn ceisio eto."
+
+#, fuzzy
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Dim digon o gof ar gael er mwyn cadw'r ffeil. Caewch ryw raglenni sy'n "
+#~ "rhedeg, cyn ceisio eto."
+
+#, fuzzy
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "Nid ffeil gyffredin yw %s. Gwiriwch eich bod chi wedi rhoi'r lleoliad yn "
+#~ "gywir, cyn ceisio eto."
+#~ msgid "Other"
+#~ msgstr "Arall"
+#~ msgid "Number of pages horizontally"
+#~ msgstr "Faint o dudalennau yn llorweddol"
+#~ msgid "Number of pages vertically"
+#~ msgstr "Faint o dudalennau yn fertigol"
+#~ msgid "No visible output was created."
+#~ msgstr "Ni chrëwyd allbwn gweladwy."
+#~ msgid "Rendering page %d of %d..."
+#~ msgstr "Llunio tudalen %d o %d..."
+#~ msgid "Open _Location..."
+#~ msgstr "Agor _lleoliad..."
+#~ msgid "Open a file from a specified location"
+#~ msgstr "Agor ffeil o leoliad penodedig"
+#~ msgid "None"
+#~ msgstr "Dim"
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "Arf golygu <i>%s</i>:"
+#~ msgid "A Brand New Tool"
+#~ msgstr "Arf newydd sbon"
+#~ msgid "Co_mmand(s):"
+#~ msgstr "_Gorchymyn/gorchmynion:"
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "Arf golygu <i>make</i>:"
+#~ msgid ""
+#~ "Nothing\n"
+#~ "Current document\n"
+#~ "All documents"
+#~ msgstr ""
+#~ "Dim\n"
+#~ "Y ddogfen bresennol\n"
+#~ "Pob dogfen"
+#~ msgid "_Description:"
+#~ msgstr "_Disgrifiad:"
+
+#, fuzzy
+#~ msgid "on"
+#~ msgstr "Dim"
+#~ msgid "Invalid uri"
+#~ msgstr "uri annilys"
+
+#, fuzzy
+#~ msgid "Recent Files"
+#~ msgstr "Uchafswm Ffeiliau Diweddar"
+#~ msgid "Insert User Na_me"
+#~ msgstr "Mewnosod _Enw Cyfrif"
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "Mewnosod yr enw cyfrif ger safle'r cyrchydd"
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "Mewnosodir yr enw cyfrif ger safle'r cyrchydd."
+#~ msgid "User name"
+#~ msgstr "Enw cyfrif"
+
+#, fuzzy
+#~ msgid "language|%s (%s)"
+#~ msgstr "Ieithoedd"
+
+#, fuzzy
+#~ msgid "language|Default"
+#~ msgstr "Rhagosodiad"
+#~ msgid "Background Color"
+#~ msgstr "Lliw Cefndir"
+#~ msgid ""
+#~ "Background color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Lliw cefndir ar gyfer testun wedi ei ddewis yn yr ardal golygu. Dim ond "
+#~ "os caiff yr opsiwn \"Defnyddio Lliwiau Rhagosodedig\" ei ddiffodd y "
+#~ "defnyddir y lliw cefndir hwn. "
+#~ msgid ""
+#~ "Background color for unselected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Lliw cefndir ar gyfer testun heb ei ddewis yn yr ardal golygu. Dim ond os "
+#~ "caiff yr opsiwn \"Defnyddio Lliwiau Rhagosodedig\" ei ddiffodd y "
+#~ "defnyddir y lliw cefndir hwn. "
+#~ msgid ""
+#~ "Foreground color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Lliw blaendir ar gyfer testun wedi ei ddewis yn yr ardal golygu. Dim ond "
+#~ "os caiff yr opsiwn \"Defnyddio Lliwiau Rhagosodedig\" ei ddiffodd y "
+#~ "defnyddir y lliw hwn."
+#~ msgid ""
+#~ "Foreground color for the unselected text in the editing area. This will "
+#~ "only take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Lliw blaendir ar gyfer testun heb ei ddewis yn yr ardal golygu. Dim ond "
+#~ "os caiff yr opsiwn \"Defnyddio Lliwiau Rhagosodedig\" ei ddiffodd y "
+#~ "defnyddir y lliw hwn."
+#~ msgid "Selected Text Color"
+#~ msgstr "Lliw Testun a Ddewiswyd"
+#~ msgid "Selection Color"
+#~ msgstr "Lliw'r Dewis"
+#~ msgid "Text Color"
+#~ msgstr "Lliw Testun"
+#~ msgid "Use Default Colors"
+#~ msgstr "Defnyddio Lliwiau Rhagosodedig"
+#~ msgid ""
+#~ "Whether to use the system's default colors for the editing area. If this "
+#~ "option is turned off, then the colors of the editing area will be those "
+#~ "specified in the \"Background Color\", \"Text Color\", \"Selected Text "
+#~ "Color\", and \"Selection Color\" options."
+#~ msgstr ""
+#~ "A ddylid defnyddio lliwiau rhagosodedig y system ar gyfer yr ardal "
+#~ "golygu. Os troir yr opsiwn hwn bant, yna fe fydd lliwiau'r ardal golygu'r "
+#~ "rheiny a benodwyd yn yr opsiynau \"Lliw Cefndir\", \"Lliw Testun\", "
+#~ "\"Lliw Testun Wedi ei Ddewis\" a \"Lliw Dewis\"."
+#~ msgid "Push this button to configure text color"
+#~ msgstr "Gwasgwch y botwm hwn er mwyn cyflunio lliw testun"
+#~ msgid "Push this button to configure background color"
+#~ msgstr "Gwasgwch y botwm hwn er mwyn cyflunio lliw cefndir"
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "appear"
+#~ msgstr ""
+#~ "Gwasgwch y botwm hwn er mwyn cyflunio'r lliw dylai'r testun a ddewiswyd "
+#~ "ymddangos ynddi"
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "be marked"
+#~ msgstr ""
+#~ "Gwasgwch y botwm hwn er mwyn cyflunio'r lliw dylai'r testun a ddewiswyd "
+#~ "cael ei farcio ynddi"
+#~ msgid "Elements"
+#~ msgstr "Elfennau"
+#~ msgid "<b>Elements</b>"
+#~ msgstr "<b>Elfennau</b>"
+#~ msgid "Highlight _mode:"
+#~ msgstr "_Modd amlygu:"
+#~ msgid "Italic"
+#~ msgstr "Italig"
+#~ msgid "Normal _text color:"
+#~ msgstr "Lliw _testun arferol:"
+#~ msgid "Pick a color"
+#~ msgstr "Dewiswch liw"
+#~ msgid "Pick the background color"
+#~ msgstr "Dewiswch liw'r cefndir"
+#~ msgid "Pick the normal text color"
+#~ msgstr "Dewiswch liw testun arferol"
+#~ msgid "Pick the selected text color"
+#~ msgstr "Dewis lliw testun wedi ei ddewis"
+#~ msgid "Pick the selection color"
+#~ msgstr "Dewis lliw'r dewis"
+#~ msgid "Se_lection color:"
+#~ msgstr "Lliw _dewis:"
+#~ msgid "Selecte_d text color:"
+#~ msgstr "Lliw _testun wedi ei ddewis:"
+#~ msgid "Strikethrough"
+#~ msgstr "Taro drwodd"
+#~ msgid "U_se default theme colors"
+#~ msgstr "Defnyddio _lliwiau rhagosodedig y thema"
+#~ msgid "Underline"
+#~ msgstr "Tanlinellu"
+#~ msgid "_Background:"
+#~ msgstr "Lliw _cefndir:"
+#~ msgid "_Enable syntax highlighting"
+#~ msgstr "_Galluogi amlygu cystrawen"
+#~ msgid "_Foreground:"
+#~ msgstr "_Blaendir:"
+#~ msgid "_Reset to Default "
+#~ msgstr "_Ailosod i'r Rhagosodiad "
+#~ msgid "_Use default theme font"
+#~ msgstr "Defnyddio _ffont rhagosodedig y thema"
+#~ msgid "Insert in output panel"
+#~ msgstr "Rhoi yn y panel allbwn"
+#~ msgid "F7"
+#~ msgstr "F7"
+#~ msgid "_Accelerator:"
+#~ msgstr "_Cyflymydd:"
+#~ msgid "FALSE"
+#~ msgstr "FFALS"
+#~ msgid "TRUE"
+#~ msgstr "GWIR"
+#~ msgid "hidden_and_binary"
+#~ msgstr "cudd_a_deuaidd"
+#~ msgid "_New Directory"
+#~ msgstr "_Cyfeiriadur Newydd"
+#~ msgid "Add new empty directory"
+#~ msgstr "Ychwanegu cyfeiriadur gwag newydd"
+#~ msgid "_View Directory"
+#~ msgstr "_Gweld Cyfeiriadur"
+#~ msgid "Advanced filtering"
+#~ msgstr "Hidlo uwch"
+#~ msgid "Afrikaans"
+#~ msgstr "Afrikaans"
+#~ msgid "Amharic"
+#~ msgstr "Amhareg"
+#~ msgid "Arabic (Egypt)"
+#~ msgstr "Arabeg (Yr Aifft)"
+#~ msgid "Azerbaijani"
+#~ msgstr "Azerbaijani"
+#~ msgid "Belarusian"
+#~ msgstr "Belarwseg"
+#~ msgid "Bulgarian"
+#~ msgstr "Bwlgareg"
+#~ msgid "Bengali"
+#~ msgstr "Bengaleg"
+#~ msgid "Breton"
+#~ msgstr "Llydaweg"
+#~ msgid "Catalan"
+#~ msgstr "Catalaneg"
+#~ msgid "Czech"
+#~ msgstr "Tsieceg"
+#~ msgid "Welsh"
+#~ msgstr "Cymraeg"
+#~ msgid "Danish"
+#~ msgstr "Daneg"
+#~ msgid "German (Austria)"
+#~ msgstr "Almaeneg (Awstria)"
+#~ msgid "German (Germany)"
+#~ msgstr "Almaeneg"
+#~ msgid "German (Swiss)"
+#~ msgstr "Almaeneg (Y Swistir)"
+#~ msgid "English (American)"
+#~ msgstr "Saesneg (Americanaidd)"
+#~ msgid "English (British)"
+#~ msgstr "Saesneg (Prydeinig)"
+#~ msgid "English (Canadian)"
+#~ msgstr "Saesneg (Canadaidd)"
+#~ msgid "Esperanto"
+#~ msgstr "Esperanto"
+#~ msgid "Spanish"
+#~ msgstr "Sbaeneg"
+#~ msgid "Estonian"
+#~ msgstr "Estoneg"
+#~ msgid "Persian"
+#~ msgstr "Perseg"
+#~ msgid "Finnish"
+#~ msgstr "Ffineg"
+#~ msgid "Faroese"
+#~ msgstr "Faröeg"
+#~ msgid "French (France)"
+#~ msgstr "Ffrangeg (Ffrainc)"
+#~ msgid "French (Swiss)"
+#~ msgstr "Ffrangeg (Y Swistir)"
+#~ msgid "Irish"
+#~ msgstr "Gwyddeleg"
+#~ msgid "Scottish Gaelic"
+#~ msgstr "Gaeleg yr Alban"
+#~ msgid "Gallegan"
+#~ msgstr "Galiseg"
+#~ msgid "Manx Gaelic"
+#~ msgstr "Gaeleg Manaw"
+#~ msgid "Hindi"
+#~ msgstr "Hindi"
+#~ msgid "Croatian"
+#~ msgstr "Croateg"
+#~ msgid "Upper Sorbian"
+#~ msgstr "Uwch Sorbeg"
+#~ msgid "Hungarian"
+#~ msgstr "Hwngareg"
+#~ msgid "Interlingua (IALA)"
+#~ msgstr "Interlingua (IALA)"
+#~ msgid "Indonesian"
+#~ msgstr "Indoneseg"
+#~ msgid "Icelandic"
+#~ msgstr "Islandeg"
+#~ msgid "Italian"
+#~ msgstr "Eidaleg"
+#~ msgid "Kurdish"
+#~ msgstr "Cwrdeg"
+#~ msgid "Latin"
+#~ msgstr "Lladin"
+#~ msgid "Lithuanian"
+#~ msgstr "Lithwaneg"
+#~ msgid "Latvian"
+#~ msgstr "Latfieg"
+#~ msgid "Malagasy"
+#~ msgstr "Malagaseg"
+#~ msgid "Maori"
+#~ msgstr "Maori"
+#~ msgid "Macedonian"
+#~ msgstr "Macedoneg"
+#~ msgid "Mongolian"
+#~ msgstr "Mongoleg"
+#~ msgid "Marathi"
+#~ msgstr "Marathi"
+#~ msgid "Malay"
+#~ msgstr "Malayeg"
+#~ msgid "Maltese"
+#~ msgstr "Malteg"
+#~ msgid "Norwegian Bokmal"
+#~ msgstr "Bokmal Norwy"
+#~ msgid "Dutch"
+#~ msgstr "Iseldireg"
+#~ msgid "Norwegian Nynorsk"
+#~ msgstr "Nynorsk Norwy"
+#~ msgid "Norwegian"
+#~ msgstr "Norwyeg"
+#~ msgid "Nyanja"
+#~ msgstr "Nyanja"
+#~ msgid "Polish"
+#~ msgstr "Pwyleg"
+#~ msgid "Portuguese (Portugal)"
+#~ msgstr "Portiwgaleg (Portiwgal)"
+#~ msgid "Portuguese (Brazilian)"
+#~ msgstr "Portiwgaleg (Brazil)"
+#~ msgid "Quechua"
+#~ msgstr "Quechua"
+#~ msgid "Russian"
+#~ msgstr "Rwsieg"
+#~ msgid "Kinyarwanda"
+#~ msgstr "Kinyarwanda"
+#~ msgid "Sardinian"
+#~ msgstr "Sardineg"
+#~ msgid "Slovak"
+#~ msgstr "Slofaceg"
+#~ msgid "Slovenian"
+#~ msgstr "Slofeneg"
+#~ msgid "Swedish"
+#~ msgstr "Swedeg"
+#~ msgid "Swahili"
+#~ msgstr "Swahili"
+#~ msgid "Tamil"
+#~ msgstr "Tamil"
+#~ msgid "Tetum"
+#~ msgstr "Tetwm"
+#~ msgid "Tagalog"
+#~ msgstr "Tagalog"
+#~ msgid "Tswana"
+#~ msgstr "Tswana"
+#~ msgid "Ukrainian"
+#~ msgstr "Wrcreineg"
+#~ msgid "Uzbek"
+#~ msgstr "Wsbeceg"
+#~ msgid "Walloon"
+#~ msgstr "Walŵn"
+#~ msgid "Yiddish"
+#~ msgstr "Iddeweg"
+#~ msgid "Zulu"
+#~ msgstr "Zwlw"
+#~ msgid "Could not find the required widgets inside %s."
+#~ msgstr "Methwyd canfod y teclynnau gofynnol o fewn %s."
+#~ msgid "Double-click on a tag to insert it in the current document"
+#~ msgstr "Rhowch glic dwbl ar dag er mwyn ei fewnosod yn y ddogfen gyfredol"
+#~ msgid "BGSound"
+#~ msgstr "Sŵn cefndir"
+#~ msgid "Behavior"
+#~ msgstr "Ymddygiad"
+#~ msgid "Blinking text"
+#~ msgstr "Testun sy'n blincio"
+#~ msgid "Box"
+#~ msgstr "Bocs"
+#~ msgid "Space"
+#~ msgstr "Bwlch"
+#~ msgid "gedit"
+#~ msgstr "gedit"
+#~ msgid "Normal"
+#~ msgstr "Arferol"
+#~ msgid "Use Normal highlight mode"
+#~ msgstr "Defnyddio'r modd amlygu Arferol"
+#~ msgid "Brackets &lt;&gt;"
+#~ msgstr "Cromfachau &lt;&gt;"
+#~ msgid "Symbol &gt;&gt;"
+#~ msgstr "Symbol &gt;&gt;"
+#~ msgid "Symbol &gt;="
+#~ msgstr "Symbol &gt;="
+#~ msgid "Symbol &lt;&lt;"
+#~ msgstr "Symbol &lt;&lt;"
+#~ msgid "Symbol &lt;="
+#~ msgstr "Symbol &lt;="
+#~ msgid ""
+#~ "cd $GEDIT_CURRENT_DOCUMENT_DIR\n"
+#~ "make"
+#~ msgstr ""
+#~ "cd $CYFEIRIADUR_PRESENNOL_DOGFEN_GEDIT\n"
+#~ "make"
+#~ msgid "Gedit View"
+#~ msgstr "Golwg Gedit"
+#~ msgid "Gedit View."
+#~ msgstr "Golwg Gedit."
+#~ msgid "Gedit viewer factory"
+#~ msgstr "ffatri golwg Gedit"
+#~ msgid "gedit application"
+#~ msgstr "rhaglen gedit"
+#~ msgid "gedit automation factory"
+#~ msgstr "ffatri awtomeiddio gedit"
+#~ msgid "Go to Line"
+#~ msgstr "Mynd i Linell"
+#~ msgid "_Go to Line"
+#~ msgstr "_Mynd i Linell"
+#~ msgid "The text \"%s\" was not found."
+#~ msgstr "Ni ganfodwyd y testun \"%s\"."
+#~ msgid "Set program location..."
+#~ msgstr "Gosod lleoliad y rhaglen..."
+#~ msgid ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform "
+#~ "its task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+#~ msgstr ""
+#~ "Mae'r ategyn %s yn defnyddio rhaglen allanol, o'r enw <tt>%s</tt> er mwyn "
+#~ "cyflawni ei dasg.\n"
+#~ "\n"
+#~ "Os gwelwch yn dda, penodwch leoliad y rhaglen <tt>%s</tt>."
+#~ msgid "Goto Line"
+#~ msgstr "Mynd i Linell"
+#~ msgid "_Line number:"
+#~ msgstr "_Rhif Linell:"
+#~ msgid "button1"
+#~ msgstr "botwm1"
+#~ msgid "dialog1"
+#~ msgstr "deialog1"
+#~ msgid "Browse for program location..."
+#~ msgstr "Pori ar gyfer lleoliad rhaglen..."
+#~ msgid "label"
+#~ msgstr "label"
+#~ msgid "Open from URI"
+#~ msgstr "Agor o URI"
+#~ msgid "Invalid UTF-8 data"
+#~ msgstr "UTF-8 annilys"
+#~ msgid "Could not read symbolic link information for %s"
+#~ msgstr "Methwyd darllen gwybodaeth cyswllt symbolaidd ar gyfer %s"
+#~ msgid "The file has too many symbolic links."
+#~ msgstr "Mae gan y ffeil ormod o gysylltau symbolaidd."
+#~ msgid "gedit cannot handle %s: locations in write mode."
+#~ msgstr "Ni all gedit ymddelio a lleoliadau %s: yn y modd ysgrifennu."
+#~ msgid "gedit cannot handle this kind of location in write mode."
+#~ msgstr "Ni all gedit ymddelio a'r math hwn o leoliad yn y modd ysgrifennu."
+#~ msgid "A file named \"%s\" already exists.\n"
+#~ msgstr "Mae ffeil o'r enw \"%s\" yn bodoli eisoes.\n"
+#~ msgid "Select a file to open"
+#~ msgstr "Dewiswch ffeil i'w hagor"
+#~ msgid "Select files to open"
+#~ msgstr "Dewiswch ffeiliau i'w agor"
+#~ msgid "Select a filename to save"
+#~ msgstr "Dewiswch enw ffeil er mwyn cadw"
+#~ msgid "Saving document \"%s\"..."
+#~ msgstr "Cadw'r ddogfen \"%s\"..."
+#~ msgid "The document \"%s\" has not been saved."
+#~ msgstr "Nid yw'r ddogfen \"%s\" wedi ei chadw."
+#~ msgid "The document \"%s\" has been saved."
+#~ msgstr "Mae'r ddogfen \"%s\" wedi ei chadw."
+#~ msgid "Save as..."
+#~ msgstr "Cadw fel..."
+#~ msgid "Error reverting the document \"%s\"."
+#~ msgstr "Gwall wrth adfer y ddogfen \"%s\"."
+#~ msgid "The document \"%s\" has not been reverted."
+#~ msgstr "Ni chafodd y ddogfen \"%s\" ei hadfer."
+#~ msgid "The document \"%s\" has been reverted."
+#~ msgstr "Cafodd y ddogfen \"%s\" ei hadfer."
+#~ msgid "Could not read data from stdin."
+#~ msgstr "Methwyd darllen data o'r mewnbwn safonol."
+#~ msgid "Loaded file \"%s\""
+#~ msgstr "Llwythwyd ffeil \"%s\""
+#~ msgid "Loaded %d file"
+#~ msgid_plural "Loaded %d files"
+#~ msgstr[0] "Llwythwyd %d ffeil"
+#~ msgstr[1] "Llwythwyd %d ffeil"
+#~ msgstr[2] "Llwythwyd %d ffeil"
+#~ msgstr[3] "Llwythwyd %d ffeil"
+#~ msgid "Created file \"%s\""
+#~ msgstr "Wedi creu ffeil \"%s\""
+#~ msgid "Access was denied."
+#~ msgstr "Gwrthodwyd mynediad."
+#~ msgid ""
+#~ "there are too many open files. Please, close some open files and try "
+#~ "again."
+#~ msgstr ""
+#~ "mae gormod o ffeiliau ar agor. Caewch ryw ffeiliau sydd ar agor, cyn "
+#~ "ceisio eto."
+#~ msgid ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again "
+#~ "selecting a character coding in the 'Open File...' (or 'Open Location') "
+#~ "dialog."
+#~ msgstr ""
+#~ "Methodd gedit ganfod yr amgodiad nodau yn awtomatig. Gwiriwch nad ydych "
+#~ "chi'n ceisio agor ffeil ddeuaidd a cheisiwch eto gan ddewis amgodiad "
+#~ "nodau yn y ddeialog 'Agor Ffeil...' (neu 'Agor Lleoliad')"
+#~ msgid ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File... ' (or 'Open "
+#~ "Location') dialog and try again."
+#~ msgstr ""
+#~ "Gwiriwch nad ydych chi'n ceisio agor ffeil ddeuaidd ac eich bod chi wedi "
+#~ "dewis yr amgodiad nodau cywir yn y ddeialog 'Agor Ffeil...' (neu 'Agor "
+#~ "Lleoliad'), a cheisiwch eto."
+
diff --git a/po/da.po b/po/da.po
new file mode 100644
index 0000000..d5a2b45
--- /dev/null
+++ b/po/da.po
@@ -0,0 +1,3818 @@
+# Danish translations of gedit.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Husk at tilføje dig i credit-listen (besked id "translator-credits")
+#
+# Birger Langkjer <birger.langkjer@image.dk>, 1999.
+# Kenneth Christiansen <kenneth@gnome.org>, 1999, 2000.
+# Keld Simonsen <keld@dkuug.dk>, 2000, 01.
+# Ole Laursen <olau@hardworking.dk>, 2002, 03, 04, 05, 06.
+# Marie Lund <marielund@post.cybercity.dk>, 2004.
+# Martin Willemoes Hansen <mwh@sysrq.dk>, 2004.
+# M.P. Rommedahl <lhademmor@gmail.com>, 2008.
+# Kenneth Nielsen <k.nielsen81@gmail.com>, 2006-2007, 2009, 2011-2012, 2014.
+# Ask Hjorth Larsen <asklarsen@gmail.com>, 2007, 09, 10, 11, 13, 15, 16, 18.
+# scootergrisen, 2016, 2019.
+#
+# Konventioner:
+# plugin -> udvidelsesmodul
+# snippet -> tekststump
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-08-22 11:34+0000\n"
+"PO-Revision-Date: 2022-09-13 15:38+0200\n"
+"Last-Translator: Alan Mortensen <alanmortensen.am@gmail.com>\n"
+"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.0.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Tekstredigering"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "gedit er et tekstredigeringsprogram til mange slags opgaver."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"gedits primære mål er at være let at bruge og som standard med en enkel "
+"grænseflade. Mere avancerede funktioner er tilgængelige ved at aktivere "
+"udvidelsesmoduler."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Redigér tekstfiler"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Tekst;Editor;Redigering;Tekstredigering;Skrive;Skriv;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Nyt vindue"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Nyt dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Benyt standardskrifttype"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Om systemets standardskrifttype med fast bredde skal bruges ved redigering. "
+"Hvis dette er slået fra, bliver den skrifttype der er angivet under "
+"“Redigeringsskrifttype”, brugt i stedet."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Redigeringsskrifttype"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Brugertilpasset skrifttype der benyttes til redigeringsområdet. Benyttes kun "
+"hvis “Brug standardskrifttype” er slået fra."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stilskema"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "Id for GtkSourceView-stilskemaet der bruges til at farve teksten."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Opret sikkerhedskopier"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Om gedit skal oprette sikkerhedskopier af de filer den gemmer."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Gem automatisk"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Om ændrede filer skal gemmes efter et stykke tid. Du kan angive intervallet "
+"med “Interval for gem automatisk”."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Interval for gem automatisk"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Antal minutter der går før ændrede filer gemmes automatisk. Træder kun i "
+"kraft hvis “Gem automatisk” slås til."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maksimalt antal fortrydelser"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maksimalt antal handlinger som kan fortrydes. Anvend “-1” for ubegrænset "
+"antal handlinger."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Linjeombrydning"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Angiver hvordan lange linjer skal ombrydes under redigering. Benyt “none” "
+"for ingen ombrydning, “word” for ombrydning ved ordgrænser og “char” for "
+"ombrydning ved enkelt tegn. Bemærk at der skelnes mellem store og små "
+"bogstaver i værdierne, og sørg for at de skrives nøjagtig som her."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Sidste valg af opdelingstilstand for linjeombrydning"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Specificerer den sidste opdelingstilstand som blev brugt ved "
+"linjeombrydning, således at når linjeombrydning bliver slået fra, vil valget "
+"om opdelingstilstand blive husket. Brug “word” for at ombryde ved "
+"ordgrænser, “char” for at ombryde ved enkelt tegn."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tabulatorstørrelse"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Angiver antallet af mellemrum der skal vises i stedet for tabulatortegn."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Indsæt mellemrum"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Om mellemrum skal indsættes i stedet for tabulatorer."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatisk indrykning"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Om automatisk indrykning skal aktiveres."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Vis linjenumre"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Om linjenumre skal vises i redigeringsområdet."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Fremhæv aktuel linje"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Om den aktuelle linje skal fremhæves."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Fremhæv modsvarende parenteser"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Om modsvarende parenteser skal fremhæves."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Vis højre margen"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Om den højre margen skal vises i redigeringsområdet."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Højre margens position"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Angiver positionen af den højre margen."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Mønstertype for dokumentbaggrund"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Om dokumentet vil få tegnet et baggrundsmønster."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Smart Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Angiver hvordan markøren flyttes når HOME og END-tasterne trykkes. Brug "
+"“disabled” for altid at flytte til start/slut-positionerne på linjen, "
+"“after” til at flytte til start/slut på linjen når tasterne trykkes første "
+"gang og start/slut af teksten (idet mellemrum, linjeskift mv. ignoreres) "
+"anden gang tasterne trykkes, “before” for at flytte til start/slut på "
+"teksten før der flyttes til start/slut på linjen og “always” for, altid at "
+"flytte til start/slut på teksten fremfor start/slut på linjen."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Gendan tidligere markørposition"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Om den tidligere markørplacering skal gendannes når en fil bliver åbnet."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Aktivér syntaksfremhævning"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Om syntaksfremhævning skal aktiveres."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Aktivér søgefremhævning"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Om alle forekomster af den søgte tekst skal fremhæves."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Sikr afsluttende linjeskift"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Om gedit sikrer at dokumenter altid slutter med et efterfølgende linjeskift."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Vis notebogs-faneblade"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Angiver hvornår der skal vises notesbog-faneblade. Brug “never” for aldrig "
+"at vise dem, “always” for altid at vise dem, og “auto” for kun at vise dem, "
+"når der er mere end en. Bemærk at værdierne er versalfølsomme, så sørg for "
+"at de skrives nøjagtig som angivet her."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Vis statuslinje"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Om statuslinjen nederst i redigeringsvinduer vises."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Sidepanel er synligt"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Om sidepanelet til venstre i redigeringsvinduer vises."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Udskriv syntaksfremhævning"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Om syntaksfremhævning skal medtages ved udskrivning."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Udskriv sidehoveder"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Om der skal medtages et sidehoved ved udskrivning."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Linjeombrydning ved udskrivning"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Angiver hvordan lange linjer skal ombrydes ved udskrivning. Benyt “none” for "
+"ingen ombrydning, “word” for ombrydning ved mellemrum mellem ord og “char” "
+"for ombrydning ved enkelt tegn. Bemærk at værdierne er versalfølsomme, og "
+"sørg for at de skrives nøjagtig som her."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Udskriv linjenumre"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Hvis værdien er 0, vil linjenumre ikke blive udskrevet. Ellers udskrives "
+"linjenumre for hver af dette antal linjer."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Skrifttype for brødtekst ved udskrivning"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Angiver den skrifttype, der benyttes til et dokuments brødtekst ved "
+"udskrivning."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Skrifttype for sidehoved ved udskrivning"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Angiver den skrifttype, der benyttes til sidehoveder ved udskrivning. Dette "
+"træder kun i kraft, hvis “Udskriv sidehoveder” er slået til."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Skrifttype for linjenummer ved udskrivning"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Angiver den skrifttype, der benyttes til linjenumre ved udskrivning. Dette "
+"træder kun i kraft, hvis “Udskriv linjenumre” er sat til en værdi forskellig "
+"fra nul."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Venstremargin"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Venstremargin i millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Topmargin"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Topmargin i millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Højremargin"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Højremargin i millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Bundmargin"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Bundmargin i millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Tegnkodningskandidater"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Liste af tegnkodningskandidater som skal vises i menuen Tegnkodning i åbn/"
+"gem-filvælgeren. “CURRENT” repræsenterer den nuværende lokalitets "
+"tegnkodning. Kun genkendte tegnkodninger vil blive brugt. Standardværdien er "
+"den tomme liste, som betyder at gedit vil vælge gode standardværdier "
+"afhængigt af land og sprog."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktive udvidelsesmoduler"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Liste over aktive udvidelsesmoduler."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Vis programmets version"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Vis liste af mulige værdier for kodningstilvalget"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Sæt tegnsættet som skal bruges til at åbne filerne angivet på kommandolinjen"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODNING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Opret et nyt topniveau-vindue i en eksisterende instans af gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Opret et nyt dokument i en eksisterende instans"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Åbn filer og blokér processer indtil alle filer er lukket"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Kør gedit i selvstændig tilstand"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FIL …] [+LINJE[:KOLONNE]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Der opstod en fejl ved visning af hjælp."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ugyldig kodning."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Luk _uden at gemme"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Annullér"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "Gem _som …"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Gem"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Hvis du ikke gemmer, vil ændringer fra det sidste %ld sekund gå tabt."
+msgstr[1] ""
+"Hvis du ikke gemmer, vil ændringer fra de sidste %ld sekunder gå tabt."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "Hvis du ikke gemmer, vil ændringer fra det sidste minut gå tabt."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Hvis du ikke gemmer, vil ændringer fra det sidste minut og %ld sekund gå "
+"tabt."
+msgstr[1] ""
+"Hvis du ikke gemmer, vil ændringer fra det sidste minut og %ld sekunder gå "
+"tabt."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Hvis du ikke gemmer, vil ændringer fra det sidste %ld minut gå tabt."
+msgstr[1] ""
+"Hvis du ikke gemmer, vil ændringer fra de sidste %ld minutter gå tabt."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Hvis du ikke gemmer, vil ændringer fra den sidste time gå tabt."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Hvis du ikke gemmer, vil ændringer fra den sidste time og %d minut gå tabt."
+msgstr[1] ""
+"Hvis du ikke gemmer, vil ændringer fra den sidste time og %d minutter gå "
+"tabt."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Hvis du ikke gemmer, vil ændringer fra den sidste time gå tabt."
+msgstr[1] "Hvis du ikke gemmer, vil ændringer fra de sidste %d timer gå tabt."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Gem ændringer i dokumentet “%s” før programmet lukkes?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Der er %d dokumenter med ugemte ændringer. Gem ændringer før lukning?"
+msgstr[1] ""
+"Der er %d dokumenter med ugemte ændringer. Gem ændringer før lukning?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_Vælg de dokumenter du ønsker at gemme:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Hvis du ikke gemmer, vil alle dine ændringer gå tabt."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Indlæser filen “%s” …"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Indlæser %d fil …"
+msgstr[1] "Indlæser %d filer …"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Filen “%s” er skrivebeskyttet."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Vil du forsøge at erstatte den med den du er ved at gemme?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Erstat"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Gem filen komprimeret?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Gem filen som almindelig tekst?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Filen “%s” blev tidligere gemt som almindelig tekst og vil nu blive gemt "
+"komprimeret."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Gem komprimeret"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Filen “%s” blev tidligere gemt komprimeret og vil nu blive gemt som "
+"almindelig tekst."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Gem som almindelig tekst"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Gemmer filen “%s” …"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Gem som"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Forkaster ændringer i dokumentet “%s” …"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Forkast ændringer som ikke er gemt i dokumentet “%s”?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ændringer foretaget i dokumentet inden for det sidste %ld sekund vil gå tabt."
+msgstr[1] ""
+"Ændringer foretaget i dokumentet inden for de sidste %ld sekunder vil gå "
+"tabt."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Ændringer foretaget i dokumentet inden for det sidste minut vil gå tabt."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ændringer foretaget i dokumentet inden for det sidste minut og %ld sekund gå "
+"tabt."
+msgstr[1] ""
+"Ændringer foretaget i dokumentet inden for det sidste minut og %ld sekunder "
+"gå tabt."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ændringer foretaget i dokumentet inden for det sidste %ld minut vil gå tabt."
+msgstr[1] ""
+"Ændringer foretaget i dokumentet inden for de sidste %ld minutter vil gå "
+"tabt."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Ændringer foretaget i dokumentet inden for den sidste time vil gå tabt."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ændringer foretaget i dokumentet inden for den sidste time og %d minut vil "
+"gå tabt."
+msgstr[1] ""
+"Ændringer foretaget i dokumentet inden for den sidste time og %d minutter gå "
+"tabt."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ændringer foretaget i dokumentet inden for den sidste time vil gå tabt."
+msgstr[1] ""
+"Ændringer foretaget i dokumentet inden for de sidste %d timer vil gå tabt."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Forkast"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Hovedforfattere:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Også mange tak til:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "og mange andre bidragydere."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr ""
+"gedit er et tekstredigeringsprogram til mange slags opgaver, som er nemt at "
+"bruge"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Birger Langkjer\n"
+"Keld Simonsen\n"
+"Kenneth Christiansen\n"
+"Marie Lund\n"
+"Martin Willemoes Hansen\n"
+"Ole Laursen\n"
+"Kenneth Nielsen\n"
+"M.P. Rommedahl\n"
+"Ask Hjorth Larsen\n"
+"scootergrisen\n"
+"\n"
+"Dansk-gruppen\n"
+"Websted http://dansk-gruppen.dk\n"
+"E-mail <dansk@dansk-gruppen.dk>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Fandt og erstattede %d forekomst"
+msgstr[1] "Fandt og erstattede %d forekomster"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Fandt og erstattede én forekomst"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” ikke fundet"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Fanebladsgruppe %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Skrivebeskyttet"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Aktuelle lokalitet (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automatisk registreret"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Tilføj eller fjern …"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (aktuelle lokalitet)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Vil du virkelig nulstille indstillinger for tegnkodning?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Nulstil"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Tilføj"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Fjern"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Flyt til højere prioritet"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Flyt til lavere prioritet"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Unavngivet dokument %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Alle filer"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Alle tekstfiler"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Tegnkodning:"
+
+# Drejer sig garanteret om hvorvidt linjeskiftstegn skal gemmes som \n eller \r\n
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "L_injeskift:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Åbn filer"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Åbn"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:416
+msgid "_Retry"
+msgstr "_Prøv igen"
+
+#: gedit/gedit-io-error-info-bar.c:157
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Kunne ikke finde filen “%s”."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:177
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Kan ikke håndtere “%s:”-steder."
+
+#: gedit/gedit-io-error-info-bar.c:183
+msgid "Unable to handle this location."
+msgstr "Kan ikke håndtere dette sted."
+
+#: gedit/gedit-io-error-info-bar.c:192
+msgid "The location of the file cannot be accessed."
+msgstr "Filens sted kan ikke tilgås."
+
+#: gedit/gedit-io-error-info-bar.c:196
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” er en mappe."
+
+#: gedit/gedit-io-error-info-bar.c:198 gedit/gedit-io-error-info-bar.c:205
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Kontrollér at du har indtastet stedet korrekt og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” er ikke et gyldigt sted."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:239
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Værten “%s” blev ikke fundet. Kontrollér at dine mellemværts-indstillinger "
+"er korrekte og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:254
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Værtsnavnet er ugyldigt. Kontrollér at du har indtastet stedet korrekt og "
+"prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:262
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” er ikke en almindelig fil."
+
+#: gedit/gedit-io-error-info-bar.c:267
+msgid "Connection timed out. Please try again."
+msgstr "Tidsfristen for forbindelsen udløb. Prøv venligst igen."
+
+#: gedit/gedit-io-error-info-bar.c:300
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Uventet fejl: %s"
+
+#: gedit/gedit-io-error-info-bar.c:336
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Kan ikke finde den forespurgte fil. Måske er den blevet slettet for nylig."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Kunne ikke forkaste ændringerne i filen “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:373
+msgid "Ch_aracter Encoding:"
+msgstr "_Tegnkodning:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:424
+msgid "Edit Any_way"
+msgstr "Redigér _alligevel"
+
+#: gedit/gedit-io-error-info-bar.c:512
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Antallet af fulgte henvisninger er begrænset og den aktuelle fil blev ikke "
+"fundet indenfor denne grænse."
+
+#: gedit/gedit-io-error-info-bar.c:516
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Du har ikke de nødvendige rettigheder til at åbne filen."
+
+#: gedit/gedit-io-error-info-bar.c:522
+msgid "Unable to detect the character encoding."
+msgstr "Kan ikke bestemme tegnkodningen."
+
+#: gedit/gedit-io-error-info-bar.c:523 gedit/gedit-io-error-info-bar.c:547
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Kontrollér at du ikke er ved at åbne en binær fil."
+
+#: gedit/gedit-io-error-info-bar.c:524
+msgid "Select a character encoding from the menu and try again."
+msgstr "Vælg en tegnkodning fra menuen og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Der opstod en fejl ved åbning af filen “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:532
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Filen du åbnede indeholder nogle ugyldige tegn. Hvis du fortsætter med at "
+"redigere denne fil, vil du måske gøre dette dokument ubrugeligt."
+
+#: gedit/gedit-io-error-info-bar.c:535
+msgid "You can also choose another character encoding and try again."
+msgstr "Du kan også vælge en anden tegnkodning og prøve igen."
+
+#: gedit/gedit-io-error-info-bar.c:544
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Kunne ikke åbne filen “%s” med tegnkodningen “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:548 gedit/gedit-io-error-info-bar.c:623
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Vælg en anden tegnkodning fra menuen og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:560
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Kunne ikke åbne filen “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:618
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Kunne ikke gemme filen “%s” med tegnkodningen “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:621
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokumentet indeholder et eller flere tegn, der ikke kan kodes med den "
+"angivne tegnkodning."
+
+#: gedit/gedit-io-error-info-bar.c:692
+msgid "S_ave Anyway"
+msgstr "_Gem alligevel"
+
+#: gedit/gedit-io-error-info-bar.c:695
+msgid "D_on’t Save"
+msgstr "Gem _ikke"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:709
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Filen “%s” er blevet ændret siden den blev læst sidst."
+
+#: gedit/gedit-io-error-info-bar.c:724
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Hvis du gemmer den, går alle eksterne ændringer tabt. Gem alligevel?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:782
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Kan ikke håndtere “%s:”-steder i skrivetilstand. Kontrollér at du har "
+"indtastet stedet korrekt og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:790
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Kan ikke håndtere dette sted i skrivetilstand. Kontrollér at du har "
+"indtastet stedet korrekt og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:799
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” er ikke et gyldigt sted. Kontrollér at du har indtastet stedet korrekt "
+"og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:806
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Du har ikke de nødvendige rettigheder til at gemme filen. Kontrollér at du "
+"har indtastet stedet korrekt og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:812
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Der er ikke tilstrækkelig ledig plads på disken til at gemme filen. Frigør "
+"noget diskplads og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Du prøver at gemme filen på en skrivebeskyttet disk. Kontrollér at du har "
+"indtastet stedet korrekt og prøv igen."
+
+#: gedit/gedit-io-error-info-bar.c:823
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"En fil med det samme navn eksisterer allerede. Vælg venligst et andet navn."
+
+#: gedit/gedit-io-error-info-bar.c:828
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Den disk du forsøger at gemme filen på, har en begrænsning på længden af "
+"filnavne. Vælg et kortere navn."
+
+#: gedit/gedit-io-error-info-bar.c:839
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Den disk du forsøger at gemme filen på, har en begrænsning på "
+"filstørrelserne. Forsøg at gemme en mindre fil eller gem den på en disk uden "
+"denne begrænsning."
+
+#: gedit/gedit-io-error-info-bar.c:856
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Kunne ikke gemme filen “%s”."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Klik på denne knap for at vælge redigeringsprogrammets skrifttype"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Br_ug systemets skrifttype med fast bredde (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Det valgte farveskema kan ikke installeres: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Det valgte farveskema kan ikke installeres."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Tilføj farveskema"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Tilføj skema"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Farveskemafiler"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Kunne ikke fjerne farveskemaet “%s”."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Klargør …"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Fil: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "Side %N af %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Tegner side %d af %d …"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Tekstredigering"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Side %d ud af %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Intet"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Søg og erstat"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Der er et faneblad med fejl"
+msgstr[1] "Der er %d faneblade med fejl"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Forkaster %s fra %s"
+
+#: gedit/gedit-tab.c:837
+#, c-format
+msgid "Reverting %s"
+msgstr "Forkaster %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Indlæser %s fra %s"
+
+#: gedit/gedit-tab.c:857
+#, c-format
+msgid "Loading %s"
+msgstr "Indlæser %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:937
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Gemmer %s i %s"
+
+#: gedit/gedit-tab.c:942
+#, c-format
+msgid "Saving %s"
+msgstr "Gemmer %s"
+
+#: gedit/gedit-tab.c:1515
+#, c-format
+msgid "Error opening file %s"
+msgstr "Fejl ved åbning af filen %s"
+
+#: gedit/gedit-tab.c:1520
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Fejl ved forkastning af filen %s"
+
+#: gedit/gedit-tab.c:1525
+#, c-format
+msgid "Error saving file %s"
+msgstr "Fejl ved forsøg på at gemme filen %s"
+
+#: gedit/gedit-tab.c:1556
+msgid "Name:"
+msgstr "Navn:"
+
+#: gedit/gedit-tab.c:1557
+msgid "MIME Type:"
+msgstr "MIME-type:"
+
+#: gedit/gedit-tab.c:1558
+msgid "Encoding:"
+msgstr "Kodning:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ på %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Klassisk Mac OS"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d ud af %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Begynd forfra ved slut"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Match som _regulært udtryk"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Søg kun efter _hele ord"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Forskel på store/små _bogstaver"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Tekst der skal søges efter"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Linje som markøren skal flyttes til"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Modsvarende parentes uden for gyldigt interval"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Modsvarende parentes ikke fundet"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Modsvarende parentes fundet på linje %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " lnj. %d, kol. %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabulatorbredde: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Almindelig tekst"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Der er ugemte dokumenter"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Ændr side i sidepanelet"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumenter"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Åbn en fil"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Åbn en nyligt brugt fil"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Flyt til _venstre"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Flyt til _højre"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Flyt til nyt _vindue"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Flyt til ny faneblads_gruppe"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Luk"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatisk indrykning"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Brug mellemrum"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Vis linjenumre"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Vis højre margen"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Fremhæv aktuel linje"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Tekstombrydning"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Fil"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nyt"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Åbn _seneste"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Genåbn lukket _faneblad"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Gem _som …"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nyt vindue"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Genindlæs"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Udskriv …"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Afslut"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Redigér"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Fortryd"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Omgør"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "K_lip"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopiér"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Indsæt"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Slet"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Overskrivnings_tilstand"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Markér _alt"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Indstillinger"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Vis"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Side_panel"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Bundpanel"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Fuldskærm"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Fremhævningstilstand …"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Søg"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Søg …"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Find _næste"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Find f_orrige"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Søg og _erstat …"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "_Ryd fremhævning"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Gå til _linje …"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Værktøjer"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumenter"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Gem _alle"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Luk a_lle"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Ny fanebladsgruppe"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Forrige fanebladsgruppe"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Næs_te fanebladsgruppe"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "F_orrige dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "N_æste dokument"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Flyt til nyt vindue"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Hjælp"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_Om gedit"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Gem _alle"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "_Søg og erstat …"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "Gå til _linje …"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Tastaturgenveje"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Tegnkodninger"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Anvend"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "_Tilgængelige tegnkodninger"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "_Valgte tegnkodninger"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Beskrivelse"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kodning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Indstillinger"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Vis linje_numre"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Vis højre _margen ved kolonne:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Vis _statuslinje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Vis gi_ttermønster"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Tekstombrydning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Aktivér _tekstombrydning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "_Opdel ikke ord over to linjer"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Fremhævning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Fremhæv aktuel _linje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Fremhæv modsvarende _parenteser"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Visning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulatorstop"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tabulatorbredde:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Indsæt _mellemrum i stedet for tabulatorer"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Aktivér automatisk indrykning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Gemmefunktioner"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Opret en _sikkerhedskopi af filer før de gemmes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Gem automatisk filer hver"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minutter"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Redigering"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Skrifttype"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Skrifttype for redigering: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Vælg skrifttype for redigering"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Farveskema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Installer skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Installer skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Afinstaller skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Afinstaller skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Skrifttyper og farver"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Udvidelsesmoduler"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Syntaksfremhævning"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Udskriv syntaks_fremhævning"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Linjenumre"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Udskriv linjenu_mre"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Nummerér hver"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "linjer"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Sidehoved"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "_Udskriv sidehoveder"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Skrifttyper"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Brødtekst:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Linjenumre:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Side_hoveder og -fødder:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Gendan standardskrifttyper"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Vis den forrige side"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Vis den næste side"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Aktuel side (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "af"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Sider totalt"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Det totale antal sider i dokumentet"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Vis flere sider"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Zoom så hele siden bliver vist"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Zoom ind på siden"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Zoom ud på siden"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Luk udskriftsvisning"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Luk udskriftsvisning"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Vis udskrift"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Forhåndsvisningen af en side dokumentet der skal udskrives"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Erstat _alle"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Find"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "F_ind "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Erstat _med "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Forskel på store/små bogstaver"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Søg kun efter _hele ord"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_Regulært udtryk"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Søg ba_glæns"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Forfra når slutningen er nået"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumenter"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Opret et nyt dokument i et faneblad"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Åbn et dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Gem dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Gem dokumentet med et nyt filnavn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Gem alle dokumenterne"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Luk dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Luk alle dokumenterne"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Genåbn det sidst lukkede dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Skift til det næste dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Skift til det forrige dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Skift til det første–niende dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Vinduer og paneler"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Opret et nyt dokument i et vindue"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Opret en ny fanebladsgruppe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Vis sidepanel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Vis bundpanel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Fuldskærm til/fra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Afslut programmet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Søg og erstat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Find"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Find næste"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Find forrige"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Ryd fremhævning"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Fortryd og omgør"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Fortryd forrige kommando"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Omgør forrige kommando"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Markering"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Markér al tekst"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Afmarkér al tekst"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopiér og indsæt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopiér valgte tekst til udklipsholderen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Klip valgte tekst til udklipsholderen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Indsæt tekst fra udklipsholderen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigering"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Gå til linje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Flyt til begyndelsen af den aktuelle linje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Flyt til slutningen på den aktuelle linje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Flyt til begyndelsen af dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Flyt til slutningen på dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Flyt visningsområde op i filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Flyt visningsområde ned i filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Flyt visningsområde til slutningen af filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Flyt visningsområde til begyndelsen af filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Flyt til modsvarende parentes"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Gå til forrige fanebladsgruppe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Gå til næste fanebladsgruppe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Redigering"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Skift mellem indsæt/overskriv"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Slå markørens synlighed til/fra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Slet aktuelle linje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Flyt aktuelle linje op"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Flyt aktuelle linje ned"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Flyt aktuelle ord til venstre"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Flyt aktuelle ord til højre"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Konvertér til store bogstaver"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Konvertér til små bogstaver"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Omvend store/små bogstaver"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Forøg tal ved markør"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Formindsk tal ved markør"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Værktøjer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Stavekontrol"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Udskriv dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Vis fuldførelsesvindue"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Generelt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Vis hjælp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Åbn menu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Tastaturgenveje"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Luk dokument"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Opret et nyt dokument"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nyt"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Gem den aktuelle fil"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Gem"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Skjul panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Forlad fuldskærmstilstand"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Dokumentstatistik"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Vis antallet af ord, linjer og tegn i et dokument."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Dokumentstatistik"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Markering"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Linjer"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Ord"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Tegn (med mellemrum)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Tegn (uden mellemrum)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Byte"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Byg"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Start “make” i dokumentmappen"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Åben terminal her"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Åben en terminal der hvor filen er gemt"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Fjern efterfølgende mellemrum"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Fjern nyttesløse afsluttende mellemrum i filen"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Kør kommando"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Kør en tilpasset kommando og anbring dens uddata i et nyt dokument"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Send til fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Indsæt markerede tekst eller aktuelt dokument i fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Eksterne værktøjer"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Udfør eksterne kommandoer og script."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Om systemskrifttypen skal bruges"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Hvis sand, vil eksterne værktøjer bruge skrivebordets globale "
+"standardskrifttype, hvis den har fast bredde (ellers bruges den bedste "
+"tilsvarende skrifttype der kan findes)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Navnet på en Pango-skrifttype. Eksempler: “Sans 12” eller “Monospace Bold "
+"14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Håndtér _eksterne værktøjer …"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Eksterne _værktøjer"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Kunne ikke køre kommando: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Du skal være inden i et ord for at udføre denne kommando"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Kørende værktøj:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Færdig."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Afsluttet"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Alle sprog"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Alle sprog"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nyt værktøj"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Denne genvej er allerede bundet til %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Indtast en ny genvej eller tryk på “slet tilbage”-knappen for at rydde"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Indtast en ny genvej"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Stoppet."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Stop værktøj"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Altid tilgængelig"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Alle dokumenter"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Alle dokumenter på nær unavngivne"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Kun lokale fil"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Kun eksterne filer"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Kun unavngivne dokumenter"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Aktuelt dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Aktuel markering"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Aktuel markering (dokumentet som standard)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Aktuel linje"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Aktuelt ord"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Vis i bundpanelet"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Opret nyt dokument"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Tilføj til aktuelt dokument"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Erstat aktuelt dokument"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Erstat aktuel markering"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Indsæt ved markørplacering"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Håndtér eksterne værktøjer"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Tilføj et nyt værktøj"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Tilføj værktøj"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Fjern det valgte værktøj"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Fjern værktøj"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Forkast værktøj"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Forkast værktøj"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Genvejs_tast:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Gem:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Inddata:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Uddata:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Anvendelsesområde:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Uddata fra værktøj"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Filvælgerpanel"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Nem tilgang til filer fra sidepanelet."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Hjem"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Filsystem"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "Filvælger"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "Der opstod en fejl ved oprettelsen af en ny mappe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "Der opstod en fejl ved oprettelse af en ny fil"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "Der opstod en fejl ved omdøbning af en fil eller mappe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "Der opstod en fejl ved sletning af en fil eller mappe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Der opstod en fejl ved åbning af en mappe i filvælgeren"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "Der opstod en fejl ved indstilling af rodmappen"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "Der opstod en fejl ved indlæsning af en mappe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "Der opstod en fejl"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Filen kan ikke flyttes til papirkurven,\n"
+"ønsker du at slette den permanent?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Filen “%s” kan ikke flyttes til papirkurven."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "De valgte filer kan ikke flyttes til papirkurven."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Er du sikker på, at du vil slette “%s” permanent?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Er du sikker på, at du vil slette de valgte filer permanent?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "Hvis du sletter et objekt, vil det gå tabt."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(tom)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Den omdøbte fil er på nuværende tidspunkt filtreret fra. Du skal ændre dine "
+"filterindstillinger for at gøre filen synlig"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Unavngivet fil"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Den nye fil er på nuværende tidspunkt filtreret fra. Du skal ændre dine "
+"filterindstillinger for at gøre filen synlig"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Unavngivet mappe"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Den nye mappe er på nuværende tidspunkt filtreret fra. Du skal ændre dine "
+"filterindstillinger for at gøre mappen synlig"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Bogmærker"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Intet monteringsobjekt for den monterede dataenhed: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Kunne ikke åbne mediet: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Kunne ikke åbne dataenhed: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Der opstod en fejl ved indlæsning af “%s”: Ingen sådan mappe"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Åben med trævisning"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Åben med trævisning i stedet for bogmærkevisning når filvælgeren indlæses"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Rodmappe for filvælger"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Filvælger-rodmappen der skal anvendes når filvælger-udvidelsesmodulet "
+"indlæses og onload/tree_view er TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Virtuel rodmappe for filvælger"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Den virtuelle rodmappe filvælgeren skal bruge når filvælger-"
+"udvidelsesmodulet indlæses og onload/tree_view er TRUE. Den virtuelle "
+"rodmappe skal altid være under den aktuelle rod."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Aktivér gendannelse af eksterne steder"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Indstiller om det skal være muligt and gendanne på eksterne steder."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Sæt sted til første dokument"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Hvis TRUE vil filvælger-udvidelsesmodulet åbne i den mappe, som det først "
+"åbnede dokument findes i, givet at det er første gang, filvælger-"
+"udvidelsesmodulet bruges. (Derfor gælder dette også generelt, når man åbner "
+"et dokument fra kommandolinjen med nautilus eller lignende.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Filtertilstand for filvælger"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Denne værdi bestemmer hvilke filer der bliver filtreret i filvælgeren. "
+"Gyldige værdier er: none (filtrér ingen), hide-hidden (filtrér skjulte "
+"filer) og hide-binary (filtrér binære filer)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Filtermønster for filvælger"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Det filter der skal bruges i filvælgeren. Dette filter virker ovenpå "
+"filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Mønstre til binærfiler for filvælger"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Ekstramønstre som skal bruges ved filtrering af binærfiler."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Sæt rod til aktivt dokument"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Ny _mappe"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Ny F_il"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Omdøb …"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Flyt til papirkurv"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Op_datér visningen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Vis mappe"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Åbn i terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Vis s_kjulte"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Vis _binære filer"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Match filnavn"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historik"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Åbn historikmenu"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Tilstandslinjer"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+"Understøttelse af Emacs-, Kate- og Vim-lignende tilstandslinjer for gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Farve på kommandotekst"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Farven på kommandoteksten"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Farve på fejltekst"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Farven på fejlteksten"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Hvis sand, vil terminalen bruge skrivebordets globale standardskrifttype, "
+"hvis altså denne har fast bredde (ellers bruges den bedste tilsvarende "
+"skrifttype der kan findes)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Farve for _kommando:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Farve for _fejl:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python-konsol"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktiv Python-konsol i bundpanelet."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Hurtig fremhævning"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Fremhæver alle forekomster af den markerede tekst."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Hurtig åbning …"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Hurtig åbning"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Åbn filer hurtigt."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Skriv for at søge …"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Håndtér _tekststumper …"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Tekststumper"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Arkivet “%s” kunne ikke oprettes"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Målmappen “%s” findes ikke"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Målmappen “%s” er ikke en gyldig mappe"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Filen “%s” findes ikke"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Filen “%s” er ikke en gyldig tekststump-fil"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Den importerede fil “%s” er ikke en gyldig tekststump-fil"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Arkivet “%s” kunne ikke pakkes ud"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "De følgende filer kunne ikke importeres: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Filen “%s” er ikke et gyldigt tekststump-arkiv"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Tekststump-arkiv"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Tilføj en ny tekststump …"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Gendan den markerede tekststump"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Slet den markerede tekststump"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Dette er ikke en gyldig tabulatorudløser. Udløsere kan enten indeholde "
+"alfanumeriske tegn (eller _, : og .) eller et enkelt (ikke-alfanumerisk) "
+"tegn såsom: {, [ osv."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Et enkelt ord hvormed tekststumpen aktiveres, når der trykkes tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Den følgende fejl opstod under import: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importering blev fuldført"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importér tekststumper"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Alle understøttede arkiver"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip-komprimeret arkiv"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2-komprimeret arkiv"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Enkelt tekststumpfil"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Alle filer"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Følgende fejl opstod under eksport: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Eksportering blev fuldført"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Ønsker du at inkludere markerede <b>system</b>-tekststumper i din eksport?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Ingen tekststumper er markeret til eksport"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Eksportér tekststumper"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Indtast en ny genvej eller tryk på “slet tilbage”-knappen for at rydde"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Indtast en ny genvej"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Eksekvering af python-kommandoen (%s) overskred tidsgrænsen - eksekvering "
+"afbrudt."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Eksekvering af python-kommandoen (%s) fejlede: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Indsæt hurtigt ofte brugte stumper af tekst."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Håndtér tekststumper"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Opret ny tekststump"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Tilføj tekststump"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Fjern tekststump"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importér tekststumper"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Eksportér markerede tekststumper"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Eksportér tekststumper"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivering"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tabulatorudløser:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Genvejstast:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Genvejstasten hvormed tekststumpen aktiveres"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Slipmål:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "Sor_tér …"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sortér"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Omvendt rækkefølge"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Fjern dubletter"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Versalfølsom"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Begynd ved kolonne:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sortér"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Sortér et dokument eller det markerede tekst."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Stavekontrol …"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Vælg _sprog …"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Fremhæv stavefejl"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Fremhæv stavefejl"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Standardindstilling for fremhæv stavefejl."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Konfigurér stave-udvidelsesmodul"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Standarder til nye dokumenter"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Stavekontrol"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Kontrollerer stavningen i det aktuelle dokument."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Ind_sæt dato og klokkeslæt …"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Tilgængelige formater"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Prompt-type"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Om brugeren skal blive spurgt om et format, eller om det valgte/"
+"brugertilpassede format skal bruges."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Valgte format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Det valgte format, der bruges til indsættelse af dato og klokkeslæt."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Brugertilpasset format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+"Det brugertilpassede format der bruges ved indsættelse af dato og klokkeslæt."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Indsæt dato og klokkeslæt"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Benyt det _valgte format"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Benyt _brugertilpasset format"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m-%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11-2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Indsæt"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Konfigurér dato/klokkeslæt-udvidelsesmodul"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Ved indsættelse af dato/klokkeslæt …"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Spørg efter et format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Indsæt dato/klokkeslæt"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Indsætter den aktuelle dato og klokkeslæt ved markørpositionen."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit er tekstredigeringsprogrammet til GNOME-skrivebordsmiljøet."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr ""
+#~ "gedit er et lille og let tekstredigeringsprogram til GNOME-skrivebordet"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Fremhævningstilstand"
+
+#~ msgid "_Select"
+#~ msgstr "_Vælg"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Søg efter fremhævningstilstand …"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit er GNOME-skrivebordsmiljøets officielle tekstredigeringsprogram. "
+#~ "Selvom gedit sigter efter at være simpelt og nemt at bruge, er det "
+#~ "samtidig et funktionsrigt tekstredigeringsprogram til alle formål."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Uanset om du skriver en fremtidig bestseller, om du programmerer et "
+#~ "innovativt program, eller om du blot tager noter, vil gedit være et "
+#~ "pålideligt værktøj at løse opgaven med."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Dets fleksible udvidelsessystem giver dig mulighed for at skræddersy "
+#~ "programmet til dine behov og tilpasse det til din arbejdsrytme."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Liste af aktive udvidelsesmoduler. Den indeholder “Location” for det "
+#~ "aktive udvidelsesmodul. Kig i .gedit-plugin-filen for at hente “Location” "
+#~ "for et givet udvidelsesmodul."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Ændringer foretaget i dokumentet “%s” vil gå tabt."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Gemmefunktionen er deaktiveret af systemadministratoren."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Ændringer foretaget i %d dokument vil gå tabt."
+#~ msgstr[1] "Ændringer foretaget i %d dokumenter vil gå tabt."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Dokum_enter med ændringer som ikke er gemt:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Åbn"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Tegnkodning:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Linjeskift:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Placeringen “%s” er ikke tilgængelig nu."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Dit system er offline. Check dit netværk."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "Redigér i_kke"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Denne fil “%s” er allerede åben i et andet vindue."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Vil du redigere den alligevel?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Kunne ikke oprette en sikkerhedskopi mens “%s” blev gemt"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Kunne ikke oprette en midlertidig sikkerhedskopi mens “%s” blev gemt"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Kan ikke tage en sikkerhedskopi af filen før den nye bliver gemt. Du kan "
+#~ "ignorere denne advarsel og gemme filen alligevel, men hvis der opstår en "
+#~ "fejl under gemmehandlingen, kan du miste den gamle kopi af filen. Gem "
+#~ "alligevel?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Filen “%s” er ændret på disken."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Forkast ændringer og _genindlæs"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Der blev fundet nogle ugyldige tegn mens “%s” blev gemt"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Hvis du fortsætter med at gemme denne fil, kan du ødelægge dokumentet. "
+#~ "Gem alligevel?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Mappen “%s” kunne ikke blive oprettet: g_mkdir_with_parents() fejlede: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_Tilføj skema"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Saml markerede linjer"
+
+#~ msgid "Check update"
+#~ msgstr "Søg efter opdateringer"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Søg efter seneste version af gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Der opstod en fejl ved visning af URI'en."
+
+#~ msgid "_Download"
+#~ msgstr "_Hent"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignorér version"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Der findes en ny version af gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Du kan hente den nye version af gedit ved at trykke på hent-knappen, "
+#~ "eller ignorere denne version og vente på en nyere"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Version der skal ignoreres"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Version, der skal ignoreres indtil næste version udgives."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Vis oversigtskort"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Om gedit skal vise oversigtskortet for dokumentet."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Vis værktøjslinje"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Om værktøjslinjen skal vises i redigeringsvinduer."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Maksimalt antal seneste filer"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Angiver det maksimale antal af nyligt åbnede filer der vises i "
+#~ "undermenuen “Seneste filer”."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Ingen ændringer behøver blive gemt"
+
+#~ msgid "No results"
+#~ msgstr "Ingen resultater"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Andre _dokumenter …"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Vis _oversigtskort"
+
+#~| msgid "Insert Date/Time"
+#~ msgctxt "shortcut window"
+#~ msgid "Insert timestamp"
+#~ msgstr "Indsæt tidsstempel"
+
+#~ msgid "Open"
+#~ msgstr "Åbn"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Åbn en fildialog"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "Please check your installation."
+#~ msgstr "Kontrollér din installation."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Kunne ikke åbne brugergrænsefladefil %s. Fejl: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Kan ikke finde objektet “%s” inden i filen %s."
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Tekstredigeringsprogrammet gedit"
+
+#~ msgid "_About"
+#~ msgstr "_Om"
+
+#~ msgid "Tools"
+#~ msgstr "Værktøjer"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignorér"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Håndtér _eksterne værktøjer …"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Hurtig åbning …"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Konfigurér _tekststumper …"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Indsæt _dato og klokkeslæt …"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Åbn et nyt vindue"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Åbn et nyt dokument"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Indstil størrelsen og positionen af vinduet (BREDDExHØJDE+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRI"
diff --git a/po/de.po b/po/de.po
new file mode 100644
index 0000000..8e7190c
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,3924 @@
+# German gedit translation.
+# Copyright (C) 1999-2005 Free Software Foundation, Inc.
+# Matthias Warkus <mawarkus@gnome.org>, 1999-2001.
+# Manuel Borchers <webmaster@matronix.de>, 2002.
+# Christian Neumair <chris@gnome-de.org>, 2002-2004.
+# Hendrik Richter <hendrikr@gnome.org>, 2004-2010.
+# Frank Arnold <frank@scirocco-5v-turbo.de>, 2005, 2006.
+# Jochen Skulj <jochen@jochenskulj.de>, 2006, 2007, 2009.
+# Andre Klapper <ak-47@gmx.net>, 2008, 2009.
+# Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>, 2010, 2011.
+# Mario Blättermann <mario.blaettermann@gmail.com>, 2009-2012, 2015-2018.
+# Christian Kirbach <christian.kirbach@gmail.com>, 2008-2012.
+# Viktor Nyberg <greenscandic@googlemail.com>, 2012.
+# Wolfgang Stöggl <c72578@yahoo.de>, 2012, 2014-2015, 2018.
+# Tobias Endrigkeit <tobiasendrigkeit@outlook.com>, 2013.
+# Simon Linden <xhi2018@gmail.com>, 2013, 2015.
+# J.M. Rütter <jm@jublo.net>, 2015.
+# Tim Sabsch <tim@sabsch.com>, 2019-2020.
+# Jürgen Benvenuti <gastornis@posteo.org>, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-12-09 21:25+0000\n"
+"PO-Revision-Date: 2022-12-10 14:42+0100\n"
+"Last-Translator: Jürgen Benvenuti <gastornis@posteo.org>\n"
+"Language-Team: German <gnome-de@gnome.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.1.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Texteditor"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is a general-purpose text editor. It has been created in 1998, at the "
+"beginnings of GNOME."
+msgstr ""
+"gedit ist ein universeller Texteditor. Er wurde 1998 erschaffen, in den "
+"Anfängen von GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:14
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Das primäre Ziel von gedit ist es, einfach verwendbar zu sein mit einer "
+"einfachen Benutzerschnittstelle. Kompliziertere Funktionen werden über "
+"Erweiterungen zur Verfügung gestellt."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Textdateien bearbeiten"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Klartext;Schreiben;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Neues Fenster"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Neues Dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Vorgabe-Schrift verwenden"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Soll die standardmäßige dicktengleiche Schrift des Systems zum Bearbeiten "
+"von Text anstelle der in gedit angegeben Schrift verwendet werden? Falls "
+"diese Option deaktiviert ist, wird die unter »Editor-Schrift« angegeben "
+"Schrift anstelle der System-Schrift verwendet."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Editor-Schrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Die für den Editorbereich zu verwendende benutzerdefinierte Schrift. Diese "
+"wird ausschließlich verwendet, falls die »Voreingestellte Schrift verwenden«-"
+"Option deaktiviert ist."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stilvorlage"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Die Kennung der GtkSourceView-Stilvorlage, die zum Einfärben des Textes "
+"verwendet wird."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Sicherungskopien erstellen"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Legt fest, ob gedit Sicherheitskopien für Dateien anlegen soll, die "
+"gespeichert werden."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automatisches Speichern"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Soll gedit veränderte Dateien automatisch nach einer bestimmten Zeit "
+"speichern? Sie können diese Zeit mit der »Intervall für automatisches "
+"Speichern«-Option einstellen."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Intervall für das automatische Speichern"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Minuten, nach denen gedit veränderte Dateien automatisch speichert. Nur "
+"gültig, wenn die »Automatisch speichern«-Option aktiviert ist."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maximale Anzahl der Rückgängig-Aktionen"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maximal anzuzeigende Anzahl der Aktionen, die gedit rückgängig machen und "
+"wiederherstellen kann. Verwenden Sie »-1« für eine unbegrenzte Anzahl an "
+"Aktionen."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Zeilenumbruchs-Modus"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Gibt an, ab welcher Länge Zeilen im Editor-Bereich umgebrochen werden. "
+"Verwenden Sie »none« für keinen Umbruch, »word«, um die Zeilen an "
+"Wortgrenzen umzubrechen oder »char« für den Umbruch an einzelnen "
+"Zeichengrenzen. Hinweis: Bei den Werten wird zwischen Groß- und "
+"Kleinschreibung unterschieden. Verwenden Sie daher die Werte genau wie hier "
+"angegeben."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Zuletzt gewählter Trennmodus bei Zeilenumbruch"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Gibt den letzten für den Zeilenumbruch verwendeten Trennmodus an, so dass im "
+"Falle eines ausgeschalteten Zeilenumbruchs die letzte Wahl für den "
+"Trennmodus beibehalten wird. Verwenden Sie »word« (Wort) für den "
+"Zeilenumbruch an Wortgrenzen und »char« (Buchstabe) für den Zeilenumbruch "
+"bei einzelnen Buchstaben."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Größe von Tabulatoren"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Gibt die Anzahl der Leerzeichen an, die anstelle von Tabulator-Zeichen "
+"angezeigt werden."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Leerzeichen einfügen"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Soll gedit Leerzeichen an Stelle von Tabulatoren verwenden?"
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatische Einrückung"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Soll gedit den Auto-Einzug verwenden?"
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Zeilennummern anzeigen"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Soll gedit Zeilennummern im Editor-Bereich anzeigen?"
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Aktuelle Zeile hervorheben"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Soll gedit die aktuelle Zeile hervorheben?"
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Übereinstimmende Klammern hervorheben"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Soll gedit übereinstimmende Klammern hervorheben?"
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Rechten Rand anzeigen"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Soll gedit den rechten Rand im Editor-Bereich anzeigen?"
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Position des rechten Rands"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Gibt die Position des rechten Rands an."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Hintergrundmuster des Dokuments"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Legt fest, ob das Dokument ein Hintergrundmuster erhält."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Intelligentes Pos1/Ende"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Gibt an, wie sich der Zeiger beim Drücken der Tasten »Pos1« und »Ende« "
+"verhalten soll. »disabled« bewegt ihn immer an den Anfang bzw. das Ende "
+"einer Zeile. »after« bewegt ihn beim ersten Drücken an den Anfang bzw. das "
+"Ende einer Zeile, und beim zweiten Drücken an den Anfang bzw. das Ende des "
+"Textes, wobei Leerzeichen ignoriert werden. »before« bewegt ihn an den "
+"Anfang bzw. das Ende des Textes und anschließend an den Anfang bzw. das Ende "
+"der Zeile. »always« bewegt ihn immer an den Anfang bzw. das Ende des Textes "
+"anstatt an den Anfang bzw. das Ende der Zeile."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Vorherige Zeigerposition wiederherstellen"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Soll gedit die vorherige Zeigerposition wiederherstellen, wenn eine Datei "
+"geöffnet wird?"
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Syntax hervorheben"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Soll gedit die Syntax hervorheben?"
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Suchergebnisse hervorheben"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Soll gedit alle Suchergebnisse hervorheben?"
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Angehängter Zeilenumbruch"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Soll gedit Dokumenten stets mit einem angehängten Zeilenumbruch versehen?"
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Anzeigemodus für Reiter in der Reitermappe"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Gibt an, wie die Reiter der Reitermappe angezeigt werden. Verwenden Sie "
+"»never«, um niemals Reiter anzuzeigen oder »auto«, um Reiter nur dann "
+"anzuzeigen, wenn es mehr als einen Reiter gibt. Hinweis: Bei den Werten wird "
+"zwischen Groß- und Kleinschreibung unterschieden. Verwenden Sie daher die "
+"Werte genau wie hier angegeben."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Statusleiste ist sichtbar"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Soll die Statusleiste am unteren Rand des Bearbeitungsfensters sichtbar sein?"
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Seitenleiste ist sichtbar"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Soll die Seitenleiste am linken Rand des Bearbeitungsfensters sichtbar sein?"
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Beim Drucken Syntax hervorheben"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Soll gedit im Ausdruck die Syntax hervorheben?"
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Kopfzeilen drucken"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Soll gedit Dokumenten-Kopfzeilen im Ausdruck verwenden?"
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Zeilenumbruchs-Modus im Ausdruck"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Gibt an, wie lange Zeilen im Ausdruck umgebrochen werden. Verwenden Sie "
+"»none« für keinen Umbruch, »word« für Umbruch an Wortgrenzen oder »char« für "
+"Umbruch bei individuellen Zeichengrenzen. Hinweis: Bei den Werten wird "
+"zwischen Groß- und Kleinschreibung unterschieden. Verwenden Sie daher die "
+"Werte genau wie hier angegeben."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Zeilennummern drucken"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Wenn dieser Wert 0 ist, werden keine Zeilennummern im Ausdruck eines "
+"Dokuments eingefügt. Andernfalls wird gedit alle oben angegeben "
+"Zeilennummern einfügen."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Druckschrift für den Fließtext"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Gibt die Schrift an, die zum Drucken des Fließtextes verwendet werden soll."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Druck-Schrift für die Kopfzeilen"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Gibt die Schrift an, die zum Drucken der Seiten-Kopfzeilen verwendet werden "
+"soll. Diese wird nur verwendet, wenn die »Kopfzeilen drucken«-Option "
+"aktiviert ist."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Druck-Schrift für Zeilennummern"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Gibt die Schrift an, die zum Drucken der Zeilennummern verwendet werden "
+"soll. Diese wird nur verwendet, wenn die »Zeilennummern drucken«-Option "
+"nicht Null ist."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Rand links"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Linker Rand in Millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Rand oben"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Rand oben in Millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Rand rechts"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Rand rechts in Millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Rand unten"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Rand unten in Millimeter"
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Mögliche Zeichenkodierungen"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Liste möglicher Kodierungen, die im Zeichenkodierungsmenü der Öffnen/"
+"Speichern-Dateiauswahl angezeigt wird. »CURRENT« bezeichnet die aktuelle "
+"Ländereinstellung. Nur erkannte Zeichenkodierungen werden verwendet. Der "
+"Vorgabewert ist eine leere Liste, in welchem Fall gedit Vorgaben basierend "
+"auf Ländereinstellung und Spracheinstellung auswählt."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktive Erweiterungen"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Die Liste aktiver Erweiterungen."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Die Anwendungsversion anzeigen"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Liste aller möglichen Kodierungsoptionen anzeigen"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Die zu verwendende Zeichenkodierung zum Öffnen der per Befehlszeile "
+"übergebenen Dateien festlegen"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODIERUNG"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Ein neues Hauptfenster in einer existierenden Instanz von gedit erstellen"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Ein neues Dokument in einer existierenden Instanz von gedit erstellen"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Dateien öffnen und Prozess blockieren, bis Dateien geschlossen werden"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "gedit im eigenständigen Modus ausführen"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[DATEI …] [+ZEILE[:SPALTE]]"
+
+#: gedit/gedit-app.c:227
+msgid "There was an error displaying the help."
+msgstr "Beim Anzeigen der Hilfe ist ein Fehler aufgetreten."
+
+#: gedit/gedit-app.c:842
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ungültige Kodierung."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "_Nicht speichern"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:792
+#: gedit/gedit-commands-file.c:1517 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:95
+#: gedit/gedit-io-error-info-bar.c:294 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Abbrechen"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "Speichern _unter …"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:791
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:56
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Speichern"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Falls Sie nicht speichern, gehen in der letzten %ld Sekunde vorgenommene "
+"Änderungen unwiderruflich verloren."
+msgstr[1] ""
+"Falls Sie nicht speichern, gehen in den letzten %ld Sekunden vorgenommene "
+"Änderungen unwiderruflich verloren."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Falls Sie nicht speichern, gehen in der letzten Minute vorgenommene "
+"Änderungen unwiderruflich verloren."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Falls Sie nicht speichern, gehen in der letzten Minute und %ld Sekunde "
+"vorgenommene Änderungen unwiderruflich verloren."
+msgstr[1] ""
+"Falls Sie nicht speichern, gehen in der letzten Minute und %ld Sekunden "
+"vorgenommene Änderungen unwiderruflich verloren."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Falls Sie nicht speichern, gehen in der letzten %ld Minute vorgenommene "
+"Änderungen unwiderruflich verloren."
+msgstr[1] ""
+"Falls Sie nicht speichern, gehen in den letzten %ld Minuten vorgenommene "
+"Änderungen unwiderruflich verloren."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Falls Sie nicht speichern, gehen in der letzten Stunde vorgenommene "
+"Änderungen unwiderruflich verloren."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Falls Sie nicht speichern, gehen in der letzten Stunde und %d Minute "
+"vorgenommene Änderungen unwiderruflich verloren."
+msgstr[1] ""
+"Falls Sie nicht speichern, gehen in der letzten Stunde und %d Minuten "
+"vorgenommene Änderungen unwiderruflich verloren."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Falls Sie nicht speichern, gehen in der letzten %d Stunde vorgenommene "
+"Änderungen unwiderruflich verloren."
+msgstr[1] ""
+"Falls Sie nicht speichern, gehen in den letzten %d Stunden vorgenommene "
+"Änderungen unwiderruflich verloren."
+
+#: gedit/gedit-close-confirmation-dialog.c:399
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Änderungen am Dokument »%s« vor dem Schließen speichern?"
+
+#: gedit/gedit-close-confirmation-dialog.c:467
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d Dokument enthält nicht gespeicherte Änderungen. Änderungen vor dem "
+"Schließen speichern?"
+msgstr[1] ""
+"%d Dokumente enthalten nicht gespeicherte Änderungen. Änderungen vor dem "
+"Schließen speichern?"
+
+#: gedit/gedit-close-confirmation-dialog.c:490
+msgid "S_elect the documents you want to save:"
+msgstr "_Wählen Sie die zu speichernden Dokumente:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:506
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+"Falls Sie die von Ihnen vorgenommenen Änderungen nicht speichern, gehen sie "
+"vollständig und unwiderruflich verloren."
+
+#: gedit/gedit-commands-file.c:258
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Datei »%s« wird geladen …"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d Datei wird geladen …"
+msgstr[1] "%d Dateien werden geladen …"
+
+# CHECK
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Sie haben lediglich Lesezugriff auf die Datei »%s«."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+"Soll versucht werden, sie durch diejenige zu ersetzen, die Sie gerade "
+"speichern?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Ersetzen"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Datei komprimiert speichern?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Datei als reinen Text speichern?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Die Datei »%s« war zuvor als reiner Text gespeichert und wird nun "
+"komprimiert gespeichert."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "Datei _komprimiert speichern"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Die Datei »%s« war zuvor komprimiert gespeichert und wird nun als reiner "
+"Text gespeichert."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Als reinen Text _speichern"
+
+#: gedit/gedit-commands-file.c:678 gedit/gedit-commands-file.c:967
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Datei »%s« wird gespeichert …"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:789
+msgctxt "window title"
+msgid "Save As"
+msgstr "Speichern unter"
+
+#: gedit/gedit-commands-file.c:1378
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Das Dokument »%s« wird zurückgesetzt …"
+
+#: gedit/gedit-commands-file.c:1425
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr ""
+"Sollen die am Dokument »%s« vorgenommenen, nicht gespeicherten Änderungen "
+"rückgängig gemacht werden?"
+
+#: gedit/gedit-commands-file.c:1434
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Innerhalb der letzten %ld Sekunde am Dokument vorgenommene Änderungen würden "
+"unwiderruflich verloren gehen."
+msgstr[1] ""
+"Innerhalb der letzten %ld Sekunden am Dokument vorgenommene Änderungen "
+"würden unwiderruflich verloren gehen."
+
+#: gedit/gedit-commands-file.c:1443
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Innerhalb der letzten Minute am Dokument vorgenommene Änderungen würden "
+"unwiderruflich verloren gehen."
+
+#: gedit/gedit-commands-file.c:1449
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Innerhalb der letzten Minute und %ld Sekunde am Dokument vorgenommene "
+"Änderungen würden unwiderruflich verloren gehen."
+msgstr[1] ""
+"Innerhalb der letzten Minute und %ld Sekunden am Dokument vorgenommene "
+"Änderungen würden unwiderruflich verloren gehen."
+
+#: gedit/gedit-commands-file.c:1459
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Innerhalb der letzten %ld Minute am Dokument vorgenommene Änderungen würden "
+"unwiderruflich verloren gehen."
+msgstr[1] ""
+"Innerhalb der letzten %ld Minuten am Dokument vorgenommene Änderungen würden "
+"unwiderruflich verloren gehen."
+
+#: gedit/gedit-commands-file.c:1474
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Innerhalb der letzten Stunde am Dokument vorgenommene Änderungen würden "
+"unwiderruflich verloren gehen."
+
+#: gedit/gedit-commands-file.c:1480
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Innerhalb der letzten Stunde und %d Minute am Dokument vorgenommene "
+"Änderungen würden unwiderruflich verloren gehen."
+msgstr[1] ""
+"Innerhalb der letzten Stunde und %d Minuten am Dokument vorgenommene "
+"Änderungen würden unwiderruflich verloren gehen."
+
+#: gedit/gedit-commands-file.c:1495
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Innerhalb der letzten %d Stunde am Dokument vorgenommene Änderungen würden "
+"unwiderruflich verloren gehen."
+msgstr[1] ""
+"Innerhalb der letzten %d Stunden am Dokument vorgenommene Änderungen würden "
+"unwiderruflich verloren gehen."
+
+#: gedit/gedit-commands-file.c:1518
+msgid "_Revert"
+msgstr "_Zurücksetzen"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Hauptautoren:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Vielen Dank auch an:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "und viele andere Beitragende."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit ist ein einfach zu verwendender und universeller Texteditor"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Manuel Borchers <webmaster@matronix.de>\n"
+"Christian Neumair <chris@gnome-de.org>\n"
+"Matthias Warkus <mawarkus@gnome.org>\n"
+"Hendrik Richter <hendrikr@gnome.org>\n"
+"Frank Arnold <frank@scirocco-5v-turbo.de>\n"
+"Jochen Skulj <jochen@jochenskulj.de>\n"
+"Andre Klapper <ak-47@gmx.net>\n"
+"Christian Kirbach <Christian.Kirbach@gmail.com>\n"
+"Mario Blättermann <mario.blaettermann@gmail.com>\n"
+"Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>\n"
+"Simon Linden <xhi2018@gmail.com>\n"
+"Tim Sabsch <tim@sabsch.com>\n"
+"Jürgen Benvenuti <gastornis@posteo.org>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d Mal gefunden und ersetzt"
+msgstr[1] "%d Mal gefunden und ersetzt"
+
+#: gedit/gedit-commands-search.c:114
+msgid "Found and replaced one occurrence"
+msgstr "Ein Mal gefunden und ersetzt"
+
+#. Translators: %s is replaced by the text entered
+#. * by the user in the search box.
+#.
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "»%s« konnte nicht gefunden werden"
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Reitergruppe %i"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1147
+#: gedit/gedit-window.c:1153 gedit/gedit-window.c:1161
+msgid "Read-Only"
+msgstr "Schreibgeschützt"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Derzeitige Standorteinstellungen (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Automatisch erkannt"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Hinzufügen oder Entfernen …"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Derzeitige Standorteinstellungen)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+"Möchten Sie wirklich die Einstellungen für die Zeichenkodierung zurücksetzen?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Zurücksetzen"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Hinzufügen"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Entfernen"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Zu einer höheren Priorität verschieben"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Zu einer niedrigeren Priorität verschieben"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Ungespeichertes Dokument %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Alle Dateien"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Alle Textdateien"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Zeichenkodierung:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Ze_ilenende:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Dateien öffnen"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2718
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Öffnen"
+
+#: gedit/gedit-io-error-info-bar.c:91 gedit/gedit-io-error-info-bar.c:283
+msgid "_Retry"
+msgstr "_Wiederholen"
+
+#: gedit/gedit-io-error-info-bar.c:115
+msgid "File not found."
+msgstr "Datei nicht gefunden."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:134
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "Orte vom Typ »%s« werden nicht unterstützt."
+
+#: gedit/gedit-io-error-info-bar.c:143
+msgid "The location of the file cannot be accessed."
+msgstr "Auf den Speicherort der Datei kann nicht zugegriffen werden."
+
+#: gedit/gedit-io-error-info-bar.c:147
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "»%s« ist kein gültiger Ort."
+
+#: gedit/gedit-io-error-info-bar.c:148
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Bitte überprüfen Sie, ob Sie den Ort richtig eingegeben haben, und versuchen "
+"Sie es erneut."
+
+#: gedit/gedit-io-error-info-bar.c:181
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "Rechnername »%s« ist nicht bekannt."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "The problem could come from the proxy settings."
+msgstr "Das Problem könnte von den Proxy-Einstellungen kommen."
+
+#: gedit/gedit-io-error-info-bar.c:216
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "Datei nicht gefunden. Vielleicht wurde sie kürzlich gelöscht."
+
+#: gedit/gedit-io-error-info-bar.c:226
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Die Datei »%s« konnte nicht zurückgesetzt werden."
+
+#: gedit/gedit-io-error-info-bar.c:251
+msgid "Ch_aracter Encoding:"
+msgstr "_Zeichenkodierung:"
+
+#: gedit/gedit-io-error-info-bar.c:289
+msgid "_Edit Anyway"
+msgstr "Trotzdem _bearbeiten"
+
+#: gedit/gedit-io-error-info-bar.c:327
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Die Anzahl der nachverfolgten Verweise ist begrenzt und die eigentliche "
+"Datei kann innerhalb dieser Grenzen nicht gefunden werden."
+
+#: gedit/gedit-io-error-info-bar.c:332
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Sie haben nicht die erforderlichen Rechte, um diese Datei zu öffnen."
+
+#: gedit/gedit-io-error-info-bar.c:338
+msgid "Unable to detect the character encoding."
+msgstr "Die Zeichenkodierung kann nicht erkannt werden."
+
+#: gedit/gedit-io-error-info-bar.c:339 gedit/gedit-io-error-info-bar.c:362
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+"Bitte stellen Sie sicher, dass Sie nicht versuchen, eine Binärdatei zu "
+"öffnen."
+
+#: gedit/gedit-io-error-info-bar.c:340
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+"Wählen Sie eine Zeichenkodierung aus dem Menü und versuchen Sie es erneut."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Beim Öffnen der Datei »%s« ist ein Fehler aufgetreten."
+
+#: gedit/gedit-io-error-info-bar.c:347
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Die geöffnete Datei enthält einige ungültige Zeichen. Wenn Sie die "
+"Bearbeitung fortsetzen, könnten Sie das Dokument unbrauchbar machen."
+
+#: gedit/gedit-io-error-info-bar.c:350
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Sie können auch eine andere Zeichenkodierung wählen und es erneut versuchen."
+
+#: gedit/gedit-io-error-info-bar.c:359
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Die Datei »%s« konnte mit der Zeichenkodierung »%s« nicht geöffnet werden."
+
+#: gedit/gedit-io-error-info-bar.c:363 gedit/gedit-io-error-info-bar.c:418
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Wählen Sie eine andere Zeichenkodierung aus dem Menü und versuchen Sie es "
+"erneut."
+
+#: gedit/gedit-io-error-info-bar.c:375
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Die Datei »%s« konnte nicht geöffnet werden."
+
+#: gedit/gedit-io-error-info-bar.c:413
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Die Datei »%s« konnte mit der Zeichenkodierung »%s« nicht gespeichert werden."
+
+#: gedit/gedit-io-error-info-bar.c:416
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Das Dokument enthält ein oder mehrere Zeichen, die mit der gewählten "
+"Zeichenkodierung nicht verarbeitet werden können."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:470
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"gedit kann nicht mit »%s«-Orten im Schreibmodus umgehen. Bitte überprüfen "
+"Sie, ob Sie den Ort richtig eingegeben haben, und versuchen Sie es erneut."
+
+#: gedit/gedit-io-error-info-bar.c:477
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"gedit kann mit diesem Ort nicht im Schreibmodus umgehen. Bitte überprüfen "
+"Sie, ob Sie den Ort richtig eingegeben haben, und versuchen Sie es erneut."
+
+#: gedit/gedit-io-error-info-bar.c:486
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"»%s« ist kein gültiger Ort. Bitte überprüfen Sie, ob Sie den Ort richtig "
+"eingegeben haben, und versuchen Sie es erneut."
+
+#: gedit/gedit-io-error-info-bar.c:493
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Sie haben nicht die erforderlichen Berechtigungen, um die Datei zu "
+"speichern. Bitte überprüfen Sie, ob Sie den Ort richtig eingegeben haben, "
+"und versuchen Sie es erneut."
+
+#: gedit/gedit-io-error-info-bar.c:499
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Auf dem Laufwerk ist nicht genügend Speicherplatz, um die Datei zu "
+"speichern. Bitte sorgen Sie für mehr freien Speicherplatz und versuchen Sie "
+"es erneut."
+
+#: gedit/gedit-io-error-info-bar.c:504
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Sie haben lediglich Lesezugriff auf das Laufwerk. Bitte überprüfen Sie, ob "
+"Sie den Ort richtig eingegeben haben, und versuchen Sie es erneut."
+
+#: gedit/gedit-io-error-info-bar.c:510
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"Eine Datei mit diesem Namen existiert bereits. Bitte wählen Sie einen "
+"anderen Namen."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Für das Laufwerk, auf dem Sie versuchen, zu speichern, gilt eine "
+"Einschränkung für Dateinamen. Bitte verwenden Sie einen kürzeren Dateinamen "
+"oder versuchen auf einem Laufwerk zu speichern, für das diese Einschränkung "
+"nicht gilt."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Die Datei »%s« konnte nicht gespeichert werden."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Klicken Sie auf diesen Knopf, um die vom Editor zu verwendende Schrift "
+"auszuwählen"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Dicktengleiche Schrift des Systems benutzen (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Das gewählte Farbschema kann nicht installiert werden: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Das gewählte Farbschema ist nicht installiert."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Farbschema hinzufügen"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "Schema _hinzufügen"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Farbschema-Dateien"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Farbschema »%s« konnte nicht entfernt werden."
+
+#: gedit/gedit-print-job.c:223
+msgid "Preparing…"
+msgstr "Vorbereiten …"
+
+#: gedit/gedit-print-job.c:535
+#, c-format
+msgid "File: %s"
+msgstr "Datei: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:544
+msgid "Page %N of %Q"
+msgstr "Seite %N von %Q"
+
+#: gedit/gedit-print-job.c:622
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Seite %d von %d wird erstellt …"
+
+#: gedit/gedit-print-job.c:726
+msgid "Text Editor"
+msgstr "Texteditor"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Seite %d von %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nichts"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Suchen und Ersetzen"
+
+#: gedit/gedit-statusbar.c:260
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "In einem Reiter sind Fehler aufgetreten"
+msgstr[1] "In %d Reitern sind Fehler aufgetreten"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "»%s« in »%s« wird zurückgesetzt"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "»%s« wird zurückgesetzt"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "»%s« in »%s« wird geladen"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "»%s« wird geladen"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:910
+#, c-format
+msgid "Saving %s to %s"
+msgstr "»%s« wird in »%s« gespeichert"
+
+#: gedit/gedit-tab.c:915
+#, c-format
+msgid "Saving %s"
+msgstr "»%s« wird gespeichert"
+
+#: gedit/gedit-tab.c:1480
+#, c-format
+msgid "Error opening file %s"
+msgstr "Fehler beim Öffnen der Datei »%s«"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Fehler beim Zurücksetzen der Datei »%s«"
+
+#: gedit/gedit-tab.c:1488
+#, c-format
+msgid "Error saving file %s"
+msgstr "Fehler beim Speichern der Datei »%s«"
+
+#: gedit/gedit-tab.c:1519
+msgid "Name:"
+msgstr "Name:"
+
+#: gedit/gedit-tab.c:1520
+msgid "MIME Type:"
+msgstr "MIME-Typ:"
+
+#: gedit/gedit-tab.c:1521
+msgid "Encoding:"
+msgstr "Zeichenkodierung:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ auf %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS (klassisch)"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d von %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Suche beim Erreichen des Endes am Anfang _fortsetzen"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Als _regulären Ausdruck verarbeiten"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Nur _ganzes Wort suchen"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Groß-/Kleinschreibung beachten"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Zeichenkette, nach der gesucht werden soll"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Zeile, zu der der Zeiger bewegt werden soll"
+
+#: gedit/gedit-window.c:985
+msgid "Bracket match is out of range"
+msgstr "Zugehörige Klammer außerhalb des zulässigen Bereichs"
+
+#: gedit/gedit-window.c:990
+msgid "Bracket match not found"
+msgstr "Zugehörige Klammer nicht gefunden"
+
+#: gedit/gedit-window.c:995
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Zugehörige Klammer in Zeile %d gefunden"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1030
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Z. %d, Sp. %d"
+
+#: gedit/gedit-window.c:1213
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabulatorbreite: %u"
+
+#: gedit/gedit-window.c:1231 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Reiner Text"
+
+#: gedit/gedit-window.c:1558
+msgid "There are unsaved documents"
+msgstr "Es gibt ungespeicherte Dokumente"
+
+#: gedit/gedit-window.c:2395
+msgid "Change side panel page"
+msgstr "Seite der Seitenleiste ändern"
+
+#: gedit/gedit-window.c:2415 gedit/resources/ui/gedit-window.ui:16
+msgid "Documents"
+msgstr "Dokumente"
+
+#: gedit/gedit-window.c:2719
+msgid "Open a file"
+msgstr "Eine Datei öffnen"
+
+#: gedit/gedit-window.c:2723
+msgid "Open a recently used file"
+msgstr "Eine zuletzt verwendete Datei öffnen"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Nach _links bewegen"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Nach _rechts bewegen"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "In neues Fenster _verschieben"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "In neue _Reitergruppe verschieben"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Schließen"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatischer Einzug"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Leerzeichen verwenden"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Zeilennummern anzeigen"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Rechten Rand anzeigen"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Aktuelle Zeile hervorheben"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Textumbruch"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Datei"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Neu"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "_Zuletzt geöffnete Dateien öffnen"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "_Geschlossenen Reiter wieder öffnen"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Speichern _unter …"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Neues Fenster"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Neu laden"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Drucken …"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Beenden"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Bearbeiten"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Rückgängig"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Wiederherstellen"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Ausschneiden"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopieren"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "E_infügen"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:891
+#: plugins/filebrowser/gedit-file-browser-plugin.c:926
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Löschen"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Überschreib_modus"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Alles au_swählen"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Einstellungen"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Ansicht"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Seiten_leiste"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Fußleiste"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "V_ollbild"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Hervorhebungsmodus …"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Suchen"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Suchen …"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "_Nächstes Vorkommen suchen"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "_Vorheriges Vorkommen suchen"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Suchen und _Ersetzen …"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "Hervorhebung _zurücksetzen"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "_Gehe zu Zeile …"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Werkzeuge"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "D_okumente"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "A_lle speichern"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Alle s_chließen"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Neue _Reitergruppe"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Vorherige Reitergruppe"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "_Nächste Reitergruppe"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Vorheriges Dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "_Nächstes Dokument"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "In neues Fenster _verschieben"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Hilfe"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_Info zu gedit"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "A_lle speichern"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Suchen und _Ersetzen …"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_Gehe zu Zeile …"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Tastenkürzel"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Zeichenkodierungen"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "Änderungen _abbrechen"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "Einstellungen _speichern"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "Weitere _verfügbare Zeichenkodierungen"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Favoriten"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "Ka_tegorie"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Zeichenkodierungen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Einstellungen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Zeilennummern anzeigen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "_Rechten Rand anzeigen in Spalte:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "_Statusleiste anzeigen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "_Raster anzeigen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Textumbruch"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Zeilen_umbruch aktivieren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Nur am _Wortende umbrechen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Hervorhebung"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Aktuelle Zeile _hervorheben"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Übereinstimmende _Klammern hervorheben"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Ansicht"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulatoren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tabulatorbreite:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "An Stelle von Tabulatoren _Leerzeichen einfügen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Automatischen Einzug aktivieren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Speichern von Dateien"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Vor dem Speichern von Dateien eine _Sicherheitskopie anlegen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "A_uto-Speichern von Dateien alle"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_Minuten"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Schrift"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Editor-_Schrift: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Wählen Sie die Editorschrift"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Farbschema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Schema installieren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Schema installieren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Schema deinstallieren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Schema deinstallieren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Schrift und Farben"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Erweiterungen"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Syntax-Hervorhebung"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Sy_ntax im Ausdruck hervorheben"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Zeilennummern"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "_Zeilennummern drucken"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Alle"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "Zeilen nummerieren"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Seitenkopf"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Seiten_kopf drucken"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Schriften"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Rumpf:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Zeilennummern:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Kopf- und Fußzeilen:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Auf Vorgabeschriften _zurücksetzen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Zur vorherigen Seite gehen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Zur nächsten Seite gehen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Aktuelle Seite (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "von"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Seitenanzahl"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Die Anzahl der Seiten dieses Dokuments"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Mehrere Seiten anzeigen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Normale Ansichtsgröße"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Ansicht einpassen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Ansicht vergrößern"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Ansicht verkleinern"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Druckvorschau verlassen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "Vorschau _verlassen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Druckvorschau"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Die Druckvorschau des Dokuments"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "_Alle ersetzen"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Suchen"
+
+# Letztes Leerzeichen ist absichtlich ausgelassen
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "_Suchen nach "
+
+# Letztes Leerzeichen ist absichtlich ausgelassen
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Ersetzen _durch "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Groß-/Kleinschreibung beachten"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Nur _vollständige Wörter beachten"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "R_egulärer Ausdruck"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "_Rückwärts suchen"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Am Anfang _fortsetzen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Neues Dokument in einem Reiter anlegen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Ein Dokument öffnen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Dokument speichern"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Dokument unter neuem Dateinamen speichern"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Alle Dokumente speichern"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Dokument schließen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Alle Dokumente schließen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Zuletzt geschlossenes Dokument erneut öffnen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Zum nächsten Dokument wechseln"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Zum vorherigen Dokument wechseln"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Zum ersten bis neunten Dokument wechseln"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Fenster und Leisten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Neues Dokument in einem Fenster anlegen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Neue Reitergruppe anlegen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Seitenleiste anzeigen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Fußleiste anzeigen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Vollbild an/aus"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Anwendung beenden"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Suchen und Ersetzen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Suchen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Nächsten Treffer suchen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Vorherigen Treffer suchen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Hervorhebung zurücksetzen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Rückgängig und Wiederholen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Vorherigen Befehl rückgängig machen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Vorherigen Befehl wiederholen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Auswahl"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Gesamten Text auswählen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Gesamte Auswahl aufheben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopieren und Einfügen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Ausgewählten Text in die Zwischenablage kopieren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Ausgewählten Text in die Zwischenablage ausschneiden"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Text aus der Zwischenablage einfügen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigation"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Gehe zu Zeile"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "An den Anfang der aktuellen Zeile springen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Ans Ende der aktuellen Zeile springen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "An den Anfang des Dokuments springen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "An das Ende des Dokuments springen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Ansichtsfeld innerhalb der Datei aufwärts schieben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Ansichtsfeld innerhalb der Datei abwärts schieben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Ansichtsfeld zum Ende der Datei schieben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Ansichtsfeld zum Anfang der Datei schieben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Zur übereinstimmenden Klammer wechseln"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Zur vorherigen Reitergruppe wechseln"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Zur nächsten Reitergruppe wechseln"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Bearbeiten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Einfügen/Überschreiben umschalten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Sichtbarkeit der Eingabemarke ein-/ausschalten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Aktuelle Zeile löschen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Aktuelle Zeile nach oben verschieben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Aktuelle Zeile nach unten verschieben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Aktuelles Wort nach links verschieben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Aktuelles Wort nach rechts verschieben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "In Großbuchstaben umwandeln"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "In Kleinbuchstaben umwandeln"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Groß-/Kleinschreibung vertauschen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Zahl am Cursor erhöhen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Zahl am Cursor verringern"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Werkzeuge"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Rechtschreibprüfung"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Dokument drucken"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Vervollständigungsfenster anzeigen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Allgemein"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Hilfe anzeigen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Menü öffnen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Tastaturkürzel"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Dokument schließen"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:39
+#: gedit/resources/ui/gedit-window.ui:324
+#: gedit/resources/ui/gedit-window.ui:330
+msgid "Create a new document"
+msgstr "Ein neues Dokument anlegen"
+
+#: gedit/resources/ui/gedit-window.ui:38 gedit/resources/ui/gedit-window.ui:329
+msgid "New"
+msgstr "Neu"
+
+#: gedit/resources/ui/gedit-window.ui:59 gedit/resources/ui/gedit-window.ui:64
+#: gedit/resources/ui/gedit-window.ui:365
+#: gedit/resources/ui/gedit-window.ui:370
+msgid "Save the current file"
+msgstr "Die momentan geöffnete Datei speichern"
+
+#: gedit/resources/ui/gedit-window.ui:63 gedit/resources/ui/gedit-window.ui:363
+#: gedit/resources/ui/gedit-window.ui:369
+msgid "Save"
+msgstr "Speichern"
+
+#: gedit/resources/ui/gedit-window.ui:206
+msgid "Hide panel"
+msgstr "Leiste verstecken"
+
+#: gedit/resources/ui/gedit-window.ui:338
+#: gedit/resources/ui/gedit-window.ui:343
+#: gedit/resources/ui/gedit-window.ui:344
+msgid "Leave Fullscreen"
+msgstr "Vollbild verlassen"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistik zum Dokument"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+"Diese Erweiterung analysiert das momentan geöffnete Dokument und ermittelt "
+"die Anzahl der darin enthaltenen Wörter, Zeilen und Zeichen (mit und ohne "
+"Leerzeichen) und zeigt das Ergebnis an."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Statistik zum _Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Auswahl"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Zeilen"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Wörter"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Zeichen (mit Leerzeichen)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Zeichen (ohne Leerzeichen)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Byte"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Alles kompilieren"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "»make« im Dokumentenordner ausführen"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Hier Terminal öffnen"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Ein Terminal im Ordner des Dokumentes öffnen"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Leerzeichen am Ende entfernen"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Unnötige Leerzeichen am Zeilenende in der Datei entfernen"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Einen Befehl ausführen"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Individuellen Befehl ausführen und dessen Ausgabe in ein neues Dokument "
+"stellen"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "An »fpaste« senden"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Den markierten Text oder das aktuelle Dokument in »fpaste« einfügen"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Externe Werkzeuge"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Externe Befehle und Shell-Skripte ausführen."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Systemschrift verwenden"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Falls wahr, verwenden externe Werkzeuge die global geltende Standardschrift, "
+"falls es eine Schrift fester Breite ist (bzw. die verwendbare ähnlichste "
+"Schrift)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Ein Pango-Schriftname. Beispielsweise »Sans 12« oder »Monospace Bold 14«."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "_Externe Werkzeuge verwalten …"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Externe _Werkzeuge"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Befehl konnte nicht ausgeführt werden: »%s«"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr ""
+"Um diesen Befehl auszuführen, müssen Sie sich innerhalb eines Worts befinden"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Ausgeführtes Werkzeug:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Fertig."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Beendet"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Alle Sprachen"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Alle Sprachen"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Neues Werkzeug"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Dieses Tastenkürzel wird bereits für %s verwendet"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Drücken Sie ein neues Tastenkürzel oder die Löschen-Taste zum Löschen"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Drücken Sie ein neues Tastenkürzel"
+
+# Konsistenz zu Stop(p)-Knopf
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Gestoppt."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Externes Programm beenden"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Immer verfügbar"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Alle Dokumente"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Nur benannte Dokumente"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Nur lokale Dateien"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Nur nicht-lokale Dateien"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Nur unbenannte Dokumente"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Momentan geöffnetes Dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Momentan ausgewählter Text"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Momentane Auswahl (Vorgabe für Dokument))"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Momentane Zeile"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Momentanes Wort"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "In Fußleiste anzeigen"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Neues Dokument anlegen"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "An momentan geöffnetes Dokument anfügen"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Momentan geöffnetes Dokument ersetzen"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Momentan ausgewählten Text ersetzen"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "An der Zeigerposition einfügen"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Externe Werkzeuge verwalten"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Ein neues Werkzeug hinzufügen"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Werkzeug hinzufügen"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Ausgewähltes Werkzeug entfernen"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Werkzeug entfernen"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Werkzeug zurücksetzen"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Werkzeug zurücksetzen"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Tastenkürzel:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Speichern:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Eingabe:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Ausgabe:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "A_nwendbarkeit:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Ausgabe des externen Programmes"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Dateiverwaltungsleiste"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Leichter Dateizugriff über die Seitenleiste."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Persönlicher Ordner"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Dateisystem"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:501
+msgid "File Browser"
+msgstr "Dateiverwaltung"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:631
+msgid "An error occurred while creating a new directory"
+msgstr "Beim Anlegen eines neuen Ordners ist ein Fehler aufgetreten."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:634
+msgid "An error occurred while creating a new file"
+msgstr "Beim Anlegen einer neuen Datei ist ein Fehler aufgetreten."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:637
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+"Beim Umbenennen einer Datei oder eines Ordners ist ein Fehler aufgetreten."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:640
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+"Beim Löschen einer Datei oder eines Ordners ist ein Fehler aufgetreten."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:643
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+"Beim Öffnen einer Datei in der Dateiverwaltung ist ein Fehler aufgetreten."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:646
+msgid "An error occurred while setting a root directory"
+msgstr "Beim Festlegen des Wurzelordners ist ein Fehler aufgetreten."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:649
+msgid "An error occurred while loading a directory"
+msgstr "Beim Laden eines Ordners ist ein Fehler aufgetreten."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:652
+msgid "An error occurred"
+msgstr "Ein Fehler ist aufgetreten"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:874
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Eine Datei kann nicht in den Papierkorb\n"
+"verschoben werden. Soll die Datei\n"
+"unwiderruflich gelöscht werden?"
+
+# CHECK
+#: plugins/filebrowser/gedit-file-browser-plugin.c:879
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Die Datei »%s« kann nicht in den Papierkorb verschoben werden."
+
+# CHECK
+#: plugins/filebrowser/gedit-file-browser-plugin.c:884
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+"Die ausgewählten Dateien können nicht in den Papierkorb verschoben werden."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr ""
+"Sind Sie sicher, dass die Datei »%s« unwiderruflich gelöscht werden soll?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"Sind Sie sicher, dass die ausgewählten Dateien unwiderruflich gelöscht "
+"werden sollen?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:920
+msgid "If you delete an item, it is permanently lost."
+msgstr "Wenn Sie ein Element löschen, geht es unwiderruflich verloren."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Leer)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Die umbenannte Datei wird momentan aufgrund eines Filters nicht dargestellt. "
+"Der Filter muss angepasst werden, damit die Datei angezeigt wird"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Neue Datei"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Die neu angelegte Datei wird momentan aufgrund eines Filters nicht "
+"dargestellt. Der Filter muss angepasst werden, damit die Datei angezeigt "
+"wird."
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Neuer Ordner"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Der neu angelegte Ordner wird momentan aufgrund eines Filters nicht "
+"dargestellt. Der Filter muss angepasst werden, damit der Ordner angezeigt "
+"wird."
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Lesezeichen"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+"Es existiert kein Einhängepunkt für den eingebundenen Datenträger: »%s«"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Das Medium konnte nicht geöffnet werden: »%s«"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Der Datenträger konnte nicht eingebunden werden: »%s«"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr ""
+"Beim Laden von »%s« ist ein Fehler aufgetreten. Es gibt diesen Ordner nicht."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "In der Baumansicht öffnen"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Öffnet die Baumansicht, wenn die Dateiverwaltungs-Erweiterung anstelle der "
+"Lesezeichenansicht geöffnet wurde"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Wurzelordner der Dateiverwaltung"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Der Wurzelordner der Dateiverwaltung, der beim Laden der Dateiverwaltung "
+"verwendet wird, wenn der Schlüssel »onload/tree_view« auf »TRUE« gesetzt ist."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Virtueller Wurzelordner der Dateiverwaltung"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Der virtuelle Wurzelordner der Dateiverwaltung, der beim Laden des Datei-"
+"Browsers verwendet wird, wenn der Schlüssel »onload/tree_view« auf »TRUE« "
+"gesetzt ist. Der virtuelle Wurzelordner muss immer unterhalb des "
+"tatsächlichen Wurzelordners sein."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Wiederherstellen von entfernten Orten einschalten"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+"Legt fest, ob Verbindungen zu entfernten Orten wiederhergestellt werden."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Das erste Dokument als Ort festlegen"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Falls dieser Schlüssel auf »WAHR« gesetzt ist, dann öffnet die Erweiterung "
+"für die Dateiverwaltung den Ordner des zuerst geöffneten Dokuments, falls "
+"die Dateiverwaltung noch nicht verwendet wurde. (Das trifft allgemein dann "
+"zu, wenn eine Datei aus der Befehlszeile oder mit Nautilus usw. geöffnet "
+"wurde)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Dateiverwaltung Filtermodus"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Dieser Wert bestimmt, welche Dateien in der Dateiverwaltung gefiltert "
+"werden. Gültige Werte sind: »none« (filtert nichts), »hide-hidden« (filtert "
+"verborgene Dateien) und »hide-binary« (filtert binäre Dateien)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Dateiverwaltung Filtermuster"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Das Filtermuster zum Filtern innerhalb der Dateiverwaltung. Dieses "
+"Filtermuster wird im Filtermodus benutzt."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Binäre Muster für Dateiverwaltung"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+"Die zusätzlichen Muster, die beim Filtern von binären Dateien verwendet "
+"werden sollen."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "Das aktive Dokument als _Wurzel festlegen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Neuer _Ordner"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Neue _Datei"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Umbenennen …"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "In den _Papierkorb verschieben"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Ansicht a_ktualisieren"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Ordner anzeigen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "In _Terminal öffnen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "_Verborgene Elemente anzeigen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "_Binäre Dateien anzeigen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Filter für Dateinamen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Chronik"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Chronikmenü öffnen"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modelines"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs-, Kate- und Vim-Modelines unterstützen."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Befehlsfarbe"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Die Farbe des Befehlstexts"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Fehlerfarbe"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Die Farbe des Fehlertexts"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Falls wahr, verwendet das Terminal die global geltende Standardschrift, "
+"falls es eine Schrift fester Breite ist (bzw. die verwendbare ähnlichste "
+"Schrift)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_Befehlsfarbe:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Fehlerfarbe:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python-Konsole"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktive Python-Konsole in der Fußleiste öffnen."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Schnellhervorhebung"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Hebt jedes Vorkommen des markierten Texts hervor."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Schnelles Öffnen …"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Schnelles Öffnen"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Dateien schnell öffnen."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Suchbegriff eingeben …"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "_Schnipsel verwalten …"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Schnipsel"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Das Archiv »%s« konnte nicht erstellt werden"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Zielordner »%s« existiert nicht"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Zielordner »%s« ist kein gültiger Ordner"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Datei »%s« existiert nicht"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Datei »%s« ist keine gültige Schnipseldatei"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Importierte Datei »%s« ist keine gültige Schnipseldatei"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Das Archiv »%s« konnte nicht entpackt werden"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Die folgenden Dateien konnten nicht importiert werden: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Datei »%s« ist kein gültiges Schnipselarchiv"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Schnipselarchiv"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Einen neuen Schnipsel hinzufügen …"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Ausgewählten Schnipsel zurücksetzen"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Ausgewählten Schnipsel entfernen"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Dies ist kein gültiger Tabulator-Auslöser. Auslöser können entweder "
+"alphanumerische Zeichen (oder _, : und . ) enthalten oder einzelne, nicht "
+"alphanumerische Zeichen wie {, [, usw. sein."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Einzelnes Wort, mit dem der Schnipsel nach Drücken der Tabulatortaste "
+"aktiviert wird"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Beim Importieren ist ein Fehler aufgetreten: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Import erfolgreich abgeschlossen"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Schnipsel importieren"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Unterstützte Archivtypen"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Komprimiertes GZip-Archiv"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Komprimiertes BZip2-Archiv"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Einzelne Schnipseldatei"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Alle Dateien"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Beim Exportieren ist ein Fehler aufgetreten: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Export erfolgreich abgeschlossen"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Sollen die ausgewählten <b>Systemschnipsel</b> ebenfalls exportiert werden?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Es wurden keine Schnipsel zum Exportieren ausgewählt"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Schnipsel exportieren"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Geben Sie ein neues Tastenkürzel ein oder drücken Sie die Löschen-Taste zum "
+"Löschen"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Geben Sie ein neues Tastenkürzel ein"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Die Ausführung des Python-Befehls (%s) überschreitet die Maximaldauer. Die "
+"Ausführung wurde abgebrochen."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Die Ausführung des Python-Befehls (%s) ist fehlgeschlagen: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Oft genutzte Textpassagen blitzschnell einfügen."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Schnipsel verwalten"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Neuen Schnipsel anlegen"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Schnipsel hinzufügen"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Schnipsel entfernen"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Schnipsel importieren"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Ausgewählte Schnipsel exportieren"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Schnipsel exportieren"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivierung"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tabulatorauslösung:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Tastenkürzel:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Tastenkürzel, mit dem der Schnipsel aktiviert wird"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Ziele:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "S_ortieren …"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sortieren"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Reihenfolge umkehren"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Duplikate entfernen"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Groß-/Kleinschreibung beachten"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Beginnen bei Spalte:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sortieren"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Dokument oder den markierten Text sortieren."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Rechtschreibung prüfen …"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "_Sprache festlegen …"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Rechtschreibfehler _hervorheben"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Rechtschreibfehler hervorheben"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Voreinstellung zur Hervorhebung von Rechtschreibfehlern."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Rechtschreibungs-Erweiterung einrichten"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Voreinstellungen für neue Dokumente"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Rechtschreibprüfung"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Rechtschreibprüfung im momentan geöffneten Dokument durchführen."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Datum und _Uhrzeit einfügen …"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Verfügbare Formate"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Anfrageart"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Soll der Benutzer nach einem Format gefragt werden oder das gewählte oder "
+"ein eigenes Format verwendet werden?"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Ausgewähltes Format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Das zum Einfügen von Datum und Zeit gewählte Format."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Eigenes Format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Das zum Einfügen von Datum und Zeit verwendete eigene Format."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Datum und Uhrzeit einfügen"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "_Folgendes Format verwenden"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Benutzerdefiniertes Format verwenden"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y, %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2009, 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "E_infügen"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Die Datums-/Uhrzeit-Erweiterung konfigurieren"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Einfügen von Datum und Zeit …"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "Nach dem Format _fragen"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Datum/Uhrzeit einfügen"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+"Das heutige Datum und die aktuelle Uhrzeit an der Zeigerposition einfügen."
+
+#~ msgid "gedit is a general-purpose text editor."
+#~ msgstr "gedit ist ein universeller Texteditor."
+
+# CHECK
+#, c-format
+#~ msgid "The file “%s” has been externally modified."
+#~ msgstr "Die Datei »%s« wurde extern geändert."
+
+#~ msgid ""
+#~ "If you save it, all the external changes could be lost. Save it anyway?"
+#~ msgstr ""
+#~ "Wenn Sie sie schließen, gehen alle außerhalb gemachten Änderungen "
+#~ "verloren. Soll die Datei trotzdem gespeichert werden?"
+
+#~ msgid "S_ave Anyway"
+#~ msgstr "Trotzdem _speichern"
+
+#~ msgid "D_on’t Save"
+#~ msgstr "_Nicht speichern"
+
+#~ msgid "OVR"
+#~ msgstr "ÜBS"
+
+#~ msgid "INS"
+#~ msgstr "EINF"
+
+#~ msgid "_Apply"
+#~ msgstr "_Anwenden"
+
+#~ msgid "Cho_sen Encodings"
+#~ msgstr "Ausgewählte _Zeichenkodierungen"
+
+#~ msgid "_Description"
+#~ msgstr "_Beschreibung"
+
+#, c-format
+#~ msgid ""
+#~ "Host “%s” could not be found. Please check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Der Rechner »%s« wurde nicht gefunden. Bitte überprüfen Sie, ob Ihre "
+#~ "Proxy-Einstellungen richtig sind und versuchen Sie es erneut."
+
+#, c-format
+#~ msgid ""
+#~ "Hostname was invalid. Please check that you typed the location correctly "
+#~ "and try again."
+#~ msgstr ""
+#~ "Der Rechnername ist ungültig. Bitte überprüfen Sie, ob Sie den Ort "
+#~ "richtig eingegeben haben, und versuchen Sie es erneut."
+
+#, c-format
+#~ msgid "Unable to handle “%s:” locations."
+#~ msgstr "Es kann nicht mit »%s«-Orten umgegangen werden."
+
+#~ msgid "Unable to handle this location."
+#~ msgstr "Mit diesem Ort kann nicht umgegangen werden."
+
+#, c-format
+#~ msgid "“%s” is a directory."
+#~ msgstr "»%s« ist ein Ordner."
+
+#~ msgid "Connection timed out. Please try again."
+#~ msgstr ""
+#~ "Verbindungsabbruch wegen Zeitüberschreitung. Bitte versuchen Sie es "
+#~ "erneut."
+
+#, c-format
+#~ msgid "Unexpected error: %s"
+#~ msgstr "Unerwarteter Fehler: %s"
+
+#, c-format
+#~ msgid "Could not find the file “%s”."
+#~ msgstr "Die Datei »%s« konnte nicht gefunden werden."
+
+#, c-format
+#~ msgid "“%s” is not a regular file."
+#~ msgstr "»%s« ist keine reguläre Datei."
+
+#~ msgid ""
+#~ "The disk where you are trying to save the file has a limitation on file "
+#~ "sizes. Please try saving a smaller file or saving it to a disk that does "
+#~ "not have this limitation."
+#~ msgstr ""
+#~ "Auf dem Laufwerk, auf dem Sie versuchen zu speichern, gilt eine "
+#~ "Einschränkung für Dateigrößen. Bitte versuchen Sie, eine kleinere Datei "
+#~ "zu speichern oder auf einem Laufwerk zu speichern, für das diese "
+#~ "Einschränkung nicht gilt."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr ""
+#~ "gedit ist ein kleiner und handlicher Texteditor für die GNOME-"
+#~ "Arbeitsumgebung."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr ""
+#~ "gedit ist ein kleiner und handlicher Texteditor für die GNOME-"
+#~ "Arbeitsumgebung"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "_Hervorhebungsmodus"
+
+#~ msgid "_Select"
+#~ msgstr "A_uswählen"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Hervorhebungsmodus suchen …"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit ist der offizielle Texteditor der GNOME Arbeitsumgebung. Obwohl auf "
+#~ "Einfachheit und Bedienkomfort Wert gelegt wird, ist gedit ein mächtiger "
+#~ "und universeller Texteditor."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Egal, ob Sie den nächsten Bestseller schreiben, eine innovative Anwendung "
+#~ "entwickeln oder einfach nur Notizen festhalten wollen – gedit wird ein "
+#~ "verlässliches Werkzeug sein, um Ihre Aufgabe zu erledigen."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Sein flexibles Erweiterungssystem erlaubt es Ihnen, die Anwendung auf "
+#~ "Ihre Bedürfnisse und Arbeitsweise anzupassen."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Liste der aktiven Erweiterungen. Sie enthält den Ort (»Location«) der "
+#~ "aktiven Erweiterungen. Schauen Sie in die Datei ».gedit-plugin«, um den "
+#~ "Ort einer bestimmten Erweiterung zu erfahren."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr ""
+#~ "Am Dokument »%s« vorgenommene Änderungen werden unwiderruflich verloren "
+#~ "gehen."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Das Speichern wurde vom Systemadministrator deaktiviert."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] ""
+#~ "Die Änderungen in %d Dokument werden unwiderruflich verloren gehen."
+#~ msgstr[1] ""
+#~ "Die Änderungen in %d Dokumenten werden unwiderruflich verloren gehen."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Dokumente mit _ungespeicherten Änderungen:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Öffnen"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Zeichenkodierung:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Zeilenende:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Der Ort »%s« ist momentan nicht erreichbar."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Ihr System ist nicht verbunden. Bitte überprüfen Sie Ihr Netzwerk."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Nicht bearbeiten"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Die Datei »%s« ist bereits in einem anderen Fenster geöffnet."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Möchten Sie diese dennoch bearbeiten?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr ""
+#~ "Sicherheitskopie konnte nicht beim Speichern von »%s« erstellt werden."
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Temporäre Sicherheitskopie konnte nicht beim Speichern von »%s« erstellt "
+#~ "werden."
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Es konnte keine Sicherheitskopie der alten Kopie der Datei erstellt "
+#~ "werden, bevor die neue gespeichert wurde. Sie können diese Warnung "
+#~ "ignorieren und die Datei trotzdem speichern. Sollte dabei ein Fehler "
+#~ "auftreten, so könnten Sie die alte Kopie der Datei verlieren. Soll die "
+#~ "Datei trotzdem gespeichert werden?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Die Datei »%s« wurde auf dem Laufwerk geändert."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Änderungen verwerfen und _neu laden"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Beim Speichern von »%s« wurden einige ungültige Zeichen erkannt"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Wenn Sie das Speichern fortsetzen, könnten Sie das Dokument unbrauchbar "
+#~ "machen. Trotzdem speichern?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Ordner »%s« konnte nicht erstellt werden. g_mkdir_with_parents() ist "
+#~ "gescheitert: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "Schema hin_zufügen"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Ausgewählte Zeilen zusammenführen"
+
+#~ msgid "Check update"
+#~ msgstr "Aktualisierung prüfen"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Auf neueste Version von Gedit prüfen"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Beim Anzeigen der Adresse ist ein Fehler aufgetreten."
+
+#~ msgid "_Download"
+#~ msgstr "_Herunterladen"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "Version _ignorieren"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Es gibt eine neue Version von Gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Sie können die neue Version von gedit durch Betätigen des Knopfes "
+#~ "»Herunterladen« laden oder diese Version übergehen und auf eine neue "
+#~ "warten."
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Zu ignorierende Version"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr ""
+#~ "Zu ignorierende Version, bis eine neuere Version veröffentlicht wird."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Übersichtsfenster anzeigen"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Legt fest, ob gedit das Übersichtsfenster der Datei anzeigt."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Werkzeugleiste ist sichtbar"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Soll die Werkzeugleiste in Bearbeitungsfenstern sichtbar sein?"
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Maximal anzuzeigende zuletzt geöffnete Dateien"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Gibt die maximale Anzahl der zuletzt geöffneten Dateien an, die im "
+#~ "»Zuletzt geöffnete Dateien«-Untermenü angezeigt werden."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Keine Änderungen zu speichern"
+
+#~ msgid "No results"
+#~ msgstr "Keine Ergebnisse"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Weitere _Dokumente …"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Ü_bersichtsfenster anzeigen"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Insert timestamp"
+#~ msgstr "Zeitstempel einfügen"
+
+#~ msgid "Open"
+#~ msgstr "Öffnen"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Einen Dateidialog öffnen"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Bitte überprüfen Sie Ihre Installation."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Die UI-Datei »%s« kann nicht geöffnet werden. Fehlermeldung: »%s«"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Das Objekt »%s« kann nicht in der Datei »%s« gefunden werden."
+
+#~ msgid "Tools"
+#~ msgstr "Werkzeuge"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit Texteditor"
+
+#~ msgid "_About"
+#~ msgstr "_Info"
diff --git a/po/dz.po b/po/dz.po
new file mode 100644
index 0000000..affb5b7
--- /dev/null
+++ b/po/dz.po
@@ -0,0 +1,5463 @@
+# Dzongkha translation of gedit
+# Copyright @ 2006 Free Software Foundation, Inc.
+# Mindu Dorji.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.HEAD.Original\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-05-27 12:04+0000\n"
+"PO-Revision-Date: 2008-09-10 09:27+0530\n"
+"Last-Translator: Dawa pemo <daws_403@hotmail.com>\n"
+"Language-Team: <en@li.org>\n"
+"Language: dz\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"X-Poedit-Language: Dzongkha\n"
+"X-Poedit-Country: BHUTAN\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Generator: KBabel 1.10.2\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "ཚིག་ཡིག་ཡིག་སྣོད་ཚུ་ ཞུན་དག་རྐྱབས་ "
+
+#: ../data/gedit.desktop.in.in.h:2
+#: ../gedit/gedit.c:475
+#: ../gedit/gedit-print-job.c:751
+msgid "Text Editor"
+msgstr "ཚིག་ཡིག་ཞུན་དགཔ།"
+
+#: ../data/gedit.schemas.in.h:1
+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 "ཞུན་དག་བརྐྱབ་ནིའི་མངའ་ཁོངས་ནང་ ལག་ལེན་འཐབ་ནིའི་ སྲོལ་སྒྲིག་ཡིག་གཟུགས་ཅིག \"Use Default Font\" ཟེར་མི་གདམ་ཁ་དེ་ ཊརན་ཨོཕ་སྦེ་བཞགཔ་ད་རྐྱངམ་ཅིག་ འདི་ལུ་ནུས་པ་འཐོབ་ཚུགས།"
+
+#: ../data/gedit.schemas.in.h:2
+#: ../gedit/gedit-plugin-manager.c:796
+msgid "Active plugins"
+msgstr "ཤུགས་ལྡན་པལག་ཨིནསི།"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "རང་བཞིན་གྱིས་སྐྱོན་འཛིན་པའི་ ཨིན་ཀོ་ཌིངསི།"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "རང་བཞིན་སྲུང་བཞག"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "རང་བཞིན་སྲུང་བཞག་བར་མཚམས།"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "རང་བཞིན་འགོ་མཚམས།"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Backup Copy Extension"
+msgstr "འདྲ་བཤུས་རྒྱ་བསྐྱེད་ཀྱི་རྒྱབ་ཐག"
+
+#: ../data/gedit.schemas.in.h:8
+msgid "Body Font for Printing"
+msgstr "དཔར་བསྐྲུན་དོན་ལུ་ མ་གཟུགས་ཡིག་གཟུགས།"
+
+#: ../data/gedit.schemas.in.h:9
+msgid "Bottom Panel is Visible"
+msgstr "མཇུག་གི་པེ་ནཱལ་མཐོང་ཚུགས།"
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Create Backup Copies"
+msgstr "རྒྱབ་ཐག་འདྲ་བཤུས་ གསར་བསྐྲུན་འབད།"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Display Line Numbers"
+msgstr "གྱལ་རིམ་ཨང་གྲངས་ བཀྲམ་སྟོན་འབད།"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Display Right Margin"
+msgstr "གཡས་ཀྱི་ས་སྟོང་ བཀྲམ་སྟོན་འབད།"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Editor Font"
+msgstr "ཞུན་དག་པའི་ཡིག་གཟུགས།"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Enable Search Highlighting"
+msgstr "འཚོལ་ཞིབ་གཙོ་དམིགས་ ལྕོགས་ཅན་བཟོ།"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Enable Syntax Highlighting"
+msgstr "ཚིག་སྦྱོར་གཙོ་དམིགས་འབད་ནི་ ལྕོགས་ཅན་བཟོ།"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Encodings shown in menu"
+msgstr "དཀར་ཆག་ནང་སྟོན་མི་ ཨིན་ཀོ་ཌིངསི།"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Extension or suffix to use for backup file names. This will only take effect if the \"Create Backup Copies\" option is turned on."
+msgstr "རྒྱབ་ཐག་ཡིག་སྣོད་མིང་གི་དོན་ལུ་ ལག་ལེན་འཐབ་ནིའི་ རྒྱ་བསྐྱེད་ ཡང་ན་ རྗེས་ཚིག \"Create Backup Copies\"ཟེར་མི་ གདམ་ཁ་དེ་ ཊརན་ཨཱོན་སྦེ་བཞགཔ་ད་རྐྱངམ་ཅིག་ འདི་ལུ་ནུས་པ་འཐོབ་ཚུགས།"
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Header Font for Printing"
+msgstr "དཔར་བསྐྲུན་དོན་ལུ་ མགོ་ཡིག་གི་ཡིག་གཟུགས།"
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Highlight Current Line"
+msgstr "ད་ལྟོའི་གྱལ་རིམ་ལུ་ གཙོ་དམིགས་འབད།"
+
+#: ../data/gedit.schemas.in.h:20
+msgid "Highlight Matching Bracket"
+msgstr "མཐུན་སྒྲིག་ཡོད་པའི་གུག་ཤད་ལུ་ གཙོ་དམིགས་འབད།"
+
+#: ../data/gedit.schemas.in.h:21
+msgid "If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr "བེ་ལུ་འདི་ ༠ ཨིན་པ་ཅིན་ ཡིག་ཆ་དཔར་བསྐྲུན་འབདཝ་ད་ གྱལ་རིམ་ཨང་མི་བཙུགས་ དེ་མིན་ཇི་ཨེ་ཌིཊི་གིས་ དེ་བཟུམ་མའི་ གྱལ་རིམ་རེ་རེ་བཞིན་དུ་ལུ་ གྱལ་རིམ་ཨང་རེ་ དཔར་བསྐྲུན་འབད་འོང༌།"
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Insert spaces"
+msgstr "བར་སྟོང་བཙུགས།"
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Line Number Font for Printing"
+msgstr "དཔར་བསྐྲུན་དོན་ལུ་ གྱལ་རིམ་ཨང་གི་ཡིག་གཟུགས།"
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Line Wrapping Mode"
+msgstr "གྱལ་རིམ་ལོག་མཚམས་ཀྱི་ ཐབས་ལམ།"
+
+#: ../data/gedit.schemas.in.h:25
+msgid "List of VFS schemes gedit supports in write mode. The 'file' scheme is writable by default."
+msgstr "འབྲི་ནིའི་ཐབས་ལམ་ནང་ ཝི་ཨེཕ་ཨེསི་འཆར་ལས་ ཇི་ཨི་ཌིཊི་གི་རྒྱབ་སྐྱོར་གྱི་ཐོ་ཡིག 'ཡིག་སྣོད' ལས་འཆར་དེ་ སྔོན་སྒྲིག་ཐོ་ལས་འབྲི་བཏུབ།"
+
+#: ../data/gedit.schemas.in.h:26
+msgid "List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr "ཤུགས་ལྡན་པ་ལག་ཨིནསི་གི་ཐོ་ཡིག འདི་གི་ནང་ན་ ཤུགས་ལྡན པལག་ཨིནསི་གི་\"Location\" ཡོད། གྲ་སྒྲིགཡོད་མི་ པ་ལག་ཨིན་གྱི་ \"Location\" ལེན་ནིའི་དོན་ལུ་ ཇི་ཨེ་ཌིཊི་པ་ལག་ཨིན་ ཡིག་སྣོད་ལུ་བལྟ།"
+
+#: ../data/gedit.schemas.in.h:27
+msgid "List of encodings shown in Character Coding menu in open/save file selector. Only recognized encodings are used."
+msgstr "ཡིག་འབྲུ་ཀོ་ཌིང་གི་དཀར་ཆག་ནང་ ཁ་ཕྱེ་ནི་ / བསྲུང་ནིའི་ ཡིག་སྣོད་སེལ་བྱེད་ནང་སྟོན་ཏེ་ཡོད་པའི་ ཨིན་ཀོ་ཌིངསི་གི་ཐོ་ཡིག ངོས་འཛིན་ཅན་གྱི་ ཨིན་ཀོ་ཌིངསི་རྐྱངམ་གཅིག་ ལག་ལེན་འཐབ་ཨིན།"
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Max Number of Undo Actions"
+msgstr "འབད་བཤོལ་བྱ་བའི་གྲངས་ཀྱི་མང་མཐའ།"
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Maximum Recent Files"
+msgstr "འཕྲལ་གྱི་ཡིག་སྣོད་ཚུ་གི་མང་མཐའ།"
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ འབད་བཤོལ་དང་ ལོག་འབད་ཚུགས་པའི་ བྱ་བའི་མང་མཐའ། ཚད་མེད་བྱ་བའི་དོན་ལུ་ \"-1\" ལག་ལེན་འཐབ།"
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ འབད་བཤོལ་དང་ ལོག་འབད་ཚུགས་པའི་ བྱ་བའི་མང་མཐའ། ཚད་མེད་བྱ་བའི་དོན་ལུ་ \"-1\" ལག་ལེན་འཐབ། ༢.༡༢.༠ ལས་ཚུར་ ངོས་ལེན་མེདཔ།"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:34
+msgid "Monospace 12"
+msgstr "མོ་ནོ་སི་པེསི་༡༢།"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:37
+msgid "Monospace 9"
+msgstr "མོ་ནོ་སི་པེསི་༩།"
+
+#: ../data/gedit.schemas.in.h:38
+msgid "Number of minutes after which gedit will automatically save modified files. This will only take effect if the \"Auto Save\" option is turned on."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ རང་བཞིན་ཐོག་ལས་ ལེགས་བཅོས་གྲུབ་པའི་ ཡིག་སྣོད་ཚུ་ སྲུང་བཞག་འབད་བའི་ཤུལ་གྱི་ སྐར་མའི་གྱངས་ཁ། \"Auto Save\" ཟེར་མི་གདམ་ཁ་དེ་ ཊརན་ཨཱོན་འབདཝ་ད་རྐྱངམ་གཅིག་ ནུས་པ་འཐོབ་ཚུགས་།"
+
+#: ../data/gedit.schemas.in.h:39
+msgid "Print Header"
+msgstr "མགོ་ཡིག་དཔར་སྐྲུན་འབད།"
+
+#: ../data/gedit.schemas.in.h:40
+msgid "Print Line Numbers"
+msgstr "གྱལ་རིམ་ཨང་དཔར་བསྐྲུན་འབད།"
+
+#: ../data/gedit.schemas.in.h:41
+msgid "Print Syntax Highlighting"
+msgstr "གཙོ་དམིགས་འབད་མི་ ཚིག་སྦྱོར་དཔར་སྐྲུན་འབད།"
+
+#: ../data/gedit.schemas.in.h:42
+msgid "Printing Line Wrapping Mode"
+msgstr "གྱལ་རིམ་ལོག་མཚམས་ཐབས་ལམ་ དཔར་སྐྲུན་འབད་དོ།"
+
+#: ../data/gedit.schemas.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr "ཧེ་མའི་འོད་རྟགས་གནས་ས་སླར་གསོ་འབད།"
+
+#: ../data/gedit.schemas.in.h:44
+msgid "Right Margin Position"
+msgstr "གཡས་ཀྱི་ས་སྟོང་གནས་ས།"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:47
+msgid "Sans 11"
+msgstr "སེནསི་༡༡།"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:50
+msgid "Sans 8"
+msgstr "སེནསི་༨།"
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Side Pane is Visible"
+msgstr "ཟུར་ཁའི་པེན་མཐོང་ཚུགས་པས།"
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Smart Home End"
+msgstr "སི་མཊི་ ཧོམ་ ཨེནཌི་ "
+
+#: ../data/gedit.schemas.in.h:53
+msgid "Sorted list of encodings used by gedit for auto-detecting the encoding of a file. \"CURRENT\" represents the current locale encoding. Only recognized encodings are used."
+msgstr "ཡིག་སྣོད་ཅིག་གི་ རང་བཞིན་སྐྱོན་འཛིན་ཨིན་ཀོ་ཌིང་འབད་ནིའི་དོན་ལུ་ ཇི་ཨི་ཌིཊི་གིས་ ལག་ལེན་འཐབ་མི་ ཨིན་ཀོ་ཌིང་གི་ དབྱེ་སེལ་ཅན་ཐོ་ཡིག \"CURRENT\" གིས་ ད་ལྟོའི་ལོ་ཀེལ་ཨིན་ཀོ་ཌིང་འདི་ཁྱད་ཚབ་འབདཝ་ཨིན། ངོས་འཛིན་འབད་ཡོད་པའི་ ཨིན་ཀོ་ཌིང་ཚུ་རྐྱངམ་གཅིག་ ལག་ལེན་འཐབ་ཨིན།"
+
+#: ../data/gedit.schemas.in.h:54
+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 "ཧོམ་ དང་ ཨེནཌི་ ལྡེ་མིག་ཚུ་ གཡེབ་པའི་སྐབས་ འོད་རྟགས་དེ་ ག་དེ་སྦེ་ སྤོ་བཤུད་འབདཝ་ཨིན་ན་ གསལ་བཀོད་འབདཝ་ཨིན། གྲལ་ཐིག་གི་ འགོ/མཇུག་ལུ་ སྤོ་བཤུད་འབད་ནིའི་དོན་ལུ་ ཨ་རྟག་རང་ \"DISABLED\" ་ལག་ལེན་འཐབ། ལྡེ་མིག་ཚུ་འགོ་དང་པ་ གཡེབ་པའི་སྐབས་ གྲལ་ཐིག་གི་ འགོ་/མཇུག་ལུ་ སྤོ་བཤུད་འབད་ནིའི་དོན་ལུ་ དང་ ལྡེ་མིག་ཚུ་ཐེངས་གཉིས་པ་གཡེབ་པའི་སྐབས་ གྲལ་ཐིག་གི་ འགོ/མཇུག་ལུ་ སྤོ་བཤུད་འབད་དེ་ བར་སྟོང་དཀརཔོ་ཚུ་ སྣང་མེད་བཞག་ནིའི་དོན་ལུ་ \"AFTER\" ལག་ལེན་འཐབ། གྲལ་ཐིག་གི་ འགོ་/མཇུག་ལུ་ སྤོ་བཤུད་མ་འབད་བའི་ཧེ་མ་ ཚིག་ཡིག་གི་ འགོ/མཇུག་ལུ་ སྤོ་བཤུད་འབད་ནིའི་དོན་ལུ་ \"BEFORE\" ལག་ལེན་འཐབ་ནི་དང་ ཨ་རྟག་རང་ གྲལ་ཐིག་གི་ འགོ/མཇུག་ལུ་མེན་པ་ ཚིག་ཡིག་གི་ འགོ/ མཇུག་ལུ་ སྤོ་བཤུད་འབད་ནིའི་དོན་ལུ་ \"ALWAYS\" ལག་ལེན་འཐབ། "
+
+#: ../data/gedit.schemas.in.h:55
+msgid "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr "དཔར་བསྐྲུན་གྱི་དོན་ལུ་ གྱལ་རིམ་རིངམ་ཚུ་ སྤུར་ཐངས་གསལ་བཀོད་འབདཝ་ཨིན། སྤུར་ནི་མེད་པའི་སྐབས་ \"GTK_WRAP_NONE\"ཟེར་མི་འདི་ ལག་ལེན་འཐབ། མིང་ཚིག་གི་ མཐའ་མཚམས་སྤུར་ནིའི་དོན་ལུ་ \"GTK_WRAP_WORD\"དང་ ཡིག་འབྲུ་ངོ་རྐྱང་གི་ མཐའ་མཚམས་ལུ་ སྤུར་ནིའི་དོན་ལུ་ \"GTK_WRAP_CHAR\" ཟེར་མི་ལག་ལེན་འཐབ། དྲན་དགོཔ་འདི་ བེ་ལུསི་འདི་ཚུ་ གནད་དོན་ཉེན་ཅན་ཨིནམ་ལས་ གོང་ལུ་བཀོད་དོ་བཟུམ་སྦེ་རང་ ངེས་ཏིག་འབྱུང་དགོཔ་ སེམས་ཁར་དྲན།"
+
+#: ../data/gedit.schemas.in.h:56
+msgid "Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr "ཞུན་དག་བརྐྱབ་ནིའི་་མངའ་ཁོངས་ནང་ ཐིཆ་མཉམིངམ་རེཔ་འབད་ཐངས་ གསལ་བཀོད་འབདཝ་ཨིན། ཐིག་སྤུར་ནི་མེད་པའི་སྐབས་ \"GTK_WRAP_NONE\" ཟེར་མི་འདི་ ལག་ལེན་འཐབ། མིང་ཚིག་གི་ མཐའ་མཚམས་ལོག་མཚམས་འི་དོན་ལུ་ \"GTK_WRAP_WORD\" དང་ ཡིག་འབྲུ་ངོ་རྐྱང་གི་མཐའ་མཚམས་ལུ་ ལོག་མཚམས་དོན་ལུ་ \"GTK_WRAP_CHAR\" ཟེར་མི་ལག་ལེན་འཐབ། བེ་ལུསི་ཚུ་ གནད་དོན་ཉེན་ཅན་ཨིནམ་ལས་ གོང་ལུ་བཀོད་དོ་བཟུམ་སྦེ་རང་ ངེས་ཏིག་འབྱུང་དགོཔ་ སེམས་ཁར་དྲན།"
+
+#: ../data/gedit.schemas.in.h:57
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr "ཡིག་ཆ་དཔར་སྐྲུན་སྐབས་ ཡིག་ཆའི་མ་གཟུགས་ཀྱི་དོན་ལུ་ ལག་ལེན་འཐབ་ནིའི་ ཡིག་གཟུགས་གསལ་བཀོད་འབདཝ་ཨིན།"
+
+#: ../data/gedit.schemas.in.h:58
+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 "དཔར་བསྐྲུན་གྱི་སྐབས་ལུ་ གྱལ་རིམ་ཨང་གི་དོན་ལུ་ ལག་ལེན་འཐབ་ནིའི་ ཡིག་གཟུགས་གསལ་བཀོད་འབདཝ་ཨིན། འདི་ \"Print Line Numbers\" ཟེར་མི་གདམ་ཁ་འདི་ ཀླད་ཀོར་མེན་པ་ཅིན་རྐྱངམ་གཅིག་ ནུས་པ་འཐོབ་འོང་།"
+
+#: ../data/gedit.schemas.in.h:59
+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 "ཡིག་ཆ་དཔར་བསྐྲུན་སྐབས་ ཤོག་ལེབ་མགོ་ཡིག་དོན་ལུ་ ལག་ལེན་འཐབ་ནིའི་ ཡིག་གཟུགས་གསལ་བཀོད་འབདཝ་ཨིན། འདི་\"Print Header\" ཟེར་མི་གདམ་ཁ་འདི་ ཊརན་ཨཱོན་འབད་བ་ཅིན་རྐྱངམ་གཅིག་ ནུས་པ་འཐོབ་འོང་།"
+
+#: ../data/gedit.schemas.in.h:60
+msgid "Specifies the maximum number of recently opened files that will be displayed in the \"Recent Files\" submenu."
+msgstr "\"Recent Files\" ཡིག་སྣོད་ཡན་ལག་ནང་ བཀྲམ་སྟོན་གྱི་དོན་ལུ་ འཕྲལ་ཁམས་ཅིག་ཁར་ ཁ་ཕྱེ་ཡོད་པའི་ ཡིག་ཆའི་གྲངས་ཀྱི་མང་མཐའ་ གསལ་བཀོད་འབདཝ་ཨིན།"
+
+#: ../data/gedit.schemas.in.h:61
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr "མཆོང་ལྡེའི་ཡིག་འབྲུའི་ཚབ་ལུ་ བཀྲམ་སྟོན་འབད་དགོ་པའི་ བར་སྟོང་གྱངས་ཁ་ གསལ་བཀོད་འབདཝ་ཨིན།"
+
+#: ../data/gedit.schemas.in.h:62
+msgid "Specifies the position of the right margin."
+msgstr "གཡས་ཀྱི་ས་སྟོང་གནས་ས་ གསལ་བཀོད་འབདཝ་ཨིན།"
+
+#: ../data/gedit.schemas.in.h:63
+msgid "Status Bar is Visible"
+msgstr "གནས་ཚད་ཕྲ་རིང་ མཐོང་ཚུགས་པས།"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Style Scheme"
+msgstr "ཁཆར་ལས་ བཟོ་རྣམ་ "
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr "ལག་ཆས་ཕྲ་རིང་གི་བཟོ་རྣམ། རིམ་ལུགས་ཀྱི་སྔོན་སྒྲིག་བཟོ་རྣམ་ ལག་ལེན་གྱི་དོན་ལུ་ སྲིད་པའི་བེ་ལུསི་ཚུ་ \"GEDIT_TOOLBAR_SYSTEM\"ཨིན། ངོས་དཔར་བཀྲམ་སྟོན་གྱི་དོན་ལུ་ \"GEDIT_TOOLBAR_ICONS\"ཨིན། ངོས་དཔར་དང་ ཚིག་ཡིག་གཉིས་ཆ་རང་ བཀྲམ་སྟོན་འབད་ནིའི་དོན་ལུ་ \"GEDIT_TOOLBAR_ICONS_AND_TEXT\"ཨིན། དེ་ལས་ ངོས་དཔར་གྱི་ཟུར་ཁར་ གཙོ་རིམ་ཅན་གྱི་ ཚིག་ཡིག་བཀྲམ་སྟོན་འབད་ནི་ལུ་ \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\"ཨིན། བེ་ལུསི་ཚུ་ གནད་དོན་ཉེན་ཅན་ཨིནམ་ལས་ གོང་ལུ་བཀོད་དོ་བཟུམ་སྦེ་རང་ ངེས་ཏིག་འབྱུང་བཅུག་དགོཔ་ སེམས་ཁར་དྲན།"
+
+#: ../data/gedit.schemas.in.h:66
+msgid "Tab Size"
+msgstr "མཆོང་ལྡེའི་ཚད།"
+
+#: ../data/gedit.schemas.in.h:67
+msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgstr "ཚིག་ཡིག་ ཚོས་གཞི་གཏང་ནིའི་དོན་ལུ་ ལག་ལེན་འཐབ་ཡོད་པའི་ ཇི་ཊི་ཀེ་ ཐོན་ཁུངས་ མཐོང་སྣང་ བཟོ་རྣམ་འཆར་ལས་ཀྱི་ ཨའི་ཌི། "
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Toolbar Buttons Style"
+msgstr "ལག་ཆས་ཕྲ་རིང་ ཨེབ་རྟའི་བཟོ་རྣམ།"
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Toolbar is Visible"
+msgstr "ལག་ཆས་ཕྲ་རིང་མཐོང་ཚུགས་པས།"
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "འབད་བཤོལ་གྱི་ བྱ་བ་ཚུ་གི་ཚད། (ངོས་ལེན་མེདཔ)"
+
+#: ../data/gedit.schemas.in.h:71
+msgid "Use Default Font"
+msgstr "སྔོན་སྒྲིག་ཡིག་གཟུགས་ ལག་ལེན་འཐབ།"
+
+#: ../data/gedit.schemas.in.h:72
+msgid "Whether gedit should automatically save modified files after a time interval. You can set the time interval with the \"Auto Save Interval\" option."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ བར་མཚམས་ཅིག་གི་རྒྱབ་ལས་ བསྒྱུར་བཅོས་གྲུབ་པའི་ཡིག་སྣོད་ཚུ་ རང་བཞིན་གྱིས་ བསྲུང་དགོཔ་ཨིན་ན། ཁྱོད་ཀྱིས་བར་མཚམས་དེ་\"Auto Save Interval\" ཟེར་མི་དེ་ གདམ་ཁའི་ཐོག་ལས་ གཞི་སྒྲིག་འབད་ཚུགས། "
+
+#: ../data/gedit.schemas.in.h:73
+msgid "Whether gedit should create backup copies for the files it saves. You can set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ སྲུང་བཞག་འབད་མི་ ཡིག་སྣོད་ཚུ་གི་དོན་ལས་ རྒྱབ་ཐག་འདྲ་བཤུས་ གསར་བསྐྲུན་འབད་དགོ་ག ཁྱོད་ཀྱིས་ རྒྱབ་ཐག་ཡིག་སྣོད་ཀྱི་རྒྱ་སྐྱེད་འདི་ \"Backup Copy Extension\" ཟེར་མི་ གདམ་ཁའི་ཐོག་ལས་ གཞི་སྒྲིག་འབད་ཚུགས།"
+
+#: ../data/gedit.schemas.in.h:74
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ ཞུན་དག་བརྐྱབ་ནིའི་མངའ་ཁོངས་ནང་ གྱལ་རིམ་ཨང་ བཀྲམ་སྟོན་འབད་དགོ་ག"
+
+#: ../data/gedit.schemas.in.h:75
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ ཞུན་དག་བརྐྱབ་ནིའི་མངའ་ཁོངས་ནང་ གཡས་ཀྱི་ས་སྟོང་ བཀྲམ་སྟོན་འབད་དགོ་ག"
+
+#: ../data/gedit.schemas.in.h:76
+msgid "Whether gedit should enable auto indentation."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ རང་བཞིན་འགོ་མཚམས་ ལྕོགས་ཅན་བཟོ་དགོ་ག"
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ ཚིག་སྦྱོར་གཙོ་དམིགས་ ལྕོགས་ཅན་བཟོ་དགོ་ག"
+
+#: ../data/gedit.schemas.in.h:78
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "ཇི་ཨི་ཌིཊི་གིས་ འཚོལ་ཞིབ་འབད་ཡོད་པའི་ ཚིག་ཡིག་གི་འབྱུང་བ་ཆ་མཉམ་ གཙོ་དམིགས་འབད་དགོ་ག་མིན་དགོ"
+
+#: ../data/gedit.schemas.in.h:79
+msgid "Whether gedit should highlight matching bracket."
+msgstr "ཇི་ཨེ་ཌེཊི་གིས་ མཐུན་སྒྲིག་གུག་ཤད་གུ་ གཙོ་དམིགས་འབད་དགོ་ག"
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Whether gedit should highlight the current line."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ ད་ལྟོའི་གྱལ་རིམ་ལུ་ གཙོ་དམིགས་འབད་དགོ་ག"
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ ཡིག་ཆ་དཔར་བསྐྲུན་སྐབས་ ཡིག་ཆའི་མགོ་ཡིག་ གྲངས་སུ་བཙུགས་དགོ་ག"
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ མཆོང་ལྡེའི་ཚབ་ལུ་ བར་སྟོང་བཙུགས་དགོ་ག"
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ ཡིག་ཆ་དཔར་བསྐྲུན་སྐབས་ ཚིག་སྦྱོར་གཙོ་དམིགས་འབད་དེ་ དཔར་བསྐྲུན་འབད་དགོ་ག"
+
+#: ../data/gedit.schemas.in.h:84
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr "ཇི་ཨི་ཌིཊི་གིས་ ཡིག་སྣོད་ཅིག་མངོན་གསལ་འབད་བའི་སྐབས་ལུ་ ཧེ་མའི་འོད་རྟགས་གནས་ས་དེ་ སླར་གསོ་འབད་དགོ་ག་མིན་དགོ"
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr "ཞུན་དག་སྒོ་སྒྲིག་ཚུ་གི་མཇུག་ལུ་ མཇུག་གི་པེ་ནཱལ་དེ་ མཐོང་ཚུགསཔ་སྦེ་ དགོཔ་ཨིན་ན་མེན།"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Whether the side pane at the left of the editing window should be visible."
+msgstr "ཞུན་དག་སྒོ་སྒྲིག་ཚུ་གི་གཡོན་ལུ་ ཟུར་ཁའི་པེ་ནཱལ་དེ་ མཐོང་ཚུགསཔ་སྦེ་ དགོཔ་ཨིན་ན་མེན།"
+
+#: ../data/gedit.schemas.in.h:87
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "ཞུན་དག་བརྐྱབ་ནིའི་ སྒོ་སྒྲིག་ཚུ་གི་མཇུག་ལུ་ གནས་ཚད་ཕྲ་རིང་དེ་ མཐོང་ཚུགསཔ་སྦེ་ དགོཔ་ཨིན་ན།"
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "ཞུན་དག་སྒོ་སྒྲིག་ནང་ ལག་ཆས་ཕྲ་རིང་ མཐོང་ཚུགསཔ་སྦེ་ དགོཔ་ཨིན་ན། "
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Whether to use the system's default fixed width font for editing text instead of a font specific to gedit. If this option is turned off, then the font named in the \"Editor Font\" option will be used instead of the system font."
+msgstr "ཚིག་ཡིག་ཞུན་དག་བརྐྱབ་ནིའི་དོན་ལུ་ ཇི་ཨེ་ཌིཊི་གི་ དམིགས་བསལ་ཡིག་གཟུགས་ཚབ་ལུ་ རིམ་ལུགས་ཀྱི་ སྔོན་སྒྲིག་གཏན་བཟོས་རྒཡ་ཚད་ཡིག་གཟུགས་ ལག་ལེན་འཐབ་ནི་ཨིན་ན་མེན་ན། གལ་སྲིད་ གདམ་ཁ་འདི་ ཊཱན་ཨོཕ་འབད་བ་ཅིན་ རིམ་ལུགས་ཡིག་གཟུགས་ཀྱི་ཚབ་ལུ་ \"Editor Font\" གདམ་ཁ་ནང་ལུ་ མིང་བཀོད་མི་ཡིག་གཟུགས་དེ་ ལག་ལེན་འཐབ་འོང༌།"
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Writable VFS schemes"
+msgstr "འབྲི་བཏུབ་པའི་ ཝི་ཨེཕ་ཨེསི་འཆར་ལས།"
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:93
+msgid "[ISO-8859-15]"
+msgstr "[ཨའིཨེསི་ཨོ་-༨༨༥༩-༡༥]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.h:105
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[ཡུ་ཊི་ཨེཕ་-༨ ད་ལྟོ་ ཨའི་ཨེསི་ཨོ་-༨༨༥༩-༡༥ ཡུ་ཊི་ཨེཕ་-༡༦]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "སྲུང་བཞག་མ་འབད་བར་ཕྱིར་བསྐྱོད་འབད།(_w)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "ཕྱིར་བསྐྱོད་ཆ་མེད་གཏང་།(_C)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "སྲུང་བཞག་མ་འབད་བར་ཁ་བསྡམས།(_w)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:211
+msgid "Question"
+msgstr "དྲི་བ།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཐའ་མཇུག་གི་སྐར་ཆ་%ld ནང་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+msgstr[1] "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཐའ་མཇུག་གི་སྐར་ཆ་%ld ནང་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:420
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཐའ་མཇུག་གི་སྐར་མ་ནང་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཐའ་མཇུག་གི་སྐར་མ་ནང་དང་ སྐར་ཆ་%ld ནང་ བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+msgstr[1] " ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ ཧེ་མའི་སྐར་མ་ནང་དང་ སྐར་ཆ་%ld ཚུ་ནང་ བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:436
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཐའ་མཇུག་གི་སྐར་ཆ་%ld ནང་ བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+msgstr[1] "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ ཧེ་མའི་སྐར་ཆ་%ld ཚུ་ནང་ བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:451
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཇུག་གི་ཆུ་ཚོད་ལས་ བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:457
+#, c-format
+msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཐའ་མཇུག་གི་ཆུ་ཚོད་དང་ སྐར་མ་%d ནང་ བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+msgstr[1] "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཐའ་མཇུག་གི་ཆུ་ཚོད་དང་ སྐར་མ་%d ཚུ་ནང་ བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཐའ་མཇུག་གི་ཆུ་ཚོད་ %d འདི་ལས་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+msgstr[1] "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཐའ་མཇུག་གི་ཆུ་ཚོད་ %d ཚུ་ལས་ བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:515
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "་ ཡིག་ཆ་\"%s\" ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌། "
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:520
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "བསྒྱུར་བཅོས་ཚུ་ ཁ་མ་བསྡམ་པའི་ཧེ་མར་ ཡིག་ཆ་\"%s\" ནང་ སྲུང་བཞག་འབད་ནི་ཨིན་ན?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:534
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:745
+msgid "Saving has been disabled by the system administrator."
+msgstr "བསྲུང་བཞག་འབད་ནི་དེ་ རིམ་ལུགས་བདག་སྐྱོང་པ་གིས་ ལྕོགས་མིན་བཟོ་ནུག།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:700
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "ཡིག་ཆ་%dལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌། "
+msgstr[1] "ཡིག་ཆ་%dལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌། "
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "བསྒྱུར་བཅོས་སྲུང་བཞག་མ་འབད་བའི་ཡིག་ཆ་%dའདུག བསྒྱུར་བཅོས་ཚུ་ ཁ་མ་བསྡམས་ལས་བསྲུང་ནི་ཨིན་ན?"
+msgstr[1] " བསྒྱུར་བཅོས་སྲུང་བཞག་མ་འབད་བའི་ཡིག་ཆ་%dཚུ་འདུག བསྒྱུར་བཅོས་ཚུ་ ཁ་མ་བསྡམས་ལས་བསྲུང་ནི་ཨིན་ན?།"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:724
+msgid "Docum_ents with unsaved changes:"
+msgstr "བསྒྱུར་བཅོས་ཚུ་ མ་བསྲུངས་པའི་ཡིག་ཆ་ཚུ།(_e)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:726
+msgid "S_elect the documents you want to save:"
+msgstr "ཁྱོད་ཀྱིས་སྲུང་བཞག་འབད་དགོ་མི་ ཡིག་ཆ་ཚུ་ སེལ་འཐུ་འབད། (_e)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:747
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "ཁྱོད་ཀྱིས་སྲུང་བཞག་མ་འབད་བ་ཅིན་ བསྒྱུར་ཆ་མཉམ་ར་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:315
+msgid "Character Codings"
+msgstr "ཡིག་འབྲུའི་ཀོ་ཌིངསི།"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:373
+#: ../gedit/dialogs/gedit-encodings-dialog.c:434
+msgid "_Description"
+msgstr "འགྲེལ་བཤད། (_D)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:382
+#: ../gedit/dialogs/gedit-encodings-dialog.c:443
+msgid "_Encoding"
+msgstr "ཨིན་ཀོ་ཌིང་། (_E)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:1
+msgid "A_vailable encodings:"
+msgstr "འཐོབ་ཚུགས་པའི་ ཨིན་ཀོ་ཌིངསི་: (_v)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:2
+msgid "Character codings"
+msgstr "ཡིག་འབྲུའི་ཀོ་ཌིངསི།"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "དཀར་ཆག་ནང་སྟོན་མི་ ཨིན་ཀོ་ཌིངསི། (_n)"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:139
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:3
+msgid "Open Location"
+msgstr "གནས་ཁོངས་ཁ་ཕྱེ།"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:1
+msgid "Ch_aracter coding:"
+msgstr "ཡིག་འབྲུའི་ཀོ་ཌིང་།(_a)"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "ཁྱོད་ཀྱིས་ཁ་ཕྱེ་དགོ་མནོ་མི་ ཡིག་སྣོད་ཀྱི་གནས་ཁོངས་ (ཡུ་ཨར་ཨའི་)བཙུགས། (_l)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:570
+msgid "Push this button to select the font to be used by the editor"
+msgstr "ཞུན་དགཔ་གིས་ ལག་ལེན་འཐབ་ནིའི་ཡིག་གཟུགས་ སེལ་འཐུ་འབད་ནི་ལུ་ ཨེབ་རྟ་འདི་ཨེབ།"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:580
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "རིམ་ལུགས་གཏན་བཟོས་འབད་ཡོད་པའི་རྒྱ་ཙད་ཡིག་གཟུགས་(%s)འདི་ལག་ལེན་འཐབ་ (_U)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:783
+msgid "The selected color scheme cannot be installed."
+msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་ ཚོས་གཞིའི་བཟོ་རྣམ་དེ་ གཞི་བཙུགས་འདབ་མི་ཚུགས་པས། "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:808
+msgid "Add Scheme"
+msgstr "འཆར་ལས་ ཁ་སྐོང་རྐྱབས་"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:815
+msgid "A_dd Scheme"
+msgstr "འཆར་ལས་ ཁ་སྐོང་རྐྱབས་ (_D)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:823
+msgid "Color Scheme Files"
+msgstr "འཆར་ལས་ ཡིག་སྣོད་ཚུ་ ཚོསགཞི་ གཏང་ "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:830
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Files"
+msgstr "ཡིག་སྣོད་ཆ་མཉམ།"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:875
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "ཚོས་གཞི་འཆར་ལས་ \"%s\" རྩ་བསྐྲད་གཏང་མི་ཚུགས་པས། "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1077
+msgid "gedit Preferences"
+msgstr "ཇི་ཨི་ཌིཊི་གི་དགའ་གདམ་ཚུ།"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1
+#: ../plugins/externaltools/tools/tools.glade.h:1
+#: ../plugins/snippets/snippets/snippets.glade.h:1
+#: ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>རང་བཞིན་འགོ་མཚམས་བཀོད་པ།</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>གུག་ཤད་མཐུན་སྒྲིག</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>ད་ལྟོའི་གྱལ་རིམ།</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:5
+msgid "<b>File Saving</b>"
+msgstr "<b>ཡིག་སྣོད་སྲུང་བཞག</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:6
+msgid "<b>Font</b>"
+msgstr "<b>ཡིག་གཟུགས།</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:7
+#: ../gedit/gedit-print-preferences.glade.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>གྱལ་རིམ་ཨང༌།</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:8
+msgid "<b>Right Margin</b>"
+msgstr "<b>གཡས་ཀྱི་ས་སྟོང་།</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:9
+msgid "<b>Tab Stops</b>"
+msgstr "<b>མཆོང་ལྡེ་བཀག་ས།</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:10
+#: ../gedit/gedit-print-preferences.glade.h:5
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>ཚིག་ཡིག་ལོག་མཚམས།</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:11
+msgid "<span weight=\"bold\">Color Scheme</span>"
+msgstr "<span weight=\"bold\">ཚོས་གཞི་ འཆར་ལས་</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:12
+msgid "Create a _backup copy of files before saving"
+msgstr "སྲུང་བཞག་མ་འབད་བའི་ཧེ་མ་ རྒྱབ་ཐག་འདྲ་བཤུས་ཅིག་ གསར་བསྐྲུན་འབད། (_b)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:13
+msgid "Display right _margin"
+msgstr "གཡས་ཀྱི་ས་སྟོང་ བཀྲམ་སྟོན་འབད། (_m)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:14
+#: ../gedit/gedit-print-preferences.glade.h:6
+msgid "Do not _split words over two lines"
+msgstr "མིང་ཚིག་ཚུ་ གྱལ་རིམ་གཉིས་ལས་ལྷག་སྟེ་མ་གཤག(_s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:15
+msgid "Editor"
+msgstr "ཞུན་དགཔ།"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:16
+msgid "Editor _font: "
+msgstr "ཞུན་དག་པའི་ཡིག་གཟུགས་: (_f)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:17
+#: ../gedit/gedit-print-preferences.glade.h:7
+msgid "Enable text _wrapping"
+msgstr "ཚིག་ཡིག་ལོག་མཚམས་ ལྕོགས་ཅན་བཟོ།(_w)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:18
+msgid "Font & Colors"
+msgstr "ཡིག་གཟུགས་དང་ཚོས་གཞི།"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:19
+msgid "Highlight current _line"
+msgstr "ད་ལྟོའི་གྱལ་རིན་ གཙོ་དམིགས་འབད་ (_L)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:20
+msgid "Highlight matching _bracket"
+msgstr "མཐུན་སྒྲིག་ཅན་གྱི་གུག་ཤད་ལུ་ གཙོ་དམིགས་འབད།(_b)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:21
+msgid "Insert _spaces instead of tabs"
+msgstr "མཆོང་ལྡེའི་ཚབ་ལུ་ བར་སྟོང་བཙུགས། (_s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:22
+msgid "Pick the editor font"
+msgstr "ཞུན་དག་པའི་ཡིག་གཟུགས་འཐུ།"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:23
+msgid "Plugins"
+msgstr "པལག་ཨིནསི།"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:24
+msgid "Preferences"
+msgstr "དགའ་གདམ་ཚུ།"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:25
+msgid "View"
+msgstr "མཐོང་སྣང་།"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:26
+msgid "_Add..."
+msgstr "ཁ་སྐོང༌རྐྱབས་(_A)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:27
+msgid "_Autosave files every"
+msgstr "རེ་རེའི་ནང་ ཡིག་སྣོད་ཚུ་རང་བཞིན་གྱིས་སྲུངས། (_A)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:28
+msgid "_Display line numbers"
+msgstr "གྱལ་རིམ་ཨང་ཨང་ བཀྲམ་སྟོན་འབད། (_D)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:29
+msgid "_Enable automatic indentation"
+msgstr "རང་བཞིན་འགོ་མཚམས་ ལྕོགས་ཅན་བཟོ། (_E)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:30
+msgid "_Right margin at column:"
+msgstr "ཀེར་ཐིག་ལུ་ གཡས་ཀྱི་ས་སྟོང་། (_R)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:31
+msgid "_Tab width:"
+msgstr "མཆོང་ལྡེའི་རྒྱ་ཚད༌། (_T)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:32
+msgid "_minutes"
+msgstr "སྐར་མ། (_m)"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:301
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:2
+#: ../gedit/gedit-window.c:1363
+msgid "Replace"
+msgstr "ཚབ་བཙུགས།"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:312
+#: ../gedit/gedit-window.c:1361
+msgid "Find"
+msgstr "འཚོལ།"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:404
+msgid "Replace _All"
+msgstr "ཆ་མཉམ་ཚབ་བཙུགས། (_A)"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:405
+#: ../gedit/gedit-commands-file.c:678
+msgid "_Replace"
+msgstr "ཚབ་བཙུགས། (_R)"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:1
+msgid "Match _entire word only"
+msgstr "མིང་ཚིག་ཧྲིལ་བུ་རྐྱངམ་ མཐུན་སྒྲིག་འབད། (_e)"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:3
+msgid "Replace All"
+msgstr "ཆ་མཉམ་ཚབ་བཙུགས།"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:4
+msgid "Replace _with: "
+msgstr "ཚབ་འདི་བཙུགས་: (_w)"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:5
+msgid "Search _backwards"
+msgstr "རྒྱབ་ལོག་འཚོལ་ཞིབ་འབད། (_b)"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:6
+msgid "_Match case"
+msgstr "གནད་དོན་མཐུན་སྒྲིག་འབད། (_M)"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:7
+msgid "_Search for: "
+msgstr "དོན་ལུ་ འཚོལ་ཞིབ་འབད། (_S)"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:8
+msgid "_Wrap around"
+msgstr "མཐའ་བསྐོར་ཏེ་ལོག (_W)"
+
+#: ../gedit/gedit.c:73
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr "བཀོད་ལམ་ནང་ ཐོ་བཀོད་འབད་ཡོད་པའི་ ཡིག་སྣོད་ཁ་ཕྱེ་ནིའི་དོན་ལུ་ ལག་ལེན་འཐབ་ནིའི་ ཡིག་འབྲུའི་ཨིན་ཀོ་ཌིང་ གཞི་སྒྲིག་འབད།"
+
+#: ../gedit/gedit.c:73
+msgid "ENCODING"
+msgstr "ཨིན་ཀོ་ཌིང་ "
+
+#: ../gedit/gedit.c:76
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "ཇི་ཨེ་ཌིཊི་གི་ གནས་བཞིན་པའི་དུས་སྐབས་ཅིག་ནང་ གནས་རིམ་མཐོ་ཤོས་ཀྱི་ སྒོ་སྒྲིག་གསརཔ་ཅིག་ གསར་བསྐྲུན་འབད།"
+
+#: ../gedit/gedit.c:79
+msgid "Create a new document in an existing instance of gedit"
+msgstr "ཇི་ཨེ་ཌིཊི་གི་ གནས་བཞིན་པའི་དུས་སྐབས་ཅིག་ནང་ ཡིག་ཆ་གསརཔ་ཅིག་གསར་བསྐྲུན་འབད།"
+
+#: ../gedit/gedit.c:82
+msgid "[FILE...]"
+msgstr "[ཡིག་སྣོད་...]"
+
+#: ../gedit/gedit.c:114
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr "%s: བཟོ་ཉེས་གྱུར་བའི་ཡིག་སྣོད་མིང་ ཡང་ན་ ཨུ་ཨར་ཨའི།\n"
+
+#: ../gedit/gedit.c:126
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s:ནུས་མེད་ཀོ་ཌིང་།\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:467
+msgid "- Edit text files"
+msgstr "ཇི་ཨི་ཌིཊི་གི་ཚིག་ཡིག་(_E)"
+
+#: ../gedit/gedit-commands-file.c:225
+#: ../gedit/gedit-commands-file.c:271
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "ཡིག་སྣོད་'%s'མངོན་གསལ་འབད་དོ་..."
+
+#: ../gedit/gedit-commands-file.c:280
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "ཡིག་སྣོད་%dམངོན་གསལ་འབད་དོ།"
+msgstr[1] "ཡིག་སྣོད་%d མངོན་གསལ་འབད་དོ།"
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:424
+msgid "Open Files"
+msgstr "ཡིག་སྣོད་ཚུ་ ཁ་ཕྱ་ "
+
+#: ../gedit/gedit-commands-file.c:530
+msgid "The entered location is not valid."
+msgstr "བཙུགས་མི་གནས་ཁོངས་དེ་ ནུས་ཅན་མེན་པས།"
+
+#: ../gedit/gedit-commands-file.c:533
+#: ../gedit/gedit-io-error-message-area.c:187
+#: ../gedit/gedit-io-error-message-area.c:226
+#: ../gedit/gedit-io-error-message-area.c:242
+msgid "Please check that you typed the location correctly and try again."
+msgstr "ཁྱོད་ཀྱིས་གནས་ཁོངས་ ངེས་བདེན་སྦེ་ ཡིག་དཔར་རྐྱབས་མ་རྐྱབས་ ཞིབ་དཔྱད་འབད་ཞིནམ་ལས་ ལོག་སྟེ་འབད་རྩོལ་བསྐྱེད་གནང༌།"
+
+#: ../gedit/gedit-commands-file.c:659
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "ཡིག་སྣོད་ \"%s\" དེ་ ལྷབ་ནི་ཙམ་ཅིག་ཨིན།"
+
+#: ../gedit/gedit-commands-file.c:670
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "འདི་གི་ཚབ་ལུ་ ཁྱོད་ཀྱིས་སྲུང་བཞག་འབད་མི་དེ་ བཙུགས་ནིའི་འབད་རྩོལ་བསྐྱེད་ནི་ཨིན་ན?"
+
+#: ../gedit/gedit-commands-file.c:736
+#: ../gedit/gedit-commands-file.c:939
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "ཡིག་སྣོད་'%s'སྲུང་དོ་..."
+
+#: ../gedit/gedit-commands-file.c:837
+msgid "Save As…"
+msgstr "དེ་སྦེ་སྲུངས་..."
+
+#: ../gedit/gedit-commands-file.c:1118
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "ཡིག་ཆ་'%s'དེ་ རྒྱབ་ལོག་འབད་དོ་..."
+
+#: ../gedit/gedit-commands-file.c:1163
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "སྲུང་བཞག་མ་འབད་བའི་བསྒྱུར་བཅོས་ཚུ་ ཡིག་ཆ་ '%s'ལུ་ རྒྱབ་ལོག་གཏང་ནི་ཨིན་ན?"
+
+#: ../gedit/gedit-commands-file.c:1172
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] "མཐའ་མཇུག་གི་་སྐར་ཆ་ %ld གི་ནང་འཁོད་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌།"
+msgstr[1] "མཐའ་མཇུག་གི་སྐར་ཆ་ %ld ཚུ་གི་ནང་འཁོད་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌།"
+
+#: ../gedit/gedit-commands-file.c:1181
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "མཐའ་མཇུག་གི་སྐར་མའི་ནང་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌།"
+
+#: ../gedit/gedit-commands-file.c:1187
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] "མཐའ་མཇུག་གི་སྐར་མ་དང་ སྐར་ཆ་ %ld གི་ནང་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌། "
+msgstr[1] "མཐའ་མཇུག་གི་སྐར་མ་དང་ སྐར་ཆ་ %ld ཚུ་གི་ནང་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌།"
+
+#: ../gedit/gedit-commands-file.c:1197
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] "མཐའ་མཇུག་གི་ཆུ་ཚོད་%ldནང་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌། "
+msgstr[1] "མཐའ་མཇུག་གི་སྐར་མ་ %ld ཚུ་གི་ནང་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌། "
+
+#: ../gedit/gedit-commands-file.c:1212
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "མཐའ་མཇུག་གི་ཆུ་ཚོད་ནང་ ཡིག་ཆ་འདི་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌།"
+
+#: ../gedit/gedit-commands-file.c:1218
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural "Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] "མཐའ་མཇུག་གི་ཆུ་ཚོད་དང་ སྐར་མ་ %d གི་ནང་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌།"
+msgstr[1] "མཐའ་མཇུག་གི་ཆུ་ཚོད་དང་ སྐར་མ་%d ཚུ་གི་ནང་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌།"
+
+#: ../gedit/gedit-commands-file.c:1233
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "མཐའ་མཇུག་གི་ཆུ་ཚོད་ %d འདི་ནང་གི་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌། "
+msgstr[1] "མཐའ་མཇུག་གི་ཆུ་ཚོད་ %d ཚུ་གི་ནང་ ཡིག་ཆ་ལུ་བསྒྱུར་བཅོས་འབད་མི་ཚུ་ རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང༌། "
+
+#: ../gedit/gedit-commands-file.c:1259
+msgid "_Revert"
+msgstr "རྒྱབ་ལོག (_R)"
+
+#: ../gedit/gedit-commands-help.c:80
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "ཇི་ཨེ་ཌིཊི་དེ་ ཇི་ནོམ་ཌེཀསི་ཊོཔ་གི་དོན་ལས་ ཚིག་ཡིག་ཞུན་དགཔ་ ཆུང་ཀུ་དང་ལྗིད་ཡང་ཅིག་ཨིན།"
+
+#: ../gedit/gedit-commands-help.c:96
+msgid "translator-credits"
+msgstr "ཨའི་ཌི་ཨར་སི་གི་མ་དངུལ་རྒྱབ་སྐྱོར་ཐོག་ལས་ བརྡ་དོན་འཕྲུལ་རིག་ལས་ཁུངས་ནང་ སྐད་བསྒྱུར་འབད་ཡི། ཁ་གསལ་གྱི་དོན་ལུ་ འབྲེལ་བ་འཐབ་ས་: <pema_geyleg@druknet.bt>/<pgeyleg@dit.gov.bt>"
+
+#: ../gedit/gedit-commands-search.c:165
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "འབྱུང་བ་%d ཐོབ་སྟེ་ ཚབ་བཙུགས་ཡོད།"
+msgstr[1] "འབྱུང་བ་%d ཐོབ་སྟེ་ ཚབ་བཙུགས་ཡོད།"
+
+#: ../gedit/gedit-commands-search.c:175
+msgid "Found and replaced one occurrence"
+msgstr "འབྱུང་བ་གཅིག་ཐོབ་སྟེ་ ཚབ་བཙུགས་ཡོད།"
+
+#: ../gedit/gedit-commands-search.c:188
+msgid "Phrase not found"
+msgstr "ཚིག་ཚན་མ་ཐོབ།"
+
+#: ../gedit/gedit-document.c:862
+#: ../gedit/gedit-document.c:956
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "སྲུང་བཞག་མ་འབད་བའི་ཡིག་ཆ་%d།"
+
+#: ../gedit/gedit-documents-panel.c:89
+#: ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:1929
+#: ../gedit/gedit-window.c:1934
+msgid "Read Only"
+msgstr "ལྷག་ནི་ཙམ།"
+
+#: ../gedit/gedit-documents-panel.c:760
+#: ../gedit/gedit-window.c:2873
+msgid "Documents"
+msgstr "ཡིག་ཆ་ཚུ།"
+
+#: ../gedit/gedit-encodings.c:140
+#: ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190
+#: ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "ཡུ་ནི་ཀོཌི།"
+
+#: ../gedit/gedit-encodings.c:153
+#: ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:274
+msgid "Western"
+msgstr "ནུབ་ཕྱོགས་ཀྱི།"
+
+#: ../gedit/gedit-encodings.c:155
+#: ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:270
+msgid "Central European"
+msgstr "དབུས་ཕྱོགས་ཡུ་རོ་པི་ཡཱན།"
+
+#: ../gedit/gedit-encodings.c:157
+msgid "South European"
+msgstr "ལྷོ་ཕྱོགས་ཡུ་རོ་པི་ཡཱན།"
+
+#: ../gedit/gedit-encodings.c:159
+#: ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:284
+msgid "Baltic"
+msgstr "བཱལ་ཊིཀ།"
+
+#: ../gedit/gedit-encodings.c:161
+#: ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:248
+#: ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:254
+#: ../gedit/gedit-encodings.c:272
+msgid "Cyrillic"
+msgstr "སི་རི་ལིཀ།"
+
+#: ../gedit/gedit-encodings.c:163
+#: ../gedit/gedit-encodings.c:241
+#: ../gedit/gedit-encodings.c:282
+msgid "Arabic"
+msgstr "ཨ་ར་བིཀ།"
+
+#: ../gedit/gedit-encodings.c:165
+#: ../gedit/gedit-encodings.c:276
+msgid "Greek"
+msgstr "གིརིཀ།"
+
+#: ../gedit/gedit-encodings.c:167
+msgid "Hebrew Visual"
+msgstr "ཧེབ་བིརིའུ་ བི་ཤུ་ཡལ།"
+
+#: ../gedit/gedit-encodings.c:169
+#: ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Hebrew"
+msgstr "ཧེབ་བིརིའུ།"
+
+#: ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Turkish"
+msgstr "ཊར་ཀིཤ།"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "ནོར་ཌིཀ།"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "སེལ་ཊིཀ།"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "རོ་མ་ནི་ཡཱན།"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "ཨར་མི་ནི་ཡཱན།"
+
+#: ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "རྒྱ་ནག་གཡུས་སྐད།"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "སི་རི་ལིཀ་ / ར་ཤི་ཡཱན།"
+
+#: ../gedit/gedit-encodings.c:208
+#: ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212
+#: ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:259
+msgid "Japanese"
+msgstr "ཇཱ་པ་ནིསི།"
+
+#: ../gedit/gedit-encodings.c:215
+#: ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:265
+msgid "Korean"
+msgstr "ཀོ་རི་ཡཱན།"
+
+#: ../gedit/gedit-encodings.c:220
+#: ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:228
+msgid "Chinese Simplified"
+msgstr "འཇམ་སམ་བཟོས་པའི་རྒྱ་ནག་སྐད་ཡིག"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "ཇི་ཨོར་ཇི་ཡཱན།"
+
+#: ../gedit/gedit-encodings.c:256
+msgid "Cyrillic/Ukrainian"
+msgstr "སི་རི་ལིཀ་/ ཡུཀ་རའི་ནི་ཡཱན།"
+
+#: ../gedit/gedit-encodings.c:261
+#: ../gedit/gedit-encodings.c:267
+#: ../gedit/gedit-encodings.c:286
+msgid "Vietnamese"
+msgstr "བེཊི་ན་མིསི།"
+
+#: ../gedit/gedit-encodings.c:263
+msgid "Thai"
+msgstr "ཐཱའི།"
+
+#: ../gedit/gedit-encodings.c:437
+msgid "Unknown"
+msgstr "མ་ཤེསཔ།"
+
+#: ../gedit/gedit-encodings-option-menu.c:220
+msgid "Auto Detected"
+msgstr "རང་བཞིན་སྐྱོན་འཛིན་འབད་ཡོདཔ།"
+
+#: ../gedit/gedit-encodings-option-menu.c:240
+#: ../gedit/gedit-encodings-option-menu.c:262
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "ད་ལྟོའི་ལོ་ཀེལ་(%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:323
+msgid "Add or _Remove..."
+msgstr "ཁ་སྐོང་རྐྱབས་ ཡང་ན་ རྩ་བསྐྲད་གཏང༌...(_R)"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "ཚིག་ཡིག་ཡིག་སྣོད་ཆ་མཉམ།"
+
+#: ../gedit/gedit-file-chooser-dialog.c:79
+msgid "C_haracter Coding:"
+msgstr "ཡིག་འབྲུའི་ཀོ་ཌིང་:(_h)"
+
+#: ../gedit/gedit-help.c:66
+msgid "There was an error displaying help."
+msgstr "གྲོགས་རམ་བཀྲམ་སྟོན་འབད་ནི་ལུ་ འཛོལ་བ་ཅིག་འདུག"
+
+#: ../gedit/gedit-io-error-message-area.c:185
+#, c-format
+msgid "Could not find the file %s."
+msgstr "ཡིག་སྣོད་ %sདེ་འཚོལ་མ་ཐོབ། "
+
+#: ../gedit/gedit-io-error-message-area.c:192
+#: ../gedit/gedit-io-error-message-area.c:441
+msgid "The file contains corrupted data."
+msgstr "ཡིག་སྣོད་ནང་ན་ ངན་ཅན་གནད་སྡུད་འདུག"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:203
+#: ../gedit/gedit-io-error-message-area.c:452
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "ཇི་ཨེ་ཌིཊི་གི་ གནས་ཁོངས་ %s ལེགས་སྐྱོང་འཐབ་མི་ཚུགས་པས།"
+
+#: ../gedit/gedit-io-error-message-area.c:209
+#: ../gedit/gedit-io-error-message-area.c:458
+msgid "gedit cannot handle this location."
+msgstr "ཇི་ཨེ་ཌིཊི་གིས་ གནས་ཁོངས་འདི་ ལེགས་སྐྱོང་འཐབ་མི་ཚུགས་པས།"
+
+#: ../gedit/gedit-io-error-message-area.c:216
+#: ../gedit/gedit-io-error-message-area.c:465
+msgid "The file contains data in an invalid format."
+msgstr "ཡིག་སྣོད་ནང་ན་ ནུས་མེད་རྩ་སྒྲིག་འདུག"
+
+#: ../gedit/gedit-io-error-message-area.c:220
+#: ../gedit/gedit-io-error-message-area.c:469
+msgid "The file is too big."
+msgstr "ཡིག་སྣོད་དེ་སྦོམ་དྲགས་པས།"
+
+#: ../gedit/gedit-io-error-message-area.c:224
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%sདེ་ ནུས་ཅན་གནས་ཁོངས་ཅིག་མེན་པས།"
+
+#: ../gedit/gedit-io-error-message-area.c:231
+#: ../gedit/gedit-io-error-message-area.c:473
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ཁྱོད་ལུ་ཡིག་སྣོད་འདི་ཁ་ཕྱེ་ནིའི་གནང་བ་མིན་འདུག"
+
+#: ../gedit/gedit-io-error-message-area.c:235
+#: ../gedit/gedit-io-error-message-area.c:477
+#: ../gedit/gedit-io-error-message-area.c:1230
+msgid "There are too many open files. Please close some applications and try again."
+msgstr "ཡིག་སྣོད་ཁ་ཕྱེ་ཕྱེཝ་མང་དྲགས་པས། གློག་རིམ་ལ་ལོ་ཅིག་ ཁ་བསྡམ་ཞིནམ་ལས་ ལོག་སྟེ་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:240
+#: ../gedit/gedit-io-error-message-area.c:482
+#, c-format
+msgid "%s is a directory."
+msgstr "%sསྣོད་ཐོ་ཅིག་ཨིན།"
+
+#: ../gedit/gedit-io-error-message-area.c:247
+#: ../gedit/gedit-io-error-message-area.c:487
+msgid "Not enough available memory to open the file. Please close some running applications and try again."
+msgstr "ཡིག་སྣོད་ཁ་ཕྱེ་ནིའི་དོན་ལུ་ དྲན་ཚད་ལངམ་མིན་འདུག ད་ལྟོ་གཡོག་བཀོལ་བའི་བསྒང་ཡོད་མི་ གློག་རིམ་ལ་ལུ་ཅིག་ ཁ་བསྡམ་ཏེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:275
+#: ../gedit/gedit-io-error-message-area.c:515
+#: ../gedit/gedit-io-error-message-area.c:1269
+#, c-format
+msgid "Host %s could not be found. Please check that your proxy settings are correct and try again."
+msgstr "ཧོསཊི་ %s དེ་འཚོལ་མ་འཐོབ། ཁྱོད་རའི་པོརོ་སི་སྒྲིག་སྟངས་ཚུ་ ངེས་བདེན་ཨིནམ་མིནམ་ ཞིབ་དཔྱད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་། "
+
+#: ../gedit/gedit-io-error-message-area.c:286
+#: ../gedit/gedit-io-error-message-area.c:297
+#: ../gedit/gedit-io-error-message-area.c:305
+#: ../gedit/gedit-io-error-message-area.c:526
+#: ../gedit/gedit-io-error-message-area.c:537
+#: ../gedit/gedit-io-error-message-area.c:1280
+#: ../gedit/gedit-io-error-message-area.c:1291
+#: ../gedit/gedit-io-error-message-area.c:1299
+#, c-format
+msgid "Host name was invalid. Please check that you typed the location correctly and try again."
+msgstr "ཧོསཊི་ནེམ་དེ་ ནུས་མེད་ཨིནམ་ལཔས། ཁྱོད་ཀྱིས་གནས་ཁོངས་ ངེས་བདེན་སྦེ་ཡིག་དཔར་རྐྱབས་ཡོདཔ་ཨིནམ་མེནམ་ ཞིབ་དཔད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:311
+#: ../gedit/gedit-io-error-message-area.c:545
+#: ../gedit/gedit-io-error-message-area.c:1305
+msgid "Host name was empty. Please check that your proxy settings are correct and try again."
+msgstr "ཧོསཊི་ནེམ་ སྟོངམ་ཨིན་པས། ཁྱོད་རའི་པོརོ་སི་གཞི་སྒྲིག་ཚུ་ ངེས་བདེན་ཨིནམ་མེནམ་ ཞིབ་དཔྱད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་། "
+
+#: ../gedit/gedit-io-error-message-area.c:317
+#: ../gedit/gedit-io-error-message-area.c:1311
+msgid "Attempt to log in failed. Please check that you typed the location correctly and try again."
+msgstr "ནང་བསྐྱོད་འབད་དཔའ་བཅམ་མི་འཐུས་ཤོར་འབྱུང་ཡོད། ཁྱོད་ཀྱིས་གནས་ཁོངས་ ངེས་བདེན་སྦེ་ཡིག་དཔར་རྐྱབས་ཡོདཔ་ཨིནམ་མེནམ་ ཞིབ་དཔྱད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:323
+msgid "The file you are trying to open is not a regular file."
+msgstr "ཁྱོད་ཀྱིས་ཁ་ཕྱེ་ནིའི་ འབད་རྩོལ་བསྐྱེད་མི་ཡིག་སྣོད་དེ་ དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅིག་མེན་པས།"
+
+#: ../gedit/gedit-io-error-message-area.c:327
+#: ../gedit/gedit-io-error-message-area.c:560
+#: ../gedit/gedit-io-error-message-area.c:1339
+msgid "Connection timed out. Please try again."
+msgstr "མཐུད་ལམ་ངལ་མཚམས་ལུས་ཡོདཔ། ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:376
+#: ../gedit/gedit-io-error-message-area.c:610
+#: ../gedit/gedit-io-error-message-area.c:1380
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "རེ་བ་མེད་པའི་འཛོལ་བ་:%s"
+
+#: ../gedit/gedit-io-error-message-area.c:382
+#: ../gedit/gedit-io-error-message-area.c:776
+#, c-format
+msgid "Could not open the file %s."
+msgstr "ཡིག་སྣོད་%sདེ་ ཁ་ཕྱེ་མ་ཚུགས།"
+
+#: ../gedit/gedit-io-error-message-area.c:391
+#: ../gedit/gedit-io-error-message-area.c:683
+msgid "_Retry"
+msgstr "སླར་རྩོལ།(_R)"
+
+#: ../gedit/gedit-io-error-message-area.c:436
+msgid "gedit cannot find it. Perhaps it has recently been deleted."
+msgstr "ཇི་ཨི་ཌིཊི་གིས་ དེ་འཚོལ་མི་འཐོབ། ཡང་ཅིན་ འཕྲལ་ཁམས་བཏོན་བཏང་དཔ་འོང༌ནི་མས།"
+
+#: ../gedit/gedit-io-error-message-area.c:551
+msgid "Attempt to log in failed."
+msgstr "ནང་བསྐྱོད་འབད་ནིིའི་ དཔའ་བཅམས་ད་མ་ཚུགས།"
+
+#: ../gedit/gedit-io-error-message-area.c:555
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%sའདི་དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅིག་མེན་པས།"
+
+#: ../gedit/gedit-io-error-message-area.c:616
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "ཡིག་སྣོད་%sརྒྱབ་ལོག་འབད་མ་ཚུགས།"
+
+#: ../gedit/gedit-io-error-message-area.c:640
+msgid "Ch_aracter Coding:"
+msgstr "ཡིག་འབྲུའི་ཀོ་ཌིང་:(_a)"
+
+#: ../gedit/gedit-io-error-message-area.c:778
+msgid "gedit has not been able to detect the character coding."
+msgstr "ཇི་ཨི་ཌིཊི་གིས་ ཡིག་འབྲུའི་ཀོ་ཌིང་ ངོས་འཛིན་འབད་མ་ཚུགས།"
+
+#: ../gedit/gedit-io-error-message-area.c:780
+#: ../gedit/gedit-io-error-message-area.c:789
+msgid "Please check that you are not trying to open a binary file."
+msgstr "ཁྱོད་ཀྱིས་ཟུང་ལྡན་ཡིག་སྣོད་ཅིག་ ཁ་ཕྱེ་དོ་ཡོདཔ་ཨིན་ན་མེན་ ཞིབ་དཔྱད་འབད།"
+
+#: ../gedit/gedit-io-error-message-area.c:781
+msgid "Select a character coding from the menu and try again."
+msgstr "དཀར་ཆག་ནང་ལས་ ཡིག་འབྲུའི་ཀོ་ཌིང་ཅིག་ སེལ་འཐུ་འབད་དེ་ ལོག་སྟེ་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:786
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr "ཡིག་སྣོད་%s ཁ་ཕྱེ་མ་ཚུགས་ ཡིག་འབྲུའི་ཀོ་ཌིང་%sལག་ལེན་འཐབ་ཐོག་ལས།"
+
+#: ../gedit/gedit-io-error-message-area.c:790
+#: ../gedit/gedit-io-error-message-area.c:842
+msgid "Select a different character coding from the menu and try again."
+msgstr "དཀར་ཆག་ནང་ལས་ ཡིག་འབྲུའི་ཀོ་ཌིང་སོ་སོ་ཅིག་ སེལ་འཐུ་འབད་དེ་ ལོག་སྟེ་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:837
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr "ཡིག་སྣོད་%s བསྲུང་མ་ཚུགས་ ཡིག་འབྲུའི་ཀོ་ཌིང་%sལག་ལེན་འཐབ་ཐོག་ལས།"
+
+#: ../gedit/gedit-io-error-message-area.c:840
+msgid "The document contains one or more characters that cannot be encoded using the specified character coding."
+msgstr "ཡིག་ཆ་དེ་ནང་ སེལ་འཐུ་འབད་མི་ཡིག་འབྲུའི་ཀོ་ཌིང་གེ་གིས་ ཨིན་ཀོཌི་འབད་མ་ཚུགས་པའི་ ཡིག་འབྲུ་གཅིག་ ཡང་ན་ དེ་ལས་མངམ་འདུག"
+
+#: ../gedit/gedit-io-error-message-area.c:903
+msgid "_Edit Anyway"
+msgstr "གང་རུང་སྦེ་ ཞུན་དག་རྐྱབས།(_E)"
+
+#: ../gedit/gedit-io-error-message-area.c:906
+msgid "_Don't Edit"
+msgstr "ཞུན་དག་མ་རྐྱབས།(_D)"
+
+#: ../gedit/gedit-io-error-message-area.c:921
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "ཡིག་སྣོད་ (%s) དེ་ཧེ་མ་ལས་རང་ ཇི་ཨི་ཌིཊི་སྒོ་སྒྲིག་གཞན་མི་ཅིག་ནང་ ཁ་ཕྱེ་སྟེ་འདུག།"
+
+#: ../gedit/gedit-io-error-message-area.c:936
+msgid "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+msgstr "ཇི་ཨི་ཌིཊི་གིས་ ཡིག་སྣོད་འདི་གི་དུས་སྐབས་ ཞུན་དག་འབད་མ་བཏུབ་པའི་ཐབས་ལམ་ཅིག་ནང་ ཁ་ཕྱེ་ནུག ཁྱོད་ཀྱིས་གང་རུང་སྦེ་ ཞུན་དག་འབད་ནི་ཨིན་ན?"
+
+#: ../gedit/gedit-io-error-message-area.c:994
+#: ../gedit/gedit-io-error-message-area.c:1089
+msgid "S_ave Anyway"
+msgstr "གང་རུང་སྦེ་སྲུངས་ (_A)"
+
+#: ../gedit/gedit-io-error-message-area.c:998
+#: ../gedit/gedit-io-error-message-area.c:1093
+msgid "D_on't Save"
+msgstr "མ་སྲུངས་ (_O)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1016
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "ཡིག་སྣོད་%sའདི་ མཐའ་མཇུག་ལྷག་པའི་ཤུལ་ལུ་ ལེགས་བཅོས་འབད་ཡི།"
+
+#: ../gedit/gedit-io-error-message-area.c:1032
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "ཁྱོད་ཀྱིས་བསྲུང་པ་ཅིན་ ཕྱིའི་བསྒྱུར་བཅོས་ཚུ་ཆ་མཉམ་རང་ བརླག་སྟོར་ཞུགས་འོང་། གང་རུང་སྦེ་ བསྲུང་ནི་ཨིན་ན?"
+
+#: ../gedit/gedit-io-error-message-area.c:1111
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "%s སྲུང་པའི་སྐབས་ རྒྱབ་ཐག་ཡིག་སྣོད་ཅིག་ཅིག་ གསར་བསྐྲུན་འབད་མ་ཚུགས།"
+
+#: ../gedit/gedit-io-error-message-area.c:1114
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "%sསྲུང་པའི་སྐབས་ གནས་སྐབས་ཀྱི་རྒྱབ་ཐག་ཡིག་སྣོད་ཅིག་ གསར་བསྐྲུན་འབད་མ་ཚུགས།"
+
+#: ../gedit/gedit-io-error-message-area.c:1131
+msgid "gedit could not backup the old copy of the file before saving the new one. You can ignore this warning and save the file anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?"
+msgstr "ཇི་ཨི་ཌིཊི་གིས་ ཡིག་སྣོད་གསརཔ་མ་བསྲུངས་པའི་ཧེ་མར་ ཡིག་སྣོད་རྙིང་པའི་རྒྱབ་ཐག་བཟོ་མ་ཚུགས། ཁྱོད་ཀྱིས་ཉེན་བརྡ་འདི་སྣང་མེད་བཞག་སྟེ་ གང་རུང་སྦེ་སྲུངས། དེ་འབཝད་དང་སྲུང་པའི་སྐབས་ལུ་ འཛོལ་བ་ཐོན་པ་ཅིན་ ཡིག་སྣོད་ཀྱི་འདྲ་རྙིངམ་དེ་ བརླག་སྟོར་ཞུགས་འོང་། གང་རུང་སྦེ་ བསྲུང་ནི་ཨིན་ན?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1192
+#, c-format
+msgid "gedit cannot handle %s locations in write mode. Please check that you typed the location correctly and try again."
+msgstr "ཇི་ཨི་ཌིཊི་གིས་ འབྲི་བའི་ཐབས་ལམ་ནང་ གནས་ཁོངས་%sལེགས་སྐྱོང་འཐབ་མི་ཚུགས་པས། ཁྱོད་ཀྱིས་གནས་ཁོངས་ ངེས་བདེན་སྦེ་ཡིག་དཔར་རྐྱབས་ཡོདཔ་ཨིནམ་མེནམ་ ཞིབ་དཔད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1200
+msgid "gedit cannot handle this location in write mode. Please check that you typed the location correctly and try again."
+msgstr "ཇི་ཨི་ཌིཊི་གིས་ འབྲི་བའི་ཐབས་ལམ་ནང་ གནས་ཁོངས་འདི་ལེགས་སྐྱོང་འཐབ་མི་ཚུགས་པས། ཁྱོད་ཀྱིས་གནས་ཁོངས་ ངེས་བདེན་སྦེ་ཡིག་དཔར་རྐྱབས་མ་རྐྱབས་ ཞིབ་དཔྱད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1209
+msgid "The disk where you are trying to save the file has a limitation on file sizes. Please try saving a smaller file or saving it to a disk that does not have this limitation."
+msgstr "ཁྱོད་ཀྱིས་བསྲུང་ནིའི་ ཌིཀསི་དེ་ལུ་ ཡིག་སྣོད་ཀྱི་བཅད་མཚམས་འདུག ཡིག་སྣོད་ཆུང་སུ་ཅིག་ བསྲུང་ནིའི་འབད་རྩོལ་བསྐྱེད་ ཡང་ཅིན་ ཡིག་སྣོད་ཀྱི་་གཅད་མཚམས་མེད་པའི་ ཌིཀསི་ཅིག་ནང་ སྲུང་བཞག་འབད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1216
+#, c-format
+msgid "%s is not a valid location. Please check that you typed the location correctly and try again."
+msgstr "%s འདི་ནུས་ཅན་གནས་ཁོངས་ཅིག་མེན་པས། ཁྱོད་ཀྱིས་གནས་ཁོངས་ ངེས་བདེན་སྦེ་ཡིག་དཔར་རྐྱབས་མ་རྐྱབས་ ཞིབ་དཔྱད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1223
+msgid "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
+msgstr "ཁྱོད་ལུ་ཡིག་སྣོད་འདི་སྲུང་ནིའི་ཉེར་མཁོའི་གནང་བ་མིན་འདུག ཁྱོད་ཀྱིས་གནས་ཁོངས་ ངེས་བདེན་སྦེ་ ཡིག་དཔར་རྐྱབས་མ་རྐྱབས་ ཞིབ་དཔྱད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1235
+#, c-format
+msgid "%s is a directory. Please check that you typed the location correctly and try again."
+msgstr "%s འདི་སྣོད་ཐོ་ཅིག་ཨིན། ཁྱོད་ཀྱིས་གནས་ཁོངས་ ངེས་བདེན་སྦེ་ ཡིག་དཔར་རྐྱབས་མ་རྐྱབས་ ཞིབ་དཔྱད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1241
+msgid "Not enough available memory to save the file. Please close some running applications and try again."
+msgstr "ཡིག་སྣོད་སྲུང་ནིའི་བར་སྟོང་ལངམ་མིན་འདུག གཡོག་བཀོལ་བཞིན་ཡོད་མི་ གློག་རིམ་ལ་ལོ་ཅིག་ ཁ་བསྡམ་ཞིནམ་ལས་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1317
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr "ཡིག་སྣོད་སྲུང་ནི་ལུ་ ཌིཀསི་ནང་བར་སྟོང་ལངམ་མིན་འདུག ཌིཀསི་ནང་ བར་སྟོང་ལ་ལུ་ཅིག་བཏོན་ཞིནམ་ལས་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1323
+msgid "You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try again."
+msgstr "ཁྱོད་ཀྱིས་ཡིག་སྣོད་འདི་ ལྷག་ནི་ཙམ་གྱི་ཌིཀསི་ཅིག་ནང་ སྲུང་ནིའི་འབད་རྩོལ་བསྐྱེད་དོ། ཁྱོད་ཀྱིས་གནས་ཁོངས་ངེས་བདེན་སྦེ་ ཡིག་དཔར་རྐྱབས་མ་རྐྱབས་ ཞིབ་དཔྱད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1329
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "མིང་འདི་དང་གཅིག་པའི་ ཡིག་སྣོད་ཅིག་ ཧེ་མ་ལས་རང་འདུག མིང་གཞན་མི་ཅིག་ ལག་ལེན་འཐབ་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1334
+msgid "The disk where you are trying to save the file has a limitation on length of the file names. Please use a shorter name."
+msgstr "ཁྱོད་ཀྱིས་ཡིག་སྣོད་འདི་སྲུང་ནིའི་དཔའ་བཅམ་མི་ ཌིཀསི་དེ་ལུ་ ཡིག་སྣོད་མིང་གི་རིང་ཚད་གུ་ ཚད་ཅིག་འདུག མིང་ཐུང་སུ་ཅིག་ ལག་ལེན་འཐབ་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1343
+#, c-format
+msgid "%s is not a regular file. Please check that you typed the location correctly and try again."
+msgstr "%s འདི་དུས་རྒྱུན་ཡིག་སྣོད་ཅིག་མེན། གནས་ཁོངས་ངེས་བདེན་སྦེ་ ཡིག་དཔར་རྐྱབས་མ་རྐྱབས་ ཞིབ་དཔྱད་འབད་དེ་ ལོག་འབད་རྩོལ་བསྐྱེད་གནང་།"
+
+#: ../gedit/gedit-io-error-message-area.c:1386
+#, c-format
+msgid "Could not save the file %s."
+msgstr "ཡིག་སྣོད་%sབསྲུངས་མ་ཚུགས།"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1428
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "ཡིག་སྣོད་ %s འདི་ཌིཀསི་གུ་བསྒྱུར་བཅོས་འབད་ཡོད།"
+
+#: ../gedit/gedit-io-error-message-area.c:1433
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "ཁྱོད་ཀྱིས་ཁྱོད་རའི་བསྒྱུར་བཅོས་ཚུ་བཀོག་བཞག་ཞིནམ་ལས་ ཡིག་སྣོད་འདི་ཡང་བསྐྱར་མངོན་གསལ་འབད་ནི་ཨིན་ན?"
+
+#: ../gedit/gedit-io-error-message-area.c:1435
+msgid "Do you want to reload the file?"
+msgstr "ཁྱོད་ཀྱིས་ཡིག་སྣོད་འདི་ ཡང་བསྐྱར་མངོན་གསལ་འབད་ནི་ཨིན་ན?"
+
+#: ../gedit/gedit-io-error-message-area.c:1445
+msgid "_Reload"
+msgstr "ཡང་བསྐྱར་མངོན་གསལ་(_R)"
+
+#. bad bad luck...
+#: ../gedit/gedit-local-document-saver.c:361
+msgid "Could not obtain backup filename"
+msgstr "རྒྱབ་ཐག་ཡིག་སྣོད་ཀྱི་མིང་ཐོབ་མ་ཚུགས།"
+
+#: ../gedit/gedit-notebook.c:834
+msgid "Close document"
+msgstr "ཁ་བསྡམས་ཡོད་པའི་ཡིག་ཆ།"
+
+#: ../gedit/gedit-panel.c:364
+#: ../gedit/gedit-panel.c:572
+msgid "Empty"
+msgstr "སྟོངམ་བཏོན།"
+
+#: ../gedit/gedit-panel.c:517
+#: ../gedit/gedit-panel.c:591
+msgid "Hide panel"
+msgstr "པེ་ནཱལ་སྦ་གཞག"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "པལག་ཨིན།"
+
+#: ../gedit/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr "ལྕོགས་ཅན།"
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "སྐོར་ལས།(_A)"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr "རིམ་སྒྲིག་འབད། (_o)"
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr "ཤུགས་ལྡན་བཟོ། (_c)"
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr "ཆ་མཉམ་ཤུགས་ལྡན་བཟོ།(_t)"
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr "ཆ་མཉམ་ཤུགས་མེད་བཟོ། (_D)"
+
+#: ../gedit/gedit-plugin-manager.c:825
+msgid "_About Plugin"
+msgstr "པ་ལག་ཨིན་གྱི་སྐོར་ལས། (_A)"
+
+#: ../gedit/gedit-plugin-manager.c:829
+msgid "C_onfigure Plugin"
+msgstr "པ་ལག་ཨིན་ རིམ་སྒྲིག་འབད། (_o)"
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr "དགའ་གདམ་འཛིན་སྐྱོང་པ་ འགོ་བྱེད་འབད་མི་ཚུགས།"
+
+#: ../gedit/gedit-prefs-manager.c:1102
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "ལྡེ་མིག་ %s གི་དོན་ལུ་ `%s' རེ་བ་བསྐྱེདཔ་ད་ `%s' ཐོབ་ཅི།"
+
+#: ../gedit/gedit-print-job.c:534
+#, c-format
+msgid "File: %s"
+msgstr "ཡིག་སྣོད་ %s"
+
+#: ../gedit/gedit-print-job.c:543
+msgid "Page %N of %Q"
+msgstr "ཤོག་ལེབ་%Q གི་ %N"
+
+#: ../gedit/gedit-print-job.c:801
+msgid "Preparing..."
+msgstr "གྲ་སྒྲིག་འབད་དོ་..."
+
+#: ../gedit/gedit-print-preferences.glade.h:1
+msgid "<b>Fonts</b>"
+msgstr "<b>ཡིག་གཟུགས་ཚུ་</b>"
+
+#: ../gedit/gedit-print-preferences.glade.h:3
+msgid "<b>Page header</b>"
+msgstr "<b>ཤོག་ལེབ་ མགོ་ཡིག་</b>"
+
+#: ../gedit/gedit-print-preferences.glade.h:4
+msgid "<b>Syntax Highlighting</b>"
+msgstr "<b>ཚིག་སྦྱོར་གཙོ་དམིགས་འབད་དོ་ </b>"
+
+#: ../gedit/gedit-print-preferences.glade.h:8
+msgid "He_aders and footers:"
+msgstr "མགོ་ཡིག་དང་ མཇུག་ཡིག་: (_a)"
+
+#: ../gedit/gedit-print-preferences.glade.h:9
+msgid "Print line nu_mbers"
+msgstr "གྱལ་རིམ་ཨང་ དཔར་བསྐྲུན་འབད་ (_M)"
+
+#: ../gedit/gedit-print-preferences.glade.h:10
+msgid "Print page _headers"
+msgstr "ཤོག་ལེབ་ཀྱི་མགོ་ཡིག་ དཔར་བསྐྲུན་འབད་ (_H)"
+
+#: ../gedit/gedit-print-preferences.glade.h:11
+msgid "Print synta_x highlighting"
+msgstr "གཙོ་དམིགས་འབད་མི་ཚིག་སྦྱོར་ དཔར་བསྐྲུནའབད་ (_X)"
+
+#: ../gedit/gedit-print-preferences.glade.h:12
+msgid "_Body:"
+msgstr "མ་གཟུགས་: (_B)"
+
+#: ../gedit/gedit-print-preferences.glade.h:13
+msgid "_Line numbers:"
+msgstr "གྱལ་རིམ་ཨང༌ཚུ་:།(_L)"
+
+#: ../gedit/gedit-print-preferences.glade.h:14
+msgid "_Number every"
+msgstr "རེ་རེའི་ནང་ ཨང་གྲངས་བཏགས། (_N)"
+
+#: ../gedit/gedit-print-preferences.glade.h:15
+msgid "_Restore Default Fonts"
+msgstr "སྔོན་སྒྲིག་ཡིག་གཟུགས་ཚུ་སོར་ཆུད་འབད། (_R)"
+
+#: ../gedit/gedit-print-preferences.glade.h:16
+msgid "lines"
+msgstr "གྱལ་རིམ། "
+
+#: ../gedit/gedit-print-preview.c:563
+msgid "Show the previous page"
+msgstr "ཤོག་ལེབ་ཧེ་མམ་སྟོན།"
+
+#: ../gedit/gedit-print-preview.c:577
+msgid "Show the next page"
+msgstr "ཤོག་ལེབ་ཤུལ་མམ་སྟོན།"
+
+#: ../gedit/gedit-print-preview.c:594
+msgid "Current page (Alt+P)"
+msgstr "ད་ལྟོའི་ཤོག་ལེབ་(གདམ་ལྡེ་+པི་)"
+
+#: ../gedit/gedit-print-preview.c:616
+msgid "of"
+msgstr "གི"
+
+#: ../gedit/gedit-print-preview.c:624
+msgid "Page total"
+msgstr "ཤོག་ལེབ་བསྡོམས།"
+
+#: ../gedit/gedit-print-preview.c:625
+msgid "The total number of pages in the document"
+msgstr "ཡིག་ཆ་ནང་ལུ་ ཤོག་ལེབ་ཀྱི་གྱངས་ཁ་བསྡོམས།"
+
+#: ../gedit/gedit-print-preview.c:644
+msgid "Show multiple pages"
+msgstr "སྣ་མང་ཤོག་ལེབ་སྟོན།"
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Zoom 1:1"
+msgstr "རྒྱས་ཟུམ་༡:༡"
+
+#: ../gedit/gedit-print-preview.c:670
+msgid "Zoom to fit the whole page"
+msgstr "ཤོག་ལེབ་ཧྲིལ་བུ་ཚུད་སྒྲིག་འབད་ནི་ལུ་རྒྱས་ཟུམ་འབད།"
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom the page in"
+msgstr "ཤོག་ལེབ་ཕྱིར་རྒྱས།"
+
+#: ../gedit/gedit-print-preview.c:692
+msgid "Zoom the page out"
+msgstr "ཤོག་ལེབ་ནང་ཟུམ་འབད།"
+
+#: ../gedit/gedit-print-preview.c:704
+msgid "_Close Preview"
+msgstr "སྔོན་ལྟ་ཁ་བསྡམ། (_C)"
+
+#: ../gedit/gedit-print-preview.c:708
+msgid "Close print preview"
+msgstr "དཔར་བསྐྲུན་སྔོན་ལྟ་ཁ་བསྡམས།"
+
+#: ../gedit/gedit-print-preview.c:774
+#, c-format
+msgid "Page %d of %d"
+msgstr "ཤོག་ལེབ་ %d གི་ %d"
+
+#: ../gedit/gedit-print-preview.c:958
+msgid "Page Preview"
+msgstr "ཤོག་ལེབ་སྔོན་ལྟ།"
+
+#: ../gedit/gedit-print-preview.c:959
+msgid "The preview of a page in the document to be printed"
+msgstr "དཔར་བསྐྲུན་འབད་ནིའི་ཡིག་ཆ་དེ་ནང་གི་ ཤོག་ལེབ་ཅིག་གི་སྔོན་ལྟ།"
+
+#: ../gedit/gedit-statusbar.c:248
+msgid " OVR"
+msgstr "ཨོ་ཝི་ཨར།"
+
+#: ../gedit/gedit-statusbar.c:250
+msgid " INS"
+msgstr "ཨེའི་ཨེན་ཨེསི།"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:289
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr "གྱལ་རིམ་ %d ཀེར་ཐིག་ %d "
+
+#: ../gedit/gedit-statusbar.c:388
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "འཛོལ་བ་ཡོད་པའི་ཨེབ་ལྡེ་ཅིག་འདུག"
+msgstr[1] "འཛོལ་བ་ཡོད་པའི་ཨེབ་ལྡེ་%dའདུག"
+
+#: ../gedit/gedit-style-scheme-manager.c:214
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "སྣོད་ཐོ་ '%s' གསར་བསྐྲུན་འབད་ཚུགས་: ཇི་_ཨེམ་ཀེ་ཌི་ཨའི་ཨར་ རྩ་ལག་ཚུ་དང་གཅིག་ཁར་ འཐུས་ཤོར་འབྱུང་ཡོདཔ: %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:660
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s ལས་ %s ལུ་རྒྱབ་ལོག་འབད་དོ།"
+
+#: ../gedit/gedit-tab.c:667
+#, c-format
+msgid "Reverting %s"
+msgstr "%sརྒྱབ་ལོག་འབད་དོ།"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:683
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s ལས་%s ལུ་མངོན་གསལ་འབད་དོ།"
+
+#: ../gedit/gedit-tab.c:690
+#, c-format
+msgid "Loading %s"
+msgstr "%sམངོན་གསལ་འབད་དོ།"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:773
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%sདེ་%sལུ་སྲུང་དོ།"
+
+#: ../gedit/gedit-tab.c:780
+#, c-format
+msgid "Saving %s"
+msgstr "%sསྲུང་དོ།"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1643
+msgid "RO"
+msgstr "ལྷག་ནི་ཙམ།"
+
+#: ../gedit/gedit-tab.c:1688
+#, c-format
+msgid "Error opening file %s"
+msgstr "ཡིག་སྣོད་%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།"
+
+#: ../gedit/gedit-tab.c:1693
+#, c-format
+msgid "Error reverting file %s"
+msgstr "ཡིག་སྣོད་%sརྒྱབ་ལོག་འབད་ནི་ལུ་འཛོལ་བ།"
+
+#: ../gedit/gedit-tab.c:1698
+#, c-format
+msgid "Error saving file %s"
+msgstr "ཡིག་སྣོད་%sབསྲུང་ནི་ལུ་འཛོལ་བ།"
+
+#: ../gedit/gedit-tab.c:1716
+msgid "Unicode (UTF-8)"
+msgstr "ཡུ་ནི་ཀོཌི་ (ཡི་ཊི་ཨེཕ་-༨)"
+
+#: ../gedit/gedit-tab.c:1723
+msgid "Name:"
+msgstr "མིང་:"
+
+#: ../gedit/gedit-tab.c:1724
+msgid "MIME Type:"
+msgstr "མ་ཡིམ་དབྱེ་བ་:"
+
+#: ../gedit/gedit-tab.c:1725
+msgid "Encoding:"
+msgstr "ཨིན་ཀོ་ཌིང་:"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:49
+msgid "_File"
+msgstr "ཡིག་སྣོད།(_F)"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Edit"
+msgstr "ཞུན་དག(_E)"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_View"
+msgstr "མཐོང་སྣང་།(_V)"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Search"
+msgstr "འཚོལ་ཞིབ། (_S)"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Tools"
+msgstr "ལག་ཆས།(_T)"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Documents"
+msgstr "ཡིག་ཆ་ཚུ།(_D)"
+
+#: ../gedit/gedit-ui.h:55
+msgid "_Help"
+msgstr "གྲོགས་རམ།(_H)"
+
+#: ../gedit/gedit-ui.h:59
+msgid "Create a new document"
+msgstr "ཡིག་ཆ་གསརཔ་ཅིག་ གསར་བསྐྲུན་འབད།"
+
+#: ../gedit/gedit-ui.h:60
+msgid "_Open..."
+msgstr "ཁ་ཕྱེ་་…(_O)"
+
+#: ../gedit/gedit-ui.h:61
+#: ../gedit/gedit-window.c:1483
+msgid "Open a file"
+msgstr "ཡིག་སྣོད་ཅིག་ཁ་ཕྱེ།"
+
+#: ../gedit/gedit-ui.h:62
+msgid "Open _Location..."
+msgstr "གནས་ཁོངས་ཁ་ཕྱེ་…(_L)"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open a file from a specified location"
+msgstr "གསལ་བཀོད་འབད་མི་ གནས་ཁོངས་ཅིག་ནང་ལས་ ཡིག་སྣོད་ཅིག་ཁ་ཕྱེ།"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:66
+msgid "Pr_eferences"
+msgstr "དགའ་གདམ་ཚུ། (_e)"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Configure the application"
+msgstr "ད་ལྟོའི་གློག་རིམ་དེ་ རིམ་སྒྲིག་འབད།"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:70
+msgid "_Contents"
+msgstr "ནང་དོན་ཚུ། (_C)"
+
+#: ../gedit/gedit-ui.h:71
+msgid "Open the gedit manual"
+msgstr "ཇི་ཨེ་ཌིཊི་གི་ལག་དེབ་ཁ་ཕྱེ།"
+
+#: ../gedit/gedit-ui.h:73
+msgid "About this application"
+msgstr "གློག་རིམ་འདི་གི་སྐོར་ལས།"
+
+#: ../gedit/gedit-ui.h:80
+msgid "Save the current file"
+msgstr "ད་ལྟོའི་ཡིག་སྣོད་དེ་སྲུངས།"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save _As..."
+msgstr "དེ་སྦེ་སྲུངས་...(_A)"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save the current file with a different name"
+msgstr "ད་ལྟོའི་ཡིག་སྣོད་དེ་ མིང་སོ་སོ་ཅིག་གི་ཐོག་ལས་སྲུངས།"
+
+#: ../gedit/gedit-ui.h:84
+msgid "Revert to a saved version of the file"
+msgstr "ཡིག་སྣོད་ཀྱི་ཐོན་རིམ་ སྲུང་བཞག་འབད་འབདཝ་ཅིག་ལུ་ རྒྱབ་ལོག་འབད།"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Page Set_up..."
+msgstr "ཤོག་ལེབ་གཞི་སྒྲིག་... (_u)"
+
+#: ../gedit/gedit-ui.h:86
+msgid "Setup the page settings"
+msgstr "ཤོག་ལེབ་ཀྱི་སྒྲིག་སྟངས་ཚུ་ གཞི་སྒྲིག་འབད།"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Print Previe_w"
+msgstr "དཔར་བསྐྲུན་སྔོན་ལྟ།(_w)"
+
+#: ../gedit/gedit-ui.h:88
+msgid "Print preview"
+msgstr "དཔར་བསྐྲུན་སྔོན་ལྟ།"
+
+#: ../gedit/gedit-ui.h:89
+msgid "_Print..."
+msgstr "དཔར་བསྐྲུན་...།(_P)"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print the current page"
+msgstr "ད་ལྟོའི་ཤོག་ལེབ་དེ་དཔར་བསྐྲུན་འབད།"
+
+#: ../gedit/gedit-ui.h:92
+msgid "Close the current file"
+msgstr "ད་ལྟོའི་ཡིག་སྣོད་དེ་ཁ་བསྡམས།"
+
+#: ../gedit/gedit-ui.h:96
+msgid "Undo the last action"
+msgstr "བྱ་བ་མཇུག་མམ་དེ་ འབད་བཤོལ།"
+
+#: ../gedit/gedit-ui.h:98
+msgid "Redo the last undone action"
+msgstr "མཐའ་མཇུག་གི་བྱ་བ་ འབད་བཤོལ་འབད་མི་དེ་ལོག་འབད།"
+
+#: ../gedit/gedit-ui.h:100
+msgid "Cut the selection"
+msgstr "སེལ་འཐུ་དེ་བཏོག"
+
+#: ../gedit/gedit-ui.h:102
+msgid "Copy the selection"
+msgstr "སེལ་འཐུ་དེ་ འདྲ་བཤུས་རྐྱབས"
+
+#: ../gedit/gedit-ui.h:104
+msgid "Paste the clipboard"
+msgstr "འཛིན་པང་དེ་སྦྱར།"
+
+#: ../gedit/gedit-ui.h:106
+msgid "Delete the selected text"
+msgstr "སེལ་འཐུ་ཅན་གྱི་ ཚིག་ཡིག་དེ་བཏོན་གཏང༌།"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Select _All"
+msgstr "ཆ་མཉམ་སེལ་འཐུ་འབད།(_A)"
+
+#: ../gedit/gedit-ui.h:108
+msgid "Select the entire document"
+msgstr "ཡིག་ཆ་ཧྲིལ་བུ་ སེལ་འཐུ་འབད།"
+
+#. View menu
+#: ../gedit/gedit-ui.h:111
+msgid "_Highlight Mode"
+msgstr "ཐབས་ལམ་གཙོ་དམིགས་འབད།(_H)"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Find..."
+msgstr "འཚོལ་…(_F)"
+
+#: ../gedit/gedit-ui.h:115
+msgid "Search for text"
+msgstr "ཚིག་ཡིག་གི་དོན་ལས་ འཚོལ་ཞིབ་འབད།"
+
+#: ../gedit/gedit-ui.h:116
+msgid "Find Ne_xt"
+msgstr "ཤུལ་མམ་འཚོལ། (_x)"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Search forwards for the same text"
+msgstr "ཚིག་ཡིག་གཅིག་པའི་དོན་ལུ་ གདོང་ཕྱོགས་ལུ་ འཚོལ་ཞིབ་འབད།"
+
+#: ../gedit/gedit-ui.h:118
+msgid "Find Pre_vious"
+msgstr "ཧེ་མམ་འཚོལ། (_v)"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Search backwards for the same text"
+msgstr "ཚིག་ཡིག་གཅིག་པའི་དོན་ལུ་ རྒྱབ་ཕྱོགས་ལུ་ འཚོལ་ཞིབ་འབད།"
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Replace..."
+msgstr "ཚབ་བཙུགས་…(_R)"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Search for and replace text"
+msgstr "འཚོལ་ཞིབ་འབད་དེ་ ཚིག་ཡིག་གི་ཚབ་བཙུགས།"
+
+#: ../gedit/gedit-ui.h:122
+msgid "_Clear Highlight"
+msgstr "གཙོ་དམིགས་བསལ།(_C)"
+
+#: ../gedit/gedit-ui.h:123
+msgid "Clear highlighting of search matches"
+msgstr "འཚོལ་ཞིབ་མཐུན་སྒྲིག་གི་དོན་ལུ་ གཙོ་དམིགས་བསལ།"
+
+#: ../gedit/gedit-ui.h:124
+msgid "Go to _Line..."
+msgstr "གྱལ་རིམ་ལུ་འགྱོ་…(_L)"
+
+#: ../gedit/gedit-ui.h:125
+msgid "Go to a specific line"
+msgstr "དམིགས་བསལ་གྱི་ གྱལ་རིམ་ཅིག་ལུ་འགྱོ།"
+
+#: ../gedit/gedit-ui.h:126
+msgid "_Incremental Search..."
+msgstr "ཡར་འཕར་འ ཚོལ་ཞིབ་...(_I)"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Incrementally search for text"
+msgstr "ཚིག་ཡིག་གི་དོན་ལུ་ ཡར་འཕར་སྦེ་ འཚོལ་ཞིབ་འབད་"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:130
+msgid "_Save All"
+msgstr "ཆ་མཉམ་སྲུངས། (_S)"
+
+#: ../gedit/gedit-ui.h:131
+msgid "Save all open files"
+msgstr "ཁ་ཕྱེ་སྟེ་ཡོད་མི་ ཡིག་སྣོད་ཆ་མཉམ་སྲུངས།"
+
+#: ../gedit/gedit-ui.h:132
+msgid "_Close All"
+msgstr "ཆ་མཉམ་ཁ་བསྡམས། (_C)"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Close all open files"
+msgstr "ཁ་ཕྱེ་སྟེ་ཡོད་མི་ཡིག་སྣོད་ཆ་མཉམ་ཁ་བསྡམས།"
+
+#: ../gedit/gedit-ui.h:134
+msgid "_Previous Document"
+msgstr "ཧེ་མའི་ཡིག་ཆ།(_P)"
+
+#: ../gedit/gedit-ui.h:135
+msgid "Activate previous document"
+msgstr "ཧེ་མའི་ཡིག་ཆ་ཤུགས་ལྡན་བཟོ།"
+
+#: ../gedit/gedit-ui.h:136
+msgid "_Next Document"
+msgstr "ཤུལ་མའི་ཡིག་ཆ(_N)"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Activate next document"
+msgstr "ཤུལ་མའི་ཡིག་ཆ་ ཤུགས་ལྡན་བཟོ།"
+
+#: ../gedit/gedit-ui.h:138
+msgid "_Move to New Window"
+msgstr "སྒོ་སྒྲིག་གསར་པའི་ནང་སྤོ་བཤུད་འབད། (_M)"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Move the current document to a new window"
+msgstr "ད་ལྟོའི་ཡིག་ཆ་དེ་ སྒོ་སྒྲིག་གསརཔ་ཅིག་ནང་ སྤོ་བཤུད་འབད།"
+
+#: ../gedit/gedit-ui.h:146
+msgid "Quit the program"
+msgstr "ལས་རིམ་དེ་སྤངས"
+
+#: ../gedit/gedit-ui.h:151
+msgid "_Toolbar"
+msgstr "ལག་ཆས་ཕྲ་རིང་།(_T)"
+
+#: ../gedit/gedit-ui.h:152
+msgid "Show or hide the toolbar in the current window"
+msgstr "ད་ལྟོའི་སྒོ་སྒྲིག་ནང་ ལག་ཆས་ཕྲ་རིང་སྟོན་ ཡང་ན་ སྦ་བཞག"
+
+#: ../gedit/gedit-ui.h:154
+msgid "_Statusbar"
+msgstr "གནས་ཚད་ཕྲ་རིང་།(_S)"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Show or hide the statusbar in the current window"
+msgstr "ད་ལྟོའི་སྒོ་སྒྲིག་ནང་ གནས་ཚད་ཕྲ་རིང་སྟོན་ ཡང་ན་ སྦ་བཞག།"
+
+#: ../gedit/gedit-ui.h:157
+msgid "Side _Pane"
+msgstr "ཟུར་ཁའི་པེན།(_P)"
+
+#: ../gedit/gedit-ui.h:158
+msgid "Show or hide the side pane in the current window"
+msgstr "ད་ལྟོའི་སྒོ་སྒྲིག་ནང་ ཟུར་ཁའི་པེན་སྟོན་ ཡང་ན་ སྦ་བཞག"
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Bottom Pane"
+msgstr "མཇུག་གི་པེན། (_B)"
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the bottom pane in the current window"
+msgstr "ད་ལྟོའི་སྒོ་སྒྲིག་ནང་ མཇུག་གི་པེན་སྟོན་ ཡང་ན་ སྦ་བཞག"
+
+#: ../gedit/gedit-utils.c:1049
+#, c-format
+msgid "Unable to find file %s."
+msgstr "ཡིག་སྣོད་%sའཚོལ་མ་ཐོབ། "
+
+#: ../gedit/gedit-utils.c:1053
+#: ../gedit/gedit-utils.c:1089
+msgid "Please check your installation."
+msgstr "ཁྱོད་རའི་གཞི་བཙུགས་ལུ་ ཞིབ་དཔྱད་འབད་གནང༌།"
+
+#: ../gedit/gedit-utils.c:1085
+#, c-format
+msgid "Unable to find the required widgets inside file %s."
+msgstr "ཡིག་སྣོད་%sགི་ནང་ན་ དགོས་མཁོ་ཡོད་པའི་ ཝི་གེཊིསི་འཚོལ་མ་འཐོབ།"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1169
+msgid "_Wrap Around"
+msgstr "མཐའ་བསྐོར་ཏེ་ལོག (_W)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1179
+msgid "Match _Entire Word Only"
+msgstr "མིང་ཚིག་ཧྲིལ་བུ་རྐྱངམ་ མཐུན་སྒྲིག་འབད། (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1189
+msgid "_Match Case"
+msgstr "ཡི་གུ་མཐུན་སྒྲིག་འབད། (_M)"
+
+#: ../gedit/gedit-view.c:1277
+msgid "String you want to search for"
+msgstr "ཁྱོད་ཀྱིས་འཚོལ་ཞིབ་འབད་དགོ་མནོ་མི་ཡིག་རྒྱུན།"
+
+#: ../gedit/gedit-view.c:1285
+msgid "Line you want to move the cursor to"
+msgstr "ཁྱོད་ཀྱིས་འོད་རྟགས་སྤོ་བཤུད་འབད་དགོ་མནོ་སའི་གྲལ་ཐིག"
+
+#: ../gedit/gedit-window.c:896
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "གཙོ་དམིགས་%s ཐབས་ལམ་ལག་ལེན་འཐབ།"
+
+#. add the "None" item before all the others
+#. Translators: "None" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:953
+msgid "None"
+msgstr "ཅི་མེད།"
+
+#: ../gedit/gedit-window.c:954
+msgid "Disable syntax highlighting"
+msgstr "ཚིག་སྦྱོར་གཙོ་དམིགས་འབད་ནི་ ལྕོགས་མེད་བཟོ། (_E)"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1240
+#, c-format
+msgid "Open '%s'"
+msgstr "'%s'ཁ་ཕྱེ།"
+
+#: ../gedit/gedit-window.c:1359
+msgid "Save"
+msgstr "སྲུངས"
+
+#: ../gedit/gedit-window.c:1487
+msgid "Open a recently used file"
+msgstr "འཕྲལ་ཁམས་ལག་ལེན་འཐབ་མི་ ཡིག་སྣོད་ཅིག་ཁ་ཕྱེ།"
+
+#: ../gedit/gedit-window.c:1494
+msgid "Open"
+msgstr "ཁ་ཕྱེ"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1544
+#, c-format
+msgid "Activate '%s'"
+msgstr "'%s' ཤུགས་ལྡན་བཟོ་"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "ཡི་གུ་བསྒྱུར་བཅོས་འབད།"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "སེལ་འཐུ་འབད་མི་ ཚིག་ཡིག་ཚུ་གི་ ཡི་གུ་བསྒྱུར་བཅོས་འབད།"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "ཡི་གུ་སོར།(_h)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "ཚུགས་ཡིག་ཆ་མཉམ་(_U)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "སེལ་འཐུ་འབད་མི་ཡིག་ཚིག་ཚུ་ ཚུགས་ཡིག་ལུ་ བསྒྱུར་བཅོས་འབད།"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "མགྱོགས་ཡིག་ཆ་མཉམ་(_L)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "སེལ་འཐུ་འབད་མི་ཡིག་ཚིག་ཚུ་ མགྱོགས་ཡིག་ལུ་ བསྒྱུར་བཅོས་འབད།"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "ཡི་གུ་འདྲེན་རྟགས་ནང་བཙུགས།(_I)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "སེལ་འཐུ་འབད་མི་ཡིག་ཚིག་གི་ ཡི་གུ་འདྲེན་རྟགས་ནང་བཙུགས།"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "མགོ་མིང་ཡི་གུ(_T)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "སེལ་འཐུ་འབད་མི་ མིང་ཚིག་རེ་རེ་བཞིན་དུ་གི་ ཡི་གུ་དང་པ་དེ་ ཚུགས་ཡིག་བཟོ།"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid "Analyzes the current document and reports the number of words, lines, characters and non-space characters in it."
+msgstr "ད་ལྟོའི་ཡིག་ཆ་ དབྱེ་དཔྱད་འབད་དེ་ དེ་ནང་ཡོད་པའི་མིང་ཚིག་དང་ གྱལ་རིམ་ ཡིག་འབྲུ་ བར་སྟོང་མེད་པའི་ ཡིག་འབྲུ་ཚུ་གི་སྙན་ཞུ་འབད།"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Document Statistics"
+msgstr "ཡིག་ཆའི་ཚད་རྩིས།"
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "༠"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">>ཡིག་སྣོད་མིང་</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "བཱའིཊིསི།"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "ཡིག་འབྲུ། (བར་སྟོང་མེདཔ)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "ཡིག་འབྲུ། (བར་སྟོང་ཡོདཔ)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Document"
+msgstr "ཡིག་ཆ།"
+
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Lines"
+msgstr "གྱལ་རིམ།"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "Selection"
+msgstr "སེལ་འཐུ།"
+
+#: ../plugins/docinfo/docinfo.glade2.h:11
+msgid "Words"
+msgstr "མིང་ཚིག་ཚུ།"
+
+#: ../plugins/docinfo/docinfo.glade2.h:12
+msgid "_Update"
+msgstr "དུས་མཐུན་བཟོ། (_U)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:411
+msgid "_Document Statistics"
+msgstr "ཡིག་ཆའི་ཚད་རྩིས།(_D)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:413
+msgid "Get statistic info on current document"
+msgstr "ད་ལྟོའི་ཡིག་ཆའི་སྐོར་ལས་ ཚད་རྩིས་ལེན།"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "ཕྱི་ཁའི་བརྡ་དོན་དང་ ཤལ་གྱི་ཡིག་ཚུགས་ཚུ་ལག་ལེན་འཐབ།"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "ཕྱི་ཁའི་ལག་ཆས་ཚུ།"
+
+#: ../plugins/externaltools/tools/__init__.py:129
+msgid "_External Tools..."
+msgstr "ཕྱི་ཁའི་ལག་ཆས་ཚུ་་་(_E)"
+
+#: ../plugins/externaltools/tools/__init__.py:131
+msgid "Opens the External Tools Manager"
+msgstr "ཕྱི་ཁའི་ལག་ཆས་འཛིན་སྐྱོང་པ་ཁ་ཕྱེཝ་ཨིན།"
+
+#: ../plugins/externaltools/tools/__init__.py:161
+msgid "Shell Output"
+msgstr "ཤལ་ཨའུཊི་པུཊི་"
+
+#: ../plugins/externaltools/tools/functions.py:109
+msgid "You must be inside a word to run this command"
+msgstr "བརྡ་དོན་འདི་གཡོག་བཀོལ་ནི་ལུ་ ཁྱོད་མིང་ཚིག་ཅིག་གི་ནང་ན་ཨིན་དགོ"
+
+#: ../plugins/externaltools/tools/functions.py:166
+msgid "Running tool:"
+msgstr "ལག་ཆས་གཡོག་བཀོལ་དོ་:"
+
+#: ../plugins/externaltools/tools/functions.py:189
+msgid "Done."
+msgstr "འབད་ཚར།"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "Exited"
+msgstr "ཕྱིར་ཐོན་འབད་ཡི།"
+
+#: ../plugins/externaltools/tools/manager.py:41
+msgid "Nothing"
+msgstr "ག་ནི་ཡང་མེདཔ།"
+
+#: ../plugins/externaltools/tools/manager.py:42
+msgid "Current document"
+msgstr "ད་ལྟོའི་ཡིག་ཆ།"
+
+#: ../plugins/externaltools/tools/manager.py:43
+msgid "Current selection"
+msgstr "ད་ལྟོའི་སེལ་འཐུ།"
+
+#: ../plugins/externaltools/tools/manager.py:44
+msgid "Current line"
+msgstr "ད་ལྟོའི་གྱལ་རིམ།"
+
+#: ../plugins/externaltools/tools/manager.py:45
+msgid "Current word"
+msgstr "དལྟོའི་མིང་ཚིག"
+
+#: ../plugins/externaltools/tools/manager.py:48
+msgid "Display in bottom pane"
+msgstr "མཇུག་གི་པེན་ནང་བཀྲམ་སྟོན་འབད་"
+
+#: ../plugins/externaltools/tools/manager.py:49
+msgid "Create new document"
+msgstr "ཡིག་ཆ་གསརཔ་གསར་བསྐྲུན་འབད།"
+
+#: ../plugins/externaltools/tools/manager.py:50
+msgid "Append to current document"
+msgstr "ད་ལྟོའི་ཡིག་ཆ་ལུ་ མཇུག་བསྣོན་འབད།"
+
+#: ../plugins/externaltools/tools/manager.py:51
+msgid "Replace current document"
+msgstr "ད་ལྟོའི་ཡིག་ཆའི་ཚབ་བཙུགས།"
+
+#: ../plugins/externaltools/tools/manager.py:52
+msgid "Replace current selection"
+msgstr "ད་ལྟོའི་སེལ་འཐུའི་ཚབ་བཙུགས།"
+
+#: ../plugins/externaltools/tools/manager.py:53
+msgid "Insert at cursor position"
+msgstr "འོད་རྟགས་གནས་སར་བཙུགས།"
+
+#: ../plugins/externaltools/tools/manager.py:56
+msgid "All documents"
+msgstr "ཡིག་ཆ་ཆ་མཉམ།"
+
+#: ../plugins/externaltools/tools/manager.py:57
+msgid "All documents except untitled ones"
+msgstr "མགོ་མིང་མ་བཏགསཔ་ཚུ་མ་གཏོགས་པའི་ ཡིག་ཆ་མ་མཉམ།"
+
+#: ../plugins/externaltools/tools/manager.py:58
+msgid "Local files only"
+msgstr "ཉེ་གནས་ཀྱི་ཡིག་སྣོད་ཚུ་རྐྱངམ་གཅིག"
+
+#: ../plugins/externaltools/tools/manager.py:59
+msgid "Remote files only"
+msgstr "ཐག་རིང་གི་ཡིག་སྣོད་ཚུ་རྐྱངམ་གཅིག"
+
+#: ../plugins/externaltools/tools/manager.py:60
+msgid "Untitled documents only"
+msgstr "མགོ་མིང་མ་བཏགས་པའི་ཡིག་ཆ་རྐྱངམ་གཅིག"
+
+#: ../plugins/externaltools/tools/manager.py:200
+#: ../plugins/externaltools/tools/manager.py:230
+#: ../plugins/externaltools/tools/manager.py:278
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr "ཞུན་དག་ལག་ཆས་<i>%s</i>:"
+
+#: ../plugins/externaltools/tools/manager.py:204
+msgid "A Brand New Tool"
+msgstr "ལག་ཆས་གསར་རྐྱང་ཅིག"
+
+#: ../plugins/externaltools/tools/manager.py:239
+msgid "New tool"
+msgstr "ལག་ཆས་གསརཔ།"
+
+#: ../plugins/externaltools/tools/manager.py:314
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "མགྱོགས་འཕྲུལ་འདི་ཧེ་མ་ལས་རང་ %sལུ་གནས་དགོཔ་ཨིན་པས།"
+
+#: ../plugins/externaltools/tools/manager.py:360
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "མགྱོགས་འཕྲུལ་གསརཔ་ཅིག་ ཡིག་དཔར་རྐྱབས་ ཡང་ན་ བསལ་ནིའི་དོན་ལུ་ རྒྱབ་བཤུད་ལུ་ཨེབ།"
+
+#: ../plugins/externaltools/tools/manager.py:362
+msgid "Type a new accelerator"
+msgstr "མགྱོགས་འཕྲུལ་གསརཔ་ཅིག་ ཡིག་དཔར་རྐྱབས།"
+
+#: ../plugins/externaltools/tools/outputpanel.py:78
+msgid "Stopped."
+msgstr "བཀག་ཡོད།"
+
+#: ../plugins/externaltools/tools/tools.glade.h:2
+msgid "Co_mmand(s):"
+msgstr "བརྡ་བཀོད་:(_m)"
+
+#: ../plugins/externaltools/tools/tools.glade.h:3
+msgid "Edit tool <i>make</i>:"
+msgstr "ཞུན་དག་ལག་ཆས། <i>བཟོ་</i>:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:4
+msgid "External Tools Manager"
+msgstr "ཕྱི་ཁའི་ལག་ཆས་འཛིན་སྐྱོང་པ།"
+
+#: ../plugins/externaltools/tools/tools.glade.h:5
+msgid ""
+"Nothing\n"
+"Current document\n"
+"All documents"
+msgstr ""
+"ག་ནི་ཡང་མེདཔ།\n"
+"ད་ལྟོའི་ཡིག་ཆ།\n"
+"ཡིག་ཆ་ཆ་མཉམ།"
+
+#: ../plugins/externaltools/tools/tools.glade.h:8
+msgid "_Applicability:"
+msgstr "འཇུག་སྤྱོད་བཏུབ་མི་བཏུབ་:།(_A)"
+
+#: ../plugins/externaltools/tools/tools.glade.h:9
+msgid "_Description:"
+msgstr "འགྲེལ་བཤད་: (_D)"
+
+#: ../plugins/externaltools/tools/tools.glade.h:10
+msgid "_Input:"
+msgstr "ཨིན་པུཊི་:(_I)"
+
+#: ../plugins/externaltools/tools/tools.glade.h:11
+msgid "_Output:"
+msgstr "ཨའུཊི་པུཊི་: (_O)"
+
+#: ../plugins/externaltools/tools/tools.glade.h:12
+msgid "_Save:"
+msgstr "སྲུངས་:(_S)"
+
+#: ../plugins/externaltools/tools/tools.glade.h:13
+msgid "_Shortcut Key:"
+msgstr "མགྱོགས་ཐབས་ལྡེ་མིག་:(_S)"
+
+#: ../plugins/externaltools/tools/tools.glade.h:14
+msgid "_Tools:"
+msgstr "ལག་ཆས་ཚུ་:(_T)"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "བཟོ་བརྩིགས་"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "ཡིག་ཆའི་སྣོད་ཐོ་ནང་ \"make\" གཡོག་བཀོལ།"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "ཡིག་ཆའི་གནས་ཁོངས་འདི་ནང་ ཊར་མི་ནཱལ་ཅིག་ཁ་ཕྱེ།"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "ཊར་མི་ནཱལ་ ནཱ་ལུ་ཁ་ཕྱེ་"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "རྒྱབ་ལུས་བར་སྟོང་ཚུ་རྩ་བསྐྲད་གཏང་"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "ཁྱོད་རའི་ཡིག་སྣོད་ནང་ ཕན་མེད་རྒྱབ་ལུས་བར་སྟོང་ཚུ་ རྩ་བསྐྲད་གཏང་"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr "སྲོལ་སྒྲིག་བརྡ་བཀོད་ཅིག་ལག་ལེན་འཐབ་ དེ་ལས་དེའི་ཨའུཊི་པུཏི་འདི་ ཡིག་ཆ་གསརཔ་ཅིག་ནང་བཙུགས་"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "བརྡ་བཀོད་གཡོག་བཀོལ་"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr "ཟུར་ཁའི་པེན་ནང་ལས་ ཡིག་སྣོད་ལུ་འཛུལ་སྤྱོད་འཇམ་ཏོང་ཏོ་"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་པེན་"
+
+#. Translators: this is used in "file on host", e.g. "/foo/bar on ftp.baz.org"
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:199
+msgid "on"
+msgstr "ཨཱོན་"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:334
+msgid "File System"
+msgstr "ཡིག་སྣོད་ རིམ་ལུགས་ "
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr "ཐག་རིང་གནས་ཁོངས་ཚུ་ སོར་ཆུད་འབད་ནི་ ལྕོགས་ཅན་བཟོ་"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་ ཚགས་མའི་ཐབས་ལམ་"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་ ཚགས་མའི་དཔེ་གཞི་"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་ རྩ་བའི་སྣོད་ཐོ་"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་ བར་ཅུ་ཡལ་ རྩ་བའི་སྣོད་ཐོ་"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid "If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with nautilus etc)"
+msgstr "བདེན་པ་ཨིན་པ་ཅིན་ ཡིག་སྣོད་བརའུ་ཟར་ པལག་ཨིན་དེ་གིས་ ཡིང་སྣོད་བརའུ་ཟར་དེ་ དེ་ཚུན་ལག་ལེན་མ་འཐབ་པ་ཅིན་ དང་པ་ཁ་ཕྱེ་མི་ཡིག་ཆ་དེ་གི་སྣོད་ཐོ་དེ་སྟོན་འོང་། (འདི་ཡང་སྤྱིར་བཏང་ལུ་ བཀོད་ལམ་ནང་ལས་ ཡིག་ཆ་ཅིག་ཁ་ཕྱེ་ནི་ ཡང་ན་ ནའུ་ཊི་ལཱསི་ལ་སོགས་པའི་ཐོག་ལས་ ཁ་ཕྱེ་ནི་ལུ་འཇུགཔ་ཨིན)"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr "རྩ་འབྲེལ་མཐོང་སྣང་ཐོག་ལས་ཁ་ཕྱེ་"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་ པ་ལག་ཨིན་དེ་ མངོན་གསལ་འབད་བའི་སྐབས་ དེབ་རྟགས་མཐོང་སྣང་གི་ཚབ་ལུ་ རྩ་འབྲེལ་མཐོང་སྣང་ཁ་ཕྱེ།"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr "གནས་ཁོངས་དེ་ ཡིག་ཆ་དང་པ་ལུ་ གཞི་སྒྲིག་འབད་"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "ཐག་རིང་གནས་ཁོངས་ཚུ་ སོར་ཆུད་འབད་ཚུགསཔ་ བཟོ་ནི་ཨིན་ན་མེན་ གཞི་སྒྲིག་འབདཝ་ཨིནཝ"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid "The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE."
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་ པ་ལག་ཨིན་མངོན་གསལ་བའི་སྐབས་ onload/tree_view དེ་བདེན་པ་ཨིན་པ་ཅིན་ ལག་ལེན་འཐབ་ནིའི་ ཡིག་སྣོད་བརའུ་ཟར་གྱི་ རྩ་བའི་སྣོད་ཐོ།"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid "The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་ པ་ལག་ཨིན་མངོན་གསལ་བའི་སྐབས་ onload/tree_view དེ་བདེན་པ་ཨིན་པ་ཅིན་ ལག་ལེན་འཐབ་ནིའི་ ཡིག་སྣོད་བརའུ་ཟར་གྱི་ བར་ཅུ་ཡལ་ རྩ་བའི་སྣོད་ཐོ། བཡ་ཅུ་ཡལ་རྩ་བ་དེ་ ཨ་རྟག་ར་ རྩ་བ་ངོ་མ་དེ་གི་འོག་ལུ་འོང་དགོ།"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid "The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་ བཙག་ནིའི་ཚགས་མའི་དཔེ་གཞི། ཚགས་མ་འདི་གིས་ ཚགས་མའི་ཐབས་ལམ་གུ་ལུ་ ལཱ་འབདཝ་ཨིན།"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid "This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hidden (filter hidden files), binary (filter binary files) and hidden_and_binary (filter both hidden and binary files)."
+msgstr "བེ་ལུ་འདི་གིས་ ཡིག་སྣོད་བརའུ་ཟར་ནང་ལས་ ཡིག་སྣོད་ག་ཅི་ར་ བཙག་དགོཔ་ཨིན་ ཐག་བཅདཔ་ཨིན། ནུས་ཅན་བེ་ལུསི་ཚུ་: ཅི་མེད་(ད་ནི་ཡི་བཙགནི་མེདཔ་) སྦ་སྟེཡོདཔ་ (སྦ་སྟེ་ཡོད་པའི་ཡིག་སྣོད་ཚུ་བཙག་ནི) བའི་ན་རི་ (བའི་ན་རི་ཡིག་སྣོད་ཚུ་བཙག་ནི) སྦ་སྟེ་ཡོདཔ་དང་ བའི་ན་རི་ (སྦ་སྟེ་ཡོདཔ་དང་ བའི་ན་རི་ཡིག་སྣོད་གཉིས་ཆ་ར་བཙག་ནི)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:598
+msgid "_Set root to active document"
+msgstr "ཤུགས་ལྡན་ཡིག་ཆ་ལུ་ རྩ་བ་གཞི་སྒྲིག་འབད།(_S)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:600
+msgid "Set the root to the active document location"
+msgstr "ཤུགས་ལྡན་ཡིག་ཆའི་གནས་ཁོངས་ལུ་ རྩ་བ་གཞི་སྒྲིག་འབད།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:605
+msgid "_Open terminal here"
+msgstr "ཊར་མི་ནཱལ་ ནཱ་ལུ་ཁ་ཕྱེ་(_O)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:607
+msgid "Open a terminal at the currently opened directory"
+msgstr "ད་ལྟོ་ཁ་ཕྱེ་ཡོད་མི་སྣོད་ཐོ་འདི་གུ་ ཊར་མི་ནཱལ་ཅིག་ཁ་ཕྱེ།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:741
+msgid "File Browser"
+msgstr "ཡིག་སྣོད་བརའུ་ཟར་"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:864
+msgid "An error occurred while creating a new directory"
+msgstr "སྣོད་ཐོ་གསརཔ་ཅིག་ གསར་བསྐྲུན་འབད་བའི་སྐབས་ འཛོལ་བ་ཅིག་བྱུང་ཡི།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:867
+msgid "An error occurred while creating a new file"
+msgstr "ཡིག་སྣོད་གསརཔ་ཅིག་ གསར་བསྐྲུན་འབད་བའི་སྐབས་ འཛོལ་བ་ཅིག་བྱུང་ཡི།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:872
+msgid "An error occurred while renaming a file or directory"
+msgstr "ཡིག་སྣོད་ ཡང་ན་ སྣོད་ཐོག་ཅིག་ལུ་ བསྐྱར་མིང་བཏགས་པའི་སྐབས་ འཛོལ་བ་ཅིག་བྱུང་ཡི།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:877
+msgid "An error occurred while deleting a file or directory"
+msgstr "ཡིག་སྣོད་ ཡང་ན་ སྣོད་ཐོ་ཅིག་བཏོན་གཏང་བའི་སྐབས་ལུ་ འཛོལ་བ་ཅིག་བྱུང་ཡི།ཡིག་"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:882
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ཡིག་སྣོད་འཛིན་སྐྱོང་པའི་ནང་ སྣོད་ཐོ་ཅིག་ཁ་ཕྱེ་བའི་སྐབས་ལུ་ འཛོལ་བ་ཅིག་བྱུང་ཡི།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:886
+msgid "An error occurred while setting a root directory"
+msgstr "རྩ་བའི་སྣོད་ཐོ་ཅིག་ གཞི་སྒྲིག་འབད་བའི་སྐབས་ལུ་ འཛོལ་བ་ཅིག་བྱུང་ཡི།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:890
+msgid "An error occurred while loading a directory"
+msgstr "སྣོད་ཐོ་ཅིག་ མངོན་གསལ་འབད་བའི་སྐབས་ལུ་ འཛོལ་བ་ཅིག་བྱུང་ཡི།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:893
+msgid "An error occurred"
+msgstr "འཛོལ་བ་ཅིག་བྱུང་ཡི་"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1123
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"ཡིག་སྣོད་ ཕྱགས་ཧོད་ནང་སྤོ་བཤུད་འབད་མི་ཚུགས་ ཁྱོད་ཀྱིས་\n"
+"རྟག་བརྟན་སྦེ་བཏོན་གཏང་ནི་ཨིན་ན?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1127
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "ཡིག་སྣོད་ \"%s\" དེ་ ཕྱགས་ཧོད་ནང་ སྤོ་བཤུད་འབད་མི་ཚུགས་པས།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1130
+msgid "The selected files cannot be moved to the trash."
+msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་ཡིག་སྣོད་ཚུ་ ཕྱགས་ཧོད་ནང་ སྤོ་བཤུད་འབད་མི་ཚུགས།"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1163
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "ཁྱོད་ཀྱིས་\"%s\"དེ་ བཏོན་གཏང་ནི་ ངེས་གཏན་ཨིན་ན?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1166
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "ཁྱོད་ཀྱིས་ སེལ་འཐུ་འབད་ཡོད་པའི་ཡིག་སྣོད་ཚུ་ བཏོན་གཏང་ནི་ངེས་གཏན་ཨིན་ན?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1169
+msgid "If you delete an item, it is permanently lost."
+msgstr "ཁྱོད་ཀྱིས་རྣམ་གྲངས་ཅིག་ བཏོན་གཏང་པ་ཅིན་ འདི་རྟག་བརྟན་སྦེ་ བརླག་སྟོར་ཞུགས་འོང་།"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1583
+msgid "(Empty)"
+msgstr "(སྟོངམ་)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:2723
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1840
+msgid "Invalid uri"
+msgstr "ནུས་མེད་ཡུ་ཨར་ཨའི་"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3155
+msgid "file"
+msgstr "ཡིག་སྣོད་"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3176
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3223
+msgid "The new file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "ཡིག་སྣོད་གསརཔ་དེ་ ད་ལྟོ་བཙགས་པའི་བསྒང་ཨིན། ཡིག་སྣོད་དེ་མཐོངམ་བཟོ་ནི་ལུ་ ཁྱོད་ཀྱིས་ཁྱོད་རའི་ཚགས་མའི་སྒྲིག་སྟངས་ བདེ་སྒྲིག་འབད་དགོ།"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3204
+msgid "directory"
+msgstr "སྣོད་ཐོ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:738
+msgid "Bookmarks"
+msgstr "དེབ་རྟགས་ཚུ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:748
+msgid "Recent Files"
+msgstr "འཕྲལ་གྱི་ཡིག་སྣོད་ཚུ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+msgid "_Filter"
+msgstr "ཚགས་མ་ (_F)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:832
+msgid "_Move To Trash"
+msgstr "ཕྱགས་ཧོད་ནང་སྤོ་(_M)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:833
+msgid "Move selected file or folder to trash"
+msgstr "སེལ་འཐུ་འབད་མི་ ཡིག་སྣོད་ ཡང་ན་ སྣོད་འཛིན་ ཕྱགས་ཧོད་ནང་སྤོ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:835
+msgid "_Delete"
+msgstr "བཏོན་གཏང༌།(_D)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:836
+msgid "Delete selected file or folder"
+msgstr "སེལ་འཐུ་འབད་མི་ ཡིག་སྣོད་ ཡང་ན་ སྣོད་འཛིན་བཏོན་གཏང་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:842
+msgid "Up"
+msgstr "ཡར་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:843
+msgid "Open the parent folder"
+msgstr "རྩ་ལག་སྣོད་འཛིན་དེ་ཁ་ཕྱེ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:848
+msgid "_New Folder"
+msgstr "སྣོད་འཛིན་གསརཔ་(_N)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:849
+msgid "Add new empty folder"
+msgstr "སྣོད་འཛིན་གསརཔ་སྟོངམ་ཁ་སྐོང་རྐྱབས་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:851
+msgid "New F_ile"
+msgstr "ཡིག་སྣོད་བཟོ་(_i)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:852
+msgid "Add new empty file"
+msgstr "ཡིག་སྣོད་གསརཔ་སྟོངམ་ཅིག་ཁ་སྐོང་རྐྱབས་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:857
+msgid "_Rename"
+msgstr "བསྐྱར་མིང་བཏགས་(_R)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:858
+msgid "Rename selected file or folder"
+msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་ཡིག་སྣོད་ཡང་ན་སྣོད་འཛིན་ བསྐྱར་མིང་བཏགས་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:864
+msgid "_Previous Location"
+msgstr "གནས་ཁོངས་ཧེ་མམ་(_P)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:866
+msgid "Go to the previous visited location"
+msgstr "ཧེ་མ་ལྟ་སྤྱོད་འབད་མི་གནས་ཁོངས་ལུ་འགྱོ།"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:868
+msgid "_Next Location"
+msgstr "གནས་ཁོངས་ཤུལ་མམ་(_N)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+msgid "Go to the next visited location"
+msgstr "ཤུལ་མ་ལྟ་སྤྱོད་འབད་མི་གནས་ཁོངས་ལུ་འགྱོ།"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:870
+msgid "Re_fresh View"
+msgstr "མཐོང་སྣང་ཡང་སེལ་འབད།(_f)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:871
+msgid "Refresh the view"
+msgstr "མཐོང་སྣང་དེ་ ཡང་སེལ་འབད་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:872
+msgid "_View Folder"
+msgstr "སྣོད་འཛིན་སྟོན་(_V)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:873
+msgid "View folder in file manager"
+msgstr "ཡིག་སྣོད་འཛིན་སྐྱོང་པའི་ནང་ སྣོད་འཛིན་སྟོན་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:880
+msgid "Show _Hidden"
+msgstr "སྦ་སྟེ་ཡོད་མི་སྟོན་(_H)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:881
+msgid "Show hidden files and folders"
+msgstr "སྦ་སྟེ་ཡོད་མི་ཡིག་སྣོད་དང་སྣོད་འཛིན་ཚུ་སྟོན་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:883
+msgid "Show _Binary"
+msgstr "བའི་ནི་རི་སྟོན་(_B)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:884
+msgid "Show binary files"
+msgstr "བའི་ན་རི་ཡིག་སྣོད་ཚུ་སྟོན་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:989
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1005
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1037
+msgid "Previous location"
+msgstr "གནས་ཁོངས་ཧེ་མམ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:993
+msgid "Go to previous location"
+msgstr "གནས་ཁོངས་ཧེ་མམ་ལུ་འགྱོ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:998
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1030
+msgid "Go to a previously opened location"
+msgstr "ཧེམ་ཁ་ཕྱེ་ཡོད་མི་གནས་ཁོངས་ཅིག་ལུ་འགྱོ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1020
+msgid "Next location"
+msgstr "གནས་ཁོངས་ཤུལ་མམ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1024
+msgid "Go to next location"
+msgstr "གནས་ཁོངས་ཤུལ་མམ་ལུ་འགྱོ་"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1201
+msgid "_Match Filename"
+msgstr "ཡིག་སྣོད་མིང་མཐུན་སྒྲིག་འབད་ (_M)"
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "འགོ་མཚམས།(_I)"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr "སེལ་འཐུ་ཅན་གྱི་གྱལ་རིམ་ཚུ་གི་ འགོ་མཚམས་བཟོ།"
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "འགོ་མཚམས་བཤོལ། (_n)"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr "སེལ་འཐུ་ཅན་གྱི་གྱལ་རིམ་ཚུ་གི་ འགོ་མཚམས་བཤོལ།"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr "འགོ་མཚམས་གྲལ་ཐིག་ཚུ་"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "སེལ་འཐུ་ཅན་གྱི་གྱལ་རིམ་ཚུ་ འགོ་མཚམས་བཟོ་བའམ་ འགོ་མཚམས་བཤོལཝ་ཨིན།"
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "ཇི་ཨི་ཌིཊི་གི་དོན་ལུ་ ཨི་མེཀསི་དང་ ཀ་ཊེ་ ཝིམ་བཟོ་རྣམ་ཅན་གྱི་ ཐབས་ལམ་ཐིག་གི་རྒྱབ་སྐྱོར།"
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "ཐབས་ཐིག"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr "མཇུག་གི་པེ་ནཱལ་ནང་ཡོད་པའི་ ཕན་ཚུན་འབྲེལ་བ་ཅན་གྱི་ པ་ཡི་ཐཱོན་མ་སྒྲོམ།"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:45
+msgid "Python Console"
+msgstr "པ་ཡི་ཐཱོན་མ་སྒྲོམ།"
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr "ལག་ལེན་པའི་མིང་བཙུགས།(_m)"
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr "འོད་རྟགས་གནས་སར་ ལག་ལེན་པའི་མིང་བཙུགས།"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "འོད་རྟགས་གནས་སར་ ལག་ལེན་པའི་མིང་བཙུགསཔ་ཨིན།"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "ལག་ལེན་པའི་མིང༌།"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr "འཕྲལ་འཕྲལ་རང་ ལག་ལེན་འཐབ་མི་ཚིག་ཡིག་ཚུ་ མགྱོགས་ཐབས་ཐོག་ལས་བཙུགས།"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr "ཕྲ་དུམ་ཚུ།"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>ཤུགས་བཟོ།</b>"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:3
+msgid "Create new snippet"
+msgstr "ཕྲ་དུམ་ གསརཔ་ གསར་བསྐྲུན་འབད་ "
+
+#: ../plugins/snippets/snippets/snippets.glade.h:4
+#: ../plugins/snippets/snippets/Manager.py:428
+msgid "Delete selected snippet"
+msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་ ཕྲ་དུམ་ བཏོན་གཏང་ "
+
+#: ../plugins/snippets/snippets/snippets.glade.h:5
+msgid "Export selected snippets"
+msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་ ཕྲ་དུམ་ཚུ་ ཕྱིར་དྲེན་འབད་ "
+
+#: ../plugins/snippets/snippets/snippets.glade.h:6
+#: ../plugins/snippets/snippets/Manager.py:806
+msgid "Import snippets"
+msgstr "ཕྲ་དུམ་ཚུ་ ནང་འདྲེན་འབད་ "
+
+#: ../plugins/snippets/snippets/snippets.glade.h:7
+msgid "S_hortcut key:"
+msgstr "མགྱོགས་ཐབས་ལྡེ་མིག་:(_h)"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr "ཕྲ་དུམ་ཤུགས་ལྡན་བཟོ་ཡོད་པའི་ མགྱོགས་ཐབས་ ལྡེ་མིག་"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:9
+#: ../plugins/snippets/snippets/Manager.py:697
+msgid "Single word with which the snippet is activated after pressing tab"
+msgstr "མཆོང་ལྡེ་ ཨེབ་གཡེབ་ཞིནམ་ལས་ ཕྲ་དུམ་ཤུགས་ལྡན་བཟོ་ཡོད་པའི་ མིང་ཚིག་རྐྱང་པ་ "
+
+#: ../plugins/snippets/snippets/snippets.glade.h:10
+msgid "Snippets Manager"
+msgstr "ཕྲ་དུམ་འཛིན་སྐྱོང་པ།"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:11
+msgid "_Drop targets:"
+msgstr "དམིགས་གཏད་ཚུ་ བཀོག་བཞག: (_D)"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:12
+msgid "_Edit:"
+msgstr "ཞུན་དག: (_E)"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:13
+msgid "_Snippets:"
+msgstr "ཕྲ་དུམ་ཚུ་:(_S)"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.glade.h:15
+msgid "_Tab trigger:"
+msgstr "ཨེབ་ལྡེ་ཐར་རྟ་:(_T)"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:74
+msgid "Manage _Snippets..."
+msgstr "ཕྲ་དུམ་ཚུ་འཛིན་སྐྱོང་འཐབ་...(_S)"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:75
+msgid "Manage snippets"
+msgstr "ཕྲ་དུམ་ཚུ་འཛིན་སྐྱོང་འཐབ།"
+
+#: ../plugins/snippets/snippets/Manager.py:46
+msgid "Snippets archive"
+msgstr "ཕྲ་དུམ་ ཡིག་མཛོད་ "
+
+#: ../plugins/snippets/snippets/Manager.py:70
+msgid "Add a new snippet..."
+msgstr "ཕྲ་དུམ་གསརཔ་ཅིག་ ཁ་སྐོང་རྐྱབས་..."
+
+#: ../plugins/snippets/snippets/Manager.py:120
+msgid "Global"
+msgstr "སྤྱི་ཁྱབ།"
+
+#: ../plugins/snippets/snippets/Manager.py:425
+msgid "Revert selected snippet"
+msgstr "སེལ་འཐུ་ཅན་འབད་ཡོད་པའི་ ཕྲ་དུམ་ རྒྱབ་ལོག་འབད་ "
+
+#: ../plugins/snippets/snippets/Manager.py:692
+msgid "This is not a valid tab trigger. Triggers can either contain letters or a single, non alphanumeric, character like {, [, etcetera."
+msgstr "འདི་ནུས་ཅན་ཨེབ་ལྡེ་ཐར་རྟ་ཅིག་མེན་པས། ཐར་རྟ་ཚུ་ནང་ ཡི་གུ་ལེ་ཤའམ་རྐྱང་པ་ གསལ་བྱེད་མེན་པའི་ཡིག་འབྲུ་{དང་ [ ལ་སོགས་པ་འོང་སྲིད།"
+
+#: ../plugins/snippets/snippets/Manager.py:785
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "ནང་འདྲེན་འབད་བའི་སྐབས་ འོག་གི་འཛོལ་བ་དེ་ འབྱུང་ནུག་ : %s"
+
+#: ../plugins/snippets/snippets/Manager.py:792
+msgid "Import succesfully completed"
+msgstr "ནང་འདྲེན་དེ་ མཐར་འཁྱོལ་ཅན་སྦེ་ མཇུག་བསྡུ་ཡོདཔ་ "
+
+#: ../plugins/snippets/snippets/Manager.py:811
+#: ../plugins/snippets/snippets/Manager.py:897
+#: ../plugins/snippets/snippets/Manager.py:960
+msgid "All supported archives"
+msgstr "རྒྱབ་སྐྱོར་ཡོད་པའི་ ཡིག་མཛོད་ ཆ་མཉམ་ "
+
+#: ../plugins/snippets/snippets/Manager.py:812
+#: ../plugins/snippets/snippets/Manager.py:898
+#: ../plugins/snippets/snippets/Manager.py:961
+msgid "Gzip compressed archive"
+msgstr "ཇི་ གནས་ཡུལ་ ཨེབ་བཙུགས་འབད་ཡོད་པའི་ཡིག་མཛོད་ "
+
+#: ../plugins/snippets/snippets/Manager.py:813
+#: ../plugins/snippets/snippets/Manager.py:899
+#: ../plugins/snippets/snippets/Manager.py:962
+msgid "Bzip compressed archive"
+msgstr "བི་ གནས་ཡུལ་ ཨེབ་བཙུགས་འབད་ཡོད་པའི་ཡིག་མཛོད་ "
+
+#: ../plugins/snippets/snippets/Manager.py:814
+msgid "Single snippets file"
+msgstr "ཕྲ་དུམ་ ཡིག་སྣོད་རྐྱང་པ་ "
+
+#: ../plugins/snippets/snippets/Manager.py:815
+#: ../plugins/snippets/snippets/Manager.py:901
+#: ../plugins/snippets/snippets/Manager.py:964
+msgid "All files"
+msgstr "ཡིག་སྣོད་ ཆ་མཉམ།"
+
+#: ../plugins/snippets/snippets/Manager.py:827
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "ཕྱིར་དྲེན་འབད་བའི་སྐབས་ འོག་གི་འཛོལ་བ་དེ་ འབྱུང་ཡི: %s "
+
+#: ../plugins/snippets/snippets/Manager.py:831
+msgid "Export succesfully completed"
+msgstr "ཕྱིར་འདྲེན་ མཐར་འཁྱོལ་ཅན་སྦེ་ མཇུག་བསྡུ་ཡོདཔ་ "
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:871
+#: ../plugins/snippets/snippets/Manager.py:938
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "ཁྱོད་ཀྱི་ཕྱིར་འདྲེན་གྱི་གྲངས་སུ་ ལེལ་འཐུ་འབད་ཡོད་པའི་ <b>རིམ་ལུགས་</b> ཕྲ་དུམ་ཚུ་ཡང་ བཙུགས་ནི་ཨིན་ན?"
+
+#: ../plugins/snippets/snippets/Manager.py:886
+#: ../plugins/snippets/snippets/Manager.py:956
+msgid "There are no snippets selected to be exported"
+msgstr "ཕྱིར་འདྲེན་འབད་ནིའིདོན་ལུ་ ཕྲ་དུམ་ཚུ་ སེལ་འཐུ་འབད་དེ་མིན་ནུག་ "
+
+#: ../plugins/snippets/snippets/Manager.py:891
+#: ../plugins/snippets/snippets/Manager.py:929
+msgid "Export snippets"
+msgstr "ཕྲ་དུམ་ཚུ་ ཕྱིར་དྲེན་འབད་ "
+
+#: ../plugins/snippets/snippets/Manager.py:1068
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "མགྱོགས་ཐབས་གསརཔ་ཅིག་ ཡིག་དཔར་རྐྱབས་ ཡང་ན་ བསལ་ནིའི་དོན་ལས་ རྒྱབ་བཤུད་ལུ་ཨེབ་"
+
+#: ../plugins/snippets/snippets/Manager.py:1070
+msgid "Type a new shortcut"
+msgstr "མགྱོགས་ཐབས་གསརཔ་ཅིག་ ཡིག་དཔར་རྐྱབས་"
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive `%s` could not be created"
+msgstr "ཡིག་མཛོད་ %s` གསར་བསྐྲུན་འདབ་མི་ཚུགས་ "
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, python-format
+msgid "Target directory `%s` does not exist"
+msgstr "དམིགས་གཏད་ སྣོད་ཐོ་ %s` དེ་ མིན་འདུག་ "
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory `%s` is not a valid directory"
+msgstr "དམིགས་གཏད་ སྣོད་ཐོ་ `%s` དེ་ ནུས་ཅན་གྱི་སྣདོ་ཐོ་ཅིག་མེན་མས་ "
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File `%s` does not exist"
+msgstr "`%s` དེ་མིན་འདུག་ "
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, python-format
+msgid "File `%s` is not a valid snippets file"
+msgstr "ཡིག་སྣོད་ `%s`དེ་ ཕྲ་དུམ་ཚུ་གི་ཡིག་སྣོད་མེན་མས་ "
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, python-format
+msgid "Imported file `%s` is not a valid snippets file"
+msgstr "ནང་འདྲེན་འབད་ཡོད་པའི་ ཡིག་སྣོད་ `%s` དེ་ ནུས་ཅན་ ཕྲ་དུམ་ཡིག་སྣོད་ཅིག་མེན་མས་ "
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive `%s` could not be extracted"
+msgstr "ཡིག་མཛོད་ `%s` ཕྱིར་དོན་ འབད་མི་ ཚུགས་ "
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "འོག་གི་ ཡིག་སྣོད་ཚུ་ ནང་འདྲེན་འབད་མི་ཚུགས་པས: %s"
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File `%s` is not a valid snippets archive"
+msgstr "ཡིག་སྣོད་ %s` དེ་ ནུས་ཅན་ ཕྲ་དུམ་ ཡིག་མཛོད་ཅིག་མེན་མས་ "
+
+#: ../plugins/snippets/snippets/Placeholder.py:550
+#, python-format
+msgid "Execution of the python command (%s) exceeds the maximum time, execution aborted."
+msgstr "པ་ཡི་ཐཱོན་བརྡ་བཀོད་ (%s) འདི་གི་ལག་ལེན་འཐབ་ནི་འདི་ མང་མཐའ་ཆུ་ཚོད་འདི་ལས་ལྷག་པས་ ལག་ལེན་འཐབ་ནི་བར་བཤོལ་འབད་ཡོད།"
+
+#: ../plugins/snippets/snippets/Placeholder.py:558
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr "པ་ཡི་ཐཱོན་བརྡ་བཀོད་ (%s) འདི་གི་ལག་ལེན་འཐབ་ནི་འཐུས་ཤོར་འབྱུང་ཡོད་: %s"
+
+#: ../plugins/snippets/snippets/Placeholder.py:564
+msgid "The following python code, run in a snippet, does not return a value"
+msgstr "ཕྲ་དུམ་ཅིག་ནང་གཡོག་བཀོལ་མི་ འོག་གི་པ་ཡི་ཐཱོན་ཨང་རྟགས་འདི་གིས་ གནས་གོང་ཅིག་སླར་ལོག་མི་འབད་བས་"
+
+#: ../plugins/sort/gedit-sort-plugin.c:80
+msgid "S_ort..."
+msgstr "དབྱེ་སེལ་... (_o)"
+
+#: ../plugins/sort/gedit-sort-plugin.c:82
+msgid "Sort the current document or selection"
+msgstr "ད་ལྟོའི་ཡིག་ཆ་ ཡང་ན་ སེལ་འཐུ་དེ་ དབྱེ་སེལ་འབད།"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "དབྱེ་སེལ།"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "ཡིག་ཆའམ་སེལ་འཐུ་ཅན་གྱི་ ཚིག་ཡིག་དབྱེ་སེལ་འབདཝ་ཨིན།"
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr "ངོ་བཤུས་ཚུ་ རྩ་བསྐྲད་གཏང་། (_e)"
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr "ཀེར་ཐིག་ལུ་འགོ་བཙུགས། (_t)"
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr "དབྱེ་སེལ་གྱི་བཀོལ་སྤྱོད་ འབད་བཤོལ་འབད་མི་བཏུབ།"
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr "ཡི་གུ་སྣང་མེད་བཞག (_I)"
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr "རིམ་ལོག་གོ་རིམ།(_R)"
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr "དབྱེ་སེལ།(_S) "
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:477
+msgid "(no suggested words)"
+msgstr "(བསམ་འཆར་གྱི་མིང་ཚིག་མིན་འདུག)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "ཧེང་བཀལ་...(_M)"
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:497
+msgid "_Ignore All"
+msgstr "ཆ་མཉམ་སྣང་མེད་སྦེ་བཞག(_I)"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:512
+msgid "_Add"
+msgstr "ཁ་སྐོང༌རྐྱབས།(_A)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:551
+msgid "_Spelling Suggestions..."
+msgstr "ཡིག་སྡེབ་ཀྱི་བསམ་འཆར་...(_S)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:274
+msgid "Check Spelling"
+msgstr "ཡིག་སྡེབ་ཞིབ་དཔྱད།"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:285
+msgid "Suggestions"
+msgstr "བསམ་འཆར་ཚུ།"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:583
+msgid "(correct spelling)"
+msgstr "(ངེས་བདེན་ཡིག་སྡེབ)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:726
+msgid "Completed spell checking"
+msgstr "ཡིག་སྡེབ་ཞིབ་དཔྱད་ཚར།"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: the first %s is the language name, and the
+#. * second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#: ../plugins/spell/gedit-spell-checker-language.c:287
+#: ../plugins/spell/gedit-spell-checker-language.c:295
+#, c-format
+msgid "language|%s (%s)"
+msgstr "སྐད་ཡིག་|%s (%s)"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:306
+#, c-format
+msgid "language|Unknown (%s)"
+msgstr "སྐད་ཡིག་|མ་ཤེསཔ་ (%s)"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:414
+msgid "language|Default"
+msgstr "སྐད་ཡིག་|སྔོན་སྒྲིག"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:135
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "སྐད་ཡིག་གཞི་སྒྲིག་འབད།"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:184
+msgid "Languages"
+msgstr "སྐད་ཡིག་ཚུ།"
+
+#: ../plugins/spell/gedit-spell-plugin.c:70
+msgid "_Check Spelling"
+msgstr "ཡིག་སྡེབ་ཞིབ་དཔྱད།(_C)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:72
+msgid "Check the current document for incorrect spelling"
+msgstr "ད་ལྟོའི་ཡིག་ཆ་ནང་ བདེན་མེད་ཡིག་སྡེབ་ཚུ་ ཞིབ་དཔྱད་འབད།"
+
+#: ../plugins/spell/gedit-spell-plugin.c:78
+msgid "Set _Language..."
+msgstr "སྐད་ཡིག་གཞི་སྒྲིག་འབད་...(_L)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:80
+msgid "Set the language of the current document"
+msgstr "ད་ལྟོའི་ཡིག་ཆ་གི་ སྐད་ཡིག་གཞི་སྒྲིག་འབད།"
+
+#: ../plugins/spell/gedit-spell-plugin.c:89
+msgid "_Autocheck Spelling"
+msgstr "རང་བཞིན་གྱིས་ ཡིག་སྡེབ་ཞིབ་དཔྱད་རྐྱབས། (_A)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:91
+msgid "Automatically spell-check the current document"
+msgstr "ད་ལྟོའི་ཡིག་ཆ་དེ་ རང་བཞིན་གྱིས་ ཡིག་སྡེབ་ཞིབ་དཔྱད་འབད།"
+
+#: ../plugins/spell/gedit-spell-plugin.c:749
+msgid "The document is empty."
+msgstr "ཡིག་ཆ་དེ་ སྟོངམ་ཨིན་མས།"
+
+#: ../plugins/spell/gedit-spell-plugin.c:781
+msgid "No misspelled words"
+msgstr "ཡིག་སྡེབ་འཛོལ་བའི་མིང་ཚིག་མིན་འདུག"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "ད་ལྟོའི་ཡིག་ཆ་གི་སྐད་ཡིག་ སེལ་འཐུ་འབད།(_l)"
+
+#: ../plugins/spell/spell-checker.glade2.h:1
+#: ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>སྐད་ཡིག</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>མིང་ཚིག</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "མིང་ཚིག་ཁ་སྐོང་རྐྱབས།(_o)"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "བསྒྱུར་བཅོས་འབད།(_n)"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "ཆ་མཉམ་བསྒྱུར་བཅོས་འབད།(_l)"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr "ལུ་བསྒྱུར་བཅོས་འབད་:(_t)"
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr "མིང་ཚིག་ཞིབ་དཔྱད་འབད།(_W)"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "ཡིག་སྡེབ་ཞིབ་དཔྱད་འབད།"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "ཆ་མཉམ་སྣང་མེད་བཞག(_A)"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "སྐད་ཡིག་:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr "ཡིག་སྡེབ་འཛོལ་བའི་མིང་ཚིག་:"
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "ལག་ལེན་པའི་ཚིག་མཛོད་:"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "སྣང་མེད་བཞག(_I)"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "བསམ་འཆར་ཚུ་:(_S)"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "ད་ལྟོའི་ཡིག་ཆ་གི་ ཡིག་སྡེབ་ཞིབ་དཔྱད་འབདཝ་ཨིན།"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "སྡེབ་དཔྱོདཔ་"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:94
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:687
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:703
+msgid "Tags"
+msgstr "ངོ་རྟགས་ཚུ།"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:599
+msgid "Select the group of tags you want to use"
+msgstr "ཁྱོད་ཀྱིས་ལག་ལེན་འཐབ་དགོ་མནོ་མི་ ངོ་རྟགས་སྡེ་ཚན་དེ་ སེལ་འཐུ་འབད།"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:618
+msgid "_Preview"
+msgstr "སྔོན་ལྟ། (_P)"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:684
+msgid "Available Tag Lists"
+msgstr "འཐོབ་ཚུགས་པའི་ ངོ་རྟགས་ཐོ་ཡིག་ཚུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "སྡུད་པའི་རྣམ་པ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "སྡུད་ཚིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "ལྟག་ལུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "འཛུལ་སྤྱོད་ཀྱི་ཡིག་འབྲུ་གཙོ་བོ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "བསྡུ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "ཕྲང་སྒྲིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "ཕྲང་སྒྲིག་ཡིག་འབྲུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "ཐབས་གཞན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "ཨེན་ཀོར།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "ཨེན་ཀོར་ ཡུ་ཨར་ཨའི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "ཡིག་སྣོད་ཨང་རྟགས་ཀྱི་ ཨེཔ་ལེཊི་དབྱེ་རིགས།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr "ཨེཔ་ལེཊི་དབྱེ་རིགས་ ཡིག་སྣོད་ཨང་རྟགས་ཀྱི་་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr "ཨེ་རེ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr "འབྲེལ་བ་ཡོད་པའི་བརྡ་དོན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "རྩོམ་པ་པོའི་བརྡ་དོན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr "མགོ་ཡིག་དང་འབྲེལ་བའི་ཚད་ཐིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "རྒྱབ་གཞིའི་ཚོས་གཞི།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr "རྒྱབ་གཞིའི་ཚོས་གཞི་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr "རྒྱབ་གཞིའི་རེག་བྱའི་ཊ་ཡེལ།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr "རྒྱབ་གཞིའི་རེག་བྱའི་ཊ་ཡེལ་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr "གཞི་རྟེན་ཡུ་ཨར་ཨའི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "གཞི་རྟེན་ཡིག་གཟུགས།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr "གཞི་རྟེན་ཡིག་གཟུགས་(ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "རྒྱགས་པ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "མཐའ་མཚམས།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr "མཐའ་མཚམས་(ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "མཐའ་མཚམས་ཚོས་གཞི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr "ནང་ཐིག་གི་ གྲལ་ཐིག་ཚད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "དབུས།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr "དབུས་(ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr "འབྲེལ་ལམ་ཅན་གྱི་ཐོན་ཁུངས་ཀྱི་ ཡིག་འབྲུའི་ཨིན་ཀོ་ཌིང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr "ཞིབ་དཔྱད་ཚར། (གནས་ལུགས)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr "ཞིབ་དཔྱད་འབད་ཡོད་པའི་གནས་ལུགས་"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr "ལུང་འདྲེན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr "བསྒྱུར་བཅོས་འབད་དགོ་པའི་རྒྱུ་མཚན་བཀོད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr "དབྱེ་རིགས་ལག་ལེན་གྱི་ཨའི་ཌི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr "དབྱེ་རིགས་ཐོ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr "ཡིག་ཚིག་འབྱུང་འབབ་ཀྱི་ཚད་འཛིན་བསལ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr "ཨང་རྟགས་ཀྱི་ནང་དོན་དབྱེ་བ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "སེལ་འཐུ་འབད་མི་ འབྲེལ་ལམ་གྱི་ཚོས་གཞི།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr "སེལ་འཐུ་འབད་མི་ འབྲེལ་ལམ་གྱི་ཚོས་གཞི་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr "ཀེར་ཐིག་གི་ཚད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "ཀེར་ཐིག་ཚུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "བསམ་བཀོད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr "གློག་རིག་ཀོཌི་གི་ཆ་ཤས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr "ནང་དོན་ལས་འཆར།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "ནང་དོན་དབྱེ་བ།"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr "ནང་དོན་དབྱེ་བ་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr "མཉམ་འབྲེལ་འབདཝ་ཨིན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr "ཌི་ཨའི་ཝི་བཟོ་རྣམ་འཛིན་སྣོད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr "ཌི་ཨའི་ཝི་འཛིན་སྣོད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr "བསྒྱུར་བཅོས་ཀྱི་ ཚེས་གྲངས་དང་ཆུ་ཚོད།"
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr "ཟུར་རྟགས་གསལ་བསྒྲགས་འབད།"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr "ཁྱད་ཆོས་ཕར་འགྱངས་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr "ངེས་ཚིག་འགྲེལ་བཤད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "ངེས་ཚིག་ཐོ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr "ངེས་ཚིག་གི་ཊརམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "བཏོན་བཏང་ཡོད་པའི་ཚིག་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "ཁ་ཕྱོགས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr "ཁ་ཕྱོགས།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr "ཁ་ཕྱོགས་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "སྣོད་ཐོའི་ཐོ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "ལྕོགས་མིན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr "ཡིག་ཆའི་གཞི་རྟེན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "ཡིག་ཆའི་མ་གཟུགས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "ཡིག་ཆའི་མགོ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "ཡིག་ཆའི་མགོ་མིང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "ཡིག་ཆའི་དབྱེ་བ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr "རྒྱུ་རྫས་ཀྱི་ཨའི་ཌི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr "ཟུག་ཅན་དངོས་པོ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "གཙོ་བཏོན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr "ཨིན་ཀོཌི་གི་དབྱེ་བ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr "ཨང་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr "ཡིག་གཟུགས་ཀྱི་བཀོད་རྣམ།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr "ཡིག་གཟུགས་བཀོད་རྣམ་(ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "ཁ་ཡིག་གི་དོན་ལུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr "བང་བཙོང་གི་གྱལ་རིམ་མཚམས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "གཞི་སྒྲུབ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr "བྱ་བའི་ལེགས་སྐྱོང་པ་ གཞི་སྒྲུབ་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr "ཚད་འཛིན་སྡེ་ཚན་ གཞི་སྒྲུབ་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr "ས་སྒོ་ཁ་ཡིག་གི་ཚིག་ཡིག་ གཞི་སྒྲུབ་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr "ཨིན་པུཊི་ གཞི་སྒྲུབ་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr "ཨིན་པུཊི་གི་དབྱེ་བ་ གཞི་སྒྲུབ་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr "ཐབས་ལམ་གཞི་སྒྲུབ་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "འབྲེལ་ལམ་གདོང་བསྐྱོད་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "གཞི་ཁྲམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr "གཞི་ཁྲམ་ལྷག་སྟོན་ཡན་ལག "
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr "གཞི་ཁྲམ་འབྱུང་ཁུངས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr "གཞི་ཁྲམ་དམིགས་གཏད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr "གཞི་ཁྲམ་མཐའ་མཚམས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr "གཞི་ཁྲམ་ཚན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr "གཞི་ཁྲམ་ཚན་གྱི་ཀེར་ཐིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr "གཞི་ཁྲམ་ཚན་གྱི་གྲལ་ཐིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr "གཞི་ཁྲམ་བར་སྟོང་བཞག་ཐངས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr "ཇེ་ནི་རིཀ་ཟུག་ཅན་ཡོད་པའི་དངོས་པོ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr "ཇེ་ནི་རིཀ་གི་ མེ་ཊ་བརྡ་དོན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr "ཇེ་ནི་རིཀ་གི་ཚད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr "ཨེཆ་ཨར་ཨི་ཨེཕ་ ཡུ་ཨར་ཨའི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr "ཨེཆ་ཊི་ཨེམ་ཨེལ་-དམིགས་བསལ་ཡིག་འབྲུ་ཚུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr "ཨེཆ་ཊི་ཨེམ་ཨེལ་-ངོ་རྟགས་ཚུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr "ཨེཆ་ཊི་ཨེམ་ཨེལ་ རྩ་བའི་རྒྱུ་ཆས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr "ཨེཆ་ཊི་ཨེམ་ཨེལ་ ཐོན་རིམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr "ཨེཆ་ཊི་ཊི་པི་ མགོ་ཡིག་མིང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr "མགོ་ཡིག་ནང་ཐིག་གི་ཨའི་ཌི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr "མགུ་རྒྱན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr "མགུ་རྒྱན་ ༡།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr "མགུ་རྒྱན་ ༢།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr "མགུ་རྒྱན་ ༣།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr "མགུ་རྒྱན་ ༤།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr "མགུ་རྒྱན་ ༥།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr "མགུ་རྒྱན་ ༦།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "མཐོ་ཚད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr "ཐད་སྙོམས་ལམ་ལུགས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr "ཐད་སྙོམས་བར་སྟོང་།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr "ཐད་སྙོམས་བར་སྟོང་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr "ཨེཆ་ཊི་ཊི་པི་ མགོ་ཡིག་མིང་"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr "ཨའི་༡༨ཨེན་ བི་ཨའི་ཌི་ཨའི་ ཆ་མེད་བཟོ་ནི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "གཟུགས་བརྙན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr "གཟུགས་བརྙན་ས་ཁྲ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr "གཟུགས་བརྙན་ས་ཁྲའི་མངའ་ཁོངས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr "གཟུགས་བརྙན་ས་ཁྲའི་མིང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "གཟུགས་བརྙན་འབྱུང་ཁུངས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr "ཨིན་ལའིན་གྱི་གཞི་ཁྲམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr "ཨིན་ལའིན་གྱི་བང་རིམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr "ནང་བཙུགས་ཀྱི་ཚིག་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr "དུས་སྐབས་ཀྱི་ངེས་ཚིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr "ཨའི་ཊ་ལིཀ་ཚིག་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr "ཇ་བ་ ཨེཔ་ལེཊི།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr "ཇ་བ་ ཨེཔ་ལེཊི་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr "ཁ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr "སྐད་ཡིག་ཨང་རྟགས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr "ཚིག་ཡིག་ཆེ་བའི་བཟོ་རྣམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr "བང་རིམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "འབྲེལ་ལམ་ཚོས་གཞི།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "Link color (deprecated)"
+msgstr "འབྲེལ་ལམ་ཚོས་གཞི་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr "ཐོ་ཡིག་རྣམ་གྲངས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr "ཡིག་སྣོད་ཨཔ་ལོཌི་གི་དོན་ལུ་ མ་ཡིམདབྱེ་བའི་ཐོ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr "རྒྱབ་སྐྱོར་ཡོད་པའི་ ཡིག་འབྲུའི་ཆ་ཚན་གྱི་ཐོ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr "ཐོ་བཀོད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr "ཡིག་གཟུགས་ལུ་ ཉེ་གནས་ཀྱི་བསྒྱུར་བཅོས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr "འགྲེལ་བཤད་རིང་བའི་འབྲེལ་ལམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr "འདྲེན་ཚིག་རིངམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr "ཡིག་འཕྲིན་འབྲེལ་ལམ།"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr "ས་སྟོང་གི་ པིག་སེལ་མཐོ་ཚད།"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr "ས་སྟོང་གི་ པིག་སེལ་རྒྱ་ཚད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr "མར་ཀུའི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr "ཚིག་ཡིག་ས་སྒོ་གྱི་རིང་ཚད་མང་མཐའ།"
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr "བརྡ་ལམ་རང་དབང་གི་འབྲེལ་ལམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr "དཀར་ཆག་ཐོ་ཡིག"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr "དཀར་ཆག་ཐོ་ཡིག་(ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr "འབྲེལ་ལམ་སྣ་མང་གི་ ཚིག་ཡིག་ས་སྒོ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr "སྣ་མང་ཀེར་ཐིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr "སྣ་མང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "མིང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr "མིང་བཏགས་ཡོད་པའི་ རྒྱུ་དངོས་ཀྱི་གནས་གོང་"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr "ཤུལ་མའི་ཨའི་ཌི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr "ཡུ་ཨར་ཨའི་ མིན་འདུག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr "ཟུག་ཅན་དངོས་པོ་མིན་འདུག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr "གཞི་ཁྲམ་མིན་འདུག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr "བང་རིམ་མིན་འདུག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr "གྱལ་རིམ་བར་མཚམས་མིན་འདུག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr "ཚད་གཞི་བསྐྱར་བཟོ་མིན་འདུག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr "ཡིག་ཚུགས་མིན་འདུག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr "ནག་གྲིབ་མིན་འདུག"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr "ནག་གྲིབ་མེད་(ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr "མིང་ཚིག་གི་ ལོག་མཚམས་མིན་འདུག"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr "མིང་ཚིག་གི་ ལོག་མཚམས་མིན་འདུག (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr "རྒྱུན་ཆད་མེད་པའི་བར་སྟོང་"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr "དྲན་འཛིན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr "དངོས་པོའི་ ཨེཔ་ལེཊི་ ཡིག་སྣོད།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Object applet file (deprecated)"
+msgstr "དངོས་པོའི་ ཨེཔ་ལེཊི་ ཡིག་སྣོད་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr "དངོས་པོའི་གནད་སྡུད་གཞི་བསྟུན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr "ཕྲང་སྒྲིག་ཡིག་འབྲུའི་དོན་ལུ་ པར་ལེན་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr "རབ་རིབ་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr "འགྱུར་བའི་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr "ཨེབ་གཏང་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr "ཨེབ་གཏང་ཐེངས་གཉིས་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr "ཆེད་དམིགས་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr "ལྡེ་མིག་མར་འཐེན་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr "ལྡེ་མིག་ཨེབ་ཐོག་ལུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr "ལྡེ་མིག་ཡར་འཐེན་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr "མངོན་གསལ་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr "མཱའུསི་ མར་འཐེན་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr "མཱའུསི་ འགུལ་སྤར་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr "མཱའུསི་ ཕྱིར་བསྐྱོད་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr "མཱའུསི་གི་ ལྟག་ལས་ཕར་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr "མཱའུསི་ ཡར་འཐེན་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr "སླར་སྒྲིག་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr "སེལ་འཐུ་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr "ཞུ་འབུལ་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr "མངོན་གསལ་བཤོལ་ནི་གུ་ཡོད་པའི་བྱུང་ལས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr "གདམ་ཁའི་སྡེ་ཚན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr "གདམ་ཁ་སེལ་བྱེད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr "གོ་རིམ་ལྡན་པའི་ཐོ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr "ཨའུཊི་པུཊི་གི་ བརྡ་ལམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr "དོན་མཚམས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr "དོན་མཚམས་དབྱེ་རིགས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr "དོན་མཚམས་བཟོ་རྣམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr "སྔ་གོང་རྩ་སྒྲིག་འབད་བའི་ཐོ་བཀོད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr "སྔ་གོང་རྩ་སྒྲིག་འབད་བའི་ཚིག་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr "གསལ་སྡུད་ཀྱི་ མེ་ཊ་བརྡ་དོན་ཚིག་མཛོད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr "འཕྲིན་དོན་ནུས་སྤེལ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr "ཨེབ་རྟ་འཕུལ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr "ལུང་འདྲེན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr "ཁྱབ་ཚད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr "ལྷག་ནི་ཙམ་ཅིག་གི་ ཚིག་ཡིག་དང་ཆོག་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr "མར་ཕབ་ཅན་གྱི་བར་སྟོང་།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr "མར་ཕབ་ཅན་གྱི་བར་སྟོང་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr "འབྲེལ་ལམ་རིམ་ལོག་འབད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr "རྩ་བ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr "གྲལ་ཐིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr "གྲལ་ཐིག་དང་ཀེར་ཐིག་ཚུ་གི་བར་ནའི་ཚད་བཟུང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr "དཔེ་ཚད་ལས་རིམ་གྱི་ ཨའུཊི་པུཊི་ ཡིག་ཚུགས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr "མགོ་ཡིག་ནང་ཐིག་གིས་ཁྱབ་པའི་འོས་སྐབས།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr "ཡིག་ཚུགས་སྐད་ཡིག་གི་མིང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script statments"
+msgstr "ཡིག་ཚུགས་ཀྱི་གསལ་བཤད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr "བཤུད་ཕྲ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr "སེལ་འཐུ་འབད་བཏུབ་པའི་གདམ་ཁ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr "སེལ་འཐུ་འབད་མི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr "སར་བར་ཕྱོགས་ཀྱི་ གཟུགས་བརྙན་ས་ཁྲ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr "དབྱིབས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr "ཨིན་ལའིན་གྱི་ འདྲེན་ཚིག་ཐུང་ཀུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr "གྱལ་རིམ་རྐྱང་པོའི་ནུས་སྤེལ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "ཚད།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr "ཚད་(ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr "ཚིག་ཡིག་ཆུང་ཀུའི་བཟོ་རྣམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr "འཇམ་ཁྱུག་གྱལ་རིམ་གྱི་བར་མཚམས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "སྒྲ་སྐད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "འབྱུང་ཁུངས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr "བར་སྟོང་གིས་ཁ་འཕྱལ་མི་ ཡིག་མཛོད་ཐོ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr "བར་སྟོང་བཞག་མི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr "ནང་ཐིག་ཚུ་གི་བར་ནའི་བར་སྟོང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr "ནང་ཐིག་ཚུ་གི་ནང་འཁོད་ཀྱི་བར་སྟོང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr "འཕར་ཚད་། "
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr "སིཀོའེར་རུཊི།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr "མངོན་གསལ་འཕྲིན་དོན་གྱི་རྒྱབ་ཐག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr "འབྱུང་རིམ་ཨང་གྲངས་ འགོ་བཙུགས་དོ།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr "འབྱུང་རིམ་ཨང་གྲངས་ འགོ་བཙུགས་དོ་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr "སྦུག་འབྲེག་ཚིག་ཡིག"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr "སྦུག་འབྲེག་ཚིག་ཡིག་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr "སྦུག་འབྲེག་ཚིག་ཡིག་གི་བཟོ་རྣམ།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr "སྦུག་འབྲེག་ཚིག་ཡིག་གི་བཟོ་རྣམ་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr "གཙོ་བཏོན་དྲག་པོ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr "བཟོ་རྣམ་བརྡ་དོན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr "འོག་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr "སྟེང་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr "མཆོང་ལྡེའི་གོ་རིམ་གནས་ས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr "ཐིག་ཁྲམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr "ཐིག་ཁྲམ་མ་གཟུགས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr "ཐིག་ཁྲམ་འགོ་བརྗོད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr "ཐིག་ཁྲམ་ཀེར་ཐིག་སྡེ་ཚན་གྱི་རྒྱུ་དངོས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr "ཐིག་ཁྲམ་ཀེར་ཐིག་གི་རྒྱུ་དངོས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr "ཐིག་ཁྲམ་གནད་སྡུད་ནང་ཐིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr "ཐིག་ཁྲམ་མཇུག་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr "ཐིག་ཁྲམ་མགོ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr "ཐིག་ཁྲམ་མགོ་ཡིག་གི་ནང་ཐིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr "ཐིག་ཁྲམ་གྲལ་ཐིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr "ཐིག་ཁྲམ་བཅུད་སྡུད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr "དམིགས་གཏད་-སྟོངམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr "དམིགས་གཏད་-རྩ་ལག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr "དམིགས་གཏད་-རང་ཉིད་ལུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr "དམིགས་གཏད་-མགོ་ལུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr "ཊེ་ལི་ཊའིབ་ ཡང་ཅིན་ མོ་ནོ་སི་པེསི་གི་ ཚིག་ཡིག་བཟོ་རྣམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "ཚིག་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr "ཚིག་ཡིག་ཚོས་གཞི།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr "ཚིག་ཡིག་ཚོས་གཞི་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr "ལག་ལེན་པ་གིས་བཙུགས་མི་ཚིག་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "མགོ་མིང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr "མགོའི་ས་སྟོང་ པིག་སེལསི་ནང་།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "ཡུ་ཨར་ཨེལ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr "འོག་ཐིག་བཀལ་མི་ ཚིག་ཡིག་གི་བཟོ་རྣམ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr "གོ་རིམ་མེད་པའི་ཐོ་ཡིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr "གཟུགས་བརྙན་ས་ཁྲ་ལག་ལེན་འཐབ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "བེ་ལུ།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr "བེ་ལུའི་གོ་དོན།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr "འགྱུར་བ་ཅན་ ཡང་ན་ ལས་རིམ་གྱི་སྒྲུབ་རྟགས།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr "ཀེར་ཕྲང་གི་ ནང་ཐིག་ཕྲང་སྒྲིག"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr "ཀེར་ཕྲང་གི་བར་སྟོང་།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr "ཀེར་ཕྲང་གི་བར་སྟོང་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr "ལྟ་སྤྱོད་འབད་བའི་ འབྲེལ་ལམ་ཚོས་གཞི།"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr "བལྟ་སྤྱོད་འབད་བའི་ འབྲེལ་ལམ་ཚོས་གཞི་ (ངོས་ལེན་མེད་པ་)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "རྒྱ་ཚད།"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr "ཨེགསི་ཨེཆ་ཊི་ཨེམ་ཨེལ་ ༡.༠ - ངོ་རྟགས་ཚུ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "དེབ་ཐོ། (བརྗོད་པ)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr "དེབ་ཐོ། (རྣམ་གྲངས)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "དེབ་ཐོ། (བརྗོད་ཐུང་)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "དེབ་ཐོ། (དེབ་ཐོ་དེ)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "གུག་ཤད་ཚུ་()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "གུག་ཤད་ཚུ་ <>།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "གུག་ཤད་ཚུ་[]"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "གུག་ཤད་ཚུ་{}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "ཡིག་སྣོད་ཀྱི་ ཨིན་པུཊི།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "མཇུག་གི་དྲན་འཛིན།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "ལས་འགན་ ཀོ་སའིན།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "ལས་འགན་ ཨི^།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "ལས་འགན་ ཨི་ཨེགསི་པི།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "ལས་འགན་ དྲན་དེབ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "ལས་འགན་ དྲན་དེབ་ ༡༠།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "ལས་འགན་ སའིན།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "གིརིཀ་ ཨཱལ་ཕ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "གིརིཀ་ བེ་ཊ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "གིརིཀ་ ཨིཔ་སི་ལཱོན"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "གིརིཀ་ གམ་མ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "གིརིཀ་ ལེམ་ཌ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "གིརིཀ་ རཱོ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "གིརིཀ་ ཏའུ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "མགོ་ཡིག་ ༠ (ལེའུ)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "མགོ་ཡིག་ ༠ (ལེའུ་*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "མགོ་ཡིག་ ༡ (དབྱེ་ཚན)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "མགོ་ཡིག་ ༡ (དབྱེ་ཚན་*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "མགོ་ཡིག་ ༢ (དབྱེ་ཚན་ཡན་ལག)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "མགོ་ཡིག་ ༢ (དབྱེ་ཚན་ཡན་ལག*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "མགོ་ཡིག་ ༣ (དོན་ཚན་ཡན་ལག་ནང་གསེས)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "མགོ་ཡིག་ ༣ (དོན་ཚན་ཡན་ལག་ནང་གསེས*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "མགོ་ཡིག་ ༤ (དོན་མཚམས)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "མགོ་ཡིག་ཟུར་དེབ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "རྣམ་གྲངས།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "ཁ་ཡིག་དང་བཅས་པའི་རྣམ་གྲངས།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "ལེ་ཊེགསི་-ངོ་རྟགས།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "ཐོ་ཡིག་གི་འགྲེལ་བཤད།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "གྲངས་བཀོད་ཐོ་བཀོད་འབད།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "རྣམ་གྲངས་ཐོ་བཀོད་འབད།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "ཨང་རྩིས། (བཀྲམ་སྟོན)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "ཨང་རྩིས། (ཨིན་ལའིན)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "བཀོལ་སྤྱོད་པའི་ཆ་ལག"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "བཀོལ་སྤྱོད་པའི་གཅིག་སྒྲིལ། (བཀྲམ་སྟོན)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "བཀོལ་སྤྱོད་པའི་གཅིག་སྒྲིལ། (ཨིན་ལའིན)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "བཀོལ་སྤྱོད་པའི་དངུལ་བསྡོམས། (བཀྲམ་སྟོན)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "བཀོལ་སྤྱོད་པའི་དངུལ་བསྡོམས། (ཨིན་ལའིན)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "གཞི་བསྟུན་ཁ་ཡིག"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "གཞི་བསྟུན་ རེཕ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "བརྡ་མཚོན་ <<།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "བརྡ་མཚོན་ <=།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "བརྡ་མཚོན་>=།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "བརྡ་མཚོན་ >>།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "བརྡ་མཚོན་དང་།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "བརྡ་མཚོན་བཟོ་བསྐྲུན།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "བརྡ་མཚོན་ ཌི་-བི་ཝའི་-ཌི་ཊི།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "བརྡ་མཚོན་ ཌི་-བི་ཝའི་-ཌི་ཊི-ཆ་ཤས།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "བརྡ་མཚོན་ ཌི་༢-བི་ཝའི་-ཌི་ཊི་༢-ཆ་ཤས།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "བརྡ་མཚོན་ ཌེ་གར།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "བརྡ་མཚོན་འདྲ་མཉམ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "བརྡ་མཚོན་ སྦྲེལ་རྟགས་--"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "བརྡ་མཚོན་ སྦྲེལ་རྟགས་---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "བརྡ་མཚོན་ ཚད་མེད།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "བརྡ་མཚོན་ རྩིས་ཀྱི་བར་སྟོང་ ,།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "བརྡ་མཚོན་ རྩིས་ཀྱི་བར་སྟོང་ .།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "བརྡ་མཚོན་ རྩིས་ཀྱི་བར་སྟོང་_།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "བརྡ་མཚོན་ རྩིས་ཀྱི་བར་སྟོང་ __།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "བརྡ་མཚོན་ སི་མེཀ། "
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "བརྡ་མཚོན་ སྐར་མ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "ཡིག་བཟོ་རྒྱགས་པ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "ཡིག་བཟོ་ ཨའི་ཏ་ལིཀ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "ཡིག་བཟོ་ གཡོ་གཡོཝ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "ཡིག་བཟོའི་ དབྱེ་བ།"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "བར་བཏོག་འབད་མ་ཚུགས་པའི་ཚིག་ཡིག"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid "Provides a method to easily insert into a document commonly used tags/strings without having to type them."
+msgstr "ཡིག་དཔར་བརྐྱབ་མ་དགོ་པར་ ཐུན་མོང་གིས་ ལག་ལེན་འཐབ་མི་ ངོ་རྟགས་དང་/ཡིག་རྒྱུན་ཚུ་ ཡིག་ཆ་ཅིག་ནང་ འཇམ་ཏོང་ཏོ་སྦེ་ བཙུགས་ནིའི་ ཐབས་ལམ་ཅིག་སྤྲོདཔ་ཨིན།"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "ངོ་རྟགས་ཐོ་ཡིག"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "ཨེགསི་ཨེསི་ཨེལ་ཊི་-ཨེག་སེསི།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "ཨེགསི་ཨེསི་ཨེལ་ཊི་-རྒྱུ་རྫས།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "ཨེགསི་ཨེསི་ཨེལ་ཊི་-ལས་འགན།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "ཕ་མས།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "ཕ་མས་ ཡང་ཅིན་ རང་ཉིད།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "ཁྱད་ཆོས།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "ཆ་ལག"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "རྒྱུད་པ།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "རྒྱུད་པ་ ཡང་ན་ རང་ཉིད།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "འོག་གི།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "འོག་གི་སྤུན་ཆ།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "མིང་གི་བར་སྟོང་།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "རྩ་ལག"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "སྦོམ་ཤོས།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "སྤུན་ཆ་སྦོམ་ཤོས།"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "རང་ཉིད།"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr "ཨེགསི་ཡུ་ཨེལ་ - ངོ་རྟགས་ཚུ།"
+
+#: ../plugins/time/gedit-time-plugin.c:180
+msgid "In_sert Date and Time..."
+msgstr "ཚེས་གྲངས་དང་ཆུ་ཚོད་བཙུགས་...(_s)"
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "Insert current date and time at the cursor position"
+msgstr "འོད་རྟགས་གནས་སར་ ད་ལྟོའི་ཚེས་གྲངས་དང་ ཆུ་ཚོད་བཙུགས།"
+
+#: ../plugins/time/gedit-time-plugin.c:611
+msgid "Available formats"
+msgstr "འཐོབ་ཚུགས་པའི་རྩ་སྒྲིག"
+
+#: ../plugins/time/gedit-time-plugin.c:755
+msgid "Configure insert date/time plugin..."
+msgstr "ཚེས་གྲངས་/ཆུ་ཚོད་ཀྱི་ པ་ལག་ཨིན་ རིམ་སྒྲིག་འབད་..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "ཚེས་གྲངས་/ཆུ་ཚོད་བཙུགས།"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "འོད་རྟགས་གནས་སར་ ད་ལྟོའི་ཚེས་གྲངས་དང་ ཆུ་ཚོད་བཙུགསཔ་ཨིན།༌།"
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">༠༡ / ༡༡ / ༢༠༠༢ ༡༧:༥༢:༠༠</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> ཚེས་གྲངས་ / ཆུ་ཚོད་བཙུགས་པའི་སྐབས་… </span>"
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "ཚེས་གྲངས་/ཆུ་ཚོད་ཀྱི་ པ་ལག་ཨིན་ རིམ་སྒྲིག་འབད།"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "ཚེས་གྲངས་དང་ཆུ་ཚོད་བཙུགས།"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr "སེལ་འཐུ་འབད་མི་རྩ་སྒྲིག་ ལག་ལེན་འཐབ།(_s)"
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "བཙུགས།(_I)"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr "རྩ་སྒྲིག་ཅིག་གི་དོན་ལུ་ ནུས་སྤེལ་འབད།(_P)"
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr "སྲོལ་སྒྲིག་རྩ་སྒྲིག་ ལག་ལེན་འཐབ།(_U)"
+
+#~ msgid "Background Color"
+#~ msgstr "རྒྱབ་གཞིའི་ཚོས་གཞི།"
+#~ msgid ""
+#~ "Background color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "ཞུན་དག་བརྐྱབ་ནིའི་མངའ་ཁོངས་ནང་ གདམ་ཁ་བརྐྱབས་ཡོད་པའི་ ཚིག་ཡིག་གི་རྒྱབ་གཞིའི་ཚོས་གཞི། \"Use "
+#~ "Default Colors\" ཟེར་མི་གདམ་ཁ་དེ་ ཊརན་ཨོཕ་སྦེ་བཞགཔ་ད་རྐྱངམ་ཅིག་ འདི་ལུ་ནུས་པ་འཐོབ་ཚུགས།"
+#~ msgid ""
+#~ "Background color for unselected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "ཞུན་དག་བརྐྱབ་ནིའི་མངའ་ཁོངས་ནང་ གདམ་ཁ་མ་བརྐྱབས་པའི་ ཚིག་ཡིག་གི་རྒྱབ་གཞིའི་ཚོས་གཞི། \"Use "
+#~ "Default Colors\" ཟེར་མི་གདམ་ཁ་དེ་ ཊརན་ཨོཕ་སྦེ་བཞགཔ་ད་རྐྱངམ་ཅིག་ འདི་ལུ་ནུས་པ་འཐོབ་ཚུགས།"
+#~ msgid ""
+#~ "Foreground color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "ཞུན་དག་བརྐྱབ་ནིའི་མངའ་ཁོངས་ནང་ གདམ་ཁ་རྐྱབ་ཡོད་པའི་ ཚིག་ཡིག་གི་གདོང་གཞིའི་ཚོས་གཞི། \"Use "
+#~ "Default Colors\" ཟེར་མི་གདམ་ཁ་དེ་ ཊརན་ཨོཕ་སྦེ་ བཞགཔ་ད་རྐྱངམ་ཅིག་ འདི་ལུ་ནུས་པ་འཐོབ་ཚུགས།"
+#~ msgid ""
+#~ "Foreground color for the unselected text in the editing area. This will "
+#~ "only take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "ཞུན་དག་བརྐྱབ་ནིའི་མངའ་ཁོངས་ནང་ གདམ་ཁ་མ་བརྐྱབ་པའི་ ཚིག་ཡིག་གི་ གདོང་གཞིའི་ཚོས་གཞི། \"Use "
+#~ "Default Colors\" ཟེར་མི་གདམ་ཁ་དེ་ ཊརན་ཨོཕ་སྦེ་ བཞགཔ་ད་རྐྱངམ་ཅིག་ འདི་ལུ་ནུས་པ་འཐོབ་ཚུགས།"
+#~ msgid "Monospace Regular 9"
+#~ msgstr "མོ་ནོ་སི་པེསི་ དུས་རྒྱུན་༩།"
+#~ msgid "Sans Regular 11"
+#~ msgstr "སེནསི་རེ་གུ་ལར་༡༡།"
+#~ msgid "Sans Regular 8"
+#~ msgstr "སེནསི་རེ་གུ་ལར་༨།"
+#~ msgid "Selected Text Color"
+#~ msgstr "སེལ་འཐུ་འབད་མི་ ཚིག་ཡིག་གི་ཚོས་གཞི།"
+#~ msgid "Selection Color"
+#~ msgstr "སེལ་འཐུའི་ཚོས་གཞི།"
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "ཡིག་ཆ་དཔར་བསྐྲུན་འབདཝ་ད་ ཡིག་ཆའི་མ་གཟུགས་ཀྱི་དོན་ལུ་ ཡིག་གཟུགས་གསལ་བཀོད་འབདཝ་ཨིན། འདི་ཇི་"
+#~ "ནོམ་-དཔར་བསྐྲུན་ ཡིག་གཟུགས་ཀྱི་མིང་ཅིག་ཨིནམ་ད་ དེ་གི་ཚབ་ལུ་ དཔར་བསྐྲུན་_ཡིག་གཟུགས་_མ་གཟུགས་_ "
+#~ "པང་གོ་བཙུགས་ཏེ་ཡོད།"
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "དཔར་བསྐྲུན་གྱི་སྐབས་ལུ་ གྱལ་རིམ་ཨང་གི་དོན་ལུ་ ལག་ལེན་འཐབ་ནིའི་ ཡིག་གཟུགས་གསལ་བཀོད་འབདཝ་ཨིན། "
+#~ "འདི་ \"Print Line Numbers\" ཟེར་མི་གདམ་ཁ་འདི་ ཀླད་ཀོར་མེན་པ་ཅིན་རྐྱངམ་གཅིག་ ནུས་པ་འཐོབ་"
+#~ "འོང་། འདི་ཇི་ནོམ་-དཔར་བསྐྲུན་ཡིག་གཟུགས་ཀྱི་མིང་ཅིག་ཨིནམ་ད་ དེ་གི་ཚབ་ལུ་ དཔར་བསྐྲུན་ཡིག་གཟུགས་ཀྱི་"
+#~ "ཨང་ པང་གོ་བཙུགས་ཏེ་ཡོད།"
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "ཡིག་ཆ་དཔར་བསྐྲུན་སྐབས་ ཤོག་ལེབ་མགོ་ཡིག་དོན་ལུ་ ལག་ལེན་འཐབ་ནིའི་ ཡིག་གཟུགས་གསལ་བཀོད་འབདཝ་"
+#~ "ཨིན། འདི་\"Print Header\" ཟེར་མི་ གདམ་ཁ་འདི་ ཊརན་ཨཱོན་འབད་བ་ཅིན་རྐྱངམ་གཅིག་ ནུས་པ་འཐོབ་"
+#~ "འོང་། འདི་ཇི་ནོམ་-དཔར་བསྐྲུན་ཡིག་གཟུགས་ཀྱི་མིང་ཅིག་ཨིནམ་ད་ དེ་གི་ཚབ་ལུ་ དཔར་བསྐྲུན་_ཡིག་གཟུགས་"
+#~ "_མགོ་ཡིག་_པང་གོ་བཙུགས་ཏེ་ཡོད།"
+#~ msgid "Text Color"
+#~ msgstr "ཚིག་ཡིག་ཚོས་གཞི།"
+#~ msgid "Use Default Colors"
+#~ msgstr "སྔོན་སྒྲིག་ཚོས་གཞི་ ལག་ལེན་འཐབ།"
+#~ msgid ""
+#~ "Whether to use the system's default colors for the editing area. If this "
+#~ "option is turned off, then the colors of the editing area will be those "
+#~ "specified in the \"Background Color\", \"Text Color\", \"Selected Text "
+#~ "Color\", and \"Selection Color\" options."
+#~ msgstr ""
+#~ "ཞུན་དག་བརྐྱབ་ནིའི་མངའ་ཁོངས་ཀྱི་དོན་ལུ་ རིམ་ལུགས་ཀྱི་སྔོན་སྒྲིག་ཚོས་གཞི་ ལག་ལེན་འཐབ་དགོཔ་ཨིན་ན། གལ་"
+#~ "སྲིད་ གདམ་ཁ་འདི་ཊརན་ཨོཕ་འབད་བ་ཅིན་ ཞུན་དག་བརྐྱབ་ནིའི་མངའ་ཁོངས་ཀྱི་ ཚོས་གཞི་\"Background "
+#~ "Color\" དང་ \"Text Color\", \"Selected Text Color\" དེ་ལས་ \"Selection "
+#~ "Color\" ཟེར་མི་གདམ་ཁ་ཚུ་ནང་ གསལ་བཀོད་འབད་མི་ཚུ་ཨིན། "
+#~ msgid "Page Setup"
+#~ msgstr "ཤོག་ལེབ་གཞི་སྒྲིག"
+#~ msgid "Fonts"
+#~ msgstr "ཡིག་གཟུགས།"
+#~ msgid "General"
+#~ msgstr "ཡོངས་ཁྱབ།"
+#~ msgid "Push this button to configure text color"
+#~ msgstr "ཚིག་ཡིག་གི་ ཚོས་གཞི་རིམ་སྒྲིག་འབད་ནི་ལུ་ ཨེབ་རྟ་འདི་ཨེབ།"
+#~ msgid "Push this button to configure background color"
+#~ msgstr "རྒྱབ་གཞིའི་ཚོས་གཞི་ རིམ་སྒྲིག་འབད་ནི་ལུ་ ཨེབ་རྟ་འདི་ཨེབ།"
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "appear"
+#~ msgstr "སེལ་འཐུ་ཅན་གྱི་ ཚིག་ཡིག་འབྱུང་དགོ་པའི་ ཚོས་གཞི་རིམ་སྒྲིག་འབད་ནི་ལུ་ ཨེབ་རྟ་འདི་ཨེབ། "
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "be marked"
+#~ msgstr ""
+#~ "སེལ་འཐུ་ཅན་གྱི་ ཚིག་ཡིག་ལུ་རྟགས་བཀལ་དགོ་པའི་ ཚོས་གཞི་རིམ་སྒྲིག་འབད་ནི་ལུ་ ཨེབ་རྟ་འདི་ཨེབ། "
+#~ msgid "Elements"
+#~ msgstr "རྒྱུ་རྫས།"
+#~ msgid "<b>Elements</b>"
+#~ msgstr "<b>རྒྱུ་རྫས་ཚུ།</b>"
+#~ msgid "Highlight _mode:"
+#~ msgstr "གཙོ་དམིགས་ཐབས་ལམ: (_m)"
+#~ msgid "Italic"
+#~ msgstr "ཨའི་ཊ་ལིག"
+#~ msgid "Normal _text color:"
+#~ msgstr "སྤྱི་བཏང་ཚིག་ཡིག་གི་ཚོས་གཞི་: (_t)"
+#~ msgid "Pick a color"
+#~ msgstr "ཚོས་གཞི་ཅིག་འཐུ།"
+#~ msgid "Pick the background color"
+#~ msgstr "རྒྱབ་གཞིའི་ཚོས་གཞི་འཐུ།"
+#~ msgid "Pick the normal text color"
+#~ msgstr "སྤྱི་བཏང་ཚིག་ཡིག་གི་ཚོས་གཞི་འཐུ།"
+#~ msgid "Pick the selected text color"
+#~ msgstr "སེལ་འཐུ་འབད་མི་ ཚིག་ཡིག་ཚོས་གཞི་འཐུ།"
+#~ msgid "Pick the selection color"
+#~ msgstr "སེལ་འཐུའི་ཚོས་གཞི་འཐུ།"
+#~ msgid "Se_lection color:"
+#~ msgstr "སེལ་འཐུའི་ཚོས་གཞི་: (_l)"
+#~ msgid "Selecte_d text color:"
+#~ msgstr "སེལ་འཐུ་ཅན་གྱི་ ཚིག་ཡིག་གི་ཚོས་གཞི། (_d)"
+#~ msgid "Strikethrough"
+#~ msgstr "སྦུག་འབྲེག"
+#~ msgid "U_se default theme colors"
+#~ msgstr "བརྗོད་དོན་གྱི་སྔོན་སྒྲིག་ཚོས་གཞི་ལག་ལེན་འཐབ། (_s)"
+#~ msgid "Underline"
+#~ msgstr "འོག་ཐིག"
+#~ msgid "_Background color:"
+#~ msgstr "རྒྱབ་གཞིའི་ཚོས་གཞི་:(_B)"
+#~ msgid "_Background:"
+#~ msgstr "རྒྱབ་གཞི་: (_B)"
+#~ msgid "_Enable syntax highlighting"
+#~ msgstr "ཚིག་སྦྱོར་གཙོ་དམིགས་ ལྕོགས་ཅན་བཟོ། (_E)"
+#~ msgid "_Foreground:"
+#~ msgstr "གདོང་གཞི་: (_F)"
+#~ msgid "_Reset to Default "
+#~ msgstr "སྔོན་སྒྲིག་ལུ་ སླར་སྒྲིག་འབད། (_R)"
+#~ msgid "Please, check that you typed the location correctly and try again."
+#~ msgstr ""
+#~ "ཁྱོད་ཀྱིས་གནས་ཁོངས་མིང་ ངེས་བདེན་སྦེ་ ཡིག་དཔར་བརྐྱབས་མ་བརྐྱབས་ ཞིབ་དཔྱད་འབད་ཞིནམ་ལས་ ལོག་སྟེ་"
+#~ "འབད་རྩོལ་བསྐྱེད་གནང༌།"
+#~ msgid "Print"
+#~ msgstr "དཔར་བསྐྲུན།"
+#~ msgid "Other"
+#~ msgstr "གཞན།"
+#~ msgid "Number of pages horizontally"
+#~ msgstr "ཐད་སྙོམས་སྦེ་ཡོད་པའི་ཤོག་ལེབ་གྲངས།"
+#~ msgid "Number of pages vertically"
+#~ msgstr "ཀེར་ཕྲང་གི་ཤོག་ལེབ་གྲངས། (_N)"
+#~ msgid "No visible output was created."
+#~ msgstr "མིག་མཐོང་གི་ཨའུཊི་པུཊི་ གསར་བསྐྲུན་མ་འབད་བས།"
+#~ msgid "Rendering page %d of %d..."
+#~ msgstr "ཤོག་ལེབ་ %d ལས་ %d པ་ལྷག་སྟོན་འབད་དོ་..."
+#~ msgid "gtk-revert-to-saved"
+#~ msgstr "ཇི་ཊི་ཀེ་-རྒྱབ་ལོག་-ལུ་-སྲུང་བཞག་འབད་ཡོད་"
+#~ msgid "Could not find the required widgets inside %s."
+#~ msgstr "%sགི་ནང་ལས་ དགོས་མཁོ་ཡོད་པའི་ ཝི་གེཊིསི་ འཚོལ་མ་འཐོབ།"
+#~ msgid "Double-click on a tag to insert it in the current document"
+#~ msgstr "ངོ་རྟགས་ཅིག་ ད་ལྟོའི་ཡིག་ཆ་ནང་ བཙུགས་ནིའི་དོན་ལུ་ ངོ་རྟགས་ལུ་ཨེབ་གཏང་ཚར་གཉིས་འབད།"
+#~ msgid "_Use default theme font"
+#~ msgstr "སྔོན་སྒྲིག་བརྗོད་དོན་གྱི་ ཚིག་ཡིག་ལག་ལེན་འཐབ། (_U)"
+#~ msgid "Insert in output panel"
+#~ msgstr "ཨའུཊི་པེ་ནཱལ་ནང་བཙུགས།"
+#~ msgid "F7"
+#~ msgstr "ཨེཕ་༧།"
+#~ msgid "_Accelerator:"
+#~ msgstr "མགྱོགས་འཕྲུལ་:(_A)"
+#~ msgid "_New Directory"
+#~ msgstr "སྣོད་ཐོ་གསརཔ་(_N)"
+#~ msgid "Add new empty directory"
+#~ msgstr "སྣོད་ཐོ་གསརཔ་སྟོངམ་ཅིག་ཁ་སྐོངརྐྱབས།"
+#~ msgid "_View Directory"
+#~ msgstr "སྣོད་ཐོ་སྟོན་:(_V)"
+#~ msgid "Advanced filtering"
+#~ msgstr "མཐོ་རིམ་ཅན་གྱི་བཙག་ཐངས་"
+#~ msgid "Afrikaans"
+#~ msgstr "ཨཕ་རི་ཀཱནསི།"
+#~ msgid "Amharic"
+#~ msgstr "ཨམ་ཧ་རིཀ།"
+#~ msgid "Arabic (Egypt)"
+#~ msgstr "ཨ་ར་བིཀ། (ཨི་ཇིཔཊི་)"
+#~ msgid "Azerbaijani"
+#~ msgstr "ཨ་ཛར་བའི་ཇ་ནི།"
+#~ msgid "Belarusian"
+#~ msgstr "བེ་ལ་ར་ཤི་ཡཱན།"
+#~ msgid "Bulgarian"
+#~ msgstr "བཱལ་ག་རི་ཡཱན།"
+#~ msgid "Bengali"
+#~ msgstr "བེང་ག་ལི། "
+#~ msgid "Breton"
+#~ msgstr "བིརི་ཊཱོན།"
+#~ msgid "Catalan"
+#~ msgstr "ཀེ་ཊ་ལཱན།"
+#~ msgid "Czech"
+#~ msgstr "ཅེཛི།"
+#~ msgid "Welsh"
+#~ msgstr "ཝེལཤི།"
+#~ msgid "Danish"
+#~ msgstr "ཌེ་ནིཤ།"
+#~ msgid "German (Austria)"
+#~ msgstr "ཇར་མཱན། (ཨཱསི་ཊ་ལི་ཡ)"
+#~ msgid "German (Germany)"
+#~ msgstr "ཇར་མཱན། (ཇར་མ་ནི་)"
+#~ msgid "German (Swiss)"
+#~ msgstr "ཇར་མཱན། (སུའིསི་)"
+#~ msgid "English (American)"
+#~ msgstr "ཨིང་ལིཤ། (ཨ་མི་རི་ཀཱན་)"
+#~ msgid "English (British)"
+#~ msgstr "ཨིང་ལིཤ། (བིརི་ཊིཤ་)"
+#~ msgid "English (Canadian)"
+#~ msgstr "ཨིང་ལིཤ། (ཀེ་ན་ཌི་ཡཱན་)"
+#~ msgid "Esperanto"
+#~ msgstr "ཨིསི་པེ་རེན་ཊོ།"
+#~ msgid "Spanish"
+#~ msgstr "སིཔེ་ནིཤ།"
+#~ msgid "Estonian"
+#~ msgstr "ཨིསི་ཊོ་ནི་ཡཱན།"
+#~ msgid "Persian"
+#~ msgstr "པར་ཤི་ཡཱན།"
+#~ msgid "Finnish"
+#~ msgstr "ཕིན་ནིཤ།"
+#~ msgid "Faroese"
+#~ msgstr "ཕེ་རོ་སི།"
+#~ msgid "French (France)"
+#~ msgstr "ཕིརེནཆི། (ཕརཱནསི་)"
+#~ msgid "French (Swiss)"
+#~ msgstr "ཕིརེནཆི། (སུའིསི)"
+#~ msgid "Irish"
+#~ msgstr "ཨའི་རིཤ། "
+#~ msgid "Scottish Gaelic"
+#~ msgstr "སིཀོ་ཊིཤ་ གེ་ལིཀ།"
+#~ msgid "Gallegan"
+#~ msgstr "གེ་ལི་གཱན།"
+#~ msgid "Manx Gaelic"
+#~ msgstr "མེ་ནེགསི་ གེ་ལིཀ།"
+#~ msgid "Hindi"
+#~ msgstr "ཧིན་དི།"
+#~ msgid "Croatian"
+#~ msgstr "ཀོརོ་ཤི་ཡཱན།"
+#~ msgid "Upper Sorbian"
+#~ msgstr "ཨ་པར་སོར་བི་ཡཱན།"
+#~ msgid "Hungarian"
+#~ msgstr "ཧང་ག་རི་ཡཱན།"
+#~ msgid "Interlingua (IALA)"
+#~ msgstr "ཨིན་ཊར་ལིང་གུ་འ། (ཨའི་ཨེ་ཨེལ་ཨེ)"
+#~ msgid "Indonesian"
+#~ msgstr "ཨིན་ཌོ་ནེ་ཤི་ཡཱན།"
+#~ msgid "Icelandic"
+#~ msgstr "ཨའིསི་ལེན་ཌིཀ།"
+#~ msgid "Italian"
+#~ msgstr "ཨི་ཊ་ལི་ཡཱན།"
+#~ msgid "Kurdish"
+#~ msgstr "ཀར་ཌིཤ།"
+#~ msgid "Latin"
+#~ msgstr "ལེ་ཊིན།"
+#~ msgid "Lithuanian"
+#~ msgstr "ལི་ཐུ་འ་ནི་ཡཱན།"
+#~ msgid "Latvian"
+#~ msgstr "ལེཊི་བི་ཡཱན།"
+#~ msgid "Malagasy"
+#~ msgstr "མ་ལ་ག་སེ།"
+#~ msgid "Maori"
+#~ msgstr "མའོ་རི།"
+#~ msgid "Macedonian"
+#~ msgstr "མེ་སི་ཌོ་ནི་ཡཱན།"
+#~ msgid "Mongolian"
+#~ msgstr "མོང་གོ་ལི་ཡཱན།"
+#~ msgid "Marathi"
+#~ msgstr "མ་ར་ཐི།"
+#~ msgid "Malay"
+#~ msgstr "མ་ལེ།"
+#~ msgid "Maltese"
+#~ msgstr "མཱལ་ཊི་སི།"
+#~ msgid "Norwegian Bokmal"
+#~ msgstr "ནོར་ཝེ་ཇི་ཡཱན་ བོཀ་མཱལ།"
+#~ msgid "Dutch"
+#~ msgstr "ཌཆ།"
+#~ msgid "Norwegian Nynorsk"
+#~ msgstr "ནོར་ཝེ་ཇི་ཡཱན་ ནི་ནོར་སིཀ།"
+#~ msgid "Norwegian"
+#~ msgstr "ནོར་ཝེ་ཇི་ཡཱན་"
+#~ msgid "Nyanja"
+#~ msgstr "ནི་ཡཱན་ཇ།"
+#~ msgid "Polish"
+#~ msgstr "པོ་ལིཤ།"
+#~ msgid "Portuguese (Portugal)"
+#~ msgstr "པོར་ཊུ་གིསི། (པོར་ཊུ་གཱལ་)"
+#~ msgid "Portuguese (Brazilian)"
+#~ msgstr "པོར་ཊུ་གིསི། (བཱ་ར་ཛི་ལི་ཡཱན་)"
+#~ msgid "Quechua"
+#~ msgstr "ཀུའི་ཅུ་འ།"
+#~ msgid "Russian"
+#~ msgstr "ར་ཤི་ཡཱན།"
+#~ msgid "Kinyarwanda"
+#~ msgstr "ཀིན་ཡར་ཝན་ཌ།"
+#~ msgid "Sardinian"
+#~ msgstr "སར་དི་ནི་ཡཱན།"
+#~ msgid "Slovak"
+#~ msgstr "སོལོ་བཀ།"
+#~ msgid "Slovenian"
+#~ msgstr "སོལོ་བི་ནི་ཡཱན།"
+#~ msgid "Swedish"
+#~ msgstr "སུའི་ཌིཤི།"
+#~ msgid "Swahili"
+#~ msgstr "ས་ཝ་ཧི་ལི།"
+#~ msgid "Tamil"
+#~ msgstr "ཏ་མིལ།"
+#~ msgid "Tetum"
+#~ msgstr "ཊི་ཊམ།"
+#~ msgid "Tagalog"
+#~ msgstr "ཊ་ག་ལོག"
+#~ msgid "Tswana"
+#~ msgstr "ཙ་ཝ་ན།"
+#~ msgid "Ukrainian"
+#~ msgstr "ཡུཀ་རའི་ནི་ཡཱན།"
+#~ msgid "Uzbek"
+#~ msgstr "ཨུཛ་བེཀ།"
+#~ msgid "Walloon"
+#~ msgstr "ཝ་ལཱུན།"
+#~ msgid "Yiddish"
+#~ msgstr "ཡིད་དིཤ།"
+#~ msgid "Zulu"
+#~ msgstr "ཛུ་ལུ།"
+#~ msgid "BGSound"
+#~ msgstr "རྒྱབ་གཞིའི་སྒྲ་སྐད།"
+#~ msgid "Behavior"
+#~ msgstr "སྤྱོད་ལམ།"
+#~ msgid "Blinking text"
+#~ msgstr "འགུལ་སྤར་ཅན་གྱི་ཡིག་ཚིག"
+#~ msgid "Box"
+#~ msgstr "སྒྲོམ།"
+#~ msgid "Space"
+#~ msgstr "བར་སྟོང་།"
+#~ msgid "Normal"
+#~ msgstr "སྤྱིར་བཏང་།"
+#~ msgid "Use Normal highlight mode"
+#~ msgstr "དུས་རྒྱུན་གྱི་གཙོ་དམིགས་ཐབས་ལམ་ ལག་ལེན་འཐབ།"
+#~ msgid "Gedit View"
+#~ msgstr "ཇི་ཨེཌིཊི་གི་ མཐོང་སྣང་།"
+#~ msgid "Gedit View."
+#~ msgstr "ཇི་ཨེཌིཊི་གི་ མཐོང་སྣང་།"
+#~ msgid "Gedit viewer factory"
+#~ msgstr "ཇི་ཨེཌིཊི་གི་ མཐོང་བྱེད་འཕྲུལ་ཁང༌།"
+#~ msgid "gedit application"
+#~ msgstr "ཇི་ཨེཌིཊི་གི་ གློག་རིམ།"
+#~ msgid "gedit automation factory"
+#~ msgstr "ཇི་ཨེཌིཊི་གི་ འཕྲུལ་སྤྱོད་འཕྲུལ་ཁང༌།"
+#~ msgid "Go to Line"
+#~ msgstr "གྱལ་རིམ་ལུ་འགྱོ།"
+#~ msgid "The text \"%s\" was not found."
+#~ msgstr "ཡིག་ཚིག་\"%s\" དེ་མ་ཐོབ།"
+#~ msgid "Set program location..."
+#~ msgstr "ལས་རིམ་གནས་ཁོངས་ གཞི་སྒྲིག་འབད་..."
+#~ msgid ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform "
+#~ "its task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+#~ msgstr ""
+#~ "པ་ལག་ཨིན་ %s གིས་ དེ་གི་ལས་ཀ་འགྲུབ་ནི་ལུ་ ཕྱི་ཁའི་ལས་རིམ་ <tt>%s</tt་> ཟེར་མི་དེ་ ལག་ལེན་"
+#~ "འཐབ་ཨིན།\n"
+#~ "\n"
+#~ "ལས་རིམ་<tt>%s</tt་> གི་གནས་ཁོངས་དེ་ གསལ་བཀོད་འབད་གནང༌།"
+#~ msgid "Goto Line"
+#~ msgstr "གྱལ་རིམ་ལུ་སོང་།"
+#~ msgid "_Line number:"
+#~ msgstr "གྱལ་རིམ་ཨང་: (_L)"
+#~ msgid "button1"
+#~ msgstr "ཨེབ་རྟ་༡།"
+#~ msgid "dialog1"
+#~ msgstr "ཌའི་ལོག་༡།"
+#~ msgid "Browse for program location..."
+#~ msgstr "ལས་རིམ་ག་ཡོད་བལྟ་ནིའི་དོན་ལུ་བརྡ་འཚོལ།"
+#~ msgid "label"
+#~ msgstr "ཁ་ཡིག"
+#~ msgid "Find Next"
+#~ msgstr "ཤུལ་མམ་འཚོལ།"
+#~ msgid "Open from URI"
+#~ msgstr "ཡུ་ཨར་ཨའི་ནང་ལས་ཁ་ཕྱེ།"
+#~ msgid "%s %d"
+#~ msgstr "%s %d"
+#~ msgid "Invalid UTF-8 data"
+#~ msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ཀྱི་ གནད་སྡུད།"
+#~ msgid "Could not read symbolic link information for %s"
+#~ msgstr "%s གི་དོན་ལུ་ བརྡ་མཚོན་འབྲེལ་ལམ་བརྡ་དོན་ ལྷག་མ་ཚུགས།"
+#~ msgid "The file has too many symbolic links."
+#~ msgstr "ཡིག་སྣོད་འདི་ནང་ བརྡ་མཚོན་འབྲེལ་ལམ་ མང་དྲགས་པས།"
+#~ msgid "gedit cannot handle %s: locations in write mode."
+#~ msgstr "ཇི་ཨེ་ཌིཊི་གིས་ ཡིག་འབྲི་ཐབས་ལམ་ནང་ %sགི་གནས་ཁོངས་ཚུ་ ལེགས་སྐྱོང་འཐབ་མི་ཚུགས་པས།"
+#~ msgid "gedit cannot handle this kind of location in write mode."
+#~ msgstr ""
+#~ "ཇི་ཨེ་ཌིཊི་གིས་ ཡིག་འབྲི་ཐབས་ལམ་ནང་ དབྱེ་ཁག་འདི་བཟུམ་གྱི་གནས་ཁོངས་ ལེགས་སྐྱོང་འཐབ་མི་ཚུགས་པས།"
+#~ msgid "A file named \"%s\" already exists.\n"
+#~ msgstr "ཡིག་སྣོད་མིང་ \"%s\" འབད་མི་ཅིག་ ཧེ་མ་ལས་འདུག\n"
+#~ msgid "Select a file to open"
+#~ msgstr "ཁ་ཕྱེ་ནིའི་དོན་ལུ་ ཡིག་སྣོད་ཅིག་ སེལ་འཐུ་འབད།"
+#~ msgid "Select files to open"
+#~ msgstr "ཁ་ཕྱེ་ནི་དོན་ལུ་ ཡིག་སྣོད་ཚུ་ སེལ་འཐུ་འབད།"
+#~ msgid "Select a filename to save"
+#~ msgstr "སྲུང་བཞག་འབད་ནིའི་དོན་ལུ་ ཡིག་སྣོད་ཀྱི་མིང་ཅིག་ སེལ་འཐུ་འབད།"
+#~ msgid "Saving document \"%s\"..."
+#~ msgstr "ཡིག་ཆ་\"%s\"སྲུང་བཞག་འབད་དོ་... "
+#~ msgid "The document \"%s\" has not been saved."
+#~ msgstr "ཡིག་ཆ་ \"%s\" དེ་ སྲུང་བཞག་མ་འབད་བས།"
+#~ msgid "The document \"%s\" has been saved."
+#~ msgstr "ཡིག་ཆ་\"%s\"དེ་ སྲུང་བཞག་འབད་ནུག"
+#~ msgid "Save as..."
+#~ msgstr "དེ་སྦེ་སྲུངས་..."
+#~ msgid "Error reverting the document \"%s\"."
+#~ msgstr "ཡིག་ཆ་ \"%s\"དེ་ རྒྱབ་ལོག་འབད་ནི་ལུ་འཛོལ་བ།"
+#~ msgid "The document \"%s\" has not been reverted."
+#~ msgstr "ཡིག་ཆ་ \"%s\" དེ་ རྒྱབ་ལོག་མ་འབད་བས།"
+#~ msgid "The document \"%s\" has been reverted."
+#~ msgstr "ཡིག་ཆ་\"%s\"དེ་ རྒྱབ་ལོག་འབད་ནུག"
+#~ msgid "Could not read data from stdin."
+#~ msgstr "ཨེསི་ཊི་ཌི་ཨའི་ཨེན་ནང་ལས་ གནད་སྡུད་ལྷག་མ་ཚུགས།"
+#~ msgid "Loaded file \"%s\""
+#~ msgstr "ཡིག་སྣོད་\"%s\"མངོན་གསལ་འབད་ཡོད།"
+#~ msgid "Loaded %d file"
+#~ msgid_plural "Loaded %d files"
+#~ msgstr[0] "ཡིག་སྣོད་%dམངོན་གསལ་འབད་ཡོད།"
+#~ msgstr[1] "ཡིག་སྣོད་%dཚུ་མངོན་གསལ་འབད་ཡོད།"
+#~ msgid "Created file \"%s\""
+#~ msgstr "ཡིག་སྣོད་\"%s\"གསར་བསྐྲུན་འབད་ཡོད།"
+#~ msgid "Access was denied."
+#~ msgstr "འཛུལ་སྤྱོད་འབད་མ་བཏུབ།"
+#~ msgid ""
+#~ "there are too many open files. Please, close some open files and try "
+#~ "again."
+#~ msgstr ""
+#~ "ཡིག་སྣོད་ཁ་ཕྱེ་ཕྱེཝ་མང་དྲགསཔ་ལས་ ཡིག་སྣོད་ཁ་ཕྱེ་ཕྱེཝ་ལ་ལུ་ཅིག་ ཁ་བསྡམས་ཞིནམ་ལས་ ལོག་སྟེ་འབད་རྩོལ་"
+#~ "བསྐྱེད་གནང་།"
+#~ msgid ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again "
+#~ "selecting a character coding in the 'Open File...' (or 'Open Location') "
+#~ "dialog."
+#~ msgstr ""
+#~ "ཇི་ཨེ་ཌིཊི་གིས་ ཡིག་འབྲུའི་ཀོ་ཌིང་སྐྱོན་འཛིན་འབད་མ་ཚུགས། ཁྱོད་ཀྱིས་བའི་ན་རི་ཡིག་སྣོད་ཅིག་ ཁ་ཕྱེ་ནི་་ལུ་"
+#~ "འབད་རྩོལ་བསྐྱེདཔ་མེན་ན་ ཞིབ་དཔྱད་འབད་ཞིནམ་ལས་ ‘ཡིག་སྣོད་ཁ་ཕྱེ་...’(ཡང་ན་ གནས་ཁོངས་ཁ་ཕྱེ་) "
+#~ "ཟེར་མི་ཌའི་ལོག་ནང་ ཡིག་འབྲུའི་ཀོ་ཌིང་གཅིག་ སེལ་འཐུ་འབད་དེ་ ལོག་སྟེ་འབད་རྩོལ་བསྐྱེད་གནང་།"
+#~ msgid ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File... ' (or 'Open "
+#~ "Location') dialog and try again."
+#~ msgstr ""
+#~ "ཁྱོད་ཀྱིས་བའི་ན་རི་ཡིག་སྣོད་ཅིག་ ཁ་ཕྱེ་ནི་ལུ་འབད་རྩོལ་བསྐྱེདཔ་མེན་ན་ ཞིབ་དཔྱད་་འབད་ཞིནམ་ལས་ ‘ཡིག་"
+#~ "སྣོད་ཁ་ཕྱེ་་...'(ཡང་ན་ གནས་ཁོངས་ཁ་ཕྱེ་) ཟེར་མི་ཌའི་ལོག་ནང་ ཡིག་འབྲུའི་ཀོ་ཌིང་ངེས་བདེན་དེ་ སེལ་"
+#~ "འཐུ་འབད་དེ་ ལོག་སྟེ་འབད་རྩོལ་བསྐྱེད་གནང་། "
+#~ msgid ""
+#~ "The file contains data in an invalid format. Probably, you are trying to "
+#~ "open a binary file."
+#~ msgstr ""
+#~ "ཡིག་སྣོད་ནང་ན་ ནུས་མེད་རྩ་སྒྲིག་གི་ གནད་སྡུད་འདུག ཁྱོད་ཀྱིས་ བའི་ན་རི་ཡིག་སྣོད་ཅིག་ ཁ་ཕྱེ་ནི་ལུ་འབད་"
+#~ "རྩོལ་བསྐྱེདཔ་འོང་ནི་མས།"
+#~ msgid ""
+#~ "Not enough available memory. Please, close some running applications and "
+#~ "try again."
+#~ msgstr ""
+#~ "དྲན་ཚད་ལངམ་མིན་འདུག གཡོག་བཀོལ་བའི་བསྒང་གི་ གློག་རིམ་ལ་ལོ་ཅིག་ ཁ་བསྡམས་ཞིནམ་ལས་ ལོག་སྟེ་འབད་"
+#~ "རྩོལ་བསྐྱེད་གནང་།"
+#~ msgid ""
+#~ "The host name was empty. Please, check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "ཧོསཊི་ནེམ་དེ་ སྟོངམ་ཨིན་པས། ཁྱོད་ཀྱི་པོརོག་སི་གཞི་སྒྲིག་ཚུ་ ངོས་བདེན་ཨིནམ་མིནམ་ ཞིབ་དཔྱད་འབད་ཞིནམ་"
+#~ "ལས་ ལོག་སྟེ་འབད་རྩོལ་བསྐྱེད་གནང་།"
+#~ msgid ""
+#~ "The file contains invalid UTF-8 data. Probably, you are trying to revert "
+#~ "a binary file."
+#~ msgstr ""
+#~ "ཡིག་སྣོད་ནང་ན་ ནུས་མེད་གནད་སྡུད་ ཡུ་ཊི་ཨེཕ་-༨ འདུག ཁྱོད་ཀྱིས་བའི་ན་རི་ཡིག་སྣོད་ཅིག་ རྒྱབ་ལོག་འབད་"
+#~ "ནིའི་ འབད་རྩོལ་བསྐྱེད་དོ་ཡོདཔ་འོང་ནི་མས།"
+#~ msgid "It is not possible to revert an Untitled document."
+#~ msgstr "མགོ་མིང་མ་བཏགས་པའི་ ཡིག་ཆ་ཅིག་ རྒྱབ་ལོག་འབད་མི་ཚུགས།"
+#~ msgid "Could not create the file \"%s\""
+#~ msgstr "ཡིག་སྣོད་ \"%s\"དེ་ གསར་བསྐྲུན་འབད་མ་ཚུགས། "
+#~ msgid "Make sure you have the appropriate write permissions."
+#~ msgstr "ཁྱོད་ལུ་འོས་བབས་ལྡན་པའི་ ཡིག་འབྲིའི་གནང་བ་ ངེས་ཏིག་ཡོདཔ་བཟོ།"
+#~ msgid "The file name is too long."
+#~ msgstr "ཡིག་སྣོད་ཀྱི་མིང་དེ་ རིང་དྲགས་པས།"
+#~ msgid ""
+#~ "A directory component in the file name does not exist or is a dangling "
+#~ "symbolic link."
+#~ msgstr ""
+#~ "ཡིག་སྣོད་ཀྱི་མིང་ནང་ སྣོད་ཐོའི་ཆ་ཤས་ཅིག་མེད་པའམ་ ཡང་ན་ དཔྱངས་ཏེ་ཡོད་མི་ བརྡ་མཚོན་འབྲེལ་ལམ་ཅིག་ "
+#~ "ཨིནམ་འོང་ནི་མས།"
+#~ msgid ""
+#~ "There is not enough disk space to create the file. Please free some disk "
+#~ "space and try again."
+#~ msgstr ""
+#~ "ཡིག་སྣོད་གསར་བསྐྲུན་འབད་ནིའི་དོན་ལུ་ ཌིཀསི་ནང་བར་སྟོང་ལངམ་མིན་འདུག ཌིཀསི་ནང་ བར་སྟོང་དུམ་གྲ་ཅིག་"
+#~ "བཏོན་ཞིནམ་ལས་ ལོག་སྟེ་འབད་རྩོལ་བསྐྱེད་གནང་།"
+#~ msgid "Close the output window"
+#~ msgstr "ཨའུཊི་པུཊི་ སྒོ་སྒྲིག་ཁ་བསྡམས།"
+#~ msgid "Clear the output window"
+#~ msgstr "ཨའུཊི་པུཊི་ སྒོ་སྒྲིག་བསལ།"
+#~ msgid "Output Lines"
+#~ msgstr "ཨའུཊི་པུཊི་གྱལ་རིམ།"
+#~ msgid "Printing page %d of %d..."
+#~ msgstr "ཤོག་ལེབ་ %d ལས་ %d པ་དཔར་བསྐྲུན་འབད་དོ།"
+#~ msgid "Change the visibility of the output window in the current window"
+#~ msgstr "ད་ལྟོའི་སྒོ་སྒྲིག་ནང་གི་ ཨའུཊི་པུཊི་སྒོ་སྒྲིག་གི་མཐོང་གསལ་ བསྒྱུར་བཅོས་འབད།"
+#~ msgid "Close"
+#~ msgstr "ཁ་བསྡམས།"
+#~ msgid "Copy"
+#~ msgstr "འདྲ་བཤུས།"
+#~ msgid "Cu_t"
+#~ msgstr "བཏོག (_t)"
+#~ msgid "Cut"
+#~ msgstr "བཏོག"
+#~ msgid "Delete"
+#~ msgstr "བཏོན་གཏང༌།"
+#~ msgid "Find Previous"
+#~ msgstr "ཧེ་མམ་འཚོལ།"
+#~ msgid "Main toolbar"
+#~ msgstr "ལག་ཆས་ཕྲ་རིང་གཙོ་བོ།"
+#~ msgid "New"
+#~ msgstr "གསརཔ།"
+#~ msgid "Open Location..."
+#~ msgstr "གནས་ཁོངས་ཁ་ཕྱེ་…"
+#~ msgid "Paste"
+#~ msgstr "སྦྱར།"
+#~ msgid "Print Previe_w..."
+#~ msgstr "དཔར་བསྐྲུན་སྔོན་ལྟ་...(_w)"
+#~ msgid "Quit"
+#~ msgstr "སྤངས"
+#~ msgid "Redo"
+#~ msgstr "ལོག་འབད།"
+#~ msgid "Revert"
+#~ msgstr "རྒྱབ་ལོག"
+#~ msgid "Select All"
+#~ msgstr "ཆ་མཉམ་སེལ་འཐུ་འབད།"
+#~ msgid ""
+#~ "Set toolbar button style according to desktop Menu and Toolbar Preferences"
+#~ msgstr ""
+#~ "ལག་ཆས་ཕྲ་རིང་ ཨེབ་རྟའི་བཟོ་རྣམ་དེ་ ཌེཀསི་ཊོཔ་དཀར་ཆག་དང་ ལག་ཆས་ཕྲ་རིང་གི་ དགའ་གདམ་དང་འཁྲིལ་"
+#~ "ཏེ་ གཞི་སྒྲིག་འབད། "
+#~ msgid "Show only icons in the toolbar"
+#~ msgstr "ལག་ཆས་ཕྲ་རིང་ནང་ ངོས་དཔར་ཚུ་རྐྱངམ་གཅིག་སྟོན།"
+#~ msgid "Show text below every icon in the toolbar"
+#~ msgstr "ལག་ཆས་ཕྲ་རིང་ནང་ ངོས་དཔར་རེ་རེ་བཞིན་དུའི་འོག་ལུ་ ཚིག་ཡིག་སྟོན།"
+#~ msgid "Show text only beside important icons in the toolbar"
+#~ msgstr "ལག་ཆས་ཕྲ་རིང་ནང་ ཚིག་ཡིག་དེ་ ངོས་དཔར་གལ་ཅན་གྱི་ ཟུར་ཁར་རྐྱངམ་གཅིག་སྟོན།"
+#~ msgid "T_ext for Important Icons"
+#~ msgstr "ངོས་དཔར་གལ་ཅན་ཚུ་གི་དོན་ལུ་ཚིག་ཡིག (_e)"
+#~ msgid "Undo"
+#~ msgstr "འབད་བཤོལ།"
+#~ msgid "_Close"
+#~ msgstr "ཁ་བསྡམས། (_C)"
+#~ msgid "_Copy"
+#~ msgstr "འདྲ་བཤུས།(_C)"
+#~ msgid "_Customize Toolbar"
+#~ msgstr "ལག་ཆས་ཕྲ་རིང་ སྲོལ་སྒྲིག་འབད།(_C)"
+#~ msgid "_Desktop Default"
+#~ msgstr "ཌེཀསི་ཊོཔ་་ སྔོན་སྒྲིག (_D)"
+#~ msgid "_Icons Only"
+#~ msgstr "ངོས་དཔར་ཚུ་རྐྱངམ་གཅིག(_I)"
+#~ msgid "_New"
+#~ msgstr "གསརཔ།(_N)"
+#~ msgid "_Paste"
+#~ msgstr "སྦྱར། (_P)"
+#~ msgid "_Quit"
+#~ msgstr "སྤངས།(_Q)"
+#~ msgid "_Redo"
+#~ msgstr "ལོག་འབད།(_R)"
+#~ msgid "_Text for All Icons"
+#~ msgstr "ངོས་དཔར་ཆ་མཉམ་གྱི་དོན་ལུ་ཚིག་ཡིག (_T)"
+#~ msgid "_Undo"
+#~ msgstr "འབད་བཤོལ།(_U)"
+#~ msgid "Quit an existing instance of gedit"
+#~ msgstr "ཇི་ཨེ་ཌིཊི་གི་ གནས་བཞིན་པའི་ དུས་སྐབས་ཅིག་སྤངས་།"
+#~ msgid "The file you are trying to open contains an invalid byte sequence."
+#~ msgstr "ཁྱོད་ཀྱིས་ཁ་ཕྱེ་ནི་ལུ་འབད་རྩོལ་བསྐྱེད་མི་ ཡིག་སྣོད་ནང་ན་ ནུས་མེད་བའིཊི་གི་ འབྱུང་རིམ་ཅིག་འདུག"
+#~ msgid ""
+#~ "gedit was not able to automatically determine the encoding of the file "
+#~ "you want to open."
+#~ msgstr ""
+#~ "ཇི་ཨེ་ཌིཊི་གིས་ ཁྱོད་ཀྱིས་ཁ་ཕྱེ་དགོ་མོན་མི་ ཡིག་སྣོད་ཀྱི་ཨིན་ཀོ་ཌིང་དེ་ རང་བཞིན་གྱིས་ གཏན་འབེབས་་འབད་"
+#~ "མ་ཚུགས།"
+#~ msgid "Update"
+#~ msgstr "དུས་མཐུན་བཟོ།"
+#~ msgid "gedit: Document Info plugin"
+#~ msgstr "ཇི་ཨེ་ཌིཊི: ཡིག་ཆའི་བརྡ་དོན་གྱི་ པ་ལག་ཨིན།"
+#~ msgid "Sa_ve Copy..."
+#~ msgstr "འདྲ་བཤུས་སྲུངས་...(_v)"
+#~ msgid "Could not save a copy of the file to \"%s\""
+#~ msgstr "ཡིག་སྣོད་ཀྱི་འདྲ་བཤུས་\"%s\"ལུ་ བསྲུངས་མ་ཚུགས།"
+#~ msgid "You are trying to overwrite the original file"
+#~ msgstr "ཁྱོད་ཀྱིས་ཡིག་སྣོད་ངོ་མ་དེ་ ཚབ་སྲུང་འབད་ནིའི་འབད་རྩོལ་བསྐྱེད་དོ།"
+#~ msgid "Save Copy..."
+#~ msgstr "འདྲ་བཤུས་སྲུངས་..."
+#~ msgid "%s (copy)"
+#~ msgstr "%s(འདྲ་བཤུས)"
+#~ msgid "Save a Copy"
+#~ msgstr "འདྲ་བཤུས་ཅིག་སྲུངས།"
+#~ msgid "Saves a copy of the current document to a local or remote location."
+#~ msgstr "ད་ལྟོའི་ཡིག་ཆ་དེ་གི་འདྲ་ཅིག་ ཉེ་གནས་སམ་ ཐག་རིང་གནས་ཁོངས་ཅིག་ལུ་སྲུངམཨིན།"
+#~ msgid "_Run Command..."
+#~ msgstr "བརྡ་བཀོད་གཡོག་བཀོལ་...(_R)"
+#~ msgid "Run Command"
+#~ msgstr "བརྡ་བཀོད་གཡོག་བཀོལ།"
+#~ msgid "_Run"
+#~ msgstr "གཡོག་བཀོལ།(_R)"
+#~ msgid "Failed"
+#~ msgstr "མ་ཚུགས།"
+#~ msgid ""
+#~ "The shell command entry is empty.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "ཤལ་གྱི་བརྡ་བཀོད་ ཐོ་བཀོད་སྟོངམ་ཨིན་པས།\n"
+#~ " \n"
+#~ "ནུས་ཅན་ཤལ་གྱི་ བརྡ་བཀོད་ཅིག་བཙུགས་གནང་།"
+#~ msgid ""
+#~ "Error parsing the shell command.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "ཤལ་གྱི་བརྡ་བཀོད་ མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ། \n"
+#~ " \n"
+#~ "ནུས་ཅན་ཤལ་གྱི་ བརྡ་བཀོད་ཅིག་བཙུགས་གནང་།"
+#~ msgid "Executing command"
+#~ msgstr "བརྡ་བཀོད་ལག་ལེན་འཐབ་དོ།"
+#~ msgid ""
+#~ "Executes an external program and, if required, displays its output in the "
+#~ "output window."
+#~ msgstr ""
+#~ "ཕྱི་ཁའི་ལས་རིམ་ཅིག་ ལག་ལེན་འཐབ་ཨིནམ་ད་ དགོས་མཁོ་ཡོད་པ་ཅིན་ དེ་གི་ཨའུཊི་པུཊི་དེ་ ཨའུཊི་པུཊི་སྒོ་སྒྲིག་"
+#~ "ནང་ བཀྲམ་སྟོན་འབདཝ་ཨིན།"
+#~ msgid "Shell command"
+#~ msgstr "ཤལ་གྱི་བརྡ་བཀོད།"
+#~ msgid "_Show results in Output Window"
+#~ msgstr "གྲུབ་འབྲས་འདི་ ཨའུཊི་པུཊི་སྒོ་སྒྲིག་ནང་སྟོན།(_S)"
+#~ msgid "The selected text does not contain misspelled words."
+#~ msgstr "སེལ་འཐུ་འབད་མི་ ཡིག་ཆའི་ནང་ ཡིག་སྡེབ་འཛོལ་བའི་ མིང་ཚིག་མིན་འདུག"
+#~ msgid "The document does not contain misspelled words."
+#~ msgstr "ཡིག་ཆ་དེ་ནང་ ཡིག་སྡེབ་འཛོལ་བའི་ མིང་ཚིག་མིན་འདུག"
+#~ msgid "Tag list plugin"
+#~ msgstr "ངོ་རྟགས་ཐོ་ཡིག་གི་ པ་ལག་ཨིན།"
+#~ msgid "Tag _List"
+#~ msgstr "ངོ་རྟགས་ཐོ་ཡིག (_L)"
+#~ msgid "Show the tag list window"
+#~ msgstr "ངོ་རྟགས་ཐོ་ཡིག་གི་ སྒོ་སྒྲིག་སྟོན།"
+#~ msgid "<b>Undo</b>"
+#~ msgstr "<b>འབད་བཤོལ།</b>"
+#~ msgid "_Limit to"
+#~ msgstr "ལུ་ཚད་བཟུང་། (_L)"
+#~ msgid "_Unlimited undo"
+#~ msgstr "ཚད་མེད་འབད་་བཤོལ། (_U)"
+#~ msgid "act_ions"
+#~ msgstr "བྱ་བ་ཚུ། (_i)"
+#~ msgid "Invalid file name"
+#~ msgstr "ནུས་མེད་ཡིག་སྣོད་ཀྱི་མིང་།"
+#~ msgid "Brackets &lt;&gt;"
+#~ msgstr "གུག་ཤད་ &lt;&gt།"
+#~ msgid "Symbol &gt;&gt;"
+#~ msgstr "བརྡ་མཚོན་ &gt;&gt།"
+#~ msgid "Symbol &gt;="
+#~ msgstr "བརྡ་མཚོན་&gt;=།"
+#~ msgid "Symbol &lt;&lt;"
+#~ msgstr "བརྡ་མཚོན་&lt;&lt;།"
+#~ msgid "TagList"
+#~ msgstr "ངོ་རྟགས་ཐོ་ཡིག"
+
diff --git a/po/el.po b/po/el.po
new file mode 100644
index 0000000..2afb407
--- /dev/null
+++ b/po/el.po
@@ -0,0 +1,5716 @@
+# Translation of Gedit to Greek
+# Copyright (C) 2000 ~ 2010, Free Software Foundation, Inc.
+# spyros:
+# initial translation
+# simos:
+# kostas: 12Nov2003, fixes
+# kostas: 26Jan2004, update
+# Nikos: 12Feb2004, fixes for Gnome2.6
+# Nikos: 29jun2004 review
+# Nikos: 30Jul2004 Consistency
+# Nikos: 06Sep2004 Completed translation for 2.8
+# Nikos: 17Jan2005 starting translation for 2.10
+# updated: 37 translated messages, 52 fuzzy translations, 116 untranslated messages.
+# simos: 248 messages, 02Mar2001.
+# kostas: 523 messages, 30Oct2002, completed translation.
+# kostas: updated and finished translation for Gnome 2.1x, 02Dec2002.
+# kostas: 666 (uh?..) messages, 06Jan2003, one more update.
+# kostas: 563 messages,25May2003,update for Gnome2.4xx.
+# kostas: 640 messages,06Jul2003.
+# Nikos: fixes for access keys, 08jul2003.
+# kostas:13feb2003,646 messages.
+# Spiros Papadimitriou <spapadim+@cs.cmu.edu>, 2000.
+# Simos Xenitellis <simos@hellug.gr>, 2000, 2001, 2002.
+# Kostas Papadimas <pkst@gnome.org>, 2002, 2003, 2004, 2005, 2006, 2008, 2011.
+# Nikos Charonitakis <charosn@her.forthnet.gr>, 2003, 2004, 2005.
+# Simos Xenitellis <simos@gnome.org>, 2006.
+# Dimitris Glezos <dimitris@glezos.com>, 2006, 2007.
+# Konstantinos Kouratoras <kouratoras@gmail.com>, 2008, 2009.
+# Γιώργος Στεφανάκης <george.stefanakis@gmail.com>, 2010.
+# Michael Kotsarinis <mk73628@gmail.com>, 2011.
+# Ioannis Zampoukas <ioza1964@yahoo.gr>, 2011.
+# Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>, 2012, 2013, 2014, 2015.
+# Efstathios Iosifidis <iosifidis@opensuse.org>, 2013, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: el\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-07-08 15:13+0000\n"
+"PO-Revision-Date: 2020-07-09 17:09+0300\n"
+"Last-Translator: Efstathios Iosifidis <iosifidis@opensuse.org>\n"
+"Language-Team: Ελληνικά <opensuse-translation-el@opensuse.org>\n"
+"Language: el\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.3\n"
+"X-Project-Style: gnome\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Επεξεργασία αρχείων κειμένου"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr ""
+"Το gedit είναι ο επεξεργαστής κειμένου για την περιβάλλον εργασίας GNOME"
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Ο πρώτος στόχος του gedit είναι να είναι εύκολο στη χρήση, με μια απλή "
+"διεπαφή από προεπιλογή. Περισσότερες προηγμένες δυνατότητες είναι διαθέσιμες "
+"ενεργοποιώντας πρόσθετα."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Επεξεργαστής κειμένου"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr ""
+"Text;Editor;Plaintext;Write;gedit;κείμενο;επεξεργαστής;εγγραφή;γράψιμο;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Νέο παράθυρο"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Νέο έγγραφο"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Χρήση προεπιλεγμένης γραμματοσειράς"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Αν θα χρησιμοποιείται η προεπιλεγμένη γραμματοσειρά σταθερού πλάτους του "
+"συστήματος για την επεξεργασία κειμένου αντί για μια συγκεκριμένη "
+"γραμματοσειρά. Αν αυτή η επιλογή απενεργοποιηθεί τότε θα χρησιμοποιηθεί η "
+"γραμματοσειρά που ορίζεται στην επιλογή «Γραμματοσειρά επεξεργαστή»."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Γραμματοσειρά επεξεργαστή"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Στυλ σχήματος"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Το αναγνωριστικό ενός σχήματος στυλ GtkSourceView που χρησιμοποιείται για να "
+"χρωματίζει το κείμενο."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Δημιουργία αντιγράφων ασφαλείας"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Αν η εφαρμογή θα δημιουργεί αντίγραφα ασφαλείας για τα αρχεία που αποθηκεύει."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Αυτόματη αποθήκευση"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Αν η εφαρμογή θα αποθηκεύει αυτόματα τα τροποποιημένα αρχεία μετά από κάποιο "
+"χρονικό διάστημα. Μπορείτε να ορίσετε αυτό το διάστημα στην επιλογή "
+"«Μεσοδιάστημα αυτόματης αποθήκευσης»."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Μεσοδιάστημα αυτόματης αποθήκευσης"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Αριθμός λεπτών που θα μεσολαβεί μέχρι το gedit να αποθηκεύει αυτόματα τα "
+"τροποποιημένα αρχεία. Αυτό πραγματοποιείται μόνο όταν είναι ενεργοποιημένη η "
+"«Αυτόματη αποθήκευση»."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Μέγιστος αριθμός ενεργειών αναίρεσης"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Μέγιστος αριθμός ενεργειών για αναίρεση ή ακύρωση αναίρεσης. Χρησιμοποιήστε "
+"το «-1» για απεριόριστο αριθμό ενεργειών."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Λειτουργία αναδίπλωσης γραμμών"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Καθορίζει τον τρόπο αναδίπλωσης των γραμμών στην περιοχή επεξεργασίας. "
+"Χρησιμοποιήστε το «none» για καμία αναδίπλωση, το «word» για αναδίπλωση στα "
+"όρια λέξεων και «char» για αναδίπλωση σε όρια ανεξάρτητων χαρακτήρων. "
+"Σημειώστε ότι στις τιμές υπάρχει διάκριση πεζών-κεφαλαίων και πρέπει να "
+"εμφανιστούν όπως ακριβώς αναφέρονται εδώ."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr ""
+"Τελευταία επιλογή λειτουργίας διαχωρισμού για τη λειτουργία αναδίπλωσης "
+"γραμμών"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Καθορίζει τον τρόπο τελευταίας λειτουργίας διαχωρισμού που έχει "
+"χρησιμοποιηθεί με τη λειτουργία αναδίπλωσης γραμμών, ώστε όταν η αναδίπλωση "
+"γραμμών είναι απενεργοποιημένη, να εξακολουθεί να θυμάται την επιλογή "
+"λειτουργίας διαχωρισμού. Χρησιμοποιήστε το «word» για αναδίπλωση στα όρια "
+"λέξεων και «char» για αναδίπλωση σε όρια ανεξάρτητων χαρακτήρων."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Μέγεθος στηλοθέτη"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Καθορίζει τον αριθμό των διαστημάτων που θα πρέπει να εμφανίζονται αντί για "
+"χαρακτήρες στηλοθέτη."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Εισαγωγή διαστημάτων"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Αν η εφαρμογή θα εισάγει διαστήματα αντί για στηλοθέτες."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Αυτόματη εσοχή"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Αν η εφαρμογή θα ενεργοποιεί αυτόματη εσοχή."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Εμφάνιση αριθμών γραμμής"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Αν η εφαρμογή θα προβάλλει τους αριθμούς γραμμών στην περιοχή επεξεργασίας."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Επισήμανση τρέχουσας γραμμής"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Αν η εφαρμογή θα επισημαίνει την τρέχουσα γραμμή."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Επισήμανση αγκυλών που ταιριάζουν"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Αν η εφαρμογή θα επισημαίνει τις αγκύλες που ταιριάζουν."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Εμφάνιση δεξιού περιθωρίου"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Αν η εφαρμογή θα προβάλλει το δεξιό περιθώριο στην περιοχή επεξεργασίας."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Θέση δεξιού περιθωρίου"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Καθορίζει την θέση του δεξιού περιθωρίου."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Τύπος μοτίβου παρασκηνίου εγγράφου"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Αν το έγγραφο θα έχει ένα μοτίβο παρασκηνίου βαμμένο."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Έξυπνα πλήκτρα Home/End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Καθορίζει πως θα κινείται ο δρομέας όταν κάνετε χρήση των πλήκτρων HOME και "
+"END. Χρησιμοποιήστε την επιλογή «disabled» για να μετακινείται στην αρχή/"
+"τέλος της γραμμής, την επιλογή «after» για να μετακινείται στην αρχή/τέλος "
+"της γραμμής, την πρώτη φορά που το πατάτε και στην αρχή/τέλος του κειμένου, "
+"αγνοώντας τα κενά, όταν το πατάτε δεύτερη φορά, την επιλογή «before» για να "
+"μετακινείται στην αρχή/τέλος του κειμένου πριν κινηθεί στην αρχή/τέλος της "
+"γραμμής και την επιλογή «always» για να κινείται πάντα στην αρχή/τέλος του "
+"κειμένου αντί της αρχής/τέλους της γραμμής."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Επαναφορά προηγούμενης θέσης δρομέα"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Αν η εφαρμογή θα επαναφέρει τη προηγούμενη θέση του δρομέα κατά τη φόρτωση "
+"ενός αρχείου."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Ενεργοποίηση επισήμανσης σύνταξης"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Αν η εφαρμογή θα ενεργοποιεί την επισήμανση σύνταξης."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Ενεργοποίηση επισήμανσης αναζήτησης"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Αν η εφαρμογή θα επισημαίνει όλες τις εμφανίσεις του κειμένου αναζήτησης."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Εξασφάλισε αλλαγή γραμμής"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Αν η εφαρμογή θα εξασφαλίσει ώστε να τελειώνει με μια νέα γραμμή."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Σημειωματάριο σε λειτουργία εμφάνισης καρτελών"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Καθορίζει πότε να εμφανίζονται οι καρτέλες του σημειωματάριου. "
+"Χρησιμοποιήστε την επιλογή «never» για να μην εμφανίζονται ποτέ οι καρτέλες, "
+"την επιλογή «always» για να εμφανίζονται πάντα και την επιλογή «auto» για να "
+"εμφανίζονται οι καρτέλες μόνο όταν υπάρχουν πάνω από μια. Σημειώστε ότι οι "
+"τιμές είναι ευαίσθητες στον τρόπο γραφής, οπότε να είστε σίγουροι ότι "
+"εμφανίζονται όπως ακριβώς αναφέρονται εδώ."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Η γραμμή κατάστασης είναι ορατή"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Αν η γραμμή κατάστασης στο κάτω μέρος του ενεργού παραθύρου θα είναι ορατή."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Η πλευρική στήλη είναι ορατή"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Αν η πλευρική στήλη στα αριστερά των παραθύρων επεξεργασίας θα είναι ορατή."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Εκτύπωση της επισήμανσης σύνταξης"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Αν η εφαρμογή θα εκτυπώνει την επισήμανση σύνταξης κατά την εκτύπωση."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Εκτύπωση κεφαλίδας"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Αν η εφαρμογή θα περιλαμβάνει μια κεφαλίδα εγγράφου κατά την εκτύπωση."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Λειτουργία αναδίπλωσης γραμμής εκτύπωσης"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Καθορίζει τον τρόπο αναδίπλωσης των γραμμών για εκτύπωση. Χρησιμοποιήστε το "
+"«none» για καμία αναδίπλωση, το «word» για αναδίπλωση στα όρια λέξεων και "
+"«char» για αναδίπλωση σε όρια ανεξάρτητων χαρακτήρων. Σημειώστε ότι στις "
+"τιμές υπάρχει διάκριση πεζών-κεφαλαίων και πρέπει να εμφανιστούν όπως "
+"ακριβώς αναφέρονται εδώ."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Εκτύπωση αριθμών γραμμής"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Αν η τιμή είναι 0, δεν θα εισαχθούν αριθμοί γραμμών κατά την εκτύπωση ενός "
+"εγγράφου. Στην αντίθετη περίπτωση, το gedit θα εκτυπώνει αριθμούς γραμμών "
+"για κάθε τέτοια γραμμή."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Χρώμα κυρίως κειμένου για εκτύπωση"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Καθορίζει τη χρήση της γραμματοσειράς στο σώμα του εγγράφου κατά την "
+"εκτύπωση."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Γραμματοσειρά κεφαλίδας για εκτύπωση"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Καθορίζει τη χρήση της γραμματοσειράς που θα χρησιμοποιείται στις κεφαλίδες "
+"σελίδας κατά την εκτύπωση. Αυτό θα γίνει μόνο αν είναι ενεργοποιημένη η "
+"«Εκτύπωση κεφαλίδας»."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Γραμματοσειρά αριθμού γραμμής για εκτύπωση"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Αριστερό περιθώριο"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Το αριστερό περιθώριο, σε χιλιοστά."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Πάνω περιθώριο"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Το πάνω περιθώριο, σε χιλιοστά."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Δεξιό περιθώριο"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Το δεξιό περιθώριο, σε χιλιοστά."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Κάτω περιθώριο"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Το κάνω περιθώριο, σε χιλιοστά."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Υποψήφιες κωδικοποιήσεις"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Λίστα των υποψηφίων κωδικοποιήσεων που εμφανίζονται στο μενού κωδικοποίησης "
+"χαρακτήρων στον επιλογέα αρχείου άνοιγμα/αποθήκευση. Το «CURRENT» "
+"αντιπροσωπεύει την τρέχουσα τοπική κωδικοποίηση. Χρησιμοποιούνται μόνο "
+"αναγνωρισμένες κωδικοποιήσεις. Η προεπιλεγμένη τιμή είναι η κενή λίστα, σε "
+"αυτήν την περίπτωση το gedit θα επιλέξει καλές προεπιλογές ανάλογα με τη "
+"χώρα και τη γλώσσα."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Ενεργά πρόσθετα"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Λίστα ενεργών προσθέτων."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Εμφάνιση του αριθμού έκδοσης της εφαρμογής"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Εμφάνιση λίστας με τις πιθανές τιμές για την επιλογή κωδικοποίησης"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Ορισμός της κωδικοποίησης χαρακτήρων που θα χρησιμοποιείται για το άνοιγμα "
+"αρχείων από τη γραμμή εντολών"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "ΚΩΔΙΚΟΠΟΙΗΣΗ"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Δημιουργία νέου κορυφαίου επιπέδου παραθύρου σε υπάρχον αντίτυπο του gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Δημιουργία νέου εγγράφου σε υπάρχον αντίτυπο του gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Άνοιγμα επεξεργασίας αρχείων και μπλοκ μέχρι να κλείσουν τα αρχεία"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Εκτέλεση του gedit σε λειτουργία αυτόνομης εφαρμογής"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[ΑΡΧΕΙΟ...] [+ΓΡΑΜΜΗ[:ΣΤΗΛΗ]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Υπήρξε σφάλμα κατά την εμφάνιση της βοήθειας."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: μη έγκυρη κωδικοποίηση."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Κλείσιμο _χωρίς αποθήκευση"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Ακύρωση"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Αποθήκευση _ως…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "Απο_θήκευση"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο το τελευταίο %ld "
+"δευτερόλεπτο, θα χαθούν οριστικά."
+msgstr[1] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο τα τελευταία %ld "
+"δευτερόλεπτα, θα χαθούν οριστικά."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο το τελευταίο λεπτό, "
+"θα χαθούν οριστικά."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο το τελευταίο λεπτό "
+"και %ld δευτερόλεπτο θα χαθούν οριστικά."
+msgstr[1] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο το τελευταίο λεπτό "
+"και %ld δευτερόλεπτα θα χαθούν οριστικά."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο το τελευταίο %ld "
+"λεπτό θα χαθούν οριστικά."
+msgstr[1] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο τα τελευταία %ld "
+"λεπτά θα χαθούν οριστικά."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο την τελευταία ώρα θα "
+"χαθούν οριστικά."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο την τελευταία ώρα και "
+"%d λεπτό θα χαθούν οριστικά."
+msgstr[1] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο την τελευταία ώρα και "
+"%d λεπτά θα χαθούν οριστικά."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο την τελευταία %d ώρα "
+"θα χαθούν οριστικά."
+msgstr[1] ""
+"Αν δεν αποθηκεύσετε, οι αλλαγές που έγιναν στο έγγραφο τις τελευταίες %d "
+"ώρες θα χαθούν οριστικά."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Αποθήκευση των αλλαγών στο έγγραφο “%s” πριν το κλείσιμο;"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Υπάρχει %d έγγραφο με μη αποθηκευμένες αλλαγές. Να αποθηκευτούν οι αλλαγές "
+"πριν το κλείσιμο;"
+msgstr[1] ""
+"Υπάρχουν %d έγγραφα με μη αποθηκευμένες αλλαγές. Να αποθηκευτούν οι αλλαγές "
+"πριν το κλείσιμο;"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "Επι_λέξτε τα έγγραφα που θέλετε να αποθηκεύσετε:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Αν δεν αποθηκεύσετε, όλες οι αλλαγές θα χαθούν οριστικά."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Φόρτωση αρχείου «%s»…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Φόρτωση %d αρχείου…"
+msgstr[1] "Φόρτωση %d αρχείων…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Το αρχείο «%s» είναι μόνο για ανάγνωση."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+"Θέλετε να γίνει προσπάθεια να το αντικαταστήσετε με αυτό που αποθηκεύετε;"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Αντικατάσταση"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Αποθήκευση του αρχείου με χρήση συμπίεσης;"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Αποθήκευση αρχείου ως απλό κείμενο;"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Το αρχείο «%s» είχε αποθηκευτεί ως απλό κείμενο και τώρα θα αποθηκευτεί με "
+"χρήση συμπίεσης."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Αποθήκευση με χρήση συμπίεσης"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Το αρχείο «%s» είχε αποθηκευθεί με χρήση συμπίεσης και τώρα θα αποθηκευτεί "
+"ως απλό κείμενο."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Αποθήκευση ως απλό κείμενο"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Αποθήκευση αρχείου «%s»…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Αποθήκευση ως"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Γίνεται επαναφορά του εγγράφου «%s»…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Επαναφορά μη αποθηκευμένων αλλαγών στο έγγραφο «%s»;"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Οι αλλαγές που έγιναν στο έγγραφο το τελευταίο %ld δευτερόλεπτο θα χαθούν "
+"οριστικά."
+msgstr[1] ""
+"Οι αλλαγές που έγιναν στο έγγραφο τα τελευταία %ld δευτερόλεπτα θα χαθούν "
+"οριστικά."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Οι αλλαγές που έγιναν στο έγγραφο το τελευταίο λεπτό θα χαθούν οριστικά."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Οι αλλαγές που έγιναν στο έγγραφο το τελευταίο λεπτό και %ld δευτερόλεπτο θα "
+"χαθούν οριστικά."
+msgstr[1] ""
+"Οι αλλαγές που έγιναν στο έγγραφο το τελευταίο λεπτό και %ld δευτερόλεπτα θα "
+"χαθούν οριστικά."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Οι αλλαγές που έγιναν στο έγγραφο το τελευταίο %ld λεπτό θα χαθούν οριστικά."
+msgstr[1] ""
+"Οι αλλαγές που έγιναν στο έγγραφο τα τελευταία %ld λεπτά θα χαθούν οριστικά."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Οι αλλαγές που έγιναν στο έγγραφο την τελευταία ώρα θα χαθούν οριστικά."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Οι αλλαγές που έγιναν στο έγγραφο την τελευταία ώρα και %d λεπτό θα χαθούν "
+"οριστικά."
+msgstr[1] ""
+"Οι αλλαγές που έγιναν στο έγγραφο την τελευταία ώρα και %d λεπτά θα χαθούν "
+"οριστικά."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Οι αλλαγές που έγιναν στο έγγραφο την τελευταία %d ώρα θα χαθούν οριστικά."
+msgstr[1] ""
+"Οι αλλαγές που έγιναν στο έγγραφο τις τελευταίες %d ώρες θα χαθούν οριστικά."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "Επανα_φορά"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr ""
+"Το gedit είναι ένας μικρός και ελαφρύς επεξεργαστής κειμένου για την "
+"επιφάνεια εργασίας GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Ελληνική μεταφραστική ομάδα GNOME\n"
+" Δημήτρης Σπίγγος <dmtrs32@gmail.com>\n"
+" Σπύρος Παπαδημητρίου <spapadim+@cs.cmu.edu>\n"
+" Σίμος Ξενιτέλλης <simos@gnome.org>\n"
+" Κώστας Παπαδήμας <pkst@gnome.org>\n"
+" Δημήτρης Γλέζος <dimitris@glezos.com>\n"
+" Κωνσταντίνος Κουράτορας <kouratoras@gmail.com>\n"
+" Θάνος Λευτέρης <alefteris@gmail.com>\n"
+" Ευστάθιος Ιωσηφίδης <iosifidis@opensuse.org>\n"
+" Μαρία Θουκυδίδου <marablack3@gmail.com>\n"
+" Μαρία Μαυρίδου <mavridou@gmail.com>\n"
+"\n"
+"Για περισσότερες πληροφορίες, επισκεφθείτε τη σελίδα\n"
+"http://gnome.gr/"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Βρέθηκε και αντικαταστάθηκε %d εμφάνιση"
+msgstr[1] "Βρέθηκαν και αντικαταστάθηκαν %d εμφανίσεις"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Βρέθηκε και αντικαταστάθηκε μια εμφάνιση"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "Δε βρέθηκε το «%s»"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Ανώνυμο έγγραφο %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Ομάδα καρτελών %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Μόνο για ανάγνωση"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Αυτόματος εντοπισμός"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Προσθήκη ή αφαίρεση…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Τρέχουσες τοπικές ρυθμίσεις (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "(Τρέχουσες τοπικές ρυθμίσεις) %s"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+"Θέλετε πραγματικά να επαναφέρετε τις προτιμήσεις της κωδικοποίησης "
+"χαρακτήρων;"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "Ε_παναφορά"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Προσθήκη"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Αφαίρεση"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Μετακίνηση σε υψηλότερη προτεραιότητα"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Μετακίνηση σε χαμηλότερη προτεραιότητα"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Όλα τα αρχεία"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Όλα τα αρχεία κειμένου"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Κωδικοποίηση _χαρακτήρων:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Τέ_λος γραμμής:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Άνοιγμα αρχείων"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "Ά_νοιγμα"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Απλό κείμενο"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "Προσπάθεια _ξανά"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Αδύνατη η εύρεση του αρχείου “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Βεβαιωθείτε ότι έχετε πληκτρολογήσει σωστά την τοποθεσία και δοκιμάστε ξανά."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Αδύνατος ο χειρισμός του “%s:” τοποθεσίες."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Αδύνατος ο χειρισμός αυτής της τοποθεσίας."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Η τοποθεσία του αρχείου δεν μπορεί να προσπελαστεί."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "Το “%s” είναι κατάλογος."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "Το “%s” δεν είναι έγκυρη τοποθεσία."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Δεν μπορεί να βρεθεί ο κεντρικός υπολογιστής “%s”. Βεβαιωθείτε ότι οι "
+"ρυθμίσεις διαμεσολαβητή είναι σωστές και προσπαθήστε ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Το όνομα του κεντρικού υπολογιστή δεν ήταν έγκυρο. Βεβαιωθείτε ότι έχετε "
+"πληκτρολογήσει σωστά την τοποθεσία και προσπαθήστε ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "Το “%s” δεν είναι κανονικό αρχείο."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Η σύνδεση έληξε. Προσπαθήστε ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Απρόσμενο σφάλμα: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Αδύνατη η εύρεση του ζητούμενου αρχείου. Ίσως να έχει διαγραφεί πρόσφατα."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Αδυναμία επαναφοράς του αρχείου “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Κωδικοποίηση χ_αρακτήρων:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Επεξεργασία _οπωσδήποτε"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Το πλήθος των ακόλουθων συνδέσμων είναι περιορισμένο και το πραγματικό "
+"αρχείο δε μπορεί να βρεθεί στα όρια αυτά."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Δεν έχετε τα απαραίτητα δικαιώματα για το άνοιγμα του αρχείου."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Αδύνατη η αναγνώριση της κωδικοποίησης χαρακτήρων."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+"Παρακαλούμε βεβαιωθείτε ότι δεν προσπαθείτε να ανοίξετε ένα εκτελέσιμο "
+"αρχείο."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+"Επιλέξτε μια κωδικοποίηση χαρακτήρων από το μενού και προσπαθήστε ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Υπήρξε πρόβλημα κατά το άνοιγμα του αρχείου “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Το αρχείο που ανοίξατε περιέχει μερικούς μη έγκυρους χαρακτήρες. Αν "
+"συνεχίσετε να επεξεργάζεστε αυτό το αρχείο μπορεί να αχρηστεύσετε το έγγραφο."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Μπορείτε επίσης να επιλέξετε μια άλλη κωδικοποίηση χαρακτήρων και να "
+"ξαναπροσπαθήσετε."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Αδύνατο το άνοιγμα του αρχείου “%s” με τη χρήση της κωδικοποίησης χαρακτήρων "
+"“%s”."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Επιλέξτε μια διαφορετική κωδικοποίηση χαρακτήρων από το μενού και "
+"προσπαθήστε ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Αδύνατο το άνοιγμα του αρχείου “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Αδύνατη η αποθήκευση του αρχείου “%s” με τη χρήση της κωδικοποίησης "
+"χαρακτήρων “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Το έγγραφο περιέχει έναν ή περισσότερους χαρακτήρες που δεν μπορούν να "
+"κωδικοποιηθούν με τη χρήση της καθορισμένης κωδικοποίησης χαρακτήρων."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "_Αποθήκευση οπωσδήποτε"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "Να μη _γίνει αποθήκευση"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Το αρχείο “%s” έχει τροποποιηθεί από τότε που το διαβάσατε."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Αν το αποθηκεύσετε, όλες οι εξωτερικές αλλαγές που έγιναν στο έγγραφο θα "
+"χαθούν. Να αποθηκευτεί οπωσδήποτε;"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Αδύνατος ο χειρισμός %s:” τοποθεσιών σε λειτουργία εγγραφής. Παρακαλούμε, "
+"βεβαιωθείτε ότι πληκτρολογήσατε σωστά την τοποθεσία και προσπαθήστε ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Αδύνατος ο χειρισμός αυτής της τοποθεσίας σε λειτουργία εγγραφής. "
+"Παρακαλούμε, βεβαιωθείτε ότι έχετε πληκτρολογήσει σωστά την τοποθεσία και "
+"προσπαθήστε ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"Το “%s” δεν είναι έγκυρη τοποθεσία. Παρακαλούμε, βεβαιωθείτε ότι "
+"πληκτρολογήσατε σωστά την τοποθεσία και προσπαθήστε ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Δεν έχετε τα απαραίτητα δικαιώματα για την αποθήκευση του αρχείου. "
+"Βεβαιωθείτε ότι έχετε πληκτρολογήσει σωστά την τοποθεσία και προσπαθήστε "
+"ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Δεν υπάρχει αρκετός χώρος στο δίσκο για την αποθήκευση του αρχείου. "
+"Ελευθερώστε χώρο στο δίσκο και προσπαθήστε ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Προσπαθείτε να αποθηκεύσετε ένα αρχείο σε δίσκο που είναι μόνο για ανάγνωση. "
+"Βεβαιωθείτε ότι έχετε πληκτρολογήσει σωστά την τοποθεσία και προσπαθήστε "
+"ξανά."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"Ένα αρχείο με το ίδιο όνομα υπάρχει ήδη. Παρακαλούμε χρησιμοποιήστε ένα "
+"διαφορετικό όνομα."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Ο δίσκος στον οποίο προσπαθείτε να αποθηκεύσετε το αρχείο έχει περιορισμό "
+"στο μέγεθος του ονόματος αρχείων. Χρησιμοποιήστε ένα πιο σύντομο όνομα "
+"αρχείου."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Ο δίσκος στον οποίο προσπαθείτε να αποθηκεύσετε το αρχείο έχει περιορισμό "
+"στο μέγεθος αρχείων. Προσπαθήστε να αποθηκεύσετε ένα μικρότερο αρχείο ή "
+"διαλέξτε ένα δίσκο χωρίς περιορισμούς."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Αδύνατη η αποθήκευση του αρχείου “%s”."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Πατήστε αυτό το κουμπί για να επιλέξετε τη γραμματοσειρά που θα "
+"χρησιμοποιείται από τον επεξεργαστή"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+"_Χρήση της προκαθορισμένης γραμματοσειράς σταθερού πλάτους του συστήματος "
+"(%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Ο επιλεγμένος χρωματικός συνδυασμός δεν μπορεί να εγκατασταθεί: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+"Το επιλεγμένο σχήμα χρώματος δεν μπορεί να μετακινηθεί στα απορρίμματα."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Προσθήκη χρωματικού συνδυασμού"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Προσθήκη σχήματος"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Αρχεία χρωματικών συνδυασμών"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Αδυναμία αφαίρεσης σχήματος χρώματος «%s»."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Προετοιμασία…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Αρχείο: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Σελίδα %N από %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Απεικόνιση σελίδας %d από %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Σελίδα %d από %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Τίποτα"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Εύρεση και αντικατάσταση"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ΑΝΤ"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "ΕΙΣΑΓ"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Υπάρχει μια καρτέλα με σφάλματα"
+msgstr[1] "Υπάρχουν %d καρτέλες με σφάλματα"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Γίνεται επαναφορά %s από %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Γίνεται επαναφορά %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Φόρτωση %s από %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Φόρτωση %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Αποθήκευση %s σε %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Αποθήκευση %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Σφάλμα ανοίγματος αρχείου %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Σφάλμα επαναφοράς του αρχείου %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Σφάλμα αποθήκευσης αρχείου %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Όνομα:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "Τύπος MIME:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Κωδικοποίηση:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ στο %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Εμφάνιση αριθμών γραμμής"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d από %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Αναδίπλ_ωση γύρω"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Ταίριασμα ως _κανονική έκφραση"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Ταίριασμα ο_λόκληρης λέξης μόνο"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Διάκριση πεζών από κεφαλαία"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Συμβολοσειρά προς αναζήτηση"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Η γραμμή στην οποία θέλετε μετακινηθεί ο δρομέας"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Το ταίριασμα των αγκύλων είναι εκτός εύρους"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Δεν βρέθηκε ταίριασμα αγκυλών"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Ταίριασμα αγκυλών βρέθηκε στην γραμμή:%d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Γρ %d, Στ %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Πλάτος στηλοθέτη: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Υπάρχουν μη αποθηκευμένα έγγραφα"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Αλλαγή σελίδας της πλευρικής στήλης"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Έγγραφα"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Άνοιγμα αρχείου"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Άνοιγμα ενός πρόσφατου αρχείου"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Μετακίνηση α_ριστερά"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Μετακίνηση _δεξιά"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Μετακίνηση σε νέο _παράθυρο"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Μετακίνηση σε νέα _ομάδα καρτελών"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Κλείσιμο"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Αυτόματη εσοχή"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Χρήση διαστημάτων"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Εμφάνιση αριθμών γραμμής"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Εμφάνιση δεξιού περιθωρίου"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Επισήμανση τρέχουσας γραμμής"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Αναδίπλωση κειμένου"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "Α_ρχείο"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Νέο"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Άνοιγμα _πρόσφατου"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Ξανάνοιγμα των κλειστών _καρτελών"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Αποθήκευση _ως…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Νέο παράθυρο"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Επαναφόρτωση"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "Εκ_τύπωση…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "Έ_ξοδος"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Επεξεργασία"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Αναίρεση"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "Ακύ_ρωση αναίρεσης"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Απ_οκοπή"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Αντιγραφή"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "Ε_πικόλληση"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Διαγραφή"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Λειτουργία αντικατάστασης"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Επιλογή ό_λων"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "Π_ροτιμήσεις"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Προβολή"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "_Πλευρική στήλη"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Κάτω στήλη"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Πλήρης οθόνη"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Λειτουργία επ_ισήμανσης…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "Αναζήτη_ση"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "Εύ_ρεση…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Εύρεση επομέ_νου"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Εύρεση προη_γουμένου"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Εύ_ρεση και αντικατάσταση…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "Εκκα_θάριση επισήμανσης"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "_Μετάβαση σε γραμμή…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "Ερ_γαλεία"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "Έ_γγραφα"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Αποθήκευ_ση όλων"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Κλείσιμο όλων"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Νέα ομάδα καρτελών"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Π_ροηγούμενη ομάδα καρτελών"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Επό_μενη ομάδα καρτελών"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Προηγούμενα έγγραφα"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Ε_πόμενο έγγραφο"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Μετακίνηση σε νέο _παράθυρο"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Βοήθεια"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Περί του επεξεργαστή κειμένου"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Αποθήκευση ό_λων"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "Εύ_ρεση και αντικατάσταση…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "_Μετάβαση σε γραμμή…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "Συντομεύσεις _πληκτρολογίου"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Κωδικοποιήσεις χαρακτήρων"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "Ε_φαρμογή"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Δια_θέσιμες κωδικοποιήσεις"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Επι_λεγμένες κωδικοποιήσεις"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Περιγραφή"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "Κω_δικοποίηση"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Λειτουργία επισήμανσης"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Επιλογή"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Αναζήτηση σε λειτουργίας επισήμανσης…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Προτιμήσεις"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Εμφάνιση δεξιού _περιθωρίου στην στήλη:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Εμφάνιση γραμμής _κατάστασης"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Εμφάνιση μοτίβου πλέ_γματος"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Αναδίπλωση κειμένου"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Ενεργοποίηση ανα_δίπλωσης κειμένου"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Να μην _χωρίζονται λέξεις σε πάνω από δύο γραμμές"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Επισημάνσεις"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Επι_σήμανση τρέχουσας γραμμής"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Επισήμανση _παρενθέσεων που ταιριάζουν"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Προβολή"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Όρια στηλοθέτη"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Πλάτος _στηλοθέτη:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Εισαγωγή _διαστημάτων αντί στηλοθετών"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Ενεργοποίηση αυτόματης εσοχής"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Αποθήκευση αρχείου"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Δημιουργία α_ντιγράφου ασφαλείας πριν την αποθήκευση"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Αυτόματη απο_θήκευση αρχείων κάθε"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_λεπτά"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Επεξεργαστής"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Γραμματοσειρά"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Γ_ραμματοσειρά επεξεργαστή: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Επιλογή γραμματοσειράς επεξεργαστή"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Χρωματικός συνδυασμός"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Εγκατάσταση σχήματος"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Εγκατάσταση σχήματος"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Απεγκατάσταση σχήματος"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Απεγκατάσταση σχήματος"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Γραμματοσειρές & χρώματα"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Πρόσθετα"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Επισήμανση σύνταξης"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Εκτύπωση επισήμανσης _σύνταξης"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Αριθμοί γραμμής"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Εκτύπωση αρι_θμών γραμμής"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "Α_ριθμός γραμμής κάθε"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "γραμμές"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Κεφαλίδα σελίδας"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Εκτύπωση _κεφαλίδων σελίδας"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Γραμματοσειρές"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Σώμα κειμένου:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Αρι_θμοί γραμμής:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Κεφα_λίδες και υποσέλιδα:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Επαναφο_ρά προεπιλεγμένων γραμματοσειρών"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Εμφάνιση της προηγούμενης σελίδας"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Εμφάνιση της επόμενης σελίδας"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Τρέχουσα σελίδα (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "από"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Σύνολο σελίδων"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Ο συνολικός αριθμός σελίδων στο έγγραφο"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Εμφάνιση πολλαπλών σελίδων"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Εστίαση 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Προσαρμογή εστίασης σε όλη τη σελίδα"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Μεγέθυνση σελίδας"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Σμίκρυνση σελίδας"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Κλείσιμο προεπισκόπησης εκτύπωσης"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Κλείσιμο προεπισκόπησης"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Προεπισκόπηση σελίδας"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Η προεπισκόπηση της σελίδας του εγγράφου που θα εκτυπωθεί"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Αντικατάσταση ό_λων"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Εύρεση"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Εύ_ρεση "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Αντικατάσταση _με "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Διάκριση πεζών από κεφαλαία"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Ταίριασμα ο_λόκληρης λέξης μόνο"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_Kανονική έκφραση"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Αναζήτηση προς τα _πίσω"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Αναδίπλ_ωση γύρω"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Έγγραφα"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Δημιουργία νέου εγγράφου σε νέα καρτέλα"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Άνοιγμα εγγράφου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Αποθήκευση εγγράφου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Αποθήκευση του εγγράφου με νέο όνομα αρχείου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Αποθήκευση όλων των εγγράφων"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Κλείσιμο εγγράφου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Κλείσιμο όλων των εγγράφων"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Ξανάνοιγμα του πιο πρόσφατου κλεισμένου αρχείου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Μετάβαση στο επόμενο έγγραφο"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Μετάβαση στο προηγούμενο έγγραφο"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Μετάβαση στο πρώτο — ένατο έγγραφο"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Παράθυρα και πίνακες"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Δημιουργία νέου εγγράφου σε νέο παράθυρο"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Δημιουργία νέας ομάδας καρτελών"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Εμφάνιση πλευρικού πίνακα"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Εμφάνιση κάτω πίνακα"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Ενεργοποίηση/απενεργοποίηση λειτουργίας πλήρους οθόνης"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Τερματισμός εφαρμογής"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Εύρεση και αντικατάσταση"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Εύρεση"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Εύρεση της επόμενης αντιστοιχίας"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Εύρεση της προηγούμενης αντιστοιχίας"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Καθαρισμός επισήμανσης"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Αναίρεση και επαναφορά"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Αναίρεση προηγούμενης εντολής"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Επανάληψη προηγούμενης εντολής"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Επιλογή"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Επιλογή όλου του κειμένου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Αναίρεση επιλογής όλου του κειμένου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Αντιγραφή και επικόλληση"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Αντιγραφή επιλεγμένου κειμένου στο πρόχειρο"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Αποκοπή επιλεγμένου κειμένου στο πρόχειρο"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Επικόλληση κειμένου από το πρόχειρο"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Περιήγηση"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Μετάβαση στη γραμμή"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Μετακίνηση στην αρχή της τρέχουσας γραμμής"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Μετακίνηση στο τέλος της τρέχουσας γραμμής"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Μετακίνηση στην αρχή του εγγράφου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Μετακίνηση στο τέλος του εγγράφου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Μετακίνηση προβολής πάνω μέσα στο αρχείο"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Μετακίνηση προβολής κάτω μέσα στο αρχείο"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Μετακίνηση προβολής στο τέλος του αρχείου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Μετακίνηση προβολής στην αρχή του αρχείου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Μετακίνηση σε αντίστοιχο βραχίονα"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Μετάβαση στην προηγούμενη ομάδα καρτελών"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Μετάβαση στην επόμενη ομάδα καρτελών"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Επεξεργασία"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Εναλλαγή εισαγωγή / αντικατάσταση"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Εναλλαγή ορατότητας δρομέα"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Διαγραφή της τρέχουσας γραμμής"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Μετακίνηση της τρέχουσας γραμμής πάνω"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Μετακίνηση της τρέχουσας γραμμής κάτω"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Μετακίνηση της τρέχουσας λέξης αριστερά"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Μετακίνηση της τρέχουσας λέξης δεξιά"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Μετατροπή σε κεφαλαία"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Μετατροπή σε πεζά"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Εναλλαγή πεζών κεφαλαίων"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Αύξηση αριθμού στον δρομέα"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Μείωση αριθμού στον δρομέα"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Εργαλεία"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Έλεγχος ορθογραφίας"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Εκτύπωση εγγράφου"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Εμφάνιση παραθύρου ολοκλήρωσης"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Γενικά"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Εμφάνιση βοήθειας"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Άνοιγμα μενού"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Συντομεύσεις πληκτρολογίου"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Κλείσιμο εγγράφου"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Δημιουργία νέου εγγράφου"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Νέο"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Αποθήκευση του τρέχοντος αρχείου"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Αποθήκευση"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Απόκρυψη πλαισίου"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Έξοδος από την πλήρη οθόνη"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Στατιστικά εγγράφου"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Αναφορά του αριθμού λέξεων, γραμμών, χαρακτήρων σε ένα έγγραφο."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Στατιστικά εγγράφου"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Έγγραφο"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Επιλογή"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Γραμμές"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Λέξεις"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Χαρακτήρες (με κενά)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Χαρακτήρες (χωρίς κενά)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bytes"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Δόμηση"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Εκτέλεση «make» στον κατάλογο εγγράφου"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Άνοιγμα τερματικού εδώ"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Άνοιγμα ενός τερματικού στην τοποθεσία του εγγράφου"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Αφαίρεση τελικών κενών"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Αφαίρεση άχρηστων κενών από το αρχείο σας"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Εκτέλεση εντολής"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Εκτέλεση μιας προσαρμοσμένης εντολής και τοποθέτηση του αποτελέσματος της σε "
+"ένα νέο έγγραφο"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Αποστολή στο fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr ""
+"Επικόλληση του επιλεγμένου κειμένου ή του τρέχοντος κειμένου στο fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Εξωτερικά εργαλεία"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Εκτέλεση εξωτερικών εντολών και δεσμών ενεργειών κελύφους."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Αν θα χρησιμοποιείται η γραμματοσειρά συστήματος"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Αν είναι αληθές, τα εξωτερικά εργαλεία θα χρησιμοποιούν τη γραμματοσειρά της "
+"επιφάνειας εργασίας, εφόσον είναι monospace (διαφορετικά, την πιο κοντινή "
+"της)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Ένα όνομα γραμματοσειράς Pango. Παραδείγματα είναι η «Sans 12» ή «Monospace "
+"Bold 14»."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Διαχείριση _εξωτερικών εργαλείων…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Εξωτερικά _εργαλεία"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Αδύνατη η εκτέλεση της εντολής: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr ""
+"Θα πρέπει να βρίσκεστε μέσα σε μια λέξη για να εκτελέσετε αυτή την εντολή"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Εργαλείο σε εκτέλεση:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Ολοκληρώθηκε."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Τερματίστηκε"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Όλες οι γλώσσες"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Όλες οι γλώσσες"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Νέο εργαλείο"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Αυτή η συντόμευση είναι ήδη αντιστοιχισμένη με %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Πληκτρολογήστε μια νέα συντόμευση, ή πατήστε Backspace για εκκαθάριση"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Πληκτρολογήστε μια νέα συντόμευση"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Διακόπηκε."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Παύση εργαλείου"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Πάντα διαθέσιμο"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Όλα τα έγγραφα"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Όλα τα έγγραφα εκτός από τα ανώνυμα"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Μόνο τοπικά αρχεία"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Μόνο απομακρυσμένα αρχεία"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Μόνο έγγραφα χωρίς όνομα"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Τρέχον έγγραφο"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Τρέχουσα επιλογή"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Τρέχουσα επιλογή (προεπιλογή στο έγγραφο)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Τρέχουσα γραμμή"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Τρέχουσα λέξη"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Εμφάνιση στο κάτω πλαίσιο"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Δημιουργία νέου εγγράφου"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Προσθήκη στο τρέχον έγγραφο"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Αντικατάσταση τρέχοντος εγγράφου"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Αντικατάσταση τρέχουσας επιλογής"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Εισαγωγή στη θέση δρομέα"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Διαχείριση εξωτερικών εργαλείων"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Προσθήκη νέου εργαλείου"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Προσθήκη εργαλείου"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Αφαίρεση του επιλεγμένου εργαλείου"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Αφαίρεση εργαλείου"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Εργαλείο επαναφοράς"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Εργαλείο επαναφοράς"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Πλήκτρο συντόμευσης:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "Αποθήκευ_ση:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "Ε_ισαγωγή:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "Απο_τέλεσμα:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Δυνατότητα εφαρμογής:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Έξοδος εργαλείου"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Πλαίσιο περιήγησης αρχείων"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Εύκολη πρόσβαση σε αρχείο από την πλευρική στήλη."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Αρχή"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Σύστημα αρχείων"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Περιηγητής αρχείων"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Σφάλμα κατά την δημιουργία ενός νέου καταλόγου"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Σφάλμα κατά την δημιουργία ενός νέου αρχείου"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Σφάλμα κατά τη μετονομασία ενός νέου αρχείου ή καταλόγου"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Σφάλμα κατά την διαγραφή ενός νέου αρχείου ή καταλόγου"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Σφάλμα κατά το άνοιγμα ενός καταλόγου στο περιηγητή αρχείων"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Σφάλμα κατά τον καθορισμό ενός ριζικού καταλόγου"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Σφάλμα κατά την φόρτωση ενός καταλόγου"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Προέκυψε ένα σφάλμα"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Αδυναμία μετακίνησης του αρχείου στα απορρίμματα,\n"
+"θέλετε να διαγραφεί μόνιμα;"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Το αρχείο «%s» δεν μπορεί να μετακινηθεί στα απορρίμματα."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Τα επιλεγμένα αρχεία δεν μπορούν να μετακινηθούν στα απορρίμματα."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε μόνιμα το «%s»;"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε μόνιμα τα επιλεγμένα αρχεία;"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Αν διαγράψετε ένα αντικείμενο αυτό θα χαθεί οριστικά."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Κενό)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Το μετονομασμένο αρχείο είναι αυτή τη στιγμή φιλτραρισμένο. Θα χρειαστεί να "
+"προσαρμόσετε τις ρυθμίσεις του φίλτρου σας για να κάνετε το αρχείο ορατό"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Ανώνυμο αρχείο"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Το νέο αρχείο είναι αυτή τη στιγμή φιλτραρισμένο. Θα χρειαστεί να "
+"προσαρμόσετε τις ρυθμίσεις του φίλτρου σας για να κάνετε το αρχείο ορατό"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Ανώνυμος φάκελος"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Ο νέος φάκελος είναι αυτή τη στιγμή φιλτραρισμένος. Θα χρειαστεί να "
+"προσαρμόσετε τις ρυθμίσεις του φίλτρου σας για να κάνετε το φάκελο ορατό"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Σελιδοδείκτες"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Κανένα αντικείμενο προσάρτησης για τον προσαρτημένο τόμο: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Αδυναμία ανοίγματος μέσου: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Αδυναμία προσάρτησης τόμου: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Σφάλμα κατά την φόρτωση του «%s»: Δεν υπάρχει τέτοιος κατάλογος"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Άνοιγμα με προβολή δένδρου"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Άνοιγμα της προβολής δένδρου όταν το πρόσθετο περιηγητή αρχείων φορτώνεται "
+"αντί για την προβολή σελιδοδεικτών"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Ριζικός κατάλογος περιηγητή αρχείων"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Ο ριζικός κατάλογος που θα χρησιμοποιείται όταν φορτώνεται το πρόσθετο "
+"περιηγητή αρχείων και το onload/tree_view είναι αληθές."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Εικονικός ριζικός κατάλογος περιηγητή αρχείων"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Ο εικονικός ριζικός κατάλογος που θα χρησιμοποιείται όταν φορτώνεται το "
+"πρόσθετο περιηγητή αρχείων και το onload/tree_view είναι TRUE. Ο ριζικός "
+"κατάλογος πρέπει να είναι κάτω από τον πραγματικό ριζικό."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Ενεργοποίηση επαναφοράς απομακρυσμένων τοποθεσιών"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+"Καθορίζει αν θα ενεργοποιείται η επαναφορά των απομακρυσμένων τοποθεσιών."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Ορισμός τοποθεσίας στο πρώτο έγγραφο"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Αν είναι αληθές, το πρόσθετο του περιηγητή αρχείων θα προβάλλει τον κατάλογο "
+"που βρίσκεται το πρώτο ανοιγμένο έγγραφο αν δεν έχει χρησιμοποιηθεί ακόμα ο "
+"περιηγητής αρχείων. (Αυτό ισχύει γενικά στο άνοιγμα ενός εγγράφου από τη "
+"γραμμή εντολών, στο άνοιγμα με το Nautilus κτλ)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Λειτουργία φίλτρου περιηγητή αρχείων"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Αυτή η τιμή καθορίζει το ποιά αρχεία θα φιλτράρονται από το περιηγητή "
+"αρχείων. Οι έγκυρες τιμές είναι: none (δεν φιλτράρεται τίποτα), hidden "
+"(φιλτράρονται τα κρυμμένα αρχεία), binary (φιλτράρονται τα δυαδικά αρχεία) "
+"και hide-binary (φιλτράρονται και τα κρυμμένα και τα δυαδικά αρχεία)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Μοτίβο φίλτρου περιηγητή αρχείων"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Το μοτίβο φίλτρου για το φίλτρο του περιηγητή αρχείων. Αυτό το φίλτρο "
+"λειτουργεί πάνω από το filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Μοτίβα δυαδικού περιηγητή αρχείων"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+"Τα συμπληρωματικά μοτίβα προς χρήση κατά το φιλτράρισμα δυαδικών αρχείων."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "Ορισμός του ρι_ζικού στο ενεργό έγγραφο"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Νέος φάκελος"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Νέο αρ_χείο"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Μετονομασία…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Μετακίνηση στα απορρίμματα"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Ανα_νέωση προβολής"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "Προ_βολή φακέλου"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "Άν_οιγμα σε τερματικό"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Φίλτρο"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Εμφάνιση κρυ_φών"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Εμφάνιση _Binary"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Ταίριασμα ονόματος αρχείου"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Ιστορικό"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Άνοιγμα μενού ιστορικού"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Γραμμές διαμόρφωσης"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+"Υποστήριξη του gedit για γραμμές διαμόρφωσης τύπου Emacs, Kate και Vim."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Χρώμα κειμένου εντολής"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Το χρώμα κειμένου για εντολές"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Χρώμα κειμένου σφάλματος"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Το χρώμα κειμένου για σφάλματα"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Αν είναι αληθές, το τερματικό θα χρησιμοποιεί τη γραμματοσειρά της "
+"επιφάνειας εργασίας, εφόσον είναι monospace (διαφορετικά, την πιο κοντινή "
+"της)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Χρώμα εντο_λών:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Χρώμα σ_φαλμάτων:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Κονσόλα Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Διαδραστική κονσόλα Python στο κάτω πλαίσιο."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Γρήγορη επισήμανση"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Επισημαίνει κάθε εμφάνιση του επιλεγμένου κειμένου."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Γρήγορο άνοιγμα…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Γρήγορο άνοιγμα"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Γρήγορο άνοιγμα αρχείων."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Πληκτρολογήστε για αναζήτηση…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Διαχείριση _αποσπασμάτων…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Αποσπάσματα"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Δεν είναι δυνατή η δημιουργία της αρχειοθήκης «%s»"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Ο κατάλογος προορισμού «%s» δεν υπάρχει"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Ο κατάλογος προορισμού «%s» δεν είναι ένας έγκυρος κατάλογος"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Το αρχείο «%s» δεν υπάρχει"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Το αρχείο «%s» δεν είναι έγκυρο αρχείο αποσπασμάτων"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Το εισηγμένο αρχείο «%s» δεν είναι ένα έγκυρο αρχείο αποσπασμάτων"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Αδυναμία αποσυμπίεσης της αρχειοθήκης «%s»"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Δεν είναι δυνατή η εισαγωγή των παρακάτω αρχείων: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Το αρχείο «%s» δεν είναι μια έγκυρη αρχειοθήκη αποσπασμάτων"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Αρχειοθήκη αποσπασμάτων"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Προσθήκη νέου αποσπάσματος…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Καθολικό"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Επαναφορά επιλεγμένου αποσπάσματος"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Διαγραφή επιλεγμένου αποσπάσματος"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Αυτή δεν είναι μια έγκυρη συντόμευση εκκίνησης καρτέλας. Οι συντομεύσεις "
+"μπορούν να περιέχουν είτε αλφαριθμητικούς χαρακτήρες (ή _, : και .) ή ένα "
+"μοναδικό (μη αλφαριθμητικό) χαρακτήρα όπως: {, [, κ.λπ."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Μονή λέξη για την ενεργοποίηση του αποσπάσματος μετά το πάτημα του πλήκτρου "
+"tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Συνέβηκε το ακόλουθο σφάλμα κατά την εισαγωγή: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Η εισαγωγή ολοκληρώθηκε με επιτυχία"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Εισαγωγή αποσπασμάτων"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Όλα τα υποστηριζόμενα αρχεία"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Συμπιεσμένο αρχείο Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Συμπιεσμένο αρχείο Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Μονό αρχείο αποσπασμάτων"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Όλα τα αρχεία"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Σφάλμα κατά την εξαγωγή : %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Η εξαγωγή ολοκληρώθηκε με επιτυχία"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Θέλετε να περιληφθούν τα επιλεγμένα αποσπάσματα <b>συστήματος</b> στην "
+"εξαγωγή σας;"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Δεν υπάρχουν επιλεγμένα αποσπάσματα για εξαγωγή"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Εξαγωγή αποσπασμάτων"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Πληκτρολογήστε μια νέα συντόμευση, ή πατήστε Backspace για εκκαθάριση"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Πληκτρολογήστε μια νέα συντόμευση"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Η εκτέλεση της εντολής python (%s) υπερβαίνει το μέγιστο χρόνο, ακύρωση "
+"εκτέλεσης."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Η εκτέλεση της εντολής python (%s) απέτυχε: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr ""
+"Εισάγετε συχνά χρησιμοποιούμενα κομμάτια κειμένου με ένα γρήγορο τρόπο."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Διαχείριση αποσπασμάτων"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Δημιουργία νέου αποσπάσματος"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Προσθήκη αποσπάσματος"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Αφαίρεση αποσπάσματος"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Εισαγωγή αποσπάσματος"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Εξαγωγή επιλεγμένων αποσπασμάτων"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Εξαγωγή αποσπάσματος"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Ενεργοποίηση"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Συντόμευση _Tab:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Πλήκτρο σ_υντόμευσης:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Πλήκτρο συντόμευσης για την ενεργοποίηση του αποσπάσματος"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Α_κύρωση προορισμών:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "Τα_ξινόμηση…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ταξινόμηση"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Αναστροφή σειράς"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Α_φαίρεση διπλοεγγραφών"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Διάκριση πεζών/κεφαλαίων"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Ένα_ρξη στη στήλη:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Ταξινόμηση"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Ταξινόμηση του εγγράφου ή της επιλογής."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Έλεγχος _ορθογραφίας…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Ορισμός _γλώσσας…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Επισήμανση ανορθόγραφων λέξεων"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Επισήμανση ανορθόγραφων λέξεων"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Προεπιλεγμένη ρύθμιση για την επισήμανση ανορθόγραφων λέξεων."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Ρύθμιση προσθέτου ορθογραφίας"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Προεπιλογές για τα νέα έγγραφα"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Ορθογραφικός έλεγχος"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Ελέγχει την ορθογραφία του τρέχοντος εγγράφου."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Ε_ισαγωγή ημερομηνίας και ώρας…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Διαθέσιμες μορφοποιήσεις"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Τύπος προτροπής"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Εάν ο χρήστης θα πρέπει να προτρέπεται για μια μορφοποίηση ή αν θα πρέπει να "
+"χρησιμοποιείται η επιλεγμένη ή η προσαρμοσμένη μορφοποίηση."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Επιλεγμένη μορφοποίηση"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+"Επιλέξτε την μορφοποίηση που θα χρησιμοποιηθεί όταν θα εισάγετε ημερομηνία/"
+"ώρα."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Προσαρμοσμένη μορφοποίηση"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+"Η προσαρμοσμένη μορφοποίηση που χρησιμοποιείται όταν κάνετε εισαγωγή "
+"ημερομηνίας/ώρας."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Εισαγωγή ημερομηνίας και ώρας"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Χρήση της επι_λεγμένης μορφοποίησης"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Χρήση προσαρμοσμένης μορφοποίησης"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Εισαγωγή"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Ρύθμιση πρόσθετου ημερομηνίας/ώρας"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Κατά την εισαγωγή ημερομηνίας/ώρας…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Προτροπή για μορφοποίηση"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Εισαγωγή ημερομηνίας/ώρας"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Εισαγωγή τρέχουσας ημ/νίας και ώρας στη θέση του δρομέα."
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Κωδικοποίηση χαρακτήρων:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Τέλος γραμμής:"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Δεν είναι δυνατή η δημιουργία του καταλόγου «%s»: αποτυχία "
+#~ "g_mkdir_with_parents() : %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "Προ_σθήκη σχήματος"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "Το gedit είναι ο επίσημος επεξεργαστής κειμένου για το περιβάλλον "
+#~ "επιφάνειας εργασίας GNOME. Αν και στοχεύει στην απλότητα και στην ευκολία "
+#~ "χρήσης, το gedit είναι ένας ισχυρός επεξεργαστής κειμένου γενικής χρήσης."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Είτε γράφετε το επόμενο bestseller, είτε προγραμματίζετε μια καινοτόμα "
+#~ "εφαρμογή, ή απλά γράφετε κάποιες γρήγορες σημειώσεις, το gedit θα είναι "
+#~ "ένα αξιόπιστο εργαλείο για να πραγματοποιήσετε την εργασία σας."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Το ευέλικτο σύστημα προσθέτων του σας επιτρέπει να προσαρμόσετε την "
+#~ "εφαρμογή στις ανάγκες σας και να την χρησιμοποιήτε στις καθημερινές σας "
+#~ "εργασίες."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Εμφάνιση χάρτη επισκόπησης"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Αν η εφαρμογή θα προβάλλει τον χάρτη επισκόπησης του εγγράφου."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Η εργαλειοθήκη είναι ορατή"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Αν η εργαλειοθήκη θα είναι ορατή στα παράθυρα επεξεργασίας."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Μέγιστος αριθμός πρόσφατων αρχείων"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Καθορίζει το μέγιστο αριθμό των πρόσφατα ανοιγμένων εγγράφων που θα "
+#~ "εμφανίζονται στο υπομενού «Πρόσφατα έγγραφα»."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Λίστα των ενεργών πρόσθετων. Περιέχει την «Τοποθεσία» των ενεργών "
+#~ "πρόσθετων. Δείτε το αρχείο .gedit-plugin για να μάθετε την «Τοποθεσία» "
+#~ "ενός πρόσθετου."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Οι αλλαγές στο έγγραφο “%s” θα χαθούν οριστικά."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Η αποθήκευση έχει απενεργοποιηθεί από το διαχειριστή συστήματος."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Οι αλλαγές σε %d έγγραφο θα χαθούν οριστικά."
+#~ msgstr[1] "Οι αλλαγές σε %d έγγραφα θα χαθούν οριστικά."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Έ_γγραφα με μη αποθηκευμένες αλλαγές:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Άνοιγμα"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Δεν χρειάζεται να αποθηκευτούν αλλαγές"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Η τοποθεσία “%s” δεν είναι προς το παρόν διαθέσιμη."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Το σύστημά σας είναι εκτός σύνδεσης. Ελέγξτε το δίκτυό σας."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "Να _μη γίνει επεξεργασία"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Αυτό το αρχείο “%s” είναι ήδη ανοικτό σε άλλο παράθυρο."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Θέλετε να το επεξεργασθείτε οπωσδήποτε;"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr ""
+#~ "Αδύνατη η δημιουργία αντιγράφου ασφαλείας κατά την αποθήκευση του “%s”"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Αδύνατη η δημιουργία ενός προσωρινού αντιγράφου ασφαλείας κατά την "
+#~ "αποθήκευση του “%s”"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Αδύνατη η αντιγραφή του παλιού αντιγράφου του αρχείου πριν την αποθήκευση "
+#~ "του νέου. Μπορείτε να αγνοήσετε αυτήν την προειδοποίηση και να "
+#~ "αποθηκεύσετε το αρχείο, αλλά αν συμβεί κάποιο σφάλμα κατά την αποθήκευση, "
+#~ "θα χάσετε το παλιό αντίγραφο του. Θέλετε να το αποθηκεύσετε οπωσδήποτε;"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Το αρχείο “%s” άλλαξε στον δίσκο."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Απόθεση αλλαγών και επα_ναφόρτωση"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Ανιχνεύθηκαν μερικοί άκυροι χαρακτήρες κατά την αποθήκευση του “%s”"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Αν συνεχίσετε την αποθήκευση αυτού του αρχείου μπορεί να αχρηστευθεί το "
+#~ "έγγραφο. Να προχωρήσει η αποθήκευση;"
+
+#~ msgid "No results"
+#~ msgstr "Δε βρέθηκαν αποτελέσματα"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Άλλα έγ_γραφα…"
+
+#~ msgid "Open another file"
+#~ msgstr "Άνοιγμα άλλου αρχείου"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Εμφάνιση χάρτη επ_ισκόπησης"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Ένωση των επιλεγμένων γραμμών"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Insert timestamp"
+#~ msgstr "Εισαγωγή χρονικής σήμανσης"
+
+#~ msgid "Open"
+#~ msgstr "Άνοιγμα"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Άνοιγμα διαλόγου αρχείου"
+
+#~ msgid "Check update"
+#~ msgstr "Έλεγχος νέας έκδοσης"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Έλεγχος για την πιο πρόσφατη έκδοση του gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Υπήρξε σφάλμα κατά την εμφάνιση του URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Λήψη"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "Α_γνόηση έκδοσης"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Υπάρχει μια νέα έκδοση του gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Μπορείτε να κάνετε λήψη της νέας έκδοσης του gedit πατώντας το κουμπί "
+#~ "λήψη, ή να την αγνοήσετε και να περιμένετε για μια νεότερη"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Έκδοση που θα αγνοηθεί"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Έκδοση που θα αγνοηθεί μέχρι την κυκλοφορία της επόμενης."
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Παρακαλούμε ελέγξτε την εγκατάσταση σας."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Αδύνατο το άνοιγμα του αρχείου διεπαφής χρήστη %s. Σφάλμα: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Αδυναμία εύρεσης του αντικειμένου «%s» μέσα στο αρχείο %s."
+
+#~ msgid "Tools"
+#~ msgstr "Εργαλεία"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Επεξεργαστής κειμένου gedit"
+
+#~ msgid "_About"
+#~ msgstr "_Περί"
+
+#~ msgid "_Ignore"
+#~ msgstr "Α_γνόηση"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Διαχείριση _εξωτερικών εργαλείων..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Γρήγορο άνοιγμα..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Διαχείριση _αποσπασμάτων..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "Έ_λεγχος ορθογραφίας..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Ορισμός γ_λώσσας..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Ει_σαγωγή ώρας και ημερομηνίας..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Άνοιγμα νέου παραθύρου"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Άνοιγμα νέου εγγράφου"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Θέστε την γεωμετρία του μεγέθους του παραθύρου (ΠΛΑΤΟΣxΥΨΟΣ+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "ΓΕΩΜΕΤΡΙΑ"
+
+#~ msgid "Edit"
+#~ msgstr "Επεξεργασία"
+
+#~ msgid "Help"
+#~ msgstr "Βοήθεια"
+
+#~ msgid "Question"
+#~ msgstr "Ερώτηση"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(όχι προτεινόμενες λέξεις)"
+
+#~ msgid "_More..."
+#~ msgstr "_Περισσότερα..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Αγνόηση όλων"
+
+#~ msgid "_Add"
+#~ msgstr "_Προσθήκη"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Συμβουλές ορθογραφίας..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Σφάλμα κατά τον έλεγχο ορθογραφίας της λέξης “%s”: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Σφάλμα:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Ο έλεγχος ορθογραφίας ολοκληρώθηκε"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Δεν υπάρχουν ανορθόγραφες λέξεις"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(διόρθωση ορθογραφίας)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Συμβουλές"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Άγνωστο (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Προεπιλεγμένη"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Επιλέξτε τη γ_λώσσα του τρέχοντος εγγράφου."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Ανορθόγραφη λέξη:"
+
+#~ msgid "word"
+#~ msgstr "λέξη"
+
+#~ msgid "Change _to:"
+#~ msgstr "Αλλαγή _σε:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Έλεγχος _λέξης"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Συμβουλές:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Αγνόηση ό_λων"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Αλλα_γή"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Αλλαγή ό_λων"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Λεξικό χρήστη:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Προσθήκη λέ_ξης"
+
+#~ msgid "Minimap is Visible"
+#~ msgstr "Ο μικροχάρτης είναι ορατός"
+
+#~ msgid "Whether the minimap for the document should be visible."
+#~ msgstr "Αν η ο μικροχάρτης για το έγγραφο πρέπει να είναι ορατός."
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "_Minimap"
+#~ msgstr "_Μικροχάρτης"
+
+#~ msgid "_OK"
+#~ msgstr "_Εντάξει"
+
+#~ msgid "Set language"
+#~ msgstr "Ορισμός γλώσσας"
+
+#~ msgid "Languages"
+#~ msgstr "Γλώσσες"
+
+#~ msgid "The document is empty."
+#~ msgstr "Το έγγραφο είναι κενό."
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'WINDOWS-1253', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Αυτόματα εντοπιζόμενες κωδικοποιήσεις"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Ταξινομημένη λίστα από κωδικοποιήσεις που χρησιμοποιεί το gedit για την "
+#~ "αυτόματη αναγνώριση της κωδικοποίησης ενός αρχείου. \"CURRENT\" είναι η "
+#~ "τρέχουσα κωδικοποίηση των ρυθμίσεων τοπικότητας. Χρησιμοποιούνται μόνο "
+#~ "αναγνωρισμένες κωδικοποιήσεις."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['WINDOWS-1253', 'ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Κωδικοποιήσεις που εμφανίζονται στο μενού"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Μια λίστα κωδικοποιήσεων που εμφανίζονται στο μενού κωδικοποίησης "
+#~ "χαρακτήρων στον επιλογέα άνοιγμα/αποθήκευση. Μόνο αναγνωρισμένες "
+#~ "κωδικοποιήσεις χρησιμοποιούνται."
+
+#~ msgid "Character encodings"
+#~ msgstr "Κωδικοποιήσεις χαρακτήρων"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Κω_δικοποιήσεις που εμφανίζονται στο μενού:"
+
+#~ msgid "_Ignore case"
+#~ msgstr "Α_γνόηση χαρακτήρα"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Δεν θα μπορείτε να αναιρέσετε την ενέργεια ταξινόμησης"
+
+#~ msgid "P_revious Page"
+#~ msgstr "Π_ροηγούμενη σελίδα"
+
+#~ msgid "_Next Page"
+#~ msgstr "Επόμε_νη σελίδα"
+
+#~ msgid "Replace"
+#~ msgstr "Αντικατάσταση"
+
+#~ msgid "_Search for: "
+#~ msgstr "Α_ναζήτηση για: "
+
+#~ msgid "About gedit"
+#~ msgstr "Περί gedit"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Αν η εφαρμογή θα δημιουργεί αντίγραφα ασφαλείας για τα αρχεία που "
+#~ "αποθηκεύει. Μπορείτε να ορίσετε την επέκταση των αρχείων ασφαλείας με την "
+#~ "επιλογή \"Επέκταση αρχείου ασφαλείας\"."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "Recent files"
+#~ msgstr "Πρόσφατα αρχεία"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Δυτική"
+
+#~ msgid "Central European"
+#~ msgstr "Κεντρικής Ευρώπης"
+
+#~ msgid "South European"
+#~ msgstr "Νότιας Ευρώπης"
+
+#~ msgid "Baltic"
+#~ msgstr "Βαλτική"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Κυριλλική"
+
+#~ msgid "Arabic"
+#~ msgstr "Αραβική"
+
+#~ msgid "Greek"
+#~ msgstr "Ελληνική"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Εβραϊκή Visual"
+
+#~ msgid "Turkish"
+#~ msgstr "Τουρκική"
+
+#~ msgid "Nordic"
+#~ msgstr "Nordic"
+
+#~ msgid "Celtic"
+#~ msgstr "Κελτική"
+
+#~ msgid "Romanian"
+#~ msgstr "Ρουμανική"
+
+#~ msgid "Armenian"
+#~ msgstr "Αρμενική"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Παραδοσιακή Κινεζική"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Κυριλλική/Ρωσική"
+
+#~ msgid "Japanese"
+#~ msgstr "Ιαπωνική"
+
+#~ msgid "Korean"
+#~ msgstr "Κορεάτικη"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Απλοποιημένη Κινεζική"
+
+#~ msgid "Georgian"
+#~ msgstr "Γεωργιανή"
+
+#~ msgid "Hebrew"
+#~ msgstr "Εβραϊκή"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Κυριλλική/Ουκρανική"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Βιετναμέζικη"
+
+#~ msgid "Thai"
+#~ msgstr "Ταϊλανδέζικη"
+
+#~ msgid "Unknown"
+#~ msgstr "Άγνωστο"
+
+#~ msgid "The file is too big."
+#~ msgstr "Το αρχείο είναι πολύ μεγάλο."
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Πάροχος δεδομένων Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Καταγράφει την πρόσβαση και την έξοδο σε έγγραφα που χρησιμοποιούνται με "
+#~ "το gedit"
+
+#~ msgid "Show the application's help"
+#~ msgstr "Εμφάνιση βοήθειας της εφαρμογής"
+
+#~ msgid "Enter GApplication service mode"
+#~ msgstr "Εισαγωγή κατάστασης υπηρεσίας GApplication"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Επεξεργασία αρχείων κειμένου"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Εκτελέστε '%s --help' για να δείτε μια πλήρη λίστα των διαθέσιμων "
+#~ "επιλογών γραμμής εντολών.\n"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Προτιμήσεις gedit"
+
+#~ msgid "_Update"
+#~ msgstr "_Ενημέρωση"
+
+#~ msgid "File Name"
+#~ msgstr "Όνομα αρχείου"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Αποσπάσματα:"
+
+#~ msgid "Language:"
+#~ msgstr "Γλώσσα:"
+
+#~ msgid "Language"
+#~ msgstr "Γλώσσα"
+
+#~ msgid "Empty"
+#~ msgstr "Κενή"
+
+#~ msgid "column"
+#~ msgstr "στήλη"
+
+#~ msgid "_Open..."
+#~ msgstr "Άν_οιγμα..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "_Προτιμήσεις"
+
+#~ msgid "Configure the application"
+#~ msgstr "Ρύθμιση της εφαρμογής"
+
+#~ msgid "_Contents"
+#~ msgstr "_Περιεχόμενα"
+
+#~ msgid "Save _As..."
+#~ msgstr "Αποθήκευση _ως..."
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Επαναφορά σε μια αποθηκευμένη έκδοση του αρχείου"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Προε_πισκόπηση εκτύπωσης"
+
+#~ msgid "Print preview"
+#~ msgstr "Προεπισκόπηση εκτύπωσης"
+
+#~ msgid "_Print..."
+#~ msgstr "_Εκτύπωση..."
+
+#~ msgid "Undo the last action"
+#~ msgstr "Αναίρεση της τελευταίας ενέργειας"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Ακύρωση της τελευταίας ανηρημένης ενέργειας"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Αποκοπή της επιλογής"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Αντιγραφή της επιλογής"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Διαγραφή επιλεγμένου κειμένου"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "Λειτουργία _επισήμανσης..."
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "Αλλάζει την λειτουργία επισήμανσης του ενεργού εγγράφου"
+
+#~ msgid "_Find..."
+#~ msgstr "_Εύρεση..."
+
+#~ msgid "Search for text"
+#~ msgstr "Αναζήτηση για κείμενο"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Αναζήτηση προς τα πίσω για το ίδιο κείμενο"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Αναζήτηση προς τα πίσω για το ίδιο κείμενο"
+
+#~ msgid "_Replace..."
+#~ msgstr "_Αντικατάσταση..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Εύρεση και αντικατάσταση κειμένου"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Εκκαθάριση επισήμανσης ταιριασμάτων αναζήτησης"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Μετάβαση σε συγκεκριμένη γραμμή"
+
+#~ msgid "Save all open files"
+#~ msgstr "Αποθήκευση όλων των ανοιχτών εγγράφων"
+
+#~ msgid "Close all open files"
+#~ msgstr "Κλείσιμο όλων των ανοιχτών εγγράφων"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Ενεργοποίηση προηγούμενου εγγράφου"
+
+#~ msgid "Activate next document"
+#~ msgstr "Ενεργοποίηση επόμενου εγγράφου"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Μετακίνηση του τρέχοντος εγγράφου σε νέο παράθυρο"
+
+#~ msgid "Close the current file"
+#~ msgstr "Κλείσιμο του τρέχοντος αρχείου"
+
+#~ msgid "Quit the program"
+#~ msgstr "Έξοδος από το πρόγραμμα"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_Εργαλειοθήκη"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Αλλαγή της ορατότητας της εργαλειοθήκης στο τρέχον παράθυρο"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Αλλαγή της ορατότητας της γραμμής κατάστασης στο τρέχον παράθυρο"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Επεξεργασία κειμένου σε πλήρη οθόνη"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Εμφάνιση ή απόκρυψη της πλευρικής στήλης στο τρέχον παράθυρο"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Εμφάνιση ή απόκρυψη του κάτω πλαισίου στο τρέχον παράθυρο"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Άνοιγμα '%s'"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Ενεργοποίηση '%s'"
+
+#~ msgid "Change Case"
+#~ msgstr "Αλλαγή τύπου"
+
+#~ msgid "C_hange Case"
+#~ msgstr "Αλλα_γή τύπου"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Όλα κε_φαλαία"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Όλα πε_ζά"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Εναλλαγή πεζών-κεφαλαίων στο επιλεγμένο κείμενο"
+
+#~ msgid "_Title Case"
+#~ msgstr "Γράμματα _τίτλου"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Κεφαλαίο το πρώτο γράμμα κάθε επιλεγμένης λέξης"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Λήψη στατιστικών πληροφοριών για το τρέχον έγγραφο"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Ανοίγει την διαχείριση εξωτερικών εργαλείων"
+
+#~ msgid "External tools"
+#~ msgstr "Εξωτερικά εργαλεία"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Γρήγορο άνοιγμα εγγράφων"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Διαχείριση αποσπασμάτων"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Ταξινόμηση του τρέχοντος εγγράφου ή της επιλογής"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Αναζητά στο τρέχον έγγραφο ορθογραφικά λάθη"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Αυτόματος έλεγχος ορθογραφίας στο τρέχον έγγραφο"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Εισαγωγή τρέχουσας ημ/νίας και ώρας στη θέση του δρομέα"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Όριο ενεργειών αναίρεσης (ΞΕΠΕΡΑΣΜΕΝΟ)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Μέγιστος αριθμός ενεργειών για αναίρεση ή ακύρωση αναίρεσης. "
+#~ "Χρησιμοποιήστε το «-1» για απεριόριστο αριθμό ενεργειών. Ξεπερασμένο στο "
+#~ "2.12.0"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr ""
+#~ "Η τοποθεσία του αρχείου δε μπορεί να προσπελαστεί επειδή δεν έχει "
+#~ "προσαρτηθεί."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "Το gedit άνοιξε αυτό το αρχείο σε λειτουργία χωρίς επεξεργασία. Θέλετε να "
+#~ "το επεξεργαστείτε οπωσδήποτε;"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr ""
+#~ "Θέλετε να παρατήσετε τις αλλαγές σας και να φορτώσετε εκ νέου το αρχείο;"
+
+#~ msgid "Replace All"
+#~ msgstr "Αντικατάσταση όλων"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Απενεργοποίηση επισήμανσης σύνταξης"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Ορισμός του ριζικού καταλόγου στην ενεργή τοποθεσία του εγγράφου"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Άνοιγμα ενός τερματικού στον τρέχοντα κατάλογο"
+
+#~ msgid "file"
+#~ msgstr "αρχείο"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Μετακίνηση του επιλεγμένου αρχείου ή φακέλου στα απορρίμματα"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Διαγραφή επιλεγμένου αρχείου ή φακέλου"
+
+#~ msgid "Open selected file"
+#~ msgstr "Άνοιγμα επιλεγμένου αρχείου"
+
+#~ msgid "Up"
+#~ msgstr "Πάνω"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Άνοιγμα του μητρικού φακέλου"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Προσθήκη ενός νέου κενού φακέλου"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Προσθήκη ενός νέου κενού αρχείου"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Μετονομασία του επιλεγμένου αρχείου ή φακέλου"
+
+#~ msgid "_Previous Location"
+#~ msgstr "_Προηγούμενη τοποθεσία"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Μετάβαση στη προηγούμενη αναγνωσμένη τοποθεσία"
+
+#~ msgid "_Next Location"
+#~ msgstr "Επόμε_νη τοποθεσία"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Μετάβαση στην επόμενη αναγνωσμένη τοποθεσία"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Ανανέωση της προβολής"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Προβολή καταλόγου στο περιηγητή αρχείων"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Προβολή κρυφών αρχείων και φακέλων"
+
+#~ msgid "Show binary files"
+#~ msgstr "Προβολή αρχείων binary"
+
+#~ msgid "Quick open"
+#~ msgstr "Γρήγορο άνοιγμα"
+
+#~ msgid "Text;"
+#~ msgstr "Text;Κείμενο;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Αποσύνδεση _χωρίς αποθήκευση"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Εκτέλεση του gedit στο παρασκήνιο"
+
+#~ msgid "_Add..."
+#~ msgstr "_Προσθήκη..."
+
+#~ msgid "Previous location"
+#~ msgstr "Προηγούμενη τοποθεσία"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Μετάβαση σε προηγούμενη ανοιγμένη τοποθεσία"
+
+#~ msgid "Next location"
+#~ msgstr "Επόμενη τοποθεσία"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "Διαχείριση εξωτερικών εργαλείων"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "Μια λίστα από σχήματα VFS που υποστηρίζει το gedit σε λειτουργία "
+#~ "εγγραφής. Το σχήμα 'αρχείο' είναι προεπιλεγμένα εγγράψιμο."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Εγγράψιμα σχήματα VFS"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Διαχειριστής Snippets"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "Η κάτω εργαλειοθήκη είναι ορατή"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Στυλ για κουμπιά εργαλειοθήκης. Οι πιθανές τιμές είναι "
+#~ "\"GEDIT_TOOLBAR_SYSTEM\" για χρήση του προεπιλεγμένου στυλ του "
+#~ "συστήματος, \"GEDIT_TOOLBAR_ICONS\" για την προβολή μόνο των εικονιδίων, "
+#~ "και \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" για προβολή εικονιδίων και κειμένου "
+#~ "και \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" για προβολή κειμένου "
+#~ "προτεραιότητας δίπλα σε εικόνες. Σημειώστε ότι στις τιμές υπάρχει "
+#~ "διάκριση πεζών-κεφαλαίων και πρέπει να εμφανιστούν όπως ακριβώς "
+#~ "αναφέρονται εδώ."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Στυλ κουμπιών εργαλειοθήκης"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr ""
+#~ "Αν η εφαρμογή θα επισημαίνει την αγκύλη που ταιριάζει με την επιλεγμένη."
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr ""
+#~ "Αν η κάτω εργαλειοθήκη στο κάτω μέρος του ενεργού παραθύρου θα είναι "
+#~ "ορατή."
+
+#~ msgid "Current Line"
+#~ msgstr "Τρέχουσα γραμμή"
+
+#~ msgid "Right Margin"
+#~ msgstr "Δεξιό περιθώριο"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "_Δεξιό περιθώριο στη στήλη:"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[ΑΡΧΕΙΟ...]"
+
+#~ msgid "Plugin"
+#~ msgstr "Πρόσθετη λειτουργία"
+
+#~ msgid "Enabled"
+#~ msgstr "Ενεργοποιημένο"
+
+#~ msgid "C_onfigure"
+#~ msgstr "_Ρύθμιση"
+
+#~ msgid "A_ctivate"
+#~ msgstr "Ενεργο_ποίηση"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Ενεργοποίηση ό_λων"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "_Απενεργοποίηση όλων"
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "Ενεργές _πρόσθετες λειτουργίες:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "_Περί πρόσθετης λειτουργίας"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Αδύνατη η αρχικοποίηση της διαχείρισης προτιμήσεων."
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "Αναμενόταν `%s', λήφθηκε `%s' για το κλειδί %s"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "Είναι αδύνατος ο αυτόματος εντοπισμός της κωδικοποίησης χαρακτήρων."
+
+#~ msgid "Page Set_up..."
+#~ msgstr "_Διαμόρφωση σελίδας..."
+
+#~ msgid "Set up the page settings"
+#~ msgstr "Διαμόρφωση ρυθμίσεων σελίδας"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "Αυ_ξητική αναζήτηση..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "Διαδραστική αναζήτηση κειμένου"
+
+#~ msgid "Tags"
+#~ msgstr "Tags"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Επιλέξτε την ομάδα tags που επιθυμείτε να χρησιμοποιήσετε"
+
+#~ msgid "_Preview"
+#~ msgstr "_Προεπισκόπηση"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "Διαθέσιμες λίστες tag"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "Abbreviated form"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Σύντμηση"
+
+#~ msgid "Above"
+#~ msgstr "Πάνω"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "Χαρακτήρας πλήκτρου προσιτότητας"
+
+#~ msgid "Acronym"
+#~ msgstr "Ακρώνυμο"
+
+#~ msgid "Align"
+#~ msgstr "Στοίχιση"
+
+#~ msgid "Alignment character"
+#~ msgstr "Στοίχιση χαρακτήρα"
+
+#~ msgid "Alternative"
+#~ msgstr "Εναλλακτικό"
+
+#~ msgid "Anchor"
+#~ msgstr "Άγκυρα"
+
+#~ msgid "Anchor URI"
+#~ msgstr "Άγκυρα URI"
+
+#~ msgid "Applet class file code"
+#~ msgstr "Κώδικας αρχείου Applet class"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Κώδικας αρχείου Applet class (deprecated)"
+
+#~ msgid "Array"
+#~ msgstr "Διάταξη"
+
+#~ msgid "Associated information"
+#~ msgstr "Συσχετιζόμενες πληροφορίες"
+
+#~ msgid "Author info"
+#~ msgstr "Πληροφορίες συγγραφέα"
+
+#~ msgid "Axis related headers"
+#~ msgstr "Κεφαλίδες σχετικές με άξονα"
+
+#~ msgid "Background color"
+#~ msgstr "Χρώμα παρασκηνίου"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "Χρώμα παρασκηνίου (deprecated)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "Πλακίδιο υφής παρασκηνίου"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "Πλακίδιο υφής παρασκηνίου (deprecated)"
+
+#~ msgid "Base URI"
+#~ msgstr "Base URI"
+
+#~ msgid "Base font"
+#~ msgstr "Base font"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Base font (deprecated)"
+
+#~ msgid "Bold"
+#~ msgstr "Έντονα"
+
+#~ msgid "Border"
+#~ msgstr "Περίγραμμα"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "Border (deprecated)"
+
+#~ msgid "Border color"
+#~ msgstr "Χρώμα περιγράμματος"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "Μέγεθος γραμμής κελιού"
+
+#~ msgid "Center"
+#~ msgstr "Κέντρο"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "Center (deprecated)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Κωδικοποίηση χαρακτήρων του συνδεδεμένου πόρου"
+
+#~ msgid "Checked (state)"
+#~ msgstr "Ελεγμένο (κατάσταση)"
+
+#~ msgid "Checked state"
+#~ msgstr "Επιλεγμένη κατάσταση"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "Παραθέστε το λόγο της αλλαγής"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "Class implementation ID"
+
+#~ msgid "Class list"
+#~ msgstr "Class list"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "Εκκαθάριση ελέγχου ροής κειμένου"
+
+#~ msgid "Code content type"
+#~ msgstr "Είδος περιεχομένου κώδικα"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "Χρώμα επιλεγμένων δεσμών (deprecated)"
+
+#~ msgid "Column span"
+#~ msgstr "Μέγεθος στήλης"
+
+#~ msgid "Comment"
+#~ msgstr "Σχόλιο"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "Κομμάτι κώδικα υπολογιστή"
+
+#~ msgid "Content type"
+#~ msgstr "Τύπος περιεχομένου"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "Τύπος περιεχομένου (deprecated)"
+
+#~ msgid "Coordinates"
+#~ msgstr "Συντεταγμένες"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV Style container"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV container"
+
+#~ msgid "Date and time of change"
+#~ msgstr "Ημερομηνία και ώρα της αλλαγής"
+
+#~ msgid "Declare flag"
+#~ msgstr "Declare flag"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Μετάθεση γνωρίσματος"
+
+#~ msgid "Definition description"
+#~ msgstr "Περιγραφή ορισμού"
+
+#~ msgid "Definition list"
+#~ msgstr "Λίστα ορισμών"
+
+#~ msgid "Definition term"
+#~ msgstr "Όρος ορισμού"
+
+#~ msgid "Deleted text"
+#~ msgstr "Διαγραμμένο κείμενο"
+
+#~ msgid "Direction"
+#~ msgstr "Κατεύθυνση"
+
+#~ msgid "Directionality"
+#~ msgstr "Κατευθυντικότητα"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "Κατευθυντικότητα (deprecated)"
+
+#~ msgid "Directory list"
+#~ msgstr "Λίστα καταλόγου"
+
+#~ msgid "Disabled"
+#~ msgstr "Απενεργοποιημένο"
+
+#~ msgid "Document base"
+#~ msgstr "Βάση εγγράφου"
+
+#~ msgid "Document body"
+#~ msgstr "Σώμα εγγράφου"
+
+#~ msgid "Document head"
+#~ msgstr "Κεφαλίδα εγγράφου"
+
+#~ msgid "Document title"
+#~ msgstr "Τίτλος εγγράφου"
+
+#~ msgid "Element ID"
+#~ msgstr "Element ID"
+
+#~ msgid "Embedded object"
+#~ msgstr "Ενσωματωμένο αντικείμενο"
+
+#~ msgid "Emphasis"
+#~ msgstr "Έμφαση"
+
+#~ msgid "Encode type"
+#~ msgstr "Τύπος κωδικοποίησης"
+
+#~ msgid "Figure"
+#~ msgstr "Figure"
+
+#~ msgid "Font face"
+#~ msgstr "Στοιχείο γραμματοσειράς"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Font face (deprecated)"
+
+#~ msgid "For label"
+#~ msgstr "Για ετικέτα"
+
+#~ msgid "Forced line break"
+#~ msgstr "Forced line break"
+
+#~ msgid "Form"
+#~ msgstr "Φόρμα"
+
+#~ msgid "Form action handler"
+#~ msgstr "Χειριστής ενέργειας φόρμας"
+
+#~ msgid "Form control group"
+#~ msgstr "Form control group"
+
+#~ msgid "Form field label text"
+#~ msgstr "Ετικέτα κειμένου πεδίου φόρμας"
+
+#~ msgid "Form input"
+#~ msgstr "Form input"
+
+#~ msgid "Form input type"
+#~ msgstr "Τύπος input φόρμας"
+
+#~ msgid "Form method"
+#~ msgstr "Μέθοδος φόρμας"
+
+#~ msgid "Forward link"
+#~ msgstr "Δεσμός Μπροστά"
+
+#~ msgid "Frame"
+#~ msgstr "Πλαίσιο"
+
+#~ msgid "Frame border"
+#~ msgstr "Περίγραμμα πλαισίου"
+
+#~ msgid "Frame render parts"
+#~ msgstr "Frame render parts"
+
+#~ msgid "Frame source"
+#~ msgstr "Πηγή πλαισίου"
+
+#~ msgid "Frame spacing"
+#~ msgstr "Απόσταση πλαισίου"
+
+#~ msgid "Frame target"
+#~ msgstr "Στόχος πλαισίου"
+
+#~ msgid "Frameborder"
+#~ msgstr "Frameborder"
+
+#~ msgid "Frameset"
+#~ msgstr "Frameset"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Στήλες Frameset"
+
+#~ msgid "Frameset rows"
+#~ msgstr "Γραμμές Frameset"
+
+#~ msgid "Framespacing"
+#~ msgstr "Framespacing"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "Γενικό ενσωματωμένο αντικείμενο"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "Γενικές μεταπληροφορίες"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - Ειδικοί Χαρακτήρες"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - Tags"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML root element"
+
+#~ msgid "HTML version"
+#~ msgstr "Έκδοση HTML"
+
+#~ msgid "HTTP header name"
+#~ msgstr "Όνομα κεφαλίδας HTML"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "ID's κελιού κεφαλίδας"
+
+#~ msgid "Heading"
+#~ msgstr "Κεφαλίδα"
+
+#~ msgid "Heading 1"
+#~ msgstr "Επικεφαλίδα 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "Επικεφαλίδα 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "Επικεφαλίδα 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "Επικεφαλίδα 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "Επικεφαλίδα 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "Επικεφαλίδα 6"
+
+#~ msgid "Height"
+#~ msgstr "Ύψος"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "Οριζόντια γραμμή"
+
+#~ msgid "Horizontal space"
+#~ msgstr "Οριζόντιο διάστημα"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "Οριζόντιο διάστημα (deprecated)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "I18N BiDi override"
+
+#~ msgid "Image"
+#~ msgstr "Εικόνα"
+
+#~ msgid "Image map"
+#~ msgstr "Χάρτης εικόνας"
+
+#~ msgid "Image map area"
+#~ msgstr "Περιοχή χάρτη εικόνας"
+
+#~ msgid "Image map name"
+#~ msgstr "Όνομα χάρτη εικόνας"
+
+#~ msgid "Image source"
+#~ msgstr "Πηγή εικόνας"
+
+#~ msgid "Inline frame"
+#~ msgstr "Inline frame"
+
+#~ msgid "Inline layer"
+#~ msgstr "Inline layer"
+
+#~ msgid "Instance definition"
+#~ msgstr "Περιγραφή Instance"
+
+#~ msgid "Italic text"
+#~ msgstr "Πλάγιο κείμενο"
+
+#~ msgid "Java applet"
+#~ msgstr "Εφαρμογίδιο Java"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Εφαρμογίδιο Java (deprecated)"
+
+#~ msgid "Label"
+#~ msgstr "Ετικέτα"
+
+#~ msgid "Language code"
+#~ msgstr "Κωδικός γλώσσας"
+
+#~ msgid "Large text style"
+#~ msgstr "Στυλ μεγάλου κειμένου"
+
+#~ msgid "Layer"
+#~ msgstr "Layer"
+
+#~ msgid "Link color"
+#~ msgstr "Χρώμα συνδέσμου"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "Χρώμα συνδέσμου (deprecated)"
+
+#~ msgid "List item"
+#~ msgstr "Αντικείμενο λίστας"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "Λίστα από τύπους MIME για ανέβασμα αρχείων"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "Λίστα από υποστηριζόμενες κωδικοποιήσεις χαρακτήρων"
+
+#~ msgid "Listing"
+#~ msgstr "Λίστα"
+
+#~ msgid "Local change to font"
+#~ msgstr "Τοπική αλλαγή γραμματοσειράς"
+
+#~ msgid "Long description link"
+#~ msgstr "Περιγραφή"
+
+#~ msgid "Long quotation"
+#~ msgstr "Μεγάλη παράθεση"
+
+#~ msgid "Mail link"
+#~ msgstr "Σύνδεσμος αλληλογραφίας"
+
+#~ msgid "Marquee"
+#~ msgstr "Marquee"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "Μέγιστο μάκρος πεδίου κειμένου"
+
+#~ msgid "Media-independent link"
+#~ msgstr "Σύνδεσμος ανεξάρτητος από media"
+
+#~ msgid "Menu list"
+#~ msgstr "Λίστα μενού"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "Menu list (deprecated)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "Πεδίο κειμένου πολλαπλών γραμμών"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Πολλαπλής στήλης"
+
+#~ msgid "Multiple"
+#~ msgstr "Πολλαπλή"
+
+#~ msgid "Name"
+#~ msgstr "Όνομα"
+
+#~ msgid "Named property value"
+#~ msgstr "Τιμή ιδιότητας με όνομα"
+
+#~ msgid "Next ID"
+#~ msgstr "Next ID"
+
+#~ msgid "No URI"
+#~ msgstr "Όχι URI"
+
+#~ msgid "No embedded objects"
+#~ msgstr "Δεν υπάρχουν ενσωματωμένα αντικείμενα"
+
+#~ msgid "No frames"
+#~ msgstr "Όχι πλαίσια"
+
+#~ msgid "No layers"
+#~ msgstr "Όχι layers"
+
+#~ msgid "No line break"
+#~ msgstr "Όχι αλλαγή γραμμής"
+
+#~ msgid "No script"
+#~ msgstr "Όχι δέσμη ενεργειών"
+
+#~ msgid "No shade"
+#~ msgstr "Όχι σκίαση"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "No shade (deprecated)"
+
+#~ msgid "No word wrap"
+#~ msgstr "Όχι αναδίπλωση γραμμής"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "Όχι αναδίπλωση γραμμής (deprecated)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "Διάστημα χωρίς αλλαγή"
+
+#~ msgid "Note"
+#~ msgstr "Σημείωση"
+
+#~ msgid "Object applet file"
+#~ msgstr "Αρχείο αντικειμένου εφαρμογιδίου"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Αρχείο αντικειμένου εφαρμογιδίου (deprecated)"
+
+#~ msgid "Object data reference"
+#~ msgstr "Object data reference"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "Offset για χαρακτήρα στοίχισης"
+
+#~ msgid "OnBlur event"
+#~ msgstr "γεγονός OnBlur"
+
+#~ msgid "OnChange event"
+#~ msgstr "γεγονός OnChange"
+
+#~ msgid "OnClick event"
+#~ msgstr "γεγονός OnClick"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "γεγονός OnDblClick"
+
+#~ msgid "OnFocus event"
+#~ msgstr "γεγονός OnFocus"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "γεγονός OnKeyDown"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "γεγονός OnKeyPress"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "γεγονός OnKeyUp"
+
+#~ msgid "OnLoad event"
+#~ msgstr "γεγονός OnLoad"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "γεγονός OnMouseDown"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "γεγονός OnMouseMove"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "γεγονός OnMouseOut"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "γεγονός OnMouseOver"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "γεγονός OnMouseUp"
+
+#~ msgid "OnReset event"
+#~ msgstr "γεγονός OnReset"
+
+#~ msgid "OnSelect event"
+#~ msgstr "γεγονός OnSelect"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "γεγονός OnSubmit"
+
+#~ msgid "OnUnload event"
+#~ msgstr "γεγονός OnUnload"
+
+#~ msgid "Option group"
+#~ msgstr "Ομάδα επιλογών"
+
+#~ msgid "Option selector"
+#~ msgstr "Επιλογέας επιλογών"
+
+#~ msgid "Ordered list"
+#~ msgstr "Ταξινομημένη λίστα"
+
+#~ msgid "Output media"
+#~ msgstr "Μέσα αποτελέσματος"
+
+#~ msgid "Paragraph"
+#~ msgstr "Παράγραφος"
+
+#~ msgid "Paragraph class"
+#~ msgstr "Paragraph class"
+
+#~ msgid "Paragraph style"
+#~ msgstr "Στυλ παραγράφου"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "Προμορφοποιημένη λίστα"
+
+#~ msgid "Preformatted text"
+#~ msgstr "Προμορφοποιημένο κείμενο"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Profile metainfo dictionary"
+
+#~ msgid "Push button"
+#~ msgstr "Κουμπί push"
+
+#~ msgid "Quote"
+#~ msgstr "Παράθεση"
+
+#~ msgid "Range"
+#~ msgstr "Εύρος"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "Κείμενο μόνο για ανάγνωση και κωδικός"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "Μειωμένο διάστιχο"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "Μειωμένο διάστιχο (deprecated)"
+
+#~ msgid "Reverse link"
+#~ msgstr "Αναστροφή δεσμού"
+
+#~ msgid "Root"
+#~ msgstr "Root"
+
+#~ msgid "Rows"
+#~ msgstr "Γραμμές"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "Χάρακες μεταξύ γραμμών και στηλών"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "Δείγμα αποτελέσματος προγράμματος, δέσμες ενεργειών"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "Σκοπός που καλύπτεται από κελιά κεφαλίδας"
+
+#~ msgid "Script language name"
+#~ msgstr "Όνομα γλώσσας δέσμης ενεργειών"
+
+#~ msgid "Script statements"
+#~ msgstr "Ορισμοί δέσμης ενεργειών"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Γραμμή κύλισης"
+
+#~ msgid "Selectable option"
+#~ msgstr "Επιλογή"
+
+#~ msgid "Server-side image map"
+#~ msgstr "Χάρτης εικόνας στη μεριά του εξυπηρετητή"
+
+#~ msgid "Shape"
+#~ msgstr "Σχήμα"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "Short inline quotation"
+
+#~ msgid "Single line prompt"
+#~ msgstr "Ειδοποίηση μιας γραμμής"
+
+#~ msgid "Size"
+#~ msgstr "Μέγεθος"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "Size (deprecated)"
+
+#~ msgid "Small text style"
+#~ msgstr "Στυλ μικρού κειμένου"
+
+#~ msgid "Soft line break"
+#~ msgstr "Soft line break"
+
+#~ msgid "Sound"
+#~ msgstr "Ήχος"
+
+#~ msgid "Source"
+#~ msgstr "Πηγή"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "Λίστα αρχείου διαχωρισμένη με κενά"
+
+#~ msgid "Spacer"
+#~ msgstr "Spacer"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "Διάστιχο μεταξύ κελιών"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "Διάστιχο μεταξύ κελιών"
+
+#~ msgid "Span"
+#~ msgstr "Span"
+
+#~ msgid "Square root"
+#~ msgstr "Τετραγωνική ρίζα"
+
+#~ msgid "Standby load message"
+#~ msgstr "Standby load message"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "Starting sequence number"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "Starting sequence number (deprecated)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "Κείμενο διακριτής γραφής"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Στυλ διακριτής γραφής κειμένου (deprecated)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "Στυλ διακριτής γραφής κειμένου"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Στυλ διακριτής γραφής κειμένου (deprecated)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "Ισχυρή έμφαση"
+
+#~ msgid "Style info"
+#~ msgstr "Πληροφορίες στυλ"
+
+#~ msgid "Subscript"
+#~ msgstr "Subscript"
+
+#~ msgid "Superscript"
+#~ msgstr "Superscript"
+
+#~ msgid "Tab order position"
+#~ msgstr "Θέση σειράς Tab"
+
+#~ msgid "Table"
+#~ msgstr "Πίνακας"
+
+#~ msgid "Table body"
+#~ msgstr "Σώμα πίνακα"
+
+#~ msgid "Table caption"
+#~ msgstr "Λεζάντα πίνακα"
+
+#~ msgid "Table column group properties"
+#~ msgstr "Ιδιότητες ομάδας στηλών πίνακα"
+
+#~ msgid "Table column properties"
+#~ msgstr "Ιδιότητα στήλης πίνακα"
+
+#~ msgid "Table data cell"
+#~ msgstr "Κελί δεδομένων πίνακα"
+
+#~ msgid "Table footer"
+#~ msgstr "Υποσέλιδο πίνακα"
+
+#~ msgid "Table header"
+#~ msgstr "Κεφαλίδα πίνακα"
+
+#~ msgid "Table header cell"
+#~ msgstr "Κελί κεφαλίδας πίνακα"
+
+#~ msgid "Table row"
+#~ msgstr "Γραμμή πίνακα"
+
+#~ msgid "Table summary"
+#~ msgstr "Περίληψη πίνακα"
+
+#~ msgid "Target - Blank"
+#~ msgstr "Στόχος - Κενή"
+
+#~ msgid "Target - Parent"
+#~ msgstr "Στόχος - Μητρική"
+
+#~ msgid "Target - Self"
+#~ msgstr "Στόχος - ιδία"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Στυλ κειμένου Teletype ή monospace"
+
+#~ msgid "Text color"
+#~ msgstr "Χρώμα κειμένου"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "Χρώμα κειμένου (deprecated)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "Κείμενο εισηγμένο από χρήστη"
+
+#~ msgid "Title"
+#~ msgstr "Τίτλος"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "Στυλ υπογράμμισης κειμένου"
+
+#~ msgid "Unordered list"
+#~ msgstr "Λίστα χωρίς ταξινόμηση"
+
+#~ msgid "Use image map"
+#~ msgstr "Χρήση χάρτη εικόνας"
+
+#~ msgid "Value"
+#~ msgstr "Τιμή"
+
+#~ msgid "Value interpretation"
+#~ msgstr "Ερμηνεία τιμής"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "Μεταβλητή ή εντολή προγράμματος"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Κάθετη στοίχιση κελιού"
+
+#~ msgid "Vertical space"
+#~ msgstr "Κάθετο διάστημα"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Κάθετο διάστημα (deprecated)"
+
+#~ msgid "Visited link color"
+#~ msgstr "Χρώμα αναγνωσμένης διασύνδεσης"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Visited link color (deprecated)"
+
+#~ msgid "Width"
+#~ msgstr "Πλάτος"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML 1.0 - Tags"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Παράθεση βιβλιογραφίας"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Αντικείμενο βιβλιογραφίας"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Σύντμ. παράθεσης βιβλιογραφίας"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Βιβλιογραφία"
+
+#~ msgid "Brackets ()"
+#~ msgstr "Brackets ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "Αγκύλες <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "Brackets []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "Brackets {}"
+
+#~ msgid "File input"
+#~ msgstr "File input"
+
+#~ msgid "Footnote"
+#~ msgstr "Υποσημείωση"
+
+#~ msgid "Function cosine"
+#~ msgstr "Function cosine"
+
+#~ msgid "Function e^"
+#~ msgstr "Function e^"
+
+#~ msgid "Function exp"
+#~ msgstr "Function exp"
+
+#~ msgid "Function log"
+#~ msgstr "Function log"
+
+#~ msgid "Function log10"
+#~ msgstr "Function log10"
+
+#~ msgid "Function sine"
+#~ msgstr "Function sine"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Ελληνικό άλφα"
+
+#~ msgid "Greek beta"
+#~ msgstr "Ελληνικό βήτα"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Ελληνικό έψιλον"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Ελληνικό γάμμα"
+
+#~ msgid "Greek lambda"
+#~ msgstr "Ελληνικό λάμδα"
+
+#~ msgid "Greek rho"
+#~ msgstr "Ελληνικό ρο"
+
+#~ msgid "Greek tau"
+#~ msgstr "Ελληνικό ταφ"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Κεφαλίδα 0 (κεφάλαιο)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Κεφαλίδα 0 (κεφάλαιο*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Κεφαλίδα 1 (ενότητα)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Κεφαλίδα 1 (ενότητα*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Κεφαλίδα 2 (υποενότητα)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Κεφαλίδα 2 (υποενότητα*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Κεφαλίδα 3 (υπο-υποενότητα)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Κεφαλίδα 3 (υπο-υποενότητα*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Κεφαλίδα 4 (παράγραφος)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Header appendix"
+
+#~ msgid "Item"
+#~ msgstr "Αντικείμενο"
+
+#~ msgid "Item with label"
+#~ msgstr "Αντικείμενο με ετικέτα"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex - Tags"
+
+#~ msgid "List description"
+#~ msgstr "Περιγραφή λίστας"
+
+#~ msgid "List enumerate"
+#~ msgstr "List enumerate"
+
+#~ msgid "List itemize"
+#~ msgstr "List itemize"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Maths (display)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Maths (inline)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "Operator fraction"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "Operator integral (display)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Operator integral (inline)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Operator sum (display)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Operator sum (inline)"
+
+#~ msgid "Reference label"
+#~ msgstr "Ετικέτα αναφοράς"
+
+#~ msgid "Reference ref"
+#~ msgstr "Reference ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "Σύμβολο <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Σύμβολο <="
+
+#~ msgid "Symbol >="
+#~ msgstr "Σύμβολο >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Σύμβολο >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Σύμβολο and"
+
+#~ msgid "Symbol const"
+#~ msgstr "Symbol const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Symbol d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Symbol d-by-dt-partial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Symbol d2-by-dt2-partial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Symbol dagger"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "Symbol em-dash ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "Symbol en-dash --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Σύμβολο ισότητας"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Σύμβολο απείρου"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Symbol mathspace ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Symbol mathspace ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Symbol mathspace _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Symbol mathspace __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Symbol simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "Symbol star"
+
+#~ msgid "Typeface bold"
+#~ msgstr "Έντονη στοιχειοθέτηση"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Πλάγια στοιχειοθέτηση"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "Typeface slanted"
+
+#~ msgid "Typeface type"
+#~ msgstr "Τύπος στοιχειοθέτησης"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Unbreakable text"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "Εύκολη εισαγωγή συχνά χρησιμοποιημένων ετικετών/συμβολοσειρών χωρίς "
+#~ "πληκτρολόγηση."
+
+#~ msgid "Tag list"
+#~ msgstr "Λίστα ετικετών"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT - Axes"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - Στοιχεία"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - Λειτουργίες"
+
+#~ msgid "ancestor"
+#~ msgstr "ancestor"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "ancestor-or-self"
+
+#~ msgid "attribute"
+#~ msgstr "γνώρισμα"
+
+#~ msgid "child"
+#~ msgstr "θυγατρική"
+
+#~ msgid "descendant"
+#~ msgstr "descendant"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "descendant-or-self"
+
+#~ msgid "following"
+#~ msgstr "following"
+
+#~ msgid "following-sibling"
+#~ msgstr "following-sibling"
+
+#~ msgid "namespace"
+#~ msgstr "namespace"
+
+#~ msgid "parent"
+#~ msgstr "γονικό"
+
+#~ msgid "preceding"
+#~ msgstr "preceding"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "preceding-sibling"
+
+#~ msgid "self"
+#~ msgstr "self"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL - Tags"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "Ρύθμιση πρόσθετης λειτουργίας εισαγωγής ημερομηνίας/ώρας..."
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> Κατά την εισαγωγή ημερομηνίας/ώρας...</span>"
diff --git a/po/en@shaw.po b/po/en@shaw.po
new file mode 100644
index 0000000..2d7f18c
--- /dev/null
+++ b/po/en@shaw.po
@@ -0,0 +1,5100 @@
+# Shavian translation of gedit.
+# Copyright (C) 2009-2010 the GNOME Foundation.
+# This file is distributed under the same license as the gedit package.
+# Thomas Thurman <tthurman@gnome.org>, 2010.
+# Transliterate gedit as ·𐑜𐑧𐑛𐑦𐑑
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=general\n"
+"POT-Creation-Date: 2010-05-16 18:44+0000\n"
+"PO-Revision-Date: 2010-05-16 16:05 -0400\n"
+"Last-Translator: Thomas Thurman <tthurman@gnome.org>\n"
+"Language-Team: Shavian <ubuntu-l10n-en-shaw@launchpad.net>\n"
+"Language: en@shaw\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n!=1;\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "𐑧𐑛𐑦𐑑 𐑑𐑧𐑒𐑕𐑑 𐑓𐑲𐑤𐑟"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:787
+msgid "Text Editor"
+msgstr "𐑑𐑧𐑒𐑕𐑑 𐑧𐑛𐑦𐑑𐑼"
+
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "·𐑜𐑧𐑛𐑦𐑑 𐑑𐑧𐑒𐑕𐑑 𐑧𐑛𐑦𐑑𐑼"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:1
+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.gnome.gedit.gschema.xml.in.in.h:2
+msgid "Active plugins"
+msgstr "𐑨𐑒𐑑𐑦𐑝 𐑐𐑤𐑳𐑜𐑦𐑯𐑟"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:3
+msgid "Automatic indent"
+msgstr "𐑷𐑑𐑴𐑥𐑨𐑑𐑦𐑒 𐑦𐑯𐑛𐑧𐑯𐑑"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:4
+msgid "Automatically Detected Encodings"
+msgstr "𐑷𐑑𐑩𐑥𐑨𐑑𐑦𐑒𐑤𐑦 𐑛𐑦𐑑𐑧𐑒𐑑𐑩𐑛 𐑧𐑯𐑒𐑴𐑛𐑦𐑙𐑟"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:5
+msgid "Autosave"
+msgstr "𐑷𐑑𐑴𐑕𐑱𐑝"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:6
+msgid "Autosave Interval"
+msgstr "𐑷𐑑𐑴𐑕𐑱𐑝 𐑦𐑯𐑑𐑼𐑝𐑩𐑤"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:7
+msgid "Body Font for Printing"
+msgstr "𐑚𐑪𐑛𐑦 𐑓𐑪𐑯𐑑 𐑓𐑹 𐑐𐑮𐑦𐑯𐑑𐑦𐑙"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:8
+msgid "Create Backup Copies"
+msgstr "𐑒𐑮𐑦𐑱𐑑 𐑚𐑨𐑒𐑳𐑐 𐑒𐑪𐑐𐑦𐑟"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:9
+msgid "Display Line Numbers"
+msgstr "𐑛𐑩𐑕𐑐𐑤𐑱 𐑤𐑲𐑯 𐑯𐑳𐑥𐑚𐑼𐑟"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:10
+msgid "Display Right Margin"
+msgstr "𐑛𐑩𐑕𐑐𐑤𐑱 𐑮𐑲𐑑 𐑥𐑸𐑡𐑦𐑯"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:11
+msgid "Editor Font"
+msgstr "𐑧𐑛𐑦𐑑𐑹 𐑓𐑪𐑯𐑑"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:12
+msgid "Enable Search Highlighting"
+msgstr "𐑦𐑯𐑱𐑚𐑩𐑤 𐑕𐑻𐑗 𐑣𐑲𐑤𐑲𐑑𐑦𐑙"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:13
+msgid "Enable Syntax Highlighting"
+msgstr "𐑦𐑯𐑱𐑚𐑩𐑤 𐑕𐑦𐑯𐑑𐑨𐑒𐑕 𐑣𐑲𐑤𐑲𐑑𐑦𐑙"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:14
+msgid "Encodings shown in menu"
+msgstr "𐑧𐑯𐑒𐑴𐑛𐑦𐑙𐑟 𐑖𐑴𐑯 𐑦𐑯 𐑥𐑧𐑯𐑿"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:15
+msgid "Header Font for Printing"
+msgstr "𐑣𐑧𐑛𐑼 𐑓𐑪𐑯𐑑 𐑓𐑹 𐑐𐑮𐑦𐑯𐑑𐑦𐑙"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:16
+msgid "Highlight Current Line"
+msgstr "𐑣𐑲𐑤𐑲𐑑 𐑒𐑳𐑮𐑩𐑯𐑑 𐑤𐑲𐑯"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:17
+msgid "Highlight Matching Bracket"
+msgstr "𐑣𐑲𐑤𐑲𐑑 𐑥𐑨𐑗𐑦𐑙 𐑚𐑮𐑨𐑒𐑩𐑑"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:18
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr ""
+"𐑦𐑓 𐑞𐑦𐑕 𐑝𐑨𐑤𐑿 𐑦𐑟 0, 𐑞𐑧𐑯 𐑯𐑴 𐑤𐑲𐑯 𐑯𐑳𐑥𐑚𐑼𐑟 𐑢𐑦𐑤 𐑚𐑰 𐑦𐑯𐑕𐑻𐑑𐑩𐑛 𐑢𐑧𐑯 𐑐𐑮𐑦𐑯𐑑𐑦𐑙 𐑩 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑. "
+"𐑳𐑞𐑼𐑢𐑲𐑟, ·𐑜𐑧𐑛𐑦𐑑 𐑢𐑦𐑤 𐑐𐑮𐑦𐑯𐑑 𐑤𐑲𐑯 𐑯𐑳𐑥𐑚𐑼𐑟 𐑧𐑝𐑮𐑦 𐑕𐑳𐑗 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑤𐑲𐑯𐑟."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:19
+msgid "Insert spaces"
+msgstr "𐑦𐑯𐑕𐑻𐑑 𐑕𐑐𐑱𐑕𐑩𐑟"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:20
+msgid "Line Number Font for Printing"
+msgstr "𐑤𐑲𐑯 𐑯𐑳𐑥𐑚𐑼 𐑓𐑪𐑯𐑑 𐑓𐑹 𐑐𐑮𐑦𐑯𐑑𐑦𐑙"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:21
+msgid "Line Wrapping Mode"
+msgstr "𐑤𐑲𐑯 𐑮𐑨𐑐𐑦𐑙 𐑥𐑴𐑛"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:22
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+"𐑤𐑦𐑕𐑑 𐑝 VFS 𐑕𐑒𐑰𐑥𐑟 𐑷𐑑𐑴𐑕𐑱𐑝 𐑕𐑩𐑐𐑹𐑑𐑕 𐑦𐑯 𐑮𐑲𐑑 𐑥𐑴𐑛. 𐑞 'file' 𐑕𐑒𐑰𐑥 𐑦𐑟 𐑮𐑲𐑑𐑩𐑚𐑩𐑤 𐑚𐑲 𐑛𐑦𐑓𐑷𐑤𐑑."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:23
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"𐑤𐑦𐑕𐑑 𐑝 𐑨𐑒𐑑𐑦𐑝 𐑐𐑤𐑳𐑜𐑦𐑯𐑟. 𐑦𐑑 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑞 \"𐑤𐑴𐑒𐑱𐑖𐑩𐑯\" 𐑝 𐑞 𐑨𐑒𐑑𐑦𐑝 𐑐𐑤𐑳𐑜𐑦𐑯𐑟. 𐑕𐑰 𐑞 "
+".gedit-plugin 𐑓𐑲𐑤 𐑓𐑹 𐑪𐑚𐑑𐑱𐑯𐑦𐑙 𐑞 \"𐑤𐑴𐑒𐑱𐑖𐑩𐑯\" 𐑝 𐑩 𐑜𐑦𐑝𐑩𐑯 𐑐𐑤𐑳𐑜𐑦𐑯."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:24
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"𐑤𐑦𐑕𐑑 𐑝 𐑧𐑯𐑒𐑴𐑛𐑦𐑙𐑟 𐑖𐑴𐑯 𐑦𐑯 𐑞 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 𐑥𐑧𐑯𐑿 𐑦𐑯 𐑴𐑐𐑩𐑯/𐑕𐑱𐑝 𐑓𐑲𐑤 𐑕𐑧𐑤𐑧𐑒𐑑𐑼. 𐑴𐑯𐑤𐑦 "
+"𐑮𐑧𐑒𐑪𐑜𐑯𐑲𐑟𐑛 𐑧𐑯𐑒𐑴𐑛𐑦𐑙𐑟 𐑸 𐑿𐑟𐑛."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:25
+msgid "Maximum Number of Undo Actions"
+msgstr "𐑥𐑨𐑒𐑕𐑦𐑥𐑩𐑥 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑳𐑯𐑛𐑵 𐑨𐑒𐑖𐑩𐑯𐑟"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:26
+msgid "Maximum Recent Files"
+msgstr "𐑥𐑨𐑒𐑕𐑦𐑥𐑩𐑥 𐑮𐑰𐑕𐑩𐑯𐑑 𐑓𐑲𐑤𐑟"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:27
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" "
+"for unlimited number of actions."
+msgstr ""
+"𐑥𐑨𐑒𐑕𐑦𐑥𐑩𐑥 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑨𐑒𐑖𐑩𐑯𐑟 𐑞𐑨𐑑 ·𐑜𐑧𐑛𐑦𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑱𐑚𐑩𐑤 𐑑 𐑳𐑯𐑛𐑵 𐑹 𐑮𐑰𐑛𐑵. 𐑿𐑟 \"-1\" 𐑓𐑹 "
+"𐑩𐑯𐑤𐑦𐑥𐑩𐑑𐑩𐑛 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑨𐑒𐑖𐑩𐑯𐑟."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:28
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" "
+"for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"𐑥𐑨𐑒𐑕𐑦𐑥𐑩𐑥 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑨𐑒𐑖𐑩𐑯𐑟 𐑞𐑨𐑑 ·𐑜𐑧𐑛𐑦𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑱𐑚𐑩𐑤 𐑑 𐑳𐑯𐑛𐑵 𐑹 𐑮𐑰𐑛𐑵. 𐑿𐑟 \"-1\" 𐑓𐑹 "
+"𐑩𐑯𐑤𐑦𐑥𐑩𐑑𐑩𐑛 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑨𐑒𐑖𐑩𐑯𐑟. 𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛 𐑕𐑦𐑯𐑕 2.12.0"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:29
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"𐑯𐑳𐑥𐑚𐑼 𐑝 𐑥𐑦𐑯𐑦𐑑𐑕 𐑭𐑓𐑑𐑼 𐑢𐑦𐑗 ·𐑜𐑧𐑛𐑦𐑑 𐑢𐑦𐑤 𐑷𐑑𐑩𐑥𐑨𐑑𐑦𐑒𐑤𐑦 𐑕𐑱𐑝 𐑥𐑪𐑛𐑦𐑓𐑲𐑛 𐑓𐑲𐑤𐑟. 𐑞𐑦𐑕 𐑢𐑦𐑤 𐑴𐑯𐑤𐑦 "
+"𐑑𐑱𐑒 𐑦𐑓𐑧𐑒𐑑 𐑦𐑓 𐑞 \"𐑷𐑑𐑴𐑕𐑱𐑝\" 𐑪𐑐𐑖𐑩𐑯 𐑦𐑟 𐑑𐑻𐑯𐑛 𐑪𐑯."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:30
+msgid "Print Header"
+msgstr "𐑐𐑮𐑦𐑯𐑑 𐑣𐑧𐑛𐑼"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:31
+msgid "Print Line Numbers"
+msgstr "𐑐𐑮𐑦𐑯𐑑 𐑤𐑲𐑯 𐑯𐑳𐑥𐑚𐑼𐑟"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:32
+msgid "Print Syntax Highlighting"
+msgstr "𐑐𐑮𐑦𐑯𐑑 𐑕𐑦𐑯𐑑𐑨𐑒𐑕 𐑣𐑲𐑤𐑲𐑑𐑦𐑙"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:33
+msgid "Printing Line Wrapping Mode"
+msgstr "𐑐𐑮𐑦𐑯𐑑𐑦𐑙 𐑤𐑲𐑯 𐑮𐑨𐑐𐑦𐑙 𐑥𐑴𐑛"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:34
+msgid "Restore Previous Cursor Position"
+msgstr "𐑮𐑩𐑕𐑑𐑹 𐑐𐑮𐑰𐑝𐑦𐑩𐑕 𐑒𐑻𐑕𐑼 𐑐𐑩𐑟𐑦𐑖𐑩𐑯"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:35
+msgid "Right Margin Position"
+msgstr "𐑮𐑲𐑑 𐑥𐑸𐑡𐑦𐑯 𐑐𐑩𐑟𐑦𐑖𐑩𐑯"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:36
+msgid "Side Pane is Visible"
+msgstr "𐑕𐑲𐑛 𐑐𐑱𐑯 𐑦𐑟 𐑝𐑦𐑕𐑦𐑚𐑩𐑤"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:37
+msgid "Smart Home End"
+msgstr "𐑕𐑥𐑸𐑑 𐑣𐑴𐑥 𐑧𐑯𐑛"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:38
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"𐑕𐑹𐑑𐑩𐑛 𐑤𐑦𐑕𐑑 𐑝 𐑧𐑯𐑒𐑴𐑛𐑦𐑙𐑟 𐑿𐑕𐑑 𐑚𐑲 ·𐑜𐑧𐑛𐑦𐑑 𐑓𐑹 𐑷𐑑𐑩𐑥𐑨𐑑𐑦𐑒𐑤𐑦 𐑛𐑦𐑑𐑧𐑒𐑑𐑦𐑙 𐑞 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 𐑝 𐑩 𐑓𐑲𐑤. "
+"\"CURRENT\" 𐑮𐑧𐑐𐑮𐑩𐑟𐑧𐑯𐑑𐑕 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑤𐑴𐑒𐑨𐑤 𐑧𐑯𐑒𐑴𐑛𐑦𐑙. 𐑴𐑯𐑤𐑦 𐑮𐑧𐑒𐑪𐑜𐑯𐑲𐑟𐑛 𐑧𐑯𐑒𐑴𐑛𐑦𐑙𐑟 𐑸 𐑿𐑟𐑛."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.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 ""
+"𐑕𐑐𐑧𐑕𐑦𐑓𐑲𐑟 𐑣𐑬 𐑞 𐑒𐑻𐑕𐑼 𐑥𐑵𐑝𐑟 𐑢𐑧𐑯 𐑞 𐑣𐑴𐑥 𐑯 𐑧𐑯𐑛 𐑒𐑰𐑟 𐑸 𐑐𐑮𐑧𐑕𐑑. 𐑿𐑟 \"DISABLED\" 𐑑 𐑷𐑤𐑢𐑱𐑟 "
+"𐑥𐑵𐑝 𐑨𐑑 𐑞 𐑕𐑑𐑸𐑑/𐑧𐑯𐑛 𐑝 𐑞 𐑤𐑲𐑯, \"AFTER\" 𐑑 𐑥𐑵𐑝 𐑑 𐑞 𐑕𐑑𐑸𐑑/𐑧𐑯𐑛 𐑝 𐑞 𐑤𐑲𐑯 𐑞 𐑓𐑻𐑕𐑑 𐑑𐑲𐑥 𐑞 "
+"𐑒𐑰𐑟 𐑸 𐑐𐑮𐑧𐑕𐑑 𐑯 𐑑 𐑞 𐑕𐑑𐑸𐑑/𐑧𐑯𐑛 𐑝 𐑞 𐑑𐑧𐑒𐑕𐑑 𐑦𐑜𐑯𐑹𐑦𐑙 𐑢𐑲𐑑𐑕𐑐𐑱𐑕𐑧𐑟 𐑞 𐑕𐑧𐑒𐑩𐑯𐑛 𐑑𐑲𐑥 𐑞 𐑒𐑰𐑟 𐑸 "
+"𐑐𐑮𐑧𐑕𐑑, \"BEFORE\" 𐑑 𐑥𐑵𐑝 𐑑 𐑞 𐑕𐑑𐑸𐑑/𐑧𐑯𐑛 𐑝 𐑞 𐑑𐑧𐑒𐑕𐑑 𐑚𐑦𐑓𐑹 𐑥𐑵𐑝𐑦𐑙 𐑑 𐑞 𐑕𐑑𐑸𐑑/𐑧𐑯𐑛 𐑝 𐑞 "
+"𐑤𐑲𐑯 𐑯 \"ALWAYS\" 𐑑 𐑷𐑤𐑢𐑱𐑟 𐑥𐑵𐑝 𐑑 𐑞 𐑕𐑑𐑸𐑑/𐑧𐑯𐑛 𐑝 𐑞 𐑑𐑧𐑒𐑕𐑑 𐑦𐑯𐑕𐑑𐑧𐑛 𐑝 𐑞 𐑕𐑑𐑸𐑑/𐑧𐑯𐑛 𐑝 𐑞 "
+"𐑤𐑲𐑯."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:40
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"𐑕𐑐𐑧𐑕𐑦𐑓𐑲𐑟 𐑣𐑬 𐑑 𐑮𐑨𐑐 𐑤𐑪𐑙 𐑤𐑲𐑯𐑟 𐑓𐑹 𐑐𐑮𐑦𐑯𐑑𐑦𐑙. 𐑿𐑟 \"GTK_WRAP_NONE\" 𐑓𐑹 𐑯𐑴 𐑮𐑨𐑐𐑦𐑙, "
+"\"GTK_WRAP_WORD\" 𐑓𐑹 𐑮𐑨𐑐𐑦𐑙 𐑨𐑑 𐑢𐑻𐑛 𐑚𐑬𐑯𐑛𐑼𐑦𐑟, 𐑯 \"_GTK_WRAP_CHAR\" 𐑓𐑹 𐑮𐑨𐑐𐑦𐑙 𐑨𐑑 "
+"𐑦𐑯𐑛𐑦𐑝𐑦𐑛𐑿𐑩𐑤 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑚𐑬𐑯𐑛𐑼𐑦𐑟. 𐑯𐑴𐑑 𐑞𐑨𐑑 𐑞 𐑝𐑨𐑤𐑿𐑟 𐑸 𐑒𐑱𐑕-𐑕𐑧𐑯𐑕𐑦𐑑𐑦𐑝, 𐑕𐑴 𐑥𐑱𐑒 𐑖𐑫𐑼 𐑞𐑱 𐑩𐑐𐑽 "
+"𐑦𐑜𐑟𐑨𐑒𐑑𐑤𐑦 𐑨𐑟 𐑥𐑧𐑯𐑖𐑩𐑯𐑛 𐑣𐑽."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:41
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"𐑕𐑐𐑧𐑕𐑦𐑓𐑲𐑟 𐑣𐑬 𐑑 𐑮𐑨𐑐 𐑤𐑪𐑙 𐑤𐑲𐑯𐑟 𐑦𐑯 𐑞 𐑧𐑛𐑦𐑑𐑦𐑙 𐑺𐑦𐑩. 𐑿𐑟 \"GTK_WRAP_NONE\" 𐑓𐑹 𐑯𐑴 𐑮𐑨𐑐𐑦𐑙, "
+"\"GTK_WRAP_WORD\" 𐑓𐑹 𐑮𐑨𐑐𐑦𐑙 𐑨𐑑 𐑢𐑻𐑛 𐑚𐑬𐑯𐑛𐑼𐑦𐑟, 𐑯 \"GTK_WRAP_CHAR\" 𐑓𐑹 𐑮𐑨𐑐𐑦𐑙 𐑨𐑑 "
+"𐑦𐑯𐑛𐑦𐑝𐑦𐑛𐑿𐑩𐑤 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑚𐑬𐑯𐑛𐑼𐑦𐑟. 𐑯𐑴𐑑 𐑞𐑨𐑑 𐑞 𐑝𐑨𐑤𐑿𐑟 𐑸 𐑒𐑱𐑕-𐑕𐑧𐑯𐑕𐑦𐑑𐑦𐑝, 𐑕𐑴 𐑥𐑱𐑒 𐑖𐑫𐑼 𐑞𐑱 𐑩𐑐𐑽 "
+"𐑦𐑜𐑟𐑨𐑒𐑑𐑤𐑦 𐑨𐑟 𐑥𐑧𐑯𐑖𐑩𐑯𐑛 𐑣𐑽."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:42
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "𐑕𐑐𐑧𐑕𐑦𐑓𐑲𐑟 𐑞 𐑓𐑪𐑯𐑑 𐑑 𐑿𐑕 𐑓𐑹 𐑩 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑'𐑕 𐑚𐑪𐑛𐑦 𐑢𐑧𐑯 𐑐𐑮𐑦𐑯𐑑𐑦𐑙 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:43
+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.gnome.gedit.gschema.xml.in.in.h:44
+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.gnome.gedit.gschema.xml.in.in.h:45
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"𐑕𐑐𐑧𐑕𐑦𐑓𐑲𐑟 𐑞 𐑥𐑨𐑒𐑕𐑦𐑥𐑩𐑥 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑮𐑰𐑕𐑩𐑯𐑑𐑤𐑦 𐑴𐑐𐑩𐑯𐑛 𐑓𐑲𐑤𐑟 𐑞𐑨𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑛𐑩𐑕𐑐𐑤𐑱𐑛 𐑦𐑯 𐑞 "
+"\"𐑮𐑰𐑕𐑩𐑯𐑑 𐑓𐑲𐑤𐑟\" 𐑕𐑳𐑚𐑥𐑧𐑯𐑿."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:46
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "𐑕𐑐𐑧𐑕𐑦𐑓𐑲𐑟 𐑞 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑕𐑐𐑱𐑕𐑩𐑟 𐑞𐑨𐑑 𐑖𐑫𐑛 𐑚𐑰 𐑛𐑩𐑕𐑐𐑤𐑱𐑛 𐑦𐑯𐑕𐑑𐑧𐑛 𐑝 𐑑𐑨𐑚 𐑒𐑨𐑮𐑩𐑒𐑑𐑼𐑟."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:47
+msgid "Specifies the position of the right margin."
+msgstr "𐑕𐑐𐑧𐑕𐑦𐑓𐑲𐑟 𐑞 𐑐𐑩𐑟𐑦𐑖𐑩𐑯 𐑝 𐑞 𐑮𐑲𐑑 𐑥𐑸𐑡𐑦𐑯."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:48
+msgid "Status Bar is Visible"
+msgstr "𐑕𐑑𐑱𐑑𐑫𐑕 𐑚𐑸 𐑦𐑟 𐑝𐑦𐑕𐑦𐑚𐑩𐑤"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:49
+msgid "Style Scheme"
+msgstr "𐑕𐑑𐑲𐑤 𐑕𐑒𐑰𐑥"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:50
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"𐑕𐑑𐑲𐑤 𐑓𐑹 𐑞 𐑑𐑵𐑤𐑚𐑸 𐑚𐑳𐑑𐑩𐑯𐑟. 𐑐𐑪𐑕𐑩𐑚𐑩𐑤 𐑝𐑨𐑤𐑿𐑟 𐑸 \"GEDIT_TOOLBAR_SYSTEM\" 𐑑 𐑿𐑕 𐑞 "
+"𐑕𐑦𐑕𐑑𐑩𐑥'𐑟 𐑛𐑦𐑓𐑷𐑤𐑑 𐑕𐑑𐑲𐑤, \"GEDIT_TOOLBAR_ICONS\" 𐑑 𐑛𐑦𐑕𐑐𐑤𐑱 𐑲𐑒𐑪𐑯𐑟 𐑴𐑯𐑤𐑦, "
+"\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" 𐑑 𐑛𐑦𐑕𐑐𐑤𐑱 𐑚𐑴𐑔 𐑲𐑒𐑪𐑯𐑟 𐑯 𐑑𐑧𐑒𐑕𐑑, 𐑯 "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" 𐑑 𐑛𐑦𐑕𐑐𐑤𐑱 𐑐𐑮𐑲𐑪𐑮𐑩𐑑𐑲𐑟𐑛 𐑑𐑧𐑒𐑕𐑑 𐑚𐑦𐑕𐑲𐑛 𐑲𐑒𐑪𐑯𐑟. 𐑯𐑴𐑑 "
+"𐑞𐑨𐑑 𐑞 𐑝𐑨𐑤𐑿𐑟 𐑸 𐑒𐑱𐑕-𐑕𐑧𐑯𐑕𐑦𐑑𐑦𐑝, 𐑕𐑴 𐑥𐑱𐑒 𐑖𐑫𐑼 𐑞𐑱 𐑩𐑐𐑽 𐑦𐑜𐑟𐑨𐑒𐑑𐑤𐑦 𐑨𐑟 𐑥𐑧𐑯𐑖𐑩𐑯𐑛 𐑣𐑽."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:51
+msgid "Tab Size"
+msgstr "𐑑𐑨𐑚 𐑕𐑲𐑟"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:52
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "𐑞 ID 𐑝 𐑩 GtkSourceView 𐑕𐑑𐑲𐑤 𐑕𐑒𐑰𐑥 𐑿𐑕𐑑 𐑑 𐑒𐑳𐑤𐑼 𐑞 𐑑𐑧𐑒𐑕𐑑."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:53
+msgid "Toolbar Buttons Style"
+msgstr "𐑑𐑵𐑤𐑚𐑸 𐑚𐑳𐑑𐑩𐑯𐑟 𐑕𐑑𐑲𐑤"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:54
+msgid "Toolbar is Visible"
+msgstr "𐑑𐑵𐑤𐑚𐑸 𐑦𐑟 𐑝𐑦𐑕𐑦𐑚𐑩𐑤"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:55
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "𐑳𐑯𐑛𐑵 𐑨𐑒𐑖𐑩𐑯𐑟 𐑤𐑦𐑥𐑦𐑑 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:56
+msgid "Use Default Font"
+msgstr "𐑿𐑟 𐑛𐑦𐑓𐑷𐑤𐑑 𐑓𐑪𐑯𐑑"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:57
+msgid ""
+"Whether gedit should automatically save modified files after a time interval. "
+"You can set the time interval with the \"Autosave Interval\" option."
+msgstr ""
+"𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑷𐑑𐑩𐑥𐑨𐑑𐑦𐑒𐑤𐑦 𐑕𐑱𐑝 𐑥𐑪𐑛𐑦𐑓𐑲𐑛 𐑓𐑲𐑤𐑟 𐑭𐑓𐑑𐑼 𐑩 𐑑𐑲𐑥 𐑦𐑯𐑑𐑼𐑝𐑩𐑤. 𐑿 𐑒𐑨𐑯 𐑕𐑧𐑑 𐑞 "
+"𐑑𐑲𐑥 𐑦𐑯𐑑𐑼𐑝𐑩𐑤 𐑢𐑦𐑞 𐑞 \"𐑷𐑑𐑴𐑕𐑱𐑝 𐑦𐑯𐑑𐑼𐑝𐑩𐑤\" 𐑪𐑐𐑖𐑩𐑯."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:58
+msgid ""
+"Whether gedit 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.gnome.gedit.gschema.xml.in.in.h:59
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑛𐑦𐑕𐑐𐑤𐑱 𐑤𐑲𐑯 𐑯𐑳𐑥𐑚𐑼𐑟 𐑦𐑯 𐑞 𐑧𐑛𐑦𐑑𐑦𐑙 𐑺𐑦𐑩."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:60
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑛𐑦𐑕𐑐𐑤𐑱 𐑞 𐑮𐑲𐑑 𐑥𐑸𐑡𐑦𐑯 𐑦𐑯 𐑞 𐑧𐑛𐑦𐑑𐑦𐑙 𐑺𐑦𐑩."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:61
+msgid "Whether gedit should enable automatic indentation."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑦𐑯𐑱𐑚𐑩𐑤 𐑷𐑑𐑴𐑥𐑨𐑑𐑦𐑒 𐑦𐑯𐑛𐑧𐑯𐑑𐑱𐑖𐑩𐑯."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:62
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑦𐑯𐑱𐑚𐑩𐑤 𐑕𐑦𐑯𐑑𐑨𐑒𐑕 𐑣𐑲𐑤𐑲𐑑𐑦𐑙."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:63
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑣𐑲𐑤𐑲𐑑 𐑷𐑤 𐑞 𐑩𐑒𐑻𐑩𐑯𐑕𐑦𐑟 𐑝 𐑞 𐑕𐑻𐑗𐑑 𐑑𐑧𐑒𐑕𐑑."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:64
+msgid "Whether gedit should highlight the bracket matching the selected one."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑣𐑲𐑤𐑲𐑑 𐑞 𐑚𐑮𐑨𐑒𐑩𐑑 𐑥𐑨𐑗𐑦𐑙 𐑞 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑢𐑳𐑯."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:65
+msgid "Whether gedit should highlight the current line."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑣𐑲𐑤𐑲𐑑 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑤𐑲𐑯."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:66
+msgid ""
+"Whether gedit should include a document header when printing documents."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑦𐑯𐑒𐑤𐑵𐑛 𐑩 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑣𐑧𐑛𐑼 𐑢𐑧𐑯 𐑐𐑮𐑦𐑯𐑑𐑦𐑙 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:67
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑦𐑯𐑕𐑻𐑑 𐑕𐑐𐑱𐑕𐑩𐑟 𐑦𐑯𐑕𐑑𐑧𐑛 𐑝 𐑑𐑨𐑚𐑟."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:68
+msgid ""
+"Whether gedit should print syntax highlighting when printing documents."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑐𐑮𐑦𐑯𐑑 𐑕𐑦𐑯𐑑𐑨𐑒𐑕 𐑣𐑲𐑤𐑲𐑑𐑦𐑙 𐑢𐑧𐑯 𐑐𐑮𐑦𐑯𐑑𐑦𐑙 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:69
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "𐑢𐑧𐑞𐑼 ·𐑜𐑧𐑛𐑦𐑑 𐑖𐑫𐑛 𐑮𐑩𐑕𐑑𐑹 𐑞 𐑐𐑮𐑰𐑝𐑦𐑩𐑕 𐑒𐑻𐑕𐑼 𐑐𐑩𐑟𐑦𐑖𐑩𐑯 𐑢𐑧𐑯 𐑩 𐑓𐑲𐑤 𐑦𐑟 𐑤𐑴𐑛𐑩𐑛."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:70
+msgid ""
+"Whether the side pane at the left of editing windows should be visible."
+msgstr "𐑢𐑧𐑞𐑼 𐑞 𐑕𐑲𐑛 𐑐𐑱𐑯 𐑨𐑑 𐑞 𐑤𐑧𐑓𐑑 𐑝 𐑧𐑛𐑦𐑑𐑦𐑙 𐑢𐑦𐑯𐑛𐑴𐑟 𐑖𐑫𐑛 𐑚𐑰 𐑝𐑦𐑕𐑦𐑚𐑩𐑤."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:71
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "𐑢𐑧𐑞𐑼 𐑞 𐑕𐑑𐑱𐑑𐑫𐑕 𐑚𐑸 𐑨𐑑 𐑞 𐑚𐑪𐑑𐑫𐑥 𐑝 𐑧𐑛𐑦𐑑𐑦𐑙 𐑢𐑦𐑯𐑛𐑴𐑟 𐑖𐑫𐑛 𐑚𐑰 𐑝𐑦𐑕𐑦𐑚𐑩𐑤."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:72
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "𐑢𐑧𐑞𐑼 𐑞 𐑑𐑵𐑤𐑚𐑸 𐑖𐑫𐑛 𐑚𐑰 𐑝𐑦𐑕𐑦𐑚𐑩𐑤 𐑦𐑯 𐑧𐑛𐑦𐑑𐑦𐑙 𐑢𐑦𐑯𐑛𐑴𐑟."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:73
+msgid ""
+"Whether to use the system's default fixed width font for editing text instead "
+"of a font specific to gedit. 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.gnome.gedit.gschema.xml.in.in.h:74
+msgid "Writable VFS schemes"
+msgstr "𐑮𐑲𐑑𐑩𐑚𐑩𐑤 VFS 𐑕𐑒𐑰𐑥𐑟"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:141
+msgid "Log Out _without Saving"
+msgstr "𐑤𐑪𐑜 𐑬𐑑 _𐑢𐑦𐑞𐑬𐑑 𐑕𐑱𐑝𐑦𐑙"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:145
+msgid "_Cancel Logout"
+msgstr "_𐑒𐑨𐑯𐑕𐑩𐑤 𐑤𐑪𐑜𐑬𐑑"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+msgid "Close _without Saving"
+msgstr "𐑒𐑤𐑴𐑟 _𐑢𐑦𐑞𐑬𐑑 𐑕𐑱𐑝𐑦𐑙"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:213
+msgid "Question"
+msgstr "𐑒𐑢𐑧𐑕𐑑𐑦𐑩𐑯"
+
+#, c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:413
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] ""
+"𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 %ld 𐑕𐑧𐑒𐑩𐑯𐑛 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] ""
+"𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 %ld 𐑕𐑧𐑒𐑩𐑯𐑛𐑟 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:422
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 𐑥𐑦𐑯𐑩𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:428
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 𐑥𐑦𐑯𐑩𐑑 𐑯 %ld 𐑕𐑧𐑒𐑩𐑯𐑛 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] ""
+"𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 𐑥𐑦𐑯𐑩𐑑 𐑯 %ld 𐑕𐑧𐑒𐑩𐑯𐑛𐑟 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:438
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] ""
+"𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 %ld 𐑥𐑦𐑯𐑩𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] ""
+"𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 %ld 𐑥𐑦𐑯𐑩𐑑𐑕 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:453
+msgid ""
+"If you don't save, changes from the last hour will be permanently lost."
+msgstr "𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 𐑬𐑼 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:459
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 𐑬𐑼 𐑯 %d 𐑥𐑦𐑯𐑩𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] ""
+"𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 𐑬𐑼 𐑯 %d 𐑥𐑦𐑯𐑩𐑑𐑕 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:474
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 %d 𐑬𐑼 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] "𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑗𐑱𐑯𐑡𐑩𐑟 𐑓𐑮𐑪𐑥 𐑞 𐑤𐑭𐑕𐑑 %d 𐑬𐑼𐑟 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:518
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "𐑗𐑱𐑯𐑡𐑩𐑟 𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 \"%s\" 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:523
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "𐑕𐑱𐑝 𐑗𐑱𐑯𐑡𐑩𐑟 𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 \"%s\" 𐑚𐑦𐑓𐑹 𐑒𐑤𐑴𐑟𐑦𐑙?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:537
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:749
+msgid "Saving has been disabled by the system administrator."
+msgstr "𐑕𐑱𐑝𐑦𐑙 𐑣𐑨𐑟 𐑚𐑰𐑯 𐑛𐑦𐑕𐑱𐑚𐑩𐑤𐑛 𐑚𐑲 𐑞 𐑕𐑦𐑕𐑑𐑩𐑥 𐑩𐑛𐑥𐑦𐑯𐑦𐑕𐑑𐑮𐑱𐑑𐑼."
+
+#, c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:704
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "𐑗𐑱𐑯𐑡𐑩𐑟 𐑑 %d 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] "𐑗𐑱𐑯𐑡𐑩𐑟 𐑑 %d 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:710
+msgid ""
+"There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "𐑞𐑺 𐑦𐑟 %d 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑢𐑦𐑞 𐑳𐑯𐑕𐑱𐑝𐑛 𐑗𐑱𐑯𐑡𐑩𐑟. 𐑕𐑱𐑝 𐑗𐑱𐑯𐑡𐑩𐑟 𐑚𐑦𐑓𐑹 𐑒𐑤𐑴𐑟𐑦𐑙?"
+msgstr[1] "𐑞𐑺 𐑦𐑟 %d 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕 𐑢𐑦𐑞 𐑳𐑯𐑕𐑱𐑝𐑛 𐑗𐑱𐑯𐑡𐑩𐑟. 𐑕𐑱𐑝 𐑗𐑱𐑯𐑡𐑩𐑟 𐑚𐑦𐑓𐑹 𐑒𐑤𐑴𐑟𐑦𐑙?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:728
+msgid "Docum_ents with unsaved changes:"
+msgstr "𐑛𐑪𐑒𐑿𐑥_𐑧𐑯𐑑𐑕 𐑢𐑦𐑞 𐑳𐑯𐑕𐑱𐑝𐑛 𐑗𐑱𐑯𐑡𐑩𐑟:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:730
+msgid "S_elect the documents you want to save:"
+msgstr "𐑕_𐑧𐑤𐑧𐑒𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑕𐑱𐑝:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:751
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "𐑦𐑓 𐑿 𐑛𐑴𐑯𐑑 𐑕𐑱𐑝, 𐑷𐑤 𐑿𐑼 𐑗𐑱𐑯𐑡𐑩𐑟 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:354
+msgid "Character Encodings"
+msgstr "𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙𐑟"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:418
+#: ../gedit/dialogs/gedit-encodings-dialog.c:479
+msgid "_Description"
+msgstr "_𐑛𐑦𐑕𐑒𐑮𐑦𐑐𐑖𐑩𐑯"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:427
+#: ../gedit/dialogs/gedit-encodings-dialog.c:488
+msgid "_Encoding"
+msgstr "_𐑧𐑯𐑒𐑴𐑛𐑦𐑙"
+
+#. ex:ts=8:noet:
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr "𐑩_𐑝𐑱𐑤𐑩𐑚𐑩𐑤 𐑧𐑯𐑒𐑴𐑛𐑦𐑙𐑟:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character encodings"
+msgstr "𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙𐑟"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "𐑧_𐑯𐑒𐑴𐑛𐑦𐑙𐑟 𐑖𐑴𐑯 𐑦𐑯 𐑥𐑧𐑯𐑿:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:431
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "𐑒𐑤𐑦𐑒 𐑪𐑯 𐑞𐑦𐑕 𐑚𐑳𐑑𐑩𐑯 𐑑 𐑕𐑩𐑤𐑧𐑒𐑑 𐑞 𐑓𐑪𐑯𐑑 𐑑 𐑚𐑰 𐑿𐑟𐑛 𐑚𐑲 𐑞 𐑧𐑛𐑦𐑑𐑹"
+
+#, c-format
+#: ../gedit/dialogs/gedit-preferences-dialog.c:446
+msgid "_Use the system fixed width font (%s)"
+msgstr "_𐑿𐑟 𐑞 𐑕𐑦𐑕𐑑𐑩𐑥 𐑓𐑦𐑒𐑕𐑑 𐑢𐑦𐑛𐑔 𐑓𐑪𐑯𐑑 (%s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:642
+msgid "The selected color scheme cannot be installed."
+msgstr "𐑞 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑒𐑳𐑤𐑼 𐑕𐑒𐑰𐑥 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑦𐑯𐑕𐑑𐑷𐑤𐑛."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:668
+msgid "Add Scheme"
+msgstr "𐑨𐑛 𐑕𐑒𐑰𐑥"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:675
+msgid "A_dd Scheme"
+msgstr "𐑨_𐑛 𐑕𐑒𐑰𐑥"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:683
+msgid "Color Scheme Files"
+msgstr "𐑒𐑳𐑤𐑼 𐑕𐑒𐑰𐑥 𐑓𐑲𐑤𐑟"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:690
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Files"
+msgstr "𐑷𐑤 𐑓𐑲𐑤𐑟"
+
+#, c-format
+#: ../gedit/dialogs/gedit-preferences-dialog.c:735
+msgid "Could not remove color scheme \"%s\"."
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑮𐑦𐑥𐑵𐑝 𐑒𐑳𐑤𐑼 𐑕𐑒𐑰𐑥 \"%s\"."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:952
+msgid "gedit Preferences"
+msgstr "·𐑜𐑧𐑛𐑦𐑑 𐑐𐑮𐑧𐑓𐑼𐑩𐑯𐑕𐑩𐑟"
+
+#. ex:ts=8:noet:
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "Automatic Indentation"
+msgstr "𐑷𐑑𐑴𐑥𐑨𐑑𐑦𐑒 𐑦𐑯𐑛𐑧𐑯𐑑𐑱𐑖𐑩𐑯"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "Bracket Matching"
+msgstr "𐑚𐑮𐑨𐑒𐑩𐑑 𐑥𐑨𐑗𐑦𐑙"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "Color Scheme"
+msgstr "𐑒𐑳𐑤𐑼 𐑕𐑒𐑰𐑥"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "Create a _backup copy of files before saving"
+msgstr "𐑒𐑮𐑦𐑱𐑑 𐑩 _𐑚𐑨𐑒𐑳𐑐 𐑒𐑪𐑐𐑦 𐑝 𐑓𐑲𐑤𐑟 𐑚𐑦𐑓𐑹 𐑕𐑱𐑝𐑦𐑙"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "Current Line"
+msgstr "𐑒𐑳𐑮𐑩𐑯𐑑 𐑤𐑲𐑯"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+msgid "Display right _margin"
+msgstr "𐑛𐑩𐑕𐑐𐑤𐑱 𐑮𐑲𐑑 _𐑥𐑸𐑡𐑦𐑯"
+
+#. ex:ts=8:noet:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Do not _split words over two lines"
+msgstr "𐑛𐑵 𐑯𐑪𐑑 _𐑕𐑐𐑤𐑦𐑑 𐑢𐑻𐑛𐑟 𐑴𐑝𐑼 𐑑𐑵 𐑤𐑲𐑯𐑟"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "Editor"
+msgstr "𐑧𐑛𐑦𐑑𐑼"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+msgid "Editor _font: "
+msgstr "𐑧𐑛𐑦𐑑𐑼 _𐑓𐑪𐑯𐑑: "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Enable text _wrapping"
+msgstr "𐑦𐑯𐑱𐑚𐑩𐑤 𐑑𐑧𐑒𐑕𐑑 _𐑮𐑨𐑐𐑦𐑙"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "File Saving"
+msgstr "𐑓𐑲𐑤 𐑕𐑱𐑝𐑦𐑙"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Font"
+msgstr "𐑓𐑪𐑯𐑑"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+msgid "Font & Colors"
+msgstr "𐑓𐑪𐑯𐑑 𐑯 𐑒𐑳𐑤𐑼𐑟"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Highlight current _line"
+msgstr "𐑣𐑲𐑤𐑲𐑑 𐑒𐑳𐑮𐑩𐑯𐑑 _𐑤𐑲𐑯"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Highlight matching _bracket"
+msgstr "𐑣𐑲𐑤𐑲𐑑 𐑥𐑨𐑗𐑦𐑙 _𐑚𐑮𐑨𐑒𐑩𐑑"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+msgid "Insert _spaces instead of tabs"
+msgstr "𐑦𐑯𐑕𐑻𐑑 _𐑕𐑐𐑱𐑕𐑩𐑟 𐑦𐑯𐑕𐑑𐑧𐑛 𐑝 𐑑𐑨𐑚𐑟"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "Line Numbers"
+msgstr "𐑤𐑲𐑯 𐑯𐑳𐑥𐑚𐑼𐑟"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Pick the editor font"
+msgstr "𐑐𐑦𐑒 𐑞 𐑧𐑛𐑦𐑑𐑼 𐑓𐑪𐑯𐑑"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "Plugins"
+msgstr "𐑐𐑤𐑳𐑜𐑦𐑯𐑟"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Preferences"
+msgstr "𐑐𐑮𐑧𐑓𐑼𐑩𐑯𐑕𐑩𐑟"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Right Margin"
+msgstr "𐑮𐑲𐑑 𐑥𐑸𐑡𐑦𐑯"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Tab Stops"
+msgstr "𐑑𐑨𐑚 𐑕𐑑𐑪𐑐𐑕"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Text Wrapping"
+msgstr "𐑑𐑧𐑒𐑕𐑑 𐑮𐑨𐑐𐑦𐑙"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "𐑝𐑿"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr "_𐑨𐑛..."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr "_𐑷𐑑𐑪𐑕𐑱𐑝 𐑓𐑲𐑤𐑟 𐑧𐑝𐑮𐑦"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+#: ../gedit/gedit-view.c:2014
+msgid "_Display line numbers"
+msgstr "_𐑛𐑦𐑕𐑐𐑤𐑱 𐑤𐑲𐑯 𐑯𐑳𐑥𐑚𐑼𐑟"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr "_𐑦𐑯𐑱𐑚𐑩𐑤 𐑷𐑑𐑴𐑥𐑨𐑑𐑦𐑒 𐑦𐑯𐑛𐑧𐑯𐑑𐑱𐑖𐑩𐑯"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr "_𐑮𐑲𐑑 𐑥𐑸𐑡𐑦𐑯 𐑨𐑑 𐑒𐑪𐑤𐑩𐑥:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr "_𐑑𐑨𐑚 𐑢𐑦𐑛𐑔:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr "_𐑥𐑦𐑯𐑦𐑑𐑕"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:300
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2 ../gedit/gedit-window.c:1591
+msgid "Replace"
+msgstr "𐑮𐑦𐑐𐑤𐑱𐑕"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:311 ../gedit/gedit-window.c:1589
+msgid "Find"
+msgstr "𐑓𐑲𐑯𐑛"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:415
+msgid "Replace _All"
+msgstr "𐑮𐑦𐑐𐑤𐑱𐑕 _𐑷𐑤"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:416
+#: ../gedit/gedit-commands-file.c:558
+msgid "_Replace"
+msgstr "_𐑮𐑦𐑐𐑤𐑱𐑕"
+
+#. ex:ts=8:noet:
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr "𐑥𐑨𐑗 _𐑧𐑯𐑑𐑲𐑼 𐑢𐑻𐑛 𐑴𐑯𐑤𐑦"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr "𐑮𐑦𐑐𐑤𐑱𐑕 𐑷𐑤"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "𐑮𐑦𐑐𐑤𐑱𐑕 _𐑢𐑦𐑞: "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr "𐑕𐑻𐑗 _𐑚𐑨𐑒𐑢𐑼𐑛𐑟"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr "_𐑥𐑨𐑗 𐑒𐑱𐑕"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "_𐑕𐑻𐑗 𐑓𐑹: "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "_𐑮𐑨𐑐 𐑩𐑮𐑬𐑯𐑛"
+
+#: ../gedit/gedit-app.c:221
+msgid "There was an error displaying the help."
+msgstr "𐑞𐑺 𐑢𐑪𐑟 𐑩𐑯 𐑻𐑼 𐑛𐑦𐑕𐑐𐑤𐑱𐑦𐑙 𐑞 𐑣𐑧𐑤𐑐."
+
+#, c-format
+#: ../gedit/gedit-command-line.c:230
+msgid "%s: invalid encoding.\n"
+msgstr "%s: 𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑧𐑯𐑒𐑴𐑛𐑦𐑙.\n"
+
+#: ../gedit/gedit-command-line.c:254
+msgid "Show the application's version"
+msgstr "𐑖𐑴 𐑞 𐑩𐑐𐑤𐑦𐑒𐑱𐑕𐑩𐑯𐑕 𐑝𐑻𐑠𐑩𐑯"
+
+#: ../gedit/gedit-command-line.c:260
+msgid "Display list of possible values for the encoding option"
+msgstr "𐑛𐑩𐑕𐑐𐑤𐑱 𐑤𐑦𐑕𐑑 𐑝 𐑐𐑪𐑕𐑩𐑚𐑩𐑤 𐑝𐑨𐑤𐑿𐑟 𐑓𐑹 𐑞 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 𐑪𐑐𐑖𐑩𐑯"
+
+#: ../gedit/gedit-command-line.c:268
+msgid ""
+"Set the character encoding to be used to open the files listed on the command "
+"line"
+msgstr "𐑕𐑧𐑑 𐑞 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 𐑑 𐑚𐑰 𐑿𐑟𐑛 𐑑 𐑴𐑐𐑩𐑯 𐑞 𐑓𐑲𐑤𐑟 𐑤𐑦𐑕𐑑𐑩𐑛 𐑪𐑯 𐑞 𐑒𐑩𐑥𐑭𐑯𐑛 𐑤𐑲𐑯"
+
+#: ../gedit/gedit-command-line.c:269
+msgid "ENCODING"
+msgstr "𐑧𐑯𐑒𐑴𐑛𐑦𐑙"
+
+#: ../gedit/gedit-command-line.c:276
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "𐑒𐑮𐑦𐑱𐑑 𐑩 𐑯𐑿 𐑑𐑪𐑐-𐑤𐑧𐑝𐑩𐑤 𐑢𐑦𐑯𐑛𐑴 𐑦𐑯 𐑩𐑯 𐑧𐑒𐑟𐑦𐑕𐑑𐑦𐑙 𐑦𐑯𐑕𐑑𐑨𐑯𐑕 𐑝 ·𐑜𐑧𐑛𐑦𐑑"
+
+#: ../gedit/gedit-command-line.c:284
+msgid "Create a new document in an existing instance of gedit"
+msgstr "𐑒𐑮𐑦𐑱𐑑 𐑩 𐑯𐑿 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑩𐑯 𐑧𐑒𐑟𐑦𐑕𐑑𐑦𐑙 𐑦𐑯𐑕𐑑𐑨𐑯𐑕 𐑝 ·𐑜𐑧𐑛𐑦𐑑"
+
+#: ../gedit/gedit-command-line.c:292
+msgid "Set the X geometry window size (WIDTHxHEIGHT+X+Y)"
+msgstr "𐑕𐑧𐑑 𐑞 X 𐑡𐑦𐑪𐑥𐑩𐑑𐑮𐑦 𐑢𐑦𐑯𐑛𐑴 𐑕𐑲𐑟 (𐑢𐑦𐑛𐑔x𐑣𐑲𐑑+X+Y)"
+
+#: ../gedit/gedit-command-line.c:293
+msgid "GEOMETRY"
+msgstr "𐑡𐑦𐑪𐑥𐑩𐑑𐑮𐑦"
+
+#: ../gedit/gedit-command-line.c:300
+msgid "Open files and block process until files are closed"
+msgstr "𐑴𐑐𐑩𐑯 𐑓𐑲𐑤𐑟 𐑯 𐑚𐑤𐑪𐑒 𐑐𐑮𐑴𐑕𐑧𐑕 𐑳𐑯𐑑𐑦𐑤 𐑓𐑲𐑤𐑟 𐑸 𐑒𐑤𐑴𐑟𐑛"
+
+#: ../gedit/gedit-command-line.c:308
+msgid "Run gedit in the background"
+msgstr "𐑮𐑳𐑯 ·𐑜𐑧𐑛𐑦𐑑 𐑦𐑯 𐑞 𐑚𐑨𐑒𐑜𐑮𐑬𐑯𐑛"
+
+#: ../gedit/gedit-command-line.c:316
+msgid "Run gedit in standalone mode"
+msgstr "𐑮𐑳𐑯 ·𐑜𐑧𐑛𐑦𐑑 𐑦𐑯 𐑕𐑑𐑨𐑯𐑛𐑩𐑤𐑴𐑯 𐑥𐑴𐑛"
+
+#: ../gedit/gedit-command-line.c:325
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[𐑓𐑲𐑤...] [+𐑤𐑲𐑯[:𐑒𐑪𐑤𐑩𐑥]]"
+
+#. Setup command line options
+#: ../gedit/gedit-command-line.c:332
+msgid "- Edit text files"
+msgstr "- 𐑧𐑛𐑦𐑑 𐑑𐑧𐑒𐑕𐑑 𐑓𐑲𐑤𐑟"
+
+#, c-format
+#: ../gedit/gedit-command-line.c:341
+msgid ""
+"%s\nRun '%s --help' to see a full list of available command line options.\n"
+msgstr "%s\n𐑮𐑳𐑯 '%s --help' 𐑑 𐑕𐑰 𐑩 𐑓𐑫𐑤 𐑤𐑦𐑕𐑑 𐑝 𐑩𐑝𐑱𐑤𐑩𐑚𐑩𐑤 𐑒𐑩𐑥𐑭𐑯𐑛 𐑤𐑲𐑯 𐑪𐑐𐑖𐑩𐑯𐑟.\n"
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:270
+msgid "Loading file '%s'…"
+msgstr "𐑤𐑴𐑛𐑦𐑙 𐑓𐑲𐑤 '%s'…"
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:279
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "𐑤𐑴𐑛𐑦𐑙 %d 𐑓𐑲𐑤…"
+msgstr[1] "𐑤𐑴𐑛𐑦𐑙 %d 𐑓𐑲𐑤𐑟…"
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:434
+msgid "Open Files"
+msgstr "𐑴𐑐𐑩𐑯 𐑓𐑲𐑤𐑟"
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:545
+msgid "The file \"%s\" is read-only."
+msgstr "𐑞 𐑓𐑲𐑤 \"%s\" 𐑦𐑟 𐑮𐑧𐑛-𐑴𐑯𐑤𐑦."
+
+#: ../gedit/gedit-commands-file.c:550
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "𐑛𐑵 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑑𐑮𐑲 𐑑 𐑮𐑦𐑐𐑤𐑱𐑕 𐑦𐑑 𐑢𐑦𐑞 𐑞 𐑢𐑳𐑯 𐑿 𐑸 𐑕𐑱𐑝𐑦𐑙?"
+
+#: ../gedit/gedit-commands-file.c:600
+msgid "Save the file using compression?"
+msgstr "𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤 𐑿𐑟𐑦𐑙 𐑒𐑩𐑥𐑐𐑮𐑧𐑖𐑩𐑯?"
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:601
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"𐑞 𐑓𐑲𐑤 \"%s\" 𐑢𐑪𐑟 𐑐𐑮𐑰𐑝𐑦𐑩𐑕𐑤𐑦 𐑕𐑱𐑝𐑛 𐑨𐑟 𐑐𐑤𐑱𐑯 𐑑𐑧𐑒𐑕𐑑 𐑯 𐑢𐑦𐑤 𐑯𐑬 𐑚𐑰 𐑕𐑱𐑝𐑛 𐑿𐑟𐑦𐑙 𐑒𐑩𐑥𐑐𐑮𐑧𐑖𐑩𐑯."
+
+#: ../gedit/gedit-commands-file.c:603
+msgid "_Save Using Compression"
+msgstr "_𐑕𐑱𐑝 𐑿𐑟𐑦𐑙 𐑒𐑩𐑥𐑐𐑮𐑧𐑖𐑩𐑯"
+
+#: ../gedit/gedit-commands-file.c:607
+msgid "Save the file as plain text?"
+msgstr "𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤 𐑨𐑟 𐑐𐑤𐑱𐑯 𐑑𐑧𐑒𐑕𐑑?"
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:608
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"𐑞 𐑓𐑲𐑤 \"%s\" 𐑢𐑪𐑟 𐑐𐑮𐑰𐑝𐑦𐑩𐑕𐑤𐑦 𐑕𐑱𐑝𐑛 𐑿𐑟𐑦𐑙 𐑒𐑩𐑥𐑐𐑮𐑧𐑖𐑩𐑯 𐑯 𐑢𐑦𐑤 𐑯𐑬 𐑚𐑰 𐑕𐑱𐑝𐑛 𐑨𐑟 𐑐𐑤𐑱𐑯 𐑑𐑧𐑒𐑕𐑑."
+
+#: ../gedit/gedit-commands-file.c:610
+msgid "_Save As Plain Text"
+msgstr "_𐑕𐑱𐑝 𐑨𐑟 𐑐𐑤𐑱𐑯 𐑑𐑧𐑒𐑕𐑑"
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:728 ../gedit/gedit-commands-file.c:947
+msgid "Saving file '%s'…"
+msgstr "𐑕𐑱𐑝𐑦𐑙 𐑓𐑲𐑤 '%s'…"
+
+#: ../gedit/gedit-commands-file.c:833
+msgid "Save As"
+msgstr "𐑕𐑱𐑝 𐑨𐑟"
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:1161
+msgid "Reverting the document '%s'…"
+msgstr "𐑮𐑦𐑝𐑻𐑑𐑦𐑙 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 '%s'…"
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:1206
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "𐑮𐑦𐑝𐑻𐑑 unsaved 𐑗𐑱𐑯𐑡𐑩𐑟 𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 '%s'?"
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:1215
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] ""
+"𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 %ld 𐑕𐑧𐑒𐑩𐑯𐑛 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] ""
+"𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 %ld 𐑕𐑧𐑒𐑩𐑯𐑛𐑟 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#: ../gedit/gedit-commands-file.c:1224
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 𐑥𐑦𐑯𐑩𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:1230
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 𐑥𐑦𐑯𐑩𐑑 𐑯 %ld 𐑕𐑧𐑒𐑩𐑯𐑛 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] ""
+"𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 𐑥𐑦𐑯𐑩𐑑 𐑯 %ld 𐑕𐑧𐑒𐑩𐑯𐑛𐑟 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:1240
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] ""
+"𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 %ld 𐑥𐑦𐑯𐑩𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] ""
+"𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 %ld 𐑥𐑦𐑯𐑩𐑑𐑕 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#: ../gedit/gedit-commands-file.c:1255
+msgid ""
+"Changes made to the document in the last hour will be permanently lost."
+msgstr "𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 𐑬𐑼 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:1261
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 𐑬𐑼 𐑯 %d 𐑥𐑦𐑯𐑩𐑑 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] ""
+"𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 𐑬𐑼 𐑯 %d 𐑥𐑦𐑯𐑩𐑑𐑕 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#, c-format
+#: ../gedit/gedit-commands-file.c:1276
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 %d 𐑬𐑼 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+msgstr[1] "𐑗𐑱𐑯𐑡𐑩𐑟 𐑥𐑱𐑛 𐑑 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑯 𐑞 𐑤𐑭𐑕𐑑 %d 𐑬𐑼𐑟 𐑢𐑦𐑤 𐑚𐑰 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#: ../gedit/gedit-commands-file.c:1302
+msgid "_Revert"
+msgstr "_𐑮𐑦𐑝𐑻𐑑"
+
+#: ../gedit/gedit-commands-help.c:86
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "·𐑜𐑧𐑛𐑦𐑑 𐑦𐑟 𐑩 𐑕𐑥𐑷𐑤 𐑯 𐑤𐑲𐑑𐑢𐑱𐑑 𐑑𐑧𐑒𐑕𐑑 𐑧𐑛𐑦𐑑𐑼 𐑓𐑹 𐑞 ·𐑜𐑯𐑴𐑥 𐑛𐑧𐑕𐑒𐑑𐑪𐑐"
+
+#: ../gedit/gedit-commands-help.c:111
+msgid "translator-credits"
+msgstr "·𐑑𐑪𐑥𐑩𐑕 ·𐑔𐑻𐑥𐑩𐑯"
+
+#, c-format
+#: ../gedit/gedit-commands-search.c:111
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "𐑓𐑬𐑯𐑛 𐑯 𐑮𐑦𐑐𐑤𐑱𐑕𐑑 %d 𐑪𐑒𐑻𐑩𐑯𐑕"
+msgstr[1] "𐑓𐑬𐑯𐑛 𐑯 𐑮𐑦𐑐𐑤𐑱𐑕𐑑 %d 𐑪𐑒𐑻𐑩𐑯𐑕𐑧𐑟"
+
+#: ../gedit/gedit-commands-search.c:121
+msgid "Found and replaced one occurrence"
+msgstr "𐑓𐑬𐑯𐑛 𐑯 𐑮𐑦𐑐𐑤𐑱𐑕𐑑 𐑢𐑳𐑯 𐑪𐑒𐑻𐑩𐑯𐑕"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#, c-format
+#: ../gedit/gedit-commands-search.c:142
+msgid "\"%s\" not found"
+msgstr "\"%s\" 𐑯𐑪𐑑 𐑓𐑬𐑯𐑛"
+
+#, c-format
+#: ../gedit/gedit-document.c:1198 ../gedit/gedit-document.c:1213
+msgid "Unsaved Document %d"
+msgstr "𐑳𐑯𐑕𐑱𐑝𐑛 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 %d"
+
+#: ../gedit/gedit-documents-panel.c:98 ../gedit/gedit-documents-panel.c:112
+#: ../gedit/gedit-window.c:2371 ../gedit/gedit-window.c:2376
+msgid "Read-Only"
+msgstr "𐑮𐑧𐑛-𐑴𐑯𐑤𐑦"
+
+#: ../gedit/gedit-documents-panel.c:792 ../gedit/gedit-window.c:3780
+msgid "Documents"
+msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕"
+
+#: ../gedit/gedit-encodings.c:138 ../gedit/gedit-encodings.c:180
+#: ../gedit/gedit-encodings.c:182 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+msgid "Unicode"
+msgstr "·𐑿𐑯𐑦𐑒𐑴𐑛"
+
+#: ../gedit/gedit-encodings.c:151 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:225 ../gedit/gedit-encodings.c:268
+msgid "Western"
+msgstr "𐑢𐑧𐑕𐑑𐑼𐑯"
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:227
+#: ../gedit/gedit-encodings.c:264
+msgid "Central European"
+msgstr "𐑕𐑧𐑯𐑑𐑮𐑩𐑤 𐑘𐑫𐑼𐑩𐑐𐑰𐑩𐑯"
+
+#: ../gedit/gedit-encodings.c:155
+msgid "South European"
+msgstr "𐑕𐑬𐑔 𐑘𐑫𐑼𐑩𐑐𐑰𐑩𐑯"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:278
+msgid "Baltic"
+msgstr "𐑚𐑪𐑤𐑑𐑦𐑒"
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:229
+#: ../gedit/gedit-encodings.c:242 ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:266
+msgid "Cyrillic"
+msgstr "𐑕𐑻𐑦𐑤𐑦𐑒"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Arabic"
+msgstr "𐑨𐑮𐑩𐑚𐑦𐑒"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:270
+msgid "Greek"
+msgstr "𐑜𐑮𐑰𐑒"
+
+#: ../gedit/gedit-encodings.c:165
+msgid "Hebrew Visual"
+msgstr "𐑣𐑰𐑚𐑮𐑵 𐑝𐑦𐑠𐑩𐑢𐑩𐑤"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:272
+msgid "Turkish"
+msgstr "𐑑𐑻𐑒𐑦𐑖"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Nordic"
+msgstr "𐑯𐑪𐑮𐑛𐑦𐑒"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Celtic"
+msgstr "𐑕𐑧𐑤𐑑𐑦𐑒"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Romanian"
+msgstr "𐑮𐑴𐑥𐑱𐑯𐑰𐑩𐑯"
+
+#: ../gedit/gedit-encodings.c:195
+msgid "Armenian"
+msgstr "𐑭𐑮𐑥𐑰𐑯𐑰𐑩𐑯"
+
+#: ../gedit/gedit-encodings.c:197 ../gedit/gedit-encodings.c:199
+#: ../gedit/gedit-encodings.c:213
+msgid "Chinese Traditional"
+msgstr "𐑗𐑲𐑯𐑰𐑟 𐑑𐑮𐑩𐑛𐑦𐑖𐑩𐑯𐑩𐑤"
+
+#: ../gedit/gedit-encodings.c:201
+msgid "Cyrillic/Russian"
+msgstr "𐑕𐑻𐑦𐑤𐑦𐑒/𐑮𐑳𐑖𐑩𐑯"
+
+#: ../gedit/gedit-encodings.c:204 ../gedit/gedit-encodings.c:206
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:238
+#: ../gedit/gedit-encodings.c:253
+msgid "Japanese"
+msgstr "𐑡𐑨𐑐𐑩𐑯𐑰𐑟"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:240
+#: ../gedit/gedit-encodings.c:244 ../gedit/gedit-encodings.c:259
+msgid "Korean"
+msgstr "𐑒𐑪𐑮𐑰𐑩𐑯"
+
+#: ../gedit/gedit-encodings.c:216 ../gedit/gedit-encodings.c:218
+#: ../gedit/gedit-encodings.c:220
+msgid "Chinese Simplified"
+msgstr "𐑗𐑲𐑯𐑰𐑟 𐑕𐑦𐑥𐑐𐑤𐑩𐑓𐑲𐑛"
+
+#: ../gedit/gedit-encodings.c:222
+msgid "Georgian"
+msgstr "𐑡𐑹𐑡𐑩𐑯"
+
+#: ../gedit/gedit-encodings.c:233 ../gedit/gedit-encodings.c:274
+msgid "Hebrew"
+msgstr "𐑣𐑰𐑚𐑮𐑵"
+
+#: ../gedit/gedit-encodings.c:250
+msgid "Cyrillic/Ukrainian"
+msgstr "𐑕𐑻𐑦𐑤𐑦𐑒/𐑘𐑵𐑒𐑮𐑱𐑯𐑰𐑩𐑯"
+
+#: ../gedit/gedit-encodings.c:255 ../gedit/gedit-encodings.c:261
+#: ../gedit/gedit-encodings.c:280
+msgid "Vietnamese"
+msgstr "𐑝𐑰𐑧𐑑𐑯𐑭𐑥𐑰𐑕"
+
+#: ../gedit/gedit-encodings.c:257
+msgid "Thai"
+msgstr "𐑑𐑲"
+
+#: ../gedit/gedit-encodings.c:431
+msgid "Unknown"
+msgstr "𐑳𐑯𐑴𐑯"
+
+#: ../gedit/gedit-encodings-combo-box.c:279
+msgid "Automatically Detected"
+msgstr "𐑷𐑑𐑩𐑥𐑨𐑑𐑦𐑒𐑤𐑦 𐑛𐑦𐑑𐑧𐑒𐑑𐑩𐑛"
+
+#, c-format
+#: ../gedit/gedit-encodings-combo-box.c:295
+#: ../gedit/gedit-encodings-combo-box.c:310
+msgid "Current Locale (%s)"
+msgstr "𐑒𐑳𐑮𐑩𐑯𐑑 𐑤𐑴𐑒𐑨𐑤 (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:363
+msgid "Add or Remove..."
+msgstr "𐑨𐑛 𐑹 𐑮𐑦𐑥𐑵𐑝..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "𐑷𐑤 𐑑𐑧𐑒𐑕𐑑 𐑓𐑲𐑤𐑟"
+
+#: ../gedit/gedit-file-chooser-dialog.c:99
+msgid "C_haracter Encoding:"
+msgstr "_𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:164
+msgid "L_ine Ending:"
+msgstr "_𐑤𐑲𐑯 𐑧𐑯𐑛𐑦𐑙:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:183
+msgid "Unix/Linux"
+msgstr "·𐑿𐑯𐑦𐑒𐑕/·𐑤𐑦𐑯𐑩𐑒𐑕"
+
+#: ../gedit/gedit-file-chooser-dialog.c:189
+msgid "Mac OS Classic"
+msgstr "·𐑥𐑨𐑒 OS 𐑒𐑤𐑨𐑕𐑦𐑒"
+
+#: ../gedit/gedit-file-chooser-dialog.c:195
+msgid "Windows"
+msgstr "·𐑢𐑦𐑯𐑛𐑴𐑟"
+
+#: ../gedit/gedit-io-error-message-area.c:198
+#: ../gedit/gedit-io-error-message-area.c:203
+#: ../gedit/gedit-io-error-message-area.c:518
+#: ../gedit/gedit-io-error-message-area.c:541
+msgid "_Retry"
+msgstr "_𐑮𐑰𐑑𐑮𐑲"
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:225
+msgid "Could not find the file %s."
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑓𐑲𐑯𐑛 𐑞 𐑓𐑲𐑤 %s."
+
+#: ../gedit/gedit-io-error-message-area.c:227
+#: ../gedit/gedit-io-error-message-area.c:269
+#: ../gedit/gedit-io-error-message-area.c:276
+msgid "Please check that you typed the location correctly and try again."
+msgstr "𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑞𐑨𐑑 𐑿 𐑑𐑲𐑐𐑑 𐑞 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 𐑒𐑩𐑮𐑧𐑒𐑑𐑤𐑦 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:245
+msgid "gedit cannot handle %s locations."
+msgstr "·𐑜𐑧𐑛𐑦𐑑 𐑒𐑨𐑯𐑪𐑑 𐑣𐑨𐑯𐑛𐑩𐑤 %s 𐑤𐑴𐑒𐑱𐑖𐑩𐑯𐑟."
+
+#: ../gedit/gedit-io-error-message-area.c:251
+msgid "gedit cannot handle this location."
+msgstr "·𐑜𐑧𐑛𐑦𐑑 𐑒𐑨𐑯𐑪𐑑 𐑣𐑨𐑯𐑛𐑩𐑤 𐑞𐑦𐑕 𐑤𐑴𐑒𐑱𐑖𐑩𐑯."
+
+#: ../gedit/gedit-io-error-message-area.c:259
+msgid "The location of the file cannot be mounted."
+msgstr "𐑞 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 𐑝 𐑞 𐑓𐑲𐑤 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑥𐑬𐑯𐑑𐑩𐑛."
+
+#: ../gedit/gedit-io-error-message-area.c:263
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr "𐑞 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 𐑝 𐑞 𐑓𐑲𐑤 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑨𐑒𐑕𐑧𐑕𐑑 𐑚𐑦𐑒𐑪𐑟 𐑦𐑑 𐑦𐑟 𐑯𐑪𐑑 𐑥𐑬𐑯𐑑𐑩𐑛."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:267
+msgid "%s is a directory."
+msgstr "%s 𐑦𐑟 𐑩 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:274
+msgid "%s is not a valid location."
+msgstr "%s 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑤𐑴𐑒𐑱𐑖𐑩𐑯."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:310
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are correct "
+"and try again."
+msgstr ""
+"𐑣𐑴𐑕𐑑 %s 𐑒𐑫𐑛 𐑯𐑪𐑑 𐑚𐑰 𐑓𐑬𐑯𐑛. 𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑞𐑨𐑑 𐑿𐑼 𐑐𐑮𐑪𐑒𐑕𐑦 𐑕𐑧𐑑𐑦𐑙𐑟 𐑸 𐑒𐑩𐑮𐑧𐑒𐑑 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:325
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"𐑣𐑴𐑕𐑑𐑯𐑱𐑥 𐑢𐑪𐑟 𐑦𐑯𐑝𐑨𐑤𐑦𐑛. 𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑞𐑨𐑑 𐑿 𐑑𐑲𐑐𐑑 𐑞 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 𐑒𐑩𐑮𐑧𐑒𐑑𐑤𐑦 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:333
+msgid "%s is not a regular file."
+msgstr "%s 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑮𐑧𐑜𐑘𐑫𐑤𐑼 𐑓𐑲𐑤."
+
+#: ../gedit/gedit-io-error-message-area.c:338
+msgid "Connection timed out. Please try again."
+msgstr "𐑒𐑩𐑯𐑧𐑒𐑖𐑩𐑯 𐑑𐑲𐑥𐑛 𐑬𐑑. 𐑐𐑤𐑰𐑟 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#: ../gedit/gedit-io-error-message-area.c:361
+msgid "The file is too big."
+msgstr "𐑞 𐑓𐑲𐑤 𐑦𐑟 𐑑𐑵 𐑚𐑦𐑜."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:402
+msgid "Unexpected error: %s"
+msgstr "𐑳𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑻𐑼: %s"
+
+#: ../gedit/gedit-io-error-message-area.c:438
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "·𐑜𐑧𐑛𐑦𐑑 𐑒𐑨𐑯𐑪𐑑 𐑓𐑲𐑯𐑛 𐑞 𐑓𐑲𐑤. 𐑐𐑼𐑣𐑨𐑐𐑕 𐑦𐑑 𐑣𐑨𐑟 𐑮𐑰𐑕𐑩𐑯𐑑𐑤𐑦 𐑚𐑰𐑯 𐑛𐑦𐑤𐑰𐑑𐑩𐑛."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:448
+msgid "Could not revert the file %s."
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑮𐑦𐑝𐑻𐑑 𐑞 𐑓𐑲𐑤 %s."
+
+#: ../gedit/gedit-io-error-message-area.c:474
+msgid "Ch_aracter Encoding:"
+msgstr "_𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:525
+#: ../gedit/gedit-io-error-message-area.c:550
+#: ../gedit/gedit-io-error-message-area.c:836
+#: ../gedit/gedit-io-error-message-area.c:846
+msgid "Edit Any_way"
+msgstr "𐑧𐑛𐑦𐑑 𐑧𐑯𐑦_𐑢𐑱"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:528
+#: ../gedit/gedit-io-error-message-area.c:555
+#: ../gedit/gedit-io-error-message-area.c:839
+#: ../gedit/gedit-io-error-message-area.c:851
+msgid "D_on't Edit"
+msgstr "_𐑛𐑴𐑯𐑑 𐑧𐑛𐑦𐑑"
+
+#: ../gedit/gedit-io-error-message-area.c:657
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"𐑞 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑓𐑪𐑤𐑴𐑛 𐑤𐑦𐑙𐑒𐑕 𐑦𐑟 𐑤𐑦𐑥𐑦𐑑𐑩𐑛 𐑯 𐑞 𐑨𐑒𐑗𐑫𐑩𐑤 𐑓𐑲𐑤 𐑒𐑫𐑛 𐑯𐑪𐑑 𐑚𐑰 𐑓𐑬𐑯𐑛 𐑢𐑦𐑞𐑦𐑯 𐑞𐑦𐑕 "
+"𐑤𐑦𐑥𐑦𐑑."
+
+#: ../gedit/gedit-io-error-message-area.c:661
+msgid "You do not have the permissions necessary to open the file."
+msgstr "𐑿 𐑛𐑵 𐑯𐑪𐑑 𐑣𐑨𐑝 𐑞 𐑐𐑻𐑥𐑦𐑖𐑪𐑯𐑟 𐑯𐑧𐑕𐑩𐑕𐑼𐑦 𐑑 𐑴𐑐𐑩𐑯 𐑞 𐑓𐑲𐑤."
+
+#: ../gedit/gedit-io-error-message-area.c:667
+msgid "gedit has not been able to detect the character encoding."
+msgstr "·𐑜𐑧𐑛𐑦𐑑 𐑣𐑨𐑟 𐑯𐑪𐑑 𐑚𐑰𐑯 𐑱𐑚𐑩𐑤 𐑑 𐑛𐑦𐑑𐑧𐑒𐑑 𐑞 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙."
+
+#: ../gedit/gedit-io-error-message-area.c:669
+#: ../gedit/gedit-io-error-message-area.c:691
+msgid "Please check that you are not trying to open a binary file."
+msgstr "𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑞𐑨𐑑 𐑿 𐑸 𐑯𐑪𐑑 𐑑𐑮𐑲𐑦𐑙 𐑑 𐑴𐑐𐑩𐑯 𐑩 𐑚𐑲𐑯𐑼𐑦 𐑓𐑲𐑤."
+
+#: ../gedit/gedit-io-error-message-area.c:670
+msgid "Select a character encoding from the menu and try again."
+msgstr "𐑕𐑩𐑤𐑧𐑒𐑑 𐑩 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 𐑓𐑮𐑪𐑥 𐑞 𐑥𐑧𐑯𐑿 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:676
+msgid "There was a problem opening the file %s."
+msgstr "𐑞𐑺 𐑢𐑪𐑟 𐑩 𐑐𐑮𐑪𐑚𐑤𐑩𐑥 𐑴𐑐𐑩𐑯𐑦𐑙 𐑞 𐑓𐑲𐑤 %s."
+
+#: ../gedit/gedit-io-error-message-area.c:678
+msgid ""
+"The file you opened has some invalid characters. If you continue editing this "
+"file you could make this document useless."
+msgstr ""
+"𐑞 𐑓𐑲𐑤 𐑿 𐑴𐑐𐑩𐑯𐑛 𐑣𐑨𐑟 𐑕𐑳𐑥 𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼𐑟. 𐑦𐑓 𐑿 𐑒𐑩𐑯𐑑𐑦𐑯𐑿 𐑧𐑛𐑦𐑑𐑦𐑙 𐑞𐑦𐑕 𐑓𐑲𐑤 𐑿 𐑒𐑫𐑛 𐑥𐑱𐑒 "
+"𐑞𐑦𐑕 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑿𐑕𐑤𐑩𐑕."
+
+#: ../gedit/gedit-io-error-message-area.c:681
+msgid "You can also choose another character encoding and try again."
+msgstr "𐑿 𐑒𐑨𐑯 𐑷𐑤𐑕𐑴 𐑗𐑵𐑟 𐑩𐑯𐑳𐑞𐑼 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:688
+msgid "Could not open the file %s using the %s character encoding."
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑴𐑐𐑩𐑯 𐑞 𐑓𐑲𐑤 %s 𐑿𐑟𐑦𐑙 𐑞 %s 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙."
+
+#: ../gedit/gedit-io-error-message-area.c:692
+#: ../gedit/gedit-io-error-message-area.c:767
+msgid "Select a different character encoding from the menu and try again."
+msgstr "𐑕𐑩𐑤𐑧𐑒𐑑 𐑩 𐑛𐑦𐑓𐑼𐑩𐑯𐑑 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 𐑓𐑮𐑪𐑥 𐑞 𐑥𐑧𐑯𐑿 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:702
+msgid "Could not open the file %s."
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑴𐑐𐑩𐑯 𐑞 𐑓𐑲𐑤 %s."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:762
+msgid "Could not save the file %s using the %s character encoding."
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤 %s 𐑿𐑟𐑦𐑙 𐑞 %s 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙."
+
+#: ../gedit/gedit-io-error-message-area.c:765
+msgid ""
+"The document contains one or more characters that cannot be encoded using the "
+"specified character encoding."
+msgstr ""
+"𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑢𐑳𐑯 𐑹 𐑥𐑹 𐑒𐑨𐑮𐑩𐑒𐑑𐑼𐑟 𐑞𐑨𐑑 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑧𐑯𐑒𐑴𐑛𐑩𐑛 𐑿𐑟𐑦𐑙 𐑞 𐑕𐑐𐑧𐑕𐑦𐑓𐑲𐑛 "
+"𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:866
+msgid "This file (%s) is already open in another gedit window."
+msgstr "𐑞𐑦𐑕 𐑓𐑲𐑤 (%s) 𐑦𐑟 𐑷𐑤𐑮𐑧𐑛𐑦 𐑴𐑐𐑩𐑯 𐑦𐑯 𐑩𐑯𐑳𐑞𐑼 ·𐑜𐑧𐑦𐑑 𐑢𐑦𐑯𐑛𐑴."
+
+#: ../gedit/gedit-io-error-message-area.c:880
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"·𐑜𐑧𐑛𐑦𐑑 𐑴𐑐𐑩𐑯𐑛 𐑞𐑦𐑕 𐑦𐑯𐑕𐑑𐑨𐑯𐑕 𐑝 𐑞 𐑓𐑲𐑤 𐑦𐑯 𐑩 𐑯𐑪𐑯-𐑧𐑛𐑦𐑑𐑩𐑚𐑩𐑤 𐑢𐑱. 𐑛𐑵 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑧𐑛𐑦𐑑 𐑦𐑑 "
+"𐑧𐑯𐑦𐑢𐑱?"
+
+#: ../gedit/gedit-io-error-message-area.c:939
+#: ../gedit/gedit-io-error-message-area.c:949
+#: ../gedit/gedit-io-error-message-area.c:1047
+#: ../gedit/gedit-io-error-message-area.c:1057
+msgid "S_ave Anyway"
+msgstr "𐑕_𐑱𐑝 𐑧𐑯𐑦𐑢𐑱"
+
+#: ../gedit/gedit-io-error-message-area.c:943
+#: ../gedit/gedit-io-error-message-area.c:953
+#: ../gedit/gedit-io-error-message-area.c:1051
+#: ../gedit/gedit-io-error-message-area.c:1061
+msgid "D_on't Save"
+msgstr "_𐑛𐑴𐑯𐑑 𐑕𐑱𐑝"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:971
+msgid "The file %s has been modified since reading it."
+msgstr "𐑞 𐑓𐑲𐑤 %s 𐑣𐑨𐑟 𐑚𐑰𐑯 𐑥𐑪𐑛𐑦𐑓𐑲𐑛 𐑕𐑦𐑯𐑕 𐑮𐑰𐑛𐑦𐑙 𐑦𐑑."
+
+#: ../gedit/gedit-io-error-message-area.c:986
+msgid ""
+"If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "𐑦𐑓 𐑿 𐑕𐑱𐑝 𐑦𐑑, 𐑷𐑤 𐑞 𐑦𐑒𐑕𐑑𐑻𐑯𐑩𐑤 𐑗𐑱𐑯𐑡𐑩𐑟 𐑒𐑫𐑛 𐑚𐑰 𐑤𐑪𐑕𐑑. 𐑕𐑱𐑝 𐑦𐑑 𐑧𐑯𐑦𐑢𐑱?"
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:1084
+msgid "Could not create a backup file while saving %s"
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑒𐑮𐑦𐑱𐑑 𐑩 𐑚𐑨𐑒𐑳𐑐 𐑓𐑲𐑤 𐑢𐑲𐑤 𐑕𐑱𐑝𐑦𐑙 %s"
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:1087
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑒𐑮𐑦𐑱𐑑 𐑩 𐑑𐑧𐑥𐑐𐑼𐑼𐑦 𐑚𐑨𐑒𐑳𐑐 𐑓𐑲𐑤 𐑢𐑲𐑤 𐑕𐑱𐑝𐑦𐑙 %s"
+
+#: ../gedit/gedit-io-error-message-area.c:1103
+msgid ""
+"gedit could not back up the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"·𐑜𐑧𐑛𐑦𐑑 𐑒𐑫𐑛 𐑯𐑪𐑑 𐑚𐑨𐑒 𐑳𐑐 𐑞 𐑴𐑤𐑛 𐑒𐑪𐑐𐑦 𐑝 𐑞 𐑓𐑲𐑤 𐑚𐑦𐑓𐑹 𐑕𐑱𐑝𐑦𐑙 𐑞 𐑯𐑿 𐑢𐑳𐑯. 𐑿 𐑒𐑨𐑯 𐑦𐑜𐑯𐑹 𐑞𐑦𐑕 "
+"𐑢𐑹𐑯𐑦𐑙 𐑯 𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤 𐑧𐑯𐑦𐑢𐑱, 𐑚𐑳𐑑 𐑦𐑓 𐑩𐑯 𐑻𐑼 𐑪𐑒𐑻𐑟 𐑢𐑲𐑤 𐑕𐑱𐑝𐑦𐑙, 𐑿 𐑒𐑫𐑛 𐑤𐑵𐑟 𐑞 𐑴𐑤𐑛 𐑒𐑪𐑐𐑦 𐑝 "
+"𐑞 𐑓𐑲𐑤. 𐑕𐑱𐑝 𐑧𐑯𐑦𐑢𐑱?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:1163
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"·𐑜𐑧𐑛𐑦𐑑 𐑒𐑨𐑯𐑪𐑑 𐑣𐑨𐑯𐑛𐑩𐑤 %s 𐑤𐑴𐑒𐑱𐑖𐑩𐑯𐑟 𐑦𐑯 𐑮𐑲𐑑 𐑥𐑴𐑛. 𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑞𐑨𐑑 𐑿 𐑑𐑲𐑐𐑑 𐑞 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 "
+"𐑒𐑩𐑮𐑧𐑒𐑑𐑤𐑦 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#: ../gedit/gedit-io-error-message-area.c:1171
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"·𐑜𐑧𐑛𐑦𐑑 𐑒𐑨𐑯𐑪𐑑 𐑣𐑨𐑯𐑛𐑩𐑤 𐑞𐑦𐑕 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 𐑦𐑯 𐑮𐑲𐑑 𐑥𐑴𐑛. 𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑞𐑨𐑑 𐑿 𐑑𐑲𐑐𐑑 𐑞 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 "
+"𐑒𐑩𐑮𐑧𐑒𐑑𐑤𐑦 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:1180
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑤𐑴𐑒𐑱𐑖𐑩𐑯. 𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑞𐑨𐑑 𐑿 𐑑𐑲𐑐𐑑 𐑞 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 𐑒𐑩𐑮𐑧𐑒𐑑𐑤𐑦 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#: ../gedit/gedit-io-error-message-area.c:1186
+msgid ""
+"You do not have the permissions necessary to save the file. Please check that "
+"you typed the location correctly and try again."
+msgstr ""
+"𐑿 𐑛𐑵 𐑯𐑪𐑑 𐑣𐑨𐑝 𐑞 𐑐𐑻𐑥𐑦𐑖𐑪𐑯𐑟 𐑯𐑧𐑕𐑩𐑕𐑼𐑦 𐑑 𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤. 𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑞𐑨𐑑 𐑿 𐑑𐑲𐑐𐑑 𐑞 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 "
+"𐑒𐑩𐑮𐑧𐑒𐑑𐑤𐑦 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#: ../gedit/gedit-io-error-message-area.c:1192
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"𐑞𐑺 𐑦𐑟 𐑯𐑪𐑑 𐑦𐑯𐑳𐑓 𐑛𐑦𐑕𐑒 𐑕𐑐𐑱𐑕 𐑑 𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤. 𐑐𐑤𐑰𐑟 𐑓𐑮𐑰 𐑕𐑳𐑥 𐑛𐑦𐑕𐑒 𐑕𐑐𐑱𐑕 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#: ../gedit/gedit-io-error-message-area.c:1197
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"𐑿 𐑸 𐑑𐑮𐑲𐑦𐑙 𐑑 𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤 𐑪𐑯 𐑩 𐑮𐑧𐑛-𐑴𐑯𐑤𐑦 𐑛𐑦𐑕𐑒. 𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑞𐑨𐑑 𐑿 𐑑𐑲𐑐𐑑 𐑞 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 "
+"𐑒𐑩𐑮𐑧𐑒𐑑𐑤𐑦 𐑯 𐑑𐑮𐑲 𐑩𐑜𐑱𐑯."
+
+#: ../gedit/gedit-io-error-message-area.c:1203
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "𐑩 𐑓𐑲𐑤 𐑢𐑦𐑞 𐑞 𐑕𐑱𐑥 𐑯𐑱𐑥 𐑷𐑤𐑮𐑧𐑛𐑦 𐑧𐑒𐑟𐑦𐑕𐑑𐑕. 𐑐𐑤𐑰𐑟 𐑿𐑟 𐑩 𐑛𐑦𐑓𐑼𐑩𐑯𐑑 𐑯𐑱𐑥."
+
+#: ../gedit/gedit-io-error-message-area.c:1208
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"𐑞 𐑛𐑦𐑕𐑒 𐑢𐑺 𐑿 𐑸 𐑑𐑮𐑲𐑦𐑙 𐑑 𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤 𐑣𐑨𐑟 𐑩 𐑤𐑦𐑥𐑦𐑑𐑱𐑖𐑩𐑯 𐑪𐑯 𐑤𐑧𐑙𐑔 𐑝 𐑞 𐑓𐑲𐑤 𐑯𐑱𐑥𐑟. 𐑐𐑤𐑰𐑟 𐑿𐑟 "
+"𐑩 𐑖𐑹𐑑𐑼 𐑯𐑱𐑥."
+
+#: ../gedit/gedit-io-error-message-area.c:1215
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"𐑞 𐑛𐑦𐑕𐑒 𐑢𐑺 𐑿 𐑸 𐑑𐑮𐑲𐑦𐑙 𐑑 𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤 𐑣𐑨𐑟 𐑩 𐑤𐑦𐑥𐑦𐑑𐑱𐑖𐑩𐑯 𐑪𐑯 𐑓𐑲𐑤 𐑕𐑲𐑟𐑩𐑟. 𐑐𐑤𐑰𐑟 𐑑𐑮𐑲 𐑕𐑱𐑝𐑦𐑙 "
+"𐑩 𐑕𐑥𐑷𐑤𐑼 𐑓𐑲𐑤 𐑹 𐑕𐑱𐑝𐑦𐑙 𐑦𐑑 𐑑 𐑩 𐑛𐑦𐑕𐑒 𐑞𐑨𐑑 𐑛𐑴𐑟 𐑯𐑪𐑑 𐑣𐑨𐑝 𐑞𐑦𐑕 𐑤𐑦𐑥𐑦𐑑𐑱𐑖𐑩𐑯."
+
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:1231
+msgid "Could not save the file %s."
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑕𐑱𐑝 𐑞 𐑓𐑲𐑤 %s."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#, c-format
+#: ../gedit/gedit-io-error-message-area.c:1275
+msgid "The file %s changed on disk."
+msgstr "𐑞 𐑓𐑲𐑤 %s 𐑗𐑱𐑯𐑡𐑛 𐑪𐑯 𐑛𐑦𐑕𐑒."
+
+#: ../gedit/gedit-io-error-message-area.c:1280
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "𐑛𐑵 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑛𐑮𐑪𐑐 𐑿𐑼 𐑗𐑱𐑯𐑡𐑩𐑟 𐑯 𐑮𐑰𐑤𐑴𐑛 𐑞 𐑓𐑲𐑤?"
+
+#: ../gedit/gedit-io-error-message-area.c:1282
+msgid "Do you want to reload the file?"
+msgstr "𐑛𐑵 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑮𐑰𐑤𐑴𐑛 𐑞 𐑓𐑲𐑤?"
+
+#: ../gedit/gedit-io-error-message-area.c:1288
+#: ../gedit/gedit-io-error-message-area.c:1299
+msgid "_Reload"
+msgstr "_𐑮𐑰𐑤𐑴𐑛"
+
+#: ../gedit/gedit-panel.c:358 ../gedit/gedit-panel.c:530
+msgid "Empty"
+msgstr "𐑧𐑥𐑐𐑑𐑦"
+
+#: ../gedit/gedit-panel.c:420
+msgid "Hide panel"
+msgstr "𐑣𐑲𐑛 𐑐𐑨𐑯𐑩𐑤"
+
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr "𐑐𐑤𐑳𐑜𐑦𐑯"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr "𐑦𐑯𐑱𐑚𐑩𐑤𐑛"
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "_𐑩𐑚𐑬𐑑"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr "𐑒_𐑪𐑯𐑓𐑦𐑜𐑼"
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr "𐑨_𐑒𐑑𐑦𐑝𐑱𐑑"
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr "𐑨𐑒_𐑑𐑦𐑝𐑱𐑑 𐑷𐑤"
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr "_𐑛𐑰𐑨𐑒𐑑𐑦𐑝𐑱𐑑 𐑷𐑤"
+
+#: ../gedit/gedit-plugin-manager.c:800
+msgid "Active _Plugins:"
+msgstr "𐑨𐑒𐑑𐑦𐑝 _𐑐𐑤𐑳𐑜𐑦𐑯𐑟:"
+
+#: ../gedit/gedit-plugin-manager.c:825
+msgid "_About Plugin"
+msgstr "_𐑩𐑚𐑬𐑑 𐑐𐑤𐑳𐑜𐑦𐑯"
+
+#: ../gedit/gedit-plugin-manager.c:829
+msgid "C_onfigure Plugin"
+msgstr "𐑒_𐑪𐑯𐑓𐑦𐑜𐑼 𐑐𐑤𐑳𐑜𐑦𐑯"
+
+#, c-format
+#: ../gedit/gedit-print-job.c:569
+msgid "File: %s"
+msgstr "𐑓𐑲𐑤: %s"
+
+#: ../gedit/gedit-print-job.c:578
+msgid "Page %N of %Q"
+msgstr "𐑐𐑱𐑡 %N 𐑝 %Q"
+
+#: ../gedit/gedit-print-job.c:839
+msgid "Preparing..."
+msgstr "𐑐𐑮𐑰𐑐𐑺𐑦𐑙..."
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Fonts"
+msgstr "𐑓𐑪𐑯𐑑𐑕"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "He_aders and footers:"
+msgstr "𐑣_𐑧𐑛𐑼𐑟 𐑯 𐑓𐑫𐑑𐑼𐑟:"
+
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Page header"
+msgstr "𐑐𐑱𐑡 𐑣𐑧𐑛𐑼"
+
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Print line nu_mbers"
+msgstr "𐑐𐑮𐑦𐑯𐑑 𐑤𐑲𐑯 𐑯𐑳_𐑥𐑚𐑼𐑟"
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "Print page _headers"
+msgstr "𐑐𐑮𐑦𐑯𐑑 𐑐𐑱𐑡 _𐑣𐑧𐑛𐑼𐑟"
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print synta_x highlighting"
+msgstr "𐑐𐑮𐑦𐑯𐑑 𐑕𐑦𐑯𐑑𐑨𐑒𐑕 𐑣𐑲𐑤𐑲𐑑𐑦𐑙"
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Syntax Highlighting"
+msgstr "𐑕𐑦𐑯𐑑𐑨𐑒𐑕 𐑣𐑲𐑤𐑲𐑑𐑦𐑙"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr "_𐑚𐑪𐑛𐑦:"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr "_𐑤𐑲𐑯 𐑯𐑳𐑥𐑚𐑼𐑟:"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Number every"
+msgstr "_𐑯𐑳𐑥𐑚𐑼 𐑧𐑝𐑮𐑦"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Restore Default Fonts"
+msgstr "_𐑮𐑩𐑕𐑑𐑹 𐑛𐑦𐑓𐑷𐑤𐑑 𐑓𐑪𐑯𐑑𐑕"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "lines"
+msgstr "𐑤𐑲𐑯𐑟"
+
+#: ../gedit/gedit-print-preview.c:566
+msgid "Show the previous page"
+msgstr "𐑖𐑴 𐑞 𐑐𐑮𐑰𐑝𐑦𐑩𐑕 𐑐𐑱𐑡"
+
+#: ../gedit/gedit-print-preview.c:578
+msgid "Show the next page"
+msgstr "𐑖𐑴 𐑞 𐑯𐑧𐑒𐑕𐑑 𐑐𐑱𐑡"
+
+#: ../gedit/gedit-print-preview.c:594
+msgid "Current page (Alt+P)"
+msgstr "𐑒𐑳𐑮𐑩𐑯𐑑 𐑐𐑱𐑡 (𐑷𐑤𐑑+P)"
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:617
+msgid "of"
+msgstr "𐑝"
+
+#: ../gedit/gedit-print-preview.c:625
+msgid "Page total"
+msgstr "𐑐𐑱𐑡 𐑑𐑴𐑑𐑩𐑤"
+
+#: ../gedit/gedit-print-preview.c:626
+msgid "The total number of pages in the document"
+msgstr "𐑞 𐑑𐑴𐑑𐑩𐑤 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑐𐑱𐑡𐑧𐑟 𐑦𐑯 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../gedit/gedit-print-preview.c:643
+msgid "Show multiple pages"
+msgstr "𐑖𐑴 𐑥𐑳𐑤𐑑𐑦𐑐𐑩𐑤 𐑐𐑱𐑡𐑧𐑟"
+
+#: ../gedit/gedit-print-preview.c:656
+msgid "Zoom 1:1"
+msgstr "𐑟𐑵𐑥 1:1"
+
+#: ../gedit/gedit-print-preview.c:665
+msgid "Zoom to fit the whole page"
+msgstr "𐑟𐑵𐑥 𐑑 𐑓𐑦𐑑 𐑞 𐑣𐑴𐑤 𐑐𐑱𐑡"
+
+#: ../gedit/gedit-print-preview.c:674
+msgid "Zoom the page in"
+msgstr "𐑟𐑵𐑥 𐑞 𐑐𐑱𐑡 𐑦𐑯"
+
+#: ../gedit/gedit-print-preview.c:683
+msgid "Zoom the page out"
+msgstr "𐑟𐑵𐑥 𐑞 𐑐𐑱𐑡 𐑬𐑑"
+
+#: ../gedit/gedit-print-preview.c:695
+msgid "_Close Preview"
+msgstr "_𐑒𐑤𐑴𐑕 𐑐𐑮𐑰𐑝𐑿"
+
+#: ../gedit/gedit-print-preview.c:698
+msgid "Close print preview"
+msgstr "𐑒𐑤𐑴𐑟 𐑐𐑮𐑦𐑯𐑑 𐑐𐑮𐑰𐑝𐑿"
+
+#, c-format
+#: ../gedit/gedit-print-preview.c:768
+msgid "Page %d of %d"
+msgstr "𐑐𐑱𐑡 %d 𐑝 %d"
+
+#: ../gedit/gedit-print-preview.c:952
+msgid "Page Preview"
+msgstr "𐑐𐑱𐑡 𐑐𐑮𐑰𐑝𐑿"
+
+#: ../gedit/gedit-print-preview.c:953
+msgid "The preview of a page in the document to be printed"
+msgstr "𐑞 𐑐𐑮𐑰𐑝𐑿 𐑝 𐑩 𐑐𐑱𐑡 𐑦𐑯 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑑 𐑚𐑰 𐑐𐑮𐑦𐑯𐑑𐑩𐑛"
+
+#: ../gedit/gedit-smart-charset-converter.c:319
+msgid "It is not possible to detect the encoding automatically"
+msgstr "𐑦𐑑 𐑦𐑟 𐑯𐑪𐑑 𐑐𐑪𐑕𐑩𐑚𐑩𐑤 𐑑 𐑛𐑦𐑑𐑧𐑒𐑑 𐑞 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 𐑷𐑑𐑩𐑥𐑨𐑑𐑦𐑒𐑤𐑦"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "𐑪𐑝𐑻"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr "𐑦𐑯𐑟"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#, c-format
+#: ../gedit/gedit-statusbar.c:332
+msgid " Ln %d, Col %d"
+msgstr " 𐑤𐑱𐑯 %d, 𐑒𐑪𐑤 %d"
+
+#, c-format
+#: ../gedit/gedit-statusbar.c:431
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "𐑞𐑺 𐑦𐑟 𐑩 𐑑𐑨𐑚 𐑢𐑦𐑞 𐑻𐑼𐑟"
+msgstr[1] "𐑞𐑺 𐑸 %d 𐑑𐑨𐑚𐑟 𐑢𐑦𐑞 𐑻𐑼𐑟"
+
+#, c-format
+#: ../gedit/gedit-style-scheme-manager.c:206
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 '%s' 𐑒𐑫𐑛 𐑯𐑪𐑑 𐑚𐑰 𐑒𐑮𐑦𐑱𐑑𐑩𐑛: g_mkdir_with_parents() 𐑓𐑱𐑤𐑛: %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#, c-format
+#: ../gedit/gedit-tab.c:694
+msgid "Reverting %s from %s"
+msgstr "𐑮𐑦𐑝𐑻𐑑𐑦𐑙 %s 𐑓𐑮𐑪𐑥 %s"
+
+#, c-format
+#: ../gedit/gedit-tab.c:701
+msgid "Reverting %s"
+msgstr "𐑮𐑦𐑝𐑻𐑑𐑦𐑙 %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#, c-format
+#: ../gedit/gedit-tab.c:717
+msgid "Loading %s from %s"
+msgstr "𐑤𐑴𐑛𐑦𐑙 %s 𐑓𐑮𐑪𐑥 %s"
+
+#, c-format
+#: ../gedit/gedit-tab.c:724
+msgid "Loading %s"
+msgstr "𐑤𐑴𐑛𐑦𐑙 %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#, c-format
+#: ../gedit/gedit-tab.c:807
+msgid "Saving %s to %s"
+msgstr "𐑕𐑱𐑝𐑦𐑙 %s 𐑑 %s"
+
+#, c-format
+#: ../gedit/gedit-tab.c:814
+msgid "Saving %s"
+msgstr "𐑕𐑱𐑝𐑦𐑙 %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1762
+msgid "RO"
+msgstr "𐑮/𐑴"
+
+#, c-format
+#: ../gedit/gedit-tab.c:1809
+msgid "Error opening file %s"
+msgstr "𐑻𐑼 𐑴𐑐𐑩𐑯𐑦𐑙 𐑓𐑲𐑤 %s"
+
+#, c-format
+#: ../gedit/gedit-tab.c:1814
+msgid "Error reverting file %s"
+msgstr "𐑻𐑼 𐑮𐑦𐑝𐑻𐑑𐑦𐑙 𐑓𐑲𐑤 %s"
+
+#, c-format
+#: ../gedit/gedit-tab.c:1819
+msgid "Error saving file %s"
+msgstr "𐑻𐑼 𐑕𐑱𐑝𐑦𐑙 𐑓𐑲𐑤 %s"
+
+#: ../gedit/gedit-tab.c:1840
+msgid "Unicode (UTF-8)"
+msgstr "·𐑿𐑯𐑦𐑒𐑴𐑛 (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1847
+msgid "Name:"
+msgstr "𐑯𐑱𐑥:"
+
+#: ../gedit/gedit-tab.c:1848
+msgid "MIME Type:"
+msgstr "MIME 𐑑𐑲𐑐:"
+
+#: ../gedit/gedit-tab.c:1849
+msgid "Encoding:"
+msgstr "𐑧𐑯𐑒𐑴𐑛𐑦𐑙:"
+
+#: ../gedit/gedit-tab-label.c:285
+msgid "Close document"
+msgstr "𐑒𐑤𐑴𐑟 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "_𐑓𐑲𐑤"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "_𐑧𐑛𐑦𐑑"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "_𐑝𐑿"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "_𐑕𐑻𐑗"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "_𐑑𐑵𐑤𐑟"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "_𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "_𐑣𐑧𐑤𐑐"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "𐑒𐑮𐑦𐑱𐑑 𐑩 𐑯𐑿 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "_𐑴𐑐𐑩𐑯..."
+
+#: ../gedit/gedit-ui.h:59 ../gedit/gedit-window.c:1519
+msgid "Open a file"
+msgstr "𐑴𐑐𐑩𐑯 𐑩 𐑓𐑲𐑤"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:62
+msgid "Pr_eferences"
+msgstr "𐑐𐑮_𐑧𐑓𐑼𐑧𐑯𐑕𐑧𐑟"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Configure the application"
+msgstr "𐑒𐑩𐑯𐑓𐑦𐑜𐑘𐑼 𐑞 𐑩𐑐𐑤𐑦𐑒𐑱𐑕𐑩𐑯"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:66
+msgid "_Contents"
+msgstr "_𐑒𐑪𐑯𐑑𐑩𐑯𐑑𐑕"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Open the gedit manual"
+msgstr "𐑴𐑐𐑩𐑯 𐑞 ·𐑜𐑧𐑛𐑦𐑑 𐑥𐑨𐑯𐑘𐑫𐑩𐑤"
+
+#: ../gedit/gedit-ui.h:69
+msgid "About this application"
+msgstr "𐑩𐑚𐑬𐑑 𐑞𐑦𐑕 𐑩𐑐𐑤𐑦𐑒𐑱𐑕𐑩𐑯"
+
+#: ../gedit/gedit-ui.h:73
+msgid "Leave fullscreen mode"
+msgstr "𐑤𐑰𐑝 𐑓𐑫𐑤𐑕𐑒𐑮𐑰𐑯 𐑥𐑴𐑛"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save the current file"
+msgstr "𐑕𐑱𐑝 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑓𐑲𐑤"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save _As..."
+msgstr "𐑕𐑱𐑝 _𐑨𐑟..."
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file with a different name"
+msgstr "𐑕𐑱𐑝 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑓𐑲𐑤 𐑢𐑦𐑞 𐑩 𐑛𐑦𐑓𐑼𐑩𐑯𐑑 𐑯𐑱𐑥"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Revert to a saved version of the file"
+msgstr "𐑮𐑦𐑝𐑻𐑑 𐑑 𐑩 𐑕𐑱𐑝𐑛 𐑝𐑻𐑠𐑩𐑯 𐑝 𐑞 𐑓𐑲𐑤"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Page Set_up..."
+msgstr "𐑐𐑱𐑡 𐑕𐑧𐑑_𐑳𐑐..."
+
+#: ../gedit/gedit-ui.h:88
+msgid "Set up the page settings"
+msgstr "𐑕𐑧𐑑 𐑳𐑐 𐑞 𐑐𐑱𐑡 𐑕𐑧𐑑𐑦𐑙𐑟"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "𐑐𐑮𐑦𐑯𐑑 𐑐𐑮𐑰𐑝_𐑿"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr "𐑐𐑮𐑦𐑯𐑑 𐑐𐑮𐑰𐑝𐑿"
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "_𐑐𐑮𐑦𐑯𐑑..."
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr "𐑐𐑮𐑦𐑯𐑑 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑐𐑱𐑡"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Undo the last action"
+msgstr "𐑳𐑯𐑛𐑵 𐑞 𐑤𐑭𐑕𐑑 𐑨𐑒𐑖𐑩𐑯"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Redo the last undone action"
+msgstr "𐑮𐑰𐑛𐑵 𐑞 𐑤𐑭𐑕𐑑 𐑳𐑯𐑛𐑳𐑯 𐑨𐑒𐑖𐑩𐑯"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Cut the selection"
+msgstr "𐑒𐑳𐑑 𐑞 𐑕𐑦𐑤𐑧𐑒𐑖𐑩𐑯"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Copy the selection"
+msgstr "𐑒𐑪𐑐𐑦 𐑞 𐑕𐑦𐑤𐑧𐑒𐑖𐑩𐑯"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Paste the clipboard"
+msgstr "𐑐𐑱𐑕𐑑 𐑞 𐑒𐑤𐑦𐑐𐑚𐑹𐑛"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Delete the selected text"
+msgstr "𐑛𐑦𐑤𐑰𐑑 𐑞 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../gedit/gedit-ui.h:108
+msgid "Select _All"
+msgstr "𐑕𐑩𐑤𐑧𐑒𐑑 _𐑷𐑤"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Select the entire document"
+msgstr "𐑕𐑩𐑤𐑧𐑒𐑑 𐑞 𐑧𐑯𐑑𐑲𐑼 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#. View menu
+#: ../gedit/gedit-ui.h:112
+msgid "_Highlight Mode"
+msgstr "_𐑣𐑲𐑤𐑲𐑑 𐑥𐑴𐑛"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:115
+msgid "_Find..."
+msgstr "_𐑓𐑲𐑯𐑛..."
+
+#: ../gedit/gedit-ui.h:116
+msgid "Search for text"
+msgstr "𐑕𐑻𐑗 𐑓𐑹 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Find Ne_xt"
+msgstr "𐑓𐑲𐑯𐑛 𐑯𐑧_𐑒𐑕𐑑"
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search forwards for the same text"
+msgstr "𐑕𐑻𐑗 𐑓𐑹𐑢𐑼𐑛𐑟 𐑓𐑹 𐑞 𐑕𐑱𐑥 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Pre_vious"
+msgstr "𐑓𐑲𐑯𐑛 𐑐𐑮𐑰_𐑝𐑾𐑕"
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search backwards for the same text"
+msgstr "𐑕𐑻𐑗 𐑚𐑨𐑒𐑢𐑼𐑛𐑟 𐑓𐑹 𐑞 𐑕𐑱𐑥 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../gedit/gedit-ui.h:122 ../gedit/gedit-ui.h:125
+msgid "_Replace..."
+msgstr "_𐑮𐑦𐑐𐑤𐑱𐑕..."
+
+#: ../gedit/gedit-ui.h:123 ../gedit/gedit-ui.h:126
+msgid "Search for and replace text"
+msgstr "𐑕𐑻𐑗 𐑓𐑹 𐑯 𐑮𐑦𐑐𐑤𐑱𐑕 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Clear Highlight"
+msgstr "_𐑒𐑤𐑽 𐑣𐑲𐑤𐑲𐑑"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Clear highlighting of search matches"
+msgstr "𐑒𐑤𐑽 𐑣𐑲𐑤𐑲𐑑𐑦𐑙 𐑝 𐑕𐑻𐑗 𐑥𐑨𐑗𐑩𐑟"
+
+#: ../gedit/gedit-ui.h:130
+msgid "Go to _Line..."
+msgstr "𐑜𐑴 𐑑 _𐑤𐑲𐑯..."
+
+#: ../gedit/gedit-ui.h:131
+msgid "Go to a specific line"
+msgstr "𐑜𐑴 𐑑 𐑩 𐑕𐑐𐑩𐑕𐑦𐑓𐑦𐑒 𐑤𐑲𐑯"
+
+#: ../gedit/gedit-ui.h:132
+msgid "_Incremental Search..."
+msgstr "_𐑦𐑯𐑒𐑮𐑩𐑥𐑧𐑯𐑑𐑩𐑤 𐑕𐑻𐑗..."
+
+#: ../gedit/gedit-ui.h:133
+msgid "Incrementally search for text"
+msgstr "𐑦𐑯𐑒𐑮𐑩𐑥𐑧𐑯𐑑𐑩𐑤𐑰 𐑕𐑻𐑗 𐑓𐑹 𐑑𐑧𐑒𐑕𐑑"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:136
+msgid "_Save All"
+msgstr "_𐑕𐑱𐑝 𐑷𐑤"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Save all open files"
+msgstr "𐑕𐑱𐑝 𐑷𐑤 𐑴𐑐𐑩𐑯 𐑓𐑲𐑤𐑟"
+
+#: ../gedit/gedit-ui.h:138
+msgid "_Close All"
+msgstr "_𐑒𐑤𐑴𐑟 𐑷𐑤"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Close all open files"
+msgstr "𐑒𐑤𐑴𐑕 𐑷𐑤 𐑴𐑐𐑩𐑯 𐑓𐑲𐑤𐑟"
+
+#: ../gedit/gedit-ui.h:140
+msgid "_Previous Document"
+msgstr "_𐑐𐑮𐑰𐑝𐑦𐑩𐑕 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../gedit/gedit-ui.h:141
+msgid "Activate previous document"
+msgstr "𐑨𐑒𐑑𐑦𐑝𐑱𐑑 𐑐𐑮𐑰𐑝𐑦𐑩𐑕 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../gedit/gedit-ui.h:142
+msgid "_Next Document"
+msgstr "_𐑯𐑧𐑒𐑕𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../gedit/gedit-ui.h:143
+msgid "Activate next document"
+msgstr "𐑨𐑒𐑑𐑦𐑝𐑱𐑑 𐑯𐑧𐑒𐑕𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../gedit/gedit-ui.h:144
+msgid "_Move to New Window"
+msgstr "_𐑥𐑵𐑝 𐑑 𐑯𐑿 𐑢𐑦𐑯𐑛𐑴"
+
+#: ../gedit/gedit-ui.h:145
+msgid "Move the current document to a new window"
+msgstr "𐑥𐑵𐑝 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑑 𐑩 𐑯𐑿 𐑢𐑦𐑯𐑛𐑴"
+
+#: ../gedit/gedit-ui.h:152
+msgid "Close the current file"
+msgstr "𐑒𐑤𐑴𐑟 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑓𐑲𐑤"
+
+#: ../gedit/gedit-ui.h:159
+msgid "Quit the program"
+msgstr "𐑒𐑢𐑦𐑑 𐑞 𐑐𐑮𐑴𐑜𐑮𐑨𐑥"
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Toolbar"
+msgstr "_𐑑𐑵𐑤𐑚𐑸"
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the toolbar in the current window"
+msgstr "𐑖𐑴 𐑹 𐑣𐑲𐑛 𐑞 𐑑𐑵𐑤𐑚𐑸 𐑦𐑯 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑢𐑦𐑯𐑛𐑴"
+
+#: ../gedit/gedit-ui.h:167
+msgid "_Statusbar"
+msgstr "_𐑕𐑑𐑱𐑑𐑫𐑕𐑚𐑸"
+
+#: ../gedit/gedit-ui.h:168
+msgid "Show or hide the statusbar in the current window"
+msgstr "𐑖𐑴 𐑹 𐑣𐑲𐑛 𐑞 𐑕𐑑𐑱𐑑𐑫𐑕𐑚𐑸 𐑦𐑯 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑢𐑦𐑯𐑛𐑴"
+
+#: ../gedit/gedit-ui.h:171
+msgid "Edit text in fullscreen"
+msgstr "𐑧𐑛𐑦𐑑 𐑑𐑧𐑒𐑕𐑑 𐑦𐑯 𐑓𐑫𐑤𐑕𐑒𐑮𐑰𐑯"
+
+#: ../gedit/gedit-ui.h:178
+msgid "Side _Pane"
+msgstr "𐑕𐑲𐑛 _𐑐𐑱𐑯"
+
+#: ../gedit/gedit-ui.h:179
+msgid "Show or hide the side pane in the current window"
+msgstr "𐑖𐑴 𐑹 𐑣𐑲𐑛 𐑞 𐑕𐑲𐑛 𐑐𐑱𐑯 𐑦𐑯 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑢𐑦𐑯𐑛𐑴"
+
+#: ../gedit/gedit-ui.h:181
+msgid "_Bottom Pane"
+msgstr "_𐑚𐑪𐑑𐑫𐑥 𐑐𐑱𐑯"
+
+#: ../gedit/gedit-ui.h:182
+msgid "Show or hide the bottom pane in the current window"
+msgstr "𐑖𐑴 𐑹 𐑣𐑲𐑛 𐑞 𐑚𐑪𐑑𐑫𐑥 𐑐𐑱𐑯 𐑦𐑯 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑢𐑦𐑯𐑛𐑴"
+
+#: ../gedit/gedit-utils.c:1061
+msgid "Please check your installation."
+msgstr "𐑐𐑤𐑰𐑟 𐑗𐑧𐑒 𐑿𐑼 𐑦𐑯𐑕𐑑𐑩𐑤𐑱𐑖𐑩𐑯."
+
+#, c-format
+#: ../gedit/gedit-utils.c:1130
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑴𐑐𐑩𐑯 UI 𐑓𐑲𐑤 %s. 𐑻𐑼: %s"
+
+#, c-format
+#: ../gedit/gedit-utils.c:1150
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑓𐑲𐑯𐑛 𐑞 𐑪𐑚𐑡𐑧𐑒𐑑 '%s' 𐑦𐑯𐑕𐑲𐑛 𐑓𐑲𐑤 %s."
+
+#. Translators: '/ on <remote-share>'
+#, c-format
+#: ../gedit/gedit-utils.c:1312
+msgid "/ on %s"
+msgstr "/ 𐑪𐑯 %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1275
+msgid "_Wrap Around"
+msgstr "_𐑮𐑨𐑐 𐑩𐑮𐑬𐑯𐑛"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1285
+msgid "Match _Entire Word Only"
+msgstr "𐑥𐑨𐑗 _𐑧𐑯𐑑𐑲𐑼 𐑢𐑻𐑛 𐑴𐑯𐑤𐑦"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1295
+msgid "_Match Case"
+msgstr "_𐑥𐑨𐑗 𐑒𐑱𐑕"
+
+#: ../gedit/gedit-view.c:1409
+msgid "String you want to search for"
+msgstr "𐑕𐑑𐑮𐑦𐑙 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑕𐑻𐑗 𐑓𐑹"
+
+#: ../gedit/gedit-view.c:1418
+msgid "Line you want to move the cursor to"
+msgstr "𐑤𐑲𐑯 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑥𐑵𐑝 𐑞 𐑒𐑻𐑕𐑼 𐑑"
+
+#, c-format
+#: ../gedit/gedit-window.c:1041
+msgid "Use %s highlight mode"
+msgstr "𐑿𐑕 %s 𐑣𐑲𐑤𐑲𐑑 𐑥𐑴𐑛"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1098 ../gedit/gedit-window.c:2041
+#: ../plugins/externaltools/tools/manager.py:121
+#: ../plugins/externaltools/tools/manager.py:419
+#: ../plugins/externaltools/tools/manager.py:529
+#: ../plugins/externaltools/tools/manager.py:844
+msgid "Plain Text"
+msgstr "𐑐𐑤𐑱𐑯 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../gedit/gedit-window.c:1099
+msgid "Disable syntax highlighting"
+msgstr "𐑛𐑦𐑕𐑱𐑚𐑩𐑤 𐑕𐑦𐑯𐑑𐑨𐑒𐑕 𐑣𐑲𐑤𐑲𐑑𐑦𐑙"
+
+#. Translators: %s is a URI
+#, c-format
+#: ../gedit/gedit-window.c:1412
+msgid "Open '%s'"
+msgstr "𐑴𐑐𐑩𐑯 '%s'"
+
+#: ../gedit/gedit-window.c:1521
+msgid "Open a recently used file"
+msgstr "𐑴𐑐𐑩𐑯 𐑩 𐑮𐑰𐑕𐑩𐑯𐑑𐑤𐑦 𐑿𐑕𐑑 𐑓𐑲𐑤"
+
+#: ../gedit/gedit-window.c:1527
+msgid "Open"
+msgstr "𐑴𐑐𐑩𐑯"
+
+#: ../gedit/gedit-window.c:1585
+msgid "Save"
+msgstr "𐑕𐑱𐑝"
+
+#: ../gedit/gedit-window.c:1587
+msgid "Print"
+msgstr "𐑐𐑮𐑦𐑯𐑑"
+
+#. Translators: %s is a URI
+#, c-format
+#: ../gedit/gedit-window.c:1766
+msgid "Activate '%s'"
+msgstr "𐑨𐑒𐑑𐑦𐑝𐑱𐑑 '%s'"
+
+#: ../gedit/gedit-window.c:2019
+msgid "Use Spaces"
+msgstr "𐑿𐑟 𐑕𐑐𐑱𐑕𐑩𐑟"
+
+#: ../gedit/gedit-window.c:2092
+msgid "Tab Width"
+msgstr "𐑑𐑨𐑚 𐑢𐑦𐑛𐑔"
+
+#: ../gedit/gedit-window.c:2213
+msgid "Bracket match is out of range"
+msgstr "𐑚𐑮𐑨𐑒𐑩𐑑 𐑥𐑨𐑗 𐑦𐑟 𐑬𐑑 𐑝 𐑮𐑱𐑯𐑡"
+
+#: ../gedit/gedit-window.c:2218
+msgid "Bracket match not found"
+msgstr "𐑚𐑮𐑨𐑒𐑩𐑑 𐑥𐑨𐑗 𐑯𐑪𐑑 𐑓𐑬𐑯𐑛"
+
+#, c-format
+#: ../gedit/gedit-window.c:2223
+msgid "Bracket match found on line: %d"
+msgstr "𐑚𐑮𐑨𐑒𐑩𐑑 𐑥𐑨𐑗 𐑓𐑬𐑯𐑛 𐑪𐑯 𐑤𐑲𐑯: %d"
+
+#: ../gedit/gedit-window.c:3994
+msgid "About gedit"
+msgstr "𐑩𐑚𐑬𐑑 ·𐑜𐑧𐑛𐑦𐑑"
+
+#. ex:ts=8:noet:
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "𐑗𐑱𐑯𐑡 𐑒𐑱𐑕"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "𐑗𐑱𐑯𐑡𐑩𐑟 𐑞 𐑒𐑱𐑕 𐑝 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑑𐑧𐑒𐑕𐑑."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "_𐑗𐑱𐑯𐑡 𐑒𐑱𐑕"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "𐑷𐑤 𐑳𐑐𐑻 𐑒𐑱𐑕"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "𐑗𐑱𐑯𐑡 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑑𐑧𐑒𐑕𐑑 𐑑 𐑳𐑐𐑻 𐑒𐑱𐑕"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "𐑷𐑤 _𐑤𐑴𐑼 𐑒𐑱𐑕"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "𐑗𐑱𐑯𐑡 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑑𐑧𐑒𐑕𐑑 𐑑 𐑤𐑴𐑼 𐑒𐑱𐑕"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "_𐑦𐑯𐑝𐑻𐑑 𐑒𐑱𐑕"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "𐑦𐑯𐑝𐑻𐑑 𐑞 𐑒𐑱𐑕 𐑝 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "_𐑑𐑲𐑑𐑩𐑤 𐑒𐑱𐑕"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "𐑒𐑨𐑐𐑩𐑑𐑩𐑤𐑲𐑟 𐑞 𐑓𐑻𐑕𐑑 𐑤𐑧𐑑𐑼 𐑝 𐑰𐑗 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑢𐑻𐑛"
+
+#. ex:ts=8:noet:
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:1
+msgid "Check for latest version of gedit"
+msgstr "𐑗𐑧𐑒 𐑓𐑹 𐑤𐑱𐑑𐑩𐑕𐑑 𐑝𐑻𐑠𐑩𐑯 𐑝 ·𐑜𐑧𐑛𐑦𐑑"
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:2
+msgid "Check update"
+msgstr "𐑗𐑧𐑒 𐑳𐑐𐑛𐑱𐑑"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:238
+msgid "There was an error displaying the URI."
+msgstr "𐑞𐑺 𐑢𐑪𐑟 𐑩𐑯 𐑻𐑼 𐑛𐑦𐑕𐑐𐑤𐑱𐑦𐑙 𐑞 URI."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:284
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:299
+msgid "_Download"
+msgstr "_𐑛𐑬𐑯𐑤𐑴𐑛"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:307
+msgid "_Ignore Version"
+msgstr "_𐑦𐑜𐑯𐑹 𐑝𐑻𐑠𐑩𐑯"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:323
+msgid "There is a new version of gedit"
+msgstr "𐑞𐑺 𐑦𐑟 𐑩 𐑯𐑿 𐑝𐑻𐑠𐑩𐑯 𐑝 ·𐑜𐑧𐑛𐑦𐑑"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:327
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"𐑿 𐑒𐑨𐑯 𐑛𐑬𐑯𐑤𐑴𐑛 𐑞 𐑯𐑿 𐑝𐑻𐑠𐑩𐑯 𐑝 ·𐑜𐑧𐑛𐑦𐑑 𐑚𐑲 𐑒𐑤𐑦𐑒𐑦𐑙 𐑪𐑯 𐑞 𐑛𐑬𐑯𐑤𐑴𐑛 𐑚𐑳𐑑𐑩𐑯 𐑹 𐑦𐑜𐑯𐑹 𐑞𐑨𐑑 𐑝𐑻𐑠𐑩𐑯 "
+"𐑯 𐑢𐑱𐑑 𐑓𐑹 𐑩 𐑯𐑿 𐑢𐑳𐑯"
+
+#. ex:ts=8:noet:
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"𐑨𐑯𐑩𐑤𐑲𐑟𐑩𐑟 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑯 𐑮𐑩𐑐𐑹𐑑𐑕 𐑞 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑢𐑻𐑛𐑟, 𐑤𐑲𐑯𐑟, 𐑒𐑨𐑮𐑩𐑒𐑑𐑼𐑟 𐑯 𐑯𐑪𐑯-𐑕𐑐𐑱𐑕 "
+"𐑒𐑨𐑮𐑩𐑒𐑑𐑼𐑟 𐑦𐑯 𐑦𐑑."
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Document Statistics"
+msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑕𐑑𐑩𐑑𐑦𐑕𐑑𐑦𐑒𐑕"
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "Bytes"
+msgstr "𐑚𐑲𐑑𐑕"
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "Characters (no spaces)"
+msgstr "𐑒𐑨𐑮𐑩𐑒𐑑𐑼𐑟 (𐑯𐑴 𐑕𐑐𐑱𐑕𐑩𐑟)"
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Characters (with spaces)"
+msgstr "𐑒𐑨𐑮𐑩𐑒𐑑𐑼𐑟 (𐑢𐑦𐑞 𐑕𐑐𐑱𐑕𐑩𐑟)"
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Document"
+msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+msgid "File Name"
+msgstr "𐑓𐑲𐑤 𐑯𐑱𐑥"
+
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Lines"
+msgstr "𐑤𐑲𐑯𐑟"
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Selection"
+msgstr "𐑕𐑦𐑤𐑧𐑒𐑖𐑩𐑯"
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Words"
+msgstr "𐑢𐑻𐑛𐑟"
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "_Update"
+msgstr "_𐑳𐑐𐑛𐑱𐑑"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:471
+msgid "_Document Statistics"
+msgstr "_𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑕𐑑𐑩𐑑𐑦𐑕𐑑𐑦𐑒𐑕"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:473
+msgid "Get statistical information on the current document"
+msgstr "𐑜𐑧𐑑 𐑕𐑑𐑩𐑑𐑦𐑕𐑑𐑦𐑒𐑩𐑤 𐑦𐑯𐑓𐑼𐑥𐑱𐑖𐑩𐑯 𐑪𐑯 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#. ex:ts=8:noet:
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "𐑴𐑐𐑩𐑯 𐑩 𐑑𐑻𐑥𐑦𐑯𐑩𐑤 𐑦𐑯 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "𐑴𐑐𐑩𐑯 𐑑𐑻𐑥𐑦𐑯𐑩𐑤 𐑣𐑽"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "𐑧𐑒𐑕𐑩𐑒𐑿𐑑 𐑦𐑒𐑕𐑑𐑻𐑯𐑩𐑤 𐑒𐑩𐑥𐑭𐑯𐑛𐑟 𐑯 𐑖𐑧𐑤 𐑕𐑒𐑮𐑦𐑐𐑑𐑕."
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "𐑦𐑒𐑕𐑑𐑻𐑯𐑩𐑤 𐑑𐑵𐑤𐑟"
+
+#: ../plugins/externaltools/tools/__init__.py:172
+msgid "Manage _External Tools..."
+msgstr "𐑥𐑨𐑯𐑦𐑡 _𐑦𐑒𐑕𐑑𐑻𐑯𐑩𐑤 𐑑𐑵𐑤𐑟..."
+
+#: ../plugins/externaltools/tools/__init__.py:174
+msgid "Opens the External Tools Manager"
+msgstr "𐑴𐑐𐑩𐑯𐑟 𐑞 𐑦𐑒𐑕𐑑𐑻𐑯𐑩𐑤 𐑑𐑵𐑤𐑟 𐑥𐑨𐑯𐑩𐑡𐑼"
+
+#: ../plugins/externaltools/tools/__init__.py:178
+msgid "External _Tools"
+msgstr "𐑦𐑒𐑕𐑑𐑻𐑯𐑩𐑤 _𐑑𐑵𐑤𐑟"
+
+#: ../plugins/externaltools/tools/__init__.py:180
+msgid "External tools"
+msgstr "𐑦𐑒𐑕𐑑𐑻𐑯𐑩𐑤 𐑑𐑵𐑤𐑟"
+
+#: ../plugins/externaltools/tools/__init__.py:213
+msgid "Shell Output"
+msgstr "𐑖𐑧𐑤 𐑬𐑑𐑐𐑫𐑑"
+
+#, python-format
+#: ../plugins/externaltools/tools/capture.py:93
+msgid "Could not execute command: %s"
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑧𐑒𐑕𐑩𐑒𐑿𐑑 𐑒𐑩𐑥𐑭𐑯𐑛: %s"
+
+#: ../plugins/externaltools/tools/functions.py:164
+msgid "You must be inside a word to run this command"
+msgstr "𐑿 𐑥𐑳𐑕𐑑 𐑚𐑰 𐑦𐑯𐑕𐑲𐑛 𐑩 𐑢𐑻𐑛 𐑑 𐑮𐑳𐑯 𐑞𐑦𐑕 𐑒𐑩𐑥𐑭𐑯𐑛"
+
+#: ../plugins/externaltools/tools/functions.py:269
+msgid "Running tool:"
+msgstr "𐑮𐑳𐑯𐑦𐑙 𐑑𐑵𐑤:"
+
+#: ../plugins/externaltools/tools/functions.py:298
+msgid "Done."
+msgstr "𐑛𐑳𐑯."
+
+#: ../plugins/externaltools/tools/functions.py:300
+msgid "Exited"
+msgstr "𐑧𐑜𐑟𐑦𐑑𐑩𐑛"
+
+#: ../plugins/externaltools/tools/manager.py:119
+msgid "All languages"
+msgstr "𐑷𐑤 𐑤𐑨𐑙𐑜𐑢𐑩𐑡𐑩𐑟"
+
+#: ../plugins/externaltools/tools/manager.py:518
+#: ../plugins/externaltools/tools/manager.py:522
+#: ../plugins/externaltools/tools/manager.py:842
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All Languages"
+msgstr "𐑷𐑤 𐑤𐑨𐑙𐑜𐑢𐑩𐑡𐑩𐑟"
+
+#: ../plugins/externaltools/tools/manager.py:628
+msgid "New tool"
+msgstr "𐑯𐑿 𐑑𐑵𐑤"
+
+#, python-format
+#: ../plugins/externaltools/tools/manager.py:759
+msgid "This accelerator is already bound to %s"
+msgstr "𐑞𐑦𐑕 𐑨𐑒𐑕𐑧𐑤𐑼𐑱𐑑𐑼 𐑦𐑟 𐑷𐑤𐑮𐑧𐑛𐑦 𐑚𐑬𐑯𐑛 𐑑 %s"
+
+#: ../plugins/externaltools/tools/manager.py:810
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "𐑑𐑲𐑐 𐑩 𐑯𐑿 𐑨𐑒𐑕𐑧𐑤𐑼𐑱𐑑𐑼, 𐑹 𐑐𐑮𐑧𐑕 𐑚𐑨𐑒𐑕𐑐𐑱𐑕 𐑑 𐑒𐑤𐑽"
+
+#: ../plugins/externaltools/tools/manager.py:812
+msgid "Type a new accelerator"
+msgstr "𐑑𐑲𐑐 𐑩 𐑯𐑿 𐑨𐑒𐑕𐑧𐑤𐑼𐑱𐑑𐑼"
+
+#: ../plugins/externaltools/tools/outputpanel.py:156
+msgid "Stopped."
+msgstr "𐑕𐑑𐑪𐑐𐑑."
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents"
+msgstr "𐑷𐑤 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "All documents except untitled ones"
+msgstr "𐑷𐑤 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕 𐑦𐑒𐑕𐑧𐑐𐑑 𐑳𐑯𐑑𐑲𐑑𐑩𐑤𐑛 𐑢𐑳𐑯𐑟"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Append to current document"
+msgstr "𐑩𐑐𐑧𐑯𐑛 𐑑 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "𐑒𐑮𐑦𐑱𐑑 𐑯𐑿 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "𐑒𐑳𐑮𐑩𐑯𐑑 𐑤𐑲𐑯"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "𐑒𐑳𐑮𐑩𐑯𐑑 𐑕𐑦𐑤𐑧𐑒𐑖𐑩𐑯"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "𐑒𐑳𐑮𐑩𐑯𐑑 𐑕𐑦𐑤𐑧𐑒𐑖𐑩𐑯 (𐑛𐑦𐑓𐑷𐑤𐑑 𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "𐑒𐑳𐑮𐑩𐑯𐑑 𐑢𐑻𐑛"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr "𐑛𐑩𐑕𐑐𐑤𐑱 𐑦𐑯 𐑚𐑪𐑑𐑫𐑥 𐑐𐑱𐑯"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr "𐑦𐑒𐑕𐑑𐑻𐑯𐑩𐑤 𐑑𐑵𐑤𐑟 𐑥𐑨𐑯𐑩𐑡𐑼"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr "𐑦𐑯𐑕𐑻𐑑 𐑨𐑑 𐑒𐑻𐑕𐑼 𐑐𐑩𐑟𐑦𐑖𐑩𐑯"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr "𐑤𐑴𐑒𐑩𐑤 𐑓𐑲𐑤𐑟 𐑴𐑯𐑤𐑦"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr "𐑯𐑳𐑔𐑦𐑙"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr "𐑮𐑦𐑥𐑴𐑑 𐑓𐑲𐑤𐑟 𐑴𐑯𐑤𐑦"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr "𐑮𐑦𐑐𐑤𐑱𐑕 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr "𐑮𐑦𐑐𐑤𐑱𐑕 𐑒𐑳𐑮𐑩𐑯𐑑 𐑕𐑦𐑤𐑧𐑒𐑖𐑩𐑯"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr "𐑳𐑯𐑑𐑲𐑑𐑩𐑤𐑛 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕 𐑴𐑯𐑤𐑦"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr "_𐑨𐑐𐑤𐑩𐑒𐑩𐑚𐑦𐑤𐑩𐑑𐑰:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr "_𐑧𐑛𐑦𐑑:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "_𐑦𐑯𐑐𐑫𐑑:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "_𐑬𐑑𐑐𐑫𐑑:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "_𐑕𐑱𐑝:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr "_𐑖𐑹𐑑𐑒𐑳𐑑 𐑒𐑰:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "𐑑𐑵𐑤𐑟:"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "𐑚𐑦𐑤𐑛"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "𐑮𐑳𐑯 \"𐑥𐑱𐑒\" 𐑦𐑯 𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "𐑮𐑦𐑥𐑵𐑝 𐑑𐑮𐑱𐑤𐑦𐑙 𐑕𐑐𐑱𐑕𐑩𐑟"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "𐑮𐑦𐑥𐑵𐑝 𐑿𐑕𐑤𐑩𐑕 𐑑𐑮𐑱𐑤𐑦𐑙 𐑕𐑐𐑱𐑕𐑩𐑟 𐑦𐑯 𐑿𐑼 𐑓𐑲𐑤"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr "𐑧𐑒𐑕𐑩𐑒𐑿𐑑 𐑩 𐑒𐑳𐑕𐑑𐑩𐑥 𐑒𐑩𐑥𐑭𐑯𐑛 𐑯 𐑐𐑫𐑑 𐑦𐑑𐑕 𐑬𐑑𐑐𐑫𐑑 𐑦𐑯 𐑩 𐑯𐑿 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "𐑮𐑳𐑯 𐑒𐑩𐑥𐑭𐑯𐑛"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr "𐑰𐑟𐑦 𐑓𐑲𐑤 𐑨𐑒𐑕𐑧𐑕 𐑓𐑮𐑪𐑥 𐑞 𐑕𐑲𐑛 𐑐𐑱𐑯"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr "𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑐𐑱𐑯"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:239
+msgid "File System"
+msgstr "𐑓𐑲𐑤 𐑕𐑦𐑕𐑑𐑩𐑥"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr "𐑦𐑯𐑱𐑚𐑩𐑤 𐑮𐑩𐑕𐑑𐑹 𐑝 𐑮𐑦𐑥𐑴𐑑 𐑤𐑴𐑒𐑱𐑖𐑩𐑯𐑟"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr "𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑓𐑦𐑤𐑑𐑼 𐑥𐑴𐑛"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr "𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑓𐑦𐑤𐑑𐑼 𐑐𐑨𐑑𐑼𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr "𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑮𐑵𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑝𐑻𐑗𐑫𐑩𐑤 𐑮𐑵𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"𐑦𐑓 𐑑𐑮𐑵 𐑞 𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑐𐑤𐑳𐑜𐑦𐑯 𐑢𐑦𐑤 𐑝𐑿 𐑞 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑝 𐑞 𐑓𐑻𐑕𐑑 𐑴𐑐𐑩𐑯𐑛 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑜𐑦𐑝𐑩𐑯 𐑞𐑨𐑑 "
+"𐑞 𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑣𐑨𐑟𐑯𐑑 𐑚𐑰𐑯 𐑿𐑟𐑛 𐑘𐑧𐑑. (𐑞𐑳𐑕 𐑞𐑦𐑕 𐑡𐑧𐑯𐑼𐑩𐑤𐑦 𐑩𐑐𐑤𐑲𐑟 𐑑 𐑴𐑐𐑩𐑯𐑦𐑙 𐑩 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 "
+"𐑓𐑮𐑪𐑥 𐑞 𐑒𐑩𐑥𐑭𐑯𐑛 𐑤𐑲𐑯 𐑹 𐑴𐑐𐑩𐑯𐑦𐑙 𐑦𐑑 𐑢𐑦𐑞 𐑯𐑪𐑑𐑩𐑤𐑩𐑕, 𐑧𐑑𐑕.)"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr "𐑴𐑐𐑩𐑯 𐑢𐑦𐑞 𐑑𐑮𐑰 𐑝𐑿"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "𐑴𐑐𐑩𐑯 𐑞 𐑑𐑮𐑰 𐑝𐑿 𐑢𐑧𐑯 𐑞 𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑐𐑤𐑳𐑜𐑦𐑯 𐑜𐑧𐑑𐑕 𐑤𐑴𐑛𐑩𐑛 𐑦𐑯𐑕𐑑𐑧𐑛 𐑝 𐑞 𐑚𐑫𐑒𐑥𐑸𐑒𐑕 𐑝𐑿"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location to First Document"
+msgstr "𐑕𐑧𐑑 𐑤𐑴𐑒𐑱𐑖𐑩𐑯 𐑑 𐑓𐑻𐑕𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "𐑕𐑧𐑑𐑕 𐑢𐑧𐑞𐑼 𐑑 𐑦𐑯𐑱𐑚𐑩𐑤 𐑮𐑩𐑕𐑑𐑹𐑦𐑙 𐑝 𐑮𐑦𐑥𐑴𐑑 𐑤𐑴𐑒𐑱𐑖𐑩𐑯𐑟."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"𐑞 𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑮𐑵𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑑 𐑿𐑕 𐑢𐑧𐑯 𐑤𐑴𐑛𐑦𐑙 𐑞 𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑐𐑤𐑳𐑜𐑦𐑯 𐑯 onload/tree_view "
+"𐑦𐑟 𐑑𐑮𐑵."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"𐑞 𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑝𐑻𐑗𐑫𐑩𐑤 𐑮𐑵𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑑 𐑿𐑕 𐑢𐑧𐑯 𐑤𐑴𐑛𐑦𐑙 𐑞 𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑐𐑤𐑳𐑜𐑦𐑯 𐑢𐑧𐑯 "
+"onload/tree_view 𐑦𐑟 𐑑𐑮𐑵. 𐑞 𐑝𐑻𐑗𐑫𐑩𐑤 𐑮𐑵𐑑 𐑥𐑳𐑕𐑑 𐑷𐑤𐑢𐑱𐑟 𐑚𐑰 𐑚𐑩𐑤𐑴 𐑞 𐑨𐑒𐑗𐑫𐑩𐑤 𐑮𐑵𐑑."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"𐑞 𐑓𐑦𐑤𐑑𐑼 𐑐𐑨𐑑𐑼𐑯 𐑑 𐑓𐑦𐑤𐑑𐑼 𐑞 𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼 𐑢𐑦𐑞. 𐑞𐑦𐑕 𐑓𐑦𐑤𐑑𐑼 𐑢𐑻𐑒𐑕 𐑪𐑯 𐑑𐑪𐑐 𐑝 𐑞 filter_mode."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hidden (filter hidden files), binary "
+"(filter binary files) and hidden_and_binary (filter both hidden and binary "
+"files)."
+msgstr ""
+"𐑞𐑦𐑕 𐑝𐑨𐑤𐑿 𐑛𐑦𐑑𐑻𐑥𐑦𐑯𐑟 𐑢𐑪𐑑 𐑓𐑲𐑤𐑟 𐑜𐑧𐑑 𐑓𐑦𐑤𐑑𐑼𐑛 𐑓𐑮𐑪𐑥 𐑞 𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼. 𐑝𐑨𐑤𐑦𐑛 𐑝𐑨𐑤𐑿𐑟 𐑸: none "
+"(𐑓𐑦𐑤𐑑𐑼 𐑯𐑳𐑔𐑦𐑙), hidden (𐑓𐑦𐑤𐑑𐑼 𐑣𐑦𐑛𐑩𐑯 𐑓𐑲𐑤𐑟), binary (𐑓𐑦𐑤𐑑𐑼 𐑚𐑲𐑯𐑼𐑦 𐑓𐑲𐑤𐑟) 𐑯 "
+"hidden_and_binary (𐑓𐑦𐑤𐑑𐑼 𐑚𐑴𐑔 𐑣𐑦𐑛𐑩𐑯 𐑯 𐑚𐑲𐑯𐑼𐑦 𐑓𐑲𐑤𐑟)."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:556
+msgid "_Set root to active document"
+msgstr "_𐑕𐑧𐑑 𐑮𐑵𐑑 𐑑 𐑨𐑒𐑑𐑦𐑝 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:558
+msgid "Set the root to the active document location"
+msgstr "𐑕𐑧𐑑 𐑞 𐑮𐑵𐑑 𐑑 𐑞 𐑨𐑒𐑑𐑦𐑝 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:563
+msgid "_Open terminal here"
+msgstr "_𐑴𐑐𐑩𐑯 𐑑𐑻𐑥𐑦𐑯𐑩𐑤 𐑣𐑽"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:565
+msgid "Open a terminal at the currently opened directory"
+msgstr "𐑴𐑐𐑩𐑯 𐑩 𐑑𐑻𐑥𐑦𐑯𐑩𐑤 𐑨𐑑 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑𐑤𐑦 𐑴𐑐𐑩𐑯𐑛 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:708
+msgid "File Browser"
+msgstr "𐑓𐑲𐑤 𐑚𐑮𐑬𐑟𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:841
+msgid "An error occurred while creating a new directory"
+msgstr "𐑩𐑯 𐑻𐑼 𐑪𐑒𐑻𐑛 𐑢𐑲𐑤 𐑒𐑮𐑦𐑱𐑑𐑦𐑙 𐑩 𐑯𐑿 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:844
+msgid "An error occurred while creating a new file"
+msgstr "𐑩𐑯 𐑻𐑼 𐑪𐑒𐑻𐑛 𐑢𐑲𐑤 𐑒𐑮𐑦𐑱𐑑𐑦𐑙 𐑩 𐑯𐑿 𐑓𐑲𐑤"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:847
+msgid "An error occurred while renaming a file or directory"
+msgstr "𐑩𐑯 𐑻𐑼 𐑪𐑒𐑻𐑛 𐑢𐑲𐑤 𐑮𐑰𐑯𐑱𐑥𐑦𐑙 𐑩 𐑓𐑲𐑤 𐑹 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:850
+msgid "An error occurred while deleting a file or directory"
+msgstr "𐑩𐑯 𐑻𐑼 𐑪𐑒𐑻𐑛 𐑢𐑲𐑤 𐑛𐑦𐑤𐑰𐑑𐑦𐑙 𐑩 𐑓𐑲𐑤 𐑹 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:853
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "𐑩𐑯 𐑻𐑼 𐑪𐑒𐑻𐑛 𐑢𐑲𐑤 𐑴𐑐𐑩𐑯𐑦𐑙 𐑩 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑦𐑯 𐑞 𐑓𐑲𐑤 𐑥𐑨𐑯𐑩𐑡𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:856
+msgid "An error occurred while setting a root directory"
+msgstr "𐑩𐑯 𐑻𐑼 𐑪𐑒𐑻𐑛 𐑢𐑲𐑤 𐑕𐑧𐑑𐑦𐑙 𐑩 𐑮𐑵𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:859
+msgid "An error occurred while loading a directory"
+msgstr "𐑩𐑯 𐑻𐑼 𐑪𐑒𐑻𐑛 𐑢𐑲𐑤 𐑤𐑴𐑛𐑦𐑙 𐑩 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:862
+msgid "An error occurred"
+msgstr "𐑩𐑯 𐑻𐑼 𐑪𐑒𐑻𐑛"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1133
+msgid "Cannot move file to trash, do you\nwant to delete permanently?"
+msgstr "𐑒𐑨𐑯𐑪𐑑 𐑥𐑵𐑝 𐑓𐑲𐑤 𐑑 𐑑𐑮𐑨𐑖, 𐑛𐑵 𐑿\n𐑢𐑪𐑯𐑑 𐑑 𐑛𐑦𐑤𐑰𐑑 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦?"
+
+#, c-format
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1138
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "𐑞 𐑓𐑲𐑤 \"%s\" 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑥𐑵𐑝𐑛 𐑑 𐑞 𐑑𐑮𐑨𐑖."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1143
+msgid "The selected files cannot be moved to the trash."
+msgstr "𐑞 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑓𐑲𐑤𐑟 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑥𐑵𐑝𐑛 𐑑 𐑞 𐑑𐑮𐑨𐑖."
+
+#, c-format
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1177
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "𐑸 𐑿 𐑖𐑫𐑼 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑛𐑦𐑤𐑰𐑑 \"%s\"?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1182
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "𐑸 𐑿 𐑖𐑫𐑼 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑛𐑦𐑤𐑰𐑑 𐑞 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑓𐑲𐑤𐑟?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1185
+msgid "If you delete an item, it is permanently lost."
+msgstr "𐑦𐑓 𐑿 𐑛𐑦𐑤𐑰𐑑 𐑩𐑯 𐑲𐑑𐑩𐑥, 𐑦𐑑 𐑦𐑟 𐑐𐑻𐑥𐑩𐑯𐑩𐑯𐑑𐑤𐑦 𐑤𐑪𐑕𐑑."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1728
+msgid "(Empty)"
+msgstr "(𐑧𐑥𐑐𐑑𐑦)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3441
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"𐑞 𐑮𐑰𐑯𐑱𐑥𐑛 𐑓𐑲𐑤 𐑦𐑟 𐑒𐑳𐑮𐑩𐑯𐑑𐑤𐑦 𐑓𐑦𐑤𐑑𐑼𐑛 𐑬𐑑.𐑿 𐑯𐑰𐑛 𐑑 𐑩𐑡𐑳𐑕𐑑 𐑿𐑼 𐑓𐑦𐑤𐑑𐑼 𐑕𐑧𐑑𐑦𐑙𐑟 𐑑 𐑥𐑱𐑒 𐑞 𐑓𐑲𐑤 "
+"𐑝𐑦𐑕𐑦𐑚𐑩𐑤"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3690
+msgid "file"
+msgstr "𐑓𐑲𐑤"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3718
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"𐑞 𐑯𐑿 𐑓𐑲𐑤 𐑦𐑟 𐑒𐑳𐑮𐑩𐑯𐑑𐑤𐑦 𐑓𐑦𐑤𐑑𐑼𐑛 𐑬𐑑. 𐑿 𐑯𐑰𐑛 𐑑 𐑩𐑡𐑳𐑕𐑑 𐑿𐑼 𐑓𐑦𐑤𐑑𐑼 𐑕𐑧𐑑𐑦𐑙𐑟 𐑑 𐑥𐑱𐑒 𐑞 𐑓𐑲𐑤 "
+"𐑝𐑦𐑕𐑦𐑚𐑩𐑤"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3749
+msgid "directory"
+msgstr "𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3774
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"𐑞 𐑯𐑿 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑦𐑟 𐑒𐑳𐑮𐑩𐑯𐑑𐑤𐑦 𐑓𐑦𐑤𐑑𐑼𐑛 𐑬𐑑. 𐑿 𐑯𐑰𐑛 𐑑 𐑩𐑡𐑳𐑕𐑑 𐑿𐑼 𐑓𐑦𐑤𐑑𐑼 𐑕𐑧𐑑𐑦𐑙𐑟 𐑑 𐑥𐑱𐑒 𐑞 "
+"𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑝𐑦𐑕𐑦𐑚𐑩𐑤"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:732
+msgid "Bookmarks"
+msgstr "𐑚𐑫𐑒𐑥𐑸𐑒𐑕"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:816
+msgid "_Filter"
+msgstr "_𐑓𐑦𐑤𐑑𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "_Move to Trash"
+msgstr "_𐑥𐑵𐑝 𐑑 𐑑𐑮𐑨𐑖"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:822
+msgid "Move selected file or folder to trash"
+msgstr "𐑥𐑵𐑝 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑓𐑲𐑤 𐑹 𐑓𐑴𐑤𐑛𐑼 𐑑 𐑑𐑮𐑨𐑖"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:824
+msgid "_Delete"
+msgstr "_𐑛𐑦𐑤𐑰𐑑"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:825
+msgid "Delete selected file or folder"
+msgstr "𐑛𐑦𐑤𐑰𐑑 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑓𐑲𐑤 𐑹 𐑓𐑴𐑤𐑛𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:832
+msgid "Open selected file"
+msgstr "𐑴𐑐𐑩𐑯 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑓𐑲𐑤"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:838
+msgid "Up"
+msgstr "𐑳𐑐"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:839
+msgid "Open the parent folder"
+msgstr "𐑴𐑐𐑩𐑯 𐑞 𐑐𐑺𐑩𐑯𐑑 𐑓𐑴𐑤𐑛𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:844
+msgid "_New Folder"
+msgstr "_𐑯𐑿 𐑓𐑴𐑤𐑛𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:845
+msgid "Add new empty folder"
+msgstr "𐑨𐑛 𐑯𐑿 𐑧𐑥𐑐𐑑𐑦 𐑓𐑴𐑤𐑛𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:847
+msgid "New F_ile"
+msgstr "𐑯𐑿 𐑛_𐑲𐑤"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:848
+msgid "Add new empty file"
+msgstr "𐑨𐑛 𐑯𐑿 𐑧𐑥𐑐𐑑𐑦 𐑓𐑲𐑤"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:853
+msgid "_Rename"
+msgstr "_𐑮𐑰𐑯𐑱𐑥"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:854
+msgid "Rename selected file or folder"
+msgstr "𐑮𐑰𐑯𐑱𐑥 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑓𐑲𐑤 𐑹 𐑓𐑴𐑤𐑛𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:860
+msgid "_Previous Location"
+msgstr "_𐑐𐑮𐑰𐑝𐑦𐑩𐑕 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:862
+msgid "Go to the previous visited location"
+msgstr "𐑜𐑴 𐑑 𐑞 𐑐𐑮𐑰𐑝𐑦𐑩𐑕 𐑝𐑦𐑟𐑩𐑑𐑩𐑛 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:864
+msgid "_Next Location"
+msgstr "_𐑯𐑧𐑒𐑕𐑑 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:865
+msgid "Go to the next visited location"
+msgstr "𐑜𐑴 𐑑 𐑞 𐑯𐑧𐑒𐑕𐑑 𐑝𐑦𐑟𐑩𐑑𐑩𐑛 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:866
+msgid "Re_fresh View"
+msgstr "𐑮𐑰_𐑓𐑮𐑧𐑖 𐑝𐑿"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:867
+msgid "Refresh the view"
+msgstr "𐑮𐑰𐑓𐑮𐑧𐑖 𐑞 𐑝𐑿"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:868
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:886
+msgid "_View Folder"
+msgstr "_𐑝𐑿 𐑓𐑴𐑤𐑛𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:887
+msgid "View folder in file manager"
+msgstr "𐑝𐑿 𐑓𐑴𐑤𐑛𐑼 𐑦𐑯 𐑓𐑲𐑤 𐑥𐑨𐑯𐑩𐑡𐑼"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:876
+msgid "Show _Hidden"
+msgstr "𐑖𐑴 _𐑣𐑦𐑛𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:877
+msgid "Show hidden files and folders"
+msgstr "𐑖𐑴 𐑣𐑦𐑛𐑩𐑯 𐑓𐑲𐑤𐑟 𐑯 𐑓𐑴𐑤𐑛𐑼𐑟"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:879
+msgid "Show _Binary"
+msgstr "𐑖𐑴 _𐑚𐑲𐑯𐑼𐑦"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:880
+msgid "Show binary files"
+msgstr "𐑖𐑴 𐑚𐑲𐑯𐑼𐑦 𐑓𐑲𐑤𐑟"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1013
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1022
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1043
+msgid "Previous location"
+msgstr "𐑐𐑮𐑰𐑝𐑦𐑩𐑕 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1015
+msgid "Go to previous location"
+msgstr "𐑜𐑴 𐑑 𐑐𐑮𐑰𐑝𐑦𐑩𐑕 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1017
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1038
+msgid "Go to a previously opened location"
+msgstr "𐑜𐑴 𐑑 𐑩 𐑐𐑮𐑰𐑝𐑦𐑩𐑕𐑤𐑦 𐑴𐑐𐑩𐑯𐑛 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1034
+msgid "Next location"
+msgstr "𐑯𐑧𐑒𐑕𐑑 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1036
+msgid "Go to next location"
+msgstr "𐑜𐑴 𐑑 𐑯𐑧𐑒𐑕𐑑 𐑤𐑴𐑒𐑱𐑖𐑩𐑯"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1247
+msgid "_Match Filename"
+msgstr "_𐑥𐑨𐑗 𐑓𐑲𐑤𐑯𐑱𐑥"
+
+#, c-format
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2183
+msgid "No mount object for mounted volume: %s"
+msgstr "𐑯𐑴 𐑥𐑬𐑯𐑑 𐑩𐑚𐑡𐑧𐑒𐑑 𐑓𐑹 𐑥𐑬𐑯𐑑𐑩𐑛 𐑝𐑪𐑤𐑿𐑥: %s"
+
+#, c-format
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2261
+msgid "Could not open media: %s"
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑴𐑐𐑩𐑯 𐑥𐑰𐑛𐑦𐑩: %s"
+
+#, c-format
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2308
+msgid "Could not mount volume: %s"
+msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑥𐑬𐑯𐑑 𐑝𐑪𐑤𐑿𐑥: %s"
+
+#. ex:ts=8:noet:
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "·𐑰𐑥𐑨𐑒𐑕, ·𐑒𐑱𐑑 𐑯 ·𐑝𐑦𐑥-𐑕𐑑𐑲𐑤 𐑥𐑴𐑛𐑤𐑲𐑯𐑟 𐑕𐑩𐑐𐑹𐑑 𐑓𐑹 ·𐑜𐑧𐑛𐑦𐑑."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "𐑥𐑴𐑛𐑤𐑲𐑯𐑟"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "𐑦𐑯𐑑𐑻𐑨𐑒𐑑𐑦𐑝 ·𐑐𐑲𐑔𐑭𐑯 𐑒𐑩𐑯𐑕𐑴𐑤 𐑕𐑑𐑨𐑯𐑛𐑦𐑙 𐑦𐑯 𐑞 𐑚𐑪𐑑𐑫𐑥 𐑐𐑨𐑯𐑩𐑤"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:51
+msgid "Python Console"
+msgstr "·𐑐𐑲𐑔𐑭𐑯 𐑒𐑩𐑯𐑕𐑴𐑤"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "𐑒_𐑫𐑥𐑭𐑯𐑛 𐑒𐑳𐑤𐑼:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "_𐑻𐑼 𐑒𐑳𐑤𐑼:"
+
+#. ex:ts=8:et:
+#: ../plugins/quickopen/quickopen/popup.py:35
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:1
+msgid "Quick Open"
+msgstr "𐑒𐑢𐑦𐑒 𐑴𐑐𐑩𐑯"
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:69
+msgid "Quick open"
+msgstr "𐑒𐑢𐑦𐑒 𐑴𐑐𐑩𐑯"
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:70
+msgid "Quickly open documents"
+msgstr "𐑒𐑢𐑦𐑒𐑤𐑦 𐑴𐑐𐑩𐑯 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑𐑕"
+
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "𐑒𐑢𐑦𐑒𐑤𐑦 𐑴𐑐𐑩𐑯 𐑓𐑲𐑤𐑟"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "𐑦𐑯𐑕𐑻𐑑 𐑪𐑓𐑩𐑯-𐑿𐑕𐑑 𐑐𐑰𐑕𐑩𐑟 𐑝 𐑑𐑧𐑒𐑕𐑑 𐑦𐑯 𐑩 𐑓𐑭𐑕𐑑 𐑢𐑱"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+#: ../plugins/snippets/snippets/Document.py:58
+msgid "Snippets"
+msgstr "𐑕𐑯𐑦𐑐𐑩𐑑𐑕"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Activation"
+msgstr "𐑨𐑒𐑑𐑩𐑝𐑱𐑖𐑩𐑯"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "𐑒𐑮𐑦𐑱𐑑 𐑯𐑿 𐑕𐑯𐑦𐑐𐑩𐑑"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:412
+msgid "Delete selected snippet"
+msgstr "𐑛𐑦𐑤𐑰𐑑 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑕𐑯𐑦𐑐𐑩𐑑"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Export selected snippets"
+msgstr "𐑧𐑒𐑕𐑐𐑹𐑑 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑕𐑯𐑦𐑐𐑩𐑑𐑕"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:801
+msgid "Import snippets"
+msgstr "𐑦𐑥𐑐𐑹𐑑 𐑕𐑯𐑦𐑐𐑩𐑑𐑕"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr "_𐑖𐑹𐑑𐑒𐑳𐑑 𐑒𐑰:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr "𐑕𐑹𐑑𐑒𐑳𐑑 𐑒𐑰 𐑢𐑦𐑞 𐑢𐑦𐑗 𐑞 𐑕𐑯𐑦𐑐𐑩𐑑 𐑦𐑟 𐑨𐑒𐑑𐑦𐑝𐑱𐑑𐑩𐑛"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:689
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "𐑕𐑦𐑙𐑜𐑩𐑤 𐑢𐑻𐑛 𐑞 𐑕𐑯𐑦𐑐𐑩𐑑 𐑦𐑟 𐑨𐑒𐑑𐑦𐑝𐑱𐑑𐑩𐑛 𐑢𐑦𐑞 𐑭𐑓𐑑𐑼 𐑐𐑮𐑧𐑕𐑦𐑙 𐑑𐑨𐑚"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Snippets Manager"
+msgstr "𐑕𐑯𐑦𐑐𐑩𐑑𐑕 𐑥𐑨𐑯𐑩𐑡𐑼"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Drop targets:"
+msgstr "_𐑛𐑮𐑪𐑐 𐑑𐑭𐑮𐑜𐑩𐑑𐑕:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr "_𐑕𐑯𐑦𐑐𐑩𐑑𐑕:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr "_𐑑𐑨𐑚 𐑑𐑮𐑦𐑜𐑻:"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:130
+msgid "Manage _Snippets..."
+msgstr "𐑥𐑨𐑯𐑦𐑡 _𐑕𐑯𐑦𐑐𐑩𐑑𐑕..."
+
+#: ../plugins/snippets/snippets/WindowHelper.py:131
+msgid "Manage snippets"
+msgstr "𐑥𐑨𐑯𐑦𐑡 𐑕𐑯𐑦𐑐𐑩𐑑𐑕"
+
+#: ../plugins/snippets/snippets/Manager.py:46
+msgid "Snippets archive"
+msgstr "𐑕𐑯𐑦𐑐𐑩𐑑𐑕 𐑸𐑒𐑲𐑝"
+
+#: ../plugins/snippets/snippets/Manager.py:71
+msgid "Add a new snippet..."
+msgstr "𐑨𐑛 𐑩 𐑯𐑿 𐑕𐑯𐑦𐑐𐑩𐑑..."
+
+#: ../plugins/snippets/snippets/Manager.py:121
+msgid "Global"
+msgstr "𐑜𐑤𐑴𐑚𐑩𐑤"
+
+#: ../plugins/snippets/snippets/Manager.py:409
+msgid "Revert selected snippet"
+msgstr "𐑮𐑦𐑝𐑻𐑑 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑕𐑯𐑦𐑐𐑩𐑑"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/Manager.py:682
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain letters or a "
+"single (non-alphanumeric) character like: {, [, etc."
+msgstr ""
+"𐑞𐑦𐑕 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑑𐑨𐑚 𐑑𐑮𐑦𐑜𐑻. 𐑑𐑮𐑦𐑜𐑻𐑟 𐑒𐑨𐑯 𐑲𐑞𐑼 𐑒𐑩𐑯𐑑𐑱𐑯 𐑤𐑧𐑑𐑼𐑟 𐑹 𐑩 𐑕𐑦𐑙𐑜𐑩𐑤 "
+"(𐑯𐑪𐑯-𐑨𐑤𐑓𐑩𐑯𐑵𐑥𐑧𐑮𐑦𐑒) 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑤𐑲𐑒: {, [, 𐑧𐑑𐑕."
+
+#, python-format
+#: ../plugins/snippets/snippets/Manager.py:780
+msgid "The following error occurred while importing: %s"
+msgstr "𐑞 𐑓𐑪𐑤𐑴𐑦𐑙 𐑻𐑼 𐑪𐑒𐑻𐑛 𐑢𐑲𐑤 𐑦𐑥𐑐𐑹𐑑𐑦𐑙: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:787
+msgid "Import successfully completed"
+msgstr "𐑦𐑥𐑐𐑹𐑑 𐑕𐑩𐑒𐑕𐑧𐑕𐑓𐑩𐑤𐑦 𐑒𐑩𐑥𐑐𐑤𐑰𐑑𐑩𐑛"
+
+#: ../plugins/snippets/snippets/Manager.py:806
+#: ../plugins/snippets/snippets/Manager.py:892
+#: ../plugins/snippets/snippets/Manager.py:955
+msgid "All supported archives"
+msgstr "𐑷𐑤 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑸𐑒𐑲𐑝𐑟"
+
+#: ../plugins/snippets/snippets/Manager.py:807
+#: ../plugins/snippets/snippets/Manager.py:893
+#: ../plugins/snippets/snippets/Manager.py:956
+msgid "Gzip compressed archive"
+msgstr "Gzip 𐑒𐑪𐑥𐑐𐑮𐑧𐑕𐑑 𐑸𐑒𐑲𐑝"
+
+#: ../plugins/snippets/snippets/Manager.py:808
+#: ../plugins/snippets/snippets/Manager.py:894
+#: ../plugins/snippets/snippets/Manager.py:957
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 𐑒𐑪𐑥𐑐𐑮𐑧𐑕𐑑 𐑸𐑒𐑲𐑝"
+
+#: ../plugins/snippets/snippets/Manager.py:809
+msgid "Single snippets file"
+msgstr "𐑕𐑦𐑙𐑜𐑩𐑤 𐑕𐑯𐑦𐑐𐑩𐑑𐑕 𐑓𐑲𐑤"
+
+#: ../plugins/snippets/snippets/Manager.py:810
+#: ../plugins/snippets/snippets/Manager.py:896
+#: ../plugins/snippets/snippets/Manager.py:959
+msgid "All files"
+msgstr "𐑷𐑤 𐑓𐑲𐑤𐑟"
+
+#, python-format
+#: ../plugins/snippets/snippets/Manager.py:822
+msgid "The following error occurred while exporting: %s"
+msgstr "𐑞 𐑓𐑪𐑤𐑴𐑦𐑙 𐑻𐑼 𐑪𐑒𐑻𐑛 𐑢𐑲𐑤 𐑧𐑒𐑕𐑐𐑹𐑑𐑦𐑙: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:826
+msgid "Export successfully completed"
+msgstr "𐑧𐑒𐑕𐑐𐑹𐑑 𐑕𐑩𐑒𐑕𐑧𐑕𐑓𐑩𐑤𐑦 𐑒𐑩𐑥𐑐𐑤𐑰𐑑𐑩𐑛"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:866
+#: ../plugins/snippets/snippets/Manager.py:933
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "𐑛𐑵 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑦𐑯𐑒𐑤𐑵𐑛 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 <b>𐑕𐑦𐑕𐑑𐑩𐑥</b> 𐑕𐑯𐑦𐑐𐑩𐑑𐑕 𐑦𐑯 𐑿𐑼 𐑧𐑒𐑕𐑐𐑹𐑑?"
+
+#: ../plugins/snippets/snippets/Manager.py:881
+#: ../plugins/snippets/snippets/Manager.py:951
+msgid "There are no snippets selected to be exported"
+msgstr "𐑞𐑺 𐑸 𐑯𐑴 𐑕𐑯𐑦𐑐𐑩𐑑𐑕 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑑 𐑚𐑰 𐑧𐑒𐑕𐑐𐑹𐑑𐑩𐑛"
+
+#: ../plugins/snippets/snippets/Manager.py:886
+#: ../plugins/snippets/snippets/Manager.py:924
+msgid "Export snippets"
+msgstr "𐑧𐑒𐑕𐑐𐑹𐑑 𐑕𐑯𐑦𐑐𐑩𐑑𐑕"
+
+#: ../plugins/snippets/snippets/Manager.py:1063
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "𐑑𐑲𐑐 𐑩 𐑯𐑿 𐑕𐑹𐑑𐑒𐑳𐑑, 𐑹 𐑐𐑮𐑧𐑕 𐑚𐑨𐑒𐑕𐑐𐑱𐑕 𐑑 𐑒𐑤𐑽"
+
+#: ../plugins/snippets/snippets/Manager.py:1065
+msgid "Type a new shortcut"
+msgstr "𐑑𐑲𐑐 𐑩 𐑯𐑿 𐑕𐑹𐑑𐑒𐑳𐑑"
+
+#, python-format
+#: ../plugins/snippets/snippets/Exporter.py:82
+msgid "The archive \"%s\" could not be created"
+msgstr "𐑞 𐑸𐑒𐑲𐑝 \"%s\" 𐑒𐑫𐑛 𐑯𐑪𐑑 𐑚𐑰 𐑒𐑮𐑦𐑱𐑑𐑩𐑛"
+
+#, python-format
+#: ../plugins/snippets/snippets/Exporter.py:99
+msgid "Target directory \"%s\" does not exist"
+msgstr "𐑑𐑸𐑜𐑧𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 \"%s\" 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑧𐑒𐑟𐑦𐑕𐑑"
+
+#, python-format
+#: ../plugins/snippets/snippets/Exporter.py:102
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "𐑑𐑸𐑜𐑧𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 \"%s\" 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦"
+
+#, python-format
+#: ../plugins/snippets/snippets/Importer.py:46
+#: ../plugins/snippets/snippets/Importer.py:100
+msgid "File \"%s\" does not exist"
+msgstr "𐑓𐑲𐑤 \"%s\" 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑧𐑒𐑟𐑦𐑕𐑑"
+
+#, python-format
+#: ../plugins/snippets/snippets/Importer.py:49
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "𐑓𐑲𐑤 \"%s\" 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑕𐑯𐑦𐑐𐑩𐑑𐑕 𐑓𐑲𐑤"
+
+#, python-format
+#: ../plugins/snippets/snippets/Importer.py:59
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "𐑦𐑥𐑐𐑹𐑑𐑩𐑛 𐑓𐑲𐑤 \"%s\" 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑕𐑯𐑦𐑐𐑩𐑑𐑕 𐑓𐑲𐑤"
+
+#, python-format
+#: ../plugins/snippets/snippets/Importer.py:69
+msgid "The archive \"%s\" could not be extracted"
+msgstr "𐑞 𐑸𐑒𐑲𐑝 \"%s\" 𐑒𐑫𐑛 𐑯𐑪𐑑 𐑚𐑰 𐑦𐑒𐑕𐑑𐑮𐑨𐑒𐑑𐑩𐑛"
+
+#, python-format
+#: ../plugins/snippets/snippets/Importer.py:87
+msgid "The following files could not be imported: %s"
+msgstr "𐑞 𐑓𐑪𐑤𐑴𐑦𐑙 𐑓𐑲𐑤𐑟 𐑒𐑫𐑛 𐑯𐑪𐑑 𐑚𐑰 𐑦𐑥𐑐𐑹𐑑𐑩𐑛: %s"
+
+#, python-format
+#: ../plugins/snippets/snippets/Importer.py:103
+#: ../plugins/snippets/snippets/Importer.py:116
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "𐑓𐑲𐑤 \"%s\" 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑕𐑯𐑦𐑐𐑩𐑑𐑕 𐑸𐑒𐑲𐑝"
+
+#, python-format
+#: ../plugins/snippets/snippets/Placeholder.py:594
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"𐑧𐑒𐑕𐑦𐑒𐑿𐑕𐑩𐑯 𐑝 𐑞 𐑐𐑲𐑔𐑭𐑯 𐑒𐑩𐑥𐑭𐑯𐑛 (%s) 𐑩𐑒𐑕𐑰𐑛𐑟 𐑞 𐑥𐑨𐑒𐑕𐑦𐑥𐑩𐑥 𐑑𐑲𐑥, 𐑧𐑒𐑕𐑦𐑒𐑿𐑕𐑩𐑯 𐑩𐑚𐑹𐑑𐑩𐑛."
+
+#, python-format
+#: ../plugins/snippets/snippets/Placeholder.py:602
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "𐑧𐑒𐑕𐑦𐑒𐑿𐑕𐑩𐑯 𐑝 𐑞 𐑐𐑲𐑔𐑭𐑯 𐑒𐑩𐑥𐑭𐑯𐑛 (%s) 𐑓𐑱𐑤𐑛: %s"
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr "𐑕_𐑹𐑑..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr "𐑕𐑹𐑑 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑹 𐑕𐑦𐑤𐑧𐑒𐑖𐑩𐑯"
+
+#. ex:ts=8:noet:
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr "𐑕𐑹𐑑"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "𐑕𐑹𐑑𐑕 𐑩 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑹 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑑𐑧𐑒𐑕𐑑."
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr "𐑮_𐑰𐑥𐑵𐑝 𐑛𐑿𐑐𐑤𐑦𐑒𐑱𐑑𐑕"
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr "𐑕_𐑑𐑸𐑑 𐑨𐑑 𐑒𐑪𐑤𐑩𐑥:"
+
+#: ../plugins/sort/sort.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr "𐑿 𐑒𐑨𐑯𐑪𐑑 𐑳𐑯𐑛𐑵 𐑩 𐑕𐑹𐑑 𐑪𐑐𐑼𐑱𐑖𐑩𐑯"
+
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr "_𐑦𐑜𐑯𐑹 𐑒𐑱𐑕"
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr "_𐑮𐑰𐑝𐑻𐑕 𐑹𐑛𐑼"
+
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr "_𐑕𐑹𐑑"
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:459
+msgid "(no suggested words)"
+msgstr "(𐑯𐑴 𐑕𐑩𐑡𐑧𐑕𐑑𐑩𐑛 𐑢𐑻𐑛𐑟)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "_𐑥𐑹..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "_𐑦𐑜𐑯𐑹 𐑷𐑤"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "_𐑨𐑛"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "_𐑕𐑐𐑧𐑤𐑦𐑙 𐑕𐑩𐑡𐑧𐑕𐑗𐑩𐑯𐑟..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:274
+msgid "Check Spelling"
+msgstr "𐑗𐑧𐑒 𐑕𐑐𐑧𐑤𐑦𐑙"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:285
+msgid "Suggestions"
+msgstr "𐑕𐑩𐑡𐑧𐑕𐑗𐑩𐑯𐑟"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:566
+msgid "(correct spelling)"
+msgstr "(𐑒𐑩𐑮𐑧𐑒𐑑 𐑕𐑐𐑧𐑤𐑦𐑙)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:709
+msgid "Completed spell checking"
+msgstr "𐑒𐑩𐑥𐑐𐑤𐑰𐑑𐑩𐑛 𐑕𐑐𐑧𐑤 𐑗𐑧𐑒𐑦𐑙"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#, c-format
+#: ../plugins/spell/gedit-spell-checker-language.c:285
+#: ../plugins/spell/gedit-spell-checker-language.c:291
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#, c-format
+#: ../plugins/spell/gedit-spell-checker-language.c:300
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "𐑳𐑯𐑴𐑯 (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:406
+msgctxt "language"
+msgid "Default"
+msgstr "𐑛𐑦𐑓𐑷𐑤𐑑"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:142
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "𐑕𐑧𐑑 𐑤𐑨𐑙𐑜𐑢𐑩𐑡"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:197
+msgid "Languages"
+msgstr "𐑤𐑨𐑙𐑜𐑢𐑩𐑡𐑩𐑟"
+
+#: ../plugins/spell/gedit-spell-plugin.c:85
+msgid "_Check Spelling..."
+msgstr "_𐑗𐑧𐑒 𐑕𐑐𐑧𐑤𐑦𐑙..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:87
+msgid "Check the current document for incorrect spelling"
+msgstr "𐑗𐑧𐑒 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑓𐑹 𐑦𐑯𐑒𐑩𐑮𐑧𐑒𐑑 𐑕𐑐𐑧𐑤𐑦𐑙"
+
+#: ../plugins/spell/gedit-spell-plugin.c:93
+msgid "Set _Language..."
+msgstr "𐑕𐑧𐑑 _𐑤𐑨𐑙𐑜𐑢𐑩𐑡..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:95
+msgid "Set the language of the current document"
+msgstr "𐑕𐑧𐑑 𐑞 𐑤𐑨𐑙𐑜𐑢𐑩𐑡 𐑝 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/spell/gedit-spell-plugin.c:104
+msgid "_Highlight Misspelled Words"
+msgstr "_𐑣𐑲𐑤𐑲𐑑 𐑥𐑦𐑕𐑕𐑐𐑧𐑤𐑛 𐑢𐑻𐑛𐑟"
+
+#: ../plugins/spell/gedit-spell-plugin.c:106
+msgid "Automatically spell-check the current document"
+msgstr "𐑷𐑑𐑩𐑥𐑨𐑑𐑦𐑒𐑤𐑦 𐑕𐑐𐑧𐑤-𐑗𐑧𐑒 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/spell/gedit-spell-plugin.c:751
+msgid "The document is empty."
+msgstr "𐑞 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑦𐑟 𐑧𐑥𐑐𐑑𐑦."
+
+#: ../plugins/spell/gedit-spell-plugin.c:781
+msgid "No misspelled words"
+msgstr "𐑯𐑴 𐑥𐑦𐑕𐑕𐑐𐑧𐑤𐑛 𐑢𐑻𐑛𐑟"
+
+#. ex:ts=8:noet:
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "𐑕𐑩𐑤𐑧𐑒𐑑 𐑞 _𐑤𐑨𐑙𐑜𐑢𐑩𐑡 𐑝 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑."
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Add w_ord"
+msgstr "𐑨𐑛 𐑢_𐑻𐑛"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Cha_nge"
+msgstr "𐑗𐑱_𐑯𐑡"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "Change A_ll"
+msgstr "𐑗𐑱𐑯𐑡 𐑷_𐑤"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "𐑗𐑱𐑯𐑡 _𐑑:"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "𐑗𐑧𐑒 _𐑢𐑻𐑛"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Check spelling"
+msgstr "𐑗𐑧𐑒 𐑕𐑐𐑧𐑤𐑦𐑙"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Ignore _All"
+msgstr "𐑦𐑜𐑯𐑹 _𐑷𐑤"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Language"
+msgstr "𐑤𐑨𐑙𐑜𐑢𐑩𐑡"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Language:"
+msgstr "𐑤𐑨𐑙𐑜𐑢𐑩𐑡:"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Misspelled word:"
+msgstr "𐑥𐑦𐑕𐑕𐑐𐑧𐑤𐑛 𐑢𐑻𐑛:"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "𐑿𐑟𐑼 𐑛𐑦𐑒𐑖𐑩𐑯𐑼𐑦:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "_Ignore"
+msgstr "_𐑦𐑜𐑯𐑹"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "_Suggestions:"
+msgstr "_𐑕𐑩𐑡𐑧𐑕𐑗𐑩𐑯𐑟:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "word"
+msgstr "𐑢𐑻𐑛"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "𐑗𐑧𐑒𐑕 𐑞 𐑕𐑐𐑧𐑤𐑦𐑙 𐑝 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "𐑕𐑐𐑧𐑤 𐑗𐑧𐑒𐑼"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:99
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:694
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:710
+msgid "Tags"
+msgstr "𐑑𐑨𐑜𐑟"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:605
+msgid "Select the group of tags you want to use"
+msgstr "𐑕𐑩𐑤𐑧𐑒𐑑 𐑞 𐑜𐑮𐑵𐑐 𐑝 𐑑𐑨𐑜𐑟 𐑿 𐑢𐑪𐑯𐑑 𐑑 𐑿𐑕"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:624
+msgid "_Preview"
+msgstr "_𐑐𐑮𐑰𐑝𐑿"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:691
+msgid "Available Tag Lists"
+msgstr "𐑩𐑝𐑱𐑤𐑩𐑚𐑩𐑤 𐑑𐑨𐑜 𐑤𐑦𐑕𐑑𐑕"
+
+#. ex:ts=8:noet:
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "𐑩𐑚𐑮𐑰𐑝𐑰𐑱𐑑𐑩𐑛 𐑓𐑹𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "𐑩𐑚𐑮𐑰𐑝𐑰𐑱𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "𐑩𐑚𐑳𐑝"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "𐑨𐑒𐑕𐑧𐑕𐑩𐑚𐑦𐑤𐑦𐑑𐑰 𐑒𐑰 𐑒𐑨𐑮𐑩𐑒𐑑𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "𐑨𐑒𐑮𐑩𐑯𐑦𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "𐑩𐑤𐑲𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "𐑩𐑤𐑲𐑯𐑥𐑩𐑯𐑑 𐑒𐑨𐑮𐑩𐑒𐑑𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "𐑷𐑤𐑑𐑻𐑯𐑩𐑑𐑦𐑝"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "𐑨𐑙𐑒𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "𐑨𐑙𐑒𐑼 URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "𐑨𐑐𐑤𐑩𐑑 𐑒𐑤𐑭𐑕 𐑓𐑲𐑤 𐑒𐑴𐑛"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr "𐑨𐑐𐑤𐑩𐑑 𐑒𐑤𐑭𐑕 𐑓𐑲𐑤 𐑒𐑴𐑛 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr "𐑼𐑱"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr "𐑩𐑕𐑴𐑖𐑦𐑱𐑑𐑩𐑛 𐑦𐑯𐑓𐑼𐑥𐑱𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "𐑷𐑔𐑼 𐑦𐑯𐑓𐑴"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr "𐑨𐑒𐑕𐑦𐑕 𐑮𐑦𐑤𐑱𐑑𐑩𐑛 𐑣𐑧𐑛𐑼𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "𐑚𐑨𐑒𐑜𐑮𐑬𐑯𐑛 𐑒𐑳𐑤𐑼"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr "𐑚𐑨𐑒𐑜𐑮𐑬𐑯𐑛 𐑒𐑳𐑤𐑼 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr "𐑚𐑨𐑒𐑜𐑮𐑬𐑯𐑛 𐑑𐑧𐑒𐑕𐑗𐑼 𐑑𐑲𐑤"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr "𐑚𐑨𐑒𐑜𐑮𐑬𐑯𐑛 𐑑𐑧𐑒𐑕𐑗𐑼 𐑑𐑲𐑤 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr "𐑚𐑱𐑕 URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "𐑚𐑱𐑕 𐑓𐑪𐑯𐑑"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr "𐑚𐑱𐑕 𐑓𐑪𐑯𐑑 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "𐑚𐑴𐑤𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "𐑚𐑹𐑛𐑼"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr "𐑚𐑹𐑛𐑼 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "𐑚𐑹𐑛𐑼 𐑒𐑳𐑤𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr "𐑕𐑧𐑤 𐑮𐑴𐑕𐑐𐑨𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "𐑕𐑧𐑯𐑑𐑼"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr "𐑕𐑧𐑯𐑑𐑼 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr "𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 𐑝 𐑤𐑦𐑙𐑒𐑑 𐑮𐑦𐑟𐑹𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr "𐑗𐑧𐑒𐑑 (𐑕𐑑𐑱𐑑)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr "𐑗𐑧𐑒𐑑 𐑕𐑑𐑱𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr "𐑕𐑲𐑑𐑱𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr "𐑕𐑲𐑑 𐑮𐑰𐑟𐑩𐑯 𐑓𐑹 𐑗𐑱𐑯𐑡"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr "𐑒𐑤𐑭𐑕 𐑦𐑥𐑐𐑤𐑩𐑥𐑧𐑯𐑑𐑱𐑖𐑩𐑯 ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr "𐑒𐑤𐑭𐑕 𐑤𐑦𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr "𐑒𐑤𐑽 𐑑𐑧𐑒𐑕𐑑 𐑓𐑤𐑴 𐑒𐑩𐑯𐑑𐑮𐑴𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr "𐑒𐑴𐑛 𐑒𐑪𐑯𐑑𐑧𐑯𐑑 𐑑𐑲𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "𐑒𐑳𐑤𐑼 𐑝 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑤𐑦𐑙𐑒𐑕"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr "𐑒𐑳𐑤𐑼 𐑝 𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑤𐑦𐑙𐑒𐑕 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr "𐑒𐑪𐑤𐑩𐑥 𐑕𐑐𐑨𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "𐑒𐑪𐑤𐑩𐑥𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "𐑒𐑳𐑥𐑥𐑩𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr "𐑒𐑩𐑥𐑐𐑿𐑑𐑼 𐑒𐑴𐑛 𐑓𐑮𐑨𐑜𐑥𐑩𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr "𐑒𐑪𐑯𐑑𐑧𐑯𐑑 𐑕𐑒𐑰𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "𐑒𐑪𐑯𐑑𐑧𐑯𐑑 𐑑𐑲𐑐"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr "𐑒𐑪𐑯𐑑𐑧𐑯𐑑 𐑑𐑲𐑐 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr "𐑒𐑴𐑹𐑛𐑦𐑯𐑱𐑑𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr "𐑛𐑦𐑝 𐑕𐑑𐑲𐑤 𐑒𐑩𐑯𐑑𐑱𐑯𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr "𐑛𐑦𐑝 𐑒𐑩𐑯𐑑𐑱𐑯𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr "𐑛𐑱𐑑 𐑯 𐑑𐑲𐑥 𐑝 𐑗𐑱𐑯𐑡"
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr "𐑛𐑦𐑒𐑤𐑺 𐑓𐑤𐑨𐑜"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr "𐑛𐑧𐑓𐑻 𐑩𐑑𐑮𐑦𐑚𐑿𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr "𐑛𐑧𐑓𐑩𐑯𐑦𐑖𐑩𐑯 𐑛𐑦𐑕𐑒𐑮𐑦𐑐𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "𐑛𐑧𐑓𐑩𐑯𐑦𐑖𐑩𐑯 𐑤𐑦𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr "𐑛𐑧𐑓𐑩𐑯𐑦𐑖𐑩𐑯 𐑑𐑻𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "𐑛𐑦𐑤𐑰𐑑𐑩𐑛 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "𐑛𐑦𐑮𐑧𐑒𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr "𐑛𐑲𐑮𐑧𐑒𐑖𐑩𐑯𐑨𐑤𐑦𐑑𐑦"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr "𐑛𐑲𐑮𐑧𐑒𐑖𐑩𐑯𐑨𐑤𐑦𐑑𐑦 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑤𐑦𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "𐑛𐑦𐑕𐑱𐑚𐑩𐑤𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑚𐑱𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑚𐑪𐑛𐑦"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑣𐑧𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑑𐑲𐑑𐑩𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑑𐑲𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr "𐑧𐑤𐑩𐑥𐑩𐑯𐑑 ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr "𐑧𐑥𐑚𐑧𐑛𐑦𐑛 𐑩𐑚𐑡𐑧𐑒𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "𐑧𐑥𐑓𐑩𐑕𐑦𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr "𐑧𐑯𐑒𐑴𐑛 𐑑𐑲𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr "𐑓𐑦𐑜𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr "𐑓𐑪𐑯𐑑 𐑓𐑱𐑕"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr "𐑓𐑪𐑯𐑑 𐑓𐑱𐑕 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "𐑓𐑹 𐑤𐑱𐑚𐑩𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr "𐑓𐑹𐑕𐑑 𐑤𐑲𐑯 𐑚𐑮𐑱𐑒"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "𐑓𐑹𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr "𐑓𐑹𐑥 𐑨𐑒𐑖𐑩𐑯 𐑣𐑨𐑯𐑛𐑤𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr "𐑓𐑹𐑥 𐑒𐑩𐑯𐑑𐑮𐑴𐑤 𐑜𐑮𐑵𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr "𐑓𐑹𐑥 𐑓𐑰𐑤𐑛 𐑤𐑱𐑚𐑩𐑤 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr "𐑓𐑹𐑥 𐑦𐑯𐑐𐑫𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr "𐑓𐑹𐑥 𐑦𐑯𐑐𐑫𐑑 𐑑𐑲𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr "𐑓𐑹𐑥 𐑥𐑧𐑔𐑩𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "𐑓𐑹𐑢𐑼𐑛 𐑤𐑦𐑙𐑒"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "𐑓𐑮𐑱𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame border"
+msgstr "𐑓𐑮𐑱𐑥 𐑚𐑹𐑛𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame render parts"
+msgstr "𐑓𐑮𐑱𐑥 𐑮𐑧𐑯𐑛𐑻 𐑐𐑸𐑑𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame source"
+msgstr "𐑓𐑮𐑱𐑥 𐑕𐑹𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frame spacing"
+msgstr "𐑓𐑮𐑱𐑥 𐑕𐑐𐑱𐑕𐑦𐑙"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frame target"
+msgstr "𐑓𐑮𐑱𐑥 𐑑𐑸𐑜𐑧𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameborder"
+msgstr "𐑓𐑮𐑱𐑥𐑚𐑹𐑛𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset"
+msgstr "𐑓𐑮𐑱𐑥𐑕𐑧𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Frameset columns"
+msgstr "𐑓𐑮𐑱𐑥𐑕𐑧𐑑 𐑒𐑪𐑤𐑩𐑥𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Frameset rows"
+msgstr "𐑓𐑮𐑱𐑥𐑕𐑧𐑑 𐑮𐑴𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Framespacing"
+msgstr "𐑓𐑮𐑱𐑥𐑕𐑐𐑱𐑕𐑦𐑙"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic embedded object"
+msgstr "𐑡𐑩𐑯𐑧𐑮𐑦𐑒 𐑧𐑥𐑚𐑧𐑛𐑦𐑛 𐑩𐑚𐑡𐑧𐑒𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Generic metainformation"
+msgstr "𐑡𐑩𐑯𐑧𐑮𐑦𐑒 𐑥𐑧𐑑𐑩𐑦𐑯𐑓𐑼𐑥𐑱𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Generic span"
+msgstr "𐑡𐑩𐑯𐑧𐑮𐑦𐑒 𐑕𐑐𐑨𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HREF URI"
+msgstr "HREF URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr "HTML 𐑮𐑵𐑑 𐑧𐑤𐑩𐑥𐑩𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr "HTML 𐑝𐑻𐑠𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTML — Special Characters"
+msgstr "HTML — 𐑕𐑐𐑧𐑖𐑩𐑤 𐑒𐑨𐑮𐑩𐑒𐑑𐑼𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "HTML — Tags"
+msgstr "HTML — 𐑑𐑨𐑜𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "HTTP header name"
+msgstr "HTTP 𐑣𐑧𐑛𐑼 𐑯𐑱𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Header cell IDs"
+msgstr "𐑣𐑧𐑛𐑼 𐑕𐑧𐑤 ID𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading"
+msgstr "𐑣𐑧𐑛𐑦𐑙"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 1"
+msgstr "𐑣𐑧𐑛𐑦𐑙 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 2"
+msgstr "𐑣𐑧𐑛𐑦𐑙 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 3"
+msgstr "𐑣𐑧𐑛𐑦𐑙 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 4"
+msgstr "𐑣𐑧𐑛𐑦𐑙 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Heading 5"
+msgstr "𐑣𐑧𐑛𐑦𐑙 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Heading 6"
+msgstr "𐑣𐑧𐑛𐑦𐑙 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Height"
+msgstr "𐑣𐑲𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "Horizontal rule"
+msgstr "𐑣𐑪𐑮𐑦𐑟𐑪𐑯𐑑𐑩𐑤 𐑮𐑵𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space"
+msgstr "𐑣𐑪𐑮𐑦𐑟𐑪𐑯𐑑𐑩𐑤 𐑕𐑐𐑱𐑕"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "Horizontal space (deprecated)"
+msgstr "𐑣𐑪𐑮𐑦𐑟𐑪𐑯𐑑𐑩𐑤 𐑕𐑐𐑱𐑕 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "I18N BiDi override"
+msgstr "I18N BiDi 𐑴𐑝𐑼𐑮𐑲𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image"
+msgstr "𐑦𐑥𐑦𐑡"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map"
+msgstr "𐑦𐑥𐑦𐑡 𐑥𐑨𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map area"
+msgstr "𐑦𐑥𐑦𐑡 𐑥𐑨𐑐 𐑺𐑦𐑩"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image map name"
+msgstr "𐑦𐑥𐑦𐑡 𐑥𐑨𐑐 𐑯𐑱𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Image source"
+msgstr "𐑦𐑥𐑦𐑡 𐑕𐑹𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline frame"
+msgstr "𐑦𐑯𐑤𐑲𐑯 𐑓𐑮𐑱𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inline layer"
+msgstr "𐑦𐑯𐑤𐑲𐑯 𐑤𐑱𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Inserted text"
+msgstr "𐑦𐑯𐑕𐑻𐑑𐑩𐑛 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Instance definition"
+msgstr "𐑦𐑯𐑕𐑑𐑨𐑯𐑕 𐑛𐑧𐑓𐑩𐑯𐑦𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Italic text"
+msgstr "𐑲𐑑𐑨𐑤𐑦𐑒 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Java applet"
+msgstr "·𐑡𐑭𐑝𐑩 𐑨𐑐𐑤𐑩𐑑"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Java applet (deprecated)"
+msgstr "·𐑡𐑭𐑝𐑩 𐑨𐑐𐑤𐑩𐑑 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Label"
+msgstr "𐑤𐑱𐑚𐑩𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Language code"
+msgstr "𐑤𐑨𐑙𐑜𐑢𐑩𐑡 𐑒𐑴𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Large text style"
+msgstr "𐑤𐑸𐑡 𐑑𐑧𐑒𐑕𐑑 𐑕𐑑𐑲𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Layer"
+msgstr "𐑤𐑱𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "Link color"
+msgstr "𐑤𐑦𐑙𐑒 𐑒𐑳𐑤𐑼"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "Link color (deprecated)"
+msgstr "𐑤𐑦𐑙𐑒 𐑒𐑳𐑤𐑼 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List item"
+msgstr "𐑤𐑦𐑕𐑑 𐑲𐑑𐑩𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of MIME types for file upload"
+msgstr "𐑤𐑦𐑕𐑑 𐑝 MIME 𐑑𐑲𐑐𐑕 𐑓𐑹 𐑓𐑲𐑤 𐑳𐑐𐑤𐑴𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "List of supported character sets"
+msgstr "𐑤𐑦𐑕𐑑 𐑝 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑕𐑧𐑑𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Listing"
+msgstr "𐑤𐑦𐑕𐑑𐑦𐑙"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Local change to font"
+msgstr "𐑤𐑴𐑒𐑩𐑤 𐑗𐑱𐑯𐑡 𐑑 𐑓𐑪𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long description link"
+msgstr "𐑤𐑪𐑙 𐑛𐑦𐑕𐑒𐑮𐑦𐑐𐑖𐑩𐑯 𐑤𐑦𐑙𐑒"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Long quotation"
+msgstr "𐑤𐑪𐑙 𐑒𐑢𐑴𐑑𐑱𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+msgid "Mail link"
+msgstr "𐑥𐑱𐑤 𐑤𐑦𐑙𐑒"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "Margin pixel height"
+msgstr "𐑥𐑸𐑡𐑦𐑯 𐑐𐑦𐑒𐑕𐑩𐑤 𐑣𐑲𐑑"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Margin pixel width"
+msgstr "𐑥𐑸𐑡𐑦𐑯 𐑐𐑦𐑒𐑕𐑩𐑤 𐑢𐑦𐑛𐑔"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Marquee"
+msgstr "𐑥𐑭𐑮𐑒𐑰"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "Maximum length of text field"
+msgstr "𐑥𐑨𐑒𐑕𐑦𐑥𐑩𐑥 𐑤𐑧𐑙𐑔 𐑝 𐑑𐑧𐑒𐑕𐑑 𐑓𐑰𐑤𐑛"
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Media-independent link"
+msgstr "𐑥𐑰𐑛𐑦𐑩-𐑦𐑯𐑛𐑩𐑐𐑧𐑯𐑛𐑩𐑯𐑑 𐑤𐑦𐑙𐑒"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "Menu list"
+msgstr "𐑥𐑧𐑯𐑿 𐑤𐑦𐑕𐑑"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Menu list (deprecated)"
+msgstr "𐑥𐑧𐑯𐑿 𐑤𐑦𐑕𐑑 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multi-line text field"
+msgstr "𐑥𐑩𐑤𐑑𐑰-𐑤𐑲𐑯 𐑑𐑧𐑒𐑕𐑑 𐑓𐑰𐑤𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multicolumn"
+msgstr "Multicolumn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Multiple"
+msgstr "𐑥𐑳𐑤𐑑𐑦𐑐𐑩𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Name"
+msgstr "𐑯𐑱𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Named property value"
+msgstr "𐑯𐑱𐑥𐑛 𐑐𐑮𐑪𐑐𐑼𐑑𐑦 𐑝𐑨𐑤𐑿"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "Next ID"
+msgstr "𐑯𐑧𐑒𐑕𐑑 ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No URI"
+msgstr "𐑯𐑴 URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No embedded objects"
+msgstr "𐑯𐑴 𐑧𐑥𐑚𐑧𐑛𐑦𐑛 𐑪𐑚𐑡𐑧𐑒𐑑𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No frames"
+msgstr "𐑯𐑴 𐑓𐑮𐑱𐑥𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No layers"
+msgstr "𐑯𐑴 𐑤𐑱𐑼𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No line break"
+msgstr "𐑯𐑴 𐑤𐑲𐑯 𐑚𐑮𐑱𐑒"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No resize"
+msgstr "𐑯𐑴 𐑮𐑰𐑕𐑲𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No script"
+msgstr "𐑯𐑴 𐑕𐑒𐑮𐑦𐑐𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "No shade"
+msgstr "𐑯𐑴 𐑖𐑱𐑛"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No shade (deprecated)"
+msgstr "𐑯𐑴 𐑖𐑱𐑛 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+msgid "No word wrap"
+msgstr "𐑯𐑴 𐑢𐑻𐑛 𐑮𐑨𐑐"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "No word wrap (deprecated)"
+msgstr "𐑯𐑴 𐑢𐑻𐑛 𐑮𐑨𐑐 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Non-breaking space"
+msgstr "𐑯𐑪𐑯-𐑚𐑮𐑱𐑒𐑦𐑙 𐑕𐑐𐑱𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Note"
+msgstr "𐑯𐑴𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Object applet file"
+msgstr "𐑩𐑚𐑡𐑧𐑒𐑑 𐑨𐑐𐑤𐑩𐑑 𐑓𐑲𐑤"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object applet file (deprecated)"
+msgstr "𐑩𐑚𐑡𐑧𐑒𐑑 𐑨𐑐𐑤𐑩𐑑 𐑓𐑲𐑤 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Object data reference"
+msgstr "𐑩𐑚𐑡𐑧𐑒𐑑 𐑛𐑱𐑑𐑩 𐑮𐑧𐑓𐑼𐑩𐑯𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Offset for alignment character"
+msgstr "𐑪𐑓𐑕𐑧𐑑 𐑓𐑹 𐑩𐑤𐑲𐑯𐑥𐑩𐑯𐑑 𐑒𐑨𐑮𐑩𐑒𐑑𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnBlur event"
+msgstr "OnBlur 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnChange event"
+msgstr "OnChange 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnClick event"
+msgstr "OnClick 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnDblClick event"
+msgstr "OnDblClick 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnFocus event"
+msgstr "OnFocus 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyDown event"
+msgstr "OnKeyDown 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyPress event"
+msgstr "OnKeyPress 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnKeyUp event"
+msgstr "OnKeyUp 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnLoad event"
+msgstr "OnLoad 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseDown event"
+msgstr "OnMouseDown 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseMove event"
+msgstr "OnMouseMove 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOut event"
+msgstr "OnMouseOut 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseOver event"
+msgstr "OnMouseOver 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnMouseUp event"
+msgstr "OnMouseUp 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnReset event"
+msgstr "OnReset 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSelect event"
+msgstr "OnSelect 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnSubmit event"
+msgstr "OnSubmit 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "OnUnload event"
+msgstr "OnUnload 𐑦𐑝𐑧𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option group"
+msgstr "𐑪𐑐𐑖𐑩𐑯 𐑜𐑮𐑵𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Option selector"
+msgstr "𐑪𐑐𐑖𐑩𐑯 𐑕𐑧𐑤𐑧𐑒𐑑𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Ordered list"
+msgstr "𐑹𐑛𐑼𐑛 𐑤𐑦𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Output media"
+msgstr "𐑬𐑑𐑐𐑫𐑑 𐑥𐑰𐑛𐑦𐑩"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph"
+msgstr "𐑐𐑨𐑮𐑩𐑜𐑮𐑭𐑓"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph class"
+msgstr "𐑐𐑨𐑮𐑩𐑜𐑮𐑭𐑓 𐑒𐑤𐑭𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Paragraph style"
+msgstr "𐑐𐑨𐑮𐑩𐑜𐑮𐑭𐑓 𐑕𐑑𐑲𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted listing"
+msgstr "𐑐𐑮𐑰𐑓𐑪𐑮𐑥𐑨𐑑𐑧𐑛 𐑤𐑦𐑕𐑑𐑦𐑙"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Preformatted text"
+msgstr "𐑐𐑮𐑰𐑓𐑪𐑮𐑥𐑨𐑑𐑧𐑛 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Profile metainfo dictionary"
+msgstr "𐑐𐑮𐑴𐑓𐑲𐑤 𐑥𐑧𐑑𐑩𐑦𐑯𐑓𐑴 𐑛𐑦𐑒𐑖𐑩𐑯𐑼𐑦"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Prompt message"
+msgstr "𐑐𐑮𐑪𐑥𐑐𐑑 𐑥𐑧𐑕𐑦𐑡"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Push button"
+msgstr "𐑐𐑫𐑖 𐑚𐑳𐑑𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Quote"
+msgstr "𐑒𐑢𐑴𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Range"
+msgstr "𐑮𐑱𐑯𐑡"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "ReadOnly text and password"
+msgstr "𐑮𐑰𐑛-𐑴𐑯𐑤𐑦 𐑑𐑧𐑒𐑕𐑑 𐑯 𐑐𐑭𐑕𐑢𐑼𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Reduced spacing"
+msgstr "𐑮𐑦𐑛𐑿𐑕𐑑 𐑕𐑐𐑱𐑕𐑦𐑙"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reduced spacing (deprecated)"
+msgstr "𐑮𐑦𐑛𐑿𐑕𐑑 𐑕𐑐𐑱𐑕𐑦𐑙 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Reverse link"
+msgstr "𐑮𐑰𐑝𐑻𐑕 𐑤𐑦𐑙𐑒"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Root"
+msgstr "𐑮𐑵𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rows"
+msgstr "𐑮𐑴𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Rulings between rows and columns"
+msgstr "𐑮𐑵𐑤𐑦𐑙𐑟 𐑚𐑦𐑑𐑢𐑰𐑯 𐑮𐑴𐑟 𐑯 𐑒𐑪𐑤𐑩𐑥𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Sample program output, scripts"
+msgstr "𐑕𐑭𐑥𐑐𐑩𐑤 𐑐𐑮𐑴𐑜𐑮𐑨𐑥 𐑬𐑑𐑐𐑫𐑑, 𐑕𐑒𐑮𐑦𐑐𐑑𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Scope covered by header cells"
+msgstr "𐑕𐑒𐑴𐑐 𐑒𐑳𐑝𐑼𐑛 𐑚𐑲 𐑣𐑧𐑛𐑼 𐑕𐑧𐑤𐑟"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script language name"
+msgstr "𐑕𐑒𐑮𐑦𐑐𐑑 𐑤𐑨𐑙𐑜𐑢𐑩𐑡 𐑯𐑱𐑥"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Script statements"
+msgstr "𐑕𐑒𐑮𐑦𐑐𐑑 𐑕𐑑𐑱𐑑𐑥𐑩𐑯𐑑𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Scrollbar"
+msgstr "𐑕𐑒𐑮𐑴𐑤𐑚𐑸"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selectable option"
+msgstr "𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑚𐑩𐑤 𐑪𐑐𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Selected"
+msgstr "𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Server-side image map"
+msgstr "𐑕𐑻𐑝𐑼-𐑕𐑲𐑛 𐑦𐑥𐑦𐑡 𐑥𐑨𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Shape"
+msgstr "𐑖𐑱𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Short inline quotation"
+msgstr "𐑖𐑹𐑑 𐑦𐑯𐑤𐑲𐑯 𐑒𐑢𐑴𐑑𐑱𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Single line prompt"
+msgstr "𐑕𐑦𐑙𐑜𐑩𐑤 𐑤𐑲𐑯 𐑐𐑮𐑪𐑥𐑐𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+msgid "Size"
+msgstr "𐑕𐑲𐑟"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Size (deprecated)"
+msgstr "𐑕𐑲𐑟 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Small text style"
+msgstr "𐑕𐑥𐑷𐑤 𐑑𐑧𐑒𐑕𐑑 𐑕𐑑𐑲𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Soft line break"
+msgstr "𐑕𐑪𐑓𐑑 𐑤𐑲𐑯 𐑚𐑮𐑱𐑒"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Sound"
+msgstr "𐑕𐑬𐑯𐑛"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Source"
+msgstr "𐑕𐑹𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Space-separated archive list"
+msgstr "𐑕𐑐𐑱𐑕-𐑕𐑧𐑐𐑼𐑱𐑑𐑩𐑛 𐑸𐑒𐑲𐑝 𐑤𐑦𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacer"
+msgstr "𐑕𐑐𐑱𐑕𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing between cells"
+msgstr "𐑕𐑐𐑱𐑕𐑦𐑙 𐑚𐑦𐑑𐑢𐑰𐑯 𐑕𐑧𐑤𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Spacing within cells"
+msgstr "𐑕𐑐𐑱𐑕𐑦𐑙 𐑢𐑦𐑞𐑦𐑯 𐑕𐑧𐑤𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Span"
+msgstr "𐑕𐑐𐑨𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Square root"
+msgstr "𐑕𐑒𐑢𐑺 𐑮𐑵𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Standby load message"
+msgstr "𐑕𐑑𐑨𐑯𐑛𐑚𐑲 𐑤𐑴𐑛 𐑥𐑧𐑕𐑦𐑡"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:267
+msgid "Starting sequence number"
+msgstr "𐑕𐑑𐑸𐑑𐑦𐑙 𐑕𐑰𐑒𐑢𐑩𐑯𐑕 𐑯𐑳𐑥𐑚𐑼"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Starting sequence number (deprecated)"
+msgstr "𐑕𐑑𐑸𐑑𐑦𐑙 𐑕𐑰𐑒𐑢𐑩𐑯𐑕 𐑯𐑳𐑥𐑚𐑼 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:270
+msgid "Strike-through text"
+msgstr "𐑕𐑑𐑮𐑲𐑒-𐑔𐑮𐑵 𐑑𐑧𐑒𐑕𐑑"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text (deprecated)"
+msgstr "𐑕𐑑𐑮𐑲𐑒-𐑔𐑮𐑵 𐑑𐑧𐑒𐑕𐑑 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:273
+msgid "Strike-through text style"
+msgstr "𐑕𐑑𐑮𐑲𐑒-𐑔𐑮𐑵 𐑑𐑧𐑒𐑕𐑑 𐑕𐑑𐑲𐑤"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strike-through text style (deprecated)"
+msgstr "𐑕𐑑𐑮𐑲𐑒-𐑔𐑮𐑵 𐑑𐑧𐑒𐑕𐑑 𐑕𐑑𐑲𐑤 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Strong emphasis"
+msgstr "𐑕𐑑𐑮𐑪𐑙 𐑧𐑥𐑓𐑩𐑕𐑦𐑕"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Style info"
+msgstr "𐑕𐑑𐑲𐑤 𐑦𐑯𐑓𐑴"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Subscript"
+msgstr "𐑕𐑳𐑚𐑕𐑒𐑮𐑦𐑐𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Superscript"
+msgstr "𐑕𐑵𐑐𐑼𐑕𐑒𐑮𐑦𐑐𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Tab order position"
+msgstr "𐑑𐑨𐑚 𐑹𐑛𐑼 𐑐𐑩𐑟𐑦𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table"
+msgstr "𐑑𐑱𐑚𐑩𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table body"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑚𐑪𐑛𐑦"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table caption"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑒𐑨𐑐𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column group properties"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑒𐑪𐑤𐑩𐑥 𐑜𐑮𐑵𐑐 𐑐𐑮𐑪𐑐𐑼𐑑𐑦𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table column properties"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑒𐑪𐑤𐑩𐑥 𐑐𐑮𐑪𐑐𐑼𐑑𐑦𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table data cell"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑛𐑱𐑑𐑩 𐑕𐑧𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table footer"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑓𐑫𐑑𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑣𐑧𐑛𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table header cell"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑣𐑧𐑛𐑼 𐑕𐑧𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table row"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑮𐑴"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Table summary"
+msgstr "𐑑𐑱𐑚𐑩𐑤 𐑕𐑳𐑥𐑼𐑦"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target — Blank"
+msgstr "𐑑𐑸𐑜𐑧𐑑 — 𐑚𐑤𐑨𐑙𐑒"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target — Parent"
+msgstr "𐑑𐑸𐑜𐑧𐑑 — 𐑐𐑺𐑩𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target — Self"
+msgstr "𐑑𐑸𐑜𐑧𐑑 — 𐑕𐑧𐑤𐑓"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Target — Top"
+msgstr "𐑑𐑸𐑜𐑧𐑑 — 𐑑𐑪𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Teletype or monospace text style"
+msgstr "𐑑𐑧𐑤𐑩𐑑𐑲𐑐 𐑹 𐑥𐑪𐑯𐑪𐑕𐑐𐑱𐑕 𐑑𐑧𐑒𐑕𐑑 𐑕𐑑𐑲𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text"
+msgstr "𐑑𐑧𐑒𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:298
+msgid "Text color"
+msgstr "𐑑𐑧𐑒𐑕𐑑 𐑒𐑳𐑤𐑼"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text color (deprecated)"
+msgstr "𐑑𐑧𐑒𐑕𐑑 𐑒𐑳𐑤𐑼 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Text entered by user"
+msgstr "𐑑𐑧𐑒𐑕𐑑 𐑧𐑯𐑑𐑻𐑛 𐑚𐑲 𐑿𐑟𐑼"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Title"
+msgstr "𐑑𐑲𐑑𐑩𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "Top margin in pixels"
+msgstr "𐑑𐑪𐑐 𐑥𐑸𐑡𐑦𐑯 𐑦𐑯 𐑐𐑦𐑒𐑕𐑩𐑤𐑟"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Underlined text style"
+msgstr "𐑩𐑯𐑛𐑻𐑤𐑲𐑯𐑛 𐑑𐑧𐑒𐑕𐑑 𐑕𐑑𐑲𐑤"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Unordered list"
+msgstr "𐑳𐑯𐑹𐑛𐑼𐑛 𐑤𐑦𐑕𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Use image map"
+msgstr "𐑿𐑟 𐑦𐑥𐑦𐑡 𐑥𐑨𐑐"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value"
+msgstr "𐑝𐑨𐑤𐑿"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Value interpretation"
+msgstr "𐑝𐑨𐑤𐑿 𐑦𐑯𐑑𐑻𐑐𐑮𐑩𐑑𐑱𐑖𐑩𐑯"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Variable or program argument"
+msgstr "𐑝𐑺𐑦𐑩𐑚𐑩𐑤 𐑹 𐑐𐑮𐑴𐑜𐑮𐑨𐑥 𐑸𐑜𐑿𐑥𐑩𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical cell alignment"
+msgstr "𐑝𐑻𐑑𐑦𐑒𐑩𐑤 𐑕𐑧𐑤 𐑩𐑤𐑲𐑯𐑥𐑩𐑯𐑑"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:312
+msgid "Vertical space"
+msgstr "𐑝𐑻𐑑𐑦𐑒𐑩𐑤 𐑕𐑐𐑱𐑕"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Vertical space (deprecated)"
+msgstr "𐑝𐑻𐑑𐑦𐑒𐑩𐑤 𐑕𐑐𐑱𐑕 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:315
+msgid "Visited link color"
+msgstr "𐑝𐑦𐑟𐑩𐑑𐑩𐑛 𐑤𐑦𐑙𐑒 𐑒𐑳𐑤𐑼"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Visited link color (deprecated)"
+msgstr "𐑝𐑦𐑟𐑩𐑑𐑩𐑛 𐑤𐑦𐑙𐑒 𐑒𐑳𐑤𐑼 (𐑛𐑧𐑐𐑮𐑩𐑒𐑱𐑑𐑩𐑛)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "Width"
+msgstr "𐑢𐑦𐑛𐑔"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:319
+msgid "XHTML 1.0 — Tags"
+msgstr "XHTML 1.0 — 𐑑𐑨𐑜𐑟"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "𐑚𐑦𐑚𐑤𐑰𐑭𐑜𐑮𐑩𐑓𐑰 (𐑕𐑲𐑑)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr "𐑚𐑦𐑚𐑤𐑰𐑭𐑜𐑮𐑩𐑓𐑰 (𐑲𐑑𐑩𐑥)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "𐑚𐑦𐑚𐑤𐑰𐑭𐑜𐑮𐑩𐑓𐑰 (shortcite)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "𐑚𐑦𐑚𐑤𐑰𐑭𐑜𐑮𐑩𐑓𐑰 (thebibliography)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "𐑚𐑮𐑨𐑒𐑩𐑑𐑕 ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "𐑚𐑮𐑨𐑒𐑩𐑑𐑕 <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "𐑚𐑮𐑨𐑒𐑩𐑑𐑕 []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "𐑚𐑮𐑨𐑒𐑩𐑑𐑕 {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "𐑓𐑲𐑤 𐑦𐑯𐑐𐑫𐑑"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "𐑓𐑫𐑑𐑯𐑴𐑑"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosine"
+msgstr "𐑓𐑳𐑙𐑒𐑖𐑩𐑯 𐑒𐑴𐑕𐑲𐑯"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "𐑓𐑳𐑙𐑒𐑖𐑩𐑯 e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "𐑓𐑳𐑙𐑒𐑖𐑩𐑯 𐑧𐑒𐑕𐑐"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "𐑓𐑳𐑙𐑒𐑖𐑩𐑯 𐑤𐑪𐑜"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "𐑓𐑳𐑙𐑒𐑖𐑩𐑯 𐑤𐑪𐑜10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "𐑓𐑳𐑙𐑒𐑖𐑩𐑯 𐑕𐑲𐑯"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "𐑜𐑮𐑰𐑒 𐑨𐑤𐑓𐑩"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "𐑜𐑮𐑰𐑒 𐑚𐑰𐑑𐑩"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "𐑜𐑮𐑰𐑒 𐑧𐑐𐑕𐑩𐑤𐑭𐑯"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "𐑜𐑮𐑰𐑒 𐑜𐑨𐑥𐑩"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "𐑜𐑮𐑰𐑒 𐑤𐑨𐑥𐑛𐑩"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "𐑜𐑮𐑰𐑒 𐑮𐑴"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "𐑜𐑮𐑰𐑒 𐑑𐑬"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "𐑣𐑧𐑛𐑼 0 (𐑗𐑨𐑐𐑑𐑼)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "𐑣𐑧𐑛𐑼 0 (𐑗𐑨𐑐𐑑𐑼*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "𐑣𐑧𐑛𐑼 1 (𐑕𐑧𐑒𐑖𐑩𐑯)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "𐑣𐑧𐑛𐑼 1 (𐑕𐑧𐑒𐑖𐑩𐑯*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "𐑣𐑧𐑛𐑼 2 (𐑕𐑳𐑚𐑕𐑧𐑒𐑖𐑩𐑯)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "𐑣𐑧𐑛𐑼 2 (𐑕𐑳𐑚𐑕𐑧𐑒𐑖𐑩𐑯*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "𐑣𐑧𐑛𐑼 3 (𐑕𐑳𐑚𐑕𐑳𐑚𐑕𐑧𐑒𐑖𐑩𐑯)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "𐑣𐑧𐑛𐑼 3 (𐑕𐑳𐑚𐑕𐑳𐑚𐑕𐑧𐑒𐑖𐑩𐑯*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "𐑣𐑧𐑛𐑼 4 (𐑐𐑨𐑮𐑩𐑜𐑮𐑭𐑓)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "𐑣𐑧𐑛𐑼 𐑩𐑐𐑧𐑯𐑛𐑦𐑒𐑕"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "𐑲𐑑𐑩𐑥"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "𐑲𐑑𐑩𐑥 𐑢𐑦𐑞 𐑤𐑱𐑚𐑩𐑤"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex — Tags"
+msgstr "𐑤𐑱𐑑𐑧𐑒𐑕 — 𐑑𐑨𐑜𐑟"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "𐑤𐑦𐑕𐑑 𐑛𐑦𐑕𐑒𐑮𐑦𐑐𐑖𐑩𐑯"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "𐑤𐑦𐑕𐑑 𐑦𐑯𐑵𐑥𐑻𐑱𐑑"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "𐑤𐑦𐑕𐑑 𐑲𐑑𐑩𐑥𐑲𐑟"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "𐑥𐑩𐑔𐑕 (𐑛𐑩𐑕𐑐𐑤𐑱)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "𐑥𐑩𐑔𐑕 (𐑦𐑯𐑤𐑲𐑯)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "𐑪𐑐𐑼𐑱𐑑𐑼 𐑓𐑮𐑨𐑒𐑖𐑩𐑯"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "𐑪𐑐𐑼𐑱𐑑𐑼 𐑦𐑯𐑑𐑩𐑜𐑮𐑩𐑤 (𐑛𐑩𐑕𐑐𐑤𐑱)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "𐑪𐑐𐑼𐑱𐑑𐑼 𐑦𐑯𐑑𐑩𐑜𐑮𐑩𐑤 (𐑦𐑯𐑤𐑲𐑯)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "𐑪𐑐𐑼𐑱𐑑𐑼 𐑕𐑳𐑥 (𐑛𐑩𐑕𐑐𐑤𐑱)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "𐑪𐑐𐑼𐑱𐑑𐑼 𐑕𐑳𐑥 (𐑦𐑯𐑤𐑲𐑯)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "𐑮𐑧𐑓𐑼𐑩𐑯𐑕 𐑤𐑱𐑚𐑩𐑤"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "𐑮𐑧𐑓𐑼𐑩𐑯𐑕 𐑮𐑧𐑓"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑯"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑒𐑪𐑯𐑕𐑑"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 d-𐑚𐑲-dt"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 d-𐑚𐑲-dt-𐑐𐑸𐑑𐑦𐑨𐑤"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 d2-𐑚𐑲-dt2-𐑐𐑸𐑑𐑦𐑨𐑤"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑛𐑨𐑜𐑻"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol em-dash ---"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑧𐑥-𐑛𐑨𐑖 ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol en-dash --"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑧𐑯-𐑛𐑨𐑖 --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol equiv"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑧𐑒𐑢𐑦𐑝"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑦𐑯𐑓𐑦𐑯𐑦𐑑𐑦"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑥𐑩𐑔𐑕𐑐𐑱𐑕 ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑥𐑩𐑔𐑕𐑐𐑱𐑕 ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑥𐑩𐑔𐑕𐑐𐑱𐑕 "
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑥𐑩𐑔𐑕𐑐𐑱𐑕 __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑕𐑦𐑥𐑧𐑒"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "𐑕𐑦𐑥𐑚𐑩𐑤 𐑕𐑑𐑸"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "𐑑𐑲𐑐𐑓𐑱𐑕 𐑚𐑴𐑤𐑛"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "𐑑𐑲𐑐𐑓𐑱𐑕 𐑲𐑑𐑨𐑤𐑦𐑒"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "𐑑𐑲𐑐𐑓𐑱𐑕 𐑕𐑤𐑨𐑯𐑑𐑩𐑛"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "𐑑𐑲𐑐𐑓𐑱𐑕 𐑑𐑲𐑐"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "𐑩𐑯𐑚𐑮𐑱𐑒𐑩𐑚𐑩𐑤 𐑑𐑧𐑒𐑕𐑑"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert commonly used tags/strings into a document "
+"without having to type them."
+msgstr ""
+"𐑐𐑮𐑩𐑝𐑲𐑛𐑟 𐑩 𐑥𐑧𐑔𐑩𐑛 𐑑 𐑰𐑟𐑦𐑤𐑦 𐑦𐑯𐑕𐑻𐑑 𐑒𐑪𐑥𐑩𐑯𐑤𐑦 𐑿𐑕𐑑 𐑑𐑨𐑜𐑟/𐑕𐑑𐑮𐑦𐑙𐑟 𐑦𐑯𐑑𐑫 𐑩 𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑢𐑦𐑞𐑬𐑑 "
+"𐑣𐑨𐑝𐑦𐑙 𐑑 𐑑𐑲𐑐 𐑞𐑧𐑥."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "𐑑𐑨𐑜 𐑤𐑦𐑕𐑑"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT — Axes"
+msgstr "XSLT — 𐑩𐑒𐑕𐑰𐑟"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT — Elements"
+msgstr "XSLT — 𐑧𐑤𐑩𐑥𐑩𐑯𐑑𐑕"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT — Functions"
+msgstr "XSLT — 𐑓𐑳𐑙𐑒𐑖𐑩𐑯𐑟"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "𐑨𐑯𐑕𐑧𐑕𐑑𐑼"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "𐑨𐑯𐑕𐑧𐑕𐑑𐑼-𐑹-𐑕𐑧𐑤𐑓"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "𐑩𐑑𐑮𐑦𐑚𐑿𐑑"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "𐑗𐑲𐑤𐑛"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "𐑛𐑦𐑕𐑧𐑯𐑛𐑨𐑯𐑑"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "𐑛𐑦𐑕𐑧𐑯𐑛𐑨𐑯𐑑-𐑹-𐑕𐑧𐑤𐑓"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "𐑓𐑪𐑤𐑴𐑦𐑙"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "𐑓𐑪𐑤𐑴𐑦𐑙-𐑕𐑦𐑚𐑤𐑦𐑙"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "𐑯𐑱𐑥𐑕𐑐𐑱𐑕"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "𐑐𐑺𐑩𐑯𐑑"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "𐑐𐑮𐑦𐑕𐑰𐑛𐑦𐑙"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "𐑐𐑮𐑦𐑕𐑰𐑛𐑦𐑙-𐑕𐑦𐑚𐑤𐑦𐑙"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "𐑕𐑧𐑤𐑓"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL — Tags"
+msgstr "XUL — 𐑑𐑨𐑜𐑟"
+
+#: ../plugins/time/gedit-time-plugin.c:180
+msgid "In_sert Date and Time..."
+msgstr "𐑦𐑯_𐑕𐑻𐑑 𐑛𐑱𐑑 𐑯 𐑑𐑲𐑥..."
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "Insert current date and time at the cursor position"
+msgstr "𐑦𐑯𐑕𐑻𐑑 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑱𐑑 𐑯 𐑑𐑲𐑥 𐑨𐑑 𐑞 𐑒𐑻𐑕𐑼 𐑐𐑩𐑟𐑦𐑖𐑩𐑯"
+
+#: ../plugins/time/gedit-time-plugin.c:591
+msgid "Available formats"
+msgstr "𐑩𐑝𐑱𐑤𐑩𐑚𐑩𐑤 𐑓𐑹𐑥𐑨𐑑𐑕"
+
+#: ../plugins/time/gedit-time-plugin.c:744
+msgid "Configure insert date/time plugin..."
+msgstr "𐑒𐑩𐑯𐑓𐑦𐑜𐑘𐑼 𐑦𐑯𐑕𐑻𐑑 𐑛𐑱𐑑 𐑯 𐑑𐑲𐑥 𐑐𐑤𐑳𐑜𐑦𐑯..."
+
+#. ex:ts=8:noet:
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "𐑦𐑯𐑕𐑻𐑑 𐑛𐑱𐑑 𐑯 𐑑𐑲𐑥"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "𐑦𐑯𐑕𐑻𐑑𐑕 𐑒𐑳𐑮𐑩𐑯𐑑 𐑛𐑱𐑑 𐑯 𐑑𐑲𐑥 𐑨𐑑 𐑞 𐑒𐑻𐑕𐑼 𐑐𐑩𐑟𐑦𐑖𐑩𐑯."
+
+#. Translators: Use the more common date format in your locale
+#, no-c-format
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:4
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:6
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+msgid "Insert Date and Time"
+msgstr "𐑦𐑯𐑕𐑻𐑑 𐑛𐑱𐑑 𐑯 𐑑𐑲𐑥"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+msgid "Use the _selected format"
+msgstr "𐑿𐑟 𐑞 _𐑕𐑩𐑤𐑧𐑒𐑑𐑩𐑛 𐑓𐑹𐑥𐑨𐑑"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "_𐑦𐑯𐑕𐑻𐑑"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:8
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:11
+msgid "_Use custom format"
+msgstr "_𐑿𐑟 𐑒𐑳𐑕𐑑𐑩𐑥 𐑓𐑹𐑥𐑨𐑑"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:7
+msgid "Configure date/time plugin"
+msgstr "𐑒𐑩𐑯𐑓𐑦𐑜𐑘𐑼 𐑛𐑱𐑑 𐑯 𐑑𐑲𐑥 𐑐𐑤𐑳𐑜𐑦𐑯"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:9
+msgid "When inserting date/time..."
+msgstr "𐑢𐑧𐑯 𐑦𐑯𐑕𐑻𐑑𐑦𐑙 𐑛𐑱𐑑/𐑑𐑲𐑥..."
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "_Prompt for a format"
+msgstr "_𐑐𐑮𐑪𐑥𐑐𐑑 𐑓𐑹 𐑩 𐑓𐑹𐑥𐑨𐑑"
+
diff --git a/po/en_CA.po b/po/en_CA.po
new file mode 100644
index 0000000..35a3962
--- /dev/null
+++ b/po/en_CA.po
@@ -0,0 +1,4710 @@
+# English/Canada translation of gedit.
+# Copyright (C) 2004-2006 Adam Weinberger and the GNOME Foundation
+# This file is distributed under the same licence as the gedit package.
+# Adam Weinberger <adamw@gnome.org>, 2004, 2005, 2006.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-01-19 23:36-0500\n"
+"PO-Revision-Date: 2005-08-08 23:18-0500\n"
+"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
+"Language-Team: Canadian English <adamw@gnome.org>\n"
+"Language: en_CA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Edit text files"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit.c:409
+msgid "Text Editor"
+msgstr "Text Editor"
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+"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."
+
+#: ../data/gedit.schemas.in.h:2
+msgid "Active plugins"
+msgstr "Active plugins"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Auto Detected Encodings"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Auto Save"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "Auto Save Interval"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "Auto indent"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "Background Colour"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Background colour for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colours\" option is turned off."
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Background colour for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colours\" option is turned off."
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr "Backup Copy Extension"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr "Body Font for Printing"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Bottom Panel is Visible"
+msgstr "Bottom Panel is Visible"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Create Backup Copies"
+msgstr "Create Backup Copies"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Line Numbers"
+msgstr "Display Line Numbers"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Display Right Margin"
+msgstr "Display Right Margin"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Editor Font"
+msgstr "Editor Font"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Enable Search Highlighting"
+msgstr "Enable Search Highlighting"
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Enable Syntax Highlighting"
+msgstr "Enable Syntax Highlighting"
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Encodings shown in menu"
+msgstr "Encodings shown in menu"
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+
+#: ../data/gedit.schemas.in.h:21
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Foreground colour for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colours\" option is turned off."
+
+#: ../data/gedit.schemas.in.h:22
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Foreground colour for the unselected text in the editing area. This will "
+"only take effect if the \"Use Default Colours\" option is turned off."
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Header Font for Printing"
+msgstr "Header Font for Printing"
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Highlight Current Line"
+msgstr "Highlight Current Line"
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Highlight Matching Bracket"
+msgstr "Highlight Matching Bracket"
+
+#: ../data/gedit.schemas.in.h:26
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Insert spaces"
+msgstr "Insert spaces"
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Line Number Font for Printing"
+msgstr "Line Number Font for Printing"
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Line Wrapping Mode"
+msgstr "Line Wrapping Mode"
+
+#: ../data/gedit.schemas.in.h:30
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+
+#: ../data/gedit.schemas.in.h:31
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+
+#: ../data/gedit.schemas.in.h:32
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+
+#: ../data/gedit.schemas.in.h:33
+msgid "Max Number of Undo Actions"
+msgstr "Maxmum Number of Undo Actions"
+
+#: ../data/gedit.schemas.in.h:34
+msgid "Maximum Recent Files"
+msgstr "Maximum Recent Files"
+
+#: ../data/gedit.schemas.in.h:35
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+
+#: ../data/gedit.schemas.in.h:36
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:39
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:42
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:46
+msgid "Monospace Regular 9"
+msgstr "Monospace Regular 9"
+
+#: ../data/gedit.schemas.in.h:47
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Print Header"
+msgstr "Print Header"
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Print Line Numbers"
+msgstr "Print Line Numbers"
+
+#: ../data/gedit.schemas.in.h:50
+msgid "Print Syntax Highlighting"
+msgstr "Print Syntax Highlighting"
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Printing Line Wrapping Mode"
+msgstr "Printing Line Wrapping Mode"
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Restore Previous Cursor Position"
+msgstr "Restore Previous Cursor Position"
+
+#: ../data/gedit.schemas.in.h:53
+msgid "Right Margin Position"
+msgstr "Right Margin Position"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:56
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 11"
+msgstr "Sans Regular 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:67
+msgid "Sans Regular 8"
+msgstr "Sans Regular 8"
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Selected Text Color"
+msgstr "Selected Text Colour"
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Selection Color"
+msgstr "Selection Colour"
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Side Pane is Visible"
+msgstr "Side Pane is Visible"
+
+#: ../data/gedit.schemas.in.h:71
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+
+#: ../data/gedit.schemas.in.h:72
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+
+#: ../data/gedit.schemas.in.h:73
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+
+#: ../data/gedit.schemas.in.h:74
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"Specifies the font to use for a document's body when printing documents."
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+
+#: ../data/gedit.schemas.in.h:76
+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 ""
+"Specifies the font to use for line numbers when printing. This will only "
+"take effect if the \"Print Line Numbers\" option is non-zero."
+
+#: ../data/gedit.schemas.in.h:77
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+"Specifies the font to use for line numbers when printing. This will only "
+"take effect if the \"Print Line Numbers\" option is non-zero. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+
+#: ../data/gedit.schemas.in.h:78
+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 ""
+"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."
+
+#: ../data/gedit.schemas.in.h:79
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+"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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+
+#: ../data/gedit.schemas.in.h:80
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+
+#: ../data/gedit.schemas.in.h:81
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Specifies the position of the right margin."
+msgstr "Specifies the position of the right margin."
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Status Bar is Visible"
+msgstr "Status Bar is Visible"
+
+#: ../data/gedit.schemas.in.h:84
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Tab Size"
+msgstr "Tab Size"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Text Color"
+msgstr "Text Colour"
+
+#: ../data/gedit.schemas.in.h:87
+msgid "Toolbar Buttons Style"
+msgstr "Toolbar Buttons Style"
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Toolbar is Visible"
+msgstr "Toolbar is Visible"
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Undo Actions Limit (DEPRECATED)"
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Use Default Colors"
+msgstr "Use Default Colours"
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Use Default Font"
+msgstr "Use Default Font"
+
+#: ../data/gedit.schemas.in.h:92
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+
+#: ../data/gedit.schemas.in.h:93
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+
+#: ../data/gedit.schemas.in.h:94
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Whether gedit should display line numbers in the editing area."
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Whether gedit should display the right margin in the editing area."
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should enable auto indentation."
+msgstr "Whether gedit should enable auto indentation."
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Whether gedit should enable syntax highlighting."
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Whether gedit should highlight all the occurrences of the searched text."
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether gedit should highlight matching bracket."
+msgstr "Whether gedit should highlight matching bracket."
+
+#: ../data/gedit.schemas.in.h:100
+msgid "Whether gedit should highlight the current line."
+msgstr "Whether gedit should highlight the current line."
+
+#: ../data/gedit.schemas.in.h:101
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Whether gedit should include a document header when printing documents."
+
+#: ../data/gedit.schemas.in.h:102
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Whether gedit should insert spaces instead of tabs."
+
+#: ../data/gedit.schemas.in.h:103
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Whether gedit should print syntax highlighting when printing documents."
+
+#: ../data/gedit.schemas.in.h:104
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+
+#: ../data/gedit.schemas.in.h:105
+msgid ""
+"Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr "Whether the panel at the bottom of editing windows should be visible."
+
+#: ../data/gedit.schemas.in.h:106
+msgid ""
+"Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+"Whether the side pane at the left of the editing window should be visible."
+
+#: ../data/gedit.schemas.in.h:107
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Whether the status bar at the bottom of editing windows should be visible."
+
+#: ../data/gedit.schemas.in.h:108
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Whether the toolbar should be visible in editing windows."
+
+#: ../data/gedit.schemas.in.h:109
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+"Whether to use the system's default colours for the editing area. If this "
+"option is turned off, then the colours of the editing area will be those "
+"specified in the \"Background Colour\", \"Text Colour\", \"Selected Text "
+"Colour\", and \"Selection Colour\" options."
+
+#: ../data/gedit.schemas.in.h:110
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+
+#: ../data/gedit.schemas.in.h:111
+msgid "Writable VFS schemes"
+msgstr "Writable VFS schemes"
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:114
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:118
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr "[UTF-8,CURRENT,ISO-8859-15]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:136
+msgid "Logout _without Saving"
+msgstr "Log Out _without Saving"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "_Cancel Logout"
+msgstr "_Cancel Logout"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:147
+msgid "Close _without Saving"
+msgstr "Close _without Saving"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:180
+msgid "Question"
+msgstr "Question"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:386
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgstr[1] ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:395
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"If you don't save, changes from the last minute will be permanently lost."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:401
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgstr[1] ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgstr[1] ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:447
+#, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"If you don't save, changes from the last hour will be permanently lost."
+msgstr[1] ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:432
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgstr[1] ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:491
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "Save the changes to document \"%s\" before closing?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:663
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"There is %d document with unsaved changes. Save changes before closing?"
+msgstr[1] ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:680
+msgid "S_elect the documents you want to save:"
+msgstr "S_elect the documents you want to save:"
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:697
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "If you don't save, all your changes will be permanently lost."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:315
+msgid "Character Codings"
+msgstr "Character Codings"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:365
+#: ../gedit/dialogs/gedit-encodings-dialog.c:426
+msgid "_Description"
+msgstr "_Description"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:374
+#: ../gedit/dialogs/gedit-encodings-dialog.c:435
+msgid "_Encoding"
+msgstr "_Encoding"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:1
+msgid "A_vailable encodings:"
+msgstr "A_vailable encodings:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:2
+msgid "Character codings"
+msgstr "Character codings"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "E_ncodings shown in menu:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:135
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:3
+msgid "Open Location"
+msgstr "Open Location"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:1
+msgid "Ch_aracter coding:"
+msgstr "Ch_aracter coding:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "Enter the _location (URI) of the file you would like to open:"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.c:527
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:9
+msgid "Page Setup"
+msgstr "Page Setup"
+
+#. ex:noet:ts=8:
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:1
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1
+#: ../plugins/externaltools/tools/tools.glade.h:1
+#: ../plugins/snippets/snippets/snippets.glade.h:1
+#: ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:2
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:8
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Line Numbers</b>"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:3
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:11
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Text Wrapping</b>"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:4
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:16
+msgid "Do not _split words over two lines"
+msgstr "Do not _split words over two lines"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:5
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:19
+msgid "Enable text _wrapping"
+msgstr "Enable text _wrapping"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:6
+msgid "Fonts"
+msgstr "Fonts"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:7
+msgid "General"
+msgstr "General"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:8
+msgid "He_aders and footers:"
+msgstr "He_aders and footers:"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:10
+msgid "Print _line numbers"
+msgstr "Print _line numbers"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:11
+msgid "Print s_yntax highlighting"
+msgstr "Print s_yntax highlighting"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:12
+msgid "_Body:"
+msgstr "_Body:"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:13
+msgid "_Line numbers:"
+msgstr "_Line numbers:"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:14
+msgid "_Number every"
+msgstr "_Number every"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:15
+msgid "_Print page headers"
+msgstr "_Print page headers"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:16
+msgid "_Restore Default Fonts"
+msgstr "_Restore Default Fonts"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:17
+msgid "lines"
+msgstr "lines"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to select the font to be used by the editor"
+msgstr "Push this button to select the font to be used by the editor"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure text color"
+msgstr "Push this button to configure text colour"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid "Push this button to configure background color"
+msgstr "Push this button to configure background colour"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:657
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+"Push this button to configure the colour in which the selected text should "
+"appear"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:660
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+"Push this button to configure the colour in which the selected text should "
+"be marked"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1161
+msgid "Elements"
+msgstr "Elements"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1273
+msgid "gedit Preferences"
+msgstr "gedit Preferences"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Automatic Indentation</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>Bracket Matching</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>Current Line</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:5
+msgid "<b>Elements</b>"
+msgstr "<b>Elements</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:6
+msgid "<b>File Saving</b>"
+msgstr "<b>File Saving</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:7
+msgid "<b>Font</b>"
+msgstr "<b>Font</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:9
+msgid "<b>Right Margin</b>"
+msgstr "<b>Right Margin</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:10
+msgid "<b>Tab Stops</b>"
+msgstr "<b>Tab Stops</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<span weight=\"bold\">Colours</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Bold"
+msgstr "Bold"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr "Create a _backup copy of files before saving"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:15
+msgid "Display right _margin"
+msgstr "Display right _margin"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:17
+msgid "Editor"
+msgstr "Editor"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:18
+msgid "Editor _font: "
+msgstr "Editor _font: "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:20
+msgid "Font & Colors"
+msgstr "Font & Colours"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:21
+msgid "Hi_ghlight current line"
+msgstr "Hi_ghlight current line"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:22
+msgid "Highlight _mode:"
+msgstr "Highlight _mode:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:23
+msgid "Highlight matching _bracket"
+msgstr "Highlight matching _bracket"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr "Insert _spaces instead of tabs"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:25
+msgid "Italic"
+msgstr "Italic"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:26
+msgid "Normal _text color:"
+msgstr "Normal _text colour:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:27
+msgid "Pick a color"
+msgstr "Pick a colour"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:28
+msgid "Pick the background color"
+msgstr "Pick the background colour"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:29
+msgid "Pick the editor font"
+msgstr "Pick the editor font"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:30
+msgid "Pick the normal text color"
+msgstr "Pick the normal text colour"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:31
+msgid "Pick the selected text color"
+msgstr "Pick the selected text colour"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:32
+msgid "Pick the selection color"
+msgstr "Pick the selection colour"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:33
+msgid "Plugins"
+msgstr "Plugins"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:34
+msgid "Preferences"
+msgstr "Preferences"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:35
+msgid "Se_lection color:"
+msgstr "Se_lection colour:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:36
+msgid "Selecte_d text color:"
+msgstr "Selecte_d text colour:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:37
+msgid "Strikethrough"
+msgstr "Strikethrough"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:38
+msgid "Syntax Highlighting"
+msgstr "Syntax Highlighting"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:39
+msgid "U_se default theme colors"
+msgstr "U_se default theme colours"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:40
+msgid "Underline"
+msgstr "Underline"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:41
+msgid "View"
+msgstr "View"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:42
+msgid "_Autosave files every"
+msgstr "_Autosave files every"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:43
+msgid "_Background color:"
+msgstr "_Background colour:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:44
+msgid "_Background:"
+msgstr "_Background:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:45
+msgid "_Display line numbers"
+msgstr "_Display line numbers"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:46
+msgid "_Enable automatic indentation"
+msgstr "_Enable automatic indentation"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:47
+msgid "_Enable syntax highlighting"
+msgstr "_Enable syntax highlighting"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:48
+msgid "_Foreground:"
+msgstr "_Foreground:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:49
+msgid "_Reset to Default "
+msgstr "_Reset to Default "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:50
+msgid "_Right margin at column:"
+msgstr "_Right margin at column:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:51
+msgid "_Tab width:"
+msgstr "_Tab width:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:52
+msgid "_Use default theme font"
+msgstr "_Use default theme font"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:53
+msgid "_minutes"
+msgstr "_minutes"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:234
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:2 ../gedit/gedit-window.c:989
+msgid "Replace"
+msgstr "Replace"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:246 ../gedit/gedit-window.c:987
+msgid "Find"
+msgstr "Find"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:298
+msgid "Replace _All"
+msgstr "Replace _All"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:299
+#: ../gedit/gedit-commands-file.c:562
+msgid "_Replace"
+msgstr "_Replace"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:1
+msgid "Match _entire word only"
+msgstr "Match _entire word only"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:3
+msgid "Replace All"
+msgstr "Replace All"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:4
+msgid "Replace _with: "
+msgstr "Replace _with: "
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:5
+msgid "Search _backwards"
+msgstr "Search _backwards"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:6
+msgid "_Match case"
+msgstr "_Match case"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:7
+msgid "_Search for: "
+msgstr "_Search for: "
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:8
+msgid "_Wrap around"
+msgstr "_Wrap around"
+
+#: ../gedit/gedit.c:73
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+
+#: ../gedit/gedit.c:76
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "Create a new toplevel window in an existing instance of gedit"
+
+#: ../gedit/gedit.c:79
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Create a new document in an existing instance of gedit"
+
+#: ../gedit/gedit.c:124
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr "%s: malformed file name or URI.\n"
+
+#: ../gedit/gedit.c:136
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: invalid encoding.\n"
+
+#: ../gedit/gedit-commands-file.c:130 ../gedit/gedit-commands-file.c:177
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Loading file '%s'…"
+
+#: ../gedit/gedit-commands-file.c:186
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Loading %d file…"
+msgstr[1] "Loading %d files…"
+
+#: ../gedit/gedit-commands-file.c:289
+msgid "Open Files…"
+msgstr "Open Files…"
+
+#: ../gedit/gedit-commands-file.c:395
+msgid "The entered location is not valid."
+msgstr "The entered location is not valid."
+
+#: ../gedit/gedit-commands-file.c:398
+#: ../gedit/gedit-io-error-message-area.c:150
+#: ../gedit/gedit-io-error-message-area.c:189
+#: ../gedit/gedit-io-error-message-area.c:205
+msgid "Please, check that you typed the location correctly and try again."
+msgstr "Please, check that you typed the location correctly and try again."
+
+#: ../gedit/gedit-commands-file.c:543
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "The file \"%s\" is read-only."
+
+#: ../gedit/gedit-commands-file.c:554
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Do you want to try to replace it with the one you are saving?"
+
+#: ../gedit/gedit-commands-file.c:620 ../gedit/gedit-commands-file.c:811
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Saving file '%s'…"
+
+#: ../gedit/gedit-commands-file.c:710
+msgid "Save As…"
+msgstr "Save As…"
+
+#: ../gedit/gedit-commands-file.c:1006
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Reverting the document '%s'…"
+
+#: ../gedit/gedit-commands-file.c:1028
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Revert unsaved changes to document '%s'?"
+
+#: ../gedit/gedit-commands-file.c:1037
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+
+#: ../gedit/gedit-commands-file.c:1046
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Changes made to the document in the last minute will be permanently lost."
+
+#: ../gedit/gedit-commands-file.c:1052
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+
+#: ../gedit/gedit-commands-file.c:1062
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+
+#: ../gedit/gedit-commands-file.c:1077 ../gedit/gedit-commands-file.c:1098
+#, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Changes made to the document in the last hour will be permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last %d hours will be permanently lost."
+
+#: ../gedit/gedit-commands-file.c:1083
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+
+#: ../gedit/gedit-commands-file.c:1124
+msgid "_Revert"
+msgstr "_Revert"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit is a small and lightweight text editor for the GNOME Desktop"
+
+#: ../gedit/gedit-commands-help.c:98
+msgid "translator-credits"
+msgstr "Maintainer: Adam Weinberger <adamw@gnome.org>"
+
+#: ../gedit/gedit-commands-help.c:101
+msgid "gedit"
+msgstr "gedit"
+
+#: ../gedit/gedit-commands-search.c:165
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Found and replaced %d occurrence."
+msgstr[1] "Found and replaced %d occurrences."
+
+#: ../gedit/gedit-commands-search.c:174
+msgid "Found and replaced one occurrence"
+msgstr "Found and replaced one occurrence"
+
+#: ../gedit/gedit-commands-search.c:187
+msgid "Phrase not found"
+msgstr "Phrase not found"
+
+#: ../gedit/gedit-document.c:774 ../gedit/gedit-document.c:854
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Unsaved Document %d"
+
+#. bad bad luck...
+#: ../gedit/gedit-document-saver.c:523
+msgid "Could not obtain backup filename"
+msgstr "Could not obtain backup filename"
+
+#: ../gedit/gedit-documents-panel.c:85 ../gedit/gedit-documents-panel.c:99
+#: ../gedit/gedit-window.c:1476 ../gedit/gedit-window.c:1481
+msgid "Read Only"
+msgstr "Read-Only"
+
+#: ../gedit/gedit-documents-panel.c:633
+msgid "Documents"
+msgstr "Documents"
+
+#: ../gedit/gedit-encodings.c:137 ../gedit/gedit-encodings.c:182
+#: ../gedit/gedit-encodings.c:184 ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:151 ../gedit/gedit-encodings.c:177
+#: ../gedit/gedit-encodings.c:223 ../gedit/gedit-encodings.c:266
+msgid "Western"
+msgstr "Western"
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:225
+#: ../gedit/gedit-encodings.c:262
+msgid "Central European"
+msgstr "Central European"
+
+#: ../gedit/gedit-encodings.c:155
+msgid "South European"
+msgstr "South European"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:173
+#: ../gedit/gedit-encodings.c:276
+msgid "Baltic"
+msgstr "Baltic"
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:227
+#: ../gedit/gedit-encodings.c:240 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:246 ../gedit/gedit-encodings.c:264
+msgid "Cyrillic"
+msgstr "Cyrillic"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:274
+msgid "Arabic"
+msgstr "Arabic"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:268
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr "Greek"
+
+#: ../gedit/gedit-encodings.c:165
+msgid "Hebrew Visual"
+msgstr "Hebrew Visual"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:272 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr "Hebrew"
+
+#: ../gedit/gedit-encodings.c:169 ../gedit/gedit-encodings.c:229
+#: ../gedit/gedit-encodings.c:270 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr "Turkish"
+
+#: ../gedit/gedit-encodings.c:171
+msgid "Nordic"
+msgstr "Nordic"
+
+#: ../gedit/gedit-encodings.c:175
+msgid "Celtic"
+msgstr "Celtic"
+
+#: ../gedit/gedit-encodings.c:179 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr "Romanian"
+
+#: ../gedit/gedit-encodings.c:191
+msgid "Armenian"
+msgstr "Armenian"
+
+#: ../gedit/gedit-encodings.c:193 ../gedit/gedit-encodings.c:195
+#: ../gedit/gedit-encodings.c:209
+msgid "Chinese Traditional"
+msgstr "Chinese Traditional"
+
+#: ../gedit/gedit-encodings.c:197
+msgid "Cyrillic/Russian"
+msgstr "Cyrillic/Russian"
+
+#: ../gedit/gedit-encodings.c:200 ../gedit/gedit-encodings.c:202
+#: ../gedit/gedit-encodings.c:204 ../gedit/gedit-encodings.c:236
+#: ../gedit/gedit-encodings.c:251
+msgid "Japanese"
+msgstr "Japanese"
+
+#: ../gedit/gedit-encodings.c:207 ../gedit/gedit-encodings.c:238
+#: ../gedit/gedit-encodings.c:242 ../gedit/gedit-encodings.c:257
+msgid "Korean"
+msgstr "Korean"
+
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:214
+#: ../gedit/gedit-encodings.c:216 ../gedit/gedit-encodings.c:220
+msgid "Chinese Simplified"
+msgstr "Chinese Simplified"
+
+#: ../gedit/gedit-encodings.c:218
+msgid "Georgian"
+msgstr "Georgian"
+
+#: ../gedit/gedit-encodings.c:248
+msgid "Cyrillic/Ukrainian"
+msgstr "Cyrillic/Ukrainian"
+
+#: ../gedit/gedit-encodings.c:253 ../gedit/gedit-encodings.c:259
+#: ../gedit/gedit-encodings.c:278 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr "Vietnamese"
+
+#: ../gedit/gedit-encodings.c:255
+msgid "Thai"
+msgstr "Thai"
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr "Unknown"
+
+#: ../gedit/gedit-encodings-option-menu.c:219
+msgid "Auto Detected"
+msgstr "Auto Detected"
+
+#: ../gedit/gedit-encodings-option-menu.c:239
+#: ../gedit/gedit-encodings-option-menu.c:261
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Current Locale (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:322
+msgid "Add or _Remove..."
+msgstr "Add or _Remove..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:72
+msgid "C_haracter Coding:"
+msgstr "C_haracter Coding:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:186
+msgid "All Files"
+msgstr "All Files"
+
+#: ../gedit/gedit-file-chooser-dialog.c:194
+msgid "All Text Files"
+msgstr "All Text Files"
+
+#: ../gedit/gedit-help.c:66
+msgid "There was an error displaying help."
+msgstr "There was an error displaying help."
+
+#: ../gedit/gedit-io-error-message-area.c:148
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Could not find the file %s."
+
+#: ../gedit/gedit-io-error-message-area.c:155
+#: ../gedit/gedit-io-error-message-area.c:381
+msgid "The file contains corrupted data."
+msgstr "The file contains corrupted data."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:166
+#: ../gedit/gedit-io-error-message-area.c:392
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit cannot handle %s locations."
+
+#: ../gedit/gedit-io-error-message-area.c:172
+#: ../gedit/gedit-io-error-message-area.c:398
+msgid "gedit cannot handle this location."
+msgstr "gedit cannot handle this location."
+
+#: ../gedit/gedit-io-error-message-area.c:179
+#: ../gedit/gedit-io-error-message-area.c:405
+msgid "The file contains data in an invalid format."
+msgstr "The file contains data in an invalid format."
+
+#: ../gedit/gedit-io-error-message-area.c:183
+#: ../gedit/gedit-io-error-message-area.c:409
+msgid "The file is too big."
+msgstr "The file is too big."
+
+#: ../gedit/gedit-io-error-message-area.c:187
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s is not a valid location."
+
+#: ../gedit/gedit-io-error-message-area.c:194
+#: ../gedit/gedit-io-error-message-area.c:413
+msgid "You do not have the permissions necessary to open the file."
+msgstr "You do not have the permissions necessary to open the file."
+
+#: ../gedit/gedit-io-error-message-area.c:198
+#: ../gedit/gedit-io-error-message-area.c:417
+#: ../gedit/gedit-io-error-message-area.c:1161
+msgid ""
+"There are too many open files. Please, close some applications and try again."
+msgstr ""
+"There are too many open files. Close some open applications and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:203
+#: ../gedit/gedit-io-error-message-area.c:422
+#, c-format
+msgid "%s is a directory."
+msgstr "%s is a directory."
+
+#: ../gedit/gedit-io-error-message-area.c:210
+#: ../gedit/gedit-io-error-message-area.c:427
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+"Not enough available memory to open the file. Close some running "
+"applications and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:238
+#: ../gedit/gedit-io-error-message-area.c:455
+#: ../gedit/gedit-io-error-message-area.c:1200
+#, c-format
+msgid ""
+"Host %s could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Host %s could not be found. Please, check that your proxy settings are "
+"correct and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:249
+#: ../gedit/gedit-io-error-message-area.c:260
+#: ../gedit/gedit-io-error-message-area.c:268
+#: ../gedit/gedit-io-error-message-area.c:466
+#: ../gedit/gedit-io-error-message-area.c:477
+#: ../gedit/gedit-io-error-message-area.c:1211
+#: ../gedit/gedit-io-error-message-area.c:1222
+#: ../gedit/gedit-io-error-message-area.c:1230
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+"Host name was invalid. Check that you typed the location correctly and try "
+"again."
+
+#: ../gedit/gedit-io-error-message-area.c:274
+#: ../gedit/gedit-io-error-message-area.c:485
+#: ../gedit/gedit-io-error-message-area.c:1236
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+
+#: ../gedit/gedit-io-error-message-area.c:280
+#: ../gedit/gedit-io-error-message-area.c:1242
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:286
+msgid "The file you are trying to open is not a regular file."
+msgstr "The file you are trying to open is not a regular file."
+
+#: ../gedit/gedit-io-error-message-area.c:325
+#: ../gedit/gedit-io-error-message-area.c:545
+#: ../gedit/gedit-io-error-message-area.c:1307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Unexpected error: %s"
+
+#: ../gedit/gedit-io-error-message-area.c:331
+#: ../gedit/gedit-io-error-message-area.c:710
+#, c-format
+msgid "Could not open the file %s."
+msgstr "Could not open the file %s."
+
+#: ../gedit/gedit-io-error-message-area.c:376
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr "gedit cannot find it. Perhaps it has recently been deleted."
+
+#: ../gedit/gedit-io-error-message-area.c:491
+msgid "Attempt to log in failed."
+msgstr "Attempt to log in failed."
+
+#: ../gedit/gedit-io-error-message-area.c:495
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s is not a regular file."
+
+#: ../gedit/gedit-io-error-message-area.c:551
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "Could not revert the file %s."
+
+#: ../gedit/gedit-io-error-message-area.c:574
+msgid "Ch_aracter Coding:"
+msgstr "Ch_aracter Coding:"
+
+#: ../gedit/gedit-io-error-message-area.c:617
+msgid "_Retry"
+msgstr "_Retry"
+
+#: ../gedit/gedit-io-error-message-area.c:712
+msgid "gedit has not been able to detect the character coding."
+msgstr "gedit has not been able to detect the character coding."
+
+#: ../gedit/gedit-io-error-message-area.c:714
+#: ../gedit/gedit-io-error-message-area.c:723
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Please check that you are not trying to open a binary file."
+
+#: ../gedit/gedit-io-error-message-area.c:715
+msgid "Select a character coding from the menu and try again."
+msgstr "Select a character coding from the menu and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:720
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr "Could not open the file %s using the %s character coding."
+
+#: ../gedit/gedit-io-error-message-area.c:724
+#: ../gedit/gedit-io-error-message-area.c:774
+msgid "Select a different character coding from the menu and try again."
+msgstr "Select a different character coding from the menu and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:769
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr "Could not save the file %s using the %s character coding."
+
+#: ../gedit/gedit-io-error-message-area.c:772
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+msgstr ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+
+#: ../gedit/gedit-io-error-message-area.c:833
+msgid "_Edit Anyway"
+msgstr "_Edit Anyway"
+
+#: ../gedit/gedit-io-error-message-area.c:836
+msgid "_Don't Edit"
+msgstr "_Do Not Edit"
+
+#. FIXME: try to rephrase in a better way
+#: ../gedit/gedit-io-error-message-area.c:852
+#, c-format
+msgid "The file %s is already open."
+msgstr "The file %s is already open."
+
+#: ../gedit/gedit-io-error-message-area.c:867
+msgid ""
+"gedit opened this instance of the file in non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"gedit opened this instance of the file in non-editable way. Do you want to "
+"edit it anyway?"
+
+#: ../gedit/gedit-io-error-message-area.c:925
+#: ../gedit/gedit-io-error-message-area.c:1020
+msgid "_Save Anyway"
+msgstr "_Save Anyway"
+
+#: ../gedit/gedit-io-error-message-area.c:929
+#: ../gedit/gedit-io-error-message-area.c:1024
+msgid "_Don't Save"
+msgstr "_Do Not Save"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:947
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "The file %s has been modified since reading it."
+
+#: ../gedit/gedit-io-error-message-area.c:963
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"If you save it, all the external changes could be lost. Save it anyway?"
+
+#: ../gedit/gedit-io-error-message-area.c:1042
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "Could not create a backup file while saving %s"
+
+#: ../gedit/gedit-io-error-message-area.c:1045
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "Could not create a temporary backup file while saving %s"
+
+#: ../gedit/gedit-io-error-message-area.c:1062
+msgid ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1123
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please, check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit cannot handle %s locations in write mode. Please, check that you typed "
+"the location correctly and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:1131
+msgid ""
+"gedit cannot handle this location in write mode. Please, check that you "
+"typed the location correctly and try again."
+msgstr ""
+"gedit cannot handle this location in write mode. Check that you typed the "
+"location correctly and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:1140
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+
+#: ../gedit/gedit-io-error-message-area.c:1147
+#, c-format
+msgid ""
+"%s is not a valid location. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s is not a valid location. Check that you typed the location correctly and "
+"try again."
+
+#: ../gedit/gedit-io-error-message-area.c:1154
+msgid ""
+"You do not have the permissions necessary to save the file. Please, check "
+"that you typed the location correctly and try again."
+msgstr ""
+"You do not have the permissions necessary to save the file. Check that you "
+"typed the location correctly and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:1166
+#, c-format
+msgid ""
+"%s is a directory. Please, check that you typed the location correctly and "
+"try again."
+msgstr ""
+"%s is a directory. Check that you typed the location correctly and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:1172
+msgid ""
+"Not enough available memory to save the file. Please, close some running "
+"applications and try again."
+msgstr ""
+"Not enough available memory to save the file. Close some running "
+"applications and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:1248
+msgid ""
+"There is not enough disk space to save the file. Please, free some disk "
+"space and try again."
+msgstr ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:1254
+msgid ""
+"You are trying to save the file on a read-only disk. Please, check that you "
+"typed the location correctly and try again."
+msgstr ""
+"You are trying to save the file on a read-only disk. Check that you typed "
+"the location correctly and try again."
+
+#: ../gedit/gedit-io-error-message-area.c:1260
+msgid "A file with the same name already exists. Please, use a different name."
+msgstr "A file with the same name already exists. Please use a different name."
+
+#: ../gedit/gedit-io-error-message-area.c:1265
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please, use a shorter name."
+msgstr ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please try again, using a shorter name."
+
+#: ../gedit/gedit-io-error-message-area.c:1270
+#, c-format
+msgid ""
+"%s is not a regular file. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s is not a regular file. Check that you typed the location correctly and "
+"try again."
+
+#: ../gedit/gedit-io-error-message-area.c:1313
+#, c-format
+msgid "Could not save the file %s."
+msgstr "Could not save the file %s."
+
+#: ../gedit/gedit-notebook.c:823
+msgid "Close document"
+msgstr "Close document"
+
+#: ../gedit/gedit-panel.c:370 ../gedit/gedit-panel.c:585
+#: ../gedit/recent-files/egg-recent-view-gtk.c:444
+#: ../gedit/recent-files/egg-recent-view-uimanager.c:322
+msgid "Empty"
+msgstr "Empty"
+
+#: ../gedit/gedit-panel.c:526 ../gedit/gedit-panel.c:606
+msgid "Hide panel"
+msgstr "Hide panel"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "Plugin"
+
+#: ../gedit/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr "Enabled"
+
+#: ../gedit/gedit-plugin-manager.c:540
+msgid "_About Plugin"
+msgstr "_About Plugin"
+
+#: ../gedit/gedit-plugin-manager.c:544
+msgid "C_onfigure Plugin"
+msgstr "C_onfigure Plugin"
+
+#: ../gedit/gedit-prefs-manager.c:175
+msgid "Cannot initialize preferences manager."
+msgstr "Cannot initialize preferences manager."
+
+#: ../gedit/gedit-prefs-manager.c:1388
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Expected `%s' got `%s' for key %s"
+
+#: ../gedit/gedit-print.c:186
+#, c-format
+msgid "File: %s"
+msgstr "File: %s"
+
+#: ../gedit/gedit-print.c:194
+msgid "Page %N of %Q"
+msgstr "Page %N of %Q"
+
+#: ../gedit/gedit-print.c:316
+msgid "Print"
+msgstr "Print"
+
+#: ../gedit/gedit-print.c:325 ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Lines"
+msgstr "Lines"
+
+#: ../gedit/gedit-print-job-preview.c:623
+msgid "Page Preview"
+msgstr "Page Preview"
+
+#: ../gedit/gedit-print-job-preview.c:624
+msgid "The preview of a page in the document to be printed"
+msgstr "The preview of a page in the document to be printed"
+
+#: ../gedit/gedit-print-job-preview.c:710
+msgid "Other"
+msgstr "Other"
+
+#: ../gedit/gedit-print-job-preview.c:740
+msgid "Show the previous page"
+msgstr "Show the previous page"
+
+#: ../gedit/gedit-print-job-preview.c:751
+msgid "Show the next page"
+msgstr "Show the next page"
+
+#: ../gedit/gedit-print-job-preview.c:767
+msgid "Current page (Alt+P)"
+msgstr "Current page (Alt+P)"
+
+#. gtk_label_set_mnemonic_widget ((GtkLabel *) l, mp->priv->page_entry);
+#. We are displaying 'XXX of XXX'.
+#: ../gedit/gedit-print-job-preview.c:781
+msgid "of"
+msgstr "of"
+
+#: ../gedit/gedit-print-job-preview.c:787
+msgid "Page total"
+msgstr "Page total"
+
+#: ../gedit/gedit-print-job-preview.c:788
+msgid "The total number of pages in the document"
+msgstr "The total number of pages in the document"
+
+#: ../gedit/gedit-print-job-preview.c:805
+msgid "Show multiple pages"
+msgstr "Show multiple pages"
+
+#: ../gedit/gedit-print-job-preview.c:817
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: ../gedit/gedit-print-job-preview.c:825
+msgid "Zoom to fit the whole page"
+msgstr "Zoom to fit the whole page"
+
+#: ../gedit/gedit-print-job-preview.c:834
+msgid "Zoom the page in"
+msgstr "Zoom in on the page"
+
+#: ../gedit/gedit-print-job-preview.c:842
+msgid "Zoom the page out"
+msgstr "Zoom out from the page"
+
+#: ../gedit/gedit-print-job-preview.c:856
+msgid "Close print preview"
+msgstr "Close print preview"
+
+#: ../gedit/gedit-print-job-preview.c:1096
+#: ../gedit/gedit-print-job-preview.c:1097
+msgid "Number of pages horizontally"
+msgstr "Number of pages horizontally"
+
+#: ../gedit/gedit-print-job-preview.c:1100
+#: ../gedit/gedit-print-job-preview.c:1101
+msgid "Number of pages vertically"
+msgstr "Number of pages vertically"
+
+#: ../gedit/gedit-print-job-preview.c:1165
+msgid "No visible output was created."
+msgstr "No visible output was created."
+
+#: ../gedit/gedit-statusbar.c:257
+msgid " OVR"
+msgstr " OVR"
+
+#: ../gedit/gedit-statusbar.c:259
+msgid " INS"
+msgstr " INS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:298
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-statusbar.c:397
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "There is a tab with errors"
+msgstr[1] "There are %d tabs with errors"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:637
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Reverting %s from %s"
+
+#: ../gedit/gedit-tab.c:644
+#, c-format
+msgid "Reverting %s"
+msgstr "Reverting %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:660
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Loading %s from %s"
+
+#: ../gedit/gedit-tab.c:667
+#, c-format
+msgid "Loading %s"
+msgstr "Loading %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:750
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Saving %s to %s"
+
+#: ../gedit/gedit-tab.c:757
+#, c-format
+msgid "Saving %s"
+msgstr "Saving %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1505
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1550
+#, c-format
+msgid "Error opening file %s"
+msgstr "Error opening file %s"
+
+#: ../gedit/gedit-tab.c:1555
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Error reverting file %s"
+
+#: ../gedit/gedit-tab.c:1560
+#, c-format
+msgid "Error saving file %s"
+msgstr "Error saving file %s"
+
+#: ../gedit/gedit-tab.c:1578
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1585
+msgid "Name:"
+msgstr "Name:"
+
+#: ../gedit/gedit-tab.c:1586
+msgid "MIME Type:"
+msgstr "MIME Type:"
+
+#: ../gedit/gedit-tab.c:1587
+msgid "Encoding:"
+msgstr "Encoding:"
+
+#: ../gedit/gedit-tab.c:2014
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Rendering page %d of %d..."
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "_File"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "_Edit"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "_View"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "_Search"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "_Tools"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "_Documents"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "_Help"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "Create a new document"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "_Open..."
+
+#: ../gedit/gedit-ui.h:59 ../gedit/gedit-window.c:1090
+msgid "Open a file"
+msgstr "Open a file"
+
+#: ../gedit/gedit-ui.h:60
+msgid "Open _Location..."
+msgstr "Open _Location..."
+
+#: ../gedit/gedit-ui.h:61
+msgid "Open a file from a specified location"
+msgstr "Open a file from a specified location"
+
+#: ../gedit/gedit-ui.h:62
+msgid "Page Set_up..."
+msgstr "Page Set_up..."
+
+#: ../gedit/gedit-ui.h:63
+msgid "Setup the page settings"
+msgstr "Setup the page settings"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:66
+msgid "Pr_eferences"
+msgstr "Pr_eferences"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Configure the application"
+msgstr "Configure the application"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:70
+msgid "_Contents"
+msgstr "_Contents"
+
+#: ../gedit/gedit-ui.h:71
+msgid "Open the gedit manual"
+msgstr "Open the gedit manual"
+
+#: ../gedit/gedit-ui.h:73
+msgid "About this application"
+msgstr "About this application"
+
+#: ../gedit/gedit-ui.h:80
+msgid "Save the current file"
+msgstr "Save the current file"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save _As..."
+msgstr "Save _As..."
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save the current file with a different name"
+msgstr "Save the current file with a different name"
+
+#: ../gedit/gedit-ui.h:84
+msgid "Revert to a saved version of the file"
+msgstr "Revert to a saved version of the file"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Print Previe_w"
+msgstr "Print Previe_w"
+
+#: ../gedit/gedit-ui.h:86
+msgid "Print preview"
+msgstr "Print preview"
+
+#: ../gedit/gedit-ui.h:87
+msgid "_Print..."
+msgstr "_Print..."
+
+#: ../gedit/gedit-ui.h:88
+msgid "Print the current page"
+msgstr "Print the current page"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Close the current file"
+msgstr "Close the current file"
+
+#: ../gedit/gedit-ui.h:94
+msgid "Undo the last action"
+msgstr "Undo the last action"
+
+#: ../gedit/gedit-ui.h:96
+msgid "Redo the last undone action"
+msgstr "Redo the last undone action"
+
+#: ../gedit/gedit-ui.h:98
+msgid "Cut the selection"
+msgstr "Cut the selection"
+
+#: ../gedit/gedit-ui.h:100
+msgid "Copy the selection"
+msgstr "Copy the selection"
+
+#: ../gedit/gedit-ui.h:102
+msgid "Paste the clipboard"
+msgstr "Paste the clipboard"
+
+#: ../gedit/gedit-ui.h:104
+msgid "Delete the selected text"
+msgstr "Delete the selected text"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Select _All"
+msgstr "Select _All"
+
+#: ../gedit/gedit-ui.h:106
+msgid "Select the entire document"
+msgstr "Select the entire document"
+
+#. View menu
+#: ../gedit/gedit-ui.h:109
+msgid "_Highlight Mode"
+msgstr "_Highlight Mode"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:112
+msgid "_Find..."
+msgstr "_Find..."
+
+#: ../gedit/gedit-ui.h:113
+msgid "Search for text"
+msgstr "Search for text"
+
+#: ../gedit/gedit-ui.h:114
+msgid "Find Ne_xt"
+msgstr "Find Ne_xt"
+
+#: ../gedit/gedit-ui.h:115
+msgid "Search forwards for the same text"
+msgstr "Search forwards for the same text"
+
+#: ../gedit/gedit-ui.h:116
+msgid "Find Pre_vious"
+msgstr "Find Pre_vious"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Search backwards for the same text"
+msgstr "Search backwards for the same text"
+
+#: ../gedit/gedit-ui.h:118
+msgid "_Replace..."
+msgstr "_Replace..."
+
+#: ../gedit/gedit-ui.h:119
+msgid "Search for and replace text"
+msgstr "Search for and replace text"
+
+#: ../gedit/gedit-ui.h:120
+msgid "Go to _Line..."
+msgstr "Go to _Line..."
+
+#: ../gedit/gedit-ui.h:121
+msgid "Go to a specific line"
+msgstr "Go to a specific line"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:124
+msgid "_Save All"
+msgstr "_Save All"
+
+#: ../gedit/gedit-ui.h:125
+msgid "Save all open files"
+msgstr "Save all open files"
+
+#: ../gedit/gedit-ui.h:126
+msgid "_Close All"
+msgstr "_Close All"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Close all open files"
+msgstr "Close all open files"
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Move to New Window"
+msgstr "_Move to New Window"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Move the current document to a new window"
+msgstr "Move the current document to a new window"
+
+#: ../gedit/gedit-ui.h:136
+msgid "Quit the program"
+msgstr "Quit the program"
+
+#: ../gedit/gedit-ui.h:141
+msgid "_Toolbar"
+msgstr "_Toolbar"
+
+#: ../gedit/gedit-ui.h:142
+msgid "Show or hide the toolbar in the current window"
+msgstr "Show or hide the toolbar in the current window"
+
+#: ../gedit/gedit-ui.h:144
+msgid "_Statusbar"
+msgstr "_Statusbar"
+
+#: ../gedit/gedit-ui.h:145
+msgid "Show or hide the statusbar in the current window"
+msgstr "Show or hide the statusbar in the current window"
+
+#: ../gedit/gedit-ui.h:147
+msgid "Side _Pane"
+msgstr "Side _Pane"
+
+#: ../gedit/gedit-ui.h:148
+msgid "Show or hide the side pane in the current window"
+msgstr "Show or hide the side pane in the current window"
+
+#: ../gedit/gedit-ui.h:150 ../gedit/gedit-ui.h:157
+msgid "_Bottom Panel"
+msgstr "_Bottom Panel"
+
+#: ../gedit/gedit-ui.h:151 ../gedit/gedit-ui.h:158
+msgid "Show or hide the bottom panel in the current window"
+msgstr "Show or hide the bottom panel in the current window"
+
+#: ../gedit/gedit-utils.c:923
+#, c-format
+msgid "Unable to find file %s."
+msgstr "Unable to find file %s."
+
+#: ../gedit/gedit-utils.c:927 ../gedit/gedit-utils.c:956
+msgid "Please check your installation."
+msgstr "Please check your installation."
+
+#: ../gedit/gedit-utils.c:952
+#, c-format
+msgid "Unable to find the required widgets inside file %s."
+msgstr "Unable to find the required widgets inside file %s."
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1314
+msgid "_Wrap Around"
+msgstr "_Wrap Around"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1324
+msgid "Match _Entire Word Only"
+msgstr "Match _Entire Word Only"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1334
+msgid "_Match Case"
+msgstr "_Match Case"
+
+#: ../gedit/gedit-view.c:1422
+msgid "String you want to search for"
+msgstr "String you want to search for"
+
+#: ../gedit/gedit-view.c:1431
+msgid "Line you want to move the cursor to"
+msgstr "Line you want to move the cursor to"
+
+#: ../gedit/gedit-window.c:676
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Use %s highlight mode"
+
+#: ../gedit/gedit-window.c:729
+msgid "Normal"
+msgstr "Normal"
+
+#: ../gedit/gedit-window.c:730
+msgid "Use Normal highlight mode"
+msgstr "Use Normal highlight mode"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:856 ../gedit/gedit-window.c:881
+#: ../gedit/recent-files/egg-recent-view-gtk.c:346
+#: ../gedit/recent-files/egg-recent-view-uimanager.c:205
+#, c-format
+msgid "Open '%s'"
+msgstr "Open '%s'"
+
+#: ../gedit/gedit-window.c:985
+msgid "Save"
+msgstr "Save"
+
+#: ../gedit/gedit-window.c:1094
+msgid "Open a recently used file"
+msgstr "Open a recently used file"
+
+#: ../gedit/gedit-window.c:1101
+msgid "Open"
+msgstr "Open"
+
+#: ../gedit/gedit-window.c:1181 ../gedit/gedit-window.c:1752
+#, c-format
+msgid "Activate %s"
+msgstr "Activate %s"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Change Case"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Changes the case of selected text."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "C_hange Case"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "All _Upper Case"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "Change selected text to upper case"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "All _Lower Case"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "Change selected text to lower case"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "_Invert Case"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "Invert the case of the selected text"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "_Title Case"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "Capitalize the first letter of each selected word"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Document Statistics"
+msgstr "Document Statistics"
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">File Name</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "Bytes"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "Characters (no spaces)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "Characters (with spaces)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Document"
+msgstr "Document"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "Selection"
+msgstr "Selection"
+
+#: ../plugins/docinfo/docinfo.glade2.h:11
+msgid "Words"
+msgstr "Words"
+
+#: ../plugins/docinfo/docinfo.glade2.h:12
+msgid "_Update"
+msgstr "_Update"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:407
+msgid "_Document Statistics"
+msgstr "_Document Statistics"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:409
+msgid "Get statistic info on current document"
+msgstr "Get statistic info on current document"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "Execute external commands and shell scripts."
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "External Tools"
+
+#: ../plugins/externaltools/tools/functions.py:209
+msgid "You must be inside a word to run this command"
+msgstr "You must be inside a word to run this command"
+
+#: ../plugins/externaltools/tools/manager.py:41
+msgid "Nothing"
+msgstr "Nothing"
+
+#: ../plugins/externaltools/tools/manager.py:42
+msgid "Current document"
+msgstr "Current document"
+
+#: ../plugins/externaltools/tools/manager.py:43
+msgid "Current selection"
+msgstr "Current selection"
+
+#: ../plugins/externaltools/tools/manager.py:44
+msgid "Current line"
+msgstr "Current line"
+
+#: ../plugins/externaltools/tools/manager.py:45
+msgid "Current word"
+msgstr "Current word"
+
+#: ../plugins/externaltools/tools/manager.py:48
+msgid "Insert in output panel"
+msgstr "Insert in output panel"
+
+#: ../plugins/externaltools/tools/manager.py:49
+msgid "Create new document"
+msgstr "Create new document"
+
+#: ../plugins/externaltools/tools/manager.py:50
+msgid "Append to current document"
+msgstr "Append to current document"
+
+#: ../plugins/externaltools/tools/manager.py:51
+msgid "Replace current document"
+msgstr "Replace current document"
+
+#: ../plugins/externaltools/tools/manager.py:52
+msgid "Replace current selection"
+msgstr "Replace current selection"
+
+#: ../plugins/externaltools/tools/manager.py:53
+msgid "Insert at cursor position"
+msgstr "Insert at cursor position"
+
+#: ../plugins/externaltools/tools/manager.py:56
+msgid "All documents"
+msgstr "All documents"
+
+#: ../plugins/externaltools/tools/manager.py:57
+msgid "All documents except untitled ones"
+msgstr "All documents except untitled ones"
+
+#: ../plugins/externaltools/tools/manager.py:58
+msgid "Local files only"
+msgstr "Local files only"
+
+#: ../plugins/externaltools/tools/manager.py:59
+msgid "Remote files only"
+msgstr "Remote files only"
+
+#: ../plugins/externaltools/tools/manager.py:60
+msgid "Untitled documents only"
+msgstr "Untitled documents only"
+
+#: ../plugins/externaltools/tools/manager.py:166
+msgid "A Brand New Tool"
+msgstr "A Brand New Tool"
+
+#: ../plugins/externaltools/tools/manager.py:179
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr "Edit tool <i>%s</i>:"
+
+#: ../plugins/externaltools/tools/manager.py:185
+msgid "New tool"
+msgstr "New tool"
+
+#: ../plugins/externaltools/tools/tools.glade.h:2
+msgid "Co_mmand(s):"
+msgstr "Co_mmand(s):"
+
+#: ../plugins/externaltools/tools/tools.glade.h:3
+msgid "Edit tool <i>make</i>:"
+msgstr "Edit tool <i>make</i>:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:4
+msgid "External Tools Manager"
+msgstr "External Tools Manager"
+
+#: ../plugins/externaltools/tools/tools.glade.h:5
+msgid "F7"
+msgstr "F7"
+
+#: ../plugins/externaltools/tools/tools.glade.h:6
+msgid ""
+"Nothing\n"
+"Current document\n"
+"All documents"
+msgstr ""
+"Nothing\n"
+"Current document\n"
+"All documents"
+
+#: ../plugins/externaltools/tools/tools.glade.h:9
+msgid "Run “make” in the document dir"
+msgstr "Run “make” in the document dir"
+
+#: ../plugins/externaltools/tools/tools.glade.h:10
+msgid "Shortcut _key:"
+msgstr "Shortcut _key:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:11
+msgid "_Applicability:"
+msgstr "_Applicability:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:12
+msgid "_Description:"
+msgstr "_Description:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:13
+msgid "_Input:"
+msgstr "_Input:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:14
+msgid "_Output:"
+msgstr "_Output:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:15
+msgid "_Save:"
+msgstr "_Save:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:16
+msgid "_Tools:"
+msgstr "_Tools:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:17
+msgid ""
+"cd $GEDIT_CURRENT_DOCUMENT_DIR\n"
+"make"
+msgstr ""
+"cd $GEDIT_CURRENT_DOCUMENT_DIR\n"
+"make"
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "_Indent"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr "Indent selected lines"
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "U_nindent"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr "Unindent selected lines"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent lines"
+msgstr "Indent lines"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "Indents or un-indents selected lines."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "EMACS, Kate and Vim-style modelines support for gedit."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "Modelines"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Opens an interactive python console in the bottom panel."
+msgstr "Opens an interactive python console in the bottom panel."
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+msgid "Python Console"
+msgstr "Python Console"
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr "Insert User Na_me"
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr "Insert the user name at the cursor position"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "Inserts the user name at the cursor position."
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "User name"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>Activation</b>"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:3
+msgid "Snippets Manager"
+msgstr "Snippets Manager"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:4
+msgid "_Accelerator:"
+msgstr "_Accelerator:"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:5
+msgid "_Edit snippet:"
+msgstr "_Edit snippet:"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:6
+msgid "_Snippets:"
+msgstr "_Snippets:"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:7
+msgid "_Tab trigger:"
+msgstr "_Tab trigger:"
+
+#: ../plugins/snippets/snippets/__init__.py:37
+#, python-format
+msgid ""
+"Could not load the file \"%s\". The file is probably corrupt. Please fix or "
+"remove the file. To try to load the file again, select the Tools -> Manage "
+"Snippets... menu item."
+msgstr ""
+"Could not load the file \"%s\". The file is probably corrupt. Please fix or "
+"remove the file. To try to load the file again, select the Tools -> Manage "
+"Snippets... menu item."
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:72
+msgid "Manage _Snippets..."
+msgstr "Manage _Snippets..."
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:73
+msgid "Manage snippets"
+msgstr "Manage snippets"
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:65
+msgid "Add a new snippet..."
+msgstr "Add a new snippet..."
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:117
+msgid "Global"
+msgstr "Global"
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:605
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Type a new accelerator, or press Backspace to clear"
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:607
+msgid "Type a new accelerator"
+msgstr "Type a new accelerator"
+
+#: ../plugins/sort/gedit-sort-plugin.c:80
+msgid "S_ort..."
+msgstr "S_ort..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:82
+msgid "Sort the current document or selection"
+msgstr "Sort the current document or selection"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "Sort"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Sorts a document or selected text."
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr "R_emove duplicates"
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr "S_tart at column:"
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr "You cannot undo a sort operation"
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr "_Ignore case"
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr "_Reverse order"
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr "_Sort"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr "(no suggested words)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+msgid "_More..."
+msgstr "_More..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr "_Ignore All"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr "_Add"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr "_Spelling Suggestions..."
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+msgid "Amharic"
+msgstr "Amharic"
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+msgid "Azerbaijani"
+msgstr "Azerbaijani"
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+msgid "Belarusian"
+msgstr "Belarusian"
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Bulgarian"
+msgstr "Bulgarian"
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+msgid "Bengali"
+msgstr "Bengali"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr "Breton"
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr "Catalan"
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr "Czech"
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Welsh"
+msgstr "Welsh"
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr "Danish"
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+msgid "German (Austria)"
+msgstr "German (Austria)"
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr "German (Germany)"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr "German (Swiss)"
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr "English (American)"
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr "English (British)"
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr "English (Canadian)"
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr "Esperanto"
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr "Spanish"
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+msgid "Estonian"
+msgstr "Estonian"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+msgid "Persian"
+msgstr "Persian"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+msgid "Finnish"
+msgstr "Finnish"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr "Faroese"
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr "French (France)"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr "French (Swiss)"
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+msgid "Irish"
+msgstr "Irish"
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr "Scottish Gaelic"
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+msgid "Gallegan"
+msgstr "Gallegan"
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr "Manx Gaelic"
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+msgid "Hindi"
+msgstr "Hindi"
+
+#: ../plugins/spell/gedit-spell-checker.c:111
+msgid "Croatian"
+msgstr "Croatian"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Upper Sorbian"
+msgstr "Upper Sorbian"
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+msgid "Hungarian"
+msgstr "Hungarian"
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr "Interlingua (IALA)"
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Indonesian"
+msgstr "Indonesian"
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Icelandic"
+msgstr "Icelandic"
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Italian"
+msgstr "Italian"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+msgid "Kurdish"
+msgstr "Kurdish"
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+msgid "Latin"
+msgstr "Latin"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Lithuanian"
+msgstr "Lithuanian"
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+msgid "Latvian"
+msgstr "Latvian"
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Malagasy"
+msgstr "Malagasy"
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+msgid "Maori"
+msgstr "Maori"
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+msgid "Macedonian"
+msgstr "Macedonian"
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Mongolian"
+msgstr "Mongolian"
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+msgid "Marathi"
+msgstr "Marathi"
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Malay"
+msgstr "Malay"
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Maltese"
+msgstr "Maltese"
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+msgid "Norwegian Bokmal"
+msgstr "Norwegian Bokmal"
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr "Dutch"
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+msgid "Norwegian Nynorsk"
+msgstr "Norwegian Nynorsk"
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr "Norwegian"
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr "Nyanja"
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr "Polish"
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr "Portuguese (Portugal)"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr "Portuguese (Brazilian)"
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Quechua"
+msgstr "Quechua"
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr "Russian"
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+msgid "Kinyarwanda"
+msgstr "Kinyarwanda"
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+msgid "Sardinian"
+msgstr "Sardinian"
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Slovak"
+msgstr "Slovak"
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Slovenian"
+msgstr "Slovenian"
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr "Swedish"
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Swahili"
+msgstr "Swahili"
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+msgid "Tamil"
+msgstr "Tamil"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr "Tetum"
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tagalog"
+msgstr "Tagalog"
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tswana"
+msgstr "Tswana"
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Ukrainian"
+msgstr "Ukrainian"
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+msgid "Uzbek"
+msgstr "Uzbek"
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Walloon"
+msgstr "Walloon"
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+msgid "Yiddish"
+msgstr "Yiddish"
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Zulu"
+msgstr "Zulu"
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+msgid "Default"
+msgstr "Default"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "Check Spelling"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "Suggestions"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr "(correct spelling)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+msgid "Completed spell checking"
+msgstr "Completed spell checking"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:245
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr "Could not find the required widgets inside %s."
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:266
+msgid "Languages"
+msgstr "Languages"
+
+#: ../plugins/spell/gedit-spell-plugin.c:70
+msgid "_Check Spelling"
+msgstr "_Check Spelling"
+
+#: ../plugins/spell/gedit-spell-plugin.c:72
+msgid "Check the current document for incorrect spelling"
+msgstr "Check the current document for incorrect spelling"
+
+#: ../plugins/spell/gedit-spell-plugin.c:78
+msgid "Set _Language..."
+msgstr "Set _Language..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:80
+msgid "Set the language of the current document"
+msgstr "Set the language of the current document"
+
+#: ../plugins/spell/gedit-spell-plugin.c:89
+msgid "_Autocheck Spelling"
+msgstr "_Autocheck Spelling"
+
+#: ../plugins/spell/gedit-spell-plugin.c:91
+msgid "Automatically spell-check the current document"
+msgstr "Automatically spell-check the current document"
+
+#: ../plugins/spell/gedit-spell-plugin.c:733
+msgid "The document is empty."
+msgstr "The document is empty."
+
+#: ../plugins/spell/gedit-spell-plugin.c:765
+msgid "No misspelled words"
+msgstr "No misspelled words"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "Select the _language of the current document."
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "Set language"
+
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Language</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>word</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "Add w_ord"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "Cha_nge"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "Change A_ll"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr "Change _to:"
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr "Check _Word"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "Check spelling"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "Ignore _All"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Language:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr "Misspelled word:"
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "User dictionary:"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "_Ignore"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "_Suggestions:"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Checks the spelling of the current document."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr "Spell checker"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:460
+msgid "Select the group of tags you want to use"
+msgstr "Select the group of tags you want to use"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:476
+msgid "Available Tag Lists"
+msgstr "Available Tag Lists"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:479
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:507
+msgid "Tags"
+msgstr "Tags"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:492
+msgid "Double-click on a tag to insert it in the current document"
+msgstr "Double-click on a tag to insert it in the current document"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "Abbreviated form"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "Abbreviation"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "Above"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "Accessibility key character"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "Acronym"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "Align"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "Alignment character"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "Alternative"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "Anchor"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "Anchor URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "Applet class file code"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr "Array"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr "Associated information"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Author info"
+msgstr "Author info"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Axis related headers"
+msgstr "Axis related headers"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "BGSound"
+msgstr "BGSound"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Background color"
+msgstr "Background colour"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background texture tile"
+msgstr "Background texture tile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr "Base URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Base font"
+msgstr "Base font"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr "Behaviour"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr "Blinking text"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Border"
+msgstr "Border"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Border color"
+msgstr "Border colour"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr "Box"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Cell rowspan"
+msgstr "Cell rowspan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Center"
+msgstr "Centre"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Character encoding of linked resource"
+msgstr "Character encoding of linked resource"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+msgid "Checked (state)"
+msgstr "Checked (state)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Citation"
+msgstr "Citation"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr "Cite reason for change"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr "Class implementation ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Class list"
+msgstr "Class list"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr "Clear text flow control"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr "Code content type"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Color of selected links"
+msgstr "Colour of selected links"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr "Column span"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Columns"
+msgstr "Columns"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Comment"
+msgstr "Comment"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr "Computer code fragment"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Content scheme"
+msgstr "Content scheme"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Content type"
+msgstr "Content type"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Coordinates"
+msgstr "Coordinates"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr "DIV Style container"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr "DIV container"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr "Date and time of change"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr "Declare flag"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr "Defer attribute"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Definition description"
+msgstr "Definition description"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr "Definition list"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr "Definition term"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+msgid "Deleted text"
+msgstr "Deleted text"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Direction"
+msgstr "Direction"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr "Directionality"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr "Directory list"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "Disabled"
+msgstr "Disabled"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Document base"
+msgstr "Document base"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+msgid "Document body"
+msgstr "Document body"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Document head"
+msgstr "Document head"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+msgid "Document title"
+msgstr "Document title"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+msgid "Document type"
+msgstr "Document type"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+msgid "Element ID"
+msgstr "Element ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr "Embedded object"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "Emphasis"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr "Encode type"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr "Figure"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Font face"
+msgstr "Font face"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "For label"
+msgstr "For label"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr "Forced line break"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+msgid "Form"
+msgstr "Form"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr "Form action handler"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr "Form control group"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr "Form field label text"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr "Form input"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr "Form input type"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr "Form method"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr "Forward link"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Frame"
+msgstr "Frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr "Frame render parts"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr "Frame source"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr "Frame target"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Frameborder"
+msgstr "Frameborder"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Frameset"
+msgstr "Frameset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Frameset columns"
+msgstr "Frameset columns"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr "Frameset rows"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr "Framespacing"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr "Generic embedded object"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr "Generic metainformation"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Generic span"
+msgstr "Generic span"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr "HREF URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr "HTML - Special Characters"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr "HTML - Tags"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr "HTML root element"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr "HTML version"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr "HTTP header name"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr "Header cell IDs"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr "Heading"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr "Heading 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr "Heading 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr "Heading 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr "Heading 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr "Heading 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr "Heading 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr "Height"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr "Horizontal rule"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr "Horizontal space"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "I18N BiDi over-ride"
+msgstr "I18N BiDi over-ride"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Image"
+msgstr "Image"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr "Image map"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr "Image map area"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr "Image map name"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr "Image source"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "Inline frame"
+msgstr "Inline frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr "Inline layer"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Inserted text"
+msgstr "Inserted text"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr "Instance definition"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Italic text"
+msgstr "Italic text"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr "Java applet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Label"
+msgstr "Label"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Language code"
+msgstr "Language code"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr "Large text style"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr "Layer"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Link color"
+msgstr "Link colour"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr "List item"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr "List of MIME types for file upload"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "List of supported character sets"
+msgstr "List of supported character sets"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr "Listing"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "Local change to font"
+msgstr "Local change to font"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "Long description link"
+msgstr "Long description link"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr "Long quotation"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr "Mail link"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr "Margin pixel height"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr "Margin pixel width"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr "Marquee"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr "Maximum length of text field"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr "Media-independent link"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr "Menu list"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr "Multi-line text field"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr "Multicolumn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr "Multiple"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Name"
+msgstr "Name"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr "Named property value"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr "Next ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr "No URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr "No embedded objects"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr "No frames"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr "No layers"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr "No line break"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "No resize"
+msgstr "No resize"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr "No script"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr "No shade"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr "No word wrap"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr "Note"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Object applet file"
+msgstr "Object applet file"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr "Object data reference"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr "Offset for alignment character"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr "OnBlur event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+msgid "OnChange event"
+msgstr "OnChange event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr "OnClick event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr "OnDblClick event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr "OnFocus event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr "OnKeyDown event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr "OnKeyPress event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr "OnKeyUp event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr "OnLoad event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr "OnMouseDown event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr "OnMouseMove event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr "OnMouseOut event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr "OnMouseOver event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr "OnMouseUp event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr "OnReset event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr "OnSelect event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr "OnSubmit event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr "OnUnload event"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr "Option group"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "Option selector"
+msgstr "Option selector"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr "Ordered list"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "Output media"
+msgstr "Output media"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr "Paragraph"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr "Paragraph class"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr "Paragraph style"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr "Preformatted listing"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "Preformatted text"
+msgstr "Preformatted text"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr "Profile metainfo dictionary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr "Prompt message"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "Push button"
+msgstr "Push button"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+msgid "Quote"
+msgstr "Quote"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "Range"
+msgstr "Range"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr "Read-Only text and password"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr "Reduced spacing"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Reverse link"
+msgstr "Reverse link"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr "Root"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr "Rows"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr "Rulings between rows and columns"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr "Sample program output, scripts"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr "Scope covered by header cells"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "Script language name"
+msgstr "Script language name"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr "Script statments"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr "Scrollbar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "Selectable option"
+msgstr "Selectable option"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "Selected"
+msgstr "Selected"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr "Server-side image map"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "Shape"
+msgstr "Shape"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr "Short inline quotation"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr "Single line prompt"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "Size"
+msgstr "Size"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "Small text style"
+msgstr "Small text style"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr "Soft line break"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "Sound"
+msgstr "Sound"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr "Source"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "Space"
+msgstr "Space"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr "Space separated archive list"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "Spacer"
+msgstr "Spacer"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr "Spacing between cells"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr "Spacing within cells"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Span"
+msgstr "Span"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr "Square root"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Standby load msg"
+msgstr "Standby load msg"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Starting sequence number"
+msgstr "Starting sequence number"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Strike-through text"
+msgstr "Strike-through text"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Strike-through text style"
+msgstr "Strike-through text style"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr "Strong emphasis"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr "Style info"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr "Subscript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Superscript"
+msgstr "Superscript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Tab order position"
+msgstr "Tab order position"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Table"
+msgstr "Table"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr "Table body"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Table caption"
+msgstr "Table caption"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr "Table column group properties"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr "Table column properties"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr "Table data cell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr "Table footer"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr "Table header"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr "Table header cell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr "Table row"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr "Table summary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr "Target - Blank"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr "Target - Parent"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr "Target - Self"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr "Target - Top"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr "Teletype or monospace text style"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr "Text"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Text color"
+msgstr "Text colour"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr "Text entered by user"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr "Title"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr "Top margin in pixels"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+msgid "Underlined text style"
+msgstr "Underlined text style"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Unordered list"
+msgstr "Unordered list"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr "Use image map"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr "Value"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr "Value interpretation"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr "Variable or program argument"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr "Vertical cell alignment"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Vertical space"
+msgstr "Vertical space"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Visited link color"
+msgstr "Visited link colour"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr "Width"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "Bibliography (cite)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr "Bibliography (item)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "Bibliography (shortcite)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "Bibliography (thebibliography)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "Brackets ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "Brackets <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "Brackets []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "Brackets {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "File input"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "Footnote"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "Function cosin"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "Function e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "Function exp"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "Function log"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "Function log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "Function sin"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "Greek alpha"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "Greek beta"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "Greek epsilon"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "Greek gamma"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "Greek lambda"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "Greek rho"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "Greek tau"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "Header 0 (chapter)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "Header 0 (chapter*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "Header 1 (section)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "Header 1 (section*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "Header 2 (subsection)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "Header 2 (subsection*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "Header 3 (subsubsection)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "Header 3 (subsubsection*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "Header 4 (paragraph)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "Header appendix"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "Item"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "Item with label"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "Latex - Tags"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "List description"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "List enumerate"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "List itemize"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "Math (display)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "Math (inline)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "Operator fraction"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "Operator integral (display)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "Operator integral (inline)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "Operator sum (display)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "Operator sum (inline)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "Reference label"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "Reference ref"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "Symbol <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "Symbol <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "Symbol >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "Symbol >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "Symbol and"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "Symbol const"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "Symbol derivative"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "Symbol partial derivative"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "Symbol partial second derivative"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "Symbol dagger"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "Symbol equiv"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "Symbol hyphen --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "Symbol hyphen ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "Symbol infinity"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "Symbol mathspace ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "Symbol mathspace ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "Symbol mathspace _"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "Symbol mathspace __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "Symbol simeq"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "Symbol star"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "Typeface bold"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "Typeface italic"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "Typeface slanted"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "Typeface type"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "Unbreakable text"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Tag list"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "XSLT - Axes"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT - Elements"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT - Functions"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "ancestor"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "ancestor-or-self"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "attribute"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "child"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "descendant"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "descendant-or-self"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "following"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "following-sibling"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "namespace"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "parent"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "preceeding"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "preceeding-sibling"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "self"
+
+#: ../plugins/time/gedit-time-plugin.c:183
+msgid "In_sert Date and Time..."
+msgstr "In_sert Date and Time..."
+
+#: ../plugins/time/gedit-time-plugin.c:185
+msgid "Insert current date and time at the cursor position"
+msgstr "Insert current date and time at the cursor position"
+
+#: ../plugins/time/gedit-time-plugin.c:628
+msgid "Available formats"
+msgstr "Available formats"
+
+#: ../plugins/time/gedit-time-plugin.c:806
+msgid "Configure insert date/time plugin..."
+msgstr "Configure insert date/time plugin..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Insert Date/Time"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Inserts current date and time at the cursor position."
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> When inserting date/time...</span>"
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "Configure date/time plugin"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "Insert Date and Time"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr "Use the _selected format"
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_Insert"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr "_Prompt for a format"
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr "_Use custom format"
diff --git a/po/en_GB.po b/po/en_GB.po
new file mode 100644
index 0000000..ebda14e
--- /dev/null
+++ b/po/en_GB.po
@@ -0,0 +1,6566 @@
+# English (British) translation.
+# Copyright (C) 2004 gedit'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Gareth Owen <gowen72@yahoo.com>, 2004.
+# Philip Withnall <philip@tecnocode.co.uk>, 2009–2010.
+# Zander Brown <zbrown@gnome.org>, 2019-2020.
+# Bruce Cowan <bruce@bcowan.me.uk>, 2010-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-08-03 01:01+0000\n"
+"PO-Revision-Date: 2020-08-09 18:43+0100\n"
+"Last-Translator: Bruce Cowan <bruce@bcowan.me.uk>\n"
+"Language-Team: English - United Kingdom <en@li.org>\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Gtranslator 3.36.0\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Edit text files"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit is the text editor of the GNOME desktop environment."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plug-ins."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Text Editor"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Plaintext;Write;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "New Window"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "New Document"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Use Default Font"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Editor Font"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"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."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Style Scheme"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "The ID of a GtkSourceView Style Scheme used to colour the text."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Create Backup Copies"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Whether gedit should create backup copies for the files it saves."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Autosave"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Autosave Interval"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maximum Number of Undo Actions"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Line Wrapping Mode"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"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."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Last split mode choice for line wrapping mode"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tab Size"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Insert spaces"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Whether gedit should insert spaces instead of tabs."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatic indent"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Whether gedit should enable automatic indentation."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Display Line Numbers"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Whether gedit should display line numbers in the editing area."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Highlight Current Line"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Whether gedit should highlight the current line."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Highlight Matching Brackets"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Whether gedit should highlight matching brackets."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Display Right Margin"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Whether gedit should display the right margin in the editing area."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Right Margin Position"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Specifies the position of the right margin."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Document background pattern type"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Whether the document will get a background pattern painted."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Smart Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"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."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Restore Previous Cursor Position"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Enable Syntax Highlighting"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Whether gedit should enable syntax highlighting."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Enable Search Highlighting"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Whether gedit should highlight all the occurrences of the searched text."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Ensure Trailing Newline"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Notebook Show Tabs Mode"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Status Bar is Visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Whether the status bar at the bottom of editing windows should be visible."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Side panel is Visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Whether the side panel at the left of editing windows should be visible."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Print Syntax Highlighting"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Whether gedit should print syntax highlighting when printing documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Print Header"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Whether gedit should include a document header when printing documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Printing Line Wrapping Mode"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"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."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Print Line Numbers"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Body Font for Printing"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Specifies the font to use for a document’s body when printing documents."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Header Font for Printing"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"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."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Line Number Font for Printing"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Specifies the font to use for line numbers when printing. This will only "
+"take effect if the “Print Line Numbers” option is non-zero."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Left Margin"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "The left margin, in millimetres."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Top Margin"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "The top margin, in millimetres."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Right Margin"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "The right margin, in millimetres."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Margin Bottom"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "The bottom margin, in millimetres."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Candidate Encodings"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognised encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Active plug-ins"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "List of active plug-ins."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Show the application’s version"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Display list of possible values for the encoding option"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Create a new top-level window in an existing instance of gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Create a new document in an existing instance of gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Open files and block process until files are closed"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Run gedit in standalone mode"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+LINE[:COLUMN]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "There was an error displaying the help."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: invalid encoding."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Close _without Saving"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Cancel"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "_Save As…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Save"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgstr[1] ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"If you don’t save, changes from the last minute will be permanently lost."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgstr[1] ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgstr[1] ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"If you don’t save, changes from the last hour will be permanently lost."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgstr[1] ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgstr[1] ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Save changes to document “%s“ before closing?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"There is %d document with unsaved changes. Save changes before closing?"
+msgstr[1] ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "S_elect the documents you want to save:"
+
+# Secondary label
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "If you don’t save, all your changes will be permanently lost."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Loading file “%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Loading %d file…"
+msgstr[1] "Loading %d files…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "The file “%s” is read-only."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Do you want to try to replace it with the one you are saving?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Replace"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Save the file using compression?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Save the file as plain text?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Save Using Compression"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Save As Plain Text"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Saving file “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Save As"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Reverting the document “%s”…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Revert unsaved changes to document “%s”?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Changes made to the document in the last minute will be permanently lost."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Changes made to the document in the last hour will be permanently lost."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgstr[1] ""
+"Changes made to the document in the last %d hours will be permanently lost."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Revert"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit is a small and lightweight text editor for the GNOME desktop"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Abigail Brady <morwen@evilmagi_c.org>\n"
+"Bastien Nocera <hadess@hadess.net>\n"
+"Gareth Owen <gowen72@yahoo.com>\n"
+"David Lodge <dave@cirt.net>\n"
+"Philip Withnall <philip@tecnocode.co.uk>\n"
+"Bruce Cowan <bruce@bcowan.eu>\n"
+"David King <amigadave@amigadave.com>\n"
+"Zander Brown <zbrown@gnome.org>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Found and replaced %d occurrence"
+msgstr[1] "Found and replaced %d occurrences"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Found and replaced one occurrence"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” not found"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Untitled Document %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Tab Group %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Read-Only"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automatically Detected"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Add or Remove…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Current Locale (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Current Locale)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Do you really want to reset the character encodings’ preferences?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Reset"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Add"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Remove"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Move to a higher priority"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Move to a lower priority"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "All Files"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "All Text Files"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "C_haracter Encoding:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "L_ine Ending:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Open Files"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Open"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Plain Text"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Retry"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Could not find the file “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Please check that you typed the location correctly and try again."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Unable to handle “%s:” locations."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Unable to handle this location."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "The location of the file cannot be accessed."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” is a directory."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” is not a valid location."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” is not a regular file."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Connection timed out. Please try again."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Unexpected error: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Cannot find the requested file. Perhaps it has recently been deleted."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Could not revert the file “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Ch_aracter Encoding:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Edit Any_way"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "You do not have the permissions necessary to open the file."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Unable to detect the character encoding."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Please check that you are not trying to open a binary file."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Select a character encoding from the menu and try again."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "There was a problem opening the file “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "You can also choose another character encoding and try again."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Could not open the file “%s” using the “%s” character encoding."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Select a different character encoding from the menu and try again."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Could not open the file “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Could not save the file “%s” using the “%s” character encoding."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "S_ave Anyway"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "D_on’t Save"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "The file “%s” has been modified since reading it."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"If you save it, all the external changes could be lost. Save it anyway?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "A file with the same name already exists. Please use a different name."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Could not save the file “%s”."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Click on this button to select the font to be used by the editor"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Use the system fixed width font (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "The selected colour scheme cannot be installed: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "The selected colour scheme cannot be installed."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Add Colour Scheme"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Add Scheme"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Colour Scheme Files"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Could not remove colour scheme “%s”."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Preparing…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "File: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Page %N of %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Rendering page %d of %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Page %d of %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nothing"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Find and Replace"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "There is a tab with errors"
+msgstr[1] "There are %d tabs with errors"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Reverting %s from %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Reverting %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Loading %s from %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Loading %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Saving %s to %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Saving %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Error opening file %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Error reverting file %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Error saving file %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Name:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME Type:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Encoding:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ on %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Display line numbers"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d of %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Wrap Around"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Match as _Regular Expression"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Match _Entire Word Only"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Match Case"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "String you want to search for"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Line you want to move the cursor to"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Bracket match is out of range"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Bracket match not found"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Bracket match found on line: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tab Width: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "There are unsaved documents"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Change side panel page"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Open a file"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Open a recently used file"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Move _Left"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Move _Right"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Move to New _Window"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Move to New Tab _Group"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Close"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatic Indentation"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Use Spaces"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Display line numbers"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Display right margin"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Highlight current line"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Text wrapping"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_File"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_New"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Open _Recent"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Reopen Closed _Tab"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Save _As…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_New Window"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Reload"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Print…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Quit"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Edit"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Undo"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Redo"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "C_ut"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Copy"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Paste"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Delete"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Overwrite _Mode"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Select _All"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Preferences"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_View"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Side _Panel"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Bottom Panel"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Fullscreen"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "_Highlight Mode…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Search"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Find…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Find Ne_xt"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Find Pre_vious"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Find and _Replace…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Clear Highlight"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Go to _Line…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Tools"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documents"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Save All"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Close All"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_New Tab Group"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "P_revious Tab Group"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Nex_t Tab Group"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Previous Document"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "N_ext Document"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Move To New Window"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Help"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_About Text Editor"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Save _All"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Find and Replace…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "_Go to Line…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Keyboard Shortcuts"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Character Encodings"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Apply"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "A_vailable Encodings"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Cho_sen Encodings"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Description"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Encoding"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Highlight Mode"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Select"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Search highlight mode…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferences"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Display right _margin at column:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Display _statusbar"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Display _grid pattern"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Text Wrapping"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Enable text _wrapping"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Do not _split words over two lines"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Highlighting"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Highlight current _line"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Highlight matching _brackets"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "View"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tab Stops"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tab width:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Insert _spaces instead of tabs"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Enable automatic indentation"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "File Saving"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Create a _backup copy of files before saving"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Autosave files every"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minutes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Font"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Editor _font: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Pick the editor font"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Colour Scheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Install scheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Install Scheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Uninstall scheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Uninstall Scheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Font & Colours"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Plug-ins"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Syntax Highlighting"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Print synta_x highlighting"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Line Numbers"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Print line nu_mbers"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Number every"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "lines"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Page header"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Print page _headers"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fonts"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Body:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Line numbers:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "He_aders and footers:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Restore Default Fonts"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Show the previous page"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Show the next page"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Current page (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "of"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Page total"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "The total number of pages in the document"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Show multiple pages"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Zoom to fit the whole page"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Zoom the page in"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Zoom the page out"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Close print preview"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Close Preview"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Page Preview"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "The preview of a page in the document to be printed"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Replace _All"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Find"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "F_ind "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Replace _with "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Match case"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Match _entire word only"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_gular expression"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Search _backwards"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Wra_p around"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Create a new document in a tab"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Open a document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Save the document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Save the document with a new filename"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Save all the documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Close the document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Close all the documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Reopen the most recently closed document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Switch to the next document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Switch to the previous document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Switch to the first — ninth document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Windows and Panels"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Create a new document in a window"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Create a new tab group"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Show side panel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Show bottom panel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Fullscreen on / off"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Quit the application"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Find and Replace"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Find"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Find the next match"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Find the previous match"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Clear highlight"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Undo and Redo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Undo previous command"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Redo previous command"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selection"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Select all text"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Unselect all text"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copy and Paste"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copy selected text to clipboard"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Cut selected text to clipboard"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Paste text from clipboard"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigation"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Go to line"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Move to the beginning of the current line"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Move to the end of the current line"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Move to the beginning of the document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Move to the end of the document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Move viewport up within the file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Move viewport down within the file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Move viewport to end of file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Move viewport to beginning of file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Move to matching bracket"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Go to previous tab group"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Go to next tab group"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Editing"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Toggle insert/overwrite"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Toggle cursor visibility"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Delete current line"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Move current line up"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Move current line down"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Move current word left"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Move current word right"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Convert to uppercase"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Convert to lowercase"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Invert case"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Increment number at cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Decrement number at cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Tools"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Check spelling"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Print the document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Show completion window"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "General"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Show help"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Open menu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Keyboard shortcuts"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Close Document"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Create a new document"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "New"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Save the current file"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Save"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Hide panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Leave Fullscreen"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Document Statistics"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Report the number of words, lines and characters in a document."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Document Statistics"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Selection"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Lines"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Words"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Characters (with spaces)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Characters (no spaces)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bytes"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Build"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Run “make” in the document directory"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Open terminal here"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Open a terminal in the document location"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Remove trailing spaces"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Remove useless trailing spaces in your file"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Run command"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Execute a custom command and put its output in a new document"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Send to fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Paste selected text or current document to fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "External Tools"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Execute external commands and shell scripts."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Whether to use the system font"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Manage _External Tools…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "External _Tools"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Could not execute command: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "You must be inside a word to run this command"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Running tool:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Done."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Exited"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "All languages"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "All Languages"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "New tool"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "This accelerator is already bound to %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Type a new accelerator, or press Backspace to clear"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Type a new accelerator"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Stopped."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Stop Tool"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Always available"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "All documents"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "All documents except untitled ones"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Local files only"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Remote files only"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Untitled documents only"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Current document"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Current selection"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Current selection (default to document)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Current line"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Current word"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Display in bottom pane"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Create new document"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Append to current document"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Replace current document"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Replace current selection"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Insert at cursor position"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Manage External Tools"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Add a new tool"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Add Tool"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Remove selected tool"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Remove Tool"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Revert tool"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Revert Tool"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Shortcut _key:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Save:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Input:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Output:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Applicability:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Tool Output"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "File Browser Panel"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Easy file access from the side panel."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Home"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "File System"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "File Browser"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "An error occurred while creating a new directory"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "An error occurred while creating a new file"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "An error occurred while renaming a file or directory"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "An error occurred while deleting a file or directory"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "An error occurred while opening a directory in the file manager"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "An error occurred while setting a root directory"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "An error occurred while loading a directory"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "An error occurred"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Cannot move file to the wastebasket, do you\n"
+"want to delete permanently?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "The file “%s” cannot be moved to the wastebasket."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "The selected files cannot be moved to the wastebasket."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Are you sure you want to permanently delete “%s”?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Are you sure you want to permanently delete the selected files?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "If you delete an item, it is permanently lost."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Empty)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Untitled File"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Untitled Folder"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Bookmarks"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "No mount object for mounted volume: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Could not open media: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Could not mount volume: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Error when loading “%s”: No such directory"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Open With Tree View"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Open the tree view when the file browser plug-in gets loaded instead of the "
+"bookmarks view"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "File Browser Root Directory"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"The file browser root directory to use when loading the file browser plug-in "
+"and onload/tree_view is TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "File Browser Virtual Root Directory"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"The file browser virtual root directory to use when loading the file browser "
+"plug-in when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Enable Restore of Remote Locations"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Sets whether to enable restoring of remote locations."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Set Location to First Document"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"If TRUE the file browser plug-in will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "File Browser Filter Mode"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "File Browser Filter Pattern"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "File Browser Binary Patterns"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "The supplemental patterns to use when filtering binary files."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Set Root to Active Document"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_New Folder"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "New F_ile"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Rename…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Move to Wastebasket"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Re_fresh View"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_View Folder"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Open in Terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Show _Hidden"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Show _Binary"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Match Filename"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "History"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Open history menu"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modelines"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate and Vim-style modelines support for gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Command Colour Text"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "The command colour text"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Error Colour Text"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "The error colour text"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "C_ommand colour:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Error colour:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python Console"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interactive Python console standing in the bottom panel."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Quick Highlight"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Highlights every occurrences of selected text."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Quick Open…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Quick Open"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Quickly open files."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Type to search…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Manage _Snippets…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Snippets"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "The archive “%s” could not be created"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Target directory “%s” does not exist"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Target directory “%s” is not a valid directory"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "File “%s” does not exist"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "File “%s” is not a valid snippets file"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Imported file “%s” is not a valid snippets file"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "The archive “%s” could not be extracted"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "The following files could not be imported: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "File “%s” is not a valid snippets archive"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Snippets archive"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Add a new snippet…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Revert selected snippet"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Delete selected snippet"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Single word the snippet is activated with after pressing Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "The following error occurred while importing: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Import successfully completed"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Import snippets"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "All supported archives"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip compressed archive"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 compressed archive"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Single snippets file"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "All files"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "The following error occurred while exporting: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Export successfully completed"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Do you want to include selected <b>system</b> snippets in your export?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "There are no snippets selected to be exported"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Export snippets"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Type a new shortcut, or press Backspace to clear"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Type a new shortcut"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Execution of the Python command (%s) exceeds the maximum time; execution "
+"aborted."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Execution of the Python command (%s) failed: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Insert often-used pieces of text in a fast way."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Manage Snippets"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Create new snippet"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Add Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Remove Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Import Snippets"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Export selected snippets"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Export Snippets"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Activation"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tab trigger:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "S_hortcut key:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Shortcut key with which the snippet is activated"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Drop targets:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "S_ort…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sort"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Reverse order"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "R_emove duplicates"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "C_ase sensitive"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "S_tart at column:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sort"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Sorts a document or selected text."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Check Spelling…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Set _Language…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Highlight Misspelt Words"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Highlight misspelt words"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Default setting for highlight misspelt words."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configure spell plug-in"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Defaults for new documents"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Spell Checker"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Checks the spelling of the current document."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "In_sert Date and Time…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Available formats"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Prompt Type"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Selected Format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "The selected format used when inserting the date/time."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Custom Format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "The custom format used when inserting the date/time."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Insert Date and Time"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Use the _selected format"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Use custom format"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Insert"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configure date/time plug-in"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "When inserting date/time…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Prompt for a format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Insert Date/Time"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Inserts current date and time at the cursor position."
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Display Overview Map"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Whether gedit should display the overview map for the document."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Toolbar is Visible"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Whether the toolbar should be visible in editing windows."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Maximum Recent Files"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Changes to document “%s” will be permanently lost."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Saving has been disabled by the system administrator."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Changes to %d document will be permanently lost."
+#~ msgstr[1] "Changes to %d documents will be permanently lost."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Docum_ents with unsaved changes:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Open"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "No changes need to be saved"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Character Encoding:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Line Ending:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "The location “%s” is not currently reachable."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Your system is offline. Check your network."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "D_on’t Edit"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "This file “%s” is already open in another window."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Do you want to edit it anyway?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Could not create a backup file while saving “%s”"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "Could not create a temporary backup file while saving “%s”"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "The file “%s” changed on disk."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Drop Changes and _Reload"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Some invalid chars have been detected while saving “%s”"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "A_dd Scheme"
+
+#~ msgid "No results"
+#~ msgstr "No results"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Other _Documents…"
+
+#~ msgid "Open another file"
+#~ msgstr "Open another file"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Display _overview map"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Join selected lines"
+
+#~ msgid "Open"
+#~ msgstr "Open"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Open a file dialogue"
+
+#~ msgid "Check update"
+#~ msgstr "Check update"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Check for latest version of gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "There was an error displaying the URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Download"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignore Version"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "There is a new version of gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Version to Ignore"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Version to ignore until a newer version is released."
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit Text Editor"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Please check your installation."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Unable to open UI file %s. Error: %s"
+
+#~| msgid "Unable to find the object '%s' inside file %s."
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Unable to find the object “%s” inside file %s."
+
+#~ msgid "_About"
+#~ msgstr "_About"
+
+#~ msgid "Tools"
+#~ msgstr "Tools"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignore"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Manage _External Tools…"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Quick Open…"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Manage _Snippets…"
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_Check Spelling…"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "In_sert Date and Time…"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Undo Actions Limit (DEPRECATED)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Automatically Detected Encodings"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognised encodings are used."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Encodings shown in menu"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognised encodings are used."
+
+#~ msgid "About gedit"
+#~ msgstr "About gedit"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Log Out _without Saving"
+
+#~ msgid "Question"
+#~ msgstr "Question"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRY"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Run gedit in the background"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Edit text files"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Western"
+
+#~ msgid "Central European"
+#~ msgstr "Central European"
+
+#~ msgid "South European"
+#~ msgstr "South European"
+
+#~ msgid "Baltic"
+#~ msgstr "Baltic"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cyrillic"
+
+#~ msgid "Arabic"
+#~ msgstr "Arabic"
+
+#~ msgid "Greek"
+#~ msgstr "Greek"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebrew Visual"
+
+#~ msgid "Turkish"
+#~ msgstr "Turkish"
+
+#~ msgid "Nordic"
+#~ msgstr "Nordic"
+
+#~ msgid "Celtic"
+#~ msgstr "Celtic"
+
+#~ msgid "Romanian"
+#~ msgstr "Romanian"
+
+#~ msgid "Armenian"
+#~ msgstr "Armenian"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Chinese Traditional"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cyrillic/Russian"
+
+#~ msgid "Japanese"
+#~ msgstr "Japanese"
+
+#~ msgid "Korean"
+#~ msgstr "Korean"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Chinese Simplified"
+
+#~ msgid "Georgian"
+#~ msgstr "Georgian"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebrew"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cyrillic/Ukrainian"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vietnamese"
+
+#~ msgid "Thai"
+#~ msgstr "Thai"
+
+#~ msgid "Unknown"
+#~ msgstr "Unknown"
+
+#~ msgid "Character encodings"
+#~ msgstr "Character encodings"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "E_ncodings shown in menu:"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+
+#~ msgid "The file is too big."
+#~ msgstr "The file is too big."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "Do you want to drop your changes and reload the file?"
+
+#~ msgid "Save _As..."
+#~ msgstr "Save _As…"
+
+#~ msgid "_Print..."
+#~ msgstr "_Print…"
+
+#~ msgid "Empty"
+#~ msgstr "Empty"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit Preferences"
+
+#~ msgid "Replace All"
+#~ msgstr "Replace All"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Search for: "
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "_Open..."
+#~ msgstr "_Open…"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Pr_eferences"
+
+#~ msgid "Configure the application"
+#~ msgstr "Configure the application"
+
+#~ msgid "_Contents"
+#~ msgstr "_Contents"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Revert to a saved version of the file"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Print Previe_w"
+
+#~ msgid "Print preview"
+#~ msgstr "Print preview"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Undo the last action"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Redo the last undone action"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Cut the selection"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Copy the selection"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Delete the selected text"
+
+#~ msgid "_Find..."
+#~ msgstr "_Find…"
+
+#~ msgid "Search for text"
+#~ msgstr "Search for text"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Search forwards for the same text"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Search backwards for the same text"
+
+#~ msgid "_Replace..."
+#~ msgstr "_Replace…"
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Search for and replace text"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Clear highlighting of search matches"
+
+#~ msgid "Go to _Line..."
+#~ msgstr "Go to _Line…"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Go to a specific line"
+
+#~ msgid "Save all open files"
+#~ msgstr "Save all open files"
+
+#~ msgid "Close all open files"
+#~ msgstr "Close all open files"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Activate previous document"
+
+#~ msgid "Activate next document"
+#~ msgstr "Activate next document"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Move the current document to a new window"
+
+#~ msgid "Quit the program"
+#~ msgstr "Quit the program"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_Toolbar"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Show or hide the toolbar in the current window"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Show or hide the statusbar in the current window"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Edit text in fullscreen"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Show or hide the side panel in the current window"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Show or hide the bottom panel in the current window"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Disable syntax highlighting"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Open '%s'"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Activate '%s'"
+
+#~ msgid "Change Case"
+#~ msgstr "Change Case"
+
+#~ msgid "C_hange Case"
+#~ msgstr "C_hange Case"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "All _Upper Case"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "All _Lower Case"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Invert the case of selected text"
+
+#~ msgid "_Title Case"
+#~ msgstr "_Title Case"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Capitalise the first letter of each selected word"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Get statistical information on the current document"
+
+#~ msgid "_Update"
+#~ msgstr "_Update"
+
+#~ msgid "File Name"
+#~ msgstr "File Name"
+
+#~ msgid "_Tools:"
+#~ msgstr "_Tools:"
+
+#~ msgid "_Edit:"
+#~ msgstr "_Edit:"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Opens the External Tools Manager"
+
+#~ msgid "External tools"
+#~ msgstr "External tools"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Set the root to the active document location"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Open a terminal at the currently opened directory"
+
+#~ msgid "file"
+#~ msgstr "file"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Move selected file or folder to the wastebasket."
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Delete selected file or folder"
+
+#~ msgid "Open selected file"
+#~ msgstr "Open selected file"
+
+#~ msgid "Up"
+#~ msgstr "Up"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Open the parent folder"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Add new empty folder"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Add new empty file"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Rename selected file or folder"
+
+#~ msgid "_Previous Location"
+#~ msgstr "_Previous Location"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Go to the previous visited location"
+
+#~ msgid "_Next Location"
+#~ msgstr "_Next Location"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Go to the next visited location"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Refresh the view"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "View folder in file manager"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Show hidden files and folders"
+
+#~ msgid "Show binary files"
+#~ msgstr "Show binary files"
+
+#~ msgid "Quick open"
+#~ msgstr "Quick open"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Quickly open documents"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Snippets:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Manage snippets"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Sort the current document or selection"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Ignore case"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "You cannot undo a sort operation"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(no suggested words)"
+
+#~ msgid "_More..."
+#~ msgstr "_More…"
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignore All"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Spelling Suggestions…"
+
+#~ msgid "Suggestions"
+#~ msgstr "Suggestions"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(correct spelling)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Completed spell checking"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Unknown (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Default"
+
+#~ msgid "Set language"
+#~ msgstr "Set language"
+
+#~ msgid "Languages"
+#~ msgstr "Languages"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Check the current document for incorrect spelling"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Automatically spell-check the current document"
+
+#~ msgid "The document is empty."
+#~ msgstr "The document is empty."
+
+#~ msgid "No misspelled words"
+#~ msgstr "No misspelt words"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Select the _language of the current document."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Misspelt word:"
+
+#~ msgid "word"
+#~ msgstr "word"
+
+#~ msgid "Change _to:"
+#~ msgstr "Change _to:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Check _Word"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Suggestions:"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Cha_nge"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignore _All"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Change A_ll"
+
+#~ msgid "User dictionary:"
+#~ msgstr "User dictionary:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Add w_ord"
+
+#~ msgid "Language:"
+#~ msgstr "Language:"
+
+#~ msgid "Language"
+#~ msgstr "Language"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Insert current date and time at the cursor position"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist dataprovider"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "Logs access and leave event for documents used with gedit"
+
+#~ msgid "_Add..."
+#~ msgstr "_Add…"
+
+#~ msgid "Previous location"
+#~ msgstr "Previous location"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Go to a previously opened location"
+
+#~ msgid "Next location"
+#~ msgstr "Next location"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writeable by default."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Writable VFS schemes"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "External Tools Manager"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "Bottom Panel is Visible"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritised text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Toolbar Buttons Style"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+
+#~ msgid "Current Line"
+#~ msgstr "Current Line"
+
+#~ msgid "Right Margin"
+#~ msgstr "Right Margin"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "_Right margin at column:"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[FILE…]"
+
+#~ msgid "Plugin"
+#~ msgstr "Plugin"
+
+#~ msgid "Enabled"
+#~ msgstr "Enabled"
+
+#~ msgid "C_onfigure"
+#~ msgstr "C_onfigure"
+
+#~ msgid "A_ctivate"
+#~ msgstr "A_ctivate"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Ac_tivate All"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "_Deactivate All"
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "Active _Plugins:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "_About Plugin"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Cannot initialise preferences manager."
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "Expected `%s', got `%s' for key %s"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "It is not possible to detect the encoding automatically"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "Page Set_up…"
+
+#~ msgid "Set up the page settings"
+#~ msgstr "Set up the page settings"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "_Incremental Search…"
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "Incrementally search for text"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Snippets Manager"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "_Autocheck Spelling"
+
+#~ msgid "Tags"
+#~ msgstr "Tags"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Select the group of tags you want to use"
+
+#~ msgid "_Preview"
+#~ msgstr "_Preview"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "Available Tag Lists"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "Abbreviated form"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Abbreviation"
+
+#~ msgid "Above"
+#~ msgstr "Above"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "Accessibility key character"
+
+#~ msgid "Acronym"
+#~ msgstr "Acronym"
+
+#~ msgid "Align"
+#~ msgstr "Align"
+
+#~ msgid "Alignment character"
+#~ msgstr "Alignment character"
+
+#~ msgid "Alternative"
+#~ msgstr "Alternative"
+
+#~ msgid "Anchor"
+#~ msgstr "Anchor"
+
+#~ msgid "Anchor URI"
+#~ msgstr "Anchor URI"
+
+#~ msgid "Applet class file code"
+#~ msgstr "Applet class file code"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Applet class file code (deprecated)"
+
+#~ msgid "Array"
+#~ msgstr "Array"
+
+#~ msgid "Associated information"
+#~ msgstr "Associated information"
+
+#~ msgid "Author info"
+#~ msgstr "Author info"
+
+#~ msgid "Axis related headers"
+#~ msgstr "Axis related headers"
+
+#~ msgid "Background color"
+#~ msgstr "Background colour"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "Background colour (deprecated)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "Background texture tile"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "Background texture tile (deprecated)"
+
+#~ msgid "Base URI"
+#~ msgstr "Base URI"
+
+#~ msgid "Base font"
+#~ msgstr "Base font"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Base font (deprecated)"
+
+#~ msgid "Bold"
+#~ msgstr "Bold"
+
+#~ msgid "Border"
+#~ msgstr "Border"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "Border (deprecated)"
+
+#~ msgid "Border color"
+#~ msgstr "Border colour"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "Cell rowspan"
+
+#~ msgid "Center"
+#~ msgstr "Centre"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "Centre (deprecated)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Character encoding of linked resource"
+
+#~ msgid "Checked (state)"
+#~ msgstr "Ticked (state)"
+
+#~ msgid "Checked state"
+#~ msgstr "Checked state"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "Cite reason for change"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "Class implementation ID"
+
+#~ msgid "Class list"
+#~ msgstr "Class list"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "Clear text flow control"
+
+#~ msgid "Code content type"
+#~ msgstr "Code content type"
+
+#~ msgid "Color of selected links"
+#~ msgstr "Colour of selected links"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "Colour of selected links (deprecated)"
+
+#~ msgid "Column span"
+#~ msgstr "Column span"
+
+#~ msgid "Columns"
+#~ msgstr "Columns"
+
+#~ msgid "Comment"
+#~ msgstr "Comment"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "Computer code fragment"
+
+#~ msgid "Content type"
+#~ msgstr "Content type"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "Content type (deprecated)"
+
+#~ msgid "Coordinates"
+#~ msgstr "Coordinates"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV Style container"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV container"
+
+#~ msgid "Date and time of change"
+#~ msgstr "Date and time of change"
+
+#~ msgid "Declare flag"
+#~ msgstr "Declare flag"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Defer attribute"
+
+#~ msgid "Definition description"
+#~ msgstr "Definition description"
+
+#~ msgid "Definition list"
+#~ msgstr "Definition list"
+
+#~ msgid "Definition term"
+#~ msgstr "Definition term"
+
+#~ msgid "Deleted text"
+#~ msgstr "Deleted text"
+
+#~ msgid "Direction"
+#~ msgstr "Direction"
+
+#~ msgid "Directionality"
+#~ msgstr "Directionality"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "Directionality (deprecated)"
+
+#~ msgid "Directory list"
+#~ msgstr "Directory list"
+
+#~ msgid "Disabled"
+#~ msgstr "Disabled"
+
+#~ msgid "Document base"
+#~ msgstr "Document base"
+
+#~ msgid "Document body"
+#~ msgstr "Document body"
+
+#~ msgid "Document head"
+#~ msgstr "Document head"
+
+#~ msgid "Document title"
+#~ msgstr "Document title"
+
+#~ msgid "Document type"
+#~ msgstr "Document type"
+
+#~ msgid "Element ID"
+#~ msgstr "Element ID"
+
+#~ msgid "Embedded object"
+#~ msgstr "Embedded object"
+
+#~ msgid "Emphasis"
+#~ msgstr "Emphasis"
+
+#~ msgid "Encode type"
+#~ msgstr "Encode type"
+
+#~ msgid "Figure"
+#~ msgstr "Figure"
+
+#~ msgid "Font face"
+#~ msgstr "Font face"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Font face (deprecated)"
+
+#~ msgid "For label"
+#~ msgstr "For label"
+
+#~ msgid "Forced line break"
+#~ msgstr "Forced line break"
+
+#~ msgid "Form"
+#~ msgstr "Form"
+
+#~ msgid "Form action handler"
+#~ msgstr "Form action handler"
+
+#~ msgid "Form control group"
+#~ msgstr "Form control group"
+
+#~ msgid "Form field label text"
+#~ msgstr "Form field label text"
+
+#~ msgid "Form input"
+#~ msgstr "Form input"
+
+#~ msgid "Form input type"
+#~ msgstr "Form input type"
+
+#~ msgid "Form method"
+#~ msgstr "Form method"
+
+#~ msgid "Forward link"
+#~ msgstr "Forward link"
+
+#~ msgid "Frame"
+#~ msgstr "Frame"
+
+#~ msgid "Frame border"
+#~ msgstr "Frame border"
+
+#~ msgid "Frame render parts"
+#~ msgstr "Frame render parts"
+
+#~ msgid "Frame source"
+#~ msgstr "Frame source"
+
+#~ msgid "Frame spacing"
+#~ msgstr "Frame spacing"
+
+#~ msgid "Frame target"
+#~ msgstr "Frame target"
+
+#~ msgid "Frameborder"
+#~ msgstr "Frame border"
+
+#~ msgid "Frameset"
+#~ msgstr "Frameset"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Frameset columns"
+
+#~ msgid "Frameset rows"
+#~ msgstr "Frameset rows"
+
+#~ msgid "Framespacing"
+#~ msgstr "Frame spacing"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "Generic embedded object"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "Generic meta-information"
+
+#~ msgid "Generic span"
+#~ msgstr "Generic span"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML — Special Characters"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML — Tags"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML root element"
+
+#~ msgid "HTML version"
+#~ msgstr "HTML version"
+
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP header name"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "Header cell IDs"
+
+#~ msgid "Heading"
+#~ msgstr "Heading"
+
+#~ msgid "Heading 1"
+#~ msgstr "Heading 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "Heading 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "Heading 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "Heading 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "Heading 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "Heading 6"
+
+#~ msgid "Height"
+#~ msgstr "Height"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "Horizontal rule"
+
+#~ msgid "Horizontal space"
+#~ msgstr "Horizontal space"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "Horizontal space (deprecated)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "I18N BiDi override"
+
+#~ msgid "Image"
+#~ msgstr "Image"
+
+#~ msgid "Image map"
+#~ msgstr "Image map"
+
+#~ msgid "Image map area"
+#~ msgstr "Image map area"
+
+#~ msgid "Image map name"
+#~ msgstr "Image map name"
+
+#~ msgid "Image source"
+#~ msgstr "Image source"
+
+#~ msgid "Inline frame"
+#~ msgstr "Inline frame"
+
+#~ msgid "Inline layer"
+#~ msgstr "Inline layer"
+
+#~ msgid "Inserted text"
+#~ msgstr "Inserted text"
+
+#~ msgid "Instance definition"
+#~ msgstr "Instance definition"
+
+#~ msgid "Italic text"
+#~ msgstr "Italic text"
+
+#~ msgid "Java applet"
+#~ msgstr "Java applet"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Java applet (deprecated)"
+
+#~ msgid "Label"
+#~ msgstr "Label"
+
+#~ msgid "Language code"
+#~ msgstr "Language code"
+
+#~ msgid "Large text style"
+#~ msgstr "Large text style"
+
+#~ msgid "Layer"
+#~ msgstr "Layer"
+
+#~ msgid "Link color"
+#~ msgstr "Link colour"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "Link colour (deprecated)"
+
+#~ msgid "List item"
+#~ msgstr "List item"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "List of MIME types for file upload"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "List of supported character sets"
+
+#~ msgid "Local change to font"
+#~ msgstr "Local change to font"
+
+#~ msgid "Long description link"
+#~ msgstr "Long description link"
+
+#~ msgid "Long quotation"
+#~ msgstr "Long quotation"
+
+#~ msgid "Mail link"
+#~ msgstr "Mail link"
+
+#~ msgid "Marquee"
+#~ msgstr "Marquee"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "Maximum length of text field"
+
+#~ msgid "Media-independent link"
+#~ msgstr "Media-independent link"
+
+#~ msgid "Menu list"
+#~ msgstr "Menu list"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "Menu list (deprecated)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "Multi-line text field"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Multicolumn"
+
+#~ msgid "Multiple"
+#~ msgstr "Multiple"
+
+#~ msgid "Name"
+#~ msgstr "Name"
+
+#~ msgid "Named property value"
+#~ msgstr "Named property value"
+
+#~ msgid "Next ID"
+#~ msgstr "Next ID"
+
+#~ msgid "No URI"
+#~ msgstr "No URI"
+
+#~ msgid "No embedded objects"
+#~ msgstr "No embedded objects"
+
+#~ msgid "No frames"
+#~ msgstr "No frames"
+
+#~ msgid "No layers"
+#~ msgstr "No layers"
+
+#~ msgid "No line break"
+#~ msgstr "No line break"
+
+#~ msgid "No script"
+#~ msgstr "No script"
+
+#~ msgid "No shade"
+#~ msgstr "No shade"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "No shade (deprecated)"
+
+#~ msgid "No word wrap"
+#~ msgstr "No word wrap"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "No word wrap (deprecated)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "Non-breaking space"
+
+#~ msgid "Note"
+#~ msgstr "Note"
+
+#~ msgid "Object applet file"
+#~ msgstr "Object applet file"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Object applet file (deprecated)"
+
+#~ msgid "Object data reference"
+#~ msgstr "Object data reference"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "Offset for alignment character"
+
+#~ msgid "OnBlur event"
+#~ msgstr "OnBlur event"
+
+#~ msgid "OnChange event"
+#~ msgstr "OnChange event"
+
+#~ msgid "OnClick event"
+#~ msgstr "OnClick event"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick event"
+
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus event"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown event"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress event"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp event"
+
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad event"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown event"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove event"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut event"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver event"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp event"
+
+#~ msgid "OnReset event"
+#~ msgstr "OnReset event"
+
+#~ msgid "OnSelect event"
+#~ msgstr "OnSelect event"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit event"
+
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload event"
+
+#~ msgid "Option group"
+#~ msgstr "Option group"
+
+#~ msgid "Option selector"
+#~ msgstr "Option selector"
+
+#~ msgid "Ordered list"
+#~ msgstr "Ordered list"
+
+#~ msgid "Output media"
+#~ msgstr "Output media"
+
+#~ msgid "Paragraph"
+#~ msgstr "Paragraph"
+
+#~ msgid "Paragraph class"
+#~ msgstr "Paragraph class"
+
+#~ msgid "Paragraph style"
+#~ msgstr "Paragraph style"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "Preformatted listing"
+
+#~ msgid "Preformatted text"
+#~ msgstr "Preformatted text"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Profile metainfo dictionary"
+
+#~ msgid "Push button"
+#~ msgstr "Push button"
+
+#~ msgid "Quote"
+#~ msgstr "Quote"
+
+#~ msgid "Range"
+#~ msgstr "Range"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "ReadOnly text and password"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "Reduced spacing"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "Reduced spacing (deprecated)"
+
+#~ msgid "Reverse link"
+#~ msgstr "Reverse link"
+
+#~ msgid "Root"
+#~ msgstr "Root"
+
+#~ msgid "Rows"
+#~ msgstr "Rows"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "Rulings between rows and columns"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "Sample program output, scripts"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "Scope covered by header cells"
+
+#~ msgid "Script language name"
+#~ msgstr "Script language name"
+
+#~ msgid "Script statements"
+#~ msgstr "Script statements"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Scrollbar"
+
+#~ msgid "Selectable option"
+#~ msgstr "Selectable option"
+
+#~ msgid "Server-side image map"
+#~ msgstr "Server-side image map"
+
+#~ msgid "Shape"
+#~ msgstr "Shape"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "Short inline quotation"
+
+#~ msgid "Single line prompt"
+#~ msgstr "Single line prompt"
+
+#~ msgid "Size"
+#~ msgstr "Size"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "Size (deprecated)"
+
+#~ msgid "Small text style"
+#~ msgstr "Small text style"
+
+#~ msgid "Soft line break"
+#~ msgstr "Soft line break"
+
+#~ msgid "Sound"
+#~ msgstr "Sound"
+
+#~ msgid "Source"
+#~ msgstr "Source"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "Space-separated archive list"
+
+#~ msgid "Spacer"
+#~ msgstr "Spacer"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "Spacing between cells"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "Spacing within cells"
+
+#~ msgid "Span"
+#~ msgstr "Span"
+
+#~ msgid "Square root"
+#~ msgstr "Square root"
+
+#~ msgid "Standby load message"
+#~ msgstr "Standby load message"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "Starting sequence number"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "Starting sequence number (deprecated)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "Strike-through text"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Strike-through text (deprecated)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "Strike-through text style"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Strike-through text style (deprecated)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "Strong emphasis"
+
+#~ msgid "Style info"
+#~ msgstr "Style info"
+
+#~ msgid "Subscript"
+#~ msgstr "Subscript"
+
+#~ msgid "Superscript"
+#~ msgstr "Superscript"
+
+#~ msgid "Tab order position"
+#~ msgstr "Tab order position"
+
+#~ msgid "Table"
+#~ msgstr "Table"
+
+#~ msgid "Table body"
+#~ msgstr "Table body"
+
+#~ msgid "Table caption"
+#~ msgstr "Table caption"
+
+#~ msgid "Table column group properties"
+#~ msgstr "Table column group properties"
+
+#~ msgid "Table column properties"
+#~ msgstr "Table column properties"
+
+#~ msgid "Table data cell"
+#~ msgstr "Table data cell"
+
+#~ msgid "Table footer"
+#~ msgstr "Table footer"
+
+#~ msgid "Table header"
+#~ msgstr "Table header"
+
+#~ msgid "Table header cell"
+#~ msgstr "Table header cell"
+
+#~ msgid "Table row"
+#~ msgstr "Table row"
+
+#~ msgid "Table summary"
+#~ msgstr "Table summary"
+
+#~ msgid "Target - Blank"
+#~ msgstr "Target — Blank"
+
+#~ msgid "Target - Parent"
+#~ msgstr "Target — Parent"
+
+#~ msgid "Target - Self"
+#~ msgstr "Target — Self"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Teletype or monospace text style"
+
+#~ msgid "Text"
+#~ msgstr "Text"
+
+#~ msgid "Text color"
+#~ msgstr "Text colour"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "Text colour (deprecated)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "Text entered by user"
+
+#~ msgid "Title"
+#~ msgstr "Title"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "Underlined text style"
+
+#~ msgid "Unordered list"
+#~ msgstr "Unordered list"
+
+#~ msgid "Use image map"
+#~ msgstr "Use image map"
+
+#~ msgid "Value"
+#~ msgstr "Value"
+
+#~ msgid "Value interpretation"
+#~ msgstr "Value interpretation"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "Variable or program argument"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Vertical cell alignment"
+
+#~ msgid "Vertical space"
+#~ msgstr "Vertical space"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Vertical space (deprecated)"
+
+#~ msgid "Visited link color"
+#~ msgstr "Visited link colour"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Visited link colour (deprecated)"
+
+#~ msgid "Width"
+#~ msgstr "Width"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML 1.0 — Tags"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Bibliography (cite)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Bibliography (item)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Bibliography (shortcite)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Bibliography (thebibliography)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "Brackets ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "Brackets <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "Brackets []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "Brackets {}"
+
+#~ msgid "File input"
+#~ msgstr "File input"
+
+#~ msgid "Footnote"
+#~ msgstr "Footnote"
+
+#~ msgid "Function cosine"
+#~ msgstr "Function cosine"
+
+#~ msgid "Function e^"
+#~ msgstr "Function e^"
+
+#~ msgid "Function exp"
+#~ msgstr "Function exp"
+
+#~ msgid "Function log"
+#~ msgstr "Function log"
+
+#~ msgid "Function log10"
+#~ msgstr "Function log10"
+
+#~ msgid "Function sine"
+#~ msgstr "Function sine"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Greek alpha"
+
+#~ msgid "Greek beta"
+#~ msgstr "Greek beta"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Greek epsilon"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Greek gamma"
+
+#~ msgid "Greek lambda"
+#~ msgstr "Greek lambda"
+
+#~ msgid "Greek rho"
+#~ msgstr "Greek rho"
+
+#~ msgid "Greek tau"
+#~ msgstr "Greek tau"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Header 0 (chapter)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Header 0 (chapter*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Header 1 (section)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Header 1 (section*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Header 2 (subsection)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Header 2 (subsection*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Header 3 (subsubsection)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Header 3 (subsubsection*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Header 4 (paragraph)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Header appendix"
+
+#~ msgid "Item"
+#~ msgstr "Item"
+
+#~ msgid "Item with label"
+#~ msgstr "Item with label"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex — Tags"
+
+#~ msgid "List description"
+#~ msgstr "List description"
+
+#~ msgid "List enumerate"
+#~ msgstr "List enumerate"
+
+# This shouldn't be translated, as it refers to a LaTeX tag name
+#~ msgid "List itemize"
+#~ msgstr "List itemize"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Maths (display)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Maths (inline)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "Operator fraction"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "Operator integral (display)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Operator integral (inline)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Operator sum (display)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Operator sum (inline)"
+
+#~ msgid "Reference label"
+#~ msgstr "Reference label"
+
+#~ msgid "Reference ref"
+#~ msgstr "Reference ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "Symbol <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Symbol <="
+
+#~ msgid "Symbol >="
+#~ msgstr "Symbol >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Symbol >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Symbol and"
+
+#~ msgid "Symbol const"
+#~ msgstr "Symbol const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Symbol d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Symbol d-by-dt-partial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Symbol d2-by-dt2-partial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Symbol dagger"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "Symbol em-dash ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "Symbol en-dash --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Symbol equiv"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Symbol infinity"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Symbol mathspace ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Symbol mathspace ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Symbol mathspace _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Symbol mathspace __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Symbol simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "Symbol star"
+
+#~ msgid "Typeface bold"
+#~ msgstr "Typeface bold"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Typeface italic"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "Typeface slanted"
+
+#~ msgid "Typeface type"
+#~ msgstr "Typeface type"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Unbreakable text"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+
+#~ msgid "Tag list"
+#~ msgstr "Tag list"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT — Axes"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT — Elements"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT — Functions"
+
+#~ msgid "ancestor"
+#~ msgstr "ancestor"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "ancestor-or-self"
+
+#~ msgid "attribute"
+#~ msgstr "attribute"
+
+#~ msgid "child"
+#~ msgstr "child"
+
+#~ msgid "descendant"
+#~ msgstr "descendant"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "descendant-or-self"
+
+#~ msgid "following"
+#~ msgstr "following"
+
+#~ msgid "following-sibling"
+#~ msgstr "following-sibling"
+
+#~ msgid "namespace"
+#~ msgstr "namespace"
+
+#~ msgid "parent"
+#~ msgstr "parent"
+
+#~ msgid "preceding"
+#~ msgstr "preceding"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "preceding-sibling"
+
+#~ msgid "self"
+#~ msgstr "self"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL — Tags"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "Configure insert date/time plugin…"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> When inserting date/time…</span>"
+
+#~ msgid "Character Codings"
+#~ msgstr "Character Encodings"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "Ch_aracter encoding:"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">File Name</span>"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>Language</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>word</b>"
+
+#~ msgid "HttP header name"
+#~ msgstr "HTTP header name"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Backup Copy Extension"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>Current Line</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>Font</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>Line Numbers</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">Colour Scheme</span>"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "Could not obtain backup filename"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>Fonts</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>Page header</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>Syntax Highlighting</b>"
+
+#~ msgid "_Indent"
+#~ msgstr "_Indent"
+
+#~ msgid "U_nindent"
+#~ msgstr "U_nindent"
+
+#~ msgid "Indent Lines"
+#~ msgstr "Indent Lines"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "Indents or un-indents selected lines."
+
+#~ msgid "Open Location"
+#~ msgstr "Open Location"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "Enter the _location (URI) of the file you would like to open:"
+
+#~ msgid "Open _Location..."
+#~ msgstr "Open _Location…"
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "Open a file from a specified location"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "Edit tool <i>%s</i>:"
+
+#~ msgid "A Brand New Tool"
+#~ msgstr "A Brand New Tool"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "Co_mmand(s):"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "Edit tool <i>make</i>:"
+
+#~ msgid "_Description:"
+#~ msgstr "_Description:"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "Insert User Na_me"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "Insert the user name at the cursor position"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "Inserts the user name at the cursor position."
+
+#~ msgid "User name"
+#~ msgstr "User name"
+
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: malformed file name or URI.\n"
+
+#~ msgid "None"
+#~ msgstr "None"
+
+#~ msgid "The following python code, run in a snippet, does not return a value"
+#~ msgstr ""
+#~ "The following python code, run in a snippet, does not return a value"
+
+#~ msgid "language|%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "Unknown (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "Default"
+
+#~ msgid "The entered location is not valid."
+#~ msgstr "The entered location is not valid."
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "The file contains corrupted data."
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "The file contains data in an invalid format."
+
+#~ msgid ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+#~ msgstr ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+
+#~ msgid ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "The file you are trying to open is not a regular file."
+
+#~ msgid "Attempt to log in failed."
+#~ msgstr "Attempt to log in failed."
+
+#~ msgid ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+#~ msgstr ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+
+#~ msgid ""
+#~ "Nothing\n"
+#~ "Current document\n"
+#~ "All documents"
+#~ msgstr ""
+#~ "Nothing\n"
+#~ "Current document\n"
+#~ "All documents"
+
+#~ msgid "on"
+#~ msgstr "on"
+
+#~ msgid "Invalid uri"
+#~ msgstr "Invalid uri"
+
+#~ msgid "Recent Files"
+#~ msgstr "Recent Files"
+
+#~ msgid "gtk-revert-to-saved"
+#~ msgstr "gtk-revert-to-saved"
+
+#~ msgid "Background Color"
+#~ msgstr "Background Colour"
+
+#~ msgid ""
+#~ "Background color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Background colour for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colours\" option is turned off."
+
+#~ msgid ""
+#~ "Background color for unselected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Background colour for unselected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colours\" option is turned off."
+
+#~ msgid ""
+#~ "Foreground color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Foreground colour for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colours\" option is turned off."
+
+#~ msgid ""
+#~ "Foreground color for the unselected text in the editing area. This will "
+#~ "only take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Foreground colour for the unselected text in the editing area. This will "
+#~ "only take effect if the \"Use Default Colours\" option is turned off."
+
+#~ msgid "Monospace Regular 9"
+#~ msgstr "Monospace Regular 9"
+
+#~ msgid "Sans Regular 11"
+#~ msgstr "Sans Regular 11"
+
+#~ msgid "Sans Regular 8"
+#~ msgstr "Sans Regular 8"
+
+#~ msgid "Selected Text Color"
+#~ msgstr "Selected Text Colour"
+
+#~ msgid "Selection Color"
+#~ msgstr "Selection Colour"
+
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "Specifies the font to use for line numbers when printing. This will only "
+#~ "take effect if the \"Print Line Numbers\" option is non-zero. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+
+#~ msgid "Text Color"
+#~ msgstr "Text Colour"
+
+#~ msgid "Use Default Colors"
+#~ msgstr "Use Default Colours"
+
+#~ msgid ""
+#~ "Whether to use the system's default colors for the editing area. If this "
+#~ "option is turned off, then the colors of the editing area will be those "
+#~ "specified in the \"Background Color\", \"Text Color\", \"Selected Text "
+#~ "Color\", and \"Selection Color\" options."
+#~ msgstr ""
+#~ "Whether to use the system's default colours for the editing area. If this "
+#~ "option is turned off, then the colours of the editing area will be those "
+#~ "specified in the \"Background Colour\", \"Text Colour\", \"Selected Text "
+#~ "Colour\", and \"Selection Colour\" options."
+
+#~ msgid "Page Setup"
+#~ msgstr "Page Setup"
+
+#~ msgid "Push this button to configure text color"
+#~ msgstr "Push this button to configure text colour"
+
+#~ msgid "Push this button to configure background color"
+#~ msgstr "Push this button to configure background colour"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "appear"
+#~ msgstr ""
+#~ "Push this button to configure the colour in which the selected text "
+#~ "should appear"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "be marked"
+#~ msgstr ""
+#~ "Push this button to configure the colour in which the selected text "
+#~ "should be marked"
+
+#~ msgid "Elements"
+#~ msgstr "Elements"
+
+#~ msgid "<b>Elements</b>"
+#~ msgstr "<b>Elements</b>"
+
+#~ msgid "Highlight _mode:"
+#~ msgstr "Highlight _mode:"
+
+#~ msgid "Italic"
+#~ msgstr "Italic"
+
+#~ msgid "Normal _text color:"
+#~ msgstr "Normal _text colour:"
+
+#~ msgid "Pick a color"
+#~ msgstr "Pick a colour"
+
+#~ msgid "Pick the normal text color"
+#~ msgstr "Pick the normal text colour"
+
+#~ msgid "Pick the selection color"
+#~ msgstr "Pick the selection colour"
+
+#~ msgid "Se_lection color:"
+#~ msgstr "Se_lection colour:"
+
+#~ msgid "Selecte_d text color:"
+#~ msgstr "Selecte_d text colour:"
+
+#~ msgid "Strikethrough"
+#~ msgstr "Strikethrough"
+
+#~ msgid "U_se default theme colors"
+#~ msgstr "U_se default theme colours"
+
+#~ msgid "Underline"
+#~ msgstr "Underline"
+
+#~ msgid "_Background:"
+#~ msgstr "_Background:"
+
+#~ msgid "_Enable syntax highlighting"
+#~ msgstr "_Enable syntax highlighting"
+
+#~ msgid "_Foreground:"
+#~ msgstr "_Foreground:"
+
+#~ msgid "_Reset to Default "
+#~ msgstr "_Reset to Default "
+
+#~ msgid "Please, check that you typed the location correctly and try again."
+#~ msgstr "Please, check that you typed the location correctly and try again."
+
+#~ msgid "Other"
+#~ msgstr "Other"
+
+#~ msgid "Number of pages horizontally"
+#~ msgstr "Number of pages horizontally"
+
+#~ msgid "Number of pages vertically"
+#~ msgstr "Number of pages vertically"
+
+#~ msgid "No visible output was created."
+#~ msgstr "No visible output was created."
+
+#~ msgid "Could not find the required widgets inside %s."
+#~ msgstr "Could not find the required widgets inside %s."
+
+#~ msgid "Double-click on a tag to insert it in the current document"
+#~ msgstr "Double-click on a tag to insert it in the current document"
+
+#~ msgid "Insert in output panel"
+#~ msgstr "Insert in output panel"
+
+#~ msgid "_Use default theme font"
+#~ msgstr "_Use default theme font"
+
+#~ msgid "_Advanced filtering"
+#~ msgstr "_Advanced filtering"
+
+#~ msgid "F7"
+#~ msgstr "F7"
+
+#~ msgid "_Accelerator:"
+#~ msgstr "_Accelerator:"
+
+#~ msgid "_New Directory"
+#~ msgstr "_New Directory"
+
+#~ msgid "Add new empty directory"
+#~ msgstr "Add new empty directory"
+
+#~ msgid "_View Directory"
+#~ msgstr "_View Directory"
+
+#~ msgid "Afrikaans"
+#~ msgstr "Afrikaans"
+
+#~ msgid "Amharic"
+#~ msgstr "Amharic"
+
+#~ msgid "Arabic (Egypt)"
+#~ msgstr "Arabic (Egypt)"
+
+#~ msgid "Azerbaijani"
+#~ msgstr "Azerbaijani"
+
+#~ msgid "Belarusian"
+#~ msgstr "Belarusian"
+
+#~ msgid "Bulgarian"
+#~ msgstr "Bulgarian"
+
+#~ msgid "Bengali"
+#~ msgstr "Bengali"
+
+#~ msgid "Breton"
+#~ msgstr "Breton"
+
+#~ msgid "Catalan"
+#~ msgstr "Catalan"
+
+#~ msgid "Czech"
+#~ msgstr "Czech"
+
+#~ msgid "Welsh"
+#~ msgstr "Welsh"
+
+#~ msgid "Danish"
+#~ msgstr "Danish"
+
+#~ msgid "German (Austria)"
+#~ msgstr "German (Austria)"
+
+#~ msgid "German (Germany)"
+#~ msgstr "German (Germany)"
+
+#~ msgid "German (Swiss)"
+#~ msgstr "German (Swiss)"
+
+#~ msgid "English (American)"
+#~ msgstr "English (American)"
+
+#~ msgid "English (British)"
+#~ msgstr "English (British)"
+
+#~ msgid "English (Canadian)"
+#~ msgstr "English (Canadian)"
+
+#~ msgid "Esperanto"
+#~ msgstr "Esperanto"
+
+#~ msgid "Spanish"
+#~ msgstr "Spanish"
+
+#~ msgid "Estonian"
+#~ msgstr "Estonian"
+
+#~ msgid "Persian"
+#~ msgstr "Persian"
+
+#~ msgid "Finnish"
+#~ msgstr "Finnish"
+
+#~ msgid "Faroese"
+#~ msgstr "Faroese"
+
+#~ msgid "French (France)"
+#~ msgstr "French (France)"
+
+#~ msgid "French (Swiss)"
+#~ msgstr "French (Swiss)"
+
+#~ msgid "Irish"
+#~ msgstr "Irish"
+
+#~ msgid "Scottish Gaelic"
+#~ msgstr "Scottish Gaelic"
+
+#~ msgid "Gallegan"
+#~ msgstr "Gallegan"
+
+#~ msgid "Manx Gaelic"
+#~ msgstr "Manx Gaelic"
+
+#~ msgid "Hindi"
+#~ msgstr "Hindi"
+
+#~ msgid "Croatian"
+#~ msgstr "Croatian"
+
+#~ msgid "Upper Sorbian"
+#~ msgstr "Upper Sorbian"
+
+#~ msgid "Hungarian"
+#~ msgstr "Hungarian"
+
+#~ msgid "Interlingua (IALA)"
+#~ msgstr "Interlingua (IALA)"
+
+#~ msgid "Indonesian"
+#~ msgstr "Indonesian"
+
+#~ msgid "Icelandic"
+#~ msgstr "Icelandic"
+
+#~ msgid "Italian"
+#~ msgstr "Italian"
+
+#~ msgid "Kurdish"
+#~ msgstr "Kurdish"
+
+#~ msgid "Latin"
+#~ msgstr "Latin"
+
+#~ msgid "Lithuanian"
+#~ msgstr "Lithuanian"
+
+#~ msgid "Latvian"
+#~ msgstr "Latvian"
+
+#~ msgid "Malagasy"
+#~ msgstr "Malagasy"
+
+#~ msgid "Maori"
+#~ msgstr "Maori"
+
+#~ msgid "Macedonian"
+#~ msgstr "Macedonian"
+
+#~ msgid "Mongolian"
+#~ msgstr "Mongolian"
+
+#~ msgid "Marathi"
+#~ msgstr "Marathi"
+
+#~ msgid "Malay"
+#~ msgstr "Malay"
+
+#~ msgid "Maltese"
+#~ msgstr "Maltese"
+
+#~ msgid "Norwegian Bokmal"
+#~ msgstr "Norwegian Bokmal"
+
+#~ msgid "Dutch"
+#~ msgstr "Dutch"
+
+#~ msgid "Norwegian Nynorsk"
+#~ msgstr "Norwegian Nynorsk"
+
+#~ msgid "Norwegian"
+#~ msgstr "Norwegian"
+
+#~ msgid "Nyanja"
+#~ msgstr "Nyanja"
+
+#~ msgid "Polish"
+#~ msgstr "Polish"
+
+#~ msgid "Portuguese (Portugal)"
+#~ msgstr "Portuguese (Portugal)"
+
+#~ msgid "Portuguese (Brazilian)"
+#~ msgstr "Portuguese (Brazilian)"
+
+#~ msgid "Quechua"
+#~ msgstr "Quechua"
+
+#~ msgid "Russian"
+#~ msgstr "Russian"
+
+#~ msgid "Kinyarwanda"
+#~ msgstr "Kinyarwanda"
+
+#~ msgid "Sardinian"
+#~ msgstr "Sardinian"
+
+#~ msgid "Slovak"
+#~ msgstr "Slovak"
+
+#~ msgid "Slovenian"
+#~ msgstr "Slovenian"
+
+#~ msgid "Swedish"
+#~ msgstr "Swedish"
+
+#~ msgid "Swahili"
+#~ msgstr "Swahili"
+
+#~ msgid "Tamil"
+#~ msgstr "Tamil"
+
+#~ msgid "Tetum"
+#~ msgstr "Tetum"
+
+#~ msgid "Tagalog"
+#~ msgstr "Tagalog"
+
+#~ msgid "Tswana"
+#~ msgstr "Tswana"
+
+#~ msgid "Ukrainian"
+#~ msgstr "Ukrainian"
+
+#~ msgid "Uzbek"
+#~ msgstr "Uzbek"
+
+#~ msgid "Walloon"
+#~ msgstr "Walloon"
+
+#~ msgid "Yiddish"
+#~ msgstr "Yiddish"
+
+#~ msgid "Zulu"
+#~ msgstr "Zulu"
+
+#~ msgid "BGSound"
+#~ msgstr "BGSound"
+
+#~ msgid "Behavior"
+#~ msgstr "Behaviour"
+
+#~ msgid "Blinking text"
+#~ msgstr "Blinking text"
+
+#~ msgid "Box"
+#~ msgstr "Box"
+
+#~ msgid "Space"
+#~ msgstr "Space"
+
+#~ msgid "Brackets &lt;&gt;"
+#~ msgstr "Brackets &lt;&gt;"
+
+#~ msgid "Symbol &gt;&gt;"
+#~ msgstr "Symbol &gt;&gt;"
+
+#~ msgid "Symbol &gt;="
+#~ msgstr "Symbol &gt;="
+
+#~ msgid "Symbol &lt;&lt;"
+#~ msgstr "Symbol &lt;&lt;"
+
+#~ msgid "Symbol &lt;="
+#~ msgstr "Symbol &lt;="
+
+#~ msgid "Gedit View"
+#~ msgstr "Gedit View"
+
+#~ msgid "Gedit View."
+#~ msgstr "Gedit View."
+
+#~ msgid "Gedit viewer factory"
+#~ msgstr "Gedit viewer factory"
+
+#~ msgid "gedit application"
+#~ msgstr "gedit application"
+
+#~ msgid "gedit automation factory"
+#~ msgstr "gedit automation factory"
+
+#~ msgid "The text \"%s\" was not found."
+#~ msgstr "The text \"%s\" was not found."
+
+#~ msgid ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform "
+#~ "its task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+#~ msgstr ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform "
+#~ "its task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+
+#~ msgid "Goto Line"
+#~ msgstr "Goto Line"
+
+#~ msgid "_Line number:"
+#~ msgstr "_Line number:"
+
+#~ msgid "button1"
+#~ msgstr "button1"
+
+#~ msgid "dialog1"
+#~ msgstr "dialogue1"
+
+#~ msgid "Browse for program location..."
+#~ msgstr "Browse for program location…"
+
+#~ msgid "label"
+#~ msgstr "label"
+
+#~ msgid "Open from URI"
+#~ msgstr "Open from URI"
+
+#~ msgid "Invalid UTF-8 data"
+#~ msgstr "Invalid UTF-8 data"
+
+#~ msgid "Could not read symbolic link information for %s"
+#~ msgstr "Could not read symbolic link information for %s"
+
+#~ msgid "The file has too many symbolic links."
+#~ msgstr "The file has too many symbolic links."
+
+#~ msgid "gedit cannot handle %s: locations in write mode."
+#~ msgstr "gedit cannot handle %s: locations in write mode."
+
+#~ msgid "gedit cannot handle this kind of location in write mode."
+#~ msgstr "gedit cannot handle this kind of location in write mode."
+
+#~ msgid "A file named \"%s\" already exists.\n"
+#~ msgstr "A file named \"%s\" already exists.\n"
+
+#~ msgid "Select a file to open"
+#~ msgstr "Select a file to open"
+
+#~ msgid "Select files to open"
+#~ msgstr "Select files to open"
+
+#~ msgid "Select a filename to save"
+#~ msgstr "Select a filename to save"
+
+#~ msgid "Saving document \"%s\"..."
+#~ msgstr "Saving document \"%s\"…"
+
+#~ msgid "The document \"%s\" has not been saved."
+#~ msgstr "The document \"%s\" has not been saved."
+
+#~ msgid "The document \"%s\" has been saved."
+#~ msgstr "The document \"%s\" has been saved."
+
+#~ msgid "Save as..."
+#~ msgstr "Save as…"
+
+#~ msgid "Error reverting the document \"%s\"."
+#~ msgstr "Error reverting the document \"%s\"."
+
+#~ msgid "The document \"%s\" has not been reverted."
+#~ msgstr "The document \"%s\" has not been reverted."
+
+#~ msgid "The document \"%s\" has been reverted."
+#~ msgstr "The document \"%s\" has been reverted."
+
+#~ msgid "Could not read data from stdin."
+#~ msgstr "Could not read data from stdin."
+
+#~ msgid "Loaded file \"%s\""
+#~ msgstr "Loaded file \"%s\""
+
+#~ msgid "Loaded %d file"
+#~ msgid_plural "Loaded %d files"
+#~ msgstr[0] "Loaded %d file"
+#~ msgstr[1] "Loaded %d files"
+
+#~ msgid "Created file \"%s\""
+#~ msgstr "Created file \"%s\""
+
+#~ msgid "Access was denied."
+#~ msgstr "Access was denied."
+
+#~ msgid ""
+#~ "there are too many open files. Please, close some open files and try "
+#~ "again."
+#~ msgstr ""
+#~ "there are too many open files. Please, close some open files and try "
+#~ "again."
+
+#~ msgid ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again "
+#~ "selecting a character coding in the 'Open File...' (or 'Open Location') "
+#~ "dialog."
+#~ msgstr ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again "
+#~ "selecting a character coding in the 'Open File…' (or 'Open Location') "
+#~ "dialogue."
+
+#~ msgid ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File... ' (or 'Open "
+#~ "Location') dialog and try again."
+#~ msgstr ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File… ' (or 'Open "
+#~ "Location') dialogue and try again."
+
+#~ msgid ""
+#~ "The file contains data in an invalid format. Probably, you are trying to "
+#~ "open a binary file."
+#~ msgstr ""
+#~ "The file contains data in an invalid format. Probably, you are trying to "
+#~ "open a binary file."
+
+#~ msgid ""
+#~ "Not enough available memory. Please, close some running applications and "
+#~ "try again."
+#~ msgstr ""
+#~ "Not enough available memory. Please, close some running applications and "
+#~ "try again."
+
+#~ msgid ""
+#~ "The host name was empty. Please, check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "The host name was empty. Please, check that your proxy settings are "
+#~ "correct and try again."
+
+#~ msgid ""
+#~ "The file contains invalid UTF-8 data. Probably, you are trying to revert "
+#~ "a binary file."
+#~ msgstr ""
+#~ "The file contains invalid UTF-8 data. Probably, you are trying to revert "
+#~ "a binary file."
+
+#~ msgid "Could not create the file \"%s\""
+#~ msgstr "Could not create the file \"%s\""
+
+#~ msgid "Make sure you have the appropriate write permissions."
+#~ msgstr "Make sure you have the appropriate write permissions."
+
+#~ msgid "The file name is too long."
+#~ msgstr "The file name is too long."
+
+#~ msgid ""
+#~ "A directory component in the file name does not exist or is a dangling "
+#~ "symbolic link."
+#~ msgstr ""
+#~ "A directory component in the file name does not exist or is a dangling "
+#~ "symbolic link."
+
+#~ msgid ""
+#~ "There is not enough disk space to create the file. Please free some disk "
+#~ "space and try again."
+#~ msgstr ""
+#~ "There is not enough disk space to create the file. Please free some disk "
+#~ "space and try again."
+
+#~ msgid "Normal"
+#~ msgstr "Normal"
+
+#~ msgid "Use Normal highlight mode"
+#~ msgstr "Use Normal highlight mode"
+
+#~ msgid "Close the output window"
+#~ msgstr "Close the output window"
+
+#~ msgid "Clear the output window"
+#~ msgstr "Clear the output window"
+
+#~ msgid "Output Lines"
+#~ msgstr "Output Lines"
+
+#~ msgid "Printing page %d of %d..."
+#~ msgstr "Printing page %d of %d…"
+
+#~ msgid "Change the visibility of the output window in the current window"
+#~ msgstr "Change the visibility of the output window in the current window"
+
+#~ msgid "Close"
+#~ msgstr "Close"
+
+#~ msgid "Copy"
+#~ msgstr "Copy"
+
+#~ msgid "Cu_t"
+#~ msgstr "Cu_t"
+
+#~ msgid "Cut"
+#~ msgstr "Cut"
+
+#~ msgid "Find Previous"
+#~ msgstr "Find Previous"
+
+#~ msgid "Main toolbar"
+#~ msgstr "Main toolbar"
+
+#~ msgid "Open Location..."
+#~ msgstr "Open Location…"
+
+#~ msgid "Paste"
+#~ msgstr "Paste"
+
+#~ msgid "Print Previe_w..."
+#~ msgstr "Print Previe_w…"
+
+#~ msgid "Quit"
+#~ msgstr "Quit"
+
+#~ msgid ""
+#~ "Set toolbar button style according to desktop Menu and Toolbar Preferences"
+#~ msgstr ""
+#~ "Set toolbar button style according to desktop Menu and Toolbar Preferences"
+
+#~ msgid "Show only icons in the toolbar"
+#~ msgstr "Show only icons in the toolbar"
+
+#~ msgid "Show text below every icon in the toolbar"
+#~ msgstr "Show text below every icon in the toolbar"
+
+#~ msgid "Show text only beside important icons in the toolbar"
+#~ msgstr "Show text only beside important icons in the toolbar"
+
+#~ msgid "T_ext for Important Icons"
+#~ msgstr "T_ext for Important Icons"
+
+#~ msgid "Undo"
+#~ msgstr "Undo"
+
+#~ msgid "_Customize Toolbar"
+#~ msgstr "_Customise Toolbar"
+
+#~ msgid "_Desktop Default"
+#~ msgstr "_Desktop Default"
+
+#~ msgid "_Icons Only"
+#~ msgstr "_Icons Only"
+
+#~ msgid "_Text for All Icons"
+#~ msgstr "_Text for All Icons"
+
+#~ msgid "Quit an existing instance of gedit"
+#~ msgstr "Quit an existing instance of gedit"
+
+#~ msgid "The file you are trying to open contains an invalid byte sequence."
+#~ msgstr "The file you are trying to open contains an invalid byte sequence."
+
+#~ msgid ""
+#~ "gedit was not able to automatically determine the encoding of the file "
+#~ "you want to open."
+#~ msgstr ""
+#~ "gedit was not able to automatically determine the encoding of the file "
+#~ "you want to open."
+
+#~ msgid "Update"
+#~ msgstr "Update"
+
+#~ msgid "gedit: Document Info plugin"
+#~ msgstr "gedit: Document Info plugin"
+
+#~ msgid "Sa_ve Copy..."
+#~ msgstr "Sa_ve Copy…"
+
+#~ msgid "Could not save a copy of the file to \"%s\""
+#~ msgstr "Could not save a copy of the file to \"%s\""
+
+#~ msgid "You are trying to overwrite the original file"
+#~ msgstr "You are trying to overwrite the original file"
+
+#~ msgid "Save Copy..."
+#~ msgstr "Save Copy…"
+
+#~ msgid "%s (copy)"
+#~ msgstr "%s (copy)"
+
+#~ msgid "Save a Copy"
+#~ msgstr "Save a Copy"
+
+#~ msgid "Saves a copy of the current document to a local or remote location."
+#~ msgstr "Saves a copy of the current document to a local or remote location."
+
+#~ msgid "_Run Command..."
+#~ msgstr "_Run Command…"
+
+#~ msgid "Run Command"
+#~ msgstr "Run Command"
+
+#~ msgid "_Run"
+#~ msgstr "_Run"
+
+#~ msgid "Failed"
+#~ msgstr "Failed"
+
+#~ msgid ""
+#~ "The shell command entry is empty.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "The shell command entry is empty.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+
+#~ msgid ""
+#~ "Error parsing the shell command.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "Error parsing the shell command.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+
+#~ msgid "Executing command"
+#~ msgstr "Executing command"
+
+#~ msgid ""
+#~ "Executes an external program and, if required, displays its output in the "
+#~ "output window."
+#~ msgstr ""
+#~ "Executes an external program and, if required, displays its output in the "
+#~ "output window."
+
+#~ msgid "Shell command"
+#~ msgstr "Shell command"
+
+#~ msgid "_Show results in Output Window"
+#~ msgstr "_Show results in Output Window"
+
+#~ msgid "The selected text does not contain misspelled words."
+#~ msgstr "The selected text does not contain any misspelt words."
+
+#~ msgid "The document does not contain misspelled words."
+#~ msgstr "The document does not contain any misspelt words."
+
+#~ msgid "Tag list plugin"
+#~ msgstr "Tag list plugin"
+
+#~ msgid "Tag _List"
+#~ msgstr "Tag _List"
diff --git a/po/eo.po b/po/eo.po
new file mode 100644
index 0000000..c538b0b
--- /dev/null
+++ b/po/eo.po
@@ -0,0 +1,4221 @@
+# Esperanto translation for gedit.
+# Copyright (C) 2006 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package
+# Joop EGGEN <joop_eggen@yahoo.de>, 2006.
+# Denizo PRISKORN <denizo@riseup.net>, 2011.
+# Tiffany ANTOPOLSKI <tiffany.antopolski@gmail.com>, 2011.
+# Daniel PUENTES <blatberk@openmailbox.org>, 2015.
+# Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>, 2010, 2011, 2012, 2015, 2017, 2018.
+# Carmen Bianca BAKKER <carmen@carmenbianca.eu>, 2018-2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2019-05-02 19:06+0000\n"
+"PO-Revision-Date: 2019-05-10 13:11+0200\n"
+"Last-Translator: Carmen Bianca BAKKER <carmen@carmenbianca.eu>\n"
+"Language-Team: Esperanto <gnome-eo-list@gnome.org>\n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"X-Generator: Gtranslator 3.32.0\n"
+"X-Project-Style: gnome\n"
+"X-DamnedLies-Scope: partial\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in.in:4
+msgid "Edit text files"
+msgstr "Redakti tekstdosierojn"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"Gedit estas la oficiala tekstredaktilo de la GNOME-labortablo. Gedit celas "
+"simplecon kaj facilecon, tamen estas forta ĝeneralcela tekstredaktilo."
+
+#: data/org.gnome.gedit.appdata.xml.in:15
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Ĉu vi skribas la venontan furorlibron, aŭ programas elpenseman aplikaĵon, aŭ "
+"simple faras promptajn notojn, Gedit estos fidinda ilo por fari vian taskon."
+
+#: data/org.gnome.gedit.appdata.xml.in:20
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"Ĝia fleksa kromprogramsistemo permesas al vi alĝustigi la aplikaĵon laŭ via "
+"deziro por via laborfluo."
+
+#: data/org.gnome.gedit.desktop.in.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Tekstredaktilo"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in.in:18
+#| msgid "Text;Editor;Plaintext;Write;"
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Teksto;Redaktilo;Plata teksto;Skribi;gedit;"
+
+#: data/org.gnome.gedit.desktop.in.in:22
+msgid "New Window"
+msgstr "Nova fenestro"
+
+#: data/org.gnome.gedit.desktop.in.in:26
+msgid "New Document"
+msgstr "Nova dokumento"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Uzi implicitan tiparon"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Ĉu uzi la sisteman implicitan fikslarĝan tiparon por redakti tekston "
+"anstataŭ de tiparo specifa por Gedit? Se ĉi tiu agordaĵo estas malŝaltita, "
+"tiam la tiparo nomita en la agordo “Redaktila tiparo” estos uzata anstataŭ "
+"la sistema tiparo."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Redaktil-tiparo"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Propra tiparo uzota en redakta areo. Nur efektiviĝos se la atributo “Uzi "
+"implicitan tiparon” estas malŝaltita."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stila skemo"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"La identigilo de stilo-skemo de GtkSourceView, kiu estas uzita por kolori la "
+"teksto."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Krei sekurajn kopiojn"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Ĉu Gedit metu la kursoron en la antaŭan lokon kiam ŝargante dosieron."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Aŭtomata konservado"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Ĉu gedit aŭtomate konservu modifitajn dosierojn post intertempo. Vi povas "
+"agordi la intertempon per la opcio “Aŭtomata konserva intertempo”."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Konservi intertempa aŭtomate"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Nombro da minutoj, post kiuj Gedit aŭtomate konservas modifitajn dosierojn. "
+"Ĉi tio efikas nur, se “aŭtokonservado” estas ŝaltita."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maksimuma nombro da malfaroj"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maksimuma nombro da agoj malfareblaj aŭ refareblaj de Gedit. Uzu “-1” por "
+"senlima nombro de agoj."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Linio-ĉirkaŭflua reĝimo"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Tio specifas kiel fluigi longajn liniojn en la redakta areo. Uzu "
+"“none” (neniu) por ne fluigi, “word” (vorto) por fluigi ĉe vortfinoj, kaj "
+"“char” (signo) por fluigi ĉe signofinoj. Notu ke la valoroj estas "
+"usklecodistingaj, do certigu ke ili aspektas precize kiel mencitaj ĉi tie."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tabgrando"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Tio specifas la nombron da spacetoj vidigotaj anstataŭ tab-signoj."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Enmeti spacetojn"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Ĉu Gedit enmetu spacetojn anstataŭ tabojn."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Aŭtomata deŝovo"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Ĉu Gedit ŝaltu aŭtomatan deŝovon."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Vidigi lininumerojn"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Ĉu Gedit montru lininumerojn en la redakta areo."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Emfazi la aktualan linion"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Ĉu Gedit emfazu la aktualan linion."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Emfazi parajn krampojn"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Ĉu Gedit emfazu parajn krampojn."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Vidigi dekstran marĝenon"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Ĉu Gedit montru la dekstran marĝenon en la redakta areo."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Pozicio de dekstra marĝeno"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Specifas la lokon de la desktra marĝeno."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Display Overview Map"
+msgstr "Montri superrigardon"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether gedit should display the overview map for the document."
+msgstr "Ĉu Gedit montru la superrigardan mapon por la dokumento."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Smart Home End"
+msgstr "Inteligenta hejmofino"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+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 ""
+"Specifas kiel la kursoro moviĝas kiam la HEJMEN- kaj FINEN-klavoj premiĝas. "
+"Uzu “DISABLED” (malŝaltita) por moviĝi ĉiam al la komenco/fino de la linio, "
+"“AFTER” (post) por moviĝi al la komenco/fino de la linio la unuan fojon la "
+"klavoj estas premitaj kaj al al komenco/fino de la teksto malatentante "
+"spacetojn la duan fojon, “BEFORE” (antaŭ) por moviĝi al la komenco/fino de "
+"la teksto antaŭ moviĝi al la komenco/fino de la linio, kaj “ALWAYS” (ĉiam) "
+"por moviĝi ĉiam al la komenco/fino de la teksto anstataŭ al la komenco/fino "
+"de la linio."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Restore Previous Cursor Position"
+msgstr "Restaŭri antaŭan pozicion de la kursoro"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Ĉu Gedit metu la kursoron en la antaŭan lokon kiam ŝargante dosieron."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Syntax Highlighting"
+msgstr "Enŝalti sintaksan emfazon"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Ĉu Gedit ŝaltu sintaksan emfazon."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Enable Search Highlighting"
+msgstr "Enŝalti serĉan emfazon"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Ĉu Gedit emfazu ĉiujn okazojn de la serĉata teksto."
+
+#: data/org.gnome.gedit.gschema.xml.in:168
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Ĉu Gedit certigu ke dokumentoj ĉiam finas kun vosta linifino."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Toolbar is Visible"
+msgstr "Ilobreto estas videbla"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Ĉu la ilobreto estu videbla en redaktaj fenestroj."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Notebook Show Tabs Mode"
+msgstr "Montri-langetojn reĝimo de notlibro"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Specifas kiam montri la langetojn. Uzu “never” (neniam) por neniam montri "
+"lalangetojn, “always” (ĉiam) por ĉiam montri la langetojn, kaj "
+"“auto” (aŭtomata) por montri la langetojn nur se estas pli ol unu langeto. "
+"Notu ke la valoroj estas usklecodistingaj, do certigu ke ili aspektas "
+"precize kiel menciitaj ĉi tie."
+
+#: data/org.gnome.gedit.gschema.xml.in:184
+msgid "Status Bar is Visible"
+msgstr "Statobreto estas videbla"
+
+#: data/org.gnome.gedit.gschema.xml.in:185
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Ĉu la statobreto ĉe la malsupro de redaktaj fenestroj estu videbla."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Side panel is Visible"
+msgstr "Flanka panelo videblas"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Ĉu montri la flankan panelon maldekstre de la redakta fenestro."
+
+#: data/org.gnome.gedit.gschema.xml.in:197
+msgid "Maximum Recent Files"
+msgstr "Maksimuma de lastaj dosieroj"
+
+#: data/org.gnome.gedit.gschema.xml.in:198
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the “Recent Files” submenu."
+msgstr ""
+"Specifas la maksimuman nombron da laste malfermitaj dosieroj kiu estos "
+"montri en la submenuo de “Lastaj dosieroj”."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Print Syntax Highlighting"
+msgstr "Presi sintaksan emfazon"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Ĉu Gedit presu sintaksan emfazon dum dokumentpresado."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Header"
+msgstr "Presi paĝokapon"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Ĉu Gedit enmetu dokumentan paĝokapon kiam presante dokumentojn."
+
+#: data/org.gnome.gedit.gschema.xml.in:219
+msgid "Printing Line Wrapping Mode"
+msgstr "Ĉirkaŭflua reĝimo de presa linio"
+
+#: data/org.gnome.gedit.gschema.xml.in:220
+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 ""
+"Specifas kiel ĉirkaŭfluigi longajn liniojn dum presado. Uzu “none” (neniu) "
+"por neĉirkaŭfluigi, “word” (vorto) por ĉirkaŭfluigi ĉe vortlimoj, kaj "
+"“char” (signo) por ĉirkaŭfluigi ĉe unuopaj signolimoj. Notu ke la valoroj "
+"estas usklecodistingaj, do certigu ke ili aspektas precize kiel menciitaj ĉi "
+"tie."
+
+#: data/org.gnome.gedit.gschema.xml.in:224
+msgid "Print Line Numbers"
+msgstr "Presi lininumerojn"
+
+#: data/org.gnome.gedit.gschema.xml.in:225
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Se ĉi tiu valoro estas 0, neniu liniaj numeroj estos enmetita dum presado de "
+"dokumento. Se ne, Gedit presos liniajn numerojn ĉiu kelkaj linioj."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:229
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:230
+msgid "Body Font for Printing"
+msgstr "Korpa tiparo por presado"
+
+#: data/org.gnome.gedit.gschema.xml.in:231
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Specifas la tiparon uzi por la korpo de la dokumento presante dokumentojn."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:235
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:236
+msgid "Header Font for Printing"
+msgstr "Paĝokapa tiparo por presado"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+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 ""
+"Specifas la tiparon uzi por paĝokapoj dum presado. Tio efikos nur se la "
+"opcio “Presi paĝokapon” estas ŝaltita."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:241
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Line Number Font for Printing"
+msgstr "Tiparo de lininumeroj dum presado"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+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 ""
+"Specifas la tiparon uzi por lininumeroj dum presado. Tio efikos nur se la "
+"atributo “Presi lininumerojn” ne estas nulo."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+#| msgid "Margin Right"
+msgid "Margin Left"
+msgstr "Maldekstra marĝeno"
+
+#: data/org.gnome.gedit.gschema.xml.in:252
+#| msgid "Margin Right"
+msgid "Margin Top"
+msgstr "Supra marĝeno"
+
+#: data/org.gnome.gedit.gschema.xml.in:257
+msgid "Margin Right"
+msgstr "Dekstra marĝeno"
+
+#: data/org.gnome.gedit.gschema.xml.in:262
+#| msgid "Margin Right"
+msgid "Margin Bottom"
+msgstr "Suba marĝeno"
+
+#: data/org.gnome.gedit.gschema.xml.in:269
+msgid "Candidate Encodings"
+msgstr "Kandidataj kodoprezentoj"
+
+#: data/org.gnome.gedit.gschema.xml.in:316
+msgid "Active plugins"
+msgstr "Aktivaj kromprogramoj"
+
+#: data/org.gnome.gedit.gschema.xml.in:317
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr ""
+"Listo de aktivaj kromprogramoj. Ĝi enhavas la “Lokon” de la aktivaj "
+"kromprogramoj. Vidu la dosieron .gedit-plugin por trovi la “Lokon” de "
+"specifa kromprogramo."
+
+#: gedit/gedit-app.c:114
+msgid "Show the application’s version"
+msgstr "Montri la version de la programo"
+
+#: gedit/gedit-app.c:120
+msgid "Display list of possible values for the encoding option"
+msgstr "Vidigi liston de eblaj valoroj por la agordo kodoprezento"
+
+#: gedit/gedit-app.c:127
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Agordi la signan kodoprezenton esti uzota por malfermi la dosierojn "
+"listigitajn en la komandlinio"
+
+#: gedit/gedit-app.c:128
+msgid "ENCODING"
+msgstr "KODOPREZENTO"
+
+#: gedit/gedit-app.c:134
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Krei novan supranivelan fenestron en ekzistanta ekzemplero de Gedit"
+
+#: gedit/gedit-app.c:141
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Krei novan dokumenton en ekzistanta ekzemplero de Gedit"
+
+#: gedit/gedit-app.c:148
+msgid "Open files and block process until files are closed"
+msgstr "Malfermi dosierojn kaj bari procezadon ĝis dosieroj fermiĝis"
+
+#: gedit/gedit-app.c:155
+msgid "Run gedit in standalone mode"
+msgstr "Ruligi Gedit-on en memstara reĝimo"
+
+#: gedit/gedit-app.c:162
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[DOSIERO…] [+LINIO[:KOLUMNO]]"
+
+#: gedit/gedit-app.c:281
+msgid "There was an error displaying the help."
+msgstr "Okazis eraro dum vidigo de la helpo."
+
+#: gedit/gedit-app.c:972
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: nevalida kodoprezento."
+
+#: gedit/gedit-close-confirmation-dialog.c:279
+msgid "Close _without Saving"
+msgstr "Fermi _sen konservado"
+
+#: gedit/gedit-close-confirmation-dialog.c:285 gedit/gedit-commands-file.c:462
+#: gedit/gedit-commands-file.c:567 gedit/gedit-commands-file.c:643
+#: gedit/gedit-commands-file.c:854 gedit/gedit-commands-file.c:1583
+#: gedit/gedit-encodings-dialog.c:194 gedit/gedit-preferences-dialog.c:825
+#: gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:213
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Nuligi"
+
+#: gedit/gedit-close-confirmation-dialog.c:312 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Konservi _kiel…"
+
+#: gedit/gedit-close-confirmation-dialog.c:312 gedit/gedit-commands-file.c:855
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:105
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "Kon_servi"
+
+#: gedit/gedit-close-confirmation-dialog.c:330
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Se vi ne konservas, ŝanĝoj el la lasta %ld sekundo estos daŭre perditaj."
+msgstr[1] ""
+"Se vi ne konservas, ŝanĝoj el la lastaj %ld sekundoj estos daŭre perditaj."
+
+#: gedit/gedit-close-confirmation-dialog.c:339
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "Se vi ne konservas, ŝanĝoj el la lasta minuto estos daŭre perditaj."
+
+#: gedit/gedit-close-confirmation-dialog.c:345
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Se vi ne konservas, ŝanĝoj el la lastaj minuto kaj %ld sekundo estos daŭre "
+"perditaj."
+msgstr[1] ""
+"Se vi ne konservas, ŝanĝoj el la lastaj minuto kaj %ld sekundoj estos daŭre "
+"perditaj."
+
+#: gedit/gedit-close-confirmation-dialog.c:355
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Se vi ne konservas, ŝanĝoj el la lasta %ld minuto estos daŭre perditaj."
+msgstr[1] ""
+"Se vi ne konservas, ŝanĝoj el la lastaj %ld minutoj estos daŭre perditaj."
+
+#: gedit/gedit-close-confirmation-dialog.c:370
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Se vi ne konservas, ŝanĝoj el la lasta horo estos daŭre perditaj."
+
+#: gedit/gedit-close-confirmation-dialog.c:376
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Se vi ne konservas, ŝanĝoj el la lastaj horo kaj %d minuto estos daŭre "
+"perditaj."
+msgstr[1] ""
+"Se vi ne konservas, ŝanĝoj el la lastaj horo kaj %d minutoj estos daŭre "
+"perditaj."
+
+#: gedit/gedit-close-confirmation-dialog.c:391
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Se vi ne konservas, ŝanĝoj el la lasta %d horo estos daŭre perditaj."
+msgstr[1] ""
+"Se vi ne konservas, ŝanĝoj el la lastaj %d horoj estos daŭre perditaj."
+
+#: gedit/gedit-close-confirmation-dialog.c:420
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Ŝanĝoj al dokumento “%s” estos daŭre perditaj."
+
+#: gedit/gedit-close-confirmation-dialog.c:425
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Ĉu konservi ŝanĝojn de la dokumento “%s” antaŭ ol fermi?"
+
+#: gedit/gedit-close-confirmation-dialog.c:440
+#: gedit/gedit-close-confirmation-dialog.c:564
+msgid "Saving has been disabled by the system administrator."
+msgstr "Konservado estis malŝaltita de la sistema administranto."
+
+#: gedit/gedit-close-confirmation-dialog.c:506
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Ŝanĝoj al %d dokumento estos daŭre perditaj."
+msgstr[1] "Ŝanĝoj al %d dokumentoj estos daŭre perditaj."
+
+#: gedit/gedit-close-confirmation-dialog.c:514
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Estas %d dokumento kun nekonservitaj ŝanĝoj. Ĉu konservi ŝanĝojn antaŭ ol "
+"fermi?"
+msgstr[1] ""
+"Estas %d dokumentoj kun nekonservitaj ŝanĝoj. Ĉu konservi ŝanĝojn antaŭ ol "
+"fermi?"
+
+#: gedit/gedit-close-confirmation-dialog.c:540
+msgid "Docum_ents with unsaved changes:"
+msgstr "Dokum_entoj kun nekonservitaj ŝanĝoj:"
+
+#: gedit/gedit-close-confirmation-dialog.c:544
+msgid "S_elect the documents you want to save:"
+msgstr "_Elektu la dokumentojn kiujn vi volas konservi:"
+
+#: gedit/gedit-close-confirmation-dialog.c:568
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Se vi ne konservas, ĉiuj viaj ŝanĝoj daŭre perdiĝos."
+
+#: gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Ŝargante dosieron “%s”…"
+
+#: gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Ŝargante %d dosieron…"
+msgstr[1] "Ŝargante %d dosierojn…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Malfermi"
+
+#: gedit/gedit-commands-file.c:463 gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: gedit/resources/ui/gedit-window.ui:48
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Malfermi"
+
+#: gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "La dosiero “%s” esta nurlega."
+
+#: gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Ĉu vi volas provi anstataŭigi ĝin per tiu kiun vi estas konservante?"
+
+#: gedit/gedit-commands-file.c:568
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Anstataŭigi"
+
+#: gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Ĉu konservi en densigita formo?"
+
+#: gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "Ĉu konservi la dosieron en plata teksta formo?"
+
+#: gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"La dosiero “%s” antaŭe konserviĝis plate kaj nun estos konservita en "
+"densigita formo."
+
+#: gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "_Konservi en densigita formo"
+
+#: gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"La dosiero “%s” antaŭe konserviĝis en densigita formo kaj nun konserviĝos "
+"plate."
+
+#: gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "Kon_servi kiel plata teksto"
+
+#: gedit/gedit-commands-file.c:752 gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Konservante dosieron “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Konservi kiel"
+
+#: gedit/gedit-commands-file.c:1101
+msgid "No changes need to be saved"
+msgstr "Neniu konservenda ŝanĝo"
+
+#: gedit/gedit-commands-file.c:1444
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Malfarante la dokumenton “%s”…"
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Ĉu nuligi nekonservitajn ŝanĝojn en dokumento “%s”?"
+
+#: gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ŝanĝoj faritaj en la dokumento dum la lasta %ld sekundo estos daŭre perditaj."
+msgstr[1] ""
+"Ŝanĝoj faritaj en la dokumento dum la lastaj %ld sekundoj estos daŭre "
+"perditaj."
+
+#: gedit/gedit-commands-file.c:1509
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Ŝanĝoj faritaj en la dokumento dum la lasta minuto estos daŭre perditaj."
+
+#: gedit/gedit-commands-file.c:1515
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ŝanĝoj faritaj en la dokumento dum la lasta minuto kaj %ld sekundo estos "
+"daŭre perditaj."
+msgstr[1] ""
+"Ŝanĝoj faritaj en la dokumento dum la lastaj minuto kaj %ld sekundoj estos "
+"daŭre perditaj."
+
+#: gedit/gedit-commands-file.c:1525
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ŝanĝoj faritaj en la dokumento dum la lasta %ld minuto estos daŭre perditaj."
+msgstr[1] ""
+"Ŝanĝoj faritaj en la dokumento dum la lastaj %ld minutoj estos daŭre "
+"perditaj."
+
+#: gedit/gedit-commands-file.c:1540
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Ŝanĝoj faritaj en la dokumento dum la lasta horo estos daŭre perditaj."
+
+#: gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ŝanĝoj faritaj al la dokumento en la lasta horo kaj %d minuto estos daŭre "
+"perditaj."
+msgstr[1] ""
+"Ŝanĝoj faritaj al la dokumento en la lasta horo kaj %d minutoj estos daŭre "
+"perditaj."
+
+#: gedit/gedit-commands-file.c:1561
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ŝanĝoj faritaj en la dokumento dum la lasta %d horo estos daŭre perditaj."
+msgstr[1] ""
+"Ŝanĝoj faritaj en la dokumento dum la lastaj %d horoj estos daŭre perditaj."
+
+#: gedit/gedit-commands-file.c:1584
+msgid "_Revert"
+msgstr "_Malfari"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "Gedit estas eta kaj malpeza teksta redaktilo por la labortablo GNOME"
+
+#: gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"Joop EGGEN\n"
+"Denizo PRISKORN\n"
+"Tiffany ANTOPOLSKI\n"
+"Kristjan SCHMIDT\n"
+"Daniel PUENTES\n"
+"Carmen Bianca BAKKER <carmen@carmenbianca.eu>"
+
+#: gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Trovis kaj anstataŭigis %d aperon"
+msgstr[1] "Trovis kaj anstataŭigis %d aperojn"
+
+#: gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "Trovis kaj anstataŭigis unu aperon"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:142
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” ne trovita"
+
+#: gedit/gedit-document.c:1079 gedit/gedit-document.c:1112
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Sentitola dokumento %d"
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Tab-grupo %i"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1161
+#: gedit/gedit-window.c:1167 gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Nurlega"
+
+#: gedit/gedit-encodings-combo-box.c:299
+#: gedit/gedit-file-chooser-dialog-osx.m:565
+msgid "Automatically Detected"
+msgstr "Aŭtomate"
+
+#: gedit/gedit-encodings-combo-box.c:328
+#: gedit/gedit-file-chooser-dialog-osx.m:574
+msgid "Add or Remove…"
+msgstr "Aldoni aŭ forigi…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Aktuala lokaĵaro (%s)"
+
+#: gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (aktuala lokaĵaro)"
+
+#: gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Ĉu vere reagordi la signaran kodoprezenton?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:195 gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "_Reagordi"
+
+#: gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Aldoni"
+
+#: gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Forigi"
+
+#: gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Prioritatigi"
+
+#: gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Malprioritatigi"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:45
+#: gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Ĉiuj dosieroj"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:46
+msgid "All Text Files"
+msgstr "Ĉiuj Tekstaj Dosieroj"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:317
+#: gedit/gedit-file-chooser-dialog-osx.m:547
+msgid "Character Encoding:"
+msgstr "Signara kodoprezento:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:350
+#: gedit/gedit-file-chooser-dialog-osx.m:620
+msgid "Line Ending:"
+msgstr "Linifino:"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1245
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Plata teksto"
+
+#: gedit/gedit-io-error-info-bar.c:142 gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Reprovi"
+
+#: gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Ne eblis trovi la dosieron “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:164 gedit/gedit-io-error-info-bar.c:204
+#: gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Bonvolu kontroli ke vi tajpis korekte la lokon kaj provu denove."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Gedit ne povas trakti “%s:” lokojn."
+
+#: gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr "Gedit ne povas trakti ĉi tiun lokon."
+
+#: gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr "Ne eblas aliri la lokon de la dosiero."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” estas dosierujo."
+
+#: gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” ne estas valida loko."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Gastiga komputilo “%s” ne trovita. Bonvolu kontroli ke viaj prokurilaj "
+"agordoj estas korektaj kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:260
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Nomo de gastiga komputila estis nevalida. Bonvole kontrolu ĉu vi korekte "
+"tajpis la lokon kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” ne estas regula dosiero."
+
+#: gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "Konekto eltempiĝis. Bonvolu provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Neatendita eraro: %s"
+
+#: gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Ne povas trovi la petitan dosieron. Eble ĝi estis forigita antaŭ nelonge."
+
+#: gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Ne eblis malfari la dosieron “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "Sign_ara kodoprezento:"
+
+#: gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "La loko “%s” ĉimomente ne estas atingebla."
+
+#: gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr "Via sistemo senretas. Kontrolu vian reton."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:499 gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "Redakti _malgraŭe"
+
+#: gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"La nombro da sekveblaj ligiloj havas limon kaj ne eblis trovi la dosieron "
+"ene de tiu limo."
+
+#: gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Vi ne rajtas malfermi la dosieron."
+
+#: gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr "Gedit ne eblis detekti la signaran kodoprezenton."
+
+#: gedit/gedit-io-error-info-bar.c:598 gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Bonvolu kontroli ke vi ne provas malfermi duuman dosieron."
+
+#: gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr "Elektu signaran kodoprezenton el la menuo kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Okazis problemo dum malfermo de la dosiero “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"La dosiero, kiun vi malfermis, enhavas kelkajn nevalidajn signojn. Se vi "
+"daŭrigas redakti ĉi tiun dosieron, vi povus difektigi ĉi tiun dokumenton."
+
+#: gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr "Vi povas ankaŭ elekti alian signan kodoprezenton kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Ne eblis malfermi la dosieron “%s” uzante signaran kodoprezenton “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:623 gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Elekti alian signaran kodoprezenton el la menuo kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Ne eblis malfermi la dosieron “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Ne eblas konservi la dosieron “%s” uzante la signaran kodoprezenton “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:696
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"La dokumento enhavas unu aŭ plurajn signojn ne kodeblajn laŭ la specifita "
+"signara kodoprezento."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:769
+msgid "D_on’t Edit"
+msgstr "_Ne redakti"
+
+#: gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Ĉi tiu dosiero “%s” jam estas malfermita en alia fenestro."
+
+#: gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr "Ĉu vi tamen volas redakti ĝin?"
+
+#: gedit/gedit-io-error-info-bar.c:849 gedit/gedit-io-error-info-bar.c:939
+#: gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "K_onservi malgraŭe"
+
+#: gedit/gedit-io-error-info-bar.c:852 gedit/gedit-io-error-info-bar.c:942
+#: gedit/gedit-io-error-info-bar.c:1232
+msgid "D_on’t Save"
+msgstr "_Ne konservi"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "La dosiero “%s” estis ŝanĝita ekde ĝi estis legita."
+
+#: gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Se vi konservos ĝin, ĉiuj ŝanĝoj eble perdiĝos. Ĉu tamen konservi ĝin?"
+
+#: gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Ne eblis krei sekurkopion dum konservado de “%s”"
+
+#: gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Ne eblis krei provizoran sekurkopion dum konservado de “%s”"
+
+#: gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Ne povis sekurkopii malnovan version de la dosiero antaŭ ol konservi la "
+"novan. Vi povas malatenti ĉi tiun averton kaj tamen konservi la dosieron, "
+"sed se eraro okazos dum konservado, vi eble perdos la malnovan version de la "
+"dosiero. Ĉu tamen konservi?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Ne povas trakti “%s”: lokoj en skribreĝimo. Bonvolu kontroli ke vi tajpis "
+"korekte la lokon kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Ne povas trakti ĉi tiun lokon en skribreĝimo. Bonvolu kontroli ke vi tajpis "
+"korekte la lokon kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” ne estas valida loko. Bv kontroli ke vi tajpis ĝuste la lokon kaj provu "
+"denove."
+
+#: gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Vi ne havas bezonatajn permesojn por konservi la dosieron. Bv kontroli ke vi "
+"tajpis ĝuste la lokon kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:1073
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Ne estas sufiĉa diskospaco por konservi la dosieron. Bonvolu malokupi kelke "
+"da diskospaco kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Vi provas konservi la dosieron al nurlega disko. Bonvolu kontroli ke vi "
+"korekte tajpis la lokon kaj provu denove."
+
+#: gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Dosiero kun sama nomo jam ekzistas. Bonvolu uzi alian nomon."
+
+#: gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"La disko kie vi povas konservi la dosiero havas limigon pri la longo de "
+"dosiernomoj. Bonvolu uzi pli mallongan nomon."
+
+#: gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"La disko, al kiu vi provas konservi, havas limon pri la dosiera grando. "
+"Bonvolu malgrandigi la dosieron aŭ konservi ĝin al alia disko sen tia limigo."
+
+#: gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Ne eblis konservi la dosieron “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "La dosiero “%s” estis ŝanĝiita sur disko."
+
+#: gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr "Forĵeti ŝanĝojn kaj _reŝargi"
+
+#: gedit/gedit-io-error-info-bar.c:1178 gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus.ui:9 gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Reŝargi"
+
+#: gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Kelkaj nevalidaj signoj estas detektitaj dum konservado de “%s”"
+
+#: gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Se vi daŭrigas konservi tiun dosieron, vi povas difektigi la dosieron. Ĉu "
+"tamen konservi?"
+
+#: gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Klaku al tiu ĉi butono por elekti tiparon uzotan de la redaktilo"
+
+#: gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Uzu la sisteman fikslarĝan tiparon (%s)"
+
+#: gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "Ne eblis krei dosierujon “%s”: g_mkdir_with_parents() malsukcesis: %s"
+
+#: gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "La elektita kolorskemo no povas instaliĝi."
+
+#: gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Aldoni skemon"
+
+#: gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "Al_doni skemon"
+
+#: gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Kolorskemaj dosieroj"
+
+#: gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "No povis forigi kolorskemon “%s”."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Preparante…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Dosiero: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Paĝo %N el %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Bildigante paĝon %d de %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Paĝo %d de %d"
+
+#: gedit/gedit-replace-dialog.c:690 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nenio"
+
+#: gedit/gedit-replace-dialog.c:779
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Serĉi kaj anstataŭigi"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Unu langeto havas erarojn"
+msgstr[1] "%d langetojn havas erarojn"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:823
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Malfaro de %s el %s"
+
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s"
+msgstr "Malfarante %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:843
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Ŝargado de %s el %s"
+
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s"
+msgstr "Ŝargado de %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:930
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Konservado de %s al %s"
+
+#: gedit/gedit-tab.c:935
+#, c-format
+msgid "Saving %s"
+msgstr "Konservado de %s"
+
+#: gedit/gedit-tab.c:1538
+#, c-format
+msgid "Error opening file %s"
+msgstr "Eraro dum malfermo de dosiero %s"
+
+#: gedit/gedit-tab.c:1543
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Eraro dum malfaro de dosiero %s"
+
+#: gedit/gedit-tab.c:1548
+#, c-format
+msgid "Error saving file %s"
+msgstr "Eraro dum konservado de dosiero %s"
+
+#: gedit/gedit-tab.c:1579
+msgid "Name:"
+msgstr "Nomo:"
+
+#: gedit/gedit-tab.c:1580
+msgid "MIME Type:"
+msgstr "MIME-tipo:"
+
+#: gedit/gedit-tab.c:1581
+msgid "Encoding:"
+msgstr "Kodoprezento:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:858
+#, c-format
+msgid "/ on %s"
+msgstr "/ en %s"
+
+#: gedit/gedit-utils.c:1162
+msgid "Unix/Linux"
+msgstr "Unikso/Linukso"
+
+#: gedit/gedit-utils.c:1164
+msgid "Mac OS Classic"
+msgstr "Mac-OS klasika"
+
+#: gedit/gedit-utils.c:1166
+msgid "Windows"
+msgstr "Vindozo"
+
+#: gedit/gedit-view.c:481 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Montri lininumerojn"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d de %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "Ĉ_irkaŭfluo"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "Kongrui kiel _regula esprimo"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "Kongrui nur _plenan vorton"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "_Uskleca kongruo"
+
+#: gedit/gedit-view-frame.c:1029
+msgid "String you want to search for"
+msgstr "Ĉeno serĉota"
+
+#: gedit/gedit-view-frame.c:1041
+msgid "Line you want to move the cursor to"
+msgstr "Linio al kiu movi la kursoron"
+
+# laux komputeko
+#: gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "Krampa paro estas ekstervarieja"
+
+#: gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "Krampoparo ne troviĝis"
+
+#: gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Krampoparo ne troviĝis en linio: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Lin %d, Kol %d"
+
+#: gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tab-larĝo: %u"
+
+#: gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "Ekzistas nekonservitaj dokumentoj"
+
+#: gedit/gedit-window.c:2442
+msgid "Change side panel page"
+msgstr "Ŝanĝi paĝon de flanka panelo"
+
+#: gedit/gedit-window.c:2462 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumentoj"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Movi _maldekstren"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Movi _dekstren"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Movi al nova _fenestro"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Movi al nova tab-_grupo"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Fermi"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Aŭtomata deŝovo"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Uzi spacetojn"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Montri liniajn numerojn"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Montri dekstran marĝenon"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Emfazi aktualan linion"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Tekst-ĉirkaŭfluo"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Doserio"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nova"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Malfermi _lastatempan"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Remalfermi fermitan _langeton"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Konservi _kiel…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nova fenestro"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Presi…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "Ĉ_esi"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "R_edakti"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Malfari"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Refari"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Eltondi"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopii"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Alglui"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Forigi"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Anstataŭiga reĝimo"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Elekti ĉi_on"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Agordoj"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Vidi"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Flanka _panelo"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Malsupra panelo"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Tutekrane"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "_Emfaza reĝimo…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Serĉi"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Serĉi…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Serĉi se_kvan"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Serĉi _antaŭan"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Serĉi kaj _anstataŭigi…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Forigi emfazon"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Iri al _linio…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Iloj"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumentoj"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Konservi ĉiu_jn"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Fermi ĉiujn"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nova tab-grupo"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Antaŭa tab-grupo"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Sekva _tab-grupo"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Antaŭa dokumento"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "S_ekva dokumento"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Movi al nova fenestro"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:265
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Helpo"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Pri Tekstredaktilo"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Konservi ĉiu_jn"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Serĉi kaj anstataŭigi…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Iri al _Linio…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Klavkombinoj"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Signaraj kodoprezentoj"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Apliki"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "_Disponeblaj kodoprezentoj"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "_Elektitaj kodoprezentoj"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Priskribo"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "Kodopr_ezento"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Emfaza reĝimo"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Elekti"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Serĉa emfaza reĝimo…"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:53
+msgid "No results"
+msgstr "Neniu rezulto"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:97
+msgid "Other _Documents…"
+msgstr "Aliaj _dokumentoj…"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:101
+msgid "Open another file"
+msgstr "Malfermi alian dosieron"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Agordoj"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Montri dekstran _marĝenon ĉe kolumno:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Montri _statobreton"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _overview map"
+msgstr "Montri _superrigardan mapon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:125
+msgid "Display _grid pattern"
+msgstr "Montri _kradan grafikaĵon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:154
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Tekst-ĉirkaŭfluo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:172
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Enŝalti tekstan ĉirkaŭ_fluon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:186
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Ne _dividu vortojn trans du liniojn"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:220
+msgid "Highlighting"
+msgstr "Emfazado"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:238
+msgid "Highlight current _line"
+msgstr "Emfazi aktualan _linion"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:252
+msgid "Highlight matching _brackets"
+msgstr "Emfazi parajn _krampojn"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:285
+msgid "View"
+msgstr "Vido"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:307
+msgid "Tab Stops"
+msgstr "Taboj"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:330
+msgid "_Tab width:"
+msgstr "_Taba larĝo:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "Insert _spaces instead of tabs"
+msgstr "Enmeti _spacetojn anstataŭ taboj"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:374
+msgid "_Enable automatic indentation"
+msgstr "_Enŝalti aŭtomatan deŝovon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:409
+msgid "File Saving"
+msgstr "Konservado de dosiero"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "Create a _backup copy of files before saving"
+msgstr "Krei _sekuran kopion de dosieroj antaŭ konservo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:443
+msgid "_Autosave files every"
+msgstr "_Aŭtomate konservi dosierojn je ĉiu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:459
+msgid "_minutes"
+msgstr "_minutoj"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:506
+msgid "Editor"
+msgstr "Redaktilo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:529
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:24
+msgid "Font"
+msgstr "Tiparo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:573
+msgid "Editor _font: "
+msgstr "Redaktila _tiparo: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:590
+msgid "Pick the editor font"
+msgstr "Elekti la redaktilan tiparon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:631
+msgid "Color Scheme"
+msgstr "Kolorara skemo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:678
+#: gedit/resources/ui/gedit-preferences-dialog.ui:679
+msgid "Install scheme"
+msgstr "Instali skemon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:680
+msgid "Install Scheme"
+msgstr "Instali skemon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:694
+#: gedit/resources/ui/gedit-preferences-dialog.ui:695
+msgid "Uninstall scheme"
+msgstr "Malinstali skemon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:696
+msgid "Uninstall Scheme"
+msgstr "Malinstali skemon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:736
+msgid "Font & Colors"
+msgstr "Tiparo kaj koloroj"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:761
+msgid "Plugins"
+msgstr "Kromprogramoj"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Sintaksa Emfazo"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Presi _sintaksan emfazon"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Liniaj numeroj"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Presi lininu_merojn"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numeri je ĉiu"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "linioj"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Paĝokapo"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Presi paĝo_kapojn"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Tiparoj"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Korpo:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Lininumeroj:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Paĝaj kapoj kaj piedoj:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Restaŭri defaŭltajn tiparojn"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Montri antaŭan paĝon"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Montri sekvan paĝon"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Aktuala paĝo (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "de"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Paĝa totalo"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "La totala nombro da paĝoj en la dokumento"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Vidigi plurajn paĝojn"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zomi je 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Zomi je tuta paĝo"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Zomi paĝon"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Malzomi paĝon"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Fermi aspekton de la presotaĵo"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Fermi antaŭrigardon"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Paĝa Aspekto"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "La aspekto de paĝo en la dokumento presota"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Anstataŭigi ĉ_iujn"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Serĉi"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Serĉ_i "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Anstataŭigi _per "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Uskleca kongruo"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Kongrui nur _tutan vorton"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_gula esprimo"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Serĉi _malantaŭen"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Ĉ_irkaŭflui"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumentoj"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Krei novan dokumenton en langeto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Malfermi dokumenton"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Konservi la dokumenton"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Konservi la dosieron per nova dosiernomo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Konservi ĉiujn dokumentojn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Fermi la dokumenton"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Fermi ĉiujn dokumentojn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Remalfermi la plej freŝdate fermitan dokumenton"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Ŝanĝi al la sekva dokumento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Ŝanĝi al la antaŭa dokumento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Ŝanĝi al la unua — naŭa dokumento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Fenestroj kaj paneloj"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Krei novan dokumenton en fenestron"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Krei novan tab-grupon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Montri flankan panelon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Montri suban panelon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Tutekranreĝimo ŝaltita / malŝaltita"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Ĉesigi la aplikaĵon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Serĉi kaj anstataŭigi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Serĉi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Serĉi la sekvan kongruon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Serĉi la antaŭan kongruon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Vakigi emfazon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Malfari kaj refari"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Malfari antaŭan komandon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Refari antaŭan komandon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Elektaĵo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Elekti tutan tekston"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+#| msgctxt "shortcut window"
+#| msgid "Select all text"
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Malelekti tutan tekston"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopii kaj enmeti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopii elektitan tekston al tondujo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Eltondi elektitan tekston al tondujo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Alglui tekston el tondujo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+#| msgid "Activation"
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Iri al linio"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+#| msgid "Highlight matching _brackets"
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Movi al para krampo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:301
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Redakti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:306
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Baskuligi enmeto / superskribi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:313
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Forigi nunan linion"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:320
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Kunigi elektitajn liniojn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:327
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Movi nunan linion supren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:334
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Movi nunan linion suben"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:341
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Movi nunan vorton maldekstren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Movi nunan vorton dekstren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Masujkligi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Minuskligi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inverti usklecon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Alkrementi numeron ĉe montrilo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Dekrementi numeron ĉe montrilo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:391
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Iloj"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:396
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Kontroli literumadon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:403
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Presi la dokumenton"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:410
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Montri kompletigan fenestron"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Fermi dokumenton"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:66
+#: gedit/resources/ui/gedit-window.ui:401
+msgid "Open a file"
+msgstr "Malfermi dosieron"
+
+#: gedit/resources/ui/gedit-window.ui:65 gedit/resources/ui/gedit-window.ui:386
+#: gedit/resources/ui/gedit-window.ui:400
+msgid "Open"
+msgstr "Malfermi"
+
+#: gedit/resources/ui/gedit-window.ui:80 gedit/resources/ui/gedit-window.ui:87
+#: gedit/resources/ui/gedit-window.ui:415
+#: gedit/resources/ui/gedit-window.ui:422
+msgid "Create a new document"
+msgstr "Krei novan dokumenton"
+
+#: gedit/resources/ui/gedit-window.ui:86 gedit/resources/ui/gedit-window.ui:421
+msgid "New"
+msgstr "Nova"
+
+#: gedit/resources/ui/gedit-window.ui:109
+#: gedit/resources/ui/gedit-window.ui:114
+#: gedit/resources/ui/gedit-window.ui:460
+#: gedit/resources/ui/gedit-window.ui:465
+msgid "Save the current file"
+msgstr "Konservi la aktualan dosieron"
+
+#: gedit/resources/ui/gedit-window.ui:113
+#: gedit/resources/ui/gedit-window.ui:457
+#: gedit/resources/ui/gedit-window.ui:464
+msgid "Save"
+msgstr "Konservi"
+
+#: gedit/resources/ui/gedit-window.ui:256
+msgid "Hide panel"
+msgstr "Kaŝi panelon"
+
+#: gedit/resources/ui/gedit-window.ui:371
+msgid "Open a file dialog"
+msgstr "Malfermi dosieran dialogon"
+
+#: gedit/resources/ui/gedit-window.ui:431
+#: gedit/resources/ui/gedit-window.ui:436
+#: gedit/resources/ui/gedit-window.ui:437
+msgid "Leave Fullscreen"
+msgstr "Forlasi tutekranan reĝimon"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:5
+msgid "Check update"
+msgstr "Kontroli aktualigon"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:6
+msgid "Check for latest version of gedit"
+msgstr "Kontroli por plej freŝa versio de Gedit"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Eraro okazis vidigante URI-on."
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Elŝuti"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Ignori version"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Disponeblas nova versio de Gedit"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Vi povas elŝuti la novan version de Gedit per klako de la elŝutbutono aŭ "
+"ignori tiu versio kaj atendi novan"
+
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:5
+msgid "Version to Ignore"
+msgstr "Ignorata versio"
+
+#. This is releated to the next gedit version to be released
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:7
+msgid "Version to ignore until a newer version is released."
+msgstr "Ignorataj versioj ĝis pli nova versio eldoniĝas."
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistikoj de dokumento"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Raportas la nombron da vortoj, linioj kaj signoj en dokumento."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "_Statistikoj de dokumento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokumento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Elektaĵo"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Linioj"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Vortoj"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Signoj (kun spacetoj)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Signoj (sen spacetoj)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bajtoj"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Konstrui"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Lanĉi “make” en la dokumenta dosierujo"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Malfermi terminalon ĉi tie"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Malfermi terminalon en la dokumenta loko"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Forigi sekvantajn spacetojn"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Forigi senutilajn sekvantajn spacetojn en via dosiero"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Ruligi komandon"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Plenumi propran komandon kaj meti ĝian eligon en novan dokumenton"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Sendi al fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Alglui elektitan tekston aŭ nunan dokumenton al fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Eksteraj iloj"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Plenumi eksterajn komandojn kaj ŝelajn skriptojn."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:15
+msgid "Whether to use the system font"
+msgstr "Ĉu uzi sistemtiparon"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango-tiparnomo. Ekzemploj estas “Sans 12” aŭ “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Mastrumi _eksterajn ilojn…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Eksteraj _iloj"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Ne eblis ruli la jena komando: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Vi devas esti en vorto por ruligi tiun komandon"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Rulanta ilo:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Farita."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Eliris"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Ĉiuj lingvoj"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Ĉiuj lingvoj"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nova ilo"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ĉi tiu plirapidigilo jam estas bindita al %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Tajpu novan plirapidigilon, aŭ premu retropaŝan klavon por vakigi"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Tajpu novan plirapidigilo"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Haltita."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Haltigi ilon"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Ĉiam disponebla"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Ĉiuj dokumentoj"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Ĉiuj dokumentoj krom sentitolitaj"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Nur lokaj dosieroj"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Nur mallokaj dosieroj"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Nur sentitolitaj dokumentoj"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Aktuala dokumento"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Aktuala elektaĵo"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Aktuala elektaĵo (defaŭlto estu dokumento)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Aktuala linio"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Aktuala vorto"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Vidigi en malsupra fenestro"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Krei novan dokumenton"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Aldoni al aktuala dokumento"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Anstataŭigi aktualan dokumenton"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Anstataŭigi aktualan elekton"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Enmeti ĉe kursora pozicio"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Mastrumi eksterajn ilojn"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Aldoni novan ilon"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Aldoni ilon"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Forigi elektitan ilon"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Forigi ilon"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Malfari ilon"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Malfari ilon"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Klavkombin_klavo:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Konservi:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "E_nigo:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "E_ligo:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplikebleco:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Ila eligo"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panelo de dosierfoliumo"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel"
+msgstr "Simpla dosieratingo de la flanka panelo"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Hejmo"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Dosiersistemo"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Dosierfoliumilo"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "Eraro okazis kreante novan dosierujon"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "Eraro okazis kreante novan dosieron"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "Eraro okazis alinomante dosieron aŭ dosierujon"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "Eraro okazis forigante dosieron aŭ dosierujon"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Eraro okazis dum malfermi dosierujon en la dosieradministrilo"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "Eraro okazis agordante bazan dosierujon"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "Eraro okazis ŝargante dosierujon"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "Eraro okazis"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Ne eblas movi dosieron al la rubejo; ĉu\n"
+"volas viŝi ĝin por ĉiam?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "La dosiero “%s” ne moveblas al la rubujo."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "La elektitaj dosieroj ne povas moviĝi al la rubejo."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Ĉu vi certe volas daŭre forigi “%s”?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Ĉu vi certe volas daŭre forigi la elektitajn dosierojn?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "Se vi forigas elementon, ĝi malaperos por ĉiam."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1703
+msgid "(Empty)"
+msgstr "(Malplena)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3327
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"La alinomita dosiero estas elfiltrita. Necesas ŝanĝi la filtrajn agordojn "
+"por videbligi la dosieron"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3578
+msgid "Untitled File"
+msgstr "Sentitola dosiero"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3606
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"La nova dosiero ĉi-momente estas elfiltrita. Vi devas alĝustigi viajn "
+"filtrajn agordojn por videbligi la dosieron"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3635
+msgid "Untitled Folder"
+msgstr "Sentitola dosierujo"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3658
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"La nova dosiero estas elfiltrita. Necesas ŝanĝi la filtrajn agordojn por "
+"videbligi la dosieron"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:757
+msgid "Bookmarks"
+msgstr "Legosignoj"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1957
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Mankas munta objekto por muntita portilo: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2026
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Ne eblis malfermi datumportilon: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2069
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Ne eblis munti datumportilon: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2581
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Eraro okazis ŝargante “%s”: Neniu tia dosierujo"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:5
+msgid "Open With Tree View"
+msgstr "Malfermi per arba rigardo"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Malfermi la arban rigardon kiam la dosierfoliumila kromprogramo estas "
+"ŝargata anstataŭ ol la legosignan rigardon"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:10
+msgid "File Browser Root Directory"
+msgstr "Dosierfoliumila baza dosierujo"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"La dosierfoliumila baza dosierujo uzata por ŝargi la dosierfoliumilan "
+"kromprogramon kaj onload/tree_view estas VERA."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Dosierfoliumila virtuala baza dosierujo"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"La dosierfoliumila virtuala radikdosierujo uzata por ŝargi la "
+"dosierfoliumilan kromprogramon kiam onload/tree_view estas VERA. La virtuala "
+"radikoĉiam estu sube de la efektiva tutsistema radikdosierujo."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Enŝalti restarigon de foraj lokoj"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Agordas ĉu ŝalti restarigon de foraj lokoj."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:25
+msgid "Set Location to First Document"
+msgstr "Agordi lokon al unua dokumento"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Se VERA la dosierfoliumila kromprogramo vidos la dosierujon de la unua "
+"malfermita dokumento supozante ke la dosierfoliumilo ankoraŭ ne estis uzata. "
+"(Do ĉi tio ĝenerale aplikas al la malfermado de dokumento de la komandlinio "
+"aŭ la malfermado de ĝi per Naŭtilo ktp.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:30
+msgid "File Browser Filter Mode"
+msgstr "Dosierfoliumila filtra reĝimo"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Ĉi tiu valoro determinas kiaj dosieroj estos filtrataj el la "
+"dosierfoliumilo. Validaj valoroj estas: none (filtri nenion), hidden (filtri "
+"kaŝitajn dosierojn) kaj hidden-binary (filtri ambaŭ kaŝitajn kaj duumajn "
+"dosierojn)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:35
+msgid "File Browser Filter Pattern"
+msgstr "Dosierfoliumila filtra ŝablono"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"La filtra ŝablono per kiu la dosierfoliumilo filtras. Ĉi tiu filtro funkcias "
+"supre de la filtra _reĝimo."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:40
+msgid "File Browser Binary Patterns"
+msgstr "Dosierfoliumilaj duumaj ŝablonoj"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "Agordi _radikon al aktiva dokumento"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Nova dosierujo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nova dos_iero"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Alinomi…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Movi rubujen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Refreŝigi rigardon"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Vidi Dosierujon"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Malfermi en terminalo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtriloj"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Montri _kaŝitajn"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Montri _binarajn"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Dosiernomo kongruas"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historio"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Malfermi historian menuon"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modlinioj"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate kaj Vim-stila liniaj de reĝimo estas subtenita por Gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:5
+msgid "Command Color Text"
+msgstr "Komanda tekstkoloro"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:6
+msgid "The command color text"
+msgstr "Komanda tekstkoloro"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:10
+msgid "Error Color Text"
+msgstr "Eraro kolor-teksto"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:11
+msgid "The error color text"
+msgstr "Erarkoloro"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "K_omanda koloro:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Erarkoloro:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Konzolo de pitono"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Interaga pitona konzolo situata en la malsupra panelo"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Rapida emfazo"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Emfazas ĉiun okazon de la elektita teksto."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Rapide malfermi…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Rapide malfermi"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files"
+msgstr "Rapide malfermi dosierojn"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Tajpi por serĉi…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Mastrumi _fragmentojn…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Fragmentoj"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Ne eblis krei la arĥivon “%s”"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Celdosierujo “%s” ne ekzistas"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Celdosierujo “%s” ne estas valida dosierujo"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Dosiero “%s” ne ekzistas"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Dosiero “%s” ne estas valida fragmentdosiero"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Enportita dosiero “%s” ne estas valida fragmentdosiero"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Ne eblis elpaki la arĥivon “%s”"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "La jenaj dosieroj ne povis enportiĝi: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Dosiero “%s” ne estas valida fragmentarkivo"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Fragmentarkivo"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Aldoni novan fragmenton…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Ĝenerala"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Malfari elektitan fragmenton"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Forigi elektitan fragmenton"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Ĉi tio ne estas valida taba ekagilo. Ekagiloj povas enhavi aŭ literciferajn "
+"signojn (aŭ _, :, kaj .) aŭ solan (neliterciferan) signon kiel {, [, ktp."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Unuopa vorto por aktivigi la fragmenton post premi la taban klavon"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "La jena eraro okazis dum enporto de: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Sukcese finis enporti"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Enporti fragmentojn"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Ĉiuj subtenitaj arkivoj"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Densigita Gzip-arkivo"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Densigita Bzip2-arkivo"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Dosiero de unuopaj fragmentoj"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Ĉiuj dosieroj"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "La jena eraro okazis dum elporti: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Sukcese finis elporti"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Ĉu vi volas inkluzivi la elektitajn <b>sistemajn</b> fragmentojn en via "
+"elporto?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "No estas fragmentoj elektitaj por elporto"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Elporti fragmentojn"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Entajpu novan klavkombinon, aŭ premu retropaŝan klavon por vakigi"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Entajpu novan klavkombinon"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Plenumo de la piton-komando (%s) superas la maksimuman daŭron; ĝi estis "
+"ĉesigita."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Plenumo de la piton-komando (%s) malsukcesis: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Enmeti oftajn tekstfragmentojn rapidmaniere"
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Mastrumi fragmentojn"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Krei novan fragmenton"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Aldoni fragmentojn"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Forigi fragmentojn"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Enporti fragmentojn"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Elporti elektitajn fragmentojn"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Elporti fragmentojn"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivigo"
+
+#: plugins/snippets/snippets/snippets.ui:244
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Taba ekigilo:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Klavkombino:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Klavkombino por aktivigi la fragmenton"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Forigendaj celoj:"
+
+#: plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort…"
+msgstr "_Ordigi…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ordigi"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Inversigita ordo"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Forigi duoblojn"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Usklecodistinge"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Komenci en kolumno:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Ordigi"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Ordigas dokumenton aŭ elektitan tekston."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Kontroli literumadon…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Agordi _lingvon…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Emfazi misliterumitajn vortojn"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml.in:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+#| msgid "_Highlight Misspelled Words"
+msgid "Highlight misspelled words"
+msgstr "Emfazi misliterumitajn vortojn"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml.in:6
+#, fuzzy
+#| msgid "_Highlight Misspelled Words"
+msgid "Default setting for highlight misspelled words."
+msgstr "_Emfazi misliterumitajn vortojn"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+#| msgid "Configure date/time plugin"
+msgid "Configure spell plugin"
+msgstr "Agordi literuman kromprogramon"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+#, fuzzy
+#| msgid "Create a new document"
+msgid "Defaults for new documents"
+msgstr "Krei novan dokumenton"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Literumilo"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Kontrolas literumadon de la aktuala dokumento."
+
+#: plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time…"
+msgstr "E_nmeti daton kaj horon…"
+
+#: plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "Disponeblaj formoj"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:5
+msgid "Prompt Type"
+msgstr "Invittipo"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Se la uzanto estu petita elekti formon aŭ ĉu la elektita aŭ propra formon "
+"estu uzota."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:10
+msgid "Selected Format"
+msgstr "Elektita formo"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:11
+msgid "The selected format used when inserting the date/time."
+msgstr "La elektita formo uzata dum enmeto de dato/horo."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:15
+msgid "Custom Format"
+msgstr "Propra formo"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:16
+msgid "The custom format used when inserting the date/time."
+msgstr "La propra formo uzita dum enmeto de dato/horo."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Enmeti daton kaj horon"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Uzi la _elektitan formon"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Uzi propran formon"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y-%m-%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2009-11-01 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Enmeti"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Agordi dato/horo-kromprogramon"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Kiam enmetante daton/horon…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Peti formon"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Enmeti Daton/Horon"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Enmetas aktualan daton kaj horon ĉe kursora pozicio."
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Bonvolu kontroli vian instalaĵon."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Ne eblas malfermi la UI-dosieron %s. Eraro: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Ne eblas trovi la objekton “%s” en dosiero %s."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Gedit tekstredaktilo"
+
+#~ msgid "_About"
+#~ msgstr "_Pri"
+
+#~ msgid "Tools"
+#~ msgstr "Iloj"
+
+#~ msgid "C_haracter Encoding:"
+#~ msgstr "Signa _kodado:"
+
+#~ msgid "L_ine Ending:"
+#~ msgstr "L_inifino:"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Mastrumi _eksterajn ilojn..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Rapide malfermi..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Mastrumi _fragmentojn..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_Kontroli literumadon..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Agordi _lingvon..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "_Enmeti daton kaj horon..."
+
+#~| msgid "_Move to New Window"
+#~ msgid "Open a New Window"
+#~ msgstr "Malfermi novan fenestron"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Aŭtomate eltrovitaj enkodigoj"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Ordigita listo de kodigoj uzataj de Gedit por aŭtomate eltrovi la kodigon "
+#~ "de dosiero. \"AKTUALE\" reprezentas la aktualan lokaĵaran kodigon. Nur "
+#~ "rekonitaj kodigoj estas uzataj."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Montritaj kodoj en menuo"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Listo de kodoprezentoj montrita en la menuo de Signa Kodoprezento en la "
+#~ "malferma-konserva dosierelektilo. Nur konataj kodoprezentoj estas uzitaj."
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Agordi la grandon kaj pozicion de la fenestro (LARĜOxALTO+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRIO"
+
+#~ msgid "Question"
+#~ msgstr "Demando"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignori"
+
+#~ msgid "RO"
+#~ msgstr "NL"
+
+#~| msgid "_Help"
+#~ msgid "Help"
+#~ msgstr "Helpo"
+
+#~ msgid "Character encodings"
+#~ msgstr "Signo-kodadoj"
+
+#~ msgid "_OK"
+#~ msgstr "_Bone"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "K_odoprezentoj montritaj en menuo:"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Ignori usklecon"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Vi ne povas malfari ordigan operacion"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(neniu proponita vorto)"
+
+#~ msgid "_More..."
+#~ msgstr "_Plu..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignori ĉiujn"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Literumadaj proponoj..."
+
+#~ msgid "Suggestions"
+#~ msgstr "Proponoj"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(korekta literumado)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "La literumkontrolo finiĝis"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Nekonata (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Defaŭlto"
+
+#~ msgid "Set language"
+#~ msgstr "Agordi lingvon"
+
+#~ msgid "Languages"
+#~ msgstr "Lingvoj"
+
+#~ msgid "The document is empty."
+#~ msgstr "La dokumento estas malplena."
+
+#~ msgid "No misspelled words"
+#~ msgstr "Neniuj misliterumoj"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Elekti la _lingvon de la aktuala dokumento."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Misliterumita vorto:"
+
+#~ msgid "word"
+#~ msgstr "vorto"
+
+#~ msgid "Change _to:"
+#~ msgstr "Ŝanĝi _al:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Kontroli _vorton"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Proponoj:"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Ŝa_nĝi"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignori ĉiu_jn"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Ŝanĝi ĉiu_jn"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Vortaro de la uzanto:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Aldoni v_orton"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Maksimuma nombro da agoj malfareblaj aŭ refareblaj de Gedit. Uzu \"-1\" "
+#~ "por senlima nombro de agoj. Evitinda ekde 2.12.0"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Limo de malfaroj (NEUZINDA)"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Ĉu Gedit kreu sekurajn kopiojn por la dosieroj ĝi konservitaj? Vi povas "
+#~ "agordi la dosiersufikson per la opcio \"Dosiersufikso de sekura kopio\"."
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Elsaluti _sen konservado"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Agordoj de Gedit"
+
+#~ msgid "_Add..."
+#~ msgstr "_Aldoni..."
+
+#~ msgid "Replace All"
+#~ msgstr "Anstataŭigi ĉiujn"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Serĉi: "
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Ruligi Gedit-on en la fono"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Redakti tekstdosierojn"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Ruligi '%s --help' por vidi plenan liston de to opcioj.\n"
+
+#~ msgid "Open Files"
+#~ msgstr "Malfermi dosierojn"
+
+#~ msgid "Unicode"
+#~ msgstr "Unikoda"
+
+#~ msgid "Western"
+#~ msgstr "Okcidenta"
+
+#~ msgid "Central European"
+#~ msgstr "Mezeŭropa"
+
+#~ msgid "South European"
+#~ msgstr "Sudeŭropa"
+
+#~ msgid "Baltic"
+#~ msgstr "Balta"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cirila"
+
+#~ msgid "Arabic"
+#~ msgstr "Araba"
+
+#~ msgid "Greek"
+#~ msgstr "Greka"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebrea Vida"
+
+#~ msgid "Turkish"
+#~ msgstr "Turka"
+
+#~ msgid "Nordic"
+#~ msgstr "Nordia"
+
+#~ msgid "Celtic"
+#~ msgstr "Kelta"
+
+#~ msgid "Romanian"
+#~ msgstr "Rumana"
+
+#~ msgid "Armenian"
+#~ msgstr "Armena"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Ĉina Tradicia"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cirila/Rusa"
+
+#~ msgid "Japanese"
+#~ msgstr "Japana"
+
+#~ msgid "Korean"
+#~ msgstr "Korea"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Ĉina Simpligita"
+
+#~ msgid "Georgian"
+#~ msgstr "Kartvela"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebrea"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cirila/Ukrana"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vjetnama"
+
+#~ msgid "Thai"
+#~ msgstr "Taja"
+
+#~ msgid "Unknown"
+#~ msgstr "Nekonate"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "Ne eblas aliri la lokon de la dosiero ĉar ĝi ne estas muntita."
+
+#~ msgid "The file is too big."
+#~ msgstr "La dosiero estas tro granda."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "Gedit malfermis ĉi tiun ekzemplon de la dosiero neredakteble. Ĉu vi volas "
+#~ "redakti ĝin ankoraŭ?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "Ĉu vi volas forigi viajn ŝanĝojn kaj reŝargi la dosieron?"
+
+#~ msgid "Save _As..."
+#~ msgstr "Konservi _kiel..."
+
+#~ msgid "_Print..."
+#~ msgstr "_Presi..."
+
+#~ msgid "Empty"
+#~ msgstr "Malplena"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unikodo (UTF-8)"
+
+#~ msgid "_Open..."
+#~ msgstr "_Malfermi..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "_Agordoj"
+
+#~ msgid "Configure the application"
+#~ msgstr "Agordi la aplikaĵon"
+
+#~ msgid "_Contents"
+#~ msgstr "_Enhavoj"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Reŝargi konservitan version de la dosiero"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "_Aspekto de la presotaĵo"
+
+#~ msgid "Print preview"
+#~ msgstr "Aspekto de la presotaĵo"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Malfari lastan agon"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Refari la lastan malfaritan agon"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Eltondi la elektaĵon"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Kopii la elektaĵon"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Forigi la elektitan tekston"
+
+#~ msgid "_Find..."
+#~ msgstr "_Serĉi..."
+
+#~ msgid "Search for text"
+#~ msgstr "Serĉi tekston"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Serĉi antaŭen la saman tekston"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Serĉi malantaŭen la saman tekston"
+
+#~ msgid "_Replace..."
+#~ msgstr "_Anstataŭigi..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Serĉi kaj anstataŭigi tekston"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Forigi emfazon de serĉaj rezultoj"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Iri al indikita linio"
+
+#~ msgid "Save all open files"
+#~ msgstr "Konservi ĉiujn malfermitajn dosierojn"
+
+#~ msgid "Close all open files"
+#~ msgstr "Fermi ĉiujn malfermitajn dosierojn"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Aktivigu antaŭan dokumenton"
+
+#~ msgid "Activate next document"
+#~ msgstr "Aktivigu sekvan dokumenton"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Movi la aktualan dokumenton al nova fenestro"
+
+#~ msgid "Close the current file"
+#~ msgstr "Fermi la aktualan dosieron"
+
+#~ msgid "Quit the program"
+#~ msgstr "Fermi la programon"
+
+#~ msgid "_Toolbar"
+#~ msgstr "Ilobre_to"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Montri aŭ kaŝi la ilobreton en la aktuala fenestro"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Montri aŭ kaŝi la statobreton en la aktuala fenestro"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Redaktu tekston plenekrane"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Malkaŝi aŭ kaŝi la flankan panelon en la aktuala fenestro"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Malkaŝi aŭ kaŝi la malsupran panelon en la aktuala fenestro"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Elŝalti sintaksemfazon"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Malfermi '%s'"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "Malfermi lastatempe uzitan dosieron"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Aktivigi '%s'"
+
+#~ msgid "Change Case"
+#~ msgstr "Ŝanĝi usklecon"
+
+#~ msgid "C_hange Case"
+#~ msgstr "Ŝ_anĝi usklecon"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "_Majuskligi Ĉion"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Mi_nuskligi ĉion"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Inversigi la usklecon de elektita teksto"
+
+#~ msgid "_Title Case"
+#~ msgstr "_Titola uskleco"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Majuskligi la unuan literon de ĉiu elektita vorto"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Akiri statistikan informon pri la aktuala dokumento"
+
+#~ msgid "File Name"
+#~ msgstr "Dosiernomo"
+
+#~ msgid "_Update"
+#~ msgstr "Ĝ_isdatigi"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Malfermas la administrilon por eksteraj iloj"
+
+#~ msgid "External tools"
+#~ msgstr "Eksteraj iloj"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Agordi la bazon al la loko de la aktiva dokumento"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Malfermi terminalon je la nun malfermita dosierujo"
+
+#~ msgid "file"
+#~ msgstr "dosiero"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Movi elektitan dosieron aŭ dosierujon rubujen"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Forigi elektitan dosieron aŭ dosierujon"
+
+#~ msgid "Up"
+#~ msgstr "Supren"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Malfermi la gepatran dosierujon"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Aldoni novan malplenan dosierujon"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Aldoni novan malplenan dosieron"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Alinomi elektitan dosieron aŭ dosierujon"
+
+#~ msgid "_Previous Location"
+#~ msgstr "_Antaŭa loko"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Iri al la antaŭe vizitita loko"
+
+#~ msgid "_Next Location"
+#~ msgstr "_Sekva loko"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Iri al la sekve vizita loko"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Refreŝigi la rigardon"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Vidigi dosierujon en dosieradministrilo"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Montri kaŝitajn dosierojn kaj dosierujojn"
+
+#~ msgid "Show binary files"
+#~ msgstr "Montri binarajn dosierojn"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Fragmentoj:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Mastrumi fragmentojn"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Ordigi la aktualan dokumenton aŭ elektaĵon"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Kontroli la aktualan dokumenton je malĝusta literumado"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "Agordi la lingvon de la aktuala dokumento"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Aŭtomate kontroli literumadon de la aktuala dokumento"
+
+#~ msgid "Language"
+#~ msgstr "Lingvo"
+
+#~ msgid "Language:"
+#~ msgstr "Lingvo:"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Enmeti aktualan daton kaj horon ĉe kursora pozicio"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Protokolas atingon kaj postlasi eventon por dokumentoj uzita per Gedit"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist provizanto de datum"
+
+#~ msgid "Previous location"
+#~ msgstr "Antaŭa loko"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Iri al malfermita antaŭe loko"
+
+#~ msgid "Next location"
+#~ msgstr "Sekva loko"
+
+#~ msgid "Go to next location"
+#~ msgstr "Iri al sekva loko"
diff --git a/po/es.po b/po/es.po
new file mode 100644
index 0000000..d1b68e6
--- /dev/null
+++ b/po/es.po
@@ -0,0 +1,5846 @@
+# translation of gedit.master.po to Español
+# translation of gedit to spanish
+# Copyright © 1999-2003, 2006, 2007, 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+#
+# Pablo Saratxaga <srtxg@chanae.alphanet.ch>, 1999-2000.
+# Carlos Perelló Marín <carlos@gnome-db.org>, 2000-2001.
+# Chema Celorio <chema@celorio.com>, 2000.
+# QA by <asan@euskalnet.net>, 2001.
+# Pablo Gonzalo del Campo <pablodc@bigfoot.com>,2002, 2003, 2004.
+# Francisco Javier F. Serrador <serrador@cvs.gnome.org>, 2003 - 2006.
+# Francisco Javier F. Serrador <serrador@tecknolabs.com>, 2006.
+# Juanje Ojeda Croissier <jojeda@emergya.es>, 2008.
+# Leandro Machacón <leandroman@gemail.com>, 2010.
+# Jorge González <jorgegonz@svn.gnome.org>, 2007, 2008, 2009, 2010, 2011.
+# Daniel Mustieles <daniel.mustieles@gmail.com>, 2011-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-06-04 07:14+0000\n"
+"PO-Revision-Date: 2020-06-04 09:51+0200\n"
+"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
+"Language-Team: es <gnome-es-list@gnome.org>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Gtranslator 3.36.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Edite archivos de texto"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit es el editor de texto del Escritorio GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"El principal objetivo de gedit es que sea fácil de usar, con una interfaz "
+"predeterminada sencilla. Hay disponibles más funcionalidades mediante la "
+"activación de complementos."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Editor de textos"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "texto;editor;plano;escribir;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Ventana nueva"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Documento nuevo"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Usar tipografía predeterminada"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Indica si debe utilizarse la tipografía predeterminada del sistema en vez de "
+"la tipografía especificada por gedit. Si esta opción se desactiva entonces "
+"se utiliza la tipografía mencionada en la opción «Tipografía del editor» en "
+"vez de la tipografía del sistema."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Tipografía del editor"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Una tipografía personalizada para el área de edición. Esto sólo tiene efecto "
+"si la opción «Usar tipografía predeterminada» se encuentra desactivada."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Estilo"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"El identificador de un esquema de estilo GtkSourceView usado para colorear "
+"el texto."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Crea copias de resguardo"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Indica si gedit debe crear copias de respaldo para los archivos que guarda."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Autoguardar"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Indica si gedit debe guardar automáticamente los archivos modificados "
+"después de un intervalo de tiempo. Puede configurar el intervalo de tiempo "
+"con la opción «Intervalo de autoguardado»."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Intervalo de autoguardado"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Número de minutos después de los cuales gedit guarda automáticamente los "
+"archivos modificados. Esto sólo tiene efecto si la opción «Autoguardar» está "
+"activada."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Número máximo de acciones para deshacer"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Número máximo de acciones que gedit puede deshacer o rehacer. Use «-1» para "
+"un número ilimitado de acciones."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Modo de ajuste de línea"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Especifica cómo deben ajustarse las líneas demasiado largas en el área de "
+"edición. Use «none» para no ajustar las líneas, «word» para ajustar en los "
+"límites de las palabras y «char» para ajustar de acuerdo a caracteres "
+"individuales. Note que los valores son sensibles a mayúsculas, por ello "
+"asegúrese de que aparecen exactamente del mismo modo en que se mencionan "
+"aquí."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Último modo de división de líneas para el modo de ajuste de líneas"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Especifica el último modo de división de líneas usado en el modo de ajuste "
+"de líneas, por lo que cuando este modo está desactivado se seguirá "
+"recordando la elección del modo de división de líneas. Use «word» para "
+"separar en los límites de las palabras y «char» para separar en el límite de "
+"caracteres individuales."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tamaño del tabulador"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Especifica el número de espacios que se muestran en vez de caracteres "
+"tabuladores."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Insertar espacios"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Indica si gedit debe insertar espacios en vez de tabuladores."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Sangrado automático"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Indica si gedit debe activar la sangría automática."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Mostrar los números de línea"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Indica si gedit debe mostrar números de línea en el área de edición."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Resaltar la línea actual"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Indica si gedit debe resaltar la línea actual."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Resaltar corchetes correspondientes"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Indica si gedit debe resaltar los corchetes correspondientes."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Mostrar el margen derecho"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Indica si gedit debe mostrar el margen derecho en el área de edición."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Posición del margen derecho"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Especifica la posición del margen derecho."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Tipo de patrón del fondo del documento"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Indica si el documento tendrá dibujado un patrón de fondo."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Inicio Fin inteligentes"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Especifica cómo se mueve el cursor cuando se pulsan las teclas «Inicio» y "
+"«Fin». Use «disabled» para moverse siempre al incio/final de la línea, "
+"«after» para moverse al inicio/final de la línea la primera vez que se "
+"pulsan las teclas y al inicio/final del texto, ignorando los espacios en "
+"blanco, la segunda vez que se pulsan, «before» para moverse al inicio/final "
+"del texto antes de moverse al inicio/final de la línea y «always» para "
+"moverse siempre al inicio/final del texto en lugar del inicio/final de la "
+"línea."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Restaurar posición anterior del cursor"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Indica si gedit debe restaurar la posición anterior del cursor cuando se "
+"carga un archivo."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Activar resaltado de sintaxis"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Indica si gedit debe activar el resaltado de sintaxis."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Activar resaltado de búsqueda"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Indica si gedit debe resaltar todas las apariciones del texto buscado."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Asegurar la línea nueva al final"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Indica si gedit debe asegurarse de que los documentos terminen siempre con "
+"una línea nueva al final."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Modo de mostrado de pestañas para «netbook»"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Especifica cómo deben mostrarse las pestañas en un «netbook». Use «never» "
+"para no mostrar nunca las pestañas, «always» para mostrar siempre las "
+"pestañas, y «auto» para mostrar las pestañas sólo cuando hay más de una. "
+"Note que los valores son sensibles a mayúsculas, por ello asegúrese de que "
+"aparecen exactamente del mismo modo en que se mencionan aquí."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "La barra de estado es visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Indica si debe ser visible la barra de estado de la parte inferior de las "
+"ventanas de edición."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "El panel lateral es visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Indica si el panel lateral de la parte izquierda de las ventanas de edición "
+"debe ser visible."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Imprimir el resaltado de sintaxis"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Indica si gedit debe imprimir el resaltado de sintaxis al imprimir "
+"documentos."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Imprimir cabecera"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Indica si gedit debe incluir una cabecera del documento al imprimir archivos."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Impresión del modo de ajuste de línea"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Especifica cómo deben ajustarse las líneas demasiado largas al imprimir. Use "
+"«none» para no ajustar las líneas, «word» para ajustar en los límites de las "
+"palabras y «char» para ajustar de acuerdo a caracteres individuales. Note "
+"que los valores son sensibles a mayúsculas, por ello asegúrese de que "
+"aparecen exactamente del mismo modo en que se mencionan aquí."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Imprimir números de línea"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Si este valor es cero entonces no se colocan números de líneas al imprimir "
+"el documento. En otro caso, gedit imprime los números de línea cada dicha "
+"cantidad de líneas."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Tipografía para impresión del cuerpo"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Especifica la tipografía que utilizar para el cuerpo del documento cuando se "
+"imprimen archivos."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Tipografía para impresión de la cabecera"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Especifica la tipografía que utilizar para la cabecera de las páginas cuando "
+"se imprime un documento. Esto sólo tiene efecto cuando la opción «Imprimir "
+"cabecera» se encuentre activada."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Tipografía para impresión de los números de línea"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Especifica la tipografía que utilizar para los números de línea cuando se "
+"imprimen. Esto sólo tiene efecto si la opción «Imprimir números de línea» es "
+"distinta de cero."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Margen izquierdo"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "El margen izquierdo, en milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Margen superior"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "El margen superior, en milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Margen derecho"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "El margen derecho, en milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Margen inferior"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "El margen inferior, en milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Codificaciones posibles"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Lista de codificaciones candidatas mostrada en el menú Codificación de "
+"caracteres, en el selector de abrir/guardar archivo. «CURRENT» representa la "
+"codificación de caracteres actual. Sólo se usan las codificaciones "
+"reconocidas. El valor predeterminado es la lista vacía, en cuyo caso gedit "
+"las buenas de manera predeterminada dependiendo del país y del idioma."
+
+#: data/org.gnome.gedit.gschema.xml.in:301
+msgid "Active plugins"
+msgstr "Complementos activos"
+
+#: data/org.gnome.gedit.gschema.xml.in:302
+msgid "List of active plugins."
+msgstr "Lista de complementos activos."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Mostrar la versión de la aplicación"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+"Mostrar una lista de los valores posibles para la opción de codificación"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Establecer la codificación de caracteres que usar al abrir los archivos "
+"listados en la línea de comandos"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "CODIFICACIÓN"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Crea una ventana nueva en el nivel superior de una instancia existente de "
+"gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Crea un documento nuevo en una instancia existente de gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr ""
+"Abrir los archivos y bloquear los procesos hasta que se cierren los archivos"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Ejecutar gedit en modo independiente"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[ARCHIVO...] [+LÍNEA[:COLUMNA]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Hubo un error al mostrar la ayuda."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codificación no válida."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Cerrar _sin guardar"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:460
+#: gedit/gedit-commands-file.c:565 gedit/gedit-commands-file.c:641
+#: gedit/gedit-commands-file.c:852 gedit/gedit-commands-file.c:1566
+#: gedit/gedit-encodings-dialog.c:192 gedit/gedit-preferences-dialog.c:721
+#: gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Cancelar"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Guardar _como…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:853
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Guardar"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Si no guarda, los cambios desde el último %ld segundo se perderán para "
+"siempre."
+msgstr[1] ""
+"Si no guarda, los cambios desde los últimos %ld segundos se perderán para "
+"siempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Si no guarda, los cambios desde el último minuto se perderán para siempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Si no guarda, los cambios desde el último minuto y %ld segundo se perderán "
+"para siempre."
+msgstr[1] ""
+"Si no los guarda, los cambios del último minuto y %ld segundos se perderán "
+"para siempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Si no guarda, los cambios del último %ld minuto se perderán para siempre."
+msgstr[1] ""
+"Si no guarda, los cambios de los últimos %ld minutos se perderán para "
+"siempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Si no guarda, los cambios de la última hora se perderán para siempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Si no guarda, los cambios desde la última hora y %d minuto se perderán para "
+"siempre."
+msgstr[1] ""
+"Si no guarda, los cambios desde la última hora y %d minutos se perderán para "
+"siempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Si no guarda, los cambios de la última hora se perderán para siempre."
+msgstr[1] ""
+"Si no guarda, los cambios de la últimas %d horas se perderán para siempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "¿Guardar los cambios del documento «%s» antes de cerrar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Hay %d documento con cambios sin guardar. ¿Quiere guardar los cambios antes "
+"de cerrar?"
+msgstr[1] ""
+"Hay %d documentos con cambios sin guardar. ¿Quiere guardar los cambios antes "
+"de cerrar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "S_eleccione los documentos que quiere guardar:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Si no guarda, todos sus cambios se perderán para siempre."
+
+#: gedit/gedit-commands-file.c:263
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Cargando archivo «%s»…"
+
+#: gedit/gedit-commands-file.c:272
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Cargando %d archivo…"
+msgstr[1] "Cargando %d archivos…"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:454
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Abrir archivos"
+
+#: gedit/gedit-commands-file.c:461 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Abrir"
+
+#: gedit/gedit-commands-file.c:556
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "El archivo «%s» es de sólo lectura."
+
+#: gedit/gedit-commands-file.c:561
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "¿Quiere intentar reemplazarlo por el que está guardando ahora?"
+
+#: gedit/gedit-commands-file.c:566
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Reemplazar"
+
+#: gedit/gedit-commands-file.c:606
+msgid "Save the file using compression?"
+msgstr "¿Guardar el archivo usando compresión?"
+
+#: gedit/gedit-commands-file.c:610
+msgid "Save the file as plain text?"
+msgstr "¿Guardar el archivo como texto plano?"
+
+#: gedit/gedit-commands-file.c:623
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"El archivo «%s» se guardó anteriormente como texto plano y ahora se guardará "
+"usando compresión."
+
+#: gedit/gedit-commands-file.c:627
+msgid "_Save Using Compression"
+msgstr "Guardar usando c_ompresión"
+
+#: gedit/gedit-commands-file.c:632
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"El archivo «%s» se guardó anteriormente usando compresión y ahora se "
+"guardará como texto plano."
+
+#: gedit/gedit-commands-file.c:635
+msgid "_Save As Plain Text"
+msgstr "Guardar como te_xto plano"
+
+#: gedit/gedit-commands-file.c:750 gedit/gedit-commands-file.c:1017
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Guardando el archivo «%s»…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:845
+msgctxt "window title"
+msgid "Save As"
+msgstr "Guardar como"
+
+#: gedit/gedit-commands-file.c:1427
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Revirtiendo el documento «%s»…"
+
+#: gedit/gedit-commands-file.c:1474
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "¿Revertir los cambios no guardados en el documento «%s»?"
+
+#: gedit/gedit-commands-file.c:1483
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Los cambios realizados al documento en el último %ld segundo se perderán "
+"para siempre."
+msgstr[1] ""
+"Los cambios realizados al documento en los últimos %ld segundos se perderán "
+"para siempre."
+
+#: gedit/gedit-commands-file.c:1492
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Los cambios realizados al documento en el último minuto se perderán para "
+"siempre."
+
+#: gedit/gedit-commands-file.c:1498
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Los cambios realizados al documento en el último minuto y segundo se "
+"perderán para siempre."
+msgstr[1] ""
+"Los cambios realizados al documento en el último minuto y %ld se perderán "
+"para siempre."
+
+#: gedit/gedit-commands-file.c:1508
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Los cambios realizados al documento en el último minuto se perderán para "
+"siempre."
+msgstr[1] ""
+"Los cambios realizados al documento en los últimos %ld minutos se perderán "
+"para siempre."
+
+#: gedit/gedit-commands-file.c:1523
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Los cambios realizados al documento en la última hora se perderán para "
+"siempre."
+
+#: gedit/gedit-commands-file.c:1529
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Los cambios realizados al documento en la última hora y minuto se perderán "
+"para siempre."
+msgstr[1] ""
+"Los cambios realizados al documento en la última hora y %d minutos se "
+"perderán para siempre."
+
+#: gedit/gedit-commands-file.c:1544
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Los cambios realizados al documento en las última hora se perderán para "
+"siempre."
+msgstr[1] ""
+"Los cambios realizados en el documento en las últimas %d horas se perderán "
+"para siempre."
+
+#: gedit/gedit-commands-file.c:1567
+msgid "_Revert"
+msgstr "Re_vertir"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit es un editor de texto pequeño y ligero para el Escritorio GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Daniel Mustieles <daniel.mustieles@gmail.com>, 2011-2015\n"
+"Jorge González <jorgegonz@svn.gnome.org>, 2007-2010\n"
+"Francisco Javier F. Serrador <serrador@cvs.gnome.org>, 2004-2007\n"
+"Lucas 'Basurero' Vieites <basurero@jazzfree.com>, 2002-2003\n"
+"Germán Poo Caamaño <gpoo@ubiobio.cl>\n"
+"Pablo Saratxaga <pablo@mandrakesoft.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Se encontró y reemplazó %d aparición"
+msgstr[1] "Se encontraron y reemplazaron %d apariciones"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Se encontró y reemplazó una aparición"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "No se encontró «%s»"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Documento sin título %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grupo de pestañas %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Sólo lectura"
+
+#: gedit/gedit-encodings-combo-box.c:297
+#: gedit/gedit-file-chooser-dialog-osx.m:564
+msgid "Automatically Detected"
+msgstr "Detectado automáticamente"
+
+#: gedit/gedit-encodings-combo-box.c:326
+#: gedit/gedit-file-chooser-dialog-osx.m:573
+msgid "Add or Remove…"
+msgstr "Añadir o quitar…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Configuración regional actual (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (configuración regional actual)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+"¿Realmente quiere restablecer las preferencias de la codificación de "
+"caracteres?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Restablecer"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Añadir"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Eliminar"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Aumentar la prioridad"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Disminuir la prioridad"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:39
+#: gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Todos los archivos"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:40
+msgid "All Text Files"
+msgstr "Todos los archivos de texto"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:277
+msgid "C_haracter Encoding:"
+msgstr "Codificación de ca_racteres:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:336
+msgid "L_ine Ending:"
+msgstr "_Final de línea:"
+
+#: gedit/gedit-file-chooser-dialog-osx.m:546
+msgid "Character Encoding:"
+msgstr "Codificación de caracteres:"
+
+#: gedit/gedit-file-chooser-dialog-osx.m:619
+msgid "Line Ending:"
+msgstr "Final de línea:"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Texto plano"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Reintentar"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "No se pudo encontrar el archivo «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Compruebe que ha escrito la ubicación correctamente y pruebe de nuevo."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "No se pueden manejar las ubicaciones «%s:»."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "No se puede manejar esta ubicación."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "No se puede acceder a la ubicación del archivo."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "«%s» es una carpeta."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "«%s» no es una ubicación válida."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"No se pudo encontrar el equipo remoto «%s». Compruebe que la configuración "
+"de su proxy sea correcta y pruebe de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"El nombre del servidor no es válido. Compruebe que ha escrito la ubicación "
+"correctamente e inténtelo de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "«%s» no es un archivo regular."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "La conexión expiró. Inténtelo de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Error inesperado: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"No se puede encontrar el archivo solicitado. Quizá se ha eliminado "
+"recientemente."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "No se ha podido revertir el archivo «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Codificación de c_aracteres:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Editar de todos _modos"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"El número de enlaces simbólicos seguidos es limitada y el archivo actual no "
+"se pudo encontrar dentro de ese límite."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "No tiene los permisos necesarios para abrir el archivo."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "No se pudo detectar la codificación de caracteres."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Compruebe que no está intentando abrir un archivo binario."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+"Seleccione una codificación de caracteres desde el menú e inténtelo de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Hubo un problema al abrir el archivo «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"El archivo que abrió contiene algunos caracteres no válidos. Si continua "
+"editando este archivo puede corromper el documento."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"También puede elegir cualquier otra codificación de caracteres e intentarlo "
+"de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"No se pudo abrir el archivo «%s» usando la codificación de caracteres «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Seleccione una codificación de caracteres diferente desde el menú e "
+"inténtelo de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "No se pudo abrir el archivo «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"No se pudo guardar el archivo «%s» usando la codificación de caracteres «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"El documento contiene uno o más caracteres que no se pueden codificar usando "
+"el código de caracteres especificado."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "_Guardar de todos modos"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "_No guardar"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "El archivo «%s» se ha modificado desde que lo leyó."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Si lo guarda, todos los cambios externos podrían perderse. ¿Quiere guardarlo "
+"de todas formas?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"No se pueden manejar ubicaciones «%s:» en modo escritura. Compruebe que ha "
+"escrito la ubicación correctamente y pruebe de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"No se puede manejar esta ubicación en modo escritura. Compruebe que ha "
+"escrito la ubicación correctamente y pruebe de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"«%s» no es una ubicación válida. Compruebe que ha escrito la ubicación "
+"correctamente y pruebe de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"No tiene los permisos necesarios para guardar el archivo. Compruebe que ha "
+"escrito la ubicación correctamente y pruebe de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"No hay suficiente espacio en el disco para guardar el archivo. Libere un "
+"poco de espacio y pruebe de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Está intentando guardar el archivo en un disco de sólo lectura. Compruebe "
+"que ha escrito la ubicación correctamente y pruebe de nuevo."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Ya existe un archivo con el mismo nombre. Use un nombre diferente."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"El disco en donde está intentando guardar el archivo tiene una limitación en "
+"la longitud de los nombres de archivo. Use un nombre de archivo más corto."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"El disco en donde está intentando guardar el archivo tiene una limitación en "
+"tamaños de archivo. Intente guardar un archivo más pequeño o guardarlo en un "
+"disco que no tenga esta limitación."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "No se pudo guardar el archivo «%s»."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Pulsar este botón para seleccionar la tipografía que utilizará el editor"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Usar la tipografía de anchura fijo del sistema (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+#| msgid "The selected color scheme cannot be installed."
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "No se puede instalar el esquema de color seleccionado: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "No se puede instalar el estilo de color seleccionado."
+
+#: gedit/gedit-preferences-dialog.c:717
+#| msgid "Color Scheme"
+msgid "Add Color Scheme"
+msgstr "Añadir esquema de color"
+
+#: gedit/gedit-preferences-dialog.c:720
+#| msgid "Add Scheme"
+msgid "_Add Scheme"
+msgstr "_Añadir esquema"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Archivos de estilos de color"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "No se pudo quitar el estilo «%s»."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Preparándo…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Archivo: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Página %N de %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Renderizando página %d de %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Página %d de %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nada"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Buscar y reemplazar"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "SOB"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Hay una pestaña con errores"
+msgstr[1] "Hay %d pestañas con errores"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Revertiendo %s en %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Revertiendo %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Cargando %s en %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Cargando %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Guardando %s en %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Guardando %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Error al abrir el archivo %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Error al revertir el archivo %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Error al guardar el archivo %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Nombre:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "Tipo MIME:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Codificación:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ en %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS clásico"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Mostrar números de línea"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d de %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Volver al principio"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Coincidir como expresión _regular"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Coincidir sólo con palabras compl_etas"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Coi_ncidir con mayúsculas"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "La cadena que quiere buscar"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Línea a la que quiere mover el cursor"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "El corchete de coincidencia está fuera de rango"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "No se encontró el corchete coincidente"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Corchete coincidente encontrado en la línea: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Anchura del tabulador: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Hay documentos sin guardar"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Cambiar la página del panel lateral"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documentos"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Abrir un archivo"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Abrir un archivo usado recientemente"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Mover a la _izquierda"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Mover a la _derecha"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Mover a una ventana _nueva"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Mover al _siguiente grupo de pestañas nuevo"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Cerrar"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Sangría automática"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Usar espacios"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Mostrar números de línea"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Mostrar el margen derecho"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Resaltar la línea actual"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Ajuste del texto"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Archivo"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nuevo"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Abrir _reciente"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "_Volver a abrir la pestaña cerrada"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Guardar _como…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Ventana nueva"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Recargar"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Imprimir…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Salir"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Editar"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "Des_hacer"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Rehacer"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "C_ortar"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "C_opiar"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Pegar"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Eliminar"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Modo de sobrescritura"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Seleccionar _todo"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Preferencias"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Ver"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Panel _lateral"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Panel _inferior"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "Pantalla _completa"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Modo _resaltado…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Buscar"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Buscar…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Buscar _siguiente"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Buscar _anterior"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Buscar y _reemplazar…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Quitar resaltado"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Ir a la _línea…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Herramientas"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documentos"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Guardar _todo"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Cerrar todo"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nuevo grupo de pestañas"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Grupo de pestañas a_nterior"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Sig_uiente grupo de pestañas"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Documento _anterior"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Documento _siguiente"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Mover a la siguiente ventana"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "Ay_uda"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Acerca del editor de textos"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Guardar _todo"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "Buscar y _reemplazar"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Ir a la _línea…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "Atajos del _teclado"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Códigos de caracteres"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Aplicar"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Codificaciones dispo_nibles"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Códificaciones _elegidas"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Descripción"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Codificación"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Modo resaltado"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Seleccionar"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Modo de búsqueda resaltada…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferencias"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Mostrar margen _derecho en la columna:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Mostrar barra de _estado"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Mostrar el patrón de la rejilla"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Ajuste del texto"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Activar a_juste de texto"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "No _dividir palabras en dos líneas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Resaltado"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Resaltar la _línea actual"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Resaltar parejas de _corchetes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Ver"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulaciones"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Anchura del _tabulador:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Insertar e_spacios en lugar de tabuladores"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Activar sangría automática"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Guardado de archivo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Crear una copia de _respaldo de los archivos antes de guardarlos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Autoguardar archivos cada"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minutos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Tipografía"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Tipogra_fía del editor: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Elija la tipografía del editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Esquema de color"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Desinstalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Desinstalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Tipografías y colores"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Complementos"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Resaltado de sintaxis"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Imprimir el resaltado de sinta_xis"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Números de línea"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Imprimir los nú_meros de línea"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numerar cada"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "líneas"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Cabecera de la página"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Imprimir ca_beceras de página"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Tipografías"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "C_uerpo:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Números de _línea:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "C_abeceras y pies:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Restaurar tipografías predeterminadas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Mostrar la página anterior"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Mostrar la página siguiente"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Página actual (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "de"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Total de páginas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "El número total de páginas del documento"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Mostrar varias páginas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Ampliación 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Ampliar hasta ajustar toda la página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Ampliar la página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Reducir la página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Cerrar vista previa de impresión"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Cerrar vista previa"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Vista previa de la página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Vista previa de una página en el documento que se va a imprimir"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Reemplazar _todo"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Buscar"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "B_uscar "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Reemplazar _con "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Coi_ncidir con mayúsculas"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Coincidir sólo con la palabra compl_eta"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Expresión reg_ular"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Buscar hacia a_trás"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Volver al principio"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Crear un documento nuevo en una pestaña"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Abrir un documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Guardar el documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Guardar el documento con un nombre de archivo nuevo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Guardar todos los documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Cerrar el documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Cerrar todos los documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Volver a abrir el último documento cerrado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Cambiar al siguiente documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Cambiar al documento anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Cambiar al primer - noveno documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Ventanas y paneles"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Crear un documento nuevo en una ventana"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Crear un grupo de pestañas nuevo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Mostrar el panel lateral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Mostrar el panel inferior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Pantalla completa activada/desactivada"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Salir de la aplicación"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Buscar y reemplazar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Buscar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Buscar la siguiente coincidencia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Buscar la coincidencia anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Quitar resaltado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Deshacer y rehacer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Deshacer el comando anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Rehacer el comando anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selección"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Seleccionar todo el texto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Deseleccionar todo el texto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copiar y pegar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copiar el texto seleccionado al portapapeles"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Cortar el texto seleccionado al portapapeles"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Pegar texto del portapapeles"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navegación"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Ir a la línea"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Mover al principio de la línea actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Mover al final de la línea actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Mover al principio del documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Mover al final del documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Mover la sección hacia arriba en el archivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Mover la sección hacia abajo en el archivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Mover la sección al final del archivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Mover la sección al principio del archivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Mover al corchete coincidente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Ir al grupo de pestañas anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Ir al siguiente grupo de pestañas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Editando"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Cambiar entre insertar/sobrescribir"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Cambiar la visibilidad del cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Eliminar la línea actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Subir la línea actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Bajar la línea actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Mover la palabra actual a la izquierda"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Mover la palabra actual a la derecha"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Convertir a mayúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Convertir a minúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Invertir mayúsculas y minúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrementar el número del cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Reducir el número del cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Herramientas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Comprobar ortografía"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Imprimir el documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Mostrar la ventana de completado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "General"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Mostrar ayuda"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Abrir el menú"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Atajos del teclado"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Cerrar documento"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Crear un documento nuevo"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nuevo"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Guardar el archivo actual"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Guardar"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Ocultar panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Salir del modo a pantalla completa"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Estadísticas del documento"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+"Informar de número de palabras, líneas, caracteres y caracteres en un "
+"documento."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Estadísticas del _documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Selección"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Líneas"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Palabras"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Caracteres (con espacios)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Caracteres (sin espacios)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bytes"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Construir"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Ejecutar «make» en la carpeta del documento"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Abrir terminal aquí"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Abrir un terminal en la ubicación del documento"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Eliminar espacios sobrantes"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Eliminar los espacios sobrantes inútiles de su archivo"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Ejecutar comando"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Ejecutar un comando personalizado y poner su salida en un documento nuevo"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Enviar a fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Pegar el texto seleccionado o el documento actual en fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Herramientas externas"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Ejecutar comandos externos y scripts de shell."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Indica si se debe usar la tipografía del sistema"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si es cierto, las herramientas externas usarán la tipografía global estándar "
+"del escritorio si es monoespacio (y si no, la tipografía más parecida a "
+"esta)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Un nombre de tipografía Pango. Por ejemplo «Sans 12» o «Monospace Bold 14»."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Gestionar herramientas externas"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Herramientas externas"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "No se pudo ejecutar el comando: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Debe estar dentro de una palabra para ejecutar este comando"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Ejecutando herramienta:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Hecho."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Salió"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Todos los idiomas"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Todos los idiomas"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Herramienta nueva"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Este acelerador ya está vinculado a %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Teclee un acelerador nuevo , o pulse Retroceder para limpiar"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Teclee un acelerador nuevo"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Detenido."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Detener herramienta"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Siempre disponible"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Todos los documentos"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Todos los documentos excepto los que no tienen título"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Sólo archivos locales"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Sólo archivos remotos"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Sólo los documentos sin título"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Documento actual"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Selección actual"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Selección actual (predeterminada del documento)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Línea actual"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Palabra actual"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Mostrar en el panel inferior"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Crear documento nuevo"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Añadir al documento actual"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Reemplazar el documento actual"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Reemplazar la selección actual"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Insertar en la posición del cursor"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Gestionar herramientas externas"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Añadir una herramienta nueva"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Añadir herramienta"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Quitar la herramienta seleccionada"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Quitar herramienta"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Revertir herramienta"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Revertir herramienta"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "A_tajo de teclado:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Guardar:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Entrada:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Salida:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplicabilidad:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Salida de la herramienta"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panel del examinador de archivos"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Acceso a archivos fácil desde el panel lateral."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Carpeta personal"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Sistema de archivos"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Examinador de archivos"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Ocurrió un error al crear la carpeta nueva"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Ocurrió un error al crear un archivo nuevo"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Ocurrió un error al renombrar un archivo o carpeta"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Ocurrió un error al eliminar un archivo o carpeta"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Ocurrió un error al abrir una carpeta en el gestor de archivos"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Ocurrió un error al establecer la carpeta raíz"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Ocurrió un error al cargar una carpeta"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Ocurrió un error"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"No se puede mover el archivo \n"
+"a la papelera, ¿quiere eliminarlo\n"
+"permanentemente?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "El archivo %s no se puede mover a la papelera."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Los archivos seleccionados no se pueden mover a la papelera."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "¿Seguro que quiere eliminar permanentemente «%s»?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"¿Seguro que quiere eliminar permanentemente los archivos seleccionados?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Si elimina un elemento, se pierde permanentemente."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Vacío)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"El archivo renombrado está actualmente filtrado. Necesita ajustar sus "
+"ajustes de filtros para hacer el archivo visible."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Archivo sin título"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"El archivo nuevo esta actualmente filtrado. Necesita ajustar los filtros "
+"para hacerlo visible"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Carpeta sin título"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"La carpeta nuevo esta actualmente filtrada. Necesita ajustar los filtros "
+"para hacerlo visible."
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Marcadores"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "No existe el objeto montado para el volumen montado: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "No se pudo abrir el soporte: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "No se pudo abrir el volumen: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Error al cargar una carpeta «%s»: no existe la carpeta"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Abrir con vista de árbol"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Abrir la vista de árbol cuando el complemento del examinador de archivos se "
+"carga en vez de la vista de marcadores"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Carpeta raíz del examinador de archivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"La carpeta raíz del examinador de archivos que usar al cargar el complemento "
+"de examinador de archivos y cuando onload/tree_view es TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Carpeta raíz virtual del examinador de archivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"La carpeta virtual del examinador de archivo para usar al cargar el "
+"complemento del examinador de archivos cuando onload/tree_view es TRUE. La "
+"carpeta virtual debe ser la raíz actual."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Activar la restauración de lugares remotos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Establece si se debe activar la restauración desde lugares remotos."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Establecer la ubicación para el primer documento"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Si es cierto el complemento del examinador de archivos verá la carpeta del "
+"primer documento abierto dado que el examinador de archivos no se ha usado "
+"aún. (Entonces esto generalmente se aplica a abrir un documento desde la "
+"línea de comandos o abriéndolo con Nautilus, etc.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Modo de filtro del examinador de archivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Este valor determina qué archivos se filtran del examinador de archivos. Los "
+"valores válidos son: «none» (no filtrar), «hide-hidden» (filtrar archivos "
+"ocultos) y «hide-binary» (filtrar archivos binarios)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Patrón de filtro del examinador de archivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"El patrón de filtros con el que filtrar el examinador de archivos. Este "
+"filtro funciona por encima del filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Patrones binarios del examinador de archivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Los patrones adicionales que usar al filtrar archivos binarios."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Establecer raíz al documento activo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Carpeta nueva"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "_Archivo nuevo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Renombrar…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Mover a la papelera"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Re_frescar vista"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Ver carpeta"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Abrir en una terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtro"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Mostrar _ocultos"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Mostrar _binarios"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Coincidir con el nombre de archivo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Histórico"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Abrir el menú del histórico"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modos de líneas"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Soporte para los modos de línea Emacs, Kate y Vim para gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Color del texto del comando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "El color del texto del comando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Color del texto de error"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "El color del texto de error"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si es cierto, la terminal usará la tipografía global estándar del escritorio "
+"si ésta es de anchura fijo (y la tipografía más parecida a ésta)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Color del c_omando:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Color del _error:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Consola Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Consola interactiva python en el panel inferior."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Resaltado rápido"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Resalta cada ocurrencia del texto seleccionado"
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Apertura rápida…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Apertura rápida"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Abrir archivos rápidamente."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Escriba para buscar…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Gestionar _recortes…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Recortes"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "No se pudo crear el archivador «%s»"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "La carpeta de destino «%s» no existe"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "La carpeta de destino «%s» no es una carpeta válida"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "El archivo «%s» no existe"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "El archivo «%s» no es un archivo de recortes válido"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "El archivo importado «%s» no es un archivo de recortes válido"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "No se pudo extraer el archivo «%s»"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "No se pudieron importar los siguientes archivos: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "El archivo «%s» no es un archivador de recortes válido"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Archivo de recortes"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Añadir un nuevo recorte…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Revertir el recorte seleccionado"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Eliminar el recorte seleccionado"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Este no es un disparador válido. Los disparadores pueden contener caracteres "
+"alfanuméricos (o _, : y .) o un solo carácter no alfanumérico como {,[, "
+"etcétera."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Palabra con la que se activa el recorte después de pulsar el tabulador"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Ocurrió el siguiente error al importar: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importación completada satisfactoriamente"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importar recortes"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Todos los archivos soportados"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Archivo comprimido con Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Archivador comprimido con Bzip"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Archivo individual de recortes"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Todos los archivos"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Ocurrió el siguiente error al exportar: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Exportación completada satisfactoriamente"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"¿Quiere incluir los recortes del <b>sistema</b> seleccionados en su "
+"exportación?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "No hay recortes seleccionados para exportar"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exportar recortes"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Teclee un acelerador nuevo o pulse Retroceso para limpiar"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Teclee un acelerador nuevo"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"La ejecución del comando Python (%s) excede el tiempo máximo, ejecución "
+"abortada."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Falló la ejecución del comando Python (%s): %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr ""
+"Insertar fragmentos de texto usados frecuentemente de una manera rápida."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Gestionar recortes"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Crear un recorte nuevo"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Añadir recorte"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Quitar recortes"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importar recortes"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exportar el recorte seleccionado"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exportar recortes"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Activación"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Disparador:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Tecla rápida:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Atajo de teclado con el que se activa el recorte"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Soltar destinos:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "O_rdenar…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ordenar"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "O_rden inverso"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Eliminar duplicados"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "S_ensible a mayúsculas y minúsculas"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "E_mpezar en la columna:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Ordenar"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Ordena un documento o el texto seleccionado."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Comprobar ortografía…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Establecer _idioma…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Resaltar palabras mal escritas"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Resaltar las palabras mal escritas"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Configuración predeterminada para resaltar palabras mal escritas."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configurar el complemento e revisión ortográfica"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Valores predeterminados para documentos nuevos"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Corrector ortográfico"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Comprueba la ortografía del documento actual."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "In_sertar fecha y hora…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Formatos disponibles"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Tipo de mensaje en pantalla"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Indica si se debería preguntar al usuario el formato o si se debería usar el "
+"formato seleccionado o personalizado."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Formato seleccionado"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "El formato seleccionado usado al insertar la fecha/hora."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Formato personalizado"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "El formato predeterminado usado al insertar la fecha/hora."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Insertar fecha y hora"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Usar el formato _seleccionado"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Usar el formato personalizado"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Insertar"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configurar el complemento de fecha/hora"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Al insertar la fecha/hora…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Pedir un formato"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Insertar fecha/hora"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Inserta la fecha y hora actual en la posición del cursor."
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "No se pudo crear la carpeta «%s»: falló g_mkdir_with_parents(): %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_Añadir estilo"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit es el editor de texto oficial del entorno de escritorio GNOME. "
+#~ "Aunque es sencillo y fácil de usar, gedit es un editor de texto de "
+#~ "propósito general muy potente."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Cuando esté escribiendo el próximo «best seller», programación una "
+#~ "innovadora aplicación o simplemente tomando notas rápidas, gedit será una "
+#~ "herramienta de confianza para realizar el trabajo."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Su flexible sistema de complementos le permite adaptarse a sus "
+#~ "necesidades y adaptarlo a su flujo de trabajo."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Lista de complementos activos. Contiene la «Ubicación» de los "
+#~ "complementos activos. Vea el archivo .gedit-plugin para obtener la "
+#~ "«Ubicación» de un complemento dado."
+
+#~ msgid "Check update"
+#~ msgstr "Comprobar actualizaciones"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Comprobar la última versión de gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Hubo un error al mostrar el URL."
+
+#~ msgid "_Download"
+#~ msgstr "_Descargar"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignorar versión"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Existe una nueva versión de gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Puede descargar la nueva versión de gedit pulsando el botón de descarga o "
+#~ "ignorar la versión y esperar a que salga una nueva"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Versión para ignorar"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Versión para ignorar hasta que se publique la próxima versión."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Mostrar el mapa de vista previa"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr ""
+#~ "Indica si gedit debe mostrar el mapa de vista previa para el documento."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "La barra de herramientas es visible"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr ""
+#~ "Indica si debe ser visible la barra de herramientas en las ventanas de "
+#~ "edición."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Máximo de archivos recientes"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Especifica el número máximo de archivos recientemente abiertos que se "
+#~ "muestra en el submenú «Archivos recientes»."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Los cambios del documento «%s» se perderán para siempre."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "El guardado se ha desactivado por el administrador del sistema."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Los cambios realizados a %d documento se perderán para siempre."
+#~ msgstr[1] "Los cambios realizados a %d documentos se perderán para siempre."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "_Documentos con cambios no guardados:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Abrir"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "No es necesario guardar ningún cambio"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "La ubicación «%s» ya no está disponible."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Su sistema no está conectado. Compruebe su conexión de red."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "N_o editar"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "El archivo «%s» ya está abierto en otra ventana."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "¿Quiere editarlo de todas formas?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "No se pudo crear un archivo de respaldo al guardar «%s»"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "No se ha podido crear un archivo de respaldo temporal al guardar «%s»"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "No se pudo hacer una copia de respaldo del archivo antiguo antes de "
+#~ "guardar el nuevo. Puede ignorar esta advertencia y guardar el archivo de "
+#~ "todas formas, pero si ocurriese un error al guardar, podría perder la "
+#~ "copia antigua del archivo. ¿Quiere guardar de todas formas?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "El archivo «%s» ha cambiado en el disco."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Descartar cambios y _recargar"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Se han detectado algunos caracteres no válidos al guardar «%s»"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Si continúa guardando este archivo puede corromper el documento. ¿Guardar "
+#~ "de todos modos?"
+
+#~ msgid "No results"
+#~ msgstr "No hay resultados"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Otros _documentos…"
+
+#~ msgid "Open another file"
+#~ msgstr "Abrir otro archivo"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Mostrar _mapa de vista previa"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Unir las líneas seleccionadas"
+
+#~| msgid "Inserted text"
+#~ msgctxt "shortcut window"
+#~ msgid "Insert timestamp"
+#~ msgstr "Insertar marca de tiempo"
+
+#~ msgid "Open"
+#~ msgstr "Abrir"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Abrir un diálogo de archivo"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Compruebe su instalación."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "No se pudo abrir el archivo de IU %s. Error: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "No se pudo encontrar el objeto «%s» en el archivo %s."
+
+#~ msgid "Tools"
+#~ msgstr "Herramientas"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document type"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgid "_Autocheck Spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Editor de textos gedit"
+
+#~ msgid "_About"
+#~ msgstr "Acerca _de"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignorar"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Gestionar herramientas _externas…"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Apertura rápida…"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Administrar _recortes…"
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_Comprobar ortografía…"
+
+#~ msgid "Set _Language..."
+#~ msgstr "Establecer _idioma…"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "In_sertar fecha y hora…"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Abrir una ventana nueva"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Abrir un documento nuevo"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr ""
+#~ "Establecer el tamaño y la posición de la ventana (ANCHURAxALTURA+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRÍA"
+
+#~ msgid "Edit"
+#~ msgstr "Editar"
+
+#~ msgid "Help"
+#~ msgstr "Ayuda"
+
+#~ msgid "Question"
+#~ msgstr "Pregunta"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(no hay palabras sugeridas)"
+
+#~ msgid "_More..."
+#~ msgstr "_Más…"
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignorar todo"
+
+#~ msgid "_Add"
+#~ msgstr "_Añadir"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Sugerencias de ortografía…"
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Error al comprobar la ortografía de la palabra «%s»: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Error:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Comprobación de ortografía finalizada"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Sin palabras mal escritas"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(ortografía correcta)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Sugerencias"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Desconocida (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Predeterminado"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Seleccione el _idioma del documento actual."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Palabra mal escrita:"
+
+#~ msgid "word"
+#~ msgstr "palabra"
+
+#~ msgid "Change _to:"
+#~ msgstr "Cambiar _por:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Comprobar pa_labra"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Sugerencias:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignorar _todo"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Ca_mbiar"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Cambiar _todo"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Diccionario de usuario:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Añadir pa_labra"
+
+#~ msgid "Minimap is Visible"
+#~ msgstr "El mini mapa es visible"
+
+#~ msgid "Whether the minimap for the document should be visible."
+#~ msgstr "Indica si el mini mapa para el documento debe ser visible."
+
+#~ msgid "_Minimap"
+#~ msgstr "_Mini mapa"
+
+#~ msgid "The document is empty."
+#~ msgstr "El documento está vacío."
+
+#~ msgid "RO"
+#~ msgstr "SL"
+
+#~ msgid "_OK"
+#~ msgstr "_Aceptar"
+
+#~ msgid "Set language"
+#~ msgstr "Establecer idioma"
+
+#~ msgid "Languages"
+#~ msgstr "Idiomas"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Detección automática de codificación"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista ordenada de codificaciones que usa gedit para detectar "
+#~ "automáticamente la codificación de un archivo. «CURRENT» (ACTUAL) es la "
+#~ "codificación de la configuración regional actual. Sólo se utilizan las "
+#~ "codificaciones reconocidas."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Codificaciones mostradas en el menú"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista de codificaciones que se muestran en el menú Códigos de caracteres "
+#~ "del selector de archivos para abrir/guardar. Sólo se usan las "
+#~ "codificaciones reconocidas."
+
+#~ msgid "Character encodings"
+#~ msgstr "Códigos de caracteres"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Co_dificaciones mostradas en el menú:"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Ignorar capitalización"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "No se puede deshacer una operación de ordenamiento"
+
+#~ msgid "P_revious Page"
+#~ msgstr "Página a_nterior"
+
+#~ msgid "_Next Page"
+#~ msgstr "_Siguiente página"
+
+#~ msgid "Replace"
+#~ msgstr "Reemplazar"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Buscar: "
+
+#~ msgid "About gedit"
+#~ msgstr "Acerca de gedit"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Indica si gedit debe crear copias de resguardo de los archivos que "
+#~ "guarda. Puede configurar el complemento de los archivos de resguardo con "
+#~ "la opción «Extensión de las copias de resguardo»."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Occidental"
+
+#~ msgid "Central European"
+#~ msgstr "Europa central"
+
+#~ msgid "South European"
+#~ msgstr "Europa del sur"
+
+#~ msgid "Baltic"
+#~ msgstr "Báltica"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cirílica"
+
+#~ msgid "Arabic"
+#~ msgstr "Árabe"
+
+#~ msgid "Greek"
+#~ msgstr "Griega"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebreo visual"
+
+#~ msgid "Turkish"
+#~ msgstr "Turca"
+
+#~ msgid "Nordic"
+#~ msgstr "Nórdica"
+
+#~ msgid "Celtic"
+#~ msgstr "Celta"
+
+#~ msgid "Romanian"
+#~ msgstr "Rumana"
+
+#~ msgid "Armenian"
+#~ msgstr "Armenia"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "China tradicional"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cirílica/Rusa"
+
+#~ msgid "Japanese"
+#~ msgstr "Japonesa"
+
+#~ msgid "Korean"
+#~ msgstr "Coreana"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "China simplificada"
+
+#~ msgid "Georgian"
+#~ msgstr "Georgiana"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebreo"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cirílica/Ucraniana"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vietnamita"
+
+#~ msgid "Thai"
+#~ msgstr "Tailandesa"
+
+#~ msgid "Unknown"
+#~ msgstr "Desconocida"
+
+#~ msgid "The file is too big."
+#~ msgstr "El archivo es demasiado grande."
+
+#~ msgid "Recent files"
+#~ msgstr "Archivos recientes"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Proveedor de datos de Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Registra los accesos y deja los eventos para los documentos usados con "
+#~ "gedit"
+
+#~ msgid "Need help?"
+#~ msgstr "¿Necesita ayuda?"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Preferencias de gedit"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Recortes:"
+
+#~ msgid "Show the application's help"
+#~ msgstr "Mostrar la ayuda de la aplicación"
+
+#~ msgid "Enter GApplication service mode"
+#~ msgstr "Entrar en modo de servicio de GApplication"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Edite archivos de texto"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Ejecute «%s --help» para ver una lista completa de las opciones "
+#~ "disponibles de los comandos en línea.\n"
+
+#~ msgid "_Update"
+#~ msgstr "_Actualizar"
+
+#~ msgid "File Name"
+#~ msgstr "Nombre del archivo"
+
+#~ msgid "Language:"
+#~ msgstr "Idioma:"
+
+#~ msgid "Language"
+#~ msgstr "Idioma"
+
+#~ msgid "Empty"
+#~ msgstr "Vaciar"
+
+#~ msgid "column"
+#~ msgstr "columna"
+
+#~ msgid "_Open..."
+#~ msgstr "_Abrir…"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Prefere_ncias"
+
+#~ msgid "Configure the application"
+#~ msgstr "Configurar la aplicación"
+
+#~ msgid "_Contents"
+#~ msgstr "Índ_ice"
+
+#~ msgid "Save _As..."
+#~ msgstr "Guardar _como…"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Revierte a una versión guardada del archivo"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Vista _previa de impresión"
+
+#~ msgid "Print preview"
+#~ msgstr "Vista previa de la impresión"
+
+#~ msgid "_Print..."
+#~ msgstr "_Imprimir…"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Deshacer la última operación"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Rehacer la última acción deshecha"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Cortar la selección"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Copiar la selección"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Eliminar el texto seleccionado"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "Modo _resaltado…"
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "Cambia el modo resaltado del documento actual"
+
+#~ msgid "_Find..."
+#~ msgstr "_Buscar…"
+
+#~ msgid "Search for text"
+#~ msgstr "Buscar texto"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Buscar hacia adelante el mismo texto"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Buscar hacia atrás el mismo texto"
+
+#~ msgid "_Replace..."
+#~ msgstr "_Reemplazar…"
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Buscar y reemplaza texto"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Quitar el resaltado de las coincidencias de la búsqueda"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Va a una línea específica"
+
+#~ msgid "Save all open files"
+#~ msgstr "Guardar todos los archivos abiertos"
+
+#~ msgid "Close all open files"
+#~ msgstr "Cerrar todos los archivos abiertos"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Activar el documento anterior"
+
+#~ msgid "Activate next document"
+#~ msgstr "Activar el documento siguiente"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Mover el documento actual hacia una ventana nueva"
+
+#~ msgid "Close the current file"
+#~ msgstr "Cerrar el archivo actual"
+
+#~ msgid "Quit the program"
+#~ msgstr "Salir del programa"
+
+#~ msgid "_Toolbar"
+#~ msgstr "Barra de _herramientas"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Mostrar u ocultar la barra de herramientas en la ventana actual"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Mostrar u ocultar la barra de estado en la ventana actual"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Editar texto a pantalla completa"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Mostrar u ocultar el panel lateral en la ventana actual"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Mostrar u ocultar el panel inferior en la ventana actual"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Abrir «%s»"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Activar «%s»"
+
+#~ msgid "Change Case"
+#~ msgstr "Cambiar capitalización"
+
+#~ msgid "C_hange Case"
+#~ msgstr "Ca_mbiar capitalización"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Todo en _mayúsculas"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Todo en m_inúsculas"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Invertir la capitalización del texto seleccionado"
+
+#~ msgid "_Title Case"
+#~ msgstr "Capitalización de _titular"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Poner en mayúscula la primera letra de cada palabra seleccionada"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Obtener información estadística del documento actual"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Abrir el gestor de herramientas externas"
+
+#~ msgid "External tools"
+#~ msgstr "Herramientas externas"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Abrir documentos rápidamente"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Administre recortes"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Ordena el documento actual o la selección"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr ""
+#~ "Comprueba la ortografía del documento actual buscando palabras incorrectas"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Comprobar automáticamente la ortografía del documento actual"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Inserta la fecha y hora actual en la posición del cursor"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Límite de acciones deshacer (OBSOLETO)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Número máximo de acciones que gedit puede deshacer o rehacer. Use «-1» "
+#~ "para un número ilimitado de acciones. Obsoleto desde 2.12.0"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr ""
+#~ "No se puede acceder a la ubicación del archivo porque no está montada."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "Se ha abierto esta instancia del archivo en una forma no editable. "
+#~ "¿Quiere editarlo de todas formas?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "¿Quiere perder sus cambios y volver a cargar el archivo?"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Desactivar resaltado de sintaxis"
+
+#~ msgid "Replace All"
+#~ msgstr "Reemplazar todo"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Establece la raíz en el lugar del documento activo"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Abrir un terminal en la carpeta actualmente abierta"
+
+#~ msgid "file"
+#~ msgstr "archivo"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Mover el archivo o carpeta seleccionado a la papelera"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Borra el archivo o carpeta seleccionado"
+
+#~ msgid "Open selected file"
+#~ msgstr "Abrir el archivo seleccionado"
+
+#~ msgid "Up"
+#~ msgstr "Subir"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Abrir la carpeta contenedora"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Añade una carpeta vacía nueva"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Añade un archivo nuevo vacío"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Renombra el archivo o carpeta seleccionada"
+
+#~ msgid "_Previous Location"
+#~ msgstr "Ubicación _anterior"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Ir al lugar anteriormente visitado"
+
+#~ msgid "_Next Location"
+#~ msgstr "_Siguiente lugar"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Ir al siguiente lugar visitado"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Refresca la vista"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Ver la carpeta en el gestor de archivos"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Mostrar archivos y carpetas ocultos"
+
+#~ msgid "Show binary files"
+#~ msgstr "Mostrar archivos binarios"
+
+#~ msgid "Quick open"
+#~ msgstr "Apertura rápida"
+
+#~ msgid "Text;"
+#~ msgstr "Texto;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Salir de la sesión _sin guardar"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Ejecutar gedit en segundo plano"
+
+#~ msgid "toolbutton1"
+#~ msgstr "botón1"
+
+#~ msgid "toolbutton2"
+#~ msgstr "botón2"
+
+#~ msgid "_Add..."
+#~ msgstr "_Añadir…"
+
+#~ msgid "Previous location"
+#~ msgstr "Ubicación anterior"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Ir a un lugar anteriormente abierto"
+
+#~ msgid "Next location"
+#~ msgstr "Siguiente lugar"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "Lista de esquemas VFS que soporta gedit en modo escritura. El esquema "
+#~ "«file» es escribible por omisión."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Esquemas VFS escribibles"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "Gestor de herramientas externas"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"system\" to use the "
+#~ "system's default style, \"icons\" to display icons only, \"icons-and-text"
+#~ "\" to display both icons and text, and \"icons-both-horiz\" to display "
+#~ "prioritized text beside icons. Note that the values are case-sensitive, "
+#~ "so make sure they appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Estilo para los botones de la barra de herramientas. Los valores posibles "
+#~ "son «system» para usar el estilo predeterminado del sistema,«icons» para "
+#~ "mostrar sólo los iconos, «icons-and-text» para mostrar tanto iconos como "
+#~ "texto y «icons-both-horiz» para mostrar el texto prioritario a los lados "
+#~ "de los iconos. Note que los valores son sensibles a capitalización, por "
+#~ "ello asegúrese de que éstos aparecen exactamente como se mencionan aquí."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Estilo de los botones de la barra de herramientas"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "No se puede detectar la codificación automáticamente"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "Búsqueda _incremental…"
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "Buscar texto incrementalmente"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Administrador de recortes"
+
+#~ msgid "Tags"
+#~ msgstr "Etiquetas"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Seleccione el grupo de etiquetas que quiere usar"
+
+#~ msgid "_Preview"
+#~ msgstr "Vista _previa"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "Listas de etiquetas disponibles"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "Formulario abreviado"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Abreviatura"
+
+#~ msgid "Above"
+#~ msgstr "Encima"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "Carácter de la tecla de accesibilidad"
+
+#~ msgid "Acronym"
+#~ msgstr "Acrónimo"
+
+#~ msgid "Align"
+#~ msgstr "Alinear"
+
+#~ msgid "Alignment character"
+#~ msgstr "Carácter de alineamiento"
+
+#~ msgid "Alternative"
+#~ msgstr "Alternativa"
+
+#~ msgid "Anchor"
+#~ msgstr "Anclaje"
+
+#~ msgid "Anchor URI"
+#~ msgstr "URI del anclaje"
+
+#~ msgid "Applet class file code"
+#~ msgstr "Código de archivo de clase de la miniaplicación"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Código de clase de miniaplicación (obsoleto)"
+
+#~ msgid "Array"
+#~ msgstr "Array"
+
+#~ msgid "Associated information"
+#~ msgstr "Información asociada"
+
+#~ msgid "Author info"
+#~ msgstr "Información del autor"
+
+#~ msgid "Axis related headers"
+#~ msgstr "Cabeceras relacionadas con el eje"
+
+#~ msgid "Background color"
+#~ msgstr "Color de fondo"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "Color de fondo (obsoleto)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "Textura de enlosado del fondo"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "Textura de enlosado del fondo (obsoleto)"
+
+#~ msgid "Base URI"
+#~ msgstr "URI base"
+
+#~ msgid "Base font"
+#~ msgstr "Tipografía base"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Tipografía base (obsoleto)"
+
+#~ msgid "Bold"
+#~ msgstr "Negrita"
+
+#~ msgid "Border"
+#~ msgstr "Borde"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "Borde (obsoleto)"
+
+#~ msgid "Border color"
+#~ msgstr "Color del borde"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "Expansión de filas de la celda"
+
+#~ msgid "Center"
+#~ msgstr "Centro"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "Centro (obsoleto)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Codificación de caracteres del recurso enlazado"
+
+#~ msgid "Checked (state)"
+#~ msgstr "Marcado (estado)"
+
+#~ msgid "Checked state"
+#~ msgstr "Estado marcado"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "Citar la razón del cambio"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "ID de implementación de clase"
+
+#~ msgid "Class list"
+#~ msgstr "Lista de clases"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "Vaciar el control de flujo del texto"
+
+#~ msgid "Code content type"
+#~ msgstr "Tipo de contenido del código"
+
+#~ msgid "Color of selected links"
+#~ msgstr "Color de los enlaces seleccionados"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "Color de los enlaces seleccionados (obsoleto)"
+
+#~ msgid "Column span"
+#~ msgstr "Expansión en columnas"
+
+#~ msgid "Comment"
+#~ msgstr "Comentario"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "Fragmento de código fuente"
+
+#~ msgid "Content type"
+#~ msgstr "Tipo de contenido"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "Tipo de contenido (obsoleto)"
+
+#~ msgid "Coordinates"
+#~ msgstr "Coordenadas"
+
+#~ msgid "DIV Style container"
+#~ msgstr "Contenedor de estilo DIV"
+
+#~ msgid "DIV container"
+#~ msgstr "Contenedor DIV"
+
+#~ msgid "Date and time of change"
+#~ msgstr "Fecha y hora de cambio"
+
+#~ msgid "Declare flag"
+#~ msgstr "Marca de declaración"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Diferir atributo"
+
+#~ msgid "Definition description"
+#~ msgstr "Descripción de definición"
+
+#~ msgid "Definition list"
+#~ msgstr "Lista de definición"
+
+#~ msgid "Definition term"
+#~ msgstr "Término de definición"
+
+#~ msgid "Deleted text"
+#~ msgstr "Texto borrado"
+
+#~ msgid "Direction"
+#~ msgstr "Dirección"
+
+#~ msgid "Directionality"
+#~ msgstr "Direccionalidad"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "Direccionalidad (obsoleto)"
+
+#~ msgid "Directory list"
+#~ msgstr "Lista de directorio"
+
+#~ msgid "Disabled"
+#~ msgstr "Desactivado"
+
+#~ msgid "Document base"
+#~ msgstr "Documento base"
+
+#~ msgid "Document body"
+#~ msgstr "Cuerpo del documento"
+
+#~ msgid "Document head"
+#~ msgstr "Cabecera del documento"
+
+#~ msgid "Document title"
+#~ msgstr "Título del documento"
+
+#~ msgid "Element ID"
+#~ msgstr "ID de elementos"
+
+#~ msgid "Embedded object"
+#~ msgstr "Objeto incrustado"
+
+#~ msgid "Emphasis"
+#~ msgstr "Énfasis"
+
+#~ msgid "Encode type"
+#~ msgstr "Tipo codificado"
+
+#~ msgid "Figure"
+#~ msgstr "Figura"
+
+#~ msgid "Font face"
+#~ msgstr "Tipografía"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Tipografía (obsoleto)"
+
+#~ msgid "For label"
+#~ msgstr "Para la etiqueta"
+
+#~ msgid "Forced line break"
+#~ msgstr "Salto de línea forzado"
+
+#~ msgid "Form"
+#~ msgstr "Formulario"
+
+#~ msgid "Form action handler"
+#~ msgstr "Manipulador de acción del formulario"
+
+#~ msgid "Form control group"
+#~ msgstr "Grupo de control del formulario"
+
+#~ msgid "Form field label text"
+#~ msgstr "Texto de la etiqueta del campo del formulario"
+
+#~ msgid "Form input"
+#~ msgstr "Formulario de entrada"
+
+#~ msgid "Form input type"
+#~ msgstr "Tipo de formulario de entrada"
+
+#~ msgid "Form method"
+#~ msgstr "Método del formulario"
+
+#~ msgid "Forward link"
+#~ msgstr "Reenviar enlace"
+
+#~ msgid "Frame"
+#~ msgstr "Marco"
+
+#~ msgid "Frame border"
+#~ msgstr "Borde del marco"
+
+#~ msgid "Frame render parts"
+#~ msgstr "El marco renderiza partes"
+
+#~ msgid "Frame source"
+#~ msgstr "Origen del marco"
+
+#~ msgid "Frame spacing"
+#~ msgstr "Espaciado de los marcos"
+
+#~ msgid "Frame target"
+#~ msgstr "Destino del marco"
+
+#~ msgid "Frameborder"
+#~ msgstr "Borde del marco"
+
+#~ msgid "Frameset"
+#~ msgstr "Conjunto de marcos"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Columnas del conjunto de marcos"
+
+#~ msgid "Frameset rows"
+#~ msgstr "Filas del conjunto de marcos"
+
+#~ msgid "Framespacing"
+#~ msgstr "Espaciado del conjunto de marcos"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "Objeto genérico incrustado"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "Metainformación genérica"
+
+#~ msgid "HREF URI"
+#~ msgstr "URI HREF"
+
+#~ msgid "HTML root element"
+#~ msgstr "Elemento raíz HTML"
+
+#~ msgid "HTML version"
+#~ msgstr "Versión HTML"
+
+#~ msgid "HTML — Special Characters"
+#~ msgstr "HTML: caracteres especiales"
+
+#~ msgid "HTML — Tags"
+#~ msgstr "HTML: etiquetas"
+
+#~ msgid "HTTP header name"
+#~ msgstr "Nombre de cabecera HTTP"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "ID de celdas de cabecera"
+
+#~ msgid "Heading"
+#~ msgstr "Titular"
+
+#~ msgid "Heading 1"
+#~ msgstr "Cabecera 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "Cabecera 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "Cabecera 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "Cabecera 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "Cabecera 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "Cabecera 6"
+
+#~ msgid "Height"
+#~ msgstr "Altura"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "Regla horizontal"
+
+#~ msgid "Horizontal space"
+#~ msgstr "Espacio horizontal"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "Espacio horizontal (obsoleto)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "Prevalecer sobre i18n BiDi"
+
+#~ msgid "Image"
+#~ msgstr "Imagen"
+
+#~ msgid "Image map"
+#~ msgstr "Mapa de imágenes"
+
+#~ msgid "Image map area"
+#~ msgstr "Área del mapa de imágenes"
+
+#~ msgid "Image map name"
+#~ msgstr "Nombre del mapa de imágenes"
+
+#~ msgid "Image source"
+#~ msgstr "Origen de la imagen"
+
+#~ msgid "Inline frame"
+#~ msgstr "Marco en línea"
+
+#~ msgid "Inline layer"
+#~ msgstr "Capa en línea"
+
+#~ msgid "Instance definition"
+#~ msgstr "Definición de instancia"
+
+#~ msgid "Italic text"
+#~ msgstr "Texto en cursiva"
+
+#~ msgid "Java applet"
+#~ msgstr "Miniaplicación Java"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Miniaplicación de Java (obsoleto)"
+
+#~ msgid "Label"
+#~ msgstr "Etiqueta"
+
+#~ msgid "Language code"
+#~ msgstr "Código del idioma"
+
+#~ msgid "Large text style"
+#~ msgstr "Estilo de texto grande"
+
+#~ msgid "Layer"
+#~ msgstr "Capa"
+
+#~ msgid "Link color"
+#~ msgstr "Color del enlace"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "Color del enlace (obsoleto)"
+
+#~ msgid "List item"
+#~ msgstr "Elemento de lista"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "Lista de tipos MIME para la subida del archivo"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "Lista de conjuntos de caracteres soportados"
+
+#~ msgid "Listing"
+#~ msgstr "Listado"
+
+#~ msgid "Local change to font"
+#~ msgstr "Cambio local para la tipografía"
+
+#~ msgid "Long description link"
+#~ msgstr "Descripción larga del enlace"
+
+#~ msgid "Long quotation"
+#~ msgstr "Entrecomillado largo"
+
+#~ msgid "Mail link"
+#~ msgstr "Enlace de correo"
+
+#~ msgid "Marquee"
+#~ msgstr "Marquilla"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "Longitud máxima del campo de texto"
+
+#~ msgid "Media-independent link"
+#~ msgstr "Enlace independiente del soporte"
+
+#~ msgid "Menu list"
+#~ msgstr "Lista de menú"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "Lista del menú (obsoleto)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "Campo de texto multilínea"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Multicolumna"
+
+#~ msgid "Multiple"
+#~ msgstr "Múltiple"
+
+#~ msgid "Name"
+#~ msgstr "Nombre"
+
+#~ msgid "Named property value"
+#~ msgstr "Valor de propiedad con nombre"
+
+#~ msgid "Next ID"
+#~ msgstr "ID siguiente"
+
+#~ msgid "No URI"
+#~ msgstr "Sin URI"
+
+#~ msgid "No embedded objects"
+#~ msgstr "Sin objetos incrustados"
+
+#~ msgid "No frames"
+#~ msgstr "Sin marcos"
+
+#~ msgid "No layers"
+#~ msgstr "Sin capas"
+
+#~ msgid "No line break"
+#~ msgstr "Sin salto de línea"
+
+#~ msgid "No script"
+#~ msgstr "Sin script"
+
+#~ msgid "No shade"
+#~ msgstr "Sin sombra"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "Sin sombra (obsoleto)"
+
+#~ msgid "No word wrap"
+#~ msgstr "Sin ajuste de palabras"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "Sin ajuste de palabras (obsoleto)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "Espacio de no ruptura"
+
+#~ msgid "Note"
+#~ msgstr "Nota"
+
+#~ msgid "Object applet file"
+#~ msgstr "Archivo objeto de miniaplicación"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Archivo objeto de miniaplicación (obsoleto)"
+
+#~ msgid "Object data reference"
+#~ msgstr "Referencia de datos del objeto"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "Desplazamiento para el carácter de alineamiento"
+
+#~ msgid "OnBlur event"
+#~ msgstr "Evento OnBlur"
+
+#~ msgid "OnChange event"
+#~ msgstr "Evento OnChange"
+
+#~ msgid "OnClick event"
+#~ msgstr "Evento OnClick"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "Evento OnDblClick"
+
+#~ msgid "OnFocus event"
+#~ msgstr "Evento OnFocus"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "Evento OnKeyDown"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "Evento OnKeyPress"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "Evento OnKeyUp"
+
+#~ msgid "OnLoad event"
+#~ msgstr "Evento OnLoad"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "Evento OnMouseDown"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "Evento OnMouseMove"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "Evento OnMouseOut"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "Evento OnMouseOver"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "Evento OnMouseUp"
+
+#~ msgid "OnReset event"
+#~ msgstr "Evento OnReset"
+
+#~ msgid "OnSelect event"
+#~ msgstr "Evento OnSelect"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "Evento OnSubmit"
+
+#~ msgid "OnUnload event"
+#~ msgstr "Evento OnUnload"
+
+#~ msgid "Option group"
+#~ msgstr "Grupo de opciones"
+
+#~ msgid "Option selector"
+#~ msgstr "Selector de opciones"
+
+#~ msgid "Ordered list"
+#~ msgstr "Lista ordenada"
+
+#~ msgid "Output media"
+#~ msgstr "Soporte de salida"
+
+#~ msgid "Paragraph"
+#~ msgstr "Párrafo"
+
+#~ msgid "Paragraph class"
+#~ msgstr "Clase de párrafo"
+
+#~ msgid "Paragraph style"
+#~ msgstr "Estilo de párrafo"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "Listado preformateado"
+
+#~ msgid "Preformatted text"
+#~ msgstr "Texto preformateado"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Diccionario de metainformación del perfil"
+
+#~ msgid "Prompt message"
+#~ msgstr "Mensaje en pantalla"
+
+#~ msgid "Push button"
+#~ msgstr "Botón pulsable"
+
+#~ msgid "Quote"
+#~ msgstr "Cita"
+
+#~ msgid "Range"
+#~ msgstr "Rango"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "Texto y contraseña de sólo lectura"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "Espaciado reducido"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "Espaciado reducido (obsoleto)"
+
+#~ msgid "Reverse link"
+#~ msgstr "Enlace inverso"
+
+#~ msgid "Root"
+#~ msgstr "Raíz"
+
+#~ msgid "Rows"
+#~ msgstr "Filas"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "Reglas entre las filas y columnas"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "Salida de programa de ejemplo, scripts"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "Ámbito abarcado por las celdas de cabecera"
+
+#~ msgid "Script language name"
+#~ msgstr "Nombre del lenguaje de script"
+
+#~ msgid "Script statements"
+#~ msgstr "Sentencias de script"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Barra de desplazamiento"
+
+#~ msgid "Selectable option"
+#~ msgstr "Opción seleccionable"
+
+#~ msgid "Server-side image map"
+#~ msgstr "Mapa de imagen en el lado del servidor"
+
+#~ msgid "Shape"
+#~ msgstr "Forma"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "Ordenar entrecomillado en línea"
+
+#~ msgid "Single line prompt"
+#~ msgstr "Pregunta de una sola línea"
+
+#~ msgid "Size"
+#~ msgstr "Tamaño"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "Tamaño (obsoleto)"
+
+#~ msgid "Small text style"
+#~ msgstr "Estilo de texto pequeño"
+
+#~ msgid "Soft line break"
+#~ msgstr "Salto de línea suave"
+
+#~ msgid "Sound"
+#~ msgstr "Sonido"
+
+#~ msgid "Source"
+#~ msgstr "Fuente"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "Lista de archivos separada por espacios"
+
+#~ msgid "Spacer"
+#~ msgstr "Espaciador"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "Espaciado entre celdas"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "Espaciado dentro de las celdas"
+
+#~ msgid "Span"
+#~ msgstr "Expandir"
+
+#~ msgid "Square root"
+#~ msgstr "Raíz cuadrada"
+
+#~ msgid "Standby load message"
+#~ msgstr "Mensaje de espera durante la carga"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "Número de secuencia de inicio"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "Número de secuencia de inicio (obsoleto)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "Tachado texto"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Estilo de texto tachado (obsoleto)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "Estilo de texto tachado"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Estilo de texto tachado (obsoleto)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "Énfasis fuerte"
+
+#~ msgid "Style info"
+#~ msgstr "Información de estilo"
+
+#~ msgid "Subscript"
+#~ msgstr "Subíndice"
+
+#~ msgid "Superscript"
+#~ msgstr "Superíndice"
+
+#~ msgid "Tab order position"
+#~ msgstr "Orden de las pestañas"
+
+#~ msgid "Table"
+#~ msgstr "Tabla"
+
+#~ msgid "Table body"
+#~ msgstr "Cuerpo de la tabla"
+
+#~ msgid "Table caption"
+#~ msgstr "Descripción de la tabla"
+
+#~ msgid "Table column group properties"
+#~ msgstr "Propiedades de grupos de columnas en las tablas"
+
+#~ msgid "Table column properties"
+#~ msgstr "Propiedades de columnas de la tabla"
+
+#~ msgid "Table data cell"
+#~ msgstr "Celda de datos de la tabla"
+
+#~ msgid "Table footer"
+#~ msgstr "Pie de la tabla"
+
+#~ msgid "Table header"
+#~ msgstr "Cabecera de la tabla"
+
+#~ msgid "Table header cell"
+#~ msgstr "Celda de cabecera de tabla"
+
+#~ msgid "Table row"
+#~ msgstr "Fila de tabla"
+
+#~ msgid "Table summary"
+#~ msgstr "Resumen de la tabla"
+
+#~ msgid "Target — Blank"
+#~ msgstr "Destino: vacío"
+
+#~ msgid "Target — Parent"
+#~ msgstr "Destino: padre"
+
+#~ msgid "Target — Self"
+#~ msgstr "Destino: sí mismo"
+
+#~ msgid "Target — Top"
+#~ msgstr "Destino: encima"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Estilo de texto monoespaciado o teletipo"
+
+#~ msgid "Text color"
+#~ msgstr "Color del texto"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "Color del texto (obsoleto)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "Texto introducido por el usuario"
+
+#~ msgid "Title"
+#~ msgstr "Título"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "Estilo de texto subrayado"
+
+#~ msgid "Unordered list"
+#~ msgstr "Lista desordenada"
+
+#~ msgid "Use image map"
+#~ msgstr "Usar mapa de imagen"
+
+#~ msgid "Value"
+#~ msgstr "Valor"
+
+#~ msgid "Value interpretation"
+#~ msgstr "Interpretación del valor"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "Variable o argumento de programa"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Alineamiento vertical de la celda"
+
+#~ msgid "Vertical space"
+#~ msgstr "Espacio vertical"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Espacio vertical (obsoleto)"
+
+#~ msgid "Visited link color"
+#~ msgstr "Color del enlace visitado"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Color del enlace visitado (obsoleto)"
+
+#~ msgid "Width"
+#~ msgstr "Ancho"
+
+#~ msgid "XHTML 1.0 — Tags"
+#~ msgstr "XHTML 1.0: etiquetas"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Bibliografía (cita)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Bibliografía (elemento)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Bibliografía (cita breve)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Bibliografía (la bibliografía)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "Paréntesis ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "Paréntesis <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "Corchetes []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "Llaves {}"
+
+#~ msgid "File input"
+#~ msgstr "Archivo de entrada"
+
+#~ msgid "Footnote"
+#~ msgstr "Nota a pie de página"
+
+#~ msgid "Function cosine"
+#~ msgstr "Función coseno"
+
+#~ msgid "Function e^"
+#~ msgstr "Función e^"
+
+#~ msgid "Function exp"
+#~ msgstr "Función exp"
+
+#~ msgid "Function log"
+#~ msgstr "Función log"
+
+#~ msgid "Function log10"
+#~ msgstr "Función log10"
+
+#~ msgid "Function sine"
+#~ msgstr "Función seno"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Alfa griega"
+
+#~ msgid "Greek beta"
+#~ msgstr "Beta griega"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Épsilon griega"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Gamma griega"
+
+#~ msgid "Greek lambda"
+#~ msgstr "Lambda griega"
+
+#~ msgid "Greek rho"
+#~ msgstr "Ro griega"
+
+#~ msgid "Greek tau"
+#~ msgstr "Tau griega"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Cabecera 0 (capítulo)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Cabecera 0 (capítulo*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Cabecera 1 (sección)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Cabecera 1 (sección*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Cabecera 2 (subsección)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Cabecera 2 (subsección*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Cabecera 3 (subsubsección)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Cabecera 3 (subsubsección*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Cabecera 4 (parágrafo)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Apéndice de la cabecera"
+
+#~ msgid "Item"
+#~ msgstr "Elemento"
+
+#~ msgid "Item with label"
+#~ msgstr "Elemento con etiqueta"
+
+#~ msgid "Latex — Tags"
+#~ msgstr "LaTeX: etiquetas"
+
+#~ msgid "List description"
+#~ msgstr "Lista de descripción"
+
+#~ msgid "List enumerate"
+#~ msgstr "Lista de enumeración"
+
+#~ msgid "List itemize"
+#~ msgstr "Lista de elementos"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Matemáticas (pantalla)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Matemáticas (en línea)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "Operador de fracción"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "Operador integral (mostrar)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Operador integral (en línea)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Operador sumatorio (mostrar)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Operador sumatorio (en línea)"
+
+#~ msgid "Reference label"
+#~ msgstr "Etiqueta de referencia"
+
+#~ msgid "Reference ref"
+#~ msgstr "Referencia de referencia"
+
+#~ msgid "Symbol <<"
+#~ msgstr "Símbolo <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Símbolo <="
+
+#~ msgid "Symbol >="
+#~ msgstr "Símbolo >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Símbolo >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Símbolo and"
+
+#~ msgid "Symbol const"
+#~ msgstr "Símbolo constante"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Símbolo derivada"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Símbolo de derivada parcial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Símbolo de derivada segunda parcial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Símbolo daga"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "Símbolo guión largo ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "Símbolo guión --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Símbolo ≍"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Símbolo ∞"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Símbolo espacio matemático ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Símbolo espacio matemático ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Símbolo espacio matemático _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Símbolo espacio matemático __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Símbolo «simeq»"
+
+#~ msgid "Symbol star"
+#~ msgstr "Símbolo estrella"
+
+#~ msgid "Typeface bold"
+#~ msgstr "Tipografía negrita"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Tipografía itálica"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "Tipografía inclinada"
+
+#~ msgid "Typeface type"
+#~ msgstr "Tipo de tipografía "
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Texto irrompible"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "Proporciona un método para insertar fácilmente en un documento las "
+#~ "etiquetas/cadenas mas comúnmente utilizadas sin tener que teclearlas."
+
+#~ msgid "Tag list"
+#~ msgstr "Lista de etiquetas"
+
+#~ msgid "XSLT — Axes"
+#~ msgstr "XSLT: ejes"
+
+#~ msgid "XSLT — Elements"
+#~ msgstr "XSLT: elementos"
+
+#~ msgid "XSLT — Functions"
+#~ msgstr "XSLT: funciones"
+
+#~ msgid "ancestor"
+#~ msgstr "ancestro"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "ancestro-o-propio"
+
+#~ msgid "attribute"
+#~ msgstr "atributo"
+
+#~ msgid "child"
+#~ msgstr "hijo"
+
+#~ msgid "descendant"
+#~ msgstr "descendiente"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "descendiente-o-propio"
+
+#~ msgid "following"
+#~ msgstr "siguiente"
+
+#~ msgid "following-sibling"
+#~ msgstr "hermano-siguiente"
+
+#~ msgid "namespace"
+#~ msgstr "nombre de espacio"
+
+#~ msgid "parent"
+#~ msgstr "padre"
+
+#~ msgid "preceding"
+#~ msgstr "precedente"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "hermano-precedente"
+
+#~ msgid "self"
+#~ msgstr "propio"
+
+#~ msgid "XUL — Tags"
+#~ msgstr "XUL: etiquetas"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "Configurar el complemento de inserción de fecha/hora…"
+
+#~ msgid "Plugin"
+#~ msgstr "Complemento"
+
+#~ msgid "Enabled"
+#~ msgstr "Activado"
+
+#~ msgid "C_onfigure"
+#~ msgstr "C_onfigurar"
+
+#~ msgid "A_ctivate"
+#~ msgstr "A_ctivar"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Ac_tivar todo"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "_Desactivar todo"
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "Co_mplementos activos:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "A_cerca del complemento"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "Config_uración de página…"
+
+#~ msgid "Set up the page settings"
+#~ msgstr "Configurar los ajustes de la página"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr ""
+#~ "Indica si gedit debe resaltar el corchete que coincide con el "
+#~ "seleccionado."
+
+#~ msgid "Bracket Matching"
+#~ msgstr "Coincidencia de corchetes"
+
+#~ msgid "Current Line"
+#~ msgstr "Línea actual"
+
+#~ msgid "Right Margin"
+#~ msgstr "Margen derecho"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "Margen _derecho en la columna:"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "El panel inferior es visible"
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr ""
+#~ "Indica si debe ser visible el panel inferior bajo las ventanas de edición."
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "No se pudo inicializar el gestor de preferencias."
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "Se esperaba «%s» y se obtuvo «%s» para la clave %s"
+
+#~ msgid "Move cursor to LINE, COLUMN"
+#~ msgstr "Mover el cursor a la LÍNEA, COLUMNA"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[ARCHIVO…]"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> Al insertar fecha/hora…</span>"
+
+#~ msgid "HttP header name"
+#~ msgstr "Nombre de cabecera HTTP"
+
+#~ msgid "Character Codings"
+#~ msgstr "Códigos de caracteres"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "Codificación de c_aracteres:"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">Nombre del archivo</span>"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>Idioma</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>palabra</b>"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Extensión de la copia de resguardo"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Extensión o sufijo para los nombres de los archivos de resguardo. Esto "
+#~ "sólo tiene efecto si la opción «Crear copias de resguardo» se encuentra "
+#~ "activada."
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "No se pudo obtener el nombre de archivo de la copia de respaldo"
+
+#~ msgid "_Indent"
+#~ msgstr "Sangr_ía"
+
+#~ msgid "U_nindent"
+#~ msgstr "Quitar sa_ngría"
+
+#~ msgid "Indent Lines"
+#~ msgstr "Sangrar líneas"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "Sangra o quita la sangría a las líneas seleccionadas."
+
+#~| msgctxt "language"
+#~| msgid "Default"
+#~ msgid "Default Value"
+#~ msgstr "Valor predeterminado"
+
+#~ msgid "Environmental Variable"
+#~ msgstr "Valor de entorno"
+
+#~ msgid "Escape"
+#~ msgstr "Escape"
+
+#~ msgid "Modifier"
+#~ msgstr "Modificador"
+
+#, fuzzy
+#~| msgid "Preferences"
+#~ msgid "Placeholder Reference"
+#~ msgstr "Preferencias"
+
+#, fuzzy
+#~| msgid "Python Console"
+#~ msgid "Python Placeholder"
+#~ msgstr "Consola Python"
+
+#~ msgid "Seperator"
+#~ msgstr "Separador"
+
+#, fuzzy
+#~| msgid "Tab Stops"
+#~ msgid "Tabstop"
+#~ msgstr "Tabulaciones"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>Línea actual</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>Tipografía</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>Números de línea</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">Estilos de colores</span>"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>Tipografías</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>Cabecera de la página</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>Resaltado de sintaxis</b>"
+
+#~ msgid "Open Location"
+#~ msgstr "Abrir dirección"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "Proporcione la _ruta (URI) del archivo que desea abrir:"
+
+#~ msgid "Open _Location..."
+#~ msgstr "Abrir _lugar…"
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "Abre un archivo desde un lugar específico"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "Editar herramienta <i>%s</i>:"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "Co_mando(s):"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "Editar herramienta <i>make</i>:"
+
+#~ msgid "_Description:"
+#~ msgstr "_Descripción:"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "Insertar no_mbre de usuario"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "Inserta el nombre del usuario en la posición actual del cursor"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "Inserta el nombre del usuario en la posición del cursor."
+
+#~ msgid "User name"
+#~ msgstr "Nombre de usuario"
+
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: Nombre de archivo o URI mal formado.\n"
+
+#~ msgid "gtk-close"
+#~ msgstr "gtk-close"
+
+#~ msgid "The following python code, run in a snippet, does not return a value"
+#~ msgstr ""
+#~ "El siguiente código python, ejecutado en un recorte, no devuelve ningún "
+#~ "valor"
+
+#~ msgid "None"
+#~ msgstr "Ninguno"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "Desconocido (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "Predeterminado"
diff --git a/po/et.po b/po/et.po
new file mode 100644
index 0000000..5355fab
--- /dev/null
+++ b/po/et.po
@@ -0,0 +1,2983 @@
+# Gedit'i eesti keele tõlge.
+# Estonian translation of Gedit.
+#
+# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2007–2011 The GNOME Project.
+# This file is distributed under the same license as the gedit package.
+#
+# Ilmar Kerm <ikerm hot ee>, 2002.
+# Tõivo Leedjärv <toivo linux ee>, 2002, 2003.
+# Priit Laes <plaes plaes org>, 2005, 2009.
+# Ivar Smolin <okul linux ee>, 2005–2011.
+# Mattias Põldaru <mahfiaz@gmail.com>, 2009–2010, 2012, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit MASTER\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2013-09-19 13:55+0000\n"
+"PO-Revision-Date: 2013-09-20 20:19+0300\n"
+"Last-Translator: Mattias Põldaru <mahfiaz@gmail.com>\n"
+"Language-Team: Estonian <>\n"
+"Language: et\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"X-Generator: Poedit 1.5.4\n"
+
+msgid "gedit"
+msgstr "gedit"
+
+msgid "Text Editor"
+msgstr "Tekstiredaktor"
+
+msgid "Edit text files"
+msgstr "Tekstifailide redigeerimine"
+
+msgid "gedit Text Editor"
+msgstr "Tekstiredaktor gedit"
+
+msgid "Text;Editor;"
+msgstr "tekst;redaktor;toimeti;tekstitoimeti;"
+
+msgid "Open a New Window"
+msgstr "Uue akna avamine"
+
+msgid "Open a New Document"
+msgstr "Uue dokumendi avamine"
+
+msgid "Use Default Font"
+msgstr "Vaikekirjatüüpide kasutamine"
+
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Kas redigeeritava teksti jaoks kasutatakse gedit'is määratud kirjatüübi "
+"asemel süsteemi vaikimisi kindla laiusega kirjatüüpi. Kui see on märkimata, "
+"siis kasutatakse valikus \"Redaktori kirjatüüp\" määratud kirjatüüpi."
+
+msgid "Editor Font"
+msgstr "Redaktori kirjatüüp"
+
+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 ""
+"Kohandatud kirjatüüp, mida kasutatakse redaktoris. See väärtus kehtib vaid "
+"siis, kui \"Kasuta teema vaikimisi kirjatüüpi\" on välja lülitatud."
+
+msgid "Style Scheme"
+msgstr "Laadi skeem"
+
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "Teksti värvimiseks kasutatava GtkSourceView laadiskeemi ID."
+
+msgid "Create Backup Copies"
+msgstr "Varukoopiate loomine"
+
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Kas gedit peab faili salvestamisel sellest varukoopia tegema või mitte. "
+"Varukoopia faili laiendit saab määrata valikust \"Varukoopia laiend\"."
+
+msgid "Autosave"
+msgstr "Automaatne salvestamine"
+
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"Kas gedit peab faile etteantud ajaintervalliga automaatselt salvestama. "
+"Intervalli saad määrata sättega \"Automaatse salvestamise intervall\"."
+
+msgid "Autosave Interval"
+msgstr "Automaatse salvestuse intervall"
+
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"Mitmeminutilise intervalliga salvestab gedit failid automaatselt. See kehtib "
+"vaid juhul, kui on sisse lülitatud valik \"Automaatne salvestamine\"."
+
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Tagasivõetavate toimingute piirang (AEGUNUD)"
+
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"Suurim toimingute arv, mida gedit laseb tagasi võtta või uuesti täita. "
+"Piiramatu arvu toimingute jaoks kasuta väärtust \"-1\". Aegunud alates "
+"versioonist 2.12.0."
+
+msgid "Maximum Number of Undo Actions"
+msgstr "Suurim tagasivõetavate toimingute arv"
+
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"Suurim toimingute arv, mida gedit laseb tagasi võtta või uuesti täita. "
+"Piiramatu arvu toimingute jaoks kasuta väärtust \"-1\"."
+
+msgid "Line Wrapping Mode"
+msgstr "Reamurdmisrežiim"
+
+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 ""
+"Pikkade ridade murdmise määramine redigeerimisel. Väärtuse \"none\" korral "
+"murdmist ei toimu, väärtuse \"word\" korral murtakse sõnavahedest ja "
+"väärtuse \"char\" korral murtakse murdmispiiril asuvast märgist. NB! "
+"Väärtused on tõstutundlikud!"
+
+msgid "Tab Size"
+msgstr "Saki suurus"
+
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Tabulaatorimärgi asemel kuvatavate tühikute arvu määramine."
+
+msgid "Insert spaces"
+msgstr "Lisa tühikud"
+
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Kas gedit peab tabulaatorite asemel lisama tühikuid."
+
+msgid "Automatic indent"
+msgstr "Automaatne taane"
+
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Kas gedit peab automaatse taande lubama."
+
+msgid "Display Line Numbers"
+msgstr "Reanumbrite kuvamine"
+
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Kas gedit peab redaktoris reanumbreid näitama."
+
+msgid "Highlight Current Line"
+msgstr "Käesolev rida tõstetakse esile"
+
+msgid "Whether gedit should highlight the current line."
+msgstr "Kas gedit peab käesolevat rida esile tõstma."
+
+msgid "Highlight Matching Brackets"
+msgstr "Vastavate sulgude esiletõstmine"
+
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Kas gedit peab vastavuses olevaid sulge esile tõstma."
+
+msgid "Display Right Margin"
+msgstr "Paremveerise kuvamine"
+
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Kas gedit peab redigeerimisalas kuvama paremveerist."
+
+msgid "Right Margin Position"
+msgstr "Paremveerise asukoht"
+
+msgid "Specifies the position of the right margin."
+msgstr "Paremveerise asukoha määramine."
+
+msgid "Smart Home End"
+msgstr "Nutikad Home/End klahvid"
+
+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 ""
+"Määrab, kuidas liigub kursor HOME ja END klahvide vajutamisel. Väärtuse "
+"\"disabled\" puhul liigub kursor rea algusesse või lõppu, väärtuse \"after\" "
+"puhul liigub kursor esmavajutusel rea algusesse/lõppu, teistkordsel "
+"vajutusel aga teksti algusesse/lõppu, eirates seal olevaid tühje ridu ja "
+"tühikuid. Väärtuse \"before\" puhul liigub esmavajutuse teksti algusesse/"
+"lõppu, teistkordsel rea algusesse/lõppu, väärtuse \"always\" korral liigub "
+"aga lihtsalt teksti algusesse/lõppu."
+
+msgid "Restore Previous Cursor Position"
+msgstr "Kursori eelmise asukoha taastamine"
+
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Kas gedit peab faili laadimisel taastama kursori eelmise asukoha."
+
+msgid "Enable Syntax Highlighting"
+msgstr "Süntaksi esiletõstmine lubatud"
+
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Kas gedit peab lubama süntaksi esiletõstmist."
+
+msgid "Enable Search Highlighting"
+msgstr "Otsingu esiletõstmine lubatud"
+
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Kas gedit peab kõiki otsitava teksi vastavusi esile tõstma."
+
+msgid "Ensure Trailing Newline"
+msgstr "Faili lõpus on alati reavahetus"
+
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Kas gedit igal juhul jätab faili lõppu reavahetuse."
+
+msgid "Toolbar is Visible"
+msgstr "Tööriistariba on nähtav"
+
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Kas tööriistariba peab redigeerimisaknas nähtav olema."
+
+msgid "Notebook Show Tabs Mode"
+msgstr "Märkmiku sakkide kuvamine"
+
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Määrab, millal märkmiku sakke kuvatakse. \"never\" ei näita kunagi sakke, "
+"\"always\" näitab alati sakke ning \"auto\" kuvab sakke rohkem kui ühe saki "
+"jaoks. Need väärtused on tõstutundlikud, veendu, et need oleksid kirjas "
+"täpselt nagu näidatud."
+
+msgid "Status Bar is Visible"
+msgstr "Olekuriba on nähtav"
+
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Kas redaktoriaknast allpool olev olekuriba peab olema nähtav."
+
+msgid "Side panel is Visible"
+msgstr "Külgpaneel on nähtav"
+
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Kas redaktoriaknast vasakul pool olev külgpaneel peab olema nähtav."
+
+msgid "Maximum Recent Files"
+msgstr "Suurim hiljutiste failide arv"
+
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Suurim hiljuti avatud failide arv, mis kuvatakse \"Hiljutiste failide\" "
+"alammenüüs."
+
+msgid "Print Syntax Highlighting"
+msgstr "Süntaksi esiletõstmine printimisel"
+
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Kas gedit peab printimisel kasutama süntaksi esiletõstmist."
+
+msgid "Print Header"
+msgstr "Prindi päis"
+
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Kas gedit peab kaasama printimisel ka dokumendi päise."
+
+msgid "Printing Line Wrapping Mode"
+msgstr "Reamurdmine printimisel"
+
+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 ""
+"Pikkade ridade murdmise määramine printimisel. Väärtuse \"none\" korral "
+"murdmist ei toimu, väärtuse \"word\" korral murtakse sõnavahedest ja "
+"väärtuse \"char\" korral murtakse murdmispiiril asuvast märgist. NB! "
+"Väärtused on tõstutundlikud!"
+
+msgid "Print Line Numbers"
+msgstr "Prindi reanumbrid"
+
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Kui selle väärtus on 0, siis dokumendile ei lisata printimisel reanumbreid. "
+"Vastasel juhul lisab gedit dokumendi printimisel reanumbreid siin määratud "
+"sammuga."
+
+msgid "Body Font for Printing"
+msgstr "Sisu kirjatüüp printimisel"
+
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "Dokumendi sisu printimiseks kasutatav kirjatüüp."
+
+msgid "Header Font for Printing"
+msgstr "Päise kirjatüüp printimisel"
+
+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 ""
+"Printimisel lehekülje päise jaoks kasutatav kirjatüüp. Seda kasutatakse "
+"ainult juhul, kui valiku \"Prindi päis\" väärtus on märgitud."
+
+msgid "Line Number Font for Printing"
+msgstr "Reanumbrite kirjatüüp printimisel"
+
+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 ""
+"Printimisel reanumbrite jaoks kasutatav kirjatüüp. Seda kasutatakse ainult "
+"juhul, kui valiku \"Prindi reanumbrid\" väärtus erineb nullist."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr ""
+"['UTF-8', 'CURRENT', 'ISO-8859-13', 'WINDOWS-1257', 'ISO-8859-4', "
+"'ISO-8859-15', 'UTF-16']"
+
+msgid "Automatically Detected Encodings"
+msgstr "Automaattuvastatud kodeeringud"
+
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"Gediti poolt faili kooditabeli tuvastamiseks kasutatavate kooditabelite "
+"sorditud loetelu. \"CURRENT\" on praegusest lokaadist tulenev kooditabel. "
+"Kasutatakse ainult teadaolevaid kooditabeleid."
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-13', 'WINDOWS-1257', 'ISO-8859-4', 'ISO-8859-15']"
+
+msgid "Encodings shown in menu"
+msgstr "Menüüs näidatavad kooditabelid"
+
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"Kooditabelite menüüs faili avamisel ja salvestamisel näidatavate "
+"kooditabelite loetelu. Kasutatakse ainult teadaolevaid kooditabeleid."
+
+msgid "Active plugins"
+msgstr "Aktiivsed pluginad"
+
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Aktiivsete pluginate loetelu. See sisaldab aktiivsete pluginate \"asukohti"
+"\". Mida see \"asukoht\" iga plugina jaoks tähendab, seda saab vaadata ."
+"gedit-plugin failist."
+
+msgid "Show the application's help"
+msgstr "Rakenduse abi kuvamine"
+
+msgid "Show the application's version"
+msgstr "Näita rakenduse versiooni"
+
+msgid "Display list of possible values for the encoding option"
+msgstr "Kodeerimisvaliku võimalike väärtuste nimekirja kuvamine"
+
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "Käsurealt avatavate failidele kooditabeli seadmine"
+
+msgid "ENCODING"
+msgstr "KOODITABEL"
+
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Uue ülemise taseme akna loomine olemasolevale gedit'i instantsile"
+
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Uue dokumendi loomine olemasolevas gedit'i instantsis"
+
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "Akna suuruse ja asukoha määramine (LAIUSxKÕRGUS+X+Y)"
+
+msgid "GEOMETRY"
+msgstr "GEOMEETRIA"
+
+msgid "Open files and block process until files are closed"
+msgstr "Failide avamine ja protsessi blokkimine kuni failide sulgemiseni"
+
+msgid "Run gedit in standalone mode"
+msgstr "Gediti käivitamine iseseisvas režiimis"
+
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FAIL...] [+RIDA[:VEERG]]"
+
+msgid "There was an error displaying the help."
+msgstr "Abiteabe kuvamisel tekkis viga."
+
+msgid "- Edit text files"
+msgstr "- Tekstifailide redigeerimine"
+
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"Kõigi saadaolevate käsureavõtmete vaatamiseks käivita '%s --help'.\n"
+
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: vigane kodeering."
+
+msgid "About gedit"
+msgstr "Geditist lähemalt"
+
+msgid "Question"
+msgstr "Küsimus"
+
+msgid "Close _without Saving"
+msgstr "Sulge _ilma salvestamata"
+
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Salvestamata jätmise korral lähevad viimase sekundi jooksul tehtud "
+"muudatused jäädavalt kaotsi."
+msgstr[1] ""
+"Salvestamata jätmise korral lähevad viimase %ld sekundi jooksul tehtud "
+"muudatused jäädavalt kaotsi."
+
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Salvestamata jätmise korral lähevad viimase minuti jooksul tehtud muudatused "
+"jäädavalt kaotsi."
+
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Salvestamata jätmise korral lähevad viimase minuti ja %ld sekundi jooksul "
+"tehtud muudatused jäädavalt kaotsi."
+msgstr[1] ""
+"Salvestamata jätmise korral lähevad viimase minuti ja %ld sekundi jooksul "
+"tehtud muudatused jäädavalt kaotsi."
+
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Salvestamata jätmise korral lähevad viimase minuti jooksul tehtud muudatused "
+"jäädavalt kaotsi."
+msgstr[1] ""
+"Salvestamata jätmise korral lähevad viimase %ld minuti jooksul tehtud "
+"muudatused jäädavalt kaotsi."
+
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+"Salvestamata jätmise korral lähevad viimase tunni jooksul tehtud muudatused "
+"jäädavalt kaotsi."
+
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Salvestamata jätmise korral lähevad viimase tunni ja %d minuti jooksul "
+"tehtud muudatused jäädavalt kaotsi."
+msgstr[1] ""
+"Salvestamata jätmise korral lähevad viimase tunni ja %d minuti jooksul "
+"tehtud muudatused jäädavalt kaotsi."
+
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Salvestamata jätmise korral lähevad viimase tunni jooksul tehtud muudatused "
+"jäädavalt kaotsi."
+msgstr[1] ""
+"Salvestamata jätmise korral lähevad viimase %d tunni jooksul tehtud "
+"muudatused jäädavalt kaotsi."
+
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Dokumendile “%s” tehtud muudatused lähevad jäädavalt kaotsi."
+
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Kas salvestada dokumenti “%s” tehtud muudatused enne sulgemist?"
+
+msgid "Saving has been disabled by the system administrator."
+msgstr "Salvestamine on süsteemiülema poolt keelatud."
+
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Dokumendile tehtud muudatused lähevad jäädavalt kaotsi."
+msgstr[1] "%d dokumendile tehtud muudatused lähevad jäädavalt kaotsi."
+
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d dokument on salvestamata muudatustega. Kas salvestada muudatused enne "
+"sulgemist?"
+msgstr[1] ""
+"%d dokumenti on salvestamata muudatustega. Kas salvestada muudatused enne "
+"sulgemist?"
+
+msgid "Docum_ents with unsaved changes:"
+msgstr "Salvestamata muudatustega dokum_endid:"
+
+msgid "S_elect the documents you want to save:"
+msgstr "_Vali dokumendid, mida soovid salvestada:"
+
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Kui Sa ei salvesta, siis lähevad kõik muudatused kaotsi."
+
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Faili '%s' laadimine…"
+
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d faili laadimine…"
+msgstr[1] "%d faili laadimine…"
+
+#. Translators: "Open" is the title of the file chooser window
+msgid "Open"
+msgstr "Ava"
+
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Fail \"%s\" on kirjutuskaitsega."
+
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Kas tahad üritada seda salvestatava failiga asendada?"
+
+msgid "_Replace"
+msgstr "_Asenda"
+
+msgid "Save the file using compression?"
+msgstr "Kas salvestada fail pakituna?"
+
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"Fail \"%s\" on eelnevalt salvestatud lihttekstina ja salvestatakse nüüd "
+"pakituna."
+
+msgid "_Save Using Compression"
+msgstr "Salvesta _pakituna"
+
+msgid "Save the file as plain text?"
+msgstr "Kas salvestada fail lihttekstina?"
+
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Fail \"%s\" on eelnevalt salvestatud pakituna ja salvestatakse nüüd "
+"lihttekstina."
+
+msgid "_Save As Plain Text"
+msgstr "Salvesta _lihttekstina"
+
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Faili '%s' salvestamine…"
+
+msgid "Save As"
+msgstr "Salvestamine teise nimega"
+
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Dokumendi '%s' taastamine…"
+
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Kas taastada dokumendi salvestamata muudatused '%s'?"
+
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Dokumendile viimase %ld sekundi jooksul tehtud muudatused lähevad jäädavalt "
+"kaotsi."
+msgstr[1] ""
+"Dokumendile viimase %ld sekundi jooksul tehtud muudatused lähevad jäädavalt "
+"kaotsi."
+
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Dokumendile viimase minuti jooksul tehtud muudatused lähevad jäädavalt "
+"kaotsi."
+
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Dokumendile viimase minuti ja %ld sekundi jooksul tehtud muudatused lähevad "
+"jäädavalt kaotsi."
+msgstr[1] ""
+"Dokumendile viimase minuti ja %ld sekundi jooksul tehtud muudatused lähevad "
+"jäädavalt kaotsi."
+
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Dokumendile viimase %ld minuti jooksul tehtud muudatused lähevad jäädavalt "
+"kaotsi."
+msgstr[1] ""
+"Dokumendile viimase %ld minuti jooksul tehtud muudatused lähevad jäädavalt "
+"kaotsi."
+
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Dokumendile viimase tunni jooksul tehtud muudatused lähevad jäädavalt kaotsi."
+
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Dokumendile viimase tunni ja %d minuti jooksul tehtud muudatused lähevad "
+"jäädavalt kaotsi."
+msgstr[1] ""
+"Dokumendile viimase tunni ja %d minuti jooksul tehtud muudatused lähevad "
+"jäädavalt kaotsi."
+
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Dokumendile viimase tunni jooksul tehtud muudatused lähevad jäädavalt kaotsi."
+msgstr[1] ""
+"Dokumendile viimase %d tunni jooksul tehtud muudatused lähevad jäädavalt "
+"kaotsi."
+
+msgid "_Revert"
+msgstr "_Pööra tagasi"
+
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit on väike ja lihtne tekstiredaktor GNOME töölauale"
+
+msgid "translator-credits"
+msgstr ""
+"Ilmar Kerm <ikerm hot ee>, 2002.\n"
+"Tõivo Leedjärv <toivo linux ee>, 2002, 2003.\n"
+"Priit Laes <plaes plaes org>, 2005, 2009.\n"
+"Ivar Smolin <okul linux ee>, 2005–2011.\n"
+"Mattias Põldaru <mahfiaz gmail com>, 2009–2010, 2012."
+
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Leitud ja asendatud %d vastavus"
+msgstr[1] "Leitud ja asendatud %d vastavust"
+
+msgid "Found and replaced one occurrence"
+msgstr "Leitud ja asendatud üks vastavus"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#, c-format
+msgid "\"%s\" not found"
+msgstr "Fraasi \"%s\" ei leitud"
+
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Salvestamata dokument %d"
+
+msgid "Read-Only"
+msgstr "Kirjutuskaitsega"
+
+msgid "Documents"
+msgstr "Dokumendid"
+
+msgid "Unicode"
+msgstr "Unicode"
+
+msgid "Western"
+msgstr "Lääne"
+
+msgid "Central European"
+msgstr "Kesk-Euroopa"
+
+msgid "South European"
+msgstr "Lõuna-Euroopa"
+
+msgid "Baltic"
+msgstr "Balti"
+
+msgid "Cyrillic"
+msgstr "Kirillitsa"
+
+msgid "Arabic"
+msgstr "Araabia"
+
+msgid "Greek"
+msgstr "Kreeka"
+
+msgid "Hebrew Visual"
+msgstr "Heebrea visuaalne"
+
+msgid "Turkish"
+msgstr "Türgi"
+
+msgid "Nordic"
+msgstr "Põhjamaade"
+
+msgid "Celtic"
+msgstr "Keldi"
+
+msgid "Romanian"
+msgstr "Rumeenia"
+
+msgid "Armenian"
+msgstr "Armeenia"
+
+msgid "Chinese Traditional"
+msgstr "Hiina traditsiooniline"
+
+msgid "Cyrillic/Russian"
+msgstr "Kirillitsa/Vene"
+
+msgid "Japanese"
+msgstr "Jaapani"
+
+msgid "Korean"
+msgstr "Korea"
+
+msgid "Chinese Simplified"
+msgstr "Hiina lihtsustatud"
+
+msgid "Georgian"
+msgstr "Gruusia"
+
+msgid "Hebrew"
+msgstr "Heebrea"
+
+msgid "Cyrillic/Ukrainian"
+msgstr "Kirillitsa/Ukraina"
+
+msgid "Vietnamese"
+msgstr "Vietnami"
+
+msgid "Thai"
+msgstr "Tai"
+
+msgid "Unknown"
+msgstr "Tundmatu"
+
+msgid "Automatically Detected"
+msgstr "Tuvastatakse automaatselt"
+
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Käesolev lokaat (%s)"
+
+msgid "Add or Remove..."
+msgstr "Lisa või eemalda..."
+
+#. ex:set ts=8 noet:
+msgid "Character encodings"
+msgstr "Kooditabelid"
+
+msgid "A_vailable encodings:"
+msgstr "_Saadaolevad kooditabelid:"
+
+msgid "_Description"
+msgstr "K_irjeldus"
+
+msgid "_Encoding"
+msgstr "_Kodeering"
+
+msgid "E_ncodings shown in menu:"
+msgstr "_Menüüs näidatavad kooditabelid:"
+
+msgid "All Files"
+msgstr "Kõik failid"
+
+msgid "All Text Files"
+msgstr "Kõik tekstifailid"
+
+msgid "C_haracter Encoding:"
+msgstr "_Kooditabel:"
+
+msgid "L_ine Ending:"
+msgstr "_Realõpp:"
+
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+msgid "Windows"
+msgstr "Windows"
+
+msgid "Plain Text"
+msgstr "Lihttekst"
+
+#. ex:set ts=8 noet:
+msgid "Highlight Mode"
+msgstr "Esiletõstmise režiim"
+
+msgid "Search highlight mode..."
+msgstr "Otsingu esiletõstmise režiim..."
+
+#. Add a cancel button
+msgid "_Cancel"
+msgstr "_Loobu"
+
+msgid "_Retry"
+msgstr "_Proovi uuesti"
+
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Faili “%s” pole võimalik leida."
+
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Palun kontrolli, kas sisestasid asukoha õigesti ja proovi uuesti."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” asukohti pole võimalik käsitleda."
+
+msgid "Unable to handle this location."
+msgstr "Seda asukohta ei osata käsitleda."
+
+msgid "The location of the file cannot be accessed."
+msgstr "Faili asukohale pole ligipääsu."
+
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” on kataloog."
+
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” on vigane asukoht."
+
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Hosti “%s” pole võimalik leida. Palun veendu, et su proksi on õigesti "
+"seadistatud ja proovi uuesti."
+
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Hosti nimi on vigane. Palun veendu, et sa sisestasid asukoha õigesti ja "
+"proovi uuesti."
+
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” pole tavaline fail."
+
+msgid "Connection timed out. Please try again."
+msgstr "Ühendus ületas ajapiirangu. Palun proovi uuesti."
+
+msgid "The file is too big."
+msgstr "Fail on liiga suur."
+
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Ootamatu viga: %s"
+
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Päritud faili ei leitud. Võib-olla on see fail hiljuti kustutatud."
+
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Faili “%s” pole võimalik taastada."
+
+msgid "Ch_aracter Encoding:"
+msgstr "_Kooditabel:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+msgid "Edit Any_way"
+msgstr "_Redigeeri ikka"
+
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Viitade järgimisel on ülempiir. Selles piiris tegelikku faili ei leitud."
+
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Sul pole piisavalt õiguseid selle faili avamiseks."
+
+msgid "Unable to detect the character encoding."
+msgstr "Kooditabelit ei suudetud tuvastada."
+
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Palun kontrolli, ega sa ei proovi binaarfaili avada."
+
+msgid "Select a character encoding from the menu and try again."
+msgstr "Vali menüüst kooditabel ja proovi uuesti."
+
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Faili “%s” avamisel esines viga."
+
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Sinu poolt avatud fail sisaldab vigaseid märke. Jätkates selle faili "
+"redigeerimist, võid sa rikkuda selle dokumendi."
+
+msgid "You can also choose another character encoding and try again."
+msgstr "Võid valida järgmise märgikodeeringu ja proovida uuesti."
+
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Faili “%s” pole võimalik kooditabeliga “%s” avada."
+
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Vali menüüst teine kooditabel ja proovi uuesti."
+
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Faili “%s” pole võimalik avada."
+
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Faili “%s” pole võimalik kooditabeliga “%s” salvestada."
+
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokument sisaldab ühe või mitu sümbolit, mida pole võimalik määratud "
+"kooditabelisse panna."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+msgid "D_on't Edit"
+msgstr "Ära r_edigeeri"
+
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "See fail “%s” on juba ühes aknas avatud."
+
+msgid "Do you want to edit it anyway?"
+msgstr "Kas soovid faili ikkagi muuta?"
+
+msgid "S_ave Anyway"
+msgstr "_Salvesta ikkagi"
+
+msgid "D_on't Save"
+msgstr "Ä_ra salvesta"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Faili “%s” on pärast avamist muudetud."
+
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Kui sa selle salvestad, siis lähevad kõik välised muudatused kaotsi. Kas "
+"salvestada ikkagi?"
+
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "“%s” salvestamisel pole võimalik varukoopia faili luua"
+
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "“%s” salvestamisel pole võimalik ajutist varukoopiafaili luua"
+
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Enne uue faili salvestamist pole võimalik vana faili varukoopiat salvestada. "
+"Sa võid seda hoiatust eirata ja faili siiski salvestada, kuid võimaliku vea "
+"korral läheb vana koopia kaotsi. Kas siiski salvestada?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"“%s:” asukohti pole võimalik kirjutamiseks kasutada. Palun kontrolli, kas "
+"sisestasid asukoha õigesti ja proovi uuesti."
+
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Seda asukohta pole võimalik kirjutamiseks kasutada. Palun kontrolli, kas "
+"sisestasid faili asukoha õigesti ja proovi uuesti."
+
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” pole korrektne asukoht. Palun kontrolli, kas sa sisestasid faili "
+"asukoha õigesti ja proovi uuesti."
+
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Sul pole faili salvestamiseks piisaval õiguseid. Palun kontrolli, kas Sa "
+"sisestasid faili asukoha õigesti ja proovi uuesti."
+
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Faili salvestamiseks pole piisavalt kettaruumi. Palun vabasta natuke "
+"kettaruumi ja proovi uuesti."
+
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Sa proovid faili salvestada kirjutuskaitsega kettale. Palun veendu, et sa "
+"sisestasid asukoha õigesti ja proovi uuesti."
+
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Sama nimega fail on juba olemas. Palun kasuta mõnda teist nime."
+
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Sa proovid faili salvestada kettale, mis piirab failinime pikkust. Palun "
+"kasuta lühemat nime."
+
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Ketas, kuhu sa üritad faili salvestada, piirab failide maksimaalset suurust. "
+"Proovi salvestada väiksemat faili või salvesta kettale, millel sellist "
+"piirangut pole."
+
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Faili “%s” pole võimalik salvestada."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Faili “%s” on kettal muudetud."
+
+msgid "Drop Changes and _Reload"
+msgstr "Unusta muudatused ja _laadi uuesti"
+
+msgid "_Reload"
+msgstr "Laa_di uuesti"
+
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "“%s” salvestamise käigus tuvastati mõned vigased märgid"
+
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Jätkates selle faili salvestamist võid sa dokumendi rikkuda. Kas peaks "
+"siiski salvestama?"
+
+#. ex:set ts=8 noet:
+msgid "_New Window"
+msgstr "_Uus aken"
+
+msgid "_Preferences"
+msgstr "_Eelistused"
+
+msgid "_Help"
+msgstr "A_bi"
+
+msgid "_About"
+msgstr "_Lähemalt"
+
+msgid "_Quit"
+msgstr "_Lõpeta"
+
+#. Keep in sync with the respective GtkActions
+msgid "_Move to New Window"
+msgstr "_Tõsta uude aknasse"
+
+msgid "_Save"
+msgstr "_Salvesta"
+
+msgid "Save _As..."
+msgstr "Sa_lvesta kui..."
+
+msgid "_Print..."
+msgstr "_Prindi..."
+
+msgid "_Close"
+msgstr "_Sulge"
+
+msgid "Open a file"
+msgstr "Faili avamine"
+
+msgid "Open a recently used file"
+msgstr "Viimati kasutatud faili avamine"
+
+msgid "Empty"
+msgstr "Tühi"
+
+msgid "Hide panel"
+msgstr "Peida paneel"
+
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Redaktoris kasutatava kirjatüübi valimiseks klõpsa sellel nupul"
+
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Kasutatakse süsteemset fikseeritud laiusega _kirjatüüpi (%s)"
+
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"Kataloogi '%s' pole võimalik luua: tõrge funktsioonis g_mkdir_with_parents"
+"(): %s"
+
+msgid "The selected color scheme cannot be installed."
+msgstr "Valitud värviskeemi pole võimalik paigaldada."
+
+msgid "Add Scheme"
+msgstr "Skeemi lisamine"
+
+msgid "A_dd Scheme"
+msgstr "Lisa s_keem"
+
+msgid "Color Scheme Files"
+msgstr "Värviskeemi failid"
+
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Värviskeemi \"%s\" pole võimalik eemaldada."
+
+#. ex:set ts=8 noet:
+msgid "gedit Preferences"
+msgstr "gedit'i eelistused"
+
+msgid "_Display line numbers"
+msgstr "_Reanumbrid on nähtaval"
+
+msgid "Display right _margin at column:"
+msgstr "_Paremveeris on nähtaval veerus:"
+
+msgid "Text Wrapping"
+msgstr "Tekstimurdmine"
+
+msgid "Enable text _wrapping"
+msgstr "_Tekstmurdmine on lubatud"
+
+msgid "Do not _split words over two lines"
+msgstr "Üle _kahe rea sõnu ei murta"
+
+msgid "Highlighting"
+msgstr "Esiletõstmine"
+
+msgid "Highlight current _line"
+msgstr "Käesolev rida tõstetakse _esile"
+
+msgid "Highlight matching _brackets"
+msgstr "Vastavuses olevate sul_gude esiletõstmine"
+
+msgid "View"
+msgstr "Vaade"
+
+msgid "Tab Stops"
+msgstr "Tabelduse sammud"
+
+msgid "_Tab width:"
+msgstr "_Tabulaatori laius:"
+
+msgid "Insert _spaces instead of tabs"
+msgstr "Tabulaatorite ase_mel lisatakse tühikud"
+
+msgid "_Enable automatic indentation"
+msgstr "Automaatne taa_ne on lubatud"
+
+msgid "File Saving"
+msgstr "Failide salvestamine"
+
+msgid "Create a _backup copy of files before saving"
+msgstr "Failist tehakse enne salvestamist _varukoopia"
+
+msgid "_Autosave files every"
+msgstr "Failid salvestatakse _automaatselt iga"
+
+msgid "_minutes"
+msgstr "minuti _järel"
+
+msgid "Editor"
+msgstr "Redaktor"
+
+msgid "Font"
+msgstr "Kirjatüüp"
+
+msgid "Editor _font: "
+msgstr "_Redaktori kirjatüüp: "
+
+msgid "Pick the editor font"
+msgstr "Redaktori kirjatüübi valimine"
+
+msgid "Color Scheme"
+msgstr "Värviskeem"
+
+msgid "column"
+msgstr "tulp"
+
+msgid "Install scheme"
+msgstr "Skeemi paigaldamine"
+
+msgid "Install Scheme"
+msgstr "Skeemi paigaldamine"
+
+msgid "Uninstall scheme"
+msgstr "Skeemi eemaldamine"
+
+msgid "Uninstall Scheme"
+msgstr "Skeemi eemaldamine"
+
+msgid "Font & Colors"
+msgstr "Kirjatüübid ja värvused"
+
+msgid "Plugins"
+msgstr "Pluginad"
+
+#, c-format
+msgid "File: %s"
+msgstr "Fail: %s"
+
+msgid "Page %N of %Q"
+msgstr "Lehekülg %N/%Q"
+
+msgid "Preparing..."
+msgstr "Ettevalmistused..."
+
+#. ex:set ts=8 noet:
+msgid "Syntax Highlighting"
+msgstr "Süntaksi esiletõstmine"
+
+msgid "Print synta_x highlighting"
+msgstr "Printimine _esiletõstetud süntaksiga"
+
+msgid "Line Numbers"
+msgstr "Reanumbrid"
+
+msgid "Print line nu_mbers"
+msgstr "Prinditakse koos rea_numbritega"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+msgid "_Number every"
+msgstr "_Nummerdamine üle"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+msgid "lines"
+msgstr "rea"
+
+msgid "Page header"
+msgstr "Lehekülje päis"
+
+msgid "Print page _headers"
+msgstr "Prinditakse koos lehekülje _päistega"
+
+msgid "Fonts"
+msgstr "Kirjatüübid"
+
+msgid "_Body:"
+msgstr "S_isu:"
+
+msgid "_Line numbers:"
+msgstr "_Reanumbrid:"
+
+msgid "He_aders and footers:"
+msgstr "Päised ja _jalused:"
+
+msgid "_Restore Default Fonts"
+msgstr "_Taasta vaikimisi kirjatüübid"
+
+#, c-format
+msgid "Page %d of %d"
+msgstr "Lehekülg %d / %d"
+
+#. ex:set ts=8 noet:
+msgid "Show the previous page"
+msgstr "Eelmise lehekülje näitamine"
+
+msgid "P_revious Page"
+msgstr "_Eelmine leht"
+
+msgid "Show the next page"
+msgstr "Järgmise lehekülje näitamine"
+
+msgid "_Next Page"
+msgstr "_Järgmine leht"
+
+msgid "Current page (Alt+P)"
+msgstr "Käesolev lehekülg (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+msgid "of"
+msgstr "/"
+
+msgid "Page total"
+msgstr "Lehekülgi kokku"
+
+msgid "The total number of pages in the document"
+msgstr "Selles dokumendis olevate lehekülgede koguarv"
+
+msgid "Show multiple pages"
+msgstr "Mitme lehekülje näitamine"
+
+msgid "Zoom 1:1"
+msgstr "Suurendus 1:1"
+
+msgid "Zoom to fit the whole page"
+msgstr "Suurendus kogu leheküljele sobitamiseks"
+
+msgid "Zoom the page in"
+msgstr "Lehekülje suurendamine"
+
+msgid "Zoom the page out"
+msgstr "Lehekülje vähendamine"
+
+msgid "Close print preview"
+msgstr "Printimise eelvaate sulgemine"
+
+msgid "_Close Preview"
+msgstr "_Sulge eelvaade"
+
+msgid "Page Preview"
+msgstr "Lehekülje eelvaade"
+
+msgid "The preview of a page in the document to be printed"
+msgstr "Prinditava dokumendi eelvaade"
+
+#. ex:set ts=8 noet:
+msgid "Replace"
+msgstr "Asenda"
+
+msgid "Replace _All"
+msgstr "Asenda _kõik"
+
+msgid "_Search for: "
+msgstr "_Otsitav tekst:"
+
+msgid "Replace _with: "
+msgstr "Asendada _tekstiga:"
+
+msgid "_Match case"
+msgstr "_Tõstutundlik"
+
+msgid "Match _entire word only"
+msgstr "Kogu sõ_na peab vastavuses olema"
+
+msgid "Match as _regular expression"
+msgstr "Otsi _regulaaravaldisena"
+
+msgid "Search _backwards"
+msgstr "Otsitakse tagantpoolt _ettepoole"
+
+msgid "_Wrap around"
+msgstr "_Lõppu (või algusese) jõudmisel otsingut ei katkestata"
+
+#. Use spaces to leave padding proportional to the font size
+msgid "OVR"
+msgstr "ÜLE"
+
+msgid "INS"
+msgstr "LIS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rida %d, veerg %d"
+
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Ühes sakis esinesid vead"
+msgstr[1] "%d sakis esinesid vead"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Dokumendi %s taastamine kataloogist %s"
+
+#, c-format
+msgid "Reverting %s"
+msgstr "%s taastamine"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Faili %s laadimine kataloogist %s"
+
+#, c-format
+msgid "Loading %s"
+msgstr "%s laadimine"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s salvestamine kataloogi %s"
+
+#, c-format
+msgid "Saving %s"
+msgstr "%s salvestamine"
+
+#. Read only
+msgid "RO"
+msgstr "KK"
+
+#, c-format
+msgid "Error opening file %s"
+msgstr "Viga faili %s avamisel"
+
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Viga faili %s taastamisel"
+
+#, c-format
+msgid "Error saving file %s"
+msgstr "Viga faili %s salvestamisel"
+
+msgid "Unicode (UTF-8)"
+msgstr "Unikood (UTF-8)"
+
+msgid "Name:"
+msgstr "Nimi:"
+
+msgid "MIME Type:"
+msgstr "MIME-tüüp:"
+
+msgid "Encoding:"
+msgstr "Kodeering:"
+
+msgid "Close document"
+msgstr "Dokumendi sulgemine"
+
+#. Toplevel
+msgid "_File"
+msgstr "_Fail"
+
+msgid "_Edit"
+msgstr "_Redaktor"
+
+msgid "_View"
+msgstr "_Vaade"
+
+msgid "_Search"
+msgstr "_Otsing"
+
+msgid "_Tools"
+msgstr "_Tööriistad"
+
+msgid "_Documents"
+msgstr "_Dokumendid"
+
+msgid "Create a new document"
+msgstr "Uue dokumendi loomine"
+
+msgid "_Open..."
+msgstr "_Ava..."
+
+#. Edit menu
+msgid "Pr_eferences"
+msgstr "Eelistuse_d"
+
+msgid "Configure the application"
+msgstr "Rakenduse seadistamine"
+
+#. Help menu
+msgid "_Contents"
+msgstr "_Sisu"
+
+msgid "Open the gedit manual"
+msgstr "Gedit'i kasutajajuhendi avamine"
+
+msgid "About this application"
+msgstr "Lähema teabe kuvamine programmi kohta"
+
+msgid "Leave fullscreen mode"
+msgstr "Täisekraanvaatest lahkumine"
+
+msgid "Save the current file"
+msgstr "Käesoleva faili salvestamine"
+
+msgid "Save the current file with a different name"
+msgstr "Käesoleva faili salvestamine teise nime alla"
+
+msgid "Revert to a saved version of the file"
+msgstr "Faili salvestatud versiooni taastamine"
+
+msgid "Print Previe_w"
+msgstr "Printimise _eelvaade"
+
+msgid "Print preview"
+msgstr "Printimise eelvaade"
+
+msgid "Print the current page"
+msgstr "Käesoleva lehekülje printimine"
+
+msgid "Undo the last action"
+msgstr "Viimase tegevuse tagasivõtmine"
+
+msgid "Redo the last undone action"
+msgstr "Tagasi võetud tegevuse uuesti tegemine"
+
+msgid "Cut the selection"
+msgstr "Valiku lõikamine"
+
+msgid "Copy the selection"
+msgstr "Valiku kopeerimine"
+
+msgid "Paste the clipboard"
+msgstr "Lõikepuhvri sisu asetamine"
+
+msgid "Delete the selected text"
+msgstr "Valitud teksti kustutamine"
+
+msgid "Select _All"
+msgstr "Val_i kõik"
+
+msgid "Select the entire document"
+msgstr "Kogu dokumendi valimine"
+
+#. View menu
+msgid "_Highlight Mode..."
+msgstr "Esiletõstmise _režiim..."
+
+msgid "Changes the highlight mode of the active document"
+msgstr "Käesoleva dokumendi esiletõstmise režiimi muutmine"
+
+#. Search menu
+msgid "_Find..."
+msgstr "_Otsi..."
+
+msgid "Search for text"
+msgstr "Teksti otsimine"
+
+msgid "Find Ne_xt"
+msgstr "Otsi _uuesti"
+
+msgid "Search forwards for the same text"
+msgstr "Sama teksti uuesti otsimine"
+
+msgid "Find Pre_vious"
+msgstr "Otsi _eelmist"
+
+msgid "Search backwards for the same text"
+msgstr "Sama teksti uuesti otsimine tagurpidisuunas"
+
+msgid "_Replace..."
+msgstr "_Asenda..."
+
+msgid "Search for and replace text"
+msgstr "Teksti otsimine ja asendamine"
+
+msgid "_Clear Highlight"
+msgstr "_Kaota esiletõstmised"
+
+msgid "Clear highlighting of search matches"
+msgstr "Otsingutulemuste esiletõstmise kaotamine"
+
+msgid "Go to _Line..."
+msgstr "Mine _reale..."
+
+msgid "Go to a specific line"
+msgstr "Liikumine määratud reale"
+
+#. Documents menu
+msgid "_Save All"
+msgstr "_Salvesta kõik"
+
+msgid "Save all open files"
+msgstr "Kõigi avatud failide salvestamine"
+
+msgid "_Close All"
+msgstr "Sulge k_õik"
+
+msgid "Close all open files"
+msgstr "Kõikide avatud failide sulgemine"
+
+msgid "_New Tab Group"
+msgstr "_Uus kaardigrupp"
+
+msgid "Create a new tab group"
+msgstr "Uue kaardigrupi loomine"
+
+msgid "P_revious Tab Group"
+msgstr "Eelmine _kaardigrupp"
+
+msgid "Switch to the previous tab group"
+msgstr "Lülitumine eelmisele kaardigrupile"
+
+msgid "Nex_t Tab Group"
+msgstr "Jär_gmine kaardigrupp"
+
+msgid "Switch to the next tab group"
+msgstr "Lülitumine järgmisele kaardigrupile"
+
+msgid "_Previous Document"
+msgstr "_Eelmine dokument"
+
+msgid "Activate previous document"
+msgstr "Eelmise dokumendi aktiveerimine"
+
+msgid "N_ext Document"
+msgstr "_Järgmine dokument"
+
+msgid "Activate next document"
+msgstr "Järgmise dokumendi aktiveerimine"
+
+msgid "Move the current document to a new window"
+msgstr "Selle dokumendi tõstmine uude aknasse"
+
+msgid "Close the current file"
+msgstr "Käesoleva faili sulgemine"
+
+msgid "Quit the program"
+msgstr "Programmi töö lõpetamine"
+
+msgid "_Toolbar"
+msgstr "_Tööriistariba"
+
+msgid "Show or hide the toolbar in the current window"
+msgstr "Selle akna tööriistariba näitamine või peitmine"
+
+msgid "_Statusbar"
+msgstr "_Olekuriba"
+
+msgid "Show or hide the statusbar in the current window"
+msgstr "Selle akna olekuriba näitamine või peitmine"
+
+msgid "Edit text in fullscreen"
+msgstr "Teksti redigeerimine täisekraanil"
+
+msgid "Side _Panel"
+msgstr "Külg_paneel"
+
+msgid "Show or hide the side panel in the current window"
+msgstr "Selle akna külgpaneeli näitamine või peitmine"
+
+msgid "_Bottom Panel"
+msgstr "_Alumine paneel"
+
+msgid "Show or hide the bottom panel in the current window"
+msgstr "Selle akna alumise paneeli näitamine või peitmine"
+
+msgid "Please check your installation."
+msgstr "Palun kontrolli oma paigaldust."
+
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Kasutajaliidese faili %s pole võimalik avada. Viga: %s"
+
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "Objekti '%s' pole võimalik failist %s leida."
+
+#. Translators: '/ on <remote-share>'
+#, c-format
+msgid "/ on %s"
+msgstr "/ kettal %s"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#, c-format
+msgid "%d of %d"
+msgstr "%d / %d"
+
+#. create "Wrap Around" menu item.
+msgid "_Wrap Around"
+msgstr "_Lõppu (või algusese) jõudmisel otsingut ei katkestata\""
+
+#. create "Match as Regular Expression" menu item.
+msgid "Match as _Regular Expression"
+msgstr "Otsi _regulaaravaldisena"
+
+#. create "Match Entire Word Only" menu item.
+msgid "Match _Entire Word Only"
+msgstr "_Kogu sõna peab vastavuses olema"
+
+#. create "Match Case" menu item.
+msgid "_Match Case"
+msgstr "Tõst_utundlik"
+
+msgid "String you want to search for"
+msgstr "Sõne, mida tahad otsida"
+
+msgid "Line you want to move the cursor to"
+msgstr "Rida, millele tahad kursorit viia"
+
+#. Translators: %s is a URI
+#, c-format
+msgid "Open '%s'"
+msgstr "Ava '%s'"
+
+msgid "Save"
+msgstr "Salvesta"
+
+msgid "Print"
+msgstr "Prindi"
+
+msgid "Find"
+msgstr "Otsi"
+
+#. Translators: %s is a URI
+#, c-format
+msgid "Activate '%s'"
+msgstr "'%s' aktiveerimine"
+
+msgid "Use Spaces"
+msgstr "Kasutatakse tühikuid"
+
+msgid "Bracket match is out of range"
+msgstr "Sulgude vastavus on väljaspool lubatud vahemikku"
+
+msgid "Bracket match not found"
+msgstr "Sulgude vastavusi ei leitud"
+
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Sulgude vastavus leiti real %d"
+
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabulaatori laius: %u"
+
+msgid "There are unsaved documents"
+msgstr "Mõned dokumendid on salvestamata"
+
+#. ex:set ts=8 noet:
+msgid "Change Case"
+msgstr "Suur- ja väiketähtede muutmine"
+
+msgid "Changes the case of selected text."
+msgstr "Suur- või väiketähtedeks muutmise toimingud."
+
+msgid "C_hange Case"
+msgstr "Suur- ja väike_tähed"
+
+msgid "All _Upper Case"
+msgstr "Kõik _suurtähtedeks"
+
+msgid "Change selected text to upper case"
+msgstr "Valitud teksti muutmine suurtähtedeks"
+
+msgid "All _Lower Case"
+msgstr "Kõik _väiketähtedeks"
+
+msgid "Change selected text to lower case"
+msgstr "Valitud teksti muutmine väiketähtedeks"
+
+msgid "_Invert Case"
+msgstr "Va_heta tõst"
+
+msgid "Invert the case of selected text"
+msgstr "Valitud tekstis suurtähtede muutmine väiketähtedeks ja vastupidi"
+
+msgid "_Title Case"
+msgstr "_Kõik sõnad suurtähega"
+
+msgid "Capitalize the first letter of each selected word"
+msgstr "Iga valitud sõna esitähe muutmine suurtäheks"
+
+#. ex:set ts=8 noet:
+msgid "Check update"
+msgstr "Uuenduse kontrollimine"
+
+msgid "Check for latest version of gedit"
+msgstr "Viimase Gediti versiooni kontrollimine"
+
+msgid "There was an error displaying the URI."
+msgstr "URI kuvamisel tekkis viga."
+
+msgid "_Download"
+msgstr "Laa_di alla"
+
+msgid "_Ignore Version"
+msgstr "_Eira versiooni"
+
+msgid "There is a new version of gedit"
+msgstr "Geditist on uus versioon saadaval"
+
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Allalaadimise nupule vajutades on võimalik Gediti uus versioon alla laadida, "
+"kuid seda võib ka eirata ja oodata järgmist"
+
+#. ex:set ts=8 noet:
+msgid "Version to Ignore"
+msgstr "Eiratav versioon"
+
+#. This is releated to the next gedit version to be released
+msgid "Version to ignore until a newer version is released."
+msgstr "Kuni uuema versiooni väljastamiseni eiratav versioon"
+
+#. ex:set ts=8 noet:
+msgid "Document Statistics"
+msgstr "Dokumendi statistika"
+
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Dokumendis olevate sõnade, ridade ja märkide loendamine."
+
+msgid "_Document Statistics"
+msgstr "_Dokumendi statistika"
+
+msgid "Get statistical information on the current document"
+msgstr "Käesoleva dokumendi kohta statistiliste andmete hankimine"
+
+msgid "_Update"
+msgstr "_Uuenda"
+
+msgid "File Name"
+msgstr "Faili nimi"
+
+msgid " "
+msgstr " "
+
+msgid "Document"
+msgstr "Dokumendis"
+
+msgid "Selection"
+msgstr "Valikus"
+
+msgid "Lines"
+msgstr "Ridu"
+
+msgid "Words"
+msgstr "Sõnu"
+
+msgid "Characters (with spaces)"
+msgstr "Märke (tühikutega)"
+
+msgid "Characters (no spaces)"
+msgstr "Märke (tühikuteta)"
+
+msgid "Bytes"
+msgstr "Baite"
+
+msgid "Build"
+msgstr "Ehitamine"
+
+msgid "Run \"make\" in the document directory"
+msgstr "\"make\" käivitamine dokumendikataloogis"
+
+msgid "Open terminal here"
+msgstr "Terminali avamine siin"
+
+msgid "Open a terminal in the document location"
+msgstr "Terminali avamine dokumendi kataloogis"
+
+msgid "Remove trailing spaces"
+msgstr "Eemalda realõputühikud"
+
+msgid "Remove useless trailing spaces in your file"
+msgstr "Kasutute realõputühikute eemaldamine failist"
+
+msgid "Run command"
+msgstr "Käivita käsk"
+
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Kohandatud käsu käivitamine ja selle väljundi lisamine dokumendile"
+
+msgid "External Tools"
+msgstr "Välised tööriistad"
+
+msgid "Execute external commands and shell scripts."
+msgstr "Väliste käskude ja skriptide käivitamine."
+
+msgid "Whether to use the system font"
+msgstr "Kas kasutatakse süsteemset kirjatüüpi või mitte"
+
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Kui märgitud, kasutavad välised tööriistad ületöölaualist standardfonti, kui "
+"see on püsisammfont (või muul juhul kõige sarnasema nimega püsisammfonti)."
+
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "Pango kirjatüübi nimi. Näiteks \"Sans 12\" või \"Monospace Bold 14\"."
+
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Käsku pole võimalik täita: %s"
+
+msgid "You must be inside a word to run this command"
+msgstr "Selle käsu käivitamiseks peab kursor olema sõna peal"
+
+msgid "Running tool:"
+msgstr "Tööriista käivitamine:"
+
+msgid "Done."
+msgstr "Valmis."
+
+msgid "Exited"
+msgstr "Lõpetas"
+
+msgid "All languages"
+msgstr "Kõik keeled"
+
+msgid "All Languages"
+msgstr "Kõik keeled"
+
+msgid "New tool"
+msgstr "Uus tööriist"
+
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "See kiirklahv on juba seotud \"%s\"-ga"
+
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Sisesta uus kiirklahv. Nullimiseks vajuta Backspace"
+
+msgid "Type a new accelerator"
+msgstr "Sisesta uus kiirklahv"
+
+msgid "Stopped."
+msgstr "Seisatud."
+
+#. ex:ts=4:et:
+msgid "Stop Tool"
+msgstr "Tööriista peatamine"
+
+msgid "Always available"
+msgstr "Alati saadaval"
+
+msgid "All documents"
+msgstr "Kõigile dokumentidele"
+
+msgid "All documents except untitled ones"
+msgstr "Nimega dokumentidele"
+
+msgid "Local files only"
+msgstr "Kohalikele failidele"
+
+msgid "Remote files only"
+msgstr "Kaugfailidele"
+
+msgid "Untitled documents only"
+msgstr "Pealkirjata dokumentidele"
+
+msgid "Nothing"
+msgstr "Puudub"
+
+msgid "Current document"
+msgstr "Käesolev dokument"
+
+msgid "Current selection"
+msgstr "Käesolev valik"
+
+msgid "Current selection (default to document)"
+msgstr "Käesolev valik (dokumendile vaikimisi)"
+
+msgid "Current line"
+msgstr "Käesolev rida"
+
+msgid "Current word"
+msgstr "Käesolev sõna"
+
+msgid "Display in bottom pane"
+msgstr "Kuvatakse alumisel paanil"
+
+msgid "Create new document"
+msgstr "Moodustab uue dokumendi"
+
+msgid "Append to current document"
+msgstr "Lisatakse käesoleva dokumendi lõppu"
+
+msgid "Replace current document"
+msgstr "Asendab käesoleva dokumendi"
+
+msgid "Replace current selection"
+msgstr "Asendab käesoleva valiku"
+
+msgid "Insert at cursor position"
+msgstr "Lisatakse kursori asukohale"
+
+msgid "Manage External Tools"
+msgstr "Väliste tööriistade haldamine"
+
+msgid "_Tools:"
+msgstr "_Tööriistad:"
+
+msgid "Add a new tool"
+msgstr "Uue tööriista lisamine"
+
+msgid "Add Tool"
+msgstr "Tööriista lisamine"
+
+msgid "Remove selected tool"
+msgstr "Valitud tööriista eemaldamine"
+
+msgid "Remove Tool"
+msgstr "Tööriista eemaldamine"
+
+msgid "Revert tool"
+msgstr "Tööriista taastamine"
+
+msgid "Revert Tool"
+msgstr "Tööriista taastamine"
+
+msgid "_Edit:"
+msgstr "_Redaktor:"
+
+msgid "_Applicability:"
+msgstr "_Rakendub:"
+
+msgid "_Output:"
+msgstr "_Väljund:"
+
+msgid "_Input:"
+msgstr "S_isend:"
+
+msgid "_Save:"
+msgstr "_Salvesta:"
+
+msgid "Shortcut _key:"
+msgstr "_Kiirklahv:"
+
+msgid "Manage _External Tools..."
+msgstr "Halda _väliseid tööriistu..."
+
+msgid "Opens the External Tools Manager"
+msgstr "Väliste tööriistade halduri avamine"
+
+msgid "External _Tools"
+msgstr "Välised _tööriistad"
+
+msgid "External tools"
+msgstr "Välised tööriistad"
+
+msgid "Tool Output"
+msgstr "Tööriista väljund"
+
+#. ex:ts=4:et:
+msgid "File Browser Panel"
+msgstr "Failisirvimispaneel"
+
+msgid "Easy file access from the side panel"
+msgstr "Külgpaneeli kaudu hõlbus ligipääs failidele"
+
+msgid "Home"
+msgstr "Kodu"
+
+msgid "File System"
+msgstr "Failisüsteem"
+
+#. ex:ts=8:noet:
+msgid "_Open"
+msgstr "_Ava"
+
+msgid "_Set Root to Active Document"
+msgstr "_Määra juurikas aktiivseks kataloogiks"
+
+msgid "_New Folder"
+msgstr "Uus _kataloog"
+
+msgid "New F_ile"
+msgstr "Uus _fail"
+
+msgid "_Rename..."
+msgstr "_Muuda nime..."
+
+# #: ../plugins/filebrowser/gedit-file-browser-widget.c:825
+msgid "_Move to Trash"
+msgstr "_Viska prügikasti"
+
+msgid "_Delete"
+msgstr "_Kustuta"
+
+msgid "Re_fresh View"
+msgstr "_Värskenda vaadet"
+
+msgid "_View Folder"
+msgstr "_Vaata kataloogi"
+
+msgid "_Open in Terminal"
+msgstr "_Ava terminalis"
+
+msgid "_Filter"
+msgstr "_Filter"
+
+msgid "Show _Hidden"
+msgstr "Näita _peidetuid"
+
+msgid "Show _Binary"
+msgstr "Näita _binaarseid"
+
+msgid "File Browser"
+msgstr "Failisirvija"
+
+msgid "An error occurred while creating a new directory"
+msgstr "Uue kataloogi loomisel tekkis viga"
+
+msgid "An error occurred while creating a new file"
+msgstr "Uue faili loomisel tekkis viga"
+
+msgid "An error occurred while renaming a file or directory"
+msgstr "Faili või kataloogi nime muutmisel tekkis viga"
+
+msgid "An error occurred while deleting a file or directory"
+msgstr "Faili või kataloogi kustutamisel tekkis viga"
+
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Faili või kataloogi avamisel failihalduris tekkis viga"
+
+msgid "An error occurred while setting a root directory"
+msgstr "Juurkataloogi seadmisel tekkis viga"
+
+msgid "An error occurred while loading a directory"
+msgstr "Kataloogi laadimisel tekkis viga"
+
+msgid "An error occurred"
+msgstr "Tekkis viga"
+
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Faili pole võimalik prügikasti tõsta.\n"
+"Kas selle faili võib lihtsalt ära kustutada?"
+
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Faili \"%s\" pole võimalik prügikasti tõsta."
+
+msgid "The selected files cannot be moved to the trash."
+msgstr "Valitud faile pole võimalik prügikasti tõsta."
+
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Kas soovid \"%s\" jäädavalt kustutada?"
+
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Kas soovid valitud failid jäädavalt kustutada?"
+
+msgid "If you delete an item, it is permanently lost."
+msgstr "Kui sa kirje kustutad, läheb see jäädavalt kaotsi."
+
+msgid "(Empty)"
+msgstr "(Tühi)"
+
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Ümber nimetatud fail on hetkel välja filtreeritud. Selle nähtavaletoomiseks "
+"pead sa filtri sätteid muutma."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+msgid "Untitled File"
+msgstr "Nimetu fail"
+
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Uus fail on hetkel välja filtreeritud. Selle nähtavaletoomiseks pead sa "
+"filtri sätteid muutma"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+msgid "Untitled Folder"
+msgstr "Nimetu kataloog"
+
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Uus kataloog on hetkel välja filtreeritud. Selle nähtavaletoomiseks pead sa "
+"filtri sätteid muutma"
+
+msgid "Bookmarks"
+msgstr "Järjehoidjad"
+
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Haagitud ketta jaoks pole haakimisobjekti: %s"
+
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Meediumit pole võimalik avada: %s"
+
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Ketast pole võimalik haakida: %s"
+
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "'%s' laadimisel tekkis viga: sellist kausta pole"
+
+#. ex:ts=8:noet:
+msgid "Open With Tree View"
+msgstr "Avamine koos puuvaatega"
+
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Järjehoidjate vaate asemel puuvaate avamine failisirvija plugina laadimisel"
+
+msgid "File Browser Root Directory"
+msgstr "Failisirvija juurkataloog"
+
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Failisirvija juurkataloog, mida kasutatakse failisirvija laadimise ajal "
+"juhul, kui võtmed onload/tree_view on märgitud."
+
+msgid "File Browser Virtual Root Directory"
+msgstr "Failisirvija virtuaalne juurkataloog"
+
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Failisirvija virtuaalne juurkataloog, mida kasutatakse failisirvija "
+"laadimise ajal juhul, kui võtmed onload/tree_view on märgitud. Virtuaalne "
+"juurkataloog peab alati kuuluma tegeliku juurkataloogi alla."
+
+msgid "Enable Restore of Remote Locations"
+msgstr "Võrgukohtadelt taastamise lubamine"
+
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Kas võrgus asuvatelt kohtadelt taastamine on lubatud või mitte."
+
+msgid "Set Location to First Document"
+msgstr "Asukoha määramine esimese dokumendi järgi"
+
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Kui märgitud, siis failisirvija plugin avab esimesena kataloogi, kus asub "
+"esimene avatud dokument, mida failisirvija pole veel kasutanud. (See leiab "
+"kasutust tavaliselt juhul, kui dokument avatakse käsurealt, Nautiluse abil "
+"või muudel sarnastel juhtudel)"
+
+msgid "File Browser Filter Mode"
+msgstr "Failisirvija filtreerimisrežiim"
+
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Selle väärtusega määratakse, millised failid filtreeritakse sirvijas välja. "
+"Võimalikud väärtused on: none (ei filtreerita midagi), hide-hidden (peidetud "
+"failide filtreerimine) ja hide-binary (binaarfailide filtreerimine)."
+
+msgid "File Browser Filter Pattern"
+msgstr "Failisirvija filtrimuster"
+
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Failisirvija filtri muster. See seda filtrit kasutatakse koos filter_mode "
+"võtmes määratud režiimiga."
+
+msgid "File Browser Binary Patterns"
+msgstr "Failisirvija binaarmustrid"
+
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Täiendavad mustrid binaarfailide filtreerimisel."
+
+msgid "Modelines"
+msgstr "Režiimiread"
+
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacsi, Kate'i ja Vim'ilaadsed režiimiread geditile."
+
+msgid "Command Color Text"
+msgstr "Käsu teksti värvus"
+
+msgid "The command color text"
+msgstr "Käsu teksti värvus"
+
+msgid "Error Color Text"
+msgstr "Vea teksti värvus"
+
+msgid "The error color text"
+msgstr "Vea teksti värvus"
+
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Kui märgitud, kasutab terminal ületöölaualist standardfonti, kui see on "
+"püsisammfont (või muul juhul kõige sarnasema nimega püsisammfonti)."
+
+msgid "C_ommand color:"
+msgstr "_Käsu värvus:"
+
+msgid "_Error color:"
+msgstr "_Vea värvus:"
+
+#. ex:et:ts=4:
+msgid "Python Console"
+msgstr "Pythoni konsool"
+
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Pythoni interaktiivse konsooli avamine alumisel paneelil"
+
+msgid "Quick Open..."
+msgstr "Kiiravamine..."
+
+msgid "Quickly open documents"
+msgstr "Failide kiiravamine"
+
+#. ex:ts=4:et:
+msgid "Quick Open"
+msgstr "Kiiravamine"
+
+msgid "Quickly open files"
+msgstr "Failide kiiravamine"
+
+msgid "Type to search..."
+msgstr "Otsimiseks kirjuta siia..."
+
+#. ex:ts=8:et:
+msgid "Snippets"
+msgstr "Tekstijupid"
+
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "Arhiivi \"%s\" pole võimalik luua"
+
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "Sihtkataloogi \"%s\" pole olemas"
+
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "Sihtkataloog \"%s\" pole korrektne kataloog"
+
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "Faili \"%s\" pole olemas"
+
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "Fail \"%s\" pole korrektne tekstijuppide fail"
+
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "Imporditud fail \"%s\" pole korrektne tekstijuppide fail"
+
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "Arhiivi \"%s\" pole võimalik lahti pakkida"
+
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Järgnevaid faile pole võimalik importida: %s"
+
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "Fail \"%s\" pole korrektne tekstijuppide arhiiv"
+
+msgid "Snippets archive"
+msgstr "Tekstijuppide arhiiv"
+
+msgid "Add a new snippet..."
+msgstr "Lisa uus tekstijupp..."
+
+msgid "Global"
+msgstr "Globaalne"
+
+msgid "Revert selected snippet"
+msgstr "Valitud tekstijupi taastamine"
+
+msgid "Delete selected snippet"
+msgstr "Valitud tekstijupi kustutamine"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"See pole sobilik Tab klahvi väljakutsumiseks. Väljakutsuja võib sisaldada "
+"numbreid, tähti, alakriipsu, punkti või üksikuid erimärke, mis pole tähed "
+"ega numbrid, nagu {, [, jne."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Üksik sõna, mille korral tekstijupp aktiveeritakse pärast tab-klahvi "
+"vajutamist"
+
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Importimise käigus tekkis järgnev viga: %s"
+
+msgid "Import successfully completed"
+msgstr "Importimine lõpetati edukalt"
+
+msgid "Import snippets"
+msgstr "Tekstijuppide importimine"
+
+msgid "All supported archives"
+msgstr "Kõik toetatud arhiivid"
+
+msgid "Gzip compressed archive"
+msgstr "Gzip'iga kokkusurutud arhiiv"
+
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2'ga kokkusurutud arhiiv"
+
+msgid "Single snippets file"
+msgstr "Üksik tekstijuppide fail"
+
+msgid "All files"
+msgstr "Kõik failid"
+
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Eksportimise käigus tekkis järgnev viga: %s"
+
+msgid "Export successfully completed"
+msgstr "Eksportimine lõpetati edukalt"
+
+#. Ask if system snippets should also be exported
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Kas soovid eksportimisse kaasata ka valitud <b>süsteemsed</b> tekstijupid?"
+
+msgid "There are no snippets selected to be exported"
+msgstr "Eksportimiseks pole ühtegi tekstijuppi valitud"
+
+msgid "Export snippets"
+msgstr "Tekstijuppide eksportimine"
+
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Sisesta uus kiirklahv. Nullimiseks vajuta Backspace"
+
+msgid "Type a new shortcut"
+msgstr "Sisesta uus kiirklahv"
+
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Pythoni käsu (%s) töötamise aeg ületas selleks lubatud aja, töötamine "
+"katkestati."
+
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Pythoni käsu (%s) täitmine nurjus: %s"
+
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Tihti kasutatavate tükkide kiire lisamine tekstile"
+
+msgid "Manage Snippets"
+msgstr "Tekstijuppide haldamine"
+
+msgid "_Snippets:"
+msgstr "_Tekstijupid:"
+
+msgid "Create new snippet"
+msgstr "Uue tekstijupi loomine"
+
+msgid "Add Snippet"
+msgstr "Tekstijupi lisamine"
+
+msgid "Remove Snippet"
+msgstr "Tekstijuppide eemaldamine"
+
+msgid "Import Snippets"
+msgstr "Tekstijuppide importimine"
+
+msgid "Export selected snippets"
+msgstr "Valitud tekstijuppide eksportimine"
+
+msgid "Export Snippets"
+msgstr "Tekstijuppide eksportimine"
+
+msgid "Activation"
+msgstr "Aktiveerimine"
+
+#. "tab" here means the tab key, not the notebook tab!
+msgid "_Tab trigger:"
+msgstr "_Tabulaatori väljakutse:"
+
+msgid "S_hortcut key:"
+msgstr "_Kiirklahv:"
+
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Kiirklahv, millele vajutamisel tekstijupp aktiveeritakse"
+
+msgid "_Drop targets:"
+msgstr "_Aknasse lohistamisel:"
+
+msgid "Manage _Snippets..."
+msgstr "_Halda tekstijuppe..."
+
+msgid "Manage snippets"
+msgstr "Tekstijuppide haldamine"
+
+msgid "S_ort..."
+msgstr "S_ordi..."
+
+msgid "Sort the current document or selection"
+msgstr "Käesoleva dokumendi või valiku sortimine."
+
+#. ex:ts=8:noet:
+msgid "Sort"
+msgstr "Sortimine"
+
+msgid "_Sort"
+msgstr "_Sordi"
+
+msgid "_Reverse order"
+msgstr "_Pööratud järjestuses"
+
+msgid "R_emove duplicates"
+msgstr "Kordused _eemaldatakse"
+
+msgid "_Ignore case"
+msgstr "_Tõstutundetu"
+
+msgid "S_tart at column:"
+msgstr "Al_ustades veerust:"
+
+msgid "You cannot undo a sort operation"
+msgstr "Sortimisoperatsiooni pole võimalik tagasi võtta"
+
+msgid "Sorts a document or selected text."
+msgstr "Dokumendi või valitud teksti sortimine."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+msgid "(no suggested words)"
+msgstr "(soovitatavaid sõnu pole)"
+
+msgid "_More..."
+msgstr "_Veel..."
+
+#. Ignore all
+msgid "_Ignore All"
+msgstr "_Eira kõiki"
+
+#. + Add to Dictionary
+msgid "_Add"
+msgstr "_Lisa"
+
+msgid "_Spelling Suggestions..."
+msgstr "Õigekirjako_ntrolli soovitused..."
+
+msgid "Check Spelling"
+msgstr "Õigekirjakontroll"
+
+msgid "Suggestions"
+msgstr "Soovitused"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+msgid "(correct spelling)"
+msgstr "(korrektne õigekiri)"
+
+msgid "Completed spell checking"
+msgstr "Õigekirjakontroll sai kogu dokumendi kontrollitud"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Tundmatu (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+msgctxt "language"
+msgid "Default"
+msgstr "Vaikimisi"
+
+msgid "Set language"
+msgstr "Keele määramine"
+
+msgid "Languages"
+msgstr "Keeled"
+
+msgid "_Check Spelling..."
+msgstr "_Õigekirjakontroll"
+
+msgid "Check the current document for incorrect spelling"
+msgstr "Käesoleva dokumendi õigekirjakontroll"
+
+msgid "Set _Language..."
+msgstr "_Määra keel..."
+
+msgid "Set the language of the current document"
+msgstr "Käesolevale dokumendile keele määramine"
+
+msgid "_Highlight Misspelled Words"
+msgstr "_Probleemsete sõnade esiletõstmine"
+
+msgid "Automatically spell-check the current document"
+msgstr "Käesoleva dokumendi automaatne õigekirjakontroll"
+
+msgid "The document is empty."
+msgstr "Dokument on tühi."
+
+msgid "No misspelled words"
+msgstr "Probleemseid sõnu pole"
+
+#. ex:ts=8:noet:
+msgid "Set Language"
+msgstr "Keele määramine"
+
+msgid "Select the _language of the current document."
+msgstr "_Vali käesoleva dokumendi keel."
+
+msgid "Check spelling"
+msgstr "Õigekirjakontroll"
+
+msgid "Misspelled word:"
+msgstr "Probleemne sõna:"
+
+msgid "word"
+msgstr "sõna"
+
+msgid "Change _to:"
+msgstr "Mi_lleks muuta:"
+
+msgid "Check _Word"
+msgstr "K_ontrolli sõna"
+
+msgid "_Suggestions:"
+msgstr "_Soovitused:"
+
+msgid "_Ignore"
+msgstr "_Eira"
+
+msgid "Cha_nge"
+msgstr "_Muuda"
+
+msgid "Ignore _All"
+msgstr "Eira _kõiki"
+
+msgid "Change A_ll"
+msgstr "M_uuda kõiki"
+
+msgid "User dictionary:"
+msgstr "Kasutaja sõnaraamat:"
+
+msgid "Add w_ord"
+msgstr "L_isa sõna"
+
+msgid "Language:"
+msgstr "Keel:"
+
+msgid "Language"
+msgstr "Keel"
+
+msgid "Spell Checker"
+msgstr "Õigekirjakontroll"
+
+msgid "Checks the spelling of the current document."
+msgstr "Käesoleva dokumendi õigekirja kontrollimine."
+
+msgid "Insert Date and Time"
+msgstr "Kuupäeva ja kellaaja lisamine"
+
+msgid "Use the _selected format"
+msgstr "Kasutatakse _valitud vormingut"
+
+msgid "_Use custom format"
+msgstr "Kasutatakse o_ma vormingut"
+
+#. Translators: Use the more common date format in your locale
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+msgid "_Insert"
+msgstr "L_isa"
+
+msgid "In_sert Date and Time..."
+msgstr "Lisa kuupäev/kellaae_g..."
+
+msgid "Insert current date and time at the cursor position"
+msgstr "Praeguse kuupäeva ja kellaaja lisamine kursori asukohta"
+
+msgid "Available formats"
+msgstr "Saadaval vormingud"
+
+#. ex:ts=8:noet:
+msgid "Configure date/time plugin"
+msgstr "\"Kuupäeva/kellaaja\" plugina seadistamine"
+
+msgid "When inserting date/time..."
+msgstr "\"Kuupäeva/kellaaja\" sisestamisel..."
+
+msgid "_Prompt for a format"
+msgstr "_Küsitakse vormingut"
+
+msgid "Prompt Type"
+msgstr "Viiba liik"
+
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Kas kohandatud või valitud vormingu kasutamisel tuleb kasutaja käest "
+"kinnitust küsida."
+
+msgid "Selected Format"
+msgstr "Valitud vorming"
+
+msgid "The selected format used when inserting the date/time."
+msgstr "Kuupäeva ja kellaaja lisamiseks kasutatav valitud vorming."
+
+msgid "Custom Format"
+msgstr "Kohandatud vorming"
+
+msgid "The custom format used when inserting the date/time."
+msgstr "Kuupäeva ja kellaaja sisestamisel kasutatav kohandatud vorming."
+
+msgid "Insert Date/Time"
+msgstr "Kuupäeva/kellaaja lisamine"
+
+msgid "Inserts current date and time at the cursor position."
+msgstr "Praeguse kuupäeva ja kellaaaja lisamine kursori asukohta."
+
+msgid "Zeitgeist dataprovider"
+msgstr "Zeitgeisti andmevarustaja"
+
+msgid "Logs access and leave event for documents used with gedit"
+msgstr "Logib geditiga avatud dokumentide avamise ja sulgemise sündmuseid"
+
+#~ msgid "Open Files"
+#~ msgstr "Failide avamine"
+
+#~ msgid "Character Encodings"
+#~ msgstr "Kooditabelid"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "Faili asukohale pole võimalik ligi pääseda, kuna see pole haagitud."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit avas selle instantsi mittemuudetaval moel. Kas Sa soovid seda "
+#~ "ikkagi redigeerida?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "Kas soovid tühistada oma muudatused ja faili uuesti laadida?"
+
+#~ msgid "Preferences"
+#~ msgstr "Eelistused"
+
+#~ msgid "Replace All"
+#~ msgstr "Asenda kõik"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Süntaksi esiletõstmise keelamine"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Juurkataloogi määramine aktiivse dokumendi asukohale"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Terminali avamine käesolevaga avatud kataloogis"
+
+#~ msgid "file"
+#~ msgstr "fail"
+
+#~ msgid "directory"
+#~ msgstr "kataloog"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Valitud faili või kataloogi prügikasti viskamine"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Valitud faili või kataloogi kustutamine"
+
+#~ msgid "Open selected file"
+#~ msgstr "Valitud faili avamine"
+
+#~ msgid "Up"
+#~ msgstr "Üles"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Ülemise kataloogi avamine"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Uue tühja kataloogi lisamine"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Uue tühja faili lisamine"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Valitud faili või kataloogi nime muutmine"
+
+#~ msgid "_Previous Location"
+#~ msgstr "_Eelmine asukoht"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Eelmisele külastatud asukohale siirdumine"
+
+#~ msgid "_Next Location"
+#~ msgstr "_Järgmine asukoht"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Järgmisele külastatud asukohale siirdumine"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Vaate värskendamine"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Kataloogi vaatamine failihalduris"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Peidetud failide ja kataloogide näitamine"
+
+#~ msgid "Show binary files"
+#~ msgstr "Binaarfailide näitamine"
+
+#~ msgid "Match Filename"
+#~ msgstr "Failinime vastavus"
+
+#~ msgid "Quick open"
+#~ msgstr "Kiiravamine"
+
+#~ msgid "Text;"
+#~ msgstr "Tekst;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Logi välja _ilma salvestamata"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Gediti käivitamine taustal"
+
+#~ msgid "toolbutton1"
+#~ msgstr "tööriistanupp1"
+
+#~ msgid "toolbutton2"
+#~ msgstr "tööriistanupp2"
+
+#~ msgid "_Add..."
+#~ msgstr "_Lisa..."
diff --git a/po/eu.po b/po/eu.po
new file mode 100644
index 0000000..661f220
--- /dev/null
+++ b/po/eu.po
@@ -0,0 +1,3590 @@
+# Basque translation of gedit.
+# Copyright (C) 2001-2011 Free Software Foundation, Inc.
+#
+# Hizkuntza Politikarako Sailburuordetza <hizpol@ej-gv.es>, 2004.
+# Julen Ruiz Aizpuru <julenx@gmail.com>, 2011.
+# Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2004, 2005, 2006, 2007, 2008, 2009, 2010.
+# Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2011, 2012, 2013, 2014, 2015, 2016.
+# Asier Sarasua Garmendia <asiersarasua@ni.eus>, 2019, 2020.
+#
+msgid ""
+msgstr "Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-11-20 13:59+0000\n"
+"PO-Revision-Date: 2020-12-07 15:00+0100\n"
+"Last-Translator: Asier Sarasua Garmendia <asiersarasua@ni.eus>\n"
+"Language-Team: Basque <librezale@librezale.eus>\n"
+"Language: eu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Project-Style: gnome\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Testu-editorea"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "gedit xede orokorreko testu-editorea da."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr "Aplikazioaren lehen helburua erabilerrraztasuna da, eta horretarako interfaze sinplea du modu lehenetsian. Eginbide aurreratuagoak ere erabili daitezke pluginak aktibatzen badira."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Editatu testu-fitxategiak"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Testua;Editorea;Testu soila;Idatzi;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "_Leiho berria"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Dokumentu berria"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Erabili letra-tipo lehenetsia"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr "Sistemak lehenetsita duen zabalera finkoko letra-tipoa erabiliko den ala ez testua editatzeko, Gedit aplikazioan espezifikoa den letra-tipo baten ordez. Aukera hau desaktibatuta badago, \"Editoriaren letra-tipoa\" aukeran izendatutako letra-tipoa erabiliko da, sistemaren letra-tipoa erabili ordez."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Editorearen letra-tipoa"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 "Edizio-arean erabiliko den letra-tipo pertsonalizatua. Hau indarrean egoteko, \"Erabili letra-tipo lehenetsia\" aukerak desaktibatuta egon behar du."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Estilo-eskema"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "Testuaren kolorean erabilitako GtkSourceView estilo-eskemaren IDa."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Sortu babeskopiak"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Gedit-ek gordetzen dituen fitxategien babeskopiak egin behar dituen edo ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Gorde automatikoki"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr "Gedit-ek automatikoki gordeko dituen ala ez aldatutako fitxategiak, denbora-tarte bat igaro ondoren. Denbora-tartea \"Automatikoki gordetzeko tartea\" aukeran ezarri daiteke."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Automatikoki gordetzeko tartea"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr "Gedit-ek aldatutako fitxategiak automatikoki gorde ditzan igaroko den minutu kopurua. Indarrean egongo da \"Gorde automatikoki\" aukera aktibatuta badago soilik."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Desegite-ekintzen gehieneko kopurua"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr "Gedit-ek desegin edo berregin ahal izango duen gehieneko ekintza kopurua. Erabili \"-1” ekintza kopurua mugagabea izateko."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Lerroen egokitze modua"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 "Edizio-arean lerro luzeak nola egokituko diren zehazten du. Erabili \"none\" ez egokitzeko, \"word\" hitzen mugetan egokitzeko, eta \"char\" banakako karaktereen mugetan egokitzeko. Kontuan izan balioek maiuskulak eta minuskulak bereizten dituztela; beraz, ziurtatu hemen adierazi den bezala agertzen direla."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Lerroa egokitzean erabilitako zatitzeko azken modua"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr "Lerroen egokitze moduan erabilitako azken zatitze modua zehazten du, egokitze modua desaktibatuta dagoenean zatitze moduaren aukera gogoratu dezagun. Erabili \"word\" hitzen mugetan egokitzeko eta \"char\" banakako karaktereen mugetan egokitzeko."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tabuladorearen tamaina"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Tabuladore-karaktereen ordez bistaratu behar diren zuriune-kopurua zehazten du."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Txertatu zuriuneak"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Gedit-ek tabuladoreen ordez zuriuneak sartu behar dituen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Koska automatikoa"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Gedit-ek koska automatikoa gaitu behar duen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Bistaratu lerro-zenbakiak"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Gedit-ek editatzeko arean lerro-zenbakiak bistaratu behar dituen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Nabarmendu uneko lerroa"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Gedit-ek uneko lerroa nabarmendu behar duen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Nabarmendu bat datozen parentesiak"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Gedit-ek bat datozen parentesiak nabarmendu behar dituen edo ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Bistaratu eskuineko marjinak"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Gedit-ek editatzeko arean eskuineko marjina bistaratu behar duen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Eskuineko marjinaren kokalekua"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Eskuineko marjinaren kokalekua zehazten du."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Dokumentuaren atzeko planoko eredu mota"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Dokumentuak atzeko planoan eredua margotuta edukiko duen edo ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Hasiera Amaiera azkarra"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 "HOME eta END teklak sakatzen direnean kurtsorea nola mugitzen den zehazten du. Erabili \"disabled\" beti lerroaren hasierara/amaierara mugitzeko, \"after\" lerroaren hasierara/amaierara mugitzeko teklak lehen aldiz sakatzen direnean eta testuaren hasierara/amaierara (zuriuneak ezikusita) teklak bigarren aldiz sakatzen direnean, eta \"always\" beti testuaren hasierara/amaierara mugitzeko, lerroaren hasierara/amaierara mugitu ordez."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Leheneratu kurtsorearen aurreko posizioa"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Fitxategi bat kargatzean gedit-ek kurtsorearen aurreko posizioa leheneratu behar duen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Gaitu sintaxiaren nabarmentzea"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Gedit-ek sintaxiaren nabarmentzea gaitu behar duen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Gaitu bilaketaren nabarmentzea"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Gedit-ek bilaketako testuaren gertaera guztiak nabarmendu behar dituen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Ziurtatu lerro amaierako lerro berria"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Gedit-ek ziurtatu behar duen edo ez dokumentuak beti amaitzea lerro amaierako lerro berriarekin."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Koadernoetan fitxak bistaratzeko modua"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr "Koaderno-fitxak noiz erakutsiko diren zehazten du. Erabili \"never\" inoiz ez erakusteko, \"always\" beti erakusteko, eta \"auto\" fitxat bat baino gehiago dagoenean erakusteko. Kontuan izan balioek maiuskulak eta minuskulak bereizten dituztela; beraz, ziurtatu hemen adierazi den bezala agertzen direla."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Egoera-barra ikusgai dago"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Editatzeko leihoen beheko egoera-barrak ikusgai egon behar duen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Alboko panela ikusgai dago"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Editatzeko leihoen ezkerreko alboko panelak ikusgai egon behar duen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Inprimatu sintaxiaren nabarmentzea"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "gedit-ek dokumentuak inprimatzean sintaxiaren nabarmentzea inprimatu behar duen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Inprimatu goiburua"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Gedit-ek dokumentuak inprimatzean dokumentuaren goiburua sartu behar duen ala ez."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Lerroaren egokitze modua inprimatzen"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 "Inprimatzean lerro luzeak nola egokituko diren zehazten du. Erabili \"none\" ez egokitzeko, \"word\" hitzen mugetan egokitzeko, eta \"char\" banakako karaktereen mugetan egokitzeko. Kontuan izan balioek maiuskulak eta minuskulak bereizten dituztela; beraz, ziurtatu hemen adierazi den bezala agertzen direla."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Inprimatu lerro-zenbakiak"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr "Balioa 0 bada, ez da lerro-zenbakirik txertatuko dokumentua inprimatzean. Bestalde, gedit-ek lerro-zenbakiak inprimatuko ditu adierazitako lerro-kopuru bakoitzeko."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Testuaren letra-tipoa inprimatzeko"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Dokumentuak inprimatzean dokumentuaren gorputzean erabiliko den letra-tipoa zehazten du."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Inprimatzeko goiburuen letra-tipoa"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 "Dokumentuak inprimatzean orri-goiburuetan erabiliko den letra-tipoa zehazten du. Hau indarrean egoteko, \"Inprimatu goiburua\" aukerak aktibatuta egon behar du."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Inprimatzeko lerro-zenbakiaren letra-tipoa"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 "Inprimatzean lerro-zenbakietarako erabiliko den letra-tipoa zehazten du. Hau indarrean egoteko, \"Inprimatu lerro-zenbakiak\" aukerak aktibatuta egon behar du."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Ezkerreko marjina"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Ezkerreko marjina (milimetrotan)."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Goiko marjina"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Goiko marjina (milimetrotan)."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Eskuineko marjina"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Eskuineko marjina (milimetrotan)."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Azpiko marjina"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Azpiko marjina (milimetrotan)."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kodeketa hautagaiak"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr "Ireki/gorde fitxategi-aukeratzaileko karaktere-kodeketen menuan erakutsiko diren kodeketa hautagaien zerrenda. \"CURRENT\" balioak uneko hizkuntzaren kodeketa ordezkatzen du. Ezagunak diren kodeketak soilik erabiliko dira. Balio lehenetsia zerrenda hutsa da; kasu horretan, Gedit-ek lehenespen egokiak aukeratuko ditu, herrialdearen eta hizkuntzaren arabera."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Plugin aktiboak"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Plugin aktiboen zerrenda."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Erakutsi aplikazioaren bertsioa"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Bistaratu balio posibleen zerrenda kodeketaren aukerarentzako"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "Ezarri karaketere-kodeketa komando lerroan zerrendatzen diren fitxategiak irekitzean erabiltzeko"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODEKETA"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Sortu goi-mailako leiho berri bat lehendik dagoen gedit-en instantzia batean"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Sortu dokumentu berri bat lehendik dagoen gedit-en instantzia batean"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Ireki fitxategiak eta blokeatu prozesuak fitxategiak itxi arte"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Exekutatu gedit modu bakunean"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FITXATEGIA…] [+LERROA[:ZUTABEA]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Errorea gertatu da laguntza bistaratzean."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: kodeketa baliogabea."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Itxi gorde _gabe"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:94
+#: gedit/gedit-io-error-info-bar.c:293 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Utzi"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "Gorde _honela…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Gorde"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Ez baduzu gordetzen, azken %ld segundoko aldaketak betiko galduko dira."
+msgstr[1] "Ez baduzu gordetzen, azken %ld segundotako aldaketak betiko galduko dira."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "Ez baduzu gordetzen, azken minutuko aldaketak betiko galduko dira."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "Ez baduzu gordetzen, azken minutu eta %ld segundotako aldaketak betiko galduko dira."
+msgstr[1] "Ez baduzu gordetzen, azken minutuko eta %ld segundotako aldaketak betiko galduko dira."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Ez baduzu gordetzen, azken %ld minututako aldaketak betiko galduko dira."
+msgstr[1] "Ez baduzu gordetzen, azken %ld minututako aldaketak betiko galduko dira."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Ez baduzu gordetzen, azken orduko aldaketak betiko galduko dira."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "Ez baduzu gordetzen, azken orduko eta %d minutuko aldaketak betiko galduko dira."
+msgstr[1] "Ez baduzu gordetzen, azken orduko eta %d minututako aldaketak betiko galduko dira."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Ez baduzu gordetzen, azken %d orduko aldaketak betiko galduko dira."
+msgstr[1] "Ez baduzu gordetzen, azken %d orduko aldaketak betirako galduko dira."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Aldaketak '%s' dokumentuan gorde itxi aurretik?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "Aldatutako dokumentu %d gorde gabe dago. Aldaketak gorde itxi aurretik?"
+msgstr[1] "Aldatutako %d dokumentu gorde gabe daude. Aldaketak gorde itxi aurretik?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_Hautatu dokumentuak, gordetzea nahi dituzunak:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Gordetzen ez baduzu, aldaketa guztiak betiko galduko dira."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "\"%s” fitxategia kargatzen…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Fitxategi %d kargatzen…"
+msgstr[1] "%d fitxategi kargatzen…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "\"%s” fitxategia irakurtzeko soilik da."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Gordetzen ari zarenarekin ordezten saiatu nahi duzu?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Ordeztu"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Gorde fitxategia konpresioa erabiliz?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Gorde fitxategia testu arrunt gisa?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr "\"%s” fitxategia testu arrunt gisa gorde da lehenago, eta orain konprimatuta gordeko da."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Gorde konpresioa erabiliz"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "\"%s” fitxategia konprimatuta gorde da lehenago, eta orain testu arrunt gisa gordeko da."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Gorde testu arrunt gisa"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "\"%s” fitxategia gordetzen…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Gorde honela"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "\"%s” dokumentua leheneratzen…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Leheneratu \"%s” dokumentuan gorde gabeko aldaketak?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Azken %ld segundoan dokumentuan egin diren aldaketak betirako galduko dira."
+msgstr[1] "Azken %ld segundotan dokumentuan egin diren aldaketak betirako galduko dira."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Azken minutuan dokumentuan egin diren aldaketak betirako galduko dira."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "Azken minutuan eta %ld segundoan dokumentuan egin diren aldaketak betirako galduko dira."
+msgstr[1] "Azken minutuan eta %ld segundotan dokumentuan egin diren aldaketak betirako galduko dira."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Azken %ld minutuan dokumentuan egin diren aldaketak betirako galduko dira."
+msgstr[1] "Azken %ld minututan dokumentuan egin diren aldaketak betirako galduko dira."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Azken orduan dokumentuan egin diren aldaketak betirako galduko dira."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "Azken orduan eta %d minutuan dokumentuan egin diren aldaketak betirako galduko dira."
+msgstr[1] "Azken orduan eta %d minututan dokumentuan egin diren aldaketak betirako galduko dira."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Azken orduan (%d) dokumentuan egin diren aldaketak betirako galduko dira."
+msgstr[1] "Azken %d ordutan dokumentuan egin diren aldaketak betirako galduko dira."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Leheneratu"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Egile nagusiak:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Mila esker, baita ere, hauei:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "eta lagundu duten beste hainbati."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit erabiltzeko erraza den xede orokorreko testu-editorea da"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr "translator-credits"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Agerraldi %d aurkitu eta ordeztu da"
+msgstr[1] "%d agerraldi aurkitu eta ordeztu dira"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Agerraldi bat aurkitu eta ordeztu da"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "\"%s” ez da aurkitu"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Fitxen %i. taldea"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Irakurtzeko soilik"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Uneko locale-a (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Automatikoki detektatuta"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Gehitu edo kendu…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (uneko locale-a)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Benetan berrezarri nahi dituzu karaktere-kodeketaren hobespenak?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Berrezarri"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Gehitu"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Kendu"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Eraman lehentasun altuagora"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Eraman lehentasun baxuagora"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Izenik gabeko %d. dokumentua"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Fitxategi guztiak"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Testu-fitxategi guztiak"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Karaktere-kodeketa:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Le_rroaren amaiera:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Ireki fitxategiak"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Ireki"
+
+#: gedit/gedit-io-error-info-bar.c:90 gedit/gedit-io-error-info-bar.c:282
+msgid "_Retry"
+msgstr "S_aiatu berriro"
+
+#: gedit/gedit-io-error-info-bar.c:114
+msgid "File not found."
+msgstr "Ez da fitxategia aurkitu."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:133
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "“%s” helbideak ez daude onartuta."
+
+#: gedit/gedit-io-error-info-bar.c:142
+msgid "The location of the file cannot be accessed."
+msgstr "Fitxategiaren kokalekua ezin da atzitu."
+
+#: gedit/gedit-io-error-info-bar.c:146
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "'%s' ez da baliozko helbidea."
+
+#: gedit/gedit-io-error-info-bar.c:147
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Egiaztatu helbidea ondo idatzi duzula eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:180
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "“%s” ostalari-izena ezezaguna da."
+
+#: gedit/gedit-io-error-info-bar.c:181
+msgid "The problem could come from the proxy settings."
+msgstr "Arazoa proxy-ezarpenetan egon daiteke."
+
+#: gedit/gedit-io-error-info-bar.c:215
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "Fitxategia ez da aurkitu. Agian ezabatu egin da duela gutxi."
+
+#: gedit/gedit-io-error-info-bar.c:225
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Ezin izan da '%s' fitxategia leheneratu."
+
+#: gedit/gedit-io-error-info-bar.c:250
+msgid "Ch_aracter Encoding:"
+msgstr "_Karaktere-kodeketa:"
+
+#: gedit/gedit-io-error-info-bar.c:288
+msgid "_Edit Anyway"
+msgstr "_Editatu dena den"
+
+#: gedit/gedit-io-error-info-bar.c:326
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "Esteka jarraien kopurua mugatua dago, eta uneko fitxategia ezin izan da muga horretan aurkitu."
+
+#: gedit/gedit-io-error-info-bar.c:331
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Ez dituzu nahikoa baimen fitxategia irekitzeko."
+
+#: gedit/gedit-io-error-info-bar.c:337
+msgid "Unable to detect the character encoding."
+msgstr "Ezin da karaktere-kodeketa atzeman."
+
+#: gedit/gedit-io-error-info-bar.c:338 gedit/gedit-io-error-info-bar.c:361
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Egiaztatu fitxategi bitarra irekitzen saiatzen ari ez zarela."
+
+#: gedit/gedit-io-error-info-bar.c:339
+msgid "Select a character encoding from the menu and try again."
+msgstr "Hautatu karaktere-kodeketa menutik eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Arazo bat egon da '%s' fitxategia irekitzean."
+
+#: gedit/gedit-io-error-info-bar.c:346
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr "Ireki duzun fitxategiak zenbait karaktere baliogabe ditu. Fitxategi hau editatzen jarraitzen baduzu, dokumentua honda dezakezu."
+
+#: gedit/gedit-io-error-info-bar.c:349
+msgid "You can also choose another character encoding and try again."
+msgstr "Beste karaktere-kodeketa hauta dezakezu menutik eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:358
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Ezin izan da '%s' fitxategia ireki' %s' karaktere-kodeketa erabiliz."
+
+#: gedit/gedit-io-error-info-bar.c:362 gedit/gedit-io-error-info-bar.c:417
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Hautatu beste karaktere-kodeketa menutik eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:374
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Ezin izan da '%s' fitxategia ireki."
+
+#: gedit/gedit-io-error-info-bar.c:412
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Ezin izan da '%s' fitxategia gorde '%s' karaktere-kodeketa erabiliz."
+
+#: gedit/gedit-io-error-info-bar.c:415
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr "Zehaztutako karaktere-kodeketarekin kodetu ezin den karaktere bat (edo gehiago) du dokumentuak."
+
+#: gedit/gedit-io-error-info-bar.c:460
+#, c-format
+msgid "The file “%s” has been externally modified."
+msgstr "'%s' fitxategia kanpoko aplikazio batekin aldatu da."
+
+#: gedit/gedit-io-error-info-bar.c:461
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Gordetzen baduzu kanpoko aldaketak galdu egingo dira. Gorde dena den?"
+
+#: gedit/gedit-io-error-info-bar.c:468
+msgid "S_ave Anyway"
+msgstr "_Gorde dena den"
+
+#: gedit/gedit-io-error-info-bar.c:472
+msgid "D_on’t Save"
+msgstr "E_z gorde"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:502
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "Ezin dira '%s:' helbideak idazteko moduan kudeatu. Egiaztatu helbidea ondo idatzi duzula eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:509
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "Ezin da helbide hau idazteko moduan kudeatu. Egiaztatu helbidea ondo idatzi duzula eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:518
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr "'%s' ez da baliozko helbidea. Egiaztatu helbidea ondo idatzi duzula eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:525
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr "Ez dituzu nahikoa baimen fitxategia gordetzeko. Egiaztatu helbidea ondo idatzi duzula eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr "Diskoan ez dago fitxategia gordetzeko behar adina leku. Libratu lekua diskoan eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:536
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr "Irakurtzeko soilik den diskoan fitxategia gordetzen saiatzen ari zara. Egiaztatu helbidea ondo idatzi duzula eta saiatu berriro."
+
+#: gedit/gedit-io-error-info-bar.c:542
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Izen berdineko fitxategia badago lehendik ere. Erabili beste izen bat."
+
+#: gedit/gedit-io-error-info-bar.c:547
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr "Fitxategia gordetzeko erabili nahi duzun diskoak fitxategi-izenaren muga du. Saiatu izen laburragoa erabiltzen."
+
+#: gedit/gedit-io-error-info-bar.c:562
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Ezin izan da '%s' fitxategia gorde."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Sakatu botoi hau editoreak erabili beharreko letra-tipoa hautatzeko"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Erabili sistemaren letra-zabalera (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Hautatutako kolore-eskema ezin da instalatu: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Hautatutako kolore-eskema ezin da instalatu."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Gehitu kolore-eskema"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Gehitu eskema"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Kolore-eskemaren fitxategiak"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Ezin izan da \"%s” kolore-eskema kendu."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Prestatzen…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Fitxategia: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "%N/%Q orria"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Orrialdea errendatzen: %d / %d…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Testu-editorea"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d / %d orrialdea"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ezer ez"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Bilatu eta ordeztu"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "GAIN"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "TXER"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Erroreak dituen fitxa bat dago"
+msgstr[1] "Erroreak dituzten %d fitxa daude"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%2$s(e)tik %1$s(e)ra leheneratzen"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "%s leheneratzen"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%2$s(e)tik %1$s kargatzen"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "%s kargatzen"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:912
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%2$s(e)n %1$s gordetzen"
+
+#: gedit/gedit-tab.c:917
+#, c-format
+msgid "Saving %s"
+msgstr "%s gordetzen"
+
+#: gedit/gedit-tab.c:1490
+#, c-format
+msgid "Error opening file %s"
+msgstr "Errorea %s fitxategia irekitzean"
+
+#: gedit/gedit-tab.c:1495
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Errorea %s fitxategia leheneratzean"
+
+#: gedit/gedit-tab.c:1500
+#, c-format
+msgid "Error saving file %s"
+msgstr "Errorea %s fitxategia gordetzean"
+
+#: gedit/gedit-tab.c:1531
+msgid "Name:"
+msgstr "Izena:"
+
+#: gedit/gedit-tab.c:1532
+msgid "MIME Type:"
+msgstr "MIME mota:"
+
+#: gedit/gedit-tab.c:1533
+msgid "Encoding:"
+msgstr "Kodeketa:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ %s kokalekuan"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Klasikoa"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Leihoak"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d / %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Egok_itu"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Bat etorri _adierazpen erregular gisa"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "_Hitz osoak soilik"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Maiuskula/minuskula"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Bilatzea nahi duzun katea"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Lerroa kurtsorea kokatzeko"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Parentesien bat-etortzea barrutitik kanpo"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Parentesien bat-etortzea ez da aurkitu"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Bat datorren parentesia honako lerroan aurkituta: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " %d lerroa, %d zutabea"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabulazio-zabalera: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Testu soila"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Gorde gabeko dokumentuak daude"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Aldatu alboko paneleko orria"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumentuak"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Ireki fitxategia"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Ireki erabili berri duzun fitxategia"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Eraman e_zkerrera"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Eraman e_skuinera"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Eraman _leiho berrira"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Eraman fitxen _talde berrira"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "It_xi"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Koska automatikoa"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Erabili zuriuneak"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Bistaratu lerro-zenbakiak"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Bistaratu eskuineko marjina"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Nabarmendu uneko lerroa"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Testua egokitzea"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Fitxategia"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Berria"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Ireki a_zken aldikoa"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Ireki berriro itxitako _fitxa"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Gorde _honela…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Leiho berria"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "Bir_kargatu"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Inprimatu…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "I_rten"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Editatu"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Desegin"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Berregin"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "E_baki"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopiatu"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Itsatsi"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:882
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "Ez_abatu"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Gainidazteko _modua"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Hautatu _dena"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Hobespenak"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Ikusi"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "_Alboko panela"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Beheko panela"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Pantaila osoa"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Nabarmentze-modua…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Bilatu"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Bilatu…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Aurkitu _hurrengoa"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Aurkitu _aurrekoa"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Bilatu eta _ordeztu…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "_Garbitu nabarmentzea"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Joan _lerrora…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Tresnak"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumentuak"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Gorde _dena"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "It_xi dena"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Fitxen _talde berria"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Fitxen _aurreko taldea"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Fitxen _hurrengo taldea"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Aurreko dokumentua"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "_Hurrengo dokumentua"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Eraman leiho berrira"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Laguntza"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "gedit aplikazioari _buruz"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Gorde _dena"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Bilatu eta _ordeztu…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "Joan _lerrora…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "Las_ter-teklak"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Karaktere-kodeketak"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "_Utzi aldaketak"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "G_orde ezarpenak"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "_Beste kodeketa erabilgarri batzuk"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Gogokoak"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "Ka_tegoria"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kodeketa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Hobespenak"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "B_istaratu lerro-zenbakiak"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Bistaratu eskuineko _marjina zutabean:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Bistaratu _egoera-barra"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Bistaratu _saretaren eredua"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Testua egokitzea"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Gaitu t_estua egokitzea"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Ez _zatitu hitzak bi lerrotan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Nabarmentzea"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "_Nabarmendu uneko lerroa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Nabarmendu itxierako _parentesia"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Ikusi"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulazioak"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Zabalera:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Txertatu _zuriuneak tabuladoreen ordez"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Gaitu _koska automatikoa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Fitxategia gordetzea"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Sortu _fitxategien babeskopia gorde aurretik"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Autogorde fitxategia maiztasun honekin"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minutu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editorea"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Letra-tipoa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Editorearen _letra-tipoa: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Aukeratu editorearen letra-tipoa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Kolore-eskema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instalatu eskema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instalatu eskema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Desinstalatu eskema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Desinstalatu eskema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Letra-tipoak eta koloreak"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Pluginak"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Sintaxiaren nabarmentzea"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Inprimatu s_intaxiaren nabarmentzea"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Lerro-zenbakiak"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Inprimatu _lerro-zenbakiak"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Zenbakia"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "lerroz behin"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Orri-goiburua"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "In_primatu orrialde-goiburuak"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Letra-tipoak"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Testua:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Lerro-zenbakiak:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Goib_uruak eta orri-oinak:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Leheneratu letra-tipo lehenetsiak"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Erakutsi aurreko orrialdea"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Erakutsi hurrengo orrialdea"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Uneko orrialdea (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "/"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Orrialdeak guztira"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Dokumentuaren orrialde-kopurua"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Erakutsi hainbat orrialde"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zooma 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Orrialde osoa hartzeko doitzen du ikuspegia"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Handiagotu zooma"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Txikiagotu zooma"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Itxi inprimatzeko aurrebista"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Itxi aurrebista"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Orrialdearen aurrebista"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Inprimatuko den dokumentuaren orrialdearen aurrebista"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Ordeztu _denak"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "A_urkitu"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "_Bilatu "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Ordeztu _honekin "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Maiuskula/minuskula"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "_Hitz osoak soilik"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_Adierazpen erregularra"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Bilatu _atzerantz"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Egok_itu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumentuak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Sortu dokumentu berria fitxa batean"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Ireki dokumentua"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Gorde dokumentua"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Gorde dokumentua beste izen batekin"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Gorde dokumentu guztiak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Itxi dokumentua"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Itxi dokumentu guztiak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Ireki berriro itxitako azken dokumentuak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Aldatu hurrengo dokumentura"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Aldatu aurreko dokumentura"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Aldatu lehen — bederatzigarren dokumentura"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Leihoak eta panelak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Sortu dokumentu berria leihoan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Sortu fitxen talde berria"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Erakutsi alboko panela"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Erakutsi beheko panela"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Txandakatu pantaila osoa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Irten aplikaziotik"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Bilatu eta ordeztu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Bilatu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Bilatu hurrengo parekatzea"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Bilatu aurreko parekatzea"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Garbitu nabarmentzea"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Desegin eta berregin"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Desegin aurreko komandoa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Berregin aurreko komandoa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Hautapena"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Hautatu testu guztia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Desautatu testu guztia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopiatu eta itsatsi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopiatu hautatutako testua arbelean"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Ebaki hautatutako testua arbelera"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Itsatsi testua arbeletik"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Nabigazioa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Joan lerrora"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Joan uneko lerroaren hasierara"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Joan uneko lerroaren amaierara"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Joan dokumentuaren hasierara"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Joan dokumentuaren amaierara"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Mugitu leihatila gora fitxategiaren baitan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Mugitu leihatila behera fitxategiaren baitan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Mugitu leihatila fitxategiaren amaierara"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Mugitu leihatila fitxategiaren hasierara"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Mugitu bat datorren kortxetera"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Joan fitxen aurreko taldera"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Joan fitxen hurrengo taldera"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Edizioa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Txandakatu txertatzea/gainidaztea"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Txandakatu kurtsorearen ikusgaitasuna"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Ezabatu unekoa lerroa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Eraman uneko lerroa gora"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Eraman uneko lerroa behera"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Eraman uneko hitza ezkerrera"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Eraman uneko hitza eskuinera"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Bihurtu maiuskuletara"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Bihurtu minuskuletara"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Alderantzikatu maiuskulak eta minuskulak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Handiagotu zenbakia kurtsorean"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Txikiagotu zenbakia kurtsorean"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Tresnak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Ortografia-egiaztapena"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Inprimatu dokumentua"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Erakutsi osaketaren leihoa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Orokorra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Erakutsi laguntza"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Ireki menua"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Laster-teklak"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Itxi dokumentua"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Dokumentu berria sortzen du"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Berria"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Uneko fitxategia gordetzen du"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Gorde"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Ezkutatu panela"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Irten pantaila osotik"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Dokumentuaren estatistikak"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Dokumentuan zenbat hitz, lerro, karaktere eta tarterik gabeko karaktere dauden buruz ematen du berri."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Dokumentuaren estatistikak"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokumentua"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Hautapena"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Lerroak"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Hitzak"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Karaktereak (tarteekin)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Karaktereak (tarterik ez)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Byte"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Eraiki"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Exekutatu \"make\" dokumentuaren direktorioan"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Ireki terminala hemen"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Ireki terminala dokumentuaren kokalekuarekin"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Kendu amaierako zuriuneak"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Kendu erabiltzen ez diren zuriuneak fitxategitik"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Exekutatu komandoa"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Exekutatu komando pertsonalizatua eta jarri bere irteera dokumentu berrian"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Bidali fpaste-ra"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Hautatutako testua edo uneko dokumentua 'fpaste' gunera bidaltzen du"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Kanpoko tresnak"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Exekutatu kanpoko komandoak eta shell-eko script-ak."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Sistemaren letra-tipoa erabili edo ez"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr "Egia bada, kanpoko tresnak desktop-global letra-tipo estandarra erabiliko du tarte bakarrekoa bada (eta bestela, antzekoena den letra-tipoa)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango letra-tipo baten izena. Adibidez, \"Sans 12\" edo \"Monospace Bold 14\"."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Kudeatu _kanpoko tresnak…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Kanpoko _tresnak"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Ezin izan da komandoa exekutatu: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Hitz baten barruan egon behar zara komando hau exekutatzeko"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Tresna exekutatzen:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Eginda."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Irten da"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Hizkuntza guztiak"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Hizkuntza guztiak"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Tresna berria"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Bizkortzaile hau jadanik %s(e)ra lotuta dago"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Sakatu bizkortzaile berria, edo Atzera-tekla garbitzeko"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Sakatu bizkortzaile berria"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Geldituta."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Gelditu tresna"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Beti erabilgarri"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Dokumentu guztiak"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Dokumentu guztiak izenik gabekoak ezik"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Fitxategi lokalak soilik"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Urruneko fitxategiak soilik"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Izenik gabeko dokumentuak soilik"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Uneko dokumentua"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Uneko hautapena"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Uneko hautapena (lehenetsia dokumentuarentzat)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Uneko lerroa"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Uneko hitza"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Bistaratu beheko panelean"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Sortu dokumentu berria"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Erantsi uneko dokumentuari"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Ordeztu uneko dokumentua"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Ordeztu uneko hautapena"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Txertatu kurtsorearen posizioan"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Kudeatu kanpoko tresnak"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Gehitu tresna berria"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Gehitu tresna"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Kendu hautatutako tresna"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Kendu tresna"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Leheneratu tresna"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Leheneratu tresna"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Lasterbidearen _tekla:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Gorde:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Sarrera:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Irteera:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplikagarritasuna:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Tresnaren irteera"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Fitxategi-arakatzailearen panela"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Fitxategiak erraz atzitu alboko paneletik."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Karpeta nagusia"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Fitxategi-sistema"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:492
+msgid "File Browser"
+msgstr "Fitxategi-arakatzailea"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:622
+msgid "An error occurred while creating a new directory"
+msgstr "Errorea gertatu da direktorio berria sortzean"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:625
+msgid "An error occurred while creating a new file"
+msgstr "Errorea gertatu da fitxategi berria sortzean"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:628
+msgid "An error occurred while renaming a file or directory"
+msgstr "Errorea gertatu da fitxategia/direktorioa izenez aldatzean"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:631
+msgid "An error occurred while deleting a file or directory"
+msgstr "Errorea gertatu da fitxategia/direktorioa ezabatzean"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:634
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Errorea gertatu da direktorioa fitxategi-kudeatzailearekin irekitzean"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:637
+msgid "An error occurred while setting a root directory"
+msgstr "Errorea gertatu da erroko direktorioa ezartzean"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:640
+msgid "An error occurred while loading a directory"
+msgstr "Errorea gertatu da direktorioa kargatzean"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:643
+msgid "An error occurred"
+msgstr "Errorea gertatu da"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:865
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr "Ezin da fitxategia zakarrontzira bota.\n"
+"Betirako ezabatzea nahi duzu?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:870
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "“%s” fitxategia ezin izan da zakarrontzira bota."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid "The selected files cannot be moved to the trash."
+msgstr "Hautatutako fitxategia ezin da zakarrontzira bota."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:903
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Ziur zaude “%s” behin betiko ezabatu nahi duzula?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:908
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Ziur zaude hautatutako fitxategiak betirako ezabatzea nahi dituzula?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:911
+msgid "If you delete an item, it is permanently lost."
+msgstr "Elementu bat ezabatzen baduzu betirako galduko da."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Hutsa)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "Izenez aldatutako fitxategia jadanik iragazita dago. Iragazkiaren ezarpenak egokitu behar dituzu fitxategia ikusgai egiteko"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Izenik gabeko fitxategia"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "Fitxategi berria jadanik iragazita dago. Iragazkiaren ezarpenak egokitu behar dituzu fitxategia ikusgai egiteko"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Izenik gabeko karpeta"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr "Direktorio berria jadanik iragazita dago. Iragazkiaren ezarpenak egokitu behar dituzu direktorioa ikusgai egiteko"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Laster-markak"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Ez da muntatutako bolumenaren objekturik muntatu: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Ezin izan da euskarria ireki: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Ezin izan da bolumena muntatu: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Errorea “%s” kargatzean: Ez dago halako direktoriorik"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Ireki zuhaitz ikuspegiarekin"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "Ireki zuhaitz-ikuspegian fitxategi-arakatzailearen osagaiak kargatzen duenean laster-marken ikuspegiaren ordez"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Fitxategi-arakatzailearen erroko direktorioa"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr "Fitxategi-arakatzailearen erroko direktorioa, fitxategi-arakatzailearen osagaia kargatzean eta onload/tree_view EGIA denean erabiltzeko."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Fitxategi-arakatzailearen erro birtualeko direktorioa"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr "Fitxategi-arakatzailearen erro birtualeko direktorioa, fitxategi-arakatzailearen osagaia kargatzean eta onload/tree_view EGIA denean erabiltzeko. Erro birtuala uneko erroari dagokio beti."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Gaitu urruneko kokalekuak berreskuratzea"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Urruneko kokalekuak berreskuratzea edo ez ezartzen du."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Ezarri aurreneko dokumentuaren kokalekua"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr "TRUE (egia) bada, fitxategi-arakatzailearen pluginak irekitako lehen dokumentuaren direktorioa bistaratuko du, lehenago fitxategi-arakatzailea erabili ez bada. (Hortaz, oro har dokumentu bat komando-lerrotik edo Nautilus erabilita irekitzean aplikatzen den bera da)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Fitxategi-arakatzailearen iragazki modua"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr "Balio honek fitxategi-arakatzailetik iragaziko diren fitxategiak zehazten du. Balio posibleak: 'none' (ez du iragazten), 'hide-hidden' (iragazi ezkutuko fitxategiak), 'hide-binary' (iragazi fitxategi bitarrak)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Fitxategi-arakatzailearen iragazki-eredua"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr "Iragazki-eredua fitxategi-arakatzailearekin iragazteko. Iragazki honek filter_mode-ren gainean funtzionatzen du."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Fitxategi-arakatzailearen eredu bitarrak"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Eredu gehigarriak fitxategi bitarrak iragaztean erabiltzeko."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Ezarri dokumentu aktiboaren erroa"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Karpeta _berria"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "_Fitxategi berria"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "Be_rrizendatu…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Bota zakarrontzira"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Freskatu ikuspegia"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Ikusi karpeta"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Ireki terminalean"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Iragazkia"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Erakutsi _ezkutukoak"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Erakutsi _bitarra"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Bat etorri fitxategi-izenarekin"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historia"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Ireki historiaren menua"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Lerro-moduak"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate eta Vim estiloko lerro-moduen euskarria gedit-entzat."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Komandoaren testuaren kolorea"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Komandoko testuaren kolorea"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Errorearen testuaren kolorea"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Erroreko testuaren kolorea"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr "Egia bada, terminalak desktop-global letra-tipo estandarra erabiliko du tarte bakarrekoa bada (eta bestela, antzekoena den letra-tipoa)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_Komando-kolorea:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Errore-kolorea:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python kontsola"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Python-en kontsola interaktiboa beheko panelean."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Nabarmentze azkarra"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Hautatutako testuaren agerraldi guztiak nabarmentzen ditu."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Irekitze azkarra…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Irekitze azkarra"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Ireki fitxategiak azkar."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Idatzi bilaketa…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Kudeatu kode-_zatiak…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Kode-zatiak"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "“%s” fitxategia ezin izan da sortu"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "“%s” direktorioa ez da existitzen"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "“%s” direktorioa ez da baliozkoa"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "“%s” fitxategia ez da existitzen"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "“%s” fitxategia ez da kode-zatien baliozko fitxategia"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Inportatutako “%s” fitxategia ez da kode-zatien baliozko fitxategia"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "“%s” fitxategia ezin izan da erauzi"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Ezin izan dira honako fitxategiak inportatu: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "“%s” fitxategia ez da kode-zatien baliozko fitxategia"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Kode-zatien artxiboa"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Gehitu kode-zati berria…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globala"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Alderantzikatu hautatutako kode-zatia"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Ezabatu hautatutako kode-zatia"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr "Hau ez da Tabuladorearen baliozko abiarazlea. Abiarazleek karaktere alfazenbakizkoak (edo _, : eta .) edo karaktere bakarra (ez alfanumerikoa, {, [ bezalako karaktereak) eduki dezakete."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Hitz bakuna kode-zatia aktibatzeko tabuladorea sakatu ondoren"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Honako errorea gertatu da inportatzean: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Ongi inportatu da"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Inportatu kode-zatiak"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Onartzen diren artxibo guztiak"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip-ekin konprimatutako artxiboa"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2-rekin konprimatutako artxiboa"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Kode-zatien fitxategi bakarra"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Fitxategi denak"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Honako errorea gertatu da esportatzean: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Ongi esportatu da"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Nahi duzu hautatutako <b>sistemaren</b> kode-zatiak esportazioan txertatzea?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Ez da kode-zatirik hautatu esportatzeko"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Esportatu kode-zatiak"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Sakatu laster-tekla berria, edo sakatu atzera-tekla garbitzeko"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Sakatu laster-tekla berria"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "Python-eko komandoak (%s) gehieneko denbora gainditu du, exekuzioa abortatu egin da."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python komandoaren (%s) exekuzioak huts egin du: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Txertatu azkar sarritan erabilitako testu-zatiak."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Kudeatu kode-zatiak"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Sortu kode-zati berria"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Gehitu kode-zatia"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Kendu kode-zatia"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Inportatu kode-zatiak"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Esportatu hautatutako kode-zatiak"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Esportatu kode-zatiak"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktibatzea"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Fitxa-abiarazlea:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "La_sterbide tekla:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Laster-tekla kode-zatia aktibatzeko"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Jaregin helburuak:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "O_rdenatu…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ordenatu"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Alderantzizko ordena"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Kendu bikoiztuak"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "Maius_kula/Minuskula"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Hasi _zutabe honetan:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Ordenatu"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Dokumentua edo hautatutako testua ordenatzen du."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Ortografia-egiaztatzailea…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Ezarri hi_zkuntza…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Nabarmendu gaizki idatzitako hitzak"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Nabarmendu gaizki idatzitako hitzak"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Ezarpen lehenetsia gaizki idatzitako hitzak nabarmentzeko."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Konfiguratu ortografia egiaztatzeko plugina"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Balio lehenetsiak dokumentu berrietarako"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Ortografia-egiaztatzailea"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Uneko dokumentuaren ortografia egiaztatzen du."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "T_xertatu data eta ordua…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Erabil daitezkeen formatuak"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Gonbite mota"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr "Erabiltzaileari galdetu behar zaion formatu batengatik, edo hautatutako formatua (edo formatu pertsonalizatua) erabiliko den."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Hautatutako formatua"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Hautatutako formatua erabiliko da data/ordua txertatzean."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Formatu pertsonalizatua"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Erabilitako formatu pertsonalizatua data/ordua txertatzean."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Sartu data eta ordua"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Erabili _hautatutako formatua"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Erabili formatu pertsonalizatua"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y/%m/%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2009/11/01 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Txertatu"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Konfiguratu dataren/orduaren plugina"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Data/ordua txertatzean…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "Eskatu _formatu bat"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Sartu data/ordua"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Uneko data eta ordua sartzen ditu kurtsorearen posizioan."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit GNOME mahaigain-inguruneko testu-editore bat da."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "gedit GNOME mahaigainerako testu-editore txiki eta sinplea da"
+
+#, c-format
+#~ msgid "Could not find the file “%s”."
+#~ msgstr "Ezin izan da '%s' fitxategia aurkitu."
+
+#, c-format
+#~ msgid "Unable to handle “%s:” locations."
+#~ msgstr "Ezin dira '%s:' helbideak kudeatu."
+
+#~ msgid "Unable to handle this location."
+#~ msgstr "Ezin da helbide hau kudeatu."
+
+#, c-format
+#~ msgid "“%s” is a directory."
+#~ msgstr "'%s' direktorioa da."
+
+#, c-format
+#~ msgid ""
+#~ "Host “%s” could not be found. Please check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Ezin izan da '%s' ostalaria aurkitu. Egiaztatu proxy-ezarpenak zuzenak "
+#~ "direla eta saiatu berriro."
+
+#, c-format
+#~ msgid ""
+#~ "Hostname was invalid. Please check that you typed the location correctly "
+#~ "and try again."
+#~ msgstr ""
+#~ "Ostalari-izena baliogabea da. Egiaztatu helbidea ondo idatzi duzula eta "
+#~ "saiatu berriro."
+
+#, c-format
+#~ msgid "“%s” is not a regular file."
+#~ msgstr "'%s' ez da fitxategi arrunta."
+
+#~ msgid "Connection timed out. Please try again."
+#~ msgstr "Konexioaren denbora-muga gainditu da. Saiatu berriro."
+
+#, c-format
+#~ msgid "Unexpected error: %s"
+#~ msgstr "Ustekabeko errorea: %s"
+
+#~ msgid ""
+#~ "The disk where you are trying to save the file has a limitation on file "
+#~ "sizes. Please try saving a smaller file or saving it to a disk that does "
+#~ "not have this limitation."
+#~ msgstr ""
+#~ "Fitxategia gordetzeko erabili nahi duzun diskoak fitxategi-tamainaren "
+#~ "muga du. Saiatu fitxategia tamaina txikiagoan gordetzen edo muga hori ez "
+#~ "duen disko batean gordetzen."
+
+#~ msgid "_Apply"
+#~ msgstr "_Aplikatu"
+
+#~ msgid "Cho_sen Encodings"
+#~ msgstr "_Aukeratutako kodeketak"
+
+#~ msgid "_Description"
+#~ msgstr "_Azalpena"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Nabarmentze-modua"
+
+#~ msgid "_Select"
+#~ msgstr "_Hautatu"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Bilaketaren nabarmentze modua…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "GNOME mahaigainaren testu-editore ofiziala da Gedit. Bere helburuak "
+#~ "erabiltzeko erraza eta xumea izatea den arren, gedit xede orokorrerako "
+#~ "testu-editore ahaltsua da."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Liburu bat idazten ari bazara, aplikazio berri bat garatzen bazabiltza "
+#~ "edo ohar batzuk jasotzea nahi badituzu, gedit tresna oso fidagarria da "
+#~ "zure zereginetan laguntzeko."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Bere pluginen sistema malguak aplikazioa zure beharretara egokitzea "
+#~ "baimentzen dizu zure lana egiteko modura doitzeko."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Plugin aktiboen zerrenda. Plugin aktiboen \"Kokalekua\" dauka. Ikusi ."
+#~ "gedit-plugin fitxategia plugin jakin baten \"Kokalekua\" jakiteko."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "'%s' dokumentuan egindako aldaketak betirako galduko dira."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Sistemaren administratzaileak desgaitu egin du gordetzea."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Dokumentu %dean egindako aldaketak betirako galduko dira."
+#~ msgstr[1] "%d dokumentutan egindako aldaketak betirako galduko dira."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "_Dokumentuak, gorde gabeko aldaketekin:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Ireki"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Karaktere-kodeketa:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Lerroaren amaiera:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Unean '%s' kokalekua ezin da atzigarria."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Sistema lineaz kanpo dago. Egiaztatu sarea."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "E_z editatu"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "'%s' fitxategia jadanik irekita dago beste leiho batean."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Hala ere, nahi duzu fitxategia editatzea?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Ezin izan da babeskopiarik sortu '%s' gordetzean"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "Ezin izan da aldi baterako babeskopiarik sortu '%s' gordetzean"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Ezin izan da fitxategiaren kopia zaharraren babeskopiarik egin berria "
+#~ "gordetzean. Abisu honi ez ikusi egin diezaiokezu eta fitxategia gorde "
+#~ "dena den, baina errore bat gertatzen bada gordetzean fitxategiaren kopia "
+#~ "zaharra gal dezakezu. Gorde dena den?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "'%s' fitxategia diskoan aldatu da."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Jaregin aldaketak eta _kargatu berriro"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Baliogabeko karaktere batzuk hauteman dira '%s' gordetzean"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Fitxategi hau gordetzen jarraitzen baduzu, dokumentua honda dezakezu. "
+#~ "Gorde dena den?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "\"%s” direktorioa ezin izan da sortu: g_mkdir_with_parents() funtzioak "
+#~ "huts egin du: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_Gehitu eskema"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Elkartu hautatutako lerroak"
+
+#~ msgid "Check update"
+#~ msgstr "Begiratu eguneraketak"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Begiratu gedit-en bertsio berririk dagoen"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Errorea gertatu da URLa bistaratzean."
+
+#~ msgid "_Download"
+#~ msgstr "_Deskargatu"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "E_zikusi egin bertsioari"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Gedit-en bertsio berri bat dago"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Gedit-en bertsio berria deskarga dezakezu 'Deskargatu' botoia sakatuz, "
+#~ "edo ezikusi egin bertsio horri eta berri bati itxaron"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Bertsioa ezikusi egiteko"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Ezikusi egingo den bertsioa hurrengoa kaleratu arte."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Bistaratu ikuspegi orokorraren mapa"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr ""
+#~ "Gedit-ek dokumentuaren ikuspegi orokorraren mapa bistaratu behar duen ala "
+#~ "ez."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Tresna-barra ikusgai dago"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Tresna-barrak editatzeko leihoetan ikusgai egon behar duen ala ez."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Azken fitxategien gehieneko kopurua"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "\"Azken fitxategiak\" azpimenuan bistaratuko diren azken aldiko "
+#~ "fitxategien gehieneko kopurua zehazten du."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Ez da aldaketarik gorde behar"
+
+#~ msgid "No results"
+#~ msgstr "Ez dago emaitzarik"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Beste _dokumentuak…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Bistaratu ikuspegi _orokorraren mapa"
+
+#~ msgid "Open"
+#~ msgstr "Ireki"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Ireki fitxategiaren elkarrizketa-koadroa"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgctxt "shortcut window"
+#~ msgid "Insert timestamp"
+#~ msgstr "Txertatu denbora-zigilua"
diff --git a/po/fa.po b/po/fa.po
new file mode 100644
index 0000000..ddb5a5e
--- /dev/null
+++ b/po/fa.po
@@ -0,0 +1,6113 @@
+# Persian translation of gedit.
+# Copyright (C) 2011 Iranian Free Software Users Group (IFSUG.org) translation team
+# Copyright (C) 2003, 2004, 2005 Sharif FarsiWeb, Inc.
+# This file is distributed under the same license as the gedit package.
+# Roozbeh Pournader <roozbeh@farsiweb.info>, 2003, 2005.
+# Meelad Zakaria <meelad@farsiweb.info>, 2005.
+# Elnaz Sarbar <elnaz@farsiweb.info>, 2005.
+# Arash Mousavi <mousavi.arash@gmail.com>, 2011-2016.
+# Danial Behzadi <dani.behzi@ubuntu.com>, 2017-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit HEAD\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-08-14 13:48+0000\n"
+"PO-Revision-Date: 2022-08-16 17:45+0430\n"
+"Last-Translator: MohammadSaleh Kamyab <mskf1383@envs.net>\n"
+"Language-Team: Persian\n"
+"Language: fa\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Generator: Poedit 3.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "جی‌ادیت"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "ویرایشگر متن"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "جی‌ادیت یک ویرایشگر متن همه‌منظوره است."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"هدف نخست جی‌ادیت، سادگی استفاده، با واسطی به صورت پیش گزیده ساده، است. ویژگی‌های "
+"پیش‌رفته‌تر با به کار انداختن افزایه‌ها موجودند."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "ویرایش پرونده‌های متنی"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Plaintext;Write;gedit;ویرایشگر متن;متن;ویرایشگر;نوشتار;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "پنجره جدید"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "سند جدید"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "استفاده از قلم پیش‌گزیده"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text instead of "
+"a font specific to gedit. If this option is turned off, then the font named in "
+"the “Editor Font” option will be used instead of the system font."
+msgstr ""
+"این که برای ویرایش متن، به جای قلم مخصوص ویرایشگر متن از قلم پیش‌گزیدهٔ با عرض "
+"ثابت سامانه استفاده بشود یا نه. در صورت خاموش بودن این گزینه، قلمی که در گزینهٔ "
+"«قلم ویرایشگر» آمده، به جای قلم سامانه استفاده خواهد شد."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "قلم ویرایشگر"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "سبک شِما"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "شناسهٔ یک شِمای سبک GtkSourceView که برای رنگ متن استفاده می‌شود."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "ایجاد رونوشت‌های پشتیبان"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"این که آیا ویرایشگر متن باید یک پشتیبان از پرونده‌هایی که ذخیره می‌کند بسازد یا "
+"خیر."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "ذخیره‌سازی خودکار"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time interval. "
+"You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"این که ویرایشگر متن باید پرونده‌های تغییر داده شده را پس از یک بازهٔ زمانی به صورت "
+"خودکار ذخیره کند یا نه. این بازهٔ زمانی را می‌توان با گزینهٔ «بازهٔ ذخیرهٔ خودکار» "
+"تنظیم کرد."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "فواصل ذخیره‌سازی خودکار"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. This "
+"will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"تعداد دقایقی که ویرایشگر متن پس از آن به طور خودکار پرونده‌های تغییر یافته را "
+"ذخیره خواهد کرد. تنها در صورتی کار می‌کند که گزینهٔ «ذخیرهٔ خودکار» روشن باشد."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "حداکثر تعداد امکان برگردان"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” for "
+"unlimited number of actions."
+msgstr ""
+"بیشینهٔ تعداد کنش‌هایی که ویرایشگر متن قادر خواهد بود برگرداند یا دوباره انجام "
+"دهد. برای تعداد نامحدود کنش‌ها از «‎-۱» استفاده کنید."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "حالت شکاندن خط"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"چگونگی شکاندن خط‌های طولانی را در محودهٔ ویرایش مشخّص می‌کند. برای نشکاندن از "
+"‏«none»، برای شکاندن بین واژگان از «word»، و برای شکاندن تک‌نویسه‌ها از «char» "
+"استفاده کنید. به یاد داشته باشید که مقدارها به کوچک و بزرگی حروف حساسند، پس "
+"مطمئن شوید که دقیقاً به شکلی که اینجا آمده‌اند وارد شوند."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "حالت جدا کردن ته برای حالت شکاندن متن"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"آخرین حالت جدا کردن را در حالت شکاندن متن مشخّص می‌کند، تا هنگامی که حالت شکاندن "
+"متن خاموش است نیز بتوانیم حالت شکاندن گزیده را به یاد داشته باشیم. از «word» "
+"برای شکاندن بین واژگان استفاده و از «char» برای شکاندن تک‌نویسه‌ها استفاده کنید."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "اندازهٔ جهش"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "تعداد فاصله‌هایی که باید به جای نویسهٔ جهش نمایش داده شود را مشخّص می‌کند."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "درج فاصله‌ها"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "این که آیا ویرایشگر متن به جای نویسهٔ جهش از فاصله استفاده بکند یا نه."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "تورفتگی خودکار"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "این که آیا ویرایشگر متن تورفتگی خودکار را به کار بیاندازد یا نه."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "نمایش شمارهٔ خط‌ها"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "این که آیا ویرایشگر متن شمارهٔ خط‌ها را در محوطهٔ ویرایش نشان بدهد یا نه."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "پررنگ سازی خط فعلی"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "این که آیا ویرایشگر متن خط فعلی را پررنگ بکند یا نه."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "پُررنگ‌سازی پرانتز‌های متناظر"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "این که آیا ویرایشگر متن باید پرانتز‌های متناظر رو پُررنگ بکند یا خیر."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "نمایش حاشیهٔ راست"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "این که آیا ویرایشگر متن حاشیهٔ راست را در محوطهٔ ویرایش نشان بدهد یا نه."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "موقعیت حاشیهٔ راست"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "موقعیت حاشیهٔ راست را مشخّص می کند."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "نوع الگو پس‌زمینهٔ سند"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "اینکه آیا سند یک الگو پس‌زمینه خواهد داشت یا خیر."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "شروع و پایان هوشمند"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"چگونگی جابه‌جایی نشانگر هنگام فشردن دکمه‌های خانه و پایان را مشخّص می‌کند. از "
+"«disabled» برای رفتن همیشگی در آغاز/پایان خط، «after» برای رفتن به آغاز/پایان خط "
+"در نخستین فشردن کلیدها و آغاز/پایان متن با نادیده گرفتن فضاهای سفید در دومین بار "
+"فشردن آن‌ها، «before» برای رفتن به آغاز/پایان متن پیش از رفتن به آغاز/پایان خط و "
+"«always» برای رفتن همیشگی به آغاز/پایان متن به‌جای آغاز/پایان خط استفاده کنید."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "بازنشانی محل قبلی مکان‌نما"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr ""
+"این که آیا ویرایشگر متن باید مکان قبلی مکان‌نما را هنگام بار کردن پرونده بازنشانی "
+"کند یا خیر."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "به کار انداختن نشانه‌گذاری نحوی"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "این که آیا ویرایشگر متن نشانه‌گذاری نحوی را به کار بیاندازد یا نه."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "به کار انداختن نشانه‌گذاری جستجو"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "این که آیا ویرایشگر متن تمام رُخدادهای متن جستجو شده را پُررنگ بکند یا خیر."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "اطمینان از دنباله خطوطِ جدید"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"این که آیا ویرایشگر متن از اینکه سند همیشه با دنباله خطوط جدید پایان می‌یابد "
+"اطمینان پیدا کند یا خیر."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "حالت نمایش زبانه دفترچه‌ای"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the tabs, "
+"“always” to always show the tabs, and “auto” to show the tabs only when there is "
+"more than one tab. Note that the values are case-sensitive, so make sure they "
+"appear exactly as mentioned here."
+msgstr ""
+"زمان نمایش زبانه‌های دفترچه یادداشت را مشخّص می‌کند. از «never» برای هرگز نشان داده "
+"نشدن، «always» برای همیشه نشان داده شدن و «auto» برای نمایش تنها هنگامی که بیش "
+"از یک زبانه باز است، استفاده کنید. به یاد داشته باشید که مقدارها به کوچک و بزرگی "
+"حروف حساسند، پس مطمئن شوید که دقیقاً به شکلی که این‌جا آمده‌اند وارد شده‌اند."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "نوار وضعیت نمایان است"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "این که آیا نوار وضعیت در پایین پنجره‌های ویرایش نمایان باشد یا نه."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "تابلوی کناری نمایان است"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid "Whether the side panel at the left of editing windows should be visible."
+msgstr "این که آیا تابلوی کناری در سمت راست پنجره ویرایش باید نمایان باشد یا خیر."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "چاپ نشانه‌گذاری نحوی"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "این که آیا ویرایشگر متن هنگام چاپ سند نشانه‌گذاری نحوی را هم چاپ کند یا نه."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "چاپ سرصفحه"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "این که آیا ویرایشگر متن هنگام چاپ سندها سرصفحه هم چاپ بکند یا نه."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "حالت شکاندن خطی هنگام چاپ"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"چگونگی شکاندن خط‌های طولانی را برای چاپ مشخّص می‌کند. برای نشکاندن از ‏«none»، برای "
+"شکاندن بین واژگان از «word»، و برای شکاندن تک‌نویسه‌ها از «char» استفاده کنید. به "
+"یاد داشته باشید که مقدارها به کوچک و بزرگی حروف حساسند، پس مطمئن شوید که دقیقاً "
+"به شکلی که این‌جا آمده‌اند وارد شده‌اند."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "چاپ شمارهٔ خط‌ها"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr ""
+"اگر این مقدار ۰ باشد هنگام چاپ سند، شماره خط‌ها درج نمی‌شود. در غیر این صورت، "
+"ویرایشگر متن هر این تعداد خط، شمارهٔ خط‌ها را چاپ می‌کند."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "قلم بدنه برای چاپ"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid "Specifies the font to use for a document’s body when printing documents."
+msgstr "قلم مورد استفاده برای بدنهٔ سند را هنگام چاپ سندها مشخّص می‌کند."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "قلم سرصفحه برای چاپ"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"قلم مورد استفاده برای سرصفحه‌ها هنگام چاپ سند را مشخّص می‌کند. تنها در صورتی کار "
+"‌می‌کند که گزینهٔ «چاپ سرصفحه» روشن باشد."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "قلم شمارهٔ خط‌ها برای چاپ"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "حاشیه چپ"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "حاشیهٔ چپ، به میلی‌متر."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "حاشیه بالا"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "حاشیهٔ بالا، به میلی‌متر."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "حاشیه راست"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "حاشیهٔ راست، به میلی‌متر."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "حاشیه پایین"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "حاشیهٔ پایین، به میلی‌متر."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "نامزدهای رمزگزاری"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"فهرست رمزگزاری‌های نامزد که در فهرست «رمزگزاری نویسه‌ها» در گزینشگر پروندهٔ گشودن/"
+"ذخیره نشان داده می‌شود. «CURRENT» نشان‌دهندهٔ رمزگزاری ناحیه‌ای فعلی است. تنها "
+"رمزگزاری‌های قابل تشخیص استفاده شده‌اند. مقدار پیش‌گزیده یک فهرست خالی است، که در "
+"این حالت ویرایشگر متن بر اساس کشور و زبان، پیش‌گزیده‌های مناسبی را برخواهد گزید."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "به کار گیری افزایه‌ها"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "فهرست افزایه‌های فعّال."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "نمایش نگارش برنامه"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "نمایش فهرست مقادیر ممکن برای گزینه رمزگزاری"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the command "
+"line"
+msgstr ""
+"تنظیم رمزگزاری نویسه‌های مورد استفاده برای گشودن پرونده‌های فهرست شده در خط فرمان"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "ایجاد یک پنجرهٔ سطح بالا در نمونهٔ موجود ویرایشگر متن"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "ایجاد یک سند جدید در نمونهٔ موجود ویرایشگر متن"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "پرونده‌ها را باز کن و فرآیندها را مسدود کن تا زمانی که پرونده‌ها بسته شوند"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "اجرا ویرایشگر متن در حالت مستقل"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+LINE[:COLUMN]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "در نمایش راهنما خطایی رخ داد."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: رمزگزاری نامعتبر."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "بد_ون ذخیره‌سازی بسته شود"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45 plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_لغو"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "_ذخیره به عنوان…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127 gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_ذخیره"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "اگر ذخیره نکنید، تغییرات %Ild ثانیهٔ گذشته برای همیشه از دست خواهند رفت."
+msgstr[1] "اگر ذخیره نکنید، تغییرات %Ild ثانیهٔ گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid "If you don’t save, changes from the last minute will be permanently lost."
+msgstr "اگر ذخیره نکنید، تغییرات یک دقیقهٔ گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"اگر ذخیره نکنید، تغییرات یک دقیقه و %Ild ثانیهٔ گذشته برای همیشه از دست خواهند "
+"رفت."
+msgstr[1] ""
+"اگر ذخیره نکنید، تغییرات یک دقیقه و %Ild ثانیهٔ گذشته برای همیشه از دست خواهند "
+"رفت."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "اگر ذخیره نکنید، تغییرات %Ild دقیقهٔ گذشته برای همیشه از دست خواهند رفت."
+msgstr[1] "اگر ذخیره نکنید، تغییرات %Ild دقیقهٔ گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "اگر ذخیره نکنید، تغییرات یک ساعت گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be permanently "
+"lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be permanently "
+"lost."
+msgstr[0] ""
+"اگر ذخیره نکنید، تغییرات یک ساعت و %Id دقیقهٔ گذشته برای همیشه از دست خواهند رفت."
+msgstr[1] ""
+"اگر ذخیره نکنید، تغییرات یک ساعت و %Id دقیقهٔ گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid "If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "اگر ذخیره نکنید، تغییرات %Id ساعت گذشته برای همیشه از دست خواهند رفت."
+msgstr[1] "اگر ذخیره نکنید، تغییرات %Id ساعت گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "پیش از بستن، تغییرات در سند «%s» ذخیره شود؟"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%Id سند با تغییرات ذخیره نشده موجود است. تغییرات پیش از بستن ذخیره شوند؟"
+msgstr[1] ""
+"%Id سند با تغییرات ذخیره نشده موجود است. تغییرات پیش از بستن ذخیره شوند؟"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_سندی را که قصد ذخیرهٔ آن را دارید انتخاب کنید:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "اگر ذخیره نکنید، تمام تغییراتتان برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "بار کردن «%s»…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "بار کردن %Id پرونده…"
+msgstr[1] "بار کردن %Id پرونده…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "پروندهٔ «%s» فقط خواندنی است."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "می‌خواهید پرونده‌ای که در حال ذخیرهٔ آن هستید را جایگزین کنید؟"
+
+#: gedit/gedit-commands-file.c:493 gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_جایگزین شود"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "ذخیره پرونده با استفاده از فشرده‌سازی؟"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "پرونده به شکل متن خام ذخیره شود؟"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"پروندهٔ «%s» پیش‌تر به شکل متن خام ذخیره شده و اکنون با استفاده از فشرده‌سازی ذخیره "
+"خواهد شد."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_ذخیره با استفاده از فشرده‌سازی"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved as "
+"plain text."
+msgstr ""
+"پروندهٔ «%s» پیش‌تر با استفاده از فشرده‌سازی ذخیره شده و اکنون به شکل متن خام ذخیره "
+"خواهد شد."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_ذخیره به شکل متن خام"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "ذخیرهٔ «%s»…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "ذخیره به نام"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "بازگرداندن سند «%s»…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "بازگرداندن تغییرات ذخیره نشدهٔ سند «%s»؟"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] ""
+"تغییرات اعمال شده روی سند در %Ild ثانیهٔ گذشته برای همیشه از دست خواهند رفت."
+msgstr[1] ""
+"تغییرات اعمال شده روی سند در %Ild ثانیهٔ گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-commands-file.c:1439
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "تغییرات اعمال شده روی سند در یک دقیقهٔ گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"تغییرات اعمال شده روی سند در یک دقیقه و %Ild ثانیهٔ گذشته برای همیشه از دست "
+"خواهند رفت."
+msgstr[1] ""
+"تغییرات اعمال شده روی سند در یک دقیقه و %Ild ثانیهٔ گذشته برای همیشه از دست "
+"خواهند رفت."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] ""
+"تغییرات اعمال شده روی سند در %Ild دقیقهٔ گذشته برای همیشه از دست خواهند رفت."
+msgstr[1] ""
+"تغییرات اعمال شده روی سند در %Ild دقیقهٔ گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "تغییرات اعمال شده روی سند در ساعت گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be permanently "
+"lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be permanently "
+"lost."
+msgstr[0] ""
+"تغییرات اعمال شده روی سند در یک ساعت و %Id دقیقهٔ گذشته برای همیشه از دست خواهند "
+"رفت."
+msgstr[1] ""
+"تغییرات اعمال شده روی سند در یک ساعت و %Id دقیقهٔ گذشته برای همیشه از دست خواهند "
+"رفت."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"تغییرات اعمال شده روی سند در %Id ساعت گذشته برای همیشه از دست خواهند رفت."
+msgstr[1] ""
+"تغییرات اعمال شده روی سند در %Id ساعت گذشته برای همیشه از دست خواهند رفت."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "بازگشت"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "نگارندگان اصلی:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "همچنین سپاس‌گزاریم از:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "و بسیاری مشارکت‌کنندهٔ دیگر."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "جی‌ادیت یک ویرایشگر متن آسان برای استفاده و همه‌منظوره است"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"آرش موسوی <mousavi.arash@gmail.com>‏\n"
+"روزبه پورنادر <roozbeh@farsiweb.info>‏\n"
+"میلاد زکریا <meelad@farsiweb.info>‏\n"
+"الناز سربر<elnaz@farsiweb.info>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%Id مورد یافته و جایگزین شد"
+msgstr[1] "%Id مورد یافته و جایگزین شد"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "یک مورد یافته و جایگزین شد"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "«%s» پیدا نشد"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "_گروه زبانه %Ii"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "فقط خواندنی"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "شرایط محلی جاری (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "تشخیص خودکار"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "افزودن یا حذف…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (زبان فعلی)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "واقعاً می‌خواهید ترجیحات رمزگذاری نویسه‌ها را دوباره تنظیم کنید؟"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "تنظیم _مجدد"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "افزودن"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "حذف"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "جابجایی به الویت بالاتر"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "جابجایی به الویت پایین‌تر"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "سند بی‌نام %Id"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "همهٔ پرونده‌ها"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "همهٔ پرونده‌های متنی"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "کدگذاری _نویسه:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "_پایان دادن خط:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "گشودن پرونده‌ها"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100 gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46 plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "گشودن"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:416
+msgid "_Retry"
+msgstr "_سعی مجدد"
+
+#: gedit/gedit-io-error-info-bar.c:157
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "پروندهٔ «%s» پیدا نشد."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:177
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "برنامه ‏ویرایشگر متن نمی‌تواند با مکان‌های «%s:»‎ کار کند."
+
+#: gedit/gedit-io-error-info-bar.c:183
+msgid "Unable to handle this location."
+msgstr "نمی‌توان این مکان را رسیدگی کند."
+
+#: gedit/gedit-io-error-info-bar.c:192
+msgid "The location of the file cannot be accessed."
+msgstr "محل پرونده قابل دسترسی نیست."
+
+#: gedit/gedit-io-error-info-bar.c:196
+#, c-format
+msgid "“%s” is a directory."
+msgstr "مورد «%s» یک شاخه است."
+
+#: gedit/gedit-io-error-info-bar.c:198 gedit/gedit-io-error-info-bar.c:205
+msgid "Please check that you typed the location correctly and try again."
+msgstr "لطفاً مطمئن شوید که مکان را درست وارد کرده‌اید و یک بار دیگر امتحان کنید."
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "‏«%s» مکان معتبری نیست."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:239
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are correct "
+"and try again."
+msgstr ""
+"میزبان«%s» پیدا نشد. لطفاً بررسی کنید که تنظیمات پیشکارتان درست باشد و یک بار "
+"دیگر امتحان کنید."
+
+#: gedit/gedit-io-error-info-bar.c:254
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and try "
+"again."
+msgstr ""
+"نام میزبان معتبر نبود. لطفا اطمینان حاصل کنید که مکان را درست وارد کرده‌اید و یک "
+"بار دیگر امتحان کنید."
+
+#: gedit/gedit-io-error-info-bar.c:262
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "پرونده %s یک پرونده عادی نیست."
+
+#: gedit/gedit-io-error-info-bar.c:267
+msgid "Connection timed out. Please try again."
+msgstr "زمان تلاش برای اتصال به پایان رسید. لطفا مجددا تلاش کنید."
+
+#: gedit/gedit-io-error-info-bar.c:300
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "خطا ناشناخته: %s"
+
+#: gedit/gedit-io-error-info-bar.c:336
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "نمی‌توان پرونده خواسته شده را پیدا کرد. شاید پرونده اخیراً حذف شده است."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "بازگرداندن پروندهٔ «%s» ممکن نیست."
+
+#: gedit/gedit-io-error-info-bar.c:373
+msgid "Ch_aracter Encoding:"
+msgstr "رمزگزاری _نویسه:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:424
+msgid "Edit Any_way"
+msgstr "به هر _حال ویرایش کن"
+
+#: gedit/gedit-io-error-info-bar.c:512
+msgid ""
+"The number of followed links is limited and the actual file could not be found "
+"within this limit."
+msgstr ""
+"تعداد پیونده‌های پیوست محدود است و پرونده حقیقی از طریق این محدودیت قابل یافت "
+"نیست."
+
+#: gedit/gedit-io-error-info-bar.c:516
+msgid "You do not have the permissions necessary to open the file."
+msgstr "شما اجازه‌های لازم جهت گشودن این پرونده را ندارید."
+
+#: gedit/gedit-io-error-info-bar.c:522
+msgid "Unable to detect the character encoding."
+msgstr "رمزگزاری نویسه‌ها قابل تشخیص نیست."
+
+#: gedit/gedit-io-error-info-bar.c:523 gedit/gedit-io-error-info-bar.c:547
+msgid "Please check that you are not trying to open a binary file."
+msgstr "لطفا بررسی کنید که سعی در گشودن پرونده باینری ندارید."
+
+#: gedit/gedit-io-error-info-bar.c:524
+msgid "Select a character encoding from the menu and try again."
+msgstr "یک رمزگزاری دیگر از طریق فهرست انتخاب کنید و مجددا تلاش کنید."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "در هنگام گشودن «%s» خطایی رخ داد."
+
+#: gedit/gedit-io-error-info-bar.c:532
+msgid ""
+"The file you opened has some invalid characters. If you continue editing this "
+"file you could corrupt this document."
+msgstr ""
+"پرونده‌ای که باز کرده‌اید شامل تعدادی از نویسه‌های نامعتبر است. اگر ویرایش این "
+"پرونده را ادامه دهید ممکن است به این سند صدمه بزنید."
+
+#: gedit/gedit-io-error-info-bar.c:535
+msgid "You can also choose another character encoding and try again."
+msgstr "شما همچنین می‌توانید یک رمزگزاری دیگر انتخاب کنید . مجددا تلاش کنید."
+
+#: gedit/gedit-io-error-info-bar.c:544
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "گشودن پروندهٔ «%s» با استفاده از رمزگزاری «%s» مقدور نیست."
+
+#: gedit/gedit-io-error-info-bar.c:548 gedit/gedit-io-error-info-bar.c:623
+msgid "Select a different character encoding from the menu and try again."
+msgstr "یک رمزگزاری دیگر از فهرست انتخاب کنید و مجددا تلاش کنید."
+
+#: gedit/gedit-io-error-info-bar.c:560
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "گشودن پروندهٔ «%s» مقدور نیست."
+
+#: gedit/gedit-io-error-info-bar.c:618
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "ذخیرهٔ پروندهٔ «%s» با استفاده از رمزگزاری «%s» مقدور نیست."
+
+#: gedit/gedit-io-error-info-bar.c:621
+msgid ""
+"The document contains one or more characters that cannot be encoded using the "
+"specified character encoding."
+msgstr ""
+"سند شامل یک یا تعداد بیشتر از نویسه‌هایی است که نمی‌توان از طریق رمزگزاری انتخاب "
+"شده کدگشایی شود."
+
+#: gedit/gedit-io-error-info-bar.c:692
+msgid "S_ave Anyway"
+msgstr "به هر حال ذ_خیره کن"
+
+#: gedit/gedit-io-error-info-bar.c:695
+msgid "D_on’t Save"
+msgstr "ذخیره _نکردن"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:709
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "پرونده «%s» از زمان خواندن آن تغییر کرده است."
+
+#: gedit/gedit-io-error-info-bar.c:724
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "اگر ذخیره کنید، تغییرات بیرونی ممکن است از دست برود. به هر حال ذخیره شود؟"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:782
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"امکان بکار بردن محل‌های «%s» را در حالت نوشتن نیست. لطفا بررسی کنید که محل را به "
+"درستی تایپ کرده‌اید و دوباره امتحان کنید."
+
+#: gedit/gedit-io-error-info-bar.c:790
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"امکان بکار بردن این محل را در حالت نوشتن نیست. لطفا بررسی کنید که محل را به "
+"درستی تایپ کرده‌اید و دوباره امتحان کنید."
+
+#: gedit/gedit-io-error-info-bar.c:799
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+"محل «%s» محل معتبری نیست. لطفا بررسی کنید که محل را به درستی تایپ کرده‌اید و "
+"دوباره امتحان کنید."
+
+#: gedit/gedit-io-error-info-bar.c:806
+msgid ""
+"You do not have the permissions necessary to save the file. Please check that "
+"you typed the location correctly and try again."
+msgstr ""
+"شما اجازه لازم برای ذخیره این پرونده را ندارید. لطفا بررسی کنید که محل را به "
+"درستی تایپ کرده‌اید و دوباره امتحان کنید."
+
+#: gedit/gedit-io-error-info-bar.c:812
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space and "
+"try again."
+msgstr ""
+"برای ذخیرهٔ پرونده روی دیسک به قدر کافی فضا موجود نیست. لطفاً کمی فضا روی دیسک "
+"آزاد کنید و یک بار دیگر امتحان کنید."
+
+#: gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"شما سعی در ذخیرهٔ پرونده روی دیسکی فقط-خواندنی دارید. لطفاً بررسی کنید که موقعیت "
+"را به درستی نوشته و دوباره بیازمایید."
+
+#: gedit/gedit-io-error-info-bar.c:823
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "یک پرونده با همین نام از قبل وجود دارد. لطفا از یک نام دیگر استفاده کنید."
+
+#: gedit/gedit-io-error-info-bar.c:828
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of the "
+"file names. Please use a shorter name."
+msgstr ""
+"دیسکی که می‌خواهید پرونده را روی آن ذخیره کنید محدودیت طول نام پرونده دارد. لطفاً "
+"از یک نام کوتاه‌تر استفاده کنید."
+
+#: gedit/gedit-io-error-info-bar.c:839
+msgid ""
+"The disk where you are trying to save the file has a limitation on file sizes. "
+"Please try saving a smaller file or saving it to a disk that does not have this "
+"limitation."
+msgstr ""
+"دیسکی که می‌خواهید پرونده را روی آن ذخیره کنید محدودیت اندازهٔ پرونده دارد. لطفاً "
+"سعی کنید پروندهٔ کوچک‌تر ذخیره کنید یا آن را روی دیسکی ذخیره کنید که این محدودیت "
+"را ندارد."
+
+#: gedit/gedit-io-error-info-bar.c:856
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "نمی‌توان پروندهٔ «%s» را ذخیره کرد."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "برای انتخاب قلم مورد استفادهٔ ویرایش‌گر این دکمه را فشار دهید"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_استفاده از قلم با اندازه ثابت سامانه (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "شمای رنگی گزیده قابل نصب نیست: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "شمای رنگی انتخاب شده قابل نصب نیست."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "افزودن شمای رنگی"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_افزودن شما"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "پرونده‌های شمای رنگی"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "شمای رنگی «%s» نتوانست حذف شود."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "آماده سازی…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "پرونده: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "صفحهٔ %N از %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "پرداخت صفحهٔ %Id از %Id…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "ویرایشگر متن"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "صفحهٔ %Id از %Id"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83 plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "هیچکدام"
+
+#: gedit/gedit-replace-dialog.c:777 gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "جست‌وجو و جایگزینی"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "یک زبانه با خطا وجود دارد"
+msgstr[1] "تعداد %Id زبانه با خطا وجود دارند"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "در حال بازگرداندن %s از %s"
+
+#: gedit/gedit-tab.c:837
+#, c-format
+msgid "Reverting %s"
+msgstr "در حال بازگرداندن %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s from %s"
+msgstr "در حال بار کردن %s از %s"
+
+#: gedit/gedit-tab.c:857
+#, c-format
+msgid "Loading %s"
+msgstr "در حال بار کردن %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:937
+#, c-format
+msgid "Saving %s to %s"
+msgstr "درحال ذخیرهٔ %s در %s"
+
+#: gedit/gedit-tab.c:942
+#, c-format
+msgid "Saving %s"
+msgstr "در حال ذخیرهٔ %s"
+
+#: gedit/gedit-tab.c:1515
+#, c-format
+msgid "Error opening file %s"
+msgstr "خطا در گشودن پرونده %s"
+
+#: gedit/gedit-tab.c:1520
+#, c-format
+msgid "Error reverting file %s"
+msgstr "خطا در باز گرداندن پرونده %s"
+
+#: gedit/gedit-tab.c:1525
+#, c-format
+msgid "Error saving file %s"
+msgstr "خطا در ذخیرهٔ پرونده %s"
+
+#: gedit/gedit-tab.c:1556
+msgid "Name:"
+msgstr "نام:"
+
+#: gedit/gedit-tab.c:1557
+msgid "MIME Type:"
+msgstr "نوع MIME:"
+
+#: gedit/gedit-tab.c:1558
+msgid "Encoding:"
+msgstr "رمزگزاری:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ روی %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "یونیکس/لینوکس"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "سامانه عامل کلاسیک مک"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "ویندوز"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%Id از %Id"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_شکاندن خط‌ها"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "تطبیق براساس _عبارات با قاعده"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "فقط تطبیق با _تمام کلمه"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_تطابق کوچک و بزرگی حروف"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "رشته‌ای که می خواهید جستجو کنید"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "خطی که می‌خواهید مکان‌نما را به آن منتقل کنید"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "تطابق پرانتز خارج از محدوده است"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "تطابق پرانتز پیدا نشد"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "تطابق پرانتز در خط مقابل پیدا شد: %Id"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " خط %Id، ستون %Id"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "وسعت جهش: %Iu"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "متن ساده"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "سندهای ذخیره نشده‌ای وجود دارند"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "تغییر صفحهٔ تابلو کناری"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "سندها"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "گشودن یک پرونده"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "باز کردن پرونده‌ای که اخیراً به کار رفته"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "جابه‌جایی به _چپ"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "جابه‌جایی به _راست"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "انتقال به _پنجرهٔ جدید"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "انتقال به _گروه زبانه جدید"
+
+#: gedit/resources/gtk/menus-common.ui:27 gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_بستن"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "تورفتگی خودکار"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "استفاده از فاصله"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "نمایش شماره خط‌ها"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "نمایش حاشیهٔ راست"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "نشانه‌گذاری خط فعلی"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "شکاندن متن"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_پرونده"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_جدید"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "گشودن مورد ا_خیر"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "گشودن مجدد _زبانه بسته شده"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "ذخیره به _عنوان…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_پنجره جدید"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_بار کردن مجدد"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_چاپ…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_ترک"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_ویرایش"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "برگردان"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_دوباره"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_برش"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_رونوشت"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_جای‌گذاری"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_حذف"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "جالت _بازنویسی"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "انتخاب _همه"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108 gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_ترجیحات"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_نمایش"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "_تابلو جانبی"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "تابلو _پایین"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_تمام‌صفحه"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_حالت نشانه‌گذاری…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_جست‌وجو"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_یافتن…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "یافتن _بعدی"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "یافتن _قبلی"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "جست‌وجو و جای_گزینی…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "_پاک‌سازی نشانه‌گذاری"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "رفتن به _خط…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_ابزارها"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_سندها"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_ذخیرهٔ همه"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_بستن همه"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_گروه زبانه جدید"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "گروه زبانه _قبلی"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "گروه زبانه _بعدی"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "سند _قبلی"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "سند _بعدی"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_انتقال به پنجرهٔ جدید"
+
+#: gedit/resources/gtk/menus-common.ui:383 gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119 gedit/resources/gtk/menus.ui:123
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_راهنما"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123 gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_دربارهٔ جی‌ادیت"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "ذخیرهٔ _همه"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "_جست‌وجو و جایگزینی…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_رفتن به خط…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115 gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "میانبرهای _صفحه‌کلید"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "رمزگزاری‌های نویسه‌ها"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_اعمال"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "رمزگزاری‌های مو_جود"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "رمزگزاری‌های ا_نتخاب شده"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_شرح"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_رمزگزاری"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "ترجیحات"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "نمایش _شماره خط‌ها"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "نمایش _حاشیهٔ راست در ستون:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "نمایش نوار _وضعیت"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "نمایش الگو _شبکه‌ای"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "شکاندن متن"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "به کار انداختن _شکاندن متن"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "کلمات بین دو خط _شکسته نشوند"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "درحال نشانه‌گذاری"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "نشانه‌گذاری _خط فعلی"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "نشانه‌گذاری _پرانتز متناظر"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "نما"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "ایستگاه‌های جهش"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "وسعت _جهش:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "درج _فاصله به جای نویسهٔ جهش"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "به کار انداختن _تورفتگی خودکار"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "ذخیرهٔ پرونده"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "ایجاد یک نسخهٔ _پشتیبان از پرونده‌ها پیش از ذخیره‌سازی"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "پرونده هر"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_دقیقه به طور خودکار ذخیره شود"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "ویرایش‌گر"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "قلم"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_قلم ویرایشگر: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "قلم ویرایش‌گر را تعیین کنید"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "آرایش رنگ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "نصب شِما"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "نصب شِما"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "حذف نصب شِما"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "حذف نصب شِما"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "قلم و رنگ‌ها"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "افزایه‌ها"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "نشانه‌گذاری نحوی"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "چاپ پُررنگ‌سازی _نحوی"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "شمارهٔ خط‌ها"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "چاپ شمارهٔ _خط‌ها"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "هر"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "خط شماره‌گذاری شود"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "سرصفحه"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "چاپ _سرصفحه‌ها"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "قلم‌ها"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_بدنه‌:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "شمارهٔ _خط‌ها:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "سرصفحه و پاصفحه:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_قلم‌های پیش‌گزیده بازیابی شوند"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "نمایش صفحه قبلی"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "نمایش صفحه بعدی"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "صفحه فعلی (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "از"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "کل صفحه"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "تعداد تمام صفحه‌ها در سند"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "نمایش چندتایی صفحه‌ها"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "زوم ۱:۱"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "زوم تا جایی که در کل صفحه جا شود"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "زوم به داخل"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "زوم به خارج"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "خروج از پیش‌نمایش چاپ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_بستن پیش‌نمایش"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "پیش‌نمایش صفحه"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "پیش‌نمایش یک صفحه در سند برای چاپ"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "جایگزینی _همه"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_یافتن"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "یا_فتن "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "جایگزینی _با "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_تطابق کوچک و بزرگی حروف"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "فقط تطبیق با کلمات _کامل"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_عبارات با قاعده"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "جستجو رو به _عقب"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_شکاندن خط"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "سندها"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "ایجاد یک سند جدید در یک زبانه"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "گشودن یک سند"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "ذخیره سند"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "ذخیره سند با یک نام جدید"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "ذخیره تمام سندها"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "بستن سند"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "بستن تمام سندها"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "گشودن مجدد سند بسته شده اخیر"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "انتقال به سند بعدی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "انتقال به سند قبلی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "تعویض به نخستین - نهمین سند"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "پنجره‌ها و تابلوها"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "ایجاد یک سند در یک پنجره جدید"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "ایجاد یک گروه زبانه جدید"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "نمایش تابلوی کناری"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "نمایش تابلوی پایینی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "روشن / خاموش تمام‌صفحه"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "خروج از برنامه"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "جست‌وجو و جایگزینی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "یافتن"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "یافتن مورد منطبق بعدی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "یافتن مورد منطبق بعدی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "پاک‌سازی نشانه‌گذاری"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "برگردان و انجام دوباره"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "برگردان فرمان قبلی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "انجام مجدد فرمان قبلی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "انتخاب"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "انتخاب همه متن"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "ناگزینش تمام متن"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "رونوشت و جای‌گذاری"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "رونوشت متن انتخاب شده به تخته‌گیره"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "برش متن انتخاب شده به تخته‌گیره"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "جای‌گذاری متن از تخته‌گیره"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "ناوبری"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "رفتن به خط"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "رفتن به ابتدای خط جاری"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "رفتن به پایان خط جاری"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "رفتن به ابتدای سند"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "رفتن به پایان خط سند"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "جابه‌جایی دیدگاه به بالا در پرونده"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "جابه‌جایی دیدگاه به پایین در پرونده"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "جابه‌جایی دیدگاه به پایان پرونده"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "جابه‌جایی دیدگاه به آغاز پرونده"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "جابه‌جایی به پرانتز مطابق"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "رفتن به گروه زبانهٔ پیشین"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "رفتن به گروه زبانهٔ بعدی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "ویرایش"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "تغییر وضعیت ورود/رونویسی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "تغییر وضعیت نمایانی نشانگر"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "حذف خط فعلی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "انتقال خط فعلی به بالا"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "انتقال خط فعلی به پایین"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "انتقال کلمه فعلی به پایین"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "انتقال کلمه فعلی به راست"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "تبدیل به حروف بزرگ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "تبدیل به حروف کوچک"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "معکوس کردن کوچکی و بزرگی حروف"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "افزایش عدد زیر مکان‌نما"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "کاهش عدد زیر مکان‌نما"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "ابزارها"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "غلط‌یابی املایی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "چاپ سند"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "نمایش پنجره تکمیل"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "عمومی"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "نمایش راهنما"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "گشودن فهرست"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "میان‌برهای صفحه‌کلید"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "بستن سند"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327 gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "ایجاد سند جدید"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "جدید"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368 gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "ذخیرهٔ پروندهٔ جاری"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "ذخیره"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "نهفتن تابلو"
+
+#: gedit/resources/ui/gedit-window.ui:341 gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "ترک حالت تمام صفحه"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "آمار سند"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "تعداد کلمات، خط‌ها و نویسه‌ها را گزارش می‌دهد."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "آمار _سند"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "سند"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "انتخاب"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "خط"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "کلمه"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "نویسه (با فاصله‌ها)‏"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "نویسه (بدون فاصله)‏"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "بایت"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "ساختن"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "اجرای «make» در شاخهٔ سند"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "گشودن ترمینال در اینجا"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "گشودن یک پایانه در محل سند"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "حذف فاصله‌های پشت سر هم"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "حذف فاصله‌های پشت سر هم در پرونده شما"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "اجرای فرمان"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "اجرای یک فرمان سفارشی و قرار دادن نتیجه آن در یک سند جدید"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "ارسال به fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "متن انتخاب شده یا سند فعلی را به fpaste میچسباند"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "ابزارهای بیرونی"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "اجرای فرمان‌های بیرونی و کدنوشته‌های پوسته‌ای."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "اینکه آیا از قلم سامانه استفاده شود یا خیر"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"اگر روی درست تنظیم شود، ابزارهای بیرونی از قلم استاندارد کل میزکار در صورت هم‌عرض "
+"بودن استفاده خواهند کرد (و در غیر این صورت از شبیه‌ترین قلمی که ممکن است پیدا "
+"شود)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "نام یک قلم پنگو. مثال «Sans 12» یا «Monospace Bold 14»."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "مدیریت ابزارهای _بیرونی…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_ابزارهای بیرونی"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "نمی‌توان فرمان را اجرا کرد: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "شما باید درون یک کلمه باشید تا این فرمان را اجرا کنید"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "ابزارهای در حال اجرا:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "انجام شد."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "خارج شد"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "تمام زبان‌ها"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "تمام زبان‌ها"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "ابزار جدید"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "این شتاب‌ده قبلا به %s منتسب شده است"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "یک شتاب‌ده جدید تایپ کنید، یا پس‌بر را برای پاک‌سازی فشار دهید"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "یک شتاب‌ده جدید تایپ کنید"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "متوقف شد."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "توقف ابزار"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "همیشه موجود"
+
+#: plugins/externaltools/tools/tools.ui:19 plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "تمام سندها"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "تمام سندها به غیر از بدون عنوان‌ها"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "فقط فایل‌های محلی"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "فقط فایل‌های دوردست"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "فقط سندهای بدون عنوان"
+
+#: plugins/externaltools/tools/tools.ui:53 plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "سند فعلی"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "انتخاب فعلی"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "انتخاب فعلی (پیش‌گزیده برای سند)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "خط فعلی"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "کلمه فعلی"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "نمایش در قاب پایین"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "ایجاد سند جدید"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "به سند جاری افزوده شود"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "جایگزینی سند فعلی"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "جایگزینی انتخاب فعلی"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "درج در محل مکان‌نما"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "مدیریت ابزارهای بیرونی"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "افزودن یک ابزار جدید"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "افزودن ابزار"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "حذف ابزار انتخاب شده"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "حذف ابزار"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "ابزار بازیابی"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "ابزار بازیابی"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "کلید _میان‌بر:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_ذخیره:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_ورودی:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_خروجی:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_کاربردی:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "‏خروجی ابزار"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "تابلو مرورگر پرونده"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "دسترسی آسان به پرونده‌ها از تابلوی کناری."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "خانه"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "سامانه پرونده‌ها"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "مرورگر پرونده"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "در حین ایجاد یک شاخه جدید خطایی رُخ داد"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "در حین ساخت یک پرونده جدید خطایی رُخ داد"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "در حین تغییر نام یک پرونده یا شاخه خطایی رُخ داد"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "در حین حذف یک پرونده یا شاخه خطایی رُخ داد"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "در حین گشودن یک شاخه در مدیر پرونده خطایی رُخ داد"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "هنگام تنظیم یک شاخهٔ ریشه، خطایی رخ داد"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "در حین بار کردن یک شاخه خطایی رُخ داد"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "یک خطا رخ داد"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"نمی‌توان پرونده را به زباله‌دان منتقل کرد، آیا\n"
+"می‌خواهید آن را برای همیشه پاک کنید؟"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "پروندهٔ «%s» نتوانست به زباله‌دان منتقل شود."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "پرونده‌های انتخاب شده قابل ارسال به سطل‌زباله نیست."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "مطمئنید که می‌خواهید «%s» را برای همیشه حذف کنید؟"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "آیا مطئمنید که می‌خواهید پرونده‌های انتخاب شده را برای همیشه پاک کنید؟"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "اگر موردی را ذخیره نکنید، برای همیشه از بین رفته."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(خالی)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"پروندهٔ تغییر نام داده شده در حال حاضر پالوده شده است. باید تنظیمات پالایه‌تان را "
+"برای نمایان کردنش ویرایش کنید"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "پروندهٔ بی‌نام"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter settings "
+"to make the file visible"
+msgstr ""
+"پروندهٔ جدید نام داده شده در حال حاضر پالوده شده است. باید تنظیمات پالایه‌تان را "
+"برای نمایان کردنش ویرایش کنید"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "شاخهٔ بی‌نام"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"شاخهٔ جدید نام داده شده در حال حاضر پالوده شده است. باید تنظیمات پالایه‌تان را "
+"برای نمایان کردنش ویرایش کنید"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "نشانک‌ها"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "هیچ شیٔ‌ای برای سوار کردن حجم نیست: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "نمی‌توان رسانه را گشود: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "نمی‌توان حجم را سوار کرد: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "خطا هنگام گشودن «%s»: چنین شاخه‌ای وجود ندارد"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "گشودن ما نما درختی"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"نما درختی را باز کن زمانی که افزونه مرورگر پرونده بجای نما نشانک‌ها بار می‌شود"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "شاخه ریشه مرورگر پرونده"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin and "
+"onload/tree_view is TRUE."
+msgstr ""
+"شاخه ریشه جهت استفاده هنگامی که افزونه مرورگر پرونده بار می‌شود و onload/"
+"tree_view روی درست تنظیم شده است."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "شاخه ریشه مجازی مرورگر پرونده"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below the "
+"actual root."
+msgstr ""
+"شاخه ریشه مجازی جهت استفاده هنگامی که افزونه مرورگر پرونده بار می‌شود و onload/"
+"tree_view روی درست تنظیم شده است. ریشه مجازی همیشه باید زیر ریشه حقیقی باشد."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "به کار گیری بازیابی موقعیت‌های دوردست"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "تنظیم اینکه آیا بازنشانی محل‌های دورست فعال شود یا خیر."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "تنظیم مکان به اولین سند"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this generally "
+"applies to opening a document from the command line or opening it with Nautilus, "
+"etc.)"
+msgstr ""
+"اگر روی درست تنظیم شود، افزایهٔ مرورگر پرونده، شاخهٔ نخستین سند گشوده را که هنوز "
+"توسط مرورگر پرونده استفاده نشده است نشان خواهد داد. (بنابراین به طور عمومی برای "
+"گشودن سندها از خط فرمان یا ناتیلوس و… اعمال می‌شود.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "حالت فیلتر مرورگر پرونده"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and hide-"
+"binary (filter binary files)."
+msgstr ""
+"مقدار تعیین می‌کند چه پرونده‌هایی در مرورگر پرونده فیلتر می‌شود. مقدار معتبر "
+"عبارتند از: none (هیچ چیزی فیلتر نمی‌شود)، hide-hidden (پرونده‌های نامرئی فیلتر "
+"می‌شوند) و hide-binary (پرونده‌های باینری فیلتر می‌شود)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "الگو فیلتر مرورگر پرونده"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top of "
+"the filter_mode."
+msgstr ""
+"الگوی پالایش برای پالودن مرورگر پرونده با آن. پالایش از طریق filter_mode اجرا "
+"می‌شود."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "الگو باینری مرورگر پرونده"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "الگوی الحاقی برای استفاده هنگام پالایش پرونده‌های دودویی."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_تنظیم ریشه به سند فعال"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "شاخه _جدید"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "_پرونده جدید"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_تغییر نام…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "ا_نتقال به زباله‌دان"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_نوسازی نما"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_نمایش شاخه"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_گشودن در پایانه"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_فیلتر"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "نمایش _پنهان"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "نمایش _باینری"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "تطابق نام پرونده"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "تاریخچه"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "گشودن فهرست تاریخچه"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "حالت خطوط"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "پشتیانی حالت خط Emacs، Kate و Vim در ویرایشگر متن."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "رنگ متن فرمان"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "رنگ متن فرمان"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "رنگ متن خطا"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "رنگ متن خطا"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"اگر روی درست تنظیم شود، پایانه از قلم استاندارد کل میزکار در صورت هم‌عرض بودن "
+"استفاده خواهند کرد (و در غیر این صورت از شبیه‌ترین قلمی که ممکن است پیدا شود)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "رنگ _فرمان:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "رنگ _خطا:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "کنسول پایتون"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "کنسول تعاملی پایتون در تابلوی پایینی."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "نشانه‌گذاری سریع"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "هر رخدادی از متن گزیده را نشانه‌گذاری می‌کند."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "گشودن سریع…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "گشودن سریع"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "گشودن سریع پرونده‌ها."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "نوشتن برای جست‌وجو…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "مدیریت _قطعه‌ها…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "قطعه‌ها"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "بایگانی «%s» قابل ایجاد نبود"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "شاخهٔ هدف «%s» وجود ندارد"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "شاخهٔ هدف «%s» یک شاخهٔ معتبر نیست"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "پروندهٔ «%s» وجود ندارد"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "پروندهٔ «%s» یک پرونده معتبر قطعه‌ها نیست"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "پروندهٔ‌درون‌ریختهٔ «%s» یک پروندهٔ معتبر قطعه‌ها نیست"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "بایگانی «%s» قابل استخراج نیست"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "پرونده‌های مقابل را نمی‌توان وارد کرد: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "پرونده «%s» یک بایگانی قطعه‌های معتبر نیست"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "بایگانی قطعه‌ها"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "افزودن قطعه‌ای جدید…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "سراسری"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "بازگردانی قطعه انتخاب شده"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "حذف قطعه انتخاب شده"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, [, "
+"etc."
+msgstr ""
+"این یک محرک تب معتبر نیست. محرک‌ها می‌توانند حاوی حروف و اعداد (یا _، : و .) و یک "
+"نویسه (نه الفبایی یا عددی) باشند، مانند: {, [, و غیره."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Single word the snippet is activated with after pressing Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "خطا مقابل هنگام درون‌ریزی رخ داد: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "درون‌ریزی با موفقیت انجام شد"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "درون‌ریزی قطعه‌ها"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "تمام بایگانی‌های قابل پشتیبانی"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "بایگانی فشردهٔ Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "بایگانی فشردهٔ Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "پروندهٔ قطعه‌های واحد"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "همهٔ پرونده‌ها"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "خطای مقابل هنگام برون‌ریزی رخ داد: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "برون‌ریزی با موفقیت انجام شد"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "می‌خواهید قطعه‌های <b>سامانه</b> گزیده را در برون‌ریزیتان بیفزایید؟"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "هیچ قطعه‌ای انتخاب نشده است تا صادر شود"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "برون‌ریزی قطعه‌ها"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "میان‌بری تایپ کرده، یا پس‌بر را برای پاک‌سازی فشار دهید"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "میان‌بری جدید تایپ کنید"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution aborted."
+msgstr "اجرای فرمان پایتون (%s) از زمان مجاز فراتر رفت، اجرا متوقّف شد."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "اجرای فرمان پایتون (%s) شکست خورد: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "درج قسمت‌های متداول متن‌های استفاده شده به شکلی سریع."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "مدیریت قطعه‌ها"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "ایجاد یک قطعه جدید"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "افزودن قطعه"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "حذف قطعه‌ها"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "درون‌ریزی قطعه‌ها"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "برون‌ریزی قطعه‌های انتخاب شده"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "برون‌ریزی قطعه‌ها"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "فعال‌سازی"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "پرانتز _زبانه:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "کلید _میان‌بر:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "کلید میانبری که با آن قطعه فعال شده است"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_نادیده گرفتن هدف‌ها:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_چینش…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "مرتب سازی"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "ترتیب _معکوس"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_حذف تکراری‌ها"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_تطابق بزرگی و کوچکی حروف"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_شروع از ستون:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_مرتب سازی"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "یک سند یا متن انتخاب شده را مرتب می‌کند."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "بررسی هجی…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "تنظیم _زبان…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_نشانه‌گذاری کلمه‌های غلط"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "نشانه‌گذاری واژگان نادرست"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "_تنظیمات پیش‌گزیده برای نشانه‌گذاری واژگان نادرست."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "پیکربندی افزایهٔ هجی"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "پیشگزیده‌ها برای سندهای جدید"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "غلط‌یاب املایی"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "سند جاری را از لحاظ املایی بررسی می‌کند."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "_درج تاریخ و زمان…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "قالب‌‌های موجود"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "نوع اعلان"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom format "
+"should be used."
+msgstr ""
+"اینکه باید به کاربر برای قالب هشدار داده شود یا اینکه قالب انتخاب شده یا سفارشی "
+"شده باید استفاده شود."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "انتخاب قالب"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "قالب گزیده هنگام ورود زمان/تاریخ استفاده می‌شود."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "قالب سفارشی"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "قالب سفارشی که هنگام ورود زمان/تاریخ استفاده می‌شود."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "درج تاریخ و زمان"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "استفاده از قالب _گزیده"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_استفاده از قالب سفارشی"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Od/%Om/%OY %OH:%OM:%OS"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "۰۱/۱۱/۲۰۰۹ ۱۷:۵۲:۰۰"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_درج"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "پیکربندی افزایهٔ تاریخ/زمان"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "هنگام وارد کردن تاریخ/ساعت…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_درخواست قالب"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "درج تاریخ/زمان"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "تاریخ و زمان جاری را در موقعیت مکان‌نما درج می‌کند."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "جی‌ادیت، ویرایشگر متن محیط میزکار گنوم است."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "جی‌ادیت، ویرایشگر متن کوچک و سبک‌وزنی برای میزکار گنوم است"
+
+#~ msgid "_About Text Editor"
+#~ msgstr "_دربارهٔ ویرایشگر متن"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "حالت پررنگ"
+
+#~ msgid "_Select"
+#~ msgstr "ا_نتخاب"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "حالت نشانه‌گذاری جست‌وجو…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "جی‌ادیت ویرایشگر متن رسمی میزکار گنوم است. درحالی که هدفش را سادگی و راحتی در "
+#~ "استفاده قرار داده است، جی‌ادیت یک ویرایشگر متن عمومی قوی است."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable tool "
+#~ "to accomplish your task."
+#~ msgstr ""
+#~ "اینکه آیا درحال نوشتن کتاب پرفروش بعدی، نوشتن یک برنامهٔ نوآورانه یا نوشتن چند "
+#~ "متن سریع، جی‌ادیت یک ابزار قابل اعتماد برای اهداف شماست."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your needs "
+#~ "and adapt it to your workflow."
+#~ msgstr ""
+#~ "سامانه افزونه‌های انعطاف‌پزیر آن به شما اجازه می‌دهد برنامه را براساس نیازهای "
+#~ "خود تغییر دهید و با روش کاری خود منطبق کنید."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. See "
+#~ "the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "فهرست افزایه‌های فعّال. شامل «موقعیت» افزایه‌های فعّال است. برای به دست آوردن "
+#~ "«موقعیت» یک افزایهٔ به‌خصوص، پروندهٔ ‬‪.ویرایشگر متن-plugin‬ را ببینید."
+
+#~ msgid "Character Encoding:"
+#~ msgstr "رمزگزاری نویسه:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "پایان خط:"
+
+#~ msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "شاخهٔ «%s» نتوانست ایجاد شود: g_mkdir_with_parents() شکست خورد: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_افزودن شِما"
+
+#~ msgid "Check update"
+#~ msgstr "بررسی بروزرسانی"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "بررسی برای آخرین نسخه ویرایشگر متن"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "در نمایش آدرس اینترنتی خطایی رخ داد."
+
+#~ msgid "_Download"
+#~ msgstr "_بارگیری"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_نادیده گرفتن نسخه"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "یک نسخه جدید از ویرایشگر متن موجود است"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download button "
+#~ "or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "شما می‌توانید با کلیک روی دکمه بارگیری آخرین نسخه ویرایشگر متن را دریافت کنید "
+#~ "یا این نسخه را نادیده بگیرید و برای نسخه جدیدتر منتظر بمانید"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "نسخه جهت نادیده گرفتن"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "نسخه جهت نادیده گرفتن تا زمانی که نسخه جدید منتشر شود."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "نمایش نقشه کلی"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "این که آیا ویرایشگر متن باید نقشه کلی برای سند را نشان دهد یا خیر."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "نوار ابزار مرئی است"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "این که آیا نوار ابزار در پنجره‌های ویرایش مرئی باشد یا نه."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "حداکثر تعداد پرونده‌های اخیر"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be displayed "
+#~ "in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "بیشینهٔ تعداد پرونده‌های به‌تازگی گشوده که در زیرفهرست «پرونده‌های اخیر» نشان "
+#~ "داده می‌شوند را مشخّص می‌کند."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "تغییرات اعمال شده روی سند «%s» برای همیشه از دست خواهند رفت."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "ذخیره‌سازی توسط مدیریت سامانه غیرفعال شده است."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "تغییرات اعمال شده روی %Id سند برای همیشه از دست خواهند رفت."
+#~ msgstr[1] "تغییرات اعمال شده روی %Id سند برای همیشه از دست خواهند رفت."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "_سندها با تغییرات ذخیره نشده:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "گشودن"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "نیاز نیست تغییری ذخیره شود"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "مکان «%s» در حال حاضر قابل دسترسی نیست."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "سامانه شما برون‌خط است. شبکه خود را بررسی کنید."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "ویرایش _نکردن"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "پرونده «%s» از قبل در یک پنجره دیگر باز شده است."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "آیا می‌خواهید پرونده را به هر حال ویرایش کنید؟"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "ایجاد پروندهٔ پشتیبان در هنگام ذخیرهٔ «%s» ممکن نبود"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "ایجاد پروندهٔ موقت پشتیبان در هنگام ذخیرهٔ «%s» ممکن نبود"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You can "
+#~ "ignore this warning and save the file anyway, but if an error occurs while "
+#~ "saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "نمی‌توان از نسخه قدیمی قبل از ذخیره نسخه جدید آن پشتیبان تهیه کرد. شما "
+#~ "می‌توانید این خطا را نادیده بگیرید و پرونده را در هر حال ذخیره کنید، اما چناچه "
+#~ "خطایی در هنگام ذخیره رُخ دهد، شما نسخه قدیمی پرونده را از دست میدهید. به هر "
+#~ "حال ذخیره شود؟"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "پروندهٔ «%s» روی دیسک تغییر کرد."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "نادیده گرفتن تغییرات و _بارگیری مجدد"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "تعدادی نویسهٔ نامعتبر در هنگام ذخیره «%s» شناسایی شد"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save anyway?"
+#~ msgstr ""
+#~ "اگر به ذخیره این پرونده ادامه دهید می‌توانید پرونده را خراب کنید. به هر حال "
+#~ "ذخیره شود؟"
+
+#~ msgid "No results"
+#~ msgstr "بدون نتیجه"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "__دیگر سندها…"
+
+#~ msgid "Open another file"
+#~ msgstr "گشودن یک پرونده دیگر"
+
+#~ msgid "Display _overview map"
+#~ msgstr "نمایش نقشه _کلی"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "پیوستن خط‌های انتخاب شه"
+
+#~ msgid "Open"
+#~ msgstr "گشودن"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "گشودن یک محاورهٔ پرونده"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "ویرایشگر متن gedit"
+
+#~ msgid "_Ignore"
+#~ msgstr "_نادیده گرفتن"
+
+#~ msgid "Please check your installation."
+#~ msgstr "لطفا صحت نصب خود را بررسی کنید."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "نمی‌توان پرونده واسط کاربری %s را باز کرد. خطا: %s"
+
+#~ msgid "Unable to find the object '%s' inside file %s."
+#~ msgstr "نمی‌توان شیء «%s» را درون پرونده %s پیدا کرد."
+
+#~ msgid "_About"
+#~ msgstr "_درباره"
+
+#~ msgid "Tools"
+#~ msgstr "ابزارها"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "مدیریت ابزارهای _بیرونی..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "باز کردن سریع..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "مدیریت _قطعه‌ها..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_بررسی املا لغات"
+
+#~ msgid "Set _Language..."
+#~ msgstr "تنظیم _زبان..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "_درج تاریخ و زمان..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "باز کردن یک پنجره جدید"
+
+#~ msgid "Open a New Document"
+#~ msgstr "باز کزدن یک سند جدید"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "تنظیم اندازه و مکان پنجره (WIDTHxHEIGHT+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRY"
+
+#~ msgid "Question"
+#~ msgstr "سؤال"
+
+#~ msgid "Help"
+#~ msgstr "راهنما"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(کلمه‌ای پیشنهاد نمی‌شود)"
+
+#~ msgid "_More..."
+#~ msgstr "_بیشتر..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_نادیده گرفتن همه"
+
+#~ msgid "_Add"
+#~ msgstr "ا_ضافه کردن"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "پیشنهادات _املایی"
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "خطا در هنگام بررسی املا کلمه «%s» خطا: %s"
+
+#~ msgid "Error:"
+#~ msgstr "_خطا:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "تکمیل غلط‌یابی املایی"
+
+#~ msgid "No misspelled words"
+#~ msgstr "کلمه‌ی غلطی پیدا نشد"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(املای درست)"
+
+#~ msgid "Suggestions"
+#~ msgstr "پیشنهادات"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "نامعلوم (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "پیش‌فرض"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "انتخاب _زبان سند جاری."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "کلمه‌ی غلط:"
+
+#~ msgid "word"
+#~ msgstr "کلمه"
+
+#~ msgid "Change _to:"
+#~ msgstr "تغییر _به:"
+
+#~ msgid "Check _Word"
+#~ msgstr "بررسی کلمه"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_پیشنهادات:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "نادیده گرفتن _همه"
+
+#~ msgid "Cha_nge"
+#~ msgstr "_تغییر"
+
+#~ msgid "Change A_ll"
+#~ msgstr "تغییر _همه"
+
+#~ msgid "User dictionary:"
+#~ msgstr "واژه‌نامه‌ی کاربر:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "_اضافه کردن کلمه"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "کدگذاری‌های خودکار تشخیص داده شده"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+#~ "recognized encodings are used."
+#~ msgstr ""
+#~ "فهرست مرتب شده‌ی کدگذاری‌هایی که gedit برای تشخیص خودکار کدگذاری‌های پرونده‌ها به "
+#~ "کار می‌گیرد. کدگذاری تنظیمات محلی جاری «CURRENT» است. تنها از کدگذاری‌های "
+#~ "شناخته شده استفاده می‌شود."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['UTF-8', 'ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "کدگذاری‌های نشان داده شده در منو"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "فهرست کدگذاری‌های نمایش داده شده در منوی کدگذاری نویسه‌ها در انتخاب‌گر باز کردن/"
+#~ "ذخیره‌ی پرونده. تنها از کدگذاری‌های شناخته شده استفاده می‌شود."
+
+#~ msgid "RO"
+#~ msgstr "ف‌خ"
+
+#~ msgid "Character encodings"
+#~ msgstr "کدگذاری‌های نویسه‌ها"
+
+#~ msgid "_OK"
+#~ msgstr "_تایید"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "کد_گذاری‌هایی که در منو نمایش داده می‌شود:"
+
+#~ msgid "P_revious Page"
+#~ msgstr "صفحه _قبل"
+
+#~ msgid "_Next Page"
+#~ msgstr "_صفحه بعد"
+
+#~ msgid "Replace"
+#~ msgstr "جای‌گزینی"
+
+#~ msgid "_Search for: "
+#~ msgstr "_جست و جو به دنبال:"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_نادیده گرفتن بزرگی و کوچکی"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "نمی‌توان عملیات مرتب سازی را برگرداند"
+
+#~ msgid "Set language"
+#~ msgstr "تعیین زبان"
+
+#~ msgid "Languages"
+#~ msgstr "زبان‌ها"
+
+#~ msgid "The document is empty."
+#~ msgstr "سند خالی است."
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can set "
+#~ "the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "این که آیا gedit برای پرونده‌هایی که ذخیره می‌کند نسخه‌ی پشتیبان ایجاد بکند یا "
+#~ "نه. می‌توان پسوند پرونده‌ی پشتیبان را با گزینه‌ی «پسوند نسخه‌ی پشتیبان» تنظیم کرد."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "تعداد کنش‌های قابل برگرداندن (منسوخ شده)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" "
+#~ "for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "حداکثر تعداد کنش‌هایی که gedit قادر خواهد بود برگرداند یا دوباره انجام دهد. "
+#~ "برای تعداد نامحدود کنش‌ها از «‎-۱» استفاده کنید. از نسخه‌ی 2.12.0 به بعد منسوخ "
+#~ "شده است"
+
+#~| msgid "Show the application's version"
+#~ msgid "Show the application's help"
+#~ msgstr "نمایش راهنمای برنامه"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- ویرایش پرونده‌های متنی"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "برای دیدن فهرست تمام فرمان‌های موجود «%s --help» را اجرا کنید.\n"
+
+#~ msgid "Unicode"
+#~ msgstr "یونی‌کد"
+
+#~ msgid "Western"
+#~ msgstr "غربی"
+
+#~ msgid "Central European"
+#~ msgstr "اروپای مرکزی"
+
+#~ msgid "South European"
+#~ msgstr "اروپای جنوبی"
+
+#~ msgid "Baltic"
+#~ msgstr "بالتیک"
+
+#~ msgid "Cyrillic"
+#~ msgstr "سیریلی"
+
+#~ msgid "Arabic"
+#~ msgstr "عربی"
+
+#~ msgid "Greek"
+#~ msgstr "یونانی"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "عبری دیداری"
+
+#~ msgid "Turkish"
+#~ msgstr "ترکی استانبولی"
+
+#~ msgid "Nordic"
+#~ msgstr "نُردی"
+
+#~ msgid "Celtic"
+#~ msgstr "سلتی"
+
+#~ msgid "Romanian"
+#~ msgstr "رومانیایی"
+
+#~ msgid "Armenian"
+#~ msgstr "ارمنی"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "چینی سنتی"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "سیریلی/روسی"
+
+#~ msgid "Japanese"
+#~ msgstr "ژاپنی"
+
+#~ msgid "Korean"
+#~ msgstr "کره‌ای"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "چینی ساده‌شده"
+
+#~ msgid "Georgian"
+#~ msgstr "گرجی"
+
+#~ msgid "Hebrew"
+#~ msgstr "عبری"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "سیریلی/اوکراینی"
+
+#~ msgid "Vietnamese"
+#~ msgstr "ویتنامی"
+
+#~ msgid "Thai"
+#~ msgstr "تایلندی"
+
+#~ msgid "Unknown"
+#~ msgstr "نامعلوم"
+
+#~ msgid "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "محل پرونده قابل دسترس نیست به این دلیل که سوار نشده است."
+
+#~ msgid "The file is too big."
+#~ msgstr "پرونده خیلی بزرگ است."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want to "
+#~ "edit it anyway?"
+#~ msgstr ""
+#~ "برنامه gedit این نمونه از پرونده را در حالت غیرقابل ویرایش باز کرده است. آیا "
+#~ "می‌خواهید به هر حال آن را ویرایش کنید؟"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "آیا می‌خواهید تغییرات خود را نادیده بگیرید و پرونده را مجددا بار کنید؟"
+
+#~ msgid "Save _As..."
+#~ msgstr "ذخیره به _نام..."
+
+#~ msgid "_Print..."
+#~ msgstr "_چاپ..."
+
+#~ msgid "Empty"
+#~ msgstr "خالی"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "ترجیحات gedit"
+
+#~ msgid "Replace All"
+#~ msgstr "جای‌گزینی همه"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "یونی‌کد (UTF-8)"
+
+#~ msgid "_Open..."
+#~ msgstr "_باز کردن..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "_ترجیحات"
+
+#~ msgid "Configure the application"
+#~ msgstr "پیکربندی برنامه"
+
+#~ msgid "_Contents"
+#~ msgstr "_محتویات"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "بازیابی نسخه‌ی ذخیره شده‌ی پرونده"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "_پیش‌نمایش چاپ"
+
+#~ msgid "Print preview"
+#~ msgstr "پیش‌نمایش چاپ"
+
+#~ msgid "Undo the last action"
+#~ msgstr "برگرداندن عمل قبلی"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "انجام دوباره‌ی آخرین عمل برگشت شده"
+
+#~ msgid "Cut the selection"
+#~ msgstr "بریدن انتخاب شده‌ها"
+
+#~ msgid "Copy the selection"
+#~ msgstr "نسخه برداری از انتخاب شده‌ها"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "حذف متن انتخاب شده"
+
+#~ msgid "_Find..."
+#~ msgstr "_پیدا کردن..."
+
+#~ msgid "Search for text"
+#~ msgstr "جستجو به دنبال متن"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "جستجو به جلو به دنبال همین متن"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "جستجو به عقب به دنبال همین متن"
+
+#~ msgid "_Replace..."
+#~ msgstr "_جای‌گزینی..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "جستجو به دنبال متن و جای‌گزین کردن آن"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "پاک کردن پُرنگ‌سازی مطابقت‌های جستجو"
+
+#~ msgid "Go to _Line..."
+#~ msgstr "رفتن به _سطر..."
+
+#~ msgid "Go to a specific line"
+#~ msgstr "رفتن به یک سطر مشخص"
+
+#~ msgid "Save all open files"
+#~ msgstr "ذخیره‌ی تمام پرونده‌های باز"
+
+#~ msgid "Close all open files"
+#~ msgstr "بستن همه‌ی پرونده‌های باز"
+
+#~ msgid "Activate previous document"
+#~ msgstr "فعال کردن سند قبلی"
+
+#~ msgid "Activate next document"
+#~ msgstr "فعال‌سازی سند بعدی"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "انتقال سند جاری به یک پنجره‌ی جدید "
+
+#~ msgid "Close the current file"
+#~ msgstr "بستن پرونده‌ی جاری"
+
+#~ msgid "Quit the program"
+#~ msgstr "ترک برنامه"
+
+#~ msgid "_Toolbar"
+#~ msgstr "نوار ابزار"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "نمایش یا عدم نمایش نوار ابزار در پنجره‌ی جاری"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "نمایش یا عدم نمایش نوار وضعیت در پنجره‌ی جاری‌"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "ویرایش متن در حالت تمام‌صفحه"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "تغییر وضعیت مرئی بودن تابلو جانبی در پنجره‌ی جاری"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "نمایش یا عدم نمایش تابلو پایینی در پنجره‌ی جاری"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "غیرفعال کردن پُر_رنگ‌سازی نحوی"
+
+#~ msgid "Open '%s'"
+#~ msgstr "باز کردن «‎%s‎»"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "فعال‌سازی «%s»"
+
+#~ msgid "Change Case"
+#~ msgstr "تغییر کوچکی و بزرگی حروف"
+
+#~ msgid "C_hange Case"
+#~ msgstr "_تغییر کوچکی و بزرگی حروف"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "همه حروف _بزرگ"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "همه حروف _کوچک"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "معکوس کردن بزرگی و کوچکی حروف متن انتخاب شده"
+
+#~ msgid "_Title Case"
+#~ msgstr "_کوچکی و بزرگی عنوان"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "بزرگ کردن اولین حرف هر یک از کلمات انتخاب شده"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "گرفتن اطلاعات آماری سند جاری"
+
+#~ msgid "_Update"
+#~ msgstr "_به‌هنگام‌سازی"
+
+#~ msgid "File Name"
+#~ msgstr "نام پرونده"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "مدیریت ابزارهای بیرونی را باز میکند"
+
+#~ msgid "External tools"
+#~ msgstr "ابزارهای بیرونی"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "تنظیم ریشه به مکان سند فعال"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "یک پایانه در شاخه باز شده فعلی باز می‌کند"
+
+#~ msgid "file"
+#~ msgstr "پرونده"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "انتقال پرونده یا پوشه انتخاب شده به سطل زباله"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "حذف پرونده یا پوشه انتخاب شده"
+
+#~ msgid "Open selected file"
+#~ msgstr "باز کردن پرونده انتخاب شده"
+
+#~ msgid "Up"
+#~ msgstr "بالا"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "باز کردن پوشه والد"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "اضافه کردن پوشه خالی جدید"
+
+#~ msgid "Add new empty file"
+#~ msgstr "اضافه کردن پرونده خالی"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "تغییر نام پرونده و پوشه انتخاب شده"
+
+#~ msgid "_Previous Location"
+#~ msgstr "مکان _قبلی"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "رفتن به محل مشاهده شده قبلی"
+
+#~ msgid "_Next Location"
+#~ msgstr "مکان _بعدی"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "رفتن به محل مشاهده شده بعدی"
+
+#~ msgid "Refresh the view"
+#~ msgstr "نوسازی نما"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "نمایش پوشه‌ها در مدیریت پرونده"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "نمایش پرونده‌ها و پوشه‌های پنهان"
+
+#~ msgid "Show binary files"
+#~ msgstr "نمایش پرونده‌های باینری"
+
+#~ msgid "Quick open"
+#~ msgstr "باز کردن سریع"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "باز کردن سریع پرونده‌ها"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_قطعه‌ها:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "مدیریت قطعه‌ها"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "مرتب‌سازی سند یا انتخاب جاری"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "بررسی سند جاری برای غلط‌های املایی"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "غلط‌یابی املایی خودکار سند جاری "
+
+#~ msgid "Language:"
+#~ msgstr "زبان:"
+
+#~ msgid "Language"
+#~ msgstr "زبان"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "درج تاریخ و زمان جاری در موقعیت مکان‌نما"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "فراهم کننده اطلاعات Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "ثبت وقایع دسترسی و ترک سندهای استفاده شده توسط gedit"
+
+#~| msgid "Text"
+#~ msgid "Text;"
+#~ msgstr "متن;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "خروج از سیستم _بدون ذخیره‌سازی"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "اجرا gedit در پس‌زمینه"
+
+#~ msgid "_Add..."
+#~ msgstr "ا_ضافه کردن..."
+
+#~ msgid "Previous location"
+#~ msgstr "مکان قبلی"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "رفتن به محل باز بوده قبلی"
+
+#~ msgid "Next location"
+#~ msgstr "مکان بعدی"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "مدیریت ابزارهای بیرونی"
+
+#~ msgid "Gedit View"
+#~ msgstr "نمای Gedit"
+
+#~ msgid "Gedit View."
+#~ msgstr "نمای Gedit.‏"
+
+#~ msgid "Gedit viewer factory"
+#~ msgstr "کارخانه‌ی نمایش Gedit"
+
+#~ msgid "Source"
+#~ msgstr "مبدأ"
+
+#~ msgid "gedit application"
+#~ msgstr "برنامه‌ی gedit"
+
+#~ msgid "gedit automation factory"
+#~ msgstr "کارخانه‌ی خودکارسازی gedit"
+
+#~ msgid "Background Color"
+#~ msgstr "رنگ پس‌زمینه"
+
+#~ msgid ""
+#~ "Background color for selected text in the editing area. This will only take "
+#~ "effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "رنگ پس‌زمینه برای متن انتخاب شده در محوطه‌ی ویرایش. تنها در صورتی کار می‌کند که "
+#~ "گزینه‌ی «استفاده از رنگ‌های پیش‌فرض» خاموش باشد."
+
+#~ msgid ""
+#~ "Background color for unselected text in the editing area. This will only take "
+#~ "effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "رنگ پس‌زمینه برای متن انتخاب نشده در محوطه‌ی ویرایش. تنها در صورتی کار می‌کند "
+#~ "که گزینه‌ی «استفاده از رنگ‌های پیش‌فرض» خاموش باشد."
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "پسوند نسخه‌ی پشتیبان"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take effect "
+#~ "if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "پسوند مورد استفاده برای نام پرونده‌های پشتیبان. تنها در صورتی کار می‌کند که "
+#~ "گزینه‌ی «ایجاد نسخه‌های پشتیبان» روشن باشد."
+
+#~ msgid ""
+#~ "Foreground color for selected text in the editing area. This will only take "
+#~ "effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "رنگ پیش‌زمینه برای متن انتخاب شده در محوطه‌ی ویرایش. تنها در صورتی کار می کند "
+#~ "که گزینه‌ی «استفاده از رنگ‌های پیش‌فرض» خاموش باشد."
+
+#~ msgid ""
+#~ "Foreground color for the unselected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "رنگ پیش‌زمینه برای متن انتخاب نشده در محوطه‌ی ویرایش. تنها در صورتی کار می‌کند "
+#~ "که گزینه‌ی «استفاده از رنگ‌های پیش‌فرض» خاموش باشد."
+
+#~ msgid "Monospace Regular 9"
+#~ msgstr "Monospace Regular 9"
+
+#~ msgid "Sans Regular 11"
+#~ msgstr "Sans Regular 11"
+
+#~ msgid "Sans Regular 8"
+#~ msgstr "Sans Regular 8"
+
+#~ msgid "Selected Text Color"
+#~ msgstr "رنگ متن انتخاب شده"
+
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. This "
+#~ "is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "قلم مورد استفاده برای بدنه‌ی سند را هنگام چاپ سندها مشخص می‌کند. این نام یک قلم "
+#~ "gnome-print است و با print_font_body_pango جای‌گزین می‌شود."
+
+#~ 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. This is a gnome-"
+#~ "print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "قلم مورد استفاده برای شماره‌ی سطرها هنگام چاپ را مشخص می‌کند. تنها در صورتی "
+#~ "تأثیر دارد که گزینه‌ی «چاپ شماره‌ی سطرها» ناصفر باشد. این نام یک قلم gnome-"
+#~ "print است و با print_font_body_pango جای‌گزین می‌شود."
+
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "قلم مورد استفاده برای سرصفحه‌ها هنگام چاپ سند را مشخص می‌کند. تنها در صورتی "
+#~ "تأثیر ‌می‌کند که گزینه‌ی «چاپ سرصفحه» روشن باشد. این نام یک قلم gnome-print است "
+#~ "و با print_font_body_pango جای‌گزین می‌شود."
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+#~ "to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+#~ "only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+#~ "Note that the values are case-sensitive, so make sure they appear exactly as "
+#~ "mentioned here."
+#~ msgstr ""
+#~ "سبک دکمه‌های نوار ابزار. مقادیر ممکن عبارتند از «GEDIT_TOOLBAR_SYSTEM» برای "
+#~ "استفاده از سبک پیش‌فرض سیستم، «GEDIT_TOOLBAR_ICONS» برای نمایش فقط شمایل‌ها، "
+#~ "‏«GEDIT_TOOLBAR_ICONS_AND_TEXT» برای نمایش شمایل‌ها و متن، و "
+#~ "‏«GEDIT_TOOLBAR_ICONS_BOTH_HORIZ» برای نمایش متن دارای اولویت در کنار شمایل‌ها. "
+#~ "به یاد داشته باشید که مقادیر به کوچک و بزرگی حروف حساس هستند، پس مراقب باشید "
+#~ "که دقیقاً به شکلی که اینجا آمده‌اند وارد شوند."
+
+#~ msgid "Text Color"
+#~ msgstr "رنگ متن"
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "سبک دکمه‌های نوار ابزار"
+
+#~ msgid "Use Default Colors"
+#~ msgstr "استفاده از رنگ‌های پیش‌فرض"
+
+#~ msgid ""
+#~ "Whether to use the system's default colors for the editing area. If this "
+#~ "option is turned off, then the colors of the editing area will be those "
+#~ "specified in the \"Background Color\", \"Text Color\", \"Selected Text "
+#~ "Color\", and \"Selection Color\" options."
+#~ msgstr ""
+#~ "این که آیا در محوطه‌ی ویرایش از رنگ‌های پیش‌فرض سیستم استفاده بشود یا نه. اگر "
+#~ "این گزینه خاموش باشد، رنگ‌های محوطه‌ی ویرایش رنگ‌هایی خواهد بود که در گزینه‌های "
+#~ "«رنگ پس‌زمینه»، «رنگ متن»، «رنگ متن انتخاب شده» و «رنگ انتخاب» مشخص شده‌اند."
+
+#~ msgid "Plugin"
+#~ msgstr "متصل شونده"
+
+#~ msgid "Enabled"
+#~ msgstr "به کار افتاده"
+
+#~ msgid ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform its "
+#~ "task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+#~ msgstr ""
+#~ "متصل شونده‌ی %s برای انجام کارش از یک برنامه‌ی خارجی به نام <tt>%s</tt> استفاده "
+#~ "می‌کند.\n"
+#~ "\n"
+#~ "لطفاً مکان برنامه‌ی <tt>%s</tt> را مشخص کنید."
+
+#~ msgid "Push this button to configure text color"
+#~ msgstr "برای پیکربندی رنگ متن این دکمه را فشار دهید"
+
+#~ msgid "Push this button to configure background color"
+#~ msgstr "برای پیکربندی رنگ پس‌زمینه این دکمه را فشار دهید"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "appear"
+#~ msgstr "برای پیکربندی رنگ نمایش متن انتخاب شده این دکمه را فشار دهید"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should be "
+#~ "marked"
+#~ msgstr "برای پیکربندی رنگ علامت‌گذاری متن انتخاب شده این دکمه را فشار دهید"
+
+#~ msgid "Elements"
+#~ msgstr "اجزاء"
+
+#~ msgid "<b>Bracket Matching</b>"
+#~ msgstr "<b>تناظر قلابها</b>"
+
+#~ msgid "<b>Elements</b>"
+#~ msgstr "<b>اجزاء</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>قلم</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>شماره‌ی سطرها</b>"
+
+#~ msgid "<b>Right Margin</b>"
+#~ msgstr "<b>حاشیه‌ی راست</b>"
+
+#~ msgid "<span weight=\"bold\">Colors</span>"
+#~ msgstr "<span weight=\"bold\">رنگ‌ها</span>"
+
+#~ msgid "Highlight _mode:"
+#~ msgstr "_حالت پررنگ:"
+
+#~ msgid "Italic"
+#~ msgstr "ایتالیک"
+
+#~ msgid "Normal _text color:"
+#~ msgstr "رنگ _متن عادی"
+
+#~ msgid "Pick a color"
+#~ msgstr "یک رنگ تعیین کنید"
+
+#~ msgid "Pick the normal text color"
+#~ msgstr "رنگ متن عادی را تعیین کنید"
+
+#~ msgid "Pick the selection color"
+#~ msgstr "رنگ انتخاب را تعیین کنید"
+
+#~ msgid "Se_lection color:"
+#~ msgstr "رنگ ان_تخاب:"
+
+#~ msgid "Selecte_d text color:"
+#~ msgstr "رنگ متن انتخا_ب شده"
+
+#~ msgid "Strikethrough"
+#~ msgstr "خط خورده"
+
+#~ msgid "U_se default theme colors"
+#~ msgstr "از رنگ‌های تم پیش‌_فرض استفاده شود"
+
+#~ msgid "Underline"
+#~ msgstr "زیرخط دار"
+
+#~ msgid "_Background:"
+#~ msgstr "پ_س‌زمینه:"
+
+#~ msgid "_Foreground:"
+#~ msgstr "پی_ش‌زمینه:"
+
+#~ msgid "_Reset to Default "
+#~ msgstr "استفاده از _پیش‌فرض‌ها"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "حاشیه‌ی _راست از ستون:"
+
+#~ msgid "_Use default theme font"
+#~ msgstr "استفاده از قلم _تم پیش‌فرض"
+
+#~ msgid "Goto Line"
+#~ msgstr "رفتن به سطر"
+
+#~ msgid "_Line number:"
+#~ msgstr "شماره‌ی _سطر:"
+
+#~ msgid "button1"
+#~ msgstr "دکمه‌ی ۱"
+
+#~ msgid "dialog1"
+#~ msgstr "محاوره‌ی ۱"
+
+#~ msgid "Browse for program location..."
+#~ msgstr "مرور به دنبال مکان برنامه..."
+
+#~ msgid "label"
+#~ msgstr "برچسب"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "_مکان (URI) پرونده‌ای را که می‌خواهید باز کنید وارد کنید:"
+
+#~ msgid "Open from URI"
+#~ msgstr "باز کردن از URI"
+
+#~ msgid "Invalid UTF-8 data"
+#~ msgstr "داده‌های UTF-8 غیر مجاز"
+
+#~ msgid "Could not read symbolic link information for %s"
+#~ msgstr "خواندن اطلاعات پیوند نمادین برای %s مقدور نیست"
+
+#~ msgid "The file has too many symbolic links."
+#~ msgstr "تعداد پیوندهای نمادین پرونده زیاد است."
+
+#~ msgid "gedit cannot handle %s: locations in write mode."
+#~ msgstr "‏gedit نمی‌تواند با مکانهای ‎%s:‎ در حالت نوشتن کار کند."
+
+#~ msgid "gedit cannot handle this kind of location in write mode."
+#~ msgstr "gedit نمی‌تواند با ابن نوع مکان در حالت نوشتن کار کند."
+
+#~ msgid "Invalid filename."
+#~ msgstr "نام پرونده نامعتبر است."
+
+#~ msgid "A file named \"%s\" already exists.\n"
+#~ msgstr "پرونده‌ای به نام«%s» از قبل موجود است.\n"
+
+#~ msgid "_Character Coding:"
+#~ msgstr "کدگذاری _نویسه‌ها:"
+
+#~ msgid "Select a file to open"
+#~ msgstr "پرونده‌ای را که می‌خواهید باز کنید انتخاب کنید"
+
+#~ msgid "Select files to open"
+#~ msgstr "پرونده‌هایی را که می‌خواهید باز شوند انتخاب کنید"
+
+#~ msgid "Select a filename to save"
+#~ msgstr "نام پرونده را برای ذخیره‌سازی انتخاب کنید"
+
+#~ msgid "Saving document \"%s\"..."
+#~ msgstr "در حال ذخیره‌سازی سند «%s»..."
+
+#~ msgid "The document \"%s\" has not been saved."
+#~ msgstr "سند «%s» ذخیره نشد."
+
+#~ msgid "The document \"%s\" has been saved."
+#~ msgstr "سند «%s» ذخیره شد."
+
+#~ msgid "Save as..."
+#~ msgstr "ذخیره به نام..."
+
+#~ msgid "Error reverting the document \"%s\"."
+#~ msgstr "خطا در بازگرداندن سند «%s»."
+
+#~ msgid "The document \"%s\" has been reverted."
+#~ msgstr "سند «%s» بازگردانده شد."
+
+#~ msgid "Could not read data from stdin."
+#~ msgstr "خواندن داده‌ها از stdin مقدور نیست."
+
+#~ msgid "Loaded file \"%s\""
+#~ msgstr "پرونده‌ی «%s» بارگذاری شد"
+
+#~ msgid "Loaded %d file"
+#~ msgid_plural "Loaded %d files"
+#~ msgstr[0] "%Id پرونده بارگذاری شد"
+
+#~ msgid "Created file \"%s\""
+#~ msgstr "پرونده‌ی «%s» ایجاد شد"
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "پرونده حاوی داده‌های مخدوش است."
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "پرونده‌ حاوی داده‌هایی با قالب نامعتبر است."
+
+#~ msgid "Access was denied."
+#~ msgstr "اجازه‌ی دسترسی داده نشد."
+
+#~ msgid ""
+#~ "there are too many open files. Please, close some open files and try again."
+#~ msgstr ""
+#~ "تعداد پرونده‌های باز زیاد است. لطفاً چند تا از پرونده‌های باز را ببندید و یک بار "
+#~ "دیگر امتحان کنید."
+
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please, close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "حافظه‌ی کافی برای باز کردن پرونده،‌ موجود نیست. لطفاً چند برنامه‌ی در حال اجرا را "
+#~ "ببندید و یک بار دیگر امتحان کنید."
+
+#~ msgid ""
+#~ "Host name was empty. Please, check that your proxy settings are correct and "
+#~ "try again."
+#~ msgstr ""
+#~ "نام میزبان خالی بود. لطفاً بررسی کنید که تنظیمات پیشکارتان درست باشد و یک بار "
+#~ "دیگر امتحان کنید."
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "پرونده‌ای که دارید سعی می‌کنید بازش کنید، پرونده‌ی عادی‌ای نیست."
+
+#~ msgid ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again selecting a "
+#~ "character coding in the 'Open File...' (or 'Open Location') dialog."
+#~ msgstr ""
+#~ "‏gedit نتوانست به طور خودکار کدگذاری نویسه‌ها را تشخیص دهد. لطفاً اطمینان حاصل "
+#~ "کنید که نمی‌خواهید یک پرونده‌ی دودویی را باز کنید و با انتخاب کدگذاری نویسه‌ها "
+#~ "در محاوره‌ی «باز کردن پرونده...» (یا «باز کردن مکان») یک بار دیگر امتحان کنید."
+
+#~ msgid ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File... ' (or 'Open "
+#~ "Location') dialog and try again."
+#~ msgstr ""
+#~ "لطفاً اطمینان حاصل کنید که نمی‌خواهید یک پرونده‌ی دودویی را باز کنید و کدگذاری "
+#~ "نویسه‌ی درست را در محاوره‌ی «باز کردن پرونده...» (یا «باز کردن مکان») انتخاب "
+#~ "کرده‌اید و یک بار دیگر امتحان کنید."
+
+#~ msgid ""
+#~ "The file contains data in an invalid format. Probably, you are trying to open "
+#~ "a binary file."
+#~ msgstr ""
+#~ "پرونده حاوی داده‌های نامعتبر است. احتمالاً دارید سعی می‌کنید یک پرونده‌ی دودویی "
+#~ "را باز کنید."
+
+#~ msgid ""
+#~ "There are too many open files. Please, close some open files and try again."
+#~ msgstr ""
+#~ "تعداد پرونده‌های باز زیاد است. لطفاً چند پرونده‌ی باز را ببندید و یک بار دیگر "
+#~ "امتحان کنید."
+
+#~ msgid ""
+#~ "Not enough available memory. Please, close some running applications and try "
+#~ "again."
+#~ msgstr ""
+#~ "حافظه‌ی موجود کافی نیست. لطفاً چند برنامه‌ی در حال اجرا را ببندید و یک بار دیگر "
+#~ "امتحان کنید."
+
+#~ msgid ""
+#~ "The host name was empty. Please, check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr ""
+#~ "نام میزبان خالی است. لطفاً اطمینان حاصل کنید که تنظیمات پیشکارتان درست است و "
+#~ "یک بار دیگر امتحان کنید."
+
+#~ msgid "Attempt to log in failed."
+#~ msgstr "تلاش برای ورود به سیستم شکست خورد."
+
+#~ msgid ""
+#~ "The file contains invalid UTF-8 data. Probably, you are trying to revert a "
+#~ "binary file."
+#~ msgstr ""
+#~ "پرونده حاوی داده‌های UTF-8 نامعتبر است. احتمالاً دارید سعی می‌کنید یک پرونده‌ی "
+#~ "دودویی را برگردانید."
+
+#~ msgid "It is not possible to revert an Untitled document."
+#~ msgstr "برگرداندن سند بدون اسم ممکن نیست."
+
+#~ msgid "Could not create the file \"%s\""
+#~ msgstr "نمی‌وان پرونده‌ی «%s»‌ را ایجاد کرد."
+
+#~ msgid "Make sure you have the appropriate write permissions."
+#~ msgstr "اطمینان حاصل کنید که اجازه‌ها‌ی مربوط به نوشتن را دارید."
+
+#~ msgid "The file name is too long."
+#~ msgstr "نام پرونده بیش از حد طولانی است."
+
+#~ msgid ""
+#~ "A directory component in the file name does not exist or is a dangling "
+#~ "symbolic link."
+#~ msgstr "جزئی از شاخه‌ی این نام پرونده وجود ندارد یا یک پیوند نمادین نامتصل است."
+
+#~ msgid ""
+#~ "There is not enough disk space to create the file. Please free some disk "
+#~ "space and try again."
+#~ msgstr ""
+#~ "روی دیسک فضای کافی برای ایجاد پرونده وجود ندارد. لطفاً مقداری فضا روی دیسک "
+#~ "آزاد کنید و یک بار دیگر امتحان کنید."
+
+#~ msgid "Normal"
+#~ msgstr "عادی"
+
+#~ msgid "Use Normal highlight mode"
+#~ msgstr "استفاده از حالت پررنگ عادی"
+
+#~ msgid "Close the output window"
+#~ msgstr "بستن پنجره‌ی خروجی"
+
+#~ msgid "Clear the output window"
+#~ msgstr "پاک کردن پنجره‌ی خروجی"
+
+#~ msgid "Output Lines"
+#~ msgstr "سطرهای خروجی"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "راه‌اندازی مدیر ترجیحات مقدور نیست."
+
+#~ msgid "Expected `%s' got `%s' for key %s"
+#~ msgstr " برای کلید %3$s انتظار «%1$s» می‌رفت ولی «%2$s» دیده شد"
+
+#~ msgid "Printing page %d of %d..."
+#~ msgstr "در حال چاپ صفحه‌ی %Id از %Id"
+
+#~ msgid "Change the visibility of the output window in the current window"
+#~ msgstr "‌تغییر وضعیت مرئی بودن پنجره‌ی خروجی در پنجره‌ی جاری"
+
+#~ msgid "Copy"
+#~ msgstr "نسخه برداری"
+
+#~ msgid "Cu_t"
+#~ msgstr "_بریدن"
+
+#~ msgid "Cut"
+#~ msgstr "بریدن"
+
+#~ msgid "Delete"
+#~ msgstr "حذف"
+
+#~ msgid "Find Previous"
+#~ msgstr "پیدا کردن قبلی"
+
+#~ msgid "Open Location..."
+#~ msgstr "باز کردن مکان..."
+
+#~ msgid "Open _Location..."
+#~ msgstr "باز کردن _مکان..."
+
+#~ msgid "Page Set_up"
+#~ msgstr "_برپاسازی صفحه"
+
+#~ msgid "Paste"
+#~ msgstr "چسباندن"
+
+#~ msgid "Print Previe_w..."
+#~ msgstr "_پیش‌نمایش چاپ..."
+
+#~ msgid "Quit"
+#~ msgstr "ترک"
+
+#~ msgid "Redo"
+#~ msgstr "دوباره"
+
+#~ msgid ""
+#~ "Set toolbar button style according to desktop Menu and Toolbar Preferences"
+#~ msgstr "تنظیم سبک نوار ابزار مطابق با ترجیحات منو و نوار ابزار محیط رومیزی"
+
+#~ msgid "Show only icons in the toolbar"
+#~ msgstr "فقط شمایل‌ها در نوار ابزار نمایش داده شوند"
+
+#~ msgid "Show text below every icon in the toolbar"
+#~ msgstr "زیر همه‌ی شمایل‌های نوار ابزار، متن نمایش داده شود"
+
+#~ msgid "Show text only beside important icons in the toolbar"
+#~ msgstr "تنها کنار شمایل‌های مهم نوار ابزار، متن نمایش داده شود"
+
+#~ msgid "T_ext for Important Icons"
+#~ msgstr "_متن برای شمایل‌های مهم"
+
+#~ msgid "Undo"
+#~ msgstr "برگردان"
+
+#~ msgid "_Customize Toolbar"
+#~ msgstr "_سفارشی کردن نوار ابزار"
+
+#~ msgid "_Desktop Default"
+#~ msgstr "_پیش‌فرض محیط رومیزی"
+
+#~ msgid "_Icons Only"
+#~ msgstr "فقط _شمایل‌ها"
+
+#~ msgid "_Text for All Icons"
+#~ msgstr "_متن برای همه‌ی شمایل‌ها"
+
+#~ msgid "Quit an existing instance of gedit"
+#~ msgstr "ترک یک نمونه‌ی موجود gedit"
+
+#~ msgid "The specified encoding \"%s\" is not valid\n"
+#~ msgstr "کدگذاری مشخص‌شده‌ی «%s» معتبر نیست\n"
+
+#~ msgid "The file you are trying to open contains an invalid byte sequence."
+#~ msgstr ""
+#~ "پرونده‌ای که سعی می‌کنید آن را باز کنید حاوی یک دنباله‌ی بایتی نامعتبر است."
+
+#~ msgid ""
+#~ "gedit was not able to automatically determine the encoding of the file you "
+#~ "want to open."
+#~ msgstr ""
+#~ "‏gedit نتوانست کدگذاری پرونده‌ای را که می‌خواهید آن را باز کنید به طور خودکار "
+#~ "تعیین کند."
+
+#~ msgid "0"
+#~ msgstr "۰"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">نام پرونده</span>"
+
+#~ msgid "Update"
+#~ msgstr "به‌هنگام‌سازی"
+
+#~ msgid "gedit: Document Info plugin"
+#~ msgstr "gedit: متصل شونده‌ی اطلاعات سند"
+
+#~ msgid "_Indent"
+#~ msgstr "_تو بردن"
+
+#~ msgid "U_nindent"
+#~ msgstr "_بیرون آوردن"
+
+#~ msgid "Indent lines"
+#~ msgstr "تو بردن سطرها"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "سطرهای انتخاب شده را تو می‌برد یا بیرون می‌آورد."
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "درج نام _کاربر"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "نام کاربر را در موقعیت فعلی مکان‌نما درج می ‌کند."
+
+#~ msgid "User name"
+#~ msgstr "نام کاربر"
+
+#~ msgid "Sa_ve Copy..."
+#~ msgstr "ذخیره‌ی یک نسخه..."
+
+#~ msgid "Could not save a copy of the file to \"%s\""
+#~ msgstr "یک نسخه از پرونده‌ در «%s» ذخیره نشد"
+
+#~ msgid "You are trying to overwrite the original file"
+#~ msgstr "شما دارید روی پرونده‌ی اصلی می‌نویسید"
+
+#~ msgid "Save Copy..."
+#~ msgstr "ذخیره‌ی یک نسخه..."
+
+#~ msgid "%s (copy)"
+#~ msgstr "‏%s (نسخه)"
+
+#~ msgid "Save a Copy"
+#~ msgstr "ذخیره‌ی یک نسخه"
+
+#~ msgid "Saves a copy of the current document to a local or remote location."
+#~ msgstr "یک نسخه از سند فعلی را در یک مکان محلی یا دوردست ذخیره می‌کند."
+
+#~ msgid "_Run Command..."
+#~ msgstr "_اجرای فرمان..."
+
+#~ msgid "Run Command"
+#~ msgstr "اجرای فرمان"
+
+#~ msgid "_Run"
+#~ msgstr "_اجرا"
+
+#~ msgid "Failed"
+#~ msgstr "شکست خورد"
+
+#~ msgid ""
+#~ "The shell command entry is empty.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "ورودی فرمان پوسته خالی است.\n"
+#~ "\n"
+#~ "لطفاً یک فرمان پوسته‌ی معتبر درج کنید."
+
+#~ msgid ""
+#~ "Error parsing the shell command.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "خطا در تجزیه‌ی فرمان پوسته.\n"
+#~ "\n"
+#~ "لطفاً یک فرمان پوسته‌ی معتبر درج کنید."
+
+#~ msgid "Executing command"
+#~ msgstr "در حال اجرای فرمان"
+
+#~ msgid ""
+#~ "Executes an external program and, if required, displays its output in the "
+#~ "output window."
+#~ msgstr ""
+#~ "یک برنامه‌ی خارجی را اجرا می‌کند، و اگر نیاز باشد نتیجه‌ی آن را در پنجره‌ی خروجی "
+#~ "نمایش می‌دهد."
+
+#~ msgid "Shell command"
+#~ msgstr "فرمان پوسته"
+
+#~ msgid "Co_mmand:"
+#~ msgstr "_فرمان:"
+
+#~ msgid "Select the working directory..."
+#~ msgstr "شاخه‌ی کاری را انتخاب کنید..."
+
+#~ msgid "_Show results in Output Window"
+#~ msgstr "_نمایش نتایج در پنجره‌ی خروجی"
+
+#~ msgid "_Working directory:"
+#~ msgstr "شاخه‌ی _کاری:"
+
+#~ msgid "Afrikaans"
+#~ msgstr "آفریکانس"
+
+#~ msgid "Amharic"
+#~ msgstr "امهری"
+
+#~ msgid "Azerbaijani"
+#~ msgstr "ترکی آذربایجانی"
+
+#~ msgid "Belarusian"
+#~ msgstr "بلوروسی"
+
+#~ msgid "Bulgarian"
+#~ msgstr "بلغاری"
+
+#~ msgid "Bengali"
+#~ msgstr "بنگالی"
+
+#~ msgid "Breton"
+#~ msgstr "برتانیایی"
+
+#~ msgid "Catalan"
+#~ msgstr "کاتالونیایی"
+
+#~ msgid "Czech"
+#~ msgstr "چکی"
+
+#~ msgid "Welsh"
+#~ msgstr "ویلزی"
+
+#~ msgid "Danish"
+#~ msgstr "دانمارکی"
+
+#~ msgid "German (Austria)"
+#~ msgstr "آلمانی (اتریش)‏"
+
+#~ msgid "German (Germany)"
+#~ msgstr "آلمانی (آلمان)‏"
+
+#~ msgid "German (Swiss)"
+#~ msgstr "آلمانی (سوئیس)‏"
+
+#~ msgid "English (American)"
+#~ msgstr "انگلیسی (امریکا)‏"
+
+#~ msgid "English (British)"
+#~ msgstr "انگلیسی (بریتانیا)‏"
+
+#~ msgid "English (Canadian)"
+#~ msgstr "انگلیسی (کانادا)‏"
+
+#~ msgid "Esperanto"
+#~ msgstr "اسپرانتو"
+
+#~ msgid "Spanish"
+#~ msgstr "اسپانیایی"
+
+#~ msgid "Estonian"
+#~ msgstr "استونیایی"
+
+#~ msgid "Persian"
+#~ msgstr "فارسی"
+
+#~ msgid "Finnish"
+#~ msgstr "فنلاندی"
+
+#~ msgid "Faroese"
+#~ msgstr "فارویی"
+
+#~ msgid "French (France)"
+#~ msgstr "فرانسوی (فرانسه)‏"
+
+#~ msgid "French (Swiss)"
+#~ msgstr "فرانسوی (سوئیس)‏"
+
+#~ msgid "Irish"
+#~ msgstr "ایرلندی"
+
+#~ msgid "Scottish Gaelic"
+#~ msgstr "گیلی اسکاتلندی"
+
+#~ msgid "Gallegan"
+#~ msgstr "گالیسیایی"
+
+#~ msgid "Hindi"
+#~ msgstr "هندی"
+
+#~ msgid "Croatian"
+#~ msgstr "کرواتی"
+
+#~ msgid "Upper Sorbian"
+#~ msgstr "صُربی علیا"
+
+#~ msgid "Hungarian"
+#~ msgstr "مجاری"
+
+#~ msgid "Interlingua (IALA)"
+#~ msgstr "میان‌زبان"
+
+#~ msgid "Indonesian"
+#~ msgstr "اندونزیایی"
+
+#~ msgid "Icelandic"
+#~ msgstr "ایسلندی"
+
+#~ msgid "Italian"
+#~ msgstr "ایتالیایی"
+
+#~ msgid "Kurdish"
+#~ msgstr "کردی"
+
+#~ msgid "Latin"
+#~ msgstr "لاتینی"
+
+#~ msgid "Lithuanian"
+#~ msgstr "لیتوانیایی"
+
+#~ msgid "Latvian"
+#~ msgstr "لتونیایی"
+
+#~ msgid "Malagasy"
+#~ msgstr "مالاگاسیایی"
+
+#~ msgid "Maori"
+#~ msgstr "مائوریایی"
+
+#~ msgid "Macedonian"
+#~ msgstr "مقدونی"
+
+#~ msgid "Mongolian"
+#~ msgstr "مغولی"
+
+#~ msgid "Marathi"
+#~ msgstr "مراتی"
+
+#~ msgid "Malay"
+#~ msgstr "مالزیایی"
+
+#~ msgid "Maltese"
+#~ msgstr "مالتی"
+
+#~ msgid "Norwegian Bokmal"
+#~ msgstr "بوکسمال نروژی"
+
+#~ msgid "Dutch"
+#~ msgstr "هلندی"
+
+#~ msgid "Norwegian Nynorsk"
+#~ msgstr "نرس جدید نروژی"
+
+#~ msgid "Norwegian"
+#~ msgstr "نروژی"
+
+#~ msgid "Nyanja"
+#~ msgstr "نیانجایی"
+
+#~ msgid "Polish"
+#~ msgstr "لهستانی"
+
+#~ msgid "Portuguese (Portugal)"
+#~ msgstr "پرتغالی (پرتغال)‏"
+
+#~ msgid "Portuguese (Brazilian)"
+#~ msgstr "پرتغالی (برزیل)‏"
+
+#~ msgid "Quechua"
+#~ msgstr "کچوایی"
+
+#~ msgid "Russian"
+#~ msgstr "روسی"
+
+#~ msgid "Kinyarwanda"
+#~ msgstr "کینیارواندایی"
+
+#~ msgid "Sardinian"
+#~ msgstr "ساردینیایی"
+
+#~ msgid "Slovak"
+#~ msgstr "اسلوواکی"
+
+#~ msgid "Slovenian"
+#~ msgstr "اسلووینیایی"
+
+#~ msgid "Swedish"
+#~ msgstr "سوئدی"
+
+#~ msgid "Swahili"
+#~ msgstr "سواحلی"
+
+#~ msgid "Tamil"
+#~ msgstr "تامیلی"
+
+#~ msgid "Tetum"
+#~ msgstr "تتومی"
+
+#~ msgid "Tagalog"
+#~ msgstr "تاگالوگی"
+
+#~ msgid "Tswana"
+#~ msgstr "تسوانایی"
+
+#~ msgid "Ukrainian"
+#~ msgstr "اوکراینی"
+
+#~ msgid "Uzbek"
+#~ msgstr "ازبکی"
+
+#~ msgid "Walloon"
+#~ msgstr "والونی"
+
+#~ msgid "Yiddish"
+#~ msgstr "یدی"
+
+#~ msgid "Zulu"
+#~ msgstr "زولویی"
+
+#~ msgid "Could not find the required widgets inside %s."
+#~ msgstr "ویجت‌های لازم درون %s پیدا نمی‌شود."
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>زبان</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>کلمه</b>"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "غلط‌یابی املایی _خودکار"
+
+#~ msgid "The selected text does not contain misspelled words."
+#~ msgstr "متن انتخاب شده غلط املایی ندارد."
+
+#~ msgid "The document does not contain misspelled words."
+#~ msgstr "این سند غلط املایی ندارد."
+
+#~ msgid "Abbreviated form"
+#~ msgstr "شکل مخفف"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "نویسه‌ی کلید دسترسی‌پذیری"
+
+#~ msgid "Acronym"
+#~ msgstr "سرواژه"
+
+#~ msgid "Align"
+#~ msgstr "ردیف"
+
+#~ msgid "Alignment character"
+#~ msgstr "نویسه‌ی ردیف کردن"
+
+#~ msgid "Alternative"
+#~ msgstr "معادل"
+
+#~ msgid "Anchor"
+#~ msgstr "لنگر"
+
+#~ msgid "Anchor URI"
+#~ msgstr "‏URI لنگر"
+
+#~ msgid "Applet class file code"
+#~ msgstr "کد پرونده‌ی رده‌ی برنامک"
+
+#~ msgid "Array"
+#~ msgstr "آرایه"
+
+#~ msgid "Associated information"
+#~ msgstr "اطلاعات مرتبط"
+
+#~ msgid "Author info"
+#~ msgstr "اطلاعات مؤلف"
+
+#~ msgid "Axis related headers"
+#~ msgstr "سرصفحه‌های مرتبط با محور"
+
+#~ msgid "BGSound"
+#~ msgstr "صدای پس‌زمینه"
+
+#~ msgid "Background color"
+#~ msgstr "رنگ پس‌زمینه"
+
+#~ msgid "Background texture tile"
+#~ msgstr "پرونده‌ی بافت پس‌زمینه"
+
+#~ msgid "Base URI"
+#~ msgstr "‏URI پایه"
+
+#~ msgid "Base font"
+#~ msgstr "قلم پایه"
+
+#~ msgid "Behavior"
+#~ msgstr "رفتار"
+
+#~ msgid "Blinking text"
+#~ msgstr "متن چشمک‌زن"
+
+#~ msgid "Border"
+#~ msgstr "حاشیه"
+
+#~ msgid "Border color"
+#~ msgstr "رنگ حاشیه"
+
+#~ msgid "Box"
+#~ msgstr "کادر"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "محدوده‌ی سطری خانه"
+
+#~ msgid "Center"
+#~ msgstr "وسط"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "کدگذاری نویسه‌های منبع پیوند داده شده"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "دلیل تغییر را ذکر کنید"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "شناسه‌ی پیاده‌سازی رده"
+
+#~ msgid "Class list"
+#~ msgstr "فهرست رده‌ها"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "کنترل روند پاک کردن متن"
+
+#~ msgid "Code content type"
+#~ msgstr "نوع محتوای کد"
+
+#~ msgid "Color of selected links"
+#~ msgstr "رنگ پیوندهای انتخاب شده"
+
+#~ msgid "Column span"
+#~ msgstr "محدوده‌ی ستون"
+
+#~ msgid "Columns"
+#~ msgstr "ستون"
+
+#~ msgid "Comment"
+#~ msgstr "توضیح"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "قسمتی کد رایانه‌ای"
+
+#~ msgid "Content type"
+#~ msgstr "نوع محتویات"
+
+#~ msgid "Coordinates"
+#~ msgstr "مختصات"
+
+#~ msgid "DIV Style container"
+#~ msgstr "نگه‌دارنده‌ی سبک DIV"
+
+#~ msgid "DIV container"
+#~ msgstr "نگه‌دارنده‌ی DIV"
+
+#~ msgid "Date and time of change"
+#~ msgstr "تاریخ و زمان تغییر"
+
+#~ msgid "Declare flag"
+#~ msgstr "نشان دادن پرچم"
+
+#, fuzzy
+#~ msgid "Defer attribute"
+#~ msgstr "مشخصه"
+
+#~ msgid "Definition description"
+#~ msgstr "شرح تعریف"
+
+#~ msgid "Definition list"
+#~ msgstr "فهرست تعاریف"
+
+#~ msgid "Definition term"
+#~ msgstr "عبارت تعریفی"
+
+#~ msgid "Deleted text"
+#~ msgstr "متن حذف شده"
+
+#~ msgid "Direction"
+#~ msgstr "جهت"
+
+#~ msgid "Directionality"
+#~ msgstr "جهت داری"
+
+#~ msgid "Disabled"
+#~ msgstr "از کار افتاده"
+
+#~ msgid "Document base"
+#~ msgstr "پایه‌ی سند"
+
+#~ msgid "Document body"
+#~ msgstr "بدنه‌ی سند"
+
+#~ msgid "Document head"
+#~ msgstr "سرصفحه‌ی سند"
+
+#~ msgid "Document title"
+#~ msgstr "عنوان سند"
+
+#~ msgid "Document type"
+#~ msgstr "نوع سند"
+
+#~ msgid "Element ID"
+#~ msgstr "شناسه‌ی عنصر"
+
+#~ msgid "Embedded object"
+#~ msgstr "شیء توکار"
+
+#~ msgid "Emphasis"
+#~ msgstr "تأکید"
+
+#~ msgid "Encode type"
+#~ msgstr "نوع کدگذاری"
+
+#~ msgid "Figure"
+#~ msgstr "شکل"
+
+#~ msgid "Font face"
+#~ msgstr "قیافه‌ی قلم"
+
+#~ msgid "For label"
+#~ msgstr "برای برچسب"
+
+#~ msgid "Forced line break"
+#~ msgstr "سطرشکنی اجباری"
+
+#~ msgid "Form"
+#~ msgstr "فرم"
+
+#~ msgid "Form action handler"
+#~ msgstr "گرداننده‌ی کنش‌های فرم"
+
+#~ msgid "Form control group"
+#~ msgstr "گروه کنترل‌های فرم"
+
+#~ msgid "Form field label text"
+#~ msgstr "متن برچسب فیلد فرم"
+
+#~ msgid "Form input"
+#~ msgstr "ورودی فرم"
+
+#~ msgid "Form input type"
+#~ msgstr "نوع ورودی فرم"
+
+#~ msgid "Form method"
+#~ msgstr "متد فرم"
+
+#~ msgid "Forward link"
+#~ msgstr "پیوند به جلو"
+
+#~ msgid "Frame"
+#~ msgstr "چارچوب"
+
+#~ msgid "Frame render parts"
+#~ msgstr "اجزای کشیدنی چارچوب"
+
+#~ msgid "Frame source"
+#~ msgstr "مبدأ چارچوب"
+
+#~ msgid "Frameborder"
+#~ msgstr "کادر چارچوب"
+
+#~ msgid "Frameset"
+#~ msgstr "مجموعه‌چارچوب"
+
+#~ msgid "Frameset columns"
+#~ msgstr "ستون‌های مجموعه‌چارچوب"
+
+#~ msgid "Frameset rows"
+#~ msgstr "سطرهای مجموعه‌چارچوب"
+
+#~ msgid "Framespacing"
+#~ msgstr "فاصله‌گذاری چارچوب"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "شیء توکار عام"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "فوق‌اطلاعات عام"
+
+#~ msgid "Generic span"
+#~ msgstr "محدوده‌ی عام"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - نویسه‌های خاص"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - برچسب‌ها"
+
+#~ msgid "HTML root element"
+#~ msgstr "عنصر ریشه‌ی HTML"
+
+#~ msgid "HTML version"
+#~ msgstr "نسخه‌ی HTML"
+
+#~ msgid "HTTP header name"
+#~ msgstr "نام سرصفحه‌ی HTTP"
+
+#~ msgid "Header cell ID's"
+#~ msgstr "شناسه‌های خانه‌ی سرصفحه"
+
+#~ msgid "Heading"
+#~ msgstr "تیتر"
+
+#~ msgid "Heading 1"
+#~ msgstr "تیتر ۱"
+
+#~ msgid "Heading 2"
+#~ msgstr "تیتر ۲"
+
+#~ msgid "Heading 3"
+#~ msgstr "تیتر ۳"
+
+#~ msgid "Heading 4"
+#~ msgstr "تیتر ۴"
+
+#~ msgid "Heading 5"
+#~ msgstr "تیتر ۵"
+
+#~ msgid "Heading 6"
+#~ msgstr "تیتر ۶"
+
+#~ msgid "Height"
+#~ msgstr "ارتفاع"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "خط‌کش افقی"
+
+#~ msgid "Horizontal space"
+#~ msgstr "فضای افقی"
+
+#~ msgid "I18N BiDi over-ride"
+#~ msgstr "زیرمتن اکیداً جهت‌دار الگوریتم دوجهته"
+
+#~ msgid "Image"
+#~ msgstr "تصویر"
+
+#~ msgid "Image map"
+#~ msgstr "نقشه‌ی تصویری"
+
+#~ msgid "Image map area"
+#~ msgstr "محوطه‌ی نقشه‌ی تصویری"
+
+#~ msgid "Image map name"
+#~ msgstr "نام نقشه‌ی تصویری"
+
+#~ msgid "Image source"
+#~ msgstr "مبدأ تصویر"
+
+#~ msgid "Inline frame"
+#~ msgstr "چارچوب درون‌برنامه‌ای"
+
+#~ msgid "Inline layer"
+#~ msgstr "لایه‌ی درون‌برنامه‌ای"
+
+#~ msgid "Inserted text"
+#~ msgstr "متن درج شده"
+
+#~ msgid "Instance definition"
+#~ msgstr "تعریف مصداق"
+
+#~ msgid "Italic text"
+#~ msgstr "متن ایتالیک"
+
+#~ msgid "Java applet"
+#~ msgstr "برنامک جاوا"
+
+#~ msgid "Label"
+#~ msgstr "برچسب"
+
+#~ msgid "Language code"
+#~ msgstr "کد زبان"
+
+#~ msgid "Large text style"
+#~ msgstr "سبک متن درشت"
+
+#~ msgid "Layer"
+#~ msgstr "لایه"
+
+#~ msgid "Link color"
+#~ msgstr "رنگ پیوند"
+
+#~ msgid "List item"
+#~ msgstr "موردی از فهرست"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "فهرست انواع MIME برای بارگذاری پرونده"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "فهرست مجموعه نویسه‌های پشتیبانی شده"
+
+#~ msgid "Listing"
+#~ msgstr "فهرست"
+
+#~ msgid "Local change to font"
+#~ msgstr "تغییر محلی قلم"
+
+#~ msgid "Long description link"
+#~ msgstr "پیوند تشریحی بلند"
+
+#~ msgid "Long quotation"
+#~ msgstr "نقل قول بلند"
+
+#~ msgid "Mail link"
+#~ msgstr "پیوند نامه‌ای"
+
+#~ msgid "Marquee"
+#~ msgstr "رژه‌ای"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "حداکثر طول فیلد متنی"
+
+#~ msgid "Media-independent link"
+#~ msgstr "پیوند مستقل از رسانه"
+
+#~ msgid "Menu list"
+#~ msgstr "فهرست منوها"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "فیلد متنی چندخطی"
+
+#~ msgid "Multicolumn"
+#~ msgstr "چندستونی"
+
+#~ msgid "Multiple"
+#~ msgstr "چندتایی"
+
+#~ msgid "Named property value"
+#~ msgstr "مقدار ویژگی نام‌برده"
+
+#~ msgid "Next ID"
+#~ msgstr "شناسه‌ی بعد"
+
+#~ msgid "No URI"
+#~ msgstr "بدون URI"
+
+#~ msgid "No embedded objects"
+#~ msgstr "بدون شیء توکار"
+
+#~ msgid "No frames"
+#~ msgstr "بدون چارچوب"
+
+#~ msgid "No layers"
+#~ msgstr "بدون لایه"
+
+#~ msgid "No line break"
+#~ msgstr "بدون سطرشکنی"
+
+#~ msgid "No script"
+#~ msgstr "بدون دست‌نوشته"
+
+#~ msgid "No shade"
+#~ msgstr "بدون سایه"
+
+#~ msgid "No word wrap"
+#~ msgstr "بدون پیچش کلمه‌ای"
+
+#~ msgid "Note"
+#~ msgstr "یادداشت"
+
+#~ msgid "Object applet file"
+#~ msgstr "پرونده‌ی برنامک شیء"
+
+#~ msgid "Object data reference"
+#~ msgstr "مرجع داده‌ای شیء"
+
+#~ msgid "OnBlur event"
+#~ msgstr "رویداد OnBlur"
+
+#~ msgid "OnChange event"
+#~ msgstr "رویداد OnChange"
+
+#~ msgid "OnClick event"
+#~ msgstr "رویداد OnClick"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "رویداد OnDblClick"
+
+#~ msgid "OnFocus event"
+#~ msgstr "رویداد OnFocus"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "رویداد OnKeyDown"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "رویداد OnKeyPress"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "رویداد OnKeyUP"
+
+#~ msgid "OnLoad event"
+#~ msgstr "رویداد OnLoad"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "رویداد OnMouseDown"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "رویداد OnMouseMove"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "رویداد OnMouseOut"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "رویداد OnMouseOver"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "رویداد OnMouseUp"
+
+#~ msgid "OnReset event"
+#~ msgstr "رویداد OnReset"
+
+#~ msgid "OnSelect event"
+#~ msgstr "رویداد OnSelect"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "رویداد OnSubmit"
+
+#~ msgid "OnUnload event"
+#~ msgstr "رویداد OnUnload"
+
+#~ msgid "Option group"
+#~ msgstr "گروه گزینه‌ها"
+
+#~ msgid "Option selector"
+#~ msgstr "انتخاب‌گر گزینه‌ها"
+
+#~ msgid "Ordered list"
+#~ msgstr "فهرست ترتیب‌دار"
+
+#~ msgid "Output media"
+#~ msgstr "رسانه‌ی خروجی"
+
+#~ msgid "Paragraph"
+#~ msgstr "بند"
+
+#~ msgid "Paragraph class"
+#~ msgstr "رده‌ی بند"
+
+#~ msgid "Paragraph style"
+#~ msgstr "سبک بند"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "فهرست پیش‌قالب‌بندی شده"
+
+#~ msgid "Preformatted text"
+#~ msgstr "متن پیش‌قالب‌بندی شده"
+
+#~ msgid "Push button"
+#~ msgstr "دکمه‌ی فشاری"
+
+#~ msgid "Quote"
+#~ msgstr "نقل قول"
+
+#~ msgid "Range"
+#~ msgstr "محدوده"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "متن فقط‌خواندنی و گذرواژه"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "فاصله‌گذاری کاهش‌یافته"
+
+#~ msgid "Reverse link"
+#~ msgstr "پیوند معکوس"
+
+#~ msgid "Root"
+#~ msgstr "ریشه"
+
+#~ msgid "Rows"
+#~ msgstr "سطر"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "خط‌کشی‌های بین سطرها و ستون‌ها"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "حوزه‌ی تحت پوشش خانه‌های سرصفحه"
+
+#~ msgid "Script language name"
+#~ msgstr "نام زبان دست‌نوشته"
+
+#~ msgid "Scrollbar"
+#~ msgstr "نوار لغزش"
+
+#~ msgid "Selectable option"
+#~ msgstr "گزینه‌ی انتخاب شدنی"
+
+#~ msgid "Server-side image map"
+#~ msgstr "نقشه‌ی تصویری طرف کارگزار"
+
+#~ msgid "Shape"
+#~ msgstr "شکل"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "نقل‌قولِ درخطِ کوتاه"
+
+#~ msgid "Single line prompt"
+#~ msgstr "اعلان یک‌خطی"
+
+#~ msgid "Size"
+#~ msgstr "اندازه"
+
+#~ msgid "Small text style"
+#~ msgstr "سبک متن ریز"
+
+#~ msgid "Soft line break"
+#~ msgstr "سطرشکنی نرم"
+
+#~ msgid "Sound"
+#~ msgstr "صدا"
+
+#~ msgid "Space"
+#~ msgstr "فاصله"
+
+#~ msgid "Spacer"
+#~ msgstr "فاصله‌ساز"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "فاصله‌گذاری بین خانه‌ها"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "فاصله‌گذاری داخل خانه‌ها"
+
+#~ msgid "Span"
+#~ msgstr "محدوده"
+
+#~ msgid "Square root"
+#~ msgstr "ریشه‌ی دوم"
+
+#~ msgid "Strike-through text"
+#~ msgstr "متن خط خورده"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "سبک متن خط خورده"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "تأکید قوی"
+
+#~ msgid "Style info"
+#~ msgstr "اطلاعات سبک"
+
+#~ msgid "Subscript"
+#~ msgstr "زیرنوشت"
+
+#~ msgid "Superscript"
+#~ msgstr "بالانوشت"
+
+#~ msgid "Tab order position"
+#~ msgstr "موقعیت ترتیب جهش"
+
+#~ msgid "Table"
+#~ msgstr "جدول"
+
+#~ msgid "Table body"
+#~ msgstr "بدنه‌ی جدول"
+
+#~ msgid "Table caption"
+#~ msgstr "عنوان جدول"
+
+#~ msgid "Table column group properties"
+#~ msgstr "مشخصه‌های گروه ستون جدول"
+
+#~ msgid "Table column properties"
+#~ msgstr "مشخصه‌های ستون جدول"
+
+#~ msgid "Table data cell"
+#~ msgstr "خانه‌ی داده‌ای جدول"
+
+#~ msgid "Table footer"
+#~ msgstr "پاجدول"
+
+#~ msgid "Table header cell"
+#~ msgstr "خانه‌ی سرجدول"
+
+#~ msgid "Table row"
+#~ msgstr "سطر جدول"
+
+#~ msgid "Table summary"
+#~ msgstr "خلاصه‌ی جدول"
+
+#~ msgid "Target - Blank"
+#~ msgstr "هدف - خالی"
+
+#~ msgid "Target - Parent"
+#~ msgstr "هدف - والد"
+
+#~ msgid "Target - Self"
+#~ msgstr "هدف - خود"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "سبک متن ماشین‌تحریری یا تک‌عرض"
+
+#~ msgid "Text color"
+#~ msgstr "رنگ متن"
+
+#~ msgid "Text entered by user"
+#~ msgstr "متن وارد شده به وسیله‌ی کاربر"
+
+#~ msgid "Title"
+#~ msgstr "عنوان"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "سبک متن زیرخط دار"
+
+#~ msgid "Unordered list"
+#~ msgstr "فهرست بدون‌ترتیب"
+
+#~ msgid "Use image map"
+#~ msgstr "استفاده از نقشه‌ی تصویری"
+
+#~ msgid "Value"
+#~ msgstr "مقدار"
+
+#~ msgid "Value interpretation"
+#~ msgstr "تفسیر مقدار"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "متغیر یا آرگومان برنامه"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "ردیف‌کردن عمودی خانه‌ها"
+
+#~ msgid "Vertical space"
+#~ msgstr "فاصله‌ی عمودی"
+
+#~ msgid "Visited link color"
+#~ msgstr "رنگ پیوند دیده شده"
+
+#~ msgid "Width"
+#~ msgstr "عرض"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "کتابنامه (ارجاع)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "کتابنامه (مورد)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "کتابنامه (ارجاع کوتاه)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "کتاب‌نامه (thebibliography)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "قلاب ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "قلاب <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "قلاب []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "قلاب {}"
+
+#~ msgid "File input"
+#~ msgstr "ورودی پرونده"
+
+#~ msgid "Footnote"
+#~ msgstr "پانویس"
+
+#~ msgid "Function cosin"
+#~ msgstr "تابع کسینوس"
+
+#~ msgid "Function e^"
+#~ msgstr "تابع e^‎"
+
+#~ msgid "Function exp"
+#~ msgstr "تابع exp"
+
+#~ msgid "Function log"
+#~ msgstr "تابع لگاریتم"
+
+#~ msgid "Function log10"
+#~ msgstr "تابع لگاریتم در مبنای ۱۰"
+
+#~ msgid "Function sine"
+#~ msgstr "تابع سینوس"
+
+#~ msgid "Greek alpha"
+#~ msgstr "آلفای یونانی"
+
+#~ msgid "Greek beta"
+#~ msgstr "بتای یونانی"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "اپسیلون یونانی"
+
+#~ msgid "Greek gamma"
+#~ msgstr "گامای یونانی"
+
+#~ msgid "Greek lambda"
+#~ msgstr "لاندای یونانی"
+
+#~ msgid "Greek rho"
+#~ msgstr "روی یونانی"
+
+#~ msgid "Greek tau"
+#~ msgstr "تاو یونانی"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "عنوان صفر (chapter)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "عنوان صفر (chapter*‎)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "عنوان ۱ (section)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "عنوان ۱ (section*‎)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "عنوان ۲ (subsection)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "عنوان ۳ (*subsection)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "عنوان ۳ (subsubsection)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "عنوان ۳ ‎(subsubsection*)‎"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "عنوان ۴ (paragraph)"
+
+#~ msgid "Header appendix"
+#~ msgstr "پیوست سرصفحه"
+
+#~ msgid "Item"
+#~ msgstr "مورد"
+
+#~ msgid "Item with label"
+#~ msgstr "مورد با برچسب"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "لاتک - برچسب‌ها"
+
+#~ msgid "List description"
+#~ msgstr "فهرست description"
+
+#~ msgid "List enumerate"
+#~ msgstr "فهرست enumerate"
+
+#~ msgid "List itemize"
+#~ msgstr "فهرست itemize"
+
+#~ msgid "Maths (display)"
+#~ msgstr "ریاضی (نمایش)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "ریاضی (درخط)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "عملگر کسر"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "عملگر انتگرال (نمایش)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "عملگر انتگرال (درخط)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "عملگر مجموع (نمایش)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "عملگر مجموع (درخط)"
+
+#~ msgid "Reference label"
+#~ msgstr "ارجاع label"
+
+#~ msgid "Reference ref"
+#~ msgstr "ارجاع ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "نماد <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "نماد <=‎"
+
+#~ msgid "Symbol >="
+#~ msgstr "نماد >=‎"
+
+#~ msgid "Symbol >>"
+#~ msgstr "نماد >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "نماد and"
+
+#~ msgid "Symbol const"
+#~ msgstr "نماد const"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "نماد خنجر"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "نماد معادل"
+
+#~ msgid "Symbol hyphen --"
+#~ msgstr "نماد خط تیره --"
+
+#~ msgid "Symbol hyphen ---"
+#~ msgstr "نماد خط تیره ---"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "نماد بی‌نهایت"
+
+#~ msgid "Symbol star"
+#~ msgstr "نماد ستاره"
+
+#~ msgid "Typeface bold"
+#~ msgstr "قلم سیاه"
+
+#~ msgid "Typeface italic"
+#~ msgstr "قلم ایتالیک"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "قلم خوابیده"
+
+#~ msgid "Typeface type"
+#~ msgstr "نوع قلم"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "متن نشکستنی"
+
+#~ msgid "attribute"
+#~ msgstr "مشخصه"
+
+#~ msgid "child"
+#~ msgstr "فرزند"
+
+#~ msgid "following"
+#~ msgstr "بعد"
+
+#~ msgid "namespace"
+#~ msgstr "فضای نام"
+
+#~ msgid "parent"
+#~ msgstr "والد"
+
+#~ msgid "preceding"
+#~ msgstr "قبل"
+
+#~ msgid "self"
+#~ msgstr "خود"
+
+#~ msgid "Tag list plugin"
+#~ msgstr "متصل شونده‌ی فهرست برچسب"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "گروه برچسب‌هایی را که می‌خواهید به کار ببرید، انتخاب کنید"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "فهرست‌های برچسب موجود"
+
+#~ msgid "Tags"
+#~ msgstr "برچسب‌ها"
+
+#~ msgid "Double-click on a tag to insert it in the current document"
+#~ msgstr "روی یک برچسب دوبار کلیک کنید تا آن را در سند جاری درج کنید."
+
+#~ msgid "Tag _List"
+#~ msgstr "_فهرست برچسب‌ها"
+
+#~ msgid ""
+#~ "Provides a method to easily insert into a document commonly used tags/strings "
+#~ "without having to type them."
+#~ msgstr ""
+#~ "روشی برای درج آسان برچسب‌ها/رشته‌های معمول در یک سند بدون نیاز به وارد کردن "
+#~ "آنها در اختیار می‌گذارد."
+
+#~ msgid "Tag list"
+#~ msgstr "فهرست برچسب‌ها"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">۱ نوامبر ۲۰۰۲، ساعت ۱۷:۵۲:۰۰</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> هنگام درج تاریخ/زمان...</span>"
diff --git a/po/fi.po b/po/fi.po
new file mode 100644
index 0000000..d8bae5b
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,3990 @@
+# gedit Finnish Translation
+# Suomennos: https://l10n.gnome.org/teams/fi/
+# Copyright (C) 1999-2010 Free Software Foundation Inc.
+#
+# Gnome 2012-03 Finnish translation sprint participants:
+# Flammie Pirinen
+# Niklas Laxström
+# Jarkko Ruottinen
+#
+# Jarkko Ranta <jjranta@cc.joensuu.fi>, 2000-2004.
+# Sami Pesonen <sampeson@iki.fi>, 2005.
+# Lauri Nurmi <lanurmi@iki.fi>, 2005-2007, 2015.
+# Ilkka Tuohela <hile@iki.fi>, 2005-2009.
+# Tommi Vainikainen <thv@iki.fi>, 2009-2010.
+# Lasse Liehu <lasse.liehu@gmail.com>, 2014.
+# Jiri Grönroos <jiri.gronroos+l10n@iki.fi>, 2010, 2012, 2013, 2014, 2015, 2016.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-08-22 11:34+0000\n"
+"PO-Revision-Date: 2022-08-30 20:21+0300\n"
+"Last-Translator: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>\n"
+"Language-Team: suomi <lokalisointi-lista@googlegroups.com>\n"
+"Language: fi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-POT-Import-Date: 2012-02-19 15:15:59+0000\n"
+"X-Generator: Poedit 3.1.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Tekstimuokkain"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "gedit on yleiskäyttöinen tekstimuokkain."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Ensimmäinen geditin tavoite on olla helppokäyttöinen ja tarjota oletuksena "
+"yksinkertainen käyttöliittymä. Edistyneitä lisäominaisuuksia on saatavilla "
+"ottamalla liitännäisiä käyttöön."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Muokkaa tekstitiedostoja"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr ""
+"Text;Editor;Plaintext;Write;gedit;teksti;muokkain;editori;tekstieditori;"
+"tekstimuokkain;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Uusi ikkuna"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Uusi asiakirja"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Käytä oletusfonttia"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Määrittää käytetäänkö tekstin muokkaukseen järjestelmän tasalevyistä "
+"oletusfonttia geditissä määritellyn fontin sijasta. Jos tämä on pois päältä, "
+"käytetään kohdassa ”Muokkaimen fontti” määriteltyä fonttia."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Muokkaimen fontti"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Muokkausalueella käytettävä omavalintainen fontti. Tämä on voimassa "
+"ainoastaan mikäli valinta “Käytä oletusfonttia” ei ole päällä."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Tyylimalli"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Tunniste GtkSourceView-tyyliskeemalle, jota käytetään tekstin väritykseen."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Luo varmuuskopiot"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Määrittää tallentaako gedit varmuuskopioita tallennettavista tiedostoista."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Autotallennus"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Tallentaako gedit automaattisesti muokatut tiedostot tietyn ajan jälkeen. "
+"Haluttu aikaväli voidaan asettaa ”Autotallennuksen väli”-valintaan."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Autotallennuksen väli"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Minuuttimäärä, joka jälkeen gedit automaattisesti tallentaa muokatut "
+"tiedostot. Tämä on toiminnassa vain jos ”Autotallennus”-valinta on käytössä."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Kumoamistoimintojen enimmäismäärä"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Suurin määrä toimintoja jotka gedit voi kumota tai tehdä uudestaan. Arvo "
+"“-1” tarkoittaa rajatonta määrää."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Rivitystapa"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Määrittää kuinka pitkät rivit rivitetään muokkausalueella. Käytä arvoa "
+"“none” jos et halua rivittää, “word” rivittääksesi sanan vaihtuessa, ja "
+"“char” rivittääksesi yksittäisen merkin kohdalta. Huomaa, että kirjainkoko "
+"merkitsee arvoissa, joten varmista että kirjoitat arvon täsmälleen kuten "
+"tässä on neuvottu."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Rivitystilan viimeisen jakotilan valinta"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Määrittää rivitystilan kanssa käytettävän viimeisen jakotilan, jotta "
+"rivityksen ollessa pois käytöstä jakotilan valinta muistetaan edelleen. "
+"Käytä arvoa “word” rivittääksesi sanan vaihtuessa, ja “char” rivittääksesi "
+"yksittäisten merkkien kohdalta."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Sarkaimen koko"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Määrittää sarkainmerkkien sijasta lisättävien välilyöntien lukumäärän."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Lisää välilyöntejä"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Määrittää lisääkö gedit sarkaimien sijaan välilyöntejä."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automaattisisennys"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Tekeekö gedit automaattista sisennystä."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Näytä rivinumerot"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Määrittää näyttääkö gedit rivinumerot muokkausalueella."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Korosta nykyinen rivi"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Määrittää korostaako gedit nykyistä riviä."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Korosta vastaavat sulut"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Määrittää korostaako gedit vastaavat sulut."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Näytä oikea reunus"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Määrittää näyttääkö gedit oikean reunuksen muokkausalueella."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Oikean reunuksen sijainti"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Määrittää oikean reunuksen sijainnin."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Asiakirjan taustakuvion tyyppi"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Piirretäänkö asiakirjalle taustakuvio."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Älykkäät Home/End-näppäimet"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Määrittää, kuinka kohdistin liikkuu, kun Home- ja End-näppäimiä painetaan. "
+"Arvolla “disabled” siirrytään aina rivin alkuun tai loppuun, arvolla “after” "
+"siirrytään ensi kerralla rivin alkuun tai loppuun, ja toisella "
+"painalluksella tekstin alkuun tai loppuun, jättäen tyhjä tila huomioimatta, "
+"arvolla “before” siirrytään aina ensin tekstin alkuun tai loppuun ennen "
+"rivin alkuun tai loppuun siirtymistä, ja arvolla “always” siirrytään aina "
+"tekstin alkuun tai loppuun rivin alun tai lopun sijasta."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Palaa edelliseen kohdistimen kohtaan"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Määrittää palauttaako gedit edellisen kohdistimen sijainnin avattaessa "
+"tiedostoa."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Käytä syntaksiväritystä"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Määrittää käyttääkö gedit syntaksiväritystä."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Käytä hakujen väritystä"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Määrittää korostaako gedit kaikki haetun tekstin osumat asiakirjasta."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Varmista loppuun rivinvaihto"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Määrittää, päättääkö gedit asiakirjat aina rivinvaihtoon."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Muistio. Näytä välilehdet -tila"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Määrittää milloin välilehdet näytetään. Käytä arvoa “never” jos et halua "
+"välilehtiä koskaan, “always” välilehtien näyttämiseksi aina ja “auto” "
+"välilehtien näyttämiseksi vain kun niitä on yli yksi. Huomaa, että "
+"kirjainkoko merkitsee arvoissa, joten varmista että kirjoitat arvon "
+"täsmälleen kuten tässä on neuvottu."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Tilarivi näytetään"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Määrittää näytetäänkö muokkausikkunan alalaidassa tilarivi."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Sivupaneeli on näkyvissä"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Onko sivupaneeli muokkausikkunan vasemmalla puolella näkyvissä."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Tulosta syntaksiväritys"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Määrittää käyttääkö gedit syntaksiväritystä tulostettaessa."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Tulosta otsikkotiedot"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Määrittää lisääkö gedit asiakirjojen otsikot tulosteisiin."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Tulostuksen rivitystapa"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Määrittää kuinka pitkät rivit rivitetään tulostusta varten. Käytä arvoa "
+"“none” jos et halua rivittää, “word” rivittääksesi sanan vaihtuessa, ja "
+"“char” rivittääksesi yksittäisen merkin kohdalta. Huomaa, että kirjainkoko "
+"merkitsee arvoissa, joten varmista että kirjoitat arvon täsmälleen kuten "
+"tässä on neuvottu."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Tulosta rivinumerot"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Jos tämän arvo on 0, rivinumeroita ei näytetä asiakirjoja tulostettaessa."
+"Muutoin gedit tulostaa rivinumeron määrittämäsi riviluvun välein."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Tekstin tulostusfontti"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Määrittää tulostettaessa käytettävän fontin."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Otsikkotietojen tulostusfontti"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Määrittää tulostettaessa käytettävän otsikkotiedon fontin. Tämä on voimassa "
+"ainoastaan, mikäli asetus ”Tulosta otsikkotiedot” on päällä."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Rivinumeroiden tulostusfontti"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Määrittää tulostettaessa käytettävän rivinumeron fontin. Tämä on voimassa "
+"ainoastaan, mikäli asetuksen ”Tulosta rivinumerot” arvo on muu kuin nolla."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Vasen reunus"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Vasen reunus millimetreinä."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Yläreunus"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Yläreunus millimetreinä."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Oikea reunus"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Oikea reunus millimetreinä."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Alareunus"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Alareunus millimetreinä."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Mahdolliset koodaustavat"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Luettelo tiedoston avaus- ja tallennusikkunassa näytettävistä mahdollisista "
+"koodaustavoista. “CURRENT” edustaa vallitsevan maa-asetuston koodaustapaa. "
+"Vain tunnistettuja koodaustapoja käytetään. Oletusarvo on tyhjä lista, ja "
+"tällöin gedit valitsee hyvät oletusarvot maan ja kielen mukaan."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Käytössä olevat liitännäiset"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Luettelo aktiivisista liitännäisistä."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Näytä ohjelman versio"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Näytä luettelo mahdollisista arvoista koodausvalintaan"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Aseta merkistön koodaus jota haluat käyttää avatessasi komentorivillä "
+"luettelemiasi tiedostoja"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KOODAUS"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Luo uusi täysleveä ikkuna olemassa olevaan gedit-instanssiin"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Luo uusi asiakirja jo käynnissä olevaan geditiin"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr ""
+"Avaa tiedostoja ja estä prosessia jatkamasta, kunnes tiedostot ovat suljettu"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Suorita gedit standalone-tilassa"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[TIEDOSTO…] [+RIVI[:SARAKE]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Ohjetta näyttäessä tapahtui virhe."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: virheellinen koodaus."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "_Sulje tallentamatta"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Peru"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "_Tallenna nimellä…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Tallenna"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Jos et tallenna, muutokset viimeisen %ld sekunnin ajalta katoavat pysyvästi."
+msgstr[1] ""
+"Jos et tallenna, muutokset viimeisten %ld sekunnin ajalta katoavat pysyvästi."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Jos et tallenna, muutokset viimeisen minuutin ajalta katoavat pysyvästi."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Jos et tallenna, muutokset viimeisen minuutin ja %ld sekunnin ajalta "
+"katoavat pysyvästi."
+msgstr[1] ""
+"Jos et tallenna, muutokset viimeisten minuutin ja %ld sekunnin ajalta "
+"katoavat pysyvästi."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Jos et tallenna, muutokset viimeisen %ld minuutin ajalta katoavat pysyvästi."
+msgstr[1] ""
+"Jos et tallenna, muutokset viimeisten %ld minuutin ajalta katoavat pysyvästi."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Jos et tallenna, muutokset viimeisen tunnin ajalta katoavat pysyvästi."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Jos et tallenna, muutokset viimeisen tunnin ja %d minuutin ajalta katoavat "
+"pysyvästi."
+msgstr[1] ""
+"Jos et tallenna, muutokset viimeisen tunnin ja %d minuutin ajalta katoavat "
+"pysyvästi."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Jos et tallenna, muutokset viimeisen %d tunnin ajalta katoavat pysyvästi."
+msgstr[1] ""
+"Jos et tallenna, muutokset viimeisten %d tunnin ajalta katoavat pysyvästi."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Tallennetaanko muutokset asiakirjaan ”%s” ennen sulkemista?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Sinulla on avoinna %d tallentamattomia muutoksia sisältävä asiakirja. "
+"Tallennetaanko muutokset ennen sulkemista?"
+msgstr[1] ""
+"Sinulla on avoinna %d tallentamattomia muutoksia sisältävää asiakirjaa. "
+"Tallennetaanko muutokset ennen sulkemista?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "Valits_e asiakirjat jotka haluat tallentaa:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Jos et tallenna, kaikki tekemäsi muutokset katoavat lopullisesti."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Ladataan tiedostoa “%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Ladataan %d tiedosto…"
+msgstr[1] "Ladataan %d tiedostoa…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Tiedosto “%s” on kirjoitussuojattu."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Haluatko yrittää korvata sen tiedostolla jota olet tallentamassa?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "Ko_rvaa"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Tallennetaanko tiedosto käyttäen pakkausta?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Tallennetaanko tiedosto muotoilemattomana tekstinä?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Tiedosto “%s” on aikaisemmin tallennettu muotoilemattomana tekstinä ja "
+"tallennetaan nyt käyttäen pakkausta."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Tallenna pakattuna"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Tiedosto “%s” oli aiemmin tallennettu pakattuna ja tallennetaan nyt "
+"muotoilemattomana tekstinä."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Tallenna muotoilemattomana tekstinä"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Tallennetaan tiedostoa “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Tallenna nimellä"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Palautetaan asiakirjaa “%s”…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Palauta tallentamattomat muutokset asiakirjaan “%s”?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Viimeisen %ld sekunnin aikana asiakirjaan tehdyt muutokset menetetään "
+"lopullisesti."
+msgstr[1] ""
+"Viimeisten %ld sekunnin aikana asiakirjaan tehdyt muutokset menetetään "
+"lopullisesti."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Viimeisen minuutin aikana asiakirjaan tehdyt muutokset menetetään "
+"lopullisesti."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Viimeisen minuutin ja %ld sekunnin aikana asiakirjaan tehdyt muutokset "
+"menetetään lopullisesti."
+msgstr[1] ""
+"Viimeisen minuutin ja %ld sekunnin aikana asiakirjaan tehdyt muutokset "
+"menetetään lopullisesti."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Viimeisen %ld minuutin aikana asiakirjaan tehdyt muutokset menetetään "
+"lopullisesti."
+msgstr[1] ""
+"Viimeisten %ld minuutin aikana asiakirjaan tehdyt muutokset menetetään "
+"lopullisesti."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Viimeisen tunnin aikana asiakirjaan tehdyt muutokset menetetään lopullisesti."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Viimeisen tunnin ja %d minuutin aikana asiakirjaan tehdyt muutokset "
+"menetetään lopullisesti."
+msgstr[1] ""
+"Viimeisen tunnin ja %d minuutin aikana asiakirjaan tehdyt muutokset "
+"menetetään lopullisesti."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Viimeisen %d tunnin aikana asiakirjaan tehdyt muutokset menetetään "
+"lopullisesti."
+msgstr[1] ""
+"Viimeisten %d tunnin aikana asiakirjaan tehdyt muutokset menetetään "
+"lopullisesti."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Palauta levyltä"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Keskeisimmät kehittäjät:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Kiitokset:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "ja monet muut avustajat."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit on helppokäyttöinen ja yleiskäyttöinen tekstimuokkain"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Jiri Grönroos 2010-2022\n"
+"Ilkka Tuohela, 2005-2009\n"
+"Lauri Nurmi, 2005-2007, 2015\n"
+"Sami Pesonen, 2005\n"
+"Jarkko Ranta, 2000-2004\n"
+"\n"
+"https://l10n.gnome.org/teams/fi/\n"
+"\n"
+"Launchpad Contributions:\n"
+" Eetu Huisman https://launchpad.net/~eh\n"
+" Jiri Grönroos https://launchpad.net/~jiri-gronroos\n"
+" Jussi Aalto https://launchpad.net/~jtaalto\n"
+" Tommi Vainikainen https://launchpad.net/~thv"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Löydetty ja korvattu %d esiintymä"
+msgstr[1] "Löydetty ja korvattu %d esiintymää"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Löydetty ja korvattu yksi esiintymä"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” ei löytynyt"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Välilehtiryhmä %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Vain luku"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Nykyiset maa-asetukset (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automaattisesti tunnistettu"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Lisää tai poista…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (nykyinen maa-asetusto)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Haluatko varmasti palauttaa merkistökoodausten asetukset?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Palauta"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Lisää"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Poista"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Siirrä korkeammalle prioriteetille"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Siirrä matalammalle prioriteetille"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Nimetön asiakirja %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Kaikki tiedostot"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Kaikki tekstitiedostot"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Merkistökoodaus:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "_Rivinloppu:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Avaa tiedostoja"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Avaa"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:416
+msgid "_Retry"
+msgstr "Yritä _uudestaan"
+
+#: gedit/gedit-io-error-info-bar.c:157
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Tiedostoa ”%s” ei löytynyt."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:177
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "”%s”-sijaintien käsittely ei onnistu."
+
+#: gedit/gedit-io-error-info-bar.c:183
+msgid "Unable to handle this location."
+msgstr "Tämän sijainnin käsittely ei onnistu."
+
+#: gedit/gedit-io-error-info-bar.c:192
+msgid "The location of the file cannot be accessed."
+msgstr "Tiedoston sijaintia ei voi käyttää."
+
+#: gedit/gedit-io-error-info-bar.c:196
+#, c-format
+msgid "“%s” is a directory."
+msgstr "”%s” on hakemisto."
+
+#: gedit/gedit-io-error-info-bar.c:198 gedit/gedit-io-error-info-bar.c:205
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Tarkista, että kirjoitit sijainnin oikein ja yritä uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "”%s” ei ole kelvollinen sijainti."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:239
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Verkkonimeä \"%s\" ei löydy. Tarkista, että välityspalvelimesi asetukset "
+"ovat kunnossa ja yritä uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:254
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Kohdekoneen nimi ei ole kelvollinen. Tarkista kirjoittamasi osoite ja koeta "
+"uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:262
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "\"%s\" ei ole tavallinen tiedosto."
+
+#: gedit/gedit-io-error-info-bar.c:267
+msgid "Connection timed out. Please try again."
+msgstr "Yhteys aikakatkaistiin, yritä uudestaan."
+
+#: gedit/gedit-io-error-info-bar.c:300
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Odottamaton virhe: %s"
+
+#: gedit/gedit-io-error-info-bar.c:336
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Haluttua tiedostoa ei löydy. Se on ehkä poistettu äskettäin."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Tiedoston ”%s” palauttaminen epäonnistui."
+
+#: gedit/gedit-io-error-info-bar.c:373
+msgid "Ch_aracter Encoding:"
+msgstr "_Merkistökoodaus:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:424
+msgid "Edit Any_way"
+msgstr "_Muokkaa silti"
+
+#: gedit/gedit-io-error-info-bar.c:512
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Seurattujen linkkien lukumäärä on rajoitettu, eikä todellista tiedostoa "
+"löytynyt tämän rajan puitteissa."
+
+#: gedit/gedit-io-error-info-bar.c:516
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Sinulla ei ole tarvittavia oikeuksia tiedoston avaamiseksi."
+
+#: gedit/gedit-io-error-info-bar.c:522
+msgid "Unable to detect the character encoding."
+msgstr "Merkistökoodausta ei onnistuttu havaitsemaan."
+
+#: gedit/gedit-io-error-info-bar.c:523 gedit/gedit-io-error-info-bar.c:547
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Tarkista, ettet yritä avata binääritiedostoa."
+
+#: gedit/gedit-io-error-info-bar.c:524
+msgid "Select a character encoding from the menu and try again."
+msgstr "Valitse merkistökoodaus valikosta ja koeta uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Tiedostoa \"%s\" avatessa tapahtui virhe."
+
+#: gedit/gedit-io-error-info-bar.c:532
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Avatussa tiedostossa on epäkelvollisia merkkejä. Jos muokkaat tiedostoa, se "
+"voi vioittua."
+
+#: gedit/gedit-io-error-info-bar.c:535
+msgid "You can also choose another character encoding and try again."
+msgstr "Voit valita toisen merkistökoodauksen ja koettaa uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:544
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Tiedoston \"%s\" avaaminen käyttäen merkistökoodausta \"%s\" ei onnistunut."
+
+#: gedit/gedit-io-error-info-bar.c:548 gedit/gedit-io-error-info-bar.c:623
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Valitse toinen merkistökoodaus valikosta ja koeta uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:560
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Tiedoston ”%s” avaaminen epäonnistui."
+
+#: gedit/gedit-io-error-info-bar.c:618
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Tiedoston \"%s\" tallennus käyttäen merkistökoodausta \"%s\" ei onnistunut."
+
+#: gedit/gedit-io-error-info-bar.c:621
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Tiedosto sisältää yhden tai useamman fontin, joiden näyttäminen ei onnistu "
+"käyttäen valittua merkistökoodausta."
+
+#: gedit/gedit-io-error-info-bar.c:692
+msgid "S_ave Anyway"
+msgstr "T_allenna joka tapauksessa"
+
+#: gedit/gedit-io-error-info-bar.c:695
+msgid "D_on’t Save"
+msgstr "Älä ta_llenna"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:709
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Tiedostoa ”%s” on muokattu sen avaamisen jälkeen."
+
+#: gedit/gedit-io-error-info-bar.c:724
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Jos tallennat tiedoston, kaikki ulkopuoliset muutokset hukataan. "
+"Tallennetaanko silti?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:782
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"”%s:”-sijainteja ei voi käsitellä kirjoitustilassa. Tarkista, että annoit "
+"sijainnin oikein ja yritä uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:790
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Tällaista sijaintia ei voi käsitellä kirjoitustilassa. Tarkista, että annoit "
+"sijainnin oikein ja yritä uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:799
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" ei ole kelvollinen sijainti. Tarkista, että kirjoitit sijainnin "
+"oikein ja yritä uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:806
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Oikeutesi eivät riitä tiedoston tallentamiseen. Tarkista, että annoit "
+"sijainnin oikein ja yritä uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:812
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Levytila ei riitä tiedoston tallentamiseksi. Vapauta levytilaa ja yritä "
+"uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Yrität tallentaa tiedostoa levylle, jolta voi vain lukea. Tarkista, että "
+"kirjoitit osoitteen oikein ja yritä uudelleen."
+
+#: gedit/gedit-io-error-info-bar.c:823
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Samanniminen tiedosto on jo olemassa. Käytä toista nimeä."
+
+#: gedit/gedit-io-error-info-bar.c:828
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Levy, jolle yrität tallentaa tiedostoa, rajoittaa tiedostonimien pituutta. "
+"Valitse lyhyempi nimi."
+
+#: gedit/gedit-io-error-info-bar.c:839
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Levy, jonne olet tallentamassa tiedostoa on tiedostoilla kokorajoitus. Yritä "
+"tallentaa pienempi tiedosto tai tallenna se levylle, jolla ei ole tätä "
+"rajoitusta."
+
+#: gedit/gedit-io-error-info-bar.c:856
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Tiedoston ”%s” tallentaminen epäonnistui."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Napsauta tästä valitaksesi editorissa käytettävän fontin"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Käytä järjestelmän tasalevyistä fonttia (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Valittua värimallia ei voi asentaa: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Valittua värimallia ei voi asentaa."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Lisää värimalli"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Lisää värimalli"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Värimallitiedostot"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Värimallin “%s” poisto epäonnistui."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Valmistellaan…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Tiedosto: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "Sivu %N / %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Muodostetaan sivua %d/%d…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Tekstimuokkain"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Sivu %d / %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ei mitään"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Etsi ja korvaa"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "YLIK"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "LISÄYS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Yksi välilehti sisältää virheitä"
+msgstr[1] "%d välilehteä sisältää virheitä"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Palautetaan %s hakemistosta %s"
+
+#: gedit/gedit-tab.c:837
+#, c-format
+msgid "Reverting %s"
+msgstr "Palautetaan %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Ladataan %s hakemistosta %s"
+
+#: gedit/gedit-tab.c:857
+#, c-format
+msgid "Loading %s"
+msgstr "Ladataan %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:937
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Tallennetaan %s hakemistoon %s"
+
+#: gedit/gedit-tab.c:942
+#, c-format
+msgid "Saving %s"
+msgstr "Tallennetaan %s"
+
+#: gedit/gedit-tab.c:1515
+#, c-format
+msgid "Error opening file %s"
+msgstr "Virhe avattaessa tiedostoa %s"
+
+#: gedit/gedit-tab.c:1520
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Virhe palautettaessa tiedostoa %s"
+
+#: gedit/gedit-tab.c:1525
+#, c-format
+msgid "Error saving file %s"
+msgstr "Virhe tallennettaessa tiedostoa %s"
+
+#: gedit/gedit-tab.c:1556
+msgid "Name:"
+msgstr "Nimi:"
+
+#: gedit/gedit-tab.c:1557
+msgid "MIME Type:"
+msgstr "MIME-tyyppi:"
+
+#: gedit/gedit-tab.c:1558
+msgid "Encoding:"
+msgstr "Koodaustapa:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ levyjaossa %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d/%d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Rivitä"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "T_äsmää säännöllisenä lausekkeena"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Täsmää vain _kokonaisia sanoja"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Huomioi kirjainkoko"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Etsittävä merkkijono"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Rivi, jolle haluat siirtää kursorin"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Sulkuparin täsmäys on alueen ulkopuolella"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Vastaavaa sulkua ei löytynyt"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Vastaava sulku löytyi riviltä: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rvi %d, Srke %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Sarkaimen leveys: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Raakateksti"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Tallentamattomia asiakirjoja on avoinna"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Vaihda sivupaneelin sivua"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Asiakirjat"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Avaa tiedosto"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Avaa äskettäin käytetty tiedosto"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Siirrä _vasemmalle"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Siirrä _oikealle"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Siirrä uuteen ikkunaan"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Siirr_ä uuteen välilehtiryhmään"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Sulje"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automaattinen sisennys"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Käytä välilyöntejä"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Näytä rivinumerot"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Näytä oikea reunus"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Korosta nykyinen rivi"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Tekstin rivitys"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Tiedosto"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Uusi"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Avaa _viimeisimpiä"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "_Avaa uudelleen suljettu välilehti"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "_Tallenna nimellä…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Uusi ikkuna"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Lataa uudelleen"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Tulosta…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Lopeta"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Muokkaa"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "K_umoa"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Tee uudelleen"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Leikkaa"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopioi"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Liitä"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Poista"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "K_orvaustila"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "_Valitse kaikki"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Asetukset"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Näytä"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "_Sivupaneeli"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Alapaneeli"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "Koko näytt_ö"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "Korost_ustila…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Etsi"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Etsi…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Etsi _seuraava"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Etsi _edellinen"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Etsi _ja korvaa…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "Ä_lä korosta osumia"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "S_iirry riville…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Työkalut"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Asiakirjat"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Tallenna k_aikki"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Sulje _kaikki"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Uusi v_älilehtiryhmä"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Edellinen _välilehtiryhmä"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Seuraava vä_lilehtiryhmä"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "E_dellinen asiakirja"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "S_euraava asiakirja"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Sii_rrä uuteen ikkunaan"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "O_hje"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "Tietoja - gedit"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Tallenna k_aikki"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Etsi _ja korvaa…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "S_iirry riville…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Pikanäppäimet"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Merkistökoodaukset"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Toteuta"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Käytettävissä olevat koodausta_vat"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "V_alitut koodaustavat"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Kuvaus"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "Koo_daustapa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Asetukset"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Näytä rivi_numerot"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Näytä o_ikea reunus sarakkeessa:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Näytä t_ilarivi"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Näytä _ruudukko"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Tekstin rivitys"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Käytä _rivitystä"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Älä jaa _sanoja kahdelle riville"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Korostus"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Korosta nykyinen _rivi"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Korosta _vastaava sulut"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Näytä"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Sarkainleveydet"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Sarkainleveys:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Lisää _välilyöntejä sarkaimien sijaan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Käytä auto_maattisisennystä"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Tiedoston tallennus"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Luo tiedostoista _varmuuskopio ennen tallentamista"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Tallenna tiedostot _automaattisesti"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minuutin välein"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Muokkain"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Fontti"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Muokkaimen _fontti: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Valitse muokkaimen fontti"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Väriteema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Asenna teema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Asenna teema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Poista teema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Poista teema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Fontit & Värit"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Liitännäiset"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Syntaksiväritys"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Tulosta s_yntaksiväritys"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Rivinumerot"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Tu_losta rivinumerot"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numeroinnin rivitystiheys:"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "rivin välein"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Sivun otsake"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Tulosta sivujen _otsakkeet"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fontit"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Tekstiosa:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Rivinumerot:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Otsikot ja alatunnisteet:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Palauta oletusfontit"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Näytä edellinen sivu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Näytä seuraava sivu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Nykyinen sivu (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "/"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Sivuja kaikkiaan"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Sivujen kokonaislukumäärä asiakirjassa"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Näytä useita sivuja"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Suurennos 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Sovita ikkunan kokoiseksi"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Lähennä sivua"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Loitonna sivua"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Sulje tulostuksen esikatselu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Sulje esikatselu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Sivun esikatselu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Esikatselunäkymä tulostettavan asiakirjan sivusta"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Korvaa k_aikki"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Etsi"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Et_si "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Korvaava _merkkijono "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Huomioi kirjainkoko"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Etsi vain _kokonaista sanaa"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "S_äännöllinen lauseke"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Etsi _taaksepäin"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Jatka _alusta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Asiakirjat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Luo uusi asiakirja välilehteen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Avaa asiakirja"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Tallenna asiakirja"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Tallenna asiakirja toisella nimellä"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Tallenna kaikki asiakirjat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Sulje asiakirja"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Sulje kaikki asiakirjat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Avaa viimeksi suljettu asiakirja"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Vaihda seuraavaan asiakirjaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Vaihda edelliseen asiakirjaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Vaihda asiakirjojen 1-9 välillä"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Ikkunat ja paneelit"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Luo uusi asiakirja ikkunaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Luo uusi välilehtiryhmä"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Näytä sivupaneeli"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Näytä alapaneeli"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Koko näyttö päällä/pois"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Lopeta sovellus"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Etsi ja korvaa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Etsi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Etsi seuraava osuma"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Etsi edellinen osuma"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Tyhjennä korostus"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Kumoa ja tee uudelleen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Kumoa edellinen komento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Tee uudelleen edellinen komento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Valinta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Valitse kaikki teksti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Poista valinta kaikelta tekstiltä"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopioi ja liitä"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopioi valittu teksti leikepöydälle"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Leikkaa valittu teksti leikepöydälle"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Liitä teksti leikepöydältä"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Liikkuminen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Siirry riville"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Siirry nykyisen rivin alkuun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Siirry nykyisen rivin loppuun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Siirry asiakirjan alkuun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Siirry asiakirjan loppuun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Siirrä näkymä ylös tiedostossa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Siirrä näkymä alas tiedostossa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Siirrä näkymä tiedoston loppuun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Siirrä näkymä tiedoston alkuun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Siirry vastaavaan sulkuun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Siirry edelliseen välilehtiryhmään"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Siirry seuraavaan välilehtiryhmään"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Muokkaaminen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Vaihda syötön ja korvauksen välillä"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Näytä tai piilota kursori"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Poista nykyinen rivi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Siirrä nykyinen rivi ylöspäin"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Siirrä nykyinen rivi alaspäin"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Siirrä nykyinen sana vasemmalle"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Siirrä nykyinen sana oikealle"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Muuta suuriksi kirjaimiksi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Muuta pieniksi kirjaimiksi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Käänteinen kirjainkoko"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Kasvata kohdistettua numeroarvoa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Vähennä kohdistettua numeroarvoa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Työkalut"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Tarkista oikeinkirjoitus"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Tulosta asiakirja"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Näytä täydennysikkuna"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Yleiset"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Näytä ohje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Avaa valikko"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Pikanäppäimet"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Sulje asiakirja"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Luo uusi asiakirja"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Uusi"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Tallenna nykyinen tiedosto"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Tallenna"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Piilota paneeli"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Poistu koko näytön tilasta"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Asiakirjan tilastot"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+"Ilmoittaa asiakirjassa olevien sanojen, rivien, merkkien merkkien määrät."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "A_siakirjan tilastot"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Asiakirja"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Valinta"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Rivejä"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Sanoja"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Merkkejä (välilyöntien kanssa)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Merkkejä (ilman välilyöntejä)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Tavuja"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Käännös"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Suorita “make” asiakirjahakemistossa"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Avaa pääte tähän"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Avaa pääte asiakirjan kansiossa"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Poista ylimääräiset tyhjät"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Poista turhat tyhjät merkkijonot tiedostosta"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Suorita komento"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Suorita oma komento ja laita sen tuloste uuteen asiakirjaan"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Lähetä fpasteen"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Liitä valittu teksti tai nykyinen asiakirja fpasteen"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Ulkoiset työkalut"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Suorita ulkoisia komentoja ja skriptejä."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Käytetäänkö järjestelmän fonttia"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Jos tosi, ulkoiset työkalut käyttävät työpöydänlaajuista vakiofonttia mikäli "
+"kyseessä on tasalevyinen fontti (ja kaikkein vastaavanlaisinta fonttia "
+"muussa tapauksessa)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango-fontin nimi. Esimerkiksi “Sans 12” tai “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Hallinnoi _ulkoisia työkaluja…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Ulkoiset _työkalut"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Komennon suoritus epäonnistui: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Kohdistimen täytyy olla sanan kohdalla jotta komento voidaan suorittaa"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Suoritetaan työkalua:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Valmis."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Päättyi"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Kaikki kielet"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Kaikki kielet"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Uusi työkalu"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Tämä pikanäppäin on jo käytössä toiminnolle %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Syötä uusi pikanäppäin tai tyhjennä arvo Backspacella"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Syötä uusi pikanäppäin"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Pysäytetty."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Pysäytä työkalu"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Aina käytettävissä"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Kaikki asiakirjat"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Kaikki asiakirjat lukuun ottamatta nimeämättömiä"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Vain paikalliset tiedostot"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Vain etätiedostot"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Vain nimeämättömät asiakirjat"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Nykyinen asiakirja"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Nykyinen valinta"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Nykyinen valinta (asiakirjan oletus)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Nykyinen rivi"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Nykyinen sana"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Näytä alapaneelissa"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Luo uusi asiakirja"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Lisää nykyiseen asiakirjaan"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Korvaa nykyinen asiakirja"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Korvaa nykyinen valinta"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Lisää kohdistimen kohdalle"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Hallinnoi ulkoisia työkaluja"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Lisää uusi työkalu"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Lisää työkalu"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Poista valittu työkalu"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Poista työkalu"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Kumoa työkalu"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Kumoa työkalu"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Pikanäppäin:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Tallenna:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Syöte:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "Tulosterivit:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Kohteet:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Työkalun tuloste"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Tiedostoselainpaneeli"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Selaa tiedostoja sivupaneelia käyttäen."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Koti"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Tiedostojärjestelmä"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "Tiedostoselain"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "Virhe luotaessa uutta kansiota"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "Virhe luotaessa uutta tiedostoa"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "Virhe nimettäessä tiedostoa tai kansiota uudestaan"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "Virhe poistettaessa tiedostoa tai kansiota"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Virhe avattaessa kansiota tiedostonhalintaan"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "Virhe asetettaessa juurikansiota"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "Virhe ladattaessa kansiota"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "Tapahtui virhe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Tiedostoa ei voi siirtää roskakoriin.\n"
+"Haluatko poistaa sen pysyvästi?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Tiedostoa “%s” ei voi siirtää roskakoriin."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "Valittuja tiedostoja ei voi siirtää roskakoriin."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Haluatko varmasti poistaa pysyvästi kohteen “%s”?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Haluatko varmasti poistaa valitut tiedostot pysyvästi?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "Jos poistat kohteen, se menetetään pysyvästi."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "[Tyhjä]"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Uudelleennimetty tiedosto on tällä hetkellä suodatettu pois. Sinun täytyy "
+"muuttaa suodatinasetuksiasi, jos haluat nähdä sen"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Nimetön tiedosto"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Uusi tiedosto on tällä hetkellä suodatettu pois. Sinun täytyy säätää "
+"suodatinasetuksiasi, jos haluat nähdä sen"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Nimetön kansio"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Uusi kansio on tällä hetkellä suodatettu pois. Sinun täytyy säätää "
+"suodatinasetuksiasi, jos haluat nähdä sen"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Kirjanmerkit"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Liitetylle taltiolle ei löydy liitos-oliota: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Median avaus epäonnistui: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Taltion liittäminen epäonnistui: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Virhe ladattaessa kohdetta “%s” Kansiota ei ole olemassa"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Avaa puunäkymä"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Avaa puunäkymä kirjanmerkkinäkymän sijasta, kun tiedostoselain ladataan"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Tiedostoselaimen juurihakemisto"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Tiedostoselaimen juurikansiona käytettävä kansio, kun liitännäistä ladataan "
+"ja avain onload/tree_view on TOSI."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Tiedostoselaimen virtuaalinen juurihakemisto"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Tiedostoselaimen virtuaalisena juurikansiona käytettävä kansio, kun "
+"liitännäistä ladataan ja avain onload/tree_view on TOSI. Virtuaalisen "
+"kansion täytyy aina olla todellisen juurikansion alikansio."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Ota käyttöön palautus etäsijainneissa"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Käytetäänkö etäsijaintien palautusta."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Aseta sijainti ensimmäiselle asiakirjalle"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Jos TOSI niin tiedostoselainliitännäinen näyttää ensin avatun asiakirjan "
+"hakemiston jos tiedostoselainta käytetään ensimmäistä kertaa. (Tämä siis "
+"käytännössä soveltuu tilanteisiin, joissa asiakirja on on avattu "
+"komentoriviltä tai Nautiluksesta jne.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Tiedostoselaimen suodatintila"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Tämä avain määrittää, mitkä tiedostot suodatetaan tiedostoselaimessa. "
+"Kelvolliset arvot ovat: none (ei suodatusta), hide-hidden (suodatetaan "
+"piilotiedostot) ja hide-binary (suodatetaan binääritiedostot)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Tiedostoselaimen suodatinmalli"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Tiedostoselaimen listan suodatuksessa käytetty suodatin. Tämä suodatin on "
+"käytössä avaimen filter_mode määrittelemällä tavalla."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Tiedostoselaimen binäärimallit"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Binääritiedostoja suodatettaessa käytettävät lisämallit."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Aseta juuri aktiivisen asiakirjan sijaintiin"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Uusi kansio"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Uusi _tiedosto"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Nimeä uudelleen…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Siirrä roskakoriin"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Päivitä näkymä"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Näytä kansio"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Avaa päätteessä"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Suodata"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Näytä _piilotetut"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Näytä _binäärit"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Täsmää tiedostonimi"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historia"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Avaa historiavalikko"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Tilarivit"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Tuki emacsin, katen ja vimin tilariveille."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Komennon väri"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Komennon väri"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Virheen väri"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Virheen väri"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Jos tosi, pääte käyttää työpöydänlaajuista vakiofonttia jos se on "
+"tasavälinen (ja muussa tapauksessa lähintä vastaavaa)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_Komennon väri:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Virheen väri:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python-konsoli"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktiivinen Python-konsoli alapaneelissa."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Nopea korostus"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Korostaa valitun tekstin jokaisen ilmentymän."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Pika-avaus…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Pika-avaus"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Avaa tiedostoja nopeasti."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Hae kirjoittamalla…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Hallitse tekstileikkeit_ä…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Tekstileikkeet"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Arkiston “%s” luonti epäonnistui"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Kohdehakemistoa “%s” ei ole olemassa"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Kohdehakemisto “%s” ei ole kelvollinen hakemisto"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Tiedostoa “%s” ei ole olemassa"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Tiedosto “%s” ei ole kelvollinen tekstileiketiedosto"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Tuotu tiedosto “%s” ei ole kelvollinen tekstileiketiedosto"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Arkiston “%s” purkaminen epäonnistui"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Seuraavien tiedostojen tuonti epäonnistui: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Tiedosto “%s” ei ole kelvollinen tekstileikearkisto"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Tekstileikearkisto"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Lisää uusi tekstileike…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Kaikkialla"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Kumoa valittu tekstileike"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Poista valittu tekstileike"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Tämä ei ole kelvollinen Tab-laukaisin. Laukaisimet voivat sisältää vain "
+"kirjaimia (tai _, : ja .) tai yksittäisiä (ei-aakkosnumerrisia) merkkejä "
+"kuten: {, [, jne."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Yksi sana, joka aktivoi tekstileikkeen Tab-näppäimen painamisen jälkeen"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Seuraava virhe tapahtui tuotaessa tekstileikkeitä: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Tuonti valmistui onnistuneesti"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Tuo tekstileikkeitä"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Kaikki tuetut arkistot"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip-pakattu arkisto"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2-pakattu arkisto"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Yksi tekstileiketiedosto"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Kaikki tiedostot"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Seuraava virhe tapahtui vietäessä tekstileikkeitä: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Vienti valmistui onnistuneesti"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Haluatko viedä myös valitut <b>järjestelmän</b> tekstileikkeet?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Tekstileikkeitä ei ole valittu vietäväksi"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Vie tekstileikkeitä"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Syötä uusi pikanäppäin tai tyhjennä arvo Backspacella"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Syötä uusi pikanäppäin"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Python-komennon (%s) suoritus ylitti suurimman sallitun ajan, joten suoritus "
+"keskeytettiin."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python-komennon (%s) suoritus epäonnistui: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Lisää usein käytettyjä tekstileikkeitä nopealla tavalla."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Hallitse tekstileikkeitä"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Luo uusi tekstileike"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Lisää tekstileike"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Poista tekstileike"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Tuo tekstileikkeitä"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Vie valitut tekstileikkeet"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Vie tekstileikkeitä"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivointi"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tab-liipaisu:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "P_ikanäppäin:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Pikanäppäin, jolla tekstileike aktivoidaan"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Pudotuskohteet:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Lajittele…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Lajittelu"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Käänteinen jä_rjestys"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Poista kaksoiskappaleet"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "H_uomioi kirjainkoko"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Aloi_ta sarakkeesta:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Lajittele"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Lajittelee asiakirjan tai valitun tekstin."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Tarkista oikeinkirjoitus…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Aseta _kieli…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Ko_rosta väärin kirjoitetut sanat"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Korosta väärin kirjoitetut sanat"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Oletusasetus väärin kirjoitettujen sanojen korostukselle."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Määritä oikolukuliitännäinen"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Oletukset uusille asiakirjoille"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Oikoluku"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Tarkista aktiivisen asiakirjan oikeinkirjoitus."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Lisää p_äiväys ja aika…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Käytettävissä olevat muodot"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Kysymyksen tyyppi"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Kysytäänkö käyttäältä muotoilusta vai käytetäänkö valittua vai mukautetua "
+"muotoilua."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Valittu muotoilu"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Valittua muoto, jota käytetään päivää ja aikaa lisätessä asiakirjaan."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Mukautettu muotoilu"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Päivää ja aikaa lisättäessä käytettävä mukautettu muotoilu."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Lisää päiväys ja aika"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Käytä _valittua muotoilua"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Käytä mukautettua muotoilua"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "30.11.2010 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "L_isää"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Muokkaa päiväys/aika -liitännäisen asetuksia"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Kun lisätään päivämäärää/kellonaikaa…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Kysy muotoilua"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Lisää päiväys/aika"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Lisää päiväys ja aika kohdistimen kohdalle."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit on pieni ja kevyt tekstimuokkain Gnome-työpöytäympäristöön."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "gedit on pieni ja kevyt tekstimuokkain Gnome-työpöydälle"
+
+#~ msgid "_About Text Editor"
+#~ msgstr "_Tietoja - Tekstimuokkain"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Korostustila"
+
+#~ msgid "_Select"
+#~ msgstr "_Valitse"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Etsi korostustilaa…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit on Gnome-työpöydän virallinen tekstimuokkain. Vaikka sen "
+#~ "suunnittelussa on korostettu yksinkertaisuutta ja helppokäyttöisyyttä, "
+#~ "gedit on tehokas yleisluonteinen tekstimuokkain."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Kirjoitatpa sitten seuraavaa menestysromaania, ohjelmoit seuraavaa "
+#~ "suosikkisovellusta tai teet muistiinpanoja, gedit on luotettava työkalu "
+#~ "valitsemaasi tehtävään."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Monipuolinen liitännäisjärjestelmä mahdollistaa sovelluksen mukauttamisen "
+#~ "tarpeisiisi ja työnkulkuusi."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Lista aktiivisista liitännäisistä. Lista sisältää aktiivisen liitännäisen "
+#~ "sijainnin. Katso tiedostoa .gedit-plugin, josta voit selvittää kunkin "
+#~ "liitännäisen sijainnin kohdasta “Location” ."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Muutokset asiakirjaan ”%s” menetetään lopullisesti."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Ylläpitäjä on estänyt tiedostojen tallennuksen."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Muutokset %d asiakirjaan menetetään lopullisesti."
+#~ msgstr[1] "Muutokset %d asiakirjaan menetetään lopullisesti."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Asia_kirjat, joissa on tallentamattomia muutoksia:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Avaa"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Merkistökoodaus:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Rivinloppu:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Sijainti “%s” ei ole juuri nyt tavoitettavissa."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Järjestelmässäsi ei ole verkkoyhteyttä. Tarkista verkon asetukset."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "Älä mu_okkaa"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Tiedosto \"%s\" on jo auki toisessa ikkunassa."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Haluatko muokata tiedostoa silti?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr ""
+#~ "Varmuuskopiotiedostoa ei voitu luoda tallennettaessa tiedostoa \"%s\""
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Väliaikaista varmuuskopiotiedostoa ei voitu luoda tallennettaessa "
+#~ "tiedostoa \"%s\""
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Tiedoston vanhan version varmuuskopiointi ei onnistu ennen uuden "
+#~ "tallentamista. Voit ohittaa tämän varoituksen ja tallentaa tästä "
+#~ "huolimatta, mutta mikäli virhe tapahtuu tallennettaessa, saatat hävittää "
+#~ "vanhan version tiedostosta. Tallennetaanko tästä huolimatta?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Tiedosto %s on muuttunut levyllä."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "_Hylkää muutokset ja lataa uudelleen"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Virheellisiä merkkejä havaittu tallennettaessa tiedostoa \"%s\""
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Jos jatkat tallettamista, niin tämä tiedosto voi vioittua. "
+#~ "Tallennetaanko silti?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Kansiota “%s” luominen epäonnistui, g_mkdir_with_parents() epäonnistui: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_Lisää värimalli"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Yhdistä valitut rivit"
+
+#~ msgid "Check update"
+#~ msgstr "Tarkista päivitykset"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Tarkista geditin tuorein versio"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Virhe näytettäessä URI:a."
+
+#~ msgid "_Download"
+#~ msgstr "_Lataa"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ohita versio"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Uusi versio geditistä on saatavilla"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Voit imuroida uuden version geditistä napsauttamalla imurointipainiketta "
+#~ "tai ohittaa uuden version ja odottaa seuraavaa"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Huomioimaton versio."
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Versio, joka ohitetaan kunnes seuraava versio julkaistaan."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Näytä yleiskuva"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Määrittää näyttääkö gedit asiakirjan yleiskuvan."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Työkalupalkki näytetään"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Määrittää näytetäänkö muokkausikkunoissa työkalupalkki."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Viimeisimmät tiedostot -listan enimmäispituus"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Määrittää kohdassa “Viimeisimmät tiedostot” näytettävien äskettäin "
+#~ "avattujen tiedostojen enimmäismäärän."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Ei muutoksia tallennettavaksi"
+
+#~ msgid "No results"
+#~ msgstr "Ei tuloksia"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Muut asiaki_rjat…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Näytä _yleiskuva"
+
+#~ msgid "Open"
+#~ msgstr "Avaa"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Avaa tiedostoikkuna"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Tarkista asennuksesi."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Käyttöliittymätiedoston %s avaus epäonnistui. Virhe: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Kohdetta “%s” ei löydy tiedostosta %s."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit-tekstimuokkain"
+
+#~ msgid "_About"
+#~ msgstr "_Tietoja"
+
+#~ msgid "Tools"
+#~ msgstr "Työkalut"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ohita"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Hallinnoi _ulkoisia työkaluja…"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Pika-avaus..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Hallitse _tekstileikkeitä…"
+
+#~ msgid "Set _Language..."
+#~ msgstr "Aseta _kieli…"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Li_sää päiväys/aika…"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Avaa uusi ikkuna"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Avaa uusi asiakirja"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Aseta ikkunan koko ja sijainti (LEVEYSxKORKEUS+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "MITAT"
+
+#~ msgid "Help"
+#~ msgstr "Ohje"
+
+#~ msgid "Question"
+#~ msgstr "Kysymys"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(ei suositeltavia sanoja)"
+
+#~ msgid "_More..."
+#~ msgstr "_Lisää…"
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ohita kaikki"
+
+#~ msgid "_Add"
+#~ msgstr "_Lisää"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Kirjoitusehdotuksia…"
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Virhe sanan ”%s” oikeinkirjoituksen tarkistuksessa: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Virhe:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Oikoluku on valmis"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Ei väärinkirjoitettuja sanoja"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(oikea kirjoitusasu)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Ehdotukset"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Tuntematon (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Oletus"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Valitse _aktiivisen asiakirjan kieli."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Väärinkirjoitettu sana:"
+
+#~ msgid "word"
+#~ msgstr "sana"
+
+#~ msgid "Change _to:"
+#~ msgstr "Mihin _muutetaan:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Tarkista _sana"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Ehdotukset:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ohita k_aikki"
+
+#~ msgid "Cha_nge"
+#~ msgstr "M_uuta"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Ta_llenna kaikki"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Käyttäjän sanakirja:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Lisää _sana"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Tunnista merkistö automaattisesti"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lajiteltu luettelo merkistöistä, joita gedit yrittää automaattisesti "
+#~ "tunnistaa tiedostoista. ”NYKYINEN” tarkoittaa nykyisen maa-asetuston "
+#~ "mukaista. Vain tunnettuja merkistöjä käytetään."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Valikossa näytettävät koodaustavat"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Luettelo merkistöistä, jotka näytetään merkistökoodausvalikossa avaa/"
+#~ "tallenna tiedostoikkunassa. Vain tunnettuja merkistöjä käytetään."
+
+#~ msgid "RO"
+#~ msgstr "LUKU"
+
+#~ msgid "Character encodings"
+#~ msgstr "Merkistökoodaukset"
+
+#~ msgid "_OK"
+#~ msgstr "_OK"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Valikossa _näytettävät koodaustavat:"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Järjestämistä ei voi kumota"
+
+#~ msgid "Set language"
+#~ msgstr "Aseta kieli"
+
+#~ msgid "Languages"
+#~ msgstr "Kielet"
+
+#~ msgid "The document is empty."
+#~ msgstr "Asiakirja on tyhjä."
+
+#~ msgid "P_revious Page"
+#~ msgstr "Edellinen _sivu"
+
+#~ msgid "_Next Page"
+#~ msgstr "Seu_raava sivu"
+
+#~ msgid "Replace"
+#~ msgstr "Korvaa"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Hakusana: "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Määrittää tekeekö gedit tallennettavista tiedostoista varmuuskopiot. Voit "
+#~ "asettaa tiedostonimen laajennoksen asetuksella ”Varmuuskopion "
+#~ "nimilaajenne”."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
diff --git a/po/fr.po b/po/fr.po
new file mode 100644
index 0000000..50466f0
--- /dev/null
+++ b/po/fr.po
@@ -0,0 +1,3900 @@
+# French translation of gedit.
+# Copyright (C) 1998-2018 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+#
+# Vincent Renardias <vincent@ldsol.com>, 1998-1999.
+# Joaquim Fellmann <joaquim@hrnet.fr>, 2000.
+# Christophe Merlet <redfox@redfoxcenter.org>, 2000-2005.
+# Christophe Fergeau <teuf@users.sourceforge.net>, 2002.
+# Laurent Richard <kouran@iespana.es>, 2002.
+# Yann Laviolette <borisgazoo@hotmail.com>, 2003.
+# Sébastien Bacher <seb128@debian.org>, 2004.
+# Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>, 2005-2006.
+# Guillaume Desmottes <cass@skynet.be>, 2005.
+# Stéphane Raimbault <stephane.raimbault@gmail.com>, 2005, 2007-2008.
+# Jonathan Ernst <jonathan@ernstfamily.ch>, 2006-2007.
+# Benoît Dejean <benoit@placenet.org>, 2006.
+# Robert-André Mauchin <zebob.m@pengzone.org>, 2006-2008.
+# Samuel Mutel <samuel.mutel@free.fr>, 2006.
+# Marc Lorber <linux-lorber@club-internet.fr>, 2006.
+# Claude Paroz <claude@2xlibre.net>, 2007-2011, 2018.
+# Bruno Brouard <annoa.b@gmail.com>, 2008,2011-12.
+# Yannick Tailliez <ytdispatch-libre@yahoo.com>, 2008.
+# Gérard Baylard <Geodebay@gmail.com>, 2011.
+# Alain Lojewski <allomervan@gmail.com>, 2012-2016.
+# Fievez Yoann <yoann.fievez@gmail.com>, 2013.
+# Julien Hardelin <jhardlin@orange.fr>, 2013.
+# naybnet <naybnet@gmail.com>, 2014.
+# Charles Monzat <charles.monzat@free.fr>, 2018-2019.
+# Thibault Martin <mail@thibaultmart.in>, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit HEAD\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-07-08 15:04+0000\n"
+"PO-Revision-Date: 2020-08-13 17:51+0200\n"
+"Last-Translator: Thibault Martin <mail@thibaultmart.in>\n"
+"Language-Team: French <gnomefr@traduc.org>\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
+"X-Generator: Gtranslator 3.36.0\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+# Utilisation de l’infinitif sur les infobulles du Bureau
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Éditer des fichiers texte"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit est l’éditeur de texte de l’environnement de bureau GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"L’objectif premier de gedit est d’être facile à utiliser, avec une interface "
+"simple par défaut. Des fonctionnalités plus avancées sont disponibles en "
+"ajoutant des greffons."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Éditeur de texte"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "texte brut;éditeur;écrire;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Nouvelle fenêtre"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Nouveau document"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Utiliser la police par défaut"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Indique s’il faut utiliser la police à chasse fixe par défaut du système "
+"pour l’édition de texte au lieu d’une police spécifique à gedit. Si cette "
+"option est désactivée, alors la police choisie dans l’option « Police de "
+"l’éditeur » sera utilisée au lieu de la police du système."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Police de l’éditeur"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"La police personnalisée qui sera utilisée dans la zone d’édition. Ceci ne "
+"s’applique que si l’option « Utiliser la police par défaut » est désactivée."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Jeu de styles"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"L’identifiant d’un jeu de styles GtkSourceView utilisé pour la coloration "
+"syntaxique du texte."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Créer des copies de sauvegarde"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Indique si gedit doit créer des copies de sauvegarde des fichiers qu’il "
+"enregistre."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Enregistrement automatique"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Indique si gedit doit activer l’enregistrement automatique des fichiers "
+"modifiés après un certain intervalle de temps. Vous pouvez définir "
+"l’intervalle de temps avec l’option « Intervalle de l’enregistrement "
+"automatique »."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Intervalle pour l’enregistrement automatique"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Nombre de minutes après lesquelles gedit enregistre automatiquement les "
+"fichiers modifiés. Cela ne s’applique que si l’option « Enregistrement "
+"automatique » est activée."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Nombre maximum d’annulations possibles"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Nombre maximum d’actions que gedit sera en mesure d’annuler ou de "
+"réintégrer. Indiquez « -1 » si vous ne voulez pas indiquer de limite."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Mode retour à la ligne"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Indique comment scinder les longues lignes dans la zone d’édition. Utilisez "
+"« none » pour ne pas les scinder, « word » pour scinder à la fin d’un mot et "
+"« char » pour scinder à n’importe quel caractère. Notez que ces valeurs sont "
+"sensibles à la casse, faites en sorte qu’elles apparaissent exactement comme "
+"mentionnées ici."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Dernier choix de mode de scission des lignes"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Définit le dernier choix de mode de scission des lignes, pour que ce mode "
+"soit gardé en mémoire même lorsque cette fonction est désactivée. Utilisez "
+"« word » pour scinder à la fin d’un mot et « char » pour scinder à n’importe "
+"quel caractère."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Taille de la tabulation"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Définit le nombre d’espaces qui devraient être affichés à la place des "
+"caractères de tabulation."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Insérer des espaces"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Indique si gedit doit insérer des espaces au lieu des tabulations."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Indentation automatique"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Indique si gedit doit activer l’indentation automatique."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Afficher les numéros de ligne"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Indique si gedit doit afficher les numéros de lignes dans la zone d’édition."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Surligner la ligne actuelle"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Indique si gedit doit surligner la ligne actuelle."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Surligner les parenthèses correspondantes"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Indique si gedit doit surligner les parenthèses correspondantes."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Afficher la marge de droite"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Indique si gedit doit afficher la marge de droite dans la zone d’édition."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Position de la marge de droite"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Indique la position de la marge de droite."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Type du motif d’arrière-plan du document"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Indique si le document va recevoir un motif d’arrière-plan peint."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "« Origine » et « Fin » intelligentes"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Indique comment le curseur se déplace quand les touches « Origine » et "
+"« Fin » sont enfoncées. Utilisez « disabled » (désactivé) pour toujours "
+"aller en début/fin de ligne, « after » (après) pour aller en début/fin de "
+"ligne la première fois que les touches sont enfoncées et en début/fin de "
+"texte en ignorant les espaces, la seconde fois que les touches sont "
+"manœuvrées, « before » (avant) pour aller en début/fin de texte avant de se "
+"déplacer en début/fin de ligne et « always » (toujours) pour toujours aller "
+"en début/fin de texte au lieu de début/fin de ligne."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Restaurer la précédente position du curseur"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Indique si gedit doit restaurer le précédent emplacement du curseur "
+"lorsqu’un fichier est chargé."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Activer la coloration syntaxique"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Indique si gedit doit activer la coloration syntaxique."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Activer la coloration de recherche"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Indique si gedit doit surligner toutes les occurrences du texte recherché."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Assurer une nouvelle ligne terminale"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Indique si gedit doit s’assurer que les documents se terminent toujours par "
+"une nouvelle ligne en fin de fichier."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Mode d’affichage des onglets"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Définit le mode d’affichage des onglets de fenêtre. Utilisez « never » pour "
+"ne jamais les afficher, « always » pour toujours les afficher et « auto » "
+"pour les afficher s’il y en a plus d’un. Notez que ces valeurs sont "
+"sensibles à la casse, assurez-vous donc qu’elles apparaissent exactement "
+"comme indiqué ci-dessus."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Barre d’état visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Indique si la barre d’état au bas des fenêtres d’édition doit être visible."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Le panneau latéral est visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Indique si le panneau latéral à gauche des fenêtres d’édition doit être "
+"visible."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Imprimer la coloration syntaxique"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Indique si gedit doit imprimer la coloration syntaxique lors de l’impression "
+"des documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Imprimer l’en-tête"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Indique si gedit doit inclure un en-tête de document lors de l’impression "
+"des documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Imprimer avec le mode de retour à la ligne"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Indique comment scinder les longues lignes à l’impression. Utilisez « none » "
+"pour ne pas les scinder, « word » pour scinder la ligne à la fin d’un mot et "
+"« char » pour la scinder à n’importe quel caractère. Notez que ces valeurs "
+"sont sensibles à la casse, faites en sorte qu’elles apparaissent exactement "
+"comme mentionnées ici."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Imprimer les numéros de ligne"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Si cette valeur est 0, alors aucun numéro de ligne ne sera inséré lors de "
+"l’impression d’un document. Sinon, gedit affichera un numéro de ligne toutes "
+"les x lignes."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Police pour l’impression du corps de texte"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Indique la police à utiliser pour le corps d’un document lors de "
+"l’impression."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Police pour l’impression de l’en-tête"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Indique la police à utiliser pour les en-têtes de page lors de l’impression "
+"d’un document. Cela ne s’appliquera que si l’option « Afficher l’en-tête » "
+"est activée."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Police pour l’impression des numéros de ligne"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Indique la police à utiliser pour les numéros de ligne lors de l’impression. "
+"Cela ne s’appliquera que si l’option « Afficher les numéros de ligne » est "
+"non-nulle."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Marge de gauche"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "La marge de gauche, en millimètres."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Marge du haut"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "La marge du haut, en millimètres."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Marge de droite"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "La marge de droite, en millimètres."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Marge du bas"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "La marge du bas, en millimètres."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Codages possibles"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"La liste des codages possibles est affichée dans l’onglet Ouvrir/Enregistrer "
+"et le menu Codage de caractères du sélecteur de fichier. « Locale actuelle » "
+"est le codage utilisé actuellement. Seuls les codages reconnus sont "
+"utilisés. La valeur par défaut est une liste vide, auquel cas gedit choisit "
+"automatiquement la meilleure en fonction du pays et de la langue."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Greffons actifs"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+#| msgid "Active plugins"
+msgid "List of active plugins."
+msgstr "Liste des greffons actifs."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Affiche la version de l’application"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Affiche la liste des valeurs possibles pour l’option de codage"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Définit le codage de caractères à utiliser pour ouvrir les fichiers listés "
+"dans la ligne de commande"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "CODAGE"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Crée une nouvelle fenêtre de premier niveau dans une instance existante de "
+"gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Crée un nouveau document en utilisant une instance existante de gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr ""
+"Ouvre les fichiers et bloque le processus jusqu’à la fermeture des fichiers"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Exécute gedit en mode autonome"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FICHIER…] [+LIGNE[:COLONNE]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Une erreur s’est produite lors de l’affichage de l’aide."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s : codage non valide."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "_Fermer sans enregistrer"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "A_nnuler"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Enregistrer _sous…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Enregistrer"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis une seconde "
+"seront définitivement perdues."
+msgstr[1] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis %ld secondes "
+"seront définitivement perdues."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis une minute "
+"seront définitivement perdues."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis une minute et "
+"une seconde seront définitivement perdues."
+msgstr[1] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis une minute et "
+"%ld secondes seront définitivement perdues."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis une minute "
+"seront définitivement perdues."
+msgstr[1] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis %ld minutes "
+"seront définitivement perdues."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis une heure "
+"seront définitivement perdues."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis une heure et "
+"une minute seront définitivement perdues."
+msgstr[1] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis une heure et "
+"%d minutes seront définitivement perdues."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis une heure "
+"seront définitivement perdues."
+msgstr[1] ""
+"Si vous n’enregistrez pas, les modifications effectuées depuis %d heures "
+"seront définitivement perdues."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr ""
+"Voulez-vous enregistrer les modifications du document « %s » avant de le "
+"fermer ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Il y a un document avec des modifications non enregistrées. Voulez-vous "
+"enregistrer les modifications avant de fermer ?"
+msgstr[1] ""
+"Il y a %d documents avec des modifications non enregistrées. Voulez-vous "
+"enregistrer les modifications avant de fermer ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_Sélectionnez les documents que vous souhaitez enregistrer :"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+"Si vous n’enregistrez pas, toutes vos modifications seront définitivement "
+"perdues."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Chargement du fichier « %s »…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Chargement d’un fichier…"
+msgstr[1] "Chargement de %d fichiers…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Le fichier « %s » est en lecture seule."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Voulez-vous le remplacer par celui que vous essayez d’enregistrer ?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "R_emplacer"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Enregistrer le fichier en le compressant ?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Enregistrer le fichier en texte brut ?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Le fichier « %s » avait précédemment été enregistré en texte brut ; il sera "
+"maintenant enregistré en utilisant la compression."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "Enregi_strer avec compression"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Le fichier « %s » avait précédemment été enregistré en utilisant la "
+"compression ; il sera maintenant enregistré en texte brut."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Enregi_strer en texte brut"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Enregistrement du fichier « %s »…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Enregistrer sous"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Récupération du document « %s »…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Annuler les modifications non enregistrées du document « %s » ?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Les modifications effectuées au document depuis une seconde seront "
+"définitivement perdues."
+msgstr[1] ""
+"Les modifications effectuées au document depuis %ld secondes seront "
+"définitivement perdues."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Les modifications effectuées au document depuis une minute seront "
+"définitivement perdues."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Les modifications effectuées au document depuis une minute et une seconde "
+"seront définitivement perdues."
+msgstr[1] ""
+"Les modifications effectuées au document depuis une minute et %ld secondes "
+"seront définitivement perdues."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Les modifications effectuées au document depuis une minute seront "
+"définitivement perdues."
+msgstr[1] ""
+"Les modifications effectuées au document depuis %ld minutes seront "
+"définitivement perdues."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Les modifications apportées au document durant la dernière heure seront "
+"définitivement perdues."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Les modifications effectuées au document depuis une heure et une minute "
+"seront définitivement perdues."
+msgstr[1] ""
+"Les modifications effectuées au document depuis une heure et %d minutes "
+"seront définitivement perdues."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Les modifications effectuées au document durant la dernière heure seront "
+"définitivement perdues."
+msgstr[1] ""
+"Les modifications effectuées au document durant les %d dernières heures "
+"seront définitivement perdues."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Rétablir"
+
+#: gedit/gedit-commands-help.c:110
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit est un petit éditeur de texte, léger, pour le bureau GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Christophe Merlet <redfox@redfoxcenter.org>\n"
+"Christophe Fergeau <teuf@users.sourceforge.net>\n"
+"Laurent Richard <kouran@iespana.es>\n"
+"Yann Laviolette <borisgazoo@hotmail.com>\n"
+"Sébastien Bacher <seb128@debian.org>\n"
+"Baptiste Mille-Mathias <bmm80@free.fr>\n"
+"Stéphane Raimbault <stephane.raimbault@gmail.com>\n"
+"Jonathan Ernst <jonathan@ernstfamily.ch>\n"
+"Benoît Dejean <benoit@placenet.org>\n"
+"Robert-André Mauchin <zebob.m@gmail.com>\n"
+"Samuel Mutel <samuel.mutel@free.fr>\n"
+"Marc Lorber <linux-lorber@club-internet.fr>\n"
+"Claude Paroz <claude@2xlibre.net>\n"
+"Gérard Baylard <Géodebay@gmail.com>\n"
+"Alain Lojewski <allomervan@gmail.com>\n"
+"Fievez Yoann <yoann.fievez@gmail.com>\n"
+"Julien Hardelin <jhardlin@orange.fr>\n"
+"Thibault Martin <thibaultamartin@gnome.org>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Une occurrence trouvée et remplacée"
+msgstr[1] "%d occurrences trouvées et remplacées"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Une occurrence trouvée et remplacée"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "« %s » n’a pas été trouvé"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Document %d sans titre"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Groupe d’onglets %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Lecture seule"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Détecté automatiquement"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Ajouter ou supprimer…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Locale actuelle (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Locale actuelle)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+"Voulez-vous vraiment réinitialiser les préférences de codage de caractères ?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Réinitialiser"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Ajouter"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Supprimer"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Passer à une priorité supérieure"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Passer à une priorité inférieure"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Tous les fichiers"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Tous les fichiers texte"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Codage de caractères :"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Fin de _ligne :"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+#| msgid "Open a file"
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Ouvrir un fichier"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Ouvrir"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Texte brut"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Réessayer"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Le fichier « %s » est introuvable."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Vérifiez que vous avez correctement saisi son emplacement et réessayez "
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Impossible de prendre en charge les protocoles « %s »."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Impossible de prendre en charge cet emplacement."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "L’emplacement du fichier est inaccessible."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "« %s » est un répertoire."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "« %s » n’est pas un emplacement valide."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"L’hôte « %s » est introuvable. Vérifiez vos réglages de proxy et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Le nom d’hôte n’est pas valide. Vérifiez que vous avez saisi l’emplacement "
+"correctement et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "« %s » n’est pas un fichier standard."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Délai de connexion dépassé. Veuillez réessayer."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Erreur inattendue : %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Impossible de trouver le fichier demandé. Il se peut qu’il ait été récemment "
+"effacé."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Impossible de récupérer le fichier « %s »."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "_Codage de caractères :"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Ou_vrir quand même"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Le nombre de liens consécutifs est limité et le fichier réel ne peut être "
+"trouvé compte tenu de cette limite."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Vous n’avez pas les droits nécessaires à l’ouverture du fichier."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Impossible de détecter le codage de caractères."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Vérifiez que vous n’essayez pas d’ouvrir un fichier binaire."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Sélectionnez un codage de caractères dans le menu et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Un problème est apparu lors de l’ouverture du fichier « %s »."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Le fichier que vous avez ouvert contient des caractères non valides. Si vous "
+"poursuivez l’édition du fichier, vous pourriez endommager ce document."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Vous pouvez aussi choisir un autre codage de caractères et essayer à nouveau."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Impossible d’ouvrir le fichier « %s » avec le codage de caractères « %s »."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Sélectionnez un codage de caractères différent dans le menu et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Impossible d’ouvrir le fichier « %s »."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Impossible d’enregistrer le fichier « %s » avec le codage de caractères "
+"« %s »."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Le document contient un ou plusieurs caractères qui ne peuvent pas être "
+"représentés en utilisant le codage de caractères indiqué."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "_Enregistrer quand même"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "Ne _pas enregistrer"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Le fichier « %s » a été modifié depuis sa dernière lecture."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Si vous l’enregistrez, toutes les modifications externes pourraient être "
+"perdues. Souhaitez-vous enregistrer quand même ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impossible de gérer les protocoles « %s » en mode écriture. Vérifiez "
+"l’orthographe de votre emplacement et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impossible de gérer ce protocole en mode écriture. Vérifiez l’orthographe de "
+"votre emplacement et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"« %s » n’est pas un emplacement valide. Vérifiez l’orthographe de votre "
+"emplacement et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Vous n’avez pas les permissions nécessaires pour enregistrer ce fichier. "
+"Vérifiez l’orthographe de votre emplacement et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Il n’y a pas assez d’espace disque pour enregistrer le fichier. Libérez de "
+"l’espace disque et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Vous essayez d’enregistrer le fichier vers un disque en lecture seule. "
+"Vérifiez que vous avez saisi l’emplacement correctement et réessayez."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"Un fichier possédant le même nom existe déjà. Veuillez utiliser un autre nom."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Le disque sur lequel vous essayez d’enregistrer votre fichier limite la "
+"taille des noms de fichiers. Veuillez utiliser un nom plus court."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Le disque sur lequel vous essayez d’enregistrer votre fichier limite la "
+"taille des fichiers. Essayez d’enregistrer un fichier plus petit ou "
+"d’enregistrer ce fichier sur un disque n’ayant pas de limitation."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Impossible d’enregistrer le fichier « %s »."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Cliquez sur ce bouton pour choisir la police à utiliser par l’éditeur"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Utiliser la police système à chasse fixe (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+#| msgid "The selected color scheme cannot be installed."
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Le jeu de couleurs sélectionné ne peut pas être installé. : %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Le jeu de couleurs sélectionné ne peut pas être installé."
+
+#: gedit/gedit-preferences-dialog.c:717
+#| msgid "Color Scheme"
+msgid "Add Color Scheme"
+msgstr "Ajouter un jeu de couleurs"
+
+#: gedit/gedit-preferences-dialog.c:720
+#| msgid "Add Scheme"
+msgid "_Add Scheme"
+msgstr "_Ajouter un jeu"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Fichiers de jeux de couleurs"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Impossible de supprimer le jeu de couleurs « %s »."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Préparation…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Fichier : %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Page %N sur %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Rendu de la page %d sur %d en cours…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Page %d sur %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Rien"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Rechercher et remplacer"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ÉCR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Il y a un onglet avec des erreurs"
+msgstr[1] "Il y a %d onglets avec des erreurs"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Rétablissement de %s à partir de %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Rétablir %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Chargement de %s depuis %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Chargement de %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Enregistrement de %s vers %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Enregistrement de %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Erreur lors de l’ouverture du fichier %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Erreur lors du rétablissement du fichier %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Erreur lors de l’enregistrement du fichier %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Nom :"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "Type MIME :"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Codage :"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ sur %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Afficher les _numéros de ligne"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d sur %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Recherche circulaire"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Expression _régulière"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "_Mots entiers seulement"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Res_pecter la casse"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Chaîne que vous recherchez"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "La ligne vers laquelle vous souhaitez déplacer le curseur"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "La correspondance des parenthèses est hors de portée"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Parenthèse correspondante introuvable"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Parenthèse correspondante trouvée à la ligne : %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Lig %d, Col %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Largeur des tabulations : %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Il y a des documents non enregistrés"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Changer la page du panneau latéral"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Ouvrir un fichier"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Ouvrir un fichier utilisé récemment"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Dép_lacer à gauche"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Déplacer à d_roite"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Déplacer dans une nouvelle fenêtre"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Déplacer dans un nouveau _groupe d’onglets"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Fermer"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Indentation automatique"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Utiliser des espaces"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Afficher les numéros de ligne"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Afficher la marge de droite"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Surligner la ligne actuelle"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Longues lignes"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Fichier"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nouveau"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Ouvrir les _récents"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Rouvrir l’_onglet fermé"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Enregistrer _sous…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nouvelle fenêtre"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "Rec_harger"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Imprimer…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Quitter"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "É_dition"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "Ann_uler"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Rétablir"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Couper"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "Co_pier"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "C_oller"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Supprimer"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Mode écrasement"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "_Tout sélectionner"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Préférences"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Affichage"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Panneau _latéral"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Panneau _inférieur"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Plein écran"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Mode de _coloration"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Rechercher"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Rechercher…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Rechercher le _suivant"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Rechercher le _précédent"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Rechercher et _remplacer…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "Supprimer la _coloration"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Aller à la _ligne…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Outils"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documents"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Tout enregistrer"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Tout _fermer"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nouveau groupe d’onglets"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Groupe d’onglets p_récédent"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Groupe d’onglets sui_vant"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Document _précédent"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Docum_ent suivant"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Déplacer vers la nouvelle fenêtre"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "Aid_e"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "À _propos d’Éditeur de texte"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "_Tout enregistrer"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Rechercher et remplacer…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Aller à la _ligne…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "Raccourcis _clavier"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Codages de caractères"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Appliquer"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Codages _disponibles"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Codages choi_sis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Description"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Codage"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Mode de coloration"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Sélectionner"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Recherche du mode de coloration…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Préférences"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Afficher une _marge à droite à la colonne :"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Barre d’é_tat"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Afficher le motif de la _grille"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Longues lignes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Activer le _retour à la ligne"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Ne pas _couper les mots sur deux lignes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Surlignage"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Surligner la _ligne actuelle"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Surligner les _parenthèses correspondantes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Affichage"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulations"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Largeur des _tabulations :"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Insérer des _espaces au lieu de tabulations"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Activer l’_indentation automatique"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Enregistrement des fichiers"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Créer une copie de _sauvegarde des fichiers avant l’enregistrement"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Enregistrer _automatiquement toutes les"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minutes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Éditeur"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Police"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Police de l’éditeur : "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Choisissez la police de l’éditeur"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Jeu de couleurs"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Installer le jeu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Installer le jeu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Désinstaller le jeu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Désinstaller le jeu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Police et couleurs"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Greffons"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Coloration syntaxique"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Imprimer la coloration synta_xique"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Numéros de ligne"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Imprimer les _numéros de ligne"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numéro toutes les"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "lignes"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "En-tête de page"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Imprimer les _en-têtes de page"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Polices"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Corps :"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Numéros de _ligne :"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_En-têtes et pieds de page :"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Restaurer les polices par défaut"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Afficher la page précédente"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Afficher la page suivante"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Page actuelle (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "sur"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Total de pages"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Le nombre total de pages dans le document"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Afficher les pages multiples"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Affiche toute la page"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Zoom avant sur la page"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Zoom arrière sur la page"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Fermer l’aperçu avant impression"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Fermer l’aperçu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Aperçu de la page"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "L’aperçu de la page dans le document à imprimer"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "_Tout remplacer"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Rechercher"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Re_chercher"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Remplacer _par "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Re_specter la casse"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "_Mots entiers seulement"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Expression ré_gulière"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Rechercher en _arrière"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Recherche _circulaire"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Créer un nouveau document dans un onglet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Ouvrir un document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Enregistrer le document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Enregistrer le document sous un nom de fichier"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Enregistrer tous les documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Fermer le document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Fermer tous les documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Rouvrir le dernier document fermé"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Passer au document suivant"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Revenir au document précédent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Passer au premier — neuvième document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Fenêtres et panneaux"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Créer un nouveau document dans une fenêtre"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Créer un nouveau groupe d’onglets"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Afficher le panneau latéral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Afficher le panneau inférieur"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Activer/désactiver le mode plein écran"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Quitter l’application"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Rechercher et remplacer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Rechercher"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Rechercher la correspondance suivante"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Rechercher la correspondance précédente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Supprimer la coloration"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Annuler et rétablir"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Annuler la commande précédente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Rétablir la commande précédente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Sélection"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Sélectionner tout le texte"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Désélectionner tout le texte"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copier et coller"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copier le texte sélectionné dans le presse-papiers"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Couper le texte sélectionné dans le presse-papiers"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Coller le texte sélectionné depuis le presse-papiers"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigation"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Aller à la ligne"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+#| msgctxt "shortcut window"
+#| msgid "Move viewport to beginning of file"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Aller au début de la ligne courante"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+#| msgid "Checks the spelling of the current document."
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Aller à la fin de la ligne courante"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+#| msgctxt "shortcut window"
+#| msgid "Move viewport to beginning of file"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Aller au début du document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+#| msgctxt "shortcut window"
+#| msgid "Switch to the next document"
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Aller à la fin du document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Déplacer la fenêtre vers le haut dans le fichier"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Déplacer la fenêtre vers le bas dans le fichier"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Déplacer la fenêtre à la fin du fichier"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Déplacer la fenêtre au début du fichier"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Déplacer vers la parenthèse correspondante"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+#| msgid "P_revious Tab Group"
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Aller au groupe d’onglets précédent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+#| msgctxt "shortcut window"
+#| msgid "Create a new tab group"
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Aller au groupe d’onglets suivant"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Modification"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Basculer insérer / écraser"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Basculer la visibilité du curseur"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Supprimer la ligne actuelle"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Remonter la ligne actuelle"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Descendre la ligne actuelle"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Déplacer le mot actuel vers la gauche"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Déplacer le mot actuel vers la droite"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Convertir en majuscules"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Convertir en minuscules"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inverser la casse"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrémenter le nombre au curseur"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Décrémenter le nombre au curseur"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Outils"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Vérifier l’orthographe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Imprimer le document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Afficher la fenêtre de complétion"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Général"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Afficher l’aide"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+#| msgid "Open history menu"
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Ouvrir le menu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+#| msgid "_Keyboard Shortcuts"
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Raccourcis clavier"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Fermer le document"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Crée un nouveau document"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nouveau"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Enregistre le fichier actuel"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Enregistrer"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Masquer le panneau"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Quitter le mode plein écran"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistiques du document"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Indique le nombre de mots, lignes et caractères dans un document."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Statistiques du document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Sélection"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Lignes"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Mots"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Caractères (avec les espaces)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Caractères (sans les espaces)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Octets"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Construire"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Exécuter « make » dans le répertoire du document"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Ouvrir un terminal ici"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Ouvre un terminal dans l’emplacement du document"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Enlever les espaces de fin"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Enlever les espaces en fin de ligne inutiles dans votre fichier"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Exécuter la commande"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Exécuter une commande personnalisée et mettre sa sortie dans un nouveau "
+"document"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Envoyer à fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Colle le texte sélectionné ou le document actuel dans fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Outils externes"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Exécute des commandes externes et des scripts shell."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Indique s’il faut utiliser la police système"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si vrai, les outils externes utilisent la police globale standard du bureau "
+"si elle est monospace (et, à défaut, la police la plus ressemblante qu’il "
+"trouve)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Un nom de police Pango. Par exemple, « Sans 12 » ou « Monospace Bold 14 »."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Gestion des outils _externes…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Outils e_xternes"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Impossible d’exécuter la commande : %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Vous devez être à l’intérieur d’un mot pour exécuter cette commande"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Exécuter :"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Terminé."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Sortie"
+
+# Il s’agit bien ici de langages de programmation
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Tous les langages"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Tous les langages"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nouvel outil"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ce raccourci clavier est déjà attribué à %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Saisissez un nouveau raccourci clavier ou appuyez sur « Retour arrière » "
+"pour effacer"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Saisissez un nouveau raccourci clavier"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Arrêté."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Arrêter l’outil"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Toujours disponible"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Tous les documents"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Tous les documents sauf ceux sans nom"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Uniquement les fichiers locaux"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Uniquement les fichiers distants"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Uniquement les documents sans nom"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Document actuel"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Sélection actuelle"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Sélection actuelle (le document par défaut)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Ligne actuelle"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Mot actuel"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Afficher dans le panneau inférieur"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Créer un nouveau document"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Ajouter au document actuel"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Remplacer le document actuel"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Remplacer la sélection actuelle"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Insérer à l’emplacement du curseur"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Gestion des outils externes"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Ajoute un nouvel outil"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Ajouter l’outil"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Supprime l’outil sélectionné"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Supprimer l’outil"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Rétablit l’outil"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Rétablir l’outil"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Touche de raccourci :"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Enregistrer :"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Entrée :"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Sortie :"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Applicabilité :"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Sortie de l’outil"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panneau de l’explorateur de fichiers"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+#| msgid "Easy file access from the side panel"
+msgid "Easy file access from the side panel."
+msgstr "Accès facile aux fichiers depuis le panneau latéral."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Dossier personnel"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Système de fichiers"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Navigateur de fichiers"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Une erreur s’est produite lors de la création d’un nouveau répertoire"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Une erreur s’est produite lors de la création d’un nouveau fichier"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+"Une erreur s’est produite lors du renommage d’un fichier ou d’un répertoire"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+"Une erreur s’est produite lors de la suppression d’un fichier ou d’un "
+"répertoire"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+"Une erreur s’est produite lors de l’ouverture d’un répertoire dans le "
+"gestionnaire de fichiers"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Une erreur s’est produite lors du paramétrage d’un répertoire racine"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Une erreur s’est produite lors du chargement d’un répertoire"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Une erreur s’est produite"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Impossible de mettre le fichier à la corbeille,\n"
+"voulez-vous le supprimer définitivement ?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Le fichier « %s » ne peut pas être mis à la corbeille."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Les fichiers sélectionnés ne peuvent pas être mis à la corbeille."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Voulez-vous vraiment supprimer définitivement « %s » ?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"Voulez-vous vraiment supprimer définitivement les fichiers sélectionnés ?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Si vous supprimez un élément, il sera définitivement perdu."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(vide)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Le fichier renommé est actuellement filtré. Ajustez les paramètres de votre "
+"filtre pour rendre le fichier visible"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Document sans nom"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Le nouveau fichier est actuellement filtré. Ajustez les paramètres de votre "
+"filtre pour rendre le fichier visible"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Nouveau dossier"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Le nouveau dossier est actuellement filtré. Ajustez les paramètres de votre "
+"filtre pour rendre le dossier visible"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Signets"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Aucun objet monté pour le volume monté : « %s »"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Impossible d’ouvrir le média : « %s »"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Impossible de monter le volume : « %s »"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Erreur lors du chargement de « %s » : répertoire inexistant"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Ouvrir avec la vue arborescente"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Ouvre la vue arborescente quand le greffon du gestionnaire de fichiers est "
+"chargé à la place de la vue des signets"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Répertoire racine du gestionnaire de fichiers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Le répertoire racine du gestionnaire de fichiers à utiliser au chargement du "
+"greffon si la vue arborescente au lancement (onload/tree_view) est VRAI."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Répertoire racine virtuel du gestionnaire de fichiers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Le répertoire racine virtuel du gestionnaire de fichiers à utiliser au "
+"chargement du greffon si la vue arborescente au lancement (onload/tree_view) "
+"est VRAI. Le répertoire racine virtuel doit toujours être au-dessous de la "
+"racine réelle."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Activer la restauration des emplacements distants"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Définit s’il faut activer la restauration des emplacements distants."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Définit l’emplacement au premier document"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Si VRAI, le greffon du gestionnaire de fichiers affichera le répertoire du "
+"premier document ouvert dès lors que le gestionnaire de fichiers n’a pas "
+"encore été utilisé. Ceci s’applique généralement à l’ouverture d’un document "
+"à partir de la ligne de commande ou à partir de Nautilus, etc."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Mode de filtre du gestionnaire de fichiers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Cette valeur détermine quels fichiers du gestionnaire de fichiers sont "
+"filtrés. Les valeurs possibles sont : « none » (ne filtre rien), « hide-"
+"hidden » (filtre les fichiers cachés) et « hide-binary » (filtre les "
+"fichiers binaires)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Motif de filtre du gestionnaire de fichiers"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Le motif du filtre à appliquer au gestionnaire de fichiers. Le "
+"fonctionnement de ce filtre est basé sur le mode filtre (filter_mode)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Motif de filtre du navigateur de binaires"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+"Les motifs additionnels à utiliser pendant le filtrage des fichiers binaires."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Définir la racine au document actif"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Nouveau dossier"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nouveau f_ichier"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Renommer…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Mettre à la corbeille"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Actualiser l’affichage"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "A_fficher le dossier"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Ouvrir dans un terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtrer"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Afficher les fichiers _cachés"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Afficher les _binaires"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Filtre de nom de fichiers"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historique"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Ouvre le menu de l’historique"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modificateurs"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Prise en charge des modificateurs Emacs, Kate et Vim dans gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Couleur du texte des commandes"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "La couleur du texte des commandes"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Couleur du texte des erreurs"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "La couleur du texte des erreurs"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Si vrai, le terminal utilise la police globale standard du bureau si elle "
+"est monospace (et, à défaut, la police la plus ressemblante qu’il trouve)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Couleur des c_ommandes :"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Couleur des _erreurs :"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Console Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+#| msgid "Interactive Python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Console interactive Python dans le panneau inférieur."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Surlignage rapide"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Surligne toutes les occurrences du texte sélectionné."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Ouverture rapide…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Ouverture rapide"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+#| msgid "Quickly open files"
+msgid "Quickly open files."
+msgstr "Ouvre rapidement des fichiers."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Saisissez le nom du fichier à ouvrir…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Gestion des _fragments de code…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Fragments de code"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Impossible de créer l’archive « %s »"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Le répertoire cible « %s » n’existe pas"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Le répertoire cible « %s » n’est pas un répertoire valide"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Le fichier « %s » n’existe pas"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Le fichier « %s » n’est pas un fichier de fragments de code valide"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr ""
+"Le fichier importé « %s » n’est pas un fichier de fragments de code valide"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Impossible d’extraire l’archive « %s »"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Impossible d’importer les fichiers suivants : %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Le fichier « %s » n’est pas une archive de fragments de code valide"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Archive des fragments de code"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Ajouter un nouvel extrait de code…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Annule le fragment de code sélectionné"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Supprime le fragment de code sélectionné"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Ce n’est pas un déclencheur valide. Les déclencheurs peuvent contenir des "
+"caractères alphanumériques (ou _, : et .) ou un seul caractère non "
+"alphanumérique comme {, [, etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Mot unique permettant d’activer le fragment de code après un appui sur la "
+"touche tabulation"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "L’erreur suivante s’est produite lors de l’importation : %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importation réalisée avec succès"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importe des fragments de code"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Toutes les archives prises en charge"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Archive compressée Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Archive compressée Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Fichier d’extrait de code unique"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Tous les fichiers"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "L’erreur suivante s’est produite lors de l’exportation : %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Exportation réalisée avec succès"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Voulez-vous inclure les fragments de code <b>système</b> sélectionnés dans "
+"votre exportation ?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Aucun extrait de code n’a été sélectionné pour l’exportation"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exportation des fragments de code"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Saisissez un nouveau raccourci clavier ou appuyez sur « Retour arrière » "
+"pour effacer"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Saisissez un nouveau raccourci clavier"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"La durée d’exécution de la commande Python (%s) a atteint le délai maximum, "
+"l’exécution est arrêtée."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "L’exécution de la commande Python (%s) a échoué : %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+#| msgid "Insert often-used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Insère des fragments de code souvent utilisés de façon rapide."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Gestion des fragments de code"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Crée un nouvel extrait de code"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Ajouter un extrait de code"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Supprimer le fragment de code"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importer des fragments de code"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exporte les fragments de code sélectionnés"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exporter des fragments de code"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Activation"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Mot déclencheur :"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Touche de _raccourci :"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Raccourci clavier permettant d’activer le fragment de code"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Cible de _destination :"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Trier…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Trier"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Inve_rser l’ordre"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Enlever les doublons"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "Sensible à la c_asse"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Commencer à la colonne :"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Trier"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Trie un document ou le texte sélectionné."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Vérification orthographique…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Définir la _langue…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Mettre en évidence les mots mal ort_hographiés"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Mettre en évidence les mots mal orthographiés"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr ""
+"Valeurs par défaut pour la mise en évidence des mots mal orthographiés."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configurer le greffon de vérification orthographique"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Valeurs par défaut pour les nouveaux documents"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Vérificateur orthographique"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Vérifie l’orthographe du document actuel."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "In_sérer la date et l’heure…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Formats disponibles"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Type d’invite"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Indique si l’utilisateur est interrogé sur le format à utiliser ou si le "
+"format choisi ou personnalisé est retenu."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Format sélectionné"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Le format sélectionné utilisé lors de l’insertion de la date/heure."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Format personnalisé"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Le format personnalisé utilisé lors de l’insertion de la date/heure."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Insérer la date et l’heure"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Utiliser le format _sélectionné"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Utiliser un format personnalisé"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Insertion"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configurer le greffon d’insertion de date et d’heure"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Lors de l’insertion de la date et de l’heure…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Demander un format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Insérer la date et l’heure"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Insère la date et l’heure actuelles à l’emplacement du curseur."
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit est l’éditeur de texte officiel de l’environnement de bureau GNOME. "
+#~ "Tout en visant simplicité et facilité d’utilisation, gedit est un "
+#~ "puissant éditeur de texte à usage général."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Que vous écriviez le prochain best-seller, la programmation d’une "
+#~ "application innovante, ou que vous cherchiez simplement à prendre "
+#~ "quelques notes rapides, gedit sera un outil fiable pour accomplir votre "
+#~ "tâche."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Son système de greffons flexibles vous permet d’adapter l’application à "
+#~ "vos besoins et à votre façon de travailler."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Liste des greffons actifs. Elle contient l’« emplacement » des greffons "
+#~ "actifs. Consultez le fichier .gedit-plugin pour obtenir "
+#~ "l’« emplacement » (Location) d’un greffon donné."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr ""
+#~ "Les modifications effectuées au document « %s » seront définitivement "
+#~ "perdues."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "L’enregistrement a été désactivé par l’administrateur système."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Les modifications du document seront définitivement perdues."
+#~ msgstr[1] "Les modifications de %d documents seront définitivement perdues."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "_Documents avec des modifications non enregistrées :"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Ouvrir"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Codage de caractères :"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Fin de ligne :"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "L’emplacement « %s » n’est pas atteignable actuellement."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Votre système est hors-ligne. Vérifiez votre connexion réseau."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "Ne _pas éditer"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Ce fichier « %s » est déjà ouvert dans une autre fenêtre."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Voulez-vous quand même l’ouvrir ?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr ""
+#~ "Impossible de créer un fichier de sauvegarde lors de l’enregistrement de "
+#~ "« %s »"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Impossible de créer un fichier de sauvegarde temporaire lors de "
+#~ "l’enregistrement de « %s »"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Impossible de sauvegarder l’ancienne copie du fichier avant d’enregistrer "
+#~ "la nouvelle version. Vous pouvez ignorer cet avertissement et enregistrer "
+#~ "le fichier quand même, mais si une erreur survient lors de "
+#~ "l’enregistrement vous pourriez perdre l’ancienne copie du fichier. "
+#~ "Souhaitez-vous enregistrer quand même ?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Le fichier « %s » a été modifié sur le disque."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Arrêter les modifications et _recharger"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr ""
+#~ "Des caractères non valides ont été détectés lors de l’enregistrement de "
+#~ "« %s »"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Si vous poursuivez l’enregistrement du fichier vous pouvez endommager le "
+#~ "document. Voulez-vous l’enregistrer néanmoins ?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Impossible de créer le répertoire « %s » : g_mkdir_with_parents() a "
+#~ "échoué : %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "A_jouter un jeu"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Joindre les lignes sélectionnées"
+
+#~ msgid "Check update"
+#~ msgstr "Vérifie la disponibilité de mises à jour"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Recherche de la dernière version de gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Une erreur est survenue lors de l’affichage de l’URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Télécharger"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignorer la version"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Une nouvelle version de gedit est disponible"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Vous pouvez télécharger la nouvelle version de gedit en cliquant sur le "
+#~ "bouton Télécharger ou ignorer cette version et attendre une nouvelle"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Version à ignorer"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr ""
+#~ "Version à ignorer jusqu’à ce qu’une version plus récente soit publiée."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Afficher la carte de la vue d’ensemble"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr ""
+#~ "Indique si gedit doit afficher la carte de la vue d’ensemble du document."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Barre d’outils visible"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr ""
+#~ "Indique si la barre d’outils doit être visible dans les fenêtres "
+#~ "d’édition."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Nombre maximum de fichiers récents"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Indique le nombre maximum de fichiers récemment ouverts qui seront "
+#~ "affichés dans le sous-menu « Fichiers récents »."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Aucune modification à enregistrer"
+
+#~ msgid "No results"
+#~ msgstr "Aucun résultat"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Autres _documents…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Afficher la carte de la _vue d’ensemble"
+
+#~ msgid "Open"
+#~ msgstr "Ouvrir"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Ouvre une boîte de dialogue de sélection de fichier"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Vérifiez votre installation."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Impossible d’ouvrir le fichier d’interface %s. Erreur : %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Impossible de trouver l’objet « %s » dans le fichier %s."
+
+#~ msgid "Tools"
+#~ msgstr "Outils"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Éditeur de texte gedit"
+
+#~ msgid "_About"
+#~ msgstr "À _propos"
diff --git a/po/fur.po b/po/fur.po
new file mode 100644
index 0000000..3a3bfa3
--- /dev/null
+++ b/po/fur.po
@@ -0,0 +1,3798 @@
+# Friulian translation for gedit.
+# Copyright (C) 2016 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Fabio Tomat <f.t.public@gmail.com>, 2016, 2017.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2021-01-05 07:41+0000\n"
+"PO-Revision-Date: 2021-01-17 16:26+0100\n"
+"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
+"Language-Team: Friulian <f.t.public@gmail.com>\n"
+"Language: fur\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.4.2\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Modifiche file di test"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit al è l'editôr di test pal ambient grafic GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Il prin obietîf di gedit al è che di jessi facil di doprâ, cuntune interface "
+"semplice predefinide. Funzionalitâts avanzadis adizionâls a son disponibilis "
+"abilitant i plugin."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Editôr di test"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Test sempliç;Scrivi;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Gnûf barcon"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Gnûf document"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Dopre il caratar predefinît"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Indiche se doprâ il caratar di sisteme a spazis fis predefinît invezit che "
+"un caratar specific par gedit. Se cheste opzion e je disativade, alore il "
+"caratar indicât te opzion “Caratar dal editôr” al vignarà doprât al puest "
+"dal caratar di sisteme."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Caratar dal Editôr"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Un caratar personalizât che al vignarà doprât te aree di modifiche. Al "
+"vignarà doprât nome se la opzion “Dopre il caratar predefinît” e je "
+"disativade."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Scheme dal stîl"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "Il ID di un scheme dal stîl GtkSourceView doprât par colorâ il test."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Cree copiis di backup"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Indiche se gedit al à di creâ copiis di backup pai files che al salve."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Salve in automatic"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Indiche se gedit al à di salvâ in automatic i files modificâts dopo un ciert "
+"timp. Tu puedis meti l'interval di timp cun la opzion “Interval par salvâ in "
+"automatic”."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Interval par salvâ in automatic"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Numar di minûts dopo dai cuai gedit al salve in automatic i files "
+"modificâts. Chest al sucêt nome se la opzion “Salve in automatic” e je ative."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Massim numar di azions disfe"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Massim numar di azions che gedit al sarà bon di disfâ e tornâ a fâ. Dopre "
+"“-1” par un numar ilimitât di azions."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Modalitât rie gnove automatiche"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Specifiche cemût fâ la rie gnove automatiche des riis masse lungjis te aree "
+"di modifiche. Dopre “none” par evitâ la rie gnove automatiche, “word” par "
+"fâle su la fonde di singulis peraulis e “char” par fâle su la fonde dai "
+"singui caratars. Viôt che i valôrs a son sensibii aes maiusculis, duncje sta "
+"atent di scrivilis come che a son scritis chi."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Ultime sielte fate pe modalitât di rie gnove automatiche"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Specifiche la ultime modalitât di division de peraule in modalitât rie gnove "
+"automatiche, cussì che cuant che la rie gnove automatiche e je disativade, "
+"si visin la sielte fate pe modalitât di division des peraulis. Dopre “word” "
+"par lâ a rie gnove su lis peraulis e “char” par lâ a rie gnove sui singui "
+"caratars."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Dimension de schede"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Specifiche il numar di spazis che a vignaran mostrâts al puest dai caratars "
+"di tabulazion."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Inserìs spazis"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Indiche se gedit al à di inserî spazis invezit che tabulazions."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Tornade automatiche"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Indiche se gedit al à di abilitâ in automatic la tornade in posizion."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Mostre i numars di rie"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Indiche se gedit al à di mostrâ i numars di rie te aree di modifiche."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Evidenzie linie curint"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Indiche se gedit al à di evidenziâ la linie curint."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Evidenzie parentesis corispuindintis"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Indiche se gedit al à di evidenziâ lis parentesis che si corispuindin."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Mostre il margjin di diestre"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Indiche se gedit al à di mostrâ il margjin di diestre te aree di modifiche."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Posizion margjin di diestre"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Specifiche la posizion dal margjin di diestre."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Motîf dal fondâl dal document"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Indiche se il document al varà di vê un motîf di fondâl disegnât."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Inizi/Fin Inteligjent"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Specifiche cemût che il cursôr al à di movisi cuant che i tascj Inizi e Fin "
+"a son fracâts. Dopre “disabled” par movi simpri tal inizi/fin de rie, "
+"“after” par movisi al inizi/fin de rie de prime volte che si fracave i tascj "
+"e al inizi/fin dal test, escludût i spazis, de seconde volte che si ju "
+"frache. Doprâ “before” par movisi al inizi/fin dal test prime che si movisi "
+"al inizi/fin de rie e “always” par movisi simpri al inizi/fin dal test "
+"invezit che de rie."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Tornâ a plaçâ il cursôr te posizion precedente"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Indiche se gedit al à di tornâ a plaçâ il cursôr te posizion precedente "
+"cuant che un file al ven cjariât."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Ativâ la evidenziazion de sintassi"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Indiche se gedit al à di evidenziâ la sintassi."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Ativâ la evidenziazion dal test cirût"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Indiche se gedit al à di evidenziâ dutis lis presincis dal test cirût."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Sigure la rie gnove finâl"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Indiche se gedit al à di sigurâ che i documents a finissin simpri cuntune "
+"gnove rie finâl."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Modalitât di visualizazion schedis"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Specifiche cuant mostrâ il bloc des schedis. Dopre “never” par no mostrâlis "
+"mai, “always” par viodi simpri lis schedis e “auto” par viodilis nome cuant "
+"che 'nd è plui di une. Viôt che i valôrs a son sensibii a lis maiusculis, "
+"duncje sta atent di scrivilis come che a son scritis chi."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Sbare di stât e je visibil"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Indiche se la sbare di stât, da pît dai barcons di modifiche, e à di jessi "
+"visibil."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Panel laterâl al è visibil"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Indiche se il panel laterâl a çampe dai barcons di modifiche al à di jessi "
+"visibil."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Stampe la evidenziazion de sintassi"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Indiche se gedit al à di stampâ la evidenziazion de sintassi cuant che si "
+"stampe i documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Intestazion di stampe"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Indiche se gedit al à di includi une intestazion cuant che si stampe i "
+"documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Stampe in modalitât rie gnove automatiche"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Specifiche cemût fâ la rie gnove automatiche pes riis masse lungjis cuant "
+"che si stampe. Dopre “none” par evitâ la rie gnove automatiche, “word” par "
+"fâle su la fonde di singulis peraulis e “char” par fâle sui singui caratars. "
+"Viôt che i valôrs a son sensibii aes maiusculis, duncje sta atent di "
+"scrivilis come che a son scritis chi."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Stampe numars di rie"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Se chest valôr al è 0 alore nissun numar di linie al vignarà inserît cuant "
+"che si stampe un document. Se no gedit al stamparà i numars di rie ogni n "
+"riis, dulà che n al sta pal valôr inserît."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Caratar dal cuarp dal test pe stampe"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Specifiche il caratar di doprâ pal cuarp dal test cuant che si stampe i "
+"documents."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Caratar de intestazion pe stampe"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Specifiche il caratar di doprâ pe intestazion de pagjine cuant che si stampe "
+"un document. Chest al vignarà doprât nome se la opzion “Intestazion di "
+"stampe” e je ative."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Caratar dal numar di rie pe stampe"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Specifiche il caratar di doprâ pai numars di rie cuant che si stampe. Chest "
+"al vignarà doprât nome se la opzion \"Stampe numars di rie\" e je divierse "
+"di 0."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Margjin a çampe"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Il margjin a çampe, in milimetris."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Margjin superiôr"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Il margjin superiôr, in milimetris."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Margjin a drete"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Il margjin a drete, in milimetris."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Margjin inferiôr"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Il margjin inferiôr, in milimetris."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Codifichis pussibilis"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Liste des codifichis pussibilis mostradis intal menù Codifiche caratar intal "
+"seletôr di vierzidure/salvament file. “CURRENT” al rapresente la codifiche "
+"atuâl. Nome lis codifichis ricognossudis a vegnin dopradis. Il valôr "
+"predefinît al è une liste vueide, in chel câs gedit al sielzarà chês miôr su "
+"la fonde dal paîs e de lenghe."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Plugins atîfs"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Liste dai plugin atîfs."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Mostre la version de aplicazion"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Mostre la liste dai pussibii valôrs pe opzion di codifiche"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Met la codifiche dal caratar di doprâ par vierzi i files listâts te rie di "
+"comant"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "CODIFICHE"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Cree un gnûf barcon di nivel plui alt intune istance esistent di gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Cree un gnûf document intune istance esistent di gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Vierç i files e bloche il procès fintremai la sieradure dai file"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Eseguìs gedit in modalitât indipendent"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+LINIE[:COLONE]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Al è saltât fûr un erôr tal mostrâ il jutori."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codifiche no valide."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Siere _cence salvâ"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Anule"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "_Salve come…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Salve"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Se no tu salvis, lis modifichis fatis tal ultin %ld secont a laran pierdudis "
+"par simpri."
+msgstr[1] ""
+"Se no tu salvis, lis modifichis fatis tai ultins %ld seconts a laran "
+"pierdudis par simpri."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Se no tu salvis, lis modifichis fatis tal ultin minût a laran pierdudis par "
+"simpri."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Se no tu salvis, lis modifichis fatis tal ultin minût e %ld secont a laran "
+"pierdudis par simpri."
+msgstr[1] ""
+"Se no tu salvis, lis modifichis fatis tal ultin minût e %ld seconts a laran "
+"pierdudis par simpri."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Se no tu salvis, lis modifichis fatis tal ultin %ld minût a laran pierdudis "
+"par simpri."
+msgstr[1] ""
+"Se no tu salvis, lis modifichis fatis tai ultins %ld minûts a laran "
+"pierdudis par simpri."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Se no tu salvis, lis modifichis fatis te ultime ore a laran pierdudis par "
+"simpri."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Se no tu salvis, lis modifichis fatis te ultime ore e %d minût a laran "
+"pierdudis par simpri."
+msgstr[1] ""
+"Se no tu salvis, lis modifichis fatis te ultime ore e %d minûts a laran "
+"pierdudis par simpri."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Se no tu salvis, lis modifichis fatis te ultime %d ore a laran pierdudis par "
+"simpri."
+msgstr[1] ""
+"Se no tu salvis, lis modifichis fatis tes ultimis %d oris a laran pierdudis "
+"par simpri."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Salvâ i cambiaments dal document \"%s\" prime di sierâ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"A 'nd è %d document cun modifichis no salvadis. Salvâ i cambiaments prime di "
+"sierâ?"
+msgstr[1] ""
+"A 'ndi son %d documents cun modifichis no salvadis. Salvâ i cambiaments "
+"prime di sierâ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "S_elezione i documents che tu vuelis salvâ:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Se no tu salvis, dutis lis modifichis a laran pierdudis par simpri."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Daur a cjamâ il file “%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Daûr a cjamâ %d file…"
+msgstr[1] "Daûr a cjamâ %d file…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Il file “%s” al è in modalitât dome leture."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Vûstu provâ a sostituîlu cun chel che tu stâs par salvâ?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Sostituî"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Salvâ il file doprant la compression?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Salvâ il file come test sempliç?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Il file “%s” al jere stât salvât come test sempliç e cumò al vignarà salvât "
+"doprant la compression."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Salve doprant compression"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Il file “%s” al jere stât salvât doprant la compression e cumò al vignarà "
+"salvât come test sempliç."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Salve come test sempliç"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Daûr a salvâ il file “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Salve come"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Ripristinament dal document “%s”…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Anulâ lis modifichis no salvadis al document “%s'”?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Lis modifichis fatis tal document intal ultin %ld secont a laran pierdudis "
+"par simpri."
+msgstr[1] ""
+"Lis modifichis fatis tal document intai ultins %ld seconts a laran pierdudis "
+"par simpri."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Lis modifichis fatis tal document intal ultin minût a laran pierdudis par "
+"simpri."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Lis modifichis fatis tal document intal ultin minût e %ld secont a laran "
+"pierdudis par simpri."
+msgstr[1] ""
+"Lis modifichis fatis tal document intal ultin minût e %ld seconts a laran "
+"pierdudis par simpri."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Lis modifichis fatis tal document intal ultin %ld minût a laran pierdudis "
+"par simpri."
+msgstr[1] ""
+"Lis modifichis fatis tal document intai ultins %ld minûts a laran pierdudis "
+"par simpri."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Lis modifichis fatis tal document inte ultime ore a laran pierdudis par "
+"simpri."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Lis modifichis fatis tal document inte ultime ore e %d minût a laran "
+"pierdudis par simpri."
+msgstr[1] ""
+"Lis modifichis fatis tal document inte ultime ore e %d minûts a laran "
+"pierdudis par simpri."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Lis modifichis fatis tal document inte ultime %d ore a laran pierdudis par "
+"simpri."
+msgstr[1] ""
+"Lis modifichis fatis tal document intes ultimis %d oris a laran pierdudis "
+"par simpri."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Ripristine"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit al è un piçul e lizêr editôr di test pal scritori GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr "Fabio Tomat <f.t.public@gmail.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Cjate e sostituìs %d câs"
+msgstr[1] "Cjate e sostituìs %d câs"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Cjate e sostituìs un câs"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” no cjatât"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grup di schedis %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Dome leture"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Ricognossiment automatic"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Zonte o gjave…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Configurazion regjonâl atuâl (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Configurazion regjonâl atuâl)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Sigûrs di ristabilî lis preferencis de codifiche dai caratars?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Torne stabilìs"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Zonte"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Gjave"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Sposte intune prioritât plui alte"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Sposte intune prioritât plui basse"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Ducj i files"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Ducj i files di test"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Codifiche c_aratars:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "F_in di rie:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Vierç i files"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2639
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Vierç"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Torne prove"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Impussibil cjatâ il file \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Controle di vê scrit la posizion juste e torne prove."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Impussibil gjestî lis posizions \"%s:\"."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Impussibil gjestî cheste posizion."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "La posizion dal file no pues jessi doprade."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "\"%s\" e je une cartele."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "\"%s\" no je une valide posizion."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Impussibil cjatâ il host \"%s\". Controle che lis impostazions proxy a sedin "
+"justis e torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Il non host nol jere valit. Controle di vê scrit la posizion juste e torne "
+"prove."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "\"%s\" nol è un file regolâr."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Conession scjadude. Torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Erôr inspietât: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Impussibil cjatâ il file domandât. Forsit al è stât eliminât di resint."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Impussibil ripristinâ il file \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Codifiche ca_ratars:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Modifiche _distès"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Il numar dai colegaments di lâ daûr al è limitât e nol è stât pussibil cjatâ "
+"il file chenti chest limit."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "No tu âs i permès necessaris par vierzi il file."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Impussibil ricognossi la codifiche caratars."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Controle che no tu stedis cirint di vierzi un file binari."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Selezione une codifiche caratars dal menù e torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Al è vignût fûr un probleme tal vierzi il file \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Il file che tu âs viert al à cualchi caratar no valit. Se tu continuis a "
+"modificâ chest file tu podaressis ruvinâ chest document."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "Tu puedis ancje sielzi une altre codifiche caratars e tornâ a provâ."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Impussibil vierzi il file \"%s\" doprant la codifiche caratars \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Selezione une codifiche caratars diferente dal menù e torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Impussibil vierzi il file \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Impussibil salvâ il file \"%s\" doprant la codifiche caratars \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Il document al ten un o plui caratars che no puedin jessi codificâts doprant "
+"la codifiche di caratars specificade."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "S_alve distès"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "N_o sta salvâ"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Il file \"%s\" al è stât modificât di cuant che al è stât let."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Se tu lu salvis dutis lis modifichis esternis a laran pierdudis. Salvâ "
+"distès?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impussibil gjestî lis posizions \"%s\" in modalitât scriture. Controle di vê "
+"scrit ben la posizion e torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impussibil gjestî cheste posizion in modalitât scriture. Controle di vê "
+"scrit ben la posizion e torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" no je une posizion valide. Controle di vê scrit ben la posizion e "
+"torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"No tu âs i permès necessaris par salvâ il file. Controle di vê scrit ben la "
+"posizion e torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Nol è vonde spazi tal disc par salvâ il file. Libare un tic di spazi sul "
+"disc e torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Tu stâs cirint di salvâ il file suntun disc di dome leture. Controle di vê "
+"scrit ben la posizion e torne prove."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Un file cul stes non al esist za. Dopre un non diviers."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Il disc dulà che tu stâs cirint di salvâ il file al à limitazions te "
+"lungjece dai nons dai files. Dopre un non plui curt."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Il disc dulà che tu stâs cirint di salvâ il file al à limitazions su la "
+"dimension dai files. Cîr di salvâ un file plui piçul o salvilu suntun disc "
+"che nol à cheste limitazion."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Impussibil salvâ il file \"%s\"."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Fâs clic su chest boton par sielzi il caratar che al vignarà doprât dal "
+"editôr"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Doprâ il caratar a spazis fis di sisteme (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Il scheme di colôr selezionât nol pues jessi instalât: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Il scheme di colôr selezionât nol pues jessi instalât."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Zonte scheme colôrs"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Zonte Scheme"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "File di scheme di colôr"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Impussibil gjavâ il scheme di colôr “%s”."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Daûr a prontâ…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "File: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "Pagjine %N di %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Daûr a prontâ la visualizazion de pagjine %d di %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Pagjine %d di %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nuie"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Cjate e sostituìs"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "SSC"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "E je une schede cun erôrs"
+msgstr[1] "A son %d schedis cun erôrs"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:823
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Ripristinament di %s di %s"
+
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s"
+msgstr "Ripristinament di %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:843
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Daûr a cjamâ %s di %s"
+
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s"
+msgstr "Daûr a cjamâ %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:930
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Daûr a salvâ %s su %s"
+
+#: gedit/gedit-tab.c:935
+#, c-format
+msgid "Saving %s"
+msgstr "Daûr a salvâ %s"
+
+#: gedit/gedit-tab.c:1486
+#, c-format
+msgid "Error opening file %s"
+msgstr "Erôr tal vierzi il file %s"
+
+#: gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Erôr tal ripristinâ il file %s"
+
+#: gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error saving file %s"
+msgstr "Erôr tal salvâ il file %s"
+
+#: gedit/gedit-tab.c:1527
+msgid "Name:"
+msgstr "Non:"
+
+#: gedit/gedit-tab.c:1528
+msgid "MIME Type:"
+msgstr "Gjenar MIME:"
+
+#: gedit/gedit-tab.c:1529
+msgid "Encoding:"
+msgstr "Codifiche:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ su %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d di %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Torne al inizi"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Corispuindince come espression _regolâr"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Corispuindince nome peraulis _intieris"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Corispuindince _maiusculis"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Stringhe di cirî"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Rie dulà movi il cursôr"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Corispuindince parentesi fûr limit"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Nissune corispuindince parentesi cjatade"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Corispuindince parentesi cjatade ae rie: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rie %d, Col %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Largjece schede: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Test sempliç"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "A 'ndi son documents no salvâts"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Cambie la pagjine dal panel laterâl"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/gedit-window.c:2640
+msgid "Open a file"
+msgstr "Vierç un file"
+
+#: gedit/gedit-window.c:2644
+msgid "Open a recently used file"
+msgstr "Vierç un file doprât di resint"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Sposte a _çampe"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Sposte a _drete"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Sposte intun gnûf _barcon"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Sposte intun _gnûf grup di schedis"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Siere"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Tornade in posizion automatiche"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Dopre spazis"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Mostre numars di rie"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Mostre margjin di diestre"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Evidenzie rie curint"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Rie gnove automatiche"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_File"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Gnûf"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Vierç _resint"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Torne vierç _schede sierade"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Salve _come…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Gnûf barcon"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Torne cjarie"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Stampe…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Jes"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Modifiche"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Disfe"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Torne fâs"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Ta_ie"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Copie"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Tache"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Elimine"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Modalitât sorescriture"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Selezione _Dut"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Preferencis"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Visualize"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "_Panel laterâl"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Panel _inferiôr"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_A plen visôr"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Modalitât _evidenziazion…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Cîr"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Cjate…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Cjate _sucessîf"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Cjate preced_ent"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Cjate e _sostituìs…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "Ne_te evidenziazion"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Va ae _rie…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Struments"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documents"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Salve Duc_j"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Siere ducj"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Gnûf grup di schedis"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Grup di schedis p_recedent"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Grup di schedis _sucessîf"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Document _precedent"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Document s_ucessîf"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Sposte intun gnûf barcon"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Jutori"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Informazions su Editôr di test"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Salve Duc_j"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Cjate e sostituìs…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Va a_e rie…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Scurtis di tastiere"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Codifichis dai caratars"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Apliche"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Codifichis _disponibilis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Codifichis siel_tis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Descrizion"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "C_odifiche"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferencis"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Mostre numars di rie"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Mostre il _margjin di diestre ae colone:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Mostre la sbare di _stât"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Mostre _gridele"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Rie gnove automatiche"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Abilite rie gnove _automatiche"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "No sta _dividi lis peraulis su dôs riis"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Evidenziazion"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Evidenzie _rie curint"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Evidenzie _parentesis corispuindintis"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Viodude"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulazions"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Largjece schede:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Inserìs _spazis al puest des tabulazions"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Abilite la tornade in posizion automatiche"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Salvament dal file"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Cree une copie di _backup prime di salvâ i files"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Salve in _automatic i files ogni"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minûts"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editôr"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Caratar"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Caratar dal editôr: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Sielç il caratar dal editôr"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Scheme colôr"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instale scheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instale Scheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Disinstale scheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Disinstale Scheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Caratars e Colôrs"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Plugin"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Evidenziazion de sintassi"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Stampe la evidenziazion de sintassi"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Numars di rie"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Stampe nu_mars di rie"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numar ogni"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "riis"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Intestazion di pagjine"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Stampe _intestazion di pagjine"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Caratars"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Cuarp:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Numars di _rie:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Intest_azions e da pît de pagjine:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Torne met i caratars predefinîts"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Mostre la pagjine precedente"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Mostre la pagjine sucessive"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Pagjine atuâl (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "di"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Pagjinis totâi"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Il numar totâl di pagjinis intal document"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Mostre plui pagjinis"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Ingrandiment 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Ingrandiment par jemplâ la pagjine"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Ingrandìs"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Ridûs"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Siere la anteprime di stampe"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Siere anteprime"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Anteprime di stampe"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "La anteprime di une pagjine dal document di stampâ"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Sostituìs _ducj"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Cjate"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "C_jate "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Sostituìs _cun "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Corispuindince _maiusculis"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Corispuindince nome peraulis _intieris"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Espression _regolâr"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Cîr in_daûr"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Torne tache dal inizi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Cree un gnûf document intune schede"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Vierç un document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Salve il document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Salve il document cuntun gnûf non di file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Salve ducj i documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Siere il document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Siere ducj i documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Torne vierç i plui resints documents sierâts"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Passe al document sucessîf"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Passe al document precedent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Passe al prin — novesim document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Barcons e panei"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Cree un gnûf document intal barcon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Cree un gnûf grup di schedis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Mostre panel laterâl"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Mostre panel inferiôr"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Modalitât a plen visôr impiade / distudade"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Jes de aplicazion"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Cjate e sostituìs"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Cjate"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Cjate il sucessîf câs"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Cjate il precedent câs"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Nete evidenziazion"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Disfe e torne fâs"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Disfe il comant precedent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Torne fâs il comant precedent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selezion"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Selezione dut il test"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Deselezione dut il test"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copie e tache"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copie il test selezionât intes notis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Taie il test selezionât intes notis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Tache il test des notis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigazion"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Va ae rie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Sposte al inizi di cheste rie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Sposte ae fin di cheste rie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Sposte al inizi dal document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Sposte ae fin dal document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Sposte in sù la viodude de luminarie tal file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Sposte in jù la viodude de luminarie tal file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Sposte ae fin dal file la viodude de luminarie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Sposte al inizi dal file la viodude de luminarie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Môf ae parentesi corispondente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Va al grup di schedis precedent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Va al prossim grup di schedis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Modifiche"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Cambie tra inseriment / sorescriture"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Comute la visibilitât dal cursôr"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Elimine la rie curint"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Sposte la rie curin in sù"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Sposte la rie curin in jù"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Sposte la peraule cuint a çampe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Sposte la peraule cuint a drete"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Convertìs a maiuscul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Convertìs a minuscul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Invertìs maiusculis e minusculis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Aumente il numar sul cursôr"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Diminuìs il numar sul cursôr"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Struments"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Control ortografie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Stampe il document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Mostre il barcon di completament"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Gjenerâl"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Mostre jutori"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Vierç il menù"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Scurtis di tastiere"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Siere document"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Cree un gnûf document"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Gnûf"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Salve il file atuâl"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Salve"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Plate il panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Mole modalitât a plen visôr"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistichis sul document"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Calcole il numar di peraulis, riis e caratars intun document."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Statistichis _document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Selezion"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Liniis"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Peraulis"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Caratars (cui spazis)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Caratars (cence spazis)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Byte"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Costruìs"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Eseguìs “make” te cartele dal document"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Vierç terminâl chi"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Vierç un terminâl inte posizion dal document"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Gjave i spazis a fin de rie"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Gjave i spazis a fin di rie inutii tal to file"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Eseguìs comant"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Eseguìs un comant personalizât e met la sô jessude intun gnûf document"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Invie a fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Tache a fpaste il test selezionât o il document atuâl"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Struments esternis"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Eseguìs comants esternis e script shell."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Indiche se doprâ il caratar di sisteme"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se VÊR, i struments esternis a dopraran il caratar a spazis fis definît a "
+"nivel di ambient grafic (o in altri câs il caratar plui idoni)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Un non di un caratar Pango. Par esempli “Sans 12” o “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Gjestìs struments _esternis…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "S_truments esternis"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Impussibil eseguî il comant: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Tu âs di stâ suntune peraule par eseguî chest comant"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Strument in esecuzion:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Fat."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Jessût"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Dutis lis lenghis"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Dutis lis lenghis"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Gnûf strument"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Cheste scurte e je za associade cun %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Inserìs une gnove scurte o frache Backspace par anulâ"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Inserìs une gnove scurte"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Fermât."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Ferme strument"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Simpri disponibil"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Ducj i documents"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Ducj i documents gjavât chei cence titul"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Dome file locâi"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Dome file lontans"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Dome documents cence titul"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Document curint"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Selezion atuâl"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Selezion atuâl (predefinide dal document)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Linie curint"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Peraule curint"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Mostre tal ricuadri inferiôr"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Cree un gnûf document"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Zonte al document atuâl"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Sostituìs il document atuâl"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Sostituìs la selezion atuâl"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Inserìs te posizion dal cursôr"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Gjestion struments esternis"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Zonte un gnûf strument"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Zonte strument"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Gjave il strument selezionât"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Gjave il strument"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Ripristine strument"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Ripristine Strument"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Tast di scurte:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Salve:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Jentrade:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Jessude:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplicabilitât:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Strument di jessude"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panel di esplorazion files"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Acès facilitât ai files dal panel laterâl."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Cjase"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "File System"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Esplorazion files"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Al è vignût fûr un erôr tal creâ une gnove cartele"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Al è vignût fûr un erôr tal creâ une gnûf file"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Al è vignût fûr un erôr tal cambiâ il non a un file o a une cartele"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Al è vignût fûr un erôr tal eliminâ un file o une cartele"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Al è vignût fûr un erôr tal vierzi une cartele tal file manager"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Al è vignût fûr un erôr tal stabilî la cartele lidrîs"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Al è vignût fûr un erôr tal cjariâ une cartele"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Al è vignût fûr un erôr"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Impussibil movi il file te scovacere, vûstu\n"
+"eliminâlu par simpri?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Il file “%s” nol pues jessi spostât te scovacere."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "I files selezionâts no puedin jessi spostâts te scovacere."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Sigûrs di eliminâ par simpri “%s”?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Sigûrs di eliminâ par simpri i files selezionâts?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Se tu eliminis un element tu lu pierdarâs par simpri."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Vueit)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Il file che al à cambiât non al è stât taiât fûr dal filtri. Tu scugnis "
+"justâ lis impostazions dal filtri par rindilu visibil"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "File cence titul"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Il gnûf file al è stât taiât fûr dal filtri. Tu scugnis justâ lis "
+"impostazions dal filtri par rindilu visibil"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Cartele cence titul"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"La gnove cartele e je stade taiade fûr dal filtri. Tu scugnis justâ lis "
+"impostazions dal filtri par rindile visibil"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Segnelibris"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Nissun ogjet montât pal volum: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Impussibil vierzi il supuart: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Impussibil montâ il volum: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Erôr tal cjariâ “%s”: cartele inesistent"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Vierç cun viodude a arbul"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Vierzi la viodude a arbul tal inviament dal plugin de esplorazion files "
+"invezit che la viodude a segnelibris"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Cartele lidrîs de esplorazion files"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"La cartele lidrîs, de esplorazion files, di doprâ cuant che si cjarie il "
+"plugin de esplorazion files se onload/tree_view al è VÊR."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Cartele lidrîs virtuâl de esplorazion files"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"La cartele lidrîs virtuâl, de esplorazion files, di doprâ cuant che si "
+"cjarie il plugin de esplorazion file cuant che onload/tree_view al è VÊR. La "
+"lidrîs virtuâl e scugne jessi simpri sot la lidrîs atuâl."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Abilitâ il ripristinament des posizions lontanis"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Indiche se abilitâ il ripristinament des posizions esternis."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Stabilìs la posizion al prin document"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Se VÊR il plugin di esplorazion files al mostre la cartele dal prin document "
+"viert se la esplorazion file no je ancjemò stade doprade. (Chest di solit si "
+"apliche tal vierzi un document di rie di comant o cun Nautilus…)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Modalitât filtri de esplorazion files"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Chest valôr al determine cuai files che a vegnin filtrâts de esplorazion "
+"files. I valôrs valits a son: none (nol filtre nuie), hide-hidden (al filtre "
+"i file platâts) e hide-binary (al filtre i file binaris)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Model di filtri de esplorazion files"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Il model di filtri di doprâ par filtrâ la esplorazion dai files. Chest "
+"filtri al lavore parsore dal filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Modei di files binaris de esplorazion files"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Ulteriôrs modei di doprâ cuant che si filtre i files binaris."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Stabilìs lidrîs al document atîf"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Gnove _Cartele"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Gnûf f_ile"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Cambie non…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Sposte te _Scovacere"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Inzorne Viodude"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Viôt cartele"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Vierç intal terminâl"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtre"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Mostre _Platâts"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Mostre _Binaris"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Corispuindince non dal file"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Cronologjie"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Vierç il menù de cronologjie"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Mûts di linie"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Supuart pai mûts di linie Emacs, Kate e Vim par gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Colôr dal test dal comant"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Il colôr dal test dal comant"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Colôr test dal erôr"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Il colôr dal test dal erôr"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se vêr, il terminâl al doprarà il caratar a spazis fis definît a nivel di "
+"ambient grafic (o in altri câs il caratar plui idoni)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Colôr dal c_omant:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Colôr dal _erôr:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Console Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Console Python interative tal panel inferiôr."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Evidenziazion veloce"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Al evidenzie dutis lis presincis dal test selezionât."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Vierç subite…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Vierç subite"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Vierç subite i files."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Scrîf par cirî…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Gjestìs _Snippet…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Snippet"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "L'archivi “%s” nol pues jessi creât"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "La cartele di destinazion “%s” no esist"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "La cartele di destinazion “%s” no je une cartele valide"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Il file “%s” nol esist"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Il file “%s” nol è un file snippet valit"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Il file impuartât “%s” nol è un file snippet valit"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "L'archivi “%s” nol pues jessi estrat"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "I files chi sot no puedin jessi impuartâts: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Il file “%s” nol è un archivi snippet valit"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Archivi snippet"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Zonte un gnûf snippet…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globâl"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Ripristine snippet selezionât"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Elimine snippet selezionât"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Chest nol è une lescje (Tab) valide. Lis lescjis a puedin contignî caratars "
+"alfanumerics (opûr _, : e .) o un caratar ugnul (no alfanumeric) come: {, [, "
+"e vie indenant."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Peraule singule cun la cuâl il snippet al ven ativât dopo vê fracât il tast "
+"di tabulazion"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "I erôrs chi daurman a son vignûts fûr dilunc la importazion: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importazion completade cun sucès"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Impuarte i snippet"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Ducj i archivis supuartâts"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Archivi comprimût Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Archivi comprimût Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "File snippet singul"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Ducj i files"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "I erôrs chi daurman a son vignûts fûr dilunc la esportazion: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Esportazion completade cun sucès"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Includi te esportazion i snippet di <b>sisteme</b> selezionâts?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "No son snippets selezionât di espuartâ"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Espuarte i snippet"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Inserìs une gnove scurte o frache Backspace par anulâ"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Inserìs une gnove scurte"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"La esecuzion dal comant Python (%s) e je lade fûr dal timp massim, esecuzion "
+"terminade."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Esecuzion dal comant Python (%s) falide: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Inserìs in mût rapit tocs di test doprâts dispès."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Ministre Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Cree gnûf snippet"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Zonte snippet"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Gjave snippet"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Impuarte snippet"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Espuarte snippet selezionâts"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Espuarte i snippet"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Ativazion"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Lescje Tab:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Tast S_curte:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Tast di scurte cul cuâl il snippet al ven ativât"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Molâ destinazions:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Ordene…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ordene"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Invertìs l'ordin"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "G_jave i doplons"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "M_aiusculis/Minusculis"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Tache de colone:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "O_rdene"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Ordene un document o il test selezionât."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Controle la ortografie…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Stabilìs _Lenghe…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Evidenzie peraulis scritis mâl"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Evidenzie peraulis scritis mâl"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Impostazion predefinide pe evidenziazion des peraulis scritis mâl."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configure il plugin di ortografie"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Predefinîts pai gnûfs documents"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Control ortografic"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Controle la ortografie dal document atuâl."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "In_serìs date e ore…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Formâts disponibii"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Domande il gjenar"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Indiche se l'utent al à di jessi interogât par un formât opûr se doprâ il "
+"formât selezionât o chel personalizât."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Formât selezionât"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Il formât selezionât doprât cuant che si inserìs la date/ore."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Formât personalizât"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Il formât personalizât doprât cuant che si inserìs la date/ore."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Inserìs date e ore"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Dopre il formât _selezionât"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Dopre formât personalizât"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Inserìs"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configure il plugin di date/ore"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Tal inserî date/ore…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Domande un formât"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Inserìs date e ore"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Al inserìs date e ore atuâl te posizion dal cursôr."
+
+#~ msgid "Untitled Document %d"
+#~ msgstr "Document cence titul %d"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Modalitât evidenziazion"
+
+#~ msgid "_Select"
+#~ msgstr "_Selezione"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Modalitât di ricercje evidenziade…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit al è l'editôr di tescj uficiâl dal ambient grafic GNOME. Pontant a "
+#~ "jessi sempliç e facil di doprâ, gedit al è ancje un editor di tescj "
+#~ "gjeneric une vore potent."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Che tu stedis scrivint un gnûf bestseller, programant une aplicazion "
+#~ "inovative o semplicementri cjapant di corse cualchi note, gedit al sarà "
+#~ "un imprest afidabil pe tô ativitât."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Il so sisteme flessibil di plugin al permet di personalizâ la aplicazion "
+#~ "pes tôs dibisugnis e adatâle al propri metodi di lavôr."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Liste di plugin atîfs. E conten la “Posizion” dai plugin atîfs. Viôt il "
+#~ "file .gedit-plugin par vê la “Posizion” di un particolâr plugin."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Lis modifichis dal document \"%s\" a laran pierdudis par simpri."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Salvament disabilitât dal aministradôr di sisteme."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Lis modifichis fatis a %d document a laran pierdudis par simpri."
+#~ msgstr[1] ""
+#~ "Lis modifichis fatis a %d documents a laran pierdudis par simpri."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Docum_ents cun modifichis no salvadis:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Vierç"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Codifiche caratars:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Fin di rie:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "La posizion \"%s\" no je, par cumò, disponibil."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Il to sisteme al è fûr rêt. Controle la tô rêt."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "No sta m_odificâ"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Il file \"%s\" al è za viert intun altri barcon."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Vûstu modificâlu distès?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Impussibil creâ un file di backup intant che si salve \"%s\""
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Impussibil creâ un file di backup temporani intant che si salve \"%s\""
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Impussibil creâ un backup de vecje version dal file prime dal salvament "
+#~ "di chê atuâl. Tu puedis ignorâ chest avîs e salvâ il file distès, ma se "
+#~ "un erôr al ven fûr dilunc il salvament, tu podaressis pierdi la vecje "
+#~ "version dal file. Salvâ distès?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Il file \"%s\" al è cambiât sul disc."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Bute vie lis modifichis e _torne cjarie"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr ""
+#~ "Al è stât rilevât cualchi caratar no valit intant che si salvave \"%s\""
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Se tu continuis a salvâ chest file tu puedis ruvinâ il document. Salvâ "
+#~ "distès?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "Impussibil creâ la cartele “%s”: g_mkdir_with_parents() falît: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_Zonte scheme"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Unìs lis riis selezionadis"
+
+#~ msgid "Check update"
+#~ msgstr "Controle inzornaments"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Controle la presince di une gnove version di gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Al è saltât fûr un erôr tal mostrâ il URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Discjarie"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignore version"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "E je une gnove version di gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Tu puedis discjariâ la gnove version di gedit fasint clic sul boton par "
+#~ "discjariâ o ignore chê version e spiete une altre gnove"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Version di ignorâ"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr ""
+#~ "Version di ignorâ fintremai che une gnove version no ven metude fûr."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Mostre mape panoramiche"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Indiche se gedit al à di mostra la mape panoramiche dal document."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "La sbare dai struments e je visibil"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr ""
+#~ "Indiche se la sbare dai struments e à di jessi visibil tai barcons di "
+#~ "modifiche."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Numar massim di file resints"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Specifiche il numar massim di file resints vierts che a vignaran mostrâts "
+#~ "intal sot-menù “File resints”."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Nissune modifiche e à di jessi salvade"
+
+#~ msgid "No results"
+#~ msgstr "Nissun risultât"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Altris _documents…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Mostre la mape _panoramiche"
+
+#~ msgid "Open"
+#~ msgstr "Vierç"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Vierç un dialic di file"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Controle la tô instalazion."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Impussibil vierzi il file di IU %s. Erôr: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Impussibil cjatâ l'ogjet “%s” dentri dal file %s."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "Tools"
+#~ msgstr "Struments"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Editôr di test gedit"
+
+#~ msgid "_About"
+#~ msgstr "_Informazions"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignore"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Gjestion struments _esternis..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Vierzidure rapide..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Ministre _Snippet..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "In_serìs date e ore..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Vierç un gnûf barcon"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Vierç un gnûf document"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr ""
+#~ "Impueste la dimension e la posizion di un barcon (LARGJECExALTECE+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GJEOMETRIE"
diff --git a/po/ga.po b/po/ga.po
new file mode 100644
index 0000000..0f6c56f
--- /dev/null
+++ b/po/ga.po
@@ -0,0 +1,3541 @@
+# Irish translations for gedit package.
+# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Alastair McKinstry <mckinstry@computer.org>, 2000.
+# Paul Duffy <dubhthach@frink.nuigalway.ie>, 2003.
+# Alan Horkan <horkan@maths.tcd.ie>, 2005.
+# Seán de Búrca <leftmostcat@gmail.com>, 2007-2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-08-29 23:01-0600\n"
+"PO-Revision-Date: 2013-08-30 13:35-0600\n"
+"Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
+"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
+"Language: ga\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
+"4;\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:784
+msgid "Text Editor"
+msgstr "Eagarthóir Téacs"
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "Cuir comhaid téacs in eagar"
+
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "Eagarthóir Téacs gedit"
+
+#: ../data/gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "Téacs;Eagarthóir;"
+
+#: ../data/gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "Oscail Fuinneog Nua"
+
+#: ../data/gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "Oscail Cáipéis Nua"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:1
+msgid "Use Default Font"
+msgstr "Bain Úsáid as Cló Réamhshocrú"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:2
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. 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.gnome.gedit.gschema.xml.in.in.h:3
+msgid "Editor Font"
+msgstr "Cló an Eagarthóra"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:4
+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.gnome.gedit.gschema.xml.in.in.h:5
+msgid "Style Scheme"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:6
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:7
+msgid "Create Backup Copies"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:8
+msgid ""
+"Whether gedit 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.gnome.gedit.gschema.xml.in.in.h:9
+msgid "Autosave"
+msgstr "Autosave"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:10
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:11
+msgid "Autosave Interval"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:12
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:13
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:14
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:15
+msgid "Maximum Number of Undo Actions"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:16
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:17
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:18
+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.gnome.gedit.gschema.xml.in.in.h:19
+msgid "Tab Size"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:20
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:21
+msgid "Insert spaces"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:22
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:23
+msgid "Automatic indent"
+msgstr "Eangú uathoibríoch"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:24
+#, fuzzy
+msgid "Whether gedit should enable automatic indentation."
+msgstr "_Cumasaigh eangú uathoibríoch"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:25
+msgid "Display Line Numbers"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:26
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:27
+msgid "Highlight Current Line"
+msgstr "Aibhsigh Líne Reatha"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:28
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:29
+#, fuzzy
+msgid "Highlight Matching Brackets"
+msgstr "Aibhsigh lúi_bín comhoiriúnach"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:30
+#, fuzzy
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Aibhsigh lúi_bín comhoiriúnach"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:31
+msgid "Display Right Margin"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:32
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:33
+msgid "Right Margin Position"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:34
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:35
+msgid "Smart Home End"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:36
+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.gnome.gedit.gschema.xml.in.in.h:37
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:38
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:39
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:40
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:41
+msgid "Enable Search Highlighting"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:42
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:43
+msgid "Ensure Trailing Newline"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:44
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:45
+msgid "Toolbar is Visible"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:46
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:47
+msgid "Notebook Show Tabs Mode"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:48
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:49
+msgid "Status Bar is Visible"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:50
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:51
+msgid "Side panel is Visible"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:52
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:53
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:54
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:55
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:56
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:57
+msgid "Print Header"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:58
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:59
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:60
+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.gnome.gedit.gschema.xml.in.in.h:61
+msgid "Print Line Numbers"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:62
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:63
+msgid "Body Font for Printing"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:64
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:65
+msgid "Header Font for Printing"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:66
+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.gnome.gedit.gschema.xml.in.in.h:67
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:68
+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 ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:80
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:81
+msgid "Automatically Detected Encodings"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:82
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:85
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:86
+msgid "Encodings shown in menu"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:87
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:88
+msgid "Active plugins"
+msgstr "Breiseáin Gníomhacha"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:89
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../gedit/gedit-app.c:113
+#, fuzzy
+msgid "Show the application's help"
+msgstr "Taispeáin leagan an fheidhmchláir"
+
+#: ../gedit/gedit-app.c:119
+msgid "Show the application's version"
+msgstr "Taispeáin leagan an fheidhmchláir"
+
+#: ../gedit/gedit-app.c:125
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+
+#: ../gedit/gedit-app.c:133
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit-app.c:134
+msgid "ENCODING"
+msgstr "IONCHÓDÚ"
+
+#: ../gedit/gedit-app.c:141
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit-app.c:149
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit-app.c:157
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr ""
+
+#: ../gedit/gedit-app.c:158
+msgid "GEOMETRY"
+msgstr "CÉIMSEATA"
+
+#: ../gedit/gedit-app.c:165
+msgid "Open files and block process until files are closed"
+msgstr ""
+
+#: ../gedit/gedit-app.c:173
+msgid "Run gedit in standalone mode"
+msgstr ""
+
+#: ../gedit/gedit-app.c:182
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[COMHAD...] [+LÍNE[:COLÚN]]"
+
+#: ../gedit/gedit-app.c:281
+msgid "There was an error displaying the help."
+msgstr "Tharla earráid agus cabhair á thaispeáint."
+
+#: ../gedit/gedit-app.c:702
+msgid "- Edit text files"
+msgstr "- Cuir comhaid téacs in eagar"
+
+#: ../gedit/gedit-app.c:811 ../gedit/gedit-app.c:901
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+
+#: ../gedit/gedit-app.c:832
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ionchódú neamhbhailí."
+
+#: ../gedit/gedit-app-osx.c:260
+msgid "About gedit"
+msgstr "Maidir le gedit"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:147
+msgid "Question"
+msgstr "Ceist"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:318
+msgid "Close _without Saving"
+msgstr "Dún _gan Sábháil"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:366
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:375
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:381
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:391
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:406
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:412
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:427
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:480
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:495
+#: ../gedit/gedit-close-confirmation-dialog.c:719
+msgid "Saving has been disabled by the system administrator."
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:666
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:674
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:694
+msgid "Docum_ents with unsaved changes:"
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:698
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:723
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:268
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Comhad '%s' á luchtú..."
+
+#: ../gedit/gedit-commands-file.c:277
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d chomhad á luchtú..."
+msgstr[1] "%d chomhad á luchtú..."
+msgstr[2] "%d chomhad á luchtú..."
+msgstr[3] "%d gcomhad á luchtú..."
+msgstr[4] "%d comhad á luchtú..."
+
+#. Translators: "Open" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:442 ../gedit/gedit-window.c:1175
+msgid "Open"
+msgstr "Oscail"
+
+#: ../gedit/gedit-commands-file.c:553
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:558
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:566 ../gedit/gedit-replace-dialog.ui.h:3
+msgid "_Replace"
+msgstr "_Ionadaigh"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:609
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:611
+msgid "_Save Using Compression"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:615
+msgid "Save the file as plain text?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:616
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:618
+msgid "_Save As Plain Text"
+msgstr "_Sábháil Mar Gnáththéacs"
+
+#: ../gedit/gedit-commands-file.c:738 ../gedit/gedit-commands-file.c:955
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Comhad '%s' á shábháil..."
+
+#: ../gedit/gedit-commands-file.c:842
+msgid "Save As"
+msgstr "Sábháil Mar"
+
+#: ../gedit/gedit-commands-file.c:1168
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1213
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1222
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1231
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1237
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1247
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1262
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1268
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1283
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../gedit/gedit-commands-file.c:1309
+msgid "_Revert"
+msgstr "_Fill"
+
+#: ../gedit/gedit-commands-help.c:89
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "Is eagarthóir téacs beag agus éadrom don Deasc GNOME gedit"
+
+#: ../gedit/gedit-commands-help.c:114
+msgid "translator-credits"
+msgstr ""
+"Alastair McKinstry <mckinstry@computer.org>\n"
+"Paul Duffy <dubhthach@frink.nuigalway.ie>\n"
+"Alan Horkan <horkan@maths.tcd.ie>\n"
+"Seán de Búrca <leftmostcat@gmail.com>"
+
+#: ../gedit/gedit-commands-search.c:113
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../gedit/gedit-commands-search.c:122
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:148
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" gan aimsiú"
+
+#: ../gedit/gedit-document.c:1266 ../gedit/gedit-document.c:1292
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Cáipéis gan Sábháil %d"
+
+#: ../gedit/gedit-documents-panel.c:119 ../gedit/gedit-documents-panel.c:133
+#: ../gedit/gedit-window.c:2080 ../gedit/gedit-window.c:2087
+msgid "Read-Only"
+msgstr "Inléite-Amháin"
+
+#: ../gedit/gedit-documents-panel.c:1140 ../gedit/gedit-window.c:3459
+msgid "Documents"
+msgstr "Cáipéisí"
+
+#: ../gedit/gedit-encodings.c:142 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:229 ../gedit/gedit-encodings.c:272
+msgid "Western"
+msgstr "Iartharach"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:268
+msgid "Central European"
+msgstr "Lár-Eorpach"
+
+#: ../gedit/gedit-encodings.c:159
+msgid "South European"
+msgstr "Deisceart na hEorpa"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:282
+msgid "Baltic"
+msgstr "Baltach"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:246 ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:270
+msgid "Cyrillic"
+msgstr "Coireallach"
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Arabic"
+msgstr "Arabach"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:274
+msgid "Greek"
+msgstr "Gréagach"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Hebrew Visual"
+msgstr "Eabhrach Infheicthe"
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Turkish"
+msgstr "Turcach"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "Nordach"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "Ceilteach"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Rómánach"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Airméanach"
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Síneach Traidisiúnta"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Coireallach/Rúiseach"
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:257
+msgid "Japanese"
+msgstr "Seapánach"
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:263
+msgid "Korean"
+msgstr "Cóiréach"
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+msgid "Chinese Simplified"
+msgstr "Síneach Simplithe"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Seoirseach"
+
+#: ../gedit/gedit-encodings.c:237 ../gedit/gedit-encodings.c:278
+msgid "Hebrew"
+msgstr "Eabhrach"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Cyrillic/Ukrainian"
+msgstr "Coireallach/Úcránach"
+
+#: ../gedit/gedit-encodings.c:259 ../gedit/gedit-encodings.c:265
+#: ../gedit/gedit-encodings.c:284
+msgid "Vietnamese"
+msgstr "Vítneamach"
+
+#: ../gedit/gedit-encodings.c:261
+msgid "Thai"
+msgstr "Téalannach"
+
+#: ../gedit/gedit-encodings.c:435
+msgid "Unknown"
+msgstr "Anaithnid"
+
+#: ../gedit/gedit-encodings-combo-box.c:293
+msgid "Automatically Detected"
+msgstr "Braitheadh go hUathoibríoch"
+
+#: ../gedit/gedit-encodings-combo-box.c:312
+#: ../gedit/gedit-encodings-combo-box.c:328
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Logchaighdeán Reatha (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:380
+msgid "Add or Remove..."
+msgstr "Cuir Leis nó Bain..."
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "Ionchóduithe carachtar"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:2
+msgid "A_vailable encodings:"
+msgstr "_Ionchóduithe ar fáil:"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:3
+msgid "_Description"
+msgstr "C_ur Síos"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:4
+msgid "_Encoding"
+msgstr "_Ionchódú"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:5
+msgid "E_ncodings shown in menu:"
+msgstr "Io_nchóduithe taispeánta sa roghchlár:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:50
+#: ../gedit/gedit-preferences-dialog.c:874
+msgid "All Files"
+msgstr "Gach Comhad"
+
+#: ../gedit/gedit-file-chooser-dialog.c:51
+msgid "All Text Files"
+msgstr "Gach Comhad Téacs"
+
+#: ../gedit/gedit-file-chooser-dialog.c:91
+msgid "C_haracter Encoding:"
+msgstr "I_onchódú Carachtar:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:150
+msgid "L_ine Ending:"
+msgstr "_Deireadh Línte:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:169
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-file-chooser-dialog.c:175
+msgid "Mac OS Classic"
+msgstr "Mac OS Clasaiceach"
+
+#: ../gedit/gedit-file-chooser-dialog.c:181
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-highlight-mode-dialog.c:295 ../gedit/gedit-window.c:1791
+#: ../gedit/gedit-window.c:2179 ../plugins/externaltools/tools/manager.py:146
+#: ../plugins/externaltools/tools/manager.py:463
+#: ../plugins/externaltools/tools/manager.py:579
+#: ../plugins/externaltools/tools/manager.py:915
+msgid "Plain Text"
+msgstr "Gnáth-Théacs"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Mód Aibhsithe"
+
+#: ../gedit/gedit-highlight-mode-dialog.ui.h:2
+#, fuzzy
+msgid "Search highlight mode..."
+msgstr "_Mód Aibhsithe"
+
+#. Add a cancel button
+#: ../gedit/gedit-io-error-info-bar.c:148
+#: ../gedit/gedit-io-error-info-bar.c:491
+#: ../gedit/gedit-io-error-info-bar.c:1171
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:173
+msgid "_Cancel"
+msgstr "_Cealaigh"
+
+#: ../gedit/gedit-io-error-info-bar.c:161
+#: ../gedit/gedit-io-error-info-bar.c:471
+msgid "_Retry"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:181
+#, fuzzy, c-format
+msgid "Could not find the file “%s”."
+msgstr "Níorbh fhéidir an comhad %s a aimsiú."
+
+#: ../gedit/gedit-io-error-info-bar.c:183
+#: ../gedit/gedit-io-error-info-bar.c:223
+#: ../gedit/gedit-io-error-info-bar.c:230
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:208
+#, fuzzy
+msgid "Unable to handle this location."
+msgstr "_Cumasaigh eangú uathoibríoch"
+
+#: ../gedit/gedit-io-error-info-bar.c:217
+msgid "The location of the file cannot be accessed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:221
+#, fuzzy, c-format
+msgid "“%s” is a directory."
+msgstr "Is fillteán é %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:228
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:264
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:279
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:287
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:292
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:315
+msgid "The file is too big."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:356
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:392
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:402
+#, fuzzy, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Níorbh fhéidir an comhad %s a fhilleadh."
+
+#: ../gedit/gedit-io-error-info-bar.c:429
+msgid "Ch_aracter Encoding:"
+msgstr "I_onchódú Carachtar:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:479
+#: ../gedit/gedit-io-error-info-bar.c:751
+msgid "Edit Any_way"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:577
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:581
+msgid "You do not have the permissions necessary to open the file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:587
+#, fuzzy
+msgid "Unable to detect the character encoding."
+msgstr ""
+"Niorbh fhéidir an comhad %s a shábháil agus ionchódú carachtar %s á úsáid."
+
+#: ../gedit/gedit-io-error-info-bar.c:588
+#: ../gedit/gedit-io-error-info-bar.c:610
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:589
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+#, fuzzy, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Tharla earráid agus url á thaispeáint."
+
+#: ../gedit/gedit-io-error-info-bar.c:597
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:600
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+#, fuzzy, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Niorbh fhéidir an comhad %s a shábháil agus ionchódú carachtar %s á úsáid."
+
+#: ../gedit/gedit-io-error-info-bar.c:611
+#: ../gedit/gedit-io-error-info-bar.c:685
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:621
+#, fuzzy, c-format
+msgid "Could not open the file “%s”."
+msgstr "Níorbh fhéidir an comhad %s a oscailt."
+
+#: ../gedit/gedit-io-error-info-bar.c:680
+#, fuzzy, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Niorbh fhéidir an comhad %s a shábháil agus ionchódú carachtar %s á úsáid."
+
+#: ../gedit/gedit-io-error-info-bar.c:683
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:756
+msgid "D_on't Edit"
+msgstr "_Ná Cuir in Eagar"
+
+#: ../gedit/gedit-io-error-info-bar.c:766
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:780
+msgid "Do you want to edit it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:836
+#: ../gedit/gedit-io-error-info-bar.c:928
+#: ../gedit/gedit-io-error-info-bar.c:1219
+msgid "S_ave Anyway"
+msgstr "Sábháil Mar Sin _Féin"
+
+#: ../gedit/gedit-io-error-info-bar.c:839
+#: ../gedit/gedit-io-error-info-bar.c:931
+#: ../gedit/gedit-io-error-info-bar.c:1222
+msgid "D_on't Save"
+msgstr "Ná Sá_bháil"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:853
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:868
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:950
+#, fuzzy, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Níorbh fhéidir comhad cúltaca a chruthú agus %s á shábháil"
+
+#: ../gedit/gedit-io-error-info-bar.c:955
+#, fuzzy, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Níorbh fhéidir comhad cúltaca sealadach a chruthú agus %s á shábháil"
+
+#: ../gedit/gedit-io-error-info-bar.c:972
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1032
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1040
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1049
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1056
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1062
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1073
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1085
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1101
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Níorbh fhéidir an comhad “%s” a shábháil."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:1145
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1156
+msgid "Drop Changes and _Reload"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1166
+msgid "_Reload"
+msgstr "_Athluchtaigh"
+
+#: ../gedit/gedit-io-error-info-bar.c:1232
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1248
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-menu.ui.h:1
+msgid "_New Window"
+msgstr "Fuinneog _Nua"
+
+#: ../gedit/gedit-menu.ui.h:2
+msgid "_Preferences"
+msgstr "_Sainroghanna"
+
+#: ../gedit/gedit-menu.ui.h:3 ../gedit/gedit-ui.h:49
+msgid "_Help"
+msgstr "Cab_hair"
+
+#: ../gedit/gedit-menu.ui.h:4
+msgid "_About"
+msgstr "_Maidir Leis Seo"
+
+#: ../gedit/gedit-menu.ui.h:5
+msgid "_Quit"
+msgstr "_Scoir"
+
+#. Keep in sync with the respective GtkActions
+#: ../gedit/gedit-notebook-popup-menu.c:167 ../gedit/gedit-ui.h:142
+msgid "_Move to New Window"
+msgstr "_Bog go Fuinneog Nua"
+
+#: ../gedit/gedit-notebook-popup-menu.c:178
+msgid "_Save"
+msgstr "_Sábháil"
+
+#: ../gedit/gedit-notebook-popup-menu.c:185 ../gedit/gedit-ui.h:78
+msgid "Save _As..."
+msgstr "Sábháil _Mar..."
+
+#: ../gedit/gedit-notebook-popup-menu.c:196 ../gedit/gedit-ui.h:84
+msgid "_Print..."
+msgstr "_Priontáil"
+
+#: ../gedit/gedit-notebook-popup-menu.c:207
+msgid "_Close"
+msgstr "_Dún"
+
+#: ../gedit/gedit-open-tool-button.c:122 ../gedit/gedit-ui.h:55
+msgid "Open a file"
+msgstr "Oscail comhad"
+
+#: ../gedit/gedit-open-tool-button.c:124
+msgid "Open a recently used file"
+msgstr "Oscail comhad úsáidte le déanaí"
+
+#: ../gedit/gedit-panel.c:407 ../gedit/gedit-panel.c:588
+msgid "Empty"
+msgstr "Folamh"
+
+#: ../gedit/gedit-panel.c:473
+msgid "Hide panel"
+msgstr "Folmhaigh painéal"
+
+#: ../gedit/gedit-preferences-dialog.c:396
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:409
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Ú_sáid cló aonleithid an chórais (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:641
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:825
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:852
+msgid "Add Scheme"
+msgstr "Cuir Scéim Leis"
+
+#: ../gedit/gedit-preferences-dialog.c:859
+msgid "A_dd Scheme"
+msgstr "Cuir Scéim _Leis"
+
+#: ../gedit/gedit-preferences-dialog.c:867
+msgid "Color Scheme Files"
+msgstr "Comhaid Scéim Dathanna"
+
+#: ../gedit/gedit-preferences-dialog.c:919
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Níorbh fhéidir scéim dathanna \"%s\" a bhaint."
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-preferences-dialog.ui.h:1
+msgid "gedit Preferences"
+msgstr "Sainroghanna gedit"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:2 ../gedit/gedit-view.c:466
+msgid "_Display line numbers"
+msgstr "T_aispeáin uimhreacha líne"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Taispeáin _imeall ar dheis ag colún:"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:4
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Timfhilleadh Téacs"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:5
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Cumasaigh _timfhilleadh téacs"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:6
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "Ná _roinn focail trasna dhá líne"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:7
+msgid "Highlighting"
+msgstr "Aibhsiú"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:8
+msgid "Highlight current _line"
+msgstr "Aibhsigh _líne reatha"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:9
+msgid "Highlight matching _brackets"
+msgstr "Aibhsigh lúi_bín comhoiriúnach"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:10
+msgid "View"
+msgstr "Amharc"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:11
+msgid "Tab Stops"
+msgstr "Tábstopanna"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:12
+msgid "_Tab width:"
+msgstr "Leithead _táib:"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:13
+msgid "Insert _spaces instead of tabs"
+msgstr "Ionsáigh _spásanna in ionad táb"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:14
+msgid "_Enable automatic indentation"
+msgstr "_Cumasaigh eangú uathoibríoch"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:15
+msgid "File Saving"
+msgstr "Sábháil Comhad"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:16
+msgid "Create a _backup copy of files before saving"
+msgstr "Cruthaigh cóip cúl_taca de chomhaid roimh shábháil"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:17
+msgid "_Autosave files every"
+msgstr "_Uathshábháil comhaid gach"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:18
+msgid "_minutes"
+msgstr "_nóiméad"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:19
+msgid "Editor"
+msgstr "Eagarthóir"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:20
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "Cló"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:21
+msgid "Editor _font: "
+msgstr "_Cló an eagarthóra"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "Roghnaigh cló an eagarthóra"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:23
+msgid "Color Scheme"
+msgstr "Scéim Dathanna"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:24
+msgid "column"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:26
+#, fuzzy
+msgid "Install Scheme"
+msgstr "Scéim Dathanna"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "Clónna & Dathanna"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "Breiseáin"
+
+#: ../gedit/gedit-print-job.c:565
+#, c-format
+msgid "File: %s"
+msgstr "Comhad: %s"
+
+#: ../gedit/gedit-print-job.c:574
+msgid "Page %N of %Q"
+msgstr "Leathanach %N as %Q"
+
+#: ../gedit/gedit-print-job.c:836
+msgid "Preparing..."
+msgstr "Á ullmhú..."
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Aibhsiú Comhréire"
+
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Priontáil a_ibhsiú comhréire"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Uimhreacha Líne"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Priontáil _uimhreacha líne"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "Uim_hir gach"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "líne"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Ceanntásc leathanaigh"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Priontáil c_eanntásca leathanaigh"
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Clónna"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "C_orp:"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "Uimhreacha _líne:"
+
+#: ../gedit/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "Cea_nntásca agus buntásca:"
+
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "Athchóirigh Clónna Réamhshocraithe"
+
+#: ../gedit/gedit-print-preview.c:614
+#, c-format
+msgid "Page %d of %d"
+msgstr "Leathanach %d as %d"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Taispeáin an leathanach roimhe seo"
+
+#: ../gedit/gedit-print-preview.ui.h:2
+msgid "P_revious Page"
+msgstr "An Leathanach _Roimhe Seo"
+
+#: ../gedit/gedit-print-preview.ui.h:3
+msgid "Show the next page"
+msgstr "Taispeáin an chéad leathanach eile"
+
+#: ../gedit/gedit-print-preview.ui.h:4
+msgid "_Next Page"
+msgstr "An Chead Leathanach _Eile"
+
+#: ../gedit/gedit-print-preview.ui.h:5
+msgid "Current page (Alt+P)"
+msgstr "Leathanach reatha (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/gedit-print-preview.ui.h:7
+msgid "of"
+msgstr "as"
+
+#: ../gedit/gedit-print-preview.ui.h:8
+msgid "Page total"
+msgstr "Líon iomlán leathanaigh"
+
+#: ../gedit/gedit-print-preview.ui.h:9
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.ui.h:10
+msgid "Show multiple pages"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.ui.h:11
+msgid "Zoom 1:1"
+msgstr "Súmáil 1:1"
+
+#: ../gedit/gedit-print-preview.ui.h:12
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.ui.h:13
+msgid "Zoom the page in"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.ui.h:14
+msgid "Zoom the page out"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.ui.h:15
+msgid "Close print preview"
+msgstr "Dún réamhamharc priontála"
+
+#: ../gedit/gedit-print-preview.ui.h:16
+msgid "_Close Preview"
+msgstr "_Dún Réamhamharc"
+
+#: ../gedit/gedit-print-preview.ui.h:17
+msgid "Page Preview"
+msgstr "Réamhamharc Leathanaigh"
+
+#: ../gedit/gedit-print-preview.ui.h:18
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-replace-dialog.ui.h:1 ../gedit/gedit-window.c:1236
+msgid "Replace"
+msgstr "Ionadaigh"
+
+#: ../gedit/gedit-replace-dialog.ui.h:2
+msgid "Replace _All"
+msgstr "Ionadaigh _Gach Rud"
+
+#: ../gedit/gedit-replace-dialog.ui.h:4
+msgid "_Search for: "
+msgstr "_Cuardaigh ar: "
+
+#: ../gedit/gedit-replace-dialog.ui.h:5
+msgid "Replace _with: "
+msgstr "Ionadaigh _le:"
+
+#: ../gedit/gedit-replace-dialog.ui.h:6
+msgid "_Match case"
+msgstr "_Meaitseáil an cás"
+
+#: ../gedit/gedit-replace-dialog.ui.h:7
+msgid "Match _entire word only"
+msgstr "Meaitseáil an focal ar _fad amháin"
+
+#: ../gedit/gedit-replace-dialog.ui.h:8
+msgid "Match as _regular expression"
+msgstr ""
+
+#: ../gedit/gedit-replace-dialog.ui.h:9
+msgid "Search _backwards"
+msgstr "Cuardaigh ar _gcúl"
+
+#: ../gedit/gedit-replace-dialog.ui.h:10
+msgid "_Wrap around"
+msgstr "_Timfhill"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:66 ../gedit/gedit-statusbar.c:72
+msgid "OVR"
+msgstr "FOR"
+
+#: ../gedit/gedit-statusbar.c:66 ../gedit/gedit-statusbar.c:72
+msgid "INS"
+msgstr "IONS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:245
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-statusbar.c:344
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:766
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s á Fhilleadh ó %s"
+
+#: ../gedit/gedit-tab.c:773
+#, c-format
+msgid "Reverting %s"
+msgstr "%s á Fhilleadh"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:789
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s á luchtú ó %s"
+
+#: ../gedit/gedit-tab.c:796
+#, c-format
+msgid "Loading %s"
+msgstr "%s á luchtú"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:877
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s á Shábháil go %s"
+
+#: ../gedit/gedit-tab.c:884
+#, c-format
+msgid "Saving %s"
+msgstr "%s á shábháil"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1869
+msgid "RO"
+msgstr "LA"
+
+#: ../gedit/gedit-tab.c:1916
+#, c-format
+msgid "Error opening file %s"
+msgstr "Earráid agus comhad %s á oscailt"
+
+#: ../gedit/gedit-tab.c:1921
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Earráid agus comhad %s á fhilleadh"
+
+#: ../gedit/gedit-tab.c:1926
+#, c-format
+msgid "Error saving file %s"
+msgstr "Earráid agus comhad %s á shábháil"
+
+#: ../gedit/gedit-tab.c:1947
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1954
+msgid "Name:"
+msgstr "Ainm:"
+
+#: ../gedit/gedit-tab.c:1955
+msgid "MIME Type:"
+msgstr "Cineál MIME:"
+
+#: ../gedit/gedit-tab.c:1956
+msgid "Encoding:"
+msgstr "Ionchódú:"
+
+#: ../gedit/gedit-tab-label.c:279
+msgid "Close document"
+msgstr "Dún cáipéis"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:43
+msgid "_File"
+msgstr "_Comhad"
+
+#: ../gedit/gedit-ui.h:44
+msgid "_Edit"
+msgstr "_Eagar"
+
+#: ../gedit/gedit-ui.h:45
+msgid "_View"
+msgstr "_Amharc"
+
+#: ../gedit/gedit-ui.h:46
+msgid "_Search"
+msgstr "Cuar_daigh"
+
+#: ../gedit/gedit-ui.h:47
+msgid "_Tools"
+msgstr "_Uirlisí"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Documents"
+msgstr "Cái_péisí"
+
+#: ../gedit/gedit-ui.h:53
+msgid "Create a new document"
+msgstr "Cruthaigh cáipéis nua"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Open..."
+msgstr "_Oscail..."
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:58
+msgid "Pr_eferences"
+msgstr "_Sainroghanna"
+
+#: ../gedit/gedit-ui.h:59
+msgid "Configure the application"
+msgstr "Cumraigh an feidhmchlár"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:62
+msgid "_Contents"
+msgstr "_Inneachar"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open the gedit manual"
+msgstr "Oscail an lámhleabhar gedit"
+
+#: ../gedit/gedit-ui.h:65
+msgid "About this application"
+msgstr "Maidir leis an feidhmchlár seo"
+
+#: ../gedit/gedit-ui.h:69
+msgid "Leave fullscreen mode"
+msgstr "Fág mód lánscáileáin"
+
+#: ../gedit/gedit-ui.h:77
+msgid "Save the current file"
+msgstr "Sábháil an comhad reatha"
+
+#: ../gedit/gedit-ui.h:79
+msgid "Save the current file with a different name"
+msgstr "Sábháil an comhad reatha le hainm éagsúil"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Revert to a saved version of the file"
+msgstr "Fill ar leagan sábháilte an chomhaid"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Print Previe_w"
+msgstr "_Réamhamharc Priontála"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Print preview"
+msgstr "Réamhamharc priontála"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Print the current page"
+msgstr "Priontáil an leathanach reatha"
+
+#: ../gedit/gedit-ui.h:89
+msgid "Undo the last action"
+msgstr "Cealaigh an gníomh roimhe seo"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Redo the last undone action"
+msgstr "Athfheidhmigh an gníomh cealaithe is déanaí"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Cut the selection"
+msgstr "Gearr an roghnú"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Copy the selection"
+msgstr "Cóipeáil an roghnú"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Paste the clipboard"
+msgstr "Greamaigh an ghearrthaisce"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Delete the selected text"
+msgstr "Scrios an téacs roghnaithe"
+
+#: ../gedit/gedit-ui.h:100
+msgid "Select _All"
+msgstr "Roghnaigh G_ach Rud"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Select the entire document"
+msgstr "Roghnaigh an cáipéis ar fad"
+
+#. View menu
+#: ../gedit/gedit-ui.h:104
+msgid "_Highlight Mode..."
+msgstr "_Mód Aibhsithe..."
+
+#: ../gedit/gedit-ui.h:105
+msgid "Changes the highlight mode of the active document"
+msgstr "Athraíonn sé seo mód aibhsithe na cáipéise gníomhaí"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:109
+msgid "_Find..."
+msgstr "_Aimsigh..."
+
+#: ../gedit/gedit-ui.h:110
+msgid "Search for text"
+msgstr "Cuardaigh ar théacs"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Find Ne_xt"
+msgstr "An Chéad Cheann _Eile"
+
+#: ../gedit/gedit-ui.h:112
+msgid "Search forwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:113
+msgid "Find Pre_vious"
+msgstr "An Ceann _Roimhe Seo"
+
+#: ../gedit/gedit-ui.h:114
+msgid "Search backwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:116 ../gedit/gedit-ui.h:119
+msgid "_Replace..."
+msgstr "_Ionadaigh..."
+
+#: ../gedit/gedit-ui.h:117 ../gedit/gedit-ui.h:120
+msgid "Search for and replace text"
+msgstr "Cuardaigh ar agus ionadaigh téacs"
+
+#: ../gedit/gedit-ui.h:122
+msgid "_Clear Highlight"
+msgstr "_Glan Aibhsiú"
+
+#: ../gedit/gedit-ui.h:123
+msgid "Clear highlighting of search matches"
+msgstr "Glan aibhsiú mheaitseálacha cuardaigh"
+
+#: ../gedit/gedit-ui.h:124
+msgid "Go to _Line..."
+msgstr "Téigh go _Líne..."
+
+#: ../gedit/gedit-ui.h:125
+msgid "Go to a specific line"
+msgstr "Téigh go líne áirithe"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:128
+msgid "_Save All"
+msgstr "_Sábháil Gach Rud"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Save all open files"
+msgstr "Sábháil gach comhad oscailte"
+
+#: ../gedit/gedit-ui.h:130
+msgid "_Close All"
+msgstr "_Dún Gach Rud"
+
+#: ../gedit/gedit-ui.h:131
+msgid "Close all open files"
+msgstr "Dún gach comhad oscailte"
+
+#: ../gedit/gedit-ui.h:132
+msgid "_New Tab Group"
+msgstr "Grúpa Cluaisíní _Nua"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Create a new tab group"
+msgstr "Cruthaigh grúpa cluaisíní nua"
+
+#: ../gedit/gedit-ui.h:134
+msgid "P_revious Tab Group"
+msgstr "An Grúpa Cluaisíní R_oimhe Seo"
+
+#: ../gedit/gedit-ui.h:135
+msgid "Switch to the previous tab group"
+msgstr "Athraigh go dtí an grúpa cluaisíní roimhe seo"
+
+#: ../gedit/gedit-ui.h:136
+msgid "Nex_t Tab Group"
+msgstr "An Chéad Ghrúpa Cluaisíní E_ile"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Switch to the next tab group"
+msgstr "Athraigh go dtí an chéad grúpa cluaisíní eile"
+
+#: ../gedit/gedit-ui.h:138
+msgid "_Previous Document"
+msgstr "An Cháipéis _Roimhe Seo"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Activate previous document"
+msgstr "Gníomhachtaigh an cáipéis roimhe seo"
+
+#: ../gedit/gedit-ui.h:140
+msgid "N_ext Document"
+msgstr "An Chéad Cháipéis _Eile"
+
+#: ../gedit/gedit-ui.h:141
+msgid "Activate next document"
+msgstr "Gníomhachtaigh an chéad cháipéis eile"
+
+#: ../gedit/gedit-ui.h:143
+msgid "Move the current document to a new window"
+msgstr "Bog an cáipéis reatha go fuinneog nua"
+
+#: ../gedit/gedit-ui.h:150
+msgid "Close the current file"
+msgstr "Dún an comhad reatha"
+
+#: ../gedit/gedit-ui.h:157
+msgid "Quit the program"
+msgstr "Scoir ón feidhmchlár"
+
+#: ../gedit/gedit-ui.h:162
+msgid "_Toolbar"
+msgstr "_Barra Uirlisí"
+
+#: ../gedit/gedit-ui.h:163
+msgid "Show or hide the toolbar in the current window"
+msgstr "Taispeáin nó folaigh an barra uirlisí san fhuinneog reatha"
+
+#: ../gedit/gedit-ui.h:165
+msgid "_Statusbar"
+msgstr "Barra _Stádais"
+
+#: ../gedit/gedit-ui.h:166
+msgid "Show or hide the statusbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:169
+msgid "Edit text in fullscreen"
+msgstr "Cuir téacs in eagar i mód lánscáileáin"
+
+#: ../gedit/gedit-ui.h:176
+msgid "Side _Panel"
+msgstr "Painéal _Taoibh"
+
+#: ../gedit/gedit-ui.h:177
+msgid "Show or hide the side panel in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:179
+msgid "_Bottom Panel"
+msgstr "Bun_phainéal"
+
+#: ../gedit/gedit-ui.h:180
+msgid "Show or hide the bottom panel in the current window"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:931
+msgid "Please check your installation."
+msgstr ""
+
+#: ../gedit/gedit-utils.c:989
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1008
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr ""
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1231
+#, c-format
+msgid "/ on %s"
+msgstr "/ ar %s"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:664
+#, c-format
+msgid "%d of %d"
+msgstr "%d as %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:721
+msgid "_Wrap Around"
+msgstr "_Timfhill"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:731
+msgid "Match as _Regular Expression"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:741
+msgid "Match _Entire Word Only"
+msgstr "Meaitseáil an Focal ar _Fad Amháin"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:751
+msgid "_Match Case"
+msgstr "_Meaitseáil an Cás"
+
+#: ../gedit/gedit-view-frame.c:921
+msgid "String you want to search for"
+msgstr ""
+
+#: ../gedit/gedit-view-frame.c:933
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1068
+#, c-format
+msgid "Open '%s'"
+msgstr "Oscail '%s'"
+
+#: ../gedit/gedit-window.c:1230
+msgid "Save"
+msgstr "Sábháil"
+
+#: ../gedit/gedit-window.c:1232
+msgid "Print"
+msgstr "Priontáil"
+
+#: ../gedit/gedit-window.c:1234
+msgid "Find"
+msgstr "Aimsigh"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1398
+#, c-format
+msgid "Activate '%s'"
+msgstr "Gníomhachtaigh '%s'"
+
+#: ../gedit/gedit-window.c:1744
+msgid "Use Spaces"
+msgstr "Úsáid Spásanna"
+
+#: ../gedit/gedit-window.c:1937
+msgid "Bracket match is out of range"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1942
+msgid "Bracket match not found"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1947
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr ""
+
+#: ../gedit/gedit-window.c:2131
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Leithead Táib: %u"
+
+#: ../gedit/gedit-window.c:2486
+msgid "There are unsaved documents"
+msgstr "Tá cáipéisí gan sábháil ann"
+
+#. ex:set ts=8 noet:
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Athraigh an Cás"
+
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Athraíonn cás an téacs roghnaithe."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:242
+msgid "C_hange Case"
+msgstr "At_hraigh an Cás"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:243
+msgid "All _Upper Case"
+msgstr "Cás _Uachtair ar Fad"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:244
+msgid "Change selected text to upper case"
+msgstr "Athraigh téacs roghnaithe go cás uachtair"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:246
+msgid "All _Lower Case"
+msgstr "Cás Í_ochtair ar Fad"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:247
+msgid "Change selected text to lower case"
+msgstr "Athraigh téacs roghnaithe go cás íochtair"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:249
+msgid "_Invert Case"
+msgstr "_Inbhéartaigh an Cás"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:250
+msgid "Invert the case of selected text"
+msgstr "Inbhéartaigh cás an téacs roghnaithe"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:252
+msgid "_Title Case"
+msgstr "Cás _Teidil"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:253
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Seiceáil nuashonrú"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Lorg leagan is déanaí de gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:257
+msgid "There was an error displaying the URI."
+msgstr "Tharla earráid agus an URI á thaispeáint."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:294
+msgid "_Download"
+msgstr "Í_osluchtaigh"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:302
+#, fuzzy
+msgid "_Ignore Version"
+msgstr "Tabhair _Neamhaird Air"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:317
+msgid "There is a new version of gedit"
+msgstr "Tá leagan nua de gedit ann"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:321
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr ""
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Staitisticí Cáipéise"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:427
+msgid "_Document Statistics"
+msgstr "_Staitisticí Cáipéise"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:429
+msgid "Get statistical information on the current document"
+msgstr "Faigh faisnéis staitistiúil faoin gcáipéis reatha"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:2
+msgid "_Update"
+msgstr "_Nuashonraigh"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:3
+msgid "File Name"
+msgstr "Ainm Comhaid"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:4
+#: ../plugins/externaltools/tools/tools.ui.h:28
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid " "
+msgstr " "
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:5
+msgid "Document"
+msgstr "Cáipéis"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:6
+msgid "Selection"
+msgstr "Roghnú"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:7
+msgid "Lines"
+msgstr "Línte"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:8
+msgid "Words"
+msgstr "Focail"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:9
+msgid "Characters (with spaces)"
+msgstr "Carachtair (le spásanna)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:10
+msgid "Characters (no spaces)"
+msgstr "Carachtair (gan spásanna)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:11
+msgid "Bytes"
+msgstr "Bearta"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Tóg"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Rith ordú"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr ""
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+
+#: ../plugins/externaltools/tools/capture.py:95
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Níorbh fhéidir ordú a rith: %s"
+
+#: ../plugins/externaltools/tools/functions.py:175
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:310
+msgid "Running tool:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:339
+msgid "Done."
+msgstr "Críochnaithe."
+
+#: ../plugins/externaltools/tools/functions.py:341
+msgid "Exited"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:144
+msgid "All languages"
+msgstr "Gach teanga"
+
+#: ../plugins/externaltools/tools/manager.py:568
+#: ../plugins/externaltools/tools/manager.py:572
+#: ../plugins/externaltools/tools/manager.py:913
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "All Languages"
+msgstr "Gach Teanga"
+
+#: ../plugins/externaltools/tools/manager.py:685
+msgid "New tool"
+msgstr "Uirlis nua"
+
+#: ../plugins/externaltools/tools/manager.py:816
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:860
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:862
+msgid "Type a new accelerator"
+msgstr ""
+
+#: ../plugins/externaltools/tools/outputpanel.py:120
+msgid "Stopped."
+msgstr "Stadta."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+#, fuzzy
+msgid "Stop Tool"
+msgstr "_Fill"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Gach cáipéis"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Cáipéisí gan teideal amháin"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Neamhní"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Cáipéis reatha"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Roghnú reatha"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Roghnú reatha (cáipéis mar réamhshocrú)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Líne reatha"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Focal reatha"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Cruthaigh cáipéis nua"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Iarcheangail le cáipéis reatha"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Ionadaigh cáipéis reatha"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Ionadaigh roghnú reatha"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "_Tools:"
+msgstr "_Uirlisí:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+#, fuzzy
+msgid "Add a new tool"
+msgstr "Uirlis nua"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Add Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+#, fuzzy
+msgid "Remove selected tool"
+msgstr "Fill an blúire roghnaithe"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Remove Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+#, fuzzy
+msgid "Revert tool"
+msgstr "_Fill"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+#, fuzzy
+msgid "Revert Tool"
+msgstr "_Fill"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Edit:"
+msgstr "_Eagar:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "_Output:"
+msgstr "_Aschur:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:32
+msgid "_Input:"
+msgstr "_Ionchur:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:33
+msgid "_Save:"
+msgstr "_Sábháil:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:34
+msgid "Shortcut _key:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:175
+msgid "Manage _External Tools..."
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:176
+msgid "Opens the External Tools Manager"
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:179
+msgid "External _Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:180
+msgid "External tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:214
+#, fuzzy
+msgid "Tool Output"
+msgstr "_Aschur:"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+#, fuzzy
+msgid "File Browser Panel"
+msgstr "Brabhsálaí Comhad"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:206
+msgid "Home"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:232
+msgid "File System"
+msgstr "Córas Comhad"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:1
+#, fuzzy
+msgid "_Open"
+msgstr "Oscail"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:2
+#, fuzzy
+msgid "_Set Root to Active Document"
+msgstr "_Socraigh fréamh mar an gcáipéis gníomhach"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Fillteán Nua"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "Comhad _Nua"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "_Athainmnigh..."
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "_Bog go Bruscar"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "Scri_os"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "_Athnuaigh an tAmharc"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "_Amharc ar Fhillteán"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_Oscail i dTeirminéal"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Scagaire"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Taispeáin Comhaid atá i bh_Folach"
+
+#: ../plugins/filebrowser/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:538
+msgid "File Browser"
+msgstr "Brabhsálaí Comhad"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:681
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:684
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:687
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:690
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:693
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:696
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:699
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:702
+msgid "An error occurred"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:916
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:921
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:926
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:958
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:963
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:966
+msgid "If you delete an item, it is permanently lost."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1776
+msgid "(Empty)"
+msgstr "(Folamh)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3498
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3755
+msgid "Untitled File"
+msgstr "Comhad gan Teideal"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3783
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3814
+msgid "Untitled Folder"
+msgstr "Fillteán gan Teideal"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3839
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:785
+msgid "Bookmarks"
+msgstr "Leabharmharcanna"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1979
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2056
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Níorbh fhéidir meáin a oscailt: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2103
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Níorbh fhéidir imleabhar a fheistiú: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2739
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+#, fuzzy
+msgid "Set Location to First Document"
+msgstr "_Socraigh fréamh mar an gcáipéis gníomhach"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+#, fuzzy
+msgid "File Browser Binary Patterns"
+msgstr "Brabhsálaí Comhad"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr ""
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+#, fuzzy
+msgid "Error Color Text"
+msgstr "Dath _earráidí:"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+#, fuzzy
+msgid "The error color text"
+msgstr "Dath _earráidí:"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Dath _earráidí:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:52
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/__init__.py:71
+#, fuzzy
+msgid "Quick Open..."
+msgstr "_Oscail..."
+
+#: ../plugins/quickopen/quickopen/__init__.py:72
+#, fuzzy
+msgid "Quickly open documents"
+msgstr "Oscail comhaid go tapa"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:33
+msgid "Quick Open"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Oscail comhaid go tapa"
+
+#: ../plugins/quickopen/quickopen/popup.py:78
+msgid "Type to search..."
+msgstr "Clóscríobh chun chuardach..."
+
+#. ex:ts=8:et:
+#: ../plugins/snippets/snippets/document.py:57
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/exporter.py:82
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr ""
+
+#: ../plugins/snippets/snippets/exporter.py:99
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/exporter.py:102
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:43
+msgid "Snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:67
+msgid "Add a new snippet..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:119
+msgid "Global"
+msgstr "Domhanda"
+
+#: ../plugins/snippets/snippets/manager.py:410
+msgid "Revert selected snippet"
+msgstr "Fill an blúire roghnaithe"
+
+#: ../plugins/snippets/snippets/manager.py:413
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Delete selected snippet"
+msgstr "Scrios an blúire roghnaithe"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:672
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:679
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:768
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:775
+msgid "Import successfully completed"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:794
+#: ../plugins/snippets/snippets/manager.py:880
+#: ../plugins/snippets/snippets/manager.py:943
+msgid "All supported archives"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:795
+#: ../plugins/snippets/snippets/manager.py:881
+#: ../plugins/snippets/snippets/manager.py:944
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:796
+#: ../plugins/snippets/snippets/manager.py:882
+#: ../plugins/snippets/snippets/manager.py:945
+msgid "Bzip2 compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:797
+msgid "Single snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:798
+#: ../plugins/snippets/snippets/manager.py:884
+#: ../plugins/snippets/snippets/manager.py:947
+msgid "All files"
+msgstr "Gach comhad"
+
+#: ../plugins/snippets/snippets/manager.py:810
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:814
+msgid "Export successfully completed"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:854
+#: ../plugins/snippets/snippets/manager.py:921
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:869
+#: ../plugins/snippets/snippets/manager.py:939
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:912
+msgid "Export snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:1053
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:1055
+msgid "Type a new shortcut"
+msgstr "Clóscríobh aicearra nua"
+
+#: ../plugins/snippets/snippets/placeholder.py:601
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/placeholder.py:609
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#, fuzzy
+msgid "Manage Snippets"
+msgstr "Cruthaigh blúire nua"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "_Snippets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "Cruthaigh blúire nua"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Add Snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Remove Snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Import Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export selected snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Export Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "Activation"
+msgstr "Gníomhachtú"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "S_hortcut key:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:18
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:19
+msgid "_Drop targets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/windowactivatable.py:154
+msgid "Manage _Snippets..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/windowactivatable.py:155
+msgid "Manage snippets"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr "Só_rtáil..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr "Sórtáil an cáipéis reatha nó roghnú"
+
+#. ex:ts=8:noet:
+#: ../plugins/sort/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Sórtáil"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:2
+msgid "_Sort"
+msgstr "_Sórtáil"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:3
+msgid "_Reverse order"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:4
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:6
+msgid "S_tart at column:"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:7
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:444
+msgid "(no suggested words)"
+msgstr "(ní mholtar focail)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "_Tuilleadh..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "_Neamhaird a dhéanamh de gach rud"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "_Cuir Leis"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "Moltaí _Litrithe..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:264
+msgid "Check Spelling"
+msgstr "Seiceáil Litriú"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:275
+msgid "Suggestions"
+msgstr "Moltaí"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:551
+msgid "(correct spelling)"
+msgstr "(litriú ceart)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:692
+msgid "Completed spell checking"
+msgstr "Críochnáiodh seiceáil litriú"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:378
+#: ../plugins/spell/gedit-spell-checker-language.c:384
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:393
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Anaithnid (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:499
+msgctxt "language"
+msgid "Default"
+msgstr "Réamhshocrú"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:140
+msgid "Set language"
+msgstr "Socraigh teanga"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:182
+msgid "Languages"
+msgstr "Teangacha"
+
+#: ../plugins/spell/gedit-spell-plugin.c:108
+msgid "_Check Spelling..."
+msgstr "_Seiceáil Litriú..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:110
+msgid "Check the current document for incorrect spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:116
+msgid "Set _Language..."
+msgstr "Socraigh _Teanga..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:118
+msgid "Set the language of the current document"
+msgstr "Socraigh teanga na cáipéise reatha"
+
+#: ../plugins/spell/gedit-spell-plugin.c:127
+msgid "_Highlight Misspelled Words"
+msgstr "_Aibhsigh Focail Mílitrithe"
+
+#: ../plugins/spell/gedit-spell-plugin.c:129
+msgid "Automatically spell-check the current document"
+msgstr "Seiceáil litriú na cáipéise reatha go huathoibríoch"
+
+#: ../plugins/spell/gedit-spell-plugin.c:821
+msgid "The document is empty."
+msgstr "Tá an cháipéis folamh."
+
+#: ../plugins/spell/gedit-spell-plugin.c:846
+msgid "No misspelled words"
+msgstr "Gan focal mílitrithe"
+
+#. ex:ts=8:noet:
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "Socraigh Teanga"
+
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Select the _language of the current document."
+msgstr "Roghnaigh _teanga na cáipéise reatha."
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "Seiceáil litriú"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "Focal mílitrithe:"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "word"
+msgstr "focal"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "Athraigh _go:"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "Seiceáil _Focal"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "_Moltaí:"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "Tabhair _Neamhaird Air"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "_Athraigh"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "Tabhair Neamhaird ar _Gach Rud"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "Athraigh _Gach Rud"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "Foclóir úsáideora:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "Cuir _focal leis"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "Language:"
+msgstr "Teanga:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "Language"
+msgstr "Teanga"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Litreoir"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Ionsáigh Dáta agus Am"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "Use the _selected format"
+msgstr "Bain úsáid as an bhformáid _roghnaithe"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "_Use custom format"
+msgstr "_Bain úsáid as formáid saincheaptha"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "_Ionsáigh"
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "In_sert Date and Time..."
+msgstr "_Ionsáigh Dáta agus Am..."
+
+#: ../plugins/time/gedit-time-plugin.c:186
+msgid "Insert current date and time at the cursor position"
+msgstr "Ionsáigh an dáta agus am reatha ag ionad an chúrsóra"
+
+#: ../plugins/time/gedit-time-plugin.c:504
+msgid "Available formats"
+msgstr "Formáidí atá le fáil"
+
+#. ex:ts=8:noet:
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+#, fuzzy
+msgid "When inserting date/time..."
+msgstr "Ionsáigh Dáta/Am"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "_Prompt for a format"
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "Formáid Roghnaithe"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "Formáid Saincheaptha"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Ionsáigh Dáta/Am"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:1
+msgid "Zeitgeist dataprovider"
+msgstr ""
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:2
+msgid "Logs access and leave event for documents used with gedit"
+msgstr ""
diff --git a/po/gd.po b/po/gd.po
new file mode 100644
index 0000000..f3cc9d6
--- /dev/null
+++ b/po/gd.po
@@ -0,0 +1,4279 @@
+# Gaelic; Scottish translation for gedit
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the gedit package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+# adc <alexd@garrit.freeserve.co.uk>, 2013.
+# GunChleoc <fios@foramnagaidhlig.net>, 2014, 2015, 2016, 2017, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2018-03-26 22:08+0000\n"
+"PO-Revision-Date: 2018-02-23 09:45+0100\n"
+"Last-Translator: GunChleoc <fios@foramnagaidhlig.net>\n"
+"Language-Team: Fòram na Gàidhlig\n"
+"Language: gd\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
+"(n > 2 && n < 20) ? 2 : 3;\n"
+"X-Generator: Virtaal 0.7.1\n"
+"X-Launchpad-Export-Date: 2013-09-15 06:21+0000\n"
+"X-Project-Style: gnome\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "Deasaich faidhlichean teacsa"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr "’S e an deasaiche teacsa oifigeil airson àrainneachd deasga GNOME a th’ anns an gedit. ’S e deasaiche teacsa coitcheann cumhachdach a th’ ann an gedit ged a tha e ag amas a bhith simplidh agus furasta cleachdadh."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr "Co-dhiù a bheil thu airson nobhail no prògram no gearr-nòtaichean a sgrìobhadh, ’s e acainn sheasmhach a bhios ann an gedit gus na tha fainear dhut a thoirt gu buil."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:4
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr "Leigidh an siostam plugain sùbailte aige leat gun gnàthaich thu an aplacaid a-rèir nam feumalachdan ’s an dòigh-obrach agad."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Deasaiche teacsa"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "Deasaiche teacsa gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "Teacsa;Deasaiche;Teacsa lom;Sgrìobh;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "New Window"
+msgstr "Uinneag ùr"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "New Document"
+msgstr "Sgrìobhainn ùr"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "Cleachd an cruth-clò bunaiteach"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then "
+#| "the font named in the \"Editor Font\" option will be used instead of the "
+#| "system font."
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr "An dèid cruth-clò bunaiteach an t-siostaim le leud socraichte a chleachdadh gus teacsa a dheasachadh seach an cruth-clò sònraichte aig gedit. Ma tha an roghainn seo dheth, thèid an cruth-clò ainmichte san roghainn “Cruth-clò an deasaiche” a chleachdadh an àite cruth-clò an t-siostaim."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:5
+msgid "Editor Font"
+msgstr "Cruth-clò an deasaiche"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+#| 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."
+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 "Cruth-clò gnàthaichte a thèid a chleachdadh airson an raon deasachaidh. Cha dèid seo a chur an sàs ach ma bhios an roghainn “Cleachd an cruth-clò bunaiteach” air a chur dheth."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "Style Scheme"
+msgstr "Sgeama stoidhle"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "An ID aig sgeama stoidhle GtkSourceView a thèid a chleachdadh gus dath a chur air an teacsa."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Create Backup Copies"
+msgstr "Cruthaich lethbhreacan-glèidhidh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Co-dhiù an cruthaich gedit lethbhreac-glèidhidh dhe na faidhlichean a shàbhaileas e gus nach cruthaich."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid "Autosave"
+msgstr "Sàbhaladh fèin-obrachail"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+#| msgid ""
+#| "Whether gedit should automatically save modified files after a time "
+#| "interval. You can set the time interval with the \"Autosave Interval\" "
+#| "option."
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr "An sàbhail gedit faidhlichean air an atharrachadh gu fèin-obrachail an ceann ùine. ’S urrainn dhut suidheachadh dè cho tric ’s a thèid seo a dhèanamh leis an roghainn “Earadamh an t-sàbhalaidh fhèin-obrachail”."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid "Autosave Interval"
+msgstr "Earadamh an t-sàbhalaidh fhèin-obrachail"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+#| msgid ""
+#| "Number of minutes after which gedit will automatically save modified "
+#| "files. This will only take effect if the \"Autosave\" option is turned on."
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr "An ceann co mheud mionaid a thòisicheas gedit le sàbhaladh fèin-obrachail nam faidhlichean air an atharrachadh. Chan eil an roghainn seo an sàs ach nuair a bhios “Sàbhaladh fèin-obrachail” air a chur air."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid "Maximum Number of Undo Actions"
+msgstr "An àireamh as motha de ghnìomhan neo-dhèanaimh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+#| msgid ""
+#| "Maximum number of actions that gedit will be able to undo or redo. Use "
+#| "\"-1\" for unlimited number of actions."
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr "An àireamh as motha de ghnìomhan as urrainn dha gedit a neo-dhèanamh no ath-dhèanamh. Cleachd “-1” airson an gnìomhan gun chuingeachadh."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+msgid "Line Wrapping Mode"
+msgstr "Modh pasgaidh loidhne"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+#| 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."
+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 "Sònraichidh seo mar a thèid loidhnichean fada a phasgadh san raon deasachaidh. Cleachd “neoni” mur eil thu airson pasgadh sam bith, “word” airson pasgadh eadar dà fhacal is “char” airson pasgadh eadar dà charactar sam bith. Thoir an aire gun toir na luachan an aire do litrichean mòra is beaga ’s mar sin dèan cinnteach gu nochd iad dìreach mar a thug sinn iomradh orra an-seo."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Am modh sgoltaidh airson pasgadh loidhne mu dheireadh a chaidh a thaghadh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+#| msgid ""
+#| "Specifies the last split mode used with line wrapping mode, so that when "
+#| "wrapping mode is off we still remember the split mode choice. Use \"word"
+#| "\" for wrapping at word boundaries, and \"char\" for wrapping at "
+#| "individual character boundaries."
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr "Sònraichidh seo am modh sgoltaidh a chaidh a chleachdadh leis a’ mhodh pasgaidh loidhne an turas mu dheireadh ach an cuimhnich sinn na thagh thu fiù ’s ma tha am modh pasgaidh loidhne dheth. Cleachd “word” airson pasgadh aig crìochan facail agus “char” gus sgoltadh eadar caractaran."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid "Tab Size"
+msgstr "Meud nan tabaichean"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Sònraichidh seo an àireamh de spàsan a thèid a shealltainn an àite caractar taba."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Insert spaces"
+msgstr "Cuir a-steach spàsan"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Co-dhiù an cuir gedit spàsan a-steach an àite thabaichean gus nach cuir."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Automatic indent"
+msgstr "Eag fhèin-obrachail"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Co-dhiù an cleachd gedit eagan fèin-obrachail gus nach cleachd."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Display Line Numbers"
+msgstr "Seall àireamhan loidhne"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Co-dhiù an seall gedit àireamhan loidhne san raon deasachaidh gus nach seall."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Highlight Current Line"
+msgstr "Soillsich an loidhne làithreach"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Whether gedit should highlight the current line."
+msgstr "Co-dhiù an soillsich gedit an loidhne làithreadh gus nach soillsich."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Highlight Matching Brackets"
+msgstr "Soillsich camagan a cho-fhreagras"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Co-dhiù an soillsich gedit camagan a cho-fhreagras gus nach soillsich."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Display Right Margin"
+msgstr "Seall am marghan deas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Co-dhiù an seall gedit am marghan deas gus nach seall."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Right Margin Position"
+msgstr "Ionad a’ mharghain dheis"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Specifies the position of the right margin."
+msgstr "Sònraichidh seo ionad a’ mharghain dheis."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Display Overview Map"
+msgstr "Seall mapa foir-sheallaidh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Whether gedit should display the overview map for the document."
+msgstr "Co-dhiù an seall gedit mapa foir-sheallaidh deas gus nach seall."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Document background pattern type"
+msgstr "Seòrsa a’ phàtrain air cùlaibh na sgrìobhainn"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Whether the document will get a background pattern painted."
+msgstr "Co-dhiù an dèid pàtran a pheantadh air cùlaibh na sgrìobhainn gus nach dèid."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Smart Home End"
+msgstr "Home End glic"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+#| 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."
+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 "Sònraichidh seo mar a ghluaiseas an cùrsair nuair a thèid an iuchair HOME agus END a bhrùthadh. Cleachd “disabled” airson ’s gun gluais e gu toiseach/deireadh na loidhne, “after” airson ’s gun gluais e gu toiseach/deireadh na loidhne a’ chiad turas a bhrùthar an dà iuchair còmhla agus gu toiseach/deireadh an teacsa (a’ leigeil seachad àitichean bàna) an dàrna turas a bhrùthar iad, “before” gus gluasad gu toiseach/deireadh an teacsa mus gluais e gu toiseach/deireadh na loidhne agus “always” airson ’s gun gluais e gu toiseach/deireadh an teacsa seach toiseach/deireadh na loidhne."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr "Aisig àite a’ chùrsair roimhe"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Co-dhiù an aisig gedit àite a’ chùrsair roimhe nuair a thèid faidhle a luchdadh gus nach aisig."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Enable Syntax Highlighting"
+msgstr "Cuir an comas soillseachadh a’ cho-chàraidh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Co-dhiù an cuir gedit soillseachadh a’ cho-chàraidh an comas gus nach cuir."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Enable Search Highlighting"
+msgstr "Cuir an comas soillseachadh an luirg"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Co-dhiù an soillsich gedit gach ball-toraidh dhen teacsa a lorg thu gus nach soillsich."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid "Ensure Trailing Newline"
+msgstr "Dèan cinnteach gum bi loidhne ùr aig bonn an teacsa"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Tagh an dèan gedit cinnteach gum bidh loidhne ùr aig deireadh gach teacsa."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Toolbar is Visible"
+msgstr "Am bàr-inneal ri fhaicinn"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Co-dhiù an dèid am bàr-inneal a shealltainn gus nach dèid."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid "Notebook Show Tabs Mode"
+msgstr "Sealladh tabaichean an leabhair-nòtaichean"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+#| msgid ""
+#| "Specifies when to show the notebook tabs. Use \"never\" to never show the "
+#| "tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs "
+#| "only when there is more than one tab. Note that the values are case-"
+#| "sensitive, so make sure they appear exactly as mentioned here."
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr "Sònraichidh seo cuin a thèid tabaichean an leabhair-nòtaichean a shealltainn. Cleachd “never” ach nach dèid na tabaichean a shealltainn idir, “always” ach an dèid iad a shealltainn an-còmhnaidh is “auto” gus nach dèid na tabaichean a shealltainn ach nuair a bhios barrachd air aon dhiubh ann. Thoir an aire gun toir na luachan an aire do litrichean mòra is beaga is mar sin dèan cinnteach gun nochd iad dìreach mar a tha sinn a’ toirt iomradh dhaibh an-seo."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid "Status Bar is Visible"
+msgstr "Am bàr-staide ri fhaicinn"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Co-dhiù an dèid am bàr-staide a shealltainn aig bonn nan uinneagan deasachaidh gus nach dèid."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Side panel is Visible"
+msgstr "A’ phanail-thaoibh ri fhaicinn"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Co-dhiù an dèid a’ phanail taobh clì nan uinneagan deasachaidh a shealltainn gus nach dèid."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Maximum Recent Files"
+msgstr "An àireamh as motha de dh’fhaidhlichean o chionn ghoirid"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+#| msgid ""
+#| "Specifies the maximum number of recently opened files that will be "
+#| "displayed in the \"Recent Files\" submenu."
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the “Recent Files” submenu."
+msgstr "Sònraichidh seo an àireamh nas motha de dh’fhaidhlichean air am fosgladh o chionn ghoirid a thèid a shealltainn sa fho-chlàr-taice “Faidhlichean o chionn ghoirid”."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Print Syntax Highlighting"
+msgstr "Clò-bhuail soillseachadh a’ cho-chàraidh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Tagh an clò-bhuail gedit soillseachadh a’ cho-chàraidh nuair a thèid sgrìobhainn a chlò-bhualadh."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Print Header"
+msgstr "Clò-bhuail bann-cinn"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Co-dhiù an dèid bann-cinn sgrìobhainne a ghabhail a-steach gus nach dèid nuair a thèid sgrìobhainn a chlò-bhualadh."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Printing Line Wrapping Mode"
+msgstr "Pasgadh na loidhne airson clò-bhualadh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+#| 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."
+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 "Sònraichidh seo ciamar a thèid loidhnichean fada a phasgadh airson clò-bhualadh. Cleachd “none” ach nach bith pasgadh sam bith ann, “word” airson pasgadh eadar da fhacal is “char” airson pasgadh eadar dà charactar sam bith. Thoir an aire gun toir na luachan aire do litrichean mòra is beaga is mar sin dèan cinnteach gun nochd iad dìreach mar a tha sinn a’ toirt iomradh dhaibh an-seo."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "Print Line Numbers"
+msgstr "Clò-bhuail àireamhan loidhne"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr "Mas e 0 a tha san luach seo, cha dèid àireamh loidhne sam bith a chur a-steach nuair a chlò-bhuaileas tu sgrìobhainn. Mas e luach eile a tha ann, mìnichidh e dè cho tric ’s a chlò-bhuaileas gedit àireamh loidhne. Mar eisimpleir, thèid àireamh a chlò-bhualadh gach treas loidhne ma chuireas tu 3 a-steach."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Body Font for Printing"
+msgstr "Cruth-clò na bodhaige airson clò-bhualadh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+#| msgid ""
+#| "Specifies the font to use for a document's body when printing documents."
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Sònraichidh seo an cruth-clò a thèid a chleachdadh airson bodhaig an teacsa nuair a thèid sgrìobhainn a chlò-bhualadh."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Header Font for Printing"
+msgstr "Cruth-clò a’ bhanna-chinn airson clò-bhualadh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+#| 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."
+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 "Sònraichidh seo an cruth-clò a thèid a chleachdadh airson bannan-cinn na duilleige nuair a thèid sgrìobhainn a chlò-bhualadh. Cha bhith seo an sàs ach ma bhios an roghainn “Clò-bhuail bann-cinn” air."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Line Number Font for Printing"
+msgstr "Cruth-clò na h-àireamh loidhne airson clò-bhualadh"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+#| 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."
+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 "Sònraichidh seo an cruth-clò a thèid a chleachdadh airson àireamhan loidhne leis a’ chlò-bhualadh. Cha bhi seo an sàs ach ma bhios an roghainn “Clò-bhuail àireamhan loidhne” nas motha na neoni."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Left"
+msgstr "Marghan clì"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The left margin, in millimeters."
+msgstr "Am marghan clì ann am millemeatair."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Top"
+msgstr "Marghan aig a’ bharr"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The top margin, in millimeters."
+msgstr "Am marghan aig a’ bharr ann am millemeatair."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Margin Right"
+msgstr "Marghan deas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid "The right margin, in millimeters."
+msgstr "Am marghan deas ann am millemeatair."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Margin Bottom"
+msgstr "Marghan aig a’ bhonn"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid "The bottom margin, in millimeters."
+msgstr "Am marghan aig a’ bhonn ann am millemeatair."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "Candidate Encodings"
+msgstr "Còdachaidhean molta"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+#| msgid ""
+#| "List of candidate encodings shown in the Character Encoding menu in the "
+#| "open/save file chooser. \"CURRENT\" represents the current locale "
+#| "encoding. Only recognized encodings are used. The default value is the "
+#| "empty list, in which case gedit will choose good defaults depending on "
+#| "the country and language."
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr "Liosta dhe na còdachaidhean a thèid a mholadh dhut ann an clàr-taice còdachadh charactaran fhad ’s a bhios tu a’ taghadh faidhle airson fosgladh/sàbhaladh. Tha “CURRENT” a’ riochdachadh còdachadh an sgeama ionadail làithrich. Cha dèid ach còdachaidhean as aithne dhuinn a chleachdadh. ’S e an liosta fhalamh a tha sa bhun-roghainn leis a thaghas gedit bun-roghainnean matha a-rèir do dhùthaich is cànan."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid "Active plugins"
+msgstr "Plugain ghnìomhach"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+#| msgid ""
+#| "List of active plugins. It contains the \"Location\" of the active "
+#| "plugins. See the .gedit-plugin file for obtaining the \"Location\" of a "
+#| "given plugin."
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr "Liosta dhe na plugain ghnìomhach. Tha “ionad” nam plugan gnìomhach na bhroinn. Thoir sùil air an fhaidhle .gedit-plugin airson an t-ionad aig plugain sònraichte fhaighinn."
+
+#: ../gedit/gedit-app.c:110
+#| msgid "Show the application's version"
+msgid "Show the application’s version"
+msgstr "Seall tionndadh na h-aplacaid"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "Seall liosta dhe na luachan comasach airson na roghainn còdachaidh"
+
+#: ../gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "Suidhich an còdachadh charactaran a thèid a chleachdadh gus na faidhlichean fhosgladh ’s liosta dhiubh air an loidhne-àithne"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "CÒDACHADH"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Cruthaich uinneag àrd-ìre ùr ann an ionstans de gedit a tha ann"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Cruthaich sgrìobhainn ùr ann an ionstans de gedit a tha ann"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "Fosgail faidhlichean is bac am pròiseas gus am bi na faidhlichean air an dùnadh"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "Ruith gedit sa mhodh fa leth"
+
+#: ../gedit/gedit-app.c:158
+#| msgid "[FILE...] [+LINE[:COLUMN]]"
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FAIDHLE…] [+LOIDHNE[:COLBH]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "Tachair mearachd a’ sealltainn na cobharach."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: còdachadh mì-dhligheach."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "Dùin _gun a shàbhaladh"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:45
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:912
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_Sguir dheth"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "Sàbhail _mar…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:875
+#: ../plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Sàbhail"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld second will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld seconds will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %ld diog air chall gu buan."
+msgstr[1] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %ld dhiog air chall gu buan."
+msgstr[2] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %ld diogan air chall gu buan."
+msgstr[3] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %ld diog air chall gu buan."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+#| msgid ""
+#| "If you don't save, changes from the last minute will be permanently lost."
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn mionaid air chall gu buan."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last minute and %ld second will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last minute and %ld seconds will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn mionaid is %ld diog air chall gu buan."
+msgstr[1] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn mionaid is %ld dhiog air chall gu buan."
+msgstr[2] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn mionaid is %ld diogan air chall gu buan."
+msgstr[3] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn mionaid is %ld diog air chall gu buan."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld minute will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld minutes will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %ld mhionaid air chall gu buan."
+msgstr[1] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %ld mhionaid air chall gu buan."
+msgstr[2] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %ld mionaidean air chall gu buan."
+msgstr[3] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %ld mionaid air chall gu buan."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+#| msgid ""
+#| "If you don't save, changes from the last hour will be permanently lost."
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn uair a thìde air chall gu buan."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last hour and %d minute will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last hour and %d minutes will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn uair is %d mhionaid air chall gu buan."
+msgstr[1] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn uair is %d mhionaid air chall gu buan."
+msgstr[2] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn uair is %d mionaidean air chall gu buan."
+msgstr[3] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn uair is %d mionaid air chall gu buan."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %d hour will be permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %d hours will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %d uair a thìde air chall gu buan."
+msgstr[1] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %d uair a thìde air chall gu buan."
+msgstr[2] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %d uairean a thìde air chall gu buan."
+msgstr[3] "Mur sàbhail thu, thèid a h-uile atharrachadh chaidh a dhèanamh o chionn %d uair a thìde air chall gu buan."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Thèid na h-atharraichean air an sgrìobhainn “%s” air chall gu buan."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "A bheil thu airson na h-atharraichean air an sgrìobhainn “%s” a shàbhaladh mus dùin thu i?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "Chaidh sàbhaladh a chur à comas le rianaire an t-siostaim."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Thèid na h-atharraichean air %d sgrìobhainn air chall gu buan."
+msgstr[1] "Thèid na h-atharraichean air %d sgrìobhainn air chall gu buan."
+msgstr[2] "Thèid na h-atharraichean air %d sgrìobhainnean air chall gu buan."
+msgstr[3] "Thèid na h-atharraichean air %d sgrìobhainn air chall gu buan."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "Tha %d sgrìobhainn le atharraichean gun sàbhaladh ann. A bheil thu airson na h-atharraichean a shàbhaladh mus dèid a dùnadh?"
+msgstr[1] "Tha %d sgrìobhainn le atharraichean gun sàbhaladh ann. A bheil thu airson na h-atharraichean a shàbhaladh mus dèid an dùnadh?"
+msgstr[2] "Tha %d sgrìobhainnean le atharraichean gun sàbhaladh ann. A bheil thu airson na h-atharraichean a shàbhaladh mus dèid an dùnadh?"
+msgstr[3] "Tha %d sgrìobhainn le atharraichean gun sàbhaladh ann. A bheil thu airson na h-atharraichean a shàbhaladh mus dèid a dùnadh?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "Sgrìobhainnean l_e atharraichean gun sàbhaladh:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "T_agh na sgrìobhainnean a tha thu airson sàbhaladh:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+#| msgid "If you don't save, all your changes will be permanently lost."
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Mur dèan thu sàbhaladh, thèid na h-uile atharrachadh agad air chall gu buan."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+#| msgid "Loading file '%s'…"
+msgid "Loading file “%s”…"
+msgstr "A’ luchdadh an fhaidhle “%s”…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "A’ luchdadh %d fhaidhle…"
+msgstr[1] "A’ luchdadh %d fhaidhle…"
+msgstr[2] "A’ luchdadh %d faidhlichean…"
+msgstr[3] "A’ luchdadh %d faidhle…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Fosgail"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:46
+#: ../plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "F_osgail"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+#| msgid "The file \"%s\" is read-only."
+msgid "The file “%s” is read-only."
+msgstr "Tha am faidhle “%s” ri leughadh a-mhàin."
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "A bheil thu airson am fear a tha thu a’ sàbhaladh a chur na àite?"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "Cui_r na àite"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "A bheil thu airson am faidhle a shàbhaladh le dùmhlachadh?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "A bheil thu airson am faidhle a shàbhaladh mar theacsa lom?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+#| msgid ""
+#| "The file \"%s\" was previously saved as plain text and will now be saved "
+#| "using compression."
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr "Chaidh am faidhle “%s” a shàbhaladh mar theacsa lom roimhe is thèid a shàbhaladh le dùmhlachadh a-nis."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "Sàbhail le dùmhlachadh"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+#| msgid ""
+#| "The file \"%s\" was previously saved using compression and will now be "
+#| "saved as plain text."
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "Chaidh am faidhle “%s” a shàbhaladh le dùmhlachadh roimhe is thèid a shàbhaladh mar theacsa lom a-nis."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "_Sàbhail mar theaca lom"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format
+#| msgid "Saving file '%s'…"
+msgid "Saving file “%s”…"
+msgstr "A’ sàbhaladh an fhaidhle “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Sàbhail mar"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+#| msgid "Reverting the document '%s'…"
+msgid "Reverting the document “%s”…"
+msgstr "A’ tilleadh na sgrìobhainn “%s”…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+#| msgid "Revert unsaved changes to document '%s'?"
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "A bheil thu airson na h-atharraichean gun sàbhaladh a thilleadh dhan sgrìobhainn “%s”?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %ld diog air chall gu buan."
+msgstr[1] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %ld dhiog air chall gu buan."
+msgstr[2] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %ld diogan air chall gu buan."
+msgstr[3] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %ld diog air chall gu buan."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn mionaid air chall gu buan."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn mionaid is %ld diog air chall gu buan."
+msgstr[1] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn mionaid is %ld dhiog air chall gu buan."
+msgstr[2] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn mionaid is %ld diogan air chall gu buan."
+msgstr[3] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn mionaid is %ld diog air chall gu buan."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %ld mhionaid air chall gu buan."
+msgstr[1] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %ld mhionaid air chall gu buan."
+msgstr[2] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %ld mionaidean air chall gu buan."
+msgstr[3] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %ld mionaid air chall gu buan."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn uair air chall gu buan."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn uair is %d mhionaid air chall gu buan."
+msgstr[1] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn uair is %d mhionaid air chall gu buan."
+msgstr[2] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn uair is %d mionaidean air chall gu buan."
+msgstr[3] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn uair is %d mionaid air chall gu buan."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %d uair air chall gu buan."
+msgstr[1] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %d uair air chall gu buan."
+msgstr[2] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %d uairean air chall gu buan."
+msgstr[3] "Thèid a h-uile atharrachadh a chaidh a dhèanamh air an sgrìobhainn o chionn %d uair air chall gu buan."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "_Till"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "‘S e deasaiche teacsa beag aotrom airson an deasga Gnome a tha’ ann an gedit"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr "Launchpad Contributions:\n Akerbeltz https://launchpad.net/~fios\n GunChleoc https://launchpad.net/~gunchleoc\n alasdair caimbeul https://launchpad.net/~alexd"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Chaidh %d bhall a lorg is a chur na àite"
+msgstr[1] "Chaidh %d bhall a lorg is a chur na àite"
+msgstr[2] "Chaidh %d buill a lorg is a chur na àite"
+msgstr[3] "Chaidh %d ball a lorg is a chur na àite"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "Chaidh aon bhall a lorg is a chur na àite"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+#| msgid "\"%s\" not found"
+msgid "“%s” not found"
+msgstr "Cha deach “%s” a lorg"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Sgrìobhainn gun tiotal %d"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Buidheann taba %i"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167 ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Ri leughadh a-mhàin"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Ga mhothachadh gu fèin-obrachail"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+#| msgid "Add or Remove..."
+msgid "Add or Remove…"
+msgstr "Cuir ris no thoir air falbh…"
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "An sgeama ionadail làithreach (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (An sgeama ionadail làithreach)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+#| msgid "Do you really want to reset the character encodings' preferences?"
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "A bheil thu cinnteach gu bheil thu airson na roghainnean airson còdachadh nan caractaran ath-shuidheachadh?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "Ath-_shuidhich"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Cuir ris"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Thoir air falbh"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Gluais gu prìomhachas nas àirde"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Gluais gu prìomhachas nas ìsle"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Na h-uile faidhle"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "Na h-uile faidhle teacsa"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "Còdachadh c_haractaran:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "Crìochnachadh nan lo_idhne:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "Còdachadh charactaran:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Crìochnachadh nan loidhne:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:115
+#: ../plugins/externaltools/tools/manager.py:324
+#: ../plugins/externaltools/tools/manager.py:440
+#: ../plugins/externaltools/tools/manager.py:774
+msgid "Plain Text"
+msgstr "Teacsa lom"
+
+#: ../gedit/gedit-io-error-info-bar.c:142
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Feuch ris a-rithist"
+
+#: ../gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Cha deach am faidhle “%s” a lorg."
+
+#: ../gedit/gedit-io-error-info-bar.c:164
+#: ../gedit/gedit-io-error-info-bar.c:204
+#: ../gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Dèan cinnteach gun do sgrìobh thu an t-ionad mar bu chòir is feuch ris a-rithist."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Chan urrainn dhuinn ionadan “%s:” a làimhseachadh."
+
+#: ../gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr "Chan urrainn dhuinn an t-ionad seo a làimhseachadh."
+
+#: ../gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr "Cha ghabh ionad an fhaidhle inntrigeadh."
+
+#: ../gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "’S e pasgan a th’ ann an “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "Chan e ionad dhligheach a th’ ann an “%s”."
+
+#. Translators: %s is a host name
+#: ../gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr "Cha deach an òstair “%s” a lorg. Dèan cinnteach gu bheil roghainnean a’ phrogsaidh agad mar bu chòir is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:260
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr "Bha ainm an òstair mì-dhligheach. Dèan cinnteach gun do sgrìobh thu an t-ionad mar bu chòir is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "Chan e faidhle àbhaisteach th’ ann an “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "Dh’fhalbh an ùine air a’ cheangal. Am feuch thu ris a-rithist?"
+
+#: ../gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Mearachd air nach robh dùil: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Chan urrainn dhuinn am faidhle a lorg. ’S dòcha gun deach a sguabadh às o chionn ghoirid."
+
+#: ../gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Cha b’ urrainn dhuinn am faidhle “%s” a thilleadh."
+
+#: ../gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "Còdachadh cha_ractaran:"
+
+#: ../gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Cha ghabh an t-ionad “%s” ruigsinn aig an àm seo."
+
+#: ../gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr "Tha an siostam agad far loidhne. Thoir sùil air an lìonra agad."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "Deasaich co-_dhiù"
+
+#: ../gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "Tha an àireamh de cheanglaichean a thèid a leantainn cuingichte is cha deach leinn am faidhle a lorg taobh a-staigh a’ chuingeachaidh seo."
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Tha cead a dhìth ort gus am faidhle seo fhosgladh."
+
+#: ../gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr "Cha deach leinn an còdachadh charactaran aithneachadh."
+
+#: ../gedit/gedit-io-error-info-bar.c:598
+#: ../gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Dèan cinnteach nach eil thu a’ feuchainn ri faidhle bìnearaidh fhosgladh."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr "Tagh còdachadh charactaran on chlàr-taice is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Bha trioblaid ann a’ fosgladh an fhaidhle “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr "Tha caractaran mì-dhligheach am broinn an fhaidhle a dh’fhosgail thu. Ma leanas tu air deasachadh an fhaidhle seo, dh’fhaoidte gun coirb thu an sgrìobhainn seo."
+
+#: ../gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr "’S urrainn dhut còdachadh charactaran eile a thaghadh is feuchainn ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Cha b’ urrainn dhuinn am faidhle “%s” fhosgladh leis a’ chòdachadh charactaran “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#: ../gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Tagh còdachadh charactaran eile on chlàr-taice is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Cha b’ urrainn dhuinn am faidhle “%s” fhosgladh."
+
+#: ../gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Cha b’ urrainn dhuinn am faidhle “%s” a shàbhaladh leis a’ chòdachadh charactaran “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:696
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr "Tha caractar no dhà am broinn na sgrìobhainn seo nach gabh còdachadh leis a’ chòdachadh charactaran a thagh thu."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:769
+#| msgid "D_on't Edit"
+msgid "D_on’t Edit"
+msgstr "N_a deasaich"
+
+#: ../gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Tha am faidhle “%s” seo fosgailte ann an uinneag eile mar-thà."
+
+#: ../gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr "A bheil thu airson a dheasachadh co-dhiù?"
+
+#: ../gedit/gedit-io-error-info-bar.c:849
+#: ../gedit/gedit-io-error-info-bar.c:939
+#: ../gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "S_àbhail co-dhiù"
+
+#: ../gedit/gedit-io-error-info-bar.c:852
+#: ../gedit/gedit-io-error-info-bar.c:942
+#: ../gedit/gedit-io-error-info-bar.c:1232
+#| msgid "D_on't Save"
+msgid "D_on’t Save"
+msgstr "N_a sàbhail"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Chaidh am faidhle “%s” atharrachadh on deach a leughadh."
+
+#: ../gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Ma shàbhaileas tu e, dh’fhaoidte gun dèid a h-uile atharrachadh taobh a-muigh air chall. A bheil thu airson a shàbhaladh co-dhiù?"
+
+#: ../gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Cha b’ urrainn dhuinn faidhle lethbhric-ghlèidhidh a chruthachadh fad ’s a bha sinn a’ sàbhaladh “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Cha b’ urrainn dhuinn faidhle lethbhric-ghlèidhidh sealach a chruthachadh fad ’s a bha sinn a’ sàbhaladh “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr "Cha b’ urrainn dhuinn lethbhreac-glèidhidh dhen t-seann lethbhreac dhen fhaidhle a dhèanamh mus deach am faidhle ùr a shàbhaladh. Faodaidh tu an rabhadh seo a leigeil seachad is am faidhle a shàbhaladh co-dhiù, ach ma thachras mearachd le sàbhaladh an fhaidhle, dh’fhaoidte gun caill thu an t-seann lethbhreac dhen fhaidhle. A bheil thu airson a shàbhaladh co-dhiù?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "Chan urrainn dhuinn ionadan “%s” a làimhseachadh sa mhodh sgrìobhaidh. Dèan cinnteach gun do sgrìobh thu an t-ionad mar bu chòir is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "Chan urrainn dhuinn an t-ionad seo a làimhseachadh sa mhodh sgrìobhaidh. Dèan cinnteach gun do sgrìobh thu an t-ionad mar bu chòir is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr "Chan e ionad dligheach a th’ ann an “%s”. Dèan cinnteach gun do sgrìobh thu an t-ionad mar bu chòir is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr "Cha cead a dhìth ort gus am faidhle a shàbhaladh. Dèan cinnteach gun do sgrìobh thu an t-ionad mar bu chòir is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:1073
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr "Chan eil rum gu leòr air an diosga gus am faidhle a shàbhaladh. Saoraich rum air an diosga is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr "Tha thu a’ feuchainn ris an fhaidhle a shàbhaladh air diosga a tha ri leughadh a-mhàin. Dèan cinnteach gun do sgrìobh thu an t-ionad mar bu chòir is feuch ris a-rithist."
+
+#: ../gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Tha faidhle air a bheil an t-ainm seo ann mar-thà. Feuch an cleachd thu ainm eile."
+
+#: ../gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr "Tha cuingeachadh a thaobh faid nan ainmean faidhle air an diosga far a bheil thu a’ feuchainn ris an fhaidhle a shàbhaladh. Feuch an cleachd thu ainm nas giorra."
+
+#: ../gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr "Tha cuingeachadh a thaobh meud nam faidhlichean air an diosga far a bheil thu a’ feuchainn ris an fhaidhle a shàbhaladh. Feuch an sàbhail thu faidhle nas lugha no an sàbhail thu gu diosga air nach eil an cuingeachadh seo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Cha b’ urrainn dhuinn am faidhle “%s” a shàbhaladh."
+
+#: ../gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Tha am faidhle “%s” air atharrachadh air an diosga."
+
+#: ../gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr "Leig seachad na h-atharraichean is _ath-luchdaich"
+
+#: ../gedit/gedit-io-error-info-bar.c:1178
+#: ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "_Ath-luchdaich"
+
+#: ../gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Mhothaich sinn caractaran mì-dhligheach le sàbhaladh “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "Ma leanas tu air adhart le sàbhaladh an fhaidhle seo, dh’fhaoidte gun coirb sin an sgrìobhainn. A bheil thu airson a shàbhaladh co-dhiù?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Briog air a’ phutan seo gus an cruth-clò a chleachdas an deasaiche a thaghadh"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Cleachd cr_uth-clò bunaiteach an t-siostaim le leud socraichte (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, 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 "Cha b’ urrainn dhuinn am pasgan “%s” a chruthachadh: dh’fhàillig le g_mkdir_with_parents(): %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "Cha ghabh an sgeama dhathan a thagh thu a stàladh."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Cuir sgeama ris"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "C_uir sgeama ris"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Faidhlichean sgeama dhathan"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+#| msgid "Could not remove color scheme \"%s\"."
+msgid "Could not remove color scheme “%s”."
+msgstr "Cha b’ urrainn dhuinn an sgeama dhathan “%s” a sguabadh às."
+
+#: ../gedit/gedit-print-job.c:227
+#| msgid "Preparing..."
+msgid "Preparing…"
+msgstr "’Ga ullachadh…"
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Faidhle: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Duilleag %N de %Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+#| msgid "Rendering page %d of %d..."
+msgid "Rendering page %d of %d…"
+msgstr "A’ reandaradh duilleag %d à %d…"
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "Duilleag %d à %d"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Chan eil gin"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "Lorg is cuir ’na àite"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Tha taba le mearachdan ann"
+msgstr[1] "Tha %d thaba le mearachdan ann"
+msgstr[2] "Tha %d tabaichean le mearachdan ann"
+msgstr[3] "Tha %d taba le mearachdan ann"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "A’ tilleadh %s o %s"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "A’ tilleadh %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "A’ luchdadh %s o %s"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "A’ luchdadh %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "A’ sàbhaladh %s gu %s"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "A’ sàbhaladh %s"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "Mearachd a’ fosgail an fhaidhle %s"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Mearachd le tilleadh an fhaidhle %s"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "Mearachd a’ sàbhaladh an fhaidhle %s"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Ainm:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "Seòrsa MIME:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Còdachadh:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "An dearbhaich thu an stàladh agad?"
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Cha b’ urrainn dhuinn am faidhle UI %s fhosgladh. Mearachd: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+#| msgid "Unable to find the object '%s' inside file %s."
+msgid "Unable to find the object “%s” inside file %s."
+msgstr "Cha b’ urrainn dhuinn an oibseact “%s” a lorg am broinn na faidhle %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ air %s"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "_Seall àireamhan loidhne"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d à %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "_Pasgadh timcheall"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "Maidsich mar eas-preisean _riaghailteach"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "Faclan s_làna a-mhàin"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "Aire do litrichean _mòra ’s beaga"
+
+#: ../gedit/gedit-view-frame.c:1026
+msgid "String you want to search for"
+msgstr "An sreang a tha thu airson lorg"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "Line you want to move the cursor to"
+msgstr "An loidhne dhan a bheil thu airson an cùrsair a ghluasad"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "Chan eil a’ chamag a cho-fhreagras san rainse"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "Cha deach a’ chamag a cho-fhreagras a lorg"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Chaidh a’ chamag a cho-fhreagras a lorg air an loidhne %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Leud nan tabaichean: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "Tha sgrìobhainn gun sàbhaladh ann"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "Atharraich duilleig na panail-taoibh"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Sgrìobhainnean"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "Gluais gun taobh ch_lì"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "Gluais gun taobh _deas"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "_Gluais gu uinneag ùr"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "Gluais gu buidhea_nn thabaichean ùr"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "_Dùin"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "Eag fhèin-obrachail"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Cleachd spàsan"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "Seall àireamhan loidhne"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "Seall am marghan deas"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "Soillsich an loidhne làithreach"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "Pasgadh-teacsa"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "_Faidhle"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "Ù_r"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "Fosgail sgrìobhainn o chionn goi_rid"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "Fosgail _taba dùinte a-rithist"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "Sàbhail m_ar…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20
+#: ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "Uinneag ù_r"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "_Clò-bhuail…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "_Fàg an-seo"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "D_easaich"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "Ne_o-dhèan"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "Ath-_dhean"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "_Gearr às"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "Dèan lethbhrea_c"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "Cuir a_nn"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Sguab às"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "_Modh sgrìobhadh thairis air"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "Tagh n_a h-uile"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_Roghainnean"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+#: ../gedit/resources/gtk/menus.ui.h:16
+msgid "_View"
+msgstr "_Sealladh"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "_Panail-thaoibh"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "_Panail bhuinn"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "_Làn-sgrìn"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "Mod_h soillseachaidh…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "_Lorg"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "_Lorg…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "Lorg an ath _fhear"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "Lorg am fear _roimhe"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "Lorg is cui_r ’na àite…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "Falamhai_ch an soillseachadh"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "Rach _gu loidhne…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+#: ../gedit/resources/gtk/menus.ui.h:20
+msgid "_Tools"
+msgstr "_Innealan"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "_Sgrìobhainnean"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "Sàbhail na h-_uile"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "_Dùin na h-uile"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "Buidheann tha_baichean ùr"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "Am buidheann thabaichean _roimhe"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "An _ath bhuidheann thabaichean"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "An sgrìobhainn roimh_pe"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "An a_th sgrìobhainn"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "_Gluais gu uinneag ùr"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+#: ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "_Cobhair"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "_Mu dhèidhinn"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "Ath-ghoiridean a’ _mheur-chlàir"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "Sàbhail na h-_uile"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "_Lorg is cuir ’na àite…"
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "Rach _gu loidhne…"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "Sealladh"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "Innealan"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "Còdachadh charactaran"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "Cuir _an sàs"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "Còdachaidhean ri _làimh"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "Còdachaidhean air an _taghadh"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Tuairisgeul"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Còdachadh"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Modh soillseachaidh"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Tagh"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+#| msgid "Search highlight mode..."
+msgid "Search highlight mode…"
+msgstr "Modh soillseachaidh an luirg…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "Chan eil toradh ann"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "_Sgrìobhainnean eile…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Fosgail faidhle eile"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Roghainnean"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Seall am _marghan deas aig colbh:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "Seall bàr-_staide"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "Seall mapa f_oir-sheallaidh"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "Seall pàtran _grioda"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Pasgadh-teacsa"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Cuir _pasgadh-teacsa an comas"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "Na _sgar faclan thairis air dà loidhne"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "Soillseachadh"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "Soillsich an _loidhne làithreach"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "Soillsich cama_gan a cho-fhreagras"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "Taba-stadan"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "Leud nan _tabaichean:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "Cuir a-steach _spàsan an àite thabaichean"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "Cuir _eagachadh fèin-obrachail an comas"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "Sàbhaladh nam faidhle"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "Cruthaich lethbhreac-_glèidhidh dhe dh’fhaidhlichean mus dèid an sàbhaladh"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "Sàbhail faidhlichean gu fèin-obrachail gach"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_mionaid(ean)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "Deasaiche"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "Cruth-clò"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "_Cruth-clò an deasaiche: "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "Tagh cruth-clò an deasaiche"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "Sgeama dhathan"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "Stàlaich sgeama"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "Stàlaich Sgeama"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "Dì-stàlaich sgeama"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "Dì-stàlaich Sgeama"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "Cruth-clò ⁊ dathan"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "Plugain"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Soillseachadh a’ cho-chàraidh"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Clò-bhuail _soillseachadh a’ cho-chàraidh"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Àireamhan loidhne"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Clò-bhuail àirea_mhan loidhne"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "Àireamh _gach"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "loidhne"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Bann-cinn na duilleige"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Clò-b_huail bannan-cinn na duilleige"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Cruthan-clò"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Bodhaig:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "Àireamhan _loidhne:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "B_annan-cinn is bannan-coise:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "Aisig na c_ruthan-clò bunaiteach"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Seall an duilleag roimhpe"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "Seall an ath dhuilleag"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "An duilleag làithreach (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "à"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "Duilleagan gu lèir"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "Àireamh iomlan nan duillegan san sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "Seall iomadh duilleag"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Sùm 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "Sùm ach am freagair an duilleag shlàn"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "Sùm an duilleag a-steach"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "Sùm an duilleag a-mach"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "Dùin ro-shealladh a’ chlò-bhualaidh"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "_Dùin an ro-shealladh"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "Ro-shealladh na duilleige"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "Ro-shealladh na duilleige san sgrìobhainn ri clò-bhualadh"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "Cuir an àite n_a h-uile"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Lorg"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "L_org"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "Cuir na _leanas na àite "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "Aire do litrichean _mòra ’s beaga"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "Faclan s_làna a-mhàin"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "Eas-preisean riaghailteach"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "Lorg an comhair a chùil"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "_Paisg timcheall"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Sgrìobhainnean"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Cruthaich sgrìobhainn ùr ann an taba"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Fosgail sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Sàbhail an sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Sàbhail an sgrìobhainn le ainm-faidhle ùr"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Sàbhail a h-uile sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Dùin an sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Dùin a h-uile sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Fosgail an sgrìobhainn mu dheireadh a dhùin thu"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Gearr leum dhan ath-sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Gearr leum dhan sgrìobhainn roimhpe"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+#| msgctxt "shortcut window"
+#| msgid "Switch to the first - ninth document"
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Gearr leum dhan chiad – naoidheamh sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Uinneagan is panailean"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Cruthaich sgrìobhainn ùr ann an uinneag"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Cruthaich buidheann thabaichean ùr"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Seall a’ phanail-thaoibh"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Seall a’ phanail-bhuinn"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Làn-sgrìn air / dheth"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Fàg an aplacaid"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Lorg is cuir ’na àite"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Lorg"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Lorg an ath-sheise"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Seall an seise roimhpe"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Falamhaich an soillseachadh"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Rach gu loidhne"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Dèan lethbhreac is cuir ann"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Cuir lethbhreac dhen teacsa a thagh thu air an stòr-bhòrd"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Gearr an teacsa a thagh thu air an stòr-bhòrd"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Cuir an teacsa ann on stòr-bhòrd"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Neo-dhèan is ath-dhèan"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Neo-dhèan an àithne roimhpe"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Ath-dhèan an àithne roimhpe"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Taghadh"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Tagh an teacsa gu lèir"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Deasachadh"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Toglaich cur a-steach / sgrìobhadh thairis"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Sguab às an loidhne làithreach"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Cuir na loidhnichean a thagh thu ri chèile"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Gluais an loidhne làithreach suas"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Gluais an loidhne làithreach sìos"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Gluais am facal làithreach gu taobh chlì"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Gluais am facal làithreach gu taobh deas"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Atharraich gu litrichean mòra"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Atharraich gu litrichean beaga"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Ais-thionndaidh na litrichean mòra/beaga"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Meudaich an àireamh fon chùrsair"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Lùghdaich an àireamh fon chùrsair"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Innealan"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Dearbhaich an litreachadh"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Clò-bhuail an sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Seall uinneag a’ choileanaidh"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Dùin an sgrìobhainn"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Fosgail faidhle"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Fosgail"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Cruthaich sgrìobhainn ùr"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Ùr"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Sàbhail am faidhle làithreach"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Sàbhail"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Falaich a’ phanail"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "Fosgail còmhradh faidhle"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Fàg an làn-sgrìn"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Thoir sùil airson ùrachadh"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Thòir sùil airson an tionndadh as ùire de gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Tachar mearachd le sealladh an URI."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "Luch_daich a-nuas"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "Le_ig seachd an tionndadh"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Tha tionndadh ùr de gedit ann"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr "’S urrainn dhut an tionndadh ùr aig gedit a luchdadh a-nuas ’s tu a’ briogadh air air a’ phutan luchdaidh a-nuas no an tionndadh seo a leigeil seachad is feitheamh airson an ath fhir"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "Tionndadh ri leigeil seachad"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "An tionndadh a thèid a leigeil seachad mus dèid tionndadh nas ùire a sgaoileadh."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Stadastaireachd na sgrìobhainn"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Dèan aithris air an àireamh de dh’fhaclan, loidhnichean is caractaran ann an sgrìobhainn."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "Sta_dastaireachd na sgrìobhainn"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Sgrìobhainn"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Taghadh"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Loidhnichean"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Faclan"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Caractaran (le spàsan)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Caractaran (gun spàsan)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Baidht"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Togail"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+#| msgid "Run \"make\" in the document directory"
+msgid "Run “make” in the document directory"
+msgstr "Ruith “make” ann am pasgan na sgrìobhainn"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Fosgail tèirmineal an-seo"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Fosgail tèirmineal ann an ionad na sgrìobhainn"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Thoir spàsan deiridh air falbh"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Thoir air falbh spàsan deiridh gun fheum san fhaidhle agad"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Ruith àithne"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Gnìomhaich àithne ghnàthaichte is cuir an às-chur aice ann an sgrìobhainn ùr"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Cuir gu fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "Cuir an teacsa a thagh thu no an sgrìobhainn làithreach ann am fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Innealan taobh a-muigh"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Gnìomhaich àitheantan taobh a-muigh is sgriobtaichean shell."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "Co-dhiù an dèid cruth-clò an t-siostaim a chleachdadh gus nach dèid"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+#| msgid ""
+#| "If true, the external tools will use the desktop-global standard font if "
+#| "it's monospace (and the most similar font it can come up with otherwise)."
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr "Mas e “true” a th’ ann, cleachdaidh innealan taobh a-muigh cruth-clò stannardach coitcheann an deasg mas e monospace a th’ ann (is mur eil, an cruth-clò as coltaiche ris)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+#| msgid ""
+#| "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Ainm cruth-clò Pango. Mar eisimpleir, “Sans 12” no “Monospace Bold 14”."
+
+#: ../plugins/externaltools/tools/appactivatable.py:133
+#| msgid "Manage External Tools"
+msgid "Manage _External Tools…"
+msgstr "Stiùirich inn_ealan on taobh a-muigh…"
+
+#: ../plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Innealan taobh a-muigh"
+
+#: ../plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Dh’fhàillig le gnìomhachadh na h-àithne: %s"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Feumaidh tu a bhith am broinn facail gus an àithne seo a ruith"
+
+#: ../plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "A’ ruith inneal:"
+
+#: ../plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Dèanta."
+
+#: ../plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Air fhàgail"
+
+#: ../plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Na h-uile cànan"
+
+#: ../plugins/externaltools/tools/manager.py:429
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:772
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "Na h-uile cànan"
+
+#: ../plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Inneal ùr"
+
+#: ../plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Tha an luathaichear seo ceangailte ri %s mar-thà"
+
+#: ../plugins/externaltools/tools/manager.py:727
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Sgrìobh luathaichear ùr no brùth air backspace gus fhalamhachadh"
+
+#: ../plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator"
+msgstr "Sgrìobh luathaichear ùr"
+
+#: ../plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Air stad."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Sguir dhen inneal"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Ri làimh an-còmhnaidh"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Na h-uile sgrìobhainn"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Na h-uile sgrìobhainn ach an feadhainn gun tiotal"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Faidhlichean ionadail a-mhàin"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Faidhlichean cèine a-mhàin"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Sgrìobhainnean gun tiotal a-mhàin"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "An sgrìobhainn làithreach"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Na thagh thu an-dràsta"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Na thagh thu an-dràsta (sgrìobhainn o thùs)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "An loidhne làithreach"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Am facal làithreach"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "Seall san leòsan buinn"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Cruthaich sgrìobhainn ùr"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Cuir ris an sgrìobhainn làithreach"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Cuir e an àite na sgrìobhainn làithrich"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Cuir e an àite na thagh thu an-dràsta"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "Cuir a-steach air àite a’ chùrsair"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "Stiùirich innealan taobh a-muigh"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Cuir inneal ùr ris"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Cuir ris inneal"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Thoir an t-inneal a thagh thu air falbh"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Thoir an t-inneal air falbh"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Till an t-inneal"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Till an t-inneal"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "I_uchair ath-ghoirid:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_Sàbhail:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "_Ion-chur:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "À_s-chur:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "Iomch_aidheachd:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Às-chur an inneil"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Panail abrabhsair nam faidhle"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Inntrigeadh furasta dha dh’fhaidhlichean on phanail-thaoibh"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Dhachaigh"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Siostam-fhaidhlichean"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Brabhsair nam faidhle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "Thachair mearachd rè cruthachadh pasgain ùir"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "Thachair mearachd rè cruthachadh faidhle ùir"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "Thachair mearachd le ainm ùr a thoirt air faidhle no pasgan"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "Thachair mearachd a’ sguabadh às faidhle no pasgan"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Thachair mearachd le fosgladh pasgain ann am manaidsear nam faidhle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "Thachair mearachd le suidheachadh freumh-phasgain"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "Thachair mearachd rè luchdadh pasgain"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "Thachair mearachd"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr "Chan urrainn dhuinn am faidhle a ghluasad dhan sgudal,\na bheil thu airson a sguabadh às gu buan?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+#| msgid "The file \"%s\" cannot be moved to the trash."
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Cha ghabh am faidhle “%s” gluasad dhan sgudal."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "Cha ghabh na faidhlichean a thagh thu gluasad dhan sgudal."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+#| msgid "Are you sure you want to permanently delete \"%s\"?"
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "A bheil thu cinnteach gu bheil thu airson “%s” a sguabadh às gu buan?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "A bheil thu cinnteach gu bheil thu airson na faidhlichean a thagh thu a sguabadh às gu buan?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "Ma sguabas tu às nì, thèid e air chall gu buan."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(Falamh)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "Tha am faidhle air ath-ainmeachadh criathraichte air falbh an-dràsta. Feumaidh gleus a chur air roghainnean na criathraige ach an dèid am faidhle a shealltainn"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "Sgrìobhainn gun tiotal"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "Tha am faidhle ùr criathraichte air falbh an-dràsta. Feumaidh gleus a chur air roghainnean na criathraige ach an dèid am faidhle a shealltainn"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "Pasgan gun tiotal"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr "Tha am pasgan ùr air ath-ainmeachadh criathraichte air falbh an-dràsta. Feumaidh gleus a chur air roghainnean na criathraige ach an dèid am pasgan a shealltainn"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "Comharran-lìn"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Chan eil oibseact munntachaidh ann airson an draibh air a mhunntachadh: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Cha b’ urrainn dhuinn am meadhan %s fhosgladh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Cha b’ urrainn dhuinn an draibh %s a mhunntachadh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+#| msgid "Error when loading '%s': No such directory"
+msgid "Error when loading “%s”: No such directory"
+msgstr "Thachair mearachd rè luchdadh “%s”: Chan eil am pasgan seo ann"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "Fosgail le sealladh craoibhe"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "Fosgail an t-sealladh craoibhe nuair a thèid plugan brabhsair nam faidhle a luchdadh an àite sealladh nan comharran-leabhair"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Am freumh-phasgan aig brabhsair nam faidhle"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr "Am freumh-phasgan a chleachdas brabhsair nam faidhle nuair a thèid plugan brabhsair nam faidhle a luchdadh is onload/tree_view air “TRUE”."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Am freumh-phasgan biortail air brabhsair nam faidhle"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr "Am freumh-phasgan biortail a chleachdas brabhsair nam faidhle nuair a thèid plugan brabhsair nam faidhle a luchdadh is onload/tree_view air “TRUE”. Feumaidh am freumh biortail a bhith fon fhìor-fhreumh an-còmhnaidh."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Cuir an comas aiseag nan ionadan cèine"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Suidhich am bi aiseag nan ionadan cèine air no dheth."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "Suidhich an t-ionad air a’ chiad sgrìobhainn"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+#| msgid ""
+#| "If TRUE the file browser plugin will view the directory of the first "
+#| "opened document given that the file browser hasn't been used yet. (Thus "
+#| "this generally applies to opening a document from the command line or "
+#| "opening it with Nautilus, etc.)"
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr "Mas e \"TRUE\" a th’ ann, seallaidh plugan brabhsair nam faidhle am pasgan aig a’ chiad sgrìobhainn a chaidh fhosgladh mur deach brabhsair nam faidhle a chleachdadh fhathast. (Bidh seo an sàs air fosgladh sgrìobhainnean on loidhne-àithne no le Nautilus agus msaa.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Modh criathraige aig brabhsair nam faidhle"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr "Suidhichidh an luach seo dè na faidhlichean a thèid a chriathradh air falbh o bhrabhsair nam faidhle. Seo na luachan dligheach: none (na criathraich dad), hide-hidden (criathraich faidhlichean falaichte air falbh) is hide-binary (criathraich faidhlichean bìnearaidh air falbh) ."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Pàtran criathraidh aig brabhsair nam faidhle"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr "Am pàtran leis a thèid brabhsair nam faidhle a chriathradh. Obraichidh a’ chriathrag seo air barr filter_mode."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "Pàtrain bhìnearaidh aig brabhsair nam faidhle"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Na pàtranan foirlionaidh a thèid a chleachdadh le criathradh fhaidhlichean bìnearaidh."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "_Suidhich am freumh air an sgrìobhainn làithreach"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Pasgan ùr"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "_Faidhle ùr"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+#| msgid "_Rename..."
+msgid "_Rename…"
+msgstr "Thoi_r ainm ùr air…"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "_Gluais dhan sgudal"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "Ath-_nuadhaich an sealladh"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "_Seall am pasgan"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "F_osgail san tèirmineal"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Criathrag"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Seall an fheadhainn f_halaichte"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "Seall _bìnearaidh"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "Maidsich an t-ainm faidhle"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "Eachdraidh"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "Fosgail clàr-taice na h-eachdraidh"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Modh-loidhnichean"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Taic ri modh-loidhnichean le stoidhle Emacs, Kate is Vim airson gedit."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "Dath aig teacsa nan àitheantan"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "An dath a bhios air teacsa nan àitheantan"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "Dath teacsa nam mearachdan"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "An dath a bhios air teacsa nam mearachdan"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+#| msgid ""
+#| "If true, the terminal will use the desktop-global standard font if it's "
+#| "monospace (and the most similar font it can come up with otherwise)."
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr "Mas e “true” a th’ ann, cleachdaidh an tèirmineal cruth-clò stannardach coitcheann an deasg mas e monospace a th’ ann (is mur eil, an cruth-clò as coltaiche ris)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Dath nan à_itheantan:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Dath nam m_earachdan:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:60
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Consoil Python"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Consoil Python eadar-ghnìomhach a sheasas sa phanail bhuinn"
+
+#: ../plugins/quickopen/quickopen/__init__.py:47
+#| msgid "Quick Open"
+msgid "Quick Open…"
+msgstr "Fosgladh luath…"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Fosgladh luath"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Fosgail faidhlichean gu luath"
+
+#: ../plugins/quickopen/quickopen/popup.py:90
+#| msgid "Type to search..."
+msgid "Type to search…"
+msgstr "Sgrìobh airson lorg…"
+
+#: ../plugins/snippets/snippets/appactivatable.py:88
+#| msgid "Manage Snippets"
+msgid "Manage _Snippets…"
+msgstr "Stiùirich _snippets…"
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:64
+#: ../plugins/snippets/snippets/document.py:153
+#: ../plugins/snippets/snippets/document.py:667
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Snippets"
+
+#: ../plugins/snippets/snippets/exporter.py:88
+#, python-format
+#| msgid "The archive \"%s\" could not be created"
+msgid "The archive “%s” could not be created"
+msgstr "Cha b’ urrainn dhuinn an tasglann “%s” a chruthachadh"
+
+#: ../plugins/snippets/snippets/exporter.py:105
+#, python-format
+#| msgid "Target directory \"%s\" does not exist"
+msgid "Target directory “%s” does not exist"
+msgstr "Chan eil am pasgan-amais “%s” ann"
+
+#: ../plugins/snippets/snippets/exporter.py:108
+#, python-format
+#| msgid "Target directory \"%s\" is not a valid directory"
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Chan eil am pasgan-amais “%s” na phasgan dligheach"
+
+#: ../plugins/snippets/snippets/importer.py:55
+#: ../plugins/snippets/snippets/importer.py:116
+#, python-format
+#| msgid "File \"%s\" does not exist"
+msgid "File “%s” does not exist"
+msgstr "Chan eil am faidhle “%s” ann"
+
+#: ../plugins/snippets/snippets/importer.py:58
+#, python-format
+#| msgid "File \"%s\" is not a valid snippets file"
+msgid "File “%s” is not a valid snippets file"
+msgstr "Chan eil am faidhle “%s” na fhaidhle snippets dligheach"
+
+#: ../plugins/snippets/snippets/importer.py:75
+#, python-format
+#| msgid "Imported file \"%s\" is not a valid snippets file"
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Chan eil am faidhle “%s” air ion-phortadh na fhaidhle snippets dligheach"
+
+#: ../plugins/snippets/snippets/importer.py:85
+#, python-format
+#| msgid "The archive \"%s\" could not be extracted"
+msgid "The archive “%s” could not be extracted"
+msgstr "Cha b’ urrainn duinn an tasglann “%s” às-tharraing"
+
+#: ../plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Cha b’ urrainn dhuinn na faidhlichean seo ion-phortadh: %s"
+
+#: ../plugins/snippets/snippets/importer.py:119
+#: ../plugins/snippets/snippets/importer.py:132
+#, python-format
+#| msgid "File \"%s\" is not a valid snippets archive"
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Chan eil am faidhle “%s” na thasglann snippets dhligheach"
+
+#: ../plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Tasglann snippets"
+
+#: ../plugins/snippets/snippets/manager.py:74
+#| msgid "Add a new snippet..."
+msgid "Add a new snippet…"
+msgstr "Cuir snippet ùr ris…"
+
+#: ../plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Uile-choitcheann"
+
+#: ../plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Till an snippet a thagh thu"
+
+#: ../plugins/snippets/snippets/manager.py:417
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "Sguab às an snippet a thagh thu"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr "Chan e trigear taba dligheach tha seo. Chan fhaod a bhith am broinn trigeir ach caractaran a tha nan litir no àireamh (no _, : is .) no caractar a-mhàin (nach eil na litir no àireamh) mar : {, [, agus msaa."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:677
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Am facal a ghnìomhaicheas an snippet às dèidh brùthadh air Tab"
+
+#: ../plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Thachair a’ mhearachd seo rè an ion-phortaidh: %s"
+
+#: ../plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Chaidh an t-ion-phortadh a choileanadh"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Ion-phortaich snippets"
+
+#: ../plugins/snippets/snippets/manager.py:792
+#: ../plugins/snippets/snippets/manager.py:878
+#: ../plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "A h-uile tasglannan ris an cuirear taic"
+
+#: ../plugins/snippets/snippets/manager.py:793
+#: ../plugins/snippets/snippets/manager.py:879
+#: ../plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Tasglann dhùmhlaichte Gzip"
+
+#: ../plugins/snippets/snippets/manager.py:794
+#: ../plugins/snippets/snippets/manager.py:880
+#: ../plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Tasglann dhùmhlaichte Bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Faidhle snippets singilte"
+
+#: ../plugins/snippets/snippets/manager.py:796
+#: ../plugins/snippets/snippets/manager.py:882
+#: ../plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "A h-uile faidhle"
+
+#: ../plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Thachair a’ mhearachd seo rè an às-phortaidh: %s"
+
+#: ../plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Chaidh an às-phortadh a choileanadh"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:852
+#: ../plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "A bheil thu airson snippets an t-<b>siostaim</b> a thagh thu a ghabhail a-steach san às-phortadh?"
+
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Cha deach snippet sam bith a thaghadh airson às-phortadh"
+
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Às-phortaich snippets"
+
+#: ../plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Sgrìobh ath-ghoirid ùr no brùth air Backspace gus fhalamhachadh"
+
+#: ../plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Sgrìobh ath-ghoirid ùr"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "Thug an gnìomhachadh aig an àitne Python (%s) nas fhaide na an ùine as motha, chaidh sgur dhen ghnìomhachadh."
+
+#: ../plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Dh’fhàillig le gnìomhachadh na h-àithne Python (%s): %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Cuir a-steach bloighean teacsa a chleachdas tu gu tric ann an dòigh luath"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Stiùir ich snippets"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "Cruthaich snippet ùr"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Cuir snippet ris"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Thoir snippet air falbh"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Ion-phortaich snippets"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "Às-phortaich na snippets a thagh thu"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Às-phortaich snippets"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Gnìomhachadh"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "Trigeir _Tab:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "Iuchair at_h-ghoirid:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "An iuchair ath-ghoirid a chleachdas tu gus an snippet a ghnìomhachadh"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "_Leig às targaidean:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+#| msgid "S_ort..."
+msgid "S_ort…"
+msgstr "_Seòrsaich…"
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Seòrsaich"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "_Cas mu seach"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "T_hoir air falbh dùblachaidhean"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "_Aire do litrichean mòra ’s beaga"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "_Tòisich aig colbh:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "_Seòrsaich"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Seòrsaichidh seo sgìobhainn no an teacsa a thagh thu."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+#| msgid "Check Spelling"
+msgid "_Check Spelling…"
+msgstr "Dearbhai_ch an litreachadh…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+#| msgid "Set Language"
+msgid "Set _Language…"
+msgstr "Suidhich an cà_nan…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Soillsich faclan le litreachadh cearr"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Dearbhair-litreachaidh"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Dearbhaidh seo an litreachadh san sgrìobhainn làithreach."
+
+#: ../plugins/time/gedit-time-plugin.c:265
+#| msgid "Insert Date and Time"
+msgid "In_sert Date and Time…"
+msgstr "Cuir a-_steach ceann-là is àm…"
+
+#: ../plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "Fòrmatan ri làimh"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "Iarr seòrsa"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr "An dèid am fòrmat fhaighneachd dhan chleachdaiche no an dèid am fòrmat gnàthaichte no air a thaghadh a chleachdadh."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "Am fòrmat air a thaghadh"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "Am fòrmat air a thaghadh a thèid a chleachdadh le cur a-steach a’ chinn-là ’s ama."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "Fòrmat gnàthaichte"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "Am fòrmat gnàthaichte a thèid a chleachdadh le cur a-steach a’ chinn-là ’s ama."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Cuir a-steach ceann-là is àm"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "Cleachd am fòrmat air a _thaghadh"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "Cleachd fòrmat _gnàthaichte"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "Cu_ir a-steach"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Rèitich plugan a’ chinn-là ’s ama"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+#| msgid "When inserting date/time..."
+msgid "When inserting date/time…"
+msgstr "Nuair a thèid ceann-là ’s àm a chur a-steach…"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "Iarr _fòrmat"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Cuir a-steach ceann-là ’s àm"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Cuiridh seo an ceann-là ’s àm a-steach air àite a’ chùrsair."
+
+#~ msgid "_Ignore"
+#~ msgstr "_Leig seachad"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Stiùirich innealan tao_bh a-muigh…"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Fosgladh luath…"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Stiùirich _snippets…"
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "Dearbhaic_h an litreachadh…"
+
+#~ msgid "Set _Language..."
+#~ msgstr "Suidhich an _cànan…"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Cuir a-_steach ceann-là is àm…"
+
+#~ msgid "Text;Editor;"
+#~ msgstr "Text;Editor;Deasaiche;teacsa;teagsa;deasaich;deasachadh;"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Fosgail uinneag ùr"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Fosgail sgrìobhainn ùr"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Suidhich meud is ionad na h-uinneige (LEUDxÀIRDE+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMATRAS"
+
+#~ msgid "gedit"
+#~ msgstr "gedit"
+
+#~ msgid "Question"
+#~ msgstr "Ceist"
+
+#~ msgid "Help"
+#~ msgstr "Cobhair"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(chan eil moladh air facal ann)"
+
+#~ msgid "_More..."
+#~ msgstr "_Barrachd..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "Leig seachad na h-uile"
+
+#~ msgid "_Add"
+#~ msgstr "_Cuir ris"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "Molaidhean _litreachaidh..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Mearachd le dearbhach an litreachaidh airson an facail “%s”: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Mearachd:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Chaidh dearbhadh an litreachaidh a choileanadh"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Chaidh na h-uile facal a litreachadh mar bu chòir"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(litreachadh mar bu chòir)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Molaidhean"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Neo-aithnichte (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Bun-roghainn"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Tagh _cànan na sgrìobhainn làithrich."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Facal le mearachd litreachaidh:"
+
+#~ msgid "word"
+#~ msgstr "facal"
+
+#~ msgid "Change _to:"
+#~ msgstr "Atharraich _gu:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Dearbhaich _facal"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Molaidhean:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Leig seachad na h-ui_le"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Ath_arraich"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Atharraich na h-ui_le"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Faclair a' chleachdaiche:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Cuir _facal ris"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Còdachaidhean a thèid fhèin-mhothachadh"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Seo liosta air a seòrsachadh de chòdachaidhean a chleachdas gedit airson "
+#~ "còdachadh aig faidhle a mhothachadh gu fèin-obrachail. Riochdaichidh "
+#~ "\"CURRENT\" còdachadh an sgeama ionadail làithrich. Cha tèid ach "
+#~ "còdachaidhean aithnichte a chleachdadh."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Còdachaidhean gan sealltainn sa chlàr-taice"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Liosta dhe na còdachaidhean a thèid a shealltainn sa chlàr-taice "
+#~ "\"Còdachadh charactaran\" san roghnaichear faidhle airson fosgladh/"
+#~ "sàbhaladh. Cha tèid ach còdachaidhean aithnichte a chleachdadh."
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "Character encodings"
+#~ msgstr "Còdachadh charactaran"
+
+#~ msgid "_OK"
+#~ msgstr "_Ceart ma-tha"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Còdachaidhea_n gan shealltainn sa chlàr-taice:"
+
+#~ msgid "P_revious Page"
+#~ msgstr "An duilleag _roimhpe"
+
+#~ msgid "_Next Page"
+#~ msgstr "A_n ath dhuilleag"
+
+#~ msgid "Replace"
+#~ msgstr "Cuir 'na àite"
+
+#~ msgid "_Search for: "
+#~ msgstr "Lorg air_son: "
+
+#~ msgid "_Ignore case"
+#~ msgstr "Gun a_ire do litrichean mòra 's beaga"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Chan urrainn dhut obrachadh seòrsachaidh a neo-dhèanamh"
+
+#~ msgid "Set language"
+#~ msgstr "Suidhich an cànan"
+
+#~ msgid "Languages"
+#~ msgstr "Cànain"
+
+#~ msgid "The document is empty."
+#~ msgstr "Tha an sgrìobhainn falamh."
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "An cruthaich gedit lethbhreacan-glèidhidh airson nam faidhlichean a "
+#~ "shàbhaileas e. 'S urrainn dhut leudachan an fhaidhle-glèidhidh a "
+#~ "shuidheachadh leis an roghainn \"Leudachan nan lethbhreac-glèidhidh\"."
+
+#~ msgid "About gedit"
+#~ msgstr "Mu gedit"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "Fosgail faidhle o chionn ghoirid"
+
+#~ msgid "Recent files"
+#~ msgstr "Faidhlichean o chionn ghoirid"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Siarach"
+
+#~ msgid "Central European"
+#~ msgstr "Meadhan Eòrpach"
+
+#~ msgid "South European"
+#~ msgstr "Eòrpach a Deas"
+
+#~ msgid "Baltic"
+#~ msgstr "Baltach"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cirileach"
+
+#~ msgid "Arabic"
+#~ msgstr "Arabais"
+
+#~ msgid "Greek"
+#~ msgstr "Greugais"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Eabhra lèirsinneach"
+
+#~ msgid "Turkish"
+#~ msgstr "Turcais"
+
+#~ msgid "Nordic"
+#~ msgstr "Lochlannach"
+
+#~ msgid "Celtic"
+#~ msgstr "Ceilteach"
+
+#~ msgid "Romanian"
+#~ msgstr "Romàinis"
+
+#~ msgid "Armenian"
+#~ msgstr "Airmeinis"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Sìnis thradaiseanta"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cirilis/Ruisis"
+
+#~ msgid "Japanese"
+#~ msgstr "Seapanais"
+
+#~ msgid "Korean"
+#~ msgstr "Coirèanais"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Sìnis shimplichte"
+
+#~ msgid "Georgian"
+#~ msgstr "Cairtbheilis"
+
+#~ msgid "Hebrew"
+#~ msgstr "Eabhra"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cirilis/Ucràinis"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Bhiet-Namais"
+
+#~ msgid "Thai"
+#~ msgstr "Tàidh"
+
+#~ msgid "Unknown"
+#~ msgstr "Chan eil fhios"
+
+#~ msgid "The file is too big."
+#~ msgstr "Tha am faidhle ro mhòr."
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Solaraiche-dàta Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Cuiridh seo tachartasan inntrigidh is fàgail san loga airson "
+#~ "sgrìobhainnean a thèid a chleachdadh le gedit"
+
+#~ msgid "Show the application's help"
+#~ msgstr "Seall cobhair a' phrògraim"
+
+#~ msgid "Enter GApplication service mode"
+#~ msgstr "Rach a-steach dhan mhodh seirbheis GApplication"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Deasaich faidhlichean teacsa"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Ruith '%s --help' airson liosta shlàn de roghainnean na loidhne-àithne a "
+#~ "shealltainn a tha ri làimh.\n"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Roghainnean gedit"
+
+#~ msgid "_Update"
+#~ msgstr "Ùraic_h"
+
+#~ msgid "File Name"
+#~ msgstr "Ainm faidhle"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Snippets:"
+
+#~ msgid "Language:"
+#~ msgstr "Cànan:"
+
+#~ msgid "Language"
+#~ msgstr "Cànan"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Neo-dhèan cuingeachadh nan gnìomhan (CHA MHOLAR TUILLEADH)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "An àireamh as motha dhe ghnìomhan as urrainn dha gedit neo-dhèanamh no "
+#~ "ath-dhèanamh. Cleachd \"-1\" airson an gnìomhan gun chuingeachadh. Cha "
+#~ "mholar seo tuilleadh o chionn 2.12.0"
+
+#~ msgid "Save _As..."
+#~ msgstr "Sàbhail m_ar..."
+
+#~ msgid "_Print..."
+#~ msgstr "Clò-_bhuail..."
+
+#~ msgid "Empty"
+#~ msgstr "Falamh"
+
+#~ msgid "column"
+#~ msgstr "colbh"
+
+#~ msgid "_Open..."
+#~ msgstr "F_osgail..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "R_oghainnean"
+
+#~ msgid "Configure the application"
+#~ msgstr "Rèitich am prògram"
+
+#~ msgid "_Contents"
+#~ msgstr "_Susbaint"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Aisig gu tionndadh dhen fhaidhle air a sàbhaladh"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "_Ro-shealladh clò-bhualaidh"
+
+#~ msgid "Print preview"
+#~ msgstr "Ro-shealladh clò-bhualaidh"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Neo-dhèan an gnìomh mu dheireadh"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Ath-dhèan an gnìomh mu dheireadh a chaidh a neo-dhèanamh"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Geàrr às na thagh thu"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Dèan lethbhreac dhe na thagh thu"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Sguab às an teacsa a thagh thu"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "Mod_h soillseachaidh..."
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr ""
+#~ "Atharraichidh seo am modh soillseachaidh aig an sgrìobhainn làithreach"
+
+#~ msgid "_Find..."
+#~ msgstr "_Lorg..."
+
+#~ msgid "Search for text"
+#~ msgstr "Lorg airson teacsa"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Lorg air adhart airson an aon teacsa"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Lorg air ais airson an aon teacsa"
+
+#~ msgid "_Replace..."
+#~ msgstr "Cui_r 'na àite..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Lorg airson teacsa is cuir 'na àite"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Falamhaich soillseachadh an teacsa a cho-fhreagras"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Rach gu loidhne shònraichte"
+
+#~ msgid "Save all open files"
+#~ msgstr "Sàbhail na faidhlichean fosgailte uile"
+
+#~ msgid "Close all open files"
+#~ msgstr "Dùin na h-uile faidhlichean fosgailte"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Gnìomhaich an sgrìobhainn roimhpe"
+
+#~ msgid "Activate next document"
+#~ msgstr "Gnìomhaich an ath sgròbhainn"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Gluais an sgrìobhainn làithreach gu uinneag ùr"
+
+#~ msgid "Close the current file"
+#~ msgstr "Dùin am faidhle làithreach"
+
+#~ msgid "Quit the program"
+#~ msgstr "Fàg am prògram"
+
+#~ msgid "_Toolbar"
+#~ msgstr "Bàr-_inneal"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Seall no falaich am bàr-inneal san uinneag làithreach"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Seall no falaich bàr na staide san uinneig làithreach"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Deasaich teacsa air làn-sgrìn"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Seall no falaich a' phanail-thaoibh san uinneig làithreach"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Seall no falaich a' phanail bhuinn san uinneig làithreach"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Fosgail \"%s\""
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Gnìomhaich \"%s\""
+
+#~ msgid "Change Case"
+#~ msgstr "Litrichean mòra/beaga"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "Atharraich an tacsa a thagh thu gu litrichean mòra/beaga."
+
+#~ msgid "C_hange Case"
+#~ msgstr "Litric_hean mòra/beaga"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Na h-uile nan litrichean mòra"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Na h-uile nan litrichean beaga"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Ais-thionndaidh na litrichean mòra/beaga aig an teacsa a thagh thu"
+
+#~ msgid "_Title Case"
+#~ msgstr "A' chiad litir mòr"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Cuir ceann-litir mhòr air gach facal a thagh thu"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Faigh fiosrachadh stadaistearachd mun sgrìobhainn làithreach"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Fosglaidh seo manaidsear nan inneal taobh a-nuigh"
+
+#~ msgid "External tools"
+#~ msgstr "Innealan taobh a-muigh"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Fosgail sgrìobhainnean gu luath"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Stiùirich snippets"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Seòrsaich an sgrìobhainn no an taghadh làithreach"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr ""
+#~ "Thoir sùi air an sgrìobhainn làithreach a bheil mearachdan litreachaidh "
+#~ "ann gus nach eil"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "Suidhich cànan na sgrìobhainn làithrich"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr ""
+#~ "Dearbhaich an litreachadh gu fèin-obrachail san sgrìobhainn làithreach"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Cuir a-steach an ceann-là is àm làithreach air àite a' chùrsair"
+
+#~ msgid "Open Files"
+#~ msgstr "Fosgail faidhlichean"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "Cha ghabh ionad an fhaidhle ruigsinn on nach deach a mhunntachadh."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "Dh'fhosgail gedit an ionstans seo dhen fhaidhle ann an dòigh nach gabh "
+#~ "deasachadh. A bheil thu airson a dheasachadh co-dhiù?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr ""
+#~ "A bheil thu airson na h-atharraichean agad a leigeil seachad is am "
+#~ "faidhle ath-luchdadh?"
+
+#~ msgid "Replace All"
+#~ msgstr "Cuir an àite na h-uile"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Cuir à comas soillseachadh a' cho-chàraidh"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Suidich am freumh air ionad na sgrìobhainn làithrich"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Fosgail tèirmineal aig a' phasgan fhosgailte làithreach"
+
+#~ msgid "file"
+#~ msgstr "faidhle"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Gluais am faidhle no pasgan a thagh thu dhan sgudal"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Sguab às am faidhle no pasgan a thagh thu"
+
+#~ msgid "Up"
+#~ msgstr "Suas"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Fosgail pàrant a' phasgain"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Cuir pasgan falamh ùr ris"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Cuir faidhle falamh ùr ris"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Thoir ainm ùr air an fhaidhle no phasgan a thagh thu"
+
+#~ msgid "_Previous Location"
+#~ msgstr "An t-ionad _roimhe"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Rach gun ionad air an do thadhail thu roimhe"
+
+#~ msgid "_Next Location"
+#~ msgstr "An t-a_th ionad"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Rach gun ath-ionad air an do thadhail thu"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Ath-nuadhaich an sealladh"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Seall am pasgan ann am manaidsear nam faidhle"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Seall na faidhlichean is pasganan falaichte"
+
+#~ msgid "Show binary files"
+#~ msgstr "Seall faidhlichean bìnearaidh"
+
+#~ msgid "Quick open"
+#~ msgstr "Fosgladh luath"
+
+#~ msgid "Text;Plaintext;Write;"
+#~ msgstr "Teacsa;Teacs-lom;Sgrìobh;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Log a-steach às _aonais a' sàbhaladh"
+
+#~ msgid "%s: invalid encoding.\n"
+#~ msgstr "%s:ion-chòdachadh neo-dhligheach.\n"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Ruith gedit sa chùl-ionad"
diff --git a/po/gl.po b/po/gl.po
new file mode 100644
index 0000000..87c975e
--- /dev/null
+++ b/po/gl.po
@@ -0,0 +1,3751 @@
+# Galician translation of gedit.
+# Copyright (C) 1999-2001, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+# Proxecto Trasno - Adaptación do software libre á lingua galega: Se desexas
+# colaborar connosco, podes atopar máis información en http://www.trasno.net
+# Ruben Lopez Gomez <ryu@mundivia.es>, 1999.
+# Manuel A. Fernández Montecelo <manuel@sindominio.net>, 2001.
+# Ignacio Casal Quinteiro <nacho.resa@gmail.com>, 2005, 2006.
+# Ignacio Casal Quinteiro <icq@svn.gnome.org>, 2007, 2008.
+# Mancomún - Centro de Referencia e Servizos de Software Libre <g11n@mancomun.org>, 2009.
+# Suso Baleato <suso.baleato@xunta.es>, 2009.
+# Antón Méixome <meixome@mancomun.org>, 2009.
+# Antón Méixome <meixome@certima.net>, 2010.
+# Fran Diéguez <frandieguez@gnome.org>, 2009, 2010, 2011, 2012.
+# Leandro Regueiro <leandro.regueiro@gmail.com>, 2012.
+# Fran Dieguez <frandieguez@gnome.org>, 2012-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit-master-po-gl-116402.merged\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-07-08 15:04+0000\n"
+"PO-Revision-Date: 2020-08-12 23:56+0200\n"
+"Last-Translator: Fran Dieguez <frandieguez@gnome.org>\n"
+"Language-Team: Galician <proxecto@trasno.gal>\n"
+"Language: gl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"X-Generator: Gtranslator 3.36.0\n"
+"X-Project-Style: gnome\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Editar ficheiros de texto"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "O gedit é o editor de textos para o ambiente de escritorio GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"O principal obxectivo de gedit é ser doado de usar, con unha interface "
+"sinxela por omisión. Hai dispoñíbeis máis funcionalidades mediante a "
+"activación de engadidos."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Editor de texto"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Texto;Editor;Texto plano;Escribir;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "_Xanela nova"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Novo documento"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Usar o tipo de letra predeterminado"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Indica se se usa o tipo de letra de largura fixa predeterminado do sistema "
+"en vez dun tipo de letra especificado polo gedit. Se esta opción se "
+"desactiva entón utilizarase o tipo de letra mencionado na opción \"Tipo de "
+"letra do editor\" en vez do tipo de letra do sistema."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Tipo de letra do editor"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Un tipo de letra personalizado que se usará para a área de edición. Isto só "
+"será efectivo se a opción «Usar tipo de letra predeterminado» está "
+"desactivada."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Esquema de estilos"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "O ID dun esquema de estilos GtkSourceView usado para colorear o texto."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Crear copias de seguranza"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Indica se o gedit debe crear copias de respaldo para os ficheiros que garda."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Gardado automático"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Indica se o gedit debe gardar automaticamente os ficheiros modificados "
+"despois dun intervalo de tempo. Pode definir o intervalo de tempo coa opción "
+"«Intervalo de gardado automático»."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Intervalo de gardado automático"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Número de minutos despois dos cales o gedit gardará automaticamente os "
+"ficheiros modificados. Isto só será efectivo se a opción «Gardar "
+"automaticamente» está activada."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Número máximo de accións de desfacer"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Número máximo de accións que o gedit poderá desfacer ou refacer. Use «-1» "
+"para un número ilimitado de accións."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Modo de axuste de liña"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Especifica como se axustan as liñas longas na área de edición. Use «none» "
+"para non axustar as liñas, «word» para axustalas aos límites da palabra e "
+"\"char\" para axustalas aos límites dos caracteres individuais. Repare en "
+"que os valores diferencian maiúsculas de minúsculas, así que asegúrese de "
+"que aparecen exactamente como se menciona aquí."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Último modo de división de liñas para o modo de axuste de liñas"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Especifica o último modo de división de liñas usado no modo de axuste de "
+"liñas, polo que cando este modo está desactivado seguirase recordando a "
+"elección do modo de división de liñas. Use «word» para separar nos límites "
+"das palabras e «char» para separar no límite de caracteres individuais."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tamaño da tabulación"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Especifica o número de espazos que se deben mostrar no lugar de caracteres "
+"de tabulación."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Inserir espazos"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Indica se o gedit debe inserir espazos no lugar de tabulacións."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Sangría automática"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Indica se o gedit debe activar a sangría automática."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Mostrar os números de liña"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Indica se o gedit debe mostrar os números de liña na área de edición."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Realzar a liña actual"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Indica se o gedit debe realzar a liña actual."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Realzar os parénteses de peche"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Indica se o gedit debería realzar as chaves coincidentes."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Mostrar a marxe dereita"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Indica se o gedit debe mostrar a marxe dereita na área de edición."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Posición da marxe dereita"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Especifica a posición da marxe dereita."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Tipo de patrón do fondo do documento"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Indica se o documento ten un fondo con patrón debuxado."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Inicio e fin intelixentes"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Especifica como se move o cursor cando se pulsan as teclas «INICIO» e «FIN». "
+"Use «disabled» para moverse sempre ao inicio/final da liña, «after» para "
+"moverse ao inicio/final da lilña a primeira vez que se premen as teclas e ao "
+"inicio/final do texto, ignorando os espazos en branco, a segunda vez que se "
+"pulsan, «before» para moverse ao inicio/final do texto antes de moverse ao "
+"inicio/final da liña e «always» para moverse sempre ao inicio/final do texto "
+"no lugar do inicio/final da liña."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Restaurar a posición anterior do cursor"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Indica se o gedit debe restaurar a posición anterior do cursor cando se "
+"carga un ficheiro."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Activar o realzado de sintaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Indica se o gedit debe activar o realce de sintaxe."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Activar o realzado de busca"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Indica se o gedit debe realzar todas as aparicións do texto buscado."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Asegurar a liña nova ao final"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Indica se o gedit debe asegurarse de que os documentos rematen sempre cunha "
+"liña nova ao final."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Modo de visualización das lapelas para «netbook»"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Especifica cando se mostran as lapelas do caderno. Use «never» para non "
+"mostrar nunca as lapelas, «sempre» para mostralos só cando hai máis dunha "
+"lapela. Teña en conta que os valores son sensíbeis a maiúsculas, polo que "
+"asegúrese que están como foron mencionados aquí."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "A barra de estado é visíbel"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Indica se a barra de estado no fondo das xanelas de edición debe ser visíbel."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "O panel lateral é visíbel"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Indica se o panel lateral da parte esquerda da xanela de edición debe ser "
+"visíbel."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Imprimir o realce de sintaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Indica se o gedit debe imprimir o realce de sintaxe ao imprimir documentos."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Imprimir a cabeceira"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Indica se o gedit debe incluír unha cabeceira do documento ao imprimir "
+"documentos."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Impresión do modo de axuste de liña"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Especifica como se axustan as liñas demasiado longas ao imprimir. Use «none» "
+"para non axustar as liñas, «word» para axustalas aos límites da palabra e "
+"«char» para axustalas aos límites dos caracteres individuais. Repare en que "
+"os valores diferencian maiúsculas de minúsculas, así que asegúrese de que "
+"aparecen exactamente como se menciona aquí."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Imprimir os números de liña"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Se este valor é cero entón non se inserirán números de liñas cando se "
+"imprima un documento. En caso contrario, o gedit imprimirá os números de "
+"liña cada certo número de liñas."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Tipo de letra do corpo para imprimir"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Especifica o tipo de letra para utilizar no corpo do documento cando se "
+"imprimen documentos."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Tipo de letra da cabeceira para a impresión"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Especifica o tipo de letra para utilizar na cabeceira das páxinas cando se "
+"imprime un documento. Isto só será efectivo cando a opción «Imprimir "
+"cabeceira» estea activada."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Tipo de letra dos números de liña para a impresión"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Especifica o tipo de letra para utilizar nos números de liñas cando se "
+"imprime. Isto só será efectivo se a opción «Imprimir números de liña» é "
+"diferente de cero."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Marxe esquerda"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "A marxe esquerda, en milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Marxe superior"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "A marxe superior, en milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Marxe dereita"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "A marxe dereita, en milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Marxe inferior"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "A marxe inferior, en milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Codificacións candidatas"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"A lista de codificacións candidatas a mostrar no menú de Codificación de "
+"caracteres no selector de ficheiros de abrir/gardar. «CURRENT» representa a "
+"codificación do locale actual. Só se usarán as codificacións recoñecidas. O "
+"valor por omisión é unha lista baleira, a cal no caso de gedit escollerá os "
+"valores por omisión axeitados dependendo do país e idioma."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Engadidos activos"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+#| msgid "Active plugins"
+msgid "List of active plugins."
+msgstr "Lista de engadidos activos."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Mostrar a versión da aplicación"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Mostra a lista dos valores posíbeis de opcións de codificación"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Estabelecer a codificación de caracteres que se usará ao abrir os ficheiros "
+"listados na liña de ordes"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "CODIFICACIÓN"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Crear unha xanela de nivel superior nova nunha instancia existente do gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Crea un documento novo nunha instancia existente do gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr ""
+"Abrir os ficheiros e bloquear os procesos até que se pechen os ficheiros"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Executar gedit en modo independente"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FICHEIRO…] [+LIÑA[:COLUMNA]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Produciuse un erro ao mostrar a axuda."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codificación non válida."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Pechar _sen gardar"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Cancelar"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "_Gardar como…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Gardar"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Se non garda, os cambios desde o último %ld segundo perderanse "
+"permanentemente."
+msgstr[1] ""
+"Se non garda, os cambios desde os últimos %ld segundos perderanse "
+"permanentemente."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Se non garda, os cambios desde o último minuto perderanse permanentemente."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Se non garda, os cambios desde o último minuto e %ld segundo perderanse "
+"permanentemente."
+msgstr[1] ""
+"Se non garda, os cambios desde o último minuto e %ld segundos perderanse "
+"permanentemente."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Se non garda, os cambios desde o último %ld minuto perderanse "
+"permanentemente."
+msgstr[1] ""
+"Se non garda, os cambios desde os últimos %ld minutos perderanse "
+"permanentemente."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Se non garda, os cambios desde a última hora perderanse permanentemente."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Se non garda, os cambios desde a última hora e %d minuto perderanse "
+"permanentemente."
+msgstr[1] ""
+"Se non garda, os cambios desde a última hora e %d minutos perderanse "
+"permanentemente."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Se non garda, os cambios desde a última %d hora perderanse permanentemente."
+msgstr[1] ""
+"Se non garda, os cambios desde as últimas %d horas perderanse "
+"permanentemente."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Quere gardar os cambios do documento «%s» antes de pechar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Hai %d documento con cambios sen gardar. Quere gardar os cambios antes de "
+"pechar?"
+msgstr[1] ""
+"Hai %d documentos con cambios sen gardar. Quere gardar os cambios antes de "
+"pechar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "S_eleccione os documentos que quere gardar:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Se non garda, todos os seus cambios perderanse permanentemente."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Cargando o ficheiro «%s»…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Cargando %d ficheiro…"
+msgstr[1] "Cargando %d ficheiros…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "O ficheiro «%s» é só de lectura."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Quere tentar substituílo co que está gardando agora?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Substituír"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Desexa gardar o ficheiro usando compresión?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Desexa gardar o ficheiro como texto plano?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"O ficheiro «%s» gardouse anteriormente como texto plano e agora gardarase "
+"usando compresión."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Gardar usando compresión"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"O ficheiro «%s» gardouse anteriormente usando compresión e agora gardarase "
+"como texto plano."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Gardar como te_xto plano"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Gardando o ficheiro «%s»…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Gardar como"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Recuperando o documento «%s»…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Quere recuperar os cambios non gardados no documento «%s»?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Os cambios realizados no documento no último %ld segundo perderanse "
+"permanentemente."
+msgstr[1] ""
+"Os cambios realizados no documento nos últimos %ld segundos perderanse "
+"permanentemente."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Os cambios realizados no documento no último minuto perderanse "
+"permanentemente."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Os cambios realizados no documento no último minuto e %ld segundo perderanse "
+"permanentemente."
+msgstr[1] ""
+"Os cambios realizados no documento no último minuto e %ld segundos "
+"perderanse permanentemente."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Os cambios realizados no documento no último %ld minuto perderanse "
+"permanentemente."
+msgstr[1] ""
+"Os cambios realizados no documento nos últimos %ld minutos perderanse "
+"permanentemente."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Os cambios realizados no documento na última hora perderanse permanentemente."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Os cambios realizados no documento na última hora e %d minuto perderanse "
+"permanentemente."
+msgstr[1] ""
+"Os cambios realizados no documento na última hora e %d minutos perderanse "
+"permanentemente."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Os cambios realizados no documento na última %d hora perderanse "
+"permanentemente."
+msgstr[1] ""
+"Os cambios realizados no documento nas últimas %d horas perderanse "
+"permanentemente."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Recuperar"
+
+#: gedit/gedit-commands-help.c:110
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr ""
+"O gedit é un editor de textos pequeno e lixeiro para o ambiente de "
+"escritorio GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Fran Diéguez <frandieguez@gnome.org>, 2009-2020.\n"
+"Antón Méixome <meixome@certima.net>, 2010.\n"
+"Mancomún - Centro de Referencia e Servizos de Software Libre <g11n@mancomun."
+"org>, 2009.\n"
+"Suso Baleato <suso.baleato@xunta.es>, 2009.\n"
+"Ignacio Casal Quinteiro <icq@gnome.org>, 2005, 2006, 2007, 2008.\n"
+"Antón Méixome <meixome@mancomun.org>, 2009.\n"
+"Manuel A. Fernández Montecelo <manuel@sindominio.net>, 2001.\n"
+"Ruben Lopez Gomez <ryu@mundivia.es>, 1999."
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Atopouse e substituída %d aparición"
+msgstr[1] "Atoparonse e substituídas %d aparicións"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Atopada e substituída unha aparición"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "Non se atopou «%s»"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Documento sen título %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grupo de lapelas %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Só de lectura"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Autodetectada"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Engadir ou eliminar…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Configuración rexional actual (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (locale actual)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Desexa restabelecer as preferencias de codificación de caracteres?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Restabelecer"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Engadir"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Eliminar"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Mover a unha prioridade máis alta"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Mover a unha prioridade máis baixa"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Todos os ficheiros"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Todos os ficheiros de texto"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Codificación de _caracteres:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Finalización de li_ña:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+#| msgid "Open a file"
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Abrir ficheiros"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Abrir"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Texto plano"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Tentar de novo"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Non foi posíbel localizar o ficheiro «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Verifique que escribiu a localización correctamente e ténteo de novo."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Non é posíbel xestionar localizacións «%s:»."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Non é posíbel xestionar esta localización."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Non é posíbel acceder á localización do ficheiro."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "%s é un cartafol."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "%s non é unha localización válida."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Non foi posíbel atopar o host «%s». Verifique que a configuración do seu "
+"proxy sexa correcta e ténteo de novo."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"O nome do host é incorrecto. Verifique que escribiu ben o enderezo e ténteo "
+"de novo."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "«%s» non é un ficheiro normal."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Excedeuse o tempo de espera da conexión. Ténteo de novo."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Erro inesperado: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Non é posíbel atopar o ficheiro solicitado. Quizais foi eliminado "
+"recentemente."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Non foi posíbel reverter o ficheiro «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Codificación de _caracteres:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "_Editar de todos os modos"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"O número de ligazóns seguidas é limitado e o ficheiro actual non se encontra "
+"dentro deste límite."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Non ten os permisos necesarios para abrir o ficheiro."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Non foi posíbel detectar a codificación de caracteres."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Verifique que non está tentando abrir un ficheiro binario."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+"Seleccione unha codificación de caracteres desde o menú e ténteo de novo."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Produciuse un erro ao abrir o ficheiro «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"O ficheiro que abriu ten algúns caracteres incorrectos. Se continúa coa "
+"edición deste ficheiro podería inutilizar este documento."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Vostede tamén pode seleccionar outra codificación de caracteres e tentalo de "
+"novo."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Non foi posíbel abrir o ficheiro «%s» usando a codificación de caracteres "
+"«%s»."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Seleccione unha codificación de caracteres diferente desde o menú e ténteo "
+"de novo."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Non foi posíbel abrir o ficheiro «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Non foi posíbel gardar o ficheiro «%s» usando a codificación de caracteres "
+"«%s»."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"O documento contén un ou máis caracteres que non é posíbel codificar usando "
+"a codificación de caracteres especificada."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "G_ardar de todos os modos"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "N_on gardar"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "O ficheiro «%s» foi modificado desde que se leu."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Se o garda, todos os cambios externos poderían perderse. Quere gardalo de "
+"todos os modos?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Non foi posíbel xestionar as localizacións «%s:» en modo de edición. "
+"Verifique que escribiu a localización correctamente e ténteo de novo."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Non foi posíbel xestionar esta localización en modo de edición. Comprobe que "
+"escribiu a localización correctamente e ténteo de novo."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"«%s» non é unha localización válida. Verifique que escribiu ben o enderezo e "
+"ténteo de novo."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Non ten os permisos necesarios para gardar o ficheiro. Verifique que "
+"escribiu o enderezo correctamente e ténteo de novo."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Non hai suficiente espazo no disco para gardar o ficheiro. Libere un pouco "
+"de espazo no disco e ténteo de novo."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Está tentando gardar o ficheiro nun disco só de lectura. Verifique que "
+"escribiu o enderezo correctamente e ténteo de novo."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Xa existe un ficheiro co mesmo nome. Use un nome diferente."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"O disco onde está tentando gardar o ficheiro ten unha limitación de "
+"lonxitude dos nomes de ficheiro. Use un nome máis curto."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"O disco onde está tentando gardar o ficheiro ten unha limitación nos tamaños "
+"de ficheiro. Tente gardar un ficheiro máis pequeno ou gardalo nun disco que "
+"non posúa esta limitación."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Non foi posíbel gardar o ficheiro «%s»."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Prema este botón para seleccionar o tipo de letra utilizado no editor"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Usar o tipo de letra de largura fixa do sistema (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+#| msgid "The selected color scheme cannot be installed."
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Non é posíbel instalar o esquema de cores seleccionado: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Non é posíbel instalar o esquema de cores seleccionado."
+
+#: gedit/gedit-preferences-dialog.c:717
+#| msgid "Color Scheme"
+msgid "Add Color Scheme"
+msgstr "Engadir esquema de cor"
+
+#: gedit/gedit-preferences-dialog.c:720
+#| msgid "Add Scheme"
+msgid "_Add Scheme"
+msgstr "_Engadir esquema"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Ficheiros de esquema de cores"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Non foi posíbel eliminar o esquema de cor «%s»."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Preparando…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Ficheiro: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Páxina %N de %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Renderizando páxina %d de %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Páxina %d de %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ningún"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Buscar e substituí_r"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "SOB"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+# (pofilter) variables: (u'translation contains variables not in original: %d',)
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Hai unha lapela con erros"
+msgstr[1] "Hai %d lapelas con erros"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Recuperando %s de %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Recuperando %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Cargando %s de %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Cargando %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Gardando %s en %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Gardando %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Produciuse un erro ao abrir o ficheiro %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Produciuse un erro ao recuperar o ficheiro %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Produciuse un erro ao gardar o ficheiro %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Nome:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "Tipo MIME:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Codificación:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ en %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Mostrar os números de liña"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d de %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Dar a volta"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Coincidir coa expresión _regular"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Coincidir só coa palabra com_pleta"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Di_ferenciar maiúsculas de minúsculas"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "A cadea que quere buscar"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "A liña á que quere mover o cursor"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "O corchete de coincidencia está fora de rango"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Non se encontrou o corchete coincidente"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Corchete coincidente encontrado na liña: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Li %d, Col %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Largura da tabulación: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Hai documentos sen gardar"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Cambiar páxina do panel lateral"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documentos"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Abrir un ficheiro"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Abrir un ficheiro usado recentemente"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Mover para a _esquerda"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Mover á _dereita"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Mover a unha _xanela nova"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Mover a un novo _grupo de lapelas"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Pechar"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Sangría automática"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Usar espazos"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Mostrar os números de liña"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Mostrar a marxe dereita"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Realzar a liña actual"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Axuste do texto"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Ficheiro"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Novo"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Abrir _recente"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Reabrir _lapela pechada"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "_Gardar como…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Xanela nova"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Recargar"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "Im_primir…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Saír"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Editar"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Desfacer"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Refacer"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Co_rtar"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Copiar"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Pegar"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "E_liminar"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Modo de _sobrescritura"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Seleccionar _todo"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Preferencias"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Ver"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "_Panel lateral"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Panel _inferior"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Pantalla completa"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Modo de _realce…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Buscar"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Buscar…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Buscar segu_inte"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Buscar an_terior"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Buscar e substituí_r…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "E_liminar o realce"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Ir á _liña…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Ferramentas"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documentos"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Gardar _todo"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Pechar todos"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Seg_uinte grupo de lapelas"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Grupo de lapelas a_nterior"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Seg_uinte grupo de lapelas"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Documento an_terior"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Documento _seguinte"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Mover a unha _xanela nova"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "A_xuda"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Sobre Editor de texto"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Gardar _todo"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "Buscar e substituí_r…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Ir á _liña…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "Atallos de _teclado"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Codificacións de caracteres"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Aplicar"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Codificacións _dispoñíbeis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Codificacións _escollidas"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Descrición"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Codificación"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Modo de realce"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Seleccionar"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Modo de realce de busca…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferencias"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Mostrar a _marxe dereita na columna:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Mostrar a barra de e_stado"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Mostrar patrón de _grella"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Axuste do texto"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Activar o a_xuste de texto"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Non _dividir as palabras en dúas liñas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Realce"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Realzar a _liña actual"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Realzar o parén_tese coincidente"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Ver"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulacións"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Largura do _tabulador:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Inserir e_spazos no lugar de tabulacións"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Activar a sangría automática"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Gardado de ficheiro"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Crear unha copia de _seguranza dos ficheiros antes de gardalos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Gardar automaticamente os ficheiros cada"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minutos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Tipografía"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Tipo de letra do _editor: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Seleccionar o tipo de letra do editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Esquema de cor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Desinstalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Desinstalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Tipos de letra e cores"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Engadidos"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Realce de sintaxe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Imprimir o realce de sinta_xe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Números de liña"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Imprimir os nú_meros de liña"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numerar cada"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "liñas"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Cabeceira da páxina"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Im_primir as cabeceiras de páxina"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Tipografías"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Corpo:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Números de _liña:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "C_abeceiras e pés de páxina:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Restaurar os tipos de letra predeterminados"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Mostrar a páxina anterior"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Mostrar a páxina seguinte"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Páxina actual (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "de"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Total de páxinas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "O número total de páxinas do documento"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Mostrar múltiples páxinas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Ampliación 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Ampliar até encaixar a páxina completa"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Ampliar a páxina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Reducir a páxina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Pechar a previsualización de impresión"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "Pe_char a previsualización"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Previsualización da páxina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Previsualización dunha páxina no documento que se vai imprimir"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Substituír _todo"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Buscar"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "B_uscar "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Substituír _con "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Diferenciar maiúsculas de minúsculas"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Coincidir só coa palabra com_pleta"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Expresión re_gular"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Buscar cara a _atrás"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Dar a _volta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Crear un documento novo nunha lapela"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Abrir un documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Gardar o documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Gardar o ficheiro actual cun nome de ficheiro novo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Gardar todos os documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Pechar o documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Pechar todos os documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Reabrir o documento pechado máis recente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Cambiar ao seguinte documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Cambiar ao anterior documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Cambiar ao primeiro — noveno documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Xanelas e paneles"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Crear un novo documento nunha xanela"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Crear un novo grupo de lapelas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Mostrar o panel lateral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Mostrar o panel inferior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Pantalla completa activada / desactivada"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Saír da aplicación"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Buscar e substituír"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Buscar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Buscar a seguinte ocorrencia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Buscar a anterior aparencia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Limpar realzado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Desfacer e refacer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Desfacer a orde anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Refacer a orde anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selección"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Seleccionar todo o texto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Deseleccionar todo o texto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copiar e pegar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copiar o texto seleccionado ao portapapeis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Cortar o texto seleccionado ao portapapeis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Pegar texto desde o portapapeis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navegación"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Ir á liña"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+#| msgctxt "shortcut window"
+#| msgid "Move viewport to beginning of file"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Mover vista ao inicio da liña actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+#| msgid "Checks the spelling of the current document."
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Moverse ao final da liña actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+#| msgctxt "shortcut window"
+#| msgid "Move viewport to beginning of file"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Moverse ao inicio do documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+#| msgctxt "shortcut window"
+#| msgid "Switch to the next document"
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Moverse ao final do documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Mover a vista arriba no ficheiro"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Mover a vista abaixo no ficheiro"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Mover vista ao final do ficheiro"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Mover vista ao inicio do ficheiro"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Ir á chave coincidente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+#| msgid "P_revious Tab Group"
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Ir ao grupo de lapelas anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+#| msgctxt "shortcut window"
+#| msgid "Create a new tab group"
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Ir ao grupo de lapelas seguinte"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Editando"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Trocar inserir / sobrescribir"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Trocar a visibilidade do cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Eliminar liña actual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Mover a liña actual arriba"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Mover a liña actual abaixo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Mover a palabra actual á esquerda"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Mover a palabra actual á dereita"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Converter a maiúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Converter a minúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inverter as maiúsculas e minúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrementar o número no cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Decrementar o número no cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Ferramentas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Corrección ortográfica"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Imprimir o documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Mostrar a xanela de completado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Xeral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Mostrar axuda"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+#| msgid "Open history menu"
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Abrir o menú"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+#| msgid "_Keyboard Shortcuts"
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Atallos de teclado"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Pechar documento"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Crear un documento novo"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nova"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Gardar o ficheiro actual"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Gardar"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Ocultar o panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Saír do modo de pantalla completa"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Estatísticas do documento"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Informa do número de palabras, liñas e caracteres nun documento."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Estatísticas do _documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Selección"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Liñas"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Palabras"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Caracteres (con espazos)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Caracteres (sen espazos)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bytes"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Construír"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Executar «make» no cartafol de documentos"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Abrir un terminal aquí"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Abrir un terminal na localización do documento"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Eliminar os espazos ao final"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Remover os espazos ao final inútiles no ficheiro"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Executar orde"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Executar unha orde personalizada e pór a súa saída nun documento novo"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Enviar a fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Pega o texto seleccionado ou o documento actual en fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Ferramentas externas"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Executar ordes externas e scripts do intérprete de ordes."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Indica se se debe usar o tipo de letra do sistema"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se é certo, as ferramentas externas usarán o tipo de letra global estándar "
+"do escritorio se é monoespaciado (e se non, o tipo de letra máis semellante "
+"a esta)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Un nome de tipo de letra Pango. por exemplo «Pango 12» ou «Monospace Bold "
+"14»."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Xestionar ferramentas _externas…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Ferramentas externas"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Non foi posíbel executar a orde: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Debe introducir unha palabra para executar esta orde"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Ferramenta en execución:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Feito."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Saíu"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Todos os idiomas"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Todos os idiomas"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Ferramenta nova"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Este acelerador xa está ligado a %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Escriba unha tecla rápida nova ou prema na tecla retroceso para limpar"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Escriba unha tecla rápida nova"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Detido."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Deter ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Sempre dispoñíbel"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Todos os documentos"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Todos os documentos excepto os que non teñen título"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Só ficheiros locais"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Só ficheiros remotos"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Só documentos sen título"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Documento actual"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Selección actual"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Selección actual (predeterminada do documento)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Liña actual"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Palabra actual"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Mostrar no panel inferior"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Crear un documento novo"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Engadir ao documento actual"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Substituír o documento actual"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Substituír a selección actual"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Inserir na posición do cursor"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Xestionar ferramentas externas"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Engadir unha nova ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Engadir ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Eliminar a ferramenta seleccionada"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Eliminar ferramentas"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Reverter ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Reverter Ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Atallo de teclado:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Gardar:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Entrada:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Saída:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplicabilidade:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Saída da ferramenta"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panel do navegador de ficheiros"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+#| msgid "Easy file access from the side panel"
+msgid "Easy file access from the side panel."
+msgstr "Acceso fácil a ficheiros desde o panel lateral."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Inicio"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Sistema de ficheiros"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Navegador de ficheiros"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Produciuse un erro ao cargar o cartafol novo"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Produciuse un erro ao crear un ficheiro novo"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Produciuse un erro ao renomear un ficheiro ou cartafol"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Produciuse un erro ao eliminar un ficheiro ou cartafol"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Produciuse un erro ao abrir un cartafol no xestor de ficheiros"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Produciuse un erro ao configurar o cartafol raíz"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Produciuse un erro ao cargar un cartafol"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Produciuse un erro"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Non é posíbel mover o ficheiro ao lixo.\n"
+"Quere eliminalo permanentemente?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Non é posíbel mover ao lixo o ficheiro «%s»."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Non é posíbel mover os ficheiros seleccionados ao lixo."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Está seguro de que quere eliminar «%s» para sempre?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"Está seguro de que quere eliminar para sempre os ficheiros seleccionados?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Se elimina un elemento perderase para sempre."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Baleiro)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"O ficheiro renomeado está agora oculto polo filtro. É necesario axustar as "
+"definicións do filtro para facelo visíbel"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Ficheiro sen título"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"O novo ficheiro está actualmente filtrado. Necesita axustar as definicións "
+"de filtros para facelo visíbel"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Cartafol sen título"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"O cartafol novo está agora oculto polo filtro. É necesario axustar as "
+"definicións do filtro para facelo visíbel"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Marcadores"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Non hai un obxecto montado para o volume montado: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Non foi posíbel abrir o soporte: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Non foi posíbel montar o volume: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Produciuse un erro ao cargar «%s»: Non existe o cartafol"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Abrir con visualización en árbore"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Abre a visualización en árbore cando se carga o engadido do navegador de "
+"ficheiros en vez da visualización de marcadores"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Cartafol raíz do navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"O cartafol raíz do navegador de ficheiros que se vai usar cando se carga o "
+"engadido de navegador de ficheiros e onload/tree_view é TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Cartafol raíz virtual do navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"O cartafol raíz virtual do navegador de ficheiros para usar cando se carga o "
+"engadido do navegador de ficheiros e onload/tree_view é TRUE. A raíz virtual "
+"debe estar sempre por debaixo da raíz actual."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Activar a restauración de localizacións remotas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Estabelece se se debe activar a restauración de localizacións remotas."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Estabelecer a localización para o primeiro documento"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Se é TRUE o engadido do navegador de ficheiros visualizará o cartafol do "
+"primeiro documento aberto, xa que o navegador de ficheiros aínda non se usou "
+"(isto xeralmente aplícase cando se abre un documento desde a liña de ordes, "
+"co Nautilus, etc.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Modo de filtro do navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Este valor determina que ficheiros son filtrados no navegador de ficheiros. "
+"Os valores válidos son: none (non filtrar), hide-hidden (filtrar ficheiros "
+"ocultos), hide-binary (filtrar ficheiros binarios)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Patrón de filtro do navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"O patrón de filtro co que filtrar o navegador de ficheiros. Este filtro "
+"funciona por enriba de filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Patrón binario do navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Os patróns suplementarios a usar ao filtrar os ficheiros binarios."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Estabelecer a raíz ao documento activo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Cartafol _novo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "F_icheiro novo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Renomear…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Mover ao lixo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "A_ctualizar visualización"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Ver cartafol"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Abrir no Terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtro"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Mostrar os _ocultos"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Mostrar os _binarios"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Coincidir co nome de ficheiro"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historial"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Abrir o menú do historial"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Liñas de modo"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Compatibilidade con gedit para os modos de liña de Emacs, Kate e Vim."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Cor do texto da orde"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "A cor de texto da orde"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Cor do texto de erro"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "A cor de texto de erro"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se é certo, o terminal usará o tipo de letra global estándar do escritorio "
+"se este é de ancho fixo (en caso contrario usarase o tipo de letra máis "
+"semellante a este)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Cor de _orde:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Cor de _erro:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Consola de Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+#| msgid "Interactive Python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Consola interactiva de Python no panel inferior."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Realce rápido"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Realza todas as aparicións do texto seleccionado."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Abrir rápido…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Abrir rápido"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+#| msgid "Quickly open files"
+msgid "Quickly open files."
+msgstr "Abre os ficheiros rapidamente."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Escriba para buscar…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Xestionar _fragmentos…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Fragmentos"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Non foi posíbel crear o arquivo «%s»"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "O cartafol de destino «%s» non existe"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "O cartafol de destino «%s» non é un cartafol válido"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "O ficheiro «%s» non existe"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "O ficheiro «%s» non é un ficheiro de fragmentos válido"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "O ficheiro «%s» importado non é un ficheiro de fragmentos válido"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Non foi posíbel extraer o arquivo «%s»"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Non foi posíbel importar os seguintes ficheiros: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "O ficheiro «%s» non é un ficheiro de fragmentos válido"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arquivo de fragmentos"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Engadir un fragmento novo…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Recuperar o fragmento seleccionado"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Eliminar o fragmento seleccionado"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Este non é un disparador de Tabulación válido. Os disparadores poden conter "
+"caracteres alfanuméricos (ou _, : e .) ou un só carácter (non alfanumérico) "
+"como: {, [ etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Palabra coa que se activa o fragmento despois de premer no tabulador"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Encontrouse o seguinte erro ao importar: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "A importación rematou correctamente"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importar fragmentos"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Todos os arquivos compatíbeis"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Arquivo comprimido con Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Arquivo comprimido con Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Ficheiro de fragmentos único"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Todos os ficheiros"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Encontrouse o seguinte erro ao exportar: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "A exportación rematou correctamente"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Quere incluír os fragmentos de <b>sistema</b> seleccionados na exportación?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Non se seleccionou ningún fragmento para exportar"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exportar fragmentos"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Escriba un atallo novo ou prema a tecla retroceso para limpar"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Escriba un atallo novo"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"A execución da orde Python (%s) excedeu o tempo máximo. Interrompeuse a "
+"execución."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Produciuse un erro ao executar a orde Python (%s): %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+#| msgid "Insert often-used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Inserir fragmentos de texto usados frecuentemente dun modo rápido."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Xestiona fragmentos"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Crear un fragmento novo"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Engadir fragmento"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Eliminar fragmento"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importar fragmentos"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exportar os fragmentos seleccionados"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exportar fragmentos"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Activación"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Activador de lapela:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Tec_la de atallo:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Atallo de teclado co que se activa o fragmento"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Escribir destinos:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Ordenar…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ordenar"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Orde in_versa"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "E_liminar duplicados"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Diferenciar as maiúsculas das minúsculas"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Comez_ar na columna:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Ordenar"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Ordena un documento ou o texto seleccionado."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Verificación _ortográfica…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Definir o _idioma…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Realzar as palabras mal escritas"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Realzar as palabras mal escritas"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Configuración por omisión para realzar as palabras mal escritas."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configurar o engadido de verificación ortográfica"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Ficheiros por omisión para os documentos novos"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Corrector ortográfico"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Corrixe a ortografía do documento actual."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "In_serir data e hora…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Formatos dispoñíbeis"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Preguntar o tipo"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Indica se se debería preguntar ao usuario o formato ou se se debería usar o "
+"formato seleccionado ou personalizado."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Formato seleccionado"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "O formato seleccionado usado ao inserir a data/hora."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Formato personalizado"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "O formato seleccionado usado ao inserir a data/hora."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Inserir data e hora"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Usar o formato _seleccionado"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Usar formato personalizado"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2002 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Inserir"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configurar o engadido de data e hora"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Ao inserir a data/hora…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Preguntar por un formato"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Inserir data e hora"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Insire a data e hora actuais na posición do cursor."
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit é o editor de texto oficial para o ambiente de escritorio de GNOME. "
+#~ "Aínda que está enfocado na simplicidade e o fácil manexo, gedit é un "
+#~ "editor de texto de propósito xeral moi potente."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Tanto se está escribindo o seguinte libro famoso, programando unha "
+#~ "aplicación novidosa ou simplemente tomando algunhas notas rápidas, gedit "
+#~ "será a ferramenta perfecta para facer dita tarefa."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "O seu sistema de engadidos flexíbel permítelle adaptar a ás súas "
+#~ "necesidades e ao seu fluxo de traballo."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Lista de engadidos activos. Contén a \"Localización\" dos engadidos "
+#~ "activos. Vexa o ficheiro .gedit-plugin para obter a \"Localización\" dun "
+#~ "engadido determinado."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Os cambios do documento «%s» perderanse permanentemente."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "O administrador do sistema desactivou o gardado."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Os cambios realizados a %d documento perderanse permanentemente."
+#~ msgstr[1] ""
+#~ "Os cambios realizados a %d documentos perderanse permanentemente."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Docum_entos con cambios non gardados:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Abrir"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Codificación de caracteres:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Finalización de liña:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "A localización «%s» non pode alcanzarse actualmente."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "O seu sistema está desconectado. Comprobe a súa rede."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Non editar"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Este ficheiro «%s» xa está aberto noutra xanela."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Quere editalo de todas formas?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Non foi posíbel crear un ficheiro de seguranza ao gardar «%s»"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Non foi posíbel crear un ficheiro temporal de seguranza ao gardar «%s»"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Non foi posíbel facer unha copia de seguranza do ficheiro antigo antes de "
+#~ "gardar o novo. Vostede pode ignorar este aviso e gardar o ficheiro de "
+#~ "todos os modos, mais se ocorre un erro ao gardar podería perder a copia "
+#~ "antiga do ficheiro. Quere gardalo de todos os modos?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "O ficheiro «%s» foi modificado no disco."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Rexeitar cambios e _recargar"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Detectáronse algúns caracteres non válidos ao gardar «%s»"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Se continúa gardando este ficheiro pode corromper o documento. Desexa "
+#~ "gardar de todos modos?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Non foi posíbel crear o cartafol «%s»: fallou g_mkdir_with_parents(): %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_Engadir esquema"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Unir liñas seleccionadas"
+
+#~ msgid "Check update"
+#~ msgstr "Comprobar actualizacións"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Comprobar se hai algunha última versión de gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Produciuse un erro ao mostrar a axuda."
+
+#~ msgid "_Download"
+#~ msgstr "_Descargar"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignorar versión"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Hai unha nova versión de gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Vostede pode descargar unha nova versión do gedit premendo no botón de "
+#~ "descarga ou ignorar esa versión e agardar á seguinte"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Versión a ignorar"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Indica a versión a ignorar até que se libere unha nova versión."
diff --git a/po/gu.po b/po/gu.po
new file mode 100644
index 0000000..8b5558d
--- /dev/null
+++ b/po/gu.po
@@ -0,0 +1,3923 @@
+# translation of gu.po to Gujarati
+# Ankit Patel <ankit644@yahoo.com>, 2005, 2006.
+# Ankit Patel <ankit@redhat.com>, 2007, 2008.
+# Sweta Kothari <swkothar@redhat.com>, 2008, 2009, 2011, 2012, 2013, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: gu\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&keywords=I18N"
+"+L10N&component=general\n"
+"POT-Creation-Date: 2016-06-10 15:12+0000\n"
+"PO-Revision-Date: 2016-06-19 21:23+0200\n"
+"Last-Translator: વિશાલ ભલાણી <vishalbhalani89@gmail.com>\n"
+"Language-Team: American English <kde-i18n-doc@kde.org>\n"
+"Language: gu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"X-DamnedLies-Scope: partial\n"
+"X-Generator: Poedit 1.8.7.1\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While aiming at simplicity "
+"and ease of use, gedit is a powerful general purpose text editor."
+msgstr ""
+"gedit એ GNOME ડેસ્કટોપ પર્યાવરણનું લખાણ સંપાદક છે. જ્યારે તેનો વપરાશ સરળ છે, gedit એ શક્તિશાળી સામાન્ય હેતુનું "
+"લખાણ સંપાદક છે."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative application, or simply "
+"taking some quick notes, gedit will be a reliable tool to accomplish your task."
+msgstr ""
+"ક્યાંતો તમે આગલા બેસ્ટસેલરને લખી રહ્યા હોય, એક નવીન કાર્યક્રમનું પ્રોગ્રામીંગ કરી રહ્યા હોય, અથવા અમુક ઝડપી નોંધોને "
+"લઇ રહ્યા હોય. gedit એ તમારાં કાર્યને પૂરુ કરવા માટે વિશ્ર્વાસપાત્ર સાધન હશે."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your needs and adapt it to "
+"your workflow."
+msgstr ""
+"તે સરળ પ્લગઇન સિસ્ટમ છે તે તમારી જરૂરિયાતો માટે કાર્યક્રમને ચલાવવા માટે પરવાનગી આપે છે અને તમારા કાર્ય કરવાની "
+"ઢબને સ્વીકારે છે."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "લખાણ સંપાદક"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "લખાણ ફાઇલોમાં ફેરફાર કરો"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "gedit લખાણ સંપાદક"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;"
+msgstr "લખાણ;સંપાદક;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Open a New Window"
+msgstr "નવી વિન્ડોને ખોલો"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Document"
+msgstr "નવાં દસ્તાવેજને ખોલો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "મૂળભૂત ફોન્ટ વાપરો"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the font named in the \"Editor Font\" option will be "
+"used instead of the system font."
+msgstr ""
+"લખાણમાં ફેરફાર કરવા માટે શું સિસ્ટમના મૂળભૂત ચોક્કસ પહોળાઈના ફોન્ટ વાપરવા કે પછી gedit ને લગતો ફોન્ટ વાપરવો. "
+"જો આ વિકલ્પ બંધ કરવામાં આવેલ હોય, તો પછી \"સંપાદક ફોન્ટ\" વિકલ્પમાં નામ આપવામાં આવેલ ફોન્ટ સિસ્ટમ ફોન્ટની "
+"જગ્યાએ વાપરવામાં આવશે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "સંપાદક ફોન્ટ"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "શૈલી પદ્ધતિ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "GtkSourceView શૈલી પદ્ધતિનું id કે જે લખાણને રંગ કરવા માટે વપરાય છે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "બેક-અપ નકલો બનાવો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "ક્યાંતો gedit એ તેની સંગ્રહ ફાઇલો માટે બેકઅપ નકલોને બનાવવી જોઇએ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "સ્વયં સંગ્રહ કરો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time interval. You can set the "
+"time interval with the \"Autosave Interval\" option."
+msgstr ""
+"શું થોડા સમળગાળા પછી gedit ફેરફાર થયેલ ફાઇલો નો આપોઆપ સંગ્રહ કરશે? તમે \"અંતરાલ આપોઆપ સંગ્રહો\" દૃશ્ય સમયગાળો "
+"આપી શકો છો."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "અંતરાલ વચ્ચે સ્વયં સંગ્રહ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. This will only take "
+"effect if the \"Autosave\" option is turned on."
+msgstr ""
+"મિનિટ સંખ્યા જેના પછી gedit સ્વયં ફેરફાર કરેલ ફાઇલોનો સંગ્રહ કરે છે. જ્યારે \"આપોઆપ સંગ્રહો\" વિકલ્પ વર્તમાન હશે "
+"ત્યારે જ આની અસર થશે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "મહત્તમ સંખ્યાની રદ કરેલી સંખ્યાઓ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited "
+"number of actions."
+msgstr ""
+"મહત્તમ સંખ્યાની ક્રિયાઓ કે જેને gedit રદ કરવા માટે અથવા ફરીથી કરવા માટે સમર્થ હશે. અમર્યાદિત સંખ્યાની ક્રિયાઓ "
+"માટે \"-1\" વાપરો."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "લીટી લપેટવાની સ્થિતિ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr " લાઇન રેપીંગ સ્થિતિ માટે છેલ્લી સ્પ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when wrapping mode is off we "
+"still remember the split mode choice. Use \"word\" for wrapping at word boundaries, and \"char\" "
+"for wrapping at individual character boundaries."
+msgstr ""
+"વાક્ય રેપીંગ સ્થિતિ સાથે છેલ્લી સ્પ્લીટ સ્થિતિને સ્પષ્ટ કરે છે, તેથી જ્યારે રેપીંગ સ્થિતિ બંધ હોય અમે સ્પ્લીટ સ્થિતિ પસંદગીને "
+"હજુ યાદ રાખી છે. શબ્દ સીમાઓ પર આવરવા માટે \"શબ્દ\" ને વાપરો, અને વ્યક્તિગત અક્ષર સીમાઓને આવરવા માટે \"અક્ષર\" "
+"વાપરો."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "ટેબનું માપ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr "ટેબ જગ્યાએ અક્ષરો પ્રદર્શિત થાય ત્યારે થતી ખાલી જગ્યાની સંખ્યા દર્શવે છે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "જગ્યાઓ ઊમેરો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "શું gedit ટેબની જગ્યાએ ખાલી જગ્યા ઉમેરી શકે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "આપોઆપ હાંસિયો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "શું gedit સ્વયં હાંસ્યાથી અંતર સક્રિય કરી શકે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "લીટી ક્રમાંકો પ્રદર્શિત કરો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "શું gedit સંપાદક વિસ્તારમાં લીટી ક્રમાંકો દર્શાવી શકે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "વર્તમાન લીટી પ્રકાશિત કરો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "શું gedit વર્તમાન લીટી પ્રકાશિત કરવી જોઈએ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "બંધબેસતો કૌંસ પ્રકાશિત કરો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "શું gedit કૌંસ સરખાવવા માટે પ્રકાશિત થવું જોઈએ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "જમણો હાંસિયો દર્શાવો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "શું gedit સંપાદક વિસ્તારમાં જમણો હાંસિયો દર્શાવી શકે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "જમણા હાંસિયાની સ્થિતિ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "જમણા હાંસિયાની સ્થિતિ સ્પષ્ટ કરે છે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Display Overview Map"
+msgstr "દર્શાવો ઝાંખી"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Whether gedit should display the overview map for the document."
+msgstr "શું gedit દસ્તાવેજ ની ઝાંખી દર્શાવી શકે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Smart Home End"
+msgstr "સ્માર્ટ ઘર અંત"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+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 ""
+"જ્યારે HOME અને END કીઓ દબાવવામાં આવે ત્યારે કર્સર કેવી રીતે ખસે તે સ્પષ્ટ કરે છે. લીટીની શરૂઆત/અંતે ખસવા માટે હંમેશા "
+"\"નિષ્ક્રિય\" વાપરો, પ્રથમ વખતે કી દબાવવામાં આવે ત્યારે લીટીની શરૂઆત/અંતે ખસવા માટે અને બીજી વખતે કીઓ દબાવવામાં "
+"આવે ત્યારે ખાલી જગ્યાના લખાણોને અવગણીને લીટીની શરૂઆત/અંતે ખસવા માટે હંમેશા \"પછી\" દબાવો, લીટીની શરૂઆત/અંતે ખસવા "
+"પહેલાં લખાણના શરૂઆત/અંતે ખસવા માટે \"પહેલાં\" દબાવો અને લીટીના શરૂઆત/અંતે ખસવાની જગ્યાએ લખાણના શરૂઆત/અંતે ખસવા "
+"માટે હંમેશા \"હંમેશા\" દબાવો."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Restore Previous Cursor Position"
+msgstr "પહેલાનું કર્સર સ્થાન પુનઃસંગ્રહો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr "જ્યારે ફાઈલ લોડ થઈ રહી હોય ત્યારે શું gedit એ પહેલાનું કર્સર સ્થાન પુનઃસંગ્રહવું જોઈએ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Enable Syntax Highlighting"
+msgstr "વાક્યરચનાને પ્રકાશિત કરવાનુ સક્રિય કરો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "શું gedit વાક્યરચનાને પ્રકાશિત કરવાનુ સક્રિય કરી શકે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Enable Search Highlighting"
+msgstr "શોધ પ્રકાશિત કરવાનુ સક્રિય કરો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "શું gedit એ શોધાયેલ લખાણના બધા વારાઓ પ્રકાશિત કરવા જોઈએ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Ensure Trailing Newline"
+msgstr "ખાતરી કરો કે છેલ્લે નવું વાક્ય હોય"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid "Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "શું gedit ખાતરી કરશે કે દસ્તાવેજો હંમેશા છેલ્લે નવાં વાક્ય સાથે અંત કરશે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Toolbar is Visible"
+msgstr "સાધનદર્શક પટ્ટી દૃશ્યમાન છે"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "શું ફેરફાર વિન્ડોમાં સાધનદર્શક પટ્ટી દૃશ્યમાન થઈ શકે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Notebook Show Tabs Mode"
+msgstr "નોટબુક દર્શાવ ટૅબ સ્થિતિ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the tabs, \"always\" to "
+"always show the tabs, and \"auto\" to show the tabs only when there is more than one tab. Note "
+"that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr ""
+"ક્યારે નોટબુક ટૅબને બતાવવા તે સ્પષ્ટ કરે છે. ટૅબને કદી ન બતાવવા માટે \"કદી નહિં\" વાપરો, હંમેશા ટૅબને બતાવવા માટે "
+"\"હંમેશા\" વાપરો. અને ફક્ત ટૅબને બતાવવા માટે \"સ્વયં\" ને વાપરો જ્યારે એક કરતા વધારે ટૅબ છે. નોંધો કે કિંમતો અક્ષર "
+"પ્રત્યે સંવેદનશીલ છે, તેથી ખાતરી કરો કે તેઓ અહિં દર્શાવેલ પ્રમાણે જ દેખાશે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Status Bar is Visible"
+msgstr "સ્થિતિદર્શક પટ્ટી દૃશ્યમાન છે"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "શું સંપાદક વિન્ડો નીચેની સ્થિતિદર્શકપટ્ટી દૃશ્યમાન થઈ શકે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Side panel is Visible"
+msgstr "બાજુ તકતી દૃશ્યમાન છે"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether the side panel at the left of editing windows should be visible."
+msgstr "શું સંપાદન વિન્ડોની ડાબી બાજુએ આવેલ બાજુ તકતી દૃશ્યમાન હોવી જોઈએ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Maximum Recent Files"
+msgstr "મહત્તમ હાલની ફાઇલો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed in the \"Recent Files"
+"\" submenu."
+msgstr "\"છેલ્લી ફાઈલો\" ઉપમેનુમાં પ્રદર્શિત થનાર હાલની મહત્તમ ખુલ્લી ફાઇલની સંખ્યા દર્શાવો."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Print Syntax Highlighting"
+msgstr "પ્રકાશિત વાક્યરચનાને છાપો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "શું gedit દસ્તાવેજો છાપતી વખતે પ્રકાશિત વાક્યરચના છાપશે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Header"
+msgstr "હેડર છાપો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "શું gedit દસ્તાવેજ છાપતી વખતે દસ્તવેજ હેડર ઉમેરી શકે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Printing Line Wrapping Mode"
+msgstr "લીટીઓની લપેટેલી સ્થિતિને છાપી રહ્યા છે"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+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.gnome.gedit.gschema.xml.in.h:66
+msgid "Print Line Numbers"
+msgstr "લીટી ક્રમાંક છાપો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, "
+"gedit will print line numbers every such number of lines."
+msgstr ""
+"જો મૂલ્ય ૦ હશે તો છાપતી વખતે કોઇ લીટી ક્રમાંક ઉમેરી શકાશે નહિં અથવા gedit આવી દરેક લીટીના ક્રમાંક માટે "
+"લીટીક્રમાંક છાપશે."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+msgid "Body Font for Printing"
+msgstr "છાપવા માટે બોડી ફોન્ટ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr "દસ્તાવેજ છાપતી વખતે દસ્તાવેજ ના બોડી માટે ઉપયોગ માં આવનાર ફોન્ટ દર્શાવો."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+msgid "Header Font for Printing"
+msgstr "છાપવા માટે હેડરના ફોન્ટ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:73
+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.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Line Number Font for Printing"
+msgstr "છાપવા માટે લીટીક્રમાંકના ફોન્ટ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Right"
+msgstr "જમણે અંતર"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Candidate Encodings"
+msgstr "ઉમેદવાર એન્કોડિંગ્સ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Active plugins"
+msgstr "સક્રિય પ્લગઈનો"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-plugin "
+"file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"સક્રિય પ્લગઈનોની યાદી. તે સક્રિય પ્લગઈનોની \"Location\" સમાવે છે. આપેલ પ્લગઈનની \"Location\" મેળવવા માટે ."
+"gedit-plugin ફાઈલ જુઓ."
+
+#: ../gedit/gedit-app.c:110
+msgid "Show the application's version"
+msgstr "કાર્યક્રમની આવૃત્તિને બતાવો"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "સંગ્રહપદ્દતિવિકલ્પ માટે શક્ય કિંમતોની યાદીને દર્શાવો"
+
+#: ../gedit/gedit-app.c:123
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr "આદેશ વાક્યમાં યાદી કરેલ ફાઈલોને ખોલવા માટે વપરાતી અક્ષરોની સંગ્રહપદ્ધતિ સુયોજિત કરો"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "સંગ્રહપદ્ધતિ"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "હાલના gedit ના નમૂનાની નવી ઉચ્ચસ્તરની વિન્ડો બનાવો"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "હાલના gedit ના નમૂનામાં નવો દસ્તાવેજ બનાવો"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "ફાઇલોને ખોલો અને પ્રક્રિયાઓ બ્લોક કરો જ્યાં સુધી ફાઇલો બંધ થઇ જાય"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "standalone સ્થિતિમાં gedit ને ચલાવો"
+
+#: ../gedit/gedit-app.c:158
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "મદદ પ્રદર્શિત કરવામાં ભૂલ હતી."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: અયોગ્ય એનકોડીંગ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "સંગ્રહ કર્યા વિના બંધ કરો (_w)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278 ../gedit/gedit-commands-file.c:462
+#: ../gedit/gedit-commands-file.c:567 ../gedit/gedit-commands-file.c:643
+#: ../gedit/gedit-commands-file.c:854 ../gedit/gedit-commands-file.c:1568
+#: ../gedit/gedit-encodings-dialog.c:194 ../gedit/gedit-io-error-info-bar.c:130
+#: ../gedit/gedit-io-error-info-bar.c:511 ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49 ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170 ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:781 ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904 ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "રદ કરો (_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306 ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "આ રીતે સંગ્રહ કરો (_S)..."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306 ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18 ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867 ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "સંગ્રહો (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "જો તમે સંગ્રહ કરો નહિ, તો છેલ્લી %ld સેકન્ડના બદલાવો કાયમ માટે ખોવાઈ જશે."
+msgstr[1] "જો તમે સંગ્રહ કરો નહિ, તો છેલ્લી %ld સેકન્ડોના બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "જો તમે સંગ્રહ કરો નહિ, તો છેલ્લી મિનિટના બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] "જો તમે સંગ્રહ કરો નહિ, તો છેલ્લી મિનિટ અને %ld સેકન્ડના બદલાવો કાયમ માટે ખોવાઈ જશે."
+msgstr[1] "જો તમે સંગ્રહ કરો નહિ, તો છેલ્લી મિનિટ અને %ld સેકન્ડોના બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "જો તમે સંગ્રહ કરો નહિ, તો છેલ્લી %ld મિનિટના બદલાવો કાયમ માટે ખોવાઈ જશે."
+msgstr[1] "જો તમે સંગ્રહ કરો નહિ, તો છેલ્લી %ld મિનિટોના બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "જો તમે સંગ્રહો નહિં, તો તમારા છેલ્લા કલાકના બધા ફેરફારો કાયમ માટે નષ્ટ થઈ જશે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] "જો તમે સંગ્રહ કરો નહિ, તો છેલ્લા કલાક અને %d મિનિટના બદલાવો કાયમ માટે ખોવાઈ જશે."
+msgstr[1] "જો તમે સંગ્રહ કરો નહિ, તો છેલ્લા કલાક અને %d મિનિટોના બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "જો તમે સંગ્રહો નહિં, તો તમારા છેલ્લા %d કલાકના બધા ફેરફારો કાયમ માટે નષ્ટ થઈ જશે."
+msgstr[1] "જો તમે સંગ્રહો નહિં, તો તમારા છેલ્લા %d કલાકોના બધા ફેરફારો કાયમ માટે નષ્ટ થઈ જશે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "દસ્તાવેજ “%s” ના ફેરફારો કાયમ માટે નષ્ટ થઈ જશે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "દસ્તાવેજ “%s”ને બંધ કરવા પહેલા એના બદલાવોનો સંગ્રહ કરવો છે?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434 ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "સંગ્રહ કરવાનું સિસ્ટમ સંચાલક દ્વારા નિષ્ક્રિય કરવામાં આવેલ છે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d દસ્તાવેજના ફેરફારો કાયમ માટે નષ્ટ થઈ જશે."
+msgstr[1] "%d દસ્તાવેજોના ફેરફારો કાયમ માટે નષ્ટ થઈ જશે."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "ત્યાં %d દસ્તાવેજ અસંગ્રહિત બદલાવો સાથે છે. બંધ કરવા પહેલા બદલાવો સંગ્રહવા માંગો છો?"
+msgstr[1] "ત્યાં %d દસ્તાવેજો અસંગ્રહિત બદલાવો સાથે છે. બંધ કરવા પહેલા બદલાવો સંગ્રહવા માંગો છો?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "અસંગ્રહિત ફેરફારો સાથેના દસ્તાવેજો (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "તમે સંગ્રહવા માગતા હોય તે દસ્તાવેજ પસંદ કરો (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "જો તમે સંગ્રહ કરો નહિ, તો તમારા બધા બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "ફાઈલ '%s' લાવી રહ્યા છીએ…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d ફાઇલ લાવી રહ્યા છે…"
+msgstr[1] "%d ફાઇલો લાવી રહ્યા છે…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "ખોલો"
+
+#: ../gedit/gedit-commands-file.c:463 ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:39 ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "ખોલો (_O)"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "ફાઈલ \"%s\" માત્ર-વાંચી શકાય તેવી છે."
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "શું તમે તેને સંગ્રહ થઈ રહેલ ફાઇલ સાથે બદલવાનો પ્રયાસ કરવા માગો છો?"
+
+#: ../gedit/gedit-commands-file.c:568 ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "બદલો (_R)"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "સંકોચનની મદદથી ફાઇલને સંગ્રહો છો?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "શું સાદા લખાણ તરીકે ફાઇલને સંગ્રહો છો?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid "The file \"%s\" was previously saved as plain text and will now be saved using compression."
+msgstr "ફાઇલ \"%s\" એ સાદા લખાણ તરીકે પહેલાં સંગ્રહ થયેલ છે અને સંકોચની મદદથી હવે સંગ્રહાશે."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "સંકોચનની મદદથી સંગ્રહો (_S)"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid "The file \"%s\" was previously saved using compression and will now be saved as plain text."
+msgstr "ફાઇલ \"%s\" એ સંકોચની મદદથી પહેલાં સંગ્રહ થયેલ છે અને સાદા લખાણ તરીકે હવે સંગ્રહાશે."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "સાદા લખાણ તરીકે સંગ્રહો (_S)"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "ફાઈલ '%s' સંગ્રહી રહ્યા છીએ…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "આ રીતે સંગ્રહ કરો"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "દસ્તાવેજ '%s' ને પહેલાંની સ્થિતિમાં લાવી રહ્યા છીએ…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "શું દસ્તાવેજ '%s' ના નહિં સંગ્રહાયેલ ફેરફારો ઉલટાવવા માંગો છો?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] "દસ્તાવેજમાં છેલ્લી %ld સેકન્ડમાં થયેલા બદલાવો કાયમ માટે ખોવાઈ જશે."
+msgstr[1] "દસ્તાવેજમાં છેલ્લી %ld સેકન્ડોમાં થયેલા બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "દસ્તાવેજમાં છેલ્લી મિનિટમાં થયેલા બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] "દસ્તાવેજમાં છેલ્લી મિનિટ અને %ld સેકન્ડમાં થયેલા બદલાવો કાયમ માટે ખોવાઈ જશે."
+msgstr[1] "દસ્તાવેજમાં છેલ્લી મિનિટ અને %ld સેકન્ડોમાં થયેલા બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] "દસ્તાવેજમાં છેલ્લી %ld મિનિટમાં થયેલા બદલાવો કાયમ માટે ખોવાઈ જશે."
+msgstr[1] "દસ્તાવેજમાં છેલ્લી %ld મિનિટોમાં થયેલા બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "છેલ્લા કલાકમાં દસ્તાવેજમાં કરવામાં આવેલ બધા ફેરફારો કાયમ માટે નષ્ટ થઈ જશે."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] "દસ્તાવેજમાં છેલ્લા કલાક અને %d મિનિટમાં થયેલા બદલાવો કાયમ માટે ખોવાઈ જશે."
+msgstr[1] "દસ્તાવેજમાં છેલ્લા કલાક અને %d મિનિટોમાં થયેલા બદલાવો કાયમ માટે ખોવાઈ જશે."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "દસ્તાવેજમાં છેલ્લા %d કલાકમાં કરવામાં આવેલ બધા ફેરફારો કાયમ માટે નષ્ટ થઈ જશે."
+msgstr[1] "દસ્તાવેજમાં છેલ્લા %d કલાકોમાં કરવામાં આવેલ બધા ફેરફારો કાયમ માટે નષ્ટ થઈ જશે."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "પહેલાની સ્થિતિમાં લાવો (_R)"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit એ GNOME ડેસ્કટોપ માટેનું નાનુ અને હલકુ લખાણ સંપાદક છે"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr "અંકિત પટેલ <ankit644@yahoo.com>, શ્ર્વેતા કોઠારી <swkothar@redhat.com>"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d વખત શબ્દ મળ્યો અને બદલાયો"
+msgstr[1] "%d વખત શબ્દ મળ્યા અને બદલાયા"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "એક વખત શબ્દ મળ્યો અને બદલાયો"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" શોધાયુ નથી"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "શીર્ષક વગરનું દસ્તાવેજ %d"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "ટેબ જૂથ %i"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161 ../gedit/gedit-window.c:1167
+#: ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "માત્ર વાંચી શકાય તેવું"
+
+#: ../gedit/gedit-encodings-combo-box.c:299 ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "સ્વયં શોધાયેલ"
+
+#: ../gedit/gedit-encodings-combo-box.c:328 ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove..."
+msgstr "ઉમેરો અથવા દૂર કરો..."
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "વર્તમાન લોકેલ (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "હાલનુ લોકલ (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings' preferences?"
+msgstr "તમે ખરેખર અક્ષર એન્કોડિંગ્સનો 'પસંદગીઓ ફરીથી સેટ કરવા માંગો છો?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "ફરી ચાલુ (_R)"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "ઊમેરો"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "દૂર કરો"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "ઉચ્ચ અગ્રતા પર ખસેડો"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "નીચા અગ્રતા પર ખસેડો"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41 ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "બધી ફાઈલો"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "બધી લખાણ ફાઇલો"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "અક્ષર સંગ્રહપદ્દતિ(_h):"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "વાક્યનો અંત (_i)"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "અક્ષરોની સંગ્રહપદ્ધતિ:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "વાક્યનો અંત:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:108 ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433 ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "સાદુ લખાણ"
+
+#: ../gedit/gedit-io-error-info-bar.c:143 ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "પુનઃપ્રયાસ કરો (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:163
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "ફાઇલ “%s” ને શોધી શક્યા નહિં."
+
+#: ../gedit/gedit-io-error-info-bar.c:165 ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:212
+msgid "Please check that you typed the location correctly and try again."
+msgstr "મહેરબાની કરીને ચકાસો કે તમે સ્થાન બરાબર છાપેલ છે અને ફરીથી પ્રયાસ કરો."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:184
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” સ્થાનો ને સંચાલિત કરવાનું અસમર્થ."
+
+#: ../gedit/gedit-io-error-info-bar.c:190
+msgid "Unable to handle this location."
+msgstr "આ સ્થાનને સંચાલિત કરવાનું અસમર્થ."
+
+#: ../gedit/gedit-io-error-info-bar.c:199
+msgid "The location of the file cannot be accessed."
+msgstr "ફાઇલનાં સ્થાનને વાપરી શકાતુ નથી."
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” એ ડિરેક્ટરી છે."
+
+#: ../gedit/gedit-io-error-info-bar.c:210
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” એ માન્ય સ્થાન નથી."
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are correct and try again."
+msgstr ""
+"યજમાન “%s” શોધી શક્યા નહિં. મહેરબાની કરીને ચકાસો કે તમારા પ્રોક્સી સુયોજનો બરાબર છે અને ફરીથી પ્રયાસ કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "Hostname was invalid. Please check that you typed the location correctly and try again."
+msgstr "યજમાન નામ અયોગ્ય હતું. મહેરબાની કરીને ચકાસો કે તમે સ્થાન બરાબર લખ્યું છે અને ફરીથી પ્રયાસ કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:269
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” એ નિયમિત ફાઈલ નથી."
+
+#: ../gedit/gedit-io-error-info-bar.c:274
+msgid "Connection timed out. Please try again."
+msgstr "જોડાણ સમયસમાપ્તિ. મહેરબાની કરીને ફરીથી પ્રયાસ કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "અનિચ્છનિય ભૂલ: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:343
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "સૂચિત ફાઇલને શોધી શકાતી નથી. કદાચ તે તાજેતરમાં કાઢી નાંખવામાં આવી છે."
+
+#: ../gedit/gedit-io-error-info-bar.c:353
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "ફાઈલ “%s” પહેલાંની સ્થિતિમાં લાવી શક્યા નહિં."
+
+#: ../gedit/gedit-io-error-info-bar.c:380
+msgid "Ch_aracter Encoding:"
+msgstr "અક્ષર સંગ્રહપદ્દતિ(_a):"
+
+#: ../gedit/gedit-io-error-info-bar.c:441
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "સ્થાન “%s” હાલમાં પહોંચી શકાય તેમ નથી."
+
+#: ../gedit/gedit-io-error-info-bar.c:456
+msgid "Your system is offline. Check your network."
+msgstr "તમારી સિસ્ટમ ઓફલાઇન છે. તમારાં નેટવર્કને ચકાસો."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499 ../gedit/gedit-io-error-info-bar.c:768
+msgid "Edit Any_way"
+msgstr "કોઈપણ રીતે ફેરફાર કરો (_w)"
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid ""
+"The number of followed links is limited and the actual file could not be found within this limit."
+msgstr "અનુસરેલ કડીઓનાં નંબર એ મર્યાદિત છે અને વાસ્તવમાં ફાઇલ આ મર્યાદામાં શોધી શકાતી નથી."
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid "You do not have the permissions necessary to open the file."
+msgstr "તમારી પાસે આ ફાઈલ ખોલવા માટે જરૂરી પરવાનગીઓ નથી."
+
+#: ../gedit/gedit-io-error-info-bar.c:601
+msgid "Unable to detect the character encoding."
+msgstr "અક્ષર એનકોડીંગને શોધવાનું અસમર્થ."
+
+#: ../gedit/gedit-io-error-info-bar.c:602 ../gedit/gedit-io-error-info-bar.c:626
+msgid "Please check that you are not trying to open a binary file."
+msgstr "મહેરબાની કરીને ચકાસો કે તમે બાઈનરી ફાઈલ ખોલવાનો પ્રયત્ન કરી રહ્યા નથી."
+
+#: ../gedit/gedit-io-error-info-bar.c:603
+msgid "Select a character encoding from the menu and try again."
+msgstr "મેનુમાંથી અક્ષર સંગ્રહપદ્દતિપસંદ કરો અને ફરીથી પ્રયત્ન કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:609
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "ફાઇલ “%s” ને ખોલતી વખતે સમસ્યા હતી."
+
+#: ../gedit/gedit-io-error-info-bar.c:611
+msgid ""
+"The file you opened has some invalid characters. If you continue editing this file you could "
+"corrupt this document."
+msgstr ""
+"ફાઇલ કે જે તમે ખોલેલ છે તેની પાસે અયોગ્ય અક્ષરો છે. જો તમે આ ફાઇલમાં ફેરફાર કરવાનું ચાલુ રાખો તો તમે આ દસ્તાવેજ ભ્રષ્ટ "
+"કરી શકે છે."
+
+#: ../gedit/gedit-io-error-info-bar.c:614
+msgid "You can also choose another character encoding and try again."
+msgstr "તમે બીજુ અક્ષર એનકોડીંગને પણ પસંદ કરી શકો છો અને ફરીથી પ્રયત્ન કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "ફાઈલ “%s” ને અક્ષર સંગ્રહપદ્દતિ “%s” ની મદદથી ખોલી શક્યા નહિં."
+
+#: ../gedit/gedit-io-error-info-bar.c:627 ../gedit/gedit-io-error-info-bar.c:702
+msgid "Select a different character encoding from the menu and try again."
+msgstr "મેનુમાંથી અલગ અક્ષર સંગ્રહપદ્દતિપસંદ કરો અને ફરીથી પ્રયત્ન કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "ફાઇલ “%s” ને ખોલી શક્યા નહિં."
+
+#: ../gedit/gedit-io-error-info-bar.c:697
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "ફાઈલ “%s” ને “%s” અક્ષર એનકોડીંગની મદદથી સંગ્રહી શક્યા નહિં."
+
+#: ../gedit/gedit-io-error-info-bar.c:700
+msgid ""
+"The document contains one or more characters that cannot be encoded using the specified character "
+"encoding."
+msgstr "દસ્તાવેજ એક અથવા વધુ અક્ષરો સમાવે છે કે જે ચોક્કસ અક્ષર કોડીંગની મદદથી એનકોડ કરી શકાતી નથી."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:773
+msgid "D_on't Edit"
+msgstr "ફેરફાર કરો નહિં (_o)"
+
+#: ../gedit/gedit-io-error-info-bar.c:783
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "આ ફાઇલ “%s” પહેલેથી બીજી વિન્ડોમાં ખુલ્લી છે."
+
+#: ../gedit/gedit-io-error-info-bar.c:797
+msgid "Do you want to edit it anyway?"
+msgstr "શું તમે કોઇપણ રીતે તેને ફેરફાર કરવા માંગો છો?"
+
+#: ../gedit/gedit-io-error-info-bar.c:853 ../gedit/gedit-io-error-info-bar.c:943
+#: ../gedit/gedit-io-error-info-bar.c:1235
+msgid "S_ave Anyway"
+msgstr "કોઈપણ રીતે સંગ્રહો (_S)"
+
+#: ../gedit/gedit-io-error-info-bar.c:856 ../gedit/gedit-io-error-info-bar.c:946
+#: ../gedit/gedit-io-error-info-bar.c:1238
+msgid "D_on't Save"
+msgstr "સંગ્રહો નહિં (_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:870
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "ફાઈલ “%s” એ તે વંચાઈ હતી ત્યારથી સુધારાઈ ગયેલ છે."
+
+#: ../gedit/gedit-io-error-info-bar.c:885
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "જો તમે તેને સંગ્રહો, તો બધા બાહ્ય ફેરફારો ગુમ થઈ જશે. શું તેને ગમે તે રીતે સંગ્રહવા માંગો છો?"
+
+#: ../gedit/gedit-io-error-info-bar.c:965
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "“%s” સંગ્રહતી વખતે બેકઅપ ફાઈલ બનાવી શક્યા નહિં"
+
+#: ../gedit/gedit-io-error-info-bar.c:970
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "“%s” સંગ્રહતી વખતે કામચલાઉ બેકઅપ ફાઈલ બનાવી શક્યા નહિં"
+
+#: ../gedit/gedit-io-error-info-bar.c:987
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You can ignore this warning "
+"and save the file anyway, but if an error occurs while saving, you could lose the old copy of the "
+"file. Save anyway?"
+msgstr ""
+"ફાઈલની જૂની નકલની બેકઅપ લઈ શક્યું નહિં નવીનો સંગ્રહ કરતાં પહેલાં. તમે આ ચેતવણીને અવગણી શકો છો અને ફાઈલને ગમે તે રીતે "
+"સંગ્રહી શકો છો, પરંતુ જો ભૂલ સંગ્રહ કરતી વખતે ઉદ્દભવે, તો તમે ફાઈલની જૂની નકલ ગુમાવી શક્યા હશો. શું ગમે તે રીતે "
+"સંગ્રહવા માંગો છો?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1047
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+"લેખન સ્થિતિમાં “%s:” સ્થાનોને સંચાલિત કરી શકાતુ નથી. મહેરબાની કરીને ચકાસો કે તમે સ્થાન બરાબર રીતે લખેલું છે અને "
+"ફરીથી પ્રયત્ન કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:1055
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"લખવાની સ્થિતિમાં આ સ્થાનને સંચાલિત કરી શકાતુ નથી. મહેરબાની કરીને ચકાસો કે તમે સ્થાન બરાબર રીતે લખેલું છે અને ફરીથી "
+"પ્રયત્ન કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:1064
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location correctly and try again."
+msgstr "“%s” એ માન્ય સ્થાન નથી. મહેરબાની કરીને ચકાસો કે તમે સ્થાન બરાબર રીતે લખેલું છે અને ફરીથી પ્રયત્ન કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:1071
+msgid ""
+"You do not have the permissions necessary to save the file. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"તમારી પાસે ફાઈલ સંગ્રહવા માટે જરૂરી પરવાનગીઓ નથી. મહેરબાની કરીને ચકાસો કે તમે સ્થાન બરાબર રીતે લખેલું છે અને "
+"ફરીથી પ્રયાસ કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:1077
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr ""
+"ફાઈલ સંગ્રહવા માટે ત્યાં પૂરતી ડિસ્ક જગ્યા નથી. મહેરબાની કરીને અમુક ડિસ્ક જગ્યા મુક્ત કરો અને ફરીથી પ્રયત્ન કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:1082
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"તમે ફાઈલને માત્ર-વાંચી શકાય તેવી ડિસ્ક પર સંગ્રહવાનો પ્રયાસ કરી રહ્યા છો. મહેરબાની કરીને ચકાસો કે તમે સ્થાન યોગ્ય "
+"રીતે લખેલું છે અને ફરીથી પ્રયાસ કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "આ નામવાળી ફાઈલ પહેલાથી જ હાજર છે. મહેરબાની કરીને અલગ નામ વાપરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:1093
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of the file names. "
+"Please use a shorter name."
+msgstr ""
+"ડિસ્ક કે જ્યાં તમે ફાઈલ સંગ્રહવાનો પ્રયાસ કરી રહ્યા છો તેને ફાઈલ નામોની લંબાઈ પર મર્યાદાઓ છે. મહેરબાની કરીને ટૂંકુ "
+"નામ વાપરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:1104
+msgid ""
+"The disk where you are trying to save the file has a limitation on file sizes. Please try saving "
+"a smaller file or saving it to a disk that does not have this limitation."
+msgstr ""
+"તમે ફાઇલનો જે ડિસ્ક પર સંગ્રહ કરવા માગો છો તે ફાઇલ માપ માટે મર્યાદા ધરાવે છે. મહેરબાની કરીને નાની ફાઇલ સંગ્રહ "
+"કરવાનો પ્રયત્ન કરો અથવા જે ડિસ્ક આવી મર્યાદા ધરાવતી નથી તેના પર સંગ્રહ કરો."
+
+#: ../gedit/gedit-io-error-info-bar.c:1121
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "ફાઇલ “%s\" નો સંગ્રહ કરી શકાયુ નહિં."
+
+#: ../gedit/gedit-io-error-info-bar.c:1161
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "ફાઈલ “%s” ડિસ્ક પર બદલાઈ ગયેલ છે."
+
+#: ../gedit/gedit-io-error-info-bar.c:1172
+msgid "Drop Changes and _Reload"
+msgstr "ફેરફારોને છોડો અને પુન:લાવો (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1182 ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7 ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "પુનઃલાવો (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1187
+msgid "_Ignore"
+msgstr "અવગણો (_I)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1248
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "અમુક અયોગ્ય અક્ષરો શોધાયાં છે જ્યારે “%s” સંગ્રહી રહ્યા હતા ત્યારે"
+
+#: ../gedit/gedit-io-error-info-bar.c:1264
+msgid "If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "જો તમે આ ફાઇલને સંગ્રહવાનું ચાલુ રાખો તો તમે દસ્તાવેજ ભ્રષ્ટ થઇ શકે છે. કોઇપણરીતે સંગ્રહો?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "સંપાદક દ્વારા વાપરવા ફોન્ટને પસંદ કરવા માટે આ બટન પર ક્લિક કરી શકો છો"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "સિસ્ટમના ચોક્કસ પહોળાઈના ફોન્ટ વાપરો (%s) (_U)"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "ડિરેક્ટરી '%s' બનાવી શક્યા નહિં: g_mkdir_with_parents() નિષ્ફળ: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "પસંદ કરેલ રંગ પદ્ધતિ સ્થાપિત કરી શકાતી નથી."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "પદ્ધતિ ઉમેરો"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "પદ્ધતિ ઉમેરો (_d)"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "રંગ પદ્ધતિ ફાઈલો"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "રંગ પદ્ધતિ \"%s\" દૂર કરી શક્યા નહિં."
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing..."
+msgstr "તૈયારી કરી રહ્યા છીએ..."
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "ફાઇલ: %s"
+
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "%Q માંનુ %N પાનુ"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "%d પાના માથી %d મુ દોરીયે છીયે"
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d પાનું %d માંથી"
+
+#: ../gedit/gedit-replace-dialog.c:690 ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "કંઈ નહિં"
+
+#: ../gedit/gedit-replace-dialog.c:779 ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "શોધો અને બદલો"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "ત્યાં ભૂલો સાથેની ટેબ છે"
+msgstr[1] "ત્યાં ભૂલો સાથેની %d ટેબો છે"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s ને %s માંથી પાછું ઉલટાવી રહ્યા છીએ"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "%s ઉલટાવી રહ્યા છીએ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s ને %s માંથી લાવી રહ્યા છીએ"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "%s લાવી રહ્યા છીએ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s ને %s માં સંગ્રહી રહ્યા છીએ"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "%s સંગ્રહી રહ્યા છીએ"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "ફાઈલ %s ખોલવામાં ભૂલ"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "ફાઈલ %s પુનઃપ્રાપ્ત કરવામાં ભૂલ"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "ફાઈલ %s નો સંગ્રહ કરવામાં ભૂલ"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "નામ:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "MIME પ્રકાર:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "સંગ્રહપદ્ધતિ:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "મહેરબાની કરીને તમારું સ્થાપન ચકાસો."
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "UI ફાઇલ %s ખોલવામાં અસમર્થ. ભૂલ: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "ફાઈલ %s માં ઘટક '%s' ને શોધવામાં અસમર્થ."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ on %s"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:468 ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "લીટી ક્રમાંક પ્રદર્શિત કરો (_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:671
+#, c-format
+msgid "%d of %d"
+msgstr "%d નું %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:763
+msgid "_Wrap Around"
+msgstr "ફરતે લપેટો (_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:773
+msgid "Match as _Regular Expression"
+msgstr "રૅગ્યુલર એક્સપ્રેશન તરીકે બંધબેસાડો (_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:787
+msgid "Match _Entire Word Only"
+msgstr "માત્ર આખો શબ્દ જ સરખાવો (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:801
+msgid "_Match Case"
+msgstr "કેસ સરખાવો (_M)"
+
+#: ../gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "તમે શોધવા માંગો તે શબ્દમાળા"
+
+#: ../gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "તમે જે લીટીમાં કર્સર ખસેડવા માંગો તે"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "કૌંસ બંધબેસતુ સીમાની બહાર છે"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "કૌંસ બંધબેસતુ મળ્યુ નથી"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "કૌંસને બંધબેસતુ વાક્ય પર મળ્યુ: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " હરોળ %d, સ્તંભ %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "ટેબ પહોળાઈ: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "ત્યાં અસંગ્રહેલ દસ્તાવેજો છે"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "બાજુનુ પેનલ પાનાંને બદલો"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "દસ્તાવેજો"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "ડાબે ખસેડો (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "જમણે ખસેડો (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "નવી વિન્ડો પર જાઓ (_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "નવી ટૅબ જૂથમાં ખસેડો (_G)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5 ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "બંધ કરો (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "આપોઆપ હાંસિયો"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "જગ્યાઓ વાપરો"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "લીટી ક્રમાંકો પ્રદર્શિત કરો"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "જમણો હાંસિયો દર્શાવો"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "હાલની લીટી ને પ્રકાશિત કરો"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "લખાણ લપેટો"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "ફાઇલ (_F)"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "નવુ (_N)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "તાજેતરનું ખોલો (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "બંધ થયેલ ટૅબને ફરી ખોલો (_T)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "આ રીતે સંગ્રહો (_A)..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20 ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "નવી વિન્ડો (_N)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22 ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "છાપો (_P)..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23 ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "બહાર નીકળો (_Q)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "ફેરફાર (_E)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "મૂળ સ્થિતિમાં લાવો (_U)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "ફરીથી કરો (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "કાપો (_u)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "નકલ કરો (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "ચોંટાડો (_P)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:915
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:953
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "કાઢી નાંખો (_D)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "ઓવરરાઇટ સ્થિતિ (_M)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "બધુ પસંદ કરો (_A)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33 ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "પસંદગીઓ (_P)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+msgid "_View"
+msgstr "જુઓ (_V)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35 ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "બાજુ તકતી (_P)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36 ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "નીચેની તકતી (_B)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37 ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "સંપૂર્ણસ્ક્રીન (_F)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38 ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "પ્રકાશિત સ્થિતિ (_H)..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "શોધો (_S)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40 ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "શોધો (_F)..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "પછીનું શોધો (_x)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "પહેલાનું શોધો (_v)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "શોધો અને બદલો (_R)…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44 ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "પ્રકાશન સાફ કરો (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "વાક્ય પર જાઓ (_L)…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+msgid "_Tools"
+msgstr "સાધનો (_T)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "દસ્તાવેજો (_D)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "બધુ સંગ્રહ કરો (_S)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49 ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "બધુ બંધ કરો (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "નવી ટૅબ જૂથ (_N)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "પહેલાંનુ ટૅબ જૂથ (_r)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "આગળનું ટૅબ જૂથ (_t)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "પહેલાંનું દસ્તાવેજ (_P)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "આગળનું દસ્તાવેજ (_e)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "નવી વિન્ડોમાં ખસેડો (_M)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56 ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17 ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "મદદ (_H)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57 ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "વિશે (_A)"
+
+#: ../gedit/resources/gtk/menus.ui.h:3 ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "કિબોર્ડ ટૂંકાણો (_K)"
+
+#: ../gedit/resources/gtk/menus.ui.h:11 ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "બધુ સંગ્રહ કરો (_A)"
+
+#: ../gedit/resources/gtk/menus.ui.h:13 ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "શોધો અને બદલો (_F)..."
+
+#: ../gedit/resources/gtk/menus.ui.h:15 ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "લીટી પર જાઓ (_G)..."
+
+#: ../gedit/resources/gtk/menus.ui.h:16 ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "જૂઓ"
+
+#: ../gedit/resources/gtk/menus.ui.h:20 ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "સાધનો"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "અક્ષર એનકોડીંગ"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "લાગુ (_A)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "ઉપ્લબ્ધ એન્કોડિંગ્સ (_v):"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "પસંદ કરેલ એનકોડીંગ"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "વર્ણન (_D)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "સંગ્રહપદ્ધતિ (_E)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "પ્રકાશિત સ્થિતિ"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "પસંદ કરો (_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "પ્રકાશિત સ્થિતિ શોધો..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "પરિણામો નથી"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "બીજા દસ્તાવેજો (_D)..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "બીજી ફાઇલ ખોલો"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "પસંદગીઓ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "સ્તંભ પર જમણો હાંસિયો દર્શાવો (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "સ્થિતિદર્શકપટ્ટી દર્શાવો (__s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "ઝાંખી દર્શાવો (_o)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "જાળી રચના દર્શાવો (_g)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "લખાણ લપેટો"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "લખાણ લપેટવાનુ સક્રિય કરો (_w)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "બે લીટી વચ્ચે શબ્દ વહેચો નહિ (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "પ્રકાશિત કરવું"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "વર્તમાન લીટી પ્રકાશિત કરો (_l)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "કૌંસ સરખામણી પ્રકાશિત કરો (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "ટેબ અટકણો"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "ટેબ પહોળાઈ (_T):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "ટેબની જગ્યાએ ખાલી જગ્યા ઊમેરો (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "આપોઆપ હાંસિયાથી અંતર સક્રિય કરો (_E)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "ફાઈલ સંગ્રહાઈ રહી છે"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "સંગ્રહ કરતા પહેલા ફાઇલની બેક-અપ નકલ બનાવો (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "દરેક ફાઇલોનો આપોઆપ સંગ્રહ કરો (_A)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "મિનિટો (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "સંપાદક"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "ફોન્ટ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "સંપાદક ફોન્ટ (_f:)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "સંપાદક ફોન્ટ પસંદ કરો"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "રંગ પદ્ધતિ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "યોજના સ્થાપિત કરો"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "યોજના સ્થાપિત કરો"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "યોજના બિનસ્થાપિત કરો"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "યોજના બિનસ્થાપિત કરો"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "ફોન્ટ અને રંગો"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "પ્લગઈન"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "સિન્ટેક્ષ માટે પ્રકાશિત"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "વાક્યરચના પ્રકાશિત કરીને છાપો (_x)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "લીટી ક્રમાંકો"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "લીટી ક્રમાંકો છાપો (_m)"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "દરેક ક્રમાંક (_N)"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "લીટીઓ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "પાનાં હેડર"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "પાનાં હેડરો છાપો (_h)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "ફોન્ટ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "ધડ (_B):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "લીટી ક્રમાંકો (_L):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "હેડરો અને ફૂટરો (_a):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "મૂળભુત ફોન્ટનો ફરીથી સંગ્રહ (_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "પહેલાંનું પાનું બતાવો"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "આગળનું પાનું બતાવો"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "વર્તમાન પાનું (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "નું"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "પાનાં કુલ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "દસ્તાવેજમાં કુલ પાનાંઓની સંખ્યા"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "ઘણા પાનાંઓ બતાવો"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "નાનામોટાપણું 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "આખા પાનાંમાં બંધબેસે તે રીતે નાનુંમોટું કરો"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "પાનું મોટું કરો"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "પાનું નાનું કરો"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "છાપન પૂર્વદર્શન બંધ કરો"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "પૂર્વદર્શન બંધ કરો (_C)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "પાનાં પૂર્વદર્શન"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "દસ્તાવેજમાં છાપવા માટેના પાનાંનું પૂર્વદર્શન"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "બધુ બદલો (_A)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "શોધો (_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "શોધો (_i)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "થી બદલો (_w)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "જોડણી સરખાવો (_M)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "માત્ર આખા શબ્દને જ સરખાવો (_e)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "નિયમિત એક્સપ્રેશન (_g)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "ઊંધી દિશામાં શોધો (_b)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "ફરતે લપેટો (_p)"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "દસ્તાવેજો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "ટેબ મા નવું દસ્તાવેજ બનાવો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "નવાં દસ્તાવેજને ખોલો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "વર્તમાન દસ્તાવેજનો સંગ્રહ કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "વર્તમાન દસ્તાવેજનો અલગ નામથી સંગ્રહ કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "બધાજ દસ્તાવેજોનો સંગ્રહ કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "દસ્તાવેજ બંધ કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "બધાજ દસ્તાવેજો બંધ કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "તાજેતરનુ બંધ કરેલ દસ્તાવેજ પસંદ ફરી ખોલો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "આગળના દસ્તાવેજ પર જાઓ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "પાછલા દસ્તાવેજ પર જાઓ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+msgctxt "shortcut window"
+msgid "Switch to the first - ninth document"
+msgstr "આગળથી નવમા દસ્તાવેજ પર જાઓ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "વિન્ડોઝ અને પેનલ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "નવું દસ્તાવેજ બનાવો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "નવું ટૅબ જૂથ બનાવો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "બાજુ ની તકતી બતાવો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "નીચેની તકતી બતાવો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "સંપૂર્ણસ્ક્રીન ચાલુ/બંધ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "કાર્યક્રમ બંધ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "શોધો અને બદલો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "શોધો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "આગળનો મેળ શોધો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "આગળનો મેળ શોધો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "પ્રકાશન સાફ કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "લીટી પર જાઓ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "નકલ કરો અને ચોટાડો "
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "પસંદ કરેલ લખાણની નોંઘ કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "કાપેલ લખાણની નોંઘ કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "નોંઘ કરેલુ ચોંટાડો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "પૂર્વવત્ કરો અને ફરીથી"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "પાછલુ હટાવો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "ફરીથી કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "પસંદગી"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "બધુ પસંદ કરો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "સંપાદન"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "ટૉગલ ઉમેરો/ફરીથી લખો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "હાલની લીટી ને કાઢી નાખો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "પસંદ કરેલ લીટીઓ જોડો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "વર્તમાન લીટીને ઉપર ખસેડો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "વર્તમાન લીટીને નીચે ખસેડો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "વર્તમાન શબ્દને ડાબી બાજુ ખસેડો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "વર્તમાન શબ્દને જમણી બાજુ ખસેડો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "મોટામા બદલો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "પસંદ કરેલ લખાણને નાના કેસમાં ફેરવો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "કેસ ફેરવો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "કર્સર પર નંબર વઘારો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "કર્સર પર નંબર ઘટાડો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "સાધનો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "જોડણી ચકાસો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "વર્તમાન પાનું છાપો"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "સમાપ્તિ વિન્ડો બતાવો"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "દસ્તાવેજ બંધ કરો"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "ફાઇલ ખોલો"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "ખોલો"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "નવું દસ્તાવેજ બનાવો"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "નવું"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "વર્તમાન ફાઇલનો સંગ્રહ કરો"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "સંગ્રહ કરો"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "પેનલ છુપાવો"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "ફાઇલ સંવાદ ખોલો"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "પૂર્ણ સ્ક્રીન છોડો"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "સુધારો ચકાસો"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "gedit ની તાજેતરની આવૃત્તિ માટે ચકાસો"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "URI ને દર્શાવતી વખતે ભૂલ હતી."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "ડાઉનલોડ કરો (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "આવૃત્તિ અવગણો (_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "gedit ની નવી આવૃત્તિ છે"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button or ignore that "
+"version and wait for a new one"
+msgstr ""
+"ડાઉનલોડ બટન પર ક્લિક કરીને તમે gedit ની નવી આવૃત્તિને ડાઉનલોડ કરી શકો છો અથવા તે આવૃત્તિને અવગણી અને નવી "
+"આવૃત્તિ માટે રાહ જોઇ શકો છો"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr " અવગણવા માટે આવૃત્તિ"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "એક નવી આવૃત્તિ ત્યાં સુધી અવગણો આવૃત્તિ પ્રકાશિત થાય છે."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "દસ્તાવેજનુ ગણન"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "દસ્તાવેજમાં શબ્દો, વાક્યો અને અક્ષરોની સંખ્યાનો અહેવાલ કરો."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "દસ્તાવેજનું ગણન (_D)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "દસ્તાવેજ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "પસંદગી"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "લીટીઓ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "શબ્દો"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "અક્ષરો (જગ્યા સાથે)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "અક્ષરો (જગ્યા નથી)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "બાઇટો"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Build"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "દસ્તાવેજ ડિરેક્ટરીમાં \"make\" ચલાવો"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "અંહિ ટર્મિનલ ખોલો"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "દસ્તાવેજ સ્થાનમાં ટર્મિનલ ખોલો"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "છેલ્લેથી જગ્યાઓ દૂર કરો"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "તમારી ફાઈલમાં છેલ્લી બિનઉપયોગી જગ્યાઓ દૂર કરો"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "આદેશ ચલાવો"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "વૈવિધ્યપૂર્ણ આદેશ ચલાવો અને તેના આઉટપુટને નવી વિન્ડોમાં મૂકો"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "fpaste માં મોકલો"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "પસંદ થયેલ લખાણને ચોંટાડો અથવા fpaste માટે તાજેતરનાં દસ્તાવેજ"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "બાહ્ય સાધનો"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "બાહ્ય આદેશો અને શેલ સ્ક્રિપ્ટો ચલાવો."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "ક્યાંતો સિસ્ટમ ફોન્ટને વાપરો"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if it's monospace (and the "
+"most similar font it can come up with otherwise)."
+msgstr ""
+"જો true હોય તો, વધારાનાં સાધનો desktop-global મૂળભૂત ફોન્ટને વાપરશે જો તે મોનોસ્પેસ હોય તો (અને સૌથી સમાન "
+"ફોન્ટ તે અન્યથા સાથે આવી શકે)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "Pango ફોન્ટ નામ. ઉદાહરણો \"Sans 12\" અથવા \"Monospace Bold 14\" છે."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "બાહ્ય સાધનો ને સંચાલિત કરો (_E)..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "બાહ્ય સાધનો (_T)"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "આદેશને ચલાવી શક્યા નહિં: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "આ આદેશ ચલાવવા માટે તમે આંતરિક હોવા જ જોઈએ"
+
+#: ../plugins/externaltools/tools/functions.py:302
+msgid "Running tool:"
+msgstr "ચાલી રહેલ સાધન:"
+
+#: ../plugins/externaltools/tools/functions.py:333
+msgid "Done."
+msgstr "પૂર્ણ."
+
+#: ../plugins/externaltools/tools/functions.py:335
+msgid "Exited"
+msgstr "બહાર નીકળી ગયેલ"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "બધી ભાષાઓ"
+
+#: ../plugins/externaltools/tools/manager.py:422 ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765 ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "બધી ભાષાઓ"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "નવું સાધન"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "આ પ્રવેગક પહેલાથી જ %s સાથે બંધાયેલ છે"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "નવો પ્રવેગક લખો, અથવા સાફ કરવા માટે બેકસ્પેસ દબાવો"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "નવો પ્રવેગક લખો"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "અટકાવી દેવાયેલ."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "સાધન બંધ કરો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "હંમેશા ઉપલબ્ધ છે"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "બધા દસ્તાવેજો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "શીર્ષકવિહીન સિવાયના બધા દસ્તાવેજો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "માત્ર સ્થાનિક ફાઈલો જ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "માત્ર દૂરસ્થ ફાઈલો જ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "માત્ર શીર્ષકવિહીન દસ્તાવેજો જ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "વર્તમાન દસ્તાવેજ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "વર્તમાન પસંદગી"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "વર્તમાન પસંદગી (દસ્તાવેજમાં મૂળભૂત)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "વર્તમાન લીટી"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "વર્તમાન શબ્દ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "તળિયેની તકતીમાં દર્શાવો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "નવો દસ્તાવેજ બનાવો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "વર્તમાન દસ્તાવેજમાં ઉમેરો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "વર્તમાન દસ્તાવેજ બદલો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "વર્તમાન પસંદગી બદલો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "વર્તમાન સ્થાને દાખલ કરો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "બાહ્ય સાધનો ને સંચાલિત કરો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "નવું સાધન ઉમેરો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "સાધન ઉમેરો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "પસંદ થયેલ સાધનને દૂર કરો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "સાધન દૂર કરો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "સાધનને પહેલાંની સ્થિતિમાં લાવો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "સાધનને પહેલાંની સ્થિતિમાં લાવો"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "ટૂંકાણ કી (_K):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "સંગ્રહો (_S):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "ઈનપુટ (_I):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "આઉટપુટ (_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "સુગમતા (_A):"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:119
+msgid "Tool Output"
+msgstr "સાધન આઉટપુટ"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "ફાઈલ બ્રાઉઝર તકતી"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "બાજુ તકતીમાંથી સરળ ફાઈલ વપરાશ"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "ઘર"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "ફાઈલ સિસ્ટમ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "ફાઇલ બ્રાઉઝર"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "નવી ડિરેક્ટરી બનાવતી વખતે ભૂલ ઉદ્ભવી"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "નવી ફાઈલ બનાવતી વખતે ભૂલ ઉદ્ભવી"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "ફાઈલ અથવા ડિરેક્ટરીનું નામ બદલતી વખતે ભૂલ ઉદ્ભવી"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "ફાઈલ અથવા ડિરેક્ટરી કાઢી નાંખતી વખતે ભૂલ ઉદ્ભવી"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ફાઈલ વ્યવસ્થાપકમાં ડિરેક્ટરી ખોલતી વખતે ભૂલ ઉદ્ભવી"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "રુટ ડિરેક્ટરી સુયોજિત કરતી વખતે ભૂલ ઉદ્ભવી"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "ડિરેક્ટરી લાવતી વખતે ભૂલ ઉદ્ભવી"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "ભૂલ ઉદ્ભવી"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:898
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"ફાઈલને કચરાપેટીમાં ખસેડી શકતા નથી, શું તમે\n"
+"કાયમ માટે કાઢી નાંખવા માંગો છો?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:903
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "ફાઈલ \"%s\" કચરાપેટીમાં ખસેડી શકાતી નથી."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:908
+msgid "The selected files cannot be moved to the trash."
+msgstr "પસંદ કરેલ ફાઈલો કચરાપેટીમાં ખસેડી શકાતી નથી."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:939
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "શું તમે ખરેખર \"%s\" ને કાયમ માટે કાઢી નાંખવા માંગો છો?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:944
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "શું તમે ખરેખર પસંદ કરેલ ફાઈલોને કાયમ માટે કાઢી નાંખવા માંગો છો?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:947
+msgid "If you delete an item, it is permanently lost."
+msgstr "જો તમે વસ્તુને કાઢી નાંખો, તો તે કાયમ માટે નષ્ટ થઈ જશે."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(ખાલી)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter settings to make the "
+"file visible"
+msgstr ""
+"પુન:નામ વાળી ફાઈલને વર્તમાનમાં ગાળવામાં આવેલ છે. તમારે તમારા ગાળક સુયોજનો સંતુલિત કરવાની જરૂર છે તે ફાઈલને "
+"દૃશ્યમાન બનાવવા માટે"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "શીર્ષક વગરની ફાઇલ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter settings to make the file "
+"visible"
+msgstr ""
+"નવી ફાઈલ વર્તમાનમાં ગાળવામાં આવેલ છે. તમારે તમારા ગાળક સુયોજનો સંતુલિત કરવાની જરૂર છે તે ફાઈલને દૃશ્યમાન બનાવવા "
+"માટે"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "શીર્ષક વગરનું ફોલ્ડર"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter settings to make the "
+"directory visible"
+msgstr ""
+"નવી ડિરેક્ટરીને વર્તમાનમાં ગાળવામાં આવેલ છે. તમારે તમારા ગાળક સુયોજનો સંતુલિત કરવાની જરૂર છે તે ડિરેક્ટરીને દૃશ્યમાન "
+"બનાવવા માટે"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "બુકમાર્કો"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "માઉન્ટ થયેલ વોલ્યુમ માટે માઉન્ટ ઘટક નથી: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "મીડિયા ખોલી શક્યા નહિં: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "વોલ્યુમને માઉન્ટ કરી શક્યા નહિં: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "'%s' લાવતી વખતે ભૂલ ઉદ્ભવી: આવી ડિરેક્ટરી નથી"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "વૃક્ષ દેખાવ સાથે ખોલો"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr "વૃક્ષ દેખાવ સાથે ખોલો જ્યારે ફાઈલ બ્રાઉઝર પ્લગઈન બુકમાર્કો દેખાવની જગ્યાએ લવાઈ જાય"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "ફાઈલ બ્રાઉઝર રુટ ડિરેક્ટરી"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin and onload/tree_view "
+"is TRUE."
+msgstr ""
+"જ્યારે ફાઈલ બ્રાઉઝર પ્લગઈન લોડ કરી રહ્યા હોય અને onload/tree_view એ TRUE હોય ત્યારે વાપરવાની ફાઈલ બ્રાઉઝર "
+"રુટ ડિરેક્ટરી."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ફાઈલ બ્રાઉઝર વર્ચ્યુઅલ રુટ ડિરેક્ટરી"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser plugin when onload/"
+"tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr ""
+"જ્યારે ફાઈલ બ્રાઉઝર પ્લગઈન લોડ કરી રહ્યા હોય અને onload/tree_view એ TRUE હોય ત્યારે વાપરવાની ફાઈલ બ્રાઉઝર "
+"વર્ચ્યુઅલ રુટ ડિરેક્ટરી. વર્ચ્યુઅલ રુટ હંમેશા વાસ્તવિક રુટ પર હોવી જ જોઈએ."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "દૂરસ્થ સ્થાનોને પુનઃસંગ્રહવાનું સક્રિય કરો"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "શું દૂરસ્થ સ્થાનોને પુનઃસંગ્રહવાનું સક્રિય કરવાનું છે તે સુયોજિત કરે છે."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "પ્રથમ દસ્તાવેજમાં સ્થાન સુયોજિત કરો"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened document given that "
+"the file browser hasn't been used yet. (Thus this generally applies to opening a document from "
+"the command line or opening it with Nautilus, etc.)"
+msgstr ""
+"જો TRUE હોય તો ફાઈલ બ્રાઉઝર પ્લગઈન પ્રથમ ખૂલેલ દસ્તાવેજની ડિરેક્ટરી જોશે કે જેને ફાઈલ બ્રાઉઝરે હજુ સુધી વાપરેલ નથી. "
+"(આ રીતે આ સામાન્ય રીતે આદેશ વાક્યમાંથી દસ્તાવેજ ખોલવાને લાગુ પડે છે અથવા તેને Nautilus સાથે ખોલવા માટે વગેરે)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "ફાઈલ બ્રાઉઝર ગાળક સ્થિતિ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid values are: none "
+"(filter nothing), hide-hidden (filter hidden files) and hide-binary (filter binary files)."
+msgstr ""
+"આ કિંમત નક્કી કરે છે કે કઈ ફાઈલો ફાઈલ બ્રાઉઝરમાંથી ગળાઈ ગયેલ છે. આ બધી માન્ય કિંમતો છે: કંઈ નહિં (કંઈ ગાળો નહિં), "
+"છુપી (છુપી ફાઈલો ગાળો), બાઈનરી (બાઈનરી ફાઈલો ગાળો) અને છુપી અને બાઈનરી (છુપી અને બાઈનરી ફાઈલો બંને ગાળો)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "ફાઈલ બ્રાઉઝર ગાળક ભાત"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr "ફાઈલ બ્રાઉઝર સાથે ગાળવા માટે ફાઈલ ભાત. આ ગાળક filter_mode ની ટોચ પર કામ કરે છે."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "ફાઇલ બ્રાઉઝર બાઇનરી ભાત"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "વાપરવા માટે પૂરક ભાતો જ્યારે બાઇનરી ફાઇલોને ફિલ્ટર કરી રહ્યા હોય."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "સક્રિય દસ્તાવેજ પ્રતિ રુટ સુયોજિત કરો (_S)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "નવું ફોલ્ડર (_N)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "નવી ફાઈલ (_i)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "નામ બદલો (_R)..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "કચરાપેટીમાં ખસેડો (_M)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "દેખાવ પુનઃતાજું કરો (_f)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "ફોલ્ડર જુઓ (_V)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "ટર્મિનલમાં ખોલો (_O)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "ગાળક (_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "છુપું બતાવો (_H)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "બાઈનરી બતાવો (_B)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "ફાઈલનામ સરખાવો"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "ઇતિહાસ"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "ઇતિહાસ મેનુ ખોલો"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "સ્થિતિવાક્યો"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "gedit માટે Emacs, Kate અને Vim-style સ્થિતિવાક્યોનો આધાર."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "આદેશ રંગ લખાણ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "આદેશ રંગ લખાણ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "રંગ લખાણમાં ભૂલ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "રંગ લખાણમાં ભૂલ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's monospace (and the most "
+"similar font it can come up with otherwise)."
+msgstr ""
+"જો true હોય તો, ટર્મિનલ desktop-global મૂળભૂત ફોન્ટને વાપરશે જો તે મોનોસ્પેસ હોય તો (અને સૌથી સમાન ફોન્ટ તે "
+"અન્યથા સાથે આવી શકે)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "આદેશ રંગ (_o):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "રંગમાં ભૂલ (_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:53
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python કન્સોલ"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "પૂછપરછવાળું python કન્સોલ એ તળિયેની પેનલમાં ઊભું છે"
+
+#: ../plugins/quickopen/quickopen/__init__.py:40
+msgid "Quick Open..."
+msgstr "ઝડપી ખોલો..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1 ../plugins/quickopen/quickopen/popup.py:33
+msgid "Quick Open"
+msgstr "ઝડપી ખોલો"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "ફાઇલોને ઝડપથી ખોલો"
+
+#: ../plugins/quickopen/quickopen/popup.py:83
+msgid "Type to search..."
+msgstr "શોધવા માટે ટાઇપ કરો..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:81
+msgid "Manage _Snippets..."
+msgstr "સ્નીપેટોની વ્યવસ્થા કરો (_S)..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56 ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659 ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "સ્નીપેટો"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "પેટી \"%s\" બનાવી શક્યા નહિં"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "લક્ષ્ય ડિરેક્ટરી \"%s\" અસ્તિત્વમાં નથી"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "લક્ષ્ય ડિરેક્ટરી \"%s\" એ માન્ય ડિરેક્ટરી નથી"
+
+#: ../plugins/snippets/snippets/importer.py:47 ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "ફાઇલ \"%s\" અસ્તિત્વ ધરાવતુ નથી"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "ફાઈલ \"%s\" એ માન્ય સ્નિપેટો ફાઈલ નથી"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "આયાત થયેલ ફાઈલ \"%s\" એ માન્ય સ્નિપેટ ફાઈલ નથી"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "પેટી \"%s\" નો અર્ક કાઢી શક્યા નહિં"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "નીચેની ફાઈલોની આયાત કરી શક્યા નહિં: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111 ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "ફાઈલ \"%s\" એ માન્ય સ્નિપેટો પેટી નથી"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "સ્નીપેટો પેટી"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "નવો સ્નિપેટ ઉમેરો..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "વૈશ્વિક"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "પસંદિત સ્નિપેટો ઉલટાવો"
+
+#: ../plugins/snippets/snippets/manager.py:409 ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "પસંદ કરેલ સ્નિપેટ કાઢી નાખો"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric characters (or _, : "
+"and .) or a single (non-alphanumeric) character like: {, [, etc."
+msgstr ""
+"ત્યાં માન્ય ટેબ ટ્રિગર નથી. ટ્રિગરો ક્યાં તો અક્ષરો સમાવી શકે અથવા એક, (બિન આલ્ફાન્યૂમેરિક)અક્ષર જેવા કે: {, [, "
+"અથવા આલ્ફાન્યૂમેરિક અક્ષરો (અથવા _, : અને . ) વગેરે સમાવી શકે છે."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669 ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "એક શ્બદ કે જેની સાથે સ્નિપેટ ટેબ દબાવ્યા પછી સક્રિય કરવામાં આવેલ છે"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "નીચેની ભૂલ આયાત કરતી વખતે ઉદ્ભવી: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "આયાત સફળતાપૂર્વક સમાપ્ત થયું"
+
+#: ../plugins/snippets/snippets/manager.py:779 ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "સ્નીપેટની આયાત કરો"
+
+#: ../plugins/snippets/snippets/manager.py:784 ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "બધી આધારભૂત પેટીઓ"
+
+#: ../plugins/snippets/snippets/manager.py:785 ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Gzip સંકુચિત પેટી"
+
+#: ../plugins/snippets/snippets/manager.py:786 ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 સંકુચિત પેટી"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "એક સ્નિપેટો ફાઈલ"
+
+#: ../plugins/snippets/snippets/manager.py:788 ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "બધી ફાઈલો"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "નિકાસ કરતી વખતે નીચેની ભૂલ ઉદ્ભવી: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "નિકાસ સફળતાપૂર્વક સમાપ્ત થયું"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844 ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "શું તમે પસંદિત <b>સિસ્ટમ</b> સ્નિપેટો તમારા નિકાસમાં સમાવવા માંગો છો?"
+
+#: ../plugins/snippets/snippets/manager.py:859 ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "ત્યાં કોઈ સ્નિપેટો નિકાસ કરવા માટે પસંદ થયેલ નથી"
+
+#: ../plugins/snippets/snippets/manager.py:864 ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "સ્નીપેટો નિકાસ કરો"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "નવું ટૂંકાણ લખો, અથવા સાફ કરવા માટે Backspace દબાવો"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "નવું ટૂંકાણ લખો"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid "Execution of the Python command (%s) exceeds the maximum time, execution aborted."
+msgstr "python આદેશ (%s) ને ચલાવવાનું મહત્તમ સમય કરતાં વધી ગયું, એક્ઝેક્યુશન અડધેથી બંધ થઈ ગયું."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "python આદેશ (%s) ને ચલાવવાનું નિષ્ફળ: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "દાખલ કરવાનું હંમેશા ઝડપી માર્ગે લખાણના ટુકડાઓ વાપર્યા હતા"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "સ્નીપેટ સંચાલિત કરો"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "નવો સ્નિપેટ બનાવો"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "સ્નીપેટ ઉમેરો"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "સ્નીપેટ દૂર કરો"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "સ્નીપેટની આયાત કરો"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "પસંદિત સ્નિપેટોની નિકાસ કરો"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "સ્નીપેટો નિકાસ કરો"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "સક્રિયકરણ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "ટેબ ફેરવનાર (_T):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "ટૂંકાણ કી (_h):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "ટૂંકાણ કી કે જેની સાથે સ્નિપેટ સક્રિયકૃત છે"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "લક્ષ્યો પડતા મૂકો (_D):"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort..."
+msgstr "ક્રમમાં ગોઠવો (_o)..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1 ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "ક્રમમાં ગોઠવો"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "ઊંધો ક્રમ (_R)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "નકલો દૂર કરો (_e)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "કેસ સંવેદનશીલ (_a)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "ઊભી હરોળથી શરુઆત કરો (_t):"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "ક્રમમાં ગોઠવો (_S)"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "દસ્તાવેજ અથવા પસંદ કરેલ લખાણને ક્રમમાં ગોઠવે છે."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling..."
+msgstr "જોડણી ચકાસો (_C)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language..."
+msgstr "ભાષા સુયોજિત કરો (_L)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "ખોટી જોડણીવાળા શબ્દોને પ્રકાશિત કરો (_H)"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "જોડણી ચકાસનાર"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "ચાલુ દસ્તાવેજ માટે જોડણી ચકાસો."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "તારીખ/સમય ઉમેરો (_s)..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "પ્રાપ્ત બંધારણો"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "પ્રોમ્પ્ટ પ્રકાર"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom format should be used."
+msgstr "જો વપરાશકર્તાએ બંધારણ માટે પૂછવુ જોઇએ અથવા જો પસંદ થયેલ અથવા વૈવિધ્ય બંધારણ વાપરેલ હોવુ જોઇએ."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "પસંદ થયેલ બંધારણ"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "પસંદ થયેલ બંધારણ વાપરેલ છે જ્યારે તારીખ/સમયને દાખલ કરી રહ્યા હોય."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "વૈવિધ્ય બંધારણ"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "વૈવિધ્ય બંધારણ વાપરેલ છે જ્યારે તારીખ/સમયને દાખલ કરી રહ્યા હોય."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "સમય અને તારીખ ઊમેરો"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "પસંદ કરેલ બંધારણ વાપરો (_s)"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "કસ્ટમ બંધારણ વાપરો (_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "ઉમેરો (_I)"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "સમય/તારીખ પ્લગઈનને રૂપરેખાંકિત કરો"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "જ્યારે સમય/તારીખ દાખલ કરી રહ્યા હોય..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "બંધારણ માટે પ્રોમ્પ્ટ (_P)"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "તારીખ/સમય ઊમેરો"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "કર્સર સ્થાન પર હાલની તારીખ/સમય ઊમેરો."
+
+#~ msgid "gedit"
+#~ msgstr "gedit"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "સ્વયં શોધાયેલી સંગ્રહપદ્ધતિઓ"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the encoding of a file. "
+#~ "\"CURRENT\" represents the current locale encoding. Only recognized encodings are used."
+#~ msgstr ""
+#~ "ફાઈલની સંગ્રહપદ્ધતિ આપોઆપ-શોધવા માટે gedit દ્વારા વાપરવામાં આવતી સંગ્રહપદ્ધતિઓની યાદી ક્રમમાં ગોઠવાયેલ. "
+#~ "\"CURRENT\" વર્તમાન લોકેલ સંગ્રહપદ્ધતિ રજૂ કરે છે. માત્ર ઓળખીતી સંગ્રહપદ્ધતિઓ જ વપરાય છે."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "મેનુમાં દેખાતી સંગ્રહપદ્ધતિઓ"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file selector. Only "
+#~ "recognized encodings are used."
+#~ msgstr ""
+#~ "ખોલો/સંગ્રહો ફાઈલ પસંદગીકારક મેનુમાં દેખાતા અક્ષરો માટેના કોડની સંગ્રહપદ્ધતિની યાદી. માત્ર ઓળખાયેલી "
+#~ "સંગ્રહપદ્ધતિઓ વપરાય છે."
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "વિન્ડોનું માપ અને સ્થાનને સુયોજિત કરો (WIDTHxHEIGHT+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRY"
+
+#~ msgid "Question"
+#~ msgstr "પ્રશ્ન"
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "Help"
+#~ msgstr "મદદ"
+
+#~ msgid "Character encodings"
+#~ msgstr "અક્ષર એનકોડીંગ"
+
+#~ msgid "_OK"
+#~ msgstr "બરાબર (_O)"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "મેનુમાં દર્શાવેલી સંગ્રહપદ્ધતિઓ (_n):"
+
+#~ msgid "P_revious Page"
+#~ msgstr "પહેલાંનુ પાનું (_r)"
+
+#~ msgid "_Next Page"
+#~ msgstr "આગળનું પાનું (_N)"
+
+#~ msgid "Replace"
+#~ msgstr "બદલો"
+
+#~ msgid "_Search for: "
+#~ msgstr "ના માટે શોધો (_S): "
+
+#~ msgid "_Ignore case"
+#~ msgstr "અક્ષર સંરચના અવગણો (_I)"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "તમે ક્રમમાં ગોઠવવાની ક્રિયાને રદ કરી શકતા નથી"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(કોઈ શબ્દો માટેની સલાહ નથી)"
+
+#~ msgid "_More..."
+#~ msgstr "વધારે (_M)..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "બધું અવગણો (_I)"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "જોડણી માટેના સુચનો (_S)..."
+
+#~ msgid "Suggestions"
+#~ msgstr "સુચનો"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(જોડણી સુધારો)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "જોડણી ચકાસણી પૂરી થઈ"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "અજ્ઞાત (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "મૂળભૂત"
+
+#~ msgid "Set language"
+#~ msgstr "ભાષા સુયોજિત કરો"
+
+#~ msgid "Languages"
+#~ msgstr "ભાષાઓ"
+
+#~ msgid "The document is empty."
+#~ msgstr "દસ્તાવેજ ખાલી છે."
+
+#~ msgid "No misspelled words"
+#~ msgstr "કોઈ ખોટી જોડણીવાળા શબ્દો નથી"
+
+#~ msgid "Set Language"
+#~ msgstr "ભાષા સુયોજિત કરો"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "ચાલુ દસ્તાવેજની ભાષા પસંદ કરો (_l)."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "ખોટી જોડણીવાળો શબ્દ:"
+
+#~ msgid "word"
+#~ msgstr "શબ્દ"
+
+#~ msgid "Change _to:"
+#~ msgstr "માં બદલો (_t):"
+
+#~ msgid "Check _Word"
+#~ msgstr "શબ્દ ચકાસો (_W)"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "સુચનો (_S):"
+
+#~ msgid "Cha_nge"
+#~ msgstr "બદલો (_n)"
+
+#~ msgid "Ignore _All"
+#~ msgstr "બધુ અવગણો (_A)"
+
+#~ msgid "Change A_ll"
+#~ msgstr "બધુ બદલો (_l)"
+
+#~ msgid "User dictionary:"
+#~ msgstr "વપરાશકર્તા શબ્દકોષ:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "શબ્દ ઊમેરો (_o)"
+
+#~ msgid "About gedit"
+#~ msgstr "gedit વિશે"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can set the backup file "
+#~ "extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "શું gedit તેણે સંગ્રહ કરેલ ફાઇલની બેક-અપ નકલ બનાવે છે? તમે \"Backup Copy Extension\" વિકલ્પ દ્વારા બેક-અપ "
+#~ "ફાઇલ નો વિસ્તારક નક્કી કરી શકો છો."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "રદ કરવાની ક્રિયાઓની મર્યાદા (DEPRECATED)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited "
+#~ "number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "મહત્તમ સંખ્યાની ક્રિયાઓ કે જેને gedit રદ કરવા માટે અથવા ફરીથી કરવા માટે સમર્થ હશે. અમર્યાદિત સંખ્યાની ક્રિયાઓ "
+#~ "માટે \"-1\" વાપરો. 2.12.0 થી ઉતારી પડાયેલ છે"
+
+#~| msgid "Show the application's version"
+#~ msgid "Show the application's help"
+#~ msgstr "કાર્યક્રમની મદદને બતાવો"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- લખાણ ફાઈલોમાં ફેરફાર કરો"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "ચલાવો '%s --help' ઉપલ્બધ આદેશ લાટી વિકલ્પોને સંપૂર્ણ યાદીમાં જોવા માટે.\n"
+
+#~ msgid "Open Files"
+#~ msgstr "ફાઇલો ખોલો"
+
+#~ msgid "Unicode"
+#~ msgstr "યુનિકોડ"
+
+#~ msgid "Western"
+#~ msgstr "પશ્ચિમિ"
+
+#~ msgid "Central European"
+#~ msgstr "મધ્ય યુરોપીય"
+
+#~ msgid "South European"
+#~ msgstr "દક્ષિણ યુરોપીય"
+
+#~ msgid "Baltic"
+#~ msgstr "બાલ્ટિક"
+
+#~ msgid "Cyrillic"
+#~ msgstr "સિરિલિક"
+
+#~ msgid "Arabic"
+#~ msgstr "અરબી"
+
+#~ msgid "Greek"
+#~ msgstr "ગ્રીક"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "હિબ્રુ વિઝ્યુઅલ"
+
+#~ msgid "Turkish"
+#~ msgstr "તુર્કી"
+
+#~ msgid "Nordic"
+#~ msgstr "નોર્ડીક"
+
+#~ msgid "Celtic"
+#~ msgstr "સેલ્ટીક"
+
+#~ msgid "Romanian"
+#~ msgstr "રોમાની"
+
+#~ msgid "Armenian"
+#~ msgstr "અર્મેનિયાઈ"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "પરંપરાગત ચીની"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "સિરિલિક/રશીયાઈ"
+
+#~ msgid "Japanese"
+#~ msgstr "જાપાની"
+
+#~ msgid "Korean"
+#~ msgstr "કોરીયાઈ"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "સાદુ ચીની"
+
+#~ msgid "Georgian"
+#~ msgstr "જ્યોર્જિયાઈ"
+
+#~ msgid "Hebrew"
+#~ msgstr "હિબ્રુ"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "સિરિલ્ક/યુક્રેનીયાઈ"
+
+#~ msgid "Vietnamese"
+#~ msgstr "વિયેટનામી"
+
+#~ msgid "Thai"
+#~ msgstr "થાઈ"
+
+#~ msgid "Unknown"
+#~ msgstr "અજ્ઞાત"
+
+#~ msgid "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "ફાઇલની જગ્યા ને દાખલ કરી શકાતી નથી કારણ કે તે માઉન્ટ થયેલ નથી."
+
+#~ msgid "The file is too big."
+#~ msgstr "ફાઈલ ખૂબ મોટી છે."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+#~ msgstr "gedit એ આ ફાઈલનો ઘટક બિન-સંપાદનીય રીતે ખોલેલ છે. શું તમે તેમાં કોઈપણ રીતે ફેરફાર કરવા માંગો છો?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "શું તમે તમારા ફેરફારો અવગણવા માંગો છો અને ફાઈલ પુનઃલોડ કરવા માંગો છો?"
+
+#~ msgid "Save _As..."
+#~ msgstr "આ રીતે સંગ્રહ કરો (_A)..."
+
+#~ msgid "_Print..."
+#~ msgstr "છાપો (_P)..."
+
+#~ msgid "Open a recently used file"
+#~ msgstr "હાલમાં વપરાયેલી એક ફાઇલ ખોલો"
+
+#~ msgid "Empty"
+#~ msgstr "ખાલી"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit પસંદગીઓ"
+
+#~ msgid "Replace All"
+#~ msgstr "બધુ બદલો"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "યુનિકોડ (UTF-8)"
+
+#~ msgid "_Open..."
+#~ msgstr "ખોલો (_O)..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "પસંદગીઓ (_e)"
+
+#~ msgid "Configure the application"
+#~ msgstr "કાર્યક્રમને રૂપરેખાંકિત કરો"
+
+#~ msgid "_Contents"
+#~ msgstr "વિષયસુચી (_C)"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "ફાઇલને સંગ્રહિત આવૃત્તિ પર ફરીથી લાવો"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "છાપન પૂર્વદર્શન (_w)"
+
+#~ msgid "Print preview"
+#~ msgstr "છાપન પૂર્વદર્શન"
+
+#~ msgid "Undo the last action"
+#~ msgstr "છેલ્લી ક્રિયા રદ કરો"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "છેલ્લી રદ કરેલ ક્રિયા પાછી કરો"
+
+#~ msgid "Cut the selection"
+#~ msgstr "પસંદગીને કાપો"
+
+#~ msgid "Copy the selection"
+#~ msgstr "પસંદગીની નકલ કરો"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "પસંદ કરેલ લખાણને કાઢી નાખો"
+
+#~ msgid "_Find..."
+#~ msgstr "શોધો (_F)..."
+
+#~ msgid "Search for text"
+#~ msgstr "લખાણ માટે શોધો"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "તે જ લખાણ માટે ઊંધી દિશામાં શોધો"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "તે જ શબ્દમાળા માટે ઊંધી દિશામાં શોધો"
+
+#~ msgid "_Replace..."
+#~ msgstr "બદલો (_R)..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "ને માટે શોધો અને લખાણ બદલો"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "શોધ જોડણીઓનું પ્રકાશન સાફ કરો"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "સ્પષ્ટ કરેલ લીટી પર જાઓ"
+
+#~ msgid "Save all open files"
+#~ msgstr "બધી ખુલેલી ફાઇલોનો સંગ્રહ કરો"
+
+#~ msgid "Close all open files"
+#~ msgstr "બધી ખુલેલી ફાઇલો બંધ કરો"
+
+#~ msgid "Activate previous document"
+#~ msgstr "પહેલાંનું દસ્તાવેજ સક્રિય કરો"
+
+#~ msgid "Activate next document"
+#~ msgstr "આગળનું દસ્તાવેજ સક્રિય કરો"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "વર્તમાન દસ્તાવેજને નવી વિન્ડોમાં ખસેડો"
+
+#~ msgid "Close the current file"
+#~ msgstr "વર્તમાન ફાઇલ બંધ કરો"
+
+#~ msgid "Quit the program"
+#~ msgstr "કાર્યક્રમમાંથી બહાર નીકળો"
+
+#~ msgid "_Toolbar"
+#~ msgstr "સાધનપટ્ટી (_T)"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "વર્તમાન વિન્ડોમાં સાધનપટ્ટી બતાવો અથવા છુપાવો"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "વર્તમાન વિન્ડોમાં પરિસ્થિતિદર્શક પટ્ટી બતાવો અથવા છુપાવો"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "સંપૂર્ણસ્ક્રીન પર લખાણમાં ફેરફાર કરો"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "વર્તમાન વિન્ડોમાં બાજુ તકતી બતાવો અથવા છુપાવો"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "વર્તમાન વિન્ડોમાંની તળિયાની તકતી બતાવો અથવા છુપાવો"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "વાક્યરચના પ્રકાશન નિષ્ક્રિય કરો"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' ખોલો"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' સક્રિયકૃત કરો"
+
+#~ msgid "Change Case"
+#~ msgstr "કેસ બદલો"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "પસંદ કરેલ લખાણનો કેસ બદલે છે."
+
+#~ msgid "C_hange Case"
+#~ msgstr "કેસ બદલો (_h)"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "બધા મોટા કેસવાળા અક્ષરો (_U)"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "બધા નાના કેસવાળા અક્ષરો (_L)"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "પસંદ કરેલ લખાણનો કેસ ફેરવો"
+
+#~ msgid "_Title Case"
+#~ msgstr "શીર્ષક કેસ (_T)"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "દરેક પસંદ કરેલ શબ્દનો પહેલો અક્ષર મોટો બનાવો"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "હાલના દસ્તાવેજ માટે ગણન જાણકારી મેળવો"
+
+#~ msgid "_Update"
+#~ msgstr "સુધારો (_U)"
+
+#~ msgid "File Name"
+#~ msgstr "ફાઇલ નામ"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "બાહ્ય સાધનો વ્યવસ્થાપક ખોલે છે"
+
+#~ msgid "External tools"
+#~ msgstr "બાહ્ય સાધનો"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "સક્રિય દસ્તાવેજ સ્થાનને રુટ સુયોજિત કરો"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "વર્તમાનમાં ખૂલેલી ડિરેક્ટરી આગળ ટર્મિનલ ખોલો"
+
+#~ msgid "file"
+#~ msgstr "ફાઈલ"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "પસંદ કરેલ ફાઈલો અથવા ફોલ્ડરને કચરાપેટીમાં ખસેડો"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "પસંદ કરેલ ફાઈલ અથવા ફોલ્ડર કાઢી નાંખો"
+
+#~ msgid "Up"
+#~ msgstr "ઉપર"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "પિતૃ ફોલ્ડર ખોલો"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "નવું ખાલી ફોલ્ડર ઉમેરો"
+
+#~ msgid "Add new empty file"
+#~ msgstr "નવી ખાલી ફાઈલ ઉમેરો"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "પસંદિત ફાઈલ અથવા ફોલ્ડરનું નામ બદલો"
+
+#~ msgid "_Previous Location"
+#~ msgstr "પહેલાંનુ સ્થાન (_P)"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "પહેલાંના મુલાકાત લીધેલ સ્થાને જાવ"
+
+#~ msgid "_Next Location"
+#~ msgstr "આગળનું સ્થાન (_N)"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "આગળના મુલાકાત લીધેલ સ્થાને જાવ"
+
+#~ msgid "Refresh the view"
+#~ msgstr "દેખાવ પુનઃતાજું કરો"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "ફાઈલ વ્યવસ્થાપકમાં ફોલ્ડર જુઓ"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "છુપી ફાઈલો અને ફોલ્ડરો બતાવો"
+
+#~ msgid "Show binary files"
+#~ msgstr "બાઈનરી ફાઈલો બતાવો"
+
+#~ msgid "Quick open"
+#~ msgstr "ઝડપી ખોલો"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "દસ્તાવેજોને ઝડપથી ખોલો"
+
+#~ msgid "_Snippets:"
+#~ msgstr "સ્નીપેટો (_S):"
+
+#~ msgid "Manage snippets"
+#~ msgstr "સ્નીપેટોની વ્યવસ્થા કરો"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "વર્તમાન દસ્તાવેજ અથવા પસંદગી ક્રમમાં ગોઠવો"
+
+#~ msgid "Check Spelling"
+#~ msgstr "જોડણી ચકાસો"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "વર્તમાન દસ્તાવેજને ખોટી જોડણી માટે ચકાસો"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "વર્તમાન દસ્તાવેજની ભાષા સુયોજિત કરો"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "વર્તમાન દસ્તાવેજની આપોઆપ જોડણી ચકાસો"
+
+#~ msgid "Language:"
+#~ msgstr "ભાષા:"
+
+#~ msgid "Language"
+#~ msgstr "ભાષા"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "કર્સર સ્થાન પર વર્તમાન તારીખ અને સમય ઉમેરો"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist dataprovider"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "gedit સાથે વાપરેલ દસ્તાવેજો માટે ઘટનાને છોડો અને લૉગને વાપરો"
+
+#~| msgid "Text"
+#~ msgid "Text;"
+#~ msgstr "લખાણ;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "સંગ્રહ કર્યા વિના બહાર નીકળો (_w)"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "પાશ્ર્વભાગમાં gedit ને ચલાવો"
+
+#~ msgid "_Add..."
+#~ msgstr "ઊમેરો (_A)..."
+
+#~ msgid "Previous location"
+#~ msgstr "પહેલાંનુ સ્થાન"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "પહેલાં ખોલેલ સ્થાન પર જાવ"
+
+#~ msgid "Next location"
+#~ msgstr "આગળનું સ્થાન"
+
+#~ msgid "Go to next location"
+#~ msgstr "આગળના સ્થાને જાવ"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "બાહ્ય સાધનો વ્યવસ્થાપક"
diff --git a/po/he.po b/po/he.po
new file mode 100644
index 0000000..1a9f648
--- /dev/null
+++ b/po/he.po
@@ -0,0 +1,5809 @@
+# translation of gedit.HEAD.he.po to Hebrew
+# translation of gedit.HEAD.po to Hebrew
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER.
+# Meir Kriheli <meirkr@mksoft.co.il>, 2003.
+# Gil 'Dolfin' Osher <dolfin@rpg.org.il>, 2003.
+# Gil Osher <dolfin@rpg.org.il>, 2004.
+# Yaron Shahrabani <sh.yaron@gmail.com>, 2010.
+# Yosef Or Boczko <yoseforb@gmail.com>, 2013-2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.HEAD.he\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-08-14 13:48+0000\n"
+"PO-Revision-Date: 2022-08-18 20:37+0300\n"
+"Last-Translator: Yosef Or Boczko <yoseforb@gmail.com>\n"
+"Language-Team: Hebrew <yoseforb@gmail.com>\n"
+"Language: he\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"X-Generator: Gtranslator 40.0\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+#| msgid "Text Editor"
+msgid "Text editor"
+msgstr "עורך טקסט"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "‏gedit הוא עורך למטרות כלליות."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"המטרה הראשונה של gedit היא להיות קלה לשימוש, עם ממשק פשוט כברירת מחדל. "
+"תכונות מתקדמות יותר זמינות באמצעות תוספים."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "עריכת קובצי טקסט"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "טקסט;עורך;עריכה;טקסט פשוט;כתיבה;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "חלון חדש"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "מסמך חדש"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Use Default Font"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Editor Font"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"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."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Style Scheme"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "The ID of a GtkSourceView Style Scheme used to color the text."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Create Backup Copies"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Autosave"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Autosave Interval"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maximum Number of Undo Actions"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Line Wrapping Mode"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"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."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Last split mode choice for line wrapping mode"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tab Size"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Insert spaces"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Whether gedit should insert spaces instead of tabs."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatic indent"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Whether gedit should enable automatic indentation."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Display Line Numbers"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Whether gedit should display line numbers in the editing area."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Highlight Current Line"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Whether gedit should highlight the current line."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Highlight Matching Brackets"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Whether gedit should highlight matching brackets."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Display Right Margin"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Whether gedit should display the right margin in the editing area."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Right Margin Position"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Specifies the position of the right margin."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Document background pattern type"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Whether the document will get a background pattern painted."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Smart Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"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."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Restore Previous Cursor Position"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Enable Syntax Highlighting"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Whether gedit should enable syntax highlighting."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Enable Search Highlighting"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Whether gedit should highlight all the occurrences of the searched text."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Ensure Trailing Newline"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Notebook Show Tabs Mode"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Status Bar is Visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Whether the status bar at the bottom of editing windows should be visible."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Side panel is Visible"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Whether the side pane at the left of editing windows should be visible."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Print Syntax Highlighting"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Whether gedit should print syntax highlighting when printing documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Print Header"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Whether gedit should include a document header when printing documents."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Printing Line Wrapping Mode"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"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."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Print Line Numbers"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Body Font for Printing"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Specifies the font to use for a document’s body when printing documents."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Header Font for Printing"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"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."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Line Number Font for Printing"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Specifies the font to use for line numbers when printing. This will only "
+"take effect if the “Print Line Numbers” option is non-zero."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Margin Left"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "The left margin, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Margin Top"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "The top margin, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Margin Right"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "The right margin, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Margin Bottom"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "The bottom margin, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Candidate Encodings"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Active plugins"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "List of active plugins."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Show the application’s version"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Display list of possible values for the encoding option"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Create a new top-level window in an existing instance of gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Create a new document in an existing instance of gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Open files and block process until files are closed"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Run gedit in standalone mode"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+LINE[:COLUMN]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "ארעה שגיאה בהצגת העזרה."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: invalid encoding."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "סגירה _ללא שמירה"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_ביטול"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "שמירה _בשם…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_שמירה"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "אם לא תתבצע שמירה, כל השינויים מהשנייה האחרונה יאבדו לצמיתות."
+msgstr[1] "אם לא תתבצע שמירה, כל השינויים מ־%ld השניות האחרונות יאבדו לצמיתות."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "אם לא תתבצע שמירה, שינויים מהדקה האחרונה יאבדו לצמיתות."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"אם לא תתבצע שמירה, כל השינויים מהדקה והשנייה האחרונות יאבדו לצמיתות."
+msgstr[1] ""
+"אם לא תתבצע שמירה, כל השינויים מהדקה ו־%ld השניות האחרונות יאבדו יאבדו "
+"לצמיתות."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "אם לא תתבצע שמירה, השינויים מהדקה האחרונה יאבדו לצמיתות."
+msgstr[1] "אם לא תתבצע שמירה, השינויים מ־%ld הדקות האחרונות יאבדו לצמיתות."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "אם לא תתבצע שמירה, השינויים מהשעה האחרונה יאבדו לצמיתות."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "אם לא תתבצע שמירה, שינויים מהשעה והדקה האחרונות יאבדו לצמיתות."
+msgstr[1] ""
+"אם לא תתבצע שמירה, השינויים מהשעה ו־%d הדקות האחרונות יאבדו לצמיתות."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "אם לא תתבצע שמירה, השינויים מהשעה האחרונה יאבדו לצמיתות."
+msgstr[1] "אם לא תתבצע שמירה, השינויים מ־%d השעות האחרונות יאבדו לצמיתות."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "האם לשמור את השינויים למסמך „%s“ לפני הסגירה?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "יש מסמך עם שינויים לא שמורים. האם לשמור את השינויים לפני הסגירה?"
+msgstr[1] ""
+"יש %d מסמכים עם שינויים לא שמורים. האם לשמור את השינויים לפני הסגירה?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "נא ל_בחור את הקובץ שברצונך לשמור:"
+
+# Secondary label
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "אם לא תתבצע שמירה, כל השינויים יאבדו לצמיתות."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "הקובץ „%s” בטעינה…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "קובץ אחד בטעינה…"
+msgstr[1] "%d קבצים בטעינה…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "הקובץ „%s” הנו לקריאה בלבד."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "האם ברצונך לנסות להחליפו עם הקובץ שנשמר?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "ה_חלפה"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "האם לשמור את הקובץ באמצעות דחיסה?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "האם לשמור את הקובץ כקובץ טקסט פשוט?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr "הקובץ „%s” נשמר בעבר כקובץ טקסט פשוט וכעת ישמר באמצעות דחיסה."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "שמירה באמצעות _דחיסה"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "הקובץ „%s” נשמר בעבר באמצעות דחיסה וכעת ישמר כקובץ טקסט פשוט."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "שמירה כ_טקסט פשוט"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "הקובץ „%s” נשמר…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "שמירה בשם"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "המסמך „%s” משוחזר…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "האם לבטל את השינויים שלא נשמרו במסמך „%s”?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "השינויים שנערכו במסמך בשנייה האחרונה יאבדו."
+msgstr[1] "השינויים שנערכו במסמך ב־%ld השניות האחרונות יאבדו."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "השינויים שנערכו במסמך בדקה האחרונה יאבדו."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "השינויים שנערכו במסמך בדקה והשנייה האחרונות יאבדו."
+msgstr[1] "השינויים שנערכו במסמך בדקה ו־%ld השניות האחרונות יאבדו."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "השינויים שנערכו במסמך בדקה האחרונה יאבדו."
+msgstr[1] "השינויים שנערכו במסמך ב־%ld הדקות האחרונות יאבדו."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "השינויים שנערכו במסמך בשעה האחרונה יאבדו."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "השינויים שנערכו במסמך בשעה ובדקה האחרונות יאבדו."
+msgstr[1] "השינויים שנערכו במסמך בשעה וב־%d הדקות האחרונות יאבדו."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "השינויים שנערכו במסמך בשעה האחרונה יאבדו."
+msgstr[1] "השינויים שנערכו במסמך ב־%d השעות האחרונות יאבדו."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_שחזור"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "מחברים עיקריים:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "הרבה תודות גם ל:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "ותורמים רבים אחרים."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "‏gedit הוא עורך טקסט קל לשימוש למטרות כלליות."
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"מאיר קריחלי <meir@mksoft.co.il>\n"
+"גיל אשר <dolfin@rpg.org.il>\n"
+"שושנה פורבס <xslf@xslf.com>\n"
+"יאיר הרשקוביץ <yairhr@gmail.com>\n"
+"ירון שהרבני <sh.yaron@gmail.com>\n"
+"יוסף אור בוצ׳קו <yoseforb@gmail.com>\n"
+"\n"
+"<a href=\"https://l10n.gnome.org/teams/he/\">מיזם תרגום GNOME לעברית</a>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "מופע אחד נמצא והוחלף"
+msgstr[1] "%d מופעים נמצאו והוחלפו"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "מופע אחד נמצא והוחלף"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "‏„%s” לא נמצא"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "קבוצת לשוניות %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "(קריאה בלבד)"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "מיקום נוכחי (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "זיהוי אוטומטי"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "הוספה או הסרה…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "‏%s ‏(מיקום נוכחי)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "האם אכן ברצונך לאפס את העדפות קידוד תווים?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_איפוס"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "הוספה"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "הסרה"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "העברה לעדיפות גבוהה יותר"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "העברה לעדיפות נמוכה יותר"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "מסמך שלא נשמר %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "כל הקבצים"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "כל קובצי הטקסט"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "קידוד _תווים:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "_סיום שורה:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "פתיחת קבצים"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_פתיחה"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:416
+msgid "_Retry"
+msgstr "_ניסיון חוזר"
+
+#: gedit/gedit-io-error-info-bar.c:157
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "לא ניתן למצוא את הקובץ „%s“."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:177
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "לא ניתן לטפל במיקומים מסוג „%s:“."
+
+#: gedit/gedit-io-error-info-bar.c:183
+msgid "Unable to handle this location."
+msgstr "לא ניתן לטפל במיקום זה."
+
+#: gedit/gedit-io-error-info-bar.c:192
+msgid "The location of the file cannot be accessed."
+msgstr "לא ניתן לגשת למיקום הקובץ."
+
+#: gedit/gedit-io-error-info-bar.c:196
+#, c-format
+msgid "“%s” is a directory."
+msgstr "„‏%s“ הנה תיקייה"
+
+#: gedit/gedit-io-error-info-bar.c:198 gedit/gedit-io-error-info-bar.c:205
+msgid "Please check that you typed the location correctly and try again."
+msgstr "נא לוודא שהמיקום הוקלד נכון ולנסות שנית."
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "‏„%s“ אינו מיקום תקין."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:239
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"לא ניתן למצוא את המארח „%s“. נא לבדוק את הגדרות מתווך הרשת ולנסות שנית."
+
+#: gedit/gedit-io-error-info-bar.c:254
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr "שם המארח לא היה תקין. נא לבדוק שהמיקום שהוזן נכון ולנסות שוב."
+
+#: gedit/gedit-io-error-info-bar.c:262
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "„‏%s“ אינו קובץ רגיל."
+
+#: gedit/gedit-io-error-info-bar.c:267
+msgid "Connection timed out. Please try again."
+msgstr "זמן תפוגת החיבור הגיעה. נא לנסות שוב."
+
+#: gedit/gedit-io-error-info-bar.c:300
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "שגיאה בלתי צפויה: %s"
+
+#: gedit/gedit-io-error-info-bar.c:336
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "לא ניתן לשחזר את הקובץ המבוקש. ככל הנראה, הוא נמחק לאחרונה."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "לא ניתן לשחזר את הקובץ „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:373
+msgid "Ch_aracter Encoding:"
+msgstr "קידוד ה_תווים:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:424
+msgid "Edit Any_way"
+msgstr "_עריכה בכל זאת"
+
+#: gedit/gedit-io-error-info-bar.c:512
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"מספר הקישורים שנמצאים תחת מעקב מוגבל ולא ניתן היה למצוא את הקובץ במסגרת "
+"מגבלה זו."
+
+#: gedit/gedit-io-error-info-bar.c:516
+msgid "You do not have the permissions necessary to open the file."
+msgstr "אין לך את ההרשאות הדרושות לפתיחת הקובץ."
+
+#: gedit/gedit-io-error-info-bar.c:522
+msgid "Unable to detect the character encoding."
+msgstr "לא ניתן לזהות את קידוד התווים."
+
+#: gedit/gedit-io-error-info-bar.c:523 gedit/gedit-io-error-info-bar.c:547
+msgid "Please check that you are not trying to open a binary file."
+msgstr "נא לוודא שלא מתבצע ניסיון לפתיחת קובץ בינרי."
+
+#: gedit/gedit-io-error-info-bar.c:524
+msgid "Select a character encoding from the menu and try again."
+msgstr "נא לבחור קידוד תווים מהתפריט ולנסות שוב."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "ארעה שגיאה בפתיחת הקובץ „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:532
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"בקובץ שפתחת יש מספר תווים שגויים. אם עריכת הקובץ תימשך יתכן שהמסמך יהפוך "
+"לפגום."
+
+#: gedit/gedit-io-error-info-bar.c:535
+msgid "You can also choose another character encoding and try again."
+msgstr "ניתן גם לבחור בקידוד תווים אחר מהתפריט ולנסות שוב."
+
+#: gedit/gedit-io-error-info-bar.c:544
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "לא ניתן לפתוח את הקובץ „%s“ עם קידוד התווים „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:548 gedit/gedit-io-error-info-bar.c:623
+msgid "Select a different character encoding from the menu and try again."
+msgstr "נא לבחור בקידוד תווים שונה מהתפריט ולנסות שוב."
+
+#: gedit/gedit-io-error-info-bar.c:560
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "לא ניתן לפתוח את הקובץ „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:618
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "לא ניתן לשמור את הקובץ „%s“ עם קידוד התווים „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:621
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"המסמך מכיל תו אחד או יותר שאינם ניתנים לקידוד באמצעות קידוד התווים שצוין."
+
+#: gedit/gedit-io-error-info-bar.c:692
+msgid "S_ave Anyway"
+msgstr "_שמירה בכל זאת"
+
+#: gedit/gedit-io-error-info-bar.c:695
+msgid "D_on’t Save"
+msgstr "_לא לשמור"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:709
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "הקובץ „%s“ השתנה מאז הפעם האחרונה שהוא נקרא."
+
+#: gedit/gedit-io-error-info-bar.c:724
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"אם תתבצע עבורו שמירה, כל השינויים החיצוניים עלולים ללכת לאיבוד. האם לשמור "
+"בכל זאת?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:782
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"לא ניתן לטפל במיקומי „%s:“ במצב כתיבה. נא לבדוק שהמיקום הוזן כראוי ולנסות "
+"שוב."
+
+#: gedit/gedit-io-error-info-bar.c:790
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"לא ניתן לטפל במיקום זה במצב כתיבה. נא לבדוק שהמיקום הוזן כראוי ולנסות שוב."
+
+#: gedit/gedit-io-error-info-bar.c:799
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr "„‏%s“ אינו מיקום תקין. נא לוודא שהמיקום הוקלד כראוי ולנסות שוב."
+
+#: gedit/gedit-io-error-info-bar.c:806
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"אין לך את ההרשאות המתאימות כדי לשמור את הקובץ. נא לבדוק שהמיקום הוקלד נכון "
+"ולנסות שוב."
+
+#: gedit/gedit-io-error-info-bar.c:812
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"אין מספיק מקום פנוי בכונן כדי לשמור את הקובץ. נא לפנות מעט מקום בכונן ולנסות "
+"שוב."
+
+#: gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"ניסיון שמירת הקובץ בוצע על כונן לקריאה בלבד. נא לבדוק שהמיקום שהוקלד נכון "
+"ולנסות שוב."
+
+#: gedit/gedit-io-error-info-bar.c:823
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "קובץ בשם זהה כבר קיים. נא להשתמש בשם אחר."
+
+#: gedit/gedit-io-error-info-bar.c:828
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"בכונן בו מתבצע הניסיון לשמירת הקובץ יש הגבלה על אורך שמות הקבצים. נא להשתמש "
+"בשם קצר יותר."
+
+#: gedit/gedit-io-error-info-bar.c:839
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"לדיסק שעליו אתה מנסה לשמור את הקובץ יש הגבלה בגדלי הקבצים. נא לנסות לשמור "
+"קובץ קטן יותר או לשמור את הקובץ לדיסק שאין לו הגבלה זו."
+
+#: gedit/gedit-io-error-info-bar.c:856
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "לא ניתן לשמור את הקובץ „%s“."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "יש ללחוץ על כפתור זה כדי לבחור גופן לשימוש על־ידי העורך"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "יש ל_השתמש בגופן המערכת בעל רוחב קבוע (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "לא ניתן להתקין את ערכת הצבעים שנבחרה: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "לא ניתן להתקין את ערכת הצבעים שנבחרה."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "הוספת ערכת צבעים"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_הוספת ערכה"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "קובצי ערכת צבעים"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "לא ניתן להסיר את ערכת הצבעים „%s”‏."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "בהכנה…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "קובץ: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "עמוד %N מתוך %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "מעבד עמוד %d מתוך %d…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "עורך טקסט"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "עמוד %d מתוך %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "כלום"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "חיפוש והחלפה"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr " OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr " INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "קיימת לשונית עם שגיאות"
+msgstr[1] "קיימות %d לשוניות עם שגיאות"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "‏%s משוחזר מ־%s"
+
+#: gedit/gedit-tab.c:837
+#, c-format
+msgid "Reverting %s"
+msgstr "‏%s משוחזר"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s from %s"
+msgstr "‏%s נטען מ־%s"
+
+#: gedit/gedit-tab.c:857
+#, c-format
+msgid "Loading %s"
+msgstr "‏%s נטען"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:937
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s נשמר אל %s"
+
+#: gedit/gedit-tab.c:942
+#, c-format
+msgid "Saving %s"
+msgstr "שומר %s"
+
+#: gedit/gedit-tab.c:1515
+#, c-format
+msgid "Error opening file %s"
+msgstr "שגיאה בטעינת הקובץ %s"
+
+#: gedit/gedit-tab.c:1520
+#, c-format
+msgid "Error reverting file %s"
+msgstr "שגיאה בשחזור הקובץ %s"
+
+#: gedit/gedit-tab.c:1525
+#, c-format
+msgid "Error saving file %s"
+msgstr "שגיאה בשמירת הקובץ %s"
+
+#: gedit/gedit-tab.c:1556
+msgid "Name:"
+msgstr "שם:"
+
+#: gedit/gedit-tab.c:1557
+msgid "MIME Type:"
+msgstr "סוג MIME:"
+
+#: gedit/gedit-tab.c:1558
+msgid "Encoding:"
+msgstr "קידוד:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ תחת %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS קלסי"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d מתוך %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_גלישה מסביב"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "התאמה כ_ביטוי רגולרי"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "התאמת מילים _שלמות בלבד"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "הת_אמת רישיות"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "המחרוזת שברצונך לחפש"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "השורה אליה להעביר את הסמן"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "הסוגר התואם הוא מחוץ לטווח"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "הסוגר התואם לא נמצא"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "הסוגר התואם נמצא בשורה: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " שורה %d, עמודה %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "רוחב טאב: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "טקסט פשוט"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "ישנם מסמכים שלא נשמרו"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "שינוי דף הסרגל הצדי"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "מסמכים"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "פתיחת קובץ"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "פתיחת קובץ שהיה בשימוש לאחרונה"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "ה_עברה לשמאל"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "ה_עברה לימין"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "ה_עברה לחלון חדש"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "ה_עברה לקבוצת לשוניות חדשה"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_סגירה"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "הזחה אוטומטית"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "שימוש ברווחים"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "הצגת מספרי שורות"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "הצגת השול הימני"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "הדגשת את השורה הנוכחית"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "גלישת טקסט"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_קובץ"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_חדש"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "פתיחת מסמך _אחרון"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "פתיחה מחדש ל_שונית שנסגרה"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "שמירה _בשם…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_חלון חדש"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_טעינה מחדש"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "ה_דפסה…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "י_ציאה"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_עריכה"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_ביטול"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_ביצוע שוב"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_גזירה"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "ה_עתקה"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "ה_דבקה"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_מחיקה"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_מצב דריסה"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "בחירת _הכול"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "ה_עדפות"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_תצוגה"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "חלונית ה_צד"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "החלונית ה_תחתונה"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_מסך מלא"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "מצב הד_גשה…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_חיפוש"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_חיפוש…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "חיפוש ה_בא"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "חיפוש ה_קודם"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "חיפוש והח_לפה…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "ניקוי הה_דגשה"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "מעבר _לשורה…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_כלים"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_מסמכים"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_שמירת הכול"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_סגירת הכל"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "קבוצת לשוניות _חדשה"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "קבוצת הלשוניות ה_קודמת"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "קבוצת הלשוניות ה_באה"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "ה_מסמך הקודם"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "המסמך ה_בא"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "ה_עברה לחלון חדש"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "ע_זרה"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+#| msgid "About gedit"
+msgid "_About gedit"
+msgstr "על _אודות gedit"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "_שמירת הכול"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "חיפוש והח_לפה…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "מעבר _לשורה…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_צירופי מקשים"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "קידוד תווים"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "ה_חלה"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "קידודים _זמינים"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "קידודים נ_בחרים"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_תיאור"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_קידוד"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "העדפות"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_הצגת מספרי שורות"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "_הצגת השוליים הימניים בעמודה:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "הצגת _שורת מצב"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "הצגת תבנית _רשת"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "גלישת טקסט"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "אפשור _גלישת טקסט"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "אין ל_פצל מילים ליותר משתי שורות"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "הדגשה"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "ה_דגשת את השורה הנוכחית"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "הדגשת ה_סוגר התואם"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "תצוגה"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "עצירות טאב"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_רוחב טאב:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "הוספת _רווחים במקום טאבים"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_אפשור הזחה אוטומטית"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "שמירת קובץ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "יש ליצור עותק _גיבוי של הקבצים לפני השמירה"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "שמירה _אוטומטית בכול"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_דקות"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "עורך"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "גופן"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_גופן העורך: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "בחירת גופן לעורך"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "ערכת צבעים"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "התקנת ערכה"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "התקנת ערכה"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "הסרת ערכה"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "הסרת ערכה"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "גופן וצבעים"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "תוספים"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "הדגשת תחביר"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "הדפסת הדגשת הת_חביר"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "מספרי שורות"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "הדפסת מס_פרי שורות"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_מספר בכול"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "שורות"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "כותרת העמוד"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "הדפסת _כותרות העמוד"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "גופנים"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_גוף:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "מספרי _שורות:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "כו_תרות עיליות ותחתונות:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_שחזור גופני ברירת המחדל"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "הצגת העמוד הקודם"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "הצגת העמוד הבא"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "עמוד נוכחי (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "מתוך"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "סה\"כ דפים"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "סך כל הדפים במסמך"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "הצגת מספר עמודים"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "תקריב 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "הגדרת התקריב להתאמה לעמוד כולו"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "התקרבות לעמוד"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "התרחקות מהעמוד"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "סגירת התצוגה המקדימה"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_סגירת תצוגה מקדימה"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "תצוגה מקדימה"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "תצוגה מקדימה של דף מהמסמך המיועד להדפסה"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "החלפה ב_כול"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_חיפוש"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "_חיפוש"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "החלפה _עם"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "הת_אמת רישיות"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "התאמת מילים _שלמות בלבד"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "ביטוי _רגולרי"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "חיפוש _אחורה"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_גלישה מסביב"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "מסמכים"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "יצירת מסמך חדש בלשוניתו"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "פתיחת מסמך"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "שמירת המסמך"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "שמירת המסמך בשם קובץ חדש"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "שמירת כל המסמכים"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "סגירת המסמך"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "סגירת כל המסמכים"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "פתיחה מחדש של המסמך האחרון שנסגר"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "מעבר למסמך הבא"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "מעבר למסמך הקודם"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "מעבר למסמך הראשון - התשיעי"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "חלונות ולוחות"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "יצירת מסמך חדש בחלון"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "יצירת קבוצת לשוניות חדשה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "הצגת הלוח הצדי"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "הצגת הלוח התחתון"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "מסך מלא"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "יציאה מהיישום"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "חיפוש והחלפה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "חיפוש"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "חיפוש ההתאמה הבאה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "חיפוש ההתאמה הקודמת"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "ניקוי הדגשה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "ביטול וביצוע חוזר"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "ביטול הפקודה האחרונה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "ביצוע חוזר של הפקודה האחרונה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "בחירה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "בחירת כל הטקסט"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "ביטול בחירת כל הטקסט"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "העתקה והדבקה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "התקהת הטקסט הנבחר ללוח הגזירים"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "גזירת הטקסט הנבחר ללוח הגזירים"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "הדבקת טקסט מלוח הגזירים"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "ניווט"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "מעבר לשורה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "מעבר לתחילת השורה הנוכחית"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "מעבר לסוף השורה הנוכחית"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "מעבר לתחילת המסמך"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "מעבר לסוף המסמך"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "הזזת התצוגה מעלה עם הקובץ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "הזזת התצוגה מטה עם הקובץ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "הזזת התצוגה לסוף הקובץ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "הזזת התצוגה לתחילת הקובץ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "מעבר לסוגר התואם"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "מעבר לקבוצת הלשוניות הקודמת"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "מעבר לקבוצת הלשוניות הבאה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "עריכה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "מעבר בין מצב הכנסה / דריסה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "הצגת הסמן"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "מחיקת השורה הנוכחית"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "העברת השורה הנוכחית מעלה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "העברת השורה הנוכחית מטה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "העברה המילה הנוכחית שמאלה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "העברת השורה הנוכחית ימינה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "המרה לאותיות רישיות"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "המרה לאותיות קטנות"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "החלפה בין אותיות רישיות וקטנות"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "הגדלת המספר שתחת הסמן"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "הקטנת המספר שתחת הסמן"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "כלים"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "בדיקת איות"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "הדפסת המסמך"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "הצגת חלון הידור"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "כללי"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "הצגת עזרה"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "פתיחת תפריט"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "צירופי מקשים"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "סגירת מסמך"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "יצירת מסמך חדש"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "חדש"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "שמירת הקובץ הנוכחי"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "שמירה"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "הסתרת הלוח"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "יציאה ממצב מסך מלא"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "סטטיסטיקת המסמך"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "דיווח על מספר המילים, השורות והתווים במסמך."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "סטטיסטיקת ה_מסמך"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "מסמך"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "בחירה"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "שורות"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "מילים"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "תווים (כולל רווחים)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "תווים (ללא רווחים)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "בתים"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "בנייה"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "הרצת „make” בספרייה הנוכחית"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "פתיחת מסוף כאן"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "פתיחת מסוף במיקום המסמך הנוכחי"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "הסרת רווחים עוקבים"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "הסרת רווחים עוקבים מיותרים בקובץ שלך"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "הפעלת פקודה"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "הפעלת פקודה והצבת הפלט שלה במסמך חדש"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "שליחה ל־fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "הדבקת הטקסט הנבחר או המסמך הנוכחי ל־fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "כלים חיצוניים"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "הרץ פקודות חיצוניות וסקריפטים למעטפת."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Whether to use the system font"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "ניהול כלים _חיצוניים…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "כלים _חיצוניים"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "לא ניתן להריץ את הפקודה: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "עליך להיות בתוך מילה כדי להריץ את פקודה זו"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "הכלי הפעיל:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "הסתיים."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "נסגר"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "כל השפות"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "כל השפות"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "כלי חדש"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "המאיץ כבר משויך ל־%s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "יש לבחור במקש האצה חדש או ללחוץ על Backspace לניקוי"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "הקלדת מקש האצה חדש"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "נעצר."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "עצירת כלי"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "תמיד זמין"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "כל המסמכים"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "כל המסמכים פרט לאילו שללא שם"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "קבצים מקומיים בלבד"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "קבצים מרוחקים בלבד"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "מסמכים ללא שם בלבד"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "המסמך הנוכחי"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "הבחירה הנוכחית"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "הבחירה הנוכחית (ברירת המחדל למסמכים)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "השורה הנוכחית"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "המילה הנוכחית"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "הצגה בתפריט התחתון"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "יצירת מסמך חדש"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "הוספה למסמך הנוכחי"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "החלפת המסמך הנוכחי"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "החלפת הבחירה הנוכחית"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "הוספה במיקום הסמן"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "ניהול כלים חיצוניים"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "הוספת מקטע חדש"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "הוספת כלי"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "שחזור הכלי הנבחר"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "הסרת כלי"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "כלי השחזור"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "כלי השחזור"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "מקש _קיצור:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_שמירה:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_קלט:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_פלט:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_יישומיות:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "פלט הכלי"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "חלונית סייר הקבצים"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "גישה קלה לקבצים מחלונית הצד."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "בית"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "מערכת קבצים"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "דפדפן קבצים"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "ארעה שגיאה בעת יצירת תיקייה חדשה"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "ארעה שגיאה בעת יצירת קובץ חדש"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "ארעה שגיאה בעת החלפת שם קובץ או ספרייה"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "ארעה שגיאה בעת מחיקת קובץ או ספרייה"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ארעה שגיאה בעת פתיחת תיקייה במנהל הקבצים"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "ארעה שגיאה בעת הגדרת תיקיית השורש"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "ארעה שגיאה בעת טעינת תיקייה"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "ארעה שגיאה"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"לא ניתן להעביר לאשפה\n"
+"האם למחוק לצמיתות?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "לא ניתן להעביר את הקובץ „%s” לאשפה."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "לא ניתן להעביר את הקבצים הנבחרים לאשפה."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "האם אכן ברצונך למחוק לצמיתות את „%s”?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "האם למחוק את הקבצים המסומנים?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "אם פריט ימחק, הוא יאבד."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(ריק)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"הקובץ ששמו שונה אינו נכלל עקב סינון. יהיה עליך להתאים את הגדרות המסנן שלך "
+"כדי שהקובץ יופיע"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "קובץ ללא שם"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"הקובץ החדש אינו נכלל עקב סינון. יהיה עליך להתאים את הגדרות המסנן שלך כדי "
+"הקובץ יופיע"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "תיקייה ללא שם"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"התיקייה החדשה לא נכללת עקב סינון. יהיה עליך להתאים את הגדרות המסנן שלך כך "
+"שהתיקייה תופיע"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "סימניות"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "אין פריט עגינה עבור הכרך שעוגן: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "לא ניתן לפתוח את המדיה: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "לא ניתן לעגון את הכרך: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "אירעה שגיאה בעת טעינת „%s”: אין תיקייה כזאת"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Open With Tree View"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "File Browser Root Directory"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "File Browser Virtual Root Directory"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Enable Restore of Remote Locations"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Sets whether to enable restoring of remote locations."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Set Location to First Document"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "File Browser Filter Mode"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "File Browser Filter Pattern"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "File Browser Binary Patterns"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "התבניות המשלימות לשימוש בעת סינון קבצים בינריים."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "ה_גדרת השורש למסמך הפעיל"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_תיקייה חדשה"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "_קובץ חדש"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "שינוי _שם…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "העברה ל_אשפה"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "ר_ענון התצוגה"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_הצגת תיקיה"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "פתיחה ב_מסוף"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_מסנן"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "הצגת _נסתרים"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "הצגה _בינרית"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "התאמת שם קובץ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "היסטוריה"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "פתיחת תפריט היסטוריה"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "מצבי שורה"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "תמיכה במצבי שורה בסגנונות של Emacs, Kate ו־Vim עבור gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "_צבע פקודה:"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "_צבע פקודה:"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "צבע ש_גיאה:"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "צבע ש_גיאה:"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_צבע פקודה:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "צבע ש_גיאה:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "מסוף Pyhton"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "מסוף Pyhton הִדּוּדִי הנמצא בלוח התחתון."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "הדגשה מהירה"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "מדגיש כל מופע של הטקסט הנבחר."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "פתיחה מהירה…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "פתיחה מהירה"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "פתיחת קבצים מהירה."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "יש להקליד כדי לחפש…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "ניהול _מקטעים…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "מקטעים"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "לא ניתן ליצור את הארכיון „%s”"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "תיקיית היעד „%s” לא קיימת"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "תיקיית היעד „%s” אינה תיקייה תקינה"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "הקובץ „%s”\" לא קיים"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "הקובץ „%s” אינו קובץ מקטעים תקני"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "הקובץ המיובא „%s” אינו קובץ מקטעים תקני"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "לא ניתן לחלץ את הארכיון „%s”"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "לא ניתן היה לייבא את הקבצים הבאים: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "הקובץ „%s” אינו ארכיון מקטעים תקני"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "ארכיון המקטעים"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "הוספת מקטע חדש…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "כללי"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "שחזור המקטע הנבחר"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "מחיקת המקטע הנבחר"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"זהו אינו מזניק תקני ללשונית. מזניקים יכולים להיות אותיות (או _, : ו־ .) או "
+"תו יחיד (שאינו אות או מספר) כגון: {, [, וכו׳."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "מילה בודדה המפעילה את המקטע לאחר לחיצה על Tab."
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "ארעה שגיאה בעת הייבוא: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "הייבוא הסתיים בהצלחה"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "ייבוא מקטעים"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "כל הארכיונים הנתמכים"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "ארכיון מכווץ Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "ארכיון מכווץ Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "קובץ מקטעים יחיד"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "כל הקבצים"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "ארעה שגיאה בעת הייצוא: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "הייצוא הסתיים בהצלחה"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "האם ברצונך לכלול את מקטעי ה<b>מערכת</b> הנבחרים בייצוא?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "אין מקטעים שנבחרו לייצוא"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "ייצוא מקטעים"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "יש להקליד קיצור חדש או ללחוץ על Backspace לניקוי"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "הקלדת קיצור חדש"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "הרצת פקודת ה־python ‏(%s) חרגה מכמות הזמן המרבית, ההפעלה בוטלה."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "הרצת פקודת ה־python ‏(%s) נכשלה: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "הוספת קטעי טקסט נפוצים בדרך מהירה."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "ניהול המקטעים"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "יצירת מקטע חדש"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "הוספת מקטע"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "הסרת מקטע"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "ייבוא מקטעים"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "ייצוא המקטעים הנבחרים"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "ייצוא מקטעים"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "הפעלה"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "ה_זנקה עם Tab:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "מקש _קיצור:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "מקש קיצור להפעלת המקטע"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "י_עדי השלכה:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_מיון…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "מיון"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "סדר יור_ד"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "הסרת _כפולים"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "התאמת אותיות _רישיות"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "התחלה ב_עמודה:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_מיון"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "ממיין מסמך או טקסט מסומן."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_בדיקת איות…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "הגדרת _שפה…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "ה_דגשת מילים בעלות איות שגוי"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "הדגשת מילים בעלות איות שגוי"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "הגדרות בררת מחדל עבור מדגיש בודק האיות."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "הגדרת תוסף בודק האיות"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "בררת מחדל עבור מסמכים חדשים"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "בודק איות"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "בדיקת האיות במסמך הנוכחי."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "_הוספת תאריך ושעה…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "מבנים זמינים"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Prompt Type"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Selected Format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "המבנה הנבחר ישמש בעת הוספת שעה/תאריך."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "מבנה מותאם"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "המבנה המתואם לשימוש בעת הוספת שעה/תאריך."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "הוספת תאריך ושעה"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "שימוש ב_מבנה הנבחר"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "שימוש במבנה _מותאם"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "הו_ספה"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "תצורת התוסף תאריך/שעה"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "בעת הוספת תאריך/שעה…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "הצגת _שאלה על המבנה"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "הוספת תאריך/שעה"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "הוספת התאריך והשעה הנוכחיים במיקום הסמן."
+
+#~| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "‏gedit הינו עורך הטקסט של שולחן העבודה GNOME."
+
+#~| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "‏gedit הינו עורך טקסט קטן וקל עבור שולחן העבודה GNOME"
+
+#~ msgid "_About Text Editor"
+#~ msgstr "_על אודות עורך טקסט"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "מצב הדגשה"
+
+#~ msgid "_Select"
+#~ msgstr "_בחירה"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "חיפוש במצב הדגשה…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "‏gedit הוא עורך הטקסט הרשמי של סביבת שולחן העבודה GNOME. תוך שהוא שואף "
+#~ "להיות קל ופשוט לשימוש, gedit הוא עורך טקסט רב עצמה."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "בין אם אתה כותב את רב המכר הבא, מתכנת יישום חדשני או פשוט כותב כמה הערות "
+#~ "קצרות, gedit יהיה כלי אמין להשגת מטרותיך."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "תוספי מערכת גמישים מאפשרים לך להתאים את היישום לצרכיך ולסגל אותו למהלך "
+#~ "העבודה שלך."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+
+#~ msgid "Character Encoding:"
+#~ msgstr "קידוד תווים:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "סיום שורה:"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "לא ניתן ליצור את התיקייה „%s”‏:‏ ()g_mkdir_with_parents נכשלה: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "ה_וספת ערכה"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "צירוף השורות הנבחרות"
+
+#~ msgid "Check update"
+#~ msgstr "בדיקה אחר עדכון"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "בדיקה אחר הגרסה האחרונה של gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "ארעה שגיאה בעת הצגת הכתובת."
+
+#~ msgid "_Download"
+#~ msgstr "ה_רדה"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "ה_תעלמות מגרסה"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "ישנה גרסה חדשה של gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "ניתן להוריד את הגרסה החדשה של gedit על ידי לחיצה על לחצן ההורדה או להתעלם "
+#~ "מגרסה זו ולהמתין לגרסה חדשה יותר"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "גרסה להתעלמות"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "גרסה להתעלמות עד שתשוחרר גרסה חדשה יותר."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "השינויים שנערכו במסמך „%s“ ילכו לאיבוד."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "אפשרות השמירה בוטלה על ידי מנהל מערכת."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "השינויים למסמך אחד יאבדו."
+#~ msgstr[1] "השינויים ל־%d מסמכים יאבדו."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "מסמכים עם _שינויים לא שמורים:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "פתיחה"
+
+#~| msgid "D_on't Edit"
+#~ msgid "D_on’t Edit"
+#~ msgstr "_לא לערוך"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "הקובץ הזה (%s) כבר פתוח בחלון אחר."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "האם לערוך את הקובץ בכל זאת?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "לא ניתן ליצור קובץ גיבוי בעת שמירת „%s“"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "לא ניתן ליצור קובץ גיבוי זמני בעת שמירת „%s“"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "לא ניתן לגבות את העותק הישן של הקובץ לפני שמירת החדש. ניתן להתעלם מאזהרה "
+#~ "זאת ולשמור את הקובץ בכל זאת, אך במקרה שתחול שגיאה בזמן השמירה, העותק הישן "
+#~ "עלול ללכת לאיבוד. האם לשמור בכל זאת?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "הקובץ „%s“ השתנה בכונן."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "השמטת השינויים ו_רענון"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "התגלו מספר תווים שגויים בעת שמירת „%s“"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr "אם עריכת הקובץ תימשך המסמך יכול להפוך לפגום. האם להמשיך בכל זאת?"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "עורך הטקסט gedit"
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Display Overview Map"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Whether gedit should display the overview map for the document."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Toolbar is Visible"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Whether the toolbar should be visible in editing windows."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Maximum Recent Files"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the \"Recent Files\" submenu."
+#~ msgstr ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the \"Recent Files\" submenu."
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "המיקום „%s“ אינו נגיש כרגע."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "המערכת שלך אינה מחוברת לרשת. נא לבדוק את החיבור."
+
+#~ msgid "_Ignore"
+#~ msgstr "ה_תעלמות"
+
+#~ msgid "Please check your installation."
+#~ msgstr "נא לבדוק את ההתקנה שלך."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "לא ניתן לפתוח את קובץ המנשק %s. שגיאה: %s"
+
+#~ msgid "Unable to find the object '%s' inside file %s."
+#~ msgstr "לא ניתן למצוא את הפריט '%s' בתוך הקובץ %s."
+
+#~ msgid "_About"
+#~ msgstr "על _אודות"
+
+#~ msgid "Tools"
+#~ msgstr "כלים"
+
+#~ msgid "No results"
+#~ msgstr "לא נמצאו תוצאות"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "_מסמכים אחרים…"
+
+#~ msgid "Open another file"
+#~ msgstr "פתיחת קובץ אחר"
+
+#~ msgid "Display _overview map"
+#~ msgstr "הצגת מפת _סקירה"
+
+#~ msgid "Open"
+#~ msgstr "פתיחה"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "דו שיח לפתיחת קובץ"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "ניהול _כלים חיצוניים..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "פתיחה מהירה…"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "_ניהול מקטעים..."
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_בדיקת איות..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "הגדרת _שפה..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "הו_ספת תאריך ושעה..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "פתיחת חלון חדש"
+
+#~ msgid "Open a New Document"
+#~ msgstr "יצירת מסמך חדש"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRY"
+
+#~ msgid "Edit"
+#~ msgstr "עריכה"
+
+#~ msgid "Help"
+#~ msgstr "עזרה"
+
+#~ msgid "Question"
+#~ msgstr "שאלה"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(אין מילים מוצעות)"
+
+#~ msgid "_More..."
+#~ msgstr "_עוד..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "התע_למות מהכול"
+
+#~ msgid "_Add"
+#~ msgstr "_הוספה"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "ה_צעות איות..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "ארעה שגיאה בעת בדיקת איות המילה „%s”: ‏%s"
+
+#~ msgid "Error:"
+#~ msgstr "שגיאה:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "בדיקת האיות הסתיימה"
+
+#~ msgid "No misspelled words"
+#~ msgstr "אין מילים שגויות"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(איות נכון)"
+
+#~ msgid "Suggestions"
+#~ msgstr "הצעות"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "‏%s (‏%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "לא ידוע (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "ברירת מחדל"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "בחירת _שפת המסמך הנוכחי."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "מילה שגויה:"
+
+#~ msgid "word"
+#~ msgstr "מילים"
+
+#~ msgid "Change _to:"
+#~ msgstr "שינוי _ל־:"
+
+#~ msgid "Check _Word"
+#~ msgstr "_בדיקת מילה"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "ה_צעות:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "התעלמות מה_כול"
+
+#~ msgid "Cha_nge"
+#~ msgstr "_שינוי"
+
+#~ msgid "Change A_ll"
+#~ msgstr "שינוי ה_כול"
+
+#~ msgid "User dictionary:"
+#~ msgstr "מילון משתמש:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "הוספת _מילה"
+
+#~ msgid "Minimap is Visible"
+#~ msgstr "Minimap is Visible"
+
+#~ msgid "Whether the minimap for the document should be visible."
+#~ msgstr "Whether the minimap for the document should be visible."
+
+#~ msgid "_Minimap"
+#~ msgstr "_מפת סקירה"
+
+#~ msgid "_OK"
+#~ msgstr "_אישור"
+
+#~ msgid "Set language"
+#~ msgstr "הגדרת שפה"
+
+#~ msgid "Languages"
+#~ msgstr "שפות"
+
+#~ msgid "The document is empty."
+#~ msgstr "המסמך ריק."
+
+# Read only
+#~ msgid "RO"
+#~ msgstr "ק\"ב"
+
+#~ msgid "_Ignore case"
+#~ msgstr "הת_עלמות מרישיות"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "לא ניתן לבטל פעולת מיון"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8','CURRENT','ISO-8859-8','WINDOWS-1255','UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Automatically Detected Encodings"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['UTF-8','ISO-8859-8','WINDOWS-1255']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Encodings shown in menu"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+
+#~ msgid "Character encodings"
+#~ msgstr "קידוד תווים"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "ק_ידודים המופיעים בתפריט:"
+
+#~ msgid "P_revious Page"
+#~ msgstr "העמוד ה_קודם"
+
+#~ msgid "_Next Page"
+#~ msgstr "העמוד ה_בא"
+
+#~ msgid "Replace"
+#~ msgstr "החלפה"
+
+#~ msgid "_Search for: "
+#~ msgstr "_חיפוש אחר: "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "יוניקוד (UTF-8)"
+
+#~ msgid "Recent files"
+#~ msgstr "קבצים אחרונים"
+
+#~ msgid "Unicode"
+#~ msgstr "יוניקוד"
+
+#~ msgid "Western"
+#~ msgstr "מערבי"
+
+#~ msgid "Central European"
+#~ msgstr "מרכז אירופה"
+
+#~ msgid "South European"
+#~ msgstr "דרום אירופה"
+
+#~ msgid "Baltic"
+#~ msgstr "בלטית"
+
+#~ msgid "Cyrillic"
+#~ msgstr "קירילית"
+
+#~ msgid "Arabic"
+#~ msgstr "ערבית"
+
+#~ msgid "Greek"
+#~ msgstr "יוונית"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "עברית ויזואלית"
+
+#~ msgid "Turkish"
+#~ msgstr "טורקית"
+
+#~ msgid "Nordic"
+#~ msgstr "נורדית"
+
+#~ msgid "Celtic"
+#~ msgstr "קלטית"
+
+#~ msgid "Romanian"
+#~ msgstr "רומנית"
+
+#~ msgid "Armenian"
+#~ msgstr "ארמנית"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "סינית מסורתית"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "קירילית/רוסית"
+
+#~ msgid "Japanese"
+#~ msgstr "יפנית"
+
+#~ msgid "Korean"
+#~ msgstr "קוריאנית"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "סינית פשוטה"
+
+#~ msgid "Georgian"
+#~ msgstr "גאורגית"
+
+#~ msgid "Hebrew"
+#~ msgstr "עברית"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "קירילית/אוקראינית"
+
+#~ msgid "Vietnamese"
+#~ msgstr "וייטנאמית"
+
+#~ msgid "Thai"
+#~ msgstr "תאי"
+
+#~ msgid "Unknown"
+#~ msgstr "לא ידוע"
+
+#~ msgid "The file is too big."
+#~ msgstr "הקובץ גדול מידי."
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "ספק נתוני שימוש"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "רישום אירועי הגישה והעזיבה עבור מסמכים בהם נעשה שימוש ב־gedit"
+
+#~ msgid "Need help?"
+#~ msgstr "יש צורך בעזרה?"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "העדפות gedit"
+
+#~ msgid "_Snippets:"
+#~ msgstr "מ_קטעים:"
+
+#~ msgid "Show the application's help"
+#~ msgstr "Show the application's help"
+
+#~ msgid "Enter GApplication service mode"
+#~ msgstr "Enter GApplication service mode"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Edit text files"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+
+#~ msgid "_Update"
+#~ msgstr "_עדכון"
+
+#~ msgid "File Name"
+#~ msgstr "שם הקובץ"
+
+#~ msgid "Language:"
+#~ msgstr "שפה:"
+
+#~ msgid "Language"
+#~ msgstr "שפה"
+
+#~ msgid "Empty"
+#~ msgstr "ריק"
+
+#~ msgid "column"
+#~ msgstr "עמודה"
+
+#~ msgid "_Open..."
+#~ msgstr "_פתיחה..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "ה_עדפות"
+
+#~ msgid "Configure the application"
+#~ msgstr "הגדרת היישום"
+
+#~ msgid "_Contents"
+#~ msgstr "_תכנים"
+
+#~ msgid "Save _As..."
+#~ msgstr "שמירה _בשם..."
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "חזרה לגרסה השמורה של הקובץ"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "תצוגה _מקדימה"
+
+#~ msgid "Print preview"
+#~ msgstr "תצוגה מקדימה"
+
+#~ msgid "_Print..."
+#~ msgstr "ה_דפסה..."
+
+#~ msgid "Undo the last action"
+#~ msgstr "ביטול הפעולה האחרונה"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "ביצוע חוזר של הפעולה המבוטלת האחרונה"
+
+#~ msgid "Cut the selection"
+#~ msgstr "גזירת הבחירה"
+
+#~ msgid "Copy the selection"
+#~ msgstr "העתקת הבחירה"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "מחיקת הטקסט הנבחר"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "מצב ה_דגשה…"
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "החלפת מצב ההגדשה של המסמך הפעיל"
+
+#~ msgid "_Find..."
+#~ msgstr "_חיפוש..."
+
+#~ msgid "Search for text"
+#~ msgstr "חיפוש טקסט"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "חיפוש קדימה אחר אותו הטקסט"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "חיפוש אחורה אחר אותו הטקסט"
+
+#~ msgid "_Replace..."
+#~ msgstr "הח_לפה..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "חיפוש והחלפת מחרוזת"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "ניקוי הדגשות של תוצאות חיפוש"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "מעבר לשורה מסוימת"
+
+#~ msgid "Save all open files"
+#~ msgstr "שמירת כל הקבצים הפתוחים"
+
+#~ msgid "Close all open files"
+#~ msgstr "סגירת כל הקבצים הפתוחים"
+
+#~ msgid "Activate previous document"
+#~ msgstr "הפעלת המסמך הקודם"
+
+#~ msgid "Activate next document"
+#~ msgstr "הפעלת המסמך הבא"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "העברת המסמך הנוכחי לחלון חדש"
+
+#~ msgid "Close the current file"
+#~ msgstr "סגירת הקובץ הנוכחי"
+
+#~ msgid "Quit the program"
+#~ msgstr "יציאה מהתכנית"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_סרגל כלים"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "הצגה או הסתרה של סרגל הכלים בחלון הנוכחי"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "הצגה או הסתרה של שורת המצב בחלון הנוכחי"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "עריכת הטקסט במסך מלא"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "הצגה או הסתרה של חלונית הצד בחלון הנוכחי"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "הצגה או הסתרה של החלונית התחתונה בחלון הנוכחי"
+
+# Translators: %s is a URI
+#~ msgid "Open '%s'"
+#~ msgstr "פתיחת '%s'"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "הפעלת '%s'"
+
+#~ msgid "Change Case"
+#~ msgstr "החלפה בין אותיות רישיות/קטנות"
+
+#~ msgid "C_hange Case"
+#~ msgstr "_שינוי גודל האותיות"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "הכול לאותיות _רישיות"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "הכול לאותיות _קטנות"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "החלפה בין אותיות רישיות לקטנות ולהפך"
+
+#~ msgid "_Title Case"
+#~ msgstr "_אות רישית בראש מילה"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "הפיכת האות הראשונה במילים הנבחרות לרישית"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "קבלת מידע סטטיסטי על המסמך הנוכחי"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "פותח את מנהל הכלים החיצוניים"
+
+#~ msgid "External tools"
+#~ msgstr "כלים חיצוניים"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "פתיחת מסמכים במהירות"
+
+#~ msgid "Manage snippets"
+#~ msgstr "ניהול מקטעים"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "מיון המסמך הבחירה הנוכחיים"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "בדיקת המסמך הנוכחי לאיות שגוי"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "בדיקה אוטומטית של האיות במסמך הנוכחי"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "הוספת התאריך והשעה הנוכחיים במיקום הסמן"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Undo Actions Limit (DEPRECATED)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "לא ניתן לגשת למיקום הקובץ מכיוון שהוא לא מעוגן."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "‏gedit פתח מופע זה של הקובץ עבור קריאה בלבד. האם להמשיך בעריכה למרות זאת?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "האם ברצונך להתעלם מהשינויים שלך ולטעון מחדש את הקובץ?"
+
+#~ msgid "Replace All"
+#~ msgstr "החלפת הכול"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "_ביטול הדגשת תחביר"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "הגדרת השורש למיקום המסמך הפעיל"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "פתיחת מסוף בתיקייה הפתוחה הנוכחית"
+
+#~ msgid "file"
+#~ msgstr "קובץ"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "העברת הקובץ או התיקייה הנבחרים לאשפה"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "מחיקת הקובץ או התיקייה הנבחרים"
+
+#~ msgid "Open selected file"
+#~ msgstr "פתיחת הקובץ הנבחר"
+
+#~ msgid "Up"
+#~ msgstr "למעלה"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "פתיחת תיקיית ההורה"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "הוספת תיקייה ריקה"
+
+#~ msgid "Add new empty file"
+#~ msgstr "הוספת קובץ ריק"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "שינוי שם הקובץ או התיקייה שנבחרו"
+
+#~ msgid "_Previous Location"
+#~ msgstr "המיקום ה_קודם"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "מעבר למיקום הקודם בו ביקרת"
+
+#~ msgid "_Next Location"
+#~ msgstr "המיקום ה_בא"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "מעבר למיקום הבא בו ביקרת"
+
+#~ msgid "Refresh the view"
+#~ msgstr "רענון התצוגה"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "הצגת התיקייה במנהל הקבצים"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "הצגת קבצים ותיקיות נסתרים"
+
+#~ msgid "Show binary files"
+#~ msgstr "הצגת קבצים בינריים"
+
+#~ msgid "Quick open"
+#~ msgstr "פתיחה מהירה"
+
+#~ msgid "Text;"
+#~ msgstr "טקסט;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "יציאה _ללא שמירה"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "הפעלת gedit ברקע"
+
+#~ msgid "toolbutton1"
+#~ msgstr "toolbutton1"
+
+#~ msgid "toolbutton2"
+#~ msgstr "toolbutton2"
+
+#~ msgid "_Add..."
+#~ msgstr "_הוספה..."
+
+#~ msgid "Previous location"
+#~ msgstr "המיקום הקודם"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "מעבר למיקום שנפתח בעבר"
+
+#~ msgid "Next location"
+#~ msgstr "המיקום הבא"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Writable VFS schemes"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "מנהל כלים חיצוניים"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"system\" to use the "
+#~ "system's default style, \"icons\" to display icons only, \"icons-and-"
+#~ "text\" to display both icons and text, and \"icons-both-horiz\" to "
+#~ "display prioritized text beside icons. Note that the values are case-"
+#~ "sensitive, so make sure they appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Style for the toolbar buttons. Possible values are \"system\" to use the "
+#~ "system's default style, \"icons\" to display icons only, \"icons-and-"
+#~ "text\" to display both icons and text, and \"icons-both-horiz\" to "
+#~ "display prioritized text beside icons. Note that the values are case-"
+#~ "sensitive, so make sure they appear exactly as mentioned here."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Toolbar Buttons Style"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "לא ניתן לאתר את הקידוד אוטומטית"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "מנהל המקטעים"
+
+#~ msgid "Tags"
+#~ msgstr "תגיות"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "נא לבחור בקבוצת התגיות בה ברצונך להשתמש"
+
+#~ msgid "_Preview"
+#~ msgstr "תצוגה _מקדימה"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "רשימת התגיות הזמינות"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "Abbreviated form"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Abbreviation"
+
+#~ msgid "Above"
+#~ msgstr "Above"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "Accessibility key character"
+
+#~ msgid "Acronym"
+#~ msgstr "Acronym"
+
+#~ msgid "Align"
+#~ msgstr "Align"
+
+#~ msgid "Alignment character"
+#~ msgstr "Alignment character"
+
+#~ msgid "Alternative"
+#~ msgstr "Alternative"
+
+#~ msgid "Anchor"
+#~ msgstr "Anchor"
+
+#~ msgid "Anchor URI"
+#~ msgstr "Anchor URI"
+
+#~ msgid "Applet class file code"
+#~ msgstr "Applet class file code"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Applet class file code (deprecated)"
+
+#~ msgid "Array"
+#~ msgstr "Array"
+
+#~ msgid "Associated information"
+#~ msgstr "Associated information"
+
+#~ msgid "Author info"
+#~ msgstr "Author info"
+
+#~ msgid "Axis related headers"
+#~ msgstr "Axis related headers"
+
+#~ msgid "Background color"
+#~ msgstr "Background color"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "Background color (deprecated)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "Background texture tile"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "Background texture tile (deprecated)"
+
+#~ msgid "Base URI"
+#~ msgstr "Base URI"
+
+#~ msgid "Base font"
+#~ msgstr "Base font"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Base font (deprecated)"
+
+#~ msgid "Bold"
+#~ msgstr "Bold"
+
+#~ msgid "Border"
+#~ msgstr "Border"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "Border (deprecated)"
+
+#~ msgid "Border color"
+#~ msgstr "Border color"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "Cell rowspan"
+
+#~ msgid "Center"
+#~ msgstr "Center"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "Center (deprecated)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Character encoding of linked resource"
+
+#~ msgid "Checked (state)"
+#~ msgstr "Checked (state)"
+
+#~ msgid "Checked state"
+#~ msgstr "Checked state"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "Cite reason for change"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "Class implementation ID"
+
+#~ msgid "Class list"
+#~ msgstr "Class list"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "Clear text flow control"
+
+#~ msgid "Code content type"
+#~ msgstr "Code content type"
+
+#~ msgid "Color of selected links"
+#~ msgstr "Color of selected links"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "Color of selected links (deprecated)"
+
+#~ msgid "Column span"
+#~ msgstr "Column span"
+
+#~ msgid "Comment"
+#~ msgstr "Comment"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "Computer code fragment"
+
+#~ msgid "Content type"
+#~ msgstr "Content type"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "Content type (deprecated)"
+
+#~ msgid "Coordinates"
+#~ msgstr "Coordinates"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV Style container"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV container"
+
+#~ msgid "Date and time of change"
+#~ msgstr "Date and time of change"
+
+#~ msgid "Declare flag"
+#~ msgstr "Declare flag"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Defer attribute"
+
+#~ msgid "Definition description"
+#~ msgstr "Definition description"
+
+#~ msgid "Definition list"
+#~ msgstr "Definition list"
+
+#~ msgid "Definition term"
+#~ msgstr "Definition term"
+
+#~ msgid "Deleted text"
+#~ msgstr "Deleted text"
+
+#~ msgid "Direction"
+#~ msgstr "Direction"
+
+#~ msgid "Directionality"
+#~ msgstr "Directionality"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "Directionality (deprecated)"
+
+#~ msgid "Directory list"
+#~ msgstr "Directory list"
+
+#~ msgid "Disabled"
+#~ msgstr "Disabled"
+
+#~ msgid "Document base"
+#~ msgstr "Document base"
+
+#~ msgid "Document body"
+#~ msgstr "Document body"
+
+#~ msgid "Document head"
+#~ msgstr "Document head"
+
+#~ msgid "Document title"
+#~ msgstr "Document title"
+
+#~ msgid "Document type"
+#~ msgstr "Document type"
+
+#~ msgid "Element ID"
+#~ msgstr "Element ID"
+
+#~ msgid "Embedded object"
+#~ msgstr "Embedded object"
+
+#~ msgid "Emphasis"
+#~ msgstr "Emphasis"
+
+#~ msgid "Encode type"
+#~ msgstr "Encode type"
+
+#~ msgid "Figure"
+#~ msgstr "Figure"
+
+#~ msgid "Font face"
+#~ msgstr "Font face"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Font face (deprecated)"
+
+#~ msgid "For label"
+#~ msgstr "For label"
+
+#~ msgid "Forced line break"
+#~ msgstr "Forced line break"
+
+#~ msgid "Form"
+#~ msgstr "Form"
+
+#~ msgid "Form action handler"
+#~ msgstr "Form action handler"
+
+#~ msgid "Form control group"
+#~ msgstr "Form control group"
+
+#~ msgid "Form field label text"
+#~ msgstr "Form field label text"
+
+#~ msgid "Form input"
+#~ msgstr "Form input"
+
+#~ msgid "Form input type"
+#~ msgstr "Form input type"
+
+#~ msgid "Form method"
+#~ msgstr "Form method"
+
+#~ msgid "Forward link"
+#~ msgstr "Forward link"
+
+#~ msgid "Frame"
+#~ msgstr "Frame"
+
+#~ msgid "Frame border"
+#~ msgstr "Frame border"
+
+#~ msgid "Frame render parts"
+#~ msgstr "Frame render parts"
+
+#~ msgid "Frame source"
+#~ msgstr "Frame source"
+
+#~ msgid "Frame spacing"
+#~ msgstr "Frame spacing"
+
+#~ msgid "Frame target"
+#~ msgstr "Frame target"
+
+#~ msgid "Frameborder"
+#~ msgstr "Frameborder"
+
+#~ msgid "Frameset"
+#~ msgstr "Frameset"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Frameset columns"
+
+#~ msgid "Frameset rows"
+#~ msgstr "Frameset rows"
+
+#~ msgid "Framespacing"
+#~ msgstr "Framespacing"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "Generic embedded object"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "Generic metainformation"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML root element"
+
+#~ msgid "HTML version"
+#~ msgstr "HTML version"
+
+#~ msgid "HTML — Special Characters"
+#~ msgstr "‏HTML — תווים מיוחדים"
+
+#~ msgid "HTML — Tags"
+#~ msgstr "‏HTML — תגיות"
+
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP header name"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "Header cell IDs"
+
+#~ msgid "Heading"
+#~ msgstr "Heading"
+
+#~ msgid "Heading 1"
+#~ msgstr "Heading 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "Heading 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "Heading 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "Heading 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "Heading 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "Heading 6"
+
+#~ msgid "Height"
+#~ msgstr "Height"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "Horizontal rule"
+
+#~ msgid "Horizontal space"
+#~ msgstr "Horizontal space"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "Horizontal space (deprecated)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "I18N BiDi override"
+
+#~ msgid "Image"
+#~ msgstr "Image"
+
+#~ msgid "Image map"
+#~ msgstr "Image map"
+
+#~ msgid "Image map area"
+#~ msgstr "Image map area"
+
+#~ msgid "Image map name"
+#~ msgstr "Image map name"
+
+#~ msgid "Image source"
+#~ msgstr "Image source"
+
+#~ msgid "Inline frame"
+#~ msgstr "Inline frame"
+
+#~ msgid "Inline layer"
+#~ msgstr "Inline layer"
+
+#~ msgid "Inserted text"
+#~ msgstr "Inserted text"
+
+#~ msgid "Instance definition"
+#~ msgstr "Instance definition"
+
+#~ msgid "Italic text"
+#~ msgstr "Italic text"
+
+#~ msgid "Java applet"
+#~ msgstr "Java applet"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Java applet (deprecated)"
+
+#~ msgid "Label"
+#~ msgstr "Label"
+
+#~ msgid "Language code"
+#~ msgstr "Language code"
+
+#~ msgid "Large text style"
+#~ msgstr "Large text style"
+
+#~ msgid "Layer"
+#~ msgstr "Layer"
+
+#~ msgid "Link color"
+#~ msgstr "Link color"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "Link color (deprecated)"
+
+#~ msgid "List item"
+#~ msgstr "List item"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "List of MIME types for file upload"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "List of supported character sets"
+
+#~ msgid "Listing"
+#~ msgstr "Listing"
+
+#~ msgid "Local change to font"
+#~ msgstr "Local change to font"
+
+#~ msgid "Long description link"
+#~ msgstr "Long description link"
+
+#~ msgid "Long quotation"
+#~ msgstr "Long quotation"
+
+#~ msgid "Mail link"
+#~ msgstr "Mail link"
+
+#~ msgid "Marquee"
+#~ msgstr "Marquee"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "Maximum length of text field"
+
+#~ msgid "Media-independent link"
+#~ msgstr "Media-independent link"
+
+#~ msgid "Menu list"
+#~ msgstr "Menu list"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "Menu list (deprecated)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "Multi-line text field"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Multicolumn"
+
+#~ msgid "Multiple"
+#~ msgstr "Multiple"
+
+#~ msgid "Name"
+#~ msgstr "Name"
+
+#~ msgid "Named property value"
+#~ msgstr "Named property value"
+
+#~ msgid "Next ID"
+#~ msgstr "Next ID"
+
+#~ msgid "No URI"
+#~ msgstr "No URI"
+
+#~ msgid "No embedded objects"
+#~ msgstr "No embedded objects"
+
+#~ msgid "No frames"
+#~ msgstr "No frames"
+
+#~ msgid "No layers"
+#~ msgstr "No layers"
+
+#~ msgid "No line break"
+#~ msgstr "No line break"
+
+#~ msgid "No script"
+#~ msgstr "No script"
+
+#~ msgid "No shade"
+#~ msgstr "No shade"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "No shade (deprecated)"
+
+#~ msgid "No word wrap"
+#~ msgstr "No word wrap"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "No word wrap (deprecated)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "Non-breaking space"
+
+#~ msgid "Note"
+#~ msgstr "Note"
+
+#~ msgid "Object applet file"
+#~ msgstr "Object applet file"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Object applet file (deprecated)"
+
+#~ msgid "Object data reference"
+#~ msgstr "Object data reference"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "Offset for alignment character"
+
+#~ msgid "OnBlur event"
+#~ msgstr "OnBlur event"
+
+#~ msgid "OnChange event"
+#~ msgstr "OnChange event"
+
+#~ msgid "OnClick event"
+#~ msgstr "OnClick event"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick event"
+
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus event"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown event"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress event"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp event"
+
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad event"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown event"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove event"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut event"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver event"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp event"
+
+#~ msgid "OnReset event"
+#~ msgstr "OnReset event"
+
+#~ msgid "OnSelect event"
+#~ msgstr "OnSelect event"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit event"
+
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload event"
+
+#~ msgid "Option group"
+#~ msgstr "Option group"
+
+#~ msgid "Option selector"
+#~ msgstr "Option selector"
+
+#~ msgid "Ordered list"
+#~ msgstr "Ordered list"
+
+#~ msgid "Output media"
+#~ msgstr "Output media"
+
+#~ msgid "Paragraph"
+#~ msgstr "Paragraph"
+
+#~ msgid "Paragraph class"
+#~ msgstr "Paragraph class"
+
+#~ msgid "Paragraph style"
+#~ msgstr "Paragraph style"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "Preformatted listing"
+
+#~ msgid "Preformatted text"
+#~ msgstr "Preformatted text"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Profile metainfo dictionary"
+
+#~ msgid "Prompt message"
+#~ msgstr "Prompt message"
+
+#~ msgid "Push button"
+#~ msgstr "Push button"
+
+#~ msgid "Quote"
+#~ msgstr "Quote"
+
+#~ msgid "Range"
+#~ msgstr "Range"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "ReadOnly text and password"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "Reduced spacing"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "Reduced spacing (deprecated)"
+
+#~ msgid "Reverse link"
+#~ msgstr "Reverse link"
+
+#~ msgid "Root"
+#~ msgstr "Root"
+
+#~ msgid "Rows"
+#~ msgstr "Rows"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "Rulings between rows and columns"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "Sample program output, scripts"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "Scope covered by header cells"
+
+#~ msgid "Script language name"
+#~ msgstr "Script language name"
+
+#~ msgid "Script statements"
+#~ msgstr "Script statments"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Scrollbar"
+
+#~ msgid "Selectable option"
+#~ msgstr "Selectable option"
+
+#~ msgid "Server-side image map"
+#~ msgstr "Server-side image map"
+
+#~ msgid "Shape"
+#~ msgstr "Shape"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "Short inline quotation"
+
+#~ msgid "Single line prompt"
+#~ msgstr "Single line prompt"
+
+#~ msgid "Size"
+#~ msgstr "Size"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "Size (deprecated)"
+
+#~ msgid "Small text style"
+#~ msgstr "Small text style"
+
+#~ msgid "Soft line break"
+#~ msgstr "Soft line break"
+
+#~ msgid "Sound"
+#~ msgstr "Sound"
+
+#~ msgid "Source"
+#~ msgstr "Source"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "Space-separated archive list"
+
+#~ msgid "Spacer"
+#~ msgstr "Spacer"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "Spacing between cells"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "Spacing within cells"
+
+#~ msgid "Span"
+#~ msgstr "Span"
+
+#~ msgid "Square root"
+#~ msgstr "Square root"
+
+#~ msgid "Standby load message"
+#~ msgstr "Standby load message"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "Starting sequence number"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "Starting sequence number (deprecated)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "Strike-through text"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Strike-through text (deprecated)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "Strike-through text style"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Strike-through text style (deprecated)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "Strong emphasis"
+
+#~ msgid "Style info"
+#~ msgstr "Style info"
+
+#~ msgid "Subscript"
+#~ msgstr "Subscript"
+
+#~ msgid "Superscript"
+#~ msgstr "Superscript"
+
+#~ msgid "Tab order position"
+#~ msgstr "Tab order position"
+
+#~ msgid "Table"
+#~ msgstr "Table"
+
+#~ msgid "Table body"
+#~ msgstr "Table body"
+
+#~ msgid "Table caption"
+#~ msgstr "Table caption"
+
+#~ msgid "Table column group properties"
+#~ msgstr "Table column group properties"
+
+#~ msgid "Table column properties"
+#~ msgstr "Table column properties"
+
+#~ msgid "Table data cell"
+#~ msgstr "Table data cell"
+
+#~ msgid "Table footer"
+#~ msgstr "Table footer"
+
+#~ msgid "Table header"
+#~ msgstr "Table header"
+
+#~ msgid "Table header cell"
+#~ msgstr "Table header cell"
+
+#~ msgid "Table row"
+#~ msgstr "Table row"
+
+#~ msgid "Table summary"
+#~ msgstr "Table summary"
+
+#~ msgid "Target — Blank"
+#~ msgstr "Target — Blank"
+
+#~ msgid "Target — Parent"
+#~ msgstr "Target — Parent"
+
+#~ msgid "Target — Self"
+#~ msgstr "Target — Self"
+
+#~ msgid "Target — Top"
+#~ msgstr "Target — Top"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Teletype or monospace text style"
+
+#~ msgid "Text color"
+#~ msgstr "Text color"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "Text color (deprecated)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "Text entered by user"
+
+#~ msgid "Title"
+#~ msgstr "Title"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "Underlined text style"
+
+#~ msgid "Unordered list"
+#~ msgstr "Unordered list"
+
+#~ msgid "Use image map"
+#~ msgstr "Use image map"
+
+#~ msgid "Value"
+#~ msgstr "Value"
+
+#~ msgid "Value interpretation"
+#~ msgstr "Value interpretation"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "Variable or program argument"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Vertical cell alignment"
+
+#~ msgid "Vertical space"
+#~ msgstr "Vertical space"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Vertical space (deprecated)"
+
+#~ msgid "Visited link color"
+#~ msgstr "Visited link color"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Visited link color (deprecated)"
+
+#~ msgid "Width"
+#~ msgstr "Width"
+
+#~ msgid "XHTML 1.0 — Tags"
+#~ msgstr "‏XHTML 1.0 — תגיות"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Bibliography (cite)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Bibliography (item)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Bibliography (shortcite)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Bibliography (thebibliography)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "Brackets ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "Brackets <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "Brackets []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "Brackets {}"
+
+#~ msgid "File input"
+#~ msgstr "File input"
+
+#~ msgid "Footnote"
+#~ msgstr "Footnote"
+
+#~ msgid "Function cosine"
+#~ msgstr "Function cosine"
+
+#~ msgid "Function e^"
+#~ msgstr "Function e^"
+
+#~ msgid "Function exp"
+#~ msgstr "Function exp"
+
+#~ msgid "Function log"
+#~ msgstr "Function log"
+
+#~ msgid "Function log10"
+#~ msgstr "Function log10"
+
+#~ msgid "Function sine"
+#~ msgstr "Function sine"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Greek alpha"
+
+#~ msgid "Greek beta"
+#~ msgstr "Greek beta"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Greek epsilon"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Greek gamma"
+
+#~ msgid "Greek lambda"
+#~ msgstr "Greek lambda"
+
+#~ msgid "Greek rho"
+#~ msgstr "Greek rho"
+
+#~ msgid "Greek tau"
+#~ msgstr "Greek tau"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Header 0 (chapter)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Header 0 (chapter*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Header 1 (section)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Header 1 (section*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Header 2 (subsection)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Header 2 (subsection*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Header 3 (subsubsection)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Header 3 (subsubsection*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Header 4 (paragraph)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Header appendix"
+
+#~ msgid "Item"
+#~ msgstr "Item"
+
+#~ msgid "Item with label"
+#~ msgstr "Item with label"
+
+#~ msgid "Latex — Tags"
+#~ msgstr "‏Latex — תגיות"
+
+#~ msgid "List description"
+#~ msgstr "List description"
+
+#~ msgid "List enumerate"
+#~ msgstr "List enumerate"
+
+#~ msgid "List itemize"
+#~ msgstr "List itemize"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Maths (display)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Maths (inline)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "Operator fraction"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "Operator integral (display)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Operator integral (inline)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Operator sum (display)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Operator sum (inline)"
+
+#~ msgid "Reference label"
+#~ msgstr "Reference label"
+
+#~ msgid "Reference ref"
+#~ msgstr "Reference ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "Symbol <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Symbol <="
+
+#~ msgid "Symbol >="
+#~ msgstr "Symbol >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Symbol >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Symbol and"
+
+#~ msgid "Symbol const"
+#~ msgstr "Symbol const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Symbol d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Symbol d-by-dt-partial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Symbol d2-by-dt2-partial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Symbol dagger"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "Symbol em-dash ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "Symbol en-dash --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Symbol equiv"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Symbol infinity"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Symbol mathspace ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Symbol mathspace ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Symbol mathspace _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Symbol mathspace __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Symbol simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "Symbol star"
+
+#~ msgid "Typeface bold"
+#~ msgstr "Typeface bold"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Typeface italic"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "Typeface slanted"
+
+#~ msgid "Typeface type"
+#~ msgstr "Typeface type"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Unbreakable text"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr "מספק שיטה להוסיף מחרוזות/תגיות לתוך מסמך בקלות ללא צורך בהקלדתם."
+
+#~ msgid "Tag list"
+#~ msgstr "רשימת תגיות"
+
+#~ msgid "XSLT — Axes"
+#~ msgstr "‏XSLT — צירים"
+
+#~ msgid "XSLT — Elements"
+#~ msgstr "‏XSLT — רכיבים"
+
+#~ msgid "XSLT — Functions"
+#~ msgstr "‏XSLT — פונקציות"
+
+#~ msgid "ancestor"
+#~ msgstr "ancestor"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "ancestor-or-self"
+
+#~ msgid "attribute"
+#~ msgstr "attribute"
+
+#~ msgid "child"
+#~ msgstr "child"
+
+#~ msgid "descendant"
+#~ msgstr "descendant"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "descendant-or-self"
+
+#~ msgid "following"
+#~ msgstr "following"
+
+#~ msgid "following-sibling"
+#~ msgstr "following-sibling"
+
+#~ msgid "namespace"
+#~ msgstr "namespace"
+
+#~ msgid "parent"
+#~ msgstr "parent"
+
+#~ msgid "preceding"
+#~ msgstr "preceding"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "preceding-sibling"
+
+#~ msgid "self"
+#~ msgstr "self"
+
+#~ msgid "XUL — Tags"
+#~ msgstr "‏XUL — תגיות"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "Bottom Panel is Visible"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+
+#~ msgid "Bracket Matching"
+#~ msgstr "התאמת סוגריים"
+
+#~ msgid "Current Line"
+#~ msgstr "שורה נוכחית"
+
+#~ msgid "Right Margin"
+#~ msgstr "שוליים ימניים"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "_שוליים ימניים בעמודה:"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[FILE...]"
+
+#~ msgid "Plugin"
+#~ msgstr "תוסף"
+
+#~ msgid "Enabled"
+#~ msgstr "פעיל"
+
+#~ msgid "C_onfigure"
+#~ msgstr "ה_גדרה"
+
+#~ msgid "A_ctivate"
+#~ msgstr "הפעל_ה"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "הפעלת ה_כול"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "כיבוי ה_כול"
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "תוספים _פעילים:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "על _אודות התוספים"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "לא ניתן לאתחל את מנהל ההעדפות."
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "ציפה ל `%s' קיבל %s' למפתח %s"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "הג_דרות עמוד..."
+
+#~ msgid "Set up the page settings"
+#~ msgstr "הגדרת תצורת העמוד"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "חיפוש מ_תווסף..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "חיפוש טקסט תוך כדי הוספה"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "בדוק איות _אוטומטית"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "תצורת תוסף הוספת תאריך/שעה..."
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> כשמכניסים תאריך/שעה...</span>"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Backup Copy Extension"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+
+#~ msgid "Character Codings"
+#~ msgstr "קידודי תווים"
+
+#~ msgid "Open Location"
+#~ msgstr "פתח מיקום"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "הכנס את ה_מיקום (כתובת) של הקובץ שברצונך לפתוח:"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>שורה נוכחית</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>גופן</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>מספרי שורות</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">סכימת צבעים</span>"
+
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: malformed file name or URI.\n"
+
+#~ msgid "C_haracter Coding:"
+#~ msgstr "קידוד _תוים:"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "קידוד _תוים:"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "לא ניתן לקבל את שם קובץ הגיבוי"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>גופנים</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>כותרת עמוד</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>הדגשת תחביר</b>"
+
+#~ msgid "Open _Location..."
+#~ msgstr "פתח _מיקום..."
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "פתח קובץ ממיקום מסוים"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">שם הקובץ</span>"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "ערוך כלי <i>%s</i>:"
+
+#~ msgid "A Brand New Tool"
+#~ msgstr "כלי חדש"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "פ_קודה(ות):"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "ערוך כלי <i>make</i>:"
+
+#~ msgid "_Description:"
+#~ msgstr "תיאור:"
+
+#~ msgid "_Indent"
+#~ msgstr "_הזח פנימה"
+
+#~ msgid "U_nindent"
+#~ msgstr "ה_זח החוצה"
+
+#~ msgid "Indent Lines"
+#~ msgstr "הזח שורות"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "הזח פנימה או החוצה שורות מסומנות."
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "הכנס שם מ_שתמש"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "הכנס את שם המשתמש במיקום הסמן"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "מכניס את שם המשתמש במיקום הסמן."
+
+#~ msgid "User name"
+#~ msgstr "שם משתמש"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>שפה</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>מילה</b>"
+
+#~ msgid "HttP header name"
+#~ msgstr "HttP header name"
+
+#~ msgid "<b>Elements</b>"
+#~ msgstr "<b>אלמנטים</b>"
+
+#~ msgid "Basic Colors"
+#~ msgstr "צבעי בסיס"
+
+#~ msgid "Color scheme _name:"
+#~ msgstr "_שם סכימת הצבעים"
+
+#~ msgid "Cu_rrent line color:"
+#~ msgstr "צ_בע השורה הנוכחית:"
+
+#~ msgid "Italic"
+#~ msgstr "נטוי"
+
+#~ msgid "Pick the foreground color"
+#~ msgstr "בחר את צבע הקדמה"
+
+#~ msgid "Pick the normal text color"
+#~ msgstr "בחר את צבע הטקסט הרגיל"
+
+#~ msgid "Pick the search highlighting color"
+#~ msgstr "בחר את צבע הדגשת החיפוש"
+
+#~ msgid "Pick the selection color"
+#~ msgstr "בחר את צבע הבחירה"
+
+#~ msgid "S_earch highlighting color:"
+#~ msgstr "צבע הדגשת ה_חיפוש:"
+
+#~ msgid "Se_lection color:"
+#~ msgstr "צבע ה_בחירה:"
+
+#~ msgid "Strikethrough"
+#~ msgstr "קו חוצה"
+
+#~ msgid "Underline"
+#~ msgstr "קו תחתי"
+
+#~ msgid "_Background:"
+#~ msgstr "רק_ע:"
+
+#~ msgid "_Foreground:"
+#~ msgstr "_קדמה:"
+
+#~ msgid "_Normal text color:"
+#~ msgstr "צבע טקסט _רגיל"
+
+#~ msgid "_Reset to Default "
+#~ msgstr "_שחזר לברירת מחדל"
+
+#~ msgid "_Selected text color:"
+#~ msgstr "צבע ה_טקסט הנבחר:"
+
+#~ msgid "gedit Style Scheme editor"
+#~ msgstr "עורך סכימת הסגנון של gedit"
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "הקובץ מכיל מידע פגום."
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "הקובץ מכיל מידע בתצורה לא תקינה"
+
+#~ msgid ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+#~ msgstr "ישנם יותר מידי קבצים פתוחים. אנא, סגור כמה יישומים ונסה שנית."
+
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "אין מספיק זיכרון פנוי לפתוח את הקובץ. אנא, סגור כמה יישומים פועלים ונסה "
+#~ "שנית."
+
+#, fuzzy
+#~ msgid ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr ""
+#~ "לא ניתן לפתוח את הקובץ \"%s\" כיוון ששם המארח היה ריק.\n"
+#~ "\n"
+#~ "אנא, בדוק שהגדרות המתווך שלך נכונות ונסה שנית."
+
+#, fuzzy
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "לא ניתן למצוא את הקובץ \"%s\".\n"
+#~ "\n"
+#~ "אנא, בדוק שהקלדת את המיקום נכון ונסה שנית."
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "הקובץ שאליו אתה מנסה לגשת הוא לא קובץ רגיל."
+
+#~ msgid "Attempt to log in failed."
+#~ msgstr "הנסיון להתחבר נכשל."
+
+#, fuzzy
+#~ msgid ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+#~ msgstr ""
+#~ "\"%s\" זה ספרייה.\n"
+#~ "\n"
+#~ "אנא, ודא שהקלדת את המיקום נכון ונסה שנית."
+
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "אין מספיק זיכרון פנוי כדי לשמור את הקובץ. אנא סגור כמה יישומים פועלים "
+#~ "ונסה שוב."
+
+#, fuzzy
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "\"%s\" איננו מקום תקני.\n"
+#~ "\n"
+#~ "אנא, ודא שהקלדת את המיקום הנכון ונסה שנית."
+
+#~ msgid "None"
+#~ msgstr "ללא"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "לא ידוע (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "ברירת מחדל"
diff --git a/po/hi.po b/po/hi.po
new file mode 100644
index 0000000..6944cc0
--- /dev/null
+++ b/po/hi.po
@@ -0,0 +1,5430 @@
+# translation of gedit.master.po to Hindi
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
+#
+# G Karunakar <karunakar@freedomink.org>, 2003.
+# Ravishankar Shrivastava <raviratlami@yahoo.com>, 2004.
+# Rajesh Ranjan <rranjan@redhat.com>, 2005, 2006, 2007, 2009, 2011.
+# Rajesh Ranjan <rajesh672@gmail.com>, 2009, 2011.
+# rajesh <rajesh>, 2012.
+# Rajesh Ranjan <rajeshkajha@yahoo.com>, 2012, 2013, 2014.
+# chandankumar <chandankumar.093047@gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-09-19 17:13+0000\n"
+"PO-Revision-Date: 2014-09-22 14:28+0630\n"
+"Last-Translator: rajesh <rajesh>\n"
+"Language-Team: Hindi <kde-i18n-doc@kde.org>\n"
+"Language: hi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"X-DamnedLies-Scope: partial\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"जीएडिट गनोम डेस्कटॉप वातावरण का आधिकारिक पाठ संपादक है. जहाँ सरलता और सुगमता "
+"की ओर लक्ष्य किया जाता है, जीएडिट शक्तिशाली सामान्य उद्देश्य का पाठ संपादक है."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"क्यों न आप अगला बेस्टसेलर लिख रहे हों, या कोई अनूठा अनुप्रयोग लिख रहे हों, "
+"कोई क्विक नोट ले रहे हों जीएडिट आपके कार्य को पूरा करने के लिए भरोसेमंद औज़ार "
+"है."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"इसका लचीला प्लगिन आपको अनुप्रयोग को टेलर करने की छूट देता है आपकी जरूरत के "
+"मुताबिक और इसे अपने अनुसार से अनुकूलित करने के लिए."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:774
+msgid "Text Editor"
+msgstr "पाठ संपादक"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "पाठ फ़ाइलें संपादित करें"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "जीएडिट पाठ संपादक"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "पाठ;संपादक;"
+
+# Add the detach tab button
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "एक नया विंडो खोलें"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "एक नया दस्तावेज़ बनाएँ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "तयशुदा फ़ॉन्ट प्रयोग करें"
+
+#: ../data/org.gnome.gedit.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 gedit. 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.gnome.gedit.gschema.xml.in.h:3
+#| msgid "Monospace 12"
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "संपादक फ़ॉन्ट"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "शैली योजना"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "पाठ रंगने में प्रयुक्त जीटीकेसोर्सव्यू शैली योजना की आईडी"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "बैकअप नक़ल बनाएँ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+#| msgid ""
+#| "Whether gedit should restore the previous cursor position when a file is "
+#| "loaded."
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"क्या जीएडिट को बैकअप नक़ल बनानी चाहिए उन फ़ाइलों के लिए जिसे यह सहेजती है."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "स्वतः सहेज"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"क्या जीएडिट को रूपांतरित फ़ाइल को कुछ समयांतराल पर स्वतः सहेजना है. आप "
+"समयांतराल को "
+"\"स्वतः अंतराल सहेजें\" विकल्प से सेट कर सकते हैं."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "स्वतः सहेज अंतराल"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"मिनटों की संख्या जिसके बाद जीएडिट रूपांतरित फ़ाइल को स्वतः सहेजेगा. यह "
+"प्रभावी होगा जब "
+"\"स्वतः सहेज\" विकल्प चालू है."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "पहले जैसा क्रिया की अधिकतम संख्या"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"जीएडिट द्वारा पहले जैसा या फिर करें क्रिया की अधिकतम संख्या. \"-1\" का क्रिया "
+"की "
+"असीमित संख्या के लिए प्रयोग करें."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "पंक्ति लपेटन विधि"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "पंक्ति लपेटन विधि के लिए अंतिम स्पिल्ट अवस्था पसंद"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+" Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "टैब आकार"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"निर्दिष्ट करता है कि टैब वर्ण के बदले खाली जगहों की कितनी संख्या प्रदर्शित की "
+"जाए."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "खाली स्थान डालें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "क्या जीएडिट टैब्स के बजाए खाली स्थान प्रविष्ट करे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "स्वतः हाशिया"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "क्या जीएडिट स्वचालित हाशिया छोड़ना सक्षम करे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "पंक्ति क्रमांक प्रदर्शित करें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "क्या जीएडिट संपादन क्षेत्र में पंक्ति क्रमांक प्रदर्शित करे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "मौजूदा पंक्ति आलोकित करें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "क्या जीएडिट मौजूदा पंक्ति को आलोकित करना चाहिए."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "मैचिंग कोष्ठक आलोकित करें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "क्या जीएडिट मेल खाता कोष्ठक आलोकन सक्षम करता है."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "दाहिना हाशिया दिखाएँ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "क्या जीएडिट संपादन क्षेत्र में दाहिना हाशिया प्रदर्शित करे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "दाहिना हाशिए की स्थिति"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "दाहिने हाशिए की स्थिति उल्लेखित करता है"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "स्मार्ट होम अंत"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 ""
+"निर्दिष्ट करता है कि कैसे कर्सर चलता है जब HOME और END कुंजी को दबाया जाता "
+"है. "
+"\"निष्क्रिय किया\" का प्रयोग हमेशा पंक्ति के आरंभ/अंत पर जाने के लिए करें, "
+"\"पश्चात\" को "
+"पंक्ति के आरंभ/अंत पर जाने के लिए करें जब पहली बार कुंजी दबायी जाती है और पाठ "
+"के आरंभ/अंत में "
+"खाली स्थान को अनदेखा करने के लिए जब दूसरी बार कुंजी दबायी जाती है, \"पहले\" "
+"को पाठ के "
+"आरंभ/अंत पर जाने के लिए पंक्ति के आरंभ/अंत पर जाने के पहले और \"हमेशा\" को "
+"पाठ के आरंभ/अंत "
+"पर जाने के लिए बजाय पंक्ति के आरंभ/अंत पर."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "पिछली कर्सर स्थिति फिर बहाल करें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"क्या जीएडिट को पिछली कर्सर स्थिति फिर बनाना चाहिए जब एक फ़ाइल लोड किया जाता "
+"है."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "वाक्य रचना आलोकन अक्षम करें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "क्या जीएडिट वाक्य रचना आलोकन सक्षम करे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "खोज आलोकन सक्रिय करें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "क्या जीएडिट को खोजे गए पाठ की सारी आवृति आलोकित करनी चाहिए."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "नयी पंक्ति से ट्रेलिंग सुनिश्चित करें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "क्या जीएडिट पक्का करेगा कि दस्तावेज़ ट्रेलिंग नयी पंक्ति से शुरू हो."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "औज़ार-पट्टी दृष्टिगोचर है"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "क्या संपादन विंडोज़ में औज़ार-पट्टी दिखाई दे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "नोटबुक टैब विधि दिखाता है"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"निर्दिष्ट करें कि कैसे नोटबुक टैब दिखानी है. \"कोई नहीं\" काप्रयोग टैब नहीं "
+"दिखाने के लिए "
+"करें, \"हमेशा\" का प्रयोग टैब हमेशा दिखाने के लिए करें, और \"स्वतः\" को केवल "
+"तभी टैब "
+"दिखाने के लिए करें जब एक से अधिक टैब है."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "स्थिति-पट्टी दृष्टिगोचर है"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "क्या संपादन विंडोज़ के तल पर स्थिति-पट्टी दिखाई दे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "बाजू फलक दृष्टिगोचर है"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "क्या संपादन विंडो के बाएँ की बाजू फलक को दिखाई देना चाहिए."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "हालिया प्रयुक्त फ़ाइलों की अधिकतम संख्या"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"हाल में खोले गये फ़ाइल की अधिकतम संख्या बतायें जो कि \"नवीन फ़ाइल\" उपमेन्यू "
+"में दिखाया "
+"जायेगा."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "वाक्य रचना आलोकन छापें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "जब दस्तावेज़ मुद्रित किया जाए तो जीएडिट क्या वाक्य रचना आलोकन भी छापे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "शीर्षिका छापें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"जब दस्तावेज़ छापा जाए तो जीएडिट को क्या दस्तावेज़ शीर्षिका को शामिल करना "
+"चाहिए."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "पंक्ति लपेटन विधि में छाप रहा है"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "पंक्ति क्रमांक छापें"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"अगर यह मान 0 है, तो कोई पंक्ति संख्या दस्तावेज़ के छपाई के दौरान नहीं डाली "
+"जायेगी. "
+"अन्यथा, जीएटिट हर पंक्ति संख्या के लिए पंक्ति संख्या छापेगी."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+#| msgid "Monospace 9"
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "छपाई हेतु बॉडी फ़ॉन्ट"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"जब दस्तावेज़ छापा जाता है तो दस्तावेज़ के मुख्य भाग हेतु फ़ॉन्ट निर्दिष्ट "
+"करता है."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+#| msgid "Sans 11"
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "छपाई हेतु शीर्षिका फ़ॉन्ट"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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.gnome.gedit.gschema.xml.in.h:70
+#| msgid "Sans 8"
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "छपाई हेतु पंक्ति संख्या फ़ॉन्ट"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 ""
+"छपाई के दौरान पंक्ति संख्या के लिए फ़ॉन्ट निर्दिष्ट करें. यह तभी प्रभावी होगा "
+"अगर \"छपाई "
+"पंक्ति संख्या\" विकल्प गैर शून्य संख्या है."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Automatically Detected Encodings"
+msgstr "स्वचालित पता लगाए गए एन्कोडिंग"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"फ़ाइल के एन्कोडिंग को स्वतः जाँचने के लिए जीएडिट द्वारा प्रयुक्त एन्कोडिंग की "
+"छाँटी गई सूची. "
+"\"CURRENT\" मौजूदा लोकेल एन्कोडिंग को दिखाता है. सिर्फ परिचित एन्कोडिंग "
+"प्रयोग किया "
+"जाता है."
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid "Encodings shown in menu"
+msgstr "मेन्यू में दिखाया गया एन्कोडिंग"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"फ़ाइल खोलें/सहेजें में चयनकवर्ण एन्कोडिंग मेन्यू में दिखाए गये एन्कोडिंग की "
+"सूची. सिर्फ जाना गया "
+"एन्कोडिंग प्रयुक्त हुआ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid "Active plugins"
+msgstr "प्लगइन सक्रिय"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:93
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"सक्रिय प्लगइन की सूची. इसमें सक्रिय प्लगइन का \"स्थान\" समाहित "
+"है..gedit-plugin फ़ाइल "
+"दिए गये प्लगइन के \"स्थान\" को पाने के लिए देखें."
+
+#: ../gedit/gedit-app.c:104
+msgid "Show the application's version"
+msgstr "अनुप्रयोग संस्करण दिखाएँ"
+
+#: ../gedit/gedit-app.c:110
+msgid "Display list of possible values for the encoding option"
+msgstr "एन्कोडिंग विकल्प के लिए संभावित मानों की सूची दिखाएँ"
+
+#: ../gedit/gedit-app.c:117
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "कमांड लाइन पर फ़ाइल खोलने के लिए प्रयुक्त वर्ण एन्कोडिंग सेट करें"
+
+#: ../gedit/gedit-app.c:118
+msgid "ENCODING"
+msgstr "एन्कोडिंग"
+
+#: ../gedit/gedit-app.c:124
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "जीएडिट के वर्तमान उदाहरण में एक नया टॉपलेवल विंडो बनाएँ"
+
+#: ../gedit/gedit-app.c:131
+msgid "Create a new document in an existing instance of gedit"
+msgstr "वर्तमान उदाहरण के जीएडिट में एक नया दस्तावेज़ बनाएँ"
+
+#: ../gedit/gedit-app.c:138
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "विंडो (WIDTHxHEIGHT+X+Y) के आकार और स्थिति सेट करें"
+
+#: ../gedit/gedit-app.c:139
+msgid "GEOMETRY"
+msgstr "ज्यामिति"
+
+#: ../gedit/gedit-app.c:145
+msgid "Open files and block process until files are closed"
+msgstr ""
+"फ़ाइल के बंद हो जाने तक फ़ाइल और ब्लॉक प्रक्रिया खोलेंफ़ाइल के बंद हो जाने तक "
+"फ़ाइल ख"
+
+#: ../gedit/gedit-app.c:152
+msgid "Run gedit in standalone mode"
+msgstr "अकेले जीएडिट चलाएँ"
+
+#: ../gedit/gedit-app.c:159
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:264
+msgid "There was an error displaying the help."
+msgstr "मदद दिखाने में कोई त्रुटि हुई."
+
+#: ../gedit/gedit-app.c:917
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: अवैध एन्कोडिंग."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "प्रश्न"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:320
+msgid "Close _without Saving"
+msgstr "बिना सहेजे बंद करें (_w)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:321
+#: ../gedit/gedit-commands-file.c:457 ../gedit/gedit-commands-file.c:586
+#: ../gedit/gedit-commands-file.c:663 ../gedit/gedit-commands-file.c:882
+#: ../gedit/gedit-commands-file.c:1332 ../gedit/gedit-io-error-info-bar.c:134
+#: ../gedit/gedit-io-error-info-bar.c:515
+#: ../gedit/gedit-io-error-info-bar.c:1191
+#: ../gedit/gedit-preferences-dialog.c:868
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+#| msgid "_Cancel Logout"
+msgid "_Cancel"
+msgstr "रद्द करें (_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+#| msgid "Save As"
+msgid "_Save As…"
+msgstr "ऐसे सहेजें (_S)…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/gedit-commands-file.c:883 ../gedit/resources/gtk/menus-osx.ui.h:7
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+#| msgid "_Save:"
+msgid "_Save"
+msgstr "सहेजें (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:365
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"यदि आप सहेजते नहीं हैं तो अंतिम %ld सेकंड में आपके द्वारा किए गए परिवर्तन मिट "
+"ही जाएँगे."
+msgstr[1] ""
+"यदि आप सहेजते नहीं हैं तो अंतिम %ld सेकंडों में आपके द्वारा किए गए परिवर्तन "
+"मिट ही जाएँगे."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:374
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"यदि आप सहेजते नहीं हैं तो आपके द्वारा अंतिम मिनट में किए गए परिवर्तन मिट ही "
+"जाएँगे."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:380
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"यदि आप सहेजते नहीं हैं तो अंतिम मिनट और %ld सेकंड में आपके द्वारा किए गए "
+"परिवर्तन मिट ही "
+"जाएँगे."
+msgstr[1] ""
+"यदि आप सहेजते नहीं हैं तो आपके द्वारा अंतिम मिनट व %ld सेकेंड में किए गए "
+"परिवर्तन मिट ही "
+"जाएँगे."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:390
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"यदि आप सहेजते नहीं हैं तो आपके द्वारा अंतिम %ld मिनट में किए गए परिवर्तन मिट "
+"ही जाएँगे."
+msgstr[1] ""
+"यदि आप सहेजते नहीं हैं तो आपके द्वारा अंतिम %ld मिनट में किए गए परिवर्तन मिट "
+"ही जाएँगे."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:405
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "यदि आप सहेजते नहीं हैं तो अंतिम घंटे से किए गए परिवर्तन मिट ही जाएँगे."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"यदि आप सहेजते नहीं हैं तो अंतिम घंटे व %d मिनट में आपके द्वारा किए गए "
+"परिवर्तन स्थायी रूप से "
+"मिट ही जाएँगे."
+msgstr[1] ""
+"यदि आप सहेजते नहीं हैं तो अंतिम घंटे व %d मिनट में आपके द्वारा किए गए "
+"परिवर्तन स्थायी रूप से "
+"मिट ही जाएँगे."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"यदि आप सहेजते नहीं हैं तो अंतिम %d घंटे में किए गए परिवर्तन मिट ही जाएँगे."
+msgstr[1] ""
+"यदि आप सहेजते नहीं हैं तो अंतिम %d घंटों में आपके द्वारा किए गए परिवर्तन मिट "
+"ही जाएँगे."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+#| msgid "Changes to document \"%s\" will be permanently lost."
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "\"%s\" में किया परिवर्तन पूरी तरह से मिट जायेगा."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+#| msgid "Save changes to document \"%s\" before closing?"
+msgid "Save changes to document “%s” before closing?"
+msgstr "\"%s\" दस्तावेज़ बन्द करने से पहले परिवर्तन सहेजें?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:490
+#: ../gedit/gedit-close-confirmation-dialog.c:651
+msgid "Saving has been disabled by the system administrator."
+msgstr "तंत्र प्रशासक के द्वारा सहेजे गये को निष्क्रिय किया गया."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:599
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "दस्तावेज़ में %d में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे."
+msgstr[1] "दस्तावेज़ों में %d में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:607
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d दस्तावेज़ बिना सहेजे गये बदलावों के साथ है. बंद करने के पहले परिवर्तन "
+"सहेजें?"
+msgstr[1] ""
+"%d दस्तावेज़ बिना सहेजे गये बदलावों के साथ है. बंद करने के पहले परिवर्तन "
+"सहेजें?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:627
+msgid "Docum_ents with unsaved changes:"
+msgstr "बिना सहेजे परिवर्तन के साथ दस्तावेज़: (_e)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:631
+msgid "S_elect the documents you want to save:"
+msgstr "दस्तावेज़ चुनें जिसे आप सहेजना चाहते हैं: (_e)"
+
+# Secondary label
+#: ../gedit/gedit-close-confirmation-dialog.c:655
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "यदि आप सहेजते नहीं हैं तो आपके द्वारा किए गए परिवर्तन मिट ही जाएँगे."
+
+#: ../gedit/gedit-commands-file.c:256
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' फ़ाइल लोड कर रहा है…"
+
+#: ../gedit/gedit-commands-file.c:265
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d फ़ाइल लोड कर रहा है..."
+msgstr[1] "%d फ़ाइल लोड कर रहा है.."
+
+#. Translators: "Open" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:451
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "खोलें"
+
+#: ../gedit/gedit-commands-file.c:458 ../gedit/resources/gtk/menus-osx.ui.h:4
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+#| msgid "Open"
+msgid "_Open"
+msgstr "खोलें (_O)"
+
+#: ../gedit/gedit-commands-file.c:577
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "फ़ाइल \"%s\" सिर्फ पठनीय है."
+
+#: ../gedit/gedit-commands-file.c:582
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "क्या आप इस सहेजी जाने वाली फ़ाइल से इसे बदलना चाहते हैं ?"
+
+#: ../gedit/gedit-commands-file.c:587
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "बदलें (_R)"
+
+#: ../gedit/gedit-commands-file.c:627
+msgid "Save the file using compression?"
+msgstr "संकुचन के उपयोग से फ़ाइल सहेजें?"
+
+#: ../gedit/gedit-commands-file.c:631
+msgid "Save the file as plain text?"
+msgstr "बतौर सादा पाठ फ़ाइल सहेजें?"
+
+#: ../gedit/gedit-commands-file.c:644
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"\"%s\" फ़ाइल को पहले बतौर सादा पाठ सहेजा गया था और अब संकुचन के उपयोग से "
+"सहेजा जाएगा."
+
+#: ../gedit/gedit-commands-file.c:648
+msgid "_Save Using Compression"
+msgstr "संकुचन के उपयोग से सहेंजे (_S)"
+
+#: ../gedit/gedit-commands-file.c:653
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"फ़ाइल \"%s\" को पहले संकुचन के उपयोग से सहेजा गया था और बतौर सादा पाठ सहेजा "
+"जाएगा."
+
+#: ../gedit/gedit-commands-file.c:656
+msgid "_Save As Plain Text"
+msgstr "बतौर सादा पाठ सहेजें (_S)"
+
+#: ../gedit/gedit-commands-file.c:764 ../gedit/gedit-commands-file.c:991
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s' फ़ाइल सहेज रहा है…"
+
+#: ../gedit/gedit-commands-file.c:875
+msgid "Save As"
+msgstr "ऐसे सहेजें"
+
+#: ../gedit/gedit-commands-file.c:1195
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "'%s' दस्तावेज़ वापस कर रहा है…"
+
+#: ../gedit/gedit-commands-file.c:1240
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "दस्तावेज़ में \"%s\" बिना सहेजा परिवर्तन वापस करें?"
+
+#: ../gedit/gedit-commands-file.c:1249
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"दस्तावेज़ में अंतिम %ld सेकेंड में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे."
+msgstr[1] ""
+"दस्तावेज़ में अंतिम %ld सेकेंडों में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे."
+
+#: ../gedit/gedit-commands-file.c:1258
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "दस्तावेज़ में अंतिम मिनट में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे."
+
+#: ../gedit/gedit-commands-file.c:1264
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"दस्तावेज़ में अंतिम मिनट और %ld सेकेंड में किए गए परिवर्तन हमेशा के लिए मिट "
+"जाएँगे"
+msgstr[1] ""
+"दस्तावेज़ में अंतिम मिनट व %ld सेकेंड में किए गए परिवर्तन हमेशा के लिए मिट "
+"जाएँगे"
+
+#: ../gedit/gedit-commands-file.c:1274
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"दस्तावेज़ में अंतिम मिनट %ld में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे"
+msgstr[1] ""
+"दस्तावेज़ में अंतिम %ld मिनट में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे"
+
+#: ../gedit/gedit-commands-file.c:1289
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "दस्तावेज़ में अंतिम घंटे में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे."
+
+#: ../gedit/gedit-commands-file.c:1295
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"दस्तावेज़ में अंतिम घंटे व %d मिनट में किए गए परिवर्तन हमेशा के लिए मिट "
+"जाएँगे."
+msgstr[1] ""
+"दस्तावेज़ में अंतिम घंटे व %d मिनटों में किए गए परिवर्तन हमेशा के लिए मिट "
+"जाएँगे."
+
+#: ../gedit/gedit-commands-file.c:1310
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"दस्तावेज़ में अंतिम घंटे %d में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे"
+msgstr[1] ""
+"दस्तावेज़ में अंतिम %d घंटों में किए गए परिवर्तन हमेशा के लिए मिट जाएँगे."
+
+#: ../gedit/gedit-commands-file.c:1333
+msgid "_Revert"
+msgstr "पुरानी स्थिति लौटाएँ (_R)"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "गनोम हेतु जीएडिट एक छोटा तथा हल्का पाठ संपादक है"
+
+#: ../gedit/gedit-commands-help.c:102
+msgid "translator-credits"
+msgstr "राजेश रंजन (rajeshkajha@yahoo.com, rranjan@redhat.com)"
+
+#: ../gedit/gedit-commands-search.c:103
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d आवृति पाया व बदला."
+msgstr[1] "%d आवृति पाया व बदला."
+
+#: ../gedit/gedit-commands-search.c:112
+msgid "Found and replaced one occurrence"
+msgstr "एक आवृति को पाया व बदला."
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:138
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" नहीं मिला"
+
+#: ../gedit/gedit-document.c:953 ../gedit/gedit-document.c:983
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "बिना सहेजा दस्तावेज़ %d"
+
+#: ../gedit/gedit-documents-panel.c:427
+#, c-format
+#| msgid "_New Tab Group"
+msgid "Tab Group %i"
+msgstr "टैब समूह %i"
+
+#: ../gedit/gedit-documents-panel.c:524 ../gedit/gedit-window.c:1133
+#: ../gedit/gedit-window.c:1139 ../gedit/gedit-window.c:1147
+msgid "Read-Only"
+msgstr "सिर्फ पठनीय"
+
+#: ../gedit/gedit-encodings-combo-box.c:302
+#: ../gedit/gedit-file-chooser-dialog-osx.c:564
+msgid "Automatically Detected"
+msgstr "स्वचालित पता किया"
+
+#: ../gedit/gedit-encodings-combo-box.c:331
+#: ../gedit/gedit-file-chooser-dialog-osx.c:573
+msgid "Add or Remove..."
+msgstr "जोडें या मिटाएँ..."
+
+#: ../gedit/gedit-encoding-items.c:95 ../gedit/gedit-encoding-items.c:104
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "वर्तमान लोकेल (%s)"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:40
+#: ../gedit/gedit-preferences-dialog.c:877
+msgid "All Files"
+msgstr "सभी फ़ाइल"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+msgid "All Text Files"
+msgstr "सभी पाठ फ़ाइलें"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:305
+msgid "C_haracter Encoding:"
+msgstr "वर्ण एन्कोडिंग (_h):"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:355
+msgid "L_ine Ending:"
+msgstr "पंक्ति एन्कोडिंग (_):"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:546
+#| msgid "C_haracter Encoding:"
+msgid "Character Encoding:"
+msgstr "वर्ण एन्कोडिंग:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:619
+#| msgid "L_ine Ending:"
+msgid "Line Ending:"
+msgstr "पंक्ति एन्कोडिंग:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:256 ../gedit/gedit-window.c:1217
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "सादा पाठ"
+
+#: ../gedit/gedit-io-error-info-bar.c:147
+#: ../gedit/gedit-io-error-info-bar.c:495
+msgid "_Retry"
+msgstr "पुनः प्रयास करें (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:167
+#, c-format
+#| msgid "Could not find the file %s."
+msgid "Could not find the file “%s”."
+msgstr "“%s” फ़ाइल नहीं पा सका."
+
+#: ../gedit/gedit-io-error-info-bar.c:169
+#: ../gedit/gedit-io-error-info-bar.c:209
+#: ../gedit/gedit-io-error-info-bar.c:216
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"कृपया जांचें कि आपने अवस्थिति को ठीक से टंकित किया है और फिर कोशिश करें."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:188
+#, c-format
+#| msgid "gedit cannot handle %s locations."
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s” स्थान नियंत्रित नहीं कर सकता है."
+
+#: ../gedit/gedit-io-error-info-bar.c:194
+#| msgid "gedit cannot handle this location."
+msgid "Unable to handle this location."
+msgstr "इस अवस्थिति को नियंत्रित नहीं कर सकता है."
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#| msgid "The location of the file cannot be mounted."
+msgid "The location of the file cannot be accessed."
+msgstr "फ़ाइल का स्थान का पहुँच नहीं लिया जा सकता है."
+
+#: ../gedit/gedit-io-error-info-bar.c:207
+#, c-format
+#| msgid "%s is a directory."
+msgid "“%s” is a directory."
+msgstr "“%s” एक निर्देशिका है"
+
+#: ../gedit/gedit-io-error-info-bar.c:214
+#, c-format
+#| msgid "%s is not a valid location."
+msgid "“%s” is not a valid location."
+msgstr "“%s” एक वैध स्थान नहीं है."
+
+#: ../gedit/gedit-io-error-info-bar.c:250
+#, c-format
+#| msgid ""
+#| "Host %s could not be found. Please check that your proxy settings are "
+#| "correct and try again."
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"मेजबान “%s” को पाया नहीं जा सका. कृपया जांचें कि आपका प्रॉक्सी सेटिंग सही है "
+"और फिर कोशिश "
+"करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:265
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"मेजबाननाम अवैध था. कृपया जाँचें कि आपने सही स्थान टाइप किया है तथा पुनः "
+"प्रयास करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+#, c-format
+#| msgid "%s is not a regular file."
+msgid "“%s” is not a regular file."
+msgstr "“%s” एक नियमित फ़ाइल है."
+
+#: ../gedit/gedit-io-error-info-bar.c:278
+msgid "Connection timed out. Please try again."
+msgstr "कनेक्शन समय समाप्ति. फिर कोशिश करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:311
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "अप्रत्याशित त्रुटि: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:347
+#| msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"जीएडिट यह निवेदित फ़ाइल पा नहीं सकता है. शायद इसे हाल ही में मिटा दिया गया है."
+
+#: ../gedit/gedit-io-error-info-bar.c:357
+#, c-format
+#| msgid "Could not revert the file %s."
+msgid "Could not revert the file “%s”."
+msgstr "फ़ाइल “%s” को पुरानी स्थिति में नहीं लाया जा सकता."
+
+#: ../gedit/gedit-io-error-info-bar.c:384
+msgid "Ch_aracter Encoding:"
+msgstr "वर्ण एन्कोडिंग (_a):"
+
+#: ../gedit/gedit-io-error-info-bar.c:445
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "स्थान “%s” अभी पहुँच योग्य नहीं है."
+
+#: ../gedit/gedit-io-error-info-bar.c:460
+msgid "Your system is offline. Check your network."
+msgstr "आपका तंत्र ऑफ़लाइन है. अपना संजाल जाँचें."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:503
+#: ../gedit/gedit-io-error-info-bar.c:772
+msgid "Edit Any_way"
+msgstr "किसी तरह संपादित करें (_w)"
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"अनुसरण किए गए कड़ी की संख्या सीमित है और वास्तविक फ़ाइल इस सीमा के अंदर नहीं "
+"पाई जा "
+"सकती है."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "You do not have the permissions necessary to open the file."
+msgstr "फ़ाइल खोलने के लिए आपके पास आवश्यक अनुमति नहीं है."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#| msgid "gedit has not been able to detect the character encoding."
+msgid "Unable to detect the character encoding."
+msgstr "वर्ण एन्कोडिंग जाँचने में समर्थ नहीं."
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+#: ../gedit/gedit-io-error-info-bar.c:630
+msgid "Please check that you are not trying to open a binary file."
+msgstr "आप जाँचें कि आप द्विपदीय फ़ाइल खोलने का प्रयास नहीं कर रहे हैं."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid "Select a character encoding from the menu and try again."
+msgstr "मेन्यू से वर्ण एन्कोडिंग चुनें या फिर कोशिश करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:613
+#, c-format
+#| msgid "There was a problem opening the file %s."
+msgid "There was a problem opening the file “%s”."
+msgstr "“%s” फ़ाइल खोलने में एक त्रुटि थी."
+
+#: ../gedit/gedit-io-error-info-bar.c:615
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"फ़ाइल जिसे आपने चुना है के पास कुछ वैध वर्ण हैं. यदि आप इस फ़ाइल का संपादन "
+"करना जारी रखते "
+"हैं तो आप इस दस्तावेज को खराब कर रहे हैं."
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "You can also choose another character encoding and try again."
+msgstr "आप दूसरे वर्ण एन्कोडिंग चुन सकते हैं और फिर कोशिश करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+#| msgid "Could not open the file %s using the %s character encoding."
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "“%s” फ़ाइल “%s” वर्ण एन्कोडिंग के प्रयोग से खोली नहीं जा सकी."
+
+#: ../gedit/gedit-io-error-info-bar.c:631
+#: ../gedit/gedit-io-error-info-bar.c:706
+msgid "Select a different character encoding from the menu and try again."
+msgstr "मेन्यू से अलग वर्ण एन्कोडिंग चुनें और फिर कोशिश करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#, c-format
+#| msgid "Could not open the file %s."
+msgid "Could not open the file “%s”."
+msgstr "फ़ाइल “%s” खोल नहीं सका"
+
+#: ../gedit/gedit-io-error-info-bar.c:701
+#, c-format
+#| msgid "Could not save the file %s using the %s character encoding."
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "फ़ाइल “%s” सहेजी नहीं जा सकी “%s” वर्ण एन्कोडिंग के प्रयोग से."
+
+#: ../gedit/gedit-io-error-info-bar.c:704
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"यह दस्तावेज़ को एक या ज्यादा वर्ण शामिल करना चाहिए जो कि निर्दिष्ट वर्ण "
+"एन्कोडिंग "
+"केप्रयोग से एन्कोड नहीं किया जा सकता है."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:777
+msgid "D_on't Edit"
+msgstr "संपादित मत करें (_o)"
+
+#: ../gedit/gedit-io-error-info-bar.c:787
+#, c-format
+#| msgid "This file (%s) is already open in another gedit window."
+msgid "This file “%s” is already open in another window."
+msgstr "यह फ़ाइल “%s” पहले से अन्य जीएडिट विंडो में खुला है."
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+#| msgid "Do you want to reload the file?"
+msgid "Do you want to edit it anyway?"
+msgstr "क्या आप फ़ाइल संपादित करना चाहते हैं?"
+
+#: ../gedit/gedit-io-error-info-bar.c:857
+#: ../gedit/gedit-io-error-info-bar.c:947
+#: ../gedit/gedit-io-error-info-bar.c:1239
+msgid "S_ave Anyway"
+msgstr "किसी तरह सहेजें (_a)"
+
+#: ../gedit/gedit-io-error-info-bar.c:860
+#: ../gedit/gedit-io-error-info-bar.c:950
+#: ../gedit/gedit-io-error-info-bar.c:1242
+msgid "D_on't Save"
+msgstr "मत सहेजें (_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:874
+#, c-format
+#| msgid "The file %s has been modified since reading it."
+msgid "The file “%s” has been modified since reading it."
+msgstr "फ़ाइल “%s” बदला जा चुका है जबसे यह पढ़ा गया है."
+
+#: ../gedit/gedit-io-error-info-bar.c:889
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"अगर आप इसे सहेजते हैं तो सारे बाहरी परिवर्तन समाप्त हो जायेंगे. इसे किसी तरह "
+"सहेजें?"
+
+#: ../gedit/gedit-io-error-info-bar.c:969
+#, c-format
+#| msgid "Could not create a backup file while saving %s"
+msgid "Could not create a backup file while saving “%s”"
+msgstr "“%s” सहेजने के दौरान बैकअप फ़ाइल नहीं बना सका"
+
+#: ../gedit/gedit-io-error-info-bar.c:974
+#, c-format
+#| msgid "Could not create a temporary backup file while saving %s"
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "“%s” सहेजने के दौरान अस्थायी बैकअप फ़ाइल बना नहीं सका"
+
+#: ../gedit/gedit-io-error-info-bar.c:991
+#| msgid ""
+#| "gedit could not back up the old copy of the file before saving the new "
+#| "one. You can ignore this warning and save the file anyway, but if an "
+#| "error occurs while saving, you could lose the old copy of the file. Save "
+#| "anyway?"
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"फ़ाइल की पुरानी नक़ल नए को सहेजते हुये बैकअप नहीं कर सकती है. आप इस चेतावनी "
+"कोअनदेखा कर सकते हैं और फ़ाइल किसी तरह सहेज सकते हैं, लेकिन अगर त्रुटि सहेजने "
+"के दौरान पैदा "
+"होती है, आप फ़ाइल की पुरानी नक़ल खो सकते हैं. किसी तरह सहेजें?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1051
+#, c-format
+#| msgid ""
+#| "gedit cannot handle %s locations in write mode. Please check that you "
+#| "typed the location correctly and try again."
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"“%s” स्थान लेखन विधि में नियंत्रित नहीं कर सकता है. कृपया जाँचें कि आपने सही "
+"स्थान टाइप किया है तथा पुनः प्रयास करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:1059
+#| msgid ""
+#| "gedit cannot handle this location in write mode. Please check that you "
+#| "typed the location correctly and try again."
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"लेखन विधि में इस स्थान को नियंत्रित नहीं कर सकता है. कृपया यह सुनिश्चित करें "
+"कि आपने स्थान सही टाइप किया है तथा पुनः प्रयास करें"
+
+#: ../gedit/gedit-io-error-info-bar.c:1068
+#, c-format
+#| msgid ""
+#| "%s is not a valid location. Please check that you typed the location "
+#| "correctly and try again."
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” एक वैध स्थान नहीं है. कृपया जाँचें कि आपने सही स्थान टाइप किया है तथा "
+"पुनः प्रयास करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:1075
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"फ़ाइल सहेजने के लिए आपके पास आवश्यक अनुमति नहीं है. कृपया जांचें कि आपने "
+"स्थान सही टाइप "
+"किया है तथा पुनः प्रयास करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:1081
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"डिस्क पर फ़ाइल सहेजने हेतु पर्याप्त स्थान उपलब्ध नहीं है. कृपया डिस्क पर कुछ "
+"स्थान मुक्त करें "
+"तथा पुनः प्रयत्न करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:1086
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"आपने सिर्फ लेखन योग्य डिस्क पर फ़ाइल सहेजने की कोशिश की है. कृपया जांचें कि "
+"आपने सही स्थान "
+"टाइप किया है तथा पुनः प्रयास करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:1092
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "समान नाम के साथ फ़ाइल पहले से मौजूद है. कृपया अलग नाम का प्रयोग करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"डिस्क जहां आप फ़ाइल को सहेजना चाहते हैं में फ़ाइल नाम की लंबाई सीमित है. "
+"कृपया एक छोटे "
+"नाम का प्रयोग करें."
+
+#: ../gedit/gedit-io-error-info-bar.c:1108
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"डिस्क जहाँ आप फ़ाइल को सहेजना चाहते हैं में फ़ाइल साइज पर परिसीमा है. कृपया "
+"एक छोटे फ़ाइल "
+"को सहेजने की कोशिश करें जिसमें यह सीमा नहीं है."
+
+#: ../gedit/gedit-io-error-info-bar.c:1125
+#, c-format
+#| msgid "Could not save the file %s."
+msgid "Could not save the file “%s”."
+msgstr "फ़ाइल “%s” सहेजा नहीं जा सका."
+
+#: ../gedit/gedit-io-error-info-bar.c:1165
+#, c-format
+#| msgid "The file %s changed on disk."
+msgid "The file “%s” changed on disk."
+msgstr "फ़ाइल “%s” डिस्क पर बदली गई."
+
+#: ../gedit/gedit-io-error-info-bar.c:1176
+msgid "Drop Changes and _Reload"
+msgstr "परिवर्तन छोड़ें और फिर लोड करें (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1186
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Reload"
+msgstr "फिर लोड करें (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1252
+#, c-format
+#| msgid "Some invalid chars have been detected while saving %s"
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "“%s” के सहेजने के दौरान कुछ अवैध वर्ण पता चला"
+
+#: ../gedit/gedit-io-error-info-bar.c:1268
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"यदि आप इस फाइल को सहेजना जारी रखते हैं आप दस्तावेज़ खराब कर सकते हैं. किसी "
+"तरह सहेजें?"
+
+#: ../gedit/gedit-open-document-selector.c:411
+#| msgid "No resize"
+msgid "No results"
+msgstr "कोई परिणाम नहीं"
+
+#: ../gedit/gedit-preferences-dialog.c:386
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "संपादक द्वारा उपयोग हेतु फ़ॉन्ट चुनने हेतु यह बटन क्लिक करें"
+
+#: ../gedit/gedit-preferences-dialog.c:399
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "तंत्र की स्थिर चौड़ाई फ़ॉन्ट (%s) प्रयोग करें (_U)"
+
+#: ../gedit/gedit-preferences-dialog.c:643
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "निर्देशिका '%s' को नहीं बनाया जा सका: g_mkdir_with_parents() विफल: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:839
+msgid "The selected color scheme cannot be installed."
+msgstr "चयनित रंग योजना संस्थापित नहीं की जा सकती है."
+
+#: ../gedit/gedit-preferences-dialog.c:864
+msgid "Add Scheme"
+msgstr "योजना जोड़ें"
+
+#: ../gedit/gedit-preferences-dialog.c:869
+msgid "A_dd Scheme"
+msgstr "योजना जोड़ें (_d)"
+
+#: ../gedit/gedit-preferences-dialog.c:873
+msgid "Color Scheme Files"
+msgstr "रंग योजना फ़ाइल"
+
+#: ../gedit/gedit-preferences-dialog.c:910
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "रंग योजना \"%s\" को हटा नहीं सका."
+
+#: ../gedit/gedit-print-job.c:555
+#, c-format
+msgid "File: %s"
+msgstr "फ़ाइल: %s"
+
+#: ../gedit/gedit-print-job.c:564
+msgid "Page %N of %Q"
+msgstr "पृष्ठ %N , %Q में से"
+
+#: ../gedit/gedit-print-job.c:826
+msgid "Preparing..."
+msgstr "तैयार कर रहा है..."
+
+#: ../gedit/gedit-print-preview.c:648
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d पृष्ठ %d का"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "त्रुटि के साथ एक टैब है."
+msgstr[1] "त्रुटि के साथ %d टैब है."
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:772
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s को %s से वापस कर रहा है"
+
+#: ../gedit/gedit-tab.c:779
+#, c-format
+msgid "Reverting %s"
+msgstr "%s वापस कर रहा है"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s को %s से लोड कर रहा है"
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "%s लोड कर रहा है"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:875
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s को %s में सहेज रहा है"
+
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s"
+msgstr "%s सहेज रहा है"
+
+# Read only
+#. Read only
+#: ../gedit/gedit-tab.c:1443
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error opening file %s"
+msgstr "फ़ाइल %s खोलने में त्रुटि"
+
+#: ../gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error reverting file %s"
+msgstr "फ़ाइल %s वापस करने में त्रुटि"
+
+#: ../gedit/gedit-tab.c:1501
+#, c-format
+msgid "Error saving file %s"
+msgstr "फ़ाइल %s सहेजने में त्रुटि"
+
+#: ../gedit/gedit-tab.c:1532
+msgid "Name:"
+msgstr "नाम:"
+
+#: ../gedit/gedit-tab.c:1533
+msgid "MIME Type:"
+msgstr "माइम प्रकारः"
+
+#: ../gedit/gedit-tab.c:1534
+msgid "Encoding:"
+msgstr "एन्कोडिंग:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "अपना संस्थापन जाँचें"
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "यूआई फ़ाइल %s खोलने में असमर्थ. त्रुटि: %s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "वस्तु '%s' को फ़ाइल %s के अंदर ढूँढ़ने में असमर्थ."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "/ %s पर"
+
+#: ../gedit/gedit-utils.c:1453
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1455
+msgid "Mac OS Classic"
+msgstr "Mac OS क्लासिक"
+
+#: ../gedit/gedit-utils.c:1457
+msgid "Windows"
+msgstr "विंडोज"
+
+#: ../gedit/gedit-view.c:512
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "पंक्ति संख्या प्रदर्शित करें (_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:733
+#, c-format
+#| msgid "Page %d of %d"
+msgid "%d of %d"
+msgstr "%d का %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:825
+msgid "_Wrap Around"
+msgstr "चारों ओर लपेटें (_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:835
+msgid "Match as _Regular Expression"
+msgstr "रेगुलर एक्सप्रेशन मिलान करें (_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:849
+msgid "Match _Entire Word Only"
+msgstr "केवल पूर्ण शब्द जोड़ मिलाएँ (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:863
+msgid "_Match Case"
+msgstr "अक्षर मिलाएँ (_M)"
+
+#: ../gedit/gedit-view-frame.c:1037
+msgid "String you want to search for"
+msgstr "स्ट्रिंग जिसे आप खोजना चाहते हैं"
+
+#: ../gedit/gedit-view-frame.c:1049
+msgid "Line you want to move the cursor to"
+msgstr "पंक्ति जिसपर आप कर्सर को खिसकाना चाहते हैं"
+
+#: ../gedit/gedit-window.c:972
+msgid "Bracket match is out of range"
+msgstr "कोष्ठक मिलान परिसर से बाहर है"
+
+#: ../gedit/gedit-window.c:977
+msgid "Bracket match not found"
+msgstr "कोष्ठक मिलान नहीं मिला"
+
+#: ../gedit/gedit-window.c:982
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "कोष्ठक मिलान पंक्त पर नहीं मिला: %d"
+
+# if (col == chars)
+# msg = g_strdup_printf (_(" Ln %d, Col %d"), row + 1, col + 1);
+# else
+# msg = g_strdup_printf (_(" Ln %d, Col %d-%d"), row + 1, chars + 1, col + 1);
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1017
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1199
+#, c-format
+#| msgid "Tab Width"
+msgid "Tab Width: %u"
+msgstr "टैब चौड़ाई: %u"
+
+#: ../gedit/gedit-window.c:1569
+msgid "There are unsaved documents"
+msgstr "वहाँ बिना सहेजा दस्तावेज़ है"
+
+#: ../gedit/gedit-window.c:2418
+msgid "Change side panel page"
+msgstr "बाजू पटल पृष्ठ बदलें"
+
+#: ../gedit/gedit-window.c:2438 ../gedit/resources/gtk/menus-osx.ui.h:35
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "दस्तावेज़"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "बायें ले जाएँ (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "दाएँ ले जाएँ (_R)"
+
+# Add the detach tab button
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+#| msgid "_Move to New Window"
+msgid "Move to New _Window"
+msgstr "नया विंडो में ले जाएँ (_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+#| msgid "_New Tab Group"
+msgid "Move to New Tab _Group"
+msgstr "नया टैब समूह में जाएँ (_G)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+#| msgid "_Close All"
+msgid "_Close"
+msgstr "बंद करें (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+#| msgid "<b>Automatic Indentation</b>"
+msgid "Automatic Indentation"
+msgstr "स्वचालित हाशिया"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "खाली स्थान का प्रयोग करें"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+#| msgid "_Display line numbers"
+msgid "Display line numbers"
+msgstr "पंक्ति संख्या दिखाएँ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+#| msgid "Display Right Margin"
+msgid "Display right margin"
+msgstr "दाहिना हाशिया दिखाएँ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+#| msgid "Highlight current _line"
+msgid "Highlight current line"
+msgstr "मौजूदा पंक्ति आलोकित करें"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+#| msgid "Text Wrapping"
+msgid "Text wrapping"
+msgstr "पाठ लपेटना"
+
+# Add the detach tab button
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_New Window"
+msgstr "नया विंडो (_N)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "वरीयता (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:45
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "मदद (_H)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "परिचय (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "छोड़े (_Q)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+#| msgid "Print"
+msgid "_Print…"
+msgstr "छापें (_P)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Fullscreen"
+msgstr "फुलस्क्रीन (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+#| msgid "_Save All"
+msgid "Save _All"
+msgstr "सभी सहेजें (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+#| msgid "Find"
+msgid "_Find…"
+msgstr "ढूंढें (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "ढूँढ़ें और बदलें (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+msgid "_Clear Highlight"
+msgstr "आलोकन साफ करें (_C)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+#| msgid "Go to _Line..."
+msgid "_Go to Line…"
+msgstr "पंक्ति पर जाएँ...(_L)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "देखें"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "Side _Panel"
+msgstr "बाज़ू फलक (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Bottom Panel"
+msgstr "तलवर्ती पैन (_B)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+#| msgid "_Highlight Mode"
+msgid "_Highlight Mode…"
+msgstr "आलोकन विधि (_H)..."
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:34
+#| msgid "_Tools"
+msgid "Tools"
+msgstr "औज़ार"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+msgid "_Close All"
+msgstr "सभी बंद करें (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+#| msgid "_File"
+msgid "File"
+msgstr "फ़ाइल"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-osx.ui.h:3
+msgid "_New"
+msgstr "नया (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+#| msgid "Open a New Document"
+msgid "Open _Recent"
+msgstr "हालिया खोलें (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:6
+msgid "Reopen Closed _Tab"
+msgstr "बंद टैब को फिर से खोलें (_T)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+#| msgid "Save As"
+msgid "Save _As…"
+msgstr "ऐसे सहेजें (_A)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+#| msgid "_Edit"
+msgid "Edit"
+msgstr "संपादन"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Undo"
+msgstr "पहले जैसा (_U)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "_Redo"
+msgstr "फिर करें (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "C_ut"
+msgstr "काटें (_u)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Copy"
+msgstr "नक़ल करें (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+msgid "_Paste"
+msgstr "चिपकाएँ (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:930
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:968
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "मिटाएँ (_D)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+#| msgid "File Browser Filter Mode"
+msgid "Overwrite _Mode"
+msgstr "मिटाकर लिखें (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+msgid "Select _All"
+msgstr "सभी चुनें (_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+#| msgid "_Search"
+msgid "Search"
+msgstr "खोजें"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Ne_xt"
+msgstr "अगला ढूँढें (_x)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+msgid "Find Pre_vious"
+msgstr "पिछला ढूँढें (_v)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "Find and _Replace…"
+msgstr "ढूँढें और बदलें (_R)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+#| msgid "Go to _Line..."
+msgid "Go to _Line…"
+msgstr "पंक्ति पर जाएँ...(_L)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Save All"
+msgstr "सभी सहेजें (_S)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+msgid "_New Tab Group"
+msgstr "नया टैब समूह (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+msgid "P_revious Tab Group"
+msgstr "पिछला टैब समूह (_r)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+msgid "Nex_t Tab Group"
+msgstr "अगला टैब समूह (_t)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+msgid "_Previous Document"
+msgstr "पिछला दस्तावेज़ (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+msgid "N_ext Document"
+msgstr "अगला दस्तावेज़ (_e)"
+
+# Add the detach tab button
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+#| msgid "_Move to New Window"
+msgid "_Move To New Window"
+msgstr "नये विंडो में ले जाएँ (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+#| msgid "_Help"
+msgid "Help"
+msgstr "मदद"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "वर्ण एन्कोडिंग"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "ठीक (_O)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "A_vailable encodings:"
+msgstr "उपलब्ध एन्कोडिंग (_v) :"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "विवरण (_D)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "एन्कोडिंग (_E)"
+
+#. Add to Dictionary
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:8
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "जोड़ें (_A)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:9
+#| msgid "Remove Tool"
+msgid "_Remove"
+msgstr "हटाएँ (_R)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:10
+msgid "E_ncodings shown in menu:"
+msgstr "मेन्यू में दिखाए गए एन्कोडिंग (_E):"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+#| msgid "_Highlight Mode"
+msgid "Highlight Mode"
+msgstr "आलोकन विधि"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+#| msgid "Selection"
+msgid "_Select"
+msgstr "चुनें (_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+#| msgid "Use %s highlight mode"
+msgid "Search highlight mode..."
+msgstr "आलोकन विधि खोजें..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+#| msgid "_Documents"
+msgid "Other _Documents…"
+msgstr "अन्य दस्तावेज़ (_D)..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+#| msgid "Open a file"
+msgid "Open another file"
+msgstr "कोई फ़ाइल खोलें"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "वरीयता"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "स्तंभ पर दाहिना हाशिया दिखाएँ (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+#| msgid "_Statusbar"
+msgid "Display _statusbar"
+msgstr "स्थिति-पट्टी दिखाएँ (_S)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "पाठ लपेटना"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "पाठ लपेटना सक्रिय करें (_w)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "शब्दों को दो पंक्तियों में तोड़ें नहीं (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "आलोकित कर रहा है"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "मौजूदा पंक्ति आलोकित करें (_l)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "मिलान कोष्ठक आलोकित करें (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "टैब्स स्टॉप"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "टैब चौड़ाई: (_T)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "टैब बदले खाली स्थान प्रविष्ट करें (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "स्वचालित हाशिया सक्षम करें (_E)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "फ़ाइल सहेज रहा है"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr "सहेजने से पूर्व फ़ाइल की बैकअप प्रति बनाएँ (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "प्रत्येक फ़ाइल स्वतः सहेजें (_A)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "मिनट (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "संपादक"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "फ़ॉन्ट"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "संपादक फ़ॉन्ट (_f):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "संपादक फ़ॉन्ट चुनें"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "रंग योजना फ़ाइ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "योजना संस्थापित करें"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "योजना संस्थापित करें"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "योजना विसंस्थापित करें"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "योजना विसंस्थापित करें"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "फ़ॉन्ट और रंग"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "प्लगइन"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "वाक्य रचना आलोकन"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "वाक्य रचना आलोकन (_x)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "पंक्ति क्रमांक"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "पंक्ति क्रमांक छापें (_m)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "क्रमांक प्रत्येक (_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "पंक्ति"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "पृष्ठ शीर्षिका"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "पृष्ठ शीर्षिका छापें (_h)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "फ़ॉन्ट"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "शरीर (_B):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "पंक्ति क्रमांक (_L):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "शीर्षिका और पादिका: (_a)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "तयशुदा फ़ॉन्ट फिर बहाल करें (_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "पिछला पृष्ठ दिखाएँ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+#| msgid "P_revious Tab Group"
+msgid "P_revious Page"
+msgstr "पिछला पृष्ठ (_r)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Show the next page"
+msgstr "अगला पृष्ठ दिखाएँ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:4
+msgid "_Next Page"
+msgstr "अगला पृष्ठ (_N)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "Current page (Alt+P)"
+msgstr "मौजूदा पृष्ठ (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "of"
+msgstr "का"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Page total"
+msgstr "कुल पृष्ठ संख्या"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "The total number of pages in the document"
+msgstr "दस्तावेज़ में कुल पृष्ठों की संख्या"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Show multiple pages"
+msgstr "बहुविध पृष्ठ दिखाएँ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom 1:1"
+msgstr "छोटा-बड़ा 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom to fit the whole page"
+msgstr "सारे पृष्ठ में सटीक बैठने के लिए छोटा-बड़ा करें"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Zoom the page in"
+msgstr "पृष्ठ बड़ा करें"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "Zoom the page out"
+msgstr "पृष्ठ छोटा करें"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Close print preview"
+msgstr "छपाई पूर्वावलोकन बन्द करें"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "_Close Preview"
+msgstr "पूर्वावलोकन बन्द करें (_C)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:17
+msgid "Page Preview"
+msgstr "पृष्ठ पूर्वावलोकन"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:18
+msgid "The preview of a page in the document to be printed"
+msgstr "छापे जाने वाले दस्तावेज़ का पृष्ठ पूर्वावलोकन"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Replace"
+msgstr "बदलें"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "सभी बदलें (_A)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+#| msgid "Find"
+msgid "_Find"
+msgstr "ढूँढें (_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgid "_Search for: "
+msgstr "इसके लिए ढूँढें: (_S)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with: "
+msgstr "इससे बदलें: (_w) "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "स्थिति मिलान करें (_M)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "केवल पूर्ण शब्द जोड़ मिलाएँ (_e)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Match as re_gular expression"
+msgstr "रेगुलर एक्सप्रेशन मिलान करें (_g)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "पीछे से ढूँढें (_b)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "लपेटें (_W)"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+#| msgid "Close document"
+msgid "Close Document"
+msgstr "दस्तावेज़ बन्द करें"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "कोई फ़ाइल खोलें"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "नया दस्तावेज़ बनाएँ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "नया"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "वर्तमान फ़ाइल सहेजें"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "सहेजें"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "पटल छुपायें"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+#| msgid "Open a file"
+msgid "Open a file dialog"
+msgstr "फ़ाइल संवाद खोलें"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+#| msgid "Leave fullscreen mode"
+msgid "Leave Fullscreen"
+msgstr "पूर्णस्क्रीन छोड़ें"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "अद्यतन जाँचें"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "जीएडिट के नवीनतम संस्करण के लिए जाँचें"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "यूआरआई दिखाने में एक त्रुटि थी."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "डाउनलोड करें (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "संस्करण अनदेखा करें (_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "जीएडिट का यह नया संस्करण है"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"आप जीएडिट के नए संस्करण को डाउनलोड बटन पर दबाकर डाउनलोड कर सकते हैं या उस "
+"संस्करण को "
+"अनदेखा कर सकते हैं और कुछ देर की प्रतीक्षा कर सकते हैं.आप जीएडिट के नए "
+"संस्करण को डाउनलोड "
+"बटन पर दबाकर डाउनलोड कर सकते हैं या उस संस्करण को अनदेखा कर सकते हैं और कुछ "
+"देर की "
+"प्रतीक्षा कर सककआप जीएडिट के नए संस्करण को डाउनलोड बटन पर दबाकर डाउनलोड कर "
+"सकते हैं "
+"या उस संस्करण को अनदेखा कर सकते हैं और कुछ देआप जीएडिट के नए संस्करण को "
+"डाउनलोड बटन पर "
+"दबाकर डाउनलोड कर सकते हैं या उस संस्करण को अनदेखा कर सआप जीएडिट के नए संस्करण "
+"को "
+"डाउनलोड बटन पर दबाकर डाउनलोड कर सकते हैं या उस संस्करण को अनदेखा आप जीएडिट के "
+"नए "
+"संस्करण को डाउनलोड बटन पर दबाकर डाउनलोड कर सकते हैं या उस संस"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "अनदेखा करने के लिए संस्करण"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr ""
+"अनदेखा करने के लिए संस्करण जब तक कोई नया संस्करण जारी नहीं किया जाता है."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "दस्तावेज़ सांख्यिकी"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+#| msgid ""
+#| "Analyzes the current document and reports the number of words, lines, "
+#| "characters and non-space characters in it."
+msgid "Report the number of words, lines and characters in a document."
+msgstr "दस्तावेज़ में कितने शब्द, पंक्तियाँ, वर्ण हैं को रिपोर्ट करता है."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "दस्तावेज़ सांख्यिकी (_D)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "दस्तावेज़"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "चयन"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "पंक्ति"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "शब्द"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "वर्ण (रिक्त स्थान के साथ)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "वर्ण (रिक्त स्थान नहीं)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "बाइट"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "बिल्ड"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "दस्तावेज़ निर्देशिका में \"make\" चलाएँ"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "यहाँ टर्मिनल खोलें"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "दस्तावेज़ अवस्थिति पर टर्मिनल खोलें"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "ट्रैलिंग स्थान हटाएँ"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "अपने फ़ाइल में ट्रेलिंग स्थान हटाएँ"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "कमांड चलाएँ"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "एक मनपसंद कमांड चलाएँ व इसके आउटपुट को नए दस्तावेज़ में रखें"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "एफपेस्ट में भेजें"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+#| msgid "Change selected text to upper case"
+msgid "Paste selected text or current document to fpaste"
+msgstr "एफपेस्ट में चुने पाठ या मौजूदा दस्तावेज़ चिपकाएँ"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "बाहरी औज़ार"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "बाहरी कमांड और शेल स्क्रिप्ट चलाएँ"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "क्या सिस्टम फॉन्ट का उपयोग करना है"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"यदि सही है, बाहरी औज़ार desktop-global मानक फ़ॉन्ट का उपयोग करता है यदि यह "
+"मोनोस्पेस है (और सबसे अधिक समान फॉन्ट जिसके साथ यह आता है)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "पैंगो फॉन्ट नाम. उदाहरण हैं \"Sans 12\" या \"Monospace Bold 14\"."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "बाहरी औज़ार प्रबंधित करें (_E)..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "बाहरी औज़ार (_T)"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "कमांड चला नहीं सका: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "इस कमांड को चलाने के लिए आपको जरूर अंदर होना चाहिए"
+
+#: ../plugins/externaltools/tools/functions.py:320
+msgid "Running tool:"
+msgstr "कार्यशील औज़ार:"
+
+#: ../plugins/externaltools/tools/functions.py:351
+msgid "Done."
+msgstr "सम्पन्न"
+
+#: ../plugins/externaltools/tools/functions.py:353
+msgid "Exited"
+msgstr "बाहर निकला"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "सभी भाषाएँ"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "सभी भाषाएँ"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "नया औज़ार"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "त्वरक पहले से %s के साथ बंधा है"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "नया त्वरक टाइप करें या साफ करने हेतु बैक स्पेस दबाएँ"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "नया त्वरक टाइप करें"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "रुक गया."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+#| msgid "Remove Tool"
+msgid "Stop Tool"
+msgstr "औज़ार रोकें"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "हमेशा मौजूद"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "सभी दस्तावेज़"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "सारे दस्तावेज़ सिवाय बेनाम"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "सिर्फ स्थानीय फ़ाइल"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "सिर्फ दूरस्थ फ़ाइल"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "सिर्फ बेनाम का दस्तावेज़"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "कुछ नहीं"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "मौजूदा दस्तावेज़"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "मौजूदा चयन"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "मौजूदा चयन (दस्तावेज़ में तयशुदा)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "मौजूदा पंक्ति"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "मौजूदा शब्द"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "तल में दिखाएँ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "नया दस्तावेज़ बनाएँ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "वर्तमान दस्तावेज़ में जोड़ें"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "मौजूदा दस्तावेज़ बदलें"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "मौजूदा चयन बदलें"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "कर्सर स्थिति पर घुसाएँ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "बाहरी औज़ार प्रबंधित करें"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "नया औज़ार जोड़ें"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "औज़ार जोड़ें"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "चयनित औज़ार हटाएँ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "औज़ार हटाएँ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "औज़ार वापस लें"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "औज़ार वापस लें"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+#| msgid "Shortcut _Key:"
+msgid "Shortcut _key:"
+msgstr "शॉर्टकट कुंजी (_K):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "सहेजें (_S)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "इनपुट (_I):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "आउटपुट (_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "अनुप्रयुक्तता (_A):"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+#| msgid "Shell Output"
+msgid "Tool Output"
+msgstr "औजार आउटपुट"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "फ़ाइल ब्राउज़र पट्टी"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "बाजू फलक से सुगम फ़ाइल पहुँच"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "घर"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "फ़ाइल तंत्र"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:532
+msgid "File Browser"
+msgstr "फ़ाइल ब्राउज़र"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while creating a new directory"
+msgstr "नयी निर्देशिका को बनाने के दौरान त्रुटि आयी"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while creating a new file"
+msgstr "नयी फ़ाइल को बनाने के दौरान त्रुटि आयी"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred while renaming a file or directory"
+msgstr "फ़ाइल या निर्देशिका के नाम बदलने के दौरान त्रुटि आयी"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:683
+msgid "An error occurred while deleting a file or directory"
+msgstr "फ़ाइल या निर्देशिका मिटाने के दौरान त्रुटि आयी"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:686
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "निर्देशिका फ़ाइल प्रबंधक में खोलने के जमावट के दौरान एक त्रुटि आयी"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:689
+msgid "An error occurred while setting a root directory"
+msgstr "रूट निर्देशिका जमावट के दौरान एक त्रुटि आयी"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:692
+msgid "An error occurred while loading a directory"
+msgstr "निर्देशिका लोड करने के दौरान एक त्रुटि आयी"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:695
+msgid "An error occurred"
+msgstr "त्रुटि आयी"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:913
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"रद्दी में फ़ाइल नहीं भेज सकता, क्या आप इसे\n"
+"स्थायी रूप से मिटाना चाहते हैं?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:918
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "फ़ाइल \"%s\" रद्दी में नहीं भेजा जा सकता है."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:923
+msgid "The selected files cannot be moved to the trash."
+msgstr "चयनित फ़ाइल रद्दी में नहीं भेजा जा सकता है."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:954
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "क्या आप निश्चित हैं कि आप \"%s\" स्थायी रूप से मिटाना चाहते हैं?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:959
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"क्या आप समझते हैं कि आप \"%s\" चयनित फ़ाइल स्थायी रूप से मिटाना चाहते हैं?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:962
+msgid "If you delete an item, it is permanently lost."
+msgstr "यदि आप एक मद मिटाते हैं, तो यह सदा के लिए खत्म हो जाता है."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1781
+msgid "(Empty)"
+msgstr "(रिक्त)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3503
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"नाम बदली गई फ़ाइल अभी फिल्टर हो चुकी है. आपको अपनी फिल्टर सेटिंग फ़ाइल को "
+"दिखाने के "
+"लिए समायोजित करना होगा."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3760
+msgid "Untitled File"
+msgstr "शीर्षकहीन फ़ाइल"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3788
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"नयी फ़ाइल अभी फिल्टर हो चुकी है. आपको फिल्टर जमावट को फ़ाइल को दिखाने के लिए "
+"संयोजित "
+"करना होगा"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3819
+#| msgid "_View Folder"
+msgid "Untitled Folder"
+msgstr "अनाम फ़ोल्डर"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"नयी निर्देशिका अभी फिल्टर हो चुकी है. आपको अपनी फिल्टर सेटिंग फ़ाइल दिखाने के "
+"लिए "
+"समायोजित करना होगा"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:789
+msgid "Bookmarks"
+msgstr "पुस्तचिह्न"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1988
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "आरोहित वॉल्यूम के लिए कोई आरोहित वस्तु नहीं: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr "मीडिया नहीं खोल सका: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "वॉल्यूम आरोहित नहीं कर सका: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2774
+#, c-format
+#| msgid "An error occurred while loading a directory"
+msgid "Error when loading '%s': No such directory"
+msgstr "'%s' लोड करने में त्रुटि आई: कोई ऐसी निर्देशिका नहीं"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "तरू दृश्य के साथ खोलें"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"तरू दृश्य खोलें जब पुस्तचिह्न दृश्य के बजाय फ़ाइल ब्राउज़र प्लगइन लोड किया "
+"जाता है"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "फ़ाइल ब्राउज़र रूट निर्देशिका"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"फ़ाइल ब्राउज़र रूट निर्देशिका प्रयोग करने के लिए जब फ़ाइल ब्राउज़र प्लगइन लोड "
+"किया जाता है "
+"और ऑनलोड/ तरू दृश्य सही है."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "फ़ाइल ब्राउज़र आभासी रूट निर्देशिका"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"फ़ाइल ब्राउज़र आभासी रूट निर्देशिका प्रयोग करने के लिए जब फ़ाइल ब्राउज़र "
+"प्लगइन लोड किया "
+"जाता है और ऑनलोड/ तरू दृश्य सही है. आभासी रूट को वास्तविक रूट से हमेशा नीचे "
+"होना चाहिए."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "दूरस्थ स्थान का भंडारण सक्रिय करें"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "सेट करें कि क्या दूरस्थ अवस्थिति का पुनर्भंडारण सक्रिय किया जाना है"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "पहले दस्तावेज़ में अवस्थिति सेट करें"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"अगर सही है तो फ़ाइल ब्राउज़र प्लगइन निर्देशिका के पहले खुले दस्तावेज़ को "
+"देखेगा यह मानते हुये "
+"कि फ़ाइल ब्राउज़र अबतक प्रयुक्त नहीं हुआ है. (इसलिये यह सामान्यतः कमांड लाइन "
+"से एक दस्तावेज़ "
+"के खोलने पर लागू होता है या नॉटिलस आदि के साथ इसे खोलने से)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "फ़ाइल ब्राउज़र फिल्टर विधि"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"यह मान निर्धारित करता है कि फ़ाइल ब्राउज़र से कौन फ़ाइल फिल्टर किया जाता है. "
+"वैध मान "
+"हैं: none (filter nothing), hidden (filter hidden files), binary (filter "
+"binary files) और hidden_and_binary (filter both hidden and binary files)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "फ़ाइल ब्राउज़र फिल्टर प्रारूप"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"फिल्टर प्रारूप जिससे फ़ाइल ब्राउज़र को फिल्टर किया जाना है. यह फिल्टर फिल्टर "
+"विधि के "
+"शीर्ष पर काम करता है (_m)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+#| msgid "File Browser Filter Pattern"
+msgid "File Browser Binary Patterns"
+msgstr "फ़ाइल ब्राउज़र द्विपदीय प्रारूप"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "उपयोग के लिए पूरक प्रारूप जब द्विपदीय फ़ाइल फिल्टर किया जाता है"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+#| msgid "_Set root to active document"
+msgid "_Set Root to Active Document"
+msgstr "सक्रिय दस्तावेज़ पर रूट सेट करें (_S)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "नयी फ़ाइल (_N)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "नयी फ़ाइल (_i)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+#| msgid "_Rename"
+msgid "_Rename..."
+msgstr "नाम बदलें (_R)..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "रद्दी में खिसकाएँ (_M)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "दृश्य ताज़ा करें (_f)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "फ़ोल्डर देखें (_V)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+#| msgid "_Open terminal here"
+msgid "_Open in Terminal"
+msgstr "टर्मिनल में खोलें (_O)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "फिल्टर (_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "छुपा हुआ दिखाएँ (_H)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "द्विपदीय दिखाएँ (_B)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "फ़ाइलनाम मिलाएँ"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "मोडलाइन"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate और Vim-शेली मोडलाइन जीएडिट के लिए समर्थन करता है."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "कमांड पाठ रंग (_o)"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "कमांड रंग पाठ (_o)"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "त्रुटि रंग पाठ (_E)"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "त्रुटि रंग पाठ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"यदि सही है तो टर्मिनल desktop-global मानक फ़ॉन्ट का उपयोग करेगा यदि यह मोनो "
+"स्पेस है "
+"(और सबसे सुंदर फॉन्ट जिसके साथ यह आ सकता है)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "कमांड रंग (_o):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "त्रुटि रंग (_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "पाइथन कंसोल"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "तलवर्ती पटल में खड़ा अंतःक्रियात्मक पाइथन कंसोल"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+#| msgid "Quick Open"
+msgid "Quick Open..."
+msgstr "तेजी से खोलना..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "तेजी से खोलना"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "फ़ाइलें तेजी से खोलें"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "खोजने के लिए टाइप करें..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "स्निपेट प्रबंधित करें (_S)..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "स्निपेट"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "अभिलेख \"%s\" नहीं बनाया जा सका"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "लक्ष्य निर्देशिका \"%s\" मौजूद नहीं"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "लक्ष्य निर्देशिका \"%s\" वैध निर्देशिका नहीं है"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "फ़ाइल \"%s\" मौजूद नहीं"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "फ़ाइल \"%s\" एक वैध स्निपेट फ़ाइल नहीं है"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "आयातित फ़ाइल \"%s\" एक वैध स्निपेट फ़ाइल नहीं है"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "अभिलेख \"%s\" निकाला नहीं जा सका"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "निम्नलिखित फ़ाइल आयात नहीं की जा सकी: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "फ़ाइल \"%s\" एक वैध स्निपेट अभिलेख नहीं है"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "स्निपेट अभिलेख"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "एक नया स्निपेट जोड़ें..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "वैश्विक"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "चयनित स्निपेट वापस लें"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "चयनित स्निपेट मिटाएँ"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+" यह एक वैध टैब ट्रिगर नहीं है. ट्रिगर या तो अक्षरसांख्यिक अक्षर (या _, : और "
+".) या एक "
+"अकेला (गैर अक्षरसांख्यिक) वर्ण जैसे: {, [, इत्यादि."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "टैब दबाने के बाद एक शब्द जिसके साथ स्निपेट सक्रिय किया जाता है"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "आयात के दौरान निम्नलिखित त्रुटि आयी: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "आयात सफलतापूर्वक संपन्न"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "स्निपेट आयात करें"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "सभी समर्थित अभिलेख"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Gzip संकुचित अभिलेख"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 संकुचित अभिलेख"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "एकल स्निपेट फ़ाइल"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "सभी फ़ाइल"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "निर्यात के दौरान त्रुटि निम्नलिखित त्रुटि आई: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "निर्यात सफलतापूर्वक संपन्न"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"अपने निर्यात में क्या आप चयनित <b>तंत्र</b> स्निपेट शामिल करना चाहते हैं?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "निर्यात के लिए कोई स्निपेट चयनित नहीं"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "स्निपेट निर्यात करें"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "नया शॉर्टकट टाइप करें, या साफ करने हेतु बैक स्पेस दबाएँ"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "नया शॉर्टकट टाइप करें"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"पाइथन कमांड (%s) का निष्पादन अधिकतम समय से आगे निकल गया, निष्पादन त्यागा गया."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "पाइथन कमांड का (%s) निष्पादन विफल रहा: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "तेजी से पाठ के खुले रूप से प्रयुक्त टुकड़े डालें"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "स्निपेट प्रबंधित करें"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "नया स्निपेट बनाएँ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "स्निपेट जोड़ें"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "स्निपेट हटाएँ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "स्निपेट आयात करें"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "चयनित स्निपेट त्यागें"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "स्निपेट निर्यात करें"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "सक्रियकरण</b"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "टैब ट्रिगर (_T):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "शार्टकट कुंजी (_h):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "शॉर्टकट कुंजी जिसके साथ स्निपेट सक्रिय है"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "लक्ष्य छोड़ें (_D):"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "छाँटें (_o)..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "छाँटें"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "छाँटें (_S)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "विपरीत अनुक्रम (_R)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "डुप्लीकेट मिटाएँ (_e)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "केस अनदेखा करें (_I)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "स्तंभ पर शुरु करें (_t):"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "आप छाँटने की क्रिया को पहले जैसा नहीं कर सकते हैं"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "चयनित पाठ या दस्तावेज़ क्रमबद्ध करता है"
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:424
+msgid "(no suggested words)"
+msgstr "(कोई सुझाया शब्द नहीं)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "अधिक (_M)..."
+
+# Ignore all
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "सभी अनदेखा करें (_I)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "वर्तनी सुझाव (_S)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "वर्तनी जाँचें (_C)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "भाषा नियत करें (_L)"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "अशुद्ध शब्द आलोकित करें (_H)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:262
+msgid "Suggestions"
+msgstr "सुझाव"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:523
+msgid "(correct spelling)"
+msgstr "(सही वर्तनी)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:664
+msgid "Completed spell checking"
+msgstr "वर्तनी जाँच सम्पन्न"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "अज्ञात (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "तयशुदा"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "भाषा नियत करें"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "भाषाएँ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:791
+msgid "The document is empty."
+msgstr "दस्तावेज़ खाली है."
+
+#: ../plugins/spell/gedit-spell-plugin.c:816
+msgid "No misspelled words"
+msgstr "कोई गलत वर्तनी वाला शब्द नहीं"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+#| msgid "Set language"
+msgid "Set Language"
+msgstr "भाषा नियत करें"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "वर्तमान दस्तावेज़ की भाषा चुनें (_l)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "वर्तनी जाँचें"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "गलत वर्तनी वाला शब्द:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "शब्द"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "इसमें बदलें (_t):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "शब्द जाँचें (_W)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "सुझाव (_S):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "अनदेखा करें (_I)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "बदलें (_n)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "सभी अनदेखा करें (_A)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "सभी बदलें (_l)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "उपयोक्ता शब्दकोश:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "शब्द जोड़ें (_o)"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "वर्तनी जाँचकर्ता"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "वर्तमान दस्तावेज़ में वर्तनी जाँचता है."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "तिथि/समय डालें (_s)..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "उपलब्ध प्रारूप"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "प्रांप्ट प्रकार"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"क्या किसी उपयोक्ता को किसी प्रारूप के लिए प्रांप्ट किया जाता है या किसी "
+"मनपसंद प्रारूप "
+"का प्रयोग किया जाना चाहिए."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "चयनित प्रारूप"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "तिथि/समय डालने के समय चुने प्रारूप का प्रयोग किया गया."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "मनपसंद प्रारूप"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "तिथि/समय डालने के समय मनपसंद प्रारूप का प्रयोग किया गया."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "तिथि व समय प्रविष्ट करें"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "चयनित प्रारूप का उपयोग करें (_s)"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "मनपसंद प्रारूप का उपयोग करें (_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "घुसाएँ (_I)"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "तिथि/समय प्लगइन विन्यस्त करें"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "तिथि/समय डालने के दौरान..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "प्रारूप हेतु पूछें (_P)"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "तिथि/समय प्रविष्ट करें"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "संकेतक के स्थान पर वर्तमान तिथि तथा समय प्रविष्ट करें"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "क्या जीएडिट को इसके द्वारा सहेजे जाने वाले फ़ाइल का बैकअप नक़ल रखना है. आप बैकअप फ़ाइल "
+#~ "विस्तार को \"बैकअप नक़ल विस्तार\" विकल्प से सेट कर सकते हैं."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "पहले जैसा क्रिया सीमा (पदावनत)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "जीएडिट द्वारा पहले जैसा या फिर करें क्रिया की अधिकतम संख्या. \"-1\" का क्रिया की "
+#~ "असीमित संख्या के लिए प्रयोग करें. 2.12.0 से पदावनत"
+
+#~| msgid "Show the application's version"
+#~ msgid "Show the application's help"
+#~ msgstr "अनुप्रयोग की मदद दिखाएँ"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- पाठ फ़ाइल संपादित करें"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "'%s --help' को उपलब्ध कमांड लाइन विकल्प की पूरी सूची दिखाने के लिए चलाएँ.\n"
+
+#~ msgid "About gedit"
+#~ msgstr "जीएडिट परिचय"
+
+#~ msgid "Open Files"
+#~ msgstr "फ़ाइल खोलें"
+
+#~ msgid "Unicode"
+#~ msgstr "यूनिकोड"
+
+#~ msgid "Western"
+#~ msgstr "पश्चिमी"
+
+#~ msgid "Central European"
+#~ msgstr "मध्य यूरोपीय"
+
+#~ msgid "South European"
+#~ msgstr "दक्षिण यूरोपीय"
+
+#~ msgid "Baltic"
+#~ msgstr "बाल्टिक"
+
+#~ msgid "Cyrillic"
+#~ msgstr "सिरिलिक"
+
+#~ msgid "Arabic"
+#~ msgstr "अरबी"
+
+#~ msgid "Greek"
+#~ msgstr "यूनानी"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "हीब्रू दृश्य"
+
+#~ msgid "Turkish"
+#~ msgstr "तुर्की"
+
+#~ msgid "Nordic"
+#~ msgstr "नॉर्डिक"
+
+#~ msgid "Celtic"
+#~ msgstr "सेल्टिक"
+
+#~ msgid "Romanian"
+#~ msgstr "रोमानियाई"
+
+#~ msgid "Armenian"
+#~ msgstr "आर्मेनियाई"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "चीनी पारम्परिक"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "सिरिलिक/रूसी"
+
+#~ msgid "Japanese"
+#~ msgstr "जापानी"
+
+#~ msgid "Korean"
+#~ msgstr "कोरियाई"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "चीनी (सरल)"
+
+#~ msgid "Georgian"
+#~ msgstr "ज्यॉर्जियाई"
+
+#~ msgid "Hebrew"
+#~ msgstr "हीब्रू"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "सिरिलिक/यूक्रेनी"
+
+#~ msgid "Vietnamese"
+#~ msgstr "वियतनामी"
+
+#~ msgid "Thai"
+#~ msgstr "थाई"
+
+#~ msgid "Unknown"
+#~ msgstr "अज्ञात"
+
+#~ msgid "Character Encodings"
+#~ msgstr "वर्ण एन्कोडिंग"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "इस फ़ाइल के स्थान की पहुँच नहीं ली जा सकती है क्योंकि यह आरोहित है."
+
+#~ msgid "The file is too big."
+#~ msgstr "यह बहुत बड़ी फ़ाइल है."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit ने गैर संपादन योग्य विधि में फ़ाइल का यह नमूना खोला. क्या आप इसे किसी तरह "
+#~ "संपादित करना चाहते हैं?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "क्या आप अपने परिवर्तन को छोड़ना चाहते हैं और फ़ाइल फिर लोड करना चाहते हैं?"
+
+#~ msgid "Save _As..."
+#~ msgstr "ऐसे सहेजें... (_A)"
+
+#~ msgid "_Print..."
+#~ msgstr "छापें (_P) ..."
+
+#~ msgid "Open a recently used file"
+#~ msgstr "हालिया प्रयुक्त फ़ाइल खोलें"
+
+#~ msgid "Empty"
+#~ msgstr "रिक्त"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "जीएडिट वरीयता"
+
+#~ msgid "Replace All"
+#~ msgstr "सभी बदलें"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "यूनिकोड (यूटीएफ-8)"
+
+#~ msgid "_View"
+#~ msgstr "देखें (_V)"
+
+#~ msgid "_Open..."
+#~ msgstr "खोलें (_O)..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "वरीयता (_e)"
+
+#~ msgid "Configure the application"
+#~ msgstr "अनुप्रयोग विन्यस्त करें"
+
+#~ msgid "_Contents"
+#~ msgstr "विषय सूची (_C)"
+
+#~ msgid "Open the gedit manual"
+#~ msgstr "जीएडिट मैनुअल खोलें"
+
+#~ msgid "About this application"
+#~ msgstr "इस अनुप्रयोग का परिचय"
+
+#~ msgid "Save the current file with a different name"
+#~ msgstr "वर्तमान फ़ाइल एक भिन्न नाम से सहेजें"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "फ़ाइल के सहेजे गए संस्करण पर पुनः जाएँ"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "छपाई पूर्वावलोकन (_w)"
+
+#~ msgid "Print preview"
+#~ msgstr "छपाई पूर्वावलोकन"
+
+#~ msgid "Print the current page"
+#~ msgstr "वर्तमान पृष्ठ छापें"
+
+#~ msgid "Undo the last action"
+#~ msgstr "पिछली क्रिया रद्द करें"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "अंतिम पूर्ववत क्रिया दोहराएँ"
+
+#~ msgid "Cut the selection"
+#~ msgstr "चयनित काटें"
+
+#~ msgid "Copy the selection"
+#~ msgstr "चयनित नक़ल करें"
+
+#~ msgid "Paste the clipboard"
+#~ msgstr "क्लिपबोर्ड सामग्री चिपकाएँ"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "चयनित पाठ मिटाएँ"
+
+#~ msgid "Select the entire document"
+#~ msgstr "सम्पूर्ण दस्तावेज़ चुनें"
+
+#~ msgid "_Find..."
+#~ msgstr "ढूँढें (_F)..."
+
+#~ msgid "Search for text"
+#~ msgstr "पाठ हेतु ढूँढें"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "समान पाठ के लिए आगे ढूँढें"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "समान पाठ के लिए पीछे ढूँढें"
+
+#~ msgid "_Replace..."
+#~ msgstr "बदलें (_R)..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "पाठ खोजें तथा बदलें"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "खोज मिलान का आलोकन साफ करें"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "विशिष्ट पंक्ति पर जाएँ"
+
+#~ msgid "Save all open files"
+#~ msgstr "सभी खुली फ़ाइलें सहेजें"
+
+#~ msgid "Close all open files"
+#~ msgstr "सभी खुली फ़ाइलें बंद करें"
+
+#~ msgid "Create a new tab group"
+#~ msgstr "नया टैब समूह बनाएँ"
+
+#~ msgid "Switch to the previous tab group"
+#~ msgstr "पिछला टैब समूह में जाएँ"
+
+#~ msgid "Switch to the next tab group"
+#~ msgstr "अगला टैब समूह में जाएँ"
+
+#~ msgid "Activate previous document"
+#~ msgstr "पिछला दस्तावेज़ सक्रिय करें"
+
+#~ msgid "Activate next document"
+#~ msgstr "अगला दस्तावेज़ सक्रिय करें"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "वर्तमान दस्तावेज़ को नये विंडो में ले जाएँ"
+
+#~ msgid "Close the current file"
+#~ msgstr "वर्तमान फ़ाइल बंद करें"
+
+#~ msgid "Quit the program"
+#~ msgstr "प्रोग्राम से बाहर जाएँ"
+
+#~ msgid "_Toolbar"
+#~ msgstr "औज़ार-पट्टी (_T)"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "वर्तमान विंडो में औज़ार-पट्टी की दृश्यता दिखाएँ या छुपाएँ"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "वर्तमान विंडो में स्थिति-पट्टी की दिखाएँ या छुपाएँ"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "पूर्णस्क्रीन में पाठ संपादित करें"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "वर्तमान विंडो में बाज़ू फलक की दृश्यता दिखाएँ या छुपाएँ"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "वर्तमान विंडो में तलवर्ती-पट्टी दिखाएँ या छुपाएँ"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "वाक्य रचना आलोकन निष्क्रिय करें"
+
+# Translators: %s is a URI
+#~ msgid "Open '%s'"
+#~ msgstr "खोलें '%s'"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' सक्रिय करें"
+
+#~ msgid "Change Case"
+#~ msgstr "केस बदलें"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "चयनित पाठ का केस बदलें."
+
+#~ msgid "C_hange Case"
+#~ msgstr "केस बदलें (_h)"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "सभी बड़े अक्षर (_U)"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "सभी छोटे अक्षर (_L)"
+
+#~ msgid "Change selected text to lower case"
+#~ msgstr "चयनित पाठ को छोटे अक्षर में बदलें"
+
+#~ msgid "_Invert Case"
+#~ msgstr "केस पलटें (_I)"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "चयनित पाठ का केस पलटें"
+
+#~ msgid "_Title Case"
+#~ msgstr "शीर्षक केस (_T)"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "प्रत्येक चयनित शब्दों के पहले अक्षर को कैपिटलाइज़ करें"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "वर्तमान दस्तावेज़ के बारे में सांख्यिकी सूचना प्राप्त करें"
+
+#~ msgid "_Update"
+#~ msgstr "अद्यतन करें (_U)"
+
+#~ msgid "File Name"
+#~ msgstr "फ़ाइल नाम"
+
+#~ msgid "_Tools:"
+#~ msgstr "औज़ार (_T)"
+
+#~ msgid "_Edit:"
+#~ msgstr "संपादन (_E)"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "बाहरी औज़ार प्रबंधक खोलता है"
+
+#~ msgid "External tools"
+#~ msgstr "बाहरी औज़ार"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "सक्रिय दस्तावेज़ अवस्थिति पर रूट सेट करें"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "मौजूदा खुली निर्देशिका पर एक टर्मिनल खोलें"
+
+#~ msgid "file"
+#~ msgstr "फ़ाइल"
+
+#~ msgid "directory"
+#~ msgstr "निर्देशिका"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "रद्दी में चयनित फ़ाइल या निर्देशिका ले जाएँ"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "चयनित फ़ाइल या निर्देशिका मिटाएँ"
+
+#~ msgid "Open selected file"
+#~ msgstr "चयनित फ़इल के लिए हाशिया दें"
+
+#~ msgid "Up"
+#~ msgstr "ऊपर"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "जनक फ़ोल्डर खोलें"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "नया खाली फ़ोल्डर जोड़ें"
+
+#~ msgid "Add new empty file"
+#~ msgstr "नयी खाली फ़ाइल जोड़ें"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "चयनित फ़ाइल या फ़ोल्डर का नाम बदलें"
+
+#~ msgid "_Previous Location"
+#~ msgstr "पिछली अवस्थिति (_P)"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "पिछली देखी अवस्थिति पर जाएँ"
+
+#~ msgid "_Next Location"
+#~ msgstr "अगली अवस्थिति (_N)"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "अगली देखी अवस्थिति पर जाएँ"
+
+#~ msgid "Refresh the view"
+#~ msgstr "दृश्य ताज़ा करें"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "फ़ाइल प्रबंधक में फ़ोल्डर देखें"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "छुपी फ़ाइलों व फ़ोल्डर दिखाएँ"
+
+#~ msgid "Show binary files"
+#~ msgstr "द्विपदीय फ़ाइल दिखाएँ"
+
+#~ msgid "Quick open"
+#~ msgstr "तेजी से खोलना"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "दस्तावेज़ तेजी से खोलें"
+
+#~ msgid "_Snippets:"
+#~ msgstr "स्निपेट (_S):"
+
+#~ msgid "Manage snippets"
+#~ msgstr "स्निपेट प्रबंधित करें"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "वर्तमान चयन या दस्तावेज़ छांटे"
+
+#~ msgid "Check Spelling"
+#~ msgstr "वर्तनी जाँचें"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "वर्तमान दस्तावेज़ में गलत वर्तनी हेतु जाँचें"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "वर्तमान दस्तावेज़ की भाषा नियत करें"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "वर्तमान दस्तावेज़ की वर्तनी जाँच स्वचालित करें"
+
+#~ msgid "Language:"
+#~ msgstr "भाषा:"
+
+#~ msgid "Language"
+#~ msgstr "भाषाएँ"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "संकेतक के स्थान पर वर्तमान तिथि तथा समय प्रविष्ट करें"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist dataprovider"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "जीएडिट के द्वारा प्रयुक्त दस्तावेज़ के लिए पहुँच लॉग करता है या घटना छोड़ता है"
+
+#~ msgid "Text"
+#~ msgstr "पाठ"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "बिना सहेजे लॉगआउट करें (_w)"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "पृष्ठभूमि में जीएडिट चलाएँ"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "VFS योजना की सूची जीएडिट लेखन विधि में समर्थन करती है. 'फ़ाइल' योजना तयशुदा रूप से "
+#~ "लिखने योग्य है."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "लिखने योग्य VFS योजना"
+
+#~ msgid "_Add..."
+#~ msgstr "जोड़ें (_A)..."
+
+#~ msgid "External Tools Manager"
+#~ msgstr "बाहरी औज़ार प्रबंधक"
+
+#~ msgid "Previous location"
+#~ msgstr "पिछली अवस्थिति"
+
+#~ msgid "Go to previous location"
+#~ msgstr "पिछली अवस्थिति पर जाएँ"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "पहले के खुले अवस्थिति पर जाएँ"
+
+#~ msgid "Next location"
+#~ msgstr "अगला स्थान"
+
+#~ msgid "Go to next location"
+#~ msgstr "अगली अवस्थिति पर जाएँ"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "बैकअप नक़ल विस्तार"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "तलवर्ती-पट्टी दृष्टिगोचर है"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "बैकअप फ़ाइल नाम के लिए विस्तार या प्रत्यय. यह सिर्फ तभी प्रभावी होगा अगर \"बैकअप "
+#~ "नक़ल बनाये\" विकल्प बंद कर दिया जाता है."
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "औज़ारपट्टी बटन के लिए शैली. तंत्र के तयशुदा शेली को प्रयोग करने के लिए संभावित मान "
+#~ "\"GEDIT_TOOLBAR_SYSTEM\" है, सिर्फ प्रतीक दिखाने के लिए \"GEDIT_TOOLBAR_ICONS"
+#~ "\", प्रतीक व पाठ दोनों के लिए \"GEDIT_TOOLBAR_ICONS_AND_TEXT\", और प्रतीक के "
+#~ "बगल में वरीयता वाले पाठ के लिए \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\". नोट करें कि "
+#~ "मान स्थितियों के प्रति संवेदनशील हैं, इसलिये निश्चित करें कि वे यहाँ बताये गये की तरह "
+#~ "दिखते हैं."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "औज़ार-पट्टी बटन शेली"
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr "क्या संपादन विंडो के तल की तलवर्ती पट्टी को दिखाई देना चाहिए."
+
+#~ msgid "Character Codings"
+#~ msgstr "वर्ण कोडिंग"
+
+#~ msgid "<b>Bracket Matching</b>"
+#~ msgstr "<b>कोष्ठक मिलान</b>"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>मौजूदा पंक्ति</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>फ़ॉन्ट</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>पंक्ति संख्या</b>"
+
+#~ msgid "<b>Right Margin</b>"
+#~ msgstr "<b>दाहिना हाशिया</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">रंग योजना</span>"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "स्तम्भ पर दाहिना हाशिया: (_R)"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[FILE...]"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "फ़ाइलनाम की बैकअप प्रति नहीं बनायी जा सकी."
+
+#~ msgid "Plugin"
+#~ msgstr "प्लगइन"
+
+#~ msgid "Enabled"
+#~ msgstr "सक्रिय"
+
+#~ msgid "C_onfigure"
+#~ msgstr "विन्यस्त करें (_o)"
+
+#~ msgid "A_ctivate"
+#~ msgstr "सक्रिय करें (_c)"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "सभी सक्रिय करें (_t)"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "सभी निष्क्रिय करें (_D)"
+
+#~| msgid "Active plugins"
+#~ msgid "Active _Plugins:"
+#~ msgstr "सक्रिय प्लगइन (_P):"
+
+#~ msgid "C_onfigure Plugin"
+#~ msgstr "प्लगइन विन्यस्त करें (_o)"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "वरीयता प्रबंधक प्रारंभ नहीं कर सकता."
+
+#~ msgid "Expected `%s' got `%s' for key %s"
+#~ msgstr "अपेक्षित '%s' मिला '%s', कुंजी %s हेतु"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>फ़ॉन्ट</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>पृष्ठ शीर्षिका</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>वाक्य रचना आलोकन</b>"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "पृष्ठ सेटअप (_u)"
+
+#~ msgid "Setup the page settings"
+#~ msgstr "पृष्ठ विन्यास सेटअप करें"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "संवर्द्धनात्मक खोज (_I)..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "पाठ के लिए संवर्द्धनात्मक खोज"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">फ़ाइल नाम</span>"
+
+#~ msgid "_Indent"
+#~ msgstr "हाशिया (_I)"
+
+#~ msgid "U_nindent"
+#~ msgstr "हाशिया हटाएँ"
+
+#~ msgid "Unindent selected lines"
+#~ msgstr "चयनित पंक्तियों में हाशिया नहीं छोड़ें"
+
+#~ msgid "Indent Lines"
+#~ msgstr "हाशिया पंक्ति"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "चयनित पंक्तियों में हाशिया जोड़ता या हटाता है."
+
+#~ msgid "Snippets Manager"
+#~ msgstr "स्निपेट प्रबंधक"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "वर्तनी स्वचालित जाँचें(_A)"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>भाषा</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>शब्द</b>"
+
+#~ msgid "Tags"
+#~ msgstr "टैग्स"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "आप जिस समूह टैग का उपयोग करना चाहते हैं उसका चयन करें"
+
+#~ msgid "_Preview"
+#~ msgstr "पूर्वावलोकन (_P)"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "उपलब्ध टैग सूचियाँ"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "संक्षिप्ताक्षर प्रपत्र"
+
+#~ msgid "Abbreviation"
+#~ msgstr "संक्षिप्ताक्षर"
+
+#~ msgid "Above"
+#~ msgstr "ऊपर"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "सुगमता कुंजी वर्ण"
+
+#~ msgid "Acronym"
+#~ msgstr "संक्षिप्ताक्षर"
+
+#~ msgid "Align"
+#~ msgstr "पंक्तिबद्ध करें"
+
+#~ msgid "Alignment character"
+#~ msgstr "संरेखित वर्ण"
+
+#~ msgid "Alternative"
+#~ msgstr "वैकल्पिक"
+
+#~ msgid "Anchor"
+#~ msgstr "लंगर"
+
+#~ msgid "Anchor URI"
+#~ msgstr "लंगर URI"
+
+#~ msgid "Applet class file code"
+#~ msgstr "एप्पलेट वर्ग फ़ाइल कोड"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "एप्पलेट वर्ग फ़ाइल कोड (पदावनत)"
+
+#~ msgid "Array"
+#~ msgstr "सरणी"
+
+#~ msgid "Associated information"
+#~ msgstr "संयुक्त सूचना"
+
+#~ msgid "Author info"
+#~ msgstr "लेखक सूचना"
+
+#~ msgid "Axis related headers"
+#~ msgstr "अक्ष संबंधित शीर्षिका"
+
+#~ msgid "Background color"
+#~ msgstr "पृष्ठभूमि रंग"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "पृष्ठभूमि रंग (पदावनत)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "पृष्ठभूमि टेक्चर टाइल"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "पृष्ठभूमि टेक्चर टाइल (पदावनत)"
+
+#~ msgid "Base URI"
+#~ msgstr "आधार URI"
+
+#~ msgid "Base font"
+#~ msgstr "आधार फ़ॉन्ट"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "आधार फ़ॉन्ट (पदावनत)"
+
+#~ msgid "Bold"
+#~ msgstr "गाढ़ा"
+
+#~ msgid "Border"
+#~ msgstr "किनारा"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "किनारा (पदावनत)"
+
+#~ msgid "Border color"
+#~ msgstr "किनारा रंग"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "कोष्ठ रॉउसन"
+
+#~ msgid "Center"
+#~ msgstr "केंद्र"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "केंद्र (पदावनत)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "कड़ीबद्ध संसाधन का वर्ण एन्कोडिंग"
+
+#~ msgid "Checked (state)"
+#~ msgstr "जाँचा गया (स्थिति)"
+
+#~ msgid "Checked state"
+#~ msgstr "जाँचा गयी स्थिति"
+
+#~ msgid "Citation"
+#~ msgstr "प्रशस्ति पत्र"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "परिवर्तन के लिए तर्क दें"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "वर्ग कार्यान्वयन ID"
+
+#~ msgid "Class list"
+#~ msgstr "टैग सूची"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "पाठ त्रुटि नियंत्रण साफ करें"
+
+#~ msgid "Code content type"
+#~ msgstr "कोड सामग्री प्रकार"
+
+#~ msgid "Color of selected links"
+#~ msgstr "चयनित पंक्तियों का रंग"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "चयनित कड़ी का रंग (पदावनत)"
+
+#~ msgid "Column span"
+#~ msgstr "स्तंभ स्पैन"
+
+#~ msgid "Columns"
+#~ msgstr "स्तंभ"
+
+#~ msgid "Comment"
+#~ msgstr "टिप्पणी"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "कंप्यूटर कोड फ्रैगमेंट"
+
+#~ msgid "Content type"
+#~ msgstr "विषय प्रकार"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "विषय प्रकार (पदावनत)"
+
+#~ msgid "Coordinates"
+#~ msgstr "निर्देशांक"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV शैली धारक"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV धारक"
+
+#~ msgid "Date and time of change"
+#~ msgstr "परिवर्तन की तिथि व समय"
+
+#~ msgid "Declare flag"
+#~ msgstr "फ्लैग घोषित करें"
+
+#~ msgid "Defer attribute"
+#~ msgstr "गुण अंतर करें"
+
+#~ msgid "Definition description"
+#~ msgstr "परिभाषा वर्णन"
+
+#~ msgid "Definition list"
+#~ msgstr "परिभाषा सूची"
+
+#~ msgid "Definition term"
+#~ msgstr "परिभाषा पद"
+
+#~ msgid "Deleted text"
+#~ msgstr "मिटाया पाठ"
+
+#~ msgid "Direction"
+#~ msgstr "दिशा"
+
+#~ msgid "Directionality"
+#~ msgstr "दैशिकता"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "दैशिकता (पदावनत)"
+
+#~ msgid "Directory list"
+#~ msgstr "निर्देशिका सूची"
+
+#~ msgid "Disabled"
+#~ msgstr "निष्क्रिय"
+
+#~ msgid "Document base"
+#~ msgstr "दस्तावेज़ आधार"
+
+#~ msgid "Document body"
+#~ msgstr "दस्तावेज़ शरीर"
+
+#~ msgid "Document head"
+#~ msgstr "दस्तावेज़ शीर्ष"
+
+#~ msgid "Document title"
+#~ msgstr "दास्तावेज़ शीर्षक"
+
+#~ msgid "Document type"
+#~ msgstr "दस्तावेज़ प्रकार"
+
+#~ msgid "Element ID"
+#~ msgstr "तत्व ID"
+
+#~ msgid "Embedded object"
+#~ msgstr "अंतःस्थापित वस्तु"
+
+#~ msgid "Emphasis"
+#~ msgstr "बलाघात"
+
+#~ msgid "Encode type"
+#~ msgstr "एन्कोड प्रकार"
+
+#~ msgid "Figure"
+#~ msgstr "आकृति"
+
+#~ msgid "Font face"
+#~ msgstr "फ़ॉन्ट मुखरा"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "फ़ॉन्ट मुखरा (पदावनत)"
+
+#~ msgid "For label"
+#~ msgstr "लेबल के लिए"
+
+#~ msgid "Forced line break"
+#~ msgstr "जबरदस्ती पंक्ति अंतराल"
+
+# #-#-#-#-# gnome-session.HEAD.hi.po (gnome-session 2.4) #-#-#-#-#
+# gnome-session/gsm-client-row.c:50
+# #-#-#-#-# gnumeric.HEAD.hi.po (gnumeric HEAD) #-#-#-#-#
+# #-#-#-#-# gnome-applets.gnome-2-2.hi.po (gnome-applets 2.x) #-#-#-#-#
+# gnome-session/gsm-client-row.c:50
+# #-#-#-#-# gnome-session.HEAD.hi.po (gnome-session VERSION) #-#-#-#-#
+# gnome-session/gsm-client-row.c:50
+#~ msgid "Form"
+#~ msgstr "प्रारूप"
+
+#~ msgid "Form action handler"
+#~ msgstr "प्रारूप क्रिया नियंत्रणकर्ता"
+
+#~ msgid "Form control group"
+#~ msgstr "प्रारूप नियंत्रण समूह"
+
+#~ msgid "Form field label text"
+#~ msgstr "प्रारूप क्षेत्र लेबल पाठ"
+
+#~ msgid "Form input"
+#~ msgstr "प्रारूप आगत"
+
+#~ msgid "Form input type"
+#~ msgstr "प्रारूप आगत प्रकार"
+
+#~ msgid "Form method"
+#~ msgstr "प्रारूप विधि"
+
+#~ msgid "Forward link"
+#~ msgstr "कड़ी अग्रेषित करें"
+
+#~ msgid "Frame"
+#~ msgstr "फ्रेम "
+
+#~ msgid "Frame render parts"
+#~ msgstr "फ्रेम रेंडर पार्ट"
+
+#~ msgid "Frame source"
+#~ msgstr "फ्रेम स्रोत"
+
+#~ msgid "Frame target"
+#~ msgstr "फ्रेम लक्ष्य"
+
+#~ msgid "Frameborder"
+#~ msgstr "फ्रेमबार्डर"
+
+#~ msgid "Frameset"
+#~ msgstr "फ्रेमसेट"
+
+#~ msgid "Frameset columns"
+#~ msgstr "फ्रेमसेट स्तंभ"
+
+#~ msgid "Frameset rows"
+#~ msgstr "फ्रेमसेट पंक्ति"
+
+#~ msgid "Framespacing"
+#~ msgstr "फ्रेमस्पेसिंग"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "जेनेरिक एंबेडेड ऑब्जेक्ट"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "जेनेरिक मेटाइनफोरमेशन"
+
+#~ msgid "Generic span"
+#~ msgstr "जेनेरिक स्पैन"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - विशेष वर्ण"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - टैग"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML रूट तत्व"
+
+#~ msgid "HTML version"
+#~ msgstr "HTML संस्करण"
+
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP शीर्षिका नाम"
+
+#~ msgid "Header cell ID's"
+#~ msgstr "शीर्षिका कोष्ठ ID's"
+
+#~ msgid "Heading"
+#~ msgstr "शीर्षक"
+
+#~ msgid "Heading 1"
+#~ msgstr "शीर्षक 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "शीर्षक 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "शीर्षक 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "शीर्षक 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "शीर्षक 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "शीर्षक 6"
+
+#~ msgid "Height"
+#~ msgstr "ऊँचाई"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "क्षैतिज नियम"
+
+#~ msgid "Horizontal space"
+#~ msgstr "क्षैतिज स्थान"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "क्षैतिज स्थान (पदावनत)"
+
+#~ msgid "HttP header name"
+#~ msgstr "HttP शीर्षिका नाम"
+
+#~ msgid "I18N BiDi over-ride"
+#~ msgstr "I18N BiDi over-ride"
+
+#~ msgid "Image"
+#~ msgstr "छवि"
+
+#~ msgid "Image map"
+#~ msgstr "छवि नक़्शा"
+
+#~ msgid "Image map area"
+#~ msgstr "छवि नक़्शा क्षेत्र"
+
+#~ msgid "Image map name"
+#~ msgstr "छवि नक़्शा नाम"
+
+#~ msgid "Image source"
+#~ msgstr "छवि स्रोत"
+
+#~ msgid "Inline frame"
+#~ msgstr "अवैध फ़ाइल नाम"
+
+#~ msgid "Inline layer"
+#~ msgstr "इनलाइन स्तर"
+
+#~ msgid "Inserted text"
+#~ msgstr "तिथि/समय प्रविष्ट करें"
+
+#~ msgid "Instance definition"
+#~ msgstr "उदाहरण परिभाषा"
+
+#~ msgid "Italic text"
+#~ msgstr "इटालिक पाठ"
+
+#~ msgid "Java applet"
+#~ msgstr "जावा एप्पलेट"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "जावा एप्पलेट (पदावनत)"
+
+#~ msgid "Label"
+#~ msgstr "लेबल"
+
+#~ msgid "Language code"
+#~ msgstr "भाषा कोड"
+
+#~ msgid "Large text style"
+#~ msgstr "बड़ी पाठ शैली"
+
+#~ msgid "Layer"
+#~ msgstr "स्तर"
+
+#~ msgid "Link color"
+#~ msgstr "कड़ी रंग"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "कड़ी रंग (पदावनत)"
+
+#~ msgid "List item"
+#~ msgstr "सूची वस्तु"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "फ़ाइल अपलोड के लिए MIME प्रकार की सूची"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "समर्थित वर्ण सेट की सूची"
+
+#~ msgid "Listing"
+#~ msgstr "अनुसूचन"
+
+#~ msgid "Local change to font"
+#~ msgstr "फ़ॉन्ट में स्थानीय परिवर्तन"
+
+#~ msgid "Long description link"
+#~ msgstr "लंबा वर्णन कड़ी"
+
+#~ msgid "Long quotation"
+#~ msgstr "लंबा उद्धरण"
+
+#~ msgid "Mail link"
+#~ msgstr "डाक कड़ी"
+
+#~ msgid "Margin pixel height"
+#~ msgstr "हाशिया पिक्सेल ऊंचाई"
+
+#~ msgid "Margin pixel width"
+#~ msgstr "हाशिया पिक्सेल चौड़ाई"
+
+#~ msgid "Marquee"
+#~ msgstr "Marquee"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "पाठ क्षेत्र की अधिकतम लंबाई"
+
+#~ msgid "Media-independent link"
+#~ msgstr "मीडिया स्वतंत्र सूची"
+
+#~ msgid "Menu list"
+#~ msgstr "मैनू सूची"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "मेन्यू सूची (पदावनत)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "बहु पंक्ति पाठ क्षेत्र"
+
+#~ msgid "Multicolumn"
+#~ msgstr "बहुकॉलम"
+
+#~ msgid "Multiple"
+#~ msgstr "बहुमुखी"
+
+#~ msgid "Named property value"
+#~ msgstr "नामित संपत्ति मान"
+
+#~ msgid "Next ID"
+#~ msgstr "अगला ID"
+
+#~ msgid "No URI"
+#~ msgstr "कोई URI नहीं"
+
+#~ msgid "No embedded objects"
+#~ msgstr "कोई अंतःस्थापित वस्तु नहीं"
+
+#~ msgid "No frames"
+#~ msgstr "कोई फ्रेम नहीं"
+
+#~ msgid "No layers"
+#~ msgstr "कोई स्तर नहीं"
+
+#~ msgid "No line break"
+#~ msgstr "कोई पंक्ति टूटन नहीं"
+
+#~ msgid "No script"
+#~ msgstr "कोई स्क्रिप्ट नहीं"
+
+#~ msgid "No shade"
+#~ msgstr "कोई छायांकन नहीं"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "कोई छाया नहीं (पदावनत)"
+
+#~ msgid "No word wrap"
+#~ msgstr "कोई शब्द रैप नहीं"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "कोई शब्द लपेटना नहीं (पदावनत)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "बिना अंतराल स्थान"
+
+#~ msgid "Note"
+#~ msgstr "नोट"
+
+#~ msgid "Object applet file"
+#~ msgstr "वस्तु एप्पलेट फ़ाइल"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "वस्तु एप्पलेट फ़ाइल (पदावनत)"
+
+#~ msgid "Object data reference"
+#~ msgstr "वस्तु आंकड़ा संदर्भ"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "पंक्तिबद्ध वर्ण के लिए ऑफसेट"
+
+#~ msgid "OnBlur event"
+#~ msgstr "OnBlur घटना"
+
+#~ msgid "OnChange event"
+#~ msgstr "OnChange घटना"
+
+#~ msgid "OnClick event"
+#~ msgstr "OnClick घटना"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick घटना"
+
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus घटना"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown घटना"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress घटना"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp घटना"
+
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad घटना"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown घटना"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove घटना"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut घटना"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver घटना"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp घटना"
+
+#~ msgid "OnReset event"
+#~ msgstr "OnReset घटना"
+
+#~ msgid "OnSelect event"
+#~ msgstr "OnSubmit घटना"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit घटना"
+
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload घटना"
+
+#~ msgid "Option group"
+#~ msgstr "विकल्प समूह"
+
+#~ msgid "Option selector"
+#~ msgstr "फ़ॉन्ट चयनक"
+
+#~ msgid "Ordered list"
+#~ msgstr "आदेश दी गई सूची"
+
+#~ msgid "Output media"
+#~ msgstr "आउटपुट मीडिया"
+
+#~ msgid "Paragraph"
+#~ msgstr "अनुच्छेद"
+
+#~ msgid "Paragraph class"
+#~ msgstr "अनुच्छेद वर्ग"
+
+#~ msgid "Paragraph style"
+#~ msgstr "अनुच्छेद शैली"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "पूर्वसंरूपित सूचन"
+
+#~ msgid "Preformatted text"
+#~ msgstr "पूर्वसंरूपित पाठ"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "प्रोफाइल मेटाइंफो शब्दकोश"
+
+#~ msgid "Push button"
+#~ msgstr "पुश बटन"
+
+#~ msgid "Quote"
+#~ msgstr "उद्धरण"
+
+#~ msgid "Range"
+#~ msgstr "सीमा"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "सिर्फ पठनीय पाठ और कूटशब्द"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "घटा हुआ अंतरण"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "घटा हुआ अंतरण (पदावनत)"
+
+#~ msgid "Reverse link"
+#~ msgstr "विपरीत कड़ी"
+
+#~ msgid "Root"
+#~ msgstr "रूट"
+
+#~ msgid "Rows"
+#~ msgstr "पंक्ति"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "कतार व स्तंभ के बीच रूलिंग"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "नमूना प्रोग्राम आउटपुट, स्क्रिप्ट"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "शीर्षिका कोष्ठ द्वारा कवर किया गया स्कोप"
+
+#~ msgid "Script language name"
+#~ msgstr "भाषा नाम स्क्रिप्ट करें"
+
+#~ msgid "Script statements"
+#~ msgstr "स्क्रिप्ट कथन"
+
+#~ msgid "Scrollbar"
+#~ msgstr "स्क्रॉलबार"
+
+#~ msgid "Selectable option"
+#~ msgstr "चयन योग्य विकल्प"
+
+#~ msgid "Server-side image map"
+#~ msgstr "सर्वर साइड छवि नक़्शा"
+
+#~ msgid "Shape"
+#~ msgstr "आकार"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "छोटा इनलाइन उद्धरण"
+
+#~ msgid "Single line prompt"
+#~ msgstr "एकल लाइन प्रांप्ट"
+
+#~ msgid "Size"
+#~ msgstr "आकार"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "आकार (पदावनत)"
+
+#~ msgid "Small text style"
+#~ msgstr "छोटा पाठ शैली"
+
+#~ msgid "Soft line break"
+#~ msgstr "सॉफ्ट लाइन अंतराल"
+
+#~ msgid "Sound"
+#~ msgstr "ध्वनि"
+
+#~ msgid "Source"
+#~ msgstr "स्रोत"
+
+#~ msgid "Space separated archive list"
+#~ msgstr "स्थान से अलग अभिलेख सूची"
+
+#~ msgid "Spacer"
+#~ msgstr "विभाजक"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "कोष्ठ के बीच में स्पेसिंग"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "कोष्ठ के अंदर अंतरण"
+
+#~ msgid "Span"
+#~ msgstr "स्पैन"
+
+#~ msgid "Square root"
+#~ msgstr "वर्ग मूल"
+
+#~ msgid "Standby load msg"
+#~ msgstr "स्टैंडबाई लोड संदेश"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "शृंखला संख्या को आरंभ कर रहा है"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "आरंभिक शृंखला संख्या (पदावनत)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "पाठ आर पार काटें"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "पाठ आर-पार काटें (पदावनत)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "पाठ शैली आर-पार काट दें"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "आर-पार कटा पाठ (पदावनत)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "ज्यादा बलाघात"
+
+#~ msgid "Style info"
+#~ msgstr "शैली सूचना"
+
+#~ msgid "Subscript"
+#~ msgstr "उपस्क्रिप्ट"
+
+#~ msgid "Superscript"
+#~ msgstr "अधिस्क्रिप्ट"
+
+#~ msgid "Tab order position"
+#~ msgstr "टैब क्रम स्थिति"
+
+#~ msgid "Table"
+#~ msgstr "सारणी"
+
+#~ msgid "Table body"
+#~ msgstr "सारणी शरीर"
+
+#~ msgid "Table caption"
+#~ msgstr "सारणी शीर्षक"
+
+#~ msgid "Table column group properties"
+#~ msgstr "सारणी स्तंभ समूह गुण"
+
+#~ msgid "Table column properties"
+#~ msgstr "सारणी स्तंभ गुण"
+
+#~ msgid "Table data cell"
+#~ msgstr "सारणी आँकड़ा कोष्ठ"
+
+#~ msgid "Table footer"
+#~ msgstr "सारणी पादिका"
+
+#~ msgid "Table header cell"
+#~ msgstr "सारणी शीर्षिका कोष्ठ"
+
+#~ msgid "Table row"
+#~ msgstr "सारणी पंक्ति"
+
+#~ msgid "Table summary"
+#~ msgstr "सारणी सारांश"
+
+#~ msgid "Target - Blank"
+#~ msgstr "लक्ष्य - रिक्त"
+
+#~ msgid "Target - Parent"
+#~ msgstr "लक्ष्य - जनक"
+
+#~ msgid "Target - Self"
+#~ msgstr "लक्ष्य - स्वयं"
+
+#~ msgid "Target - Top"
+#~ msgstr "Target - शीर्ष"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "टेलीटाइप या मोनोस्पेस पाठ शैली"
+
+#~ msgid "Text color"
+#~ msgstr "पाठ रंग"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "पाठ रंग (पदावनत)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "उपयोक्ता द्वारा दाखिल पाठ"
+
+#~ msgid "Title"
+#~ msgstr "शीर्षक"
+
+#~ msgid "Topmargin in pixels"
+#~ msgstr "पिक्सेल में Topmargin"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "रेखांकित पाठ शैली"
+
+#~ msgid "Unordered list"
+#~ msgstr "अक्रमब्ध सूची"
+
+#~ msgid "Use image map"
+#~ msgstr "छवि नक़्शा का प्रयोग करें"
+
+#~ msgid "Value"
+#~ msgstr "मान"
+
+#~ msgid "Value interpretation"
+#~ msgstr "मान निर्वचन"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "चर या प्रोग्राम तर्क"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "लंबवत कोष्ठ पंक्तिबद्ध"
+
+#~ msgid "Vertical space"
+#~ msgstr "लंबवत स्थान"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "लंबवत स्थान (पदावनत)"
+
+#~ msgid "Visited link color"
+#~ msgstr "देखा गया कड़ी रंग"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "देखा गया कड़ी रंग (पदावनत)"
+
+#~ msgid "Width"
+#~ msgstr "चौड़ाई"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML 1.0 - टैग"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "ग्रंथसूची (साइट)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "ग्रंथसूची (मद)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "ग्रंथसूची (शॉर्टसाइट)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "ग्रंथसूची (thebibliography)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "कोष्ठक ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "कोष्ठक <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "कोष्ठक []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "कोष्ठक {}"
+
+#~ msgid "File input"
+#~ msgstr "फ़ाइल टिप्पणी"
+
+#~ msgid "Function cosin"
+#~ msgstr "फंक्शन cosin"
+
+#~ msgid "Function e^"
+#~ msgstr "फंक्शन e^"
+
+#~ msgid "Function exp"
+#~ msgstr "फंक्शन एक्स"
+
+#~ msgid "Function log"
+#~ msgstr "फंक्शन लॉग"
+
+#~ msgid "Function log10"
+#~ msgstr "फंक्शन लॉग log10"
+
+#~ msgid "Function sine"
+#~ msgstr "फंक्शन साइन"
+
+#~ msgid "Greek alpha"
+#~ msgstr "युनानी अल्फा"
+
+#~ msgid "Greek beta"
+#~ msgstr "युनानी बीटा"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "यूनानी एप्सिलोन"
+
+#~ msgid "Greek gamma"
+#~ msgstr "युनानी गामा"
+
+#~ msgid "Greek lambda"
+#~ msgstr "ग्रीक लैंब्डा"
+
+#~ msgid "Greek rho"
+#~ msgstr "युनानी rho"
+
+#~ msgid "Greek tau"
+#~ msgstr "युनानी tau"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "शीर्षिका 0 (अध्याय)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Header 0 (chapter*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Header 1 (section)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Header 1 (section*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "शीर्षिका 2 (उपखंड)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "शीर्षिका 2 (उपखंड*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "शीर्षिका 3 (उपखंड)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "शीर्षिका 3 (उपखंड*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "शीर्षिका 4 (अनुच्छेद)"
+
+#~ msgid "Header appendix"
+#~ msgstr "शीर्षिका परिशिष्ट"
+
+#~ msgid "Item"
+#~ msgstr "वस्तु"
+
+#~ msgid "Item with label"
+#~ msgstr "लेबल के साथ मद"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex - टैग"
+
+#~ msgid "List description"
+#~ msgstr "वर्णन की सूची दें"
+
+#~ msgid "List enumerate"
+#~ msgstr "सूची बड़ा करें"
+
+#~ msgid "List itemize"
+#~ msgstr "मद रूप में सूची बनायें"
+
+#~ msgid "Maths (display)"
+#~ msgstr "गणित (दिखाएँ)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "गणित (इनलाइन)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "ऑपरेटर अंश"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "ऑपरेटर इंटगरल (प्रदर्शन)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "ऑपरेटर इंटगरल (इनलाइन)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "ऑपरेटर योग (डिसप्ले)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "ऑपरेटर योग (इनलाइन)"
+
+#~ msgid "Reference label"
+#~ msgstr "संदर्भ लेबल"
+
+#~ msgid "Reference ref"
+#~ msgstr "संदर्भ ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "संकेत <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "संकेत <="
+
+#~ msgid "Symbol >="
+#~ msgstr "संकेत >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "संकेत >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "संकेत और"
+
+#~ msgid "Symbol const"
+#~ msgstr "Symbol const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Symbol d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Symbol d-by-dt-आंशिक"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Symbol d2-by-dt2-आंशिक"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Symbol dagger"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Symbol equiv"
+
+#~ msgid "Symbol hyphen --"
+#~ msgstr "Symbol hyphen --"
+
+#~ msgid "Symbol hyphen ---"
+#~ msgstr "Symbol hyphen ---"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Symbol अनंत"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Symbol mathspace ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Symbol mathspace ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Symbol mathspace _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Symbol mathspace __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "संकेत simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "संकेत तारा"
+
+#~ msgid "Typeface bold"
+#~ msgstr "टाइपफेस बोल्ड"
+
+#~ msgid "Typeface italic"
+#~ msgstr "टाइपफेस इटालिक"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "टाइपफेस झुका हुआ"
+
+#~ msgid "Typeface type"
+#~ msgstr "टाइपफेस प्रकार"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "न टूटने वाला पाठ"
+
+#~ msgid ""
+#~ "Provides a method to easily insert into a document commonly used tags/"
+#~ "strings without having to type them."
+#~ msgstr ""
+#~ "एक विधि प्रदान करता है कि दस्तावेज़ में सामान्यतः प्रयोग में आने वाले टैब/स्ट्रिंग को बिना "
+#~ "टाइप किए आसानी से प्रविष्ट किया जा सकता है."
+
+#~ msgid "Tag list"
+#~ msgstr "टैग सूची"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT - अक्ष"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - तत्व"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - प्रकार्य"
+
+#~ msgid "ancestor"
+#~ msgstr "पूर्वज"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "पूर्वज या स्वयं"
+
+#~ msgid "attribute"
+#~ msgstr "गुण"
+
+#~ msgid "child"
+#~ msgstr "संतति"
+
+#~ msgid "descendant"
+#~ msgstr "उत्तराधिकारी"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "descendant-or-self"
+
+#~ msgid "following"
+#~ msgstr "अनुसरण कर रहा है"
+
+#~ msgid "following-sibling"
+#~ msgstr "सिबलिंग का अनुसरण कर रहा है"
+
+#~ msgid "namespace"
+#~ msgstr "नेमस्पेस"
+
+#~ msgid "parent"
+#~ msgstr "जनक"
+
+#~ msgid "preceding"
+#~ msgstr "preceding"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "preceding-sibling"
+
+#~ msgid "self"
+#~ msgstr "स्वयं"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL - टैग"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> जब तिथि या समय प्रविष्ट करें...</span>"
diff --git a/po/hr.po b/po/hr.po
new file mode 100644
index 0000000..74436e7
--- /dev/null
+++ b/po/hr.po
@@ -0,0 +1,3817 @@
+# Translation of gedit to Croatiann
+# Copyright (C) Croatiann team
+# Translators: Automatski Prijevod <>,Bozo Juretic <bjuretic@srce.hr>,Danijel Studen <dstuden@vuka.hr>,Denis Lackovic <delacko@fly.srk.fer.hr>,Mato Kutlić <mate@iskraemeco.hr>,pr pr <delacko@192.168.0.1>,Robert Sedak <robert.sedak@sk.t-com.hr>,Vlatko Kosturjak <kost@linux.hr>,
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 0\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-08-14 10:58+0000\n"
+"PO-Revision-Date: 2022-08-14 15:47+0200\n"
+"Last-Translator: gogo <trebelnik2@gmail.com>\n"
+"Language-Team: Croatian <lokalizacija@linux.hr>\n"
+"Language: hr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Launchpad-Export-Date: 2016-09-22 10:43+0000\n"
+"X-Generator: Poedit 3.1.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Uređivač teksta"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "gedit je uređivač teksta opće namjene."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Glavni cilj gedita je jednostavnost korištenja, sa zadanim jednostavnim "
+"sučeljem. Naprednije značajke su dostupne omogućavanjem priključaka."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Uređivanje tekstovnih datoteka"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Tekst;Uređivač;Izvoran tekst;Piši;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Novi prozor"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Novi dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Koristi uobičajena slova"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Treba li koristiti sustavom zadana slova nepromjenjive širine za uređivanje "
+"teksta umjesto slova određenih za gedit. Ako je ova mogućnost isključena, "
+"onda će se umjesto slova sustava koristiti slova navedena u mogućnosti "
+"\"Uređivač slova\"."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Slova uređivača"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Odabrana slova koja će biti korištena u prostoru za uređivanje teksta. Nema "
+"učinka ako je postavka \"Koristi uobičajena slova\" uključena."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Shema izgleda"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID GtkSourceWiew shema izgleda koje će se koristiti za boju teksta."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Stvori sigurnosne kopije"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Treba li gedit stvoriti sigurnosne kopije za datoteke koju sprema."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automatsko spremanje"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Treba li gedit automatski spremati promijenjene datoteke nakon određenog "
+"vremenskog razdoblja? Vremensko razdoblje možete postaviti s \"Razdoblje "
+"automatskog spremanja\" mogućnosti."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Razdoblje automatskog spremanja"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Broj minuta nakon kojih će gedit automatski spremiti promijenjene datoteke. "
+"To će biti primijenjeno samo ako je mogućnost \"Automatsko spremanje\" "
+"isključena."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Najveći broj radnji poništavanja"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Najveći broj radnji koje će gedit moći poništiti ili vratiti. Koristite "
+"\"-1\" za neograničen broj radnji."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Način prijeloma retka"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Određuje kako će se prelomiti dugi redci u području uređivanja. Koristite "
+"\"none\" - bez prijeloma, \"word\" za prijelom na granicama riječi i "
+"\"char\" za prijelom na granicama znakova. Vrijednosti su osjetljive na "
+"velika i mala slova, stoga pazite da se pojavljuju na isti način kao i ovdje."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Posljednji odabir načina prijeloma prijelom redaka"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Određuje posljednji način prijeloma korišten kod prijeloma redaka, stoga "
+"kada je način prijeloma redaka isključen, još je uvijek zapamćen način "
+"prijeloma. Koristite \"word\" za prijelom kod riječi ili \"char\" za "
+"prijelom kod pojedinog znaka."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Veličina tabulatora"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Određuje broj razmaka koji se prikazuju umjesto znaka tabulatora."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Umetni razmake"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Treba li gedit umetnuti razmake umjesto tabulatora."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatske uvlake"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Treba li gedit omogućiti automatske uvlake."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Prikaži brojeve redaka"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Treba li gedit prikazivati brojeve redaka u prostoru za izmjenu teksta."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Istakni trenutni redak"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Treba li gedit istaknuti trenutni redak."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Istakni odgovarajuće zagrade"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Treba li gedit istaknuti odgovarajuće zagrade."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Prikaži desni rub"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Treba li gedit prikazivati desni rub u prostoru uređivanja teksta."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Položaj desnog ruba"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Određuje položaj desnog ruba."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Vrsta uzorka pozadine dokumenta"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Treba li pozadini dokumenta dodati obojani uzorak."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Pametne Home i End tipke"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Određuje kako se pomiče pokazivač kada se pritisnu tipke HOME i END. "
+"Koristite \"onemogućeno\" kako bi se uvijek pomakli na početak/kraj retka, "
+"\"poslije\" za pomicanje na početak/kraj retka kad su prvi put pritisnute i "
+"za pomicanje na početak/kraj retka zanemarujući praznine pri drugom "
+"pritisku, \"prije\" za pomicanje na početak/kraj teksta prije pomicanja na "
+"početak/kraj retka i \"uvijek\" kako biste se uvijek pomaknuli na početak/"
+"kraj teksta umjesto na početak/kraj retka."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Vrati prijašnji položaj pokazivača"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Treba li gedit postaviti pokazivač na prijašnji položaj prilikom učitavanja "
+"datoteke."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Uključi isticanje sintakse"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Treba li gedit omogućiti isticanje sintakse."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Omogući isticanje pretraga"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Treba li gedit isticati sva pojavljivanja teksta za kojm se pretražuje."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Osiguraj novi redak na kraju"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Treba li gedit osigurati da dokumenti uvijek imaju novi redak na kraju."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Prikazivanje kartica na prijenosnicima"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Određuje kako će se prikazivati kartice na prijenosnicima. Koristite "
+"\"nikad\" - nikad se ne prikazuju, \"uvijek\" uvijek se prikazuju i \"auto\" "
+"kako bi se kartice prikazivale samo ako ih je više od jedne. Vrijednosti su "
+"osjetljive na velika i mala slova, stoga pazite da se pojavljuju na isti "
+"način kao i ovdje."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Statusna traka je vidljiva"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Treba li statusna traka u dnu prozora za uređivanje biti vidljiva."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Bočni panel je vidljiv"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Treba li bočni panel lijevo od prozora za uređivanje biti vidljiv."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Ispis isticanja sintakse"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Treba li gedit ispisivati istaknutu sintaksu prilikom ispisa dokumenata."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Ispis zaglavlja"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Treba li gedit uključiti zaglavlje dokumenta prilikom ispisa."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Ispis načina prijeloma redaka"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Određuje kako će se prelamati dugi redci za ispisivanje. Koristite \"ništa\" "
+"- bez prijeloma, \"riječ\" za prijelom na granicama riječi i \"znak\" za "
+"prijelom na granicama znakova. Vrijednosti su osjetljive na velika i mala "
+"slova, stoga pazite da se pojavljuju na isti način kao i ovdje."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Ispis brojeva redaka"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ukoliko je ova vrijednost 0 prilikom ispisa dokumenta neće biti umetnuti "
+"brojevi redaka. U suprotnom, ispisivati će se broj retka na svakih toliko "
+"redaka."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Slova glavnog teksta pri ispisu"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Određuje vrstu slova koja se koriste za glavni tekst dokumenta prilikom "
+"ispisa."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Slova zaglavlja prilikom ispisa"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Određuje slova koja se koriste za ispis zaglavlja stranice. Ovo ima efekta "
+"samo ako je uključena mogućnost \"Ispisuj zaglavlje\"."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Slova broja retka prilikom ispisa"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Određuje slova koja se koriste za ispis brojeva redaka. Ovo ima učinak samo "
+"ako mogućnost \"Ispisuj brojeve redaka\" nije postavljena na 0."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Lijevi rub"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Lijevi rub u milimetrima."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Gornji rub"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Gornji rub u milimetrima."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Desni rub"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Desni rub u milimetrima."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Donji rub"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Donji rub u milimetrima."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kôdne stranice"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Popis kôdnih stranica prikazanih u izborniku kôdnih stranica. \"CURRENT\" "
+"Predstavlja trenutnu lokalnu kôdnu stranicu. Samo se prepoznate lokalne "
+"kôdne stranice koriste. Zadana vrijednost je prazan popis, za koji će gedit "
+"odabrati najbolju zadanu kôdnu stranicu ovisno o zemlji i jeziku."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktivni priključci"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Popis aktivnih priključka."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Prikaži inačicu aplikacije"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Prikaži popis mogućih vrijednosti za mogućnosti kôdiranja"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Kôdna stranica koja će se koristiti za otvaranje datoteka popisanih u "
+"naredbenom retku"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KÔDIRANJE"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Stvori novi sadržajni prozor u postojećem gedit primjerku"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Stvori novi dokument u postojećem gedit primjerku"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Otvori datoteke i blokiraj procese dok se datoteke ne zatvore"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Pokreni gedit u samostalnom načinu rada"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[DATOTEKA…][+REDAK[:STUPAC]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Došlo je do greške pri prikazivanju pomoći."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: pogrešno kôdiranje."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Zatvori _bez spremanja"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Odustani"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "_Spremi kao…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Spremi"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ako ne spremite, promjene u zadnjoj %ld sekundi će biti zauvijek izgubljene."
+msgstr[1] ""
+"Ako ne spremite, promjene u zadnje %ld sekunde će biti zauvijek izgubljene."
+msgstr[2] ""
+"Ako ne spremite, promjene u zadnjih %ld sekundi će biti zauvijek izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Ako ne spremite, promjene u zadnjoj minuti će biti zauvijek izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ako ne spremite, promjene u zadnjoj minuti i %ld sekundi će biti zauvijek "
+"izgubljene."
+msgstr[1] ""
+"Ako ne spremite, promjene u zadnjoj minuti i %ld sekunde će biti zauvijek "
+"izgubljene."
+msgstr[2] ""
+"Ako ne spremite, promjene u zadnjoj minuti i %ld sekundi će biti zauvijek "
+"izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ako ne spremite, promjene u zadnjoj %ld minuti će biti zauvijek izgubljene."
+msgstr[1] ""
+"Ako ne spremite, promjene u zadnje %ld minute će biti zauvijek izgubljene."
+msgstr[2] ""
+"Ako ne spremite, promjene u zadnjih %ld minuti će biti zauvijek izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Ako ne spremite, promjene u zadnjem satu će biti zauvijek izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ako ne spremite, promjene u zadnjem satu i %d minuti će biti zauvijek "
+"izgubljene."
+msgstr[1] ""
+"Ako ne spremite, promjene u zadnjem satu i %d minute će biti zauvijek "
+"izgubljene."
+msgstr[2] ""
+"Ako ne spremite, promjene u zadnjem satu i %d minuti će biti zauvijek "
+"izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ako ne spremite, promjene u zadnjem %d satu će biti zauvijek izgubljene."
+msgstr[1] ""
+"Ako ne spremite, promjene u zadnjih %d sata će biti zauvijek izgubljene."
+msgstr[2] ""
+"Ako ne spremite, promjene u zadnjih %d sati će biti zauvijek izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Spremi promjene dokumenta “%s” prije zatvaranja?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Postoji %d dokument s promjenama koje nisu spremljene. Želite li spremiti "
+"promjene prije zatvaranja?"
+msgstr[1] ""
+"Postoje %d dokumenta s promjenama koje nisu spremljene. Želite li spremiti "
+"promjene prije zatvaranja?"
+msgstr[2] ""
+"Postoji %d dokumenata s promjenama koje nisu spremljene. Želite li spremiti "
+"promjene prije zatvaranja?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "O_daberite dokumente koje želite spremiti:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Ako ne spremite, sve vaše promjene će biti zauvijek izgubljene."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Učitavanje datoteke '%s'…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Učitavanje %d datoteke…"
+msgstr[1] "Učitavanje %d datoteke…"
+msgstr[2] "Učitavanje %d datoteka…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Datoteka \"%s\" je samo za čitanje."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Želite li ju pokušati zamijeniti s ovom koju spremate?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Zamijeni"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Spremi datoteku koristeći sažimanje?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Želite li spremiti datoteku kao običan tekst?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Datoteka \"%s\" je bila spremljena kao običan tekst te će sada biti "
+"spremljena koristeći sažimanje."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Spremi koristeći sažimanje"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Datoteka \"%s\" je bila spremljena u sažetom obliku te će sada biti "
+"spremljena kao običan tekst."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Spremi kao običan tekst"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Spremanje datoteke \"%s\"…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Spremi kao"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Vraćanje dokumenta \"%s\" u izvorno stanje…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr ""
+"Želite li vratiti nespremljene promjene u izvorno stanje u dokumentu \"%s\"?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Promjene učinjene u dokumentu u zadnjoj %ld sekundi će biti zauvijek "
+"izgubljene."
+msgstr[1] ""
+"Promjene učinjene u dokumentu u zadnje %ld sekunde će biti zauvijek "
+"izgubljene."
+msgstr[2] ""
+"Promjene učinjene u dokumentu u zadnjih %ld sekundi će biti zauvijek "
+"izgubljene."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Promjene učinjene u dokumentu u zadnjoj minuti će biti zauvijek izgubljene."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Promjene učinjene u dokumentu u zadnjoj minuti i %ld sekundi će biti "
+"zauvijek izgubljene."
+msgstr[1] ""
+"Promjene učinjene u dokumentu u zadnjoj minuti i %ld sekunde će biti "
+"zauvijek izgubljene."
+msgstr[2] ""
+"Promjene učinjene u dokumentu u zadnjoj minuti i %ld sekundi će biti "
+"zauvijek izgubljene."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Promjene učinjene u dokumentu u zadnjoj %ld minuti će biti zauvijek "
+"izgubljene."
+msgstr[1] ""
+"Promjene učinjene u dokumentu u zadnje %ld minute će biti zauvijek "
+"izgubljene."
+msgstr[2] ""
+"Promjene učinjene u dokumentu u zadnjih %ld minuti će biti zauvijek "
+"izgubljene."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Promjene učinjene u dokumentu u zadnjem satu će biti zauvijek izgubljene."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Promjene učinjene u dokumentu u zadnjem satu i %d minuti će biti zauvijek "
+"izgubljene."
+msgstr[1] ""
+"Promjene učinjene u dokumentu u zadnjem satu i %d minute će biti zauvijek "
+"izgubljene."
+msgstr[2] ""
+"Promjene učinjene u dokumentu u zadnjem satu i %d minuti će biti zauvijek "
+"izgubljene."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Promjene učinjene u dokumentu u zadnjem %d satu će biti zauvijek izgubljene."
+msgstr[1] ""
+"Promjene učinjene u dokumentu u zadnjih %d sata će biti zauvijek izgubljene."
+msgstr[2] ""
+"Promjene učinjene u dokumentu u zadnjih %d sati će biti zauvijek izgubljene."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Vrati u izvorno stanje"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Glavni autori"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Posebne zahvale:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "i ostalim doprinositeljima."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit je jednostavan za korištenje uređivač teksta opće namjene."
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"lokalizacija@linux.hr\n"
+"\n"
+"Launchpad Contributions:\n"
+" Ante Karamatić https://launchpad.net/~ivoks\n"
+" Danijel Šnajder https://launchpad.net/~phantomlord-deactivatedaccount\n"
+" Domagoj Peck https://launchpad.net/~domagojpeck\n"
+" Filip https://launchpad.net/~f1novkoski\n"
+" Igor Švarc https://launchpad.net/~igor-svarc\n"
+" Ivica Petrinic https://launchpad.net/~ivicap\n"
+" Josip Lazic https://launchpad.net/~josip\n"
+" Josip Lazic https://launchpad.net/~svakak\n"
+" Krešo Kunjas https://launchpad.net/~deresh\n"
+" Mario Splivalo https://launchpad.net/~mariosplivalo\n"
+" Miroslav Matejaš https://launchpad.net/~silverspace+amd64\n"
+" Saša Teković https://launchpad.net/~hseagle2015\n"
+" antisa https://launchpad.net/~antisa\n"
+" gogo https://launchpad.net/~trebelnik-stefina\n"
+" zvacet https://launchpad.net/~ivicakolic"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Pronađeno i zamijenjeno %d pojavljivanje"
+msgstr[1] "Pronađena i zamijenjena %d pojavljivanja"
+msgstr[2] "Pronađeno i zamijenjeno %d pojavljivanja"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Pronađeno i zamijenjeno jedno pojavljivanje"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "\"%s\" nije pronađen"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grupa kartica %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Samo za čitanje"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Trenutni lokalni jezik (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automatski otkriveno"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Dodaj ili ukloni…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Trenutni lokalni jezik)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Želite li stvarno vratiti na zadano osobitosti kôdiranja znakova?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Vrati zadano"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Dodaj"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Ukloni"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Premjesti u viši prioritet"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Premjesti u niži prioritet"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Bezimeni dokument %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Sve datoteke"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Sve tekstovne datoteke"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Kôdiranje z_nakova:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Završetak r_etka:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Otvorene datoteke"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Otvori"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:416
+msgid "_Retry"
+msgstr "_Pokušaj ponovno"
+
+#: gedit/gedit-io-error-info-bar.c:157
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Nemoguće je pronaći datoteku “%s”."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:177
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Nemoguće rukovanje s “%s:” lokacijom."
+
+#: gedit/gedit-io-error-info-bar.c:183
+msgid "Unable to handle this location."
+msgstr "Nemoguće rukovanje s ovom lokacijom."
+
+#: gedit/gedit-io-error-info-bar.c:192
+msgid "The location of the file cannot be accessed."
+msgstr "Lokaciji datoteke se ne može pristupiti."
+
+#: gedit/gedit-io-error-info-bar.c:196
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” je direktorij."
+
+#: gedit/gedit-io-error-info-bar.c:198 gedit/gedit-io-error-info-bar.c:205
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Provjerite jeste li ispravno upisali lokaciju i pokušajte ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” nije valjana lokacija."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:239
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Računalo “%s” se ne može pronaći. Provjerite jesu li vaše proxy postavke "
+"ispravne i pokušajte ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:254
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Naziv računala nije valjan. Provjerite jeste li ispravno upisali lokaciju i "
+"pokušajte ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:262
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” nije ispravna datoteka."
+
+#: gedit/gedit-io-error-info-bar.c:267
+msgid "Connection timed out. Please try again."
+msgstr "Vrijeme povezivanja isteklo. Pokušajte ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:300
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Neočekivana greška: %s"
+
+#: gedit/gedit-io-error-info-bar.c:336
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Nemoguć pronalazak zatražene datoteke. Možda je nedavno obrisana."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Nemoguće vraćanje datoteke “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:373
+msgid "Ch_aracter Encoding:"
+msgstr "Kôdiranje zn_akova:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:424
+msgid "Edit Any_way"
+msgstr "Sve_jedno uredi"
+
+#: gedit/gedit-io-error-info-bar.c:512
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Broj poveznica koje se slijede je ograničen i stvarna datoteka nije "
+"pronađena unutar ovih ograničenja."
+
+#: gedit/gedit-io-error-info-bar.c:516
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Nemate potrebne dozvole potrebne za otvaranje datoteke."
+
+#: gedit/gedit-io-error-info-bar.c:522
+msgid "Unable to detect the character encoding."
+msgstr "Nemoguće otkrivanje kôdiranja znakova."
+
+#: gedit/gedit-io-error-info-bar.c:523 gedit/gedit-io-error-info-bar.c:547
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Provjerite da ne pokušavate otvoriti izvršnu datoteku."
+
+#: gedit/gedit-io-error-info-bar.c:524
+msgid "Select a character encoding from the menu and try again."
+msgstr "Odaberite kôdnu stranicu u izborniku i pokušajte ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Dogodila se greška pri otvaranju datoteke “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:532
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Datoteka koju ste otvorili sadrži nevaljane znakove. Ako nastavite s "
+"uređivanjem ove datoteke možete ju oštetiti."
+
+#: gedit/gedit-io-error-info-bar.c:535
+msgid "You can also choose another character encoding and try again."
+msgstr "Još možete odabrati drugu kôdnu stranicu i pokušati ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:544
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Nemoguće otvaranje datoteke “%s” koja koristi“%s” kôdiranje znakova."
+
+#: gedit/gedit-io-error-info-bar.c:548 gedit/gedit-io-error-info-bar.c:623
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Odaberite neku drugu kôdnu stranicu i pokušajte ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:560
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Nemoguće otvaranje datoteke “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:618
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Nemoguće spremanje datoteke “%s” koja koristi “%s” kôdiranje znakova."
+
+#: gedit/gedit-io-error-info-bar.c:621
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokument sadrži jedan ili više znakova koji ne mogu biti kôdirani odabranom "
+"kôdnom stranicom."
+
+#: gedit/gedit-io-error-info-bar.c:692
+msgid "S_ave Anyway"
+msgstr "S_premi svejedno"
+
+#: gedit/gedit-io-error-info-bar.c:695
+msgid "D_on’t Save"
+msgstr "_Ne spremaj"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:709
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Datoteka “%s” je promijenjena od kada ste ju čitali."
+
+#: gedit/gedit-io-error-info-bar.c:724
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Ukoliko ju sada spremite sve promjene napravljene izvan gedita biti će "
+"izgubljene Jeste li sigurni?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:782
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nemoguće rukovanje “%s:” lokacijom u načinu zapisivanja. Provjerite jeste li "
+"upisali lokaciju ispravno i ponovno pokušajte."
+
+#: gedit/gedit-io-error-info-bar.c:790
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nemoguće rukovanje ovom lokacijom u načinu zapisivanja. Provjerite jeste li "
+"upisali lokaciju ispravno i ponovno pokušajte."
+
+#: gedit/gedit-io-error-info-bar.c:799
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” nije valjana lokacija. Provjerite jeste li upisali lokaciju ispravno i "
+"ponovno pokušajte."
+
+#: gedit/gedit-io-error-info-bar.c:806
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Nemate potrebne dozvole za spremanje datoteke. Provjerite jeste li ispravno "
+"upisali lokaciju i probajte ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:812
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Nema dovoljno prostora na disku za spremanje datoteke. Oslobodite nešto "
+"prostora na disku i pokušajte ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Pokušavate spremiti datoteku na disk koji je samo za čitanje. Provjerite "
+"jeste li ispravno upisali lokaciju i probajte ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:823
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Datoteka s istim nazivom već postoji. Koristite drugi naziv."
+
+#: gedit/gedit-io-error-info-bar.c:828
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Disk na koji pokušavate spremiti datoteku ima ograničenje na dužinu naziva "
+"datoteke. Koristite kraći naziv."
+
+#: gedit/gedit-io-error-info-bar.c:839
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Disk na koji pokušavate spremiti datoteku ima ograničenja na veličine "
+"datoteka. Pokušajte spremiti datoteku manje veličine ili na neki drugi disk "
+"koji nema ovo ograničenje."
+
+#: gedit/gedit-io-error-info-bar.c:856
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Nemoguće spremanje datoteke “%s”."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Kliknite na ovu tipku za odabir slova koje će koristiti uređivač"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Koristi širinu slova određenu sustavom (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Odabrana shema boja se ne može instalirati: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Odabrana shema boja se ne može instalirati."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Dodaj shemu boja"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Dodaj shemu"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Datoteke shema boja"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Shemu boja \"%s\" nije moguće ukloniti."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Pripremanje…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Datoteka: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "Stranica %N od %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Iscrtavanje stranice %d od %d…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Uređivač teksta"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Stranica %d od %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ništa"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Potraži i zamijeni"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Postoji %d razmak tabulatora s greškama"
+msgstr[1] "Postoje %d razmaka tabulatora s greškama"
+msgstr[2] "Postoji %d razmaka tabulatora s greškama"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Vraćanje u izvorno stanje %s iz %s"
+
+#: gedit/gedit-tab.c:837
+#, c-format
+msgid "Reverting %s"
+msgstr "Vraćanje u izvorno stanje %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Učitavanje %s iz %s"
+
+#: gedit/gedit-tab.c:857
+#, c-format
+msgid "Loading %s"
+msgstr "Učitavanje %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:937
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Spremanje %s u %s"
+
+#: gedit/gedit-tab.c:942
+#, c-format
+msgid "Saving %s"
+msgstr "Spremanje %s"
+
+#: gedit/gedit-tab.c:1515
+#, c-format
+msgid "Error opening file %s"
+msgstr "Greška pri otvaranju datoteke %s"
+
+#: gedit/gedit-tab.c:1520
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Greška pri vraćanju datoteke %s u izvorno stanje"
+
+#: gedit/gedit-tab.c:1525
+#, c-format
+msgid "Error saving file %s"
+msgstr "Greška pri spremanju datoteke %s"
+
+#: gedit/gedit-tab.c:1556
+msgid "Name:"
+msgstr "Naziv:"
+
+#: gedit/gedit-tab.c:1557
+msgid "MIME Type:"
+msgstr "MIME vrsta:"
+
+#: gedit/gedit-tab.c:1558
+msgid "Encoding:"
+msgstr "Kôdna stranica:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ na %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d od %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Neprekidno kruženje tekstom"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Podudaranje s _običnim izrazom"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Pretraži samo _cijelu riječ"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Pretraži pazeći na velika/mala slova"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Niz znakova koji se pretražuju"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Redak na koji želite pomaknuti pokazivač"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Odgovarajuće zagrade su van raspona"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Nisu pronađene odgovarajuće zagrade"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Odgovarajuće zagrade pronađene u retku: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Red %d, stupac %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Širina tabulatora: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Običan tekst"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Postoje nespremljeni dokumenti"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Promijeni stranicu bočnog panela"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumenti"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Otvori datoteku"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Otvori nedavno korištenu datoteku"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Premjesti _lijevo"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Premjesti _desno"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Premjesti u novi _prozor"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Premjesti u novu grupu _kartica"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Zatvori"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatske uvlake"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Koristi razmake"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Prikaži brojeve redaka"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Prikaži desni rub"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Istakni trenutni redak"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Prijelom teksta"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Datoteka"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Novi"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Otvori _nedavno"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Ponovno otvori zatvorenu _karticu"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Spremi _kao…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Novi prozor"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Učitaj ponovno"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Ispiši…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Odustani"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Uredi"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Vrati"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Ponovi"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "I_zreži"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopiraj"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Zalijepi"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Obriši"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Način prebrisivanja"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Odaberi _sve"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Osobitosti"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Pogled"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Bočni _panel"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Donji panel"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Cjelozaslonski prikaz"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Način isticanja…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Pretraži"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Potraži…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Pretaži _sljedeće"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Pronađi pri_jašnje"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Potraži i _zamijeni…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "_Ukloni isticanje"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Idi na _redak…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Alati"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumenti"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Spremi sve"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Zatvori sve"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nova grupa kartica"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "P_rijašnja grupa kartica"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Sljedeć_a grupa kartica"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Prijašnjni dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "S_ljedeći dokument"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Premjesti u novi prozor"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Priručnik"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_O geditu"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "_Spremi sve"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "_Potraži i zamijeni…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_Idi na redak…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Prečaci tipkovnice"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Kodne stranice"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Primijeni"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "D_ostupne kôdne stranice"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Odabrane kodne stranice"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Opis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kôdne stranice"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Osobitosti"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Prikaži brojeve redaka"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Prikaži desni _rub kod stupca:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Prikaži _statusnu traku"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Prikaži _rešetkasi uzorak"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Prijelom teksta"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Omogući _prijelom teksta"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Ne _dijeli riječi u dva retka"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Isticanje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Istakni trenutni _redak"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Isticanje odgovarajućih _zagrada"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Pogled"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulator"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Širina tabulatora:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Umetni razmake umje_sto tabulatora"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Omogući automatske uvlake"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Spremanje datoteke"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Stvori _sigurnosnu kopiju datoteka prije spremanja"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Automatsko spremanje datoteka svakih"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minuta"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Uređivač"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Slova"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Slova _uređivača: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Odaberite slova uređivača"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Shema boja"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instaliraj shemu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instaliraj shemu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Ukloni shemu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Ukloni shemu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Slova i boje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Priključci"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Isticanje sintakse"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Ispiši isticanje sintaks_e"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Brojevi redaka"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Ispiši brojeve _redaka"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Broj svaki"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "redka"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Zaglavlje stranice"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Ispiši zaglavlja _stranica"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Slova"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Glavni tekst:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Brojevi _redaka:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Za_glavlja i podnožja:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "V_rati zadana slova"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Prikaži prijašnju stranicu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Prikaži sljedeću stranicu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Trenutna stranica (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "od"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Ukupno stranica"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Ukupan broj stranica u dokumentu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Prikaži više stranica"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Uvećanje 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Prilagodi uvećanje za prikaz cijele stranice"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Povećaj stranicu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Smanji stranicu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Zatvori pregled ispisa"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Zatvori pregled"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Pregled stranice"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Pregled stranice u dokumentu koji treba ispisati"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "_Zamijeni sve"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Potraži"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "P_otraži "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Zamijeni _s "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Traži velika i mala slova"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Traži samo _cijelu riječ"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Uo_bičajeni izraz"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Traži _unatrag"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Omotaj oko"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumenti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Stvori novi dokument u kartici"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Otvori dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Spremi dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Spremi dokument pod novim nazivom"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Spremi sve dokumente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Zatvori dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Zatvori sve dokumente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Ponovno otvori nedavno zatvorene dokumente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Prebaci na sljedeći dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Prebaci na prijašnji dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Prebaci na prvi — deveti dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Prozori i paneli"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Stvori novi dokument u prozoru"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Stvori novu grupu kartica"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Prikaži bočni panel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Prikaži donji panel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Cjelozaslonski prikaz uklj / isklj"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Zatvori aplikaciju"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Potraži i zamijeni"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Potraži"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Potraži sljedeće podudaranje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Potraži prijašnje podudaranje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Ukloni isticanje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Poništi i ponovi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Poništi prijašnju naredbu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Ponovi prijašnju naredbu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Odabir"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Odaberi sav tekst"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Ukloni sav odabir teksta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopiraj i zalijepi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopiraj odabrani tekst u međuspremnik"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Izreži odabrani tekst u međuspremnik"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Zalijepi sadržaj iz međuspremnika"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigacija"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Idi na redak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Pomakni na početak trenutnog redka"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Pomakni na kraj trenutnog redka"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Pomakni na početak dokumenta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Pomakni na kraj dokumenta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Pomakni prikaz prema gore unutar datoteke"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Pomakni prikaz prema dolje unutar datoteke"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Pomakni prikaz na kraj datoteke"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Pomakni prikaz na početak datoteke"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Pomakni na odgovarajuće zagrade"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Idi na prijašnju grupu kartica"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Idi na sljedeću grupu karticu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Uređivanje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Uklj./Isklj. umetanje / prebrisivanje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Uklj./Isklj. vidljivost pokazivača miša"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Obriši trenutni redak"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Pomakni trenutni redak gore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Pomakni trenutni redak dolje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Pomakni trenutnu riječ lijevo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Pomakni trenutnu riječ desno"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Pretvori u velika slova"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Pretvori u mala slova"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Obrni velika/mala slova"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Povećaj broj pri pokazivaču miša"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Smanji broj pri pokazivaču miša"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Alati"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Provjera pravopisa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Ispiši dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Prikaži prozor dovršavanja"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Općenito"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Prikaži priručnik"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Otvori izbornik"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Prečaci tipkovnice"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Zatvori dokument"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Stvori novi dokument"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "_Novi"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Spremi trenutnu datoteku"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Spremi"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Sakrij panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Napusti cijeli zaslon"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistika dokumenta"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Prijavi broj riječi, redaka i znakova u dokumentu."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Statistika dokumenta"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Odabir"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Redci"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Riječi"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Znakova (s razmacima)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Znakova (bez razmaka)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bajtova"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Izgradi"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Pokrenite \"make\" u direktoriju dokumenta"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Otvori terminal ovdje"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Otvori terminal u lokaciji dokumenta"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Ukloni prateće razmake"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Uklonite beskorisne prateće razmake u vašoj datoteci"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Pokreni naredbu"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Pokreni prilagođenu naredbu i stavi njezin izlaz u novi dokument"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Pošalji na fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Zalijepi odabrani tekst ili trenutni dokument na fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Vanjski alati"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Pokreni vanjske (eksterne) naredbe i skripte ljuske."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Treba li koristiti slova sustava"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ako je odabrano, vanjski alati će koristiti standardna slova radne površine "
+"ako je ono monospace (i najsličnija moguća slova)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Naziv slova Pango. Primjeri su \"Sans 12\" ili \"Monospace Bold 14\"."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Upravljanje _vanjskim alatima…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Vanjski _alati"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Nemoguće pokretanje naredbe: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Morate biti unutar riječi za pokretanje ove naredbe"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Pokretanje alata:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Završeno."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Izlaz"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Svi jezici"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Svi jezici"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Novi alat"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ovaj prečac tipkovnice već je povezan s %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Otipkajte novi prečac tipkovnice ili pritisnite Backspace za brisanje"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Otipkajte novi prečac tipkovnice"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Zaustavljeno."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Alat zaustavljanja"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Uvijek dostupno"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Svi dokumenti"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Svi dokumenti osim onih bez naziva"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Samo lokalne datoteke"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Samo udaljene datoteke"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Samo neimenovane datoteke"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Trenutni dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Trenutni odabir"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Trenutni odabir (uobičajeno za dokument)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Trenutni redak"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Trenutna riječ"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Prikaži u donjem panelu"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Napravi novi dokument"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Dodaj na trenutni dokument"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Zamijeni trenutni dokument"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Zamijeni trenutni odabir"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Umetni na mjestu pokazivača"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Upravljanje vanjskim alatima"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Dodaj novi alat"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Dodaj alat"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Ukloni odabrani alat"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Ukloni alat"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Vrati alat"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Vrati alat"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Tipka _prečaca:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Spremi:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Ulaz:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Izlaz:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Primjenjivo na:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Izlaz alata"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panel pregleda datoteka"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Lagano pristupanje datotekama iz bočnog panela."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Naslovnica"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Datotečni sustav"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "Preglednik datoteka"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "Pojavila se greška prilikom stvaranja novog direktorija"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "Pojavila se greška prilikom stvaranja nove datoteke"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "Pojavila se greška prilikom preimenovanja datoteke ili direktorija"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "Pojavila se greška prilikom brisanja datoteke ili direktorija"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+"Pojavila se greška prilikom otvaranja direktorija u upravitelju datoteka"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "Pojavila se greška prilikom postavljanja korijenskog direktorija"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "Pojavila se greška prilikom učitavanja direktorija"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "Došlo je do greške"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Nije moguće premjestiti datoteku u\n"
+"smeće, želite li je trajno obrisati?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Datoteka \"%s\" se ne može premjestiti u smeće."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "Odabrane datoteke se ne mogu premjestiti u smeće."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Sigurno želite trajno obrisati \"%s\"?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Sigurno želite trajno obrisati odabrane datoteke?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "Ukoliko obrišete stavku, biti će trajno izgubljena."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Prazno)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Preimenovana datoteka je trenutno filtrirana. Trebate prilagoditi vaše "
+"postavke filtra kako bi datoteku učinili vidljivom"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Neimenovana datoteka"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Nova datoteka je trenutno filtrirana. Trebate prilagoditi vaše postavke "
+"filtra kako bi datoteku učinili vidljivom"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Neimenovana mapa"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Novi direktorij je trenutno filtriran. Trebate prilagoditi vaše postavke "
+"filtra kako bi direktorij učinili vidljivim"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Zabilješke"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Nema objekta montiranja za montirani uređaj: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Nemoguće otvoriti medij: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Nemoguće montirati uređaj: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Greška pri učitavanju “%s“: Nema takvog direktorija"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Otvori u pogledu stabla"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Otvori pogled stabla kada se učita priključak datotečnog preglednika umjesto "
+"pogleda zabilješka"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Korjenski direktorij preglednika datoteka"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Korijenski direktorij datotečnog preglednika koji će se koristiti kad se "
+"učitava priključak datotečnog preglednika kad je onload/stablasti_pogled "
+"ISTINITO."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Virtualni korjenski direktorij preglednika datoteka"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Virtualni korijenski direktorij datotečnog preglednika koji će se koristiti "
+"kad se učitava priključak datotečnog preglednika kad je onload/"
+"stablasti_pogled ISTINITO."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Omogući obnavljanje udaljenih lokacija"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Određuje hoće li se omogućiti obnavljanje udaljenih lokacija."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Postavi lokaciju na prvi dokument"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Ako je odabrano priključak preglednika datoteka će pregledati direktorij "
+"prvog otvorenog dokumenta s obzirom da preglednika datoteka još nije bio "
+"upotrijebljen. (Ovo se onda uobičajeno odnosi na otvaranje dokumenta iz "
+"naredbenog redka ili iz Nautilusa itd.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Način rada filtra za preglednik datoteka"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Ova vrijednost određuje koje se datoteke filtriraju iz preglednika datoteka. "
+"Valjane vrijednosti su: ništa (nemoj ništa filtrirati), sakrij-skrivene "
+"(filtriraj skrivene datoteke) i sakrij-binarne (filtriraj binarne datoteke)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Način filtriranja preglednika datoteka"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Način filtriranja za filtriranje preglednika datoteka. Ovaj filter radi "
+"povrh filter_način rada."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Binarni uzorci preglednika datoteka"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Dodatni uzorci za korištenje pri filtriranju binarnih datoteka."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Postavi korijenski pristup aktivnom dokumentu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Nova mapa"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nova d_atoteka"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Preimenuj…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Premjesti u smeće"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Os_vježi pogled"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Pregledaj mapu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Otvori u terminalu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Prikaži _skrivene"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Prikaži _binarne"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Podudaraj naziv datoteke"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Povijest"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Otvori izbornik povijesti"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modelines"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate i Vim modelines podržane u geditu."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Boja teksta naredbe"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Boja teksta naredbe"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Boja teksta greške"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Boja teksta greške"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ako je odabrano, terminal će koristiti standardna slova radne površine ako "
+"je monospace (ili najsličnija slova)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "N_aredbena boja:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Boja _greške:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python konzola"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktivna Python konzola smještena u donjem panelu."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Brzo isticanje"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Ističe svako pjavljivanje odabranog teksta."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Brzo otvaranje…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Brzo otvaranje"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Brzo otvaranje datoteka."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Upišite za pretragu…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Upravljaj _isječcima…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Isječci"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Arhiva \"%s\" se ne može stvoriti"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Ciljani direktorij \"%s\" ne postoji"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Ciljani direktorij \"%s\" nije valjani direktorij"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Datoteka \"%s\" ne postoji"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Datoteka \"%s\" nije valjana datoteka isječka"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Uvezena datoteka \"%s\" nije valjana datoteka isječka"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Arhiva \"%s\" se ne može raspakirati"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Sljedeće datoteke ne mogu biti uvežene: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Datoteka \"%s\" nije valjana arhiva isječka"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arhiva isječaka"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Dodaj novi isječak…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globalno"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Vrati odabrani isječak"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Obriši odabrani isječak"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Ovo nije valjani aktivator tabulatora. Aktivatori mogu sadržavati ili slovno-"
+"brojevni znakove (ili _, : i .) ili jednostruki (ne-slovno-brojevni) znak "
+"poput: {, [, itd."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Jedna riječ kojom se aktivira isječak nakon što se pritisne Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Pojavila se sljedeća greška prilikom uvoženja: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Uvoz uspješno završen"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Uvezi isječke"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Sve podržane arhive"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip sažeta arhiva"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 sažeta arhiva"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Datoteka s pojedinačnim isječcima"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Sve datoteke"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Pojavila se sljedeća greška prilikom izvoženja: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Izvoz uspješno završen"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Želite li uključiti odabrane <b>sustavske</b> isječke prilikom izvoza?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Nema odabranih isječaka za izvoz"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Izvoz isječaka"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Upišite novi prečac, ili pritisnite Backspace za brisanje"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Upišite novi prečac"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Pokretanje Python naredbe (%s) prelazi maksimalno vrijeme, izvršavanje "
+"prekinuto."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Pokretanje Python naredbe (%s) nije uspjelo: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Umetni na brzi način često korištene dijelove teksta."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Upravljaj isječcima"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Napravi novi isječak"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Dodaj isječak"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Ukloni isječak"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Uvezi isječke"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Izvezi odabrane isječke"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Izvezi isječke"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktiviranje"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Aktivator tabulatora:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Prečac t_ipkovnice:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Prečac tipkovnice kojim se aktivira isječak"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Otkaži mete:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "R_azvrstaj…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Razvrstaj"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Obrnuti poredak"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "U_kloni duplikate"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "O_sjetljivo na velika ili mala slova"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "K_reni od stupca:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Razvrstaj"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Razvrstava dokument ili odabrani tekst."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Provjera pravopisa…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Postavi _jezik…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Istakni krivo napisane riječi"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Istakni krivo napisane riječi"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Zadane postavke za isticanje krivo napisanih riječi."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Podesi priključak pravopisa"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Zadano za nove dokumente"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Alat za provjeru pravopisa"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Provjerava pravopis u trenuntom dokumentu."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Umetni _datum i vrijeme…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Dostupni formati"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Vrsta upita"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Treba li korisnika pitati za format ili će se koristiti odabrani ili "
+"prilagođeni format."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Odabrani format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Odabrani format koji je korišten pri umetanju datuma/vremena."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Prilagođeni format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Prilagođeni format koji je korišten pri umetanju datuma/vremena."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Umetni datum i vrijeme"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Koristi _odabrani format"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Koristi prilagođeni format"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Umetni"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Podesi priključak za datum/vrijeme"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Pri umetanju datuma/vremena…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Upitaj za format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Umetni datum/vrijeme"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Umeće trenutni datum i vrijeme na mjesto pokazivača."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit je uređivač teksta za GNOME radno okruženje."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr ""
+#~ "gedit je mali i jednostavni uređivač teksta za GNOME radno okruženje"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Način isticanja"
+
+#~ msgid "_Select"
+#~ msgstr "_Odaberi"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Pretraži način isticanja…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit je službeni uređivač teksta za GNOME radno okruženje. Dok je "
+#~ "usmjeren na jednostavnost i lako korištenje, gedit je snažan uređivač "
+#~ "teksta opće namjene."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Bilo da pišete sljedeći bestseler, programirate inovativnu aplikaciju, "
+#~ "ili jednostavno zapisujete neke kratke bilješke, gedit je pouzdan alat za "
+#~ "obavljanje vaših zadataka."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Ima prilagodljiv sustav priključaka koji vam dopušta prilagođavanje "
+#~ "aplikacije vašim potrebama i vašem radu."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Popis aktivnih priključaka. Sadrži 'Lokaciju' aktivnih priključaka. "
+#~ "Pogledajte .gedit-plugin datoteku za 'Lokaciju' datog priključka."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Promjene dokumenta “%s” će biti trajno izgubljene."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Administrator sustava je onemogućio spremanje."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Promjene na %d dokumentu će biti zauvijek izgubljene."
+#~ msgstr[1] "Promjene na %d dokumenta će biti zauvijek izgubljene."
+#~ msgstr[2] "Promjene na %d dokumenata će biti zauvijek izgubljene."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Dokum_enti s promjenama koje nisu spremljene:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Otvori"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Kôdne stranice:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Završetak retka:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Lokacija “%s” nije trenutno dostupna."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Vaš sustav nema pristup internetu. Provjerite svoju mrežu."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "N_emoj urediti"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Datoteka “%s” je već otvorena u drugom prozoru."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Želite li ju ipak urediti?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Nemoguće stvaranje sigurnosne kopije datoteke pri spremanju “%s”"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Nemoguće stvaranje privremene sigurnosne kopije datoteke pri spremanju "
+#~ "“%s”"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Nemoguće stvaranje sigurnosne kopije stare kopije datoteke prije "
+#~ "spremanja nove. Možete zanemariti ovo upozorenje i ipak spremiti "
+#~ "datoteku, ali ako greške nastanu pri spremanju, možete izgubiti staru "
+#~ "kopiju datoteke. Želite li ipak spremi?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Datoteka “%s” je promijenjena na disku."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Odbaci promjene i _učitaj ponovno"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Neki neispravni znakovi su otkriveni pri spremanju “%s”"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Ako nastavite sa spremanjem ove datoteke možete oštetiti dokument. Želite "
+#~ "li svejedno spremiti?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "Direktorij '%s' nije stvoren: g_mkdir_with_parents() neuspjelo: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "D_odaj shemu"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Spoji odabrane redke"
+
+#~ msgid "Check update"
+#~ msgstr "Provjeri za nadopune"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Potraži najnoviju inačicu gedita"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Dogodila se greška u prikazivanju URI-ja."
+
+#~ msgid "_Download"
+#~ msgstr "_Preuzmi"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Zanemari inačicu"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Dostupna je nova inačica gedita"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Možete preuzeti novu inačicu gedita klikom na tipku \"Preuzmi\" dolje ili "
+#~ "možete zanemariti tu inačicu i pričekati novu"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Inačica za zanemariti"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Inačica za zanemariti dok ne bude dostupna nova."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Prikaži pregled mape"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Treba li gedit prikazati pregled mape za dokument."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Alatna traka je vidljiva"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Treba li alatna traka biti vidljiva u prozorima za uređivanje."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Najviše nedavno otvorenih datoteka"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Određuje najveći broj nedavno otvorenih datoteka koje se prikazuju u "
+#~ "podizborniku \"Nedavno otvorene datoteke\"."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Nema promjena za spremanje"
+
+#~ msgid "No results"
+#~ msgstr "Nema rezultata"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Ostali _dokumenti…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Prikaži _mapu pregleda"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Insert timestamp"
+#~ msgstr "Umetni datum/vrijeme"
+
+#~ msgid "Open"
+#~ msgstr "Otvori"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Otvori dijalog datoteke"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "Please check your installation."
+#~ msgstr "Provjerite vašu instalaciju."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Nemoguće otvoriti UI datoteku %s. Greška: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Nemoguće pronaći objekt ”%s” unutar datoteke %s."
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit uređivač teksta"
+
+#~ msgid "_About"
+#~ msgstr "_O programu"
+
+#~ msgid "Tools"
+#~ msgstr "Alati"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Zanemari"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Upravljanje _vanjskim alatima..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Brzo otvori..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Upravljanje _isječcima..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Um_etni datum i vrijeme..."
diff --git a/po/hu.po b/po/hu.po
new file mode 100644
index 0000000..e5e6bfc
--- /dev/null
+++ b/po/hu.po
@@ -0,0 +1,3499 @@
+# Hungarian translation for gedit.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+#
+# Szabolcs Ban <shooby at gnome dot hu>, 2000.
+# Emese Kovacs <emese at gnome dot hu>, 2000, 2001.
+# Peter Doma <zelin at pointernet dot hu>, 2002.
+# Andras Timar <timar at gnome dot hu>, 2001, 2002, 2003.
+# Gabor Sari <saga at gnome dot hu>, 2003.
+# Laszlo Dvornik <dvornik at gnome dot hu>, 2004.
+# Gabor Kelemen <kelemeng at gnome dot hu>, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2016, 2018.
+# Mate Ory <orymate at gmail dot com>, 2006, 2007, 2008.
+# Balázs Úr <ur.balazs at fsf dot hu>, 2013, 2014, 2015, 2016, 2019, 2020, 2022.
+# Balázs Meskó <mesko.balazs at fsf dot hu>, 2020.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-11-20 13:59+0000\n"
+"PO-Revision-Date: 2022-11-23 00:52+0100\n"
+"Last-Translator: Balázs Úr <ur.balazs at fsf dot hu>\n"
+"Language-Team: Hungarian <gnome-hu-list at gnome dot org>\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 22.08.2\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Szövegszerkesztő"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "A gedit egy általános célú szövegszerkesztő."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"A gedit elsődleges célja, hogy könnyen használható legyen, így "
+"alapértelmezetten egyszerű a felhasználói felülete. A speciálisabb funkciók "
+"bővítmények engedélyezésével érhetők el."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Szövegfájlok szerkesztése"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Szöveg;Szerkesztő;Egyszerű szöveg;Írás;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Új ablak"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Új dokumentum"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Alapértelmezett betűkészlet használata"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"A rendszer alapértelmezett rögzített szélességű betűkészletének használata "
+"szövegszerkesztésre a geditben beállított betűkészlet helyett. Ha ez a "
+"beállítás ki van kapcsolva, a „Szerkesztő betűkészlete” beállítás lesz "
+"felhasználva a rendszer betűkészlete helyett."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Szerkesztő betűkészlete"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"A szerkesztőterülethez használt egyéni betűkészlet. Ez csak akkor lép "
+"érvénybe, ha az „Alapértelmezett betűkészlet használata” ki van kapcsolva."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stílusséma"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "A szöveg színezésére használt GtkSourceView stílusséma azonosítója."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Biztonsági mentések létrehozása"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Hozzon-e létre a gedit biztonsági mentéseket azokhoz a fájlokhoz, amelyeket "
+"elment."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automatikus mentés"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"A módosított fájlok automatikus mentésének ki/bekapcsolása. Az automatikus "
+"mentés időközét beállíthatja az „Automatikus mentés időköze” beállítással."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Automatikus mentés időköze"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Az automatikus mentés időközének megadása (percekben). Csak akkor lép "
+"érvénybe ha az „Automatikus mentés” beállítás be van kapcsolva."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Visszavonási műveletek maximális száma"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"A gedit által visszavonható/mégis elvégezhető műveletek maximális száma. "
+"Végtelen műveletszám engedélyezéséhez használja a „-1” értéket."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Sortörési mód"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Meghatározza a hosszú sorok törését a szerkesztőterületen. Használja a "
+"„none” értéket, ha ne legyen törés, a „word” értéket a szóhatároknál történő "
+"töréshez és a „char” értéket az egyes karaktereknél történő töréshez. "
+"Megjegyzés: ezek az értékek kisbetű/nagybetű érzékenyek, pontosan úgy "
+"használja őket, ahogy itt vannak."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Az utolsó felosztási mód választás a sortörés módhoz"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Megadja a sortörés móddal használt legutolsó felosztási módot, azért hogy "
+"amikor a tördelési mód ki van kapcsolva, még mindig emlékezzünk a felosztási "
+"mód választására. Használja a „szó” értéket a szóhatáron való tördeléshez, "
+"illetve a „karakter” értéket az egyes karakterek határainál való tördeléshez."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tabulátor mérete"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Meghatározza a tabulátor karakter helyett használt szóközök számát."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Szóközök beszúrása"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Tabulátor helyett szóköz használatának ki/bekapcsolása."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatikus behúzás"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Engedélyezve legyen-e az automatikus behúzás."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Sorok számának megjelenítése"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Jelenítse-e meg a sorok számát a szerkesztő területen."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Aktuális sor kiemelése"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Ki legyen-e emelve az aktuális sor."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Zárójelpárok kiemelése"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Ki legyenek-e emelve a zárójelpárok."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Jobb oldali margó megjelenítése"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Meg legyen-e jelenítve a jobb oldali margó a szerkesztő területen."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Jobb oldali margó pozíciója"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Jobb oldali margó pozíciójának megadása."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Dokumentum háttérmintájának típusa"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Legyen-e a dokumentum háttérmintával kifestve."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Intelligens Home/End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Megadja a kurzor mozgásának módját a Home és End billentyűk lenyomásakor. A "
+"„disabled” használatakor mindig a sor elejére/végére mozognak, az „after” "
+"esetén az első lenyomásukkor a sor elejére/végére és második alkalommal "
+"szöveg elejére/végére az üres hely karakterek kihagyásával, a „before” "
+"esetén a szöveg elejére/végére a sor elejére/végére mozgás előtt, és "
+"„always” esetén mindig a szöveg elejére/végére mozognak a sor elejére/végére "
+"mozgás helyett."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Kurzor előző helyének helyreállítása"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Az utolsó kurzorpozíció vissza legyen-e állítva egy fájl betöltésekor."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Szintaxiskiemelés engedélyezése"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Engedélyezve legyen-e a szintaxiskiemelés."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Találatok kiemelésének engedélyezése"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Ki legyen-e emelve a keresett szöveg összes előfordulása."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Záró új sor biztosítása"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"A gedit biztosítsa-e, hogy a dokumentumok mindig záró új sorral fejeződjenek "
+"be."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Jegyzettömb lapmegjelenítési módja"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Meghatározza a noteszlapok megjelenítését. Használja a „never” értéket, ha "
+"soha ne jelenjenek meg, az „always” értéket ha mindig megjelenjenek és az "
+"„auto” értéket a több lap esetén való megjelenítéshez. Megjegyzés: ezek az "
+"értékek kisbetű/nagybetű érzékenyek, pontosan úgy használja őket, ahogy itt "
+"vannak."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Státuszsor látható"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Legyen-e látható a szerkesztőablak alján található állapotsor."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Az oldalpanel látható"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Legyen-e látható a szerkesztőablakok bal oldalán található oldalpanel."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Szintaxiskiemelés nyomtatása"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Legyen-e kinyomtatva a szintaxiskiemelés a dokumentumok nyomtatásakor."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Fejléc nyomtatása"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "A dokumentum tartalmazzon-e fejlécet a dokumentumok nyomtatásakor."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Sortörési mód nyomtatáskor"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Meghatározza a hosszú sorok törését a nyomtatásnál. Használja a „none” "
+"értéket, ha ne legyen törés, a „word” értéket a szóhatároknál történő "
+"töréshez és a „char” értéket az egyes karaktereknél történő töréshez. "
+"Megjegyzés: ezek az értékek kisbetű/nagybetű érzékenyek, pontosan úgy "
+"használja őket, ahogy itt vannak."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Sorszámok nyomtatása"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ha ez az érték 0, a sorok száma nem kerül beillesztésre nyomtatáskor. Egyéb "
+"esetben a gedit ennyi soronként nyomtatja a sorok számát."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Törzs betűkészlete nyomtatáskor"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Meghatározza nyomtatáskor a dokumentum törzséhez használt betűkészletet."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Fejléc betűkészlete nyomtatáskor"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Meghatározza nyomtatáskor az oldal fejlécéhez használt betűkészletet. Csak "
+"akkor lép érvénybe, ha a „Nyomtatási fejléc” be van kapcsolva."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Sorok számának betűkészlete nyomtatáskor"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Meghatározza nyomtatáskor a sorok számához használt betűkészletet. Csak "
+"akkor lép érvénybe, ha a „Sorok számának kiírása” be van állítva."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Bal margó"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "A bal margó milliméterben."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Felső margó"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "A felső margó milliméterben."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Jobb margó"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "A jobb margó milliméterben."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Alsó margó"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Az alsó margó milliméterben."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kódolásjelöltek"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"A kódolásjelöltek listája a Karakterkódolás menüben jelenik meg a megnyitás/"
+"mentés fájlválasztó ablakban. A „CURRENT” jelöli a jelenlegi területi "
+"beállítás szerinti kódolást. Csak a felismert kódolások használhatók. Az "
+"alapértelmezett érték az üres lista, amely esetben a gedit jó alapértékeket "
+"fog választani az országtól és a nyelvtől függően."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktív bővítmények"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Aktív bővítmények listája."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Az alkalmazás verziószámának megjelenítése"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "A kódolás beállításhoz használható értékek listájának megjelenítése"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"A parancssorban felsorolt fájlok megnyitásához használandó karakterkódolás "
+"beállítása"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KÓDOLÁS"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Új felső szintű ablak létrehozása a gedit egy már futó példányában"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Új dokumentum létrehozása egy már megnyitott gedit példányban"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Fájlok megnyitása, és a folytatás blokkolása a fájlok bezárásáig"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "A gedit futtatása önálló módban"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FÁJL…] [+SOR[:OSZLOP]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Hiba történt a súgó megjelenítése közben."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: érvénytelen kódolás."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Bezárás mentés _nélkül"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:94
+#: gedit/gedit-io-error-info-bar.c:293 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "Mé_gse"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "M_entés másként…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "M_entés"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ha nem menti, akkor az elmúlt %ld másodpercben történt változások véglegesen "
+"elvesznek."
+msgstr[1] ""
+"Ha nem menti, akkor az elmúlt %ld másodpercben történt változások véglegesen "
+"elvesznek."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Ha nem menti, akkor az elmúlt percben történt változások véglegesen "
+"elvesznek."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ha nem menti, akkor az elmúlt egy percben és %ld másodpercben történt "
+"változások véglegesen elvesznek."
+msgstr[1] ""
+"Ha nem menti, akkor az elmúlt egy percben és %ld másodpercben történt "
+"változások véglegesen elvesznek."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ha nem menti, akkor az elmúlt %ld percben történt változások véglegesen "
+"elvesznek."
+msgstr[1] ""
+"Ha nem menti, akkor az elmúlt %ld percben történt változások véglegesen "
+"elvesznek."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Ha nem menti, akkor az elmúlt órában történt változások véglegesen elvesznek."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ha nem menti, akkor az elmúlt egy órában és %d percben történt változások "
+"véglegesen elvesznek."
+msgstr[1] ""
+"Ha nem menti, akkor az elmúlt egy órában és %d percben történt változások "
+"véglegesen elvesznek."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ha nem menti, akkor az elmúlt %d órában történt változások véglegesen "
+"elvesznek."
+msgstr[1] ""
+"Ha nem menti, akkor az elmúlt %d órában történt változások véglegesen "
+"elvesznek."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Menti a változásokat a(z) „%s” dokumentumba, mielőtt bezárja?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "%d mentetlen dokumentum van. Menti a változásokat, mielőtt bezárja?"
+msgstr[1] "%d mentetlen dokumentum van. Menti a változásokat, mielőtt bezárja?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_Válassza ki a menteni kívánt dokumentumokat:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Ha nem menti, akkor az összes változás véglegesen elveszik."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "„%s” fájl betöltése…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d fájl betöltése…"
+msgstr[1] "%d fájl betöltése…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "A(z) „%s” fájl csak olvasható."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Megpróbálja lecserélni azzal, amit épp menteni készül?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Csere"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "A fájlt tömörítve szeretné menteni?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "A fájlt egyszerű szövegként szeretné menteni?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"A fájl („%s”) korábban egyszerű szövegként került mentésre, és most "
+"tömörítés használatával lesz mentve."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "Mentés _tömörítéssel"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"A fájl („%s”) korábban tömörítés használatával került mentésre, és most "
+"egyszerű szövegként lesz mentve."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Mentés _egyszerű szövegként"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "A(z) „%s” fájl mentése…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Mentés másként"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "A(z) „%s” dokumentum visszaállítása…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Visszaállítja „%s” dokumentum nem mentett változásait?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"A dokumentum elmúlt %ld másodpercben történt változásai véglegesen elvesznek."
+msgstr[1] ""
+"A dokumentum elmúlt %ld másodpercben történt változásai véglegesen elvesznek."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "A dokumentum elmúlt percben történt változásai véglegesen elvesznek."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"A dokumentum elmúlt egy percben és %ld másodpercben történt véglegesen "
+"változásai elvesznek."
+msgstr[1] ""
+"A dokumentum elmúlt egy percben és %ld másodpercben történt változásai "
+"véglegesen elvesznek."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"A dokumentum elmúlt %ld percben történt változásai véglegesen elvesznek."
+msgstr[1] ""
+"A dokumentum elmúlt %ld percben történt változásai véglegesen elvesznek."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "A dokumentum elmúlt órában történt változásai véglegesen elvesznek."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"A dokumentum elmúlt egy órában és %d percben történt változásai véglegesen "
+"elvesznek."
+msgstr[1] ""
+"A dokumentum elmúlt egy órában és %d percben történt változásai véglegesen "
+"elvesznek."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"A dokumentum elmúlt %d órában történt változásai véglegesen elvesznek."
+msgstr[1] ""
+"A dokumentum elmúlt %d órában történt változásai véglegesen elvesznek."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Visszaállítás"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Fő szerzők:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Hálás köszönet még a következőknek:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "és sok más közreműködő."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "A gedit egy egyszerűen használható, általános célú szövegszerkesztő"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Bán Szabolcs <shooby at gnome dot hu>\n"
+"Doma Péter <zelin at pointernet dot hu>\n"
+"Dvornik László <dvornik at gnome dot hu>\n"
+"Kelemen Gábor <kelemeng at gnome dot hu>\n"
+"Kovács Emese <emese at gnome dot hu>\n"
+"Meskó Balázs <mesko.balazs at fsf dot hu>\n"
+"Őry Máté <orymate at gmail dot com>\n"
+"Sári Gábor <saga at gnome dot hu>\n"
+"Tímár András <timar at gnome dot hu>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d egyezés megtalálva és kicserélve"
+msgstr[1] "%d egyezés megtalálva és kicserélve"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Egy egyezés megtalálva és kicserélve"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "„%s” nem található"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "%i. lapcsoport"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Csak olvasható"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "A jelenlegi területi beállítás (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Automatikusan felismert"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Hozzáadás vagy eltávolítás…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (a jelenlegi területi beállítás)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Valóban vissza szeretné állítani a karakterkódolások beállításait?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Visszaállítás"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Hozzáadás"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Eltávolítás"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Áthelyezés magasabb prioritásra"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Áthelyezés alacsonyabb prioritásra"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Névtelen dokumentum %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Minden fájl"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Minden szövegfájl"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Karakterkódolás:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "_Sorvégződés:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Fájlok megnyitása"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Megnyitás"
+
+#: gedit/gedit-io-error-info-bar.c:90 gedit/gedit-io-error-info-bar.c:282
+msgid "_Retry"
+msgstr "Új_ra"
+
+#: gedit/gedit-io-error-info-bar.c:114
+msgid "File not found."
+msgstr "A fájl nem található."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:133
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "A(z) „%s:” helyek nem támogatottak."
+
+#: gedit/gedit-io-error-info-bar.c:142
+msgid "The location of the file cannot be accessed."
+msgstr "A fájl helye nem érhető el."
+
+#: gedit/gedit-io-error-info-bar.c:146
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "„%s” érvénytelen hely."
+
+#: gedit/gedit-io-error-info-bar.c:147
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Ellenőrizze, hogy pontosan írta-e be a helyet, és próbálja újra."
+
+#: gedit/gedit-io-error-info-bar.c:180
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "A(z) „%s” gépnév nem ismert."
+
+#: gedit/gedit-io-error-info-bar.c:181
+msgid "The problem could come from the proxy settings."
+msgstr "A probléma a proxybeállításokból jöhet."
+
+#: gedit/gedit-io-error-info-bar.c:215
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "A fájl nem található. Lehet, hogy nemrég le lett törölve."
+
+#: gedit/gedit-io-error-info-bar.c:225
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Nem sikerült visszaállítani a(z) „%s” fájlt."
+
+#: gedit/gedit-io-error-info-bar.c:250
+msgid "Ch_aracter Encoding:"
+msgstr "_Karakterkódolás:"
+
+#: gedit/gedit-io-error-info-bar.c:288
+msgid "_Edit Anyway"
+msgstr "_Szerkesztés mindenképp"
+
+#: gedit/gedit-io-error-info-bar.c:326
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"A követett hivatkozások száma korlátozott és a tényleges fájl nem található "
+"ezen a korláton belül."
+
+#: gedit/gedit-io-error-info-bar.c:331
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Nincs jogosultsága a fájl megnyitásához."
+
+#: gedit/gedit-io-error-info-bar.c:337
+msgid "Unable to detect the character encoding."
+msgstr "Nem lehet megállapítani a karakterkódolást."
+
+#: gedit/gedit-io-error-info-bar.c:338 gedit/gedit-io-error-info-bar.c:361
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Ellenőrizze, hogy nem egy bináris fájlt próbált megnyitni."
+
+#: gedit/gedit-io-error-info-bar.c:339
+msgid "Select a character encoding from the menu and try again."
+msgstr "Válasszon egy karakterkódolást a menüből, és próbálja újra."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Hiba történt a fájl („%s”) megnyitásakor."
+
+#: gedit/gedit-io-error-info-bar.c:346
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"A megnyitott fájl érvénytelen karaktereket tartalmazott. Ha folytatja a fájl "
+"szerkesztését, azzal kárt okozhat a dokumentumban."
+
+#: gedit/gedit-io-error-info-bar.c:349
+msgid "You can also choose another character encoding and try again."
+msgstr "Választhat másik karakterkódolást a menüből, és újra próbálhatja."
+
+#: gedit/gedit-io-error-info-bar.c:358
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "A fájl („%s”) nem nyitható meg „%s” karakterkódolás használatával."
+
+#: gedit/gedit-io-error-info-bar.c:362 gedit/gedit-io-error-info-bar.c:417
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Válasszon másik karakterkódolást a menüből, és próbálja újra."
+
+#: gedit/gedit-io-error-info-bar.c:374
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "A(z) „%s” fájl nem nyitható meg."
+
+#: gedit/gedit-io-error-info-bar.c:412
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "A fájl („%s”) nem menthető „%s” karakterkódolás használatával."
+
+#: gedit/gedit-io-error-info-bar.c:415
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"A dokumentumban a megadott karakterkódolás használatával nem kódolható "
+"karakter van."
+
+#: gedit/gedit-io-error-info-bar.c:460
+#, c-format
+msgid "The file “%s” has been externally modified."
+msgstr "A(z) „%s” fájlt külsőleg módosították."
+
+#: gedit/gedit-io-error-info-bar.c:461
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Ha most elmenti ezt a változatot, minden külső módosítás el fog veszni. "
+"Biztosan menti?"
+
+#: gedit/gedit-io-error-info-bar.c:468
+msgid "S_ave Anyway"
+msgstr "_Mentés mindenképp"
+
+#: gedit/gedit-io-error-info-bar.c:472
+msgid "D_on’t Save"
+msgstr "Ne _legyen mentve"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:502
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nem lehet kezelni a(z) „%s:” típusú helyeket írás módban. Ellenőrizze, hogy "
+"pontosan írta-e be a helyet, és próbálja újra."
+
+#: gedit/gedit-io-error-info-bar.c:509
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nem lehet ezt a helyet írás módban kezelni. Ellenőrizze, hogy pontosan írta-"
+"e be a helyet, és próbálja újra."
+
+#: gedit/gedit-io-error-info-bar.c:518
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"A(z) „%s” egy érvénytelen hely. Ellenőrizze, hogy pontosan írta-e be a "
+"helyet, és próbálja újra."
+
+#: gedit/gedit-io-error-info-bar.c:525
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Nincs jogosultsága a fájl mentéséhez erre a helyre. Ellenőrizze, hogy "
+"pontosan írta-e be a helyet, és próbálja újra."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Nincs elég hely a lemezen a fájl mentéséhez. Szabadítson fel egy kis helyet, "
+"és próbálja újra."
+
+#: gedit/gedit-io-error-info-bar.c:536
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Egy csak olvasható lemezre próbált fájlt menteni. Ellenőrizze, hogy pontosan "
+"írta-e be a helyet, és próbálja újra."
+
+#: gedit/gedit-io-error-info-bar.c:542
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Egy ugyanilyen nevű fájl már létezik. Használjon más nevet."
+
+#: gedit/gedit-io-error-info-bar.c:547
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Az a lemez, amire a fájlt próbálja menteni, nem kezeli a hosszú fájlneveket. "
+"Használjon rövidebb nevet."
+
+#: gedit/gedit-io-error-info-bar.c:562
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Nem sikerült elmenteni a(z) „%s” fájlt."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Nyomja meg ezt a gombot a szerkesztőben használt betűkészlet kiválasztásához"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "A _rendszer rögzített szélességű betűkészletének használata (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "A kijelölt színséma nem telepíthető: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "A kijelölt színséma nem telepíthető."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Színséma hozzáadása"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "Séma hozzá_adása"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Színsémafájlok"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Nem távolítható el a(z) „%s” színséma."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Előkészítés…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Fájl: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "%N. / %Q oldal"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "A(z) %d. oldal megjelenítése %d oldalból…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Szövegszerkesztő"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d/%d oldal"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Semmi"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Keresés és csere"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ÁTÍR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "BESZ"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Egy lapon hibák vannak"
+msgstr[1] "%d lapon vannak hibák"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s visszaállítása innen: %s"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "%s visszaállítása"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s fájl betöltése innen: %s"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "%s fájl betöltése"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:912
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s mentése ide: %s"
+
+#: gedit/gedit-tab.c:917
+#, c-format
+msgid "Saving %s"
+msgstr "%s mentése"
+
+#: gedit/gedit-tab.c:1490
+#, c-format
+msgid "Error opening file %s"
+msgstr "Hiba a(z) „%s” fájl megnyitása közben"
+
+#: gedit/gedit-tab.c:1495
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Hiba a(z) „%s” fájl visszaállítása közben"
+
+#: gedit/gedit-tab.c:1500
+#, c-format
+msgid "Error saving file %s"
+msgstr "Hiba a(z) „%s” fájl mentése közben"
+
+#: gedit/gedit-tab.c:1531
+msgid "Name:"
+msgstr "Név:"
+
+#: gedit/gedit-tab.c:1532
+msgid "MIME Type:"
+msgstr "MIME-típus:"
+
+#: gedit/gedit-tab.c:1533
+msgid "Encoding:"
+msgstr "Kódolás:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ ezen: %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS klasszikus"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d / %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Keresés elölről"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Illesztés _reguláris kifejezésként"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Csak _teljes szóra"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Kis- és _nagybetű"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "A keresendő karaktersorozat"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "A kurzor mozgatása a megadott sor elejére"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "A zárójel párja kívül esik a tartományon"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Nem található a zárójel párja"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "A zárójel párja a(z) %d. sorban megtalálva"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " %d. sor, %d. oszlop"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabulátorszélesség: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Egyszerű szöveg"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Mentetlen dokumentumok találhatók"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Oldalpanel oldal megváltoztatása"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumentumok"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Fájl megnyitása"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Legutóbb használt fájl megnyitása"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Mozgatás _balra"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Mozgatás j_obbra"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Áthelyezés új _ablakba"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Áthelyezés új lap_csoportba"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Bezárás"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatikus behúzás"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Szóközök használata"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Sorok számának megjelenítése"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Jobb oldali margó megjelenítése"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Aktuális sor kiemelése"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Szöveg tördelése"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "Fáj_l"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "Ú_j"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Leg_utóbbi megnyitása"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Bezárt _lap újranyitása"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Men_tés másként…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Új _ablak"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "Újr_atöltés"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Nyomtatás…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Kilépés"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "S_zerkesztés"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Visszavonás"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "Új_ra"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Kivágás"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Másolás"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Beillesztés"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:882
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Törlés"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Felülírás _mód"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Ö_sszes kijelölése"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Beállítások"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Nézet"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Oldal_panel"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Alsó panel"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Teljes képernyő"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "Kiemelési ü_zemmód…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "K_eresés"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Keresés…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Kö_vetkező találat"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Elő_ző találat"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Keresés és _csere…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "Kiemelés _törlése"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "_Ugrás sorra…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Eszközök"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumentumok"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Összes _mentése"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Összes _bezárása"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Új lap_csoport"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Előző lapcsoport"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "_Következő lapcsoport"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Előző dokumentum"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Kö_vetkező dokumentum"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Át_helyezés új ablakba"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Súgó"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "A gedit _névjegye"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Összes _mentése"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Keresés és _csere…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_Ugrás sorra…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Gyorsbillentyűk"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Karakterkódolások"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#| msgid "_Cancel"
+msgid "_Cancel Changes"
+msgstr "Változtatások _elvetése"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "Beállítások _mentése"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+#| msgid "A_vailable Encodings"
+msgid "_Other Available Encodings"
+msgstr "_Egyéb elérhető kódolások"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Kedvencek"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "Ka_tegória"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kódolás"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Beállítások"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Sorok számának _megjelenítése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Jobb mar_gó ebben az oszlopban:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Á_llapotsor megjelenítése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "_Rácsminta megjelenítése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Szöveg tördelése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "_Sortörés engedélyezése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Ne _törje a szavakat két sorba"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Kiemelés"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "_Aktuális sor kiemelése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Zárójel_párok kiemelése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Nézet"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulátorok"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tabulátorok szélessége:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "_Szóközök beillesztése tabulátorok helyett"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Automatikus behúzás engedélyezése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Fájlmentés"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "_Biztonsági másolatok létrehozása mentés előtt"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Fájlok a_utomatikus mentése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "p_ercenként"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Szerkesztő"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Betűkészlet"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "S_zerkesztő betűkészlete: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Válassza ki a szerkesztő betűkészletét"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Színséma"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Séma telepítése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Séma telepítése"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Séma eltávolítása"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Séma eltávolítása"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Betűk és színek"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Bővítmények"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Szintaxiskiemelés"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "_Szintaxiskiemelés nyomtatása"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Sorszámok"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "_Sorszámok nyomtatása"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "S_orszám"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "soronként"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Oldalfejléc"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "_Oldalfejlécek nyomtatása"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Betűkészletek"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Törzs:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Sorszámok:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Élő_fej és élőláb:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Alapértelmezett betűkészletek visszaállítása"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Előző oldal megjelenítése"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Következő oldal megjelenítése"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "A jelenlegi oldal (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "/"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Összes oldal"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Dokumentum oldalainak száma"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Több oldal megjelenítése"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "1:1 arányú nagyítás"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Teljes oldal megjelenítése"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Oldal nagyítása"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Oldal kicsinyítése"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Nyomtatási kép bezárása"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "N_yomtatási kép bezárása"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Nyomtatási kép"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "A dokumentum egy oldalának nyomtatási előnézete"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Öss_zes cseréje"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Keresés"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "K_eresés "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "C_sere ezzel: "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Kis- és _nagybetű"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Csak _teljes szóra"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_guláris kifejezés"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Keresés _visszafelé"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Kö_rbe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumentumok"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Új dokumentum létrehozása lapon"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Dokumentum megnyitása"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Dokumentum mentése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Dokumentum mentése más néven"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Minden dokumentum mentése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Dokumentum bezárása"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Minden dokumentum bezárása"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "A legutóbb bezárt dokumentum újra megnyitása"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Váltás a következő dokumentumra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Váltás az előző dokumentumra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Váltás az első – kilencedik dokumentumra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Ablakok és panelek"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Új dokumentum létrehozása egy ablakban"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Új lapcsoport létrehozása"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Oldalpanel megjelenítése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Alsó panel megjelenítése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Teljes képernyő be / ki"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Kilépés az alkalmazásból"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Keresés és csere"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Keresés"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Következő találat keresése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Előző találat keresése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Kiemelés törlése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Visszavonás és Mégis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Előző parancs visszavonása"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Előző parancs újra elvégzése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Kijelölés"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Minden szöveg kijelölése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Minden szöveg kijelölésének megszüntetése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Másolás és beillesztés"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kijelölt szöveg másolása a vágólapra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Kijelölt szöveg kivágása a vágólapra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Szöveg beillesztése a vágólapról"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigáció"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Ugrás sorra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Ugrás a jelenlegi sor elejére"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Ugrás a jelenlegi sor végére"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Ugrás a dokumentum elejére"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Ugrás a dokumentum végére"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Nézőpont mozgatása felfelé a fájlban"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Nézőpont mozgatása lefelé a fájlban"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Nézőpont mozgatása a fájl végére"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Nézőpont mozgatása a fájl elejére"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Ugrás a zárójelpár másik tagjához"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Ugrás az előző lapcsoportra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Ugrás a következő lapcsoportra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Szerkesztés"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Váltás a beszúrás / felülírás közt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Kurzor láthatósága be/ki"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Aktuális sor törlése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Sor mozgatása felfelé"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Sor mozgatása lefelé"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Aktuális szó mozgatása balra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Aktuális szó mozgatása jobbra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Nagybetűssé alakítás"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Kisbetűssé alakítás"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Kis- és nagybetűk felcserélése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Szám növelése a kurzornál"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Szám csökkentése a kurzornál"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Eszközök"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Helyesírás-ellenőrzés"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Dokumentum nyomtatása"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Szókiegészítési ablak megjelenítése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Általános"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Súgó megjelenítése"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Menü megnyitása"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Gyorsbillentyűk"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Dokumentum bezárása"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Új dokumentum létrehozása"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Új"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "A jelenlegi fájl mentése"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Mentés"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Panel elrejtése"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Teljes képernyő elhagyása"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statisztika a dokumentumról"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "A szavak, sorok és karakterek megszámolása a dokumentumban."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Statisztika a dokumentumról"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokumentum"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Kijelölés"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Sor"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Szó"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Karakter (szóközökkel)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Karakter (szóköz nélkül)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bájt"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Összeállítás"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "A „make” futtatása a dokumentum könyvtárában"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Terminál megnyitása itt"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Terminál megnyitása a dokumentum könyvtárában"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Befejező szóközök eltávolítása"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Fölösleges befejező szóközök eltávolítása a fájlból"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Parancs futtatása"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Egyéni parancs végrehajtása és kimenetének elhelyezése új dokumentumban"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Küldés az fpaste programnak"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr ""
+"A kijelölt szöveg vagy a jelenlegi dokumentum beillesztése az fpaste "
+"programba"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Külső eszközök"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Külső parancsok és parancsfájlok végrehajtása."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Használja-e a rendszer betűkészletet"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ha be van állítva, a külső eszközök az asztali környezet globális szabvány "
+"betűkészletét fogják használni, ha az monospace (és a hozzá leginkább "
+"hasonlót egyébként)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Egy Pango betűkészletnév. Például: „Sans 12” vagy „Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "_Külső eszközök kezelése…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Külső _eszközök"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "A parancs nem hajtható végre: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr " A kurzornak egy szó belsejében kell lennie a parancs futtatásához"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Eszköz futtatása:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Kész."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Kilépett"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Minden nyelv"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Minden nyelv"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Új eszköz"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ez a gyorsbillentyű már hozzá van rendelve a következőhöz: %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Üsse le az új gyorsbillentyűt vagy nyomjon Backspace-t a törléshez"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Üsse le az új gyorsbillentyűt"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Leállítva."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Eszköz leállítása"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Mindig elérhető"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Összes dokumentum"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Minden dokumentum a névtelenek kivételével"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Csak helyi fájlok"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Csak távoli fájlok"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Csak a névtelen dokumentumok"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Jelenlegi dokumentum"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Jelenlegi kijelölés"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Jelenlegi kijelölés (alapértelmezett a dokumentumra)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Jelenlegi sor"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Jelenlegi szó"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Megjelenítés az alsó ablaktáblán"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Új dokumentum létrehozása"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Hozzáfűzés a jelenlegi dokumentumhoz"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "A jelenlegi dokumentum cseréje"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "A kijelölés cseréje"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Beszúrása a kurzor pozíciójába"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Külső eszközök kezelése"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Új eszköz hozzáadása"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Eszköz hozzáadása"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "A kijelölt eszköz eltávolítása"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Eszköz eltávolítása"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Eszköz visszaállítása"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Eszköz visszaállítása"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Gyorsbillentyű:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "M_entés:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Bemenet:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Kimenet:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Alkalmazhatóság:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Eszköz kimenete"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Fájlböngésző panel"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Egyszerű fájlelérés az oldalpanelről."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Saját mappa"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Fájlrendszer"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:492
+msgid "File Browser"
+msgstr "Fájlböngésző"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:622
+msgid "An error occurred while creating a new directory"
+msgstr "Hiba történt az új könyvtár létrehozásakor"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:625
+msgid "An error occurred while creating a new file"
+msgstr "Hiba történt az új fájl létrehozásakor"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:628
+msgid "An error occurred while renaming a file or directory"
+msgstr "Hiba történt egy fájl vagy könyvtár átnevezésekor"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:631
+msgid "An error occurred while deleting a file or directory"
+msgstr "Hiba történt egy fájl vagy könyvtár törlésekor"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:634
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Hiba történt egy könyvtár megnyitásakor a fájlkezelőben"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:637
+msgid "An error occurred while setting a root directory"
+msgstr "Hiba történt a gyökérkönyvtár beállításakor"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:640
+msgid "An error occurred while loading a directory"
+msgstr "Hiba történt könyvtár betöltésekor"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:643
+msgid "An error occurred"
+msgstr "Hiba történt"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:865
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"A fájl nem helyezhető át a Kukába,\n"
+"kívánja azonnal törölni?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:870
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "A(z) „%s” fájl nem helyezhető át a Kukába."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid "The selected files cannot be moved to the trash."
+msgstr "A kijelölt fájlok nem helyezhetők át a Kukába."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:903
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Biztosan véglegesen törölni akarja a következőt: „%s”?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:908
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Biztosan véglegesen törölni kívánja a kijelölt fájlokat?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:911
+msgid "If you delete an item, it is permanently lost."
+msgstr "Ha töröl egy elemet, az véglegesen elvész."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Üres)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Az új fájl jelenleg ki van szűrve. A fájl megjelenítéséhez módosítania kell "
+"a szűrőbeállításokat"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Névtelen fájl"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Az új fájl jelenleg ki van szűrve. A fájl megjelenítéséhez módosítania kell "
+"a szűrőbeállításokat"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Névtelen mappa"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Az új fájl jelenleg ki van szűrve. A fájl megjelenítéséhez módosítania kell "
+"a szűrőbeállításokat"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Könyvjelzők"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Nem található csatolási objektum a csatolt kötethez: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Az adathordozó nem nyitható meg: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "A kötet nem csatolható: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Hiba történt „%s” betöltésekor: Nincs ilyen könyvtár"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Megnyitás fanézettel"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"A fanézet megnyitása a fájlböngésző bővítménnyel a könyvjelzők nézet helyett"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Fájlböngésző gyökérkönyvtár"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"A fájlböngésző betöltésekor használandó gyökérkönyvtár, ha az onload/"
+"tree_view kulcs értéke igaz."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Fájlböngésző virtuális gyökérkönyvtár"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"A fájlböngésző betöltésekor használandó virtuális gyökérkönyvtár, ha az "
+"onload/tree_view kulcs értéke igaz. A virtuális gyökérkönyvtárnak mindig a "
+"valódi gyökér alatt kell lennie."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Távoli helyek helyreállításának engedélyezése"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Beállítja, hogy engedélyezve legyen-e a távoli helyek helyreállítása."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Hely beállítása az első dokumentumra"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Ha ez a beállítás igaz, akkor a fájlböngésző bővítmény az első megnyitott "
+"dokumentum könyvtárát jeleníti meg, ha a fájlböngésző még nem volt "
+"használatban (így ez általánosságban például a parancssorból vagy a "
+"Nautilusból megnyitott dokumentumokra érvényes)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Fájlböngésző szűrőmódja"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Ez az érték meghatározza, hogy mely fájlok kerülnek kiszűrésre a "
+"fájlböngészőből. A lehetséges értékek: none (nem szűr semmit), hide-hidden "
+"(rejtett fájlok szűrése) és hide-binary (bináris fájlok szűrése)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Fájlböngésző szűrőminta"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"A fájlböngésző szűrésére használandó szűrőminta. Ez a szűrő a filter_mode "
+"kulcs felett működik."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Fájlböngésző bináris mintái"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Kiegészítő minták bináris fájlok kiszűréséhez."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "A _gyökér beállítása az aktív dokumentumra"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Új _mappa"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Új _fájl"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "Á_tnevezés…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Á_thelyezés a Kukába"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Nézet frissítése"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "Ma_ppa megjelenítése"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "Megnyitás _terminálban"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Szűrés"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "_Rejtett megjelenítése"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "_Bináris megjelenítése"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Fájlnév illesztése"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Előzmények"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Előzmények menü megnyitása"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Módsorok"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate és Vim-stílusú módsorok támogatása a geditben."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Parancsszöveg színe"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "A parancsszöveg színe"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Hibaszöveg színe"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "A hibaszöveg színe"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ha be van állítva, a terminál az asztali környezet globális szabvány "
+"betűkészletét fogja használni, ha az monospace (és a hozzá leginkább "
+"hasonlót egyébként)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_Parancsszín:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Hibaszín:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python konzol"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktív Python konzol megjelenítése az alsó panelen."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Gyors kiemelés"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "A kijelölt szöveg összes előfordulásának kiemelése."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Gyors megnyitás…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Gyors megnyitás"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Fájlok gyors megnyitása."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Gépeljen a kereséshez…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "_Töredékek kezelése…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Töredékek"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "A(z) „%s” archívum nem hozható létre"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "A(z) „%s” célkönyvtár nem létezik"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "A(z) „%s” célkönyvtár nem egy érvényes könyvtár"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "A(z) „%s” fájl nem létezik"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "A(z) „%s” fájl nem egy érvényes töredékfájl"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Az importált „%s” fájl nem egy érvényes töredékfájl"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "A(z) „%s” archívum nem bontható ki"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "A következő fájlok nem importálhatók: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "A(z) „%s” fájl nem egy érvényes töredékarchívum"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Töredékgyűjtemény"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Új töredék felvétele…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globális"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "A kijelölt töredék visszaállítása"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "A kijelölt töredék törlése"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Ez nem egy érvényes Tab-aktiváló. Az aktiválók betűket, számokat (vagy _, : "
+"és . karaktereket) vagy egyetlen, nem betű vagy szám karaktert, például {, "
+"[ stb. tartalmazhatnak."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Az a szó, amely után a Tab billentyűt lenyomva a töredék aktiválásra kerül"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "A következő hiba történt az importáláskor: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Az importálás sikeresen befejeződött"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Töredékek importálása"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Minden támogatott archívum"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip-pel tömörített archívum"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2-vel tömörített archívum"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Egyetlen töredékfájl"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Minden fájl"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "A következő hiba történt az exportáláskor: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Az exportálás sikeresen befejeződött"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Fel kívánja venni a kiválasztott <b>rendszertöredékeket</b> az exportálásba?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Nincsenek exportálható töredékek kiválasztva"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Töredékek exportálása"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Üsse le az új gyorsbillentyűt vagy a Backspace-t a törléshez"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Üsse le az új gyorsbillentyűt"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"A Python parancs (%s) végrehajtása túllépi a maximálisan engedélyezett időt, "
+"a végrehajtás megszakítva."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "A Python parancs (%s) végrehajtása meghiúsult: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Gyakran használt szövegrészletek gyors beszúrása."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Töredékek kezelése"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Új töredék létrehozása"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Töredék felvétele"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Töredék eltávolítása"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Töredékek importálása"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "A kiválasztott töredékek exportálása"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Töredékek exportálása"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktiválás"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tab aktiváló:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "G_yorsbillentyű:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "A töredéket aktiváló gyorsbillentyű"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Célok:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Rendezés…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Rendezés"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Fordított sorrend"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Másolatok _eltávolítása"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "K_is- és nagybetűk megkülönböztetése"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Kezdőoszlop:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Rendezés"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Dokumentum vagy kijelölt szöveg rendezése."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Helyesírás-ellenőrzés…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "_Nyelv megadása…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Elgépelt s_zavak kiemelése"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Elgépelt szavak kiemelése"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Alapértelmezett beállítás az elgépelt szavak kiemeléséhez."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "A helyesírás-ellenőrző bővítmény beállítása"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Alapértelmezések az új dokumentumokhoz"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Helyesírás-ellenőrző"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "A jelenlegi dokumentum helyesírás-ellenőrzése."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "_Dátum és idő beszúrása…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Elérhető formátumok"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Kérdés típusa"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"A felhasználótól bekérendő-e a formátum, vagy a kijelölt, vagy egyéni "
+"formátum használandó-e."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Kiválasztott formátum"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Dátum/idő beszúrásakor használt kiválasztott formátum."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Egyéni formátum"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Dátum/idő beszúrásakor használt egyéni formátum."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Dátum és idő beszúrása"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "A _kiválasztott formátum használata"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Egyéni formátum használata"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y. %m. %d. %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2010. 03. 08., 9.52.00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Beszúrás"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "A dátum/idő bővítmény beállítása"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Dátum/idő beszúrásakor…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Formátum bekérése"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Dátum és idő beszúrása"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Aktuális idő és dátum beszúrása a kurzorpozícióba."
diff --git a/po/hy.po b/po/hy.po
new file mode 100644
index 0000000..0ac6148
--- /dev/null
+++ b/po/hy.po
@@ -0,0 +1,4552 @@
+# Gedit armenian translation
+# Copyright (C) 2006 Norayr Chilingaryan
+# This file is distributed under the same license as the gedit package.
+# Norayr Chilingaryan <norik@freenet.am>, 2006.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.HEAD\n"
+"Report-Msgid-Bugs-To: Norayr Chilingaryan <norik@freenet.am>\n"
+"POT-Creation-Date: 2006-03-03 13:30+0000\n"
+"PO-Revision-Date: 2006-03-03 14:36+0000\n"
+"Last-Translator: Norayr Chilngaryan <norik@freenet.am>\n"
+"Language-Team: Armenian <norik@@freenet.am>\n"
+"Language: hy\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 16bit\n"
+"Plural-Forms: nplurals=2; plural=n > 1;\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit.c:404
+msgid "Text Editor"
+msgstr "Տեքստի խմբագրիչ"
+
+#: ../data/gedit.schemas.in.h:1
+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/gedit.schemas.in.h:2
+msgid "Active plugins"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Bottom Panel is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Create Backup Copies"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Line Numbers"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Display Right Margin"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Editor Font"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Enable Search Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Encodings shown in menu"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:21
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:22
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Header Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:26
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Insert spaces"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:30
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:32
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:33
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:34
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:35
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:36
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:39
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:42
+msgid "Monospace 9"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:46
+msgid "Monospace Regular 9"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:47
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Print Header"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Print Line Numbers"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:50
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:53
+msgid "Right Margin Position"
+msgstr ""
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:56
+msgid "Sans 11"
+msgstr ""
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans 8"
+msgstr ""
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 11"
+msgstr ""
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:67
+msgid "Sans Regular 8"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Selected Text Color"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Selection Color"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Side Pane is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:71
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:72
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:73
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:74
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:76
+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/gedit.schemas.in.h:77
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:78
+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/gedit.schemas.in.h:79
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:80
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:81
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Status Bar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:84
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Tab Size"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Text Color"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:87
+msgid "Toolbar Buttons Style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Toolbar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Use Default Colors"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Use Default Font"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:92
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:93
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:94
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:100
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:101
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:102
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:103
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:104
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:105
+msgid ""
+"Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:106
+msgid ""
+"Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:107
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:108
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:109
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:110
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. 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/gedit.schemas.in.h:111
+msgid "Writable VFS schemes"
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:114
+msgid "[ISO-8859-15]"
+msgstr ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:118
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:136
+msgid "Logout _without Saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "_Cancel Logout"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:147
+msgid "Close _without Saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:180
+msgid "Question"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:386
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:395
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:401
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:447
+#, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:432
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:491
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:663
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:680
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:697
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:315
+msgid "Character Codings"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:365
+#: ../gedit/dialogs/gedit-encodings-dialog.c:426
+msgid "_Description"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:374
+#: ../gedit/dialogs/gedit-encodings-dialog.c:435
+msgid "_Encoding"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:1
+msgid "A_vailable encodings:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:2
+msgid "Character codings"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:3
+msgid "E_ncodings shown in menu:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:135
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:3
+msgid "Open Location"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:1
+msgid "Ch_aracter coding:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.c:527
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:9
+msgid "Page Setup"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:1
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1
+#: ../plugins/externaltools/tools/tools.glade.h:1
+#: ../plugins/snippets/snippets/snippets.glade.h:1
+#: ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:2
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:8
+msgid "<b>Line Numbers</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:3
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:11
+msgid "<b>Text Wrapping</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:4
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:16
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:5
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:19
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:6
+msgid "Fonts"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:7
+msgid "General"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:8
+msgid "He_aders and footers:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:10
+msgid "Print _line numbers"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:11
+msgid "Print s_yntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:12
+msgid "_Body:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:13
+msgid "_Line numbers:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:14
+msgid "_Number every"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:15
+msgid "_Print page headers"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:16
+msgid "_Restore Default Fonts"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:17
+msgid "lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to select the font to be used by the editor"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid "Push this button to configure background color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:657
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:660
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1161
+msgid "Elements"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1273
+msgid "gedit Preferences"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:4
+msgid "<b>Current Line</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:5
+msgid "<b>Elements</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:6
+msgid "<b>File Saving</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:7
+msgid "<b>Տառատեսակ</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:9
+msgid "<b>Right Margin</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:10
+msgid "<b>Tab Stops</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Թավատառ"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:15
+msgid "Display right _margin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:17
+msgid "Editor"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:18
+msgid "Editor _font: "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:20
+msgid "Font & Colors"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:21
+msgid "Hi_ghlight current line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:22
+msgid "Highlight _mode:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:23
+msgid "Highlight matching _bracket"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:25
+msgid "Italic"
+msgstr "Շեղատառ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:26
+msgid "Normal _text color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:27
+msgid "Pick a color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:28
+msgid "Pick the background color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:29
+msgid "Pick the editor font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:30
+msgid "Pick the normal text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:31
+msgid "Pick the selected text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:32
+msgid "Pick the selection color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:33
+msgid "Plugins"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:34
+msgid "Preferences"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:35
+msgid "Se_lection color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:36
+msgid "Selecte_d text color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:37
+msgid "Strikethrough"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:38
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:39
+msgid "U_se default theme colors"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:40
+msgid "Underline"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:41
+msgid "View"
+msgstr "Տեսք"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:42
+msgid "_Autosave files every"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:43
+msgid "_Background color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:44
+msgid "_Background:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:45
+msgid "_Display line numbers"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:46
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:47
+msgid "_Enable syntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:48
+msgid "_Foreground:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:49
+msgid "_Reset to Default "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:50
+msgid "_Right margin at column:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:51
+msgid "_Tab width:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:52
+msgid "_Use default theme font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:53
+msgid "_minutes"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.c:234
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:2 ../gedit/gedit-window.c:1013
+msgid "Replace"
+msgstr "Փոխել"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:246 ../gedit/gedit-window.c:1011
+msgid "Find"
+msgstr "Գտնել"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:298
+msgid "Replace _All"
+msgstr "Փոխել Բոլորը"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:299
+#: ../gedit/gedit-commands-file.c:559
+msgid "_Replace"
+msgstr "Փոխել"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:1
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:3
+msgid "Replace All"
+msgstr "Փոխել բոլորը"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:4
+msgid "Replace _with: "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:5
+msgid "Search _backwards"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:6
+msgid "_Match case"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:7
+msgid "_Search for: "
+msgstr "Փնտրել սա՝"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:8
+msgid "_Wrap around"
+msgstr ""
+
+#: ../gedit/gedit.c:75
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit.c:78
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:81
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:116
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr ""
+
+#: ../gedit/gedit.c:128
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:128 ../gedit/gedit-commands-file.c:174
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Բացվում է '%s' ֆայլը…"
+
+#: ../gedit/gedit-commands-file.c:183
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:286
+msgid "Open Files…"
+msgstr "Բացել Ֆայլերը…"
+
+#: ../gedit/gedit-commands-file.c:392
+msgid "The entered location is not valid."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:395
+#: ../gedit/gedit-io-error-message-area.c:150
+#: ../gedit/gedit-io-error-message-area.c:189
+#: ../gedit/gedit-io-error-message-area.c:205
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:540
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:551
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:617 ../gedit/gedit-commands-file.c:808
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Պահվում է '%s' ֆայլը…"
+
+#: ../gedit/gedit-commands-file.c:707
+msgid "Save As…"
+msgstr "Պահել որպես…"
+
+#: ../gedit/gedit-commands-file.c:1003
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1025
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1034
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1043
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1049
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1059
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1074 ../gedit/gedit-commands-file.c:1095
+#, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1080
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1121
+msgid "_Revert"
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:98
+msgid "translator-credits"
+msgstr ""
+
+#: ../gedit/gedit-commands-search.c:166
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Գտնվեց և փոխարինվեց %d համընկնում"
+msgstr[1] "Գտնվեց և փոխարինվեց %d համընկում "
+
+#: ../gedit/gedit-commands-search.c:176
+msgid "Found and replaced one occurrence"
+msgstr "Գտնվեց և փոխարինվեց մեկ համընկում"
+
+#: ../gedit/gedit-commands-search.c:189
+msgid "Phrase not found"
+msgstr "Ֆրազան գտնված չէ"
+
+#: ../gedit/gedit-document.c:774 ../gedit/gedit-document.c:855
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "%d տեքստը պահված չէ"
+
+#. bad bad luck...
+#: ../gedit/gedit-document-saver.c:523
+msgid "Could not obtain backup filename"
+msgstr ""
+
+#: ../gedit/gedit-documents-panel.c:85 ../gedit/gedit-documents-panel.c:99
+#: ../gedit/gedit-window.c:1533 ../gedit/gedit-window.c:1538
+msgid "Read Only"
+msgstr ""
+
+#: ../gedit/gedit-documents-panel.c:633
+msgid "Documents"
+msgstr "Փաստաթղթեր"
+
+#: ../gedit/gedit-encodings.c:137 ../gedit/gedit-encodings.c:182
+#: ../gedit/gedit-encodings.c:184 ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+msgid "Unicode"
+msgstr "Յունիկոդ"
+
+#: ../gedit/gedit-encodings.c:151 ../gedit/gedit-encodings.c:177
+#: ../gedit/gedit-encodings.c:223 ../gedit/gedit-encodings.c:266
+msgid "Western"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:225
+#: ../gedit/gedit-encodings.c:262
+msgid "Central European"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:155
+msgid "South European"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:173
+#: ../gedit/gedit-encodings.c:276
+msgid "Baltic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:227
+#: ../gedit/gedit-encodings.c:240 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:246 ../gedit/gedit-encodings.c:264
+msgid "Cyrillic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:274
+msgid "Arabic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:268
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:165
+msgid "Hebrew Visual"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:272 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:169 ../gedit/gedit-encodings.c:229
+#: ../gedit/gedit-encodings.c:270 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:171
+msgid "Nordic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:175
+msgid "Celtic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:179 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:191
+msgid "Armenian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:193 ../gedit/gedit-encodings.c:195
+#: ../gedit/gedit-encodings.c:209
+msgid "Chinese Traditional"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:197
+msgid "Cyrillic/Russian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:200 ../gedit/gedit-encodings.c:202
+#: ../gedit/gedit-encodings.c:204 ../gedit/gedit-encodings.c:236
+#: ../gedit/gedit-encodings.c:251
+msgid "Japanese"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:207 ../gedit/gedit-encodings.c:238
+#: ../gedit/gedit-encodings.c:242 ../gedit/gedit-encodings.c:257
+msgid "Korean"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:214
+#: ../gedit/gedit-encodings.c:216 ../gedit/gedit-encodings.c:220
+msgid "Chinese Simplified"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:218
+msgid "Georgian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:248
+msgid "Cyrillic/Ukrainian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:253 ../gedit/gedit-encodings.c:259
+#: ../gedit/gedit-encodings.c:278 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:255
+msgid "Thai"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:219
+msgid "Auto Detected"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:239
+#: ../gedit/gedit-encodings-option-menu.c:261
+#, c-format
+msgid "Current Locale (%s)"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:322
+msgid "Add or _Remove..."
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:72
+msgid "C_haracter Coding:"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:189
+msgid "All Files"
+msgstr "Բոլոր Ֆայլերը"
+
+#: ../gedit/gedit-file-chooser-dialog.c:197
+msgid "All Text Files"
+msgstr "Բոլոր Տեքստային ֆայլերը"
+
+#: ../gedit/gedit-help.c:66
+msgid "There was an error displaying help."
+msgstr "Ձեռնարկ ցուցադրելու սխալ"
+
+#: ../gedit/gedit-io-error-message-area.c:148
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Հնարավոր չէ գտնել %s ֆայլը"
+
+#: ../gedit/gedit-io-error-message-area.c:155
+#: ../gedit/gedit-io-error-message-area.c:381
+msgid "The file contains corrupted data."
+msgstr "Ֆայլը պարունակում է փչացած տվյալներ"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:166
+#: ../gedit/gedit-io-error-message-area.c:392
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:172
+#: ../gedit/gedit-io-error-message-area.c:398
+msgid "gedit cannot handle this location."
+msgstr "գեդիտը չի կարող վարվել այս տեղայնքի հետ"
+
+#: ../gedit/gedit-io-error-message-area.c:179
+#: ../gedit/gedit-io-error-message-area.c:405
+msgid "The file contains data in an invalid format."
+msgstr "Ֆայլը պարունակում է սխալ ֆորմատով տվյալներ"
+
+#: ../gedit/gedit-io-error-message-area.c:183
+#: ../gedit/gedit-io-error-message-area.c:409
+msgid "The file is too big."
+msgstr "Ֆայլը չափազանց մեծ է"
+
+#: ../gedit/gedit-io-error-message-area.c:187
+#, c-format
+msgid "%s is not a valid location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:194
+#: ../gedit/gedit-io-error-message-area.c:413
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Դուք չունեք համապատասխան լիազորություններ ֆայլը բացելու համար"
+
+#: ../gedit/gedit-io-error-message-area.c:198
+#: ../gedit/gedit-io-error-message-area.c:417
+#: ../gedit/gedit-io-error-message-area.c:1161
+msgid ""
+"There are too many open files. Please, close some applications and try again."
+msgstr "Չափացանց շատ բաց ֆայլեր կան։ Փակեք որոշ ծրագրեր, և փորձեք կրկին"
+
+#: ../gedit/gedit-io-error-message-area.c:203
+#: ../gedit/gedit-io-error-message-area.c:422
+#, c-format
+msgid "%s is a directory."
+msgstr "%s –ը պանակ է"
+
+#: ../gedit/gedit-io-error-message-area.c:210
+#: ../gedit/gedit-io-error-message-area.c:427
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:238
+#: ../gedit/gedit-io-error-message-area.c:455
+#: ../gedit/gedit-io-error-message-area.c:1200
+#, c-format
+msgid ""
+"Host %s could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:249
+#: ../gedit/gedit-io-error-message-area.c:260
+#: ../gedit/gedit-io-error-message-area.c:268
+#: ../gedit/gedit-io-error-message-area.c:466
+#: ../gedit/gedit-io-error-message-area.c:477
+#: ../gedit/gedit-io-error-message-area.c:1211
+#: ../gedit/gedit-io-error-message-area.c:1222
+#: ../gedit/gedit-io-error-message-area.c:1230
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:274
+#: ../gedit/gedit-io-error-message-area.c:485
+#: ../gedit/gedit-io-error-message-area.c:1236
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:280
+#: ../gedit/gedit-io-error-message-area.c:1242
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:286
+msgid "The file you are trying to open is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:325
+#: ../gedit/gedit-io-error-message-area.c:545
+#: ../gedit/gedit-io-error-message-area.c:1307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:331
+#: ../gedit/gedit-io-error-message-area.c:710
+#, c-format
+msgid "Could not open the file %s."
+msgstr "Հնարավոր չէ բացել %s ֆայլը"
+
+#: ../gedit/gedit-io-error-message-area.c:376
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr "գեդիտը չի կարող գտնել ֆայլը, հավանաբար այն վերջերս ջնջվել է"
+
+#: ../gedit/gedit-io-error-message-area.c:491
+msgid "Attempt to log in failed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:495
+#, c-format
+msgid "%s is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:551
+#, c-format
+msgid "Could not revert the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:574
+msgid "Ch_aracter Coding:"
+msgstr "Կոդավորում"
+
+#: ../gedit/gedit-io-error-message-area.c:617
+msgid "_Retry"
+msgstr "Կրկին"
+
+#: ../gedit/gedit-io-error-message-area.c:712
+msgid "gedit has not been able to detect the character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:714
+#: ../gedit/gedit-io-error-message-area.c:723
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Պարզեք արդյոք չէք բացում բինար ֆայլ"
+
+#: ../gedit/gedit-io-error-message-area.c:715
+msgid "Select a character coding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:720
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:724
+#: ../gedit/gedit-io-error-message-area.c:774
+msgid "Select a different character coding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:769
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:772
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:833
+msgid "_Edit Anyway"
+msgstr "Այնուամենայնիվ խմբագրել"
+
+#: ../gedit/gedit-io-error-message-area.c:836
+msgid "_Don't Edit"
+msgstr "չխմբագրել"
+
+#. FIXME: try to rephrase in a better way
+#: ../gedit/gedit-io-error-message-area.c:852
+#, c-format
+msgid "The file %s is already open."
+msgstr "%s ֆայլը արդեն բաց է"
+
+#: ../gedit/gedit-io-error-message-area.c:867
+msgid ""
+"gedit opened this instance of the file in non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:925
+#: ../gedit/gedit-io-error-message-area.c:1020
+msgid "_Save Anyway"
+msgstr "Այնուամենայնիվ Պահել"
+
+#: ../gedit/gedit-io-error-message-area.c:929
+#: ../gedit/gedit-io-error-message-area.c:1024
+msgid "_Don't Save"
+msgstr "չպահել"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:947
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:963
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1042
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1045
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1062
+msgid ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1123
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please, check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1131
+msgid ""
+"gedit cannot handle this location in write mode. Please, check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1140
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1147
+#, c-format
+msgid ""
+"%s is not a valid location. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1154
+msgid ""
+"You do not have the permissions necessary to save the file. Please, check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1166
+#, c-format
+msgid ""
+"%s is a directory. Please, check that you typed the location correctly and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1172
+msgid ""
+"Not enough available memory to save the file. Please, close some running "
+"applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1248
+msgid ""
+"There is not enough disk space to save the file. Please, free some disk "
+"space and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1254
+msgid ""
+"You are trying to save the file on a read-only disk. Please, check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1260
+msgid "A file with the same name already exists. Please, use a different name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1265
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please, use a shorter name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1270
+#, c-format
+msgid ""
+"%s is not a regular file. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1313
+#, c-format
+msgid "Could not save the file %s."
+msgstr "Հնարավոր չէ պահել %s ֆայլը"
+
+#: ../gedit/gedit-notebook.c:823
+msgid "Close document"
+msgstr "Փակել տեքստը"
+
+#: ../gedit/gedit-panel.c:370 ../gedit/gedit-panel.c:585
+#: ../gedit/recent-files/egg-recent-view-gtk.c:446
+#: ../gedit/recent-files/egg-recent-view-uimanager.c:322
+msgid "Empty"
+msgstr "Դատարկ"
+
+#: ../gedit/gedit-panel.c:526 ../gedit/gedit-panel.c:606
+msgid "Hide panel"
+msgstr "Թակցնել վահանակը"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:540
+msgid "_About Plugin"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:544
+msgid "C_onfigure Plugin"
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:175
+msgid "Cannot initialize preferences manager."
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:1390
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: ../gedit/gedit-print.c:186
+#, c-format
+msgid "File: %s"
+msgstr "Ֆայլ՝ %s"
+
+#: ../gedit/gedit-print.c:194
+msgid "Page %N of %Q"
+msgstr "%N էջը %Q -ից"
+
+#: ../gedit/gedit-print.c:316
+msgid "Print"
+msgstr "Տպել"
+
+#: ../gedit/gedit-print.c:325 ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Lines"
+msgstr "Տողեր"
+
+#: ../gedit/gedit-print-job-preview.c:623
+msgid "Page Preview"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:624
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:710
+msgid "Other"
+msgstr "Այլ"
+
+#: ../gedit/gedit-print-job-preview.c:740
+msgid "Show the previous page"
+msgstr "Ցուցադրել նախկին էջը"
+
+#: ../gedit/gedit-print-job-preview.c:751
+msgid "Show the next page"
+msgstr "Ցուցադրել հաջորդ էջը"
+
+#: ../gedit/gedit-print-job-preview.c:767
+msgid "Current page (Alt+P)"
+msgstr "Ընթացիկ էջը (Alt+P)"
+
+#. gtk_label_set_mnemonic_widget ((GtkLabel *) l, mp->priv->page_entry);
+#. We are displaying 'XXX of XXX'.
+#: ../gedit/gedit-print-job-preview.c:781
+msgid "of"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:787
+msgid "Page total"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:788
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:805
+msgid "Show multiple pages"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:817
+msgid "Zoom 1:1"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:825
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:834
+msgid "Zoom the page in"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:842
+msgid "Zoom the page out"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:856
+msgid "Close print preview"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:1096
+#: ../gedit/gedit-print-job-preview.c:1097
+msgid "Number of pages horizontally"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:1100
+#: ../gedit/gedit-print-job-preview.c:1101
+msgid "Number of pages vertically"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:1165
+msgid "No visible output was created."
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:257
+msgid " OVR"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:259
+msgid " INS"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:298
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:397
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:641
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:648
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:664
+#, c-format
+msgid "Loading %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:671
+#, c-format
+msgid "Loading %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:754
+#, c-format
+msgid "Saving %s to %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:761
+#, c-format
+msgid "Saving %s"
+msgstr ""
+
+#. Read only
+#: ../gedit/gedit-tab.c:1503
+msgid "RO"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1548
+#, c-format
+msgid "Error opening file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1553
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1558
+#, c-format
+msgid "Error saving file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1576
+msgid "Unicode (UTF-8)"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1583
+msgid "Name:"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1584
+msgid "MIME Type:"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1585
+msgid "Encoding:"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:2012
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr ""
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "Ֆայլ"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "Խմբագրել"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "Տեսք"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "Փնտրել"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "Գործիքներ"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "Փաստաթղթեր"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "Ձեռնարկ"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "Ստեղծել նոր փաստաթուղթ"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "Բացել"
+
+#: ../gedit/gedit-ui.h:59 ../gedit/gedit-window.c:1110
+msgid "Open a file"
+msgstr "Բացել Ֆայլ"
+
+#: ../gedit/gedit-ui.h:60
+msgid "Open _Location..."
+msgstr "Բացել Տեղայնք"
+
+#: ../gedit/gedit-ui.h:61
+msgid "Open a file from a specified location"
+msgstr "Բացել ֆայլը նշված տեղայնքից"
+
+#: ../gedit/gedit-ui.h:62
+msgid "Page Set_up..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:63
+msgid "Setup the page settings"
+msgstr ""
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:66
+msgid "Pr_eferences"
+msgstr "Հատկություններ"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Configure the application"
+msgstr "կարգավորել ծրագիրը"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:70
+msgid "_Contents"
+msgstr "Պարունակություն"
+
+#: ../gedit/gedit-ui.h:71
+msgid "Open the gedit manual"
+msgstr "Բացել գեդիտի ձեռնարկը"
+
+#: ../gedit/gedit-ui.h:73
+msgid "About this application"
+msgstr "Այս ծրագրի մասին"
+
+#: ../gedit/gedit-ui.h:80
+msgid "Save the current file"
+msgstr "Պահել ընթացիկ ֆայլը"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save _As..."
+msgstr "Պահել որպես…"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save the current file with a different name"
+msgstr "Պահել ընթացիկ ֆայլը այլ անունով"
+
+#: ../gedit/gedit-ui.h:84
+msgid "Revert to a saved version of the file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:85
+msgid "Print Previe_w"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:86
+msgid "Print preview"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:87
+msgid "_Print..."
+msgstr "Տպել…"
+
+#: ../gedit/gedit-ui.h:88
+msgid "Print the current page"
+msgstr "Տպել ընթացիկ էջը"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Close the current file"
+msgstr "Փակել ընթացիկ ֆայլը"
+
+#: ../gedit/gedit-ui.h:94
+msgid "Undo the last action"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:96
+msgid "Redo the last undone action"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:98
+msgid "Cut the selection"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:100
+msgid "Copy the selection"
+msgstr "Պատճենել ընտրվածը"
+
+#: ../gedit/gedit-ui.h:102
+msgid "Paste the clipboard"
+msgstr "Փակցնել"
+
+#: ../gedit/gedit-ui.h:104
+msgid "Delete the selected text"
+msgstr "Ջնջել ընտրվածը"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Select _All"
+msgstr "Ընտրել ամբողջը"
+
+#: ../gedit/gedit-ui.h:106
+msgid "Select the entire document"
+msgstr "Ընտրել ամբողջ տեքստը"
+
+#. View menu
+#: ../gedit/gedit-ui.h:109
+msgid "_Highlight Mode"
+msgstr ""
+
+#. Search menu
+#: ../gedit/gedit-ui.h:112
+msgid "_Find..."
+msgstr "Գտնել…"
+
+#: ../gedit/gedit-ui.h:113
+msgid "Search for text"
+msgstr "Փնտրել տեքստ"
+
+#: ../gedit/gedit-ui.h:114
+msgid "Find Ne_xt"
+msgstr "Գտնել հաջորդը"
+
+#: ../gedit/gedit-ui.h:115
+msgid "Search forwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:116
+msgid "Find Pre_vious"
+msgstr "Գտնել նախկինը"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Search backwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:118
+msgid "_Replace..."
+msgstr "Փոխարինել"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Search for and replace text"
+msgstr "Փնտրել և փոխարինել տեքստ"
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Clear Highlight"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:121
+msgid "Clear highlighting of search matches"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:122
+msgid "Go to _Line..."
+msgstr "Անցնել տողին…"
+
+#: ../gedit/gedit-ui.h:123
+msgid "Go to a specific line"
+msgstr "Անցնել նշված տողին"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:126
+msgid "_Save All"
+msgstr "Պահել ամենը"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Save all open files"
+msgstr "Պահել բոլոր բաց ֆայլերը"
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Close All"
+msgstr "Փակել ամենը"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Close all open files"
+msgstr "Փակել բոլոր բաց ֆայլերը"
+
+#: ../gedit/gedit-ui.h:130
+msgid "_Move to New Window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:131
+msgid "Move the current document to a new window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:138
+msgid "Quit the program"
+msgstr "Ելք"
+
+#: ../gedit/gedit-ui.h:143
+msgid "_Toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:144
+msgid "Show or hide the toolbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:146
+msgid "_Statusbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:147
+msgid "Show or hide the statusbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:149
+msgid "Side _Pane"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:150
+msgid "Show or hide the side pane in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:156
+msgid "_Bottom Pane"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:157
+msgid "Show or hide the bottom pane in the current window"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:923
+#, c-format
+msgid "Unable to find file %s."
+msgstr "Հնարավոր չէ գտնել %s ֆայլը"
+
+#: ../gedit/gedit-utils.c:927 ../gedit/gedit-utils.c:956
+msgid "Please check your installation."
+msgstr ""
+
+#: ../gedit/gedit-utils.c:952
+#, c-format
+msgid "Unable to find the required widgets inside file %s."
+msgstr ""
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1336
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1346
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1356
+msgid "_Match Case"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1444
+msgid "String you want to search for"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1453
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: ../gedit/gedit-window.c:681
+#, c-format
+msgid "Use %s highlight mode"
+msgstr ""
+
+#: ../gedit/gedit-window.c:734
+msgid "Normal"
+msgstr "Նորմալ"
+
+#: ../gedit/gedit-window.c:735
+msgid "Use Normal highlight mode"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:861 ../gedit/gedit-window.c:886
+#: ../gedit/recent-files/egg-recent-view-gtk.c:346
+#: ../gedit/recent-files/egg-recent-view-uimanager.c:205
+#, c-format
+msgid "Open '%s'"
+msgstr "Բացել '%s'"
+
+#: ../gedit/gedit-window.c:1009
+msgid "Save"
+msgstr "Պահել"
+
+#: ../gedit/gedit-window.c:1114
+msgid "Open a recently used file"
+msgstr "Բացել վերջերս կիրառվող ֆայլը"
+
+#: ../gedit/gedit-window.c:1121
+msgid "Open"
+msgstr "Բացել"
+
+#: ../gedit/gedit-window.c:1210 ../gedit/gedit-window.c:1809
+#, c-format
+msgid "Activate %s"
+msgstr "Ակտիվացնել %s"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Document Statistics"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Document"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "Selection"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:11
+msgid "Words"
+msgstr "Բառեր"
+
+#: ../plugins/docinfo/docinfo.glade2.h:12
+msgid "_Update"
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:405
+msgid "_Document Statistics"
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:407
+msgid "Get statistic info on current document"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:242
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:298
+msgid "Running tool:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:308
+msgid "Done."
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:310
+msgid "Exited"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:42
+msgid "Nothing"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:43
+msgid "Current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:44
+msgid "Current selection"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:45
+msgid "Current line"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:46
+msgid "Current word"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:49
+msgid "Insert in output panel"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:50
+msgid "Create new document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:51
+msgid "Append to current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:52
+msgid "Replace current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:53
+msgid "Replace current selection"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:54
+msgid "Insert at cursor position"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:57
+msgid "All documents"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:58
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:59
+msgid "Local files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:60
+msgid "Remote files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:61
+msgid "Untitled documents only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:190
+#: ../plugins/externaltools/tools/manager.py:207
+#: ../plugins/externaltools/tools/manager.py:246
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:194
+msgid "A Brand New Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:217
+msgid "New tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:280
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:329
+#: ../plugins/snippets/snippets/SnippetsDialog.py:562
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:331
+#: ../plugins/snippets/snippets/SnippetsDialog.py:564
+msgid "Type a new accelerator"
+msgstr ""
+
+#: ../plugins/externaltools/tools/outputpanel.py:78
+msgid "Stopped."
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:2
+msgid "Co_mmand(s):"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:3
+msgid "Edit tool <i>make</i>:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:4
+msgid "External Tools Manager"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:5
+msgid "F7"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:6
+msgid ""
+"Nothing\n"
+"Current document\n"
+"All documents"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:9
+msgid "Run “make” in the document dir"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:10
+#: ../plugins/snippets/snippets/snippets.glade.h:4
+msgid "_Accelerator:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:11
+msgid "_Applicability:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:12
+msgid "Բացատրություն՝"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:13
+msgid "Մուտք՝"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:14
+msgid "_Output:"
+msgstr "Ելք՝"
+
+#: ../plugins/externaltools/tools/tools.glade.h:15
+msgid "_Save:"
+msgstr "Պահել՝"
+
+#: ../plugins/externaltools/tools/tools.glade.h:16
+msgid "_Tools:"
+msgstr "Գործիքներ՝"
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Opens an interactive python console in the bottom panel."
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+msgid "Python Console"
+msgstr ""
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr ""
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:2
+msgid "<b>Activation</b>"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:3
+msgid "Snippets Manager"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:5
+msgid "_Edit snippet:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:6
+msgid "_Snippets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:7
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:73
+msgid "Manage _Snippets..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:74
+msgid "Manage snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:54
+msgid "Add a new snippet..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:109
+msgid "Global"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:80
+msgid "S_ort..."
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:82
+msgid "Sort the current document or selection"
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+msgid "_More..."
+msgstr ""
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr ""
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+msgid "Amharic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+msgid "Azerbaijani"
+msgstr "Ադրբեջաներեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+msgid "Belarusian"
+msgstr "Բելառուսերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Bulgarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+msgid "Bengali"
+msgstr "Բենգալերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr "Բրետոներեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr "Կատալոներեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr "Չեխերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Welsh"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+msgid "German (Austria)"
+msgstr "Գերմաներեն (Ավստրիա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr "Գերմաներեն (Գերմանիա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr "Գերմաներեն (Շվեյցարիա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr "Անգլերեն (Ամերիկա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr "Անգլերեն (Բրիտանիա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr "Անգլերեն (Կանադա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr "Էսպերանտո"
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr "Իսպաներեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+msgid "Estonian"
+msgstr "Էստոներեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+msgid "Persian"
+msgstr "Պարսկերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+msgid "Finnish"
+msgstr "Ֆիններեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr "Ֆրանսերեն (Ֆրանսիա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr "Ֆրանսերեն (Շվեյցարիա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+msgid "Irish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+msgid "Gallegan"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+msgid "Hindi"
+msgstr "Հինդի"
+
+#: ../plugins/spell/gedit-spell-checker.c:111
+msgid "Croatian"
+msgstr "Խորվատերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Upper Sorbian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+msgid "Hungarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Indonesian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Icelandic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Italian"
+msgstr "Իտալերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+msgid "Kurdish"
+msgstr "Քուրդերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+msgid "Latin"
+msgstr "Լատիներեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Lithuanian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+msgid "Latvian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Malagasy"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+msgid "Maori"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+msgid "Macedonian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Mongolian"
+msgstr "Մոնղոլերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+msgid "Marathi"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Malay"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Maltese"
+msgstr "Մալտերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+msgid "Norwegian Bokmal"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+msgid "Norwegian Nynorsk"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr "Լեհերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr "Պորտուգալերեն (Պորտուգալիա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr "Պորտուգալերեն (Բրազիլիա)"
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Quechua"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr "Ռուսերեն"
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+msgid "Kinyarwanda"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+msgid "Sardinian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Slovak"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Slovenian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Swahili"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+msgid "Tamil"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tagalog"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tswana"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Ukrainian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+msgid "Uzbek"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Walloon"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+msgid "Yiddish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Zulu"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+msgid "Default"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+msgid "Completed spell checking"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:245
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:266
+msgid "Languages"
+msgstr "Լեզուներ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:70
+msgid "_Check Spelling"
+msgstr "Ստուգել ուղագրությունը"
+
+#: ../plugins/spell/gedit-spell-plugin.c:72
+msgid "Check the current document for incorrect spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:78
+msgid "Set _Language..."
+msgstr "Ընտրել լեզուն…"
+
+#: ../plugins/spell/gedit-spell-plugin.c:80
+msgid "Set the language of the current document"
+msgstr "Նշել ընթացիկ փաստաթղթի լեզուն"
+
+#: ../plugins/spell/gedit-spell-plugin.c:89
+msgid "_Autocheck Spelling"
+msgstr "Ավտոմատ ստուգել ուղագրությունը"
+
+#: ../plugins/spell/gedit-spell-plugin.c:91
+msgid "Automatically spell-check the current document"
+msgstr "Ավտոմատ ստուգել ուղագրությունը"
+
+#: ../plugins/spell/gedit-spell-plugin.c:713
+msgid "The document is empty."
+msgstr "Փաստաթուղթը դատարկ է"
+
+#: ../plugins/spell/gedit-spell-plugin.c:745
+msgid "No misspelled words"
+msgstr ""
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "Ընտրել ընթացիկ փաստաթղթի լեզուն"
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "Նշել լեզուն"
+
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Լեզու</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>բառ</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "Ավելացնել բառ"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "Փոխել"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "Փոխել բոլորը"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr "Ստուգել բառը"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "Ստուգել ուղագրությունը"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Լեզու՝"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "Առաջարկություններ"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr "Ուղագրության ստուգւմ"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:480
+msgid "Select the group of tags you want to use"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:496
+msgid "Available Tag Lists"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:499
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:527
+msgid "Tags"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:512
+msgid "Double-click on a tag to insert it in the current document"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "Այլընտրանք"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Author info"
+msgstr "Հեղինակ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Axis related headers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "BGSound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Background color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background texture tile"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Base font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Border"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Border color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Cell rowspan"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Center"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Citation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Class list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Color of selected links"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Comment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Content scheme"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Coordinates"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Definition description"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+msgid "Deleted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Direction"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "Disabled"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Document base"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+msgid "Document body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Document head"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+msgid "Document title"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+msgid "Document type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+msgid "Element ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Font face"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "For label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+msgid "Form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Frameset"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Frameset columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Generic span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Image"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "Inline frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Inserted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Italic text"
+msgstr "Շեղատառ տեքստ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Language code"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Link color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "Local change to font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "Long description link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "No resize"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Object applet file"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+msgid "OnChange event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "Option selector"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "Output media"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "Preformatted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "Push button"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+msgid "Quote"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "Range"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Reverse link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "Script language name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "Selectable option"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "Selected"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "Shape"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "Size"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "Small text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "Sound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "Space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "Spacer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Starting sequence number"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Strike-through text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Strike-through text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Superscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Table"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Table caption"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Text color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+msgid "Underlined text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Unordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Vertical space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Visited link color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:183
+msgid "In_sert Date and Time..."
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:185
+msgid "Insert current date and time at the cursor position"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:628
+msgid "Available formats"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:806
+msgid "Configure insert date/time plugin..."
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr ""
diff --git a/po/id.po b/po/id.po
new file mode 100644
index 0000000..955b455
--- /dev/null
+++ b/po/id.po
@@ -0,0 +1,3683 @@
+# Indonesia translation of gedit.
+# Copyright (C) 2004 THE gedit'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+#
+# Mohammad DAMT <mdamt@bisnisweb.com>
+# Ahmad Riza H Nst <ari@160c.afraid.org>, 20040508.
+# Dirgita <dirgitadevina@yahoo.co.id>, 2010, 2011, 2012, 2014.
+# Ade Malsasa Akbar <rockmania52@gmail.com>, 2011.
+# Andika Triwidada <andika@gmail.com>, 2011-2015.
+# Kukuh Syafaat <kukuhsyafaat@gnome.org>, 2018-2020, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-12-09 21:25+0000\n"
+"PO-Revision-Date: 2022-12-26 10:18+0700\n"
+"Last-Translator: Kukuh Syafaat <kukuhsyafaat@gnome.org>\n"
+"Language-Team: Indonesian <gnome-l10n-id@googlegroups.com>\n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Generator: Poedit 3.2.2\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Penyunting teks"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is a general-purpose text editor. It has been created in 1998, at the "
+"beginnings of GNOME."
+msgstr ""
+"gedit adalah penyunting teks dengan tujuan umum. Ini telah dibuat pada tahun "
+"1998, pada awal GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:14
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Tujuan pertama gedit adalah mudah digunakan, dengan antarmuka yang sederhana "
+"secara bawaan. Lebih banyak fitur canggih tersedia dengan mengaktifkan "
+"pengaya."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Menyunting berkas teks"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Teks;Penyunting;Teks Polos;Tulis;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Jendela Baru"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Dokumen Baru"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Gunakan Fonta Baku"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Apakah menggunakan fonta lebar tetap bawaan sistem untuk menyunting teks "
+"daripada fonta yang ditentukan gedit. Jika pilihan ini dimatikan, maka fonta "
+"yang dinamai dalam pilihan \"Fonta Penyunting\", akan digunakan daripada "
+"fonta system."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Fonta Penyunting"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Sebuah fonta ubahan yang akan dipergunakan untuk daerah penyuntingan. Ini "
+"hanya akan berakibat jika pilihan \"Gunakan Fonta Baku\" dimatikan."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Skema Gaya"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID dari Skema Gaya GtkSourceView yang dipakai untuk mewarnai teks."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Buat Salinan Cadangan"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Apakah gedit harus membuat salinan cadangan bagi berkas-berkas yang "
+"disimpannya."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Menyimpan otomatis"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Apakah gedit harus secara otomatis menyimpan berkas yang telah dimodifikasi "
+"setelah waktu tertentu. Anda dapat menentukan jarak waktu dengan pilihan "
+"\"Interval Penyimpanan Otomatis\"."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Selang Waktu Simpan Otomatis"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Berapa menit yang setelahnya gedit akan secara otomatis menyimpan berkas "
+"yang telah dimodifikasi. Hal ini hanya akan berakibat jika pilihan \"Simpan "
+"Auto\" dinyalakan."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maksimal Aksi \"Tak Jadi\" (Undo)"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Banyaknya aksi maksimal yang tak jadi dilakukan ataupun diterapkan ulang "
+"oleh gedit. Isi dengan \"-1\" untuk tidak terbatas."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Mode baris wraping"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Menyatakan bagaimana melipat baris yang panjang dalam daerah penyuntingan. "
+"Gunakan \"none\" untuk tidak melipat, \"word\" untuk melipat pada batasan "
+"kata, dan \"char\" untuk melipat ada batasan karakter. Catat bahwa nilai ini "
+"membedakan huruf besar kecil, jadi pastikan mereka kelihatan pas seperti "
+"yang disebutkan di sini."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Mode pembagian terakhir bagi mode pelipatan baris"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Menentukan mode pelipatan terakhir kali yang digunakan untuk mode pelipatan "
+"baris, sehingga saat mode pelipatan tidak aktif, aplikasi masih bisa "
+"mengingat mode pelipatan yang dipilih. Gunakan nilai \"word\" untuk "
+"pelipatan pada perbatasan kata, dan \"char\" untuk pelipatan pada perbatasan "
+"masing-masing karakter."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Ukuran Tab"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Tentukan jumlah spasi yang harus ditampilkan dari pada karakter tab."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Masukkan spasi"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Apakah gedit harus memasukkan spasi daripada tab."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Inden otomatis"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Apakah gedit harus mengaktifkan indentasi otomatis."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Tampilkan Nomor Baris"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Apakah gedit harus menampilkan nomor baris di dalam daerah penyuntingan."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Tandai Baris Kini"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Apakah gedit harus menandai baris ini."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Sorot Tanda Kurung yang Berpasangan"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Menentukan gedit untuk menyorot tanda kurung yang berpasangan."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Tampilkan Batas Kanan"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Apakah gedit harus menampilkan batas kanan dalam daerah penyuntingan."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Posis Batas Kanan"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Tentukan posisi dari batas kanan."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Tipe pola latar dokumen"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Apakah pola latar dokumen akan digambar."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Home End Cerdas"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Menyatakan bagaimana kursor berpindah ketika tombol HOME dan END ditekan. "
+"Gunakan \"disabled\" untuk selalu pindah ke awal/akhir baris, \"after\" "
+"untuk pindah ke awal/akhir baris pertama kali tombol ditekan dan ke awal/"
+"akhir teks dengan mengabaikan whitespace saat kedua kali tombol ditekan, "
+"\"before\" untuk pindah ke awal/akhir teks sebelum pindah ke awal/akhir "
+"baris, dan \"always\" untuk selalu pindah ke awal/akhir teks alih-alih awal/"
+"akhir baris."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Kembalikan Posisi Kursor Pada Keadaan Sebelumnya"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Apakah gedit harus mengembalikan posisi kursor ketika sebuah berkas telah "
+"dibaca."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Fungsikan Pewarnaan Sintaksis"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Apakah gedit harus mengaktifkan penandaan syntax."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Fungsikan Penyorotan Pencarian"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Apakah gedit harus menandai baris ini dari teks yang telah dicari."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Pastikan Baris Baru Mengikuti"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Apakah gedit harus memastikan bahwa dokumen selalu diakhiri dengan baris "
+"baru."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Notebook Menampilkan Mode Tab"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Menyatkan kapan menampilkan tab notebook. Gunakan \"never\" untuk tidak "
+"pernah menampilkan tab, \"always\" untuk selalu menampilkan tab, dan \"auto"
+"\" untuk menampilkan tab hanya ketika ada lebih dari satu tab. Catat bahwa "
+"nilai ini case sensitive, jadi pastikan mereka kelihatan pas seperti yang "
+"disebutkan di sini."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Batang status terlihat"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Apakah batang status pada bagian bawah jendela penyuntingan harus terlihat."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Panel sisi Terlihat"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Menentukan panel sisi di kiri jendela sunting untuk terlihat."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Cetak Pewarnaan Sintaksis"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Apakah gedit harus mencetak penandaan sintaks ketika mencetak dokumen."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Kepala Cetak"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Apakah gedit harus memasukkan sebuah kepala dokumen ketika mencetak dokumen."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Pencetakan dengan Model Baris Wraping"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Jelaskan bagaimana melipat baris yang panjang untuk pencetakan. Gunakan "
+"\"none\" untuk tidak melipat, \"word\" untuk melipat pada batasan kata, dan "
+"\"char\" untuk melipat ada batasan karakter. Catat bahwa nilai ini "
+"membedakan besar kecil huruf, jadi pastikan mereka kelihatan pas seperti "
+"yang disebutkan di sini."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Cetak Nomor Baris"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Jika nilainya 0, maka tidak ada nomor baris yang akan dimasukkan ketika "
+"mencetak sebuah dokumen. Selain itu, gedit akan mencetak nomor baris setiap "
+"nomor baris."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Tubuh huruf untuk Pencetakan"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Menentukan fonta yang akan digunakan untuk tubuh dokumen ketika mencetak "
+"dokumen."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Fonta Kepala untuk Pencetakan"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Menentukan fonta yang digunakan untuk kepala halaman ketika mencetak sebuah "
+"dokumen. Hal ini hanya akan berakibat jika pilihan \"Cetak Kepala\" "
+"dihidupkan."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Fonta Nomor Baris untuk Pencetakan"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Menentukan fonta yang digunakan untuk nomor baris ketika mencetak. Hal ini "
+"hanya akan berakibat jika pilihan \"Cetak Nomor Baris\" tidak nol."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Marjin Kiri"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Marjin kiri, dalam milimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Marjin Atas"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Marjin bagian atas, dalam milimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Marjin Kanan"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Marjin bagian kanan, dalam milimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Marjin Bawah"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Marjin pada bagian dasar, dalam milimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kandidat Pengkodean"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Daftar kandidat pengkodean yang ditampilkan dalam menu Pengkodean Karakter "
+"pada pemilih berkas buka/simpan. \"CURRENT\" mewakili pengkodean locale saat "
+"ini. Hanya pengkodean yang dikenal yang dipakai. Nilai baku adalah daftar "
+"kosong, yang dalam hal ini gedit akan memilih nilai baku yang baik "
+"bergantung kepada negara dan bahasa."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Pengaya aktif"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Daftar pengaya aktif."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Tampilkan versi aplikasi"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Tampilkan daftar nilai yang mungkin bagi pilihan encoding"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Pilih pengkodean karakter yang digunakan untuk membuka berkas yang terdapat "
+"pada baris perintah"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Buat jendela utama baru pada gedit yang sedang jalan ini"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Buat dokumen baru pada gedit ini"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Buka berkas dan tahan proses sampai berkas ditutup"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Menjalankan gedit dalam mode tersendiri"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[BERKAS…][+BARIS[:KOLOM]]"
+
+#: gedit/gedit-app.c:227
+msgid "There was an error displaying the help."
+msgstr "Ada galat saat menampilkan bantuan."
+
+#: gedit/gedit-app.c:842
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: salah pengkodean."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Tutup dan Jangan Di_simpan"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:792
+#: gedit/gedit-commands-file.c:1517 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:95
+#: gedit/gedit-io-error-info-bar.c:294 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Batal"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "_Simpan Sebagai…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:791
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:56
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Simpan"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Jika tidak disimpan, perubahan dari %ld detik terakhir akan hilang selamanya."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Jika tidak disimpan, perubahan dari menit terakhir akan hilang selamanya."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Jika tidak disimpan, perubahan dari satu menit %ld detik terakhir akan "
+"hilang selamanya."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Jika tidak disimpan, perubahan dari %ld menit terakhir akan hilang selamanya."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Jika tidak disimpan, perubahan dari jam terakhir akan hilang selamanya."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Jika tidak disimpan, perubahan dari satu jam %d menit terakhir akan hilang "
+"selamanya."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Jika tidak disimpan, perubahan dari %d jam terakhir akan hilang selamanya."
+
+#: gedit/gedit-close-confirmation-dialog.c:399
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Simpan perubahan ke dokumen \"%s\" sebelum menutup?"
+
+#: gedit/gedit-close-confirmation-dialog.c:467
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Ada %d dokumen dengan perubahan yang belum disimpan. Simpan perubahan "
+"sebelum ditutup?"
+
+#: gedit/gedit-close-confirmation-dialog.c:490
+msgid "S_elect the documents you want to save:"
+msgstr "Pilih dokum_en yang ingin Anda simpan:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:506
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+"Jika tidak disimpan, seluruh perubahan yang Anda buat akan hilang selamanya."
+
+#: gedit/gedit-commands-file.c:258
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Memuat berkas \"%s\"…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Memuat %d berkas…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Berkas \"%s\" hanya dapat dibaca saja."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Apakah Anda ingin menimpa dengan ini?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Ganti"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Simpan berkas dengan kompresi?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Simpan sebagai teks biasa?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Berkas \"%s\" sebelumnya disimpan sebagai teks biasa dan kini akan disimpan "
+"dengan kompresi."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Simpan Dengan Kompresi"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Berkas \"%s\" sebelumnya disimpan dengan kompresi dan kini akan disimpan "
+"sebagai teks polos."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Simpan Sebagai Teks Biasa"
+
+#: gedit/gedit-commands-file.c:678 gedit/gedit-commands-file.c:967
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Menyimpan berkas\"'%s\"…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:789
+msgctxt "window title"
+msgid "Save As"
+msgstr "Simpan Sebagai"
+
+#: gedit/gedit-commands-file.c:1378
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Mengembalikan dokumen \"%s\"…"
+
+#: gedit/gedit-commands-file.c:1425
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Kembalikan perubahan yang belum tersimpan ke dokumen \"%s\"?"
+
+#: gedit/gedit-commands-file.c:1434
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Perubahan di dokumen dalam %ld detik terakhir akan hilang secara permanen."
+
+#: gedit/gedit-commands-file.c:1443
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Perubahan di dokumen pada menit terakhir akan hilang."
+
+#: gedit/gedit-commands-file.c:1449
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Perubahan di dokumen dalam menit dan %ld detik terakhir akan hilang secara "
+"permanen."
+
+#: gedit/gedit-commands-file.c:1459
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Perubahan di dokumen dalam %ld menit terakhir akan hilang secara permanen."
+
+#: gedit/gedit-commands-file.c:1474
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Perubahan di dokumen dalam jam terakhir akan hilang secara permanen."
+
+#: gedit/gedit-commands-file.c:1480
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Perubahan di dokumen dalam jam dan %d menit terakhir akan hilang secara "
+"permanen."
+
+#: gedit/gedit-commands-file.c:1495
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Perubahan di dokumen dalam %d jam terakhir akan hilang secara permanen."
+
+#: gedit/gedit-commands-file.c:1518
+msgid "_Revert"
+msgstr "_Kembalikan"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Penulis utama:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Terima kasih banyak juga untuk:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "dan banyak kontributor lainnya."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr ""
+"gedit adalah penyunting teks yang mudah digunakan dan untuk penggunaan umum"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Mohammad DAMT <mdamt@gnome.org>\n"
+"Ahmad Riza H Nst <rizahnst@gnome.org>\n"
+"Ade Malsasa Akbar <rockmania52@gmail.com>, 2011.\n"
+"Andika Triwidada <andika@gmail.com>, 2009-2014, 2019.\n"
+"Dirgita <dirgitadevina@yahoo.co.id>, 2010, 2011, 2014.\n"
+"Kukuh Syafaat <kukuhsyafaat@gnome.org>, 2018-2020, 2022."
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Menemukan dan mengganti %d kejadian"
+
+#: gedit/gedit-commands-search.c:114
+msgid "Found and replaced one occurrence"
+msgstr "Gedit telah menemukan dan mengganti satu kejadian"
+
+#. Translators: %s is replaced by the text entered
+#. * by the user in the search box.
+#.
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "\"%s\" tidak ditemukan"
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grup Tab %i"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1147
+#: gedit/gedit-window.c:1153 gedit/gedit-window.c:1161
+msgid "Read-Only"
+msgstr "Hanya-Baca"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Locale Aktif (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Terdeteksi Secara Otomatis"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Tambah atau Buang…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Locale Kini)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Anda yakin hendak mereset preferensi pengkodean karakter?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Reset"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Tambah"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Singkirkan"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Pindahkan ke prioritas lebih tinggi"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Pindahkan ke prioritas lebih rendah"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Dokumen Tanpa Judul %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Semua Berkas"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Semua Berkas Teks"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Pengkodean _Karater:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Akh_iran Baris:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Buka Berkas"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2718
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Buka"
+
+#: gedit/gedit-io-error-info-bar.c:91 gedit/gedit-io-error-info-bar.c:283
+msgid "_Retry"
+msgstr "_Coba"
+
+#: gedit/gedit-io-error-info-bar.c:115
+msgid "File not found."
+msgstr "Berkas tidak ditemukan."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:134
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "Lokasi \"%s:\" tidak didukung."
+
+#: gedit/gedit-io-error-info-bar.c:143
+msgid "The location of the file cannot be accessed."
+msgstr "Lokasi berkas tak dapat diakses."
+
+#: gedit/gedit-io-error-info-bar.c:147
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "\"%s\" bukan lokasi yang sah."
+
+#: gedit/gedit-io-error-info-bar.c:148
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Silakan periksa apakah lokasi yang Anda ketikkan benar dan coba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:181
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "Nama host \"%s\" tidak diketahui."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "The problem could come from the proxy settings."
+msgstr "Masalahnya bisa berasal dari pengaturan proksi."
+
+#: gedit/gedit-io-error-info-bar.c:216
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "Berkas tidak ditemukan. Mungkin baru-baru ini telah dihapus."
+
+#: gedit/gedit-io-error-info-bar.c:226
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Tak dapat mengembalikan berkas \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:251
+msgid "Ch_aracter Encoding:"
+msgstr "Pengkodean K_arakter:"
+
+#: gedit/gedit-io-error-info-bar.c:289
+msgid "_Edit Anyway"
+msgstr "Sunt_ing Saja"
+
+#: gedit/gedit-io-error-info-bar.c:327
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Cacah taut yang diikuti terbatas dan berkas sesungguhnya tak ditemukan dalam "
+"batas ini."
+
+#: gedit/gedit-io-error-info-bar.c:332
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Anda tidak memiliki izin yang diperlukan untuk membuka berkas."
+
+#: gedit/gedit-io-error-info-bar.c:338
+msgid "Unable to detect the character encoding."
+msgstr "Tak bisa mengenali pengkodean karakter."
+
+#: gedit/gedit-io-error-info-bar.c:339 gedit/gedit-io-error-info-bar.c:362
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Coba periksa apakah Anda tidak sedang membuka suatu berkas biner."
+
+#: gedit/gedit-io-error-info-bar.c:340
+msgid "Select a character encoding from the menu and try again."
+msgstr "Pilih sebuah pengkodean karakter dari menu dan coba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Ada masalah ketika membuka berkas \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:347
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Berkas yang Anda buka memiliki karakter yang tidak sah. Berkas ini bisa saja "
+"cacat jika Anda melanjutkan untuk menyuntingnya."
+
+#: gedit/gedit-io-error-info-bar.c:350
+msgid "You can also choose another character encoding and try again."
+msgstr "Anda juga dapat memilih pengkodean karakter lain dan coba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:359
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Tak dapat membuka berkas \"%s\" menggunakan pengkodean karakter \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:363 gedit/gedit-io-error-info-bar.c:418
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Pilih pengkodean karakter lain dari menu dan coba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:375
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Berkas \"%s\" tidak dapat dibuka."
+
+#: gedit/gedit-io-error-info-bar.c:413
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Tak dapat menyimpan berkas \"%s\" menggunakan pengkodean karakter \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:416
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokumen ini mengandung satu atau lebih karakter yang tidak dapat diuraikan "
+"memakai pengkodean karakter yang telah ditentukan."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:470
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Tak dapat menangani lokasi \"%s:\" dalam mode menulis. Tolong periksa apakah "
+"Anda telah mengetik lokasinya dengan benar, kemudian silakan coba kembali."
+
+#: gedit/gedit-io-error-info-bar.c:477
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Tak dapat menangani lokasi ini dalam mode menulis. Tolong periksa apakah "
+"Anda telah mengetik lokasinya dengan benar, kemudian silakan coba kembali."
+
+#: gedit/gedit-io-error-info-bar.c:486
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" bukanlah lokasi yang valid. Silakan periksa apakah Anda mengetikkan "
+"lokasi dengan benar dan coba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:493
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Anda tidak memiliki hak yang diperlukan untuk menyimpan berkas. Silakan "
+"periksa apakah Anda telah mengetikkan lokasi dengan benar dan coba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:499
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Tak cukup ruang untuk menyimpan berkas. Silakan kosongkan sebagian ruang dan "
+"coba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:504
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Anda mencoba untuk menyimpan berkas pada cakram yang hanya dapat dibaca. "
+"Silakan periksa apakah lokasi yang Anda ketikkan benar dan coba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:510
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"Sebuah berkas dengan nama yang sama sudah ada. Coba gunakan nama yang lain."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Diska yang dipakai untuk menyimpan memiliki batas untuk panjang nama berkas. "
+"Cobalah nama lain yang lebih pendek."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Tak bisa menyimpan berkas \"%s\"."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Klik tombol ini untuk memilih fonta yang akan digunakan oleh penyunting"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "G_unakan fonta lebar tetap sistem (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Skema warna yang dipilih tak dapat dipasang: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Skema warna yang dipilih tak dapat dipasang."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Tambah Skema Warna"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "T_ambah Skema"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Berkas Skema Warna"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Tak dapat menghapus skema warna \"%s\"."
+
+#: gedit/gedit-print-job.c:223
+msgid "Preparing…"
+msgstr "Mempersiapkan…"
+
+#: gedit/gedit-print-job.c:535
+#, c-format
+msgid "File: %s"
+msgstr "Berkas: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:544
+msgid "Page %N of %Q"
+msgstr "Halaman %N dari %Q"
+
+#: gedit/gedit-print-job.c:622
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Merender halaman %d dari %d…"
+
+#: gedit/gedit-print-job.c:726
+msgid "Text Editor"
+msgstr "Penyunting Teks"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Halaman %d dari %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Tiada"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Cari dan Ganti"
+
+#: gedit/gedit-statusbar.c:260
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Ada %d tab dengan galat"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Mengembalikan %s dari %s"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "Mengembalikan %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Memuat %s dari %s"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "Memuat %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:910
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Menyimpan %s ke %s"
+
+#: gedit/gedit-tab.c:915
+#, c-format
+msgid "Saving %s"
+msgstr "Menyimpan %s"
+
+#: gedit/gedit-tab.c:1480
+#, c-format
+msgid "Error opening file %s"
+msgstr "Gagal saat membuka berkas %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Gagal saat mengulang berkas %s"
+
+#: gedit/gedit-tab.c:1488
+#, c-format
+msgid "Error saving file %s"
+msgstr "Gagal saat menyimpan berkas %s"
+
+#: gedit/gedit-tab.c:1519
+msgid "Name:"
+msgstr "Nama:"
+
+#: gedit/gedit-tab.c:1520
+msgid "MIME Type:"
+msgstr "Jenis MIME:"
+
+#: gedit/gedit-tab.c:1521
+msgid "Encoding:"
+msgstr "Enkoding:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ pada %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Klasik"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d dari %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Penggalan"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Cocokkan sebagai Ekspresi _Reguler"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Cocok S_eluruh Kata"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Cocok Huruf Besar/Kecil"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Kata untuk dicari"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Pindahkan kursor ke baris"
+
+#: gedit/gedit-window.c:985
+msgid "Bracket match is out of range"
+msgstr "Pencocokan tanda kurung di luar jangkauan"
+
+#: gedit/gedit-window.c:990
+msgid "Bracket match not found"
+msgstr "Pasangan tanda kurung tidak ketemua"
+
+#: gedit/gedit-window.c:995
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Kurung kurawal yang cocok ditemukan pada baris: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1030
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Brs %d, Kol %d"
+
+#: gedit/gedit-window.c:1213
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Lebar Tab: %u"
+
+#: gedit/gedit-window.c:1231 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Teks Biasa"
+
+#: gedit/gedit-window.c:1558
+msgid "There are unsaved documents"
+msgstr "Ada dokumen yang belum disimpan"
+
+#: gedit/gedit-window.c:2395
+msgid "Change side panel page"
+msgstr "Ubah halaman panel sisi"
+
+#: gedit/gedit-window.c:2415 gedit/resources/ui/gedit-window.ui:16
+msgid "Documents"
+msgstr "Dokumen"
+
+#: gedit/gedit-window.c:2719
+msgid "Open a file"
+msgstr "Membuka berkas"
+
+#: gedit/gedit-window.c:2723
+msgid "Open a recently used file"
+msgstr "Buka berkas yang baru-baru ini dipakai"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Pindah Ke K_iri"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Pindah Ke K_anan"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Pindah Ke _Jendela Baru"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Pindah ke _Grup Tab Baru"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Tutup"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Indentasi Otomatis"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Gunakan Spasi"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Tampilkan nomor baris"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Tampilkan batas kanan"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Tandai baris kini"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Pelipatan teks"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Berkas"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Baru"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Buka Te_rkini"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Buka Ulang _Tab Yang Ditutup"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Simpan Seb_agai…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Je_ndela Baru"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Muat Ulang"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Cetak…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Keluar"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Sunting"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Tidak Jadi"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "Jadi _Lagi"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "P_otong"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Salin"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "Tem_pel"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:891
+#: plugins/filebrowser/gedit-file-browser-plugin.c:926
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Hapus"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Modus Timpa"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Pilih Semu_a"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Preferensi"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Tilikan"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "_Panel Sisi"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "Panel _Bawah"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "Layar _Penuh"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "Moda _Penandaan…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Cari"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Cari…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Cari _Selanjutnya"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Cari Sebe_lumnya"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Ca_ri dan Ganti…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "_Bersihkan Penyorotan"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "_Menuju Baris…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Perkakas"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumen"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Simpan Semu_a"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Tutup Semua"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Grup Tab _Baru"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "G_rup Tab Sebelumnya"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Grup Tab Sela_njutnya"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Dokumen Se_belumnya"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Dokumen S_elanjutnya"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Pindah Ke _Jendela Baru"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "Ba_ntuan"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "Tent_ang gedit"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Simpan Semu_a"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "_Cari dan Ganti…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_Menuju Baris…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "Pintasan Papan Ti_k"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Pengkodean Karakter"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "_Batalkan Perubahan"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "_Simpan Pengaturan"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "Enkoding Lain _yang Tersedia"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Favorit"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "Ka_tegori"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Enkoding"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferensi"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Tampilkan _nomor baris"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Tampilkan _margin kanan pada kolom:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Tampilkan bilah _status"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Tampilkan pola _kisi"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Pelipatan Teks"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Fungsikan pelipatan teks (_wrapping)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Jangan pi_sahkan kata menjadi dua baris"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Sorotan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Ta_ndai baris kini"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Sorot tanda kurung _berpasangan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Tilik"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Posisi Tab"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Lebar _tab:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Gunakan _spasi, jangan tab"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Fungsikan ind_entasi otomatis"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Penyimpanan Berkas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "_Buat cadangan salinan berkas sebelum menyimpan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Simpan otom_atis berkas setiap"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_menit"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Penyunting"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Fonta"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Fonta penyunting: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Pilih fonta penyunting"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Skema Warna"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Memasang skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Pasang Skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Mencabut skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Cabut Skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Fonta & Warna"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Pengaya"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Penandaan Sintaksis"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Ceta_k penandaan sintaks"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Nomor Baris"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Cetak no_mor baris"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Nomor setiap"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "baris"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Tajuk halaman"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Cetak _header halaman"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fonta"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Badan tulisan:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "No_mor baris:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Kep_ala dan kaki:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Kembalikan Hu_ruf Standar"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Tampilkan halaman sebelumnya"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Tampilkan halaman selanjutnya"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Halaman ini (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "dari"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Total halaman"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Jumlah halaman pada dokumen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Tampilkan berbagai halaman"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Sesuaikan 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Sesuaikan pas ke seluruh halaman"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Perbesar halaman"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Perkecil halaman"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Tutup pratilik cetak"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Tutup Pratilik"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Pratilik Halaman"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Pratilik halaman pada dokumen yang akan dicetak"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "G_anti Semua"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Cari"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Car_i "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Ganti _dengan "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Cocokkan huruf besar/kecil"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Cocokkan kes_eluruhan kata"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Ekspresi re_guler"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Cari _mundur"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Putar balik"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Buat dokumen baru pada sebuah tab"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Buka dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Simpan dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Simpan dokumen dengan nama baru"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Simpan semua dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Tutup dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Tutup semua dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Buka lagi dokumen yang paling akhir ditutup"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Tukar ke dokumen selanjutnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Tukar ke dokumen sebelumnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Tukar ke dokumen pertama - ke sembilan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Jendela dan Panel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Buat dokumen baru dalam sebuah jendela"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Buat grup tab baru"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Tampilkan panel sisi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Tampilkan panel bawah"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Layar penuh / normal"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Keluar aplikasi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Cari dan Ganti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Cari"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Cari kecocokan selanjutnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Cari kecocokan sebelumnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Bersihkan penyorotan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Tak Jadi dan Jadi Lagi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Tak Jadi jalankan perintah sebelumnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Jadi Lagi jalankan perintah sebelumnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Pilihan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Pilih semua teks"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Batalkan pilihan semua teks"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Salin dan Tempel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Salin teks yang dipilih ke papan klip"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Potong teks yang dipilih ke papan klip"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Tempel teks dari papan klip"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigasi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Ke baris"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Pindah ke awal baris kini"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Pindah ke akhir baris kini"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Pindah ke awal dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Pindah ke akhir dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Naikkan viewport di dalam berkas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Turunkan viewport di dalam berkas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Pindahkan viewport ke akhir berkas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Pindahkan viewport ke awal berkas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Ke tanda kurung pasangan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Pergi ke grup tab sebelumnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Pergi ke grup tab selanjutnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Penyuntingan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Jungkitkan sisip / timpa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Jungkitkan kenampakan kursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Hapus baris saat ini"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Naikkan baris saat ini"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Turunkan baris saat ini"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Pindahkan kata saat ini ke kiri"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Pindahkan kata saat ini ke kanan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Jadikan huruf besar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Jadikan huruf kecil"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Balikkan besar kecil huruf"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Naikkan angka di kursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Turunkan angka di kursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Perkakas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Periksa ejaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Cetak dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Tampilkan jendela pelengkapan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Umum"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Tampilkan bantuan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Buka menu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Pintasan papan tik"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Tutup Dokumen"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:39
+#: gedit/resources/ui/gedit-window.ui:324
+#: gedit/resources/ui/gedit-window.ui:330
+msgid "Create a new document"
+msgstr "Membuat dokumen baru"
+
+#: gedit/resources/ui/gedit-window.ui:38 gedit/resources/ui/gedit-window.ui:329
+msgid "New"
+msgstr "Baru"
+
+#: gedit/resources/ui/gedit-window.ui:59 gedit/resources/ui/gedit-window.ui:64
+#: gedit/resources/ui/gedit-window.ui:365
+#: gedit/resources/ui/gedit-window.ui:370
+msgid "Save the current file"
+msgstr "Menyimpan berkas yang sedang aktif"
+
+#: gedit/resources/ui/gedit-window.ui:63 gedit/resources/ui/gedit-window.ui:363
+#: gedit/resources/ui/gedit-window.ui:369
+msgid "Save"
+msgstr "Simpan"
+
+#: gedit/resources/ui/gedit-window.ui:206
+msgid "Hide panel"
+msgstr "Sembunyikan panel"
+
+#: gedit/resources/ui/gedit-window.ui:338
+#: gedit/resources/ui/gedit-window.ui:343
+#: gedit/resources/ui/gedit-window.ui:344
+msgid "Leave Fullscreen"
+msgstr "Tinggalkan Layar Penuh"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistik Dokumen"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Laporkan banyaknya kata, baris, dan karakter di dalam suatu dokumen."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Statistik _Dokumen"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokumen"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Pilihan"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Baris"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Kata"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Karakter (dengan spasi)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Karakter (tanpa spasi)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Byte"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Bangun"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Jalankan \"make\" dalam direktori dokumen"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Buka terminal di sini"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Buka terminal pada lokasi dokumen"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Buang spasi di ekor baris"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Buang spasi di ekor baris yang tak berguna dalam berkas Anda"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Jalankan perintah"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Jalankan perintah gubahan dan letakkan keluarannya pada dokumen baru"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Kirim ke fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Tempelkan teks yang dipilih atau dokumen saat ini ke fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Alat Luar"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Jalankan perintah luar dan skrip shell."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Menentukan memakai fonta sistem"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Jika bernilai \"true\", maka perkakas luar akan memakai fonta yang "
+"diterapkan oleh desktop secara global jika berjenis monospace (dan fonta "
+"lainnya yang sejenis)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Nama fonta Pango. Sebagai contoh \"Sans 12\" atau \"Monospace Bold 14\"."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Kelola Perkakas Luar…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Ala_t Luar"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Tak dapat menjalankan perintah: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Anda harus berada di dalam suatu kata untuk menjalankan perintah ini"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Alat yang lagi bekerja:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Selesai."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Keluar"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Semua bahasa"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Semua Bahasa"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Alat baru"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Akselerator ini sudah lengket ke %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Tuliskan akselerator baru, atau tekan Backspace untuk membersihkan"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Tuliskan akselerator baru"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Dihentikan."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Hentikan Perkakas"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Selalu tersedia"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Semua dokumen"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Seluruh dokumen terkecuali yang belum ada judul"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Berkas lokal saja"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Berkas remote saja"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Dokumen yang belum disimpan saja"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Dokumen saat ini"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Pilihan saat ini"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Pilihan kini (baku ke dokumen)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Baris Sekarang"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Kata saat ini"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Tampilkan pada panel di dasar"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Buat dokumen baru"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Tambahkan ke dokumen saat ini"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Timpa dokumen saat ini"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Ganti bagian terpilih"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Sisipkan pada bagian kursor"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Kelola Perkakas Luar"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Tambah perkakas baru"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Tambah Perkakas"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Hapus perkakas yang dipilih"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Hapus Perkakas"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Kembalikan perkakas"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Kembalikan Perkakas"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Tombol pinta_s:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Simpan:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Masukan:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Keluaran:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "Keberl_akuan:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Keluaran Alat"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panel Peramban Berkas"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Akses berkas mudah dari panel sisi."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Rumah"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Sistem Berkas"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:501
+msgid "File Browser"
+msgstr "Penjelajah Berkas"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:631
+msgid "An error occurred while creating a new directory"
+msgstr "Terjadi galat ketika membuat direktori baru"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:634
+msgid "An error occurred while creating a new file"
+msgstr "Terjadi galat ketika membuat berkas baru"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:637
+msgid "An error occurred while renaming a file or directory"
+msgstr "Terjadi galat ketika mengubah nama berkas atau direktori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:640
+msgid "An error occurred while deleting a file or directory"
+msgstr "Terjadi galat ketika menghapus berkas atau direktori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:643
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Terjadi galat ketika membuka direktori pada manajer berkas"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:646
+msgid "An error occurred while setting a root directory"
+msgstr "Terjadi galat ketika menentukan akar direktori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:649
+msgid "An error occurred while loading a directory"
+msgstr "Terjadi galat ketika memuat direktori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:652
+msgid "An error occurred"
+msgstr "Terjadi kesalahan"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:874
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Tak dapat memindahkan berkas\n"
+"ke tempat sampah, hapus permanen?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:879
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Berkas \"%s\" tidak dapat dipindahkan ke tempat sampah."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:884
+msgid "The selected files cannot be moved to the trash."
+msgstr "Berkas yang dipilih tidak dapat dipindahkan ke tempat sampah."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Yakin akan menghapus permanen \"%s\"?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Anda yakin ingin menghapus berkas yang dipilih secara permanen?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:920
+msgid "If you delete an item, it is permanently lost."
+msgstr "Jika Anda menghapus objek, ia akan hilang selamanya."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Kosong)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Berkas yang dinamai ulang sedang tersaring. Anda perlu menyesuaikan saringan "
+"Anda supaya berkasnya nampak"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Berkas Tanpa Nama"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Berkas baru sedang disaring. Anda perlu menentukan setingan saringan Anda "
+"supaya berkasnya kelihatan"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Folder Tanpa Nama"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Direktori baru kini sedang tersaring. Anda perlu mengubah tatanan saringan "
+"agar direktori nampak"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Tanda buku"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Tak ada objek kait bagi volume yang dikaitkan: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Tak dapat membuka media: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Tak dapat mengaitkan volume: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Terjadi galat ketika memuat '%s': Direktori itu tak ada"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Buka Dengan Tampilan Pohon"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Buka tampilan pohon ketika pengaya penjelajah berkas terbaca dari tampilan "
+"penanda"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Akar Direktori Penjelajah Berkas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Akar direktori penjelajah berkas yang dipergunakan ketika membaca pengaya "
+"penjelajah berkas dan onload/tree_view adalah BENAR."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Akar Virtual Direktori Penjelajah Berkas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Akar virtual direktori penjelajah berkas untuk dipergunakan ketika membaca "
+"pengaya penjelajah berkas ketika onload/tree_view adalah BENAR. Akar virtual "
+"harus selalu di bawah akar sebenarnya."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Fungsikan Pemulihan Lokasi Jauh"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Tentukan apakah mengaktifkan pengembalian dari lokasi jauh."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Tata Lokasi Ke Dokumen Pertama"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Jika berisi TRUE pengaya penjelajah berkas akan menampilkan direktori dari "
+"dokumen yang pertama kali dibuka yang belum dipergunakan oleh penjelajah "
+"berkas. (Hal ini secara umum diterapkan pada pembukaan dokumen dari baris "
+"perintah atau membukanya dari Nautilus dll)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Mode Saringan Penjelah Berkas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Nilai ini menentukan berkas apa yang disaring peramban berkas. Nilai yang "
+"valid adalah: none (tanpa saringan), hide-hidden (saring berkas "
+"tersembunyi), dan hide-binary (saring berkas biner)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Bentuk Saringan Penjelajah Berkas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Pola saringan untuk menyaring penjelajah berkas. Saringan ini bekerja di "
+"atas filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Pola Biner Peramban Berkas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Pola pelengkap untuk dipakai ketika menyaring berkas biner."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Tata Root ke Dokumen Aktif"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Folder _Baru"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Berkas B_aru"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Ubah Nama…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Buang ke Tempat Sa_mpah"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Se_garkan Tampilan"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Tilik Folder"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Buka dalam Terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Penyaring"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Tampilkan _Sembunyi"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Tampilkan _Binary"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Cocok Nama Berkas"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Riwayat"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Buka menu riwayat"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Baris mode"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Dukungan baris mode gaya Emacs, Kate, dan Vim untuk gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Warna Teks Perintah"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Warna teks perintah"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Warna Teks Galat"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Warna teks galat"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Jika bernilai \"true\", maka terminal akan memakai fonta yang diterapkan "
+"oleh desktop secara global jika berjenis monospace (dan fonta lainnya yang "
+"sejenis)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Warn_a perintah:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "War_na galat:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Konsol Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Konsol interaktif Python ada di panel bagian bawah."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Sorotan Cepat"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Soroti setiap kemunculan teks yang dipilih."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Buka Cepat…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Buka Cepat"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Buka berkas dengan cepat."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Ketik untuk mencari…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Kelola Snippet…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Snippet"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Arsip \"%s\" tidak dapat dibuat"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Direktori tujuan \"%s\" tak ada"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Direktori tujuan \"%s\" bukan direktori yang valid"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Berkas \"%s\" tidak ada"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Berkas \"%s\" bukan berkas snippet yang valid"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Berkas terimpor \"%s\" bukan berkas snippet yang valid"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Arsip \"%s\" tidak dapat diekstrak"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Berkas berikut tidak dapat diimpor: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Berkas \"%s\" bukan arsip snippet yang valid"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arsip snippet"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Tambahkan snippet baru…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Kembalikan snippet yang dipilih"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Hapus snippet terpilih"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Ini bukan pemicu tab yang valid. Pemicu bisa berisi huruf alfanumerik (atau "
+"_, : dan .) atau karakter tunggal bukan alfanumerik, seperti {, [, dll."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Kata tunggal yang mengaktifkan snippet setelah menekan Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Galat berikut terjadi saat mengimpor: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Impor sukses diselesaikan"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Impor snippet"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Semua arsip yang didukung"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Arsip dimampatkan gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Arsip dimampatkan bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Berkas snippet tunggal"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Semua berkas"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Galat berikut terjadi ketika mengekspor: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Ekspor sukses diselesaikan"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Anda ingin menyertakan snippet <b>sistem</b> yang dipilih pada ekspor Anda?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Tak ada snippet yang dipilih untuk diekspor"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Ekspor snippet"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Ketikkan kunci pintas baru, atau tekan Backspace untuk membersihkan"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Ketikkan kunci pintas baru"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Eksekusi perintah Python (%s) melampaui waktu maksimum, eksekusi digugurkan."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Eksekusi perintah Python (%s) gagal: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Sisipkan penggalan teks yang sering dipakai secara cepat."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Kelola Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Buat snippet baru"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Tambahkan Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Hapus Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Impor Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Ekspor snippet terpilih"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Ekspor Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivasi"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Pemicu _tab:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Kunc_i pintas:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Kunci pintas untuk mengaktifkan snippet"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Tujuan penjatuhan:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Urutkan…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Pengurutan"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Balik u_rutan"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Buang baris yang sam_a"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "Peka huruf bes_ar kecil"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Mulai pada kolo_m:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Urutkan"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Mengurutkan isi dokumen atau teks yang terpilih."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "P_eriksa Ejaan…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Pi_lih Bahasa…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Sorot Kata-kata Salah Eja"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Sorot Kata-kata Salah Eja"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Pengaturan bawaan untuk sorot kata-kata salah eja."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Atur pengaya pengejaan"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Bawaan untuk dokumen baru"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Pemeriksa Ejaan"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Periksa ejaan dokumen yang aktif."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Sisipka_n Tanggal dan Jam…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Bentuk tersedia"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Jenis Prompt"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Bila pengguna mesti disapa untuk suatu format atau bila format yang dipilih "
+"atau gubahan mesti dipakai."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Format yang Dipilih"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Format yang dipakai ketika menyisipkan tanggal/waktu."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Format Gubahan"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Format ubahan yang dipakai ketika menyisipkan tanggal/waktu."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Masukkan Tanggal dan Jam"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Gunakan bentuk yang _sudah dipilih"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "G_unakan format ini"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "S_isip"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Atur pengaya tanggal/jam"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Ketika menyisipkan tanggal/jam…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Masukkan format sendiri"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Masukkan Tanggal/Jam"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Masukkan tanggal dan jam pada posisi kursor."
+
+#~ msgid "gedit is a general-purpose text editor."
+#~ msgstr "gedit adalah penyunting teks untuk penggunaan umum."
+
+#~ msgid "The file “%s” has been externally modified."
+#~ msgstr "Berkas \"%s\" telah diubah secara eksternal."
+
+#~ msgid ""
+#~ "If you save it, all the external changes could be lost. Save it anyway?"
+#~ msgstr ""
+#~ "Jika Anda menyimpannya, seluruh perubahan di luar akan hilang. Simpan "
+#~ "saja?"
+
+#~ msgid "S_ave Anyway"
+#~ msgstr "_Simpan Saja"
+
+#~ msgid "D_on’t Save"
+#~ msgstr "_Jangan Simpan"
+
+#~ msgid "OVR"
+#~ msgstr "TPA"
+
+#~ msgid "INS"
+#~ msgstr "SSP"
+
+#~ msgid "Could not find the file “%s”."
+#~ msgstr "Tak bisa temukan berkas \"%s\"."
+
+#~ msgid "Unable to handle “%s:” locations."
+#~ msgstr "Tak bisa menangani lokasi \"%s:\"."
+
+#~ msgid "Unable to handle this location."
+#~ msgstr "Tak bisa menangani lokasi ini."
+
+#~ msgid "“%s” is a directory."
+#~ msgstr "\"%s\" adalah direktori."
+
+#~ msgid ""
+#~ "Host “%s” could not be found. Please check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Host \"%s\" tidak dapat ditemukan. Silakan periksa apakah tatanan proksi "
+#~ "Anda sudah benar dan coba lagi."
+
+#~ msgid ""
+#~ "Hostname was invalid. Please check that you typed the location correctly "
+#~ "and try again."
+#~ msgstr ""
+#~ "Nama host tidak valid. Silakan periksa lokasi yg Anda tik dan coba lagi."
+
+#~ msgid "“%s” is not a regular file."
+#~ msgstr "\"%s\" bukan berkas reguler."
+
+#~ msgid "Connection timed out. Please try again."
+#~ msgstr "Koneksi melewati waktu tunggu. Silakan coba lagi."
+
+#~ msgid "Unexpected error: %s"
+#~ msgstr "Kesalahan yang tidak diduga: %s"
+
+#~ msgid ""
+#~ "The disk where you are trying to save the file has a limitation on file "
+#~ "sizes. Please try saving a smaller file or saving it to a disk that does "
+#~ "not have this limitation."
+#~ msgstr ""
+#~ "Diska yang dipakai untuk menyimpan memiliki batas untuk ukuran berkas. "
+#~ "Cobalah menyimpan dengan ukuran yang lebih kecil atau simpan pada diska "
+#~ "yang tidak memiliki batasan."
+
+#~ msgid "_Apply"
+#~ msgstr "Ter_apkan"
+
+#~ msgid "Cho_sen Encodings"
+#~ msgstr "Pengkodean Yang Di_pilih"
+
+#~ msgid "_Description"
+#~ msgstr "_Deskripsi"
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit adalah penyunting teks dari lingkungan destop GNOME."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "gedit adalah penyunting teks kecil dan ringan untuk destop GNOME"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Moda Penyorotan"
+
+#~ msgid "_Select"
+#~ msgstr "_Pilih"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Mode penandaan pencarian…"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Pengkodean Karakter:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Akhiran Baris:"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit adalah penyunting teks lingkungan desktop GNOME yang resmi. "
+#~ "Walaupun mengejar kesederhanaan dan kemudahan pemakaian, gedit adalah "
+#~ "penyunting teks tujuan umum yang hebat."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Apakah Anda sedang menulis buku terlaris berikutnya, memrogram suatu "
+#~ "aplikasi inovatif, atau sekedar hanya menulis cepat catatan, gedit adalah "
+#~ "alat yang dapat diandalkan untuk menyelesaikan tugas Anda."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Sistem pengayanya yang luwes memungkinkan Anda menata aplikasi ke "
+#~ "keperluan Anda dan menyesuaikannya ke alur kerja Anda."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Daftar pengaya yang aktif. Berisi \"Lokasi\" dari pengaya yang aktif "
+#~ "tersebut. Lihat berkas .gedit-plugin untuk mendapatkan \"Lokasi\" dari "
+#~ "pengaya yang diberikan."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Perubahan pada dokumen \"%s\" akan hilang selamanya."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Penyimpanan telah dimatikan oleh administrator sistem."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Perubahan di %d dokumen akan hilang."
+#~ msgstr[1] "Perubahan di %d dokumen akan hilang."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Dokum_en belum disimpan:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Buka"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Lokasi \"%s\" kini sedang tak bisa dicapai."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Sistem Anda sedang luring. Periksa jaringan Anda."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Jangan Sunting"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Berkas \"%s\" sudah dibuka pada jendela lain."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Apakah Anda ingin tetap menyuntingnya?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Tak dapat membuat berkas backup ketika menyimpan \"%s\""
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "Tak dapat membuat berkas backup sementara ketika menyimpan \"%s\""
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Tak dapat membuat salinan yang lama sebelum menyimpan yang baru. Anda "
+#~ "dapat saja mengabaikan peringatan ini dan menyimpan berkasnya, tapi kalau "
+#~ "terjadi kesalahan ketika menyimpan, Anda akan kehilangan salinan yang "
+#~ "lama. Simpan saja?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Berkas \"%s\" berubah pada cakram."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Buang Pe_rubahan dan Muat Ulang"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Sejumlah karakter tidak sah terdeteksi saat menyimpan \"%s\""
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr "Berkas ini bisa saja cacat jika Anda menyimpannya. Tetap simpan?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Direktori \"%s\" tidak dapat dibuat: g_mkdir_with_parents() gagal: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "Tam_bah Skema"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Gabung baris-baris yang dipilih"
+
+#~ msgid "Check update"
+#~ msgstr "Periksa pembaruan"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Periksa versi terakhir gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Ada galat saat menampilkan URI."
+
+#~ msgid "_Download"
+#~ msgstr "Un_duh"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "Aba_ikan Versi"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Ada gedit versi baru"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Anda dapat mengunduh versi baru gedit dengan mengklik tombol unduh atau "
+#~ "mengabaikan versi tersebut dan menunggu yang baru"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Versi untuk Diabaikan"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Versi yang diabaikan sampai versi berikutnya dirilis."
diff --git a/po/ie.po b/po/ie.po
new file mode 100644
index 0000000..5bfd480
--- /dev/null
+++ b/po/ie.po
@@ -0,0 +1,3852 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 3.20\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2018-06-14 13:46+0700\n"
+"PO-Revision-Date: 2022-12-10 01:04+0700\n"
+"Last-Translator: OIS <mistresssilvara@hotmail.com>\n"
+"Language-Team: IE\n"
+"Language: ie\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-DamnedLies-Scope: partial\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 1.8.12\n"
+
+# Utilisation de l'infinitif sur les infobulles du Bureau
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "Redacte files textual"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:4
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Redactor de textus"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "Redactor de textus gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+#, fuzzy
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "Un micri e levi redactor de textus"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "New Window"
+msgstr "Nov fenestre"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "New Document"
+msgstr "Nov document"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+#, fuzzy
+msgid "Use Default Font"
+msgstr "Usar li fonde predefinit"
+
+#: ../data/org.gnome.gedit.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 gedit. 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.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "Fonde del redactor"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "Schema de stil"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+#, fuzzy
+msgid "Create Backup Copies"
+msgstr "Crear copies de reserve"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "Autosalvar"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+#, fuzzy
+msgid "Autosave Interval"
+msgstr "Intervalle de autogardation"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+#, fuzzy
+msgid "Maximum Number of Undo Actions"
+msgstr "Li maximum númere de defabil actiones"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+#, fuzzy
+msgid "Line Wrapping Mode"
+msgstr "Mode de rupter lineas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "Tabulator"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+#, fuzzy
+msgid "Insert spaces"
+msgstr "Inserter spacies"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+#, fuzzy
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "_Tabs a spacies"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+#, fuzzy
+msgid "Automatic indent"
+msgstr "Automatic márgine"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+#, fuzzy
+msgid "Whether gedit should enable automatic indentation."
+msgstr "_Automatic"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+#, fuzzy
+msgid "Display Line Numbers"
+msgstr "Monstrar numerós de lineas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+#, fuzzy
+msgid "Highlight Current Line"
+msgstr "Marcar li actual linea"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+#, fuzzy
+msgid "Whether gedit should highlight the current line."
+msgstr "Linea actual"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+#, fuzzy
+msgid "Highlight Matching Brackets"
+msgstr "Marcar correspondent crampones"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+#, fuzzy
+msgid "Display Right Margin"
+msgstr "Monstrar li dextri márgine"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+#, fuzzy
+msgid "Right Margin Position"
+msgstr "Position del dextri márgine"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+#, fuzzy
+msgid "Specifies the position of the right margin."
+msgstr "Position del dextri márgine."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+#, fuzzy
+msgid "Display Overview Map"
+msgstr "Monstrar carte de navigation"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Whether gedit should display the overview map for the document."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+#, fuzzy
+msgid "Document background pattern type"
+msgstr "Tip de document"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Whether the document will get a background pattern painted."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+#, fuzzy
+msgid "Smart Home End"
+msgstr "Habil Home/End"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+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.gnome.gedit.gschema.xml.in.h:42
+#, fuzzy
+msgid "Restore Previous Cursor Position"
+msgstr "Restituer li precedent position del cursore"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+#, fuzzy
+msgid "Enable Syntax Highlighting"
+msgstr "Permisser coloration de sintaxe"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+#, fuzzy
+msgid "Enable Search Highlighting"
+msgstr "Permisser coloration de sercha"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+#, fuzzy
+msgid "Ensure Trailing Newline"
+msgstr "Nov linea"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Toolbar is Visible"
+msgstr "Panel de instrumentarium es visibil"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+#, fuzzy
+msgid "Notebook Show Tabs Mode"
+msgstr "<b>Cartes de caderne</b>"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Status Bar is Visible"
+msgstr "Panel del statu es visibil"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+#, fuzzy
+msgid "Side panel is Visible"
+msgstr "Panel lateral es visibil"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+#, fuzzy
+msgid "Maximum Recent Files"
+msgstr "Max númere de recent files"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the “Recent Files” submenu."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+#, fuzzy
+msgid "Print Syntax Highlighting"
+msgstr "Printar li coloration de sintaxe"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+#, fuzzy
+msgid "Print Header"
+msgstr "Printar ye"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+#, fuzzy
+msgid "Printing Line Wrapping Mode"
+msgstr "Mode de rupter lineas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+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.gnome.gedit.gschema.xml.in.h:66
+msgid "Print Line Numbers"
+msgstr "Printar numerós de lineas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+#, fuzzy
+msgid "Body Font for Printing"
+msgstr "Fonde por printation de rubricas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+#, fuzzy
+msgid "Header Font for Printing"
+msgstr "Fonde por printation de rubricas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:73
+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.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+#, fuzzy
+msgid "Line Number Font for Printing"
+msgstr "Fonde por printation de numerós de lineas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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.gnome.gedit.gschema.xml.in.h:77
+msgid "Margin Left"
+msgstr "Levul márgine"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+#, fuzzy
+msgid "The left margin, in millimeters."
+msgstr "Millimetres"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+#, fuzzy
+msgid "Margin Top"
+msgstr "Márgine:"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+#, fuzzy
+msgid "The top margin, in millimeters."
+msgstr "Millimetres"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Right"
+msgstr "Dextri márgine"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+#, fuzzy
+msgid "The right margin, in millimeters."
+msgstr "Position del dextri márgine"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+#, fuzzy
+msgid "Margin Bottom"
+msgstr "Bass"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+#, fuzzy
+msgid "The bottom margin, in millimeters."
+msgstr "Millimetres"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+#, fuzzy
+msgid "Candidate Encodings"
+msgstr " Candidate: "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Active plugins"
+msgstr "Activ plugines"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr ""
+
+#: ../gedit/gedit-app.c:110
+#, fuzzy
+msgid "Show the application’s version"
+msgstr "Monstra li version del programma"
+
+#: ../gedit/gedit-app.c:116
+#, fuzzy
+msgid "Display list of possible values for the encoding option"
+msgstr "Monstrar un liste de possibil valores por li codification"
+
+#: ../gedit/gedit-app.c:123
+#, fuzzy
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Assignar li codification por aperter li files providet per li linea de "
+"comandes"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "CODIFICATION"
+
+#: ../gedit/gedit-app.c:130
+#, fuzzy
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Crear un nov fenestre in un executent instantie de pluma"
+
+#: ../gedit/gedit-app.c:137
+#, fuzzy
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Crear un nov document in un existente instantie de xed"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr ""
+
+#: ../gedit/gedit-app.c:151
+#, fuzzy
+msgid "Run gedit in standalone mode"
+msgstr "Lansar atril in li mode plen-ecran"
+
+#: ../gedit/gedit-app.c:158
+#, fuzzy
+#| msgid "[FILE...] [+LINE[:COLUMN]]"
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINEA[:COLUMNE]]"
+
+#: ../gedit/gedit-app.c:273
+#, fuzzy
+msgid "There was an error displaying the help."
+msgstr "Un error ha evenit durante que monstrar auxilie."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codification ínvalid"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "Clúder si_n salvation"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:45
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:912
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_Annular"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "Salvar _quam..."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:875
+#: ../plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Salvar"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, fuzzy, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Esque vu vole remover\n"
+"«%s» permanentmen?"
+msgstr[1] ""
+"Esque vu vole remover\n"
+"«%s» permanentmen?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+#, fuzzy
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Si vu ne garda it, modificationes del ultim minute va esser perdit "
+"irrevocabilmen."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, fuzzy, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Esque vu vole remover\n"
+"«%s» permanentmen?"
+msgstr[1] ""
+"Esque vu vole remover\n"
+"«%s» permanentmen?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+#, fuzzy
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Si vu ne garda it, modificationes del ultim hor va esser perdit "
+"irrevocabilmen."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, fuzzy, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Esque vu vole remover\n"
+"«%s» permanentmen?"
+msgstr[1] ""
+"Esque vu vole remover\n"
+"«%s» permanentmen?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, fuzzy, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Esque vu vole remover\n"
+"«%s» permanentmen?"
+msgstr[1] ""
+"Esque vu vole remover\n"
+"«%s» permanentmen?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, fuzzy, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Li modificationes del document «%s» va esser perdit irrevocabilmen."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, fuzzy, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Gardar li modificationes del document «%s» ante que cluder?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+#, fuzzy
+msgid "Saving has been disabled by the system administrator."
+msgstr "Gardation esset depermisser per li administrator de sistema."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+"Il y a %d documents avec des modifications non enregistrées. Voulez-vous "
+"enregistrer les modifications avant de fermer ?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+#, fuzzy
+msgid "Docum_ents with unsaved changes:"
+msgstr "Docum_entes con íngardat modificationes:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+#, fuzzy
+msgid "S_elect the documents you want to save:"
+msgstr "S_electe li documentes quel vu vole gardar:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+#, fuzzy
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Si vu ne garda it, omni modificationes va esser perdit irrevocabilmen."
+
+#: ../gedit/gedit-commands-file.c:261
+#, fuzzy, c-format
+msgid "Loading file “%s”…"
+msgstr "Cargante file «%s»..."
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] ""
+msgstr[1] "Chargement de %d fichiers…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Open"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:46
+#: ../plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Aperter"
+
+#: ../gedit/gedit-commands-file.c:558
+#, fuzzy, c-format
+msgid "The file “%s” is read-only."
+msgstr "Li file «%s» es solmen letion"
+
+#: ../gedit/gedit-commands-file.c:563
+#, fuzzy
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Esque vu vole substituer it per quel vu garda?"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "_Substituer"
+
+#: ../gedit/gedit-commands-file.c:608
+#, fuzzy
+msgid "Save the file using compression?"
+msgstr "_Salvar con compression"
+
+#: ../gedit/gedit-commands-file.c:612
+#, fuzzy
+msgid "Save the file as plain text?"
+msgstr "Document textual"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "_Salvar con compression"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:637
+#, fuzzy
+msgid "_Save As Plain Text"
+msgstr "Document textual"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, fuzzy, c-format
+#| msgid "Saving file '%s'…"
+msgid "Saving file “%s”…"
+msgstr "Gardante un file «%s»..."
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Salvar quam"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, fuzzy, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Revertente li document «%s»..."
+
+#: ../gedit/gedit-commands-file.c:1476
+#, fuzzy, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Reverter íngardat modificationes del document «%s»?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1494
+#, fuzzy
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Li modificationes del document fat in li ultim minute va esser perdit "
+"irrevocabilmen."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1525
+#, fuzzy
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Li modificationes del document fat in li ultim hor va esser perdit "
+"irrevocabilmen."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "_Reverter"
+
+#: ../gedit/gedit-commands-help.c:110
+#, fuzzy
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "Pluma e micri e levi redactor de textus por li ambientie MATE"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr "OIS <mistresssilvara@hotmail.com>, 2016"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] "%d occurrences trouvées et remplacées"
+
+#: ../gedit/gedit-commands-search.c:116
+#, fuzzy
+msgid "Found and replaced one occurrence"
+msgstr "Trovat e substituet ún occurrentie"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "“%s” not found"
+msgstr "«%s» ne esset trovat"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Document sin nómine %d"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Gruppe de cartes %d"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167 ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Solmen letion"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+#, fuzzy
+msgid "Automatically Detected"
+msgstr "Automaticmen detectet"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove…"
+msgstr "Adjunter o remover..."
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Locale actual (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, fuzzy, c-format
+msgid "%s (Current Locale)"
+msgstr "Locale actual (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "_Reverter"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Adjunter"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Remover"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+#, fuzzy
+msgid "Move to a higher priority"
+msgstr "_Prioritá:"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+#, fuzzy
+msgid "Move to a lower priority"
+msgstr "Prioritá"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Omni files"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "Files textual"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "C_odification de caracteres:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+#, fuzzy
+msgid "L_ine Ending:"
+msgstr "F_ines de linea:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+#, fuzzy
+msgid "Character Encoding:"
+msgstr "_Codification de caracteres"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+#, fuzzy
+msgid "Line Ending:"
+msgstr ""
+"Converter li fines de linea in li document a tis de DOS/Windows (CR LF)"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:115
+#: ../plugins/externaltools/tools/manager.py:324
+#: ../plugins/externaltools/tools/manager.py:440
+#: ../plugins/externaltools/tools/manager.py:774
+#, fuzzy
+msgid "Plain Text"
+msgstr "Textu"
+
+#: ../gedit/gedit-io-error-info-bar.c:142
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Repenar"
+
+#: ../gedit/gedit-io-error-info-bar.c:162
+#, fuzzy, c-format
+msgid "Could not find the file “%s”."
+msgstr "Ne successat trovar li file «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:164
+#: ../gedit/gedit-io-error-info-bar.c:204
+#: ../gedit/gedit-io-error-info-bar.c:211
+#, fuzzy
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Assecura que vu ha tippat li localisation correctmen e repena denov."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:183
+#, fuzzy, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "pluma ne posse manipular localisationes de tip %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:189
+#, fuzzy
+msgid "Unable to handle this location."
+msgstr "Ne posse manipular ti tip de localisation."
+
+#: ../gedit/gedit-io-error-info-bar.c:198
+#, fuzzy
+msgid "The location of the file cannot be accessed."
+msgstr ""
+"Li localisation del file ne posse esser accessat pro que it ne es montet."
+
+#: ../gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "«%s» es un directoria."
+
+#: ../gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "«%s» ne es un localisation valid."
+
+#. Translators: %s is a host name
+#: ../gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:260
+#, fuzzy, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Li nómine de host esset ínvalid. Assecura que vu ha tippat li localisation "
+"correctmen e repena denov."
+
+#: ../gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "«%s» ne es un regulari file."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Un ínexpectat errore: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:342
+#, fuzzy
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"pluma ne successat trovar li file. Forsan it ha esset recentmen deletet."
+
+#: ../gedit/gedit-io-error-info-bar.c:352
+#, fuzzy, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Ne successat reverter li file «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "_Codification de caracteres:"
+
+#: ../gedit/gedit-io-error-info-bar.c:440
+#, fuzzy, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Vu have un apert session quam «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "Modificar s_in egarda"
+
+#: ../gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+#, fuzzy
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Vu ne have besonat permissiones por aperter li file."
+
+#: ../gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:598
+#: ../gedit/gedit-io-error-info-bar.c:622
+#, fuzzy
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Assecura que vu ne prova aperter un binari file."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+#, fuzzy
+msgid "Select a character encoding from the menu and try again."
+msgstr "Selecte un codification ex li menú e repena denov."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#, fuzzy, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Un errore evenit apertente li file %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+#, fuzzy
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Li file que vu apertet contene quelc ínvalid caracteres. Si vu redacte ti-ci "
+"file, vu posse far it ínutil."
+
+#: ../gedit/gedit-io-error-info-bar.c:610
+#, fuzzy
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Vu anc posse selecter un altri codification de caracteres e repenar denov."
+
+#: ../gedit/gedit-io-error-info-bar.c:619
+#, fuzzy, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Ne successat aperter li file %s in li codification de caracteres %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#: ../gedit/gedit-io-error-info-bar.c:698
+#, fuzzy
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Selecte un altri codification ex li menú e repena denov."
+
+#: ../gedit/gedit-io-error-info-bar.c:635
+#, fuzzy, c-format
+msgid "Could not open the file “%s”."
+msgstr "Ne successat aperter li file «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:693
+#, fuzzy, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Ne successat gardar li file «%s» in li codification de caracteres %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:696
+#, fuzzy
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Li document contene quelc caracteres quel ne posse esser codificat in li "
+"selectet codification de caracteres."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:769
+msgid "D_on’t Edit"
+msgstr "Ne re_dacter"
+
+#: ../gedit/gedit-io-error-info-bar.c:779
+#, fuzzy, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Ti-ci file (%s) es ja apertet in altri fenestre de xed."
+
+#: ../gedit/gedit-io-error-info-bar.c:793
+#, fuzzy
+msgid "Do you want to edit it anyway?"
+msgstr ""
+"xed apertet ti-ci instantie del file in un ínredactibil mode. Esque vu vole "
+"redacter it sin egarda?"
+
+#: ../gedit/gedit-io-error-info-bar.c:849
+#: ../gedit/gedit-io-error-info-bar.c:939
+#: ../gedit/gedit-io-error-info-bar.c:1229
+#, fuzzy
+msgid "S_ave Anyway"
+msgstr "G_ardar sin egarda"
+
+#: ../gedit/gedit-io-error-info-bar.c:852
+#: ../gedit/gedit-io-error-info-bar.c:942
+#: ../gedit/gedit-io-error-info-bar.c:1232
+#, fuzzy
+#| msgid "D_on't Save"
+msgid "D_on’t Save"
+msgstr "Ne re_dacter"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:866
+#, fuzzy, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Li file %s ha esset modificat pos que it esset cargat."
+
+#: ../gedit/gedit-io-error-info-bar.c:881
+#, fuzzy
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Si vu garda it, omni extern modificationes va esser perdit. Gardar it sin "
+"egarda?"
+
+#: ../gedit/gedit-io-error-info-bar.c:961
+#, fuzzy, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Ne successat crear un file de reserve gardante %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:966
+#, fuzzy, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Ne successat crear un temporari file de reserve gardante %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1060
+#, fuzzy, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s ne es un localisation valid. Assecura que vu ha tippat li localisation "
+"correctmen e repena denov."
+
+#: ../gedit/gedit-io-error-info-bar.c:1067
+#, fuzzy
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Vu ne have li besonat permissiones por gardar li file. Ples assecurar que vu "
+"ha tippat li localisation correctmen e repenar denov."
+
+#: ../gedit/gedit-io-error-info-bar.c:1073
+#, fuzzy
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Li spacie de disco es ínsuficent por gardar li file. Ples far alquant spacie "
+"e repenar denov."
+
+#: ../gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1084
+#, fuzzy
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Un file con li sam nómine ja exister. Ples usar un altri nómine."
+
+#: ../gedit/gedit-io-error-info-bar.c:1089
+#, fuzzy
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Li disco sur que vu prova gardar li file have un limitation de longore de "
+"fil-nómines. Ples usar un plu curt nómine."
+
+#: ../gedit/gedit-io-error-info-bar.c:1100
+#, fuzzy
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Li disco sur que vu prova gardar li file have un limitation de grandores de "
+"file. Ples prova gardar un plu litt file o gardar it sur un disco que ne "
+"have ti-ci limitation."
+
+#: ../gedit/gedit-io-error-info-bar.c:1117
+#, fuzzy, c-format
+msgid "Could not save the file “%s”."
+msgstr "Ne successat gardar li file %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:1157
+#, fuzzy, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Li file «%s» sta modificat sur disco."
+
+#: ../gedit/gedit-io-error-info-bar.c:1168
+#, fuzzy
+msgid "Drop Changes and _Reload"
+msgstr "Esque vu vole rejecter vor modificationes e recargar li file?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1178
+#: ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "_Recargar"
+
+#: ../gedit/gedit-io-error-info-bar.c:1242
+#, fuzzy, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Quelc ínvalid caracteres esset detectet gardante %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:455
+#, fuzzy
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Fa un clic sur ti-ci buton por selecter li fonde del redactor"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, fuzzy, c-format
+msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"Directoria «%s» ne posse esser creat: g_mkdir_with_parents() ne successat: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+#, fuzzy
+msgid "The selected color scheme cannot be installed."
+msgstr "Si selectet schema de colores ne posse esser installat."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Adjunter un schema"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "A_djunter un schema"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Files de schema de colores"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, fuzzy, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Ne successat remover li schema de colores «%s»."
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Preparante..."
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "File: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Págine %N ex %Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, fuzzy, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Págine %d"
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "Págine %d ex %d"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Necós"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "Serchar e substituer"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "SUR"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] "Il y a %d onglets avec des erreurs"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, fuzzy, c-format
+msgid "Reverting %s from %s"
+msgstr "Revertente «%s» ex «%s»"
+
+#: ../gedit/gedit-tab.c:821
+#, fuzzy, c-format
+msgid "Reverting %s"
+msgstr "Revertente «%s»"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, fuzzy, c-format
+msgid "Loading %s from %s"
+msgstr "Cargante «%s» de «%s»"
+
+#: ../gedit/gedit-tab.c:841
+#, fuzzy, c-format
+msgid "Loading %s"
+msgstr "Cargante «%s»"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, fuzzy, c-format
+msgid "Saving %s to %s"
+msgstr "Gardante «%s» a «%s»"
+
+#: ../gedit/gedit-tab.c:926
+#, fuzzy, c-format
+msgid "Saving %s"
+msgstr "Gardante «%s»"
+
+#: ../gedit/gedit-tab.c:1529
+#, fuzzy, c-format
+msgid "Error opening file %s"
+msgstr "Un errore evenit apertente li file «%s»"
+
+#: ../gedit/gedit-tab.c:1534
+#, fuzzy, c-format
+msgid "Error reverting file %s"
+msgstr "Un errore evenit revertente li file %s"
+
+#: ../gedit/gedit-tab.c:1539
+#, fuzzy, c-format
+msgid "Error saving file %s"
+msgstr "Un errore evenit gardante li file %s"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Nómine:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "MIME-tip:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Codification:"
+
+#: ../gedit/gedit-utils.c:841
+#, fuzzy
+msgid "Please check your installation."
+msgstr "Ples controlar vor installation."
+
+#: ../gedit/gedit-utils.c:902
+#, fuzzy, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Ne successat aperter li file de UI %s. Errore: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, fuzzy, c-format
+msgid "Unable to find the object “%s” inside file %s."
+msgstr "Caja ne posse manipular localisationes «%s»."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ sur %s"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+#, fuzzy
+msgid "_Display line numbers"
+msgstr "Monstrar _numerós de lineas"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d ex %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+#, fuzzy
+msgid "_Wrap Around"
+msgstr "_Ciclic sercha"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+#, fuzzy
+msgid "Match as _Regular Expression"
+msgstr "Usar expressiones _regulari"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+#, fuzzy
+msgid "Match _Entire Word Only"
+msgstr "_Integri paroles"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "Correspondentie _exact"
+
+#: ../gedit/gedit-view-frame.c:1026
+#, fuzzy
+msgid "String you want to search for"
+msgstr "Textu quel vu vole trovar"
+
+#: ../gedit/gedit-view-frame.c:1038
+#, fuzzy
+msgid "Line you want to move the cursor to"
+msgstr "Li linea a quel vu vole ear"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1003
+#, fuzzy
+msgid "Bracket match not found"
+msgstr "Ne es un crampon"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabulator: %u"
+
+#: ../gedit/gedit-window.c:1596
+#, fuzzy
+msgid "There are unsaved documents"
+msgstr "Hay íngardat documentes"
+
+#: ../gedit/gedit-window.c:2444
+#, fuzzy
+msgid "Change side panel page"
+msgstr "Panel _lateral"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Documentes"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+#, fuzzy
+msgid "Move _Left"
+msgstr "Mover a levul"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+#, fuzzy
+msgid "Move _Right"
+msgstr "Mover a dextri"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+#, fuzzy
+msgid "Move to New _Window"
+msgstr "_Mover a un nov fenestre"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+#, fuzzy
+msgid "Move to New Tab _Group"
+msgstr "Nov car_te"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "_Clúder"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+#, fuzzy
+msgid "Automatic Indentation"
+msgstr "Automatic márgines"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Usar spacies"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+#, fuzzy
+msgid "Display line numbers"
+msgstr "Monstrar numerós de lineas"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+#, fuzzy
+msgid "Display right margin"
+msgstr "Monstrar li dextri márgine"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+#, fuzzy
+msgid "Highlight current line"
+msgstr "Marcar li actual linea"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+#, fuzzy
+msgid "Text wrapping"
+msgstr "Rupter lineas"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "_File"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "_Crear"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "Aperte _recentis"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+#, fuzzy
+msgid "Reopen Closed _Tab"
+msgstr "Restituer un cluder carte"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "Salvar _quam..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20
+#: ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "Nov _fenestre"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "_Printar..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "Sa_lir"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "_Redacter"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "_Defar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "_Refar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "Ci_ser"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "_Copiar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "Co_llar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Deleter"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+#, fuzzy
+msgid "Overwrite _Mode"
+msgstr "(Des)activar superscrition"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "Selecter _omnicos"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_Preferenties"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+#: ../gedit/resources/gtk/menus.ui.h:16
+msgid "_View"
+msgstr "_Vise"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "Panel _lateral"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#, fuzzy
+msgid "_Bottom Panel"
+msgstr "Bass panel"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "Plen-_ecran"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#, fuzzy
+msgid "_Highlight Mode…"
+msgstr "Mode de co_loration"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "_Serchar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "_Trovar..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+#, fuzzy
+msgid "Find Ne_xt"
+msgstr "Trovar se_quent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+#, fuzzy
+msgid "Find Pre_vious"
+msgstr "Trovar pre_cedent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+#, fuzzy
+msgid "Find and _Replace…"
+msgstr "Serchar e s_ubstituer"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#, fuzzy
+msgid "_Clear Highlight"
+msgstr "Remo_ver coloration"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "Ear a _linea..."
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+#: ../gedit/resources/gtk/menus.ui.h:20
+msgid "_Tools"
+msgstr "_Instrumentarium"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "_Documentes"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "Salvar _omni"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "_Clúder omni"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+#, fuzzy
+msgid "_New Tab Group"
+msgstr "Nov car_te"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+#, fuzzy
+msgid "P_revious Tab Group"
+msgstr "P_recedent track"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+#, fuzzy
+msgid "Nex_t Tab Group"
+msgstr "Gruppe de cartes %d"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "_Precedent document"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+#, fuzzy
+msgid "N_ext Document"
+msgstr "ext"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+#, fuzzy
+msgid "_Move To New Window"
+msgstr "_Mover a un nov fenestre"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+#: ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "Au_xilie"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "_Pri li application"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "_Rapid-tastes"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "Salvar _omni"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+#, fuzzy
+msgid "_Find and Replace…"
+msgstr "Serchar e s_ubstituer"
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "_Ear a linea..."
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "Vise"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "Instrumentarium"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "Codificationes de caracteres"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "_Applicar"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "Codificationes di_sponibil"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+#, fuzzy
+msgid "Cho_sen Encodings"
+msgstr "Codificationes"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Descrition"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "Cod_ification"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Mode de coloration"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Selecter"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+#, fuzzy
+msgid "Search highlight mode…"
+msgstr "Mode de co_loration"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "Null resultates"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "Altri _documentes..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Aperter un altri file"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Preferenties"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+#, fuzzy
+msgid "Display right _margin at column:"
+msgstr "Monstrar li dextri _márgine"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+#, fuzzy
+msgid "Display _statusbar"
+msgstr "Monstrar li panel del statu."
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#, fuzzy
+msgid "Display _overview map"
+msgstr "Monstrar carte de navigation"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#, fuzzy
+msgid "Display _grid pattern"
+msgstr "Mustre:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+#, fuzzy
+msgid "Text Wrapping"
+msgstr "Rupter lineas"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+#, fuzzy
+msgid "Enable text _wrapping"
+msgstr "R_upter lineas"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+#, fuzzy
+msgid "Do not _split words over two lines"
+msgstr "N_e rupter paroles"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+#, fuzzy
+msgid "Highlighting"
+msgstr "Coloration"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+#, fuzzy
+msgid "Highlight current _line"
+msgstr "Marcar li actual _linea"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+#, fuzzy
+msgid "Highlight matching _brackets"
+msgstr "Marcar correspondent crampones"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "Tabulatores"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "Largore de _tabulator:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+#, fuzzy
+msgid "Insert _spaces instead of tabs"
+msgstr "Usar _spacies in vice de tabulatores"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+#, fuzzy
+msgid "_Enable automatic indentation"
+msgstr "_Activar automatic márgines"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+#, fuzzy
+msgid "File Saving"
+msgstr "Gardar files"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+#, fuzzy
+msgid "Create a _backup copy of files before saving"
+msgstr "Crear un copie de _reserve ante que gardar"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "_Autosalvar files chascun"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_minutes"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "Redactor"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "Fonde"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "_Fonde del redactor: "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+#, fuzzy
+msgid "Pick the editor font"
+msgstr "Selecter li fonde del redactor"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "Schema de colores"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "Installar un schema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "Installar un schema"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+#, fuzzy
+msgid "Uninstall scheme"
+msgstr "Desinstallar"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+#, fuzzy
+msgid "Uninstall Scheme"
+msgstr "Desinstallar"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "Fondes e colores"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "Plugines"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+#, fuzzy
+msgid "Syntax Highlighting"
+msgstr "Coloration de sintaxe"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+#, fuzzy
+msgid "Print synta_x highlighting"
+msgstr "Printar li coloration de sinta_xe"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+#, fuzzy
+msgid "Line Numbers"
+msgstr "Numerós de lineas"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+#, fuzzy
+msgid "Print line nu_mbers"
+msgstr "Printar nu_merós de lineas"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+#, fuzzy
+msgid "_Number every"
+msgstr "_Numeró chascun"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "lineas"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+#, fuzzy
+msgid "Page header"
+msgstr "_Págine"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+#, fuzzy
+msgid "Print page _headers"
+msgstr "Printar li actual págine"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Fondes"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+#, fuzzy
+msgid "_Body:"
+msgstr "_Córpor:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "Numerós de _lineas:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+#, fuzzy
+msgid "He_aders and footers:"
+msgstr "_Altore:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+#, fuzzy
+msgid "_Restore Default Fonts"
+msgstr "_Restituer li predefinit fondes"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+#, fuzzy
+msgid "Show the previous page"
+msgstr "Monstrar li precedent págine"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+#, fuzzy
+msgid "Show the next page"
+msgstr "Monstrar li sequent págine"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+#, fuzzy
+msgid "Current page (Alt+P)"
+msgstr "Actual págine (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "ex"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+#, fuzzy
+msgid "Page total"
+msgstr "Total págines"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+#, fuzzy
+msgid "The total number of pages in the document"
+msgstr "Li total númere de págines in li document"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+#, fuzzy
+msgid "Show multiple pages"
+msgstr "Monstra multiplic págines"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Scala 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+#, fuzzy
+msgid "Zoom to fit the whole page"
+msgstr "Ajustar al págine"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+#, fuzzy
+msgid "Zoom the page in"
+msgstr "Agrandar li págine"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+#, fuzzy
+msgid "Zoom the page out"
+msgstr "Diminuer li págine"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+#, fuzzy
+msgid "Close print preview"
+msgstr "Interrupter _printation e cluder"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+#, fuzzy
+msgid "_Close Preview"
+msgstr "_Previder:"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+#, fuzzy
+msgid "Page Preview"
+msgstr "Previder li págine"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+#, fuzzy
+msgid "The preview of a page in the document to be printed"
+msgstr "Previder li págine"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "Substituer _omni"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Trovar"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "S_erchar "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+#, fuzzy
+msgid "Replace _with "
+msgstr "Substituer _per:"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "Correspondentie _exact"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+#, fuzzy
+msgid "Match _entire word only"
+msgstr "_Integri paroles"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "Expression re_gulari"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+#, fuzzy
+msgid "Search _backwards"
+msgstr "Serchar re_tro"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+#, fuzzy
+msgid "Wra_p around"
+msgstr "_Ciclic sercha"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documentes"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Crear un nov document in un nov fenestre"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Aperter un document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Salvar li document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Gardar li document con un nov nómine"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Gardar omni documentes"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Clúder li document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Clúder omni documentes"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr ""
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Activar li sequent document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Activar li precedent document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Activar li prim a ninesim document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "P_ri panels"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Crear un nov document in un nov fenestre"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Nov car_te"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Panel _lateral"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Bass panel"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Plen-ecran"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Salir li application"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Serchar e substituer"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Trovar"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Trovar li sequent correspondentie"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Trovar li precedent correspondentie"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Remo_ver coloration"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Ear a linea"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copiar e collar"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copiar li selectet textu al Paperiere"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Exciser li selectet textu al Paperiere"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Collar li textu ex li Paperiere"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Defar e refar"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Defar li precedent comande"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Refar li precedent comande"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selection"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Selecter omnicos"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Redaction"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Inserter o superscrir"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Deleter li actual linea"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Lineas:"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Mover li actual line ad-up"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Mover li actual linea a-bass"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Mover li actual parole a levul"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Mover li actual parole a dextri"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "A MAJUSCULES"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "A minuscules"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inverter MAJ/min"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Augmentar li númere al cursore"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Diminuer li númere al cursore"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Instrumentarium"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Controlar ortografie"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Printar li document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Completion de paroles"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Clúder document"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Aperter un file"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Aperter"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Crear un nov document"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Crear"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Salvar li actual file"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Salvar"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Celar li panel"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+#, fuzzy
+msgid "Open a file dialog"
+msgstr ""
+"Un liste de applicationes providet in li dialog «Aperter un file» queles non "
+"es associat con li fil-tip."
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Surtir plen-ecran"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Controlar actualisamentes"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Check for latest version of gedit"
+msgstr "Dependenties del ultim version"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+#, fuzzy
+msgid "There was an error displaying the URI."
+msgstr "Un errore ha evenit monstrante auxilie: %s"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Descargar"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Ignorar li version"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+#, fuzzy
+msgid "There is a new version of gedit"
+msgstr "Controlar nov versiones al inicie"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+#, fuzzy
+msgid "Version to Ignore"
+msgstr "_Ignorar li version"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Statistica del document"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "Statistica del _document"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Document"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Selection"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Lineas"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Paroles"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Caracteres (con spacies)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Caracteres (sin spacies)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Octetes"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+#, fuzzy
+msgid "Build"
+msgstr "Constructer"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+#, fuzzy
+msgid "Run “make” in the document directory"
+msgstr "Lansar «make» in li directoria del document"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Aperter li Terminal ci"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+#, fuzzy
+msgid "Open a terminal in the document location"
+msgstr "Aperter un terminal in li localisation del document"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+#, fuzzy
+msgid "Remove trailing spaces"
+msgstr "Gardar sin spacies final"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+#, fuzzy
+msgid "Remove useless trailing spaces in your file"
+msgstr "Remover ínutil final spacies in vor file"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Lansar un comande"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+#, fuzzy
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Executer un personal comande e mette su production in un nov document"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Inviar a fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Utensiles extern"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Execute external commands and shell scripts."
+msgstr "Executer extern comandes e scriptes de shell."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+#, fuzzy
+msgid "Whether to use the system font"
+msgstr "Usar parametres de sistema"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+
+#: ../plugins/externaltools/tools/appactivatable.py:133
+#, fuzzy
+msgid "Manage _External Tools…"
+msgstr "Gerentie de utensiles _extern..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:138
+#, fuzzy
+msgid "External _Tools"
+msgstr "U_tensiles extern"
+
+#: ../plugins/externaltools/tools/capture.py:106
+#, fuzzy, python-format
+msgid "Could not execute command: %s"
+msgstr "Ne successat executer li comande: %s"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:309
+#, fuzzy
+msgid "Running tool:"
+msgstr "Executente un utensile:"
+
+#: ../plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Finit."
+
+#: ../plugins/externaltools/tools/functions.py:342
+#, fuzzy
+msgid "Exited"
+msgstr "Complet"
+
+#: ../plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Omni lingues"
+
+#: ../plugins/externaltools/tools/manager.py:429
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:772
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "Omni lingues"
+
+#: ../plugins/externaltools/tools/manager.py:546
+#, fuzzy
+msgid "New tool"
+msgstr "Nov utensile"
+
+#: ../plugins/externaltools/tools/manager.py:683
+#, fuzzy, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ti-ci rapid-taste ja es assignat a %s"
+
+#: ../plugins/externaltools/tools/manager.py:727
+#, fuzzy
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Tippa un nov rapid-taste, o li retroclave por vacuar"
+
+#: ../plugins/externaltools/tools/manager.py:729
+#, fuzzy
+msgid "Type a new accelerator"
+msgstr "Tippa un nov rapid-taste"
+
+#: ../plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Stoppat."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Stoppar li utensile"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Sempre disponibil"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Omni documentes"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+#, fuzzy
+msgid "All documents except untitled ones"
+msgstr "Omni documentes except tis sin nómine"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Solmen local files"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Solmen lontan files"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Solmen lis sin nómine"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Actual document"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Actual selection"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+#, fuzzy
+msgid "Current selection (default to document)"
+msgstr "Actual selection (o li tot document)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Linea actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Parol actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+#, fuzzy
+msgid "Display in bottom pane"
+msgstr "Monstrar in li panel inferiori"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Crear un nov document"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Apender al actual document"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Remplazzar li actual document"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Remplazzar li actual selection"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+#, fuzzy
+msgid "Insert at cursor position"
+msgstr "Inserter in li position del cursore"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+#, fuzzy
+msgid "Manage External Tools"
+msgstr "Gerentie de utensiles _extern..."
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+#, fuzzy
+msgid "Add a new tool"
+msgstr "Nov utensile"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+#, fuzzy
+msgid "Add Tool"
+msgstr "Utensile"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+#, fuzzy
+msgid "Remove selected tool"
+msgstr "Remover li selectet medie"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+#, fuzzy
+msgid "Remove Tool"
+msgstr "Utensile"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+#, fuzzy
+msgid "Revert tool"
+msgstr "Utensile"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+#, fuzzy
+msgid "Revert Tool"
+msgstr "Utensile"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+#, fuzzy
+msgid "Shortcut _key:"
+msgstr "_Rapid-taste:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_Salvar:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+#, fuzzy
+msgid "_Input:"
+msgstr "_Intrada:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+#, fuzzy
+msgid "_Output:"
+msgstr "Pr_oduction:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+#, fuzzy
+msgid "_Applicability:"
+msgstr "_Applicabilitá:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:126
+#, fuzzy
+msgid "Tool Output"
+msgstr "Exeada"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Panel del Navigator"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Easy file access from the side panel"
+msgstr "Facil acesse a files ex li panel lateral"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Hem"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Fil-sistema"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Navigator del files"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+#, fuzzy
+msgid "An error occurred while creating a new directory"
+msgstr "Un error evenit creante un nov fólder"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+#, fuzzy
+msgid "An error occurred while creating a new file"
+msgstr "Un error evenit creante un nov file"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+#, fuzzy
+msgid "An error occurred while renaming a file or directory"
+msgstr "Un error evenit renominante un file o fólder"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+#, fuzzy
+msgid "An error occurred while deleting a file or directory"
+msgstr "Un error evenit deletente un file o fólder."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+#, fuzzy
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Un error evenit apertente un fólder in li navigator de files"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+#, fuzzy
+msgid "An error occurred while setting a root directory"
+msgstr "Un error evenit cargante un fólder"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+#, fuzzy
+msgid "An error occurred while loading a directory"
+msgstr "Un error evenit cargante un fólder"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "Un errore evenit."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+#, fuzzy
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Ne succussat mover it in li Paper-corb, esque\n"
+"vu vole deleter it permanentmen?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, fuzzy, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Li file «%s» ne posse esset movet in li Paper-corb."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:912
+#, fuzzy
+msgid "The selected files cannot be moved to the trash."
+msgstr "Li selectet files ne posse esser movet in li Paper-corb."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, fuzzy, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Esque vu vole remover «%s» permanentmen?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:948
+#, fuzzy
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Esque vu vole deleter li selectet files permanentmen?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:951
+#, fuzzy
+msgid "If you delete an item, it is permanently lost."
+msgstr "Si vu delete un element, it va esser perdit irrevocabilmen."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(Vacui)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+#, fuzzy
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Li renominat file es actualmen exfiltrat. On deve modificar li parametres de "
+"filtre por revelar it"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "File sin nómine"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+#, fuzzy
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Li nov file es actualmen exfiltrat. On deve modificar li parametres de "
+"filtre por revelar it"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "Fólder sin nómine"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+#, fuzzy
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Li nov fólder es actualmen exfiltrat. On deve modificar li parametres de "
+"filtre por revelar it"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "Marca-págines"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, fuzzy, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Li volume «%s» esset montet automaticmen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, fuzzy, c-format
+msgid "Could not open media: %s"
+msgstr "Ne successat aperter un medie: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, fuzzy, c-format
+msgid "Could not mount volume: %s"
+msgstr "Ne successar monter un volume: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, fuzzy, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Un error evenit cargante un fólder"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+#, fuzzy
+msgid "Open With Tree View"
+msgstr "Aperter li menú Vise"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+#, fuzzy
+msgid "File Browser Root Directory"
+msgstr "Li orígin de navigator de files"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+#, fuzzy
+msgid "File Browser Virtual Root Directory"
+msgstr "Li virtual orígin de navigator de files"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+#, fuzzy
+msgid "Enable Restore of Remote Locations"
+msgstr "Localisationes lontan"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+#, fuzzy
+msgid "Set Location to First Document"
+msgstr "Activar li prim a ninesim document"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+#, fuzzy
+msgid "File Browser Filter Mode"
+msgstr "Mode de filtre de navigator de files"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+#, fuzzy
+msgid "File Browser Filter Pattern"
+msgstr "Mustre de filtre de navigator de files"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+#, fuzzy
+msgid "File Browser Binary Patterns"
+msgstr "Monstrar grandore de files in binari formate"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+#, fuzzy
+msgid "_Set Root to Active Document"
+msgstr "Assignar li lingue del actual document"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Nov fólder"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+#, fuzzy
+msgid "New F_ile"
+msgstr "Crear un f_ile"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+#, fuzzy
+#| msgid "_Rename..."
+msgid "_Rename…"
+msgstr "_Renominar"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "_Mover in li Paper-corb"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+#, fuzzy
+msgid "Re_fresh View"
+msgstr "Re_friscar li vise"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "_Vise li fólder"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_Aperter in li Terminal"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Filtre"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Revelar c_elat files"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+#, fuzzy
+msgid "Show _Binary"
+msgstr "Monstrar _binaries"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+#, fuzzy
+msgid "Match Filename"
+msgstr "_Fil-nómine:"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "Diarium"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+#, fuzzy
+msgid "Open history menu"
+msgstr "Aperter un menú de lansator"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Mode-lineas"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Suporte de mode-lineas de Emacs, Kate e Vim por pluma."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+#, fuzzy
+msgid "Command Color Text"
+msgstr "Color de _textu:"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+#, fuzzy
+msgid "The command color text"
+msgstr "Selecter li color de textu"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+#, fuzzy
+msgid "Error Color Text"
+msgstr "Color de _errores:"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+#, fuzzy
+msgid "The error color text"
+msgstr "Color de _errores:"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+#, fuzzy
+msgid "C_ommand color:"
+msgstr "Color de c_omande:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Color de _errores:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:60
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Console de Python"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Interactiv console de Python in li panel inferiori"
+
+#: ../plugins/quickopen/quickopen/__init__.py:47
+#, fuzzy
+msgid "Quick Open…"
+msgstr "Rapid"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:40
+#, fuzzy
+msgid "Quick Open"
+msgstr "Rapid"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Quickly open files"
+msgstr "Aperter files rapidmen"
+
+#: ../plugins/quickopen/quickopen/popup.py:90
+#, fuzzy
+msgid "Type to search…"
+msgstr "Tippa por serchar..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:88
+#, fuzzy
+msgid "Manage _Snippets…"
+msgstr "Gerentie de _fragmentes..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:64
+#: ../plugins/snippets/snippets/document.py:153
+#: ../plugins/snippets/snippets/document.py:667
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Fragmentes"
+
+#: ../plugins/snippets/snippets/exporter.py:88
+#, fuzzy, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Li archive «%s» ne posset esser creat"
+
+#: ../plugins/snippets/snippets/exporter.py:105
+#, fuzzy, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Li fólder de destination «%s» ne existe"
+
+#: ../plugins/snippets/snippets/exporter.py:108
+#, fuzzy, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Li fólder de destination «%s» ne es un valid fólder"
+
+#: ../plugins/snippets/snippets/importer.py:55
+#: ../plugins/snippets/snippets/importer.py:116
+#, fuzzy, python-format
+msgid "File “%s” does not exist"
+msgstr "Li file «%s» ne existe"
+
+#: ../plugins/snippets/snippets/importer.py:58
+#, fuzzy, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Li file «%s» ne es un file de fragmentes valid."
+
+#: ../plugins/snippets/snippets/importer.py:75
+#, fuzzy, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Li importat file «%s» ne es un file de fragmentes valid"
+
+#: ../plugins/snippets/snippets/importer.py:85
+#, fuzzy, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Li archive «%s» ne posset esser extraet"
+
+#: ../plugins/snippets/snippets/importer.py:103
+#, fuzzy, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Li sequent files ne posset esser importat: %s."
+
+#: ../plugins/snippets/snippets/importer.py:119
+#: ../plugins/snippets/snippets/importer.py:132
+#, fuzzy, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Li file «%s» ne es un archive de fragmentes valid"
+
+#: ../plugins/snippets/snippets/manager.py:50
+#, fuzzy
+msgid "Snippets archive"
+msgstr "Archive de fragmentes"
+
+#: ../plugins/snippets/snippets/manager.py:74
+#, fuzzy
+msgid "Add a new snippet…"
+msgstr "Adjunter un nov fragmente..."
+
+#: ../plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: ../plugins/snippets/snippets/manager.py:414
+#, fuzzy
+msgid "Revert selected snippet"
+msgstr "Reverter li selectet fragmente"
+
+#: ../plugins/snippets/snippets/manager.py:417
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "Deleter li selectet fragmente"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:677
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+#, fuzzy
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Un singul parol por invocar li fragmente pos tippa de tabulator"
+
+#: ../plugins/snippets/snippets/manager.py:766
+#, fuzzy, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Li sequent errore evenit durante importation: %s"
+
+#: ../plugins/snippets/snippets/manager.py:773
+#, fuzzy
+msgid "Import successfully completed"
+msgstr "Importation compleet con success"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Importar fragmentes"
+
+#: ../plugins/snippets/snippets/manager.py:792
+#: ../plugins/snippets/snippets/manager.py:878
+#: ../plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Omni archives suportate"
+
+#: ../plugins/snippets/snippets/manager.py:793
+#: ../plugins/snippets/snippets/manager.py:879
+#: ../plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Archive compresset Gzip"
+
+#: ../plugins/snippets/snippets/manager.py:794
+#: ../plugins/snippets/snippets/manager.py:880
+#: ../plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Archive compresset Bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:795
+#, fuzzy
+msgid "Single snippets file"
+msgstr "Singul file de fragmentes"
+
+#: ../plugins/snippets/snippets/manager.py:796
+#: ../plugins/snippets/snippets/manager.py:882
+#: ../plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Omni files"
+
+#: ../plugins/snippets/snippets/manager.py:808
+#, fuzzy, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Li sequent errore evenit durante exportation: %s"
+
+#: ../plugins/snippets/snippets/manager.py:812
+#, fuzzy
+msgid "Export successfully completed"
+msgstr "Exportation compleet con success"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:852
+#: ../plugins/snippets/snippets/manager.py:919
+#, fuzzy
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Esque vu vole includer li selectet fragmentes <b>del sistema</b> in vor "
+"exportation?"
+
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:937
+#, fuzzy
+msgid "There are no snippets selected to be exported"
+msgstr "Null fragmentes selectet por exportation"
+
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exportar fragmentes"
+
+#: ../plugins/snippets/snippets/manager.py:1049
+#, fuzzy
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Tippa un nov rapid-taste, o li retroclave por vacuar"
+
+#: ../plugins/snippets/snippets/manager.py:1051
+#, fuzzy
+msgid "Type a new shortcut"
+msgstr "Tippa un nov rapid-taste"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/placeholder.py:613
+#, fuzzy, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Ne sucessar executer li comande «%s»"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Rapidmen inserter fragmentes de textu sovente usat"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#, fuzzy
+msgid "Manage Snippets"
+msgstr "Gerentie de fragmentes"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+#, fuzzy
+msgid "Create new snippet"
+msgstr "Crear un nov fragment"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Adjunter un fragmente"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Remover li fragmente"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Importar fragmentes"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+#, fuzzy
+msgid "Export selected snippets"
+msgstr "Exportar li selectet fragmentes"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Exportar fragmentes"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Activation"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+#, fuzzy
+msgid "_Tab trigger:"
+msgstr "Parol de in_vocation:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+#, fuzzy
+msgid "S_hortcut key:"
+msgstr "Ra_pid-taste:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+#, fuzzy
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Li rapid-taste por invocar li fragment"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+#, fuzzy
+msgid "_Drop targets:"
+msgstr "Tirar-e-cader"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort…"
+msgstr "_Ordinar..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Ordinar"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "Órdine _reversat"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "Supr_esser duplicates"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#, fuzzy
+msgid "C_ase sensitive"
+msgstr "_Atenter pri MAJ/min"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+#, fuzzy
+msgid "S_tart at column:"
+msgstr "Ini_cial columne:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "_Ordinar"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Sorts a document or selected text."
+msgstr "Ordinar un document o selectet textu."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+#, fuzzy
+#| msgid "_Check Spelling..."
+msgid "_Check Spelling…"
+msgstr "Controlar _ortografie"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+#, fuzzy
+#| msgid "Set _Language..."
+msgid "Set _Language…"
+msgstr "Assignar un _lingue..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+#, fuzzy
+msgid "_Highlight Misspelled Words"
+msgstr "Null misespelat paroles"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Controlero de ortografie"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Checks the spelling of the current document."
+msgstr "Controlar li ortografie del actual document"
+
+#: ../plugins/time/gedit-time-plugin.c:265
+#, fuzzy
+msgid "In_sert Date and Time…"
+msgstr "In_serter date e hora..."
+
+#: ../plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "Formates disponibil"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+#, fuzzy
+msgid "Prompt Type"
+msgstr "Confirmar clusura del session"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+#, fuzzy
+msgid "Selected Format"
+msgstr "Selectet formate"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "Formate personal"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+#, fuzzy
+msgid "The custom format used when inserting the date/time."
+msgstr "Date e hora:"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+#, fuzzy
+msgid "Insert Date and Time"
+msgstr "Inserter li date o hora"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+#, fuzzy
+msgid "Use the _selected format"
+msgstr "Usar li _selectet formate"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+#, fuzzy
+msgid "_Use custom format"
+msgstr "_Usar un formate personal"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%y, %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.09 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "_Inserter"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+#, fuzzy
+msgid "Configure date/time plugin"
+msgstr "Configurar li plugin de date e hora"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+#, fuzzy
+msgid "When inserting date/time…"
+msgstr "Insertente date e hora..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+#, fuzzy
+msgid "_Prompt for a format"
+msgstr "_Demandar un formate"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Inserter li date o hora"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+#, fuzzy
+msgid "Inserts current date and time at the cursor position."
+msgstr "Inserter li actual date e hora in li position del cursore"
+
diff --git a/po/is.po b/po/is.po
new file mode 100644
index 0000000..c040063
--- /dev/null
+++ b/po/is.po
@@ -0,0 +1,3765 @@
+# translation of gedit.master.is.po to
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Sveinn í Felli <sv1@fellsnet.is>, 2015, 2016, 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master.is\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2019-03-24 19:20+0000\n"
+"PO-Revision-Date: 2019-08-12 06:37+0000\n"
+"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
+"Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"
+"Language: is\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in.in:4
+msgid "Edit text files"
+msgstr "Sýsla með textaskrár"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit er hinn opinberi textaritill GNOME skjáborðsumhverfisins. Þrátt fyrir "
+"að stefna að einföldu útliti og auðveldri notkun, er gedit ákaflega öflugur "
+"textaritill til almennrar notkunar."
+
+#: data/org.gnome.gedit.appdata.xml.in:15
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Hvort sem þú ert að skrifa verðlaunaskáldsögu, ert að forrita hugvitsamleg "
+"forrit, eða bara að taka niður minnispunkta; þá er gedit áreiðanlegt tól til "
+"hjálpar við verkefnið."
+
+#: data/org.gnome.gedit.appdata.xml.in:20
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"Sveigjanlegt kerfi viðbóta (plugin) gerir þér kleift að sníða forritið að "
+"þörfum þínum."
+
+#: data/org.gnome.gedit.desktop.in.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Textaritill"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in.in:24
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "Texti;Ritill;Hreintexti;Skrifa;"
+
+#: data/org.gnome.gedit.desktop.in.in:28
+msgid "New Window"
+msgstr "Nýr gluggi"
+
+#: data/org.gnome.gedit.desktop.in.in:32
+msgid "New Document"
+msgstr "Nýtt skjal"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Nota sjálfgefna leturgerð"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Hvort nota eigi sjálfgefna jafnbreiða letur kerfisins við textavinnslu í "
+"stað sérstaks leturs sem fylgir gedit. Ef slökkt er á þessu, þá verður letrið "
+"sem tekið er fram í \"Leturgerð ritils\" notað í stað kerfisletursins."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Leturgerð ritils"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Sérsniðið letur sem verður notað á ritunarsvæðinu. Þetta mun aðeins verða "
+"notað ef slökkt er á \"Nota sjálfgefið letur\" möguleikanum."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stílskema"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "Auðkenni GtkSourceView stílskemans sem notað er til að lita textann."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Gera öryggisafrit"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Hvort gedit eigi að gera öryggisafrit af skjölum sem eru vistuð."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Vista sjálfkrafa"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Hvort gedit eigi að vista sjálfkrafa breyttar skrár eftir einhvern ákveðinn "
+"tíma. Þú getur valið tímalengina með valmöguleikanum \"Tími milli "
+"sjálfvirkrar vistunar\"."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Tími milli sjálfvirkrar vistunar"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Mínútur þar til gedit vistar sjálfvirkt breytt skjöl. Þetta hefur einungis "
+"áhrif ef \"Vista sjálfvirkt\" er valið."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Hámarksfjöldi afturkallana"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Hámarksfjöldi aðgerða sem ritillinn getur afturkallað eða endurgert. Notaðu "
+"\"-1\" fyrir óendanlegan fjölda."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Línuskriðshamur"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Tilgreinir hvernig brjóta eigi langar línur í ritvinnslusvæðinu. Notaðu "
+"\"none\"\" ef ekki á að brjóta línur, \"word\"\" ef brjóta á línu á milli "
+"orða og \"char\"\" ef brjóta á línu á milli stafa. Athugaðu að gildin eru "
+"hástafsnæm, þannig að þau verða að vera nákvæmlega eins og hér er sýnt."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Stærð inndráttar (TAB)"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Tilgreinir fjölda bila sem eru birt í stað inndráttarmerkisins."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Bæta inn bilum"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Hvort skipta eigi út inndráttarmerkjum fyrir stafbil."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Sjálfvirkur inndráttur"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Hvort draga eigi línur sjálfvirkt inn."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Birta línunúmer"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Hvort sýna eigi línunúmer."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Lýsa upp núverandi línu"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Hvort lýsa eigi upp línu bendils."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Lýsa upp samstæða hornklofa"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Hvort lýsa eigi upp hornklofa sem eru samstæðir"
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Sýna hægri spássíu"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Hvort sýna eigi hægri spássíu."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Staðsetning hægri spássíu"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Tilgreinir staðsetningu hægri spássíu."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Display Overview Map"
+msgstr "Birta yfirlitsmynd"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether gedit should display the overview map for the document."
+msgstr "Hvort gedit eigi að birta yfirlitsmynd fyrir skjalið."
+
+#: data/org.gnome.gedit.gschema.xml.in:136
+msgid "Document background pattern type"
+msgstr "Tegund mynsturs fyrir bakgrunn skjals"
+
+#: data/org.gnome.gedit.gschema.xml.in:137
+msgid "Whether the document will get a background pattern painted."
+msgstr "Hvort skjalið sé birt með mynstri á bakgrunni."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Smart Home End"
+msgstr "Snjallir Home/End"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+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.gnome.gedit.gschema.xml.in:152
+msgid "Restore Previous Cursor Position"
+msgstr "Endursetja fyrri stöðu bendils"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Hvort endurvekja eigi fyrri stöðu bendils þegar skjali er opnað."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Syntax Highlighting"
+msgstr "Virkja litun skipanna"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Hvort lýsa eigi upp málskipan."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Enable Search Highlighting"
+msgstr "Virkja litun leitarorða"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Hvort lýsa eigi upp öll tilfelli leitunarstrengs."
+
+#: data/org.gnome.gedit.gschema.xml.in:167
+msgid "Ensure Trailing Newline"
+msgstr "Tryggja nýja endalínu"
+
+#: data/org.gnome.gedit.gschema.xml.in:168
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Hvort gedit eigi að tryggja að skjöl endi alltaf með nýrri auðri línu."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Toolbar is Visible"
+msgstr "Verkfærastika sýnileg"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Hvort verkfærastikan eigi að vera sýnileg."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Notebook Show Tabs Mode"
+msgstr "Birtingarhamur flipa"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Tilgreinir hvernig birta eigi flipa. Notaðu \"never\"\" ef aldrei á að birta "
+"flipa, \"always\"\" ef alltaf á að birta flipa og \"auto\" ef birta skal "
+"flipa einungis þegar það eru fleiri en einn flipi. Athugaðu að gildin eru "
+"hástafsnæm, þannig að þau verða að vera nákvæmlega eins og hér er sýnt."
+
+#: data/org.gnome.gedit.gschema.xml.in:184
+msgid "Status Bar is Visible"
+msgstr "Stöðustika sýnileg"
+
+#: data/org.gnome.gedit.gschema.xml.in:185
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Hvort stöðustikan eigi að vera sýnileg."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Side panel is Visible"
+msgstr "Hliðarstika er sýnileg"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Hvort vinstri hliðarstika eigi að vera sýnileg."
+
+#: data/org.gnome.gedit.gschema.xml.in:197
+msgid "Maximum Recent Files"
+msgstr "Hámarksfjöldi nýlegra skjala"
+
+#: data/org.gnome.gedit.gschema.xml.in:198
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the “Recent Files” submenu."
+msgstr ""
+"Tilgreinir hámarksfjölda þeirra nýlegu skjala sem eru sýnd í \"Nýleg skjöl\" "
+"undirvalmyndinni."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Print Syntax Highlighting"
+msgstr "Prenta upplýsingu málskipunar"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Hvort prenta eigi upplýsingu málskipans."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Header"
+msgstr "Prenta haus"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Hvort prenta eigi haus skjals."
+
+#: data/org.gnome.gedit.gschema.xml.in:219
+msgid "Printing Line Wrapping Mode"
+msgstr "Umbrotshamur texta fyrir prentun"
+
+#: data/org.gnome.gedit.gschema.xml.in:220
+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 ""
+"Tilgreinir hvernig brjóta eigi langar línur í prentun. Notaðu \"none\"\" ef "
+"ekki á að brjóta línur, \"word\"\" ef brjóta á línu á milli orða og \"char"
+"\"\" ef brjóta á línu á milli stafa. Athugaðu að gildin eru hástafsnæm, "
+"þannig að þau verða að vera nákvæmlega eins og hér er sýnt."
+
+#: data/org.gnome.gedit.gschema.xml.in:224
+msgid "Print Line Numbers"
+msgstr "Prenta línunúmer"
+
+#: data/org.gnome.gedit.gschema.xml.in:225
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ef þetta gildi er 0, þá munu engin línunúmer sjást þegar skjalið er prentað. "
+"Annars verða línunúmer prentuð með tilgreindu millibili."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:229
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:230
+msgid "Body Font for Printing"
+msgstr "Leturgerð fyrir prentun"
+
+#: data/org.gnome.gedit.gschema.xml.in:231
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Tilgreinir leturgerð megintexta þegar skjöl eru prentuð."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:235
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:236
+msgid "Header Font for Printing"
+msgstr "Leturgerð hausa fyrir prentun"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+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 ""
+"Tilgreinir leturgerð hausa þegar skjöl eru prentuð. Þetta hefur einungis "
+"áhrif ef \"Prenta haus\" er valið."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:241
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Line Number Font for Printing"
+msgstr "Leturgerð línunúmera fyrir prentun"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+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 ""
+"Tilgreinir leturgerð línunúmera fyrir prentun. Þetta hefur einungis áhrif ef "
+"\"Prenta númeraðar línur\" er valið."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Left"
+msgstr "Spássía til vinstri"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The left margin, in millimeters."
+msgstr "Vinstri spássía, í millímetrum."
+
+#: data/org.gnome.gedit.gschema.xml.in:252
+msgid "Margin Top"
+msgstr "Spássía efst"
+
+#: data/org.gnome.gedit.gschema.xml.in:253
+msgid "The top margin, in millimeters."
+msgstr "Efri spássía, í millímetrum."
+
+#: data/org.gnome.gedit.gschema.xml.in:257
+msgid "Margin Right"
+msgstr "Spássía til hægri"
+
+#: data/org.gnome.gedit.gschema.xml.in:258
+msgid "The right margin, in millimeters."
+msgstr "Hægri spássía, í millímetrum."
+
+#: data/org.gnome.gedit.gschema.xml.in:262
+msgid "Margin Bottom"
+msgstr "Spássía neðst"
+
+#: data/org.gnome.gedit.gschema.xml.in:263
+msgid "The bottom margin, in millimeters."
+msgstr "Neðri spássía, í millímetrum."
+
+#: data/org.gnome.gedit.gschema.xml.in:269
+msgid "Candidate Encodings"
+msgstr "Tillögur að stafatöflum"
+
+#: data/org.gnome.gedit.gschema.xml.in:270
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:316
+msgid "Active plugins"
+msgstr "Virkar viðbætur"
+
+#: data/org.gnome.gedit.gschema.xml.in:317
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr ""
+"Listi yfir virkar viðbætur. Listinn inniheldur \"Staðsetningu\" virku "
+"viðbótanna. Sjá skrána .gedit-plugin til að finna \"Staðsetningu\" "
+"tiltekinnar viðbótar."
+
+#: gedit/gedit-app.c:110
+msgid "Show the application’s version"
+msgstr "Birta útgáfuupplýsingar forrits"
+
+#: gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "Birta lista yfir möguleg gildi fyrir stafakóðun"
+
+#: gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Veldu stafatöflu sem á að nota við að opna skrár sem taldar eru upp á "
+"skipanalínu"
+
+#: gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "STAFATAFLA"
+
+#: gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Búa til nýjan efstastigs glugga í þegar opnu tilviki af gedit"
+
+#: gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Búa til nýtt skjal"
+
+#: gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "Opna skrár og hindra ferli þar til skrám er lokað"
+
+#: gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "Keyra gedit sem sjálfstætt forrit"
+
+#: gedit/gedit-app.c:158
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[SKRÁ…] [+LÍNA[:DÁLKUR]]"
+
+#: gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "Villa kom upp þegar sýna átti hjálpina."
+
+#: gedit/gedit-app.c:964
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ógild stafatafla."
+
+#: gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "_Loka án þess að vista"
+
+#: gedit/gedit-close-confirmation-dialog.c:278 gedit/gedit-commands-file.c:462
+#: gedit/gedit-commands-file.c:567 gedit/gedit-commands-file.c:643
+#: gedit/gedit-commands-file.c:854 gedit/gedit-commands-file.c:1568
+#: gedit/gedit-encodings-dialog.c:194 gedit/gedit-preferences-dialog.c:825
+#: gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:213
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Hætta við"
+
+#: gedit/gedit-close-confirmation-dialog.c:306 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Vista _sem..."
+
+#: gedit/gedit-close-confirmation-dialog.c:306 gedit/gedit-commands-file.c:855
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:105
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Vista"
+
+#: gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ef þú vistar ekki núna mun allt sem þú gerðir síðustu %ld sekúnduna tapast."
+msgstr[1] ""
+"Ef þú vistar ekki núna mun allt sem þú gerðir síðustu %ld sekúndurnar tapast."
+
+#: gedit/gedit-close-confirmation-dialog.c:333
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "Ef þú vistar ekki núna mun allt sem þú gerðir síðustu mínútuna tapast."
+
+#: gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ef þú vistar ekki núna munu breytingar síðustu mínútu og %ld sekúndur tapast."
+msgstr[1] ""
+"Ef þú vistar ekki núna munu breytingar síðustu mínútu og %ld sekúndur tapast."
+
+#: gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Ef þú vistar ekki núna munu breytingar síðustu %ld mínútu tapast."
+msgstr[1] "Ef þú vistar ekki núna munu breytingar síðustu %ld mínútur tapast."
+
+#: gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Ef þú vistar ekki núna munu breytingar frá síðustu klukkustund tapast."
+
+#: gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ef þú vistar ekki núna mun allt sem þú gerðir síðustu klukkustund og %d "
+"mínútuna tapast."
+msgstr[1] ""
+"Ef þú vistar ekki núna mun allt sem þú gerðir síðustu klukkustund og %d "
+"mínútur tapast."
+
+#: gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ef þú vistar ekki núna mun allt sem þú gerðir síðasta %d klukkutímann tapast."
+msgstr[1] ""
+"Ef þú vistar ekki núna mun allt sem þú gerðir síðustu %d klukkutímana tapast."
+
+#: gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Breytingar á skjalinu “%s” munu tapast."
+
+#: gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Viltu vista breytingar á skjalinu “%s“ áður en þú lokar því?"
+
+#: gedit/gedit-close-confirmation-dialog.c:434
+#: gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "Kerfisstjórinn hefur bannað þér að vista."
+
+#: gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Breytingar á skjalinu %d munu endanlega tapast."
+msgstr[1] "Breytingar á %d skjölum munu eyðast."
+
+#: gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Þú átt eftir að vista breytingar á %d skjali. Viltu vista áður en þú lokar?"
+msgstr[1] ""
+"Þú átt eftir að vista breytingar á %d skjölum. Viltu vista áður en þú lokar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "_Skjöl með breytingum sem á eftir að vista:"
+
+#: gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "V_eldu skjölin sem þú vilt vista:"
+
+#: gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Ef þú vistar ekki munu allar breytingar glatast."
+
+#: gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Opna skrána \"%s\"..."
+
+#: gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Opna %d skrá…"
+msgstr[1] "Opna %d skrár…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Opna"
+
+#: gedit/gedit-commands-file.c:463 gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: gedit/resources/ui/gedit-window.ui:48
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Opna"
+
+#: gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Skráin \"%s\" er aðeins til lestrar."
+
+#: gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Viltu reyna að skipta henni út fyrir þá sem þú vilt vista?"
+
+#: gedit/gedit-commands-file.c:568
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Útskipta"
+
+#: gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Vista skjalið með þjöppun?"
+
+#: gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "Vista skjalið sem hreinan texta?"
+
+#: gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Skráin \"%s\" var áður vistuð sem hreinn texti en verður nú vistuð með "
+"þjöppun."
+
+#: gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "Vi_sta skjalið með þjöppun"
+
+#: gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Skráin \"%s\" var áður vistuð með þjöppun en verður nú vistuð sem hreinn "
+"texti."
+
+#: gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "Vi_sta skjalið sem hreinan texta"
+
+#: gedit/gedit-commands-file.c:752 gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Vista skrá '%s'..."
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Vista sem"
+
+#: gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Tek aftur breytingar á skjalinu '%s'…"
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Afturkalla óvistaðar breytingar sem gerðar hafa verið á skjalinu '%s'?"
+
+#: gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu %ld sekúnduna munu "
+"tapast."
+msgstr[1] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu %ld sekúndurnar munu "
+"tapast."
+
+#: gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu mínútuna munu tapast."
+
+#: gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu mínútuna og %ld "
+"sekúnduna munu tapast."
+msgstr[1] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu mínútuna og %ld "
+"sekúndurnar munu tapast."
+
+#: gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu %ld mínútuna munu tapast."
+msgstr[1] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu %ld mínúturnar munu "
+"tapast."
+
+#: gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu klukkustundina munu "
+"tapast."
+
+#: gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu klukkustundina og %d "
+"mínútu munu tapast."
+msgstr[1] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu klukkustundina og %d "
+"mínúturnar munu tapast."
+
+#: gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu %d klukkustundina munu "
+"tapast."
+msgstr[1] ""
+"Breytingar sem gerðar hafa verið á skjalinu síðustu %d klukkustundirnar munu "
+"tapast."
+
+#: gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "_Afturkalla"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedir er lítill og léttur textaritill fyrir GNOME-umhverfið"
+
+#: gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr "Sveinn í Felli, sv1@fellsnet.is"
+
+#: gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Fann og skipti út í %d tilfellum"
+msgstr[1] "Fann og skipti út í %d tilfellum"
+
+#: gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "Fann og skipti út í einu tilfelli"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:142
+#, c-format
+msgid "“%s” not found"
+msgstr "\"%s\" fannst ekki"
+
+#: gedit/gedit-document.c:1103 gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Ónefnt skjal %d"
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Flipahópur %i"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1161
+#: gedit/gedit-window.c:1167 gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Skrifvarið"
+
+#: gedit/gedit-encodings-combo-box.c:299
+#: gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Fannst sjálfkrafa"
+
+#: gedit/gedit-encodings-combo-box.c:328
+#: gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove…"
+msgstr "Bæta við eða fjarlægja..."
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Núverandi staðfærsla (%s)"
+
+#: gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (núverandi staðfærsla)"
+
+#: gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Ertu viss um að þú viljir frumstilla kjörstillingar fyrir stafatöflur?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:195 gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "F_rumstilla"
+
+# + Add to Dictionary
+#: gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Bæta við"
+
+#: gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Fjarlægja"
+
+#: gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Flytja í hærri forgang"
+
+#: gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Flytja í lægri forgang"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:45
+#: gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Allar skrár"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:46
+msgid "All Text Files"
+msgstr "Allar textaskrár"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:317
+#: gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "Stafatafla:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:350
+#: gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Línuendingar:"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1245
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:774
+msgid "Plain Text"
+msgstr "Hreinn texti"
+
+#: gedit/gedit-io-error-info-bar.c:142 gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Reyna aftur"
+
+#: gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Gat ekki fundið skrána “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:164 gedit/gedit-io-error-info-bar.c:204
+#: gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Athugaðu hvort þú skrifaðir staðsetninguna rétt og prófaðu svo aftur."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Er ekki fært um að meðhöndla \"%s\" staðsetningar."
+
+#: gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr "Get ekki meðhöndlað þessa tegund staðsetningar."
+
+#: gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr "Staðsetning skrárinnar er ekki aðgengileg."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "\"%s\" er mappa."
+
+#: gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "\"%s\" er ekki gild staðsetning."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Vélin \"%s\" fannst ekki. Athugaðu vandlega uppsetningu á milliþjóni (vefsel "
+"- proxy) og reyndu aftur."
+
+#: gedit/gedit-io-error-info-bar.c:260
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Vélarheiti er ógilt. Athugaðu hvort þú skrifaðir staðsetninguna rétt og "
+"prófaðu svo aftur."
+
+#: gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” er ekki venjuleg skrá."
+
+#: gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "Tenging féll á tíma. Reyndu aftur."
+
+#: gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Óvænt villa: %s"
+
+#: gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Fann ekki umbeðna skrá. Hugsanlega var henni eytt nýlega."
+
+#: gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Gat ekki endurheimt skrána “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "Sta_fatafla:"
+
+#: gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Staðsetningin “%s” er ekki tiltæk í augnablikinu."
+
+#: gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr "Kerfið þitt er ekki nettengt. Athugaðu ástand nettenginga."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:499 gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "_Breyta samt"
+
+#: gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Fjöldi tengla sem hægt er að fylgja er takmarkaður, og hin eiginlega skrá "
+"fannst ekki innan þessara marka."
+
+#: gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Þú hefur ekki leyfi til að opna þessa skrá."
+
+#: gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr "Tókst ekki að finna út rétta stafatöflu."
+
+#: gedit/gedit-io-error-info-bar.c:598 gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+"Athugaðu hvort þú sért nokkuð að reyna að opna tvíundakerfisskrá (binary)."
+
+#: gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr "Veldu stafatöflu úr valmyndinni og reyndu aftur."
+
+#: gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Villa kom upp við að opna skrána \"%s\""
+
+#: gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Skráin sem þú opnaðir inniheldur ógilda stafi. Ef þú heldur áfram að breyta "
+"skránni geturðu skemmt hana."
+
+#: gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr "Þú getur einnig valið aðra stafatöflu og reynt aftur."
+
+#: gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Gat ekki opnað skrána \"%s\" með \"%s\" stafatöflunni."
+
+#: gedit/gedit-io-error-info-bar.c:623 gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Veldu aðra stafatöflu úr valmyndinni og reyndu aftur."
+
+#: gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Gat ekki opnað skrána \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Gat ekki vistað skrána \"%s\" með \"%s\" stafatöfluni."
+
+#: gedit/gedit-io-error-info-bar.c:696
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Skjalið inniheldur einn eða fleiri staf sem ekki er hægt að afkóða með "
+"tilteknu stafatöflunni."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:769
+msgid "D_on’t Edit"
+msgstr "_Ekki breyta"
+
+#: gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Skráin \"%s\" er þegar opin í öðrum glugga."
+
+#: gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr "Viltu samt breyta henni?"
+
+#: gedit/gedit-io-error-info-bar.c:849 gedit/gedit-io-error-info-bar.c:939
+#: gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "_Vista samt"
+
+#: gedit/gedit-io-error-info-bar.c:852 gedit/gedit-io-error-info-bar.c:942
+#: gedit/gedit-io-error-info-bar.c:1232
+msgid "D_on’t Save"
+msgstr "_Ekki vista"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Skránni “%s” hefur verið breytt síðan hún var lesin inn."
+
+#: gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Ef þú vistar þetta, munu allar ytri breytingar geta glatast. Vista það samt?"
+
+#: gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Gat ekki búið til öryggisafrit um leið og “%s” var vistað"
+
+#: gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Gat ekki búið til bráðabirgðaöryggisafrit um leið og “%s” var vistað"
+
+#: gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Get ekki meðhöndlað \"%s:\" staðsetningar í skrifham. Athugaðu hvort þú "
+"skrifaðir staðsetninguna rétt og prófaðu svo aftur."
+
+#: gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Get ekki meðhöndlað þessa staðsetningu í skrifham. Athugaðu hvort þú "
+"skrifaðir staðsetninguna rétt og prófaðu svo aftur."
+
+#: gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" er ekki gild staðsetning. Athugaðu hvort þú skrifaðir staðsetninguna "
+"rétt og prófaðu svo aftur."
+
+#: gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Þú hefur ekki heimild til að vista þessa skrá. Athugaðu hvort þú skrifaðir "
+"staðsetninguna rétt og prófaðu svo aftur."
+
+#: gedit/gedit-io-error-info-bar.c:1073
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Það er ekki nóg diskpláss til að vista skrána. Búðu til meira pláss og "
+"prófaðu svo aftur."
+
+#: gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Þú ert að reyna að vista skrána á skrifvarinn disk. Athugaðu hvort þú "
+"skrifaðir staðsetninguna rétt og prófaðu svo aftur."
+
+#: gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Skrá með sama heiti er þegar til staðar. Notaðu eitthvað annað nafn."
+
+#: gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Diskurinn þar sem þú ert að reyna að vista skrána er með takmörk á lengd "
+"skráaheita. Notaðu styttra nafn."
+
+#: gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Diskurinn þar sem þú ert að reyna að vista skrána er með takmörk á stærð "
+"skráa. Reyndu að vista minni skrá eða að vista á disk sem ekki er með þessi "
+"takmörk."
+
+#: gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Gat ekki vistað skrána “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Skránni “%s” var breytt á diski."
+
+#: gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr "_Henda breytingum og endurlesa"
+
+#: gedit/gedit-io-error-info-bar.c:1178 gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus.ui:9 gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Endurhlaða"
+
+#: gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Einhver ógild staftákn fundust þegar “%s” var vistað"
+
+#: gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Ef þú heldur áfram og vistar skrána geturðu skemmt skjalið. Vista samt?"
+
+#: gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Smelltu á þennan hnapp til að velja leturgerð fyrir ritilinn"
+
+#: gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Nota _jafnbreitt letur úr kerfisstillingum (%s)"
+
+#: gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"Ekki vað hægt að búa til '%s' möppuna: g_mkdir_with_parents() mistókst: %s"
+
+#: gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "Ekki er hægt að setja inn valið litastef."
+
+#: gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Bæta við skema"
+
+#: gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "_Bæta við skema"
+
+#: gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Litastefsskemaskrár"
+
+#: gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Gat ekki fjarlægt litastefið \"%s\"."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Undirbý…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Skrá: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Síða %N af %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Geri blaðsíðu %d af %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Blaðsíða %d af %d"
+
+#: gedit/gedit-replace-dialog.c:690 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ekkert"
+
+#: gedit/gedit-replace-dialog.c:779
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Finna og skipta út"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Það er villa í einum flipa"
+msgstr[1] "Það eru villur í %d flipum"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Tek aftur %s frá %s"
+
+#: gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "Tak aftur %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Hleð inn %s frá %s"
+
+#: gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "Hleð inn %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Vista %s í %s"
+
+#: gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "Vista %s"
+
+#: gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "Villa við að opna skrána %s"
+
+#: gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Villa við að taka aftur skrána %s"
+
+#: gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "Villa við að vista skrána %s"
+
+#: gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Heiti:"
+
+#: gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "MIME tegund:"
+
+#: gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Kóðun:"
+
+#: gedit/gedit-utils.c:823
+msgid "Please check your installation."
+msgstr "Athugaðu uppsetninguna þína."
+
+#: gedit/gedit-utils.c:884
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Tókst ekki að opna UI-skrána %s. Villa: %s"
+
+#: gedit/gedit-utils.c:903
+#, c-format
+msgid "Unable to find the object “%s” inside file %s."
+msgstr "Gat ekki fundið hlutinn '%s' innan í skránni %s."
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:1141
+#, c-format
+msgid "/ on %s"
+msgstr "/ á %s"
+
+#: gedit/gedit-utils.c:1445
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:1447
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:1449
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:481 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Birta _línunúmer"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d af %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "Um_brjóta í kringum"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "Samsvara _reglulegri segð"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "Passar einungis við _heil orð"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "Hástafsnæ_mt"
+
+#: gedit/gedit-view-frame.c:1029
+msgid "String you want to search for"
+msgstr "Leitarstrengur"
+
+#: gedit/gedit-view-frame.c:1041
+msgid "Line you want to move the cursor to"
+msgstr "Sú lína sem þú vilt að bendillinn fari á"
+
+#: gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "Samsvörun sviga er utan leitarsviðs"
+
+#: gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "Samsvörun sviga fannst ekki"
+
+#: gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Samsvörun sviga fannst á línu: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Lín %d, Dál %d"
+
+#: gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Inndráttarbreidd: %u"
+
+#: gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "Það eru óvistuð skjöl"
+
+#: gedit/gedit-window.c:2442
+msgid "Change side panel page"
+msgstr "Breyta síðu hliðarstiku"
+
+#: gedit/gedit-window.c:2462 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Skjöl"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Færa til _vinstri"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Fæ_ra til hægri"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Færa í nýjan glugga"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Færa í nýjan flipa_hóp"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Loka"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Sjálfvirkur inndráttur"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Nota bil"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Birta línunúmer"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Birta hægri spássíu"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Áherslulita núverandi línu"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Textaskrið"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Skrá"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nýtt"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "O_pna nýlegt"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "_Enduropna lokaðan flipa"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Vist_a sem..."
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nýr gluggi"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Prenta..."
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Hætta"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Breyta"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Afturkalla"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Endurgera"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Klippa"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Afrita"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Líma"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Eyða"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Yfirskrifunarha_mur"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Velja _allt"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Stillingar"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Birta"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "_Hliðarstika"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Botnstika"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Heilskjár"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Áherslulitunar_hamur…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Leita"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Finna…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Finna n_æsta"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Finna f_yrri"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Finna og _skipta út…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Hreinsa áherslulitun"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Fara á _línu..."
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Verkfæri"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Skjöl"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Vi_sta allt"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Loka _öllum gluggum"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nýr flipahópur"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Fyrri flipahópur"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Næs_ti flipahópur"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Skjalið á _undan"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "_Næsta skjal"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Færa í nýjan glugga"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:246
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Hjálp"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+#| msgid "Text Editor"
+msgid "_About Text Editor"
+msgstr "_Um textaritilinn"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Vista _allt"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Finna og skipta út…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "_Fara á línu..."
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Flýtivísanir á lyklaborði"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Stafatöflur"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "Virkj_a"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "_Tiltækar stafatöflur"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Valin _stafatafla:"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Lýsing"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kóðun"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Áherslulitunarhamur"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Velja"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Leita í áherslulitunarham…"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:53
+msgid "No results"
+msgstr "Engar niðurstöður"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:97
+msgid "Other _Documents…"
+msgstr "Önnur s_kjöl..."
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:101
+msgid "Open another file"
+msgstr "Opna aðra skrá"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Eiginleikar"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "_Birta hægri spássíu í dálki:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Birta _stöðustiku"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _overview map"
+msgstr "Birta _yfirlitsmynd"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:125
+msgid "Display _grid pattern"
+msgstr "Birta _möskvamynstur"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:154
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Textaskrið"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:172
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "_Virkja textaskrið"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:186
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Ekki _skipta orðum milli lína"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:220
+msgid "Highlighting"
+msgstr "Áherslulitun"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:238
+msgid "Highlight current _line"
+msgstr "Lýsa upp núverandi _línu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:252
+msgid "Highlight matching _brackets"
+msgstr "Lýsa upp samstæða _hornklofa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:285
+msgid "View"
+msgstr "Skoða"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:307
+msgid "Tab Stops"
+msgstr "Inndráttarmerkingar"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:330
+msgid "_Tab width:"
+msgstr "Breidd inn_dráttar:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "Insert _spaces instead of tabs"
+msgstr "Setja _stafbil í stað inndráttarmerkja"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:374
+msgid "_Enable automatic indentation"
+msgstr "_Draga texta sjálfvirkt inn"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:409
+msgid "File Saving"
+msgstr "Vistun skráa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "Create a _backup copy of files before saving"
+msgstr "Gera ör_yggisafrit áður en skrár eru vistaðar"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:443
+msgid "_Autosave files every"
+msgstr "Vist_a sjálfvirkt hverja"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:459
+msgid "_minutes"
+msgstr "_mínútur"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:506
+msgid "Editor"
+msgstr "Ritill"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:529
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:24
+msgid "Font"
+msgstr "Letur"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:573
+msgid "Editor _font: "
+msgstr "Letur_gerð ritils: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:590
+msgid "Pick the editor font"
+msgstr "Velja leturgerð ritils"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:631
+msgid "Color Scheme"
+msgstr "Litastef"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:678
+#: gedit/resources/ui/gedit-preferences-dialog.ui:679
+msgid "Install scheme"
+msgstr "Setja inn skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:680
+msgid "Install Scheme"
+msgstr "Setja inn skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:694
+#: gedit/resources/ui/gedit-preferences-dialog.ui:695
+msgid "Uninstall scheme"
+msgstr "Fjarlægja skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:696
+msgid "Uninstall Scheme"
+msgstr "Fjarlægja skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:736
+msgid "Font & Colors"
+msgstr "Letur og litir"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:761
+msgid "Plugins"
+msgstr "Viðbætur"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Málfræðilitun"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Prenta málski_punarupplýsingar"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Línunúmer"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Prenta línunú_mer"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Númera hverja"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "línur"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Haus á síðu"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Prenta síðu_hausa"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Leturgerðir"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Meginmál:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Línunúmer:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "H_ausar og neðanmálsgreinar:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Endu_rvekja sjálgefna leturgerð"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Sýna fyrri síðu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Sýna næstu síðu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Núverandi síða (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "af"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "alls síður"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Heildarfjöldi blaðsíðna í þessu skjali"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Sýna margar síður"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Aðdráttur 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Renna að allri síðunni"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Renna að síðu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Renna frá síðu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Loka _prentunarforskoðun"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Loka forskoðuninni"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Forskoðun síðu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Forskoðun einnar blaðsíðu úr skjalinu sem á að prenta"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Skipt_a út öllu"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Finna"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "F_inna "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "S_kipta út með "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Hástafsnæ_mt"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Máta einungis h_eil orð"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_gluleg segð"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Leita afturá_bak"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Um_brjóta í kringum"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Skjöl"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Búa til nýtt skjal í nýjum flipa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Opna skjal"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Vista skjalið"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Vista skjalið með nýju skráarheiti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Vista öll skjölin"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Loka skjalinu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Loka öllum skjölum"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Opna aftur það skjal sem síðast var lokað"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Skipta yfir í næsta skjal"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Skipta yfir í fyrra skjal"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Skipta í fyrsta — n-ta skjalið"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Gluggar og spjöld"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Búa til nýtt skjal í nýjum glugga"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Búa til nýjan flipahóp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Birta hliðarspjald"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Birta botnstiku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Heilskjár af/á"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Hætta í forritinu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Finna og skipta út"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Leita"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Finna næstu samsvörun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Finna fyrri samsvörun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Hreinsa áherslulitun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:185
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Fara á línu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:193
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Afrita og líma"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Afrita valinn texta á klippispjald"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:205
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Klippa valinn texta á klippispjald"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:212
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Líma texta af klippispjaldi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:220
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Afturkalla og endurtaka"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:225
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Afturkalla síðustu skipun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:232
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Endurtaka síðustu skipun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:240
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Valið"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Velja allan texta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Breytingar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Víxla á milli Innsetning / Yfirskrifun"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Eyða núverandi línu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Sameina valdar línur"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Færa núverandi línu upp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Færa núverandi línu niður"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Flytja núverandi orð til vinstri"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Flytja núverandi orð til hægri"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Umbreyta í hástafi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Umbreyta í lágstafi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Víxla há- og lágstöfum"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Hækka tölu undir bendli"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Lækka tölu undir bendli"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Verkfæri"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Athuga stafsetningu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Prenta þetta skjal"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Birta orðaklárunarglugga"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Loka skjali"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:66
+#: gedit/resources/ui/gedit-window.ui:401
+msgid "Open a file"
+msgstr "Opna skrá"
+
+#: gedit/resources/ui/gedit-window.ui:65 gedit/resources/ui/gedit-window.ui:386
+#: gedit/resources/ui/gedit-window.ui:400
+msgid "Open"
+msgstr "Opna"
+
+#: gedit/resources/ui/gedit-window.ui:80 gedit/resources/ui/gedit-window.ui:87
+#: gedit/resources/ui/gedit-window.ui:415
+#: gedit/resources/ui/gedit-window.ui:422
+msgid "Create a new document"
+msgstr "Búa til nýtt skjal"
+
+#: gedit/resources/ui/gedit-window.ui:86 gedit/resources/ui/gedit-window.ui:421
+msgid "New"
+msgstr "Nýtt"
+
+#: gedit/resources/ui/gedit-window.ui:109
+#: gedit/resources/ui/gedit-window.ui:114
+#: gedit/resources/ui/gedit-window.ui:460
+#: gedit/resources/ui/gedit-window.ui:465
+msgid "Save the current file"
+msgstr "Vista núverandi skjal"
+
+#: gedit/resources/ui/gedit-window.ui:113
+#: gedit/resources/ui/gedit-window.ui:457
+#: gedit/resources/ui/gedit-window.ui:464
+msgid "Save"
+msgstr "Vista"
+
+#: gedit/resources/ui/gedit-window.ui:256
+msgid "Hide panel"
+msgstr "Fela stiku"
+
+#: gedit/resources/ui/gedit-window.ui:371
+msgid "Open a file dialog"
+msgstr "Opna skráaglugga"
+
+#: gedit/resources/ui/gedit-window.ui:431
+#: gedit/resources/ui/gedit-window.ui:436
+#: gedit/resources/ui/gedit-window.ui:437
+msgid "Leave Fullscreen"
+msgstr "Fara úr heilskjá"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:5
+msgid "Check update"
+msgstr "Athuga með uppfærslu"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:6
+msgid "Check for latest version of gedit"
+msgstr "Athuga með nýjustu útgáfu gedit"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Villa kom upp þegar sýna átti slóðina."
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "Sæ_kja"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Hunsa útgáfu"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Það er til ný útgáfa gedit"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Þú getur sótt nýja útgáfu af gedit með því að smella á niðurhalshnappinn eða "
+"hunsað þetta og beðið aðeins eftir nýrri útgáfu"
+
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:5
+msgid "Version to Ignore"
+msgstr "Útgáfa sem á að hunsa"
+
+#. This is releated to the next gedit version to be released
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:7
+msgid "Version to ignore until a newer version is released."
+msgstr "Útgáfa sem á að hunsa þar til ný útgáfa verður gefin út."
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Tölfræði skjalsins"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Telja fjölda orða, lína og stafa í skjali."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "_Tölfræði skjals"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Skjal"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Valinn texti"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Línur"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Orð"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Bókstafir (með bilum)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Bókstafir (án bila)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bæti"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Byggingarútgáfa"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Keyrðu \"make\" í möppu skjalsins"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Opna skjáhermi hér"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Opna skjáhermi á staðsetningu skjalsins"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Fjarlægja bil aftan við línu"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Fjarlægja ónauðsynleg bil í skránni"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Keyra skipun"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Keyrðu sérsniðna skipun og settu úttak hennar í nýtt skjal"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Senda til fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Límaa valinn texta eða allt skjalið í fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Utanáliggjandi verkfæri"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Framkvæma ytri skipanir og skeljarskriftur."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:15
+msgid "Whether to use the system font"
+msgstr "Hvort nota eigi kerfisletur"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Satt merkir að utanaðkomandi verkfæri skuli nota leturgerð úr víðværum "
+"skjáborðsstillingum ef sú gerð hefur jafnbreitt letur (en annars er reynt að "
+"finna eitthvað svipað)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango letur. Dæmi: \"Sans 12\" eða \"Monospace Bold 14\"."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Sýsla m_eð utanáliggjandi verkfæri"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "U_tanáliggjandi verkfæri"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Gat ekki framkvæmt skipun: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Þú verður að vera innan orðs til að keyra þessa skipun"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Keyrandi verkfæri:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Lokið."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Fór út"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Öll tungumál"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:772
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Öll tungumál"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nýtt verkfæri"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Flýtilyklinum er þegar úthlutað til %s"
+
+#: plugins/externaltools/tools/manager.py:727
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Sláðu inn flýtilykla, eða notaðu Aftur-á-bak til að hreinsa"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator"
+msgstr "Sláðu inn nýjan flýtilykill"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Stöðvað."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Stöðva verkfæri"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Alltaf tiltækt"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Öll skjöl"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Öll skjöl nema þau sem eru ónefnd"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Einungis staðværar skrár"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Einungis fjartengdar skrár"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Einungis ónefndar skrár"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Núverandi skjal"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Núverandi val"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Núverandi val (sjálfgefið er skjal)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Núverandi lína"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Núverandi orð"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Birta á botnstiku"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Búa til nýtt skjal"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Vista þetta skjal"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Skipta út þessu skjali"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Skipta út núverandi vali"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Setja inn við bendilstöðu"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Sýsla með utanáliggjandi verkfæri"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Bæta við nýju verkfæri"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Bæta við verkfæri"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Fjarlægja valið verkfæri"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Fjarlægja verkfæri"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Frumstilla verkfæri"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Frumstilla verkfæri"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Flýtily_kill:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Vista:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Inntak:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "Útta_k:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "Á við _um:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Úttak verkfæris"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Skráavafrastika"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel"
+msgstr "Einfalt aðgengi úr hliðarstiku"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Heim"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Skráakerfi"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Skráavafri"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "Villa kom upp við að búa til nýja möppu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "Villa kom upp við að búa til nýja skrá"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "Villa kom upp við að endurnefna skrá eða möppu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "Villa kom upp við að eyða skrá eða möppu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Villa kom upp við að opna möppu í skráastjóra"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "Villa kom upp við að setja rótarmöppu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "Villa kom upp við að hlaða inn möppu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "Villa kom upp"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Það er ekki hægt að flytja skrána í ruslið.\n"
+"Viltu eyða henni endanlega?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Ekki er hægt að henda skránni \"%s\" í ruslið."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "Ekki var hægt að setja valdar skrár í ruslið."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Ertu viss um að þú viljir endanlega eyða „%s“?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Ertu viss að þú viljir endanlega eyða völdum skrám?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "Ef þú eyðir hlut hverfur hann varanlega."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1703
+msgid "(Empty)"
+msgstr "(Tómt)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3327
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Endurnefnda skráin er núna síuð út. Þú verður að breyta stillingum síunnar "
+"svo að skráin verði sjáanleg"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3578
+msgid "Untitled File"
+msgstr "Ónefnd skrá"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3606
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Nýja skráin er núna síuð út. Þú verður að breyta stillingum síunnar svo að "
+"skráin verði sjáanleg"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3635
+msgid "Untitled Folder"
+msgstr "Ónefnd mappa"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3658
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Nýja mappan er núna síuð út. Þú verður að breyta stillingum síunnar svo að "
+"mappan verði sjáanleg"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:757
+msgid "Bookmarks"
+msgstr "Bókamerki"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1957
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Ekkert tengiviðfang fyrir tengda gagnamiðilinn: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2026
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Gat ekki opnað miðil: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2069
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Gat ekki tengt gagnamiðilinn: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2581
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Villa við að hlaða inn '%s': Engin slík mappa til"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:5
+msgid "Open With Tree View"
+msgstr "Opna í greinasýn"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Opna í greinasýn þegar skráaskoðunarviðbótin hleðst inn í staðinn fyrir "
+"bókamerkjasýn"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:10
+msgid "File Browser Root Directory"
+msgstr "Grunnmappa (rót) skráavafra"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Grunnmappa (rót) skráavafra sem á að nota við hleðslu "
+"skráaskoðunarviðbótarinnar þegar valið er að birta greinasýn."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Sýndargrunnappa (sýndarrót) skráavafra"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Sýndargrunnmappa (sýndarrót) skráavafra sem á að nota við hleðslu "
+"skráaskoðunarviðbótarinnar þegar valið er að birta greinasýn. Sýndarrótin "
+"þarf að vera undir hinni eiginlegu rót."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Virkja endurheimt frá fjartengdum stöðum"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Stillir hvort virkja eigi endurheimtingu frá fjartengdum stöðum."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:25
+msgid "Set Location to First Document"
+msgstr "Stilla staðsetningu á fyrsta skjalið"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:30
+msgid "File Browser Filter Mode"
+msgstr "Síunarhamur skráavafra"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:35
+msgid "File Browser Filter Pattern"
+msgstr "Síunarmynstur skráavafra"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Síunarmynstrið sem á að sía skráavafra með. Þessi sía virkar í síunarhamnum."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:40
+msgid "File Browser Binary Patterns"
+msgstr "Síunarmynstur tvíundakerfisskráa í skráavafra"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Viðbótarmynstur þegar síaðar eru tvíundakerfisskrár."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Setja rót við virkt skjal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Ný mappa"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Ný s_krá"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "Endu_rnefna..."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Henda í ruslið"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Upp_færa sýn"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "Skoða _möppu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Opna í skjáhermi"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Sía"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Sýna _faldar skrár"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "_Birta tvíundakerfisskrár"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Samsvara skráarheiti"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Ferill"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Opna ferilsvalmyndina"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Upplýsingalínur (modelines)"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+"Stuðningur gedit við upplýsingalínur (modelines) eins og í Emacs, Kate og "
+"Vim."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:5
+msgid "Command Color Text"
+msgstr "Litur skipunartexta"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:6
+msgid "The command color text"
+msgstr "Liturinn á texta skipana"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:10
+msgid "Error Color Text"
+msgstr "Litur villutexta"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:11
+msgid "The error color text"
+msgstr "Liturinn á texta villna"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Satt merkir að skjáhermirinn skuli nota leturgerð úr víðværum "
+"skjáborðsstillingum ef sú gerð hefur jafnbreitt letur (en annars er reynt að "
+"finna eitthvað svipað)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_Litur skipunar:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Litur _villu:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python stjórnskjár"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Gagnvirkur Python stjórnskjár á botnstiku"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Fljótleg áherslulitun"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Áherslulitar hvert tilvik valins texta."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Flýtiopna…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Flýtiopna"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files"
+msgstr "Opna skrár hratt"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Skrifaðu hér til að leita..."
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "_Sýsla með úrklippur…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Úrklippur"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Ekki var hægt að búa til \"%s\" safnskrána"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Úttaksmappan \"%s\" er ekki til"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Úttaksmappan \"%s\" er ekki gild mappa"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Skráin \"%s\" er ekki til"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Skráin '%s' er ekki gild úrklippuskrá"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Innflutta skráin '%s' er ekki gild úrklippuskrá"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Ekki var hægt að afþjappa \"%s\" safnskrána"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Ekki var hægt að flytja inn eftirtaldar skrár: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Skráin '%s' er ekki gild úrklippusafnskrá"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Úrklippusafn"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Bæta við nýrri úrklippu…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Víðvært"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Endurheimta valda úrklippu"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Eyða valinni úrklippu"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Þetta er ekki gildur dálklykilsvekjari (TAB trigger). Vekjarar geta annað "
+"hvort innihaldið bókstafi (eða _, : og .) eða stök staftákn (ekki-bókstafi) "
+"eins og: {, [, o.s.frv."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Eitt orð, úrklippan er virkjuð eftir að ýtt er á dálklykil (TAB)"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Eftirfarandi villa kom upp við innflutning: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Innflutningur heppnaðist vel"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Flytja inn úrklippur"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Allar studdar safnskrár"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip-þjöppuð safnskrá"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2-þjöppuð safnskrá"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Ein úrklippuskrá"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Allar skrár"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Eftirfarandi villa kom upp við útflutning: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Útflutningur heppnaðist vel"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Hvaða tengiliði á að flytja út?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Engar úrklippur eru valdar til að flytja út"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Flytja út úrklippur"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Sláðu inn nýjan flýtilykil, eða notaðu Backspace til að hreinsa"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Settu inn nýjan flýtilykil"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Keyrsla Python skipunarinnar (%s) fór fram úr hámarkstíma, hætt við keyrslu."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Keyrsla Python skipunarinnar (%s) mistókst: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Setja inn oft notaðan texta á hraðvirkan hátt"
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Sýsla með úrklippur"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Búa til nýja úrklippu"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Bæta við úrklippu"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Fjarlægja úrklippu"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Flytja inn úrklippur"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Flytja út valdar úrklippur"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Flytja út úrklippur"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Virkjun"
+
+#: plugins/snippets/snippets/snippets.ui:244
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Dálklykilsvekjari:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Flýtily_kill:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Flýtilykill sem notaður er til að virkja úrklippuna"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Sle_ppiúttök:"
+
+#: plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort…"
+msgstr "_Raða…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Raða"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Öfug röð"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Fja_rlægja tvítök"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Næmt fyrir há og lágstöfum"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Byrja í _dálki:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "R_aða"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Raðar skjali eða völdum texta."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Yfirfara stafsetningu…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Sti_lla tungumál…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Á_herslulita rangt stafsett orð"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Stafsetningarleiðrétting"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Skoðar stafsetningu á þessu skjali."
+
+#: plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time…"
+msgstr "_Setja inn dagsetningu og tíma…"
+
+#: plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "Tiltæk snið"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:5
+msgid "Prompt Type"
+msgstr "Spyrja um tegund"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Hvort spyrja eigi notandann um skráasnið eða hvort nota eigi valið eða "
+"sérsniðið skráasnið."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:10
+msgid "Selected Format"
+msgstr "Valið snið"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Valið snið sem notað er þegar slegin eru inn dagsetningar og tími."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:15
+msgid "Custom Format"
+msgstr "Sérsnið"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Sérsnið sem notað er þegar slegin eru inn dagsetningar og tími."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Setja inn dagsetningu og tíma"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Nota _valið snið"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Nota sérhannað snið"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "Setja _inn"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Breyta dagsetningu og tíma"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Þegar sett er inn dagsetning og tími…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "S_pyrja um snið"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Setja inn dagsetningu/tíma"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Setur inn dagsetningu og tíma við núverandi bendilstöðu."
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit textaritill"
+
+#~ msgid "_About"
+#~ msgstr "_Um"
+
+#~ msgid "Tools"
+#~ msgstr "Verkfæri"
+
+#~ msgid "C_haracter Encoding:"
+#~ msgstr "Sta_fatafla:"
+
+#~ msgid "L_ine Ending:"
+#~ msgstr "Línuend_ingar:"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Hunsa"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Sýsla með u_tanáliggjandi verkfæri..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Flýtiopna..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "_Sýsla með úrklippur..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Sti_lla tungumál..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "_Setja inn dagsetningu og tíma..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Opna nýjan glugga"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Opna nýtt skjal"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Stilla stærð og staðsetningu gluggans (BREIDDxHÆÐ+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "STÆRÐARHLUTFÖLL"
+
+#~ msgid "Question"
+#~ msgstr "Spurning"
+
+#~ msgid "Help"
+#~ msgstr "Hjálp"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(engar tillögur um orð)"
+
+#~ msgid "_More..."
+#~ msgstr "_Meira.."
+
+# Ignore all
+#~ msgid "_Ignore All"
+#~ msgstr "_Hunsa allt"
+
+# + Add to Dictionary
+#~ msgid "_Add"
+#~ msgstr "_Bæta í orðasafn"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "Tillögur um _stafsetningu..."
+
+#~ msgid "Error:"
+#~ msgstr "Villa:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Lauk stafsetningarvilluleit"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Engin rangt stafsett orð"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(leiðrétta stafsetningu)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Uppástungur"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Óþekkt (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Sjálfgefið"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Ve_ldu tungumál núverandi skjals."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Misritað orð:"
+
+#~ msgid "word"
+#~ msgstr "orð"
+
+#~ msgid "Change _to:"
+#~ msgstr "Breyta _í:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Athuga _orð"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Uppástungur:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Hunsa _allt"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Bre_yta"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Breyta ö_llu"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Orðasafn notanda:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Bæta við _orði"
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Þú getur ekki afturkallað röðunaraðgerð"
+
+#~ msgid "_OK"
+#~ msgstr "Í _lagi"
+
+#~ msgid "Set language"
+#~ msgstr "Stilla tungumál"
+
+#~ msgid "Languages"
+#~ msgstr "Tungumál"
+
+#~ msgid "The document is empty."
+#~ msgstr "Skjalið er tómt."
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Sjálfuppgötvaðar stafatöflur"
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Stafatöflur sýndar í valmynd"
+
+#~ msgid "Character encodings"
+#~ msgstr "Stafatöflur"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "_Kóðanir sýndar í valmynd:"
+
+#~ msgid "P_revious Page"
+#~ msgstr "Fy_rri síða"
+
+#~ msgid "_Next Page"
+#~ msgstr "_Næsta síða"
diff --git a/po/it.po b/po/it.po
new file mode 100644
index 0000000..fe0209b
--- /dev/null
+++ b/po/it.po
@@ -0,0 +1,3592 @@
+# Italian translation of gedit
+# Copyright (C) 1998-2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018 Free Software Foundation, Inc.
+# Copyright (C) 2019, 2020 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Paolo Maggi <maggi@athena.polito.it> 2002
+# Giuseppe <quiquoqua@pn.itnet.it>, 1998.
+# Alessio Frusciante <algol@firenze.linux.it>, 2002.
+# Roberto Rosselli Del Turco <rosselli@ling.unipi.it>, 2003-2005.
+# Milo Casagrande <milo@milo.name>, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019.
+# Milo Casagrande <milo@milo.name>, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-07-08 15:04+0000\n"
+"PO-Revision-Date: 2020-08-26 11:00+0200\n"
+"Last-Translator: Milo Casagrande <milo@milo.name>\n"
+"Language-Team: Italian <tp@lists.linux.it>\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"X-Generator: Poedit 2.4.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Modifica file di testo"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit è l'editor di testo dell'ambiente grafico GNOME"
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"L'obiettivo di gedit è di essere facile da utilizzare, attraverso una "
+"semplice interfaccia grafica. Funzionalità più avanzate sono disponibili "
+"abilitando dei plugin."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Editor di testo"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Editor;Testo;Text;Scrivere;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Nuova finestra"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Nuovo documento"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Usa il carattere predefinito"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Indica se utilizzare il carattere a spaziatura fissa predefinito del sistema "
+"per la modifica del testo invece di un carattere specifico di gedit. Se "
+"questa opzione è disabilitata, allora il carattere indicato per mezzo "
+"dell'opzione \"Carattere dell'editor\" verrà utilizzato al posto di quello "
+"di sistema."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Carattere dell'editor"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Un carattere scelto dall'utente che verrà utilizzato nell'area di modifica. "
+"Verrà utilizzato soltanto se l'opzione \"Usa il carattere predefinito\" è "
+"disabilitata."
+
+# (NdT) o Schema dello stile?
+# Ho messo così perché c'è anche Schema colore
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Schema stile"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "L'ID di uno schema stile GtkSourceView usato per colorare il testo."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Crea copie di backup"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Indica se il programma deve creare delle copie di backup per i file che "
+"salva."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Salvataggio automatico"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Indica se il programma deve salvare automaticamente i file modificati dopo "
+"un certo intervallo di tempo. Tale intervallo è definito in \"Intervallo per "
+"il salvataggio automatico\"."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Intervallo per il salvataggio automatico"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Numero di minuti trascorsi i quali il programma salverà automaticamente i "
+"file modificati. Questo avverrà soltanto se l'opzione \"Salvataggio "
+"automatico\" è abilitata."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Numero massimo di azioni annullabili"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Numero massimo di azioni che sarà possibile annullare e ripetere. Usare "
+"\"-1\" per un numero illimitato di azioni."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Modalità a capo automatico"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Specifica come effettuare l'a capo automatico di righe troppo lunghe "
+"nell'area di modifica. Usare \"none\" per evitare l'a capo automatico, \"word"
+"\" per effettuarlo in base alle singole parole e \"char\" per effettuarlo in "
+"base ai singoli caratteri. I valori sono sensibili all'uso di maiuscolo/"
+"minuscolo, per cui è necessario digitarli esattamente come sono riportati "
+"qui."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Ultima scelta fatta per la modalità di a capo automatico"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Specifica la modalità di divisione della parola in modalità a capo "
+"automatico così da ricordare, quando l'a capo automatico è disabilitato, "
+"come dividere le parole. Usare \"word\" per andare a capo sulle parole e "
+"\"char\" per andare a capo su caratteri singoli."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Dimensione della scheda"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Specifica il numero di spazi che verranno mostrati al posto dei caratteri di "
+"tabulazione."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Inserisci spazi"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Indica se il programma deve inserire spazi al posto delle tabulazioni."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Rientro automatico"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Indica se il programma deve attivare il rientro automatico."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Mostra i numeri di riga"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Indica se il programma deve visualizzare i numeri di riga nell'area di "
+"modifica."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Evidenzia riga corrente"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Indica se il programma deve evidenziare la riga corrente."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Evidenzia parentesi corrispondenti"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Indica se il programma deve evidenziare le parentesi corrispondenti."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Mostra il margine destro"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Indica se il programma deve mostrare il margine destro nell'area di modifica."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Posizione del margine destro"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Specifica la posizione del margine destro."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Motivo di sfondo del documento"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Indica se il documento avrà un motivo di sfondo."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Inizio/Fine intelligente"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Specifica il movimento del cursore alla pressione dei tasti Inizio e Fine. "
+"Usare \"disabled\" per muovere sempre all'inizio/fine della riga, \"after\" "
+"per muovere all'inizio/fine della riga alla prima pressione e all'inizio/"
+"fine del testo, esclusi gli spazi, alla seconda pressione. Usare \"before\" "
+"per muovere all'inizio/fine del testo prima di muovere all'inizio/fine della "
+"riga e \"always\" per muovere sempre all'inizio/fine del testo invece che "
+"della riga."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Ripristina posizione del cursore"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Indica se il programma deve ripristinare la posizione del cursore al "
+"caricamento di un file."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Attiva l'evidenziazione della sintassi"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Indica se il programma deve abilitare l'evidenziazione della sintassi."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Attiva l'evidenziazione del testo cercato"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Indica se il programma deve evidenziare tutte le occorrenze del testo "
+"cercato."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Assicura l'a capo finale"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Indica se il programma deve assicurarsi che i documenti terminino sempre con "
+"un a capo."
+
+# (ndt) certo che l'originale...
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Modalità di visualizzazione schede a blocchi"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Specifica quando visualizzare il blocco delle schede. Usare \"never\" per "
+"non visualizzare mai le schede, \"always\" per visualizzarle sempre e \"auto"
+"\" per visualizzare le schede solo quando ne è presente più di una. I valori "
+"sono sensibili all'uso di maiuscolo/minuscolo, per cui è necessario "
+"digitarli esattamente come sono riportati qui."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "La barra di stato è visibile"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Indica se rendere visibile o meno la barra di stato in fondo alle finestre "
+"di modifica."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Il riquadro laterale è visibile"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Indica se rendere visibile o meno il riquadro laterale alla sinistra delle "
+"finestre di modifica."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Stampa l'evidenziazione della sintassi"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Indica se il programma deve abilitare l'evidenziazione della sintassi nella "
+"stampa."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Intestazione di stampa"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Indica se il programma deve creare un'intestazione per i documenti che "
+"verranno stampati."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Stampa in modalità a capo automatico"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Specifica come effettuare l'a capo automatico di righe troppo lunghe per la "
+"stampa. Usare \"none\" per evitare l'a capo automatico, \"word\" per "
+"effettuarlo in base alle singole parole e \"char\" per effettuarlo in base "
+"ai singoli caratteri. I valori sono sensibili all'uso di maiuscolo/"
+"minuscolo, per cui è necessario digitarli esattamente come sono riportati "
+"qui."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Stampa numeri di riga"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Se questo valore è pari a 0, allora i numeri di riga non verranno inseriti "
+"al momento della stampa di un documento. In caso contrario, verranno "
+"stampati i numeri di riga ogni n righe, dove n corrisponde al valore "
+"indicato."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Carattere del corpo del testo per la stampa"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Specifica il carattere usato per il corpo del testo di un documento al "
+"momento della stampa."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Carattere dell'intestazione per la stampa"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Specifica il carattere da usare per le intestazioni di pagina al momento "
+"della stampa. Verrà utilizzato soltanto se l'opzione \"Intestazione di stampa"
+"\" è abilitata."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Carattere del numero di riga per la stampa"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Specifica il carattere da usare per i numeri di riga al momento della "
+"stampa. Verrà utilizzato soltanto se il valore impostato per l'opzione "
+"\"Stampa i numeri di riga\" è diverso da zero."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Margine sinistro"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Il margine sinistro, in millimetri."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Margine alto"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Il margine alto, in millimetri."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Margine destro"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Il margine destro, in millimetri."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Margine basso"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Il margine basso, in millimetri."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Codifiche possibili"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Lista di possibili codifiche mostrate nel menù delle codifiche nel selettore "
+"di apertura/salvataggio file. \"CURRENT\" rappresenta la codifica attuale; "
+"solo le codifiche riconosciute vengono utilizzate. Il valore predefinito è "
+"un elenco vuoto, nel qual caso il programma sceglierà quelle migliori in "
+"base allo paese e alla lingua."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Plugin attivi"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Elenco di plugin attivi."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Mostra la versione dell'applicazione"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Visualizza l'elenco dei possibili valori per l'opzione di codifica"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Imposta la codifica dei caratteri da usare per aprire i file elencati nella "
+"riga di comando"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "CODIFICA"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Crea una nuova finestra di livello più alto in un'istanza esistente del "
+"programma"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Crea un nuovo documento in un'istanza esistente del programma"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Apre i file e blocca il processo fino alla chiusura dei file"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Esegue il programma in modalità autonoma"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+RIGA[:COLONNA]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Si è verificato un errore nel mostrare l'aiuto."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codifica non valida."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Chiudi senza sal_vare"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "A_nnulla"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Sa_lva come…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Salva"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Se non si salva, le modifiche apportate nell'ultimo %ld secondo andranno "
+"perse per sempre."
+msgstr[1] ""
+"Se non si salva, le modifiche apportate negli ultimi %ld secondi andranno "
+"perse per sempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Se non si salva, le modifiche apportate nell'ultimo minuto andranno perse "
+"per sempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Se non si salva, le modifiche apportate nell'ultimo minuto e %ld secondo "
+"andranno perse per sempre."
+msgstr[1] ""
+"Se non si salva, le modifiche apportate nell'ultimo minuto e %ld secondi "
+"andranno perse per sempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Se non si salva, le modifiche apportate nell'ultimo %ld minuto andranno "
+"perse per sempre."
+msgstr[1] ""
+"Se non si salva, le modifiche apportate negli ultimi %ld minuti andranno "
+"perse per sempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Se non si salva, le modifiche apportate nell'ultima ora andranno perse per "
+"sempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Se non si salva, le modifiche apportate nell'ultima ora e %d minuto andranno "
+"perse per sempre."
+msgstr[1] ""
+"Se non si salva, le modifiche apportate nell'ultima ora e %d minuti andranno "
+"perse per sempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Se non si salva, le modifiche apportate nell'ultima %d ora andranno perse "
+"per sempre."
+msgstr[1] ""
+"Se non si salva, le modifiche apportate nelle ultime %d ore andranno perse "
+"per sempre."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Salvare le modifiche al documento «%s» prima di chiudere?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"C'è %d documento con modifiche non salvate. Salvare le modifiche prima di "
+"chiudere?"
+msgstr[1] ""
+"Ci sono %d documenti con modifiche non salvate. Salvare le modifiche prima "
+"di chiudere?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "S_elezionare i documenti da salvare:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Se non si salva, tutte le modifiche andranno perse per sempre."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Caricamento del file «%s»…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Caricamento di %d file…"
+msgstr[1] "Caricamento di %d file…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Il file «%s» è in modalità sola lettura."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Tentare di sostituirlo con quello che si sta per salvare?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "Sostit_uisci"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Salvare il file comprimendo i dati?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Salvare il file come testo normale?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Il file «%s» è stato precedentemente salvato come testo normale e verrà ora "
+"salvato utilizzando una compressione dati."
+
+# (ndt) oppure "Salva e comprimi" ?
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Salva con compressione"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Il file «%s» è stato precedentemente salvato utilizzando una compressione "
+"dati e verrà ora salvato come testo normale."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Salva come testo semplice"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Salvataggio del file «%s»…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Salva come"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Ripristino del documento «%s»…"
+
+# (ndt) l'azione annulla effettivamente le modifiche che non sono state salvate.
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Annullare le modifiche non salvate al documento «%s»?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Le modifiche apportate al documento nell'ultimo %ld secondo andranno perse "
+"per sempre."
+msgstr[1] ""
+"Le modifiche apportate al documento negli ultimi %ld secondi andranno perse "
+"per sempre."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Le modifiche apportate al documento nell'ultimo minuto andranno perse per "
+"sempre."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Le modifiche apportate al documento nell'ultimo minuto e %ld secondo "
+"andranno perse per sempre."
+msgstr[1] ""
+"Le modifiche apportate al documento nell'ultimo minuto e %ld secondi "
+"andranno perse per sempre."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Le modifiche apportate al documento nell'ultimo %ld minuto andranno perse "
+"per sempre."
+msgstr[1] ""
+"Le modifiche apportate al documento negli ultimi %ld minuti andranno perse "
+"per sempre."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Le modifiche apportate al documento nell'ultima ora andranno perse per "
+"sempre."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Le modifiche apportate al documento nell'ultima ora e %d minuto andranno "
+"perse per sempre."
+msgstr[1] ""
+"Le modifiche apportate al documento nell'ultima ora e %d minuti andranno "
+"perse per sempre."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Le modifiche apportate al documento nell'ultima %d ora andranno perse per "
+"sempre."
+msgstr[1] ""
+"Le modifiche apportate al documento nelle ultime %d ore andranno perse per "
+"sempre."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Ripristina"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr ""
+"gedit è un editor di testo piccolo e leggero per l'ambiente grafico GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Milo Casagrande <milo@milo.name>, 2005-2019\n"
+"Roberto Rosselli Del Turco <rosselli@ling.unipi.it>, 2003-2005"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Trovata e sostituita %d occorrenza"
+msgstr[1] "Trovate e sostituite %d occorrenze"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Trovata e sostituita una occorrenza"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "«%s» non trovato"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Documento %d senza nome"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Gruppo schede %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Sola lettura"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Riconoscimento automatico"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Aggiungi o rimuovi…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Locale attuale (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (locale attuale)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Reimpostare le preferenze di codifica dei caratteri?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "R_eimposta"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Aggiungi"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Rimuovi"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Sposta a una priorità maggiore"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Sposta a una priorità minore"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Tutti i file"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Tutti i file di testo"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Co_difica caratteri:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Fine _riga:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Apri file"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Apri"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Testo semplice"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Riprova"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Impossibile trovare il file «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Controllare di aver digitato correttamente la posizione e riprovare."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Impossibile gestire posizioni «%s:»."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Impossibile gestire questa posizione."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Impossibile accedere alla posizione del file."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "«%s» è una directory."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "«%s» non è una posizione valida."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Non è stato trovato alcun host «%s». Controllare che le impostazioni del "
+"proxy siano corrette e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Il nome dell'host non è valido. Controllare di aver digitato correttamente "
+"la posizione e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "«%s» non è un file regolare."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Connessione scaduta. Riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Errore inatteso: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Impossibile trovare il file richiesto: forse è stato eliminato di recente."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Impossibile ripristinare il file «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Codifica _caratteri:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "_Modifica lo stesso"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Il numero di collegamenti da seguire è limitato e non è possibile trovare il "
+"file con questo limite."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Permessi non sufficienti per aprire il file."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Impossibile determinare la codifica dei caratteri."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Assicurarsi che il file non sia un file binario."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Selezionare una codifica dei caratteri dal menù e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Si è verificato un problema nell'aprire il file «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Il file aperto contiene alcuni caratteri non validi. Continuando a "
+"modificare il file, il documento potrebbe diventare inutilizzabile."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"È possibile scegliere un'altra codifica dei caratteri e provare nuovamente."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Impossibile aprire il file «%s» usando la codifica dei caratteri «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Selezionare una diversa codifica dei caratteri dal menù e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Impossibile aprire il file «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Impossibile salvare il file «%s» usando la codifica dei caratteri «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Il documento contiene uno o più caratteri che non possono essere codificati "
+"utilizzando la codifica specificata."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "_Salva comunque"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "_Non salvare"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Il file «%s» è stato modificato dall'ultima lettura."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Salvare il file può comportare la perdita di tutte le modifiche esterne. "
+"Salvare lo stesso?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impossibile gestire posizioni «%s:» in modalità scrittura: assicurarsi di "
+"aver digitato correttamente la posizione e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impossibile gestire questo tipo di posizioni in modalità scrittura: "
+"assicurarsi di aver digitato correttamente la posizione e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"«%s» non è una posizione valida: assicurarsi di aver digitato correttamente "
+"la posizione e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Permessi per salvare il file insufficienti: assicurarsi di aver digitato "
+"correttamente la posizione e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Non c'è abbastanza spazio su disco per salvare il file. Liberare un po' di "
+"spazio e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Si sta cercando di salvare un file su di un disco a sola lettura. "
+"Assicurarsi di aver digitato correttamente la posizione e riprovare."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Un file con lo stesso nome esiste già. Usare un nome differente."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Il disco sul quale si sta cercando di salvare il file presenta una "
+"limitazione per quanto riguarda la lunghezza dei nomi dei file. Usare un "
+"nome più corto."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Il disco sul quale si sta cercando di salvare il file presenta una "
+"limitazione per quanto riguarda le dimensioni dei file. Salvare un file più "
+"piccolo, oppure salvare il file su un disco che non ha questa limitazione."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Impossibile salvare il file «%s»."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Fare clic su questo pulsante per selezionare il carattere che verrà usato "
+"dall'editor"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Usare il carattere a spaziatura fissa di sistema (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Lo schema colore selezionato non può essere installato: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Lo schema colore selezionato non può essere installato."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Aggiungi schema colore"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "Aggiungi sc_hema"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "File schema colore"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Impossibile rimuovere lo schema colore «%s»."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Preparazione…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "File: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Pagina %N di %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Visualizzazione pagina %d di %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Pagina %d di %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Niente"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Trova e sostituisci"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "SSC"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "C'è una scheda con errori"
+msgstr[1] "Ci sono %d schede con errori"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Ripristino di %s da %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Ripristino di %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Caricamento di %s da %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Caricamento di %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Salvataggio di %s in %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Salvataggio di %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Errore nell'aprire il file %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Errore nel ripristinare il file %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Errore nel salvare il file %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Nome:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "Tipo MIME:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Codifica:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ su %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Mostrare i numeri di _riga"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d di %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Ricomincia dall'inizio"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Espressione _regolare"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Solo parole int_ere"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Maiuscole/Minuscole"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Stringa da cercare"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Riga su cui spostare il cursore"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Corrispondenza parentesi oltre l'intervallo"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Corrispondenza parentesi non trovata"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Corrispondenza parentesi trovata alla riga: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rg %d, Col %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Larg. tab.: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Sono presenti documenti non salvati"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Modifica pagina riquadro laterale"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documenti"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Apre un file"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Apre un file usato di recente"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Sposta a _sinistra"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Sposta a _destra"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Sposta in nuova finestra"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Sposta in nuovo _gruppo di schede"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Chiudi"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Rientro automatico"
+
+# (ndt) opzione quando si seleziona la dimensione
+# della tabulazione
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Usare spazi"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Mostra i numeri di riga"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Mostra il margine destro"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Evidenzia la riga corrente"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "A capo automatico"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_File"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nuovo"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Apri _recenti"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Ria_pri schede chiuse"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Sa_lva come…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nuova finestra"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Ricarica"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "S_tampa…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Esci"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Modifica"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Annulla"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Ripeti"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Taglia"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Copia"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Incolla"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "Elimi_na"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Modalità so_vrascrittura"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Seleziona _tutti"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "Preferen_ze"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Visualizza"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Riquadro _laterale"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Riquadro inferiore"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Schermo intero"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Modalità e_videnziazione…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "C_erca"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Trova…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Trova _successivo"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Trova _precedente"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Trova e _sostituisci…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Azzera evidenziazione"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Vai alla _riga…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Strumenti"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documenti"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Sal_va tutti"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Chiudi tutti"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Nuovo _gruppo di schede"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Gruppo schede _precedente"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Gruppo schede _successivo"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Docu_mento precedente"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Documento successi_vo"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Sposta in nuova finestra"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "A_iuto"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "I_nformazioni su Editor di testo"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Sal_va tutti"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "Trova e _sostituisci…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Vai alla _riga…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Scorciatoie da tastiera"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Codifica caratteri"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "A_pplica"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Codifiche _disponibili"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Codifiche _scelte"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Descrizione"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Codifica"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Modalità evidenziazione"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Seleziona"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Modalità ricerca evidenziazione…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferenze"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Mostrare _il margine destro alla colonna:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Visualizza barra di _stato"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Visualizza motivo _griglia"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "A capo automatico"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "_Attivare a capo automatico"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Non _dividere le parole su due righe"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Evidenziazione"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Evidenziare la ri_ga corrente"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Evidenziare le _parentesi corrispondenti"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Vista"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulazioni"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Ampiezza _tabulazione:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Inserire _spazi invece di tabulazioni"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Attivare rientro automatico"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Salvataggio file"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Creare una copia di _backup dei file prima di salvare"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Salvare _automaticamente i file ogni"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minuti"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Carattere"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Carattere dell'editor: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Scelta del carattere dell'editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Schema colore"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Installa uno schema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Installa schema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Rimuove uno schema"
+
+# (NdT) o Schema dello stile?
+# Ho messo così perché c'è anche Schema colore
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Rimuovi schema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Caratteri e colori"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Plugin"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Evidenziazione sintassi"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Stampare _evidenziazione sintassi"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Numeri di riga"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Stampare numeri di _riga"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "Numeri _ogni"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "righe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Intestazione pagina"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "_Stampare intestazioni di pagina"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Caratteri"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "Corpo del _testo:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Numeri di riga:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Intestazioni e piè di pagina:"
+
+# (NdT) pulsante
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Ripristina caratteri predefiniti"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Mostra la pagina precedente"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Mostra la pagina successiva"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Pagina attuale (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "di"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Pagine totali"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Numero totale delle pagine del documento"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Mostra pagine multiple"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Adatta alla pagina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Ingrandisci"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Riduci"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Chiude l'anteprima di stampa"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Chiudi anteprima di stampa"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Anteprima di stampa"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "L'anteprima di stampa di una pagina del documento da stampare"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Sostituisci _tutti"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Trova"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "T_rova "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "S_ostituisci con "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Maiuscole/Minuscole"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Solo parole _intere"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Espressione _regolare"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Cercare all'in_dietro"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Ricominciare dall'inizio"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documenti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Crea un nuovo documento in una scheda"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Apre un documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Salva il documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Salva il documento con un nuovo nome"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Salva tutti i documenti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Chiude il documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Chiude tutti i documenti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Riapre il documento chiuso più recentemente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Passa al documento successivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Passa al documento precedente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Passa al primo o n-esimo documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Finestre e riquadri"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Crea un nuovo documento in una finestra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Crea un nuovo gruppo di schede"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Mostra il riquadro laterale"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Mostra riquadro inferiore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Attiva/Disattiva schermo intero"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Esce dall'applicazione"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Trova e sostituisci"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Trova"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Trova la corrispondenza successiva"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Trova la corrispondenza precedente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Azzera l'evidenziazione"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Annulla e ripeti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Annulla il comando precedente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Ripete il comando precedente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selezione"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Seleziona tutto il testo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Deseleziona tutto il testo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copia e incolla"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copia il testo selezionato negli appunti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Taglia il testo selezionato negli appunti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Incolla il testo dagli appunti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigazione"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Va alla riga"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Sposta all'inizio della riga corrente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Sposta alla fine della riga corrente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Sposta all'inizio del documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Sposta alla fine del documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Sposta visualizzazione in su nel file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Sposta visualizzazione in giù nel file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Sposta visualizzazione alla fine del file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Sposta visualizzazione all'inizio del file"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Sposta alla parentesi corrispondente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Va al gruppo di schede precedente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Va al gruppo di schede successivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Modifica"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Attiva/Disattiva sovrascrittura/inserimento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Attiva/Disattiva visibilità del cursore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Elimina la riga corrente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Sposta la riga corrente in su"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Sposta la riga corrente in giù"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Sposta la parola corrente a sinistra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Sposta la parola corrente a destra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Converte in maiuscolo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Converte in minuscolo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inverte maiuscole/minuscole"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrementa il numero sul cursore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Riduce il numero sul cursore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Strumenti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Controlla l'ortografia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Stampa il documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Mostra la finestra di completamento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Generale"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Mostra l'aiuto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Apre il menù"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Scorciatoie da tastiera"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Chiudi documento"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Crea un nuovo documento"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nuovo"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Salva il file corrente"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Salva"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Nascondi riquadro"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Finestra normale"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistiche sul documento"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Calcola il numero di parole, righe, e caratteri in un documento."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Statistiche sul _documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Selezione"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Righe"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Parole"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Caratteri (inclusi gli spazi)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Caratteri (esclusi gli spazi)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Byte"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Crea"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Esegue «make» nella directory del documento"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Apri terminale qui"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Apre un terminale nella posizione del documento"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Rimuovi gli spazi di fine riga"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Rimuove gli spazi di fine riga dal file"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Esegui un comando"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Esegue un comando personalizzato e inserisce l'output in un nuovo documento"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Inva a fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Incolla il testo selezionato o il documento attuale su fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Strumenti esterni"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Esegue comandi esterni e script della shell."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Indica se usare o meno il tipo di carattere di sistema"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se VERO, gli strumenti esterni utilizzeranno il carattere a spaziatura fissa "
+"definito a livello di ambiente grafico (o il carattere più idoneo "
+"altrimenti)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Il nome di un carattere Pango. Per esempio \"Sans 12\" o \"Monospace Bold "
+"14\"."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Gestione strumenti _esterni…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "S_trumenti esterni"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Impossibile eseguire il comando: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "È necessario essere su una parola per eseguire questo comando"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Strumento in esecuzione:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Fatto."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Uscito"
+
+# (ndt) in entrambe le stringhe si intendo 'linguaggi' di programmazione
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Tutti i linguaggi"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Tutti i linguaggi"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nuovo strumento"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Questa scorciatoia è associata con %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Inserire una nuova scorciatoia o premere Backspace per annullare"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Inserire una nuova scorciatoia"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Interrotto."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Ferma strumento"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Sempre disponibile"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Tutti i documenti"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Tutti i documenti esclusi quelli non salvati"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Solo file locali"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Solo file remoti"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Solo documenti senza nome"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Documento corrente"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Selezione corrente"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Selezione corrente (predefinita al documento)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Riga corrente"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Parola corrente"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Visualizza nel pannello inferiore"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Crea nuovo documento"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Aggiungi al documento corrente"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Sostituisci il documento corrente"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Sostituisci la selezione corrente"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Inserisci alla posizione del cursore"
+
+# (ndt) titolo
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Gestione strumenti esterni"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Aggiunge un nuovo strumento"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Aggiungi strumento"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Rimuove lo strumento selezionato"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Rimuovi strumento"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Ripristina lo strumento"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Ripristina strumento"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Tasto scorciatoia:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Salva:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Input:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Output:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Applicabilità:"
+
+# (NdT) nome del tab del plugin
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Output dello strumento"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Riquadro esplorazione file"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Accesso semplice ai file dal riquadro laterale."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Home"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "File system"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Esplorazione file"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Si è verificato un errore nel creare una nuova directory"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Si è verificato un errore nel creare un nuovo file"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Si è verificato un errore nel rinominare un file o una directory"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Si è verificato un errore nell'eliminare un file o una directory"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Si è verificato un errore nell'aprire una directory nel file manager"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Si è verificato un errore nell'impostazione della directory radice"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Si è verificato un errore nel caricare una directory"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Si è verificato un errore"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Impossibile spostare il file nel cestino,\n"
+"eliminarlo definitivamente?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Impossibile spostare il file «%s» nel cestino."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Non è possibile spostare i file selezionati nel cestino."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Eliminare definitivamente «%s»?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Eliminare definitivamente i file selezionati?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Se si elimina un oggetto sarà perso per sempre."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Vuoto)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Il file rinominato è stato escluso dal filtro. Modificare le impostazioni "
+"del filtro per rendere visibile il file"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "File senza nome"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Il nuovo file è stato escluso dal filtro. Modificare le impostazioni del "
+"filtro per rendere visibile il file"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Cartella senza nome"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"La nuova directory è stata esclusa dal filtro. Modificare le impostazioni "
+"del filtro per renderla visibile"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Segnalibri"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Nessun oggetto montato per il volume: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Impossibile aprire il supporto: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Impossibile montare il volume: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Errore nel caricare «%s»: directory inesistente"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Apri vista ad albero"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Apre la vista ad albero all'avvio del plugin dell'esplorazione file invece "
+"della vista a segnalibri"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Directory radice dell'esplorazione file"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"La directory radice da usare all'avvio del plugin dell'esplorazione file se "
+"onload/tree_view è VERO."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Directory radice virtuale dell'esplorazione file"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Directory radice virtuale da usare all'avvio del plugin dell'esplorazione "
+"file quando onload/tree_view è VERO. Deve essere sempre un livello più sotto "
+"della directory principale."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Abilitare il ripristino delle posizioni remote"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Indica se abilitare il ripristino di posizioni remote."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Imposta posizione al primo documento"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Se VERO il plugin dell'esplorazione file visualizza la directory del primo "
+"documento aperto se l'esplorazione di file non è ancora stata utilizzata "
+"(generalmente si applica nell'apertura di un documento dalla riga di comando "
+"o tramite il gestore di file)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Modalità di filtro dell'esplorazione file"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Questo valore determina quali file vengono filtrati dall'esplorazione dei "
+"file. Valori possibili sono: none (non filtra nulla), hide-hidden (filtra i "
+"file nascosti) e hide-binary (filtra i file binari)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Modello di filtro dell'esplorazione file"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Il modello di filtro con cui filtrare l'esplorazione dei file. Questo filtro "
+"viene applicato in modalità filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Modelli di file binari dell'esplorazione file"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+"Modelli aggiuntivi da usare durante l'operazione di filtro dei file binari."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "Impo_sta documento attivo come radice"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Nuova _cartella"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nuovo f_ile"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Rinomina…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Sposta nel cestino"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Aggiorna vista"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Visualizza cartella"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Apri nel terminale"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtra"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Mostra _nascosti"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Mostra file _binari"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Corrispondenza nome file"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Cronologia"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Apri il menù della cronologia"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modeline"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Supporto per le modeline di Emacs, Kate e Vim."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Colore testo del comando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Il colore del testo del comando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Colore testo dell'errore"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Il colore del testo dell'errore"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se VERO, il terminale utilizzerà il carattere a spaziatura fissa definito a "
+"livello di ambiente grafico (o il carattere più idoneo altrimenti)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Colore del c_omando:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Colore dell'_errore:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Console Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Console Python interattiva nel pannello inferiore."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Evidenziazione rapida"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Evidenzia tutte le occorrenze del testo selezionato."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Apri velocemente…"
+
+# (ndt) nome del plugin e titolo di dialogo
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Apri velocemente"
+
+# (ndt) questa è la descrizione del plugin
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Apre velocemente i file."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Ricerca…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Gestione _snippet…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Snippet"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "L'archivio «%s» non può essere creato"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "La directory di destinazione «%s» non esiste"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "La directory di destinazione «%s» non è valida"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Il file «%s» non esiste"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Il file «%s» non è un file snippet valido"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Il file «%s» importato non è un file snippet valido"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "L'archivio «%s» non può essere estratto"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "I seguenti file non possono essere importati: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Il file «%s» non è un archivio snippet valido"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Archivio snippet"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Aggiungi nuova snippet…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globale"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Ripristina snippet selezionata"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Elimina snippet selezionata"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Questo non è un tab trigger valido. I trigger possono contenere caratteri "
+"alfanumerici (oppure _, : e .) o un singolo carattere non-alfanumerico come: "
+"{, [, ecc..."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Singola parola con cui la snippet è attivata dopo la pressione del tasto "
+"tabulatore"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Si è verificato il seguente errore durante l'importazione: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importazione completata con successo"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importa snippet"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Tutti gli archivi supportati"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Archivio compresso con gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Archivio compresso con bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "File snippet singolo"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Tutti i file"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Si è verificato il seguente errore durante l'esportazione: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Esportazione completata con successo"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Includere nell'esportazione le snippet di <b>sistema</b> selezionate?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Non ci sono snippet selezionate per l'esportazione"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Esporta snippet"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Inserire una nuova scorciatoia o premere Backspace per pulire"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Inserire una nuova scorciatoia"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"L'esecuzione del comando Python (%s) ha superato il tempo massimo, verrà "
+"terminata."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Esecuzione del comando Python (%s) non riuscita: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Inserisce velocemente parti di testo molto usate."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Gestione snippet"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Crea una nuova snippet"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Aggiungi snippet"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Rimuovi snippet"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importa snippet"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Esporta snippet selezionate"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Esporta snippet"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Attivazione"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tab trigger:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Tasto _scorciatoia:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Tasto scorciatoia con cui la snippet è attivata"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Destinazioni:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Ordina…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ordina"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Ordine inve_rtito"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Ri_muovere i duplicati"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Maiuscole/minuscole"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "I_ncomincia dalla colonna:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Ordina"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Ordina un documento o il testo selezionato."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Controllo ortografico…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Configura _lingua…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Evidenzia errori ortografici"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Evidenzia errori ortografici"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Impostazione predefinita per evidenziare gli errori ortografici."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configura il plugin dell'ortografia"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Predefiniti per i nuovi documenti"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Correttore ortografico"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Controlla l'ortografia del documento corrente."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Inserisci _data e ora…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Formati disponibili"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Richiedi tipo"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Indica se richiedere all'utente un formato oppure se usare il formato "
+"selezionato o quello personalizzato."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Formato selezionato"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Il formato selezionato usato per inserire data e ora."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Formato personalizzato"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Il formato personalizzato usato per inserire data e ora."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Inserisci data e ora"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Usare il formato _selezionato"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Usare un formato personalizzato"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Inserisci"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configura il plugin «Inserisci data e ora»"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "All'inserimento di data e ora…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Chiedere il formato"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Inserisci data e ora"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Inserisce la data e l'ora nella posizione corrente."
diff --git a/po/ja.po b/po/ja.po
new file mode 100644
index 0000000..6434cfc
--- /dev/null
+++ b/po/ja.po
@@ -0,0 +1,3669 @@
+# gedit ja.po.
+# Copyright (C) 1999-2016, 2018-2020 Free Software Foundation, Inc.
+# Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>, 1999
+# Yuusuke Tahara <tahara@gnome.gr.jp>
+# Yukihiro Nakai <nakai@gnome.gr.jp>
+# Akira TAGOH <tagoh@gnome.gr.jp>, 2002.
+# KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>, 2003.
+# Takeshi AIHANA <takeshi.aihana@gmail.com>, 2003-2009.
+# Satoru SATOH <ss@gnome.gr.jp>, 2006.
+# Hideki Yamane (Debian-JP) <henrich@debian.or.jp>, 2009.
+# Mitsuya Shibata <mty.shibata@gmail.com>, 2009.
+# Shushi Kurose <md81bird@hitaki.net>, 2010-2011, 2014.
+# Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>, 2010-2012.
+# Hajime Taira <htaira@redhat.com>, 2011.
+# Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011, 2013-2016.
+# Kenichi Ito <ken.i54k@gmail.com>, 2016.
+# sujiniku <sujinikusityuu@gmail.com>, 2018.
+# sicklylife <translation@sicklylife.jp>, 2019-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-06-10 12:34+0000\n"
+"PO-Revision-Date: 2020-06-11 19:55+0900\n"
+"Last-Translator: sicklylife <translation@sicklylife.jp>\n"
+"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "テキストファイルを編集します"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit は GNOME デスクトップ環境のテキストエディターです。"
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"gedit は、デフォルトのインターフェースがシンプルで、使いやすいことを第一目標"
+"にしています。プラグインを有効にすることで、より高度な機能を利用できます。"
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "テキストエディター"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr ""
+"Text;Editor;Plaintext;Write;gedit;テキスト;エディター;プレーンテキスト;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "新しいウィンドウ"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "新しいドキュメント"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "デフォルトのフォントを使用する"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"gedit で指定したフォントの代わりにシステムのデフォルトフォントを編集で使用す"
+"るかどうかを指定します。このオプションを無効にした場合は、システムフォントで"
+"はなく“エディターのフォント”オプションで指定したフォントが使用されます。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "エディターのフォント"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "スタイルのスキーム"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"文字列に色を付ける際に使用する GtkSourceView のスタイルを表すスキームの ID で"
+"す。"
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "パックアップコピーを作成する"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "ファイルを保存する時にバックアップコピーを作成するかどうか指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "自動保存"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"指定時間後に変更されたファイルを gedit が自動的に保存するかどうかを指定しま"
+"す。“自動保存の間隔”オプションで時間を設定できます。"
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "自動保存の間隔"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"変更したファイルを gedit が自動的に保存するまでの時間 (分単位) です。これは "
+"“自動保存”オプションが有効の場合のみ効果があります。"
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "“元に戻す”の最大回数"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"gedit で“元に戻す”または“やり直す”ことができる動作の回数を最大値で指定します "
+"(無制限にする場合は“-1”)。"
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "行折り返しモード"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"編集領域内の長い行をどのように折り返すかを指定します。折り返さない場合は "
+"“none”、単語の境界で折り返す場合は“word”、そして文字の境界で折り返す場合"
+"は“char”を指定します。値は大文字小文字を区別することに注意してください。そし"
+"てここで記述したとおりに表示されるか確認してください。"
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "行折り返しモードの直前の設定値"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"行折り返しモードに設定した直前の分割モードを指定します。折り返しモードが OFF "
+"になった場合でも分割モードを記憶しておくために使用します。単語の境界で折り返"
+"す場合は“word”、そして文字の境界で折り返す場合は“char”を指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "タブのサイズ"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "タブ文字の代わりに表示されるスペースの数を指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "空白の挿入"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "タブ文字の代わりに空白文字を使用するかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "自動インデント"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "自動的にインデントするかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "行番号の表示"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "編集領域に行番号を表示するかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "現在の行の強調表示"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "カーソル行を強調表示するかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "対応するカッコの強調表示"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "gedit で対応するカッコを強調表示するかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "右マージンを表示"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "編集領域に右マージンを表示するかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "右マージンの位置"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "右マージンの位置を指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "ドキュメントの背景パターン種別"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "ドキュメントの背景に描画するパターンを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "スマート [Home]/[End]"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"[Home]/[End] キーを押下した時のカーソルの動きを指定します。“disabled”を指定す"
+"ると常に行の先頭/末尾にカーソルを移動し、“after”を指定するとキーを初めて押下"
+"した時は行の先頭/末尾に移動し二回目に押下したらホワイトスペースを除く文字列の"
+"先頭/終端にカーソルを移動し、“before”を指定すると行の先頭/末尾に移動する前に"
+"一旦文字列の先頭/終端にカーソルを移動し、“always”を指定すると行の先頭/末尾で"
+"はなく常に文字列の先頭/終端にカーソルを移動します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "以前あったカーソル位置に戻す"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"ファイルを読み込んだ時に記憶していたカーソル位置に戻すかどうか指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "構文の強調表示を有効にする"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "構文の強調表示を有効にするかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "検索時の強調表示を有効にする"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "検索する時に一致した文字列をすべて強調表示するかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "最後は必ず改行"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "ドキュメントの最後は必ず改行になるようにするかどうか。"
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "ノートブックをタブモードで表示"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"タブ形式表示を制御するために指定します。タブを一切表示しない場合は“never”、常"
+"に表示する場合は“always”、2 つ以上タブが必要になるときのみ表示する場合"
+"は“auto”を使用します。値は大文字小文字を区別することに注意してください。そし"
+"てここで記述したとおりに表示されるか確認してください。"
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "ステータスバーの表示"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "編集ウィンドウの下側にステータスバーを表示するかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "サイドパネルを表示します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "編集ウィンドウの左側にサイドパネルを表示するかどうかです。"
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "強調表示の印刷"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"ドキュメントを印刷する際に構文の強調表示も印刷するかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "ヘッダーの印刷"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "ドキュメントを印刷する際にヘッダーを含めるかどうかを指定します。"
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "印刷時の行の折り返しモード"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"印刷する際に長い行をどのように折り返すかを指定します。折り返さない場合は "
+"“none”、単語の境界で折り返す場合は“word”、そして文字の境界で折り返す場合"
+"は“char”を使用します。値は大文字小文字を区別することに注意してください。そし"
+"てここで記述したとおりに印刷されるか確認してください。"
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "行番号の印刷"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"この値が 0 の場合はドキュメントを印刷する時に行番号を挿入しません。それ以外の"
+"場合は gedit は行番号を印刷します。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "印刷時の本文に使用するフォント"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "ドキュメントを印刷する際の本文に使用するフォントを指定します。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "印刷時のヘッダーに使用するフォント"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"ドキュメントを印刷する際のページヘッダーに使用するフォントを指定します。これ"
+"は“ヘッダーの印刷”オプションが有効の場合のみ効果があります。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "印刷時の行番号に使用するフォント"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"印刷する際の行番号に使用するフォントを指定します。これは“行番号の印刷”オプ"
+"ションが 0 以外の場合のみ効果があります。"
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "左マージン"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "左マージン (ミリメートル単位)"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "上マージン"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "上マージン (ミリメートル単位)"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "右マージン"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "右マージン (ミリメートル単位)"
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "下マージン"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "下マージン (ミリメートル単位)"
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "文字エンコーディング"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"開く/保存のファイル選択ダイアログの文字エンコーディングメニューに表示されるエ"
+"ンコーディング候補のリストです。“CURRENT”は、現在使用しているロケールを表しま"
+"す。認識可能なエンコーディングのみ有効です。デフォルト値は空のリストです。こ"
+"の場合、gedit は、国や地域、言語に応じた最適なエンコーディング一覧を選択しま"
+"す。"
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "利用可能なプラグイン"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "利用可能なプラグインの一覧です。"
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "アプリケーションのバージョンを表示する"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "利用可能なエンコーディングオプションの値一覧を表示する"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "開くファイルで使用する文字エンコーディングを設定する"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "すでに実行中の gedit で新しいトップレベルウィンドウを作成する"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "すでに実行中の gedit に新しいドキュメントを作成する"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "ファイルを開き、閉じるまでブロックする処理を行う"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "gedit をスタンドアローンモードで実行する"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+LINE[:COLUMN]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "ヘルプを表示するときにエラーが発生しました。"
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: 指定したエンコーディングは不正です。"
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "保存せずに閉じる(_W)"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:496
+#: gedit/gedit-commands-file.c:572 gedit/gedit-commands-file.c:796
+#: gedit/gedit-commands-file.c:1518 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-adapter.c:113
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "キャンセル(_C)"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "名前を付けて保存(_S)…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:795
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "保存(_S)"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "保存しないと %ld 秒前からの変更内容が完全に失われます。"
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "保存しないと 1 分前からの変更内容が完全に失われます。"
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "保存しないと 1 分 %ld 秒前からの変更内容が完全に失われます。"
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "保存しないと %ld 分前からの変更内容が完全に失われます。"
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "保存しないと 1 時間前からの変更内容が完全に失われます。"
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "保存しないと 1 時間 %d 分前からの変更内容が完全に失われます。"
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "保存しないと %d 時間前からの変更内容が完全に失われます。"
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "ドキュメント“%s”の変更内容を閉じる前に保存しますか?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"まだ保存していないドキュメントが %d 個あります。閉じる前に保存しますか?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "保存するドキュメントを選択してください(_E):"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "保存しないと変更内容が完全に失われます。"
+
+#: gedit/gedit-commands-file.c:263
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "ファイル“%s”を読み込み中…"
+
+#: gedit/gedit-commands-file.c:272
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d 個のファイルを読み込み中…"
+
+#: gedit/gedit-commands-file.c:487
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "ファイル“%s”は読み取り専用です。"
+
+#: gedit/gedit-commands-file.c:492
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "このファイルで上書きしてみますか?"
+
+#: gedit/gedit-commands-file.c:497
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "置換(_R)"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file using compression?"
+msgstr "ファイルを保存するときに圧縮をかけますか?"
+
+#: gedit/gedit-commands-file.c:541
+msgid "Save the file as plain text?"
+msgstr "ファイルをプレーンテキストで保存しますか?"
+
+#: gedit/gedit-commands-file.c:554
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"ファイル“%s”は以前はプレーンテキストで保存されていましたが、今回は圧縮をかけ"
+"て保存しました。"
+
+#: gedit/gedit-commands-file.c:558
+msgid "_Save Using Compression"
+msgstr "圧縮をかけて保存(_S)"
+
+#: gedit/gedit-commands-file.c:563
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"ファイル“%s”は圧縮されていますが、プレーンテキストとして保存し直します。"
+
+#: gedit/gedit-commands-file.c:566
+msgid "_Save As Plain Text"
+msgstr "プレーンテキストで保存(_S)"
+
+#: gedit/gedit-commands-file.c:681 gedit/gedit-commands-file.c:969
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "ファイル“%s”を保存中…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:792
+msgctxt "window title"
+msgid "Save As"
+msgstr "名前を付けて保存"
+
+#: gedit/gedit-commands-file.c:1379
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "ドキュメント“%s”を戻しています…"
+
+#: gedit/gedit-commands-file.c:1426
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "変更部分を保存しないで、元のドキュメント“%s”に戻しますか?"
+
+#: gedit/gedit-commands-file.c:1435
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "%ld 秒前に編集したドキュメントへの変更内容が完全に失われます。"
+
+#: gedit/gedit-commands-file.c:1444
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "1 分前に編集したドキュメントへの変更内容が完全に失われます。"
+
+#: gedit/gedit-commands-file.c:1450
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "1 分 %ld 秒前に編集したドキュメントへの変更内容が完全に失われます。"
+
+#: gedit/gedit-commands-file.c:1460
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "%ld 分前に編集したドキュメントへの変更内容が完全に失われます。"
+
+#: gedit/gedit-commands-file.c:1475
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "1 時間前に編集したドキュメントへの変更内容が完全に失われます。"
+
+#: gedit/gedit-commands-file.c:1481
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"1 時間 %d 分前に編集したドキュメントへの変更内容が完全に失われます。"
+
+#: gedit/gedit-commands-file.c:1496
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "%d 時間前に編集したドキュメントへの変更内容が完全に失われます。"
+
+#: gedit/gedit-commands-file.c:1519
+msgid "_Revert"
+msgstr "戻す(_R)"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr ""
+"gedit は GNOME デスクトップ用に作成された小型軽量のテキストエディターです"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"相花 毅 <takeshi.aihana@gmail.com>\n"
+"草野 貴之 <AE5T-KSN@asahi-net.or.jp>\n"
+"佐藤 暁 <ss@gnome.gr.jp>\n"
+"平 初 <htaira@redhat.com>\n"
+"日本 GNOME ユーザー会 http://www.gnome.gr.jp/\n"
+"松澤 二郎 <jmatsuzawa@gnome.org>\n"
+"やまね ひでき <henrich@debian.or.jp>\n"
+"Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>\n"
+"Akira TAGOH <tagoh@gnome.gr.jp>\n"
+"KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>\n"
+"Kenichi Ito <ken.i54k@gmail.com>\n"
+"Mitsuya Shibata <mty.shibata@gmail.com>\n"
+"Shushi Kurose <md81bird@hitaki.net>\n"
+"sicklylife <translation@sicklylife.jp>\n"
+"sujiniku <sujinikusityuu@gmail.com>\n"
+"Yukihiro Nakai <nakai@gnome.gr.jp>\n"
+"Yuusuke Tahara <tahara@gnome.gr.jp>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d ヶ所で検索と置換を行いました"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "1 ヶ所で検索と置換を行いました"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s”は見つかりませんでした"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "無題のドキュメント %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "新しいタブグループ %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "読み取り専用"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "自動検出"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "追加と削除…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "現在のロケール (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (現在のロケール)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "本当に文字エンコーディング設定をリセットしますか?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "リセット(_R)"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "追加"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "削除"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "優先度を上げる"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "優先度を下げる"
+
+#. Common code between the different GeditFileChooser's.
+#: gedit/gedit-file-chooser.c:27 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "すべてのファイル"
+
+#: gedit/gedit-file-chooser.c:28
+msgid "All Text Files"
+msgstr "すべてのテキストファイル"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:256
+msgid "C_haracter Encoding:"
+msgstr "文字エンコーディング(_H):"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:315
+msgid "L_ine Ending:"
+msgstr "改行文字(_I):"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-adapter.c:109
+#: gedit/gedit-file-chooser-open.c:87
+msgctxt "window title"
+msgid "Open Files"
+msgstr "ファイルを開く"
+
+#: gedit/gedit-file-chooser-open-adapter.c:112 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "開く(_O)"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "なし"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "再試行(_R)"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "ファイル“%s”が見つかりませんでした。"
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "入力した場所が正しいか確認して再試行してください。"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "場所“%s:”を処理できません。"
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "この場所を処理できません。"
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "ファイルが格納されている場所にアクセスできません。"
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s”はフォルダーです。"
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s”は適切な場所ではありません"
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"ホスト“%s”が見つかりませんでした。プロキシの設定が正しいか確認して再試行して"
+"ください。"
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"ホスト名が間違っています。入力した場所が正しいか確認して再試行してください。"
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s”は通常のファイルではありません。"
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "接続がタイムアウトしました。再試行してください。"
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "原因不明のエラー: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "ファイルが見つかりません。少し前に削除された可能性があります。"
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "ファイル“%s”を元に戻せませんでした。"
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "文字エンコーディング(_A):"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "強制的に編集する(_W)"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"リンクの数が制限され、この制限内に実際のファイルが見つかりませんでした。"
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "そのファイルを開く権限がありません。"
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "文字エンコーディングを検出できません。"
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "バイナリファイルを開こうとしていないか確認してください。"
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "メニューから文字エンコーディングを選択して再試行してください。"
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "ファイル“%s”を開くときにエラーが発生しました。"
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"開いたファイルに不正な文字が含まれています。このファイルを編集し続けると、こ"
+"の文書が壊れてしまうかもしれません。"
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "メニューから文字エンコーディングを選択して再試行してください。"
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "ファイル“%s”を文字エンコーディング“%s”で開けませんでした。"
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "メニューから別の文字エンコーディングを選択して再試行してください。"
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "ファイル“%s”を開けませんでした。"
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "ファイル“%s”を文字エンコーディング“%s”で保存できませんでした。"
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"そのドキュメントには、指定した文字エンコーディングで表せない文字が一つ以上含"
+"まれています。"
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "とにかく保存する(_A)"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "保存しない(_O)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr ""
+"ファイル“%s”は、読み込んだあとにアプリケーションの外部から内容が書き換えられ"
+"ました。"
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"このファイルを保存すると、外部で変更した内容はすべて失われます。強制的に保存"
+"しますか?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"場所“%s:”へ書き込めません。入力した場所が正しいことを確認して再試行してくださ"
+"い。"
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"この場所へ書き込めません。入力した場所が正しいことを確認して再試行してくださ"
+"い。"
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"場所“%s”が間違っています。入力した場所が正しいことを確認して再試行してくださ"
+"い。"
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"そのファイルを保存するために必要な権限がありません。入力した場所が正しいか確"
+"認して再試行してください。"
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"そのファイルを保存するのに十分な空き容量がありません。空き容量を増やしてから"
+"再試行してください。"
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"読み取り専用のディスクにファイルを保存しようとしています。入力した場所が正し"
+"いか確認して再試行してください。"
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "同名のファイルが存在します。別の名前にしてください。"
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"保存先のディスクには指定できるファイル名の長さに制限があります。もっと短い"
+"ファイル名にしてください。"
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"保存先のディスクにはファイルサイズの制限があります。小さいファイルを保存する"
+"か、この制限のないディスクに保存してください。"
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "ファイル“%s”を保存できませんでした。"
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"エディターで使用するフォントを選択する場合は、このボタンをクリックしてくださ"
+"い"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "システムの固定幅フォント (%s) を使用する(_U)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "指定したカラースキームをインストールできません: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "指定したカラースキームをインストールできません。"
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "カラースキームを追加"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "スキームを追加(_A)"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "カラースキーム"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "カラースキーム“%s”を削除できませんでした。"
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "準備中…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "ファイル: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "ページ %N / %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "%d / %d ページを描画中…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d / %d ページ"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "なし"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "検索と置換"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr " [上書き]"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr " [挿入]"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "エラーが発生したタブが %d 個あります"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%2$s から %1$s に戻しています"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "%s に戻しています"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%2$s から %1$s を読み込み中"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "%s を読み込み中"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s を %s に保存中"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "%s を保存中"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "ファイル %s を開くときにエラーが発生しました"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "ファイル %s に戻すときにエラーが発生しました"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "ファイル %s の保存中にエラーが発生しました"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "名前:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME 型:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "エンコーディング:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "%s の / (ルート)"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "行番号を表示する(_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d / %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "折り返しも検索する(_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "正規表現でマッチさせる(_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "単語全体にマッチさせる(_E)"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "大/小文字を区別する(_M)"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "検索する文字列"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "カーソルを移動する行を入力してください"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "対応する括弧は対象範囲から外れています"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "対応する括弧が見つかりません"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "対応する括弧が %d 行目に見つかりました"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " (%d 行、%d 列)"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "タブ幅: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "保存していないドキュメントがあります"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "サイドパネルのページを変更する"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "ドキュメントの一覧"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "ファイルを開きます"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "最近使用したファイルを開きます"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "左へ移動(_L)"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "右へ移動(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "新しいウィンドウへ移動(_W)"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "新しいタブグループへ移動(_G)"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "閉じる(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "自動インデント"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "スペースを使用"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "行番号を表示する"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "右マージンを表示する"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "カーソル行を強調表示する"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "テキストを折り返す"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "ファイル(_F)"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "新規(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "最近のファイルを開く(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "閉じたタブを開き直す(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "名前を付けて保存(_A)…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "新しいウィンドウ(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "再読み込み(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "印刷(_P)…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "終了(_Q)"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "編集(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "元に戻す(_U)"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "やり直す(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "切り取り(_U)"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "コピー(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "貼り付け(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "削除(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "上書きモード(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "すべて選択(_A)"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "設定(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "表示(_V)"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "サイドパネル(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "ボトムパネル(_B)"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "フルスクリーン(_F)"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "ハイライトモード(_H)…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "検索(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "検索(_F)…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "次を検索(_X)"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "前を検索(_V)"
+
+# 置換だけでも十分理解可能
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "置換(_R)…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "強調表示のクリア(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "指定行へ移動(_L)…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "ツール(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "ドキュメント(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "すべて保存(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "すべて閉じる(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "新しいタブグループ(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "前のタブグループ(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "次のタブグループ(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "前のドキュメント(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "次のドキュメント(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "新しいウィンドウへ移動(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "ヘルプ(_H)"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "テキストエディターについて(_A)"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "すべて保存(_A)"
+
+# 置換だけでも十分理解可能
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "置換(_F)…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "指定行へ移動(_G)…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "キーボードショートカット(_K)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "文字エンコーディング"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "適用(_A)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "利用可能なエンコーディング(_V)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "選択済みエンコーディング(_S)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "説明(_D)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "エンコーディング(_E)"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "ハイライトモード"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "選択(_S)"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "ハイライトモードを検索します…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "設定"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "行の右マージンを表示する(_M):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "ステータスバーを表示する(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "マス目を表示する(_G)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "テキストの折り返し"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "テキストの折り返しを有効にする(_W)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "単語を二行以上に分割しない(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "強調表示"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "カーソルのある行を強調表示する(_L)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "対応するカッコを強調表示する(_B)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "表示"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "タブ文字"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "タブの幅(_T):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "タブの代わりにスペースを挿入する(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "自動インデントを有効にする(_E)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "ファイルの保存"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "保存する前にバックアップを作成する(_B)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "ファイルを自動的に保存する間隔(_A): "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "分ごと(_M)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "エディター"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "フォント"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "エディターのフォント(_F): "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "エディターで使用するフォントを取得"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "カラースキーム"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "スキームをインストールします"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "スキームをインストール"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "スキームをアンインストールします"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "スキームをアンインストール"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "フォントと色"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "プラグイン"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "強調表示"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "強調表示を含めて印刷する(_X)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "行番号"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "行番号を印刷する(_M)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "行番号を付与する間隔(_N) "
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "行"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "ページヘッダー"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "ページのヘッダーを印刷する(_H)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "フォント"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "本文(_B):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "行番号(_L):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "ヘッダーとフッター(_A):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "デフォルトに戻す(_R)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "前のページに戻ります"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "次のページに進みます"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "現在のページです (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "/"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "ページ数"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "ドキュメントのページ数の合計です"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "複数のページを表示します"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "拡大率を 1:1 にします"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "ページ全体を表示します"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "この文書を拡大します"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "この文書を縮小します"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "印刷プレビューを閉じます"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "プレビューを閉じる(_C)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "ページのプレビュー"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "印刷するドキュメントのページをプレビューします"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "すべて置換(_A)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "検索(_F)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "検索する文字列(_I) "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "置換後の文字列(_W) "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "大/小文字を区別する(_M)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "単語全体にマッチさせる(_E)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "正規表現(_G)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "先頭に向かって検索する(_B)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "折り返しも対象にする(_P)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "ドキュメント"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "新しいドキュメントをタブで開く"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "ドキュメントを開く"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "ドキュメントを保存する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "名前を付けてドキュメントを保存する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "すべてのドキュメントを保存する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "ドキュメントを閉じる"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "すべてのドキュメントを閉じる"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "最近閉じたドキュメントを開き直す"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "次のドキュメントに切り替える"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "前のドキュメントに切り替える"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "指定位置のドキュメントに切り替える (1番目—9番目)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "ウィンドウとパネル"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "新しいドキュメントをウィンドウで開く"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "新しいタブグループを作成する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "サイドパネルを表示する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "ボトムパネルを表示する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "フルスクリーン表示を切り替える"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "アプリケーションを終了する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "検索と置換"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "検索する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "次の一致語句を探す"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "前の一致語句を探す"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "強調表示をクリアする"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "元に戻す / やり直す"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "直前の操作を取り消す"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "直前に取り消した操作をやり直す"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "選択"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "すべてのテキストを選択する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "すべてのテキストの選択を解除する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "コピー / 貼り付け"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "選択テキストをクリップボードにコピーする"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "選択テキストをクリップボードに切り取る"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "テキストをクリップボードから貼り付ける"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "ナビゲーション"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "指定行へ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "現在の行の先頭へ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "現在の行の末尾へ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "ドキュメントの先頭へ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "ドキュメントの末尾へ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "上へ移動する (カーソル位置はそのまま)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "下へ移動する (カーソル位置はそのまま)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "末尾へ移動する (カーソル位置はそのまま)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "先頭へ移動する (カーソル位置はそのまま)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "対応するカッコへ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "前のタブグループへ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "次のタブグループへ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "編集"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "挿入/上書きモードを切り替える"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "カーソルの表示/非表示を切り替える"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "現在行を削除する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "現在行を上へ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "現在行を下へ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "現在の単語を左へ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "現在の単語を右へ移動する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "大文字に変換する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "小文字に変換する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "大/小文字を変更する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "カーソル位置の数字をインクリメントする"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "カーソル位置の数字をデクリメントする"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "ツール"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "スペルをチェックする"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "ドキュメントを印刷する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "補完ウィンドウを表示する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "全般"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "ヘルプを表示する"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "メニューを開く"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "キーボードショートカットを表示する"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "このドキュメントを閉じます"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "新しいドキュメントを作成します"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "新規"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "このファイルを保存します"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "保存"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "このペインを隠します"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "フルスクリーンを解除します"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "ドキュメントの統計"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "ドキュメントの単語数、行数、文字数を表示します。"
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "ドキュメントの統計情報(_D)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "ドキュメント"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "選択範囲"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "行"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "単語の数"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "文字数 (スペース含む)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "文字数 (スペースなし)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "バイト"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "ビルド"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "ドキュメントのあるフォルダーで“make”を実行します"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "ここで端末を開く"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "ドキュメントのあるフォルダーで端末を開きます"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "末尾の空白を削除"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "ファイルの中にある不用な末尾の空白を取り除きます"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "コマンドを実行"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "コマンドを実行した結果を新しいドキュメントとして取り込みます"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "fpaste に送る"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "選択したテキストまたは現在のドキュメントを fpaste に貼り付けます"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "外部ツール"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "外部コマンドと Shell スクリプトを実行します。"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "システムフォントを使用するかどうか"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"もし true ならば、外部ツールはデスクトップ標準が monospace フォントであれば "
+"monospace (あるいは他の似たようなフォント) を使用します。"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango フォント名。例: “Sans 12”、“Monospace Bold 14”"
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "外部ツールを管理(_E)…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "外部ツール(_T)"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "次のコマンドを実行できませんでした: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "このコマンドを実行するために必要な語句を入力してください"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "実行したツール:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "完了しました。"
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "終了コード:"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "すべての言語"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "すべての言語"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "新しいツール"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "すでにこのアクセラレータは %s に割り当てられています"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "(新しいアクセラレータを入力してください / [BS] キーで消去)"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "(新しいアクセラレータを入力してください)"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "停止しました。"
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "ツールを停止します"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "常に利用する"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "すべてのドキュメント"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "保存していないものを除くすべてのドキュメント"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "ローカルのファイルのみ"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "リモートのファイルのみ"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "保存していないドキュメントのみ"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "編集中のドキュメント"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "現在の選択範囲"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "現在の選択範囲 (デフォルトではドキュメントになります)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "カーソルがある行"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "カーソルがある文字"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "ボトムペインに表示する"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "新しいドキュメントを作成する"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "編集中のドキュメントに追加する"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "編集中のドキュメントを置き換える"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "現在の選択範囲を置き換える"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "カーソルがある位置に挿入する"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "外部ツールを管理"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "新しいツールを追加します"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "ツールを追加"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "選択したツールを削除します"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "ツールを削除"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "ツールの編集を元に戻します"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "ツールを元に戻す"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "ショートカットキー(_K):"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "保存(_S):"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "入力(_I):"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "出力(_O):"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "適用範囲(_A):"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "ツールの出力"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "ファイル参照パネル"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "サイドパネルから簡単にファイルにアクセスできます。"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "ホーム"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "ファイルシステム"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "ファイルブラウザー"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "新しいフォルダーの作成中にエラーが発生しました"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "新しいファイルの作成中にエラーが発生しました"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "ファイル名/フォルダー名の変更中にエラーが発生しました"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "ファイル/フォルダーの削除中にエラーが発生しました"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ファイル参照ペインの中でフォルダーを開くときにエラーが発生しました"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "ルートフォルダーの設定中にエラーが発生しました"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "フォルダーの読み込み中にエラーが発生しました"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "エラーが発生しました"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"ファイルをゴミ箱へ移動できません。\n"
+"今すぐファイルを削除しますか?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "ファイル“%s”をゴミ箱へ移動できません。"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "選択したファイルをゴミ箱へ移動できません。"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "本当に“%s”を完全に削除しますか?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "本当に選択したファイルを完全に削除しますか?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "削除すると、そのアイテムは完全に失われます。"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(空)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"新しい名前のファイルはフィルターの機能により表示されていないため、そのファイ"
+"ルを表示したい場合はフィルターの設定を調整してください"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "無題のファイル"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"新しいファイルはフィルターの機能により表示されていないため、そのファイルを表"
+"示したい場合はフィルターの設定を調整してください"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "無題のフォルダー"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"新しいフォルダーはフィルターの機能により表示されていないため、そのフォルダー"
+"を表示したい場合はフィルターの設定を調整してください"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "ブックマーク"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "マウントしたボリュームには何もありません: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "次のメディアを開けませんでした: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "次のボリュームをマウントできませんでした: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "“%s”の読み込みエラー: そのようなフォルダーはありません"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "ツリー表示で開く"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"ファイル参照プラグインを読み込んだときに、ブックマーク表示ではなくツリー表示"
+"で開きます"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "ファイル参照ペインのルートフォルダー"
+
+# (pofilter) accelerators: accelerator _ is missing from translation
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ファイル参照プラグインを読み込んで onload/tree_view が TRUE の場合のファイル"
+"参照ブラウザーのルートフォルダー"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "ファイル参照ペインの仮想的なルートフォルダー"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"ファイル参照プラグインを読み込んで onload/tree_view が TRUE の場合にファイル"
+"参照ブラウザーが参照する仮想的なルートフォルダーを指定します。この仮想フォル"
+"ダーは必ず実際のルートよりも下層にあるフォルダーを指定してください。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "リモートの場所のリストアを可能にする"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "リモートの場所でのリストア機能を有効にするかどうかです。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "初めて開くドキュメントの場所を設定"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"TRUE にすると、初めて開いたドキュメントがあるフォルダーで、ファイル参照プラグ"
+"インがまだ使われたことがないディレクトリを表示します。(すなわち、この機能は一"
+"般的にコマンドラインからドキュメントを開く場合や Nautilus などからドキュメン"
+"トを開く際に動作します。)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "ファイル参照ペインのフィルター (モード)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"ファイル参照ペインでフィルターして表示しないファイルを指定します。指定可能な"
+"値: none (フィルターしない)、hide-hidden (隠しファイルをフィルターする)、"
+"hide-binary (バイナリファイルをフィルターする)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "ファイル参照ペインのフィルター (パターン)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"ファイル参照ペインでフィルターするパターンです。これは filter_mode の先頭で機"
+"能します。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "ファイル参照ペインのバイナリパターン"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "バイナリファイルをフィルターするときに使用する補助的なパターンです。"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "ドキュメントのルートにする(_S)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "新しいフォルダー(_N)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "新しいファイル(_I)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "名前を変更(_R)…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "ゴミ箱へ移動(_M)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "表示を更新(_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "フォルダーを開く(_V)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "この場所を端末で開く(_O)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "フィルター(_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "隠しファイル(_H)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "バイナリ(_B)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "ファイル名にマッチ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "履歴"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "履歴メニューを開きます"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "モードライン"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs や Kate、Vim スタイルなモードラインの機能を gedit に提供します。"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "コマンドの色"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "コマンドの色"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "エラーの色"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "エラーの色"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"もし true ならば、端末はデスクトップ標準が monospace フォントであれば "
+"monospace (あるいは他の似たようなフォント) を使用します。"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "コマンドの色(_O):"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "エラーの色(_E):"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python コンソール"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "ボトムパネルに対話式の Python コンソールを開きます。"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "クイックハイライト"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "選択した文字列と一致する部分を強調表示します。"
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "クイックオープン…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "クイックオープン"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "素早くファイルを開きます。"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "検索ワードを入力…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "スニペットを管理(_S)…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "コードスニペット"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "アーカイブ“%s”を作成できませんでした"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "対象のフォルダー“%s”は存在しません"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "対象のフォルダー“%s”は有効なフォルダーではありません"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "ファイル“%s”は存在しません"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "ファイル“%s”は有効なスニペットファイルではありません"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "インポートしたファイル“%s”は有効なスニペットファイルではありません"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "アーカイブ“%s”を展開できませんでした"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "次のファイルをインポートできませんでした: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "ファイル“%s”は有効なスニペットアーカイブではありません"
+
+# snippet=断片,抜粋,...
+# とりあえず訳してはおくがあやしい。動作を見るかコードを読む必要あり。
+#
+# (2006-02-22) T.Aihana
+# "snippet" (スニペット) はコードエディタにある機能で
+# 従来の "コード補間" 機能を発展させたものです。
+# (例) http://www.microsoft.com/japan/msdn/vs05/vbasic/vbnet2005_preview.asp#vbnetwhidbey_updated%20v2_topic2
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "スニペットのアーカイブ"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "新しいスニペットを追加…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "全般"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "選択したスニペットを戻します"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "選択したスニペットを削除します"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"これは [Tab] のトリガーとしては妥当ではありません。トリガーとして妥当な形式"
+"は、英数字 (_、:、. を含む) からなる文字列か、あるいは一文字の非英数字(例: "
+"{、[ など) のいずれかです。"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "スニペットを実行するために [Tab] キーを押下する前に入力する単語です"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "インポート中に次のエラーが発生しました: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "インポートが完了しました"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "スニペットをインポートします"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "サポートしている全アーカイブ"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip 圧縮のアーカイブ"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 圧縮のアーカイブ"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "単一のファイル"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "すべてのファイル"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "スニペットの保存中にエラーが発生しました: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "保存が完了しました"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "選択した<b>システム</b>スニペットも一緒に保存しますか?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "保存するスニペットがありません"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "スニペットを保存"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "(新しいショートカットを入力してください / [BS] キーで消去)"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "(新しいショートカットを入力してください)"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "Python コマンド (%s) の実行がタイムアウトしたので中止します"
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python コマンド (%s) の実行に失敗しました: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "よく使用する文字列をすばやく挿入します。"
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "スニペットを管理"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "新しいスニペットを作成します"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "スニペットを追加"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "スニペットを削除"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "スニペットをインポート"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "選択したスニペットを保存します"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "スニペットを保存"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "アクティベーション"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "タブ(_T):"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "ショートカットキー(_H):"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "スニペットを実行するためのショートカットキーです"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "挿入する対象(_D):"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "並べ替え(_O)…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "並べ替え"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "逆順にする(_R)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "重複する部分を削除する(_E)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "大/小文字を区別する(_A)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "開始行(_T):"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "並べ替え(_S)"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "ドキュメントまたは選択した文字列を並べ替えます。"
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "スペルチェック(_C)…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "言語の設定(_L)…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "スペルミスを強調表示(_H)"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "スペルミスを強調表示する"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "スペルミスの強調表示をデフォルトの設定にします。"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "スペルプラグインの設定"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "新しいドキュメントのデフォルト"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "スペルチェッカー"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "このドキュメントのスペルをチェックします。"
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "日付と時刻の挿入(_S)…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "利用可能な書式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "プロンプト形式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"毎回プロンプトからユーザーが書式を指定します。選択された書式か、カスタム書式"
+"で日付と時刻が挿入されます。"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "選択された書式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "日付/時刻を挿入する時の選択された書式を使用します。"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "カスタム書式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "日付/時刻を挿入する時のカスタム書式にします。"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "日付と時刻の挿入"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "次の書式を使用する(_S)"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "その他(_U)"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y-%m-%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2009-11-01 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "挿入(_I)"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "日付/時間プラグインの設定"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "日付/時刻を挿入する時…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "書式を毎回指定する(_P)"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "日付/時刻の挿入"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "カーソル位置に現在の日付と時刻を挿入します。"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit は GNOME デスクトップ環境の公式テキストエディターです。シンプルさと"
+#~ "使いやすさ重視しながらも、強力な編集機能を合わせ持つ汎用テキストエディター"
+#~ "です。"
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "次のベストセラーを書くときも、革新的なアプリケーションをプログラミングする"
+#~ "ときも、あるいはちょっとしたメモを取るときでも、仕事をしっかりこなすにあ"
+#~ "たって gedit は頼れる相棒となるでしょう。"
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "gedit は柔軟なプラグインシステムを備えており、あなたのニーズや作業内容に合"
+#~ "わせてカスタマイズすることができます。"
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "利用可能なプラグインの一覧です。プラグインの“場所”が含まれます。指定したプ"
+#~ "ラグインの“場所”を得るには .gedit-plugin ファイルを参照してください。"
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "ドキュメント“%s”への変更内容が完全に失われます。"
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "システム管理者によってファイルの保存が利用できなくなっています。"
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "%d 個のドキュメントへの変更が完全に失われます。"
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "まだ保存していない変更点を含むドキュメント(_E):"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "開く"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "文字エンコーディング:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "改行文字:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "“%s”に現在アクセスできません。"
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr ""
+#~ "お使いのシステムは現在オフラインです。ネットワーク接続を確認してください。"
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "編集しない(_O)"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "このファイル“%s”はすでに別の gedit ウィンドウで開いています。"
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "とにかく編集しますか?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "“%s”を保存するときにバックアップファイルを作成できませんでした。"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "“%s”を保存するときに作業用のバックアップファイルを作成できませんでした。"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "新しいファイルを保存する前に古いファイルのバックアップファイルを作成するこ"
+#~ "とはできません。この警告を無視してファイルを強制的に保存することは可能です"
+#~ "が、保存中にエラーが発生すると古いファイルの内容を失う可能性があります。と"
+#~ "にかく保存しますか?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "ファイル“%s”の内容がアプリケーションの外部で書き換えられました。"
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "手元の編集内容を破棄して再読み込み(_R)"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "“%s”を保存するときに不正な文字を検出しました"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "このファイルの保存を続行すると、文書が壊れてしまうかもしれません。続けます"
+#~ "か?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "フォルダー“%s”を作成できませんでした: g_mkdir_with_parents() に失敗: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "スキームを追加(_D)"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "選択した行を結合する"
+
+#~ msgid "Check update"
+#~ msgstr "更新のチェック"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "最新版の gedit をチェックします"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "URI を表示するときにエラーが発生しました。"
+
+#~ msgid "_Download"
+#~ msgstr "ダウンロード(_D)"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "バージョンを無視(_I)"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "gedit の新しいバージョンがあります"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "ダウンロードボタンを押せば新しいバージョンの gedit をダウンロードできま"
+#~ "す。そのバージョンを無視して新しいのを待つこともできます。"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "無視するバージョン"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr ""
+#~ "これより新しいバージョンがリリースされるまで無視するバージョンです。"
+
+#~ msgid "Display Overview Map"
+#~ msgstr "全体像を表示する"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "ドキュメントの全体像を表示するかどうかを指定します。"
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "ツールバーの表示可否"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "編集ウィンドウ内にツールバーを表示するかどうかを指定します。"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "保存が必要な変更はありません"
+
+#~ msgid "No results"
+#~ msgstr "一致なし"
+
+#~ msgid "Display _overview map"
+#~ msgstr "全体像を表示する(_O)"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(単語の候補なし)"
+
+#~ msgid "_More..."
+#~ msgstr "詳細(_M)..."
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(正しいつづり)"
diff --git a/po/ka.po b/po/ka.po
new file mode 100644
index 0000000..611482e
--- /dev/null
+++ b/po/ka.po
@@ -0,0 +1,3363 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-11-14 14:01+0000\n"
+"PO-Revision-Date: 2022-11-15 06:29+0100\n"
+"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
+"Language-Team: \n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 3.2\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "ტექსტური რედაქტორი"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "gedit არის ზოგადი დანიშნულების ტექსტური რედაქტორი."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Gedit-ის მთავარი ფუნქცია უბრალოებაა. დამატებითი ფუნქციების გამოყენება "
+"ხელმისაწვდომია დამატებების საშუალებით."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "ფაილების რედაქტირება"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Plaintext;Write;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "ახალი ფანჯარა"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "ახალი დოკუმენტი"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "ნაგულისხმები ფონტის გამოყენება"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"გამოიყენოს თუ არა სისტემის ნაგულისხმევი ფიქსირებული სიგანის შრიფტი ტექსტის "
+"რედაქტირებისთვის gedit-ისთვის დამახასიათებელი შრიფტის ნაცვლად. თუ ეს "
+"პარამეტრი გამორთულია, მაშინ სისტემის შრიფტის ნაცვლად გამოყენებული იქნება "
+"\"Editor Font\" ოფციაში დასახელებული შრიფტი."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "რედაქტორის ფონტი"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "სტილის სქემა"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "სამარქაფე ასლების შექმნა"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "ავტომატური შენახვა"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "ავტომატური შენახვის ინტერვალი"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "ხაზის გადატანის რეჟიმი"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "ტაბულაციის ზომა"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "ჰარეების ჩასმა"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "ავტომატური სწორება"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "ხაზების ნომრების ჩვენება"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "მიმდინარე ხაზის გამოკვეთა"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "შესაბამისი ბრჭყალების გამოკვეთა"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "მარჯვენა საზღვრის ჩვენება"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "მარცხენა ზღვრის პოზიცია"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "სტატუსის ზოლი ხილულია"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "გვერდითი პანელი ხილულია"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "თავსართის ბეჭდვა"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "აქტიური დამატებები"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr ""
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "აპლიკაციის ვერსიის ჩვენება"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "_კოდირება"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr ""
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr ""
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[ფაილი…] [+ხაზი[:სვეტი]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "დახმარების გამოტანის შეცდომა."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: არასწორი კოდირება."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "დახურვა _შენახვის გარეშე"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:94
+#: gedit/gedit-io-error-info-bar.c:293 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "გაუქმება"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "_შენახვა, როგორც…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_შენახვა"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "დახურვის წინ შეინახოს \"%s\" დოკუმენტის ცვლილებები?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "თუ არ შეინახავთ, ცვლილებები სამუდამოდ დაიკარგება."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "ფაილის ჩატვირთვა: %s…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d ფაილის ჩატვირთვა…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "ფაილი მხოლოდ კითხვადია: %s."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_შეცვლა"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "უბრალო ტექსტად _შენახვა"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr ""
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "შენახვა როგორც"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "და_ბრუნება"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "მთავარი ავტორები:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "ასევე, დიდი მადლობა:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr ""
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr ""
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr "თემური დოღონაძე"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "\"%s\" ვერ მოიძებნა"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "ჩანართების ჯგუფი %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "მხოლოდ-კითხვადი"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "მიმდინარე ენა (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "ავტომატურად აღმოჩენილი"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "დამატება ან წაშლა…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (მიმდინარე ენა)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_განულება"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "დამატება"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "წაშლა"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr ""
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr ""
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "უსახელო დოკუმენტი %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "ყველა ფაილი"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "ყველა ტექსტური ფაილი"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "&სიმბოლოების კოდირება:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "_ხაზის დაბოლოება:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "ფაილების გახსნა"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_გახსნა"
+
+#: gedit/gedit-io-error-info-bar.c:90 gedit/gedit-io-error-info-bar.c:282
+msgid "_Retry"
+msgstr "_თავიდან ცდა"
+
+#: gedit/gedit-io-error-info-bar.c:114
+msgid "File not found."
+msgstr "ფაილი ნაპოვნი არაა."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:133
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:142
+msgid "The location of the file cannot be accessed."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:146
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "\"%s\" სწორ მდებარეობას არ წარმოადგენს."
+
+#: gedit/gedit-io-error-info-bar.c:147
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:180
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "ჰოსტის სახელი (\"%s\") უცნობია."
+
+#: gedit/gedit-io-error-info-bar.c:181
+msgid "The problem could come from the proxy settings."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:215
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:225
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:250
+msgid "Ch_aracter Encoding:"
+msgstr "_სიმბოლოების კოდირება:"
+
+#: gedit/gedit-io-error-info-bar.c:288
+msgid "_Edit Anyway"
+msgstr "მაინც _ჩასწორება"
+
+#: gedit/gedit-io-error-info-bar.c:326
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:331
+msgid "You do not have the permissions necessary to open the file."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:337
+msgid "Unable to detect the character encoding."
+msgstr "სიმბოლოების კოდირების აღმოჩენა შეუძლებელია."
+
+#: gedit/gedit-io-error-info-bar.c:338 gedit/gedit-io-error-info-bar.c:361
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:339
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "ფაილის გახსნის შეცდომა: %s."
+
+#: gedit/gedit-io-error-info-bar.c:346
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:349
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:358
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:362 gedit/gedit-io-error-info-bar.c:417
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:374
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "ფაილის (\"%s\") გახსნის შეცდომა."
+
+#: gedit/gedit-io-error-info-bar.c:412
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:415
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:460
+#, c-format
+msgid "The file “%s” has been externally modified."
+msgstr "ფაილი \"%s\" გარე პროგრამის მიერ შეიცვალა."
+
+#: gedit/gedit-io-error-info-bar.c:461
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:468
+msgid "S_ave Anyway"
+msgstr "_მაინც შენახვა"
+
+#: gedit/gedit-io-error-info-bar.c:472
+msgid "D_on’t Save"
+msgstr "_არ შეინახო"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:502
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:509
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:518
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:525
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:536
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:542
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:547
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:562
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "ფაილის შენახვის შეცდომა: %s."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "ფერის სქემის დამატება"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_სქემის დამატება"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "ფერების სქემის ფაილები"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr ""
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "მომზადება…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "ფაილი: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr ""
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr ""
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "ტექსტური რედაქტორი"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d-ე გვერდი %d-დან"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "არაფერი"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "ძებნა და ჩანაცვლება"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "%s-ის ჩატვირთვა"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:912
+#, c-format
+msgid "Saving %s to %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:917
+#, c-format
+msgid "Saving %s"
+msgstr "'%s'-ის შენახვა"
+
+#: gedit/gedit-tab.c:1490
+#, c-format
+msgid "Error opening file %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1495
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1500
+#, c-format
+msgid "Error saving file %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1531
+msgid "Name:"
+msgstr "სახელი:"
+
+#: gedit/gedit-tab.c:1532
+msgid "MIME Type:"
+msgstr "MIME ტიპი:"
+
+#: gedit/gedit-tab.c:1533
+msgid "Encoding:"
+msgstr "კოდირება:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "%s /-ზე"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d-დან %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr ""
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr ""
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr ""
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr ""
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " ხაზი %d, სვტ %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "ტაბის სიგანე: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "უბრალო ტექსტი"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "არსებობს არ-შენახული დოკუმენტები"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr ""
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "დოკუმენტები"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "ფაილის გახსნა"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "_მარცხნივ გაწევა"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "მარჯვნივ _გაწევა"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_დახურვა"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "ავტომატური სწორება"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "ხაზების ნომრების ჩვენება"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "ტექსტის გადატანა"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_ფაილი"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_ახალი"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "ბოლოს გახსნილი ფაილი"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "_შენახვა, როგორც…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_ახალი ფანჯარა"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_გადატვირთვა"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_ბეჭდვა…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_გასვლა"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_ჩასწორება"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_დაბრუნება"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_გამეორება"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "ამ_ოჭრა"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "კოპირება"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_ჩასმა"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_წაშლა"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "თავზე გადაწერის _რეჟიმი"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "ყველაფრის _მონიშვნა"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_მორგება"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "ხ_ედი"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "გვერდითი _პანელი"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_ქვედა პანელი"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "მ_თელ ეკრანზე"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "გამოკვე_თის რეჟიმი…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_ძებნა"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_ძიება…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "შემდეგის ძ_ებნა"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "წინა_ს ძებნა"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "ძებნა და _ჩანაცვლება…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "გამოკვეთილ_ის გასუფთავება"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "ხა_ზზე გადასვლა…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_ხელსაწყოები"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_დოკუმენტები"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "ყველას _შენახვა"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "ყველას _დახურვა"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "ჩანართების _ახალი ჯგუფი"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "ჩანა_რთების წინა ჯგუფი"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "ჩანართების _შემდეგი ჯგუფი"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_წინა დოკუმენტი"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "_შემდეგი დოკუმენტი"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_ახალ ფანჯარაში გადატანა"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_დახმარება"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_gedit-ის შესახებ"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "ყველას _შენახვა"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "ძებნა და _ჩანაცვლება…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "ხა_ზზე გადასვლა…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "კლავიატურის მალსახმობები"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "კოდირებები"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "ცვლილებების _გაუქმება"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "პარამეტრების შენახვა"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "სხვა ხელმისაწვდომი კოდირებ_ები"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_კოდირება"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "გამართვა"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "_სტატუსის ზოლის ჩვენება"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "ტექსტის გადატანა"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "ტექსტის _გადატანის ჩართვა"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "გამოკვეთა"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "მიმდინარე _ხაზის გამოკვეთა"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "ხედი"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "ფაილის შენახვა"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_წუთი"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "რედაქტორი"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "შრიფტი"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "რედაქტორის _ფონტი: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "ფერების სქემა"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "სქემის დაყენება"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "სქემის დაყენება"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "სქემის წაშლა"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "სქემის წაშლა"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "ფონტი & ფერები"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "დამატებები"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "სინტაქსის ხაზგასმა"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "ხაზის ნომრები"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr ""
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr ""
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "ხაზი"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "ფონტები"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_სხეული:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_ხაზის ნომრები:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr ""
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "გვერდები ჯამში"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "გადიდება 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "მინიატურის _დახურვა"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "გვერდის გადახედვა"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "ყველ_აფრის ჩანაცვლება"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_ძებნა"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "_ძებნა "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "_ჩანაცვლება "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_დიდი და პატარა ასოების სხვაობა"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "_მხოლოდ მთლიანი სიტყვის დამთხვევა"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_რეგულარული გამოსახულება"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "_უკან ძებნა"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_გადატანა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "დოკუმენტები"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "დოკუმენტის გახსნა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "დოკუმენტის შენახვა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "დოკუმენტის დახურვა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "შემდეგ დოკუმენტზე გადასვლა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "წინა დოკუმენტენტზე გადასვლა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "აპლიკაციიდან გასვლა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "ძებნა და ჩანაცვლება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "ძიება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "შემდეგ დამთხვევაზე გადასვლა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "წინა დამთხვევაზე გადასვლა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "გამოკვეთილის გასუფთავება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "გაუქმება/გამეორება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "წინა ბრძანების გაუქმება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "წინა ბრძანების დაბრუნება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "მონიშნული"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "ტექსტის სრულად მონიშვნა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "კოპირება და ჩასმა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "მონიშნული ტექსტის გაცვლის ბუფერში კოპირება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "მონიშნული ტექსტის გაცვლის ბუფერში ამოჭრა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "გაცვლის ბუფერიდან ტექსტის ჩასმა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "ნავიგაცია"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "ხაზზე გადასვლა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "ჩასწორება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "კურსორთან მყოფი რიცხვის გადიდება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "კურსორთან მყოფი რიცხვის დაპატარავება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "ხელსაწყოები"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "მართლწერის შემოწმება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "დოკუმენტის დაბეჭდვა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "დასრულების ფანჯრის ჩვენება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "ძირითადი"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "დახმარების ჩვენება"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "მენიუს გახსნა"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "კლავიატურის მალსახმობები"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "დოკუმენტის დახურვა"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "ახალი დოკუმენტის შექმნა"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "ახალი"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "მიმდინარე ფაილის შენახვა"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "შენახვა"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "სრული ეკრანიდან გამოსვლა"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "დოკუმენტის სტატისტიკა"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "დოკუმენტი"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "მონიშნული"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "ხაზები"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "სიტყვა"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "ბაიტი"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "აგება"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr ""
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "ტერმინალის გახსნა აქ"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "ბრძანების გაშვება"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr ""
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr ""
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "გარე ხელსაწყოები"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "სისტემური ფონტის გამოყენება"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr ""
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr ""
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "მზადაა."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "დასრულდა"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "ყველა ენა"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "ყველა ენა"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "ახალი ხელსაწყო"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "აკრიფეთ ახალი ამაჩქარებელი. გასაწმენდად დააწექით Backspace-ს"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "ახალი აქსელერატორის ტიპი"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr ""
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "ყველა დოკუმენტი"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "მხოლოდ ლოკალური ფაილები"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "მიმდინარე დოკუმენტი"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "მიმდინარე მონიშნული"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "მიმდინარე ხაზი"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "მიმდინარე სიტყვა"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "ახალი დოკუმენტის შექმნა"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "ხელსაწყოს დამატება"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_შენახვა:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_შეყვანა:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_გამოტანა:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr ""
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr ""
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr ""
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "საწყისი"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "ფაილური სისტემა"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "ფაილის ბრაუზერი"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "შეცდომა"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "დარწმუნებული ხართ, რომ გსურთ %s-ის სამუდამოდ წაშლა?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "თუ წაშლით ელემენტს, ის სამუდამოდ დაიკარგება."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(ცარიელი)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "უსახელო ფაილი"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "ახალი საქაღალდე"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "სანიშნები"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_ახალი საქაღალდე"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "ახალი _ფაილი"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_გადარქმევა…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_სანაგვე ყუთში გადატანა"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "ხედის _განახლება"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "საქაღალდის _ხედი"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "ტერმინალში _გახსნა"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "ფილტრი"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "_დამალულების ჩვენება"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "_ბინარული შიგთავსის ჩვენება"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "ისტორია"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr ""
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modelines"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "შეცდომის ფერადი ტექსტი"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_ბრძანების ფერი:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_შეცდომის ფერი:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python-ის კონსოლი"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr ""
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "სწრაფი გამოკვეთა"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr ""
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "სწრაფი გახსნა…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "სწრაფი გახსნა"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr ""
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "მოსაძებნად აკრიფეთ…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr ""
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "ფრაგმენტები"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr ""
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr ""
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "გლობალური"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "ყველა ფაილი"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr ""
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr ""
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "ნაწყვეტის წაშლა"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "აქტივაცია"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr ""
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "დალაგება"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr ""
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr ""
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr ""
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr ""
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr ""
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr ""
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr ""
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr ""
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "მართლწერის შემოწმება"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr ""
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "ხელმისაწვდომი ფორმატები"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "განსხვავებული ფორმატი"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr ""
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_ჩასმა"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr ""
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr ""
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#~ msgid "_Apply"
+#~ msgstr "_გადატარება"
+
+#~ msgid "Cho_sen Encodings"
+#~ msgstr "არჩეული კო_დირებები"
+
+#~ msgid "_Description"
+#~ msgstr "_აღწერილობა"
+
+#, c-format
+#~ msgid "Unable to handle “%s:” locations."
+#~ msgstr "\"%s\" ტიპის მდებარეობების დამუშავება შეუძლებელია."
+
+#~ msgid "Unable to handle this location."
+#~ msgstr "ამ მდებარეობის დამუშავება შეუძლებელია."
+
+#, c-format
+#~ msgid "“%s” is a directory."
+#~ msgstr "\"%s\" საქაღალდეა."
+
+#, c-format
+#~ msgid "Unexpected error: %s"
+#~ msgstr "მოულოდნელი შეცდომა: %s"
+
+#, c-format
+#~ msgid "Could not find the file “%s”."
+#~ msgstr "ფაილის (\"%s\") პოვნა შეუძლებელია."
+
+#, c-format
+#~ msgid "“%s” is not a regular file."
+#~ msgstr "\"%s\" ჩვეულებრივი ფაილი არაა."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit-ი GNOME-ის ტექსტური რედაქტორია."
+
+#~ msgid "Highlight Mode"
+#~ msgstr "გამოკვე_თის რეჟიმი"
+
+#~ msgid "_Select"
+#~ msgstr "აირჩი_ეთ"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "გამოკვე_თის რეჟიმში ძებნა…"
+
+#~ msgid "No results"
+#~ msgstr "შედეგების გარეშე"
+
+#~ msgid "Open"
+#~ msgstr "გახსნა"
+
+#~ msgid "Open Link"
+#~ msgstr "ბმულის გახსნა"
diff --git a/po/kk.po b/po/kk.po
new file mode 100644
index 0000000..d784212
--- /dev/null
+++ b/po/kk.po
@@ -0,0 +1,4035 @@
+# Kazakh translation for gedit.
+# Copyright (C) 2016 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Baurzhan Muftakhidinov <baurthefirst@gmail.com>, 2010-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-06-26 03:36+0000\n"
+"PO-Revision-Date: 2020-06-28 23:06+0500\n"
+"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
+"Language-Team: Kazakh <kk_KZ@googlegroups.com>\n"
+"Language: kk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 2.3.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Мәтіндік файлдарды түзету"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr ""
+"gedit - бұл GNOME жұмыс үстелі үшін жеңіл әрі жылдам мәтіндік түзетушісі."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"gedit-тің бірінші мақсаты - қарапайым интерфейсі бар, күнделікті пайдалануға "
+"оңай болу. Қосымша мүмкіндіктер плагиндерді іске қосу арқылы қол жетімді."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Мәтін түзетушісі"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Plaintext;Write;gedit;Мәтін;Түзеткіш;Ашық мәтін;Жазу;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Жаңа терезе"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Жаңа құжат"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Бастапқы қаріпті қолдану"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Түзетуші қарібі"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Стильдер схемасы"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Қор көшірмелерін жасау"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "gedit сақталатын файлдардың қор көшірмелерін жасау керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Автосақтау"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"gedit уақыт аралығынан кейін өзгертілген файлдарды автоматты түрде сақтау "
+"керек пе. Уақыт аралығын \"Автосақтау аралығы\" параметрімен орнатуға болады."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Автосақтау аралығы"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Болдырмау әрекеттерінің максималды саны"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Жолдарды тасымалдау режимі"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Өңдеу аймағында ұзын жолдарды тасымалдау тәсілін көрсетеді. Тасымалдамау "
+"үшін \"none\", сөз бойынша тасымалдау үшін \"word\" және жеке таңбалар "
+"бойынша тасымалдау үшін \"char\" қолданыңыз. Бұл мәндер регистрге сезімтал, "
+"оларды көрсетілгендей жазыңыз."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Жолдарды тасымалдау тәсілі үшін соңғы таңдалған бөлінген режимі"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Тасымалдау тәсілімен қолданылған соңғы бөлінген режимді көрсетеді, "
+"тасымалдау сөндірілген кезде соңғы бөлінген режим таңдауы сақталады. Сөз "
+"бойынша тасымалдау үшін \"word\" және жеке таңба бойынша тасымалдау үшін "
+"\"char\" қолданыңыз."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Табуляция өлшемі"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Табуляция таңбаларының орнына көрсетілетін бос орындар санын көрсетеді."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Бос аралықтарды кірістіру"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "gedit табуляцияның орнына бос аралықтарды енгізу керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Автошегіну"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "gedit автошегінуді іске қосу керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Жолдар нөмірлерін көрсету"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "gedit түзету аймағында жол нөмірлерін көрсету керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Ағымдағы жолды ерекшелеу"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "gedit ағымдағы жолды түспен ерекшелеу керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Сәйкес жақшаны түспен ерекшелеу"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "gedit сәйкес жақшаларды түспен ерекшелеу керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Оң жақ шет өрісін көрсету"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "gedit түзету аймағының оң жақ шет өрісін көрсету керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Оң жақ шет өрісінің орны"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Оң жақ шет өрісінің орнын көрсетеді."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Құжат фоны оюының түрі"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Құжаттың фон өрнегі боялған болу керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Ақылды Home және End пернелері"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Курсордың алдыңғы орналасуын қалпына келтіру"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"gedit файл жүктелген кезде курсордың алдыңғы орналасуын қалпына келтіру "
+"керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Синтаксисті түспен ерекшелеуді іске қосу"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit синтаксисті түспен ерекшелеуді іске қосу керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Іздеуді түспен ерекшелеуді іске қосу"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"gedit ізделетін мәтіннің барлық кездесулерін түспен ерекшелеу керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Құжат жол тасымалдауымен аяқталуды қамтамасыз ету"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"gedit құжаттардың әрқашан жаңа жолмен аяқталуын қамтамасыз етеді ме, соны "
+"көрсетеді."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Қалып-күй панелі көрінеді"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Түзету терезесінің астында қалып-күй жолағы көрсетілу керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Бүйір панелі көрінеді"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Түзету терезесінің сол жағында бүйір панелі көрсетілу керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Синтаксисті түспен ерекшелеуді баспаға шығару"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"gedit құжаттарды баспаға шығарған кезде синтаксисті түспен ерекшелеуді де "
+"баспаға шығару керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Тақырыптаманы баспаға шығару"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"gedit құжаттарды баспаға шығарған кезде құжаттың жоғарғы колонтитулын де "
+"баспаға шығару керек пе."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Баспаға шығару үшін ұзын жолдарды тасымалдау тәсілін көрсетеді. Тасымалдамау "
+"үшін \"none\", сөз бойынша тасымалдау үшін \"word\" және жеке таңбалар "
+"бойынша тасымалдау үшін \"char\" қолданыңыз. Бұл мәндер регистрге сезімтал, "
+"оларды көрсетілгендей жазыңыз."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Жол нөмірлерін баспаға шығару"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Баспаға шығару үшін құжат қарібі"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Құжаттарды баспаға шығарған кезде құжат денесі үшін қолданылатын қаріп."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Баспаға шығару үшін тақырыптама қарібі"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Құжатты басып шығарғанда бет тақырыптары үшін қолданатын қаріпті көрсетеді. "
+"Бұл \"Тақырыптаманы баспаға шығару\" параметрі іске қосылған жағдайда ғана "
+"күшіне енеді."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Баспаға шығару үшін жол нөмірлерінің қарібі"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Сол жақ шет өрісі"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Сол жақ шет өрісі, мм есебімен."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Үстіңгі шет өрісі"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Үстіңгі шет өрісі, мм есебімен."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Оң жақ шет өрісі"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Оң жақ шет өрісі, мм есебімен."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Астыңғы шет өрісі"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Астыңғы шет өрісі, мм есебімен."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Талапкер кодтаулар"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Белсенді плагиндер"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Белсенді плагиндер тізімі."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Қолданба нұсқасын көрсету"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Кодталу опциясы үшін мүмкін мәндер тізімін көрсету"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Командалық жолда көрсетілген файлдарды ашуға қолданылатын таңбалар кодталуын "
+"орнату"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "КОДТАЛУЫ"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Жаңа жоғары деңгейлі терезені gedit-тің бар болып тұрған нұсқасында жасау"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Жаңа құжатты gedit-тің бар болып тұрған нұсқасында жасау"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Файлдарды ашу және файлдар жабылғанша дейін процесті блоктау"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "gedit-ті автономды режимде орындау"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[ФАЙЛ…] [+ЖОЛ[:БАҒАН]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Көмекті көрсету кезінде қате кетті."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: кодталуы қате."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Сақтамай-ақ _жабу"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "Ба_с тарту"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Қала_йша сақтау…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Сақтау"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Сақтамасаңыз, соңғы %ld секундта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "Сақтамасаңыз, соңғы минутта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Сақтамасаңыз, соңғы минут және %ld секундта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Сақтамасаңыз, соңғы %ld минутта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Сақтамасаңыз, соңғы сағатта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Сақтамасаңыз, соңғы сағат және %d минутта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Сақтамасаңыз, соңғы %d сағатта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Жабу алдында \"%s\" құжат өзгерістерін сақтау керек пе?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Сақталмаған өзгерістері бар %d құжат бар болып тұр. Жабу алдында "
+"өзгерістерді сақтау керек пе?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "Сақ_тауға тиісті құжаттарды таңдаңыз:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Сақтамасаңыз, барлық өзгерістер қайтарылмастай жоғалады."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "\"%s\" файлы жүктелуде…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d файл жүктелуде…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "\"%s\" файлы тек оқу үшін."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Оны сіз сақтаймын деген нұсқамен алмастыру керек пе?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "А_лмастыру"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Файлды сығуды қолданып сақтау керек пе?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Файлды қарапайым мәтін ретінде сақтау керек пе?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"\"%s\" файлы алдында қарапайым мәтін ретінде сақталған болатын, енді ол "
+"сығуды қолданып сақталатын болады."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "Сығуды қолданып _сақтау"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"\"%s\" файлы алдында сығуды қолданып сақталған болатын, енді ол қарапайым "
+"мәтін ретінде сақталатын болады."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Қарапайым мәтін ретінде _сақтау"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "\"%s\" файлы сақталуда…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Қалайша сақтау"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "\"%s\" құжатын қайтару…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "\"%s\" құжатындағы сақталмаған өзгерістерді болдырмау керек пе?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Соңғы %ld секундта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Соңғы минутта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "Соңғы минут және %ld секундта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Соңғы %ld минутта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Соңғы сағатта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "Соңғы сағат және %d минутта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Соңғы %d сағатта жасалған өзгерістер жоғалады."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "Қай_тару"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr ""
+"gedit - бұл GNOME жұмыс үстелі үшін жеңіл әрі жылдам мәтіндік түзетушісі"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr "Baurzhan Muftakhidinov <baurthefirst@gmail.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d сәйкестік табылды және алмастырылды"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Бір сәйкестік табылды және алмастырылды"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "\"%s\" табылмады"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Атаусыз құжат %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Беттер тобы %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Тек оқу"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Автоанықтау"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Қосу немесе өшіру…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Ағымдағы локаль (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (ағымдағы локаль)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Таңбалар кодтаулар баптауларын тастауды шынымен қалайсыз ба?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Тастау"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Қосу"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Өшіру"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Жоғарылау приоритетке жылжыту"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Төмендеу приоритетке жылжыту"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Барлық файлдар"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Барлық мәтіндік файлдар"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Таң_балар кодталуы:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Ж_ол аяқталуы:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Файлдарды ашу"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "А_шу"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Ашық мәтін"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "Қа_йталау"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "\"%s\" файлын табу мүмкін емес."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Орналасуды дұрыс енгізгеніңізді тексеріп, қайталап көріңіз."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "\"%s:\" тектес орналасуларды өңдеу мүмкін емес."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Бұл орналасулды өңдеу мүмкін емес."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Файл орналасуына қатынау мүмкін емес."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” бума болып тұр."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” дұрыс орналасу емес."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr "\"%s\" хосты табылмады. Прокси баптауларын тексеріп, қайталап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Хост аты жарамсыз. Орналасуды дұрыс енгізгеніңізді тексеріп, қайталап "
+"көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” қалыпты файл емес."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Байланыс орнату уақыты бітті. Қайталап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Күтпеген қате: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Сұралған файлды табу мүмкін емес. Ол жақында өшірілген шығар."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "\"%s\" файлын қайтару мүмкін емес."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Таңбалар код_талуы:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Со_нда да түзету"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Файлды ашу үшін керек рұқсаттарыңыз жоқ."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Таңбалар кодталуын анықтау мүмкін емес."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Екілік (бинарлы) файлды ашып тұрмағаныңызға көз жеткізіңіз."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Мәзірден таңбалар кодталуын таңдап, қайталап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "\"%s\" файлын ашу кезінде қате орын алды."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Сіз ашқан файлда бірнеше жарамсыз таңбалар бар. Бұл файлды түзетуді "
+"жалғастырсаңыз, құжатты зақымдауыңыз мүмкін."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "Басқа таңбалар кодталуын таңдап, қайталап көруге болады."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "\"%s\" файлын \"%s\" кодталуын қолданып, ашу мүмкін емес."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Мәзірден басқа таңбалар кодталуын таңдап, қайталап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "\"%s\" файлын ашу мүмкін емес."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "\"%s\" файлын \"%s\" кодталуын қолданып, сақтау мүмкін емес."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Құжат ішінде көрсетілген кодталуда декодтауға келмейтін бір немесе бірнеше "
+"таңба бар."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "Сонда да с_ақтау"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "Сақ_тамау"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "\"%s\" файлы оны оқығаннан кейін өзгертілген."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Оны сақтасаңыз, барлық сыртқы өзгерістер жоғалатын болады. Сонда да сақтау "
+"керек пе?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"\"%s:\" түрдегі орналасуларды жазу режимінде өңдеу мүмкін емес. Мақсат "
+"орналасуын дұрыс енгізгеніңізді тексеріп, қайталап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Бұл орналасуды жазу режимінде өңдеу мүмкін емес. Мақсат орналасуын дұрыс "
+"енгізгеніңізді тексеріп, қайталап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" дұрыс орналасу емес. Мақсат орналасуын дұрыс енгізгеніңізді тексеріп, "
+"қайталап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Файлды сақтауға керек рұқсаттарыңыз жоқ. Мақсат орналасуын дұрыс "
+"енгізгеніңізді тексеріп, қайталап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Файлды сақтау үшін диск орны жеткіліксіз. Біраз орынды босатып, қайталап "
+"көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Сіз файлды тек оқу үшін қолжетерлік дискіге жазу талабын жасадыңыз. Мақсат "
+"орналасуын дұрыс енгізгеніңізді тексеріп, қайталап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Олай аталатын файл бар болып тұр. Басқа атын таңдаңыз."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Файлды сақтағыңыз келген дискіде файл атауларының ұзындығына шектеу бар. "
+"Қысқалау атауын пайдаланыңыз."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Файлды сақтағыңыз келген дискіде файл өлшеміне шектеу бар. Кішірек файлды "
+"қолданыңыз немесе оны осы шектеулері жоқ дискіге сақтап көріңіз."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "\"%s\" файлын сақтау мүмкін емес."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Түзеткіш қолданатын қаріпті орнату үшін бұл батырманы басыңыз"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Жүйелік ені біркелкі қаріпті қ_олдану (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Таңдалған түстер схемасын орнату мүмкін емес: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Таңдалған түстер схемасын орнату мүмкін емес."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Түстер схемасын қосу"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "Схеманы қ_осу"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Түстер схемалар файлдары"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "\"%s\" түстер схемасын өшіру мүмкін емес."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Дайындау…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Файл: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Парақ %N, барлығы %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Бетті дайындау: %d, барлығы %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Парақ %d, барлығы %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ешнәрсе"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Табу және алмастыру"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ҮСТЖЗ"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "КІРСТ"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "%d беттің қателері бар"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s қайтару, %s ішінен"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Қайтару %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s жүктеу, %s ішінен"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Жүктелуде %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s сақтау, %s ішіне"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "%s сақтау"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "%s файлын ашу қатемен аяқталды"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s файлын қайтару қатемен аяқталды"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s файлын сақтау қатемен аяқталды"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Аты:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME түрі:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Кодталуы:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/, %s жерінде"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Жо_лдар нөмірлерін көрсету"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d, барлығы %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Соңына жеткенде басына өту"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Тұ_рақты өрнек ретінде сәйкестеу"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Сөзді то_лығымен сәйкестеу"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Регистрді ескеру"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Ізделетін жол"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Курсорды жылжыту үшін жол нөмірі"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Жақша сәйкестігі ауқымнан тыс"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Жақша сәйкестігі табылмады"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Жақша сәйкестігі табылған жол нөмірі: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Жол %d, Бағ %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Табуляция ені: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Сақталмаған құжаттар бар"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Бүйір панель бетін ауыстыру"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Құжаттар"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Файлды ашу"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Жуырда пайдаланылған файлды ашу"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Со_лға жылжыту"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "_Оңға жылжыту"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Жаңа тере_зеге жылжыту"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Жаңа беттер то_бына жылжыту"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "Жа_бу"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Автошегіну"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Бос аралықтарды қолдану"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Жол нөмірлерін көрсету"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Оң жақ шет өрісін көрсету"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Ағымдағы жолды түспен ерекшелеу"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Мәтінді тасымалдау"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Файл"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Жаңа"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "С_оңғысын ашу"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Жабылған бе_тті қайта ашу"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Қал_айша сақтау…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Жаңа тере_зе"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "Қа_йта жүктеу"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "Бас_паға шығару…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Шығу"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "Тү_зету"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "Бол_дырмау"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "Қай_талау"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Қ_иып алу"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Көшіру"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "Кірі_стіру"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "Ө_шіру"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Үстінен жазу режи_мі"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Б_арлығын таңдау"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "Ба_птаулар"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Түрі"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Бү_йір панелі"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Төмен_гі панелі"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "Т_олық экранға"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "_Түспен ерекшелеу режимі…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "І_здеу"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Табу…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Ке_лесіні табу"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Ал_дыңғысын табу"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Табу жә_не алмастыру…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Түспен ерекшелеуді тастау"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Жо_лға өту…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "Са_ймандар"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "Құ_жаттар"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Барл_ығын сақтау"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Ба_рлығын жабу"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Жаңа беттер тобы"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Ал_дыңғы беттер тобы"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "К_елесі беттер тобы"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Алдыңғы құжат"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "_Келесі құжат"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Жаңа тере_зеге жылжыту"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Көмек"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "Мәтін түзетушісі тур_алы"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Б_арлығын сақтау"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "Табу жә_не алмастыру…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Жолға ө_ту…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "П_ернетақта жарлықтары"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Таңбалар кодтаулары"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "Іске _асыру"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Қ_олжетерлік кодтаулар"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Таңдалған код_талу"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "А_нықтамасы"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "Ко_дталуы"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Түспен ерекшелеу"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Таңдау"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Іздеуді түспен ерекшелеу режимі…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Баптаулар"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Оң жақ шет өрісін көрсету, баға_ны:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Қа_лып-күй жолағын көрсету"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Тор _оюын көрсету"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Мәтінді тасымалдау"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Мәтінді тасы_малдау"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Сөздерді екіге бөл_меу"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Түспен ерекшелеу"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Ағымдағы жо_лды түспен ерекшелеу"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Сәйкес жақ_шаны түспен ерекшелеу"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Көрініс"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Табуляция"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Табуляция ені:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Табуляция орнына бо_с аралықтарды кірістіру"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Автошегінуді іске қосу"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Файлды сақтау"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Сақтау алдында файлдардың қ_ор көшірмелерін жасау"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Файлдарды _автосақтау, әр"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_минут"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Түзетуші"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Қаріп"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Түзекі_ш қарібі: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Түзеткіш қарібін таңдаңыз"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Түстер схемасы"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Схеманы орнату"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Схеманы орнату"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Схеманы өшіру"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Схеманы өшіру"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Қаріп және түстер"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Плагиндер"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Синтаксисті түспен ерекшелеу"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Синт_аксисті түспен ерекшелеуді баспаға шығару"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Жолдардың нөмірленуі"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Жол нө_мірлерін баспаға шығару"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Нөмірлеу әр"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "жолдар"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Беттің жоғарғы колонтитулы"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Бет _тақырыптамаларын баспаға шығару"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Қаріптер"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "Құжат _денесі:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Жо_лдар нөмірлері:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Жоғ_арғы және төменгі колонтитулдар:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Бастапқы қаріптерді қалпына келтіру"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Алдыңғы парақты көрсету"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Келесі парақты көрсету"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Ағымдағы бет (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "барлығы"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Барлық парақтар"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Құжаттағы парақтар саны"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Бірнеше парақты көрсету"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Масштабы 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Параққа сыйдыру"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Үлкейту"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Кішірейту"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Баспа алдында қарауды жабу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "Алдын-ала қарауды _жабу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Бетті алдын-ала қарау"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Басып шығарылатын құжаттағы бетті алдын ала қарау"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Барл_ығын алмастыру"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Табу"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Т_абу "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Не_мен алмастыру "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Регистрді ескеру"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Сө_зді тек толығымен сәйкестендіру"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Тұ_рақты өрнек"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "К_ері іздеу"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Соң_ына жеткенде, басына апару"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Құжаттар"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Жаңа құжатты бетте жасау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Құжатты ашу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Құжатты сақтау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Құжатты жаңа файл атымен сақтау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Барлық құжаттарды сақтау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Құжатты жабу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Барлық құжаттарды жабу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Ең соңғы жабылған құжатты қайта ашу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Жаңа құжатқа ауысу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Алдыңғы құжатқа ауысу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Бірінші — тоғызыншы құжатқа ауысу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Терезелер және панельдер"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Терезеде жаңа құжатты жасау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Жаңа беттер тобын жасау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Бүйір панелді көрсету"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Төменгі панельді көрсету"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Толық экранға/одан шығу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Қолданба жұмысын аяқтау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Табу және алмастыру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Табу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Келесі сәйкестікті табу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Алдыңғы сәйкестікті табу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Түспен ерекшелеуді тастау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Болдырмау және қайталау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Алдыңғы команданы болдырмау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Алдыңғы команданы қайталау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Таңдалған"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Барлық мәтінді таңдау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Барлық мәтіннің таңдауың алып тастау"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Көшіріп алу және кірістіру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Таңдалған мәтінді алмасу буферіне көшіру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Таңдалған мәтінді алмасу буферіне қиып алу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Алмасу буферінен мәтінді кірістіру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Навигация"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Жолға өту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Ағымдағы жолдын басына жылжу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Ағымдағы жолдын соңына жылжу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Құжаттың басына жылжу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Құжаттың соңына жылжу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Көріну аймағын файл бойымен жоғары жылжыту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Көріну аймағын файл бойымен төмен жылжыту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Көріну аймағын файл соңына жылжыту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Көріну аймағын файл басына жылжыту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Сәйкес жақшаға жылжыту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Алдыңғы беттер тобына өту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Келесі беттер тобына өту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Түзету"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Енгізу/үстінен жазу режимдерін ауыстыру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Курсор көрінуін ауыстыру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Ағымдағы жолды өшіру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Ағымдағы жолды жоғары жылжыту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Ағымдағы жолды төмен жылжыту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Ағымдағы сөзді солға жылжыту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Ағымдағы сөзді оңға жылжыту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Бас әріптерге түрлендіру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Кіші әріптерге түрлендіру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Регистрді терістеу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Курсор астындағы санды арттыру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Курсор астындағы санды кеміту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Саймандар"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Емлені тексеру"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Құжатты баспаға шығару"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Толықтырулар терезесін көрсету"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Жалпы"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Көмекті көрсету"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Мәзірді ашу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Пернетақта жарлықтары"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Құжатты жабу"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Жаңа құжатты жасау"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Жаңа"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Ағымдағы файлды сақтау"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Сақтау"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Панельді жасыру"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Толық экраннан шығу"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Құжат статистикасы"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Құжаттағы сөздер, жолдар және таңбалар санын хабарлау."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Құ_жат статистикасы"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Құжат"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Таңдалған"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Жолдар"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Сөздер"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Таңбалар (бас аралықтармен)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Таңбалар (бас аралықтарсыз)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Байттар"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Жинау"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Құжат бумасында \"make\" жөнелту"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Терминалды осында ашу"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Құжат орналасқан жерде терминалды ашу"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Артық бос аралықтарды өшіру"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Файлыңыздағы артық сыбайлас бос аралықтарды өшіру"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Команданы орындау"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Таңдауыңызша команданы орындап, оның шығысын жаңа құжатқа кірістіру"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "fpaste қызметіне жіберу"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Таңдалған мәтінді немесе ағымдағы құжатты fpaste қызметіне жариялау"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Сыртқы саймандар"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Сыртқы командалар және скрипттерді орындау."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Жүйелік қаріп қолданыла ма"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango қарібінің аты. Мысалы: \"Sans 12\" немесе \"Monospace Bold 14\"."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "С_ыртқы саймандарды басқару…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Сыртқы сай_мандар"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Команданы орындау мүмкін емес: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Бұл команданы орынау үшін сөздің ішінде тұру керек"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Сайманды жөнелту:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Дайын."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Аяқталды"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Барлық тілдер"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Барлық тілдер"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Жаңа сайман"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Бұл үдеткіш %s әрекетіне байланысқан болып тұр"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Жаңа жарлықты теріңіз, немесе тазарту үшін Backspace басыңыз"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Жаңа үдеткішті теріңіз"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Тоқтатылған."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Сайманды тоқтату"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Әрқашан қолжетерлік"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Барлық құжаттар"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Атаусыз құжаттардан басқа барлық құжаттар"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Жергілікті файлдар ғана"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Қашықтағы файлдар ғана"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Атаусыз құжаттар ғана"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Ағымдағы құжат"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Ағымдағы ерекшелеу"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Ағымдағы таңдау (құжат үшін негізгі)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Ағымдағы жол"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Ағымдағы сөз"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Төменгі панельде көрсету"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Жаңа құжатты жасау"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Ағымдағы құжатқа жалғау"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Ағымдағы құжатты алмастыру"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Ағымдағы таңдауды алмастыру"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Курсор тұрған жерге кірістіру"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Сыртқы саймандарды басқару"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Жаңа сайманды қосу"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Сайманды қосу"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Таңдалған сайманды өшіру"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Сайманды өшіру"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Сайманды қайтару"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Сайманды қайтару"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Жарлық _пернесі:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Сақтау:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "Кі_ріс:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "Ш_ығыс:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "Іске _асуы:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Сайман шығысы"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Файлдық шолушы панелі"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Бүйір панелінен файлдарға жеңіл қатынау."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Үй бумасы"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Файлдық жүйе"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Файлдар шолушысы"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Жаңа буманы жасау кезінде қате кетті"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Жаңа файлды жасау кезінде қате кетті"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Файл не бума атын ауыстыру кезінде қате кетті"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Файл не буманы өшіру кезінде қате кетті"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Буманы файлдар басқарушысында ашу кезінде қате кетті"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Түбірлік буманы орнату кезінде қате кетті"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Буманы жүктеу кезінде қате кетті"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Қате кетті"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Файлды қоқыс шелегіне тастау мүмкін емес, оны\n"
+"қайтарылмастай өшіруді қалайсыз ба?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "\"%s\" файлын қоқыс шелегіне тастау мүмкін емес."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Таңдалған файлдарды қоқыс шелегіне тастау мүмкін емес."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "\"%s\" толығымен өшіруді шынымен қалайсыз ба?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Таңдалған файлдарды толығымен өшіруді шынымен қалайсыз ба?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Нәрсені өшірсеңіз, ол қайтарылмастай жоғалады."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Бос)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Атауы өзгертілген файл қазір сүзіліп жатыр. Файлды көрінетін ету үшін сүзгі "
+"параметрлерін реттеу қажет"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Атаусыз файл"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Жаңа файл қазір сүзіліп жатыр. Файлды көрінетін ету үшін сүзгі параметрлерін "
+"реттеу қажет"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Атаусыз бума"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Жаңа бума қазір сүзіліп жатыр. Буманы көрінетін ету үшін сүзгі параметрлерін "
+"реттеу қажет"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Бетбелгілер"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Тіркелген том үшін тіркеу объекті жоқ: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Тасушыны ашу мүмкін емес: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Томды тіркеу мүмкін емес: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "\"%s\" жүктеу қатесі: Ондай бума жоқ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Ағаш көрінісімен ашу"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Бетбелгілер көрінісінің орнына файл браузерінің плагин модулі жүктелген "
+"кезде ағаш көрінісін ашу"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Файлдық шолушының түбірлік бумасы"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Қашықтағы орналасуларды қалпына келтіру"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Қашықтағы орналасуларды қалпына келтіруді іске қосу керек пе."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Орналасуды бірінші құжатқа орнату"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Түбірді белсенді құжатқа орнату"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Жаңа _бума"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Жаңа фа_йл"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "Атын ө_згерту…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Қоқы_с шелегіне тастау"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Көріністі жаң_арту"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "Буманы қ_арау"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "Терминалда а_шу"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Сүзгі"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Жас_ырынды көрсету"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "_Екілік көрсету"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Файл атын сәйкестеу"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Тарихы"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Тарих мәзірін ашу"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Режимдер"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Команда мәтінінің түсі"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Команда мәтінінің түсі"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Қате мәтінінің түсі"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Қате мәтінінің түсі"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "К_оманда түсі:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Қат_е түсі:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python консолі"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Төмендегі панельде орналасқан интерактивті Python консолі."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Түспен жылдам ерекшелеу"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Таңдалған мәтіннің әр кездесуін түспен ерекшелейді."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Жылдам ашу…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Жылдам ашу"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Файлдарды жылдам ашу."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Іздеу үшін теріңіз…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "_Сниппеттерді басқару…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Снипеттер"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "\"%s\" архивін жасау мүмкін емес"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "\"%s\" мақсат бумасы жоқ болып тұр"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "\"%s\" мақсат бумасы дұрыс бума емес"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "\"%s\" файлы жоқ"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "\"%s\" файлы жарамды сниппеттер файлы емес"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Импортталған \"%s\" файлы жарамды сниппеттер файлы емес"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "\"%s\" архивін тарқату мүмкін емес"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Келесі файлдарды импорттау мүмкін емес: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "\"%s\" файлы жарамды сниппеттер архиві емес"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Сниппеттер архиві"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Жаңа сниппетті қосу…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Глобалды"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Таңдалған сниппетті қайтару"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Таңдалған сниппетті өшіру"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Импорттау кезінде келесі қате орын алды: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Импорттау сәтті аяқталды"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Сниппеттерді импорттау"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Барлық қолдауы бар архивтер"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip сығылған архиві"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 сығылған архиві"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Барлық файлдар"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Экспорттау кезінде келесі қате орын алды: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Экспорттау сәтті аяқталды"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Экспорттау үшін сниппеттер таңдаған жоқ"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Сниппеттерді экспорттау"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Жаңа жарлықты теріңіз, немесе тазарту үшін Backspace басыңыз"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Жаңа жарлықты теріңіз"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"(%s) Python командасын орындау уақыты рұқсат етілген шамадан асты, орындалу "
+"үзілді."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "(%s) Python командасын орындау сәтсіз аяқталды: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Жиі қолданылатын мәтін блоктарын жылдам кірістіру."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Сниппеттерді басқару"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Жаңа сниппетті жасау"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Сниппетті қосу"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Сниппетті өшіру"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Сниппеттерді импорттау"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Таңдалған сниппеттерді экспорттау"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Сниппеттерді экспорттау"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Белсендіру"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Жар_лық пернесі:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Снипетті белсендіретін пернелер жарлығы"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr ""
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "Сұр_ыптау…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Сұрыптау"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "К_ері ретпен"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Қа_йталанатындарды өшіру"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "Р_егистрге тәуелді"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Бағаннан бас_тау:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Сұрыптау"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Құжатты не таңдалған мәтінді сұрыптау."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Емлені тек_серу…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Ті_лді орнату…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Қате жазылған сөздерді _түспен ерекшелеу"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Қате жазылған сөздерді түспен ерекшелеу"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Қате жазылған сөздерді түспен ерекшелеудің бастапқы баптауы."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Емлені тексеру плагинін баптау"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Жаңа құжаттар үшін үнсіз келісім баптаулары"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Емлені тексеру"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Ағымдағы құжаттың емлесін тексереді."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Күн және уақытты кірі_стіру…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Қолжетерлік пішімдер"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Сұрау түрі"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Таңдалған пішім"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Күн/уақытты кірістіру кезінде қолданылатын таңдалған пішім."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Таңдауыңызша пішім"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Күн/уақытты кірістіру кезінде қолданылатын таңдауыңызша пішім."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Күн және уақытты кірістіру"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Таң_далған пішімді қолдану"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Таңдауыңызша пішімді қолдану"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2014 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "Кірі_стіру"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Күн/уақыт плагинін баптау"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Күн/уақытты кірістіру кезінде…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Пішімді сұрау"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Күн / Уақытты кірістіру"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Курсор тұрған орынға ағымдағы күнді және уақытты кірістіру."
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit - бұл GNOME жұмыс үстел ортасының мәтіндік файлдардың ресми "
+#~ "түзеткіші. Қарапайымдылық және қолдану жеңілдігіне мақсатталған болса да, "
+#~ "gedit мүмкіндіктері көп мәтіндік түзеткіші болып табылады."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Кітап, қолданба бағдарламасын немесе жылдам естеліктерді жазсаңыз, gedit "
+#~ "сіз үшін тапсырманы орындаудың сенімді сайманы болады."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Оның икемді плагиндер жүйесі қолданбаны өз ыңғайыңызға қарай баптап, "
+#~ "жұмыс тәртібіңізге сай жасауды мүмкін қылады."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "\"%s\" құжат өзгерістері қайтарылмастай жоғалады."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Жүйелік әкімші сақтау мүмкіндігін сөндірген."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "%d құжат өзгерістері қайтарылмастай жоғалатын болады."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Сақталмаған өзгерістері бар құ_жаттар:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Ашу"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Таңбалар кодталуы:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Жол аяқталуы:"
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Түзетпеу"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "\"%s\" файлы басқа терезеде ашық тұр."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Сонда да оны түзетуді қалайсыз ба?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "\"%s\" сақтау кезінде қор көшірме файлын жасау сәтсіз аяқталды"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "\"%s\" сақтау кезінде уақытша қор көшірме файлын жасау сәтсіз аяқталды"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Файлдың жаңа нұсқасын сақтау алдында ескі нұсқаның қор көшірмесін жасау "
+#~ "сәтсіз аяқталды. Сіз бұны елемей, файлды сонда да сақтай аласыз, бірақ, "
+#~ "сақтау кезінде қате орын алса, файлдың ескі нұсқасын жоғалуыңыз мүмкін. "
+#~ "Сонда да сақтау керек пе?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "\"%s\" файлы дискте өзгертілген."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Өзгерістерді тастап, қа_йта жүктеу"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "\"%s\" сақтау кезінде кейбір қате таңбалар табылды"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Бұл файлды сақтауды жалғастырсаңыз, файл зақымдалуы мүмкін. Сонда да "
+#~ "сақтау керек пе?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "\"%s\" бумасын жасау мүмкін емес: g_mkdir_with_parents() сәтсіз: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "Схеманы қ_осу"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Таңдалған жолдарды біріктіру"
+
+#~ msgid "Check update"
+#~ msgstr "Жаңартуды тексеру"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "gedit-тің соңғы нұсқасын тексеру"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "URI көрсету кезінде қате орын алды."
+
+#~ msgid "_Download"
+#~ msgstr "Жү_ктеп алу"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Нұсқаны елемеу"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "gedit-тің жаңа нұсқасы бар"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Елемеу үшін нұсқа"
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Көрініс картасын көрсету"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "gedit құжаттын көрініс картасын көрсету керек пе."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Саймандар панелі көрінеді"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Түзету терезесінде саймандар панелі көріну керек пе."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Жуырдағы файлдардың макс. саны"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "\"%s\" орналасуы қолжетерсіз."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Жүйеңіз желіге қосылмаған. Желіні тексеріңіз."
+
+#~ msgid "Please check your installation."
+#~ msgstr "Орнатуыңызды тексеріңіз."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "%s интерфейс файлын ашу қатесі. Қате: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "\"%s\" объектін %s файлынан табу мүмкін емес."
+
+#~ msgid "No results"
+#~ msgstr "Нәтижелер жоқ"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Басқа құ_жаттар…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Көрі_ніс картасын көрсету"
+
+#~ msgid "Open"
+#~ msgstr "Ашу"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Файлды сұхбатын ашу"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit мәтіндік түзетушісі"
+
+#~ msgid "_About"
+#~ msgstr "О_сы туралы"
+
+#~ msgid "Tools"
+#~ msgstr "Саймандар"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Елемеу"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "С_ыртқы саймандарды басқару"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Жылдам ашу..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "_Сниппеттерді басқару..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Тілді о_рнату..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Күн және уақытты кірі_стіру..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Жаңа терезені ашу"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Жаңа құжатты ашу"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Терезенің өлшемін және орнын көрсету (ЕНІxБИІКТІГІ+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRY"
+
+#~ msgid "Edit"
+#~ msgstr "Түзету"
+
+#~ msgid "Help"
+#~ msgstr "Көмек"
+
+#~ msgid "Question"
+#~ msgstr "Сұрақ"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(ұсынылатын сөздер жоқ)"
+
+#~ msgid "_More..."
+#~ msgstr "Кө_бірек..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "Барлығын е_лемеу"
+
+#~ msgid "_Add"
+#~ msgstr "Қ_осу"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Емле ұсыныстары..."
+
+#~ msgid "Error:"
+#~ msgstr "Қате:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Емлені тексеру аяқталды"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Қате жазылған сөздер жоқ"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(емлесі дұрыс)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Ұсыныстар"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Белгісіз (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Бастапқы"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Ағымдағы құжат ті_лін таңдаңыз."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Қате сөз:"
+
+#~ msgid "word"
+#~ msgstr "сөз"
+
+#~ msgid "Change _to:"
+#~ msgstr "Немен алмас_тыру:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Сө_зді тексеру"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "Ұ_сыныстар:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Б_арлығын елемеу"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Өз_герту"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Бар_лығын қосу"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Пайдаланушы сөздігі:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Сө_зді қосу"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Автоанықталған кодтаулар"
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['UTF-8']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Мәзірде көрсетілетін кодтаулар"
+
+#~ msgid "RO"
+#~ msgstr "ТО"
+
+#~ msgid "Character encodings"
+#~ msgstr "Таңбалар кодталуы"
+
+#~ msgid "_OK"
+#~ msgstr "_ОК"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Мәзірде көрсетілетін _кодтаулар:"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Сұрыптау әрекетін қайтару мүмкін емес"
+
+#~ msgid "Set language"
+#~ msgstr "Тілді орнату"
+
+#~ msgid "Languages"
+#~ msgstr "Тілдер"
+
+#~ msgid "The document is empty."
+#~ msgstr "Құжат бос болып тұр."
+
+#~ msgid "P_revious Page"
+#~ msgstr "А_лдыңғы парақ"
+
+#~ msgid "_Next Page"
+#~ msgstr "К_елесі парақ"
+
+#~ msgid "Replace"
+#~ msgstr "Алмастыру"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Нені іздеу керек:"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit қалаулары"
+
+#~ msgid "Current Line"
+#~ msgstr "Ағымдағы жол"
+
+#~ msgid "_Add..."
+#~ msgstr "Қ_осу..."
+
+#~ msgid "Replace All"
+#~ msgstr "Барлығын алмастыру"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[ФАЙЛ...]"
+
+#~ msgid "Arabic"
+#~ msgstr "Араб"
+
+#~ msgid "Greek"
+#~ msgstr "Грек"
+
+#~ msgid "Turkish"
+#~ msgstr "Түрік"
+
+#~ msgid "Romanian"
+#~ msgstr "Румын"
+
+#~ msgid "Armenian"
+#~ msgstr "Армян"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Қытайша (Дәстүрлі)"
+
+#~ msgid "Japanese"
+#~ msgstr "Жапон"
+
+#~ msgid "Korean"
+#~ msgstr "Кәріс"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Қытайша (Қарапайым)"
+
+#~ msgid "Georgian"
+#~ msgstr "Грузин"
+
+#~ msgid "Hebrew"
+#~ msgstr "Иврит"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Вьетнам"
+
+#~ msgid "Thai"
+#~ msgstr "Тай"
+
+#~ msgid "Unknown"
+#~ msgstr "Белгісіз"
+
+#~ msgid "The file is too big."
+#~ msgstr "Файл тым үлкен."
+
+#~ msgid "Empty"
+#~ msgstr "Бос"
+
+#~ msgid "Plugin"
+#~ msgstr "Плагин"
+
+#~ msgid "Enabled"
+#~ msgstr "Қосулы"
+
+#~ msgid "C_onfigure"
+#~ msgstr "Ба_птау"
+
+#~ msgid "A_ctivate"
+#~ msgstr "Белс_енді қылу"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Б_арлығын белсенді қылу"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "Барлығын белсенді е_мес қылу"
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "Б_елсенді плагиндер:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "П_лагин туралы"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Қа_лаулар"
+
+#~ msgid "_Contents"
+#~ msgstr "Құра_масы"
+
+#~ msgid "Save _As..."
+#~ msgstr "Қала_йша сақтау..."
+
+#~ msgid "Page Set_up..."
+#~ msgstr "Парақ ба_птаулары..."
+
+#~ msgid "_Print..."
+#~ msgstr "Бас_паға шығару..."
+
+#~ msgid "Undo the last action"
+#~ msgstr "Соңғы әрекетті болдырмау"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Соңғы әрекетті қайталау"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Таңдалғанды қиып алу"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Таңдалғанды көшіріп алу"
+
+#~ msgid "_Find..."
+#~ msgstr "Та_бу..."
+
+#~ msgid "_Replace..."
+#~ msgstr "А_лмастыру..."
+
+#~ msgid "Close the current file"
+#~ msgstr "Ағымдағы файлды жабу."
+
+#~ msgid "Quit the program"
+#~ msgstr "Бағдарламаны жабу"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_Панель"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' ашу"
+
+#~ msgid "File Name"
+#~ msgstr "Файл аты"
+
+#~ msgid "_Update"
+#~ msgstr "_Жаңарту"
+
+#~ msgid "file"
+#~ msgstr "файл"
+
+#~ msgid "Up"
+#~ msgstr "Жоғары"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Аталық бумасын ашу"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Алдыңғы жерге өту"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Көріністі жаңарту"
+
+#~ msgid "Language"
+#~ msgstr "Тіл"
+
+#~ msgid "Language:"
+#~ msgstr "Тіл:"
+
+#~ msgid "Tags"
+#~ msgstr "Тегтер"
+
+#~ msgid "_Preview"
+#~ msgstr "А_лдын-ала қарау"
+
+#~ msgid "Background color"
+#~ msgstr "Фон түсі"
+
+#~ msgid "Bold"
+#~ msgstr "Жуан"
+
+#~ msgid "Center"
+#~ msgstr "Ортасы"
+
+#~ msgid "Columns"
+#~ msgstr "Бағандар"
+
+#~ msgid "Comment"
+#~ msgstr "Түсіндірме"
+
+#~ msgid "Content type"
+#~ msgstr "Құрама түрі"
+
+#~ msgid "Disabled"
+#~ msgstr "Сөндірулі"
+
+#~ msgid "Form"
+#~ msgstr "Түрі"
+
+#~ msgid "Frame"
+#~ msgstr "фрейм"
+
+#~ msgid "Height"
+#~ msgstr "Биіктігі"
+
+#~ msgid "Image"
+#~ msgstr "Сурет"
+
+#~ msgid "Label"
+#~ msgstr "Белгі"
+
+#~ msgid "Name"
+#~ msgstr "Аты"
+
+#~ msgid "Note"
+#~ msgstr "Хабарлама"
+
+#~ msgid "Paragraph"
+#~ msgstr "Абзац"
+
+#~ msgid "Quote"
+#~ msgstr "Дәйексөз"
+
+#~ msgid "Root"
+#~ msgstr "Root"
+
+#~ msgid "Rows"
+#~ msgstr "Жолдар"
+
+#~ msgid "Size"
+#~ msgstr "Өлшемі"
+
+#~ msgid "Sound"
+#~ msgstr "Дыбыс"
+
+#~ msgid "Source"
+#~ msgstr "Бастапқы кодтары"
+
+#~ msgid "Square root"
+#~ msgstr "Шаршы түбірін алу"
+
+#~ msgid "Table"
+#~ msgstr "Кесте"
+
+#~ msgid "Text"
+#~ msgstr "Мәтін"
+
+#~ msgid "Text color"
+#~ msgstr "Мәтін түсі"
+
+#~ msgid "Title"
+#~ msgstr "Атауы"
+
+#~ msgid "URL"
+#~ msgstr "Сілтеме"
+
+#~ msgid "Value"
+#~ msgstr "Мәні"
+
+#~ msgid "Width"
+#~ msgstr "Ені"
+
+#~ msgid "Item"
+#~ msgstr "Элемент"
diff --git a/po/km.po b/po/km.po
new file mode 100644
index 0000000..960e816
--- /dev/null
+++ b/po/km.po
@@ -0,0 +1,3596 @@
+# translation of po_gedit-km.po to Khmer
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+# Khoem Sokhem <khoemsokhem@khmeros.info>, 2012.
+# Khmer translation for gedit
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the gedit package.
+msgid ""
+msgstr ""
+"Project-Id-Version: po_gedit-km\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2012-09-26 09:33+0000\n"
+"PO-Revision-Date: 2012-03-28 06:51+0000\n"
+"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
+"Language-Team: Khmer\n"
+"Language: km\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Launchpad-Export-Date: 2012-09-03 06:00+0000\n"
+"X-Generator: Launchpad (build 15890)\n"
+"X-Language: km-KH\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:791
+msgid "Text Editor"
+msgstr "កម្មវិធី​​កែសម្រួល​​អត្ថបទ"
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "កែ​សម្រួល​ឯកសារ​អត្ថបទ"
+
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "កម្មវិធី​កែសម្រួល​អត្ថបទ gedit"
+
+#: ../data/gedit.desktop.in.in.h:5
+msgid "Text"
+msgstr "អត្ថបទ"
+
+#: ../data/gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "បើក​បង្អួច​ថ្មី"
+
+#: ../data/gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "បើក​ឯកសារ​ថ្មី"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:1
+msgid "Use Default Font"
+msgstr "ប្រើ​ពុម្ពអក្សរ​លំនាំដើម"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:2
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"ថាតើ​ត្រូវ​ប្រើ​ពុម្ពអក្សរ​ដែលមាន​ទទឹង​ថេរ​លំនាំដើម​របស់​ប្រព័ន្ធ​សម្រាប់​កែសម្រួល​អត្ថបទ​ជំនួស​ឲ្យ​ពុម្ពអក្សរ​ជាក់លាក់​"
+"ចំពោះ gedit ដែរ​ឬទេ ។ ប្រសិនបើ​ជម្រើស​នេះ​ត្រូវ​បានបិទ នោះពុម្ពអក្សរ​ដែលមាន​ឈ្មោះ​នៅ​ក្នុង​ជម្រើស​ "
+"\"កម្មវិធី​កែសម្រួល​ពុម្ពអក្សរ\" នឹង​ត្រូវ​បាន​ប្រើ​ជំនួស​ឲ្យ​ពុម្ពអក្សរ​ប្រព័ន្ធ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:3
+msgid "Editor Font"
+msgstr "កម្មវិធី​កែសម្រួល​ពុម្ពអក្សរ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:4
+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.gnome.gedit.gschema.xml.in.in.h:5
+msgid "Style Scheme"
+msgstr "គ្រោងការណ៍​រចនាសម្ព័ន្ធ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:6
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "លេខ​សម្គាល់​គ្រោងការណ៍​រចនាសម្ព័ន្ធ GtkSourceView បាន​ប្រើ​សម្រាប់​ពណ៌​អត្ថបទ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:7
+msgid "Create Backup Copies"
+msgstr "បង្កើត​ច្បាប់​ចម្លង​បម្រុង​ទុក"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:8
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"ថាតើ gedit គួរ​បង្កើត​ច្បាប់​ចម្លង​បម្រុងទុក​សម្រាប់​ឯកសារ​ដែល​វា​រក្សាទុក​ដែរឬទេ ។ អ្នក​អាច​កំណត់​​​កន្ទុយ​"
+"ឯកសារ​បម្រុង​ទុក​ដោយ​ប្រើ​ជម្រើស \"កន្ទុយ​ឯកសារ​ច្បាប់​ចម្លង​បម្រុងទុក\" ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:9
+msgid "Autosave"
+msgstr "រក្សាទុក​ស្វ័យប្រវត្តិ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:10
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"ថាតើ​ gedit គួរ​រក្សាទុក​ឯកសារ​ដែល​បាន​កែប្រែ​ដោយ​ស្វ័យ​ប្រវត្តិ​បន្ទាប់ពី​ចន្លោះ​​ពេល​ជាក់លាក់​ដែរ​ឬទេ ។ "
+"អ្នក​អាច​កំណត់​ចន្លោះ​ពេល​ដោយ​ប្រើ​ជម្រើស \"ចន្លោះ​ពេល​រក្សាទុក​ដោយ​ស្វ័យ​ប្រវត្តិ\" ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:11
+msgid "Autosave Interval"
+msgstr "ចន្លោះ​ពេល​រក្សាទុក​ដោយ​ស្វ័យ​ប្រវត្តិ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:12
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"ចំនួន​នាទី​បន្ទាប់​ពី​ gedit នឹង​រក្សាទុក​ឯកសារ​ដែលបានកែប្រែ​ដោយ​ស្វ័យ​ប្រវត្តិ ។ វា​មាន​ប្រសិទ្ធភាព​តែ​"
+"ក្នុងករណី​បាន​បើក​ជម្រើស \"រក្សាទុក​ដោយ​ស្វ័យ​ប្រវត្តិ\" ប៉ុណ្ណោះ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:13
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "មិន​ធ្វើ​ដែន​កំណត់​សកម្មភាព​វិញ (បដិសេធ)"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:14
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"ចំនួន​សកម្មភាព​អតិបរមា​ដែល​ gedit អាច​មិន​ធ្វើ​វិញ ឬ​ធ្វើវិញ ។ ប្រើ \"-1\" សម្រាប់​ចំនួន​សកម្មភាព​គ្មាន​"
+"កំណត់ ។ បាន​បដិសេធ​ទាំង​ពីកំណែ ២.១២.០"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:15
+msgid "Maximum Number of Undo Actions"
+msgstr "ចំនួន​សកម្មភាព​មិន​ធ្វើ​វិញ​អតិបរមា"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:16
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"ចំនួន​សកម្មភាព​អតិបរមា​ដែល​ gedit អាច​មិន​ធ្វើ​វិញ ឬ​ធ្វើ​វិញ ។ ប្រើ \"-1\" សម្រាប់​ចំនួន​សកម្មភាព​គ្មាន​"
+"កំណត់ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:17
+msgid "Line Wrapping Mode"
+msgstr "របៀប​រុំ​បន្ទាត់"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:18
+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.gnome.gedit.gschema.xml.in.in.h:19
+msgid "Tab Size"
+msgstr "ទំហំ​ថេប"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:20
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "បញ្ជាក់​ចំនួន​ដកឃ្លា ដែល​គួរ​ត្រូវ​បាន​បង្ហាញ​ជំនួស​ឲ្យ​តួអក្សរ​ថេប ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:21
+msgid "Insert spaces"
+msgstr "បញ្ចូល​ចន្លោះ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:22
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "ថាតើ gedit គួរ​បញ្ចូល​ដកឃ្លា​ជំនួស​ឲ្យ​ថេប​ឬ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:23
+msgid "Automatic indent"
+msgstr "ចូល​បន្ទាត់​ដោយ​ស្វ័យ​ប្រវត្តិ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:24
+msgid "Whether gedit should enable automatic indentation."
+msgstr "ថាតើ gedit គួរ​បើក​ការ​ចូល​បន្ទាត់​ដោយ​ស្វ័យ​ប្រវត្តិ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:25
+msgid "Display Line Numbers"
+msgstr "បង្ហាញ​លេខ​បន្ទាត់"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:26
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "ថាតើ gedit គួរ​បង្ហាញ​លេខ​បន្ទាត់​ក្នុង​ផ្ទៃ​កែសម្រួល​ដែរឬទេ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:27
+msgid "Highlight Current Line"
+msgstr "រំលេច​បន្ទាត់​បច្ចុប្បន្ន"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:28
+msgid "Whether gedit should highlight the current line."
+msgstr "ថាតើ gedit គួរ​រំលេច​បន្ទាត់​បច្ចុប្បន្ន ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:29
+msgid "Highlight Matching Brackets"
+msgstr "រំលេច​វង់ក្រចក​ដែល​ផ្គូផ្គង"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:30
+msgid "Whether gedit should highlight matching brackets."
+msgstr "ថាតើ gedit គួរ​រំលេច​វង់ក្រចក​ដែល​ផ្គូផ្គង ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:31
+msgid "Display Right Margin"
+msgstr "បង្ហាញ​រឹម​ខាង​ស្ដាំ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:32
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "ថាតើ gedit គួរ​បង្ហាញ​រឹម​ខាង​ស្ដាំ​នៅ​ក្នុង​ផ្ទៃ​កែសម្រួល ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:33
+msgid "Right Margin Position"
+msgstr "ទីតាំង​រឹម​ខាង​ស្ដាំ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:34
+msgid "Specifies the position of the right margin."
+msgstr "បញ្ជាក់​ទីតាំង​របស់​រឹម​ខាង​ស្ដាំ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:35
+msgid "Smart Home End"
+msgstr "Smart Home End"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:36
+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 ""
+"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."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:37
+msgid "Restore Previous Cursor Position"
+msgstr "ស្ដារ​ទីតាំង​ទស្សន៍​ទ្រនិច​មុន"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:38
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "ថាតើ gedit គួរ​ស្ដារ​ទីតាំង​ទស្សន៍​ទ្រនិច​មុន​នៅ​ពេល​ឯកសារ​ត្រូវ​បាន​ផ្ទុក​ដែរឬទេ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:39
+msgid "Enable Syntax Highlighting"
+msgstr "បើក​ការ​រំលេច​វាក្យសម្ពន្ធ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:40
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "ថាតើ gedit គួរ​បើក​ការ​រំលេច​វាក្យសម្ពន្ធ​ដែរ​ឬទេ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:41
+msgid "Enable Search Highlighting"
+msgstr "បើក​ការ​រំលេច​ការ​ស្វែងរក"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:42
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "ថាតើ gedit គួរ​រំលេច​ការ​កើត​ឡើង​​ទាំងអស់​នៃ​អត្ថបទ​ដែល​បាន​ស្វែងរក​ដែរ​ឬទេ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:43
+msgid "Ensure Trailing Newline"
+msgstr "ប្រាកដ​បន្ទាត់​ថ្មី"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:44
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "ថា​តើ​ gedit នឹង​ប្រាកដ​ថា​ឯកសារ​តែងតែ​បញ្ចប់​ដោយ​គ្មាន​បន្ទាត់ថ្មី ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:45
+msgid "Toolbar is Visible"
+msgstr "របារ​ឧបករណ៍​មើល​ឃើញ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:46
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "ថាតើរបារ​ឧបករណ៍​គួរ​មើលឃើញ​ក្នុង​បង្អួច​កែសម្រួល​ដែរឬទេ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:47
+msgid "Notebook Show Tabs Mode"
+msgstr "Notebook បង្ហាញ​របៀប​ថេប"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:48
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"បញ្ជាក់​ពេល​ត្រូវ​បង្ហាញ​ថេប​របស់ tabs ។ ប្រើ​ \"កុំ​បង្ហាញ\" ដើម្បី​កុំ​បង្ហាញ​ថេប \"បង្ហាញ​ជា​និច្ច\" "
+"ដើម្បី​បង្ហាញ​ថេប​ជា​និច្ច និង \"ស្វ័យ​ប្រវត្តិ\" ដើម្បី​បង្ហាញថេប តែ​នៅ​ពេល​មាន​ថេប​ច្រើន​ជាង​មួយ ។ "
+"ចំណាំថា តម្លៃ​ប្រកាន់​អក្សរតូចធំ ដូច្នេះ​ត្រូវ​ប្រាកដថា ពួកវា​បង្ហាញ​យ៉ាង​ត្រឹមត្រូវ​ដូច​ដែល​បាន​អធិប្បា​នៅ​ទីនេះ "
+"។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:49
+msgid "Status Bar is Visible"
+msgstr "របារ​ស្ថានភាព​មើលឃើញ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:50
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "ថាតើ​របារ​ស្ថានភាព​នៅ​ខាង​ក្រោម​បង្អួច​កែសម្រួល​គួរ​មើលឃើញ​ដែរឬទេ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:51
+msgid "Side panel is Visible"
+msgstr "បន្ទះ​ចំហៀង​មើលឃើញ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:52
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "ថាតើ​បន្ទះ​ចំហៀង​នៅ​ខាង​ឆ្វេង​បង្អួច​កែសម្រួល​គួរ​មើល​ឃើញ​ដែរឬទេ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:53
+msgid "Maximum Recent Files"
+msgstr "ឯកសារ​ថ្មីៗ​អតិបរមា"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:54
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr "បញ្ជាក់​ចំនួន​ឯកសារ​ដែលបាន​បើក​ថ្មី​ ដែល​នឹង​ត្រូវ​បាន​បង្ហាញ​ក្នុង​ម៉ឺនុយ​រង \"ឯកសារ​ថ្មីៗ\" ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:55
+msgid "Print Syntax Highlighting"
+msgstr "បោះពុម្ព​ការ​រំលេច​វាក្យសម្ពន្ធ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:56
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "ថាតើ​ gedit គួរ​បោះពុម្ព​ការ​រំលេច​វាក្យសម្ពន្ធ​នៅ​ពេល​បោះពុម្ព​ឯកសារ​ដែរឬទេ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:57
+msgid "Print Header"
+msgstr "បោះពុម្ព​ក្បាល"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:58
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "ថាតើ gedit គួរ​ដាក់​បញ្ចូល​ក្បាល​ឯកសារ​នៅ​ពេល​បោះពុម្ព​ឯកសារ​ដែរ​ឬទេ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:59
+msgid "Printing Line Wrapping Mode"
+msgstr "បោះពុម្ព​របៀប​រុំ​បន្ទាត់"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:60
+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.gnome.gedit.gschema.xml.in.in.h:61
+msgid "Print Line Numbers"
+msgstr "បោះពុម្ព​​លេខ​បន្ទាត់"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:62
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"ប្រសិនបើ​តម្លៃ ០ នោះ​គ្មាន​លេខ​បន្ទាត់​នឹង​ត្រូវ​បាន​បញ្ចូល​នៅ​ពេលបោះពុម្ព​ឯកសារ​ទេ ។ បើ​មិន​ដូច្នេះ​ទេ "
+"gedit នឹង​បោះពុម្ព​លេខ​បន្ទាត់​រាល់​លេខ​ដែល​បន្ទាត់​មាន ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:63
+msgid "Body Font for Printing"
+msgstr "ពុម្ពអក្សរ​តួ​សម្រាប់​បោះពុម្ព"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:64
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "បញ្ជាក់​ពុម្ព​អក្សរ​ ត្រូវ​ប្រើ​សម្រាប់​តួ​ឯកសារ​នៅ​ពេល​បោះពុម្ព ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:65
+msgid "Header Font for Printing"
+msgstr "ពុម្ពអក្សរ​សម្រាប់ក្បាលនៅ​ពេល​បោះពុម្ព"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:66
+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.gnome.gedit.gschema.xml.in.in.h:67
+msgid "Line Number Font for Printing"
+msgstr "ពុម្ពអក្សរ​លេខ​បន្ទាត់​សម្រាប់បោះពុម្ព"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:68
+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 ""
+"បញ្ជាក់​ពុម្ពអក្សរ​ត្រូវ​ប្រើ​សម្រាប់​លេខ​បន្ទាត់​នៅ​ពេល​បោះពុម្ព ។ វា​មាន​ប្រសិទ្ធ​ភាព​តែ​ក្នុង​ករណី​ដែល​ជម្រើស "
+"\"បោះពុម្ព​លេខ​បន្ទាត់\" មិន​សូន្យ​ប៉ុណ្ណោះ ។"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:80
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:81
+msgid "Automatically Detected Encodings"
+msgstr "រកឃើញ​ការ​អ៊ិនកូដ​ដោយ​ស្វ័យ​ប្រវត្តិ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:82
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"បញ្ជី​អ៊ិនកូដ​ដែលបាន​តម្រៀប​បាន​ប្រើ​ដោយ gedit សម្រាប់ការ​រកឃើញ​ការ​អ៊ិនកូដ​ឯកសារ​ដោយ​ស្វ័យ​ប្រវត្តិ ។ "
+"\"បច្ចុប្បន្ន\" បង្ហាញ​ការ​អ៊ិនកូដ​មូលដ្ឋនា​បច្ចុប្បន្ន ។ មាន​តែ​ការ​អ៊ិនកូដ​ដែល​ស្គាល់​ប៉ុណ្ណោះ​ត្រូវ​បាន​ប្រើ ។"
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:85
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:86
+msgid "Encodings shown in menu"
+msgstr "ការ​អ៊ិនកូដ​បង្ហាញ​ក្នុង​ម៉ឺនុយ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:87
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"បញ្ជី​អ៊ិនកូដ​បាន​បង្ហាញ​ក្នុង​ម៉ឺនុយ​អ៊ិនកូដ​តួអក្សរ​​នៅ​ក្នុង​កម្មវិធី​ជ្រើស​បើក/រក្សាទុក​ឯកសារ ។ មាន​តែ​ការ​អ៊ិនកូដ​ដែល​"
+"ស្គាល់​ប៉ុណ្ណោះ​ត្រូវ​បាន​ប្រើ ។"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:88
+msgid "Active plugins"
+msgstr "កម្មវិធី​ជំនួយ​សកម្ម"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:89
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"បញ្ជី​កម្មវិធី​ជំនួយ​សកម្ម ។ វា​មាន​ \"ទីតាំង\" របស់​កម្មវិធី​ជំនួយ​សកម្ម ។ សូម​មើល​ឯកសារ .gedit-plugin "
+"ដើម្បី​​ទទួលបាន \"ទីតាំង\" របស់​កម្មវិធី​ជំនួយ​ដែលបានផ្ដល់​ឲ្យ ។"
+
+#: ../gedit/gedit-app.c:222
+msgid "There was an error displaying the help."
+msgstr "មាន​កំហុស​ក្នុងការ​បង្ហាញ​ជំនួយ ។"
+
+#: ../gedit/gedit-app-osx.c:274
+msgid "About gedit"
+msgstr "អំពី gedit"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:141
+msgid "Log Out _without Saving"
+msgstr "ចេញ​ដោយ​មិន​រក្សាទុក"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:145
+msgid "_Cancel Logout"
+msgstr "បោះបង់​កា​រចេញ"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Close _without Saving"
+msgstr "បិទ​ដោយ​មិន​រក្សាទុក"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:214
+msgid "Question"
+msgstr "សំណួរ"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "ប្រសិនបើ​អ្នក​មិន​រក្សាតុក ការ​ផ្លាស់​ប្ដូរ​ក្នុង​រយៈពេល %ld វិនាទី​ចុងក្រោយ​នឹង​បាត់​បង់ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:423
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "ប្រសិនបើ​អ្នក​មិន​រក្សាទុក​ទេ ការ​ផ្លាស់ប្ដូរ​​នៅ​នាទី​ចុងក្រោយ​នឹង​បាត់បង់ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:429
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "ប្រសិនបើ​អ្នក​មិន​រក្សាទុក ការ​ផ្លាស់ប្ដូរនៅ​​ប៉ុន្មាន​នាទី និង %ld វិនាទី​ចុងក្រោយ​នឹង​បាត់បង់ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:439
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "ប្រសិន​បើ​​អ្នក​មិន​រក្សាទុក ការ​ផ្លាស់ប្ដូរ​នៅ​ %ld នាទី​ចុងក្រោយ​នឹង​បាត់បង់ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:454
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "ប្រសិន​បើ​អ្នក​មិន​រក្សាទុក​ ការ​ផ្លាស់ប្ដូរ​នៅ​​ប៉ុន្មាន​ម៉ោង​ចុងក្រោយ​​នឹង​បាត់បង់ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:460
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "ប្រសិន​បើ​អ្នក​មិន​រក្សាទុក ការ​ផ្លាស់ប្ដូរ​នៅ​​​​ប៉ុន្មាន​ម៉ោង និង %d នាទី​ចុងក្រោយ​នឹង​បាត់បង់ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "ប្រសិនបើ​អ្នក​មិន​រក្សាទុក ការ​ផ្លាស់ប្ដូរ​នៅ​ម៉ោង %d ម៉ោង​ចុងក្រោយ​នឹង​បាត់បង់ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:519
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "ការ​ផ្លាស់ប្ដូរ​ក្នុង​ឯកសារ \"%s\" នឹង​បាត់បង់ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:524
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "រក្សាទុក​ការ​ផ្លាស់ប្ដូរ​ឯកសារ \"%s\" មុន​នឹង​បិទ​ ?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+#: ../gedit/gedit-close-confirmation-dialog.c:755
+msgid "Saving has been disabled by the system administrator."
+msgstr "កា​ររក្សាទុក​ត្រូវ​បាន​បិទ​ដោយ​អ្នក​គ្រប់គ្រង​ប្រព័ន្ធ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "ការ​ផ្លាស់ប្ដូរ​ក្នុងឯកសារ %d នឹង​បាត់បង់ ។"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:714
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "មាន​ឯកសារ %d ដែល​មាន​កា​រផ្លាស់ប្ដូរ​មិន​បាន​រក្សាទុក ។ រក្សាទុក​ការ​ផ្លាស់ប្ដូរ​មុន​នឹង​បិទ ?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:733
+msgid "Docum_ents with unsaved changes:"
+msgstr "ឯកសារ​មាន​ការ​ផ្លាស់ប្ដូរ​ដែល​មិន​បាន​រក្សាទុក ៖"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:735
+msgid "S_elect the documents you want to save:"
+msgstr "ជ្រើស​ឯកសារ​ដែល​អ្នក​ចង់​រក្សាទុក ៖"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:759
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "ប្រសិន​បើ​អ្នក​មិន​រក្សាទុក កា​រផ្លាស់ប្ដូរ​របស់​អ្នក​ទាំងអស់​នឹង​បាត់បង់ ។"
+
+#: ../gedit/gedit-command-line.c:232
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s ៖ ការ​អ៊ីនកូដ​មិន​ត្រឹមត្រូវ ។\n"
+
+#: ../gedit/gedit-command-line.c:256
+msgid "Show the application's version"
+msgstr "បង្ហាញ​កំណែ​របស់​កម្មវិធី"
+
+#: ../gedit/gedit-command-line.c:262
+msgid "Display list of possible values for the encoding option"
+msgstr "បង្ហាញ​បញ្ជី​តម្លៃ​ដែល​អាច​ប្រើ​បាន​សម្រាប់​ជម្រើស​អ៊ីនកូដ"
+
+#: ../gedit/gedit-command-line.c:270
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "កំណត់​ការ​អ៊ីនកូដ​តួអក្សរត្រូវ​ប្រើ​ ដើម្បី​បើក​ឯកសារ​ដែល​បាន​រាយ​នៅ​លើ​បន្ទាត់​ពាក្យ​បញ្ជា"
+
+#: ../gedit/gedit-command-line.c:271
+msgid "ENCODING"
+msgstr "ការ​អ៊ីនកូដ"
+
+#: ../gedit/gedit-command-line.c:278
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "បង្កើត​បង្អួច​កម្រិត​ខាង​លើ​ថ្មី​នៅ​ក្នុង​ធាតុ​ដែល​មាន​ស្រាប់​របស់ gedit"
+
+#: ../gedit/gedit-command-line.c:286
+msgid "Create a new document in an existing instance of gedit"
+msgstr "បង្កើត​ឯកសារ​ថ្មី​នៅ​ក្នុង​ធាតុ​ដែល​ស្រាប់​របស់ gedit"
+
+#: ../gedit/gedit-command-line.c:294
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "កំណត់​ទំហំ និង​ទីតាំង​របស់បង្អួច (WIDTHxHEIGHT+X+Y)"
+
+#: ../gedit/gedit-command-line.c:295
+msgid "GEOMETRY"
+msgstr "ធរណីមាត្រ"
+
+#: ../gedit/gedit-command-line.c:302
+msgid "Open files and block process until files are closed"
+msgstr "បើក​ឯកសារ និងទប់​ស្កាត់​ដំណើរការ​រហូត​ដល់​ឯកសារ​ត្រុវ​បាន​បិទ"
+
+#: ../gedit/gedit-command-line.c:310
+msgid "Run gedit in the background"
+msgstr "ដំណើរការ gedit នៅ​ក្នុង​ផ្ទៃ​ខាង​ក្រោយ"
+
+#: ../gedit/gedit-command-line.c:318
+msgid "Run gedit in standalone mode"
+msgstr "ដំណើរការ gedit នៅ​ក្នុង​របៀប​​​មិន​ត​ជា​ប​ណ្ដាញ"
+
+#: ../gedit/gedit-command-line.c:327
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#. Setup command line options
+#: ../gedit/gedit-command-line.c:334
+msgid "- Edit text files"
+msgstr "- កែសម្រួល​ឯកសារ​អត្ថបទ"
+
+#: ../gedit/gedit-command-line.c:345
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"ដំណើរការ '%s --help' ដើម្បីមើល​បញ្ជី​ជម្រើស​ពាក្យ​បញ្ជា​ដែល​អាច​ប្រើ​បាន​ពេញ​លេញ ។\n"
+
+#: ../gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "កំពុង​ផ្ទុក​ឯកលារ '%s'…"
+
+#: ../gedit/gedit-commands-file.c:275
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "កំពុង​ផ្ទុក​ឯកសារ %d …"
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:440
+msgid "Open Files"
+msgstr "បើក​ឯកសារ"
+
+#: ../gedit/gedit-commands-file.c:551
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "ឯកសារ \"%s\" បាន​តែ​អាន ។"
+
+#: ../gedit/gedit-commands-file.c:556
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "តើ​អ្នក​ចង់ព្យាយាម​ជំនួស​វា​ដោយ​ធាតុ​មួយ​ដែល​អ្នកបាន​រក្សាទុក​ឬ ?"
+
+#: ../gedit/gedit-commands-file.c:564 ../gedit/gedit-replace-dialog.c:283
+msgid "_Replace"
+msgstr "ជំនួស"
+
+#: ../gedit/gedit-commands-file.c:606
+msgid "Save the file using compression?"
+msgstr "រក្សាទុក​ឯកសារ​ដោយ​ប្រើ​ការ​បង្ហាប់ ?"
+
+#: ../gedit/gedit-commands-file.c:607
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"ឯកសារ \"%s\" ពី​មុន​ត្រូវ​បាន​រក្សាទុក​ជា​អត្ថបទ​ធម្មតា ហើយ​ឥឡូ​វនេះ​​នឹង​ត្រូវ​បាន​រក្សាទុក​ដោយ​ប្រើ​ការ​"
+"បង្ហាប់ ។"
+
+#: ../gedit/gedit-commands-file.c:609
+msgid "_Save Using Compression"
+msgstr "រក្សាទុក​ដោយ​ប្រើ​ការ​បង្ហាប់"
+
+#: ../gedit/gedit-commands-file.c:613
+msgid "Save the file as plain text?"
+msgstr "រក្សាទុក​ឯកសារ​ជា​អត្ថបទ​ធម្មតា ?"
+
+#: ../gedit/gedit-commands-file.c:614
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"ឯកសារ \"%s\" ពី​មុន​ត្រូវ​បាន​រក្សាទុក​ដោយ​ប្រើ​ការ​បង្ហាប់ ហើយ​ឥឡូវ​​នេះ​នឹង​ត្រូវ​បាន​រក្សាទុក​ជា​អត្ថបទ​"
+"ធម្មតា ។"
+
+#: ../gedit/gedit-commands-file.c:616
+msgid "_Save As Plain Text"
+msgstr "រក្សាទុក​ជា​អត្ថបទ​ធម្មតា"
+
+#: ../gedit/gedit-commands-file.c:736 ../gedit/gedit-commands-file.c:953
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "កំពុង​រក្សាទុក​ឯកសារ '%s'…"
+
+#: ../gedit/gedit-commands-file.c:840
+msgid "Save As"
+msgstr "រក្សា​ទុក​​ជា"
+
+#: ../gedit/gedit-commands-file.c:1167
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "កំពុង​ត្រឡប់​ឯកសារ '%s'…"
+
+#: ../gedit/gedit-commands-file.c:1212
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "ត្រឡប់ការ​ផ្លាស់ប្ដូរ​ដែល​មិ​ន​បាន​រក្សាទុក​ទៅ​ឯកសារ '%s'?"
+
+#: ../gedit/gedit-commands-file.c:1221
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "ការ​ផ្លាស់ប្ដូរ​ដែល​បាន​អនុវត្ត​ក្នុង​រយៈពេល %ld វិនាទី​នឹង​បាត់បង់​ទាំង​ស្រុង ។"
+
+#: ../gedit/gedit-commands-file.c:1230
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "ការ​ផ្លាស់ប្ដូរ​ឯកសារ​ក្នុង​រយៈ​ពេល​នាទី​ចុងក្រោយ​នឹង​បាត់បង់​ទាំង​ស្រុង ។"
+
+#: ../gedit/gedit-commands-file.c:1236
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "ការ​ផ្លាស់ប្ដូរ​ឯកសារ​នៅ​​នាទី​ចុងក្រោយ និង %ld វិនាទី​នឹង​បាត់បង់​ទាំង​ស្រុង ។"
+
+#: ../gedit/gedit-commands-file.c:1246
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "ការ​ផ្លាស់ប្ូរ​ឯកសារ​ក្នុង​រយៈ​​ពេល %ld នាទី​ចុងក្រោយ​នឹង​បាត់បង់​ទាំង​ស្រុង ។"
+
+#: ../gedit/gedit-commands-file.c:1261
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "ការ​ផ្លាស់ប្ដូរ​ឯកសារ​​នៅ​ម៉ោង​ចុងក្រោយ​នឹង​បាត់បង់​ទាំង​ស្រុង ។"
+
+#: ../gedit/gedit-commands-file.c:1267
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "ការ​ផ្លាស់ប្ដូរ​ឯកសារ​ដែល​​នៅ​ម៉ោង​ចុងក្រោយ និង %d នាទី​នឹង​បាត់បង់​ទាំង​ស្រុង ។"
+
+#: ../gedit/gedit-commands-file.c:1282
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "ការ​ផ្លាស់ប្ដូរ​ឯកសារ​នៅ %d ម៉ោង​ចុងក្រោយ​​នឹង​បាត់បង់​ទាំង​ស្រុង ។"
+
+#: ../gedit/gedit-commands-file.c:1308
+msgid "_Revert"
+msgstr "ត្រឡប់"
+
+#: ../gedit/gedit-commands-help.c:88
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit គឺ​ជា​កម្មវិធី​កែសម្រួល​អត្ថបទ​តូច​​មួយ​សម្រាប់​ផ្ទៃតុ GNOME"
+
+#: ../gedit/gedit-commands-help.c:113
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Khoem Sokhem https://launchpad.net/~khoemsokhem"
+
+#: ../gedit/gedit-commands-search.c:112
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "រក​ឃើញ​ការ​កើត​ឡើង %d ដែល​បាន​ជំនួស"
+
+#: ../gedit/gedit-commands-search.c:121
+msgid "Found and replaced one occurrence"
+msgstr "បាន​រក​ឃើញ និង​ជំនួស​ការ​កើត​ឡើង​មួយ"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:144
+#, c-format
+msgid "\"%s\" not found"
+msgstr "រក​មិន​ឃើញ \"%s\""
+
+#: ../gedit/gedit-document.c:1222 ../gedit/gedit-document.c:1248
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "ឯកសារ​មិន​បាន​រក្សាទុក %d"
+
+#: ../gedit/gedit-documents-panel.c:123 ../gedit/gedit-documents-panel.c:137
+#: ../gedit/gedit-window.c:2397 ../gedit/gedit-window.c:2404
+msgid "Read-Only"
+msgstr "បាន​តែ​អាន"
+
+#: ../gedit/gedit-documents-panel.c:1146 ../gedit/gedit-window.c:3846
+msgid "Documents"
+msgstr "ឯកសារ"
+
+#: ../gedit/gedit-encodings.c:142 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "យូនីកូដ"
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:229 ../gedit/gedit-encodings.c:272
+msgid "Western"
+msgstr "ភាគ​ខាង​លិច"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:268
+msgid "Central European"
+msgstr "អឺរ៉ុប​កណ្ដាល"
+
+#: ../gedit/gedit-encodings.c:159
+msgid "South European"
+msgstr "អឺរ៉ុប​ខាង​ត្បូង"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:282
+msgid "Baltic"
+msgstr "បាល់ទិក"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:246 ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:270
+msgid "Cyrillic"
+msgstr "ស៊ីរីលីក"
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Arabic"
+msgstr "អារ៉ាប់"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:274
+msgid "Greek"
+msgstr "ក្រិក"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Hebrew Visual"
+msgstr "ហេប្រូ"
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Turkish"
+msgstr "ទួរគី"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "ណ័រឌីក"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "សែលតិក"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "រូម៉ានី"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "អារមេនី"
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "ចិន​បុរាណ"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "ស៊ីរីលីក/រុស្ស៊ី"
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:257
+msgid "Japanese"
+msgstr "ជប៉ុន"
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:263
+msgid "Korean"
+msgstr "កូរ៉េ"
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+msgid "Chinese Simplified"
+msgstr "ចិន​សាមញ្ញ"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "ហ្សកហ្ស៊ី"
+
+#: ../gedit/gedit-encodings.c:237 ../gedit/gedit-encodings.c:278
+msgid "Hebrew"
+msgstr "ហេប្រូ"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Cyrillic/Ukrainian"
+msgstr "ស៊ីរីលីក/អ៊ុយក្រែន"
+
+#: ../gedit/gedit-encodings.c:259 ../gedit/gedit-encodings.c:265
+#: ../gedit/gedit-encodings.c:284
+msgid "Vietnamese"
+msgstr "វៀតណាម"
+
+#: ../gedit/gedit-encodings.c:261
+msgid "Thai"
+msgstr "ថៃ"
+
+#: ../gedit/gedit-encodings.c:435
+msgid "Unknown"
+msgstr "មិន​ស្គាល់"
+
+#: ../gedit/gedit-encodings-combo-box.c:301
+msgid "Automatically Detected"
+msgstr "បាន​រកឃើញ​ដោយ​ស្វ័យ​ប្រវត្តិ"
+
+#: ../gedit/gedit-encodings-combo-box.c:320
+#: ../gedit/gedit-encodings-combo-box.c:336
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "មូលដ្ឋាន (Locale) បច្ចុប្បន្ន (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:388
+msgid "Add or Remove..."
+msgstr "បន្ថែម ឬ​យក​ចេញ..."
+
+#: ../gedit/gedit-encodings-dialog.c:345
+msgid "Character Encodings"
+msgstr "ការ​អ៊ិនកូដ​តួអក្សរ"
+
+#: ../gedit/gedit-encodings-dialog.c:395 ../gedit/gedit-encodings-dialog.c:456
+msgid "_Description"
+msgstr "សេចក្ដីពណ៌នា"
+
+#: ../gedit/gedit-encodings-dialog.c:404 ../gedit/gedit-encodings-dialog.c:465
+msgid "_Encoding"
+msgstr "កា​រអ៊ិនកូដ"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "ការ​អ៊ិនកូដ​តួអក្សរ"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:2
+msgid "A_vailable encodings:"
+msgstr "ការ​អ៊ិនកូដ​ដែល​មាន ៖"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "កា​រអ៊ិនកូដ​បាន​បង្ហាញ​ក្នុង​ម៉ឺនុយ ៖"
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+#: ../gedit/gedit-preferences-dialog.c:909
+msgid "All Files"
+msgstr "ឯកសារ​ទាំង​អស់"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "ឯកសារ​អត្ថបទ​ទាំងអស់"
+
+#: ../gedit/gedit-file-chooser-dialog.c:95
+msgid "C_haracter Encoding:"
+msgstr "ការ​អ៊ីនកូដ​តួអក្សរ ៖"
+
+#: ../gedit/gedit-file-chooser-dialog.c:154
+msgid "L_ine Ending:"
+msgstr "បញ្ចប់​បន្ទាត់ ៖"
+
+#: ../gedit/gedit-file-chooser-dialog.c:173
+msgid "Unix/Linux"
+msgstr "យូនីក/លីនុច"
+
+#: ../gedit/gedit-file-chooser-dialog.c:179
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-file-chooser-dialog.c:185
+msgid "Windows"
+msgstr "វីនដូ"
+
+#: ../gedit/gedit-io-error-info-bar.c:182
+#: ../gedit/gedit-io-error-info-bar.c:497
+msgid "_Retry"
+msgstr "ព្យាយាម​ម្ដង​ទៀត"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "Could not find the file %s."
+msgstr "រក​មិន​ឃើញ​ឯកសារ %s ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:248
+#: ../gedit/gedit-io-error-info-bar.c:255
+msgid "Please check that you typed the location correctly and try again."
+msgstr "សូម​ពិនិត្យ​ថាតើ​អ្នក​បាន​វាយ​ទីតាំង​ត្រឹមត្រូវ​ដែរឬទេ ហើយ​ព្យាយាម​ម្ដង​ទៀត ។"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:224
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit មិន​អាច​គ្រប់គ្រង​ទីតាំង %s បាន​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:230
+msgid "gedit cannot handle this location."
+msgstr "gedit មិន​អាច​គ្រប់គ្រង​ទីតាំង​នេះ​បាន​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:238
+msgid "The location of the file cannot be mounted."
+msgstr "ទីតាំង​ឯកសារ​មិន​អាច​ត្រូវ​បាន​ម៉ោន​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:242
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr "ទីតាំង​ឯកសារ​មិនអាច​ត្រូវ​បាន​ចូល​ដំណើរការ​បាន​ទេ ពីព្រោះ​វា​មិន​ត្រូវ​បាន​ម៉ោន ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid "%s is a directory."
+msgstr "%s គឺ​ជាថត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s មិនមែន​ជា​ទីតាំង​ត្រឹមត្រូវ​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:289
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr "រក​មិន​ឃើញ​ម៉ាស៊ីន %s ។ សូម​ពិនិត្យ​មើល​ថាតើ​ការ​កំណត់​ប្រូកស៊ី​ត្រឹមត្រូវ​ដែរឬទេ ហើយ​ព្យាយាម​ម្ដង​ទៀ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:304
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"ឈ្មោះ​ម៉ាស៊ីន​មិន​ត្រឹមត្រូវ​ទេ ។ សូម​ពិនិត្យ​មើល​ថាតើ​អ្នក​បាន​វាយ​ទីតាំង​ត្រឹមត្រូវ​ដែរឬទេ ហើយ​ព្យាយាម​ម្ដង​ទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:312
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s មិន​មែន​ជា​ឯកសារ​ធម្មតា​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:317
+msgid "Connection timed out. Please try again."
+msgstr "អស់​ពេល​ក្នុង​ការ​តភ្ជាប់ ។ សូម​ព្យាយាម​ម្ដង​ទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:340
+msgid "The file is too big."
+msgstr "ឯកសារ​ធំ​ពេក ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:381
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "កំហុស​ដែល​មិន​រំពឹង​ទុក ៖ %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:417
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "gedit រក​មិន​ឃើញ​ឯកសារ​ទេ ។ ប្រហែល​ជា​វា​ត្រូវ​បាន​លុប​ហើយ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:427
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "មិន​អាច​ត្រឡប់​ទៅឯកសារ %s ទៅ​ដើម​វិញ​បាន​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:454
+msgid "Ch_aracter Encoding:"
+msgstr "ការ​អ៊ីនកូដ​តួអក្សរ ៖"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:506
+#: ../gedit/gedit-io-error-info-bar.c:782
+msgid "Edit Any_way"
+msgstr "អញ្ចឹង​ កែសម្រួល"
+
+#: ../gedit/gedit-io-error-info-bar.c:608
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "ចំនួន​តំណ​ដែល​ដែល​បាន​តាមដាន​​មាន​កំណត់ ហើយ​​ឯកសារ​ពិតប្រាកដ​រក​ឃើញនៅ​ក្នុង​ដែន​នេះ​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:612
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ង្នក​មិនមាន​សិទ្ធិ​ចាំបាច់ ដើម្បី​បើក​ឯកសារ​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "gedit has not been able to detect the character encoding."
+msgstr "gedit មិន​អាច​រក​ឃើញ​ការ​អ៊ីនកូដ​តួអក្សរ​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:620
+#: ../gedit/gedit-io-error-info-bar.c:642
+msgid "Please check that you are not trying to open a binary file."
+msgstr "សូម​ពិនិត្យ​មើល​ថាត​អ្នក​មិន​កំពុង​ព្យាយាម​បើក​ឯកសារ​គោល​ពីរ​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:621
+msgid "Select a character encoding from the menu and try again."
+msgstr "ជ្រើស​ការ​អ៊ីនកូដ​តួអក្សរ​ពី​ម៉ឺនុយ ហើយ​ព្យាយាម​ម្ដង​ទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "There was a problem opening the file %s."
+msgstr "មាន​​បញ្ហា​ក្នុង​ការ​បើក​ឯកសារ %s ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:629
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"ឯកសារ​ដែល​អ្នក​បាន​បើក​មាន​តួអក្សរ​មិន​ត្រឹមត្រូវ ។ ប្រសិនបើ​អ្នក​បន្ត​កែសម្រួល​​ឯកសារ​នេះ វា​អាច​ខូច​បាន ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:632
+msgid "You can also choose another character encoding and try again."
+msgstr "អ្នក​ក៏​អាច​ជ្រើស​ការ​អ៊ីនកូដ​តួអក្សរ​ផ្សេង​ ហើយ​ព្យាយាម​ម្ដង​ទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file %s using the %s character encoding."
+msgstr "មិនអាច​បើក​ឯកសារ %s ដោយ​ប្រើ​ការ​អ៊ីនកូដ​តួអក្សរ %s បាន​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#: ../gedit/gedit-io-error-info-bar.c:717
+msgid "Select a different character encoding from the menu and try again."
+msgstr "ជ្រើស​ការ​អ៊ីនកូដ​តួអក្សរ​ផ្សេង​ពី​ម៉ឺនុយ ហើយ​ព្យាយាម​ម្ដង​ទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:653
+#, c-format
+msgid "Could not open the file %s."
+msgstr "មិនអាច​បើក​ឯកសារ %s បាន​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:712
+#, c-format
+msgid "Could not save the file %s using the %s character encoding."
+msgstr "មិន​អាច​រក្សាទុក​ឯកសារ %s ដោយ​ប្រើ​ការ​អ៊ីនកូដ​តួអក្សរ %s បាន​ទេ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:715
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"ឯកសារ​មាន​តួអក្សរ​មួយ ឬ​ច្រើន ដែល​មិន​អាច​ត្រូវ​បាន​អ៊ីនកូដ ដោយ​ប្រើ​ការ​អ៊ីនកូដ​តួអក្សរ​ដែល​បាន​បញ្ជាក់ ។"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:787
+msgid "D_on't Edit"
+msgstr "កុំ​កែសម្រួល"
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "ឯកសារ​នេះ​ (%s) ត្រូវ​បាន​បើក​រួច​ហើយ​នៅ​ក្នុង​បង្អួច gedit ផ្សេង ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:815
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"gedit បាន​បើក​ធាតុ​របស់​ឯកសារ​នេះ​តាម​វិធី​ដែល​មិន​អាច​កែសម្រួល​បាន ។ បើក​អញ្ចឹង តើ​អ្នក​ចង់កែសម្រួល​វា​"
+"ដែរឬទេ ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:873
+#: ../gedit/gedit-io-error-info-bar.c:971
+#: ../gedit/gedit-io-error-info-bar.c:1260
+msgid "S_ave Anyway"
+msgstr "អញ្ចឹង រក្សាទុក"
+
+#: ../gedit/gedit-io-error-info-bar.c:877
+#: ../gedit/gedit-io-error-info-bar.c:975
+#: ../gedit/gedit-io-error-info-bar.c:1264
+msgid "D_on't Save"
+msgstr "កុំ​រក្សាទុក"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:895
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "ឯកសារ %s ត្រូវ​បានកែប្រែ​តាំង​ពី​អាន​វា​មក​ម្លះ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:910
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "ប្រសិន​បើ​អ្នក​រក្សាទុក​វា ការ​ផ្លាស់ប្ដូរ​ខា​ងក្រៅ​ទាំងអស់​អាច​បាត់បង់ ។ អញ្ចឹង រក្សាទុក​ដែរឬទេ ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:998
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "មិនអាច​បង្កើត​ឯកសារ​បម្រុង​ទុក​នៅ​ពេល​រក្សាទុក %s បាន​ទេ"
+
+#: ../gedit/gedit-io-error-info-bar.c:1003
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "មិនអាច​បង្កើត​ឯកសារ​ច្បាប់​ចម្លង​បម្រុងទុក​បណ្ដោះអាសន្ន​បាន​ទេ នៅ​ពេល​រក្សាទុក %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:1020
+msgid ""
+"gedit could not back up the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"gedit មិន​អាច​បម្រុង​ទុក​ច្បាប់​ចម្លង​ចាស់​របស់​ឯកសារ​មុន​នឹង​រក្សាទុក​ជា​ច្បាប់​ចម្លង​ថ្មី​បាន​ទេ ។ អ្នក​អាច​មិន​"
+"អើពើ​ការ​ព្រមាន​នេះ ហើយ​រក្សាទុក​ឯកសារ អ្នក​អាច​បាត់បង់​ច្បាប់​ចម្លង​ឯកសារ​ចាស់ ។ អញ្ចឹង​រក្សាទុក​"
+"ដែរឬទេ ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1080
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit មិន​អាច​គ្រប់គ្រង​ទីតាំង %s ក្នុង​របៀប​សរសេរ​បាន​ទេ ។ សូម​ពិនិត្យ​មើល​ថា អ្នក​បាន​វាយ​ទីតាំង​ត្រឹមត្រូវ "
+"ហើយ​ព្យាយាម​ម្ដ​ងទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit មិន អាច​គ្រប់គ្រង​ទីតាំង​នេះ​ក្នុង​របៀប​សរសេរ​បាន​ទេ ។ សូម​ពិនិត្យ​មើល​ថា អ្នក​បាន​វាយ​ទីតាំង​ត្រឹមត្រូវ "
+"ហើយ​ព្យាយាម​ម្ដង​ទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s មិនមែនជា​ទីតាំង​ត្រឹមត្រូវ​ទេ ។ សូម​ពិនិត្យ​មើល​ថា អ្នក​បាន​វាយ​ទីតាំង​ត្រឹមត្រូវ ហើយ​ព្យាយាម​ម្ដ​ងទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1104
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"អ្នក​មិន​មាន​សិទ្ធិ ដើម្បី​រក្សាទុក​ឯកសារ​នេះ​ទេ ។ សូម​ពិនិត្យ​មើល​ថា អ្នក​បាន​វាយ​ទីតាំង​ត្រឹមត្រូវ ហើយ​ព្យាយាម​"
+"ម្ដងទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1110
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr "មិនមាន​ទំហំ​ថាស​គ្រប់គ្រាន់ ដើម្បី​រក្សាទុក​ឯកសារ​ទេ ។ សូម​លុប​ឯកសរ​មួយ​ចំនួន ហើយ​ព្យាយាម​ម្ដង​ទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1115
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"អ្នក​កំពុង​ព្យាយាម​រក្សាទុក​ឯកសារ​​នៅ​លើ​ថាស​ដែល​បាន​តែ​អាន ។ សូម​ពិនិត្យ​មើល​ថា អ្នក​បាន​វាយ​ទីតាំង​ត្រឹមត្រូវ "
+"ហើយ​ព្យាយាម​ម្ដង​ទៀត ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1121
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "មាន​ឯកសារ​ដែល​មាន​ឈ្មោះ​ដូច​គ្នា​នេះ​រួច​ហើយ ។ សូម​ប្រើ​ឈ្មោះ​ផ្សេង ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1126
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr "ថាស​ដែល​អ្នក​កំពុង​ព្យាយាម​រក្សាទុក​ឯកសារ​មាន​ដែន​កំណត់​​លើ​ឈ្មោះ​ឯកសារ ។ សូម​ប្រើ​ឈ្មោះ​ខ្លី ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1133
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"ថាស​ដែល​អ្នក​កំពុង​ព្យាយាម​រក្សាទុក​ឯកសារ​មាន​ដែន​កំណត់​នៅ​លើ​ទំហំ​ឯកសារ ។ សូម​ព្យាយាម​រក្សាទុក​ឲ្យ​ឯកសារ​តូច​"
+"ជាង​នេះ ឬ​រក្សាទុក​វា​ក្នុង​ថាស​ដែល​មិនមាន​ដែន​កំណត់ ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1149
+#, c-format
+msgid "Could not save the file %s."
+msgstr "មិន​អាច​រក្សាទុក​ឯកសារ %s បាន​ទេ ។"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:1194
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "ឯកសារ​ %s បាន​ផ្លាស់ប្ដូរ​នៅ​លើ​ថាស ។"
+
+#: ../gedit/gedit-io-error-info-bar.c:1199
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "តើ​អ្នក​ចង់​បោះបង់​ការ​ផ្លាស់ប្ដូរ​ ហើយ​ផ្ទុក​ឯកសារ​ឡើវិញ​ឬ ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1201
+msgid "Do you want to reload the file?"
+msgstr "តើ​អ្នក​ចង់​ផ្ទុក​ឯកសារ​ឡើងវិញ​ឬ ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1206
+msgid "_Reload"
+msgstr "ផ្ទុក​ឡើងវិញ"
+
+#: ../gedit/gedit-io-error-info-bar.c:1278
+#, c-format
+msgid "Some invalid chars have been detected while saving %s"
+msgstr "តួអក្សរ​មិន​ត្រឹមត្រូវ​មួយ​ចំនួន​ត្រូវ​បាន​រកឃើញ​នៅ​ពេល​រក្សាទុក %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:1294
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "ប្រសិនបើ​អ្នក​បន្ត​រក្សាទុក​ឯកសារ​នេះ វា​អាច​ខូច ។ អញ្ចឹង​រក្សាទុក​ដែរ​ឬទេ ?"
+
+#. Keep in sync with the respective GtkActions
+#: ../gedit/gedit-notebook-popup-menu.c:172 ../gedit/gedit-ui.h:140
+msgid "_Move to New Window"
+msgstr "ផ្លាស់ទី​ទៅ​បង្អួច​ថ្មី"
+
+#: ../gedit/gedit-notebook-popup-menu.c:190 ../gedit/gedit-ui.h:78
+msgid "Save _As..."
+msgstr "រក្សាទុកជា..."
+
+#: ../gedit/gedit-notebook-popup-menu.c:203 ../gedit/gedit-ui.h:84
+msgid "_Print..."
+msgstr "បោះពុម្ព..."
+
+#: ../gedit/gedit-panel.c:409 ../gedit/gedit-panel.c:587
+msgid "Empty"
+msgstr "ទទេ"
+
+#: ../gedit/gedit-panel.c:475
+msgid "Hide panel"
+msgstr "លាក់​បន្ទះ"
+
+#: ../gedit/gedit-preferences-dialog.c:423
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "ចុច​ប៊ូតុង​នេះ ដើម្បី ជ្រើស​ពុម្ពអក្សរ​ត្រូវ​ប្រើ​ដោយ​កម្មវិធី​កែសម្រួល"
+
+#: ../gedit/gedit-preferences-dialog.c:438
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "ប្រើ​ពុម្ព​អក្សរ​មាន​ទទឹង​ថេរ​របស់​ប្រព័ន្ធ (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:676
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "មិន​អាច​បង្កើត​ថត '%s' បាន​ទេ ៖ g_mkdir_with_parents() បាន​បរាជ័យ ៖ %s"
+
+#: ../gedit/gedit-preferences-dialog.c:860
+msgid "The selected color scheme cannot be installed."
+msgstr "ពណ៌​ចម្រុះ​ដែល​បាន​ជ្រើស​មិនអាច​ត្រូវ​បាន​ដំឡើង​ទេ ។"
+
+#: ../gedit/gedit-preferences-dialog.c:887
+msgid "Add Scheme"
+msgstr "បន្ថែម​គ្រោងការណ៍"
+
+#: ../gedit/gedit-preferences-dialog.c:894
+msgid "A_dd Scheme"
+msgstr "បន្ថែម​គ្រោងការណ៍"
+
+#: ../gedit/gedit-preferences-dialog.c:902
+msgid "Color Scheme Files"
+msgstr "ឯកសារ​ពណ៌​ចម្រុះ"
+
+#: ../gedit/gedit-preferences-dialog.c:954
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "មិន​អាច​យក​គ្រោងពណ៌ \"%s\" ចេញ​បាន​ទេ ។"
+
+#: ../gedit/gedit-preferences-dialog.c:1177
+msgid "gedit Preferences"
+msgstr "ចំណូល​ចិត្ត​របស់ gedit"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "ចំណូល​ចិត្ត"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:2 ../gedit/gedit-view.c:552
+msgid "_Display line numbers"
+msgstr "បង្ហាញ​លេខ​បន្ទាត់"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "បង្ហាញ​រឹម​ខាង​ស្ដាំ នៅ​ជួរឈរ ៖"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:4
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "រុំ​អត្ថបទ"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:5
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "បើក​ការ​រុំ​អត្ថបទ"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:6
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "កុំ​បំបែក​ពាក្យ​​ជា​ពីរ​បន្ទាត់"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:7
+msgid "Highlighting"
+msgstr "ការ​រំលេច"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:8
+msgid "Highlight current _line"
+msgstr "រំលេច​បន្ទាត់​បច្ចុប្បន្ន"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:9
+msgid "Highlight matching _brackets"
+msgstr "រំលេច​វង់ក្រចក​ផ្គូផ្គង"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:10
+msgid "View"
+msgstr "មើល"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:11
+msgid "Tab Stops"
+msgstr "ឈប់​ថេប"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:12
+msgid "_Tab width:"
+msgstr "ទទឹង​ថេប ៖"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:13
+msgid "Insert _spaces instead of tabs"
+msgstr "បញ្ចូល​ចន្លោះ​ជំនួស​ឲ្យ​ថេប"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:14
+msgid "_Enable automatic indentation"
+msgstr "បើក​ការ​ចូល​បន្ទាត់​ដោយ​ស្វ័យ​ប្រវត្តិ"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:15
+msgid "File Saving"
+msgstr "ការ​រក្សាទុក​ឯកសារ"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:16
+msgid "Create a _backup copy of files before saving"
+msgstr "បង្កើត​ច្បាប់ចម្លង​ឯកសារ​បម្រុងទុក​មុន​នឹង​រក្សាទុក"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:17
+msgid "_Autosave files every"
+msgstr "រក្សាទុក​ឯកសារ​ដោយ​ស្វ័យ​ប្រវត្តិ​រៀងរាល់"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:18
+msgid "_minutes"
+msgstr "នាទី"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:19
+msgid "Editor"
+msgstr "កម្មវិធី​កែសម្រួល"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:20
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "ពុម្ព​អក្សរ"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:21
+msgid "Editor _font: "
+msgstr "ពុម្ពអក្សរ​របស់​កម្មវិធី​កែសម្រួល ៖ "
+
+#: ../gedit/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "ជ្រើស​ពុម្ពអក្សរ​របស់​កម្មវិធី​កែសម្រួល"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:23
+msgid "Color Scheme"
+msgstr "ពណ៌​ចម្រុះ"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:24
+msgid "Install scheme"
+msgstr "ដំឡើង​គ្រោងការណ៍"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:25
+msgid "Install Scheme"
+msgstr "ដំឡើង​គ្រោងការណ៍"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:26
+msgid "Uninstall scheme"
+msgstr "លុប​គ្រោងការណ៍"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall Scheme"
+msgstr "លុប​គ្រោងការណ៍"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:28
+msgid "Font & Colors"
+msgstr "ពុម្ពអក្សរ និង​ពណ៌"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:29
+msgid "Plugins"
+msgstr "កម្មវិធី​ជំនួយ"
+
+#: ../gedit/gedit-print-job.c:572
+#, c-format
+msgid "File: %s"
+msgstr "ឯកសារ ៖ %s"
+
+#: ../gedit/gedit-print-job.c:581
+msgid "Page %N of %Q"
+msgstr "ទំព័រ %N នៃ %Q"
+
+#: ../gedit/gedit-print-job.c:843
+msgid "Preparing..."
+msgstr "កំពុង​រៀបចំ..."
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "ការ​រំលេច​​វាក្យ​សម្ព័ន្ធ"
+
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "បោះពុម្ព​ការ​រំលេច​វាក្យសម្ពន្ធ"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "លេខ​បន្ទាត់"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "បោះពុម្ព​លេខ​បន្ទាត់"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "លេខ​រៀងរាល់"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "បន្ទាត់"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "ក្បាល​ទំព័រ"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "បោះពុម្ព​ក្បាល​ទំព័រ"
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "ពុម្ពអក្សរ"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "តួ ៖"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "លេខ​បន្ទាត់ ៖"
+
+#: ../gedit/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "បឋមកថា និង​បាតកថា ៖"
+
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "ស្ដារ​ពុម្ពលំនាំដើម"
+
+#: ../gedit/gedit-print-preview.c:582
+msgid "Show the previous page"
+msgstr "បង្ហាញ​ទំព័រ​មុន"
+
+#: ../gedit/gedit-print-preview.c:594
+msgid "Show the next page"
+msgstr "បង្ហាញ​ទំព័រ​បន្ទាប់"
+
+#: ../gedit/gedit-print-preview.c:610
+msgid "Current page (Alt+P)"
+msgstr "ទំព័រ​បច្ចុប្បន្ន (Alt+P)"
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:633
+msgid "of"
+msgstr "នៃ"
+
+#: ../gedit/gedit-print-preview.c:641
+msgid "Page total"
+msgstr "ទំព័រ​សរុប"
+
+#: ../gedit/gedit-print-preview.c:642
+msgid "The total number of pages in the document"
+msgstr "ចំនួន​ទំព័រ​សរុប​ក្នុង​ឯកសារ​នេះ"
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Show multiple pages"
+msgstr "បង្ហាញ​ទំព័រ​ច្រើន"
+
+#: ../gedit/gedit-print-preview.c:672
+msgid "Zoom 1:1"
+msgstr "ពង្រីក ១ ៖ ១"
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom to fit the whole page"
+msgstr "ពង្រីក​ឲ្យ​សមនឹង​ទំព័រ​ទាំង​មូល"
+
+#: ../gedit/gedit-print-preview.c:690
+msgid "Zoom the page in"
+msgstr "ពង្រីក​ទំព័រ"
+
+#: ../gedit/gedit-print-preview.c:699
+msgid "Zoom the page out"
+msgstr "បង្រួម​ទំព័រ"
+
+#: ../gedit/gedit-print-preview.c:711
+msgid "_Close Preview"
+msgstr "បិទ​ការ​មើល​ជា​មុន"
+
+#: ../gedit/gedit-print-preview.c:714
+msgid "Close print preview"
+msgstr "បិទ​ការ​មើល​មុន​បោះពុម្ព"
+
+#: ../gedit/gedit-print-preview.c:783
+#, c-format
+msgid "Page %d of %d"
+msgstr "ទំព័រ %d នៃ %d"
+
+#: ../gedit/gedit-print-preview.c:967
+msgid "Page Preview"
+msgstr "មើល​ទំព័រ​ជាមុន"
+
+#: ../gedit/gedit-print-preview.c:968
+msgid "The preview of a page in the document to be printed"
+msgstr "ការ​មើល​ទំព័រ​ជា​មុន​ក្នុង​ឯកសារ​ត្រូវ​បោះពុម្ព"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-replace-dialog.c:220 ../gedit/gedit-replace-dialog.ui.h:1
+#: ../gedit/gedit-window.c:1557
+msgid "Replace"
+msgstr "ជំនួស"
+
+#: ../gedit/gedit-replace-dialog.c:282
+msgid "Replace _All"
+msgstr "ជំនួស​ទាំងអស់"
+
+#: ../gedit/gedit-replace-dialog.ui.h:2
+msgid "Replace All"
+msgstr "ជំនួស​ទាំងអស់"
+
+#: ../gedit/gedit-replace-dialog.ui.h:3
+msgid "_Search for: "
+msgstr "ស្វែងរក ៖ "
+
+#: ../gedit/gedit-replace-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "ជំនួស​ដោយ ៖ "
+
+#: ../gedit/gedit-replace-dialog.ui.h:5
+msgid "_Match case"
+msgstr "ករណី​ផ្គូផ្គង"
+
+#: ../gedit/gedit-replace-dialog.ui.h:6
+msgid "Match _entire word only"
+msgstr "ផ្គូផ្គង​ពាក្យ​ទាំង​មូល"
+
+#: ../gedit/gedit-replace-dialog.ui.h:7
+msgid "Search _backwards"
+msgstr "ស្វែងរកថយក្រោយ"
+
+#: ../gedit/gedit-replace-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "រុំ​ជុំវិញ"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr "INS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:248
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-statusbar.c:347
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "មាន​ថែប %d ​ដែល​មាន​កំហុស"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:734
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "ត្រឡប់​ %s ពី %s"
+
+#: ../gedit/gedit-tab.c:741
+#, c-format
+msgid "Reverting %s"
+msgstr "ត្រឡប់ %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:757
+#, c-format
+msgid "Loading %s from %s"
+msgstr "ផ្ទុក %s ពី %s"
+
+#: ../gedit/gedit-tab.c:764
+#, c-format
+msgid "Loading %s"
+msgstr "ផ្ទុក %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:845
+#, c-format
+msgid "Saving %s to %s"
+msgstr "រក្សាទុក %s ទៅ %s"
+
+#: ../gedit/gedit-tab.c:852
+#, c-format
+msgid "Saving %s"
+msgstr "រក្សាទុក %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1835
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1882
+#, c-format
+msgid "Error opening file %s"
+msgstr "កំហុស​ក្នុង​ការ​បើកឯកសារ %s"
+
+#: ../gedit/gedit-tab.c:1887
+#, c-format
+msgid "Error reverting file %s"
+msgstr "កំហុស​ក្នុង​ការ​ត្រឡប់​ឯកសារ %s"
+
+#: ../gedit/gedit-tab.c:1892
+#, c-format
+msgid "Error saving file %s"
+msgstr "កំហុស​ក្នុងការ​រក្សាទុក​ឯកសារ %s"
+
+#: ../gedit/gedit-tab.c:1913
+msgid "Unicode (UTF-8)"
+msgstr "យូនីកូដ (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1920
+msgid "Name:"
+msgstr "ឈ្មោះ ៖"
+
+#: ../gedit/gedit-tab.c:1921
+msgid "MIME Type:"
+msgstr "ប្រភេទ MIME ៖"
+
+#: ../gedit/gedit-tab.c:1922
+msgid "Encoding:"
+msgstr "ការ​អ៊ិនកូដ ៖"
+
+#: ../gedit/gedit-tab-label.c:283
+msgid "Close document"
+msgstr "បិទ​ឯកសារ"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:43
+msgid "_File"
+msgstr "ឯកសារ"
+
+#: ../gedit/gedit-ui.h:44
+msgid "_Edit"
+msgstr "កែសម្រួល"
+
+#: ../gedit/gedit-ui.h:45
+msgid "_View"
+msgstr "មើល"
+
+#: ../gedit/gedit-ui.h:46
+msgid "_Search"
+msgstr "ស្វែងរក"
+
+#: ../gedit/gedit-ui.h:47
+msgid "_Tools"
+msgstr "ឧបករណ៍"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Documents"
+msgstr "ឯកសារ"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_Help"
+msgstr "ជំនួយ"
+
+#: ../gedit/gedit-ui.h:53
+msgid "Create a new document"
+msgstr "បង្កើត​ឯកសារ​ថ្មី​មួយ"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Open..."
+msgstr "បើក..."
+
+#: ../gedit/gedit-ui.h:55 ../gedit/gedit-window.c:1486
+msgid "Open a file"
+msgstr "បើក​ឯកសារ"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:58
+msgid "Pr_eferences"
+msgstr "ចំណូល​ចិត្ត"
+
+#: ../gedit/gedit-ui.h:59
+msgid "Configure the application"
+msgstr "កំណត់​រចនាសម្ព័ន្ធ​កម្មវិធី"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:62
+msgid "_Contents"
+msgstr "មាតិកា"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open the gedit manual"
+msgstr "បើក​សៀវភៅ​របស់ gedit"
+
+#: ../gedit/gedit-ui.h:65
+msgid "About this application"
+msgstr "អំពី​កម្មវិធី​នេះ"
+
+#: ../gedit/gedit-ui.h:69
+msgid "Leave fullscreen mode"
+msgstr "ចាកចេញ​ពី​របៀប​ពេញ​អេក្រង់"
+
+#: ../gedit/gedit-ui.h:77
+msgid "Save the current file"
+msgstr "រក្សាទុក​ឯកសារ​បច្ចុប្បន្ន"
+
+#: ../gedit/gedit-ui.h:79
+msgid "Save the current file with a different name"
+msgstr "រក្សាទុក​ឯកសារ​បច្ចុប្បន្ន​ដោយ​ប្រើឈ្មោះ​ផ្សេង"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Revert to a saved version of the file"
+msgstr "ត្រឡប់​ទៅ​កំណែ​ឯកសារ​ដែល​បាន​រក្សាទុក"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Print Previe_w"
+msgstr "មើល​មុន​បោះពុម្ព"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Print preview"
+msgstr "មើល​មុន​បោះពុម្ព"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Print the current page"
+msgstr "បោះពុម្ព​ទំព័រ​បច្ចុប្បន្ន"
+
+#: ../gedit/gedit-ui.h:89
+msgid "Undo the last action"
+msgstr "មិន​ធ្វើ​សកម្មភាព​ចុងក្រោយ​វិញ"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Redo the last undone action"
+msgstr "ធ្វើ​សកម្មភាព​ដែល​មិន​អាច​ធ្វើ​វិញ​ចុងក្រោយ​វិញ"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Cut the selection"
+msgstr "កាត់​ការ​ជ្រើស"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Copy the selection"
+msgstr "ចម្លង​ការ​ជ្រើស"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Paste the clipboard"
+msgstr "បិទ​ភ្ជាប់​ក្ដារតម្បៀតខ្ទាស់"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Delete the selected text"
+msgstr "លុប​អត្ថបទ​ដែល​បាមន​ជ្រើស"
+
+#: ../gedit/gedit-ui.h:100
+msgid "Select _All"
+msgstr "ជ្រើស​ទាំងអស់"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Select the entire document"
+msgstr "ជ្រើស​ឯកសារ​ទាំង​មូល"
+
+#. View menu
+#: ../gedit/gedit-ui.h:104
+msgid "_Highlight Mode"
+msgstr "របៀប​រំលេច"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:107
+msgid "_Find..."
+msgstr "រក..."
+
+#: ../gedit/gedit-ui.h:108
+msgid "Search for text"
+msgstr "ស្វែងរក​អត្ថបទ"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Find Ne_xt"
+msgstr "រក​បន្ទាប់"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Search forwards for the same text"
+msgstr "ស្វែងរក​ទៅ​មុន​ក្នុង​អត្ថបទ​ដដែល"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Find Pre_vious"
+msgstr "រក​មុន"
+
+#: ../gedit/gedit-ui.h:112
+msgid "Search backwards for the same text"
+msgstr "ស្វែងរក​ថយក្រោយ​ក្នុង​អត្ថបទដដែល"
+
+#: ../gedit/gedit-ui.h:114 ../gedit/gedit-ui.h:117
+msgid "_Replace..."
+msgstr "ជំនួស..."
+
+#: ../gedit/gedit-ui.h:115 ../gedit/gedit-ui.h:118
+msgid "Search for and replace text"
+msgstr "ស្វែងរក ហើយ​ជំនួស​អត្ថបទ"
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Clear Highlight"
+msgstr "សម្អាត​រំលេច"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Clear highlighting of search matches"
+msgstr "សម្អាត​រំលេច​នៃ​ការ​ផ្គូផ្គង​ស្វែងរក"
+
+#: ../gedit/gedit-ui.h:122
+msgid "Go to _Line..."
+msgstr "ទៅ​កាន់​បន្ទាត់..."
+
+#: ../gedit/gedit-ui.h:123
+msgid "Go to a specific line"
+msgstr "ទៅ​កាន់​បន្ទាត់​ជាក់លាក់"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:126
+msgid "_Save All"
+msgstr "រក្សាទុក​ទាំងអស់"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Save all open files"
+msgstr "រក្សាទុក​ឯកសារ​ដែល​បាន​បើក​ទាំងអស់"
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Close All"
+msgstr "បិទ​ទាំងអស់"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Close all open files"
+msgstr "បិទ​ឯកសារ​ដែល​បើក​ទាំងអស់"
+
+#: ../gedit/gedit-ui.h:130
+msgid "_New Tab Group"
+msgstr "ក្រុម​ថេប​ថ្មី"
+
+#: ../gedit/gedit-ui.h:131
+msgid "Create a new tab group"
+msgstr "បង្កើត​ក្រុម​ថេប​ថ្មី"
+
+#: ../gedit/gedit-ui.h:132
+msgid "P_revious Tab Group"
+msgstr "ក្រុម​ថេប​មុន"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Switch to the previous tab group"
+msgstr "ប្ដូរ​ទៅ​ក្រុម​ថេប​មុន"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Nex_t Tab Group"
+msgstr "ក្រុម​ថេប​បន្ទាប់"
+
+#: ../gedit/gedit-ui.h:135
+msgid "Switch to the next tab group"
+msgstr "ប្ដូរ​ទៅ​ក្រុម​ថេប​បន្ទាប់"
+
+#: ../gedit/gedit-ui.h:136
+msgid "_Previous Document"
+msgstr "ឯកសារ​មុន"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Activate previous document"
+msgstr "ធ្វើ​ឲ្យ​ឯកសារ​មុន​សកម្ម"
+
+#: ../gedit/gedit-ui.h:138
+msgid "N_ext Document"
+msgstr "ឯកសារ​បន្ទាប់"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Activate next document"
+msgstr "ធ្វើ​ឲ្យ​ឯកសារ​បន្ទាប់​សកម្ម"
+
+#: ../gedit/gedit-ui.h:141
+msgid "Move the current document to a new window"
+msgstr "ផ្លាស់ទី​​​ឯកសារ​បច្ចុប្បន្ន​​ទៅ​បង្អួច​ថ្មី"
+
+#: ../gedit/gedit-ui.h:148
+msgid "Close the current file"
+msgstr "បិទ​ឯកសារ​បច្ចុប្បន្ន"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Quit the program"
+msgstr "ចេញ​ពី​កម្មវិធី"
+
+#: ../gedit/gedit-ui.h:160
+msgid "_Toolbar"
+msgstr "របារ​ឧបករណ៍1"
+
+#: ../gedit/gedit-ui.h:161
+msgid "Show or hide the toolbar in the current window"
+msgstr "បង្ហាញ ឬលាក់​របារ​ឧបករណ៍​ក្នុង​បង្អួច​បច្ចុប្បន្ន"
+
+#: ../gedit/gedit-ui.h:163
+msgid "_Statusbar"
+msgstr "របារ​ស្ថានភាព"
+
+#: ../gedit/gedit-ui.h:164
+msgid "Show or hide the statusbar in the current window"
+msgstr "បង្ហាញ​ ឬ​លាក់​របារ​ស្ថានភាព​ក្នុង​បង្អួច​បច្ចុប្បន្ន"
+
+#: ../gedit/gedit-ui.h:167
+msgid "Edit text in fullscreen"
+msgstr "កែសម្រួល​អត្ថបទ​ក្នុង​របៀប​ពេញ​អេក្រង់"
+
+#: ../gedit/gedit-ui.h:174
+msgid "Side _Panel"
+msgstr "បន្ទះ​ចំហៀង"
+
+#: ../gedit/gedit-ui.h:175
+msgid "Show or hide the side panel in the current window"
+msgstr "បង្ហាញ ឬ​លាក់​បន្ទះ​ចំហៀង​ក្នុង​បង្អួច​បច្ចុប្បន្ន"
+
+#: ../gedit/gedit-ui.h:177
+msgid "_Bottom Panel"
+msgstr "បន្ទះ​ខាង​ក្រោម"
+
+#: ../gedit/gedit-ui.h:178
+msgid "Show or hide the bottom panel in the current window"
+msgstr "បង្ហាញ ឬ​លាក់​បន្ទះ​ខាង​ក្រោម​ក្នុង​បង្អួច​បច្ចុប្បន្ន"
+
+#: ../gedit/gedit-utils.c:1033
+msgid "Please check your installation."
+msgstr "សូម​ពិនិត្យ​មើល​ការ​ដំឡើង​របស់​អ្នក ។"
+
+#: ../gedit/gedit-utils.c:1091
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "មិនអាច​បើក​ឯកសារ​ UI %s បាន​ទេ ។ កំហុស ៖ %s"
+
+#: ../gedit/gedit-utils.c:1110
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "មិនអាច​រក​វត្ថុ '%s' ក្នុង​ឯកសារ %s បាន​ទេ ។"
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1332
+#, c-format
+msgid "/ on %s"
+msgstr "/ នៅ​លើ %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:542
+msgid "_Wrap Around"
+msgstr "រុំ​ជុំវិញ"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:552
+msgid "Match _Entire Word Only"
+msgstr "ផ្គូផ្គង​ពាក្យ​ទាំ​ងមូល"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:562
+msgid "_Match Case"
+msgstr "ផ្គូផ្គង"
+
+#: ../gedit/gedit-view-frame.c:759
+msgid "String you want to search for"
+msgstr "ឃ្លា​ដែល​​​អ្នក​ចង់​ស្វែងរក"
+
+#: ../gedit/gedit-view-frame.c:769
+msgid "Line you want to move the cursor to"
+msgstr "បន្ទាត់​ដែល​អ្នក​ចង់​ផ្លាស់ទី​ទស្សន៍ទ្រនិច​ទៅ"
+
+#: ../gedit/gedit-window.c:941
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "ប្រើ​របៀប​រំលេច %s"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1046 ../gedit/gedit-window.c:2091
+#: ../plugins/externaltools/tools/manager.py:146
+#: ../plugins/externaltools/tools/manager.py:455
+#: ../plugins/externaltools/tools/manager.py:566
+#: ../plugins/externaltools/tools/manager.py:885
+msgid "Plain Text"
+msgstr "អត្ថបទ​ធម្មតា"
+
+#: ../gedit/gedit-window.c:1047
+msgid "Disable syntax highlighting"
+msgstr "បិទ​ការ​រំលេច​វាក្យសម្ពន្ធ"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1364
+#, c-format
+msgid "Open '%s'"
+msgstr "បើក '%s'"
+
+#: ../gedit/gedit-window.c:1488
+msgid "Open a recently used file"
+msgstr "បើក​ឯកសារ​ដែល​បាន​ប្រើ​ថ្មីៗ"
+
+#: ../gedit/gedit-window.c:1494
+msgid "Open"
+msgstr "បើក"
+
+#: ../gedit/gedit-window.c:1551
+msgid "Save"
+msgstr "រក្សាទុក"
+
+#: ../gedit/gedit-window.c:1553
+msgid "Print"
+msgstr "បោះពុម្ព"
+
+#: ../gedit/gedit-window.c:1555
+msgid "Find"
+msgstr "រក"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1715
+#, c-format
+msgid "Activate '%s'"
+msgstr "ធ្វើ​ឲ្យ '%s' សកម្ម"
+
+#: ../gedit/gedit-window.c:2072
+msgid "Use Spaces"
+msgstr "ប្រើ​ចន្លោះ​មិន​ឃើញ"
+
+#: ../gedit/gedit-window.c:2145
+msgid "Tab Width"
+msgstr "ទទឹង​ផ្ទាំង"
+
+#: ../gedit/gedit-window.c:2254
+msgid "Bracket match is out of range"
+msgstr "ការ​ផ្គូផ្គង​វង់ក្រច​នៅ​ខាង​ក្រៅ​ជួរ"
+
+#: ../gedit/gedit-window.c:2259
+msgid "Bracket match not found"
+msgstr "រក​មិន​ឃើញ​ការ​ផ្គូផ្គង​វង់​ក្រចក"
+
+#: ../gedit/gedit-window.c:2264
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "រក​ឃើញ​ការ​ផ្គូផ្គង​វង់​ក្រច​នៅ​បន្ទាត់ ៖ %d"
+
+#. ex:set ts=8 noet:
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "ប្ដូរតួអក្សរ"
+
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "ប្ដូរ​តួអក្សរ​​​អត្ថបទ​ដែល​បាន​ជ្រើស ។"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:242
+msgid "C_hange Case"
+msgstr "ប្ដូរតួអក្សរ"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:243
+msgid "All _Upper Case"
+msgstr "អក្សរ​ធំ​ទាំងអស់"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:244
+msgid "Change selected text to upper case"
+msgstr "ប្ដូរ​អត្ថបទ​ដែល​បាន​ជ្រើស​ទៅ​អក្សរ​ធំ"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:246
+msgid "All _Lower Case"
+msgstr "អក្សរ​តូច​ទាំងអស់"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:247
+msgid "Change selected text to lower case"
+msgstr "ប្ដូរ​អត្ថបទ​ដែល​បាន​ជ្រើស​ទៅ​អក្សរ​តូច"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:249
+msgid "_Invert Case"
+msgstr "ត្រឡប់​តួអក្សរ"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:250
+msgid "Invert the case of selected text"
+msgstr "ត្រឡប់​អត្ថបទ​ដែល​បាន​ជ្រើស"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:252
+msgid "_Title Case"
+msgstr "ចំណង​ជើង"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:253
+msgid "Capitalize the first letter of each selected word"
+msgstr "ដាក់​អក្សរ​ដំបូង​ធំ​នៃ​ពាក្យ​ដែលបាន​ជ្រើស​នីមួយៗ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "ពិនិត្យ​មើល​បច្ចុប្បន្នភាព"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "ពិនិត្យ​មើល​កំណែ​ចុងក្រោយ​របស់​ gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:257
+msgid "There was an error displaying the URI."
+msgstr "មាន​កំហុស​ក្នុង​ការ​បង្ហាញ URI ។"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:294
+msgid "_Download"
+msgstr "ទាញយក"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:302
+msgid "_Ignore Version"
+msgstr "មិនអើពើ​កំណែ"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:317
+msgid "There is a new version of gedit"
+msgstr "មាន​កំណែ​របស់ gedit ថ្មី"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:321
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"អ្នក​អាចទាញយក​កំណែ​របស់ gedit ថ្មី ដោយ​ចុច​​ប៊ូតុង​ទាញយក ឬ​មិន​អើពើ​កំណែ​នោះ ហើយ​រង់ចាំ​កំណែ​ថ្មី​មួយ​ទៀត"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "កំណែ​ត្រូវ​អើពើ"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "កំណែ​ត្រូវ​អើពើ​រហូត​ដល់​កំណែ​ថ្មី​ចេញ​ផ្សាយ ។"
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "ស្ថិតិ​ឯកសារ"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"វិភាគ​ឯកសារ និង​របាយការណ៍​បច្ចុប្បន្ន​ ចំនួន​ពាក្យ បន្ទាត់ តួអក្សរ និង​តួអក្សរ​មិនមែន​ជា​ដកឃ្លា​នៅ​ក្នុង​វា ។"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:427
+msgid "_Document Statistics"
+msgstr "ស្ថិតិ​ឯកសារ"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:429
+msgid "Get statistical information on the current document"
+msgstr "យក​ព័ត៌មាន​ស្ថិតិ​នៅ​លើ​ឯកសារ​បច្ចុប្បន្ន"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:2
+msgid "_Update"
+msgstr "ធ្វើ​បច្ចុប្បន្នភាព"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:3
+msgid "File Name"
+msgstr "ឈ្មោះ​ឯកសារ"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:4
+#: ../plugins/externaltools/tools/tools.ui.h:27
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid " "
+msgstr " "
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:5
+msgid "Document"
+msgstr "ឯកសារ"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:6
+msgid "Selection"
+msgstr "ជម្រើស"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:7
+msgid "Lines"
+msgstr "បន្ទាត់"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:8
+msgid "Words"
+msgstr "ពាក្យ"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:9
+msgid "Characters (with spaces)"
+msgstr "តួអកស្រ (មាន​ដកឃ្លា)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:10
+msgid "Characters (no spaces)"
+msgstr "តួអក្សរ (គ្មាន​ដកឃ្លា)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:11
+msgid "Bytes"
+msgstr "បៃ"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "ស្ថាបនា"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "ដំណើរការ \"make\" នៅ​ក្នុង​ថត​ឯកសារ"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "បើក​ស្ថានីយ​នៅ​ទីនេះ"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "បើក​ស្ថានីយ​នៅ​ក្នុងទីតាំង​ឯកសារ"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "យក​ដកឃ្លា​នៅ​ខាង​ចុង​ចេញ"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "យក​ដកឃ្លា​នៅ​ខាង​ចុង​ចេញ​ដែល​គ្មាន​ប្រយោជន៍​នៅ​ក្នុង​ឯកសារ"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "រត់​ពាក្យ​បញ្ជា"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "អនុវត្ត​ពាក្យ​បញ្ជា​ផ្ទាល់ខ្លួន ហើយ​ដាក់​លទ្ធផល​របស់​វា​ក្នុង​ឯកសារ​ថ្មី"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "ឧបករណ៍​ខាង​ក្រៅ"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "ប្រតិបត្តិ​ពាក្យ​បញ្ជា​ស្ថានីយ និង​ស្គ្រីប​សែល"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "ថាតើ​ត្រូវ​ប្រើ​ពុម្ពអក្សរ​ប្រព័ន្ធ​ដែរឬទេ"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ប្រសិនបើ​ពិត ឧបករណ៍​ខាង​ក្រៅ​នឹង​ប្រើ​ពុម្ពអក្សរ​ស្តង់ដារ​សកម្ម​របស់​ផ្ទៃតុ ប្រសិនបើ​វា​ជា​ monospace (ហើយ​"
+"ស្រដៀង​គ្នា​នឹង​​ពុម្ពអក្សរ​ដេល​មាន​ជា​មួយ) ។"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "ឈ្មោះ​ពុម្ពអក្សរ​របស់ Pango ។ ឧទាហរណ៍ \"Sans 12\" ឬ \"Monospace Bold 14\" ។"
+
+#: ../plugins/externaltools/tools/capture.py:92
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "មិនអាច​អនុវត្ត​ពាក្យ​បញ្ជា​បាន​ទេ ៖ %s"
+
+#: ../plugins/externaltools/tools/functions.py:159
+msgid "You must be inside a word to run this command"
+msgstr "អ្នក​ត្រូវ​តែ​ស្ថិត​ក្នុង​ពាក្យ ដើម្បី​ដំណើរការ​ពាក្យ​បញ្ជា​នេះ"
+
+#: ../plugins/externaltools/tools/functions.py:265
+msgid "Running tool:"
+msgstr "ឧបករណ៍​កំពុង​ដំណើរការ ៖"
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Done."
+msgstr "ធ្វើ​រួច ។"
+
+#: ../plugins/externaltools/tools/functions.py:296
+msgid "Exited"
+msgstr "បាន​ចាកចេញ"
+
+#: ../plugins/externaltools/tools/manager.py:144
+msgid "All languages"
+msgstr "គ្រប់ភាសា"
+
+#: ../plugins/externaltools/tools/manager.py:555
+#: ../plugins/externaltools/tools/manager.py:559
+#: ../plugins/externaltools/tools/manager.py:883
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "All Languages"
+msgstr "គ្រប់ភាសា"
+
+#: ../plugins/externaltools/tools/manager.py:672
+msgid "New tool"
+msgstr "ឧបករណ៍​ថ្មី"
+
+#: ../plugins/externaltools/tools/manager.py:803
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "ឧបករណ៍​បង្កើន​ល្បឿន​នេះ​បាន​ភ្ជាប់​រួច​ហើយ​ទៅ %s"
+
+#: ../plugins/externaltools/tools/manager.py:847
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "ប្រភេទ​ឧបករណ៍​បង្កើន​ល្បឿន​ថ្មី ឬ​ចុច​លុបថយក្រោយ ដើម្បី​សម្អាត"
+
+#: ../plugins/externaltools/tools/manager.py:849
+msgid "Type a new accelerator"
+msgstr "ប្រភេទ​ឧបករណ៍​បង្កើន​ល្បឿន​ថ្មី"
+
+#: ../plugins/externaltools/tools/outputpanel.py:120
+msgid "Stopped."
+msgstr "បាន​បញ្ឈប់ ។"
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "All documents"
+msgstr "ឯកសារ​ទាំងអស់"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents except untitled ones"
+msgstr "ឯកសារ​ទាំងអស់ លើកលែង​តែ​ឯកសារ​មួយ​គ្មាន​ចំណ​ងជើង"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "Local files only"
+msgstr "តែ​​ឯកសារ​មូលដ្ឋាន"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Remote files only"
+msgstr "តែ​ឯកសារ​ពី​ចម្ងាយ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Untitled documents only"
+msgstr "តែ​ឯកសារ​គ្មាន​ចំណង​ជើង"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Nothing"
+msgstr "កុំ​ធ្វើ​អ្វី​ទាំងអស់"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "ឯកសារ​បច្ចុប្បន្ន"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current selection"
+msgstr "ជម្រើស​បច្ចុប្បន្ន"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection (default to document)"
+msgstr "ជម្រើស​បច្ចុប្បន្ន (លំនាំដើម​ទៅ​ឯកសារ)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current line"
+msgstr "បន្ទាត់​បច្ចុប្បន្ន"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "ពាក្យ​បច្ចុប្បន្ន"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr "បង្ហាញ​​ក្នុង​បន្ទះ​ខាង​ក្រោម"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Create new document"
+msgstr "បង្កើត​ឯកសារ​ថ្មី"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Append to current document"
+msgstr "បន្ថែម​ទៅ​ខាង​ចុង​ឯកសារ​បច្ចុប្បន្ន"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Replace current document"
+msgstr "ជំនួស​ឯកសារ​បច្ចុប្បន្ន"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current selection"
+msgstr "ជំនួស​ជម្រើស​បច្ចុប្បន្ន"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Insert at cursor position"
+msgstr "បញ្ចូល​ទីតាំង​ទស្សន៍​ទ្រនិច"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Manage External Tools"
+msgstr "គ្រប់គ្រង​ឧបករណ៍​ខាង​ក្រៅ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "_Tools:"
+msgstr "ឧបករណ៍ ៖"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "បន្ថែម​ឧបករណ៍​ថ្មី"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "បន្ថែម​ឧបករណ៍"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "យក​ឧបករណ៍​ដែលបាន​ជ្រើស​ចេញ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "យក​ឧបករណ៍​ចេញ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "ត្រឡប់​ឧបករណ៍"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "ត្រឡប់​ឧបករណ៍"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Edit:"
+msgstr "កែសម្រួល ៖"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Applicability:"
+msgstr "ភាព​អាច​អនុវត្ត​បាន ៖"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Output:"
+msgstr "លទ្ធផល ៖"
+
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "_Input:"
+msgstr "ការ​បញ្ចូល ៖"
+
+#: ../plugins/externaltools/tools/tools.ui.h:32
+msgid "_Save:"
+msgstr "រក្សាទុក ៖"
+
+#: ../plugins/externaltools/tools/tools.ui.h:33
+msgid "Shortcut _Key:"
+msgstr "គ្រាប់​ចុច​ផ្លូវកាត់ ៖"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:173
+msgid "Manage _External Tools..."
+msgstr "គ្រប់គ្រង​ឧបករណ៍​ខាង​ក្រៅ..."
+
+#: ../plugins/externaltools/tools/windowactivatable.py:174
+msgid "Opens the External Tools Manager"
+msgstr "បើក​កម្មវិធី​គ្រប់គ្រង​ឧបករណ៍​ខាង​ក្រៅ"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:177
+msgid "External _Tools"
+msgstr "ឧបករណ៍​ខាង​ក្រៅ"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:178
+msgid "External tools"
+msgstr "ឧបករណ៍​ខាង​ក្រៅ"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:212
+msgid "Shell Output"
+msgstr "លទ្ធផល​សែល"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "បន្ទះ​កម្មវិធី​រុករក​ឯកសារ"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "ងាយស្រួល​ចូល​ដំណើរការ​ពី​បន្ទះ​ចំហៀង"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:241
+msgid "File System"
+msgstr "ប្រព័ន្ធ​ឯកសារ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:558
+msgid "_Set root to active document"
+msgstr "កំណត់​ root ចំពោះ​ឯកសារ​សកម្ម"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:560
+msgid "Set the root to the active document location"
+msgstr "កំណត់ root ចំពោះ​ទីតាំង​ឯកសារ​សកម្ម"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:565
+msgid "_Open terminal here"
+msgstr "បើក​ស្ថានីយ​នៅ​ទីនេះ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:567
+msgid "Open a terminal at the currently opened directory"
+msgstr "បើក​ស្ថានីយ​នៅ​ថត​ដែលបាន​បើក​បច្ចុប្បន្ន"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:705
+msgid "File Browser"
+msgstr "កម្មវិធី​រុករក​ឯកសារ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:848
+msgid "An error occurred while creating a new directory"
+msgstr "កំហុស​មួយ​បាន​កើត​ឡើង ខណៈ​ដែល​កំពុង​បង្កើត​ថត​ថ្មី"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:851
+msgid "An error occurred while creating a new file"
+msgstr "កំហុស​មួយ​បានកើត​ឡើង ខណៈ​ដែលកំពុង​បង្កើត​ឯកសារ​ថ្មី"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:854
+msgid "An error occurred while renaming a file or directory"
+msgstr "កំហុស​មួយ​បានកើត​ឡើង ខណៈ​ដែល​កំពុង​ប្ដូរ​ឈ្មោះ​ឯកសារ ឬ​ថត"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:857
+msgid "An error occurred while deleting a file or directory"
+msgstr "កំហុស​មួយ​បានកើត​ឡើង ខណៈ​ដែល​កំពុង​លុប​ឯកសរ ឬ​ថត"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:860
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "កំហុស​មួយ​បានកើត​ឡើង ខណៈ​ដែល​កំពុង​បើក​ថត​នៅ​ក្នុង​កម្មវិធីគ្រប់គ្រង​ឯកសារ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:863
+msgid "An error occurred while setting a root directory"
+msgstr "កំហុស​មួយ​បានកើត​ឡើង ខណៈ​ដែល​កំពុង​កំណត់​ថត root"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:866
+msgid "An error occurred while loading a directory"
+msgstr "កំហុស​មួយ​បានកើត​ឡើង ខណៈ​ដែល​កំពុង​ផ្ទុក​ថត"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:869
+msgid "An error occurred"
+msgstr "កំហុស​មួយ​បានកើត​ឡើង"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1085
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"មិន​អាច​ផ្លាស់ទី​ឯកសារ​ទៅ​ធុង​សំរាម​បាន​ទេ តើ​អ្នក​ចង់\n"
+"លុប​ជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1090
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "ឯកសារ \"%s\" មិនអាច​ត្រូវ​បាន​ផ្លាស់ទី​ទៅ​ធុង​សំរាម​បាន​ទេ ។"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1095
+msgid "The selected files cannot be moved to the trash."
+msgstr "ឯកសារ​ដែល​បាន​ជ្រើស​មិនអាច​ត្រូវ​បាន​ផ្លាស់ទី​ទៅ​ធុង​សំរាម​ទេ ។"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1127
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "តើ​អ្នក​ប្រាកដ​ជា​ចង់​លុប​ \"%s\" ជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1132
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "តើ​អ្នក​ប្រាកដ​ជា​ចង់​លុប​ឯកសារ​ដែល​បាន​ជ្រើសជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1135
+msgid "If you delete an item, it is permanently lost."
+msgstr "ប្រសិន​បើ​អ្នក​លុប​ធាតុ​មួយ វា​នឹង​បាត់បង់​ជា​អចិន្ត្រៃយ៍ ។"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1722
+msgid "(Empty)"
+msgstr "(ទទេ)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3467
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"ឯកសារ​ដែល​បាន​ប្ដូរ​ឈ្មោះ​បច្ចុប្បន្ន​ត្រូវ​បាន​ត្រង​ចេញ​ហើយ ។ អ្នក​ត្រូវ​តែ​កែសម្រួល​កា​រកំណត់​តម្រង ដើម្បី​ធ្វើ​ឲ្យ​"
+"ឯកសារ​អាច​មើល​ឃើញ"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3711
+msgid "file"
+msgstr "ឯកសារ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3739
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"ឯកសារ​ថ្មី​បច្ចុប្បន្ន​ត្រូវ​បាន​​ត្រង​ចេញ ។ អ្នក​ត្រូវ​តែ​កែប្រែ​ការ​កំណត់​តម្រង​របស់​អ្នក ដើម្បី​ធ្វើ​ឲ្យ​ឯកសារ​មើល​"
+"ឃើញ"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3770
+msgid "directory"
+msgstr "ថត"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3795
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr "ថត​ថ្មី​ត្រុវ​បាន​ត្រង​ចេញ ។ អ្នក​ត្រូវ​តែ​កែប្រែ​កា​រកំណត់​តម្រង​របស់​អ្នក ដើម្បី​ធ្វើ​ឲ្យ​ថត​អាច​មើល​ឃើញ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:733
+msgid "Bookmarks"
+msgstr "ចំណាំ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "_Filter"
+msgstr "តម្រង"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:826
+msgid "_Move to Trash"
+msgstr "ផ្លាស់ទី​ទៅ​ធុង​សំរាម"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+msgid "Move selected file or folder to trash"
+msgstr "ផ្លាស់ទី​ឯកសារ​ ឬ​ថត​ដែល​បាន​ជ្រើស​​ទៅ​ធុង​សំរាម"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:829
+msgid "_Delete"
+msgstr "លុប"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:830
+msgid "Delete selected file or folder"
+msgstr "លុប​ឯកសារ ឬ​ថត​ដែលបាន​ជ្រើស"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:837
+msgid "Open selected file"
+msgstr "បើក​ឯកសារ​ដែល​បាន​ជ្រើស"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:843
+msgid "Up"
+msgstr "ឡើង​លើ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:844
+msgid "Open the parent folder"
+msgstr "បើក​ថត​​មេ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:849
+msgid "_New Folder"
+msgstr "ថត​ថ្មី"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:850
+msgid "Add new empty folder"
+msgstr "បន្ថែម​ថត​ទទេ​ថ្មី​មួយ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:852
+msgid "New F_ile"
+msgstr "ឯកសារ​ថ្មី"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:853
+msgid "Add new empty file"
+msgstr "បន្ថែម​ឯកសារ​ទទេ​ថ្មី​មួយ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:858
+msgid "_Rename"
+msgstr "ប្ដូរ​ឈ្មោះ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:859
+msgid "Rename selected file or folder"
+msgstr "ប្ដូរ​ឈ្មោះ​ឯកសរ ឬ​ថត​ដែល​បាន​ជ្រើស"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:865
+msgid "_Previous Location"
+msgstr "ទីតាំង​មុន"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:867
+msgid "Go to the previous visited location"
+msgstr "ទៅ​កាន់​ទីតាំង​ដែលបាន​មើល​ពី​មុន"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+msgid "_Next Location"
+msgstr "ទីតាំង​បន្ទាប់"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:870
+msgid "Go to the next visited location"
+msgstr "ទៅ​កាន់​ទីតាំង​ដែល​បាន​មើល​បន្ទាប់"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:871
+msgid "Re_fresh View"
+msgstr "ធ្វើ​ឲ្យទិដ្ឋភាព​ស្រស់"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:872
+msgid "Refresh the view"
+msgstr "ធ្វើ​ឲ្យ​ទិដ្ឋភាព​ស្រស់"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:873
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:891
+msgid "_View Folder"
+msgstr "មើល​ថត"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:874
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:892
+msgid "View folder in file manager"
+msgstr "មើល​ថត​ក្នុង​កម្មវិធី​គ្រប់គ្រង​ឯកសារ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:881
+msgid "Show _Hidden"
+msgstr "បង្ហាញ​ឯកសារ​ដែល​លាក់"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:882
+msgid "Show hidden files and folders"
+msgstr "បង្ហាញ​ឯកសារ និង​ថត​ដែល​លាក់"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:884
+msgid "Show _Binary"
+msgstr "បង្ហាញ​ឯកសារ​គោលពីរ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:885
+msgid "Show binary files"
+msgstr "បង្ហាញ​ឯកសរ​គោលពីរ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1202
+msgid "Match Filename"
+msgstr "ផ្គូផ្គង​ឈ្មោះ​ឯកសារ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2004
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "គ្មាន​វត្ថុ​ម៉ោន​សម្រាប់​ភាគ​ដែល​បានម៉ោន ៖ %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2081
+#, c-format
+msgid "Could not open media: %s"
+msgstr "មិន​អាច​បើក​មេឌៀ​បាន​ទេ ៖ %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2128
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "មិន​អាច​ម៉ោន​ភាគ​បាន​ទេ ៖ %s"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "បើក​​ជា​មួយទិដ្ឋភាព​មែកធាង"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "បើក​ទិដ្ឋភាព​មែកធាង នៅ​ពេល​កម្មវិធី​ជំនួយ​របស់​កម្មវិធី​រុករក​ឯកសារ ត្រូវ​បាន​ផ្ទុក​ជំនួយ​ឲ្យ​ទិដ្ឋភាព​ចំណាំ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "ថត​ Root របស់​កម្មវិធី​រុករក​ឯកសារ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ថ root របស់​កម្មវិធី​រុករក​ឯកសារ​ត្រូវ​ប្រើ​ នៅ​ពេល​ផ្ទុក​​កម្មវិធី​ជំនួយ​របស់​កម្មវិធី​រុករក​ឯកសារ និង onload/"
+"tree_view គឺ​ពិត ។"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ថត Root និម្មិត​របស់​កម្មវិធី​រុករក​ឯកសារ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"ថត root និម្មិត​របស់​កម្មវិធី​រុករក​ឯកសារ ត្រូវ​ប្រើ​នៅ​ពេល​ផ្ទុក​កម្មវិធី​ជំនួយ​របស់​កម្មវិធី​រុករក​នៅ​​ពេល onload/"
+"tree_view ពិត ។ root និម្មិត​ត្រូវ​តែ​នៅ​ក្រោម​ root ពិតប្រាកដ​ជា​និច្ច ។"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "បើក​ការ​ស្ដារ​ទីតាំង​ពី​ចម្ងាយ​ឡើងវិញ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "កំណត់​ថាតើ​ត្រូវ​បើក​ការ​ស្ដារ​ទីតាំង​ពី​ចម្ងាយ​ឡើងវិញ​ដែរឬទេ ។"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "កំណត់​ទីតាំង​ទៅ​ឯកសារ​ដំបូង"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"ប្រសិនបើ​ពិត កម្មវិធី​ជំនួយ​របស់​​កម្មវិធី​រុករក​ឯកសារ​នឹង​មើល​ថត​របស់​ឯកសារ​ដែលបាន​បើក​ដំបូង ឲ្យ​តែ​កម្មវិធី​រុករក​"
+"ឯកសារ​មិន​ត្រូវ​បាន​ប្រើ​នៅ​ឡើយ ។ (ដូច្នេះ​វា​ជាទូទៅ អនុវត្ត​លើ​ឯកសារ​ដែល​បានបើក​ពី​បន្ទាត់​ពាក្យ​បញ្ជា ឬ​​"
+"បើក​វា​ជា​មួយ Nautilus ។ល។)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "របៀប​ត្រង​របស់​កម្មវិធី​រុករក​ឯកសារ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"តម្លៃ​នេះ​កំណត់​ថាត​ឯកសារ​អ្វីត្រូ​វបាន​ត្រង​ពី​កម្មវិធីរុករក​ឯកសារ ។ តម្លៃ​ត្រឹមត្រូវ​គឺ ៖ គ្មាន (មិន​ត្រង) "
+"លាក់ឯកសារ​​ដែល​បាន​លាក់ (ត្រង​ឯកសារ​ដែលលាក់) និង​លាក់​ឯកសារ​គោលពីរ (ត្រង​ឯកសារ​គោលពីរ) ។"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "លំនាំ​តម្រង​កម្មវិធី​រុករក​ឯកសារ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr "លំនាំត្រង​ ត្រូវ​ត្រង​កម្មវិធី​រុករក​ឯកសារ ។ តម្រង​នេះ​ដំណើរការ​លើ​ផ្នែក​ខាង​លើ​នៃ​របៀប​ត្រង ។"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "របៀប​បន្ទាត់"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "របៀប​បន្ទាត់​តាម​រចនាប័ទ្ម Emacs, Kate និង Vim គាំទ្រ​សម្រាប់ gedit ។"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "ពណ៌​អត្ថបទ​ពាក្យ​បញ្ជា"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "ពណ៌​អត្ថបទ​ពាក្យ​បញ្ជា"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "ពណ៌​អត្ថបទ​កំហុស"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "ពណ៌​អត្ថបទ​កំហុស"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ប្រសិនបើពិត ស្ថានីយ​នឹង​ប្រើ​ពុម្ពអក្សរ​ស្តង់ដារ​សកល​របស់​ផ្ទៃតុ​ ប្រសិន​បើ​វា​ជា monospace (ហើយ​ស្រដៀង​គ្នា​"
+"នឹង​ពុម្ពអក្សរ​ដែល​​មក​ជា​មួយ) ។"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "ពណ៌​ពាក្យ​បញ្ជា ៖"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "ពណ៌​កំហុស ៖"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:52
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "កុង​សូល Python"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "កុងសូល Python អន្តរកម្ម​នៅ​ក្នុង​បន្ទះ​ខាង​ក្រោម"
+
+#: ../plugins/quickopen/quickopen/__init__.py:71
+msgid "Quick open"
+msgstr "បើក​រហ័ស"
+
+#: ../plugins/quickopen/quickopen/__init__.py:72
+msgid "Quickly open documents"
+msgstr "បើក​ឯកសារ​រហ័ស"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:31
+msgid "Quick Open"
+msgstr "បើក​រហ័ស"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "បើក​ឯកសារ​រហ័ស"
+
+#: ../plugins/quickopen/quickopen/popup.py:72
+msgid "Type to search..."
+msgstr "វាយ​បញ្ចូល​ ដើម្បី​ស្វែងរក..."
+
+#. ex:ts=8:et:
+#: ../plugins/snippets/snippets/document.py:57
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "អត្ថបទ​ខ្លីៗ"
+
+#: ../plugins/snippets/snippets/exporter.py:82
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "ប័ណ្ណសារ \"%s\" មិន​អាច​ត្រូវ​បាន​បង្កើត​ទេ"
+
+#: ../plugins/snippets/snippets/exporter.py:99
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "មិន​ទាន់​មាន​ថត​គោលដៅ \"%s\""
+
+#: ../plugins/snippets/snippets/exporter.py:102
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "ថត​គោលដៅ \"%s\" មិនមែន​ជា​ថត​ត្រឹមត្រូវ​ទេ"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "មិន​ទាន់មាន​ឯកសារ \"%s\" ទេ"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "ឯកសារ \"%s\" មិនមែន​ជា​ឯកសារ​អត្ថបទ​ខ្លីៗ​ត្រឹមត្រូវ​ទេ"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "ឯកសារ​ដែល​បាននាំចូល \"%s\" មិនមែន​ជា​ឯកសារ​អត្ថបទ​ខ្លីៗ​ត្រឹមត្រូវ​ទេ"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "ប័ណ្ណសារ \"%s\" មិន​អាច​ត្រូវ​បាន​ស្រង់ចេញ​ទេ"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "ឯកសារ​ដូច​ខាង​ក្រោម​មិនអាច​ត្រូវ​បាននាំចូល​ទេ ៖ %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "ឯកសារ \"%s\" មិនមែន​ជា​​ប័ណ្ណសារ​អត្ថបទ​ខ្លីៗ​ត្រឹមត្រូវ​ទេ"
+
+#: ../plugins/snippets/snippets/manager.py:43
+msgid "Snippets archive"
+msgstr "ប័ណ្ណសារ​អត្ថបទ​ខ្លីៗ"
+
+#: ../plugins/snippets/snippets/manager.py:63
+msgid "Add a new snippet..."
+msgstr "បន្ថែម​អត្ថបទ​ខ្លីៗ​ថ្មី..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "សកល"
+
+#: ../plugins/snippets/snippets/manager.py:400
+msgid "Revert selected snippet"
+msgstr "ត្រឡប់​អត្ថបទ​ខ្លីៗ​ដែលបាន​ជ្រើស"
+
+#: ../plugins/snippets/snippets/manager.py:403
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Delete selected snippet"
+msgstr "លុប​អត្ថបទ​ខ្លីៗ​ដែល​បានជ្រើស"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:663
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"នេះ​មិនមែន​ជា​គន្លឹះ​ថេប​ត្រឹមត្រូវ​ទេ ។ គន្លឹះ​អាច​មាន​តួអក្សរ​ជា​លេខ​​ (or _, : and .) ឬ​មាន​តួអក្សរ​តែ​"
+"មួយ (មិនមែនជា​លេខ) ដូច​ជា៖ {, [, ។ល។"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:670
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "ពាក្យ​តែ​មួយ​ដែល​អត្ថបទខ្លីៗ​ត្រូវ​បាន​ធ្វើ​ឲ្យ​សកម្ម​បន្ទាប់​ពី​ចុច​ ថេប"
+
+#: ../plugins/snippets/snippets/manager.py:759
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "កំហុស​ដូច​ខាង​ក្រោម​បានកើត​ឡើង​ខណៈ​ដែល​នាំចូល ៖ %s"
+
+#: ../plugins/snippets/snippets/manager.py:766
+msgid "Import successfully completed"
+msgstr "បាន​បញ្ចប់​កា​រនាំចូល​ដោយ​ស្វ័យ​ប្រវត្តិ"
+
+#: ../plugins/snippets/snippets/manager.py:780
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import snippets"
+msgstr "នាំចូល​អត្ថបទ​ខ្លីៗ"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "All supported archives"
+msgstr "ប័ណ្ណ​សារ​ដែល​បានគាំទ្រ​ទាំងអស់"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Gzip compressed archive"
+msgstr "ប័ណ្ណសារ​ដែលបាន​បង្ហាប់​ជា Gzip"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/manager.py:873
+#: ../plugins/snippets/snippets/manager.py:936
+msgid "Bzip2 compressed archive"
+msgstr "ប័ណ្ណសារ​ដែល​បាន​បង្ហាប់​ជា Bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:788
+msgid "Single snippets file"
+msgstr "ឯកសារ​អត្ថបទ​ខ្លីៗ​តែ​មួយ"
+
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:875
+#: ../plugins/snippets/snippets/manager.py:938
+msgid "All files"
+msgstr "ឯកសារ​ទាំងអស់"
+
+#: ../plugins/snippets/snippets/manager.py:801
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "កំហុស​ដូច​ខាង​ក្រោម​បានកើត​ឡើង​ខណៈ​ដែល​នាំចេញ ៖ %s"
+
+#: ../plugins/snippets/snippets/manager.py:805
+msgid "Export successfully completed"
+msgstr "បាន​បញ្ចប់​ការ​នាំចេញ​ដោយ​ជោគជ័យ"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:845
+#: ../plugins/snippets/snippets/manager.py:912
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "តើ​អ្នក​ចង់​រួម​បញ្ចូលអត្ថបទ​ខ្លីៗ​របស់​ <b>ប្រព័ន្ធ</b> ក្នុង​ការ​នាំចេញ​របស់​អ្នក​ដែរឬទេ ?"
+
+#: ../plugins/snippets/snippets/manager.py:860
+#: ../plugins/snippets/snippets/manager.py:930
+msgid "There are no snippets selected to be exported"
+msgstr "មិនមាន​អត្ថបទ​ខ្លីៗ​បាន​ជ្រើស​ត្រូវ​នាំចេញ​ទេ"
+
+#: ../plugins/snippets/snippets/manager.py:865
+#: ../plugins/snippets/snippets/manager.py:903
+msgid "Export snippets"
+msgstr "នាំចេញ​អត្ថបទ​ខ្លីៗ"
+
+#: ../plugins/snippets/snippets/manager.py:1044
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "វាយ​ផ្លូវកាត់​ថ្មី ឬ​ចុច​លុប​ថយក្រោយ (Backspace) ដើម្បី​សម្អាត"
+
+#: ../plugins/snippets/snippets/manager.py:1046
+msgid "Type a new shortcut"
+msgstr "វាយ​ផ្លូវ​កាត់​ថ្មី"
+
+#: ../plugins/snippets/snippets/placeholder.py:602
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "ការ​អនុវត្ត​ពាក្យ​បញ្ជា Python (%s) លើស​ចំនួន​អតិបរមា ការ​អនុវត្ត​​បាន​បោះបង់ ។"
+
+#: ../plugins/snippets/snippets/placeholder.py:610
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "អនុវត្ត​ពាក្យ​បញ្ជា Python (%s) បាន​បដិសេធ ៖ %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "បញ្ចូល​ផ្នែក​អត្ថបទ​ដែលបាន​ប្រើញឹកញាប់​ក្នុង​វិធីដែល​រហ័ស"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "គ្រប់គ្រង​អត្ថបទ​ខ្លីៗ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "_Snippets:"
+msgstr "អត្ថបទ​ខ្លីៗ​ ៖"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "បង្កើត​អត្ថបទ​ខ្លីៗ​ថ្មី"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Add Snippet"
+msgstr "បន្ថែម​​ផ្នែក​តូចៗ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Remove Snippet"
+msgstr "យក​ផ្នែក​តូច​ៗ​ចេញ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Import Snippets"
+msgstr "នាំចូល​អត្ថបទ ខ្លីៗ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export selected snippets"
+msgstr "នាំចេញ​អត្ថបទ​ខ្លីៗ​ដែលបាន​ជ្រើស"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Export Snippets"
+msgstr "នាំចេញ​អត្ថបទ​ខ្លីៗ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "Activation"
+msgstr "ការ​ធ្វើ​ឲ្យ​សកម្ម"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "_Tab trigger:"
+msgstr "គន្លឹះ​ថេប ៖"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "S_hortcut key:"
+msgstr "គ្រាប់ចុច​ផ្លូវកាត់ ៖"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:18
+msgid "Shortcut key with which the snippet is activated"
+msgstr "គ្រាប់​ចុច​ផ្លូវ​កាត់​ដែល​មាន​អត្ថបទ​ខ្លីៗ​ត្រូវ​បាន​ធ្វើ​ឲ្យ​សកម្ម"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:19
+msgid "_Drop targets:"
+msgstr "ទម្លាក់​គោលដៅ ៖"
+
+#: ../plugins/snippets/snippets/windowactivatable.py:154
+msgid "Manage _Snippets..."
+msgstr "គ្រប់គ្រង​អត្ថបទ​ខ្លីៗ..."
+
+#: ../plugins/snippets/snippets/windowactivatable.py:155
+msgid "Manage snippets"
+msgstr "គ្រប់គ្រង​អត្ថបទ​ខ្លីៗ"
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr "តម្រៀប..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr "តម្រៀប​ឯកសារ​បច្ចុប្បន្ន ឬ​ជម្រើស"
+
+#. ex:ts=8:noet:
+#: ../plugins/sort/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "តម្រៀប"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:2
+msgid "_Sort"
+msgstr "តម្រៀប"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:3
+msgid "_Reverse order"
+msgstr "លំដាប់​បញ្ច្រាស"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:4
+msgid "R_emove duplicates"
+msgstr "យក​ពាក្យ​ស្ទួន​ចេញ"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:5
+msgid "_Ignore case"
+msgstr "មិន​អើពើ​ករណី​ដូច​គ្នា"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:6
+msgid "S_tart at column:"
+msgstr "ចាប់ផ្ដើម​នៅ​ជួរឈរ ៖"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:7
+msgid "You cannot undo a sort operation"
+msgstr "អ្នកមិន​អាច​មិន​ធ្វើ​ប្រតិបត្តិការ​តម្រៀប​វិញ​បាន​ទេ"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "តម្រៀប​ឯកសារ​ ឬ​អត្ថបទ​ដែលបាន​ជ្រើស ។"
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:444
+msgid "(no suggested words)"
+msgstr "(គ្មាន​ពាក្យ​ដែល​បាន​ស្នើ)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "ផ្សេងៗ​ទៀត..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "មិន​អើពើ​ទាំងអស់"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "បន្ថែម"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "កំពុង​ពិនិត្យ​ការ​ស្នើ..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:264
+msgid "Check Spelling"
+msgstr "ពិនិត្យ​អក្ខរាវិរុទ្ធ"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:275
+msgid "Suggestions"
+msgstr "សំណើ"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:551
+msgid "(correct spelling)"
+msgstr "(ការ​ប្រកប​ត្រឹមត្រូវ)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:692
+msgid "Completed spell checking"
+msgstr "បាន​បញ្ចប់​ការ​ពិនិត្យ​អក្ខរាវិរុទ្ធ"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:378
+#: ../plugins/spell/gedit-spell-checker-language.c:384
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:393
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "មិន​ស្គាល់ (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:499
+msgctxt "language"
+msgid "Default"
+msgstr "លំនាំដើម"
+
+#. ex:ts=8:noet:
+#: ../plugins/spell/gedit-spell-language-dialog.c:140
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Set language"
+msgstr "កំណត់​ភាសា"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:182
+msgid "Languages"
+msgstr "ភាសា"
+
+#: ../plugins/spell/gedit-spell-plugin.c:107
+msgid "_Check Spelling..."
+msgstr "ពិនិត្យ​អក្ខរាវិរុទ្ធ..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:109
+msgid "Check the current document for incorrect spelling"
+msgstr "ពិនិត្យ​ឯកសារ​បច្ចុប្បន្ន​សម្រាប់​ការ​ប្រកប​មិន​ត្រឹមត្រូវ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:115
+msgid "Set _Language..."
+msgstr "កំណត់​ភាសា..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:117
+msgid "Set the language of the current document"
+msgstr "កំណត់​ភាសា​របស់​ឯកសារ​បច្ចុប្បន្ន"
+
+#: ../plugins/spell/gedit-spell-plugin.c:126
+msgid "_Highlight Misspelled Words"
+msgstr "រំលេច​ពាក្យ​ដែល​ខុស"
+
+#: ../plugins/spell/gedit-spell-plugin.c:128
+msgid "Automatically spell-check the current document"
+msgstr "ពិនិត្យ​អក្ខរាវិរុទ្ធ​ឯកសារ​បច្ចុប្បន្ន​ដោយ​ស្វ័យ​ប្រវត្តិ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:810
+msgid "The document is empty."
+msgstr "ឯកសារ​ទទេ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:835
+msgid "No misspelled words"
+msgstr "គ្មាន​ពាក្យ​ដែល​ខុស​ទេ"
+
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Select the _language of the current document."
+msgstr "ជ្រើស​ភាសា​របស់​ឯកសារ​បច្ចុប្បន្ន ។"
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "ពិនិត្យ​អក្ខរាវិរុទ្ធ"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "ពាក្យ​ដែល​ខុស ៖"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "word"
+msgstr "ពាក្យ"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "ផ្លាស់ប្ដូ​រទៅ ៖"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "ពិនិត្យ​ពាក្យ"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "ស្នើ ៖"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "មិន​អើពើ"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "ផ្លាស់ប្ដូរ"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "មិន​អើពើ​ទាំងអស់"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "ផ្លាស់ប្ដូរ​ទាំងអស់"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "វចនានុក្រម​អ្នក​ប្រើ ៖"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "បន្ថែម​ពាក្យ"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "Language:"
+msgstr "ភាសា ៖"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "Language"
+msgstr "ភាសា"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "កម្មវិធី​ពិនិត្យអក្ខរាវិរុទ្ធ"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "ពិនិត្យ​មើល​ការ​ប្រកប​ឯកសារ​បច្ចុប្បន្ន ។"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "បញ្ចូល​កាលបរិច្ឆេទ និង​ពេលវេលា"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "Use the _selected format"
+msgstr "ប្រើទ្រង់ទ្រាយ​ដែល​បាន​ជ្រើស"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "_Use custom format"
+msgstr "ប្រើ​ទ្រង់ទ្រាយ​ផ្ទាល់ខ្លួន"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "បញ្ចូល"
+
+#: ../plugins/time/gedit-time-plugin.c:188
+msgid "In_sert Date and Time..."
+msgstr "បញ្ចូល​កាលបរិច្ឆេទ និង​ពេលវេលា..."
+
+#: ../plugins/time/gedit-time-plugin.c:190
+msgid "Insert current date and time at the cursor position"
+msgstr "បញ្ចូលកាលបរិច្ឆេទ និង​ពេលវេលា​នៅ​ទីតាំង​ទស្សន៍​ទ្រនិច"
+
+#: ../plugins/time/gedit-time-plugin.c:537
+msgid "Available formats"
+msgstr "ទ្រង់ទ្រាយ​អាច​ប្រើ​បាន"
+
+#. ex:ts=8:noet:
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "កំណត់​រចនាសម្ព័ន្ធ​កម្មវិធី​ជំនួយ​កាលបរិច្ឆេទ/ពេលវេលា"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+msgid "When inserting date/time..."
+msgstr "នៅ​ពេល​បញ្ចូល​កាលបរិច្ឆេទ/ពេលវេលា..."
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "_Prompt for a format"
+msgstr "ប្រអប់​បញ្ចូល​សម្រាប់​ទ្រង់ទ្រាយ"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "ប្រភេទ​ប្រអប់​បញ្ចូល"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr "ប្រសិនបើ​អ្នក​ប្រើ​​​សួរ​រក​ទ្រង់ទ្រាយ ឬ​ប្រសិនបើ​បាន​ជ្រើស ឬ​ទ្រង់ទ្រាយ​ផ្ទាល់​ខ្លួន​គួរ​ត្រូវ​បាន​ប្រើ ។"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "ទ្រង់ទ្រាយ​ដែល​បាន​ជ្រើស"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "ទ្រង់ទ្រាយ​ដែល​បាន​ជ្រើស​ បាន​ប្រើនៅ​ពេល​បញ្ចូល​កាលបរិច្ឆេទ/ពេលវេលា ។"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "ទ្រង់ទ្រាយ​ផ្ទាល់ខ្លួន"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "ទ្រង់ទ្រាយ​ផ្ទាល់​ខ្លួន​បាន​ប្រើ​នៅ​ពេល​បញ្ចូល​កាលបរិច្ឆេទ/ពេលវេលា ។"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "បញ្ចូល​កាលបរិច្ឆេទ/ពេលវេលា"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "បញ្ចូល​កាលបរិច្ឆេទ និង​ពេលវេលា​នៅ​ទីតាំង​ទស្សន៍ទ្រនិច"
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:1
+msgid "Zeitgeist dataprovider"
+msgstr "Zeitgeist dataprovider"
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:2
+msgid "Logs access and leave event for documents used with gedit"
+msgstr "ចុះ​កំណត់​ហេតុ​ការ​ចូល​ និង​​ព្រឹត្តិការណ៍​ចាកចេញ​សម្រាប់​ឯកសារ​ដែល​បាន​ប្រើ​ជា​មួយ gedit"
+
+#~ msgid "Plaintext;Write;"
+#~ msgstr "Plaintext;Write;"
diff --git a/po/kn.po b/po/kn.po
new file mode 100644
index 0000000..036c610
--- /dev/null
+++ b/po/kn.po
@@ -0,0 +1,3989 @@
+# translation of gedit.master.kn.po to Kannada
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Shankar Prasad <svenkate@redhat.com>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master.kn\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-09-12 05:10+0000\n"
+"PO-Revision-Date: 2014-09-12 15:26+0530\n"
+"Last-Translator: Shankar Prasad <svenkate AT redhat Dot com>\n"
+"Language-Team: American English <kde-i18n-doc@kde.org>\n"
+"Language: kn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit ಎನ್ನುವುದು GNOME ಗಣಕತೆರೆ ಪರಿಸರದ ಅಧೀಕೃತ ಪಠ್ಯ ಸಂಪಾದಕವಾಗಿದೆ. ಸರಳತೆ ಮತ್ತು "
+"ಸುಲಭ "
+"ಬಳಕೆಯನ್ನು ಗುರಿಯಾಗಿರಿಸಿಕೊಂಡಿದ್ದರೂ ಸಹ, gedit ಒಂದು ಸಶಕ್ತವಾದ ಸಾಮಾನ್ಯ ಬಳಕೆಯ "
+"ಉದ್ಧೇಶವನ್ನು "
+"ಹೊಂದಿರುವ ಪಠ್ಯ ಸಂಪಾದಕವಾಗಿದೆ."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"ನೀವು ಅದ್ಭುತವಾದ ಪುಸ್ತಕವನ್ನು ಬರೆಯುತ್ತಿರಲಿ, ಒಂದು ವಿನೂತನ ಅನ್ವಯವನ್ನು ಪ್ರೊಗ್ರಾಮ್‌ "
+"ಮಾಡುತ್ತಿದ್ದರೆ, ಅಥವ ಒಂದಿಷ್ಟು ಟಿಪ್ಪಣಿಗಳನ್ನು ಬರೆದುಕೊಳ್ಳುತ್ತಿದ್ದರೆ, ನಿಮ್ಮ ಈ ಎಲ್ಲಾ "
+"ಕೆಲಸಗಳನ್ನು ಸಾಧಿಸಲು gedit ನೆರವಾಗಬಲ್ಲದು."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"ಇದರ ಸುಲಭವಾಗಿ ಹೊಂದಿಕೆಯಾಗುವ ವ್ಯವಸ್ಥೆಯು ನಿಮ್ಮ ಅಗತ್ಯಕ್ಕೆ ತಕ್ಕಂತೆ ಅನ್ವಯವನ್ನು "
+"ಹೊಂದಿಕೆ "
+"ಮಾಡಲು ಮತ್ತು ನಿಮ್ಮ ಕೆಲಸದ ಹರಿವಿಗೆ ತಕ್ಕಂತೆ ಬದಲಾಯಿಸಲು ಅವಕಾಶ ನೀಡುತ್ತದೆ."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:774
+msgid "Text Editor"
+msgstr "ಪಠ್ಯ ಸಂಪಾದಕ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "ಪಠ್ಯ ಕಡತಗಳನ್ನು ಸಂಪಾದಿಸು"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit ಪಠ್ಯ ಸಂಪಾದಕ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "ಪಠ್ಯ; ಸಂಪಾದಕ;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "ಹೊಸ ಕಿಟಕಿಯಲ್ಲಿ ತೆರೆ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "ಹೊಸ ದಸ್ತಾವೇಜನ್ನು ತೆರೆ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾದ ಅಕ್ಷರಶೈಲಿ ಬಳಸು"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"gedit‍ಗೆ ನಿಶ್ಚಿತವಾದ ಅಕ್ಷರಶೈಲಿಯನ್ನು ಬಳಸುವಬದಲು ಗಣಕ ನಿಶ್ಚಿತ ಅಗಲವನ್ನು ಹೊಂದಿರುವ "
+"ಪೂರ್ವನಿಯೋಜಿತ ಅಕ್ಷರಶೈಲಿಯನ್ನು ಬಳಸಬೇಕೆ. ಈ ಆಯ್ಕೆಯನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿದಲ್ಲಿ, ಗಣಕ "
+"ಅಕ್ಷರಶೈಲಿಯ ಬದಲಿಗೆ \"ಸಂಪಾದಕ ಅಕ್ಷರಶೈಲಿ\" ಎಂಬ ಹೆಸರಿನ ಅಕ್ಷರಶೈಲಿಯು ಬಳಸಲ್ಪಡುತ್ತದೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "ಸಂಪಾದಕ ಅಕ್ಷರಶೈಲಿ"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "ಶೈಲಿಯ ಬಗೆ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ಪಠ್ಯಕ್ಕೆ ಬಣ್ಣ ಹಚ್ಚಲು ಬಳಸಬಹುದಾದ GtkSourceView ಶೈಲಿ ಸ್ಕೀಮ್‌ನ ಒಂದು ಐಡಿ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "ಬ್ಯಾಕ್ಅಪ್ ಪ್ರತಿಗಳನ್ನು ನಿರ್ಮಿಸು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "gedit ತಾನು ಉಳಿಸುವ ಕಡತಗಳಿಗಾಗಿ ಬ್ಯಾಕ್‌ಅಪ್ ಪ್ರತಿಗಳನ್ನು ರಚಿಸಿಕೊಳ್ಳಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "ಸ್ವಯಂ ಉಳಿಕೆ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"ಮಾರ್ಪಡಿಸಲಾದ ಕಡತಗಳನ್ನು ನಿಗದಿತ ಕಾಲಾವಧಿಯ ನಂತರ gedit ತಾನೆ ತಾನಾಗಿ ಉಳಿಸಬೇಕೆ. "
+"\"ಸ್ವಯಂ "
+"ಉಳಿಸುವ ಕಾಲಾವಧಿ\"ಯಲ್ಲಿ ಸಮಯವನ್ನು ನೀವು ಹೊಂದಿಸಬಹುದಾಗಿದೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "ಸ್ವಯಂ ಉಳಿಕೆ ಅಂತರ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"ಮಾರ್ಪಡಿಸಲಾದ ಕಡತಗಳನ್ನು gedit ಇಷ್ಟು ನಿಮಿಷಗಳ ನಂತರ ತಾನೆ ತಾನಾಗಿ ಉಳಿಸುತ್ತದೆ. "
+"\"ಸ್ವಯಂ "
+"ಉಳಿಸು\" ಆಯ್ಕೆಯನ್ನು ಆನ್ ಮಾಡಲಾಗಿದ್ದರೆ ಮಾತ್ರ ಇದು ಪರಿಣಾಮಕಾರಿಯಾಗುತ್ತದೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "ಗರಿಷ್ಟ ಸಂಖ್ಯೆಯ 'ಹಿಂದಿನಂತೆ ಮಾಡು' ಕ್ರಿಯೆಗಳು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"gedit‍ಗೆ ಸಾಧ್ಯವಿರುವ ಹಿಂದಿನಂತೆ ಮಾಡು ಅಥವ ಪುನಃ ಮಾಡು ಕಾರ್ಯಗಳ ಗರಿಷ್ಟ ಸಂಖ್ಯೆ. "
+"ಅಪರಿಮಿತ "
+"ಸಂಖ್ಯೆಯ ಕಾರ್ಯಗಳಿಗಾಗಿ \"-1\" ಅನ್ನು ಬಳಸಿ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "ಸಾಲನ್ನು ಆವರಿಸುವ (ರ‌್ಯಾಪಿಂಗ್) ಕ್ರಮ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"ಉದ್ದದ ಸಾಲುಗಳನ್ನು ಸಂಪಾದಕೀಯ ಕ್ಷೇತ್ರದಲ್ಲಿ ಹೇಗೆ ಆವರಿಕೆ ಮಾಡುವುದು ಎಂದು ಸೂಚಿಸುತ್ತದೆ. "
+"ಯಾವುದೆ ಆವರಿಕೆ ಮಾಡದಿರಲು \"none\" ಅನ್ನು, ಪದಗಳ ಮೇರೆಗಳಲ್ಲಿ ಆವರಿಕೆ ಮಾಡಲು \"word\" "
+"ಅನ್ನು, ಹಾಗು ಪ್ರತ್ಯೇಕ ಅಕ್ಷರಗಳ ಮೇರೆಗಳಲ್ಲಿ ಆವರಿಕೆ ಮಾಡಲು \"char\" ಅನ್ನು "
+"ಬಳಸಬಹುದಾಗಿದೆ. "
+"ಈ ಮೌಲ್ಯಗಳು ಕೇಸ್ ಸಂವೇದಿಯಾಗಿದ್ದು, ಇಲ್ಲಿ ತೋರಿಸಿದಂತೆಯೆ ನಮೂದಿತಗೊಳ್ಳುವಂತೆ "
+"ಎಚ್ಚರಿಕೆವಹಿಸಿ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "ಸಾಲಿನ ಆವರಿಕೆ ಕ್ರಮಕ್ಕಾಗಿ ಕೊನೆಯ ವಿಭಜಿತ ಕ್ರಮದ ಆಯ್ಕೆ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"ಆವರಿಸುವ ಕ್ರಮವು ನಿಷ್ಕ್ರಿಯವಾಗಿದ್ದರೂ ಸಹ ನಮಗೆ ವಿಭಜನಾ ಕ್ರಮದ ಆಯ್ಕೆಯು ನೆನಪಿರುವಂತೆ, "
+"ಸಾಲಿನ "
+"ಆವರಿಕೆ ಕ್ರಮದೊಂದಿಗೆ ಬಳಸಲಾದ ಕೊನೆಯ ವಿಭಜನೆ ಕ್ರಮವನ್ನು ಸೂಚಿಸುತ್ತದೆ. ಪದಗಳ ಅಂಚುಗಳಲ್ಲಿ "
+"ಆವರಿಸುವಿಕೆಗಾಗಿ \"word\" ಅನ್ನು, ಮತ್ತು ಪ್ರತ್ಯೇಕ ಅಕ್ಷರ ಅಂಚುಗಳಿಗಾಗಿ \"char\" "
+"ಅನ್ನು "
+"ಬಳಸಿ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "ಟ್ಯಾಬ್ ಗಾತ್ರ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"ಟ್ಯಾಬ್ ಅಕ್ಷರಗಳ ಬದಲು ತೋರಿಸಬೇಕಾದ ಗರಿಷ್ಟ ಸಂಖ್ಯೆಯ ಖಾಲಿಜಾಗಗಳನ್ನು ಸೂಚಿಸುತ್ತದೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "ಖಾಲಿ ಜಾಗಗಳನ್ನು ಸೇರಿಸು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "gedit ಟ್ಯಾಬುಗಳ ಬದಲಿಗೆ ಖಾಲಿಜಾಗಗಳನ್ನು ಸೇರಿಸಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "ಸ್ವಯಂ ಇಂಡೆಂಟ್"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "gedit ಸ್ವಯಂಚಾಲಿತ ಇಂಡೆಂಟೇಶನನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "ಸಾಲಿನ ಸಂಖ್ಯೆಗಳನ್ನು ತೋರಿಸು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "ಸಂಪಾದಿಸುವ ಜಾಗದಲ್ಲಿ ಸಾಲಿನ ಸಂಖ್ಯೆಗಳನ್ನ್ನು gedit ತೋರಿಸಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "ಪ್ರಸ್ತುತ ಸಾಲನ್ನು ಹೈಲೈಟ್ ಮಾಡು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "gedit ಪ್ರಸ್ತುತ ಸಾಲನ್ನು ಹೈಲೈಟ್ ಮಾಡಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "ಹೊಂದುವ ಆವರಣ ಚಿಹ್ನೆಗಳನ್ನು ಹೈಲೈಟ್ ಮಾಡು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "gedit ತಾಳೆಯಾಗುವ ಆವರಣ ಚಿಹ್ನೆಯನ್ನು ಹೈಲೈಟ್ ಮಾಡಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "ಬಲ ಅಂಚನ್ನು ತೋರಿಸು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "ಸಂಪಾದಿಸುವ ಜಾಗದಲ್ಲಿ ಬಲ ಅಂಚನ್ನು gedit ತೋರಿಸಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "ಬಲಭಾಗದ ಅಂಚಿನ ಸ್ಥಳ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "ಬಲಭಾಗದ ಅಂಚಿನ ಸ್ಥಳವನ್ನು ಸೂಚಿಸುತ್ತದೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "ಸ್ಮಾರ್ಟ್ ಹೋಮ್ ತುದಿ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 ""
+"HOME ಹಾಗು END ಕೀಲಿಗಳನ್ನು ಒತ್ತಿದಾಗ ತೆರೆಸೂಚಕವು ಹೇಗೆ ಚಲಿಸಬೇಕು ಎಂದು ಸೂಚಿಸುತ್ತದೆ. "
+"ಪ್ರತಿಬಾರಿಯೂ ಸಾಲಿನ ಆರಂಭಕ್ಕೆ/ತುದಿಗೆ ತೆರಳಲು \"ನಿಷ್ಕ್ರಿಯಗೊಂಡ\" ಅನ್ನು, ಪ್ರಥಮ ಬಾರಿ "
+"ಕೀಲಿಗಳನ್ನು ಒತ್ತಿದಾಗ ಸಾಲಿನ ಆರಂಭಕ್ಕೆ/ತುದಿಗೆ ತೆರಳಲು \"ನಂತರ\" ಅನ್ನು ಹಾಗು ಎರಡನೆ "
+"ಬಾರಿ "
+"ಒತ್ತಿದಾಗ ಖಾಲಿಜಾಗಗಳನ್ನು ಉಪೇಕ್ಷಿಸಿ ಸಾಲಿನ ಆರಂಭಕ್ಕೆ/ತುದಿಗೆ ತೆರಳಲು, ಸಾಲಿನ ಆರಂಭಕ್ಕೆ/"
+"ತುದಿಗೆ ತಲುಪುವ ಮೊದಲು ಪಠ್ಯದ ಆರಂಭಕ್ಕೆ/ತುದಿಗೆ ತೆರಳಲು \"ಮೊದಲು\" ಅನ್ನು ಹಾಗೂ "
+"ಪ್ರತಿಬಾರಿಯೂ ಸಾಲಿನ ಆರಂಭಕ್ಕೆ/ತುದಿಗೆ ತಲುಪುವ ಬದಲು ಪಠ್ಯದ ಆರಂಭಕ್ಕೆ/ತುದಿಗೆ ತೆರಳಲು "
+"\"ಪ್ರತಿಬಾರಿ\" ಅನ್ನು ಬಳಸಿ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "ತೆರೆಸೂಚಕವನ್ನು ಹಿಂದಿನ ಸ್ಥಳಕ್ಕೆ ಮರಳಿಸು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"ಒಂದು ಕಡತವನ್ನು ಲೋಡ್‌ ಮಾಡಿದಾಗ ತೆರೆಸೂಚಕವನ್ನು ಅದರ ಮುಂಚಿನ ಸ್ಥಳಕ್ಕೆ ಮರಳಿಸಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "ವಾಕ್ಯ ಹೈಲೈಟಿಂಗನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit ವಾಕ್ಯ ಹೈಲೈಟಿಂಗ್‍ನ್ನು ಇಂಡೆಂಟೇಶನನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "ಹುಡುಕು ಹೈಲೈಟಿಂಗನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "gedit ಹುಡುಕಲಾದ ಪಠ್ಯಗಳನ್ನು ಎಲ್ಲಾ ಜಾಗದಲ್ಲೂ ಹೈಲೈಟ್ ಮಾಡಲು ಬಯಸುತ್ತೀರೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "ತಗಲಿಕೊಂಡಿರುವ ಹೊಸಸಾಲು ಇದೆಯೆಂದು ಖಚಿತಪಡಿಸಿ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"ದಸ್ತಾವೇಜುಗಳು ಯಾವಾಗಲೂ ಸಹ ತಗಲಿಕೊಂಡಿರುವ ಹೊಸಸಾಲಿನೊಂದಿಗೆ ಕೊನೆಗೊಳ್ಳುತ್ತದೆ ಎಂದು "
+"gedit "
+"ಖಚಿತಪಡಿಸಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "ಉಪಕರಣ ಪಟ್ಟಿ ಗೋಚರಿಸುತ್ತಿದೆ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "ಸಂಪಾದಿಸುವ ಕಿಟಕಿದ ಉಪಕರಣ ಪಟ್ಟಿಯು ಕಾಣಿಸುತ್ತಿರಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "ನೋಟ್‌ಬುಕ್ ಟ್ಯಾಬ್‌ಗಳನ್ನು ತೋರಿಸುವ ಸ್ಥಿತಿ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"ನೋಟ್‌ಬುಕ್ ಟ್ಯಾಬ್‌ಗಳನ್ನು ಯಾವಾಗ ತೋರಿಸಬೇಕು ಎನ್ನುವುದನ್ನು ಸೂಚಿಸುತ್ತದೆ. "
+"ಟ್ಯಾಬ್‌ಗಳನ್ನು ಎಂದಿಗೂ ಸಹ "
+"ತೋರಿಸದಿರಲು \"never\" ಅನ್ನು, ಟ್ಯಾಬ್‌ಗಳನ್ನು ಯಾವಾಗಲೂ ತೋರಿಸಲು \"always\" ಅನ್ನು, "
+"ಹಾಗು "
+"ಒಂದು ಟ್ಯಾಬ್‌ಗಿಂತ ಹೆಚ್ಚಿನವುಗಳು ಇದ್ದಲ್ಲಿ ಕೇವಲ ಟ್ಯಾಬ್‌ಗಳನ್ನು ಮಾತ್ರ ತೋರಿಸಲು "
+"\"auto\" ಅನ್ನು "
+"ಬಳಸಿ. ಈ ಮೌಲ್ಯಗಳು ಕೇಸ್ ಸಂವೇದಿಯಾಗಿದ್ದು, ಇಲ್ಲಿ ತೋರಿಸಿದಂತೆಯೆ ನಮೂದಿತಗೊಳ್ಳುವಂತೆ "
+"ಎಚ್ಚರಿಕೆವಹಿಸಿ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "ಸ್ಥಿತಿ ಪಟ್ಟಿಕೆಯು ಗೋಚರಿಸುತ್ತಿದೆ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "ಸಂಪಾದಿಸುವ ಕಿಟಕಿದ ಕೆಳಭಾಗದಲ್ಲಿನ ಕೆಳಫಲಕವು ಕಾಣಿಸುತ್ತಿರಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "ಬಲ ಫಲಕವು ಗೋಚರಿಸುತ್ತಿದೆ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "ಸಂಪಾದಿಸುವ ಕಿಟಕಿಗಳ ಎಡಭಾಗದಲ್ಲಿನ ಬದಿ ಫಲಕವು ಕಾಣಿಸುತ್ತಿರಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "ಗರಿಷ್ಟ ಇತ್ತೀಚಿನ ಕಡತಗಳು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"ಉಪಪರಿವಿಡಿಯಲ್ಲಿನ \"ಇತ್ತೀಚಿನ ಕಡತಗಳು\"ನಲ್ಲಿ ತೋರಿಸಲಾಗುವ ಗರಿಷ್ಟ ಸಂಖ್ಯೆಯ ಇತ್ತೀಚಿನ "
+"ಕಡತಗಳನ್ನು ಸೂಚಿಸುತ್ತದೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "ವಾಕ್ಯ ಹೈಲೈಟಿಂಗನ್ನು ಮುದ್ರಿಸು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "ದಸ್ತಾವೇಜುಗಳನ್ನು ಮುದ್ರಿಸುವಾಗ ಸಿಂಟಾಕ್ಸಿನ ಹೈಲೈಟಿಂಗ್ ಮುದ್ರಿಸಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "ಮುದ್ರಣ ತಲೆಬರಹ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "ದಸ್ತಾವೇಜುಗಳನ್ನು ಮುದ್ರಿಸುವಾಗ gedit ದಸ್ತಾವೇಜು ಹೆಡರುಗಳನ್ನು ಹೊಂದಿರಬೇಕೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "ಸಾಲು ಆವರಿಕೆ (ರ‌್ಯಾಪಿಂಗ್) ಕ್ರಮ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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 ""
+"ಉದ್ದದ ಸಾಲುಗಳನ್ನು ಮುದ್ರಣಕ್ಕಾಗಿ ಆವರಿಕೆ ಮಾಡುವುದು ಹೇಗೆ ಎಂದು ಸೂಚಿಸುತ್ತದೆ. ಯಾವುದೆ "
+"ಆವರಿಕೆ ಮಾಡದಿರಲು \"none\" ಅನ್ನು, ಪದಗಳ ಮೇರೆಗಳಲ್ಲಿ ಆವರಿಕೆ ಮಾಡಲು \"word\" ಅನ್ನು, "
+"ಹಾಗು ಪ್ರತ್ಯೇಕ ಅಕ್ಷರಗಳ ಮೇರೆಗಳಲ್ಲಿ ಆವರಿಕೆ ಮಾಡಲು \"char\" ಅನ್ನು ಬಳಸಬಹುದಾಗಿದೆ. ಈ "
+"ಮೌಲ್ಯಗಳು ಕೇಸ್ ಸಂವೇದಿಯಾಗಿದ್ದು, ಇಲ್ಲಿ ತೋರಿಸಿದಂತೆಯೆ ನಮೂದಿತಗೊಳ್ಳುವಂತೆ "
+"ಎಚ್ಚರಿಕೆವಹಿಸಿ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "ಸಾಲಿನ ಸಂಖ್ಯೆಗಳನ್ನು ಮುದ್ರಿಸು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"ಈ ಮೌಲ್ಯವು ಸೊನ್ನೆಯಾದಲ್ಲಿ, ದಸ್ತಾವೇಜನ್ನು ಮುದ್ರಿಸುವಾಗ ಯಾವುದೆ ಸಾಲಿನ ಸಂಖ್ಯೆಯು "
+"ಮುದ್ರಿತಗೊಳ್ಳುವುದಿಲ್ಲ. ಇಲ್ಲದೇ ಇದ್ದರೆ, gedit ಅಂತಹ ಎಲ್ಲಾ ಸಾಲುಗಳು ಸಂಖ್ಯೆಯನ್ನು "
+"ಮುದ್ರಿಸುತ್ತದೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "ಮುದ್ರಣಕ್ಕಾಗಿ ಮುಖ್ಯ ಭಾಗದ ಅಕ್ಷರಶೈಲಿ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"ದಸ್ತಾವೇಜುಗಳನ್ನು ಮುದ್ರಿಸುವಾಗ ದಸ್ತಾವೇಜಿನ ಮುಖ್ಯಭಾಗದಲ್ಲಿ ಬಳಸಬೇಕಿರುವ "
+"ಅಕ್ಷರಶೈಲಿಯನ್ನು "
+"ಸೂಚಿಸುತ್ತದೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "ಮುದ್ರಣಕ್ಕಾಗಿ ತಲೆಬರಹ ಅಕ್ಷರ ಶೈಲಿ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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.gnome.gedit.gschema.xml.in.h:70
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "ಮುದ್ರಣಕ್ಕೆ ಸಾಲಿನ ಸಂಖ್ಯೆಯ ಅಕ್ಷರ ಶೈಲಿ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 ""
+"ಮುದ್ರಿಸುವಾಗ ಸಾಲಿನ ಸಂಖ್ಯೆಗಳಲ್ಲಿ ಬಳಸಬಹುದಾದ ಅಕ್ಷರಶೈಲಿಯನ್ನು ಸೂಚಿಸುತ್ತದೆ. \"ಸಾಲಿನ "
+"ಸಂಖ್ಯೆಗಳನ್ನು ಮುದ್ರಿಸು\" ಆಯ್ಕೆಯು ಸೊನ್ನೆಯಾಗಿಲ್ಲದೆ ಇದ್ದಲ್ಲಿ ಮಾತ್ರ ಇದು ಕೆಲಸ "
+"ಮಾಡುತ್ತದೆ."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Automatically Detected Encodings"
+msgstr "ತಾನಾಗಿಯೆ ಪತ್ತೆ ಹಚ್ಚಲಾದ ಎನ್ಕೋಡಿಂಗ್‍ಗಳು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"ಒಂದು ಕಡತದ ಎನ್ಕೋಡಿಂಗನ್ನು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಪತ್ತೆಹಚ್ಚಲು gedit‍ನಿಂದ ಬಳಸಲಾದ "
+"ಎನ್ಕೋಡಿಂಗ್‍ಗಳ "
+"ಪಟ್ಟಿ. \"ಚಾಲ್ತಿಯ\"ಲ್ಲಿರುವುದು ಪ್ರಸ್ತುತ ಲೊಕ್ಯಾಲ್ ಎನ್ಕೋಡಿಂಗ್‍ಗಳನ್ನು ಸೂಚಿಸುತ್ತದೆ. "
+"ಕೇವಲ ಮಾನ್ಯ "
+"ಎನ್ಕೋಡಿಂಗ್‍ಗಳನ್ನು ಮಾತ್ರ ಬಳಸಲಾಗಿದೆ."
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid "Encodings shown in menu"
+msgstr "ಮೆನುವಿನಲ್ಲಿ ತೋರಿಸಲಾದ ಎನ್‌ಕೋಡಿಂಗ್‌ಗಳು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"ತೆರೆ/ಉಳಿಸು ಆಯ್ಕೆಗಾರನಲ್ಲಿರುವ ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್‌ಕೋಡಿಂಗ್ ಪರಿವಿಡಿಯಲ್ಲಿನ "
+"ಎನ್ಕೋಡಿಂಗ್‍ಗಳ ಪಟ್ಟಿ. "
+"ಕೇವಲ ಮಾನ್ಯವಾದ ಎನ್ಕೋಡಿಂಗ್‍ಗಳನ್ನು ಮಾತ್ರ ಬಳಸಲಾಗುತ್ತದೆ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid "Active plugins"
+msgstr "ಸಕ್ರಿಯ ಪ್ಲಗ್ಇನ್ನುಗಳು"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:93
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"ಸಕ್ರಿಯ ಪ್ಲಗ್‌ಇನ್‌ಗಳ ಪಟ್ಟಿ. ಇದು ಸಕ್ರಿಯ ಪ್ಲಗ್ಇನ್‌ಗಳು ಇರುವ \"ತಾಣ\"ವನ್ನು "
+"ಹೊಂದಿರುತ್ತದೆ. "
+"ಒದಗಿಸಲಾದ ಪ್ಲಗ್ಇನ್‌ನ \"ತಾಣ\"ವನ್ನು ತಿಳಿಯಲು .gedit-plugin ಕಡತವನ್ನು ನೋಡಿ."
+
+#: ../gedit/gedit-app.c:104
+msgid "Show the application's version"
+msgstr "ಅನ್ವಯದ ಆವೃತ್ತಿಯನ್ನು ತೋರಿಸು"
+
+#: ../gedit/gedit-app.c:110
+msgid "Display list of possible values for the encoding option"
+msgstr "ಎನ್ಕೋಡಿಂಗ್ ಆಯ್ಕೆಗಾಗಿ ಸಾಧ್ಯವಿರುವ ಮೌಲ್ಯಗಳ ಪಟ್ಟಿಯನ್ನು ತೋರಿಸು"
+
+#: ../gedit/gedit-app.c:117
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"ಆಜ್ಞಾಸಾಲಿನಲ್ಲಿ ಸೂಚಿಸಲಾದ ಕಡತಗಳನ್ನು ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್ಕೋಡಿಂಗನ್ನು ಬಳಸುವಂತೆ ಸಂಯೋಜಿಸು"
+
+#: ../gedit/gedit-app.c:118
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: ../gedit/gedit-app.c:124
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"ಪ್ರಸ್ತುತ ಇರುವ gedit ಇನ್‍ಸ್ಟೆನ್ಸ್‍ನಲ್ಲಿಯೆ ಒಂದು ಹೊಸ ಮೇಲ್ಮಟ್ಟದ ಕಿಟಕಿವನ್ನು ರಚಿಸು"
+
+#: ../gedit/gedit-app.c:131
+msgid "Create a new document in an existing instance of gedit"
+msgstr "ಪ್ರಸ್ತುತ ಇರುವ gedit ಇನ್‍ಸ್ಟೆನ್ಸ್‍ನಲ್ಲಿಯೆ ಒಂದು ಹೊಸ ದಸ್ತಾವೇಜನ್ನು ರಚಿಸು"
+
+#: ../gedit/gedit-app.c:138
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "ಕಿಟಕಿಯ ಗಾತ್ರ ಮತ್ತು ಸ್ಥಾನವನ್ನು ಹೊಂದಿಸುತ್ತದೆ (WIDTHxHEIGHT+X+Y)"
+
+#: ../gedit/gedit-app.c:139
+msgid "GEOMETRY"
+msgstr "GEOMETRY"
+
+#: ../gedit/gedit-app.c:145
+msgid "Open files and block process until files are closed"
+msgstr "ಕಡತಗಳನ್ನು ತೆರೆ ಹಾಗು ಕಡತಗಳನ್ನು ಮುಚ್ಚುವವರೆಗೆ ಪ್ರಕ್ರಿಯೆಯನ್ನು ನಿರ್ಬಂಧಿಸು"
+
+#: ../gedit/gedit-app.c:152
+msgid "Run gedit in standalone mode"
+msgstr "gedit ಅನ್ನು ಸ್ವತಂತ್ರವಾದ ಸ್ಥಿತಿಯಲ್ಲಿ ಚಲಾಯಿಸು"
+
+#: ../gedit/gedit-app.c:159
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:264
+msgid "There was an error displaying the help."
+msgstr "ಸಹಾಯವನ್ನು ತೋರಿಸುವಾಗ ಒಂದು ದೋಷ ಆಗಿತ್ತು."
+
+#: ../gedit/gedit-app.c:917
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ತಪ್ಪು ಎನ್ಕೋಡಿಂಗ್."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "ಸಂದೇಹ"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:320
+msgid "Close _without Saving"
+msgstr "ಉಳಿಸದೆ ಮುಚ್ಚು (_w)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:321
+#: ../gedit/gedit-commands-file.c:457 ../gedit/gedit-commands-file.c:586
+#: ../gedit/gedit-commands-file.c:663 ../gedit/gedit-commands-file.c:882
+#: ../gedit/gedit-commands-file.c:1332 ../gedit/gedit-io-error-info-bar.c:134
+#: ../gedit/gedit-io-error-info-bar.c:515
+#: ../gedit/gedit-io-error-info-bar.c:1191
+#: ../gedit/gedit-preferences-dialog.c:868
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "ರದ್ದುಗೊಳಿಸು (_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "ಹೀಗೆ ಉಳಿಸು (_S)..."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/gedit-commands-file.c:883 ../gedit/resources/gtk/menus-osx.ui.h:7
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "ಉಳಿಸು (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:365
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ %ld ಸೆಕೆಂಡಿನ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ %ld ಸೆಕೆಂಡುಗಳ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:374
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ ನಿಮಿಷದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:380
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ ನಿಮಿಷ ಹಾಗು %ld ಸೆಕೆಂಡಿನ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ ನಿಮಿಷ ಹಾಗು %ld ಸೆಕೆಂಡುಗಳ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:390
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ %ld ನಿಮಿಷದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ %ld ನಿಮಿಷಗಳ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:405
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ ಗಂಟೆಯ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ ಗಂಟೆ ಹಾಗು %d ನಿಮಿಷದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ ಗಂಟೆ ಹಾಗು %d ನಿಮಿಷಗಳ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ %d ಗಂಟೆಯ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ನೀವು ಉಳಿಸದೆ ಹೋದರೆ, ಕೊನೆಯ %d ಗಂಟೆಗಳ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "\"%s\" ಎಂಬ ದಸ್ತಾವೇಜಿನ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಇಲ್ಲವಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "ಮುಚ್ಚುವ ಮೊದಲು ಬದಲಾವಣೆಗಳನ್ನು “%s” ಎಂಬ ದಸ್ತಾವೇಜಿಗೆ ಉಳಿಸಬೇಕೆ?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:490
+#: ../gedit/gedit-close-confirmation-dialog.c:651
+msgid "Saving has been disabled by the system administrator."
+msgstr "ಉಳಿಸುವುದನ್ನು ಗಣಕ ವ್ಯವಸ್ಥಾಪಕರು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿದ್ದಾರೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:599
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d ದಸ್ತಾವೇಜಿನ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] "%d ದಸ್ತಾವೇಜುಗಳ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:607
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಉಳಿಸದೆ ಇರುವ ಬದಲಾವಣೆಗಳಿವೆ. ಮುಚ್ಚುವ ಮೊದಲು ಬದಲಾವಣೆಗಳನ್ನು "
+"ಉಳಿಸಬೇಕೆ?"
+msgstr[1] ""
+"%d ದಸ್ತಾವೇಜುಗಳಲ್ಲಿ ಉಳಿಸದೆ ಇರುವ ಬದಲಾವಣೆಗಳಿವೆ. ಮುಚ್ಚುವ ಮೊದಲು ಬದಲಾವಣೆಗಳನ್ನು "
+"ಉಳಿಸಬೇಕೆ?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:627
+msgid "Docum_ents with unsaved changes:"
+msgstr "ಉಳಿಸದೆ ಇರುವ ಬದಲಾವಣೆಗಳನ್ನು ಹೊಂದಿರುವ ದಸ್ತಾವೇಜುಗಳು (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:631
+msgid "S_elect the documents you want to save:"
+msgstr "ನೀವು ಉಳಿಸಲು ಬಯಸುವ ದಸ್ತಾವೇಜುಗಳನ್ನು ಆರಿಸಿ (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:655
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+"ನೀವು ಬಳಸಲು ಇಚ್ಚಿಸದೆ ಹೋದರೆ, ನೀವು ಮಾಡಿದ ಎಲ್ಲಾ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-commands-file.c:256
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s'… ಕಡತವನ್ನು ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ"
+
+#: ../gedit/gedit-commands-file.c:265
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d ಕಡತವನ್ನು ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ…"
+msgstr[1] "%d ಕಡತಗಳನ್ನು ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ…"
+
+#. Translators: "Open" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:451
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "ತೆಗೆ"
+
+#: ../gedit/gedit-commands-file.c:458 ../gedit/resources/gtk/menus-osx.ui.h:4
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "ತೆರೆ (_O)"
+
+#: ../gedit/gedit-commands-file.c:577
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "ಕಡತ \"%s\"ವು ಕೇವಲ ಓದಲು ಮಾತ್ರ."
+
+#: ../gedit/gedit-commands-file.c:582
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "ನೀವು ಉಳಿಸಿದವುಗಳಲ್ಲಿ ಒಂದರ ಬದಲು ಇದನ್ನು ಇರಿಸಲು ಬಯಸುತ್ತೀರೆ?"
+
+#: ../gedit/gedit-commands-file.c:587
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "ಬದಲಾಯಿಸು (_R)"
+
+#: ../gedit/gedit-commands-file.c:627
+msgid "Save the file using compression?"
+msgstr "ಸಂಕುಚನವನ್ನು ಬಳಸಿಕೊಂಡು ಕಡತವನ್ನು ಉಳಿಸಬೇಕೆ?"
+
+#: ../gedit/gedit-commands-file.c:631
+msgid "Save the file as plain text?"
+msgstr "ಕಡತವನ್ನು ಸರಳ ಪಠ್ಯವಾಗಿ ಉಳಿಸಬೇಕೆ?"
+
+#: ../gedit/gedit-commands-file.c:644
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"\"%s\" ಎಂಬ ಕಡತವನ್ನು ಈ ಹಿಂದೆ ಸರಳ ಪಠ್ಯವಾಗಿ ಉಳಿಸಲಾಗಿತ್ತು ಹಾಗು ಈಗ ಸಂಕುಚನವನ್ನು "
+"ಬಳಸಿಕೊಂಡು ಇದನ್ನು ಉಳಿಸಲಾಗುತ್ತದೆ."
+
+#: ../gedit/gedit-commands-file.c:648
+msgid "_Save Using Compression"
+msgstr "ಸಂಕುಚನವನ್ನು ಬಳಸಿಕೊಂಡು ಕಡತವನ್ನು ಉಳಿಸು (_S)"
+
+#: ../gedit/gedit-commands-file.c:653
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"\"%s\" ಎಂಬ ಕಡತವನ್ನು ಈ ಹಿಂದೆ ಸಂಕುಚನ ವಿಧಾನವನ್ನು ಬಳಸಿಕೊಂಡು ಉಳಿಸಲಾಗಿತ್ತು ಹಾಗು ಈಗ "
+"ಇದನ್ನು ಸರಳಪಠ್ಯವಾಗಿ ಉಳಿಸಲಾಗುತ್ತದೆ."
+
+#: ../gedit/gedit-commands-file.c:656
+msgid "_Save As Plain Text"
+msgstr "ಸರಳ ಪಠ್ಯವಾಗಿ ಉಳಿಸು (_S)"
+
+#: ../gedit/gedit-commands-file.c:764 ../gedit/gedit-commands-file.c:991
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s'… ಕಡತವನ್ನು ಉಳಿಸಲಾಗುತ್ತಿದೆ"
+
+#: ../gedit/gedit-commands-file.c:875
+msgid "Save As"
+msgstr "ಹೀಗೆ ಉಳಿಸು"
+
+#: ../gedit/gedit-commands-file.c:1195
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "'%s'… ದಸ್ತಾವೇಜನ್ನು ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ತರಲಾಗುತ್ತಿದೆ"
+
+#: ../gedit/gedit-commands-file.c:1240
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "'%s' ದಸ್ತಾವೇಜನ್ನು ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸಬೇಕೆ?"
+
+#: ../gedit/gedit-commands-file.c:1249
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"ದಸ್ತಾವೇಜಿಗೆ ಕೊನೆಯ %ld ಸೆಂಕೆಂಡಿನಲ್ಲಿ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ದಸ್ತಾವೇಜಿಗೆ ಕೊನೆಯ %ld ಸೆಂಕೆಂಡುಗಳಲ್ಲಿ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-commands-file.c:1258
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"ಕೊನೆಯ ನಿಮಿಷದಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-commands-file.c:1264
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"ಕೊನೆಯ ನಿಮಿಷ ಹಾಗು %ld ಸೆಕೆಂಡಿನಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ಕೊನೆಯ ನಿಮಿಷ ಹಾಗು %ld ಸೆಕೆಂಡುಗಳಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-commands-file.c:1274
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"ಕೊನೆಯ %ld ನಿಮಿಷದಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ಕೊನೆಯ %ld ನಿಮಿಷಗಳಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-commands-file.c:1289
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"ಕೊನೆಯ ಗಂಟೆಯಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-commands-file.c:1295
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"ಕೊನೆಯ ಗಂಟೆ ಹಾಗು %d ನಿಮಿಷದಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ಕೊನೆಯ ಗಂಟೆ ಹಾಗು %d ನಿಮಿಷಗಳಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ "
+"ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-commands-file.c:1310
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"ಕೊನೆಯ %d ಗಂಟೆಯಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+msgstr[1] ""
+"ಕೊನೆಯ %d ಗಂಟೆಗಳಲ್ಲಿ ದಸ್ತಾವೇಜಿಗೆ ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತವೆ."
+
+#: ../gedit/gedit-commands-file.c:1333
+msgid "_Revert"
+msgstr "ಹಿಮ್ಮರಳಿಸು (_R)"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "GNOME ಗಣಕತೆರೆಗೆ gedit ಒಂದು ಚಿಕ್ಕದಾದ ಮತ್ತು ಹಗುರತೂಕದ ಪಠ್ಯ ಸಂಪಾದಕ"
+
+#: ../gedit/gedit-commands-help.c:102
+msgid "translator-credits"
+msgstr ""
+"ಪ್ರಮೋದ್.ಆರ್\n"
+"ಶಂಕರ್ ಪ್ರಸಾದ್ <svenkate@redhat.com>"
+
+#: ../gedit/gedit-commands-search.c:103
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d ಸಂದರ್ಭದಲ್ಲಿ ಪತ್ತೆಯಾಗಿ ಬದಲಾಯಿಸಲ್ಪಟ್ಟಿದೆ"
+msgstr[1] "%d ಸಂದರ್ಭಗಳಲ್ಲಿ ಪತ್ತೆಯಾಗಿ ಬದಲಾಯಿಸಲ್ಪಟ್ಟಿವೆ"
+
+#: ../gedit/gedit-commands-search.c:112
+msgid "Found and replaced one occurrence"
+msgstr "ಒಂದು ಸಂದರ್ಭವು ಪತ್ತೆಯಾಗಿ ಬದಲಾಯಿಸಲ್ಪಟ್ಟಿದೆ"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:138
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" ಕಂಡು ಬಂದಿಲ್ಲ"
+
+#: ../gedit/gedit-document.c:953 ../gedit/gedit-document.c:983
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "ಉಳಿಸದೆ ಇರುವ ದಸ್ತಾವೇಜು %d"
+
+#: ../gedit/gedit-documents-panel.c:427
+#, c-format
+msgid "Tab Group %i"
+msgstr "ಟ್ಯಾಬ್ ಗುಂಪು %i"
+
+#: ../gedit/gedit-documents-panel.c:524 ../gedit/gedit-window.c:1133
+#: ../gedit/gedit-window.c:1139 ../gedit/gedit-window.c:1147
+msgid "Read-Only"
+msgstr "ಓದಲು-ಮಾತ್ರ"
+
+#: ../gedit/gedit-encodings-combo-box.c:302
+#: ../gedit/gedit-file-chooser-dialog-osx.c:564
+msgid "Automatically Detected"
+msgstr "ತಾನಾಗಿಯೆ ಪತ್ತೆ ಮಾಡಲಾದ"
+
+#: ../gedit/gedit-encodings-combo-box.c:331
+#: ../gedit/gedit-file-chooser-dialog-osx.c:573
+msgid "Add or Remove..."
+msgstr "ಸೇರಿಸು ಅಥವ ತೆಗೆಯಿರಿ..."
+
+#: ../gedit/gedit-encoding-items.c:95 ../gedit/gedit-encoding-items.c:104
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "ಪ್ರಸಕ್ತ ಲೊಕ್ಯಾಲ್‌ (%s)"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:40
+#: ../gedit/gedit-preferences-dialog.c:877
+msgid "All Files"
+msgstr "ಎಲ್ಲಾ ಕಡತಗಳು"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+msgid "All Text Files"
+msgstr "ಎಲ್ಲಾ ಪಠ್ಯ ಕಡತಗಳು"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:305
+msgid "C_haracter Encoding:"
+msgstr "ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್ಕೋಡಿಂಗ್ (_h):"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:355
+msgid "L_ine Ending:"
+msgstr "ಸಾಲಿನ ಅಂತ್ಯ (_i):"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:546
+#| msgid "C_haracter Encoding:"
+msgid "Character Encoding:"
+msgstr "ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್ಕೋಡಿಂಗ್:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:619
+#| msgid "L_ine Ending:"
+msgid "Line Ending:"
+msgstr "ಸಾಲಿನ ಕೊನೆ:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:256 ../gedit/gedit-window.c:1217
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "ಸರಳ ಪಠ್ಯ"
+
+#: ../gedit/gedit-io-error-info-bar.c:147
+#: ../gedit/gedit-io-error-info-bar.c:495
+msgid "_Retry"
+msgstr "ಪುನಃ ಪ್ರಯತ್ನಿಸು (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:167
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "ಕಡತ %s ಕಂಡುಬಂದಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:169
+#: ../gedit/gedit-io-error-info-bar.c:209
+#: ../gedit/gedit-io-error-info-bar.c:216
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"ದಯವಿಟ್ಟು, ನೀವು ನಮೂದಿಸಿದ ಸ್ಥಳವು ಸರಿಯಿದೆಯೇ ಪರೀಕ್ಷಿಸಿ ಹಾಗು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:188
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” ಸ್ಥಳಗಳನ್ನು ನಿಭಾಯಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:194
+msgid "Unable to handle this location."
+msgstr "ಈ ಸ್ಥಳವನ್ನು ನಿಭಾಯಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+msgid "The location of the file cannot be accessed."
+msgstr "ಕಡತವು ಇರುವ ಸ್ಥಳವನ್ನು ತಲುಪಲಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:207
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” ವು ಒಂದು ಕಡತಕೋಶವಾಗಿದೆ."
+
+#: ../gedit/gedit-io-error-info-bar.c:214
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” ಒಂದು ಮಾನ್ಯವಾದ ಸ್ಥಳವಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:250
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"“%s” ಅತಿಥೇಯವು ಕಂಡು ಬಂದಿಲ್ಲ. ನಿಮ್ಮ ಪ್ರಾಕ್ಸಿ ಸಿದ್ಧತೆಗಳು ಸರಿ ಇವೆಯೆ ಎಂದು "
+"ಪರೀಕ್ಷಿಸಿ "
+"ನಂತರ ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:265
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"ಅತಿಥೇಯದ ಹೆಸರು ಅಮಾನ್ಯವಾಗಿದೆ. ದಯವಿಟ್ಟು ನೀವು ನಮೂದಿಸಿದ ಸ್ಥಳವು ಸರಿಯಿದೆಯೇ ಎಂದು "
+"ಪರೀಕ್ಷಿಸಿ ಹಾಗು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” ಒಂದು ರೂಢಿಯ ಕಡತವಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:278
+msgid "Connection timed out. Please try again."
+msgstr "ಸಂಪರ್ಕದ ಕಾಲಾವಧಿ ಮುಗಿದಿದೆ. ದಯವಿಟ್ಟು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:311
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "ಅನಿರೀಕ್ಷಿತ ದೋಷ: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:347
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"ಮನವಿ ಮಾಡಲಾದ ಕಡತವನ್ನು ಹುಡುಕಲಾಗಲಿಲ್ಲ. ಬಹುಷಃ ಇತ್ತೀಚೆಗೆ ಅದು ಅಳಿಸಲ್ಪಟ್ಟಿರಬೇಕು."
+
+#: ../gedit/gedit-io-error-info-bar.c:357
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "“%s” ಕಡತವನ್ನು ಹಿಮ್ಮರಳಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:384
+msgid "Ch_aracter Encoding:"
+msgstr "ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್ಕೋಡಿಂಗ್ (_a):"
+
+#: ../gedit/gedit-io-error-info-bar.c:445
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "“%s” ಸ್ಥಳವನ್ನು ಪ್ರಸಕ್ತ ತಲುಪಲು ಸಾಧ್ಯವಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:460
+msgid "Your system is offline. Check your network."
+msgstr "ನಿಮ್ಮ ವ್ಯವಸ್ಥೆಯು ಆಫ್‌ಲೈನ್‌ನಲ್ಲಿದೆ, ನಿಮ್ಮ ಜಾಲಬಂಧವನ್ನು ಪರೀಕ್ಷಿಸಿ."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:503
+#: ../gedit/gedit-io-error-info-bar.c:772
+msgid "Edit Any_way"
+msgstr "ಪರವಾಗಿಲ್ಲ ಸಂಪಾದಿಸು (_A)"
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"ಅನುಸರಿಸಲಾದ ಕೊಂಡಿಗಳ ಸಂಖ್ಯೆಗೆ ಮಿತಿ ಇದೆ ಹಾಗು ನಿಜವಾದ ಕಡತವು ಈ ಮಿತಿಯಲ್ಲಿ ಕಂಡು "
+"ಬಂದಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ಕಡತವನ್ನು ತೆರೆಯಲು ನಿಮಗೆ ಅಗತ್ಯ ಅನುಮತಿಗಳಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+msgid "Unable to detect the character encoding."
+msgstr "ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್‌ಕೋಡಿಂಗನ್ನು ಪತ್ತೆಹಚ್ಚಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+#: ../gedit/gedit-io-error-info-bar.c:630
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+"ದಯವಿಟ್ಟು, ನೀವು ಒಂದು ಬೈನರಿ ಕಡತವನ್ನು ತೆರೆಯಲು ಪ್ರಯತ್ನಿಸುತ್ತಿಲ್ಲ ಎಂದು ಖಚಿತ "
+"ಪಡಿಸಿಕೊಳ್ಳಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid "Select a character encoding from the menu and try again."
+msgstr "ಪರಿವಿಡಿಯಿಂದ ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್‌ಕೋಡಿಂಗನ್ನು ಆರಿಸಿ ನಂತರ ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:613
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "“%s” ಕಡತವನ್ನು ತೆರೆಯುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ."
+
+#: ../gedit/gedit-io-error-info-bar.c:615
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"ನೀವು ತೆರೆದ ಕಡತವು ಕೆಲವು ಅಮಾನ್ಯವಾದ ಅಕ್ಷರಗಳನ್ನು ಹೊಂದಿದೆ. ನೀವದನ್ನು "
+"ಸಂಪಾದಿಸುವುದನ್ನು "
+"ಮುಂದುವರೆಸಿದಲ್ಲಿ ಈ ದಸ್ತಾವೇಜು ಹಾಳಾಗುವ ಸಾಧ್ಯತೆ ಇದೆ."
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "You can also choose another character encoding and try again."
+msgstr "ನೀವು ಇನ್ನೊಂದು ಕ್ಯಾರೆಕ್ಟರ್ ಕೋಡಿಂಗನ್ನು ಆರಿಸಿ ನಂತರ ಪುನಃ ಪ್ರಯತ್ನಿಸಬಹುದು."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"“%s” ಕಡತವನ್ನು “%s” ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್‌ಕೋಡಿಂಗ್‌ ಅನ್ನು ಬಳಸಿಕೊಂಡು ತೆರೆಯಲಾಗಲಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:631
+#: ../gedit/gedit-io-error-info-bar.c:706
+msgid "Select a different character encoding from the menu and try again."
+msgstr "ಪರಿವಿಡಿಯಿಂದ ಬೇರೊಂದು ಕ್ಯಾರೆಕ್ಟರ್ ಕೋಡಿಂಗನ್ನು ಆರಿಸಿ ನಂತರ ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "“%s” ಕಡತವನ್ನು ತೆರೆಯಲಾಗಲಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:701
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"“%s” ಕಡತವನ್ನು “%s” ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್‌ಕೋಡಿಂಗ್‌ ಅನ್ನು ಬಳಸಿಕೊಂಡು ಉಳಿಸಲಾಗಲಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:704
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"ಸೂಚಿಸಲಾದ ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್‌ಕೋಡಿಂಗನ್ನು ಬಳಸಿಕೊಂಡು ಈ ದಸ್ತಾವೇಜಿನಲ್ಲಿನ ಕೆಲವೊಂದು "
+"ಅಕ್ಷರಗಳನ್ನು "
+"ಎನ್ಕೋಡ್ ಮಾಡಲಾಗಲಿಲ್ಲ."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:777
+msgid "D_on't Edit"
+msgstr "ಸಂಪಾದಿಸಬೇಡ (_o)"
+
+#: ../gedit/gedit-io-error-info-bar.c:787
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "“%s”ಕಡತವು ಈಗಾಗಲೆ ಇನ್ನೊಂದು ಕಿಟಕಿಯಲ್ಲಿ ತೆರೆಯಲಾಗಿದೆ."
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+msgid "Do you want to edit it anyway?"
+msgstr "ಆದರೂ ಸಹ ನೀವು ಸಂಪಾದಿಸಲು ಬಯಸುತ್ತೀರೆ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:857
+#: ../gedit/gedit-io-error-info-bar.c:947
+#: ../gedit/gedit-io-error-info-bar.c:1239
+msgid "S_ave Anyway"
+msgstr "ಪರವಾಗಿಲ್ಲ ಉಳಿಸು (_a)"
+
+#: ../gedit/gedit-io-error-info-bar.c:860
+#: ../gedit/gedit-io-error-info-bar.c:950
+#: ../gedit/gedit-io-error-info-bar.c:1242
+msgid "D_on't Save"
+msgstr "ಉಳಿಸಬೇಡ (_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:874
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "“%s” ಕಡತವನ್ನು ಓದಿದ ನಂತರ ಮಾರ್ಪಡಿಸಲ್ಪಟ್ಟಿದೆ."
+
+#: ../gedit/gedit-io-error-info-bar.c:889
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"ನೀವು ಅದನ್ನು ಉಳಿಸಿದರೆ, ಎಲ್ಲಾ ಬಾಹ್ಯ ಬದಲಾವಣೆಗಳು ಕಾಣೆಯಾಗುತ್ತವೆ. ಆದರೂ ಉಳಿಸಬೇಕೆ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:969
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "“%s” ಅನ್ನು ಉಳಿಸುವಾಗ ಒಂದು ಬ್ಯಾಕ್‍ಅಪ್ ಕಡತವನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:974
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "“%s” ಅನ್ನು ಉಳಿಸುವಾಗ ಒಂದು ತಾತ್ಕಾಲಿಕ ಬ್ಯಾಕ್‍ಅಪ್ ಕಡತವನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:991
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"ಕಡತದ ಹೊಸ ಪ್ರತಿಯನ್ನು ಉಳಿಸುವಾಗ ಹಳೆಯದನ್ನು ಬ್ಯಾಕ್ಅಪ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ. ನೀವು ಈ "
+"ಎಚ್ಚರಿಕೆಯನ್ನು ಕಡೆಗಣಿಸಿ ಕಡತವನ್ನು ಉಳಿಸಬಹುದು, ಆದರೆ ಎಲ್ಲಿಯಾದರೂ ಉಳಿಸುವಾಗ ದೋಷವು "
+"ಕಂಡುಬಂದಲ್ಲಿ, ನಿಮ್ಮ ಕಡತದ ಹಳೆಯ ಪ್ರತಿಯು ಕಾಣೆಯಾಗಬಹುದು. ಆದರೂ ಉಳಿಸಬೇಕೆ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1051
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"“%s:” ಸ್ಥಳಗಳನ್ನು ಬರೆಯುವ ಕ್ರಮದಲ್ಲಿ ನಿಭಾಯಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ. ದಯವಿಟ್ಟು ನೀವು "
+"ನಮೂದಿಸಿದ "
+"ಸ್ಥಳವು ಸರಿಯಿದೆಯೆ ಎಂದು ಪರಿಶೀಲಿಸಿ ನಂತರ ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1059
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"ಈ ಸ್ಥಳವನ್ನು ಬರೆಯುವ ಕ್ರಮದಲ್ಲಿ ನಿಭಾಯಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ. ದಯವಿಟ್ಟು ನೀವು ನಮೂದಿಸಿದ "
+"ಸ್ಥಳವು "
+"ಸರಿಯಿದೆಯೆ ಎಂದು ಪರಿಶೀಲಿಸಿ ನಂತರ ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1068
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” ವು ಒಂದು ಮಾನ್ಯವಾದ ಸ್ಥಳವಲ್ಲ. ದಯವಿಟ್ಟು, ನೀವು ನಮೂದಿಸಿದ ಸ್ಥಳವು ಸರಿಯಿದೆಯೇ "
+"ಪರೀಕ್ಷಿಸಿ "
+"ಹಾಗು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1075
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"ಕಡತವನ್ನು ಉಳಿಸಲು ನಿಮಗೆ ಅಗತ್ಯ ಅನುಮತಿಗಳಿಲ್ಲ. ದಯವಿಟ್ಟು, ನೀವು ನಮೂದಿಸಿದ ಸ್ಥಳವು "
+"ಸರಿಯಿದೆಯೇ ಪರೀಕ್ಷಿಸಿ ಹಾಗು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1081
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"ಕಡತವನ್ನು ಉಳಿಸಲು ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲ. ದಯವಿಟ್ಟು, ಒಂದಿಷ್ಟು ಡಿಸ್ಕ್ ಜಾಗವನ್ನು "
+"ತೆರವುಗೊಳಿಸಿ ಹಾಗು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1086
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"ನೀವು ಕಡತವನ್ನು ಕೇವಲ ಓದಲು ಮಾತ್ರವಾದ ಡಿಸ್ಕಿಗೆ ಉಳಿಸಲು ಪ್ರಯತ್ನಿಸುತ್ತಿದ್ದೀರಿ. "
+"ದಯವಿಟ್ಟು ನೀವು "
+"ನಮೂದಿಸಿದ ಸ್ಥಳವು ಸರಿಯಿದೆಯೇ ಪರೀಕ್ಷಿಸಿ ಹಾಗು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1092
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"ಈ ಹೆಸರಿನ ಒಂದು ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ. ದಯವಿಟ್ಟು ಬೇರೊಂದು ಹೆಸರನ್ನು ಬಳಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"ನೀವು ಕಡತವನ್ನು ಯಾವ ಡಿಸ್ಕ್‍ನಲ್ಲಿ ಉಳಿಸಲು ಪ್ರಯತ್ನಿಸುತ್ತಿದ್ದಿರೊ ಅದರಲ್ಲಿ ಕಡತದ "
+"ಹೆಸರುಗಳ ಗಾತ್ರದ "
+"ಮಿತಿ ಇದೆ. ದಯವಿಟ್ಟು ಒಂದು ಚಿಕ್ಕದಾದ ಕಡತದ ಹೆಸರನ್ನು ಬಳಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1108
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"ನೀವು ಕಡತವನ್ನು ಯಾವ ಡಿಸ್ಕ್‍ನಲ್ಲಿ ಉಳಿಸಲು ಪ್ರಯತ್ನಿಸುತ್ತಿದ್ದಿರೊ ಅದರಲ್ಲಿ ಕಡತ "
+"ಗಾತ್ರಗಳಿಗೆ ಮಿತಿ "
+"ಇದೆ. ದಯವಿಟ್ಟು ಚಿಕ್ಕ ಗಾತ್ರದ ಕಡತವನ್ನು ಉಳಿಸಲು ಪ್ರಯತ್ನಿಸಿ ಅಥವ ಗಾತ್ರ ಮಿತಿ ಇಲ್ಲದ "
+"ಇನ್ನೊಂದು "
+"ಡಿಸ್ಕ್‍ನಲ್ಲಿ ಉಳಿಸಲು ಪ್ರಯತ್ನಿಸಿ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1125
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "“%s” ಕಡತವನ್ನು ಉಳಿಸಲಾಗಲಿಲ್ಲ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1165
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "“%s” ಕಡತವನ್ನು ಡಿಸ್ಕಿನಲ್ಲಿ ಬದಲಾಯಿಸಲಾಗಿದೆ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1176
+msgid "Drop Changes and _Reload"
+msgstr "ಬದಲಾವಣೆಗಳನ್ನು ಬಿಡು ಮತ್ತು ಮರುಲೋಡ್ ಮಾಡು (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1186
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Reload"
+msgstr "ಪುನಃ ಲೋಡ್ ಮಾಡು (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1252
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "“%s” ಅನ್ನು ಉಳಿಸುವಾಗ ಕೆಲವು ಅಮಾನ್ಯವಾದ ಅಕ್ಷರಗಳು ಕಂಡುಬಂದಿವೆ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1268
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"ನೀವು ಈ ಕಡತವನ್ನು ಉಳಿಸಿದಲ್ಲಿ, ದಸ್ತಾವೇಜು ಹಾಳಾಗುವ ಸಾಧ್ಯತೆ ಇದೆ. ಆದರೂ ಉಳಿಸಬೇಕೆ?"
+
+#: ../gedit/gedit-open-document-selector.c:409
+msgid "No results"
+msgstr "ಯಾವುದೆ ಫಲಿತಾಂಶಗಳಿಲ್ಲ"
+
+#: ../gedit/gedit-preferences-dialog.c:386
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "ಸಂಪಾದಕನ ಬಳಕೆಗಾಗಿ ಅಕ್ಷರಶೈಲಿಯನ್ನು ಆರಿಸಲು ಈ ಗುಂಡಿಯನ್ನು ಒತ್ತಿ"
+
+#: ../gedit/gedit-preferences-dialog.c:399
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "ಗಣಕದ, ನಿಶ್ಚಿತ ಅಗಲದ ಅಕ್ಷರಶೈಲಿಯನ್ನು ಬಳಸು (%s) (_U)"
+
+#: ../gedit/gedit-preferences-dialog.c:643
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "'%s'ಕೋಶವನ್ನು ನಿರ್ಮಿಸಲಾಗಿಲ್ಲ: g_mkdir_with_parents() ವಿಫಲಗೊಂಡಿದೆ: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:839
+msgid "The selected color scheme cannot be installed."
+msgstr "ಆರಿಸಲಾದ ಬಣ್ಣದ ಶೈಲಿಯನ್ನು ಅನುಸ್ಥಾಪಿಸಲಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-preferences-dialog.c:864
+msgid "Add Scheme"
+msgstr "ಶೈಲಿಯನ್ನು ಸೇರಿಸು"
+
+#: ../gedit/gedit-preferences-dialog.c:869
+msgid "A_dd Scheme"
+msgstr "ಶೈಲಿಯನ್ನು ಸೇರಿಸು (_d)"
+
+#: ../gedit/gedit-preferences-dialog.c:873
+msgid "Color Scheme Files"
+msgstr "ಬಣ್ಣ ಶೈಲಿಯ ಕಡತಗಳು"
+
+#: ../gedit/gedit-preferences-dialog.c:910
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "\"%s\" ಬಣ್ಣ ಶೈಲಿಯನ್ನು ತೆಗೆಯಲಾಗಿಲ್ಲ."
+
+#: ../gedit/gedit-print-job.c:555
+#, c-format
+msgid "File: %s"
+msgstr "ಕಡತ: %s"
+
+#: ../gedit/gedit-print-job.c:564
+msgid "Page %N of %Q"
+msgstr "%N (%Q ನಲ್ಲಿ) ಪುಟ"
+
+#: ../gedit/gedit-print-job.c:826
+msgid "Preparing..."
+msgstr "ತಯಾರಾಗುತ್ತಿದೆ..."
+
+#: ../gedit/gedit-print-preview.c:648
+#, c-format
+msgid "Page %d of %d"
+msgstr "ಪುಟ %d (%d ರಲ್ಲಿ)"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "ದೋಷಯುಕ್ತ ಒಂದು ಟ್ಯಾಬ್ ಇದೆ"
+msgstr[1] "ದೋಷಯುಕ್ತ %d ಟ್ಯಾಬ್‍ಗಳಿವೆ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:772
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s ಅನ್ನು %s ನಿಂದ ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸಲಾಗುತ್ತಿದೆ"
+
+#: ../gedit/gedit-tab.c:779
+#, c-format
+msgid "Reverting %s"
+msgstr "%s ಅನ್ನು ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸಲಾಗುತ್ತಿದೆ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s ಅನ್ನು %s ನಿಂದ ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ"
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "%s ಅನ್ನು ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:875
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s ಅನ್ನು %s ಗೆ ಉಳಿಸಲಾಗುತ್ತಿದೆ"
+
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s"
+msgstr "%s ಅನ್ನು ಉಳಿಸಲಾಗುತ್ತಿದೆ"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1443
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error opening file %s"
+msgstr "ಕಡತ %sವನ್ನು ತೆಗೆಯುವಾಗ ದೋಷ"
+
+#: ../gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s ಕಡತವನ್ನು ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸುವಲ್ಲಿ ದೋಷ"
+
+#: ../gedit/gedit-tab.c:1501
+#, c-format
+msgid "Error saving file %s"
+msgstr "ಕಡತ %sವನ್ನು ಉಳಿಸುವಾಗ ದೋಷ"
+
+#: ../gedit/gedit-tab.c:1532
+msgid "Name:"
+msgstr "ಹೆಸರು:"
+
+#: ../gedit/gedit-tab.c:1533
+msgid "MIME Type:"
+msgstr "MIME ಬಗೆ:"
+
+#: ../gedit/gedit-tab.c:1534
+msgid "Encoding:"
+msgstr "ಎನ್ಕೋಡಿಂಗ್:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "ದಯವಿಟ್ಟು ನಿಮ್ಮ ಅನುಸ್ಥಾಪನೆಯನ್ನು ಪರೀಕ್ಷಿಸಿ."
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "ui ಕಡತ %s ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ. ದೋಷ: %s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "ವಸ್ತು '%s' ಕಡತ %s ದಲ್ಲಿ ಪತ್ತೆ ಮಾಡಲಾಗಿಲ್ಲ."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "/ %s ನಲ್ಲಿ"
+
+#: ../gedit/gedit-utils.c:1453
+msgid "Unix/Linux"
+msgstr "ಯುನಿಕ್ಸ್/ಲಿನಕ್ಸ್"
+
+#: ../gedit/gedit-utils.c:1455
+msgid "Mac OS Classic"
+msgstr "ಮ್ಯಾಕ್ ಓಎಸ್ ಕ್ಲಾಸಿಕ್"
+
+#: ../gedit/gedit-utils.c:1457
+msgid "Windows"
+msgstr "ಕಿಟಕಿಗಳು"
+
+#: ../gedit/gedit-view.c:512
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "ಸಾಲಿನ ಸಂಖ್ಯೆ ತೋರಿಸು (_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:733
+#, c-format
+msgid "%d of %d"
+msgstr "%d (%d ರಲ್ಲಿ)"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:825
+msgid "_Wrap Around"
+msgstr "ಸುತ್ತಲೂ ಆವರಿಸು (_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:835
+msgid "Match as _Regular Expression"
+msgstr "ರೆಗ್ಯುಲರ್ ಎಕ್ಸ್‌ಪ್ರೆಶನ್‌ ಆಗಿ ಹೊಂದಿಸು (_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:849
+msgid "Match _Entire Word Only"
+msgstr "ಕೇವಲ ಸಂಪೂರ್ಣ ಪದವನ್ನು ಮಾತ್ರ ಹೊಂದಿಸು (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:863
+msgid "_Match Case"
+msgstr "ಕೇಸನ್ನು ಹೊಂದಿಸು (_M)"
+
+#: ../gedit/gedit-view-frame.c:1037
+msgid "String you want to search for"
+msgstr "ನೀವು ಹುಡುಕಬೇಕಿರುವ ವಾಕ್ಯ"
+
+#: ../gedit/gedit-view-frame.c:1049
+msgid "Line you want to move the cursor to"
+msgstr "ತೆರೆಸೂಚಕವನ್ನು ನೀವು ಜರುಗಿಸಬೇಕಿರುವ ಸಾಲು"
+
+#: ../gedit/gedit-window.c:972
+msgid "Bracket match is out of range"
+msgstr "ಆವರಣ ಚಿಹ್ನೆ ತಾಳೆಯಾಗುವಿಕೆಯು ವ್ಯಾಪ್ತಿಯ ಹೊರಗಿದೆ"
+
+#: ../gedit/gedit-window.c:977
+msgid "Bracket match not found"
+msgstr "ಆವರಣ ಚಿಹ್ನೆ ತಾಳೆಯಾಗುವಿಕೆಯು ಕಂಡುಬಂದಿಲ್ಲ"
+
+#: ../gedit/gedit-window.c:982
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "ಆವರಣ ಚಿಹ್ನೆ ತಾಳೆಯಾಗುವಿಕೆಯು ಈ ಸಾಲಿನಲ್ಲಿ ಕಂಡುಬಂದಿದೆ: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1017
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1199
+#, c-format
+msgid "Tab Width: %u"
+msgstr "ಟ್ಯಾಬ್‌ ಅಗಲ: %u"
+
+#: ../gedit/gedit-window.c:1569
+msgid "There are unsaved documents"
+msgstr "ಇವುಗಳು ಉಳಿಸದೆ ಇರುವ ದಸ್ತಾವೇಜುಗಳು"
+
+#: ../gedit/gedit-window.c:2418
+msgid "Change side panel page"
+msgstr "ಬದಿ ಪಟ್ಟಿಯ ಪುಟವನ್ನು ಬದಲಿಸಿ"
+
+#: ../gedit/gedit-window.c:2438 ../gedit/resources/gtk/menus-osx.ui.h:35
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "ದಸ್ತಾವೇಜುಗಳು"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "ಎಡಕ್ಕೆ ಜರುಗಿಸು (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "ಬಲಕ್ಕೆ ಜರುಗಿಸು (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "ಹೊಸ ಕಿಟಕಿಗೆ ಸ್ಥಳಾಂತರಿಸು (_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "ಹೊಸ ಟ್ಯಾಬ್ ಗುಂಪಿಗೆ ಸ್ಥಳಾಂತರಿಸು (_N)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "ಮುಚ್ಚು (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "ಸ್ವಯಂಚಾಲಿತ ಇಂಡೆಂಟೇಶನ್"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "ಖಾಲಿಜಾಗಗಳನ್ನು ಬಳಸು"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "ಸಾಲಿನ ಸಂಖ್ಯೆ ತೋರಿಸು"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "ಬಲ ಅಂಚನ್ನು ತೋರಿಸು"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "ಪ್ರಸ್ತುತ ಸಾಲನ್ನು ಹೈಲೈಟ್ ಮಾಡು"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "ಪಠ್ಯ ಆವರಿಕೆ (ರ‌್ಯಾಪಿಂಗ್)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_New Window"
+msgstr "ಹೊಸ ಕಿಟಕಿ (_N)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "ಆದ್ಯತೆಗಳು (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:45
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "ನೆರವು (_H)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "ತಂತ್ರಾಂಶದ ಬಗ್ಗೆ (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "ನಿರ್ಗಮಿಸು (_Q)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+msgid "_Print…"
+msgstr "ಮುದ್ರಿಸು (_P)..."
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Fullscreen"
+msgstr "ಪೂರ್ಣತೆರೆ (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "ಎಲ್ಲ ಉಳಿಸು (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+msgid "_Find…"
+msgstr "ಹುಡುಕು (_F)..."
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "ಹುಡುಕು ಮತ್ತು ಬದಲಿಸು (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+msgid "_Clear Highlight"
+msgstr "ಹೈಲೈಟನ್ನು ಇಲ್ಲವಾಗಿಸು (_C)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "ಸಾಲಿಗೆ ಹೋಗು (_L)..."
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "ನೋಟ"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "Side _Panel"
+msgstr "ಬದಿಯ ಫಲಕ (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Bottom Panel"
+msgstr "ಕೆಳಗಿನ ಫಲಕ (_B)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+msgid "_Highlight Mode…"
+msgstr "ಹೈಲೈಟ್ ವಿಧಾನ (_H)..."
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:34
+msgid "Tools"
+msgstr "ಉಪಕರಣಗಳು"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+msgid "_Close All"
+msgstr "ಎಲ್ಲವನ್ನು ಮುಚ್ಚು (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+msgid "File"
+msgstr "ಕಡತ"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-osx.ui.h:3
+msgid "_New"
+msgstr "ಹೊಸ (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+msgid "Open _Recent"
+msgstr "ಇತ್ತೀಚಿನದನ್ನು ತೆರೆ (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:6
+msgid "Reopen Closed _Tab"
+msgstr "ಮುಚ್ಚಲಾದ ಟ್ಯಾಬ್ ಅನ್ನು ಮತ್ತೆ ತೆರೆ (_T)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+msgid "Save _As…"
+msgstr "ಹೀಗೆ ಉಳಿಸು (_A)..."
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+msgid "Edit"
+msgstr "ಸಂಪಾದನೆ"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Undo"
+msgstr "ರದ್ದುಮಾಡು (_U)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "_Redo"
+msgstr "ಪುನಃ ಮಾಡು (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "C_ut"
+msgstr "ಕತ್ತರಿಸು (_u)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Copy"
+msgstr "ಪ್ರತಿಮಾಡು (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+msgid "_Paste"
+msgstr "ಅಂಟಿಸು (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:930
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:968
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "ಅಳಿಸು (_D)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+msgid "Overwrite _Mode"
+msgstr "ತಿದ್ದಿಬರೆಯುವ ಕ್ರಮ (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+msgid "Select _All"
+msgstr "ಎಲ್ಲಾ ಆಯ್ಕೆಮಾಡು (_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+msgid "Search"
+msgstr "ಹುಡುಕು"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Ne_xt"
+msgstr "ಮುಂದಕ್ಕೆ ಹುಡುಕು (_x)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+msgid "Find Pre_vious"
+msgstr "ಹಿಂದಕ್ಕೆ ಹುಡುಕು (_v)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "Find and _Replace…"
+msgstr "ಹುಡುಕು ಮತ್ತು ಬದಲಿಸು (_R)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+msgid "Go to _Line…"
+msgstr "ಸಾಲಿಗೆ ಹೋಗು (_L)..."
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Save All"
+msgstr "ಎಲ್ಲ ಉಳಿಸು (_S)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+msgid "_New Tab Group"
+msgstr "ಹೊಸ ಟ್ಯಾಬ್ ಗುಂಪು (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+msgid "P_revious Tab Group"
+msgstr "ಹಿಂದಿನ ಟ್ಯಾಬ್ ಗುಂಪು (_r)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+msgid "Nex_t Tab Group"
+msgstr "ಮುಂದಿನ ಟ್ಯಾಬ್ ಗುಂಪು (_t)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+msgid "_Previous Document"
+msgstr "ಹಿಂದಿನ ದಸ್ತಾವೇಜು (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+msgid "N_ext Document"
+msgstr "ಮುಂದಿನ ದಸ್ತಾವೇಜು (_x)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+msgid "_Move To New Window"
+msgstr "ಹೊಸ ಕಿಟಕಿಗೆ ಸ್ಥಳಾಂತರಿಸು (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+msgid "Help"
+msgstr "ನೆರವು"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್ಕೋಡಿಂಗ್‍ಗಳು"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "ಸರಿ (_O)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "A_vailable encodings:"
+msgstr "ಲಭ್ಯವಿರುವ ಎನ್ಕೋಡಿಂಗ್‍ಗಳು (_v):"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "ವಿವರಣೆ (_D)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "ಎನ್ಕೋಡಿಂಗ್ (_E)"
+
+#. Add to Dictionary
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:8
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "ಸೇರಿಸು (_A)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:9
+msgid "_Remove"
+msgstr "ತೆಗೆದುಹಾಕು (_R)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:10
+msgid "E_ncodings shown in menu:"
+msgstr "ಅಂಶಪಟ್ಟಿಯಲ್ಲಿ ತೋರಿಸಲಾದ ಎನ್ಕೋಡಿಂಗ್ (_n):"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "ಹೈಲೈಟ್ ವಿಧಾನ"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "ಆರಿಸು (_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "ಹೈಲೈಟ್ ಸ್ಥಿತಿಯನ್ನು ಹುಡುಕು..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+#| msgid "Other Documents…"
+msgid "Other _Documents…"
+msgstr "ಇತರೆ ದಸ್ತಾವೇಜುಗಳು (_D)..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Open another file"
+msgstr "ಇನ್ನೊಂದು ಕಡತವನ್ನು ತೆರೆಯಿರಿ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "ಆದ್ಯತೆಗಳು"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "ಲಂಬಸಾಲಿನ ಬಲ ಅಂಚನ್ನು ತೋರಿಸು (_m):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "ಸ್ಥಿತಿಪಟ್ಟಿಯನ್ನು ತೋರಿಸು (_S)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "ಪಠ್ಯ ಆವರಿಕೆ (ರ‌್ಯಾಪಿಂಗ್)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "ಪಠ್ಯ ಆವರಿಕೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು (_w)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "ಪದಗಳನ್ನು ಎರಡು ಸಾಲುಗಳಲ್ಲಿ ತುಂಡರಿಸಬೇಡ (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "ಹೈಲೈಟಿಂಗ್"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "ಪ್ರಸ್ತುತ ಸಾಲನ್ನು ಹೈಲೈಟ್ ಮಾಡು (_l)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "ತಾಳೆಯಾಗುವ ಆವರಣ ಚಿಹ್ನೆಗಳನ್ನು ಹೈಲೈಟ್ ಮಾಡು (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "ಟ್ಯಾಬ್ ನಿಲುಗಡೆಗಳು"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "ಟ್ಯಾಬಿನ ಗಾತ್ರ (_T):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "ಟ್ಯಾಬ್‌ಗಳ ಬದಲು ಖಾಲಿಸ್ಥಳಗಳನ್ನು ಸೇರಿಸು (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "ಸ್ವಯಂಚಾಲಿತ ಇಂಡೆಂಟೇಶನ್ನನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು (_E)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "ಕಡತ ಉಳಿಕೆ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr "ಕಡತಗಳನ್ನು ಉಳಿಸುವ ಮೊದಲು ಒಂದು ಬ್ಯಾಕ್ಅಪ್ ಪ್ರತಿಯನ್ನು ಇರಿಸಿಕೋ (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "ಪ್ರತಿ ಕಡತಗಳ ಸ್ವಯಂ ಉಳಿಕೆ (_A)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "ನಿಮಿಷಗಳು (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "ಸಂಪಾದಕ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "ಅಕ್ಷರ ಶೈಲಿ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "ಸಂಪಾದಕನ ಆಕ್ಷರ ಶೈಲಿ (_f): "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "ಸಂಪಾದಕ ಅಕ್ಷರ ಶೈಲಿಯನ್ನು ಅಯ್ಕೆಮಾಡು"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "ಬಣ್ಣ ಶೈಲಿ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "ಅನುಸ್ಥಾಪನಾ ಸ್ಕೀಮ್"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "ಅನುಸ್ಥಾಪನಾ ಸ್ಕೀಮ್"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "ತೆಗೆದುಹಾಕುವ ಸ್ಕೀಮ್"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "ತೆಗೆದುಹಾಕುವ ಸ್ಕೀಮ್"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "ಅಕ್ಷರ ಶೈಲಿಗಳು ಮತ್ತು ಬಣ್ಣಗಳು"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "ಪ್ಲಗ್ಇನ್‌ಗಳು"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "ವಾಕ್ಯ ಹೈಲೈಟಿಂಗ್"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "ವಾಕ್ಯರಚನೆ ಹೈಲೈಟಿಂಗನ್ನು ಮುದ್ರಿಸು (_x)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "ಸಾಲಿನ ಸಂಖ್ಯೆಗಳು"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "ಸಾಲಿನ ಸಂಖ್ಯೆಗಳನ್ನು ಮುದ್ರಿಸು (_n)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "ಪ್ರತಿ ಸಂಖ್ಯೆ (_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "ಸಾಲುಗಳು"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "ಪುಟದ ತಲೆಬರಹ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "ಪುಟದ ಹೆಡರುಗಳನ್ನು ಮುದ್ರಿಸು (_h)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "ಅಕ್ಷರ ಶೈಲಿಗಳು"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "ಮುಖ್ಯಭಾಗ (_B):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "ಸಾಲಿನ ಸಂಖ್ಯೆಗಳು (_L):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "ತಲೆಬರಹ ಹಾಗೂ ಅಡಿಬರಹಗಳು (_a):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಅಕ್ಷರಶೈಲಿಯನ್ನು ಪುನರ್‌ಸ್ಥಾಪಿಸು (_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "ಹಿಂದಿನ ಪುಟವನ್ನು ತೋರಿಸು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "P_revious Page"
+msgstr "ಹಿಂದಿನ ಪುಟ (_r)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Show the next page"
+msgstr "ಮುಂದಿನ ಪುಟವನ್ನು ತೋರಿಸು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:4
+msgid "_Next Page"
+msgstr "ಮುಂದಿನ ಪುಟ (_N)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "Current page (Alt+P)"
+msgstr "ಪ್ರಸ್ತುತ ಪುಟ (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "of"
+msgstr "ನ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Page total"
+msgstr "ಒಟ್ಟು ಪುಟಗಳು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "The total number of pages in the document"
+msgstr "ದಸ್ತಾವೇಜಿನಲ್ಲಿರುವ ಒಟ್ಟು ಪುಟಗಳು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Show multiple pages"
+msgstr "ಅನೇಕ ಪುಟಗಳನ್ನು ತೋರಿಸು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom 1:1"
+msgstr "೧:೧ ಕ್ಕೆ ಹಿಗ್ಗಿಸು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom to fit the whole page"
+msgstr "ಸಂಪೂರ್ಣ ಪುಟಕ್ಕೆ ಹೊಂದುವಂತೆ ಹಿಗ್ಗಿಸು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Zoom the page in"
+msgstr "ಪುಟವನ್ನು ಹಿಗ್ಗಿಸು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "Zoom the page out"
+msgstr "ಪುಟವನ್ನು ಕುಗ್ಗಿಸು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Close print preview"
+msgstr "ಮುದ್ರಣ ಮುನ್ನೋಟವನ್ನು ಮುಚ್ಚು"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "_Close Preview"
+msgstr "ಮುನ್ನೋಟವನ್ನು ಮುಚ್ಚು (_C)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:17
+msgid "Page Preview"
+msgstr "ಮುದ್ರಣ ಮುನ್ನೋಟ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:18
+msgid "The preview of a page in the document to be printed"
+msgstr "ಮುದ್ರಿಸ ಬೇಕಿರುವ ದಸ್ತಾವೇಜಿನ ಒಂದು ಪುಟದ ಮುನ್ನೋಟ"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Replace"
+msgstr "ಬದಲಾಯಿಸು"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "ಎಲ್ಲಾ ಬದಲಾಯಿಸು (_A)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgid "_Find"
+msgstr "ಹುಡುಕು (_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgid "_Search for: "
+msgstr "ಇದಕ್ಕಾಗಿ ಹುಡುಕು (_S): "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with: "
+msgstr "ಇದರಿಂದ ಬದಲಾಯಿಸು (_w): "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "ಕೇಸನ್ನು ಸರಿಹೊಂದಿಸು (_M)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "ಕೇವಲ ಸಂಪೂರ್ಣ ಪದಕ್ಕಾಗಿ ಮಾತ್ರ ಹುಡುಕು (_e)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Match as re_gular expression"
+msgstr "ರೆಗ್ಯುಲರ್ ಎಕ್ಸ್‌ಪ್ರೆಶನ್‌ ಆಗಿ ಹೊಂದಿಸು (_g)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "ಹಿಂದಕ್ಕೆ ಹುಡುಕು (_b)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "ಆವರಿಕೆ ಮಾಡು (_W)"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "ದಸ್ತಾವೇಜುಗಳನ್ನು ಮುಚ್ಚು"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "ಕಡತವನ್ನು ತೆಗೆ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "ಹೊಸ ದಸ್ತಾವೇಜನ್ನು ರಚಿಸು"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "ಹೊಸ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "ಪ್ರಸಕ್ತ ಕಡತವನ್ನು ಉಳಿಸು"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "ಉಳಿಸು"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "ಫಲಕವನ್ನು ಅಡಗಿಸು"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "ಒಂದು ಕಡತ ಸಂವಾದವನ್ನು ತೆರೆ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "ಪೂರ್ಣತೆರೆ ಸ್ಥಿತಿಯಿಂದ ತೆರಳು"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "ಅಪ್‌ಡೇಟ್‌ಗಾಗಿ ಪರಿಶೀಲಿಸಿ"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "gedit ನ ಇತ್ತೀಚಿನ ಆವೃತ್ತಿಗಾಗಿ ಹುಡುಕಿ"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "URI ಅನ್ನು ತೋರಿಸುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿತ್ತು."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "ಡೌನ್‍ಲೋಡ್ ಮಾಡು (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "ಆವೃತ್ತಿಯನ್ನು ಕಡೆಗಣಿಸು (_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "gedit ನ ಒಂದು ಹೊಸ ಆವೃತ್ತಿ ಇದೆ"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"ಡೌನ್‌ಲೊಡ್ ಗುಂಡಿಯನ್ನು ಒತ್ತುವ ಮೂಲಕ ನೀವು gedit ನ ಒಂದು ಹೊಸ ಆವೃತ್ತಿಯನ್ನು ಡೌನ್‌ಲೋಡ್ "
+"ಮಾಡಿಕೊಳ್ಳಬಹುದಾಗಿದೆ ಅಥವ ಆ ಆವೃತ್ತಿಯನ್ನು ಕಡೆಗಣಿಸಿ ಒಂದು ಹೊಸ ಆವೃತ್ತಿಗಾಗಿ ಕಾಯಬಹುದು"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "ಕಡೆಗಣಿಸಬೇಕಿರುವ ಆವೃತ್ತಿ"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "ಒಂದು ಹೊಸ ಆವೃತ್ತಿಯನ್ನು ಬಿಡುಗಡೆ ಮಾಡುವವರೆಗೆ ಕಡೆಗಣಿಸಬೇಕಿರುವ ಆವೃತ್ತಿ."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "ದಸ್ತಾವೇಜಿನ ಅಂಕಿಅಂಶಗಳು"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "ದಸ್ತಾವೇಜಿನಲ್ಲಿನ ಪದಗಳ ಸಂಖ್ಯೆ, ಸಾಲುಗಳು, ಮತ್ತು ಅಕ್ಷರಗಳನ್ನು ವರದಿಮಾಡು."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "ದಸ್ತಾವೇಜಿನ ಅಂಕಿಅಂಶಗಳು (_D)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "ದಸ್ತಾವೇಜು"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "ಆಯ್ಕೆ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "ಸಾಲುಗಳು"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "ಪದಗಳು"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "ಅಕ್ಷರಗಳು (ಖಾಲಿ ಸ್ಥಳಗಳೊಂದಿಗೆ)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "ಅಕ್ಷರಗಳು (ಖಾಲಿಸ್ಥಳಗಳಿಲ್ಲ)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "ಅಷ್ಟಕಗಳು"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "ನಿರ್ಮಾಣ"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "ದಸ್ತಾವೇಜು ಕೋಶದಲ್ಲಿ \"make\" ಅನ್ನು ಚಲಾಯಿಸಿ"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "ಟರ್ಮಿನಲ್‍ನ್ನು ಇಲ್ಲಿ ತೆರೆ"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "ದಸ್ತಾವೇಜು ಸ್ಥಳದಲ್ಲಿ ಒಂದು ಟರ್ಮಿನಲ್‍ನ್ನು ತೆರೆ"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "ಹಿಂದೆ ಉಳಿದಿರುವ ಖಾಲಿಜಾಗಗಳನ್ನು ತೆಗೆದುಹಾಕು"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "ನಿಮ್ಮ ಕಡತದಲ್ಲಿ ಉಪಯೋಗವಿಲ್ಲದ ಹಿಂದೆ ಉಳಿದಿರುವ ಖಾಲಿಜಾಗಗಳನ್ನು ತೆಗೆದುಹಾಕು"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "ಆಜ್ಞೆಯನ್ನು ಚಲಾಯಿಸು"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"ಒಂದು ಇಚ್ಛೆಯ ಆಜ್ಞೆಯನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸಿ ನಂತರ ಅದರ ಪ್ರದಾನವನ್ನು ಒಂದು ಹೊಸ "
+"ದಸ್ತಾವೇಜಿನಲ್ಲಿ "
+"ಇರಿಸು"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "fpaste ಗೆ ಕಳುಹಿಸು"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "ಆಯ್ಕೆ ಮಾಡಲಾದ ಪಠ್ಯ ಅಥವ ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜನ್ನು fpaste ಗೆ ಅಂಟಿಸು"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "ಬಾಹ್ಯ ಉಪಕರಣಗಳು"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "ಬಾಹ್ಯ ಆಜ್ಞೆಗಳು ಹಾಗೂ ಶೆಲ್ ಸ್ಕ್ರಿಪ್ಟ್‍ಗಳನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸು."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "ಗಣಕ ವ್ಯವಸ್ಥೆಯ ಅಕ್ಷರಶೈಲಿಯನ್ನು ಬಳಸಬೇಕೆ"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ನಿಜವಾಗಿದ್ದಲ್ಲಿ, ಗಣಕತೆರೆ-ಜಾಗತಿಕ ಶಿಷ್ಟ ಅಕ್ಷರಶೈಲಿಯು ಮೋನೋಸ್ಪೇಸ್ (ಮತ್ತು ಇಲ್ಲದೆ "
+"ಹೋದಲ್ಲಿ "
+"ಅದಕ್ಕೆ ದೊರಕುವ ಒಂದೇ ರೀತಿಯ ಹೆಚ್ಚಿನ ಅಕ್ಷರಶೈಲಿಗಳು) ಆಗಿದ್ದರೆ ಬಾಹ್ಯ ಉಪಕರಣಗಳು ಅದನ್ನು "
+"ಬಳಸುತ್ತವೆ."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+"ಒಂದು ಪ್ಯಾಂಗೊ ಅಕ್ಷರಶೈಲಿಯ ಹೆಸರು. ಉದಾಹರಣೆಗಳೆಂದರೆ \"Sans 12\" ಅಥವ \"Monospace "
+"Bold "
+"14\"."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "ಬಾಹ್ಯ ಉಪಕರಣಗಳು ನಿರ್ವಹಿಸು (_E)..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "ಬಾಹ್ಯ ಉಪಕರಣಗಳು (_T)"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "ಆಜ್ಞೆಯನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸಲಾಗಿಲ್ಲ: %s"
+
+#: ../plugins/externaltools/tools/functions.py:182
+msgid "You must be inside a word to run this command"
+msgstr "ಈ ಆಜ್ಞೆಯನ್ನು ಚಲಾಯಿಸಲು ನೀವು ಪದದ ಒಳಗಿರಬೇಕು"
+
+#: ../plugins/externaltools/tools/functions.py:316
+msgid "Running tool:"
+msgstr "ಚಲಾಯಿಸುವ ಉಪಕರಣ:"
+
+#: ../plugins/externaltools/tools/functions.py:347
+msgid "Done."
+msgstr "ಆಯಿತು."
+
+#: ../plugins/externaltools/tools/functions.py:349
+msgid "Exited"
+msgstr "ನಿರ್ಗಮಿಸಲಾಯಿತು"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "ಎಲ್ಲಾ ಭಾಷೆಗಳು"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "ಎಲ್ಲಾ ಭಾಷೆಗಳು"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "ಹೊಸ ಉಪಕರಣ"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "ಈ ವೇಗೋತ್ಕರ್ಷವು ಈಗಾಗಲೆ %s ಮಿತಿಗೆ ಒಳಪಟ್ಟಿದೆ"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"ಒಂದು ಹೊಸ ವೇಗೋತ್ಕರ್ಷವನ್ನು ನಮೂದಿಸಿ, ಅಥವ ತೆರವುಗೊಳಿಸಲು ಬ್ಯಾಕ್‍ಸ್ಪೇಸನ್ನು ಒತ್ತಿ"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "ಒಂದು ಹೊಸ ವೇಗೋತ್ಕರ್ಷವನ್ನು ನಮೂದಿಸಿ"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "ನಿಂತಿದೆ."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "ನಿಲ್ಲಿಸುವ ಉಪಕರಣ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "ಯಾವಾಗಲೂ ಲಭ್ಯ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "ಎಲ್ಲಾ ದಸ್ತಾವೇಜುಗಳು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "ಶೀರ್ಷಿಕೆ ಇಲ್ಲದ ದಸ್ತಾವೇಜುಗಳನ್ನು ಹೊರತು ಪಡಿಸಿ ಮಿಕ್ಕೆಲ್ಲವೂ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "ಸ್ಥಳೀಯ ಕಡತಗಳು ಮಾತ್ರ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "ದೂರಸ್ಥ ಕಡತಗಳು ಮಾತ್ರ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "ಶೀರ್ಷಿಕೆ ಇಲ್ಲದ ದಸ್ತಾವೇಜುಗಳು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "ಯಾವುದೂ ಇಲ್ಲ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "ಪ್ರಸಕ್ತ ಆಯ್ಕೆ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "ಪ್ರಸಕ್ತ ಆಯ್ಕೆ (ದಸ್ತಾವೇಜಿಗೆ ಪೂರ್ವನಿಯೋಜಿತವಾದ)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "ಪ್ರಸಕ್ತ ಸಾಲು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "ಪ್ರಸಕ್ತ ಶಬ್ಧ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "ಕೆಳಗಿನ ಫಲಕವನ್ನು ತೋರಿಸು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "ಹೊಸ ದಸ್ತಾವೇಜನ್ನು ರಚಿಸು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜಗೆ ಸೇರ್ಪಡೆ ಮಾಡು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜನ್ನು ಬದಲಾಯಿಸು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "ಪ್ರಸಕ್ತ ಆಯ್ಕೆಯನ್ನು ಬದಲಾಯಿಸು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "ತೆರೆಸೂಚಕದ ಸ್ಥಾನದಲ್ಲಿ ಸೇರಿಸು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "ಬಾಹ್ಯ ಉಪಕರಣಗಳು ನಿರ್ವಹಿಸು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "ಹೊಸ ಉಪಕರಣವನ್ನು ಸೇರಿಸಿ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "ಉಪಕರಣವನ್ನು ಸೇರಿಸು"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "ಆಯ್ದ ಉಪಕರಣಗಳನ್ನು ತೆಗೆದುಹಾಕಿ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "ತೆಗೆದುಹಾಕುವ ಉಪಕರಣ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸುವ ಉಪಕರಣ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸುವ ಉಪಕರಣ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "ಸಮೀಪಮಾರ್ಗ ಕೀಲಿ (_k):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "ಉಳಿಸು (_S):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "ಇನ್‌ಪುಟ್ (_I):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "ಔಟ್‌ಪುಟ್ (_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "ಅನ್ವಯತೆ (_A):"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+msgid "Tool Output"
+msgstr "ಉಪಕರಣದ ಔಟ್‌ಪುಟ್"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "ಕಡತ ವೀಕ್ಷಕ ಫಲಕ"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "ಬಲ ಬದಿಯ ಫಲಕದಿಂದ ಕಡತದ ಸುಲಭ ನಿಲುಕಣೆ"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "ನೆಲೆ"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "ಕಡತ ವ್ಯವಸ್ಥೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:532
+msgid "File Browser"
+msgstr "ಕಡತ ವೀಕ್ಷಕ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while creating a new directory"
+msgstr "ಒಂದು ಹೊಸ ಕಡತಕೋಶವನ್ನು ರಚಿಸುವಾಗ ಒಂದು ದೋಷ ಉಂಟಾಗಿದೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while creating a new file"
+msgstr "ಒಂದು ಹೊಸ ಕಡತವನ್ನು ರಚಿಸುವಾಗ ಒಂದು ದೋಷ ಉಂಟಾಗಿದೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred while renaming a file or directory"
+msgstr "ಒಂದು ಕಡತ ಅಥವ ಕಡತಕೋಶವನ್ನು ಪುನರ್ ಹೆಸರಿಸುವಾಗ ಒಂದು ದೋಷ ಉಂಟಾಗಿದೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:683
+msgid "An error occurred while deleting a file or directory"
+msgstr "ಒಂದು ಕಡತ ಅಥವ ಕಡತಕೋಶವನ್ನು ಅಳಿಸುವಾಗ ಒಂದು ದೋಷ ಉಂಟಾಗಿದೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:686
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ಒಂದು ಕಡತಕೋಶವನ್ನು ಕಡತ ವ್ಯವಸ್ಥಾಪಕದಲ್ಲಿ ತೆರೆಯುವಾಗ ಒಂದು ದೋಷ ಉಂಟಾಗಿದೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:689
+msgid "An error occurred while setting a root directory"
+msgstr "ಒಂದು ಮೂಲ ಕಡತ ಕೋಶವನ್ನು ಸಂಯೋಜಿಸುವಾಗ ಒಂದು ದೋಷ ಉಂಟಾಗಿದೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:692
+msgid "An error occurred while loading a directory"
+msgstr "ಒಂದು ಕಡತ ಕೋಶವನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಒಂದು ದೋಷ ಉಂಟಾಗಿದೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:695
+msgid "An error occurred"
+msgstr "ಒಂದು ದೋಷ ಉಂಟಾಗಿದೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:913
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"ಕಡತವನ್ನು ಕಸದಬುಟ್ಟಿಗೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುತ್ತಿಲ್ಲ,\n"
+"ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಿಹಾಕಲು ನೀವು ಬಯಸುತ್ತೀರೆ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:918
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "ಕಡತ \"%s\" ಅನ್ನು ಕಸದಬುಟ್ಟಿಗೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುತ್ತಿಲ್ಲ."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:923
+msgid "The selected files cannot be moved to the trash."
+msgstr "ಆರಿಸಿದ ಕಡತಗಳನ್ನು ಕಸದಬುಟ್ಟಿಗೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುತ್ತಿಲ್ಲ."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:954
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "\"%s\" ಅನ್ನು ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಿ ಹಾಕಬೇಕೆಂದು ನೀವು ಖಾತ್ರಿಯೆ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:959
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "ಆರಿಸಿದ ಕಡತಗಳನ್ನು ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಿ ಹಾಕಬೇಕೆಂದು ನೀವು ಖಾತ್ರಿಯೆ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:962
+msgid "If you delete an item, it is permanently lost."
+msgstr "ನೀವು ಓಂದು ಅಂಶವನ್ನು ಅಳಿಸಿ ಹಾಕಿದರೆ, ಅದು ಶಾಶ್ವತವಾಗಿ ಕಾಣೆಯಾಗುತ್ತದೆ."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1781
+msgid "(Empty)"
+msgstr "(ಖಾಲಿ)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3503
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾದ ಕಡತವು ಪ್ರಸ್ತುತ ಫಿಲ್ಟರ್ ಮಾಡಲ್ಪಟ್ಟಿದೆ. ಅದು ಕಾಣಿಸಿಕೊಳ್ಳಲು "
+"ನಿಮ್ಮ "
+"ಫಿಲ್ಟರ್ ಸಿದ್ಧತೆಗಳನ್ನು ಸರಿಹೊಂದಿಸಬೇಕಿದೆ"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3760
+msgid "Untitled File"
+msgstr "ಶೀರ್ಷಿಕೆ ಇರದ ಕಡತ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3788
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"ಹೊಸ ಕಡತವು ಪ್ರಸ್ತುತ ಶೋಧಿತಗೊಂಡಿದೆ. ಅದು ಕಾಣಿಸಿಕೊಳ್ಳಲು ನಿಮ್ಮ ಶೋಧನಾ ಸಿದ್ಧತೆಗಳನ್ನು "
+"ಸರಿಹೊಂದಿಸಬೇಕಿದೆ"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3819
+msgid "Untitled Folder"
+msgstr "ಶೀರ್ಷಿಕೆ ಇರದ ಕಡತಕೋಶ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"ಹೊಸ ಕೋಶವು ಪ್ರಸ್ತುತ ಫಿಲ್ಟರ್ ಮಾಡಲ್ಪಟ್ಟಿದೆ. ಆ ಕೋಶವು ಕಾಣಿಸಿಕೊಳ್ಳಲು ನಿಮ್ಮ ಫಿಲ್ಟರ್ "
+"ಸಿದ್ಧತೆಗಳನ್ನು ಸರಿಹೊಂದಿಸಬೇಕಿದೆ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:789
+msgid "Bookmarks"
+msgstr "ಬುಕ್-ಮಾರ್ಕುಗಳು"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1988
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "ಆರೋಹಿಸಲಾದ ಪರಿಮಾಣಕ್ಕೆ ಯಾವುದೆ ಆರೋಹಣಾ ವಸ್ತು ಕಂಡುಬಂದಿಲ್ಲ: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr "ಈ ಮಾಧ್ಯಮವನ್ನು ತೆಗೆಯಲಾಗಲಿಲ್ಲ.: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "ಈ ಪರಿಮಾಣವನ್ನು ಆರೋಹಿಸಲಾಗಿಲ್ಲ: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2774
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "'%s' ಅನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಒಂದು ದೋಷ: ಅಂತಹ ಯಾವುದೆ ಕೋಶವಿಲ್ಲ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "ವೃಕ್ಷ ನೋಟದೊಂದಿಗೆ ತೆರೆ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"ಕಡತ ವೀಕ್ಷಕ ಪ್ಲಗ್‍ಇನ್ ಲೋಡ್ ಆದಾಗ ಬುಕ್‍ಮಾರ್ಕುಗಳ ರೀತಿಯಲ್ಲಿ ಕಾಣಿಸುವ ಬದಲು ವೃಕ್ಷ "
+"ನೋಟದಲ್ಲಿ ತೆರೆ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "ಕಡತ ವೀಕ್ಷಕ ಮೂಲ ಕೋಶ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ಕಡತ ವೀಕ್ಷಕ ಪ್ಲಗ್ಇನ್ ಅನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಹಾಗು onload/tree_view ಯು TRUE "
+"ಆಗಿದ್ದಲ್ಲಿ ಕಡತ "
+"ವೀಕ್ಷಕದ ಮೂಲ ಕೋಶವು ಬಳಸಲ್ಪಡುತ್ತದೆ."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ಕಡತ ವೀಕ್ಷಕ ವಾಸ್ತವ ಮೂಲ ಕೋಶ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"ಕಡತ ವೀಕ್ಷಕ ಪ್ಲಗ್ಇನ್ ಅನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಹಾಗು onload/tree_view ಯು TRUE "
+"ಆಗಿದ್ದಲ್ಲಿ ಕಡತ "
+"ವೀಕ್ಷಕದ ವಾಸ್ತವಿಕ ಮೂಲ ಕೋಶವು ಬಳಸಲ್ಪಡುತ್ತದೆ. ವಾಸ್ತವಿಕ ಮೂಲ ಕೋಶವು ಯಾವಾಗಲೂ ನೈಜ "
+"ಮೂಲಕ್ಕಿಂತ "
+"ಕೆಳಗೆ ಇರಬೇಕು."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "ದೂರದ ತಾಣಗಳನ್ನು ಪುನರ್ ಸ್ಥಾಪಿಸುವುದನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "ದೂರದ ತಾಣಗಳನ್ನು ಪುನರ್ ಸ್ಥಾಪಿಸಬೇಕೆ ಎಂಬುದನ್ನು ಇದು ಸೂಚಿಸುತ್ತದೆ."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "ಪ್ರಥಮ ದಸ್ತಾವೇಜಿಗೆ ಸ್ಥಳವನ್ನು ಸೂಚಿಸು"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"ಇದು TRUE ಆಗಿದಲ್ಲಿ, ಕಡತ ವೀಕ್ಷಕವು ಈ ಮೊದಲು ಬಳಸಲ್ಪಡದೆ ಇದ್ದ ಪಕ್ಷದಲ್ಲಿ ಕಡತ ವೀಕ್ಷಕ "
+"ಪ್ಲಗ್ಇನ್ "
+"ಮೊದಲು ತೆರೆಯಲ್ಪಟ್ಟ ದಸ್ತಾವೇಜನ್ನು ವೀಕ್ಷಿಸುತ್ತದೆ. (ಇದರರ್ಥ, ಇದು ಒಂದು ದಸ್ತಾವೇಜನ್ನು "
+"ಆಜ್ಞಾಸಾಲಿನಿಂದ ಅಥವ Nautilus ಇತ್ಯಾದಿಗಳಿಂದ ತೆರೆಯುವಾಗ ಸಾಮಾನ್ಯವಾಗಿ ಅನ್ವಯಿಸುತ್ತದೆ "
+"ಎಂದಾಗುತ್ತದೆ)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "ಕಡತ ವೀಕ್ಷಕದ ಫಿಲ್ಟರ್ ಕ್ರಮ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"ಯಾವ ಕಡತವು ಶೋಧಿಸಲ್ಪಡುತ್ತದೆ ಎಂದು ಈ ಮೌಲ್ಯದಿಂದ ನಿರ್ಧರಿಸಲಾಗುವುದು. ಮಾನ್ಯ "
+"ಮೌಲ್ಯಗಳೆಂದರೆ: "
+"none (ಏನನ್ನೂ ಶೋಧಿಸಬೇಡ), hide-hidden (ಅಡಗಿಸಿಡಲಾದ ಕಡತಗಳನ್ನು ಶೋಧಿಸು), ಮತ್ತು "
+"hide_binary (ಬೈನರಿ ಕಡತಗಳನ್ನು ಶೋಧಿಸು)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "ಕಡತ ವೀಕ್ಷಕದ ಫಿಲ್ಟರ್ ವಿನ್ಯಾಸ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"ಕಡತ ವೀಕ್ಷಕದೊಂದಿಗೆ ಶೋಧಿಸಲು ಶೋಧನಾ ವಿನ್ಯಾಸ. ಈ ಶೋಧಕವು filter_mode ನ ಮೇಲ್ಭಾಗದಲ್ಲಿ "
+"ಕೆಲಸ ಮಾಡುತ್ತದೆ."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "ಕಡತ ವೀಕ್ಷಕದ ಬೈನರಿ ವಿನ್ಯಾಸಗಳು"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "ಬೈನರಿ ಕಡತಗಳನ್ನು ಫಿಲ್ಟರ್‌ ಮಾಡುವಾಗ ಬಳಸಬೇಕಿರುವ ಪೂರಕ ವಿನ್ಯಾಸಗಳು."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "ಸಕ್ರಿಯ ದಸ್ತಾವೇಜಿಗೆ ಮೂಲವನ್ನು ಹೊಂದಿಸು (_S)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "ಹೊಸ ಕಡತ (_N)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "ಹೊಸ ಕಡತ (_i)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "ಮರುಹೆಸರಿಸು (_R)..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "ಕಸದ ಬುಟ್ಟಿಗೆ ಸ್ಥಳಾಂತರಿಸು (_M)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "ನೋಟವನ್ನು ತಾಜಾಗೊಳಿಸು (_f)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "ಕಡತಕೋಶವನ್ನು ನೋಡು (_V)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "ಟರ್ಮಿನಲ್‌ನಲ್ಲಿ ತೆರೆ (_O)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "ಫಿಲ್ಟರ್ (_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "ಅಡಗಿಸಿದ್ದನ್ನು ತೋರಿಸು (_H)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "ಬೈನರಿಯನ್ನು ತೋರಿಸು (_B)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "ಕಡತದ ಹೆಸರನ್ನು ಸರಿಹೊಂದಿಸು"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "ವಿಧಾನಸಾಲುಗಳು"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "gedit ಗೆ Emacs, Kate ಹಾಗು Vim-ಶೈಲಿಯ ವಿಧಾನಸಾಲುಗಳ ಬೆಂಬಲ."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "ಆಜ್ಞೆಯ ಬಣ್ಣದ ಪಠ್ಯ "
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "ಆಜ್ಞೆಯ ಬಣ್ಣದ ಪಠ್ಯ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "ದೋಷದ ಬಣ್ಣದ ಪಠ್ಯ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "ದೋಷದ ಬಣ್ಣದ ಪಠ್ಯ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ನಿಜವಾಗಿದ್ದಲ್ಲಿ, ಗಣಕತೆರೆ-ಜಾಗತಿಕ ಶಿಷ್ಟ ಅಕ್ಷರಶೈಲಿಯು ಮೋನೋಸ್ಪೇಸ್ (ಮತ್ತು ಇಲ್ಲದೆ "
+"ಹೋದಲ್ಲಿ "
+"ಅದಕ್ಕೆ ದೊರಕುವ ಒಂದೇ ರೀತಿಯ ಹೆಚ್ಚಿನ ಅಕ್ಷರಶೈಲಿಗಳು) ಆಗಿದ್ದರೆ ಟರ್ಮಿನಲ್ ಅದನ್ನು "
+"ಬಳಸುತ್ತದೆ."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "ಆದೇಶದ ಬಣ್ಣ (_o):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "ದೋಷದ ಬಣ್ಣ (_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "ಪೈಥಾನ್ ಕನ್ಸೋಲ್"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "ಕೆಳಗಿನ ಫಲಕದಲ್ಲಿರುವ ಸಂವಾದಾತ್ಮಕ ಪೈಥಾನ್ ಕನ್ಸೋಲ್"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+msgid "Quick Open..."
+msgstr "ಕ್ಷಿಪ್ರವಾಗಿ ತೆರೆ..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "ಕ್ಷಿಪ್ರವಾಗಿ ತೆರೆ"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "ಕ್ಷಿಪ್ರವಾಗಿ ಕಡತಗಳನ್ನು ತೆರೆ"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "ಹುಡುಕಲು ನಮೂದಿಸಿ..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ವ್ಯವಸ್ಥಾಪಿಸು (_S)..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳು"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "\"%s\" ಆರ್ಕೈವನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "ಸೂಚಿತ ಕೋಶ \"%s\" ವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "ಸೂಚಿತ ಕೋಶ \"%s\"ವು ಒಂದು ಮಾನ್ಯವಾದ ಕೋಶವಲ್ಲ"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "ಕಡತ \"%s\" ವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "ಕಡತ \"%s\"ವು ಒಂದು ಮಾನ್ಯವಾದ ಸ್ನಿಪ್ಪೆಟ್‍ಗಳ ಕಡತವಲ್ಲ"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "ಆಮದು ಮಾಡಿಕೊಳ್ಳಲಾದ ಕಡತ \"%s\"ವು ಒಂದು ಮಾನ್ಯವಾದ ಸ್ನಿಪ್ಪೆಟ್‍ಗಳ ಕಡತವಲ್ಲ"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "\"%s\" ಆರ್ಕೈವ್‍ನ ಒಳಗಿರುವುದನ್ನು ಹೊರತೆಗೆಯಲಾಗಲಿಲ್ಲ"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "ಈ ಕೆಳಗಿನ ಕಡತಗಳನ್ನು ಆಮದು ಮಾಡಿಕೊಳ್ಳಲಾಗಿಲ್ಲ: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "ಕಡತ \"%s\"ವು ಒಂದು ಮಾನ್ಯವಾದ ಸ್ನಿಪ್ಪೆಟ್‍ಗಳ ಆರ್ಕೈವ್ ಆಗಿಲ್ಲ"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್ ಆರ್ಕೈವ್"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "ಹೊಸ ಸ್ನಿಪ್ಪೆಟ್‍ನ್ನು ಸೇರಿಸು..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "ಜಾಗತಿಕ"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "ಆಯ್ದ ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸು"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "ಆಯ್ದ ಸ್ನಿಪ್ಪೆಟ್‍ನ್ನು ಅಳಿಸಿಹಾಕು"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"ಇದು ಒಂದು ಮಾನ್ಯವಾದ ಟ್ರಿಗರ್ ಆಗಿಲ್ಲ. ಟ್ರಿಗರುಗಳು ಅಕ್ಷರಾಂಕೀಯ ಚಿಹ್ನೆಗಳನ್ನು (ಅಥವ _, "
+": "
+"ಮತ್ತು .) ಅಥವ ಒಂದು ಅಕ್ಷರಮಾತ್ರ: {, [, ಇತ್ಯಾದಿಗಳನ್ನು ಹೊಂದಿರಬಹುದು."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "ಟ್ಯಾಬನ್ನು ಒತ್ತಿದ ನಂತರ ಸ್ನಿಪ್ಪೆಟ್ಟನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು ಬಳಸಲಾಗುವ ಒಂದು ಶಬ್ಧ"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "ಆಮದು ಮಾಡಿಕೊಳ್ಳುವಾಗ ಈ ಕೆಳಗಿನ ದೋಷಗಳು ಕಂಡುಬಂದಿದೆ: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "ಆಮದು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಂಡಿದೆ"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ಆಮದುಮಾಡು"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "ಬೆಂಬಲಿತವಾದ ಎಲ್ಲಾ ಆರ್ಕೈವ್‍ಗಳು"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Gzip ಸಂಕುಚಿತಗೊಂಡಿದ ಆರ್ಕೈವ್"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 ಸಂಕುಚಿತಗೊಂಡಿದ ಆರ್ಕೈವ್"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "ಒಂದು ಸ್ನಿಪ್ಪೆಟ್‍ಗಳ ಕಡತ"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "ಎಲ್ಲಾ ಕಡತಗಳು"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "ರಫ್ತು ಮಾಡುವಾಗ ಈ ಕೆಳಗಿನ ದೋಷಗಳು ಕಂಡುಬಂದಿದೆ: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "ರಫ್ತು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಂಡಿದೆ"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"ಆಯ್ಕೆ ಮಾಡಲಾದ <b>ವ್ಯವಸ್ಥಾ</b> ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ನಿಮ್ಮ ರಫ್ತಿನಲ್ಲಿ ಇರಿಸಲು "
+"ಬಯಸುತ್ತೀರೆ?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "ರಫ್ತು ಮಾಡಲು ಯಾವುದೆ ಸ್ನಿಪ್ಪೆಟ್ ಆಯ್ಕೆಯಾಗಿಲ್ಲ"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ರಫ್ತುಮಾಡು"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "ಅಳಿಸಿಹಾಕಲು ಒಂದು ಹೊಸ ಶಾರ್ಟ್-ಕಟ್‍ನ್ನು ನಮೂದಿಸಿ, ಅಥವ Bakspace ಅನ್ನು ಒತ್ತಿ"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "ಒಂದು ಹೊಸ ಶಾರ್ಟ್-ಕಟ್‍ನ್ನು ನಮೂದಿಸು"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"ಪೈಥಾನ್ ಆಜ್ಞೆಯನ್ನು (%s) ಕಾರ್ಯಗತಗೊಳಿಸಲು ಗರಿಷ್ಟ ಸಮಯವನ್ನು ತೆಗೆದುಕೊಂಡಿದೆ, "
+"ಕಾರ್ಯಗತಗೊಳಿಸುವುದನ್ನು ನಿಲ್ಲಿಸಲಾಗುತ್ತಿದೆ."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "ಪೈಥಾನ್ ಆಜ್ಞೆಯನ್ನು (%s) ಕಾರ್ಯಗತಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "ಹೆಚ್ಚಾಗಿ ಬಳಸಲ್ಪಡುವ ಪಠ್ಯದ ತುಣುಕುಗಳನ್ನು ಸೇರಿಸುತ್ತಾ ಸಾಗು"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ವ್ಯವಸ್ಥಾಪಿಸು"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "ಹೊಸ ಸ್ನಿಪ್ಪೆಟ್‍ನ್ನು ರಚಿಸು"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್ಟನ್ನು ಸೇರಿಸು"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ತೆಗೆದುಹಾಕು"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ಆಮದುಮಾಡು"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "ಆಯ್ದ ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ರಫ್ತುಮಾಡು"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ರಫ್ತುಮಾಡು"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "ಸಕ್ರಿಯಗೊಳಿಕೆ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "ಟ್ಯಾಬ್ ಟ್ರಿಗ್ಗರ್ (_T):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "ಸಮೀಪಮಾರ್ಗ ಕೀಲಿ (_h):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬಹುದಾದ ಶಾರ್ಟ್-ಕಟ್ ಕೀಲಿ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "ಗುರಿಯನ್ನು ಡ್ರಾಪ್ ಮಾಡು (_D):"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "ವಿಂಗಡಿಸು (_o)..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "ವಿಂಗಡಿಸು"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "ವಿಂಗಡಿಸು (_S)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "ವಿಲೋಮ ಕ್ರಮ (_R)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "ನಕಲು ಪ್ರತಿಗಳನ್ನು ತೆಗೆ (_e)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "ಕೇಸ್ ಅನ್ನು ಕಡೆಗಣಿಸು (_I)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "ಉದ್ದಸಾಲಿನಿಂದ ಪ್ರಾರಂಭಿಸು (_t):"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "ಒಂದು ವಿಂಗಡಣಾ ಕಾರ್ಯವನ್ನು ರದ್ದು ಮಾಡಲಾಗುವುದಿಲ್ಲ"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "ದಸ್ತಾವೇಜು ಅಥವ ಆಯ್ಕೆಯಾದ ಪಠ್ಯವನ್ನು ವಿಂಗಡಿಸು"
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:424
+msgid "(no suggested words)"
+msgstr "(ಯಾವುದೇ ಸೂಚಿತ ಶಬ್ಧಗಳಿಲ್ಲ)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "ಇನ್ನಷ್ಟು (_M).."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "ಎಲ್ಲವನ್ನು ಕಡೆಗಣಿಸು (_I)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "ಕಾಗುಣಿತದ ಸಲಹೆಗಳು (_S)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "ಕಾಗುಣಿತ ಪರೀಕ್ಷಿಸು (_C)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "ಭಾಷೆಯನ್ನು ಹೊಂದಿಸು (_L)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "ಕಾಗುಣಿತ ತಪ್ಪಾದ ಹೈಲೈಟ್ ಮಾಡು (_H)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:262
+msgid "Suggestions"
+msgstr "ಸಲಹೆಗಳು"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:523
+msgid "(correct spelling)"
+msgstr "(ಸರಿಯಾದ ಕಾಗುಣಿತ)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:664
+msgid "Completed spell checking"
+msgstr "ಕಾಗುಣಿತ ಪರೀಕ್ಷೆ ಮುಗಿಯಿತು"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "ಅಜ್ಞಾತ (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "ಪೂರ್ವನಿಯೋಜಿತ"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "ಭಾಷೆಯನ್ನು ಹೊಂದಿಸು"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "ಭಾಷೆಗಳು"
+
+#: ../plugins/spell/gedit-spell-plugin.c:791
+msgid "The document is empty."
+msgstr "ದಸ್ತಾವೇಜು ಖಾಲಿ ಇದೆ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:816
+msgid "No misspelled words"
+msgstr "ಯಾವುದೆ ಕಾಗುಣಿತ ತಪ್ಪಾದ ಪದವಿಲ್ಲ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "ಭಾಷೆಯನ್ನು ಹೊಂದಿಸು"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜಿನ ಭಾಷೆಯನ್ನು ಆರಿಸು (_l)."
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "ಕಾಗುಣಿತ ಪರೀಕ್ಷಿಸು"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "ಕಾಗುಣಿತ ತಪ್ಪಾದ ಪದ:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "ಪದ"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "ಇದಕ್ಕೆ ಬದಲಾಯಿಸು (_t):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "ಪದವನ್ನು ಪರೀಕ್ಷಿಸು (_W)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "ಸಲಹೆಗಳು (_S):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "ಕಡೆಗಣಿಸು (_I)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "ಬದಲಾಯಿಸು (_n)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "ಎಲ್ಲ ಕಡೆಗಣಿಸು (_A)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "ಎಲ್ಲಾ ಬದಲಾಯಿಸು (_l)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "ಬಳಕೆದಾರನ ಸೂಚಿ"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "ಪದವನ್ನು ಸೇರಿಸು (_o)"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "ಕಾಗುಣಿತ ಪರೀಕ್ಷಕ"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜಿನ ಕಾಗುಣಿತವನ್ನು ಪರೀಕ್ಷೆಮಾಡುತ್ತದೆ."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "ಸಮಯ ಮತ್ತು ದಿನಾಂಕವನ್ನು ಸೇರಿಸು (_s)..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "ಲಭ್ಯ ನಮೂನೆಗಳು"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "ಪ್ರಾಂಪ್ಟ್ ಬಗೆ"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"ವಿನ್ಯಾಸಕ್ಕಾಗಿ ಬಳಕೆದಾರನನ್ನು ಕೇಳಬೇಕೆ ಅಥವ ಆಯ್ಕೆ ಮಾಡಲಾದ ಅಥವ ಅಗತ್ಯಾನುಗುಣವಾದ "
+"ವಿನ್ಯಾಸವನ್ನು "
+"ಬಳಸಬೇಕೆ."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "ಆರಿಸಲಾದ ವಿನ್ಯಾಸ"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "ದಿನಾಂಕ/ಸಮಯವನ್ನು ಸೇರಿಸುವಾಗ ಆರಿಸಲಾಗುವ ಇಚ್ಛೆಯ ವಿನ್ಯಾಸ."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "ಇಚ್ಛೆಯ ವಿನ್ಯಾಸ"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "ದಿನಾಂಕ/ಸಮಯವನ್ನು ಸೇರಿಸುವಾಗ ಬಳಸಲಾಗುವ ಇಚ್ಛೆಯ ವಿನ್ಯಾಸ."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "ಸಮಯ ಮತ್ತು ದಿನಾಂಕವನ್ನು ಸೇರಿಸು"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "ಆಯ್ದ ವಿನ್ಯಾಸವನ್ನು ಉಪಯೋಗಿಸು (_s)"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "ಇಚ್ಛೆಯ ವಿನ್ಯಾಸವನ್ನು ಉಪಯೋಗಿಸು (_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "ಸೇರಿಸು (_I)"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "ದಿನಾಂಕ/ಸಮಯ ಪ್ಲಗ್ಇನ್ ಅನ್ನು ಸಂರಚಿಸು"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "ದಿನಾಂಕ/ಸಮಯವನ್ನು ಸೇರಿಸುವಾಗ..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "ಒಂದು ವಿನ್ಯಾಸಕ್ಕಾಗಿ ಕೇಳು (_P)"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "ಸಮಯ/ದಿನಾಂಕವನ್ನು ಸೇರಿಸು"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "ಪ್ರಸಕ್ತ ದಿನಾಂಕ ಮತ್ತು ಸಮಯವನ್ನು ಸೂಚಕದ ಸ್ಥಾನದಲ್ಲಿ ಸೇರಿಸು."
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "gedit ತಾನು ಉಳಿಸುವ ಕಡತಗಳ ಬ್ಯಾಕ್ಅಪ್ ಪ್ರತಿಗಳನ್ನು ಮಾಡಬೇಕೆ. ನೀವು \"ಬ್ಯಾಕ್ಅಪ್ ಪ್ರತಿ "
+#~ "ಎಕ್ಸ್‍ಟೆನ್ಶನ್\" ಆಯ್ಕೆಯೊಂದಿಗೆ ಬ್ಯಾಕ್ಅಪ್ ಕಡತ ವಿಸ್ತರಣೆಯನ್ನು ಹೊಂದಿಸಬಹುದಾಗಿದೆ."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "'ರದ್ದುಮಾಡು' ಕಾರ್ಯಗಳ ಮಿತಿ (ತೆಗೆದು ಹಾಕಲ್ಪಟ್ಟಿದೆ)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "gedit ಗೆ ಸಾಧ್ಯವಿರುವ ಹಿಂದಿನಂತೆ ಮಾಡು ಅಥವ ಪುನಃ ಮಾಡು ಕಾರ್ಯಗಳ ಗರಿಷ್ಟ ಸಂಖ್ಯೆ. "
+#~ "ಅಪರಿಮಿತ ಸಂಖ್ಯೆಯ ಕಾರ್ಯಗಳಿಗಾಗಿ \"-1\" ಅನ್ನು ಬಳಸಿ. 2.12.0 ನಿಂದ ಈಚೆಗೆ ಇದು "
+#~ "ತೆಗೆದುಹಾಕಲ್ಪಟ್ಟಿದೆ(Deprecated)"
+
+#~ msgid "Show the application's help"
+#~ msgstr "ಅನ್ವಯದ ನೆರವನ್ನು ತೋರಿಸು"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- ಪಠ್ಯ ಕಡತಗಳನ್ನು ಸಂಪಾದಿಸು"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "ಲಭ್ಯವಿರುವ ಆಜ್ಞಾ ಸಾಲಿನ ಆಯ್ಕೆಗಳ ಒಂದು ಪಟ್ಟಿಗಾಗಿ '%s --help' ನೋಡಿ.\n"
+
+#~ msgid "About gedit"
+#~ msgstr "gedit ಬಗ್ಗೆ"
+
+#~ msgid "Open Files"
+#~ msgstr "ಕಡತಗಳನ್ನು ತೆಗೆ"
+
+#~ msgid "Unicode"
+#~ msgstr "ಯೂನಿಕೋಡ್"
+
+#~ msgid "Western"
+#~ msgstr "ಪಾಶ್ಚಾತ್ಯ"
+
+#~ msgid "Central European"
+#~ msgstr "ಕೇಂದ್ರ ಯುರೋಪಿಯನ್"
+
+#~ msgid "South European"
+#~ msgstr " ದಕ್ಷಿಣ ಯುರೋಪಿಯನ್"
+
+#~ msgid "Baltic"
+#~ msgstr "ಬಾಲ್ಟಿಕ್"
+
+#~ msgid "Cyrillic"
+#~ msgstr "ಸಿರಿಲಿಕ್"
+
+#~ msgid "Arabic"
+#~ msgstr "ಅರಬಿಕ್"
+
+#~ msgid "Greek"
+#~ msgstr "ಗ್ರೀಕ್"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "ಹೆಬ್ರೀವ್ ಕಾಣುವ"
+
+#~ msgid "Turkish"
+#~ msgstr "ಟರ್ಕಿಷ್"
+
+#~ msgid "Nordic"
+#~ msgstr "ನೊರ್ಡಿಕ್"
+
+#~ msgid "Celtic"
+#~ msgstr "ಸೆಲ್ಟಿಕ್"
+
+#~ msgid "Romanian"
+#~ msgstr "ರೊಮಾನಿಯನ್"
+
+#~ msgid "Armenian"
+#~ msgstr "ಅರ್ಮೇನಿಯನ್"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "ಸಾಂಪ್ರದಾಯಿಕ ಚಿನೀ"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "ಸಿರಿಲಿಕ್/ರಷ್ಯನ್"
+
+#~ msgid "Japanese"
+#~ msgstr "ಜಪಾನಿ"
+
+#~ msgid "Korean"
+#~ msgstr "ಕೊರಿಯನ್"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "ಸರಳ ಚಿನೀ"
+
+#~ msgid "Georgian"
+#~ msgstr "ಜಾರ್ಜಿಯನ್"
+
+#~ msgid "Hebrew"
+#~ msgstr "ಹೆಬ್ರೀವ್"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "ಸಿರಿಲಿಕ್/ಉಕ್ರೆನಿಯನ್"
+
+#~ msgid "Vietnamese"
+#~ msgstr "ವಿಯೆಟ್ನಾಮೀಸ್"
+
+#~ msgid "Thai"
+#~ msgstr "ಥಾಯ್"
+
+#~ msgid "Unknown"
+#~ msgstr "ಅಜ್ಞಾತ"
+
+#~ msgid "Character Encodings"
+#~ msgstr "ಕ್ಯಾರೆಕ್ಟರ್ ಎನ್ಕೋಡಿಂಗ್‍ಗಳು"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "ಆರಿಸಲಾದ ಕಡತವನ್ನು ನಿಲುಕಿಸಿಕೊಳ್ಳಲಾಗಲಿಲ್ಲ ಏಕೆಂದರೆ ಅದು ಆರೋಹಿತಗೊಂಡಿಲ್ಲ."
+
+#~ msgid "The file is too big."
+#~ msgstr "ಕಡತವು ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit ಈ ಕಡತದ ಸನ್ನಿವೇಶವನ್ನು (ಇನ್ಸೆನ್ಸ್‍) ಒಂದು ಸಂಪಾದಿಸಲಾಗದ ರೀತಿಯಲ್ಲಿ ತೆರೆದಿತ್ತು. "
+#~ "ಆದರೂ ಅದನ್ನು ಸಂಪಾದಿಸಬೇಕೆ?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr ""
+#~ "ನೀವು ಮಾಡಿದ ಬದಲಾವಣೆಗಳನ್ನು ಬಿಟ್ಟು ಹಾಗು ಕಡತವನ್ನು ಪುನಃ ಲೋಡ್ ಮಾಡಲು ಬಯಸುತ್ತೀರಾ?"
+
+#~ msgid "Save _As..."
+#~ msgstr "ಹೀಗೆ ಉಳಿಸು (_A)..."
+
+#~ msgid "_Print..."
+#~ msgstr "ಮುದ್ರಿಸು (_P)..."
+
+#~ msgid "Open a recently used file"
+#~ msgstr "ಇತ್ತೀಚೆಗೆ ಬಳಸಲಾದ ಒಂದು ಕಡತವನ್ನು ತೆಗೆ"
+
+#~ msgid "Empty"
+#~ msgstr "ಖಾಲಿ"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit ಆದ್ಯತೆಗಳು"
+
+#~ msgid "column"
+#~ msgstr "ಉದ್ದಸಾಲು"
+
+#~ msgid "Replace All"
+#~ msgstr "ಎಲ್ಲವನ್ನೂ ಬದಲಾಯಿಸು"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "ಯೂನಿಕೋಡ್ (UTF-8)"
+
+#~ msgid "_View"
+#~ msgstr "ನೋಟ (_V)"
+
+#~ msgid "_Documents"
+#~ msgstr "ದಸ್ತಾವೇಜುಗಳು (_D)"
+
+#~ msgid "_Open..."
+#~ msgstr "ತೆರೆ (_O)..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "ಆದ್ಯತೆಗಳು (_e)"
+
+#~ msgid "Configure the application"
+#~ msgstr "ಅನ್ವಯವನ್ನು ಸಂರಚನೆ ಮಾಡು"
+
+#~ msgid "_Contents"
+#~ msgstr "ಒಳ ಅಂಶಗಳು (_C)"
+
+#~ msgid "Open the gedit manual"
+#~ msgstr "gedit ಕೈಪಿಡಿಯನ್ನು ತೆರೆ"
+
+#~ msgid "About this application"
+#~ msgstr "ಈ ಅನ್ವಯದ ಬಗ್ಗೆ"
+
+#~ msgid "Save the current file with a different name"
+#~ msgstr "ಪ್ರಸಕ್ತ ಕಡತವನ್ನು ಬೇರೆ ಹೆಸರಿನಲ್ಲಿ ಉಳಿಸು"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "ಉಳಿಸಲಾದ ಕಡತದ ಒಂದು ಆವೃತ್ತಿಗೆ ಮರಳಿಸಲಾಗುತ್ತಿದೆ"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "ಮುದ್ರಣ ಮುನ್ನೋಟ (_w)"
+
+#~ msgid "Print preview"
+#~ msgstr "ಮುದ್ರಣ ಮುನ್ನೋಟ"
+
+#~ msgid "Print the current page"
+#~ msgstr "ಪ್ರಸಕ್ತ ಕಡತವನ್ನು ಮುದ್ರಿಸು"
+
+#~ msgid "Undo the last action"
+#~ msgstr "ಹಿಂದಿನ ಕಾರ್ಯವನ್ನು ರದ್ದು ಮಾಡು"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "ಹಿಂದೆ ರದ್ದು ಮಾಡಲಾದ ಕಾರ್ಯವನ್ನು ಪುನಃ ಮಾಡು"
+
+#~ msgid "Cut the selection"
+#~ msgstr "ಆಯ್ದದನ್ನು ಕತ್ತರಿಸು"
+
+#~ msgid "Copy the selection"
+#~ msgstr "ಆಯ್ದದನ್ನು ಕಾಪಿ ಮಾಡು"
+
+#~ msgid "Paste the clipboard"
+#~ msgstr "ಸ್ಮೃತಿಯಲ್ಲಿರುವ ಪಠ್ಯವನ್ನು ಆಂಟಿಸು"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "ಆಯ್ದದನ್ನು ಅಳಿಸು"
+
+#~ msgid "Select the entire document"
+#~ msgstr "ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಎಲ್ಲ ಅಯ್ಕೆಮಾಡು"
+
+#~ msgid "_Find..."
+#~ msgstr "ಹುಡುಕು (_F)..."
+
+#~ msgid "Search for text"
+#~ msgstr "ಪಠ್ಯಕ್ಕಾಗಿ ಹುಡುಕು:"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "ಅದೇ ಅಕ್ಷರಪುಂಜಕ್ಕಾಗಿ ಮುಂದಕ್ಕೆ ಹುಡುಕು"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "ಅದೇ ಅಕ್ಷರಪುಂಜಕ್ಕಾಗಿ ಹಿಂದಕ್ಕೆ ಹುಡುಕು"
+
+#~ msgid "_Replace..."
+#~ msgstr "ಬದಲಾಯಿಸು (_R)..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "ಅಕ್ಷರಪುಂಜವನ್ನು ಹುಡುಕು ಹಾಗು ಬದಲಾಯಿಸು"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "ಹುಡುಕಿದಾಗ ದೊರೆತವುಗಳನ್ನು ಹೈಲೈಟ್ ಮಾಡಿದ್ದನ್ನು ತೆರವುಗೊಳಿಸು"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "ನಿರ್ದಿಷ್ಟ ಸಾಲಿನ ಸಂಖ್ಯೆಗೆ ಹೋಗು"
+
+#~ msgid "Save all open files"
+#~ msgstr "ಉಳಿಸು"
+
+#~ msgid "Close all open files"
+#~ msgstr "ತೆರೆದ ಎಲ್ಲ ಕಡತಗಳನ್ನು ಮುಚ್ಚು"
+
+#~ msgid "Create a new tab group"
+#~ msgstr "ಹೊಸ ಟ್ಯಾಬ್ ಗುಂಪನ್ನು ರಚಿಸು"
+
+#~ msgid "Switch to the previous tab group"
+#~ msgstr "ಹಿಂದಿನ ಟ್ಯಾಬ್ ಗುಂಪಿಗೆ ಬದಲಾಯಿಸಿ"
+
+#~ msgid "Switch to the next tab group"
+#~ msgstr "ಮುಂದಿನ ಟ್ಯಾಬ್ ಗುಂಪಿಗೆ ಬದಲಾಯಿಸಿ"
+
+#~ msgid "Activate previous document"
+#~ msgstr "ಹಿಂದಿನ ದಸ್ತಾವೇಜನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು"
+
+#~ msgid "Activate next document"
+#~ msgstr "ಮುಂದಿನ ದಸ್ತಾವೇಜನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜನ್ನು ಹೊಸ ಕಿಟಕಿಗೆ ವರ್ಗಾಯಿಸು"
+
+#~ msgid "Close the current file"
+#~ msgstr "ಈ ಕಡತವನ್ನು ಮುಚ್ಚು"
+
+#~ msgid "Quit the program"
+#~ msgstr "ತಂತ್ರಾಂಶದಿಂದ ಅಚೆ ಬಾ"
+
+#~ msgid "_Toolbar"
+#~ msgstr "ಉಪಕರಣ ಪಟ್ಟಿ (_T)"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "ಪ್ರಸಕ್ತ ಕಿಟಕಿವಿನಲ್ಲಿ ಉಪಕರಣಪಟ್ಟಿಯ ಕಾಣಿಸು ಅಥವ ಅಡಗಿಸು"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "ಪ್ರಸಕ್ತ ಕಿಟಕಿವಿನಲ್ಲಿ ಸ್ಥಿತಿಪಟ್ಟಿಯ ಕಾಣಿಸು ಅಥವ ಅಡಗಿಸು"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "ಪಠ್ಯವನ್ನು ಪೂರ್ಣತೆರೆಯಲ್ಲಿ ಸಂಪಾದಿಸು"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "ಪ್ರಸಕ್ತ ಕಿಟಕಿವಿನಲ್ಲಿ ಬದಿಯ ಫಲಕವನ್ನು ಕಾಣಿಸು ಅಥವ ಅಡಗಿಸು"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "ಪ್ರಸಕ್ತ ಕಿಟಕಿವಿನಲ್ಲಿ ಕೆಳಗಿನ ಫಲಕವನ್ನು ಕಾಣಿಸು ಅಥವ ಅಡಗಿಸು"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "ವಾಕ್ಯರಚನೆಯ ಹೈಲೈಟಿಂಗನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸು"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' ಅನ್ನು ತೆಗೆ"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' ವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು"
+
+#~ msgid "Change Case"
+#~ msgstr "ಕೇಸ್‍ನ್ನು ಬದಲಾಯಿಸು"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "ಆರಿಸಲಾದ ಪಠ್ಯದ ಕೇಸ್ ಪರಿವರ್ತನೆ."
+
+#~ msgid "C_hange Case"
+#~ msgstr "ಕೇಸನ್ನು ಬದಲಾಯಿಸು (_h)"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "ಎಲ್ಲಾ ಅಪ್ಪರ್ ಕೇಸ್‍ಗಳು (_U)"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "ಎಲ್ಲಾ ಲೋಯರ್ ಕೇಸ್‍ಗಳು (_L)"
+
+#~ msgid "Change selected text to lower case"
+#~ msgstr "ಆಯ್ಕೆ ಮಾಡಲಾದ ಪಠ್ಯವನ್ನು ಲೋಯರ್ ಕೇಸ್‍ಗೆ ಪರಿವರ್ತಿಸು"
+
+#~ msgid "_Invert Case"
+#~ msgstr "ಕೇಸನ್ನು ಬದಲಾಗಿಸು (_I)"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "ಆಯ್ದ ಪಠ್ಯದ ಕೇಸನ್ನು ಬದಲಾಯಿಸು"
+
+#~ msgid "_Title Case"
+#~ msgstr "ಶೀರ್ಷಿಕೆಯ ಕೇಸ್ (_T)"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "ಆರಿಸಲಾದ ಪ್ರತಿಯೊಂದು ಪದದ ಮೊದಲ ಅಕ್ಷರವನ್ನು ಕ್ಯಾಪಿಟಲ್ ಮಾಡು"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜಿನ ಅಂಕಿಅಂಶ ಮಾಹಿತಿಯನ್ನು ಪಡೆದುಕೊಳ್ಳಿ"
+
+#~ msgid "_Update"
+#~ msgstr "ಅಪ್ಡೇಟ್ ಮಾಡು (_U)"
+
+#~ msgid "File Name"
+#~ msgstr "ಕಡತದ ಹೆಸರು"
+
+#~ msgid "_Tools:"
+#~ msgstr "ಉಪಕರಣಗಳು (_T):"
+
+#~ msgid "_Edit:"
+#~ msgstr "ಸಂಪಾದನೆ (_E):"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "ಬಾಹ್ಯ ಉಪಕರಣ ವ್ಯವಸ್ಥಾಪಕವನ್ನು ತೆರೆಯುತ್ತದೆ"
+
+#~ msgid "External tools"
+#~ msgstr "ಬಾಹ್ಯ ಉಪಕರಣಗಳು"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "ಸಕ್ರಿಯ ದಸ್ತಾವೇಜಿನ ತಾಣಕ್ಕೆ ಮೂಲವನ್ನು ಹೊಂದಿಸು"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "ಪ್ರಸ್ತುತ ತೆರೆಯಲಾಗಿರುವ ಕೋಶದಲ್ಲಿ ಒಂದು ಟರ್ಮಿನಲ್ಲನ್ನು ತೆರೆ"
+
+#~ msgid "file"
+#~ msgstr "ಕಡತ"
+
+#~ msgid "directory"
+#~ msgstr "ಕಡತಕೋಶ"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "ಆರಿಸಲಾದ ಕಡತ ಅಥವ ಕಡತಕೋಶವನ್ನು ಕಸದ ಬುಟ್ಟಿಗೆ ಸ್ಥಳಾಂತರಿಸು"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "ಆರಿಸಲಾದ ಕಡತ ಅಥವ ಕಡತಕೋಶವನ್ನು ಅಳಿಸಿಹಾಕು"
+
+#~ msgid "Open selected file"
+#~ msgstr "ಆರಿಸಲಾದ ಸಾಲುಗಳನ್ನು ಇಂಡೆಂಟ್ ಮಾಡು"
+
+#~ msgid "Up"
+#~ msgstr "ಮೇಲೆ"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "ಮೂಲ ಫೋಲ್ಡರನ್ನು ತೆರೆ"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "ಹೊಸ ಖಾಲಿ ಕಡತಕೋಶವನ್ನು ಸೇರಿಸು"
+
+#~ msgid "Add new empty file"
+#~ msgstr "ಹೊಸ ಖಾಲಿ ಕಡತವನ್ನು ಸೇರಿಸು"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "ಆರಿಸಲಾದ ಕಡತ ಅಥವ ಕಡತಕೋಶದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸು"
+
+#~ msgid "_Previous Location"
+#~ msgstr "ಹಿಂದಿನ ಸ್ಥಳ (_P)"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "ಈ ಹಿಂದೆ ಭೇಟಿ ನೀಡಲಾದ ಸ್ಥಳಕ್ಕೆ ತೆರಳು"
+
+#~ msgid "_Next Location"
+#~ msgstr "ಮುಂದಿನ ಸ್ಥಳ (_N)"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "ಮುಂದೆ ಭೇಟಿ ನೀಡಲಾದ ಸ್ಥಳಕ್ಕೆ ತೆರಳು"
+
+#~ msgid "Refresh the view"
+#~ msgstr "ನೋಟವನ್ನು ನವೀಕರಿಸು"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "ಕಡತ ವ್ಯವಸ್ಥಾಪಕದಲ್ಲಿ ಕೋಶವನ್ನು ವೀಕ್ಷಿಸು"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "ಅಡಗಿಸಿದ ಕಡತ ಹಾಗು ಕಡತಕೋಶವನ್ನು ತೋರಿಸು"
+
+#~ msgid "Show binary files"
+#~ msgstr "ಬೈನರಿ ಕಡತವನ್ನು ತೋರಿಸು"
+
+#~ msgid "Quick open"
+#~ msgstr "ಕ್ಷಿಪ್ರವಾಗಿ ತೆರೆ"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "ಕ್ಷಿಪ್ರವಾಗಿ ದಸ್ತಾವೇಜುಗಳನ್ನು ತೆರೆ"
+
+#~ msgid "_Snippets:"
+#~ msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳು (_S):"
+
+#~ msgid "Manage snippets"
+#~ msgstr "ಸ್ನಿಪ್ಪೆಟ್‍ಗಳನ್ನು ವ್ಯವಸ್ಥಾಪಿಸು"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜನ್ನು ವಿಂಗಡಿಸು ಅಥವ ಆಯ್ಕೆಮಾಡು "
+
+#~ msgid "Check Spelling"
+#~ msgstr "ಕಾಗುಣಿತ ಪರೀಕ್ಷಿಸು"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜಿನ ಸರಿಯಿಲ್ಲದ ಕಾಗುಣಿತ ಪರೀಕ್ಷಿಸು"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜಿನ ಭಾಷೆಯನ್ನು ತಿಳಿಸು "
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "ಪ್ರಸಕ್ತ ದಸ್ತಾವೇಜಿನ ಸ್ವಯಂಕಾಗುಣಿತ ಪರೀಕ್ಷಿಸು"
+
+#~ msgid "Language:"
+#~ msgstr "ಭಾಷೆ:"
+
+#~ msgid "Language"
+#~ msgstr "ಭಾಷೆ"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "ಪ್ರಸಕ್ತ ದಿನಾಂಕ ಮತ್ತು ಸಮಯವನ್ನು ಸೂಚಕದ ಸ್ಥಾನದಲ್ಲಿ ಸೇರಿಸು"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist ದತ್ತಾಂಶ ಒದಗಿಸುವವರು"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "gedit ನಲ್ಲಿ ಬಳಸಲಾದ ದಸ್ತಾವೇಜುಗಳಿಗಾಗಿ ನಿಲುಕಿಸಿಕೊಳ್ಳಲಾದ ಮತ್ತು ಬಿಟ್ಟ ಘಟನೆಗಳ "
+#~ "ದಿನಚರಿಯನ್ನು ಇರಿಸಿಕೊಳ್ಳುತ್ತದೆ"
diff --git a/po/ko.po b/po/ko.po
new file mode 100644
index 0000000..018cf95
--- /dev/null
+++ b/po/ko.po
@@ -0,0 +1,3597 @@
+# gedit ko.po
+# This file is distributed under the same license as the gedit package.
+#
+# Sung-Hyun Nam <namsh@lgic.co.kr>, 1998
+# Chideok Hwang <hwang@mizi.co.kr>, 2000, 2001
+# Young-Ho, Cha <ganadist@chollian.net>, 2000, 2002, 2007
+# Changwoo Ryu <cwryu@debian.org>, 2004, 2007-2016, 2018-2020.
+#
+# 새로 번역하시는 분은 아래 translator-credits에 추가하세요.
+#
+# 주의:
+# - gedit-plugins 번역과 일관성 유지
+# - 이 프로그램의 이름인 gedit는 "지에디트"로 음역
+# - 오류 메시지에서 gedit가 주어가 되는 경우가 많은데 이 경우 뜻이
+# 통하는 경우 생략한다. "지에디트가 ..." 식으로 번역하지 않는다.
+# - 용어
+# - indentation - 들여쓰기 (공백 없이)
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-08-28 17:27+0000\n"
+"PO-Revision-Date: 2020-08-29 21:57+0900\n"
+"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
+"Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n"
+"Language: ko\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "지에디트"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "텍스트 파일을 편집합니다"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "지에디트는 그놈 데스크톱 환경을 위한 텍스트 에디터입니다."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr "지에디트의 첫번째 목표는 사용하기 쉽게 하는 것으로, 기본값으로는 간단한 인터페이스만 있습니다. 플러그인을 사용하면 추가 고급 기능을 사용할 수 있습니다."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "텍스트 편집기"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr ""
+"Text;텍스트;Editor;편집기;Plaintext;일반텍스트;Write;글쓰기;작성;gedit;지에디"
+"트;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "새 창"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "새 문서"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "기본 글꼴 사용"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"편집 영역에 지에디트에서 지정한 글꼴 대신 시스템의 기본 고정폭 글꼴을 씁니"
+"다. 이 옵션이 꺼져 있으면 시스템 글꼴 대신 “편집기 글꼴” 옵션의 글꼴을 씁니"
+"다."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "편집기 글꼴"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "색상 모음"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "텍스트의 색을 입힐 때 사용할 GtkSourceView Style Scheme의 ID."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "예비본 만들기"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "파일을 저장할 때 예비 파일 복사본을 만들지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "자동 저장"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"바뀐 파일을 일정 시간 간격마다 자동으로 저장합니다. “자동 저장 간격” 옵션에"
+"서 시간 간격을 설정할 수 있습니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "자동 저장 간격"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"지에디트에서 바뀐 파일을 자동으로 저장하는 시간입니다. “자동 저장” 옵션이 켜"
+"져 있어야만 적용됩니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "입력취소 최대 개수"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"지에디트에서 실행 취소나 다시 실행을 할 수 있는 최대 회수. “-1”이면 무제한."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "줄 바꿈 모드"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"편집 영역에서 긴 줄을 바꾸는 방법을 지정합니다. 줄 바꿈을 하지 않으려면 "
+"“none”을, 단어 단위로 줄 바꿈을 하려면 “word”를, 문자 단위로 줄 바꿈을 하려"
+"면 “char”을 쓰십시오. 이 값은 대소문자를 구별하므로 여기 설명한 대로 정확히 "
+"입력해야 합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "줄 바꿈 모드에서 최근의 구분 모드"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"줄 바꿈 모드에서 최근에 사용한 모드를 저장합니다. 그래서 줄 바꿈 모드를 끄더"
+"라도 구분 모드를 기억합니다. “word”를 사용하면 단어 단위로 바꾸고, “char”를 "
+"사용하면 문자 단위로 구분합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "탭 크기"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "탭 문자 대신에 보여줄 공백 문자의 개수를 지정합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "공백 입력"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "탭 대신에 공백을 넣습니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "자동 들여쓰기"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "자동 들여쓰기를 사용할지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "줄 번호 표시"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "편집 영역에 줄 번호를 보여줍니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "현재 줄 강조"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "지에디트에서 현재 줄을 강조할지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "일치하는 대괄호 강조"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "지에디트에서 일치하는 대괄호를 강조할지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "오른쪽 여백 표시"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "편집 영역에 오른쪽 여백을 표시할지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "오른쪽 여백 위치"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "오른쪽 여백의 위치를 지정합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "문서 배경 패턴 종류"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "문서의 배경 패턴을 칠할지 여부."
+
+# Home/End 키를 말하는 것이므로 그대로 쓴다.
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "똑똑한 Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"HOME 및 END 키를 눌렀을 때 커서 움직임을 지정합니다. “disabled”로 하면 줄의 "
+"처음과 끝으로 이동합니다. “after”로 하면 키를 처음 눌렀을 때 줄의 처음과 끝으"
+"로 이동하고 두번째로 누르면 공백 문자를 무시한 글의 처음과 끝으로 이동합니"
+"다. “before”로 하면 글의 처음과 끝으로 이동한 다음 그 다음에 눌렀을 때 줄의 "
+"처음과 끝으로 이동합니다. “always”로 하면 항상 줄과 관계 없이 글의 처음과 끝"
+"으로만 이동합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "이전 커서 위치 복구"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "파일을 읽을 때 이전 커서 위치를 저장할지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "구문 강조 사용하기"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "구문 강조를 사용할지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "검색 강조 사용하기"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "모든 검색한 텍스트를 강조할지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "맨 끝에 줄 바꿈 확인"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "항상 문서의 맨 끝은 줄 바꿈으로 끝나도록 확인합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "노트북 탭 보기 모드"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"인쇄할 때 긴 줄을 바꾸는 방법을 지정합니다. 줄 바꿈을 하지 않으려면 "
+"“none”을, 단어 단위로 줄 바꿈을 하려면 “word”를, 문자 단위로 줄 바꿈을 하려"
+"면 “char”을 쓰십시오. 이 값은 대소문자를 구별하므로 여기 설명한 대로 정확히 "
+"입력해야 합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "상태 표시줄 보임"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "편집 창 아래에 상태 표시줄을 보일지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "가장자리 패널 보임"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "편집 창 왼쪽에 가장자리 패널을 보일지 여부."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "구문 강조 인쇄"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "문서를 인쇄할 때 구문 강조를 인쇄합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "머릿말 인쇄"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "문서를 인쇄할 때 문서 머릿말을 넣습니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "줄 바꿈 모드 인쇄"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"인쇄할 때 긴 줄을 바꾸는 방법을 지정합니다. 줄 바꿈을 하지 않으려면 "
+"“none”을, 단어 단위로 줄 바꿈을 하려면 “word”를, 문자 단위로 줄 바꿈을 하려"
+"면 “char”을 쓰십시오. 이 값은 대소문자를 구별하므로 여기 설명한 대로 정확히 "
+"입력해야 합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "줄 번호 인쇄"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"값이 0 이면 문서를 인쇄할 때 줄 번호를 넣지 않습니다. 그 외의 값이면 매 줄에 "
+"줄 번호를 인쇄합니다."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "인쇄용 본문 글꼴"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "문서를 인쇄할 때 문서의 본문에 쓸 글꼴을 지정합니다."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "인쇄용 머릿말 글꼴"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"문서를 인쇄할 때 머릿말에 쓸 글꼴을 지정합니다. “머릿말 인쇄” 옵션이 켜져 있"
+"어야만 적용됩니다."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "인쇄용 줄 번호 글꼴"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"인쇄할 때 줄 번호에 쓸 글꼴을 지정합니다. “줄 번호 인쇄” 옵션이 0이 아닌 값"
+"일 때 적용됩니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "왼쪽 여백"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "왼쪽 여백, 밀리미터 단위."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "위 여백"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "위 여백, 밀리미터 단위."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "오른쪽 여백"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "오른쪽 여백, 밀리미터 단위."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "아래 여백"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "아래 여백, 밀리미터 단위."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "문자 인코딩"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"파일 열기/저장 창의 문자 인코딩 메뉴에 표시할 후보 인코딩의 목록. "
+"“CURRENT”는 현재 로캘의 인코딩을 말합니다. 무슨 인코딩인지 알 수 있는 값만 사"
+"용합니다. 기본값은 빈 목록으로, 이 경우 국가와 언어에 따라 적당한 기본값을 표"
+"시합니다."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "활성 플러그인"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "활성 플러그인의 목록."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "프로그램 버전을 표시합니다"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "인코딩 옵션에서 사용할 수 있는 값의 목록을 표시합니다"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "명령행에서 지정한 파일을 여는데 사용할 문자 인코딩을 설정합니다"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "<인코딩>"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "실행 중인 지에디트 인스턴스에서 새로운 최상위 창을 만듭니다"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "실행 중인 지에디트 인스턴스에서 새로운 문서를 만듭니다"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "파일을 열고 파일을 닫을 때까지 프로세스를 중단합니다"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "독립 모드로 실행합니다"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[<파일>…] [+<행>[:<열>]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "도움말을 표시하는데 오류가 발생했습니다."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: 잘못된 인코딩."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "저장하지 않고 닫기(_W)"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "취소(_C)"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "다른 이름으로 저장(_S)…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "저장(_S)"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "저장하지 않으면, 최근 %ld초 동안 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "저장하지 않으면, 최근 1분 동안 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"저장하지 않으면, 최근 1분 %ld초 동안 편집한 사항을 모두 잃어버립니다."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "저장하지 않으면, 최근 %ld분 동안 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "저장하지 않으면, 최근 1시간 동안 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "저장하지 않으면, 최근 1시간 %d분 동안 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "저장하지 않으면, 최근 %d시간 동안 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "닫기 전에 문서 “%s”의 편집한 사항을 저장하시겠습니까?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"바뀌었는데 저장하지 않은 문서가 %d개 있습니다. 닫기 전에 편집한 사항을 저장하"
+"시겠습니까?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "저장하려는 문서를 선택하십시오(_E):"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "저장하지 않으면, 편집한 사항을 모두 잃게 됩니다."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "“%s” 파일을 읽어들이는 중입니다…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d개 파일을 읽어들이는 중입니다…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "“%s” 파일이 읽기 전용입니다."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "저장하려는 파일로 바꾸시겠습니까?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "바꾸기(_R)"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "파일을 압축해서 저장하시겠습니까?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "파일을 일반 텍스트로 저장하시겠습니까?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr "“%s” 파일은 이전에 일반 텍스트로 저장했지만 이제 압축해서 저장합니다."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "압축해서 저장(_S)"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "“%s” 파일은 이전에 압축해서 저장했지만 이제 일반 텍스트로 저장합니다."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "일반 텍스트로 저장(_S)"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "“%s” 파일을 읽어들이는 중입니다…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "다른 이름으로 저장"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "“%s” 문서를 되돌리는 중입니다…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "문서 “%s”의 저장하지 않은 편집한 사항을 되돌리시겠습니까?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "최근 %ld초 동안 문서에 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "최근 1분 동안 문서에 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "최근 %ld초 동안 문서에 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "최근 %ld분 동안 문서에 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "최근 한시간 동안 문서에 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "최근 1시간 %d분 동안 문서에 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "최근 %d시간 동안 문서에 편집한 사항을 잃어버립니다."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "되돌리기(_R)"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "지에디트는 그놈 데스크톱을 위한 작고 가벼운 텍스트 에디터입니다."
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"남성현 <namsh@lgic.co.kr>\n"
+"황치덕 <hwang@mizi.co.kr>\n"
+"차영호 <ganadist@gmail.com>\n"
+"류창우 <cwryu@debian.org>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d번 발견하고 바꿨습니다"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "한번 발견하고 바꿨습니다"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s”이(가) 없습니다"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "이름 없는 문서 %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "탭 그룹 %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "읽기 전용"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "자동 인식"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "추가 혹은 제거…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "현재 로캘(%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s(현재 로캘)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "정말로 문자 인코딩 설정을 초기화하시겠습니까?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "초기화(_R)"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "추가"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "제거"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "높은 우선 순위로 옮기기"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "낮은 우선 순위로 옮기기"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "모든 파일"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "모든 텍스트 파일"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "문자 인코딩(_H):"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "줄 바꿈(_I):"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "파일 열기"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "열기(_O)"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "일반 텍스트"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "다시 시도(_R)"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "“%s” 파일을 찾을 수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "입력한 위치가 올바른지 확인하고 다시 시도하십시오."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” 위치를 처리할 수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "이 위치를 처리할 수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "파일의 위치를 접근할 수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s”(은)는 디렉터리 입니다."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s”(은)는 올바른 위치가 아닙니다."
+
+# c-format
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"호스트 “%s”을(를) 찾을 수 없습니다. 프록시 설정이 올바른지 확인하고 다시 시도"
+"하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"호스트 이름이 올바르지 않습니다. 입력한 위치가 올바른지 확인하고 다시 시도하"
+"십시오."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s”(은)는 일반 파일이 아닙니다."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "연결 제한시간이 지났습니다. 다시 시도합니다."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "예기치 않은 오류: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "요청한 파일을 찾지 못했습니다. 최근에 지워졌을 것입니다."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "“%s” 파일을 되돌릴 수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "문자 인코딩(_A):"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "그래도 편집(_W)"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"링크 따라가는 개수는 정해져 있습니다. 그 개수 제한 안에서 실제 파일을 찾을 "
+"수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "파일을 열 수 있는 권한이 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "문자 인코딩을 알아낼 수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "이진 파일을 열려고 한 것인지 확인하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "메뉴에서 문자 인코딩을 선택해서 다시 시도하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "“%s” 파일을 여는데 문제가 발생했습니다."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"연 파일 안에 올바르지 않은 문자가 들어 있습니다. 이 파일을 계속 편집하면 문서"
+"가 손상될 수도 있습니다."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "다른 문자 인코딩을 선택해서 다시 시도해 볼 수도 있습니다."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "“%2$s” 문자 인코딩으로 “%1$s” 파일을 열 수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "메뉴에서 다른 문자 인코딩을 선택한 후 다시 시도하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr " “%s” 파일을 열 수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "“%2$s” 문자 인코딩으로 “%1$s” 파일을 저장할 수 없습니다."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"지정한 문자 인코딩으로 인코드되지 않은 문자가 문서에 포함되어 있습니다."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "어쨋든 저장(_A)"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "저장하지 않음(_O)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr " “%s” 파일이 읽은 뒤에 수정되었습니다."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "저장하면, 외부에서 바꾼 것을 잃어버리게 됩니다. 계속 저장하겠습니까?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"“%s:” 위치를 쓰기 모드로 처리할 수 없습니다. 입력한 위치가 올바른지 확인하"
+"고 다시 시도하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"이 위치를 쓰기 모드로 처리할 수 없습니다. 입력한 위치가 올바른지 확인하고 다"
+"시 시도하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s”은(는) 올바른 위치가 아닙니다. 입력한 위치가 올바른지 확인하고 다시 시도"
+"하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"파일을 저장할 권한이 없습니다. 입력한 위치가 올바른지 확인하고 다시 시도하십"
+"시오."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"파일을 저장하기 위한 디스크 공간이 부족합니다. 디스크 공간을 확보하고 다시 시"
+"도하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"읽기 전용 디스크에 파일을 저장하려 합니다. 입력한 위치가 올바른지 확인하고 다"
+"시 시도하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "같은 이름의 파일이 이미 있습니다. 다른 이름을 쓰도록 하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"파일을 저장하려는 디스크에 파일 이름 길이 제한이 걸려있습니다. 짧은 파일이름"
+"을 쓰도록 하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"파일을 저장하려는 디스크에 파일 크기 제한이 걸려있습니다. 파일 크기를 줄이던"
+"지 크기 제한이 풀려있는 디스크에 저장하십시오."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "“%s” 파일을 저장할 수 없습니다."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "단추를 눌러서 편집기에서 쓸 글꼴을 선택하십시오"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "시스템 고정폭 글꼴(%s) 사용(_U)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "선택한 색상 모음을 설치할 수 없습니다: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "선택한 색상 모음을 설치할 수 없습니다."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "색상 모음 추가"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "색상 모음 추가(_A)"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "색상 모음 파일"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "색상 모음 파일 “%s”을(를) 제거할 수 없습니다."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "준비하는 중…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "파일: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "%N페이지, 전체 %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "렌더링: %d페이지, 전체 %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d페이지, 전체 %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "없음"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "찾아서 바꾸기"
+
+# overwrite 모드
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "바꿈"
+
+# insert 모드
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "삽입"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "오류가 있는 탭이 %d개 있습니다"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%2$s에서 %1$s(을)를 되돌리는 중"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "%s(을)를 되돌리는 중"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%2$s에서 %1$s(을)를 읽어들이는 중"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "%s(을)를 읽어들이는 중"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s(을)를 %s(으)로 저장 중"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "%s 저장 중"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "파일 %s을(를) 읽어들이는데 오류"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s 파일을 되돌리는데 오류"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s 파일을 저장하는데 오류"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "이름:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME 종류:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "인코딩:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "%s의 /"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "유닉스/리눅스"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "맥 OS 클래식"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "윈도우"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "줄 번호 표시(_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d번째, 전체 %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "끝까지 가면 처음부터(_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "정규식 일치(_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "전체가 맞는 단어만(_E)"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "대소문자 일치(_M)"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "찾으려는 문자열"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "커서를 옮기려는 줄 번호"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "대괄호 맞추기 범위를 벗어났습니다"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "맞는 대괄호가 없습니다"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "맞는 대괄호가 다음 줄에 있습니다: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " %d행, %d열"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "탭 너비: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "저장하지 않은 문서가 있습니다"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "가장자리 창 페이지 바꾸기"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "문서"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "파일 열기"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "최근에 사용한 파일 열기"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "왼쪽으로 이동(_L)"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "오른쪽으로 이동(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "새 창으로 옮기기(_W)"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "새 탭 그룹으로 이동(_G)"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "닫기(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "자동 들여쓰기"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "공백 사용"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "줄 번호 표시"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "오른쪽 여백 표시"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "현재 줄 강조"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "줄 바꿈"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "파일(_F)"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "새로 만들기(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "최근 문서 열기(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "닫은 탭 다시 열기(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "다른 이름으로 저장(_A)…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "새 창(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "다시 읽기(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "인쇄(_P)…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "끝내기(_Q)"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "편집(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "실행 취소(_U)"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "다시 실행(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "잘라내기(_U)"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "복사(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "붙여넣기(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "삭제(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "덮어쓰기 모드(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "모두 선택(_A)"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "기본 설정(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "보기(_V)"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "가장자리 창(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "아래 창(_B)"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "전체 화면(_F)"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "강조 모드(_H)…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "검색(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "찾기(_F)…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "다음 찾기(_X)"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "이전 찾기(_V)"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "찾아서 바꾸기(_R)…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "강조 지우기(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "지정한 줄로 이동(_L)…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "도구(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "문서(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "모두 저장(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "모두 닫기(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "다음 탭 그룹(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "이전 탭 그룹(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "다음 탭 그룹(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "이전 문서(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "다음 문서(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "새 창으로 옮기기(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "도움말(_H)"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "텍스트 편집기 정보(_A)"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "모두 저장(_A)"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "찾아서 바꾸기(_F)…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "줄로 이동(_G)…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "키보드 바로 가기(_K)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "문자 인코딩"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "적용(_A)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "사용 가능한 인코딩(_V)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "선택한 인코딩(_S)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "설명(_D)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "인코딩(_E)"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "강조 모드"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "선택(_S)"
+
+# 검색어 입력 창의 텍스트
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "강조 모드 검색…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "기본 설정"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "다음 열에 오른쪽 여백 표시(_M):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "상태 표시줄 표시(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "격자 표시(_G)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "줄 바꿈"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "줄 바꿈 사용(_W)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "단어를 여러 줄로 나누지 않기(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "구문 강조"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "현재줄 강조(_L)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "일치하는 대괄호 강조(_B)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "보기"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "탭 위치"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "탭 너비(_T):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "탭 대신 공백 넣기(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "자동 들여쓰기 사용(_E)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "파일 저장"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "저장하기 전에 백업 만들기(_B)"
+
+# FIXME - english grammar based UI + label
+# "_Autosave files every <number> _minutes"
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "현재 파일을 매(_A)"
+
+# FIXME - english grammar based UI + label
+# "_Autosave files every <number> _minutes"
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "분마다 저장(_M)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "편집기"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "글꼴"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "편집기 글꼴(_F): "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "편집기 글꼴 고르기"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "색상 모음"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "모음 설치"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "모음 설치"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "모음 설치 제거"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "모음 설치 제거"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "글꼴 및 색"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "플러그인"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "구문 강조"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "구문 강조 인쇄(_X)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "줄 번호"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "줄 번호 인쇄(_M)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "다음 줄마다 줄 번호(_N):"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "줄"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "페이지 머릿말"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "페이지 윗단 인쇄(_H)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "글꼴"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "본문(_B):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "줄 번호(_L):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "윗단 및 아래단(_A):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "기본 글꼴로 되돌리기(_R)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "이전 페이지 보기"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "다음 페이지 보기"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "현재 페이지(Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "/"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "페이지 전체"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "문서의 전체 페이지 수"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "여러 페이지를 봅니다"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "1:1로 확대"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "전체 페이지에 맞게 크기 조정"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "페이지 확대"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "페이지 축소"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "인쇄 미리보기 닫기"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "미리보기 닫기(_C)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "인쇄 미리보기"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "인쇄될 문서를 미리 봅니다"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "모두 바꾸기(_A)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "찾기(_F)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "찾기(_I)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "바꿀 문자열(_W) "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "대소문자 일치(_M)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "전체가 맞는 단어만(_E)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "정규식(_G)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "뒤로 검색(_B)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "끝까지 가면 처음부터(_P)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "문서"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "탭에 새 문서 만들기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "새 문서 열기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "문서 저장"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "문서를 다른 파일 이름으로 저장"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "모든 문서 저장"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "문서 닫기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "모든 문서 닫기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "최근에 닫은 문서 다시 열기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "다음 문서로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "이전 문서로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "1번째 — 9번째 문서로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "창과 패널"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "창에서 새 문서 만들기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "새 탭 그룹 만들기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "가장자리 패널 숨기기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "아래 창 보이기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "전체 화면 켜기 / 끄기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "이 프로그램 끝내기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "찾아서 바꾸기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "찾기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "다음 일치하는 항목 찾기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "이전 일치하는 항목 찾기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "강조 지우기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "실행 취소 및 다시 실행"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "이전 명령 실행 취소"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "이전 명령 다시 실행"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "선택"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "모든 텍스트 선택"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "모든 텍스트 선택 해제"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "복사 및 붙여넣기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "선택한 텍스트를 클립보드에 복사"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "선택한 텍스트를 클립보드에 잘라내기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "클립보드에서 텍스트 붙여넣기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "줄로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "현재 줄의 처음으로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "현재 줄의 끝으로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "문서의 처음으로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "문서의 끝으로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "파일에서 뷰포트를 위로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "파일에서 뷰포트를 아래로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "파일에서 뷰포트를 파일 끝으로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "파일에서 뷰포트를 파일 시작으로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "일치하는 대괄호로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "이전 탭 그룹으로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "다음 탭 그룹으로 이동"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "편집"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "덮어쓰기 모드 토글"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "커서 표시 여부를 토글"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "현재 줄 삭제"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "현재 줄 위로 옮기기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "현재 줄 아래로 옮기기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "현재 단어 왼쪽으로 옮기기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "현재 단어 오른쪽으로 옮기기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "대문자로 변환"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "소문자로 변환"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "대소문자 뒤바꾸기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "커서 위치 숫자 증가"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "커서 위치 숫자 감소"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "도구"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "맞춤법 검사"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "문서 인쇄"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "자동 완성 창 보이기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "일반"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "도움말 보이기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "메뉴 열기"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "키보드 바로 가기"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "문서 닫기"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "새 문서를 만듭니다"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "새로 만들기"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "현재 파일을 저장합니다"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "저장"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "패널 숨기기"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "전체 화면 나가기"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "문서 통계"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "문서의 단어, 줄, 문자 수를 보여줍니다."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "문서 통계(_D)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "문서"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "선택한 부분"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "줄"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "단어"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "글자(공백 포함)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "글자(공백 없음)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "바이트"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "컴파일하기"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "문서 디렉터리에서 “make”를 실행합니다"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "터미널 열기"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "문서의 위치에서 터미널을 엽니다"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "뒤에 붙은 공백 제거"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "파일에 쓸데 없이 뒤에 붙은 공백을 지웁니다"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "명령 실행"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "사용자가 지정한 명령을 실행하고, 그 출력을 새 문서에 넣습니다"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "fpaste로 보내기"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "선택한 텍스트나 현재 문서를 fpaste로 붙여 넣습니다"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "외부 도구"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "외부 명령과 셸 스크립트를 실행합니다."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "시스템 글꼴을 사용할지 여부"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"참이면 외부 도구가 고정폭인 경우 desktop-global 표준 글꼴을 사용합니다. (고정"
+"폭이 아닌 경우 가장 비슷한 글꼴을 사용합니다.)"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "판고 글꼴 이름. 예를 들어 “Sans 12” 또는 “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "외부 도구 관리(_E)…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "외부 도구(_T)"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "명령을 실행할 수 없습니다: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "이 명령을 실행하려면 단어안에 있어야 합니다"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "도구 실행 중:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "완료."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "끝났음"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "모든 언어"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "모든 언어"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "새 도구"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "이 단축키는 %s에 연결되어 있습니다"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "새 단축키를 누르십시오. 지우려면 백스페이스를 누르십시오"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "새 단축키를 누르십시오"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "정지됨."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "도구 중지"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "항상 사용 가능"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "모든 문서"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "이름 없는 문서를 제외한 모든 문서"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "로컬 파일만"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "원격 파일만"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "이름 없는 문서만"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "현재 문서"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "현재 선택한 부분"
+
+# NOTE: 선택한 부분이 있으면 Current selection, 선택하지 않으면 Current document라는 의미
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "현재 선택한 부분 (선택하지 않으면 기본값은 문서)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "현재 줄"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "현재 단어"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "아래 창에 표시"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "새 문서 만들기"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "현재 문서에 덧붙이기"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "현재 문서를 바꾸기"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "현재 선택 부분을 바꾸기"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "커서 위치에 끼워넣기"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "외부 도구 관리"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "새 도구를 추가합니다"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "도구 추가"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "선택한 도구를 제거합니다"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "도구 제거"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "도구 되돌리기"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "도구 되돌리기"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "바로 가기 키(_K):"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "저장(_S):"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "입력(_I):"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "출력(_O):"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "적용 범위(_A):"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "도구 출력"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "파일 찾아보기 창"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "가장자리 패널에서 쉽게 파일에 접근합니다."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "홈"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "파일 시스템"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "파일 브라우저"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "새 디렉터리를 만드는데 오류가 생겼습니다"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "새 파일을 만드는데 오류가 생겼습니다"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "파일이나 디렉터리의 이름을 바꾸는데 오류가 생겼습니다"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "파일이나 디렉터리를 지우는데 오류가 생겼습니다"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "파일관리자에서 디렉터리를 여는데 오류가 생겼습니다"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "최상위 디렉터리를 정하는데 오류가 생겼습니다"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "디렉터리를 읽는데 오류가 생겼습니다"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "오류가 생겼습니다"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"파일을 휴지통에 버릴 수 없습니다.\n"
+"그냥 지워버리겠습니까?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "파일 “%s”(을)를 휴지통에 버릴 수 없습니다."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "선택한 파일을 휴지통에 버릴 수 없습니다."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "“%s”(을)를 완전히 지우시겠습니까?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "선택한 파일을 완전히 지우시겠습니까?."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "항목을 지우면, 완전히 없어집니다."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(비어있음)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"이름을 바꾼 파일이 필터로 제외되었습니다. 이 파일을 보려면 필터 설정을 바꿔야"
+"합니다."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "이름 없는 파일"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"새 파일이 필터로 제외되었습니다. 이 파일을 보려면 필터 설정을 바꿔야합니다."
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "이름 없는 폴더"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"새 디렉터리가 필터로 제외되었습니다. 이 디렉터리를 보려면 필터 설정을 바꿔야"
+"합니다."
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "책갈피"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "마운트한 볼륨에 마운트 오브젝트가 없습니다: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "미디어를 열 수 없습니다: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "볼륨을 마운트할 수 없습니다: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "“%s” 읽는데 오류가 발생했습니다: 그런 디렉터리가 없습니다"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "폴더보기로 열기"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "책갈피 보기 대신 폴더 보기모드로 파일 찾아보기 플러그인이 시작됩니다"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "파일 찾아보기 최상위 디렉터리"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"onload/tree_view가 참이고 파일 찾아보기 플러그인이 시작될 때 최상위 디렉터리"
+"로 사용할 위치."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "파일 찾아보기 가상 최상위 디렉터리"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"onload/tree_view가 참이고 파일 찾아보기 플러그인이 시작될 때 가상 최상위 디렉"
+"토리로 사용할 위치. 가상 최상위 디렉터리는 항상 실제 최상위 디렉터리의 하위 "
+"디렉터리이여야 합니다."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "원격 위치 저장 사용"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "원격 위치에도 저장할 수 있도록 합니다."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "첫번째 문서의 위치 설정"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"참이면 파일 찾아보기 플러그인을 맨 처음 사용할 때, 주어진 문서를 맨 처음 연 "
+"디렉터리를 봅니다.(즉 명령행에서 문서를 열거나, 노틸러스에서 문서를 여는 따위"
+"의 동작에도 적용됩니다.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "파일 찾아보기 필터 모드"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"파일 찾아보기에서 걸러낼 파일을 결정합니다. 올바른 값은 다음입니다: none (아"
+"무것도 거르지 않기), hide-hidden (숨김 파일만 거르기), hide-binary (이진 파일"
+"만 거르기)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "파일 찾아보기 필터 패턴"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"파일 찾아보기에 적용할 파일 이름 필터, filter_mode가 적용된 후에 적용됩니다."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "파일 찾아보기 바이너리 패턴"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "바이너리 파일을 필터링할 때 사용할 추가 패턴."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "현재 문서의 상위 디렉터리 선택(_S)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "새 폴더(_N)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "새 파일(_I)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "이름 바꾸기(_R)…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "휴지통에 버리기(_M)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "다시 읽기(_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "폴더 보기(_V)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "터미널에서 열기(_O)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "필터(_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "숨김 파일 보이기(_H)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "이진 파일 보이기(_B)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "파일 이름 일치"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "기록"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "기록 메뉴를 엽니다"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "모드라인"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate 그리고 Vim 모양의 모드라인 지원을 지원합니다."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "명령어 색"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "명령어 색"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "오류 색"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "오류 색"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"참이면 터미널이 고정폭인 경우 desktop-global 표준 글꼴을 사용합니다. (고정폭"
+"이 아니면 가장 비슷한 글꼴을 사용합니다.)"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "명령어 색(_O):"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "오류 색(_E):"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "파이썬 콘솔"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "아래 패널에 파이썬 콘솔을 엽니다."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "빠른 강조"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "선택한 텍스트가 나올 때마다 강조합니다."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "빠르게 열기…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "빠르게 열기"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "문서를 빠르게 엽니다"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "검색할 말 입력…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "관용구 관리(_S)…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "관용구"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "압축 파일 “%s”(을)를 만들 수 없습니다"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "목표 디렉터리 “%s”(을)를 만들 수 없습니다"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "목표 디렉터리 “%s”(은)는 올바른 디렉터리가 아닙니다"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "파일 “%s”이(가) 없습니다"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "파일 “%s”(은)는 올바른 관용구 파일이 아닙니다"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "가져온 파일 “%s”(은)는 올바른 관용구 파일이 아닙니다"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "압축 파일 “%s”(을)를 풀어낼 수 없습니다"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "다음 파일은 가져올 수 없습니다: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "“%s” 파일은 올바른 관용구 모음이 아닙니다"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "관용구 묶음"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "관용구 추가…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "전체"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "선택한 관용구를 되돌립니다"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "선택한 관용구를 지웁니다"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"올바른 탭 트리거가 아닙니다. 트리거는 영문자와 숫자(그리고 '_', ':', '.') 또"
+"는 알파벳이 아닌 한 글자로(예: '{', '[' 등) 이루어져야 합니다."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "탭을 누른 다음에 관용구를 사용하게 되는 단어 한 개"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "파일을 가져오는데 다음 오류가 생겼습니다: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "가져오기를 성공적으로 완료했습니다"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "관용구를 가져옵니다"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "지원되는 모든 파일"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "GZIP 압축 파일"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "BZIP2 압축 파일"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "관용구 파일"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "모든 파일"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "내보내는데 다음 오류가 생겼습니다: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "내보내기를 성공적으로 완료했습니다"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "선택한 <b>시스템</b> 관용구를 같이 내보내시겠습니까?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "내보낼 관용구가 선택되지 않았습니다"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "관용구 내보내기"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "새 바로 가기 키를 누르십시오. 지우려면 백스페이스를 누르십시오"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "새 바로 가기 키를 누르십시오"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"파이썬 명령의(%s) 수행 제한 시간이 최대값을 넘겼습니다, 실행을 취소합니다."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "파이썬 명령(%s) 실행이 실패했습니다: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "자주 쓰는 문장을 빠르게 붙여넣습니다."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "관용구 관리"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "새 관용구를 만듭니다"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "관용구 추가"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "관용구 제거"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "관용구를 가져오기"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "선택한 관용구를 저장합니다"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "관용구 내보내기"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "활성화"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "탭 트리거(_T):"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "바로 가기 키(_H):"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "관용구를 시작할 바로 가기 키"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "예외 대상(_D):"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "정렬(_O)…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "정렬"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "반대 순서(_R)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "같은 줄 제거(_E)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "대소문자 구별(_A)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "시작할 열(_T):"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "정렬(_S)"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "문서나 선택한 텍스트를 정렬합니다."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "맞춤법 검사(_C)…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "언어 선택(_L)…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "오타가 있는 단어 강조(_H)"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "오타가 있는 단어 강조"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "오타가 있는 단어를 강조하는 기본 설정."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "맞춤법 검사 플러그인 설정"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "새 문서에 대한 기본값"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "맞춤법 검사"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "현재 문서의 맞춤법을 검사합니다."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "날짜 및 시간 입력(_S)…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "사용할 수 있는 형식"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "프롬프트 종류"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"사용자에게 형식을 물어보거나, 아니면 선택한 형식을 쓰거나, 사용자 지정 형식"
+"을 사용할지 지정합니다."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "선택한 형식"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "날짜/시각을 입력할 때 사용할 선택한 형식."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "사용자 지정 형식"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "날짜/시각을 입력할 때 사용할 사용자 지정 형식."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "날짜과 시간을 입력"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "선택한 형식 사용(_S)"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "사용자 형식 사용(_U)"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y/%m/%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2009/11/01 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "넣기(_I)"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "날짜/시간 플러그인 설정"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "날짜/시간 넣기…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "형식 물어보기(_P)"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "날짜/시간 넣기"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "커서 위치에 현재의 날짜와 시간을 끼워넣습니다."
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "지에디트는 그놈 데스크톱 환경의 공식 텍스트 편집기입니다. 간단하고 쓰기 쉬"
+#~ "운 텍스트 편집기를 목표로 하지만, 지에디트는 일반적 용도의 강력한 텍스트 "
+#~ "편집기입니다."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "지에디트는 베스트셀러 문학 작품을 쓰거나, 혁신적인 프로그램을 개발하거나, "
+#~ "아니면 간단한 메모를 남기는데 써도 좋은 프로그램입니다."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "유연한 플러그인 시스템을 이용하면 필요와 작업의 종류에 지에디트의 동작을 "
+#~ "조정할 수 있습니다."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "활성화된 플러그인 목록. 활성화된 플러그인의 위치(“Location”)가 들어 있습니"
+#~ "다. 주어진 플러그인의 위치(“Location”)를 알아보려면 .gedit-plugin 파일을 "
+#~ "보십시오."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "문서 “%s”의 편집한 사항을 잃어버립니다."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "시스템 관리자가 저장을 하지 못하게 했습니다."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "%d개 문서의 편집한 사항을 잃어버립니다."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "저장하지 않은 내용이 있는 문서(_E):"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "열기"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "문자 인코딩:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "줄 바꿈:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "현재 “%s” 위치에 접근할 수 없습니다."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "컴퓨터가 오프라인 상태입니다. 네트워크 연결을 확인하십시오."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "편집하지 않기(_O)"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "이 “%s” 파일은 다른 지에디트 창에 열려있습니다."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "그래도 파일을 편집하시겠습니까?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "“%s” 파일을 저장할 때 백업 파일을 만들 수 없습니다"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "“%s” 파일을 저장할 때 임시 백업 파일을 만들 수 없습니다"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "새로 저장하기 전에 파일의 이전판을 저장할 수 없습니다. 이 주의를 무시하고 "
+#~ "저장할 수 있지만, 저장중 오류가 생기면 파일의 이전판을 잃어버리게 됩니다. "
+#~ "계속하겠습니까?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "“%s” 파일이 바뀌었습니다."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "편집한 사항 버리고 버리고 다시 읽기(_R)"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "“%s” 파일을 저장하는데 잘못된 문자를 발견했습니다"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr "파일 저장을 계속하시면 문서가 손상됩니다. 그래도 계속하시겠습니까?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "“%s” 디렉터리를 만들 수 없습니다: g_mkdir_with_parents() 실패: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "색상 모음 추가(_D)"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "선택한 줄 합치기"
+
+#~ msgid "Check update"
+#~ msgstr "업데이트 확인"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "지에디트의 최신 버전을 확인합니다"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "URL을 표시하는데 오류가 발생했습니다."
+
+#~ msgid "_Download"
+#~ msgstr "다운로드(_D)"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "버전 무시(_I)"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "지에디트의 새 버전이 있습니다"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "다운로드 단추를 눌러 새 버전의 지에디트를 다운로드할 수 있고, 아니면 이 버"
+#~ "전은 무시하고 그 다음 새 버전을 기다릴 수도 있습니다"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "무시할 버전"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "다음 버전이 릴리스할 때까지 기다릴 무시할 버전."
diff --git a/po/ku.po b/po/ku.po
new file mode 100644
index 0000000..fb88327
--- /dev/null
+++ b/po/ku.po
@@ -0,0 +1,5181 @@
+# translation of gedit.HEAD.po to Kurdish
+# translation of gedit.HEAD.pot to Kurdish
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER.
+# Erdal Ronahi <erdal.ronahi@gmail.com>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-03-14 23:32+0100\n"
+"PO-Revision-Date: 2007-03-14 18:23+0000\n"
+"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
+"Language-Team: Kurdish <gnu-ku-wergerandin@lists.sourceforge.net>\n"
+"Language: ku\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Rosetta-Export-Date: 2007-03-14 18:28+0000\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Pelên nivîsê sererast bike"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit.c:463
+msgid "Text Editor"
+msgstr "Edîtora Nivîsê"
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+"Cûrenivîseke taybet ji bo sererastkirinê. bandor nayê xuyakirin heke ku tu "
+"vebijarka \"Use Default Font\" bê bandor nekî"
+
+#: ../data/gedit.schemas.in.h:2 ../gedit/gedit-plugin-manager.c:766
+msgid "Active plugins"
+msgstr "Pêvekên çalak"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Kodkirinên Bixweber Têne Têgihiştin"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Tomarkirina bixweber"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "Navberkerê tomarkirina jixweber"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "Valehiya jîxweber"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "Rengê Zemînê"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Rengê rûerda ciyê serastkirina deqa hatiye hilbijartin. Ev tenê dema ku "
+"vebijêrka \"Use Default Colors\" girtî be dê çalak bibe."
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr "Dûçika Kopiya Cîgir"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr "Ji bo Nivîsînê Curenivîsê Gewde"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Bottom Panel is Visible"
+msgstr "Panela Jêr Dixuye"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Create Backup Copies"
+msgstr "Kopiyên Cîgiriyê Pêk Bîne"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Line Numbers"
+msgstr "Hejmara Rêzikan Nîşan Bide"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Display Right Margin"
+msgstr "Valahiya Qeraxa Rastê Nîşan Bide"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Editor Font"
+msgstr "Curenivîsa Sererastker"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Enable Search Highlighting"
+msgstr "Lêgerîna çalakiya ronahiya dijwar çalak bike"
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Enable Syntax Highlighting"
+msgstr "Xûyakîrîna avakirina hevokê çalak bike"
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Encodings shown in menu"
+msgstr "Kodkirinên ku di pêşekê de têne nîşandan"
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:21
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:22
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Header Font for Printing"
+msgstr "Ji Bo Çapkirinê Curenivîsa Sernavê Rûpel"
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:26
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Insert spaces"
+msgstr "Valahiyan têxe nav"
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Line Number Font for Printing"
+msgstr "Ji Bo Çapkirinê Curenivîsa Hejmara Rêzikan"
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Line Wrapping Mode"
+msgstr "Moda Dabeşkirina Rêzikan"
+
+#: ../data/gedit.schemas.in.h:30
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:32
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:33
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:34
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:35
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:36
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:39
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:42
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:46
+msgid "Monospace Regular 9"
+msgstr "Monospace Regular 9"
+
+#: ../data/gedit.schemas.in.h:47
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Print Header"
+msgstr "Sernav Çap Bike"
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Print Line Numbers"
+msgstr "Hejmarên Rêzikan Çap Bike"
+
+#: ../data/gedit.schemas.in.h:50
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Printing Line Wrapping Mode"
+msgstr "Cûreyê pêçana rêzikan çap bike"
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:53
+msgid "Right Margin Position"
+msgstr "Rewşa Valahiya Qeraxa Rastê"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:56
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 11"
+msgstr "Sans Regular 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:67
+msgid "Sans Regular 8"
+msgstr "Sans Regular 8"
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Selected Text Color"
+msgstr "Rengê Nivîsa Hilbijartî"
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Selection Color"
+msgstr "Rengê Hilbijartinê"
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Side Pane is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:71
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" represents the current locale encoding. Only recognized "
+"encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:72
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:73
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:74
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:76
+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/gedit.schemas.in.h:77
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:78
+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/gedit.schemas.in.h:79
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:80
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:81
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Status Bar is Visible"
+msgstr "Darikê Amûran Xuya ye"
+
+#: ../data/gedit.schemas.in.h:84
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Tab Size"
+msgstr "Mezinahiya Hilfirînê"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Text Color"
+msgstr "Rengê Nivîsê"
+
+#: ../data/gedit.schemas.in.h:87
+msgid "Toolbar Buttons Style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Toolbar is Visible"
+msgstr "Darikê amûran xuyakirî ye"
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Use Default Colors"
+msgstr "Rengên Standart Bikar Bîne"
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Use Default Font"
+msgstr "Curetîpên Standart Bikar Bîne"
+
+#: ../data/gedit.schemas.in.h:92
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:93
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:94
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:100
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:101
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:102
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:103
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:104
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:105
+msgid ""
+"Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:106
+msgid ""
+"Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:107
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:108
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:109
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:110
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. 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/gedit.schemas.in.h:111
+msgid "Writable VFS schemes"
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:114
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.h:126
+#, fuzzy
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[UTF-8,HEYÎ,ISO-8859-15]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "Bê _tomarkirinê derkeve"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "Derketinê _betal bike"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "Bigire lê Tomar _neke"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:211
+msgid "Question"
+msgstr "Pirs"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Heke tu tomar neke, hemû guherînên ku di %ld çrikeyên dawîn de kir wê winda "
+"bibe."
+msgstr[1] ""
+"Heke tu tomar neke, hemû guherînên ku di %ld çrikeyên dawîn de kir wê winda "
+"bibe."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:420
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Heke tu tomar neke, hemû guherînên ku te di hundirê xuleka dawîn de kir wê "
+"winda bibe."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:436
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:451
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:457
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:514
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:517
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr ""
+"Berî ku tu bigire tu dixwazî ku guherînên te di belgeya \"%s\" de kir tomar "
+"bike?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:530
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:741
+msgid "Saving has been disabled by the system administrator."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:696
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:702
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:720
+msgid "Docum_ents with unsaved changes:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:722
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:743
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Heke tu tomar neke, hemû guherînên ku te kir wê winda bibe."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:315
+msgid "Character Codings"
+msgstr "Kodên Karakteran"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:365
+#: ../gedit/dialogs/gedit-encodings-dialog.c:426
+msgid "_Description"
+msgstr "_Rave"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:374
+#: ../gedit/dialogs/gedit-encodings-dialog.c:435
+msgid "_Encoding"
+msgstr "_Kodkirin"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:1
+msgid "A_vailable encodings:"
+msgstr "Kodkirinên ku dikarin werin bikaranîn:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:2
+msgid "Character codings"
+msgstr "Kodên karakteran"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "_Kodkirinên ku di pêşekê de dixuyin:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:136
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:3
+msgid "Open Location"
+msgstr "Cih veke"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:1
+msgid "Ch_aracter coding:"
+msgstr "Kodkirina _karekteran:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.c:527
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:9
+msgid "Page Setup"
+msgstr "Mîhengên Rûpelê"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:1
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1
+#: ../plugins/externaltools/tools/tools.glade.h:1
+#: ../plugins/snippets/snippets/snippets.glade.h:1
+#: ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:2
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:8
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Nimreyên Rêzikan</b>"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:3
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:11
+msgid "<b>Text Wrapping</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:4
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:16
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:5
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:19
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:6
+msgid "Fonts"
+msgstr "Cureyên nivîsê"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:7
+msgid "General"
+msgstr "Giştî"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:8
+msgid "He_aders and footers:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:10
+msgid "Print _line numbers"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:11
+msgid "Print s_yntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:12
+msgid "_Body:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:13
+msgid "_Line numbers:"
+msgstr "Nimreya _rêzikê:"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:14
+msgid "_Number every"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:15
+msgid "_Print page headers"
+msgstr "Sernavên rûpel _çap bike"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:16
+msgid "_Restore Default Fonts"
+msgstr "Vegere Curenivîsên Standard"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:17
+msgid "lines"
+msgstr "rêzik"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:652
+msgid "Push this button to select the font to be used by the editor"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:654
+msgid "Push this button to configure text color"
+msgstr "Ji bo mîhengkirina rengê nivîsê pêl vê bişkokê bike"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:656
+msgid "Push this button to configure background color"
+msgstr "Ji bo guherandina rengê rûerd pêl vê bişkokê bike"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:661
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:670
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1178
+msgid "Elements"
+msgstr "Hêman"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1290
+msgid "gedit Preferences"
+msgstr "Vebijêrkên gedit"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:4
+msgid "<b>Current Line</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:5
+msgid "<b>Elements</b>"
+msgstr "<b>Element</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:6
+msgid "<b>File Saving</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:7
+msgid "<b>Font</b>"
+msgstr "<b>Cureyê nivîsê</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:9
+msgid "<b>Right Margin</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:10
+msgid "<b>Tab Stops</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "Qalind"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr "Berî ku tu pelan tomar bike _ji ber bigire"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:15
+msgid "Display right _margin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:17
+msgid "Editor"
+msgstr "Edîtor"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:18
+msgid "Editor _font: "
+msgstr "_Curenivîsa sererastker: "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:20
+msgid "Font & Colors"
+msgstr "Curenivîs & Reng"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:21
+msgid "Hi_ghlight current line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:22
+msgid "Highlight _mode:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:23
+msgid "Highlight matching _bracket"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:25
+msgid "Italic"
+msgstr "Paldayî"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:26
+msgid "Normal _text color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:27
+msgid "Pick a color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:28
+msgid "Pick the background color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:29
+msgid "Pick the editor font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:30
+msgid "Pick the normal text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:31
+msgid "Pick the selected text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:32
+msgid "Pick the selection color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:33
+msgid "Plugins"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:34
+msgid "Preferences"
+msgstr "Vebijêrk"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:35
+msgid "Se_lection color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:36
+msgid "Selecte_d text color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:37
+msgid "Strikethrough"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:38
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:39
+msgid "U_se default theme colors"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:40
+msgid "Underline"
+msgstr "Binxêz"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:41
+msgid "View"
+msgstr "Dîtin"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:42
+msgid "_Autosave files every"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:43
+msgid "_Background color:"
+msgstr "_Rengê zemînê:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:44
+msgid "_Background:"
+msgstr "_Zemîn:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:45
+msgid "_Display line numbers"
+msgstr "Hejmara rêzikan _nîşan bide"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:46
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:47
+msgid "_Enable syntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:48
+msgid "_Foreground:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:49
+msgid "_Reset to Default "
+msgstr "Vesazî Standardan Bike "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:50
+msgid "_Right margin at column:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:51
+msgid "_Tab width:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:52
+msgid "_minutes"
+msgstr "_xulek"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:302
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:2 ../gedit/gedit-window.c:1365
+msgid "Replace"
+msgstr "Biguherîne"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:313 ../gedit/gedit-window.c:1363
+msgid "Find"
+msgstr "Bibîne"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:390
+msgid "Replace _All"
+msgstr "Hemûyî _Biguherîne"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:391
+#: ../gedit/gedit-commands-file.c:673
+msgid "_Replace"
+msgstr "_Biguherîne"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:1
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:3
+msgid "Replace All"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:4
+msgid "Replace _with: "
+msgstr "Bi _vê biguherîne: "
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:5
+msgid "Search _backwards"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:6
+msgid "_Match case"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:7
+msgid "_Search for: "
+msgstr "_Lêgerîn: "
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:8
+msgid "_Wrap around"
+msgstr "Rûerdê _şeffaf"
+
+#: ../gedit/gedit.c:73
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit.c:76
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:79
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:82
+msgid "[FILE...]"
+msgstr "[PEL...]"
+
+#: ../gedit/gedit.c:114
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr ""
+
+#: ../gedit/gedit.c:126
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: kodkirina nederbasdar.\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:455
+msgid "- Edit text files"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:224 ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Pelê \"%s\" tê vekirin..."
+
+#: ../gedit/gedit-commands-file.c:279
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Pelên %d tê vekirin..."
+msgstr[1] "Pelên %d tê vekirin..."
+
+#: ../gedit/gedit-commands-file.c:419
+msgid "Open Files…"
+msgstr "Pelan veke..."
+
+#: ../gedit/gedit-commands-file.c:525
+msgid "The entered location is not valid."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:528
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:654
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Pelê \"%s\" tenê tê xwendin."
+
+#: ../gedit/gedit-commands-file.c:665
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:731 ../gedit/gedit-commands-file.c:930
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Pelê \"%s\" tê tomarkirin..."
+
+#: ../gedit/gedit-commands-file.c:828
+msgid "Save As…"
+msgstr "Tomar bike wekî..."
+
+#: ../gedit/gedit-commands-file.c:1109
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1154
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1163
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1172
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1178
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1188
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1203
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1209
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1224
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1250
+msgid "_Revert"
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:80
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:96
+msgid "translator-credits"
+msgstr "Elîxan LORAN <elixanloran@hotmail.com>"
+
+#: ../gedit/gedit-commands-search.c:165
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-search.c:175
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#: ../gedit/gedit-commands-search.c:188
+msgid "Phrase not found"
+msgstr ""
+
+#: ../gedit/gedit-document.c:742 ../gedit/gedit-document.c:836
+#, c-format
+msgid "Unsaved Document %d"
+msgstr ""
+
+#. bad bad luck...
+#: ../gedit/gedit-document-saver.c:568
+msgid "Could not obtain backup filename"
+msgstr ""
+
+#: ../gedit/gedit-documents-panel.c:89 ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:1934 ../gedit/gedit-window.c:1939
+msgid "Read Only"
+msgstr "Tenê Tê Xwendin"
+
+#: ../gedit/gedit-documents-panel.c:700
+msgid "Documents"
+msgstr "Belge"
+
+#: ../gedit/gedit-encodings.c:140 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187 ../gedit/gedit-encodings.c:189
+#: ../gedit/gedit-encodings.c:191 ../gedit/gedit-encodings.c:193
+#: ../gedit/gedit-encodings.c:195 ../gedit/gedit-encodings.c:197
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:154 ../gedit/gedit-encodings.c:180
+#: ../gedit/gedit-encodings.c:232 ../gedit/gedit-encodings.c:275
+msgid "Western"
+msgstr "Rojavayî"
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:234
+#: ../gedit/gedit-encodings.c:271
+msgid "Central European"
+msgstr "Ewropaya Navînî"
+
+#: ../gedit/gedit-encodings.c:158
+msgid "South European"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:285
+msgid "Baltic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:236
+#: ../gedit/gedit-encodings.c:249 ../gedit/gedit-encodings.c:253
+#: ../gedit/gedit-encodings.c:255 ../gedit/gedit-encodings.c:273
+msgid "Cyrillic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:164 ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:283
+msgid "Arabic"
+msgstr "Erebî"
+
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:277
+msgid "Greek"
+msgstr "Yewnanî"
+
+#: ../gedit/gedit-encodings.c:168
+msgid "Hebrew Visual"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:170 ../gedit/gedit-encodings.c:240
+#: ../gedit/gedit-encodings.c:281
+msgid "Hebrew"
+msgstr "Ibranî"
+
+#: ../gedit/gedit-encodings.c:172 ../gedit/gedit-encodings.c:238
+#: ../gedit/gedit-encodings.c:279
+msgid "Turkish"
+msgstr "Tirkî"
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Nordic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:178
+msgid "Celtic"
+msgstr "Keltî"
+
+#: ../gedit/gedit-encodings.c:182
+msgid "Romanian"
+msgstr "Romanî"
+
+#: ../gedit/gedit-encodings.c:200
+msgid "Armenian"
+msgstr "Ermenî"
+
+#: ../gedit/gedit-encodings.c:202 ../gedit/gedit-encodings.c:204
+#: ../gedit/gedit-encodings.c:218
+msgid "Chinese Traditional"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:206
+msgid "Cyrillic/Russian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:209 ../gedit/gedit-encodings.c:211
+#: ../gedit/gedit-encodings.c:213 ../gedit/gedit-encodings.c:245
+#: ../gedit/gedit-encodings.c:260
+msgid "Japanese"
+msgstr "Japonî"
+
+#: ../gedit/gedit-encodings.c:216 ../gedit/gedit-encodings.c:247
+#: ../gedit/gedit-encodings.c:251 ../gedit/gedit-encodings.c:266
+msgid "Korean"
+msgstr "Koreyî"
+
+#: ../gedit/gedit-encodings.c:221 ../gedit/gedit-encodings.c:223
+#: ../gedit/gedit-encodings.c:225 ../gedit/gedit-encodings.c:229
+msgid "Chinese Simplified"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:227
+msgid "Georgian"
+msgstr "Gurcî"
+
+#: ../gedit/gedit-encodings.c:257
+msgid "Cyrillic/Ukrainian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:262 ../gedit/gedit-encodings.c:268
+#: ../gedit/gedit-encodings.c:287
+msgid "Vietnamese"
+msgstr "Vietnamî"
+
+#: ../gedit/gedit-encodings.c:264
+msgid "Thai"
+msgstr "Tay"
+
+#: ../gedit/gedit-encodings.c:450
+msgid "Unknown"
+msgstr "Nenas"
+
+#: ../gedit/gedit-encodings-option-menu.c:219
+msgid "Auto Detected"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:239
+#: ../gedit/gedit-encodings-option-menu.c:261
+#, c-format
+msgid "Current Locale (%s)"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:322
+msgid "Add or _Remove..."
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Files"
+msgstr "Hemû Pel"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "Hemû Pelên Nivîsê"
+
+#: ../gedit/gedit-file-chooser-dialog.c:79
+msgid "C_haracter Coding:"
+msgstr ""
+
+#: ../gedit/gedit-help.c:66
+msgid "There was an error displaying help."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:185
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Pelê %s nayê dîtîn."
+
+#: ../gedit/gedit-io-error-message-area.c:187
+#: ../gedit/gedit-io-error-message-area.c:226
+#: ../gedit/gedit-io-error-message-area.c:242
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:192
+#: ../gedit/gedit-io-error-message-area.c:441
+msgid "The file contains corrupted data."
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:203
+#: ../gedit/gedit-io-error-message-area.c:452
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:209
+#: ../gedit/gedit-io-error-message-area.c:458
+msgid "gedit cannot handle this location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:216
+#: ../gedit/gedit-io-error-message-area.c:465
+msgid "The file contains data in an invalid format."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:220
+#: ../gedit/gedit-io-error-message-area.c:469
+msgid "The file is too big."
+msgstr "Pel pir mezin e."
+
+#: ../gedit/gedit-io-error-message-area.c:224
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s ne cihekî derbasdar e."
+
+#: ../gedit/gedit-io-error-message-area.c:231
+#: ../gedit/gedit-io-error-message-area.c:473
+msgid "You do not have the permissions necessary to open the file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:235
+#: ../gedit/gedit-io-error-message-area.c:477
+#: ../gedit/gedit-io-error-message-area.c:1230
+msgid ""
+"There are too many open files. Please close some applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:240
+#: ../gedit/gedit-io-error-message-area.c:482
+#, c-format
+msgid "%s is a directory."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:247
+#: ../gedit/gedit-io-error-message-area.c:487
+msgid ""
+"Not enough available memory to open the file. Please close some running "
+"applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:275
+#: ../gedit/gedit-io-error-message-area.c:515
+#: ../gedit/gedit-io-error-message-area.c:1269
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:286
+#: ../gedit/gedit-io-error-message-area.c:297
+#: ../gedit/gedit-io-error-message-area.c:305
+#: ../gedit/gedit-io-error-message-area.c:526
+#: ../gedit/gedit-io-error-message-area.c:537
+#: ../gedit/gedit-io-error-message-area.c:1280
+#: ../gedit/gedit-io-error-message-area.c:1291
+#: ../gedit/gedit-io-error-message-area.c:1299
+msgid ""
+"Host name was invalid. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:311
+#: ../gedit/gedit-io-error-message-area.c:545
+#: ../gedit/gedit-io-error-message-area.c:1305
+msgid ""
+"Host name was empty. Please check that your proxy settings are correct and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:317
+#: ../gedit/gedit-io-error-message-area.c:1311
+msgid ""
+"Attempt to log in failed. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:323
+msgid "The file you are trying to open is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:327
+#: ../gedit/gedit-io-error-message-area.c:560
+#: ../gedit/gedit-io-error-message-area.c:1339
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:376
+#: ../gedit/gedit-io-error-message-area.c:610
+#: ../gedit/gedit-io-error-message-area.c:1380
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:382
+#: ../gedit/gedit-io-error-message-area.c:776
+#, c-format
+msgid "Could not open the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:391
+#: ../gedit/gedit-io-error-message-area.c:683
+msgid "_Retry"
+msgstr "_Careke din biceribîne"
+
+#: ../gedit/gedit-io-error-message-area.c:436
+msgid "gedit cannot find it. Perhaps it has recently been deleted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:551
+msgid "Attempt to log in failed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:555
+#, c-format
+msgid "%s is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:616
+#, c-format
+msgid "Could not revert the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:640
+msgid "Ch_aracter Coding:"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:778
+msgid "gedit has not been able to detect the character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:780
+#: ../gedit/gedit-io-error-message-area.c:789
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:781
+msgid "Select a character coding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:786
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:790
+#: ../gedit/gedit-io-error-message-area.c:842
+msgid "Select a different character coding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:837
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:840
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:903
+msgid "_Edit Anyway"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:906
+msgid "_Don't Edit"
+msgstr "_Sererast Neke"
+
+#: ../gedit/gedit-io-error-message-area.c:921
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:936
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:994
+#: ../gedit/gedit-io-error-message-area.c:1089
+#, fuzzy
+msgid "_Save Anyway"
+msgstr "Cuda tomar bike"
+
+#: ../gedit/gedit-io-error-message-area.c:998
+#: ../gedit/gedit-io-error-message-area.c:1093
+msgid "_Don't Save"
+msgstr "_Tomar Neke"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1016
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1032
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1111
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1114
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1131
+msgid ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1192
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1200
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1209
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1216
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1223
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1235
+#, c-format
+msgid ""
+"%s is a directory. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1241
+msgid ""
+"Not enough available memory to save the file. Please close some running "
+"applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1317
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1323
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1329
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1334
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1343
+#, c-format
+msgid ""
+"%s is not a regular file. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1386
+#, c-format
+msgid "Could not save the file %s."
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1428
+#, c-format
+msgid "The file %s changed on disk."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1433
+msgid "Do you want to drop your changes and reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1435
+msgid "Do you want to reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1445
+#, fuzzy
+msgid "_Reload"
+msgstr "_Biguherîne"
+
+#: ../gedit/gedit-notebook.c:845
+msgid "Close document"
+msgstr "Belgeyê bigire"
+
+#: ../gedit/gedit-panel.c:365 ../gedit/gedit-panel.c:579
+msgid "Empty"
+msgstr ""
+
+#: ../gedit/gedit-panel.c:523 ../gedit/gedit-panel.c:600
+msgid "Hide panel"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:56
+msgid "Plugin"
+msgstr "Pêvek"
+
+#: ../gedit/gedit-plugin-manager.c:57
+msgid "Enabled"
+msgstr "Çalak"
+
+#: ../gedit/gedit-plugin-manager.c:515
+msgid "_About"
+msgstr "_Der barê de"
+
+#: ../gedit/gedit-plugin-manager.c:523
+msgid "C_onfigure"
+msgstr "V_eavakirin"
+
+#: ../gedit/gedit-plugin-manager.c:533
+msgid "A_ctivate"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:545
+msgid "Ac_tivate All"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:550
+msgid "_Deactivate All"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:795
+msgid "_About Plugin"
+msgstr "_Der Barê Pêvekê De"
+
+#: ../gedit/gedit-plugin-manager.c:799
+msgid "C_onfigure Plugin"
+msgstr "Pêvekê V_eava Bike"
+
+#: ../gedit/gedit-prefs-manager.c:171
+msgid "Cannot initialize preferences manager."
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:1406
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: ../gedit/gedit-print.c:186
+#, c-format
+msgid "File: %s"
+msgstr "Pel: %s"
+
+#: ../gedit/gedit-print.c:194
+msgid "Page %N of %Q"
+msgstr ""
+
+#: ../gedit/gedit-print.c:316
+msgid "Print"
+msgstr "Çapkirin"
+
+#: ../gedit/gedit-print.c:325 ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Lines"
+msgstr "Rêzik"
+
+#: ../gedit/gedit-print-job-preview.c:623
+msgid "Page Preview"
+msgstr "Pêşdîtina Rûpelê"
+
+#: ../gedit/gedit-print-job-preview.c:624
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:710
+msgid "Other"
+msgstr "Yên Din"
+
+#: ../gedit/gedit-print-job-preview.c:740
+msgid "Show the previous page"
+msgstr "Rûpelê berê nîşan bide"
+
+#: ../gedit/gedit-print-job-preview.c:751
+msgid "Show the next page"
+msgstr "Rûpelê dû re nîşan bide"
+
+#: ../gedit/gedit-print-job-preview.c:767
+msgid "Current page (Alt+P)"
+msgstr "Rûpelê niha (Alt+P)"
+
+#. gtk_label_set_mnemonic_widget ((GtkLabel *) l, mp->priv->page_entry);
+#. We are displaying 'XXX of XXX'.
+#: ../gedit/gedit-print-job-preview.c:781
+msgid "of"
+msgstr "ji"
+
+#: ../gedit/gedit-print-job-preview.c:787
+msgid "Page total"
+msgstr "Hemû rûpel"
+
+#: ../gedit/gedit-print-job-preview.c:788
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:805
+msgid "Show multiple pages"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:817
+msgid "Zoom 1:1"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:825
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:834
+msgid "Zoom the page in"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:842
+msgid "Zoom the page out"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:852
+#, fuzzy
+msgid "_Close Preview"
+msgstr "Pêşdîtina çapê bigire"
+
+#: ../gedit/gedit-print-job-preview.c:856
+msgid "Close print preview"
+msgstr "Pêşdîtina çapê bigire"
+
+#: ../gedit/gedit-print-job-preview.c:1096
+#: ../gedit/gedit-print-job-preview.c:1097
+msgid "Number of pages horizontally"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:1100
+#: ../gedit/gedit-print-job-preview.c:1101
+msgid "Number of pages vertically"
+msgstr ""
+
+#: ../gedit/gedit-print-job-preview.c:1165
+msgid "No visible output was created."
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:256
+msgid " OVR"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:258
+msgid " INS"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:297
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:396
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:662
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:669
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:685
+#, c-format
+msgid "Loading %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:692
+#, c-format
+msgid "Loading %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:775
+#, c-format
+msgid "Saving %s to %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:782
+#, c-format
+msgid "Saving %s"
+msgstr ""
+
+#. Read only
+#: ../gedit/gedit-tab.c:1645
+msgid "RO"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1690
+#, c-format
+msgid "Error opening file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1695
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1700
+#, c-format
+msgid "Error saving file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1718
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1725
+msgid "Name:"
+msgstr "Nav:"
+
+#: ../gedit/gedit-tab.c:1726
+msgid "MIME Type:"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1727
+msgid "Encoding:"
+msgstr "Şîfrekirin:"
+
+#: ../gedit/gedit-tab.c:2197
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr ""
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:52
+msgid "_File"
+msgstr "_Pel"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Edit"
+msgstr "_Sererast Bike"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_View"
+msgstr "_Dîtin"
+
+#: ../gedit/gedit-ui.h:55
+msgid "_Search"
+msgstr "_Lê bigere"
+
+#: ../gedit/gedit-ui.h:56
+msgid "_Tools"
+msgstr "_Amûr"
+
+#: ../gedit/gedit-ui.h:57
+msgid "_Documents"
+msgstr "_Belge"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Help"
+msgstr "_Alîkarî"
+
+#: ../gedit/gedit-ui.h:62
+msgid "Create a new document"
+msgstr "Belgeyeke nû biafirîne"
+
+#: ../gedit/gedit-ui.h:63
+msgid "_Open..."
+msgstr "_Veke..."
+
+#: ../gedit/gedit-ui.h:64 ../gedit/gedit-window.c:1488
+msgid "Open a file"
+msgstr "Pelekî veke"
+
+#: ../gedit/gedit-ui.h:65
+msgid "Open _Location..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:66
+msgid "Open a file from a specified location"
+msgstr ""
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:69
+msgid "Pr_eferences"
+msgstr "_Vebijêrk"
+
+#: ../gedit/gedit-ui.h:70
+msgid "Configure the application"
+msgstr "Sepanê veava bike"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:73
+msgid "_Contents"
+msgstr "_Naverok"
+
+#: ../gedit/gedit-ui.h:74
+msgid "Open the gedit manual"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:76
+msgid "About this application"
+msgstr "Der barê vê sepanê de"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:84
+msgid "Save _As..."
+msgstr "_Cuda Tomar Bike..."
+
+#: ../gedit/gedit-ui.h:85
+msgid "Save the current file with a different name"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:87
+msgid "Revert to a saved version of the file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:88
+msgid "Page Set_up..."
+msgstr "Mîhen_gên Rûpelê..."
+
+#: ../gedit/gedit-ui.h:89
+msgid "Setup the page settings"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "Pêşdîtina Ça_pê"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "_Çap..."
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:95
+msgid "Close the current file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:99
+msgid "Undo the last action"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:101
+msgid "Redo the last undone action"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:103
+msgid "Cut the selection"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:105
+msgid "Copy the selection"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:107
+msgid "Paste the clipboard"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:109
+msgid "Delete the selected text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:110
+msgid "Select _All"
+msgstr "Hemûyî _Hilbijêre"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Select the entire document"
+msgstr "Hemû Belgeyê hilbijêre"
+
+#. View menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Highlight Mode"
+msgstr ""
+
+#. Search menu
+#: ../gedit/gedit-ui.h:117
+msgid "_Find..."
+msgstr "_Bibîne..."
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search for text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Ne_xt"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search forwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:121
+msgid "Find Pre_vious"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:122
+msgid "Search backwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:123
+msgid "_Replace..."
+msgstr "_Biguherîne..."
+
+#: ../gedit/gedit-ui.h:124
+msgid "Search for and replace text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:125
+msgid "_Clear Highlight"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:126
+msgid "Clear highlighting of search matches"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:127
+msgid "Go to _Line..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:128
+msgid "Go to a specific line"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:129
+msgid "Incremental search..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:130
+msgid "Incrementally search for text"
+msgstr ""
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:133
+msgid "_Save All"
+msgstr "_Hemuyî tomar bike"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Save all open files"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:135
+msgid "_Close All"
+msgstr "_Hemûyî Bigire"
+
+#: ../gedit/gedit-ui.h:136
+msgid "Close all open files"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:137
+msgid "_Previous Document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:138
+msgid "Activate previous document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:139
+msgid "_Next Document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:140
+msgid "Activate next document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:141
+msgid "_Move to New Window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:142
+msgid "Move the current document to a new window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:149
+msgid "Quit the program"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:154
+msgid "_Toolbar"
+msgstr "_Darikê amûran"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Show or hide the toolbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:157
+msgid "_Statusbar"
+msgstr "_Darikê rewşê"
+
+#: ../gedit/gedit-ui.h:158
+msgid "Show or hide the statusbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:160
+msgid "Side _Pane"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:161
+msgid "Show or hide the side pane in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:167
+msgid "_Bottom Pane"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:168
+msgid "Show or hide the bottom pane in the current window"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:998
+#, c-format
+msgid "Unable to find file %s."
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1002 ../gedit/gedit-utils.c:1031
+msgid "Please check your installation."
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1027
+#, c-format
+msgid "Unable to find the required widgets inside file %s."
+msgstr ""
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1330
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1340
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1350
+msgid "_Match Case"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1439
+msgid "String you want to search for"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1449
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: ../gedit/gedit-window.c:904
+#, c-format
+msgid "Use %s highlight mode"
+msgstr ""
+
+#. add the "None" item before all the others
+#. Translators: "None" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:961
+msgid "None"
+msgstr ""
+
+#: ../gedit/gedit-window.c:962
+msgid "Disable syntax highlighting"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1242
+#, c-format
+msgid "Open '%s'"
+msgstr "'%s' veke"
+
+#: ../gedit/gedit-window.c:1361
+msgid "Save"
+msgstr "Tomar bike"
+
+#: ../gedit/gedit-window.c:1492
+msgid "Open a recently used file"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1499
+msgid "Open"
+msgstr "Veke"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1549
+#, fuzzy, c-format
+msgid "Activate '%s'"
+msgstr "%s çalak bike"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Guhertina tîpên mezin/biçûk"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Document Statistics"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "Bayt"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Document"
+msgstr "Belge"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "Selection"
+msgstr "Hilbijartin"
+
+#: ../plugins/docinfo/docinfo.glade2.h:11
+msgid "Words"
+msgstr "Peyv"
+
+#: ../plugins/docinfo/docinfo.glade2.h:12
+msgid "_Update"
+msgstr "_Rojanekirin"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:411
+msgid "_Document Statistics"
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:413
+msgid "Get statistic info on current document"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:129
+msgid "_External Tools..."
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:131
+msgid "Opens the External Tools Manager"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:161
+msgid "Shell Output"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:108
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:165
+msgid "Running tool:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:188
+msgid "Done."
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:190
+msgid "Exited"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:41
+msgid "Nothing"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:42
+msgid "Current document"
+msgstr "Belgeya aniha"
+
+#: ../plugins/externaltools/tools/manager.py:43
+msgid "Current selection"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:44
+msgid "Current line"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:45
+msgid "Current word"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:48
+#, fuzzy
+msgid "Display in bottom pane"
+msgstr "Hejmara Rêzikan Nîşan Bide"
+
+#: ../plugins/externaltools/tools/manager.py:49
+msgid "Create new document"
+msgstr "Belgeyeke nû biafirîne"
+
+#: ../plugins/externaltools/tools/manager.py:50
+msgid "Append to current document"
+msgstr "Di dawiya belgeya heyî de zêde bike"
+
+#: ../plugins/externaltools/tools/manager.py:51
+msgid "Replace current document"
+msgstr "Şûna belgeya heyî binivîse"
+
+#: ../plugins/externaltools/tools/manager.py:52
+msgid "Replace current selection"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:53
+msgid "Insert at cursor position"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:56
+msgid "All documents"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:57
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:58
+msgid "Local files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:59
+msgid "Remote files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:60
+msgid "Untitled documents only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:200
+#: ../plugins/externaltools/tools/manager.py:228
+#: ../plugins/externaltools/tools/manager.py:276
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:204
+msgid "A Brand New Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:237
+msgid "New tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:312
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:358
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:360
+msgid "Type a new accelerator"
+msgstr ""
+
+#: ../plugins/externaltools/tools/outputpanel.py:78
+msgid "Stopped."
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:2
+msgid "Co_mmand(s):"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:3
+msgid "Edit tool <i>make</i>:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:4
+msgid ""
+"Nothing\n"
+"Current document\n"
+"All documents"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:7
+msgid "_Applicability:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:8
+msgid "_Description:"
+msgstr "_Daxuyanî:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:9
+msgid "_Input:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:10
+msgid "_Output:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:11
+msgid "_Save:"
+msgstr "_Tomar bike:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:12
+msgid "_Shortcut Key:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:13
+msgid "_Tools:"
+msgstr "_Amûr:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:14
+msgid "gtk-revert-to-saved"
+msgstr ""
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+#, fuzzy
+msgid "Build"
+msgstr "Qalind"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr ""
+
+#. Translators: this is used in "file on host", e.g. "/foo/bar on ftp.baz.org"
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:190
+msgid "on"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with nautilus etc)"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hidden (filter hidden files), binary "
+"(filter binary files) and hidden_and_binary (filter both hidden and binary "
+"files)."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:591
+msgid "_Set root to active document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:593
+msgid "Set the root to the active document location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:598
+msgid "_Open terminal here"
+msgstr "Li vir termînalê _veke"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:600
+msgid "Open a terminal at the currently opened directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:732
+msgid "File Browser"
+msgstr "Geroka Pelan"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:855
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:858
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:863
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:868
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:873
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:877
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:884
+msgid "An error occurred"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1112
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1116
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1119
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1152
+#, c-format
+msgid ""
+"Are you sure you want to\n"
+"permanently delete \"%s\"?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1155
+msgid ""
+"Are you sure you want to\n"
+"permanently delete the selected files?."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1158
+msgid "If you delete an item it is permanently lost."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:2621
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1832
+msgid "Invalid uri"
+msgstr "uri ya nederbasdar"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3054
+msgid "file"
+msgstr "pel"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3075
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3122
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3103
+msgid "directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:736
+msgid "Bookmarks"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:746
+#, fuzzy
+msgid "Recent Files"
+msgstr "Pel veke"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:830
+msgid "_Move To Trash"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:831
+msgid "Move selected file or folder to trash"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:833
+msgid "_Delete"
+msgstr "_Jê bibe"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:834
+msgid "Delete selected file or folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:840
+msgid "Up"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:841
+msgid "Open the parent folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:846
+msgid "_New Folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:847
+msgid "Add new empty folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:849
+msgid "New F_ile"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:850
+msgid "Add new empty file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:855
+msgid "_Rename"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:856
+msgid "Rename selected file or folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:862
+msgid "_Previous Location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:864
+msgid "Go to the previous visited location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:866
+msgid "_Next Location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:867
+msgid "Go to the next visited location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:868
+msgid "Re_fresh View"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+msgid "Refresh the view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:870
+msgid "_View Folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:871
+msgid "View folder in file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:878
+msgid "Show _Hidden"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:879
+msgid "Show hidden files and folders"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:881
+msgid "Show _Binary"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:882
+msgid "Show binary files"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:981
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:997
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1029
+msgid "Previous location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:985
+msgid "Go to previous location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:990
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1022
+msgid "Go to a previously opened location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1012
+msgid "Next location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1016
+msgid "Go to next location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1193
+msgid "_Match Filename"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Modelines"
+msgstr "Binxêz"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:45
+msgid "Python Console"
+msgstr ""
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr ""
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "Navê Bikarhêner"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>Çalakkirin</b>"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:3
+msgid "S_hortcut key:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:4
+msgid "Snippets Manager"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:5
+msgid "_Edit snippet:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:6
+msgid "_Snippets:"
+msgstr ""
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.glade.h:8
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPlaceholders.py:518
+#, python-format
+msgid ""
+"Execution of the python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPlaceholders.py:526
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPlaceholders.py:532
+msgid "The following python code, run in a snippet, does not return a value"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:73
+msgid "Manage _Snippets..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:74
+msgid "Manage snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:53
+msgid "Add a new snippet..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:108
+msgid "Global"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:476
+msgid ""
+"This is not a valid tab trigger. Triggers can either contain letters or a "
+"single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:600
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:602
+msgid "Type a new shortcut"
+msgstr "Kurteriyeke nû binivîse"
+
+#: ../plugins/sort/gedit-sort-plugin.c:80
+msgid "S_ort..."
+msgstr "_Rêz bike..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:82
+msgid "Sort the current document or selection"
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "Rêz bike"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:494
+msgid "(no suggested words)"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "_Zêde..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:495
+msgid "_Ignore All"
+msgstr ""
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:508
+msgid "_Add"
+msgstr "_Têxê"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "Kontrola Rastnivîsê"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "Pêşniyar"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:600
+msgid "(correct spelling)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:743
+msgid "Completed spell checking"
+msgstr ""
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: the first %s is the language name, and the
+#. * second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#: ../plugins/spell/gedit-spell-checker-language.c:287
+#: ../plugins/spell/gedit-spell-checker-language.c:295
+#, c-format
+msgid "language|%s (%s)"
+msgstr ""
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:306
+#, c-format
+msgid "language|Unknown (%s)"
+msgstr ""
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:414
+#, fuzzy
+msgid "language|Default"
+msgstr "Wekî heyî"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:237
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr "Ziman"
+
+#: ../plugins/spell/gedit-spell-plugin.c:70
+msgid "_Check Spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:72
+msgid "Check the current document for incorrect spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:78
+msgid "Set _Language..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:80
+msgid "Set the language of the current document"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:89
+msgid "_Autocheck Spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:91
+msgid "Automatically spell-check the current document"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:714
+msgid "The document is empty."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:746
+msgid "No misspelled words"
+msgstr ""
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr ""
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "Kontrolkirina Rastnivîsê"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Ziman:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "Ferhenga bikarhêner:"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "_Guh nedê"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "_Pêşniyar:"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Spell Checker"
+msgstr "Kontrolkerê rastnivîsê"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:536
+msgid "Select the group of tags you want to use"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:557
+#, fuzzy
+msgid "_Preview"
+msgstr "Pêşdîtina Rûpelê"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:627
+msgid "Available Tag Lists"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:630
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:649
+msgid "Tags"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:644
+msgid "Double-click on a tag to insert it in the current document"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "Alternatîf"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr "Agahiya naverokê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "Agahiya xwedî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "Rengê zemînê"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+#, fuzzy
+msgid "Background color (deprecated)"
+msgstr "Rengê zemînê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "Curenivîsa bingehîn"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "Sînor"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "Rengê kêlekê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "Navîn"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr "Ji bo guherandinê sedemekê diyar bike"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr "Cureyê naveroka kodê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "Sitûn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "Şîrove"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr "Perçekê koda kompîturê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr "Şemaya naverokê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "Cureyê naverokê"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+#, fuzzy
+msgid "Content type (deprecated)"
+msgstr "Cureyê naverokê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr ""
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr "Daxuyaniya danasînê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "Lîsteya danasînê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "Hêl"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+#, fuzzy
+msgid "Directionality"
+msgstr "Alî"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+#, fuzzy
+msgid "Directionality (deprecated)"
+msgstr "Alî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "Lîsteya pelrêçan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "Neçalak"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr "Cureyê kodkirinê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "Ji bo etîketê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr "Dawiya rêzikê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "Form"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "Çarçove"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr "Çavkaniya çarçoveyê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr "Hedefa çarçoveyê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr "Kêleka çarçoveyê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr "Çarçove"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr "Rêzika koma çarçoveyan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr "Guhertoya HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr "Navê sernavê HTTP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr "Nasnameya şaneya sernav"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr "Sernivîs"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr "Sernivîs 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr "Sernivîs 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr "Sernivîs 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr "Sernivîs 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr "Sernivîs 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr "Sernivîs 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "Bilindahî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+#, fuzzy
+msgid "HttP header name"
+msgstr "Navê sernavê HTTP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "Wêne"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr "Herêma nexşeya wêneyan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr "Navê nexşeya wêneyan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "Çavkaniya wêneyan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr "Nivîsa paldayî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr "Koda zimanê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr "Ast"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "Rengê girêdanê"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+#, fuzzy
+msgid "Link color (deprecated)"
+msgstr "Rengê girêdanê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr "Lîste"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr "Girêdana peyamê"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr ""
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr ""
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr "Pirstûnî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr "Pirek"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "Nav"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr "URI tune"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr "Çarçove tuneye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr "Skrîpt tuneye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr "Sî tuneye"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr "Nîşe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+#, fuzzy
+msgid "Object applet file (deprecated)"
+msgstr "Serîlêdana agahiya bireserê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr "Serîlêdana agahiya bireserê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr "Bûyera OnBlur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr "Bûyera OnChange"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr "Bûyera OnClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr "Bûyera OnDblClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr "Paragraf"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr "Şêwaza paragrafê"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr "Root"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr "Rêz"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr "Hijbijartî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "Mezinahî"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "Deng"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "Çavkanî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr "Bindawêr"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr "Dawêra Jorîn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "Nivîs"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "Sernivîs"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "Nirx"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "Firehî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:183
+msgid "In_sert Date and Time..."
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:185
+msgid "Insert current date and time at the cursor position"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:628
+msgid "Available formats"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:806
+msgid "Configure insert date/time plugin..."
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "Dîrok û Demê Têxê"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_Têxe"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr ""
+
+#~ msgid "Afrikaans"
+#~ msgstr "Afrîkaans"
+
+#~ msgid "Belarusian"
+#~ msgstr "Belorusî"
+
+#~ msgid "Bulgarian"
+#~ msgstr "Bulgarî"
+
+#~ msgid "Bengali"
+#~ msgstr "Bengalî"
+
+#~ msgid "Breton"
+#~ msgstr "Bretonî"
+
+#~ msgid "Catalan"
+#~ msgstr "Katalan"
+
+#~ msgid "Czech"
+#~ msgstr "Çekî"
+
+#~ msgid "Welsh"
+#~ msgstr "Galer"
+
+#~ msgid "Danish"
+#~ msgstr "Danîmarkî"
+
+#~ msgid "German (Austria)"
+#~ msgstr "Almanî (Avusturya)"
+
+#~ msgid "German (Germany)"
+#~ msgstr "Almanî (Almanya)"
+
+#~ msgid "Esperanto"
+#~ msgstr "Esperanto"
+
+#~ msgid "Estonian"
+#~ msgstr "Estonî"
+
+#~ msgid "Persian"
+#~ msgstr "Farisî"
+
+#~ msgid "Finnish"
+#~ msgstr "Fînikî"
+
+#~ msgid "French (France)"
+#~ msgstr "Fransî (Fransa)"
+
+#~ msgid "Irish"
+#~ msgstr "Irlandî"
+
+#~ msgid "Hindi"
+#~ msgstr "Hindî"
+
+#~ msgid "Croatian"
+#~ msgstr "Kroatî"
+
+#~ msgid "Hungarian"
+#~ msgstr "Macarî"
+
+#~ msgid "Indonesian"
+#~ msgstr "Endonezî"
+
+#~ msgid "Icelandic"
+#~ msgstr "Islandî"
+
+#~ msgid "Kurdish"
+#~ msgstr "Kurdî"
+
+#~ msgid "Latin"
+#~ msgstr "Latîn"
+
+#~ msgid "Lithuanian"
+#~ msgstr "Litwanî"
+
+#~ msgid "Latvian"
+#~ msgstr "Letwanî"
+
+#~ msgid "Maori"
+#~ msgstr "Maorî"
+
+#~ msgid "Macedonian"
+#~ msgstr "Makedonî"
+
+#~ msgid "Mongolian"
+#~ msgstr "Mongolî"
+
+#~ msgid "Marathi"
+#~ msgstr "Marathî"
+
+#~ msgid "Norwegian Bokmal"
+#~ msgstr "Norwêcî Bokmal"
+
+#~ msgid "Norwegian Nynorsk"
+#~ msgstr "Norwêcî Nynorsk"
+
+#~ msgid "Polish"
+#~ msgstr "Polonî"
+
+#~ msgid "Quechua"
+#~ msgstr "Quechua"
+
+#~ msgid "Sardinian"
+#~ msgstr "Sardî"
+
+#~ msgid "Slovak"
+#~ msgstr "Slovakî"
+
+#~ msgid "Slovenian"
+#~ msgstr "Slovenî"
+
+#~ msgid "Swedish"
+#~ msgstr "Swêdî"
+
+#~ msgid "Swahili"
+#~ msgstr "Sawahilî"
+
+#~ msgid "Tamil"
+#~ msgstr "Tamîl"
+
+#~ msgid "Tagalog"
+#~ msgstr "Tagalog"
+
+#~ msgid "Ukrainian"
+#~ msgstr "Ukranî"
+
+#~ msgid "Uzbek"
+#~ msgstr "Ozbek"
+
+#~ msgid "Yiddish"
+#~ msgstr "Îbraniya Almanî"
+
+#~ msgid "Behavior"
+#~ msgstr "Helwest"
+
+#~ msgid "Space"
+#~ msgstr "Valatî"
+
+#~ msgid "Goto Line"
+#~ msgstr "Biçe Rêzikê"
+
+#~ msgid "Normal"
+#~ msgstr "Asayî"
+
+#~ msgid "Close"
+#~ msgstr "Bigire"
+
+#~ msgid "Copy"
+#~ msgstr "Ji Ber Bigre"
+
+#~ msgid "Cu_t"
+#~ msgstr "_Jê bike"
+
+#~ msgid "Cut"
+#~ msgstr "Jê Bike"
+
+#~ msgid "Delete"
+#~ msgstr "Jê bibe"
+
+#~ msgid "New"
+#~ msgstr "Nû"
+
+#, fuzzy
+#~ msgid "Paste"
+#~ msgstr "Pêveke"
+
+#~ msgid "Print Preview"
+#~ msgstr "Pêşdîtina Çapê"
+
+#~ msgid "Quit"
+#~ msgstr "Derkeve"
+
+#~ msgid "Redo"
+#~ msgstr "Dîsa bike"
+
+#~ msgid "Save As"
+#~ msgstr "Cuda tomar bike"
+
+#~ msgid "Select All"
+#~ msgstr "Hemûyî Hilbijêre"
+
+#~ msgid "Undo"
+#~ msgstr "Vegerîne"
+
+#~ msgid "_Close"
+#~ msgstr "_Bigire"
+
+#~ msgid "_Copy"
+#~ msgstr "_Ji ber bigire"
+
+#~ msgid "_New"
+#~ msgstr "_Nû"
+
+#~ msgid "_Quit"
+#~ msgstr "_Derkeve"
+
+#~ msgid "_Redo"
+#~ msgstr "_Dubare bike"
+
+#~ msgid "_Save"
+#~ msgstr "_Tomar bike"
+
+#~ msgid "Update"
+#~ msgstr "Rojanekirin"
+
+#~ msgid "_Run"
+#~ msgstr "_Bimeşîne"
diff --git a/po/la.po b/po/la.po
new file mode 100644
index 0000000..d6e8db3
--- /dev/null
+++ b/po/la.po
@@ -0,0 +1,4877 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"PO-Revision-Date: 2008-11-14 22:00-0500\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Latin <la@li.org>\n"
+"Language: la\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1 ../plugins/time/time.ui.h:1
+msgid " "
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:250
+msgid " INS"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:289
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:248
+msgid " OVR"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:209
+#, c-format
+msgid "%s is a directory."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:264
+#, c-format
+msgid "%s is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1032
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:216
+#, c-format
+msgid "%s is not a valid location."
+msgstr ""
+
+#: ../gedit/gedit.c:126
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr ""
+
+#: ../gedit/gedit.c:114
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr ""
+
+#: ../gedit/gedit.c:477
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1626
+msgid "(Empty)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:585
+msgid "(correct spelling)"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:479
+msgid "(no suggested words)"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:1 ../plugins/time/time.ui.h:2
+msgid "*"
+msgstr ""
+
+#. Setup command line options
+#: ../gedit/gedit.c:468
+msgid "- Edit text files"
+msgstr ""
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1249
+#, c-format
+msgid "/ on %s"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "0"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "<b>Activation</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "<b>Current Line</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "<b>File Saving</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "<b>Font</b>"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "<b>Fonts</b>"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "<b>Language</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "<b>Line Numbers</b>"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "<b>Page header</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+msgid "<b>Right Margin</b>"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "<b>Syntax Highlighting</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "<b>Tab Stops</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "<b>Text Wrapping</b>"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "<b>word</b>"
+msgstr ""
+
+#: ../plugins/time/time.ui.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr ""
+
+#: ../plugins/time/time.ui.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+msgid "<span weight=\"bold\">Color Scheme</span>"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:162
+msgid "A Brand New Tool"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+
+#: ../gedit/gedit-io-error-message-area.c:1055
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:520
+msgid "A_ctivate"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:815
+msgid "A_dd Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:73
+msgid "About this application"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:531
+msgid "Ac_tivate All"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1544
+#, c-format
+msgid "Activate '%s'"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:137
+msgid "Activate next document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:135
+msgid "Activate previous document"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:2 ../gedit/gedit-plugin-manager.c:795
+msgid "Active plugins"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:808
+msgid "Add Scheme"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:69
+msgid "Add a new snippet..."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:791
+msgid "Add new empty file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:788
+msgid "Add new empty folder"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:323
+msgid "Add or _Remove..."
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Add w_ord"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:830
+#: ../gedit/gedit-file-chooser-dialog.c:51
+msgid "All Files"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Text Files"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:798
+#: ../plugins/snippets/snippets/Manager.py:884
+#: ../plugins/snippets/snippets/Manager.py:947
+msgid "All files"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:794
+#: ../plugins/snippets/snippets/Manager.py:880
+#: ../plugins/snippets/snippets/Manager.py:943
+msgid "All supported archives"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:867
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:870
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:880
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:893
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:889
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:896
+msgid "An error occurred"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Append to current document"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:241
+#: ../gedit/gedit-encodings.c:282
+msgid "Arabic"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1227
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1230
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:220
+msgid "Auto Detected"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:91
+msgid "Automatically spell-check the current document"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:684
+msgid "Available Tag Lists"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:611
+msgid "Available formats"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Backup Copy Extension"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:284
+msgid "Baltic"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:8
+msgid "Body Font for Printing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:688
+msgid "Bookmarks"
+msgstr "Signacula: Bookmark This Page...=Hanc Paginam Signare"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:9
+msgid "Bottom Panel is Visible"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Bytes"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:796
+#: ../plugins/snippets/snippets/Manager.py:882
+#: ../plugins/snippets/snippets/Manager.py:945
+msgid "Bzip compressed archive"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:78
+msgid "C_haracter Coding:"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:828
+msgid "C_onfigure Plugin"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:511
+msgid "C_onfigure"
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1187
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:270
+msgid "Central European"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:464
+msgid "Ch_aracter Coding:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-open-location-dialog.ui.h:1
+msgid "Ch_aracter coding:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Cha_nge"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Change A_ll"
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Change _to:"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1219
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1183
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1158
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1204
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1198
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1173
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1167
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:700
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:515
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:319
+msgid "Character Codings"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character codings"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Characters (no spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Characters (with spaces)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:279
+msgid "Check Spelling"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Check _Word"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Check spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:72
+msgid "Check the current document for incorrect spelling"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224 ../gedit/gedit-encodings.c:228
+msgid "Chinese Simplified"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:123
+msgid "Clear highlighting of search matches"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:133
+msgid "Close all open files"
+msgstr ""
+
+#: ../gedit/gedit-notebook.c:834
+msgid "Close document"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:708
+msgid "Close print preview"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:92
+msgid "Close the current file"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Co_mmand(s):"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:823
+msgid "Color Scheme Files"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:728
+msgid "Completed spell checking"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/time/time.ui.h:5
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:759
+msgid "Configure insert date/time plugin..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:67
+msgid "Configure the application"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:269
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr ""
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:102
+msgid "Copy the selection"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:935
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:938
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:170
+#, c-format
+msgid "Could not find the file %s."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr ""
+
+#. bad bad luck...
+#: ../gedit/gedit-local-document-saver.c:360
+msgid "Could not obtain backup filename"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:610
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:380
+#: ../gedit/gedit-io-error-message-area.c:600
+#, c-format
+msgid "Could not open the file %s."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:875
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:440
+#, c-format
+msgid "Could not revert the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:661
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1082
+#, c-format
+msgid "Could not save the file %s."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Create Backup Copies"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: ../gedit/gedit.c:79
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:59
+msgid "Create a new document"
+msgstr ""
+
+#: ../gedit/gedit.c:76
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:240
+#: ../gedit/gedit-encodings-option-menu.c:262
+#, c-format
+msgid "Current Locale (%s)"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:594
+msgid "Current page (Alt+P)"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current word"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:100
+msgid "Cut the selection"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:254 ../gedit/gedit-encodings.c:272
+msgid "Cyrillic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:256
+msgid "Cyrillic/Ukrainian"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:822
+#: ../gedit/gedit-io-error-message-area.c:917
+msgid "D_on't Save"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr ""
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:775
+msgid "Delete selected file or folder"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:407
+msgid "Delete selected snippet"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:106
+msgid "Delete the selected text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr ""
+
+#: ../gedit/gedit-style-scheme-manager.c:214
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr ""
+
+#: ../gedit/gedit-window.c:954
+msgid "Disable syntax highlighting"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Display Line Numbers"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Display Right Margin"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Display in bottom pane"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Display right _margin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1129
+msgid "Do you want to drop your changes and reload the file?"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:854
+#: ../plugins/snippets/snippets/Manager.py:921
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1131
+msgid "Do you want to reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:652
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:724
+msgid "Docum_ents with unsaved changes:"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Document Statistics"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+msgid "Document"
+msgstr ""
+
+#: ../gedit/gedit-documents-panel.c:760 ../gedit/gedit-window.c:2873
+msgid "Documents"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:190
+msgid "Done."
+msgstr ""
+
+#: ../gedit/gedit.c:73
+msgid "ENCODING"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr ""
+
+# Utilisation de l'infinitif sur les infobulles du Bureau
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:158
+#: ../plugins/externaltools/tools/manager.py:187
+#: ../plugins/externaltools/tools/manager.py:235
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Edit tool <i>make</i>:"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Editor Font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Editor _font: "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Editor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../gedit/gedit-panel.c:364 ../gedit/gedit-panel.c:572
+msgid "Empty"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Enable Search Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1741
+msgid "Encoding:"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Encodings shown in menu"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-open-location-dialog.ui.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1703
+#, c-format
+msgid "Error opening file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1708
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1713
+#, c-format
+msgid "Error saving file %s"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:550
+#, python-format
+msgid ""
+"Execution of the python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:558
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:192
+msgid "Exited"
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:1102
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Export selected snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:874
+#: ../plugins/snippets/snippets/Manager.py:912
+msgid "Export snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:814
+msgid "Export succesfully completed"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:17
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:739
+msgid "File Browser"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:228
+msgid "File System"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File `%s` does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File `%s` is not a valid snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, python-format
+msgid "File `%s` is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../gedit/gedit-print-job.c:538
+#, c-format
+msgid "File: %s"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:116
+msgid "Find Ne_xt"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:118
+msgid "Find Pre_vious"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.c:312 ../gedit/gedit-window.c:1361
+msgid "Find"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+msgid "Font & Colors"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr ""
+
+#: ../gedit/gedit-commands-search.c:165
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] "%d occurrences trouvées et remplacées"
+
+#: ../gedit/gedit-commands-search.c:175
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:413
+msgid "Get statistic info on current document"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:119
+msgid "Global"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:124
+msgid "Go to _Line..."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:937
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:969
+msgid "Go to a previously opened location"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:125
+msgid "Go to a specific line"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:963
+msgid "Go to next location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:932
+msgid "Go to previous location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:808
+msgid "Go to the next visited location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:805
+msgid "Go to the previous visited location"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:276
+msgid "Greek"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:795
+#: ../plugins/snippets/snippets/Manager.py:881
+#: ../plugins/snippets/snippets/Manager.py:944
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "He_aders and footers:"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Header Font for Printing"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:167
+msgid "Hebrew Visual"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:169 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Hebrew"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr ""
+
+#: ../gedit/gedit-panel.c:517 ../gedit/gedit-panel.c:591
+msgid "Hide panel"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:20
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Highlight current _line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "Highlight matching _bracket"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:243
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:256
+#, c-format
+msgid ""
+"Host name was invalid. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with nautilus etc)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:21
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1233
+msgid "If you delete an item, it is permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:747
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+"Si vous n'enregistrez pas, les modifications effectuées depuis %d heures "
+"seront définitivement perdues."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:436
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+"Si vous n'enregistrez pas, les modifications effectuées depuis %ld minutes "
+"seront définitivement perdues."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+"Si vous n'enregistrez pas, les modifications effectuées depuis %ld secondes "
+"seront définitivement perdues."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:457
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+"Si vous n'enregistrez pas, les modifications effectuées depuis une heure et %"
+"d minutes seront définitivement perdues."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:451
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+"Si vous n'enregistrez pas, les modifications effectuées depuis une minute et "
+"%ld secondes seront définitivement perdues."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:420
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:856
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Ignore _All"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:789
+msgid "Import snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:775
+msgid "Import succesfully completed"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, python-format
+msgid "Imported file `%s` is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:180
+msgid "In_sert Date and Time..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:127
+msgid "Incrementally search for text"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/time/time.ui.h:6
+msgid "Insert Date and Time"
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr ""
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "Insert current date and time at the cursor position"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Insert spaces"
+msgstr ""
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:259
+msgid "Japanese"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250 ../gedit/gedit-encodings.c:265
+msgid "Korean"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "Language:"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:188
+msgid "Languages"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1330
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Lines"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "Link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:25
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:26
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:27
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] ""
+msgstr[1] "Chargement de %d fichiers…"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:680
+#, c-format
+msgid "Loading %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:687
+#, c-format
+msgid "Loading %s"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file '%s'…"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1740
+msgid "MIME Type:"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr ""
+
+#: ../plugins/snippets/snippets/WindowHelper.py:74
+msgid "Manage _Snippets..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/WindowHelper.py:75
+msgid "Manage snippets"
+msgstr ""
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr ""
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1224
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:30
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr ""
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:34
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:37
+msgid "Monospace 9"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:772
+msgid "Move selected file or folder to trash"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:139
+msgid "Move the current document to a new window"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1739
+msgid "Name:"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:790
+msgid "New F_ile"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:196
+msgid "New tool"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:959
+msgid "Next location"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:781
+msgid "No misspelled words"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1985
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr ""
+
+#. add the "None" item before all the others
+#. Translators: "None" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:953
+msgid "None"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:38
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Object applet file (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1240
+#, c-format
+msgid "Open '%s'"
+msgstr ""
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:438
+msgid "Open Files"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:136
+#: ../gedit/dialogs/gedit-open-location-dialog.ui.h:3
+msgid "Open Location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:62
+msgid "Open _Location..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open a file from a specified location"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:61 ../gedit/gedit-window.c:1483
+msgid "Open a file"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1487
+msgid "Open a recently used file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:605
+msgid "Open a terminal at the currently opened directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:71
+msgid "Open the gedit manual"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:782
+msgid "Open the parent folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1494
+msgid "Open"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:128
+msgid "Opens the External Tools Manager"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr ""
+
+#: ../gedit/gedit-print-job.c:547
+msgid "Page %N of %Q"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:774
+#, c-format
+msgid "Page %d of %d"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:958
+msgid "Page Preview"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:85
+msgid "Page Set_up..."
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:624
+msgid "Page total"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:104
+msgid "Paste the clipboard"
+msgstr ""
+
+#: ../gedit/gedit-commands-search.c:188
+msgid "Phrase not found"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:604
+#: ../gedit/gedit-io-error-message-area.c:613
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:172
+#: ../gedit/gedit-io-error-message-area.c:211
+#: ../gedit/gedit-io-error-message-area.c:218
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1009
+msgid "Please check your installation."
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Plugins"
+msgstr ""
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:66
+msgid "Pr_eferences"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+msgid "Preferences"
+msgstr "Praeferentiae"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr ""
+
+#: ../gedit/gedit-print-job.c:805
+msgid "Preparing..."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:928
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:944
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:976
+msgid "Previous location"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:39
+msgid "Print Header"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:40
+msgid "Print Line Numbers"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:87
+msgid "Print Previe_w"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:41
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print line nu_mbers"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Print page _headers"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:88
+msgid "Print preview"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Print synta_x highlighting"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print the current page"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:42
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:570
+msgid "Push this button to select the font to be used by the editor"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:45
+msgid "Python Console"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:211
+msgid "Question"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:146
+msgid "Quit the program"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr ""
+
+#. Read only
+#: ../gedit/gedit-tab.c:1657
+msgid "RO"
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:809
+msgid "Re_fresh View"
+msgstr ""
+
+#: ../gedit/gedit-documents-panel.c:89 ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:1929 ../gedit/gedit-window.c:1934
+msgid "Read Only"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:98
+msgid "Redo the last undone action"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:810
+msgid "Refresh the view"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:797
+msgid "Rename selected file or folder"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.c:408
+msgid "Replace _All"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.c:301
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2 ../gedit/gedit-window.c:1363
+msgid "Replace"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:404
+msgid "Revert selected snippet"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:84
+msgid "Revert to a saved version of the file"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1149
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:657
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:664
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1104
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:44
+msgid "Right Margin Position"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:167
+msgid "Running tool:"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:818
+#: ../gedit/gedit-io-error-message-area.c:913
+msgid "S_ave Anyway"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:726
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:80
+msgid "S_ort..."
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr ""
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:47
+msgid "Sans 11"
+msgstr ""
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:50
+msgid "Sans 8"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:823
+msgid "Save As…"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save _As..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:131
+msgid "Save all open files"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:520
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save the current file with a different name"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:80
+msgid "Save the current file"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1359
+msgid "Save"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:770
+#, c-format
+msgid "Saving %s to %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:777
+#, c-format
+msgid "Saving %s"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:719 ../gedit/gedit-commands-file.c:925
+#, c-format
+msgid "Saving file '%s'…"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:534
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:745
+msgid "Saving has been disabled by the system administrator."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:119
+msgid "Search backwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:121
+msgid "Search for and replace text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:115
+msgid "Search for text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:117
+msgid "Search forwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:107
+msgid "Select _All"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:605
+msgid "Select a character coding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:614
+#: ../gedit/gedit-io-error-message-area.c:666
+msgid "Select a different character coding from the menu and try again."
+msgstr ""
+
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:108
+msgid "Select the entire document"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:599
+msgid "Select the group of tags you want to use"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Selection"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:78
+msgid "Set _Language..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:139
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr ""
+
+#: ../gedit/gedit.c:73
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:80
+msgid "Set the language of the current document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:598
+msgid "Set the root to the active document location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:86
+msgid "Setup the page settings"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:158
+msgid "Shell Output"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:822
+msgid "Show _Binary"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:819
+msgid "Show _Hidden"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:823
+msgid "Show binary files"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:820
+msgid "Show hidden files and folders"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:644
+msgid "Show multiple pages"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the bottom pane in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:158
+msgid "Show or hide the side pane in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:155
+msgid "Show or hide the statusbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:152
+msgid "Show or hide the toolbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:577
+msgid "Show the next page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:563
+msgid "Show the previous page"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Side Pane is Visible"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:157
+msgid "Side _Pane"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:797
+msgid "Single snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:678
+msgid "Single word with which the snippet is activated after pressing tab"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Smart Home End"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Snippets Manager"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:45
+msgid "Snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:82
+msgid "Sort the current document or selection"
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:53
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" represents the current locale encoding. Only recognized "
+"encodings are used."
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "Sonus"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:157
+msgid "South European"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:54
+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/gedit.schemas.in.h:55
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:56
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:57
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:58
+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/gedit.schemas.in.h:59
+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/gedit.schemas.in.h:60
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:61
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:62
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:63
+msgid "Status Bar is Visible"
+msgstr ""
+
+#: ../plugins/externaltools/tools/outputpanel.py:78
+msgid "Stopped."
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1322
+msgid "String you want to search for"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Style Scheme"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:65
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:290
+msgid "Suggestions"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:66
+msgid "Tab Size"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:94
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:687
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:703
+msgid "Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, python-format
+msgid "Target directory `%s` does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory `%s` is not a valid directory"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:755
+msgid "Text Editor"
+msgstr "Scripta Edere"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:263
+msgid "Thai"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive `%s` could not be created"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive `%s` could not be extracted"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1067
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1060
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:664
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:749
+msgid "The document is empty."
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1124
+#, c-format
+msgid "The file %s changed on disk."
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:840
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1191
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:641
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:292
+msgid "The file is too big."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:810
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:768
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:564
+msgid "The following python code, run in a snippet, does not return a value"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:67
+msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:205
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:201
+msgid "The location of the file cannot be mounted."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3432
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3384
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:368
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:959
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3122
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:783
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1194
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:625
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:869
+#: ../plugins/snippets/snippets/Manager.py:939
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+"Il y a %d documents avec des modifications non enregistrées. Voulez-vous "
+"enregistrer les modifications avant de fermer ?"
+
+#: ../gedit/gedit-statusbar.c:388
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] "Il y a %d onglets avec des erreurs"
+
+#: ../gedit/gedit-io-error-message-area.c:1044
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-help.c:82
+msgid "There was an error displaying help."
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:272
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:745
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:673
+msgid ""
+"This is not a valid tab trigger. Triggers can either contain letters or a "
+"single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hidden (filter hidden files), binary "
+"(filter binary files) and hidden_and_binary (filter both hidden and binary "
+"files)."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Toolbar Buttons Style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Toolbar is Visible"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Turkish"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:320
+msgid "Type a new accelerator"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:318
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:1053
+msgid "Type a new shortcut"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:1051
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1094
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1075
+#, c-format
+msgid "Unable to open ui file %s. Error: %s"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:96
+msgid "Undo the last action"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:333
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1732
+msgid "Unicode (UTF-8)"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:140 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:437
+msgid "Unknown"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr ""
+
+#: ../gedit/gedit-document.c:871 ../gedit/gedit-document.c:884
+#, c-format
+msgid "Unsaved Document %d"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:781
+msgid "Up"
+msgstr "Sursum"
+
+#: ../gedit/gedit-window.c:896
+#, c-format
+msgid "Use %s highlight mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:71
+msgid "Use Default Font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/time/time.ui.h:7
+msgid "Use the _selected format"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "User dictionary:"
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:261 ../gedit/gedit-encodings.c:267
+#: ../gedit/gedit-encodings.c:286
+msgid "Vietnamese"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:812
+msgid "View folder in file manager"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "Spectare: Toolbars=Tabulae"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:231 ../gedit/gedit-encodings.c:274
+msgid "Western"
+msgstr "Occidentalis"
+
+#: ../data/gedit.schemas.in.h:72
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:73
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:74
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:75
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:76
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:78
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:79
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:84
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:85
+msgid ""
+"Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:86
+msgid ""
+"Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:87
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:89
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "Words"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Writable VFS schemes"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1049
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:372
+msgid "You do not have the permissions necessary to open the file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1038
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:110
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Zoom 1:1"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom the page in"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:692
+msgid "Zoom the page out"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:670
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: ../gedit/gedit.c:82
+msgid "[FILE...]"
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:93
+msgid "[ISO-8859-15]"
+msgstr ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.h:105
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:824
+msgid "_About Plugin"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:503
+msgid "_About"
+msgstr ""
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:512
+msgid "_Add"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:89
+msgid "_Autocheck Spelling"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Bottom Pane"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:70
+msgid "_Check Spelling"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:122
+msgid "_Clear Highlight"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:132
+msgid "_Close All"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:704
+msgid "_Close Preview"
+msgstr ""
+
+#. Help menu
+#: ../gedit/gedit-ui.h:70
+msgid "_Contents"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:536
+msgid "_Deactivate All"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:774
+msgid "_Delete"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:378
+#: ../gedit/dialogs/gedit-encodings-dialog.c:439
+msgid "_Description"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "_Description:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+msgid "_Display line numbers"
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:411
+msgid "_Document Statistics"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Documents"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:730
+msgid "_Don't Edit"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Drop targets:"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:727
+msgid "_Edit Anyway"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Edit"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:387
+#: ../gedit/dialogs/gedit-encodings-dialog.c:448
+msgid "_Encoding"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:126
+msgid "_External Tools..."
+msgstr ""
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:49
+msgid "_File"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:766
+msgid "_Filter"
+msgstr ""
+
+#. Search menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Find..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:55
+msgid "_Help"
+msgstr ""
+
+#. View menu
+#: ../gedit/gedit-ui.h:111
+msgid "_Highlight Mode"
+msgstr ""
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:497
+msgid "_Ignore All"
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "_Ignore"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:126
+msgid "_Incremental Search..."
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr ""
+
+#: ../plugins/time/time.ui.h:8
+msgid "_Insert"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1234
+msgid "_Match Case"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1142
+msgid "_Match Filename"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:771
+msgid "_Move To Trash"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:138
+msgid "_Move to New Window"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:787
+msgid "_New Folder"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:136
+msgid "_Next Document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:807
+msgid "_Next Location"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "_Number every"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:603
+msgid "_Open terminal here"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:60
+msgid "_Open..."
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:618
+msgid "_Preview"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:134
+msgid "_Previous Document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:803
+msgid "_Previous Location"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:89
+msgid "_Print..."
+msgstr ""
+
+#: ../plugins/time/time.ui.h:9
+msgid "_Prompt for a format"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1141
+msgid "_Reload"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:796
+msgid "_Rename"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.c:409
+#: ../gedit/gedit-commands-file.c:661
+msgid "_Replace"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Replace..."
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Restore Default Fonts"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:389
+#: ../gedit/gedit-io-error-message-area.c:507
+msgid "_Retry"
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1245
+msgid "_Revert"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr ""
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:130
+msgid "_Save All"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr ""
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Search"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:596
+msgid "_Set root to active document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:551
+msgid "_Spelling Suggestions..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:154
+msgid "_Statusbar"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:15
+msgid "_Suggestions:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:151
+msgid "_Toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:12
+msgid "_Update"
+msgstr ""
+
+#: ../plugins/time/time.ui.h:10
+msgid "_Use custom format"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:580
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:811
+msgid "_View Folder"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:51
+msgid "_View"
+msgstr ""
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1214
+msgid "_Wrap Around"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3412
+msgid "directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3360
+msgid "file"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1084
+msgid "gedit Preferences"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:431
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1015
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:187
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1023
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:193
+msgid "gedit cannot handle this location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:955
+msgid ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:602
+msgid "gedit has not been able to detect the character coding."
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:80
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:760
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: the first %s is the language name, and the
+#. * second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#: ../plugins/spell/gedit-spell-checker-language.c:287
+#: ../plugins/spell/gedit-spell-checker-language.c:295
+#, c-format
+msgid "language|%s (%s)"
+msgstr ""
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:414
+msgid "language|Default"
+msgstr ""
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:306
+#, c-format
+msgid "language|Unknown (%s)"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "lines"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:616
+msgid "of"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:97
+msgid "translator-credits"
+msgstr ""
diff --git a/po/ln.po b/po/ln.po
new file mode 100644
index 0000000..bde1b55
--- /dev/null
+++ b/po/ln.po
@@ -0,0 +1,3287 @@
+# Lingala translation for gedit.
+# Copyright (C) 2016 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2016-03-12 07:00+0000\n"
+"PO-Revision-Date: 2016-05-17 09:30+0100\n"
+"Last-Translator: Arnauld NEDATI <arnauldndt@gmail.com>\n"
+"Language-Team: Lingala <ubuntu-cd@lists.ubuntu.com>\n"
+"Language: ln\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);;\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid "gedit is the official text editor of the GNOME desktop environment. While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor."
+msgstr "gedit azali mobɔngele nkomá mokonzi ya nzíngazínga ya biló GNOME. Soki olongi ésaleli ya pasi tɛ̂ mpe ya makasi tɛ̂, gedit azali mobɔngele nkomá ya makasi ya bosaléli banso."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid "Whether you are writing the next bestseller, programming an innovative application, or simply taking some quick notes, gedit will be a reliable tool to accomplish your task."
+msgstr "Te okoma best-seller ékoya, pologami ya sika, to mpe olingi kazwa ndambo ya noti, gedit azali esaleli ya kitoko mpona kokokisa misala na yo."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid "Its flexible plugin system allows you to tailor the application to your needs and adapt it to your workflow."
+msgstr "sistɛ́mɛ na ye ya kotíngisa epesi yo ndingisa ya kosalela esáliseli na mposa na yo mpe na lolenge na yo ya mosala."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1
+#: ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "mobɔngele nkomá ; editɛ́lɛ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "Bɔngisa kásá ya nkomá"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "gedit mobɔngele nkomá"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;"
+msgstr "Nkoma;ebɔngele;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Open a New Window"
+msgstr "Fungola lininísa ya sika"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Document"
+msgstr "Fungola dokimá ya sika"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "Salela polósi likwá"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the font named in the \"Editor Font\" option will be used instead of the system font."
+msgstr "Lakisa soki ebongi kosalela bonene ya polosi likwa ya sistɛ́mɛ mpona libongeli nkoma na esika ya kosalela polosi moko ya gedit. Soki liponi wana eza ya kokangama, na tango wana polosi oyo éponami na liponi \" Polosi ya ebɔngeli\" eko salelama na esika ya polosi ya sistɛ́mɛ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "Editor polósi"
+
+#: ../data/org.gnome.gedit.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 "Polosi ya koúlinisa nde esalelami na étando ya libongeli . Ekoki ko zwa esika soki liponi ya \"Salela polosi likwa\" ekangami."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "Nzɛ́ngá ya Libɔngisi "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID ya libɔngisi nzenga ya GtkSourceView bisaleli mpona botiyi langi ya nkoma"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "Kela kopí ya bobíkisi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Lakisa soki gedit akoki kokela kopí ya bobíkisi ba kasa oyo azali ko bombisa"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "mɛ́i-bombómbisi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid "Whether gedit should automatically save modified files after a time interval. You can set the time interval with the \"Autosave Interval\" option."
+msgstr "Lakisa soki gedit akoki ko bombisa ya mɛ́i kasa eye ebóngolámí sima ya ntaka ya ngonga. Okoki kotiya ntaka ya ngonga na lopini \"ntaka ya mɛ́i-bombómbisi\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "Etando ya bombómbisi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid "Number of minutes after which gedit will automatically save modified files. This will only take effect if the \"Autosave\" option is turned on."
+msgstr "Motango ya miniti oyo sima na yango nde gedit akoki ko bombisa ye mɛ́i kasa ebóngolámí. Ekoki ko zwa esika soki liponi ya \"mɛ́i-bombómbisi\" ézali polélé."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "Suka ya mutaya ya ekelá bwakisami"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions."
+msgstr "Mutaya ya suka ya bikelá oyo gedit akoki kobákwisa to kozóngela. Salela \"-1\" soki olingi kotiya ndelo tɛ̂."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "modɛ ya bozongi na liníɛ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 "Lakisa ndenge ya kokabola ba linie ya milayi na kati ya étando ya libɔngeli. Salela \"none\" soki olingi kokabola tê, \"word\" pona kokabola na suka ya lokoma, mpe \"char\" pona kokabola na ndélo ya mokoma. Yeba té mbenza bana bizali na botáli likomá, Sale té émonana ndengé étiyami."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Bopɔni ya suka na mode ya bokaboli linie"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid "Specifies the last split mode used with line wrapping mode, so that when wrapping mode is off we still remember the split mode choice. Use \"word\" for wrapping at word boundaries, and \"char\" for wrapping at individual character boundaries."
+msgstr "Tiya bopɔni ya suka na mode ya bokaboli linie, mpo mode oyo étikala na memuále ata soki fɔksío wana ékangami. Salela \"word\" pona kokabola na suka ya lokoma, mpe \"char\" pona kokabola na ndélo ya mokoma. "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "lipipi ya bolaí"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr "Tiya motuya ya sipasi oyo ékomonisama na ésika ya monkoma ya lipipi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "Kóákisa sipasi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Lakisa tango gedit alingi kokóákisa sipasi to tabulation"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "Mɛ́i--bénda"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Lakisa tango gedit alingi kolamusa bobéndi otomatíki"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr " Mɔ́nisa Mitúya ya Liníɛ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Lakisa tango gedit alingi kolakisa mamɛlo ya liníɛ na kati ya étando ya libɔngeli."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "Kongengisa liníɛ ya sikáwa"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "Lakisa tango gedit alingi kongengisa liníɛ ya sikawa."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "Ngengisa bilembo ya botangoli oyo ekokani"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Lakisa soki gedit akoki kongengisa bilembo ya botangoli oyo ekokani"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "Komónisa marzi n’elómi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Lakisa soki gedit akoki komonisa marzi nelómi nakati ya etando ya libɔngeli "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "Esika ya Marzi n’elómi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "Limbola poziso ya marzi nelómi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Display Overview Map"
+msgstr "Monisa mapi ya apɛ́lɛsi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Whether gedit should display the overview map for the document."
+msgstr "Lakisa soki gedit akoki komonisa calati ya bomoni lisanga ya ba dokima "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Document background pattern type"
+msgstr " Ndéngé ya motifi ya simasima ya dokima"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Whether the document will get a background pattern painted."
+msgstr "Lakisa soki dokima akozwa motifi ya simasima ya kokóba."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Smart Home End"
+msgstr "Yambo mpe suka ya mayɛ́lɛ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+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 "Lakisa ndenge nini motúmbé azali kotambola tango tusi ya yambo mpe ya suka éfinami. Salela \"disabled\" (ékangami) pona kokende tango inso liboso/suka ya linie, \"after\" (sima) pona kokende liboso/suka ya linie na ngonga ya yambo oyo ba tusi bifinami mpe liboso/suka ya nkoma nakobosanaka ba sipasi, na tango ya ibalé oyo ba tusi bifanami, \"before\" (liboso) pona kokende liboso/suka ya linie liboso ya kokende liboso/suka ya linie mpe \"always\" (tango inso) pona kokende tango inso liboso/suka ya nkoma na ésika ya liboso/suka ya linie."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Restore Previous Cursor Position"
+msgstr "Zongisa motúmbé na ésika éleki"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr "Lakisa soki gedit akoki kozongisa motúmbé na ésika éleki tango ya kotombisa kasa."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Enable Syntax Highlighting"
+msgstr "Lamusa bongengisi ya sɛtákisi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Lakisa soki gedit akoki kolamusa bongengisi sɛtákisi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Enable Search Highlighting"
+msgstr "Lamusa bogéngísámí ya boluki "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Lakisa soki gedit akoki kongengisa ba okilansɛ niɔ́nsɔ ya boluki nkoma "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Ensure Trailing Newline"
+msgstr "Laka liníɛ ya suka ya sika"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid "Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Lakisa soki gedit akoki ko keba te ba dokima esila ntángo ínsɔ na linie ya sika na suka ya kasa."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Toolbar is Visible"
+msgstr "Ndáko ya bisáleli a komónisama"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Lakisa soki ndáko ya bisáleli akoki komónisama na lininisa ya libɔngeli"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Notebook Show Tabs Mode"
+msgstr "Mode ya bolakisi lipipi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid "Specifies when to show the notebook tabs. Use \"never\" to never show the tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only when there is more than one tab. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr "Tiya ndengé ya komonisa lipipi ya lininisa. Salela \"never\" mpona komonisa yango tê, \"always\" mpona komonisa yango seko, mpe \"auto\" mpona komonisa yango soki éleki moko. Yeba té mbenza bana bizali na botáli likomá, Sale té émonana ndengé étiyami."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Status Bar is Visible"
+msgstr "barɛ ya ezalela ézali komónisama"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Lakisa soki barɛ ya stati na nsé ya lininisa ya libɔngeli ekoki komonana. "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Side panel is Visible"
+msgstr "Pano ya pembeni ézali komónisama"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether the side panel at the left of editing windows should be visible."
+msgstr "Lakisa soki pano ya mopanzi na embembé ya lininisa ya libɔngeli ekoki komonana. "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Maximum Recent Files"
+msgstr "Nsúka ya ba kásá ya sikawa"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Specifies the maximum number of recently opened files that will be displayed in the \"Recent Files\" submenu."
+msgstr "Lakisa motuya ya suka ya ba kasa biwuti kofungolama biyé bikomonisama na méni-mwǎna \"Kasa ya sikawa\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Print Syntax Highlighting"
+msgstr "BImisa bongengisi sɛtákisi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Lakisa soki gedit akoki kobimisa bongengisa sɛtákisi tango ya bobimisi ya ba dokima."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Header"
+msgstr "kobimisa likoló lia lonkásá"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Lakisa soki gedit akoki kotiya likoló lia lonkásá tango ya bobimisi ya ba dokima."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Printing Line Wrapping Mode"
+msgstr "Bimisa na mode ya bozongi na linie"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+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 "Lakisa ndenge ya kokabola ba linie ya milayi tango ya bobimisi. Salela \"none\" soki olingi kokabola tê, \"word\" pona kokabola na suka ya lokoma, mpe \"char\" pona kokabola na ndélo ya mokoma. Yeba té mbenza bana bizali na botáli likomá, Sale té émonana ndengé étiyami."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid "Print Line Numbers"
+msgstr "Bimisa mamelo ya liníɛ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr "Soki mbenza oyo ézali 0, numelo moko tê ya linie éko koakisama tango ya bobimisi dokima. Soki tê, gedit ako lakisa numélo ya linie na ba linie nionso."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+msgid "Body Font for Printing"
+msgstr "Polosi pona bobimisi nzoto lia lonkasa"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr "Lakisa polosi ya kosalela mpona nzoto ya dokima ntango ya bobimisi."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+msgid "Header Font for Printing"
+msgstr "Polosi pona bobimisi likolo lia lonkasa"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:73
+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 "Lakisa polosi ya kosalela mpona likola lia lonkasa ntango ya bobimisi dokima. Ekoki ko zwa esika soki liponi ya \"Bimisa likola lia lonksa\" ézali polele."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Line Number Font for Printing"
+msgstr "Polosi pona bobimisi numelo ya liniɛ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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 "Lakisa polosi ya kosalela mpona ba numelo ya linie ntango ya bobimisi. Ekoki ko zwa esika soki liponi ya \"Bimisa numelo ya linie\" ézali zeló tê."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:77
+msgid "Margin Left"
+msgstr "Marzi ya embembé"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "The left margin, in millimeters."
+msgstr "Marzi ya embembé, na milimɛ́tɛlɛ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Margin Top"
+msgstr "Marzi ya Likoló"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+msgid "The top margin, in millimeters."
+msgstr "Marzi ya likoló, na milimɛ́tɛlɛ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Right"
+msgstr "Marzi n’elómi "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The right margin, in millimeters."
+msgstr "Marzi nélomi, na milimɛ́tɛlɛ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Bottom"
+msgstr "Marzi ya nsé"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The bottom margin, in millimeters."
+msgstr "Marzi ya nsé, na milimɛ́tɛlɛ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Candidate Encodings"
+msgstr "Akɔdaze oyo esengelami"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid "List of candidate encodings shown in the Character Encoding menu in the open/save file chooser. \"CURRENT\" represents the current locale encoding. Only recognized encodings are used. The default value is the empty list, in which case gedit will choose good defaults depending on the country and language."
+msgstr "Liste ya ba akɔdaze émonisami na ongele ya Fungola/bombisa mpe meni akɔdaze ya minkomá ya époniseli ya kasa. \"Ya sikawa\" élakisi akɔdaze ya minkomá ya sikawa. Kaka ba akɔdaze éyabani ndé ésalelami. Mpenza likwá ézali liste ya mpamba, na cas wana gedit akopono ya kitoko engebene na ekólo mpe lokóta na yo."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Active plugins"
+msgstr "Kotingisi ngâ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid "List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr "Lisiti ya motingisa ngâ. Ezali na \"ésika\" ya motingisa ngâ. Tala kasa ya .gedit-plugin mpona kozwa \"ésika\" ya motingisi moko."
+
+#: ../gedit/gedit-app.c:111
+msgid "Show the application's version"
+msgstr "Monisa versio ya esáliseli"
+
+#: ../gedit/gedit-app.c:117
+msgid "Display list of possible values for the encoding option"
+msgstr "Monisa lístɛ ya ba mbenza mpona liponi ya akɔdaze"
+
+#: ../gedit/gedit-app.c:124
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr "Tiya akɔdaze ya minkomá ya kosalela mpona kofungola ba kasa etíyámí molɔngɔ́ na ekomiselo bitámboseli"
+
+#: ../gedit/gedit-app.c:125
+msgid "ENCODING"
+msgstr "AKODAZE"
+
+#: ../gedit/gedit-app.c:131
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Kela lninisa ya nivo likolo na kati ya esitansi ya gedit oyo ezali"
+
+#: ../gedit/gedit-app.c:138
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Kela dokima ya sika na kati ya esitansi ézali na gedit"
+
+#: ../gedit/gedit-app.c:145
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "Kotisa bonɛ́nɛ mpe poziso ya lininisa (bonɛ́nɛ+bosándá+X+Y)"
+
+#: ../gedit/gedit-app.c:146
+msgid "GEOMETRY"
+msgstr "ZOMELETI "
+
+#: ../gedit/gedit-app.c:152
+msgid "Open files and block process until files are closed"
+msgstr "Fungola kásá mpe tɛ́lɛmisa etámboli kino kásá eko kangama"
+
+#: ../gedit/gedit-app.c:159
+msgid "Run gedit in standalone mode"
+msgstr "Sálela gedit na modɛ ya bomíyángeli"
+
+#: ../gedit/gedit-app.c:166
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[Kásá...] [+Liníɛ[:Likonzí]]"
+
+#: ../gedit/gedit-app.c:281
+msgid "There was an error displaying the help."
+msgstr "zíko moko ésalami tango ya bomonisi lisálisi"
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: akɔdaze ya kobɔngɛlɛ tɛ̂"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "Kanga tángo na bobómbisi "
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462
+#: ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643
+#: ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568
+#: ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-io-error-info-bar.c:130
+#: ../gedit/gedit-io-error-info-bar.c:511
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_Longola"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+msgid "_Save As…"
+msgstr "_Bómbisa na …"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "_Bómbisa"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya sɛgɔ́ndi moko eko bungisama mpona libela."
+msgstr[1] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya sɛgɔ́ndi %ld eko bungisama mpona libela."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "Soki o bombisi tɛ̂, bobɔngisi ya sima ya minuti moko eko bungisama mpona libela."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya minuti mpe sɛgɔ́ndi moko eko bungisama mpona libela."
+msgstr[1] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya minuti moko mpe sɛgɔ́ndi %ld eko bungisama mpona libela."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya minuti moko eko bungisama mpona libela."
+msgstr[1] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya minuti %ld eko bungisama mpona libela."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "Soki o bombisi tɛ̂, bobɔngisi ya sima ya mwa ngonga eko bungisama mpona libela."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya ngonga mpe minuti moko eko bungisama mpona libela."
+msgstr[1] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya ngonga mpe minuti %d eko bungisama mpona libela."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya ngonga moko eko bungisama mpona libela."
+msgstr[1] "Soki o bombisi tɛ̂, bobɔngisi ya sima ya ngonga %d eko bungisama mpona libela."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Bobɔngisi esalemi na dokima “%s” eko bungisama mpona libela."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Olingi kobombisa bobɔngisi esalemi na dokima “%s” liboso ya kokanga?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "Bobombisi épékisami na moyángeli kompíta."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] " Bobɔngisi esalemi na dokima %d eko bungisama mpona libela."
+msgstr[1] " Bobɔngisi esalemi na ba dokima %d eko bungisama mpona libela."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "Ezali na dokima moko na mabongisi ebómbisámí tɛ̂. Olingi kobombisa mabongisi liboso ya kokanga?"
+msgstr[1] "Ezali na ba dokima %d na mabongisi ebómbisámí tɛ̂. Olingi kobombisa mabongisi liboso ya kokanga?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "Dokima na mabongisi ebómbisámí tɛ̂:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "P_ɔnɔ dokima oyo olingi kobombisa"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Soki o bombisi tɛ̂, bobɔngisi niɔ́nsɔ eko bungisama mpona libela."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Tómbisa kásá '%s'…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Tómbisa %d kásá…"
+msgstr[1] "Tómbisa %d ba kásá…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Fúngola"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:39
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "_Fúngola"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Lokásá \"%s\" eza kotángama káka"
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Olingi kokitanisa yango na éyé ozali komeka kobombisa?"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "_Kitana"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Olingi kobombisa kásá na bosáleli bominioli?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "Olingi kobombisa kásá lokola nkomá ya sɛ́nzi?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid "The file \"%s\" was previously saved as plain text and will now be saved using compression."
+msgstr "Kasa \"%s\" é bombisamaki liboso na nkomá ya sɛ́nzi mpe sikawa éko bombisama na bominioli."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "_Bombisa na bosáleli bominioli"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid "The file \"%s\" was previously saved using compression and will now be saved as plain text."
+msgstr "Kasa \"%s\" é bombisamaki liboso na bominioli mpe sikawa éko bombisama na nkomá ya sɛ́nzi."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "_Bombisa lokola nkomá ya sɛ́nzi"
+
+#: ../gedit/gedit-commands-file.c:752
+#: ../gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Bobómbisi kásá '%s'…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Bómbisa na"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Bozongeli dokima '%s'…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Kobútoa mabongisi ya dokima éyé ebómbisámí tɛ̂ '%s'?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] "Bobongoli esalami na dokima na sɛgɔ́ndi ya súka eko bungama libela."
+msgstr[1] "Bobongoli esalami na dokima na sɛgɔ́ndi %ld ya súka eko bungama libela."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "Bobongoli esalami na dokima na minuti ya súka eko bungama libela."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Bobongoli esalami na dokima na minuti ya súka mpe sɛgɔ́ndi ya súka eko bungama libela."
+msgstr[1] "Bobongoli esalami na dokima na minuti ya súka mpe sɛgɔ́ndi %ld ya súka eko bungama libela."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] "Bobongoli esalami na dokima na minuti ya súka eko bungama libela."
+msgstr[1] "Bobongoli esalami na dokima na minuti %ld ya súka eko bungama libela."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Bobongoli esalami na dokima na ngonga ya súka eko bungama libela."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural "Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] "Bobongoli esalami na dokima na ngonga ya súka mpe minuti ya súka eko bungama libela."
+msgstr[1] "Bobongoli esalami na dokima na ngonga ya súka mpe minuti %d ya súka eko bungama libela."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Bobongoli esalami na dokima na ngonga ya súka eko bungama libela."
+msgstr[1] "Bobongoli esalami na dokima na ngonga %d ya súka eko bungama libela."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "_Bútoa"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit azali mobɔngele nkoma ya moke mpe pepele pona buro GNOME"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr "Arnauld NEDATI<arnauldndt@gmail.com>"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Okilansɛ %d émonani mpe ekitanámí"
+msgstr[1] "Ba Okilansɛ %d émonani mpe ekitanámí"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "Okilansɛ moko émonani mpe ekitanámí"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" Emónání tɛ̂"
+
+#: ../gedit/gedit-document.c:1104
+#: ../gedit/gedit-document.c:1137
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Dokima %d eza na títɛlɛ tɛ̂"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Lisánga ya lipipi %i"
+
+#: ../gedit/gedit-documents-panel.c:499
+#: ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167
+#: ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Tánga káka"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Emónámí yangoméi"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove..."
+msgstr "Bakisa to Longola..."
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Lokalɛ ya sikáwa (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Lokalɛ ya Sikáwa)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings' preferences?"
+msgstr "Olingi sɔ̂lɔ́ kobandisela lilúli ya akɔdaze ya minkomá"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195
+#: ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "_Bandisela"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Bakisa"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Longola"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Likisa yambo o likoló koleka"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Likisa yambo na nsé koleka"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Kásá niɔ́nsɔ"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "Nkomá niɔ́nsɔ ya kásá"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "akɔdaze ya m_inkomá"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "S_uka ya liníɛ:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "akɔdaze ya minkomá:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Suka ya liníɛ:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269
+#: ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "Nkomá ya sɛ́nzi"
+
+#: ../gedit/gedit-io-error-info-bar.c:143
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Meka lisúsu"
+
+#: ../gedit/gedit-io-error-info-bar.c:163
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Makoki ma kokuta Kásá eye “%s” ezali tɛ̂ ."
+
+#: ../gedit/gedit-io-error-info-bar.c:165
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:212
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Tala na bonkutu soki o bɛti esika na ya ngo malamu mpe meka lisusu."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:184
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Bozangi makoki ya kosala na ésika “%s:”."
+
+#: ../gedit/gedit-io-error-info-bar.c:190
+msgid "Unable to handle this location."
+msgstr "Bozangi makoki ya kosala na ésika oyo."
+
+#: ../gedit/gedit-io-error-info-bar.c:199
+msgid "The location of the file cannot be accessed."
+msgstr "Esíká ya kásá ekoki koyíngelama tɛ̂"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” ezali monkɛ́lɛ."
+
+#: ../gedit/gedit-io-error-info-bar.c:210
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” ezali esíká endimami tɛ̂"
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid "Host “%s” could not be found. Please check that your proxy settings are correct and try again."
+msgstr "Osti “%s” emonani te. Tala na bonkutu soki palamɛ́tɛlɛ ya proksi na yo eza malamu mpe meka lisusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "Hostname was invalid. Please check that you typed the location correctly and try again."
+msgstr "nkómbó ya osti ezali malamu tɛ̂. Tala na bonkutu soki o bɛti esika na ya ngo malamu mpe meka lisusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:269
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” ezali kásá ya momɛsɛno tɛ̂"
+
+#: ../gedit/gedit-io-error-info-bar.c:274
+msgid "Connection timed out. Please try again."
+msgstr "Eelaká ya kɔnɛkiso etúyámí. Zongela na bonkutu"
+
+#: ../gedit/gedit-io-error-info-bar.c:307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "zíko ya mbálákáká : %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:343
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Kasa osengi ézali tɛ̂. Mbala mosusu elímuísámí kala tɛ̂."
+
+#: ../gedit/gedit-io-error-info-bar.c:353
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Makoki ya kobútoa kásá “%s” ezali tɛ̂."
+
+#: ../gedit/gedit-io-error-info-bar.c:380
+msgid "Ch_aracter Encoding:"
+msgstr "akɔdaze ya mi_nkomá"
+
+#: ../gedit/gedit-io-error-info-bar.c:441
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Esika “%s” ekoki kozwama sikawa tɛ̂. "
+
+#: ../gedit/gedit-io-error-info-bar.c:456
+msgid "Your system is offline. Check your network."
+msgstr "Sistɛ́mɛ na yo ézali libanda lya rézo. Tala rézo na yo"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:768
+msgid "Edit Any_way"
+msgstr "Bɔngisa ka_ka"
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid "The number of followed links is limited and the actual file could not be found within this limit."
+msgstr "Motuya ya ekangisele ezali na ndelo mpe kasa ya sɔ̂lɔ́ ekoki komonana tê mpona ndelo wana."
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Ozali na ndingisa ya kokoka te mpona kofungola kásá."
+
+#: ../gedit/gedit-io-error-info-bar.c:601
+msgid "Unable to detect the character encoding."
+msgstr "Akokí tɛ̂ komona akɔdaze ya minkomá"
+
+#: ../gedit/gedit-io-error-info-bar.c:602
+#: ../gedit/gedit-io-error-info-bar.c:626
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Tala soki ozali komeka kofungola kasa ya binɛrɛ tɛ̂."
+
+#: ../gedit/gedit-io-error-info-bar.c:603
+msgid "Select a character encoding from the menu and try again."
+msgstr "Pono akɔdaze ya minkomá uta na meni mpe meka lisúsu."
+
+#: ../gedit/gedit-io-error-info-bar.c:609
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Likambo moko ésalami tango ya bofungoli kásá “%s”."
+
+#: ../gedit/gedit-io-error-info-bar.c:611
+msgid "The file you opened has some invalid characters. If you continue editing this file you could corrupt this document."
+msgstr "Kasa ofungoli ézali na ba monkomá ya malamu tɛ̂. Soki okobi ko kobɔngisa kasa oyo, okoki kobébisa dokima."
+
+#: ../gedit/gedit-io-error-info-bar.c:614
+msgid "You can also choose another character encoding and try again."
+msgstr "Okoki kopɔnɔ akɔdaze ya minkomá mosusu mpe meka lisúsu."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Okoki kofungola Kásá oyo “%s” tɛ̂ salela “%s” ya akɔdaze ya minkomá."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#: ../gedit/gedit-io-error-info-bar.c:702
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Pono akɔdaze ya minkomá ya bokeseni uta na meni mpe meka lisúsu."
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Makoki ya kofungola kásá “%s” ezali tɛ̂."
+
+#: ../gedit/gedit-io-error-info-bar.c:697
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Okoki kobombisa Kásá oyo “%s” tɛ̂ salela “%s” ya akɔdaze ya minkomá."
+
+#: ../gedit/gedit-io-error-info-bar.c:700
+msgid "The document contains one or more characters that cannot be encoded using the specified character encoding."
+msgstr "Dokima ézali na monkoma moko to mpe ébele oyo ekoki tê koakɔdɛ na boselelaka akɔdaze ya minkomá olakisi. "
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:773
+msgid "D_on't Edit"
+msgstr "Ko_bɔngisa tɛ̂"
+
+#: ../gedit/gedit-io-error-info-bar.c:783
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Kásá oyo “%s” ézali kotangama na lininisa mosusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:797
+msgid "Do you want to edit it anyway?"
+msgstr "Olingi kobɔngisa yango kaka?"
+
+#: ../gedit/gedit-io-error-info-bar.c:853
+#: ../gedit/gedit-io-error-info-bar.c:943
+#: ../gedit/gedit-io-error-info-bar.c:1235
+msgid "S_ave Anyway"
+msgstr "Bo_mbisa kaka"
+
+#: ../gedit/gedit-io-error-info-bar.c:856
+#: ../gedit/gedit-io-error-info-bar.c:946
+#: ../gedit/gedit-io-error-info-bar.c:1238
+msgid "D_on't Save"
+msgstr "Kobómbisa tɛ̂"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:870
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Kasa “%s” ebongolamaki na botángi ye ya suka."
+
+#: ../gedit/gedit-io-error-info-bar.c:885
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Soki obombisi yango, ba mabóngolámí niɔ́nsɔ ya libanda ekobungama. Olingi kobombisa kaka?"
+
+#: ../gedit/gedit-io-error-info-bar.c:965
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Okoki te kobíkisa kásá tango ya bombisi “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:970
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Okoki tê kokela kasa ya libikisi ya séko tɛ̂ tango ya bobombisi “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:987
+msgid "Could not back up the old copy of the file before saving the new one. You can ignore this warning and save the file anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?"
+msgstr "Okoki tê kobikisa kopi ya kasa ya kala liboso ya kobombisa versio ya sika. Okoki kobwakisa bokébisi wana mpe kobombisa kasa, kasi soki ziko moko ésalami okoki mpe kobungisa kopi ya kasa ya kala. Olingi kobombisa ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1047
+#, c-format
+msgid "Cannot handle “%s:” locations in write mode. Please check that you typed the location correctly and try again."
+msgstr "Okoki tê koyangela protokole “%s:” na mode ya bokomi. Tala soki okomi ésika malamu mpe meka lisusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1055
+msgid "Cannot handle this location in write mode. Please check that you typed the location correctly and try again."
+msgstr "Okoki tê koyangela protokole oyo na mode ya bokomi. Tala soki okomi ésika malamu mpe meka lisusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1064
+#, c-format
+msgid "“%s” is not a valid location. Please check that you typed the location correctly and try again."
+msgstr "“%s” ézali ésika ya malamu tê. Tala soki okomi ésika malamu mpe meka lisusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1071
+msgid "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
+msgstr "Ozali tê na ndingisa ékoki mpona kobombisa kasa oyo. Tala soki okomi ésika malamu mpe meka lisusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1077
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr "Sipasi disiski ézali ya kokoka tê mpona kobombisa kasa. Tika sipasi disiski mpe meka lisusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1082
+msgid "You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try again."
+msgstr "Olingi kobombisa kasa na disiski ya kotánga káka. Tala soki okomi ésika malamu mpe meka lisusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Kasa na nkombo oyo ézali. Salela nkombo mosusu."
+
+#: ../gedit/gedit-io-error-info-bar.c:1093
+msgid "The disk where you are trying to save the file has a limitation on length of the file names. Please use a shorter name."
+msgstr "Disiski oyo olingi kobombisa na kasa nayo ézali na ndelo na bolai ya nkombo ya ba kasa. Salela nkombo ya mokuse."
+
+#: ../gedit/gedit-io-error-info-bar.c:1104
+msgid "The disk where you are trying to save the file has a limitation on file sizes. Please try saving a smaller file or saving it to a disk that does not have this limitation."
+msgstr "Disiski oyo olingi kobombisa na kasa nayo ézali na ndélo mpona bonene ya ba kasa. Meka kobombisa kasa ya moke to bombisa yango na disiski oyo ézali na ndelo oyo tê."
+
+#: ../gedit/gedit-io-error-info-bar.c:1121
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Makoki ya Kobombisa kásá eye “%s” ezali tɛ̂."
+
+#: ../gedit/gedit-io-error-info-bar.c:1161
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Kásá “%s” ebongisami na disiki."
+
+#: ../gedit/gedit-io-error-info-bar.c:1172
+msgid "Drop Changes and _Reload"
+msgstr "Tika bobongoli mpe _Tómbisa lisúsu"
+
+#: ../gedit/gedit-io-error-info-bar.c:1182
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+msgid "_Reload"
+msgstr "Tómbisa lisúsu"
+
+#: ../gedit/gedit-io-error-info-bar.c:1187
+msgid "_Ignore"
+msgstr "_kosála elɔ́kɔ tɛ̂"
+
+#: ../gedit/gedit-io-error-info-bar.c:1248
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Minkoma ya mabe émonani tango ya bobombisi “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:1264
+msgid "If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "Soki okobi na bobombisi ya kasa oyo oko bébisa dokima. Olingi kobombisa kaka?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "klikɛ buto oyo mpona kopona polosi ya kosalela na ebɔngele"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Salela polosi sistɛ́mɛ ya bonɛ́nɛ ebɔngísámí (%s) "
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "Okoki te kokela monkɛ́lɛ́ '%s': g_mkdir_with_parents() ekatáni: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "langi ya libɔngisi eye éponomi ekoki kofánda tɛ̂."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Bakisa Libɔngisi"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "Ba_kisa Libɔngisi"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Langi ya libɔngisi kásá"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Okoki tɛ̂ kolongola langi ya libɔngisi \"%s\"."
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing..."
+msgstr "Bolɛngɛli "
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Kásá: %s"
+
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Lonkásá %N of %Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "botɔisi lonkásá %d n a %d..."
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "Lonkásá %d of %d"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Eloko tɛ̂"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "Kúta mpe kitanisa"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58
+#: ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:58
+#: ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Lipipi moko ezali na ba zíko"
+msgstr[1] "Lipipi %d ezali na ba zíko"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Bozongisi %s uta na %s"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "Kobongisa %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Kotómbisa %s wuta na %s"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "kotómbisa %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Bobómbisi %s na %s"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "Bobómbisi %s"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "Zíko ya bofungoli kásá %s"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "ziko ya botɔisi kasa %s"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "Zíko ya bombisi kásá %s"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Nkómbó"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "Ndenge ya MIME:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Akɔdaze:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "Tala bofándisi na bonkútú."
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "E-kokí tɛ̂ kofungola kasa ya étando %s. Ziko:%s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "E-kokí tɛ̂ kokuta etule '%s' na kati ya kasa %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ likolo ya %s"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "_Monisa numelo ya linie"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:671
+#, c-format
+msgid "%d of %d"
+msgstr "%d likolo lya %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:763
+msgid "_Wrap Around"
+msgstr "_Luka zínga"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:773
+msgid "Match as _Regular Expression"
+msgstr "Likomi ya _momɛsɛno"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:787
+msgid "Match _Entire Word Only"
+msgstr "Lokoma ya mobimba kaka"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:801
+msgid "_Match Case"
+msgstr "_Tosa likomá"
+
+#: ../gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Nkomi oyo oeali koluka"
+
+#: ../gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Linie oyo olingi o telemisa motúmbé"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "Bilembo ya botangoli bikokani ezali libanda ya etando"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "Elembo ya botangoli oyo ekokani emonani tɛ́"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Elembo ya botangoli oyo ekokani emonani na lilie: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Li %d, Lk %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Bonene ya lipipi: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "Eza na ba dokima oyo ebombani tɛ́"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "Bongolo lonkasa na pano ya mopanzi"
+
+#: ../gedit/gedit-window.c:2464
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Badokimá"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "Kɛndɛ na _Embembé"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "Kɛndɛ na _elómi"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "Kɛndɛ na lininisa_ ya_sika"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "Kɛndɛ na lisánga_ya_lipipi ya sika"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "_Kanga"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "Bobéndi otomatíki"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Salela Sipasi"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "Monisa ba numelo ya linie"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "Monisa marzi n'elómi"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "Ngengisa liníɛ ya sikawa "
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "Liníɛ élai"
+
+#: ../gedit/resources/gtk/menus.ui.h:1
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_New Window"
+msgstr "Lininísa ya _Sika"
+
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:23
+msgid "_Preferences"
+msgstr "_Nsekú"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+msgid "_Keyboard Shortcuts"
+msgstr "_Ekomelo lakusi"
+
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:46
+#: ../plugins/spell/gedit-spell-plugin.c:247
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "_Bosálisi"
+
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:47
+msgid "_About"
+msgstr "Oyo _etalí"
+
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Quit"
+msgstr "_Bima"
+
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "_Print…"
+msgstr "_Bimisa-kásá …"
+
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:27
+msgid "_Fullscreen"
+msgstr "_Emɔ́niselo mobimba"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+msgid "Save _All"
+msgstr "Bómbisa _Niɔ́nsɔ"
+
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:30
+msgid "_Find…"
+msgstr "_Kúta"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+msgid "_Find and Replace…"
+msgstr "_Kúta mpe kitanisa …"
+
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:34
+msgid "_Clear Highlight"
+msgstr "_Zímisa Bongengisi"
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+msgid "_Go to Line…"
+msgstr "_Kɛndɛ na liníɛ…"
+
+#: ../gedit/resources/gtk/menus.ui.h:16
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "Mónisa"
+
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:25
+msgid "Side _Panel"
+msgstr "Pano ya pembeni "
+
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:26
+msgid "_Bottom Panel"
+msgstr "Panó ya _Nsé"
+
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:28
+msgid "_Highlight Mode…"
+msgstr "Mode ya bongengisi"
+
+#: ../gedit/resources/gtk/menus.ui.h:20
+msgid "Tools"
+msgstr "Bisáleli"
+
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:39
+msgid "_Close All"
+msgstr "_Kanga niɔ́nsɔ"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_File"
+msgstr "_Kásá"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_New"
+msgstr "_Ya sika"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Open _Recent"
+msgstr "Fungola ya _sika wa"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "Reopen Closed _Tab"
+msgstr "Fungola lisusu Lipipi ekangámí"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "Save _As…"
+msgstr "Bómbisa çna …"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "_Edit"
+msgstr "_Bɔngisa"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Undo"
+msgstr "_Bákwisa"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Redo"
+msgstr "_Zóngela"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "C_ut"
+msgstr "Káta"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_Copy"
+msgstr "_Kopí"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Paste"
+msgstr "_Bamba"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:915
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:953
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Zimbisa"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "Overwrite _Mode"
+msgstr "Koniɛtɛ_modɛ"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:22
+msgid "Select _All"
+msgstr "Pɔnɔ ínsɔ"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:24
+msgid "_View"
+msgstr "_Mónisa"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:29
+msgid "_Search"
+msgstr "_Luka"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:31
+msgid "Find Ne_xt"
+msgstr "Kúta Elá_ndi"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:32
+msgid "Find Pre_vious"
+msgstr "Kúta El_ékí"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:33
+msgid "Find and _Replace…"
+msgstr "Kúta mpe _Kitanisa …"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:35
+msgid "Go to _Line…"
+msgstr "Kɛndɛ na _liníɛ…"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:36
+msgid "_Tools"
+msgstr "_Bisáleli"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:37
+msgid "_Documents"
+msgstr "_Ba dokimá"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:38
+msgid "_Save All"
+msgstr "_Bombisa niɔ́nsɔ"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:40
+msgid "_New Tab Group"
+msgstr "Lisanga ya lipipi ya _sika"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:41
+msgid "P_revious Tab Group"
+msgstr "Lisanga ya lipipi elekí"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:42
+msgid "Nex_t Tab Group"
+msgstr "Lisanga ya lipipi elandi"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:43
+msgid "_Previous Document"
+msgstr "Dokimá _Elekí"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:44
+msgid "N_ext Document"
+msgstr "Dokimá El_andí"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:45
+msgid "_Move To New Window"
+msgstr "_Kɛndɛ na lininísa ya sika "
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "Akɔdaze ya Minkomá"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "_Ndimisa"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "Akɔdaze ezalí sei"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "Akɔdaze epɔnámí"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Bolimboli"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Akɔdaze"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Mode ya bongengisi"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Pɔnɔ"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "Lukisa modɛ ya bongengisi... "
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "rézita eza tɛ̂"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "_Document Mosúsu …"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Fungolo kásá mosusu"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Nsekú"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Monisa marzi nélomi na likonzí"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "Monisa _barɛ ya ezalela"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "Monisa kalati ya bomonisi lisanga"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "Monisa motifi ya eténiténi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Liníɛ élai"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Lamuna bozongi na linie"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "Kokata lokomá na linies mibalé te"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "Bongengisi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "Ngengisa linie ya sikawa"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "Ngengisa bilembo ya botangoli bikokani"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "Kanga Lipipi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "Bonɛ́nɛ_ya_lipipi:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "Koakisa sipasi na ésika ya lipipi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "_Lamuna bobéndi otomatiki"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "Bómbisi ya ba kásá"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "Kela kopí ya bobíkisi ya ba kasa liboso ya bobombisi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "_Mɛ́i-bombómbisi ba kasa niɔ́nsɔ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_Baminúti"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "Ebɔngele"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "Polósi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "Ebɔngele ya _bikomá"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "pɔnɔ polosi ya ebɔngele"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "Libɔngisi ya lángi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "Fándisa Libɔngisi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "Fándisa Libɔngisi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "Bakola Libɔngisi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "Bakola Libɔngisi"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "lángi & bikomá"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "kotíngisa"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Bongengisi sɛtákisi"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Bimisa bongengisi sɛtákisi"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Motuya ya liníɛ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Bimisa ba_numelo ya linie"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_Numelo na niɔ́nsɔ"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "liníɛ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "likoló lia lonkásá"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Bimisa ba likoló lia lonkásá"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Bapolósi"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr " _Nzóto:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "_Limelo ya liníɛ:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "likoló lia lonkásá mpe nsé ya lonkásá"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "_Zongisa polosi likwá"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Mónisa lonkásá eleka"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "Mónisa lonkásá elandi"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "Lonkásá ya sikáwa (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "ya"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "totálɛ ya ba lonkásá"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr " Limelo totálɛ ya ba lonkásá na kati ya dokima"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "Mónisa lonkásá bíké"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Kozúma 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "Monisa ba lonkásá niɔ́nsɔ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "kozúma likoló na lonkásá"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "kozúma nsé na lonkásá "
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "Kanga botáli yambo ya kobimisa"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "_Kanga botáli yambo"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "Botáli yambo"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "botáli yambo ya lonkásá naki ya dokima ya kobimisa"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "Kitanisa _Niɔ́nsɔ"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Kúta"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "K_úta"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "Kitanisa _na"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "likomá enɛ́nɛ / likomá ekɛ́"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "_Lokoma mobimba kaka"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "Likomi ya momɛsɛno:"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "Luka na sima"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "Luka na kozínga"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Badokimá"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Kela dokima ya sika na lipipi"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Fungola dokima"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Bómbisa ba dokima"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Bombisa dokima na nkómbó ya kásá"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Bombisa ba dokima niɔ́nsɔ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Kanga dokima"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Kanga ba dokima niɔ́nsɔ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Fungola lisusu dokima oyo ékangami na suka"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Lekisa na dokima elandí"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Lekisa na dokima elekí"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+msgctxt "shortcut window"
+msgid "Switch to the first - ninth document"
+msgstr "Lekisa ne dokima ya yambo- ya libwa"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Lininísa mpe Panó"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Kela dokima ya sika na lininísa"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Kela libóké ya ba lipipi ya sika"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Mónisa pano ya mopanzi"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Mónisa pano ya nsé"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Emɔ́niselo mobimba fungola/kanga"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Bima na esáliseli"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Kúta mpe Kitanisa"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Kúta"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Kuta eye ekokani élandi "
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Kúta ya ko kokona elékí "
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Zimisa bongengisi"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Kende na liníɛ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Koákisa mpe Bánda"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "koákisa nkoma epɔnámí na zaú"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Kata nkoma epɔnámí na zau"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "kobánda nkoma wuta na zaú"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Bákwisa mpe Zóngela"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "bákwisa etámboseli eleki"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Zóngela etámboseli eleki"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Bopɔni"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "pɔnɔ nkomá niɔ́nsɔ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Libɔngeli"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Kodóndoa kokóákisa/koniɛtɛ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "limuisa liníɛ ya sikawa"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Tingisa ba liníɛ oyo epɔnámí"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Lekisa liníɛ ya sikawa likolo"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Lekisa liníɛ ya sikawa na nsé"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Lekisa liníɛ ya sikawa na embembé"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Lekisa liníɛ ya sikawa na elómi"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Bongola na likomá enɛ́nɛ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Bongola na likomá mokɛ́"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Bumbola likoma"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Matisa motuya na motúmbé "
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Kitisa motuya na motúmbé "
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Bisaleli"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Kotála likomisi"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Bimisa-dokima"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Monisa lininisa kokokisa"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Kanga dokima"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Fungola kásá"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Fúngola"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Kela dokima ya sika"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Ya sika"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Bombisa kásá ya sikawa"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Bómbisa "
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Pano ya kobatama"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "Fungola kásá ya bosololi"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Longwa na emɔ́niselo mobimba"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Tala botíyi ya sika"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Luka versio ya suka ya gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Ziko moko esalami tango ya bomonisi URI."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Tíyolo"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Bosana Versió"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Versio ya sika ya gedit ézali"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid "You can download the new version of gedit by clicking on the download button or ignore that version and wait for a new one"
+msgstr "Okoki ko kotíyolo versio ya sika ya gedit na koklikɛ na lipúngu ya kotíyola tó tika versio oyo mpe zela mosusu ya sika"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "_Versió ya kobosana"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Versio ya kotika ti mokolo versio ya sika ekobima."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Statistíki ya dokima"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Lapɔ́lɔ ya motuya ya lokomá, linies mpe minkomá na kati ya dokima."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "Statistíki ya ba _dokima"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Dokima"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Bopɔni"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Liníɛ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Ba liloba"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Minkomá (na sipasi)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Minkomá (na sipasi te)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Ba okté"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Tónga"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Sálela \"make\" na monkɛ́lɛ́ ya dokima"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Fungola esúkele awa"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Fungola terminalɛ na esíká ya dokima"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Longola ba sipasi ya suka"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Longola ba sipasi ya suka na ba linie ezangatina na kasa na yo"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Sálela etámboseli"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Bandisa étamboseli ya yo moko mpe tiya rézilta na yango na dokima ya sika"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Tindela fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "Bamba nkoma éponomi to dokima ya sikawa épayi na fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Bisaleli ya libándá"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Banda bitamboseli ya libanda mpe ba skríptɛ shell."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "Lakisa soki ébongi kosalela polosi ya sistɛ́mɛ"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid "If true, the external tools will use the desktop-global standard font if it's monospace (and the most similar font it can come up with otherwise)."
+msgstr "Soki ya solo, bisaleli ya libanda ésaléla polosi sitándalɛ ya mobimba ya bilo soki ézali monospace (mpe, na bozángi, polosi ékokani makasi akuti)"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "Polosi na nkombo Pango. Ndakisa \"Sans 12\" to \"Monospace Bold 14\"."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "Yangela bisaleli ya _libándá..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "Esaleli ya libándá"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Bonzangi makoki ya kobanda etámboseli: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "Osengeli kozala na kati ya lokoma mpo obanda etámboseli oyo."
+
+#: ../plugins/externaltools/tools/functions.py:302
+msgid "Running tool:"
+msgstr "Botámbuisi ésaleli:"
+
+#: ../plugins/externaltools/tools/functions.py:333
+msgid "Done."
+msgstr "Esálémí."
+
+#: ../plugins/externaltools/tools/functions.py:335
+msgid "Exited"
+msgstr "Bima"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr " Ba lokóta niɔ́nsɔ"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr " Ba Lokóta Niɔ́nsɔ"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "Esaleli ya sika"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Lakusi oyo ésili épésameli %s"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Bete lacusi ya sika, to fina na túsi bozóngi mpona kozimuisa"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "Bete lakusi ya sika"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "etɛ́lɛmísámí"
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Tɛ́lɛmisa Esaleli"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Ntángo ínsɔ polélé"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Ba dokima niɔ́nsɔ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Ba dokima noínsɔ longola sé oyo eza na títɛlɛ tɛ̂"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Ba kásá ya ndako kaka"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Ba kásá ya mosíká kaka"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Kaka ba dokima oyo eza na títɛlɛ tɛ̂"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Dokimá ngâ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Bopɔni ya sikawa "
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Bopɔni ya sikawa (bozángi ya dokima)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Liníɛ ya sikawa"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Nkomá ya sikawa"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "Monisa na pano ya nsé"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Kela dokima ya sika"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Bákema dokima ya sikawa"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Kitana dokima ya sikawa"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Kitana maponomi ya sikawa"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "Kotisa na ésika ya motúmbé"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "Yangela bisaleli ya libanda"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Bakisa esaleli ya sika"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Bakisa esáleli"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Longola bisaleli oyo éponami"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Longola esáleli"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Bútoa esáleli"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Bútoa Esáleli"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "Lakúsi lifungola:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_Bómbisa:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "_kɔ́tisa:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "_Bozwi"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "_Ebɔngélí:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+msgid "Tool Output"
+msgstr "Bozwi esaleli"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Pano ya molúki ya ba kasa"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Yingela kasa na malembe na pano ya mopanzi"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Yambo"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Lisánga lia kásá"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Molúki Kásá"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "Ziko moko esalami tango ya bokeli monkɛ́lɛ́ ya sika"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "Ziko moko esalami tango ya bokeli kasa ya sika"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "Ziko moko esalami tango ya kobongola nkombo ya kasa to monkɛ́lɛ́"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "Ziko moko esalami tango kolimuisa kasa to monkɛ́lɛ́"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Ziko moko esalami tango ya kofungola monkɛ́lɛ́ na moyangeli ya ba kasa "
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "Ziko moko esalemi tango ya kotíya palamɛ́tɛlɛ na monkɛ́lɛ́ lasínɛ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "Ziko moko esalemi tango ya kotómbisa monkɛ́lɛ́"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "Ziko moko esalemi"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:898
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Okoki te kotinda kasa na ékundé, \n"
+"Olingi kolimuisa libela?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:903
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Kasa \"%s\" ékoki kokende na ékundé tɛ̂."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:908
+msgid "The selected files cannot be moved to the trash."
+msgstr "Kasa éponami ékoki kokende na ékundé tɛ̂."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:939
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Olingi penza kolimuisa \"%s\" libela ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:944
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Olingi penza kolimuisa kasa éponami libela ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:947
+msgid "If you delete an item, it is permanently lost."
+msgstr "Soki olimuisi itɛmɛ moko, ekobunga libela."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(Mpámba)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid "The renamed file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "Kasa obongoli nkombo ékɔngɔlɔmi sikawa. ɛ́ngɛbinia palamɛ́tɛlɛ ya ekɔngole mpona komonisa kasa."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "Kásá ezanga títɛlɛ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid "The new file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "Kasa ya sika ékɔngɔlɔmi sikawa. ɛ́ngɛbinia palamɛ́tɛlɛ ya ekɔngole mpona komonisa kasa."
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "ebombi ezanga títɛlɛ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid "The new directory is currently filtered out. You need to adjust your filter settings to make the directory visible"
+msgstr "Monkɛ́lɛ́ ya sika ékɔngɔlɔmi sikawa. ɛ́ngɛbinia palamɛ́tɛlɛ ya ekɔngole mpona komonisa monkɛ́lɛ́."
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "Ba Lembete"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Etule moko te ebakémí mpona volimɛ ebakémí: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Makoki ya kofungola médiya: %s ezali tɛ̂."
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Ozangi makoki ya kobakéma volimɛ: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "Ziko tango ya kotómbisa '%s': monkɛ́lɛ́ ezali tɛ̂"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "Kofungola na bomonisi ya moété"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr "Fungola bomonisi ya moété tango motingisi ya moyangeli bya ba ka étombisami na ésika ya motalisi lembete."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Monkɛ́lɛ́ lasínɛ ya moyangeli ya ba kasa"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid "The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE."
+msgstr "Monkɛ́lɛ́ lasínɛ ya moyangeli ya ba kasa ya kosalela tango ya kotómbisa molúki kasa soki bomonisi ya moété na botómbisi (onload/tree_view) ezali solo."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Monkɛ́lɛ́ lasínɛ zímba ya moyangeli ya ba kasa"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid "The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr "Monkɛ́lɛ́ lasínɛ zimba ya moyangeli ya ba kasa ya kosalela tango ya botómbisi molúki kasa soki bomonisi ya moété na botómbisi (onload/tree_view) ezali solo. Monkɛ́lɛ́ lasínɛ zimba ébongi ézala tango inso likolo ya lacine mpenza."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Lamusa bozongisi ya ba ésika ya mosika"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Kotisa soki obongi kolamusa bozongisi ya ba ésika ya mosika."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "Kotisa ésika na dokima ya liboso"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid "If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with Nautilus, etc.)"
+msgstr "Soki ya SOLO motingisi ya moyangeli ya ba kasa akomonisa monkɛ́lɛ́ ya dokima oyo éfungolami liboso tango moyangeli ya ba kasa ésalelami nano tê. (Oyo ékosalema na bofungoli dokima na ekomiselo bitámboseli to na Nautilus, etc.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Mode ya ekɔngole ya moyangeli ya kasa"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid "This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hide-hidden (filter hidden files) and hide-binary (filter binary files)."
+msgstr "Mbenza oyo ézo lakisa kasa nini ya moyangeli ya ba kasa ékongolami . Mbenza ya kosálela ézali: none(kokongolo éloko tê), hide-hidden (kongolo ba kasa ebátámí) mpe hide-binary (kongolo ba kasa binɛrɛ)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Motifi ya ekɔngole ya moyangeli ya kasa"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid "The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr "Mitifi ya ekɔngole ya kosela na moyangeli ya ba kasa. Mosala ya ekɔngole wana ézali na mode ekɔngole (filter_mode)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "Motifi ya ekɔngole ya moluki ya binɛrɛ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Motifi ya bobakisi ya kosalela tango ya kokɔngɔlɔ ba kasa ya binɛrɛ. "
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "_Kotisa lintina mpo na kolamuisa dokima"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Dosíyé ya Sika"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "Kásá ya S_ika"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "_Pésa nkómbó lisúsu..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "_ Kɛndɛ ekúndé"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "Tóma bomɔ́nisi ya sika "
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "_Mónisa Dosíyé "
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_Fingola na esúkele"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Ekɔngole"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Mónisa oyo _ebátámí"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "Mónisa _Binɛrɛ"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "Kongolo nkómbó ya kásá"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "Lisitoliki"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "Fungola meni ya lisitoliki"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Mobongoli "
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate mpe Vim-style Bisálisi bobongoli nakati ya gedit"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "Lángi ya nkoma ya etámboseli"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "Lángi ya nkoma ya etámboseli"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "Lángi ya nkoma lya ziko "
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "Lángi ya nkoma lya ziko "
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid "If true, the terminal will use the desktop-global standard font if it's monospace (and the most similar font it can come up with otherwise)."
+msgstr "Soki ya sɔ̂lɔ́, esúkele eko salela polosi sitándalɛ ya bilo soki ézali monospace (na bozángi, polosi éye ékokani makasi ako zwa)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "L_ángi ya etámboseli:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "_Lángi ya ziko:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:53
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Konsolɛ ya Python"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Konsolɛ ya bozóngiselani Python nakati ya pano ya nsé"
+
+#: ../plugins/quickopen/quickopen/__init__.py:40
+msgid "Quick Open..."
+msgstr "Fúngola na Lombángu..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:33
+msgid "Quick Open"
+msgstr " Fúngola na Lombángu"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Fungola ba kásá na lombángu"
+
+#: ../plugins/quickopen/quickopen/popup.py:83
+msgid "Type to search..."
+msgstr "Ndéngé ya boluki..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:81
+msgid "Manage _Snippets..."
+msgstr "Koyángela ba _éteni ya kɔde ..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Éteni ya kɔde ..."
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "Libómbí \"%s\" ékoki ko kelama tɛ̂"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "Monkɛ́lɛ́ ngbangbata \"%s\" ézali tɛ̂"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "Monkɛ́lɛ́ ngbangbata \"%s\" ézali Monkɛ́lɛ́ ya ɛ́ngɛ́bɛ́nɛ́ tɛ̂"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "Kásá \"%s\" ezálí tɛ̂"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "Kásá \"%s\" ézali kásá ya éteni ya kɔde ya malamu tɛ̂"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "Kasa éwuti na \"%s\" ézali kasa ya éteni ya kode ya malamu tê."
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "Libómbí \"%s\" ékoki kobima tê"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Bozangi makoki ya komema épai kasa oyo: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "Kásá \"%s\" ézali libómbí ya éteni ya kɔde ya malamu tɛ̂"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "libómbí ya éteni ya kɔde"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "Bakisa éteni ya kɔde ya sika"
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "Ya Mobimba"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "Bútoa éteni ya kɔde éyé epɔnámí"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr " Límuisa éteni ya kɔde éyé epɔnámí"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid "This is not a valid Tab trigger. Triggers can either contain alphanumeric characters (or _, : and .) or a single (non-alphanumeric) character like: {, [, etc."
+msgstr "Ezali ébandiseli ya malamu tê. Ebandiseli ékoki kozala na ba monkoma afánimeríki (to_,:mpe.) to monkoma moko afánimeríki lokola: {, [, etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Lokoma yɔ̌kɔ́ pona kolamuisa éteni ya kode sima kofina na tusi ya lipipi"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Ziko oyo ésalami tango ya bomisi épai: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "Boyengelisami ésili na nkɔnzɔ"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Yengisa étenni ya kɔde"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "Libombisi niɔ́nsɔ elingisámí"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Libimbisi ekówamí Gzip"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Libimbisi ekówamí Bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "Kasa yɔ̌kɔ́ ya éteni ya kode "
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "Ba kásá niɔ́nsɔ"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Ziko éye esálémí tango ya bomemi épai: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "Bamemi épai ésili na nkɔnzɔ"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Olingi kotiya éteni ya kode <b>sistɛ́mɛ</b> éponami na kati ya bomemi na yo?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "Eteni ya kode moko te éponami mpona komema épai"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "Mɛmɛ epái ba éteni ya kode"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Bɛtɛ lakúsi ya sika, to fina túsi ya bozóngi mpona kozimisa"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "Bɛtɛ lakúsi ya sika"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid "Execution of the Python command (%s) exceeds the maximum time, execution aborted."
+msgstr "Ntango ya kobandisa etámboseli ya Python(%s) eleki ngonga ya suka, bobandisi étiki."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Bobandisa etámboseli ya Python(%s) ekatáni: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Koakisa ba éteni ya kode elesalemeka mingi na lombangu"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Yangela éteni ya kode"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "Kela éteni ya kode ya sika"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Bakisa éteni ya kode"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Longola éteni ya kode"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Yengisa éteni ya kode"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "Mɛmɛ epái éteni ya kode éyé epɔnámí"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Mɛmɛ epái éteni ya kode"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Bolamuisi"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "_Kobandisa lipipi:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "La_kúsi ya túsi:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "tusi ya lakusi mpona kolamuisa éteni ya kode"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "_Tika ngbangbata:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort..."
+msgstr "La_ndisa..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Landisa"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "_Bumbolisa molongo"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "Longola ba oyo ézongeli"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "Bo_táli likomá"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "Banda na likonzi:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "_Landisa"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Landisa dokima to nkoma éponami"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling..."
+msgstr "_Tála likomisi"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language..."
+msgstr "Kotîsa _Lokóta..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Ngengisa lokoma ekomámí mabé"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Motáleli bokomi"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Tala likomisi ya dokima ya sikawa."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "Kó_ákisa date mpe Ntango..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "Foloma ezalí sei"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "Típɛ ya balibali"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid "If the user should be prompted for a format or if the selected or custom format should be used."
+msgstr "Lakisa soki moseleli atunami pona foloma ya kosalela to soki foloma éponami to foloma ya ye moko éndimami."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "Pɔnɔ foloma"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "Pono foloma ya kosalela tango ya kokoakisa date/ngonga."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "Foloma ya kosekisa"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "Foloma ya yo moko ésalelami tango ya kokoakisa date/ngonga."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Kóákisa Dáte mpe Ntángo"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "Salela foloma oyo epɔnámí"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "_Salela folama ya yo moko"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%m%s%M %N:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "_Kóákisa"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Bongisa modilɛ ya bobakisi ya kokoakisa date/ngonga"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "Tango ya ko kotisa date/ntango..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "_Senga foloma moko"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Kóákisa Dáte/Ntángo"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Kóákisa date mpe ngonga ya sikawa na esika ya motúmbé."
+
diff --git a/po/lt.po b/po/lt.po
new file mode 100644
index 0000000..e6283d3
--- /dev/null
+++ b/po/lt.po
@@ -0,0 +1,3957 @@
+# translation of lt.po to Lithuanian
+# Lithuanian translation of gedit
+# Copyright (C) 2000-2006, 2007, 2008 Free Software Foundation, Inc.
+#
+#
+# Gediminas Paulauskas <menesis@chatsubo.lt>, 2000-2003.
+# Vaidotas Zemlys <mpiktas@delfi.lt>, 2003.
+# Žygimantas Beručka <zygis@gnome.org>, 2003-2006.
+# Vytautas Povilaitis <punktyras@nkm.lt>, 2007.
+# Gintautas Miliauskas <gintas@akl.lt>, 2007, 2008, 2010.
+# Algimantas Margevičius <margevicius.algimantas@gmail.com>, 2011, 2012.
+# Aurimas Černius <aurisc4@gmail.com>, 2010-2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lt\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-07-12 02:05+0000\n"
+"PO-Revision-Date: 2020-07-12 20:04+0300\n"
+"Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n"
+"Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n"
+"Language: lt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
+"%100<10 || n%100>=20) ? 1 : 2)\n"
+"X-Generator: Gtranslator 3.36.0\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Redaguoti tekstinius failus"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit yra tekstų redaktorius, skirtas GNOME darbalaukio aplinkai."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Svarbiausias gedit tikslas yra būti paprastu naudoti su paprasta numatytąją "
+"naudotojo sąsaja. Sudėtingesnės galimybės yra prieinamas įjungiant įskiepius."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Tekstų redaktorius"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Tekstas;Redaktorius;Grynasis tekstas;Rašymas;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Naujas langas"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Naujas dokumentas"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Naudoti numatytąjį šriftą"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Ar naudoti sistemos derintą šriftą vietoje skirto vien tik gedit. Jeigu šis "
+"parametras išjungtas, tai vietoje sistemos naudojamo šrifto bus naudojamas "
+"šriftas, pasirinktas „Redaktoriaus šriftas“ parametre."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Redaktoriaus šriftas"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Redagavimo vietoje naudojamas pasirinktinis šriftas. Jis galios tik tada, "
+"jei parametras „Naudoti numatytąjį šriftą“ yra išjungtas."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stiliaus schema"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "GtkSourceView stiliaus schemos, naudojamos spalvinti tekstui, ID."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Kurti atsargines kopijas"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Ar gedit įkėlus failą turėtų sukurti įrašomų failų atsargines kopijas."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automatinis įrašymas"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Ar gedit turėtų periodiškai įrašyti pakeistus failus. Periodą galima "
+"nustatyti \"Autosave Interval\" parametre."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Automatinio įrašymo intervalas"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Minučių skaičius, kurioms praėjus Gedit automatiškai įrašys pakeistus "
+"failus. Galioja tik tada, jei parametras „Automatinis įrašymas“ yra įjungtas."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maksimalus atšaukiamų veiksmų skaičius"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maksimalus veiksmų skaičius, kuriuos gedit galės atstatyti arba daryti iš "
+"naujo. Naudoti „-1“ neribotam veiksmų skaičiui."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Eilučių laužymo būdas"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Nurodo, kaip laužyti eilutes redagavimo vietoje. Naudokite „none“ jei "
+"nenorite, kad eilutės būtų laužomos, „word“ eilučių laužymui žodžio "
+"pabaigoje ir „char“ eilučių laužymui ties simboliu. Atsiminkite, kad šios "
+"reikšmės skiria didžiąsias ir mažąsias reikšmes, todėl pasistenkite, kad jos "
+"būtų įrašytos tiksliai tokios kokios yra čia."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Paskutinis padalinimo pasirinkimas eilučių laužymo veiksenai"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Nurodo paskutinę padalinimo veikseną eilučių laužymo veiksenai, kad esant "
+"išjungtam laužymui mes vis dar prisimintumėm dalinimo veiksenos pasirinkimą. "
+"Naudokite „word“ laužymui ties žodžių ribomis ir „char“ laužymui ties "
+"pavieniais simboliais."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tabuliacijos dydis"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Nurodo, kiek tarpų turėtų būti rodoma vietoj tabuliavimo simbolio."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Įterpti tarpus"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Ar gedit turėtų įterpti tarpus vietoj tabuliacijos."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatinis atitraukimas"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Ar gedit turėtų įjungti automatinį atitraukimą."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Rodyti eilučių numerius"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Ar gedit turėtų rodyti eilučių numerius redagavimo lange."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Paryškinti esamą eilutę"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Ar gedit turėtų paryškinti esamą eilutę."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Paryškinti porinius skliaustus"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Ar gedit turėtų paryškinti porinį skliaustelį."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Rodyti dešinę paraštę"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Ar gedit turėtų rodyti dešinę paraštę redagavimo lange."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Dešinės paraštės pozicija"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Nurodo dešinės paraštės poziciją."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Dokumento fono šablono tipas"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Ar bus piešiamas dokumento fono šablonas."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Išmanūs Home ir End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Nurodo, kaip juda žymiklis, kai paspaudžiami klavišai HOME ir END. "
+"„disabled“ – visada perkelti į eilutės pradžią/pabaigą, „after“ – perkelti į "
+"eilutės pradžią/pabaigą, kai klavišai paspaudžiami pirmą kartą, ir į teksto "
+"pradžią/pabaigą nepaisant tuščių tarpų, kai klavišai paspaudžiami antrą "
+"kartą, „before“ – perkelti į teksto pradžią/pabaigą, prieš perkeliant į "
+"eilutės pradžią/pabaigą, ir „always“ – užuot perkėlus į eilutės pradžią/"
+"pabaigą, visada perkelti į teksto pradžią/pabaigą."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Perkelti žymeklį į ankstesnę poziciją"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Ar gedit įkėlus failą turėtų perkelti žymeklį į buvusią poziciją."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Įjungti sintaksės paryškinimus"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Ar gedit turėtų įjungti sintaksės paryškinimą."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Įjungti paieškos paryškinimus"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Ar gedit turėtų paryškinti visus ieškomo teksto pasikartojimus."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Užtikrinti, kad failas baigiasi nauja eilute"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Ar gedit užtikrins, kad dokumentas baigtūsi nauja eilute."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Užrašinės kortelių veiksena"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Nurodo, kada rodyti užrašinės korteles. Naudokite „never“, jei norite "
+"niekada nerodyti, „always“, jei norite rodyti visada ir „auto“, jei norite "
+"rodyti tik kai yra daugiau nei viena kortelė. Reikšmėse turi įtakos raidžių "
+"registras, nurodykite tiksliai, kaip čia nurodyta."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Būsenos juosta yra matoma"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Ar turi matytis būsenos juosta redagavimo lango apačioje."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Šoninis skydelis yra matomas"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Ar turi būti matomas šoninis skydelis redagavimo langų kairėje."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Spausdinti sintaksės paryškinimus"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Ar gedit turėtų spausdinti sintaksės paryškinimus, spausdinant dokumentus."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Spausdinti antraštę"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Ar gedit turėtų įtraukti dokumento antraštę, juos spausdinant."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Eilučių laužymo būdas spausdinant"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Nurodo, kaip laužyti ilgas eilutes spausdinant. Naudokite „none“ jei norite, "
+"kad eilutės nebūtų laužomos, „word“ eilutės laužymui žodžio pabaigoje, ir "
+"„char“ eilutės laužymui ties simboliu. Atsiminkite, kad šios reikšmės skiria "
+"didžiąsias ir mažąsias raides, todėl pasistenkite, kad jos būtų įrašytos "
+"tiksliai taip, kaip parašyta čia."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Spausdinti eilučių numerius"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Jei ši reikšmė yra 0, tai spausdinant nebus įterptas nė vienas eilutės "
+"numeris. Kitu atveju gedit spausdins eilučių numerius kas tiek eilučių."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Paprasto teksto šriftas spausdinimui"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Šriftas, kuriuo bus spausdinamas pagrindinis tekstas."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Antraštės šriftas spausdinimui"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Šriftas, kuriuo bus spausdinamos puslapių antraštes. Jis galios tik tada, "
+"jei parametras \"Spausdinti antraštę\" yra įjungtas."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Eilučių numerių šriftas spausdinimui"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Šriftas, kuriuo bus spausdinami eilučių numeriai. Jis galios tik tada, jei "
+"parametras „Spausdinti eilučių numerius“ yra ne nulinis."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Kairė paraštė"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Kairė paraštė milimetrais."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Viršutinė paraštė"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Viršutinė paraštė milimetrais."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Dešinė paraštė"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Dešinė paraštė milimetrais."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Apatinė paraštė"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Apatinė paraštė milimetrais."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Galimos koduotės"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Galimų koduočių sąrašas, rodomas simbolių koduočių meniu atidarymo/įrašymo "
+"pasirinkimo dialoge. „CURRENT“ nurodo dabartinę lokalės koduotę. Naudojamos "
+"tik atpažintos koduotės. Numatytoji vertė yra tuščias sąrašas, tokiu atveju "
+"gedit pasirinks gerus numatytuosius nustatymus pagal šalį ir kalbą."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktyvūs įskiepiai"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Aktyvių įskiepių sąrašas."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Rodyti programos versiją"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Parodyti koduotės parametro galimų reikšmių sąrašą"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Nurodykite simbolių koduotę, naudojamą atveriant failus, nurodytus komandų "
+"eilutėje"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODUOTĖ"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Sukurti naują viršutinį langą esamoje gedit programoje"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Sukurti naują dokumentą esamoje gedit programoje"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Atverti failus ir blokuoti procesą iki jų užvėrimo"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Paleisti gedit vienetinėje veiksenoje"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FAILAS...] [+EILUTĖ[:STULPELIS]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Įvyko klaida rodant žinyną."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: netinkama koduotė."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Uždaryti _neišsaugant"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Atsisakyti"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Įrašyti _taip…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "Į_rašyti"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutinę %ld sekundę, bus "
+"prarasti."
+msgstr[1] ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutines %ld sekundes, bus "
+"prarasti."
+msgstr[2] ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutines %ld sekundžių, bus "
+"prarasti."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutinę minutę, bus prarasti."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Jeigu neįrašysite, pakeitimai padaryti per paskutinę minutę ir %ld sekundę "
+"bus prarasti."
+msgstr[1] ""
+"Jeigu neįrašysite, pakeitimai padaryti per paskutinę minutę ir %ld sekundes "
+"bus prarasti."
+msgstr[2] ""
+"Jeigu neįrašysite, pakeitimai padaryti per paskutinę minutę ir %ld sekundžių "
+"bus prarasti."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutinę %ld minutę, bus "
+"prarasti."
+msgstr[1] ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutines %ld minutes, bus "
+"prarasti."
+msgstr[2] ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutines %ld minučių, bus "
+"prarasti."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutinę valandą, bus "
+"negrįžtamai prarasti."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Jeigu neįrašysite, pakeitimai padaryti per paskutinę valandą ir %d minutę "
+"bus prarasti."
+msgstr[1] ""
+"Jeigu neįrašysite, pakeitimai padaryti per paskutinę valandą ir %d minutes "
+"bus prarasti."
+msgstr[2] ""
+"Jeigu neįrašysite, pakeitimai padaryti per paskutinę valandą ir %d minučių "
+"bus prarasti."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutinę %d valandą, bus "
+"prarasti."
+msgstr[1] ""
+"Jeigu neįrašysite, pakeitimai, atlikti per paskutines %d valandas, bus "
+"prarasti."
+msgstr[2] ""
+"Jeigu neįrašysite, pakeitimai, atlikti per %d paskutinių valandų, bus "
+"prarasti."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Ar įrašyti pakeitimus dokumente „%s“ prieš užveriant?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Yra %d dokumentas su neįrašytais pakeitimais. Įrašyti prieš uždarant?"
+msgstr[1] ""
+"Yra %d dokumentai su neįrašytais pakeitimais. Įrašyti prieš uždarant?"
+msgstr[2] ""
+"Yra %d dokumentų su neįrašytais pakeitimais. Įrašyti prieš uždarant?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "Pasi_rinkite norimus įrašyti dokumentus:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Jeigu neįrašysite, visi jūsų pakeitimai bus prarasti."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Įkeliamas failas „%s“…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Įkeliama %d failas…"
+msgstr[1] "Įkeliama %d failai…"
+msgstr[2] "Įkeliama %d failų…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Failas „%s“ yra tik skaitymui."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Ar norite jį pakeisti tuo, kurį dabar norite įrašyti?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Pakeisti"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Įrašyti failą naudojant glaudinimą?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Įrašyti failą kaip grynąjį tekstą?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Failas „%s“ anksčiau buvo įrašytas kaip grynasis tekstas, o dabar bus "
+"įrašytas naudojant glaudinimą."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "Į_rašyti naudojant glaudinimą"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Failas „%s“ anksčiau buvo įrašytas naudojant glaudinimą, o dabar bus "
+"įrašytas kaip grynasis tekstas."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Į_rašyti kaip grynąjį tekstą"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Rašomas failas „%s“…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Įrašyti kaip"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Atkuriamas dokumentas „%s“…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Atkurti neįrašytus pakeitimus dokumente „%s“?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Pakeitimai, atlikti per paskutinę %ld sekundę, bus prarasti."
+msgstr[1] "Pakeitimai, atlikti per paskutines %ld sekundes, bus prarasti."
+msgstr[2] "Pakeitimai, atlikti per paskutines %ld sekundžių, bus prarasti."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Pakeitimai, atlikti per paskutinę minutę, bus prarasti."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Pakeitimai, atlikti per paskutinę minutę ir %ld sekundę, bus prarasti."
+msgstr[1] ""
+"Pakeitimai, atlikti per paskutinę minutę ir %ld sekundes, bus prarasti."
+msgstr[2] ""
+"Pakeitimai, atlikti per paskutinę minutę ir %ld sekundžių, bus prarasti."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Pakeitimai, atlikti per paskutinę %ld minutę, bus prarasti."
+msgstr[1] "Pakeitimai, atlikti per paskutines %ld minutes, bus prarasti."
+msgstr[2] "Pakeitimai, atlikti per paskutines %ld minučių, bus prarasti."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Pakeitimai, atlikti per paskutinę valandą, bus prarasti."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Pakeitimai, atlikti per paskutinę valandą ir %d minutę, bus prarasti."
+msgstr[1] ""
+"Pakeitimai, atlikti per paskutinę valandą ir %d minutes, busprarasti."
+msgstr[2] ""
+"Pakeitimai, atlikti per paskutinę valandą ir %d minučių, bus prarasti."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Pakeitimai, atlikti per paskutinę %d valandą, bus prarasti."
+msgstr[1] "Pakeitimai, atlikti per paskutines %d valandas, bus prarasti."
+msgstr[2] "Pakeitimai, atlikti per paskutines %d valandų, bus prarasti."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "A_tstatyti"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit yra tekstų redaktorius, skirtas GNOME darbalaukio aplinkai"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Paskutinysis vertėjas:\n"
+"Žygimantas Beručka <zygis@gnome.org>\n"
+"\n"
+"Ankstesnieji vertėjai:\n"
+"Gediminas Paulauskas <menesis@chatsubo.lt>,\n"
+"Vaidotas Zemlys <mpiktas@delfi.lt>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Rastas ir pakeista %d pasitaikymas"
+msgstr[1] "Rasti ir pakeisti %d pasitaikymai"
+msgstr[2] "Rasta ir pakeista %d pasitaikymų"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Rastas ir pakeistas vienas pasitaikymas"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "„%s“ nerasta"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Nepavadintas dokumentas %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Kortelių grupę %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Tik skaitymui"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automatiškai nustatyta"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Pridėti arba pašalinti…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Esama lokalė (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (dabartinė lokalė)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Ar tikrai norite atstatyti simbolių koduočių nuostatas?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Atstatyti"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Pridėti"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Pašalinti"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Padidinti prioritetą"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Sumažinti prioritetą"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Visi failai"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Visi tekstinės failai"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Simbolių koduotė:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "_Eilučių pabaigos:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Atverti failai"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Atverti"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Grynasis tekstas"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Bandyti dar kartą"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Nepavyko rasti failo „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Patikrinkite ar teisingai parašėte norimos vietos pavadinimą ir bandykite "
+"dar kartą."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Nepavyksta apdoroti „%s:“ vietų."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Nepavyksta apdoroti šios vietos."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Failo vieta negali būti pasiekta."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "„%s“ yra aplankas."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "„%s“ nėra tinkama vieta."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Kompiuteris „%s“ nerastas. Patikrinkite ar Jūsų tarpinio serverio nustatymai "
+"yra teisingi ir bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Netinkamas kompiuterio vardas. Patikrinkite ar teisingai įrašėte vietą ir "
+"bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "„%s“ nėra įprastinis failas."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Ryšys nutrūko. Bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Netikėta klaida: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Nepavyko rasti prašomo failo. Galbūt jis buvo neseniai ištrintas."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Nepavyko atkurti failo „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Simb_olių koduotė:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "_Vis tiek redaguoti"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Sekamų nuorodų skaičius ribotas, pats failas sekant nuorodomis nebuvo rastas."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Neturite teisių, reikiamų atverti šiam failui."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Nepavyko aptikti simbolių koduotės."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Patikrinkite, ar nebandote atverti dvejetainio failo."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Pasirinkite simbolių koduotę iš meniu ir bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Klaida atveriant failą „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Atvertas failas turi netinkamų simbolių. Jei tęsite šio failo redagavimą, "
+"galite sugadinti dokumentą."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "Taip pat galite pasirinkti kitą simbolių koduotę ir bandyti dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Nepavyko atverti failo „%s“ naudojant „%s“ simbolių koduotę."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Pasirinkite meniu kitą simbolių koduotę iš meniu ir bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Nepavyko atverti failo „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Nepavyko įrašyti failo „%s“ naudojant „%s“ simbolių koduotę."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokumente yra vienas ar daugiau simbolių, kurie negali būti perkoduoti "
+"naudojant nurodytą simbolių koduotę."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "_Vis tiek įrašyti"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "_Neįrašyti"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Failas „%s“ nuo jo perskaitymo buvo pakeistas."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Jeigu jį įrašysite, visi išoriniai pakeitimai bus prarasti. Vis tiek įrašyti?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nepavyko apdoroti „%s:“ vietų rašymo veiksena. Patikrinkite, ar teisingai "
+"nurodėte vietą ir bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nepavyko apdoroti šios vietos rašymo veiksena. Patikrinkite, ar teisingai "
+"nurodėte vietą, ir bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"„%s“ nėra tinkama vieta. Patikrinkite ar teisingai įrašėte vietą ir "
+"bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Neturite reikiamų teisių įrašyti šį failą. Patikrinkite, ar teisingai "
+"nurodėte vietą, ir bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Įrašyti failui nepakanka laisvos vietos diske. Atlaisvinkite šiek tiek "
+"vietos diske ir bandykite iš naujo."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Bandote įrašyti failą tik skaitymui skirtame diske. Patikrinkite, ar "
+"teisingai nurodėte vietą, ir bandykite dar kartą."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Failas tokiu vardu jau yra. Pasirinkite kitą vardą."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Diske, į kurį norite įrašyti failą, taikomi apribojimai failo pavadinimo "
+"ilgiui. Naudokite trumpesnį pavadinimą."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Diske, į kurį norite įrašyti failą, yra apribojimai failų dydžiams. "
+"Pabandykite įrašyti mažesnį failą, arba rašykite į diską, kuriame tokių "
+"apribojimų nėra."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Nepavyko įrašyti failo „%s“."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Spauskite šį mygtuką redaktoriaus naudojamo šrifto pasirinkimui"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Naudoti sistemos fiksuoto pločio šriftą (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+#| msgid "The selected color scheme cannot be installed."
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Nurodyta spalvų schema negali būti įdiegta: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Nurodyta spalvų schema negali būti įdiegta."
+
+#: gedit/gedit-preferences-dialog.c:717
+#| msgid "Color Scheme"
+msgid "Add Color Scheme"
+msgstr "Pridėti spalvų schemą"
+
+#: gedit/gedit-preferences-dialog.c:720
+#| msgid "Add Scheme"
+msgid "_Add Scheme"
+msgstr "_Pridėti schemą"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Spalvų schemos failai:"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Nepavyko pašalinti spalvų schemos „%s“."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Ruošiama…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Failas: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "%N puslapis iš %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Piešiamas puslapis %d iš %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d iš %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nieko"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Surasti ir pakeisti"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Yra %d kortelė su klaidomis"
+msgstr[1] "Yra %d kortelės su klaidomis"
+msgstr[2] "Yra %d kortelių su klaidomis"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Atstatoma %s iš %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Atstatoma %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Įkeliama %s iš %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Įkeliama %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Įrašoma %s į %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Įrašoma %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Klaida atveriant failą %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Klaida atstatant failą %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Klaida įrašant failą %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Vardas:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME tipas:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Koduotė:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "%s: /"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Rodyti eilučių numerius"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d iš %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Apvesti"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Tenkina kaip _reguliari išraiška"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Tenkina tik _visas žodis"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Skirti raidžių _dydį"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Jūsų norimas rasti užrašas"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Eilutė į kurią norite perkelti žymeklį"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Porinis skliaustas yra už ribų"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Porinis skliaustas nerastas"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Porinis skliaustas rastas eilutėje: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Eil %d, Stl %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabuliacijos plotis: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Yra neįrašytų dokumentų"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Pakeisti šoninio skydelio puslapį"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumentai"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Atverti failą"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Atverti neseniai naudotą failą"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Perkelti _kairėn"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Perkelti _dešinėn"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Perkelti į naują langą"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Perkelti į _naują kortelių grupę"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Užverti"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatinis įtraukimas"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Naudoti tarpus"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Rodyti eilučių numerius"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Rodyti dešinę paraštę"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Paryškinti dabartinę eilutę"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Teksto laužymas"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Failas"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Naujas"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Atverti _neseniai naudotą"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Atverti užvertą _kortelę"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Įrašyti _taip…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Naujas langas"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Atverti iš naujo"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "S_pausdinti…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "Iš_eiti"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "K_eisti"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Atšaukti"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Pakartoti"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Iškirpti"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopijuoti"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "Į_dėti"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Ištrinti"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Perrašymo _veiksena"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Žymėti _viską"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Nuostatos"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Rodyti"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Šoninis _polangis"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Apatinis polangis"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Visame ekrane"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Pa_ryškinimo veiksena…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Ieškoti"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Ieškoti…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Rasti _kitą"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Rasti _ankstesnį"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "_Surasti ir pakeisti…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "Iš_valyti paryškinimą"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Eiti į _eilutę…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "Į_rankiai"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumentai"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Įrašyti _visus"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Užverti visus"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nauja kortelių grupė"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Ankstesnė kortelių grupė"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Kita kortelių grupė"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Ankstesnis dokumentas"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "_Kitas dokumentas"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Perkelti į naują langą"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Žinynas"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Apie tekstų redaktorių"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Įrašyti _visus"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Surasti ir pakeisti…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Eiti į _eilutę…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Klaviatūros trumpiniai"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Simbolių koduotės"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Pritaikyti"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "_Galimos koduotės"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "_Pasirinktos koduotės"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Aprašymas"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Koduotė"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Paryškinimo veiksena"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Pasirinkti"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Paieškos paryškinimo veiksena…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Nuostatos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Rodyti dešinę _paraštę stulpelyje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Rodyti _būsenos juostą"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Rodyti _tinklelį"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Teksto laužymas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Įjungti teksto _laužymą"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Ne_laužyti žodžių per dvi eilutes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Paryškinimas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Paryškinti _esamą eilutę"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Paryškinti porinį _skliaustelį"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Rodyti"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabuliacijos sustojimai"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tabuliacijos plotis:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Įterpti _tarpus vietoje tabuliacijos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Įjungti _automatinį atitraukimą"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Failų įrašymas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Prieš įrašant sukurti atsarginę _failo kopiją"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Įrašyti failus kas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minučių"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Redaktorius"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Šriftas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Redaktoriaus šri_ftas:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Pasirinkite redaktoriaus šriftą"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Spalvų schema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Įdiegti schemą"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Įdiegti schemą"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Pašalinti schemą"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Pašalinti schemą"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Šriftai ir spalvos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Įskiepiai"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Sintaksės paryškinimas"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Spausdinti s_intaksės paryškinimus"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Eilučių numeriai"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Spausdinti e_ilučių numerius"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numeruoti kiekvieną"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "eilutės"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Puslapio antraštė"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Spausdinti puslapių _antraštes"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Šriftai"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Tekstas:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Eilučių numeriai:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Antr_aštės ir poraštės:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Atstatyti numatytuosius šriftus "
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Rodyti ankstesnį puslapį"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Rodyti sekantį puslapį"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Esamas puslapis (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "iš"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Viso puslapių"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Viso puslapių šiame dokumente"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Rodyti keletą puslapių"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Mastelis 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Pritraukti, kad tilptų visas puslapis"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Pritraukti"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Atitraukti"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Užverti spaudinio peržiūrą"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Užverti spaudinio peržiūrą"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Puslapio peržiūra"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Spausdintino dokumento puslapio peržiūra"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Pakeisti _visus"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Rasti"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Rast_i "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Pa_keisti kuo "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Skirti raidžių _dydį"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Tenkina tik _visas žodis"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_guliari išraiška"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Ieškoti _atgal"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Priėjus pabaigą, ieškoti nuo pradžios"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumentai"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Sukurti naują dokumentą kortelėje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Atverti dokumentą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Įrašyti dokumentą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Įrašyti dokumentą nauju failo pavadinimu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Įrašyti visus dokumentus"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Užverti dokumentą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Užverti visus dokumentus"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Atverti paskutinį užvertą dokumentą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Eiti į kitą dokumentą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Eiti į ankstesnį dokumentą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Eiti į pirmąjį – devintąjį dokumentą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Langai ir polangiai"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Sukurti naują dokumentą lange"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Sukurti naują kortelių grupę"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Rodyti šoninį polangį"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Rodyti apatinį polangį"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Viso ekrano veiksena"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Išeiti iš programos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Surasti ir pakeisti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Rasti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Rasti kitą atitikmenį"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Rasti ankstesnį atitikmenį"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Išvalyti paryškinimą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Atšaukti ir pakartoti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Atšaukti paskutinę komandą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Pakartoti paskutinę komandą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Pasirinkimas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Pažymėti visą tekstą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Atžymėti visą tekstą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopijuoti ir įdėti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopijuoti pažymėtą tekstą į iškarpinę"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Iškirpti pažymėtą tekstą į iškarpinę"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Įdėti tekstą iš iškarpinės"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Judėjimas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Eiti į eilutę"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Pereiti į dabartinės eilutės pradžią"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Pereiti į dabartinės eilutės pabaigą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Pereiti į dokumento pradžią"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Pereiti į dokumento pabaigą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Perkelti rodinį aukštyn faile"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Perkelti rodinį žemyn faile"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Perkelti rodinį į failo pabaigą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Perkelti rodinį į failo pradžią"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Pereiti prie porinio skliausto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Eiti į ankstesnę kortelių grupę"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Eiti į kitą kortelių grupę"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Redagavimas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Perjungti įterpimą / perrašymą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Perjungti žymeklio matomumą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Ištrinti dabartinę eilutę"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Perkelti dabartinę eilutę aukštyn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Perkelti dabartinę eilutę žemyn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Perkelti dabartinį žodį kairėn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Perkelti dabartinį žodį dešinėn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Paversti didžiosiomis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Paversti mažosiomis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Apversti raidžių registrą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Padidinti skaičių ties žymekliu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Sumažinti skaičių ties žymekliu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Įrankiai"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Tikrinti rašybą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Spausdinti dokumentą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Rodyti užbaigimo langą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Esmė"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Rodyti žinyną"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Atverti meniu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Klaviatūros trumpiniai"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Užverti dokumentą"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Sukurti naują dokumentą"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Naujas"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Įrašyti esamą failą"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Įrašyti"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Slėpti polangį"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Išeiti iš viso ekrano veiksenos"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Dokumento Statistika"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Praneša žodžių, eilučių ir simbolių dokumente skaičių."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Dokumento statistika"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokumentas"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Pasirinkimas"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Eilučių"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Žodžių"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Simbolių (su tarpais)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Simbolių (be tarpų)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Baitų"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Sukurti"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Paleisti „make“ dokumento aplanke"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Čia _atverti terminalą"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Atverti terminalą dokumento aplanke"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "P_ašalinti tarpus eilučių pabaigose"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "P_ašalinti nereikalingus tarpus eilučių pabaigose"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Vykdyti komandą"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Įvykdyti komandą ir jos išvestį perkelti į naują dokumentą"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Siųsti į fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Įdėti pažymėtą tekstą arba dabartinį dokumentą į fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Išoriniai įrankiai"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Vykdyti išorines komandas ir shell scenarijus."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Ar naudoti sistemos šriftą"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Jei teigiama, išoriniai įrankiai naudos desktop-global standartinį šriftą, "
+"jei jis vienodo pločio (ir panašiausią įmanomą šriftą priešingu atveju)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango šrifto vardas. Pavyzdžiai: „Sans 12“ arba „Monospace Bold 14“."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Tvarkyti išorinius įrankius…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Išoriniai įrankiai"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Nepavyko įvykdyti komandos: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Norėdami paleisti šią komandą, turite perkelti žymeklį į žodį"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Paleidžiamas įrankis:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Atlikta."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Išėjo"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Visos kalbos"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Visos kalbos"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Naujas įrankis"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Šis spartusis klavišas jau priskirtas %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Įveskite naują spartųjį klavišą arba paspauskite Backspace, norėdami ištrinti"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Įveskite naują spartųjį klavišą"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Sustabdyta."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Stabdyti įrankį"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Visada prieinamas"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Visi dokumentai"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Visi dokumentai išskyrus nepavadintus"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Tik vietiniai failai"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Tik nutolę failai"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Tik nepavadinti dokumentai"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Esamas dokumentas"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Esamas pasirinkimas"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Esamas pasirinkimas (numatytasis dokumentui)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Esama eilutė"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Esamas žodis"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Rodyti apatiniame skydelyje"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Sukurti naują dokumentą"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Pridurti prie esamo dokumento"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Perrašyti esamą dokumentą"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Perrašyti esamą pasirinkimą"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Įterpti kursoriaus pozicijoje"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Tvarkyti išorinius įrankius"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Pridėti naują įrankį"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Pridėti įrankį"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Pašalinti pasirinktą įrankį"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Pašalinti įrankį"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Atstatyti įrankį"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Atstatyti įrankį"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Spartusis _klavišas:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "Į_rašyti:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "Į_vestis:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Išvestis:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Pritaikomumas:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Įrankio išvestis"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Failų naršyklės polangis"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Lengvas failų pasiekimas iš šoninio polangio."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Namai"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Failų sistema"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Failų naršyklė"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Kuriant naują aplanką iškilo klaida"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Klaida kuriant naują failą"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Klaida pervadinant failą ar aplanką"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Klaida trinant failą ar aplanką"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Klaida, atveriant aplanką failų tvarkytuvėje"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Klaida, nustatant šakninį aplanką"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Klaida įkeliant aplanką"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Iškilo klaida"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Nepavyko perkelti failo į šiukšlinę,\n"
+"ar norite negrįžtamai ištrinti?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Failo „%s“ nepavyko perkelti į šiukšlinę."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Pažymėtų failų nepavyko perkelti į šiukšlinę."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Ar tikrai norite negrįžtamai ištrinti „%s“?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Ar tikrai norite negrįžtamai ištrinti pasirinktus failus?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Jeigu ištrinsite elementą, jis bus nesugrąžinamai prarastas."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Tuščia)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Pervadintas failas šiuo metu yra atfiltruojamas. Reikės pakoreguoti "
+"filtravimo nustatymus, kad failas taptų matomas"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Nepavadintas failas"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Naujas failas šiuo metu atfiltruojamas. Reikės pakoreguoti filtravimo "
+"nustatymus, kad failas taptų matomas"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Nepavadintas aplankas"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Naujas aplankas šiuo metu yra atfiltruojamas. Reikės pakoreguoti filtravimo "
+"nustatymus, kad aplankas taptų matomas"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Žymelės"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Nėra prijungimo objekto prijungtam skirsniui: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Nepavyko atverti laikmenos: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Nepavyko prijungti skirsnio: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Klaida įkeliant „%s“: nėra tokio aplanko"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Atverti su medžio vaizdu"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Atverti medžio rodinį, vietoje žymelių rodinio, kai įkeliamas failų "
+"naršyklės įskiepis"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Failų naršyklės šakninis aplankas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"failų naršyklės šakninis aplankas naudojamas įkeliant failų naršyklės "
+"įskiepį ir esant onload/tree_view TEIGIAMOMS reikšmėms."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Failų naršyklės virtualus šakninis aplankas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"failų naršyklės virtualus šakninis aplankas naudojamas įkeliant failų "
+"naršyklės įskiepį ir esant onload/tree_view TEIGIAMOMS reikšmėms. Virtualus "
+"šakninis aplankas visada turi būti žemiau tikrojo šakninio."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Įjungti nutolusių vietų atstatymą"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Nurodo ar įjungti nutolusių vietų atstatymą."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Nustatyti vietą į pirmą dokumentą"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Jei TEIGIAMA, failų naršyklės įskiepis rodys pirmo atverto dokumento "
+"aplanką, jei failų naršyklė dar nebuvo naudota. (Taigi, tai paprastai "
+"taikoma dokumento atvėrimui iš komandų eilutės arba atveriant jį su "
+"nautilus, ir t.t.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Failų naršyklės filtravimo režimas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Ši reikšmė nurodo kokie failai atfiltruojami failų naršyklėje. Tinkamos "
+"reikšmės yra: none (nieko nefiltruoti), hide-hidden (filtruoti paslėptus "
+"failus) ir hide-binary (filtruoti dvejetainius failus)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Failų naršyklės filtravimo šablonas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Filtravimo šablonas, kuriuo filtruoti failų naršyklę. Šis filtras veikia ant "
+"filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Failų naršyklės dvejetainiai šablonai"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Papildomi šablonai, naudojami filtruojant dvejetainius failus."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Nustatyti šakninę vietą į aktyvaus dokumento"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Naujas aplankas"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Naujas f_ailas"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Pervadinti…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Perkelti į šiukšlinę"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Atnaujinti _vaizdą"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Rodyti aplanką"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Atverti terminale"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtruoti"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Rodyti _paslėptus"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Rodyti _dvejetainius"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Ieškoti failo pavadinime"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Žurnalas"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Atverti žurnalo meniu"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Veiksenų eilutės"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate ir Vim stiliaus veiksenų eilučių palaikymas."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Komandos teksto spalva"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Komandos teksto spalva"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Klaidos teksto spalva"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "_Klaidos spalva:Klaidos teksto spalva"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Jei teigiama, terminalas naudos desktop-global standartinį šriftą, jei jis "
+"vienodo pločio (ir panašiausią įmanomą šriftą priešingu atveju)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "K_omandos spalva:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Klaidos spalva:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python komandų eilutė"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktyvi Python komandų eilutė, esanti apatiniame skydelyje."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Greitas paryškinimas"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Paryškina kiekvieną pažymėto teksto pasikartojimą."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Greitai atvėrti…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Greitas atvėrimas"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Greitai atverti failus."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Įveskite paieškai…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Tvarkyti _iškarpas"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Iškarpos"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Nepavyko sukurti archyvo „%s“"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Paskirties katalogas „%s“ neegzistuoja"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Paskirties katalogas „%s“ nėra tinkamas"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Failas „%s“ neegzistuoja"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Failas „%s“ nėra tinkamas iškarpų failas"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Importuotas failas „%s“ nėra tinkamas iškarpų failas"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Nepavyko išskleisti archyvo „%s“"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Šių failų nepavyko importuoti: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Failas „%s“ nėra tinkamas iškarpų archyvas"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Iškarpų archyvas"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Pridėti naują iškarpą…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globalus"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Atstatyti pasirinktą iškarpą"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Ištrinti pasirinktą iškarpą"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Tai nėra tinkamas tabuliacijos gaidukas. Gaidukai gali susidėti iš "
+"alfaskaitmeninių simbolių (arba _, : ar .) arba vieno (ne alfaskaitmeninio) "
+"simbolio, kaip {, [, ir t.t."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Vienas žodis, kuriuo aktyvuojama iškarpa paspaudus Tab klavišą"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Importuojant iškilo ši klaida: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importavimas sėkmingas"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importuoti iškarpas"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Visi palaikomi archyvai"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip suglaudintas archyvas"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip suglaudintas archyvas"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Vienas iškarpų failas"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Visi failai"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Eksportuojant iškilo ši klaida: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Eksportavimas sėkmingas"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Ar norite į savo eksportą įtraukti pasirinktas <b>sistemos</b> iškarpas?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Nepasirinkta eksportuotinų iškarpų"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Eksportuoti iškarpas"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Įveskite naują spartųjį klavišą arba paspauskite Backspace, norėdami ištrinti"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Įveskite naują spartųjį klavišą"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "Python komanda (%s) vykdoma per ilgai, jos veikimas nutrauktas."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python komandos (%s) vykdymas nepavyko: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Greitai įterpti dažnai naudojamus teksto fragmentus."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Tvarkyti iškarpas"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Sukurti naują iškarpą"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Pridėti iškarpą"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Pašalinti iškarpas"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importuoti iškarpas"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Eksportuoti pasirinktas iškarpas"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Eksportuoti iškarpas"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktyvavimas"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Aktyvavimas tabuliacija:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Spartusis _klavišas:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Spartusis klavišas, kuriuo aktyvuojama iškarpa"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Numetimo zonos:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "Rikiu_oti…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Rikiuoti"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Atvirkščia tvarka"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "P_ašalinti pasikartojančias"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Skirti registrą"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "P_radėti stulpelyje"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Rikiuoti"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Rikiuoja dokumentą arba pažymėtą tekstą"
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Tikrinti rašybą…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Nustatyti ka_lbą…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Paryškinti klaidingus žodžius"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Paryškinti klaidingus žodžius"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Numatytasis nustatymas klaidingų žodžių paryškinimui."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Konfigūruoti rašybos tikrinimo įskiepį"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Numatyta naujam dokumentui"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Rašybos tikrinimas"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Patikrina esamo dokumento rašybą"
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Į_terpti datą ir laiką…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Galimi formatai"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Klausti tipo"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Ar naudotojo paklausti formato, ar turėtų būti naudojamas pažymėtas arba "
+"pasirinktinis formatas."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Pažymėtas formatas"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Pasirinktas formatas, naudojamas įterpiant datą ir laiką."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Pasirinktinis formatas"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Pasirinktinis formatas, naudojamas įterpiant datą ir laiką."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Įterpti datą ir laiką"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Naudoti _pasirinktą formatą"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Na_udoti pasirinktinį formatą"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y-%m-%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2009-11-01 07:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "Į_terpti"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Konfigūruoti datos / laiko įskiepį"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Įterpiant datą/laiką…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Paklausti formato"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Įterpti datą/laiką"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Žymeklio vietoje įterpia esamą datą ir laiką"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Simbolių koduotė:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Eilučių pabaigos:"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Nepavyko sukurti aplanko „%s“: g_mkdir_with_parents() pranešė klaidą: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "P_ridėti schemą"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit yra oficialus teksto redaktorius GNOME darbalaukio aplinkai. Nors "
+#~ "siekia būti paprastu ir lengvai naudojama, gedit yra galingas bendrosios "
+#~ "paskirties teksto redaktorius."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Nepriklausomai nuo to, ar jūs rašote bestselerį, programuojate inovatyvią "
+#~ "programą ar paprasčiausiai rašote paprasčiausius užrašus, gedit bus "
+#~ "patikimas įrankis užduočiai atlikti."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Jo lanksti įskiepių sistema leidžia pritaikyti programą jūsų poreikiams "
+#~ "bei pritaikyti prie jūsų darbo įpročių."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Aktyvių įskiepių sąrašas. Jame yra aktyvių įskiepių „Vietos“. Žr. .gedit-"
+#~ "plugin failą norėdami rasti nurodyto įskiepio „vietą“."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Dokumento „%s“ pakeitimai bus negrįžtamai prarasti."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Įrašymo galimybė išjungta sistemos administratoriaus."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "%d dokumento pakeitimai bus negrįžtamai prarasti."
+#~ msgstr[1] "%d dokumentų pakeitimai bus negrįžtamai prarasti."
+#~ msgstr[2] "%d dokumentų pakeitimai bus negrįžtamai prarasti."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Dokum_entai su neįrašytais pakeitimais:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Atverti"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Vieta „%s“ šiuo metu nepasiekiama."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Jūsų sistema atsijungusi nuo tinklo. Patikrinkite tinklo ryšį."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Neredaguoti"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Failas „%s“ jau atvertas kitame gedit lange."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Ar vistiek norite jį redaguoti?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Įrašant „%s“ nepavyko sukurti atsarginės šio failo kopijos"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "Įrašant „%s“ nepavyko sukurti laikinosios failo kopijos"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Nepavyko padaryti atsarginės seno failo kopijos prieš įrašant naują. "
+#~ "Galite nepaisyti šio perspėjimo ir vis tiek įrašyti failą, bet jeigu "
+#~ "įrašant įvyks klaida, galite prarasti senojo failo kopiją. Vis tiek "
+#~ "įrašyti?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Failas „%s“ pakeistas diske."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Panaikinti pakeitimus ir įkelti iš _naujo"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Rasta netinkamų simbolių įrašant „%s“"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Jei tęsite šio failo įrašymą, galite sugadinti dokumentą. Vistiek "
+#~ "įrašyti?"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Sujungti pažymėtas eilutes"
+
+#~ msgid "Check update"
+#~ msgstr "Ieškoti atnaujinimų"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Ieškoti gedit atnaujinimų"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Klaida rodant adresą."
+
+#~ msgid "_Download"
+#~ msgstr "_Parsisiųsti"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Nepaisyti versijos"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Rasta nauja gedit versija"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Galite parsisiųsti naują gedit versiją paspaudę mygtuką „Parsisiųsti“ "
+#~ "arba nekreipti dėmesio į tą versiją ir laukti naujesnės"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Ignoruojama versija"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Nepaisoma versija iki kitos versijos išleidimo"
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Rodyti apžvalgos žemėlapį"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Ar gedit turėtų rodyti dokumento apžvalgą."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Įrankinė yra matoma"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Ar redagavimo languose turi matytis įrankių juosta."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Maksimalus neseniai naudotų failų skaičius"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Nurodo maksimalų skaičių neseniai naudotų failų, kurie bus rodomi "
+#~ "„Naudoti failai“ po-meniu."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Nėra pakeitimų įrašymui"
+
+#~ msgid "No results"
+#~ msgstr "Nė rezultatų"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Kiti _dokumentai…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Rodyti _apžvalgą"
+
+#~ msgid "Open"
+#~ msgstr "Atverti"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Atverti failų dialogą"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Patikrinkite Jūsų įdiegimą."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Nepavyko rasti vartotojo sąsajos failo %s. Klaida: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Nepavyko rasti objekto „%s“ faile %s."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit tekstų redaktorius"
+
+#~ msgid "_About"
+#~ msgstr "_Apie"
+
+#~ msgid "Tools"
+#~ msgstr "Įrankiai"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignoruoti"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Tvarkyti iš_orinius įrankius..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Greitas atvėrimas..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Tvarkyti _iškarpas..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Nurodyti _kalbą..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Į_terpti datą ir laiką..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Atverti naują langą"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Atverti naują dokumentą"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Nustatyti lango dydį ir padėtį (WIDTHxHEIGHT+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRIJA"
+
+#~ msgid "File"
+#~ msgstr "Failas"
+
+#~ msgid "Edit"
+#~ msgstr "Keisti"
+
+#~ msgid "Search"
+#~ msgstr "Ieškoti"
+
+#~ msgid "Help"
+#~ msgstr "Žinynas"
+
+#~ msgid "Question"
+#~ msgstr "Klausimas"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(pasiūlymų nėra)"
+
+#~ msgid "_More..."
+#~ msgstr "_Daugiau..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignoruoti visus"
+
+#~ msgid "_Add"
+#~ msgstr "_Pridėti"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Rašybos pasiūlymai..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Klaida tikrinant žodžio „%s“ rašybą: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Klaidos:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Baigtas rašybos tikrinimas"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Nėra neteisingai parašytų žodžių"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(teisinga rašyba)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Pasiūlymai"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Nežinomas (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Numatytasis"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Pasirinkti esamo dokumento _kalbą."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Klaidingas žodis:"
+
+#~ msgid "word"
+#~ msgstr "žodis"
+
+#~ msgid "Change _to:"
+#~ msgstr "Keis_ti į"
+
+#~ msgid "Check _Word"
+#~ msgstr "Patikrinti žo_dį"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Pasiūlymai"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignoruoti _visus"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Pakei_sti"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Įrašyti v_isus"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Vartotojo žodynas:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Pridėti ž_odį"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-13', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Automatiškai nustatytos koduotės"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Surikiuotas koduočių sąrašas, kurį gedit naudoja nustatydamas failo "
+#~ "koduotę. „CURRENT“ yra dabartinės lokalės koduotė. Naudojamos tik "
+#~ "atpažįstamos koduotės."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-13', 'ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Koduotės rodomos meniu"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Sąrašas koduočių, rodomų failų pasirinkimo lango koduočių meniu. "
+#~ "Naudojamos tik atpažįstamos koduotės."
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "Character encodings"
+#~ msgstr "Simbolių koduotės"
+
+#~ msgid "_OK"
+#~ msgstr "_Gerai"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "K_oduotės matomos meniu:"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Rikiavimo operacijos atšaukti negalima"
+
+#~ msgid "Set language"
+#~ msgstr "Nustatyti kalbą"
+
+#~ msgid "Languages"
+#~ msgstr "Kalbos"
+
+#~ msgid "The document is empty."
+#~ msgstr "Dokumentas tuščias."
+
+#~ msgid "P_revious Page"
+#~ msgstr "_Ankstesnė puslapis"
+
+#~ msgid "_Next Page"
+#~ msgstr "_Kitas puslapis"
+
+#~ msgid "Replace"
+#~ msgstr "Pakeisti"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Ieškoti ko: "
diff --git a/po/lv.po b/po/lv.po
new file mode 100644
index 0000000..0d0c05c
--- /dev/null
+++ b/po/lv.po
@@ -0,0 +1,3805 @@
+# translation of lv.po to Latvian
+# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+#
+# Raivis Dejus <orvils@gmail.com>, 2006, 2007, 2009.
+# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2009, 2010.
+# Rudolfs <rudolfs.mazurs@gmail.com>, 2011.
+# Rūdofls Mazurs <rudolfs.mazurs@gmail.com>, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020.
+# Anita Reitere <nitalynx@gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: lv\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-09-09 15:10+0000\n"
+"PO-Revision-Date: 2020-09-12 12:51+0300\n"
+"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
+"Language-Team: Latvian <lata-l10n@googlegroups.com>\n"
+"Language: lv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :"
+" 2);\n"
+"X-Generator: Lokalize 19.12.3\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Rediģēt teksta datnes"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit ir teksta redaktors GNOME darbvirsmas videi."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Pirmais gedit mērķis ir vienkārša lietojamība un vienkārša saskarne pēc"
+" noklusējuma. Plašākas iespējas ir pieejamas, ieslēdzot spraudņus."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Teksta redaktors"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Teksts;Redaktors;Vienkāršs teksts;Rakstīt;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Jauns logs"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Jauns dokuments"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Lietot noklusējuma fontu"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Vai teksta rediģēšanai lietot sistēmas noklusēto fiksēta platuma fontu nevis "
+"gedit specifisko fontu. Ja šī iespēja ir izslēgta, tad opcijā “Redaktora "
+"fonts” norādītais fonts tiks lietots sistēmas fonta vietā."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Redaktora fonts"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Pielāgots fonts, kas tiks izmantos rediģēšanas laukā. Šī iespēja darbosies "
+"tikai tad, ja būs izslēgta “Lietot noklusējuma fontu” iespēja."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stila shēma"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "GtkSourceView stila shēmas ID, kas tiks izmantota teksta krāsošanai."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Izveidot rezerves kopijas"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Vai gedit vajadzētu izveidot rezerves kopijas datnēm, ko tā saglabā."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automātiski saglabāt"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Vai gedit automātiski jāsaglabā izmainītās datnes pēc laika intervāla. Jūs "
+"varat iestatīt šo laika intervālu ar “Automātiskās saglabāšanas intervāls” "
+"opciju."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Automātiskās saglabāšanas intervāls"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Minūšu skaits, pēc kurām gedit automātiski saglabās izmainītās datnes. Šī "
+"funkcija strādās tikai tad, ja opcija “Automātiski saglabāt” būs ieslēgta."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maksimālais “Atsaukt” darbību skaits"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maksimums darbību, ko gedit var atsaukt vai atcelt atsaukšanu. Lietojiet "
+"“-1” neierobežotam darbību skaitam."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Rindu pārneses režīms"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Nosaka, kā aplauzt garas rindas rediģēšanas laukā. Lietojiet “none” "
+"neaplaušanai, “word” aplaušanai vārdu robežās, un “char” aplaušanai "
+"atsevišķu rakstzīmju robežās. Atceries, ka vērtības ir reģistrjutīgas, tāpēc "
+"pārliecinies, ka tās parādās tieši tāpat kā šeit."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Pēdējā dalīšanas režīma izvēlē rindu aplaušanas režīmam"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Norāda pēdējo izmantot dalīšanas režīmu kopā ar rindu aplaušanas režīmu, lai "
+"pat izslēdzot aplaušanas režīmu, varētu atcerēties aplaušanas režīma izvēli. "
+"Lietojiet “word”, lai aplauztu pie vārdu robežām, “char”, lai aplauztu pie "
+"atsevišķu rakstzīmju robežām."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tabulācijas izmērs"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Nosaka atstarpju skaitu, kuru rādīt tabulācijas rakstzīmju vietā."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Ievietot atstarpes"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Vai gedit būtu jāievieto atstarpes tabulāciju vietā."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automātiskās atkāpes"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Vai gedit vajadzētu ieslēgt automātisko atkāpju veidošanu."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Rādīt rindu numurus"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Vai gedit rediģēšanas laukā būtu jārāda rindu numuri."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Izcelt aktīvo rindu"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Vai gedit būtu jāizceļ rinda, kurā ir kursors."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Izcelt savstarpēji saistītās iekavas"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Vai gedit būtu jāizceļ savstarpēji atbilstošas iekavas."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Rādīt labo malu"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Vai gedit rediģēšanas laukā būtu jārāda labā mala."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Labās malas pozīcija"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Norāda labās malas atrašanās vietu."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Dokumenta fona rasta tips"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Vai dokumenta fons būs rakstains."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Gudrais Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Nosaka, kā pārvietosies kursors nospiežot HOME un END taustiņus. Izmantojiet "
+"“disabled”, lai vienmēr pārvietotos uz rindiņas sākumu / beigām; “after”, "
+"lai pārvietotos uz rindiņas sākumu pirmo reizi, kad tiek nospiesta poga un "
+"uz teksta sākumu, ignorējot tukšos simbolus, kad poga tiek nospiesta otro "
+"reizi; “before”, lai vispirms pārietu uz teksta sākumu un tikai pēc tam uz "
+"rindiņas sākumu. Izmantojiet “always”, lai vienmēr pārietu uz teksta sākumu/"
+"beigām, nevis rindiņas sākumu/beigām."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Atjaunot iepriekšējo kursora pozīciju"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Vai gedit būtu jāatjauno iepriekšējā kursora pozīcija, atkārtoti ielādējot "
+"kādu datni."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Ieslēgt sintakses iekrāsošanu"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Vai gedit būtu jāieslēdz sintakses iekrāsošana."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Ieslēgt meklēšanas iekrāsošanu"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Vai gedit gūtu jāiekrāso visi atrastie meklētā teksta fragmenti."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Nodrošināt beigās jaunu rindu"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Vai gedit būtu jānodrošina, ka dokumenti vienmēr beidzas ar pāreju jaunā "
+"rindā."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Piezīmju bloka ciļņu rādīšanas režīms"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Nosaka, kad rādīt piezīmju bloka cilnes. Lietojiet “never” , lai nekad "
+"nerādītu cilnes, “always”, lai vienmēr rādītu cilnes, un “auto”, lai rādītu "
+"cilnes tikai tad, kad to ir vairāk kā viena. Atceries, ka vērtības ir "
+"reģistrjutīgas, tāpēc pārliecinies, ka tās parādās tieši tāpat kā šeit."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Statusa josla ir redzama"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Vai statusa joslai rediģēšanas logu apakšā būtu jābūt redzamai."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Sānu rūts ir redzama"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Vai rūtij rediģēšanas loga kreisajā malā būtu jābūt redzamai."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Drukāt iekrāsoto sintaksi"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Vai, drukājot dokumentus, gedit būtu jārāda teksta sintakses iekrāsojumi."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Drukāt galveni"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Vai gedit būtu jāiekļauj dokumenta galvene, drukājot dokumentu."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Drukāšanas rindu aplaušanas režīms"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Nosaka, kā aplauzt garas rindas drukājot. Lietojiet “none” neaplaušanai, "
+"“word” aplaušanai vārdu robežās, un “char” aplaušanai atsevišķu rakstzīmju "
+"robežās. Atceries, ka vērtības ir reģistrjutīgas, tāpēc pārliecinies, ka tās "
+"parādās tieši tāpat kā šeit."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Drukāt rindu numurus"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ja vērtība ir 0, tad rindu numuri netiks iekļauti, drukājot dokumentu. "
+"Citādi gedit drukās rindu numurus katras tik rindas."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Pamatteksta drukāšanas fonts"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Nosaka dokumenta pamatteksta fontu, ko izmantot, drukājot dokumentu."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Galvenes fonti drukāšanai"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Nosaka fontu lappušu galvenēm, ko izmantot drukājot dokumentu. Šī iespēja "
+"darbosies tikai tad, ja iespēja “Drukāt galvenes” būs ieslēgta."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Rindas numuru fonts drukāšanai"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Nosaka rindu numuru fontu, ko lietot drukājot dokumentu. Šī iespēja "
+"darbosies tikai tad, ja iespēja “Drukāt rindu numurus” nebūs nulle."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Mala pa kreisi"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Kreisā mala, milimetros"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Mala augšpusē"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Augšējā mala, milimetros"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Mala pa labi"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Labā mala, milimetros"
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Mala apakšā"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Apakšējā mala, milimetros"
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kandidāta kodējumi"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Saraksts ar kandidātu kodējumiem “Rakstzīmju kodējumu” izvēlnē, kas atrodas "
+"“atvērt/saglabāt datni” izvēlētājā. “CURRENT” nozīmē pašreizējo "
+"lokalizācijas kodējumu. Tiek izmantoti tikai atpazīti kodējumi. Noklusējuma "
+"vērtība ir tukšs saraksts, kura gadījumā gedit izvēlēsies labas noklusējuma "
+"vērtības pēc valsts un valodas."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktīvie spraudņi"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+#| msgid "Active plugins"
+msgid "List of active plugins."
+msgstr "Aktīvo spraudņu saraksts."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Parādīt lietotnes versiju"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Rādīt sarakstu ar visām iespējamajām kodēšanas iespējām"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Iestatīt rakstzīmju kodējumu, kas tiks lietots, atverot komandrindā "
+"norādītās datnes"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODĒJUMS"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Izveidot jaunu virslīmeņa logu esošajā gedit instancē"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Izveidot jaunu dokumentu esošajā gedit instancē"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Atvērt datnes un bloķēt procesu līdz datnes ir aizvērtas"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Palaist gedit savrupā režīmā"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[DATNE…] [+RINDA[:KOLONNA]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Gadījās kļūda, parādot palīdzību."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s — nederīgs kodējums."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Aiz_vērt bez saglabāšanas"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "At_celt"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "_Saglabāt kā…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Saglabāt"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ja nesaglabāsiet, pēdējās %ld sekundes laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+msgstr[1] ""
+"Ja nesaglabāsiet, pēdējo %ld sekunžu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+msgstr[2] ""
+"Ja nesaglabāsiet, pēdējo %ld sekunžu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Ja nesaglabāsiet, pēdējās minūtes laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ja nesaglabāsiet, pēdējās minūtes un %ld sekundes laikā veiktās izmaiņas "
+"tiks neatgriezeniski zaudētas."
+msgstr[1] ""
+"Ja nesaglabāsiet, pēdējās minūtes un %ld sekunžu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+msgstr[2] ""
+"Ja nesaglabāsiet, pēdējās minūtes un %ld sekunžu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ja nesaglabāsiet, pēdējās %ld minūtes laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+msgstr[1] ""
+"Ja nesaglabāsiet, pēdējo %ld minūšu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+msgstr[2] ""
+"Ja nesaglabāsiet, pēdējo %ld minūšu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Ja nesaglabāsiet, pēdējās stundas laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ja nesaglabāsiet, pēdējās stundas un %d minūtes laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+msgstr[1] ""
+"Ja nesaglabāsiet, pēdējās stundas un %d minūšu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+msgstr[2] ""
+"Ja nesaglabāsiet, pēdējās stundas un %d minūšu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ja nesaglabāsiet, pēdējās %d stundas laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+msgstr[1] ""
+"Ja nesaglabāsiet, pēdējo %d stundu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+msgstr[2] ""
+"Ja nesaglabāsiet, pēdējo %d stundu laikā veiktās izmaiņas tiks "
+"neatgriezeniski zaudētas."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Vai pirms aizvēršanas saglabāt izmaiņas dokumentā “%s”?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Ir %d dokuments ar nesaglabātām izmaiņām. Saglabāt izmaiņas pirms "
+"aizvēršanas?"
+msgstr[1] ""
+"Ir %d dokumenti ar nesaglabātām izmaiņām. Saglabāt izmaiņas pirms "
+"aizvēršanas?"
+msgstr[2] ""
+"Ir %d dokumentu ar nesaglabātām izmaiņām. Saglabāt izmaiņas pirms "
+"aizvēršanas?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "Izvēli_eties dokumentus, kurus vēlaties saglabāt:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Ja nesaglabāsiet, visas izmaiņas tiks neatgriezeniski zaudētas."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Ielādē datni “%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Ielādē %d datni…"
+msgstr[1] "Ielādē %d datnes…"
+msgstr[2] "Ielādē %d datņu…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Datne “%s” ir tikai lasāma."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Vai vēlaties mēģināt aizstāt to ar šobrīd saglabājamo?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Aizstāt"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Saglabāt datni, izmantojot saspiešanu?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Saglabāt datni kā atklātu tekstu?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Datne “%s” pirmīt tika saglabāta kā atklāta teksta datne un tagad tiks "
+"saglabāta, izmantojot saspiešanu."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Saglabāt saspiežot"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Datne “%s” pirmīt tika saglabāta, izmantojot saspiešanu, un tagad tiks "
+"saglabāta kā atklāts teksts."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Saglabāt kā vienkāršu tekstu"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Saglabā datni “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Saglabāt kā"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Atgriež dokumentu “%s”…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Atgriezt nesaglabātās izmaiņas dokumentam “%s”?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Pēdējās %ld sekundes laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+msgstr[1] ""
+"Pēdējo %ld sekunžu laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+msgstr[2] ""
+"Pēdējo %ld sekunžu laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Pēdējās minūtes laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Pēdējās minūtes un %ld sekundes laikā veiktās izmaiņas tiks neatgriezeniski "
+"pazaudētas."
+msgstr[1] ""
+"Pēdējās minūtes un %ld sekunžu laikā veiktās izmaiņas tiks neatgriezeniski "
+"pazaudētas."
+msgstr[2] ""
+"Pēdējās minūtes un %ld sekunžu laikā veiktās izmaiņas tiks neatgriezeniski "
+"pazaudētas."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Pēdējās %ld minūtes laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+msgstr[1] ""
+"Pēdējo %ld minūšu laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+msgstr[2] ""
+"Pēdējo %ld minūšu laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Pēdējās stundas laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Pēdējās stundas un %d minūtes laikā veiktās izmaiņas tiks neatgriezeniski "
+"pazaudētas."
+msgstr[1] ""
+"Pēdējās stundas un %d minūšu laikā veiktās izmaiņas tiks neatgriezeniski "
+"pazaudētas."
+msgstr[2] ""
+"Pēdējās stundas un %d minūšu laikā veiktās izmaiņas tiks neatgriezeniski "
+"pazaudētas."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Pēdējās %d stundas laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+msgstr[1] ""
+"Pēdējo %d stundu laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+msgstr[2] ""
+"Pēdējo %d stundu laikā veiktās izmaiņas tiks neatgriezeniski pazaudētas."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Atgriezt"
+
+#: gedit/gedit-commands-help.c:110
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit ir mazs un ātrs teksta redaktors GNOME darbvirsmai"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Raivis Dejus <orvils@gmail.com>\n"
+"Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Atrada un aizstāja %d vietā"
+msgstr[1] "Atrada un aizstāja %d vietās"
+msgstr[2] "Atrada un aizstāja %d vietās"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Atrada un aizstāja vienā vietā"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” nav atrasts"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Nenosaukts dokuments %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Ciļņu grupa %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Tikai lasāms"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automātiski noteikts"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Pievienot vai izņemt…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Pašreizējā lokalizācija (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Pašreizējā lokalizācija)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Vai tiešām vēlaties atstatīt rakstzīmju kodējumu iestatījumus?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Atiestatīt"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Pievienot"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Izņemt"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Pārvietot uz augstāku prioritāti"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Pārvietot uz zemāku prioritāti"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Visas datnes"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Visas teksta datnes"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Ra_kstzīmju kodējums:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "R_indas beigas:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+#| msgid "Open a file"
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Atvērt datnes"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Atvērt"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Vienkāršs teksts"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "Vēl_reiz"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Nevar atrast datni “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Lūdzu, pārliecinieties, ka esat ievadījuši pareizu atrašanās vietu un "
+"mēģiniet vēlreiz."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Nevar apstrādāt “%s” atrašanās vietas."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Nespēj apstrādāt šo atrašanās vietu."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Nevar piekļūt datnes atrašanās vietai."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” ir direktorija."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” nav derīga atrašanās vieta."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Nevar atrast resursdatoru “%s”. Lūdzu, pārbaudiet starpniekservera "
+"iestatījumus un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Nederīga adrese. Lūdzu, pārbaudiet, vai esat ievadījuši to pareizi un "
+"mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” nav parasta datne."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Savienojuma noildze. Lūdzu, mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Negaidīta kļūda — %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Nevar atrast pieprasīto datni. Iespējams, tā ir nesen izdzēsta."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Nevar atgriezt datni “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "R_akstzīmju kodējums:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "_Tomēr rediģēt"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Sekojamo saišu skaits ir ierobežots, un meklējamā datne šī limita ietvaros "
+"netika atrasta."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Jums nav šīs datnes atvēršanai nepieciešamo atļauju."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Nevarēja noteikt rakstzīmju kodējumu."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Lūdzu, pārliecinieties, ka nemēģināt atvērt bināru datni."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Izvēlieties rakstzīmju kodējumu no izvēlnes, un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Gadījās problēma, atverot datni “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Atvērtajā datnē ir dažas nederīgas rakstzīmes. Ja turpināsiet rediģēt šo "
+"datni, jūs varat sabojāt šo dokumentu."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "Jūs varat izvēlieties citu rakstzīmju kodējumu un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Nevar atvērt datni “%s”, izmantojot “%s” rakstzīmju kodējumu."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Izvēlieties citu rakstzīmju kodējumu no izvēlnes un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Nevar atvērt datni “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Nevar saglabāt datni “%s”, izmantojot “%s” rakstzīmju kodējumu."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokuments satur vienu vai vairākas rakstzīmes, kuras nevar attēlot, "
+"izmantojot norādīto rakstzīmju kodējumu."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "Tomēr s_aglabāt"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "_Nesaglabāt"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Datne “%s” kopš lasīšanas tika rediģēta."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Ja to saglabāsiet, visas citur veiktās izmaiņas varētu tikt pazaudētas. Vai "
+"tomēr saglabāt?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nevar apstrādāt “%s” atrašanās vietas rakstīšanas režīmā. Lūdzu, pārbaudiet "
+"vai esat ievadījuši pareizu atrašanās vietu un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nevar apstrādāt šo atrašanās vietu rakstīšanas režīmā. Lūdzu, pārbaudiet, "
+"vai esat ievadījuši pareizu atrašanās vietu un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” nav derīga atrašanās vieta. Lūdzu, pārbaudiet vai jūs esat pareizi "
+"ievadījuši atrašanās vietu un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Jums nav vajadzīgo atļauju, lai saglabātu datni. Lūdzu, pārbaudiet vai jūs "
+"esat pareizi ievadījuši atrašanās vietu un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Nepietiek diska vietas, lai saglabātu datni. Lūdzu, atbrīvojiet vietu uz "
+"diska un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Jūs mēģināt saglabāt datni tikai lasīšanai paredzētā vietā. Lūdzu, "
+"pārbaudiet vai esat pareizi ievadījuši atrašanās vietu un mēģiniet vēlreiz."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"Datne ar šādu nosaukumu jau eksistē. Lūdzu, izvēlieties citu datnes "
+"nosaukumu."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Diskam, uz kura mēģināt saglabāt datni, ir ierobežojums uz datņu nosaukumu "
+"garumu. Lūdzu, izvēlieties īsāku datnes nosaukumu."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Diskam, uz kura mēģināt saglabāt datni, ir ierobežojums uz datņu izmēriem. "
+"Lūdzu, mēģiniet saglabāt mazāku datni vai arī saglabāt to uz diska, kuram "
+"nav šāda ierobežojuma."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Nevarēja saglabāt datni “%s”."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Spiediet šo pogu, lai izvēlētos fontu, ko lietot redaktoram"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Izmantot sistēmas fiksētā platuma font_u (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+#| msgid "The selected color scheme cannot be installed."
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Izvēlēto krāsu saskaņu nevar uzinstalēt: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Izvēlēto krāsu saskaņu nevar uzinstalēt."
+
+#: gedit/gedit-preferences-dialog.c:717
+#| msgid "Color Scheme"
+msgid "Add Color Scheme"
+msgstr "Pievienot krāsu saskaņu"
+
+#: gedit/gedit-preferences-dialog.c:720
+#| msgid "Add Scheme"
+msgid "_Add Scheme"
+msgstr "Pievienot s_askaņu"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Krāsu saskaņas datnes"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Nevar izņemt krāsu saskaņu “%s”."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Sagatavo…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Datne — %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Lappuse %N no %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Attēlo lappusi %d no %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Lappuse %d no %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nekas"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Meklēt un aizstāt"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "PĀR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "IEV"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Ir %d cilne ar kļūdām"
+msgstr[1] "Ir %d cilnes ar kļūdām"
+msgstr[2] "Ir %d ciļņu ar kļūdām"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Atgriež %s no %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Atgriež %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Ielādē %s no %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Ielādē %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Saglabā %s uz %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Saglabā %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Kļūda, atverot datni %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Kļūda, atgriežot datni %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Kļūda, saglabājot datni %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Nosaukums:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME tips:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Kodējums:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ uz %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix / Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Rādīt rin_du numurus"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d no %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Aplauzt"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Atbilst _regulārajai izteiksmei"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Atlasīt tikai v_eselus vārdus"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Reģistrjutīgs"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Simbolu virkne, ko vēlaties meklēt"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Rinda, uz ko vēlaties pārcelt kursoru"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Iekavu pāris ir ārpus apgabala"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Iekavu pāris nav atrasts"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Iekavu pāris atrasts rindā %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rin %d, Kol %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabulācijas platums: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Ir nesaglabāti dokumenti"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Mainīt sānu paneļa lapu"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumenti"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Atvērt datni"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Atvērt nesen lietotu datni"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Pārvietot pa _kreisi"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Pārvietot pa _labi"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Pārvietot uz jaunu logu"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Pārvietot uz ciļņu _grupu"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Aizvērt"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automātiskās atkāpes"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Izmantot atstarpes"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Rādīt rindu numurus"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Rādīt labo malu"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Izcelt aktīvo rindu"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Teksta aplaušana"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Datne"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "Jau_ns"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Atvē_rt nesenos"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "A_tkārtoti atvērt aizvērtu cilni"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "S_aglabāt kā…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Jau_ns logs"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "Pā_rlādēt"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Drukāt..."
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Iziet"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "R_ediģēt"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "Atsa_ukt"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "Ata_tsaukt"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "I_zgriezt"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopēt"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Ielīmēt"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Dzēst"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Pārrakstīšanas režī_ms"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Izvēlēties _visu"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Iestatījumi"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Skats"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Sānu _rūts"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Apakšējā rūts"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Pilnekrāns"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "_Izcelšanas veids…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Meklēt"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Meklēt…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Meklēt _nākamo"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Meklēt ie_priekšējo"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Meklēt un _aizstāt…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Noņemt iekrāsošanu"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Iet uz _rindu…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Rīki"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumenti"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Saglabāt visu"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Aizvērt visas"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Jau_na ciļņu grupa"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Iep_riekšējā ciļņu grupa"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Nā_kamā ciļņu grupa"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Ie_priekšējais dokuments"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Nākamais dokum_ents"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Pārvietot uz jaunu logu"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Palīdzība"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "P_ar teksta redaktoru"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "_Saglabāt visu"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "Meklēt un _aizstāt…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Iet uz _rindu…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Tastatūras īsinājumtaustiņi"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Rakstzīmju kodējumi"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Pielietot"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "_Pieejamie kodējumi"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "I_zvēlētie kodējumi"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "A_praksts"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kodējums"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Izcelšanas veids"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "Izvēlētie_s"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Meklēšanas izcelšanas veids…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Iestatījumi"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Rādīt labo _malu pie kolonnas:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Rādīt _statusa joslu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Rādīt _režģa rakstu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Teksta aplaušana"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Ieslēgt teksta _aplaušanu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Nedalīt vārdus _divās rindās"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Izcelšana"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Izcelt aktīvo _rindu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Izcelt savstarpēji saistītās _iekavas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Skats"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulēšanas pieturas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tabulācijas platums:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Ievietot at_starpes tabulāciju vietā"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Ieslēgt automātiskās atkāp_es"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Datņu saglabāšana"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Pirms sagla_bāšanas izveidot datnes rezerves kopiju"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Saglabāt datnes _automātiski katras"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minūtes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Redaktors"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Fonts"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Redaktora _fonts: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Izvēlieties redaktora fontu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Krāsu saskaņa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instalēt saskaņu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instalēt saskaņu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Atinstalēt saskaņu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Atinstalēt saskaņu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Fonts un krāsas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Spraudņi"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Sintakses izcelšana"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Drukāt _sintakses iekrāsojumu"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Rindu numuri"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Drukāt rindu nu_murus"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numurēt katras"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "rindas"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Lappuses galvene"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Drukāt lapp_ušu galvenes"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fonti"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Pamatteksts:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Rindu numuri:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "G_alvenes un kājenes:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Atjaunot noklusējuma fontus"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Skatīt iepriekšējo lappusi"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Skatīt nākamo lappusi"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Pašreizējā lappuse (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "no"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Lappuses kopā"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Dokumenta kopējais lappušu skaits"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Rādīt vairākas lappuses"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Mērogs 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Piekārtot palielinājumu, lai ietilptu vesela lappuse"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Pietuvināt lappusi"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Attālināt lappusi"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Aizvērt drukāšanas priekšskatījumu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Aizvērt priekšskatījumu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Lappušu priekšskatījums"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Drukājamās dokumenta lappušu priekšskatījums"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "_Aizstāt visus"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Meklēt"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "M_eklēt "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Aizstāt a_r "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Reģistrjutīgs"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Atrast tikai v_eselus vārds"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_gulārā izteiksme"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Meklēt _pretējā virzienā"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "A_pskatīt visu dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumenti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Izveidot jaunu dokumentu cilnē"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Atvērt dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Saglabāt dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Saglabāt dokumentu ar jaunu nosaukumu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Saglabāt visus dokumentus"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Aizvērt dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Aizvērt visus dokumentus"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Atkal atvērt pēdējo aizvērto dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Pārslēgties uz nākošo dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Pārslēgties uz iepriekšējo dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Pārslēgties uz pirmo – devīto dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Logi un rūtis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Izveidot jaunu dokumentu logā"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Izveidot jaunu ciļņu grupu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Slēpt sānu rūti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Rādīt apakšējo rūti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Pilnekrāns ieslēgts/izslēgts"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Iziet no lietotnes"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Meklēt un aizstāt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Meklēt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Meklēt nākamo atbilstību"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Skatīt iepriekšējo atbilstību"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Noņemt izcēlumu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Atsaukt un atcelt atsaukšanu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Atsaukt iepriekšējo komandu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Atcelt iepriekšējās komandas atsaukšanu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Izvēle"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Izvēlēties visu tekstu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Neizvēlēties visu tekstu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopēt un ielīmēt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopēt izvēlēto starpliktuvē"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Izgriezt izvēlēto tekstu starpliktuvē"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Ielīmēt tekstu no starpliktuves"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigācija"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Iet uz rindu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+#| msgctxt "shortcut window"
+#| msgid "Move viewport to beginning of file"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Iet uz šīs rindas sākumu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+#| msgid "Checks the spelling of the current document."
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Iet uz šīs rindas beigām"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+#| msgctxt "shortcut window"
+#| msgid "Move viewport to beginning of file"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Iet uz šī dokumenta sākumu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+#| msgctxt "shortcut window"
+#| msgid "Switch to the next document"
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Iet uz šī dokumenta beigām"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Pārvietot skatupunktu uz augšu datnē"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Pārvietot skatupunktu uz leju datnē"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Pārvietot skatupunktu uz datnes beigām"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Pārvietot skatupunktu uz datnes sākumu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Iet uz saistīto iekavu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+#| msgid "P_revious Tab Group"
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Iet uz iepriekšējo ciļņu grupu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+#| msgctxt "shortcut window"
+#| msgid "Create a new tab group"
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Iet uz nākamo ciļņu grupu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Rediģēšana"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Pārslēgt “ievietot”/“pārrakstīt”"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Pārslēgt kursora redzamību"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Dzēst pašreizējo rindu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Pārvietot pašreizējo rindu augšup"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Pārvietot pašreizējo rindu lejup"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Pārvietot pašreizējo vārdu pa kreisi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Pārvietot pašreizējo vārdu pa labi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Pārveidot uz visiem lielajiem burtiem"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Pārveidot uz visiem mazajiem burtiem"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Pārslēgt reģistru"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Palielināt skaitli pie kursora"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Samazināt skaitli pie kursora"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Rīki"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Pārbaudīt pareizrakstību"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Izdrukāt dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Rādīt pabeigšanas logu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Vispārīgi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Rādīt palīdzību"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+#| msgid "Open history menu"
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Atvērt izvēlni"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+#| msgid "_Keyboard Shortcuts"
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Tastatūras saīsnes"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Aizvērt dokumentu"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Izveidot jaunu dokumentu"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Jauns"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Saglabāt pašreizējo datni"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Saglabāt"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Slēpt rūti"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Iziet no pilnekrāna režīma"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Dokumenta statistika"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Nosaka vārdu, rindu, rakstzīmju skaitu dokumentā."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Dokumenta statistika"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokuments"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Izvēle"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Rindas"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Vārdi"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Rakstzīmes (ar atstarpēm)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Rakstzīmes (bez atstarpēm)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Baiti"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Būvējums"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Palaist “make” dokumenta direktorijā"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Atvērt termināli šeit"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Atvērt termināli dokumenta atrašanās vietā"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Izņemt atstarpes no beigām"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Izņemt nevajadzīgās atstarpes datnē"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Palaist komandu"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Izpildīt lietotāja komandu un tās izvadu noglabāt jaunā datnē"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Sūtīt uz fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Ielīmēt izvēlēto tekstu vai visu dokumentu uz fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Ārējie rīki"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Izpildīt ārējās komandas un čaulas skriptus."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Vai izmantot sistēmas fontu"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ja patiess, ārējs rīks izmantos globālo darba virsmas fontu, ja tas ir "
+"monospace (vai arī vistuvāko pēc līdzības, kādu tas var atrast)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango fonta nosaukums. Piemēri: \"Sans 12\" vai \"Monospace Bold 14\"."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Pārvaldīt ā_rējos rīkus…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Ārējie _rīki"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Nevarēja izpildīt komandu — %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Jums jābūt vārda ietvaros, lai darbinātu šo komandu"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Darbojas rīks:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Pabeigts."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Izgāja"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Visas valodas"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Visas valodas"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Jauns rīks"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Paātrinātājs jau ir piesaistīts %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Ieraksti jaunu paātrinātāju vai nospied atpakaļatkāpi, lai attīrītu"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Ieraksti jaunu paātrinātāju"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Apturēts."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Apturēšanas rīks"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Vienmēr pieejams"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Visi dokumenti"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Visi dokumenti, izņemot nenosauktos"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Tikai lokālās datnes"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Tikai attālinātās datnes"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Tikai nenosauktos dokumentus"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Pašreizējais dokuments"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Pašreizējai izvēlei"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Pašreizējai izvēlei (noklusētā dokumentam)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Pašreizējā rinda"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Pašreizējais vārds"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Rādīt apakšējā joslā"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Izveidot jaunu dokumentu"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Pievienot pašreizējajam dokumentam"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Aizstāt pašreizējo dokumentu"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Aizstāt pašreizējo izvēli"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Ievietot kursora pozīcijā"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Pārvaldīt ārējos rīkus"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Pievienot jaunu rīku"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Pievienot rīku"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Izņemt izvēlēto rīku"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Izņemt rīku"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Atgriezt rīku"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Atgriezt rīku"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Ī_sinājumtaustiņš:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Saglabāt:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Ievade:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "Iz_vade:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "Pielietoj_amība:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Rīka izvade"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Datņu pārlūka rūts"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+#| msgid "Easy file access from the side panel"
+msgid "Easy file access from the side panel."
+msgstr "Viegla piekļuve datnēm no sānu rūts."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Mājas"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Datņu sistēma"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Datņu pārlūks"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Gadījās kļūda, izveidojot jaunu direktoriju"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Gadījās kļūda, izveidojot jaunu datni"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Gadījās kļūda, pārsaucot datni vai direktoriju"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Gadījās kļūda, dzēšot datni vai direktoriju"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Gadījās kļūda, atverot direktoriju datņu pārvaldniekā"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Gadījās kļūda, iestatot saknes direktoriju"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Gadījās kļūda, ielādējot direktoriju"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Gadījās kļūda"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Nevar pārvietot datni uz miskasti, vai\n"
+"vēlaties to neatgriezeniski dzēst?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Datni “%s” nevar pārvietot uz miskasti."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Izvēlēto datni nevar pārvietot uz miskasti."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Vai tiešām vēlaties neatgriezeniski dzēst “%s”?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Vai tiešām vēlaties neatgriezeniski dzēst izvēlētās datnes?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Dzēšot vienumu, tas tiks neatgriezeniski zaudēts."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Tukšs)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Pārdēvētā datne šobrīd ir atfiltrēta. Lai padarītu to redzamu, jums "
+"jāpiekoriģē filtra iestatījumi"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Nenosaukta datne"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Jaunā datne šobrīd ir atfiltrēta. Lai padarītu to redzamu, jums jāpiekoriģē "
+"filtra iestatījumi"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Nenosaukta mape"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Jaunā direktorija šobrīd ir atfiltrēta. Lai padarītu to redzamu, jums "
+"jāpiekoriģē filtra iestatījumi"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Grāmatzīmes"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Piemontētajam sējumam nav montēšanas objekta — %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Nevar atvērt datu nesēju — %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Nevar piemontēt sējumu — %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Gadījās kļūda, ielādējot “%s” — nav tādas direktorijas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Atvērt koka skatā"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Ielādējot datņu pārlūka spraudni, atvērt koka skatu nevis grāmatzīmju skatu"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Datņu pārlūka saknes direktorija"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Datņu pārlūka saknes direktorija, kas tiks izmantota, ielādējot datņu "
+"pārlūka spraudni, ja onload / tree_view ir TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Datņu pārlūka virtuālā saknes direktorija"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Datņu pārlūka virtuālā saknes direktorija, kas tiks izmantota, ielādējot "
+"datņu pārlūka spraudni, ja onload / tree_view ir TRUE. Virtuālajai saknes "
+"direktorijai vienmēr jābūt zem īstās."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Ieslēgt attālināto vietu atjaunošanu"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Iestata, vai vajadzētu atjaunot attālinātās vietas."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Iestatīt pirmā dokumenta atrašanās vietu"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Ja PATIESS, datņu pārlūka spraudnis pārlūkos pirmā atvērtā dokumenta mapi, "
+"ja līdz tam datņu pārlūks vēl nebūs ticis izmantots. (Tādējādi šis principā "
+"attiecas uz datņu atvēršanu no komandrindas vai Nautilus)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Datņu pārlūka filtrēšanas režīms"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Šī vērtība nosaka, kādas datnes tiks atfiltrētas datņu pārlūkā. Pieļaujamās "
+"vērtības: none (nefiltrē neko), hide-hidden (filtrē slēptās datnes), hide-"
+"binary (filtrē binārās datnes)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Datņu pārlūka filtrēšanas šablons"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Filtrēšanas šablons, ko izmantot datņu pārlūkā. Šis filtrs darbojas uz "
+"filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Datņu pārlūka binārā raksts"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Aizpildošais raksts, ko izmantot, filtrējot bināras datnes."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "Ie_statīt sakni uz aktīvo dokumentu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Jau_na mape"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Jauna _datne"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "Pā_rdēvēt…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Pārvietot uz _miskasti"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Atsvai_dzināt skatu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Aplūkot mapi"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "Atvērt t_erminālī"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtrs"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Rādīt s_lēptās"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Rādīt _binārās"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Datnes nosaukums"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Vēsture"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Atvērt vēstures izvēlni"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modelines"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate un Vim-stila modeline atbalsts gedit redaktoram."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Komandas krāsas teksts"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Komandas krāsas teksts"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Kļūdas krāsas teksts"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Kļūdas krāsas teksts"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ja patiess, terminālis izmantos globālo darba virsmas fontu, ja tas ir "
+"monospace (vai arī vistuvāko pēc līdzības, kādu tas var atrast)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "K_omandas krāsa:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Kļūdas krāsa:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python konsole"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+#| msgid "Interactive Python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktīvā Python konsole, kas atrodas apakšējā rūtī."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Ātrā izcelšana"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Izceļ katru izvēlētā teksta fragmentu."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Ātri atvērt…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Ātri atvērt"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+#| msgid "Quickly open files"
+msgid "Quickly open files."
+msgstr "Ātri atvērt datnes."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Rakstiet, lai meklētu…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Pārvaldīt fragmentu_s…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Fragmenti"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Nevar izveidot arhīvu “%s”"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Mērķa direktorija “%s” neeksistē"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Mērķa direktorija “%s” nav derīga direktorija"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Datne “%s” neeksistē"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Datne “%s” nav derīga fragmenta datne"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Importētā datne “%s” nav derīga fragmenta datne"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Nevar atpakot arhīvu “%s”"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Sekojošās datnes nevar importēt — %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Datne “%s” nav derīgs fragmentu arhīvs"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Fragmentu arhīvs"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Pievienot jaunu fragmentu…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globāls"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Atjaunot izvēlēto fragmentu"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Dzēst izvēlēto fragmentu"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Tas nav derīgs tabulatoru trigeris. Trigeri var sastāvēt no burtiem un "
+"cipariem (vai _, : un .) vai viena ne-burtcipara rakstzīmes, piem., {, [, "
+"utt."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Viens vārds, kas aktivizē fragmentu, ja pēc tā nospiež Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Importējot gadījās sekojoša kļūda — %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importēšana veiksmīgi pabeigta"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importēt fragmentus"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Visi atbalstītie arhīvi"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Ar Gzip saspiests arhīvs"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Ar Bzip2 saspiests arhīvs"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Viena fragmenta datne"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Visas datnes"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Eksportējot gadījās sekojoša kļūda — %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Eksportēšana veiksmīgi pabeigta"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Vai vēlaties iekļaut izvēlētos <b>sistēmas</b> fragmentus savā eksportā?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Neviens fragments nav izvēlēts eksportēšanai"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Eksportēt fragmentus"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Ierakstiet jaunu paātrinātāju vai nospied Backspace, lai attīrītu"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Ierakstiet jaunu paātrinātāju"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Python komandas (%s) izpilde pārsniedz maksimālo izpildes laiku, izpilde "
+"apturēta."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python komandas (%s) izpilde neizdevās — %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+#| msgid "Insert often-used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Ievieto biežāk lietotos teksta fragmentus ātrā veidā."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Pārvaldīt fragmentus"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Izveido jaunu fragmentu"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Pievienot fragmentu"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Izņemt fragmentu"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importēt fragmentus"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Eksportēt izvēlētos fragmentus"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Eksportēt fragmentus"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivizācijas"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tabulācijas trigeris:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Īsinā_jumtaustiņš:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Fragmentu aktivizējošā tastatūras saīsne"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Nomest mērķus:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "Kārt_ot…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Kārtot"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Apg_rieztā secībā"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Izņ_emt dublikātus"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "R_eģistrjutīgs"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Sāk_t kolonnā:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Kārtot"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Kārto dokumentu vai izvēlēto tekstu."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Pārbaudīt pareizrakstību…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Iestatīt va_lodu…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Izcelt nepareizi uzrakstītos vārdus"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Izcelt nepareizi uzrakstītos vārdus"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Noklusējuma iestatījumi nepareizi uzrakstītos vārdu izcelšanai."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Konfigurēt pareizrakstības spraudni"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Noklusējumi jauniem dokumentiem"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Pareizrakstības pārbaudītājs"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Pārbauda pašreizējā dokumenta pareizrakstību."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "_Ievietot datumu un laiku…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Pieejamie formāti"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Uzvednes veids"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Vai lietotājam vaicāt formātu, vai izmantot izvēlēto vai pielāgoto formātu."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Izvēlētais formāts"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Izvēlētais formāts, ko izmantot, ievietojot datumu / laiku."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Pielāgots formāts"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Pielāgotais formāts, ko izmantot, ievietojot datumu / laiku."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Ievietot datumu un laiku"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Lietot i_zvēlēto formātu"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Lietot pielāgot_u formātu"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Ievietot"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Konfigurēt datuma / laika spraudni"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Kad ievieto datumu / laiku…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Prasīt formātu"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Ievietot datumu / laiku"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Ievietot pašreizējo datumu un laiku kursora pozīcijā."
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit ir GNOME darbvirsmas vides oficiālais teksta redaktors. Lai arī tas "
+#~ "ir veidots kā vienkāršs un viegli lietojams, gedit ir jaudīgs universāls "
+#~ "teksta redaktors."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Vai jūs rakstītu nākamo daiļliteratūras šedevru, programmētu inovatīvu "
+#~ "lietotni vai vienkārši pierakstītu kādu ātru piezīmi, gedit būs uzticams "
+#~ "rīks jūsu uzdevumu izpildīšanā."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Tā ir elastīga spraudņu sistēma, kas jums ļauj pielāgot lietotni jūsu "
+#~ "vajadzībām un darba plūsmai."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Aktīvo spraudņu saraksts. Tas satur aktīvo spraudņu “Atrašanās vietu”. "
+#~ "Skatiet .gedit-plugin datni, lai uzzinātu spraudņa “Atrašanās vietu”."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Dokumentā “%s” veiktās izmaiņas tiks neatgriezeniski zaudētas."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Sistēmas administrators ir izslēdzis saglabāšanas iespēju."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Izmaiņas %d dokumentā tiks neatgriezeniski zaudētas."
+#~ msgstr[1] "Izmaiņas %d dokumentos tiks neatgriezeniski zaudētas."
+#~ msgstr[2] "Izmaiņas %d dokumentos tiks neatgriezeniski zaudētas."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Dokum_enti ar nesaglabātām izmaiņām:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Atvērt"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Rakstzīmju kodējums:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Rindas beigas:"
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Nerediģēt"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Datne “%s” jau ir atvērta kādā citā logā."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Vai tomēr vēlaties rediģēt?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Saglabājot “%s”, nevar izveidot rezerves datni”"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "Saglabājot “%s”, nevar izveidot pagaidu rezerves datni"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Nevar saglabāt veco datnes versiju pirms jaunās saglabāšanas. Jūs varat "
+#~ "ignorēt šo brīdinājumu un saglabāt datni, bet ņemiet vērā, ka, ja "
+#~ "saglabājot jauno versiju radīsies kāda kļūme, jūs varat zaudēt arī veco "
+#~ "versiju. Tomēr saglabāt?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Datne “%s” ir mainījies uz diska."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Atmest izmaiņas un pā_rlādēt"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Saglabājot “%s”, tika atrastas dažas nederīgas rakstzīmes."
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Ja turpināsiet saglabāt šo datni, jūs varat sabojāt dokumentu. Tomēr "
+#~ "saglabāt?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "Mapi “%s“ nevar izveidot — g_mkdir_with_parents() kļūda: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "Pie_vienot saskaņu"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Savienot izvēlētās rindas"
+
+#~ msgid "Check update"
+#~ msgstr "Pārbaudīt atjauninājums"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Pārbaudīt, vai ir jaunāka gedit versija"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Gadījās kļūda, parādot URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Lejupielādēt"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignorēt versiju"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Ir iznākusi jauna gedit versija"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Jūs varat lejupielādēt jauno gedit versiju, nospiežot lejupielādes pogu, "
+#~ "vai varat ignorēt to versiju un gaidīt jaunu"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Versija, ko ignorēt"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Versija, ko ignorēt līdz jaunākas versijas izlaišanai."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Rādīt pārskata karti"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Vai gedit dokumentam būtu jārāda pārskata karte."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Rīkjosla ir redzama"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Vai rīkjoslai rediģēšanas logos būtu jābūt redzamai."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Maksimums neseno datņu"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Nosaka maksimālo nesen atvērto datņu skaitu, ko rādīt “Nesenās datnes” "
+#~ "apakšizvēlnē."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Nav izmaiņu, kuras vajadzētu saglabāt"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Vieta “%s” pašlaik nav sasniedzama."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Dators ir nesaistē. Pārbaudiet tīklu."
+
+#~ msgid "No results"
+#~ msgstr "Nav rezultātu"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Citi _dokumenti…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Rādīt _pārskata karti"
+
+#~ msgid "Open"
+#~ msgstr "Atvērt"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Atvērt datņu dialoglodziņu"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Lūdzu, pārbaudiet savu instalāciju."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Nevar atvērt UI datni %s. Kļūda — %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Nevar atrast objektu “%s” datnē %s."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit teksta redaktors"
+
+#~ msgid "_About"
+#~ msgstr "P_ar"
+
+#~ msgid "Tools"
+#~ msgstr "Rīki"
diff --git a/po/mai.po b/po/mai.po
new file mode 100644
index 0000000..2384d4e
--- /dev/null
+++ b/po/mai.po
@@ -0,0 +1,5104 @@
+# translation of gedit.master.mai.po to Hindi
+# BOSS GNU/Linux <bosslinux@cdac.in>, 2008.
+# Rajesh Ranjan <rranjan@redhat.com>, 2009.
+# Rajesh Ranjan <rajesh672@gmail.com>, 2009.
+# translation to gedit to Maithili
+# Copyright (C) 2006 The GNOME Foundation
+# This file is distributed under the same license as the PACKAGE package.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master.mai\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=general\n"
+"POT-Creation-Date: 2009-09-03 22:29+0000\n"
+"PO-Revision-Date: 2009-09-20 09:32+0530\n"
+"Last-Translator: Rajesh Ranjan <rajesh672@gmail.com>\n"
+"Language-Team: Hindi <hindi.sf.net>\n"
+"Language: mai\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "पाठ फाइलकेँ संपादित करू"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:759
+msgid "Text Editor"
+msgstr "पाठ संपादक"
+
+#: ../data/gedit.desktop.in.in.h:4
+#| msgid "Text Editor"
+msgid "gedit Text Editor"
+msgstr "जीएडिट पाठ संपादक"
+
+#: ../data/gedit.schemas.in.in.h:1
+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/gedit.schemas.in.in.h:2
+msgid "Active plugins"
+msgstr "प्लगिन सक्रिय"
+
+#: ../data/gedit.schemas.in.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "स्वचालित पता लगाओल गेल एनकोडिंग"
+
+#: ../data/gedit.schemas.in.in.h:4
+msgid "Auto Save"
+msgstr "स्वचालित सहेजू"
+
+#: ../data/gedit.schemas.in.in.h:5
+msgid "Auto Save Interval"
+msgstr "स्वचालित सहेजब क' अंतराल"
+
+#: ../data/gedit.schemas.in.in.h:6
+msgid "Auto indent"
+msgstr "स्वचालित हाशिया"
+
+#: ../data/gedit.schemas.in.in.h:7
+msgid "Backup Copy Extension"
+msgstr "बैकअप कापी विस्तार"
+
+#: ../data/gedit.schemas.in.in.h:8
+msgid "Body Font for Printing"
+msgstr "छपाइ लेल बाडी फाँट"
+
+#: ../data/gedit.schemas.in.in.h:9
+msgid "Bottom Panel is Visible"
+msgstr "निचुलका-पट्टी दृश्य अछि"
+
+#: ../data/gedit.schemas.in.in.h:10
+msgid "Create Backup Copies"
+msgstr "बैकअप कापी बनाबू"
+
+#: ../data/gedit.schemas.in.in.h:11
+msgid "Display Line Numbers"
+msgstr "पंक्ति सँख्या प्रदर्शित करू"
+
+#: ../data/gedit.schemas.in.in.h:12
+msgid "Display Right Margin"
+msgstr "दहिन्ना मार्जिन देखाबू"
+
+#: ../data/gedit.schemas.in.in.h:13
+msgid "Editor Font"
+msgstr "संपादक फाँट"
+
+#: ../data/gedit.schemas.in.in.h:14
+msgid "Enable Search Highlighting"
+msgstr "खोज हाइलाइटिंग सक्रिय करू"
+
+#: ../data/gedit.schemas.in.in.h:15
+msgid "Enable Syntax Highlighting"
+msgstr "वाक्य रचना हाइलाइटिंग अक्षम करू"
+
+#: ../data/gedit.schemas.in.in.h:16
+msgid "Encodings shown in menu"
+msgstr "मेनूमे देखाओल गेल एनकोडिंग्स"
+
+#: ../data/gedit.schemas.in.in.h:17
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"बैकअप फाइल नाम क'लेल विस्तार अथवा प्रत्यय. ई सिर्फ तखन प्रभावी हएताह जँ \"बैकअप कापी "
+"बनाओल\" विकल्प बन्न कए देल जाएत अछि."
+
+#: ../data/gedit.schemas.in.in.h:18
+msgid "Header Font for Printing"
+msgstr "छपाइ लेल हेडर फाँट"
+
+#: ../data/gedit.schemas.in.in.h:19
+msgid "Highlight Current Line"
+msgstr "मोजुदा पंक्तिकेँ उभारू"
+
+#: ../data/gedit.schemas.in.in.h:20
+msgid "Highlight Matching Bracket"
+msgstr "मैचिंग कोष्ठक हाइलाइट करू"
+
+#: ../data/gedit.schemas.in.in.h:21
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"जँ ई मान 0 अछि तँ कोनो पंक्ति सँख्या दस्ताबेज क' छपाइक दौरान नहि प्रविष्ट कएल जएताह. "
+"नहि तँ, जीएडिट सभ पंक्ति सँख्या क'लेल पंक्ति सँख्या मुद्रित करताह."
+
+#: ../data/gedit.schemas.in.in.h:22
+msgid "Insert spaces"
+msgstr "रिक्त स्थान प्रविष्ट करू"
+
+#: ../data/gedit.schemas.in.in.h:23
+msgid "Line Number Font for Printing"
+msgstr "छपाइ लेल पंक्ति सँख्या फाँट"
+
+#: ../data/gedit.schemas.in.in.h:24
+msgid "Line Wrapping Mode"
+msgstr "पंक्ति व्रेपिंग मोड"
+
+#: ../data/gedit.schemas.in.in.h:25
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+"VFS योजना क' सूची gedit लेखन मोडमे समर्थन करैत अछि 'file' योजना मूलभूत रूप सँ लिखब "
+"योग्य अछि."
+
+#: ../data/gedit.schemas.in.in.h:26
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"सक्रिय प्लगिन क' सूची. एहिमे सक्रिय प्लगिन क' \"स्थान\" समाहित अछि .gedit-plugin "
+"फाइल देल गेल प्लगिन क' \"स्थान\"केँ पाबै क'लेल देखू."
+
+#: ../data/gedit.schemas.in.in.h:27
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+"संप्रतीक कोडिंग मेनूमे देखाओल गेल एनकोडिंग क' सूची खोलू/सहेजू फाइल चयनककेँ. सिर्फ जानल गेल "
+"एनकोडिंग प्रयुक्त भेल."
+
+#: ../data/gedit.schemas.in.in.h:28
+msgid "Max Number of Undo Actions"
+msgstr "वापस करू क्रिया क' अधिकतम सँख्या"
+
+#: ../data/gedit.schemas.in.in.h:29
+msgid "Maximum Recent Files"
+msgstr "हालमे प्रयुक्त फाइल क' अधिकतम सँख्या"
+
+#: ../data/gedit.schemas.in.in.h:30
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+"जी-एडिट द्वारा पूर्ववत करब अथवा दोहराबै क' क्रिया क' अधिकतम सँख्या . \"-1\" क' "
+"क्रिया क' असीमित सँख्या क'लेल प्रयोग करू."
+
+#: ../data/gedit.schemas.in.in.h:31
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"जी-एडिट द्वारा पूर्ववत करब अथवा दोहराबै क' क्रिया क' अधिकतम सँख्या. \"-1\" क' क्रिया "
+"क' असीमित सँख्या क'लेल प्रयोग करू. 2.12.0 सँ पदावनत"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.in.h:34
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:37
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#: ../data/gedit.schemas.in.in.h:38
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"मिनटसभक सँख्या जकरा बाद जीएडिट रूपांतरित फाइलकेँ स्वतः सहेजताह. ई प्रभावी हएताह जखन "
+"\"स्वतः सहेजू\" विकल्प चालू अछि."
+
+#: ../data/gedit.schemas.in.in.h:39
+msgid "Print Header"
+msgstr "हेडर छापू"
+
+#: ../data/gedit.schemas.in.in.h:40
+msgid "Print Line Numbers"
+msgstr "पँक्ति सँख्या छापू"
+
+#: ../data/gedit.schemas.in.in.h:41
+msgid "Print Syntax Highlighting"
+msgstr "वाक्य रचना हाइलाइटिंग छापू"
+
+#: ../data/gedit.schemas.in.in.h:42
+msgid "Printing Line Wrapping Mode"
+msgstr "पंक्ति व्रेप मोडमे मुद्रित कए रहल"
+
+#: ../data/gedit.schemas.in.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr "पछिला कर्सर स्थिति फिनु जमाबू"
+
+#: ../data/gedit.schemas.in.in.h:44
+msgid "Right Margin Position"
+msgstr "दहिन्ना हाशिए क' स्थिति"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:47
+msgid "Sans 11"
+msgstr "सन्स 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:50
+msgid "Sans 8"
+msgstr "सन्स 8"
+
+#: ../data/gedit.schemas.in.in.h:51
+msgid "Side Pane is Visible"
+msgstr "किनार क' पट्टी दृष्टिगोचर अछि"
+
+#: ../data/gedit.schemas.in.in.h:52
+msgid "Smart Home End"
+msgstr "स्मार्ट होम अंत"
+
+#: ../data/gedit.schemas.in.in.h:53
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" represents the current locale encoding. Only recognized "
+"encodings are used."
+msgstr ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" represents the current locale encoding. Only recognized "
+"encodings are used."
+
+#: ../data/gedit.schemas.in.in.h:54
+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 ""
+"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."
+
+#: ../data/gedit.schemas.in.in.h:55
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"निर्दिष्ट करू जे कहिना छपाइ क'लेल नमहर पंक्तिकेँ समाहित कएनाइ अछि \"GTK_WRAP_NONE\" "
+"क' प्रयोग रैपिंग अनुपस्थिति क'लेल करू, \"GTK_WRAP_WORD\" क' प्रयोग शब्द सीमा पर रैपिंग "
+"क' लेल करू, आओर \"GTK_WRAP_CHAR\"केँ निजी संप्रतीक सीमाक रैपिंग क'लेल करू. नोट करू जे "
+"मान स्थितिसभक प्रति संवेदनशील अछि, एहिलेल निश्चित करू जे ओ एतय बताओल तरहेँ देखाय पड़ैत "
+"अछि."
+
+#: ../data/gedit.schemas.in.in.h:56
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"निर्दिष्ट करू जे कहिना संपादन क्षेत्रमे नमहर पंक्तिकेँ रैप कएनाइ अछि \"GTK_WRAP_NONE\" क' "
+"प्रयोग रैपिंग अनुपस्थिति क'लेल करू, \"GTK_WRAP_WORD\" क' प्रयोग शब्द सीमा पर रैपिंग "
+"क'लेल करू, आओर \"GTK_WRAP_CHAR\"केँ निजी संप्रतीक सीमा क' रैपिंग क'लेल करू. नोट करू जे "
+"मान स्थितिसभ क' प्रति संवेदनशील अछि, एहिलेल निश्चित करू जे ओ एतय बताओल तरहेँ देखाय पड़ैत "
+"अछि."
+
+#: ../data/gedit.schemas.in.in.h:57
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr "जखन दस्ताबेज़ मुद्रित कएल जाएत अछि तँ दस्ताबेज़ क' मुख्य भाग लेल फाँट निर्दिष्ट करैत अछि."
+
+#: ../data/gedit.schemas.in.in.h:58
+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/gedit.schemas.in.in.h:59
+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/gedit.schemas.in.in.h:60
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr "हालमे खोलल गेल फाइलक अधिकतम सँख्या बताउ जे \"नवीन फाइल\" उपमेनूमे देखाओल जएताह."
+
+#: ../data/gedit.schemas.in.in.h:61
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "निर्दिष्ट करैत अछि जे टैब अक्षर क' बदलामे खाली जगहक कतेक सँख्या प्रदर्शित कएल जाए."
+
+#: ../data/gedit.schemas.in.in.h:62
+msgid "Specifies the position of the right margin."
+msgstr "दायाँ हाशिए क' स्थिति उल्लेखित करैत अछि"
+
+#: ../data/gedit.schemas.in.in.h:63
+msgid "Status Bar is Visible"
+msgstr "स्थिति-पट्टी दृष्टिगोचर अछि"
+
+#: ../data/gedit.schemas.in.in.h:64
+msgid "Style Scheme"
+msgstr "शैली योजना"
+
+#: ../data/gedit.schemas.in.in.h:65
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"टूलबार बटन क'लेल शैली. सिस्टमक मूलभूत शैलीकेँ प्रयोग करब क'लेल संभावित मान "
+"\"GEDIT_TOOLBAR_SYSTEM\" अछि सिर्फ प्रतीक देखाबै क'लेल \"GEDIT_TOOLBAR_ICONS\", "
+"प्रतीक आ पाठ दुनू क'लेल \"GEDIT_TOOLBAR_ICONS_AND_TEXT\", आओर प्रतीक क'बगलमे "
+"वरीयता बला पाठ क'लेल \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\". नोट करू जे मान स्थितिसभ "
+"क' प्रति संवेदनशील अछि, एहिलेल निश्चित करू जे ओ एतय बताओल गेला जकाँ देखाय पड़ैत अछि."
+
+#: ../data/gedit.schemas.in.in.h:66
+msgid "Tab Size"
+msgstr "टैब आकार"
+
+#: ../data/gedit.schemas.in.in.h:67
+msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgstr "पाठ रंगमे प्रयुक्त GtkSourceView शैली योजनाक id"
+
+#: ../data/gedit.schemas.in.in.h:68
+msgid "Toolbar Buttons Style"
+msgstr "अओजार-पट्टी बटन शैली"
+
+#: ../data/gedit.schemas.in.in.h:69
+msgid "Toolbar is Visible"
+msgstr "अओजार-पट्टी दृष्टिगोचर अछि"
+
+#: ../data/gedit.schemas.in.in.h:70
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "पूर्ववत क्रिया सीमा (पदावनत)"
+
+#: ../data/gedit.schemas.in.in.h:71
+msgid "Use Default Font"
+msgstr "डिफ़ॉल्ट फाँट उपयोग करू"
+
+#: ../data/gedit.schemas.in.in.h:72
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"क' जीएडिटकेँ रूपांतरित फाइलकेँ किछु समयांतराल पर स्वतः सहेजना अछि अहाँ समयांतरालकेँ \"स्वतः "
+"अंतराल सहेजू\" विकल्पसँ सेट कए सकैत छी."
+
+#: ../data/gedit.schemas.in.in.h:73
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"क' जीएडिटकेँ एकरा द्वारा सहेजल जाए बला फाइल क' बैकअप कापी रखनाइ अछि अहाँ बैकअप फाइल "
+"विस्तारकेँ \"बैकअप कापी विस्तार\" विकल्पसँ सेट कए सकैत छी."
+
+#: ../data/gedit.schemas.in.in.h:74
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "क' जी-एडिट संपादन क्षेत्रमे पंक्ति सँख्या प्रदर्शित करै."
+
+#: ../data/gedit.schemas.in.in.h:75
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "क' जी-एडिट संपादन क्षेत्रमे दहिन्ना हाशिया प्रदर्शित करै."
+
+#: ../data/gedit.schemas.in.in.h:76
+msgid "Whether gedit should enable auto indentation."
+msgstr "क' जी-एडिट स्वचालित हाशिया छोड़नाइ सक्षम करै."
+
+#: ../data/gedit.schemas.in.in.h:77
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "क' जी-एडिट वाक्य रचना हाइलाइटिंग सक्षम करै."
+
+#: ../data/gedit.schemas.in.in.h:78
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "क' जीएडिटकेँ खोजल पाठ क' सभ आवृति उभारनाइ चाही."
+
+#: ../data/gedit.schemas.in.in.h:79
+msgid "Whether gedit should highlight matching bracket."
+msgstr "क' जी-एडिट वाक्य रचना मैचिंग कोष्ठककेँ हाइलाइटिंग सक्षम करताह."
+
+#: ../data/gedit.schemas.in.in.h:80
+msgid "Whether gedit should highlight the current line."
+msgstr "क' जीएडिट मोजुदा पंक्तिकेँ उभारना चाही."
+
+#: ../data/gedit.schemas.in.in.h:81
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "जखन दस्ताबेज़ मुद्रित कएल जाए तँ क' जी-एडिट दस्ताबेज़ हेडरओ मुद्रित करै."
+
+#: ../data/gedit.schemas.in.in.h:82
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "क' जी-एडिट टैब्स क' बजाए खाली स्थान प्रविष्ट करै."
+
+#: ../data/gedit.schemas.in.in.h:83
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "जखन दस्ताबेज़ मुद्रित कएल जाए तँ क' जी-एडिट वाक्य रचना हाइलाइटिंगओ मुद्रित करै."
+
+#: ../data/gedit.schemas.in.in.h:84
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "क' geditकेँ पछिला कर्सर स्थिति फिनु बनओनाइ चाही जखन एकटा फाइल लोड कएल जाएत अछि."
+
+#: ../data/gedit.schemas.in.in.h:85
+msgid "Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr "क' संपादन विंडो क' तलक तलवर्ती पट्टीकेँ देखाय देनाइ चाही."
+
+#: ../data/gedit.schemas.in.in.h:86
+msgid "Whether the side pane at the left of the editing window should be visible."
+msgstr "क' संपादन विंडो क' बामाँ क' किनारक पट्टीकेँ देखाय देनाइ चाही."
+
+#: ../data/gedit.schemas.in.in.h:87
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "क' संपादन विंडोज़ क' तल पर स्थिति-पट्टी देखाइ देनाइ चाही."
+
+#: ../data/gedit.schemas.in.in.h:88
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "क' संपादन विंडोज़मे अओजार-पट्टी देखाय देनाइ चाही."
+
+#: ../data/gedit.schemas.in.in.h:89
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+
+#: ../data/gedit.schemas.in.in.h:90
+msgid "Writable VFS schemes"
+msgstr "लिखब योग्य VFS योजना"
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.in.h:93
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.in.h:105
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "बिनु सहेजने लॉगआउट करू (_w)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "लॉगआउट रद्द करू (_C)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "बिनु सहेजने बन्न करू (_w)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:212
+msgid "Question"
+msgstr "प्रश्न"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:412
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"जँ अहाँ सहेजैत नहि छी तँ अंतिम %ld सकेंडमे अहाँक द्वारा कएल गेल बदलाव स्थायी रूपसँ मेटाए "
+"जएताह."
+msgstr[1] ""
+"जँ अहाँ सहेजैत नहि छी तँ अंतिम %ld सकेंडमे अहाँक द्वारा कएल गेल बदलाव स्थायी रूपसँ मेटाए "
+"जएताह."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:421
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "जँ अहाँ सहेजैत नहि छी तँ अहाँक द्वारा अंतिम मिनटमे कएल गेल बदलाव स्थायी रूप सँ मेटाए जएताह."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:427
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"जँ अहाँ सहेजैत नहि छी तँ अंतिम मिनट आओर %ld सकेंडमे अहाँक द्वारा कएल गेल बदलाव स्थायी रूप "
+"सँ मेटाए जएताह."
+msgstr[1] ""
+"जँ अहाँ सहेजैत नहि छी तँ अंतिम मिनट आओर %ld सकेंडमे अहाँक द्वारा कएल गेल बदलाव स्थायी रूप "
+"सँ मेटाए जएताह."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:437
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"जँ अहाँ सहेजैत नहि छी तँ अहाँक द्वारा अंतिम %ld मिनटमे कएल गेल बदलाव स्थायी रूप सँ मेटाए "
+"जएताह."
+msgstr[1] ""
+"जँ अहाँ सहेजैत नहि छी तँ अहाँक द्वारा अंतिम %ld मिनटमे कएल गेल बदलाव स्थायी रूप सँ मेटाए "
+"जएताह."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:452
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "जँ अहाँ सहेजैत नहि छी तँ अंतिम घंटामे अहाँक द्वारा कएल गेल बदलाव स्थायी रूप सँ मेटाए जएताह."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:458
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"जँ अहाँ सहेजैत नहि छी तँ अंतिम घंटा आ %d मिनटमे अहाँक द्वारा कएल गेल बदलाव स्थायी रूप सँ "
+"मेटाए जएताह."
+msgstr[1] ""
+"जँ अहाँ सहेजैत नहि छी तँ अंतिम घंटा आ %d मिनटमे अहाँक द्वारा कएल गेल बदलाव स्थायी रूप सँ "
+"मेटाए जएताह."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:473
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "जँ अहाँ सहेजैत नहि छी तँ अंतिम %d घंटामे कएल गेल बदलाव स्थायी रूप सँ मेटाए जएताह."
+msgstr[1] "जँ अहाँ सहेजैत नहि छी तँ अंतिम %d घंटामे कएल गेल बदलाव स्थायी रूप सँ मेटाए जएताह."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:516
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "\"%s\"मे कएल बदलाव स्थायी रूप सँ मेटाए जएताह."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:521
+#, c-format
+#| msgid "Save the changes to document \"%s\" before closing?"
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "\"%s\" दस्तावेज बन्द करबासँ पहिने परिवर्तन सहेजू?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:535
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:746
+msgid "Saving has been disabled by the system administrator."
+msgstr "सिस्टम प्रशासक क' द्वारा सहेजल गेलकेँ निष्क्रिय कएल गेल ."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:701
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "दस्ताबेज़मे %dमे कएल गेल बदलाव स्थायी रूप सँ मेटाए जएताह."
+msgstr[1] "दस्ताबेज़मे %dमे कएल गेल बदलाव स्थायी रूप सँ मेटाए जएताह."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:707
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "%d दस्ताबेज बिनु सहेजल गेल बदलाव क' सँग अछि बन्न करब क' पहिले बदलाव सहेजू?"
+msgstr[1] "%d दस्ताबेज बिनु सहेजल गेल बदलाव क' सँग अछि बन्न करब क' पहिले बदलाव सहेजू?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:725
+msgid "Docum_ents with unsaved changes:"
+msgstr "बिनु सहेजल बदलाव क' सँग दस्ताबेज (_e):"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:727
+msgid "S_elect the documents you want to save:"
+msgstr "दस्ताबेज़ चुनू जकरा अहाँ सहेजनाइ चाहैत अछि: (_e)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:748
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "जँ अहाँ सहेजैत नहि छी तँ अहाँक द्वारा कएल गेल बदलाव स्थायी रूप सँ मेटाए जएताह."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:321
+msgid "Character Codings"
+msgstr "संप्रतीक कोडिंग्स"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:384
+#: ../gedit/dialogs/gedit-encodings-dialog.c:445
+msgid "_Description"
+msgstr "वर्णन (_D)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:393
+#: ../gedit/dialogs/gedit-encodings-dialog.c:454
+msgid "_Encoding"
+msgstr "एनकोडिंग (_E)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr "उपलब्ध एनकोडिंग्स(_v):"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character codings"
+msgstr "कैरेक्टर कोडिंग्स"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "मेनूमे देखाओल गए एनकोडिंग्स (_E):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:571
+msgid "Push this button to select the font to be used by the editor"
+msgstr "एडिटर द्वारा उपयोग लेल फाँट चुनबाक लेल ई बटन दाबू"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:581
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "तंत्रक स्थिर चओड़ाइ फान्ट (%s) प्रयोग करू (_U)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:784
+msgid "The selected color scheme cannot be installed."
+msgstr "चुनल रंग योजना संस्थापित नहि कएल जाए सकैत अछि."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:809
+msgid "Add Scheme"
+msgstr "योजना जोड़ू"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:816
+msgid "A_dd Scheme"
+msgstr "योजना जोड़ू (_d)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:824
+msgid "Color Scheme Files"
+msgstr "रंग योजना फाइल"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:831
+#: ../gedit/gedit-file-chooser-dialog.c:51
+msgid "All Files"
+msgstr "सबहि फाइलसभ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:876
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "रंग योजना \"%s\" केँ हटाए नहि सकल."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1087
+msgid "gedit Preferences"
+msgstr "gedit वरीयतासभ "
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>स्वचालित हाशिया छोड़ू</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>कोष्ठक मैचिंग</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b> मोजुदा पंक्ति</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "<b>File Saving</b>"
+msgstr "<b>फाइल सहेजि रहल...</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "<b>Font</b>"
+msgstr "<b>फाँट</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>पंक्ति सँख्या </b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+msgid "<b>Right Margin</b>"
+msgstr "<b>दहिन्ना हाशिया</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "<b>Tab Stops</b>"
+msgstr "<b>टैब्स स्टॉप</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>पाठ व्रेपिंग</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+msgid "<span weight=\"bold\">Color Scheme</span>"
+msgstr "<span weight=\"bold\">रंग योजना</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "Create a _backup copy of files before saving"
+msgstr "सहेजए सँ पूर्व फाइल क' बैकअप प्रति बनाबू (_b)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Display right _margin"
+msgstr "दहिन्ना मार्जिन देखाबू (_m)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Do not _split words over two lines"
+msgstr "शब्दसभकेँ दुइ पंक्तिमे तोड़ू नहि (_s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Editor"
+msgstr "संपादक"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Editor _font: "
+msgstr "संपादक फाँट (_f):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Enable text _wrapping"
+msgstr "पाठ व्रेप सक्षम करू (_w)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+msgid "Font & Colors"
+msgstr "फाँट आओर रँग"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Highlight current _line"
+msgstr "मोजुदा पंक्ति आलोकित करू (_l)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "Highlight matching _bracket"
+msgstr "मैचिंग कोष्ठककेँ उभारू (_b)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Insert _spaces instead of tabs"
+msgstr "टैब क' बदला खाली स्थान प्रविष्ट करू (_s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "संपादक फाँट चुनू"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Plugins"
+msgstr "प्लगइन्स"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+msgid "Preferences"
+msgstr "वरीयतासभ "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "दृश्य"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr "जोड़ू (_A)..."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr "फाइल स्वचालित सहेजू प्रत्येक (_A)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+#: ../gedit/gedit-view.c:1995
+msgid "_Display line numbers"
+msgstr "पँक्ति सँख्या प्रदर्शित करू(_D)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr "स्वचालित हाशिया सक्षम करू (_E)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr "स्तम्भ पर दहिन्ना हाशिया:(_R)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr "टैब चओड़ाइ (_T): "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr "मिनट (_m)"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:300
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2 ../gedit/gedit-window.c:1457
+msgid "Replace"
+msgstr "बदलू"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:311 ../gedit/gedit-window.c:1455
+msgid "Find"
+msgstr "खोजू"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:414
+msgid "Replace _All"
+msgstr "सबहि बदलू (_A)"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:415
+#: ../gedit/gedit-commands-file.c:582
+msgid "_Replace"
+msgstr "बदलू (_R)"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr "केवल पूर्ण शब्द जोड़ मिलाबू (_e)"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr "सबहि बदलू"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "सँ बदलू (_w):"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr "पाछाँ सँ खोजू (_b)"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr "अक्षर मिलाबू (_M)"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "खोजू (_S):"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "चारोकात व्रेप करू (_W)"
+
+#: ../gedit/gedit.c:117
+#| msgid "Configure the application"
+msgid "Show the application's version"
+msgstr "अनुप्रयोग संस्करण देखाउ"
+
+#: ../gedit/gedit.c:120
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "कमांड लाइन पर फाइल खोलब क'लेल प्रयुक्त संप्रतीक एनकोडिंग सेट करू"
+
+#: ../gedit/gedit.c:120
+msgid "ENCODING"
+msgstr "एन्कोडिंग"
+
+#: ../gedit/gedit.c:123
+msgid "Display list of possible values for the encoding option"
+msgstr "एन्कोडिंग विकल्पक लेल संभावित मानक सूची देखाउ"
+
+#: ../gedit/gedit.c:126
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "जी-एडिट क' वर्तमान इंस्टैंसमे एकटा नवीन टॉपलेवल विंडो बनाबू "
+
+#: ../gedit/gedit.c:129
+msgid "Create a new document in an existing instance of gedit"
+msgstr "वर्तमान इंस्टैंस क' जी-एडिटमे एकटा नवीन दस्ताबेज़ बनाबू "
+
+#: ../gedit/gedit.c:132
+msgid "[FILE...]"
+msgstr "[फाइल...]"
+
+#: ../gedit/gedit.c:187
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: अवैध एनकोडिंग.\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:569
+msgid "- Edit text files"
+msgstr "- पाठ फाइल संपादित करू"
+
+#: ../gedit/gedit.c:605
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"'%s --help' केँ उपलब्ध कमांड लाइन विकल्पक पूरे सूची देखाबैक लेल चलाउ.\n"
+
+#: ../gedit/gedit-commands-file.c:255
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' फाइल लोड कए रहल अछि…"
+
+#: ../gedit/gedit-commands-file.c:264
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d फाइल लोड कए रहल अछि..."
+msgstr[1] "%d फाइल लोड कए रहल अछि..."
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:458
+msgid "Open Files"
+msgstr "फाइलसभ खोलू"
+
+#: ../gedit/gedit-commands-file.c:569
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "फाइल \"%s\" सिर्फ-पढ़बा-योग्य अछि."
+
+#: ../gedit/gedit-commands-file.c:574
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "की अहाँ एकरा सहेजल जाएबला फाइल सँ एकरा बदलनाइ चाहैत छी ?"
+
+#: ../gedit/gedit-commands-file.c:641 ../gedit/gedit-commands-file.c:858
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s' फाइल सहेजि रहल अछि…"
+
+#: ../gedit/gedit-commands-file.c:748
+msgid "Save As…"
+msgstr "एहि रूपमे सहेजू..."
+
+#: ../gedit/gedit-commands-file.c:1072
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "'%s' दस्ताबेज वापस कए रहल अछि…"
+
+#: ../gedit/gedit-commands-file.c:1117
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "दस्ताबेजमे \"%s\" बिनु सहेजल बदलाव वापस करू?"
+
+#: ../gedit/gedit-commands-file.c:1126
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "दस्ताबेज़मे अंतिम %ld सकेंडमे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+msgstr[1] "दस्ताबेज़मे अंतिम %ld सकेंडमे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+
+#: ../gedit/gedit-commands-file.c:1135
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "दस्ताबेज़मे अंतिम मिनटमे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+
+#: ../gedit/gedit-commands-file.c:1141
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "दस्ताबेज़मे अंतिम मिनट आ %ld सकेंडमे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+msgstr[1] "दस्ताबेज़मे अंतिम मिनट आ %ld सकेंडमे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+
+#: ../gedit/gedit-commands-file.c:1151
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "दस्ताबेज़मे अंतिम मिनट %ld मे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+msgstr[1] "दस्ताबेज़मे अंतिम मिनट %ld मे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+
+#: ../gedit/gedit-commands-file.c:1166
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "दस्ताबेज़मे अंतिम घंटामे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+
+#: ../gedit/gedit-commands-file.c:1172
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "दस्ताबेज़मे अंतिम घंटा आ %d मिनटमे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+msgstr[1] "दस्ताबेज़मे अंतिम घंटा आ %d मिनटमे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+
+#: ../gedit/gedit-commands-file.c:1187
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "दस्ताबेज़मे अंतिम घंटा %d मे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+msgstr[1] "दस्ताबेज़मे अंतिम घंटा %d मे कएल गेल बदलाव हरदम क' लेल मेटाए जएताह."
+
+#: ../gedit/gedit-commands-file.c:1213
+msgid "_Revert"
+msgstr "पुरान स्थितिमे घुराबू (_R)"
+
+#: ../gedit/gedit-commands-help.c:81
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "गनोम लेल जी-एडिट एकटा छोट आओर हलुक पाठ संपादक अछि"
+
+#: ../gedit/gedit-commands-help.c:106
+msgid "translator-credits"
+msgstr "संगीता कुमारी (sangeeta09@gmail.com)"
+
+#: ../gedit/gedit-commands-search.c:114
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d आवृतिकेँ पाओलक आ विस्थापित कएलक."
+msgstr[1] "%d आवृतिकेँ पाओलक आ विस्थापित कएलक."
+
+#: ../gedit/gedit-commands-search.c:124
+msgid "Found and replaced one occurrence"
+msgstr "एकटा आवृतिकेँ पाओलक आ विस्थापित कएलक."
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:145
+#, c-format
+#| msgid "Phrase not found"
+msgid "\"%s\" not found"
+msgstr "\"%s\" नहि भेटल"
+
+#: ../gedit/gedit-document.c:889 ../gedit/gedit-document.c:902
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "बिनु सहेजल दस्ताबेज़ %d"
+
+#: ../gedit/gedit-documents-panel.c:89 ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:2191 ../gedit/gedit-window.c:2196
+msgid "Read Only"
+msgstr "सिर्फ पढ़बा योग्य"
+
+#: ../gedit/gedit-documents-panel.c:771 ../gedit/gedit-window.c:3556
+msgid "Documents"
+msgstr "दस्ताबेजसभ"
+
+#: ../gedit/gedit-encodings.c:140 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "यूनिकोड"
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:231 ../gedit/gedit-encodings.c:274
+msgid "Western"
+msgstr "पश्चिमी"
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:270
+msgid "Central European"
+msgstr "मध्य यूरोपीय"
+
+#: ../gedit/gedit-encodings.c:157
+msgid "South European"
+msgstr "दक्षिण यूरोपीय"
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:284
+msgid "Baltic"
+msgstr "बाल्टिक"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:254 ../gedit/gedit-encodings.c:272
+msgid "Cyrillic"
+msgstr "साइरिलिक"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:241
+#: ../gedit/gedit-encodings.c:282
+msgid "Arabic"
+msgstr "अरबी"
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:276
+msgid "Greek"
+msgstr "युनानी"
+
+#: ../gedit/gedit-encodings.c:167
+msgid "Hebrew Visual"
+msgstr "हिब्रू दृश्य"
+
+#: ../gedit/gedit-encodings.c:169 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Hebrew"
+msgstr "हिब्रू"
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Turkish"
+msgstr "तुर्की"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "नोर्डिक"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "सेल्टिक"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "रोमेनियाइ"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "आर्मेनियाइ"
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "चीनी पारम्परिक"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "साइरिलिक/रूसी"
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:259
+msgid "Japanese"
+msgstr "जापानी"
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250 ../gedit/gedit-encodings.c:265
+msgid "Korean"
+msgstr "कोरियाइ"
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224 ../gedit/gedit-encodings.c:228
+msgid "Chinese Simplified"
+msgstr "चीनी (सरल)"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "ज्यॉर्जियाइ"
+
+#: ../gedit/gedit-encodings.c:256
+msgid "Cyrillic/Ukrainian"
+msgstr "साइरिलिक/यूक्रेनी"
+
+#: ../gedit/gedit-encodings.c:261 ../gedit/gedit-encodings.c:267
+#: ../gedit/gedit-encodings.c:286
+msgid "Vietnamese"
+msgstr "विएतनामी"
+
+#: ../gedit/gedit-encodings.c:263
+msgid "Thai"
+msgstr "थाइ"
+
+#: ../gedit/gedit-encodings.c:437
+msgid "Unknown"
+msgstr "अज्ञात"
+
+#: ../gedit/gedit-encodings-option-menu.c:220
+msgid "Auto Detected"
+msgstr "स्वचालित पता कएलक"
+
+#: ../gedit/gedit-encodings-option-menu.c:240
+#: ../gedit/gedit-encodings-option-menu.c:262
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "वर्तमान लोकेल (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:323
+msgid "Add or _Remove..."
+msgstr "जोड़ू अथवा मेटाबू (_R)..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Text Files"
+msgstr "सबहि पाठ फाइलसभ"
+
+#: ../gedit/gedit-file-chooser-dialog.c:78
+msgid "C_haracter Coding:"
+msgstr "संप्रतीक कोडिंग (_h):"
+
+#: ../gedit/gedit-help.c:89
+msgid "There was an error displaying help."
+msgstr "मद्दति देखाबैमे कोनो त्रुटि भेल."
+
+#: ../gedit/gedit-io-error-message-area.c:213
+#, c-format
+msgid "Could not find the file %s."
+msgstr "%s फाइल नहि पाबि सकल."
+
+#: ../gedit/gedit-io-error-message-area.c:215
+#: ../gedit/gedit-io-error-message-area.c:254
+#: ../gedit/gedit-io-error-message-area.c:261
+msgid "Please check that you typed the location correctly and try again."
+msgstr "कृप्या जाँचू जे अहाँ अवस्थितिकेँ ठीक सँ टंकित केने अछि आओर फिनु कोशिश करू."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:230
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit %s स्थान नियंत्रित नहि कए सकैत अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:236
+msgid "gedit cannot handle this location."
+msgstr "जीएडिट एहि अवस्थितिकेँ नियंत्रित नहि कए सकैत अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:244
+msgid "The location of the file cannot be mounted."
+msgstr "ई फाइलक स्थान आरोहित नहि कएल जाए सकैत अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:248
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr "ई फाइलक स्थानक पहुँच नहि लेल जाए सकैत अछि किएक ई आरोहित अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:252
+#, c-format
+msgid "%s is a directory."
+msgstr "%s एकटा निर्देशिका अछि"
+
+#: ../gedit/gedit-io-error-message-area.c:259
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s एकटा मान्य स्थान नहि अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:289
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"होस्ट %sकेँ पाओल नहि जाए सकल. कृप्या जाँचू जे अहाँक प्रॉक्सी सेटिंग सही अछि आओर फिनु कोशिश "
+"करू."
+
+#: ../gedit/gedit-io-error-message-area.c:302
+#, c-format
+msgid ""
+"Host name was invalid. Please check that you typed the location correctly "
+"and try again."
+msgstr "होस्टनाम अमान्य छल. कृप्या जाँचू जे अहाँ सही स्थान टाइप केने अछि आओर पुनः प्रयास करू."
+
+#: ../gedit/gedit-io-error-message-area.c:310
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s एकटा नियमित फाइल नहि अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:315
+msgid "Connection timed out. Please try again."
+msgstr "कनेक्शन समय समाप्ति. फिनु कोशिश करू."
+
+#: ../gedit/gedit-io-error-message-area.c:338
+msgid "The file is too big."
+msgstr "ई बहुत बड़ फाइल अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:379
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "अप्रत्याशित त्रुटि: %s"
+
+#: ../gedit/gedit-io-error-message-area.c:415
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+
+#: ../gedit/gedit-io-error-message-area.c:419
+msgid "You do not have the permissions necessary to open the file."
+msgstr "फाइल खोलब क'लेल अहाँक पास आवश्यक अनुमति नहि अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:427
+#: ../gedit/gedit-io-error-message-area.c:669
+#, c-format
+msgid "Could not open the file %s."
+msgstr "फाइल %s खोलि नहि सकल"
+
+#: ../gedit/gedit-io-error-message-area.c:437
+#: ../gedit/gedit-io-error-message-area.c:442
+#: ../gedit/gedit-io-error-message-area.c:563
+#: ../gedit/gedit-io-error-message-area.c:572
+msgid "_Retry"
+msgstr "पुनः कोशिश करू (_R)"
+
+#: ../gedit/gedit-io-error-message-area.c:486
+#| msgid "gedit cannot find it. Perhaps it has recently been deleted."
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "जीएडिट ई फाइल पाबि नहि सकैत अछि. साइत एकरा हाले मे मेटाए देल गेल अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:495
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "फाइल %sकेँ पुरान स्थितिमे नहि आनल जाए सकत."
+
+#: ../gedit/gedit-io-error-message-area.c:519
+msgid "Ch_aracter Coding:"
+msgstr "संप्रतीक कोडिंग (_a):"
+
+#: ../gedit/gedit-io-error-message-area.c:671
+msgid "gedit has not been able to detect the character coding."
+msgstr "gedit संप्रतीक कोडिंग जाँचबमे समर्थ नहि छल."
+
+#: ../gedit/gedit-io-error-message-area.c:673
+#: ../gedit/gedit-io-error-message-area.c:682
+msgid "Please check that you are not trying to open a binary file."
+msgstr "अहाँ जाँचू जे अहाँ द्विपदीय फाइल खोलबाक प्रयास कए रहल अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:674
+msgid "Select a character coding from the menu and try again."
+msgstr "मेनू सँ संप्रतीक कोडिंग चुनू अथवा फिनु कोशिश करू."
+
+#: ../gedit/gedit-io-error-message-area.c:679
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr "फाइल %s खोलल नहि जाए सकल %s संप्रतीक कोडिंग क' प्रयोग सँ."
+
+#: ../gedit/gedit-io-error-message-area.c:683
+#: ../gedit/gedit-io-error-message-area.c:735
+msgid "Select a different character coding from the menu and try again."
+msgstr "मेनू सँ अलग संप्रतीक कोडिंग चुनू आओर फिनु कोशिश करू."
+
+#: ../gedit/gedit-io-error-message-area.c:730
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr "फाइल %s सहेजल नहि जाए सकल %s संप्रतीक कोडिंग क' प्रयोग सँ."
+
+#: ../gedit/gedit-io-error-message-area.c:733
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+msgstr ""
+"एहि दस्ताबेजकेँ एकटा अथवा बेसी संप्रतीक सामिल कएनाइ चाही जे निर्दिष्ट संप्रतीक कोडिंग क' "
+"प्रयोग सँ एनकोड नहि कएल जाए सकैत अछि."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:801
+#: ../gedit/gedit-io-error-message-area.c:811
+#| msgid "_Edit Anyway"
+msgid "Edit Any_way"
+msgstr "कोनो तरह संपादित करू (_w)"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:804
+#: ../gedit/gedit-io-error-message-area.c:816
+#| msgid "_Don't Edit"
+msgid "D_on't Edit"
+msgstr "संपादित नहि करू (_o)"
+
+#: ../gedit/gedit-io-error-message-area.c:834
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "ई फाइल (%s) पहिले सँ आन जीएडिट विंडोमे खुलल अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:849
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"gedit ने गैर संपादन योग्य मोडमे फाइल क' ई नमूना खोललक. की अहाँ एकरा कोनो तरहेँ संपादित "
+"कएनाइ चाहैत छी?"
+
+#: ../gedit/gedit-io-error-message-area.c:908
+#: ../gedit/gedit-io-error-message-area.c:918
+#: ../gedit/gedit-io-error-message-area.c:1018
+#: ../gedit/gedit-io-error-message-area.c:1028
+msgid "S_ave Anyway"
+msgstr "कोनो तरह सहेजू (_a)"
+
+#: ../gedit/gedit-io-error-message-area.c:912
+#: ../gedit/gedit-io-error-message-area.c:922
+#: ../gedit/gedit-io-error-message-area.c:1022
+#: ../gedit/gedit-io-error-message-area.c:1032
+msgid "D_on't Save"
+msgstr "नहि सहेजू (_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:943
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "फाइल %s बदलल जाए चुकल अछि जखनसँ ई पढ़ल गेल अछि."
+
+#: ../gedit/gedit-io-error-message-area.c:959
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "जँ अहाँ एकरा सहेजैत छी तँ सभ बाहरी बदलाव समाप्त भ' जएताह. एकरा कोनो तरह सहेजू?"
+
+#: ../gedit/gedit-io-error-message-area.c:1053
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "%s सहेजबाक दौरान बैकअप फाइल नहि बनाए सकल."
+
+#: ../gedit/gedit-io-error-message-area.c:1056
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "%s सहेजबाक दौरान अस्थायी बैकअप फाइल बनाए नहि सकल."
+
+#: ../gedit/gedit-io-error-message-area.c:1073
+msgid ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"gedit फाइल क' पुरान कापी बैकअप नहि कए सकैत अछि नवीनकेँ सहेजैत हुए. अहाँ एहि चेतावनीकेँ "
+"अनदेखा कए सकैत छी आओर फाइल कोनो तरहेँ सहेजि सकैत अछि, मुदा जँ त्रुटि सहेजबाक दौरान पैदा "
+"हाएत अछि अहाँ फाइल क' पुरान कापी हराए सकैत अछि. कोनो तरहेँ सहेजू?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1133
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit %s स्थान लेखन मोडमे नियंत्रित नहि कए सकैत अछि कृप्या जाँचू जे अहाँ सही स्थान टाइप "
+"केने अछि आओर पुनः प्रयास करू."
+
+#: ../gedit/gedit-io-error-message-area.c:1141
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"जीएडिट लेखन मोडमे एहि स्थानकेँ नियंत्रित नहि कए सकैत अछि कृप्या ई सुनिश्चित करू जे अहाँ "
+"स्थान सही टाइप केने अछि आओर पुनः प्रयास करू"
+
+#: ../gedit/gedit-io-error-message-area.c:1150
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s एकटा मान्य स्थान नहि अछि कृप्या जाँचू जे अहाँ सही स्थान टाइप केने अछि आओर पुनः प्रयास "
+"करू."
+
+#: ../gedit/gedit-io-error-message-area.c:1156
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"फाइल सहेजबाक लेल अहाँक पास आवश्यक अनुमति नहि अछि कृप्या जाँचू जे अहाँ स्थान सही टाइप केने "
+"अछि आओर पुनः प्रयास करू."
+
+#: ../gedit/gedit-io-error-message-area.c:1162
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"डिस्क पर फाइल सहेजबाक लेल पर्याप्त स्थान उपलब्ध नहि अछि कृप्या डिस्क पर किछु स्थान मुक्त "
+"करू आओर पुनः प्रयत्न करू."
+
+#: ../gedit/gedit-io-error-message-area.c:1167
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"अहाँ सिर्फ लिखब योग्य डिस्क पर फाइल सहेजबाक कोशिश केने अछि कृप्या जाँचू जे अहाँ सही स्थान "
+"टाइप केने अछि आओर पुनः प्रयास करू."
+
+#: ../gedit/gedit-io-error-message-area.c:1173
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "समान नाम क' सँग फाइल पहिले सँ मोजुद अछि कृप्या अलग नाम क' प्रयोग करू."
+
+#: ../gedit/gedit-io-error-message-area.c:1178
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"डिस्क जतए अहाँ फाइलकेँ सहेजनाइ चाहैत छी मे फाइल नाम क' नमाइ सीमित अछि कृप्या एकटा छोट "
+"नाम क' प्रयोग करू."
+
+#: ../gedit/gedit-io-error-message-area.c:1185
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+
+#: ../gedit/gedit-io-error-message-area.c:1200
+#, c-format
+msgid "Could not save the file %s."
+msgstr "फाइल %s सहेजल नहि जाए सकल."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1242
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "फाइल %s डिस्क पर बदलल गेल."
+
+#: ../gedit/gedit-io-error-message-area.c:1247
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "की अहाँ अपन परिवर्तन केँ छोड़ब चाहैत छी आओर फाइल फेर लोड करब चाहैत छी?"
+
+#: ../gedit/gedit-io-error-message-area.c:1249
+msgid "Do you want to reload the file?"
+msgstr "की अहाँ फाइल फेर लोड करब चाहैत छी?"
+
+#: ../gedit/gedit-io-error-message-area.c:1255
+#: ../gedit/gedit-io-error-message-area.c:1266
+msgid "_Reload"
+msgstr "पुनः लोड करू (_R)"
+
+#. bad bad luck...
+#: ../gedit/gedit-local-document-saver.c:375
+msgid "Could not obtain backup filename"
+msgstr "फाइलनाम क' बैकअप प्रति नहि बनाओल जाए सकल."
+
+#: ../gedit/gedit-notebook.c:903
+msgid "Close document"
+msgstr "दस्ताबेज़ बन्न करू"
+
+#: ../gedit/gedit-panel.c:355 ../gedit/gedit-panel.c:563
+msgid "Empty"
+msgstr "खाली"
+
+#: ../gedit/gedit-panel.c:508 ../gedit/gedit-panel.c:582
+msgid "Hide panel"
+msgstr "पैनल नुकाबू"
+
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr "प्लगइन"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr "सक्षम"
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "क' संबंधमे (_A)"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr "कॉन्फ़िगर करू (_o)"
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr "सक्रिय करू (_c)"
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr "सबहि सक्रिय करू (_t)"
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr "सबहि निष्क्रिय करू (_D)"
+
+#: ../gedit/gedit-plugin-manager.c:800
+#| msgid "Active plugins"
+msgid "Active _Plugins:"
+msgstr "सक्रिय प्लगिन (_P):"
+
+#: ../gedit/gedit-plugin-manager.c:825
+msgid "_About Plugin"
+msgstr "प्लगइन क' संबंधमे (_A)"
+
+#: ../gedit/gedit-plugin-manager.c:829
+msgid "C_onfigure Plugin"
+msgstr "प्लगइन कॉन्फ़िगर करू (_o)"
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr "वरीयता प्रबंधक प्रारंभ नहि कए सकत."
+
+#: ../gedit/gedit-prefs-manager.c:1148
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "अपेक्षित '%s' मिलल '%s', कुँजी %s क' लेल"
+
+#: ../gedit/gedit-print-job.c:541
+#, c-format
+msgid "File: %s"
+msgstr "फाइल: %s"
+
+#: ../gedit/gedit-print-job.c:550
+msgid "Page %N of %Q"
+msgstr "%Qमे सँ पृष्ठ %N"
+
+#: ../gedit/gedit-print-job.c:809
+msgid "Preparing..."
+msgstr "तैआर कए रहल अछि..."
+
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "<b>Fonts</b>"
+msgstr "<b>फ़ॉन्ट</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "<b>Page header</b>"
+msgstr "<b>पृष्ठ शीर्षिका</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "<b>Syntax Highlighting</b>"
+msgstr "<b>वाक्य रचना आलोकन</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "He_aders and footers:"
+msgstr "हेडर्स आ फूटर्स: (_a)"
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print line nu_mbers"
+msgstr "पंक्ति क्रमांक छापू (_m)"
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Print page _headers"
+msgstr "पृष्ठ शीर्षिका छापू (_h)"
+
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Print synta_x highlighting"
+msgstr "वाक्य रचना आलोकन छापू (_x)"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr "बाडी (_B):"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr "पंक्ति सँख्यासभ (_L):"
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "_Number every"
+msgstr "सँख्या प्रत्येक (_N)"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Restore Default Fonts"
+msgstr "डिफ़ॉल्ट फाँट पुनर्स्थापित करू (_R)"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "lines"
+msgstr "पँक्तिसभ"
+
+#: ../gedit/gedit-print-preview.c:565
+msgid "Show the previous page"
+msgstr "पछिला पृष्ठ देखाबू"
+
+#: ../gedit/gedit-print-preview.c:577
+msgid "Show the next page"
+msgstr "अगिला पृष्ठ देखाबू"
+
+#: ../gedit/gedit-print-preview.c:593
+msgid "Current page (Alt+P)"
+msgstr "मोजुदा पृष्ठ (Alt+P)"
+
+#: ../gedit/gedit-print-preview.c:615
+msgid "of"
+msgstr "क'"
+
+#: ../gedit/gedit-print-preview.c:623
+msgid "Page total"
+msgstr "कुल पृष्ठ सँख्या "
+
+#: ../gedit/gedit-print-preview.c:624
+msgid "The total number of pages in the document"
+msgstr "दस्ताबेज़मे कुल पृष्ठसभक सँख्या "
+
+#: ../gedit/gedit-print-preview.c:641
+msgid "Show multiple pages"
+msgstr "बहुत सँ पृष्ठ देखू"
+
+#: ../gedit/gedit-print-preview.c:654
+msgid "Zoom 1:1"
+msgstr "ज़ूम 1:1"
+
+#: ../gedit/gedit-print-preview.c:663
+msgid "Zoom to fit the whole page"
+msgstr "सभ पृष्ठमे सटीक बैठाबए क'लेल जूम करू"
+
+#: ../gedit/gedit-print-preview.c:672
+msgid "Zoom the page in"
+msgstr "पेज जूम इन करू"
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom the page out"
+msgstr "पेज जूम आउट करू"
+
+#: ../gedit/gedit-print-preview.c:693
+msgid "_Close Preview"
+msgstr "पूर्वावलोकन बन्न करू (_C)"
+
+#: ../gedit/gedit-print-preview.c:696
+msgid "Close print preview"
+msgstr "छपाइ पूर्वावलोकन बन्न करू"
+
+#: ../gedit/gedit-print-preview.c:766
+#, c-format
+msgid "Page %d of %d"
+msgstr "पृष्ठ %d %d क'"
+
+#: ../gedit/gedit-print-preview.c:950
+msgid "Page Preview"
+msgstr "पृष्ठ पूर्वावलोकन"
+
+#: ../gedit/gedit-print-preview.c:951
+msgid "The preview of a page in the document to be printed"
+msgstr "मुद्रित कएल जाएबला दस्ताबेज़ क' पृष्ठ क' पूर्वावलोकन"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "मेटाकए लिखू"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr "प्रविष्ट"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:332
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr "पं. %d, स्त. %d"
+
+#: ../gedit/gedit-statusbar.c:431
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "त्रुटि क' सँग एकटा टैब अछि."
+msgstr[1] "त्रुटि क' सँग %d टैब अछि."
+
+#: ../gedit/gedit-style-scheme-manager.c:207
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:669
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%sकेँ %s सँ वापस कए रहल अछि"
+
+#: ../gedit/gedit-tab.c:676
+#, c-format
+msgid "Reverting %s"
+msgstr "%s वापस कए रहल अछि"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:692
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%sकेँ %s सँ लोड कए रहल अछि"
+
+#: ../gedit/gedit-tab.c:699
+#, c-format
+msgid "Loading %s"
+msgstr "%s लोड कए रहल अछि"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:782
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%sकेँ %s मे सहेजि रहल अछि"
+
+#: ../gedit/gedit-tab.c:789
+#, c-format
+msgid "Saving %s"
+msgstr "%s सहेजि रहल अछि"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1703
+msgid "RO"
+msgstr "सिर्फ पढ़बाक लेल"
+
+#: ../gedit/gedit-tab.c:1750
+#, c-format
+msgid "Error opening file %s"
+msgstr "फ़ाइल %s खोलबमे त्रुटि"
+
+#: ../gedit/gedit-tab.c:1755
+#, c-format
+msgid "Error reverting file %s"
+msgstr "फ़ाइल %s वापस करबमे त्रुटि"
+
+#: ../gedit/gedit-tab.c:1760
+#, c-format
+msgid "Error saving file %s"
+msgstr "फ़ाइल %s सहेजएमे त्रुटि"
+
+#: ../gedit/gedit-tab.c:1781
+msgid "Unicode (UTF-8)"
+msgstr "यूनिकोड (यूटीएफ-8)"
+
+#: ../gedit/gedit-tab.c:1788
+msgid "Name:"
+msgstr "नाम:"
+
+#: ../gedit/gedit-tab.c:1789
+msgid "MIME Type:"
+msgstr "माइम प्रकारः"
+
+#: ../gedit/gedit-tab.c:1790
+msgid "Encoding:"
+msgstr "एनकोडिंग:"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "फाइल (_F)"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "संपादन (_E)"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "देखू (_V)"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "खोजू (_S)"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "अओजार (_T)"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "दस्ताबेज़ (_D)"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "मद्दति (_H)"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "एकटा नवीन दस्ताबेज़ बनाबू "
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "खोलू (_O)..."
+
+#: ../gedit/gedit-ui.h:59 ../gedit/gedit-window.c:1385
+msgid "Open a file"
+msgstr "एकटा फाइल खोलू"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:62
+msgid "Pr_eferences"
+msgstr "वरीयतासभ (_e)"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Configure the application"
+msgstr "अनुप्रयोग कॉन्फ़िगर करू"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:66
+msgid "_Contents"
+msgstr "विषय सूची (_C)"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Open the gedit manual"
+msgstr "जी-एडिट मैनुअल खोलू"
+
+#: ../gedit/gedit-ui.h:69
+msgid "About this application"
+msgstr "एहि अनुप्रयोग क' बारेमे"
+
+#: ../gedit/gedit-ui.h:73
+msgid "Leave fullscreen mode"
+msgstr "पूर्ण स्क्रीन छोड़ू"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save the current file"
+msgstr "वर्तमान फाइल सहेजू"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save _As..."
+msgstr "एहि रूपमे सहेजू... (_A)"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file with a different name"
+msgstr "वर्तमान फाइल एकटा भिन्न नाम सँ सहेजू"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Revert to a saved version of the file"
+msgstr "फाइल क' सहेजल गेल संस्करण पर पुनः जाउ"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Page Set_up..."
+msgstr "पृष्ठ सेटअप (_u)..."
+
+#: ../gedit/gedit-ui.h:88
+msgid "Setup the page settings"
+msgstr "पृष्ठ विन्यास सेटअप करू"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "छपाइ पूर्वावलोकन (_w)"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr "छपाइ पूर्वावलोकन"
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "छापू... (_P)"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr "वर्तमान पृष्ठ छापू"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Close the current file"
+msgstr "वर्तमान फाइल बन्न करू"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Undo the last action"
+msgstr "पछिला क्रिया रद्द करू"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Redo the last undone action"
+msgstr "अंतिम पूर्ववत् कएल क्रियाकेँ दोहराबू"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Cut the selection"
+msgstr "चुनल काटू"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Copy the selection"
+msgstr "चुनल कापी करू"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Paste the clipboard"
+msgstr "क्लिपबोर्डकेँ साटू"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Delete the selected text"
+msgstr "चुनल पाठ मेटाबू"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Select _All"
+msgstr "सबहि चुनू (_A)"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Select the entire document"
+msgstr "सम्पूर्ण दस्ताबेज़ चुनू"
+
+#. View menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Highlight Mode"
+msgstr "हाइलाइट मोड (_H)"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:117
+msgid "_Find..."
+msgstr "खोजू (_F)..."
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search for text"
+msgstr "पाठ लेल खोजू"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Ne_xt"
+msgstr "अगिला खोजू (_x)"
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search forwards for the same text"
+msgstr "एकटा सँ पाठ लेल आगाँ खोजू"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Find Pre_vious"
+msgstr "पछिला खोजू (_v)"
+
+#: ../gedit/gedit-ui.h:122
+msgid "Search backwards for the same text"
+msgstr "एकटा सँ पाठ लेल पाछाँ खोजू"
+
+#: ../gedit/gedit-ui.h:123
+msgid "_Replace..."
+msgstr "बदलू (_R)..."
+
+#: ../gedit/gedit-ui.h:124
+msgid "Search for and replace text"
+msgstr "पाठ खोजू आओर बदलू"
+
+#: ../gedit/gedit-ui.h:125
+msgid "_Clear Highlight"
+msgstr "हाइलाइट साफ करू (_C)"
+
+#: ../gedit/gedit-ui.h:126
+msgid "Clear highlighting of search matches"
+msgstr "खोजमेल क' हाइलाइटिंग साफ करू"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Go to _Line..."
+msgstr "पंक्ति पर जाउ (_L)..."
+
+#: ../gedit/gedit-ui.h:128
+msgid "Go to a specific line"
+msgstr "विशिष्ट पंक्ति पर जाउ"
+
+#: ../gedit/gedit-ui.h:129
+msgid "_Incremental Search..."
+msgstr "संवर्द्धनात्मक खोज (_I)..."
+
+#: ../gedit/gedit-ui.h:130
+msgid "Incrementally search for text"
+msgstr "पाठ क'लेल संवर्द्धनात्मक खोज"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:133
+msgid "_Save All"
+msgstr "सबहि सहेजू (_S)"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Save all open files"
+msgstr "सबहि खुलल फाइलसभ सहेजू"
+
+#: ../gedit/gedit-ui.h:135
+msgid "_Close All"
+msgstr "सबहि बन्न करू (_C)"
+
+#: ../gedit/gedit-ui.h:136
+msgid "Close all open files"
+msgstr "सबहि खुलल फाइलसभ बन्न करू"
+
+#: ../gedit/gedit-ui.h:137
+msgid "_Previous Document"
+msgstr "पछिला दस्ताबेज़ (_P)"
+
+#: ../gedit/gedit-ui.h:138
+msgid "Activate previous document"
+msgstr "पछिला दस्ताबेज़ सक्रिय करू"
+
+#: ../gedit/gedit-ui.h:139
+msgid "_Next Document"
+msgstr "अगिला दस्ताबेज़ (_N)"
+
+#: ../gedit/gedit-ui.h:140
+msgid "Activate next document"
+msgstr "अगिला दस्ताबेज़ सक्रिय करू"
+
+#: ../gedit/gedit-ui.h:141
+msgid "_Move to New Window"
+msgstr "नवीन विंडोमे लए जाउ (_M)"
+
+#: ../gedit/gedit-ui.h:142
+msgid "Move the current document to a new window"
+msgstr "वर्तमान दस्ताबेज़केँ नवीन विंडोमे लए जाउ"
+
+#: ../gedit/gedit-ui.h:149
+msgid "Quit the program"
+msgstr "प्रोग्राम सँ बाहर जाउ"
+
+#: ../gedit/gedit-ui.h:154
+msgid "_Toolbar"
+msgstr "अओजारपट्टी (_T)"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Show or hide the toolbar in the current window"
+msgstr "वर्तमान विंडोमे अओजार-पट्टी क' दृश्यता देखाबू अथवा नुकाबू"
+
+#: ../gedit/gedit-ui.h:157
+msgid "_Statusbar"
+msgstr "स्थिति-पट्टी (_S)"
+
+#: ../gedit/gedit-ui.h:158
+msgid "Show or hide the statusbar in the current window"
+msgstr "वर्तमान विंडोमे स्थिति-पट्टी क' दृश्यता देखाबू अथवा नुकाबू"
+
+#: ../gedit/gedit-ui.h:161
+#| msgid "Edit text files"
+msgid "Edit text at fullscreen"
+msgstr "पूर्णस्क्रीन मे पाठ संपादित करू"
+
+#: ../gedit/gedit-ui.h:168
+msgid "Side _Pane"
+msgstr "किनारक पट्टी (_P)"
+
+#: ../gedit/gedit-ui.h:169
+msgid "Show or hide the side pane in the current window"
+msgstr "वर्तमान विंडोमे किनार क' पट्टी क' दृश्यता देखाबू अथवा नुकाबू"
+
+#: ../gedit/gedit-ui.h:171
+msgid "_Bottom Pane"
+msgstr "तलवर्ती पैन (_B)"
+
+#: ../gedit/gedit-ui.h:172
+msgid "Show or hide the bottom pane in the current window"
+msgstr "वर्तमान विंडोमे तलवर्ती-पट्टी क' दृश्यता देखाबू अथवा नुकाबू"
+
+#: ../gedit/gedit-utils.c:1072
+msgid "Please check your installation."
+msgstr "अपन संस्थापन जाँचू"
+
+#: ../gedit/gedit-utils.c:1141
+#, c-format
+#| msgid "Unable to find file %s."
+msgid "Unable to open ui file %s. Error: %s"
+msgstr "ui फाइल %s खोलबा मे असमर्थ. त्रुटि: %s"
+
+#: ../gedit/gedit-utils.c:1161
+#, c-format
+#| msgid "Unable to find the required widgets inside file %s."
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "वस्तु '%s' को फाइल %s कए अंदर ताकब मे असमर्थ."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1321
+#, c-format
+msgid "/ on %s"
+msgstr "/ %s पर"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1245
+msgid "_Wrap Around"
+msgstr "चारोकात व्रेप करू (_W)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1255
+msgid "Match _Entire Word Only"
+msgstr "केवल पूर्ण शब्द जोड़ मिलाबू (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1265
+msgid "_Match Case"
+msgstr "अक्षर मिलाबू (_M)"
+
+#: ../gedit/gedit-view.c:1379
+msgid "String you want to search for"
+msgstr "स्ट्रिंग जकरा अहाँ खोजनाइ चाहैत अछि"
+
+#: ../gedit/gedit-view.c:1388
+msgid "Line you want to move the cursor to"
+msgstr "पंक्ति जकरा पर अहाँ कर्सरकेँ घसकओनाइ चाहैत अछि"
+
+#: ../gedit/gedit-window.c:938
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "हाइलाइट मोड %s उपयोग करू"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:995 ../gedit/gedit-window.c:1896
+#: ../plugins/externaltools/tools/manager.py:121
+#: ../plugins/externaltools/tools/manager.py:423
+#: ../plugins/externaltools/tools/manager.py:533
+#: ../plugins/externaltools/tools/manager.py:844
+#| msgid "Find Ne_xt"
+msgid "Plain Text"
+msgstr "सादा पाठ"
+
+#: ../gedit/gedit-window.c:996
+msgid "Disable syntax highlighting"
+msgstr "वाक्य रचना हाइलाइटिंग निष्क्रिय करू"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1282
+#, c-format
+msgid "Open '%s'"
+msgstr "खोलू '%s'"
+
+#: ../gedit/gedit-window.c:1387
+msgid "Open a recently used file"
+msgstr "हालमे प्रयुक्त फाइल खोलू"
+
+#: ../gedit/gedit-window.c:1393
+msgid "Open"
+msgstr "खोलू"
+
+#: ../gedit/gedit-window.c:1451
+msgid "Save"
+msgstr "सहेजू"
+
+#: ../gedit/gedit-window.c:1453
+#| msgid "_Print..."
+msgid "Print"
+msgstr "छापू"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1621
+#, c-format
+msgid "Activate '%s'"
+msgstr "'%s' सक्रिय करू"
+
+#: ../gedit/gedit-window.c:1874
+#| msgid "Insert spaces"
+msgid "Use Spaces"
+msgstr "खाली स्थानक प्रयोग करू"
+
+#: ../gedit/gedit-window.c:1945
+#| msgid "_Tab width:"
+msgid "Tab Width"
+msgstr "टैब चओड़ाइ"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "केस बदलू"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "चुनल पाठ क' केस बदलू."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "केस बदलू (_h)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "सबहि पैघ अक्षर (_U)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "चुनल पाठकेँ पैघ अक्षरमे बदलू"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "सबहि छोट अक्षर (_L)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "चुनल पाठकेँ छोट अक्षरमे बदलू"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "केस उलटू (_I)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "चुनल पाठ क' केस उनटू"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "शीर्षक केस (_T)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "प्रत्येक चुनल शब्दसभ क' पहिले अक्षरकेँ कैपिटलाइज़ करू"
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:1
+msgid "Check for latest version of gedit"
+msgstr "जीएडिटक नवीनतम संस्करणक लेल जाँचू"
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:2
+#| msgid "Checked state"
+msgid "Check update"
+msgstr "अद्यतन जाँचू"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:192
+#| msgid "There was an error displaying help."
+msgid "There was an error displaying the url."
+msgstr "यूआरएल देखाबै मे एकटा त्रुटि छल."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:222
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:233
+#| msgid "_Reload"
+msgid "_Download"
+msgstr "डाउनलोड (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:250
+#| msgid "Revert to a saved version of the file"
+msgid "There is a new version of gedit"
+msgstr "जीएडिटक ई नव संस्करण अछि"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:251
+msgid "You can download the new version of gedit by pressing on the download button"
+msgstr "अहाँ जीएडिटक नव संस्करण केँ डाउनलोड बटन पर दबाएकए डाउनलोड कए सकैत छी"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"वर्तमान दस्ताबेज़ क' विश्लेषण कए रपट देत अछि जे एहिमे कतेक शब्द, पंक्तिसभ, अक्षर आओर नॉन-"
+"स्पेस संप्रतीक अछि"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Document Statistics"
+msgstr "दस्ताबेज़ सांख्यिकी"
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">फाइल नाम</span>"
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Bytes"
+msgstr "बाइट"
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Characters (no spaces)"
+msgstr "संप्रतीक (रिक्त स्थान नहि)"
+
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "संप्रतीक (रिक्त स्थान क' सँग)"
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+msgid "Document"
+msgstr "दस्ताबेज"
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Lines"
+msgstr "पंक्तिसभ"
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Selection"
+msgstr "चयन"
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "Words"
+msgstr "शब्द"
+
+#: ../plugins/docinfo/docinfo.ui.h:12
+msgid "_Update"
+msgstr "अद्यतन करू (_U)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:422
+msgid "_Document Statistics"
+msgstr "दस्ताबेज़ सांख्यिकी (_D)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:424
+msgid "Get statistic info on current document"
+msgstr "वर्तमान दस्ताबेज़ क' संबंघमे सांख्यिकी सूचना प्राप्त करू"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "बाहरी कमांड आओर शेल स्क्रिप्ट चलाबू"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "बाहरी अओजार"
+
+#: ../plugins/externaltools/tools/__init__.py:172
+#| msgid "_External Tools..."
+msgid "Manage _External Tools..."
+msgstr "बाहरक अओजार प्रबंधित करू (_E)..."
+
+#: ../plugins/externaltools/tools/__init__.py:174
+msgid "Opens the External Tools Manager"
+msgstr "बाहरी अओजार प्रबंधक खोलैत अछि"
+
+#: ../plugins/externaltools/tools/__init__.py:178
+#| msgid "External Tools"
+msgid "External _Tools"
+msgstr "बाहरक अओजार (_T)"
+
+#: ../plugins/externaltools/tools/__init__.py:180
+#| msgid "External Tools"
+msgid "External tools"
+msgstr "बाहरक अओजार"
+
+#: ../plugins/externaltools/tools/__init__.py:212
+msgid "Shell Output"
+msgstr "शेल आउटपुट"
+
+#: ../plugins/externaltools/tools/capture.py:94
+#, python-format
+#| msgid "Could not revert the file %s."
+msgid "Could not execute command: %s"
+msgstr "कमांड चलाए नहि सकल: %s"
+
+#: ../plugins/externaltools/tools/functions.py:157
+msgid "You must be inside a word to run this command"
+msgstr "एहि कमांडकेँ चलाबै क'लेल अहाँक जरूर भीतर होनाइ चाही"
+
+#: ../plugins/externaltools/tools/functions.py:262
+msgid "Running tool:"
+msgstr "कार्यशील अओजार:"
+
+#: ../plugins/externaltools/tools/functions.py:287
+msgid "Done."
+msgstr "सम्पन्न"
+
+#: ../plugins/externaltools/tools/functions.py:289
+msgid "Exited"
+msgstr "बाहर निकलल"
+
+#: ../plugins/externaltools/tools/manager.py:119
+#| msgid "Languages"
+msgid "All languages"
+msgstr "सभटा भाषा"
+
+#: ../plugins/externaltools/tools/manager.py:522
+#: ../plugins/externaltools/tools/manager.py:526
+#: ../plugins/externaltools/tools/manager.py:842
+#: ../plugins/externaltools/tools/tools.ui.h:2
+#| msgid "Languages"
+msgid "All Languages"
+msgstr "सभ भाषा"
+
+#: ../plugins/externaltools/tools/manager.py:632
+msgid "New tool"
+msgstr "नवीन अओजार"
+
+#: ../plugins/externaltools/tools/manager.py:760
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "त्वरक पहिले सँ %s क' सँग बान्हल अछि"
+
+#: ../plugins/externaltools/tools/manager.py:809
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "नवीन त्वरक टाइप करू अथवा साफ करब लेल बैक स्पेस दाबू"
+
+#: ../plugins/externaltools/tools/manager.py:811
+msgid "Type a new accelerator"
+msgstr "नवीन त्वरक टाइप करू"
+
+#: ../plugins/externaltools/tools/outputpanel.py:100
+msgid "Stopped."
+msgstr "रूकल"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents"
+msgstr "सबहि दस्ताबेज़"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "All documents except untitled ones"
+msgstr "सभ दस्ताबेज सिवाय बिनु शीर्षक क'"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Append to current document"
+msgstr "वर्तमान दस्ताबेज़मे जोड़ू"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "एकटा नवीन दस्ताबेज़ बनाबू "
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "मोजुदा दस्ताबेज़"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "मोजुदा पंक्ति"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "मोजुदा चयन"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+#| msgid "Current selection"
+msgid "Current selection (default to document)"
+msgstr "मोजुदा चयन (दस्तावेजमे पूर्वनिर्धारित)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "मोजुदा शब्द"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr "तलमे देखाउ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr "बाहरक अओजार प्रबंधक"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr "कर्सर स्थिति पर दिअ'"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr "सिर्फ स्थानीय फाइल"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr "किछु नहि"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr "सिर्फ रिमोट फाइल"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr "मोजुदा दस्ताबेज प्रतिस्थापित करू"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr "मोजुदा चयन प्रतिस्थापित करू"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr "सिर्फ बिनु शीर्षक क' दस्ताबेज़"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr "अनुप्रयुक्तता (_A):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr "संपादन (_E)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "इनपुट (_I):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "आउटपुट (_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "सहेजू (_S)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr "शार्टकट कुँजी (_S):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "अओजार (_T)"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "निर्मित"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "दस्ताबेज निर्देशिकामे \"make\" चलाबू"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "दस्ताबेज अवस्थिति पर टर्मिनल खोलू"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "एतय टर्मिनल खोलू"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "ट्रैलिंग स्थान हटाबू"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "अपन फाइलमे ट्रेलिंग स्थान हटाबू"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr "एकटा पसंदीदा कमांड चलाबू आ एकर आउटपुटकेँ नवीन दस्ताबेजमे राखू"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "कमांड चलाबू"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr "किनार क' पट्टी सँ सुगम फाइल अभिगम"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr "फाइल ब्राउजरक पट्टी"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:235
+msgid "File System"
+msgstr "फाइल तंत्र"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr "रिमोट स्थान क' भंडारण सक्रिय करू"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr "फाइल ब्रॉउजर फिल्टर मोड"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr "फाइल ब्रॉउजर फिल्टर प्रारूप"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr "फाइल ब्रॉउजर रूट निर्देशिका"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "फाइल ब्रॉउजर आभासी रूट निर्देशिका"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with nautilus etc)"
+msgstr ""
+"जँ सही अछि तँ फाइल ब्रॉउजर प्लगिन निर्देशिका क' पहिले खुलल दस्ताबेजकेँ देखताह ई मानैत हुए जे "
+"फाइल ब्रॉउजर अखन तक प्रयुक्त नहि भेल अछि (एहिलेल ई सामान्यतः कमाँड लाइन सँ एकटा "
+"दस्ताबेज क' खोलब पर लागू हाएत अछि अथवा नॉटिलस आदि क' सँग एकरा खोलब सँ)"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr "तरू दृश्य क' सँग खोलू"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "तरू दृश्य खोलू जखन पुस्तकचिह्न दृश्य क' बजाय फाइल ब्रॉउजर प्लगिन लोड कएल जाएत अछि"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr "पहिले दस्ताबेजमे अवस्थिति सेट करू"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "सेट करू जे की रिमोट अवस्थिति क' पुनर्भंडारण सक्रिय कएल जएनाइ अछि"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"फाइल ब्रॉउजर रूट निर्देशिका प्रयोग करब क'लेल जखन फाइल ब्रॉउजर प्लगिन लोड कएल जाएत "
+"अछि आओर ऑनलोड/ तरू दृश्य सही अछि (_v)."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"फाइल ब्रॉउजर आभासी रूट निर्देशिका प्रयोग करब क'लेल जखन फाइल ब्रॉउजर प्लगिन लोड कएल "
+"जाएत अछि आओर ऑनलोड/ तरू दृश्य सही अछि आभासी रूटकेँ वास्तविक रूट सँ हरदम नीच्चाँ होनाइ "
+"चाही (_v)."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"फिल्टर प्रारूप जकरासँ फाइल ब्रॉउजरकेँ फिल्टर कएल जएनाइ अछि ई फिल्टर फिल्टर मोड क' शीर्ष "
+"पर काम करैत अछि (_m)."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hidden (filter hidden files), binary "
+"(filter binary files) and hidden_and_binary (filter both hidden and binary "
+"files)."
+msgstr ""
+"ई मान निर्धारित करैत अछि जे फाइल ब्रॉउजर सँ कओन फाइल फिल्टर कएल जाएत अछि. वैध मान "
+"अछि: none (किछु नहि फिल्टर करू), hidden (नुकल फाइलसभ फिल्टर करू), binary (द्विपदीय "
+"फाइलसभ फिल्टर करू) आओर hidden_and_binary (नुकल आ द्विपदीय दुनू फाइलसभ फिल्टर करू)."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:597
+msgid "_Set root to active document"
+msgstr "सक्रिय दस्ताबेज पर रूट सेट करू (_S)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:599
+msgid "Set the root to the active document location"
+msgstr "सक्रिय दस्ताबेज अवस्थिति पर रूट सेट करू"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:604
+msgid "_Open terminal here"
+msgstr "एतय टर्मिनल खोलू (_O)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:606
+msgid "Open a terminal at the currently opened directory"
+msgstr "मोजुदा खुलल निर्देशिका पर एकटा टर्मिनल खोलू"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:742
+msgid "File Browser"
+msgstr "फाइल ब्रॉउजर"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:873
+msgid "An error occurred while creating a new directory"
+msgstr "नवीन निर्देशिकाकेँ बनाबै क' दौरान त्रुटि आएल"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:876
+msgid "An error occurred while creating a new file"
+msgstr "नवीन फाइलकेँ बनाबै क' दौरान त्रुटि आएल"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while renaming a file or directory"
+msgstr "फाइल अथवा निर्देशिका क' पुनर्नामकरण क' दौरान त्रुटि आएल"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:886
+msgid "An error occurred while deleting a file or directory"
+msgstr "फाइल अथवा निर्देशिका मेटाबै क' दौरान त्रुटि आएल"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:891
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "एकटा निर्देशिका फाइल प्रबंधकमे खोलब क' जमावट क' दौरान एकटा त्रुटि आएल"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:895
+msgid "An error occurred while setting a root directory"
+msgstr "एकटा रूट निर्देशिका जमावट क' दौरान एकटा त्रुटि आएल"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:899
+msgid "An error occurred while loading a directory"
+msgstr "एकटा निर्देशिका लोड करब क' दौरान एकटा त्रुटि आएल"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid "An error occurred"
+msgstr "एकटा त्रुटि आएल"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1197
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"रद्दीमे फाइल नहि भेज सकैत अथि, की अहाँ एकरा\n"
+"स्थायी रूपेँ मेटान चाहते हैं?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1201
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "फाइल \"%s\" रद्दीमे नहि भेजल जाए सकैत अछि."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1204
+msgid "The selected files cannot be moved to the trash."
+msgstr "चुनल फाइल रद्दीमे नहि भेजल जाए सकैत अछि."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1237
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "की अहाँ सुनिश्चित छी जे अहाँ \"%s\" केँ स्थायी रूपेँ मेटएनाइ चाहैत छी?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1240
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "की अहाँ समझैत छी जे अहाँ \"%s\" चुनल फाइल स्थायी रूपेँ मेटाएनाइ चाहैत छी?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1243
+msgid "If you delete an item, it is permanently lost."
+msgstr "जँ अहाँ एकटा मद मेटाबै छी, तँ ई हमेशा कए लेल खतम भए जाइछ."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1666
+msgid "(Empty)"
+msgstr "(रिक्त)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3304
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3542
+msgid "file"
+msgstr "फाइल"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3566
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"नवीन फाइल अखन फिल्टर भ' चुकल अछि अहाँक फिल्टर जमावटकेँ फाइलकेँ देखाबै क'लेल संयोजित करब "
+"हएताह"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3594
+msgid "directory"
+msgstr "निर्देशिका"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3614
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:701
+msgid "Bookmarks"
+msgstr "पुस्तकचिह्न"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:782
+msgid "_Filter"
+msgstr "फिल्टर (_F)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:787
+msgid "_Move To Trash"
+msgstr "रद्दीमे लए जाउ (_M)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:788
+msgid "Move selected file or folder to trash"
+msgstr "रद्दीमे चुनल फाइल अथवा निर्देशिका लए जाउ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:790
+msgid "_Delete"
+msgstr "मेटाबू (_D)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:791
+msgid "Delete selected file or folder"
+msgstr "चुनल फाइल अथवा निर्देशिका मेटाबू"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:797
+msgid "Up"
+msgstr "उप्पर"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:798
+msgid "Open the parent folder"
+msgstr "जनक फोल्डर खोलू"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:803
+msgid "_New Folder"
+msgstr "नवीन फ़ोल्डर (_N)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:804
+msgid "Add new empty folder"
+msgstr "नवीन खाली फोल्डर जोड़ू"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:806
+msgid "New F_ile"
+msgstr "नवीन फाइल (_i)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:807
+msgid "Add new empty file"
+msgstr "नवीन खाली फाइल जोड़ू"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:812
+msgid "_Rename"
+msgstr "नाम बदलू (_R)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:813
+msgid "Rename selected file or folder"
+msgstr "चुनल फाइल अथवा फोल्डर क' फिर नाम दिअ'"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:819
+msgid "_Previous Location"
+msgstr "पछिला स्थान (_P)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "Go to the previous visited location"
+msgstr "पछिला सैर कएल स्थान पर जाउ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:823
+msgid "_Next Location"
+msgstr "अगिला स्थान (_N)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:824
+msgid "Go to the next visited location"
+msgstr "अगिला सैर कएल स्थान पर जाउ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:825
+msgid "Re_fresh View"
+msgstr "दृश्य ताजा करू (_f)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:826
+msgid "Refresh the view"
+msgstr "दृश्य ताजा करू"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:845
+msgid "_View Folder"
+msgstr "फोल्डर देखू (_V)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:828
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:846
+msgid "View folder in file manager"
+msgstr "फाइल प्रबंधकमे फोल्डर देखू"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:835
+msgid "Show _Hidden"
+msgstr "नुकलकेँ देखाबू (_H)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:836
+msgid "Show hidden files and folders"
+msgstr "नुकल फाइलसभ आ फोल्डरसभकेँ देखाबू"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:838
+msgid "Show _Binary"
+msgstr "द्विपदीय देखाबू (_B)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:839
+msgid "Show binary files"
+msgstr "द्विपदीय फाइल देखाबू"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:962
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:971
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:992
+msgid "Previous location"
+msgstr "पछिला स्थान"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:964
+msgid "Go to previous location"
+msgstr "पछिला स्थान पर जाउ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:966
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:987
+msgid "Go to a previously opened location"
+msgstr "पहिले क' खुलल स्थान पर जाउ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:983
+msgid "Next location"
+msgstr "अगिला स्थान"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:985
+msgid "Go to next location"
+msgstr "अगिला स्थान पर जाउ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1197
+msgid "_Match Filename"
+msgstr "फाइलनाम मिलान करू (_M)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "आरोहित वाल्यूमक लेल कोनो आरोहित वस्तु नहि: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2152
+#, c-format
+#| msgid "Could not open the file %s."
+msgid "Could not open media: %s"
+msgstr "मीडिया नहि खोलि सकल: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2199
+#, c-format
+#| msgid "Could not open the file %s."
+msgid "Could not mount volume: %s"
+msgstr "वाल्यूम आरोहित नहि कए सकल: %s"
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "हाशिया छोड़ू (_I)"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr "चुनल पंक्तिसभमे हाशिया छोड़ू"
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "हाशिया हटाबू (_n)"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr "चुनल पंक्तिसभमे हाशिया नहि छोड़ू"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr "हाशिया पंक्ति"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "चुनल पंक्तिसभमे हाशिया जोड़ैत अथवा हटबैत अछि."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate आओर Vim-शैली मोडलाइन gedit क'लेल समर्थन करैत अछि."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "मोडलाइन"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr "तलवर्ती पैनलमे खड़ा अंतःक्रियात्मक पाइथन कँसोल "
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:49
+msgid "Python Console"
+msgstr "पाइथन कँसोल "
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "कमांड रंग (_o):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+#| msgid "Border color"
+msgid "_Error color:"
+msgstr "त्रुटि रंग (_E):"
+
+#. ex:ts=8:et:
+#: ../plugins/quickopen/quickopen/popup.py:34
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:1
+msgid "Quick Open"
+msgstr "तेजी सँ खोलनाइ"
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:68
+msgid "Quick open"
+msgstr "तेजी सँ खोलनाइ"
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:69
+#| msgid "Close document"
+msgid "Quickly open documents"
+msgstr "दस्तावेज तेजी सँ खोलू"
+
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:2
+#| msgid "Save all open files"
+msgid "Quickly open files"
+msgstr "फाइल तेजी सँ खोलू"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr "तेजी सँ पाठ क' खुलल रूपसँ प्रयुक्त टुकड़ा दिअ'"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr "स्निपेट"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>सक्रियकरण</b>"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "नवीन स्निपेट बनाउ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:420
+msgid "Delete selected snippet"
+msgstr "चुनल स्निपेट मेटाउ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Export selected snippets"
+msgstr "चुनल स्निपेट त्यागू"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:808
+msgid "Import snippets"
+msgstr "स्निपेट आयात करू"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr "शार्टकट कुँजी (_h):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr "शॉर्टकट कुंजी जकर संग स्नपेट सक्रिय अछि"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:697
+msgid "Single word with which the snippet is activated after pressing tab"
+msgstr "टैब दबाबै कए बाद एकटा शब्द जकरा संग स्निपेट सक्रिय एकल गेल अछि"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Snippets Manager"
+msgstr "स्निपेट प्रबंधक"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Drop targets:"
+msgstr "लक्ष्य छोडू (_D):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr "स्निपेट (_S):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr "टैब ट्रिगर (_T):"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:74
+msgid "Manage _Snippets..."
+msgstr "स्निपेट प्रबंधित करू (_S)..."
+
+#: ../plugins/snippets/snippets/WindowHelper.py:75
+msgid "Manage snippets"
+msgstr "स्निपेट प्रबंधित करू"
+
+#: ../plugins/snippets/snippets/Manager.py:45
+msgid "Snippets archive"
+msgstr "स्निपेट अभिलेख"
+
+#: ../plugins/snippets/snippets/Manager.py:70
+msgid "Add a new snippet..."
+msgstr "एकटा नवीन स्निपेट जोड़ू..."
+
+#: ../plugins/snippets/snippets/Manager.py:120
+msgid "Global"
+msgstr "वैश्विक"
+
+#: ../plugins/snippets/snippets/Manager.py:417
+msgid "Revert selected snippet"
+msgstr "चुनल स्निपेट वापस लिअ'"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/Manager.py:690
+msgid ""
+"This is not a valid tab trigger. Triggers can either contain letters or a "
+"single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+"ई एकटा वैध टैब ट्रिगर नहि अछि ट्रिगर अथवा तँ अक्षर राखि सकैत अछि अथवा एकटा असगर, गैर "
+"अक्षरसांख्यिक, संप्रतीक जहिना {, [, इत्यादि."
+
+#: ../plugins/snippets/snippets/Manager.py:787
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "आयातक काले निम्नलिखित त्रुटि आएल: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:794
+msgid "Import successfully completed"
+msgstr "आयात सफलतापूर्वक संपन्न"
+
+#: ../plugins/snippets/snippets/Manager.py:813
+#: ../plugins/snippets/snippets/Manager.py:899
+#: ../plugins/snippets/snippets/Manager.py:962
+msgid "All supported archives"
+msgstr "सभटा समर्थित अभिलेख"
+
+#: ../plugins/snippets/snippets/Manager.py:814
+#: ../plugins/snippets/snippets/Manager.py:900
+#: ../plugins/snippets/snippets/Manager.py:963
+msgid "Gzip compressed archive"
+msgstr "Gzip संकुचित अभिलेख"
+
+#: ../plugins/snippets/snippets/Manager.py:815
+#: ../plugins/snippets/snippets/Manager.py:901
+#: ../plugins/snippets/snippets/Manager.py:964
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 संकुचित अभिलेख"
+
+#: ../plugins/snippets/snippets/Manager.py:816
+msgid "Single snippets file"
+msgstr "एकल स्निपेट फाइल"
+
+#: ../plugins/snippets/snippets/Manager.py:817
+#: ../plugins/snippets/snippets/Manager.py:903
+#: ../plugins/snippets/snippets/Manager.py:966
+msgid "All files"
+msgstr "सबहि फाइल"
+
+#: ../plugins/snippets/snippets/Manager.py:829
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "निर्यातक काले त्रुटि निम्नलिखित त्रुटि आएल: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:833
+msgid "Export successfully completed"
+msgstr "निर्यात सफलतापूर्वक संपन्न"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:873
+#: ../plugins/snippets/snippets/Manager.py:940
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "अपन निर्यातमे की अहाँ चुनल <b>तंत्र</b> स्निपेट सामिल करबा चाहैत छी?"
+
+#: ../plugins/snippets/snippets/Manager.py:888
+#: ../plugins/snippets/snippets/Manager.py:958
+msgid "There are no snippets selected to be exported"
+msgstr "निर्यातक लेल कोनो स्निपेट चुनल नहि अछि"
+
+#: ../plugins/snippets/snippets/Manager.py:893
+#: ../plugins/snippets/snippets/Manager.py:931
+msgid "Export snippets"
+msgstr "स्निपेट निर्यात करू"
+
+#: ../plugins/snippets/snippets/Manager.py:1070
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "नवीन शॉर्टकट टाइप करू, अथवा साफ करब लेल बैक स्पेस दाबू"
+
+#: ../plugins/snippets/snippets/Manager.py:1072
+msgid "Type a new shortcut"
+msgstr "नवीन शॉर्टकट टाइप करू"
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive `%s` could not be created"
+msgstr "अभिलेख `%s` नहि बनाएल जाए सकल"
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, python-format
+msgid "Target directory `%s` does not exist"
+msgstr "लक्ष्य निर्देशिका `%s` मोजुद नहि"
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory `%s` is not a valid directory"
+msgstr "लक्ष्य निर्देशिका `%s` वैध निर्देशिका नहि अछि"
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File `%s` does not exist"
+msgstr "फाइल `%s` मोजुद नहि"
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, python-format
+msgid "File `%s` is not a valid snippets file"
+msgstr "फाइल `%s` एकटा वैध स्निपेट फाइल नहि अछि"
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, python-format
+msgid "Imported file `%s` is not a valid snippets file"
+msgstr "आयातित फाइल `%s` एकटा वैध स्निपेट फाइल नहि अछि"
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive `%s` could not be extracted"
+msgstr "अभिलेख `%s` निकालल नहि जाए सकल"
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "निम्नलिखित फाइल आयात नहि कएल जाए सकल: %s"
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File `%s` is not a valid snippets archive"
+msgstr "फाइल `%s` एकटा वैध स्निपेट अभिलेख नहि अछि"
+
+#: ../plugins/snippets/snippets/Placeholder.py:571
+#, python-format
+msgid ""
+"Execution of the python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "पाइथन कमांड (%s) क' निष्पादन अधिकतम समय सँ आगाँ निकलि गेल , निष्पादन त्यागल गेल ."
+
+#: ../plugins/snippets/snippets/Placeholder.py:579
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr "पाइथन कमांड क' (%s) निष्पादन बिफल रहल : %s"
+
+#: ../plugins/sort/gedit-sort-plugin.c:86
+msgid "S_ort..."
+msgstr "छाँटू (_o)..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "Sort the current document or selection"
+msgstr "वर्तमान चयन अथवा दस्ताबेज़केँ छाँटू"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr "छाँटू"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "चुनल पाठ अथवा दस्ताबेज़ क्रमबद्ध करैत अछि"
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr "कॉपीसभ मेटाबू (_e)"
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr "कॉलम पर शुरु करू (_t):"
+
+#: ../plugins/sort/sort.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr "अहाँ छाँटबाक क्रियाकेँ पूर्ववत् नहि कए सकैछ"
+
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr "केस उपेक्षा करू (_I)"
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr "विपरीत अनुक्रम (_R)"
+
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr "छाँटू (_S)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:499
+msgid "(no suggested words)"
+msgstr "(कोनो सुझाओल शब्द नहि)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "बेसी (_M)..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:497
+msgid "_Ignore All"
+msgstr "सबहि उपेक्षा करू (_I)"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:512
+msgid "_Add"
+msgstr "जोड़ू (_A)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:551
+msgid "_Spelling Suggestions..."
+msgstr "वर्तनी सुझाव (_S)..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "वर्तनी जाँचू "
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "सुझाव"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:605
+msgid "(correct spelling)"
+msgstr "(सही वर्तनी)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:748
+msgid "Completed spell checking"
+msgstr "वर्तनी जाँच सम्पन्न"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:285
+#: ../plugins/spell/gedit-spell-checker-language.c:291
+#, c-format
+#| msgid "language|%s (%s)"
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:300
+#, c-format
+#| msgid "Unknown"
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "अज्ञात (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:406
+#| msgid "Use Default Font"
+msgctxt "language"
+msgid "Default"
+msgstr "पूर्वनिर्धारित"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:141
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "भाषा नियत करू"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:195
+msgid "Languages"
+msgstr "भाषा"
+
+#: ../plugins/spell/gedit-spell-plugin.c:75
+#| msgid "_Check Spelling"
+msgid "_Check Spelling..."
+msgstr "वर्तनी जाँचू (_C)..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:77
+msgid "Check the current document for incorrect spelling"
+msgstr "वर्तमान दस्ताबेज़मे गलत वर्तनी लेल जाँचू"
+
+#: ../plugins/spell/gedit-spell-plugin.c:83
+msgid "Set _Language..."
+msgstr "भाषा नियत करू (_L)..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:85
+msgid "Set the language of the current document"
+msgstr "वर्तमान दस्ताबेज़ क' भाषा नियत करू"
+
+#: ../plugins/spell/gedit-spell-plugin.c:94
+msgid "_Autocheck Spelling"
+msgstr "वर्तनी स्वचालित जाँचू (_A)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:96
+msgid "Automatically spell-check the current document"
+msgstr "वर्तमान दस्ताबेज़ क' वर्तनी जाँच स्वचालित करू"
+
+#: ../plugins/spell/gedit-spell-plugin.c:761
+msgid "The document is empty."
+msgstr "दस्ताबेज़ खाली अछि."
+
+#: ../plugins/spell/gedit-spell-plugin.c:794
+msgid "No misspelled words"
+msgstr "कोनो गलत वर्तनी बला शब्द नहि"
+
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "वर्तमान दस्ताबेज़ क' भाषा चुनू (_l)"
+
+#: ../plugins/spell/spell-checker.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "<b>Language</b>"
+msgstr "<b>भाषा</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "<b>word</b>"
+msgstr "<b>शब्द</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Add w_ord"
+msgstr "शब्द जोड़ू (_o)"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Cha_nge"
+msgstr "बदलू (_n)"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Change A_ll"
+msgstr "सबहि बदलू (_l)"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Change _to:"
+msgstr "मे बदलू (_t):"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Check _Word"
+msgstr "शब्द जाँचू (_W)"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Check spelling"
+msgstr "वर्तनी जाँचू "
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Ignore _All"
+msgstr "सबहि उपेक्षा करू (_A)"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "Language:"
+msgstr "भाषा:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Misspelled word:"
+msgstr "गलत वर्तनी बला शब्द:"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "User dictionary:"
+msgstr "प्रयोक्ता शब्दकोश:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "_Ignore"
+msgstr "उपेक्षा करू (_I)"
+
+#: ../plugins/spell/spell-checker.ui.h:15
+msgid "_Suggestions:"
+msgstr "सुझाव (_S):"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "वर्तमान दस्ताबेज़मे वर्तनी जाँचैत अछि."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "वर्तनी जाँचकर्ता"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:98
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:694
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:710
+msgid "Tags"
+msgstr "टैगसभ"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:605
+msgid "Select the group of tags you want to use"
+msgstr "अहाँ जाहि समूह टैग क' उपयोग कएनाइ चाहैत छी ओकर चयन करू"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:624
+msgid "_Preview"
+msgstr "पूर्वावलोकन (_P)"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:691
+msgid "Available Tag Lists"
+msgstr "उपलब्ध टैग सूचीसभ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "संक्षिप्ताक्षर प्रपत्र"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "संक्षिप्ताक्षर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "उप्पर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "सुगमता कुँजी संप्रतीक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "संक्षिप्ताक्षर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "पंक्तिबद्ध करू"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "पंक्तिबद्ध संप्रतीक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "वैकल्पिक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "एंकर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "एंकर URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "एप्पलेट वर्ग फाइल कोड"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr "एप्पलेट वर्ग फाइल कोड (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr "सरणी"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr "संयुक्त सूचना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "लेखक सूचना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr "अक्ष संबंधित हेडर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "पृष्ठभूमि रँग"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr "पृष्ठभूमि रँग (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr "पृष्ठभूमि टेक्चर रँग"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr "पृष्ठभूमि टेक्चर टाइल (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr "आधार URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "आधार फाँट"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr "बेस फॉन्ट (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "गाढ़ा"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "किनार"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr "किनार (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "किनार रँग"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr "सेल रॉउसन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "केंद्र"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr "केंद्र (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr "लिँक कएल संसाधन क' संप्रतीक एनकोडिंग"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr "जाँचल गेल (स्थिति)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr "जाँचल गेल स्थिति"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr "प्रशस्ति पत्र"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr "बदलाव क'लेल तर्क दिअ'"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr "वर्ग कार्यान्वयन ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr "टैग सूची"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr "पाठ त्रुटि नियंत्रण साफ करू"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr "कोड सामग्री प्रकार"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "चुनल पंक्तिसभक रँग"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr "चुनल लिँक क' रँग (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr "कॉलम स्पैन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "स्तंभ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "टिप्पणी"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr "कंप्यूटर कोड फ्रैगमेंट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr "विषय योजना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "विषय प्रकार"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr "विषय प्रकार (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr "निर्देशाँक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr "DIV स्टाइल धारक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr "DIV धारक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr "बदलाव क' दिनाँक आ समय"
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr "फ्लैग घोषित करू"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr "गुण अंतर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr "परिभाषा वर्णन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "परिभाषा सूची"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr "परिभाषा पद"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "मेटाएल पाठ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "दिशा"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr "दिशात्मकता"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr "दिशात्मकता (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "निर्देशिका सूची"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "निष्क्रिय"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr "दस्ताबेज़ आधार"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "दस्ताबेज़ बाडी"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "दस्ताबेज़ हेड"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "दास्ताबेज़ शीर्षक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "दस्ताबेज़ प्रकार"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr "तत्व ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr "एंबेडेड वस्तु"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "दबाव"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr "एनकोड प्रकार"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr "आकृति"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr "फाँट फेस"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr "फॉन्ट फेस (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "लेबल क'लेल "
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr "दबावयुक्त पँक्ति खँड"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "प्रारूप"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr "प्रारूप एक्शन नियंत्रणकर्ता"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr "प्रारूप नियंत्रण समूह"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr "प्रारूप क्षेत्र लेबल पाठ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr "प्रारूप आगत"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr "प्रारूप आगत प्रकार"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr "प्रारूप विधि"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "लिँक अग्रसारित करू"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "फ्रेम "
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr "फ्रेम रेंडर पार्ट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr "फ्रेम श्रोत"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr "फ्रेम लक्ष्य"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr "फ्रेमबार्डर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr "फ्रेमसेट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr "फ्रेमसेट कॉलम"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr "फ्रेमसेट पँक्ति"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr "फ्रेमस्पेसिंग"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr "जेनेरिक एंबेडेड ऑब्जेक्ट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr "जेनेरिकमेटाइनफॉरमेशन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr "जेनेरिक स्पैन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr "HREF URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr "HTML - विशेष संप्रतीक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr "HTML - टैग"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr "HTML रूट तत्व"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr "HTML संस्करण"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr "HTTP हेडर नाम"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr "हेडर सेल ID's"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr "शीर्षक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr "शीर्षक 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr "शीर्षक 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr "शीर्षक 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr "शीर्षक 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr "शीर्षक 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr "शीर्षक 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "उँचाइ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr "क्षैतिज नियम"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr "क्षैतिज स्थान"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr "क्षैतिज स्थान (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr "HttP हेडर नाम"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr "I18N BiDi over-ride"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "बिंब"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr "बिंब नक्शा"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr "बिंब नक्शा क्षेत्र"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr "बिंब नक्शा नाम"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "बिंब श्रोत"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr "अवैध फाइल नाम"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr "इनलाइन स्तर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr "दिनाँक/समय प्रविष्ट करू"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr "उदाहरण परिभाषा"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr "इटालिक पाठ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr "जावा एप्पलेट"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr "जावा एप्पलेट (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr "लेबल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr "भाषा कोड"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr "पैघ पाठ स्टाइल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr "स्तर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "रँग लिँक करू"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "Link color (deprecated)"
+msgstr "लिँक रँग (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr "सूची वस्तु"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr "फाइल अपलोड क'लेल MIME प्रकार क' सूची"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr "समर्थित संप्रतीक सेट क' सूची"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr "अनुसूचन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr "फ़ॉन्टमे स्थानीय बदलाव"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr "नमहर वर्णन लिँक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr "नमहर उद्धरण"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr "डाक लिँक"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr "हाशिया पिक्सेल उँचाइ"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr "हाशिया पिक्सेल चओड़ाइ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr "Marquee"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr "पाठ क्षेत्र क' अधिकतम नमाइ"
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr "मीडिया स्वतंत्र सूची"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr "मेनू सूची"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr "मेनू सूची (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr "बहु पंक्ति पाठ क्षेत्र"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr "बहुकॉलम"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr "बहुमुखी"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "नाम"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr "नामित संपत्ति मान"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr "अगिला ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr "कोनो URI नहि"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr "कोनो एंबेडेड ऑब्जेक्ट नहि"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr "कोनो फ्रेम नहि"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr "कोनो स्तर नहि"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr "कोनो पंक्ति टूटन नहि"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr "आकार नहि बदलू"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr "कोनो स्क्रिप्ट नहि"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr "कोनो छायांकन नहि"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr "कोनो छाया नहि (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr "कोनो शब्द रैप नहि"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr "कोनो शब्द रैप नहि (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr "गैर टूटन स्थान"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr "नोट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr "वस्तु एप्पलेट फाइल"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Object applet file (deprecated)"
+msgstr "वस्तु एप्पलेट फाइल (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr "वस्तु आंकड़ा संदर्भ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr "पंक्तिबद्ध संप्रतीक क'लेल ऑफसेट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr "OnBlur घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr "OnChange घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr "OnClick घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr "OnDblClick घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr "OnFocus घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr "OnKeyDown घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr "OnKeyPress घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr "OnKeyUp घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr "OnLoad घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr "OnMouseDown घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr "OnMouseMove घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr "OnMouseOut घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr "OnMouseOver घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr "OnMouseUp घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr "OnReset घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr "OnSubmit घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr "OnSubmit घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr "OnUnload घटना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr "विकल्प समूह"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr "फाँट चयनक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr "आदेश कएल गेल सूची"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr "आउटपुट मीडिया"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr "अनुच्छेद"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr "अनुच्छेद वर्ग"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr "अनुच्छेद स्टाइल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr "पूर्वसंरूपित सूचन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr "पूर्वसंरूपित पाठ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr "प्रोफाइल मेटाइंफो शब्दकोश"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr "प्राँप्ट सँदेश"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr "पुश बटन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr "उद्धरण"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr "सीमा"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr "ReadOnly पाठ आओर कूटशब्द"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr "घटल स्पेसिंग"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr "घटल स्पेसिंग (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr "विपरीत लिँक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr "रूट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr "पंक्तिसभ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr "कतार आ कॉलम क' बीच रूलिंग"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr "नमूना प्रोग्राम आउटपुट, स्क्रिप्ट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr "हेडर सेल द्वारा कवर कएल गेल स्कोप"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr "भाषा नाम स्क्रिप्ट करू"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+#| msgid "Script statments"
+msgid "Script statements"
+msgstr "स्क्रिप्ट कथन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr "स्क्रॉलबार"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr "चयन योग्य विकल्प"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr "चुनल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr "सर्वर साइड बिंब मैप"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr "रूप"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr "छोट इनलाइन उद्धरण"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr "एकल लाइन प्राँप्ट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "आकार"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr "आकार (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr "छोट पाठ स्टाइल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr "सॉफ्ट लाइन ब्रेक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "ध्वनि"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "श्रोत"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr "स्थान सँ अलग अभिलेखा सूची"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr "स्पेसर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr "सेल क' बीचमे स्पेसिंग"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr "सेल क' भीतर स्पेसिंग"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr "स्पैन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr "वर्ग मूल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr "स्टैंडबाई लोड सँदेश"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr "श्रृंखला सँख्याकेँ आरंभ कए रहल अछि"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr "आरंभिक श्रृंखला सँख्या (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr "पाठ काटि दिअ'"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr "आर-पार कटल पाठ (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr "पाठ स्टाइल काटि दिअ'"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr "आर-पार कटल पाठ (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr "बेसी जोर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr "स्टाइन सूचना"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr "सबस्क्रिप्ट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr "सूपरस्क्रिप्ट"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr "टैब क्रम स्थिति"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr "सारणी"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr "टेबल बाडी"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr "स्थान कैप्शन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr "टेबल कॉलम समूह गुण"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr "टेबल कॉलम गुण"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr "टेबल डाटा सेल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr "टेबल फुटर"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr "टेबल शीर्षक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr "टेबल हेडर सेल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr "सारणी पंक्ति"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr "सारणी सारांश"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr "लक्ष्य - रिक्त"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr "लक्ष्य - जनक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr "लक्ष्य - स्वयं"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr "लक्ष्य - शीर्ष"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr "टेलीटाइप अथवा मोनोस्पेस पाठ स्टाइल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "पाठ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr "पाठ रँग"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr "पाठ रँग (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr "प्रयोक्ता द्वारा दाखिल पाठ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "शीर्षक"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr "पिक्सेलमे शीर्षहाशिया"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr "रेखाँकित पाठ स्टाइल"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr "अक्रमब्ध सूची"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr "बिंब नक्शा क' प्रयोग करू"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "मान"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr "मान निर्वचन"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr "चर अथवा प्रोग्राम तर्क"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr "लंबवत सेल पंक्तिबद्ध"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr "लंबवत स्थान"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr "लंबवत स्थान (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr "भ्रमण कएल लिँक रँग"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr "भ्रमण कएल लिँक रँग (पदावनत)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "चओड़ाइ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr "XHTML 1.0 - टैग"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "पुस्तक सूची (साइट)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr "पुस्तकसूची (मद)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "पुस्तकसूची (शॉर्टसाइट)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "पुस्तकसूची (thebibliography)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "कोष्ठक ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "कोष्ठक <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "कोष्ठक []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "कोष्ठक {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "फाइल टिप्पणी"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "पाद टिप्पणी"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "फंक्शन cosin"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "फंक्शन e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "फंक्शन एक्स"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "फंक्शन लॉग"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "फंक्शन लॉग log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "फंक्शन साइन"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "युनानी अल्फा"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "युनानी बीटा"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "यूनानी एप्सिलोन"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "युनानी गामा"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "ग्रीक लांबा"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "युनानी rho"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "युनानी tau"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "हेडर 0 (अध्याय)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "हेडर 0 (chapter*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "हेडर 1 (section)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "हेडर 1 (section*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "हेडर 2 (उपखँड)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "हेडर 2 (उपखँड*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "हेडर 3 (उपखँड)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "हेडर 3 (उपखँड*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "हेडर 4 (अनुच्छेद)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "हेडर परिशिष्ट"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "मद"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "लेबल क' सँग मद"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "Latex - टैग"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "वर्णन क' सूची दिअ'"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "सूची पैघ करू"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "मद क' रूपमे सूची बनाबू"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "गणित (देखाबू)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "गणित (इनलाइन)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "ऑपरेटर फ्रैक्शन"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "ऑपरेटर इंटगरल (प्रदर्शन)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "ऑपरेटर इंटगरल (इनलाइन)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "ऑपरेटर योग (डिसप्ले)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "ऑपरेटर योग (इनलाइन)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "संदर्भ लेबल"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "संदर्भ ref"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "सँकेत <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "सँकेत <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "सँकेत >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "सँकेत >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "सँकेत आओर"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "सँकेत const"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "सँकेत d-by-dt"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "सँकेत d-by-dt-आंशिक"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "सँकेत d2-by-dt2-आंशिक"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "सँकेत डैगर"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "सँकेत equiv"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "सँकेत hyphen --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "सँकेत hyphen ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "सँकेत अनंत"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "सँकेत मैथस्पेस ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "सँकेत मैथस्पेस ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "सँकेत मैथस्पेस _"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "सँकेत मैथस्पेस __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "सँकेत simeq"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "सँकेत तारा"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "टाइपफेस बोल्ड"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "टाइपफेस इटालिक"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "टाइपफेस झुकल"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "टाइपफेस प्रकार"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "नहि टूटए बला पाठ"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"एकटा विधि प्रदान करैत अछि जे दस्ताबेज़मे सामान्यतः प्रयोगमे आबैबला टैब/स्ट्रिंगकेँ बिनु टाइप "
+"कएल आसानी सँ प्रविष्ट कएल जाए सकैत अछि."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "टैग सूची"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "XSLT - अक्ष"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT - तत्व"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT - प्रकार्य"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "पूर्वज"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "पूर्वज अथवा स्वयं"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "गुण"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "शिशु"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "उत्तराधिकारी"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "descendant-or-self"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "अनुसरण कए रहल अछि"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "सिबलिंग क' अनुसरण कए रहल अछि"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "नेमस्पेस"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "मातृ"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "पूर्ववर्ती"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "पूर्ववर्ती-सिब्लिंग"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "स्वयं"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr "XUL - टैग"
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "In_sert Date and Time..."
+msgstr "दिनाँक/समय प्रविष्ट करू (_s)..."
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "Insert current date and time at the cursor position"
+msgstr "कर्सर क' स्थान पर वर्तमान दिनाँक तथा आओर प्रविष्ट करू"
+
+#: ../plugins/time/gedit-time-plugin.c:613
+msgid "Available formats"
+msgstr "उपलब्ध प्रारूप"
+
+#: ../plugins/time/gedit-time-plugin.c:763
+msgid "Configure insert date/time plugin..."
+msgstr "दिनाँक/समय प्रविष्ट करब बला प्लगइनकेँ कॉन्फ़िगर करू ..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "दिनाँक/समय प्रविष्ट करू"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "कर्सर क' स्थान पर वर्तमान दिनाँक आओर समय प्रविष्ट करू"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:4
+msgid "Insert Date and Time"
+msgstr "दिनाँक आ समय प्रविष्ट करू"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:6
+msgid "Use the _selected format"
+msgstr "चुनल प्रारूप क'उपयोग करू (_s)"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+msgid "_Insert"
+msgstr "प्रविष्ट करू (_I)"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+msgid "_Use custom format"
+msgstr "मनपसंद प्रारूप क' उपयोग करू (_U)"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> जखन दिनाँक अथवा समय प्रविष्ट करू...</span>"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "Configure date/time plugin"
+msgstr "दिनाँक/समय प्लगइन विन्यस्त करू"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:7
+msgid "_Prompt for a format"
+msgstr "प्रारूप लेल पूछू (_P)"
+
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..75c9c97
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,7 @@
+i18n.gettext(
+ meson.project_name(),
+ preset: 'glib',
+ args: [
+ '--keyword=Description',
+ ]
+)
diff --git a/po/mg.po b/po/mg.po
new file mode 100644
index 0000000..eee5e46
--- /dev/null
+++ b/po/mg.po
@@ -0,0 +1,4865 @@
+# Malagasy translation of GEDIT
+# Copyright (C) 2006 THE GEDIT'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the GEDIT package.
+# Fanomezana Rajaonarisoa <rajfanhar@yahoo.fr>, 2006.
+# Thierry Randrianiriana <randrianiriana@gmail.com>, 2006.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: GEDIT 2.16\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-06-01 14:19+0200\n"
+"PO-Revision-Date: 2006-06-16 17:16+0300\n"
+"Last-Translator: Fanomezana Rajaonarisoa <rajfanhar@yahoo.fr>\n"
+"Language-Team: Malagasy <i18n-malagasy-gnome@gna.org>\n"
+"Language: mg\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n>1;"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Hanova raki-dahabolana"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit.c:458
+msgid "Text Editor"
+msgstr "Fanovana lahabolana"
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+"Endri-tsoratra safidy ampiasaina anatin'ny faritra fanovana. Tsy hihatra io "
+"raha tsy atsahatra ny safidy \"Endri-tsoratra tsotra ampiasaina\"."
+
+#: ../data/gedit.schemas.in.h:2 ../gedit/gedit-plugin-manager.c:747
+msgid "Active plugins"
+msgstr "Ireo plugin miasa"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Fanafangoana hita hoazy"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Fandraiketana hoazy"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "elanelan'ny fandraiketana hoazy"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "Miova andalana hoazy"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "Loko afara"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Loko afara ho an'ny lahabolana voafaritra anatin'ny faritra fanovana. Tsy "
+"hihatra io raha tsy atsahatra ny safidy \"Loko tsotra ampiasaina\"."
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Loko afara ho an'ny lahabolana tsy voafaritra anatin'ny faritra fanovana. "
+"Tsy hihatra io raha tsy atsahatra ny safidy \"Loko afara ampiasaina\"."
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr "Tovan'ny dikamitovin'ny tahiry"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr "Endri-tsoratry ny votoatin-dahatsoratra ho an'ny fanontana "
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Bottom Panel is Visible"
+msgstr "Miseho ny tontonana ambany"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Create Backup Copies"
+msgstr "Hamorona dikamitovy tahiry"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Line Numbers"
+msgstr "Asehoy ny laharan'ny andalana"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Display Right Margin"
+msgstr "Asehoy ny olotra havanana"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Editor Font"
+msgstr "Endri-tsoratry ny fanovana"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Enable Search Highlighting"
+msgstr "Alefaso ny fampisongadinana ny teny karohina"
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Enable Syntax Highlighting"
+msgstr "Alefaso ny fampisongadinana ny rariteny"
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Encodings shown in menu"
+msgstr "Fanafangoana miseho anatin'ny tolotra"
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"Tovana ampiasaina amin'ny anaran'ny rakitra tahiry. Tsy hihatra io raha tsy "
+"atsahatra ny safidy \"Hamorona dikamitovy tahiry\"."
+
+#: ../data/gedit.schemas.in.h:21
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Loko aloha ho an'ny lahabolana voafaritra anatin'ny faritra fanovana. Tsy "
+"hihatra io raha tsy atsahatra ny safidy \"Loko tsotra ampiasaina\"."
+
+#: ../data/gedit.schemas.in.h:22
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Loko aloha ho an'ny lahabolana tsy voafaritra anatin'ny faritra fanovana. "
+"Tsy hihatra io raha tsy atsahatra ny safidy \"Loko tsotra ampiasaina\"."
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Header Font for Printing"
+msgstr "Endri-tsoratry ny lohasoratra ho an'ny fanontana"
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Highlight Current Line"
+msgstr "Asongadino ity andalana ity"
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Highlight Matching Bracket"
+msgstr "Asongadino ireo fonon-teny tandrify"
+
+#: ../data/gedit.schemas.in.h:26
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Raha toa ka 0 io sanda io, dia tsy asiana laharan'andalana ny tahirin-"
+"kevitra atonta. Raha tsy izany, dia hatontan'ny gedit ny laharan'andalana "
+"tahaka ireny."
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Insert spaces"
+msgstr "Hanisy elanelana "
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Line Number Font for Printing"
+msgstr "Endri-tsoratry ny laharan'andalana ho an'ny fanontana"
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Line Wrapping Mode"
+msgstr "Fomba midina andalana"
+
+#: ../data/gedit.schemas.in.h:30
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+"Lisitry ny scheme VSF raisin'ny gedit an-tànana amin'ny fanoranata. Araka ny "
+"tokony ho izy, dia azo anoratana scheme 'rakitra'."
+
+#: ../data/gedit.schemas.in.h:31
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Lisitr'ireo plugin miasa. Io no misy ny \"Toerana\" an'ny plugin miasa. "
+"Jereo ny rakitra .gedit-plugin ahafantarana ny \"Toerana\" an'ny plugin iray."
+
+#: ../data/gedit.schemas.in.h:32
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+"Lisitr'ireo fanafangoana miseho anatin'ny tolotry ny Fanafangoana Marika ao "
+"amin'ny mpisafidy rakitra. Ireo fanafangoana fantatra ihany no ampiasaina."
+
+#: ../data/gedit.schemas.in.h:33
+msgid "Max Number of Undo Actions"
+msgstr "Isan'ny fanafoan'asa be indrindra"
+
+#: ../data/gedit.schemas.in.h:34
+msgid "Maximum Recent Files"
+msgstr "Isan'ny rakitra vao vetivety be indrindra"
+
+#: ../data/gedit.schemas.in.h:35
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+"Isan'ny be indrindra ny asa azon'ny gedit foanana na averina atao. \"-1\" "
+"ampiasaina raha hametra ny isan'ny asa."
+
+#: ../data/gedit.schemas.in.h:36
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"Isan'ny asa be indrindra azon'ny gedit foanana na averina atao. \"-1\" raha "
+"tsy hametra ny isan'ny asa. Tsy ampiasaina intsony nanomboka tamin'ny 2.12.0"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:39
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:42
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:46
+msgid "Monospace Regular 9"
+msgstr "Monospace Regular 9"
+
+#: ../data/gedit.schemas.in.h:47
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Ny fotoana (minitra) andrasan'ny gedit alohan'ny handraiketan'ny gedit "
+"rakitra nanaovana fanovana. Tsy hihatra io raha tsy atsahatra ny safidy "
+"\"Fandraiketana hoazy\"."
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Print Header"
+msgstr "Atontay ilay loham-pejy"
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Print Line Numbers"
+msgstr "Atontay ireo laharan'andalana"
+
+#: ../data/gedit.schemas.in.h:50
+msgid "Print Syntax Highlighting"
+msgstr "Atontay ny loko fanasongadinana ny rarinteny"
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Printing Line Wrapping Mode"
+msgstr "Atontay ny fomba midina andalana"
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Restore Previous Cursor Position"
+msgstr "Avereno amin'ny toerany teo aloha ny kitondro"
+
+#: ../data/gedit.schemas.in.h:53
+msgid "Right Margin Position"
+msgstr "Toeran'ny olotra havanana"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:56
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 11"
+msgstr "Sans Regular 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:67
+msgid "Sans Regular 8"
+msgstr "Sans Regular 8"
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Selected Text Color"
+msgstr "Lokon'ny lahabolana voafaritra"
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Selection Color"
+msgstr "Lokon'ny famaritana"
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Side Pane is Visible"
+msgstr "Miseho ny takila an-tsisiny"
+
+#: ../data/gedit.schemas.in.h:71
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+"Lisitra voalaamin'ireo fanafangoana ampiasain'ny gedit amin'ny fizahana "
+"hoazy ny fanafangoan'ny rakitra iray. \"NY AMPIASAINA IZAO\" no fanafangoana "
+"locale ampiasaina amin'izao fotoana izao. Ny fanafangoana fantatra ihany no "
+"ampiasaina."
+
+#: ../data/gedit.schemas.in.h:72
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Milaza ny fomba fampidinana andalana teny amin'ny fanontana. \"GTK_WRAP_NONE"
+"\" ampiasaina raha toa ka tsy asiana fidinana andalana, \"GTK_WRAP_WORD\" "
+"raha toa ka hanisy izany amin'ny faran'ny teny, ary \"GTK_WRAP_CHAR\" raha "
+"toa ka hanisy izany anelanelan'ny teny iray. Marihana fa manaja efitrefi-"
+"dohavipirinty ireo sanda ireo. Noho izany, soraty araka izay misoratra eto "
+"izy ireo."
+
+#: ../data/gedit.schemas.in.h:73
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Milaza ny fomba fampidinana andalana andian-teny lava anatin'ny faritra "
+"fanovana. \"GTK_WRAP_NONE\" ampiasaina raha toa ka tsy asiana fidinana "
+"andalana, \"GTK_WRAP_WORD\" raha toa ka hanisy izany amin'ny faran'ny teny, "
+"ary \"GTK_WRAP_CHAR\" raha toa ka hanisy izany anelanelan'ny teny iray. "
+"Marihana fa manaja efitrefi-dohavipirinty ireo sanda ireo. Noho izany, "
+"soraty araka izay misoratra eto izy ireo."
+
+#: ../data/gedit.schemas.in.h:74
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"Mamaritra ny endri-tsoratra ampiasaina amin'ny votoaty rehefa hanonta "
+"tahirin-kevitra."
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+"Mamaritra ny endri-tsoratra ampiasaina amin'ny votoaty rehefa hanonta "
+"tahirin-kevitra. Anaran'endri-tsoratry ny fanontana an'ny gnome izy io fa "
+"nosoloin'ny print_font_body_pango."
+
+#: ../data/gedit.schemas.in.h:76
+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 ""
+"Mamaritra ny endri-tsoratra ampiasana amin'ny laharan'andalana rehefa "
+"manonta. Tsy hihatra io raha tsy 0 ny sandan'ny safidy \"Atontay ny "
+"laharan'andalana\"."
+
+#: ../data/gedit.schemas.in.h:77
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+"Mamaritra ny endri-tsoratra ampiasaina amin'ny laharan'andalana rehefa "
+"manonta. Tsy hihatra io raha tsy 0 ny sandan'ny safidy \"Atontay ny "
+"laharan'andalana\". Anaran'endri-tsoratry ny fanontana an'ny gnome io fa "
+"nosoloin'ny print_font_body_pango."
+
+#: ../data/gedit.schemas.in.h:78
+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 ""
+"Mamaritra ny endri-tsoratra ampiasaina amin'ny lohasoratry ny pejy rehefa "
+"manonta tahirin-kevitra iray. Tsy hihatra io raha tsy alefa ny safidy "
+"\"Atontay ny lohasoratra\"."
+
+#: ../data/gedit.schemas.in.h:79
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+"Mamaritra ny endri-tsoratra ampiasaina amin'ny lohasoratry ny pejy rehefa "
+"manonta tahirin-kevitra iray. Tsy hihatra io raha tsy alefa ny safidy "
+"\"Atontay ny lohasoratra\". Anaran'endri-tsoratry ny fanontana an'ny gnome "
+"izy io fa nosoloin'ny print_font_body_pango."
+
+#: ../data/gedit.schemas.in.h:80
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Mamaritra ny isan'ny rakitra vao nosakafana be indrindra izay hiseho "
+"anatin'ny zana-tolotra \"Rakitra vao vetivety\"."
+
+#: ../data/gedit.schemas.in.h:81
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Mamaritra ny isan'ny elanelana aseho ho solon'ny mariky ny Tab."
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Specifies the position of the right margin."
+msgstr "Mamaritra ny toeran'ny olotra havanana."
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Status Bar is Visible"
+msgstr "Miseho ny anjan'ny fivoarana"
+
+#: ../data/gedit.schemas.in.h:84
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"Endrika ho an'ny tsindrin'ny anjan'ny fitaovana. Ireto ny sanda mety "
+"ampiasaina: \"GEDIT_TOOLBAR_SYSTEM\" raha hampiasa ny endrika tsotran'ny "
+"rafitra, \"GEDIT_TOOLBAR_ICONS\" raha tsy haneho afa-tsy ireo kisary ihany, "
+"\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" raha haneho ireo kisary sy soratra miaraka, "
+"ary \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" raha haneho soratra nomen-danja "
+"akaikin'ny kisary. Marihina fa manaja efitrefi-dohavipirinty ireo sanda "
+"ireo. Noho izany, soraty araka izay voasoratra eto izy ireo."
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Tab Size"
+msgstr "Haben'ny Tab"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Text Color"
+msgstr "Lokon'ny lahabolana"
+
+#: ../data/gedit.schemas.in.h:87
+msgid "Toolbar Buttons Style"
+msgstr "Endriky ny tsindrin'ny anjan'ny fitaovana"
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Toolbar is Visible"
+msgstr "Miseho ny anjan'ny fitaovana"
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Fetran'ny fanafoanan'asa (TSY AMPIASAINA INTSONY)"
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Use Default Colors"
+msgstr "Loko tsotra ampiasaina"
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Use Default Font"
+msgstr "Endri-tsoratra tsotra ampiasaina"
+
+#: ../data/gedit.schemas.in.h:92
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"Milaza raha toa ka tokony handraikitra ireo rakitra nanaovana fanovana ny "
+"gedit aorian'ny fotoana voafaritra iray. Azonao faritana amin'ny alalan'ny "
+"safidy \"Elanelan'ny fandraiketana hoazy\" io elanelam-potoana io."
+
+#: ../data/gedit.schemas.in.h:93
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Milaza raha toa ka tokony hamorona dikamitovy tahirin'ireo rakitra raiketiny "
+"ny gedit. Azonao faritana amin'ny alalan'ny safidy \"Tovan'ny dikamitovy "
+"tahiry\" ny tovan'ilay rakitra tahiry."
+
+#: ../data/gedit.schemas.in.h:94
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Milaza raha toa ka tokony haneho ireo laharan'andalana ao anatin'ny faritra "
+"fanovana ny gedit."
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Milaza raha toa ka tokony haneho ny olotra havanana ao anatin'ny faritra "
+"fanovana ny gedit."
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+"Milaza raha toa ka tokony hampihatra ny fiovana andalana hoazy ny gedit."
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+"Milaza raha toa ka tokony hampihatra ny fampisongadinana ny rariteny ny "
+"gedit."
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Milaza raha toa ka tokony hampisongadina izay rehetra mitovy amin'ilay teny "
+"karohina ny gedit."
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+"Milaza raha toa ka tokony hampisongadina ny fonon-teny tandrify ny gedit."
+
+#: ../data/gedit.schemas.in.h:100
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+"Milaza raha toa ka tokony hampisongadina ny andian-tsoratra voatondro ny "
+"gedit."
+
+#: ../data/gedit.schemas.in.h:101
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Milaza raha toa ka tokony hanisy lohasoratra anaty tahirin-kevitra ny gedit "
+"rehefa manonta."
+
+#: ../data/gedit.schemas.in.h:102
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Milaza raha toa ka tokony hanisy elanelana ho solon'ny tab ny gedit."
+
+#: ../data/gedit.schemas.in.h:103
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Milaza raha toa ka tokony hanonta ny fanasongadinana rarinteny ny gedit "
+"rehefa manonta."
+
+#: ../data/gedit.schemas.in.h:104
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Milaza raha toa ka tokony hamerina ny kitondro amin'ny toerany teo aloha ny "
+"gedit rehefa misy rakitra voasokatra."
+
+#: ../data/gedit.schemas.in.h:105
+msgid ""
+"Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+"Milaza raha toa ka hiseho ilay tontonana eo ambanin'ny fikandran'ny fanovana."
+
+#: ../data/gedit.schemas.in.h:106
+msgid ""
+"Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+"Milaza raha toa ka tokony hiseho ilay takila an-tsisiny eo ankavian'ny "
+"fikandran'ny fanovana "
+
+#: ../data/gedit.schemas.in.h:107
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Milaza raha toa ka tokony hiseho ilay anjan'ny fivoarana eo ambanin'ny "
+"fikandran'ny fanovana."
+
+#: ../data/gedit.schemas.in.h:108
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+"Milaza raha toa ka tokony hiseho anatin'ny fikandran'ny fanovana ny anjan'ny "
+"fanovana."
+
+#: ../data/gedit.schemas.in.h:109
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+"Milaza raha toa ka ireo loko tsotran'ny rafitra no ampiasaina anatin'ny "
+"faritra fanovana. Raha atsahatra io safidy io, dia ireo loko voafaritra ao "
+"amin'ny \"Loko afara\", \"Lokon'ny lahabolana\", \"Lokon'ny lahabolana "
+"voafaritra\", ary \"Lokon'ny famaritana\" no ho lokon'ny faritra fanovana."
+
+#: ../data/gedit.schemas.in.h:110
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+"Milaza raha toa ka ny endri-tsoratra tsotran'ny rafitra ny ampiasaina "
+"amin'ny fanovana lahabolana fa tsy izay nolazaina an'ny gedit. Raha "
+"atsahatra io safidy io, dia ilay endri-tsoratra nosafidiana tao amin'ny "
+"\"Endri-tsoratry ny fanovana\" no ampiasaina fa tsy ny endri-tsoratry ny "
+"rafitra."
+
+#: ../data/gedit.schemas.in.h:111
+msgid "Writable VFS schemes"
+msgstr "Scheme VFS azo anoratana"
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:114
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:118
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr "[UTF-8,CURRENT,ISO-8859-15]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "Hivoaka _tsy mila mandraikitra "
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "_Foano ny fivoahana"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "Hidio _tsy mila mandraikitra"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:183
+msgid "Question"
+msgstr "Fanontaniana"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:383
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny %ld lasa teo."
+msgstr[1] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny %ld lasa teo."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:392
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao dia ho very daholo ireo "
+"fanovana natao tanatin'ny iray minitra lasa teo."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:398
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny iray minitra sy %ld segaondra lasa teo."
+msgstr[1] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny iray minitra sy %ld segaondra lasa teo."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:408
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny %ld minitra lasa teo."
+msgstr[1] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny %ld minitra lasa teo."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:423
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:444
+#, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny %d ora lasa teo."
+msgstr[1] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny %d ora lasa teo."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:429
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny ora sy %d minitra lasa teo."
+msgstr[1] ""
+"Raha toa ka tsy mandraikitra na inona na inona ianao, dia ho very daholo "
+"ireo fanovana natao tanatin'ny ora sy %d minitra lasa teo."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:487
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr ""
+"Raiketina ireo fanovana natao tamin'ny tahirin-kevitra \"%s\" alohan'ny "
+"hijanonana?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:658
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Misy tahirin-kevitra novaina %d samy tsy noraiketina avokoa. Raiketina ireo "
+"fanovana alohan'ny hijanonana?"
+msgstr[1] ""
+"Misy tahirin-kevitra novaina %d samy tsy noraiketina avokoa. Raiketina ireo "
+"fanovana alohan'ny hijanonana?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:675
+msgid "S_elect the documents you want to save:"
+msgstr "_Safidio ireo tahirin-kevitra tianao raiketina:"
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:692
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+"Ho very daholo ireo fanovana nataonao raha toa ka tsy mandraikitra na inona "
+"na inona ianao."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:315
+msgid "Character Codings"
+msgstr "Fanafangoana marika"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:365
+#: ../gedit/dialogs/gedit-encodings-dialog.c:426
+msgid "_Description"
+msgstr "_Fanoritsoritana"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:374
+#: ../gedit/dialogs/gedit-encodings-dialog.c:435
+msgid "_Encoding"
+msgstr "_Fanafangoana"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:1
+msgid "A_vailable encodings:"
+msgstr "Fanafangoana _misy:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:2
+msgid "Character codings"
+msgstr "Fanafangoana marika"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "_Fanafangoana miseho anatin'ny tolotra:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:135
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:3
+msgid "Open Location"
+msgstr "Hanokatra toerana"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:1
+msgid "Ch_aracter coding:"
+msgstr "Fanafangoana _marika:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "Soraty ilay _toeran' (URI) ilay rakitra tianao sokafana:"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.c:527
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:9
+msgid "Page Setup"
+msgstr "Fandrindrana ny pejy"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:1
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1
+#: ../plugins/externaltools/tools/tools.glade.h:1
+#: ../plugins/snippets/snippets/snippets.glade.h:1
+#: ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:2
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:8
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Laharan'andalana</b>"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:3
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:11
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Fidinana andalana</b>"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:4
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:16
+msgid "Do not _split words over two lines"
+msgstr "Aza _sarahana ny teny iray"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:5
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:19
+msgid "Enable text _wrapping"
+msgstr "Alefaso ny _fampidinana andalana"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:6
+msgid "Fonts"
+msgstr "Endri-tsoratra"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:7
+msgid "General"
+msgstr "Ankapobe"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:8
+msgid "He_aders and footers:"
+msgstr "Loham-pejy sy faram-pejy:"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:10
+msgid "Print _line numbers"
+msgstr "Atontay ireo _laharan'andalana"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:11
+msgid "Print s_yntax highlighting"
+msgstr "Atontay ny fanasongadinana ny _rarinteny"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:12
+#, fuzzy
+msgid "_Body:"
+msgstr "_Votoaty:"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:13
+msgid "_Line numbers:"
+msgstr "_Laharan'andalana:"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:14
+msgid "_Number every"
+msgstr "_Laharana isaka ny"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:15
+msgid "_Print page headers"
+msgstr "_Atontay ireo loham-pejy"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:16
+msgid "_Restore Default Fonts"
+msgstr "_Avereno ireo endri-tsoratra tsotra"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:17
+msgid "lines"
+msgstr "andalana"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to select the font to be used by the editor"
+msgstr ""
+"Tsindrio ity hisafidianana ny endri-tsoratra ampiasaina amin'ny fanovana"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure text color"
+msgstr "Tsindrio ity hanamboarana ny lokon'ny soratra"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid "Push this button to configure background color"
+msgstr "Tsindrio ity hanamboarana ny loko afara"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:657
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr "Tsindrio ity hanamboarana ny lokon'ny lahabolana voafaritra "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:660
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr "Tsindrio ity hamaritana ny lokon'ny lahabolana voafaritra"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1161
+msgid "Elements"
+msgstr "Singantaharo"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1273
+msgid "gedit Preferences"
+msgstr "Safiy manokan'ny gedit"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Fiovana andalana hoazy</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>Fifanandrifin'ny fonon-teny</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>Ny andalana amin'izao</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:5
+msgid "<b>Elements</b>"
+msgstr "<b>Singantaharo</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:6
+msgid "<b>File Saving</b>"
+msgstr "<b>Fandraiketana rakitra</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:7
+msgid "<b>Font</b>"
+msgstr "<b>Endri-tsoratra</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:9
+msgid "<b>Right Margin</b>"
+msgstr "<b>Olotra havanana</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:10
+msgid "<b>Tab Stops</b>"
+msgstr "<b>Mariky ny kinifinify</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<span weight=\"bold\">Loko</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Bold"
+msgstr "Matevina"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr "Manaova dikamitovy _tahiry ny rakitra alohan'ny handraiketana azy"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:15
+msgid "Display right _margin"
+msgstr "Asehoy ny _olotra havanana"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:17
+msgid "Editor"
+msgstr "Fanovana lahabolana"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:18
+msgid "Editor _font: "
+msgstr "_Endri-tsoratry ny fanovana lahabolana:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:20
+msgid "Font & Colors"
+msgstr "Endri-tsoratra sy loko"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:21
+msgid "Hi_ghlight current line"
+msgstr "_Asongadino io andalana io"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:22
+msgid "Highlight _mode:"
+msgstr "_Fiasan'ny fanasongadinana:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:23
+msgid "Highlight matching _bracket"
+msgstr "Asongadino ny _fonon-teny tandrify"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr "_Elanelana no ataovy solon'ny kinifinify"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:25
+msgid "Italic"
+msgstr "Sora-mandry"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:26
+msgid "Normal _text color:"
+msgstr "Lokon'ny _soratra ara-pitsipika:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:27
+msgid "Pick a color"
+msgstr "Misafidiana loko iray"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:28
+msgid "Pick the background color"
+msgstr "Safidio ny loko afara"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:29
+msgid "Pick the editor font"
+msgstr "Safidio ny endri-tsoratry ny fanovana lahabolana"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:30
+msgid "Pick the normal text color"
+msgstr "Safidio ny lokon'ny soratra ara-pitsipika"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:31
+msgid "Pick the selected text color"
+msgstr "Safidio ny lokon'ny lahabolana voafaritra"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:32
+msgid "Pick the selection color"
+msgstr "Safidio ny lokon'ny famaritana"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:33
+msgid "Plugins"
+msgstr "Plugin"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:34
+msgid "Preferences"
+msgstr "Safidy manokana"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:35
+msgid "Se_lection color:"
+msgstr "Lokon'ny _famaritana:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:36
+msgid "Selecte_d text color:"
+msgstr "Lokon'ny lahabolana _voafaritra:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:37
+#, fuzzy
+msgid "Strikethrough"
+msgstr "Disoy "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:38
+msgid "Syntax Highlighting"
+msgstr "Fanasongadinana rarin-teny"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:39
+msgid "U_se default theme colors"
+msgstr "_Lokon'endrika tsotra ampiasaina"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:40
+msgid "Underline"
+msgstr "Tsipio"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:41
+msgid "View"
+msgstr "Asehoy"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:42
+msgid "_Autosave files every"
+msgstr "_Avy dia raiketo ny rakitra isaka ny"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:43
+msgid "_Background color:"
+msgstr "_Loko afara:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:44
+msgid "_Background:"
+msgstr "_Afara:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:45
+msgid "_Display line numbers"
+msgstr "_Asehoy ny laharan'andalana"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:46
+msgid "_Enable automatic indentation"
+msgstr "_Alefaso ny fampidinana andalana hoazy"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:47
+msgid "_Enable syntax highlighting"
+msgstr "_Alefaso ny fanasongadinana rarin-teny"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:48
+msgid "_Foreground:"
+msgstr "_Aloha:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:49
+msgid "_Reset to Default "
+msgstr "_Avereno amin'ny toetra tsotra"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:50
+msgid "_Right margin at column:"
+msgstr "_Olotra havanana amin'ny fariana:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:51
+msgid "_Tab width:"
+msgstr "_Indran'ny kinifinify:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:52
+#, fuzzy
+msgid "_Use default theme font"
+msgstr "_Endri-tsoratry ny endrika tsotra ampiasaina"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:53
+msgid "_minutes"
+msgstr "_minitra"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:260
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:2 ../gedit/gedit-window.c:1068
+msgid "Replace"
+msgstr "Soloy"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:272 ../gedit/gedit-window.c:1066
+msgid "Find"
+msgstr "Tadiavo"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:324
+msgid "Replace _All"
+msgstr "Soloy izy _rehetra"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:325
+#: ../gedit/gedit-commands-file.c:594
+msgid "_Replace"
+msgstr "_Soloy"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:1
+msgid "Match _entire word only"
+msgstr "Ny mifanaraka amin'ilay _teny ihany"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:3
+msgid "Replace All"
+msgstr "Manolo izy rehetra"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:4
+msgid "Replace _with: "
+msgstr "Soloy _ity:"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:5
+msgid "Search _backwards"
+msgstr "Karoy _miverina"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:6
+msgid "_Match case"
+msgstr "_Hajao ny efitrefi-dohavipirinty"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:7
+msgid "_Search for: "
+msgstr "_Karohy:"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:8
+msgid "_Wrap around"
+msgstr "_Karoka miverimberina"
+
+#: ../gedit/gedit.c:75
+#, fuzzy
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Farito ny fanafangoana marika ampiasaina hanokafana ireo rakitra hita "
+"amin'ilay ligne de commande"
+
+#: ../gedit/gedit.c:78
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "Mamorona fikandrana avo tantana anatin'ny izay gedit mandeha"
+
+#: ../gedit/gedit.c:81
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Mamorona tahirin-kevitra vaovao ao anatin'ny izay gedit mandeha"
+
+#: ../gedit/gedit.c:84
+msgid "[FILE...]"
+msgstr "[RAKITRA...]"
+
+#: ../gedit/gedit.c:116
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr "%s: anaran-drakitra na URI ratsy voatra.\n"
+
+#: ../gedit/gedit.c:128
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: fanafangoana tsy mitombina.\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:450
+msgid "- Edit text files"
+msgstr "- Manova raki-tsoratra"
+
+#: ../gedit/gedit-commands-file.c:128 ../gedit/gedit-commands-file.c:174
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Maka ny rakitra '%s'..."
+
+#: ../gedit/gedit-commands-file.c:183
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Maka rakitra %d..."
+msgstr[1] "Maka rakitra %d..."
+
+#: ../gedit/gedit-commands-file.c:320
+msgid "Open Files…"
+msgstr "Hanokatra rakitra..."
+
+#: ../gedit/gedit-commands-file.c:426
+msgid "The entered location is not valid."
+msgstr "Tsy mitombina io toerana voalaza io."
+
+#: ../gedit/gedit-commands-file.c:429
+#: ../gedit/gedit-io-error-message-area.c:150
+#: ../gedit/gedit-io-error-message-area.c:189
+#: ../gedit/gedit-io-error-message-area.c:205
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+"Jereo hoe nosoratanao araka ny tokony ho izy ilay toerana dia andramo indray."
+
+#: ../gedit/gedit-commands-file.c:575
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Vakiana fotsiny ny rakitra \"%s\"."
+
+#: ../gedit/gedit-commands-file.c:586
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Tianao andramana tsindriana io rakitra raiketinao io ve ilay izy? "
+
+#: ../gedit/gedit-commands-file.c:652 ../gedit/gedit-commands-file.c:850
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Mandraikitra ny rakitra '%s'..."
+
+#: ../gedit/gedit-commands-file.c:749
+msgid "Save As…"
+msgstr "Raiketo toy izao..."
+
+#: ../gedit/gedit-commands-file.c:1045
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Manemotra ny tahirin-kevitra '%s'..."
+
+#: ../gedit/gedit-commands-file.c:1067
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr ""
+"Tsy raiketina ireo fanovana tsy voarakitra natao tamin'ny tahirin-kevitra '%"
+"s'?"
+
+#: ../gedit/gedit-commands-file.c:1076
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ho very tanteraka ireo fanovana natao tamin'io tahirin-kevitra tanatin'ny %"
+"ld segaondra."
+msgstr[1] ""
+"Ho very tanteraka ireo fanovana natao tamin'io tahirin-kevitra tanatin'ny %"
+"ld segaondra."
+
+#: ../gedit/gedit-commands-file.c:1085
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Ho very tanteraka ireo fanovana natao tamin'io tahirin-kevitra io tanatin'ny "
+"iray minitra lasa teo."
+
+#: ../gedit/gedit-commands-file.c:1091
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ho very tanteraka ireo fanovana natao tamin'io tahirin-kevitra io tanatin'ny "
+"iray minitra sy %ld segaondra lasa teo."
+msgstr[1] ""
+"Ho very tanteraka ireo fanovana natao tamin'io tahirin-kevitra io tanatin'ny "
+"iray minitra sy %ld segaondra lasa teo."
+
+#: ../gedit/gedit-commands-file.c:1101
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ho very tanteraka ireo fanovana natao tamin'io tahirin-kevitra io tanatin'ny "
+"%ld minitra lasa teo."
+msgstr[1] ""
+"Ho very tanteraka ireo fanovana natao tamin'io tahirin-kevitra io tanatin'ny "
+"%ld minitra lasa teo."
+
+#: ../gedit/gedit-commands-file.c:1116 ../gedit/gedit-commands-file.c:1137
+#, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ho very daholo ireo fanovana natao tamin'io tahirin-kevitra io tanatin'ny %d "
+"ora lasa teo."
+msgstr[1] ""
+"Ho very daholo ireo fanovana natao tamin'io tahirin-kevitra io tanatin'ny %d "
+"ora lasa teo."
+
+#: ../gedit/gedit-commands-file.c:1122
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ho very tanteraka ireo fanovana natao tamin'io tahirin-kevitra io tanatin'ny "
+"iray ora sy %d minitra lasa teo."
+msgstr[1] ""
+"Ho very tanteraka ireo fanovana natao tamin'io tahirin-kevitra io tanatin'ny "
+"iray ora sy %d minitra lasa teo."
+
+#: ../gedit/gedit-commands-file.c:1163
+msgid "_Revert"
+msgstr "_Ahemory"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+"Ny gedit dia fanovana lahabolana kely sady maivana natao ho an'ny sehatr'asa "
+"GNOME"
+
+#: ../gedit/gedit-commands-help.c:94
+msgid "translator-credits"
+msgstr "Fankasitrahana ireo mpandika teny"
+
+#: ../gedit/gedit-commands-search.c:165
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Nahita sy nanolo teny %d"
+msgstr[1] "Nahita sy nanolo teny %d"
+
+#: ../gedit/gedit-commands-search.c:175
+msgid "Found and replaced one occurrence"
+msgstr "Nahita sy nanolo teny iray"
+
+#: ../gedit/gedit-commands-search.c:188
+msgid "Phrase not found"
+msgstr "Tsy ilay (andian-) teny"
+
+#: ../gedit/gedit-document.c:774 ../gedit/gedit-document.c:868
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Tahirin-kevitra tsy voaraikitra %d"
+
+#. bad bad luck...
+#: ../gedit/gedit-document-saver.c:536
+msgid "Could not obtain backup filename"
+msgstr "Tsy nahazo ny anaran'ilay rakitra tahiry"
+
+#: ../gedit/gedit-documents-panel.c:85 ../gedit/gedit-documents-panel.c:99
+#: ../gedit/gedit-window.c:1590 ../gedit/gedit-window.c:1595
+msgid "Read Only"
+msgstr "Vakiana fotsiny"
+
+#: ../gedit/gedit-documents-panel.c:633
+msgid "Documents"
+msgstr "Tahirin-kevitra"
+
+#: ../gedit/gedit-encodings.c:137 ../gedit/gedit-encodings.c:182
+#: ../gedit/gedit-encodings.c:184 ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:151 ../gedit/gedit-encodings.c:177
+#: ../gedit/gedit-encodings.c:223 ../gedit/gedit-encodings.c:266
+msgid "Western"
+msgstr "Tandrefana"
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:225
+#: ../gedit/gedit-encodings.c:262
+msgid "Central European"
+msgstr "Eoropa Afovoany"
+
+#: ../gedit/gedit-encodings.c:155
+msgid "South European"
+msgstr "Eoropa Atsimo"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:173
+#: ../gedit/gedit-encodings.c:276
+msgid "Baltic"
+msgstr "Teny Baltika"
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:227
+#: ../gedit/gedit-encodings.c:240 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:246 ../gedit/gedit-encodings.c:264
+msgid "Cyrillic"
+msgstr "Teny Sirilika"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:274 ../plugins/spell/gedit-spell-checker.c:81
+msgid "Arabic"
+msgstr "Teny Arabo"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:268
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "Greek"
+msgstr "Teny Grika"
+
+#: ../gedit/gedit-encodings.c:165
+msgid "Hebrew Visual"
+msgstr "Hebrew Visual"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:272 ../plugins/spell/gedit-spell-checker.c:111
+msgid "Hebrew"
+msgstr "Teny Hebrio"
+
+#: ../gedit/gedit-encodings.c:169 ../gedit/gedit-encodings.c:229
+#: ../gedit/gedit-encodings.c:270 ../plugins/spell/gedit-spell-checker.c:152
+msgid "Turkish"
+msgstr "Teny Tiorka"
+
+#: ../gedit/gedit-encodings.c:171
+msgid "Nordic"
+msgstr "Fiteny any Eoropa Avaratra"
+
+#: ../gedit/gedit-encodings.c:175
+msgid "Celtic"
+msgstr "Teny Selta"
+
+#: ../gedit/gedit-encodings.c:179 ../plugins/spell/gedit-spell-checker.c:140
+msgid "Romanian"
+msgstr "Teny Romanianina"
+
+#: ../gedit/gedit-encodings.c:191
+msgid "Armenian"
+msgstr "Teny Armenianina"
+
+#: ../gedit/gedit-encodings.c:193 ../gedit/gedit-encodings.c:195
+#: ../gedit/gedit-encodings.c:209
+msgid "Chinese Traditional"
+msgstr "Teny Sinoa nentim-paharazana"
+
+#: ../gedit/gedit-encodings.c:197
+msgid "Cyrillic/Russian"
+msgstr "Teny Sirilika/Rosianina"
+
+#: ../gedit/gedit-encodings.c:200 ../gedit/gedit-encodings.c:202
+#: ../gedit/gedit-encodings.c:204 ../gedit/gedit-encodings.c:236
+#: ../gedit/gedit-encodings.c:251
+msgid "Japanese"
+msgstr "Teny Japoney"
+
+#: ../gedit/gedit-encodings.c:207 ../gedit/gedit-encodings.c:238
+#: ../gedit/gedit-encodings.c:242 ../gedit/gedit-encodings.c:257
+msgid "Korean"
+msgstr "Teny Koreanina"
+
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:214
+#: ../gedit/gedit-encodings.c:216 ../gedit/gedit-encodings.c:220
+msgid "Chinese Simplified"
+msgstr "Teny Sinoa notsorina"
+
+#: ../gedit/gedit-encodings.c:218
+msgid "Georgian"
+msgstr "Fiteny any Georgie"
+
+#: ../gedit/gedit-encodings.c:248
+msgid "Cyrillic/Ukrainian"
+msgstr "Teny Sirilika/Okrenianina"
+
+#: ../gedit/gedit-encodings.c:253 ../gedit/gedit-encodings.c:259
+#: ../gedit/gedit-encodings.c:278 ../plugins/spell/gedit-spell-checker.c:155
+msgid "Vietnamese"
+msgstr "Teny Vietnamianina"
+
+#: ../gedit/gedit-encodings.c:255
+msgid "Thai"
+msgstr "Teny Thailandais"
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr "Tsy fantatra"
+
+#: ../gedit/gedit-encodings-option-menu.c:219
+msgid "Auto Detected"
+msgstr "Hita hoazy"
+
+#: ../gedit/gedit-encodings-option-menu.c:239
+#: ../gedit/gedit-encodings-option-menu.c:261
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Ny toerana izao (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:322
+msgid "Add or _Remove..."
+msgstr "Hanampy na _hanesotra..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:72
+msgid "C_haracter Coding:"
+msgstr "Fanafangoana _marika:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:189
+msgid "All Files"
+msgstr "Ireo rakitra rehetra"
+
+#: ../gedit/gedit-file-chooser-dialog.c:197
+msgid "All Text Files"
+msgstr "Ireo raki-tsoratra rehetra"
+
+#: ../gedit/gedit-help.c:66
+msgid "There was an error displaying help."
+msgstr "Nisy olana teo am-panehoana ny toro-làlana."
+
+#: ../gedit/gedit-io-error-message-area.c:148
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Tsy hita ny rakitra %s."
+
+#: ../gedit/gedit-io-error-message-area.c:155
+#: ../gedit/gedit-io-error-message-area.c:381
+msgid "The file contains corrupted data."
+msgstr "Misy data simba io rakitra io."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:166
+#: ../gedit/gedit-io-error-message-area.c:392
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "Tsy afaka mandray an-tànana ny adiresy %s ny gedit."
+
+#: ../gedit/gedit-io-error-message-area.c:172
+#: ../gedit/gedit-io-error-message-area.c:398
+msgid "gedit cannot handle this location."
+msgstr "Tsy afaka mandray an-tànana io adiresy ny gedit."
+
+#: ../gedit/gedit-io-error-message-area.c:179
+#: ../gedit/gedit-io-error-message-area.c:405
+msgid "The file contains data in an invalid format."
+msgstr "Misy data manana lamina tsy mitombina io rakitra io."
+
+#: ../gedit/gedit-io-error-message-area.c:183
+#: ../gedit/gedit-io-error-message-area.c:409
+msgid "The file is too big."
+msgstr "Lehibe loatra io rakitra io."
+
+#: ../gedit/gedit-io-error-message-area.c:187
+#, c-format
+msgid "%s is not a valid location."
+msgstr "Adiresy tsy mitombina ny %s."
+
+#: ../gedit/gedit-io-error-message-area.c:194
+#: ../gedit/gedit-io-error-message-area.c:413
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Tsy manana ny fahazoan-dàlana ilaina hanokafana io rakitra io ianao."
+
+#: ../gedit/gedit-io-error-message-area.c:198
+#: ../gedit/gedit-io-error-message-area.c:417
+#: ../gedit/gedit-io-error-message-area.c:1161
+msgid ""
+"There are too many open files. Please, close some applications and try again."
+msgstr ""
+"Be loatra ireo rakitra misokatra. Ajanony ny rindranasa sasany dia andramo "
+"indray."
+
+#: ../gedit/gedit-io-error-message-area.c:203
+#: ../gedit/gedit-io-error-message-area.c:422
+#, c-format
+msgid "%s is a directory."
+msgstr "Laha-tahiry ny %s."
+
+#: ../gedit/gedit-io-error-message-area.c:210
+#: ../gedit/gedit-io-error-message-area.c:427
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+"Tsy ampy ny arika hanokafana io rakitra io. Ajanony ny rindranasa sasany dia "
+"andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:238
+#: ../gedit/gedit-io-error-message-area.c:455
+#: ../gedit/gedit-io-error-message-area.c:1200
+#, c-format
+msgid ""
+"Host %s could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Tsy hita ny mpampiantrano %s. Jereo hoe marina ny fandrindrana ny proxy-nao "
+"dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:249
+#: ../gedit/gedit-io-error-message-area.c:260
+#: ../gedit/gedit-io-error-message-area.c:268
+#: ../gedit/gedit-io-error-message-area.c:466
+#: ../gedit/gedit-io-error-message-area.c:477
+#: ../gedit/gedit-io-error-message-area.c:1211
+#: ../gedit/gedit-io-error-message-area.c:1222
+#: ../gedit/gedit-io-error-message-area.c:1230
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+"Tsy mitombina ny anaran'ny ilay mpampiantrano. Jereo hoe nosoratanao araka "
+"ny tokony ho izy ilay adiresy dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:274
+#: ../gedit/gedit-io-error-message-area.c:485
+#: ../gedit/gedit-io-error-message-area.c:1236
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+"Foana ny anaran'ny mpampiantrano. Jereo hoe marina ny fandrindrana ny proxy-"
+"nao dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:280
+#: ../gedit/gedit-io-error-message-area.c:1242
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"Tsy nahomby ny fidirana. Jereo hoe nosoratanao araka ny tokony ho izy ilay "
+"adiresy dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:286
+msgid "The file you are trying to open is not a regular file."
+msgstr "Tsy mahazatra io rakitra andramanao sokafana io."
+
+#: ../gedit/gedit-io-error-message-area.c:325
+#: ../gedit/gedit-io-error-message-area.c:545
+#: ../gedit/gedit-io-error-message-area.c:1307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Tsy fetezana tsy nampoizina: %s"
+
+#: ../gedit/gedit-io-error-message-area.c:331
+#: ../gedit/gedit-io-error-message-area.c:710
+#, c-format
+msgid "Could not open the file %s."
+msgstr "Tsy afaka nanokatra ny rakitra %s."
+
+#: ../gedit/gedit-io-error-message-area.c:376
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr "Tsy hitan'ny gedit ilay izy. Mety vao nofafàna vao haingana angamba."
+
+#: ../gedit/gedit-io-error-message-area.c:491
+msgid "Attempt to log in failed."
+msgstr "Tsy nahomby ny fidirana."
+
+#: ../gedit/gedit-io-error-message-area.c:495
+#, c-format
+msgid "%s is not a regular file."
+msgstr "Tsy mahazatra ny rakitra %s."
+
+#: ../gedit/gedit-io-error-message-area.c:551
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "Tsy afaka nanemotra ny rakitra %s."
+
+#: ../gedit/gedit-io-error-message-area.c:574
+msgid "Ch_aracter Coding:"
+msgstr "Fanafangoana _marika:"
+
+#: ../gedit/gedit-io-error-message-area.c:617
+msgid "_Retry"
+msgstr "_Andramo indray"
+
+#: ../gedit/gedit-io-error-message-area.c:712
+msgid "gedit has not been able to detect the character coding."
+msgstr "Tsy afaka namantatra ilay fanafangoana marika ny gedit."
+
+#: ../gedit/gedit-io-error-message-area.c:714
+#: ../gedit/gedit-io-error-message-area.c:723
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Jereo hoe tsy rakitra binary io andramanao sokafana io."
+
+#: ../gedit/gedit-io-error-message-area.c:715
+msgid "Select a character coding from the menu and try again."
+msgstr "Misafidiana fanafangoana marika ao amin'ny tolotra dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:720
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr ""
+"Tsy afaka nanokatra ny rakitra %s tamin'ny alalan'ny fanafangoana marika %s."
+
+#: ../gedit/gedit-io-error-message-area.c:724
+#: ../gedit/gedit-io-error-message-area.c:774
+msgid "Select a different character coding from the menu and try again."
+msgstr ""
+"Misafidiana fanafangoana marika hafa ao amin'ny tolotra dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:769
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr ""
+"Tsy afaka nandraikitra ny rakitra %s tamin'ny alalan'ny fanafangoana marika %"
+"s."
+
+#: ../gedit/gedit-io-error-message-area.c:772
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+msgstr ""
+"Misy marika iray na mihoatra tsy mety fangoana amin'ny alalan'ilay "
+"fanafangoana marika voalaza."
+
+#: ../gedit/gedit-io-error-message-area.c:833
+msgid "_Edit Anyway"
+msgstr "_Ovay ihany"
+
+#: ../gedit/gedit-io-error-message-area.c:836
+msgid "_Don't Edit"
+msgstr "_Aza ovana"
+
+#. FIXME: try to rephrase in a better way
+#: ../gedit/gedit-io-error-message-area.c:852
+#, c-format
+msgid "The file %s is already open."
+msgstr "Efa misokatra ny rakitra %s. "
+
+#: ../gedit/gedit-io-error-message-area.c:867
+msgid ""
+"gedit opened this instance of the file in non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"Tamin'ny fomba tsy mety anaovana fanovana ity rakitra ity. Tianao ovaina "
+"ihany ve izy io?"
+
+#: ../gedit/gedit-io-error-message-area.c:925
+#: ../gedit/gedit-io-error-message-area.c:1020
+msgid "_Save Anyway"
+msgstr "_Raiketo ihany"
+
+#: ../gedit/gedit-io-error-message-area.c:929
+#: ../gedit/gedit-io-error-message-area.c:1024
+msgid "_Don't Save"
+msgstr "_Aza raiketina"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:947
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr ""
+"Efa nisy fanovana nihatra tamin'ny rakitra %s hatramin'ny nanokafana/"
+"nandraiketana azy."
+
+#: ../gedit/gedit-io-error-message-area.c:963
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Raha toa ka raiketinao izy io dia ho very avokoa ireo fanovana ivelany "
+"nihatra taminy. Raiketina ihany?"
+
+#: ../gedit/gedit-io-error-message-area.c:1042
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "Tsy afaka namorona rakitra tahiry raha nandraikitra ny %s"
+
+#: ../gedit/gedit-io-error-message-area.c:1045
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "Tsy afaka namorona rakitra tahiry vonjimaika raha nandraikitra ny %s"
+
+#: ../gedit/gedit-io-error-message-area.c:1062
+msgid ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Tsy afaka nandraikitra ny dikamitovin'ilay rakitra teo aloha alohan'ny "
+"handraiketana ilay iray vaovao. Azonao atao ny tsy mandraharaha ity "
+"fampilazana ity ary mandraikitra ilay rakitra ihany, saingy raha toa ka misy "
+"tsy fetezana mitranga mandritra ilay fandraiketana, dia mety ho very ilay "
+"rakitra teo aloha. Raiketina ihany?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1123
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please, check that you typed "
+"the location correctly and try again."
+msgstr ""
+"Tsy afaka mandray an-tànana ny adiresy %s amin'ny fomba manoratra ny gedit. "
+"Jereo hoe nosoratanao araka ny tokony ho izy ilay adiresy dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:1131
+msgid ""
+"gedit cannot handle this location in write mode. Please, check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Tsy afaka mandray an-tànana io adiresy io amin'ny fomba manoratra ny gedit. "
+"Jereo hoe nosoratanao araka ny tokony ho izy ilay adiresy dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:1140
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"Misy famerana ny haben'ny rakitra ilay kapila handraiketanao io rakitra io. "
+"Manandrama mandraikitra rakitra kely noho io na mandraikitra azy io amin'ny "
+"kapila tsy izany famerana izany. "
+
+#: ../gedit/gedit-io-error-message-area.c:1147
+#, c-format
+msgid ""
+"%s is not a valid location. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"Tsy mitombina ny adiresy %s. Jereo hoe nosoratanao araka ny tokony ho izy "
+"ilay adiresy dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:1154
+msgid ""
+"You do not have the permissions necessary to save the file. Please, check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Tsy manana ny fahazoan-dàlana ilaina handraiketana io rakitra io ianao. "
+"Jereo hoe nosoratanao araka ny tokony ho izy ilay adiresy dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:1166
+#, c-format
+msgid ""
+"%s is a directory. Please, check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Laha-tahiry ny %s. Jereo hoe nosoratanao araka ny tokony ho izy ilay adiresy "
+"dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:1172
+msgid ""
+"Not enough available memory to save the file. Please, close some running "
+"applications and try again."
+msgstr ""
+"Tsy ampy ny arika handraiketana ilay rakitra. Ajanony ny rindranasa sasany "
+"dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:1248
+msgid ""
+"There is not enough disk space to save the file. Please, free some disk "
+"space and try again."
+msgstr ""
+"Tsy misy toerana malalaka tsara azo andraiketana ilay rakitra amin'ny "
+"kapila. Alalao ny kapila dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:1254
+msgid ""
+"You are trying to save the file on a read-only disk. Please, check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Manandrana mandraikitra ilay rakitra amin'ny kapila amakiana fotsiny ianao. "
+"Jereo hoe nosoratanao araka ny tokony ho izy ilay adiresy dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:1260
+msgid "A file with the same name already exists. Please, use a different name."
+msgstr "Efa misy rakitra manana io anarana io. Mampiasà anarana hafa."
+
+#: ../gedit/gedit-io-error-message-area.c:1265
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please, use a shorter name."
+msgstr ""
+"Misy famerana ny halavan'ny anaran-drakitra ilay kapila handraiketanao ilay "
+"rakitra. Mampiasà anarana fohy kokoa."
+
+#: ../gedit/gedit-io-error-message-area.c:1270
+#, c-format
+msgid ""
+"%s is not a regular file. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"Tsy mahazatra ny rakitra %s. Jereo hoe nosoratanao araka ny tokony ho izy "
+"ilay adiresy dia andramo indray."
+
+#: ../gedit/gedit-io-error-message-area.c:1313
+#, c-format
+msgid "Could not save the file %s."
+msgstr "Tsy afaka nandraikitra ny rakitra %s."
+
+#: ../gedit/gedit-notebook.c:823
+msgid "Close document"
+msgstr "Hidio ilay laha-tahiry"
+
+#: ../gedit/gedit-panel.c:365 ../gedit/gedit-panel.c:556
+#: ../gedit/recent-files/egg-recent-view-gtk.c:446
+#: ../gedit/recent-files/egg-recent-view-uimanager.c:322
+msgid "Empty"
+msgstr "Foana"
+
+#: ../gedit/gedit-panel.c:500 ../gedit/gedit-panel.c:577
+msgid "Hide panel"
+msgstr "Afeno ilay tontonana"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "Plugin"
+
+#: ../gedit/gedit-plugin-manager.c:56
+#, fuzzy
+msgid "Enabled"
+msgstr "Mandeha"
+
+#: ../gedit/gedit-plugin-manager.c:502
+msgid "_About"
+msgstr "_Momobamomba"
+
+#: ../gedit/gedit-plugin-manager.c:510
+msgid "C_onfigure"
+msgstr "Hi_kirakira"
+
+#: ../gedit/gedit-plugin-manager.c:520
+msgid "A_ctivate"
+msgstr "_Alefaso"
+
+#: ../gedit/gedit-plugin-manager.c:530
+msgid "Ac_tivate All"
+msgstr "A_lefaso izy rehetra"
+
+#: ../gedit/gedit-plugin-manager.c:535
+msgid "_Deactivate All"
+msgstr "_Atsaharo izy rehetra"
+
+#: ../gedit/gedit-plugin-manager.c:776
+msgid "_About Plugin"
+msgstr "_Mombamomba ny plugin"
+
+#: ../gedit/gedit-plugin-manager.c:780
+msgid "C_onfigure Plugin"
+msgstr "Hi_kirakira ny plugin"
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr "Tsy afaka manomboka ny mpandrindra ny safidy manokana."
+
+#: ../gedit/gedit-prefs-manager.c:1386
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "`%s' no nampoizina `%s' no azo ho an'ny famaha %s"
+
+#: ../gedit/gedit-print.c:186
+#, c-format
+msgid "File: %s"
+msgstr "Rakitra: %s"
+
+#: ../gedit/gedit-print.c:194
+msgid "Page %N of %Q"
+msgstr "Pejy %N amin'ny %Q"
+
+#: ../gedit/gedit-print.c:316
+msgid "Print"
+msgstr "Atontay"
+
+#: ../gedit/gedit-print.c:325 ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Lines"
+msgstr "Andalana"
+
+#: ../gedit/gedit-print-job-preview.c:623
+msgid "Page Preview"
+msgstr "Topy mason'ny pejy"
+
+#: ../gedit/gedit-print-job-preview.c:624
+msgid "The preview of a page in the document to be printed"
+msgstr "Topy mason'ny pejin'ny tahirin-kevitra hatonta"
+
+#: ../gedit/gedit-print-job-preview.c:710
+msgid "Other"
+msgstr "Hafa"
+
+#: ../gedit/gedit-print-job-preview.c:740
+msgid "Show the previous page"
+msgstr "Asehoy ny pejy ao aloha"
+
+#: ../gedit/gedit-print-job-preview.c:751
+msgid "Show the next page"
+msgstr "Asehoy ny pejy manaraka"
+
+#: ../gedit/gedit-print-job-preview.c:767
+msgid "Current page (Alt+P)"
+msgstr "Ny pejy amin'izao (Alt+P)"
+
+#. gtk_label_set_mnemonic_widget ((GtkLabel *) l, mp->priv->page_entry);
+#. We are displaying 'XXX of XXX'.
+#: ../gedit/gedit-print-job-preview.c:781
+msgid "of"
+msgstr "amin'ny"
+
+#: ../gedit/gedit-print-job-preview.c:787
+msgid "Page total"
+msgstr "Tontalin'ireo pejy"
+
+#: ../gedit/gedit-print-job-preview.c:788
+msgid "The total number of pages in the document"
+msgstr "Ny tontalin'ny isan'ny pejy anatin'ilay tahirin-kevitra"
+
+#: ../gedit/gedit-print-job-preview.c:805
+msgid "Show multiple pages"
+msgstr "Maneho pejy maro miaraka"
+
+#: ../gedit/gedit-print-job-preview.c:817
+msgid "Zoom 1:1"
+msgstr "Zòma 1:1"
+
+#: ../gedit/gedit-print-job-preview.c:825
+msgid "Zoom to fit the whole page"
+msgstr "Zòma mameno ny pejy iray manontolo"
+
+#: ../gedit/gedit-print-job-preview.c:834
+msgid "Zoom the page in"
+msgstr "Zòma manalehibe ny pejy"
+
+#: ../gedit/gedit-print-job-preview.c:842
+msgid "Zoom the page out"
+msgstr "Zòma manakely ny pejy"
+
+#: ../gedit/gedit-print-job-preview.c:856
+msgid "Close print preview"
+msgstr "Hidio ny topy mason'ny fanontana"
+
+#: ../gedit/gedit-print-job-preview.c:1096
+#: ../gedit/gedit-print-job-preview.c:1097
+msgid "Number of pages horizontally"
+msgstr "Ny isan'ny pejy rehefa mandry"
+
+#: ../gedit/gedit-print-job-preview.c:1100
+#: ../gedit/gedit-print-job-preview.c:1101
+msgid "Number of pages vertically"
+msgstr "Ny isan'ny pejy rehefa mitsangana"
+
+#: ../gedit/gedit-print-job-preview.c:1165
+msgid "No visible output was created."
+msgstr "Tsy nisy output hita maso voaforona."
+
+#: ../gedit/gedit-statusbar.c:257
+msgid " OVR"
+msgstr " OVR"
+
+#: ../gedit/gedit-statusbar.c:259
+msgid " INS"
+msgstr " INS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:298
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " And %d, Far %d"
+
+#: ../gedit/gedit-statusbar.c:397
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Misy vakizoro misy tsy fetezana"
+msgstr[1] "Misy vakizoro %d misy tsy fetezana"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:641
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Manemotra ny %s avy ao amin'ny %s"
+
+#: ../gedit/gedit-tab.c:648
+#, c-format
+msgid "Reverting %s"
+msgstr "Manemotra ny %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:664
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Maka ny %s avy ao amin'ny %s"
+
+#: ../gedit/gedit-tab.c:671
+#, c-format
+msgid "Loading %s"
+msgstr "Maka ny %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:754
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Mandraikitra ny %s ao amin'ny %s"
+
+#: ../gedit/gedit-tab.c:761
+#, c-format
+msgid "Saving %s"
+msgstr "Mandraikitra ny %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1503
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1548
+#, c-format
+msgid "Error opening file %s"
+msgstr "Nisy olana ny fanokafana ny rakitra %s"
+
+#: ../gedit/gedit-tab.c:1553
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Nisy olana ny fanemorana ny rakitra %s"
+
+#: ../gedit/gedit-tab.c:1558
+#, c-format
+msgid "Error saving file %s"
+msgstr "Nisy olana ny fandraiketana ny rakitra %s"
+
+#: ../gedit/gedit-tab.c:1576
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1583
+msgid "Name:"
+msgstr "Anarana:"
+
+#: ../gedit/gedit-tab.c:1584
+msgid "MIME Type:"
+msgstr "Karazana MIME:"
+
+#: ../gedit/gedit-tab.c:1585
+msgid "Encoding:"
+msgstr "Fanafangoana:"
+
+#: ../gedit/gedit-tab.c:2013
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Mamoaka ny pejy %d amin'ny %d..."
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:52
+msgid "_File"
+msgstr "_Rakitra"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Edit"
+msgstr "_Ovay"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_View"
+msgstr "_Asehoy"
+
+#: ../gedit/gedit-ui.h:55
+msgid "_Search"
+msgstr "_Karohy"
+
+#: ../gedit/gedit-ui.h:56
+msgid "_Tools"
+msgstr "_Fitaovana"
+
+#: ../gedit/gedit-ui.h:57
+msgid "_Documents"
+msgstr "_Tahirin-kevitra"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Help"
+msgstr "_Toro-làlana"
+
+#: ../gedit/gedit-ui.h:62
+msgid "Create a new document"
+msgstr "Hamorona tahirin-kevitra vaovao"
+
+#: ../gedit/gedit-ui.h:63
+msgid "_Open..."
+msgstr "_Sokafy..."
+
+#: ../gedit/gedit-ui.h:64 ../gedit/gedit-window.c:1165
+msgid "Open a file"
+msgstr "Manokatra rakitra iray"
+
+#: ../gedit/gedit-ui.h:65
+msgid "Open _Location..."
+msgstr "Hanokatra _toerana..."
+
+#: ../gedit/gedit-ui.h:66
+msgid "Open a file from a specified location"
+msgstr "Manokatra rakitra iray anatin'ny toerana voafaritra iray"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Page Set_up..."
+msgstr "_Fandrindrana ny pejy..."
+
+#: ../gedit/gedit-ui.h:68
+msgid "Setup the page settings"
+msgstr "Mandrindra ny pejy"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:71
+msgid "Pr_eferences"
+msgstr "Safidy _manokana"
+
+#: ../gedit/gedit-ui.h:72
+msgid "Configure the application"
+msgstr "Mikirakira ilay rindranasa"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:75
+msgid "_Contents"
+msgstr "_Mpiaty"
+
+#: ../gedit/gedit-ui.h:76
+msgid "Open the gedit manual"
+msgstr "Manokatra ny manual'ny gedit"
+
+#: ../gedit/gedit-ui.h:78
+msgid "About this application"
+msgstr "Momba ity rindranasa ity"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Save the current file"
+msgstr "Mandraikitra io rakitra io"
+
+#: ../gedit/gedit-ui.h:86
+msgid "Save _As..."
+msgstr "Raiketo _toy izao..."
+
+#: ../gedit/gedit-ui.h:87
+msgid "Save the current file with a different name"
+msgstr "Mandraikitra io rakitra io amin'ny anarana hafa"
+
+#: ../gedit/gedit-ui.h:89
+msgid "Revert to a saved version of the file"
+msgstr "Mihemotra mankany amin'izay voaraikitra tamin'io rakitra io"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "_Topy mason'ny fanontana"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr "Topy mason'ny fanontana"
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "_Atontay..."
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr "Manonta io pejy io"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Close the current file"
+msgstr "Manidy io rakitra io"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Undo the last action"
+msgstr "Manafoana ny asa natao farany"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Redo the last undone action"
+msgstr "Mamerina ny asa nofoanana farany"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Cut the selection"
+msgstr "Manesotra izay voafaritra"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Copy the selection"
+msgstr "Mandika izay voafaritra"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Paste the clipboard"
+msgstr "Mametaka izay ao anaty fanindri-taratasy"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Delete the selected text"
+msgstr "Mamafa ny lahabolana voafaritra"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Select _All"
+msgstr "Farito izy _rehetra"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Select the entire document"
+msgstr "Mamaritra ilay tahirin-kevitra iray manontolo"
+
+#. View menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Highlight Mode"
+msgstr "_Fiasan'ny fanasongadinana"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:117
+msgid "_Find..."
+msgstr "_Karoy..."
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search for text"
+msgstr "Mikaroka lahabolana"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Ne_xt"
+msgstr "Ma_naraka"
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search forwards for the same text"
+msgstr "Manao fikarohana miroso ny lahabolana voalaza"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Find Pre_vious"
+msgstr "_Aloha"
+
+#: ../gedit/gedit-ui.h:122
+msgid "Search backwards for the same text"
+msgstr "Manao fikarohana mihemotra ny lahabolana voalaza"
+
+#: ../gedit/gedit-ui.h:123
+msgid "_Replace..."
+msgstr "_Soloy..."
+
+#: ../gedit/gedit-ui.h:124
+msgid "Search for and replace text"
+msgstr "Mitady ary manolo lahabolana"
+
+#: ../gedit/gedit-ui.h:125
+msgid "_Clear Highlight"
+msgstr "_Foano ny fanasongadinana"
+
+#: ../gedit/gedit-ui.h:126
+msgid "Clear highlighting of search matches"
+msgstr "Manafoana ny fanasongadinana ireo teny karohina"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Go to _Line..."
+msgstr "Ho any amin'ny _andalana..."
+
+#: ../gedit/gedit-ui.h:128
+msgid "Go to a specific line"
+msgstr "Mankany amin'ny andalana voalaza"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:131
+msgid "_Save All"
+msgstr "_Raiketo izy rehetra"
+
+#: ../gedit/gedit-ui.h:132
+msgid "Save all open files"
+msgstr "Mandraikitra ireo rakitra misokatra rehetra"
+
+#: ../gedit/gedit-ui.h:133
+msgid "_Close All"
+msgstr "_Hidio izy rehetra"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Close all open files"
+msgstr "Manidy ireo rakitra misokatra rehetra"
+
+#: ../gedit/gedit-ui.h:135
+msgid "_Previous Document"
+msgstr "_Tahirin-kevitra nosokafana taloha"
+
+#: ../gedit/gedit-ui.h:136
+msgid "Activate previous document"
+msgstr "Mampandeha ny tahirin-kevitra nosokafana taloha"
+
+#: ../gedit/gedit-ui.h:137
+msgid "_Next Document"
+msgstr "Tahirin-kevitra _tafara"
+
+#: ../gedit/gedit-ui.h:138
+msgid "Activate next document"
+msgstr "Mampandeha ny takirin-kevitra nosofana tafara"
+
+#: ../gedit/gedit-ui.h:139
+msgid "_Move to New Window"
+msgstr "_Afindrao anaty fikandrana vaovao"
+
+#: ../gedit/gedit-ui.h:140
+msgid "Move the current document to a new window"
+msgstr "Mamindra io tahirin-kevitra io anaty fikandrana vaovao"
+
+#: ../gedit/gedit-ui.h:147
+msgid "Quit the program"
+msgstr "Manajanona ilay rindranasa"
+
+#: ../gedit/gedit-ui.h:152
+msgid "_Toolbar"
+msgstr "_Anjan'ny fitaovana"
+
+#: ../gedit/gedit-ui.h:153
+msgid "Show or hide the toolbar in the current window"
+msgstr "Mampiseho na manafina ny anjan'ny fitaovana amin'io fikandrana io"
+
+#: ../gedit/gedit-ui.h:155
+msgid "_Statusbar"
+msgstr "_Anjan'ny fivoarana"
+
+#: ../gedit/gedit-ui.h:156
+msgid "Show or hide the statusbar in the current window"
+msgstr "Mampiseho na manafina ny anjan'ny fivoarana amin'io fikandrana io"
+
+#: ../gedit/gedit-ui.h:158
+msgid "Side _Pane"
+msgstr "_Takila an-tsisiny"
+
+#: ../gedit/gedit-ui.h:159
+msgid "Show or hide the side pane in the current window"
+msgstr "Mampiseho na manafina ny takila an-tsisiny amin'io fikandrana io"
+
+#: ../gedit/gedit-ui.h:165
+msgid "_Bottom Pane"
+msgstr "_Takila ambany"
+
+#: ../gedit/gedit-ui.h:166
+msgid "Show or hide the bottom pane in the current window"
+msgstr "Mampiseho na manafina ny takila ambany amin'io fikandrana io"
+
+#: ../gedit/gedit-utils.c:973
+#, c-format
+msgid "Unable to find file %s."
+msgstr "Tsy hita ny rakitra %s."
+
+#: ../gedit/gedit-utils.c:977 ../gedit/gedit-utils.c:1006
+msgid "Please check your installation."
+msgstr "Jereo ny fametrahana nataonao."
+
+#: ../gedit/gedit-utils.c:1002
+#, c-format
+msgid "Unable to find the required widgets inside file %s."
+msgstr "Tsy hita ao anatin'ny rakitra %s ireo widget ilaina."
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1336
+msgid "_Wrap Around"
+msgstr "_Karoka miverimberina"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1346
+msgid "Match _Entire Word Only"
+msgstr "Ny mifanaraka amin'ilay _teny ihany"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1356
+msgid "_Match Case"
+msgstr "_Hajao ny efitrefi-dohavipirinty"
+
+#: ../gedit/gedit-view.c:1444
+msgid "String you want to search for"
+msgstr "Ny andian-teny tianao karohina"
+
+#: ../gedit/gedit-view.c:1453
+msgid "Line you want to move the cursor to"
+msgstr "Ny andalana tianao amindrana ny kitondro"
+
+#: ../gedit/gedit-window.c:734
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Ampiasao ny fomba fanasongadinana %s"
+
+#. add the "None" item before all the others
+#. Translators: "None" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:789
+msgid "None"
+msgstr "Tsy misy"
+
+#: ../gedit/gedit-window.c:790
+msgid "Disable syntax highlighting"
+msgstr "Atsaharo ny fanasongadinana rarinteny"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:916 ../gedit/gedit-window.c:941
+#: ../gedit/recent-files/egg-recent-view-gtk.c:346
+#: ../gedit/recent-files/egg-recent-view-uimanager.c:205
+#, c-format
+msgid "Open '%s'"
+msgstr "Sokafy ny '%s'"
+
+#: ../gedit/gedit-window.c:1064
+msgid "Save"
+msgstr "Raiketo"
+
+#: ../gedit/gedit-window.c:1169
+msgid "Open a recently used file"
+msgstr "Manokatra rakitra nampiasaina vao haingana"
+
+#: ../gedit/gedit-window.c:1176
+msgid "Open"
+msgstr "Sokafy"
+
+#: ../gedit/gedit-window.c:1265 ../gedit/gedit-window.c:1866
+#, c-format
+msgid "Activate %s"
+msgstr "Alefaso ny '%s'"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Ovay ny efitrefi-dohavipirinty"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Manova ny efitrefi-dohavipirintin'ny lahabolana voafaritra."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "_Ovay ny efitrefi-dohavipirinty"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "_Renitsoratra izy rehetra"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "Mamadika ny lahabolana voafaritra ho renitsoratra"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "_Zanatsoratra izy rehetra"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "Mamadika ny lahabolana voafaritra ho zanatsoratra"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "_Ampifamadio ny efitrefi-dohavi-pirinty"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "Mampifamadika ny efitrefi-dohavipirintin'ny lahabolana voafaritra"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "_Efitrefi-dohavipirintin'ny lohateny"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "Manova ny litera voalohany amin'ny teny voafaritra ho renitsoratra"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Manadihady io tahirin-kevitra io ary mitatitra ny isan'ny teny , andalana, "
+"marika ary izay marika tsy elanelana ao anatiny."
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Document Statistics"
+msgstr "Rehan'ny tahirin-kevitra"
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">Anaran'ny rakitra</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "Octet"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "Marika (tsy misy elanelana)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "Marika (misy elanelana)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Document"
+msgstr "Tehirin-kevitra"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "Selection"
+msgstr "Famaritana"
+
+#: ../plugins/docinfo/docinfo.glade2.h:11
+msgid "Words"
+msgstr "Teny"
+
+#: ../plugins/docinfo/docinfo.glade2.h:12
+msgid "_Update"
+msgstr "_Avaozy"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:405
+msgid "_Document Statistics"
+msgstr "Rehan'ny _tahirin-kevitra"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:407
+msgid "Get statistic info on current document"
+msgstr "Maka ny lazan'ny rehan'io tahirin-kevitra io"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "Manatanteraka baiko ivelany sy ny baiko soratry ny akora."
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "Fitaovana ivelany"
+
+#: ../plugins/externaltools/tools/functions.py:242
+msgid "You must be inside a word to run this command"
+msgstr ""
+"Tsy maintsy mitoetra anatin'ny teny iray ianao vao afaka mampanatanteraka io "
+"baiko io"
+
+#: ../plugins/externaltools/tools/functions.py:299
+msgid "Running tool:"
+msgstr "Mandefa ilay fitaovana:"
+
+#: ../plugins/externaltools/tools/functions.py:322
+msgid "Done."
+msgstr "Vita."
+
+#: ../plugins/externaltools/tools/functions.py:324
+msgid "Exited"
+msgstr "Najanona"
+
+#: ../plugins/externaltools/tools/manager.py:41
+msgid "Nothing"
+msgstr "Tsy misy"
+
+#: ../plugins/externaltools/tools/manager.py:42
+msgid "Current document"
+msgstr "Io tahirin-kevitra io"
+
+#: ../plugins/externaltools/tools/manager.py:43
+msgid "Current selection"
+msgstr "Io famaritana io"
+
+#: ../plugins/externaltools/tools/manager.py:44
+msgid "Current line"
+msgstr "Io andalana io"
+
+#: ../plugins/externaltools/tools/manager.py:45
+msgid "Current word"
+msgstr "Io teny io"
+
+#: ../plugins/externaltools/tools/manager.py:48
+msgid "Insert in output panel"
+msgstr "Ampidiro ao amin'ny tontonan'ny famoahana"
+
+#: ../plugins/externaltools/tools/manager.py:49
+msgid "Create new document"
+msgstr "Hamorona tahirin-kevitra vaovao"
+
+#: ../plugins/externaltools/tools/manager.py:50
+msgid "Append to current document"
+msgstr "Ampiarao amin'io tahirin-kevitra io"
+
+#: ../plugins/externaltools/tools/manager.py:51
+msgid "Replace current document"
+msgstr "Soloy io tahirin-kevitra io"
+
+#: ../plugins/externaltools/tools/manager.py:52
+msgid "Replace current selection"
+msgstr "Soloy io famaritana io"
+
+#: ../plugins/externaltools/tools/manager.py:53
+msgid "Insert at cursor position"
+msgstr "Atsofoy eo amin'ny toeran'ny kitondro"
+
+#: ../plugins/externaltools/tools/manager.py:56
+msgid "All documents"
+msgstr "Ny tahirin-kevitra rehetra"
+
+#: ../plugins/externaltools/tools/manager.py:57
+msgid "All documents except untitled ones"
+msgstr "Ny tahirin-kevitra rehetra afa-tsy ireo tsy misy lohanteny"
+
+#: ../plugins/externaltools/tools/manager.py:58
+msgid "Local files only"
+msgstr "Rakitra an-toerana ihany"
+
+#: ../plugins/externaltools/tools/manager.py:59
+msgid "Remote files only"
+msgstr "Rakitra lavi-toerana ihany"
+
+#: ../plugins/externaltools/tools/manager.py:60
+msgid "Untitled documents only"
+msgstr "Tahirin-kevitra tsy misy lohateny ihany"
+
+#: ../plugins/externaltools/tools/manager.py:190
+#: ../plugins/externaltools/tools/manager.py:207
+#: ../plugins/externaltools/tools/manager.py:246
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr "Amboaro ny fitaovana <i>%s</i>:"
+
+#: ../plugins/externaltools/tools/manager.py:194
+msgid "A Brand New Tool"
+msgstr "Fitaovana vaovao tanteraka"
+
+#: ../plugins/externaltools/tools/manager.py:217
+msgid "New tool"
+msgstr "Fitaovana vaovao"
+
+#: ../plugins/externaltools/tools/manager.py:280
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Efa miaraka amin'ny %s io mpanafaingana io"
+
+#: ../plugins/externaltools/tools/manager.py:333
+#: ../plugins/snippets/snippets/SnippetsDialog.py:600
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Manorata mpanafaingana vaovao na tsindrio ny kitendry Miverina raha "
+"hanafoana izay voasoratra"
+
+#: ../plugins/externaltools/tools/manager.py:335
+#: ../plugins/snippets/snippets/SnippetsDialog.py:602
+msgid "Type a new accelerator"
+msgstr "Manorata mpanfaingana vaovao"
+
+#: ../plugins/externaltools/tools/outputpanel.py:78
+msgid "Stopped."
+msgstr "Najanona."
+
+#: ../plugins/externaltools/tools/tools.glade.h:2
+msgid "Co_mmand(s):"
+msgstr "Ba_iko:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:3
+msgid "Edit tool <i>make</i>:"
+msgstr "Amboaro ny fitaovana <i>make</i>:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:4
+msgid "External Tools Manager"
+msgstr "Mpandrindra fitaovana ivelany"
+
+#: ../plugins/externaltools/tools/tools.glade.h:5
+msgid "F7"
+msgstr "F7"
+
+#: ../plugins/externaltools/tools/tools.glade.h:6
+msgid ""
+"Nothing\n"
+"Current document\n"
+"All documents"
+msgstr ""
+"Tsy misy\n"
+"Io tahirin-kevitra\n"
+"Ny tahirin-kevitra rehetra"
+
+#: ../plugins/externaltools/tools/tools.glade.h:9
+msgid "Run “make” in the document dir"
+msgstr "Alefaso ao amin'ny lahatahirin'ilay tahirin-kevitra ny \"make\""
+
+#: ../plugins/externaltools/tools/tools.glade.h:10
+#: ../plugins/snippets/snippets/snippets.glade.h:4
+msgid "_Accelerator:"
+msgstr "_Mpanafaingana:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:11
+msgid "_Applicability:"
+msgstr "_Fetezana:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:12
+msgid "_Description:"
+msgstr "_Fanoritsoritana:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:13
+msgid "_Input:"
+msgstr "_Fampidirana:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:14
+msgid "_Output:"
+msgstr "_Famoahana:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:15
+msgid "_Save:"
+msgstr "_Raiketo:"
+
+#: ../plugins/externaltools/tools/tools.glade.h:16
+msgid "_Tools:"
+msgstr "_fitaovana:"
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "_Ovay andalana"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr "Manova ny andalan'ny andian-teny voafaritra"
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "_Aza ovaina andalana"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr "Tsy manova andalana ireo andian-teny voafaritra"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent lines"
+msgstr "Ovay andalana"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "Manova na tsy manova andalana ireo andian-teny voafaritra."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+"Fandraisana an-tànana fiovan'andalana amin'ny Emacs, Kate, ary Vim-style ho "
+"an'ny gedit."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "fiovan'andalana"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr "Konsoly phyton iresahana mitoetra anatin'ny tontonana ambany"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+msgid "Python Console"
+msgstr "Konsoly phyton"
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr "Atsofoy ny _anaran'ny mpampiasa"
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr "Manatsofoka ny anaran'ny mpampiasa amin'ny toerana misy ny kitondro"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "Manatsofoka ny anaran'ny mpampiasa amin'ny toerana misy ny kitondro."
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "Anaran'ny mpampiasa"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr "Manatsofoka lahabolana fampiasa matetika haingana dia haigana"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr "Sombin-dahabolana"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>Fandefasana</b>"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:3
+msgid "Snippets Manager"
+msgstr "Mpandrindra sombin-dahabolana"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:5
+msgid "_Edit snippet:"
+msgstr "_Hanova sombin-dahabolana:"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:6
+msgid "_Snippets:"
+msgstr "_Sombin-dahabolana:"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:7
+msgid "_Tab trigger:"
+msgstr "_Tab trigger:"
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:73
+msgid "Manage _Snippets..."
+msgstr "Handrindra _sombin-dahabolana..."
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:74
+msgid "Manage snippets"
+msgstr "Mandrindra ny sombin-dahabolana"
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:53
+msgid "Add a new snippet..."
+msgstr "Hanampy sombin-dahabolana iray vaovao..."
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:108
+msgid "Global"
+msgstr "Manontolo"
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:476
+msgid ""
+"This is not a valid tab trigger. Triggers can either contain letters or a "
+"single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+"Tab trigger tsy mitombina io. Ny tab trigger dia ahitana litera na marika "
+"tokana tsy misy soratra sy isa toy ny {, [, sns."
+
+#: ../plugins/sort/gedit-sort-plugin.c:80
+msgid "S_ort..."
+msgstr "Hana_vaka..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:82
+msgid "Sort the current document or selection"
+msgstr "Manavaka ny tahirin-kevitra na famaritana izao"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "Avao"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Manavaka lahabolana voafaritra na tahirin-kevitra iray."
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr "_Esory ireo dikamitovy"
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr "_Atomboy amin'ny fariana:"
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Tsy afaka manafoana asa fanavahana ianao"
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr "_Aza mandraharaha ny haben-tsoratra"
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr "_Avadio ny filaharana"
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr "_Avao"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr "(tsy misy teny naroso)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+msgid "_More..."
+msgstr "_Fanampiny..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr "_Aza mandraharaha izy rehetra"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr "_Hanampy"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr "_Soso-kevitra momba ny tsipelina..."
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+msgid "Amharic"
+msgstr "Teny Amharika"
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+msgid "Arabic (Egypt)"
+msgstr "Teny Arabo (Ejipta)"
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Azerbaijani"
+msgstr "Fiteny any Azerbaijan"
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+msgid "Belarusian"
+msgstr "Teny Belarus"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Bulgarian"
+msgstr "Teny Boligara"
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Bengali"
+msgstr "Teny Bengali"
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Breton"
+msgstr "Teny Breton"
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Catalan"
+msgstr "Teny Catalan"
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Czech"
+msgstr "Teny Czech"
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+msgid "Welsh"
+msgstr "Teny Gallois"
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "Danish"
+msgstr "Teny Danoa"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Austria)"
+msgstr "Teny Alemanina (Aotrisy)"
+
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "German (Germany)"
+msgstr "Teny Alemanina (Alemaina)"
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "German (Swiss)"
+msgstr "Teny Alemanina (Soisa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (American)"
+msgstr "Teny Anglisy (Amerikanina)"
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "English (British)"
+msgstr "Teny Anglisy (Britanika)"
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "English (Canadian)"
+msgstr "Teny Anglisy (Kanadianina)"
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+msgid "Esperanto"
+msgstr "Esperanto"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+msgid "Spanish"
+msgstr "Espaniola"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+msgid "Estonian"
+msgstr "Teny Estonianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Persian"
+msgstr "Fiteny Perse"
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "Finnish"
+msgstr "Teny Finoa"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "Faroese"
+msgstr "Faroese"
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+msgid "French (France)"
+msgstr "Teny Frantsay (Frantsa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "French (Swiss)"
+msgstr "Teny Frantsay (Soisa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+msgid "Irish"
+msgstr "Teny Irlandey"
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Scottish Gaelic"
+msgstr "Gaélique Ekôsey"
+
+#: ../plugins/spell/gedit-spell-checker.c:109
+msgid "Gallegan"
+msgstr "Gallegan"
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+msgid "Manx Gaelic"
+msgstr "Manx Gaelic"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Hindi"
+msgstr "Hindi"
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+msgid "Croatian"
+msgstr "Teny Kroaty"
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Upper Sorbian"
+msgstr "Upper Sorbian"
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Hungarian"
+msgstr "Teny Hongroa"
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Interlingua (IALA)"
+msgstr "Interlingua (IALA)"
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Indonesian"
+msgstr "Teny Indonezianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+msgid "Icelandic"
+msgstr "Teny Islandey"
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+msgid "Italian"
+msgstr "Teny Italianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Kurdish"
+msgstr "Teny Kurde"
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+msgid "Latin"
+msgstr "Teny Latina"
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Lithuanian"
+msgstr "Teny Litoanianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+msgid "Latvian"
+msgstr "Teny Latvianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+msgid "Malagasy"
+msgstr "Teny Malagasy"
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Maori"
+msgstr "Teny Maori"
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+msgid "Macedonian"
+msgstr "Teny Masedonianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Mongolian"
+msgstr "Teny Mongolianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Marathi"
+msgstr "Teny Marathi"
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+msgid "Malay"
+msgstr "Teny Maley"
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Maltese"
+msgstr "Teny Maltey"
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+msgid "Norwegian Bokmal"
+msgstr "Bokmal Norvezianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Dutch"
+msgstr "Teny holandey"
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Norwegian Nynorsk"
+msgstr "Nynorsk Norvezianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Norwegian"
+msgstr "Teny Norvezianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Nyanja"
+msgstr "Nyanja"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Polish"
+msgstr "Teny Poloney"
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Portuguese (Portugal)"
+msgstr "Teny Portogay (Portogaly)"
+
+#: ../plugins/spell/gedit-spell-checker.c:138
+msgid "Portuguese (Brazilian)"
+msgstr "Teny Portogay (Brezilianina)"
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Quechua"
+msgstr "Quechua"
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+msgid "Russian"
+msgstr "Teny Rosianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Kinyarwanda"
+msgstr "Teny Kinyarwanda"
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Sardinian"
+msgstr "Teny Sardinianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Slovak"
+msgstr "Teny Slave"
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Slovenian"
+msgstr "Teny Slovenianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+msgid "Swedish"
+msgstr "Teny Soedoa"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Swahili"
+msgstr "Teny Swahili"
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tamil"
+msgstr "Teny Tamil"
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tetum"
+msgstr "Tetum"
+
+#: ../plugins/spell/gedit-spell-checker.c:150
+msgid "Tagalog"
+msgstr "Tagalog"
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Tswana"
+msgstr "Tswana"
+
+#: ../plugins/spell/gedit-spell-checker.c:153
+msgid "Ukrainian"
+msgstr "Teny Okrenianina"
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Uzbek"
+msgstr "Teny Uzbek"
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Walloon"
+msgstr "Wallon"
+
+#: ../plugins/spell/gedit-spell-checker.c:157
+msgid "Yiddish"
+msgstr "Idisa"
+
+#: ../plugins/spell/gedit-spell-checker.c:158
+msgid "Zulu"
+msgstr "Teny Zulu"
+
+#: ../plugins/spell/gedit-spell-checker.c:830
+msgid "Default"
+msgstr "Tsotra"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "Jereo ny tsipelina"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "Soso-kevitra"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr "(tsipelina marina)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+msgid "Completed spell checking"
+msgstr "Vita ny fijerena tsipelina"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:244
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr "Tsy hita ao anatin'ny %s ireo widget ilaina."
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:265
+msgid "Languages"
+msgstr "Teny"
+
+#: ../plugins/spell/gedit-spell-plugin.c:70
+msgid "_Check Spelling"
+msgstr "_Jereo ny tsipelina"
+
+#: ../plugins/spell/gedit-spell-plugin.c:72
+msgid "Check the current document for incorrect spelling"
+msgstr "Mijery ny tsipelina diso anatin'io tahirin-kevitra io"
+
+#: ../plugins/spell/gedit-spell-plugin.c:78
+msgid "Set _Language..."
+msgstr "_Hamaritra ny teny..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:80
+msgid "Set the language of the current document"
+msgstr "Mamaritra ny teny ampiasain'io tahirin-kevitra io"
+
+#: ../plugins/spell/gedit-spell-plugin.c:89
+msgid "_Autocheck Spelling"
+msgstr "_Avy dia jereo ny tsipelina"
+
+#: ../plugins/spell/gedit-spell-plugin.c:91
+msgid "Automatically spell-check the current document"
+msgstr "Mijery avy hatrany ny tsipelin'io tahirin-kevitra io"
+
+#: ../plugins/spell/gedit-spell-plugin.c:713
+msgid "The document is empty."
+msgstr "Foana io tahirin-kevitra io."
+
+#: ../plugins/spell/gedit-spell-plugin.c:745
+msgid "No misspelled words"
+msgstr "Tsy misy teny diso tsipelina"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "Safidio ny teny ampiasain'io tahirin-kevitra io."
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "Farito ilay teny"
+
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Fiteny</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>teny</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "Hanampy t_eny"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "Ov_ay"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "Ovay izy _rehetra"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr "Ovay an'ito:"
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr "Jereo ireo _teny"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "Mijery ny tsipelina"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "Aza mandraharaha izy _rehetra"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Teny:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr "Teny diso tsipelina:"
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "Ampiasao ny rakibolana:"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "_Aza raharahaina"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "_sos-kevitra:"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Mijery ny tsipelin'io tahirin-kevitra io."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr "Mpijery tsipelina"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:480
+msgid "Select the group of tags you want to use"
+msgstr "Safidio ny vondron'ny tag tianao ampiasaina"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:496
+msgid "Available Tag Lists"
+msgstr "Lisitry ny tag misy"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:499
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:527
+msgid "Tags"
+msgstr "Tag"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:512
+msgid "Double-click on a tag to insert it in the current document"
+msgstr ""
+"Kitio indroa ny tag iray raha hanatsofoka azy anatin'io tahirin-kevitra io"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "Nafohezina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "Fanafohezanteny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "Eo ambony"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "Marika amin'ny kitendrin'ny fanamorana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "Fanafohezanteny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "ampifanitsio"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "Mariky ny fampifanitsiana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+#, fuzzy
+msgid "Alternative"
+msgstr "Safidy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "Vatofantsika"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "URI'ny vatofantsika"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "Fangon'ny rakitry ny sokajin'ilay applet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr "Array"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr "Laza mifandraika"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Author info"
+msgstr "Laza momba ny mpamorona"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Axis related headers"
+msgstr "Loha-pejy mifandraika amin'ny axe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "BGSound"
+msgstr "BGSound"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Background color"
+msgstr "Loko afara"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background texture tile"
+msgstr "Sary zarazaran'ny endriky ny afara"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr "URI fototra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Base font"
+msgstr "Endri-tsoratra fototra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr "Fiasa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr "Soratra mipipika"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Border"
+msgstr "Sisiny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Border color"
+msgstr "Lokon'ny sisiny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr "Boaty"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Cell rowspan"
+msgstr "Elanelan'ny laharan'ny efitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Center"
+msgstr "Afovoa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Character encoding of linked resource"
+msgstr "Fanafangoa-mariky ny loharano iasana mifandraika aminy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+msgid "Checked (state)"
+msgstr "Voajery (toetra)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Citation"
+msgstr "Filazana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr "Milaza ny anton'ny fanovana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr "ID'ny fametrahana ny sokajy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Class list"
+msgstr "Lisitry ny sokajy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr "Foano ny fifehezana ny fikorian'ny soratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr "Karazan'ny mpiatin'ilay fango"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Color of selected links"
+msgstr "Lokon'ireo rohy voafaritra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr "Elanelan'ny fariana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Columns"
+msgstr "Fariana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Comment"
+msgstr "Filazalazana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr "Sombin'ny fangon'ny solosaina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Content scheme"
+msgstr "Scheme'ny mpiaty"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Content type"
+msgstr "Karazan'ny mpiaty"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Coordinates"
+msgstr "Coordinates"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr "Fisy ny DIV Style"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr "Fisy ny DIV"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr "Daty sy ora nanaovana fanovana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr "Ambarao ny saina"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr "Marika manokana defer (aemory)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Definition description"
+msgstr "Fanoritsoritana famaritana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr "Lisitry ny famaritana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr "Lazahevitry ny famaritana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+msgid "Deleted text"
+msgstr "Fafao io lahabolana io"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Direction"
+msgstr "Fitodika"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr "Fizotra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr "Lisitry ny laha-tahiry"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "Disabled"
+msgstr "Natsahatra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Document base"
+msgstr "Fototr'ilay tahirin-kevitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+msgid "Document body"
+msgstr "Votoatin'ilay tahirin-kevitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Document head"
+msgstr "Lohan'ilay tahirin-kevitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+msgid "Document title"
+msgstr "Lohatenin'ilay tahirin-kevitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+msgid "Document type"
+msgstr "Karazan'ilay tahirin-kevitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+msgid "Element ID"
+msgstr "IDn'ilay singataharo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr "Zavatra miraikitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "Fanamafisana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr "Karazan'ny fanafangoana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr "Sary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Font face"
+msgstr "Ilay endri-tsoratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "For label"
+msgstr "Ho an'ny mari-tsoratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr "Fanapahan-teny an-tery"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+msgid "Form"
+msgstr "Formulaire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr "Mpandray an-tànana ny asan'ilay formulaire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr "vondrona mifehy ilay formulaire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr "Lahabolana eo amin'ny fari-tsoratr'ilay formulaire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr "Fampidiran'ilay formulaire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr "Karazan'ny fampidiran'ilay formulaire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr "Fomban'ilay formulaire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr "Rohin'ny firosoana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Frame"
+msgstr "Frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr "Singan'ny fivoakan'ilay frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr "Loharanon'ilay frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr "Kinendrin'ilay frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Frameborder"
+msgstr "Sisin'ny frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Frameset"
+msgstr "Frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Frameset columns"
+msgstr "Farian'ilay frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr "Laharana amin'ilay frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr "Elanelana amin'ilay frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr "Zavatra miraikitra ankapobe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr "Metainformation ankapobe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+#, fuzzy
+msgid "Generic span"
+msgstr "Elanelana ankapobe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr "URI HREF"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr "HTML - Marika manokana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr "HTML - Tag"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr "Singantaharo fototra HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr "Rehefa HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr "Anaran'ny loha-pejy HTTP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr "ID'ny efitry ny lohapejy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr "Lohateny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr "Lohateny 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr "Lohateny 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr "Lohateny 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr "Lohateny 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr "Lohateny 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr "Lohateny 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr "Haavo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr "Fanipihana mitsivalana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr "Elanelana mitsivalana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+#, fuzzy
+msgid "I18N BiDi over-ride"
+msgstr "Fifehezana ny BiDi I18N"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Image"
+msgstr "Sary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr "Soritry ny sary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr "Faritry ny soritr'ilay sary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr "Anaran'ny soritr'ilay sary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr "Loharanon'ilay sary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "Inline frame"
+msgstr "Frame inline"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr "Sosona inline"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Inserted text"
+msgstr "Lahabolana natsofoka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr "Famaritana zavatra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Italic text"
+msgstr "Lahabolana mandry"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr "Applet Java"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Label"
+msgstr "Mari-tsoratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Language code"
+msgstr "Fangon'ny teny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr "Lahabolana lehibe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr "Sosona"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Link color"
+msgstr "Lokon'ny rohy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr "Zavatra anatin'ny lisitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr "Lisitry ny karazana MIME ho an'ny fampiakarana rakitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+#, fuzzy
+msgid "List of supported character sets"
+msgstr "Lisitry ny fitambarana marika raisina an-tànana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr "Listing"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "Local change to font"
+msgstr "Fanovana an-toerana ny endri-tsoratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "Long description link"
+msgstr "Rohin'ny fanoritsoritana lava"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr "Teny nalaina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr "Rohin'ny mailaka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr "Haavon'ny pixel amin'ny olotra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr "Indran'ny pixel amin'ny olotra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+#, fuzzy
+msgid "Marquee"
+msgstr "Faneva"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr "Fara halavan'ny fari-tsoratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr "Rohy tsy miakina amina media"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr "Lisitry ny tolotra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr "Fari-tsoratra maro andalana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr "Maro fariana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr "Maro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Name"
+msgstr "Anarana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr "Sandan'ilay Toetoetra nomena anarana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr "ID manaraka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr "Tsy misy URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr "Tsy misy zavatra miraikitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr "Tsy misy frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr "Tsy misy sosona"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr "Tsy misy fanapahan-teny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "No resize"
+msgstr "Tsy misy fanovana habe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr "Tsy misy teny baiko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr "Tsy misy aloka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr "Tsy misy fampidinana andalana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr "Fanamarihana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Object applet file"
+msgstr "Rakitry ny applet an'ilay zavatra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr "Fiandran'ny datan'ilay zavatra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr "Offset ho an'ny mariky ny fampifanitsiana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr "Zava-miseho OnBlur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+msgid "OnChange event"
+msgstr "Zava-miseho OnChange"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr "Zava-miseho OnClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr "Zava-miseho OnDblClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr "Zava-miseho OnFocus"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr "Zava-miseho On KeyDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr "Zava-miseho OnKeyPress"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr "Zava-miseho OnKeyUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr "Zava-miseho OnLoad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr "Zava-miseho OnMouseDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr "Zava-miseho OnMouseMove"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr "Zava-miseho OnMouseOut"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr "Zava-miseho OnMouseOver"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr "Zava-miseho OnMouseUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr "Zava-miseho OnReset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr "Zava-miseho OnSelect"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr "Zava-miseho OnSubmit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr "Zava-miseho OnUnload"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr "Vondron'ny safidy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "Option selector"
+msgstr "Mpamaritra safidy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr "Lisitra milamina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "Output media"
+msgstr "Media ivantanana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr "Andini-tsoratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr "Sokajin'ilay andinin-tsoratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr "Endrik'ilay andinin-tsoratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr "Lisitra efa manara-damina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "Preformatted text"
+msgstr "Lahabolana efa manara-damina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr "Rakibolan'ny metainfon'ny profile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr "Filazana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "Push button"
+msgstr "Tsindry fanindry"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+msgid "Quote"
+msgstr "Teny nalaina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "Range"
+msgstr "Elanelana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr "Lahabolana sy teny fanalahidy vakina fotsiny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr "Fanelanelanana nahena"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Reverse link"
+msgstr "Rohin'ny fiverenana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr "Faka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr "Laharana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr "Fanoritana ireo andalana sy fariana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr "Santionam-pivoahan-drindranasa, baiko soratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr "Ny faritra fenon'ireo efitry ny loha-pejy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "Script language name"
+msgstr "Anaran'ny fitenin'ny baiko soratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr "Lazan'ny baiko soratra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr "Scrollbar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "Selectable option"
+msgstr "Safidy azo faritana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "Selected"
+msgstr "Voafaritra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr "Sori-tsary any amin'ny mpizara"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "Shape"
+msgstr "Bika"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr "Teny nalaina inline fohy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr "Filazana andalana tokana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "Size"
+msgstr "Habe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "Small text style"
+msgstr "Lahabolana kely"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr "Fanapahan-teny malefaka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "Sound"
+msgstr "Feo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr "Loharano"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "Space"
+msgstr "Elanelana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr "Lisitra arsiva sarahan'elanelana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "Spacer"
+msgstr "Mpanelanelana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr "Fanelanelanana ireo efitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr "Fanelanelanana misy efitra"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Span"
+msgstr "Elanelana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr "Faka efamira"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+#, fuzzy
+msgid "Standby load msg"
+msgstr "Filazana fakana naato"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Starting sequence number"
+msgstr "Manomboka ny isan'ny tranga"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Strike-through text"
+msgstr "Lahabolana nodisoana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Strike-through text style"
+msgstr "Endriky ny lahabolana nodisoina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr "Fanamafisana mafy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr "Lazan'ny endrika"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr "Lady"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Superscript"
+msgstr "Toraka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+#, fuzzy
+msgid "Tab order position"
+msgstr "Toeran'ny filaharan'ny vakizoro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Table"
+msgstr "Fafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr "Vataben'ny fafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Table caption"
+msgstr "Maribolan'ilay fafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr "Toetoetran'ny vondrom-parian'ilay fafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr "Toetoetran'ny farian'ilay fafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr "Ny efitr'ilay fafana misy ny data"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr "Fara-pafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr "Loham-pafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr "Efitry ny loham-pafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr "Andalan'ilay fafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr "Famintinana ilay fafana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr "Kinendry - Foana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr "Kinendry - Reny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr "Kinendry - Ny tena"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr "Kinendry - Ambony"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr "Endri-dahabolana teletype na monospace"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr "Lahabolana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Text color"
+msgstr "Lokon'ny lahabolana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr "Lahabolana nosoratan'ny mpampiasa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr "Lohateny"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr "Ny olotra ambony (pixel)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+msgid "Underlined text style"
+msgstr "Endri-dahabolana notsipihina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Unordered list"
+msgstr "Lisitra tsy nalamina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr "Mampiasà sori-tsary"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr "Sanda"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr "Fandikana sanda"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr "Teny miova na tondrikin'ny rindranasa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr "Fanitsiana ny efitra mitsangana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Vertical space"
+msgstr "Elanelana mitsangana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Visited link color"
+msgstr "Lokon'ny rohy efa nozahana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr "Indra"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "Amboaramboky (fitanisana)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+#, fuzzy
+msgid "Bibliography (item)"
+msgstr "Amboaramboky (ny anatiny)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "Amboaramboky (fitanisana fohy)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "Amboaramboky (ilay amboaramboky)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "Fonon-teny ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "Fonon-teny <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "Fonon-teny []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "Fonon-teny {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "Fampidiran'ilay rakitra"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "Fanazavana am-param-pejy"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "Asa cosin"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "Asa e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "Asa exp"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "Asa log"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "Asa log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "Asa sine"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "Alpha Grika"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "Beta Grika"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "Epsilon Grika"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "Gamma Grika"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "Lambda Grika"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "Rho Grika"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "Tau Grika"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "Lohasoratra 0 (toko)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "Lohasoratra 0 (toko*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "Lohasoratra 1 (fizarana)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "Lohasoratra 1 (fizarana*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "Lohasoratra 2 (zana-pizarana)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "Lohasoratra 2 (zana-pizarana*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "Lohasoratra 3 (zanaka zana-pizarana)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "Lohasoratra 3 (zanaka zana-pizarana*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "Lohasoratra 4 (andininy)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "Fanampin'ilay lohasoratra"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "Zavatra"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "Zavatra misy maribolana"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "Latex - Tag"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "Fanoritsoritana ilay lisitra"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "Lisitra tanisana"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "Lisitra araka ny mpiatiny"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "Matematika (seho)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "Matematika (inline)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "Ampahan'ilay mpikirakira"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "Ilay mpikirakira feno (seho)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "Ilay mpikirakira feno (inline)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "Ny fitambaran'ilay mpikirakira (seho)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "Ny fitambaran'ilay mpikirakira (inline)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "Maritsoratry ny fiandrana"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+#, fuzzy
+msgid "Reference ref"
+msgstr "Fiandrana ref"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "Sariohatra <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "Sariohatra <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "Sariohatra >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "Sariohatra >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "Sariohatra and"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "Sariohatra const"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "Sariohatra d-by-dt"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "Sariohatra d-by-dt-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "Sariohatra d2-by-dt2-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "Sariohatra dagger"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "Sariohatra equiv"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "Sariohatra hyphen --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "Sariohatra hyphen ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "Sariohatra infinity"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "Sariohatra mathspace ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "Sariohatra mathspace ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "Sariohatra mathspace _"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "Sariohatra mathspace __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "Sariohatra simeq"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "Sariohatra star"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "Soratra matavy"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "Soratra mandry"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "Soratra mitongilana"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "Sorartra type"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "Lahabolana tsy mety tapahina"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"Fomba fanatsofohana tag/laha-daza fampiasa anaty tahirin-kevitra nefa tsy "
+"mila ny fanoratana azy."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Lisitra tag"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "XSLT - Axes"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT - Singantaharo"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT - Asa"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "razambe"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "razambe-na-ny tena"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "Marika manokana"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "Zanaka"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "Taranaka"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "taranaka-na-ny tena"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "manaraka"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "manaraka-iraitampo"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "namespace"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "Reny"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "aloha"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "aloha-iraitampo"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "ny tena"
+
+#: ../plugins/time/gedit-time-plugin.c:183
+msgid "In_sert Date and Time..."
+msgstr "Atso_foy ny daty sy ora..."
+
+#: ../plugins/time/gedit-time-plugin.c:185
+msgid "Insert current date and time at the cursor position"
+msgstr "Manatsofoka ny daty sy ny ora amin'ny toeran'ny kitondro"
+
+#: ../plugins/time/gedit-time-plugin.c:628
+msgid "Available formats"
+msgstr "Ireo lamina misy"
+
+#: ../plugins/time/gedit-time-plugin.c:806
+msgid "Configure insert date/time plugin..."
+msgstr "Hikirakira ny plugin'ny fanatsofohana daty/ora..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Hanatsofoka daty/ora"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Manatsofoka ny daty sy ny ora amin'ny toeran'ny kitondro."
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> Rehefa manatsofoka ny daty/ora...</span>"
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "Mikirakira ny plugin'ny daty/ora"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "Manatsofoka ny daty sy ny ora"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr "Ampiasao ny lamina _voasafidy"
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_Hanatsofoka"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr "_Anontanio izay lamina hampiasaina"
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr "_Ampiasao ilay lamina safidy"
diff --git a/po/mi.po b/po/mi.po
new file mode 100644
index 0000000..f531976
--- /dev/null
+++ b/po/mi.po
@@ -0,0 +1,4591 @@
+# Māori translation of gedit.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# John C Barstow <jbowtie@amathaine.com>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 2.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-09-26 17:36+0200\n"
+"PO-Revision-Date: 2004-01-27 08:00+1300\n"
+"Last-Translator: John C Barstow <jbowtie@amathaine.com>\n"
+"Language-Team: GNOME Māori Team <maori@nzlinux.org.nz>\n"
+"Language: mi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../data/GNOME_Gedit.server.in.in.h:1
+msgid "Gedit View"
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:2
+msgid "Gedit View."
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:3
+msgid "Gedit viewer factory"
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:4
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:5
+msgid "gedit application"
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:6
+msgid "gedit automation factory"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit2.c:365
+msgid "Text Editor"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:1
+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/gedit.schemas.in.h:2
+msgid "Active plugins"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:4
+#, fuzzy
+msgid "Auto Save"
+msgstr "Pupuri"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Create Backup Copies"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Display Line Numbers"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Right Margin"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Editor Font"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Encodings shown in menu"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:18
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:19
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:21
+msgid "Header Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:25
+#, fuzzy
+msgid "Insert spaces"
+msgstr "_Kuhu"
+
+#: ../data/gedit.schemas.in.h:26
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:28
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:29
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:32
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:33
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:36
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:39
+#, fuzzy
+msgid "Monospace 9"
+msgstr "Sans 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:43
+#, fuzzy
+msgid "Monospace Regular 9"
+msgstr "Sans 12"
+
+#: ../data/gedit.schemas.in.h:44
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:45
+#, fuzzy
+msgid "Print Header"
+msgstr "Tiro tānga"
+
+#: ../data/gedit.schemas.in.h:46
+msgid "Print Line Numbers"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:47
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Right Margin Position"
+msgstr ""
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:52
+#, fuzzy
+msgid "Sans 11"
+msgstr "Sans 12"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:55
+#, fuzzy
+msgid "Sans 8"
+msgstr "Sans 12"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:59
+#, fuzzy
+msgid "Sans Regular 11"
+msgstr "Sans 12"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:63
+#, fuzzy
+msgid "Sans Regular 8"
+msgstr "Sans 12"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Selected Text Color"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Selection Color"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:66
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:67
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:68
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:69
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:70
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:71
+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/gedit.schemas.in.h:72
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:73
+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/gedit.schemas.in.h:74
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:76
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:78
+msgid "Status Bar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:79
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Tab Size"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:81
+#, fuzzy
+msgid "Text Color"
+msgstr "_Kano"
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Toolbar Buttons Style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Toolbar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:84
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Use Default Colors"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Use Default Font"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:87
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:88
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:92
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:93
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:94
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:100
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:101
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:104
+msgid "[ISO-8859-15]"
+msgstr ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:108
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr ""
+
+#: ../gedit/bonobo-mdi.c:548 ../gedit/bonobo-mdi.c:2099
+#, c-format
+msgid "Activate %s"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:142
+msgid "Close _without Saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+#, fuzzy
+msgid "Question"
+msgstr "Pātai"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:367
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:376
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:382
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:392
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:407
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:428
+#, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:413
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:645
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:662
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:679
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:184
+msgid "Go to Line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:197
+msgid "_Go to Line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:136
+#: ../gedit/dialogs/gedit-dialog-replace.c:1140 ../gedit/gedit-commands.c:383
+#, c-format
+msgid "The text \"%s\" was not found."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:269
+#: ../gedit/dialogs/replace.glade2.h:4 ../gedit/gedit-ui.xml.h:46
+msgid "Replace"
+msgstr "Whakakapia"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:282
+#, fuzzy
+msgid "Replace _All"
+msgstr "Whakakapia"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:285
+#: ../gedit/gedit-file-selector-util.c:114 ../plugins/savecopy/savecopy.c:369
+msgid "_Replace"
+msgstr "_Whakakapia"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:402 ../gedit/gedit-ui.xml.h:17
+msgid "Find"
+msgstr "Kitea"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:1149
+#, c-format
+msgid "Found and replaced %d occurrence."
+msgid_plural "Found and replaced %d occurrences."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-dialog-uri.c:91
+msgid "Open Location"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:72
+#, c-format
+msgid "There was an error displaying help: %s"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:355
+#: ../gedit/dialogs/gedit-encodings-dialog.c:423
+#, fuzzy
+msgid "_Description"
+msgstr "Pātai"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:364
+#: ../gedit/dialogs/gedit-encodings-dialog.c:432
+msgid "_Encoding"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:1
+msgid "A_vailable encodings:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:2
+msgid "Character codings"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:3
+msgid "E_ncodings shown in menu:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:86
+#: ../gedit/dialogs/program-location-dialog.glade2.h:2
+msgid "Set program location..."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:116
+#, c-format
+msgid ""
+"The %s plugin uses an external program, called <tt>%s</tt>, to perform its "
+"task.\n"
+"\n"
+"Please, specify the location of the <tt>%s</tt> program."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:169
+msgid "The selected file is not executable."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:649
+msgid "Push this button to select the font to be used by the editor"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to configure text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure background color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1111
+msgid "Elements"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:1
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1 ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:4
+msgid "<b>Current Line</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:5
+msgid "<b>Elements</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:6
+msgid "<b>File Saving</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:7
+msgid "<b>Font</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:8
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:2
+msgid "<b>Line Numbers</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:9
+msgid "<b>Right Margin</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:10
+msgid "<b>Tab Stops</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:11
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:3
+msgid "<b>Text Wrapping</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+#, fuzzy
+msgid "Bold"
+msgstr "_Miramira"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:15
+msgid "Display right _margin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:16
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:4
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:17
+#, fuzzy
+msgid "Editor"
+msgstr "_Whakatika"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:18
+msgid "Editor _font: "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:19
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:5
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:20
+msgid "Font & Colors"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:21
+msgid "Hi_ghlight current line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:22
+msgid "Highlight _mode:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:23
+msgid "Highlight matching _bracket"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:25
+#, fuzzy
+msgid "Italic"
+msgstr "_Tītaha"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:26
+msgid "Normal _text color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:27
+msgid "Pick a color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:28
+msgid "Pick the background color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:29
+msgid "Pick the editor font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:30
+msgid "Pick the normal text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:31
+msgid "Pick the selected text color"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:32
+#, fuzzy
+msgid "Pick the selection color"
+msgstr "Kotia te whiringa"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:33
+msgid "Plugins"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:34
+msgid "Preferences"
+msgstr "Ngā tina hiahia"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:35
+msgid "Se_lection color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:36
+msgid "Selecte_d text color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:37
+msgid "Strikethrough"
+msgstr "Tāroto"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:38
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:39
+msgid "U_se default theme colors"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:40
+msgid "Underline"
+msgstr "Rūritia"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:41
+msgid "View"
+msgstr "Titiro"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:42
+msgid "_Autosave files every"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:43
+msgid "_Background color:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:44
+msgid "_Background:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:45
+msgid "_Display line numbers"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:46
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:47
+msgid "_Enable syntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:48
+#, fuzzy
+msgid "_Foreground:"
+msgstr "_Whakamua"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:49
+msgid "_Reset to Default "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:50
+msgid "_Right margin at column:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:51
+msgid "_Tab width:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:52
+msgid "_Use default theme font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:53
+msgid "_minutes"
+msgstr ""
+
+#: ../gedit/dialogs/goto-line.glade2.h:1
+msgid "Goto Line"
+msgstr ""
+
+#: ../gedit/dialogs/goto-line.glade2.h:2
+msgid "_Line number:"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:6
+#, fuzzy
+msgid "Fonts"
+msgstr "Momotuhi"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:7
+msgid "General"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:8
+msgid "He_aders and footers:"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:9
+#, fuzzy
+msgid "Page Setup"
+msgstr "Whārangi %u"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:10
+msgid "Print _line numbers"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:11
+msgid "Print s_yntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:12
+#, fuzzy
+msgid "_Body:"
+msgstr "_Miramira"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:13
+msgid "_Line numbers:"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:14
+msgid "_Number every"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:15
+msgid "_Print page headers"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:16
+msgid "_Restore Default Fonts"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:17
+#, fuzzy
+msgid "lines"
+msgstr "Ngā Kōnae"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:1
+msgid "C_onfigure Plugin"
+msgstr ""
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:2
+#, fuzzy
+msgid "_About Plugin"
+msgstr "_Mo"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:3
+msgid "button1"
+msgstr ""
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:4
+msgid "dialog1"
+msgstr ""
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:1
+msgid "Browse for program location..."
+msgstr ""
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:3
+msgid "_Location to search for:"
+msgstr ""
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:4
+msgid "label"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:1 ../gedit/dialogs/uri.glade2.h:1
+#: ../plugins/shell_output/shell_output.glade2.h:1
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:2 ../gedit/gedit-ui.xml.h:19
+#, fuzzy
+msgid "Find Next"
+msgstr "Kitea"
+
+#: ../gedit/dialogs/replace.glade2.h:3
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:5
+#, fuzzy
+msgid "Replace All"
+msgstr "Whakakapia"
+
+#: ../gedit/dialogs/replace.glade2.h:6
+#, fuzzy
+msgid "Replace _with: "
+msgstr "Whakakapia"
+
+#: ../gedit/dialogs/replace.glade2.h:7
+msgid "Search _backwards"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:8
+msgid "_Match case"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:9
+msgid "_Search for: "
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:10
+msgid "_Wrap around"
+msgstr ""
+
+#: ../gedit/dialogs/uri.glade2.h:2
+msgid "Ch_aracter coding:"
+msgstr ""
+
+#: ../gedit/dialogs/uri.glade2.h:3
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr ""
+
+#: ../gedit/dialogs/uri.glade2.h:4
+msgid "Open from URI"
+msgstr ""
+
+#: ../gedit/gedit-commands.c:551
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+
+#. Translators: This is a special message that shouldn't be translated
+#. literally. It is used in the about box to give credits to
+#. the translators.
+#. Thus, you should translate it to your name and email address.
+#. You can also include other translators who have contributed to
+#. this translation; in that case, please write them on separate
+#. lines seperated by newlines (\n).
+#: ../gedit/gedit-commands.c:560
+msgid "translator-credits"
+msgstr ""
+
+#: ../gedit/gedit-commands.c:579
+#, fuzzy
+msgid "gedit"
+msgstr "_Whakatika"
+
+#: ../gedit/gedit-document.c:384
+#, c-format
+msgid "%s %d"
+msgstr ""
+
+#: ../gedit/gedit-document.c:384
+#, fuzzy
+msgid "Unsaved Document"
+msgstr "_Tuhinga"
+
+#: ../gedit/gedit-document.c:934 ../gedit/gedit-document.c:1488
+#, fuzzy
+msgid "Invalid UTF-8 data"
+msgstr "UTF-8 koremana"
+
+#: ../gedit/gedit-document.c:1750
+#, c-format
+msgid "Could not read symbolic link information for %s"
+msgstr ""
+
+#: ../gedit/gedit-document.c:1796
+msgid "The file has too many symbolic links."
+msgstr ""
+
+#: ../gedit/gedit-document.c:1880
+#, c-format
+msgid "gedit cannot handle %s: locations in write mode."
+msgstr ""
+
+#: ../gedit/gedit-document.c:1887
+msgid "gedit cannot handle this kind of location in write mode."
+msgstr ""
+
+#: ../gedit/gedit-document.c:1900
+msgid "Invalid filename."
+msgstr ""
+
+#: ../gedit/gedit-document.c:2051
+msgid ""
+"There is not enough disk space to save the file.\n"
+"Please free some disk space and try again."
+msgstr ""
+
+#: ../gedit/gedit-document.c:2056
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-document.c:2100
+msgid "Could not create a backup file."
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:204
+msgid "Auto Detected"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:224
+#: ../gedit/gedit-encodings-option-menu.c:246
+#, c-format
+msgid "Current Locale (%s)"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:307
+msgid "Add or _Remove..."
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:136 ../gedit/gedit-encodings.c:181
+#: ../gedit/gedit-encodings.c:183 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187
+msgid "Unicode"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:150 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:222 ../gedit/gedit-encodings.c:265
+#, fuzzy
+msgid "Western"
+msgstr "Nanahi"
+
+#: ../gedit/gedit-encodings.c:152 ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:261
+msgid "Central European"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:154
+msgid "South European"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:172
+#: ../gedit/gedit-encodings.c:275
+#, fuzzy
+msgid "Baltic"
+msgstr "_Tītaha"
+
+#: ../gedit/gedit-encodings.c:158 ../gedit/gedit-encodings.c:226
+#: ../gedit/gedit-encodings.c:239 ../gedit/gedit-encodings.c:243
+#: ../gedit/gedit-encodings.c:245 ../gedit/gedit-encodings.c:263
+msgid "Cyrillic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:232
+#: ../gedit/gedit-encodings.c:273
+msgid "Arabic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:267
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:164
+msgid "Hebrew Visual"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:230
+#: ../gedit/gedit-encodings.c:271 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:168 ../gedit/gedit-encodings.c:228
+#: ../gedit/gedit-encodings.c:269 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:170
+msgid "Nordic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Celtic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:178 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:190
+msgid "Armenian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:192 ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:208
+msgid "Chinese Traditional"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:196
+msgid "Cyrillic/Russian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:199 ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:250
+msgid "Japanese"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:206 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:241 ../gedit/gedit-encodings.c:256
+msgid "Korean"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:213
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:219
+msgid "Chinese Simplified"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:217
+msgid "Georgian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:247
+msgid "Cyrillic/Ukrainian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:258
+#: ../gedit/gedit-encodings.c:277 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Thai"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:132 ../plugins/savecopy/savecopy.c:356
+#, c-format
+msgid "A file named \"%s\" already exists.\n"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:133 ../plugins/savecopy/savecopy.c:360
+msgid "Do you want to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:142
+#, c-format
+msgid "The file \"%s\" is read-only.\n"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:143
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:338 ../plugins/savecopy/savecopy.c:584
+msgid "All Files"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:346 ../plugins/savecopy/savecopy.c:592
+msgid "All Text Files"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:364 ../plugins/savecopy/savecopy.c:603
+msgid "_Character Coding:"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:498
+msgid "Select a file to open"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:523
+msgid "Select files to open"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:559
+msgid "Select a filename to save"
+msgstr ""
+
+#: ../gedit/gedit-file.c:194
+#, fuzzy
+msgid "Open File..."
+msgstr "_Huaki..."
+
+#: ../gedit/gedit-file.c:250 ../gedit/gedit-file.c:390
+#, c-format
+msgid "Saving document \"%s\"..."
+msgstr ""
+
+#: ../gedit/gedit-file.c:279 ../gedit/gedit-file.c:408
+#, c-format
+msgid "The document \"%s\" has not been saved."
+msgstr ""
+
+#: ../gedit/gedit-file.c:287 ../gedit/gedit-file.c:421
+#, c-format
+msgid "The document \"%s\" has been saved."
+msgstr ""
+
+#: ../gedit/gedit-file.c:372
+#, fuzzy
+msgid "Save as..."
+msgstr "P_urihia Pēneitia..."
+
+#: ../gedit/gedit-file.c:526
+#, c-format
+msgid "Revert unsaved changes to document \"%s\"?"
+msgstr ""
+
+#: ../gedit/gedit-file.c:535
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:544
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-file.c:550
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:560
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:575 ../gedit/gedit-file.c:596
+#, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:581
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:617 ../gedit/gedit-ui.xml.h:94
+msgid "_Revert"
+msgstr "_Whakakāhoretia"
+
+#: ../gedit/gedit-file.c:662
+#, c-format
+msgid "Error reverting the document \"%s\"."
+msgstr ""
+
+#: ../gedit/gedit-file.c:670
+#, c-format
+msgid "The document \"%s\" has not been reverted."
+msgstr ""
+
+#: ../gedit/gedit-file.c:674
+#, c-format
+msgid "The document \"%s\" has been reverted."
+msgstr ""
+
+#: ../gedit/gedit-file.c:702
+#, c-format
+msgid "Reverting the document \"%s\"..."
+msgstr ""
+
+#: ../gedit/gedit-file.c:825
+msgid "Could not read data from stdin."
+msgstr ""
+
+#: ../gedit/gedit-file.c:912
+msgid "Reverting file:"
+msgstr ""
+
+#: ../gedit/gedit-file.c:912
+msgid "Loading file:"
+msgstr ""
+
+#: ../gedit/gedit-file.c:1092 ../gedit/gedit-file.c:1333
+#, c-format
+msgid "Error loading file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-file.c:1113
+#, c-format
+msgid "Loaded file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-file.c:1225
+#, c-format
+msgid "Loaded %d file"
+msgid_plural "Loaded %d files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-file.c:1286
+#, c-format
+msgid "Created file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-file.c:1304
+#, c-format
+msgid "Loading file \"%s\"..."
+msgstr ""
+
+#: ../gedit/gedit-file.c:1469
+#, c-format
+msgid "Loading %d file..."
+msgid_plural "Loading %d files..."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-io-error-dialogs.c:84
+#, c-format
+msgid "Could not find the file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:86 ../gedit/gedit-io-error-dialogs.c:130
+#: ../gedit/gedit-io-error-dialogs.c:150
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:91 ../gedit/gedit-io-error-dialogs.c:99
+#: ../gedit/gedit-io-error-dialogs.c:116 ../gedit/gedit-io-error-dialogs.c:122
+#: ../gedit/gedit-io-error-dialogs.c:135 ../gedit/gedit-io-error-dialogs.c:141
+#: ../gedit/gedit-io-error-dialogs.c:155 ../gedit/gedit-io-error-dialogs.c:171
+#: ../gedit/gedit-io-error-dialogs.c:215 ../gedit/gedit-io-error-dialogs.c:223
+#: ../gedit/gedit-io-error-dialogs.c:231 ../gedit/gedit-io-error-dialogs.c:239
+#: ../gedit/gedit-io-error-dialogs.c:246 ../gedit/gedit-io-error-dialogs.c:252
+#: ../gedit/gedit-io-error-dialogs.c:292 ../gedit/gedit-io-error-dialogs.c:313
+#: ../gedit/gedit-io-error-dialogs.c:341
+#, c-format
+msgid "Could not open the file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:93 ../gedit/gedit-io-error-dialogs.c:406
+msgid "The file contains corrupted data."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:104 ../gedit/gedit-io-error-dialogs.c:417
+#, c-format
+msgid "gedit cannot handle %s: locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:109 ../gedit/gedit-io-error-dialogs.c:422
+msgid "gedit cannot handle this location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:118 ../gedit/gedit-io-error-dialogs.c:431
+msgid "The file contains data in an invalid format."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:124 ../gedit/gedit-io-error-dialogs.c:437
+msgid "The file is too big."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:128
+#, c-format
+msgid "\"%s\" is not a valid location"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:137 ../gedit/gedit-io-error-dialogs.c:443
+msgid "Access was denied."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:143
+msgid ""
+"there are too many open files. Please, close some open files and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:148 ../gedit/gedit-io-error-dialogs.c:661
+#, c-format
+msgid "\"%s\" is a directory"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:157
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:185 ../gedit/gedit-io-error-dialogs.c:483
+#, c-format
+msgid ""
+"Host \"%s\" could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:196 ../gedit/gedit-io-error-dialogs.c:207
+#: ../gedit/gedit-io-error-dialogs.c:217
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:225
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:233
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:241
+msgid ""
+"The file contains invalid data. Probably, you are trying to open a binary "
+"file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:248
+msgid "The file you are trying to open is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:294
+msgid ""
+"gedit was not able to automatically detect the character coding. Please, "
+"check that you are not trying to open a binary file and try again selecting "
+"a character coding in the 'Open File...' (or 'Open Location') dialog."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:302 ../gedit/gedit-io-error-dialogs.c:328
+#, c-format
+msgid "Could not open the file \"%s\" using the %s character coding"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:305 ../gedit/gedit-io-error-dialogs.c:331
+msgid ""
+"Please, check that you are not trying to open a binary file and that you "
+"selected the right character coding in the 'Open File... ' (or 'Open "
+"Location') dialog and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:315
+msgid ""
+"The file contains data in an invalid format. Probably, you are trying to "
+"open a binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:397 ../gedit/gedit-io-error-dialogs.c:404
+#: ../gedit/gedit-io-error-dialogs.c:410 ../gedit/gedit-io-error-dialogs.c:429
+#: ../gedit/gedit-io-error-dialogs.c:435 ../gedit/gedit-io-error-dialogs.c:441
+#: ../gedit/gedit-io-error-dialogs.c:447 ../gedit/gedit-io-error-dialogs.c:454
+#: ../gedit/gedit-io-error-dialogs.c:469 ../gedit/gedit-io-error-dialogs.c:497
+#: ../gedit/gedit-io-error-dialogs.c:505 ../gedit/gedit-io-error-dialogs.c:511
+#: ../gedit/gedit-io-error-dialogs.c:518 ../gedit/gedit-io-error-dialogs.c:557
+#, c-format
+msgid "Could not revert the file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:399
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:449
+msgid ""
+"There are too many open files. Please, close some open files and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:456
+msgid ""
+"Not enough available memory. Please, close some running applications and try "
+"again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:499
+msgid ""
+"The host name was empty. Please, check that your proxy settings are correct "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:507
+msgid "Attempt to log in failed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:513
+msgid ""
+"The file contains invalid UTF-8 data. Probably, you are trying to revert a "
+"binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:520
+msgid "It is not possible to revert an Untitled document."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:607
+#, c-format
+msgid "Could not save the file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:656
+#, c-format
+msgid "The file \"%s\" already exists"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:662
+msgid "Please, check that you typed the location correctly."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:668 ../gedit/gedit-io-error-dialogs.c:674
+#: ../gedit/gedit-io-error-dialogs.c:680 ../gedit/gedit-io-error-dialogs.c:687
+#: ../gedit/gedit-io-error-dialogs.c:694
+#, c-format
+msgid "Could not create the file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:670
+msgid "Make sure you have the appropriate write permissions."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:676
+msgid "The file name is too long."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:682
+msgid ""
+"A directory component in the file name does not exist or is a dangling "
+"symbolic link."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:689
+msgid ""
+"There is not enough disk space to create the file. Please free some disk "
+"space and try again."
+msgstr ""
+
+#. Read only
+#: ../gedit/gedit-mdi-child.c:249
+msgid "RO"
+msgstr ""
+
+#. Add the detach tab button
+#: ../gedit/gedit-mdi-child.c:650 ../gedit/gedit-ui.xml.h:85
+msgid "_Move to New Window"
+msgstr ""
+
+#: ../gedit/gedit-mdi-child.c:803
+#, fuzzy
+msgid "Unicode (UTF-8)"
+msgstr "UTF-8 koremana"
+
+#: ../gedit/gedit-mdi-child.c:813
+msgid "Name:"
+msgstr ""
+
+#: ../gedit/gedit-mdi-child.c:814
+msgid "MIME Type:"
+msgstr ""
+
+#: ../gedit/gedit-mdi-child.c:815
+msgid "Encoding:"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-mdi.c:260 ../gedit/gedit-mdi.c:463
+#, fuzzy, c-format
+msgid "Open '%s'"
+msgstr "Huaki"
+
+#: ../gedit/gedit-mdi.c:538
+#, fuzzy
+msgid "Open a recently used file"
+msgstr "Huaki he kōnae"
+
+#: ../gedit/gedit-mdi.c:1477 ../gedit/gedit-mdi.c:1479
+msgid "Read Only"
+msgstr ""
+
+#: ../gedit/gedit-mdi.c:2103
+msgid "Normal"
+msgstr ""
+
+#: ../gedit/gedit-mdi.c:2104
+msgid "Use Normal highlight mode"
+msgstr ""
+
+#: ../gedit/gedit-mdi.c:2180
+#, c-format
+msgid "Use %s highlight mode"
+msgstr ""
+
+#: ../gedit/gedit-output-window.c:378
+msgid "Close the output window"
+msgstr ""
+
+#: ../gedit/gedit-output-window.c:416
+#, fuzzy
+msgid "Copy selected lines"
+msgstr "Tārua te whiringa"
+
+#: ../gedit/gedit-output-window.c:436
+msgid "Clear the output window"
+msgstr ""
+
+#: ../gedit/gedit-output-window.c:476
+msgid "Output Lines"
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:175
+msgid "Cannot initialize preferences manager."
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:1326
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: ../gedit/gedit-print.c:219 ../gedit/gedit-ui.xml.h:37
+msgid "Print"
+msgstr "Tā"
+
+#: ../gedit/gedit-print.c:228 ../plugins/docinfo/docinfo.glade2.h:7
+#, fuzzy
+msgid "Lines"
+msgstr "Ngā Kōnae"
+
+#: ../gedit/gedit-print.c:330
+msgid "Preparing pages..."
+msgstr ""
+
+#: ../gedit/gedit-print.c:357
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr ""
+
+#: ../gedit/gedit-print.c:359
+#, c-format
+msgid "Printing page %d of %d..."
+msgstr ""
+
+#: ../gedit/gedit-print.c:381 ../gedit/gedit-ui.xml.h:40
+msgid "Print preview"
+msgstr "Tiro tānga"
+
+#: ../gedit/gedit-print.c:551
+#, fuzzy, c-format
+msgid "File: %s"
+msgstr "Ngā Kōnae"
+
+#: ../gedit/gedit-print.c:557
+#, fuzzy
+msgid "Page %N of %Q"
+msgstr "Whārangi %u"
+
+#: ../gedit/gedit-ui.xml.h:1
+#, fuzzy
+msgid "About this application"
+msgstr "Kotia te whiringa"
+
+#: ../gedit/gedit-ui.xml.h:2
+msgid "Change the visibility of the output window in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:3
+msgid "Change the visibility of the statusbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:4
+msgid "Change the visibility of the toolbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:5
+msgid "Close"
+msgstr "Kati"
+
+#: ../gedit/gedit-ui.xml.h:6
+msgid "Close all open files"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:7
+msgid "Close the current file"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:8
+#, fuzzy
+msgid "Configure the application"
+msgstr "Kotia te whiringa"
+
+#: ../gedit/gedit-ui.xml.h:9
+msgid "Copy"
+msgstr "Tārua"
+
+#: ../gedit/gedit-ui.xml.h:10
+msgid "Copy the selection"
+msgstr "Tārua te whiringa"
+
+#: ../gedit/gedit-ui.xml.h:11
+msgid "Create a new document"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:12
+msgid "Cu_t"
+msgstr "K_otia"
+
+#: ../gedit/gedit-ui.xml.h:13
+msgid "Cut"
+msgstr "Kotia"
+
+#: ../gedit/gedit-ui.xml.h:14
+msgid "Cut the selection"
+msgstr "Kotia te whiringa"
+
+#: ../gedit/gedit-ui.xml.h:15
+msgid "Delete"
+msgstr "Porowhiu"
+
+#: ../gedit/gedit-ui.xml.h:16
+msgid "Delete the selected text"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:18
+msgid "Find Ne_xt"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:20
+#, fuzzy
+msgid "Find Pre_vious"
+msgstr "T_iro Tānga"
+
+#: ../gedit/gedit-ui.xml.h:21
+#, fuzzy
+msgid "Find Previous"
+msgstr "Tiro Tānga"
+
+#: ../gedit/gedit-ui.xml.h:22
+msgid "Go to _Line..."
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:23
+msgid "Go to a specific line"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:24
+msgid "Main toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:25
+msgid "Move the current document to a new window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:26
+msgid "New"
+msgstr "Hou"
+
+#: ../gedit/gedit-ui.xml.h:27
+msgid "Open"
+msgstr "Huaki"
+
+#: ../gedit/gedit-ui.xml.h:28
+msgid "Open Location..."
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:29
+msgid "Open _Location..."
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:30
+msgid "Open a file"
+msgstr "Huaki he kōnae"
+
+#: ../gedit/gedit-ui.xml.h:31
+msgid "Open a file from a specified location"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:32
+msgid "Open the gedit manual"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:33
+#, fuzzy
+msgid "Page Set_up"
+msgstr "Whārangi %u"
+
+#: ../gedit/gedit-ui.xml.h:34
+msgid "Paste"
+msgstr "Whakapiri"
+
+#: ../gedit/gedit-ui.xml.h:35
+msgid "Paste the clipboard"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:36
+msgid "Pr_eferences"
+msgstr "Ngā _Tina Hiahia"
+
+#: ../gedit/gedit-ui.xml.h:38
+msgid "Print Previe_w..."
+msgstr "T_iro Tānga..."
+
+#: ../gedit/gedit-ui.xml.h:39
+msgid "Print Preview"
+msgstr "Tiro Tānga"
+
+#: ../gedit/gedit-ui.xml.h:41
+msgid "Print the current file"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:42
+msgid "Quit"
+msgstr "Whakamutu"
+
+#: ../gedit/gedit-ui.xml.h:43
+msgid "Quit the program"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:44
+msgid "Redo"
+msgstr "Mahi Anō"
+
+#: ../gedit/gedit-ui.xml.h:45
+#, fuzzy
+msgid "Redo the undone action"
+msgstr "Whakakore te mahi toenga"
+
+#: ../gedit/gedit-ui.xml.h:47
+#, fuzzy
+msgid "Revert"
+msgstr "_Whakakāhoretia"
+
+#: ../gedit/gedit-ui.xml.h:48
+msgid "Revert to a saved version of the file"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:49
+msgid "Save"
+msgstr "Pupuri"
+
+#: ../gedit/gedit-ui.xml.h:50
+msgid "Save As"
+msgstr "P_urihia Pēneitia"
+
+#: ../gedit/gedit-ui.xml.h:51
+msgid "Save _As..."
+msgstr "P_urihia Pēneitia..."
+
+#: ../gedit/gedit-ui.xml.h:52
+msgid "Save all open files"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:53
+msgid "Save the current file"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:54
+msgid "Save the current file with a different name"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:55
+msgid "Search backwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:56
+msgid "Search for and replace text"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:57
+msgid "Search for text"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:58
+msgid "Search forwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:59
+msgid "Select All"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:60
+msgid "Select _All"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:61
+msgid "Select the entire document"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:62
+msgid ""
+"Set toolbar button style according to desktop Menu and Toolbar Preferences"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:63
+msgid "Setup the page settings"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:64
+msgid "Show only icons in the toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:65
+msgid "Show text below every icon in the toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:66
+msgid "Show text only beside important icons in the toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:67
+msgid "T_ext for Important Icons"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:68
+msgid "Undo"
+msgstr "Whakakore"
+
+#: ../gedit/gedit-ui.xml.h:69
+msgid "Undo the last action"
+msgstr "Whakakore te mahi toenga"
+
+#: ../gedit/gedit-ui.xml.h:70
+msgid "_About"
+msgstr "_Mo"
+
+#: ../gedit/gedit-ui.xml.h:71
+msgid "_Close"
+msgstr "_Kati"
+
+#: ../gedit/gedit-ui.xml.h:72
+#, fuzzy
+msgid "_Close All"
+msgstr "_Kati"
+
+#: ../gedit/gedit-ui.xml.h:73
+#, fuzzy
+msgid "_Contents"
+msgstr "_Huri"
+
+#: ../gedit/gedit-ui.xml.h:74
+msgid "_Copy"
+msgstr "_Tārua"
+
+#: ../gedit/gedit-ui.xml.h:75
+msgid "_Customize Toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:76
+msgid "_Delete"
+msgstr "_Porowhiu"
+
+#: ../gedit/gedit-ui.xml.h:77
+msgid "_Desktop Default"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:78
+msgid "_Documents"
+msgstr "_Tuhinga"
+
+#: ../gedit/gedit-ui.xml.h:79
+msgid "_Edit"
+msgstr "_Whakatika"
+
+#: ../gedit/gedit-ui.xml.h:80
+msgid "_File"
+msgstr "_Kōnae"
+
+#: ../gedit/gedit-ui.xml.h:81
+msgid "_Find..."
+msgstr "_Kitea..."
+
+#: ../gedit/gedit-ui.xml.h:82
+msgid "_Help"
+msgstr "_Āwhina"
+
+#: ../gedit/gedit-ui.xml.h:83
+msgid "_Highlight Mode"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:84
+msgid "_Icons Only"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:86
+msgid "_New"
+msgstr "_Hou"
+
+#: ../gedit/gedit-ui.xml.h:87
+msgid "_Open..."
+msgstr "_Huaki..."
+
+#: ../gedit/gedit-ui.xml.h:88
+#, fuzzy
+msgid "_Output Window"
+msgstr "Matapihi"
+
+#: ../gedit/gedit-ui.xml.h:89
+msgid "_Paste"
+msgstr "_Whakapiri"
+
+#: ../gedit/gedit-ui.xml.h:90
+msgid "_Print..."
+msgstr "_Tā..."
+
+#: ../gedit/gedit-ui.xml.h:91
+msgid "_Quit"
+msgstr "_Whakamutu"
+
+#: ../gedit/gedit-ui.xml.h:92
+msgid "_Redo"
+msgstr "_Mahi Anō"
+
+#: ../gedit/gedit-ui.xml.h:93
+msgid "_Replace..."
+msgstr "_Whakakapia..."
+
+#: ../gedit/gedit-ui.xml.h:95
+msgid "_Save"
+msgstr "_Pupuri"
+
+#: ../gedit/gedit-ui.xml.h:96
+#, fuzzy
+msgid "_Save All"
+msgstr "P_urihia Pēneitia"
+
+#: ../gedit/gedit-ui.xml.h:97
+#, fuzzy
+msgid "_Search"
+msgstr "_Whakawātea"
+
+#: ../gedit/gedit-ui.xml.h:98
+msgid "_Statusbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:99
+msgid "_Text for All Icons"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:100
+msgid "_Toolbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:101
+#, fuzzy
+msgid "_Tools"
+msgstr "_Tihi"
+
+#: ../gedit/gedit-ui.xml.h:102
+msgid "_Undo"
+msgstr "_Whakakore"
+
+#: ../gedit/gedit-ui.xml.h:103
+msgid "_View"
+msgstr "_Titiro"
+
+#: ../gedit/gedit-utils.c:686
+msgid " (invalid Unicode)"
+msgstr ""
+
+#.
+#. if (col == chars)
+#. msg = g_strdup_printf (_(" Ln %d, Col %d"), row + 1, col + 1);
+#. else
+#. msg = g_strdup_printf (_(" Ln %d, Col %d-%d"), row + 1, chars + 1, col + 1);
+#.
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-view.c:879
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr ""
+
+#: ../gedit/gedit-view.c:915
+msgid " OVR"
+msgstr ""
+
+#: ../gedit/gedit-view.c:917
+msgid " INS"
+msgstr ""
+
+#: ../gedit/gedit2.c:83
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit2.c:86
+msgid "Quit an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit2.c:89
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit2.c:92
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit2.c:168
+#, c-format
+msgid "The specified encoding \"%s\" is not valid\n"
+msgstr ""
+
+#: ../gedit/gedit-convert.c:91
+msgid "The file you are trying to open contains an invalid byte sequence."
+msgstr ""
+
+#: ../gedit/gedit-convert.c:160 ../gedit/gedit-convert.c:204
+msgid ""
+"gedit was not able to automatically determine the encoding of the file you "
+"want to open."
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:43
+#, fuzzy
+msgid "C_hange Case"
+msgstr "_Kuhu"
+
+#: ../plugins/changecase/changecase.c:49
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:50
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:51
+#, fuzzy
+msgid "_Invert Case"
+msgstr "_Kuhu"
+
+#: ../plugins/changecase/changecase.c:52
+#, fuzzy
+msgid "_Title Case"
+msgstr "Ngā Kōnae"
+
+#: ../plugins/changecase/changecase.c:54
+msgid "Change selected text to upper case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:55
+msgid "Change selected text to lower case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:56
+msgid "Invert the case of selected text"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:57
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Change Case"
+msgstr "_Kuhu"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.c:45
+#, fuzzy
+msgid "_Document Statistics"
+msgstr "_Tuhinga"
+
+#: ../plugins/docinfo/docinfo.c:48
+msgid "Get statistic info on current document"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.c:139
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Document Statistics"
+msgstr "_Tuhinga"
+
+#: ../plugins/docinfo/docinfo.c:153
+#, fuzzy
+msgid "_Update"
+msgstr "_Whakapiri"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Update"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Words"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "gedit: Document Info plugin"
+msgstr ""
+
+#: ../plugins/indent/indent.c:45
+msgid "_Indent"
+msgstr "_Nuku"
+
+#: ../plugins/indent/indent.c:47
+msgid "Indent selected lines"
+msgstr ""
+
+#: ../plugins/indent/indent.c:49
+#, fuzzy
+msgid "U_nindent"
+msgstr "_Nuku"
+
+#: ../plugins/indent/indent.c:51
+msgid "Unindent selected lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Indent lines"
+msgstr "Rūritia"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr ""
+
+#: ../plugins/sample/sample.c:43
+msgid "Insert User Na_me"
+msgstr ""
+
+#: ../plugins/sample/sample.c:46
+msgid "Insert the user name at the cursor position"
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.c:49
+#, fuzzy
+msgid "Sa_ve Copy..."
+msgstr "_Tārua"
+
+#: ../plugins/savecopy/savecopy.c:52
+msgid "Save a copy of the current document"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.c:315
+#, c-format
+msgid "Could not save a copy of the file to \"%s\""
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.c:414
+msgid "You are trying to overwrite the original file"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.c:523
+#, fuzzy
+msgid "Save Copy..."
+msgstr "P_urihia pēneitia"
+
+#. translators: %s is a filename
+#: ../plugins/savecopy/savecopy.c:555 ../plugins/savecopy/savecopy.c:565
+#, c-format
+msgid "%s (copy)"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:1
+msgid "Save a Copy"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:2
+msgid "Saves a copy of the current document to a local or remote location."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:56
+msgid "_Run Command..."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:59
+msgid "Run a command"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:156
+#: ../plugins/shell_output/shell_output.c:576
+#, fuzzy
+msgid "Stopped"
+msgstr "Whaka_mutua"
+
+#: ../plugins/shell_output/shell_output.c:355
+msgid "Run Command"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:374
+msgid "_Run"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:582
+#, fuzzy
+msgid "Done"
+msgstr "kaore tētahi"
+
+#: ../plugins/shell_output/shell_output.c:584
+#, fuzzy
+msgid "Failed"
+msgstr "_Kōnae"
+
+#: ../plugins/shell_output/shell_output.c:754
+msgid ""
+"The shell command entry is empty.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:776
+msgid ""
+"Error parsing the shell command.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:854
+msgid "Executing command"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:919
+msgid "An error occurred while running the selected command."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:1
+msgid ""
+"Executes an external program and, if required, displays its output in the "
+"output window."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:2
+msgid "Shell command"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:2
+msgid "Co_mmand:"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:3
+msgid "Select the working directory..."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:4
+msgid "_Show results in Output Window"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:5
+msgid "_Working directory:"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:6
+msgid "gedit: Shell Output plugin"
+msgstr ""
+
+#: ../plugins/sort/sort.c:29
+#, fuzzy
+msgid "S_ort..."
+msgstr "_Tā..."
+
+#: ../plugins/sort/sort.c:32
+msgid "Sort the current document or selection."
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:7
+#, fuzzy
+msgid "_Sort"
+msgstr "_Huri"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+#, fuzzy
+msgid "_More..."
+msgstr "_Huaki..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr ""
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr "_Tāpiri"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+#, fuzzy
+msgid "Suggestions"
+msgstr "Pātai"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+#, fuzzy
+msgid "Completed spell checking"
+msgstr "Tārua te whiringa"
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+msgid "Amharic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+msgid "Azerbaijani"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+msgid "Belarusian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Bulgarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+#, fuzzy
+msgid "Bengali"
+msgstr "_Tītaha"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Welsh"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+msgid "German (Austria)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+msgid "Estonian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+#, fuzzy
+msgid "Persian"
+msgstr "Tā"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+msgid "Finnish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+msgid "Irish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+msgid "Gallegan"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+#, fuzzy
+msgid "Hindi"
+msgstr "Kitea"
+
+#: ../plugins/spell/gedit-spell-checker.c:111
+msgid "Croatian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Upper Sorbian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+msgid "Hungarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Indonesian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Icelandic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+#, fuzzy
+msgid "Italian"
+msgstr "_Tītaha"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+msgid "Kurdish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+#, fuzzy
+msgid "Latin"
+msgstr "Ngā Kōnae"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Lithuanian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+msgid "Latvian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Malagasy"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+msgid "Maori"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+#, fuzzy
+msgid "Macedonian"
+msgstr "_Whakatika"
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Mongolian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+msgid "Marathi"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Malay"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Maltese"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+msgid "Norwegian Bokmal"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+msgid "Norwegian Nynorsk"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Quechua"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+msgid "Kinyarwanda"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+msgid "Sardinian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Slovak"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Slovenian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Swahili"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+#, fuzzy
+msgid "Tamil"
+msgstr "Ngā Kōnae"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tagalog"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tswana"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Ukrainian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+msgid "Uzbek"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Walloon"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+msgid "Yiddish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Zulu"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+#, fuzzy
+msgid "Default"
+msgstr "Porowhiu"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:239
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr ""
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr ""
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+#, fuzzy
+msgid "_Ignore"
+msgstr "_Kuputohu"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+#, fuzzy
+msgid "_Suggestions:"
+msgstr "Pātai"
+
+#: ../plugins/spell/spell.c:52
+msgid "_Check Spelling"
+msgstr ""
+
+#: ../plugins/spell/spell.c:55
+msgid "Check the current document for incorrect spelling"
+msgstr ""
+
+#: ../plugins/spell/spell.c:57
+msgid "_Autocheck Spelling"
+msgstr ""
+
+#: ../plugins/spell/spell.c:60
+msgid "Automatically spell-check the current document"
+msgstr ""
+
+#: ../plugins/spell/spell.c:62
+msgid "Set _Language"
+msgstr ""
+
+#: ../plugins/spell/spell.c:65
+msgid "Set the language of the current document"
+msgstr ""
+
+#: ../plugins/spell/spell.c:625
+msgid "The document is empty."
+msgstr ""
+
+#: ../plugins/spell/spell.c:643
+msgid "The selected text does not contain misspelled words."
+msgstr ""
+
+#: ../plugins/spell/spell.c:644
+msgid "The document does not contain misspelled words."
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Spell checker"
+msgstr "Pūmanawa tātaki kupu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+#, fuzzy
+msgid "Align"
+msgstr "Ngā Kōnae"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Author info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Axis related headers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "BGSound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Background color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background texture tile"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Base font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+#, fuzzy
+msgid "Border"
+msgstr "_Miramira"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Border color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Cell rowspan"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+#, fuzzy
+msgid "Center"
+msgstr "Nanahi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Citation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Class list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+#, fuzzy
+msgid "Color of selected links"
+msgstr "Tārua te whiringa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+#, fuzzy
+msgid "Comment"
+msgstr "_Huri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+#, fuzzy
+msgid "Content scheme"
+msgstr "_Huri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+#, fuzzy
+msgid "Content type"
+msgstr "_Huri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+#, fuzzy
+msgid "Coordinates"
+msgstr "_Huri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+#, fuzzy
+msgid "Definition description"
+msgstr "Pātai"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+#, fuzzy
+msgid "Deleted text"
+msgstr "Porowhiu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+#, fuzzy
+msgid "Direction"
+msgstr "Pātai"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "Disabled"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+#, fuzzy
+msgid "Document base"
+msgstr "_Tuhinga"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+#, fuzzy
+msgid "Document body"
+msgstr "_Tuhinga"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+#, fuzzy
+msgid "Document head"
+msgstr "_Tuhinga"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+#, fuzzy
+msgid "Document title"
+msgstr "_Tuhinga"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+#, fuzzy
+msgid "Document type"
+msgstr "_Tuhinga"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+#, fuzzy
+msgid "Element ID"
+msgstr "_Tuhinga"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+#, fuzzy
+msgid "Font face"
+msgstr "Momotuhi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "For label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+msgid "Form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Frameset"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Frameset columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Generic span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Image"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "Inline frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+#, fuzzy
+msgid "Inserted text"
+msgstr "_Kuhu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+#, fuzzy
+msgid "Italic text"
+msgstr "_Tītaha"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Language code"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+#, fuzzy
+msgid "Link color"
+msgstr "Kotia te whiringa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "Local change to font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+#, fuzzy
+msgid "Long description link"
+msgstr "Pātai"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "No resize"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+#, fuzzy
+msgid "Object applet file"
+msgstr "Huaki he kōnae"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+#, fuzzy
+msgid "OnChange event"
+msgstr "_Kuhu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+#, fuzzy
+msgid "Option selector"
+msgstr "Tārua te whiringa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+#, fuzzy
+msgid "Output media"
+msgstr "Matapihi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "Preformatted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "Push button"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+#, fuzzy
+msgid "Quote"
+msgstr "Whakamutu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "Range"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Reverse link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "Script language name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "Selectable option"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+#, fuzzy
+msgid "Selected"
+msgstr "Porowhiu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+#, fuzzy
+msgid "Shape"
+msgstr "Pupuri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "Size"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "Small text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "Sound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+#, fuzzy
+msgid "Space"
+msgstr "Pupuri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+#, fuzzy
+msgid "Spacer"
+msgstr "Whakakapia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+#, fuzzy
+msgid "Span"
+msgstr "Sans 12"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Starting sequence number"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+#, fuzzy
+msgid "Strike-through text"
+msgstr "Tāroto"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+#, fuzzy
+msgid "Strike-through text style"
+msgstr "Tāroto"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+#, fuzzy
+msgid "Superscript"
+msgstr "Pātai"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+#, fuzzy
+msgid "Table"
+msgstr "Ngā Kōnae"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Table caption"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+#, fuzzy
+msgid "Text color"
+msgstr "_Kano"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+#, fuzzy
+msgid "Title"
+msgstr "Ngā Kōnae"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+#, fuzzy
+msgid "Underlined text style"
+msgstr "Rūritia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+#, fuzzy
+msgid "Unordered list"
+msgstr "Rūritia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+#, fuzzy
+msgid "Vertical space"
+msgstr "_Kuhu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+#, fuzzy
+msgid "Visited link color"
+msgstr "Kotia te whiringa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+#, fuzzy
+msgid "Footnote"
+msgstr "Momotuhi"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+#, fuzzy
+msgid "List description"
+msgstr "Pātai"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+#, fuzzy
+msgid "Reference label"
+msgstr "Ngā tina hiahia"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+#, fuzzy
+msgid "Reference ref"
+msgstr "Ngā tina hiahia"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+#, fuzzy
+msgid "namespace"
+msgstr "_Kuhu"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+#, fuzzy
+msgid "parent"
+msgstr "Huaki"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:146
+msgid "Tag list plugin"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:167
+msgid "Select the group of tags you want to use"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:189
+msgid "Available Tag Lists"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:191
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:212
+msgid "Tags"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:201
+msgid "Double-click on a tag to insert it in the current document"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:46
+msgid "Tag _List"
+msgstr ""
+
+#.
+#. #define MENU_ITEM_NAME "TagList"
+#.
+#: ../plugins/taglist/gedit-taglist-plugin.c:51
+msgid "Show the tag list window"
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr ""
+
+#: ../plugins/time/time.c:49
+msgid "In_sert Date and Time..."
+msgstr ""
+
+#: ../plugins/time/time.c:52
+msgid "Insert current date and time at the cursor position"
+msgstr ""
+
+#: ../plugins/time/time.c:457
+msgid "Available formats"
+msgstr ""
+
+#: ../plugins/time/time.c:565
+msgid "Configure insert date/time plugin..."
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_Kuhu"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr ""
diff --git a/po/mjw.po b/po/mjw.po
new file mode 100644
index 0000000..bf5105c
--- /dev/null
+++ b/po/mjw.po
@@ -0,0 +1,3491 @@
+# Karbi translation for gedit.
+# Copyright (C) 2019 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Jor Teron <jor.teron@gmail.com>, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2019-09-02 16:28+0000\n"
+"PO-Revision-Date: 2019-08-05 23:20+0530\n"
+"Last-Translator: Jor Teron <jor.teron@gmail.com>\n"
+"Language-Team: Karbi <karbi.translation@gmail.com>\n"
+"Language: mjw\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2 ; plural=( n != 1 );\n"
+"X-Generator: Gtranslator 2.91.7\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in.in:4
+msgid "Edit text files"
+msgstr ""
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+
+#: data/org.gnome.gedit.appdata.xml.in:15
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+
+#: data/org.gnome.gedit.appdata.xml.in:20
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+
+#: data/org.gnome.gedit.desktop.in.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Text Editor"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Plaintext;Write;gedit;"
+
+#: data/org.gnome.gedit.desktop.in.in:22
+msgid "New Window"
+msgstr "Kimi Window"
+
+#: data/org.gnome.gedit.desktop.in.in:26
+msgid "New Document"
+msgstr "Kimi Document"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Autosave"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Display Overview Map"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether gedit should display the overview map for the document."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:136
+msgid "Document background pattern type"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:137
+msgid "Whether the document will get a background pattern painted."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Smart Home End"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+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.gnome.gedit.gschema.xml.in:152
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Enable Search Highlighting"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:167
+msgid "Ensure Trailing Newline"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:168
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Toolbar is Visible"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Notebook Show Tabs Mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:184
+msgid "Status Bar is Visible"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:185
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Side panel is Visible"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:197
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:198
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the “Recent Files” submenu."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Header"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:219
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:220
+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.gnome.gedit.gschema.xml.in:224
+msgid "Print Line Numbers"
+msgstr "Line aphai print dun"
+
+#: data/org.gnome.gedit.gschema.xml.in:225
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:229
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:230
+msgid "Body Font for Printing"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:231
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:235
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:236
+msgid "Header Font for Printing"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+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 ""
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:241
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+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.gnome.gedit.gschema.xml.in:247
+msgid "Margin Left"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The left margin, in millimeters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:252
+msgid "Margin Top"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:253
+msgid "The top margin, in millimeters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:257
+msgid "Margin Right"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:258
+msgid "The right margin, in millimeters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:262
+msgid "Margin Bottom"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:263
+msgid "The bottom margin, in millimeters."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:269
+msgid "Candidate Encodings"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:270
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:316
+msgid "Active plugins"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:317
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr ""
+
+#: gedit/gedit-app.c:114
+msgid "Show the application’s version"
+msgstr ""
+
+#: gedit/gedit-app.c:120
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+
+#: gedit/gedit-app.c:127
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: gedit/gedit-app.c:128
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: gedit/gedit-app.c:134
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+
+#: gedit/gedit-app.c:141
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: gedit/gedit-app.c:148
+msgid "Open files and block process until files are closed"
+msgstr ""
+
+#: gedit/gedit-app.c:155
+msgid "Run gedit in standalone mode"
+msgstr ""
+
+#: gedit/gedit-app.c:162
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr ""
+
+#: gedit/gedit-app.c:281
+msgid "There was an error displaying the help."
+msgstr ""
+
+#: gedit/gedit-app.c:972
+#, c-format
+msgid "%s: invalid encoding."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:279
+msgid "Close _without Saving"
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:285 gedit/gedit-commands-file.c:462
+#: gedit/gedit-commands-file.c:567 gedit/gedit-commands-file.c:643
+#: gedit/gedit-commands-file.c:854 gedit/gedit-commands-file.c:1583
+#: gedit/gedit-encodings-dialog.c:194 gedit/gedit-preferences-dialog.c:825
+#: gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:213
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Cancel"
+
+#: gedit/gedit-close-confirmation-dialog.c:312 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:312 gedit/gedit-commands-file.c:855
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:105
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:330
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:339
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:345
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:355
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:370
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:376
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:391
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:420
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:425
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:440
+#: gedit/gedit-close-confirmation-dialog.c:564
+msgid "Saving has been disabled by the system administrator."
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:506
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:514
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-close-confirmation-dialog.c:540
+msgid "Docum_ents with unsaved changes:"
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:544
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#: gedit/gedit-close-confirmation-dialog.c:568
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file “%s”…"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: "Open" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:463 gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: gedit/resources/ui/gedit-window.ui:48
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:568
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:752 gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "File rai bomlo “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1101
+msgid "No changes need to be saved"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1444
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1509
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1515
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1525
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1540
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1561
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-file.c:1584
+msgid "_Revert"
+msgstr ""
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+
+#: gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+
+#: gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] ""
+
+#: gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:142
+#, c-format
+msgid "“%s” not found"
+msgstr ""
+
+#: gedit/gedit-document.c:1079 gedit/gedit-document.c:1112
+#, c-format
+msgid "Untitled Document %d"
+msgstr ""
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr ""
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1161
+#: gedit/gedit-window.c:1167 gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr ""
+
+#: gedit/gedit-encodings-combo-box.c:299
+#: gedit/gedit-file-chooser-dialog-osx.m:565
+msgid "Automatically Detected"
+msgstr ""
+
+#: gedit/gedit-encodings-combo-box.c:328
+#: gedit/gedit-file-chooser-dialog-osx.m:574
+msgid "Add or Remove…"
+msgstr ""
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr ""
+
+#: gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr ""
+
+#: gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:195 gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr ""
+
+#: gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Kethap"
+
+#: gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr ""
+
+#: gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr ""
+
+#: gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr ""
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:45
+#: gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr ""
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:46
+msgid "All Text Files"
+msgstr ""
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:317
+#: gedit/gedit-file-chooser-dialog-osx.m:547
+msgid "Character Encoding:"
+msgstr ""
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:350
+#: gedit/gedit-file-chooser-dialog-osx.m:620
+msgid "Line Ending:"
+msgstr ""
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1245
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:142 gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:164 gedit/gedit-io-error-info-bar.c:204
+#: gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr ""
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:260
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:499 gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:598 gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:623 gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:696
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:769
+msgid "D_on’t Edit"
+msgstr "Edit Ri"
+
+#: gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:849 gedit/gedit-io-error-info-bar.c:939
+#: gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:852 gedit/gedit-io-error-info-bar.c:942
+#: gedit/gedit-io-error-info-bar.c:1232
+msgid "D_on’t Save"
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1073
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1178 gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus.ui:9 gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr ""
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr ""
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "File: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr ""
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr ""
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr ""
+
+#: gedit/gedit-replace-dialog.c:690 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr ""
+
+#: gedit/gedit-replace-dialog.c:779
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr ""
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:823
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:843
+#, c-format
+msgid "Loading %s from %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:930
+#, c-format
+msgid "Saving %s to %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:935
+#, c-format
+msgid "Saving %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1538
+#, c-format
+msgid "Error opening file %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1543
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1548
+#, c-format
+msgid "Error saving file %s"
+msgstr ""
+
+#: gedit/gedit-tab.c:1579
+msgid "Name:"
+msgstr "Men:"
+
+#: gedit/gedit-tab.c:1580
+msgid "MIME Type:"
+msgstr ""
+
+#: gedit/gedit-tab.c:1581
+msgid "Encoding:"
+msgstr ""
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:858
+#, c-format
+msgid "/ on %s"
+msgstr ""
+
+#: gedit/gedit-utils.c:1162
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:1164
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:1166
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:481 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Line aphai paklang"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr ""
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr ""
+
+#: gedit/gedit-view-frame.c:1029
+msgid "String you want to search for"
+msgstr ""
+
+#: gedit/gedit-view-frame.c:1041
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr ""
+
+#: gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr ""
+
+#: gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr ""
+
+#: gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr ""
+
+#: gedit/gedit-window.c:2442
+msgid "Change side panel page"
+msgstr ""
+
+#: gedit/gedit-window.c:2462 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_File"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "Kimi"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Kimi Window"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Print…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "Kiri"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:265
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr ""
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr ""
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr ""
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr ""
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr ""
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr ""
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr ""
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr ""
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr ""
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr ""
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:53
+msgid "No results"
+msgstr ""
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:97
+msgid "Other _Documents…"
+msgstr ""
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:101
+msgid "Open another file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _overview map"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:125
+msgid "Display _grid pattern"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:154
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:172
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:186
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:220
+msgid "Highlighting"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:238
+msgid "Highlight current _line"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:252
+msgid "Highlight matching _brackets"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:285
+msgid "View"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:307
+msgid "Tab Stops"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:330
+msgid "_Tab width:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:374
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:409
+msgid "File Saving"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:443
+msgid "_Autosave files every"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:459
+msgid "_minutes"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:506
+msgid "Editor"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:529
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:24
+msgid "Font"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:573
+msgid "Editor _font: "
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:590
+msgid "Pick the editor font"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:631
+msgid "Color Scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:678
+#: gedit/resources/ui/gedit-preferences-dialog.ui:679
+msgid "Install scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:680
+msgid "Install Scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:694
+#: gedit/resources/ui/gedit-preferences-dialog.ui:695
+msgid "Uninstall scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:696
+msgid "Uninstall Scheme"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:736
+msgid "Font & Colors"
+msgstr ""
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:761
+msgid "Plugins"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr ""
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr ""
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr ""
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr ""
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr ""
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documents"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:301
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:306
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:313
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:320
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:327
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:334
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:341
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:391
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:396
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:403
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:410
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr ""
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:66
+#: gedit/resources/ui/gedit-window.ui:401
+msgid "Open a file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:65 gedit/resources/ui/gedit-window.ui:386
+#: gedit/resources/ui/gedit-window.ui:400
+msgid "Open"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:80 gedit/resources/ui/gedit-window.ui:87
+#: gedit/resources/ui/gedit-window.ui:415
+#: gedit/resources/ui/gedit-window.ui:422
+msgid "Create a new document"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:86 gedit/resources/ui/gedit-window.ui:421
+msgid "New"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:109
+#: gedit/resources/ui/gedit-window.ui:114
+#: gedit/resources/ui/gedit-window.ui:460
+#: gedit/resources/ui/gedit-window.ui:465
+msgid "Save the current file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:113
+#: gedit/resources/ui/gedit-window.ui:457
+#: gedit/resources/ui/gedit-window.ui:464
+msgid "Save"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:256
+msgid "Hide panel"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:371
+msgid "Open a file dialog"
+msgstr ""
+
+#: gedit/resources/ui/gedit-window.ui:431
+#: gedit/resources/ui/gedit-window.ui:436
+#: gedit/resources/ui/gedit-window.ui:437
+msgid "Leave Fullscreen"
+msgstr ""
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:5
+msgid "Check update"
+msgstr ""
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:6
+msgid "Check for latest version of gedit"
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr ""
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:5
+msgid "Version to Ignore"
+msgstr ""
+
+#. This is releated to the next gedit version to be released
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:7
+msgid "Version to ignore until a newer version is released."
+msgstr ""
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr ""
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr ""
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bytes"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Build"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr ""
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr ""
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr ""
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr ""
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr ""
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr ""
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:15
+msgid "Whether to use the system font"
+msgstr ""
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr ""
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr ""
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr ""
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr ""
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr ""
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr ""
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr ""
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr ""
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr ""
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Home"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "File System"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1703
+msgid "(Empty)"
+msgstr "(Angse)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3327
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3578
+msgid "Untitled File"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3606
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3635
+msgid "Untitled Folder"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3658
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:757
+msgid "Bookmarks"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1957
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2026
+#, c-format
+msgid "Could not open media: %s"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2069
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr ""
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2581
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:5
+msgid "Open With Tree View"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:10
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:15
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:20
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:25
+msgid "Set Location to First Document"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:30
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:35
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:40
+msgid "File Browser Binary Patterns"
+msgstr ""
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr ""
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr ""
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:5
+msgid "Command Color Text"
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:6
+msgid "The command color text"
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:10
+msgid "Error Color Text"
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:11
+msgid "The error color text"
+msgstr ""
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel"
+msgstr ""
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr ""
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr ""
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr ""
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr ""
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files"
+msgstr ""
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr ""
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr ""
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr ""
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr ""
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr ""
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr ""
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr ""
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:244
+msgid " "
+msgstr ""
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr ""
+
+#: plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort…"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr ""
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr ""
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr ""
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr ""
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr ""
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml.in:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr ""
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml.in:6
+msgid "Default setting for highlight misspelled words."
+msgstr ""
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr ""
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr ""
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr ""
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time…"
+msgstr ""
+
+#: plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:5
+msgid "Prompt Type"
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:10
+msgid "Selected Format"
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:11
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:15
+msgid "Custom Format"
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:16
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr ""
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009, 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr ""
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr ""
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
diff --git a/po/mk.po b/po/mk.po
new file mode 100644
index 0000000..94cc356
--- /dev/null
+++ b/po/mk.po
@@ -0,0 +1,4477 @@
+# translation of mk.po to Macedonian
+# translation of gedit.HEAD.mk.po to
+# Copyright (C) 2002,2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#
+#
+# Igor Petreski <dierektor@pcinfo.com.mk>, 2002.
+# Arangel Angov <ufo@linux.net.mk>, 2003, 2004, 2006, 2008.
+# Ime Prezime <email@adresa.com>, 2003.
+# Igor Popovski <igor@popovski.com.mk>, 2003.
+# Darko Spasovski <darko@ultra.com.mk>, 2003.
+# Tomislav Markovski <herrera@users.sourceforge.net>, 2004.
+# Arangel Angov <ufo@users.ossm.org.mk>, 2005.
+# Арангел Ангов <ufo@linux.net.mk>, 2005.
+# Ivica Micev <icko@elfasko.org.mk>, 2006.
+# Jovan Naumovski <jovan@lugola.net>, 2006, 2007.
+# Arangel Angov <arangel@linux.net.mk>, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: mk\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2012-01-01 10:48+0000\n"
+"PO-Revision-Date: 2012-01-01 23:55+0100\n"
+"Last-Translator: Jovan N\n"
+"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
+"Language: mk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural= n==1 || n%10==1 ? 0 : 1\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Уредувај текстуални датотеки"
+
+#: ../data/gedit.desktop.in.in.h:2
+#: ../gedit/gedit-print-job.c:799
+msgid "Text Editor"
+msgstr "Уредувач за текст"
+
+#: ../data/gedit.desktop.in.in.h:3
+#| msgid "_Edit"
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.desktop.in.in.h:4
+#| msgid "Text Editor"
+msgid "gedit Text Editor"
+msgstr "gedit уредувачот на текст"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:1
+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.gnome.gedit.gschema.xml.in.in.h:2
+msgid "Active plugins"
+msgstr "Активни додатоци"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:3
+#| msgid "Auto indent"
+msgid "Automatic indent"
+msgstr "Автоматско порамнување"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:4
+#| msgid "Auto Detected Encodings"
+msgid "Automatically Detected Encodings"
+msgstr "Автоматски откриени енкодирања"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:5
+#| msgid "Auto Save"
+msgid "Autosave"
+msgstr "Автоматско зачувување"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:6
+#| msgid "Auto Save Interval"
+msgid "Autosave Interval"
+msgstr "Интервал на автоматско зачувување"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:7
+msgid "Body Font for Printing"
+msgstr "Фонт за печатење"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:8
+msgid "Create Backup Copies"
+msgstr "Создај сигурносни копии"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:9
+msgid "Display Line Numbers"
+msgstr "Прикажи бројки во линија"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:10
+msgid "Display Right Margin"
+msgstr "Прикажи ја десната маргина"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:11
+msgid "Editor Font"
+msgstr "Фонт уредувач"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:12
+msgid "Enable Search Highlighting"
+msgstr "Овозможи осветлување при пребарување"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:13
+msgid "Enable Syntax Highlighting"
+msgstr "Овозможи го синтаксното осветлување"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:14
+msgid "Encodings shown in menu"
+msgstr "Енкодирања прикажани во менито"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:15
+msgid "Header Font for Printing"
+msgstr "Фонт на заглавје за печатење"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:16
+msgid "Highlight Current Line"
+msgstr "Осветли ја тековната линија"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:17
+#| msgid "Highlight Matching Bracket"
+msgid "Highlight Matching Brackets"
+msgstr "Осветли ја одговарачката заграда"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:18
+msgid "If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr "Ако оваа вредност е 0 тогаш нема да бидат внесени броеви на страници при печатење на документот. "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:19
+msgid "Insert spaces"
+msgstr "Внеси места"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:20
+msgid "Line Number Font for Printing"
+msgstr "Фонт на броевите на страниците за печатење"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:21
+msgid "Line Wrapping Mode"
+msgstr "Режим на пренос на линија"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:22
+msgid "List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr "Листа на активни приклучоци. Ја содржи локацијата на активните приклучоци. Погледнете ја датотеката за приклучоци на „gedit“ за да дојдете до локацијата на одреден додаток."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:23
+#| msgid ""
+#| "List of encodings shown in Character Coding menu in open/save file "
+#| "selector. Only recognized encodings are used."
+msgid "List of encodings shown in the Character Encoding menu in open/save file selector. Only recognized encodings are used."
+msgstr "Листа на енкодирања прикажани во кодирање на знаци менито во отвори/зачувај датотека. Се користат само препознатливи енкодирања."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:24
+#| msgid "Max Number of Undo Actions"
+msgid "Maximum Number of Undo Actions"
+msgstr "Максимален број на дејства за враќање"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:25
+msgid "Maximum Recent Files"
+msgstr "Максимум на скорешни датотеки"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:26
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions."
+msgstr "Максимална бројка на дејства кои што gedit може да ги врати и повтори. Користете \"-1\" за бесконечно."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:27
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Максимална бројка на акции кои што gedit може да ги врати и повтори. Користете \"-1\" за бесконечно. Заостанато од 2.12.0"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:28
+msgid "Notebook Show Tabs Mode"
+msgstr "Режим на прикажување на јазици на бележникот"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:29
+#| msgid ""
+#| "Number of minutes after which gedit will automatically save modified "
+#| "files. This will only take effect if the \"Auto Save\" option is turned "
+#| "on."
+msgid "Number of minutes after which gedit will automatically save modified files. This will only take effect if the \"Autosave\" option is turned on."
+msgstr "Број на минути после кои gedit автоматски ќе ги сними променетите датотеки. Оваа опција е во сила само ако опцијата „Автоматско зачувување“ е вклучена."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:30
+msgid "Print Header"
+msgstr "Печати заглавје"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:31
+msgid "Print Line Numbers"
+msgstr "Печати броеви на страниците"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:32
+msgid "Print Syntax Highlighting"
+msgstr "Печати го синтаксното осветлување"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:33
+msgid "Printing Line Wrapping Mode"
+msgstr "Начин на префрлување на линии при печатење"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:34
+msgid "Restore Previous Cursor Position"
+msgstr "Врати Претходна Курсор Позиција"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:35
+msgid "Right Margin Position"
+msgstr "Позиција на десната маргина"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:36
+#| msgid "Side Pane is Visible"
+msgid "Side panel is Visible"
+msgstr "Страничната лента е видлива"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:37
+msgid "Smart Home End"
+msgstr "Паметни Home End"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:38
+#| msgid ""
+#| "Sorted list of encodings used by gedit for auto-detecting the encoding of "
+#| "a file. \"CURRENT\" represents the current locale encoding. Only "
+#| "recognized encodings are used."
+msgid "Sorted list of encodings used by gedit for automatically detecting the encoding of a file. \"CURRENT\" represents the current locale encoding. Only recognized encodings are used."
+msgstr "Подредена листа на енкодирања кои се користат од gedit за автоматска детекција на енкодинг на датотека. \"CURRENT\" е тековниот локален енкодинг кој се користи сега. Препознаени се оние енкодирања кои се користат."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.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."
+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 "Одредува како се движи стрелката кога се притискаат копчињата HOME и END.Користете „disabled“ за стрелката да се движи до почетокот/крајот од линијата, „after“ за движење до почетокот/крајот на линијата кога се притискаат за прв пат, а вториотдо почетокот на текстот, игнорирајќи ги празните места, „before“ за движење до почетокот/крајот на текстот, па после до почетокот/крајот на линијата и „always“ за движење до почетокот/крајот на текстот секогаш кога ќе се притиснат овие копчиња."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:40
+#| msgid ""
+#| "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for "
+#| "no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+#| "\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note "
+#| "that the values are case-sensitive, so make sure they appear exactly as "
+#| "mentioned here."
+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 "Одредете начин за пренесување на зборови за печатење. Користи \"none\" за да не се пренесуваат., \"char\" за пренесување до границите на зборот. Забележете дека вредностите се со разликување на мали-големи букви."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:41
+#| msgid ""
+#| "Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE"
+#| "\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, "
+#| "and \"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. "
+#| "Note that the values are case-sensitive, so make sure they appear exactly "
+#| "as mentioned here."
+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 "Одредува како да се поредат долгите линии во просторот за уредување. Употребувајте \"none\" за да не се подредува, „word“ за премин на крај на збор и \"char\" за подредување по граница на зборот. Забележете дека вредностите се со разликување на мали-големи букви."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:42
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr "Одредува фонт за користење за тело на документи кога печати документи."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:43
+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.gnome.gedit.gschema.xml.in.in.h:44
+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.gnome.gedit.gschema.xml.in.in.h:45
+msgid "Specifies the maximum number of recently opened files that will be displayed in the \"Recent Files\" submenu."
+msgstr "Го одредува максималниот број на неодамна отворени датотеки што ќе се прикажат во подменито \"Претходни датотеки\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:46
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr "Го одредува бројот на празни места што треба да се прикаже наместо Tab знакот."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:47
+msgid "Specifies the position of the right margin."
+msgstr "Ја одредува позицијата на левата маргина"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:48
+#| msgid ""
+#| "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for "
+#| "no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+#| "\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note "
+#| "that the values are case-sensitive, so make sure they appear exactly as "
+#| "mentioned here."
+msgid "Specifies when to show the notebook tabs. Use \"never\" to never show the tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only when there is more than one tab. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr "Одредете начин за прикажување на јазичиња во . Користи \"never\" за да не се прикажуваат, \"always\" секогаш да се прикажуваат и „auto“ за да се прикажуваат кога има повеќе од едно јазиче. Забележете дека вредностите се со разликување на мали-големи букви."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:49
+msgid "Status Bar is Visible"
+msgstr "Статусната лента е видлива."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:50
+msgid "Style Scheme"
+msgstr "Шема за стил"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:51
+msgid "Tab Size"
+msgstr "Големина на Tab"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:52
+#| msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID на стилот за GtkSourceView шеми за обојување на текстот."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:53
+msgid "Toolbar is Visible"
+msgstr "Лентата со алатки е видлива"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:54
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Максимален број на вратени акции (ЗАОСТАНАТО)"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:55
+msgid "Use Default Font"
+msgstr "Употребувај стандарден фонт"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:56
+#| msgid ""
+#| "Whether gedit should automatically save modified files after a time "
+#| "interval. You can set the time interval with the \"Auto Save Interval\" "
+#| "option."
+msgid "Whether gedit should automatically save modified files after a time interval. You can set the time interval with the \"Autosave Interval\" option."
+msgstr "Дали gedit треба автоматски да ги зачува променетите датотеки после даден временски интервал. Временскиот интервал можете да го поставите со опцијата \"Интервал на автоматско зачувување\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:57
+msgid "Whether gedit should create backup copies for the files it saves. You can set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr "Дали gedit треба да креира сигурносни копии за датотеките што ги зачувува. Наставката за сигурносните копии може да ја поставите со опцијата \"Екстензија на сигурносната копија\"."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:58
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Дали gedit треба да ги прикажува бројот на редиците во површината за уредување."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:59
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Дали gedit треба да ја прикаже левата маргина во областа за уредување."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:60
+#| msgid "Whether gedit should enable auto indentation."
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Дали gedit да овозможи автоматско порамнување."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:61
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Дали gedit треба да овозможи синтаксно осветлување."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:62
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Дали gedit треба да прави синтаксно осветлување под сите околности од пребаруванит текст."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:63
+#| msgid "Whether gedit should highlight matching bracket."
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Дали gedit да овозможи означување на одговарачки загради."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:64
+msgid "Whether gedit should highlight the current line."
+msgstr "Дали gedit треба да прави синтаксно осветлување на тековна линија."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:65
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Дали gedit треба да го вклучи заглавјето на документот при печатење на документите."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:66
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Дали gedit треба да вметнува празни места наместо табови."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:67
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Дали gedit треба да прави синтаксно осветлување при печатење на документите. "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:68
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr "Дали gedit треба да ја врати претходната позиција на курсорот кога датотеката е вчитана."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:69
+#| msgid ""
+#| "Whether the side pane at the left of the editing window should be visible."
+msgid "Whether the side panel at the left of editing windows should be visible."
+msgstr "Дали страничната лента од лево од уредувачкиот прозорец треба да е видлива."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:70
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Дали статусната лента во дното на прозорецот за уредување треба да е видлива."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:71
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Дали лентата со алатки треба да е видлива во прозорците за уредување."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:72
+msgid "Whether to use the system's default fixed width font for editing text instead of a font specific to gedit. If this option is turned off, then the font named in the \"Editor Font\" option will be used instead of the system font."
+msgstr "Дали да се користи системскиот фонт со стандардна широчина за уредување на текстот наместо фонтот специфичен за gedit. Ако оваа опција се исклучи, фонтот наведен во опцијата \"Фонт на уредувач\" ќе се користи наместо системскиот фонт."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:141
+#| msgid "Logout _without Saving"
+msgid "Log Out _without Saving"
+msgstr "Одјави се _без зачувување"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:145
+msgid "_Cancel Logout"
+msgstr "_Откажи oдјава"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+msgid "Close _without Saving"
+msgstr "Затвори _го излезниот прозорец"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:214
+msgid "Question"
+msgstr "Прашање"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "Ако не зачувате, промените од последната %ld секунда ќе бидат изгубени засекогаш."
+msgstr[1] "Ако не зачувате, промените од последните %ld секунди ќе бидат изгубени засекогаш."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:423
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "Ако не зачувате, промените од последната минута ќе бидат изгубени засекогаш."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:429
+#, c-format
+msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Ако не зачувате, промените од последната минута и %ld секунда ќе бидат изгубени засекогаш."
+msgstr[1] "Ако не зачувате, промените од последната минута и %ld секунди ќе бидат изгубени засекогаш."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:439
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "Ако не зачувате, промените од последната %ld минута ќе бидат изгубени засекогаш."
+msgstr[1] "Ако не зачувате, промените од последните %ld минути ќе бидат изгубени засекогаш."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:454
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "Ако не зачувате, промените од последниот час ќе бидат изгубени засекогаш."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:460
+#, c-format
+msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] "Ако не зачувате, промените од последниот час и %d минута ќе бидат изгубени засекогаш."
+msgstr[1] "Ако не зачувате, промените од последниот час и %d минути ќе бидат изгубени засекогаш."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:475
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Ако не зачувате, промените од последниот %d час ќе бидат изгубени засекогаш."
+msgstr[1] "Ако не зачувате, промените од последните %d часа ќе бидат изгубени засекогаш."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:519
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "Промените направени врз документот „%s“ ќе бидат засекогаш изгубени."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:524
+#, c-format
+#| msgid "Save the changes to document \"%s\" before closing?"
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "Да ги зачувам промените направени врз документот „%s“ пред да го затворам?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:538
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:755
+msgid "Saving has been disabled by the system administrator."
+msgstr "Зачувувањето беше оневозможено од администраторот на системот."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Промените направени врз документот %d ќе бидат засекогаш изгубени."
+msgstr[1] "Промените направени врз документите %d ќе бидат засекогаш изгубени."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:714
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "Има %d документ со незачувани промени. Да го зачувам пред да затворам?"
+msgstr[1] "Има %d документи со незачувани промени. Да ги зачувам пред да затворам?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:733
+msgid "Docum_ents with unsaved changes:"
+msgstr "Докум_енти со незачувани промени:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:735
+msgid "S_elect the documents you want to save:"
+msgstr "И_зберете ги документите кои што сакате да ги зачувате:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:759
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Ако не зачувате, сите ваши промени дефинитивно ќе бидат изгубени."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:347
+#| msgid "Character codings"
+msgid "Character Encodings"
+msgstr "Кодирање на знаци"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:410
+#: ../gedit/dialogs/gedit-encodings-dialog.c:471
+msgid "_Description"
+msgstr "_Опис"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:419
+#: ../gedit/dialogs/gedit-encodings-dialog.c:480
+msgid "_Encoding"
+msgstr "_Енкодинг"
+
+#. ex:set ts=8 noet:
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr "Д_остапни кодирања:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+#| msgid "Character codings"
+msgid "Character encodings"
+msgstr "Кодирање на знаци"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Е_нкодирања прикажани во менито:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:419
+#| msgid "Push this button to select the font to be used by the editor"
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Притиснете го ова копче за избирање на фонт што ќе се користи во уредувачот"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:434
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Користи го системскиот фонт со фиксна широчина (%s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:629
+msgid "The selected color scheme cannot be installed."
+msgstr "Избраната шема за боја не може да се инсталира."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:656
+msgid "Add Scheme"
+msgstr "Додај шема"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:663
+msgid "A_dd Scheme"
+msgstr "Д_додај шема"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:671
+msgid "Color Scheme Files"
+msgstr "Датотеки со шеми за боја"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:678
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Files"
+msgstr "Сите датотеки"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:723
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Не можам да ја отстранам шемата за боја „%s“."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:942
+msgid "gedit Preferences"
+msgstr "gedit преференции"
+
+#. ex:set ts=8 noet:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#| msgid "Color Scheme Files"
+msgid "Color Scheme"
+msgstr "Шема за боја"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "Create a _backup copy of files before saving"
+msgstr "Креирај _сигурносна копија на датотеките пред зачувување"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+#| msgid "Display right _margin"
+msgid "Display right _margin at column:"
+msgstr "Прикажи ја десната _маргина на колона:"
+
+#. ex:set ts=8 noet:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Do not _split words over two lines"
+msgstr "Не ги _разделувај зборовите преку две линии"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "Editor"
+msgstr "Уредувач"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "Editor _font: "
+msgstr "_Фонт на уредувачот: "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Enable text _wrapping"
+msgstr "Овозможи подредување на текстот"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+#| msgid "<b>File Saving</b>"
+msgid "File Saving"
+msgstr "Снимање на датотеки"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+#| msgid "Footnote"
+msgid "Font"
+msgstr "Фонт"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+msgid "Font & Colors"
+msgstr "Фонтови и бои"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "Осветли ја тековната _линија"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+#| msgid "Highlight matching _bracket"
+msgid "Highlight matching _brackets"
+msgstr "Осветли ја одговарачката _заграда"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+#| msgid "_Highlight Mode"
+msgid "Highlighting"
+msgstr "Осветлување"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "Вметни _празни места наместо табови"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Pick the editor font"
+msgstr "Одберете го фонтот за уредувачот"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Plugins"
+msgstr "Приклучоци"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+msgid "Preferences"
+msgstr "Преференции"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+#| msgid "<b>Tab Stops</b>"
+msgid "Tab Stops"
+msgstr "Паузи помеѓу табови"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+#: ../gedit/gedit-print-preferences.ui.h:11
+#| msgid "<b>Text Wrapping</b>"
+msgid "Text Wrapping"
+msgstr "Префрлување на текст"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "View"
+msgstr "Поглед"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "_Add..."
+msgstr "_Додај..."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "_Autosave files every"
+msgstr "_Автоматски зачувувај ги датотеките"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+#: ../gedit/gedit-view.c:552
+msgid "_Display line numbers"
+msgstr "_Прикажи броеви на редот"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+msgid "_Enable automatic indentation"
+msgstr "_Вклучи автоматско вовлекување"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "_Tab width:"
+msgstr "_Ширина на Tab:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_minutes"
+msgstr "_минути"
+
+#: ../gedit/dialogs/gedit-replace-dialog.c:209
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:2
+#: ../gedit/gedit-window.c:1625
+msgid "Replace"
+msgstr "Замени"
+
+#: ../gedit/dialogs/gedit-replace-dialog.c:287
+msgid "Replace _All"
+msgstr "Замени ги _сите"
+
+#: ../gedit/dialogs/gedit-replace-dialog.c:288
+#: ../gedit/gedit-commands-file.c:570
+msgid "_Replace"
+msgstr "_Замени"
+
+#. ex:set ts=8 noet:
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr "Барај само _цели зборови"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:3
+msgid "Replace All"
+msgstr "Замени ги сите"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "Замени _со:"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr "Пребарување _наназад"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:6
+msgid "_Match case"
+msgstr "Разликувај мали-големи"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "_Барај:"
+
+#: ../gedit/dialogs/gedit-replace-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "_Обиколи околу"
+
+#: ../gedit/gedit-app.c:222
+#| msgid "There was an error displaying help."
+msgid "There was an error displaying the help."
+msgstr "Се појави грешка при прикажување на помош."
+
+#: ../gedit/gedit-command-line.c:232
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: невалиден енкодинг.\n"
+
+#: ../gedit/gedit-command-line.c:256
+#| msgid "Configure the application"
+msgid "Show the application's version"
+msgstr "Покажи ја верзијата на апликацијата"
+
+#: ../gedit/gedit-command-line.c:262
+msgid "Display list of possible values for the encoding option"
+msgstr "Прикажи листа на можни вредности за опции на енкодирање"
+
+#: ../gedit/gedit-command-line.c:270
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr "Поставете го енкодингот кој што ќе биде користен за отворање на датотеките од командната линија"
+
+#: ../gedit/gedit-command-line.c:271
+msgid "ENCODING"
+msgstr "ЕНКОДИРАЊЕ"
+
+#: ../gedit/gedit-command-line.c:278
+#| msgid "Create a new toplevel window in an existing instance of gedit"
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Создај нов прозорец од најгорно ниво во постоечкиот gedit"
+
+#: ../gedit/gedit-command-line.c:286
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Создај нов документ во постоечкиот gedit"
+
+#: ../gedit/gedit-command-line.c:294
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "Постави ја големината и позицијата на прозорецот (ШИРИНАxВИСИНА+X+Y)"
+
+#: ../gedit/gedit-command-line.c:295
+msgid "GEOMETRY"
+msgstr "ГЕОМЕТРИЈА"
+
+#: ../gedit/gedit-command-line.c:302
+msgid "Open files and block process until files are closed"
+msgstr "Отвори ги датотеките и обработувај ги блоковите додека не се затворат"
+
+#: ../gedit/gedit-command-line.c:310
+msgid "Run gedit in the background"
+msgstr "Изврши го gedit во позадина"
+
+#: ../gedit/gedit-command-line.c:318
+msgid "Run gedit in standalone mode"
+msgstr "Изврши го gedit во самостоен режим"
+
+#: ../gedit/gedit-command-line.c:327
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#. Setup command line options
+#: ../gedit/gedit-command-line.c:334
+msgid "- Edit text files"
+msgstr "- Уреди текстуални датотеки"
+
+#: ../gedit/gedit-command-line.c:345
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"Извршете '%s --help' за да видите целосна листа на достапни опции.\n"
+
+#: ../gedit/gedit-commands-file.c:272
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Ја вчитувам датотеката '%s'..."
+
+#: ../gedit/gedit-commands-file.c:281
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Вчитувам датотека %d..."
+msgstr[1] "Вчитувам датотеки %d..."
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:446
+msgid "Open Files"
+msgstr "Отвори датотеки"
+
+#: ../gedit/gedit-commands-file.c:557
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Датотеката е „%s“ само за читање."
+
+#: ../gedit/gedit-commands-file.c:562
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Дали сакате да ја замените со оваа што ја снимате?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file using compression?"
+msgstr "Да ја зачувам датотеката со компресија?"
+
+#: ../gedit/gedit-commands-file.c:613
+#, c-format
+msgid "The file \"%s\" was previously saved as plain text and will now be saved using compression."
+msgstr "Датотеката „%s“ беше претходно зачувана како чист текст и сега ќе биде зачувана со користење на компресија."
+
+#: ../gedit/gedit-commands-file.c:615
+msgid "_Save Using Compression"
+msgstr "_Зачувај со користење на компресија"
+
+#: ../gedit/gedit-commands-file.c:619
+msgid "Save the file as plain text?"
+msgstr "Да ја зачувам датотеката како чист текст?"
+
+#: ../gedit/gedit-commands-file.c:620
+#, c-format
+msgid "The file \"%s\" was previously saved using compression and will now be saved as plain text."
+msgstr "Датотеката „%s“ беше претходно зачувана со компресија и сега ќе се зачува како чист текст."
+
+#: ../gedit/gedit-commands-file.c:622
+msgid "_Save As Plain Text"
+msgstr "_Зачувај како чист текст"
+
+#: ../gedit/gedit-commands-file.c:740
+#: ../gedit/gedit-commands-file.c:957
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Ја зачувувам датотеката %s..."
+
+#: ../gedit/gedit-commands-file.c:844
+#| msgid "Save As…"
+msgid "Save As"
+msgstr "Зачувај како"
+
+#: ../gedit/gedit-commands-file.c:1171
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Го враќам документот '%s'..."
+
+#: ../gedit/gedit-commands-file.c:1216
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Да ги вратам незачуваните промени на документот „%s“?"
+
+#: ../gedit/gedit-commands-file.c:1225
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] "Промените од последната %ld секунда ќе бидат изгубени засекогаш."
+msgstr[1] "Промените од последните %ld секунди ќе бидат изгубени засекогаш."
+
+#: ../gedit/gedit-commands-file.c:1234
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "Промените направени врз документот во последниот момент ќе бидат засекогаш изгубени."
+
+#: ../gedit/gedit-commands-file.c:1240
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] "Промените направени на документот во последната минута и %ld секунда ќе бидат засекогаш изгубени."
+msgstr[1] "Промените направени на документот во последната минута и %ld секунди ќе бидат засекогаш изгубени."
+
+#: ../gedit/gedit-commands-file.c:1250
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] "Промените направени на документот во последната %ld минута ќе бидат засекогаш изгубени."
+msgstr[1] "Промените направени на документот во последните %ld минути ќе бидат засекогаш изгубени."
+
+#: ../gedit/gedit-commands-file.c:1265
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Промените направени врз документот во последниот час ќе бидат засекогаш изгубени."
+
+#: ../gedit/gedit-commands-file.c:1271
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural "Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] "Промените направени врз документот во последниот час и %d минута ќе бидат засекогаш изгубени."
+msgstr[1] "Промените направени врз документот во последниот час и %d минути ќе бидат засекогаш изгубени."
+
+#: ../gedit/gedit-commands-file.c:1286
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Промените направени врз документот во последниот %d час ќе бидат засекогаш изгубени."
+msgstr[1] "Промените направени врз документот во последните %d часа ќе бидат засекогаш изгубени."
+
+#: ../gedit/gedit-commands-file.c:1312
+msgid "_Revert"
+msgstr "_Врати"
+
+#: ../gedit/gedit-commands-help.c:88
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit е мал и едноставен уредувач за текст за GNOME десктопот"
+
+#: ../gedit/gedit-commands-help.c:113
+msgid "translator-credits"
+msgstr ""
+"Арангел Ангов - ufo@linux.net.mk\n"
+"Јован Наумовски - jovan@lugola.net\n"
+"Ивица Мицев - icko@elfasko.org.mk\n"
+"Александар Савиќ - aleksandar.savic@gmail.com\n"
+"http://www.slobodensoftver.org.mk"
+
+#: ../gedit/gedit-commands-search.c:112
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Пронајдено и заменето %d појавување"
+msgstr[1] "Пронајдено и заменето %d појавувања."
+
+#: ../gedit/gedit-commands-search.c:121
+msgid "Found and replaced one occurrence"
+msgstr "Пронајдено и заменето едно појавување."
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:144
+#, c-format
+#| msgid "Phrase not found"
+msgid "\"%s\" not found"
+msgstr "Не е пронајден „%s“"
+
+#: ../gedit/gedit-document.c:1224
+#: ../gedit/gedit-document.c:1250
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Незачуван документ %d"
+
+#: ../gedit/gedit-documents-panel.c:122
+#: ../gedit/gedit-documents-panel.c:136
+#: ../gedit/gedit-window.c:2458
+#: ../gedit/gedit-window.c:2465
+#| msgid "Read Only"
+msgid "Read-Only"
+msgstr "Само за читање"
+
+#: ../gedit/gedit-documents-panel.c:1145
+#: ../gedit/gedit-window.c:3907
+msgid "Documents"
+msgstr "Документи"
+
+#: ../gedit/gedit-encodings.c:142
+#: ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190
+#: ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Уникод"
+
+#: ../gedit/gedit-encodings.c:155
+#: ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:229
+#: ../gedit/gedit-encodings.c:272
+msgid "Western"
+msgstr "Западен"
+
+#: ../gedit/gedit-encodings.c:157
+#: ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:268
+msgid "Central European"
+msgstr "Централно европски"
+
+#: ../gedit/gedit-encodings.c:159
+msgid "South European"
+msgstr "Јужно Европски"
+
+#: ../gedit/gedit-encodings.c:161
+#: ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:282
+msgid "Baltic"
+msgstr "Балтички"
+
+#: ../gedit/gedit-encodings.c:163
+#: ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:270
+msgid "Cyrillic"
+msgstr "Кириличен"
+
+#: ../gedit/gedit-encodings.c:165
+#: ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Arabic"
+msgstr "Арапски"
+
+#: ../gedit/gedit-encodings.c:167
+#: ../gedit/gedit-encodings.c:274
+msgid "Greek"
+msgstr "Грчки"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Hebrew Visual"
+msgstr "Хебрејски визуелен"
+
+#: ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Turkish"
+msgstr "Турски"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "Нордиски"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "Келтски"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Романски"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Ерменски"
+
+#: ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Традиционален кинески"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Кирилица/Руски"
+
+#: ../gedit/gedit-encodings.c:208
+#: ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212
+#: ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:257
+msgid "Japanese"
+msgstr "Јапонски"
+
+#: ../gedit/gedit-encodings.c:215
+#: ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:248
+#: ../gedit/gedit-encodings.c:263
+msgid "Korean"
+msgstr "Корејски"
+
+#: ../gedit/gedit-encodings.c:220
+#: ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+msgid "Chinese Simplified"
+msgstr "Упростен кинески"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Грузиски"
+
+#: ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Hebrew"
+msgstr "Хебрејски"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Cyrillic/Ukrainian"
+msgstr "Кирилица/Украински"
+
+#: ../gedit/gedit-encodings.c:259
+#: ../gedit/gedit-encodings.c:265
+#: ../gedit/gedit-encodings.c:284
+msgid "Vietnamese"
+msgstr "Виетнамски"
+
+#: ../gedit/gedit-encodings.c:261
+msgid "Thai"
+msgstr "Тајландски"
+
+#: ../gedit/gedit-encodings.c:435
+msgid "Unknown"
+msgstr "Непознато"
+
+#: ../gedit/gedit-encodings-combo-box.c:301
+#| msgid "Auto Detected"
+msgid "Automatically Detected"
+msgstr "Авто-детектирано"
+
+#: ../gedit/gedit-encodings-combo-box.c:320
+#: ../gedit/gedit-encodings-combo-box.c:336
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Моментално локале (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:388
+#| msgid "Add or _Remove..."
+msgid "Add or Remove..."
+msgstr "Додај или отстрани..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "Сите текстуални датотеки"
+
+#: ../gedit/gedit-file-chooser-dialog.c:95
+#| msgid "Ch_aracter coding:"
+msgid "C_haracter Encoding:"
+msgstr "Ко_дирање на знаци:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:154
+#| msgid "_Encoding"
+msgid "L_ine Ending:"
+msgstr "Крај на л_инии:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:173
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-file-chooser-dialog.c:179
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-file-chooser-dialog.c:185
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-io-error-info-bar.c:182
+#: ../gedit/gedit-io-error-info-bar.c:497
+msgid "_Retry"
+msgstr "_обиди се повторно"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Не можам да ја најдам датотеката %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:248
+#: ../gedit/gedit-io-error-info-bar.c:255
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Ве молам, проверете дали сте ја напишале точната локација и пробајте повторно."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:224
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit не може да управува со локациите %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:230
+msgid "gedit cannot handle this location."
+msgstr "„gedit“ не може да се справи со оваа локација."
+
+#: ../gedit/gedit-io-error-info-bar.c:238
+msgid "The location of the file cannot be mounted."
+msgstr "Локацијата на датотеката не може да се монтира."
+
+#: ../gedit/gedit-io-error-info-bar.c:242
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr "Локацијата на датотеката не може да се пристапи бидејќи не е монтирана."
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid "%s is a directory."
+msgstr "%s е директориум."
+
+#: ../gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s е невалидна локација."
+
+#: ../gedit/gedit-io-error-info-bar.c:289
+#, c-format
+msgid "Host %s could not be found. Please check that your proxy settings are correct and try again."
+msgstr "Хостот %s не беше пронајден. Ве молам проверете дали се точни Вашите поставувања за прокси и пробајте повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:304
+#, c-format
+#| msgid ""
+#| "Host name was invalid. Please check that you typed the location correctly "
+#| "and try again."
+msgid "Hostname was invalid. Please check that you typed the location correctly and try again."
+msgstr "Името на хостот не е валидно. Ве молам проверете дали сте ја напишале точната локација и пробајте повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:312
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s не е регуларна датотека."
+
+#: ../gedit/gedit-io-error-info-bar.c:317
+msgid "Connection timed out. Please try again."
+msgstr "Времето за врската помина. Ве молам, обидете се повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:340
+msgid "The file is too big."
+msgstr "Датотеката е преголема."
+
+#: ../gedit/gedit-io-error-info-bar.c:381
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Неочекувана грешка: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:417
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "gedit неможе да ја пронајде датотеката. Најверојатно е избришана неодамна."
+
+#: ../gedit/gedit-io-error-info-bar.c:427
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "Не можам да ја вратам датотеката %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:454
+#| msgid "Ch_aracter coding:"
+msgid "Ch_aracter Encoding:"
+msgstr "Ко_дирање на знаци:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:506
+#: ../gedit/gedit-io-error-info-bar.c:782
+#| msgid "_Edit Anyway"
+msgid "Edit Any_way"
+msgstr "_Уреди секако"
+
+#: ../gedit/gedit-io-error-info-bar.c:608
+msgid "The number of followed links is limited and the actual file could not be found within this limit."
+msgstr "Бројот на следени врски е ограничен и датотеката не може биде пронајденабез овој лимит."
+
+#: ../gedit/gedit-io-error-info-bar.c:612
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Немате дозвола да отворите датотека."
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+#| msgid "gedit has not been able to detect the character coding."
+msgid "gedit has not been able to detect the character encoding."
+msgstr "gedit не можеше да го детектира кодингот за знаци."
+
+#: ../gedit/gedit-io-error-info-bar.c:620
+#: ../gedit/gedit-io-error-info-bar.c:642
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Проверете дали не се обидувате да отворите бинарна датотека."
+
+#: ../gedit/gedit-io-error-info-bar.c:621
+#| msgid "Select a character coding from the menu and try again."
+msgid "Select a character encoding from the menu and try again."
+msgstr "Означете кодирање за знаци од од менито и обидете се повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+#| msgid "There was an error displaying help."
+msgid "There was a problem opening the file %s."
+msgstr "Се појави грешка при отворањето на датотеката %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:629
+msgid "The file you opened has some invalid characters. If you continue editing this file you could corrupt this document."
+msgstr "Датотеката која ја отворивте има невалидни знаци. Ако продолжите со уредување на оваа датотека може да го оштетите документот."
+
+#: ../gedit/gedit-io-error-info-bar.c:632
+#| msgid "Select a character coding from the menu and try again."
+msgid "You can also choose another character encoding and try again."
+msgstr "Може да одберите друго кодирање на знаци и да се обидете повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+#| msgid "Could not open the file %s using the %s character coding."
+msgid "Could not open the file %s using the %s character encoding."
+msgstr "Не можам да ја отворам датотеката %s користејќи го енкодингот %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#: ../gedit/gedit-io-error-info-bar.c:717
+#| msgid "Select a different character coding from the menu and try again."
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Означете друго енкодирање на знаци од менито и обидете се повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:653
+#, c-format
+msgid "Could not open the file %s."
+msgstr "Не можам да ја отворам датотеката %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:712
+#, c-format
+#| msgid "Could not save the file %s using the %s character coding."
+msgid "Could not save the file %s using the %s character encoding."
+msgstr "Не можам да ја зачувам датотеката %s користејќи го енкодингот %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:715
+#| msgid ""
+#| "The document contains one or more characters that cannot be encoded using "
+#| "the specified character coding."
+msgid "The document contains one or more characters that cannot be encoded using the specified character encoding."
+msgstr "Документот содржи еден или повеќе знаци кои не можам да ги енкодирам користејќи го специфицираното енкодирање на знаци."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:787
+#| msgid "_Don't Edit"
+msgid "D_on't Edit"
+msgstr "_Не уредувај"
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "Оваа датотека (%s) е веќе отворена во друг прозорец на gedit."
+
+#: ../gedit/gedit-io-error-info-bar.c:815
+msgid "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+msgstr "gedit отвори примерок од оваа датотека во непроменлив режим. Сакате да ја уредите и покрај тоа?"
+
+#: ../gedit/gedit-io-error-info-bar.c:873
+#: ../gedit/gedit-io-error-info-bar.c:971
+#: ../gedit/gedit-io-error-info-bar.c:1260
+msgid "S_ave Anyway"
+msgstr "Сепак з_ачувај"
+
+#: ../gedit/gedit-io-error-info-bar.c:877
+#: ../gedit/gedit-io-error-info-bar.c:975
+#: ../gedit/gedit-io-error-info-bar.c:1264
+msgid "D_on't Save"
+msgstr "Н_е зачувувај"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:895
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "Датотеката %s додека беше читане е променета."
+
+#: ../gedit/gedit-io-error-info-bar.c:910
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Ако го зачувате, сите надворешни промени може да се изгубат . Зачувај?"
+
+#: ../gedit/gedit-io-error-info-bar.c:998
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "Не можам да креирам бекап додека зачувував %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:1003
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "Не можам да креирам привремен бекап додека зачувувам %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:1020
+#| msgid ""
+#| "gedit could not backup the old copy of the file before saving the new "
+#| "one. You can ignore this warning and save the file anyway, but if an "
+#| "error occurs while saving, you could lose the old copy of the file. Save "
+#| "anyway?"
+msgid "gedit could not back up the old copy of the file before saving the new one. You can ignore this warning and save the file anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?"
+msgstr "gedit не може да направи бекап на старата копија на датотеката пред зачувување на новата. Можете да го игнорирате предупредувањето и да зачувате, но ако се јави грешка при зачувување, може да ја изгубите старата копија од датотеката. Да зачувам?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1080
+#, c-format
+msgid "gedit cannot handle %s locations in write mode. Please check that you typed the location correctly and try again."
+msgstr "gedit може да се справи со %s локации во запишувачки режим. Ве молам, проверете дали сте ја напишале точната локација и обидете се повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+msgid "gedit cannot handle this location in write mode. Please check that you typed the location correctly and try again."
+msgstr "gedit не може да се справи со оваа локација. Ве молам, проверете дали ја имате внесено точната локација и пробајте повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+#, c-format
+msgid "%s is not a valid location. Please check that you typed the location correctly and try again."
+msgstr "%s е невалидна локација. Ве молам, проверете дали сте ја напишале точната локација и пробајте повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:1104
+msgid "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
+msgstr "Немате пермисии за да ја зачувате датотеката. Ве молам, проверете дали ја имате внесено точната локација и пробајте повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:1110
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr "Нема доволно простор за да се зачува датотеката. Ве молам, ослобдете простор на дискот и обидете се повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:1115
+msgid "You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try again."
+msgstr "Се обидувате да зашувате датотека на диск само за читање. Ве молам, проверете дали сте ја напишале точната локација и пробајте повторно."
+
+#: ../gedit/gedit-io-error-info-bar.c:1121
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Датотека со исто име веќе постои. Ве молам, користете друго име."
+
+#: ../gedit/gedit-io-error-info-bar.c:1126
+msgid "The disk where you are trying to save the file has a limitation on length of the file names. Please use a shorter name."
+msgstr "Дискот на кој што пробувате да ја зачувате датотеката има лимит на големината на датотеката. Ве молам користете пократко име."
+
+#: ../gedit/gedit-io-error-info-bar.c:1133
+#| msgid ""
+#| "The disk where you are trying to save the file has a limitation on file "
+#| "sizes. Please try saving a smaller file or saving it to a disk that does "
+#| "not have this limitation."
+msgid "The disk where you are trying to save the file has a limitation on file sizes. Please try saving a smaller file or saving it to a disk that does not have this limitation."
+msgstr "Дискот на кој што пробувате да ја зачувате датотеката има лимит на големината на датотеката. Ве молиме пробајте да зачувате помала датотека, или да ја снимите на диск кој што го нема ова ограничување."
+
+#: ../gedit/gedit-io-error-info-bar.c:1149
+#, c-format
+msgid "Could not save the file %s."
+msgstr "Не можам да ја зачувам датотеката %s."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:1194
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "Датотеката %s е променета на дискот."
+
+#: ../gedit/gedit-io-error-info-bar.c:1199
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "Дали сакате да ги отфрлите Вашите промени и повторно да ја вчитате датотеката?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1201
+msgid "Do you want to reload the file?"
+msgstr "Дали сакате повторно да ја вчитате датотеката?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1206
+msgid "_Reload"
+msgstr "_Превчитај"
+
+#: ../gedit/gedit-io-error-info-bar.c:1278
+#, c-format
+msgid "Some invalid chars have been detected while saving %s"
+msgstr "Откриени се невалидни знаци при зачувување на %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:1294
+msgid "If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "Ако продолжам со зачувување може да го оштетите документот. Да продолжам со зачувување?"
+
+#. Keep in sync with the respective GtkActions
+#: ../gedit/gedit-notebook-popup-menu.c:172
+#: ../gedit/gedit-ui.h:140
+msgid "_Move to New Window"
+msgstr "_Премести во нов прозорец"
+
+#: ../gedit/gedit-notebook-popup-menu.c:190
+#: ../gedit/gedit-ui.h:78
+msgid "Save _As..."
+msgstr "Зачувај како..."
+
+#: ../gedit/gedit-notebook-popup-menu.c:203
+#: ../gedit/gedit-ui.h:84
+msgid "_Print..."
+msgstr "_Печати..."
+
+#: ../gedit/gedit-panel.c:409
+#: ../gedit/gedit-panel.c:586
+msgid "Empty"
+msgstr "Празно"
+
+#: ../gedit/gedit-panel.c:475
+msgid "Hide panel"
+msgstr "Скриј лента"
+
+#: ../gedit/gedit-print-job.c:580
+#, c-format
+msgid "File: %s"
+msgstr "Датотека: %s"
+
+#: ../gedit/gedit-print-job.c:589
+msgid "Page %N of %Q"
+msgstr "Страна %N од %Q"
+
+#: ../gedit/gedit-print-job.c:851
+msgid "Preparing..."
+msgstr "Припремам..."
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+#| msgid "Footnote"
+msgid "Fonts"
+msgstr "Фонтови"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "He_aders and footers:"
+msgstr "За_главија и подножја:"
+
+#: ../gedit/gedit-print-preferences.ui.h:5
+#| msgid "_Line numbers:"
+msgid "Line Numbers"
+msgstr "Број на редови"
+
+#: ../gedit/gedit-print-preferences.ui.h:6
+#| msgid "Table header"
+msgid "Page header"
+msgstr "Заглавје на страница"
+
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Print line nu_mbers"
+msgstr "Печати број на л_инии"
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "Print page _headers"
+msgstr "Печати ги заглавијата на _страниците"
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print synta_x highlighting"
+msgstr "Печати гo синтакс_ното осветлување"
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+#| msgid "Print Syntax Highlighting"
+msgid "Syntax Highlighting"
+msgstr "Осветлување на синтакса"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr "_Тело:"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr "Броеви на _ред:"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Number every"
+msgstr "_Нумерирај ја секоја"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Restore Default Fonts"
+msgstr "_Врати ги стандардните фонтови"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "lines"
+msgstr "линии"
+
+#: ../gedit/gedit-print-preview.c:582
+msgid "Show the previous page"
+msgstr "Прикажи ја претходната страница"
+
+#: ../gedit/gedit-print-preview.c:594
+msgid "Show the next page"
+msgstr "Прикажи ја следната страница"
+
+#: ../gedit/gedit-print-preview.c:610
+msgid "Current page (Alt+P)"
+msgstr "Тековна страница (Alt+P)"
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:633
+msgid "of"
+msgstr "на"
+
+#: ../gedit/gedit-print-preview.c:641
+msgid "Page total"
+msgstr "Вкупно страници"
+
+#: ../gedit/gedit-print-preview.c:642
+msgid "The total number of pages in the document"
+msgstr "Вкупен број на страници во документот"
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Show multiple pages"
+msgstr "Прикажи повеќе страници"
+
+#: ../gedit/gedit-print-preview.c:672
+msgid "Zoom 1:1"
+msgstr "Зум 1:1"
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom to fit the whole page"
+msgstr "Зумирај кон цела страница"
+
+#: ../gedit/gedit-print-preview.c:690
+msgid "Zoom the page in"
+msgstr "Зумирај кон страницата"
+
+#: ../gedit/gedit-print-preview.c:699
+msgid "Zoom the page out"
+msgstr "Одзумирај"
+
+#: ../gedit/gedit-print-preview.c:711
+msgid "_Close Preview"
+msgstr "_Затвори преглед"
+
+#: ../gedit/gedit-print-preview.c:714
+msgid "Close print preview"
+msgstr "Затвори преглед"
+
+#: ../gedit/gedit-print-preview.c:783
+#, c-format
+msgid "Page %d of %d"
+msgstr "Страна %d од %d"
+
+#: ../gedit/gedit-print-preview.c:967
+msgid "Page Preview"
+msgstr "Преглед пред печатење"
+
+#: ../gedit/gedit-print-preview.c:968
+msgid "The preview of a page in the document to be printed"
+msgstr "Прегледот на страницата во документот да се печати"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:70
+#: ../gedit/gedit-statusbar.c:76
+#| msgid " OVR"
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:70
+#: ../gedit/gedit-statusbar.c:76
+#| msgid " INS"
+msgid "INS"
+msgstr "INS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:248
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-statusbar.c:347
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "%d јазиче со грешка"
+msgstr[1] "%d јазичиња со грешки"
+
+#: ../gedit/gedit-style-scheme-manager.c:176
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "Директориумот „%s“ не може да се креира: g_mkdir_with_parents() не успеа: %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:734
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Враќам %s од %s"
+
+#: ../gedit/gedit-tab.c:741
+#, c-format
+msgid "Reverting %s"
+msgstr "Враќам %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:757
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Вчитувам %s од %s"
+
+#: ../gedit/gedit-tab.c:764
+#, c-format
+msgid "Loading %s"
+msgstr "Вчитувам %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:845
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Зачувувам %s во %s"
+
+#: ../gedit/gedit-tab.c:852
+#, c-format
+msgid "Saving %s"
+msgstr "Зачувувам %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1835
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1882
+#, c-format
+msgid "Error opening file %s"
+msgstr "Грешка при отварање датотека %s"
+
+#: ../gedit/gedit-tab.c:1887
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Грешка при враќање на датотеката %s"
+
+#: ../gedit/gedit-tab.c:1892
+#, c-format
+msgid "Error saving file %s"
+msgstr "Грешка при зачувување датотека %s"
+
+#: ../gedit/gedit-tab.c:1913
+msgid "Unicode (UTF-8)"
+msgstr "Уникод (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1920
+msgid "Name:"
+msgstr "Име:"
+
+#: ../gedit/gedit-tab.c:1921
+msgid "MIME Type:"
+msgstr "MIME тип:"
+
+#: ../gedit/gedit-tab.c:1922
+msgid "Encoding:"
+msgstr "Енкодинг:"
+
+#: ../gedit/gedit-tab-label.c:283
+msgid "Close document"
+msgstr "Затвори документ"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:43
+msgid "_File"
+msgstr "_Датотека"
+
+#: ../gedit/gedit-ui.h:44
+msgid "_Edit"
+msgstr "_Уреди"
+
+#: ../gedit/gedit-ui.h:45
+msgid "_View"
+msgstr "_Поглед"
+
+#: ../gedit/gedit-ui.h:46
+msgid "_Search"
+msgstr "_Барај"
+
+#: ../gedit/gedit-ui.h:47
+msgid "_Tools"
+msgstr "_Алатки"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Documents"
+msgstr "_Документи"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_Help"
+msgstr "_Помош"
+
+#: ../gedit/gedit-ui.h:53
+msgid "Create a new document"
+msgstr "Креирај нов документ"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Open..."
+msgstr "_Отвори..."
+
+#: ../gedit/gedit-ui.h:55
+#: ../gedit/gedit-window.c:1553
+msgid "Open a file"
+msgstr "Отвори датотека"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:58
+msgid "Pr_eferences"
+msgstr "Пр_еференци"
+
+#: ../gedit/gedit-ui.h:59
+msgid "Configure the application"
+msgstr "Конфигурирај ја апликацијата"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:62
+msgid "_Contents"
+msgstr "_Содржини"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open the gedit manual"
+msgstr "Отвори го упатството за gedit"
+
+#: ../gedit/gedit-ui.h:65
+msgid "About this application"
+msgstr "За оваа апликација"
+
+#: ../gedit/gedit-ui.h:69
+msgid "Leave fullscreen mode"
+msgstr "Остани во режим на цел екран"
+
+#: ../gedit/gedit-ui.h:77
+msgid "Save the current file"
+msgstr "Зачувај ја актуелната датотека"
+
+#: ../gedit/gedit-ui.h:79
+msgid "Save the current file with a different name"
+msgstr "Зачувај ја актуелната датотека под различно име"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Revert to a saved version of the file"
+msgstr "Врати се на зачувана верзија од датотеката"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Print Previe_w"
+msgstr "Пре_глед пред печа_ење"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Print preview"
+msgstr "Преглед пред печатење"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Print the current page"
+msgstr "Печати ја тековната страница"
+
+#: ../gedit/gedit-ui.h:89
+msgid "Undo the last action"
+msgstr "Врати ја последната акција"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Redo the last undone action"
+msgstr "Повтори ја незавршената акција"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Cut the selection"
+msgstr "Отсечи го избраното"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Copy the selection"
+msgstr "Копирај го избраното"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Paste the clipboard"
+msgstr "Вметни во клипборд"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Delete the selected text"
+msgstr "Избриши го избраниот текст"
+
+#: ../gedit/gedit-ui.h:100
+msgid "Select _All"
+msgstr "Избери _сé"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Select the entire document"
+msgstr "Избери го целиот документ"
+
+#. View menu
+#: ../gedit/gedit-ui.h:104
+msgid "_Highlight Mode"
+msgstr "_Осветлен режим"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:107
+msgid "_Find..."
+msgstr "_Пронајди..."
+
+#: ../gedit/gedit-ui.h:108
+msgid "Search for text"
+msgstr "Барај текст"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Find Ne_xt"
+msgstr "Најди сле_дно"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Search forwards for the same text"
+msgstr "Барај го истиот текст нанапред"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Find Pre_vious"
+msgstr "Најди пр_етходно"
+
+#: ../gedit/gedit-ui.h:112
+msgid "Search backwards for the same text"
+msgstr "Барај го истиот текст наназад"
+
+#: ../gedit/gedit-ui.h:114
+#: ../gedit/gedit-ui.h:117
+msgid "_Replace..."
+msgstr "_Замени..."
+
+#: ../gedit/gedit-ui.h:115
+#: ../gedit/gedit-ui.h:118
+msgid "Search for and replace text"
+msgstr "Барај и замени текст"
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Clear Highlight"
+msgstr "_Исчисти обоено"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Clear highlighting of search matches"
+msgstr "Исчисти обоено од пребарувачките резултати"
+
+#: ../gedit/gedit-ui.h:122
+msgid "Go to _Line..."
+msgstr "Оди на _линија..."
+
+#: ../gedit/gedit-ui.h:123
+msgid "Go to a specific line"
+msgstr "Оди на одредена линија"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:126
+msgid "_Save All"
+msgstr "_Зачувај ги сите"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Save all open files"
+msgstr "Зачувај ги сите отворени датотеки"
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Close All"
+msgstr "_Затвори се"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Close all open files"
+msgstr "Затвори ги сите отворени датотеки"
+
+#: ../gedit/gedit-ui.h:130
+msgid "_New Tab Group"
+msgstr "_Нова група на јазичиња"
+
+#: ../gedit/gedit-ui.h:131
+#| msgid "Create a new document"
+msgid "Create a new tab group"
+msgstr "Креирај нова група на јазичиња"
+
+#: ../gedit/gedit-ui.h:132
+#| msgid "Previous location"
+msgid "P_revious Tab Group"
+msgstr "П_ретходна група на јазичиња"
+
+#: ../gedit/gedit-ui.h:133
+#| msgid "Show the previous page"
+msgid "Switch to the previous tab group"
+msgstr "Премини на претходната група на јазичиња"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Nex_t Tab Group"
+msgstr "Сле_дна група на јазичиња"
+
+#: ../gedit/gedit-ui.h:135
+#| msgid "Show the next page"
+msgid "Switch to the next tab group"
+msgstr "Премини на следната група на јазичиња"
+
+#: ../gedit/gedit-ui.h:136
+msgid "_Previous Document"
+msgstr "_Претходен документ"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Activate previous document"
+msgstr "Активирај го претходниот документ"
+
+#: ../gedit/gedit-ui.h:138
+#| msgid "_Next Document"
+msgid "N_ext Document"
+msgstr "_Следен документ"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Activate next document"
+msgstr "Активирај го следниот документ"
+
+#: ../gedit/gedit-ui.h:141
+msgid "Move the current document to a new window"
+msgstr "Премести го актуелниот документ во нов прозорец"
+
+#: ../gedit/gedit-ui.h:148
+msgid "Close the current file"
+msgstr "Затвори ја тековната датотека"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Quit the program"
+msgstr "Излез од програмата"
+
+#: ../gedit/gedit-ui.h:160
+msgid "_Toolbar"
+msgstr "_Лента со алатки"
+
+#: ../gedit/gedit-ui.h:161
+msgid "Show or hide the toolbar in the current window"
+msgstr "Покажи или скриј го алатникот во тековниот прозорец"
+
+#: ../gedit/gedit-ui.h:163
+msgid "_Statusbar"
+msgstr "_Статусна лента"
+
+#: ../gedit/gedit-ui.h:164
+msgid "Show or hide the statusbar in the current window"
+msgstr "Покажи или скриј ја статусната лента во тековниот прозорец"
+
+#: ../gedit/gedit-ui.h:167
+#| msgid "Edit text files"
+msgid "Edit text in fullscreen"
+msgstr "Уредувај го текстот на цел екран"
+
+#: ../gedit/gedit-ui.h:174
+#| msgid "Side _Pane"
+msgid "Side _Panel"
+msgstr "Странична _лента"
+
+#: ../gedit/gedit-ui.h:175
+#| msgid "Show or hide the side pane in the current window"
+msgid "Show or hide the side panel in the current window"
+msgstr "Покажи или скриј ја страничната лента во тековниот прозорец"
+
+#: ../gedit/gedit-ui.h:177
+#| msgid "_Bottom Pane"
+msgid "_Bottom Panel"
+msgstr "_Долна површина"
+
+#: ../gedit/gedit-ui.h:178
+#| msgid "Show or hide the bottom pane in the current window"
+msgid "Show or hide the bottom panel in the current window"
+msgstr "Покажи или скриј ја долната површина во тековниот прозорец"
+
+#: ../gedit/gedit-utils.c:1017
+msgid "Please check your installation."
+msgstr "Ве молам проверете ја вашата инсталација."
+
+#: ../gedit/gedit-utils.c:1075
+#, c-format
+#| msgid "Unable to open ui file %s. Error: %s"
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Не можам да ја отворам за КИ %s. Грешка: %s"
+
+#: ../gedit/gedit-utils.c:1094
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "Не можам да го најдам потребниот објект %s во датотеката %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1316
+#, c-format
+msgid "/ on %s"
+msgstr "/ на %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:554
+msgid "_Wrap Around"
+msgstr "_Обиколи околу"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:564
+msgid "Match _Entire Word Only"
+msgstr "Барај само _цели зборови"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:574
+msgid "_Match Case"
+msgstr "_Совпаѓање"
+
+#: ../gedit/gedit-view-frame.c:775
+msgid "String you want to search for"
+msgstr "Израз за кој пребарувате"
+
+#: ../gedit/gedit-view-frame.c:782
+msgid "Line you want to move the cursor to"
+msgstr "Линија што сакате да го поместите курсорот кон"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Користи го %s начинот за осветлување"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1113
+#: ../gedit/gedit-window.c:2152
+#: ../plugins/externaltools/tools/manager.py:138
+#: ../plugins/externaltools/tools/manager.py:442
+#: ../plugins/externaltools/tools/manager.py:553
+#: ../plugins/externaltools/tools/manager.py:874
+#| msgid "Find Ne_xt"
+msgid "Plain Text"
+msgstr "Чист текст"
+
+#: ../gedit/gedit-window.c:1114
+msgid "Disable syntax highlighting"
+msgstr "Овозможи синтаксно осветлување"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1431
+#, c-format
+msgid "Open '%s'"
+msgstr "Отвори '%s'"
+
+#: ../gedit/gedit-window.c:1555
+msgid "Open a recently used file"
+msgstr "Отвори неодамна употребувана датотека"
+
+#: ../gedit/gedit-window.c:1561
+msgid "Open"
+msgstr "Отвори"
+
+#: ../gedit/gedit-window.c:1619
+msgid "Save"
+msgstr "Зачувај"
+
+#: ../gedit/gedit-window.c:1621
+#| msgid "_Print..."
+msgid "Print"
+msgstr "Печати"
+
+#: ../gedit/gedit-window.c:1623
+msgid "Find"
+msgstr "Пронајди"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1783
+#, c-format
+msgid "Activate '%s'"
+msgstr "Активирај „%s“"
+
+#: ../gedit/gedit-window.c:2133
+#| msgid "Insert spaces"
+msgid "Use Spaces"
+msgstr "Користи празни места"
+
+#: ../gedit/gedit-window.c:2206
+#| msgid "_Tab width:"
+msgid "Tab Width"
+msgstr "Ширина на tab"
+
+#: ../gedit/gedit-window.c:2315
+msgid "Bracket match is out of range"
+msgstr "Наоѓањето на одговарачки загради е надвор од опсег"
+
+#: ../gedit/gedit-window.c:2320
+#| msgid "Phrase not found"
+msgid "Bracket match not found"
+msgstr "Не е пронајдена одговарачка заграда"
+
+#: ../gedit/gedit-window.c:2325
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Пронајдена е одговарачка заграда на линија: %d"
+
+#: ../gedit/gedit-window.c:4113
+#| msgid "_About Plugin"
+msgid "About gedit"
+msgstr "За gedit"
+
+#. ex:set ts=8 noet:
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Замени големина"
+
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Ја заменува големината на избраниот текст."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:242
+msgid "C_hange Case"
+msgstr "П_ромени големина"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:243
+msgid "All _Upper Case"
+msgstr "Сите _големи"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:244
+msgid "Change selected text to upper case"
+msgstr "Направи го избраниот текст со големи букви"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:246
+msgid "All _Lower Case"
+msgstr "Сите _мали"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:247
+msgid "Change selected text to lower case"
+msgstr "Направи го избраниот текст со мали букви"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:249
+msgid "_Invert Case"
+msgstr "_Замени големина"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:250
+msgid "Invert the case of selected text"
+msgstr "Замени ги буквите на избраниот текст"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:252
+msgid "_Title Case"
+msgstr "_Титула"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:253
+msgid "Capitalize the first letter of each selected word"
+msgstr "Зголемувај ја првата буква од секој избран збор"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check for latest version of gedit"
+msgstr "Провери дали има понова верзија на gedit"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+#| msgid "Checked state"
+msgid "Check update"
+msgstr "Провери дали има надградби"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:256
+#| msgid "There was an error displaying help."
+msgid "There was an error displaying the URI."
+msgstr "Се појави грешка при прикажување на URI-то."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:293
+#| msgid "_Reload"
+msgid "_Download"
+msgstr "_Преземи"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:301
+#| msgid "_Ignore case"
+msgid "_Ignore Version"
+msgstr "_Игнорирај ја верзијата"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:316
+#| msgid "Revert to a saved version of the file"
+msgid "There is a new version of gedit"
+msgstr "Има нова верзија на gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:320
+msgid "You can download the new version of gedit by clicking on the download button or ignore that version and wait for a new one"
+msgstr "Можете да ја преземите новата верзија на gedit со кликнување на копчето за преземање или да ја игнорирате таа верзија и да почекате да излези нова"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "Верзија која ќе се игнорира"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Верзија која ќе се игнорира сѐ додека не излезе нова верзија."
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+msgid "Analyzes the current document and reports the number of words, lines, characters and non-space characters in it."
+msgstr "Го анализира тековниот документ, го пријавува бројот на зборови, линии и знаци и го прикажува резултатот."
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:6
+msgid "Document Statistics"
+msgstr "Статистики на документот"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:451
+msgid "_Document Statistics"
+msgstr "_Статистики на документот"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:453
+#| msgid "Get statistic info on current document"
+msgid "Get statistical information on the current document"
+msgstr "Пресметај статистички податоци за тековниот документ"
+
+#. ex:set ts=8 noet:
+#. ex:ts=4:et:
+#. ex:ts=8:noet:
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid " "
+msgstr " "
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:2
+msgid "Bytes"
+msgstr "бајти"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:3
+msgid "Characters (no spaces)"
+msgstr "Знаци (без празни места)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:4
+msgid "Characters (with spaces)"
+msgstr "Знаци (со празни места)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:5
+msgid "Document"
+msgstr "Документи"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:7
+#| msgid "Name"
+msgid "File Name"
+msgstr "Име на датотека"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:8
+msgid "Lines"
+msgstr "Линии"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:9
+msgid "Selection"
+msgstr "Избор"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:10
+msgid "Words"
+msgstr "Зборови"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:11
+msgid "_Update"
+msgstr "_Надградба"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Изгради"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Изврши „make“ во директориумот на документот"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "Отвори терминал во локацијата на документот"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "Отвори терминал овде"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Отстрани ги местата за следење"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Отстрани ги непотребните места за следење во датотеката"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Изврши прилагодена команда и стави ги нејзините излезни податоци во нов документ"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "Изврши команда"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "Изврши надворешни команди и спелувај скрипти"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "Надворешни алатки"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "Име на Pango фонт. Пример „Sans 12“ или „Monospace Bold 14“."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+msgid "If true, the external tools will use the desktop-global standard font if it's monospace (and the most similar font it can come up with otherwise)."
+msgstr "Ако е true, надворешните алатки ќе го користат глобалниот фонт на работната околина ако е monospace (или најсличниот следен фонт кој одговара)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "Whether to use the system font"
+msgstr "Дали да се користи системскиот фонт"
+
+#: ../plugins/externaltools/tools/capture.py:92
+#, python-format
+#| msgid "Could not mount volume: %s"
+msgid "Could not execute command: %s"
+msgstr "Не можев да ја извршам командата: %s"
+
+#: ../plugins/externaltools/tools/functions.py:159
+msgid "You must be inside a word to run this command"
+msgstr "Мора да сте во збор за да ја извршите оваа комада"
+
+#: ../plugins/externaltools/tools/functions.py:265
+msgid "Running tool:"
+msgstr "Извршувам алатка:"
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Done."
+msgstr "Завршено."
+
+#: ../plugins/externaltools/tools/functions.py:296
+msgid "Exited"
+msgstr "Излезено"
+
+#: ../plugins/externaltools/tools/manager.py:136
+#| msgid "Languages"
+msgid "All languages"
+msgstr "Сите јазици"
+
+#: ../plugins/externaltools/tools/manager.py:542
+#: ../plugins/externaltools/tools/manager.py:546
+#: ../plugins/externaltools/tools/manager.py:872
+#: ../plugins/externaltools/tools/tools.ui.h:4
+#| msgid "Languages"
+msgid "All Languages"
+msgstr "Сите јазици"
+
+#: ../plugins/externaltools/tools/manager.py:659
+msgid "New tool"
+msgstr "Нова алатка"
+
+#: ../plugins/externaltools/tools/manager.py:790
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Забрзувачот е веќе врзан за %s"
+
+#: ../plugins/externaltools/tools/manager.py:834
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Напишете нов акцелератор, или притиснете Backspace за чисто"
+
+#: ../plugins/externaltools/tools/manager.py:836
+msgid "Type a new accelerator"
+msgstr "Напиши нов акцелератор"
+
+#: ../plugins/externaltools/tools/outputpanel.py:120
+msgid "Stopped."
+msgstr "Стопирано"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "Add Tool"
+msgstr "Додај алатка"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+#| msgid "A Brand New Tool"
+msgid "Add a new tool"
+msgstr "Додај нова алатка"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "All documents"
+msgstr "Сите документи"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "All documents except untitled ones"
+msgstr "Сите документи освен незачувани"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Append to current document"
+msgstr "Пристапи кон тековниот документ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Create new document"
+msgstr "Креирај нов документ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current document"
+msgstr "Тековен документ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current line"
+msgstr "Тековна линија"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current selection"
+msgstr "Тековна селекција"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+#| msgid "Current selection"
+msgid "Current selection (default to document)"
+msgstr "Тековен избор (стандарден за документот)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Current word"
+msgstr "Тековен збор"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Display in bottom pane"
+msgstr "Прикажи во површината на дното"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Insert at cursor position"
+msgstr "Внеси ја курсор позицијата"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Local files only"
+msgstr "Само локални датотеки"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+#| msgid "External Tools"
+msgid "Manage External Tools"
+msgstr "Менаџирање на надворешни алатки"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Nothing"
+msgstr "Ништо"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Remote files only"
+msgstr "Само далечински датотеки"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Remove Tool"
+msgstr "Отстрани алатка"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+#| msgid "Revert selected snippet"
+msgid "Remove selected tool"
+msgstr "Отстрани ја избраната алатка"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Replace current document"
+msgstr "Замени тековен документ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Replace current selection"
+msgstr "Замени тековна селекција"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+#| msgid "_Revert"
+msgid "Revert Tool"
+msgstr "Врати ја алатката"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+#| msgid "_Revert"
+msgid "Revert tool"
+msgstr "Врати ја алатката"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Untitled documents only"
+msgstr "Само незачувани документи"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Applicability:"
+msgstr "_Апликабилност:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "_Edit:"
+msgstr "_Уреди:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Input:"
+msgstr "_Влез"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Output:"
+msgstr "_Излез"
+
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "_Save:"
+msgstr "_Зачувај"
+
+#: ../plugins/externaltools/tools/tools.ui.h:32
+msgid "_Shortcut Key:"
+msgstr "Копче _кратенка:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:33
+msgid "_Tools:"
+msgstr "_Алатки"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:179
+#| msgid "_External Tools..."
+msgid "Manage _External Tools..."
+msgstr "Менаџирај со _надворешните алатки..."
+
+#: ../plugins/externaltools/tools/windowactivatable.py:180
+msgid "Opens the External Tools Manager"
+msgstr "Го отвора менаџерот за надворешни алатки"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:183
+#| msgid "External Tools"
+msgid "External _Tools"
+msgstr "Надворешни _алатки"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:184
+#| msgid "External Tools"
+msgid "External tools"
+msgstr "Надворешни алатки"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:218
+msgid "Shell Output"
+msgstr "Излезни податоци од школка"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+#| msgid "Easy file access from the side pane"
+msgid "Easy file access from the side panel"
+msgstr "Лесен пристап од страничната лента"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+#| msgid "File Browser Pane"
+msgid "File Browser Panel"
+msgstr "Површина за прегледувачот на датотеки"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:239
+msgid "File System"
+msgstr "Датотечен систем"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:558
+msgid "_Set root to active document"
+msgstr "_Постави го главниот директориум на активниот документ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:560
+msgid "Set the root to the active document location"
+msgstr "Постави го главниот директориум на активната локација на документот"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:565
+msgid "_Open terminal here"
+msgstr "_Отвори терминал овде"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:567
+msgid "Open a terminal at the currently opened directory"
+msgstr "Отвори терминал во тековно отворениот директориум"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:705
+msgid "File Browser"
+msgstr "Пребарувач на датотеки"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:848
+msgid "An error occurred while creating a new directory"
+msgstr "Се случи грешка при креирањето на новиот директориум"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:851
+msgid "An error occurred while creating a new file"
+msgstr "Се случи грешка при креирањето на нова датотека"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:854
+msgid "An error occurred while renaming a file or directory"
+msgstr "Се случи грешка при преименувањето на датотека или директориум"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:857
+msgid "An error occurred while deleting a file or directory"
+msgstr "Се случи грешка при бришењето на датотека или директориум"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:860
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Се случи грешка при отворањето на директориум во прелистувачот на датотеки"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:863
+msgid "An error occurred while setting a root directory"
+msgstr "Се случи грешка при поставувањето на главниот директориум"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:866
+msgid "An error occurred while loading a directory"
+msgstr "Се случи грешка при вчитувањето на директориумот"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:869
+msgid "An error occurred"
+msgstr "Се случи грешка"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1085
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Не можам ја преместам датотеката во ѓубрето, па дали\n"
+"сакате да ја избришете веднаш?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1090
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Датотеката „%s“ не може да биде преместена во ѓубрето."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1095
+msgid "The selected files cannot be moved to the trash."
+msgstr "Избраните датотеки не може да се преместат во ѓубрето."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1127
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Дали сакате да го избришете „%s“ засекогаш?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1132
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Дали сте сигурни дека сакате трајно да ги избришете избраните датотеки?."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1135
+msgid "If you delete an item, it is permanently lost."
+msgstr "Ако го избришeте предметот, тој ќе се изгуби засекогаш."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1722
+msgid "(Empty)"
+msgstr "(Празно)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3467
+msgid "The renamed file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "Реименуваната датотека е филтрирана. Треба да ги прилагодите Вашите поставувања за филтрирање за да го направите документот видлив"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3711
+msgid "file"
+msgstr "датотека"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3739
+msgid "The new file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "Новата датотека е филтрирана. Треба да ги прилагодите Вашите поставувања за филтрирање за да го направите документот видлив"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3770
+msgid "directory"
+msgstr "директориум"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3795
+msgid "The new directory is currently filtered out. You need to adjust your filter settings to make the directory visible"
+msgstr "Новиот директориум е филтриран. Треба да ги прилагодите Вашите поставувања за филтрирање за да го направите директориумот видлив"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:734
+msgid "Bookmarks"
+msgstr "Обележувачи"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:822
+msgid "_Filter"
+msgstr "_Филтер"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+#| msgid "_Move To Trash"
+msgid "_Move to Trash"
+msgstr "_Премести во ѓубре"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:828
+msgid "Move selected file or folder to trash"
+msgstr "Премести ја избраната датотека или папка во ѓубрето"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:830
+msgid "_Delete"
+msgstr "_Избриши"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:831
+msgid "Delete selected file or folder"
+msgstr "Избриши ја избраната датотека или папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:838
+#| msgid "Indent selected lines"
+msgid "Open selected file"
+msgstr "Отвори ја избраната датотека"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:844
+msgid "Up"
+msgstr "Горе"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:845
+msgid "Open the parent folder"
+msgstr "Отвори ја горната папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:850
+msgid "_New Folder"
+msgstr "_Нова папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:851
+msgid "Add new empty folder"
+msgstr "Додај нова празна папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:853
+msgid "New F_ile"
+msgstr "Нова д_атотека"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:854
+msgid "Add new empty file"
+msgstr "Додај нова празна датотека"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:859
+msgid "_Rename"
+msgstr "_Преименувај"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:860
+msgid "Rename selected file or folder"
+msgstr "Преименувај ја избраната датотека или папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:866
+msgid "_Previous Location"
+msgstr "_претходна локација"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:868
+msgid "Go to the previous visited location"
+msgstr "Оди до претходната локација"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:870
+msgid "_Next Location"
+msgstr "_Следна локација"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:871
+msgid "Go to the next visited location"
+msgstr "Оди на следната локација"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:872
+msgid "Re_fresh View"
+msgstr "Ос_вежи го прегледот"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:873
+msgid "Refresh the view"
+msgstr "Освежи го прегледот"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:874
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:892
+msgid "_View Folder"
+msgstr "_Прегледај папка"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:875
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:893
+msgid "View folder in file manager"
+msgstr "Прегледај ја папката во прелистувач на датотеки"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:882
+msgid "Show _Hidden"
+msgstr "Покажи _скриени датотеки"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:883
+msgid "Show hidden files and folders"
+msgstr "Прикажи ги скриените датотеки и папки"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:885
+msgid "Show _Binary"
+msgstr "Прикажи ги _бинарните датотеки"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:886
+msgid "Show binary files"
+msgstr "Прикажи бинарни датотеки"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1207
+#| msgid "_Match Filename"
+msgid "Match Filename"
+msgstr "Совпаѓање на името на датотеката"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2009
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Нема објект за монтирање за монтираниот простор: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2086
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Не можам да го отворам медиумот: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2133
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Не можам да го монтирам просторот: %s"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr "Овозможи враќање на оддалечените локации"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid "File Browser Filter Mode"
+msgstr "Режим на филтрирање на пребарувачот на датотеки"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr "Шема за филтрирање во прелистувачот на датотеки"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid "File Browser Root Directory"
+msgstr "Главен директориум на прелистувачот на датотеки"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Виртуелниот главен директориум на прелистувачот на датотеки"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+#| msgid ""
+#| "If TRUE the file browser plugin will view the directory of the first "
+#| "opened document given that the file browser hasn't been used yet. (Thus "
+#| "this generally applies to opening a document from the command line or "
+#| "opening it with nautilus etc)"
+msgid "If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with Nautilus, etc.)"
+msgstr "Ако е TRUE тогаш приклучокот за прелистувач на датотеки ќе го прегледа директориумот на првоотворениот документ имајќи во предвид дека прелистувачот се уште не е искористен. (Значи ова главно се однесува на отворање на документ од командната линија или отворање во наутилус итн.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Open With Tree View"
+msgstr "Отвори со преглед на дрво"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr "Отвори го прегледот на дрвото кога приклучокот на пребарувачот на датотеки се вчитува наместо прегледот на обележувачите"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+#| msgid "Set Location To First Document"
+msgid "Set Location to First Document"
+msgstr "Постави ја локацијата на првиот документ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Поставува дали да овозможи враќање на оддалечени локации."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE."
+msgstr "Главниот директориум на пребарувачот на датотеки кој што ќе се користи за вчитување на приклучокот за пребарувач на датотеки и onload/tree_view е TRUE."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid "The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr "Главниот виртуелен директориум на пребарувачот на датотеки кој што ќе се користи за вчитување на приклучокот за пребарувач на датотеки и onload/tree_view е TRUE. Главниот виртуелен директориум секогаш мора да биде самиот главен директориум."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr "Шема за филтрирање со која ќе се филтрира пребарувачот на датотеки. Овој филтер работи над filter_mode."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+#| msgid ""
+#| "This value determines what files get filtered from the file browser. "
+#| "Valid values are: none (filter nothing), hidden (filter hidden files), "
+#| "binary (filter binary files) and hidden_and_binary (filter both hidden "
+#| "and binary files)."
+msgid "This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hide-hidden (filter hidden files) and hide-binary (filter binary files)."
+msgstr "Вредноста одредува кои датотеки се филтрираат од пребарувачот на датотеки. Валидни вредности се: none (не филтрирај ништо), hide-hidden (филтрирај ги скриените датотеки), hide-binary (филтрирај ги бинарните датотеки)."
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate и Vim-стил модлинии поддршка за gedit."
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "Линии"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "Command Color Text"
+msgstr "Боја на текст на команди"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "Боја на текст на грешки"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "If true, the terminal will use the desktop-global standard font if it's monospace (and the most similar font it can come up with otherwise)."
+msgstr "Ако е true, терминалот ќе го користи стандардниот фонт на работната околина ако е monospace (или најсличниот следен фонт кој одговара)."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid "The command color text"
+msgstr "Боја на текстот на командите"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "The error color text"
+msgstr "Боја на текстот на грешките"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Боја на _команди:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+#| msgid "Border color"
+msgid "_Error color:"
+msgstr "Боја на _грешки:"
+
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:52
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Python Console"
+msgstr "Python Конзола"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+#| msgid "Interactive python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Интерактивна Python конзола во долната лента"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:31
+msgid "Quick Open"
+msgstr "Брзо отворање"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+#| msgid "Save all open files"
+msgid "Quickly open files"
+msgstr "Отворај датотеки брзо"
+
+#: ../plugins/quickopen/quickopen/popup.py:72
+msgid "Type to search..."
+msgstr "Пишувајте за пребарување..."
+
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr "Snippets"
+
+#: ../plugins/snippets/snippets/exporter.py:82
+#, python-format
+#| msgid "The archive `%s` could not be created"
+msgid "The archive \"%s\" could not be created"
+msgstr "Архивата „%s“ не можеше да се креира"
+
+#: ../plugins/snippets/snippets/exporter.py:99
+#, python-format
+#| msgid "Target directory `%s` does not exist"
+msgid "Target directory \"%s\" does not exist"
+msgstr "Целниот директориум „%s“ не постои"
+
+#: ../plugins/snippets/snippets/exporter.py:102
+#, python-format
+#| msgid "Target directory `%s` is not a valid directory"
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "Целниот директориум „%s“ не е валиден"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+#| msgid "File `%s` does not exist"
+msgid "File \"%s\" does not exist"
+msgstr "Датотеката %s не постои"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+#| msgid "File `%s` is not a valid snippets file"
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "Датотеката „%s“ не е валидна датотека со сниплети"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+#| msgid "Imported file `%s` is not a valid snippets file"
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "Увезената датотека „%s“ не е валидна датотека со сниплет"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+#| msgid "The archive `%s` could not be extracted"
+msgid "The archive \"%s\" could not be extracted"
+msgstr "Архивата „%s“ не може да се отпакува"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Следните датотеки не можат да се увезат: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+#| msgid "File `%s` is not a valid snippets archive"
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "Датотеката „%s“ не е валидна архива со сниплети"
+
+#: ../plugins/snippets/snippets/manager.py:43
+msgid "Snippets archive"
+msgstr "Ахрива со snippets"
+
+#: ../plugins/snippets/snippets/manager.py:62
+msgid "Add a new snippet..."
+msgstr "Додај нов snippet..."
+
+#: ../plugins/snippets/snippets/manager.py:115
+msgid "Global"
+msgstr "Глобално"
+
+#: ../plugins/snippets/snippets/manager.py:396
+msgid "Revert selected snippet"
+msgstr "Врати го избраниот сниплет"
+
+#: ../plugins/snippets/snippets/manager.py:399
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Delete selected snippet"
+msgstr "Избриши го избраниот сниплет"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:659
+#| msgid ""
+#| "This is not a valid tab trigger. Triggers can either contain letters or a "
+#| "single, non alphanumeric, character like {, [, etcetera."
+msgid "This is not a valid Tab trigger. Triggers can either contain letters or a single (non-alphanumeric) character like: {, [, etc."
+msgstr "Ова не е валиден активирач на табулаторот. Активирачите можат да содржат букви или еден, неалфанумерички знак како {, [, итн."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:666
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+#| msgid "Single word with which the snippet is activated after pressing tab"
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Збор со кој се активира сниплетот со притискање на tab"
+
+#: ../plugins/snippets/snippets/manager.py:755
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Се случи следната грешка при увезувањето: %s"
+
+#: ../plugins/snippets/snippets/manager.py:762
+#| msgid "Import succesfully completed"
+msgid "Import successfully completed"
+msgstr "Увезувањето заврши успешно"
+
+#: ../plugins/snippets/snippets/manager.py:776
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Import snippets"
+msgstr "Увези сниплети"
+
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:930
+msgid "All supported archives"
+msgstr "Сите поддржани архиви"
+
+#: ../plugins/snippets/snippets/manager.py:782
+#: ../plugins/snippets/snippets/manager.py:868
+#: ../plugins/snippets/snippets/manager.py:931
+msgid "Gzip compressed archive"
+msgstr "Архива компресирана со gzip"
+
+#: ../plugins/snippets/snippets/manager.py:783
+#: ../plugins/snippets/snippets/manager.py:869
+#: ../plugins/snippets/snippets/manager.py:932
+#| msgid "Bzip compressed archive"
+msgid "Bzip2 compressed archive"
+msgstr "Архива компресирана со bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:784
+msgid "Single snippets file"
+msgstr "Сама датотека со сниплети"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "All files"
+msgstr "Сите датотеки"
+
+#: ../plugins/snippets/snippets/manager.py:797
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Се случи следната грешка при извезувањето: %s"
+
+#: ../plugins/snippets/snippets/manager.py:801
+#| msgid "Export succesfully completed"
+msgid "Export successfully completed"
+msgstr "Извезувањето заврши успешно"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:841
+#: ../plugins/snippets/snippets/manager.py:908
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Дали сакате да ги вклучите избраните <b>системски</b> сниплети во Вашето извезување?"
+
+#: ../plugins/snippets/snippets/manager.py:856
+#: ../plugins/snippets/snippets/manager.py:926
+msgid "There are no snippets selected to be exported"
+msgstr "Нема сниплети избрани за извезување"
+
+#: ../plugins/snippets/snippets/manager.py:861
+#: ../plugins/snippets/snippets/manager.py:899
+msgid "Export snippets"
+msgstr "Извези сниплети"
+
+#: ../plugins/snippets/snippets/manager.py:1040
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Напишете нова кратенка или притиснете Backspace за чисто"
+
+#: ../plugins/snippets/snippets/manager.py:1042
+msgid "Type a new shortcut"
+msgstr "Напишете нова кратенка"
+
+#: ../plugins/snippets/snippets/placeholder.py:594
+#, python-format
+#| msgid ""
+#| "Execution of the python command (%s) exceeds the maximum time, execution "
+#| "aborted."
+msgid "Execution of the Python command (%s) exceeds the maximum time, execution aborted."
+msgstr "Извршувањето на python командата (%s) го надминува максималното време, па извршувањето е прекинато."
+
+#: ../plugins/snippets/snippets/placeholder.py:602
+#, python-format
+#| msgid "Execution of the python command (%s) failed: %s"
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Извршувањето на python командата (%s) не успеа: %s"
+
+#. ex:ts=8:et:
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+#| msgid "Insert often used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Вметнувај често користени парчиња текст на брз начин"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+#| msgid "<b>Activation</b>"
+msgid "Activation"
+msgstr "Активација"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+#| msgid "Snippets"
+msgid "Add Snippet"
+msgstr "Додај сниплет"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Create new snippet"
+msgstr "Креирај нов сниплет"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#| msgid "Export snippets"
+msgid "Export Snippets"
+msgstr "Извези сниплети"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Export selected snippets"
+msgstr "Извези ги избраните сниплети"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+#| msgid "Import snippets"
+msgid "Import Snippets"
+msgstr "Увези сниплети"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+#| msgid "Manage snippets"
+msgid "Manage Snippets"
+msgstr "Менаџирај сниплети"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+#| msgid "Snippets"
+msgid "Remove Snippet"
+msgstr "Отстрани сниплет"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "S_hortcut key:"
+msgstr "Копче к_ратенка:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Кратенка со која се активира сниплетот"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "_Drop targets:"
+msgstr "_Испушти ги метите:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Snippets:"
+msgstr "_Snippets:"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:19
+msgid "_Tab trigger:"
+msgstr "_Таб тригер:"
+
+#: ../plugins/snippets/snippets/windowactivatable.py:154
+msgid "Manage _Snippets..."
+msgstr "Менаџирај _Snippets..."
+
+#: ../plugins/snippets/snippets/windowactivatable.py:155
+msgid "Manage snippets"
+msgstr "Менаџирај snippets"
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr "П_одреди..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr "Подреди го тековниот документ или избор"
+
+#. ex:ts=8:noet:
+#: ../plugins/sort/gedit-sort-plugin.ui.h:1
+msgid "R_emove duplicates"
+msgstr "О_тстрани ги дупликатите"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:2
+msgid "S_tart at column:"
+msgstr "П_очни кај колоната:"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:3
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Подреди"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Неможеш да вратиш операција за подредување"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:5
+msgid "_Ignore case"
+msgstr "Игнорирај голема/мала буква"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:6
+msgid "_Reverse order"
+msgstr "_Повратен редослед"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "_Подреди"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Подредува документ или избран текст."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:458
+msgid "(no suggested words)"
+msgstr "(нема предложени зборови)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "_Повеќе..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "_Игнорирај сѐ"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "_Додај"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "_Правописни сугестии..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:278
+msgid "Check Spelling"
+msgstr "Провери го правописот"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Suggestions"
+msgstr "Предлози"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:565
+msgid "(correct spelling)"
+msgstr "(исправи правопис)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:706
+msgid "Completed spell checking"
+msgstr "Проверката за правопис е завршена"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#: ../plugins/spell/gedit-spell-checker-language.c:379
+#, c-format
+#| msgid "language|%s (%s)"
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:388
+#, c-format
+#| msgid "Unknown"
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Непознат (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:494
+#| msgid "Use Default Font"
+msgctxt "language"
+msgid "Default"
+msgstr "Стандарден"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:142
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "Постави јазик"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:196
+msgid "Languages"
+msgstr "Јазици"
+
+#: ../plugins/spell/gedit-spell-plugin.c:107
+#| msgid "_Check Spelling"
+msgid "_Check Spelling..."
+msgstr "_Провери правопис..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:109
+msgid "Check the current document for incorrect spelling"
+msgstr "Проверка на правописни грешки во документот"
+
+#: ../plugins/spell/gedit-spell-plugin.c:115
+msgid "Set _Language..."
+msgstr "Постави _јазик"
+
+#: ../plugins/spell/gedit-spell-plugin.c:117
+msgid "Set the language of the current document"
+msgstr "Постави го јазикот за тековниот документ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:126
+#| msgid "_Highlight Mode"
+msgid "_Highlight Misspelled Words"
+msgstr "_Означи ги грешно напишаните зборови"
+
+#: ../plugins/spell/gedit-spell-plugin.c:128
+msgid "Automatically spell-check the current document"
+msgstr "Автоматско проверување на правопис за тековниот документ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:810
+msgid "The document is empty."
+msgstr "Документот е празен."
+
+#: ../plugins/spell/gedit-spell-plugin.c:835
+msgid "No misspelled words"
+msgstr "Нема печатни грешки"
+
+#. ex:ts=8:noet:
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "Изберете го _јазикот за тековниот документ."
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Add w_ord"
+msgstr "Додај з_бор"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Cha_nge"
+msgstr "За_мени"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "Change A_ll"
+msgstr "Замени с_ѐ"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "Смени _во:"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "Провери _збор"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Check spelling"
+msgstr "Проверка на правописот"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Ignore _All"
+msgstr "Игнорирај _сѐ"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+#| msgid "Languages"
+msgid "Language"
+msgstr "Јазик"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Language:"
+msgstr "Јазик:"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Misspelled word:"
+msgstr "Погрешно напишан збор:"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "Кориснички речник:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "_Ignore"
+msgstr "_Игнорирај"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "_Suggestions:"
+msgstr "_Предлози:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+#| msgid "Words"
+msgid "word"
+msgstr "збор"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Го проверува правописот на тековниот документ."
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "Проверка на правопис"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:6
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:4
+msgid "Insert Date and Time"
+msgstr "Внеси датум и време"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+msgid "Use the _selected format"
+msgstr "Користи го _избраниот формат"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+msgid "_Insert"
+msgstr "_Внеси"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:11
+msgid "_Use custom format"
+msgstr "_Користи сопствен формат"
+
+#: ../plugins/time/gedit-time-plugin.c:188
+msgid "In_sert Date and Time..."
+msgstr "В_неси датум и време..."
+
+#: ../plugins/time/gedit-time-plugin.c:190
+msgid "Insert current date and time at the cursor position"
+msgstr "Внеси ја моменталниот датум и време на местото кадешто се наоѓа покажувачот"
+
+#: ../plugins/time/gedit-time-plugin.c:537
+msgid "Available formats"
+msgstr "Достапни формати"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:7
+msgid "Configure date/time plugin"
+msgstr "Конфигурирај го додатокот за внесување на време и датум"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:9
+#| msgid "Configure insert date/time plugin..."
+msgid "When inserting date/time..."
+msgstr "При вметнување на датум/време..."
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "_Prompt for a format"
+msgstr "_Прашај за формат"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+#| msgid "_Use custom format"
+msgid "Custom Format"
+msgstr "Сопствен формат"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid "If the user should be prompted for a format or if the selected or custom format should be used."
+msgstr "Дали корисникот да биде прашан кој формат да се користи."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+#| msgid "Prompt message"
+msgid "Prompt Type"
+msgstr "Прашај за тип"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+#| msgid "Selected"
+msgid "Selected Format"
+msgstr "Избран формат"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "The custom format used when inserting the date/time."
+msgstr "Прилагоден формат при вметнување на датум/време."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The selected format used when inserting the date/time."
+msgstr "Избраниот формат за вметнување на датум/време."
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Внеси Датум/Време"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Ја внесува моменталниот датум и време на местото кадешто се наоѓа курсорот"
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:1
+msgid "Logs access and leave event for documents used with gedit"
+msgstr "Го логира пристапот и затворањето на документите користени со gedit"
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:2
+msgid "Zeitgeist dataprovider"
+msgstr "Добавувач на податоци за Zeitgeist"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Екстензија на сигурносната копија"
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "Долната лента е видлива"
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Наставка или додаток за користење при именување на сигурностите датотеки. "
+#~ "Оваа опција е на сила само ако опцијата \"Креирај сигурносни копии\" е "
+#~ "вклучена."
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "Листа на VFS шеми кои gedit поддржува во пишувачки режим. Датотечната "
+#~ "шема може да се пишува по стандард."
+#~ msgid "Monospace 12"
+#~ msgstr "Monospace 12"
+#~ msgid "Monospace 9"
+#~ msgstr "Monospace 9"
+#~ msgid "Sans 11"
+#~ msgstr "Sans 11"
+#~ msgid "Sans 8"
+#~ msgstr "Sans 8"
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Стил на копчињата од лентата со алатки. Можни вредности се "
+#~ "\"GEDIT_TOOLBAR_SYSTEM\" за употреба на системскиот стандарден стил, "
+#~ "\"GEDIT_TOOLBAR_ICONS\" за приказ само на икони, "
+#~ "\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" за приказ на икони и текст заедно, и "
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" за приказ на текстот покрај иконите. "
+#~ "Обрнете внимание дека вредностите се осетливи на големи/мали букви, така "
+#~ "што потребно е да ги употребувате точно онака како што се спомнати тука. "
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Стил на копчињата од лентата со алатки"
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr ""
+#~ "Дали статусната лента во дното на прозорот за уредување треба да е "
+#~ "видлива."
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Запишливи VFS шеми"
+#~ msgid "[ISO-8859-15]"
+#~ msgstr "[ISO-8859-15]"
+#~ msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+#~ msgstr "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+#~ msgid "Character Codings"
+#~ msgstr "Кодирање на знаци"
+#~ msgid "Open Location"
+#~ msgstr "Отвори Локација"
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "Внесете URI на датотеката што сакате да ја отворите:"
+#~ msgid "<b>Automatic Indentation</b>"
+#~ msgstr "<b>Автоматско вовлекување</b>"
+#~ msgid "<b>Bracket Matching</b>"
+#~ msgstr "<b>Префрлување на текст</b>"
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>Тековна линија</b>"
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>Фонт</b>"
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>Броеви на ред</b>"
+#~ msgid "<b>Right Margin</b>"
+#~ msgstr "<b>Десна маргина</b>"
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">Шема за боја</span>"
+#~ msgid "_Right margin at column:"
+#~ msgstr "_Десната маргина кај колоната:"
+#~ msgid "[FILE...]"
+#~ msgstr "[ДАТОТЕКА...]"
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: деформирано име на датотека или URI.\n"
+#~ msgid "C_haracter Coding:"
+#~ msgstr "_Кодирање на знаци:"
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "_Кодирање на знаци:"
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "Не можам да креирам сигурносна копија."
+#~ msgid "Plugin"
+#~ msgstr "Додаток"
+#~ msgid "Enabled"
+#~ msgstr "Овозможено"
+#~ msgid "_About"
+#~ msgstr "_За"
+#~ msgid "C_onfigure"
+#~ msgstr "К_онфигурирај"
+#~ msgid "A_ctivate"
+#~ msgstr "Активирај"
+#~ msgid "Ac_tivate All"
+#~ msgstr "А_ктивирај ги сите"
+#~ msgid "_Deactivate All"
+#~ msgstr "_Деактивирај ги сите"
+#~ msgid "C_onfigure Plugin"
+#~ msgstr "К_онфигурирај го додатокот"
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Не може да се иницијализира менаџерот за преференции."
+#~ msgid "Expected `%s' got `%s' for key %s"
+#~ msgstr "Очекувано '%s' а добиено '%s' за клуч '%s'"
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>Фонтови</b>"
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>Заглавје на страницата</b>"
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>Синтаксно осветлување</b>"
+#~ msgid "Open _Location..."
+#~ msgstr "Отвори _локација..."
+#~ msgid "Open a file from a specified location"
+#~ msgstr "Отвори датотека од зададена локација"
+#~ msgid "Page Set_up..."
+#~ msgstr "Поста_вки на страница"
+#~ msgid "Setup the page settings"
+#~ msgstr "Постави ги поставувањата за страницата"
+#~ msgid "_Incremental Search..."
+#~ msgstr "_Инкрементално пребарување..."
+#~ msgid "Incrementally search for text"
+#~ msgstr "Инкрементално барање на текст"
+#~ msgid "None"
+#~ msgstr "Ништо"
+#~ msgid "0"
+#~ msgstr "0"
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">Име на датотека</span>"
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "Уреди алатка <i>%s</i>:"
+#~ msgid "Co_mmand(s):"
+#~ msgstr "Ко_манда(и):"
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "Уреди алатки <i>направи</i>:"
+#~ msgid "External Tools Manager"
+#~ msgstr "Менаџер за надворешни алатки"
+#~ msgid "_Description:"
+#~ msgstr "_Опис"
+#~ msgid "Go to previous location"
+#~ msgstr "Оди до претходната локација"
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Оди до претходно отворената локација"
+#~ msgid "Next location"
+#~ msgstr "Следна локација"
+#~ msgid "Go to next location"
+#~ msgstr "Оди на следната локација"
+#~ msgid "_Indent"
+#~ msgstr "_Порамни"
+#~ msgid "U_nindent"
+#~ msgstr "П_оништи порамнување"
+#~ msgid "Unindent selected lines"
+#~ msgstr "Поништи го порамнувањето на избраните линии"
+#~ msgid "Indent Lines"
+#~ msgstr "Порамни лини"
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "Порамни или поништи го порамнувањето за избраните линии."
+#~ msgid "Insert User Na_me"
+#~ msgstr "Внеси корисничко им_е"
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "Внеси го корисничкото име кадешто се наоѓа курсорот"
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "Внеси го корисничкото име каде што се наоѓа покажувачот"
+#~ msgid "User name"
+#~ msgstr "Корисничко име"
+#~ msgid "Snippets Manager"
+#~ msgstr "Менаџер за Snippets"
+#~ msgid "The following python code, run in a snippet, does not return a value"
+#~ msgstr "Следниот python код, извршен како сниплет, не враќа вредност"
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "Непознат (%s)"
+#~ msgid "language|Default"
+#~ msgstr "Стандарден"
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "_Авто-проверка на правопис"
+#~ msgid "*"
+#~ msgstr "*"
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>јазик</b>"
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>збор</b>"
+#~ msgid "Tags"
+#~ msgstr "Етикети"
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Изберија групата на табови кои сакаш да ги користиш"
+#~ msgid "_Preview"
+#~ msgstr "_Преглед"
+#~ msgid "Available Tag Lists"
+#~ msgstr "Достапни листи со ознака"
+#~ msgid "Abbreviated form"
+#~ msgstr "Скратена форма"
+#~ msgid "Abbreviation"
+#~ msgstr "Скратеница"
+#~ msgid "Above"
+#~ msgstr "Горе"
+#~ msgid "Accessibility key character"
+#~ msgstr "Знак на копче за достапност"
+#~ msgid "Acronym"
+#~ msgstr "Акроним"
+#~ msgid "Align"
+#~ msgstr "Подреди"
+#~ msgid "Alignment character"
+#~ msgstr "Знак за подредување"
+#~ msgid "Alternative"
+#~ msgstr "Алтернативно"
+#~ msgid "Anchor"
+#~ msgstr "Котва"
+#~ msgid "Anchor URI"
+#~ msgstr "Адреса на котва"
+#~ msgid "Applet class file code"
+#~ msgstr "Код од аплет"
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Код од класа на аплет (застарено)"
+#~ msgid "Array"
+#~ msgstr "Построи"
+#~ msgid "Associated information"
+#~ msgstr "Поврзана информација"
+#~ msgid "Author info"
+#~ msgstr "Информации за авторот"
+#~ msgid "Axis related headers"
+#~ msgstr "Заглавија поврзани со оската"
+#~ msgid "Background color"
+#~ msgstr "Боја на позадина"
+#~ msgid "Background color (deprecated)"
+#~ msgstr "Боја на позадина (застарено)"
+#~ msgid "Background texture tile"
+#~ msgstr "Текстура на позадина"
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "Текстура на позадина (застарено)"
+#~ msgid "Base URI"
+#~ msgstr "Основна адреса"
+#~ msgid "Base font"
+#~ msgstr "Основен фонт"
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Основен фонт (застарено)"
+#~ msgid "Bold"
+#~ msgstr "Задебелено"
+#~ msgid "Border"
+#~ msgstr "Рамка"
+#~ msgid "Border (deprecated)"
+#~ msgstr "Рамка (застарено)"
+#~ msgid "Cell rowspan"
+#~ msgstr "Растојание меѓу келиите во редот"
+#~ msgid "Center"
+#~ msgstr "Средина"
+#~ msgid "Center (deprecated)"
+#~ msgstr "Центар (застарено)"
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Енкодинг на врзани ресурси"
+#~ msgid "Checked (state)"
+#~ msgstr "Обележано (состојба)"
+#~ msgid "Citation"
+#~ msgstr "Цитат"
+#~ msgid "Cite reason for change"
+#~ msgstr "Наведи причина за промена"
+#~ msgid "Class implementation ID"
+#~ msgstr "ID на класна имплементација"
+#~ msgid "Class list"
+#~ msgstr "Листа со класи"
+#~ msgid "Clear text flow control"
+#~ msgstr "Избриши ја контролата на текот на текстот"
+#~ msgid "Code content type"
+#~ msgstr "Тип на содржина на код"
+#~ msgid "Color of selected links"
+#~ msgstr "Боја на избраните врски"
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "Боја на избраните врски (застарено)"
+#~ msgid "Column span"
+#~ msgstr "Растојание меѓу колоните"
+#~ msgid "Columns"
+#~ msgstr "Колони"
+#~ msgid "Comment"
+#~ msgstr "Коментар"
+#~ msgid "Computer code fragment"
+#~ msgstr "Парче компјутерски код"
+#~ msgid "Content scheme"
+#~ msgstr "Шема на содржина"
+#~ msgid "Content type"
+#~ msgstr "Тип на содржина"
+#~ msgid "Content type (deprecated)"
+#~ msgstr "Тип на содржина (застарено)"
+#~ msgid "Coordinates"
+#~ msgstr "Координати"
+#~ msgid "DIV Style container"
+#~ msgstr "DIV Style контејнер"
+#~ msgid "DIV container"
+#~ msgstr "DIV контејнер"
+#~ msgid "Date and time of change"
+#~ msgstr "Дата и време на измена"
+#~ msgid "Declare flag"
+#~ msgstr "Објави знаме"
+#~ msgid "Defer attribute"
+#~ msgstr "Атрибут на разлика"
+#~ msgid "Definition description"
+#~ msgstr "Опис"
+#~ msgid "Definition list"
+#~ msgstr "Листа на дефиниции"
+#~ msgid "Definition term"
+#~ msgstr "Поим за дефинирање"
+#~ msgid "Deleted text"
+#~ msgstr "Избришан текст"
+#~ msgid "Direction"
+#~ msgstr "Насока"
+#~ msgid "Directionality"
+#~ msgstr "Насочување"
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "Насочување (застарено)"
+#~ msgid "Directory list"
+#~ msgstr "Листа на директориуми"
+#~ msgid "Disabled"
+#~ msgstr "Оневозможено"
+#~ msgid "Document base"
+#~ msgstr "Основа на документот"
+#~ msgid "Document body"
+#~ msgstr "Тело на документот"
+#~ msgid "Document head"
+#~ msgstr "Глава на документот"
+#~ msgid "Document title"
+#~ msgstr "Наслов на документот"
+#~ msgid "Document type"
+#~ msgstr "Тип на документ"
+#~ msgid "Element ID"
+#~ msgstr "ID на елементи"
+#~ msgid "Embedded object"
+#~ msgstr "Вграден објект"
+#~ msgid "Emphasis"
+#~ msgstr "Нагласок"
+#~ msgid "Encode type"
+#~ msgstr "Тип на енкодирање"
+#~ msgid "Figure"
+#~ msgstr "Фигура"
+#~ msgid "Font face"
+#~ msgstr "Фонт"
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Фонт (застарено)"
+#~ msgid "For label"
+#~ msgstr "За ознака"
+#~ msgid "Forced line break"
+#~ msgstr "Присилен прекин на линија"
+#~ msgid "Form"
+#~ msgstr "Формулар"
+#~ msgid "Form action handler"
+#~ msgstr "Ракувач со дејствата на формуларите"
+#~ msgid "Form control group"
+#~ msgstr "Контролна група на формулари"
+#~ msgid "Form field label text"
+#~ msgstr "Термин на дефиниција"
+#~ msgid "Form input"
+#~ msgstr "Внес на формулар"
+#~ msgid "Form input type"
+#~ msgstr "Врста на внес на формулар"
+#~ msgid "Form method"
+#~ msgstr "Метод формулар"
+#~ msgid "Forward link"
+#~ msgstr "Повратна врска"
+#~ msgid "Frame"
+#~ msgstr "Рамка"
+#~ msgid "Frame render parts"
+#~ msgstr "Исцртани делови на рамка"
+#~ msgid "Frame source"
+#~ msgstr "Извор на рамка"
+#~ msgid "Frame target"
+#~ msgstr "Мета на рамка"
+#~ msgid "Frameborder"
+#~ msgstr "Раб на рамка"
+#~ msgid "Frameset"
+#~ msgstr "Фрејмсет"
+#~ msgid "Frameset columns"
+#~ msgstr "Колони на фрејмсет"
+#~ msgid "Frameset rows"
+#~ msgstr "Редови на фрејмсет"
+#~ msgid "Framespacing"
+#~ msgstr "Места помеѓу фрејмови"
+#~ msgid "Generic embedded object"
+#~ msgstr "Стандарден вграден објект"
+#~ msgid "Generic metainformation"
+#~ msgstr "Генерички метаподатоци"
+#~ msgid "Generic span"
+#~ msgstr "Стандардно растојание"
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - Специјални знаци"
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - Етикети"
+#~ msgid "HTML root element"
+#~ msgstr "HTML root елемент"
+#~ msgid "HTML version"
+#~ msgstr "HTML верзија"
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP име на заглавје"
+#~ msgid "Header cell ID's"
+#~ msgstr "ID на ќелија во заглавијето"
+#~ msgid "Heading"
+#~ msgstr "Заглавје"
+#~ msgid "Heading 1"
+#~ msgstr "Заглавје 1"
+#~ msgid "Heading 2"
+#~ msgstr "Заглавје·2"
+#~ msgid "Heading 3"
+#~ msgstr "Заглавје 3"
+#~ msgid "Heading 4"
+#~ msgstr "Заглавје 4"
+#~ msgid "Heading 5"
+#~ msgstr "Заглавје 5"
+#~ msgid "Heading 6"
+#~ msgstr "Заглавје 6"
+#~ msgid "Height"
+#~ msgstr "Висина"
+#~ msgid "Horizontal rule"
+#~ msgstr "Хоризонтално правило"
+#~ msgid "Horizontal space"
+#~ msgstr "Хоризонтален простор"
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "Хоризонтален простор (застарено)"
+#~ msgid "HttP header name"
+#~ msgstr "HttP име на заглавје"
+#~ msgid "I18N BiDi over-ride"
+#~ msgstr "I18N BiDi over-ride"
+#~ msgid "Image"
+#~ msgstr "Слика"
+#~ msgid "Image map"
+#~ msgstr "Мапа на слика"
+#~ msgid "Image map area"
+#~ msgstr "Област на мапата на сликата"
+#~ msgid "Image map name"
+#~ msgstr "Име на областа на мапата на сликата"
+#~ msgid "Image source"
+#~ msgstr "Извор на слика"
+#~ msgid "Inline frame"
+#~ msgstr "Внатрешна рамка"
+#~ msgid "Inline layer"
+#~ msgstr "Внатрешен слој"
+#~ msgid "Inserted text"
+#~ msgstr "Внесен текст"
+#~ msgid "Instance definition"
+#~ msgstr "Дефиниција за пример"
+#~ msgid "Italic text"
+#~ msgstr "Закосен текст"
+#~ msgid "Java applet"
+#~ msgstr "Јава аплет"
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Java аплет (застарено)"
+#~ msgid "Label"
+#~ msgstr "Ознака"
+#~ msgid "Language code"
+#~ msgstr "Код на јазик"
+#~ msgid "Large text style"
+#~ msgstr "Стил со голем текст"
+#~ msgid "Layer"
+#~ msgstr "Слој"
+#~ msgid "Link color"
+#~ msgstr "Боја на врската"
+#~ msgid "Link color (deprecated)"
+#~ msgstr "Боја на врската (застарено)"
+#~ msgid "List item"
+#~ msgstr "Листа со предмети"
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "Листа на MIME типови за подигнување на датотеки"
+#~ msgid "List of supported character sets"
+#~ msgstr "Листа на поддржани знаци"
+#~ msgid "Listing"
+#~ msgstr "Листање"
+#~ msgid "Local change to font"
+#~ msgstr "Локална промена на фонтот"
+#~ msgid "Long description link"
+#~ msgstr "Врска на подолг опис"
+#~ msgid "Long quotation"
+#~ msgstr "Долг цитат"
+#~ msgid "Mail link"
+#~ msgstr "Врска на пошта"
+#~ msgid "Margin pixel height"
+#~ msgstr "Висина на маргините во пиксели"
+#~ msgid "Margin pixel width"
+#~ msgstr "Ширина на маргините во пиксели"
+#~ msgid "Marquee"
+#~ msgstr "Marquee"
+#~ msgid "Maximum length of text field"
+#~ msgstr "Максимална должина на поле со текст"
+#~ msgid "Media-independent link"
+#~ msgstr "Независна врска"
+#~ msgid "Menu list"
+#~ msgstr "Листа на мени"
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "Мени листа (застарено)"
+#~ msgid "Multi-line text field"
+#~ msgstr "Поле за текст од повеќе редови"
+#~ msgid "Multicolumn"
+#~ msgstr "Повеќе колони"
+#~ msgid "Multiple"
+#~ msgstr "Повеќе"
+#~ msgid "Named property value"
+#~ msgstr "Именувана вредност на својство"
+#~ msgid "Next ID"
+#~ msgstr "Следно ID"
+#~ msgid "No URI"
+#~ msgstr "Нема адреса"
+#~ msgid "No embedded objects"
+#~ msgstr "Без вградени објекти"
+#~ msgid "No frames"
+#~ msgstr "Без рамки"
+#~ msgid "No layers"
+#~ msgstr "Без слоеви"
+#~ msgid "No line break"
+#~ msgstr "Без разделување на редовите"
+#~ msgid "No resize"
+#~ msgstr "Без промена на големина"
+#~ msgid "No script"
+#~ msgstr "Без скрипта"
+#~ msgid "No shade"
+#~ msgstr "Без сенка"
+#~ msgid "No shade (deprecated)"
+#~ msgstr "Без сенка (застарено)"
+#~ msgid "No word wrap"
+#~ msgstr "Без завиткување на зборови"
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "Без префрлување на зборови (застарено)"
+#~ msgid "Non-breaking space"
+#~ msgstr "Непрекинат празен простор"
+#~ msgid "Note"
+#~ msgstr "Белешка"
+#~ msgid "Object applet file"
+#~ msgstr "Отвори аплет"
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Датотека за објект-аплет (застарено)"
+#~ msgid "Object data reference"
+#~ msgstr "Референца за објектни податоци"
+#~ msgid "Offset for alignment character"
+#~ msgstr "Пренос за порамнување на знак"
+#~ msgid "OnBlur event"
+#~ msgstr "OnBlur настан"
+#~ msgid "OnChange event"
+#~ msgstr "OnChange настан"
+#~ msgid "OnClick event"
+#~ msgstr "OnClick настан"
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick настан"
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus настан"
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown настан"
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress настан"
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp настан"
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad настан"
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown настан"
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove настан"
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut настан"
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver настан"
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp настан"
+#~ msgid "OnReset event"
+#~ msgstr "OnReset настан"
+#~ msgid "OnSelect event"
+#~ msgstr "OnSelect настан"
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit настан"
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload настан"
+#~ msgid "Option group"
+#~ msgstr "Група со опции"
+#~ msgid "Option selector"
+#~ msgstr "Избор на опции"
+#~ msgid "Ordered list"
+#~ msgstr "Подредена листа"
+#~ msgid "Output media"
+#~ msgstr "Медиа излез"
+#~ msgid "Paragraph"
+#~ msgstr "Параграф"
+#~ msgid "Paragraph class"
+#~ msgstr "Класа на параграф"
+#~ msgid "Paragraph style"
+#~ msgstr "Стил на параграф"
+#~ msgid "Preformatted listing"
+#~ msgstr "Преформатиран листинг"
+#~ msgid "Preformatted text"
+#~ msgstr "Преформатиран текст"
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Речник за метаинфо профил"
+#~ msgid "Push button"
+#~ msgstr "Копче"
+#~ msgid "Quote"
+#~ msgstr "Цитат"
+#~ msgid "Range"
+#~ msgstr "Опсег"
+#~ msgid "ReadOnly text and password"
+#~ msgstr "Лозинка и текст само за читање"
+#~ msgid "Reduced spacing"
+#~ msgstr "Намален проред"
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "Намален проред (застарено)"
+#~ msgid "Reverse link"
+#~ msgstr "Повратна врска"
+#~ msgid "Root"
+#~ msgstr "Корен"
+#~ msgid "Rows"
+#~ msgstr "Редови"
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "Простор помеѓу колони и редови"
+#~ msgid "Sample program output, scripts"
+#~ msgstr "Резултат од пример програма, скрипти"
+#~ msgid "Scope covered by header cells"
+#~ msgstr "Опсегот е покриен од ќелиите на заглавјето"
+#~ msgid "Script language name"
+#~ msgstr "Постави јазик"
+#~ msgid "Script statments"
+#~ msgstr "Изјави на скрипта"
+#~ msgid "Scrollbar"
+#~ msgstr "Лента за движење"
+#~ msgid "Selectable option"
+#~ msgstr "Изборна опција"
+#~ msgid "Server-side image map"
+#~ msgstr "Слика од мапа од серверската страна"
+#~ msgid "Shape"
+#~ msgstr "Облик"
+#~ msgid "Short inline quotation"
+#~ msgstr "Краток внатрешен цитат"
+#~ msgid "Single line prompt"
+#~ msgstr "Појавување на една линија"
+#~ msgid "Size"
+#~ msgstr "Големина"
+#~ msgid "Size (deprecated)"
+#~ msgstr "Големина (застарено)"
+#~ msgid "Small text style"
+#~ msgstr "Стил со мал текст"
+#~ msgid "Soft line break"
+#~ msgstr "Меко прекршување на линија"
+#~ msgid "Sound"
+#~ msgstr "Звук"
+#~ msgid "Source"
+#~ msgstr "Извор"
+#~ msgid "Space separated archive list"
+#~ msgstr "Листа на архива поделена со места"
+#~ msgid "Spacer"
+#~ msgstr "Празен простор"
+#~ msgid "Spacing between cells"
+#~ msgstr "Простор помеѓу ќелии"
+#~ msgid "Spacing within cells"
+#~ msgstr "Празни места во табелата"
+#~ msgid "Span"
+#~ msgstr "Растојание"
+#~ msgid "Square root"
+#~ msgstr "Квадратен корен"
+#~ msgid "Standby load msg"
+#~ msgstr "Порака за чекање при вчитување"
+#~ msgid "Starting sequence number"
+#~ msgstr "Почетен број"
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "Почетен број (застарено)"
+#~ msgid "Strike-through text"
+#~ msgstr "Прешкртано"
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Прешкртано (застарено)"
+#~ msgid "Strike-through text style"
+#~ msgstr "Прешкртано"
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Прешкртано (застарено)"
+#~ msgid "Strong emphasis"
+#~ msgstr "Силен нагласок"
+#~ msgid "Style info"
+#~ msgstr "Информации за стил"
+#~ msgid "Subscript"
+#~ msgstr "Подскрипта"
+#~ msgid "Superscript"
+#~ msgstr "Superscript"
+#~ msgid "Tab order position"
+#~ msgstr "Позиција на јазичињата"
+#~ msgid "Table"
+#~ msgstr "Табела"
+#~ msgid "Table body"
+#~ msgstr "Тело на табелата"
+#~ msgid "Table caption"
+#~ msgstr "Наслов на табелата"
+#~ msgid "Table column group properties"
+#~ msgstr "Својства на групата колони на табелата"
+#~ msgid "Table column properties"
+#~ msgstr "Својства на колоните на табелата"
+#~ msgid "Table data cell"
+#~ msgstr "Келија со податоци на табелата"
+#~ msgid "Table footer"
+#~ msgstr "Подножје на табелата"
+#~ msgid "Table header cell"
+#~ msgstr "Келија на заглавјето на табелата"
+#~ msgid "Table row"
+#~ msgstr "Ред од табелата"
+#~ msgid "Table summary"
+#~ msgstr "Преглед на табелата"
+#~ msgid "Target - Blank"
+#~ msgstr "Мета - Празно"
+#~ msgid "Target - Parent"
+#~ msgstr "Цел - Родител"
+#~ msgid "Target - Self"
+#~ msgstr "Цел - Сам себе"
+#~ msgid "Target - Top"
+#~ msgstr "Мета - Врв"
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Телетип или моноспејс стил на текст"
+#~ msgid "Text"
+#~ msgstr "Текст"
+#~ msgid "Text color"
+#~ msgstr "Боја на текст"
+#~ msgid "Text color (deprecated)"
+#~ msgstr "Боја на текст (застарено)"
+#~ msgid "Text entered by user"
+#~ msgstr "Текст внесен од корисникот"
+#~ msgid "Title"
+#~ msgstr "Титула"
+#~ msgid "Topmargin in pixels"
+#~ msgstr "Горната маргина во пиксели"
+#~ msgid "URL"
+#~ msgstr "Адреса"
+#~ msgid "Underlined text style"
+#~ msgstr "Подвлечено"
+#~ msgid "Unordered list"
+#~ msgstr "Неподредена листа"
+#~ msgid "Use image map"
+#~ msgstr "Користи слика на мапа"
+#~ msgid "Value"
+#~ msgstr "Вредност"
+#~ msgid "Value interpretation"
+#~ msgstr "Интерпретација на вредност"
+#~ msgid "Variable or program argument"
+#~ msgstr "Променлива или аргумент за програма"
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Вертикално порамнување на ќелии"
+#~ msgid "Vertical space"
+#~ msgstr "Вертикален простор"
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Вертикален простор (застарено)"
+#~ msgid "Visited link color"
+#~ msgstr "Боја на посетените врски"
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Боја на посетените врски (застарено)"
+#~ msgid "Width"
+#~ msgstr "Ширина"
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML 1.0 - Етикети"
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Библиографија"
+#~ msgid "Bibliography (item)"
+#~ msgstr "Библиографија (предмет)"
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Библиографија (кратко цитат)"
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Библиографија (библиографијата)"
+#~ msgid "Brackets ()"
+#~ msgstr "Загради ()"
+#~ msgid "Brackets <>"
+#~ msgstr "Загради <>"
+#~ msgid "Brackets []"
+#~ msgstr "Загради []"
+#~ msgid "Brackets {}"
+#~ msgstr "Загради {}"
+#~ msgid "File input"
+#~ msgstr "Увоз на датотека"
+#~ msgid "Function cosin"
+#~ msgstr "Функција cosin"
+#~ msgid "Function e^"
+#~ msgstr "Функција e^"
+#~ msgid "Function exp"
+#~ msgstr "Функција exp"
+#~ msgid "Function log"
+#~ msgstr "Функција log"
+#~ msgid "Function log10"
+#~ msgstr "Функција log10"
+#~ msgid "Function sine"
+#~ msgstr "Функција sine"
+#~ msgid "Greek alpha"
+#~ msgstr "Грчка алфа"
+#~ msgid "Greek beta"
+#~ msgstr "Грчка бета"
+#~ msgid "Greek epsilon"
+#~ msgstr "Грчки епсилон"
+#~ msgid "Greek gamma"
+#~ msgstr "Грчка гама"
+#~ msgid "Greek lambda"
+#~ msgstr "Грчка ламбда"
+#~ msgid "Greek rho"
+#~ msgstr "Грчко ро"
+#~ msgid "Greek tau"
+#~ msgstr "Грчко тау"
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Заглавие 0 (поглавје)"
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Заглавие·0·(поглавје*)"
+#~ msgid "Header 1 (section)"
+#~ msgstr "Заглавие 1 (дел)"
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Заглавие·1·(дел*)"
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Заглавие·2·(поддел)"
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Заглавие·2·(поддел*)"
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Заглавие·3·(подподдел)"
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Заглавие 3 (подподдел*)"
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Заглавие 4 (параграф)"
+#~ msgid "Header appendix"
+#~ msgstr "Заглавје на крајот на книгата"
+#~ msgid "Item"
+#~ msgstr "Предмет"
+#~ msgid "Item with label"
+#~ msgstr "Предмет со натпис"
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex - Етикети"
+#~ msgid "List description"
+#~ msgstr "Опис на листа"
+#~ msgid "List enumerate"
+#~ msgstr "Oдредување на листа"
+#~ msgid "List itemize"
+#~ msgstr "Предметизација на листа"
+#~ msgid "Maths (display)"
+#~ msgstr "Математика (приказ)"
+#~ msgid "Maths (inline)"
+#~ msgstr "Математика (внатрешно)"
+#~ msgid "Operator fraction"
+#~ msgstr "Математички симбол фракција"
+#~ msgid "Operator integral (display)"
+#~ msgstr "Математички симбол интеграл (прикажи)"
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Математички симбол (inline)"
+#~ msgid "Operator sum (display)"
+#~ msgstr "Математички симбол сума (прикажи)"
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Математички симбол сума (inline)"
+#~ msgid "Reference label"
+#~ msgstr "Ознака за референца"
+#~ msgid "Reference ref"
+#~ msgstr "Референца ref"
+#~ msgid "Symbol <<"
+#~ msgstr "Симбол <<"
+#~ msgid "Symbol <="
+#~ msgstr "Симбол <="
+#~ msgid "Symbol >="
+#~ msgstr "Симбол >="
+#~ msgid "Symbol >>"
+#~ msgstr "Симбол >>"
+#~ msgid "Symbol and"
+#~ msgstr "Симбол „и“"
+#~ msgid "Symbol const"
+#~ msgstr "Симбол const"
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Симбол d-by-dt"
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Симбол d-by-dt-partial"
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Симбол d2-by-dt2-partial"
+#~ msgid "Symbol dagger"
+#~ msgstr "Симбол dagger"
+#~ msgid "Symbol equiv"
+#~ msgstr "Симбол equiv"
+#~ msgid "Symbol hyphen --"
+#~ msgstr "Симбол hyphen --"
+#~ msgid "Symbol hyphen ---"
+#~ msgstr "Симбол hyphen ---"
+#~ msgid "Symbol infinity"
+#~ msgstr "Симбол „бесконечност“"
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Симбол mathspace ,"
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Симбол mathspace ."
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Симбол mathspace _"
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Симбол mathspace __"
+#~ msgid "Symbol simeq"
+#~ msgstr "Симбол simeq"
+#~ msgid "Symbol star"
+#~ msgstr "Симбол star"
+#~ msgid "Typeface bold"
+#~ msgstr "Тајпфејс задебелено"
+#~ msgid "Typeface italic"
+#~ msgstr "Тајпфејс закосено"
+#~ msgid "Typeface slanted"
+#~ msgstr "Тајпфејс еднонасочно"
+#~ msgid "Typeface type"
+#~ msgstr "Тајпфејс тип"
+#~ msgid "Unbreakable text"
+#~ msgstr "Неразделлив текст"
+#~ msgid ""
+#~ "Provides a method to easily insert into a document commonly used tags/"
+#~ "strings without having to type them."
+#~ msgstr ""
+#~ "Додатокот за листа со ознака обезбедува метод за лесно вметнување на "
+#~ "често користени зборови/низи од зборовите во документот."
+#~ msgid "Tag list"
+#~ msgstr "Таг листа"
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT - Оски"
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - Елементи"
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - Функции"
+#~ msgid "ancestor"
+#~ msgstr "предок"
+#~ msgid "ancestor-or-self"
+#~ msgstr "предок-или-само"
+#~ msgid "attribute"
+#~ msgstr "атрибут"
+#~ msgid "child"
+#~ msgstr "дете"
+#~ msgid "descendant"
+#~ msgstr "потомок"
+#~ msgid "descendant-or-self"
+#~ msgstr "потомок-или-само"
+#~ msgid "following"
+#~ msgstr "следи"
+#~ msgid "following-sibling"
+#~ msgstr "следи-ист родител"
+#~ msgid "namespace"
+#~ msgstr "namespace"
+#~ msgid "parent"
+#~ msgstr "parent"
+#~ msgid "preceding"
+#~ msgstr "претходи"
+#~ msgid "preceding-sibling"
+#~ msgstr "претходи-ист родител"
+#~ msgid "self"
+#~ msgstr "само"
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL - Етикети"
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\">Кога внесуваш датум/време...</span>"
+
diff --git a/po/ml.po b/po/ml.po
new file mode 100644
index 0000000..d3bfd95
--- /dev/null
+++ b/po/ml.po
@@ -0,0 +1,3926 @@
+# translation of gedit.master.ml.po to
+# This file is distributed under the same license as the gedit package.
+# Copyright (C) 2007-2008 gedit'S COPYRIGHT HOLDER.
+# FSF-India <locale@gnu.org.in>, 2003.
+# Ani Peter <apeter@redhat.com>, 2006, 2007, 2012.
+# Santhosh Thottingal <santhosh00@gmail.com>, 2007.
+# Hari Vishnu <harivishnu@gmail.com>, 2008.
+# Praveen Arimbrathodiyil <pravi.a@gmail.com>, 2007, 2008, 2009.
+# Anish A <aneesh.nl@gmail.com>, 2012, 2013.
+# Vani prasad <vaniprasad57@gmail.com>, 2017.
+# Lekshmiprabha<lekshmiprabha82@gmail.com>, 2017.
+# Reshma S.A<reshma.sa96@gmail.com>, 2017.
+# Christeena Johnson <christeenajohnsan@gmail.com>, 2017.
+# Anish Sheela <aneesh.nl@gmail.com>, 2017.
+# Ranjith Siji <ranjith.sajeev@gmail.com>,2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master.ml\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2018-10-24 20:57+0000\n"
+"PO-Revision-Date: 2018-10-28 21:40+0800\n"
+"Last-Translator: Ranjith Siji <ranjith.sajeev@gmail.com>\n"
+"Language-Team: Swatantra Malayalam Computing <discuss@lists.smc.org.in>\n"
+"Language: ml\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.0.6\n"
+"X-Project-Style: gnome\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1 ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "പദാവലി ഫയലുകളില്‍ മാറ്റം വരുത്തുക"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While aiming at simplicity and ease of use, "
+"gedit is a powerful general purpose text editor."
+msgstr ""
+"ജിഎഡിറ്റ് ഗ്നോം പണിയിടത്തിന്റെ ഔദ്യോഗിക എഴുത്തുപകരണം ആണ്. ലളിതവും ഇപയോഗിക്കാനുള്ള എളുപ്പമാണ് ജിഎഡിറ്റ് ലക്ഷ്യം വെയ്ക്കുന്നതെങ്കിലും ഇത് ഒരു "
+"ശക്തിയേറിയ പൊതു ഉപയോഗത്തിനുള്ള എഴുത്തുപകരണം ആണ്."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative application, or simply taking some quick "
+"notes, gedit will be a reliable tool to accomplish your task."
+msgstr ""
+"അടുത്ത സൂപ്പര്‍ഹിറ്റ് പുസ്തകം എഴുതന്നതാണെങ്കിലും, കിടിലം പ്രോഗ്രാം എഴുതുകയാണെങ്കിലും, നോട്ട് എഴുതി എടുക്കാനാണെങ്കിലും, ജിഎഡിറ്റ് നിങ്ങളുടെ ജോലി "
+"ചെയ്യാനുള്ള വിശ്വസ്ഥ പണിയായുധം ആയിരിക്കും."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:4
+msgid "Its flexible plugin system allows you to tailor the application to your needs and adapt it to your workflow."
+msgstr ""
+"ഇതിന്റെ വളരെ വഴങ്ങുന്ന പ്ലഗ്ഗിന്‍ സിസ്റ്റം നിങ്ങളുടെ ആവശ്യത്തിനനുസരിച്ചുള്ള രീതിയില്‍ ഇത് മാറ്റാനും നിങ്ങളുടെ പ്രവര്‍ത്തന രീതിക്കനുസരിച്ച് "
+"ക്രമീകരിക്കാനും പറ്റും."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "എഴുത്തിടം"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "ജിഎഡിറ്റ് എഴുത്തിടം"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "Text;Editor;Plaintext;Write;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "New Window"
+msgstr "പുതിയ ജാലകം"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "New Document"
+msgstr "പൂതിയ രേഖ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "സഹജമായ അക്ഷരസഞ്ചയം ഉപയോഗിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.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 gedit. If this "
+"option is turned off, then the font named in the “Editor Font” option will be used instead of the system font."
+msgstr ""
+"പദാവലി ചിട്ടപ്പെടുത്തുമ്പോള്‍ ജിഎഡിറ്റിനു് മാത്രമായുള്ള അക്ഷരസഞ്ചയത്തിനു് പകരം സിസ്റ്റത്തിലെ സഹജമായ തൂല്യ വീതിയുള്ള അക്ഷരസഞ്ചയം ഉപയോഗിയ്ക്കണമോ "
+"എന്നു്. ഈ ഐച്ഛികം തെരഞ്ഞെടുത്തില്ലെങ്കില്‍ സിസ്റ്റത്തിലെ അക്ഷരസഞ്ചയത്തിനു് പകരമായി \"എഴുത്തിടത്തിലെ അക്ഷരസഞ്ചയം\" എന്ന ഐച്ഛികത്തില്‍ പറഞ്ഞിട്ടുള്ള "
+"അക്ഷരസഞ്ചയം ഉപയോഗിയ്ക്കുന്നതായിരിയ്ക്കും."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:5
+msgid "Editor Font"
+msgstr "എഴുത്തിടത്തിലെ അക്ഷരസഞ്ചയം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+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.gnome.gedit.gschema.xml.in.h:7
+msgid "Style Scheme"
+msgstr "ശൈലീ പദ്ധതി"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "പദാവലിയ്ക്കു് നിറം കൊടുക്കാന്‍ ഉപയോഗിയ്ക്കുന്ന ജിടികെസോഴ്സ്‌വ്യൂ ശൈലീ പദ്ധതിയുടെ ഐഡി."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Create Backup Copies"
+msgstr "കരുതല്‍ പകര്‍പ്പുകള്‍ ഉണ്ടാക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "ജിഎഡിറ്റ് ഒരു ഫയല്‍ സൂക്ഷിക്കുമ്പോള്‍ ഒരു ബാക്കപ്പ് എടുത്ത് വെയ്കണോ എന്ന്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid "Autosave"
+msgstr "സ്വയം സൂക്ഷിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid ""
+"Whether gedit should automatically save modified files after a time interval. You can set the time interval with "
+"the “Autosave Interval” option."
+msgstr ""
+"മാറ്റംവരുത്തിയ ഫയലുകളെ ജിഎഡിറ്റ് ഇടവേളയ്ക്ക് ശേഷം സ്വയം സൂക്ഷിയ്ക്കണമോ എന്നു്. നിങ്ങള്‍ക്കു് \"സ്വയം സൂക്ഷിയ്ക്കുന്നതിനുള്ള ഇടവേള\" എന്ന ഐച്ഛികം "
+"ഉപയോഗിച്ചു് ഇടവേള സജ്ജീകരിക്കാം."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid "Autosave Interval"
+msgstr "സ്വയം സൂക്ഷിയ്ക്കുന്നതിനുള്ള ഇടവേള"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. This will only take effect if the "
+"“Autosave” option is turned on."
+msgstr ""
+"എത്ര മിനിറ്റുകള്‍ക്കു് ശേഷമാണു് തിരുത്തിയ ഫയലുകളെ ജിഎഡിറ്റ് സ്വയം സൂക്ഷിക്കേണ്ടതു്. ഇതു് പ്രാവര്‍ത്തികമാകണമെങ്കില്‍ \"സ്വയം സൂക്ഷിയ്ക്കുക\" എന്ന ഐച്ഛികം "
+"തെരഞ്ഞെടുക്കണം."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid "Maximum Number of Undo Actions"
+msgstr "വരുത്തിയ മാറ്റങ്ങള്‍ വേണ്ടെന്നു് വയ്ക്കുന്ന നടപടികളുടെ ഏറ്റവും കൂടിയ എണ്ണം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use “-1” for unlimited number of actions."
+msgstr ""
+"ജിഎഡിറ്റിനു് ചെയ്യാന്‍ സാധിയ്ക്കുന്ന വേണ്ടെന്നു് വയ്ക്കലിന്റേയും വീണ്ടും ചെയ്യലിന്റേയും ഏറ്റവും കൂടിയ എണ്ണം. പരിധിയില്ലാത്തത്ര നടപടികള്‍ക്കു് \"-1\" "
+"ഉപയോഗിയ്ക്കുക."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+msgid "Line Wrapping Mode"
+msgstr "വരികള്‍ ഒതുക്കുന്ന രീതി"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+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 ""
+"തിരുത്തലിടത്തിലെ വലിയ വരികള്‍ ഒതുക്കുന്നതെങ്ങനെയെന്നു് വ്യക്തമാക്കുന്നു. നിരത്തേണ്ടതില്ലെങ്കില്‍ \"none\" ഉപയോഗിയ്ക്കൂ, വാക്കിന്റെ അന്ത്യത്തില്‍ "
+"നിരത്താന്‍ \"word\" ഉപയോഗിയ്ക്കൂ , അക്ഷരം പ്രതി നിരത്താന്‍ \"char\" ഉപയോഗിയ്ക്കൂ. മൂല്യങ്ങള്‍ വലിയചെറിയക്ഷര വ്യത്യാസമുള്ളവയാണെന്നു് ശ്രദ്ധിക്കുക. "
+"ആയതിനാല്‍ അവ മേല്‍ സൂചിപ്പിച്ചതുപോലെ തന്നെയെന്നു് ഉറപ്പാക്കുക."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid "Last split mode choice for line wrapping mode"
+msgstr "വരി റാപ്പിംഗ് മോഡിനുള്ള അവസാന സ്‍പ്ലിറ്റ് മോഡ് ഐഛികം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when wrapping mode is off we still remember the "
+"split mode choice. Use “word” for wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"വരി റാപ്പിംഗ് മോഡിനായി ഉപയോഗിച്ചിട്ടുള്ള അവസാന സ്‍പ്ലിറ്റ് മോഡ് പറഞ്ഞിരിക്കുന്നു, അതുകൊണ്ട് റാപ്പിംഗ് മോഡ് ഓഫായിരിക്കുമ്പോള്‍പ്പോലും നമ്മള്‍ക്ക് സ്‍"
+"പ്ലിറ്റ് മോഡിന്റെ ഐഛികം ഓര്‍ത്തുവയ്ക്കാന്‍ കഴിയും. വാക്കുകളുടെ അരികത്ത് റാപ്പിംഗ് ചെയ്യാന്‍ \"word\"എന്ന് ഉപയോഗിക്കുക, അക്ഷരത്തിന്റെ അരികില്‍ റാപ്പ് "
+"ചെയ്യാന്‍ \"char\"എന്ന് ഉപയോഗിക്കുക."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid "Tab Size"
+msgstr "ടാബിന്റെ വലിപ്പം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr "ടാബിന് പകരം ദൃശ്യമാക്കേണ്ട സ്പെയ്സുകളുടെ സംഖ്യ വ്യക്തമാക്കുന്നു."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Insert spaces"
+msgstr "സ്പെയിസ് ചേര്‍ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "ടാബുകള്‍ക്കു് പകരം ജിഎഡിറ്റ് സ്പേയ്സ് ചേര്‍‌ക്കേണ്ടതുണ്ടോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Automatic indent"
+msgstr "സ്വയം വിടവിടുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Whether gedit should enable automatic indentation."
+msgstr "ജിഎഡിറ്റ് സ്വയം വിടവിടുന്നതു് പ്രാവര്‍ത്തികമാക്കണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Display Line Numbers"
+msgstr "വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യ പ്രദര്‍ശിപ്പിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "തിരുത്തലിടത്തില്‍ ‌ജിഎഡിറ്റ് വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യകള്‍ പ്രദര്‍ശിപ്പിക്കേണ്ടതുണ്ടോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Highlight Current Line"
+msgstr "നിലവിലുളള വരി എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Whether gedit should highlight the current line."
+msgstr "ജിഎഡിറ്റ് നിലവിലുളള വരി എടുത്തു് കാണിക്കണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Highlight Matching Brackets"
+msgstr "പൊരുത്തമുളള ബ്രാക്കറ്റ് എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Whether gedit should highlight matching brackets."
+msgstr "ജിഎഡിറ്റ് പൊരുത്തമുളള ബ്രാക്കറ്റ് എടുത്തു് കാണിക്കണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Display Right Margin"
+msgstr "വലത്തേ അതിരു് കാണിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "തിരുത്തലിടത്തില്‍ ‌ജിഎഡിറ്റ് വലതു് അരികു് പ്രദര്‍ശിപ്പിക്കേണ്ടതുണ്ടോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Right Margin Position"
+msgstr "വലതു് മാര്‍ജിനിന്റെ സ്ഥാനം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Specifies the position of the right margin."
+msgstr "വലതു് മാര്‍ജിന്റെ സ്ഥാനം വ്യക്തമാക്കുന്നു."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Display Overview Map"
+msgstr "ഒാവര്‍വ്യുമാപ്പ് ദൃശ്യമാക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Whether gedit should display the overview map for the document."
+msgstr "ഓവര്‍വ്യു മാപ്പ് കാണിക്കണോ വേണ്ടയോ എന്ന്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Document background pattern type"
+msgstr "ഡോക്യുമെന്റിന്റെ പശ്ചാത്തല പാറ്റേണ്‍ തരം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Whether the document will get a background pattern painted."
+msgstr "ഡോക്യുമെന്റിന് ഒരു പശ്ചാത്തല പാറ്റേണ്‍ കാണിക്കുമോ എന്ന്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Smart Home End"
+msgstr "മിടുക്കനായ ഹോമും എന്‍ഡും"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+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.gnome.gedit.gschema.xml.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr "മുമ്പുളള കര്‍സറിന്റെ സ്ഥാനം പുനഃസ്ഥാപിക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr "ജിഎഡിറ്റ് ഒരു ഫയല്‍ ലഭ്യമാക്കുമ്പോള്‍ നേരത്തെയുള്ള കര്‍സറിന്റെ സ്ഥാനം പുനഃസ്ഥാപിയ്ക്ക‌ണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Enable Syntax Highlighting"
+msgstr "സിന്റാക്സ് എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "ജിഎഡിറ്റ് സിന്റാക്സ് എടുത്തു് കാണിക്കുന്നതു് പ്രാവര്‍ത്തികമാക്കണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Enable Search Highlighting"
+msgstr "തെരയുന്നതു് എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "തെരഞ്ഞ പദാവലിയുടെ എല്ലാ സന്ദര്‍ഭങ്ങളിലും എടുത്തു് കാണിയ്ക്കണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid "Ensure Trailing Newline"
+msgstr "അവസാനം പുതിയ വരി ചേര്‍ത്തുന്നത് ഉറപ്പാക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "ജിഎഡിറ്റ് അവസാനം പുതിയ വരി ചേര്‍ത്തുന്നത് ഉറപ്പാക്കുണോ എന്ന്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Toolbar is Visible"
+msgstr "പണിയായുധനിര കാണാവുന്നതാണു്"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "തിരുത്തല്‍ ജാലകങ്ങളില്‍ പണിയായുധനിര കാണിയ്ക്കണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid "Notebook Show Tabs Mode"
+msgstr "നോട്ട്ബുക്ക് റ്റാബുകള്‍ കാണിക്കല്‍ മോഡ്"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the tabs, “always” to always show the tabs, and "
+"“auto” to show the tabs only when there is more than one tab. Note that the values are case-sensitive, so make sure "
+"they appear exactly as mentioned here."
+msgstr ""
+"നോട്ട്ബുക്ക് റ്റാബുകള്‍ എപ്പോള്‍ കാണിയ്ക്കണമെന്നു് വ്യക്തമാക്കുന്നു. റ്റാബ് കാണിയ്ക്കേണ്ടതില്ലെങ്കില്‍ \"none\" ഉപയോഗിയ്ക്കൂ, എപ്പോഴും റ്റാബ് "
+"കാണിയ്ക്കുന്നതിനായി \"always\" ഉപയോഗിയ്ക്കൂ , ഒന്നില്‍ കൂടുതല്‍ റ്റാബുള്ളപ്പോള്‍ \"auto\" ഉപയോഗിയ്ക്കൂ. മൂല്യങ്ങള്‍ വലിയചെറിയക്ഷര "
+"വ്യത്യാസമുള്ളവയാണെന്നു് ശ്രദ്ധിക്കുക. ആയതിനാല്‍ അവ മേല്‍ സൂചിപ്പിച്ചതുപോലെ തന്നെയെന്നു് ഉറപ്പാക്കുക."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid "Status Bar is Visible"
+msgstr "അവസ്ഥാ പട്ട കാണാവുന്നതാണു്"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "അവസ്ഥാ പട്ട തിരുത്തല്‍ ജാലകങ്ങളുടെ താഴെ കാണിയ്ക്കണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Side panel is Visible"
+msgstr "വശത്തുളള പാളി ദൃശ്യമാണു്"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Whether the side panel at the left of editing windows should be visible."
+msgstr "സൈഡ് പേന്‍ തിരുത്തല്‍ ജാലകങ്ങളുടെ ഇടതുവശത്ത് കാണിയ്ക്കണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Maximum Recent Files"
+msgstr "അടുത്തുപയോഗിച്ച ഫയലുകളുടെ ഏറ്റവും കൂടിയ എണ്ണം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Specifies the maximum number of recently opened files that will be displayed in the “Recent Files” submenu."
+msgstr "\"അടുത്തുപയോഗിച്ച ഫയലുകള്‍\" എന്ന സബ്മെനുവില്‍ കാണിയ്ക്കുന്ന അവസാനമായി തുറന്ന ഫയലുകളുടെ പരമാവധി സംഖ്യ വ്യക്തമാക്കുന്നു."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Print Syntax Highlighting"
+msgstr "സിന്റാക്സ് എടുത്തു് കാണിയ്ക്കുന്നതു് അച്ചടിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "ജിഎഡിറ്റ് രേഖകള്‍ അച്ചടിയ്ക്കുമ്പോള്‍ സിന്റാക്സ് എടുത്തു് കാണിയ്ക്കുന്നതു് കൂടി അച്ചടിയ്ക്കണമോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Print Header"
+msgstr "തലക്കുറിപ്പ് അച്ചടിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "രേഖകള്‍ അച്ചടിക്കുമ്പോള്‍ ജിഎഡിറ്റ് രേഖകളുടെ തലക്കുറി ഉള്‍‌ക്കൊള്ളിക്കേണ്ടതുണ്ടോ എന്നു്."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Printing Line Wrapping Mode"
+msgstr "വരികള്‍ ഒതുക്കുന്ന രീതിയുടെ അച്ചടി"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+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 ""
+"വലിയ വരികള്‍ അച്ചടിക്കുന്നതിനു് വേണ്ടി എങ്ങനെ നിരത്താമെന്ന് വ്യക്തമാക്കുന്നു. നിരത്തേണ്ടതില്ലെങ്കില്‍ \"none\" ഉപയോഗിയ്ക്കൂ, വാക്കിന്റെ അന്ത്യത്തില്‍ "
+"നിരത്താന്‍ \"word\" ഉപയോഗിയ്ക്കൂ , അക്ഷരം പ്രതി നിരത്താന്‍ \"char\" ഉപയോഗിയ്ക്കൂ. മൂല്യങ്ങള്‍ വലിയചെറിയക്ഷര വ്യത്യാസമുള്ളവയാണെന്നു് ശ്രദ്ധിക്കുക. "
+"ആയതിനാല്‍ അവ മേല്‍ സൂചിപ്പിച്ചതുപോലെ തന്നെയെന്നു് ഉറപ്പാക്കുക."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "Print Line Numbers"
+msgstr "വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യ അച്ചടിയ്ക്കുക"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print "
+"line numbers every such number of lines."
+msgstr ""
+"ഈ മൂല്യം 0 ആണെങ്കില്‍ ഒരു ഫയല്‍ അച്ചടിയ്ക്കുമ്പോള്‍ വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യ ചേര്‍ക്കേണ്ടതില്ല. അല്ലെങ്കില്‍ ജിഎഡിറ്റ് എല്ലാ വരികള്‍ക്കും സംഖ്യ "
+"അച്ചടിയ്ക്കുന്നതാണു്."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Body Font for Printing"
+msgstr "അച്ചടിയ്ക്കുമ്പോള്‍ ഉള്ളടക്കത്തിനുപയോഗിയ്ക്കുന്ന അക്ഷരസഞ്ചയം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+msgid "Specifies the font to use for a document’s body when printing documents."
+msgstr "രേഖകള്‍ അച്ചടിയ്ക്കുമ്പോളുപയോഗിയ്ക്കേണ്ട ഉള്ളടക്കത്തിന്റെ അക്ഷരസഞ്ചയം വ്യക്തമാക്കുക."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Header Font for Printing"
+msgstr "അച്ചടിയ്ക്കുന്നതിനു വേണ്ടിയുള്ള തലക്കുറിയുടെ അക്ഷരസഞ്ചയം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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 ""
+"താളിന്റെ തലക്കുറി അച്ചടിയ്ക്കുന്നതിനു് വേണ്ടിയുള്ള അക്ഷരസഞ്ചയം വ്യക്തമാക്കുക. ഇതു് പ്രാവര്‍ത്തികമാകണമെങ്കില്‍ \"തലക്കുറി അച്ചടിയ്ക്കുക\" എന്ന ഐച്ഛികം "
+"തെരഞ്ഞെടുക്കണം."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Line Number Font for Printing"
+msgstr "വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യ അച്ചടിയ്ക്കുമ്പോളെടുക്കേണ്ട അക്ഷരസഞ്ചയം"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+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 ""
+"വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യകള്‍ അച്ചടിയ്ക്കുന്നതിനു് വേണ്ടിയുള്ള അക്ഷരസഞ്ചയം വ്യക്തമാക്കുക. ഇതു് പ്രാവര്‍ത്തികമാകണമെങ്കില്‍\" വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യ "
+"അച്ചടിയ്ക്കുക\" എന്ന ഐച്ഛികം 0 ആകണം."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Left"
+msgstr "ഇടത് മാര്‍ജിന്‍"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The left margin, in millimeters."
+msgstr "ഇടത് മാര്‍ജിന്‍,മില്ലി മീറ്ററില്‍."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Top"
+msgstr "മുകളിലെ മാര്‍ജിന്‍"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The top margin, in millimeters."
+msgstr "മുകളിലെ മാര്‍ജിന്‍,മില്ലിമീറ്ററില്‍."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Margin Right"
+msgstr "വലത് മാര്‍ജിന്‍"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid "The right margin, in millimeters."
+msgstr "വലത് മാര്‍ജിന്‍ മില്ലിമീറ്ററില്‍."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Margin Bottom"
+msgstr "താഴത്തെ മാര്‍ജിന്‍"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid "The bottom margin, in millimeters."
+msgstr "താഴത്തെ മാര്‍ജിന്‍ മില്ലിമീറ്ററില്‍."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "Candidate Encodings"
+msgstr "കാന്‍ഡിഡേറ്റ് കോഡിങ്ങുകള്‍"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/save file chooser. “CURRENT” "
+"represents the current locale encoding. Only recognized encodings are used. The default value is the empty list, in "
+"which case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"തുറക്കുക/സംരക്ഷിക്കുക ഫയല്‍ തെരഞ്ഞെടുക്കുന്നതില്‍ ഉപയോഗിച്ചിരിക്കുന്ന അക്ഷര എന്‍കോഡിംഗ് മെനുവിലെ എന്‍കോഡിംഗുകളുടെ പട്ടിക. \"CURRENT\" എന്നത് "
+"ഇപ്പോഴുള്ള ഇവിടത്തെ എന്‍കോഡിംഗിനെ സൂചിപ്പിക്കുന്നു. അംഗീകരിച്ചിട്ടുള്ള എന്‍കോഡിംഗുകള്‍ മാത്രം ഉപയോഗിക്കുന്നു. സ്വതേയുള്ളത് ശൂന്യമായ പട്ടികയാണ്, "
+"അങ്ങനെയാണെങ്കില്‍ രാജ്യവും ഭാഷയും പരിഗണിച്ച് ജിഎഡിറ്റ് നല്ല സ്വതേയുള്ള ഐച്ഛികങ്ങളുടെ പട്ടിക തെരഞ്ഞെടുക്കും."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid "Active plugins"
+msgstr "സജീവമായ സംയോജകങ്ങള്‍"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. See the .gedit-plugin file for obtaining "
+"the “Location” of a given plugin."
+msgstr ""
+"സജീവമായ സംയോജകങ്ങളുടെ പട്ടിക. ഇതു് സജീവമായ സംയോജകങ്ങളുടെ \"സ്ഥാനം\" ഉള്‍‌ക്കൊള്ളുന്നതാണു്. ഏതെങ്കിലും സംയോജകത്തിന്റെ \"സ്ഥാനം\" "
+"കിട്ടണമെങ്കില്‍ .ജിഎഡിറ്റ്-പ്ലഗ്ഗിന്‍ (.gedit-plugin) എന്ന ഫയല്‍ കാണുക."
+
+#: ../gedit/gedit-app.c:110
+msgid "Show the application’s version"
+msgstr "പ്രയോഗത്തിന്റെ പതിപ്പു് കാണിയ്ക്കുക"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "എന്‍കോഡിങ്ങ് ഐച്ഛികത്തിനു് സാധ്യമായ വിലകളുടെ പട്ടിക കാണിയ്ക്കുക"
+
+#: ../gedit/gedit-app.c:123
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr "ആജ്ഞാസ്ഥാനത്ത് പറഞ്ഞിരിക്കുന്ന ഫയലുകള്‍ തുറക്കുന്നതിനായി ഉപയോഗിക്കേണ്ട എന്‍കോഡിങ്ങ് സെറ്റ് ചെയ്യുക"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "എന്‍കോഡിങ്ങ്"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "ജിഎഡിറ്റിന്റെ നിലവിലുള്ള ഘട്ടത്തില്‍ പുതിയ മേല്‍ത്തട്ടിലുള്ള ഒരു ജാലകം ഉണ്ടാക്കുക"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "ജിഎഡിറ്റിന്റെ നിലവിലുള്ള ഘട്ടത്തില്‍ ഒരു പുതിയ രേഖ ഉണ്ടാക്കുക"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "ഫയലുകള്‍ തുറന്നു് അവ അടയ്ക്കുന്നതു് വരെ പ്രക്രിയകള്‍ ബ്ലോക്ക് ചെയ്യുക"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "ജിഎഡിറ്റ് തനിയെ പ്രവര്‍ത്തിക്കുന്ന രീതിയില്‍ പ്രവര്‍ത്തിക്കുക"
+
+#: ../gedit/gedit-app.c:158
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "സഹായം കാണിയ്ക്കുന്നതില്‍ തകരാര്‍."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: അസാധുവായ എന്‍കോഡിങ്ങ്."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "സൂക്ഷിയ്ക്കാതെ അടയ്ക്കുക (_w)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278 ../gedit/gedit-commands-file.c:462
+#: ../gedit/gedit-commands-file.c:567 ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194 ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49 ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2 ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:45 ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:874 ../plugins/snippets/snippets/manager.py:912
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6 ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "റദ്ദാക്കുക (_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306 ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "പേരു് മാറ്റി‌ സൂക്ഷിയ്ക്കുക… (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306 ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18 ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:875 ../plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "സൂക്ഷിയ്ക്കുക (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid "If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don’t save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "സൂക്ഷിച്ചില്ലെങ്കില്‍ കഴിഞ്ഞ %ld സെക്കന്റ് മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+msgstr[1] "സൂക്ഷിച്ചില്ലെങ്കില്‍ കഴിഞ്ഞ %ld സെക്കന്റുകള്‍ മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+msgid "If you don’t save, changes from the last minute will be permanently lost."
+msgstr "സൂക്ഷിച്ചില്ലെങ്കില്‍ കഴിഞ്ഞ മിനിറ്റ് മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid "If you don’t save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural "If you don’t save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] "സൂക്ഷിച്ചില്ലെങ്കില്‍ അവസാന മിനിട്ടും കഴിഞ്ഞ %ld സെക്കന്റും മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+msgstr[1] "സൂക്ഷിച്ചില്ലെങ്കില്‍ അവസാന മിനിട്ടും കഴിഞ്ഞ %ld സെക്കന്റുകളും മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid "If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don’t save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "സൂക്ഷിച്ചില്ലെങ്കില്‍ കഴിഞ്ഞ %ld മിനിറ്റ് മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+msgstr[1] "സൂക്ഷിച്ചില്ലെങ്കില്‍ കഴിഞ്ഞ %ld മിനിറ്റുകള്‍ മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "സൂക്ഷിച്ചില്ലെങ്കില്‍ അവസാന മണിക്കൂര്‍ മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid "If you don’t save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural "If you don’t save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] "സൂക്ഷിച്ചില്ലെങ്കില്‍ കഴിഞ്ഞ മണിക്കൂറും %d മിനിറ്റും മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+msgstr[1] "സൂക്ഷിച്ചില്ലെങ്കില്‍ കഴിഞ്ഞ മണിക്കൂറും %d മിനിറ്റുകളും മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid "If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "സൂക്ഷിച്ചില്ലെങ്കില്‍ കഴിഞ്ഞ %d മണിക്കൂര്‍ മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും.എഴുത്തിടത്തിലെ അക്ഷരസഞ്ചയം."
+msgstr[1] "സൂക്ഷിച്ചില്ലെങ്കില്‍ കഴിഞ്ഞ %d മണിക്കൂറുകള്‍ മുതലുളള മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നിങ്ങള്‍ക്കു് നഷ്ടമാകും."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "“%s” എന്ന രേഖയില്‍ വരുത്തിയ മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നഷ്ടപ്പെടും."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "അടയ്ക്കുന്നതിനു് മുമ്പ് “%s” എന്ന രേഖയില്‍ വരുത്തിയ മാറ്റങ്ങള്‍ സൂക്ഷിയ്ക്കണമോ?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434 ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "സിസ്റ്റം ഭരണാധികാരി സൂക്ഷിക്കുന്നതു് പ്രാവര്‍ത്തികമല്ലാതാക്കിയിരിയ്ക്കുന്നു."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d രേഖയില്‍ വരുത്തിയ മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നഷ്ടമാകും."
+msgstr[1] "%d രേഖകളില്‍ വരുത്തിയ മാറ്റങ്ങള്‍ എന്നേയ്ക്കുമായി നഷ്ടമാകും."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "സൂക്ഷിയ്ക്കാത്ത മാറ്റങ്ങളുള്ള %d രേഖ നിലവിലുണ്ട്. അടയ്ക്കുന്നതിനു് മുമ്പ് മാറ്റങ്ങള്‍ സൂക്ഷിയ്ക്കണമോ?"
+msgstr[1] "സൂക്ഷിയ്ക്കാത്ത മാറ്റങ്ങളുള്ള %d രേഖകള്‍ നിലവിലുണ്ട്. അടയ്ക്കുന്നതിനു് മുമ്പ് മാറ്റങ്ങള്‍ സൂക്ഷിയ്ക്കണമോ?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "സൂക്ഷിയ്ക്കാത്ത മാറ്റങ്ങളുള്ള രേഖകള്‍ (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "നിങ്ങള്‍ക്കു് സംരക്ഷിക്കേണ്ട രേഖകള്‍ തെരഞ്ഞെടുക്കുക (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "നിങ്ങള്‍ സൂക്ഷിച്ചില്ലെങ്കില്‍ നിങ്ങളുടെ എല്ലാ മാറ്റങ്ങളും എന്നേയ്ക്കുമായി നഷ്ടമാകും."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "ഫയല്‍ “%s”ലോഡ് ചെയ്യുന്നു…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d ഫയല്‍ ലോഡ് ചെയ്യുന്നു…"
+msgstr[1] "%d ഫയലുകള്‍ ലോഡ് ചെയ്യുന്നു…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "തുറക്കു"
+
+#: ../gedit/gedit-commands-file.c:463 ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3 ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:46 ../plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "തുറക്കുക (_O)"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "ഫയല്‍ “%s” റീഡ്-ഒണ്‍ലി ആണ്."
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "നിങ്ങള്‍ സൂക്ഷിയ്ക്കാന്‍ പോകുന്നതു് ഇതിനു് പകരമായി വയ്ക്കണമെന്നു് നിങ്ങള്‍ക്കുണ്ടോ?"
+
+#: ../gedit/gedit-commands-file.c:568 ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "മാറ്റി എഴുതുക (_R)"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "കമ്പ്രഷന്‍ ഉപയോഗിച്ചു് ഫയല്‍ സൂക്ഷിയ്ക്കണമോ?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "സാധാരണ പദാവലിയായി ഈ ഫയല്‍ സൂക്ഷിയ്ക്കണമോ?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid "The file “%s” was previously saved as plain text and will now be saved using compression."
+msgstr "“%s” എന്ന ഫയല്‍ നേരത്തെ സാധാരണ ടെക്സ്റ്റ് ആയിട്ടാണ് സൂക്ഷിച്ചത്. ഇപ്പോള്‍ വലിപ്പം കുറച്ച് സൂക്ഷിക്കും."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "കമ്പ്രഷന്‍ ഉപയോഗിച്ചു് _സൂക്ഷിയ്ക്കുക"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid "The file “%s” was previously saved using compression and will now be saved as plain text."
+msgstr "“%s” എന്ന ഫയല്‍ നേരത്തെ വലിപ്പം കുറച്ചിട്ടാണ് സൂക്ഷിച്ചത്. ഇപ്പോള്‍ സാധാരണയായി സൂക്ഷിക്കും."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "സാധാരണ പദാവലിയായി _സൂക്ഷിയ്ക്കുക"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "ഫയല്‍ “%s” സൂക്ഷിയ്ക്കുന്നു…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "പേരു് മാറ്റി‌ സൂക്ഷിയ്ക്കു"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "“%s” രേഖ പുനഃസ്ഥാപിക്കുന്നു…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "“%s”രേഖയിലേയ്ക്കു് സൂക്ഷിക്കാത്ത മാറ്റങ്ങള്‍ പുനഃസ്ഥാപിക്കുക?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] "കഴിഞ്ഞ %ld നിമിഷത്തില്‍ രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+msgstr[1] "കഴിഞ്ഞ %ld നിമിഷങ്ങളില്‍ രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "അവസാന നിമിഷത്തില്‍ രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] "അവസാന നിമിഷത്തിലും %ld സെക്കന്‍ഡിലും രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+msgstr[1] "അവസാന നിമിഷത്തിലും %ld സെക്കന്‍ഡുകളിലും രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] "അവസാന %ld മിനിട്ടില്‍ രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+msgstr[1] "അവസാന %ld മിനിട്ടുകളില്‍ രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "അവസാന മണിക്കൂറില്‍ രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural "Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] "അവസാന മണിക്കൂറിലും %d മിനിറ്റിലും രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+msgstr[1] "അവസാന മണിക്കൂറിലും %d മിനിറ്റികളിലും രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "അവസാന %d മണിക്കൂറില്‍ രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+msgstr[1] "അവസാന %d മണിക്കൂറുകളില്‍ രേഖയിലേയ്ക്കു് വരുത്തിയ മാറ്റങ്ങള്‍ നിങ്ങള്‍ക്കു് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "പൂര്‍വ്വസ്ഥിതിയിലാക്കുക (_R)"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "ഗ്നോം പണിയിടത്തിനുള്ള ഒരു ലളിതമായ എഴുത്തിടമാണു് ജിഎഡിറ്റ്"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"എഫ്എസ്എഫ്-ഇന്ത്യ <locale@gnu.org.in>\n"
+"അനി പീറ്റര്‍ <peter.ani@gmail.com>\n"
+"സന്തോഷ് തോട്ടിങ്ങല്‍ <santhosh00@gmail.com>\n"
+"പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍ <pravi.a@gmail.com>\n"
+"ഹരി വിഷ്ണു <harivishnu@gmail.com>\n"
+"അനീഷ് ഷീല <aneesh.nl@gmail.com>"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d തവണ കണ്ടു പിടിച്ച് മാറ്റി"
+msgstr[1] "%d തവണകള്‍ കണ്ടു പിടിച്ച് മാറ്റി"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "ഒരു തവണ കണ്ടു പിടിച്ച് മാറ്റി"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” കണ്ടു കിട്ടിയില്ല"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "പേരില്ലാത്ത രേഖ %d"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "റ്റാബ് കൂട്ടം %i"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161 ../gedit/gedit-window.c:1167
+#: ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "വായിയ്ക്കാന്‍ മാത്രം"
+
+#: ../gedit/gedit-encodings-combo-box.c:299 ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "സ്വയം കണ്ടുപിടിച്ചിരിക്കുന്നു"
+
+#: ../gedit/gedit-encodings-combo-box.c:328 ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove…"
+msgstr "ചേര്‍ക്കുക അല്ലെങ്കില്‍ നീക്കം ചെയ്യുക…"
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "നിലവിലുളള ലൊക്കെയില്‍ (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "നിലവിലുളള ലൊക്കെയില്‍ (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "പരിഗണനകളിലുള്ള അക്ഷര എന്‍കോഡിംഗ് നിങ്ങള്‍ക്ക് ശരിക്കും പഴയതുപോലെയാക്കണമോ?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "പഴയതാക്കുക (_R)"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "ചേര്‍ക്കുക"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "കളയുക"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "മുന്‍ഗണനകൂട്ടുക"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "മുന്‍ഗണനകുറക്കുക"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:45 ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "എല്ലാ ഫയലുകളും"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:46
+msgid "All Text Files"
+msgstr "എല്ലാ പദാവലി ഫയലുകളും"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:317 ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "അക്ഷരങ്ങളുടെ കോഡിങ്ങ്:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:350 ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "വരയുടെ അവസാനം:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:115 ../plugins/externaltools/tools/manager.py:324
+#: ../plugins/externaltools/tools/manager.py:440 ../plugins/externaltools/tools/manager.py:774
+msgid "Plain Text"
+msgstr "സാധാരണ പദാവലി"
+
+#: ../gedit/gedit-io-error-info-bar.c:142 ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "വീണ്ടും _ശ്രമിയ്ക്കുക"
+
+#: ../gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "ഫയല്‍ “%s” കണ്ടുപിടിക്കാന്‍ പറ്റിയില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:164 ../gedit/gedit-io-error-info-bar.c:204
+#: ../gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr "ദയവായി നിങ്ങള്‍ ടൈപ്പ് ചെയ്ത സ്ഥലം ശരിയാണോ എന്നു് പരിശോധിച്ച് വീണ്ടും ശ്രമിക്കുക."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "ജിഎഡിറ്റിനു് “%s:” സഥാനങ്ങള്‍ കൈകാര്യം ചെയ്യുവാന്‍ സാധ്യമല്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr "ജിഎഡിറ്റിനു് ഈ സഥാനം കൈകാര്യം ചെയ്യുവാന്‍ സാധ്യമല്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr "ഫയലിന്റെ സ്ഥാനം എടുക്കാന്‍ പറ്റുന്നില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” ഒരു ഫോള്‍ഡറാണ്."
+
+#: ../gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” ഒരു ശരിയായ സ്ഥാനമല്ല."
+
+#. Translators: %s is a host name
+#: ../gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid "Host “%s” could not be found. Please check that your proxy settings are correct and try again."
+msgstr "“%s” ഹോസ്റ്റ് കണ്ടു കിട്ടിയില്ല. ദയവായി, നിങ്ങളുടെ പ്രോക്സി ക്രമീകരണങ്ങള്‍ തിരുത്തി വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:260
+#, c-format
+msgid "Hostname was invalid. Please check that you typed the location correctly and try again."
+msgstr "ഹോസ്റ്റ് തെറ്റാണ്. ദയവായി, ടൈപ്പ് ചെയ്ത സ്ഥാനം ശരിയാണ് എന്നുറപ്പ് വരുത്തി വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” ഒരു സാധാരണ ഫയല്‍ അല്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "സമ്പര്‍ക്കം വിട്ടു് പോയി. ദയവായി വീണ്ടും ശ്രമിയ്ക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "അപ്രതീക്ഷിതമായ പിശക്: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "ജിഎഡിറ്റിനു് ഫയല്‍ കണ്ടുപിടിക്കുവാന്‍ സാധ്യമായില്ല. ചിലപ്പോള്‍, അവ അടുത്തിടയ്ക്ക് നീക്കം ചെയ്തതാവാം."
+
+#: ../gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "ഫയല്‍ “%s” പഴയപോലെ ആക്കാന്‍ പറ്റിയില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "അക്ഷരങ്ങളുടെ _എന്‍കോഡിങ്:"
+
+#: ../gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "“%s” സ്ഥാനത്തിലോട്ട് ഇപ്പോള്‍ എത്താന്‍ പറ്റുന്നില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr "നിങ്ങളുടെ സിസ്റ്റം ഒാഫ് ‌ലൈനിലാണ്.നിങ്ങളുടെ നെറ്റ്‌വര്‍ക്ക് പരിശോധിക്കുക."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499 ../gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "എന്തായാലും മാറ്റം വരുത്തുക (_w)"
+
+#: ../gedit/gedit-io-error-info-bar.c:587
+msgid "The number of followed links is limited and the actual file could not be found within this limit."
+msgstr "പിന്തുടരുന്ന കണ്ണികളുടെ എണ്ണം നിശ്ചിതമായതിണു്, ആ പരിധിയ്ക്കുള്ളില്‍ ശരിയ്ക്കുള്ള ഫയല്‍ കണ്ടുപിടിയ്ക്കാന്‍ സാധിച്ചില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ഫയല്‍ തുറക്കുന്നതിനു് ആവശ്യമുളള അനുവാദങ്ങള്‍ നിങ്ങള്‍ക്കു് ലഭ്യമല്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr "അക്ഷരങ്ങളുടെ എന്‍കോഡിങ്ങ് കണ്ടുപിടിക്കുവാന്‍ സാധ്യമായില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:598 ../gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr "നിങ്ങള്‍ ഒരു ബൈനറി ഫയല്‍ അല്ല തുറക്കുവാന്‍ ശ്രമിക്കുന്നതു് എന്നുറപ്പ് വരുത്തുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr "മെനുവില്‍ നിന്നും ഒരു എന്‍കോഡിങ്ങ് തെരഞ്ഞെടുത്ത് വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "“%s” ഫയല്‍ തുറക്കുന്നതില്‍ തകരാര്‍."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing this file you could corrupt this document."
+msgstr "നിങ്ങള്‍ തുറന്ന ഫയലില്‍ ചില തെറ്റായ അക്ഷരങ്ങളുണ്ടു്. ഈ ഫയല്‍ ചിട്ടപ്പെടുത്തുന്നതു് തുടര്‍ന്നാല്‍, ഈ രേഖയില്‍ തകരാറുകള്‍ ഉണ്ടാകാം."
+
+#: ../gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr "മെനുവില്‍ നിന്നും ഒരു എന്‍കോഡിങ്ങ് തെരഞ്ഞെടുത്ത് വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "“%s” ഫയല്‍ “%s” എന്‍കോഡിങ്ങ് ഉപയോഗിച്ചു് തുറക്കുവാന്‍ സാധ്യമായില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:623 ../gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr "മെനുവില്‍ നിന്നും മറ്റൊരു എന്‍കോഡിങ്ങ് തെരഞ്ഞെടുത്ത് വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "ഫയല്‍ “%s” തുറക്കാനായില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "“%s” ഫയല്‍ “%s” എന്‍കോഡിങ്ങ് വെച്ച് സൂക്ഷിക്കുവാന്‍ സാധ്യമായില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:696
+msgid "The document contains one or more characters that cannot be encoded using the specified character encoding."
+msgstr "ഈ രേഖയില്‍ പറഞ്ഞ അക്ഷരങ്ങള്‍ക്കുള്ള എന്‍കോഡിങ്ങുപയോഗിച്ചു് എന്‍കോഡ് ചെയ്യാന്‍ സാധിയ്ക്കാത്ത ഒന്നോ അതിലധികമോ അക്ഷരങ്ങളുണ്ടു്."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:769
+msgid "D_on’t Edit"
+msgstr "മാറ്റം വരുത്തേണ്ട (_o)"
+
+#: ../gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "ഈ ഫയല്‍ “%s” മറ്റൊരു ജാലകത്തില്‍ തുറന്ന അവസ്ഥയിലാണ്."
+
+#: ../gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr "ഫയല്‍ എന്തായാലും എഡിറ്റ് ചെയ്യണോ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:849 ../gedit/gedit-io-error-info-bar.c:939
+#: ../gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "എന്തായാലും സൂക്ഷിക്കുക (_a)"
+
+#: ../gedit/gedit-io-error-info-bar.c:852 ../gedit/gedit-io-error-info-bar.c:942
+#: ../gedit/gedit-io-error-info-bar.c:1232
+msgid "D_on’t Save"
+msgstr "സൂക്ഷിക്കേണ്ടതില്ല (_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "“%s” ഫയല്‍ മുമ്പു് തുറന്ന ശേഷം മാറ്റം വരുത്തിയിരിക്കുന്നു."
+
+#: ../gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "നിങ്ങള്‍ സൂക്ഷിക്കുമ്പോള്‍ വരുത്തിയ ബാഹ്യമായ മാറ്റങ്ങള്‍ എല്ലാം നഷ്ടമാകുന്നു. സൂക്ഷിയ്ക്കണമോ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "“%s” സൂക്ഷിക്കുമ്പോള്‍ ഒരു കരുതല്‍ ഫയല്‍ നിര്‍മ്മിക്കുവാന്‍ സാധ്യമായില്ല"
+
+#: ../gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "“%s” സൂക്ഷിക്കുമ്പോള്‍ ഒരു താല്‍ക്കാലിക കരുതല്‍ ഫയല്‍ നിര്‍മ്മിക്കുവാന്‍ സാധ്യമായില്ല"
+
+#: ../gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You can ignore this warning and save the file "
+"anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"പുതിയ പകര്‍പ്പു് സൂക്ഷിയ്ക്കുന്നതിനു് മുമ്പു് പഴയ പകര്‍പ്പു് കരുതലിനായി സൂക്ഷിയ്ക്കാന്‍ ജിഎഡിറ്റിനു് കഴിഞ്ഞില്ല. എന്നാലും ഈ മുന്നറിയിപ്പു് വക വയ്ക്കാതെ നിങ്ങള്‍ക്കു് "
+"ഇതു് സൂക്ഷിയ്ക്കാം, സൂക്ഷിയ്ക്കുമ്പോള്‍ തെറ്റു് പറ്റുകയാണെങ്കില്‍ ഫയലിന്റെ പഴയ പകര്‍പ്പു് നഷ്ടപ്പെട്ടേയ്ക്കാം. എന്നാലും സൂക്ഷിയ്ക്കണോ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid "Cannot handle “%s:” locations in write mode. Please check that you typed the location correctly and try again."
+msgstr ""
+"എഴുതുന്ന മോഡില്‍ “%s:” സ്ഥാനങ്ങള്‍ കൈകാര്യം ചെയ്യുവാന്‍ സാധ്യമായില്ല. നിങ്ങള്‍ സ്ഥാനം അക്ഷരത്തെറ്റില്ലാതെ എഴുതി എന്നുറപ്പ് വരുത്തി വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:1051
+msgid "Cannot handle this location in write mode. Please check that you typed the location correctly and try again."
+msgstr "എഴുതുന്ന മോഡില്‍ ഈ സ്ഥാനം കൈകാര്യം ചെയ്യുവാന്‍ സാധ്യമായില്ല. നിങ്ങള്‍ സ്ഥാനം അക്ഷരത്തെറ്റില്ലാതെ എഴുതി എന്നുറപ്പ് വരുത്തി വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid "“%s” is not a valid location. Please check that you typed the location correctly and try again."
+msgstr "“%s” ശരിയായ സ്ഥാനം അല്ല. നിങ്ങള്‍ സ്ഥാനം അക്ഷരത്തെറ്റില്ലാതെ എഴുതി എന്നുറപ്പ് വരുത്തി വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check that you typed the location correctly and "
+"try again."
+msgstr "നിങ്ങള്‍ക്കു് ഫയല്‍ സൂക്ഷിക്കുന്നതിനുളള അനുവാദമില്ല. നിങ്ങള്‍ സ്ഥാനം അക്ഷരത്തെറ്റില്ലാതെ എഴുതി എന്നുറപ്പ് വരുത്തി വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:1073
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr "ഫയല്‍ സൂക്ഷിക്കുന്നതിനു് ആവശ്യമായ സ്ഥലം ഡിസ്കില്‍ ലഭ്യമല്ല. ദയവായി, ഡിസ്കില്‍ കുറച്ച് സ്ഥലം ഒഴിവാക്കി വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try "
+"again."
+msgstr ""
+"നിങ്ങള്‍ ഒരു റീഡ്-ഒണ്‍ലി ഡിസ്കിലാണ് ഫയല്‍ സംരക്ഷിക്കുവാന്‍ ശ്രമിക്കുന്നതു്. നിങ്ങള്‍ സ്ഥാനം അക്ഷരത്തെറ്റില്ലാതെ എഴുതി എന്നുറപ്പ് വരുത്തി വീണ്ടും ശ്രമിക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "ഈ പേരില്‍ ഒരു ഫയല്‍ നിലവിലുണ്ട്. ദയവായി മറ്റൊരു പേര് ഉപയോഗിയ്ക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of the file names. Please use a shorter "
+"name."
+msgstr "നിങ്ങള്‍ ഫയല്‍ സംരക്ഷിക്കുവാന്‍ ശ്രമിക്കുന്ന ഡിസ്കില്‍ ഫയല്‍ പേരുകള്‍ക്കു് പരിമിതിയുണ്ട്. ദയവായി ചെറിയ പേര് ഉപയോഗിയ്ക്കുക."
+
+#: ../gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file sizes. Please try saving a smaller file or "
+"saving it to a disk that does not have this limitation."
+msgstr ""
+"താങ്കള്‍ ഫയല്‍ സൂക്ഷിക്കാന്‍ ശ്രമിയ്ക്കുന്ന ഡിസ്കിനു് ഫയലുകളുടെ വലിപ്പത്തിനു് പരിമിതിയുണ്ട്. ദയവായി ചെറിയ ഫയലായി സൂക്ഷിയ്ക്കൂ അല്ലെങ്കില്‍ ഈ "
+"പരിമിതിയില്ലാത്ത ഡിസ്കില്‍ സൂക്ഷിയ്ക്കൂ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "ഫയല്‍ “%s” സൂക്ഷിക്കുവാന്‍ സാധ്യമായില്ല."
+
+#: ../gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "“%s” എന്ന ഫയല്‍ ഡിസ്കില്‍ മാറിയിട്ടുണ്ടു്."
+
+#: ../gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr "മാറ്റങ്ങള്‍ ഉപേക്ഷിച്ച് വീണ്ടും ലോഡ്ചെയ്യുക (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1178 ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7 ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "വീണ്ടും ലോഡ് ചെയ്യുക (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "“%s” സൂക്ഷിയ്ക്കുമ്പോള്‍ ചില തെറ്റായ അക്ഷരങ്ങള്‍ കണ്ടെത്തി"
+
+#: ../gedit/gedit-io-error-info-bar.c:1258
+msgid "If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "ഈ ഫയല്‍ സൂക്ഷിയ്ക്കുന്നതു് തുടര്‍ന്നാല്‍, ഒരു പക്ഷേ രേഖയില്‍ തകരാറുണ്ടാകുന്നു. സൂക്ഷിയ്ക്കണമോ?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "എഴുത്തിടത്തില്‍ ഉപയോഗിക്കുന്ന അക്ഷരസഞ്ചയം തെരഞ്ഞെടുക്കാന്‍ ഈ ബട്ടണ്‍ അമര്‍ത്തുക"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "സിസ്റ്റത്തിലെ തുല്ല്യ വീതിയുള്ള അക്ഷരസഞ്ചയം (%s) _ഉപയോഗിയ്ക്കുക"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "“%s” എന്ന തട്ടു് ഉണ്ടാക്കാന്‍ സാധിച്ചില്ല: g_mkdir_with_parents() പരാജയപ്പെട്ടു: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "തെരഞ്ഞെടുത്ത നിറം കൊടുക്കുന്നതിനുള്ള പദ്ധതി ഇന്‍സ്റ്റോള്‍ ചെയ്യാന്‍ സാധ്യമല്ല."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "പദ്ധതി ചേര്‍ക്കുക"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "പദ്ധതി ചേര്‍ക്കുക (_d)"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "നിറം കൊടുക്കുന്ന പദ്ധതിയ്ക്കുള്ള ഫയലുകള്‍"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "“%s” എന്ന നിറം കൊടുക്കുന്നതിനുള്ള പദ്ധതി നീക്കം ചെയ്യുവാന്‍ സാധ്യമായില്ല."
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "തയ്യാറെടുക്കുന്നു…"
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "ഫയല്‍: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "താള്‍ %N/%Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "താള്‍ %d/%d റെന്റെര്‍ ചെയ്യുന്നു…"
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "താള്‍ %d/%d"
+
+#: ../gedit/gedit-replace-dialog.c:690 ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "ഒന്നുമില്ല"
+
+#: ../gedit/gedit-replace-dialog.c:779 ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "കണ്ടുപിടിച്ച് മാറ്റുക"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "പിശകുകളുളള ഒരു ടാബ് ഉണ്ട്"
+msgstr[1] "പിശകുകളുളള %d ടാബുകള്‍ ഉണ്ട്"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s-ല്‍ നിന്നും %s പൂര്‍വ്വസ്ഥിതിയിലാക്കുന്നു"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "%s പൂര്‍വ്വസ്ഥിതിയിലാക്കുന്നു"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s-ല്‍ നിന്നും %s ലോഡ് ചെയ്യുക"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "%s ലോഡ് ചെയ്യുന്നു"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s-നെ %s ആയി സൂക്ഷിക്കുക"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "%s സൂക്ഷിക്കുന്നു"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "ഫയല്‍ %s തുറക്കുന്നതില്‍ പിശക്"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "ഫയല്‍ %s‌ പൂര്‍വ്വസ്ഥിതിയിലാക്കുന്നതില്‍ പിശക്"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "ഫയല്‍ %s കമ്പ്യൂട്ടറില്‍ സൂക്ഷിക്കുന്നതില്‍ പിശക്"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "പേര്:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "മൈം തരം:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "എന്‍കോഡിങ്ങ്:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "ദയവായി നിങ്ങളുടെ ഇന്‍സ്റ്റലേഷന്‍ പരിശോധിക്കുക."
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "%s എന്ന യുഐ ഫയല്‍ തുറക്കാനായില്ല. പിശകു്: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+msgid "Unable to find the object “%s” inside file %s."
+msgstr "%s ഫയലിനുള്ളില്‍ “%s” എന്ന ഒബ്ജക്റ്റ് കാണാന്‍ സാധിച്ചില്ല."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ %s ല്‍"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "യൂണിക്സ്/ലിനക്സ്"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "മാക് ഒഎസ് ക്ലാസിക്"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "വിന്‍ഡോസ്"
+
+#: ../gedit/gedit-view.c:468 ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യ _പ്രദര്‍ശിപ്പിയ്ക്കുക"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d/%d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "ചുറ്റും ഒതുക്കുക (_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "റെഗുലര്‍ എക്സ്പ്രഷനുമായി പൊരുത്തമുള്ളത് കണ്ടെത്തുക (_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "വാക്ക് പൂര്‍ണ്ണമായുണ്ടെങ്കില്‍ മാത്രം (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "വലിയചെറിയക്ഷരവ്യത്യാസം കണക്കിലെടുക്കുക (_M)"
+
+#: ../gedit/gedit-view-frame.c:1026
+msgid "String you want to search for"
+msgstr "നിങ്ങള്‍ക്കു് തിരയേണ്ട സ്ട്രിങ്"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "Line you want to move the cursor to"
+msgstr "കര്‍സര്‍ ഏത് വരിയിലേക്ക് നീക്കണം"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "ബ്രാക്കറ്റുകളുടെ പൊരുത്തം പരിധിയ്ക്കു് പുറത്താണു്"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "ബ്രാക്കറ്റുകളുടെ പൊരുത്തം ലഭ്യമല്ല"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "പൊരുത്തമുള്ള ബ്രാക്കറ്റ് ഓണ്‍ലൈന്‍ ലഭ്യം: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " വരി %d, അക്ഷരം %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "ടാബിന്റെ വീതി: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "സൂക്ഷിക്കാത്ത രേഖകളുണ്ട്"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "വശത്തുള്ള പാനല്‍ പേജ്‌മാറ്റുക"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "രേഖകള്‍"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "ഇടത്തേക്ക് നീക്കുക (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "വലത്തേക്കു മാറ്റുക (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "പുതിയ ജാലകത്തിലേക്ക് മാറ്റുക (_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "പുതിയ റ്റാബ് ഗ്രൂപ്പിലേയ്ക്ക് മാറ്റുക (_G)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5 ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20 ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "അടയ്ക്കുക (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "സ്വയം വിടവിടുക"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "സ്പെയിസുകള്‍ ഉപയോഗിയ്ക്കുക"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യ പ്രദര്‍ശിപ്പിയ്ക്കുക"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "വലത്തേ അതിരു് കാണിയ്ക്കുക"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "നിലവിലുളള വരി എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "പദാവലി നിരത്തല്‍"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "ഫയല്‍ (_F)"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "പുതിയത് (_N)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "അടുത്തിടെയുള്ളത് തുറക്കുക (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "ടാബ് വീണ്ടും തുറക്കുക (_T)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "പേരു് മാറ്റി‌ സൂക്ഷിയ്ക്കുക… (_A)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20 ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "പുതിയ ജാലകം (_N)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22 ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "അച്ചടിയ്ക്കുക… (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23 ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "പുറത്തുകടക്കുക (_Q)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "തിരുത്തല്‍ (_E)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "തിരിച്ചാക്കുക (_U)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "വീണ്ടും ചെയ്യുക (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "മുറിക്കുക (_u)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "പക‍ര്‍ത്തുക (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "ഒട്ടിക്കുക (_P)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30 ../plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "നീക്കം ചെയ്യുക (_D)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "മുകളിലുടെ എഴുതുന്ന രീതി (_M)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "എല്ലാം തെരഞ്ഞെടുക്കുക (_A)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33 ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "മുന്‍ഗണനകള്‍ (_P)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34 ../gedit/resources/gtk/menus.ui.h:16
+msgid "_View"
+msgstr "കാഴ്ച (_V)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35 ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "വശത്തുള്ള പാളി (_P)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36 ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "താഴെയുളള പാളി (_B)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37 ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "സ്‌ക്രീന്‍ പൂര്‍ണ്ണ വലിപ്പത്തില്‍ (_F)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38 ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "എടുത്തു് കാണിയ്ക്കുന്ന രീതി… (_H)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "തെരച്ചില്‍ (_S)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40 ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "കണ്ടെത്തുക… (_F)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "അടുത്തതു് കണ്ടെത്തുക (_x)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "മുമ്പുളളതു് കണ്ടെത്തുക (_v)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "കണ്ടുപിടിച്ച് മാറ്റുക… (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44 ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "എടുത്തുകാണിക്കുന്നത് ഒഴിവാക്കുക (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "വരിയിലേക്ക് പോകുക… (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46 ../gedit/resources/gtk/menus.ui.h:20
+msgid "_Tools"
+msgstr "പണിയായുധങ്ങള്‍ (_T)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "രേഖകള്‍ (_D)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "എല്ലാം സൂക്ഷിയ്ക്കുക (_S)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49 ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "എല്ലാം അടയ്ക്കുക (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "പുതിയ റ്റാബ് ഗ്രൂപ്പ് (_N)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "മുമ്പുളള റ്റാബ് ഗ്രൂപ്പ് (_r)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "അടുത്ത റ്റാബ് ഗ്രൂപ്പ് (_t)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "മുമ്പുളള രേഖ (_P)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "അടുത്ത രേഖ (_e)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "പുതിയ ജാലകത്തിലേക്ക് മാറ്റുക (_M)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56 ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17 ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "സഹായം (_H)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57 ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "സംബന്ധിച്ചു് (_A)"
+
+#: ../gedit/resources/gtk/menus.ui.h:3 ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "കീബോര്‍ഡിനുള്ള കുറുക്കു വഴികള്‍ (_K)"
+
+#: ../gedit/resources/gtk/menus.ui.h:11 ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "എല്ലാം സൂക്ഷിയ്ക്കുക (_A)"
+
+#: ../gedit/resources/gtk/menus.ui.h:13 ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "കണ്ടുപിടിച്ചു മാറ്റുക… (_F)"
+
+#: ../gedit/resources/gtk/menus.ui.h:15 ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "വരിയിലേക്ക് പോകുക… (_G)"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10 ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "കാഴ്ച"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "പണിയായുധങ്ങള്‍"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "അക്ഷരങ്ങളുടെ കോഡിങ്ങുകള്‍"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "പ്രയോഗിക്കുക (_A)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "ലഭ്യമായ എന്‍കോഡിങ്ങുകള്‍ (_v)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "എടുത്ത കോഡിങ്ങുകള്‍ (_s)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "വിവരണം (_D)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "എന്‍കോഡിങ്ങ് (_E)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "എടുത്തു് കാണിയ്ക്കുന്ന രീതി"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "തെരഞ്ഞെടുക്കു (_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode…"
+msgstr "എടുത്തു് കാണിക്കുന്ന രീതിയില്‍ തിരയുക…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "ഫലം ഇല്ല"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "മറ്റു രേഖകള്‍… (_D)"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "മറ്റൊരു രേഖ തുറക്കുക"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "മുന്‍ഗണനകള്‍"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "വലതു് അരികു് കാണിയ്ക്കുക: (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "അവസ്ഥാപ്പട്ടിക ദൃശ്യമാക്കുക (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "ഒാവര്‍വ്യുമാപ്പ് ദൃശ്യമാക്കുക (_o)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "ഗ്രീഡ് പാറ്റേണ്‍ കാണിക്കുക (_g)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7 ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "പദാവലി നിരത്തല്‍"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8 ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "വാക്യങ്ങള്‍ നിരത്തല്‍ പ്രാവര്‍ത്തികമാക്കുക (_w)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9 ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "രണ്ട് വരികളിലായി വാക്കുകളെ പിരിക്കരുത് (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "നിലവിലുളള _വരി എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "പൊരുത്തമുളള _ബ്രാക്കറ്റ് എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "ടാബ് നിര്‍‌ത്തേണ്ടത്"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "ടാബിന്റെ വീതി: (_T)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "ടാബുകള്‍ക്കു് പകരം സ്പേയ്സുകള്‍ ചേര്‍ക്കുക (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "സ്വയം വിടവിടുന്നതു് പ്രാവര്‍ത്തികമാക്കുക (_E)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "ഫയല്‍ സൂക്ഷിയ്ക്കുന്നു"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "ഫയല്‍ സൂക്ഷിയ്ക്കുന്നതിനു് മുമ്പ് കരുതല്‍ പകര്‍പ്പുണ്ടാക്കുക (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "ഫയലുകള്‍ സ്വയം സൂക്ഷിയ്ക്കേണ്ടതു് ഓരോ (_A)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "മിനിട്ടുകള്‍ (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "എഴുത്തിടം"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "അക്ഷരസഞ്ചയം"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "എഴുത്തിടത്തില്‍ ഉപയോഗിക്കുന്ന അക്ഷരസഞ്ചയം: (_f) "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "എഴുത്തിടത്തിലെ അക്ഷരസഞ്ചയമെടുക്കുക"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "നിറം കൊടുക്കുന്ന പദ്ധതി"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "സ്കീം ഇന്‍സ്റ്റാള്‍ ചെയ്യുക"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "സ്കീം ഇന്‍സ്റ്റാള്‍ ചെയ്യുക"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "സ്കീം അണ്‍ഇന്‍സ്റ്റാള്‍ ചെയ്യുക"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "സ്കീം അണ്‍ഇന്‍സ്റ്റാള്‍ ചെയ്യുക"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "അക്ഷരസഞ്ചയവും നിറങ്ങളും"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "സംയോജകങ്ങള്‍‌"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "സിന്റാക്സ് എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "സിന്റാക്സ് എടുത്തു് കാണിയ്ക്കുന്നതച്ചടിയ്ക്കുക (_x)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "വരി നമ്പറുകള്‍"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "വരി സൂചിപ്പിയ്ക്കുന്ന സംഖ്യ അച്ചടിയ്ക്കുക (_m)"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "എണ്ണമിടാന്‍ ഓരോ (_N)"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "വരികള്‍"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "താളിന്റെ തലക്കെട്ട്"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "താളിന്റെ തലക്കെട്ടു് അച്ചടിയ്ക്കുക (_h)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "അക്ഷരസഞ്ചയങ്ങള്‍"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "ഉള്ളടക്കം (_B):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "വരിയുടെ സംഖ്യകള്‍: (_L)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "തലക്കെട്ടുകളും _അടിക്കുറിപ്പുകളും:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "സഹജമായ അക്ഷരസഞ്ചയങ്ങള്‍ പുനഃസ്ഥാപിയ്ക്കുക (_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "മുമ്പുളള താള്‍ കാണിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "അടുത്ത താള്‍ കാണിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "നിലവിലുളള താള്‍ (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "ന്റെ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "ആകെ എത്ര താൾ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "രേഖയിലുളള താളുകളുടെ എണ്ണം"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "ഒന്നില്‍ കൂടുതല്‍ താളുകള്‍ കാണിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "1:1 വലിപ്പം"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "മുഴുവന്‍ പേജും ശരിയായി സ്ക്രീനില്‍ കാണുക"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "താള്‍ വലുതാക്കുക"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "താള്‍ ചെറുതാക്കുക"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "അച്ചടി തിരനോട്ടം അടയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "തിരനോട്ടം അടയ്ക്കുക (_C)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "അച്ചടിയ്ക്കുന്നതിനു് മുമ്പു് കാണുക"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "അച്ചടിയ്ക്കുന്നതിനു് മുമ്പായി രേഖ കാണുക"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "എല്ലാം മാറ്റി എഴുതുക (_A)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "കണ്ടെത്തുക (_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "അടുത്തതു് കണ്ടെത്തുക (_F) "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "ഇതായി മാറ്റുക (_w) "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "വലിയചെറിയക്ഷരവ്യത്യാസം കണക്കിലെടുക്കുക (_M)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "വാക്ക് പൂര്‍ണ്ണമായുണ്ടെങ്കില്‍ മാത്രം (_e)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "റെഗുലര്‍ എക്സ്പ്രഷന്‍ (_g)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "പുറകോട്ട് തെരയുക (_b)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "ചുറ്റും ഒതുക്കുക (_p)"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "രേഖകള്‍"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "പൂതിയ ടാബില്‍ പുതിയ രേഖ ഉണ്ടാക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "പുതിയ രേഖ തുറക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "ഇപ്പോഴത്തെ രേഖ സൂക്ഷിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "ഇപ്പോഴത്തെ രേഖ പുതിയ പേരില്‍ സൂക്ഷിക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "എല്ലാ രേഖകളും സൂക്ഷിക്കുക‌"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "രേഖ അടയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "എല്ലാ രേഖകളും അടയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "ഏറ്റവും അടുത്ത് തുറന്ന രേഖ വീണ്ടും തുറക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "അടുത്ത രേഖയിലേയ്ക്ക് പോകുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "മുമ്പുളള രേഖയിലേയ്ക്ക് പോകുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "അദ്യം മുതല്‍ ഒന്‍പത് വരെ രേഖകളിലോട്ട് പോവുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "ജാലകങ്ങളും പാനലുകളും"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "പുതിയ രേഖ പുതിയ ജാലകത്തില്‍ ഉണ്ടാക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "ഒരു പുതിയ റ്റാബ് ഗ്രൂപ്പ് ഉണ്ടാക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "വശത്തെ പാളി കാണിക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "താഴെയുളള പാളി കാണിക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "സ്‌ക്രീന്‍ പൂര്‍ണ്ണവലുപ്പത്തില്‍ ആക്കുക/ആക്കാതിരിക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "പ്രയോഗത്തില്‍ നിന്ന് കടക്ക് പുറത്ത്"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "കണ്ടുപിടിച്ച് മാറ്റുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "കണ്ടെത്തുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "അടുത്ത ചേര്‍ച്ചയുള്ളത് കണ്ടെത്തുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "മുമ്പുളള ചേര്‍ച്ച കാണിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "എടുത്തുകാണിയ്ക്കുന്ന് ഒഴിവാക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "വരിയിലേക്ക് പോകുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "പകര്‍ത്തി ഒട്ടിക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "തെരഞ്ഞെടുത്ത് ക്ലിപ്പ്‍ബോഡിലേയ്ക്ക് പകര്‍ത്തുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "തെരഞ്ഞെടുത്ത് ക്ലിപ്പ്‍ബോഡിലേയ്ക്ക് മാറ്റുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "ഓര്‍മ്മച്ചെപ്പിലുള്ളവ ഒട്ടിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "വേണ്ട,വീണ്ടും"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "മുമ്പുളള കമാന്റ് റദ്ദാക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "മുമ്പുളള കമാന്റ് വീണ്ടും ചെയ്യുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "തെരഞ്ഞെടുത്തവ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "എല്ലാം തെരഞ്ഞെടുക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "ചിട്ട"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "ഇന്‍സേര്‍ട്ടും ഒാവര്‍റൈറ്റും പരസ്പരം മാറ്റുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "ഇപ്പോഴത്തെ വരി കളയുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "തെരഞ്ഞെടുത്ത വരികള്‍ ചേര്‍ക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "ഇപ്പോഴത്തെ വരി മുകളിലേയ്ക്ക് നീക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "ഇപ്പോഴത്തെ വരി താഴേയ്ക്ക് നീക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "നിലവിലുളള വാക്ക് ഇടത്തോട്ട് നീക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "നിലവിലുളള വാക്ക് വലത്തോട്ട് നീക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "വലിയ അക്ഷരം ആക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "ചെറിയ അക്ഷരം ആക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "കേസ് തിരിക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "കഴ്സര്‍ ഇരിക്കുന്നിടത്തെ നമ്പര്‍ വര്‍ദ്ധിപ്പിക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "കഴ്സര്‍ ഇരിക്കുന്നിടത്തെ നമ്പര്‍ കുുറക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "പണിയായുധങ്ങള്‍"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "അക്ഷരത്തെറ്റു് പരിശോധിക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "നിലവിലുളള താള്‍ അച്ചടിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "പൂര്‍ത്തിയായ ജാലകം കാ​ണിക്കുക"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "രേഖ അടയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "ഒരു രേഖ തുറക്കുക"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "തുറക്കുക"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "പുതിയ രേഖ ഉണ്ടാക്കുക"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "പുതിയത്"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "ഇപ്പോഴത്തെ രേഖ സൂക്ഷിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "സൂക്ഷിയ്ക്കുക"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "പാളി അദൃശ്യമാക്കുക"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "ഒരു രേഖ തുറക്കുന്ന ജാലകം"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "മുഴുവന്‍ സ്ക്രീനും അടയ്ക്കുക"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "പരിഷ്കാരം പരിശോധിക്കുക"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "ജിഎഡിറ്റിന്റെ പുതിയ ലക്കത്തിനായി പരിശോധിക്കുക"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "യുആര്‍എല്‍ സഹായം കാണിയ്ക്കുന്നതില്‍ തകരാര്‍."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "ഡൌണ്‍ലോട് ചെയ്യുക (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "പതിപ്പു് അവഗണിക്കുക (_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "ജിഎഡിറ്റിന്റെ പുതിയ ലക്കം ലഭ്യമാണു്"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button or ignore that version and wait for a "
+"new one"
+msgstr "ഡൌണ്‍ലോട് ബട്ടണ്‍ ഉപയോഗിച്ചു് നിങ്ങള്‍ക്കു് ജിഎ‍ഡിറ്റിന്റെ പുതിയ ലക്കം ഡൌണ്‍ലോട് ചെയ്യുവാന്‍ സാധിക്കുന്നു"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "അവഗണിയ്ക്കേണ്ട പതിപ്പു്"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "പുതിയൊരു പതിപ്പു് പുറത്തിറങ്ങുന്നതു് വരെ അവഗണിയ്ക്കേണ്ടതു്."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1 ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "രേഖയുടെ സ്ഥിതിവിവരം"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "രേഖ വിശകലനം ചെയ്തു് അതിലെ വാക്കുകളുടേയും വരികളുടേയും അക്ഷരങ്ങളുടേയും എണ്ണം പറയുന്നു."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "രേഖയുടെ സ്ഥിതിവിവരം (_D)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "രേഖ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "തെരഞ്ഞെടുത്തവ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "വരികള്‍"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "വാക്കുകള്‍"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "അക്ഷരങ്ങള്‍ (സ്പേയ്സ് ഉള്‍പ്പെടെ)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "അക്ഷരങ്ങള്‍ (സ്പേയ്സ് ഇല്ലാതെ)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "ബൈറ്റുകള്‍"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "ബിള്‍ഡ്"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run “make” in the document directory"
+msgstr "രേഖ ഡയറക്ടറിയില്‍ “make” പ്രവര്‍ത്തിപ്പിക്കുക"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "ടെര്‍മിനല്‍ ഇവിടെ തുറക്കുക"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "രേഖകളുടെ സ്ഥാനത്ത് ഒരു ടെര്‍മിനല്‍ തുറക്കുക"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "അവസാനം കിടക്കുന്ന സ്പെയ്സുകള്‍ നീക്കം ചെയ്യുക"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "നിങ്ങളുടെ ഫയലിലെ ആവശ്യമില്ലാത്ത അവസാനം കിടക്കുന്ന സ്പെയ്സുകള്‍ നീക്കം ചെയ്യുക"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "ആജ്ഞ പ്രവര്‍ത്തിപ്പിയ്ക്കുക"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "ഒരു ആജ്ഞ പ്രവര്‍ത്തിപ്പിച്ചു് അതിന്റെ ഫലം പുതിയ രേഖയില്‍ ചേര്‍ക്കുക"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "fpaste-ലേക്ക് അയക്കുക"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "തെരഞ്ഞെടുത്ത പദാവലിയോ ഇപ്പോഴത്തെ ഡോക്കുമെന്റോ fpaste ല്‍ ഒട്ടിക്കുക"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "പുറമേയുള്ള പണിയായുധങ്ങള്‍"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "പുറത്ത് നിന്നുളള കമാന്‍ഡും ഷെല്‍ സ്ക്രിപ്റ്റുകളും നടപ്പിലാക്കുക."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "സിസ്റ്റത്തിലുള്ള അക്ഷരസഞ്ചയം ഉപയോഗിയ്ക്കണമോ എന്നു്"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if it’s monospace (and the most similar font "
+"it can come up with otherwise)."
+msgstr ""
+"വില true എന്നാണെങ്കില്‍, മോണോസ്പെയിസാണു് എങ്കില്‍, പുറമേയുള്ള ടൂള്‍സ് പണിയിട-ഗ്ലോബല്‍ നിലവാരമുള്ള അക്ഷരസഞ്ചയം ഉപയോഗിക്കുന്നു (കൂടാതെ ഇതിനൊപ്പമുള്ള "
+"സാമ്യമുള്ള മറ്റു് അക്ഷരസഞ്ചയവും)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "പാങ്കോ അക്ഷരസഞ്ചയത്തിന്റെ പേരു്. ഉദാഹരണങ്ങള്‍: “Sans 12” അല്ലെങ്കില്‍ “Monospace Bold 14”."
+
+#: ../plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "പുറമേയുള്ള പണിയായുധങ്ങള്‍ നോക്കി നടത്തുക…"
+
+#: ../plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "പുറമേയുള്ള _പണിയായുധങ്ങള്‍"
+
+#: ../plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "ആജ്ഞ പ്രവര്‍ത്തിപ്പിയ്ക്കാനായില്ല: %s"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "ഈ ആജ്ഞ പ്രവര്‍ത്തിപ്പിയ്ക്കാന്‍ നിങ്ങളൊരു വാക്കിനുള്ളിലായിരിയ്ക്കണം"
+
+#: ../plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "പ്രയോഗത്തിലുളള പ്രയോഗം:"
+
+#: ../plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "ചെയ്തിരിക്കുന്നു."
+
+#: ../plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "പുറത്ത് കടന്നിരിക്കുന്നു"
+
+#: ../plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "എല്ലാ ഭാഷകളും"
+
+#: ../plugins/externaltools/tools/manager.py:429 ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:772 ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "എല്ലാ ഭാഷകളും"
+
+#: ../plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "പുതിയ ആയുധം"
+
+#: ../plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "വേഗവര്‍ദ്ധിനി നേരത്തെ തന്നെ %s ലേയ്ക്കു് വച്ചിട്ടുണ്ടു്"
+
+#: ../plugins/externaltools/tools/manager.py:727
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "പുതിയ ആക്സലറേറ്റര്‍ ടൈപ്പ് ചെയ്യുക, അല്ലെങ്കില്‍ Backspace അമര്‍ത്തി വെടിപ്പാക്കുക"
+
+#: ../plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator"
+msgstr "പുതിയ ആക്സലറേറ്റര്‍ ടൈപ്പ് ചെയ്യുക"
+
+#: ../plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "നിര്‍ത്തിയിരിക്കുന്നു."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "പൂള്‍ നിര്‍ത്തുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "എല്ലായിപ്പോഴും ലഭ്യമാണ്"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "എല്ലാ രേഖകളും"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "പേരില്ലാത്ത രേഖകള്‍ ഒഴിച്ച് മറ്റെല്ലാം"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "ലോക്കല്‍ ഫയലുകള്‍ മാത്രം"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "റിമോട്ട് ഫയലുകള്‍ മാത്രം"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "പേരിടാത്ത രേഖകള്‍ മാത്രം"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "നിലവിലുളള രേഖ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "നിലവില്‍ തെരഞ്ഞെടുത്തത്"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "നിലവില്‍ തെരഞ്ഞെടുത്തതു് (സഹജവില ഡോക്ക്യുമെന്റാണു്)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "ഇപ്പോഴത്തെ വരി"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "നിലവിലുളള വാക്ക്"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "താഴത്തെ പാളി കാണിയ്ക്കുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "പുതിയ രേഖ ഉണ്ടാക്കുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "നിലവില്‍ രേഖയിലേയ്ക്കു് മാറ്റം വരുത്തുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "നിലവില്‍ തെരഞ്ഞെടുത്ത രേഖ മാറ്റുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "നിലവില്‍ തെരഞ്ഞെടുത്തത് മാറ്റുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "സൂചികയുടെ സ്ഥാനത്ത് ചേര്‍ക്കുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "പുറമേയുള്ള പണിയായുധങ്ങള്‍ നോക്കി നടത്തുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "പുതിയ ടൂള്‍ ചേര്‍ക്കുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "ടൂള്‍ ചേര്‍ക്കുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "തെരഞ്ഞെടുത്ത ടൂളുകള്‍ തിരിച്ചാക്കുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "ടൂള്‍ തിരിച്ചാക്കുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "ടൂളുകള്‍ പൂര്‍വ്വസ്ഥിതിയിലാക്കുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "ടൂളുകള്‍ പൂര്‍വ്വസ്ഥിതിയിലാക്കുക"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "കുറുക്കുവഴി കീ: (_k)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "സൂക്ഷിയ്ക്കുക: (_S)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "ഇന്‍പുട്ട്: (_I)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "ഔട്ട്പുട്ട്: (_O)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "പ്രയോഗിയ്ക്കാവുന്നതു്: (_A)"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "പണിയായുധ ഔട്ട്പുട്ട്"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "ഫയല്‍ ബ്രൌസര്‍ പാളി"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "സൈഡ് പെയിനില്‍ നിന്നും എളുപ്പത്തില്‍ ഫയലില്‍ പ്രവേശിക്കുക"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "ആസ്ഥാനം"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "ഫയല്‍ സിസ്റ്റം"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "ഫയല്‍ ബ്രൌസര്‍"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "ഒരു പുതിയ ഡയറക്ടറി ഉണ്ടാക്കുമ്പോള്‍ പിശക് സംഭവിച്ചിരിക്കുന്നു"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "ഒരു പുതിയ ഫയല്‍ നിര്‍മ്മിക്കുമ്പോള്‍ ഒരു പിശക് സംഭവിച്ചിരിക്കുന്നു"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "ഒരു ഫയല്‍ അല്ലെങ്കില്‍ ഡയറക്ടറിയുടെ പേര് മാറ്റുമ്പോള്‍ ഒരു പിശക് സംഭവിച്ചിരിക്കുന്നു"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "ഒരു ഫയലോ ഡയറക്ടറിയോ നീക്കം ചെയ്യുമ്പോള്‍ ഒരു പിശക് സംഭവിച്ചിരിക്കുന്നു"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ഫയല്‍ മാനേജറില്‍ ഒരു ഡയറക്ടറി തുറക്കുമ്പോള്‍ ഒരു പിശക് സംഭവിച്ചിരിക്കുന്നു"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "റൂട്ട് ഡയറക്ടറി ക്രമീകരിക്കുമ്പോള്‍ ഒരു പിശക് സംഭവിച്ചിരിക്കുന്നു"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "ഒരു ഡയറക്ടറി ലോഡ് ചെയ്യുമ്പോള്‍ പിശക് സംഭവിച്ചിരിക്കുന്നു"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "ഒരു പിശക് സംഭവിച്ചിരിക്കുന്നു"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr "ചവറ്റുകുട്ടയിലേക്ക് ഫയല്‍ നീക്കുവാന്‍ സാധ്യമല്ല, നിങ്ങള്‍ക്കു് ഇവ എന്നേക്കുമായി നീക്കം ചെയ്യണമോ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "ഫയല്‍ “%s” ചവറ്റുകുട്ടയിലേക്ക് നീക്കം ചെയ്യുവാന്‍ സാധ്യമല്ല."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "തെരഞ്ഞെടുത്ത ഫയലുകള്‍ ചവറ്റുകുട്ടയിലേക്ക് നീക്കം ചെയ്യുവാന്‍ സാധ്യമല്ല."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "നിങ്ങള്‍ക്കു്  \"%s\" എന്നേക്കുമായി എടുത്തു് കളയണമോ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "തെരഞ്ഞെടുത്ത ഫയലുകള്‍ എന്നേക്കുമായി നീക്കം ചെയ്യണം എന്നുറപ്പാണോ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "നിങ്ങള്‍ ഒരു വസ്തു നീക്കം ചെയ്താല്‍ അത് എന്നേക്കുമായി നഷ്ടമാകുന്നു."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(കാലി)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid "The renamed file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "പേരു മാറ്റിയ ഫയല്‍ വേര്‍തിരിക്കലില്‍ ഒഴിവാക്കപ്പെട്ടതാണ്. ഫയല്‍ ദൃശ്യമാക്കാന്‍ വേര്‍തിരിക്കല്‍ ക്രമീകരണങ്ങള്‍ മാറ്റുക"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "തലക്കെട്ടില്ലാത്ത ഫയല്‍"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid "The new file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr "പുതിയ ഫയല്‍ വേര്‍തിരിക്കലില്‍ ഒഴിവാക്കപ്പെട്ടതാണ്. ഫയല്‍ ദൃശ്യമാക്കാന്‍ വേര്‍തിരിക്കല്‍ ക്രമീകരണങ്ങള്‍ മാറ്റുക"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "തലക്കെട്ടില്ലാത്ത അറ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter settings to make the directory visible"
+msgstr "പുതിയ ഡയറക്റ്ററി വേര്‍തിരിക്കലില്‍ ഒഴിവാക്കപ്പെട്ടതാണ്. ഡയറക്റ്ററി ദൃശ്യമാക്കാന്‍ വേര്‍തിരിക്കല്‍ ക്രമീകരണങ്ങള്‍ മാറ്റുക"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "ബുക്ക് മാര്‍ക്കുകള്‍"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "മൌണ്ടു് ചെയ്ത വാള്യത്തിനു് മൌണ്ടു് ഒബ്ജക്റ്റില്ല: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "മീഡിയ തുറക്കാനായില്ല: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "വാള്യം മൌണ്ടു് ചെയ്യാനായില്ല: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "“%s” ലോഡ് ചെയ്യുമ്പോള്‍ പിശക് സംഭവിച്ചിരിക്കുന്നു: അങ്ങനെ ഒരു ഡയറക്ടറി ഇല്ല"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "ട്രീ വ്യൂവില്‍ തുറക്കുക"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr "ഓര്‍മ്മക്കുറിപ്പുകളുടെ കാഴ്ചയ്ക്കു് പകരം ഫയലുകള്‍ പരതാനുള്ള സംയോജകം ചേര്‍ക്കുമ്പോള്‍ ട്രീയായുള്ള കാഴ്ച തുറക്കുക"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "ഫയല്‍ ബ്രൌസര്‍ റൂട്ട് ഡയറക്ടറി"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid "The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE."
+msgstr "onload/tree_view ശരിയായിരിയ്ക്കുകയും ഫയലുകള്‍ പരതാനുള്ള സംയോജകം ഉപയോഗിയ്ക്കുകയും ചെയ്യുമ്പോള്‍ ഉപയോഗിയ്ക്കേണ്ട മേല്‍ത്തട്ടു്."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ഫയല്‍ ബ്രൌസര്‍ വിര്‍ച്ച്വല്‍ റൂട്ട് ഡയറക്ടറി"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. "
+"The virtual root must always be below the actual root."
+msgstr ""
+"ഫയല്‍ ബ്രൌസര്‍ സംയോജകം ഉപയോഗിക്കുംബോള്‍ onload/tree_view TRUE(ശരി)ആകുംബോള്‍ ഉപയോഗിക്കേണ്ട ഫയല്‍ ബ്രൌസര്‍ വെര്‍ചുവല്‍ രൂട്ട് തട്ടം. വെര്‍ചുവല്‍ രൂട്ട് "
+"എപ്പോളും ആച്ചുവല്‍ റൂട്ടിനു താഴെയായിരിക്കണം."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "റിമോട്ട് സ്ഥാനങ്ങള്‍ വീണ്ടെടുക്കുക"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "വിദൂര സ്ഥാനങ്ങളെ തിരിച്ചുവയ്ക്കുന്നതു് പ്രാവര്‍ത്തികമാക്കണമോ എന്നു് സജ്ജീകരിയ്ക്കുന്നു."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "ആദ്യത്തെ രേഖയിലേയ്ക്കു് സ്ഥാനം സെറ്റ് ചെയ്യുക"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened document given that the file browser "
+"hasn’t been used yet. (Thus this generally applies to opening a document from the command line or opening it with "
+"Nautilus, etc.)"
+msgstr ""
+"ശരിയെന്നാണെങ്കില്‍ ഫയല്‍ പരതുന്നതിനുള്ള സംവിധാനം ഇതുവരെ തുറന്നിട്ടില്ലെങ്കില്‍ ഫയല്‍ പരതുന്നതിനുള്ള സംയോജകം ആദ്യം തുറന്ന രേഖയുടെ തട്ടില്‍ നോക്കും. "
+"(അതുകൊണ്ടു് തന്നെ ഇതു് സാധാരണയായി ആജ്ഞാസ്ഥാനത്തില്‍ നിന്നോ നോട്ടിലസില്‍ നിന്നോ തുറക്കുന്ന സന്ദര്‍ഭത്തിലണിതു് സംഭവിയ്ക്കുന്നതു്)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "ഫയല്‍ ബ്രൌസര്‍ ഫില്‍റ്റര്‍ രീതി"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hide-"
+"hidden (filter hidden files) and hide-binary (filter binary files)."
+msgstr ""
+"ഈ വില തീരുമാനിക്കുന്നു ഏതെല്ലാം ഫയലുകള്‍ ഫയല്‍ ബ്രൌസറില്‍ നിന്നും ഫില്‍റ്റര്‍ ആകുന്നു എന്ന്. ഉപയോഗിക്കാവുന്ന വിലകള്‍ : ഏതും അല്ല (ഒന്നും ഫില്‍റ്റര്‍ "
+"ചെയ്യേണ്ട), ഒളിപ്പിച്ചിരിക്കുന്നത് (ഒളിപ്പിച്ചിരിക്കുന്ന ഫയലുകള്‍ ഫില്‍റ്റര്‍ ചെയ്യുക), ബൈനറി (ബൈനറി ഫയലുകള്‍ ഫില്‍റ്റര്‍ ചെയ്യുക), "
+"ഒളിപ്പിച്ചതും_ബൈനറിയും (ഒളിപ്പിച്ചതും ബൈനറിയും ആയിറ്റുള്ള ഫയലുകള്‍ ഫില്‍റ്റര്‍ ചെയ്യുക)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "ഫയല്‍ ബ്രൌസര്‍ ഫില്‍റ്റര്‍ മാതൃക"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid "The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr "ഫയല്‍ ബ്രൌസര്‍ ഫില്‍റ്റര്‍ ചെയ്യാനുള്ള ഫില്‍റ്റര്‍ പാറ്റേര്‍ണ്‍. ഈ ഫില്‍റ്റര്‍ ഫില്‍റ്റര്‍‌ _മോഡിനു മുകളില്‍ പ്രവര്‍ത്തിക്കുന്നു."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "ഫയല്‍ ബ്രൌസര്‍ ബൈനറി മാതൃകകള്‍"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "ബൈനറി ഫയലുകള്‍ അരിക്കുമ്പോള്‍ ഉപയോഗിക്കേണ്ട സഹായക പാറ്റേണുകള്‍."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "സജീവമായ രേഖയിലേയ്ക്കു് റൂട്ട് _സെറ്റ് ചെയ്യുക"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "പുതിയ ഫോള്‍ഡര്‍ (_N)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "പുതിയ ഫയല്‍ (_i)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename…"
+msgstr "പേര് മാറ്റുക… (_R)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "ചവറ്റുകുട്ടയിലേക്ക് നീ_ക്കുക"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "കാഴ്ച പുതുക്കുക (_f)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "അറ കാണുക (_V)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "ടെര്‍മിനലില്‍ തുറക്കുക (_T)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "അരിപ്പ (_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "അദൃശ്യമായവ കാണിയ്ക്കുക (_H)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "ബൈനറി കാണിയ്ക്കുക (_B)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "ഫയലിന്റെ പേരിലെ ചേര്‍ച്ച നോക്കുക"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "മുമ്പുള്ളവ"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "ചരിത്ര മെനു തുറക്കുക"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "മോഡ് ലൈനുകള്‍"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "ജിഎഡിറ്റിനുള്ള ഇമാക്സ്, കേറ്റ്, വിം സ്റ്റെല്‍ മോഡ്‍ലൈനുകള്‍."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "ആജ്ഞയുടെ നിറം"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "ആജ്ഞയുടെ നിറം"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "പിശകിന്റെ നിറം"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "പിശകിന്റെ നിറം"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s monospace (and the most similar font it can "
+"come up with otherwise)."
+msgstr ""
+"വില true എന്നാണെങ്കില്‍, മോണോസ്പെയിസാണു് എങ്കില്‍, ടെര്‍മിനല്‍ പണിയിട-ഗ്ലോബല്‍ നിലവാരമുള്ള അക്ഷരസഞ്ചയം ഉപയോഗിക്കുന്നു (കൂടാതെ ഇതിനൊപ്പമുള്ള "
+"സാമ്യമുള്ള മറ്റു് അക്ഷരസഞ്ചയവും)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "ആജ്ഞയുടെ നിറം: (_o)"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "പിശകിന്റെ നിറം: (_E)"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:60 ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python കണ്‍സോള്‍"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "അടിയിലെ പാനലിലെ ഇന്ററാക്റ്റീവ്  പൈത്തണ്‍ ആഞ്ജാസ്ഥലം"
+
+#: ../plugins/quickhighlight/quickhighlight.plugin.desktop.in.h:1
+msgid "Quick Highlight"
+msgstr "എടുത്തു് കാണിയ്ക്കുക"
+
+#: ../plugins/quickhighlight/quickhighlight.plugin.desktop.in.h:2
+msgid "Highlights every occurrences of selected text."
+msgstr "തെരഞ്ഞെടുത്ത പദാവലി അടയാളപ്പെടുത്തി കാണിക്കുക."
+
+#: ../plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "പെട്ടെന്നു് തുറക്കുക…"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1 ../plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "പെട്ടെന്നു് തുറക്കുക"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "ഫയലുകള്‍ പെട്ടെന്നു് തുറക്കുക"
+
+#: ../plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "തിരയാന്‍ ടൈപ്പ് ചെയ്യുക…"
+
+#: ../plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "സ്നിപ്പറ്റുകള്‍ കൈകാര്യം ചെയ്യുക…"
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:64 ../plugins/snippets/snippets/document.py:153
+#: ../plugins/snippets/snippets/document.py:667 ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "സ്നിപ്പറ്റുകള്‍"
+
+#: ../plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "“%s” എന്ന നിലവറ ഉണ്ടാക്കാനായില്ല"
+
+#: ../plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "“%s” എന്ന ലക്ഷ്യത്തിലെ തട്ടു് നിലവിലില്ല"
+
+#: ../plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "“%s” എന്ന ലക്ഷ്യത്തിലെ തട്ടു് സാധുവായ തട്ടല്ല"
+
+#: ../plugins/snippets/snippets/importer.py:55 ../plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "“%s” എന്ന ഫയല്‍ നിലവിലില്ല"
+
+#: ../plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "“%s” എന്നതൊരു ശരിയായ സ്നിപ്പറ്റുകളുടെ ഫയലല്ല"
+
+#: ../plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "“%s” എന്ന എടുത്ത ഫയല്‍ സാധുവായ സ്നിപ്പറ്റുകളുടെ ഫയലല്ല"
+
+#: ../plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "\"%s\" എന്ന കലവറയില്‍ നിന്നും പുറത്തെടുക്കാനായില്ല"
+
+#: ../plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "താഴെ പറയുന്ന ഫയലുകള്‍ എടുക്കാനായില്ല: %s"
+
+#: ../plugins/snippets/snippets/importer.py:119 ../plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "\"%s\" എന്ന എടുത്ത ഫയല്‍ സാധുവായ സ്നിപ്പറ്റുകളുടെ നിലവറയല്ല"
+
+#: ../plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "സ്നിപ്പറ്റുകളുടെ ശേഖരം"
+
+#: ../plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "പുതിയ സ്നിപ്പറ്റ് ചേര്‍ക്കുക…"
+
+#: ../plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "എല്ലായിടത്തേയ്ക്കുമുള്ള"
+
+#: ../plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "തെരഞ്ഞെടുത്ത സ്നിപ്പറ്റുകള്‍ തിരിച്ചാക്കുക"
+
+#: ../plugins/snippets/snippets/manager.py:417 ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "തെരഞ്ഞെടുത്ത സ്നിപ്പറ്റുകള്‍ നീക്കം ചെയ്യുക"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric characters (or _, : and .) or a single "
+"(non-alphanumeric) character like: {, [, etc."
+msgstr ""
+"ഇതൊരു ശരിയായ ടാബ് ട്രിഗര്‍ അല്ല. ട്രിഗറുകളില്‍ അക്ഷരങ്ങളോ (അല്ലെങ്കില്‍ _,: പിന്നെ .), ഒറ്റ ആല്‍ഫാന്യൂമെറിക്ക് ചിഹ്നങ്ങളോ ഉണ്ടാവാം, ഉദാഹരണത്തിനു "
+"{, [ എന്നിവ."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:677 ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "ടാബ് അമര്‍ത്തിയാല്‍ സ്നിപ്പെറ്റ് പ്രാവര്‍ത്തികമാക്കുന്ന വാക്ക്"
+
+#: ../plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "എടുക്കുമ്പോള്‍ താഴെ കൊടുത്തിരിയ്ക്കുന്ന തെറ്റു് സംഭവിച്ചിരിക്കുന്നു: %s"
+
+#: ../plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "വിജയകരമായി എടുത്തു"
+
+#: ../plugins/snippets/snippets/manager.py:787 ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "സ്നിപ്പറ്റുകള്‍ എടുക്കുക"
+
+#: ../plugins/snippets/snippets/manager.py:792 ../plugins/snippets/snippets/manager.py:878
+#: ../plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "പിന്തുണയുള്ള എല്ലാ ശേഖരങ്ങളും"
+
+#: ../plugins/snippets/snippets/manager.py:793 ../plugins/snippets/snippets/manager.py:879
+#: ../plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "ജിസിപ്പുപയോഗിച്ചു് ചുരുക്കിയ ഫയല്‍"
+
+#: ../plugins/snippets/snippets/manager.py:794 ../plugins/snippets/snippets/manager.py:880
+#: ../plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "ബിസിപ്പ്2 ഉപയോഗിച്ചു് ചുരുക്കിയ ഫയല്‍"
+
+#: ../plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "ഒറ്റ സ്നിപ്പറ്റുകളുടെ ഫയല്‍"
+
+#: ../plugins/snippets/snippets/manager.py:796 ../plugins/snippets/snippets/manager.py:882
+#: ../plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "എല്ലാ ഫയലുകളും"
+
+#: ../plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "മാറ്റി വയ്ക്കുമ്പോള്‍ താഴെ കൊടുത്തിരിയ്ക്കുന്ന തെറ്റു് സംഭവിച്ചിരിക്കുന്നു: %s"
+
+#: ../plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "വിജയകരമായി വച്ചു"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:852 ../plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "നിങ്ങള്‍ക്ക് തിരഞ്ഞെടുക്കപ്പെട്ട <b>സിസ്റ്റം</b> സ്നിപ്പെറ്റുകള്‍ എക്സ്പോര്‍ടില്‍ ഉല്പെടുത്തണോ ?"
+
+#: ../plugins/snippets/snippets/manager.py:867 ../plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "എക്സ്പോര്‍ട്ട് ചെയ്യാനായ് സ്നിപ്പെറ്റുകള്‍ തിരഞ്ഞെടുതിറ്റില്ല"
+
+#: ../plugins/snippets/snippets/manager.py:872 ../plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "സ്നിപ്പറ്റുകള്‍ മാറ്റി വയ്ക്കുക"
+
+#: ../plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "പുതിയ കുറുക്കുവഴി ടൈപ്പ് ചെയ്യുക, അല്ലെങ്കില്‍ Backspace അമര്‍ത്തി വെടിപ്പാക്കുക"
+
+#: ../plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "പുതിയ കുറുക്കുവഴി ടൈപ്പ് ചെയ്യുക"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) exceeds the maximum time, execution aborted."
+msgstr "പൈത്തണ്‍ ആജ്ഞ (%s)-ഇന്റെ പ്രവര്‍ത്തനം സമയാതിര്‍ഥി കടന്നു, പ്രവര്‍ത്തനം നിര്‍തിയിരിക്കുന്നു."
+
+#: ../plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "പൈത്തണ്‍ ആജ്ഞ (%s)-ഇന്റെ പ്രവര്‍ത്തനം പരയാജയപെട്ടു: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "സാധാരണ ഉപയോഗിക്കുന്ന വാചകശകലങ്ങള്‍ പെട്ടെന്നു ചേര്‍ക്കുക"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "സ്നിപ്പറ്റുകള്‍ കൈകാര്യം ചെയ്യുക"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "പുതിയ സ്നിപ്പറ്റ് ഉണ്ടാക്കുക"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "സ്നിപ്പെറ്റ് ചേര്‍ക്കുക"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "സ്നിപ്പെറ്റ് നീക്കം ചെയ്യുക"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "സ്നിപ്പറ്റുകള്‍ ഇറക്കുമതി ചെയ്യുക"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "തെരഞ്ഞെടുത്ത സ്നിപ്പറ്റുകള്‍ മാറ്റി വയ്ക്കുക"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "സ്നിപ്പറ്റുകള്‍ മാറ്റി വയ്ക്കുക"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "പ്രവര്‍ത്തിപ്പിക്കല്‍"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "ടാബ് ട്രിഗ്ഗര്‍ (_T):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "കുറുക്കുവഴിക്കുള്ള കീ (_h):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "കുറുക്കുവഴി കീ സ്നിപ്പെറ്റ് പ്രാവര്‍ത്തികമാക്കാന്‍"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "ലക്ഷ്യങ്ങള്‍ കളയുക: (_D)"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort…"
+msgstr "അടുക്കുക… (_o)"
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1 ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "ക്രമീകരിക്കുക"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "വിപരീത ക്രമം (_R)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "ഇരട്ടിപ്പുകള്‍ _നീക്കം ചെയ്യുക"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "വലിയ/ചെറിയ അക്ഷരങ്ങള്‍ രണ്ടായിക്കാണുക (_a)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "എത്രാമതു് അക്ഷരത്തില്‍ തുടങ്ങണം: (_t)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "അടുക്കു (_S)"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "നിലിലുള്ള രേഖ അല്ലെങ്കില്‍ തെരഞ്ഞെടുത്ത വാചകങ്ങള്‍ ക്രമീകരിക്കുന്നു."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "അക്ഷരത്തെറ്റു് പരിശോധിക്കു… (_C)"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "ഭാഷ സജ്ജമാക്കുക… (_L)"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "അക്ഷരത്തെറ്റുള്ള വാക്കുകള്‍ എടുത്തു് കാണിയ്ക്കുക (_H)"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "അക്ഷരത്തെറ്റു് പരിശോധകൻ"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "ഇപ്പോഴുള്ള രേഖയുടെ ഭാഷ തെരഞ്ഞെടുക്കുക."
+
+#: ../plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time…"
+msgstr "തിയ്യതിയും സമയവും ചേര്‍ക്കുക…"
+
+#: ../plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "ലഭ്യമായ ഫോര്‍മാറ്റുകള്‍‌"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "ചോദ്യവാചകം"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid "If the user should be prompted for a format or if the selected or custom format should be used."
+msgstr "ഉപയോക്താവിനോടു് ഫോര്‍മാറ്റിനായി ആവശ്യപ്പെട്ടാല്‍ അല്ലെങ്കില്‍ തെരഞ്ഞെടുത്തതോ യഥേഷ്ടമായ ഫോര്‍മാറ്റ് ഉപയോഗിയ്ക്കണമെങ്കില്‍."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "തെരഞ്ഞെടുത്ത ശൈലി"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "തീയതി/സമയം ചേര്‍ക്കുമ്പോള്‍ ഉപയോഗിയ്ക്കുന്ന തെരഞ്ഞെടുത്ത ശൈലി."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "ഇഷ്ടപ്പെട്ട ഫോര്‍മാറ്റ്"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "തിയ്യതി/സമയം ചേര്‍ക്കുന്ന സംയോജകം ക്രമീകരിയ്ക്കുക."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "തിയ്യതിയും സമയവും ചേര്‍ക്കുക"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2 ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "തെരഞ്ഞെടുത്ത ഫോര്‍മാറ്റ് ഉപയോഗിയ്ക്കുക (_s)"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3 ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "ഇഷ്ടപ്പെട്ട ഫോര്‍മാറ്റ് ഉപയോഗിയ്ക്കുക (_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5 ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6 ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "ഇടയ്ക്ക് ചേര്‍ക്കുക (_I)"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "തിയ്യതി/സമയ സംയോജകം ക്രമീകരിക്കുക"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time…"
+msgstr "തിയ്യതി/സമയം ചേര്‍ക്കുമ്പോള്‍…"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "ഒരു ഫോര്‍മാറ്റിനു് ഓര്‍മ്മിപ്പിയ്ക്കുക (_P)"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "തിയ്യതിയും സമയവും ചേര്‍ക്കുക"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "ഇപ്പോഴത്തെ സമയവും തിയ്യതിയും സൂചികാ സ്ഥാനത്തു് ചേര്‍ക്കുക."
+
+#~ msgid "C_haracter Encoding:"
+#~ msgstr "അക്ഷരങ്ങളുടെ _കോഡിങ്ങ്:"
+
+#~ msgid "L_ine Ending:"
+#~ msgstr "വരയുടെ _അവസാനം:"
+
+#~ msgid "_Ignore"
+#~ msgstr "അവഗണിക്കുക (_I)"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "_പുറമേയുള്ള പണിയായുധങ്ങള്‍ നോക്കി നടത്തുക..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "പെട്ടെന്നു് തുറക്കുക..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "_സ്നിപ്പറ്റുകള്‍ കൈകാര്യം ചെയ്യുക..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_അക്ഷരത്തെറ്റു് പരിശോധിക്കുക..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "_ഭാഷ സജ്ജമാക്കുക..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "തിയ്യതിയും സമയവും _ചേര്‍ക്കുക..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "പുതിയ ജാലകം തുറക്കുക"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can set the backup file extension with the "
+#~ "\"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "ഫയലുകള്‍ സൂക്ഷിയ്ക്കുമ്പോള്‍ ജിഎഡിറ്റ് കരുതല്‍ പകര്‍പ്പു് ഉണ്ടാക്കണമോ എന്നു്. നിങ്ങള്‍ക്കു് കരുതല്‍ ഫയലിന്റെ എക്സ്റ്റന്‍ഷന്‍ \"കരുതല്‍ പകര്‍പ്പിന്റെ എക്സ്റ്റന്‍ഷന്‍\" "
+#~ "എന്ന ഐച്ഛികത്തിലൂടെ സജ്ജീകരിയ്ക്കാം."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "വരുത്തിയ മാറ്റങ്ങള്‍ വേണ്ട എന്ന വയ്ക്കുന്ന നടപടികളുടെ പരിധി (കാലഹരണപ്പെട്ടു)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions. "
+#~ "Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "ജിഎഡിറ്റിനു് ചെയ്യാന്‍ സാധിയ്ക്കുന്ന വേണ്ടെന്നു് വയ്ക്കലിന്റേയും വീണ്ടും ചെയ്യലിന്റേയും ഏറ്റവും കൂടിയ എണ്ണം. പരിധിയില്ലാത്തത്ര നടപടികള്‍ക്കു് "
+#~ "\"-1\" ഉപയോഗിയ്ക്കുക. 2.12.0 മുതല്‍ കാലഹരണപ്പെട്ടു"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "സ്വയം കണ്ടുപിടിച്ച എന്‍കോഡിങ്ങുകള്‍"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the encoding of a file. \"CURRENT\" "
+#~ "represents the current locale encoding. Only recognized encodings are used."
+#~ msgstr ""
+#~ "ഒരു ഫയലിന്റെ എന്‍കോഡിങ്ങ് സ്വയം-കണ്ടുപിടിയ്ക്കാനായി ജിഎഡിറ്റുപയോഗിയ്ക്കുന്ന ക്രമത്തിലുള്ള എന്‍കോഡിങ്ങുകളുടെ പട്ടിക. \"ഇപ്പോഴുള്ള (CURRENT)\" "
+#~ "എന്നത് ഇപ്പോഴത്തെ ലൊകേലിന്റെ എന്‍കോഡിങ്ങിനെക്കുറിയ്ക്കുന്നു. തിരിച്ചറിയുന്ന എന്‍കോഡിങ്ങുകള്‍ മാത്രമാണ് ഉപയോഗിയ്ക്കുന്നതു്."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "മെനുവില്‍ കാണിച്ചിരിയ്ക്കുന്ന എന്‍കോഡിങ്ങ്"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file selector. Only recognized encodings are "
+#~ "used."
+#~ msgstr ""
+#~ "തുറക്കുക/സൂക്ഷിയ്ക്കുക എന്ന ഫയല്‍ തെരഞ്ഞെടുക്കാവുന്നതിലെ അക്ഷര കോഡിങ്ങ് മെനുവില്‍ കാണിക്കേണ്ട എന്‍കോഡിങ്ങുകളുടെ പട്ടിക. തിരിച്ചറിയാവുന്ന എന്‍"
+#~ "കോഡിങ്ങുകള്‍ മാത്രമേ ഉപയോഗിയ്ക്കാറുള്ളൂ."
+
+#~ msgid "Show the application's help"
+#~ msgstr "പ്രയോഗത്തിന്റെ സഹായം കാണിയ്ക്കുക"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "ജാലകത്തിന്റെ വലിപ്പവും സ്ഥാനവും ക്രമീകരിക്കുക (WIDTHxHEIGHT+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRY"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- പദാവലി ഫയലുകളില്‍ മാറ്റം വരുത്തുക"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "'%s --help' എന്നതു് പ്രവര്‍ത്തിപ്പിച്ചു് ലഭ്യമായ ഐച്ഛികങ്ങളുടെ മുഴുവന്‍ പട്ടികയും കാണാവുന്നതാണു്.\n"
+
+#~ msgid "About gedit"
+#~ msgstr "ജിഎഡിറ്റിനെപ്പറ്റി"
+
+#~ msgid "Question"
+#~ msgstr "ചോദ്യം"
+
+#~ msgid "Unicode"
+#~ msgstr "യുണികോഡ്"
+
+#~ msgid "Western"
+#~ msgstr "പടിഞ്ഞാറന്‍"
+
+#~ msgid "Central European"
+#~ msgstr "മധ്യ യൂറോപ്യന്‍"
+
+#~ msgid "South European"
+#~ msgstr "ദക്ഷിണ യൂറോപ്യന്‍"
+
+#~ msgid "Baltic"
+#~ msgstr "ബാള്‍ട്ടിക്"
+
+#~ msgid "Cyrillic"
+#~ msgstr "സിറിലിക്"
+
+#~ msgid "Arabic"
+#~ msgstr "അറബി"
+
+#~ msgid "Greek"
+#~ msgstr "ഗ്രീക്ക്"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "ഹീബ്രു വിഷ്വല്‍"
+
+#~ msgid "Turkish"
+#~ msgstr "തുര്‍ക്കിഷ്"
+
+#~ msgid "Nordic"
+#~ msgstr "നോര്‍ഡിക്"
+
+#~ msgid "Celtic"
+#~ msgstr "സെല്‍റ്റിക്"
+
+#~ msgid "Romanian"
+#~ msgstr "റൊമേനിയന്‍"
+
+#~ msgid "Armenian"
+#~ msgstr "അര്‍മേനിയന്‍"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "പരമ്പരാഗത ചൈനീസ്"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "സിറിലിക്/റഷ്യന്‍"
+
+#~ msgid "Japanese"
+#~ msgstr "ജാപ്പനിസ്"
+
+#~ msgid "Korean"
+#~ msgstr "കൊറിയന്‍"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "ലളിതമാക്കിയ ചൈനീസ്"
+
+#~ msgid "Georgian"
+#~ msgstr "ജോര്‍ജ്ജിയന്‍"
+
+#~ msgid "Hebrew"
+#~ msgstr "ഹീബ്രു"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "സിറിലിക്/ഉക്രേനിയന്‍"
+
+#~ msgid "Vietnamese"
+#~ msgstr "വിയറ്റ്നാമിസ്"
+
+#~ msgid "Thai"
+#~ msgstr "തായി"
+
+#~ msgid "Unknown"
+#~ msgstr "അറിയപ്പെടാത്ത"
+
+#~ msgid "Character encodings"
+#~ msgstr "അക്ഷരങ്ങളുടെ കോഡിങ്ങുകള്‍"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "മെനുവില്‍ കാണിയ്ക്കുന്ന എ_ന്‍കോഡിങ്ങുകള്‍:"
+
+#~ msgid "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "മൌണ്ടു് ചെയ്യാത്തതിനാല്‍ ഫയലിന്റെ സ്ഥാനത്തെ സമീപിയ്ക്കാന്‍ സാധിച്ചില്ല."
+
+#~ msgid "The file is too big."
+#~ msgstr "ഫയല്‍ വളരെ വലുതാണ്."
+
+#~ msgid "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+#~ msgstr "മാറ്റം വരുത്താനാകാത്ത രീതിയിലാണു് ഈ ഫയല്‍ ജിഎഡിറ്റ് ഇപ്പോള്‍ ഈ ഫയല്‍ തുറന്നിരിയ്ക്കുന്നതു്. എന്നാലും നിങ്ങള്‍ക്കിതില്‍ മാറ്റം വരുത്തണോ?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "നിങ്ങള്‍ വരുത്തിയ മാറ്റം കളഞ്ഞു് വീണ്ടു് ഫയലെടുക്കണമെന്നു് നിങ്ങളാഗ്രഹിയ്ക്കുന്നുണ്ടോ?"
+
+#~ msgid "Save _As..."
+#~ msgstr "പേരു് _മാറ്റി‌ സൂക്ഷിയ്ക്കുക"
+
+#~ msgid "_Print..."
+#~ msgstr "_അച്ചടിയ്ക്കുക..."
+
+#~ msgid "Open a recently used file"
+#~ msgstr "ഏറ്റവും ഒടുവില്‍ ഉപയോഗിച്ച ഒരു ഫയല്‍ തുറക്കുക"
+
+#~ msgid "Empty"
+#~ msgstr "കാലി"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "ജിഎഡിറ്റ് മുന്‍ഗണനകള്‍"
+
+#~ msgid "column"
+#~ msgstr "വരി"
+
+#~ msgid "Replace All"
+#~ msgstr "എല്ലാം മാറ്റി എഴുതുക"
+
+#~ msgid "_Search for: "
+#~ msgstr "ഇതു് _തെരയുക:"
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "യുണികോഡ് (യുട്ടിഎഫ്-8)"
+
+#~ msgid "_Open..."
+#~ msgstr "_തുറക്കുക..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "മു_ന്‍ഗണനകള്‍"
+
+#~ msgid "Configure the application"
+#~ msgstr "പ്രയോഗത്തെ ക്രമീകരിയ്ക്കുക"
+
+#~ msgid "_Contents"
+#~ msgstr "_ഉള്ളടക്കം"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "ഫയലിനെ അവസാനം സംരക്ഷിച്ച അവസ്ഥയിലേക്ക് മാറ്റുക"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "അച്ചടിയ്ക്കുന്നതിനു് മുമ്പു് സ്ക്രീനില്‍ _കാണുക"
+
+#~ msgid "Print preview"
+#~ msgstr "അച്ചടി രൂപം മുന്‍കൂട്ടി കാണുക"
+
+#~ msgid "Undo the last action"
+#~ msgstr "അവസാന പ്രവൃത്തി ഒഴിവാക്കുക"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "ഏറ്റവും ഒടുവില്‍ വേണ്ട എന്നു് തീരുമാനിച്ച മാറ്റം വീണ്ടും വരുത്തുക"
+
+#~ msgid "Cut the selection"
+#~ msgstr "തെരഞ്ഞെടുത്തവ മുറിക്കുക"
+
+#~ msgid "Copy the selection"
+#~ msgstr "തെരഞ്ഞെടുത്തവ പക‍ര്‍ത്തുക"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "തെരഞ്ഞെടുത്തവ നീക്കം ചെയ്യുക"
+
+#~ msgid "_Find..."
+#~ msgstr "കണ്ടെത്തുക..."
+
+#~ msgid "Search for text"
+#~ msgstr "പദാവലിയ്ക്കായി തെരയുക"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "ഇതേ പദാവലിയ്ക്കായി മുമ്പോട്ടു് തെരയുക"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "ഇതേ പദാവലിയ്ക്കായി പുറകോട്ട് തെരയുക"
+
+#~ msgid "_Replace..."
+#~ msgstr "മാറ്റി _എഴുതുക..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "പദാവലി കണ്ടുപിടിച്ച് മാറ്റുക"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "തെരഞ്ഞു് കിട്ടിയതു് എടുത്തു് കാണിയ്ക്കുന്നതൊഴിവാക്കുക"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "നിശ്ചിത വരിയിലേയ്ക്കു് പോകുക"
+
+#~ msgid "Save all open files"
+#~ msgstr "എല്ലാ തുറന്ന ശേഖരങ്ങളും സൂക്ഷിയ്ക്കുക"
+
+#~ msgid "Close all open files"
+#~ msgstr "തുറന്ന എല്ലാ ഫയലുകളും അടയ്ക്കുക"
+
+#~ msgid "Activate previous document"
+#~ msgstr "മുമ്പുളള രേഖ സജീവമാക്കുക"
+
+#~ msgid "Activate next document"
+#~ msgstr "അടുത്ത രേഖ സജ്ജമാക്കുക"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "സജീവ രേഖ ഒരു പുതിയ ജാലകത്തിലേക്ക് മാറ്റുക"
+
+#~ msgid "Quit the program"
+#~ msgstr "പ്രോഗ്രാം നിര്‍ത്തുക"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_ഉപകരണപ്പട്ട"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "സജീവ ജാലകത്തില്‍ ടൂള്‍ ബാര്‍ കാണിയ്ക്കുകയോ അദൃശ്യമാക്കുകയോ ചെയ്യുക"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "സജീവ ജാലകത്തില്‍ സ്റ്റേറ്റസ് ബാര്‍ കാണിയ്ക്കുകയോ അദൃശ്യമാക്കുകയോ ചെയ്യുക"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "മുഴുവന്‍ സ്ക്രീനുമുപയോഗിച്ചു് പദാവലി ഫയലുകളില്‍ മാറ്റം വരുത്തുക "
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "സജീവ ജാലകത്തില്‍ വശത്തുള്ള പാളി കാണിയ്ക്കുകയോ അദൃശ്യമാക്കുകയോ ചെയ്യുക"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "സജീവ ജാലകത്തില്‍ താഴെയുളള പാളി കാണിയ്ക്കുകയോ അദൃശ്യമാക്കുകയോ ചെയ്യുക"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "സിന്റാക്സ് എടുത്തു് കാണിക്കുന്ന പ്രക്രിയ പ്രാവര്‍ത്തികമല്ലാതാക്കുക"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' തുറക്കുക "
+
+#~ msgid "Activate '%s'"
+#~ msgstr "%s നെ സജീവമാക്കുക "
+
+#~ msgid "Change Case"
+#~ msgstr "കേസ് മാറ്റുക"
+
+#~ msgid "C_hange Case"
+#~ msgstr "കേസ് _മാറ്റുക"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "എല്ലാം _അപ്പര്‍ കേസ് ആക്കുക"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "എല്ലാം _ലോവര്‍ കേസ്"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "തെരഞ്ഞെടുത്ത പദാവലിയുടെ കേസ് തിരിച്ചാക്കുക"
+
+#~ msgid "_Title Case"
+#~ msgstr "_തലക്കെട്ടിന്റെ കേസ്"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "തെരഞ്ഞെടുത്ത ഓരോ വാക്കിന്റേയും ആദ്യത്തെ അക്ഷരം വലിയക്ഷരമാക്കുക"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "നിലവിലുള്ള പ്രസ്താവത്തിലെ സ്ഥിതിവിവരം ലഭ്യമാക്കുക"
+
+#~ msgid "_Update"
+#~ msgstr "_പരിഷ്ക്കരിക്കുക"
+
+#~ msgid "File Name"
+#~ msgstr "ഫയലിന്റെ പേരു്"
+
+#~ msgid "_Tools:"
+#~ msgstr "പണിയായുധങ്ങള്‍:"
+
+#~ msgid "_Edit:"
+#~ msgstr "_ചിട്ട:"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "പുറമേയുള്ള പണിയായുധങ്ങളുടെ മാനേജറിനെ തുറക്കുക"
+
+#~ msgid "External tools"
+#~ msgstr "പുറമേയുള്ള പണിയായുധങ്ങള്‍"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "ഫയലുകള്‍ പെട്ടെന്നു് തുറക്കുക"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_സ്നിപ്പെറ്റുകള്‍:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "സ്നിപ്പറ്റുകള്‍ കൈകാര്യം ചെയ്യുക"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "നിലിലുള്ള രേഖ അല്ലെങ്കില്‍ തെരഞ്ഞെടുത്ത വാചകങ്ങള്‍  ക്രമീകരിക്കുക"
+
+#~ msgid "_Ignore case"
+#~ msgstr "വലിയക്ഷരചെറിയക്ഷര വ്യത്യാസം _അവഗണിക്കുക"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "തരം തിരിച്ച ശേഷം താങ്കള്‍ക്കു്  വേണ്ടെന്നു് വക്കാന്‍ പറ്റില്ല"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(നിര്‍ദ്ദേശങ്ങളില്ല)"
+
+#~ msgid "_More..."
+#~ msgstr "ഇനിയും"
+
+#~ msgid "_Ignore All"
+#~ msgstr "എല്ലാം അവഗണിക്കുക"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "അക്ഷരവിന്യാസ നിര്‍ദ്ദേശം"
+
+#~ msgid "Suggestions"
+#~ msgstr "നിര്‍ദ്ദേശങ്ങള്‍"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(ശരിയായ  അക്ഷരത്തെറ്റു്)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "അക്ഷരത്തെറ്റു് പരിശോധന പൂര്‍ത്തിയായി"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "അറിയപ്പെടാത്ത (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "സഹജമായ"
+
+#~ msgid "Set language"
+#~ msgstr "ഭാഷ സജ്ജമാക്കുക"
+
+#~ msgid "Languages"
+#~ msgstr "ഭാഷകള്‍"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "അക്ഷരത്തെറ്റ് കണ്ടെത്താനായി ഈ രേഖ പരിശോധിക്കുക"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "ഈ രേഖയുടെ ഭാഷ സജ്ജമാക്കുക"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "ഈ രേഖയിലെ അക്ഷരത്തെറ്റു് പരിശോധന സ്വയം നടത്തുന്നു"
+
+#~ msgid "The document is empty."
+#~ msgstr "രേഖ ശൂന്യമാണ്"
+
+#~ msgid "No misspelled words"
+#~ msgstr "അക്ഷരത്തെറ്റുള്ള വാക്കുകള്‍ ഇല്ല "
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "ഈ രേഖയുടെ ഭാഷ തെരഞ്ഞെടുക്കുക"
+
+#~ msgid "Misspelled word:"
+#~ msgstr "അക്ഷരത്തെറ്റുളള വാക്ക്: "
+
+#~ msgid "word"
+#~ msgstr "വാക്ക്"
+
+#~ msgid "Change _to:"
+#~ msgstr "മാറ്റുക"
+
+#~ msgid "Check _Word"
+#~ msgstr "വാക്ക് പരിശോധിക്കുക"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "നിര്‍ദ്ദേശങ്ങള്‍"
+
+#~ msgid "Cha_nge"
+#~ msgstr "മാറ്റം"
+
+#~ msgid "Ignore _All"
+#~ msgstr "എല്ലാം അവഗണിക്കുക"
+
+#~ msgid "Change A_ll"
+#~ msgstr "എല്ലാം മാറ്റുക"
+
+#~ msgid "User dictionary:"
+#~ msgstr "ഉപയോക്തൃനിഖണ്ഡു"
+
+#~ msgid "Add w_ord"
+#~ msgstr "വാക്ക് ചേര്‍ക്കുക"
+
+#~ msgid "Language:"
+#~ msgstr "ഭാഷ"
+
+#~ msgid "Language"
+#~ msgstr "ഭാഷ"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "ഇപ്പോഴത്തെ സമയവും തിയ്യതിയും സൂചികാ സ്ഥാനത്തു് ചേര്‍ക്കുക"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist ഡാറ്റ ദാതാവ്"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "പ്രവേശനവിവരം സൂക്ഷിച്ചു് ജീഎഡിറ്റ് ഉപയോഗിയ്ക്കുന്ന രേഖകള്‍ക്കുള്ള ഇവന്റ് വേണ്ടെന്നു്വയ്ക്കുന്നു"
+
+#~ msgid "Open Files"
+#~ msgstr "ഫയലുകള്‍ തുറക്കുക"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "സജീവമായ രേഖയുടെ സ്ഥലത്ത് റൂട്ട് സെറ്റ് ചെയ്യുക"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "നിലവില്‍ തുറന്ന ഡയറക്ടറിയില്‍ ഒരു ടെര്‍മിനല്‍ തുറക്കുക"
+
+#~ msgid "file"
+#~ msgstr "ഫയല്‍ "
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "തെരഞ്ഞെടുത്ത ഫയല്‍ അല്ലെങ്കില്‍ ഫോള്‍ഡര്‍ ചവറ്റുകുട്ടയിലേക്ക് നീക്കുക"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "തെരഞ്ഞെടുത്ത ഫയല്‍ അല്ലെങ്കില്‍ അറ നീക്കം ചെയ്യുക"
+
+#~ msgid "Up"
+#~ msgstr "മുകളിലോട്ട്"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "പേരന്റ് ഫോള്‍ഡര്‍ തുറക്കുക"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "കാലിയായ പുതിയ അറ ചേര്‍ക്കുക"
+
+#~ msgid "Add new empty file"
+#~ msgstr "കാലിയായ പുതിയ ഫയല്‍ ചേര്‍ക്കുക"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "തെരഞ്ഞെടുത്ത ഫയല്‍ അല്ലെങ്കില്‍ ഫോള്‍ഡറിന്റെ പേര് മാറ്റുക"
+
+#~ msgid "_Previous Location"
+#~ msgstr "_മുമ്പുളള സ്ഥാനം"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "മുമ്പ് സന്ദര്‍ശിച്ച സ്ഥാനത്തേക്ക് പോകുക"
+
+#~ msgid "_Next Location"
+#~ msgstr "_അടുത്ത സ്ഥാനം"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "അടുത്ത സന്ദര്‍ശിച്ച സ്ഥാനത്തേക്ക് പോകുക"
+
+#~ msgid "Refresh the view"
+#~ msgstr "കാഴ്ച പുതുക്കുക"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "ഫയല്‍ മാനേജറില്‍ ഫോള്‍ഡര്‍ കാണുക"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "അദൃശ്യമായ ഫയലുകളും ഡയറക്ടറികളും കാണിയ്ക്കുക "
+
+#~ msgid "Show binary files"
+#~ msgstr "ബൈനറി ഫയലുകള്‍ കാണിയ്ക്കുക"
+
+#~ msgid "Quick open"
+#~ msgstr "പെട്ടെന്നു് തുറക്കുക"
+
+#~| msgid "Text"
+#~ msgid "Text;"
+#~ msgstr "വാചകം;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "സൂക്ഷിയ്ക്കാ_തെ പുറത്തിറങ്ങുക"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "പശ്ചാത്തലത്തില്‍ ജിഎഡിറ്റ് പ്രവര്‍ത്തിപ്പിയ്ക്കുക"
+
+#~ msgid "_Add..."
+#~ msgstr "_ചേര്‍ക്കുക..."
+
+#~ msgid "External Tools Manager"
+#~ msgstr "പുറമേയുള്ള പണിയായുധങ്ങളുടെ നടത്തിപ്പുകാരന്‍"
+
+#~ msgid "Previous location"
+#~ msgstr "മുമ്പുളള സ്ഥാനം"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "മുമ്പ് തുറന്ന സ്ഥാനത്തേക്ക് പോവുക"
+
+#~ msgid "Next location"
+#~ msgstr "അടുത്ത സ്ഥാനം"
+
+#~ msgid "Go to next location"
+#~ msgstr "അടുത്ത സ്ഥാനത്തേക്ക് പോവുക"
diff --git a/po/mn.po b/po/mn.po
new file mode 100644
index 0000000..04e626b
--- /dev/null
+++ b/po/mn.po
@@ -0,0 +1,4823 @@
+# translation of gedit.HEAD.po to Mongolian
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) 2003
+# Sanlig Badral <badral@users.sf.net>, 2003.
+# Sanlig Badral <Badral@openmn.org>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-09-26 17:36+0200\n"
+"PO-Revision-Date: 2004-03-09 10:39+0100\n"
+"Last-Translator: Sanlig Badral <Badral@openmn.org>\n"
+"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"
+"Language: mn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../data/GNOME_Gedit.server.in.in.h:1
+msgid "Gedit View"
+msgstr "Gedit Харагдац"
+
+#: ../data/GNOME_Gedit.server.in.in.h:2
+msgid "Gedit View."
+msgstr "Gedit Харагдац."
+
+#: ../data/GNOME_Gedit.server.in.in.h:3
+msgid "Gedit viewer factory"
+msgstr "Гедит-харагчийн үйлдвэр"
+
+#: ../data/GNOME_Gedit.server.in.in.h:4
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr "Эх"
+
+#: ../data/GNOME_Gedit.server.in.in.h:5
+msgid "gedit application"
+msgstr "Гедит-Х.программ"
+
+#: ../data/GNOME_Gedit.server.in.in.h:6
+msgid "gedit automation factory"
+msgstr "Гедит-автоматжуулалтын үйлдвэр"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Текст файл боловсруулах"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit2.c:365
+msgid "Text Editor"
+msgstr "Текст боловсруулагч"
+
+#: ../data/gedit.schemas.in.h:1
+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/gedit.schemas.in.h:2
+#, fuzzy
+msgid "Active plugins"
+msgstr "%s идэвхижүүлэх"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Автоматаар илэрсэн тэмдэгт кодчилолууд:"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Автоматаар хадгалах"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "Автоматаар хадгалах завсар"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "Авто-догол мөр"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "Дэвсгар өнгө"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Боловсруулах мужид тэмдэглэсэн текстэд хэрэглэх дэвсгэр өнгө.Энэ нь зөвхөн "
+"»Стандарт өнгө хэрэглэх« сонголтыг хаасан үед л хэрэгжинэ."
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Боловсруулах мужид тэмдэглээгүй текстэд хэрэглэх дэвсгэр өнгө.Энэ нь зөвхөн "
+"»Стандарт өнгө хэрэглэх« сонголтыг хаасан үед л хэрэгжинэ."
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr "Хамгаалалтын хуулбарын өргөтгөл"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr "Хэвлэх бичиг"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Create Backup Copies"
+msgstr "Хамгаалалтын хуулбар хийх"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Display Line Numbers"
+msgstr "Мөрийн дугаарыг харуулах"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Right Margin"
+msgstr "Баруун захын зай харуулах"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Editor Font"
+msgstr "Боловсруулах бичиг"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Enable Syntax Highlighting"
+msgstr "Дүрэм онцгойлолтыг нээх"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Encodings shown in menu"
+msgstr "Цэсэнд харуулах тэмдэгт кодчилолууд"
+
+#: ../data/gedit.schemas.in.h:18
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"Хамгаалалтын хуулбар файлын нэрийн өргөтгөл эсвэл дагавар. Энэ нь зөвхөн "
+"»Хамгаалалтын хуулбар хийх« үйлдэл идэвхижсэн үед хэрэгжинэ."
+
+#: ../data/gedit.schemas.in.h:19
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Боловсруулах мужид тэмдэглэгдсэн текстэд хэрэглэх дэвсгэр өнгө.Энэ нь зөвхөн "
+"»Стандарт өнгө хэрэглэх« сонголтыг хаасан үед л хэрэгжинэ."
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Боловсруулах мужид тэмдэглээгүй текстэд хэрэглэх дэвсгэр өнгө.Энэ нь зөвхөн "
+"»Стандарт өнгө хэрэглэх« сонголтыг хаасан үед л хэрэгжинэ."
+
+#: ../data/gedit.schemas.in.h:21
+msgid "Header Font for Printing"
+msgstr "Толгойн хэвлэх бичиг"
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Хэрэв энэ утга 0 бол баримт хэвлэхэд мөрийн дугаар оруулахгүй. Үгүй бол "
+"Гедит бүх мөрөнд мөрийн дугаарыг оруулна."
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Insert spaces"
+msgstr "Хоосон тэмдэгт оруулах"
+
+#: ../data/gedit.schemas.in.h:26
+msgid "Line Number Font for Printing"
+msgstr "Мөрийн дугаар хэвлэх бичиг"
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Line Wrapping Mode"
+msgstr "Мөр таслах горим"
+
+#: ../data/gedit.schemas.in.h:28
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:29
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+"Нээх/хадгалах файл сонгогчийн цэсэний тэмдэгт кодчилолд харагдах "
+"кодчилолуудын жагсаалт. Зөвхөн танигдсан кодчилолууд хэрэглэгдэнэ."
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum Recent Files"
+msgstr "Сүүлд нээгдсэн файлуудыг харуулах максимум тоо"
+
+#: ../data/gedit.schemas.in.h:32
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr "Гедит цуцлаж эсвэл сэргээж чадах үйлдлүүдийг харуулах максимум тоо."
+
+#: ../data/gedit.schemas.in.h:33
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Гедит цуцлаж эсвэл сэргээж чадах үйлдлүүдийг харуулах максимум тоо."
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:36
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:39
+#, fuzzy
+msgid "Monospace 9"
+msgstr "Sans Regulär 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:43
+#, fuzzy
+msgid "Monospace Regular 9"
+msgstr "Sans Regulär 12"
+
+#: ../data/gedit.schemas.in.h:44
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Өөрчилөгдсөн файлуудыг автоматаар хадгалах хугацаа (минутаар).Энэ нь зөвхөн "
+"»Автоматаар хадгалах«-сонголт идэвхижсэн үед хэрэгжинэ."
+
+#: ../data/gedit.schemas.in.h:45
+msgid "Print Header"
+msgstr "Толгой хэвлэх"
+
+#: ../data/gedit.schemas.in.h:46
+msgid "Print Line Numbers"
+msgstr "Мөрийн дугаар хэвлэх"
+
+#: ../data/gedit.schemas.in.h:47
+msgid "Print Syntax Highlighting"
+msgstr "Хэвлэх дүрэм онцгойлолт"
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Printing Line Wrapping Mode"
+msgstr "Мөр таслах горимд хэвлэх"
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Right Margin Position"
+msgstr "Баруун захын зайн байрлал"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:52
+#, fuzzy
+msgid "Sans 11"
+msgstr "Sans Regulär 12"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:55
+#, fuzzy
+msgid "Sans 8"
+msgstr "Испани"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:59
+#, fuzzy
+msgid "Sans Regular 11"
+msgstr "Sans Regulär 12"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:63
+#, fuzzy
+msgid "Sans Regular 8"
+msgstr "Sans Regulär 12"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Selected Text Color"
+msgstr "Сонгосон текстийн өнгө"
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Selection Color"
+msgstr "Тэмдэглэх өнгө"
+
+#: ../data/gedit.schemas.in.h:66
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+"Гедит-н файлын кодчилол авомат танихад хэрэглэж буй кодчилолуудын жагсаалт. "
+"\"ОДОО\" бол идэвхитэй локалын кодчилол. Зөвхөн танигдсан кодчилолууд "
+"хэрэглэгдэнэ."
+
+#: ../data/gedit.schemas.in.h:67
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Хэвлэхэд хэр урт мөрөөр таслахыг өгнө үү. Таслахгүй гэвэл та "
+"»GTK_WRAP_NONE«, үгийн хязгаараар таслана гэвэл »GTK_WRAP_WORD« эсвэл "
+"боломжит тэмдэгтээр таслана гэвэл »GTK_WRAP_CHAR« хэрэглэнэ үү. Зөвлөмж: "
+"Утгуудад том жижиг бичилт ялгаатай! Тиймээс та утгыг яг энд өгсөн шиг өгнө "
+"үү."
+
+#: ../data/gedit.schemas.in.h:68
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Боловсруулах мужид ямар урттай мөрөөр таслахыг өгнө үү. Таслахгүй гэвэл та "
+"»GTK_WRAP_NONE«, үгийн хязгаараар таслана гэвэл »GTK_WRAP_WORD« эсвэл "
+"боломжит тэмдэгтээр таслана гэвэл »GTK_WRAP_CHAR« хэрэглэнэ үү. Зөвлөмж: "
+"Утгуудад том жижиг бичилт ялгаатай! Тиймээс та утгыг яг энд өгсөн шиг өгнө "
+"үү."
+
+#: ../data/gedit.schemas.in.h:69
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "Баримтын эх биеийг хэвлэхэд хэрэглэгдэх бичгийг өгнө үү."
+
+#: ../data/gedit.schemas.in.h:70
+#, fuzzy
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr "Баримтын эх биеийг хэвлэхэд хэрэглэгдэх бичгийг өгнө үү."
+
+#: ../data/gedit.schemas.in.h:71
+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/gedit.schemas.in.h:72
+#, fuzzy
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+"Мөрийн дугаарыг хэвлэхэд хэрэглэх бичгийг өгнө үү. Энэ нь зөвхөн »Мөрийн "
+"дугаар хэвлэх«-сонголт тэг биш үед хэрэгжинэ."
+
+#: ../data/gedit.schemas.in.h:73
+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/gedit.schemas.in.h:74
+#, fuzzy
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+"Хуудсын толгойг хэвлэхэд хэрэглэгдэх бичгийг өгнө үү. Энэ нь зөвхөн »Толгой "
+"хэвлэх«-идэвхижсэн үед хэрэгжинэ."
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"»Сүүлд нээгдсэн файлууд« дэд цэсэнд харуулахад хэрэглэх сүүлд нээгдсэн "
+"файлуудыг харуулахад максимум тоог өгнө үү"
+
+#: ../data/gedit.schemas.in.h:76
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "ТАВ тэмдэгтийн орон гаргах хоосон тэмдэгтийн тоог өгнө үү."
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Specifies the position of the right margin."
+msgstr "Баруун захын зайн байрлалыг тодорхойл"
+
+#: ../data/gedit.schemas.in.h:78
+msgid "Status Bar is Visible"
+msgstr "Төлөв самбар харагдана"
+
+#: ../data/gedit.schemas.in.h:79
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"Байгаж самбарыг товчины хэлбэр. Боломжит утгууд нь:»GEDIT_TOOLBAR_SYSTEM« "
+"системийн стандарт хэлбэр,»GEDIT_TOOLBAR_ICONS« дүрс харуулах, "
+"»GEDIT_TOOLBAR_ICONS_AND_TEXT« дүрс ба тэмдэгт харуулах, "
+"»GEDIT_TOOLBAR_ICONS_BOTH_HORIZ« чухал текстыг дүрсийн дэргэд харуулах."
+"Зөвлөмж: Утгуудад том жижиг бичилт ялгаатай! Тиймээс та утгыг яг энд өгсөн "
+"шиг өгнө үү."
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Tab Size"
+msgstr "ТАВ -н хэмжээ"
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Text Color"
+msgstr "Текстийн өнгө"
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Toolbar Buttons Style"
+msgstr "Багаж самбарын товчины хэлбэр"
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Toolbar is Visible"
+msgstr "Багаж самбар харагдана"
+
+#: ../data/gedit.schemas.in.h:84
+#, fuzzy
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Цуцлах үйлдлийн хязгаар"
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Use Default Colors"
+msgstr "Стандарт өнгө хэрэглэх"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Use Default Font"
+msgstr "Стандарт бичиг хэрэглэх"
+
+#: ../data/gedit.schemas.in.h:87
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"Гедит өөрчилөгдсөн файлуудыг тодорхой хугацааны дараа автоматаар хадгалах "
+"хэрэгтэй юу? Та энэ хугацааг »Автоматаар хадгалах завсар« сонголтод "
+"тохируулна."
+
+#: ../data/gedit.schemas.in.h:88
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Гедит хадгалаж байгаа файлуудад хамгаалалтын хуулбар давхар хийх үү? Та энэ "
+"хуулбар файлын өргөтгөлийг »Хамгаалалтын хуулбарын өргөтгөл« сонголтод "
+"тохируулна."
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Гедит боловсруулах мужид мөрийн дугаар харуулах хэрэгтэй юу?"
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Гедит боловсруулах мужид баруун захын зай харуулах хэрэгтэй юу?"
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Whether gedit should enable auto indentation."
+msgstr "Гедит автомат догол мөр хэрэглэх үү?"
+
+#: ../data/gedit.schemas.in.h:92
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Гедит дүрэм онцгойлолт хэрэглэх эсэх?"
+
+#: ../data/gedit.schemas.in.h:93
+#, fuzzy
+msgid "Whether gedit should highlight matching bracket."
+msgstr "Гедит дүрэм онцгойлолт хэрэглэх эсэх?"
+
+#: ../data/gedit.schemas.in.h:94
+#, fuzzy
+msgid "Whether gedit should highlight the current line."
+msgstr "Гедит баримтыг хэвлэх үед хэвлэх дүрэм онцгойлох эсэх."
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Гедит баримтыг хэвлэх үед толгойн хэсэг холбох эсэх?"
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Гедит хоосон тэмдэгт ТАВ-ын оронд хэрэглэх үү?"
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Гедит баримтыг хэвлэх үед хэвлэх дүрэм онцгойлох эсэх."
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Боловсруулах мужийн цонхны доод хэсэг төлвийн самбарыг харуулах уу ?"
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Боловсруулах цонхонд багаж самбар харуулах уу?"
+
+#: ../data/gedit.schemas.in.h:100
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+"Боловсруулах мужид системийн стандарт өнгийг хэрэглэх үү? Хэрвээ энэ сонголт "
+"хаагдсан бол боловсруулах мужийн »Дэвсгэр өнгө«, »Текстийн өнгө«, "
+"»Тэмдэглэгдсэн текстийн өнгө« ба »Тэмдэглэгээний өнгө« хэсэгт өгөгдсөнийг "
+"хэрэглэнэ."
+
+#: ../data/gedit.schemas.in.h:101
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+"Боловсруулах мужид системийн стандарт бичгийг Гедит -д өгөгдсөн бичгийн "
+"оронд хэрэглэх үү? Хэрвээ энэ сонголт хаагдсан бол »боловсруулагч-бичиг«ын "
+"доор өгөгдсөн бичгийг системийн стандарт бичгийн оронд хэрэглэнэ ."
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:104
+msgid "[ISO-8859-15]"
+msgstr ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:108
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr ""
+
+#: ../gedit/bonobo-mdi.c:548 ../gedit/bonobo-mdi.c:2099
+#, c-format
+msgid "Activate %s"
+msgstr "%s идэвхижүүлэх"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:142
+#, fuzzy
+msgid "Close _without Saving"
+msgstr "Гаралтын цонх хаах"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+#, fuzzy
+msgid "Question"
+msgstr "Зөвлөмжүүд"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:367
+#, fuzzy, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн цагт хийсэн өөрчилөлтүүд найдвартай устана!"
+msgstr[1] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн цагт хийсэн өөрчилөлтүүд найдвартай устана!"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:376
+#, fuzzy
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Хэрвээ та хадгалахгүй бол сүүлийн минутад хийсэн өөрчилөлтүүд найдвартай "
+"устана!"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:382
+#, fuzzy, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн минутад хийсэн өөрчилөлтүүд найдвартай "
+"устана!"
+msgstr[1] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн минутад хийсэн өөрчилөлтүүд найдвартай "
+"устана!"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:392
+#, fuzzy, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн минутад хийсэн өөрчилөлтүүд найдвартай "
+"устана!"
+msgstr[1] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн минутад хийсэн өөрчилөлтүүд найдвартай "
+"устана!"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:407
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:428
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн цагт хийсэн өөрчилөлтүүд найдвартай устана!"
+msgstr[1] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн цагт хийсэн өөрчилөлтүүд найдвартай устана!"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:413
+#, fuzzy, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн минутад хийсэн өөрчилөлтүүд найдвартай "
+"устана!"
+msgstr[1] ""
+"Хэрвээ та хадгалахгүй бол сүүлийн минутад хийсэн өөрчилөлтүүд найдвартай "
+"устана!"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "\"%s\" баримтыг хаахын өмнө өөрчилөлтүүдийг хадгалах уу?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:645
+#, fuzzy, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"\"%d\" баримт хадгалагдаагүй өөрчилөлтүүдтэй байна. Хаахын өмнө "
+"өөрчилөлтүүдийг хадгалах уу?"
+msgstr[1] ""
+"\"%d\" баримт хадгалагдаагүй өөрчилөлтүүдтэй байна. Хаахын өмнө "
+"өөрчилөлтүүдийг хадгалах уу?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:662
+msgid "S_elect the documents you want to save:"
+msgstr "Та хэрэглэхийг хүссэн баримтаа _сонгоно уу:"
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:679
+#, fuzzy
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Хэрвээ та хадгалахгүй бол өөрчилөлтүүд найдвартай устана!"
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:184
+msgid "Go to Line"
+msgstr "Мөр рүү очих"
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:197
+msgid "_Go to Line"
+msgstr "Мөр рүү _оч"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:136
+#: ../gedit/dialogs/gedit-dialog-replace.c:1140 ../gedit/gedit-commands.c:383
+#, c-format
+msgid "The text \"%s\" was not found."
+msgstr "»%s« текст олдсонгүй."
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:269
+#: ../gedit/dialogs/replace.glade2.h:4 ../gedit/gedit-ui.xml.h:46
+msgid "Replace"
+msgstr "Орлуулах"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:282
+msgid "Replace _All"
+msgstr "_Бүгдийг орлуулах"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:285
+#: ../gedit/gedit-file-selector-util.c:114 ../plugins/savecopy/savecopy.c:369
+msgid "_Replace"
+msgstr "_Орлуулах"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:402 ../gedit/gedit-ui.xml.h:17
+msgid "Find"
+msgstr "Хайх"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:1149
+#, c-format
+msgid "Found and replaced %d occurrence."
+msgid_plural "Found and replaced %d occurrences."
+msgstr[0] "%d тохиолдлууд олдож орлуулагдлаа."
+msgstr[1] "%d тохиолдлууд олдож орлуулагдлаа."
+
+#: ../gedit/dialogs/gedit-dialog-uri.c:91
+msgid "Open Location"
+msgstr "Байрлал нээх"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:72
+#, c-format
+msgid "There was an error displaying help: %s"
+msgstr "Тусламж харуулахад алдаа гарав: %s"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:355
+#: ../gedit/dialogs/gedit-encodings-dialog.c:423
+msgid "_Description"
+msgstr "_Тодорхойлолт"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:364
+#: ../gedit/dialogs/gedit-encodings-dialog.c:432
+msgid "_Encoding"
+msgstr "_Кодчилол"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:1
+msgid "A_vailable encodings:"
+msgstr "_Бэлэн буй кодчилолууд:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:2
+msgid "Character codings"
+msgstr "Тэмдэгт кодчилолууд"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "_Кодчилолуудыг цэсэнд харуулах:"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "Плугин"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr "Нээлттэй"
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:86
+#: ../gedit/dialogs/program-location-dialog.glade2.h:2
+msgid "Set program location..."
+msgstr "Программын байрлалыг өгөх..."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:116
+#, c-format
+msgid ""
+"The %s plugin uses an external program, called <tt>%s</tt>, to perform its "
+"task.\n"
+"\n"
+"Please, specify the location of the <tt>%s</tt> program."
+msgstr ""
+"%s plugin даалгавар биелүүлэхийн тулд <tt>%s</tt> нэртэй гадаад программ "
+"ашиглаж байна.\n"
+"\n"
+"Та <tt>%s</tt> программын байрлалыг өгнө үү."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:169
+msgid "The selected file is not executable."
+msgstr "Сонгосон файл ажилын бус."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:649
+msgid "Push this button to select the font to be used by the editor"
+msgstr ""
+"Боловсруулагчийн хэрэглэх бичгийг сонгохдоо та энэ товчин дээр дарна уу"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to configure text color"
+msgstr "Текстын өнгө тохируулахдаа энэ товчин дээр дарна уу"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure background color"
+msgstr "Дэвсгэрийн өнгө тохируулахдаа энэ товчин дээр дарна уу"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+"Сонгосон текстийн харагдах өнгийг тохируулахдаа энэ товчин дээр дарна уу"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+"Сонгосон текстийн тэмдэглэгдсэн өнгийг тохируулахдаа энэ товчин дээр дарна уу"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1111
+msgid "Elements"
+msgstr "Элементүүд"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:1
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1 ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:2
+#, fuzzy
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Авто-догол мөр</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:3
+#, fuzzy
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>Текст таслалт</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:4
+#, fuzzy
+msgid "<b>Current Line</b>"
+msgstr "<b>Текст таслалт</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:5
+msgid "<b>Elements</b>"
+msgstr "<b>Элементүүд</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:6
+msgid "<b>File Saving</b>"
+msgstr "<b>Файл хадгалж байна</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:7
+msgid "<b>Font</b>"
+msgstr "<b>Бичиг</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:8
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Мөрийн дугаар</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:9
+msgid "<b>Right Margin</b>"
+msgstr "<b>Баруун захын зай</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:10
+#, fuzzy
+msgid "<b>Tab Stops</b>"
+msgstr "<b>ТАВ</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:11
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:3
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Текст таслалт</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<span weight=\"bold\">Өнгө</span>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Bold"
+msgstr "Бүдүүн"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr "Файл хадгалахын өмнө хамгаалалтын _хуулбар үүсгэх"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:15
+#, fuzzy
+msgid "Display right _margin"
+msgstr "Баруун захын зай _харуул"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:16
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:4
+msgid "Do not _split words over two lines"
+msgstr "Зөвхөн үгийн _төгсгөлөөр таслана"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:17
+msgid "Editor"
+msgstr "Боловсруулагч"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:18
+msgid "Editor _font: "
+msgstr "Боловсруулагч _бичиг:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:19
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:5
+msgid "Enable text _wrapping"
+msgstr "Мөр _таслалт идэвхижүүлэх"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:20
+msgid "Font & Colors"
+msgstr "Бичиг ба өнгө"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:21
+msgid "Hi_ghlight current line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:22
+msgid "Highlight _mode:"
+msgstr "_Онцгойлолын горим:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:23
+#, fuzzy
+msgid "Highlight matching _bracket"
+msgstr "Гедит дүрэм онцгойлолт хэрэглэх эсэх?"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr "_Хоосон тэмдэгт ТАВ-н оронд оруулах"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:25
+msgid "Italic"
+msgstr "Ташуу"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:26
+msgid "Normal _text color:"
+msgstr "Энгийн _текстийн өнгө:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:27
+msgid "Pick a color"
+msgstr "Өнгөө сонгоно уу"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:28
+msgid "Pick the background color"
+msgstr "Та дэвсгэр өнгөө сонгоно уу"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:29
+msgid "Pick the editor font"
+msgstr "Боловсруулагчийн бичигээ сонгоно уу"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:30
+msgid "Pick the normal text color"
+msgstr "Энгийн текстийн өнгөө сонгоно уу"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:31
+msgid "Pick the selected text color"
+msgstr "Тэмдэглэсэн текстийн өнгөө сонгоно уу"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:32
+msgid "Pick the selection color"
+msgstr "Тэмдэглэгээний өнгөө сонгоно уу"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:33
+msgid "Plugins"
+msgstr "плугинs"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:34
+msgid "Preferences"
+msgstr "Тохируулга"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:35
+msgid "Se_lection color:"
+msgstr "_Тэмдэглэгээний өнгө:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:36
+msgid "Selecte_d text color:"
+msgstr "_Сонгосон текстийн өнгө:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:37
+msgid "Strikethrough"
+msgstr "Дарж зурах"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:38
+msgid "Syntax Highlighting"
+msgstr "Дүрэм онцгойлолт"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:39
+msgid "U_se default theme colors"
+msgstr "_Стандарт хэлбэрийн өнгө хэрэглэх"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:40
+msgid "Underline"
+msgstr "Доогуур зураас"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:41
+msgid "View"
+msgstr "Харах"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:42
+msgid "_Autosave files every"
+msgstr "Үргэлж _автоматаар хадгалах"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:43
+msgid "_Background color:"
+msgstr "_Дэвсгэр өнгө:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:44
+msgid "_Background:"
+msgstr "_Дэвсгэр:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:45
+msgid "_Display line numbers"
+msgstr "_Мөрийн дугаар харуулах"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:46
+#, fuzzy
+msgid "_Enable automatic indentation"
+msgstr "_Авто догол мөр идэвхижүүлэл"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:47
+msgid "_Enable syntax highlighting"
+msgstr "_Дүрэм онцгойлолт нээх"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:48
+msgid "_Foreground:"
+msgstr "_Наад тал:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:49
+msgid "_Reset to Default "
+msgstr "_Стандарт руу"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:50
+msgid "_Right margin at column:"
+msgstr "Баганы _баруун захын зай"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:51
+#, fuzzy
+msgid "_Tab width:"
+msgstr "_ТАВын өргөн:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:52
+msgid "_Use default theme font"
+msgstr "Стандарт хэлбэрийн бичиг х_эрэглэх"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:53
+msgid "_minutes"
+msgstr "_Минут"
+
+#: ../gedit/dialogs/goto-line.glade2.h:1
+msgid "Goto Line"
+msgstr "Мөр рүү оч"
+
+#: ../gedit/dialogs/goto-line.glade2.h:2
+msgid "_Line number:"
+msgstr "_Мөрийн дугаар:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:6
+msgid "Fonts"
+msgstr "Бичгүүд"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:7
+msgid "General"
+msgstr "Ерөнхий"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:8
+msgid "He_aders and footers:"
+msgstr "_Толгой ба хөл:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:9
+msgid "Page Setup"
+msgstr "Хуудас тохируулга"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:10
+msgid "Print _line numbers"
+msgstr "_Мөрийн дугаар хэвлэх"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:11
+msgid "Print s_yntax highlighting"
+msgstr "_Дүрэм онцгойлолт хэвлэх"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:12
+msgid "_Body:"
+msgstr "_Бие:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:13
+msgid "_Line numbers:"
+msgstr "_Мөрийн дугаар:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:14
+msgid "_Number every"
+msgstr "_Дугаар тус бүр"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:15
+msgid "_Print page headers"
+msgstr "хуудсын _толгой хэвлэх"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:16
+msgid "_Restore Default Fonts"
+msgstr "Стандарт бичгийг _сэргээх"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:17
+msgid "lines"
+msgstr "Мөрүүд"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:1
+msgid "C_onfigure Plugin"
+msgstr "Плугин _тохируулах"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:2
+msgid "_About Plugin"
+msgstr "Плугины _тухай"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:3
+msgid "button1"
+msgstr "Товч1"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:4
+msgid "dialog1"
+msgstr "Диалог1"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:1
+msgid "Browse for program location..."
+msgstr "Програмын байрлалыг өгөх..."
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:3
+msgid "_Location to search for:"
+msgstr "Хайх _байрлал:"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:4
+msgid "label"
+msgstr "Бичээс"
+
+#: ../gedit/dialogs/replace.glade2.h:1 ../gedit/dialogs/uri.glade2.h:1
+#: ../plugins/shell_output/shell_output.glade2.h:1
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../gedit/dialogs/replace.glade2.h:2 ../gedit/gedit-ui.xml.h:19
+msgid "Find Next"
+msgstr "Цааш хайх"
+
+#: ../gedit/dialogs/replace.glade2.h:3
+msgid "Match _entire word only"
+msgstr "Зөвхөн _бүтэн үгсийг харгалзана"
+
+#: ../gedit/dialogs/replace.glade2.h:5
+msgid "Replace All"
+msgstr "Бүгдийг орлуулах"
+
+#: ../gedit/dialogs/replace.glade2.h:6
+msgid "Replace _with: "
+msgstr "_Аар орлуулах: "
+
+#: ../gedit/dialogs/replace.glade2.h:7
+msgid "Search _backwards"
+msgstr "_Гэдрэг хайх"
+
+#: ../gedit/dialogs/replace.glade2.h:8
+msgid "_Match case"
+msgstr "_Том/Жижиг бичэлт харгалзана"
+
+#: ../gedit/dialogs/replace.glade2.h:9
+msgid "_Search for: "
+msgstr "_Ийг хайх: "
+
+#: ../gedit/dialogs/replace.glade2.h:10
+msgid "_Wrap around"
+msgstr "_Мөр таслах"
+
+#: ../gedit/dialogs/uri.glade2.h:2
+msgid "Ch_aracter coding:"
+msgstr "Тэмдэгт _кодчилолууд:"
+
+#: ../gedit/dialogs/uri.glade2.h:3
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "Та нээхийг хүссэн файлын _байрлалыг (URI) өгнө үү:"
+
+#: ../gedit/dialogs/uri.glade2.h:4
+msgid "Open from URI"
+msgstr "URI -с нээх"
+
+#: ../gedit/gedit-commands.c:551
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+"Гедит нь ГНОМЕ-н нэгэн жижиг оврын онцгойлолт бүхий текст боловсруулагч"
+
+#. Translators: This is a special message that shouldn't be translated
+#. literally. It is used in the about box to give credits to
+#. the translators.
+#. Thus, you should translate it to your name and email address.
+#. You can also include other translators who have contributed to
+#. this translation; in that case, please write them on separate
+#. lines seperated by newlines (\n).
+#: ../gedit/gedit-commands.c:560
+#, fuzzy
+msgid "translator-credits"
+msgstr "Санлигийн Бадрал <badral@openmn.org>"
+
+#: ../gedit/gedit-document.c:384
+#, c-format
+msgid "%s %d"
+msgstr "%s %d"
+
+#: ../gedit/gedit-document.c:384
+#, fuzzy
+msgid "Unsaved Document"
+msgstr "_Баримтууд"
+
+#: ../gedit/gedit-document.c:934 ../gedit/gedit-document.c:1488
+msgid "Invalid UTF-8 data"
+msgstr "Хүчингүй UTF-8 өгөгдөл"
+
+#: ../gedit/gedit-document.c:1750
+#, c-format
+msgid "Could not read symbolic link information for %s"
+msgstr "%s символик холбоосын мэдээлэл уншигдсангүй"
+
+#: ../gedit/gedit-document.c:1796
+msgid "The file has too many symbolic links."
+msgstr "Энэ файл хэт олон символик холбоостой байна."
+
+#: ../gedit/gedit-document.c:1880
+#, c-format
+msgid "gedit cannot handle %s: locations in write mode."
+msgstr "Гедит бичих горимд %s:-байрлалыг боловсруулж чадахгүй."
+
+#: ../gedit/gedit-document.c:1887
+msgid "gedit cannot handle this kind of location in write mode."
+msgstr "Гедит бичих горимд ийм байрлалыг боловсруулж чадахгүй."
+
+#: ../gedit/gedit-document.c:1900
+msgid "Invalid filename."
+msgstr "Хүчингүй файлын нэр"
+
+#: ../gedit/gedit-document.c:2051
+msgid ""
+"There is not enough disk space to save the file.\n"
+"Please free some disk space and try again."
+msgstr ""
+"Дискэн дээр энэ файлыг хадгалах хангалттай зай алга.\n"
+"Дискэн дээрээ зай гаргаад ахин оролдоно уу."
+
+#: ../gedit/gedit-document.c:2056
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"Таны энэ файлыг хадгалахыг оролдсон дискэн дээр файлын хэмжээний хязгаарлалт "
+"байна. Та жижиг файл руу хадгалах эсвэл ийм хязгаарлалт байхгүй дискэн дээр "
+"хадгалахыг оролдоно уу."
+
+#: ../gedit/gedit-document.c:2100
+msgid "Could not create a backup file."
+msgstr "Хамгаалалтын хуулбар файл үүсгэгдсэнгүй."
+
+#: ../gedit/gedit-encodings-option-menu.c:204
+msgid "Auto Detected"
+msgstr "Автомат илэрсэн"
+
+#: ../gedit/gedit-encodings-option-menu.c:224
+#: ../gedit/gedit-encodings-option-menu.c:246
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Идэвхитэй локал (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:307
+msgid "Add or _Remove..."
+msgstr "Нэмэх эсвэл _Устгах ..."
+
+#: ../gedit/gedit-encodings.c:136 ../gedit/gedit-encodings.c:181
+#: ../gedit/gedit-encodings.c:183 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187
+msgid "Unicode"
+msgstr "Юникод"
+
+#: ../gedit/gedit-encodings.c:150 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:222 ../gedit/gedit-encodings.c:265
+msgid "Western"
+msgstr "Баруун европ"
+
+#: ../gedit/gedit-encodings.c:152 ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:261
+msgid "Central European"
+msgstr "Дундад европ"
+
+#: ../gedit/gedit-encodings.c:154
+msgid "South European"
+msgstr "Өмнөд европ"
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:172
+#: ../gedit/gedit-encodings.c:275
+msgid "Baltic"
+msgstr "Балт"
+
+#: ../gedit/gedit-encodings.c:158 ../gedit/gedit-encodings.c:226
+#: ../gedit/gedit-encodings.c:239 ../gedit/gedit-encodings.c:243
+#: ../gedit/gedit-encodings.c:245 ../gedit/gedit-encodings.c:263
+msgid "Cyrillic"
+msgstr "Крилл"
+
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:232
+#: ../gedit/gedit-encodings.c:273
+msgid "Arabic"
+msgstr "Араб"
+
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:267
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr "Грек"
+
+#: ../gedit/gedit-encodings.c:164
+msgid "Hebrew Visual"
+msgstr "Еврей (visual)"
+
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:230
+#: ../gedit/gedit-encodings.c:271 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr "Еврей"
+
+#: ../gedit/gedit-encodings.c:168 ../gedit/gedit-encodings.c:228
+#: ../gedit/gedit-encodings.c:269 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr "Турк"
+
+#: ../gedit/gedit-encodings.c:170
+msgid "Nordic"
+msgstr "Хойд"
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Celtic"
+msgstr "Келт"
+
+#: ../gedit/gedit-encodings.c:178 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr "Роман"
+
+#: ../gedit/gedit-encodings.c:190
+msgid "Armenian"
+msgstr "Армен"
+
+#: ../gedit/gedit-encodings.c:192 ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:208
+msgid "Chinese Traditional"
+msgstr "Хятад (үндэсний)"
+
+#: ../gedit/gedit-encodings.c:196
+msgid "Cyrillic/Russian"
+msgstr "Крилл / Орос"
+
+#: ../gedit/gedit-encodings.c:199 ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:250
+msgid "Japanese"
+msgstr "Япон"
+
+#: ../gedit/gedit-encodings.c:206 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:241 ../gedit/gedit-encodings.c:256
+msgid "Korean"
+msgstr "Солонгос"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:213
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:219
+msgid "Chinese Simplified"
+msgstr "Хятад (энгийн)"
+
+#: ../gedit/gedit-encodings.c:217
+msgid "Georgian"
+msgstr "Георг"
+
+#: ../gedit/gedit-encodings.c:247
+msgid "Cyrillic/Ukrainian"
+msgstr "Крилл / Украйн"
+
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:258
+#: ../gedit/gedit-encodings.c:277 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr "Ветьнам"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Thai"
+msgstr "Тайланд"
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr "Мэдэгдэхгүй"
+
+#: ../gedit/gedit-file-selector-util.c:132 ../plugins/savecopy/savecopy.c:356
+#, c-format
+msgid "A file named \"%s\" already exists.\n"
+msgstr "»%s« файл хэдийнэ оршин байна.\n"
+
+#: ../gedit/gedit-file-selector-util.c:133 ../plugins/savecopy/savecopy.c:360
+msgid "Do you want to replace it with the one you are saving?"
+msgstr "Та түүнийг үүгээр солиж дарж хадгалахыг хүсэж байна уу?"
+
+#: ../gedit/gedit-file-selector-util.c:142
+#, c-format
+msgid "The file \"%s\" is read-only.\n"
+msgstr "»%s« файл зөвхөн уншигдах.\n"
+
+#: ../gedit/gedit-file-selector-util.c:143
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Та түүнийг үүгээр солиж дарж хадгалахыг хүсэж байна уу?"
+
+#: ../gedit/gedit-file-selector-util.c:338 ../plugins/savecopy/savecopy.c:584
+msgid "All Files"
+msgstr "Бүх файлууд"
+
+#: ../gedit/gedit-file-selector-util.c:346 ../plugins/savecopy/savecopy.c:592
+msgid "All Text Files"
+msgstr "Бүх текст файлууд"
+
+#: ../gedit/gedit-file-selector-util.c:364 ../plugins/savecopy/savecopy.c:603
+#, fuzzy
+msgid "_Character Coding:"
+msgstr "_Тэмдэгт кодчилол:"
+
+#: ../gedit/gedit-file-selector-util.c:498
+msgid "Select a file to open"
+msgstr "Нээх файл сонгох"
+
+#: ../gedit/gedit-file-selector-util.c:523
+msgid "Select files to open"
+msgstr "Нээх файлууд сонгох"
+
+#: ../gedit/gedit-file-selector-util.c:559
+msgid "Select a filename to save"
+msgstr "Хадгалах файлын нэр сонгох"
+
+#: ../gedit/gedit-file.c:194
+msgid "Open File..."
+msgstr "Файл нээх..."
+
+#: ../gedit/gedit-file.c:250 ../gedit/gedit-file.c:390
+#, c-format
+msgid "Saving document \"%s\"..."
+msgstr "»%s« баримтыг хадгалаж байна..."
+
+#: ../gedit/gedit-file.c:279 ../gedit/gedit-file.c:408
+#, c-format
+msgid "The document \"%s\" has not been saved."
+msgstr "»%s« баримт хадгалагдсангүй."
+
+#: ../gedit/gedit-file.c:287 ../gedit/gedit-file.c:421
+#, c-format
+msgid "The document \"%s\" has been saved."
+msgstr "»%s« баримт хадгалагдлаа."
+
+#: ../gedit/gedit-file.c:372
+msgid "Save as..."
+msgstr "Доош хадгалах..."
+
+#: ../gedit/gedit-file.c:526
+#, c-format
+msgid "Revert unsaved changes to document \"%s\"?"
+msgstr "Та »%s« баримтад хийсэн өөрчилөлтүүдээ буцаахыг хүсэж байна уу?"
+
+#: ../gedit/gedit-file.c:535
+#, fuzzy, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Сүүлийн цагт баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+msgstr[1] "Сүүлийн цагт баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+
+#: ../gedit/gedit-file.c:544
+#, fuzzy
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Сүүлийн минутад баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+
+#: ../gedit/gedit-file.c:550
+#, fuzzy, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "Сүүлийн минутад баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+msgstr[1] "Сүүлийн минутад баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+
+#: ../gedit/gedit-file.c:560
+#, fuzzy, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Сүүлийн минутад баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+msgstr[1] "Сүүлийн минутад баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+
+#: ../gedit/gedit-file.c:575 ../gedit/gedit-file.c:596
+#, fuzzy, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Сүүлийн цагт баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+msgstr[1] "Сүүлийн цагт баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+
+#: ../gedit/gedit-file.c:581
+#, fuzzy, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "Сүүлийн минутад баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+msgstr[1] "Сүүлийн минутад баримтад хийсэн өөрчилөлтүүд сэргэхээргүй устана."
+
+#: ../gedit/gedit-file.c:617 ../gedit/gedit-ui.xml.h:94
+msgid "_Revert"
+msgstr "_Урвуулах"
+
+#: ../gedit/gedit-file.c:662
+#, c-format
+msgid "Error reverting the document \"%s\"."
+msgstr "»%s« файлыг урвуулж байхад алдаа."
+
+#: ../gedit/gedit-file.c:670
+#, c-format
+msgid "The document \"%s\" has not been reverted."
+msgstr "\"%s\" баримт урвуулагдсангүй."
+
+#: ../gedit/gedit-file.c:674
+#, c-format
+msgid "The document \"%s\" has been reverted."
+msgstr "\"%s\" баримт урвуулагдлаа."
+
+#: ../gedit/gedit-file.c:702
+#, c-format
+msgid "Reverting the document \"%s\"..."
+msgstr "\"%s\" баримтыг урвуулж байна..."
+
+#: ../gedit/gedit-file.c:825
+msgid "Could not read data from stdin."
+msgstr "stdin ээс өгөгдөл уншигдсангүй."
+
+#: ../gedit/gedit-file.c:912
+msgid "Reverting file:"
+msgstr "Урвуулах файл:"
+
+#: ../gedit/gedit-file.c:912
+msgid "Loading file:"
+msgstr "файл ачаалж байна:"
+
+#: ../gedit/gedit-file.c:1092 ../gedit/gedit-file.c:1333
+#, c-format
+msgid "Error loading file \"%s\""
+msgstr "\"%s\" файлыг ачаалж байхад алдаа"
+
+#: ../gedit/gedit-file.c:1113
+#, c-format
+msgid "Loaded file \"%s\""
+msgstr "»%s« файл ачаалагдав"
+
+#: ../gedit/gedit-file.c:1225
+#, c-format
+msgid "Loaded %d file"
+msgid_plural "Loaded %d files"
+msgstr[0] "%d файл ачаалагдав"
+msgstr[1] "%i файл ачаалагдав"
+
+#: ../gedit/gedit-file.c:1286
+#, fuzzy, c-format
+msgid "Created file \"%s\""
+msgstr "»%s« файл ачаалагдав"
+
+#: ../gedit/gedit-file.c:1304
+#, c-format
+msgid "Loading file \"%s\"..."
+msgstr "\"%s\" файл ачаалж байна..."
+
+#: ../gedit/gedit-file.c:1469
+#, c-format
+msgid "Loading %d file..."
+msgid_plural "Loading %d files..."
+msgstr[0] "%d файл ачаалж байна..."
+msgstr[1] "%d файл ачаалж байна..."
+
+#: ../gedit/gedit-io-error-dialogs.c:84
+#, fuzzy, c-format
+msgid "Could not find the file \"%s\""
+msgstr "»%s« файл нээгдсэнгүй"
+
+#: ../gedit/gedit-io-error-dialogs.c:86 ../gedit/gedit-io-error-dialogs.c:130
+#: ../gedit/gedit-io-error-dialogs.c:150
+#, fuzzy
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+"»%s« бол лавлах.\n"
+"\n"
+"Та өгсөн байрлалаа зөв эсэхийг нягтлаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:91 ../gedit/gedit-io-error-dialogs.c:99
+#: ../gedit/gedit-io-error-dialogs.c:116 ../gedit/gedit-io-error-dialogs.c:122
+#: ../gedit/gedit-io-error-dialogs.c:135 ../gedit/gedit-io-error-dialogs.c:141
+#: ../gedit/gedit-io-error-dialogs.c:155 ../gedit/gedit-io-error-dialogs.c:171
+#: ../gedit/gedit-io-error-dialogs.c:215 ../gedit/gedit-io-error-dialogs.c:223
+#: ../gedit/gedit-io-error-dialogs.c:231 ../gedit/gedit-io-error-dialogs.c:239
+#: ../gedit/gedit-io-error-dialogs.c:246 ../gedit/gedit-io-error-dialogs.c:252
+#: ../gedit/gedit-io-error-dialogs.c:292 ../gedit/gedit-io-error-dialogs.c:313
+#: ../gedit/gedit-io-error-dialogs.c:341
+#, c-format
+msgid "Could not open the file \"%s\""
+msgstr "»%s« файл нээгдсэнгүй"
+
+#: ../gedit/gedit-io-error-dialogs.c:93 ../gedit/gedit-io-error-dialogs.c:406
+#, fuzzy
+msgid "The file contains corrupted data."
+msgstr "»%s« файл нээгдсэнгүй, учир нь тэр гэмтсэн өгөгдөл агуулж байна."
+
+#: ../gedit/gedit-io-error-dialogs.c:104 ../gedit/gedit-io-error-dialogs.c:417
+#, fuzzy, c-format
+msgid "gedit cannot handle %s: locations."
+msgstr "Гедит бичих горимд %s:-байрлалыг боловсруулж чадахгүй."
+
+#: ../gedit/gedit-io-error-dialogs.c:109 ../gedit/gedit-io-error-dialogs.c:422
+#, fuzzy
+msgid "gedit cannot handle this location."
+msgstr "Гедит бичих горимд %s:-байрлалыг боловсруулж чадахгүй."
+
+#: ../gedit/gedit-io-error-dialogs.c:118 ../gedit/gedit-io-error-dialogs.c:431
+#, fuzzy
+msgid "The file contains data in an invalid format."
+msgstr ""
+"»%s« файл нээгдсэнгүй, учир нь тэр хүчингүй форматтай өгөгдөл агуулж байна."
+
+#: ../gedit/gedit-io-error-dialogs.c:124 ../gedit/gedit-io-error-dialogs.c:437
+#, fuzzy
+msgid "The file is too big."
+msgstr "Энэ файл хэт олон символик холбоостой байна."
+
+#: ../gedit/gedit-io-error-dialogs.c:128
+#, c-format
+msgid "\"%s\" is not a valid location"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:137 ../gedit/gedit-io-error-dialogs.c:443
+msgid "Access was denied."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:143
+#, fuzzy
+msgid ""
+"there are too many open files. Please, close some open files and try again."
+msgstr ""
+"»%s« файл нээгдсэнгүй, учир нь хэт олон файл нээгдсэн байна.\n"
+"\n"
+"Та файлуудаасаа заримыг нь хаагаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:148 ../gedit/gedit-io-error-dialogs.c:661
+#, c-format
+msgid "\"%s\" is a directory"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:157
+#, fuzzy
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+"»%s« файлыг нээх хангалттай сул зай санах ойд алга.Та зарим х.программуудаа "
+"хааж байгаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:185 ../gedit/gedit-io-error-dialogs.c:483
+#, fuzzy, c-format
+msgid ""
+"Host \"%s\" could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"»%s« файлыг урвуулж чадсангүй, учир нь хост »%s« олдсонгүй.\n"
+"\n"
+"Та итгэмжилэгчийн тохируулгаа зөв эсэхийг шалгаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:196 ../gedit/gedit-io-error-dialogs.c:207
+#: ../gedit/gedit-io-error-dialogs.c:217
+#, fuzzy
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+"»%s« нь хүчингүй байрлал.\n"
+"\n"
+"Та өгсөн байрлалаа зөв эсэхийг нягтлаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:225
+#, fuzzy
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+"»%s« файл нээгдсэнгүй, учир нь хостын нэр хоосон байв.\n"
+"\n"
+"Та итгэмжилэгчийн тохируулгаа зөв эсэхийг шалгаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:233
+#, fuzzy
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"»%s« файл олдсонгүй.\n"
+"\n"
+"Та түүнийг зөв байрлалд байгаа эсэхийг нь нягтлаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:241
+#, fuzzy
+msgid ""
+"The file contains invalid data. Probably, you are trying to open a binary "
+"file."
+msgstr ""
+"»%s« файл нээгдсэнгүй, учир нь тэр хүчингүй өгөгдөл агуулж байна\n"
+"\n"
+"Та магад бинар файл нээхийг оролдсон байх."
+
+#: ../gedit/gedit-io-error-dialogs.c:248
+msgid "The file you are trying to open is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:294
+#, fuzzy
+msgid ""
+"gedit was not able to automatically detect the character coding. Please, "
+"check that you are not trying to open a binary file and try again selecting "
+"a character coding in the 'Open File...' (or 'Open Location') dialog."
+msgstr ""
+"»%s« файл нээгдсэнгүй, учир нь Гедит автомат тэмдэгт кодчилолоороо юу ч "
+"илрүүлсэнгүй.\n"
+"\n"
+"Та бинар файл нээхийг оролдоогүй эсэхээ шалгаад 'Файл нээх...' (эсвэл "
+"'Байрлал нээх') диалогоос тэмдэгт кодчилолыг сонгоод ахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:302 ../gedit/gedit-io-error-dialogs.c:328
+#, fuzzy, c-format
+msgid "Could not open the file \"%s\" using the %s character coding"
+msgstr "»%s« файл нээгдсэнгүй, учир нь тэр хэтэрхий том байна."
+
+#: ../gedit/gedit-io-error-dialogs.c:305 ../gedit/gedit-io-error-dialogs.c:331
+#, fuzzy
+msgid ""
+"Please, check that you are not trying to open a binary file and that you "
+"selected the right character coding in the 'Open File... ' (or 'Open "
+"Location') dialog and try again."
+msgstr ""
+"»%2$s« тэмдэгт кодчилол бүхий »%1$s« файл нээгдсэнгүй.\n"
+"\n"
+"Та бинар файл нээхийг оролдоогүй эсэхээ шалгаад 'Файл нээх...' (эсвэл "
+"'Байрлал нээх') диалогоос зөв тэмдэгт кодчилолыг сонгоод ахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:315
+#, fuzzy
+msgid ""
+"The file contains data in an invalid format. Probably, you are trying to "
+"open a binary file."
+msgstr ""
+"»%s« файл нээгдсэнгүй, учир нь тэр хүчингүй өгөгдөл агуулж байна\n"
+"\n"
+"Та магад бинар файл нээхийг оролдсон байх."
+
+#: ../gedit/gedit-io-error-dialogs.c:397 ../gedit/gedit-io-error-dialogs.c:404
+#: ../gedit/gedit-io-error-dialogs.c:410 ../gedit/gedit-io-error-dialogs.c:429
+#: ../gedit/gedit-io-error-dialogs.c:435 ../gedit/gedit-io-error-dialogs.c:441
+#: ../gedit/gedit-io-error-dialogs.c:447 ../gedit/gedit-io-error-dialogs.c:454
+#: ../gedit/gedit-io-error-dialogs.c:469 ../gedit/gedit-io-error-dialogs.c:497
+#: ../gedit/gedit-io-error-dialogs.c:505 ../gedit/gedit-io-error-dialogs.c:511
+#: ../gedit/gedit-io-error-dialogs.c:518 ../gedit/gedit-io-error-dialogs.c:557
+#, fuzzy, c-format
+msgid "Could not revert the file \"%s\""
+msgstr "»%s« файлыг урвуулж чадсангүй."
+
+#: ../gedit/gedit-io-error-dialogs.c:399
+#, fuzzy
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr ""
+"»%s« файлыг урвуулж чадсангүй учир нь Гедит түүнийг олсонгүй.\n"
+"\n"
+"Магадгүй тэр саяхан устгагдсан байх."
+
+#: ../gedit/gedit-io-error-dialogs.c:449
+#, fuzzy
+msgid ""
+"There are too many open files. Please, close some open files and try again."
+msgstr ""
+"»%s« файл нээгдсэнгүй, учир нь хэт олон файл нээгдсэн байна.\n"
+"\n"
+"Та файлуудаасаа заримыг нь хаагаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:456
+#, fuzzy
+msgid ""
+"Not enough available memory. Please, close some running applications and try "
+"again."
+msgstr ""
+"»%s« файлыг нээх хангалттай сул зай санах ойд алга.Та зарим х.программуудаа "
+"хааж байгаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:499
+#, fuzzy
+msgid ""
+"The host name was empty. Please, check that your proxy settings are correct "
+"and try again."
+msgstr ""
+"»%s« файл нээгдсэнгүй, учир нь хостын нэр хоосон байв.\n"
+"\n"
+"Та итгэмжилэгчийн тохируулгаа зөв эсэхийг шалгаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:507
+msgid "Attempt to log in failed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:513
+#, fuzzy
+msgid ""
+"The file contains invalid UTF-8 data. Probably, you are trying to revert a "
+"binary file."
+msgstr ""
+"»%s« файлыг урвуулж чадсангүй, учир нь тэр хүчингүй UTF-8 өгөгдөл агуулж "
+"байна\n"
+"\n"
+"Та магад бинар файл урвуулахыг оролдсон байх."
+
+#: ../gedit/gedit-io-error-dialogs.c:520
+msgid "It is not possible to revert an Untitled document."
+msgstr "Та нэргүй баримт урвуулж чадахгүй."
+
+#: ../gedit/gedit-io-error-dialogs.c:607
+#, fuzzy, c-format
+msgid "Could not save the file \"%s\""
+msgstr "»%s« файлыг хадгалаж чадсангүй."
+
+#: ../gedit/gedit-io-error-dialogs.c:656
+#, fuzzy, c-format
+msgid "The file \"%s\" already exists"
+msgstr "»%s« файл хэдийнэ оршин байна."
+
+#: ../gedit/gedit-io-error-dialogs.c:662
+#, fuzzy
+msgid "Please, check that you typed the location correctly."
+msgstr ""
+"»%s« нь лавлах.\n"
+"\n"
+"Та байрлалаа зөв өгсөн эсэхийг нягтлаад дахин оролдоно уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:668 ../gedit/gedit-io-error-dialogs.c:674
+#: ../gedit/gedit-io-error-dialogs.c:680 ../gedit/gedit-io-error-dialogs.c:687
+#: ../gedit/gedit-io-error-dialogs.c:694
+#, fuzzy, c-format
+msgid "Could not create the file \"%s\""
+msgstr "»%s« файл үүсгэгдсэнгүй."
+
+#: ../gedit/gedit-io-error-dialogs.c:670
+#, fuzzy
+msgid "Make sure you have the appropriate write permissions."
+msgstr ""
+"»%s« файлыг үүсгэж чадсангүй.\n"
+"\n"
+"Та өөртөө шаардлагатай хандах эрх байгаа эсэхээ нягтлана уу."
+
+#: ../gedit/gedit-io-error-dialogs.c:676
+#, fuzzy
+msgid "The file name is too long."
+msgstr ""
+"»%s« файлыг үүсгэж чадсангүй.\n"
+"\n"
+"Файлын нэр хэтэрхий урт байна."
+
+#: ../gedit/gedit-io-error-dialogs.c:682
+#, fuzzy
+msgid ""
+"A directory component in the file name does not exist or is a dangling "
+"symbolic link."
+msgstr ""
+"»%s« файлыг үүсгэж чадсангүй.\n"
+"\n"
+"Лавлах бүрэлдхүүн файлын нэрэнд алга эсвэл өнчирсөн символик холбоос байна."
+
+#: ../gedit/gedit-io-error-dialogs.c:689
+#, fuzzy
+msgid ""
+"There is not enough disk space to create the file. Please free some disk "
+"space and try again."
+msgstr ""
+"»%s« файлыг хадгалах хангалттай зай дискэн дээр алга.\n"
+"\n"
+"Дискэн дээрээ зай гаргаад дахин оролдоно уу."
+
+#. Read only
+#: ../gedit/gedit-mdi-child.c:249
+msgid "RO"
+msgstr "ЗӨВХӨН-УНШИХ"
+
+#. Add the detach tab button
+#: ../gedit/gedit-mdi-child.c:650 ../gedit/gedit-ui.xml.h:85
+msgid "_Move to New Window"
+msgstr "Шинэ цонх руу _шилжүүлэх"
+
+#: ../gedit/gedit-mdi-child.c:803
+msgid "Unicode (UTF-8)"
+msgstr "Юникод (ЮТФ-8)"
+
+#: ../gedit/gedit-mdi-child.c:813
+msgid "Name:"
+msgstr "Нэр:"
+
+#: ../gedit/gedit-mdi-child.c:814
+msgid "MIME Type:"
+msgstr "MIME Төрөл:"
+
+#: ../gedit/gedit-mdi-child.c:815
+msgid "Encoding:"
+msgstr "Кодчилол:"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-mdi.c:260 ../gedit/gedit-mdi.c:463
+#, c-format
+msgid "Open '%s'"
+msgstr "'%s'-г нээх"
+
+#: ../gedit/gedit-mdi.c:538
+msgid "Open a recently used file"
+msgstr "Шинэхэн хэрэглэсэн файл нээх"
+
+#: ../gedit/gedit-mdi.c:1477 ../gedit/gedit-mdi.c:1479
+#, fuzzy
+msgid "Read Only"
+msgstr "(зөвхөн унших)"
+
+#: ../gedit/gedit-mdi.c:2103
+msgid "Normal"
+msgstr "Энгийн"
+
+#: ../gedit/gedit-mdi.c:2104
+msgid "Use Normal highlight mode"
+msgstr "Энгийн онцгойлолын горим хэрэглэх"
+
+#: ../gedit/gedit-mdi.c:2180
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "%s онцгойлолын горим хэрэглэх"
+
+#: ../gedit/gedit-output-window.c:378
+msgid "Close the output window"
+msgstr "Гаралтын цонх хаах"
+
+#: ../gedit/gedit-output-window.c:416
+msgid "Copy selected lines"
+msgstr "Тэмдэглэгдсэн мөрүүдийг хуулах"
+
+#: ../gedit/gedit-output-window.c:436
+msgid "Clear the output window"
+msgstr "Гаралтын цонхыг цэвэрлэх"
+
+#: ../gedit/gedit-output-window.c:476
+msgid "Output Lines"
+msgstr "Гаралтын мөр"
+
+#: ../gedit/gedit-prefs-manager.c:175
+msgid "Cannot initialize preferences manager."
+msgstr "Тохируулгын менежер инициацлагдсангүй."
+
+#: ../gedit/gedit-prefs-manager.c:1326
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "»%s« -г хүлээж байна харин »%s« -г түлхүүр %s -н хувьд авсан"
+
+#: ../gedit/gedit-print.c:219 ../gedit/gedit-ui.xml.h:37
+msgid "Print"
+msgstr "Хэвлэх"
+
+#: ../gedit/gedit-print.c:228 ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Lines"
+msgstr "Мөрүүд"
+
+#: ../gedit/gedit-print.c:330
+msgid "Preparing pages..."
+msgstr "Хуудсуудыг бэлтгэж байна..."
+
+#: ../gedit/gedit-print.c:357
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Нийт %2$d хуудсын %1$d -г гүйцээв..."
+
+#: ../gedit/gedit-print.c:359
+#, c-format
+msgid "Printing page %d of %d..."
+msgstr "Нийт %2$d хуудсын %1$d -г хэвлэв..."
+
+#: ../gedit/gedit-print.c:381 ../gedit/gedit-ui.xml.h:40
+msgid "Print preview"
+msgstr "Хэвлэхээр харах"
+
+#: ../gedit/gedit-print.c:551
+#, c-format
+msgid "File: %s"
+msgstr "Файл: %s"
+
+#: ../gedit/gedit-print.c:557
+msgid "Page %N of %Q"
+msgstr "%2$Q -н %1$N хуудас"
+
+#: ../gedit/gedit-ui.xml.h:1
+msgid "About this application"
+msgstr "Энэ программын тухай"
+
+#: ../gedit/gedit-ui.xml.h:2
+msgid "Change the visibility of the output window in the current window"
+msgstr "Идэвхитэй цонхон доторхи гаралтын цонхны харагдалтыг өөрчилөх"
+
+#: ../gedit/gedit-ui.xml.h:3
+msgid "Change the visibility of the statusbar in the current window"
+msgstr "Идэвхитэй цонхон доторхи төлвийн самбарын харагдалтыг өөрчилөх"
+
+#: ../gedit/gedit-ui.xml.h:4
+msgid "Change the visibility of the toolbar in the current window"
+msgstr "Идэвхитэй цонхон доторхи багаж самбарын харагдалтыг өөрчилөх"
+
+#: ../gedit/gedit-ui.xml.h:5
+msgid "Close"
+msgstr "Хаах"
+
+#: ../gedit/gedit-ui.xml.h:6
+msgid "Close all open files"
+msgstr "Бүх нээлттэй файлуудыг хаах"
+
+#: ../gedit/gedit-ui.xml.h:7
+msgid "Close the current file"
+msgstr "Идэвхитэй файлыг хаах"
+
+#: ../gedit/gedit-ui.xml.h:8
+msgid "Configure the application"
+msgstr "Программыг тохируулах"
+
+#: ../gedit/gedit-ui.xml.h:9
+msgid "Copy"
+msgstr "Хуулах"
+
+#: ../gedit/gedit-ui.xml.h:10
+msgid "Copy the selection"
+msgstr "Тэмдэглэсэн текстийг хуулах"
+
+#: ../gedit/gedit-ui.xml.h:11
+msgid "Create a new document"
+msgstr "Шинэ баримт үүсгэх"
+
+#: ../gedit/gedit-ui.xml.h:12
+msgid "Cu_t"
+msgstr "_Тасдах"
+
+#: ../gedit/gedit-ui.xml.h:13
+msgid "Cut"
+msgstr "Тасдах"
+
+#: ../gedit/gedit-ui.xml.h:14
+msgid "Cut the selection"
+msgstr "Тэмдэглэсэн текст тасдан авах"
+
+#: ../gedit/gedit-ui.xml.h:15
+msgid "Delete"
+msgstr "Устгах"
+
+#: ../gedit/gedit-ui.xml.h:16
+msgid "Delete the selected text"
+msgstr "Тэмдэглэсэн текст устгах"
+
+#: ../gedit/gedit-ui.xml.h:18
+msgid "Find Ne_xt"
+msgstr "_Цааш хайх"
+
+#: ../gedit/gedit-ui.xml.h:20
+msgid "Find Pre_vious"
+msgstr "Ө_мнөхийг олох"
+
+#: ../gedit/gedit-ui.xml.h:21
+msgid "Find Previous"
+msgstr "Өмнөхийг олох"
+
+#: ../gedit/gedit-ui.xml.h:22
+msgid "Go to _Line..."
+msgstr "_Мөр рүү очих..."
+
+#: ../gedit/gedit-ui.xml.h:23
+msgid "Go to a specific line"
+msgstr "Тодорхой мөр лүү очих"
+
+#: ../gedit/gedit-ui.xml.h:24
+msgid "Main toolbar"
+msgstr "Үндсэн багаж цэс"
+
+#: ../gedit/gedit-ui.xml.h:25
+msgid "Move the current document to a new window"
+msgstr "Идэвхитэй баримтыг шинэ цонх руу шилжүүлэх"
+
+#: ../gedit/gedit-ui.xml.h:26
+msgid "New"
+msgstr "Шинэ"
+
+#: ../gedit/gedit-ui.xml.h:27
+msgid "Open"
+msgstr "Нээх"
+
+#: ../gedit/gedit-ui.xml.h:28
+msgid "Open Location..."
+msgstr "Байрлал нээх..."
+
+#: ../gedit/gedit-ui.xml.h:29
+msgid "Open _Location..."
+msgstr "_Байрлал нээх..."
+
+#: ../gedit/gedit-ui.xml.h:30
+msgid "Open a file"
+msgstr "Файл нээх"
+
+#: ../gedit/gedit-ui.xml.h:31
+msgid "Open a file from a specified location"
+msgstr "Тодорхой байрлалаас файл нээх"
+
+#: ../gedit/gedit-ui.xml.h:32
+msgid "Open the gedit manual"
+msgstr "Гедит-гарын авлага нээх"
+
+#: ../gedit/gedit-ui.xml.h:33
+msgid "Page Set_up"
+msgstr "Хуудсын _тохируулга"
+
+#: ../gedit/gedit-ui.xml.h:34
+msgid "Paste"
+msgstr "Буулгах"
+
+#: ../gedit/gedit-ui.xml.h:35
+msgid "Paste the clipboard"
+msgstr "Клипбордыг буулгах"
+
+#: ../gedit/gedit-ui.xml.h:36
+msgid "Pr_eferences"
+msgstr "_Тохируулгууд"
+
+#: ../gedit/gedit-ui.xml.h:38
+msgid "Print Previe_w..."
+msgstr "Хэвлэхээр _харах..."
+
+#: ../gedit/gedit-ui.xml.h:39
+msgid "Print Preview"
+msgstr "Хэвлэхээр харах"
+
+#: ../gedit/gedit-ui.xml.h:41
+msgid "Print the current file"
+msgstr "Идэвхитэй файлыг хэвлэх"
+
+#: ../gedit/gedit-ui.xml.h:42
+msgid "Quit"
+msgstr "Дуусгах"
+
+#: ../gedit/gedit-ui.xml.h:43
+msgid "Quit the program"
+msgstr "Програмаас гарах"
+
+#: ../gedit/gedit-ui.xml.h:44
+msgid "Redo"
+msgstr "Сэргээх"
+
+#: ../gedit/gedit-ui.xml.h:45
+msgid "Redo the undone action"
+msgstr "Цуцлагдсан үйл явцийг сэргээх"
+
+#: ../gedit/gedit-ui.xml.h:47
+msgid "Revert"
+msgstr "Урвуулах"
+
+#: ../gedit/gedit-ui.xml.h:48
+msgid "Revert to a saved version of the file"
+msgstr "Файлын хадгалагдан хувилбар урвуулагдлаа"
+
+#: ../gedit/gedit-ui.xml.h:49
+msgid "Save"
+msgstr "Хадгалах"
+
+#: ../gedit/gedit-ui.xml.h:50
+msgid "Save As"
+msgstr "Доош хадгалах"
+
+#: ../gedit/gedit-ui.xml.h:51
+msgid "Save _As..."
+msgstr "_Доош хадгалах..."
+
+#: ../gedit/gedit-ui.xml.h:52
+msgid "Save all open files"
+msgstr "Бүх нээлттэй файлуудыг хадгалах"
+
+#: ../gedit/gedit-ui.xml.h:53
+msgid "Save the current file"
+msgstr "Идэвхитэй файлыг хадгалах"
+
+#: ../gedit/gedit-ui.xml.h:54
+msgid "Save the current file with a different name"
+msgstr "Идэвхитэй файлыг өөр нэрээр хадгалах"
+
+#: ../gedit/gedit-ui.xml.h:55
+msgid "Search backwards for the same text"
+msgstr "Ижил үгийг гэдрэг хайх"
+
+#: ../gedit/gedit-ui.xml.h:56
+msgid "Search for and replace text"
+msgstr "Текстийг олоод орлуулах"
+
+#: ../gedit/gedit-ui.xml.h:57
+msgid "Search for text"
+msgstr "Текст хайх"
+
+#: ../gedit/gedit-ui.xml.h:58
+msgid "Search forwards for the same text"
+msgstr "Ижил текстийг цааш хайх"
+
+#: ../gedit/gedit-ui.xml.h:59
+msgid "Select All"
+msgstr "Бүгдийг тэмдэглэх"
+
+#: ../gedit/gedit-ui.xml.h:60
+msgid "Select _All"
+msgstr "_Бүгдийг тэмдэглэх"
+
+#: ../gedit/gedit-ui.xml.h:61
+msgid "Select the entire document"
+msgstr "Бүхийл баримтыг тэмдэглэх"
+
+#: ../gedit/gedit-ui.xml.h:62
+msgid ""
+"Set toolbar button style according to desktop Menu and Toolbar Preferences"
+msgstr "Багаж самбарын товчны хэлбэрийг системийн стандартаар тохируулах"
+
+#: ../gedit/gedit-ui.xml.h:63
+msgid "Setup the page settings"
+msgstr "Хуудсын тохируулга хийх"
+
+#: ../gedit/gedit-ui.xml.h:64
+msgid "Show only icons in the toolbar"
+msgstr "Зөвхөн тэмдэгүүдийг багаж самбарт харуулах"
+
+#: ../gedit/gedit-ui.xml.h:65
+msgid "Show text below every icon in the toolbar"
+msgstr "Багаж самбарт тэмдэгүүдийн доор текст харуулах"
+
+#: ../gedit/gedit-ui.xml.h:66
+msgid "Show text only beside important icons in the toolbar"
+msgstr "Багаж самбарт зөвхөн чухал тэмдэгүүдийн доор текст харуулах"
+
+#: ../gedit/gedit-ui.xml.h:67
+msgid "T_ext for Important Icons"
+msgstr "Чухал тэмдэгүүдийн _текст"
+
+#: ../gedit/gedit-ui.xml.h:68
+msgid "Undo"
+msgstr "Цуцлах"
+
+#: ../gedit/gedit-ui.xml.h:69
+msgid "Undo the last action"
+msgstr "Сүүлийн үйлдлийг цуцлах"
+
+#: ../gedit/gedit-ui.xml.h:70
+msgid "_About"
+msgstr "_Тухай"
+
+#: ../gedit/gedit-ui.xml.h:71
+msgid "_Close"
+msgstr "_Хаах"
+
+#: ../gedit/gedit-ui.xml.h:72
+msgid "_Close All"
+msgstr "Бүгдийг хаах"
+
+#: ../gedit/gedit-ui.xml.h:73
+msgid "_Contents"
+msgstr "_Агуулга"
+
+#: ../gedit/gedit-ui.xml.h:74
+msgid "_Copy"
+msgstr "Х_уулах"
+
+#: ../gedit/gedit-ui.xml.h:75
+msgid "_Customize Toolbar"
+msgstr "Багаж самбар _тохируулах"
+
+#: ../gedit/gedit-ui.xml.h:76
+msgid "_Delete"
+msgstr "_Устгах"
+
+#: ../gedit/gedit-ui.xml.h:77
+msgid "_Desktop Default"
+msgstr "_Системийн стандарт"
+
+#: ../gedit/gedit-ui.xml.h:78
+msgid "_Documents"
+msgstr "_Баримтууд"
+
+#: ../gedit/gedit-ui.xml.h:79
+msgid "_Edit"
+msgstr "_Боловсруулах"
+
+#: ../gedit/gedit-ui.xml.h:80
+msgid "_File"
+msgstr "_Файл"
+
+#: ../gedit/gedit-ui.xml.h:81
+msgid "_Find..."
+msgstr "_Хайх..."
+
+#: ../gedit/gedit-ui.xml.h:82
+msgid "_Help"
+msgstr "_Тусламж"
+
+#: ../gedit/gedit-ui.xml.h:83
+msgid "_Highlight Mode"
+msgstr "_Онцгойлолын горим"
+
+#: ../gedit/gedit-ui.xml.h:84
+msgid "_Icons Only"
+msgstr "Зөвхөн _тэмдэг"
+
+#: ../gedit/gedit-ui.xml.h:86
+msgid "_New"
+msgstr "_Шинэ"
+
+#: ../gedit/gedit-ui.xml.h:87
+msgid "_Open..."
+msgstr "_Нээх..."
+
+#: ../gedit/gedit-ui.xml.h:88
+msgid "_Output Window"
+msgstr "_Гаралт цонх"
+
+#: ../gedit/gedit-ui.xml.h:89
+msgid "_Paste"
+msgstr "_Буулгах"
+
+#: ../gedit/gedit-ui.xml.h:90
+msgid "_Print..."
+msgstr "_Хэвлэх..."
+
+#: ../gedit/gedit-ui.xml.h:91
+msgid "_Quit"
+msgstr "_Гарах"
+
+#: ../gedit/gedit-ui.xml.h:92
+msgid "_Redo"
+msgstr "_Сэргээх"
+
+#: ../gedit/gedit-ui.xml.h:93
+msgid "_Replace..."
+msgstr "_Орлуулах..."
+
+#: ../gedit/gedit-ui.xml.h:95
+msgid "_Save"
+msgstr "_Хадгалах"
+
+#: ../gedit/gedit-ui.xml.h:96
+msgid "_Save All"
+msgstr "Бүгдийг _хадгалах"
+
+#: ../gedit/gedit-ui.xml.h:97
+msgid "_Search"
+msgstr "_Хайх"
+
+#: ../gedit/gedit-ui.xml.h:98
+msgid "_Statusbar"
+msgstr "_Төлөв самбар"
+
+#: ../gedit/gedit-ui.xml.h:99
+msgid "_Text for All Icons"
+msgstr "Бүх темдэгүүдийн _текст"
+
+#: ../gedit/gedit-ui.xml.h:100
+msgid "_Toolbar"
+msgstr "_Багаж самбар"
+
+#: ../gedit/gedit-ui.xml.h:101
+msgid "_Tools"
+msgstr "_Хэрэгслүүд"
+
+#: ../gedit/gedit-ui.xml.h:102
+msgid "_Undo"
+msgstr "_Цуцлах"
+
+#: ../gedit/gedit-ui.xml.h:103
+msgid "_View"
+msgstr "_Харах"
+
+#: ../gedit/gedit-utils.c:686
+msgid " (invalid Unicode)"
+msgstr " (хүчингүй юникод)"
+
+#.
+#. if (col == chars)
+#. msg = g_strdup_printf (_(" Ln %d, Col %d"), row + 1, col + 1);
+#. else
+#. msg = g_strdup_printf (_(" Ln %d, Col %d-%d"), row + 1, chars + 1, col + 1);
+#.
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-view.c:879
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Мөр %d, Баг %d"
+
+#: ../gedit/gedit-view.c:915
+msgid " OVR"
+msgstr " ДАР"
+
+#: ../gedit/gedit-view.c:917
+msgid " INS"
+msgstr " ОРХ"
+
+#: ../gedit/gedit2.c:83
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit2.c:86
+msgid "Quit an existing instance of gedit"
+msgstr "Гедит -н оршин буй хуулбараас гарах"
+
+#: ../gedit/gedit2.c:89
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "Гедит -н оршин буй хуулбарт үндсэн цонх үүсгэх"
+
+#: ../gedit/gedit2.c:92
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Гедит -н оршин буй хуулбарт шинэ баримт үүсгэх"
+
+#: ../gedit/gedit2.c:168
+#, c-format
+msgid "The specified encoding \"%s\" is not valid\n"
+msgstr ""
+
+#: ../gedit/gedit-convert.c:91
+msgid "The file you are trying to open contains an invalid byte sequence."
+msgstr ""
+
+#: ../gedit/gedit-convert.c:160 ../gedit/gedit-convert.c:204
+msgid ""
+"gedit was not able to automatically determine the encoding of the file you "
+"want to open."
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:43
+#, fuzzy
+msgid "C_hange Case"
+msgstr "Өө_рчилөх"
+
+#: ../plugins/changecase/changecase.c:49
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:50
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:51
+#, fuzzy
+msgid "_Invert Case"
+msgstr "Тэмдэгт _оруулах"
+
+#: ../plugins/changecase/changecase.c:52
+#, fuzzy
+msgid "_Title Case"
+msgstr "Гарчиг"
+
+#: ../plugins/changecase/changecase.c:54
+#, fuzzy
+msgid "Change selected text to upper case"
+msgstr "Тэмдэглэсэн текстийг клипборд руу хуулах"
+
+#: ../plugins/changecase/changecase.c:55
+#, fuzzy
+msgid "Change selected text to lower case"
+msgstr "Тэмдэглэсэн текстийг клипборд руу хуулах"
+
+#: ../plugins/changecase/changecase.c:56
+#, fuzzy
+msgid "Invert the case of selected text"
+msgstr "Тэмдэглэсэн текст устгах"
+
+#: ../plugins/changecase/changecase.c:57
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Change Case"
+msgstr "Өө_рчилөх"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Changes the case of selected text."
+msgstr "Тэмдэглэсэн текст устгах"
+
+#: ../plugins/docinfo/docinfo.c:45
+msgid "_Document Statistics"
+msgstr "_Баримтын тоон үзүүлэлт"
+
+#: ../plugins/docinfo/docinfo.c:48
+msgid "Get statistic info on current document"
+msgstr "Идэвхитэй баримтын тоон үзүүлэлтийн мэдээллийг харуулах"
+
+#: ../plugins/docinfo/docinfo.c:139
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+msgid "Document Statistics"
+msgstr "Баримтын тоон үзүүлэлт"
+
+#: ../plugins/docinfo/docinfo.c:153
+msgid "_Update"
+msgstr "_Идэвхижүүлэх"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Баримтын тоон үзүүлэлтийн плугин идэвхитэй баримтыг шинжилээд баримтад "
+"агуулагдаж буй үгсийн тоо, мөр, тэмдэгт түүгчлэн хоосон бус тэмдэгтийн олоод "
+"дэлгэцэнд үзүүлнэ."
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">Файлын нэр</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "Байт"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "Тэмдэгт (хоосон бус)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "Тэмдэгт (хоосонтой)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Update"
+msgstr "Идэвхижүүлэх"
+
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Words"
+msgstr "Үгс"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "gedit: Document Info plugin"
+msgstr "Гедит: Баримтийн Info-плугин"
+
+#: ../plugins/indent/indent.c:45
+msgid "_Indent"
+msgstr "Догол _мөр"
+
+#: ../plugins/indent/indent.c:47
+msgid "Indent selected lines"
+msgstr "Тэмдэглэсэн мөрүүдийг доголтой болгох"
+
+#: ../plugins/indent/indent.c:49
+msgid "U_nindent"
+msgstr "Доголоос _зайлсхийх"
+
+#: ../plugins/indent/indent.c:51
+msgid "Unindent selected lines"
+msgstr "Тэмдэглэсэн мөрүүдээс доголыг авах"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent lines"
+msgstr "Мөр нэмэх"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Indents or un-indents selected lines."
+msgstr "Тэмдэглэсэн мөрүүдэд догол хийх эсвэл авах."
+
+#: ../plugins/sample/sample.c:43
+msgid "Insert User Na_me"
+msgstr "Хэрэглэгчийн нэр оруулах"
+
+#: ../plugins/sample/sample.c:46
+msgid "Insert the user name at the cursor position"
+msgstr "Хэрэглэгчийн нэрийг курсорын байрлалд оруулах"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "Хэрэглэгчийн нэрийг курсорын байрлалд оруулах"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "Хэрэглэгчийн нэр"
+
+#: ../plugins/savecopy/savecopy.c:49
+#, fuzzy
+msgid "Sa_ve Copy..."
+msgstr "Х_уулах"
+
+#: ../plugins/savecopy/savecopy.c:52
+#, fuzzy
+msgid "Save a copy of the current document"
+msgstr "Идэвхитэй баримтын хэлийг тогтоох"
+
+#: ../plugins/savecopy/savecopy.c:315
+#, fuzzy, c-format
+msgid "Could not save a copy of the file to \"%s\""
+msgstr "»%s« файлыг хадгалаж чадсангүй."
+
+#: ../plugins/savecopy/savecopy.c:414
+msgid "You are trying to overwrite the original file"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.c:523
+#, fuzzy
+msgid "Save Copy..."
+msgstr "Юу ч _хадгалахгүй"
+
+#. translators: %s is a filename
+#: ../plugins/savecopy/savecopy.c:555 ../plugins/savecopy/savecopy.c:565
+#, c-format
+msgid "%s (copy)"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Save a Copy"
+msgstr "Бүх нээлттэй файлуудыг хадгалах"
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Saves a copy of the current document to a local or remote location."
+msgstr "Идэвхитэй баримт эсвэл тэмдэглэгээг эрэмбэлэх."
+
+#: ../plugins/shell_output/shell_output.c:56
+msgid "_Run Command..."
+msgstr "Тушаал а_жиллуулах..."
+
+#: ../plugins/shell_output/shell_output.c:59
+msgid "Run a command"
+msgstr "Тушаал ажиллуулах"
+
+#: ../plugins/shell_output/shell_output.c:156
+#: ../plugins/shell_output/shell_output.c:576
+msgid "Stopped"
+msgstr "Зогсоох"
+
+#: ../plugins/shell_output/shell_output.c:355
+msgid "Run Command"
+msgstr "Тушаал биелүүлэх"
+
+#: ../plugins/shell_output/shell_output.c:374
+msgid "_Run"
+msgstr "А_жиллуулах"
+
+#: ../plugins/shell_output/shell_output.c:582
+msgid "Done"
+msgstr "Хийгдсэн"
+
+#: ../plugins/shell_output/shell_output.c:584
+msgid "Failed"
+msgstr "Нурсан"
+
+#: ../plugins/shell_output/shell_output.c:754
+msgid ""
+"The shell command entry is empty.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Shell-тушаалын бичлэг хоосон байна.\n"
+"\n"
+"Та нэгэн хүчинтэй Shell-тушаал өгнө үү."
+
+#: ../plugins/shell_output/shell_output.c:776
+msgid ""
+"Error parsing the shell command.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Shell-тушаалыг задлан ялгаж байхад алдаа.\n"
+"\n"
+"Та нэгэн хүчинтэй Shell-тушаал өгнө үү."
+
+#: ../plugins/shell_output/shell_output.c:854
+msgid "Executing command"
+msgstr "Тушаалыг биелүүлж байна"
+
+#: ../plugins/shell_output/shell_output.c:919
+#, fuzzy
+msgid "An error occurred while running the selected command."
+msgstr "Сонгосон тушаалыг биелүүлж байхад алдаа гарлаа."
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid ""
+"Executes an external program and, if required, displays its output in the "
+"output window."
+msgstr ""
+"Тусгай программ ажиллуулах болон боломжит гаралтыг гаралтын цонхонд харуулах."
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:2
+msgid "Shell command"
+msgstr "Shell-тушаал"
+
+#: ../plugins/shell_output/shell_output.glade2.h:2
+msgid "Co_mmand:"
+msgstr "_Тушаал:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:3
+msgid "Select the working directory..."
+msgstr "Та ажилын лавлахаа сонгоно уу..."
+
+#: ../plugins/shell_output/shell_output.glade2.h:4
+msgid "_Show results in Output Window"
+msgstr "Гаралтын цонхонд үр _дүнг харуулах"
+
+#: ../plugins/shell_output/shell_output.glade2.h:5
+msgid "_Working directory:"
+msgstr "_Ажилын лавлах:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:6
+msgid "gedit: Shell Output plugin"
+msgstr "Гедит: Shell-гаралтын plugin"
+
+#: ../plugins/sort/sort.c:29
+msgid "S_ort..."
+msgstr "_Эрэмбэлэх..."
+
+#: ../plugins/sort/sort.c:32
+msgid "Sort the current document or selection."
+msgstr "Идэвхитэй баримт эсвэл тэмдэглэгээг эрэмбэлэх."
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "Эрэмблэх"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Баримт эсвэл тэмдэглэсэн текст эрэмбэлэх."
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr "Давхарлыг зайл_уулах"
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr "Мөрийн _эхлэл:"
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Та эрэмбэлэх үйлдлийг цуцалж чадахгүй"
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr "Том-/Жижиг бичлэг ү_л хэрэгсэх"
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr "Дарааллын _урвуулах"
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr "_Эрэмблэх"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr "(зөвлөмж алга)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+msgid "_More..."
+msgstr "_Илүү..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr "Бүгдийг ү_л хэрэгсэх"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr "_Нэмэх"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr "_Зөв бичгийн зөвлөмж..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "Зөв бичлэг шалгалт"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "Зөвлөмжүүд"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr "(Зөв бичлэгээр засах)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+msgid "Completed spell checking"
+msgstr "Зөв бичлэг шалгалт дууссан"
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+#, fuzzy
+msgid "Amharic"
+msgstr "Араб"
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+msgid "Azerbaijani"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+msgid "Belarusian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Bulgarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+#, fuzzy
+msgid "Bengali"
+msgstr "Балт"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr "Бретон хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr "Каталан хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr "Чех хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Welsh"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr "Дани хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+#, fuzzy
+msgid "German (Austria)"
+msgstr "Герман хэл (герман)"
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr "Герман хэл (герман)"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr "Герман хэл (Швецарь)"
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr "Англи хэл (Америк)"
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr "Англи хэл (Их британи)"
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr "Англи хэл (Канад)"
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr "Аспирант"
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr "Испани"
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+#, fuzzy
+msgid "Estonian"
+msgstr "Роман"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+#, fuzzy
+msgid "Persian"
+msgstr "Хэвлэх"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+#, fuzzy
+msgid "Finnish"
+msgstr "Дани хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr "Фарус хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr "Франц хэл (Франц)"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr "Франц хэл (Швецарь)"
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+#, fuzzy
+msgid "Irish"
+msgstr "Турк"
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+#, fuzzy
+msgid "Gallegan"
+msgstr "Георг"
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+msgid "Hindi"
+msgstr "Хинди"
+
+#: ../plugins/spell/gedit-spell-checker.c:111
+msgid "Croatian"
+msgstr "Кроат"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Upper Sorbian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+msgid "Hungarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Indonesian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Icelandic"
+msgstr "Исланд"
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Italian"
+msgstr "Итали хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+#, fuzzy
+msgid "Kurdish"
+msgstr "Турк"
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+#, fuzzy
+msgid "Latin"
+msgstr "Мөрүүд"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Lithuanian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+#, fuzzy
+msgid "Latvian"
+msgstr "Кроат"
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Malagasy"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+#, fuzzy
+msgid "Maori"
+msgstr "Иран"
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+#, fuzzy
+msgid "Macedonian"
+msgstr "Гедит"
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Mongolian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+#, fuzzy
+msgid "Marathi"
+msgstr "Гуярати"
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Malay"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Maltese"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+#, fuzzy
+msgid "Norwegian Bokmal"
+msgstr "Норвеги хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr "Дуч хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+#, fuzzy
+msgid "Norwegian Nynorsk"
+msgstr "Норвеги хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr "Норвеги хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr "Польш"
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr "Португали хэл (Португали)"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr "Португали хэл (Бразил)"
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Quechua"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr "Орос хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+msgid "Kinyarwanda"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+#, fuzzy
+msgid "Sardinian"
+msgstr "Украйн"
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Slovak"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Slovenian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr "Швед хэл"
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Swahili"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+#, fuzzy
+msgid "Tamil"
+msgstr "Тайланд"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tagalog"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tswana"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Ukrainian"
+msgstr "Украйн"
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+msgid "Uzbek"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Walloon"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+msgid "Yiddish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Zulu"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+msgid "Default"
+msgstr "Стандарт"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:239
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr "Шаардлагатай үзэмжүүд (widgets) %s дотроос олдсонгүй."
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr "Хэлүүд"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "Та идэвхитэй баримтын _хэлийг сонгоно уу."
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "Хэл тогтоох"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Хэл</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>Үг</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "Ү_г нэмэх"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "Өө_рчилөх"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "_Бүгдийг өөрчилөх"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr "Өөрчилөх _руу:"
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr "Ү_г шалгах"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "Зөв бичлэг шалгах"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "_Бүгдийг үл хэрэгсэх"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Хэл:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+#, fuzzy
+msgid "Misspelled word:"
+msgstr "Тодорхойгүй эсвэл буруу бичигдсэн үг:"
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "Хэрэгчийн толь бичиг:"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "Ү_л хэрэгсэх"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "_Зөвлөмжүүд:"
+
+#: ../plugins/spell/spell.c:52
+msgid "_Check Spelling"
+msgstr "Зөв бичлэг _шалгах"
+
+#: ../plugins/spell/spell.c:55
+msgid "Check the current document for incorrect spelling"
+msgstr "Идэвхитэй баримтын зөв бичгийн алдааг шалгах"
+
+#: ../plugins/spell/spell.c:57
+msgid "_Autocheck Spelling"
+msgstr "А_втомат зөв бичэлт шалгалт"
+
+#: ../plugins/spell/spell.c:60
+msgid "Automatically spell-check the current document"
+msgstr "Идэвхитэй баримтад автоматаар зөв бичилт шалгах"
+
+#: ../plugins/spell/spell.c:62
+msgid "Set _Language"
+msgstr "Хэл _тогтоох"
+
+#: ../plugins/spell/spell.c:65
+msgid "Set the language of the current document"
+msgstr "Идэвхитэй баримтын хэлийг тогтоох"
+
+#: ../plugins/spell/spell.c:625
+msgid "The document is empty."
+msgstr "Баримт текст агуулаагүй байна"
+
+#: ../plugins/spell/spell.c:643
+#, fuzzy
+msgid "The selected text does not contain misspelled words."
+msgstr "Баримт алдаатай үг агуулаагүй байна."
+
+#: ../plugins/spell/spell.c:644
+#, fuzzy
+msgid "The document does not contain misspelled words."
+msgstr "Баримт алдаатай үг агуулаагүй байна."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Идэвхитэй баримтын зөв бичлэгийг шалгах."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr "Зөв бичлэгийг шалгах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+#, fuzzy
+msgid "Abbreviated form"
+msgstr "Байгаа форматууд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+#, fuzzy
+msgid "Abbreviation"
+msgstr "Армен"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+#, fuzzy
+msgid "Align"
+msgstr "Мөрүүд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+#, fuzzy
+msgid "Applet class file code"
+msgstr "Нээх файл сонгох"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+#, fuzzy
+msgid "Author info"
+msgstr "Авто-догол мөр"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+#, fuzzy
+msgid "Axis related headers"
+msgstr "хуудсын _толгой хэвлэх"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+#, fuzzy
+msgid "BGSound"
+msgstr "Хоёрдох"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+#, fuzzy
+msgid "Background color"
+msgstr "_Дэвсгэр өнгө:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+#, fuzzy
+msgid "Background texture tile"
+msgstr "Дэвсгар өнгө"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+#, fuzzy
+msgid "Base font"
+msgstr "Бичээсийн бичиг хэрэглэх"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+#, fuzzy
+msgid "Border"
+msgstr "Бүдүүн"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+#, fuzzy
+msgid "Border color"
+msgstr "_Дэвсгэр өнгө:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+#, fuzzy
+msgid "Cell rowspan"
+msgstr "Дундад европ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+#, fuzzy
+msgid "Center"
+msgstr "Ерөнхий"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+#, fuzzy
+msgid "Character encoding of linked resource"
+msgstr "Тэмдэгт кодчилолууд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+#, fuzzy
+msgid "Citation"
+msgstr "Үй_лдэл(үүд)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+#, fuzzy
+msgid "Class list"
+msgstr "Тагийн жигсаалт"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+#, fuzzy
+msgid "Color of selected links"
+msgstr "Тэмдэглэгдсэн мөрүүдийг хуулах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+#, fuzzy
+msgid "Comment"
+msgstr "_Агуулга"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+#, fuzzy
+msgid "Content scheme"
+msgstr "_Агуулга"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+#, fuzzy
+msgid "Content type"
+msgstr "_Агуулга"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+#, fuzzy
+msgid "Coordinates"
+msgstr "_Агуулга"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+#, fuzzy
+msgid "Definition description"
+msgstr "_Тодорхойлолт"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+#, fuzzy
+msgid "Deleted text"
+msgstr "Тэмдэглэсэн текст устгах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+#, fuzzy
+msgid "Direction"
+msgstr "Бретон хэл"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+#, fuzzy
+msgid "Disabled"
+msgstr "Нээлттэй"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+#, fuzzy
+msgid "Document base"
+msgstr "_Баримтууд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+#, fuzzy
+msgid "Document body"
+msgstr "_Баримтууд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+#, fuzzy
+msgid "Document head"
+msgstr "_Баримтууд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+#, fuzzy
+msgid "Document title"
+msgstr "Баримтын тоон үзүүлэлт"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+#, fuzzy
+msgid "Document type"
+msgstr "_Баримтууд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+#, fuzzy
+msgid "Element ID"
+msgstr "Элементүүд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+#, fuzzy
+msgid "Font face"
+msgstr "Бичгийн нэр"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+#, fuzzy
+msgid "For label"
+msgstr "Бичээс"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+#, fuzzy
+msgid "Form"
+msgstr "Энгийн"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+#, fuzzy
+msgid "Frame"
+msgstr "Нэр:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+#, fuzzy
+msgid "Frameborder"
+msgstr "Мөр таслах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+#, fuzzy
+msgid "Frameset"
+msgstr "Фарус хэл"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+#, fuzzy
+msgid "Frameset columns"
+msgstr "Мөрийн _эхлэл:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+#, fuzzy
+msgid "Generic span"
+msgstr "Ерөнхий"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+#, fuzzy
+msgid "Image"
+msgstr "Хуудас"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+#, fuzzy
+msgid "Inline frame"
+msgstr "Хүчингүй файлын нэр"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+#, fuzzy
+msgid "Inserted text"
+msgstr "Огноо/Цаг оруулах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+#, fuzzy
+msgid "Italic text"
+msgstr "Ташуу"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+#, fuzzy
+msgid "Label"
+msgstr "Бичээс"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+#, fuzzy
+msgid "Language code"
+msgstr "Хэлүүд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+#, fuzzy
+msgid "Link color"
+msgstr "Өнгөө сонгоно уу"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+#, fuzzy
+msgid "Local change to font"
+msgstr "Боловсруулагчийн бичигээ сонгоно уу"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+#, fuzzy
+msgid "Long description link"
+msgstr "_Тодорхойлолт"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+#, fuzzy
+msgid "Name"
+msgstr "Нэр:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+#, fuzzy
+msgid "No resize"
+msgstr "Хэмжээ харуулах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+#, fuzzy
+msgid "Object applet file"
+msgstr "Файл нээх"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+#, fuzzy
+msgid "OnChange event"
+msgstr "Өө_рчилөх"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+#, fuzzy
+msgid "Option selector"
+msgstr "Бичиг сонголт"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+#, fuzzy
+msgid "Output media"
+msgstr "Гаралтын мөр"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+#, fuzzy
+msgid "Preformatted text"
+msgstr "Урьд.харах текст "
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+#, fuzzy
+msgid "Push button"
+msgstr "Товч1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+#, fuzzy
+msgid "Quote"
+msgstr "Дуусгах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+#, fuzzy
+msgid "Range"
+msgstr "Хуудас"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+#, fuzzy
+msgid "Reverse link"
+msgstr "Дарааллын _урвуулах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+#, fuzzy
+msgid "Script language name"
+msgstr "Хэл тогтоох"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+#, fuzzy
+msgid "Selectable option"
+msgstr "Нээх файл сонгох"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+#, fuzzy
+msgid "Selected"
+msgstr "Сонгосонг _хадгалах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+#, fuzzy
+msgid "Shape"
+msgstr "Хадгалах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+#, fuzzy
+msgid "Size"
+msgstr "ТАВ -н хэмжээ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+#, fuzzy
+msgid "Small text style"
+msgstr "Бүх текст файлууд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+#, fuzzy
+msgid "Sound"
+msgstr "Хоёрдох"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+#, fuzzy
+msgid "Space"
+msgstr "Хадгалах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+#, fuzzy
+msgid "Spacer"
+msgstr "Орлуулах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+#, fuzzy
+msgid "Span"
+msgstr "Испани"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+#, fuzzy
+msgid "Starting sequence number"
+msgstr "_Мөрийн дугаар хэвлэх"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+#, fuzzy
+msgid "Strike-through text"
+msgstr "Дарж зурах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+#, fuzzy
+msgid "Strike-through text style"
+msgstr "Дарж зурах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+#, fuzzy
+msgid "Superscript"
+msgstr "_Тодорхойлолт"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+#, fuzzy
+msgid "Table"
+msgstr "ТАВ-ууд"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+#, fuzzy
+msgid "Table caption"
+msgstr "Байрлал нээх"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+#, fuzzy
+msgid "Text color"
+msgstr "Текстийн өнгө"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr "Гарчиг"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+#, fuzzy
+msgid "Underlined text style"
+msgstr "Доогуур зураас"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+#, fuzzy
+msgid "Unordered list"
+msgstr "Доогуур зураас"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+#, fuzzy
+msgid "Vertical space"
+msgstr "Хоосон тэмдэгт оруулах"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+#, fuzzy
+msgid "Visited link color"
+msgstr "Тэмдэглэгээний өнгөө сонгоно уу"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+#, fuzzy
+msgid "Footnote"
+msgstr "Бичиг"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+#, fuzzy
+msgid "Greek alpha"
+msgstr "Грек"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+#, fuzzy
+msgid "Greek beta"
+msgstr "Грек"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+#, fuzzy
+msgid "Greek gamma"
+msgstr "Грек"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+#, fuzzy
+msgid "Greek rho"
+msgstr "Грек"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+#, fuzzy
+msgid "Greek tau"
+msgstr "Грек"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+#, fuzzy
+msgid "List description"
+msgstr "_Тодорхойлолт"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+#, fuzzy
+msgid "List enumerate"
+msgstr "Мөрийн дугаар"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+#, fuzzy
+msgid "Operator fraction"
+msgstr "Байрлал нээх"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+#, fuzzy
+msgid "Reference label"
+msgstr "Тохируулга"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+#, fuzzy
+msgid "Reference ref"
+msgstr "Тохируулга"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+#, fuzzy
+msgid "XSLT - Elements"
+msgstr "Элементүүд"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+#, fuzzy
+msgid "namespace"
+msgstr "Хоосон тэмдэгт оруулах"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+#, fuzzy
+msgid "parent"
+msgstr "Нээх"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:146
+msgid "Tag list plugin"
+msgstr "Таг жигсаалтын plugin"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:167
+msgid "Select the group of tags you want to use"
+msgstr "Та хэрэглэхийг хүссэн таг группээ сонгоно уу"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:189
+msgid "Available Tag Lists"
+msgstr "Байгаа таг-ын жагсаалтууд"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:191
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:212
+msgid "Tags"
+msgstr "Таг (tag)"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:201
+msgid "Double-click on a tag to insert it in the current document"
+msgstr "Идэвхитэй баримтад таг оруулахдаа таган дээр давхар товшилт хийнэ үү."
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:46
+msgid "Tag _List"
+msgstr "Тагийн _жигсаалт"
+
+#.
+#. #define MENU_ITEM_NAME "TagList"
+#.
+#: ../plugins/taglist/gedit-taglist-plugin.c:51
+msgid "Show the tag list window"
+msgstr "Тагийн жигсаалтын цонхыг харуулах"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"»Тагийн жигсаалт« плугин баримт дотор өргөн хэрэглэгддэг таг/стрингийг "
+"тэдгээрийг бүтэн бичихгүйгээр нэмэх боломж олгодог."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Тагийн жигсаалт"
+
+#: ../plugins/time/time.c:49
+msgid "In_sert Date and Time..."
+msgstr "Огноо ба цаг _нэмэх..."
+
+#: ../plugins/time/time.c:52
+msgid "Insert current date and time at the cursor position"
+msgstr "Идэвхитэй огноо ба цагийг идэвхитэй курсорын байрлалд нэмэх"
+
+#: ../plugins/time/time.c:457
+msgid "Available formats"
+msgstr "Байгаа форматууд"
+
+#: ../plugins/time/time.c:565
+msgid "Configure insert date/time plugin..."
+msgstr "»Огноо/Цаг нэмэх« плугин -г тохируулах..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Огноо/Цаг оруулах"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Өнөөдрийн огноо ба идэвхитэй цагийг курсорын байрлалд оруулах."
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01.11.2002 17:52:00</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> Огноо/Цаг оруулж байна...</span>"
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "Огноо/Цаг плугин -г тохируулах"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "Огноо ба цаг оруулах"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr "_Дараах форматыг хэрэглэх"
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_Оруулах"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr "Форматыг _асуух"
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr "_Хэвшмэл форматыг хэрэглэх"
diff --git a/po/mr.po b/po/mr.po
new file mode 100644
index 0000000..50dcb6f
--- /dev/null
+++ b/po/mr.po
@@ -0,0 +1,4064 @@
+# translation of mr.po to Marathi
+# Sandeep Shedmake <sshedmak@redhat.com>, 2011, 2012, 2013, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: mr\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-09-15 05:09+0000\n"
+"PO-Revision-Date: 2014-09-15 12:23+0530\n"
+"Last-Translator: Sandeep Shedmake <sshedmak@redhat.com>\n"
+"Language-Team: Marathi <maajhe-sanganak@freelists.org>\n"
+"Language: mr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"X-Generator: Lokalize 1.5\n"
+"X-DamnedLies-Scope: partial\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"जिएडिट GNOME डेस्कटॉप वातावरणाचे अधिकृत मजकूर संपादक आहे. सरलता आणि वापरकरिता "
+"सोपे, चिएडिट मजबूत सर्वसाधारण मजकूर संपादक आहे."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"अत्यंत लोकप्रिय पुस्तक लिहायचे असल्यास, नवीन ॲप्लिकेशनची प्रोग्रामिंग करत "
+"असल्यास, किंवा पटकन नोट्स घ्यायचे असल्यास, जिएडिट आपल्या कार्यपूर्तीकरिता एक "
+"विश्वासर्ह साधन राहेल."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"त्याची लवचीक प्लगइन प्रणाली, तुम्हाला ॲप्लिकेशनला आवश्यकतानुरूप बदल करायची "
+"आणि कार्यप्रवाहसह परिस्थिती जुळवण्यास परवानगी देते."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:774
+msgid "Text Editor"
+msgstr "पाठ्य संपादक"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "मजकूर फाइल्स् संपादीत करा"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit मजकूर संपादक"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "मजकूर;एडिटर;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "नवीन चौकटीत उघडा"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "नवीन दस्तऐवज उघडा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "सर्वसाधारण फाँट वापरा"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"geditशी संबंधीत विशेष फाँटऐवजी सिस्टिमचा सर्वसाधरण फाँटसंपादन क्षेत्रासाठी "
+"वापरावा की "
+"नाही . जर ह पर्याय निवडलेला नसेल तर सिस्टिम फाँट ऐवजी \"संपादकाचा फाँट\" या "
+"पर्यायात "
+"दिलेला फाँट वापरला जाईल."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "संपादकीय फाँट"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "शैली योजना"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "मजकूर रंगवण्यासाठी वापरलेल्या GtkSourceView Style Scheme चे ID."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "बॅकअप प्रत तयार करा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+#| msgid ""
+#| "Whether gedit should restore the previous cursor position when a file is "
+#| "loaded."
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "जिएडीटने साठण्याजोगी फाइल्सकरिता बॅकअप प्रत निर्माण करायचे किंवा नाही."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "स्वयंसाठवा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"काही कालावधी नंतर gedit ने बदलेल्या फाइल स्वयं रक्षित कराव्यात की नाही. "
+"\"स्वयंसाठवा "
+"अवकाश\" पर्यायाचा वापर करुन तुम्ही हा वेळ अवकाश ठरवू शकता."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "स्वयंसाठवा अवकाश"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"एवढ्या मिनिटांनंतर gedit बदललेल्या फाइल स्वयं संचयीत केलयाचा परिणाम तेव्हाच "
+"जाणवेल जेव्हा"
+"\"स्वयंसाठवा\"हा पर्याय निवडलेला असेल."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "क्रिया रद्द करण्याची कमाल संख्या"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"gedit जास्तीत जास्त एवढ्या क्रिया रद्द करु शकतो किंवा पुनः करु शकतो. "
+"अमर्यादित "
+"क्रियांसाठी \"-1\" वापरा."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "ओळ गुंडाळणे पद्धती"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "ओळ घट्ट बसवण्याकरिता शेटवचे स्प्लिट मोड पर्याय"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"लाइन घट्ट बसवणे मोडसह शेवटचे वापरलेले स्प्लिट मोड निर्देशीत करते, जेणेकरून "
+"घट्ट बसवणे बंद असल्यावरही स्प्लिट मोड पर्याय लक्षात राहील. शब्द किनार घट्ट "
+"बसवताना \"word\" चा वापर करा, आणि स्वतंत्र अक्षर किनार घट्ट बसवण्याकरिता "
+"\"char\" याचा वापर करा."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "टॅबचा आकार"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "टॅबच्या जागी किती अक्षरांची जागा सोडायची हे ठरवते."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "रिक्त जागा सोडा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "gedit टॅब ऐवजी रिकाम्या जागा भराव्यात की नाही."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "स्वयं अंतर सोडा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "gedit ने स्वयं स्वयं अंतर सोडायचे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "ओळ क्रमांक दाखवा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "संपादन क्षेत्रात ओळ क्रमांक दाखवावेत की नाही."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "सध्याची ओळ उठावदार करा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "geditने चालू ओऴ उठावदार करावी कि नाही."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "जुळणारे कंस उठावदार करा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "geditने जुळणारे कंस उठावदार करायचे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "उजवा समास दाखवा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "gedit ने संपादन क्षेत्रात उजवा समास दाखवावा की नाही."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "उजव्या समासाची स्थिती"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "उजव्या समासाची स्थिती दाखवते."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "सुरेख Home End"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 ""
+"HOME व END किल्ली जेव्हा दाबले जाते तेव्हा कर्सरच्या हालचाली निश्चित करतो. "
+"नेहमी ओळीच्या "
+"सुरवातीस/शेवटास हलविण्याकरीता \"बंद केले\" वापरा, पहिल्यावेळी कळ दाबल्यावर "
+"ओळीच्या "
+"सुरवातीस/शेवटास हलविण्याकरीता व दुसऱ्यावेळी कळ दाबल्यावर पाठ्यच्या "
+"सुरवातीस/शेवटास तेही "
+"वाईटस्पेटला वगळता हलविण्याकरीता \"नंतर\" वापरा, ओळीच्या सुरवातीस/शेवटास "
+"हलविण्यापूर्वी "
+"पाठ्यच्या सुरवातीस/शेवटास हलवविण्याकीरता \"पूर्वी\" वापरा. ओळीच्या "
+"सुरवातीस/शेवटास "
+"ऐवजी पाठ्यच्या सुरवातीस/शेवटास हलविण्याकरीता \"नेहमी\" वापरा."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "मागील कर्सर स्थिती पुनर्स्थापित करा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "gedit ने संपादन क्षेत्रात उजवा समास दाखवावा की नाही."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "सिटॅक्स उठावदारीकरण कार्यान्वीत करा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit ने सिंटॅक्स उठावदारीकरण कार्यान्वीत करावे कि नाही."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "उठावदार शोध कार्यान्वीत करा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "gedit ने शोधलेल्या मजकूरात सर्व घटना उठावदार करायचे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "ट्रेलिंग न्युलाइनची खात्री करा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"दस्तऐवजाने नेहमी ट्रेलिंग न्युलाइनमध्ये समाप्त व्हावे याची gedit खात्री करेल."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "साधन पट्टी दिसत आहे "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "संपादन क्षेत्रात साधनांची पट्टी दाखवायचे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "नोटबूक टॅब्स् मोड दाखवते"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"नोटबूक टॅब्स् कधी दाखवायचे ते निर्देशीत करतो. टॅब्स् कधिही न दाखवण्यासाठी "
+"\"कधिच नाही\", "
+"टॅब्स् नेहमी दाखवाकरीता \"नेहमी\", व एकापेक्षा जास्त टॅब असल्यावरच टॅब्स् "
+"दाखवण्याकरीता "
+"\"स्वयं\" यांचा वापर करा. लक्षात ठेवा मूल्ये केस-संवेदनशील आहे, म्हणूनच ते "
+"अपेक्षाप्रमाणे "
+"दिसतील याची खात्री करा."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "स्थितीदर्शक पट्टी दिसत आहे"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "संपादन क्षेत्राच्या तळाशी असलेली स्थितीदर्शक पट्टी दाखवायचे."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "बाजूचे पटल दृष्यास्पद आहे"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "संपादन क्षेत्राच्या तळाशी असलेली स्थितीदर्शक पट्टी दाखवायची."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "फाइलची सर्वात नवीन प्रत"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"नुकत्याच वापरलेल्या किती फाइल \"अलिकडील फाइल\" या उपयादीत दाखवायच्या हे ठरवते."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "सिंटॅक्स उठाविकरण छापा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "एखादा दस्तऐवज छापताना geditने सिंटॅक्स उठावदारी छापावी की नाही."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "छपाई शिर्षक"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"छपाई दस्तऐवजाची छपाई करतेवेळी gedit ने दस्तऐवज हेड्डर समाविष्ट केले पाहिजे का."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "मुद्रित ओळीतील शेषभाग खाली घेणे "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "ओळ क्रमांक छापा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"जर हे मूल्य 0 असेल तर छपाई करताना ओळ क्रमांक छापले जाणार नाहीत. अन्यथा gedit "
+"प्रत्येकवेळी ओळ क्रमांकही छापेल."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "छपाईकरीता बॅडी फाँट"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"दस्तऐवजाची छपाई करतेवेळी दस्तऐवजाच्या भागाकरीता वापरण्याजोगी फाँट निश्चित "
+"करतो."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "छपाईसाठी शिर्षक फाँट"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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.gnome.gedit.gschema.xml.in.h:70
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "छपाई करताना ओळ क्रमांक दाखवण्यासाठी फाँट "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 ""
+"छपाई करताना ओळ क्रमांक छापण्यासाठी वापरला जाणारा फॉट दाखवते. याचा परिणाम "
+"तेव्हाच "
+"जाणवेल जेव्हा \"ओळ क्रमांक छापा\"हा पर्याय वापरला असेल."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Automatically Detected Encodings"
+msgstr "स्वयं शोधलेल्या एंकोडिंग्स्"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"gedit ने फाइलची एंकोडिंग स्वयं-शोधण्यासाठी वापरलेली एंकोडिंग्स्ची क्रमबद्ध "
+"यादी. \"CURRENT"
+"\" ही सद्य लोकेल एंकोडिंग आहे. फक्त ओळखप्राप्त एंकोडिंग्स् वापरल्या आहेत."
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid "Encodings shown in menu"
+msgstr "मेनूमध्ये दाखवलेल्या एनकोडींग"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"उघडा/साठवा फाइल निवडकर्ता मेनूमधील अक्षर एंकोडिंगमध्ये दाखवलेल्या "
+"एंकोडिंग्स्ची यादी. फक्त "
+"ओळखप्राप्त एंकोडिंग्स् वापरल्या जातात."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid "Active plugins"
+msgstr "प्लगईन्स् कार्यान्वीत करा"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:93
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"कार्यान्वित प्लगईन्स्ची यादी. यात कार्यान्वित प्लगईन्स्चे \"ठिकाण\" आहे. "
+"दिलेल्या प्लगीनचे "
+"\"ठिकाण\" मिळवण्यासाठी gedit-plugin ही फाइल पहा."
+
+#: ../gedit/gedit-app.c:104
+msgid "Show the application's version"
+msgstr "अनुप्रोयगची आवृत्ती दाखवा"
+
+#: ../gedit/gedit-app.c:110
+msgid "Display list of possible values for the encoding option"
+msgstr "एनकोडींग पर्यायकरीता संभाव्य मूल्यांची सूची दाखवा"
+
+#: ../gedit/gedit-app.c:117
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"आदेश पंक्तीवर यादी केलेल्या फाइल्स् उघडण्यासाठी कोणती अक्षर एंकोडिंग वापरावी "
+"हे निर्धारित "
+"करा"
+
+#: ../gedit/gedit-app.c:118
+msgid "ENCODING"
+msgstr "एंकोडींग"
+
+#: ../gedit/gedit-app.c:124
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "gedit मधील सध्याच्या घटनेसाठी एक नवीन उच्च स्तरीय पटल तयार करा"
+
+#: ../gedit/gedit-app.c:131
+msgid "Create a new document in an existing instance of gedit"
+msgstr "gedit मधील सध्याच्या घटनेसाठी एक नवीन दस्तऐवज तयार करा"
+
+#: ../gedit/gedit-app.c:138
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "पटलाचे आकार व ठिकाण ठरवा (WIDTHxHEIGHT+X+Y)"
+
+#: ../gedit/gedit-app.c:139
+msgid "GEOMETRY"
+msgstr "GEOMETRY"
+
+#: ../gedit/gedit-app.c:145
+msgid "Open files and block process until files are closed"
+msgstr "फाइल्स् उघडा व फाइल्स् बंद होईपर्यंत प्रोसेस् अडवा"
+
+#: ../gedit/gedit-app.c:152
+msgid "Run gedit in standalone mode"
+msgstr "gedit ला स्टँडअलोन मोडमध्ये चालवा"
+
+#: ../gedit/gedit-app.c:159
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:264
+msgid "There was an error displaying the help."
+msgstr "मदत दाखवतेवेळी त्रुटी आढळली."
+
+#: ../gedit/gedit-app.c:917
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: अवैध एनकोडिंग."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "प्रश्न"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:320
+msgid "Close _without Saving"
+msgstr "सुरक्षित न करता बंद करा(_w)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:321
+#: ../gedit/gedit-commands-file.c:457 ../gedit/gedit-commands-file.c:586
+#: ../gedit/gedit-commands-file.c:663 ../gedit/gedit-commands-file.c:882
+#: ../gedit/gedit-commands-file.c:1332 ../gedit/gedit-io-error-info-bar.c:134
+#: ../gedit/gedit-io-error-info-bar.c:515
+#: ../gedit/gedit-io-error-info-bar.c:1191
+#: ../gedit/gedit-preferences-dialog.c:868
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+#| msgid "_Cancel Logout"
+msgid "_Cancel"
+msgstr "रद्द करा (_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+#| msgid "Save As"
+msgid "_Save As…"
+msgstr "असे साठवा (_S)..."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/gedit-commands-file.c:883 ../gedit/resources/gtk/menus-osx.ui.h:7
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+#| msgid "_Save:"
+msgid "_Save"
+msgstr "साठवा (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:365
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"जर तुम्ही सुरक्षित केले नाही, तर मागील %ld सेकंदापासूनचे बदल कायमस्वरूपी नष्ट "
+"होतील."
+msgstr[1] ""
+"जर तुम्ही सुरक्षित केले नाही, तर मागील %ld सेकंदांपासूनचे बदल कायमस्वरूपी "
+"नष्ट होतील."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:374
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"जर तुम्ही सुरक्षित नाही केले, तर अखेरच्या मिनिटापासूनचे बदल कायमस्वरूपी नष्ट "
+"होतील."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:380
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"जर तुम्ही सुरक्षित नाही केले, तर अखेरचा मिनिट आणि %ld सेकंदापासूनचे बदल "
+"कायमस्वरूपी नष्ट "
+"होतील."
+msgstr[1] ""
+"जर तुम्ही सुरक्षित नाही केले, तर अखेरचा मिनिट आणि %ld सेकंदांपासूनचे बदल "
+"कायमस्वरूपी नष्ट "
+"होतील."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:390
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "न साठवल्यास, शेवटच्या %ld मिनिटापासूनचे बदल कायमस्वरूपी नष्ट होतील."
+msgstr[1] ""
+"न साठवल्यास, शेवटच्या %ld मिनिटांपासूनचे बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:405
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "सुरक्षित न केल्यास, अखेरच्या तासापासूनचे बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"जर तुम्ही सुरक्षित नाही केले, तर अखेरचा तास आणि %d मिनिटापासूनचे बदल "
+"कायमस्वरूपी नष्ट "
+"होतील."
+msgstr[1] ""
+"जर तुम्ही सुरक्षित नाही केले, तर अखेरचा तास आणि %d मिनिटांपासूनचे बदल "
+"कायमस्वरूपी नष्ट "
+"होतील."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"जर तुम्ही सुरक्षित नाही केले, तर अखेरच्या तास %d पासूनचे बदल कायमस्वरूपी नष्ट "
+"होतील."
+msgstr[1] ""
+"जर तुम्ही सुरक्षित नाही केले, तर अखेरच्या %d तासांपासूनचे बदल कायमस्वरूपी "
+"नष्ट होतील."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+#| msgid "Changes to document \"%s\" will be permanently lost."
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "“%s” दस्तऐवजातील बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+#| msgid "Save changes to document \"%s\" before closing?"
+msgid "Save changes to document “%s” before closing?"
+msgstr "बंद करण्यापूर्वी “%s” दस्तऐवजात बदल साठवायचे?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:490
+#: ../gedit/gedit-close-confirmation-dialog.c:651
+msgid "Saving has been disabled by the system administrator."
+msgstr "संययन प्रणाली प्रशासका द्वारे अकार्यान्वीत करण्यात आले."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:599
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d दस्तऐवजात केलेले बदल कायमस्वरूपी नष्ट होतील."
+msgstr[1] "%d दस्तऐवजात केलेले बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:607
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "%d दस्तऐवज असुरक्षित बदलवांसह आहे. बंद करण्यापूर्वी बदल साठवावेत?"
+msgstr[1] "%d दस्तऐवज असुरक्षित बदलवांसह आहेत. बंद करण्यापूर्वी बदल साठवावेत?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:627
+msgid "Docum_ents with unsaved changes:"
+msgstr "असुरक्षित बदलवांसह दस्तऐवज (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:631
+msgid "S_elect the documents you want to save:"
+msgstr "तुम्हास साठवावयाचे दस्तऐवज निवडा (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:655
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+"जर तुम्ही सुरक्षित नाही केले, तर तुमचे सर्व बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-commands-file.c:256
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' फाइल लोड होत आहे"
+
+#: ../gedit/gedit-commands-file.c:265
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d फाइल लोड होत आहे"
+msgstr[1] "%d फाइली लोड होत आहे"
+
+#. Translators: "Open" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:451
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "उघडा"
+
+#: ../gedit/gedit-commands-file.c:458 ../gedit/resources/gtk/menus-osx.ui.h:4
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "उघडा (_O)"
+
+#: ../gedit/gedit-commands-file.c:577
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "\"%s\" ही फाइल फक्त वाचण्यायोग्य आहे."
+
+#: ../gedit/gedit-commands-file.c:582
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+"तुम्ही सुरक्षित करत असलेल्याशी ही बदली करण्याचा प्रयत्न करू इच्छिता काय?"
+
+#: ../gedit/gedit-commands-file.c:587
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "बदलवा (_R)"
+
+#: ../gedit/gedit-commands-file.c:627
+msgid "Save the file using compression?"
+msgstr "कंप्रेशनचा वापर करून फाइल साठवा?"
+
+#: ../gedit/gedit-commands-file.c:631
+msgid "Save the file as plain text?"
+msgstr "फाइलला सोपे मजकूर म्हणून साठवा?"
+
+#: ../gedit/gedit-commands-file.c:644
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"फाइल \"%s\" पूर्वी सोपे मजकूर म्हणून साठवले गेले व आत्ता कंप्रेशनचा वापर करून "
+"साठवले जाईल."
+
+#: ../gedit/gedit-commands-file.c:648
+msgid "_Save Using Compression"
+msgstr "कंप्रेशनचा वापर करून साठवत आहे (_S)"
+
+#: ../gedit/gedit-commands-file.c:653
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"कंप्रेशनचा वापर करून फाइल \"%s\" पूर्वी साठवले गेले व आत्ता सोपे मजकूर "
+"प्रमाणे साठवले जाईल."
+
+#: ../gedit/gedit-commands-file.c:656
+msgid "_Save As Plain Text"
+msgstr "स्पष्ट मजकूर म्हणून साठवा (_S)"
+
+#: ../gedit/gedit-commands-file.c:764 ../gedit/gedit-commands-file.c:991
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s' फाइल साठवत आहे…"
+
+#: ../gedit/gedit-commands-file.c:875
+msgid "Save As"
+msgstr "असे साठवा"
+
+#: ../gedit/gedit-commands-file.c:1195
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "दस्तऐवज '%s' मूळ स्थितीवर आणत आहे"
+
+#: ../gedit/gedit-commands-file.c:1240
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "दस्तऐवज '%s' मधील असंग्रहित बदल परत करावेत का?"
+
+#: ../gedit/gedit-commands-file.c:1249
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "दस्तऐवजात मागील %ld सेकंदात केलेले बदल कायमस्वरूपी नष्ट होतील."
+msgstr[1] "दस्तऐवजात मागील %ld सेकंदांत केलेले बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-commands-file.c:1258
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "दस्तऐवजात मागील मिनिटात केलेले बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-commands-file.c:1264
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"दस्तऐवजात मागील मिनिट आणि %ld सेकंदात केलेले बदल कायमस्वरूपी नष्ट होतील."
+msgstr[1] ""
+"दस्तऐवजात मागील मिनिट आणि %ld सेकंदांत केलेले बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-commands-file.c:1274
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "दस्तऐवजात मागील %ld मिनिटात केलेले बदल कायमस्वरूपी नष्ट होतील."
+msgstr[1] "दस्तऐवजात मागील %ld मिनिटांत केलेले बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-commands-file.c:1289
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "दस्तऐवजात मागील तासात केलेले बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-commands-file.c:1295
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"दस्तऐवजात मागील तासात आणि %d मिनिटात केलेले बदल कायमस्वरूपी नष्ट होतील."
+msgstr[1] ""
+"दस्तऐवजात मागील तासात आणि %d मिनिटांत केलेले बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-commands-file.c:1310
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "दस्तऐवजात मागील %d तासात केलेले बदल कायमस्वरूपी नष्ट होतील."
+msgstr[1] "दस्तऐवजात मागील %d तासांत केलेले बदल कायमस्वरूपी नष्ट होतील."
+
+#: ../gedit/gedit-commands-file.c:1333
+msgid "_Revert"
+msgstr "मूळ स्थितीवर या (_R)"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "GNOME साठी जीएडीट हा एक लहान व हलक्या वजनाचा पाठ्य संपादक आहे"
+
+#: ../gedit/gedit-commands-help.c:102
+msgid "translator-credits"
+msgstr ""
+"राहुल भालेराव <b.rahul.pm@gmail.com>; Swapnil Hajare <dreamil1000a@yahoo.com>"
+", "
+"Pradeep Deshpande <npdeshpande@vsnl.net>; संदिप शेडमाके <"
+"sandeep.shedmake@gmail."
+"com>, 2008; संदिप शेडमाके <sshedmak@redhat.com>, 2009, 2011."
+
+#: ../gedit/gedit-commands-search.c:103
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d उद्भव प्राप्त आणि बदलला"
+msgstr[1] "%d उद्भव प्राप्त आणि बदलले"
+
+#: ../gedit/gedit-commands-search.c:112
+msgid "Found and replaced one occurrence"
+msgstr "एक उद्भव प्राप्त आणि बदलला"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:138
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" आढळले नाही"
+
+#: ../gedit/gedit-document.c:953 ../gedit/gedit-document.c:983
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "असुरक्षित दस्तऐवज %d"
+
+#: ../gedit/gedit-documents-panel.c:427
+#, c-format
+#| msgid "_New Tab Group"
+msgid "Tab Group %i"
+msgstr "टॅब गट %i"
+
+#: ../gedit/gedit-documents-panel.c:524 ../gedit/gedit-window.c:1133
+#: ../gedit/gedit-window.c:1139 ../gedit/gedit-window.c:1147
+msgid "Read-Only"
+msgstr "फक्त वाचणीय"
+
+#: ../gedit/gedit-encodings-combo-box.c:302
+#: ../gedit/gedit-file-chooser-dialog-osx.c:564
+msgid "Automatically Detected"
+msgstr "स्वयं शोधलेले"
+
+#: ../gedit/gedit-encodings-combo-box.c:331
+#: ../gedit/gedit-file-chooser-dialog-osx.c:573
+msgid "Add or Remove..."
+msgstr "समाविष्ट करा किंवा काढून टाका..."
+
+#: ../gedit/gedit-encoding-items.c:95 ../gedit/gedit-encoding-items.c:104
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "सद्य लोकेल (%s)"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:40
+#: ../gedit/gedit-preferences-dialog.c:877
+msgid "All Files"
+msgstr "सर्व फाइल्स्"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+msgid "All Text Files"
+msgstr "सर्व पाठ्य्य फाइल्स्"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:305
+msgid "C_haracter Encoding:"
+msgstr "अक्षर एंकोडिंग (_h):"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:355
+msgid "L_ine Ending:"
+msgstr "ओळ एंकोडिंग (_i):"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:546
+#| msgid "C_haracter Encoding:"
+msgid "Character Encoding:"
+msgstr "अक्षर एंकोडिंग:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:619
+#| msgid "L_ine Ending:"
+msgid "Line Ending:"
+msgstr "ओळ एंकोडिंग:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:256 ../gedit/gedit-window.c:1217
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "पाठ्य"
+
+#: ../gedit/gedit-io-error-info-bar.c:147
+#: ../gedit/gedit-io-error-info-bar.c:495
+msgid "_Retry"
+msgstr "पुनः करा (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:167
+#, c-format
+#| msgid "Could not find the file %s."
+msgid "Could not find the file “%s”."
+msgstr "“%s” फाइल आढळली नाही."
+
+#: ../gedit/gedit-io-error-info-bar.c:169
+#: ../gedit/gedit-io-error-info-bar.c:209
+#: ../gedit/gedit-io-error-info-bar.c:216
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"कृपया तुम्ही टाइप केलेले स्थळ योग्य असल्याची खात्री करा आणि पुनः प्रयत्न करा."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:188
+#, c-format
+#| msgid "gedit cannot handle %s locations."
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” ठिकाणांची हाताळणी अशक्य."
+
+#: ../gedit/gedit-io-error-info-bar.c:194
+#| msgid "gedit cannot handle this location."
+msgid "Unable to handle this location."
+msgstr "या ठिकाणाची हाताळणी अशक्य."
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#| msgid "The location of the file cannot be mounted."
+msgid "The location of the file cannot be accessed."
+msgstr "फाइलचे ठिकाणकरिता प्रवेश अशक्य."
+
+#: ../gedit/gedit-io-error-info-bar.c:207
+#, c-format
+#| msgid "%s is a directory."
+msgid "“%s” is a directory."
+msgstr "“%s” डिरेक्ट्री आहे."
+
+#: ../gedit/gedit-io-error-info-bar.c:214
+#, c-format
+#| msgid "%s is not a valid location."
+msgid "“%s” is not a valid location."
+msgstr "“%s” वैध ठिकाण नाही."
+
+#: ../gedit/gedit-io-error-info-bar.c:250
+#, c-format
+#| msgid ""
+#| "Host %s could not be found. Please check that your proxy settings are "
+#| "correct and try again."
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"यजमान “%s” आढळले नाही. कृपया तुम्ही निवडलेले प्रॉक्झी पर्याय योग्य असल्याची "
+"खात्री करा आणि पुनः प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:265
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"यजमाननाम अवैध. कृपया टाइप केलेले स्थळ आहे खात्री करा आणि पुनः प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+#, c-format
+#| msgid "%s is not a regular file."
+msgid "“%s” is not a regular file."
+msgstr "“%s” नियमीत फाइल नाही."
+
+#: ../gedit/gedit-io-error-info-bar.c:278
+msgid "Connection timed out. Please try again."
+msgstr "जुळवणी कालबाह्य झाली. कृपया पुनः प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:311
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "अनपेक्षित चूक: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:347
+#| msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "विनंती केलेली फाइल आढळली नाही. फाइल नुकतेच नष्ट केली असावी."
+
+#: ../gedit/gedit-io-error-info-bar.c:357
+#, c-format
+#| msgid "Could not revert the file %s."
+msgid "Could not revert the file “%s”."
+msgstr "फाइल “%s” यास मूळ स्थितीत आणणे अशक्य."
+
+#: ../gedit/gedit-io-error-info-bar.c:384
+msgid "Ch_aracter Encoding:"
+msgstr "अक्षर एंकोडिंग (_a):"
+
+#: ../gedit/gedit-io-error-info-bar.c:445
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "ठिकाण “%s” आत्ता पोहचण्याजोगी नाही."
+
+#: ../gedit/gedit-io-error-info-bar.c:460
+msgid "Your system is offline. Check your network."
+msgstr "तुमची प्रणाली ऑफलाइन आहे. नेटवर्कची तपासणी आहे."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:503
+#: ../gedit/gedit-io-error-info-bar.c:772
+msgid "Edit Any_way"
+msgstr "कसेही संपादीत करा (_w)"
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"लिंक संख्या मर्यादीत आहे व या मार्यादा अंतर्गत वास्तविक फाइल आढळले जाऊ शकत "
+"नाही."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "You do not have the permissions necessary to open the file."
+msgstr "फाइल उघडण्यासाठी आवश्यक अनुमती तुमच्याकडे नाही."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#| msgid "gedit has not been able to detect the character encoding."
+msgid "Unable to detect the character encoding."
+msgstr "अक्षर एंकोडिंग ओळखणे अशक्य."
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+#: ../gedit/gedit-io-error-info-bar.c:630
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+"तुम्ही एखादी द्विमान(बायनरी) फाइल उघडण्याचा प्रयत्न करीत नसल्याची खात्री करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid "Select a character encoding from the menu and try again."
+msgstr "मेनूमधून अक्षर एंकोडिंग नीवडा व पुनः प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:613
+#, c-format
+#| msgid "There was a problem opening the file %s."
+msgid "There was a problem opening the file “%s”."
+msgstr "फाइल “%s” उघडतेवेळी अडचण."
+
+#: ../gedit/gedit-io-error-info-bar.c:615
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"उगडलेल्या फाइलमध्ये काहिक अवैध अक्षरे समाविष्टीत आहे. फाइल संपादित करणे चालू "
+"ठेवल्यास "
+"दस्तऐवज सदोषीत होऊ शकते."
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "You can also choose another character encoding and try again."
+msgstr "इतर अक्षर एंकोडिंग नीवडणे देखील शक्य आहे व पुनः प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+#| msgid "Could not open the file %s using the %s character encoding."
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "“%2$s” अक्षर एंकोडिंगचा वापर करून फाइल “%1$s” उघडणे अशक्य."
+
+#: ../gedit/gedit-io-error-info-bar.c:631
+#: ../gedit/gedit-io-error-info-bar.c:706
+msgid "Select a different character encoding from the menu and try again."
+msgstr "मेनूमधून वेगळे अक्षर एंकोडिंग निवडून पुनः प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#, c-format
+#| msgid "Could not open the file %s."
+msgid "Could not open the file “%s”."
+msgstr "“%s” फाइल उघडणे अशक्य."
+
+#: ../gedit/gedit-io-error-info-bar.c:701
+#, c-format
+#| msgid "Could not save the file %s using the %s character encoding."
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "“%2$s” अक्षर एंकोडिंगचा वापर करून फाइल “%1$s” साठवणे अशक्य."
+
+#: ../gedit/gedit-io-error-info-bar.c:704
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"दस्तऐवजात एका पेक्षा जास्त अक्षरे समाविष्टीत आहे ज्यांना ठराविक अक्षर "
+"एंकोडींगचा वापर करून "
+"एंकोड करणे शक्य नाही."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:777
+msgid "D_on't Edit"
+msgstr "संपादीत करू नका (_o)"
+
+#: ../gedit/gedit-io-error-info-bar.c:787
+#, c-format
+#| msgid "This file (%s) is already open in another gedit window."
+msgid "This file “%s” is already open in another window."
+msgstr "फाइल “%s” आधीपासूनच अन्य चौकटींमध्ये खुले आहे."
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+#| msgid "Do you want to reload the file?"
+msgid "Do you want to edit it anyway?"
+msgstr "तुम्हाला तरिही संपादित करायचे?"
+
+#: ../gedit/gedit-io-error-info-bar.c:857
+#: ../gedit/gedit-io-error-info-bar.c:947
+#: ../gedit/gedit-io-error-info-bar.c:1239
+msgid "S_ave Anyway"
+msgstr "कसेही साठवा (_a)"
+
+#: ../gedit/gedit-io-error-info-bar.c:860
+#: ../gedit/gedit-io-error-info-bar.c:950
+#: ../gedit/gedit-io-error-info-bar.c:1242
+msgid "D_on't Save"
+msgstr "संचयीत करू नका(_D)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:874
+#, c-format
+#| msgid "The file %s has been modified since reading it."
+msgid "The file “%s” has been modified since reading it."
+msgstr "फाइल “%s” चे वाचन झाल्यापासून त्यामध्ये बदल आढळले."
+
+#: ../gedit/gedit-io-error-info-bar.c:889
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "संचयन करीत असल्यास, सर्व बाहेरील बदल लुप्त होतील. कसेही करन साठवा?"
+
+#: ../gedit/gedit-io-error-info-bar.c:969
+#, c-format
+#| msgid "Could not create a backup file while saving %s"
+msgid "Could not create a backup file while saving “%s”"
+msgstr "“%s” साठवतेवेळी तात्पूर्ते प्रतिकृत फाइल बनवणे अशक्य"
+
+#: ../gedit/gedit-io-error-info-bar.c:974
+#, c-format
+#| msgid "Could not create a temporary backup file while saving %s"
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "“%s” साठवतेवेळी तात्पूर्ते प्रतिकृत फाइल बनवणे अशक्य"
+
+#: ../gedit/gedit-io-error-info-bar.c:991
+#| msgid ""
+#| "gedit could not back up the old copy of the file before saving the new "
+#| "one. You can ignore this warning and save the file anyway, but if an "
+#| "error occurs while saving, you could lose the old copy of the file. Save "
+#| "anyway?"
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"नवीन प्रत साठवण्यापूर्वी जुनी प्रत प्रतिकृत करणे अशक्य. तुम्ही सावधानताकरीता "
+"दुर्लक्ष्य करू शकता व फाइल संचयीत करू शकता, पण संचयनवेळी त्रुटी आढळल्यास "
+"तुम्हची जुनी प्रत प्राप्यजोगी शकणार नाही. कसेही साठवायचे?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1051
+#, c-format
+#| msgid ""
+#| "gedit cannot handle %s locations in write mode. Please check that you "
+#| "typed the location correctly and try again."
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"“%s:” ठिकाण राइट मोडमध्ये हाताळणे अशक्य. कृपया तुम्ही टाइप केलेले स्थळ योग्य "
+"असल्याची खात्री करा आणि पुन्हा प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:1059
+#| msgid ""
+#| "gedit cannot handle this location in write mode. Please check that you "
+#| "typed the location correctly and try again."
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"हे ठिकाण राइट मोडमध्ये हाताळणे अशक्य. कृपया तुम्ही टाइप केलेले स्थळ योग्य "
+"असल्याची "
+"खात्री करा आणि पुन्हा प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:1068
+#, c-format
+#| msgid ""
+#| "%s is not a valid location. Please check that you typed the location "
+#| "correctly and try again."
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” वैध ठिकाण नाही. कृपया तुम्ही योग्यरित्या ठिकाण टाइप केले याची खात्री करा "
+"आणि पुन्हा प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:1075
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"तुमच्याकडे फाइल साठवायची परवानगी नाही. कृपया तुम्ही टाइप केलेले स्थळ योग्य "
+"असल्याची "
+"खात्री करा आणि पुनः प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:1081
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"डिस्कमध्ये फाइल रक्षित करण्यासाठी पुरेशी जागा नाही. कृपया डिस्कमधील काही फाइल "
+"मोकळ्या "
+"करा आणि पुनः प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:1086
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"तुम्ही फाइल फक्त-वाचण्याजोगी डीस्कवर संचयीत करण्याचा प्रयत्न करीत आहे. कृपया "
+"तुम्ही टाइप "
+"केलेले स्थळ योग्य असल्याची खात्री करा आणि पुनः प्रयत्न करा."
+
+#: ../gedit/gedit-io-error-info-bar.c:1092
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "समान नावाची फाइल आधिपासूनच अस्तित्वात आहे. कृपया अन्य नाव वापरा."
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"ज्या डिस्कमध्ये तुम्ही फाइल रक्षित करु पहाता त्या डिस्कमध्ये फाइलींसाठी "
+"मर्यादित जागा आहे "
+"कृपया अशी मर्यादित जागा नसणार्या डिस्कमध्ये फाइल रक्षित करता येईल असे पहा."
+
+#: ../gedit/gedit-io-error-info-bar.c:1108
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"ज्या डिस्कमध्ये तुम्ही फाइल रक्षित करु पहाता त्या डिस्कमध्ये फाइलींसाठी "
+"मर्यादित जागा आहे "
+"कृपया अशी मर्यादित जागा नसणार्या डिस्कमध्ये फाइल रक्षित करता येईल असे पहा."
+
+#: ../gedit/gedit-io-error-info-bar.c:1125
+#, c-format
+#| msgid "Could not save the file %s."
+msgid "Could not save the file “%s”."
+msgstr "फाइल “%s” साठवणे अशक्य."
+
+#: ../gedit/gedit-io-error-info-bar.c:1165
+#, c-format
+#| msgid "The file %s changed on disk."
+msgid "The file “%s” changed on disk."
+msgstr "फाइल “%s” डिस्कवर बदलली."
+
+#: ../gedit/gedit-io-error-info-bar.c:1176
+msgid "Drop Changes and _Reload"
+msgstr "बदलाव वगळा आणि पुन्हा लोड करा (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1186
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Reload"
+msgstr "पुन्ह दाखलन (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1252
+#, c-format
+#| msgid "Some invalid chars have been detected while saving %s"
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "“%s” साठवतेवेळी काही अवैध अक्षरे आढळले"
+
+#: ../gedit/gedit-io-error-info-bar.c:1268
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"ही फाइल साठवणे चालू ठेवल्यास दस्तऐवज सदोषीत होऊ शकते. कसेही करून साठवा?"
+
+#: ../gedit/gedit-open-document-selector.c:411
+msgid "No results"
+msgstr "परिणाम नाही"
+
+#: ../gedit/gedit-preferences-dialog.c:386
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "संपादकद्वारे वापरण्याजोगी फाँट नीवडण्यासाठी या बटनावर क्लिक करा"
+
+#: ../gedit/gedit-preferences-dialog.c:399
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "प्रणाली करीता ठराविक रूंदीचे (%s) फाँट वापरा (_U)"
+
+#: ../gedit/gedit-preferences-dialog.c:643
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "डिरेक्ट्री '%s' बनवू शकले नाही: g_mkdir_with_parents() अपयशी: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:839
+msgid "The selected color scheme cannot be installed."
+msgstr "निवडलेले रंग युजना प्रतिष्ठापतीत करण्याजोगी नाही."
+
+#: ../gedit/gedit-preferences-dialog.c:864
+msgid "Add Scheme"
+msgstr "सुत्रयोजना जोडा"
+
+#: ../gedit/gedit-preferences-dialog.c:869
+msgid "A_dd Scheme"
+msgstr "सुत्रयोजना जोडा (_d)"
+
+#: ../gedit/gedit-preferences-dialog.c:873
+msgid "Color Scheme Files"
+msgstr "रंग सुत्रयोजना फाइलं"
+
+#: ../gedit/gedit-preferences-dialog.c:910
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "\"%s\" रंग सुत्रयोजना काढू शकली नाही."
+
+#: ../gedit/gedit-print-job.c:555
+#, c-format
+msgid "File: %s"
+msgstr "फाइल %s"
+
+#: ../gedit/gedit-print-job.c:564
+msgid "Page %N of %Q"
+msgstr "%N पान %Q पैकी"
+
+#: ../gedit/gedit-print-job.c:826
+msgid "Preparing..."
+msgstr "तयार करित आहे..."
+
+#: ../gedit/gedit-print-preview.c:648
+#, c-format
+msgid "Page %d of %d"
+msgstr "पान %2$d पैकी %1$d"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "त्रुटीसह समाविष्टीत टॅब"
+msgstr[1] "त्रुटीसह %d टॅब समाविष्टीत"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:772
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s पासून %s करीता पूर्ववत करत आहे"
+
+#: ../gedit/gedit-tab.c:779
+#, c-format
+msgid "Reverting %s"
+msgstr "%s मूळ स्थितीवर आणत आहे"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%2$s पासून %1$s उघडत आहे"
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "%s लोड होत आहे"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:875
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%2$s वर %1$s साठवत आहे"
+
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s"
+msgstr "%s साठवत आहे"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1443
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error opening file %s"
+msgstr "फाइल %s उघडताना चूक"
+
+#: ../gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error reverting file %s"
+msgstr "फाइल %s मूळ स्थितीत आणताना चूक"
+
+#: ../gedit/gedit-tab.c:1501
+#, c-format
+msgid "Error saving file %s"
+msgstr "फाइल %s सुरक्षित करताना चूक"
+
+#: ../gedit/gedit-tab.c:1532
+msgid "Name:"
+msgstr "नाव:"
+
+#: ../gedit/gedit-tab.c:1533
+msgid "MIME Type:"
+msgstr "MIME प्रकार:"
+
+#: ../gedit/gedit-tab.c:1534
+msgid "Encoding:"
+msgstr "एंकोडिंग:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "कृपया प्रतिष्ठापन तपासा."
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "UI फाइल %s उघडणे अशक्य. त्रुटी: %s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "%2$s फाइल अंतर्गत घटक '%1$s' आढळले नाही."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "%s वरील /"
+
+#: ../gedit/gedit-utils.c:1453
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1455
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1457
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:512
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "ओळ क्रमांक दाखवा (_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:733
+#, c-format
+#| msgid "Page %d of %d"
+msgid "%d of %d"
+msgstr "%d, %d पैकी"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:825
+msgid "_Wrap Around"
+msgstr "घट्ट बसवा (_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:835
+msgid "Match as _Regular Expression"
+msgstr "रेग्युलर एक्सप्रेशन नुरूप जुळवा (_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:849
+msgid "Match _Entire Word Only"
+msgstr "फक्त संपूर्ण शब्द जोडा (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:863
+msgid "_Match Case"
+msgstr "लिपी जुळवा (_M)"
+
+#: ../gedit/gedit-view-frame.c:1037
+msgid "String you want to search for"
+msgstr "तुम्ही शोधू इच्छित असलेली ओळ"
+
+#: ../gedit/gedit-view-frame.c:1049
+msgid "Line you want to move the cursor to"
+msgstr "तुम्ही कर्सर नेऊ इच्छित असलेली लाइन"
+
+#: ../gedit/gedit-window.c:972
+msgid "Bracket match is out of range"
+msgstr "ब्रॅकेट मॅच व्याप्तिच्या बाहेर आहे"
+
+#: ../gedit/gedit-window.c:977
+msgid "Bracket match not found"
+msgstr "ब्रॅकेट मॅच आढळले नाही"
+
+#: ../gedit/gedit-window.c:982
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "ब्रॅकेट मॅच ओळवर आढळले नाही: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1017
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1199
+#, c-format
+msgid "Tab Width: %u"
+msgstr "टॅब रुंदी: %u"
+
+#: ../gedit/gedit-window.c:1569
+msgid "There are unsaved documents"
+msgstr "न साठवलेले दस्तऐवज आढळले"
+
+#: ../gedit/gedit-window.c:2418
+msgid "Change side panel page"
+msgstr "साइड पॅनल पृष्ठ बदलवा"
+
+#: ../gedit/gedit-window.c:2438 ../gedit/resources/gtk/menus-osx.ui.h:35
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "दस्तऐवज"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "डावीकडे हलवा (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "उजवीकडे हलवा (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+#| msgid "_Move to New Window"
+msgid "Move to New _Window"
+msgstr "नवीन पटलाकडे स्थानांतरित व्हा (_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+#| msgid "_New Tab Group"
+msgid "Move to New Tab _Group"
+msgstr "नवीन टॅब गटाकडे स्थानांतरित व्हा (_G)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+#| msgid "_Close All"
+msgid "_Close"
+msgstr "बंद करा (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+#| msgid "Automatic indent"
+msgid "Automatic Indentation"
+msgstr "स्व अंतर सोडा"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "रिकामी जागा वापरा"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+#| msgid "_Display line numbers"
+msgid "Display line numbers"
+msgstr "ओळ क्रमांक दाखवा"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+#| msgid "Display Right Margin"
+msgid "Display right margin"
+msgstr "उजवी समास दाखवा"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+#| msgid "Highlight current _line"
+msgid "Highlight current line"
+msgstr "आत्ताची ओळ ठळक करा"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+#| msgid "Text Wrapping"
+msgid "Text wrapping"
+msgstr "मजकूर घट्ट बसवणे"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_New Window"
+msgstr "नवीन पटल (_N)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "पसंती (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:45
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "मदत (_H)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "विषयी (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "बाहेर पडा (_Q)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+#| msgid "Print"
+msgid "_Print…"
+msgstr "छपाई करा (_P)..."
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Fullscreen"
+msgstr "पडदाभर (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+#| msgid "_Save All"
+msgid "Save _All"
+msgstr "सर्व साठवा (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+#| msgid "Find"
+msgid "_Find…"
+msgstr "शोधा (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "शोधा आणि बदलवा (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+msgid "_Clear Highlight"
+msgstr "उठावदार पुसून टाका (_C)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+#| msgid "Go to _Line..."
+msgid "_Go to Line…"
+msgstr "या ओळीवर जा (_G)..."
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "दृश्य"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "Side _Panel"
+msgstr "बाजूचे पटल (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Bottom Panel"
+msgstr "तळ पटल (_B)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+#| msgid "Highlight Mode"
+msgid "_Highlight Mode…"
+msgstr "ठळक मोड (_H)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:34
+#| msgid "_Tools"
+msgid "Tools"
+msgstr "साधन"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+msgid "_Close All"
+msgstr "सर्व बंद करा (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+#| msgid "_File"
+msgid "File"
+msgstr "फाइल"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-osx.ui.h:3
+msgid "_New"
+msgstr "नवीन (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+#| msgid "Open a New Document"
+msgid "Open _Recent"
+msgstr "नुकतेच उघडा (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:6
+msgid "Reopen Closed _Tab"
+msgstr "बंद टॅब पुन्हा खुले करा (_T)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+#| msgid "Save As"
+msgid "Save _As…"
+msgstr "असे साठवा (_A)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+#| msgid "_Edit"
+msgid "Edit"
+msgstr "संपादित करा"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Undo"
+msgstr "पूर्ववत् करा (_U)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "_Redo"
+msgstr "पुन्हा करा (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "C_ut"
+msgstr "कापा (_u)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Copy"
+msgstr "प्रत बनवा (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+msgid "_Paste"
+msgstr "चिकटवा (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:930
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:968
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "काढून टाका (_D)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+#| msgid "File Browser Filter Mode"
+msgid "Overwrite _Mode"
+msgstr "खोडून पुन्हा लिहा मोड (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+msgid "Select _All"
+msgstr "सर्व निवडा (_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+#| msgid "_Search"
+msgid "Search"
+msgstr "शोधा"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Ne_xt"
+msgstr "पुढिल शोधा (_x)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+msgid "Find Pre_vious"
+msgstr "मागील शोधा (_v)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "Find and _Replace…"
+msgstr "शोधा आणि बदलवा (_R)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+#| msgid "Go to _Line..."
+msgid "Go to _Line…"
+msgstr "या ओळकडे जा (_L)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Save All"
+msgstr "सर्व साठवा (_S)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+msgid "_New Tab Group"
+msgstr "नवीन टॅब गट (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+msgid "P_revious Tab Group"
+msgstr "मागील टॅबचे गट (_r)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+msgid "Nex_t Tab Group"
+msgstr "पुढचे टॅब गट (_t)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+msgid "_Previous Document"
+msgstr "मागील दस्तऐवज (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+msgid "N_ext Document"
+msgstr "पुढचे दस्तऐवज (_e)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+#| msgid "_Move to New Window"
+msgid "_Move To New Window"
+msgstr "नवीन पटलाकडे स्थानांतरित व्हा (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+#| msgid "_Help"
+msgid "Help"
+msgstr "मदत"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "अक्षर एंकोडिंग"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "ठीक आहे (_O)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "A_vailable encodings:"
+msgstr "उपलब्ध एंकोडिंग्स् (_v):"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "वर्णन (_D)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "एंकोडिंग (_E)"
+
+#. Add to Dictionary
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:8
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "जोडा (_A)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:9
+#| msgid "Remove Tool"
+msgid "_Remove"
+msgstr "काढून टाका (_R)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:10
+msgid "E_ncodings shown in menu:"
+msgstr "मेनू अंतर्गत दर्शविलेले एंकोडिंग (_n):"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "उठावदार पद्धती"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+#| msgid "Selection"
+msgid "_Select"
+msgstr "नीवडा (_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "उठावदार पद्धती शोधा..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+#| msgid "_Documents"
+msgid "Other _Documents…"
+msgstr "इतर दस्तऐवज (_D)..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+#| msgid "Open a file"
+msgid "Open another file"
+msgstr "इतर फाइल उघडा"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "प्राधान्यक्रम"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "स्तंभमध्ये उजवा समास दाखवा (_m):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+#| msgid "_Statusbar"
+msgid "Display _statusbar"
+msgstr "स्थितीपट्टी दाखवा (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "मजकूर लपेटणे"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "पाठ्य गुंडाळणी कार्यान्वीत करा (_w)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "शब्द दोन रांगांमध्ये विभाजीत करू नका (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "उठावदार करत आहे"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "चालू ओळ उठावदार करा (_l)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "जुळणारे कंस उठावदार करा (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "टॅब विश्राम"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "टॅब रुंदी (_T):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "टॅब ऐवजी रिकाम्या जागा भराव्यात (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "समास पासून स्वयं मोकळे अंतर ठेवणे कार्यन्वीत करा (_E)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "फाइल साठवत आहे"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr "साठवण्यापूर्वी फाइल्स्चे पूरक प्रत बनवा (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "ठराविक वेळाने फाइल स्वंयसाठवा (_A)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "मिनिटे (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "संपादक"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "फाँट"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "संपादक फाँट (_f): "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "संपादक फाँट निवडा"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "रंग योजना"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "सुत्रयोजना प्रतिष्ठापीत करा"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "सुत्रयोजना प्रतिष्ठापीत करा"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "सुत्रयोजना प्रतिष्ठापन अशक्य करा"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "सुत्रयोजना प्रतिष्ठापन अशक्य करा"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "फाँट आणि रंग"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "प्लगईन"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "मांडणी उठावदार करा"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "सिंटॅक्स उठावदारीकरण छापा (_x)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "ओळ क्रमांक"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "ओळ क्रमांक छापा (_m)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "क्रमांक दर (_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "रेषा"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "पृष्ठ शिर्षक"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "पान शिर्षकाची छपाई करा(_P)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "फाँट्स्"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "धड (_B):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "ओळ क्रमांक (_L):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "मथळे आणि तळटिपा(_a):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "पूर्वनिर्धारीत फाँट मूळस्थितीत आणा (_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "मागील पान दाखवा"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "P_revious Page"
+msgstr "मागील पान (_r)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Show the next page"
+msgstr "पुढील पान दाखवा"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:4
+msgid "_Next Page"
+msgstr "पुढील पान (_N)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "Current page (Alt+P)"
+msgstr "चालू पान (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "of"
+msgstr "याचे"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Page total"
+msgstr "एकूण पृष्ठ "
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "The total number of pages in the document"
+msgstr "दस्तऐवजातील एकूण पाने"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Show multiple pages"
+msgstr "अनेक पाने दाखवा"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom 1:1"
+msgstr "झूम 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom to fit the whole page"
+msgstr "संपूर्ण पानात मावण्याइतके झूम करा"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Zoom the page in"
+msgstr "पान आत झूम करा"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "Zoom the page out"
+msgstr "पान बाहेर झूम करा"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Close print preview"
+msgstr "मुद्रण पुर्वदृश्य बंद करा"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "_Close Preview"
+msgstr "पुर्वदृश्य बंद करा (_C)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:17
+msgid "Page Preview"
+msgstr "मुद्रण पूर्वदृश्य"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:18
+msgid "The preview of a page in the document to be printed"
+msgstr "दस्तऐवज मध्ये छपाई करीताचे पानाचे पूर्वदृश्य"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Replace"
+msgstr "बदलवा"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "सर्व बदलवा (_A)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+#| msgid "Find"
+msgid "_Find"
+msgstr "शोधा (_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgid "_Search for: "
+msgstr "याकरीता शोधा (_S): "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with: "
+msgstr "याच्याशी बदलवा (_w): "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "लिपी जुळवा(_M)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "फक्त संपूर्ण शब्द जोडा (_e)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Match as re_gular expression"
+msgstr "रेग्युलर एक्सप्रेशन नुरूप जुळवा (_R)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "मागे शोधा(_b)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "घट्ट बसवा (_W)"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+#| msgid "Close document"
+msgid "Close Document"
+msgstr "दस्तऐवज बंद करा"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "फाइल उघडा"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "नवीन दस्तऐवज बनवा"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "नवीन"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "चालू फाइल सुरक्षित ठेवा"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "साठवा"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "पॅनेल लपवा"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+#| msgid "Open a file"
+msgid "Open a file dialog"
+msgstr "फाइल संवाद उघडा"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+#| msgid "Leave fullscreen mode"
+msgid "Leave Fullscreen"
+msgstr "पडदाभर सोडा"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "सुधारणा तपासा"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "gedit च्या अलिकडील आवृत्तीकरीता तपासा"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "URI दाखवतेवेळी त्रुटी आढळली."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "डाऊनलोड करा (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "आवृत्तीकडे दुर्लक्ष करा (_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "gedit ची नवीन आवृत्ती आढळली"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"डाऊनलोड बटनावर क्लिक करून gedit ची नवीन आवृत्ती डाऊनलोड करणे शक्य आहे किंवा "
+"त्या "
+"आवृत्तीकडे दुर्लक्ष करा व नवीनकरीता वाट पहा"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "वगळण्याजोगी आवृत्ती"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "नवीन आवृत्ती प्रकाशीत होईपर्यंत वगळण्याजोगी आवृत्ती."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "दस्तऐवजांचे आकडेवारी"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "एकूण शब्द, ओळी, व अक्षरांची संख्या कळवा."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "दस्तऐवज आकडेवारी (_D)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "दस्तऐवज"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "निवड "
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "रेषा"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "शब्द"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "अक्षरे (मोकळ्या जागांसह)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "अक्षरे (रिकाम्या जागेशिवाय)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "अष्टक"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "बील्ड"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "दस्तऐवज डिरेक्ट्री मध्ये \"make\" चालवा"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "टर्मिनल येथे उघडा"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "चालू दस्तऐवज किंवा निवड क्रमबद्ध करा"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "शेवटची जागा काढूण टाका"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "फाइल मधिल अगाऊ शेवटची मोकळी जागा काढूण टाका"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "आदेश चालवा"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "इच्छिक आदेश कार्यान्वीत करा व याचे आउटपुट नवीन दस्तऐवजात दाखल करा"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "fpaste कडे पाठवा"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+#| msgid "Change selected text to upper case"
+msgid "Paste selected text or current document to fpaste"
+msgstr "fpaste करिता नीवडलेले मजकूर किंवा आत्ताचे दस्तऐवज"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "बाह्य साधन"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "बाह्य आदेश आणि शेल स्क्रिप्ट्स चालवा."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "प्रणाली फाँटचा वापर करायचे"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"खरे असल्यास, तसेच monospace असल्यास बाहेरील साधने desktop-global standard "
+"फाँटचा "
+"वापर करेल (व इतर काही वापरले असल्यास सर्वात जवळचे जुळणारे फाँट)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "Pango फाँट नाव. उदाहरणार्थ \"Sans 12\" किंवा \"Monospace Bold 14\"."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "बाहेरील उपकरन व्यवस्थापीत करा (_E)..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "बाहेरील उपकरने (_T)"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "आदेश चालवण्यास अशक्य: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "हे आदेश चालविण्याकरीता तुम्हाला शब्द प्रविष्ट करावे लागेल"
+
+#: ../plugins/externaltools/tools/functions.py:320
+msgid "Running tool:"
+msgstr "कार्यरत साधन:"
+
+#: ../plugins/externaltools/tools/functions.py:351
+msgid "Done."
+msgstr "संपन्न."
+
+#: ../plugins/externaltools/tools/functions.py:353
+msgid "Exited"
+msgstr "उत्तेजित"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "सर्व भाषा"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "सर्व भाषा"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "नवे उपकरण"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "प्रवर्गक आधिपासूनच %s करीता बांधले आहे"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "नवीन प्रवर्गक टाइप करा, किंवा पुसून टाकण्याकरीता Backspace दाबा"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "नवीन प्रवर्गक टाइप करा"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "थांबले."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "साधनाला थांबवा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "नेहमी उपलब्ध"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "सर्व दस्तऐवज"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "विनाशिर्षक वगळता सर्व दस्तऐवज"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "फक्त स्थानीय फाइल"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "फक्त दूरस्थ फाइल"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "फक्त विनाशिर्षक दस्तऐवज"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "काहिच नाही"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "वर्तमान दस्तऐवज"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "वर्तमान चयन"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "सध्याची नीवड (पूर्वनिर्धारीत दस्तऐवज वापरा)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "वर्तमान ओळ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "सध्याचे शब्द"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "तळ पटलात दाखवा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "नवीन दस्तऐवज बनवा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "वर्तमान दस्तऐवजाशी जोडा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "वर्तमान दस्तऐवज बदलवा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "वर्तमान चयन बदलवा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "कर्सर स्थानात अंतर्भूत करा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "बाहेरील साधनांना व्यवस्थापीत करा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "नवीन साधन समाविष्ट करा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "साधन समाविष्ट करा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "नीवडलेले साधन काढून टाका"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "काढून टाकण्यासाठी साधन"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "साधनाला पूर्वस्थितीत आणा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "साधनाला पूर्वस्थितीत आणा"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "शार्टकट कि (_k):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "संचयन (_S):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "इनपुट (_I):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "आउटपुट (_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "वापरण (_A):"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+msgid "Tool Output"
+msgstr "साधन आउटपुट"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "फाइल ब्राउजर पटल"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "बाजूच्या पट्टीपासून सोपे फाइल प्रवेश"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "होम"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "फाइल प्रणाली"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:532
+msgid "File Browser"
+msgstr "फाइल ब्राउजर"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while creating a new directory"
+msgstr "नवीन डिरेक्ट्री निर्माण करताना चूक उद्भवली"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while creating a new file"
+msgstr "नवीन फाइल निर्माण करताना चूक उद्भवली"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred while renaming a file or directory"
+msgstr "फाइल किंवा निर्देशिकेचे नाव बदलताना चूक उद्भवली"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:683
+msgid "An error occurred while deleting a file or directory"
+msgstr "फाइल किंवा डिरेक्ट्री नष्ट करताना चूक उद्भवली"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:686
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "निवडलेला आदेश देताना/कार्यान्वित करताना चूक उद्भवते"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:689
+msgid "An error occurred while setting a root directory"
+msgstr "निवडलेला आदेश देताना/कार्यान्वित करताना चूक उद्भवते"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:692
+msgid "An error occurred while loading a directory"
+msgstr "निवडलेला आदेश देताना/कार्यान्वित करताना चूक उद्भवते"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:695
+msgid "An error occurred"
+msgstr "चूक उद्भवली"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:913
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"फाइल कचऱ्यात टाकता आली नाही,\n"
+"तुम्ही ती तात्काळ नष्ट करू इच्छिता काय?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:918
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "फाइल \"%s\" कचऱ्यात टाकता येत नाही."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:923
+msgid "The selected files cannot be moved to the trash."
+msgstr "निवडलेल्या फाइल कचरापेटीत हलविता येत नाही."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:954
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "तुमह्ला नक्की \"%s\" कायमस्वरूपी काढूण टाकायचे?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:959
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "तुमह्ला नक्की निवडलेल्या फाइल कायमस्वरूपी काढूण टाकायचे?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:962
+msgid "If you delete an item, it is permanently lost."
+msgstr "हे घटक काढूण टाकल्यास, हे कायमस्वरूपी काढूण टाकले जातील."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1781
+msgid "(Empty)"
+msgstr "(रिकामी)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3503
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"पुन्हनामांकीत फाइल वर्तमानक्षणी फिल्टर केले आहे. फाइल दृश्यास्पद करण्याकरीता "
+"फिल्टर संयोजना "
+"सुस्थित करा"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3760
+msgid "Untitled File"
+msgstr "विनाशीर्षक फाइल"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3788
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"नवीन फाइल सद्या फिल्टर केलेले आहे. फाइल दृश्यास्पद करण्याकरीता तुम्हाला "
+"तुम्चे फिल्टर संयोजना "
+"सुस्थित करावे लागेल"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3819
+msgid "Untitled Folder"
+msgstr "विनाशिर्षक फोल्डर"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"नवीन डिरेक्ट्री वर्तमानक्षणी फिल्टर केले आहे. फाइल दृश्यास्पद करण्याकरीता "
+"फिल्टर संयोजना "
+"सुस्थित करा"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:789
+msgid "Bookmarks"
+msgstr "खूणगाठी"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1988
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "आरोहीत खंड करीता आरोहण घटक आढळले नाही: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr "मिडीया उघडू शकत नाही: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "खंड आरोहीत करू शकत नाही: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2774
+#, c-format
+#| msgid "An error occurred while loading a directory"
+msgid "Error when loading '%s': No such directory"
+msgstr "'%s' लोड करतेवेळी त्रुटी: अशा कोणतिही डिरेक्ट्री आढळली नाही"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "वृक्ष दृश्यासह उघडा"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"ओळखचिन्ह दृश्य ऐवजी जेव्हा फाइल ब्राउजर प्लगइन दाखल होते तेव्हा वृक्ष दाखवा"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "फाइल ब्राउजर रूट डिरेक्ट्री"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"फाइल ब्राउजर प्लगइन व दाखल करतेवेळी/वृक्ष_दृश्य खरे असल्यास दाखलनवेळी "
+"वापरण्याकरीताचे "
+"फाइल ब्राउजर रूट डिरेक्ट्री."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "फाइल ब्राउजर आभासी रूट डिरेक्ट्री"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"दाखल/वृक्ष_दृश्य खरे असल्यास फाइल ब्राउजर प्लगइन दाखल करतेवेळी "
+"वापरण्याकरीताचे फाइल "
+"ब्राउजर आभासी रूट डिरेक्ट्री. आभासी रूट नेहमी वास्तवीक रूट च्या खाली दर्शविले "
+"पाहिजे."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "दूरस्थ ठिकाणांचे पुनर्स्थापन सक्षम करा"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "दूरस्थ स्थळ पुन्हसंचयन कार्यान्वीत करायचे का त्याचे निश्चयन केले जाते."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "पहिल्या दस्तऐवजकरीता ठिकाण निर्धारित करा"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"TRUE असल्यास तसेच फाइल ब्राऊजरचा वापर अजूनही न केले असल्यास फाइल ब्राऊजर "
+"प्लगईन पहिले "
+"उघडे असलेल्या दस्तऐवजाच्या डिरेक्ट्रीचे दृष्य पुरवते. (याप्रमाणे हे सहसा "
+"आदेशओळपासून उघडलेल्या "
+"किंवा नॉटिलसॉसह उघडलेल्या दस्तऐवजाला लागू होते, इत्यादी.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "फाइल ब्राजर फिल्टर पध्दती"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"फाइल ब्राउजर पासून कुठले फाइल फिल्टर करायचे हे मुल्य निश्चित करते. वैध मुल्य "
+"खालिल प्रकारे "
+"आहे: काहीच नाही (काहीच फिल्टर करू नका), लपवलेले लपवा (लपवलेले फाइल्स् फिल्टर "
+"करा) व "
+"बाइनरी लपवा (बायनरी फाइल्स् फिल्टर करा)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "फाइल ब्राजर फिल्टर रचना"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"फाइल ब्राउजर ब्राउज करण्याकरीता फिल्टर रचना. हे फिल्टर फिल्टर_पध्दतीच्या वर "
+"कार्यरत "
+"असते."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+#| msgid "File Browser Filter Pattern"
+msgid "File Browser Binary Patterns"
+msgstr "फाइल ब्राउजर बाइनरि रचना"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "बाइनरि फाइल्स फिल्टर करतेवेळी वापरण्याजोगी अगाऊ रचना."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "ॲक्टिव्ह डॉक्युमेंटकरिता रूट ठरवा (_S)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "नवीन डिरेक्ट्री (_N)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "नवीन फाइल (_i)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "पुनःनामांकित करा (_R)..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "कचरापेटीत हलवा (_M)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "दृश्य पुन्हदाखल करा (_f)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "डिरेक्ट्री पहा (_V)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "टर्मिनलमध्ये उघडा (_O)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "फिल्टर (_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "लपविलेले दाखवा (_H)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "बायनरी दाखवा(_B)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "फाइलनाव जुळवा"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "मोडलाइन"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "gedit करीता Emacs, Kate आणि Vim-नुरूप मोडलाइन आधार."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "आदेश रंग मजकूर"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "आदेश रंग मजकूर"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "त्रुटी रंग मजकूर"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "त्रुटी रंगाचे मजकूर"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"खरे असल्यास, तसेच monospace असल्यास टर्मिनल desktop-global standard फाँटचा "
+"वापर "
+"करेल (व इतर काही वापरले असल्यास सर्वात जवळचे जुळणारे फाँट)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "आदेशचा रंग (_o):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "त्रुटी रंग (_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python कन्सोल"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "पटलाच्या तळ बाजूस स्थीत इंटरॲक्टिव्ह पायथन कंसोल"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+msgid "Quick Open..."
+msgstr "पटकन उघडा..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "पटकन उघडा"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "पटकन फाइल्स् उघडा"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "शोधण्याकरीता टाइप करा..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "भाग व्यवस्थापन (_S)..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "भाग"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "संचयन \"%s\" तयार करणे अशक्य"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "लक्ष्य डिरेक्ट्री \"%s\" अस्तित्वात नाही"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "लक्ष्य डिरेक्ट्री \"%s\" वैध डिरेक्ट्री नाही"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "फाइल \"%s\" अस्तित्वात नाही"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "फाइल \"%s\" वैध स्निप्पेट्स् फाइल नाही"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "आयात केलेली फाइल \"%s\" वैध स्निप्पेट्स् फाइल नाही"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "आर्काइव्ह \"%s\" प्राप्त करणे अशक्य"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "खालील फाइल प्राप्त करणे अशक्य: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "फाइल \"%s\" वैध स्निप्पेट्स् आर्काइव्ह नाही"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "भाग संचयन"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "नवीन स्निप्लेट जमा करा..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "वैश्विक"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "निवडलेले भागास पुन्ह जा"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "निवडलेला भाग काढूण टाका"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"हे वैध टॅब ट्रिगर नाही. ट्रिगर्स् मध्ये एकतर अल्फान्युमेरिक अक्षरे (किंवा _, "
+": व .) किंवा "
+"एकमेव (नॉन-अल्फान्युमेरिक) अक्षर जसे की {, [, इत्यादी समाविष्टीत असू शकते."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "टॅब दाबल्यानंतर एका शब्दकरीता स्निप्पेट सक्रीयता"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "नवीन फाइल प्राप्त करतेवेळी त्रुटी आढळली: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "आयात यशस्वीरित्या पूर्ण झाले"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "स्नीप्लेट प्राप्त करा"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "सर्व समर्थीत संचयन"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Gzip संकुचीत संचयन"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 संकुचीत संग्रह"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "एकसंख्यीक स्निपेट फाइल"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "सर्व फाइलं"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "खालिल त्रुटी पाठ्यवितेवेळी आढळली: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "एक्सपोर्ट यशस्वीरित्या पूर्ण झाले"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"तुम्हाला निवडलेले <b>प्रणाली</b> भाग तुमच्या एक्सपोर्ट मध्ये समाविष्ट करायचे?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "पाठ्यविण्याकरीता भाग निवडले नाही"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "स्निप्लेट पाठ्यवा"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "नवीन जवळचा मार्ग टाइप करा, किंवा पुसून टाकण्याकरीता Backspace दाबा"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "नवीन जगळचा मार्ग टाइप करा"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "python आदेश (%s) चालवणे कमाल वेळपेक्षा जास्त आहे, चालवणे रद्द केले."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "python आदेश (%s) चालवणे अपयशी: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "गतिक पध्दतीत नेहमी वापरण्याजोगी मजकूरचे भाग समाविष्ट करा"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "कातरन व्यवस्थापीत करा"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "नवीन भाग बनवा"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "कातरन समाविष्ट करा"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "कातरन काढून टाका"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "कातरन आयात करा"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "निवडलेले भाग पाठ्यवा"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "कातरन एक्सपोर्ट करा"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "सक्रीयकरण"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "टॅब प्रवेगक (_T):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "शॉर्टकट कि (_h):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "भाग सक्रीय करण्याकरीता शॉर्टकट कि करीता कळ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "लक्ष्य वगळा (_D):"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "क्रमवारी (_o)..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "क्रमबद्ध करा"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "क्रमबारी (_S)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "उलटे क्रम (_R)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "प्रतिकृत काढून टाका (_e)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "लिपी दुर्लक्षित करा (_I)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "स्तंभ पासून सुरू करा (_t):"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "तुम्ही क्रमवारी प्रक्रिया रद्द(अन-डू) करू शकत नाही"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "निवडक भाग किंवा दस्तऐवजांची छाननी करते."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:424
+msgid "(no suggested words)"
+msgstr "(शब्द सुचवले नाहीत)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "अधिक (_M)..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "सर्व दुर्लक्ष करा (_I)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "शब्दलेखन उपदेश (_S)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "शुध्दलेखन तपासणी (_C)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "भाषा निश्चित करा (_L)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "चुकीचे शब्द वर्ण उठावदार करा (_H)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:262
+msgid "Suggestions"
+msgstr "सल्ले"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:523
+msgid "(correct spelling)"
+msgstr "(शब्दलेखन सुधारा)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:664
+msgid "Completed spell checking"
+msgstr "शब्दलेखनची तपासणी पूर्ण झाली"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "अपरिचीत (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "पूर्वनिर्धारीत"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "भाषा निर्धारित करा"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "भाषा"
+
+#: ../plugins/spell/gedit-spell-plugin.c:791
+msgid "The document is empty."
+msgstr "दस्तऐवज रिकामे आहे."
+
+#: ../plugins/spell/gedit-spell-plugin.c:816
+msgid "No misspelled words"
+msgstr "शब्दलेखन न चुकलेले शब्द"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "भाषा ठरवा"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "वर्तमान दस्तऐवजाची भाषा निवडा (_l)."
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "शब्दलेखन तपासा"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "शब्दलेखन चुकलेले शब्द:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "शब्द"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "याकरीता बदलवा (_t):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "शब्द तपासा (_W)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "उपदेश (_S):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "दुर्लक्ष करा (_I)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "बदलवा (_n)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "सर्व दुर्लक्ष करा (_A)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "सर्व बदलवा (_l)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "उपयोक्ता शब्दकोश:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "शब्द जोडा (_o)"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "शब्द तपासक"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "वर्तमान दस्तऐवजातील शब्दलेखन तपासतो."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "दिनांक आणि वेळ जोडा (_s)..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "उपलब्द नमुने/पध्दती"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "प्रॉम्प्ट प्रकार"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"वापरकर्त्याला स्वरूपकरीता प्रॉमप्ट करायचे असल्यास किंवा नीवडलेले किंवा "
+"पसंतीच्या स्वरूपचे "
+"वापर करायचे."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "निवडलेले स्वरूप"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "दिनांक/वेळ समाविष्ट करतेवेळी वापरण्याजोगी पसंतीचे स्वरूप."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "पसंतीचे स्वरूप"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "दिनांक/वेळ समाविष्ट करतेवेळी वापरण्याजोगी पसंतीचे स्वरूप."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "दिनांक आणि वेळ टाका"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "निवडलेली पद्धती वापरा (_s)"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "इच्छिक स्वरूप वापरा (_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "अंतर्भूत करा (_I)"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "दिनांक/वेळ प्लगइन ठिक करा"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "दिनांक/वेळ समाविष्ट करतेवेळी..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "स्वरूप करीता विचारा (_P)"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "दिनांक /वेळ टाका"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "कर्सर स्थितीत चालू दिनांक व वेळ दर्शविते."
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "gedit संचयीत करत असलेल्या फाइलची मूळ प्रत राखून ठेवावी की नाही।या राखीव प्रतीचे "
+#~ "नाव तुम्ही\"राखीव प्रतीचे नाव\"या पर्यायाचा वापर करुन ठरवू शकता."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "रद्दिकरण प्रक्रियेची मर्यादा (DEPRECATED)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "gedit जास्तीत जास्त एवढ्या क्रिया रद्द करु शकतो किंवा पुनः करु शकतो. अमर्यादित "
+#~ "क्रियांसाठी \"-1\" वापरा. 2.12.0 पासून नापसंत"
+
+#~ msgid "Show the application's help"
+#~ msgstr "ॲप्लिकेशनची मदत दाखवा"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- गद्य फाइल संपादीत करा"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "उपलब्ध आदेश ओळ पर्याय पाहण्याकरीता '%s --help' चालवा.\n"
+
+#~ msgid "About gedit"
+#~ msgstr "gedit विषयी"
+
+#~ msgid "Unicode"
+#~ msgstr "युनिकोड"
+
+#~ msgid "Western"
+#~ msgstr "पश्चिमी"
+
+#~ msgid "Central European"
+#~ msgstr "मध्य युरोपिअन"
+
+#~ msgid "South European"
+#~ msgstr "दक्षिण युरोपिअन"
+
+#~ msgid "Baltic"
+#~ msgstr "बाल्टिक"
+
+#~ msgid "Cyrillic"
+#~ msgstr "सिरीलिक"
+
+#~ msgid "Arabic"
+#~ msgstr "अरेबिक"
+
+#~ msgid "Greek"
+#~ msgstr "ग्रीक"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "हिब्रू दर्शनीय"
+
+#~ msgid "Turkish"
+#~ msgstr "तुर्किश"
+
+#~ msgid "Nordic"
+#~ msgstr "नॉर्डिक"
+
+#~ msgid "Celtic"
+#~ msgstr "सेल्टिक"
+
+#~ msgid "Romanian"
+#~ msgstr "रोमानिअन"
+
+#~ msgid "Armenian"
+#~ msgstr "आर्मेनिअन"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "पारंपारिक चिनी"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "सिरीलिक/रशियन"
+
+#~ msgid "Japanese"
+#~ msgstr "जपानी"
+
+#~ msgid "Korean"
+#~ msgstr "कोरियन"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "सरलीकृत चिनी"
+
+#~ msgid "Georgian"
+#~ msgstr "जॉर्जीअन"
+
+#~ msgid "Hebrew"
+#~ msgstr "हिब्रू"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "सिरीलिक/यूक्रेनियन"
+
+#~ msgid "Vietnamese"
+#~ msgstr "वियेतनामी"
+
+#~ msgid "Thai"
+#~ msgstr "थाई"
+
+#~ msgid "Unknown"
+#~ msgstr "अपरिचित"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "आरोहीत नसल्यामुळे फाइलचे स्थान करीता प्रवेश प्राप्त केला जाऊ शकत नाही."
+
+#~ msgid "The file is too big."
+#~ msgstr "ही फाइल खूप मोठी आहे."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr "gedit ने या फाइलची प्रत अ-संपादन तऱ्हेने उघडले आहे. तुम्हाला तरी संपादन करायचे?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "तुम्हाला बदल रद्द करायचे व फाइल पुनः दाखल करायची आहे?"
+
+#~ msgid "Save _As..."
+#~ msgstr "यानुरूप साठवा (_A)..."
+
+#~ msgid "_Print..."
+#~ msgstr "छपाई करा (_P)..."
+
+#~ msgid "Open a recently used file"
+#~ msgstr "नुकतीच वापरलेली फाइल उघडा"
+
+#~ msgid "Empty"
+#~ msgstr "रिकामी"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit प्राधान्यक्रम"
+
+#~ msgid "column"
+#~ msgstr "स्तंभ"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "युनिकोड (UTF-8)"
+
+#~ msgid "_View"
+#~ msgstr "दृश्य (_V)"
+
+#~ msgid "_Open..."
+#~ msgstr "उघडा (_O)..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "प्राधान्यक्रम (_e)"
+
+#~ msgid "Configure the application"
+#~ msgstr "अर्ज हवातसा करुन घ्या"
+
+#~ msgid "_Contents"
+#~ msgstr "अनुक्रम (_C)"
+
+#~ msgid "Open the gedit manual"
+#~ msgstr "gedit पुस्तिका उघडा"
+
+#~ msgid "About this application"
+#~ msgstr "लागू करण्याबाबत"
+
+#~ msgid "Save the current file with a different name"
+#~ msgstr "चालू फाइल वेगळे नाव देउन सुरक्षित ठेवा"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "फाइलमधील रक्षित भागाकडे परत घ्या"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "छपाई पूर्वदृश्य (_w)"
+
+#~ msgid "Print preview"
+#~ msgstr "मुद्रण करण्याआधी नजर टाका"
+
+#~ msgid "Print the current page"
+#~ msgstr "चालू फाइल मुद्रित करा"
+
+#~ msgid "Undo the last action"
+#~ msgstr "शेवटची कृती बदलवा"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "टाळलेली कृती पुनः करा"
+
+#~ msgid "Cut the selection"
+#~ msgstr "निवडलेले कापा"
+
+#~ msgid "Copy the selection"
+#~ msgstr "निवडलेल्याची प्रत बनवा"
+
+#~ msgid "Paste the clipboard"
+#~ msgstr "क्लिपबोर्डवर चिकटवा"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "निवडलेले टेक्स्ट काढूनटाका"
+
+#~ msgid "Select the entire document"
+#~ msgstr "संपुर्ण दस्तऐवज निवडा"
+
+#~| msgid "_Highlight Mode"
+#~ msgid "_Highlight Mode..."
+#~ msgstr "उठावदार पद्धत (_H)..."
+
+#~| msgid "Checks the spelling of the current document."
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "सक्रीय दस्तऐवजाचे उठावदार मोड बदलते"
+
+#~ msgid "_Find..."
+#~ msgstr "शोधा (_F)..."
+
+#~ msgid "Search for text"
+#~ msgstr "पाठ्य शोधा"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "तीच स्ट्रिंग पुनः पुढे शोधून काढा"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "तीच स्ट्रिंग मागे शोधून काढा"
+
+#~ msgid "_Replace..."
+#~ msgstr "बदलवा (_R)..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "शोधा आणि बदलवा"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "शोध जुळवणीचे ठळकीकरण पुसून टाका"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "योग्य ओळ क्रमांकावर जा"
+
+#~ msgid "Save all open files"
+#~ msgstr "उघडलेल्या सर्व फाइल साठवा"
+
+#~ msgid "Close all open files"
+#~ msgstr "उघडलेल्या सर्व फाइल बंद करा"
+
+#~ msgid "Create a new tab group"
+#~ msgstr "नवीन दस्तऐवज गट बनवा"
+
+#~ msgid "Switch to the previous tab group"
+#~ msgstr "मागील टॅब गटचा वापर करा"
+
+#~ msgid "Switch to the next tab group"
+#~ msgstr "पुढील टॅब गटचा वापर करा"
+
+#~ msgid "Activate previous document"
+#~ msgstr "मागील दस्तऐवज कार्यान्वीत करा"
+
+#~ msgid "Activate next document"
+#~ msgstr "पुढील दस्तऐवज कार्यान्वीत करा"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "चालू दस्तऐवज नवीन चौकटीत हलवा"
+
+#~ msgid "Close the current file"
+#~ msgstr "चालू फाइल बंद करा "
+
+#~ msgid "Quit the program"
+#~ msgstr "कार्यक्रम टाळा/सोडून द्या"
+
+#~ msgid "_Toolbar"
+#~ msgstr "साधनपट्टी (_T)"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "सध्याच्या पटलात साधनदर्शक पट्टी दाखवा किंवा लपवा"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "सध्याच्या पटलात स्तिथीदर्शक पट्टी दाखवा किंवा लपवा"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "पडदाभरमध्ये मजकूर संपादीत करा"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "सध्याच्या पटलात बाजूचे पटल दाखवा किंवा लपवा"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "सध्याच्या पटलात तळ पटल दाखवा किंवा लपवा"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' उघडा"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' सक्रीय करा"
+
+#~ msgid "Change Case"
+#~ msgstr "लिपी बदलवा"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "निवडलेल्या पाठ्याची लिपी बदलतो."
+
+#~ msgid "C_hange Case"
+#~ msgstr "लिपी बदलवा (_h)"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "सर्व मोठ्या लिपीत (_U)"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "सर्व छोट्या लिपीत (_L)"
+
+#~ msgid "Change selected text to lower case"
+#~ msgstr "निवडलेला "
+
+#~ msgid "_Invert Case"
+#~ msgstr "लिपी उलटे करा (_I)"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "निवडलेले पाठ्याटी लिपी उलटी करा"
+
+#~ msgid "_Title Case"
+#~ msgstr "शिर्षक लिपी (_T)"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "प्रत्येक निवडलेल्या शब्दाचे पहिले अक्षर मोठ्या लिपीत बदलवा"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "सध्य दस्तऐवजाची सांख्यिक माहिती घ्या"
+
+#~ msgid "_Update"
+#~ msgstr "अद्ययावत (_U)"
+
+#~ msgid "File Name"
+#~ msgstr "फाइल नाव"
+
+#~ msgid "_Tools:"
+#~ msgstr "साधन (_T):"
+
+#~ msgid "_Edit:"
+#~ msgstr "संपादन (_E):"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "बाह्य साधन व्यवस्थापक उघडा"
+
+#~ msgid "External tools"
+#~ msgstr "बाहेरील उपकरने"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "पटकन दस्तऐवज उघडा"
+
+#~ msgid "_Snippets:"
+#~ msgstr "कातरन (_S):"
+
+#~ msgid "Manage snippets"
+#~ msgstr "भाग व्यवस्थापा"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "चालू दस्तऐवज किंवा निवड क्रमबद्ध करा"
+
+#~ msgid "Check Spelling"
+#~ msgstr "शब्दलेखन तपासा"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "चुकीच्या शब्दलेखनसाठी चालू दस्तऐवज तपासा"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "चालू दस्तऐवजातील भाषा सुरचित करा"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "चालू दस्तऐवजातील स्पेलींग स्वयं छाननी केली जातात"
+
+#~ msgid "Language:"
+#~ msgstr "भाषा:"
+
+#~ msgid "Language"
+#~ msgstr "भाषा"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "कर्सर स्थितीत दिनांक आणि वेळ टाका"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist डाटाप्रोव्हडर"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "gedit सह वापरलेल्या दस्तऐवजचे प्रवेश व सोडून देण्याची घटनांचा लॉग ठेवतो"
+
+#~ msgid "Open Files"
+#~ msgstr "फाइल्स् उघडा"
+
+#~ msgid "Character Encodings"
+#~ msgstr "अक्षर एंकोडिंग्स्"
+
+#~ msgid "Replace All"
+#~ msgstr "सर्व बदलवा"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "सिंटॅक्स उठावदारीकरण अकार्यान्वीत करा"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "चालू दस्तऐवज किंवा निवड क्रमबद्ध करा"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "सद्या उघडलेल्या डिरेक्ट्री मध्ये टर्मिनल उघडा"
+
+#~ msgid "file"
+#~ msgstr "फाइल"
+
+#~ msgid "directory"
+#~ msgstr "डिरेक्ट्री"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "निवडलेली फाइल किंवा डिरेक्ट्री कचरापेटीत हलवा"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "निवडलेली फाइल किंवा डिरेक्ट्री काढून टाका"
+
+#~ msgid "Open selected file"
+#~ msgstr "निवडलेली फाइल उघडा"
+
+#~ msgid "Up"
+#~ msgstr "वर"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "पितृ फोल्डर उघडा"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "नवीन रिकामी फाइल जोडा"
+
+#~ msgid "Add new empty file"
+#~ msgstr "नवीन रिकामी फाइल जमा करा"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "निवडलेली फाइल किंवा डिरेक्ट्री पुन्हनामांकीत करा"
+
+#~ msgid "_Previous Location"
+#~ msgstr "मागील स्थान (_P)"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "मागील भेटून झालेल्या जागेवर जा"
+
+#~ msgid "_Next Location"
+#~ msgstr "पुढील स्थान (_N)"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "पुढील भेटून झालेल्या जागेवर जा"
+
+#~ msgid "Refresh the view"
+#~ msgstr "दृश्य ताजे करा"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "फाइल व्यवस्थापकात डिरेक्ट्री पहा"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "लपविलेले फाइल आणि डिरेक्ट्री दाखवा"
+
+#~ msgid "Show binary files"
+#~ msgstr "द्विमान(बायनरी) फाइल्स् दाखवा"
+
+#~ msgid "Quick open"
+#~ msgstr "पटकन उघडा"
+
+#~| msgid "Text"
+#~ msgid "Text;"
+#~ msgstr "मजकूर;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "न साठवता बाहेर जा (_w)"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "gedit ला पार्श्वभूमीत चालवा"
+
+#~ msgid "_Add..."
+#~ msgstr "जोडा (_A)..."
+
+#~ msgid "External Tools Manager"
+#~ msgstr "बाह्य साधन व्यवस्थापक"
+
+#~ msgid "Previous location"
+#~ msgstr "मागील स्थळ"
+
+#~ msgid "Go to previous location"
+#~ msgstr "मागील स्थळावर जा"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "मागील उघडलल्या स्थळावर जा"
+
+#~ msgid "Next location"
+#~ msgstr "पुढील जागा"
+
+#~ msgid "Go to next location"
+#~ msgstr "पुढील जागी जा"
diff --git a/po/ms.po b/po/ms.po
new file mode 100644
index 0000000..045a4be
--- /dev/null
+++ b/po/ms.po
@@ -0,0 +1,5299 @@
+# Gedit Bahasa Melayu (ms)
+# Jika takut risiko, Jangan bicara tentang Perjuangan
+# Hasbullah Bin Pit (sebol) <sebol@ikhlas.com>, 2002
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-01-21 14:57+0000\n"
+"PO-Revision-Date: 2020-01-24 08:17+0800\n"
+"Last-Translator: abuyop <abuyop@gmail.com>\n"
+"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n"
+"Language: ms\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.0.6\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Sunting fail teks"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit adalah penyunting teks rasmi bagi persekitaran atas meja GNOME. "
+"Walaupun ia menekankan keringkasan dan mudah diguna, gedit adalah penyunting "
+"teks umum yang hebat."
+
+#: data/org.gnome.gedit.appdata.xml.in:15
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Sama ada anda menulis buku terlaris akan datang, mengatur cara aplikasi yang "
+"inovatif, atau hanya mengambil nota, gedit sentiasa menjadi alat yang "
+"berguna untuk memenuhi keperluan anda."
+
+#: data/org.gnome.gedit.appdata.xml.in:20
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"Sistem pemalam yang fleksibel membolehkan anda mengurus aplikasi mengikut "
+"keperluan anda dan serasikannya dengan aliran kerja anda."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Penyunting Teks"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Teks;Penyunting;Plaintext;Menulis;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Tetingkap Baharu"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Dokumen Baharu"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Guna Fon Lalai"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Sama ada hendak guna fon lebar tetap lalai sistem untuk penyuntingan teks "
+"selain dari fon khusus untuk gedit. Jika pilihan ini dimatikan, maka fon "
+"dinamakan dalam pilihan \"Fon Penyunting\" akan digunakan selain dari fon "
+"sistem."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Penyunting Fon"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Satu fon suai yang akan digunakan untuk kawasan penyuntingan. Ia hanya "
+"berkesan jika pilihan \"Guna Fon Lalai\" dimatikan."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Skema Gaya"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID bagi Skema gaya GtkSourceView yang digunakan untuk mewarnakan teks."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Cipta Salinan Sandar"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Sama ada gedit patut cipta salinan sandar untuk fail yang ia simpankan."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Auto-simpan"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Sama ada gedit patut menyimpan fail diubah suai secara automatik selepas "
+"satu sela masa. Anda boleh tetapkan sel masa dengan pilihan \"Sela Auto-"
+"simpan\"."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Sela Auto-simpan"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Bilangan minit selepas gedit menyimpan fail diubah suai secara automatik. Ia "
+"hanya berkesan jika pilihan \"Auto-simpan\" dihidupkan."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Bilangan Maksimum Tindakan Buat Asal"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Bilangan tindakan maksimum yang mana gedit boleh membuat buat asal atau buat "
+"semula. Guna \"-1\" untuk bilangan tindakan tanpa had."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Mod Balutan Baris"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Nyatakan bagaimana hendak membalut baris panjang dalam kawasan penyuntingan. "
+"Guna \"none\" untuk tanpa pembalutan, \"word\" untuk pembalutan dengan "
+"sempadan perkataan, dan \"char\" untuk membalut mengikut sempadan aksara "
+"secara individu. Perhatian nilai adalah sensitif-kata, jadi pastikan ia "
+"mungkin seperti mana yang dinyatakan di sini."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Pilihan mod pisah terakhir untuk mod lilitan"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Nyatakan mod pisah terakhir yang digunakan dengan mod pembalutan, supaya "
+"ketika mod pembalutan dimatikan ia masih mengingati pilihan mod pisah. Guna "
+"\"word\" untuk membalut mengikut sempadan perkataan, dan \"char\" untuk "
+"membalut mengikut sempadan aksara secara individu."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Saiz Tab"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Nyatakan bilangan ruang patut dipaparkan selain aksara Tab."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Sisip jarak"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Samada gedit patut menyisip jarak selain daripada tab."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Engsot automatik"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Sama ada gedit patut benarkan pengengsotan automatik."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Papar Nombor Baris"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Sama ada gedit patut memapar bilangan baris pada kawasan mengedit."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Sorot Baris Semasa"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Sama ada gedit patut sorotkan baris semasa."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Sorot Kurungan Sepadan"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Sama ada gedit patut sorotkan kurungan sepadan."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Papar Jidar Kanan"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Sama ada gedit patut paparkan jidar kanan dalam kawasan penyuntingan."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Kedudukan Jidar Kanan"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Menyatakan kedudukan bagi jidar kanan."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Jenis pola latar belakang dokumen"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Sama ada dokumen akan dapatkan pola latar belakang yang dilukis."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Home End Pintar"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Nyatakan bagaimana kursor bergerak jika kekunci HOME dan END ditekan. Guna "
+"\"disabled\" untuk sentiasa beralih pada mula/hujung baris, \"after\" "
+"beralih ke mula/hujung baris buat pertama kali kekunci diketik dan ke mula/"
+"hujung teks dengan mengabaikan ruang putih jika kali kedua kekunci ditekan, "
+"\"before\" untuk beralih ke mula/hujung teks sebelum bergerak ke mula/hujung "
+"baris dan \"always\" sentiasa beralih ke mula/hujung teks selain dari mula/"
+"hujung baris."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Pulih Kedudukan Kursor Terdahulu"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Sama ada gedit patut pulih kedudukan kursor terdahulu bila fail dimuatkan."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Benarkan Penyorotan Sintaks"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Sama ada gedit patut membenarkan penyorotan sintaks."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Benarkan Penyorotan Gelintar"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Sama ada gedit patut sorotkan semua kemunculan teks yang digelintar."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Pastikan Penjejakan Garis Baharu"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Sama ada gedit akan memastikan dokumen sentiasa berakhir dengan penjejakan "
+"garis baharu."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Buku Nota Tunjukkan Mod Tab"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Nyatakan bagaimana hendak tunjukkan tab komputer riba. Guna \"never\" untuk "
+"tidak sesekali tunjukkan tab, \"always\" untuk sentiasa tunjukkan tab, dan "
+"\"auto\" untuk tunjukkan tab jika terdapat lebih dari satu tab. Perhatian, "
+"nilai adalah sensitif-kata, jadi pastikan ia muncul seperti mana yang "
+"dikehendaki di sini."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Palang Status adalah Kelihatan"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Sama ada palang status di bawah tetingkap penyuntingan patut kelihatan."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Panel sisi adalah Kelihatan"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Sama ada panel sisi di bahagian kiri tetingkap penyuntingan patut kelihatan."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Cetak Penyorotan Sintaks"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Sama ada gedit patut mencetak penyorotan teks ketika mencetak dokumen."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Cetak Pengepala"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Sama ada gedit patut sertakan pengepala dokumen ketika mencetak dokumen."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Mod Balutan Baris Percetakan"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Nyatakan bagaimana hendak membalut baris panjang untuk percetakan. Guna "
+"\"none\" untuk tanpa membalut, \"word\" untuk membalut mengikut sempadan "
+"perkataan, dan \"char\" untuk membalut mengikut sempadan aksara secara "
+"individu. Perhatian nilai adalah sensitif-kata, jadi pastikan ia muncul "
+"seperti mana yang dikehendaki di sini."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Cetak Nombor Baris"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Jika nilai ini ialah 0, maka tiada nombor baris akan disisipkan ketika "
+"mencetak dokumen. Sebaliknya, gedit akan mencetak nombor baris bagi setiap "
+"baris."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Fon Badan untuk Percetakan"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Nyatakan fon yang digunakan untuk badan dokumen ketika mencetak dokumen."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Fon Pengepala untuk Perctakan"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Nyatakan fon yang digunakan untuk pengepala halaman ketika mencetak. Ia akan "
+"berkesan jika pilihan \"Pengepala Cetak\" dihidupkan."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Fon Nombor Baris untuk Percetakan"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Nyatakan fon yang digunakan untuk nombor baris ketika mencetak. Ia akan "
+"berkesan jika pilihan \"Cetak Nombor Baris\" bukan sifar."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Kiri Jidar"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Jidar kiri, dalam milimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Atas Jidar"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Jidar atas, dalam milimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Kanan Jidar"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Jidar kanan, dalam milimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Bawah Jidar"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Jidar bawah, dalam milimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Pengekodan Calon"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Senarai pengekodan calon yang ditunjukkan dalam menu Pengekodan Aksara di "
+"dalam pemilih fail buka/simpan. \"CURRENT\" merujuk pada pengekodan setempat "
+"semasa. Hanya pengekodan yang dikenal pasti sahaja digunakan. Nilai lalai "
+"ialah senarai kosong, yang mana gedit akan memilih lalai sesuai yang "
+"bergantung pada negara dan bahasa."
+
+#: data/org.gnome.gedit.gschema.xml.in:301
+msgid "Active plugins"
+msgstr "Pemalam aktif"
+
+#: data/org.gnome.gedit.gschema.xml.in:302
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr ""
+"Senarai pemalam aktif. Ia mengandungi \"Lokasi\" pemalam aktif. Sila rujuk "
+"fail .gedit-plugin untuk mendapatkan “Location” bagi pemalam yang diberi."
+
+#: gedit/gedit-app.c:103
+msgid "Show the application’s version"
+msgstr "Tunjuk versi aplikasi"
+
+#: gedit/gedit-app.c:109
+msgid "Display list of possible values for the encoding option"
+msgstr "Papar senarai nilai yang mungkin untuk pilihan pengekodan"
+
+#: gedit/gedit-app.c:116
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Tetapkan pengekodan aksara digunakan untuk membuka fail tersenarai dalam "
+"baris perintah"
+
+#: gedit/gedit-app.c:117
+msgid "ENCODING"
+msgstr "PENGEKODAN"
+
+#: gedit/gedit-app.c:123
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Cipta satu tetingkap aras-teratas baharu dalam tika gedit"
+
+#: gedit/gedit-app.c:130
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Cipta satu dokumen baharu dalam tika gedit yang sedia ada"
+
+#: gedit/gedit-app.c:137
+msgid "Open files and block process until files are closed"
+msgstr "Buka fail dan sekat proses sehingga fail ditutup"
+
+#: gedit/gedit-app.c:144
+msgid "Run gedit in standalone mode"
+msgstr "Jalankan gedit dalam mod kendiri"
+
+#: gedit/gedit-app.c:151
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FAIL…] [+BARIS[:LAJUR]]"
+
+#: gedit/gedit-app.c:261
+msgid "There was an error displaying the help."
+msgstr "Terdapat ralat ketika memaparkan bantuan."
+
+#: gedit/gedit-app.c:957
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: pengekodan tidak sah."
+
+#: gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "Tutup _tanpa Menyimpan"
+
+#: gedit/gedit-close-confirmation-dialog.c:283 gedit/gedit-commands-file.c:457
+#: gedit/gedit-commands-file.c:562 gedit/gedit-commands-file.c:638
+#: gedit/gedit-commands-file.c:849 gedit/gedit-commands-file.c:1563
+#: gedit/gedit-encodings-dialog.c:192 gedit/gedit-preferences-dialog.c:816
+#: gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Batal"
+
+#: gedit/gedit-close-confirmation-dialog.c:310 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+#| msgid "Save As"
+msgid "_Save As…"
+msgstr "Simpan Seb_agai…"
+
+#: gedit/gedit-close-confirmation-dialog.c:310 gedit/gedit-commands-file.c:850
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:61
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Simpan"
+
+#: gedit/gedit-close-confirmation-dialog.c:328
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld second will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld seconds will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada %ld saat terakhir akan "
+"kekal hilang."
+msgstr[1] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada %ld saat terakhir akan "
+"kekal hilang."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Jika anda tidak menyimpan, perubahan yang dibuat pada minit terakhir akan "
+"kekal hilang."
+
+#: gedit/gedit-close-confirmation-dialog.c:343
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last minute and %ld second will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last minute and %ld seconds will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada minit dan %ld saat terakhir "
+"akan kekal hilang."
+msgstr[1] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada minit dan %ld saat terakhir "
+"akan kekal hilang."
+
+#: gedit/gedit-close-confirmation-dialog.c:353
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld minute will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld minutes will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada %ld minit terakhir akan "
+"kekal hilang."
+msgstr[1] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada %ld minit terakhir akan "
+"kekal hilang."
+
+#: gedit/gedit-close-confirmation-dialog.c:368
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Jika anda tidak menyimpan, perubahan yang anda buat pada jam terakhir akan "
+"kekal hilang."
+
+#: gedit/gedit-close-confirmation-dialog.c:374
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last hour and %d minute will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last hour and %d minutes will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada jam dan %d minit terakhir "
+"akan kekal hilang."
+msgstr[1] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada jam dan %d minit terakhir "
+"akan kekal hilang."
+
+#: gedit/gedit-close-confirmation-dialog.c:389
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada %d jam terakhir akan kekal "
+"hilang."
+msgstr[1] ""
+"Jika anda tidak menyimpan, perubahan dibuat pada %d jam terakhir akan kekal "
+"hilang."
+
+#: gedit/gedit-close-confirmation-dialog.c:418
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Perubahan pada dokumen \"%s\" akan kekal hilang."
+
+#: gedit/gedit-close-confirmation-dialog.c:423
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Simpan perubahan pada dokumen \"%s\" sebelum menutup?"
+
+#: gedit/gedit-close-confirmation-dialog.c:438
+#: gedit/gedit-close-confirmation-dialog.c:562
+msgid "Saving has been disabled by the system administrator."
+msgstr "Menyimpan telah dilumpuhkan oleh pentadbir sistem anda."
+
+#: gedit/gedit-close-confirmation-dialog.c:504
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Perubahan pada %d dokumen akan kekal hilang."
+msgstr[1] "Perubahan pada %d dokumen akan kekal hilang."
+
+#: gedit/gedit-close-confirmation-dialog.c:512
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Terdapat %d dokumen dengan perubahan tidak disimpan. Simpan perubahan "
+"sebelum menutupnya?"
+msgstr[1] ""
+"Terdapat %d dokumen dengan perubahan tidak disimpan. Simpan perubahan "
+"sebelum menutupnya?"
+
+#: gedit/gedit-close-confirmation-dialog.c:538
+msgid "Docum_ents with unsaved changes:"
+msgstr "Doku_men dengan perubahan yang tidak disimpan:"
+
+#: gedit/gedit-close-confirmation-dialog.c:542
+msgid "S_elect the documents you want to save:"
+msgstr "P_ilih dokumen yang anda ingin simpan:"
+
+#: gedit/gedit-close-confirmation-dialog.c:566
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+"Jika anda tidak menyimpan, semua perubahan yang dibuat akan kekal hilang."
+
+#: gedit/gedit-commands-file.c:260
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Memuatkan fail \"%s\"..."
+
+#: gedit/gedit-commands-file.c:269
+#, c-format
+#| msgid "Loading %d file..."
+#| msgid_plural "Loading %d files..."
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Memuatkan %d fail…"
+msgstr[1] "Memuatkan %d fail…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:451
+#| msgid "Open"
+msgctxt "window title"
+msgid "Open"
+msgstr "Buka"
+
+#: gedit/gedit-commands-file.c:458 gedit/gedit-window.c:2676
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+#| msgid "Open"
+msgid "_Open"
+msgstr "_Buka"
+
+#: gedit/gedit-commands-file.c:553
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Fail \"%s\" adalah baca-sahaja."
+
+#: gedit/gedit-commands-file.c:558
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Anda mahu menggantikannya dengan apa yang anda hendak simpan?"
+
+#: gedit/gedit-commands-file.c:563
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Ganti"
+
+#: gedit/gedit-commands-file.c:603
+msgid "Save the file using compression?"
+msgstr "Simpan fail menggunakan pemampatan?"
+
+#: gedit/gedit-commands-file.c:607
+msgid "Save the file as plain text?"
+msgstr "Simpan fail sebagai teks biasa?"
+
+#: gedit/gedit-commands-file.c:620
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Fail '%s\" telah disimpan sebelum ini sebagai teks biasa dan akan kini "
+"disimpan menggunakan pemampatan."
+
+#: gedit/gedit-commands-file.c:624
+msgid "_Save Using Compression"
+msgstr "_Simpan Menggunakan Pemampatan"
+
+#: gedit/gedit-commands-file.c:629
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Fail \"%s\" telah disimpan sebelum ini menggunakan pemampatan dan kini akan "
+"disimpan sebagai teks biasa."
+
+#: gedit/gedit-commands-file.c:632
+msgid "_Save As Plain Text"
+msgstr "_Simpan Sebagai Teks Biasa"
+
+#: gedit/gedit-commands-file.c:747 gedit/gedit-commands-file.c:1014
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Menyimpan fail \"%s\"..."
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:842
+#| msgid "Save As"
+msgctxt "window title"
+msgid "Save As"
+msgstr "Simpan Sebagai"
+
+#: gedit/gedit-commands-file.c:1424
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Mengembalikan dokumen \"%s\"..."
+
+#: gedit/gedit-commands-file.c:1471
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Kembalikan perubahan tidak disimpan pada dokumen \"%s\"?"
+
+#: gedit/gedit-commands-file.c:1480
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Perubahan dibuat pada dokumen dalam %ld saat terakhir akan kekal hilang."
+msgstr[1] ""
+"Perubahan dibuat pada dokumen dalam %ld saat terakhir akan kekal hilang."
+
+#: gedit/gedit-commands-file.c:1489
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Perubahan dibuat pada dokumen pada beberapa minit terakhir akan kekal hilang."
+
+#: gedit/gedit-commands-file.c:1495
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Perubahan dibuat pada dokumen dalam minit dan %ld saat terakhir akan kekal "
+"hilang."
+msgstr[1] ""
+"Perubahan dibuat pada dokumen dalam minit dan %ld saat terakhir akan kekal "
+"hilang."
+
+#: gedit/gedit-commands-file.c:1505
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Perubahan dibuat pada dokumen dalam %ld minit terakhir akan kekal hilang."
+msgstr[1] ""
+"Perubahan dibuat pada dokumen dalam %ld minit terakhir akan kekal hilang."
+
+#: gedit/gedit-commands-file.c:1520
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Perubahan dibuat pada dokumen pada jam terakhir akan kekal hilang."
+
+#: gedit/gedit-commands-file.c:1526
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Perubahan dibuat pada dokumen dalam jam dan %d minit terakhir akan kekal "
+"hilang."
+msgstr[1] ""
+"Perubahan dibuat pada dokumen dalam jam dan %d minit terakhir akan kekal "
+"hilang."
+
+#: gedit/gedit-commands-file.c:1541
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Perubahan dibuat pada dokumen dalam %d jam terakhir akan kekal hilang."
+msgstr[1] ""
+"Perubahan dibuat pada dokumen dalam %d jam terakhir akan kekal hilang."
+
+#: gedit/gedit-commands-file.c:1564
+msgid "_Revert"
+msgstr "_Kembali"
+
+#: gedit/gedit-commands-help.c:108
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+"gedit merupakan sebuah penyunting teks yang kecil dan ringan untuk Atas Meja "
+"GNOME"
+
+#: gedit/gedit-commands-help.c:130
+msgid "translator-credits"
+msgstr ""
+"Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com> <http://mustajir."
+"org>\n"
+"\n"
+"Launchpad Contributions:\n"
+" Ahmed Noor Kader Mustajir Md Eusoff https://launchpad.net/~sir.ade\n"
+" Hasbullah Bin Pit https://launchpad.net/~sebol\n"
+" Mohd Farimi Ab Rahman https://launchpad.net/~farimi\n"
+" Umarzuki Bin Mochlis Moktar https://launchpad.net/~umarzuki\n"
+" abuyop https://launchpad.net/~abuyop\n"
+" dequan https://launchpad.net/~dequan"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Temui dan ganti %d kemunculan"
+msgstr[1] "Temui dan ganti %d kemunculan"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Temui dan ganti satu kemunculan"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” tidak ditemui"
+
+#: gedit/gedit-document.c:969 gedit/gedit-document.c:998
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Dokumen Tiada Tajuk %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Kumpulan Tab %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1094
+#: gedit/gedit-window.c:1100 gedit/gedit-window.c:1108
+msgid "Read-Only"
+msgstr "Baca-Sahaja"
+
+#: gedit/gedit-encodings-combo-box.c:297
+#: gedit/gedit-file-chooser-dialog-osx.m:562
+msgid "Automatically Detected"
+msgstr "Kesan secara Automatik"
+
+#: gedit/gedit-encodings-combo-box.c:326
+#: gedit/gedit-file-chooser-dialog-osx.m:571
+msgid "Add or Remove…"
+msgstr "Tambah atau Buang..."
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Penempatan Semasa (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Penempatan Semasa)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Anda pasti mahu menetap semula keutamaan pengekodan aksara?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "T_etap Semula"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Tambah"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Buang"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Alih ke prioriti lebih tinggi"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Alih ke prioriti lebih rendah"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:39
+#: gedit/gedit-preferences-dialog.c:825
+msgid "All Files"
+msgstr "Semua Fail-fail"
+
+#
+#: gedit/gedit-file-chooser-dialog-gtk.c:40
+msgid "All Text Files"
+msgstr "Semua Fail teks"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:305
+#| msgid "Ch_aracter coding:"
+msgid "C_haracter Encoding:"
+msgstr "Pengekodan A_ksara:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:364
+#| msgid "Encoding:"
+msgid "L_ine Ending:"
+msgstr "_Hujung Baris:"
+
+#: gedit/gedit-file-chooser-dialog-osx.m:544
+msgid "Character Encoding:"
+msgstr "Pengekodan Aksara:"
+
+#: gedit/gedit-file-chooser-dialog-osx.m:617
+msgid "Line Ending:"
+msgstr "Hujung Baris:"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1178
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Teks Biasa"
+
+#: gedit/gedit-io-error-info-bar.c:143 gedit/gedit-io-error-info-bar.c:492
+msgid "_Retry"
+msgstr "_Cuba Lagi"
+
+#: gedit/gedit-io-error-info-bar.c:163
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Tidak dapat mencari fail \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:165 gedit/gedit-io-error-info-bar.c:205
+#: gedit/gedit-io-error-info-bar.c:212
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Sila semak sama ada anda telah meaip lokasi dengan betul dan cuba lagi."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:184
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Tidak boleh mengendalikan lokasi \"%s:\"."
+
+#: gedit/gedit-io-error-info-bar.c:190
+msgid "Unable to handle this location."
+msgstr "Tidak boleh mengendalikan lokasi ini."
+
+#: gedit/gedit-io-error-info-bar.c:199
+msgid "The location of the file cannot be accessed."
+msgstr "Lokasi fail tidak boleh dicapai."
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is a directory."
+msgstr "\"%s\" adalah direktori."
+
+#: gedit/gedit-io-error-info-bar.c:210
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” bukan lokasi yang sah."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Hos \"%s\" tidak ditemui. Sila semak tetapan proksi anda adalah betul dan "
+"cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Nama hos tidak sah. Sila semak lokasi yang anda taip adalah betul dan cuba "
+"lagi."
+
+#: gedit/gedit-io-error-info-bar.c:269
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” adalah bukan fail nalar."
+
+#: gedit/gedit-io-error-info-bar.c:274
+msgid "Connection timed out. Please try again."
+msgstr "Sambungan telah tamat masa. Sila cuba sekali lagi."
+
+#: gedit/gedit-io-error-info-bar.c:307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Ralat tidak dijangka: %s"
+
+#: gedit/gedit-io-error-info-bar.c:343
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Tidak dapat cari fail yang dipinta. Mungkin ia telah dipadam baru-baru ini."
+
+#: gedit/gedit-io-error-info-bar.c:353
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Tidak dapat kembalikan fail \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:380
+msgid "Ch_aracter Encoding:"
+msgstr "Pengekodan Aks_ara:"
+
+#: gedit/gedit-io-error-info-bar.c:441
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Lokasi \"%s\" buat masa ini tidak boleh dicapai."
+
+#: gedit/gedit-io-error-info-bar.c:456
+msgid "Your system is offline. Check your network."
+msgstr "Sistem anda di luar talian. Periksa rangkaian anda."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:500 gedit/gedit-io-error-info-bar.c:765
+msgid "Edit Any_way"
+msgstr "Sunting J_uga"
+
+#: gedit/gedit-io-error-info-bar.c:588
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Bilangan pautan yang diikuti dan fail sebenar tidak ditemui dalam batas ini."
+
+#: gedit/gedit-io-error-info-bar.c:592
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Anda tidak mempunyai keizinan yang diperlukan untuk membuka fail."
+
+#: gedit/gedit-io-error-info-bar.c:598
+msgid "Unable to detect the character encoding."
+msgstr "Tidak boleh mengesan pengekodan aksara."
+
+#: gedit/gedit-io-error-info-bar.c:599 gedit/gedit-io-error-info-bar.c:623
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Sila semak sama ada anda tidak membuka fail binari."
+
+#: gedit/gedit-io-error-info-bar.c:600
+msgid "Select a character encoding from the menu and try again."
+msgstr "Pilih satu pengekodan aksara melalui menu dan cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:606
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Terdapat masalah ketika membuka fail \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:608
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Fail yang anda telah buka mempunyai aksara tidak sah. Jika anda terus "
+"menyunting fail ini anda mungkin merosakkan dokumen ini."
+
+#: gedit/gedit-io-error-info-bar.c:611
+msgid "You can also choose another character encoding and try again."
+msgstr "Anda juga boleh memilih pengekodan aksara lain dan cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:620
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Tidak dapat buka fail “%s” menggunakan pengekodan aksara “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:624 gedit/gedit-io-error-info-bar.c:699
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Pilih satu pengekodan aksara berbeza melalui menu dan cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:636
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Tidak dapat membuka fail \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:694
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Tidak dapat menyimpan fail “%s” menggunakan pengekodan aksara “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:697
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokumen mengandungi satu atau lebih aksara yang tidak boleh dienkodkan, "
+"menggunakan pengekodan aksara tertentu."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:770
+msgid "D_on’t Edit"
+msgstr "_Jangan Sunting"
+
+#: gedit/gedit-io-error-info-bar.c:780
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Fail \"%s\" ini sudah dibuka dalam tetingkap lain."
+
+#: gedit/gedit-io-error-info-bar.c:794
+msgid "Do you want to edit it anyway?"
+msgstr "Anda mahu menyuntingnya jua?"
+
+#: gedit/gedit-io-error-info-bar.c:850 gedit/gedit-io-error-info-bar.c:940
+#: gedit/gedit-io-error-info-bar.c:1230
+msgid "S_ave Anyway"
+msgstr "S_impan Juga"
+
+#: gedit/gedit-io-error-info-bar.c:853 gedit/gedit-io-error-info-bar.c:943
+#: gedit/gedit-io-error-info-bar.c:1233
+msgid "D_on’t Save"
+msgstr "Jan_gan Simpan"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:867
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Fail \"%s\" sudah dikemas kini semenjak membacanya."
+
+#: gedit/gedit-io-error-info-bar.c:882
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Jika anda menyimpannya, semua perubahan luar akan hilang. Simpankannya jua?"
+
+#: gedit/gedit-io-error-info-bar.c:962
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Tidak dapat mencipta fail sandar semasa menyimpan \"%s\""
+
+#: gedit/gedit-io-error-info-bar.c:967
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "Tidak dapat mencipta fail sandar sementara ketika menyimpan \"%s\""
+
+#: gedit/gedit-io-error-info-bar.c:984
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Tidak dapat menyandar salinan lama fail sebelum menyimpan yang baharu. Anda "
+"boleh abaikan amaran ini dan simpan fail jua, tetapi jika ralat berlaku "
+"semasa menyimpan, anda mungkin kehilangan fail lama fail. Simpan juga?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:1044
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Tidak dapat mengendali lokasi \"%s:\" dalam mod tulis. Sila semak sama ada "
+"anda menaip lokasi yang betul dan cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:1052
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Tidak dapat mengendali lokasi ini dalam mod tulis. Sila semak sama ada anda "
+"menaip lokasi yang betul dan cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:1061
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" bukanlah lokasi yang sah. Sila semak sama ada anda menaip lokasi yang "
+"betul dan cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:1068
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Anda tidak mempunyai keizinan yang diperlukani untuk menyimpan fail. Sila "
+"pastikan anda menaip lokasi dengan betul dan cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:1074
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Ruang cakera tidak mencukupi untuk menyimpan fail. Sila bebaskan sedikit "
+"ruang cakera dan cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:1079
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Anda cuba menyimpan fail dalam cakera baca-sahaja. Sila pastikan anda menaip "
+"lokasi yang betul dan cuba lagi."
+
+#: gedit/gedit-io-error-info-bar.c:1085
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Satu fail dengan nama serupa sudah wujud. Sila gunakan nama lain."
+
+#: gedit/gedit-io-error-info-bar.c:1090
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Cakera yang anda cuba menyimpan fail mempunyai had pada panjang nama fail. "
+"Sila gunakan nama yang lebih pendek."
+
+#: gedit/gedit-io-error-info-bar.c:1101
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Cakera yang anda cuba menyimpan fail mempunyai had pada saiz fail. Sila "
+"simpan fail yang lebih kecil atau simpankannya pada cakera yang tiada had."
+
+#: gedit/gedit-io-error-info-bar.c:1118
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Tidak dapat menyimpan fail \"%s\"."
+
+#: gedit/gedit-io-error-info-bar.c:1158
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Fail \"%s\" telah berubah dalam cakera."
+
+#: gedit/gedit-io-error-info-bar.c:1169
+msgid "Drop Changes and _Reload"
+msgstr "Lepas Perubahan dan _Muat Semula"
+
+#: gedit/gedit-io-error-info-bar.c:1179 gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus.ui:9 gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Muat Semula"
+
+#: gedit/gedit-io-error-info-bar.c:1243
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Beberapa aksara tidak sah telah dikesan ketika menyimpan \"%s\""
+
+#: gedit/gedit-io-error-info-bar.c:1259
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Jika anda terus menyimpan fail ini anda boleh merosakkan dokumen. Simpan "
+"juga?"
+
+#: gedit/gedit-preferences-dialog.c:446
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Klik pada butang ini untuk memilih fon yang akan digunakan oleh penyunting"
+
+#: gedit/gedit-preferences-dialog.c:452
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Guna fon lebar-tetap sistem (%s)"
+
+#: gedit/gedit-preferences-dialog.c:592
+#, c-format
+msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"Direktori \"%s\" tidak dapat dicipta: g_mkdir_with_parents() mengalami "
+"kegagalan: %s"
+
+#: gedit/gedit-preferences-dialog.c:789
+msgid "The selected color scheme cannot be installed."
+msgstr "Skema warna terpilih tidak dapat dipasang."
+
+#: gedit/gedit-preferences-dialog.c:812
+msgid "Add Scheme"
+msgstr "Tambah Skema"
+
+#: gedit/gedit-preferences-dialog.c:817
+msgid "A_dd Scheme"
+msgstr "T_ambah Skema"
+
+#: gedit/gedit-preferences-dialog.c:821
+msgid "Color Scheme Files"
+msgstr "Fail Skema Warna"
+
+#: gedit/gedit-preferences-dialog.c:852
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Tidak dapat membuang skema warna \"%s\","
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Menyediakan..."
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Fail: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Halaman %N dari %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Menerap halaman %d dari %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Halaman %d dari %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Tiada apa-apa"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Cari dan Ganti"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Terdapat satu tab dengan ralat"
+msgstr[1] "Terdapat %d tab dengan ralat"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Kembalikan %s daripada %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Kembalikan %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Memuatkan %s daripada %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Memuatkan %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Menyimpan %s ke %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Menyimpan %s"
+
+#: gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error opening file %s"
+msgstr "Ralat membuka fail %s"
+
+#: gedit/gedit-tab.c:1544
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Ralat mengembalikan fail %s"
+
+#: gedit/gedit-tab.c:1549
+#, c-format
+msgid "Error saving file %s"
+msgstr "Ralat menyimpan fail %s"
+
+#: gedit/gedit-tab.c:1580
+msgid "Name:"
+msgstr "Nama:"
+
+#: gedit/gedit-tab.c:1581
+msgid "MIME Type:"
+msgstr "Jenis MIME:"
+
+#: gedit/gedit-tab.c:1582
+msgid "Encoding:"
+msgstr "Pengekodan:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:764
+#, c-format
+msgid "/ on %s"
+msgstr "/ pada %s"
+
+#: gedit/gedit-utils.c:1068
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:1070
+msgid "Mac OS Classic"
+msgstr "Mac OS Klasik"
+
+#: gedit/gedit-utils.c:1072
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:481 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Papar nombor Baris"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d daripada %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Lilit Sekeliling"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Padan sebagai Ungkapan Nala_r"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Padan _Keseluruhan Perkataan Sahaja"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Padan Kata"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Rentetan yang anda mahu gelintarkan"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Baris yang anda ingin alihkan kursor"
+
+#: gedit/gedit-window.c:931
+msgid "Bracket match is out of range"
+msgstr "Padanan kurungan di luar jangkauan"
+
+#: gedit/gedit-window.c:936
+msgid "Bracket match not found"
+msgstr "Padanan kurungan tidak ditemui"
+
+#: gedit/gedit-window.c:941
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Padanan kurungan ditemui dalam baris: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:976
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Bar %d, Laj %d"
+
+#: gedit/gedit-window.c:1160
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Lebar Tab: %u"
+
+#: gedit/gedit-window.c:1529
+msgid "There are unsaved documents"
+msgstr "Terdapat dokumen belum disimpan"
+
+#: gedit/gedit-window.c:2366
+msgid "Change side panel page"
+msgstr "Ubah halaman panel sisi"
+
+#: gedit/gedit-window.c:2386 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumen"
+
+#: gedit/gedit-window.c:2677
+msgid "Open a file"
+msgstr "Buka satu fail"
+
+#: gedit/gedit-window.c:2681
+msgid "Open a recently used file"
+msgstr "Buka satu fail digunakan baru-baru ini"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Alih ke K_iri"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Alih ke K_anan"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Alih ke _Tetingkap Baharu"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Alih ke K_umpulan Tab Baharu"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Tutup"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Pengensotan Automatik"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Guna Spaces"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Papar nombor baris"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Papar jidar kanan"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Sorot baris semasa"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Lilitan teks"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Fail"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "Ba_haru"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Buka _Baru-Baru Ini"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Buka Semula _Tab Ditutup"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Simpan Seb_agai…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Tetingkap _Baharu"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "C_etak…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Keluar"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Sunting"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "Buat _Asal"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "Buat _Semula"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Po_tong"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "Sa_lin"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Tampal"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "Pa_dam"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Mod Tulis-Ganti"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Pilih Semu_a"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Keutamaan"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Lihat"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "_Panel Sisi"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Panel _Bawah"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "Skrin P_enuh"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Mod _Sorot..."
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Gelintar"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Cari…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Cari _Berikutnya"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Cari Ter_dahulu"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Cari dan _Ganti..."
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Kosongkan Sorotan"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Pergi ke Ba_ris..."
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Alatan"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumen"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Simpan Semua"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Tutup Semua"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Kumpulan Tab _Baharu"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Kumpulan Tab Ter_dahulu"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Kumpulan Tab _Berikutnya"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Dokumen _Terdahulu"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Dokumen B_erikutnya"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "A_lih Ke Tetingkap Baharu"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Bantuan"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "Perih_al Penyunting Teks"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Simpan Semu_a"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Cari dan Ganti..."
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Per_gi ke Baris..."
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "Pintasan Papan _Kekunci"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Pengekodan Aksara"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Laksana"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Pengekodan Terse_dia"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Pengekodan Terpi_lih"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Keterangan:"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "Peng_ekodan"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Mod Sorot"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "Pi_lih"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Mod sorot gelintar..."
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Keutamaan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Papar _jidar kanan pada lajur:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Papar palang _status"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Papar pola _grid"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Lilitan Teks"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Benarkan _lilitan teks"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Jangan asingkan perkataan melebihi dua baris"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Penyorotan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Sorot _baris semasa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Sorotkan _kurungan sepadan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Lihat"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Hentian Tab"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Lebar _tab:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Sisip _jarak selain tab"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Benarkan pengensotan automatik"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Penyimpanan Fail"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Cipta satu salinan sa_ndar fail sebelum disimpan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Auto-simpan fail setiap"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minit"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Penyunting"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Fon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Penyunting _Fon: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Pilih penyunting fon"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Skema Warna"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:663
+#: gedit/resources/ui/gedit-preferences-dialog.ui:664
+msgid "Install scheme"
+msgstr "Pasang skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:665
+msgid "Install Scheme"
+msgstr "Pasang Skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:679
+#: gedit/resources/ui/gedit-preferences-dialog.ui:680
+msgid "Uninstall scheme"
+msgstr "Nyahpasang skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:681
+msgid "Uninstall Scheme"
+msgstr "Nyahpasang Skema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:721
+msgid "Font & Colors"
+msgstr "Fon & Warna"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:746
+msgid "Plugins"
+msgstr "Pemalam"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Penyorotan Sintaks"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Cetak penyorotan sinta_ks"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Nombor Baris"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Cetak no_mbor baris"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Nombor setiap"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "baris"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Pengepala halaman"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Cetak _pengepala halaman"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fon"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Badan:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Nombor baris:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Pengep_ala dan pengaki:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Pulih Fon Lalai"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Tunjuk halaman terdahulu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Tunjuk halaman berikutnya"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Halaman semasa (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "daripada"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Jumlah halaman"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Jumlah bilangan halaman dalam dokumen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Papar halaman berbilang"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zum 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Zum muat keseluruhan halaman"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Zum halaman masuk"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Zum halaman keluar"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Tutup pratonton cetakan"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Tutup Pratonton"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Pratonton Halaman"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Pratonton satu halaman dokumen yang akan dicetak"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Gantikan Semu_a"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Cari"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Car_i "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Ganti _dengan "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Padan kata"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Padan ke_seluruhan kata sahaja"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Un_gkapan nalar"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Cari meng_undur"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "L_ilit sekeliling"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Cipta satu dokumen baharu dalam tab"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Buka satu dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Simpan dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Simpan dokumen dengan nama fail baharu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Simpan semua dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Tutup dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Tutup semua dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Buka semula dokumen ditutup baru-baru ini"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Beralih ke dokumen berikutnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Beralih ke dokumen terdahulu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Beralih ke dokumen pertama — ke sembilan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Tetingkap dan Panel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Cipta satu dokumen baharu dalam tetingkap"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Cipta satu kumpulan tab baharu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Tunjuk panel sisi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Tunjuk panel bawah"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Skrin penuh hidup / mati"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Keluar aplikasi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Cari dan Ganti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Cari"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Cari padanan berikutnya"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Cari padanan terdahulu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Kosongkan sorotan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Buat Asal dan Buat Semula"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Buat asal perintah terdahulu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Buat semula perintah terdahulu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Pemilihan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Pilih semua teks"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Nyahpilih semua teks"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Salin dan Tampal"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Salin teks terpilih ke dalam papan keratan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Potong teks terpilih ke dalam papan keratan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Tampal teks dari papan keratan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigasi"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Pergi ke baris"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Alih port pandang dalam fail ke atas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Alih port pandang dalam fail ke bawah"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Alih port pandang ke penghujung fail"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Alih port pandang ke permulaan fail"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Alih ke kurungan yang sepadan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:301
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Penyuntingan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:306
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Togol sisip / tulis-ganti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:313
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Padam baris semasa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:320
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Gabung baris terpilih"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:327
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Alih baris semasa ke atas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:334
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Alih baris semasa ke bawah"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:341
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Alih perkataan semasa ke kiri"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Alih perkataan semasa ke kanan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Tukar ke huruf besar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Tukar ke huruf kecil"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Kata songsang"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Nombor bertokokan pada kursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Nombor berkurangan pada kursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:391
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Alatan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:396
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Semak ejaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:403
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Cetak dokumen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:410
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Tunjuk tetingkap pelengkapan"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Tutup Dokumen"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:43
+#: gedit/resources/ui/gedit-window.ui:330
+#: gedit/resources/ui/gedit-window.ui:337
+msgid "Create a new document"
+msgstr "Cipta satu dokumen baharu"
+
+#: gedit/resources/ui/gedit-window.ui:42 gedit/resources/ui/gedit-window.ui:336
+msgid "New"
+msgstr "Baharu"
+
+#: gedit/resources/ui/gedit-window.ui:65 gedit/resources/ui/gedit-window.ui:70
+#: gedit/resources/ui/gedit-window.ui:375
+#: gedit/resources/ui/gedit-window.ui:380
+msgid "Save the current file"
+msgstr "Simpan fail semasa"
+
+#: gedit/resources/ui/gedit-window.ui:69 gedit/resources/ui/gedit-window.ui:372
+#: gedit/resources/ui/gedit-window.ui:379
+msgid "Save"
+msgstr "Simpan"
+
+#: gedit/resources/ui/gedit-window.ui:212
+msgid "Hide panel"
+msgstr "Sembunyi panel"
+
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:351
+#: gedit/resources/ui/gedit-window.ui:352
+msgid "Leave Fullscreen"
+msgstr "Tinggalkan Skrin Penuh"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:5
+msgid "Check update"
+msgstr "Semak kemas kini"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:6
+msgid "Check for latest version of gedit"
+msgstr "Semak versi terkini gedit"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:243
+msgid "There was an error displaying the URI."
+msgstr "Terdapat ralat ketika memaparkan URI."
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:280
+msgid "_Download"
+msgstr "_Muat Turun"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:281
+msgid "_Ignore Version"
+msgstr "_Abai Versi"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:286
+msgid "There is a new version of gedit"
+msgstr "Terdapat satu versi gedit yang baharu"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:289
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Anda boleh muat turun versi gedit yang baharu dengan mengklik butang muat "
+"turun atau abaikan versi tersebut serta tunggu yang baharu"
+
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml:5
+msgid "Version to Ignore"
+msgstr "Versi yang Diabaikan"
+
+#. This is releated to the next gedit version to be released
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml:7
+msgid "Version to ignore until a newer version is released."
+msgstr "Versi yang diabaikan sehingga versi lebih baru dilepaskan."
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistik Dokumen"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Lapor bilangan perkataan, baris atau aksara dalam dokumen."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Statistik _Dokumen"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokumen"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Pemilihan"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Baris"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Perkataan"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Aksara (dengan jarak)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Aksara (tanpa jarak)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bait"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Binaan"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Jalankan “make” dalam direktori dokumen"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Buka terminal di sini"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Buka terminal dalam lokasi dokumen"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Buang jarak meleret"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Buang jarak meleret yang tidak digunakan dalam fail anda"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Jalankan perintah"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Lakukan satu perintah suai dan letak outputnya dalam satu dokumen baharu"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Hantar ke fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Tampal teks terpilih atau dokumen semasa ke fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Alat Luaran"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Lakukan perintah dan skrip shell luar."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Sama ada hendak gunakan fon sistem"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Jika benar, alatan luar akan menggunakan fon piawai desktop-global jika ia "
+"monospace (dan kebanyakan fon yang seiras jika sebaliknya)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Nama fon Pango. Contoh adalah “Sans 12” atau “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Urus Alatan _Luar..."
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Alatan Luar"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Tidak dapat melakukan perintah: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Anda mesti berada dalam perkataan untuk jalankan perintah ini"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Alat dijalankan:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Selesai."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Keluar"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Semua bahasa"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Semua Bahasa"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Alat baharu"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Pemecut ini sudah diikat pada %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Taip satu pemecut baharu, atau tekan Backspace untuk kosongkan"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Taip satu pemecut baharu"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Dihentikan."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Alat Henti"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Sentiasa tersedia"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Semua dokumen"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Semua dokumen kecuali yang tidak bertajuk"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Fail setempat sahaja"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Fail jauh sahaja"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Dokumen tiada tajuk sahaja"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Dokumen semasa"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Pemilihan semasa"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Pemilihan semasa (lalai pada dokumen)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Baris semasa"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Perkataan semasa"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Papar pada anak tetingkap bawah"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Cipta dokumen baharu"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Tambah pada dokumen semasa"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Ganti dokumen semasa"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Ganti pemilihan semasa"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Sisip pada kedudukan kursor"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Urus Alatan Luar"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Tambah satu alat baharu"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Tambah Alat"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Buang alat terpiih"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Buang Alat"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Kembalikan alat"
+
+#: plugins/externaltools/tools/tools.ui:235
+#| msgid "Revert"
+msgid "Revert Tool"
+msgstr "Kembalikan Alat"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Kekunci pintasan:"
+
+#: plugins/externaltools/tools/tools.ui:321
+#| msgid "_Save"
+msgid "_Save:"
+msgstr "_Simpan:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Input:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Output:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Kebolehgunaan:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Output Alat"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panel Pelayar Fail"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel"
+msgstr "Capai fail dengan mudah melalui panel sisi"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Rumah"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Sistem Fail"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Pelayar Fail"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Satu ralat berlaku ketika mencipta satu direktori baharu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Satu ralat berlaku ketika mencipta satu fail baharu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Satu ralat berlaku ketika menamakan semula satu fail atau direktori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Satu ralat berlaku ketika memadam satu fail atau direktori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Satu ralat berlaku ketika membuka satu direktori dalam pengurus fail"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Satu ralat berlaku ketika menetapkan satu direktori root"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Satu ralat berlaku ketika memuatkan satu direktori"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Satu ralat telah berlaku"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Tidak dapat mengalih fail ke dalam tong sampah, anda\n"
+"mahu memadamnya secara kekal?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Fail \"%s\" tidak dapat dialih ke dalam tong sampah."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Fail terpilih tidak dapat dialihkan ke dalam tong sampah."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Anda pasti mahu memadam \"%s\" secara kekal?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Anda pasti mahu memadam fail terpilih secara kekal?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Jika anda memadam satu item, ia akan hilang selamanya."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Kosong)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Fail yang dinamakan semula buat masa ini telah ditapis. Anda perlu laraskan "
+"tetapan penapis anda untuk pastikan fail kelihatan"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Fail Tidak Bertajuk"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Fail baharu buat masa ini telah ditapis. Anda perlu laraskan tetapan penapis "
+"anda untuk pastikan fail kelihatan"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Folder Tidak Bertajuk"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Direktori baharu buat masa ini telah ditapis. Anda perlu laraskan tetapan "
+"penapis anda untuk pastikan direktori kelihatan"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Tanda Buku"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Tiada objek lekap untuk volum terlekap: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Tidak dapat membuka media: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Tidak dapat melekap volum: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Ralat ketika memuatkan \"%s\": Tiada direktori sebegitu"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Buka Dengan Pandangan Pepohon"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Buka pandangan pepohon ketika pemalam pelayar fail dapat dimuatkan selain "
+"dari pandangan tanda buku"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Direktori Root Pelayar Fail"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Direktori root pelayar fail digunakan bila memuatkan pemalam pelayar fail "
+"dan onload/tree_view adalah BENAR."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Direktori Root Maya Pelayar Fail"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Direktori root maya pelayar fail yang digunakan bila memuatkan pemalam "
+"pelayar fail bila onload/tree_view adalah BENAR. Root maya sentiasa di bawah "
+"root sebenar."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Benarkan Pemulihan Lokasi Jauh"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Tetapkan sama ada hendak benarkan pemulihan lokasi jauh."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Tetapkan Lokasi pada Dokumen Pertama"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Jika BENAR pemalam pelayar fail akan papar direktori dokumen pertama dibuka "
+"yang diberi jika pelayar fail belum lagi digunakan. (Maka tindakan ini amnya "
+"dilaksanakan ketika membuka dokumen melalui baris perintah atau membukanya "
+"dengan Nautilus, dll.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Mod Penapis Pelayar Fail"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Nilai ini menentukan apakah fail yang dapat ditapis dari pelayar fail. Nilai "
+"yang sah adalah: tiada (tidak ditapis), sembunyi-yang tersembunyi (tapis "
+"fail tersembunyi) dan sembunyi-binari (tapis fail binari)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Pola Penapis Pelayar Fail"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Pola penapis untuk ditapis dengan pelayar fail. Penapis ini berfungsi pada "
+"atas filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Pola Binari Pelayar Fail"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Corak tambahan diguna bila menapis fail binari."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Tetapkan Root pada Dokumen Aktif"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Folder _Baharu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Fa_il Baharu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Nama Semula…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Alih ke Tong Sampah"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Se_gar Semula Pandangan"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Lihat Folder"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Buka dalam Terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Penapis"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Tunjuk _Tersembunyi"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Tunjuk _Binari"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Padankan Nama Fail"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Sejarah"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Buka menu sejarah"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modeline"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Sokongan Modeline Emacs, Kate dan Vim-style untuk gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Teks Warna Perintah"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Teks warna perintah"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Teks Warna Ralat"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Teks warna ralat"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Jika benar, terminal akan gunakan fon piawai desktop-global jika ia "
+"monospace (dan kebanyakan fon yang seiras yang ada jika sebaliknya)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Warna P_erintah:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Warna _ralat:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Konsol Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Konsol Python interaktif berada pada panel bawah"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Sorot Pantas"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Sorot setiap kemunculan teks terpilih."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Buka Pantas..."
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Buka Pantas"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files"
+msgstr "Buka fail dengan pantas"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Taip untuk gelintar..."
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Urus _Snippet..."
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Snippet"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Arkib \"%s\" tidak dapat diciptakan"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Direktori sasaran \"%s\" tidak wujud"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Direktori sasaran \"%s\" bukan direktori yang sah"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Fail \"%s\" tidak wujud"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Fail \"%s\" bukan fail snippet yang sah"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Fail \"%s\" yang diimport bukanlah fail snippet yang sah"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Arkib \"%s\" tidak dapat diekstrak"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Fail berikut tidak boleh diimport: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Fail \"%s\" bukan arkib snippet yang sah"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arkib snippet"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Tambah satu snippet baharu..."
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Sejagat"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Kembalikan snippet terpilih"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Palam snippet terpilih"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Ini bukanlah pemicu tab yang sah. Pemicu boleh mengandungi sama ada aksara "
+"abjad angka (atau _, : dan .) ataupun aksara tunggal (bukan-abjad-angka) "
+"seperti: {, [, dll."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Perkataan tunggal snippet diaktifkan selepas menekan Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Ralat berikut berlaku ketika mengimport: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Import berjaya diselesaikan"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Import snippet"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Semua arkib yang disokong"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Arkib termampat Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Arkib termampat Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Fail snippet tunggal"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Semua fail"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Ralat berikut berlaku semasa mengeksport: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Eksport berjaya diselesaikan"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Anda ingin menyertakan snippet <b>sistem</b> pilihan dalam eksport anda?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Tiada snippet terpilih untuk dieksportkan"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Eksport snippet"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Taip pintasan baharu, atau tekan backspace untuk kosongkan"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Taip satu pintasan baharu"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Pelakuan perintah Python (%s) melebihi masa maksium, pelakuan dihenti paksa."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Pelakuan perintah Python (%s) mengalami kegagalan: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Sisip sebahagian teks kerap-digunakan dalam cara pantas"
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Urus Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Cipta snippet baharu"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Tambah Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Buang Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Import Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Eksport snippet terpilih"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Eskport Snippet"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Pengaktifan"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Pemicu _tab:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Kekunci _Pintasan:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Kekunci pintasan yang mana snippet diaktifkan"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Lepas sasaran:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Isih..."
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Isih"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Turutan _Songsang"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "B_uang pendua"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "Sensitif k_ata"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Ber_mula pada lajur:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Isih"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Isih satu dokumen atau teks terpilih."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Semak Ejaan..."
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Tetapkan _Bahasa..."
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Sorot Perkataan Tersalah Eja"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Sorot perkataan tersalah eja"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Tetapan lalai untuk menyorot perkataan tersalah eja."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Konfigur pemalam ejaan"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Lalai untuk dokumen baharu"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Penyemak Ejaan"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Semak ejaan untuk dokumen semasa."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "S_isip Tarikh dan Waktu..."
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Format tersedia"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Jenis Bisikan"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Jika pengguna patut dibisikkan untuk format atau jika format terpilih atau "
+"suai digunakan."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Format Terpilih"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Format terpilih yang digunakan bila menyisip tarikh/waktu."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Format Suai"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Format suai yang digunakan bila menyisip tarikh/waktu."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Sisip Tarikh dan Waktu"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Guna format ter_pilih"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Guna format suai"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "S_isip"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Konfigur pemalam tarikh/waktu"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Ketika menyisip tarikh/waktu..."
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Bisik satu format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Sisip Tarikh/Waktu"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Sisip tarikh dan waktu semasa pada kedudukan kursor."
+
+#~ msgid "Gedit View"
+#~ msgstr "Paparan Gedit"
+
+#~ msgid "Gedit View."
+#~ msgstr "Paparan Gedit."
+
+#~ msgid "Gedit viewer factory"
+#~ msgstr "kilang pelihat gedit"
+
+#~ msgid "Source"
+#~ msgstr "Sumber"
+
+#~ msgid "gedit application"
+#~ msgstr "aplikasi gedit"
+
+#~ msgid "gedit automation factory"
+#~ msgstr "kilang automasi gedit"
+
+#~ msgid "Auto Detected Encodings"
+#~ msgstr "Pengengkodan diautokesan"
+
+#~ msgid "Background Color"
+#~ msgstr "Warna Latar Belakang"
+
+#~ msgid ""
+#~ "Background color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Warna latar belakang bagi teks dipilih pada kawasan mengedit. Ia akan "
+#~ "berkesan jika opsyen \"Guna Warna Defauilt\" dimatikan."
+
+#~ msgid ""
+#~ "Background color for unselected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Warna latar belakang bagi teks tidak dipilih pada kawasan mengedit. Ia "
+#~ "akan berkesan jika opsyen \"Guna Warna Default\" dimatikan."
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Penghujungan Salinan Backup"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Pengenkodan dipapar pada menu"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Penghujungan atau suffiks digunakan bagi nama fail backup. Ia hanya "
+#~ "berkesan jika opsyen \"Cipta Salinan Backup\" dihidupkan."
+
+#~ msgid ""
+#~ "Foreground color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Warna latar belakang bagi teks dipilih pada kawasan mengedit. Ia akan "
+#~ "berkesan jika opsyen \"Guna Warna Defauilt\" dimatikan."
+
+#~ msgid ""
+#~ "Foreground color for the unselected text in the editing area. This will "
+#~ "only take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Warna latar depan bagi teks tidak dipilih pada kawasan mengedit. Ia akan "
+#~ "berkesan jika opsyen \"Guna Warna Default\" dimatikan."
+
+#~ msgid ""
+#~ "List of encodings shown in Character Coding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Senarai pengenkodan dipaparkan pada meni Pengkodan Aksara dipemilih fail "
+#~ "buka/simpan. Hanya pengenkodan yg diiktiraf digunakan."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Fail baru-baru ini Maksima"
+
+#, fuzzy
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr "Bilangan maksimum aksi yang gedit boleh nyahcara atau ulangcara."
+
+#~ msgid "Monospace Regular 9"
+#~ msgstr "Monoruang Regular 9"
+
+#~ msgid "Sans Regular 11"
+#~ msgstr "Sans Regular 11"
+
+#~ msgid "Sans Regular 8"
+#~ msgstr "Sans Regular 8"
+
+#~ msgid "Selected Text Color"
+#~ msgstr "Warna Teks Dipilih"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for auto-detecting the encoding of "
+#~ "a file. \"CURRENT\" is the current locale encoding. Only recognized "
+#~ "encodings are used."
+#~ msgstr ""
+#~ "Senarai diisih bagi pengenkodan digunakan oleg gedit supaya auto-kesan "
+#~ "pengenkodan sesuatu fail. \"CURRENT\" adalah pengenkodan lokaliti semasa. "
+#~ "Hanya pengenkodan yang dikenali sahaya digunakan."
+
+#, fuzzy
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr "Nyatakan font digunakan pada badan dokumen bila mencetak dokumen."
+
+#, fuzzy
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "Menyatakan font digunakan bagi nombor baris bila mencetak. Ia hanya "
+#~ "bertindakbalas jika opsyen \"Cetak Nombor Baris\" bukan-sifar."
+
+#, fuzzy
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "Menyatakan font digunakan bagi pengepala halaman bila mencetak dokumen. "
+#~ "Ini akan bertindakbalas jika opsyen \"Cetak Pengepala\" dihidupkan."
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the \"Recent Files\" submenu."
+#~ msgstr ""
+#~ "nyatakan bilangan maksimum fail dibuka kebelakangan yang dipaparkan pada "
+#~ "sub menu \"Fail Kebelakangan\"."
+
+#~ msgid "Text Color"
+#~ msgstr "Warna Teks"
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Gaya Butang Toolbar"
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Toolbar adalah Tampak"
+
+#, fuzzy
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Had Aksi Nyahcara"
+
+#~ msgid "Use Default Colors"
+#~ msgstr "Guna Warna Default"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Samada gedit patut mencipta salinan fail backup bagi fail yang disimpan. "
+#~ "Anda boleh menetapkan penghujungan fail backup dengan opsyen "
+#~ "\"Penghujungan Salinan Backup\"."
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Samada toolbar patut kelihatan pada tetingkap edit."
+
+#~ msgid "[ISO-8859-15]"
+#~ msgstr "[ISO-8859-15]"
+
+#~ msgid "[UTF-8,CURRENT,ISO-8859-15]"
+#~ msgstr "[UTF-8,CURRENT,ISO-8859-15]"
+
+#~ msgid "Question"
+#~ msgstr "Soalan"
+
+#~ msgid "The text \"%s\" was not found."
+#~ msgstr "Teks \"%s\" tidak dijumpai"
+
+#~ msgid "Open Location"
+#~ msgstr "Buka Lokasi"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "_Pengenkodan dipapar pada menu:"
+
+#~ msgid "Plugin"
+#~ msgstr "Plugin"
+
+#~ msgid "Enabled"
+#~ msgstr "Dihidupkan"
+
+#~ msgid "Set program location..."
+#~ msgstr "Tetapkan lokasi program..."
+
+#~ msgid ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform "
+#~ "its task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+#~ msgstr ""
+#~ "Plugin %s menggunakan program luaran, <tt>%s</tt> dipanggil untuk "
+#~ "melakukan tugasnya\n"
+#~ "\n"
+#~ "Sila nyatakan lokasi bagi program <tt>%s</tt>. "
+
+#~ msgid "Push this button to configure text color"
+#~ msgstr "Tekan butang ini untuk mengkonfigurasi warna teks"
+
+#~ msgid "Push this button to configure background color"
+#~ msgstr "Tekan butang ini untuk mengkonfigurasi warna latar belakang"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "appear"
+#~ msgstr ""
+#~ "Tekan butang ini untuk mengkonfigurasi warna sebagaimana teks dipilih "
+#~ "patut dilihat"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "be marked"
+#~ msgstr ""
+#~ "Tekan butang ini untuk mengkonfigurasikan warna sebagaimana teks dipilih "
+#~ "supaya ditanda"
+
+#~ msgid "Elements"
+#~ msgstr "Unsur"
+
+#~ msgid " "
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "<b>Bracket Matching</b>"
+#~ msgstr "<b>Pembalutan Teks</b>"
+
+#~ msgid "<b>Elements</b>"
+#~ msgstr "<b>Unsur</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>Font</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>Nombor Baris</b>"
+
+#~ msgid "<b>Right Margin</b>"
+#~ msgstr "<b>Margin Kanan</b>"
+
+#~ msgid "<span weight=\"bold\">Colors</span>"
+#~ msgstr "<span weight=\"bold\">Warna</span>"
+
+#~ msgid "Bold"
+#~ msgstr "Bold"
+
+#~ msgid "Italic"
+#~ msgstr "Italik"
+
+#~ msgid "Normal _text color:"
+#~ msgstr "Warna _teks normal:"
+
+#~ msgid "Pick a color"
+#~ msgstr "Pilih satu warna"
+
+#~ msgid "Pick the background color"
+#~ msgstr "Pilih warna latar"
+
+#~ msgid "Pick the normal text color"
+#~ msgstr "Pilih warna teks normal"
+
+#~ msgid "Pick the selection color"
+#~ msgstr "Pilih warna pilihan"
+
+#~ msgid "Se_lection color:"
+#~ msgstr "Warna dipilih:"
+
+#~ msgid "Selecte_d text color:"
+#~ msgstr "Warna teks _dipilih:"
+
+#~ msgid "Strikethrough"
+#~ msgstr "Coret tembus"
+
+#~ msgid "U_se default theme colors"
+#~ msgstr "_Guna warna tema default"
+
+#~ msgid "Underline"
+#~ msgstr "Garisbawah"
+
+#~ msgid "_Background:"
+#~ msgstr "Latar_belakang:"
+
+#~ msgid "_Foreground:"
+#~ msgstr "Latar_depan:"
+
+#~ msgid "_Reset to Default "
+#~ msgstr "Ulangtetap ke Default"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "Margin ka_nan pada kolum:"
+
+#~ msgid "_Use default theme font"
+#~ msgstr "_Guna font tema default"
+
+#~ msgid "Goto Line"
+#~ msgstr "Pergi ke Baris"
+
+#~ msgid "_Line number:"
+#~ msgstr "_Baris ke:"
+
+#~ msgid "General"
+#~ msgstr "Umum"
+
+#~ msgid "_About Plugin"
+#~ msgstr "P_erihal Plugin"
+
+#~ msgid "button1"
+#~ msgstr "button1"
+
+#~ msgid "dialog1"
+#~ msgstr "dialog1"
+
+#~ msgid "Browse for program location..."
+#~ msgstr "Lungsur lokasi program..."
+
+#~ msgid "label"
+#~ msgstr "label"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "Replace All"
+#~ msgstr "Gantikan Semua"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Cari: "
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "Masukkan _lokasi (URI) bagi fail yang anda ingin buka:"
+
+#~ msgid "Open from URI"
+#~ msgstr "Buka daripada URI"
+
+#~ msgid "%s %d"
+#~ msgstr "%s %d"
+
+#~ msgid "Invalid UTF-8 data"
+#~ msgstr "Data UTF-8 tidak sah"
+
+#~ msgid "Could not read symbolic link information for %s"
+#~ msgstr "Tak dapat baca maklumat pautan simbolik bagi %s"
+
+#~ msgid "The file has too many symbolic links."
+#~ msgstr "Fail terlalu banyak pautan simbolik."
+
+#~ msgid "gedit cannot handle %s: locations in write mode."
+#~ msgstr "gedit tak dapat mengendali lokasi %s: dalam mod tulis."
+
+#~ msgid "gedit cannot handle this kind of location in write mode."
+#~ msgstr "gedit tak dapat mengendali jenis lokasi ini pada mod tulis."
+
+#~ msgid "Invalid filename."
+#~ msgstr "Nama fail tidak sah."
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Barat"
+
+#~ msgid "Central European"
+#~ msgstr "Eropah Tengah"
+
+#~ msgid "South European"
+#~ msgstr "Eropah Selatan"
+
+#~ msgid "Baltic"
+#~ msgstr "Baltik"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cyrillic"
+
+#~ msgid "Arabic"
+#~ msgstr "Arab"
+
+#~ msgid "Greek"
+#~ msgstr "Yunani"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebrew Tampak"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebrew"
+
+#~ msgid "Turkish"
+#~ msgstr "Turki"
+
+#~ msgid "Nordic"
+#~ msgstr "Nordic"
+
+#~ msgid "Celtic"
+#~ msgstr "Celtic"
+
+#~ msgid "Romanian"
+#~ msgstr "Romania"
+
+#~ msgid "Armenian"
+#~ msgstr "Armenia"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Cina Tradisional"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cyrillic/Rusia"
+
+#~ msgid "Japanese"
+#~ msgstr "Jepun"
+
+#~ msgid "Korean"
+#~ msgstr "Korea"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Cina Dipermudah"
+
+#~ msgid "Georgian"
+#~ msgstr "Georgia"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cyrillic/Ukrainian"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vietnam"
+
+#~ msgid "Thai"
+#~ msgstr "Siam"
+
+#~ msgid "Unknown"
+#~ msgstr "Entah"
+
+#~ msgid "A file named \"%s\" already exists.\n"
+#~ msgstr "Fail bernama \"%s\" tersedia wujud.\n"
+
+#, fuzzy
+#~ msgid "_Character Coding:"
+#~ msgstr "Pengenkodan _Aksara:"
+
+#~ msgid "Select a file to open"
+#~ msgstr "Pilih satu fail untuk dibuka"
+
+#~ msgid "Select files to open"
+#~ msgstr "Pilih beberapa fail untuk dibuka"
+
+#~ msgid "Select a filename to save"
+#~ msgstr "Pilih satu nama fail untuk disimpan"
+
+#~ msgid "Open File..."
+#~ msgstr "Buka Fail..."
+
+#~ msgid "Saving document \"%s\"..."
+#~ msgstr "Menyimpan dokumen \"%s\"..."
+
+#~ msgid "The document \"%s\" has not been saved."
+#~ msgstr "Dokumen \"%s\"tidak akan disimpan."
+
+#~ msgid "The document \"%s\" has been saved."
+#~ msgstr "Dokumen \"%s\" telah disimpan."
+
+#~ msgid "Save as..."
+#~ msgstr "Simpan sebagai..."
+
+#~ msgid "Error reverting the document \"%s\"."
+#~ msgstr "Tak dapat memberbalikkan dokumen \"%s\"."
+
+#~ msgid "The document \"%s\" has not been reverted."
+#~ msgstr "Dokumen \"%s\" tidak diberbalikkan."
+
+#~ msgid "The document \"%s\" has been reverted."
+#~ msgstr "Dokumen \"%s\" telah diberbalikkan."
+
+#~ msgid "Could not read data from stdin."
+#~ msgstr "Tak dapat membaca data dari stdin."
+
+#~ msgid "Loaded file \"%s\""
+#~ msgstr "Fail \"%s\" dimuatkan"
+
+#~ msgid "Loaded %d file"
+#~ msgid_plural "Loaded %d files"
+#~ msgstr[0] "%d fail dimuatkan"
+#~ msgstr[1] "%d fail dimuatkan"
+
+#, fuzzy
+#~ msgid "Created file \"%s\""
+#~ msgstr "Fail \"%s\" dimuatkan"
+
+#, fuzzy
+#~ msgid "The file contains corrupted data."
+#~ msgstr ""
+#~ "Tak dapat membuka fail \"%s\" kerana ia mengandungi data yang rosak."
+
+#, fuzzy
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr ""
+#~ "Tak dapat membuka fail \"%s\" kerana ia mengandungi data dalam format "
+#~ "yang tidak sah."
+
+#, fuzzy
+#~ msgid "The file is too big."
+#~ msgstr "Fail terlalu banyak pautan simbolik."
+
+#, fuzzy
+#~ msgid ""
+#~ "there are too many open files. Please, close some open files and try "
+#~ "again."
+#~ msgstr ""
+#~ "Tak dapat membuka fail \"%s\" kerana terdapat terlalu banyak fail "
+#~ "dibuka.\n"
+#~ "\n"
+#~ "Sila tutup sedikit fail dan cuba lagi."
+
+#, fuzzy
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please, close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Tidak cukup memori untuk membuka fail \"%s\". Sila tutup sedikit aplikasi "
+#~ "terlaksana dan cuba lagi."
+
+#, fuzzy
+#~ msgid ""
+#~ "Host name was empty. Please, check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr ""
+#~ "Tak dapat membuka fail \"%s\" kerana nama hos adalah kosong.\n"
+#~ "\n"
+#~ "Sila semak samada tetapan proksi adlaah betul dan cuba lagi."
+
+#, fuzzy
+#~ msgid ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again "
+#~ "selecting a character coding in the 'Open File...' (or 'Open Location') "
+#~ "dialog."
+#~ msgstr ""
+#~ "Tak dapat membuka fail \"%s\" kerana gedit tak dapat automatik mengesan "
+#~ "pengkodan aksaranya.\n"
+#~ "\n"
+#~ "Sila semak yang anda tidak cuba membuka fail binari dan cuba lagi dengan "
+#~ "memilih pengkodan aksara pada dialog 'Buka Fail...' (atau 'Buka Lokasi')."
+
+#, fuzzy
+#~ msgid ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File... ' (or 'Open "
+#~ "Location') dialog and try again."
+#~ msgstr ""
+#~ "Tak dapat membuka fail \"%s\" menggunakan pengkod aksara %s.\n"
+#~ "\n"
+#~ "Sila semak samada anda tidak cuba membuka fail binari dan anda telah "
+#~ "memilij pengkodan aksara yang betul pada dialog 'Buka Fail...' (atau "
+#~ "'Buka Lokasi') dan cuba lagi."
+
+#, fuzzy
+#~ msgid ""
+#~ "The file contains data in an invalid format. Probably, you are trying to "
+#~ "open a binary file."
+#~ msgstr ""
+#~ "Tak dapat membuka fail \"%s\" kerana ia mengandungi data yang tak sah.\n"
+#~ "\n"
+#~ "Mungkin anda cuma membuka fail binari."
+
+#, fuzzy
+#~ msgid ""
+#~ "There are too many open files. Please, close some open files and try "
+#~ "again."
+#~ msgstr ""
+#~ "Tak dapat membuka fail \"%s\" kerana terdapat terlalu banyak fail "
+#~ "dibuka.\n"
+#~ "\n"
+#~ "Sila tutup sedikit fail dan cuba lagi."
+
+#, fuzzy
+#~ msgid ""
+#~ "Not enough available memory. Please, close some running applications and "
+#~ "try again."
+#~ msgstr ""
+#~ "Tidak cukup memori untuk membuka fail \"%s\". Sila tutup sedikit aplikasi "
+#~ "terlaksana dan cuba lagi."
+
+#, fuzzy
+#~ msgid ""
+#~ "The host name was empty. Please, check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Tak dapat membuka fail \"%s\" kerana nama hos adalah kosong.\n"
+#~ "\n"
+#~ "Sila semak samada tetapan proksi adlaah betul dan cuba lagi."
+
+#, fuzzy
+#~ msgid ""
+#~ "The file contains invalid UTF-8 data. Probably, you are trying to revert "
+#~ "a binary file."
+#~ msgstr ""
+#~ "Tak dapat memberbalikkan fail \"%s\" kerana ia mengandungi data UTF-8 "
+#~ "yang tak sah\n"
+#~ "\n"
+#~ "Mungkin anda cuba memberbalik fail binari."
+
+#~ msgid "It is not possible to revert an Untitled document."
+#~ msgstr "Mustahil untuk berbalik ke dokumen Tiadatajuk."
+
+#, fuzzy
+#~ msgid "The file \"%s\" already exists"
+#~ msgstr "Fail \"%s\" tersedia wujud."
+
+#, fuzzy
+#~ msgid "Please, check that you typed the location correctly."
+#~ msgstr ""
+#~ "\"%s\" adalah direktori.\n"
+#~ "\n"
+#~ "Sila semak lokasi anda anda menaip lokasi dengan betul."
+
+#, fuzzy
+#~ msgid "Could not create the file \"%s\""
+#~ msgstr "Tak dapat mencipta fail \"%s\"."
+
+#, fuzzy
+#~ msgid "Make sure you have the appropriate write permissions."
+#~ msgstr ""
+#~ "Tak dapat mencipta fail \"%s\".\n"
+#~ "\n"
+#~ "Pastikan anda mempunyai keizinan menulis yang sepatutnya."
+
+#, fuzzy
+#~ msgid "The file name is too long."
+#~ msgstr ""
+#~ "Tak dapat mencipta fail \"%s\".\n"
+#~ "\n"
+#~ " nama fail terlalu panjang"
+
+#, fuzzy
+#~ msgid ""
+#~ "A directory component in the file name does not exist or is a dangling "
+#~ "symbolic link."
+#~ msgstr ""
+#~ "Tak dapat mencipta fail \"%s\".\n"
+#~ "\n"
+#~ "Komponen direktori pada nama fail tak wujud atau pautan simbolik yang "
+#~ "tergantung."
+
+#, fuzzy
+#~ msgid ""
+#~ "There is not enough disk space to create the file. Please free some disk "
+#~ "space and try again."
+#~ msgstr ""
+#~ "Tak cukup ruang cakera untuk mencipta fail \"%s\".\n"
+#~ "\n"
+#~ "Sila, bebaskan sedikit ruang pada cakera dan cuba lagi."
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Buka '%s'"
+
+#~ msgid "Normal"
+#~ msgstr "Normal"
+
+#~ msgid "Use Normal highlight mode"
+#~ msgstr "Guna mod penserlahan Normal"
+
+#~ msgid "Close the output window"
+#~ msgstr "Tutup tetingkap output"
+
+#~ msgid "Clear the output window"
+#~ msgstr "Kosongkan tetingkap output"
+
+#~ msgid "Output Lines"
+#~ msgstr "Baris Output"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Tak dapat menginitialisasi pengurus keutamaan."
+
+#~ msgid "Expected `%s' got `%s' for key %s"
+#~ msgstr "Menjangka `%s' dapat `%s' bagi kekunci %s"
+
+#~ msgid "Printing page %d of %d..."
+#~ msgstr "Mencetak halaman %d drpd %d..."
+
+#~ msgid "Change the visibility of the output window in the current window"
+#~ msgstr "Tukar ketampakan bagi tetingkap output pada tetingkap semasa"
+
+#~ msgid "Change the visibility of the statusbar in the current window"
+#~ msgstr "Tukar ketampakan bar status pada tetingkap semasa"
+
+#~ msgid "Change the visibility of the toolbar in the current window"
+#~ msgstr "Tukar ketampakan bagi toolbar pada tetingkap semasa"
+
+#~ msgid "Close"
+#~ msgstr "Tutup"
+
+#~ msgid "Close all open files"
+#~ msgstr "Tutup semua fail yang dibuka"
+
+#~ msgid "Configure the application"
+#~ msgstr "Konfigurasikan aplikasi"
+
+#~ msgid "Copy"
+#~ msgstr "Salin"
+
+#~ msgid "Cu_t"
+#~ msgstr "_Potong"
+
+#~ msgid "Cut"
+#~ msgstr "Potong"
+
+#~ msgid "Delete"
+#~ msgstr "Padam"
+
+#~ msgid "Go to _Line..."
+#~ msgstr "Pergi ke _Baris..."
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Pergi ke baris tertentu"
+
+#~ msgid "Main toolbar"
+#~ msgstr "Toolbar utama"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Pindah dokumen ini ke tetingkap baru"
+
+#~ msgid "Open Location..."
+#~ msgstr "Buka Lokasi ..."
+
+#~ msgid "Open _Location..."
+#~ msgstr "Buka _Lokasi ..."
+
+#~ msgid "Page Set_up"
+#~ msgstr "T_etapan Halaman"
+
+#~ msgid "Paste"
+#~ msgstr "Tepek"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Ke_utamaan"
+
+#~ msgid "Print Previe_w..."
+#~ msgstr "_Prebiu Cetakan..."
+
+#~ msgid "Quit"
+#~ msgstr "Keluar"
+
+#~ msgid "Quit the program"
+#~ msgstr "Keluar program"
+
+#~ msgid "Redo"
+#~ msgstr "Ulangcara"
+
+#~ msgid "Redo the undone action"
+#~ msgstr "Ulangcara aksi nyahcara"
+
+#~ msgid "Save _As..."
+#~ msgstr "Simpan Seb_agai..."
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Cari mengundur bagi teks yang sama"
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Cari dan ganti teks"
+
+#~ msgid "Search for text"
+#~ msgstr "Cari teks"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Cari mengundur bagi teks yang sama"
+
+#~ msgid ""
+#~ "Set toolbar button style according to desktop Menu and Toolbar Preferences"
+#~ msgstr ""
+#~ "Tetapkan gaya butang toolbar berdasarkan Menu desktop dan Keutamaan "
+#~ "Toolbar"
+
+#~ msgid "Show only icons in the toolbar"
+#~ msgstr "Hanya papar ikon pada toolbar"
+
+#~ msgid "Show text below every icon in the toolbar"
+#~ msgstr "Papar teks dibawah setiap ikon pada toolbar"
+
+#~ msgid "Show text only beside important icons in the toolbar"
+#~ msgstr "Papar teks hanya di sebelah ikon peting pada toolbar"
+
+#~ msgid "T_ext for Important Icons"
+#~ msgstr "T_eks bagi Ikon Penting"
+
+#~ msgid "Undo"
+#~ msgstr "Nyahcara"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Nyahcara aksi terkhir"
+
+#~ msgid "_About"
+#~ msgstr "_Perihal"
+
+#~ msgid "_Contents"
+#~ msgstr "_Kandungan"
+
+#~ msgid "_Customize Toolbar"
+#~ msgstr "Per_sonalisasi Toolbar"
+
+#~ msgid "_Desktop Default"
+#~ msgstr "_Default Desktop"
+
+#~ msgid "_Find..."
+#~ msgstr "_Cari..."
+
+#~ msgid "_Icons Only"
+#~ msgstr "_Ikon Sahaja"
+
+#~ msgid "_Open..."
+#~ msgstr "_Buka..."
+
+#~ msgid "_Print..."
+#~ msgstr "_Cetak..."
+
+#~ msgid "_Replace..."
+#~ msgstr "_Ganti..."
+
+#~ msgid "_Text for All Icons"
+#~ msgstr "_Teks bagi Semua Ikon"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_Toolbar"
+
+#~ msgid "Quit an existing instance of gedit"
+#~ msgstr "Keluar instans gedit yang ada"
+
+#~ msgid "The specified encoding \"%s\" is not valid\n"
+#~ msgstr "Pengenkodan dinyatakan \"%s\" adalah tidak sah\n"
+
+#~ msgid "C_hange Case"
+#~ msgstr "_Tukar Jenis Huruf"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Semua Huruf _Besar"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Semua Huruf _Kecil"
+
+#~ msgid "_Title Case"
+#~ msgstr "Jenis Saiz _Tajuk"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Songsangkan jenis saiz teks yang dipilih"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Besarkan huruf pertama bagi setiap perkataan"
+
+#~ msgid "Change Case"
+#~ msgstr "Tukar Jenis Saiz"
+
+#~ msgid "_Update"
+#~ msgstr "_Kemaskini"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">Nama Fail</span>"
+
+#~ msgid "Update"
+#~ msgstr "Kemaskini"
+
+#~ msgid "gedit: Document Info plugin"
+#~ msgstr "gedit: Plugin Maklumat Dokumen"
+
+#~ msgid "_Indent"
+#~ msgstr "_Inden"
+
+#~ msgid "Indent selected lines"
+#~ msgstr "Inden baris dipilih"
+
+#~ msgid "U_nindent"
+#~ msgstr "_Nyahinden"
+
+#~ msgid "Unindent selected lines"
+#~ msgstr "Nyah inden baris dipilih"
+
+#~ msgid "Indent lines"
+#~ msgstr "Inden baris"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "Inden atau Nyah-inden baris dipilih."
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "Selit _Nama Pengguna"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "Selitkan nama pengguna pada posisi kursor."
+
+#~ msgid "User name"
+#~ msgstr "Nama pengguna"
+
+#, fuzzy
+#~ msgid "Sa_ve Copy..."
+#~ msgstr "_Salin"
+
+#, fuzzy
+#~ msgid "Could not save a copy of the file to \"%s\""
+#~ msgstr "Tak dapat menyimpan fail \"%s\"."
+
+#, fuzzy
+#~ msgid "Save Copy..."
+#~ msgstr "_Tidak Simpan"
+
+#, fuzzy
+#~ msgid "Save a Copy"
+#~ msgstr "Simpan semua fail yang dibuka"
+
+#, fuzzy
+#~ msgid "Saves a copy of the current document to a local or remote location."
+#~ msgstr "Pilih dokumen semasa atai pilihan."
+
+#~ msgid "_Run Command..."
+#~ msgstr "_Laksana Arahan..."
+
+#~ msgid "Run Command"
+#~ msgstr "Laksanakan Arahan"
+
+#~ msgid "_Run"
+#~ msgstr "_Laksana"
+
+#~ msgid "Failed"
+#~ msgstr "Gagal"
+
+#~ msgid ""
+#~ "The shell command entry is empty.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "Kemasukan arahan shell adalah kosong.\n"
+#~ "\n"
+#~ " Sila selitkan arahan shell yang sah."
+
+#~ msgid ""
+#~ "Error parsing the shell command.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "Ralat menghantar arahan shell/\n"
+#~ "\n"
+#~ " Sila selitkan arahan shell yang sah."
+
+#~ msgid "Executing command"
+#~ msgstr "Melaksanakan arahan"
+
+#~ msgid ""
+#~ "Executes an external program and, if required, displays its output in the "
+#~ "output window."
+#~ msgstr ""
+#~ "Laksana program luaran dan jika diperlukan, papar outputnya pada "
+#~ "tetingkap output."
+
+# kadang2 'Saat'
+#~ msgid "Shell command"
+#~ msgstr "Arahan shell"
+
+#~ msgid "Co_mmand:"
+#~ msgstr "_Arahan:"
+
+#~ msgid "Select the working directory..."
+#~ msgstr "Pilih direktori kerja..."
+
+#~ msgid "_Show results in Output Window"
+#~ msgstr "Papar hasil di Tetingkap Output"
+
+#~ msgid "_Working directory:"
+#~ msgstr "Direktori _kerja:"
+
+#~ msgid "gedit: Shell Output plugin"
+#~ msgstr "gedit: Plugin Output Shell"
+
+#~ msgid "Sort the current document or selection."
+#~ msgstr "Pilih dokumen semasa atai pilihan."
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Anda tak boleh nyahcara operasi isihan"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(tiada perkataan dicadangkan)"
+
+#~ msgid "_More..."
+#~ msgstr "_Lebih..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Abai Semua"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "Cadangan _Ejaan..."
+
+#~ msgid "Suggestions"
+#~ msgstr "Cadangan"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(Ejaan betul)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Selesai menyemak ejaan"
+
+#, fuzzy
+#~ msgid "Amharic"
+#~ msgstr "Arab"
+
+#, fuzzy
+#~ msgid "Belarusian"
+#~ msgstr "Bulgaria"
+
+#~ msgid "Bulgarian"
+#~ msgstr "Bulgaria"
+
+#~ msgid "Bengali"
+#~ msgstr "Bengali"
+
+#~ msgid "Breton"
+#~ msgstr "Breton"
+
+#~ msgid "Catalan"
+#~ msgstr "Catalan"
+
+#~ msgid "Czech"
+#~ msgstr "Czech"
+
+#~ msgid "Welsh"
+#~ msgstr "Welsh"
+
+#~ msgid "Danish"
+#~ msgstr "Danish"
+
+#, fuzzy
+#~ msgid "German (Austria)"
+#~ msgstr "Jerman (Jermany)"
+
+#~ msgid "German (Germany)"
+#~ msgstr "Jerman (Jermany)"
+
+#~ msgid "German (Swiss)"
+#~ msgstr "Jerman (Swiss)"
+
+#~ msgid "English (American)"
+#~ msgstr "Inggeris (Amerika)"
+
+#~ msgid "English (British)"
+#~ msgstr "Inggeris(British)"
+
+#~ msgid "English (Canadian)"
+#~ msgstr "Inggeris(Kanada)"
+
+#~ msgid "Esperanto"
+#~ msgstr "Esperanto"
+
+#~ msgid "Spanish"
+#~ msgstr "Sepanyol"
+
+#, fuzzy
+#~ msgid "Estonian"
+#~ msgstr "Romania"
+
+#, fuzzy
+#~ msgid "Persian"
+#~ msgstr "Cetak"
+
+#~ msgid "Finnish"
+#~ msgstr "Finn"
+
+#~ msgid "Faroese"
+#~ msgstr "Faroese"
+
+#~ msgid "French (France)"
+#~ msgstr "Peranchis (Peranchis)"
+
+#~ msgid "French (Swiss)"
+#~ msgstr "Peranchis (Swiss)"
+
+#, fuzzy
+#~ msgid "Irish"
+#~ msgstr "Turki"
+
+#, fuzzy
+#~ msgid "Gallegan"
+#~ msgstr "Georgia"
+
+#, fuzzy
+#~ msgid "Hindi"
+#~ msgstr "Cari"
+
+#, fuzzy
+#~ msgid "Croatian"
+#~ msgstr "Catalan"
+
+#, fuzzy
+#~ msgid "Hungarian"
+#~ msgstr "Bulgaria"
+
+#~ msgid "Icelandic"
+#~ msgstr "Icelandic"
+
+#~ msgid "Italian"
+#~ msgstr "Itali"
+
+#, fuzzy
+#~ msgid "Kurdish"
+#~ msgstr "Turki"
+
+#, fuzzy
+#~ msgid "Latin"
+#~ msgstr "Baris"
+
+#, fuzzy
+#~ msgid "Macedonian"
+#~ msgstr "gedit"
+
+#, fuzzy
+#~ msgid "Norwegian Bokmal"
+#~ msgstr "Norwegian"
+
+#~ msgid "Dutch"
+#~ msgstr "Belanda"
+
+#, fuzzy
+#~ msgid "Norwegian Nynorsk"
+#~ msgstr "Norwegian"
+
+#~ msgid "Norwegian"
+#~ msgstr "Norwegian"
+
+#~ msgid "Polish"
+#~ msgstr "Polish"
+
+#~ msgid "Portuguese (Portugal)"
+#~ msgstr "Portugis (Portugal)"
+
+#~ msgid "Portuguese (Brazilian)"
+#~ msgstr "Portugis (Brazil)"
+
+#~ msgid "Russian"
+#~ msgstr "Rusia"
+
+#, fuzzy
+#~ msgid "Sardinian"
+#~ msgstr "Ukrainian"
+
+#~ msgid "Slovak"
+#~ msgstr "Slovak"
+
+#~ msgid "Slovenian"
+#~ msgstr "Slovenian"
+
+#~ msgid "Swedish"
+#~ msgstr "Swedish"
+
+#, fuzzy
+#~ msgid "Tamil"
+#~ msgstr "Siam"
+
+#~ msgid "Ukrainian"
+#~ msgstr "Ukrainian"
+
+#~ msgid "Default"
+#~ msgstr "Default"
+
+#~ msgid "Could not find the required widgets inside %s."
+#~ msgstr "Tak dapat menjumpai wiget yang diperlukan pada %s."
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Pilih _bahasa bagi dokumen semasa."
+
+#~ msgid "Set language"
+#~ msgstr "Tetapkan Bahasa"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>Bahasa</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>Perkataan</b>"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Tambah per_kataan"
+
+#~ msgid "Cha_nge"
+#~ msgstr "_Tukar"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Tukar _Semua"
+
+#~ msgid "Change _to:"
+#~ msgstr "Tukar _ke:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Semak _Perkataan"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Abai _Semua"
+
+#~ msgid "Language:"
+#~ msgstr "Bahasa:"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Kamus pengguna:"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Abai"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Cadangan:"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Semak kesalahan ejaan dokumen semasa"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "_Autosemak Ejaan"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Automatik semak-ejaan dokumen semasa"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "Tetapkan bahasa bagi dokumen semasa."
+
+#~ msgid "The document is empty."
+#~ msgstr "Dokumen adalah kosong."
+
+#, fuzzy
+#~ msgid "The selected text does not contain misspelled words."
+#~ msgstr "Teks dipilih tidak mengandungi kesalahan ejaan."
+
+#, fuzzy
+#~ msgid "The document does not contain misspelled words."
+#~ msgstr "Dokumen tidak mengandungi kesalahan ejaan."
+
+#, fuzzy
+#~ msgid "Abbreviated form"
+#~ msgstr "Format yang ada"
+
+#, fuzzy
+#~ msgid "Abbreviation"
+#~ msgstr "Armenia"
+
+#, fuzzy
+#~ msgid "Align"
+#~ msgstr "baris"
+
+#, fuzzy
+#~ msgid "Applet class file code"
+#~ msgstr "Pilih satu fail untuk dibuka"
+
+#, fuzzy
+#~ msgid "Author info"
+#~ msgstr "Auto inden"
+
+#, fuzzy
+#~ msgid "Axis related headers"
+#~ msgstr "Cetak _pengepala halaman"
+
+#, fuzzy
+#~ msgid "Background color"
+#~ msgstr "_Warna latarbelakang:"
+
+#, fuzzy
+#~ msgid "Background texture tile"
+#~ msgstr "Warna Latar Belakang"
+
+#, fuzzy
+#~ msgid "Base font"
+#~ msgstr "Guna font pada label"
+
+#, fuzzy
+#~ msgid "Border"
+#~ msgstr "Bold"
+
+#, fuzzy
+#~ msgid "Border color"
+#~ msgstr "_Warna latarbelakang:"
+
+#, fuzzy
+#~ msgid "Cell rowspan"
+#~ msgstr "Eropah Tengah"
+
+#, fuzzy
+#~ msgid "Center"
+#~ msgstr "Umum"
+
+#, fuzzy
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Pengenkodan aksara"
+
+#, fuzzy
+#~ msgid "Class list"
+#~ msgstr "Senarai Tag"
+
+#, fuzzy
+#~ msgid "Color of selected links"
+#~ msgstr "Salin baris dipilih"
+
+#, fuzzy
+#~ msgid "Comment"
+#~ msgstr "_Kandungan"
+
+#, fuzzy
+#~ msgid "Content type"
+#~ msgstr "_Kandungan"
+
+#, fuzzy
+#~ msgid "Coordinates"
+#~ msgstr "_Kandungan"
+
+#, fuzzy
+#~ msgid "Definition description"
+#~ msgstr "_Huraian:"
+
+#, fuzzy
+#~ msgid "Direction"
+#~ msgstr "Breton"
+
+#, fuzzy
+#~ msgid "Disabled"
+#~ msgstr "Dihidupkan"
+
+#, fuzzy
+#~ msgid "Document base"
+#~ msgstr "_Dokumen"
+
+#, fuzzy
+#~ msgid "Document body"
+#~ msgstr "_Dokumen"
+
+#, fuzzy
+#~ msgid "Document head"
+#~ msgstr "_Dokumen"
+
+#, fuzzy
+#~ msgid "Document title"
+#~ msgstr "Statistik Dokumen"
+
+#, fuzzy
+#~ msgid "Document type"
+#~ msgstr "_Dokumen"
+
+#, fuzzy
+#~ msgid "Element ID"
+#~ msgstr "Unsur"
+
+#, fuzzy
+#~ msgid "Font face"
+#~ msgstr "Nama font"
+
+#, fuzzy
+#~ msgid "For label"
+#~ msgstr "label"
+
+#, fuzzy
+#~ msgid "Form"
+#~ msgstr "Normal"
+
+#, fuzzy
+#~ msgid "Frame"
+#~ msgstr "Nama:"
+
+#, fuzzy
+#~ msgid "Frameset"
+#~ msgstr "Faroese"
+
+#, fuzzy
+#~ msgid "Frameset columns"
+#~ msgstr "Ber_mula pada kolum:"
+
+#, fuzzy
+#~ msgid "Generic span"
+#~ msgstr "Umum"
+
+#, fuzzy
+#~ msgid "Inline frame"
+#~ msgstr "Nama fail tidak sah"
+
+#, fuzzy
+#~ msgid "Inserted text"
+#~ msgstr "Selit Tarikh/Masa"
+
+#, fuzzy
+#~ msgid "Italic text"
+#~ msgstr "Italik"
+
+#, fuzzy
+#~ msgid "Label"
+#~ msgstr "label"
+
+#, fuzzy
+#~ msgid "Language code"
+#~ msgstr "Bahasa"
+
+#, fuzzy
+#~ msgid "Link color"
+#~ msgstr "Pilih satu warna"
+
+#, fuzzy
+#~ msgid "Local change to font"
+#~ msgstr "Pilih font editor"
+
+#, fuzzy
+#~ msgid "Long description link"
+#~ msgstr "_Huraian:"
+
+#, fuzzy
+#~ msgid "Name"
+#~ msgstr "Nama:"
+
+# Saiz bra
+#, fuzzy
+#~ msgid "No resize"
+#~ msgstr "Papar saiz"
+
+#, fuzzy
+#~ msgid "Object applet file"
+#~ msgstr "Buka fail"
+
+#, fuzzy
+#~ msgid "OnChange event"
+#~ msgstr "Tukar Jenis Saiz"
+
+#, fuzzy
+#~ msgid "Option selector"
+#~ msgstr "Pilihan font"
+
+#, fuzzy
+#~ msgid "Output media"
+#~ msgstr "Baris Output"
+
+#, fuzzy
+#~ msgid "Preformatted text"
+#~ msgstr "Prebiu teks"
+
+#, fuzzy
+#~ msgid "Push button"
+#~ msgstr "button1"
+
+#, fuzzy
+#~ msgid "Quote"
+#~ msgstr "Keluar"
+
+#, fuzzy
+#~ msgid "Range"
+#~ msgstr "_Tukar"
+
+#, fuzzy
+#~ msgid "Reverse link"
+#~ msgstr "Turutan _Songsang"
+
+#, fuzzy
+#~ msgid "Script language name"
+#~ msgstr "Tetapkan Bahasa"
+
+#, fuzzy
+#~ msgid "Selectable option"
+#~ msgstr "Pilih satu fail untuk dibuka"
+
+#, fuzzy
+#~ msgid "Shape"
+#~ msgstr "Simpan"
+
+#, fuzzy
+#~ msgid "Size"
+#~ msgstr "Saiz Tab"
+
+#
+#, fuzzy
+#~ msgid "Small text style"
+#~ msgstr "Semua Fail teks"
+
+#, fuzzy
+#~ msgid "Space"
+#~ msgstr "Simpan"
+
+#, fuzzy
+#~ msgid "Spacer"
+#~ msgstr "Ganti"
+
+#, fuzzy
+#~ msgid "Span"
+#~ msgstr "Sepanyol"
+
+#, fuzzy
+#~ msgid "Starting sequence number"
+#~ msgstr "Cetak nombor _baris"
+
+#, fuzzy
+#~ msgid "Strike-through text"
+#~ msgstr "Coret tembus"
+
+#, fuzzy
+#~ msgid "Strike-through text style"
+#~ msgstr "Coret tembus"
+
+#, fuzzy
+#~ msgid "Superscript"
+#~ msgstr "_Huraian:"
+
+#, fuzzy
+#~ msgid "Table"
+#~ msgstr "Dihidupkan"
+
+#, fuzzy
+#~ msgid "Table caption"
+#~ msgstr "Buka Lokasi"
+
+#, fuzzy
+#~ msgid "Text color"
+#~ msgstr "Warna Teks"
+
+#~ msgid "Title"
+#~ msgstr "Tajuk"
+
+#, fuzzy
+#~ msgid "Underlined text style"
+#~ msgstr "Garisbawah"
+
+#, fuzzy
+#~ msgid "Unordered list"
+#~ msgstr "Garisbawah"
+
+#, fuzzy
+#~ msgid "Vertical space"
+#~ msgstr "Selit ruang"
+
+#, fuzzy
+#~ msgid "Visited link color"
+#~ msgstr "Pilih warna pilihan"
+
+#, fuzzy
+#~ msgid "Footnote"
+#~ msgstr "Font"
+
+#, fuzzy
+#~ msgid "Greek alpha"
+#~ msgstr "Yunani"
+
+#, fuzzy
+#~ msgid "Greek beta"
+#~ msgstr "Yunani"
+
+#, fuzzy
+#~ msgid "Greek gamma"
+#~ msgstr "Yunani"
+
+#, fuzzy
+#~ msgid "Greek rho"
+#~ msgstr "Yunani"
+
+#, fuzzy
+#~ msgid "Greek tau"
+#~ msgstr "Yunani"
+
+#, fuzzy
+#~ msgid "List description"
+#~ msgstr "_Huraian:"
+
+#, fuzzy
+#~ msgid "Operator fraction"
+#~ msgstr "Buka Lokasi"
+
+#, fuzzy
+#~ msgid "Reference label"
+#~ msgstr "Keutamaan"
+
+#, fuzzy
+#~ msgid "Reference ref"
+#~ msgstr "Keutamaan"
+
+#, fuzzy
+#~ msgid "XSLT - Elements"
+#~ msgstr "Unsur"
+
+#, fuzzy
+#~ msgid "namespace"
+#~ msgstr "Selit ruang"
+
+#, fuzzy
+#~ msgid "parent"
+#~ msgstr "Buka"
+
+#~ msgid "Tag list plugin"
+#~ msgstr "Plugin Senarai Tag"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Pilih kumpulan tag yang anda ingin gunakan"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "Senarai Tag yang ada"
+
+#~ msgid "Tags"
+#~ msgstr "Tag"
+
+#~ msgid "Double-click on a tag to insert it in the current document"
+#~ msgstr "Dwi-klik pada tag untuk menyelitkannya pada dokumen semasa"
+
+#~ msgid "Tag _List"
+#~ msgstr "_Senarai Tag"
+
+#~ msgid ""
+#~ "Provides a method to easily insert into a document commonly used tags/"
+#~ "strings without having to type them."
+#~ msgstr ""
+#~ "Membekalkan satu kaedah mudah untuk menyelit tag/rentetan yg sering "
+#~ "digunakan ke dokumen tanpa menaipnya."
+
+#~ msgid "Tag list"
+#~ msgstr "Senarai Tag"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "_Selit Tarikh/Masa..."
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Selitkan tarikh dan masa semasa pada posisi kursor"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "Konfigurasi plugin penyelitan tarikh/masa..."
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> Bila menyelit tarikh/masa...</span>"
diff --git a/po/my.po b/po/my.po
new file mode 100644
index 0000000..c17c96a
--- /dev/null
+++ b/po/my.po
@@ -0,0 +1,4971 @@
+# Burmese Translations of gedit
+# Copyright (C) 2011 Myanmar L10n Team
+# This file is distributed under the same license as the eog package.
+# Hpone Myint Khaing <phonemyintkhaing@gmail.com>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-11-14 22:24+0100\n"
+"PO-Revision-Date: 2011-08-16 19:28-0700\n"
+"Last-Translator: phonemyintkhaing <minnyoonthit@gmail.com>\n"
+"Language-Team: Burmese <LL@li.org>\n"
+"Language: my\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Poedit-Language: Burmese\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-Country: MYANMAR\n"
+"X-Generator: Narro 0.9.4 on http://translate.libreworks.info\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "စာသားဖိုင်များပြင်ဆင်ရန်"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:759
+msgid "Text Editor"
+msgstr "စာသားအယ်ဒီတာ"
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit စာသားအယ်ဒီတာ"
+
+#: ../data/gedit.schemas.in.in.h:1
+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/gedit.schemas.in.in.h:2
+msgid "Active plugins"
+msgstr "အပိုဆောင်းတန်ဆာပလာများကို အတည်ပြု"
+
+#: ../data/gedit.schemas.in.in.h:3
+msgid "Automatic indent"
+msgstr "အလိုအလျောက် indent ထည့်"
+
+#: ../data/gedit.schemas.in.in.h:4
+msgid "Automatically Detected Encodings"
+msgstr "အက္ခရာဆိုင်ရာ ဖော်ပြခြင်းနည်းစနစ်ကို အလိုအလျောက် သိရှိခြင်း"
+
+#: ../data/gedit.schemas.in.in.h:5
+msgid "Autosave"
+msgstr "အလိုလျောက်သိမ်းဆည်း"
+
+#: ../data/gedit.schemas.in.in.h:6
+msgid "Autosave Interval"
+msgstr "အကြား အလိုလျောက်သိမ်းဆည်း"
+
+#: ../data/gedit.schemas.in.in.h:7
+msgid "Body Font for Printing"
+msgstr "စာထုတ်ရန် ကိုယ်ထည် စာလုံးဖောင့်"
+
+#: ../data/gedit.schemas.in.in.h:8
+msgid "Bottom Panel is Visible"
+msgstr "အောက်ဘက်ခြမ်း ဘောင်ကွက်သည် မြင်နေရသည်"
+
+#: ../data/gedit.schemas.in.in.h:9
+msgid "Create Backup Copies"
+msgstr "မိတ္တူပွား တစ်ခု ဖန်တီး"
+
+#: ../data/gedit.schemas.in.in.h:10
+msgid "Display Line Numbers"
+msgstr "လိုင်းနံပါတ်များကို ဖော်ပြ"
+
+#: ../data/gedit.schemas.in.in.h:11
+msgid "Display Right Margin"
+msgstr "ညာဘက် မျဉ်းဘောင်ကို ဖော်ပြ"
+
+#: ../data/gedit.schemas.in.in.h:12
+msgid "Editor Font"
+msgstr "အယ်ဒီတာဖောင့်"
+
+#: ../data/gedit.schemas.in.in.h:13
+msgid "Enable Search Highlighting"
+msgstr "အရောင်မျဉ်းဖြင့် ရှာနိုင်အောင် ပြုလုပ်"
+
+#: ../data/gedit.schemas.in.in.h:14
+msgid "Enable Syntax Highlighting"
+msgstr "စာလုံး၊စာသားများ အရောင်မျဉ်းတားခြင်း ပြုလုပ်"
+
+#: ../data/gedit.schemas.in.in.h:15
+msgid "Encodings shown in menu"
+msgstr "မီနျူးတွင်ဖော်ပြထားသော စာလုံးဖော်ပြစနစ်"
+
+#: ../data/gedit.schemas.in.in.h:16
+msgid "Header Font for Printing"
+msgstr "စာထုတ်ဖို့ ခေါင်းစဉ်ဖောင့်"
+
+#: ../data/gedit.schemas.in.in.h:17
+msgid "Highlight Current Line"
+msgstr "လက်ရှိလိုင်းကို အရောင်မျဉ်းတား"
+
+#: ../data/gedit.schemas.in.in.h:18
+msgid "Highlight Matching Bracket"
+msgstr "ကိုက်ညီသော ကွင်းကို အရောင်မျဉ်းဖြင့်ပြ"
+
+#: ../data/gedit.schemas.in.in.h:19
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr "တနည်းအားဖြင့်"
+
+#: ../data/gedit.schemas.in.in.h:20
+msgid "Insert spaces"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:21
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:22
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:23
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:24
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:25
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:26
+msgid "Maximum Number of Undo Actions"
+msgstr "နောက်ပြန်ပြုလုပ်ခြင်း၏ အမြင့်ဆုံးဂဏန်းအရေတွက်"
+
+#: ../data/gedit.schemas.in.in.h:27
+msgid "Maximum Recent Files"
+msgstr "လတ်တစ်လောဖိုင်များ၏ အမြင့်ဆုံး အရေတွက်"
+
+#: ../data/gedit.schemas.in.in.h:28
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr "\"-1\" ကိုအသုံးပြုပါ"
+
+#: ../data/gedit.schemas.in.in.h:29
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.in.h:32
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:35
+msgid "Monospace 9"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:36
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:37
+msgid "Print Header"
+msgstr "ခေါင်းကြီးပိုင်းကို စာထုတ်"
+
+#: ../data/gedit.schemas.in.in.h:38
+msgid "Print Line Numbers"
+msgstr "လိုင်းနံပါတ်များကို စာထုတ်"
+
+#: ../data/gedit.schemas.in.in.h:39
+msgid "Print Syntax Highlighting"
+msgstr "အရောင်မျဉ်းတားထားသော စာသား၊ စာလုံးများကို စာထုတ်"
+
+#: ../data/gedit.schemas.in.in.h:40
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:41
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:42
+msgid "Right Margin Position"
+msgstr "ညာဘက် မျဉ်းဘောင်အနေအထား"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:45
+msgid "Sans 11"
+msgstr ""
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:48
+msgid "Sans 8"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:49
+msgid "Side Pane is Visible"
+msgstr "ဘေးကွက် သည် မြင်နေရသည်"
+
+#: ../data/gedit.schemas.in.in.h:50
+msgid "Smart Home End"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:51
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:52
+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/gedit.schemas.in.in.h:53
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.in.h:54
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.in.h:55
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:56
+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/gedit.schemas.in.in.h:57
+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/gedit.schemas.in.in.h:58
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:59
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:60
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:61
+msgid "Status Bar is Visible"
+msgstr "အခြေအနေပြ ဘားတန်းသည် မြင်နေရသည်"
+
+#: ../data/gedit.schemas.in.in.h:62
+msgid "Style Scheme"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:63
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:64
+msgid "Tab Size"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:65
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:66
+msgid "Toolbar Buttons Style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:67
+msgid "Toolbar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:68
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:69
+msgid "Use Default Font"
+msgstr "မူရင်း ဖောင့်ကို အသုံးပြု"
+
+#: ../data/gedit.schemas.in.in.h:70
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:71
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:72
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:73
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:74
+msgid "Whether gedit should enable automatic indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:75
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:76
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:77
+msgid "Whether gedit should highlight the bracket matching the selected one."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:78
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:79
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:80
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:81
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:82
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:83
+msgid ""
+"Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:84
+msgid "Whether the side pane at the left of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:85
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:86
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:87
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. 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/gedit.schemas.in.in.h:88
+msgid "Writable VFS schemes"
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.in.h:91
+msgid "[ISO-8859-15]"
+msgstr ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.in.h:103
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Log Out _without Saving"
+msgstr "_W မသိမ်းပဲ ထွက်ပါ"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "_C မထွက်တော့"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "_W မသိမ်းဘဲ ပိတ်ပါ"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:212
+msgid "Question"
+msgstr "မေးခွန်း"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:412
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:421
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "မသိမ်းဘူးဆိုရင် နောက်ဆုံးမိနစ်မှာ ပြောင်းခဲ့တာတွေ အကုန်ပျောက်သွားလိမ့်မယ်"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:427
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:437
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:452
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:458
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:473
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:516
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:521
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:535
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:746
+msgid "Saving has been disabled by the system administrator."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:701
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:707
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:725
+msgid "Docum_ents with unsaved changes:"
+msgstr "_E မသိမ်းဆည်းထားသော စာရွက်စာတမ်းများ"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:727
+msgid "S_elect the documents you want to save:"
+msgstr "_E သိမ်းလိုသော စာရွက်စာတမ်းများကို ရွေးပါ:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:748
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:321
+msgid "Character Encodings"
+msgstr "အက္ခရာဆိုင်ရာ ဖော်ပြခြင်းနည်းစနစ်များ"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:385
+#: ../gedit/dialogs/gedit-encodings-dialog.c:446
+msgid "_Description"
+msgstr "_D _ဖော်ပြချက်"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:394
+#: ../gedit/dialogs/gedit-encodings-dialog.c:455
+msgid "_Encoding"
+msgstr "_E _အက္ခရာဖော်ပြခြင်းနည်းစနစ်"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character encodings"
+msgstr "အက္ခရာဆိုင်ရာ ဖော်ပြခြင်းနည်းစနစ်များ"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "_N မီနျူးတွင် ဖော်ပြထားသော အက္ခရာဖော်ပြခြင်းနည်းစနစ်"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:571
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:581
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:784
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:809
+msgid "Add Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:816
+msgid "A_dd Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:824
+msgid "Color Scheme Files"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:831
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Files"
+msgstr "ဖိုင်များ အားလုံး"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:876
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1087
+msgid "gedit Preferences"
+msgstr "gedit အပြင်အဆင်များ"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid " "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "Automatic Indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "Bracket Matching"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "Color Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "Current Line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+msgid "Display right _margin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "Editor"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+msgid "Editor _font: "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "File Saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+msgid "Font & Colors"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Highlight current _line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Highlight matching _bracket"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "Line Numbers"
+msgstr "လိုင်းနံပါတ်များ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Pick the editor font"
+msgstr "စာသားတည်းဖြတ် အယ်ဒီတာအတွက် ဖောင့်ရွေး"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "Plugins"
+msgstr "ဖြည့်စွက်ကိရိယာ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Preferences"
+msgstr "အပြင်အဆင်"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Right Margin"
+msgstr "ညာဘက် မျဉ်းဘောင်"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Tab Stops"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Text Wrapping"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "မြင်ကွင်း"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr "_A ပေါင်းထည့်"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+#: ../gedit/gedit-view.c:1968
+msgid "_Display line numbers"
+msgstr "_D လိုင်းနံပါတ်များကို ဖော်ပြ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr "_M မိနစ်များ"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:300
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2 ../gedit/gedit-window.c:1522
+msgid "Replace"
+msgstr "အစားထိုး"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:311 ../gedit/gedit-window.c:1520
+msgid "Find"
+msgstr "ရှာဖွေရေး"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:415
+msgid "Replace _All"
+msgstr "_A အားလုံး အစားထိုး"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:416
+#: ../gedit/gedit-commands-file.c:577
+msgid "_Replace"
+msgstr "_R အစားထိုးရန်"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr "အားလုံးအစားထိုး"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "_W အကျယ်ဖြင့် အစားထိုး"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr "_M ကိုက်ညီသော စကားလုံး"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "_S အတွက် ရှာဖွေရန်"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr ""
+
+#: ../gedit/gedit.c:126
+msgid "Show the application's version"
+msgstr "အပ္ပလီကေးရှင်း၏ ဗားရှင်းကို ဖော်ပြ"
+
+#: ../gedit/gedit.c:129
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "လိုင်း"
+
+#: ../gedit/gedit.c:129
+msgid "ENCODING"
+msgstr "အက္ခရာဖော်ပြခြင်းနည်းစနစ်"
+
+#: ../gedit/gedit.c:132
+msgid "Display list of possible values for the encoding option"
+msgstr "အက္ခရာဖော်ပြခြင်း နည်းစနစ် ပြင်ဆင်စရာ အတွက် ဖြစ်နိုင်ခြေရှိသော တန်ဖိုး စာရင်းကို ဖော်ပြ"
+
+#: ../gedit/gedit.c:135
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "လက်ရှိရှိနေသော gedit ၏ အမြင့်ဆုံးအဆင့် ဝင်းဒိုးအသစ်ကို ဖန်တီး"
+
+#: ../gedit/gedit.c:138
+msgid "Create a new document in an existing instance of gedit"
+msgstr "လက်ရှိရှိနေသော gedit ၏ စာရွက်စာတမ်း အသစ်ကို ဖန်တီး"
+
+#: ../gedit/gedit.c:141
+msgid "[FILE...]"
+msgstr "[ဖိုင်. . .]"
+
+#: ../gedit/gedit.c:196
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: အကျုံးမဝင်သော အက္ခရာဖော်ပြခြင်းစနစ် \n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:579
+msgid "- Edit text files"
+msgstr "- စာသားဖိုင်များကို တည်းဖြတ်"
+
+#: ../gedit/gedit.c:615
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:250
+#, c-format
+msgid "Loading file '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:259
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] ""
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:453
+msgid "Open Files"
+msgstr "ဖိုင်များ ဖွင့်"
+
+#: ../gedit/gedit-commands-file.c:564
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "ဤဖိုင် \"%s\" သည် ဖတ်ဖို့ သက်သက်"
+
+#: ../gedit/gedit-commands-file.c:569
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "ဤဖိုင်ကို သိမ်းဆည်းထားပြီးထား ဖိုင်နှင့် အစားထိုးလိုပါသလား။"
+
+#: ../gedit/gedit-commands-file.c:638 ../gedit/gedit-commands-file.c:861
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "ဖိုင် သိမ်းနေသည် '%s'…"
+
+#: ../gedit/gedit-commands-file.c:746
+msgid "Save As…"
+msgstr "အသစ် သိမ်းဆည်း"
+
+#: ../gedit/gedit-commands-file.c:1075
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "စာရွက်စာတမ်းကို နဂိုအတိုင်း ပြန်လည်ပြုလုပ်ခြင်း '%s'…"
+
+#: ../gedit/gedit-commands-file.c:1120
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "မသိမ်းဆည်းထားသော စာရွက်စာတမ်း အပြောင်းအလဲကို နဂိုအတိုင်း ပြန်ပြောင်း '%s'?"
+
+#: ../gedit/gedit-commands-file.c:1129
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"နောက်ဆုံး %ld စက္ကန့် အတွင်း စာရွက်စာတမ်း အပြောင်းလဲ ပြုလုပ်ခြင်းသည် အပြီးပိုင် ပျောက်ပျက်သွားလိမ့်မည်။"
+
+#: ../gedit/gedit-commands-file.c:1138
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "နောက်ဆုံမိနစ်အတွင်း စာရွက်စာတမ်းကို အပြောင်းလဲ ပြုလုပ်ခြင်းသည် အပြီးပိုင် ပျောက်ပျက်သွားလိမ့်မည်။"
+
+#: ../gedit/gedit-commands-file.c:1144
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"နောက်ဆုံး %ld မိနစ် အတွင်း စာရွက်စာတမ်းကို အပြောင်းလဲ ပြုလုပ်ခြင်းသည် အပြီးပိုင် ပျောက်ပျက်သွားလိမ့်မည်။"
+
+#: ../gedit/gedit-commands-file.c:1154
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"နောက်ဆုံး %ld မိနစ် အတွင်း စာရွက်စာတမ်းကို အပြောင်းလဲ ပြုလုပ်ခြင်းသည် အပြီးပိုင် ပျောက်ပျက်သွားလိမ့်မည်။"
+
+#: ../gedit/gedit-commands-file.c:1169
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "နောက်ဆုံး နာရီ အတွင်း စာရွက်စာတမ်းကို အပြောင်းလဲ ပြုလုပ်ခြင်းသည် အပြီးပိုင် ပျောက်ပျက်သွားလိမ့်မည်"
+
+#: ../gedit/gedit-commands-file.c:1175
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"နောက်ဆုံး နာရီ နှင့် %Id မိနစ် အတွင်း စာရွက်စာတမ်းကို အပြောင်းလဲ ပြုလုပ်ခြင်းသည် အပြီးပိုင် "
+"ပျောက်ပျက်သွားလိမ့်မည်။"
+
+#: ../gedit/gedit-commands-file.c:1190
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"နောက်ဆုံး %Id နာရီ အတွင်း စာရွက်စာတမ်းကို အပြောင်းလဲ ပြုလုပ်ခြင်းသည် အပြီးပိုင် ပျောက်ပျက်သွားမည်"
+
+#: ../gedit/gedit-commands-file.c:1216
+msgid "_Revert"
+msgstr "_R နဂိုမူလအတိုင်း"
+
+#: ../gedit/gedit-commands-help.c:83
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit သည် GNOME Desktop အတွက် သေးငယ်ပြီး ပေါ့ပါးသော စာသား အယ်ဒီတာ ဖြစ်သည်။"
+
+#: ../gedit/gedit-commands-help.c:108
+msgid "translator-credits"
+msgstr "ဘာသာပြန်သူ-ရည်ညွှန်း"
+
+#: ../gedit/gedit-commands-search.c:111
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "တွေ့ရှိချက်များကို ရှာဖွေ ပြီး အစားထိုး %d"
+
+#: ../gedit/gedit-commands-search.c:121
+msgid "Found and replaced one occurrence"
+msgstr "တွေ့ရှိချက်များကို ရှာဖွေပြီး အစားထိုး"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" မတွေ့ပါ"
+
+#: ../gedit/gedit-document.c:1071 ../gedit/gedit-document.c:1086
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "မသိမ်းဆည်းရသေးသော စာရွက်စာတမ်း %dခု"
+
+#: ../gedit/gedit-documents-panel.c:97 ../gedit/gedit-documents-panel.c:111
+#: ../gedit/gedit-window.c:2271 ../gedit/gedit-window.c:2276
+msgid "Read-Only"
+msgstr "ဖတ်ရုံသက်သက်"
+
+#: ../gedit/gedit-documents-panel.c:780 ../gedit/gedit-window.c:3670
+msgid "Documents"
+msgstr "စာရွက်စာတမ်းများ"
+
+#: ../gedit/gedit-encodings.c:138 ../gedit/gedit-encodings.c:180
+#: ../gedit/gedit-encodings.c:182 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+msgid "Unicode"
+msgstr "ယူနီကုဒ်"
+
+#: ../gedit/gedit-encodings.c:151 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:225 ../gedit/gedit-encodings.c:268
+msgid "Western"
+msgstr "အနောက်တိုင်း"
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:227
+#: ../gedit/gedit-encodings.c:264
+msgid "Central European"
+msgstr "ဥရောပ အလယ်ပိုင်း"
+
+#: ../gedit/gedit-encodings.c:155
+msgid "South European"
+msgstr "ဥရောပ တောင်ပိုင်း"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:278
+msgid "Baltic"
+msgstr "ဘော့လ်တစ်"
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:229
+#: ../gedit/gedit-encodings.c:242 ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:266
+msgid "Cyrillic"
+msgstr "ဆီရီလစ်"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Arabic"
+msgstr "အာရဗီ"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:270
+msgid "Greek"
+msgstr "ဂရိ"
+
+#: ../gedit/gedit-encodings.c:165
+msgid "Hebrew Visual"
+msgstr "ဟီဘရူး"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:272
+msgid "Turkish"
+msgstr "တူရကီ"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Nordic"
+msgstr "နောဒစ်"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Celtic"
+msgstr "ဆဲလ်တစ်"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Romanian"
+msgstr "ရိုမေနီယန်း"
+
+#: ../gedit/gedit-encodings.c:195
+msgid "Armenian"
+msgstr "အာမေနီယန်း"
+
+#: ../gedit/gedit-encodings.c:197 ../gedit/gedit-encodings.c:199
+#: ../gedit/gedit-encodings.c:213
+msgid "Chinese Traditional"
+msgstr "တရုတ် ရိုးရာ"
+
+#: ../gedit/gedit-encodings.c:201
+msgid "Cyrillic/Russian"
+msgstr "ဆီရီလစ်/ရုရှ"
+
+#: ../gedit/gedit-encodings.c:204 ../gedit/gedit-encodings.c:206
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:238
+#: ../gedit/gedit-encodings.c:253
+msgid "Japanese"
+msgstr "ဂျပန်"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:240
+#: ../gedit/gedit-encodings.c:244 ../gedit/gedit-encodings.c:259
+msgid "Korean"
+msgstr "ကိုရီးယား"
+
+#: ../gedit/gedit-encodings.c:216 ../gedit/gedit-encodings.c:218
+#: ../gedit/gedit-encodings.c:220
+msgid "Chinese Simplified"
+msgstr "တရုတ်"
+
+#: ../gedit/gedit-encodings.c:222
+msgid "Georgian"
+msgstr "ဂျော်ဂျီယာ"
+
+#: ../gedit/gedit-encodings.c:233 ../gedit/gedit-encodings.c:274
+msgid "Hebrew"
+msgstr "ဟီဘရူး"
+
+#: ../gedit/gedit-encodings.c:250
+msgid "Cyrillic/Ukrainian"
+msgstr "ဆီရီလစ်/ယူကရိန်း"
+
+#: ../gedit/gedit-encodings.c:255 ../gedit/gedit-encodings.c:261
+#: ../gedit/gedit-encodings.c:280
+msgid "Vietnamese"
+msgstr "ဗီယက်နမ်"
+
+#: ../gedit/gedit-encodings.c:257
+msgid "Thai"
+msgstr "ထိုင်း"
+
+#: ../gedit/gedit-encodings.c:431
+msgid "Unknown"
+msgstr "အမည်မသိ"
+
+#: ../gedit/gedit-encodings-combo-box.c:276
+msgid "Automatically Detected"
+msgstr "အလိုလျောက် သိရှိ"
+
+#: ../gedit/gedit-encodings-combo-box.c:292
+#: ../gedit/gedit-encodings-combo-box.c:307
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "လက်ရှိ ဒေသန္တရ ဘာသာစကား (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:357
+msgid "Add or Remove..."
+msgstr "ပေါင်းထည့် သို့ ဖယ်ထုတ်..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "စာသားဖိုင်အားလုံး"
+
+#: ../gedit/gedit-file-chooser-dialog.c:81
+msgid "C_haracter Encoding:"
+msgstr "_H အက္ခရာ အန်ကုဒ်ဒင်း"
+
+#: ../gedit/gedit-file-chooser-dialog.c:146
+msgid "L_ine Ending:"
+msgstr "_I လိုင်းအဆုံး"
+
+#: ../gedit/gedit-file-chooser-dialog.c:165
+msgid "Unix/Linux"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:171
+msgid "Mac OS Classic"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:177
+msgid "Windows"
+msgstr ""
+
+#: ../gedit/gedit-help.c:104
+msgid "There was an error displaying the help."
+msgstr "အကူညီ ဖော်ပြခြင်း အမှား ဖြစ်နေပါသည်။"
+
+#: ../gedit/gedit-io-error-message-area.c:196
+#: ../gedit/gedit-io-error-message-area.c:201
+#: ../gedit/gedit-io-error-message-area.c:505
+#: ../gedit/gedit-io-error-message-area.c:528
+msgid "_Retry"
+msgstr "_R ပြန်ကြိုးစားပါ။"
+
+#: ../gedit/gedit-io-error-message-area.c:223
+#, c-format
+msgid "Could not find the file %s."
+msgstr "ဖိုင် %s ကိုရှာမတွေ့ပါ"
+
+#: ../gedit/gedit-io-error-message-area.c:225
+#: ../gedit/gedit-io-error-message-area.c:264
+#: ../gedit/gedit-io-error-message-area.c:271
+msgid "Please check that you typed the location correctly and try again."
+msgstr "ရိုက်ထည့်လိုက်သော တည်နေရာမှန်ကို စစ်ဆေးပြီး၊ "
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:240
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:246
+msgid "gedit cannot handle this location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:254
+msgid "The location of the file cannot be mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:258
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:262
+#, c-format
+msgid "%s is a directory."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:269
+#, c-format
+msgid "%s is not a valid location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:299
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:312
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:320
+#, c-format
+msgid "%s is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:325
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:348
+msgid "The file is too big."
+msgstr "ဖိုင်အရမ်းကြီး နေသည်"
+
+#: ../gedit/gedit-io-error-message-area.c:389
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:425
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:435
+#, c-format
+msgid "Could not revert the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:461
+msgid "Ch_aracter Encoding:"
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:512
+#: ../gedit/gedit-io-error-message-area.c:537
+#: ../gedit/gedit-io-error-message-area.c:815
+#: ../gedit/gedit-io-error-message-area.c:825
+msgid "Edit Any_way"
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:515
+#: ../gedit/gedit-io-error-message-area.c:542
+#: ../gedit/gedit-io-error-message-area.c:818
+#: ../gedit/gedit-io-error-message-area.c:830
+msgid "D_on't Edit"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:638
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:642
+msgid "You do not have the permissions necessary to open the file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:648
+msgid "gedit has not been able to detect the character encoding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:650
+#: ../gedit/gedit-io-error-message-area.c:672
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:651
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:657
+#, c-format
+msgid "There was a problem opening the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:659
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could make this document useless."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:662
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:669
+#, c-format
+msgid "Could not open the file %s using the %s character encoding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:673
+#: ../gedit/gedit-io-error-message-area.c:748
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:683
+#, c-format
+msgid "Could not open the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:743
+#, c-format
+msgid "Could not save the file %s using the %s character encoding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:746
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:845
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:859
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:918
+#: ../gedit/gedit-io-error-message-area.c:928
+#: ../gedit/gedit-io-error-message-area.c:1024
+#: ../gedit/gedit-io-error-message-area.c:1034
+msgid "S_ave Anyway"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:922
+#: ../gedit/gedit-io-error-message-area.c:932
+#: ../gedit/gedit-io-error-message-area.c:1028
+#: ../gedit/gedit-io-error-message-area.c:1038
+msgid "D_on't Save"
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:950
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:965
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1056
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1059
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1075
+msgid ""
+"gedit could not back up the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1135
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1143
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1152
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1158
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1164
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1169
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1175
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1180
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1187
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1203
+#, c-format
+msgid "Could not save the file %s."
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1247
+#, c-format
+msgid "The file %s changed on disk."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1252
+msgid "Do you want to drop your changes and reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1254
+msgid "Do you want to reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1260
+#: ../gedit/gedit-io-error-message-area.c:1271
+msgid "_Reload"
+msgstr ""
+
+#: ../gedit/gedit-panel.c:360 ../gedit/gedit-panel.c:532
+msgid "Empty"
+msgstr ""
+
+#: ../gedit/gedit-panel.c:422
+msgid "Hide panel"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "_A အကြောင်းအရာ"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr "_O ပုံစံပြင်"
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:800
+msgid "Active _Plugins:"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:825
+msgid "_About Plugin"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:829
+msgid "C_onfigure Plugin"
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:1138
+#, c-format
+msgid "Expected `%s', got `%s' for key %s"
+msgstr ""
+
+#: ../gedit/gedit-print-job.c:541
+#, c-format
+msgid "File: %s"
+msgstr ""
+
+#: ../gedit/gedit-print-job.c:550
+msgid "Page %N of %Q"
+msgstr ""
+
+#: ../gedit/gedit-print-job.c:809
+msgid "Preparing..."
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Fonts"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "He_aders and footers:"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Page header"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Print line nu_mbers"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "Print page _headers"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print synta_x highlighting"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr ""
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Number every"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Restore Default Fonts"
+msgstr ""
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "lines"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:565
+msgid "Show the previous page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:577
+msgid "Show the next page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:593
+msgid "Current page (Alt+P)"
+msgstr ""
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:616
+msgid "of"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:624
+msgid "Page total"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:625
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:642
+msgid "Show multiple pages"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:655
+msgid "Zoom 1:1"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:664
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:673
+msgid "Zoom the page in"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:682
+msgid "Zoom the page out"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:694
+msgid "_Close Preview"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:697
+msgid "Close print preview"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:767
+#, c-format
+msgid "Page %d of %d"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:951
+msgid "Page Preview"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:952
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#: ../gedit/gedit-smart-charset-converter.c:319
+msgid "It is not possible to detect the encoding automatically"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:332
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:431
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+
+#: ../gedit/gedit-style-scheme-manager.c:207
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:660
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:667
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:683
+#, c-format
+msgid "Loading %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:690
+#, c-format
+msgid "Loading %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:773
+#, c-format
+msgid "Saving %s to %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:780
+#, c-format
+msgid "Saving %s"
+msgstr ""
+
+#. Read only
+#: ../gedit/gedit-tab.c:1673
+msgid "RO"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1720
+#, c-format
+msgid "Error opening file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1725
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1730
+#, c-format
+msgid "Error saving file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1751
+msgid "Unicode (UTF-8)"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1758
+msgid "Name:"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1759
+msgid "MIME Type:"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1760
+msgid "Encoding:"
+msgstr ""
+
+#: ../gedit/gedit-tab-label.c:285
+msgid "Close document"
+msgstr ""
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "_F ဖိုင်"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "_E တည်းဖြတ်"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "_V မြင်ကွင်း"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "_S ရှာဖွေရေး"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "_T တန်ဆာပလာ"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "_D စာရွက်စာတမ်း"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "_H အကူအညီ"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "စာရွက်စာတမ်း အသစ်ဖန်တီး"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "_O ဖွင့်"
+
+#: ../gedit/gedit-ui.h:59 ../gedit/gedit-window.c:1450
+msgid "Open a file"
+msgstr "ဖိုင်ဖွင့်"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:62
+msgid "Pr_eferences"
+msgstr "_E အပြင်အဆင်များ"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Configure the application"
+msgstr ""
+
+#. Help menu
+#: ../gedit/gedit-ui.h:66
+msgid "_Contents"
+msgstr "_C မာတိကာ"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Open the gedit manual"
+msgstr "gedit သုံးစွဲနည်းလမ်းညွှန်ကို ဖွင့်ပါ"
+
+#: ../gedit/gedit-ui.h:69
+msgid "About this application"
+msgstr "ဤ အက်ပလီကေးရှင်း အကြောင်း"
+
+#: ../gedit/gedit-ui.h:73
+msgid "Leave fullscreen mode"
+msgstr "မျက်နှာပြင် အပြည့်မှ ထွက်ပါ"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save the current file"
+msgstr "လက်ရှိဖိုင်ကို သိမ်းပါ"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save _As..."
+msgstr "_A ပြောင်းသိမ်းရန်..."
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file with a different name"
+msgstr "တစ်ခြားနာမည်ဖြင့် လက်ရှိဖိုင်ကို သိမ်းဆည်း"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Revert to a saved version of the file"
+msgstr "သိမ်းဆည်းထားပြီး ဖိုင်၏ ဗားရှင်းသို့ နဂိုအသွင်ပြန်ပြောင်း"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Page Set_up..."
+msgstr "_U စာမျက်နှာ အပြင်အဆင်"
+
+#: ../gedit/gedit-ui.h:88
+msgid "Set up the page settings"
+msgstr "စာမျက်နှာပြင်ဆင်သည့် အပြင်အဆင်"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "_W စာမထုတ်မှီ မြင်ကွင်း"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr "စာမထုတ်မှီမြင်ကွင်း"
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "_P စာထုတ်"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr "လက်ရှိစာမျက်နှာကို စာထုတ်"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Undo the last action"
+msgstr "နောက်ဆုံး လုပ်ဆောင်ချက်ကို မပြုလုပ်တော့"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Redo the last undone action"
+msgstr "နောက်ဆုံး လုပ်ဆောင်ချက်ကို ပြန်လုပ်"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Cut the selection"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:103
+msgid "Copy the selection"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:105
+msgid "Paste the clipboard"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:107
+msgid "Delete the selected text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:108
+msgid "Select _All"
+msgstr "_A ားလုံး ရွေးချယ်"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Select the entire document"
+msgstr "လတ်တစ်လော စာရွက်စာတမ်းကို ရွေးချယ်"
+
+#. View menu
+#: ../gedit/gedit-ui.h:112
+msgid "_Highlight Mode"
+msgstr "_H ရောင်မျဉ်းတားခြင်း"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:115
+msgid "_Find..."
+msgstr "_F ရှာဖွေ"
+
+#: ../gedit/gedit-ui.h:116
+msgid "Search for text"
+msgstr "စာသား ရှာရန်"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Find Ne_xt"
+msgstr "_X နောက်တစ်ခု ရှာဖွေ"
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search forwards for the same text"
+msgstr "ရှေ့ဆက်၍ စာသားတူများအား ရှာပါ"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Pre_vious"
+msgstr "_V အရင်ဟာ ပြန်ရှာ"
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search backwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:122 ../gedit/gedit-ui.h:125
+msgid "_Replace..."
+msgstr "_R အစားထိုး"
+
+#: ../gedit/gedit-ui.h:123 ../gedit/gedit-ui.h:126
+msgid "Search for and replace text"
+msgstr "ရှာ၍ စာသားအစားထိုး"
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Clear Highlight"
+msgstr "_C အရောင်မျဉ်းကို ရှင်းလင်း"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Clear highlighting of search matches"
+msgstr "ကိုက်ညီသော ရှာဖွေမှုများ၏ အရောင်မျဉ်းများကို ရှင်းလင်း"
+
+#: ../gedit/gedit-ui.h:130
+msgid "Go to _Line..."
+msgstr "_L လိုင်းကိုသွားပါ"
+
+#: ../gedit/gedit-ui.h:131
+msgid "Go to a specific line"
+msgstr "လိုင်းအတိအကျကို သွားပါ"
+
+#: ../gedit/gedit-ui.h:132
+msgid "_Incremental Search..."
+msgstr "_I အဆင့်ဆင့် တိုးမြှင့် ရှာဖွေ"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Incrementally search for text"
+msgstr "စာသားအတွက် အဆင့်ဆင့် တိုးမြှင့် ရှာဖွေ"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:136
+msgid "_Save All"
+msgstr "_S အားလုံးသိမ်းဆည်း"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Save all open files"
+msgstr "ဖွင့်ထားတဲ့ ဖိုင်အားလုံး သိမ်းဆည်း"
+
+#: ../gedit/gedit-ui.h:138
+msgid "_Close All"
+msgstr "_C အားလုံးပိတ်"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Close all open files"
+msgstr "ဖွင့်ထားတဲ့ဖိုင်များ အားလုံးပိတ်"
+
+#: ../gedit/gedit-ui.h:140
+msgid "_Previous Document"
+msgstr "_P ယခင် စာရွက်စာတမ်း"
+
+#: ../gedit/gedit-ui.h:141
+msgid "Activate previous document"
+msgstr "ယခင် စာရွက်စာတမ်းကို အတည်ပြုပါ"
+
+#: ../gedit/gedit-ui.h:142
+msgid "_Next Document"
+msgstr "_N နောက်ထပ် စာရွက်စာတမ်း"
+
+#: ../gedit/gedit-ui.h:143
+msgid "Activate next document"
+msgstr "နောက်ထပ် စာရွက်စာတမ်းကို အတည်ပြုပါ"
+
+#: ../gedit/gedit-ui.h:144
+msgid "_Move to New Window"
+msgstr "_M ဝင်းဒိုးအသစ်သို့ ရွှေ့ပါ"
+
+#: ../gedit/gedit-ui.h:145
+msgid "Move the current document to a new window"
+msgstr "လက်ရှိ စာရွက်စာတမ်းအား ဝင်းဒိုးအသစ်သို့ ရွှေ့"
+
+#: ../gedit/gedit-ui.h:152
+msgid "Close the current file"
+msgstr "လက်ရှိဖိုင်ကိုပိတ်"
+
+#: ../gedit/gedit-ui.h:159
+msgid "Quit the program"
+msgstr "ပရိုဂရမ်က ထွက်"
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Toolbar"
+msgstr "_T ကိရိယာဘားတန်း"
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the toolbar in the current window"
+msgstr "လက်ရှိဝင်းဒိုးရှိ ကိရိယာဘားကို ဖော်ပြ သို့ ဝှက်ထား"
+
+#: ../gedit/gedit-ui.h:167
+msgid "_Statusbar"
+msgstr "_S အခြေအနေပြ ဘားတန်း"
+
+#: ../gedit/gedit-ui.h:168
+msgid "Show or hide the statusbar in the current window"
+msgstr "လက်ရှိ ဝင်းဒိုးမှာ ရှိတဲ့ အခြေအနေဘားတန်းကို ပြထား သို့မဟုတ် ဝှက်ထား"
+
+#: ../gedit/gedit-ui.h:171
+msgid "Edit text in fullscreen"
+msgstr "မျက်နှာပြင်ပြည့် စာသားတည်းဖြတ်"
+
+#: ../gedit/gedit-ui.h:178
+msgid "Side _Pane"
+msgstr "_P ဘေးဘက်ခြမ်း ဘောင်ကွက်"
+
+#: ../gedit/gedit-ui.h:179
+msgid "Show or hide the side pane in the current window"
+msgstr "လက်ရှိ ဝင်းဒိုးမှာရှိတဲ့ ဘေးဘက်ခြမ်း ဘောင်ကွက်ကို ပြထား သို့မဟုတ် ဝှက်ထား"
+
+#: ../gedit/gedit-ui.h:181
+msgid "_Bottom Pane"
+msgstr "_B အောက်ဘက်ခြမ်း ဘောင်ကွက်"
+
+#: ../gedit/gedit-ui.h:182
+msgid "Show or hide the bottom pane in the current window"
+msgstr "လက်ရှိ ဝင်းဒိုးမှာရှိတဲ့ အောက်ဘက်ခြမ်း ဘောင်ကွက်ကို ပြထား သို့မဟုတ် ဝှက်ထား"
+
+#: ../gedit/gedit-utils.c:1071
+msgid "Please check your installation."
+msgstr "ထည့်သွင်းတပ်ဆင်ခြင်းကို ပြန်လည်စစ်ဆေးပါ"
+
+#: ../gedit/gedit-utils.c:1140
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1160
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr ""
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1320
+#, c-format
+msgid "/ on %s"
+msgstr ""
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1218
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1228
+msgid "Match _Entire Word Only"
+msgstr "_E ကိုက်ညီသော စကားလုံး သက်သက်သာ"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1238
+msgid "_Match Case"
+msgstr "_M ကိုက်ညီသော စကားလုံး"
+
+#: ../gedit/gedit-view.c:1352
+msgid "String you want to search for"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1361
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1003
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "%s အရောင်မျဉ်းတား ပြုလုပ်ခြင်းကို အသုံးပြု"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1060 ../gedit/gedit-window.c:1972
+#: ../plugins/externaltools/tools/manager.py:121
+#: ../plugins/externaltools/tools/manager.py:419
+#: ../plugins/externaltools/tools/manager.py:529
+#: ../plugins/externaltools/tools/manager.py:844
+msgid "Plain Text"
+msgstr "စာသား သက်သက်"
+
+#: ../gedit/gedit-window.c:1061
+msgid "Disable syntax highlighting"
+msgstr "စာသား၊ စာလုံးများ အရောင်မျဉ်းတားခြင်းကို မပြုလုပ်"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1347
+#, c-format
+msgid "Open '%s'"
+msgstr "ဖွင့် '%s'"
+
+#: ../gedit/gedit-window.c:1452
+msgid "Open a recently used file"
+msgstr "လတ်တလော အသုံးပြုပြီးတဲ့ဖိုင်ကို ဖွင့်"
+
+#: ../gedit/gedit-window.c:1458
+msgid "Open"
+msgstr "ဖွင့်"
+
+#: ../gedit/gedit-window.c:1516
+msgid "Save"
+msgstr "သိမ်းဆည်း"
+
+#: ../gedit/gedit-window.c:1518
+msgid "Print"
+msgstr "စာထုတ်ရန်"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1697
+#, c-format
+msgid "Activate '%s'"
+msgstr "အတည်ပြု '%s'"
+
+#: ../gedit/gedit-window.c:1950
+msgid "Use Spaces"
+msgstr ""
+
+#: ../gedit/gedit-window.c:2021
+msgid "Tab Width"
+msgstr ""
+
+#: ../gedit/gedit-window.c:3874
+msgid "About gedit"
+msgstr "gedit အကြောင်း"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "စာလုံးအကြီးသေးပြောင်း"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "ရွေးချယ်ထားသော စာသားကို အကြီးအသေးပြောင်း"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "_H စာလုံးအကြီးသေးပြောင်း"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "_U အားလုံး စာလုံးအကြီးပြောင်း"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "ရွေးချယ်ထားသော စာသားကို စာလုံးအကြီးပြောင်း"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "_L အားလုံး စာလုံးအသေးပြောင်း"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "ရွေးချယ်ထားသော စာသားကို စာလုံးအသေးပြောင်း"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "_I စာလုံးပုံစံ နဂိုအတိုင်း ပြန်ပြောင်း"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "ရွေးချယ်ထားသော စာသားကို စာလုံးအကြီးအသေး နဂိုအတိုင်း ပြန်ပြောင်း"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "_T ခေါင်းစဉ်အကြီးအသေး"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:1
+msgid "Check for latest version of gedit"
+msgstr "gedit နောက်ဆုံးဗားရှင်းအတွက် စစ်ဆေး"
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:2
+msgid "Check update"
+msgstr "နောက်ဆုံးရ အသစ်ကို စစ်ဆေးပါ"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:246
+msgid "There was an error displaying the URI."
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:293
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:308
+msgid "_Download"
+msgstr "_D ဒေါင်းလုပ်ဆွဲချပါ"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:297
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:316
+msgid "_Ignore Version"
+msgstr "_I ဗားရှင်းကို လစ်လျူရှု"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:332
+msgid "There is a new version of gedit"
+msgstr "gedit ၏ ဗားရှင်းအသစ်များ"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:336
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update.schemas.in.h:1
+msgid "Version to ignore until the next version is released"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Document Statistics"
+msgstr "စာရွက်စာတမ်း၏ အချက်အလက်များ"
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "Bytes"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "Characters (no spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Characters (with spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Document"
+msgstr "စာရွက်စာတမ်း"
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+msgid "File Name"
+msgstr "ဖိုင်နာမည်"
+
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Lines"
+msgstr "လိုင်းများ"
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Selection"
+msgstr "ရွေးချယ်မှု"
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Words"
+msgstr "စာလုံးများ"
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "_Update"
+msgstr "_U နောက်ဆုံးရ အသစ်"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:422
+msgid "_Document Statistics"
+msgstr "_D စာရွက်စာတမ်း၏ အချက်အလက်များ"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:424
+msgid "Get statistical information on the current document"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:172
+msgid "Manage _External Tools..."
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:174
+msgid "Opens the External Tools Manager"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:178
+msgid "External _Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:180
+msgid "External tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:212
+msgid "Shell Output"
+msgstr ""
+
+#: ../plugins/externaltools/tools/capture.py:93
+#, python-format
+msgid "Could not execute command: %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:162
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:267
+msgid "Running tool:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:292
+msgid "Done."
+msgstr "ပြီးပြီ"
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Exited"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:119
+msgid "All languages"
+msgstr "ဘာသာစကား အားလုံး"
+
+#: ../plugins/externaltools/tools/manager.py:518
+#: ../plugins/externaltools/tools/manager.py:522
+#: ../plugins/externaltools/tools/manager.py:842
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All Languages"
+msgstr "ဘာသာစကား အားလုံး"
+
+#: ../plugins/externaltools/tools/manager.py:628
+msgid "New tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:759
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:810
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:812
+msgid "Type a new accelerator"
+msgstr ""
+
+#: ../plugins/externaltools/tools/outputpanel.py:105
+msgid "Stopped."
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "All documents except untitled ones"
+msgstr "ခေါင်းစဉ်မဲ့များမှ လွဲ၍ စာရွက်စာတမ်းအားလုံး"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Append to current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "စာရွက်စာတမ်းအသစ် ဖန်တီး"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "လက်ရှိ စာရွက်စာတမ်း"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "လက်ရှိ လိုင်း"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "လက်ရှိ ရွေးချယ်ထားမှု"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "လက်ရှိစာလုံး"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr "အောက်ခြေဘောင်ကွက်ကို ဖော်ပြ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr "ခေါင်းစဉ်မဲ့ စာရွက်စာတမ်း သက်သက်"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr "_E တည်းဖြတ်"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "_I အသွင်း"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "_O အထုတ်"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "_S သိမ်းဆည်း"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr "_S အတိုချုံး ကီး:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "_T ကိရိယာများ"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "တည်ဆောက်"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:235
+msgid "File System"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location to First Document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hidden (filter hidden files), binary "
+"(filter binary files) and hidden_and_binary (filter both hidden and binary "
+"files)."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:597
+msgid "_Set root to active document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:599
+msgid "Set the root to the active document location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:604
+msgid "_Open terminal here"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:606
+msgid "Open a terminal at the currently opened directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:742
+msgid "File Browser"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:873
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:876
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:886
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:891
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:895
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:899
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid "An error occurred"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1194
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1198
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1201
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1234
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1237
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1240
+msgid "If you delete an item, it is permanently lost."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1667
+msgid "(Empty)"
+msgstr "(အလွတ်)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3305
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3544
+msgid "file"
+msgstr "ဖိုင်"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3568
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3597
+msgid "directory"
+msgstr "ဖိုင်လမ်းကြောင်း"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3617
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:709
+msgid "Bookmarks"
+msgstr "မှတ်တမ်းမှတ်ရာများ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:790
+msgid "_Filter"
+msgstr "_F စီစစ်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:795
+msgid "_Move to Trash"
+msgstr "_M အမှိုက်ပုံးထဲသို့ ရွှေ့"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:796
+msgid "Move selected file or folder to trash"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:798
+msgid "_Delete"
+msgstr "_D ဖျက်ပစ်ပါ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:799
+msgid "Delete selected file or folder"
+msgstr "ရွေးချယ်ထားပြီးသော ဖိုင် သို့ ဖိုလ်ဒါကို ဖျက်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:806
+msgid "Open selected file"
+msgstr "ရွေးထားပြီးသား ဖိုင်ကို ဖွင့်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:812
+msgid "Up"
+msgstr "အပေါ်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:813
+msgid "Open the parent folder"
+msgstr "မူရင်း ဖိုလ်ဒါကိုဖွင့်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:818
+msgid "_New Folder"
+msgstr "_N ဖိုလ်ဒါအသစ်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:819
+msgid "Add new empty folder"
+msgstr "ဖိုလ်ဒါအလွတ်ကို ပေါင်းထည့်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "New F_ile"
+msgstr "_I ဖိုင်အသစ်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:822
+msgid "Add new empty file"
+msgstr "ဖိုင် အလွတ်ကို ပေါင်းထည့်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+msgid "_Rename"
+msgstr "_R အမည်ပြန်ပေး"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:828
+msgid "Rename selected file or folder"
+msgstr "ရွေးချယ်ထားသော ဖိုင် သို့ ဖိုလ်ဒါကို အမည်ပြန်ပေး"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:834
+msgid "_Previous Location"
+msgstr "_P နေရာအဟောင်း"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:836
+msgid "Go to the previous visited location"
+msgstr "ရောက်ခဲ့သော နေရာဟောင်းကို ပြန်သွား"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:838
+msgid "_Next Location"
+msgstr "_N နောက်ထပ် နေရာအသစ်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:839
+msgid "Go to the next visited location"
+msgstr "နောက်ထပ် သွားမည့် နေရာကို သွား"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:840
+msgid "Re_fresh View"
+msgstr "_F မြင်ကွင်းကို ပြန်လည်ပြုလုပ်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:841
+msgid "Refresh the view"
+msgstr "မြင်ကွင်းကို ပြန်လည်ပြုလုပ်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:842
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:860
+msgid "_View Folder"
+msgstr "_V ဖိုလ်ဒါကို ပြ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:843
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:861
+msgid "View folder in file manager"
+msgstr "ဖိုင် မန်နေဂျာထဲမှာ ဖိုလ်ဒါကိုပြ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:850
+msgid "Show _Hidden"
+msgstr "_H ဝှက်ထားတာကို ဖော်ပြ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:851
+msgid "Show hidden files and folders"
+msgstr "ဝှက်ထားသော ဖိုင် နှင့် ဖိုလ်ဒါများကို ဖော်ပြ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:853
+msgid "Show _Binary"
+msgstr "_B ဘိုင်နရီကို ဖော်ပြ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:854
+msgid "Show binary files"
+msgstr "ဘိုင်နရီ ဖိုင်များကို ဖော်ပြ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:986
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:995
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1016
+msgid "Previous location"
+msgstr "နေရာဟောင်း"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:988
+msgid "Go to previous location"
+msgstr "နေရာဟောင်းကို ပြန်သွား"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:990
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1011
+msgid "Go to a previously opened location"
+msgstr "ဖွင့်ထားခဲ့သော နေရာဟောင်းကို ပြန်သွား"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1007
+msgid "Next location"
+msgstr "နောက်ထပ် နေရာ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1009
+msgid "Go to next location"
+msgstr "နောက်ထပ် နေရာကို သွား"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1221
+msgid "_Match Filename"
+msgstr "_M ကိုက်ညီသော ဖိုင်နာမည်"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2123
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2203
+#, c-format
+msgid "Could not open media: %s"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2250
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive Python console standing in the bottom panel"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:50
+msgid "Python Console"
+msgstr ""
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "_O ကွန်မန့် အရောင်"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "_E အရောင် အမှား"
+
+#. ex:ts=8:et:
+#: ../plugins/quickopen/quickopen/popup.py:35
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:1
+msgid "Quick Open"
+msgstr "အမြန်ဖွင့်"
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:69
+msgid "Quick open"
+msgstr "အမြန်ဖွင့်"
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:70
+msgid "Quickly open documents"
+msgstr "စာရွက်စာတမ်းများကို အမြန်ဖွင့်"
+
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "ဖိုင်များကို အမြန်ဖွင့်"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often-used pieces of text in a fast way"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+#: ../plugins/snippets/snippets/Document.py:58
+msgid "Snippets"
+msgstr "အချက်အလက်အတိုထွာများ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Activation"
+msgstr "အတည်ပြုခြင်း"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "အချက်အလက်အတိုထွာများ အသစ်ဖန်တီး"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:412
+msgid "Delete selected snippet"
+msgstr "ရွေးထားသော အချက်အလက်အတိုထွာကို ဖျက်ပစ်"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Export selected snippets"
+msgstr "ရွေးထားသော အချက်အလက်အတိုထွာများကို ထုတ်လုပ်"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:800
+msgid "Import snippets"
+msgstr "အချက်အလက်အတိုထွာများကို ထည့်သွင်း"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr "_H အတိုချုံး ကီး"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:689
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Snippets Manager"
+msgstr "ကုဒ်မှတ်စု မန်နေဂျာ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Drop targets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr "_S ကုဒ်မှတ်စုတိုများ:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/WindowHelper.py:130
+msgid "Manage _Snippets..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/WindowHelper.py:131
+msgid "Manage snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:46
+msgid "Snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:71
+msgid "Add a new snippet..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:121
+msgid "Global"
+msgstr "အထွေထွေ"
+
+#: ../plugins/snippets/snippets/Manager.py:409
+msgid "Revert selected snippet"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/Manager.py:682
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain letters or a "
+"single (non-alphanumeric) character like: {, [, etc."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:779
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:786
+msgid "Import successfully completed"
+msgstr "အောင်မြင်စွာ ထည့်သွင်းပြီးပြီ"
+
+#: ../plugins/snippets/snippets/Manager.py:805
+#: ../plugins/snippets/snippets/Manager.py:891
+#: ../plugins/snippets/snippets/Manager.py:954
+msgid "All supported archives"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:806
+#: ../plugins/snippets/snippets/Manager.py:892
+#: ../plugins/snippets/snippets/Manager.py:955
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:807
+#: ../plugins/snippets/snippets/Manager.py:893
+#: ../plugins/snippets/snippets/Manager.py:956
+msgid "Bzip2 compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:808
+msgid "Single snippets file"
+msgstr "ကုဒ်မှတ်စု ဖိုင်တစ်ဖိုင်"
+
+#: ../plugins/snippets/snippets/Manager.py:809
+#: ../plugins/snippets/snippets/Manager.py:895
+#: ../plugins/snippets/snippets/Manager.py:958
+msgid "All files"
+msgstr "ဖိုင်တွေအားလုံး"
+
+#: ../plugins/snippets/snippets/Manager.py:821
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:825
+msgid "Export successfully completed"
+msgstr "အောင်မြင်စွာ ထုတ်ပြီးပြီ"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:865
+#: ../plugins/snippets/snippets/Manager.py:932
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:880
+#: ../plugins/snippets/snippets/Manager.py:950
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:885
+#: ../plugins/snippets/snippets/Manager.py:923
+msgid "Export snippets"
+msgstr "ကုဒ်မှတ်စုကို ထုတ်"
+
+#: ../plugins/snippets/snippets/Manager.py:1062
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "shortcut အသစ်ရိုက်ပါ၊ သို့ ရှင်းလင်းရန် Backspace ကို နှိပ်ပါ"
+
+#: ../plugins/snippets/snippets/Manager.py:1064
+msgid "Type a new shortcut"
+msgstr "shortcut အသစ်ရိုက်ပါ"
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "ဖိုင်ထုပ် \"%s\" ကို ဖန်တီးလို့ မရနိုင်ပါ"
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "ရည်ညွှန်းရာ ဖိုင်လမ်းကြောင်း \"%s\" မရှိပါ"
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "ရည်ညွှန်းရာ ဖိုင်လမ်းကြောင်း \"%s\" မရှိပါ"
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "ဖိုင် \"%s\" မရှိပါ"
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "ဤဖိုင် \"%s\"သည် အကျုံးဝင်သော အတိုထွာဖိုင် မဟုတ်ပါ"
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "သွင်းလိုက်သော ဖိုင် \"%s\" သည် အကျုံးဝင်သော ကုဒ်မှတ်စုဖိုင် မဟုတ်ပါ"
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "ဤအချက်အလက်အစုဝေး \"%s\" အား ဖြန့်မထုတ်နိုင်ပါ"
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "အောက်ပါဖိုင်များကို ထည့်သွင်း၍ မရနိုင်ပါ: %s"
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "ဤဖိုင် \"%s\" သည် အတိုချုံး အချက်အလက်အစုဝေး အဖြစ် အကျုံးမဝင်ပါ "
+
+#: ../plugins/snippets/snippets/Placeholder.py:594
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:602
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python command (%s) လုပ်ဆောင်မှု မအောင်မြင်ပါ: %s"
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr "_O စီပါ..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr "လက်ရှိ စာရွက်စာတမ်း သို့မဟုတ် ရွေးချယ်ထားတာကို စီပါ"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr "စီပါ"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "စာရွက်စာတမ်း သို့မဟုတ် ရွေးချယ်ထားတဲ့ စာသားကို စီပါ"
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr "_E ထပ်နေတာတွေ ဖယ်ထုတ်"
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr "_T ကော်လံမှ စ"
+
+#: ../plugins/sort/sort.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr "စီထားသော လုပ်ဆောင်မှုကို နောက်ပြန်လုပ်၍ မရတော့ပါ"
+
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr "_I အကြီးသေး လစ်လျူရှု"
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr "_R ပြောင်းပြန် အစီအစဉ်"
+
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr "_S _စီပါ"
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:455
+msgid "(no suggested words)"
+msgstr "(အကြံပြုချက်စာလုံးမရှိ)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "_M ထပ်ပြီး. . ."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "_I အားလုံး လစ်လျူရှု"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "_A ပေါင်းထည့်ရန်"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "_S စာလုံးပေါင်း အကြံပြုချက်များ. . ."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:270
+msgid "Check Spelling"
+msgstr "စာလုံးပေါင်းစစ်"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:281
+msgid "Suggestions"
+msgstr "အကြံပြုချက်များ"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:562
+msgid "(correct spelling)"
+msgstr "(စာလုံးပေါင်းအမှန်ပြင်)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:705
+msgid "Completed spell checking"
+msgstr "စာလုံးပေါင်း စစ်ပြီးပြီ"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:285
+#: ../plugins/spell/gedit-spell-checker-language.c:291
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:300
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "မသိ(%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:406
+msgctxt "language"
+msgid "Default"
+msgstr "မူရင်းအတိုင်း"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:141
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "ဘာသာစကား ပြင်ဆင်"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:196
+msgid "Languages"
+msgstr "ဘာသာစကားများ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:86
+msgid "_Check Spelling..."
+msgstr "_C စာလုံးပေါင်းစစ်"
+
+#: ../plugins/spell/gedit-spell-plugin.c:88
+msgid "Check the current document for incorrect spelling"
+msgstr "လက်ရှိစာရွက်စာတမ်းရှိ စာလုံးပေါင်းအမှားတွေကို စစ်ဆေး"
+
+#: ../plugins/spell/gedit-spell-plugin.c:94
+msgid "Set _Language..."
+msgstr "_L ဘာသာစကားရွေး"
+
+#: ../plugins/spell/gedit-spell-plugin.c:96
+msgid "Set the language of the current document"
+msgstr "လက်ရှိ စာရွက်စာတမ်း၏ ဘာသာစကားကိုရွေး"
+
+#: ../plugins/spell/gedit-spell-plugin.c:105
+msgid "_Autocheck Spelling"
+msgstr "_A အလိုအလျောက် စာလုံးပေါင်းစစ်"
+
+#: ../plugins/spell/gedit-spell-plugin.c:107
+msgid "Automatically spell-check the current document"
+msgstr "လက်ရှိ စာရွက်စာတမ်းအား အလိုအလျောက် စာလုံးပေါင်းစစ်"
+
+#: ../plugins/spell/gedit-spell-plugin.c:752
+msgid "The document is empty."
+msgstr "စာရွက်စာတမ်း အလွတ်ဖြစ်ပါတယ်"
+
+#: ../plugins/spell/gedit-spell-plugin.c:782
+msgid "No misspelled words"
+msgstr "စာလုံးပေါင်းမှားနေတယ်"
+
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "_L လက်ရှိ စာရွက်စာတမ်း၏ ဘာသာစကားကိုရွေးပါ"
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Add w_ord"
+msgstr "_O စာလုံးပေါင်းထည့်"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Cha_nge"
+msgstr "_N ပြောင်း_n"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "Change A_ll"
+msgstr "_L အားလုံးပြောင်း"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "_T သို့ ပြောင်း:"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "_W စာလုံးကို စစ်ဆေး"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Check spelling"
+msgstr "စာလုံးပေါင်းစစ်"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Ignore _All"
+msgstr "_A အားလုံး ဒီတိုင်းထား"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Language"
+msgstr "ဘာသာစကား"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Language:"
+msgstr "ဘာသာစကား:"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Misspelled word:"
+msgstr "စကားလုံး အမှား:"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "အသုံးပြုသူ အဘိဓာန်:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "_Ignore"
+msgstr "_I လစ်လျူရှု"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "_Suggestions:"
+msgstr "_S အကြံပြုချက်များ:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "word"
+msgstr "စကားလုံး"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "လက်ရှိ စာရွက်စာတမ်း၏ စာလုံးပေါင်းကို စစ်ဆေး"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "စာလုံးပေါင်း စစ်ဆေးသည့် အရာ"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:98
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:694
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:710
+msgid "Tags"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:605
+msgid "Select the group of tags you want to use"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:624
+msgid "_Preview"
+msgstr "_P ကြိုတင်ကြည့်ရှု"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:691
+msgid "Available Tag Lists"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "အတိုချုံးပုံစံ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "အတိုချုံး"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "အပေါ်ဘက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "အသုံးပြုနိုင်သော ကီးအက္ခရာများ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "အတိုကောက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "ညှိ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "အက္ခရာ ညှိ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "စာရေးသူ၏ သတင်းအချက်အလက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "နောက်ခံအရောင်"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr "နောက်ခံ အရောင်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "စာလုံးထူ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "အနားသတ်"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "အနားသတ် အရောင်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "အလယ်"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr "စစ်ဆေးပြီး အခြေအနေ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr "ရည်ညွှန်းကိုးကားချက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr "ပြောင်းလဲမှုအတွက် ရည်ညွှန်းကိုးကား အကြောင်းပြချက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "ရွေးထားသော လင့်ခ်၏ အရောင်"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "ကော်လံများ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "မှတ်ချက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr ""
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr ""
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "ဖျက်ပြီးသား စာသား"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "ဉီးတည်ရာ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "ဖိုင်လမ်းကြောင်း စာရင်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "စာရွက်စာတမ်း ကိုယ်ထည်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "စာရွက်စာတမ်း ခေါင်းကြီးပိုင်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "စာရွက်စာတမ်း ခေါင်းစဉ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "စာရွက်စာတမ်း အမျိုးအစား"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr "ဖောင့်ပုံစံ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr "ဖောင့်ပုံစံ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "အမည်တပ်ခြင်း အတွက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr "လိုင်းခြားနားခြင်း မဖြစ်မနေလုပ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "ဖောင်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr "ဖောင်အသွင်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr "ဖောင် အသွင်းပုံစံ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr "ဖောင် နည်းလမ်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "ရှေ့သို့သွားမည့် လင့်ခ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "ဘောင်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame border"
+msgstr "ဘောင် အနားသတ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frame spacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Frameset columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Generic span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Header cell IDs"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Height"
+msgstr "အမြင့်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "Horizontal space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "I18N BiDi override"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image"
+msgstr "ပုံရိပ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map"
+msgstr "ပုံရိပ်မြေပုံ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map area"
+msgstr "ပုံရိပ်မြေပုံ ဧရိယာ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image map name"
+msgstr "ပုံရိပ် မြေပုံ အမည်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Image source"
+msgstr "ပုံရိပ် အရင်းမြစ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Inserted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Italic text"
+msgstr "စာလုံး အစောင်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Java applet"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Java applet (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Language code"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Large text style"
+msgstr "စာလုံးစတိုင် အကြီး"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Layer"
+msgstr "အလွှာ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "Link color"
+msgstr "လင့်ခ် အရောင်"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "Link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List item"
+msgstr "စာရင်းအချက်အလက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of MIME types for file upload"
+msgstr "ဖိုင်တင်ရန် MIME အမျိုးစားများ စာရင်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "List of supported character sets"
+msgstr "လက်ခံသော အက္ခရာအစုဝေး စာရင်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Listing"
+msgstr "စာရင်းပြုခြင်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Local change to font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long description link"
+msgstr "ဖော်ပြချက်ရှည်လျားသော လင့်ခ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+msgid "Mail link"
+msgstr "မေးလ် လင့်ခ်"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "Margin pixel height"
+msgstr ""
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Marquee"
+msgstr "ရွေ့လျားလှုပ်ရှား"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "Maximum length of text field"
+msgstr "စာသားနေရာ၏ အမြင့်ဆုံး အရှည်"
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "Menu list"
+msgstr "မီနျူး စာရင်း"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Menu list (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multicolumn"
+msgstr "ကော်လံစုံ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Multiple"
+msgstr "အမျိုးမျိုး"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Name"
+msgstr "အမည်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No layers"
+msgstr "အလွှာများ မရှိ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No resize"
+msgstr "ဆိုက်ဒ်ပြန်ပြောင်းခြင်း မရှိ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "No shade"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No shade (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+msgid "No word wrap"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "No word wrap (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Non-breaking space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Note"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Object applet file"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object applet file (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnChange event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Option selector"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Ordered list"
+msgstr "အစီအစဉ်တကျ စာရင်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Output media"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph"
+msgstr "စာပိုဒ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Preformatted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Push button"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Quote"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Range"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Reduced spacing"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reduced spacing (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Reverse link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rows"
+msgstr "အတန်းများ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Scope covered by header cells"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script language name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Script statements"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Scrollbar"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selectable option"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Selected"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Shape"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+msgid "Size"
+msgstr "ဆိုက်ဒ်"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Size (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Small text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Sound"
+msgstr "အသံ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Source"
+msgstr "အရင်းမြစ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Space-separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Standby load message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:267
+msgid "Starting sequence number"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Starting sequence number (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:270
+msgid "Strike-through text"
+msgstr "စာလုံးပေါ်ရှိ ကန့်လန့်ဖြတ် မျဉ်း"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:273
+msgid "Strike-through text style"
+msgstr "စာသား ကန့်လန့်ဖြတ် မျဉ်း"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strike-through text style (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Subscript"
+msgstr "အောက်ခြေစာလုံးသေး"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Superscript"
+msgstr "အပေါ်ဘက် စာလုံးသေး"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table"
+msgstr "ဇယားကွက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table body"
+msgstr "ဇယားကွက် ကိုယ်ထည်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table caption"
+msgstr "ဇယားကွက် ခေါင်းစဉ်ကြီး"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column group properties"
+msgstr "ဇယားကွက် ကော်လံအုပ်စု၏ ဂုဏ်သတ္တိ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table column properties"
+msgstr "ဇယားကွက် ကော်လံ၏ ဂုဏ်သတ္တိ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table data cell"
+msgstr "ဇယားကွက် အချက်အလက် ဆဲလ်အကွက်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table footer"
+msgstr "ဇယားကွက် အောက်ခြေ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header"
+msgstr "ဇယားကွက် ခေါင်းစဉ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table header cell"
+msgstr "ဇယားကွက် ဆဲလ်အကွက်၏ ခေါင်းစဉ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table row"
+msgstr "ဇယားကွက် အတန်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Table summary"
+msgstr "ဇယားကွက် အကျဉ်းချုပ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text"
+msgstr "စာသား"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:298
+msgid "Text color"
+msgstr "စာသား အရောင်"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Title"
+msgstr "ခေါင်းကြီး"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "Top margin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "URL"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Underlined text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Unordered list"
+msgstr "အစီစဉ်တကျ မဟုတ်သော စာရင်း"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value"
+msgstr "တန်ဖိုး"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:312
+msgid "Vertical space"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Vertical space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:315
+msgid "Visited link color"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Visited link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "Width"
+msgstr "အကျယ်"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:319
+msgid "XHTML 1.0 - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "အောက်ခြေမှတ်စု"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "သကေင်္တ <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "သကေင်္တ <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "သကေင်္တ >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "သကေင်္တ >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "သကေင်္တ နှင့်"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol em-dash ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol en-dash --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert commonly used tags/strings into a "
+"document without having to type them."
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "နဂိုမူရင်း"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "ကိုယ်တိုင်"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "In_sert Date and Time..."
+msgstr "_S နေ့ရက်နှင့် အချိန်ထည့်"
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "Insert current date and time at the cursor position"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:613
+msgid "Available formats"
+msgstr "ရရှိနိုင်သော ပုံစံများ"
+
+#: ../plugins/time/gedit-time-plugin.c:766
+msgid "Configure insert date/time plugin..."
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "နေ့ရက်/အချိန် ထည့်"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr ""
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:4
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:6
+msgid "01/11/2009 17:52:00"
+msgstr "၀၁/၁၁/၂၀၀၉ ၁၇:၅၂:၀၀"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+msgid "Insert Date and Time"
+msgstr "နေ့ရက်နှင့် အချိန်ထည့်"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+msgid "Use the _selected format"
+msgstr "_S ရွေးထားတဲ့ ပုံစံကိုသုံး"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "_I ထည့်ရန်"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:8
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:11
+msgid "_Use custom format"
+msgstr "_U ကိုယ်ပိုင် ပုံစံအသုံးပြု"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:7
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:9
+msgid "When inserting date/time..."
+msgstr ""
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "_Prompt for a format"
+msgstr "_P ပုံစံအတွက် ပြသ"
diff --git a/po/nb.po b/po/nb.po
new file mode 100644
index 0000000..22833a1
--- /dev/null
+++ b/po/nb.po
@@ -0,0 +1,3494 @@
+# Norwegian bokmål translation of gedit.
+# Copyright (C) 1998-2004, 2005 Free Software Foundation, Inc.
+#
+# Kjartan Maraas <kmaraas@gnome.org>, 1998-2020.
+# Terance Edward Sola <terance@lyse.net>, 2005.
+# Sigurd Gartmann <sigurd-translate@brogar.org>, 2005.
+# Torstein Adolf Winterseth <kvikende@fsfe.org>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 3.38.x\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-10-09 06:05+0000\n"
+"PO-Revision-Date: 2020-11-30 15:30+0100\n"
+"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
+"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
+"Language: nb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Rediger tekstfiler"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit er tekstredigeringsprogrammet for skrivebordsmiljøet GNOME"
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr "Det første målet for gedit er å være enkel å bruke, med et enkelt grensesnitt som standard. Mer avanserte funksjoner kan gjøres tilgjengelig ved å slå på tillegg."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Tekstredigering"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Tekst;Redigering;Vanlig tekst;Skriv;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Nytt vindu"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Nytt dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Bruk forvalgt skrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Om systemets forvalgte skrift med fast bredde skal brukes ved redigering av "
+"tekst i stedet for en spesifikk skrift for gedit. Hvis dette valget er slått "
+"av, brukes skriften som er valgt i «Skrift for redigering» i stedet."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Skrift for redigering"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"En egendefinert skrift som skal brukes i redigeringsområdet. Denne blir bare "
+"brukt hvis «Bruk forvalgt skrift» er slått av."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stilutvalg"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID for et GtkSourceView-stilutvalg som brukes til å farge teksten."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Lag sikkerhetskopier"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Hvorvidt gedit skal lage sikkerhetskopier for filer som lagres."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automatisk lagring"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Om gedit skal lagre endrede filer automatisk etter et tidsintervall. Du kan "
+"velge tidsintervall med valget «Intervall for automatisk lagring»."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Intervall for automatisk lagring"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Antall minutter før gedit lagrer endrede filer automatisk. Dette blir bare "
+"brukt hvis «Automatisk lagring» er slått på."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maksimalt antall angrehandlinger"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maksimalt antall handlinger som gedit kan angre eller gjenopprette. Bruk "
+"«-1» for ubegrenset antall handlinger."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Modus for linjebryting"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Bestemmer hvordan lange linjer skal brytes i redigeringsområdet. Bruk «none» "
+"hvis du ikke vil ha bryting, «word» hvis du vil ha bryting ved ordgrenser og "
+"«char» hvis du vil ha bryting på tegnnivå. Merk at det skilles mellom store "
+"og små bokstaver. Sørg for at du oppgir verdier nøykatig slik de beskrives "
+"her."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Forrige valg av delingsmodus for linjebrytingsmodus"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Bestemmer siste delingsmodus som ble brukt med linjebrytingsmodus, slik at "
+"valget for delingsmodus huskes når brytingsmodus er slått av. Bruk «word» "
+"for å bryte ved ordgrenser, og «char» for å bryte ved grense på individuelle "
+"tegn."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Fanestørrelse"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Bestemmer antall mellomrom som vises i stedet for tabulatorer."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Sett inn mellomrom"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Om gedit skal sette inn mellomrom i stedet for tabulator."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatisk innrykk"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Om gedit skal bruke automatisk innrykk."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Vis linjenummer"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Om gedit skal vise linjenummer i redigeringsområdet."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Uthev gjeldende linje"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Om gedit skal utheve gjeldende linje."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Uthev tilhørende hakeparantes"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Om gedit skal utheve hakeparanteser som hører sammen."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Vis høyre marg"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Om gedit skal vise høyre marg i redigeringsområdet."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Plassering av høyre marg"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Bestemmer posisjon for høyre marg."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Mønstertype for dokumentbakgrunn"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Hvorvidt dokumentet skal ha et bakgrunnsmønster."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Smart home/end"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Bestemmer hvordan markøren beveger seg når HOME- og END-tastene brukes. Bruk "
+"«disabled» for alltid å gå til start/slutt av linjen, «after» for å gå til "
+"start/slutt av linjen første gang tasten brukes, og start/slutt av teksten "
+"uavhengig av tomrom andre gang tasten trykkes, «before» for å gå til start/"
+"slutt av teksten før start/slutt av linjen, og «always» for alltid å gå til "
+"start/slutt av teksten i stedet for start/slutt av linjen."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Gjenopprett forrige markørposisjon"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Om gedit skal gjenopprette tidligere markørposisjon når et dokument lastes "
+"inn."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Slå på syntaksutheving"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Om gedit skal bruke automatisk syntaksutheving."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Slå på utheving ved søk"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Om gedit skal utheve tekst i søket."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Sikre slutt med linjeskift"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Hvorvidt gedit skal sikre at dokumenter alltid slutter med linjeskift."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Vis faner i notisblokk"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Bestemmer når notisblokkfaner skal vises. Bruk «never» hvis du ikke vil ha "
+"faner, «always» hvis du alltid vil se faner, og «auto» hvis du bare vil se "
+"faner hvis det finnes flere enn én fane. Merk at det skilles mellom store og "
+"små bokstaver. Sørg for at du oppgir verdier nøyaktig slik de beskrives her."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Statuslinjen er synlig"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Om statuslinjen nederst i redigeringsvinduet skal være synlig."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Sidelinjen er synlig"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Om sidelinjen til venstre i redigeringsvinduet skal være synlig."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Skriv ut syntaksutheving"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Om gedit skal ta med en syntaksutheving ved utskrift av dokumenter."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Skriv ut topptekst"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Om gedig skal ta med en topptekst ved utskrift av dokumenter."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Linjebrytingsmodus ved utskrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Bestemmer hvordan linjer skal brytes ved utskrift. Bruk «none» hvis du ikke "
+"ønsker bryting, «word» hvis du ønsker bryting ved ordgrenser og «char» hvis "
+"du ønsker bryting på tegnnivå. Merk at det skilles mellom store og små "
+"bokstaver. Sørg for at du oppgir verdier nøyaktig slik de beskrives her."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Skriv ut linjenummer"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Hvis verdien er 0, settes ikke linjenummer inn ved utskrift av et dokument. "
+"Ellers skriver gedit ut linjenummer ved verdiens antall linjer."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Skrift for dokumentinnhold ved utskrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Bestemmer hvilken skrift som skal brukes for dokumentinnhold ved utskrift."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Skrift for topptekst ved utskrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Bestemmer hvilken skrift som skal brukes for topptekst ved utskrift av et "
+"dokument. Denne blir bare brukt hvis «Skriv ut topptekst» er slått på."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Skrift for linjenummer ved utskrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Bestemmer hvilken skrift som skal brukes for linjenummer ved utskrift. Denne "
+"blir bare brukt hvis «Skriv ut linjenummer» ikke er null."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Venstre marg"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Venstre marg i millimeter"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Toppmarg"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Toppmarg i millimeter"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Høyre marg"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Høyre marg i millimeter"
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Bunnmarg"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Bunnmarg i millimeter"
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kandidater for tegnkoding"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Liste med kandidater for kodinger som vises i tegnkodingsmenyen i filvelger "
+"for åpne/lagre. «CURRENT» representerer aktiv koding av locale. Bare "
+"gjenkjente kodinger vil bli brukt. Forvalgt verdi er en tom liste, og gedit "
+"vil velge gode forvalg avhengig av land og språk."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktive programtillegg"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Liste med aktive tillegg."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Vis programmets versjon"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Vis liste med mulige verdier for kodingsalternativet"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Velg tegnkoding som skal brukes for å åpne filer gitt via kommandolinjen"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Lag et nytt toppvindu i en eksisterende instans av gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Lag et nytt dokument i en eksisterende instans av gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Åpne filer og blokker prosessen til filene er lukket"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Kjør gedit i frittstående modus"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FIL …] [+LINJE[:KOLONNE]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Det oppsto en feil under visning av hjelp."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ugyldig koding."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Lukk _uten å lagre"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "A_vbryt"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Lagre _som …"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Lagre"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Hvis du ikke lagrer, går endringer som er utført det siste %ld sekundet tapt."
+msgstr[1] ""
+"Hvis du ikke lagrer, går endringer som er utført de siste %ld sekundene tapt."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Hvis du ikke lagrer, går endringer som er utført det siste minuttet tapt."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Hvis du ikke lagrer, går endringer som er utført det siste minuttet og %ld "
+"sekundet tapt."
+msgstr[1] ""
+"Hvis du ikke lagrer, går endringer som er utført det siste minuttet og %ld "
+"sekundene tapt."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Hvis du ikke lagrer, går endringer som er utført det siste %ld minuttet tapt."
+msgstr[1] ""
+"Hvis du ikke lagrer, går endringer som er utført de siste %ld minuttene tapt."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Hvis du ikke lagrer, går endringer som er utført den siste timen tapt."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Hvis du ikke lagrer, går endringer som er utført den siste timen og %d "
+"minuttet tapt."
+msgstr[1] ""
+"Hvis du ikke lagrer, går endringer som er utført den siste timen og %d "
+"minuttene tapt."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Hvis du ikke lagrer, går endringer som er utført den siste %d timen tapt."
+msgstr[1] ""
+"Hvis du ikke lagrer, går endringer som er utført de siste %d timene tapt."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Vil du lagre endringer i «%s» før programmet lukkes?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Det finnes %d dokument med endringer som ikke er lagret. Vil du lagre "
+"endringer før dokumentet lukkes?"
+msgstr[1] ""
+"Det finnes %d dokumenter med endringer som ikke er lagret. Vil du lagre "
+"endringer før dokumentene lukkes?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "V_elg hvilke dokumenter du vil lagre:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Hvis du ikke lagrer, går alle endringer tapt."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Laster fil «%s» …"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Åpner %d fil …"
+msgstr[1] "Åpner %d filer …"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Filen «%s» er skrivebeskyttet."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Vil du prøve å erstatte den med filen du lagrer?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "E_rstatt"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Lagre filen med komprimering?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Lagre filen som ren tekst?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Filen «%s» var lagret som ren tekst, og blir nå lagret i komprimert format."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Lagre med komprimering"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Filen «%s» var lagret i komprimert format, og blir nå lagret som ren tekst."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Lagre som vanlig tekst"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Lagrer fil «%s» …"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Lagre som"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Forkaster endringer i «%s» …"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Vil du forkaste ikke-lagrede endringer i «%s»?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Endringer som er utført i dokumentet det siste %ld sekundet går tapt."
+msgstr[1] ""
+"Endringer som er utført i dokumentet de siste %ld sekundene går tapt."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Endringer som er utført i dokumentet det siste minuttet går tapt."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Endringer som er utført i dokumentet det siste minuttet og %ld sekundet går "
+"tapt."
+msgstr[1] ""
+"Endringer som er utført i dokumentet det siste minuttet og %ld sekundene går "
+"tapt."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Endringer som er utført i dokumentet det siste %ld minuttet går tapt."
+msgstr[1] ""
+"Endringer som er utført i dokumentet de siste %ld minuttene går tapt."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Endringer som er utført i dokumentet den siste timen går tapt."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Endringer som er utført i dokumentet den siste timen og %d minuttet går tapt."
+msgstr[1] ""
+"Endringer som er utført i dokumentet den siste timen og %d minuttene går "
+"tapt."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Endringer som er utført i dokumentet den siste %d timen går tapt."
+msgstr[1] "Endringer som er utført i dokumentet de siste %d timene går tapt."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "Fo_rkast"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit er en liten og lett tekstbehandler for GNOME skrivebordsmiljøet"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Kjartan Maraas <kmaraas@gnome.org>\n"
+"Torstein Adolf Winterseth <kvikende@fsfe.org>\n"
+"Åka Sikrom <a4NOSPAMPLEASETHANKYOU@hush.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Fant og erstattet %d oppføring"
+msgstr[1] "Fant og erstattet %d oppføringer"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Fant og erstattet én oppføring"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "Fant ikke «%s»"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Dokument uten tittel %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Fanegruppe %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Skrivebeskyttet"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automatisk gjenkjent"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Legg til eller fjern …"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Gjeldende region (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (gjeldende locale)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Vil du virkelig nullstille brukervalg for tegnkoding?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Nullstill"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Legg til"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Fjern"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Flytt til en høyere prioritet"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Flytt til en lavere prioritet"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Alle filer"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Alle tekstfiler"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Tegn_koding:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Slutt på l_inje:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Åpne filer"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Åpne"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Vanlig tekst"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "P_røv igjen"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Fant ikke filen «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Kontroller at du skrev inn adressen korrekt, og prøv igjen."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "«%s»-adresser kan ikke håndteres."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Denne adressen kan ikke håndteres."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Du har ikke tilgang til filen."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "«%s» er en mappe."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "«%s» er en ugyldig adresse."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Fant ikke vert «%s». Kontroller at du har satt opp mellomtjener korrekt, og "
+"prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Vertsnavnet er ugyldig. Kontroller at du skrev inn adressen korrekt, og prøv "
+"igjen."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "«%s» er ikke en vanlig fil."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Tidsavbrudd for tilkobling. Prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Uventet feil: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Fant ikke forespurt fil. Den kan ha blitt slettet nylig."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Klarte ikke å forkaste endringer i «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Te_gnkoding:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Redi_ger likevel"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Antall lenker som kan følges er begrenset, og filen ble ikke funnet innenfor "
+"denne grensen."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Du har ikke tilstrekkelige rettigheter til å åpne filen."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Klarte ikke å gjenkjenne tegnkoding."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Kontroller at du ikke prøver å åpne en binær fil."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Velg tegnkoding fra menyen, og prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Det oppsto et problem under åpning av filen «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Filen du åpnet inneholder ugyldige tegn. Hvis du fortsetter å redigere denne "
+"filen, kan den bli ødelagt."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "Du kan også velge en annen tegnkoding og prøve igjen."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Klarte ikke å åpne «%s», som bruker tegnkoding «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Velg en annen tegnkoding fra menyen, og prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Klarte ikke å åpne «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Klarte ikke å lagre «%s» med tegnkoding «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokumentet inneholder et eller flere tegn som ikke kan kodes med oppgitt "
+"tegnkoding."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "L_agre likevel"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "_Ikke lagre"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Filen «%s» er endret siden den ble lest."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Hvis du lagrer den, kan alle eksterne endringer gå tapt. Vil du lagre den "
+"likevel?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"«%s»:-adresser kan ikke håndteres i skrivemodus. Kontroller at du skrev inn "
+"adressen korrekt, og prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Denne adressen kan ikke håndteres i skrivemodus. Kontroller at du skrev inn "
+"adressen korrekt, og prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"«%s» er en ugyldig adresse. Kontroller at du skrev inn adressen korrekt, og "
+"prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Du har ikke tilgang til å lagre filen. Kontroller at du skrev inn adressen "
+"korrekt, og prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Det er ikke nok lagringsplass til å lagre filen her. Frigjør lagringsplass, "
+"og prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Du prøver å lagre filen på en skrivebeskyttet disk. Kontroller at du skrev "
+"inn adressen korrekt, og prøv igjen."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Det finnes allerede en fil med samme navn. Bruk et annet navn."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Enheten du prøver å lagre filen på har en begrensning på lengde på filnavn. "
+"Bruk et kortere navn."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Enheten du prøver å lagre filen på har en begrensning på filstørrelse. Prøv "
+"å lagre en mindre fil eller lagre den på en disk som ikke har denne "
+"begrensningen."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Klarte ikke å lagre «%s»."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Trykk på denne knappen for å velge skriften som skal brukes av "
+"redigeringsprogrammet"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Br_uk systemets skrift for fast bredde (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Valgt fargeutvalg kan ikke installeres: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Valgt fargeutvalg kan ikke installeres."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Legg til fargeutvalg"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Legg til utvalg"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Fargeutvalg-filer"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Klarte ikke å fjerne fargeutvalg «%s»."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Forbereder …"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Fil: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Side %N av %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Tegner opp side %d av %d …"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Side %d av %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ingenting"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Søk og erstatt …"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "SET"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Det finnes én fane med feil"
+msgstr[1] "Det finnes %d faner med feil"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Tilbakestiller endringer i %s til %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Tilbakestiller %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Åpner %s fra %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Åpner %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Lagrer %s til %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Lagrer %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Feil ved åpning av fil %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Feil under forkasting av endringer i %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Feil ved lagring av fil %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Navn:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME-type:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Koding:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ på %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Vis _linjenummer"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d av %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Bryting"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Søk som _regulært uttrykk"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Kun treff på _hele ord"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Skill mellom små/store bokstaver"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Streng du vil søke etter"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Linje du vil flytte markøren til"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Søk etter sammenhørende hakeparantes utenfor gyldig område"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Fant ingen sammenhørende hakeparanteser"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Sammenhørende hakeparantes funnet på linje: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln. %d, Kol. %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabulatorbredde: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Det finnes dokumenter som ikke er lagret"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Bytt side på sidepanel"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumenter"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Åpne en fil"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Åpne en nylig brukt fil"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Flytt til _venstre"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Flytt til høy_re"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Flytt til nytt _vindu"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Flytt til ny fane_gruppe"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Lukk"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatisk innrykk"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Bruk mellomrom"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Vis linjenummer"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Vis høyre marg"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Uthev gjeldende linje"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Tekstbryting"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Fil"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Ny"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Åpne nylig b_rukt"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Gjenåpnet lukke_t fane"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Lagre _som …"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nytt vindu"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Åpne på nytt"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Skriv ut …"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "A_vslutt"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "R_ediger"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Angre"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Gjenta"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Klipp _ut"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopier"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Lim inn"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Slett"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Overskrivingsmodus"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Velg _alle"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Brukervalg"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Vis"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Side_panel"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Bunnpanel"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Fullskjerm"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Ut_hevingsmodus"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Søk"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Søk …"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Søk etter _neste"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Søk etter _forrige"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Søk og e_rstatt …"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Fjern utheving"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Gå til _linje …"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "Verk_tøy"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumenter"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Lagre alle"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Lukk alle"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Ny fane_gruppe"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Fo_rrige fanegruppe"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "_Neste fanegruppe"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Forrige dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "N_este dokument"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Flytt til _nytt vindu"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Hjelp"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Om Tekstredigering"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Lagre _alle"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Søk og erstatt …"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Gå til _linje …"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Tastatursnarveier"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Tegnkodinger"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Bruk"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Til_gjengelige kodinger"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Valgte te_gnkodinger"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Beskrivelse"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Koding"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Uthevingsmodus"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Velg"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Uthevingsmodus for søk …"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Brukervalg"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Vis høyre _marg ved kolonne:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Vis _statuslinje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Vis _rutenettmønster"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Tekstbryting"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Slå på tekst_bryting"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Ikke _del ord over to linjer"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Syntaksutheving"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Uthev gjeldende _linje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Uthev tilhørende _hakeparantes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Vis"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulatorer"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tabulatorbredde:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Sett inn _mellomrom i stedet for tabulatorer"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Slå _på automatisk innrykk"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Lagring av fil"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Lag en _sikkerhetskopi av filene før lagring"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Autolagre filer hver(t)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minutter"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Behandler"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Skrift"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Skri_ft for redigering: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Velg skrift for redigering"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Fargeutvalg"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Installer utvalg"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Installer utvalg"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Avinstaller utvalg"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Avinstaller utvalg"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Skrifter og farger"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Tillegg"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Syntaksutheving"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Skriv ut fargemerking av s_yntaks"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Linjenummer"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Skriv ut linjenu_mmer"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Nummer hver"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "linjer"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Topptekst for side"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Skriv ut to_pptekst for siden"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Skrifter"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Kropp:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Linjenummer:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Toppt_ekst og bunntekst:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Gjenopp_rett forvalgte skrifter"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Vis forrige side"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Vis neste side"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Denne siden (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "av"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Sider totalt"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Totalt antall sider i dokumentet"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Vis flere sider"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Zoom tilpasset hele siden"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Sett inn på siden"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Zoom ut på siden"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Lukk forhåndsvisning av utskrift"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Lukk forhåndsvisning"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Forhåndsvisning av side"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Forhåndsvisning av en side i dokumentet som skal skrives ut"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Erstatt _alle"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Søk"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "S_øk"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Erstatt _med"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Skill mellom små/store bokstaver"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Kun treff på _hele ord"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_gulært uttrykk"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Søk _bakover"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Fortsett når slutt på dokumentet nås"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumenter"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Lag et nytt dokument i en fane"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Åpne et dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Lagre dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Lagre dokumentet med et nytt filnavn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Lagre alle dokumentene"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Lukk dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Lukk alle dokumenter"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Gjenåpne sist lukkede dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Bytt til neste dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Bytt til forrige dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Bytt til første – niende dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Vinduer og paneler"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Lag et nytt dokument i et vindu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Lag en ny fanegruppe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Vis sidepanel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Vis bunnpanel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Fullskjerm av/på"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Avslutt programmet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Søk og erstatt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Søk"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Finn neste treff"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Finn forrige treff"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Fjern merking"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Angre og gjenopprett"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Angre forrige kommando"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Gjenta forrige kommando"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Utvalg"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Marker all tekst"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Fjern markering av all tekst"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopier og lim inn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopier valgt tekst til utklippstavlen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Klipp ut valgt tekst til utklippstavlen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Lim inn tekst fra utklippstavlen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigering"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Gå til linje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Gå til begynnelsen av denne linjen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Gå til slutten av denne linjen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Gå til begynnelsen av dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Gå til slutten av dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Flytt visning opp i filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Flytt visning ned i filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Flytt visning til slutten av filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Flytt visning til begynnelsen av filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Gå til tilhørende hakeparantes"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Gå til forrige fanegruppe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Gå til neste fanegruppe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Redigering"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Bytt mellom sett inn / overskriv"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Slå av/på synlighet for markøren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Slett denne linjen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Flytt denne linjen opp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Flytt denne linjen ned"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Flytt dette ordet til venstre"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Flytt dette ordet til høyre"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Konverter til store bokstaver"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Konverter til små bokstaver"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Bytt mellom små/store bokstaver"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Gjør tallet ved markøren høyere"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Gjør tallet ved markøren lavere"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Verktøy"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Kontroller staving"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Skriv ut dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Vis kompletteringsvindu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Generelt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Vis hjelp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Åpne meny"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Tastatursnarveier"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Lukk dokument"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Lag et nytt dokument"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nytt"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Lagre gjeldende fil"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Lagre"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Skjul panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Forlat fullskjerm"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Dokumentstatistikk"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Rapporter antall ord, linjer og tegn i et dokument."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Dokumentstatistikk"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Utvalg"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Linjer"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Ord"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Tegn (med mellomrom)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Tegn (ingen mellomrom)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bytes"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Bygg"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Kjør «make» i dokumentmappen"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Åpne terminal her"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Åpne terminal i dokumentmappe"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Fjern ekstra mellomrom"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Fjern unødvendige mellomrom i filen"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Kjør kommando"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Kjør en selvvalgt kommando og lagre utdata i et nytt dokument"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Send til fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Lim inn valgt tekst eller gjeldende dokument på fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Eksterne verktøy"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Kjør eksterne kommandoer og skallskript."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Om systemskriften skal brukes"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Hvis denne har positiv verdi («true»), bruker eksterne verktøy forvalgt "
+"skrift for skrivebordet hvis den er en skrift med lik avstand mellom "
+"tegnene, og ellers den skriften som likner mest."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Et Pango-skriftnavn. For eksempel «Sans 12» eller «Monospace Bold 14»."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Håndter _eksterne verktøy …"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Eksterne verk_tøy"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Klarte ikke å kjøre kommando: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Du må være inne i et ord for å kjøre denne kommandoen"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Kjører verktøy:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Ferdig."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Avsluttet"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Alle språk"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Alle språk"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nytt verktøy"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Denne snarveien er allerede satt til %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Skriv inn en ny snarvei eller trykk slett for å tømme"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Skriv inn en ny snarvei"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Stoppet."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Stopp verktøy"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Alltid tilgjengelig"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Alle dokumenter"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Alle dokumenter med navn"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Kun lokale filer"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Kun eksterne filer"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Kun dokumenter uten navn"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Gjeldende dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Gjeldende utvalg"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Gjeldende utvalg (dokument er forvalg)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Gjeldende linje"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Gjeldende ord"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Vis i nederste felt"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Lag nytt dokument"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Legg til i gjeldende dokument"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Erstatt gjeldende dokument"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Erstatt gjeldende utvalg"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Set inn ved markørposisjon"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Håndter eksterne verktøy"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Legg til nytt verktøy"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Legg til verktøy"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Fjern valgt verktøy"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Fjern verktøy"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Tilbakestill verktøy"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Tilbakestill verktøy"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Snarveitast:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Lagre:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Inndata:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Utdata:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Anvendbarhet:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Utdata fra verktøy"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Filutforsker-panel"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Enkel filtilgang fra sidepanelet."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Hjem"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Filsystem"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Filutforsker"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Det oppstod en feil ved oppretting av ny mappe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Det oppstod en feil ved oppretting av en ny fil"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Det oppstod en feil ved endring av navn på fil eller mappe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Det oppstod en feil ved sletting av en fil eller mappe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Det oppstod en feil ved åpning av en mappe i filutforsker"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Det oppstod en feil ved forsøk på å velge rotmappe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Det oppstod en feil ved innlasting av en mappe"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Det oppstod en feil"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Klarte ikke å flytte fil til papirkurv.\n"
+"Vil du slette den permanent?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Filen «%s» kan ikke flyttes til papirkurven."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Valgte filer kan ikke flyttes til papirkurven."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Er du sikker på at du vil slette «%s» permanent?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Er du sikker på at du vil slette valgte filer permanent?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Hvis du sletter en oppføring, går den tapt."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Tom)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Filen med nytt navn er filtrert ut. Du må justere filtre for å gjøre den "
+"synlig"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Fil uten navn"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Den nye filen er filtrert ut. Du må justere filtre for å gjøre den synlig"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Mappe uten navn"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Den nye mappen er filtrert ut. Du må justere filtre for å gjøre den synlig"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Bokmerker"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Ingen monteringsobjekt for montert volum: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Klarte ikke å åpne medium: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Klarte ikke å montere volum: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Feil ved innlasting av «%s»: Mappen finnes ikke"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Åpne med trevisning"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Åpne trevisning når filutforsker-tillegg lastes inn i stedet for "
+"bokmerkevisning"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Rotmappe for filutforsker"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Rotmappe som brukes når filutforsker-tillegg lastes inn og onload/tree_view "
+"har positiv verdi («TRUE»)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Virtuell rotmappe for filutforsker"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Virtuell rotmappe som brukes når filutforsker-tillegg lastes inn og onload/"
+"tree_view har positiv verdi («TRUE»). Virtuell rot må alltid ligge under "
+"faktisk rot."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Slå på gjenoppretting av eksterne adresser"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Bestemmer om gjenoppretting fra eksterne adresser skal brukes."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Velg plassering av første dokument som gjeldende plassering"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Hvis denne har positiv verdi («TRUE»), viser filutforsker-tillegget mappen "
+"som inneholder første åpnede dokument så lenge filutforskeren ikke er brukt "
+"ennå. Dette er mest relevant når man åpner et dokument fra kommandolinjen "
+"eller med Nautilus, osv."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Filtermodus for filutforsker"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Denne verdien bestemmer hvilke filer som blir filtrert fra filleseren. "
+"Gyldige verdier er none (ikke filtrer), hide-hidden (filtrer skjulte filer), "
+"hide-binary (filtrer binærfiler)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Filtermønster for filutforsker"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Filtermønster for å filtrere innhold i filleser. Dette filteret kommer i "
+"tillegg til filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Binærmønster for filutforsker"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Ekstra mønstre som skal brukes ved filtrering av binære filer."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Bruk gjeldende dokuments plassering som rot"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Ny mappe"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Ny f_il"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "End_re navn …"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Flytt til papirkurven"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Opp_dater visningen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Vis mappe"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Åpne terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Vis s_kjulte"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Vis _binære filer"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Kontroller filnavn"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historikk"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Åpne historikkmeny"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Moduslinjer"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Støtte for moduslinjer i gedit på samme måte som i Emacs, Kate og Vim."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Tekstfarge for kommando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Fargetekst for kommando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Tekstfarge for feil"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Fargetekst for feil"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Hvis denne har positiv verdi («true»), bruker terminalen forvalgt skrift for "
+"skrivebordet hvis dette er en skrift med lik avstand mellom tegnene. Ellers "
+"brukes den skriften som likner mest."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Farge for k_ommando:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Farge for f_eil:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python-konsoll"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktiv python-konsoll i nederste panel."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Rask utheving"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Uthever alle oppføringer av valgt tekst."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Hurtigåpning …"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Hurtigåpning"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Åpne filer raskt."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Skriv for å søke …"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Håndter _tekstblokker …"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Tekstblokker"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Klarte ikke å opprette arkiv «%s»"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Målmappe «%s» finnes ikke"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Målmappe «%s» er ikke en gyldig mappe"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Fil «%s» eksisterer ikke"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Filen «%s» er ikke en gyldig tekstblokkfil"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Importert fil «%s» er ikke en gyldig tekstblokkfil"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Klarte ikke å pakke ut arkiv «%s»"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Følgende filer ble ikke importert: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Fil «%s» er ikke et gyldig tekstblokkarkiv"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arkiv med tekstblokker"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Legg til en ny tekstblokk …"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Tilbakestill valgt tekstblokk"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Slett valgt tekstblokk"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Dette er en ugyldig tabulator-utløser. Utløsere kan enten inneholde "
+"bokstaver eller et enkelt, ikke alfanumerisk, tegn som {, [, etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Enkelt ord som slår på tekstblokker etter bruk av tabulator"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Følgende feil oppsto ved import: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Import fullført uten feil"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importer tekstblokk"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Alle støttede arkiver"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip-komprimert arkiv"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2-komprimert arkiv"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Enkel tekstblokkfil"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Alle filer"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Følgende feil oppsto ved eksport: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Eksport fullført uten feil"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Vil du ta med valgte <b>system</b>-tekstblokker i eksporten?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Ingen tekstblokker valgt for eksport"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Eksporter tekstblokker"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Skriv inn en ny snarvei eller trykk slett for å tømme"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Skriv inn en ny snarvei"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Kjøring av Python-kommando (%s) overstiger maksimal tid. Kjøring avbrutt."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Kjøring av Python-kommando (%s) mislyktes: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Sett inn ofte brukte tekstblokker på en lettvint måte."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Håndter tekstblokker"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Lag ny tekstblokk"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Legg til tekstblokk"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Fjern tekstblokk"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importer tekstblokker"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Eksporter valgt tekstblokk"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Eksporter tekstblokker"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivering"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tab-utløser:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "S_narveitast:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Snarveitast som slår på tekstblokker"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Mål for slipp:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "S_orter …"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sorter"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Omvendt rekkefølge"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Fj_ern duplikater"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "S_kill mellom små/store bokstaver"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "S_tart ved kolonne:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sorter"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Sorter et dokument eller valgt tekst."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Kontroller staving …"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "_Velg språk …"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Uthev feilstavede ord"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Uthev feilstavede ord"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Forvalgt innstilling for utheving av feilstavede ord."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Konfigurer tillegg for stavekontroll"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Forvalg for nye dokumenter"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Stavekontroll"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Kontrollerer staving i gjeldende dokument."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "_Sett inn dato/klokkeslett …"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Tilgjengelige formater"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Type ledetekst"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Hvorvidt bruker skal spørres etter et format, eller om enten markert eller "
+"selvvalgt format skal brukes."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Valgt format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Valgt format som brukes ved innsetting av dato/klokkeslett."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Selvvalgt format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Selvvalgt format som brukes ved innsetting av dato/klokkeslett."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Sett inn dato/klokkeslett"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Bruk _valgt format"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Bruk selvvalgt format"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y %H.%M.%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2009 17.52.00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "Sett _inn"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Konfigurer tillegg for dato/klokkeslett"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Ved innsetting av dato/klokkeslett …"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "S_pør etter et format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Sett inn dato/klokkeslett"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Setter inn dagens dato og klokkeslett i markørposisjon."
diff --git a/po/nds.po b/po/nds.po
new file mode 100644
index 0000000..e930fe2
--- /dev/null
+++ b/po/nds.po
@@ -0,0 +1,4801 @@
+# Low German translation for gedit.
+# Copyright (C) 2009 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+# Nils-Christoph Fiedler <fiedler@medienkompanie.de>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=general\n"
+"POT-Creation-Date: 2009-12-19 09:24+0000\n"
+"PO-Revision-Date: 2009-12-20 19:04+0100\n"
+"Last-Translator: Nils-Christoph Fiedler <fiedler@medienkompanie.de>\n"
+"Language-Team: Low German <nds-lowgerman@lists.sourceforge.net>\n"
+"Language: nds\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n !=1);\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Textdateien bewarken"
+
+#: ../data/gedit.desktop.in.in.h:2
+#: ../gedit/gedit-print-job.c:759
+msgid "Text Editor"
+msgstr "Textbewarker"
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit textbewarker"
+
+#: ../data/gedit.schemas.in.in.h:1
+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/gedit.schemas.in.in.h:2
+msgid "Active plugins"
+msgstr "Aktive Plugins"
+
+#: ../data/gedit.schemas.in.in.h:3
+msgid "Auto Detected Encodings"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:4
+msgid "Auto Save"
+msgstr "Vun alleen spiekern"
+
+#: ../data/gedit.schemas.in.in.h:5
+msgid "Auto Save Interval"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:6
+msgid "Auto indent"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:7
+msgid "Backup Copy Extension"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:8
+msgid "Body Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:9
+msgid "Bottom Panel is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:10
+msgid "Create Backup Copies"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:11
+msgid "Display Line Numbers"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:12
+msgid "Display Right Margin"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:13
+msgid "Editor Font"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:14
+msgid "Enable Search Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:15
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:16
+msgid "Encodings shown in menu"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:17
+msgid "Extension or suffix to use for backup file names. This will only take effect if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:18
+msgid "Header Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:19
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:20
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:21
+msgid "If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:22
+msgid "Insert spaces"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:23
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:24
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:25
+msgid "List of VFS schemes gedit supports in write mode. The 'file' scheme is writable by default."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:26
+msgid "List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:27
+msgid "List of encodings shown in Character Coding menu in open/save file selector. Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:28
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:29
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:30
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:31
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.in.h:34
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:37
+msgid "Monospace 9"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:38
+msgid "Number of minutes after which gedit will automatically save modified files. This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:39
+msgid "Print Header"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:40
+msgid "Print Line Numbers"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:41
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:42
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:44
+msgid "Right Margin Position"
+msgstr ""
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:47
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.in.h:50
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#: ../data/gedit.schemas.in.in.h:51
+msgid "Side Pane is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:52
+msgid "Smart Home End"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:53
+msgid "Sorted list of encodings used by gedit for auto-detecting the encoding of a file. \"CURRENT\" represents the current locale encoding. Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:54
+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/gedit.schemas.in.in.h:55
+msgid "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_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/gedit.schemas.in.in.h:56
+msgid "Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_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/gedit.schemas.in.in.h:57
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:58
+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/gedit.schemas.in.in.h:59
+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/gedit.schemas.in.in.h:60
+msgid "Specifies the maximum number of recently opened files that will be displayed in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:61
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:62
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:63
+msgid "Status Bar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:64
+msgid "Style Scheme"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:65
+msgid "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:66
+msgid "Tab Size"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:67
+msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:68
+msgid "Toolbar Buttons Style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:69
+msgid "Toolbar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:70
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:71
+msgid "Use Default Font"
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:72
+msgid "Whether gedit should automatically save modified files after a time interval. You can set the time interval with the \"Auto Save Interval\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:73
+msgid "Whether gedit should create backup copies for the files it saves. You can set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:74
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:75
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:76
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:77
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:78
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:79
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:80
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:81
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:82
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:83
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:84
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:85
+msgid "Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:86
+msgid "Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:87
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:88
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.in.h:89
+msgid "Whether to use the system's default fixed width font for editing text instead of a font specific to gedit. 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/gedit.schemas.in.in.h:90
+msgid "Writable VFS schemes"
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.in.h:93
+msgid "[ISO-8859-15]"
+msgstr ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.in.h:105
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "Sluten, _ohn to spiekern"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:212
+msgid "Question"
+msgstr "Frage"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:412
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:421
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:427
+#, c-format
+msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:437
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:452
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:458
+#, c-format
+msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:473
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:516
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:521
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:535
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:746
+msgid "Saving has been disabled by the system administrator."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:701
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:707
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:725
+msgid "Docum_ents with unsaved changes:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:727
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:748
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:321
+msgid "Character Codings"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:384
+#: ../gedit/dialogs/gedit-encodings-dialog.c:445
+msgid "_Description"
+msgstr "_Beschrieven"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:393
+#: ../gedit/dialogs/gedit-encodings-dialog.c:454
+msgid "_Encoding"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character codings"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:571
+msgid "Push this button to select the font to be used by the editor"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:581
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:784
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:809
+msgid "Add Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:816
+msgid "A_dd Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:824
+msgid "Color Scheme Files"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:831
+#: ../gedit/gedit-file-chooser-dialog.c:51
+msgid "All Files"
+msgstr "All Dateien"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:876
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1087
+msgid "gedit Preferences"
+msgstr "gedit Instellens"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid " "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "Automatic Indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "Bracket Matching"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "Color Scheme"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "Current Line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+msgid "Display right _margin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "Editor"
+msgstr "Bewarker"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+msgid "Editor _font: "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "File Saving"
+msgstr "Datei spiekern"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Font"
+msgstr "Schriftart"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+msgid "Font & Colors"
+msgstr "Schriftart & Klöörs"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Highlight current _line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Highlight matching _bracket"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "Line Numbers"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Pick the editor font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "Plugins"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Preferences"
+msgstr "Instellens"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Right Margin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Tab Stops"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Text Wrapping"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "Ansicht"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr "_Hentofögen"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr "_Vun alleen spiekern all"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+#: ../gedit/gedit-view.c:1968
+msgid "_Display line numbers"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr "_Minuuten"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:300
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2
+#: ../gedit/gedit-window.c:1460
+msgid "Replace"
+msgstr "Överschrieven"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:311
+#: ../gedit/gedit-window.c:1458
+msgid "Find"
+msgstr "Finnen"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:414
+msgid "Replace _All"
+msgstr "_Allens överschrieven"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:415
+#: ../gedit/gedit-commands-file.c:582
+msgid "_Replace"
+msgstr "_Överschrieven"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr "Allens överschrieven"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "Överschrieven _mit:"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "_Söken nah:"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr ""
+
+#: ../gedit/gedit.c:122
+msgid "Show the application's version"
+msgstr ""
+
+#: ../gedit/gedit.c:125
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr ""
+
+#: ../gedit/gedit.c:125
+msgid "ENCODING"
+msgstr ""
+
+#: ../gedit/gedit.c:128
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+
+#: ../gedit/gedit.c:131
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:134
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:137
+msgid "[FILE...]"
+msgstr ""
+
+#: ../gedit/gedit.c:192
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr ""
+
+#. Setup command line options
+#: ../gedit/gedit.c:577
+msgid "- Edit text files"
+msgstr ""
+
+#: ../gedit/gedit.c:613
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+
+#: ../gedit/gedit-app.c:404
+msgid "About gedit"
+msgstr "Över gedit"
+
+#: ../gedit/gedit-commands-file.c:255
+#, c-format
+msgid "Loading file '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:264
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:458
+msgid "Open Files"
+msgstr "Dateien opmaken"
+
+#: ../gedit/gedit-commands-file.c:569
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:574
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:641
+#: ../gedit/gedit-commands-file.c:858
+#, c-format
+msgid "Saving file '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:748
+msgid "Save As…"
+msgstr "Spiekern as..."
+
+#: ../gedit/gedit-commands-file.c:1072
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1117
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1126
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1135
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1141
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1151
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1166
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1172
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural "Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1187
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1213
+msgid "_Revert"
+msgstr "_Umdreihn"
+
+#: ../gedit/gedit-commands-help.c:81
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:106
+msgid "translator-credits"
+msgstr "Nils-Christoph Fiedler <fiedler@medienkompanie.de>"
+
+#: ../gedit/gedit-commands-search.c:114
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-search.c:124
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:145
+#, c-format
+msgid "\"%s\" not found"
+msgstr ""
+
+#: ../gedit/gedit-document.c:990
+#: ../gedit/gedit-document.c:1003
+#, c-format
+msgid "Unsaved Document %d"
+msgstr ""
+
+#: ../gedit/gedit-documents-panel.c:89
+#: ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:2209
+#: ../gedit/gedit-window.c:2214
+msgid "Read Only"
+msgstr "Just lesen"
+
+#: ../gedit/gedit-documents-panel.c:771
+#: ../gedit/gedit-window.c:3588
+msgid "Documents"
+msgstr "Dokumente"
+
+#: ../gedit/gedit-encodings.c:140
+#: ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190
+#: ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:153
+#: ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:274
+msgid "Western"
+msgstr "Western"
+
+#: ../gedit/gedit-encodings.c:155
+#: ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:270
+msgid "Central European"
+msgstr "Zentraleuropäisch"
+
+#: ../gedit/gedit-encodings.c:157
+msgid "South European"
+msgstr "Südeuropäisch"
+
+#: ../gedit/gedit-encodings.c:159
+#: ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:284
+msgid "Baltic"
+msgstr "Baltic"
+
+#: ../gedit/gedit-encodings.c:161
+#: ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:248
+#: ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:254
+#: ../gedit/gedit-encodings.c:272
+msgid "Cyrillic"
+msgstr "Kyrillisch"
+
+#: ../gedit/gedit-encodings.c:163
+#: ../gedit/gedit-encodings.c:241
+#: ../gedit/gedit-encodings.c:282
+msgid "Arabic"
+msgstr "Arabisch"
+
+#: ../gedit/gedit-encodings.c:165
+#: ../gedit/gedit-encodings.c:276
+msgid "Greek"
+msgstr "Griechisch"
+
+#: ../gedit/gedit-encodings.c:167
+msgid "Hebrew Visual"
+msgstr "Hebräisch visuell"
+
+#: ../gedit/gedit-encodings.c:169
+#: ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Hebrew"
+msgstr "Hebräisch"
+
+#: ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Turkish"
+msgstr "Türkisch"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "Nordisch"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "keltisch"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Römisch"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Armenisch"
+
+#: ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Chinesisch traditionell"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Kyrillisch / Russisch"
+
+#: ../gedit/gedit-encodings.c:208
+#: ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212
+#: ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:259
+msgid "Japanese"
+msgstr "Japanisch"
+
+#: ../gedit/gedit-encodings.c:215
+#: ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:265
+msgid "Korean"
+msgstr "Koreanisch"
+
+#: ../gedit/gedit-encodings.c:220
+#: ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:228
+msgid "Chinese Simplified"
+msgstr "Chinesisch vereinfacht"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Georgisch"
+
+#: ../gedit/gedit-encodings.c:256
+msgid "Cyrillic/Ukrainian"
+msgstr "Kyrillisch / Ukrainisch"
+
+#: ../gedit/gedit-encodings.c:261
+#: ../gedit/gedit-encodings.c:267
+#: ../gedit/gedit-encodings.c:286
+msgid "Vietnamese"
+msgstr "Vietnamesisch"
+
+#: ../gedit/gedit-encodings.c:263
+msgid "Thai"
+msgstr "Thai"
+
+#: ../gedit/gedit-encodings.c:437
+msgid "Unknown"
+msgstr "Unbekannt"
+
+#: ../gedit/gedit-encodings-option-menu.c:220
+msgid "Auto Detected"
+msgstr "Vun alleen rutkregen"
+
+#: ../gedit/gedit-encodings-option-menu.c:240
+#: ../gedit/gedit-encodings-option-menu.c:262
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Aktuelle Sprak (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:323
+msgid "Add or _Remove..."
+msgstr "Hentofögen or _Löschen"
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Text Files"
+msgstr "All Textdateien"
+
+#: ../gedit/gedit-file-chooser-dialog.c:78
+msgid "C_haracter Coding:"
+msgstr ""
+
+#: ../gedit/gedit-help.c:104
+msgid "There was an error displaying help."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:213
+#, c-format
+msgid "Could not find the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:215
+#: ../gedit/gedit-io-error-message-area.c:254
+#: ../gedit/gedit-io-error-message-area.c:261
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:230
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:236
+msgid "gedit cannot handle this location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:244
+msgid "The location of the file cannot be mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:248
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:252
+#, c-format
+msgid "%s is a directory."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:259
+#, c-format
+msgid "%s is not a valid location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:289
+#, c-format
+msgid "Host %s could not be found. Please check that your proxy settings are correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:302
+#, c-format
+msgid "Host name was invalid. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:310
+#, c-format
+msgid "%s is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:315
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:338
+msgid "The file is too big."
+msgstr "De Datei is too groot."
+
+#: ../gedit/gedit-io-error-message-area.c:379
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:415
+msgid "The number of followed links is limited and the actual file could not be found within this limit."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:419
+msgid "You do not have the permissions necessary to open the file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:427
+#: ../gedit/gedit-io-error-message-area.c:669
+#, c-format
+msgid "Could not open the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:437
+#: ../gedit/gedit-io-error-message-area.c:442
+#: ../gedit/gedit-io-error-message-area.c:563
+#: ../gedit/gedit-io-error-message-area.c:572
+msgid "_Retry"
+msgstr "_Nohmal versöken"
+
+#: ../gedit/gedit-io-error-message-area.c:486
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:495
+#, c-format
+msgid "Could not revert the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:519
+msgid "Ch_aracter Coding:"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:671
+msgid "gedit has not been able to detect the character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:673
+#: ../gedit/gedit-io-error-message-area.c:682
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:674
+msgid "Select a character coding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:679
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:683
+#: ../gedit/gedit-io-error-message-area.c:735
+msgid "Select a different character coding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:730
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:733
+msgid "The document contains one or more characters that cannot be encoded using the specified character coding."
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:801
+#: ../gedit/gedit-io-error-message-area.c:811
+msgid "Edit Any_way"
+msgstr "Trotzdem b_ewarken"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-message-area.c:804
+#: ../gedit/gedit-io-error-message-area.c:816
+msgid "D_on't Edit"
+msgstr "Nich _bewarken"
+
+#: ../gedit/gedit-io-error-message-area.c:834
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:849
+msgid "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:908
+#: ../gedit/gedit-io-error-message-area.c:918
+#: ../gedit/gedit-io-error-message-area.c:1018
+#: ../gedit/gedit-io-error-message-area.c:1028
+msgid "S_ave Anyway"
+msgstr "Trotzdem _spiekern"
+
+#: ../gedit/gedit-io-error-message-area.c:912
+#: ../gedit/gedit-io-error-message-area.c:922
+#: ../gedit/gedit-io-error-message-area.c:1022
+#: ../gedit/gedit-io-error-message-area.c:1032
+msgid "D_on't Save"
+msgstr "Nich _spiekern"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:943
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:959
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1053
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1056
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1073
+msgid "gedit could not backup the old copy of the file before saving the new one. You can ignore this warning and save the file anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1133
+#, c-format
+msgid "gedit cannot handle %s locations in write mode. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1141
+msgid "gedit cannot handle this location in write mode. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1150
+#, c-format
+msgid "%s is not a valid location. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1156
+msgid "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1162
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1167
+msgid "You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1173
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1178
+msgid "The disk where you are trying to save the file has a limitation on length of the file names. Please use a shorter name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1185
+msgid "The disk where you are trying to save the file has a limitation on file sizes. Please try saving a smaller file or saving it to a disk that does not have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1200
+#, c-format
+msgid "Could not save the file %s."
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1242
+#, c-format
+msgid "The file %s changed on disk."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1247
+msgid "Do you want to drop your changes and reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1249
+msgid "Do you want to reload the file?"
+msgstr "Wullt je de Datei opfrischen?"
+
+#: ../gedit/gedit-io-error-message-area.c:1255
+#: ../gedit/gedit-io-error-message-area.c:1266
+msgid "_Reload"
+msgstr "_Opfrischen"
+
+#. bad bad luck...
+#: ../gedit/gedit-local-document-saver.c:390
+msgid "Could not obtain backup filename"
+msgstr ""
+
+#: ../gedit/gedit-notebook.c:914
+msgid "Close document"
+msgstr "Dokument sluten"
+
+#: ../gedit/gedit-panel.c:355
+#: ../gedit/gedit-panel.c:563
+msgid "Empty"
+msgstr "Leer"
+
+#: ../gedit/gedit-panel.c:508
+#: ../gedit/gedit-panel.c:582
+msgid "Hide panel"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr "Plugin"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "_Över"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:800
+msgid "Active _Plugins:"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:825
+msgid "_About Plugin"
+msgstr ""
+
+#: ../gedit/gedit-plugin-manager.c:829
+msgid "C_onfigure Plugin"
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:1148
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: ../gedit/gedit-print-job.c:541
+#, c-format
+msgid "File: %s"
+msgstr "Datei: %s"
+
+#: ../gedit/gedit-print-job.c:550
+msgid "Page %N of %Q"
+msgstr ""
+
+#: ../gedit/gedit-print-job.c:809
+msgid "Preparing..."
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Fonts"
+msgstr "Schriftarten"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "He_aders and footers:"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Page header"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Print line nu_mbers"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "Print page _headers"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print synta_x highlighting"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "_Number every"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Restore Default Fonts"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "lines"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:565
+msgid "Show the previous page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:577
+msgid "Show the next page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:593
+msgid "Current page (Alt+P)"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:615
+msgid "of"
+msgstr "vun"
+
+#: ../gedit/gedit-print-preview.c:623
+msgid "Page total"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:624
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:641
+msgid "Show multiple pages"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:654
+msgid "Zoom 1:1"
+msgstr "Gröte 1:1"
+
+#: ../gedit/gedit-print-preview.c:663
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:672
+msgid "Zoom the page in"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom the page out"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:693
+msgid "_Close Preview"
+msgstr "_Utblick sluten"
+
+#: ../gedit/gedit-print-preview.c:696
+msgid "Close print preview"
+msgstr "Druckutblick sluten"
+
+#: ../gedit/gedit-print-preview.c:766
+#, c-format
+msgid "Page %d of %d"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:950
+msgid "Page Preview"
+msgstr "Sietenutblick"
+
+#: ../gedit/gedit-print-preview.c:951
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:70
+#: ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:70
+#: ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:332
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:431
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-style-scheme-manager.c:207
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:669
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:676
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:692
+#, c-format
+msgid "Loading %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:699
+#, c-format
+msgid "Loading %s"
+msgstr "Lade %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:782
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Spieker %s to %s"
+
+#: ../gedit/gedit-tab.c:789
+#, c-format
+msgid "Saving %s"
+msgstr "Spieker %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1706
+msgid "RO"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1753
+#, c-format
+msgid "Error opening file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1758
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1763
+#, c-format
+msgid "Error saving file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1784
+msgid "Unicode (UTF-8)"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1791
+msgid "Name:"
+msgstr "Naam:"
+
+#: ../gedit/gedit-tab.c:1792
+msgid "MIME Type:"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1793
+msgid "Encoding:"
+msgstr ""
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:47
+msgid "_File"
+msgstr "_Datei"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Edit"
+msgstr "_Bewarken"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_View"
+msgstr "_Ansicht"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Search"
+msgstr "_Sök"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_Tools"
+msgstr "_Warktüüg"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Documents"
+msgstr "_Dokumente"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Help"
+msgstr "_Hölp"
+
+#: ../gedit/gedit-ui.h:57
+msgid "Create a new document"
+msgstr "Nejes Dokument erstellen"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Open..."
+msgstr "_Opmaken..."
+
+#: ../gedit/gedit-ui.h:59
+#: ../gedit/gedit-window.c:1389
+msgid "Open a file"
+msgstr "Datei opmaken"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:62
+msgid "Pr_eferences"
+msgstr "_Instellens"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Configure the application"
+msgstr "Programm instellen"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:66
+msgid "_Contents"
+msgstr "_Inholls"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Open the gedit manual"
+msgstr "gedit Hannbook opmaken"
+
+#: ../gedit/gedit-ui.h:69
+msgid "About this application"
+msgstr "Över düsses Programm"
+
+#: ../gedit/gedit-ui.h:73
+msgid "Leave fullscreen mode"
+msgstr "Fullbill sluten"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save the current file"
+msgstr "Aktuelle Datei spiekern"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save _As..."
+msgstr "Spieker _as..."
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file with a different name"
+msgstr "Aktuelle datei mit ee'm annern Naam spiekern"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Revert to a saved version of the file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:87
+msgid "Page Set_up..."
+msgstr "_Sieteninstellens..."
+
+#: ../gedit/gedit-ui.h:88
+msgid "Setup the page settings"
+msgstr "Sieteninstellens setten"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "Druck_utblick"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr "Druckutblick"
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "_Drucken..."
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:97
+msgid "Undo the last action"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:99
+msgid "Redo the last undone action"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:101
+msgid "Cut the selection"
+msgstr "Utwahl utsnieden"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Copy the selection"
+msgstr "Utwahl koperen"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Paste the clipboard"
+msgstr "In Twüschenavlag infögen"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Delete the selected text"
+msgstr "Utwählten Text löschen"
+
+#: ../gedit/gedit-ui.h:108
+msgid "Select _All"
+msgstr "_Allens markeren"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Select the entire document"
+msgstr "All Dokument markeren"
+
+#. View menu
+#: ../gedit/gedit-ui.h:112
+msgid "_Highlight Mode"
+msgstr ""
+
+#. Search menu
+#: ../gedit/gedit-ui.h:115
+msgid "_Find..."
+msgstr "_Finnen..."
+
+#: ../gedit/gedit-ui.h:116
+msgid "Search for text"
+msgstr "Nah Text söken"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Find Ne_xt"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search forwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Pre_vious"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search backwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:122
+#: ../gedit/gedit-ui.h:125
+msgid "_Replace..."
+msgstr "_Överschrieven..."
+
+#: ../gedit/gedit-ui.h:123
+#: ../gedit/gedit-ui.h:126
+msgid "Search for and replace text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Clear Highlight"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:129
+msgid "Clear highlighting of search matches"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:130
+msgid "Go to _Line..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:131
+msgid "Go to a specific line"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:132
+msgid "_Incremental Search..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:133
+msgid "Incrementally search for text"
+msgstr ""
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:136
+msgid "_Save All"
+msgstr "Allens _spiekern"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Save all open files"
+msgstr "All open dateien spiekern"
+
+#: ../gedit/gedit-ui.h:138
+msgid "_Close All"
+msgstr "Allens _sluten"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Close all open files"
+msgstr "All open Dateien sluten"
+
+#: ../gedit/gedit-ui.h:140
+msgid "_Previous Document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:141
+msgid "Activate previous document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:142
+msgid "_Next Document"
+msgstr "_Nahstes Dokument"
+
+#: ../gedit/gedit-ui.h:143
+msgid "Activate next document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:144
+msgid "_Move to New Window"
+msgstr "_In nejes Finster verschuven"
+
+#: ../gedit/gedit-ui.h:145
+msgid "Move the current document to a new window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:152
+msgid "Close the current file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:159
+msgid "Quit the program"
+msgstr "Programm sluten"
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Toolbar"
+msgstr "_Warktüügbalken"
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the toolbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:167
+msgid "_Statusbar"
+msgstr "_Tostandbalken"
+
+#: ../gedit/gedit-ui.h:168
+msgid "Show or hide the statusbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:171
+msgid "Edit text at fullscreen"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:178
+msgid "Side _Pane"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:179
+msgid "Show or hide the side pane in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:181
+msgid "_Bottom Pane"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:182
+msgid "Show or hide the bottom pane in the current window"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1072
+msgid "Please check your installation."
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1141
+#, c-format
+msgid "Unable to open ui file %s. Error: %s"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1161
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr ""
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1321
+#, c-format
+msgid "/ on %s"
+msgstr ""
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1218
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1228
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1238
+msgid "_Match Case"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1352
+msgid "String you want to search for"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1361
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: ../gedit/gedit-window.c:942
+#, c-format
+msgid "Use %s highlight mode"
+msgstr ""
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:999
+#: ../gedit/gedit-window.c:1910
+#: ../plugins/externaltools/tools/manager.py:121
+#: ../plugins/externaltools/tools/manager.py:419
+#: ../plugins/externaltools/tools/manager.py:529
+#: ../plugins/externaltools/tools/manager.py:844
+msgid "Plain Text"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1000
+msgid "Disable syntax highlighting"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1286
+#, c-format
+msgid "Open '%s'"
+msgstr "'%s' opmaken"
+
+#: ../gedit/gedit-window.c:1391
+msgid "Open a recently used file"
+msgstr "Een tolest opmaktes Dokument nej opmaken"
+
+#: ../gedit/gedit-window.c:1397
+msgid "Open"
+msgstr "Opmaken"
+
+#: ../gedit/gedit-window.c:1454
+msgid "Save"
+msgstr "Spiekern"
+
+#: ../gedit/gedit-window.c:1456
+msgid "Print"
+msgstr "Drucken"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1635
+#, c-format
+msgid "Activate '%s'"
+msgstr "'%s' aktiveren"
+
+#: ../gedit/gedit-window.c:1888
+msgid "Use Spaces"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1959
+msgid "Tab Width"
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:1
+msgid "Check for latest version of gedit"
+msgstr ""
+
+#: ../plugins/checkupdate/checkupdate.gedit-plugin.desktop.in.h:2
+msgid "Check update"
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:199
+msgid "There was an error displaying the url."
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:231
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:242
+msgid "_Download"
+msgstr "_Daalladen"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:257
+msgid "There is a new version of gedit"
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:261
+msgid "You can download the new version of gedit by pressing on the download button"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid "Analyzes the current document and reports the number of words, lines, characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Document Statistics"
+msgstr "Dokumentstatistiken"
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Bytes"
+msgstr "Bytes"
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Characters (no spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Characters (with spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+msgid "Document"
+msgstr "Dokument"
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Lines"
+msgstr "Reegen"
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Selection"
+msgstr "Utwahl"
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "Words"
+msgstr "Wöör"
+
+#: ../plugins/docinfo/docinfo.ui.h:12
+msgid "_Update"
+msgstr "_Opfrischen"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:422
+msgid "_Document Statistics"
+msgstr "_Dokumentstatistiken"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:424
+msgid "Get statistic info on current document"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:172
+msgid "Manage _External Tools..."
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:174
+msgid "Opens the External Tools Manager"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:178
+msgid "External _Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:180
+msgid "External tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/__init__.py:212
+msgid "Shell Output"
+msgstr ""
+
+#: ../plugins/externaltools/tools/capture.py:92
+#, python-format
+msgid "Could not execute command: %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:162
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:267
+msgid "Running tool:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:292
+msgid "Done."
+msgstr "Doon."
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Exited"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:119
+msgid "All languages"
+msgstr "All Spraken"
+
+#: ../plugins/externaltools/tools/manager.py:518
+#: ../plugins/externaltools/tools/manager.py:522
+#: ../plugins/externaltools/tools/manager.py:842
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All Languages"
+msgstr "All Spraken"
+
+#: ../plugins/externaltools/tools/manager.py:628
+msgid "New tool"
+msgstr "Nejes Warktüüg"
+
+#: ../plugins/externaltools/tools/manager.py:759
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:810
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:812
+msgid "Type a new accelerator"
+msgstr ""
+
+#: ../plugins/externaltools/tools/outputpanel.py:100
+msgid "Stopped."
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents"
+msgstr "All Dokumente"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Append to current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "Nejes Dokument erstellen"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "Aktuelles Dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "Aktuelle Reeg"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Aktuelle Utwahl"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Aktuelle Utwahl (Dokumentstandard)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "Aktuelles Woord"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr "Just lokale Dateien"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr "Nix"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr "_Bewarken:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "_Ingav:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "_Utgav:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "_Spiekern:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr "_Koortsniedknopp:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "_Warktüüg:"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr ""
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "Order loopen laten"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:235
+msgid "File System"
+msgstr "Dateisystem"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid "If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with nautilus etc)"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid "The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid "The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid "The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid "This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hidden (filter hidden files), binary (filter binary files) and hidden_and_binary (filter both hidden and binary files)."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:597
+msgid "_Set root to active document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:599
+msgid "Set the root to the active document location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:604
+msgid "_Open terminal here"
+msgstr "Hier Terminal _opmaken"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:606
+msgid "Open a terminal at the currently opened directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:742
+msgid "File Browser"
+msgstr "Dateikieker"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:873
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:876
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:886
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:891
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:895
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:899
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid "An error occurred"
+msgstr "Een Fehler is optreten"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1194
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1198
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1201
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1234
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1237
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1240
+msgid "If you delete an item, it is permanently lost."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1667
+msgid "(Empty)"
+msgstr "(Leer)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3305
+msgid "The renamed file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3543
+msgid "file"
+msgstr "Datei"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3567
+msgid "The new file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3595
+msgid "directory"
+msgstr "Verteeknis"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3615
+msgid "The new directory is currently filtered out. You need to adjust your filter settings to make the directory visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:701
+msgid "Bookmarks"
+msgstr "Leseteken"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:782
+msgid "_Filter"
+msgstr "_Filter"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:787
+msgid "_Move To Trash"
+msgstr "_In Papierkörv verschuven"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:788
+msgid "Move selected file or folder to trash"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:790
+msgid "_Delete"
+msgstr "_Löschen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:791
+msgid "Delete selected file or folder"
+msgstr "Utwählte Datei or Verteeknis löschen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:797
+msgid "Up"
+msgstr "Hoch"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:798
+msgid "Open the parent folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:803
+msgid "_New Folder"
+msgstr "_Nejes Verteeknis"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:804
+msgid "Add new empty folder"
+msgstr "Nejes, leeres Verteeknis hentofögen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:806
+msgid "New F_ile"
+msgstr "Neje _Datei"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:807
+msgid "Add new empty file"
+msgstr "Neje, leere Datei hentofögen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:812
+msgid "_Rename"
+msgstr "_Annern Naam geven"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:813
+msgid "Rename selected file or folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:819
+msgid "_Previous Location"
+msgstr "_Voriger Ort"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "Go to the previous visited location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:823
+msgid "_Next Location"
+msgstr "_Nahster Ort"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:824
+msgid "Go to the next visited location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:825
+msgid "Re_fresh View"
+msgstr "Ansicht _opfrischen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:826
+msgid "Refresh the view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:845
+msgid "_View Folder"
+msgstr "_Verteeknis opwiesen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:828
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:846
+msgid "View folder in file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:835
+msgid "Show _Hidden"
+msgstr "_Verbargte opwiesen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:836
+msgid "Show hidden files and folders"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:838
+msgid "Show _Binary"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:839
+msgid "Show binary files"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:962
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:971
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:992
+msgid "Previous location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:964
+msgid "Go to previous location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:966
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:987
+msgid "Go to a previously opened location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:983
+msgid "Next location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:985
+msgid "Go to next location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1197
+msgid "_Match Filename"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2088
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2168
+#, c-format
+msgid "Could not open media: %s"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2215
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:49
+msgid "Python Console"
+msgstr ""
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr ""
+
+#. ex:ts=8:et:
+#: ../plugins/quickopen/quickopen/popup.py:34
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:1
+msgid "Quick Open"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:68
+msgid "Quick open"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/windowhelper.py:69
+msgid "Quickly open documents"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen.gedit-plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+#: ../plugins/snippets/snippets/Document.py:58
+msgid "Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "<b>Activation</b>"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:409
+msgid "Delete selected snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Export selected snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:797
+msgid "Import snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:686
+msgid "Single word with which the snippet is activated after pressing tab"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Snippets Manager"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Drop targets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/WindowHelper.py:130
+msgid "Manage _Snippets..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/WindowHelper.py:131
+msgid "Manage snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:46
+msgid "Snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:71
+msgid "Add a new snippet..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:121
+msgid "Global"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:406
+msgid "Revert selected snippet"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/Manager.py:679
+msgid "This is not a valid tab trigger. Triggers can either contain letters or a single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:776
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:783
+msgid "Import successfully completed"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:802
+#: ../plugins/snippets/snippets/Manager.py:888
+#: ../plugins/snippets/snippets/Manager.py:951
+msgid "All supported archives"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:803
+#: ../plugins/snippets/snippets/Manager.py:889
+#: ../plugins/snippets/snippets/Manager.py:952
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:804
+#: ../plugins/snippets/snippets/Manager.py:890
+#: ../plugins/snippets/snippets/Manager.py:953
+msgid "Bzip2 compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:805
+msgid "Single snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:806
+#: ../plugins/snippets/snippets/Manager.py:892
+#: ../plugins/snippets/snippets/Manager.py:955
+msgid "All files"
+msgstr "All Dateien"
+
+#: ../plugins/snippets/snippets/Manager.py:818
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:822
+msgid "Export successfully completed"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:862
+#: ../plugins/snippets/snippets/Manager.py:929
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:877
+#: ../plugins/snippets/snippets/Manager.py:947
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:882
+#: ../plugins/snippets/snippets/Manager.py:920
+msgid "Export snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:1059
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:1061
+msgid "Type a new shortcut"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive `%s` could not be created"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, python-format
+msgid "Target directory `%s` does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory `%s` is not a valid directory"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File `%s` does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, python-format
+msgid "File `%s` is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, python-format
+msgid "Imported file `%s` is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive `%s` could not be extracted"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File `%s` is not a valid snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:580
+#, python-format
+msgid "Execution of the python command (%s) exceeds the maximum time, execution aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:588
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:86
+msgid "S_ort..."
+msgstr "_Grupperen..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "Sort the current document or selection"
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr "Grupperen"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr ""
+
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr "_Grupperen"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:499
+msgid "(no suggested words)"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "_Mehr..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:497
+msgid "_Ignore All"
+msgstr "Alles _ignoreren"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:512
+msgid "_Add"
+msgstr "_Hentofögen"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:551
+msgid "_Spelling Suggestions..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:605
+msgid "(correct spelling)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:748
+msgid "Completed spell checking"
+msgstr ""
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:285
+#: ../plugins/spell/gedit-spell-checker-language.c:291
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr ""
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:300
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Unbekannt (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:406
+msgctxt "language"
+msgid "Default"
+msgstr "Standard"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:141
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "Sprak setten"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:195
+msgid "Languages"
+msgstr "Spraken"
+
+#: ../plugins/spell/gedit-spell-plugin.c:85
+msgid "_Check Spelling..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:87
+msgid "Check the current document for incorrect spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:93
+msgid "Set _Language..."
+msgstr "Sprak _setten..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:95
+msgid "Set the language of the current document"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:104
+msgid "_Autocheck Spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:106
+msgid "Automatically spell-check the current document"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:751
+msgid "The document is empty."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:783
+msgid "No misspelled words"
+msgstr ""
+
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:1
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+msgid "*"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Sprak</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "<b>word</b>"
+msgstr "<b>Woord</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Add w_ord"
+msgstr "W_oord hentofögen"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Cha_nge"
+msgstr "_Ännern"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Change A_ll"
+msgstr "Allens _ännern"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Change _to:"
+msgstr "Ännern _in:"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Check _Word"
+msgstr "Woord unnersöken"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Check spelling"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Ignore _All"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "Language:"
+msgstr "Sprak:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "User dictionary:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "_Ignore"
+msgstr "_Ignoreren"
+
+#: ../plugins/spell/spell-checker.ui.h:15
+msgid "_Suggestions:"
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:98
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:694
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:710
+msgid "Tags"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:605
+msgid "Select the group of tags you want to use"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:624
+msgid "_Preview"
+msgstr "_Utblick"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:691
+msgid "Available Tag Lists"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "Över"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "Dick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "Kant"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr ""
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr ""
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "Höhe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "Bill"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr "Billkoort"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr "Billkoortrebeet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr "Billkoortnaam"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "Billwell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "Verknüppenklöör"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "Link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr "Listelement"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr ""
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr ""
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr ""
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr "Menülist"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "Naam"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr "Keene URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Object applet file (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script statements"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr "Utwählt"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "Gröte"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "Ton"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "Well"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "Text"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr "Textklöör"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "Titel"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "Wert"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "Brede"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "Dateiingav"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid "Provides a method to easily insert into a document commonly used tags/strings without having to type them."
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "sülvst"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "In_sert Date and Time..."
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "Insert current date and time at the cursor position"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:613
+msgid "Available formats"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:766
+msgid "Configure insert date/time plugin..."
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr ""
+
+#: ../plugins/time/gedit-time-dialog.ui.h:4
+msgid "Insert Date and Time"
+msgstr "Dag un Tied infögen"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:6
+msgid "Use the _selected format"
+msgstr ""
+
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+msgid "_Insert"
+msgstr "_Infögen"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+msgid "_Use custom format"
+msgstr ""
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr ""
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:7
+msgid "_Prompt for a format"
+msgstr ""
+
diff --git a/po/ne.po b/po/ne.po
new file mode 100644
index 0000000..cf4a051
--- /dev/null
+++ b/po/ne.po
@@ -0,0 +1,5876 @@
+# translation of gedit.HEAD.ne.po to Nepali
+# Translation of gedit.po to Nepali
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
+#
+# Pawan Chitrakar <pawan@nplinu.org>, 2003.
+# Ganesh Ghimire <gghimire@gmail.com>, 2005.
+# Narayan Kumar Magar <narayan@mpp.org.np>, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: Gnome Nepali Translation Project\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2019-08-07 01:38+0000\n"
+"PO-Revision-Date: 2019-08-19 09:15+0545\n"
+"Last-Translator: Pawan Chitrakar <chautari@gmail.com>\n"
+"Language-Team: Nepali Translation Team <chautari@gmail.com>\n"
+"Language: ne\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"First Translator: Pawan Chitrakar <pawan@nplinux.org>\n"
+"X-Generator: Poedit 2.2.3\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+#, fuzzy
+msgid "gedit"
+msgstr "gedit ले सम्पादित क्षेत्रमा लाइन सङ्ख्याहरू प्रदर्शन गर्नुपर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in.in:4
+msgid "Edit text files"
+msgstr "पाठ फाइल सम्पादन गर्नुहोस्"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While aiming at simplicity "
+"and ease of use, gedit is a powerful general purpose text editor."
+msgstr ""
+
+#: data/org.gnome.gedit.appdata.xml.in:15
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative application, or simply "
+"taking some quick notes, gedit will be a reliable tool to accomplish your task."
+msgstr ""
+"तपाईं अर्को सर्बाधिक विक्री हुने पुस्तक लेख्दै हुनुहुन्छ, एउटा इनोभेटिव प्रोग्रामिङ अथवा साधारण नोट लिँदै हुनुहुन्छ भने "
+"पनि जिएडिट विश्वसनीय उपकरण हुनेछ ।"
+
+#: data/org.gnome.gedit.appdata.xml.in:20
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your needs and adapt it to "
+"your workflow."
+msgstr ""
+
+#: data/org.gnome.gedit.desktop.in.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "पाठ सम्पादक"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in.in:18
+#, fuzzy
+#| msgid "Text;Editor;Plaintext;Write;"
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "जीनोम डेस्कटपका लागि gedit सानो र हल्का पाठ सम्पादक हो"
+
+#: data/org.gnome.gedit.desktop.in.in:22
+msgid "New Window"
+msgstr "नयाँ सञ्झ्याल"
+
+#: data/org.gnome.gedit.desktop.in.in:26
+msgid "New Document"
+msgstr "नयाँ कागजात"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "पूर्वनिर्धारित फन्ट प्रयोग गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+#, fuzzy
+#| msgid ""
+#| "Whether to use the system's default fixed width font for editing text instead of a font "
+#| "specific to gedit. If this option is turned off, then the font named in the \"Editor Font\" "
+#| "option will be used instead of the system font."
+msgid ""
+"Whether to use the system’s default fixed width font for editing text instead of a font specific "
+"to gedit. If this option is turned off, then the font named in the “Editor Font” option will be "
+"used instead of the system font."
+msgstr ""
+"पाठ सम्पादनका लागि gedit मा निर्दिष्ट फन्टको सट्टामा प्रणालीको पूर्वनिर्धारित स्थिर चौडाइ फन्ट प्रयोग गर्नुपर्दछ "
+"या पर्दैन । यदि यो विकल्प बन्द गरिएको छ भने \"सम्पादक फन्ट\" मा फन्ट नामाकरण विकल्प प्रणाली फन्टको सट्टामा "
+"प्रयोग गरिनेछ ।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "सम्पादक फन्ट"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+#, fuzzy
+#| 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."
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "शैली योजना"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+#, fuzzy
+#| msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "Gtk स्रित दृश्य शैली योजनाको आईडी पाठ रङ लगाउन प्रयोग गरिन्छ ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "जगेडा प्रतिलिपिहरू सिर्जना गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+#, fuzzy
+#| msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "फाइल लोड गरिएको बेला gedit ले अघिल्लो कर्सर स्थिति पुन: भण्डारण गर्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "स्वत: बचत"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+#, fuzzy
+#| msgid ""
+#| "Whether gedit should automatically save modified files after a time interval. You can set the "
+#| "time interval with the \"Auto Save Interval\" option."
+msgid ""
+"Whether gedit should automatically save modified files after a time interval. You can set the "
+"time interval with the “Autosave Interval” option."
+msgstr ""
+"gedit ले एउटा समय अन्तराल पछि परिमार्जित फाइलहरू स्वाचालित रूपमा बचत गर्नुपर्दछ या पर्दैन । तपाईँले समय अन्तराल "
+"\"स्वत बचत अन्तराल\" सँग सेट गर्न सक्नुहुन्छ ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "स्वत: बचत अन्तराल"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+#, fuzzy
+#| msgid ""
+#| "Number of minutes after which gedit will automatically save modified files. This will only "
+#| "take effect if the \"Auto Save\" option is turned on."
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. This will only take "
+"effect if the “Autosave” option is turned on."
+msgstr ""
+"मिनटको सङ्ख्या जुन पछि gedit ले परिमार्जित फाइलहरू स्वत बचत गर्नेछ । यदि \"स्वत बचत\"विकल्प खुला छ भने मात्र "
+"यसले प्रभाव लिनेछ ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "पूर्वस्थितिमा फर्काउने कार्यको अधिकतम सङ्ख्या"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+#, fuzzy
+#| msgid ""
+#| "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited "
+#| "number of actions."
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” for unlimited number "
+"of actions."
+msgstr ""
+"gedit ले पूर्वस्थितिमा फर्काउन वा रिडू गर्न सक्षम हुने कार्यहरूको अधिकतम सङ्ख्या । कार्यहरूको असिमित सङ्ख्याका लागि "
+"\"-१\" प्रयोग गर्नुहोस् ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "लाइन बेराइ मोड"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+#, fuzzy
+#| msgid ""
+#| "Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" for no wrapping, "
+#| "\"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_CHAR\" for wrapping at "
+#| "individual character boundaries. Note that the values are case-sensitive, so make sure they "
+#| "appear exactly as mentioned here."
+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 ""
+"सम्पादित क्षेत्रमा लामो लाइनहरू कसरी बेर्ने निश्चित गर्दछ । नबेर्नका लागि \"GTK_WRAP_NONE\", शब्द सिमामा बेर्नका "
+"लागि \"GTK_WRAP_WORD\", र ब्यक्तिगत क्यारेकटर सिमाका लागि \"GTK_WRAP_CHAR\" प्रयोग गर्नुहोस् । याद "
+"राख्नुहोस् मानहरू केस संवेदनशिल छन्, त्यसैले तिनीहरू हयाँ उल्लेख भए जस्तै दुरुस्तै देखिने निश्चित गर्नुहोस् ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when wrapping mode is off we "
+"still remember the split mode choice. Use “word” for wrapping at word boundaries, and “char” for "
+"wrapping at individual character boundaries."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "ट्याब साइज"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr "ट्याब क्यारेक्टरहरूको सट्टामा प्रदर्शित गरिनु पर्ने खालीस्थानहरूको सङ्ख्या निर्दिष्ट गर्दछ ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "खालीस्थान घुसाउनुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "gedit ले ट्याबहरूको सट्टा खालीस्थान घुसाउनु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+#, fuzzy
+#| msgid "Auto indent"
+msgid "Automatic indent"
+msgstr "स्वाचालित"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+#, fuzzy
+#| msgid "Whether gedit should enable auto indentation."
+msgid "Whether gedit should enable automatic indentation."
+msgstr "geditले वाक्य संरचना हाइलाइट गर्ने सक्षम पार्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "पङ्क्ति सङ्ख्या प्रदर्शन गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "gedit ले सम्पादित क्षेत्रमा लाइन सङ्ख्याहरू प्रदर्शन गर्नुपर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "हालको लाइन हाइलाइट गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "gedit ले हालको लाइन हाइलाइट गर्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "मिल्ने कोष्ठकलाई हाइलाइट गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+#, fuzzy
+#| msgid "Whether gedit should highlight matching bracket."
+msgid "Whether gedit should highlight matching brackets."
+msgstr "gedit ले हालको लाइन हाइलाइट गर्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "दायाँ सीमान्त प्रदर्शन गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "gedit ले सम्पादन क्षेत्रमा दायाँ सिमान्त प्रदर्शन गर्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "दायाँ सीमान्त स्थिति"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "दायाँ सीमान्तको स्थिति निर्दिष्ट गर्दछ ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Display Overview Map"
+msgstr "अवलोकन मानचित्र देखाउनुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+#, fuzzy
+#| msgid "Whether gedit should display the right margin in the editing area."
+msgid "Whether gedit should display the overview map for the document."
+msgstr "gedit ले सम्पादन क्षेत्रमा दायाँ सिमान्त प्रदर्शन गर्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:136
+#, fuzzy
+msgid "Document background pattern type"
+msgstr "स्क्यान गरिँदै कागजातको प्रकार"
+
+#: data/org.gnome.gedit.gschema.xml.in:137
+msgid "Whether the document will get a background pattern painted."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Smart Home End"
+msgstr "छरितो गृह समाप्ति"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+#, fuzzy
+#| 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."
+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 ""
+"गृह र ञन्त्य कुञ्जी थच्दा कसरी कर्सर सर्दछ भन्ने निर्दिष्ट गर्दछ । Use लाइनको सुरु/अन्त्यमा सार्न सधैँ \"DISABLED\", "
+"पहिलो पटक कुञ्जी थिच्दा लाइनको सुरु/अन्त्यमा सार्न र दोस्रो पटक कुञ्जी थिच्दा सेतो खालीस्थान उपेक्षित पाठको सुरु/"
+"अन्त्यमा सार्न \"AFTER\", लाइनको सुरु/अन्त्यमा सार्नु पहिला पाठको सुरु/अन्त्यमा सार्न \"BEFORE\" र लाइनको सुरु/"
+"अन्त्यको सट्टामा पाठको सुरु/अन्त्यमा सार्न \"ALWAYS\" प्रयोग गर्नुहोस् ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Restore Previous Cursor Position"
+msgstr "अघिल्लो कर्सर स्थिति पुन: भण्डारण गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr "फाइल लोड गरिएको बेला gedit ले अघिल्लो कर्सर स्थिति पुन: भण्डारण गर्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Syntax Highlighting"
+msgstr "वाक्य संरचना हाइलाइटिङ सक्षम पार्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "geditले वाक्य संरचना हाइलाइट गर्ने सक्षम पार्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Enable Search Highlighting"
+msgstr "हाइलाइटिङ खोजी सक्षम पार्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "gedit ले खोजी पाठको सबै घटनाहरू हाइलाइट गर्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:167
+#, fuzzy
+msgid "Ensure Trailing Newline"
+msgstr "नयाँ पङ्ति"
+
+#: data/org.gnome.gedit.gschema.xml.in:168
+#, fuzzy
+#| msgid "Whether gedit should include a document header when printing documents."
+msgid "Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "कागजात मुद्रण गर्दा gedit ले कागजात हेडर समाविष्ट गर्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Toolbar is Visible"
+msgstr "उपकरणपट्टी दृश्यात्मक छ"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "सम्पादन सञ्झ्यालमा उपकरणपट्टी दृश्यात्मक हुनुपर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+#, fuzzy
+msgid "Notebook Show Tabs Mode"
+msgstr "ट्याबहरु देखाऊ"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+#, fuzzy
+#| msgid ""
+#| "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no wrapping, "
+#| "\"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_CHAR\" for wrapping at "
+#| "individual character boundaries. Note that the values are case-sensitive, so make sure they "
+#| "appear exactly as mentioned here."
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the tabs, “always” to always "
+"show the tabs, and “auto” to show the tabs only when there is more than one tab. Note that the "
+"values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr ""
+"मुद्रणका लागि लामो लाइनहरू कसरी बेहोर्नु पर्दछ निर्दिष्ट गर्दछ । नबेराइका लागि \"GTK_WRAP_NONE\", शब्द सिमामा "
+"बेर्नका लागि \"GTK_WRAP_WORD\", र ब्यक्तिगत क्यारेक्टर सिमामा बेर्नका लागि \"GTK_WRAP_CHAR\" प्रयोग गर्नुहोस् "
+"। याद राख्नुहोस मानहरू केस संवेदनशिल हुन्छन्, त्यसैले तिनीहरू यहाँ उल्लेख गरे जस्तै उस्तै देखिने निश्चित गर्नुहोस् ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:184
+msgid "Status Bar is Visible"
+msgstr "वस्तुस्थिति पट्टी दृश्यात्मक छ"
+
+#: data/org.gnome.gedit.gschema.xml.in:185
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr "सम्पादन सञ्झ्यालको तलतिर वस्तुस्थिति पट्टी दृश्यात्मक हुनुपर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Side panel is Visible"
+msgstr "छेउपट्टी देखाउनुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+#, fuzzy
+#| msgid "Whether the side pane at the left of the editing window should be visible."
+msgid "Whether the side panel at the left of editing windows should be visible."
+msgstr "सम्पादन सञ्झ्यालको वायाँमा छेउ फलक दृश्यात्मक हुनुपर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:197
+msgid "Maximum Recent Files"
+msgstr "हालको अधिकतम फाइल"
+
+#: data/org.gnome.gedit.gschema.xml.in:198
+#, fuzzy
+#| msgid ""
+#| "Specifies the maximum number of recently opened files that will be displayed in the \"Recent "
+#| "Files\" submenu."
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed in the “Recent "
+"Files” submenu."
+msgstr "हालै खोलिएको फाइलहरूको अधिकतम सङ्ख्या निर्दिष्ट गर्दछ जुन \"हालको फाइल\" सहायक मेनुमा प्रदर्शित हुनेछ ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Print Syntax Highlighting"
+msgstr "वाक्यसंरचना हाइलाइटिङ मुद्रण गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "कागजात मुद्रण गर्दा gedit ले वाक्य संरचना हाइलाइट मुद्रण गर्नुपर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Header"
+msgstr "हेडर मुद्रण गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "कागजात मुद्रण गर्दा gedit ले कागजात हेडर समाविष्ट गर्नु पर्दछ या पर्दैन ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:219
+msgid "Printing Line Wrapping Mode"
+msgstr "मुद्रण लाइन बेराइ मोड"
+
+#: data/org.gnome.gedit.gschema.xml.in:220
+#, fuzzy
+#| msgid ""
+#| "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no wrapping, "
+#| "\"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_CHAR\" for wrapping at "
+#| "individual character boundaries. Note that the values are case-sensitive, so make sure they "
+#| "appear exactly as mentioned here."
+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 ""
+"मुद्रणका लागि लामो लाइनहरू कसरी बेहोर्नु पर्दछ निर्दिष्ट गर्दछ । नबेराइका लागि \"GTK_WRAP_NONE\", शब्द सिमामा "
+"बेर्नका लागि \"GTK_WRAP_WORD\", र ब्यक्तिगत क्यारेक्टर सिमामा बेर्नका लागि \"GTK_WRAP_CHAR\" प्रयोग गर्नुहोस् "
+"। याद राख्नुहोस मानहरू केस संवेदनशिल हुन्छन्, त्यसैले तिनीहरू यहाँ उल्लेख गरे जस्तै उस्तै देखिने निश्चित गर्नुहोस् ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:224
+msgid "Print Line Numbers"
+msgstr "लाइन सङ्ख्यामुद्रण गर्नुहोस्"
+
+#: data/org.gnome.gedit.gschema.xml.in:225
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, "
+"gedit will print line numbers every such number of lines."
+msgstr ""
+"यदि यो मान ० छ भने कागजात मुद्रण गर्दा कुनै लाइन नम्बर घुसाइने छैन । अन्यथा gedit ले प्रत्येक त्यस्ता लाइनहरू मुद्रण "
+"गर्नेछ ।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:229
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:230
+msgid "Body Font for Printing"
+msgstr "मुद्रणका लागि मुख्य फन्ट"
+
+#: data/org.gnome.gedit.gschema.xml.in:231
+#, fuzzy
+#| msgid "Specifies the font to use for a document's body when printing documents."
+msgid "Specifies the font to use for a document’s body when printing documents."
+msgstr "कागजातहरू मुद्रण गर्दा कागजातको मुख्य भागका लागि प्रयोग गर्न फन्ट निर्दिष्ट गर्दछ ।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:235
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:236
+msgid "Header Font for Printing"
+msgstr "मुद्रणका लागि हेडर फन्ट"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+#, fuzzy
+#| 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."
+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 ""
+"कागजात मुद्रण गर्दा पृष्ट हेडरका लागिहरूका लागि प्रयोग गर्नलाई फन्ट निर्दिष्ट गर्दछ । यदि \"Print Header\" "
+"विकल्प खुला छ भने मात्र यसले प्रभाव पार्नेछ ।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:241
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Line Number Font for Printing"
+msgstr "मुद्रणका लागि लाइन नम्बर फन्ट"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+#, fuzzy
+#| 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."
+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 ""
+"मुद्रण गर्दा लाइन सङ्ख्याका लागि प्रयोग गर्नुपर्ने फन्ट निर्दिष्ट गर्दछ । यदि \"Print Line Numbers\" विकल्प शून्य "
+"रहित छ भने मात्र यसले प्रभाव पार्नेछ ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Left"
+msgstr "देब्रे सीमान्त"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+#, fuzzy
+msgid "The left margin, in millimeters."
+msgstr "पिक्सलभित्र देब्रेकिनारको चौडाइ"
+
+#: data/org.gnome.gedit.gschema.xml.in:252
+msgid "Margin Top"
+msgstr "माथिल्लो सीमान्त"
+
+#: data/org.gnome.gedit.gschema.xml.in:253
+#, fuzzy
+#| msgid "Topmargin in pixels"
+msgid "The top margin, in millimeters."
+msgstr "मिलिमिटर"
+
+#: data/org.gnome.gedit.gschema.xml.in:257
+msgid "Margin Right"
+msgstr "दायाँ सीमान्त"
+
+#: data/org.gnome.gedit.gschema.xml.in:258
+#, fuzzy
+msgid "The right margin, in millimeters."
+msgstr "पिक्सलभित्र दाहिनेकिनारको चौडाइ"
+
+#: data/org.gnome.gedit.gschema.xml.in:262
+msgid "Margin Bottom"
+msgstr "तल्लो सीमान्त"
+
+#: data/org.gnome.gedit.gschema.xml.in:263
+#, fuzzy
+msgid "The bottom margin, in millimeters."
+msgstr "तल्लो सीमान्त"
+
+#: data/org.gnome.gedit.gschema.xml.in:269
+#, fuzzy
+#| msgid "Character codings"
+msgid "Candidate Encodings"
+msgstr "उमेद्वार"
+
+#: data/org.gnome.gedit.gschema.xml.in:270
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/save file chooser. "
+"“CURRENT” represents the current locale encoding. Only recognized encodings are used. The default "
+"value is the empty list, in which case gedit will choose good defaults depending on the country "
+"and language."
+msgstr ""
+
+#: data/org.gnome.gedit.gschema.xml.in:316
+msgid "Active plugins"
+msgstr "सक्रिय प्लगइनहरू"
+
+#: data/org.gnome.gedit.gschema.xml.in:317
+#, fuzzy
+#| msgid ""
+#| "List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-"
+#| "plugin file for obtaining the \"Location\" of a given plugin."
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. See the .gedit-plugin "
+"file for obtaining the “Location” of a given plugin."
+msgstr ""
+"सक्रिय प्लगइनहरूको सूची । यसले सक्रिय प्लगइनहरूको \"स्थान\" समाविष्ट गर्दछ । दिइएको प्लगइनको \"स्थान\" प्राप्त "
+"गर्नका लागि gedit-प्लगइन फाइल ।"
+
+#: gedit/gedit-app.c:114
+msgid "Show the application’s version"
+msgstr "एप्लिकेशनको संसकरण देखाउनुहोस्"
+
+#: gedit/gedit-app.c:120
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+
+#: gedit/gedit-app.c:127
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr "आदेश रेखामा सुचीबद्ध गरिएका फाइलहरू खोल्न प्रयोग गरिने क्यारेक्टर सङ्केतनहरू सेट गर्नुहोस्"
+
+#: gedit/gedit-app.c:128
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: gedit/gedit-app.c:134
+#, fuzzy
+#| msgid "Create a new toplevel window in an existing instance of gedit"
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "gedit को एउटा अवस्थित दृष्टान्तमा एउटा नयाँ माथिल्लो तहको सञ्झ्याल सिर्जना गर्नुहोस्"
+
+#: gedit/gedit-app.c:141
+msgid "Create a new document in an existing instance of gedit"
+msgstr "gedit को एउटा अवस्थित दृष्टान्तमा नयाँ कागजात सिर्जना गर्नुहोस्"
+
+#: gedit/gedit-app.c:148
+msgid "Open files and block process until files are closed"
+msgstr ""
+
+#: gedit/gedit-app.c:155
+#, fuzzy
+msgid "Run gedit in standalone mode"
+msgstr "पूरा पर्दा मोडमा इभान्स चलाउनुहोस्"
+
+#: gedit/gedit-app.c:162
+#, fuzzy
+#| msgid "[FILE...] [+LINE[:COLUMN]]"
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "प्रक्रिया \"आदेश रेखा\" स्तम्भको चौडाइ"
+
+#: gedit/gedit-app.c:281
+msgid "There was an error displaying the help."
+msgstr "मद्दत प्रदर्शन गर्दा त्यहाँ एउटा त्रुटि"
+
+#: gedit/gedit-app.c:972
+#, fuzzy, c-format
+#| msgid "%s: invalid encoding.\n"
+msgid "%s: invalid encoding."
+msgstr "अवैध सङ्केतन"
+
+#: gedit/gedit-close-confirmation-dialog.c:279
+msgid "Close _without Saving"
+msgstr "बचत नगरी बन्द गर्नुहोस्"
+
+#: gedit/gedit-close-confirmation-dialog.c:285 gedit/gedit-commands-file.c:462
+#: gedit/gedit-commands-file.c:567 gedit/gedit-commands-file.c:643 gedit/gedit-commands-file.c:854
+#: gedit/gedit-commands-file.c:1583 gedit/gedit-encodings-dialog.c:194
+#: gedit/gedit-preferences-dialog.c:825 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:213 plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789 plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912 plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_रद्द गर्नुहोस्"
+
+#: gedit/gedit-close-confirmation-dialog.c:312 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+#, fuzzy
+#| msgid "Save As…"
+msgid "_Save As…"
+msgstr "यस रूपमा बचत गर्नुहोस्..."
+
+#: gedit/gedit-close-confirmation-dialog.c:312 gedit/gedit-commands-file.c:855
+#: gedit/resources/gtk/menus-common.ui:127 gedit/resources/ui/gedit-window.ui:105
+#: plugins/snippets/snippets/manager.py:875 plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "सङ्ग्रह गर्नुहोस्"
+
+# "सुरक्षा गरिएन भने अन्तिम मिनटको लेखपत्र %ld पक्कै हराउँछ"
+#: gedit/gedit-close-confirmation-dialog.c:330
+#, fuzzy, c-format
+#| msgid "If you don't save, changes from the last %ld second will be permanently lost."
+#| msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgid "If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don’t save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम %ld सेकेन्डका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+msgstr[1] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम %ld सेकेन्डका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+
+# "सुरक्षा गरिएन भने अन्तिम %ld पक्कै "
+# "हराउँछ"
+#: gedit/gedit-close-confirmation-dialog.c:339
+#, fuzzy
+#| msgid "If you don't save, changes from the last minute will be permanently lost."
+msgid "If you don’t save, changes from the last minute will be permanently lost."
+msgstr "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम मिनेटका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+
+# "सुरक्षा गरिएन भने अन्तिम %ld पक्कै "
+# "हराउँछ"
+#: gedit/gedit-close-confirmation-dialog.c:345
+#, fuzzy, c-format
+#| msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgid "If you don’t save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम मिनेट र %ld सेकेन्डका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+msgstr[1] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम मिनेट र %ld सेकेन्डका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+
+# "सुरक्षा गरिएन भने अन्तिम %ld पक्कै "
+# "हराउँछ"
+#: gedit/gedit-close-confirmation-dialog.c:355
+#, fuzzy, c-format
+#| msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+#| msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgid "If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don’t save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम %ld मिनेटका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+msgstr[1] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम %ld मिनेटहरूका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+
+# "सुरक्षा गरिएन भने अन्तिम मिनटको लेखपत्र %ld पक्कै हराउँछ"
+#: gedit/gedit-close-confirmation-dialog.c:370
+#, fuzzy
+#| msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम घण्टाको परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+
+# "सुरक्षा गरिएन भने अन्तिम %ld पक्कै "
+# "हराउँछ"
+#: gedit/gedit-close-confirmation-dialog.c:376
+#, fuzzy, c-format
+#| msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgid "If you don’t save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम घन्टा र %d मिनेटका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+msgstr[1] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम घन्टा र %d मिनेटका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+
+# "सुरक्षा गरिएन भने अन्तिम मिनटको लेखपत्र %ld पक्कै हराउँछ"
+#: gedit/gedit-close-confirmation-dialog.c:391
+#, fuzzy, c-format
+#| msgid "If you don't save, changes from the last %d hour will be permanently lost."
+#| msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgid "If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम %d घण्टाका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+msgstr[1] "यदि तपाईँले बचत गर्नुभएन भने, अन्तिम %d घण्टाहरूका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:420
+#, fuzzy, c-format
+#| msgid "Changes to document \"%s\" will be permanently lost."
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "%d कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+
+# सुरक्षा गरिएन भने अन्तिम %d घडीको लेखपत्र पक्कै हराउँछ
+#: gedit/gedit-close-confirmation-dialog.c:425
+#, fuzzy, c-format
+#| msgid "Save the changes to document \"%s\" before closing?"
+msgid "Save changes to document “%s” before closing?"
+msgstr "त्यहाँ बचत नगरिएको परिवर्तनहरू सहित %d कागजात छ । बन्द गर्नु पहिला परिवर्तनहरू बचत गर्नुहुन्छ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:440 gedit/gedit-close-confirmation-dialog.c:564
+msgid "Saving has been disabled by the system administrator."
+msgstr "प्रणाली प्रशासकद्वारा बचत अक्षम पारिएको छ ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:506
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+msgstr[1] "%d कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:514
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "त्यहाँ बचत नगरिएको परिवर्तनहरू सहित %d कागजात छ । बन्द गर्नु पहिला परिवर्तनहरू बचत गर्नुहुन्छ?"
+msgstr[1] "त्यहाँ बचत नगरिएको परिवर्तनहरू सहित %d कागजातहरू छन् । बन्द गर्नु पहिला परिवर्तनहरू बचत गर्नुहुन्छ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:540
+msgid "Docum_ents with unsaved changes:"
+msgstr "बचत नगरिएको परिवर्तनहरू सहित कागजातहरू:"
+
+#: gedit/gedit-close-confirmation-dialog.c:544
+msgid "S_elect the documents you want to save:"
+msgstr "तपाईँले बचत गर्न चाहनुभएको कागजातहरू चयन गर्नुहोस्:"
+
+#: gedit/gedit-close-confirmation-dialog.c:568
+#, fuzzy
+#| msgid "If you don't save, all your changes will be permanently lost."
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "यदि तपाईंले प्रतिलिपि बचत गर्नुभएन भने, परिवर्तनहरू स्थायी रूपमा हराउनेछन्।"
+
+#: gedit/gedit-commands-file.c:261
+#, fuzzy, c-format
+#| msgid "Loading file '%s'…"
+msgid "Loading file “%s”…"
+msgstr "युआई फाइल लोड गर्दा त्रुटि"
+
+#: gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d फाइल लोड गर्दैछ..."
+msgstr[1] "%d फाइलहरू लोड गर्दैछ..."
+
+#. Translators: "Open" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr " खोल्नुहोस्"
+
+#: gedit/gedit-commands-file.c:463 gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106 gedit/resources/ui/gedit-window.ui:48
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46 plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_खोल्नुहोस्"
+
+#: gedit/gedit-commands-file.c:558
+#, fuzzy, c-format
+#| msgid "The file \"%s\" is read-only."
+msgid "The file “%s” is read-only."
+msgstr "%s पात्रो पढ्ने मात्र हो ।"
+
+#: gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "तपाईँले बचत गरिरहनुभएको एउटासँग यसलाई प्रतिस्थापन गर्न प्रयास गर्न चाहनुहुन्छ?"
+
+#: gedit/gedit-commands-file.c:568 gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "प्रतिस्थापन गर्नुहोस्"
+
+#: gedit/gedit-commands-file.c:608
+#, fuzzy
+msgid "Save the file using compression?"
+msgstr "फाइल बचत गर्न असफल भयो"
+
+#: gedit/gedit-commands-file.c:612
+#, fuzzy
+msgid "Save the file as plain text?"
+msgstr "सादा पाठमा बचत गर्नुहोस्"
+
+#: gedit/gedit-commands-file.c:625
+#, c-format
+msgid "The file “%s” was previously saved as plain text and will now be saved using compression."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:629
+#, fuzzy
+msgid "_Save Using Compression"
+msgstr "सङ्कुचन अनुपात:"
+
+#: gedit/gedit-commands-file.c:634
+#, c-format
+msgid "The file “%s” was previously saved using compression and will now be saved as plain text."
+msgstr ""
+
+#: gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "सादा पाठमा बचत गर्नुहोस्"
+
+#: gedit/gedit-commands-file.c:752 gedit/gedit-commands-file.c:1019
+#, fuzzy, c-format
+#| msgid "Saving file '%s'…"
+msgid "Saving file “%s”…"
+msgstr "%s फाइल बचत गर्दा त्रुटि"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "...नाममा बचत गर्नुस"
+
+#: gedit/gedit-commands-file.c:1101
+#, fuzzy
+msgid "No changes need to be saved"
+msgstr "आवश्यक प्रयोगकर्ता अवरोध"
+
+#: gedit/gedit-commands-file.c:1444
+#, fuzzy, c-format
+#| msgid "Reverting the document '%s'…"
+msgid "Reverting the document “%s”…"
+msgstr "%s बाट %s उल्टाउँदै"
+
+#: gedit/gedit-commands-file.c:1491
+#, fuzzy, c-format
+#| msgid "Revert unsaved changes to document '%s'?"
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "%s कागजाता बचत नगरिएको परिवर्तनहरू उल्टाउनुहुन्छ?"
+
+#: gedit/gedit-commands-file.c:1500
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] "अन्तिम %ld सेकेण्डमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+msgstr[1] "अन्तिम %ld सेकेण्डहरूमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+
+#
+#: gedit/gedit-commands-file.c:1509
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr "अन्तिम मिनटमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछ ।"
+
+#: gedit/gedit-commands-file.c:1515
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] "अन्तिम मिनेट र %ld सेकेन्डमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+msgstr[1] "अन्तिम मिनेट र %ld सेकेन्डहरूमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+
+#: gedit/gedit-commands-file.c:1525
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] "अन्तिम %ld मिनेटमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+msgstr[1] "अन्तिम %ld मिनेटहरूमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+
+#: gedit/gedit-commands-file.c:1540
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "अन्तिम घण्टामा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+
+#: gedit/gedit-commands-file.c:1546
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] "अन्तिम घण्टा र %d मिनेटमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+msgstr[1] "अन्तिम घण्टा र %d मिनेटहरूमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+
+#: gedit/gedit-commands-file.c:1561
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "अन्तिम %d घण्टामा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+msgstr[1] "अन्तिम %d घण्टाहरूमा कागजातमा गरिएका परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।"
+
+#: gedit/gedit-commands-file.c:1584
+msgid "_Revert"
+msgstr "उल्टाउनुहोस्"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "जीनोम डेस्कटपका लागि gedit सानो र हल्का पाठ सम्पादक हो"
+
+#: gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"translator-credits Pawan Chitrakar <chautari@gmail.com>, Laxmi Pd Khatiwada <laxmi@mpp.org.np>, "
+"Ganesh Bahadur Ghimire <gghimire@gmail.com>, Narayan Kumar Magar <narayan@mpp.org.np>"
+
+#: gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d घटना फेला पारियो र प्रतिस्थापन गरियो"
+msgstr[1] "%d घटनाहरू फेला पारियो र प्रतिस्थापन गरियो"
+
+#: gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "एउटा घटना फेला पारियो र प्रतिस्थापन गरियो"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:142
+#, fuzzy, c-format
+#| msgid "\"%s\" not found"
+msgid "“%s” not found"
+msgstr "%s फेला परेन"
+
+#: gedit/gedit-document.c:1079 gedit/gedit-document.c:1112
+#, c-format
+msgid "Untitled Document %d"
+msgstr "शीर्षक नभएको कागजात %d"
+
+#: gedit/gedit-documents-panel.c:399
+#, fuzzy, c-format
+msgid "Tab Group %i"
+msgstr "समूह"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1161 gedit/gedit-window.c:1167
+#: gedit/gedit-window.c:1175
+#, fuzzy
+#| msgid "Read Only"
+msgid "Read-Only"
+msgstr "पढ्न मात्रै मिल्ने "
+
+#: gedit/gedit-encodings-combo-box.c:299 gedit/gedit-file-chooser-dialog-osx.m:565
+msgid "Automatically Detected"
+msgstr "स्वचालित रूपमा पत्ता लगाइयो"
+
+#: gedit/gedit-encodings-combo-box.c:328 gedit/gedit-file-chooser-dialog-osx.m:574
+#, fuzzy
+#| msgid "Add or Remove..."
+msgid "Add or Remove…"
+msgstr "पङ्क्तिहरू थप्ने वा हटाउने"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "हालको लोक्याल (%s)"
+
+#: gedit/gedit-encodings-dialog.c:95
+#, fuzzy, c-format
+#| msgid "Current Locale (%s)"
+msgid "%s (Current Locale)"
+msgstr "हालको लोक्याल (%s)"
+
+#: gedit/gedit-encodings-dialog.c:190
+#, fuzzy
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "के तपाईँ सबै प्राथमिकता वास्तवमा पूर्वनिर्धारित मानमा रिसेट गर्न चाहनुहुन्छ?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:195 gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "_पुनः मिलाउ"
+
+#: gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "थप्नुहोस्"
+
+#: gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "हटाउने"
+
+#: gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "उच्च प्राथमिकतामा सार्नुहोस्"
+
+#: gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "न्यून प्राथमिकतामा सार्नुहोस्"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:45 gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "सबै फाइलहरू"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:46
+msgid "All Text Files"
+msgstr "सबै पाठ फाइलहरू"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:317 gedit/gedit-file-chooser-dialog-osx.m:547
+#, fuzzy
+#| msgid "Ch_aracter coding:"
+msgid "Character Encoding:"
+msgstr "वर्ण सङ्केतन"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:350 gedit/gedit-file-chooser-dialog-osx.m:620
+#, fuzzy
+#| msgid "Encoding:"
+msgid "Line Ending:"
+msgstr "पङ्ति"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1245
+#: plugins/externaltools/tools/manager.py:115 plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440 plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "सादा पाठ"
+
+#: gedit/gedit-io-error-info-bar.c:142 gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "पुन: प्रयास गर्नुहोस्"
+
+#: gedit/gedit-io-error-info-bar.c:162
+#, fuzzy, c-format
+#| msgid "Could not find the file %s."
+msgid "Could not find the file “%s”."
+msgstr "नक्कली सामग्री %s फेला पार्न सकेन"
+
+#: gedit/gedit-io-error-info-bar.c:164 gedit/gedit-io-error-info-bar.c:204
+#: gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr "कृपया तपाईले टाइप गर्नुभएको स्थान ठीकसँग जाँच गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:183
+#, fuzzy, c-format
+#| msgid "gedit cannot handle %s locations."
+msgid "Unable to handle “%s:” locations."
+msgstr "सहभागी अद्यावधिक गर्न अक्षम । %s"
+
+#: gedit/gedit-io-error-info-bar.c:189
+#, fuzzy
+#| msgid "gedit cannot handle this location."
+msgid "Unable to handle this location."
+msgstr "स्थान पहुँच गर्न असक्षम"
+
+#: gedit/gedit-io-error-info-bar.c:198
+#, fuzzy
+#| msgid "The selected color scheme cannot be installed."
+msgid "The location of the file cannot be accessed."
+msgstr "फाइल पहुँच प्राप्त गरिएको मिति ।"
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, fuzzy, c-format
+#| msgid "%s is a directory."
+msgid "“%s” is a directory."
+msgstr "%s: %d: निर्देशिका पहिले नै अवस्थित छ"
+
+#: gedit/gedit-io-error-info-bar.c:209
+#, fuzzy, c-format
+#| msgid "%s is not a valid location."
+msgid "“%s” is not a valid location."
+msgstr "स्थान वैध छैन ।"
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:245
+#, fuzzy, c-format
+#| msgid ""
+#| "Host %s could not be found. Please check that your proxy settings are correct and try again."
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are correct and try again."
+msgstr "%s होष्ट फेला पार्न सकिएन । कृपया तपाईँको प्रोक्सी सेटिङ्हरू ठीक सँग जाँच गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:260
+#, fuzzy, c-format
+#| msgid "Host name was invalid. Please check that you typed the location correctly and try again."
+msgid "Hostname was invalid. Please check that you typed the location correctly and try again."
+msgstr "कृपया तपाईले टाइप गर्नुभएको स्थान ठीकसँग जाँच गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:268
+#, fuzzy, c-format
+#| msgid "%s is not a regular file."
+msgid "“%s” is not a regular file."
+msgstr "लक्ष्य फाइल नियमित फाइल होइन ।"
+
+#: gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "जडान समय समाप्त भयो । कृपया फेरि प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "अनपेक्षित त्रुटि: %s"
+
+#: gedit/gedit-io-error-info-bar.c:342
+#, fuzzy
+#| msgid "gedit cannot find it. Perhaps it has recently been deleted."
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "gedit ले यो फेला पार्न सक्दैन । सायद यो हालै मेटिएको छ ।"
+
+#: gedit/gedit-io-error-info-bar.c:352
+#, fuzzy, c-format
+#| msgid "Could not revert the file %s."
+msgid "Could not revert the file “%s”."
+msgstr "फाइल खोल्न सकेन: %s: %s"
+
+#: gedit/gedit-io-error-info-bar.c:379
+#, fuzzy
+#| msgid "Ch_aracter coding:"
+msgid "Ch_aracter Encoding:"
+msgstr "क्यारेक्टर सङ्केतन:"
+
+#: gedit/gedit-io-error-info-bar.c:440
+#, fuzzy, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "मुद्रणयन्त्र \"%s\" हाल बन्द हो ।"
+
+#: gedit/gedit-io-error-info-bar.c:455
+#, fuzzy
+msgid "Your system is offline. Check your network."
+msgstr "क्रिपया आफ्नो नेटवर्क सेटिङहरू जाँच गर्नुहोस् र पृष्ठ रिफ्रेस गर्न प्रयास गर्नुहोस्।"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:499 gedit/gedit-io-error-info-bar.c:764
+#, fuzzy
+#| msgid "_Edit Anyway"
+msgid "Edit Any_way"
+msgstr "सम्पादन (_E)"
+
+#: gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be found within this limit."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "यो फाइल खोल्न तपाईँसँग आवश्यक अनुमतिहरू छैनन् ।"
+
+#: gedit/gedit-io-error-info-bar.c:597
+#, fuzzy
+#| msgid "gedit has not been able to detect the character coding."
+msgid "Unable to detect the character encoding."
+msgstr "क्यारेक्टर सङ्केतन सेट गर्नुहोस्"
+
+#: gedit/gedit-io-error-info-bar.c:598 gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr "कृपया तपाईँले खोल्न प्रयास नगर्नु भएको एउटा बाइनरी फाइल जाँच गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:599
+#, fuzzy
+#| msgid "Select a character coding from the menu and try again."
+msgid "Select a character encoding from the menu and try again."
+msgstr "मेनुबाट क्यारेक्टर कोडिङ चयन गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:605
+#, fuzzy, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "%s: %s: फाइल खोल्दा त्रुटि: %s\n"
+
+#: gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing this file you could "
+"corrupt this document."
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:610
+#, fuzzy
+#| msgid "Select a character coding from the menu and try again."
+msgid "You can also choose another character encoding and try again."
+msgstr "मेनुबाट क्यारेक्टर कोडिङ चयन गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:619
+#, fuzzy, c-format
+#| msgid "Could not open the file %s using the %s character coding."
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "%s फाइल %s क्यारेक्टर कोडिङ प्रयोग गरेर खोल्न सकेन ।"
+
+#: gedit/gedit-io-error-info-bar.c:623 gedit/gedit-io-error-info-bar.c:698
+#, fuzzy
+#| msgid "Select a different character coding from the menu and try again."
+msgid "Select a different character encoding from the menu and try again."
+msgstr "मेनुबाट एउटा फरक क्यारेक्टर कोडिङ चयन गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:635
+#, fuzzy, c-format
+#| msgid "Could not open the file %s."
+msgid "Could not open the file “%s”."
+msgstr "%s पत्र फाइल खोल्न सकेन: %s"
+
+#: gedit/gedit-io-error-info-bar.c:693
+#, fuzzy, c-format
+#| msgid "Could not save the file %s using the %s character coding."
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "%s फाइल %s क्यारेक्टर कोडिङ प्रयोग गरेर बचत गर्न सकेन ।"
+
+#: gedit/gedit-io-error-info-bar.c:696
+#, fuzzy
+#| msgid ""
+#| "The document contains one or more characters that cannot be encoded using the specified "
+#| "character coding."
+msgid ""
+"The document contains one or more characters that cannot be encoded using the specified character "
+"encoding."
+msgstr ""
+"कागजातले एक वा बढि क्यारेक्टरहरू समाविष्ट गर्दछ जुन निर्दिष्ट गरिएको क्यारेक्टर कोडिङ प्रयोग गरेर सङ्केतन गर्न "
+"सकिँदैन ।"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:769
+#, fuzzy
+#| msgid "_Don't Edit"
+msgid "D_on’t Edit"
+msgstr "सम्पादन (_E)"
+
+#: gedit/gedit-io-error-info-bar.c:779
+#, fuzzy, c-format
+#| msgid "This file (%s) is already open in another gedit window."
+msgid "This file “%s” is already open in another window."
+msgstr "\"%s\" मा उही नामको अर्को फाइल पहिले नै अवस्थित छ।"
+
+#: gedit/gedit-io-error-info-bar.c:793
+#, fuzzy
+#| msgid "Do you want to reload the file?"
+msgid "Do you want to edit it anyway?"
+msgstr "के तपाईँ निरन्तर गर्न चाहनुहुन्छ ?"
+
+#: gedit/gedit-io-error-info-bar.c:849 gedit/gedit-io-error-info-bar.c:939
+#: gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "जसरी पनि बचत गर्नुहोस्"
+
+#: gedit/gedit-io-error-info-bar.c:852 gedit/gedit-io-error-info-bar.c:942
+#: gedit/gedit-io-error-info-bar.c:1232
+#, fuzzy
+#| msgid "D_on't Save"
+msgid "D_on’t Save"
+msgstr "%d मा समूह आइ डी सेट गर्न सकिएन"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:866
+#, fuzzy, c-format
+#| msgid "The file %s has been modified since reading it."
+msgid "The file “%s” has been modified since reading it."
+msgstr "फाइल%s पढेर यसलाई परिमार्जन गरिएको छ"
+
+#: gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "यदि तपाईँले यसलाई बचत गर्नुभएमा, सबै बाह्य परिवर्तनहरू नष्ट हुन सक्नेछ । जे भए पनि यसलाई बचत गर्नुहुन्छ?"
+
+#: gedit/gedit-io-error-info-bar.c:961
+#, fuzzy, c-format
+#| msgid "Could not create a backup file while saving %s"
+msgid "Could not create a backup file while saving “%s”"
+msgstr "%s बचत गरिरहेको बेला जगेडा फाइल सिर्जना गर्न सकेन"
+
+#: gedit/gedit-io-error-info-bar.c:966
+#, fuzzy, c-format
+#| msgid "Could not create a temporary backup file while saving %s"
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "%s बचत गरिरहेको बेला एउटा अस्थायी जगेडा फाइल सिर्जना गर्न सकेन"
+
+#: gedit/gedit-io-error-info-bar.c:983
+#, fuzzy
+#| msgid ""
+#| "gedit could not backup the old copy of the file before saving the new one. You can ignore this "
+#| "warning and save the file anyway, but if an error occurs while saving, you could lose the old "
+#| "copy of the file. Save anyway?"
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You can ignore this warning "
+"and save the file anyway, but if an error occurs while saving, you could lose the old copy of the "
+"file. Save anyway?"
+msgstr ""
+"gedit ले नयाँ फाइल बचत गर्नु पहिला फाइलको पुरानो प्रतिलिपि जगेडा गर्न सकेन । तपाईँ यो चेतावनी उपेक्षा गर्न "
+"सक्नुहुन्छ र फाइल जसरी पनि बचत गर्न सक्नुहुन्छ, तर यदि फाइल बचत गरिरहेको बेला त्रुटि देखा पर्दछ भने, तपाईँले फाइलको "
+"पुरानो प्रतिलिपि नष्ट गर्न सक्नुहुनेछ । जे भए पनि बचत गर्नुहुन्छ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:1043
+#, fuzzy, c-format
+#| msgid ""
+#| "gedit cannot handle %s locations in write mode. Please check that you typed the location "
+#| "correctly and try again."
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+"gedit ले %s स्थानहरू लेखन मोडमा ह्याण्डल गर्न सक्दैन । कृपया तपाईँले टाइप गर्नुभएको स्थान ठीकसँग जाँच गर्नुहोस् र फेरि "
+"प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:1051
+#, fuzzy
+#| msgid ""
+#| "gedit cannot handle this location in write mode. Please check that you typed the location "
+#| "correctly and try again."
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"gedit ले यो स्थान लेखन मोडमा ह्याण्डल गर्न सकिँदैन । कृपया तपाईँले टाइप गर्नुभएको स्थान ठीकसँग जाँच गर्नुहोस् र फेरि "
+"प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:1060
+#, fuzzy, c-format
+#| msgid ""
+#| "%s is not a valid location. Please check that you typed the location correctly and try again."
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location correctly and try again."
+msgstr "%s वैध स्थान होइन । कृपया तपाईँले टाइप गर्नुभएको स्थान ठीकसँग जाँच गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"यो फाइल बचत गर्न तपाईँसँग आवश्यक अनुमतिहरू छैन । कृपया तपाईँले टाइप गर्नुभएको स्थान ठीकसँग जाँच गर्नुहोस् र फेरि "
+"प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:1073
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr ""
+"त्यहाँ फाइल बचत गर्नका लागि पर्याप्त डिस्क खालीस्थान छैन । कृपया केही डिस्क खालीस्थान स्वतन्त्र गर्नुहोस् र फेरि "
+"प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"तपाईँले पढ्ने मात्र डिस्कमा फाइल बचत गर्न प्रयास गरिरहनु भएको छ । कृपया तपाईँले स्थान सही तरिकाले टाइप गर्नुभएको "
+"जाँच गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "एउटै नामको फाइल पहिल्यै अवस्थित छ । कृपया फरक नाम प्रयोग गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of the file names. "
+"Please use a shorter name."
+msgstr ""
+"तपाईँले फाइल बचत गर्न प्रयास गरिरहनु भएको डिस्कमा फाइल नामको लम्बाइमा सिमा छ । कृपया छोटो नाम प्रयोग "
+"गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:1100
+#, fuzzy
+#| msgid ""
+#| "The disk where you are trying to save the file has a limitation on file sizes. Please try "
+#| "saving a smaller file or saving it to a disk that does not have this limitation."
+msgid ""
+"The disk where you are trying to save the file has a limitation on file sizes. Please try saving "
+"a smaller file or saving it to a disk that does not have this limitation."
+msgstr ""
+"तपाईँले फाइल बचत गर्न प्रयास गरिरहनुभएको डिस्कसँग फाइल साइजमा सिमा छ । कृपया सानो फाइल बचत गर्न प्रयास "
+"गर्नुहोस् वा यो सिमा नभएको डिस्कमा बचत गर्न प्रयास गर्नुहोस् ।"
+
+#: gedit/gedit-io-error-info-bar.c:1117
+#, fuzzy, c-format
+#| msgid "Could not save the file %s."
+msgid "Could not save the file “%s”."
+msgstr "%s बचत गर्न सकेन"
+
+#: gedit/gedit-io-error-info-bar.c:1157
+#, fuzzy, c-format
+#| msgid "The file %s changed on disk."
+msgid "The file “%s” changed on disk."
+msgstr "\"%s\" मा डिस्क स्पेस कम छ ।"
+
+#: gedit/gedit-io-error-info-bar.c:1168
+#, fuzzy
+msgid "Drop Changes and _Reload"
+msgstr "झार्नुहोस्"
+
+#: gedit/gedit-io-error-info-bar.c:1178 gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus.ui:9 gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "पुन: लोड गर्नुहोस्"
+
+#: gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr ""
+
+#: gedit/gedit-io-error-info-bar.c:1258
+msgid "If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+
+#: gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "सम्पादकद्वारा प्रयोग गरिनका लागि फन्ट चयन गर्नलाई यो बटन थिच्नुहोस्"
+
+#: gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "प्रणाली स्थिर चौडाइ (%s) फन्ट प्रयोग गर्नुहोस्"
+
+#: gedit/gedit-preferences-dialog.c:601
+#, fuzzy, 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 "Directory '%s' डाइरेक्टरी सिर्जना गर्न सकिएन: प्रमूल() सँग जिएमके डाइरेक्टरी असफल भयो: %s"
+
+#: gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "चयन गरिएको रङ योजना स्थापना गर्न सकिँदैन ।"
+
+#: gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "योजना थप्नुहोस्"
+
+#: gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "योजना थप्नुहोस्"
+
+#: gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "रङ योजना फाइलहरू"
+
+#: gedit/gedit-preferences-dialog.c:861
+#, fuzzy, c-format
+#| msgid "Could not remove color scheme \"%s\"."
+msgid "Could not remove color scheme “%s”."
+msgstr "क्यास प्रविष्टि हटाउन सकन: %s: %s"
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "तयारी गर्दैछ..."
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "फाइल: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "%Q को पृष्ठ %N"
+
+#: gedit/gedit-print-job.c:626
+#, fuzzy, c-format
+#| msgid "Rendering page %d of %d..."
+msgid "Rendering page %d of %d…"
+msgstr "%d को %d पृष्ठ"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d को %d पृष्ठ"
+
+#: gedit/gedit-replace-dialog.c:690 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83 plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "केही पनि होइन"
+
+#: gedit/gedit-replace-dialog.c:779 gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "फेला पार्नुहोस् र प्रतिस्थापन गर्नुहोस्"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:58 gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "त्यहाँ त्रुटिहरूसँग एउटा ट्याब छ"
+msgstr[1] "त्यहाँ त्रुटिहरूसँग %d ट्याबहरू छन्"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:823
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s बाट %s उल्टाउँदै"
+
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s"
+msgstr "%s उल्टाउँदै"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:843
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s बाट %s लोड गर्दै"
+
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s"
+msgstr "%s लोड गर्दै"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:930
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s लाई %s मा बचत गर्दै"
+
+#: gedit/gedit-tab.c:935
+#, c-format
+msgid "Saving %s"
+msgstr "%s बचत गर्दै"
+
+#: gedit/gedit-tab.c:1538
+#, c-format
+msgid "Error opening file %s"
+msgstr "%s फाइल खोल्दा त्रुटि"
+
+#: gedit/gedit-tab.c:1543
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s फाइल उल्टाउँदा त्रुटि"
+
+#: gedit/gedit-tab.c:1548
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s फाइल बचत गर्दा त्रुटि"
+
+#: gedit/gedit-tab.c:1579
+msgid "Name:"
+msgstr "नाम:"
+
+#: gedit/gedit-tab.c:1580
+msgid "MIME Type:"
+msgstr "माइम प्रकार:"
+
+#: gedit/gedit-tab.c:1581
+msgid "Encoding:"
+msgstr "सङ्केतन:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:858
+#, c-format
+msgid "/ on %s"
+msgstr "/ को %s"
+
+#: gedit/gedit-utils.c:1162
+msgid "Unix/Linux"
+msgstr "युनिक्स्/लिनक्स्"
+
+#: gedit/gedit-utils.c:1164
+msgid "Mac OS Classic"
+msgstr "म्याक ओएस् क्लासिक"
+
+#: gedit/gedit-utils.c:1166
+msgid "Windows"
+msgstr "सञ्झ्यालहरू"
+
+#: gedit/gedit-view.c:481 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "लाइन नम्बर प्रदर्शन गर्नुहोस्"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d को %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "वरिपरि बेर्नुहोस्"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:776
+#, fuzzy
+msgid "Match as _Regular Expression"
+msgstr "खराब नियमित अभिव्यक्ति “{0}”."
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "सम्पूर्ण शब्द मात्र मिलाउनुहोस्"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "केस मिलाउनुहोस्"
+
+#: gedit/gedit-view-frame.c:1029
+msgid "String you want to search for"
+msgstr "तपाईँले खोजी गर्न चाहनुभएको स्ट्रिङ"
+
+#: gedit/gedit-view-frame.c:1041
+msgid "Line you want to move the cursor to"
+msgstr "यसमा कर्सर सार्न तपाईँले चाहनुभएको लाइन"
+
+#: gedit/gedit-window.c:998
+#, fuzzy
+msgid "Bracket match is out of range"
+msgstr "UTF-8 का लागि क्यारेक्टर दायरा भन्दा बाहिर छ"
+
+#: gedit/gedit-window.c:1003
+#, fuzzy
+#| msgid "Phrase not found"
+msgid "Bracket match not found"
+msgstr "मेल खाएन"
+
+#: gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: gedit/gedit-window.c:1227
+#, fuzzy, c-format
+#| msgid "_Tab width:"
+msgid "Tab Width: %u"
+msgstr "ट्याब चौडाइ:"
+
+#: gedit/gedit-window.c:1596
+#, fuzzy
+#| msgid "Create new document"
+msgid "There are unsaved documents"
+msgstr "कागजातहरू"
+
+#: gedit/gedit-window.c:2442
+#, fuzzy
+msgid "Change side panel page"
+msgstr "छेउपट्टी देखाउनुहोस्"
+
+#: gedit/gedit-window.c:2462 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "कागजातहरू"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "बाँया सार्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "दाँया सार्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "नयाँ सञ्झ्याल सार्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:21
+#, fuzzy
+#| msgid "_Move to New Window"
+msgid "Move to New Tab _Group"
+msgstr "ट्याब बायाँतिर सार्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:27 gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134 gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "बन्द गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:35
+#, fuzzy
+#| msgid "<b>Automatic Indentation</b>"
+msgid "Automatic Indentation"
+msgstr "स्वाचालित इण्डेन्टेसन सक्षम पार्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:58
+#, fuzzy
+#| msgid "Insert spaces"
+msgid "Use Spaces"
+msgstr "%d spaces"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "पङ्क्ति सङ्ख्या प्रदर्शन गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "दायाँ सीमान्त प्रदर्शन गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "हालको लाइन हाइलाइट गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "पाठ बेराइ"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "फाइल"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "(नयाँ)"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "हालैको खोल्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "बन्द गरिएको पुन:खोल्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "बचत गर्नुहोस्:"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "नयाँ सञ्झ्याल"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "मुद्रण:"
+
+#: gedit/resources/gtk/menus-common.ui:168 gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "अन्त्य गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "सम्पादन गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "पूर्वावस्थामा फर्काउनुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "रिडू गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "काट्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "प्रतिलिपि गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_टाँस्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:207 plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "मेट्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "अधिलेखन मोड"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "सबै चयन गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "प्राथमिकता"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "दृश्य"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "छेउ प्यानल"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_तल प्यानल"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "पूरा पर्दा॒"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "हाइलाइट मोड"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "खोजी गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_खोज्नुस्"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "पछिल्लो फेला पार्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "अघिल्लो फेला पार्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:291
+#, fuzzy
+msgid "Find and _Replace…"
+msgstr "फेला पार्नुहोस् र प्रतिस्थापन गर्नुहोस्..."
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "हाइलाइट खाली गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:307
+#, fuzzy
+#| msgid "Go to _Line..."
+msgid "Go to _Line…"
+msgstr "लाइनमा जानुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "उपकरणहरू"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "कागजातहरू"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "सबै बचत गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:338 gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "सबै बन्द गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:346
+#, fuzzy
+msgid "_New Tab Group"
+msgstr "नया गफगाफ tab %s"
+
+#: gedit/resources/gtk/menus-common.ui:351
+#, fuzzy
+#| msgid "Previous location"
+msgid "P_revious Tab Group"
+msgstr "अघिल्लो नपढिएका सन्देशहरू"
+
+#: gedit/resources/gtk/menus-common.ui:356
+#, fuzzy
+msgid "Nex_t Tab Group"
+msgstr "पछिल्लो जूम"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "अघिल्लो कागजात"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "पछिल्लो कागजात"
+
+#: gedit/resources/gtk/menus-common.ui:377
+#, fuzzy
+#| msgid "_Move to New Window"
+msgid "_Move To New Window"
+msgstr "नयाँ सञ्झ्याल सार्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:383 gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus.ui:123 gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:265 plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "मद्दत गर्नुहोस्"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+#, fuzzy
+#| msgid "Text Editor"
+msgid "_About Text Editor"
+msgstr "पाठ सम्पादक"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "सबै बचत गर्नुहोस्"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "फेला पार्नुहोस् र प्रतिस्थापन गर्नुहोस्..."
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+#, fuzzy
+#| msgid "Go to _Line..."
+msgid "_Go to Line…"
+msgstr "लाइनमा जानुहोस्"
+
+#: gedit/resources/gtk/menus.ui:119 gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "कुञ्जीपाटी सर्टकट"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "वर्ण सङ्केतनहरू"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_लागू"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "उपलब्ध सङ्केतनहरू"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "चयन सङ्केतनहरू"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139 gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "वर्णन"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151 gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "सङ्केतन"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "हाइलाइट मोड"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "चयन गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+#, fuzzy
+#| msgid "Search highlight mode..."
+msgid "Search highlight mode…"
+msgstr "हाइलाइट मोड"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:53
+msgid "No results"
+msgstr "नतिजा छैन"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:97
+msgid "Other _Documents…"
+msgstr "अर्को कागजात"
+
+#: gedit/resources/ui/gedit-open-document-selector.ui:101
+msgid "Open another file"
+msgstr "अर्को फाइल खोल्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "प्राथमिकताहरू"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+#, fuzzy
+#| msgid "Display right _margin"
+msgid "Display right _margin at column:"
+msgstr "स्तम्भमा कुन दायाँ मार्जिन देखाइएको छ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+#, fuzzy
+#| msgid "_Statusbar"
+msgid "Display _statusbar"
+msgstr "स्थितिपट्टी"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+#, fuzzy
+#| msgid "Display right _margin"
+msgid "Display _overview map"
+msgstr "अवलोकन मानचित्र देखाउनुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:125
+#, fuzzy
+#| msgid "Display right _margin"
+msgid "Display _grid pattern"
+msgstr "ग्रिड"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:154
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "पाठ बेराइ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:172
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "पाठ बेराइ सक्षम पार्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:186
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "दुई लाइनहरूमा शब्दहरू विभाजन नगर्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:220
+msgid "Highlighting"
+msgstr "हाइलाइटिङ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:238
+msgid "Highlight current _line"
+msgstr "हालको लाइन हाइलाइट गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:252
+#, fuzzy
+#| msgid "Highlight matching _bracket"
+msgid "Highlight matching _brackets"
+msgstr "मिल्ने कोष्ठकलाई हाइलाइट गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:285
+msgid "View"
+msgstr "दृष्य"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:307
+#, fuzzy
+#| msgid "<b>Tab Stops</b>"
+msgid "Tab Stops"
+msgstr "ट्याब"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:330
+msgid "_Tab width:"
+msgstr "ट्याब चौडाइ:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "Insert _spaces instead of tabs"
+msgstr "ट्याबहरूको सट्टा खालीस्थान घुसाउनुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:374
+msgid "_Enable automatic indentation"
+msgstr "स्वाचालित इण्डेन्टेसन सक्षम पार्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:409
+msgid "File Saving"
+msgstr "फाइल बचत गर्दै"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "Create a _backup copy of files before saving"
+msgstr "बचत गर्नु पहिला फाइलहरूको जगेडा प्रतिलिपि सिर्जना गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:443
+msgid "_Autosave files every"
+msgstr "हरेक फाइललाई स्वत बचत गर्नुहोस"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:459
+msgid "_minutes"
+msgstr "मिनेट"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:506
+msgid "Editor"
+msgstr "सम्पादक"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:529
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:24
+msgid "Font"
+msgstr "फन्ट"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:573
+msgid "Editor _font: "
+msgstr "सम्पादक फन्ट: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:590
+msgid "Pick the editor font"
+msgstr "सम्पादक फन्ट राख्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:631
+msgid "Color Scheme"
+msgstr "रङ योजना"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:678
+#: gedit/resources/ui/gedit-preferences-dialog.ui:679
+msgid "Install scheme"
+msgstr "योजना स्थापना गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:680
+msgid "Install Scheme"
+msgstr "योजना स्थापना गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:694
+#: gedit/resources/ui/gedit-preferences-dialog.ui:695
+msgid "Uninstall scheme"
+msgstr "योजना हटाउनुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:696
+msgid "Uninstall Scheme"
+msgstr "योजना हटाउनुहोस्"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:736
+msgid "Font & Colors"
+msgstr "फन्ट र रङहरू"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:761
+msgid "Plugins"
+msgstr "प्लगइनहरू"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "विशेष चिन्हित वाक्य"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "वाक्य संरचना हाइलाइट मुद्रण गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "पङ्क्ति सङ्ख्या"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+#, fuzzy
+#| msgid "Print _line numbers"
+msgid "Print line nu_mbers"
+msgstr "लाइन सङ्ख्यामुद्रण गर्नुहोस्"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "हरेक नम्बर"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "लाइन"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+#, fuzzy
+#| msgid "Table header"
+msgid "Page header"
+msgstr "हेडर"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+#, fuzzy
+#| msgid "_Print page headers"
+msgid "Print page _headers"
+msgstr "पृष्ठ मुद्रण"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "फन्टहरू"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "बडी:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "लाइन नम्बर:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "हेडर र फुटर:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "पूर्वनिर्धारित फन्टहरू पुन: भण्डारण गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "अघिल्लो पृष्ठ देखाउनुहोस्"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "पछिल्लो पृष्ठ देखाउनुहोस्"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "हालको पृष्ठ (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "को"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "जम्मा पृष्ठ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "कागजातमा पृष्ठहरूको जम्मा सङ्ख्या"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "बहुविध पृष्ठहरू देखाउनुहोस्"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "जुम १:१"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "पूरा पृष्ठ मिलाउन जुम गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "पृष्ठ जुम बढाउनुहोस्"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "पृष्ठको जुम घटाउनुहोस्"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "मुद्रण पूर्वावलोकन बन्द गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "पूर्वावलोकन बन्द गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "पृष्ठ पूर्वावलोकन"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "मुद्रण गर्नुपर्ने कागजातमा पृष्टको पूर्वावलोकन"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "सबै प्रतिस्थापन गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_खोज्नुस्"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "खोज"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "यसले प्रतिस्थापन गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "केस मिलाउनुहोस्"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "सम्पूर्ण शब्द मात्र मिलाउनुहोस्"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+#, fuzzy
+msgid "Re_gular expression"
+msgstr "अभिव्यक्ति"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "पछाडि खोजी गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+#, fuzzy
+#| msgid "_Wrap around"
+msgid "Wra_p around"
+msgstr "_बिटो मार्ने "
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "कागजात"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "ट्याबमा नयाँ कागजात सिर्जना गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "कागजात खोल्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "कागजात बचत गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "एउटा नयाँ नाममा कागजात बचत गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "सबै कागजात बचत गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "यो कागजात बन्द गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "सबै कागजात बन्द गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+#, fuzzy
+#| msgid "Select the entire document"
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "सम्पूर्ण कागजात चयन गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+#, fuzzy
+#| msgid "Activate next document"
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "पछिल्लो आगत श्रोतमा जानुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+#, fuzzy
+#| msgid "Activate previous document"
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "अघिल्लो अनुप्रयोगमा स्विच गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+#, fuzzy
+#| msgid "Select the entire document"
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "पहिलो - नवौ कोठा"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "प्यानल"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+#, fuzzy
+#| msgid "Create a new document"
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "ट्याबमा नयाँ कागजात सिर्जना गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+#, fuzzy
+#| msgid "Create a new document"
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "ट्याबमा नयाँ कागजात सिर्जना गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "छेउपट्टी देखाउनुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+#, fuzzy
+#| msgid "Show the next page"
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "तल प्यानल देखाउनुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "off"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "अनुप्रयोग अन्त्य गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145 gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "फेला पार्नुहोस् र प्रतिस्थापन गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "फेला पार"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "पछिल्लो फेला पार्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+#, fuzzy
+#| msgid "Show the previous page"
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "अघिल्लो फेला पार्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+#, fuzzy
+#| msgid "_Clear Highlight"
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "हाइलाइट खाली गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "पूर्वस्थितिमा फर्काउनुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+#, fuzzy
+#| msgid "Go to previous location"
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "आदेश"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+#, fuzzy
+#| msgid "Go to previous location"
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "आदेश"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "चयन"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "सबै पाठ चयन गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+#, fuzzy
+#| msgctxt "shortcut window"
+#| msgid "Select all text"
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "सबै चयन हटाउनुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "प्रतिलिपि बनाउनुहोस् र टाँस्नुहोस्"
+
+#
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+#, fuzzy
+#| msgid "Change selected text to lower case"
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "चयन गरिएको पाठ क्लिपबोर्डमा प्रतिलिपि बनाउनुहोस्"
+
+#
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+#, fuzzy
+#| msgid "Change selected text to lower case"
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "क्लिपबोर्डमा चयन गरिएको पाठ काट्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+#, fuzzy
+#| msgid "Paste the clipboard"
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "क्लिपबोर्डबाट पाठ टाँस्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "नेभिगेशन"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+#, fuzzy
+#| msgid "Go to _Line..."
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "लाइनमा जानुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr ""
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "फाइल रद्दी टोकरीमा सार्न असफल"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "फाइल रद्दी टोकरीमा सार्न असफल"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+#, fuzzy
+#| msgid "Highlight matching _bracket"
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "कुनै मिल्दो मद्दत पृष्ठ फेला परेन।"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:301
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "सम्पादन गर्ने"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:306
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "insert"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:313
+#, fuzzy
+#| msgid "Close the current file"
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "हालको लाइन"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:320
+#, fuzzy
+#| msgid "Unindent selected lines"
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "जोड्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:327
+#, fuzzy
+#| msgid "Current line"
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "माथि सार्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:334
+#, fuzzy
+#| msgid "Current line"
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "तल सार्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:341
+#, fuzzy
+#| msgid "Current word"
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "ट्याब बायाँतिर सार्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+#, fuzzy
+#| msgid "Current word"
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "ट्याब दायाँतिर सार्नुहोस्"
+
+#
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+#, fuzzy
+#| msgid "Change selected text to upper case"
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "माथिल्लो स्वरूप"
+
+#
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+#, fuzzy
+#| msgid "Change selected text to lower case"
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "सानोवर्ण"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+#, fuzzy
+#| msgid "_Invert Case"
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "_वर्ण मिलान"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "बढोत्तरी(∆)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "कर्सर"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:391
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "उपकरणहरू"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:396
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "र्हिज्जे जाँच गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:403
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "कागजात मुद्रण गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:410
+#, fuzzy
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "सञ्झ्यालको विकल्पहरू देखाउनुहोस्"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "कागजात बन्द गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:66
+#: gedit/resources/ui/gedit-window.ui:401
+msgid "Open a file"
+msgstr "एउटा फाइल खोल्नुहोस्"
+
+#: gedit/resources/ui/gedit-window.ui:65 gedit/resources/ui/gedit-window.ui:386
+#: gedit/resources/ui/gedit-window.ui:400
+msgid "Open"
+msgstr "खोल्नुहोस्"
+
+#: gedit/resources/ui/gedit-window.ui:80 gedit/resources/ui/gedit-window.ui:87
+#: gedit/resources/ui/gedit-window.ui:415 gedit/resources/ui/gedit-window.ui:422
+msgid "Create a new document"
+msgstr "एउटा नयाँ कागजात सिर्जना गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-window.ui:86 gedit/resources/ui/gedit-window.ui:421
+msgid "New"
+msgstr "नयाँ"
+
+#: gedit/resources/ui/gedit-window.ui:109 gedit/resources/ui/gedit-window.ui:114
+#: gedit/resources/ui/gedit-window.ui:460 gedit/resources/ui/gedit-window.ui:465
+msgid "Save the current file"
+msgstr "हालको फाइल बचत गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-window.ui:113 gedit/resources/ui/gedit-window.ui:457
+#: gedit/resources/ui/gedit-window.ui:464
+msgid "Save"
+msgstr "बचत गर्नुहोस्"
+
+#: gedit/resources/ui/gedit-window.ui:256
+msgid "Hide panel"
+msgstr "प्यानल लुकाउनुहोस्"
+
+#: gedit/resources/ui/gedit-window.ui:371
+#, fuzzy
+#| msgid "Open a file"
+msgid "Open a file dialog"
+msgstr "एउटा फाइल खोल्नुहोस्"
+
+#: gedit/resources/ui/gedit-window.ui:431 gedit/resources/ui/gedit-window.ui:436
+#: gedit/resources/ui/gedit-window.ui:437
+msgid "Leave Fullscreen"
+msgstr "पूरा पर्दा छोड्नुहोस्"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:5
+#, fuzzy
+#| msgid "Checked state"
+msgid "Check update"
+msgstr "पछिल्लो अद्यावधिक जाँच टाइमस्ट्याम्प"
+
+#: plugins/checkupdate/checkupdate.plugin.desktop.in:6
+#, fuzzy
+msgid "Check for latest version of gedit"
+msgstr " %.250s अन्तिमा कन्फिगर गरिएको संस्करण %.250s हो ।\n"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:245
+#, fuzzy
+#| msgid "There was an error displaying help."
+msgid "There was an error displaying the URI."
+msgstr ""
+"मद्दत प्रदर्शन गर्दा त्यहाँ एउटा त्रुटि थियो: \n"
+"%s"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "डाउनलोड"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:283
+#, fuzzy
+#| msgid "_Ignore case"
+msgid "_Ignore Version"
+msgstr "वेवास्ता गर्नुहोस"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:288
+#, fuzzy
+#| msgid "Revert to a saved version of the file"
+msgid "There is a new version of gedit"
+msgstr "संस्करण"
+
+#: plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button or ignore that "
+"version and wait for a new one"
+msgstr ""
+
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:5
+#, fuzzy
+msgid "Version to Ignore"
+msgstr "वेवास्ता गर्नुहोस"
+
+#. This is releated to the next gedit version to be released
+#: plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in:7
+msgid "Version to ignore until a newer version is released."
+msgstr ""
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "कागजात तथ्याङ्क"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+#, fuzzy
+#| msgid ""
+#| "Analyzes the current document and reports the number of words, lines, characters and non-space "
+#| "characters in it."
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+"हालको कागजातको विश्लेषण गर्दछ र यस भित्र शब्दहरूको सङ्ख्या, लाइनहरू, क्यारेक्टरहरू र खालीस्थान नभएका क्यारेक्टरहरू "
+"प्रतिवेदन गर्दछ ।"
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "कागजात तथ्याङ्क"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "कागजात"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "चयन"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "लाइनहरू"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "शब्दहरू"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "क्यारेक्टरहरू (खालीस्थान समेत)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "क्यारेक्टरहरू (खालीस्थान छैन)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "बाइट्स"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "निर्माण गर्नुहोस्"
+
+#: plugins/externaltools/data/build.desktop.in:4
+#, fuzzy
+#| msgid "Run \"make\" in the document directory"
+msgid "Run “make” in the document directory"
+msgstr "यस स्थानमा निर्देशिका बनाउन सकिदैन"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "यहाँ टर्मिनल खोल्नुहोस्"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "कागजात स्थानमा टर्मिनल खोल्नुहोस्"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "ट्रेलिङ खालीस्थान हटाउनुहोस्"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "तपाईँको फाइलमा काम नलाग्ने ट्रेलिङ खालीस्थानहरू हटाउनुहोस्"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "आदेश चलाउनुहोस्"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "एउटा अनुकुल आदेश कार्यान्वयन गर्नुहोस् र यसको निर्गत नयाँ कागजातमा राख्नुहोस्"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+#, fuzzy
+msgid "Send to fpaste"
+msgstr "पठाउन लाई:"
+
+#
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+#, fuzzy
+#| msgid "Change selected text to upper case"
+msgid "Paste selected text or current document to fpaste"
+msgstr "चयन गरिएको पाठलाई ठूलो वर्णमालामा परिवर्तन गर्नुहोस्"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "बाह्य उपकरणहरू"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "बाह्य आदेशहरू र शेल स्क्रिप्टहरू कार्यान्वयन गर्नुहोस् ।"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:15
+msgid "Whether to use the system font"
+msgstr "प्रणाली फन्ट प्रयोग गर्नुहोस्"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if it’s monospace (and the "
+"most similar font it can come up with otherwise)."
+msgstr ""
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+
+#: plugins/externaltools/tools/appactivatable.py:133
+#, fuzzy
+#| msgid "External Tools"
+msgid "Manage _External Tools…"
+msgstr "बाह्य उपकरणहरू"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "बाह्य उपकरणहरू"
+
+#: plugins/externaltools/tools/capture.py:106
+#, fuzzy, python-format
+#| msgid "Could not revert the file %s."
+msgid "Could not execute command: %s"
+msgstr "%s कार्यान्वयन गर्न असफल: \n"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "यो आदेश चलाउन तपाईँ शब्द भित्र हुनुपर्दछ"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "चालु उपकरण:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "गरियो ।"
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "निस्कियो"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "सबै भाषा"
+
+#: plugins/externaltools/tools/manager.py:429 plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774 plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "सबै भाषा"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "नयाँ उपकरण"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "यो गतिवर्धक पहिल्यै %s मा सिमित छ"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "नयाँ गतिवर्धक टाइप गर्नुहोस्, वा खाली गर्न ब्याकस्पेस थिच्नुहोस्"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "नयाँ गतिवर्धक टाइप गर्नुहोस्"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "रोकियो ।"
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+#, fuzzy
+msgid "Stop Tool"
+msgstr "रोक्नुहोस्"
+
+#: plugins/externaltools/tools/tools.ui:15
+#, fuzzy
+msgid "Always available"
+msgstr "उपलब्ध छैन"
+
+#: plugins/externaltools/tools/tools.ui:19 plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "सबै कागजात"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "शिर्षक बिहिन बाहेकका सबै कागजातहरू"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "स्थानीय फाइलहरू मात्र"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "टाढाको फाइलहरू मात्र"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "शिर्षक बिहिन कागजातहरू मात्र"
+
+#: plugins/externaltools/tools/tools.ui:53 plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "हालको कागजात"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "हालको चयन"
+
+#: plugins/externaltools/tools/tools.ui:61
+#, fuzzy
+#| msgid "Current selection"
+msgid "Current selection (default to document)"
+msgstr "पूर्वनिर्धारित चयन"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "हालको लाइन"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "हालको शब्द"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "तलको फलकमा प्रदर्शन गर्नुहोस्"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "नयाँ कागजात सिर्जना गर्नुहोस्"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "हालको कागजातमा थप्नुहोस्"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "हालको कागजात प्रतिस्थापन गर्नुहोस्"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "हालको चयन प्रतिस्थापन गर्नुहोस्"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "कर्सर स्थितिमा घुसाउनुहोस्"
+
+#: plugins/externaltools/tools/tools.ui:136 plugins/externaltools/tools/tools.ui:146
+#, fuzzy
+#| msgid "External Tools"
+msgid "Manage External Tools"
+msgstr "बाह्य उपकरणहरू"
+
+#: plugins/externaltools/tools/tools.ui:204
+#, fuzzy
+#| msgid "Add a new snippet..."
+msgid "Add a new tool"
+msgstr "नयाँ उपकरण"
+
+#: plugins/externaltools/tools/tools.ui:205
+#, fuzzy
+msgid "Add Tool"
+msgstr "उपकरण"
+
+#: plugins/externaltools/tools/tools.ui:219
+#, fuzzy
+#| msgid "Revert selected snippet"
+msgid "Remove selected tool"
+msgstr "हालै चयन गरिएको शब्दकोश स्रोत हटाउनुहोस्"
+
+#: plugins/externaltools/tools/tools.ui:220
+#, fuzzy
+msgid "Remove Tool"
+msgstr "उपकरण"
+
+#: plugins/externaltools/tools/tools.ui:234
+#, fuzzy
+#| msgid "_Revert"
+msgid "Revert tool"
+msgstr "उपकरण"
+
+#: plugins/externaltools/tools/tools.ui:235
+#, fuzzy
+#| msgid "_Revert"
+msgid "Revert Tool"
+msgstr "उपकरण"
+
+#: plugins/externaltools/tools/tools.ui:287
+#, fuzzy
+#| msgid "S_hortcut key:"
+msgid "Shortcut _key:"
+msgstr "सर्टकट कुञ्जी"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "बचत गर्नुहोस्:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "आगत:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "निर्गत:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "व्यबहारिक्ता:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+#, fuzzy
+#| msgid "Shell Output"
+msgid "Tool Output"
+msgstr "उपकरण"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+#, fuzzy
+#| msgid "File Browser Pane"
+msgid "File Browser Panel"
+msgstr "फाइल ब्राउजर"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+#, fuzzy
+#| msgid "Easy file access from the side pane"
+msgid "Easy file access from the side panel"
+msgstr "छेउ फलकबाट सरल फाइल पहुँच"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "गृहपृष्ठ"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "फाइल प्रणाली"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "फाइल ब्राउजर"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "नयाँ डाइरेक्टरी सिर्जना गर्दा एउटा त्रुटि देखा पर्यो"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "नयाँ डाइरेक्टरी सिर्जना गर्दा एउटा त्रुटि देखा पर्यो"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "फाइल वा डाइरेक्टरी पुन: नामाकरण गर्दा एउटा त्रुटि देखा पर्यो"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "फाइल वा डाइरेक्टरी मेट्दा एउटा त्रुटि देखा पर्यो"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "फाइल प्रबन्धकमा डाइरेक्टरी खोल्दा एउटा त्रुटि देखा पर्यो"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "मूल डाइरेक्टरी सेट गर्दा एउटा त्रुटि देखा पर्यो"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "डाइरेक्टरी लोड गर्दा एउटा त्रुटि देखा पर्यो"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "एउटा त्रुटि देखा पर्यो"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"फाइललाई रद्दिको टोकरीमा सार्न सकिँदैन, तपाईँ\n"
+"स्थायी रूपमा मेट्न चाहनुहुन्छ?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, fuzzy, c-format
+#| msgid "The file \"%s\" cannot be moved to the trash."
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "फाइल रद्दीटोकरीमा राखिएको मिती"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "चयन गरिएका फाइलहरू रद्दिको टोकरीमा सार्न सकिँदैन ।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "तपाईँ \"%s\" मेट्न निश्चित हुनुहुन्छ?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "तपाईँ चयन गरिएका फाइलहरू स्थायी रूपमा मेट्न निश्चित हुनुहुन्छ?"
+
+# "सुरक्षा गरिएन भने अन्तिम %ld पक्कै "
+# "हराउँछ"
+#: plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "यदि तपाईँले एउटा वस्तु मेट्नु भएमा, यो स्थायी रूपमा नष्ट हुन्छ ।"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1703
+msgid "(Empty)"
+msgstr "(खाली)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3327
+#, fuzzy
+#| msgid ""
+#| "The new file is currently filtered out. You need to adjust your filter settings to make the "
+#| "file visible"
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter settings to make the "
+"file visible"
+msgstr ""
+"नयाँ फाइल हालै फिल्टर गरिएको छ । तपाईँले फाइल दृश्यात्मक बनाउन तपाईँको फिल्टर सेटिङहरू समायोजन गर्न आवश्यक छ"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3578
+#, fuzzy
+msgid "Untitled File"
+msgstr "शीर्षक विहिन"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3606
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter settings to make the file "
+"visible"
+msgstr ""
+"नयाँ फाइल हालै फिल्टर गरिएको छ । तपाईँले फाइल दृश्यात्मक बनाउन तपाईँको फिल्टर सेटिङहरू समायोजन गर्न आवश्यक छ"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3635
+msgid "Untitled Folder"
+msgstr "शीर्षक नभएको फोल्डर"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3658
+#, fuzzy
+#| msgid ""
+#| "The new file is currently filtered out. You need to adjust your filter settings to make the "
+#| "file visible"
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter settings to make the "
+"directory visible"
+msgstr ""
+"नयाँ फाइल हालै फिल्टर गरिएको छ । तपाईँले फाइल दृश्यात्मक बनाउन तपाईँको फिल्टर सेटिङहरू समायोजन गर्न आवश्यक छ"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:757
+msgid "Bookmarks"
+msgstr "पुस्तकचिनो"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1957
+#, fuzzy, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "%s माउण्ट गर्न सकेन"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2026
+#, c-format
+msgid "Could not open media: %s"
+msgstr "\"%s\" खोल्न सकेन"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2069
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "%s माउण्ट गर्न सकेन"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2581
+#, fuzzy, c-format
+#| msgid "An error occurred while loading a directory"
+msgid "Error when loading “%s”: No such directory"
+msgstr "डाइरेक्टरी लोड गर्दा एउटा त्रुटि देखा पर्यो"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:5
+msgid "Open With Tree View"
+msgstr "ट्रि दृश्यसँग खोल्नुहोस्"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:6
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr "फाइल ब्राउजर प्लगइनले पुस्तकचिनोहरूको दृश्यको सट्टा लोड गरिएको प्राप्त गर्दा ट्रि दृश्य खोल्नुहोस्"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:10
+msgid "File Browser Root Directory"
+msgstr "फाइल ब्राउजर मूल डाइरेक्टरी"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin and onload/tree_view "
+"is TRUE."
+msgstr "फाइल ब्राउजर प्लगइन लोड गर्दा र अनलोड/ट्रि दृश्य TRUE हुँदा प्रयोग गर्नलाई फाइल ब्राउजर मूल डाइरेक्टरी ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:15
+msgid "File Browser Virtual Root Directory"
+msgstr "फाइल ब्राउजर अवास्तविक मूल डाइरेक्टरी"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser plugin when onload/"
+"tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr ""
+"अनलोड/ट्रि दृश्य TRUE हुँदा फाइल ब्राउजर प्लगइन लोड गरिरहेको बेला प्रयोग गर्नलाई फाइल ब्राउजर अवास्तविक मूल "
+"डाइरेक्टरी । अवास्तविक मूल सधैँ वास्तविक मूल भन्दा तल हुनु पर्दछ ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:20
+msgid "Enable Restore of Remote Locations"
+msgstr "टाढाको स्थानको पुन: भण्डारण सक्षम पार्नुहोस्"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "टाढाको स्थानहरूको पुन: भण्डारण सक्षम पार्ने या नपार्ने सेट गर्दछ ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:25
+#, fuzzy
+#| msgid "Set Location To First Document"
+msgid "Set Location to First Document"
+msgstr "कागजात स्थानमा टर्मिनल खोल्नुहोस्"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:26
+#, fuzzy
+#| msgid ""
+#| "If TRUE the file browser plugin will view the directory of the first opened document given "
+#| "that the file browser hasn't been used yet. (Thus this generally applies to opening a document "
+#| "from the command line or opening it with nautilus etc)"
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened document given that "
+"the file browser hasn’t been used yet. (Thus this generally applies to opening a document from "
+"the command line or opening it with Nautilus, etc.)"
+msgstr ""
+"यदि TRUE भए फाइल ब्राउजर प्लगइनले पहिला खोजिएको कागजातको डाइरेक्टरी हेर्नेछ जुन फाइल ब्राउजर अझै सम्म प्रयोग "
+"गरिएको छैन । (यसैले यो साधारणतया आदेश रेखाबाट खुला कागजातमा लागु गरिन्छ वा नटिलस आदिसँग यसलाई खोलिन्छ)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:30
+msgid "File Browser Filter Mode"
+msgstr "फाइल ब्राउजर फिल्टर मोड"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:31
+#, fuzzy
+#| msgid ""
+#| "This value determines what files get filtered from the file browser. Valid values are: none "
+#| "(filter nothing), hidden (filter hidden files), binary (filter binary files) and "
+#| "hidden_and_binary (filter both hidden and binary files)."
+msgid ""
+"This value determines what files get filtered from the file browser. Valid values are: none "
+"(filter nothing), hide-hidden (filter hidden files) and hide-binary (filter binary files)."
+msgstr ""
+"यो मानले फाइल ब्राउजरबाट फाइलहरूले के फिल्टर गर्दछ भन्ने निर्धारण गर्दछ । वैध मानहरू हुन: कुनै पनि होइन (केही पनि "
+"फिलटर गर्दैन), लुकाइएको (लुकाइएको फाइलहरू फिल्टर गर्दछ), बाइनरी (बाइनरी फाइलहरू फिल्टर गर्दछ) र लुकाइएको र "
+"बाइनरी (लुकाइएको र बाइनरी दुवै फाइलहरू फिल्टर गर्दछ)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:35
+msgid "File Browser Filter Pattern"
+msgstr "फाइल ब्राउजर फिल्टर बान्की"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr "यससँग फाइल ब्राउजर फिल्टर गर्न फिल्टर बान्की । यो फिल्टरले फिल्टरमोडको माथि कार्य गर्दछ ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:40
+#, fuzzy
+#| msgid "File Browser Filter Pattern"
+msgid "File Browser Binary Patterns"
+msgstr "नराखिने फाइल ढाँचाहरूको सूची"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+#, fuzzy
+#| msgid "_Set root to active document"
+msgid "_Set Root to Active Document"
+msgstr "कागजातको जूम स्तर चयन गर्नुहोस् वा सेट गर्नुहोस्"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "नयाँ फोल्डर"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "नयाँ फाइल"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+#, fuzzy
+#| msgid "_Rename..."
+msgid "_Rename…"
+msgstr "_पुन: नामकरण गर्नुहोस्…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "रद्दीटोकरीमा सार्नुहोस्"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "दृश्य ताजा पार्नुहोस्"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "फोल्डर हेर्नुहोस्"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+#, fuzzy
+#| msgid "_Open terminal here"
+msgid "_Open in Terminal"
+msgstr "टर्मिनल खोल्नुहोस्"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "फिल्टर"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "लुकेका देखाउनुहोस्"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "बाइनरी देखाउनुहोस्"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+#, fuzzy
+#| msgid "_Match Filename"
+msgid "Match Filename"
+msgstr "सबै मिलाउनुहोस्"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "इतिहास"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+#, fuzzy
+#| msgid "Open the gedit manual"
+msgid "Open history menu"
+msgstr "सञ्झ्याल मेनु खोल्नुहोस्"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "मोडलाइनहरू"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "gedit का लागि एमाकस, केट र भिम-शैली मोडलाइन समर्थन ।"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:5
+#, fuzzy
+msgid "Command Color Text"
+msgstr "टर्मिनलमा पाठको पूर्वनिर्धारित रङ"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:6
+#, fuzzy
+msgid "The command color text"
+msgstr "टर्मिनलमा पाठको पूर्वनिर्धारित रङ"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:10
+#, fuzzy
+msgid "Error Color Text"
+msgstr "कच रङ्गमा गल्ती"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:11
+#, fuzzy
+msgid "The error color text"
+msgstr "कच रङ्गमा गल्ती"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s monospace (and the most "
+"similar font it can come up with otherwise)."
+msgstr ""
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+#, fuzzy
+msgid "C_ommand color:"
+msgstr "रङ्ग"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+#, fuzzy
+#| msgid "Border color"
+msgid "_Error color:"
+msgstr "कच रङ्गमा गल्ती"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "पाइथन कन्सोल"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+#, fuzzy
+#| msgid "Interactive python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "बटम प्यानलमा रहेको अन्तरक्रियात्मक पाइथन कन्सोल"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+#, fuzzy
+#| msgid "_Highlight Mode"
+msgid "Quick Highlight"
+msgstr "हाइलाइट"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+#, fuzzy
+#| msgid "Changes the case of selected text."
+msgid "Highlights every occurrences of selected text."
+msgstr "चयन गरिएको पाठको केस परिवर्तन गर्दछ ।"
+
+#: plugins/quickopen/quickopen/__init__.py:47
+#, fuzzy
+msgid "Quick Open…"
+msgstr "छिटो"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6 plugins/quickopen/quickopen/popup.py:40
+#, fuzzy
+msgid "Quick Open"
+msgstr "छिटो"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+#, fuzzy
+#| msgid "Save all open files"
+msgid "Quickly open files"
+msgstr "धेरै खुला फाइलहरू"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "खोजी गर्न टाईप गर्नुहोस्"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+#, fuzzy
+#| msgid "Manage snippets"
+msgid "Manage _Snippets…"
+msgstr "स्निप्पेटस्"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64 plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667 plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "स्निप्पेटस्"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, fuzzy, python-format
+#| msgid "The archive `%s` could not be created"
+msgid "The archive “%s” could not be created"
+msgstr "सबै तत्वहरूको सिर्जना गर्न सकिदैन"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, fuzzy, python-format
+#| msgid "Target directory `%s` does not exist"
+msgid "Target directory “%s” does not exist"
+msgstr "'%s' निर्देशिका अवस्थित छैन"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, fuzzy, python-format
+#| msgid "Target directory `%s` is not a valid directory"
+msgid "Target directory “%s” is not a valid directory"
+msgstr "लक्ष्य वस्तु निर्देशिका हो"
+
+#: plugins/snippets/snippets/importer.py:55 plugins/snippets/snippets/importer.py:116
+#, fuzzy, python-format
+#| msgid "File `%s` does not exist"
+msgid "File “%s” does not exist"
+msgstr "फाइल %s अवस्थित छैन"
+
+#: plugins/snippets/snippets/importer.py:58
+#, fuzzy, python-format
+#| msgid "File `%s` is not a valid snippets file"
+msgid "File “%s” is not a valid snippets file"
+msgstr "वैध पृष्ठ सेट अप फाइल छैन"
+
+#: plugins/snippets/snippets/importer.py:75
+#, fuzzy, python-format
+#| msgid "Imported file `%s` is not a valid snippets file"
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "'%s' वैध BMP फाइल होइन।"
+
+#: plugins/snippets/snippets/importer.py:85
+#, fuzzy, python-format
+#| msgid "The archive `%s` could not be extracted"
+msgid "The archive “%s” could not be extracted"
+msgstr "सङ्ग्रहमा फाइलहरू थप्न सकेन"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "निम्न फाइलहरू आयात गर्न सकिएन: %s"
+
+#: plugins/snippets/snippets/importer.py:119 plugins/snippets/snippets/importer.py:132
+#, fuzzy, python-format
+#| msgid "File `%s` is not a valid snippets archive"
+msgid "File “%s” is not a valid snippets archive"
+msgstr "यो वैध DEB संग्रह होइन, '%s' सदस्य हराइरहेछ"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "स्निपेट सङ्ग्रह"
+
+#: plugins/snippets/snippets/manager.py:74
+#, fuzzy
+#| msgid "Add a new snippet..."
+msgid "Add a new snippet…"
+msgstr "नयाँ स्निपेट सिर्जना गर्नुहोस्"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "विश्वव्यापी"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "चयन गरिएको स्निपेट उल्टाउनुहोस्"
+
+#: plugins/snippets/snippets/manager.py:417 plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "चयन गरिएको स्निपेटलाई मेट्नुहोस्"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+#, fuzzy
+#| msgid ""
+#| "This is not a valid tab trigger. Triggers can either contain letters or a single, non "
+#| "alphanumeric, character like {, [, etcetera."
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric characters (or _, : "
+"and .) or a single (non-alphanumeric) character like: {, [, etc."
+msgstr ""
+"यो वैध ट्याब ट्रिगर होइन । ट्रिगरहरूले या त अक्षरहरू वा, एकल, वर्णाङ्क विहिन क्यारेक्टरहरू जस्तै {, [, आदि "
+"समाविष्ट गर्दछ ।"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677 plugins/snippets/snippets/snippets.ui:283
+#, fuzzy
+#| msgid "Single word with which the snippet is activated after pressing tab"
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "एकल शब्द जुनसँग स्निपेट ट्याब थिचे पछि सक्रिय पारिन्छ"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "यसलाई आयत गर्दा निम्न त्रुटि देखा पर्यो: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+#, fuzzy
+#| msgid "Import succesfully completed"
+msgid "Import successfully completed"
+msgstr "आयात गर्नुहोस्"
+
+#: plugins/snippets/snippets/manager.py:787 plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "स्निपेटहरू आयत गर्नुहोस्"
+
+#: plugins/snippets/snippets/manager.py:792 plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "सबै समर्थित सङ्ग्रहहरू"
+
+#: plugins/snippets/snippets/manager.py:793 plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip सङ्कुचित सङ्ग्रह"
+
+#: plugins/snippets/snippets/manager.py:794 plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+#, fuzzy
+#| msgid "Bzip compressed archive"
+msgid "Bzip2 compressed archive"
+msgstr "Gzip सङ्कुचित सङ्ग्रह"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "एकल स्निपेट फाइल"
+
+#: plugins/snippets/snippets/manager.py:796 plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "सबै फाइलहरू"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "यसलाई निर्यात गर्दा निम्न त्रुटि देखा पर्यो: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+#, fuzzy
+#| msgid "Export succesfully completed"
+msgid "Export successfully completed"
+msgstr " (पूरा भयो "
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852 plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "चयन गरिएको <b>प्रणाली</b> स्निपेटहरू तपाईँको निर्यातमा समावेश गर्न चाहनुहुन्छ?"
+
+#: plugins/snippets/snippets/manager.py:867 plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "निर्यात गरिनका लागि त्यहाँ कुनै स्निपेटहरू चयन गरिएको छैन"
+
+#: plugins/snippets/snippets/manager.py:872 plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "स्निपेटहरू निर्यात गर्नुहोस्"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "नयाँ छटकरी टाइप गर्नुहोस्, वा काली गर्नका लागि ब्याकस्पेस थिच्नुहोस्"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "नयाँ छोटकरी टाइप गर्नुहोस्"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, fuzzy, python-format
+#| msgid "Execution of the python command (%s) exceeds the maximum time, execution aborted."
+msgid "Execution of the Python command (%s) exceeds the maximum time, execution aborted."
+msgstr "(%s) पाइथन आदेशको कार्यान्वयनले अधिकतम समय नाघ्दछ, कार्यान्वयन त्यागियो ।"
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, fuzzy, python-format
+#| msgid "Execution of the python command (%s) failed: %s"
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "अनप्याक आदेश '%s' असफल भयो ।\n"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+#, fuzzy
+#| msgid "Insert often used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "जहिल्यै पनि प्रयोग गरिने पाठका टुक्राहरू छिटो तरिकाले घुसाउनुहोस्"
+
+#: plugins/snippets/snippets/snippets.ui:40 plugins/snippets/snippets/snippets.ui:47
+#, fuzzy
+#| msgid "Manage snippets"
+msgid "Manage Snippets"
+msgstr "स्निप्पेटस्"
+
+#: plugins/snippets/snippets/snippets.ui:103 plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "नयाँ स्निपेट सिर्जना गर्नुहोस्"
+
+#: plugins/snippets/snippets/snippets.ui:105
+#, fuzzy
+#| msgid "Snippets"
+msgid "Add Snippet"
+msgstr "नयाँ स्निपेट सिर्जना गर्नुहोस्"
+
+#: plugins/snippets/snippets/snippets.ui:122
+#, fuzzy
+#| msgid "Snippets"
+msgid "Remove Snippet"
+msgstr "_हटाउनुहोस्"
+
+#: plugins/snippets/snippets/snippets.ui:139
+#, fuzzy
+#| msgid "Import snippets"
+msgid "Import Snippets"
+msgstr "स्निपेटहरू आयत गर्नुहोस्"
+
+#: plugins/snippets/snippets/snippets.ui:154 plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "चयन गरिएका स्निपेटहरू निर्यात गर्नुहोस्"
+
+#: plugins/snippets/snippets/snippets.ui:156
+#, fuzzy
+#| msgid "Export snippets"
+msgid "Export Snippets"
+msgstr "स्निपेटहरू निर्यात गर्नुहोस्"
+
+#: plugins/snippets/snippets/snippets.ui:224
+#, fuzzy
+#| msgid "<b>Activation</b>"
+msgid "Activation"
+msgstr "प्रमाणपत्रको सक्रियता समय अझै भविष्यमा छ।."
+
+#: plugins/snippets/snippets/snippets.ui:244
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "ट्याब ट्रिगर:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "छोटकरी कुञ्जी:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "छोटकरी कुञ्जी जुनसँग स्निपेट सक्रिय पारिन्छ"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "लक्ष्यहरू छोड्नुहोस्:"
+
+#: plugins/sort/gedit-sort-plugin.c:243
+#, fuzzy
+#| msgid "S_ort..."
+msgid "S_ort…"
+msgstr "पोर्ट:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13 plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "क्रमबद्ध गर्नुहोस्"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "क्रम उल्टाउनुहोस्"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "नक्कल प्रतिहरू हटाउनुहोस्"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+#, fuzzy
+msgid "C_ase sensitive"
+msgstr "केस सम्वेदनशील"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "स्तम्भमा सुरु गर्नुहोस्:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "क्रमबद्ध गर्नुहोस्"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "कागजात वा चयन गरिएको पाठ क्रमबद्ध गर्दछ ।"
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+#, fuzzy
+#| msgid "Check Spelling"
+msgid "_Check Spelling…"
+msgstr "र्हिज्जे जाँच गर्नुहोस्"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+#, fuzzy
+#| msgid "Set _Language..."
+msgid "Set _Language…"
+msgstr "भाषा सेट गर्नुहोस्"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+#, fuzzy
+#| msgid "_Highlight Mode"
+msgid "_Highlight Misspelled Words"
+msgstr "गलत हिज्जे शब्द छैन"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml.in:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+#, fuzzy
+#| msgid "_Highlight Mode"
+msgid "Highlight misspelled words"
+msgstr "गलत हिज्जे शब्द छैन"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml.in:6
+#, fuzzy
+#| msgid "_Highlight Mode"
+msgid "Default setting for highlight misspelled words."
+msgstr "शब्दहरू"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+#, fuzzy
+#| msgid "C_onfigure Plugin"
+msgid "Configure spell plugin"
+msgstr "मिति/समय प्लगइन कन्फिगर गर्नुहोस्"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+#, fuzzy
+#| msgid "Create a new document"
+msgid "Defaults for new documents"
+msgstr "कागजातहरू"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "हिज्जे परीक्षक"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "हालको कागजातको हिज्जे जाँच गर्दछ ।"
+
+#: plugins/time/gedit-time-plugin.c:265
+#, fuzzy
+#| msgid "Insert Date and Time"
+msgid "In_sert Date and Time…"
+msgstr "मिति र समय सेटिङ्ग"
+
+#: plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "उपलब्ध ढाँचाहरू"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:5
+#, fuzzy
+#| msgid "Prompt message"
+msgid "Prompt Type"
+msgstr "तत्काल लगआउट"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom format should be used."
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:10
+#, fuzzy
+#| msgid "Selected"
+msgid "Selected Format"
+msgstr "चयन गरिएको ढाँचा प्रयोग गर्नुहोस्"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:11
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:15
+#, fuzzy
+#| msgid "_Use custom format"
+msgid "Custom Format"
+msgstr "अनुकुलन ढाँचा प्रयोग गर्नुहोस्"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in:16
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "मिति र समय घुसाउनुहोस्"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "चयन गरिएको ढाँचा प्रयोग गर्नुहोस्"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "अनुकुलन ढाँचा प्रयोग गर्नुहोस्"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "घुसाउनुहोस्"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "मिति/समय प्लगइन कन्फिगर गर्नुहोस्"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+#, fuzzy
+#| msgid "Configure insert date/time plugin..."
+msgid "When inserting date/time…"
+msgstr "मिति र समय सेटिङ्ग"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "ढाँचाका लागि प्रवर्धन गर्नुहोस्"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "मिति/समय घुसाउनुहोस्"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "कर्सर स्थानमा हालको मिति र समय घुसाउँदछ ।"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "जि-इडिट पाठ सम्पादक"
+
+#~ msgid "C_haracter Encoding:"
+#~ msgstr "वर्ण सङ्केतन:"
+
+#, fuzzy
+#~| msgid "Encoding:"
+#~ msgid "L_ine Ending:"
+#~ msgstr "लाइन खाली स्थान"
+
+#~ msgid "_Ignore"
+#~ msgstr "उपेक्षा गर्नुहोस्"
+
+#~ msgid "Please check your installation."
+#~ msgstr "कृपया तपाईँको स्थापना जाँच गर्नुहोस् ।"
+
+#, fuzzy
+#~| msgid "Unable to find file %s."
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "बचत गरिएको '%s' स्थिति फाइल खोल्न अक्षम: %s"
+
+#, fuzzy
+#~| msgid "Unable to find the required widgets inside file %s."
+#~ msgid "Unable to find the object '%s' inside file %s."
+#~ msgstr "समाविष्ट फाइल फेला पार्न असमर्थ: \"%s\""
+
+#~ msgid "_About"
+#~ msgstr "बारेमा"
+
+#~ msgid "Tools"
+#~ msgstr "उपकरणहरू"
+
+#, fuzzy
+#~| msgid "_External Tools..."
+#~ msgid "Manage _External Tools..."
+#~ msgstr "बाह्य उपकरणहरू"
+
+#, fuzzy
+#~| msgid "_Open..."
+#~ msgid "Quick Open..."
+#~ msgstr "छिटो"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "स्निपेटहरू प्रबन्ध गर्नुहोस्..."
+
+#, fuzzy
+#~| msgid "_Check Spelling"
+#~ msgid "_Check Spelling..."
+#~ msgstr "टाइप गर्दा हिज्जे जाँच गर्नुहोस्"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "मिति र समय घुसाउनुहोस्..."
+
+#~ msgid "Auto Detected Encodings"
+#~ msgstr "स्वत: पत्ता लागेको सङ्केतनहरू"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "जगेडा प्रतिलिपि विस्तार"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "बटम प्यानल दृश्यात्मक छ"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "मेनुमा देखिने सङ्केतन"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take effect if the \"Create "
+#~ "Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "जगेडा फाइल नामहरूको लागि प्रयोग गर्न विस्तार वा प्रत्यय । यदि \"जगेडा प्रतिलिपिहरू सिर्जना गर्नुहोस\" विकल्प "
+#~ "खोलिएको छ भने मात्र यसले प्रभाव गर्नेछ ।"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is writable by default."
+#~ msgstr "VFS योजना geditको सूचीले लेखन मोडमा समर्थन गर्दछ । फाइल योजना पूर्वनिर्धारणद्वारा लेखनयोगय छ ।"
+
+#~ msgid ""
+#~ "List of encodings shown in Character Coding menu in open/save file selector. Only recognized "
+#~ "encodings are used."
+#~ msgstr ""
+#~ "खुला/ बन्द चयनकर्ता भित्र क्यारेक्टर सङ्केतक मेनुमा देखाइएको सङ्केतनहरूको सूची । परिचित सङ्केतनहरू मात्र प्रयोग "
+#~ "गरिन्छ ।"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited "
+#~ "number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "gedit ले पूर्वस्थितिमा फर्काउन वा रिडू गर्न सक्षम हुने कार्यहरूको अधिकतम सङ्ख्या । कार्यहरूको असिमित सङ्ख्याका "
+#~ "लागि \"-1\" प्रयोग गर्नुहोस् । २.१२.० देखि ह्रासकट्टी गरिएको छ"
+
+#~ msgid "Monospace Regular 9"
+#~ msgstr "मोनोस्पेस नियमित ९"
+
+#~ msgid "Sans Regular 11"
+#~ msgstr "सान्स् नियमित ११"
+
+#~ msgid "Sans Regular 8"
+#~ msgstr "सान्स् नियमित ८"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for auto-detecting the encoding of a file. \"CURRENT\" "
+#~ "represents the current locale encoding. Only recognized encodings are used."
+#~ msgstr ""
+#~ "फाइलको सङ्केतन स्वत पत्ता लगाउनका लागि gedit द्वारा प्रयोग गरिएको सङ्केतनहरूको क्रमाङ्कन गरिएको सूची । "
+#~ "\"CURRENT\" ले हालको लोक्याल सङ्केतनलाई प्रतिनिधित्व गर्दछ । परिचित सङ्केतनहरू मात्र प्रयोग गरिन्छ ।"
+
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. This is a gnome-print "
+#~ "font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "कागजातहरू मुद्रण गर्दा कागजातको मुख्य भागका लागि प्रयोग गर्न फन्ट निर्दिष्ट गर्दछ । यो gnome-print फन्ट नाम "
+#~ "हो र print_font_body_pango द्वारा प्रतिस्थापन गरिएको छ ।"
+
+#~ 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. This is a gnome-print font name and replaced by "
+#~ "print_font_numbers_pango."
+#~ msgstr ""
+#~ "मुद्रण गर्दा लाइन सङ्ख्याका लागि प्रयोग गर्नुपर्ने फन्ट निर्दिष्ट गर्दछ । यदि\"Print Line Numbers\" विकल्प "
+#~ "शुन्य रहित छ भने मात्र यसले प्राभाव पार्नेछ । यो एउटा gnome-printफन्ट नाम हो र print_font_numbers_pango "
+#~ "द्वारा प्रतिस्थापन गरिएको छ ।"
+
+#~ 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. This is a gnome-print font name and "
+#~ "replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "कागजात मुद्रण गर्दा पृष्ट हेडरहरूका लागि प्रयोग गर्नलाई फन्ट निर्दिष्ट गर्दछ । यदि \"Print Header\" विकल्प "
+#~ "खोलिएको छ भने मात्र यसले प्राभाव पार्नेछ । यो gnome-print फन्ट नाम हो र print_font_header_pango द्वारा "
+#~ "प्रतिस्थापन गरिएको छ ।"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" to use the "
+#~ "system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons only, "
+#~ "\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. Note that the "
+#~ "values are case-sensitive, so make sure they appear exactly as mentioned here."
+#~ msgstr ""
+#~ "उपकरण पट्टी बटनको लागि शैली । प्रणालीको पूर्वनिर्धारित शैली प्रयोग गर्न \"GEDIT_TOOLBAR_SYSTEM\", "
+#~ "प्रतिमा मात्र प्रदर्शन गर्न \"GEDIT_TOOLBAR_ICONS\", प्रतिमा र पाठ दुवै प्रदर्शन गर्न "
+#~ "\"GEDIT_TOOLBAR_ICONS_AND_TEXT\", र प्रतिमाहरूको अतिरिक्त प्राथमिक पाठ प्रदर्शन गर्न "
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" सम्भावित मानहरू हुन् । याद राख्नुहोस् मानहरू केस सम्वेदनशिल हुन्छन्, त्यसैले "
+#~ "तिनिहरू यहाँ उल्लेख गरे जस्तै दुरूस्त रूपमा देखिने निश्चित गर्नुहोस् ।"
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "उपकरण पट्टी बटन शैली"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "कार्य सिमा (ह्रास गरिएको) पूर्वस्थितिमा ल्याउनुहोस्"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can set the backup file "
+#~ "extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "gedit ले यसले बचत गर्ने फाइलहरूका लागि जगेडा प्रतिलिपि सिर्जना गर्नुपर्दछ या पर्दैन । तपाईँले \"जगेडा प्रतिलिपि "
+#~ "विस्तार\" विकल्पसँग जगेडा फाइल विस्तार सेट गर्न सक्नुहुन्छ ।"
+
+#~ msgid "Whether the bottom panel at the bottom of editing windows should be visible."
+#~ msgstr "सम्पादन सञ्झ्यालको तलतिर बटम प्यानल दृश्यात्मक हुनुपर्दछ या पर्दैन ।"
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "लेखनयोग्य VFS योजनाहरू"
+
+#~ msgid "[ISO-8859-15]"
+#~ msgstr "[ISO-8859-15]"
+
+#~ msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+#~ msgstr "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+
+#~ msgid "Logout _without Saving"
+#~ msgstr "बचत नगरी लगआउट गर्नुहोस्"
+
+#~ msgid "Question"
+#~ msgstr "प्रश्‍न"
+
+#~ msgid "Character Codings"
+#~ msgstr "क्यारेक्टर कोडिङ"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "मेनुमा देखाएको सङ्केतनहरू:"
+
+#~ msgid "Open Location"
+#~ msgstr "स्थान खोल्नुहोस्"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "तपाईँले खोल्न चाहनु भएको फाइलको स्थान (URI) प्रविष्ट गर्नुहोस्:"
+
+#~ msgid "Page Setup"
+#~ msgstr "पृष्ट सेटअप"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>लाइन सङ्ख्या</b>"
+
+#~ msgid "General"
+#~ msgstr "साधारण"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit प्राथमिकताहरू"
+
+#~ msgid "<b>Bracket Matching</b>"
+#~ msgstr "<b>कोष्ठक मिल्दो</b>"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>हालको लाइन</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>फन्ट</b>"
+
+#~ msgid "<b>Right Margin</b>"
+#~ msgstr "<b>दायाँ सिमान्त</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">रङ योजना</span>"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "स्तम्भमा दायाँ सिमान्त:"
+
+#~ msgid "Replace All"
+#~ msgstr "सबै प्रतिस्थापन गर्नुहोस्"
+
+#~ msgid "_Search for: "
+#~ msgstr "यसका लागि खोजी र्नुहोस्: "
+
+#~ msgid "[FILE...]"
+#~ msgstr "[FILE...]"
+
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: विकृत फाइल नाम वा URI ।\n"
+
+#~ msgid "- Edit text files"
+#~ msgstr "पाठ फाइलहरू सम्पादन गर्नुहोस्"
+
+#~ msgid "Open Files"
+#~ msgstr "फाइलहरू खोल्नुहोस्"
+
+#~ msgid "The entered location is not valid."
+#~ msgstr "प्रविष्टि गरिएको स्थान वैध छैन ।"
+
+#~ msgid "Unicode"
+#~ msgstr "युनिकोड"
+
+#~ msgid "Western"
+#~ msgstr "पश्चिमी"
+
+#~ msgid "Central European"
+#~ msgstr "केन्द्रिय युरोपेली"
+
+#~ msgid "South European"
+#~ msgstr "दक्षिण युरोपेली"
+
+#~ msgid "Baltic"
+#~ msgstr "बाल्टिक"
+
+#~ msgid "Cyrillic"
+#~ msgstr "सिरिलिक"
+
+#~ msgid "Arabic"
+#~ msgstr "अरेबिक"
+
+#~ msgid "Greek"
+#~ msgstr "ग्रीक"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "हिब्रु दृश्य"
+
+#~ msgid "Hebrew"
+#~ msgstr "हिब्रु "
+
+#~ msgid "Turkish"
+#~ msgstr "टर्कीस"
+
+#~ msgid "Nordic"
+#~ msgstr "नर्डिक"
+
+#~ msgid "Celtic"
+#~ msgstr "सेल्टिक"
+
+#~ msgid "Romanian"
+#~ msgstr "रोमानियाली"
+
+#~ msgid "Armenian"
+#~ msgstr "आर्मेनियाली"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "चिनीयाँ परम्परा"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "सिरिलिक/रसियाली"
+
+#~ msgid "Japanese"
+#~ msgstr "जापनी"
+
+#~ msgid "Korean"
+#~ msgstr "कोरियाली"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "सरलीकृत चीनियाँ"
+
+#~ msgid "Georgian"
+#~ msgstr "जर्जीयाली"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "सिरिलिक/युक्रेनियाली"
+
+#~ msgid "Vietnamese"
+#~ msgstr "भियतनामी"
+
+#~ msgid "Thai"
+#~ msgstr "थाई"
+
+#~ msgid "Unknown"
+#~ msgstr "अज्ञात"
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "यो फाइलले दुषित डेटा समाविष्ट गर्दछ ।"
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "यो फाइलले डेटा अवैध ढाँचामा समाविष्ट गर्दछ ।"
+
+#~ msgid "The file is too big."
+#~ msgstr "फाइल धेरै ठूलो छ ।"
+
+#~ msgid "There are too many open files. Please close some applications and try again."
+#~ msgstr "त्यहाँ धेरै खुला फाइलहरू छन् । कृपया केही अनुप्रयोगहरू बन्द गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running applications and try "
+#~ "again."
+#~ msgstr ""
+#~ "यो फाइल खोल्न पर्याप्त स्मृती उपलब्ध छैन । कृपया केहि चालु रहेका अनुप्रयोगहरू बन्द गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#~ msgid "Host name was empty. Please check that your proxy settings are correct and try again."
+#~ msgstr ""
+#~ "होष्टको नाम खाली थियो । कृपया तपाईँको प्रोक्सी सेटिङहरू सही भएको जाँच गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location correctly and try again."
+#~ msgstr ""
+#~ "लग गर्ने प्रयत्न असफल भयो । कृपया तपाईँले टाइप गर्नुभएको स्थान ठीकसँग जाँच गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "तपाईँले खोल्न प्रयास गरिरहनु भएको फाइल एउटा नियमित फाइल होइन ।"
+
+#~ msgid "Attempt to log in failed."
+#~ msgstr "लगइन गर्ने प्रयत्न असफल भयो ।"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "क्यारेक्टर कोडिङ:"
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+#~ msgstr ""
+#~ "gedit ले फाइलको यो दृष्टान्त सम्पादनअयोग्य तरिकामा खोल्यो । तपाईँ जसरी पनि यसलाई सम्पादन गर्न चाहनुहुन्छ?"
+
+#~ msgid "%s is a directory. Please check that you typed the location correctly and try again."
+#~ msgstr "%s एउटा डाइरेक्टरी हो । कृपया तपाईँले टाइप गरेको स्थान ठीकसँग जाँच गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running applications and try "
+#~ "again."
+#~ msgstr ""
+#~ "फाइल बचत गर्न पर्याप्त स्मृती उपलब्ध छैन । कृपया केही चालु रहेका अनुप्रयोगहरू बन्द गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।"
+
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location correctly and try again."
+#~ msgstr ""
+#~ "%s एउटा नियमित फाइल होइन । कृपया तपाईँले स्थान सही तरिकाले टाइप गर्नुभएको जाँच गर्नुहोस् र फेरि प्रयास "
+#~ "गर्नुहोस् ।"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "तपाईँ परिवर्तनहरू छोड्न फाइल पुन: लोड गर्न चाहनुहुन्छ?"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "जगेडा फाइल नाम प्राप्त गर्न सकेन"
+
+#~ msgid "Empty"
+#~ msgstr "खाली"
+
+#~ msgid "Plugin"
+#~ msgstr "प्लगइन"
+
+#~ msgid "Enabled"
+#~ msgstr "सक्रिय"
+
+#~ msgid "C_onfigure"
+#~ msgstr "कन्फिगर गर्नुहोस्"
+
+#~ msgid "A_ctivate"
+#~ msgstr "सक्रिय पार्नुहोस्"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "सबै सक्रिय पार्नुहोस्"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "सबै निष्क्रिय पार्नुहोस्"
+
+#~ msgid "_About Plugin"
+#~ msgstr "प्लगइनका बारेमा"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "प्राथमिकता प्रबन्धक थालनी गर्न सकिँदैन ।"
+
+#~ msgid "Expected `%s' got `%s' for key %s"
+#~ msgstr "अपेक्षित`%s' ले %s कुञ्जीका लागि `%s' प्राप्त गर्यो"
+
+#~ msgid "Other"
+#~ msgstr "अन्य"
+
+#~ msgid "Number of pages horizontally"
+#~ msgstr "तेर्सो रूपमा पृष्ठहरूको सङ्ख्या"
+
+#~ msgid "Number of pages vertically"
+#~ msgstr "ठाडो रूपमा पृष्ठहरूको सङ्ख्या"
+
+#~ msgid "No visible output was created."
+#~ msgstr "कुनै दृश्यात्मक निर्गत सिर्जना गरिएको थिएन ।"
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "युनिकोड (UTF-8)"
+
+#~ msgid "Open _Location..."
+#~ msgstr "स्थान खोल्नुहोस्..."
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "निर्दिष्ट स्थानबाट एउटा फाइल खोल्नुहोस्"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "प्राथमिकताहरू"
+
+#~ msgid "_Contents"
+#~ msgstr "सामाग्रीहरू"
+
+#~ msgid "Save _As..."
+#~ msgstr "यस रूपमा बचत गर्नुहोस्..."
+
+#~ msgid "Page Set_up..."
+#~ msgstr "पृष्ठ सेटअप..."
+
+#~ msgid "Setup the page settings"
+#~ msgstr "पृष्ठ सेटिङहरू सेटअप गर्नुहोस्"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "मुद्रण पूर्वावलोकन"
+
+#~ msgid "Print preview"
+#~ msgstr "मुद्रण पूर्वावलोकन"
+
+#~ msgid "_Print..."
+#~ msgstr "मुद्रण गर्नुहोस्..."
+
+#~ msgid "Undo the last action"
+#~ msgstr "अन्तिम कार्य पूर्वस्थितिमा ल्याउनुहोस्"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "पूर्वस्थितिमा ल्याइएको अन्तिम कार्य रिडू गर्नुहोस्"
+
+#~ msgid "Cut the selection"
+#~ msgstr "चयन काट्नुहोस्"
+
+#~ msgid "Copy the selection"
+#~ msgstr "चयन प्रतिलिपि गर्नुहोस्"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "चयन गरिएको पाठ मेट्नुहोस्"
+
+#~ msgid "_Find..."
+#~ msgstr "फेला पार्नुहोस्..."
+
+#~ msgid "Search for text"
+#~ msgstr "पाठका लागि खोजी गर्नुहोस्"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "उस्तै पाठका लागि अघिल्तिर खोजी गर्नुहोस्"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "उस्तै पाठका लागि पछिल्तिर खोजी गर्नुहोस्"
+
+#~ msgid "_Replace..."
+#~ msgstr "प्रतिस्थापन गर्नुहोस्..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "पाठ खोजी गर्नुहोस् र प्रतिस्थापन गर्नुहोस्"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "खोजी जोडाहरूको हाइलाइट खाली गर्नुहोस्"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "विशिष्ट लाइनमा जानुहोस्"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "बढोत्तरीत खोजी..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "पाठका लागि बढ्दोक्रममा खोजी गर्नुहोस्"
+
+#~ msgid "Close all open files"
+#~ msgstr "सबै खुला फाइलहरू बन्द गर्नुहोस्"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "हालको कागजात नयाँ सञ्झ्यालमा सार्नुहोस्"
+
+#~ msgid "Quit the program"
+#~ msgstr "कार्यक्रम अन्त्य गर्नुहोस्"
+
+#~ msgid "_Toolbar"
+#~ msgstr "उपकरण पट्टी"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "हालको सञ्झ्यालमा उपकरण पट्टी देखाउनुहोस् वा लुकाउनुहोस्"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "हालको सञ्झ्यालमा वस्तुस्थिति पट्टी देखाउनुहोस् वा लुकाउनुहोस्"
+
+#~ msgid "Show or hide the side pane in the current window"
+#~ msgstr "हालको सञ्झ्यालमा छेउ फलक देखाउनुहोस् वा लुकाउनुहोस्"
+
+#~ msgid "Show or hide the bottom pane in the current window"
+#~ msgstr "हालको सञ्झ्यालमा तलको फलक देखाउनुहोस् वा लुकाउनुहोस्"
+
+#~ msgid "None"
+#~ msgstr "कुनै पनि होइन"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "वाक्य संरचना अक्षम पार्नुहोस्"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' खोल्नुहोस्"
+
+#
+#~ msgid "Open a recently used file"
+#~ msgstr "भर्खरै प्रयोग गरिएको फाइल खोल्नुहोस्"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' सक्रिय बनाउनुहोस्"
+
+#~ msgid "Change Case"
+#~ msgstr "केस परिवर्तन गर्नुहोस्"
+
+#~ msgid "C_hange Case"
+#~ msgstr "केस परिवर्तन गर्नुहोस्"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "सबै ठूलो वर्णमाला"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "सबै सानो वर्णमाला"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "चयन गरिएको पाठको केस उल्टाउनुहोस्"
+
+#~ msgid "_Title Case"
+#~ msgstr "शिर्षक केस"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "प्रत्येक चयन गरिएको शब्दको पहिलो अक्षर ठूलो बनाउनुहोस्"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">फाइल नाम</span>"
+
+#~ msgid "_Update"
+#~ msgstr "अद्यावधिक गर्नुहोस्"
+
+#~ msgid "Get statistic info on current document"
+#~ msgstr "हालको कागजातमा तथ्याङ्क सूचना प्राप्त गर्नुहोस्"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "बाह्य उपकरण प्रबन्धक खोल्दछ"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "उपकरण सम्पादन गर्नुहोस् <i>%s</i>:"
+
+#~ msgid "A Brand New Tool"
+#~ msgstr "एउटा नयाँ उपकरण"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "आदेश:"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "<i>make</i> उपकरण सम्पादन गर्नुहोस्:"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "बाह्य उपकरण प्रबन्धक"
+
+#~ msgid ""
+#~ "Nothing\n"
+#~ "Current document\n"
+#~ "All documents"
+#~ msgstr ""
+#~ "केही होइन\n"
+#~ "हालको कागजात\n"
+#~ "सबै कागजातहरू"
+
+#~ msgid "_Description:"
+#~ msgstr "वर्णन:"
+
+#~ msgid "_Shortcut Key:"
+#~ msgstr "छोटकरी कुञ्जी:"
+
+#~ msgid "_Tools:"
+#~ msgstr "उपकरणहरू:"
+
+#~ msgid "gtk-revert-to-saved"
+#~ msgstr "बचत गरिएकोमा gtk उल्टाउनुहोस्"
+
+#~ msgid "on"
+#~ msgstr "मा"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "सक्रिय कागजात स्थानमा मूल सेट गर्नुहोस्"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "हालै खोलिएको डाइरेक्टरीमा एउटा टर्मिनल खोल्नुहोस्"
+
+#~ msgid "Invalid uri"
+#~ msgstr "अवैध uri"
+
+#~ msgid "file"
+#~ msgstr "फाइल"
+
+#~ msgid "Recent Files"
+#~ msgstr "हालको फाइलहरू"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "चयन गरिएको फाइल वा फोल्डर रद्दीको टोकरीमा सार्नुहोस्"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "चयन गरिएको फाइल वा फोल्डर मेट्नुहोस्"
+
+#~ msgid "Up"
+#~ msgstr "माथि"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "प्रमूल फोल्डर खोल्नुहोस्"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "नयाँ खाली फोल्डर थप्नुहोस्"
+
+#~ msgid "Add new empty file"
+#~ msgstr "नयाँ खाली फाइल थप्नुहोस्"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "चयन गरिएको फाइल वा फोल्डरको पुन: नामाकरण गर्नुहोस्"
+
+#~ msgid "_Previous Location"
+#~ msgstr "अघिल्लो स्थान"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "पहिल्यै हेरिएको स्थानमा जानुहोस्"
+
+#~ msgid "_Next Location"
+#~ msgstr "पछिल्लो स्थान"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "पछि हेरिएको स्थानमा जानुहोस्"
+
+#~ msgid "Refresh the view"
+#~ msgstr "दृश्य ताजा पार्नुहोस्"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "फाइल प्रबन्धकमा फोल्डर हेर्नुहोस्"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "लुकाइएको फाइलहरू र फोल्डरहरू देखाउनुहोस्"
+
+#~ msgid "Show binary files"
+#~ msgstr "बाइनरी फाइलहरू देखाउनुहोस्"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "अगाडि खोलिएको स्थानमा जानुहोस्"
+
+#~ msgid "Next location"
+#~ msgstr "पछिल्लो स्थान"
+
+#~ msgid "Go to next location"
+#~ msgstr "पछिल्लो स्थानमा जानुहोस्"
+
+#~ msgid "_Indent"
+#~ msgstr "इन्डेण्ट गर्नुहोस्"
+
+#~ msgid "Indent selected lines"
+#~ msgstr "चयन गरिएका लाइनहरू इन्डेण्ट गर्नुहोस्"
+
+#~ msgid "U_nindent"
+#~ msgstr "इन्डेण्ट नगर्नुहोस्"
+
+#~ msgid "Indent Lines"
+#~ msgstr "लाइनहरू इन्डेण्ट गर्नुहोस्"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "चयन गरिएका लाइनहरू इन्डेण्ट गर्दछ वा इन्डेण्ट हटाउँदछ ।"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "प्रयोग कर्ता नाम घुसाउनुहोस्"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "कर्सर स्थानमा प्रयोगकर्ताको नाम घुसाउनुहोस्"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "कर्सर स्थानमा प्रयोगकर्ताको नाम घुसाउँदछ ।"
+
+#~ msgid "User name"
+#~ msgstr "प्रयोगकर्ताको नाम"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "स्निपेट प्रबन्धक"
+
+#~ msgid "_Edit:"
+#~ msgstr "सम्पादन गर्नुहोस्:"
+
+#~ msgid "_Snippets:"
+#~ msgstr "स्निपेटहरू:"
+
+#~ msgid "The following python code, run in a snippet, does not return a value"
+#~ msgstr "स्निपेटमा चालु तलको पाइथन सङ्केतले मान फिर्ता गर्दैन"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "हालको कागजात वा चयन क्रमबद्ध गर्नुहोस्"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "तपाईँले क्रमबद्ध सञ्चालन पूर्वस्थितिमा ल्याउन सक्नुहुन्न"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(कुनै सुझाब दिइएको शब्दहरू छैन)"
+
+#~ msgid "_More..."
+#~ msgstr "अरू..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "सबै उपेक्षा गर्नुहोस्"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "हिज्जे सुझाव..."
+
+#~ msgid "Suggestions"
+#~ msgstr "सुझाव"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(सही हिज्जे)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "हिज्जे जाँच पूरा भयो"
+
+#~ msgid "language|%s (%s)"
+#~ msgstr "भाषा|%s (%s)"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "भाषा|अज्ञात (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "भाषा|पूर्वनिर्धारित"
+
+#~ msgid "Set language"
+#~ msgstr "भाषा सेट गर्नुहोस्"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "गलत हिज्जेका लागि हालको कागजात जाँच गर्नुहोस्"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "हालको कागजातको भाषा सेट गर्नुहोस्"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "हिज्जे स्वतः जाँच गर्नुहोस्"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "हालको कागजातको स्वाचालित रूपमा हेज्जे जाँच गर्नुहोस्"
+
+#~ msgid "The document is empty."
+#~ msgstr "कागजात खाली छ ।"
+
+#~ msgid "No misspelled words"
+#~ msgstr "कुनै गलत हिज्जे भएका शब्दहरू छैन"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "हालको कागजातको भाषा चयन गर्नुहोस् ।"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>भाषा</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>शब्द</b>"
+
+#~ msgid "Add w_ord"
+#~ msgstr "शब्द थप्नुहोस्"
+
+#~ msgid "Cha_nge"
+#~ msgstr "परिवर्तन"
+
+#~ msgid "Change A_ll"
+#~ msgstr "सबै परिवर्तन गर्नुहोस्"
+
+#~ msgid "Change _to:"
+#~ msgstr "यसमा परिवर्तन गर्नुहोस्"
+
+#~ msgid "Check _Word"
+#~ msgstr "शब्द जाँच गर्नुहोस्"
+
+#~ msgid "Ignore _All"
+#~ msgstr "सबै उपेक्षा गर्नुहोस्"
+
+#~ msgid "Language:"
+#~ msgstr "भाषा:"
+
+#~ msgid "Misspelled word:"
+#~ msgstr "गलत हिज्जे भएको शब्द:"
+
+#~ msgid "User dictionary:"
+#~ msgstr "प्रयोगकर्ता डाइरेक्टरी:"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "सुझाव:"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "तपाईँले प्रयोग गर्न चाहनुभएको ट्यागको समूह चयन गर्नुहोस्"
+
+#~ msgid "_Preview"
+#~ msgstr "पूर्वावलोकन"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "उपलब्ध ट्याग सूचीहरू"
+
+#~ msgid "Tags"
+#~ msgstr "ट्यागहरू"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "संक्षिप्त रूप"
+
+#~ msgid "Abbreviation"
+#~ msgstr "संक्षेप"
+
+#~ msgid "Above"
+#~ msgstr "माथि"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "कुञ्जी क्यारेक्टर पहुँचता"
+
+#~ msgid "Acronym"
+#~ msgstr "विपरीतार्थक"
+
+#~ msgid "Align"
+#~ msgstr "पङ्क्तिबद्ध गर्नुहोस्"
+
+#~ msgid "Alignment character"
+#~ msgstr "पङ्क्तिवद्व क्यारेक्टर"
+
+#~ msgid "Alternative"
+#~ msgstr "वैकल्पिक"
+
+#~ msgid "Anchor"
+#~ msgstr "एङ्कर"
+
+#~ msgid "Anchor URI"
+#~ msgstr "एङ्कर URI"
+
+#~ msgid "Applet class file code"
+#~ msgstr "एप्लेट वर्ग फाइल सङ्केत"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "एप्लेट वर्ग फाइल सङ्केत (छोडिएको)"
+
+#~ msgid "Array"
+#~ msgstr "एरे"
+
+#~ msgid "Associated information"
+#~ msgstr "सम्बन्धित सूचना"
+
+#~ msgid "Author info"
+#~ msgstr "लेखक सूचना"
+
+#~ msgid "Axis related headers"
+#~ msgstr "अक्ष सम्बन्धित हेडरहरू"
+
+#~ msgid "Background color"
+#~ msgstr "पृष्ठभूमि रङ"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "पृष्ठभूमि रङ (छोडिएको)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "पृष्ठभूमि बनावट टायल"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "पृष्ठभूमि बनावट टायल (छोडिएको)"
+
+#~ msgid "Base URI"
+#~ msgstr "आधार URI"
+
+#~ msgid "Base font"
+#~ msgstr "आधार फन्ट"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "आधार फन्ट (छोडिएको)"
+
+#~ msgid "Bold"
+#~ msgstr "बाक्लो"
+
+#~ msgid "Border"
+#~ msgstr "किनारा"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "किनारा (छोडिएको)"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "कक्ष पङ्क्ति नियन्त्रण"
+
+#~ msgid "Center"
+#~ msgstr "केन्द्र"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "केन्द्र (छोडिएको)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "लिङ्क संसाधनको क्यारेक्टर सङ्केतन"
+
+#~ msgid "Checked (state)"
+#~ msgstr "जाँच गरिएको (स्थिति)"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "परवर्तनका लागि कारण उद्धरण गर्नुहोस्"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "वर्ग कार्यान्वयन आईडी"
+
+#~ msgid "Class list"
+#~ msgstr "वर्ग सूची"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "पाठ प्रवाह नियन्त्रण खाली गर्नुहोस्"
+
+#~ msgid "Code content type"
+#~ msgstr "सङ्केत सामाग्री प्रकार"
+
+#~ msgid "Color of selected links"
+#~ msgstr "चयन गरिएका लिङ्कहरूको रङ"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "चयन गरिएका लिङ्कहरूको रङ (छोडिएको)"
+
+#~ msgid "Column span"
+#~ msgstr "स्तम्भ विस्तार"
+
+#~ msgid "Columns"
+#~ msgstr "स्तम्भहरू"
+
+#~ msgid "Comment"
+#~ msgstr "टिप्पणी"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "कम्प्युटर सङ्केत खण्ड"
+
+#~ msgid "Content type"
+#~ msgstr "सामाग्री प्रकार"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "सामाग्री प्रकार (छोडिएको)"
+
+#~ msgid "Coordinates"
+#~ msgstr "समन्वय गर्दछ"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV शैली कन्टेनर"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV कन्टेनर"
+
+#~ msgid "Date and time of change"
+#~ msgstr "परिवर्तनको मिति र समय"
+
+#~ msgid "Declare flag"
+#~ msgstr "झण्डा घोषणा गर्नुहोस्"
+
+#~ msgid "Defer attribute"
+#~ msgstr "विशेषता भिन्नता"
+
+#~ msgid "Definition description"
+#~ msgstr "परिभाषा वर्णन"
+
+#~ msgid "Definition list"
+#~ msgstr "परिभाषा सूची"
+
+#~ msgid "Definition term"
+#~ msgstr "परिभाषा टर्म"
+
+#~ msgid "Deleted text"
+#~ msgstr "मेटिएको पाठ"
+
+#~ msgid "Direction"
+#~ msgstr "निर्देशन"
+
+#~ msgid "Directionality"
+#~ msgstr "निर्देशनात्मकता"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "निर्देशनात्मकता (छोडिएको)"
+
+#~ msgid "Directory list"
+#~ msgstr "डाइरेक्टरी सूची"
+
+#~ msgid "Disabled"
+#~ msgstr "अक्षम पारियो"
+
+#~ msgid "Document base"
+#~ msgstr "कागजात आधार"
+
+#~ msgid "Document body"
+#~ msgstr "कागजात मूख्य भाग"
+
+#~ msgid "Document head"
+#~ msgstr "कागजात शिर्ष"
+
+#~ msgid "Document title"
+#~ msgstr "कागजात शिर्षक"
+
+#~ msgid "Document type"
+#~ msgstr "कागजात प्रकार"
+
+#~ msgid "Element ID"
+#~ msgstr "तत्व आईडी"
+
+#~ msgid "Embedded object"
+#~ msgstr "सम्मिलित वस्तु"
+
+#~ msgid "Emphasis"
+#~ msgstr "महत्व"
+
+#~ msgid "Encode type"
+#~ msgstr "प्रकार सङ्केतन गर्नुहोस्"
+
+#~ msgid "Figure"
+#~ msgstr "आकृती"
+
+#~ msgid "Font face"
+#~ msgstr "फन्ट फेस"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "फन्ट फेस (छोडिएको)"
+
+#~ msgid "For label"
+#~ msgstr "लेबुलका लागि"
+
+#~ msgid "Forced line break"
+#~ msgstr "लाइन विच्छेदनका लागि बल गर्यो"
+
+#~ msgid "Form"
+#~ msgstr "फारम"
+
+#~ msgid "Form action handler"
+#~ msgstr "कार्य ह्याण्डलकर्ता फारम"
+
+#~ msgid "Form control group"
+#~ msgstr "फारम नियन्त्रण समुह"
+
+#~ msgid "Form field label text"
+#~ msgstr "फारम फाँट लेबुल पाठ"
+
+#~ msgid "Form input"
+#~ msgstr "आगत फारम"
+
+#~ msgid "Form input type"
+#~ msgstr "आगत प्रकार फारम"
+
+#~ msgid "Form method"
+#~ msgstr "पद्दती फारम"
+
+#~ msgid "Forward link"
+#~ msgstr "लिङ्क फर्वार्ड गर्नुहोस्"
+
+#~ msgid "Frame"
+#~ msgstr "फ्रेम"
+
+#~ msgid "Frame render parts"
+#~ msgstr "फ्रेम रेन्डर भागहरू"
+
+#~ msgid "Frame source"
+#~ msgstr "फ्रेम स्रोत"
+
+#~ msgid "Frame target"
+#~ msgstr "फ्रेम लक्ष्य"
+
+#~ msgid "Frameborder"
+#~ msgstr "फ्रेम किनारा"
+
+#~ msgid "Frameset"
+#~ msgstr "फ्रेमसेट"
+
+#~ msgid "Frameset columns"
+#~ msgstr "स्तम्भहरू फ्रेमसेट गर्नुहोस्"
+
+#~ msgid "Frameset rows"
+#~ msgstr "पङ्क्तिहरू फ्रेमसेट गर्नुहोस्"
+
+#~ msgid "Framespacing"
+#~ msgstr "फ्रेमस्पेसिङ"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "जेनेरिक सम्मिलित वस्तु"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "जेनेरिक मेटा सूचना"
+
+#~ msgid "Generic span"
+#~ msgstr "जेनेरिक विस्तार"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - विशेष क्यारेक्टरहरू"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - ट्यागहरू"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML मूल तत्व"
+
+#~ msgid "HTML version"
+#~ msgstr "HTML संस्करण"
+
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP हेडर नाम"
+
+#~ msgid "Header cell ID's"
+#~ msgstr "हेडर कक्ष आईडीहरू"
+
+#~ msgid "Heading"
+#~ msgstr "शिर्षक"
+
+#~ msgid "Heading 1"
+#~ msgstr "शिर्षक १"
+
+#~ msgid "Heading 2"
+#~ msgstr "शिर्षक २"
+
+#~ msgid "Heading 3"
+#~ msgstr "शिर्षक ३"
+
+#~ msgid "Heading 4"
+#~ msgstr "शिर्षक ४"
+
+#~ msgid "Heading 5"
+#~ msgstr "शिर्षक ५"
+
+#~ msgid "Heading 6"
+#~ msgstr "शिर्षक ६"
+
+#~ msgid "Height"
+#~ msgstr "उचाइ"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "तेर्सो नियम"
+
+#~ msgid "Horizontal space"
+#~ msgstr "तेर्सो खालीस्थान"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "तेर्सो खालीस्थान (छोडिएको)"
+
+#~ msgid "HttP header name"
+#~ msgstr "HttP हेडर नाम"
+
+#~ msgid "I18N BiDi over-ride"
+#~ msgstr "I18N BiDi अधिरोहण"
+
+#~ msgid "Image"
+#~ msgstr "छवि"
+
+#~ msgid "Image map"
+#~ msgstr "छवि मानचित्र"
+
+#~ msgid "Image map area"
+#~ msgstr "छवि मानचित्र क्षेत्र"
+
+#~ msgid "Image map name"
+#~ msgstr "छवि मानचित्र नाम"
+
+#~ msgid "Image source"
+#~ msgstr "छवि स्रोत"
+
+#~ msgid "Inline frame"
+#~ msgstr "इनलाइन फ्रेम"
+
+#~ msgid "Inline layer"
+#~ msgstr "इनलाइन तह"
+
+#~ msgid "Inserted text"
+#~ msgstr "घुसाइएको पाठ"
+
+#~ msgid "Instance definition"
+#~ msgstr "दृष्टान्त परिभाषा"
+
+#~ msgid "Italic text"
+#~ msgstr "छड्के पाठ"
+
+#~ msgid "Java applet"
+#~ msgstr "जाभा एप्लेट"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "जाभा एप्लेट (छोडिएको)"
+
+#~ msgid "Label"
+#~ msgstr "लेबुल "
+
+#~ msgid "Language code"
+#~ msgstr "भाषा सङ्केत"
+
+#~ msgid "Large text style"
+#~ msgstr "ठूलो पाठ शैली"
+
+#~ msgid "Layer"
+#~ msgstr "तह"
+
+#~ msgid "Link color"
+#~ msgstr "लिङ्क रङ"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "लिङ्क रङ (छोडिएको)"
+
+#~ msgid "List item"
+#~ msgstr "वस्तु सूची"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "फाइल अपलोडका लागि MIME प्रकारहरूको सूची"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "समर्थित क्यारेक्टर सेटहरूको सूची"
+
+#~ msgid "Local change to font"
+#~ msgstr "फन्टमा स्थानीय परिवर्तन"
+
+#~ msgid "Long description link"
+#~ msgstr "लामो वर्णन लिङ्क"
+
+#~ msgid "Long quotation"
+#~ msgstr "लामो उद्धरण"
+
+#~ msgid "Mail link"
+#~ msgstr "पत्राचार लिङ्क"
+
+#~ msgid "Marquee"
+#~ msgstr "मार्क्यु"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "पाठ फाँटको अधिकतम लम्बाइ"
+
+#~ msgid "Media-independent link"
+#~ msgstr "सञ्चार-स्वतन्त्र लिङ्क"
+
+#~ msgid "Menu list"
+#~ msgstr "मेनु सूची"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "मेनु सूची (छोडिएको)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "वहु-रेखा पाठ फाँट"
+
+#~ msgid "Multicolumn"
+#~ msgstr "बहुस्तम्भ"
+
+#~ msgid "Multiple"
+#~ msgstr "बहुविध"
+
+#~ msgid "Name"
+#~ msgstr "नाम"
+
+#~ msgid "Named property value"
+#~ msgstr "गुण मान नामाकरण गरियो"
+
+#~ msgid "Next ID"
+#~ msgstr "पछिल्लो आईडी"
+
+#~ msgid "No URI"
+#~ msgstr "URI छैन"
+
+#~ msgid "No embedded objects"
+#~ msgstr "कुनै सम्मिलित वस्तुहरू छैन"
+
+#~ msgid "No frames"
+#~ msgstr "कुनै फ्रेमहरू छैनन्"
+
+#~ msgid "No layers"
+#~ msgstr "तहहरू छैनन्"
+
+#~ msgid "No line break"
+#~ msgstr "लाइन विच्छेद छैन ।"
+
+#~ msgid "No script"
+#~ msgstr "स्क्रिप्ट छैन"
+
+#~ msgid "No shade"
+#~ msgstr "छायाँ छैन"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "छायाँ छैन (छोडिएको)"
+
+#~ msgid "No word wrap"
+#~ msgstr "शब्द बेरिएको छैन"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "शब्द बेरिएको छैन (छोडिएको)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "बिच्छेदन बिहिन खालीस्थान"
+
+#~ msgid "Note"
+#~ msgstr "द्रष्टव्य"
+
+#~ msgid "Object applet file"
+#~ msgstr "वस्तु एप्लेट फाइल"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "वस्तु एप्लेट फाइल (छोडिएको)"
+
+#~ msgid "Object data reference"
+#~ msgstr "वस्तु डेटा सन्दर्भ"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "पङ्क्तिबद्ध क्यारेक्टरका लागि अफसेट"
+
+#~ msgid "OnBlur event"
+#~ msgstr "OnBlur घटना"
+
+#~ msgid "OnChange event"
+#~ msgstr "OnChange घटना"
+
+#~ msgid "OnClick event"
+#~ msgstr "OnClick घटना"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick घटना"
+
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus घटना"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown घटना"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress घटना"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp घटना"
+
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad घटना"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown घटना"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove घटना"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut घटना"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver घटना"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp घटना"
+
+#~ msgid "OnReset event"
+#~ msgstr "OnReset घटना"
+
+#~ msgid "OnSelect event"
+#~ msgstr "OnSelect घटना"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit घटना"
+
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload घटना"
+
+#~ msgid "Option group"
+#~ msgstr "विकल्प समूह"
+
+#~ msgid "Option selector"
+#~ msgstr "विकल्प चयनकर्ता"
+
+#~ msgid "Ordered list"
+#~ msgstr "क्रमबद्ध सूची"
+
+#~ msgid "Output media"
+#~ msgstr "निर्गत सञ्चार"
+
+#~ msgid "Paragraph"
+#~ msgstr "अनुच्छेद"
+
+#~ msgid "Paragraph class"
+#~ msgstr "अनुच्छेद वर्ग"
+
+#~ msgid "Paragraph style"
+#~ msgstr "अनुच्छेद शैली"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "पूर्वढाचाँबद्ध सुची"
+
+#~ msgid "Preformatted text"
+#~ msgstr "पूर्वढाचाँबद्ध पाठ"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "प्रोफाइल मेटा सूचना शब्दकोश"
+
+#~ msgid "Push button"
+#~ msgstr "बटन थिच्नुहोस"
+
+#~ msgid "Quote"
+#~ msgstr "उद्धरण गर्नुहोस्"
+
+#~ msgid "Range"
+#~ msgstr "दायरा"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "पढ्ने मात्र पाठ र पासवर्ड"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "घटाइएको खालीस्थान"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "घटाइएको खालीस्थान (छोडिएको)"
+
+#~ msgid "Reverse link"
+#~ msgstr "लिङ्क उल्टो पार्नुहोस्"
+
+#~ msgid "Root"
+#~ msgstr "मूल"
+
+#~ msgid "Rows"
+#~ msgstr "पङ्क्तिहरू"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "पङ्क्तिहरू र स्तम्भहरू बीचमा रुलिङ"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "नमुना कार्यक्रम प्रतिफल, स्क्रिप्टहरू"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "हेडर कक्षहरूद्वारा ढाकिएको कार्यक्षेत्र"
+
+#~ msgid "Script language name"
+#~ msgstr "स्क्रिप्ट भाषा नाम"
+
+#~ msgid "Script statments"
+#~ msgstr "स्क्रिप्ट कथनहरू"
+
+#~ msgid "Scrollbar"
+#~ msgstr "स्क्रोलपट्टी"
+
+#~ msgid "Selectable option"
+#~ msgstr "चयन योग्य विकल्प"
+
+#~ msgid "Server-side image map"
+#~ msgstr "सर्भर-साइड छवि मानचित्र"
+
+#~ msgid "Shape"
+#~ msgstr "आकार"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "छोटो इनलाइन उद्धरण"
+
+#~ msgid "Single line prompt"
+#~ msgstr "एकल लाइन प्रवर्धन"
+
+#~ msgid "Size"
+#~ msgstr "साइज"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "साइज (छोडिएको)"
+
+#~ msgid "Small text style"
+#~ msgstr "सानो पाठ शैली"
+
+#~ msgid "Soft line break"
+#~ msgstr "सफ्ट लाइन विच्छेद"
+
+#~ msgid "Sound"
+#~ msgstr "ध्वनि"
+
+#~ msgid "Source"
+#~ msgstr "स्रोत"
+
+#~ msgid "Space separated archive list"
+#~ msgstr "खालीस्थानले छुट्टाएको सङ्ग्रह सूची"
+
+#~ msgid "Spacer"
+#~ msgstr "स्पेसर"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "कक्षहरूको बीचमा खालीस्थान"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "कक्षहरूमा खालीस्थान"
+
+#~ msgid "Span"
+#~ msgstr "विस्तार"
+
+#~ msgid "Square root"
+#~ msgstr "वर्गमूल"
+
+#~ msgid "Standby load msg"
+#~ msgstr "तुरून्त सन्देश लोड गर्नुहोस्"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "अनुक्रम सङ्ख्या सुरु गर्दै"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "अनुक्रम सङ्ख्या सुरु गर्दै (छोडिएको)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "स्ट्राइक-थ्रु पाठ"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "स्ट्राइक-थ्रु पाठ (छोडिएको)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "स्ट्राइक-थ्रु पाठ शैली"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "स्ट्राइक-थ्रु पाठ शैली (छोडिएको)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "बलियो ग्राह्यता"
+
+#~ msgid "Style info"
+#~ msgstr "शैलि सूचना"
+
+#~ msgid "Subscript"
+#~ msgstr "सबस्क्रिप्ट"
+
+#~ msgid "Superscript"
+#~ msgstr "सुपरस्क्रिप्ट"
+
+#~ msgid "Tab order position"
+#~ msgstr "ट्याब क्रम स्थिति"
+
+#~ msgid "Table"
+#~ msgstr "तालिका"
+
+#~ msgid "Table body"
+#~ msgstr "तालिका मुख्य भाग"
+
+#~ msgid "Table caption"
+#~ msgstr "तालिका क्याप्सन"
+
+#~ msgid "Table column group properties"
+#~ msgstr "तालिका स्तम्भ समूह गुणहरू"
+
+#~ msgid "Table column properties"
+#~ msgstr "तालिका स्तम्भ गुणहरू"
+
+#~ msgid "Table data cell"
+#~ msgstr "तालिका डेटा कक्ष"
+
+#~ msgid "Table footer"
+#~ msgstr "तालिका फुटर"
+
+#~ msgid "Table header cell"
+#~ msgstr "तालिका हेडर कक्ष"
+
+#~ msgid "Table row"
+#~ msgstr "तालिका पङ्क्ति"
+
+#~ msgid "Table summary"
+#~ msgstr "तालिका सारांश"
+
+#~ msgid "Target - Blank"
+#~ msgstr "लक्ष्य - खाली"
+
+#~ msgid "Target - Parent"
+#~ msgstr "लक्ष्य - प्रमूल"
+
+#~ msgid "Target - Self"
+#~ msgstr "लक्ष्य - स्वयं"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "टेलिटाइप वा मोनोस्पेश पाठ शैली"
+
+#~ msgid "Text"
+#~ msgstr "पाठ"
+
+#~ msgid "Text color"
+#~ msgstr "पाठको रङ"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "पाठको रङ (छोडिएको)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "प्रयोगकर्ताद्वारा प्रविष्टि गरिएको पाठ"
+
+#~ msgid "Title"
+#~ msgstr "शीर्षक"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "अधोरेखा गरिएको पाठ शैली"
+
+#~ msgid "Unordered list"
+#~ msgstr "क्रमबद्ध नगरिएको सूची"
+
+#~ msgid "Use image map"
+#~ msgstr "छवि माचित्र प्रयोग गर्नुहोस्"
+
+#~ msgid "Value"
+#~ msgstr "मान"
+
+#~ msgid "Value interpretation"
+#~ msgstr "मान व्याख्या"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "चल वा कार्यक्रम तर्क"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "ठाडो कक्ष पङ्क्तिबद्धता"
+
+#~ msgid "Vertical space"
+#~ msgstr "ठाडो खालीस्थान"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "ठाडो खालीस्थान (छोडिएको)"
+
+#~ msgid "Visited link color"
+#~ msgstr "हेरिएको लिङ्क रङ"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "हेरिएको लिङ्क रङ (छोडिएको)"
+
+#~ msgid "Width"
+#~ msgstr "चौडाइ"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML १.० - ट्यागहरू"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "सन्दर्भ सूची (उद्धरण गर्नुहोस्)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "सन्दर्भ सूची (वस्तु)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "सन्दर्भ सुची (शर्टसाइट)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "सन्दर्भ सूची (सन्दर्भ सूची)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "कोष्ठकहरू ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "कोष्ठकहरू <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "कोष्ठकहरू []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "कोष्ठकहरू {}"
+
+#~ msgid "File input"
+#~ msgstr "फाइल आगत"
+
+#~ msgid "Footnote"
+#~ msgstr "पद टिप्पणी"
+
+#~ msgid "Function cosin"
+#~ msgstr "प्रकार्य कसाइन"
+
+#~ msgid "Function e^"
+#~ msgstr "प्रकार्य e^"
+
+#~ msgid "Function exp"
+#~ msgstr "प्रकार्य exp"
+
+#~ msgid "Function log"
+#~ msgstr "प्रकार्य लग"
+
+#~ msgid "Function log10"
+#~ msgstr "प्रकार्य लग१०"
+
+#~ msgid "Function sine"
+#~ msgstr "प्रकार्य साइन"
+
+#~ msgid "Greek alpha"
+#~ msgstr "ग्रीक अल्फा"
+
+#~ msgid "Greek beta"
+#~ msgstr "ग्रीक बेटा"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "ग्रीक एप्सिलन"
+
+#~ msgid "Greek gamma"
+#~ msgstr "ग्रीक गामा"
+
+#~ msgid "Greek lambda"
+#~ msgstr "ग्रीक ल्याम्ब्डा"
+
+#~ msgid "Greek rho"
+#~ msgstr "ग्रीक रो"
+
+#~ msgid "Greek tau"
+#~ msgstr "ग्रीक ताउ"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "हेडर ० (अध्याय)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "हेडर ० (अध्याय*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "हेडर १ (सेक्सन)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "हेडर १ (सेक्सन*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "हेडर २ (सबसेक्सन)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "हेडर २ (सबसेक्सन*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "हेडर ३ (सबसबसेक्सन)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "हेडर ३ (सबसबसेक्सन*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "हेडर ४ (अनुच्छेद)"
+
+#~ msgid "Header appendix"
+#~ msgstr "हेडर परिशिष्ट"
+
+#~ msgid "Item"
+#~ msgstr "वस्तु"
+
+#~ msgid "Item with label"
+#~ msgstr "लेबुल सहित वस्तु"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex - ट्यागहरू"
+
+#~ msgid "List description"
+#~ msgstr "सूची वर्णन"
+
+#~ msgid "List enumerate"
+#~ msgstr "सूची गणना गर्नुहोस्"
+
+#~ msgid "List itemize"
+#~ msgstr "सूची छुट्टाछुट्टै उल्लेख गर्नुहोस्"
+
+#~ msgid "Maths (display)"
+#~ msgstr "गणित (प्रदर्शन गर्नुहोस्)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "गणित (इनलाइन)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "सञ्चालक भिन्न"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "सञ्चालक इन्टिग्रल (प्रदर्शन गर्नुहोस्)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "सञ्चालक इन्टिग्रल (इनलाइन)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "सञ्चालक जम्मा (प्रदर्शन गर्नुहोस्)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "सञ्चालक जम्मा (इनलाइन)"
+
+#~ msgid "Reference label"
+#~ msgstr "सन्दर्भ लेबुल"
+
+#~ msgid "Reference ref"
+#~ msgstr "सन्दर्भ ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "प्रतीक <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "प्रतीक <="
+
+#~ msgid "Symbol >="
+#~ msgstr "प्रतीक >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "प्रतीक >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "प्रतीक र"
+
+#~ msgid "Symbol const"
+#~ msgstr "प्रतीक const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "प्रतीक d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "प्रतीक d-by-dt-आंशिक"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "प्रतीक d2-by-dt2-आंशिक"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "प्रतीक ड्यागर"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "प्रतीक equiv"
+
+#~ msgid "Symbol hyphen --"
+#~ msgstr "प्रतीक योजकचिन्ह --"
+
+#~ msgid "Symbol hyphen ---"
+#~ msgstr "प्रतीक योजकचिन्ह ---"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "प्रतीक अनन्त"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "प्रतीक म्याथस्पेस ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "प्रतीक म्याथस्पेस ।"
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "प्रतीक म्याथस्पेस _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "प्रतिक म्याथस्पेस __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "प्रतीक सिमेक"
+
+#~ msgid "Symbol star"
+#~ msgstr "प्रतीक तारा"
+
+#~ msgid "Typeface bold"
+#~ msgstr "टाइपफेस बाक्लो"
+
+#~ msgid "Typeface italic"
+#~ msgstr "टाइपफेस छड्के"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "टाइपफेस तेर्सो"
+
+#~ msgid "Typeface type"
+#~ msgstr "टाइपफेस प्रकार"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "विच्छेद गर्न अयोग्य पाठ"
+
+#~ msgid ""
+#~ "Provides a method to easily insert into a document commonly used tags/strings without having "
+#~ "to type them."
+#~ msgstr ""
+#~ "तिनीहरूको टाइप बिनानै ट्यागहरू/स्ट्रिङहरू प्राय प्रयोग गरिने कागजात भित्र सजिलै घुसाउने विधि उपलब्ध गराउँदछ ।"
+
+#~ msgid "Tag list"
+#~ msgstr "ट्याग सूची"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT - अक्षहरू"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - तत्वहरू"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - प्रकार्यहरू"
+
+#~ msgid "ancestor"
+#~ msgstr "पूर्वज"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "पूर्वज-वा-स्वयं"
+
+#~ msgid "attribute"
+#~ msgstr "विशेषता"
+
+#~ msgid "child"
+#~ msgstr "शाखा"
+
+#~ msgid "descendant"
+#~ msgstr "सन्तति"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "सन्तति-वा-स्वयं"
+
+#~ msgid "following"
+#~ msgstr "पछिल्ला"
+
+#~ msgid "following-sibling"
+#~ msgstr "पछिल्ला-सिब्लिङ"
+
+#~ msgid "namespace"
+#~ msgstr "namespace"
+
+#~ msgid "parent"
+#~ msgstr "प्रमूल"
+
+#~ msgid "preceding"
+#~ msgstr "अघिल्ला"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "अघिल्ला-सिब्लिङ"
+
+#~ msgid "self"
+#~ msgstr "स्वयं"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL - ट्यागहरू"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "कर्सर स्थानमा हालको मिति र समय घुसाउनुहोस्"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">०१/११/२००२ १७:५२:००</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> मिति/समय घुसाउँदै गर्दा...</span>"
diff --git a/po/nl.po b/po/nl.po
new file mode 100644
index 0000000..6f46f0c
--- /dev/null
+++ b/po/nl.po
@@ -0,0 +1,4140 @@
+# Dutch translation for gedit
+# This file is distributed under the same license as the gedit package.
+# Tab group - tabgroep
+# Dennis Smit <synap@area101.penguin.nl>, 2000.
+# Ludootje <ludootje@linux.be>, 2001.
+# Jan-Willem Harmanny <jwharmanny@hotmail.com>, 2002.
+# Ronald Hummelink <ronald@hummelink.xs4all.nl>, 2002.
+# Sander Knopper <sander@knopper.dhs.org>, 2002.
+# Reinout van Schouwen <reinout@cs.vu.nl>, 2002–2007.
+# Taco Witte <T.C.Witte@phys.uu.nl>, 2002.
+# Daniel van Eeden <daniel_e@dds.nl>, 2004.
+# Tino Meinen <a.t.meinen@chello.nl>, 2005, 2006.
+# Wouter Bolsterlee <wbolster@gnome.org>, 2008–2013.
+# Rob van den Berg <linuxned@gmail.com>, 2010.
+# Kenneth Venken <kenneth.venken@gmail.com>, 2010.
+# Hannie Dumoleyn <hannie@ubuntu.org>, 2010-2012, 2013, 2015, 2016, 2018, 2020.
+# Erwin Poeze <donnut@outlook.com>, 2014.
+# Nathan Follens <nthn@unseen.is>, 2015, 2018-2019.
+# Justin van Steijn <jvs@fsfe.org>, 2016, 2018.
+# Reinout van Schouwen <reinouts@gnome.org>, 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-06-09 22:13+0000\n"
+"PO-Revision-Date: 2020-08-22 12:04+0200\n"
+"Last-Translator: Hannie Dumoleyn <hannie@ubuntu-nl.org>\n"
+"Language-Team: Dutch <gnome-nl-list@gnome.org>\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 19.12.3\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Tekstbestanden bewerken"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit is de teksteditor voor de Gnome-werkomgeving."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Het hoofddoel van gedit is gebruiksgemak, met standaard een eenvoudige"
+" interface. Meer geavanceerde functies zijn beschikbaar door plug-ins in te"
+" schakelen."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Teksteditor"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr ""
+"Text;tekst;Editor;teksteditor;tekstverwerker;Plaintext;platte tekst;Write;"
+"schrijven;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Nieuw venster"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Nieuw document"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Standaardlettertype gebruiken"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Of het standaard, vaste-breedte systeemlettertype gebruikt dient te worden "
+"bij het bewerken van tekst in plaats van een lettertype specifiek voor "
+"gedit. Als deze optie uitgeschakeld is, zal het lettertype worden gebruikt "
+"dat wordt aangegeven in de optie ‘Editorlettertype’, in plaats van het "
+"systeemlettertype."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Editorlettertype"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Het lettertype dat gebruikt wordt in het bewerkingsgedeelte van de "
+"teksteditor. Dit heeft alleen effect indien de optie ‘Standaardlettertype "
+"gebruiken’ is uitgeschakeld."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stijlschema"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Het ID van een GtkSourceView-stijlschema dat gebruikt wordt om de tekst te "
+"kleuren."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Reservekopieën maken"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Of gedit reservekopieën van opgeslagen bestanden moet aanmaken."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automatisch opslaan"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Automatisch opslaan van gewijzigde bestanden na een ingestelde tijd. U kunt "
+"deze tijdsinterval instellen met de de optie ‘Interval voor automatisch "
+"opslaan’."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Interval voor automatisch opslaan"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Aantal minuten waarna gedit gewijzigde bestanden automatisch opslaat. Dit "
+"heeft alleen effect wanneer de optie ‘Automatisch opslaan’ ingeschakeld is."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maximum aantal acties dat ongedaan gemaakt kan worden"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maximum aantal acties dat gedit ongedaan kan maken of opnieuw kan doen. "
+"Gebruik ‘-1’ voor een ongelimiteerd aantal acties."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Regelafbreekmodus"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Geeft aan hoe lange regels worden afgebroken tijdens het bewerken. Gebruik "
+"‘none’ om niet af te breken, ‘word’ om op woorden af te breken, en ‘char’ om "
+"op letters af te breken. Let op dat de waarden hoofdlettergevoelig zijn. "
+"Zorg er dus voor dat ze exact zo zijn als hier weergegeven."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Laatste keuze deelmodus voor regelafbreking gebruiken"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Specificeert de laatst gebruikte deelmodus met regelafbreking zo dat bij "
+"uitgeschakelde regelafbreking de deelmoduskeuze bewaard blijft. Gebruik "
+"‘word’ voor afbreking op woordgrenzen en ‘char’ voor afbreken op individuele "
+"letters."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tabgrootte"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Het aantal spaties dat weergegeven moet worden in plaats van tabs."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Spaties invoegen"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Invoegen van spaties in plaats van tabs."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatisch inspringen"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Inschakelen automatisch inspringen."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Regelnummers weergeven"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Inschakelen weergave regelnummers in het bewerkingsgedeelte."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Huidige regel markeren"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Inschakelen markering van de huidige regel."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Gepaarde haakjes markeren"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Inschakelen markering van gepaarde haakjes."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Rechterkantlijn weergeven"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Inschakelen weergave rechterkantlijn in het bewerkingsgedeelte."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Positie van rechterkantlijn"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "De positie van de rechterkantlijn."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Type achtergrondpatroon van document"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Of het document voorzien wordt van een achtergrondpatroon."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Slimme Home/End-toetsen"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Geeft aan hoe de cursor beweegt wanneer de HOME- en END-toetsen ingedrukt "
+"worden. Gebruik ‘disabled’ om altijd naar het begin/einde van een regel te "
+"springen, ‘after’ om de eerste keer dat de toetsen worden ingedrukt naar het "
+"begin/einde van de regel te springen en de tweede keer naar het begin/einde "
+"van de tekst, daarbij witruimte negerend. Gebruik ‘before’ om naar het begin/"
+"einde van de tekst te springen vóór het springen naar het begin/einde van de "
+"regel en ‘always’ om altijd naar het begin/einde van de tekst te springen in "
+"plaats van het begin/einde van de regel."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Vorige cursorpositie herstellen"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Herstellen van de vorige cursorpositie wanneer een bestand wordt geladen."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Syntaxismarkering inschakelen"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Inschakelen syntaxismarkering."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Zoektermmarkering inschakelen"
+
+# Alle overeenkomsten met de gezochte tekst sytaxkleuring geven.
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Inschakelen markering van alle zoekresultaten met de gezochte tekst."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Nieuwe regel aan het einde"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Ervoor zorgen dat documenten altijd eindigen met een nieuwe regel."
+
+# Vrij vertaald (Wouter Bolsterlee)
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Zichtbaarheid tabbladen"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Geeft aan wanneer de tabbladen getoond moeten worden. Gebruik ‘never’ om "
+"deze nooit te tonen, ‘always’ om altijd te tonen en ‘auto’ om deze alleen te "
+"tonen als er meer dan één tabblad geopend is. Let erop dat de waarden "
+"hoofdlettergevoelig zijn, dus zorg er dus voor dat ze exact zo zijn als hier "
+"weergegeven."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Statusbalk is zichtbaar"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Bepaalt of de statusbalk onderaan het editorvenster zichtbaar moet zijn."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Zijpaneel is zichtbaar"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Bepaalt of het zijpaneel, dat zich links bevindt van het bewerkingsvenster, "
+"zichtbaar moet zijn."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Syntaxismarkering afdrukken"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Syntaxismarkering gebruiken bij het afdrukken van documenten."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Paginakoppen afdrukken"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Documentkoppen toevoegen bij het afdrukken van documenten."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Regels afbreken bij afdrukken"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Geeft aan hoe lange regels worden afgebroken bij het afdrukken. Gebruik "
+"‘none’ om niet af te breken, ‘word’ om op woorden af te breken, en ‘char’ om "
+"op letters af te breken. Let op dat de waarden hoofdlettergevoelig zijn. "
+"Zorg er dus voor dat ze exact zo zijn als hier weergegeven."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Regelnummers afdrukken"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Als deze waarde 0 is, zullen er geen regelnummers worden afgedrukt. Anders "
+"zal gedit, om de zoveel regels, het regelnummer afdrukken."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Afdruklettertype voor inhoud"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Het lettertype dat bij het afdrukken gebruikt wordt voor de inhoud van "
+"documenten."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Afdruklettertype voor kop"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Het lettertype dat bij het afdrukken gebruikt wordt voor de paginakoppen. "
+"Dit heeft alleen effect indien de optie ‘Paginakoppen afdrukken’ is "
+"ingeschakeld."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Afdruklettertype voor regelnummers"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Het lettertype dat bij het afdrukken gebruikt wordt voor de regelnummers. "
+"Dit heeft alleen effect indien de optie ‘Regelnummers afdrukken’ is "
+"ingeschakeld."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Marge links"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "De linkermarge, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Marge boven"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "De bovenmarge, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Marge rechts"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "De rechtermarge, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Marge onder"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "De ondermarge, in millimeters."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kandidaatsets"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Lijst met kandidaatsets weergegeven in het tekensetmenu van Bestand openen/"
+"opslaan. ‘HUIDIGE’ betekent de huidige taalomgeving. Er worden alleen "
+"erkende tekensets gebruikt. De standaardwaarde is de lege lijst, waarbij "
+"gedit goede standaardwaarden kiest, afhankelijk van land en taal."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Actieve plug-ins"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+#| msgid "Active plugins"
+msgid "List of active plugins."
+msgstr "Lijst met actieve plug-ins."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "De toepassingsversie tonen"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Toon lijst van mogelijke waarden voor de optie codering"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"De tekenset voor het openen van bestanden vanaf de opdrachtregel instellen"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "CODERING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Een nieuw top-level-venster in een bestaande instantie van gedit aanmaken"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Een nieuw document maken in een bestaande instantie van gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Bestanden openen en blokkeren totdat alle bestanden gesloten zijn"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "gedit in standalone-modus uitvoeren"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[BESTAND…] [+REGEL[:KOLOM]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Er is een fout opgetreden bij het weergeven van de hulp."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ongeldige codering."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Sluiten _zonder opslaan"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:496
+#: gedit/gedit-commands-file.c:572 gedit/gedit-commands-file.c:796
+#: gedit/gedit-commands-file.c:1518 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-adapter.c:113
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Annuleren"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Opslaan _als…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:795
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "Op_slaan"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Als u niet opslaat, zullen de wijzigingen van de afgelopen %ld seconde "
+"definitief verloren gaan."
+msgstr[1] ""
+"Als u niet opslaat, zullen de wijzigingen van de afgelopen %ld seconden "
+"definitief verloren gaan."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Als u niet opslaat, zullen de wijzigingen van de afgelopen minuut definitief "
+"verloren gaan."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Als u niet opslaat, zullen de wijzigingen van de afgelopen minuut en %ld "
+"seconde definitief verloren gaan."
+msgstr[1] ""
+"Als u niet opslaat, zullen de wijzigingen van de afgelopen minuut en %ld "
+"seconden definitief verloren gaan."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Als u niet opslaat, zullen de wijzigingen van de afgelopen %ld minuut "
+"definitief verloren gaan."
+msgstr[1] ""
+"Als u niet opslaat, zullen de wijzigingen van de afgelopen %ld minuten "
+"definitief verloren gaan."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Als u niet opslaat, zullen de wijzigingen van het afgelopen uur definitief "
+"verloren gaan."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Als u niet opslaat, zullen de wijzigingen van het afgelopen uur en %d minuut "
+"definitief verloren gaan."
+msgstr[1] ""
+"Als u niet opslaat, zullen de wijzigingen van het afgelopen uur en %d "
+"minuten definitief verloren gaan."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Als u niet opslaat, zullen de wijzigingen van het afgelopen uur definitief "
+"verloren gaan."
+msgstr[1] ""
+"Als u niet opslaat, zullen de wijzigingen van de afgelopen %d uur definitief "
+"verloren gaan."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Wijzigingen in document ‘%s’ opslaan alvorens af te sluiten?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Er is %d document met niet-opgeslagen wijzigingen. Wijzigingen opslaan "
+"alvorens af te sluiten?"
+msgstr[1] ""
+"Er zijn %d documenten met niet-opgeslagen wijzigingen. Wijzigingen opslaan "
+"alvorens af te sluiten?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "S_electeer de documenten die u wilt opslaan:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Als u niet opslaat, zullen al uw wijzigingen definitief verloren gaan."
+
+#: gedit/gedit-commands-file.c:263
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Laden van bestand ‘%s’…"
+
+#: gedit/gedit-commands-file.c:272
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d bestand wordt geladen…"
+msgstr[1] "%d bestanden worden geladen…"
+
+#: gedit/gedit-commands-file.c:487
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Het bestand ‘%s’ is alleen-lezen."
+
+#: gedit/gedit-commands-file.c:492
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Wilt u proberen het te vervangen door hetgeen dat u nu opslaat?"
+
+#: gedit/gedit-commands-file.c:497
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Vervangen"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file using compression?"
+msgstr "Bestand gecomprimeerd opslaan?"
+
+#: gedit/gedit-commands-file.c:541
+msgid "Save the file as plain text?"
+msgstr "Bestand als platte tekst opslaan?"
+
+#: gedit/gedit-commands-file.c:554
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Het bestand ‘%s’ was hiervoor als platte tekst opgeslagen en zal nu met "
+"compressie opgeslagen worden."
+
+#: gedit/gedit-commands-file.c:558
+msgid "_Save Using Compression"
+msgstr "_Opslaan met compressie"
+
+#: gedit/gedit-commands-file.c:563
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Het bestand ‘%s’ was hiervoor met compressie opgeslagen en zal nu als platte "
+"tekst opgeslagen worden."
+
+#: gedit/gedit-commands-file.c:566
+msgid "_Save As Plain Text"
+msgstr "Op_slaan als platte tekst"
+
+#: gedit/gedit-commands-file.c:681 gedit/gedit-commands-file.c:969
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Opslaan van bestand ‘%s’…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:792
+msgctxt "window title"
+msgid "Save As"
+msgstr "Opslaan als"
+
+#: gedit/gedit-commands-file.c:1379
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Terugzetten van document ‘%s’…"
+
+#: gedit/gedit-commands-file.c:1426
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Niet opgeslagen wijzigingen in document ‘%s’ terugdraaien?"
+
+#: gedit/gedit-commands-file.c:1435
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Wijzigingen in het document van de laatste %ld seconde zullen definitief "
+"verloren zijn."
+msgstr[1] ""
+"Wijzigingen in het document van de laatste %ld seconden zullen definitief "
+"verloren zijn."
+
+#: gedit/gedit-commands-file.c:1444
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Wijzigingen in het document van de laatste minuut zullen definitief verloren "
+"zijn."
+
+#: gedit/gedit-commands-file.c:1450
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Wijzigingen in het document van de laatste minuut en %ld seconde zullen "
+"definitief verloren zijn."
+msgstr[1] ""
+"Wijzigingen in het document van de laatste minuut en %ld seconden zullen "
+"definitief verloren zijn."
+
+#: gedit/gedit-commands-file.c:1460
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Wijzigingen in het document van de laatste %ld minuut zullen definitief "
+"verloren zijn."
+msgstr[1] ""
+"Wijzigingen in het document van de laatste %ld minuten zullen definitief "
+"verloren zijn."
+
+#: gedit/gedit-commands-file.c:1475
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Wijzigingen in het document van het laatste uur zullen definitief verloren "
+"zijn."
+
+#: gedit/gedit-commands-file.c:1481
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Wijzigingen in het document van het laatste uur en %d minuut zullen "
+"definitief verloren zijn."
+msgstr[1] ""
+"Wijzigingen in het document van het laatste uur en %d minuten zullen "
+"definitief verloren zijn."
+
+#: gedit/gedit-commands-file.c:1496
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Wijzigingen in het document van het laatste uur zullen definitief verloren "
+"zijn."
+msgstr[1] ""
+"Wijzigingen in het document van de laatste %d uur zullen definitief verloren "
+"zijn."
+
+#: gedit/gedit-commands-file.c:1519
+msgid "_Revert"
+msgstr "_Terugdraaien"
+
+#: gedit/gedit-commands-help.c:110
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit is een kleine en lichte teksteditor voor de Gnome-werkomgeving"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Reinout van Schouwen \n"
+"Tino Meinen\n"
+"Dennis Smit \n"
+"Ludootje \n"
+"Jan-Willem Harmanny \n"
+"Ronald Hummelink \n"
+"Sander Knopper \n"
+"Taco Witte \n"
+"Daniel van Eeden\n"
+"Wouter Bolsterlee\n"
+"Rob van den Berg\n"
+"Kenneth Venken\n"
+"Hannie Dumoleyn\n"
+"Erwin Poeze\n"
+"Nathan Follens\n"
+"Justin van Steijn\n"
+"\n"
+"Meer info over Gnome-NL http://nl.gnome.org/"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d zoekterm gevonden en vervangen"
+msgstr[1] "%d zoektermen gevonden en vervangen"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Eén zoekterm gevonden en vervangen"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "‘%s’ niet gevonden"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Niet-opgeslagen document %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Tabgroep %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Alleen-lezen"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automatisch herkend"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Toevoegen of verwijderen…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Huidige taalomgeving (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "Huidige taalomgeving (%s)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Weet u zeker dat u de tekensetvoorkeuren wilt resetten?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Reset"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Toevoegen"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Verwijderen"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Verplaatsen naar een hogere prioriteit"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Verplaatsen naar een lagere prioriteit"
+
+#. Common code between the different GeditFileChooser's.
+#: gedit/gedit-file-chooser.c:27 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Alle bestanden"
+
+#: gedit/gedit-file-chooser.c:28
+msgid "All Text Files"
+msgstr "Alle tekstbestanden"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:256
+msgid "C_haracter Encoding:"
+msgstr "T_ekenset:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:315
+msgid "L_ine Ending:"
+msgstr "Rege_leinde:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-adapter.c:109
+#: gedit/gedit-file-chooser-open.c:87
+#| msgid "Open a file"
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Bestanden openen"
+
+#: gedit/gedit-file-chooser-open-adapter.c:112 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Openen"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Platte tekst"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Opnieuw"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Bestand ‘%s’ niet gevonden."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Controleer of u de locatie juist heeft ingevoerd en probeer het opnieuw."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "gedit kan ‘%s:’-locaties niet aan."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "gedit kan deze locatie niet aan."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Geen toegang tot de locatie van het bestand."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "‘%s’ is een map."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "‘%s’ is een ongeldige locatie."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"De computer ‘%s’ is onvindbaar. Controleer of de proxy-instellingen juist "
+"zijn en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"De gegeven computernaam is ongeldig. Controleer of u de juiste locatie heeft "
+"ingevoerd en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "‘%s’ is geen gewoon bestand."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Verbingswachttijd verlopen. Probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Onverwachte fout: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "gedit kan het bestand niet vinden. Mogelijk is het onlangs verwijderd."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Bestand ‘%s’ kon niet worden teruggezet."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "T_ekenset:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Toch be_werken"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Het aantal gevolgde verwijzigen is gelimiteerd en het daadwerkelijke bestand "
+"kon niet gevonden worden binnen deze limiet."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "U heeft niet de benodigde rechten om het bestand te openen."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "gedit kon de tekenset niet detecteren."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Controleer of u geen binair-bestand probeert te openen."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Selecteer een tekenset uit het menu en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Er is een probleem opgetreden bij het openen van het bestand ‘%s’."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Het geopende bestand bevat enkele ongeldige tekens. Indien u doorgaat met "
+"het bewerken van dit bestand, kunt u het document mogelijk onbruikbaar maken."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "U kunt ook een andere tekenset kiezen en het opnieuw proberen."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Bestand ‘%s’ kon niet geopend worden met de ‘%s’-tekenset."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Selecteer een andere tekenset uit het menu en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Bestand ‘%s’ kon niet worden geopend."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Bestand ‘%s’ kon niet opgeslagen worden met de ‘%s’-tekenset."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Het document bevat één of meer tekens die niet door de gespecificeerde "
+"tekenset herkend worden."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "Toc_h opslaan"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "Niet _opslaan"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Het bestand ‘%s’ is gewijzigd nadat het werd ingelezen."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Als u het opslaat kunnen alle externe wijzigingen verloren gaan. Toch "
+"opslaan?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"gedit kan ‘%s:’-locaties niet gebruiken in schrijfmodus. Controleer of u de "
+"locatie correct heeft ingevoerd en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"gedit kan deze locatie niet gebruiken in schrijfmodus. Controleer of u de "
+"locatie correct heeft ingevoerd en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"‘%s’ is een geen geldige locatie. Controleer of u de locatie correct heeft "
+"ingevoerd en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"U heeft niet de benodigde rechten om het bestand op te slaan. Controleer of "
+"u de locatie correct heeft ingevoerd en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Er is niet genoeg vrije schijfruimte om het bestand op te slaan. Maak wat "
+"schijfruimte vrij en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"U probeert het bestand op een alleen-lezen-schijf op te slaan. Controleer of "
+"u de locatie correct heeft ingevoerd en probeer het opnieuw."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Er bestaat al een bestand met dezelfde naam. Gebruik een andere naam."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"De schijf waarop u probeert op te slaan heeft een limiet voor de lengte van "
+"bestandsnamen. Gebruik een kortere bestandsnaam."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"De schijf waarop u probeert op te slaan heeft een limiet voor de grootte van "
+"bestanden. Probeer het bestand kleiner te maken of probeer naar een schijf "
+"op te slaan die deze limiet niet heeft."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Het bestand ‘%s’ kon niet opgeslagen worden."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Klik op deze knop om het lettertype te selecteren dat gebruikt moet worden "
+"door de editor"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Vaste-breedte systeemlettertype (%s) gebruiken"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+#| msgid "The selected color scheme cannot be installed."
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Het geselecteerde kleurenschema kan niet worden geïnstalleerd: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Het geselecteerde kleurenschema kan niet worden geïnstalleerd."
+
+#: gedit/gedit-preferences-dialog.c:717
+#| msgid "Color Scheme"
+msgid "Add Color Scheme"
+msgstr "Kleurenschema toevoegen"
+
+#: gedit/gedit-preferences-dialog.c:720
+#| msgid "Add Scheme"
+msgid "_Add Scheme"
+msgstr "_Schema toevoegen"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Kleurenschema-bestanden"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Het kleurenschema ‘%s’ kon niet worden verwijderd."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Voorbereiden…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Bestand: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Pagina %N van %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Pagina %d van %d wordt gerenderd…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Pagina %d van %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Niets"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Zoeken en vervangen"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "OVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INS"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Er is een tabblad met fouten"
+msgstr[1] "Er zijn %d tabbladen met fouten"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s terugzetten vanaf %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Terugzetten van %s>"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s laden vanaf %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Laden van %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s opslaan naar %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "%s opslaan"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Fout bij openen van bestand %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Fout bij terugzetten van bestand %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Er is een fout opgetreden bij het opslaan van bestand %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Naam:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME-type:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Codering:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ op %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Regelnummers _weergeven"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d van %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Doo_rgaan na documenteinde"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Als _reguliere expressie"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "_Alleen hele woorden"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Hoo_fdlettergevoelig"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Te zoeken tekenreeks"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Regelnummer waar u de cursor heen wilt verplaatsen"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Gepaard haakje buiten bereik"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Gepaard haakje niet gevonden"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Gepaard haakje gevonden op regel %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rg %d, kol %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabbreedte: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Er zijn niet-opgeslagen documenten"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Zijpaneelpagina aanpassen"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documenten"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Bestand openen"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Een recent gebruikt bestand openen"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Naar _links verplaatsen"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Naar _rechts verplaatsen"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Naar nieuw _venster verplaatsen"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Naar nieuwe _tabgroep verplaatsen"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "Slui_ten"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatisch inspringen"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Spaties gebruiken"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Regelnummers tonen"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Rechterkantlijn tonen"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Huidige regel markeren"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Regelafbreking"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Bestand"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nieuw"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Recente bestanden openen"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Gesloten _tabblad opnieuw openen"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Opslaan _als…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nieuw venster"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "He_rladen"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Afdrukken…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "Afsl_uiten"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Bewerken"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Ongedaan maken"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "Op_nieuw uitvoeren"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Kn_ippen"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopiëren"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Plakken"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Verwijderen"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Overschrijf_modus"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "_Alles selecteren"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Voorkeuren"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Beeld"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Zij_paneel"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "_Onderpaneel"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "_Volledig scherm"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "_Tekstmarkering…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Zoeken"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Zoeken…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "V_olgende zoeken"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Zoek vo_rige"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Zoeken en _vervangen…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "Markering _wissen"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Ga naar rege_l…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Extra"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documenten"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Alles op_slaan"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Alles _sluiten"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nieuwe tabgroep"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "V_orige tabgroep"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "_Volgende tabgroep"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Vo_rige document"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "V_olgende document"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Naar nieuw venster _verplaatsen"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Hulp"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Over Teksteditor"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Alles _opslaan"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "_Zoeken en vervangen…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "_Ga naar regel…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Sneltoetsen"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Tekensets"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Toepassen"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "_Beschikbare tekensets"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Ge_kozen tekensets"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Beschrijving"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Codering"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Tekstmarkering"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Selecteren"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Markering zoeken…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Voorkeuren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Rechter_kantlijn weergeven op kolom:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "_Statusbalk tonen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "_Rasterpatroon weergeven"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Regelafbreking"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Re_gelafbreking inschakelen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "_Woorden niet over twee regels splitsen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Markeren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Huidige _regel markeren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Gepaarde h_aakjes markeren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Beeld"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabstops"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tabgrootte:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "_Spaties invoegen in plaats van tabs"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Automatisch inspringen inschakelen"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Bestanden opslaan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "_Reservekopie maken van bestanden voor het opslaan"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Automatisch bestanden opslaan elke"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minuten"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Lettertype"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Editorlettertype: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Kies het editor-lettertype"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Kleurenschema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Schema installeren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Schema installeren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Schema deïnstalleren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Schema deïnstalleren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Lettertype & kleuren"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Plug-ins"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Syntaxismarkering"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Synta_xismarkering bij afdrukken"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Regelnummers"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "_Regelnummers afdrukken"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "Regelnummers _elke"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "regels"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Paginakop"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "_Paginakoppen afdrukken"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Lettertypen"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "I_nhoud:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Regelnu_mmers:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Kop- en voetteksten:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Standaardlettertypes terugzetten"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Vorige pagina tonen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Volgende pagina tonen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Huidige pagina (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "van"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Totaal aantal pagina’s"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Het totale aantal pagina’s in het document"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Meerdere pagina’s tonen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "1:1 inzoomen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Inzoomen zodat de hele pagina past"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Pagina inzoomen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Pagina uitzoomen"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Afdrukvoorbeeld sluiten"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "Afdrukvoorbeeld sl_uiten"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Afdrukvoorbeeld"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Een voorbeeld van een pagina in het af te drukken document"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "_Alles vervangen"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Zoeken"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Zoe_ken "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Vervangen _door "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Hoo_fdlettergevoelig"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "_Alleen hele woord"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_Reguliere expressie"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "_Achterwaarts zoeken"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Doo_rgaan na documenteinde"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documenten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Een nieuw document in een tabblad maken"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Een document openen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Het bestand opslaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Het bestand opslaan met een nieuwe bestandsnaam"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Alle documenten opslaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Document sluiten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Alle documenten sluiten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Het meest recent gesloten document heropenen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Naar volgend document wisselen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Naar vorig document wisselen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Naar het eerste — negende document wisselen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Vensters en panelen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Een nieuw document in een venster maken"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Een nieuwe tabbladgroep maken"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Zijpaneel tonen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Onderpaneel tonen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Volledig scherm aan/uit"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "De toepassing verlaten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Zoeken en vervangen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Zoeken"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "De volgende overeenkomst tonen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "De vorige overeenkomst tonen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Markering wissen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Ongedaan maken en herhalen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "De vorige opdracht ongedaan maken"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "De vorige opdracht herhalen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selectie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Alle tekst selecteren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Alle tekst deselecteren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopiëren en plakken"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Geselecteerde tekst naar klembord kopiëren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Geselecteerde tekst naar klembord knippen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Tekst van klembord plakken"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigatie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Ga naar regel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+#| msgctxt "shortcut window"
+#| msgid "Move viewport to beginning of file"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Naar het begin van de huidige regel gaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+#| msgid "Checks the spelling of the current document."
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Naar het einde van de huidige regel gaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+#| msgctxt "shortcut window"
+#| msgid "Move viewport to beginning of file"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Naar het begin van het document gaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+#| msgctxt "shortcut window"
+#| msgid "Switch to the next document"
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Naar het einde van het document gaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Weergave binnen het bestand omhoog schuiven"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Weergave binnen het bestand omlaag schuiven"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Weergave naar eind van bestand schuiven"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Weergave naar begin van bestand schuiven"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Naar bijbehorend haakje gaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+#| msgid "P_revious Tab Group"
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Naar vorige tabbladgroep gaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+#| msgctxt "shortcut window"
+#| msgid "Create a new tab group"
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Naar volgende tabbladgroep gaan"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Bewerken"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Tussen invoegen en overschrijven wisselen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "De zichtbaarheid van de cursor in- en uitschakelen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Huidige regel verwijderen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Huidige regel omhoog schuiven"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Huidige regel omlaag schuiven"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Huidig woord naar links verplaatsen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Huidig woord naar rechts verplaatsen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Omzetten naar hoofdletters"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Omzetten naar kleine letters"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Hoofdlettergebruik omkeren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Nummer bij muisaanwijzer verhogen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Nummer bij muisaanwijzer verlagen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Extra"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Spelling controleren"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Document printen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Voltooiingsscherm weergeven"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Algemeen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Hulp tonen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+#| msgid "Open history menu"
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Menu openen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+#| msgid "_Keyboard Shortcuts"
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Sneltoetsen"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Document sluiten"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Nieuw document aanmaken"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nieuw"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Huidige bestand opslaan"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Opslaan"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Paneel verbergen"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Volledig scherm verlaten"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Documentstatistieken"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Het aantal woorden, regels en tekens in een document opgeven."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Documentstatistieken"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Selectie"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Regels"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Woorden"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Tekens (met spaties)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Tekens (zonder spaties)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bytes"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Bouwen"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "‘make’ uitvoeren in de documentmap"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Terminalvenster hier openen"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Een terminalvenster openen in de documentlocatie"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Spaties aan einde van regel verwijderen"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Nutteloze spaties aan einde van regels uit uw bestand verwijderen"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Opdracht uitvoeren"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Een aangepaste opdracht uitvoeren en de uitvoer ervan in een nieuw document "
+"plaatsen"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Naar fpaste sturen"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Geselecteerde tekst of huidige document naar fpaste plakken"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Externe hulpprogramma’s"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Externe opdrachten en shellscripts uitvoeren."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Of het systeemlettertype gebruikt moet worden"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Indien ingeschakeld zullen de externe hulpmiddelen het standaardlettertype "
+"van de werkomgeving gebruiken als dat een vaste breedte heeft (en het meest "
+"gelijkende lettertype in andere gevallen)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Een Pango-lettertypebeschrijving. Voorbeelden zijn ‘Sans 12’ of ‘Monospace "
+"Bold 14’."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Beheer _externe hulpprogramma’s…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Externe _hulpprogramma’s"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "De opdracht %s kon niet worden uitgevoerd"
+
+# deze opdracht werkt alleen binnen een woord/wanneer u zich in een
+# woord bevindt/wanneer de cursor zich binnen een woord bevindt
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Deze opdracht werkt alleen binnen een woord"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Uitvoeren hulp-opdracht:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Klaar."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Afgesloten"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Alle talen"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Alle talen"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nieuw hulpprogramma"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Deze sneltoets is al gekoppeld aan %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Typ een nieuwe sneltoets, of druk op Backspace om te wissen"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Typ een nieuwe sneltoets"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Gestopt."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Hulpprogramma stoppen"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Altijd beschikbaar"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Alle documenten"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Alle documenten behalve naamloze"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Alleen lokale bestanden"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Alleen bestanden op afstand"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Alleen naamloze documenten"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Huidige document"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Huidige selectie"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Huidige selectie (standaard document)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Huidige regel"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Huidige woord"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "In onderpaneel weergeven"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Nieuw document aanmaken"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Aan huidig document toevoegen"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Huidig document vervangen"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Huidige selectie vervangen"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Invoegen op cursorpositie"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Beheer externe hulpprogramma’s"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Een nieuw hulpprogramma toevoegen"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Hulpprogramma toevoegen"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Geselecteerd hulpprogramma verwijderen"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Hulpprogramma verwijderen"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Hulpprogramma terugdraaien"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Hulpprogramma terugdraaien"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Snel_toets:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "Op_slaan:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "In_voer:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Uitvoer:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "Toe_pasbaarheid:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Uitvoer hulpprogramma"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Bestandspaneel"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+#| msgid "Easy file access from the side panel"
+msgid "Easy file access from the side panel."
+msgstr "Gemakkelijke toegang tot bestanden vanaf het zijpaneel."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Persoonlijke map"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Bestandssysteem"
+
+# verkenner/kiezer/browser/bladeraar
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Bestandsverkenner"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Er is een fout opgetreden bij het aanmaken van een nieuwe map"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Er is een fout opgetreden bij het aanmaken van een nieuw bestand"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Er is een fout opgetreden bij het hernoemen van een bestand of map"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Er is een fout opgetreden bij het verwijderen van een bestand of map"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+"Er is een fout opgetreden bij het openen van een map in het bestandsbeheer"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Er is een fout opgetreden tijdens het instellen van de hoofdmap"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Er is een fout opgetreden bij het laden van een map"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Er is een fout opgetreden"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Kan het bestand niet naar de prullenbak verplaatsen.\n"
+"Wilt u het definitief verwijderen?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Het bestand ‘%s’ kan niet naar de prullenbak worden verplaatst."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+"De geselecteerde bestanden kunnen niet naar de prullenbak worden verplaatst."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Weet u zeker dat u ‘%s’ definitief wilt verwijderen?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"Weet u zeker dat u de geselecteerde bestanden definitief wilt verwijderen?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Wanneer u een item verwijdert is het definitief weg."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Leeg)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Het hernoemde bestand is momenteel niet zichtbaar door het filter. U moet uw "
+"filter aanpassen om het bestand zichtbaar te maken"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Naamloos bestand"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Het nieuwe bestand is momenteel niet zichtbaar door het filter. U moet uw "
+"filter aanpassen om het bestand zichtbaar te maken"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Naamloze map"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"De nieuwe map is momenteel niet zichtbaar door het filter. U moet uw filter "
+"aanpassen om de map zichtbaar te maken"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Bladwijzers"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Geen koppelobject voor aangekoppeld volume: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Kon media niet openen: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Kon volume niet aankoppelen: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Er is een fout opgetreden bij het laden van ‘%s’: map niet gevonden"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Openen met boomweergave"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Open de boomweergave wanneer de bestandsverkennerplug-in wordt opgestart in "
+"plaats van de bladwijzersweergave"
+
+# root is hier niet 'root'
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Beginmap van de bestandsverkenner"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"De beginmap van de bestandsverkenner die gebruikt wordt bij het opstarten "
+"van de bestandsverkennerplug-in en wanneer onload/tree_view aangevinkt is."
+
+# root is niet 'root'
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Virtuele beginmap van de bestandsverkenner"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"De virtuele beginmap van de bestandsverkenner die gebruikt wordt bij het "
+"opstarten van de bestandsverkennerplug-in en wanneer onload/tree_view "
+"aangevinkt is. De virtuele beginmap moet altijd een submap van de eigenlijke "
+"beginmap zijn."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Herstellen van locaties op afstand gebruiken"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+"Indien ingeschakeld zullen locaties op afstand, indien mogelijk, hersteld "
+"worden."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Locatie van eerste document instellen"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Indien ingeschakeld zal de bestandsverkennerplug-in de locatie van het eerst "
+"geopend document weergeven; dit werkt alleen als de bestandsverkenner nog "
+"niet eerder gebruikt werd. (Dit is meestal van toepassing als een document "
+"via de opdrachtregel of via Nautilus e.d. geopend wordt.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Filtermodus van de bestandsverkenner"
+
+# weggefilterd/uitgefilterd
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Deze waarde bepaalt welke bestanden door bestandsbeheer gefilterd worden. "
+"Geldige waarden zijn: ‘none’ (geen filter), ‘hide-hidden’ (verborgen "
+"bestanden filteren) en ‘hide-binary’ (binaire bestanden filteren)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Filterpatroon voor de bestandsverkenner"
+
+# beter vertaling? bovenop/samen met
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Het filterpatroon waarmee de bestandsverkenner bestanden filtert. Dit filter "
+"werkt bovenop de filter_modus."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Binaire patronen voor de bestandsverkenner"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+"De aanvullende patronen die worden gebruikt bij het filteren van binaire "
+"bestanden."
+
+# root=startpunt/beginpunt
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Beginpunt instellen op het actieve document"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Nieuwe _map"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nieuw _bestand"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "He_rnoemen…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Naar prullenbak _verplaatsen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Beeld _verversen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Map bekijken"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "In terminal _openen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "_Verborgen tonen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "_Binaire tonen"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Overeenkomst met bestands_naam"
+
+# Juiste vertaling?!
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Geschiedenis"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Geschiedenismenu openen"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modelines"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate en Vim-stijl modelines-ondersteuning voor gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Tekstkleur opdrachten"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "De tekstkleur voor opdrachten"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Tekstkleur foutmeldingen"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "De tekstkleur voor foutmeldingen"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Indien ingeschakeld zal de terminal het standaardlettertype van de "
+"werkomgeving gebruiken als dat een vaste breedte heeft (en het meest "
+"gelijkende lettertype in andere gevallen)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_Opdrachtkleur:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Foutmeldingskleur:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python-opdrachtregel"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+#| msgid "Interactive Python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interactieve Python-opdrachtregel in het onderste paneel."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Snel markeren"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Elke geselecteerde tekst wordt gemarkeerd."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Snel openen…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Snel openen"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+#| msgid "Quickly open files"
+msgid "Quickly open files."
+msgstr "Bestanden snel openen."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Typ om te zoeken…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Knip_selbeheer…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Knipsels"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Het archief ‘%s’ kon niet worden aangemaakt"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Doelmap ‘%s’ bestaat niet"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Doelmap ‘%s’ is geen geldige map"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Het bestand ‘%s’ bestaat niet"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Bestand ‘%s’ is geen geldig knipselbestand"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Geïmporteerd bestand ‘%s’ is geen geldig knipselbestand"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Het archief ‘%s’ kon niet worden uitgepakt"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "De volgende bestanden konden niet worden geïmporteerd: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Bestand ‘%s’ is geen geldig knipselarchief"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Knipselarchief"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Nieuw knipsel toevoegen…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Algemeen"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Geselecteerd knipsel terugdraaien"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Geselecteerd knipsel verwijderen"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Dit is geen geldige tabstarter. Starters kunnen letters bevatten (of ‘_’, "
+"‘:’ en ‘.’) of een enkel (niet-alfanumeriek) teken zoals ‘{’ of ‘[’."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Enkel woord waarmee het knipsel geactiveerd wordt na het drukken op de "
+"tabtoets"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Het importeren is mislukt met fout: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importeren succesvol voltooid"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Knipsels importeren"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Alle ondersteunde archieven"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip-gecomprimeerd archief"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2-gecomprimeerd archief"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Een enkel knipselarchief"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Alle bestanden"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Er deed zich een fout voor tijdens het exporteren: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Exporteren succesvol voltooid"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Wilt u de geselecteerde <b>systeem</b>-knipsels opnemen in uw export?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Er zijn geen knipsels geselecteerd om te exporteren"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Knipsels exporteren"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Typ een nieuwe sneltoets, of druk op Backspace om te wissen"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Typ een nieuwe sneltoets"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Uitvoeren van de python-opdracht (%s) duurt langer dan toegestaan; het "
+"uitvoeren is afgebroken."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Uitvoeren van Python-opdracht (%s) mislukt: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+#| msgid "Insert often-used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Vaak gebruikte stukken tekst snel invoegen."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Knipselbeheer"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Nieuw knipsel maken"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Knipsel toevoegen"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Knipsel verwijderen"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Knipsels importeren"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Geselecteerde knipsels exporteren"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Knipsels exporteren"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Activering"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tabstarter:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Snel_toets:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Sneltoets waarmee het knipsel wordt geactiveerd"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Slee_pdoelen:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "S_orteren…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sorteren"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Omgekee_rde volgorde"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Duplicaten v_erwijderen"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Hoofdlettergevoelig"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Beginnen in kolom:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sorteren"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Sorteert een document of de geselecteerde tekst."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Spelling _controleren…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Taa_l instellen…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Verkeerd gespelde woorden markeren"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Verkeerd gespelde woorden markeren"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Standaardinstelling om verkeerd gespelde woorden te markeren."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Spellingsplug-in configureren"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Standaardinstellingen voor nieuwe documenten"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Spellingcontrole"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Controleert de spelling van het huidige document."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Dat_um en tijd invoegen…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Beschikbare vormen"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Vraag naar vorm"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Of de gebruiker naar een vorm wordt gevraagd of dat de geselecteerde of "
+"aangepaste vorm wordt gebruikt."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Geselecteerde vorm"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "De geselecteerde vorm bij het invoegen van de datum of tijd."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Aangepaste vorm"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "De aangepaste vorm bij het invoegen van de datum of tijd."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Datum en tijd invoegen"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Ge_selecteerde vorm gebruiken"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Aangepaste vorm gebr_uiken"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d-%m-%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01-11-2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Invoegen"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "‘Datum/tijd invoegen’-plug-in configureren"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Tijdens invoegen van datum/tijd…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Vragen naar een vorm"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Datum/tijd invoegen"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Voegt de huidige datum en tijd in op de cursor positie."
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit is de officiële teksteditor voor de Gnome-werkomgeving. Het is een "
+#~ "gebruiksvriendelijke, krachtige, universele teksteditor."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Of u nu werkt aan uw volgende bestseller, een innovatieve toepassing, of "
+#~ "gewoon wat snelle aantekeningen maakt, met gedit heeft u een betrouwbaar "
+#~ "hulpmiddel om uw taak te volbrengen."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Met het flexibele plug-insysteem kunt u de toepassing afstemmen op uw "
+#~ "behoeften en deze aanpassen aan uw werkwijze."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Overzichtskaart weergeven"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Of gedit de overzichtskaart voor het document moet weergeven."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Werkbalk is zichtbaar"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Zichtbaarheid van werkbalk in editorvensters."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Maximum aantal recente bestanden"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Het maximum aantal recent geopende bestanden dat wordt weergegeven in het "
+#~ "deelmenu ‘Recente bestanden’."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Lijst van actieve plug-ins. Deze bevat de ‘Locatie’ van de actieve plug-"
+#~ "ins. Zie het .gedit-plugin-bestand voor informatie over de ‘Locatie’ van "
+#~ "een bepaalde plug-in."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Wijzigingen in document ‘%s’ zullen definitief verloren gaan."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Opslaan is door de systeembeheerder onmogelijk gemaakt."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Wijzigingen in %d document zullen definitief verloren zijn."
+#~ msgstr[1] "Wijzigingen in %d documenten zullen definitief verloren zijn."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Docu_menten met niet-opgeslagen wijzigingen:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Openen"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Er zijn geen wijzigingen om op te slaan"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Tekenset:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Regeleinde:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "De locatie ‘%s’ kan momenteel niet bereikt worden."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Uw systeem is offline. Controleer het netwerk."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Niet bewerken"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Dit bestand ‘%s’ is al geopend in een ander venster."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Wilt u het bestand toch bewerken?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Maken van een reservekopie tijdens het opslaan van ‘%s’ is mislukt"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Maken van een tijdelijke reservekopie tijdens het opslaan van ‘%s’ is "
+#~ "mislukt"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "gedit kon geen reservekopie maken van het oude bestand alvorens het "
+#~ "nieuwe bestand op te slaan. U kunt deze waarschuwing negeren en het "
+#~ "nieuwe bestand toch opslaan, maar als er een fout optreedt tijdens het "
+#~ "opslaan van het nieuwe bestand, dan kunt u mogelijk het oude bestand "
+#~ "verliezen. Toch opslaan?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Het bestand ‘%s’ is gewijzigd op schijf."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Wijzigingen annuleren en _herladen"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr ""
+#~ "Er zijn enkele ongeldige tekens gedetecteerd bij het opslaan van ‘%s’"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Als u doorgaat met opslaan kan dit het document beschadigen. Toch "
+#~ "doorgaan?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Map ‘%s’ kon niet worden aangemaakt: g_mkdir_with_parents() mislukt: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "Schema _toevoegen"
+
+#~ msgid "No results"
+#~ msgstr "Geen resultaten"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "_Andere documenten…"
+
+#~ msgid "Open another file"
+#~ msgstr "Ander bestand openen"
+
+#~ msgid "Display _overview map"
+#~ msgstr "_Overzichtskaart weergeven"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Geselecteerde regels samenvoegen"
+
+#~ msgid "Open"
+#~ msgstr "Openen"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Bestandsdialoog openen"
+
+#~ msgid "Check update"
+#~ msgstr "Zoeken naar een update"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Zoeken naar de laatste versie van gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Er is een fout opgetreden bij het tonen van de URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Downloaden"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "Vers_ie negeren"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Er is een nieuwe versie van gedit beschikbaar"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "U kunt de nieuwe versie van gedit downloaden door op de download-knop te "
+#~ "drukken, of deze versie negeren en wachten op een nieuwe"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Te negeren versie"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Te negeren versie totdat de volgende versie is uitgegeven."
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Ga na of u de locatie correct heeft ingevoerd."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Kon UI-bestand ‘%s’ niet openen. Fout: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Kon object ‘%s’ in het bestand ‘%s’ niet vinden."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit-teksteditor"
+
+#~ msgid "_About"
+#~ msgstr "I_nfo"
+
+#~ msgid "Tools"
+#~ msgstr "Extra"
+
+#~ msgid "_Ignore"
+#~ msgstr "Ne_geren"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Beheer _externe hulpprogramma's…"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Snel openen…"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Knipsels _beheren…"
+
+#~ msgid "Set _Language..."
+#~ msgstr "Taal in_stellen…"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Da_tum en tijd invoegen…"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Nieuw venster openen"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Nieuw document openen"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr ""
+#~ "Instellen van de grootte en positie van het venster (BREEDTExHOOGTE+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "AFMETINGEN"
+
+#~ msgid "Help"
+#~ msgstr "Hulp"
+
+#~ msgid "Question"
+#~ msgstr "Vraag"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(geen woorden voorgesteld)"
+
+#~ msgid "_More..."
+#~ msgstr "_Meer…"
+
+#~ msgid "_Ignore All"
+#~ msgstr "Alles _negeren"
+
+#~ msgid "_Add"
+#~ msgstr "_Toevoegen"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Spellingsuggesties…"
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Fout bij het controleren van de spelling van het woord \"%s\": %s"
+
+#~| msgid "_Error color:"
+#~ msgid "Error:"
+#~ msgstr "Fout:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Spellingscontrole voltooid"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Geen verkeerd gespelde woorden"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(correcte spelling)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Suggesties"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Onbekend (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Standaard"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "De taa_l van het huidige document selecteren"
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Verkeerd gespeld woord:"
+
+#~ msgid "word"
+#~ msgstr "woord"
+
+#~ msgid "Change _to:"
+#~ msgstr "Wijzigen _in:"
+
+#~ msgid "Check _Word"
+#~ msgstr "_Woord controleren"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Suggesties:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "_Alles negeren"
+
+#~ msgid "Cha_nge"
+#~ msgstr "_Wijzigen"
+
+#~ msgid "Change A_ll"
+#~ msgstr "A_lles wijzigen"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Gebruikerswoordenboek:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "W_oord toevoegen"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'ISO-8859-1', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Automatisch herkende tekensets"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Gesorteerde lijst van tekensets die gedit gebruikt om de tekenset van een "
+#~ "bestand automatisch te herkennen. \"CURRENT\" is de huidige lokale "
+#~ "tekenset. Alleen herkende tekensets worden gebruikt."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['UTF-8', 'ISO-8859-15', 'ISO-8859-1']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Tekensets getoond in menu"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lijst met tekensets die selecteerbaar zijn in het dialoogvenster "
+#~ "\"bestand openen\" en \"bestand opslaan\". Alleen herkende tekensets "
+#~ "worden gebruikt."
+
+#~ msgid "RO"
+#~ msgstr "AL"
+
+#~ msgid "Character encodings"
+#~ msgstr "Tekensets"
+
+#~ msgid "_OK"
+#~ msgstr "_Ok"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Coderi_ngen in menu getoond:"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "U kunt een sorteeractie niet ongedaan maken"
+
+#~ msgid "Set language"
+#~ msgstr "Taal instellen"
+
+#~ msgid "Languages"
+#~ msgstr "Talen"
+
+#~ msgid "The document is empty."
+#~ msgstr "Het document is leeg."
+
+#~ msgid "P_revious Page"
+#~ msgstr "V_orige pagina"
+
+#~ msgid "_Next Page"
+#~ msgstr "_Volgende pagina"
+
+#~ msgid "Replace"
+#~ msgstr "Vervangen"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Zoeken naar: "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Reservekopieën maken bij het opslaan van bestanden. Het achtervoegsel van "
+#~ "reservekopieën kunt u instellen met de optie ‘Achtervoegsel voor "
+#~ "reservekopie’."
+
+#~ msgid "- Edit text files"
+#~ msgstr "– Tekstbestanden bewerken"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Gebruik ‘%s --help’ voor een volledige lijst van beschikbare opties voor "
+#~ "de opdrachtregel.\n"
+
+#~ msgid "About gedit"
+#~ msgstr "Over gedit"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Westers"
+
+#~ msgid "Central European"
+#~ msgstr "Centraal-Europees"
+
+#~ msgid "South European"
+#~ msgstr "Zuid-Europees"
+
+#~ msgid "Baltic"
+#~ msgstr "Baltisch"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cyrillisch"
+
+#~ msgid "Arabic"
+#~ msgstr "Arabisch"
+
+#~ msgid "Greek"
+#~ msgstr "Grieks"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebreeuws visueel"
+
+#~ msgid "Turkish"
+#~ msgstr "Turks"
+
+#~ msgid "Nordic"
+#~ msgstr "Noord-Europees"
+
+#~ msgid "Celtic"
+#~ msgstr "Keltisch"
+
+#~ msgid "Romanian"
+#~ msgstr "Roemeens"
+
+#~ msgid "Armenian"
+#~ msgstr "Armeens"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Chinees-traditioneel"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cyrillisch/Russisch"
+
+#~ msgid "Japanese"
+#~ msgstr "Japans"
+
+#~ msgid "Korean"
+#~ msgstr "Koreaans"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Chinees-vereenvoudigd"
+
+#~ msgid "Georgian"
+#~ msgstr "Georgisch"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebreeuws"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cyrillisch/Oekraïens"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vietnamees"
+
+#~ msgid "Thai"
+#~ msgstr "Thais"
+
+#~ msgid "Unknown"
+#~ msgstr "Onbekend"
+
+#~ msgid "The file is too big."
+#~ msgstr "Het bestand is te groot."
+
+#~ msgid "Empty"
+#~ msgstr "Leeg"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit-voorkeuren"
diff --git a/po/nn.po b/po/nn.po
new file mode 100644
index 0000000..57593e5
--- /dev/null
+++ b/po/nn.po
@@ -0,0 +1,3882 @@
+# translation of nn.po to Norwegian Nynorsk
+# Norwegian (nynorsk) translation of gedit
+# Copyright (C) 2000 Gaute Hvoslef Kvalnes.
+# Gaute Hvoslef Kvalnes <ai98ghk@stud.hib.no>, 2000.
+# Kjartan Maraas <kmaraas@gnome.org>, 2001.
+# Åsmund Skjæveland <aasmunds@fys.uio.no>, 2004, 2005, 2006.
+# Torstein Adolf Winterseth <kvikende@fsfe>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: nn\n"
+"Report-Msgid-Bugs-To: "
+"http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=general\n"
+"POT-Creation-Date: 2012-04-16 20:57+0000\n"
+"PO-Revision-Date: 2012-05-03 15:17+0000\n"
+"Last-Translator: Moonchild <Unknown>\n"
+"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
+"Language: nn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Launchpad-Export-Date: 2012-05-04 18:40+0000\n"
+"X-Generator: Launchpad (build 15195)\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+#| msgid "_Edit"
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:791
+msgid "Text Editor"
+msgstr "Tekstredigering"
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "Rediger tekstfiler"
+
+#: ../data/gedit.desktop.in.in.h:4
+#, fuzzy
+msgid "Plaintext;Write;"
+msgstr "Plaintext;Write;"
+
+#: ../data/gedit.desktop.in.in.h:5
+msgid "Open a New Window"
+msgstr "Opna eit nytt vindauge"
+
+#: ../data/gedit.desktop.in.in.h:6
+msgid "Open a New Document"
+msgstr "Opna eit nytt dokument"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:1
+msgid "Use Default Font"
+msgstr "Bruk standard skrift"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:2
+#| msgid ""
+#| "Whether to use the system's default font for editing text instead of a "
+#| "font specific to gedit. If this option is turned off, then the font named "
+#| "in the \"Editor Font\" option will be used instead of the system font."
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Om standard fastbreiddeskrift til systemet skal brukast i "
+"redigeringsområdet. Dersom dette valet er slått av, vert skrifta som er "
+"namngjeven i «Skrift i redigeringsområdet » brukt i staden."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:3
+msgid "Editor Font"
+msgstr "Skrift i redigeringsområdet"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:4
+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 ""
+"Ei sjølvvald skrift som vert brukt i redigeringsomådet. Dette valet vil "
+"berre ha noko å seia dersom valet «Bruk standard skrift» er slått av."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:5
+#| msgid "Writable VFS schemes"
+msgid "Style Scheme"
+msgstr "Stilskjema"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:6
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID-en på eit GtkSourceView-stilskjema brukt til å farga teksten."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:7
+msgid "Create Backup Copies"
+msgstr "Lag tryggleikskopiar"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:8
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Om gedit skal laga tryggleikskopiar av filene han lagar. Du kan velja "
+"filendinga på tryggleikskopiane med valet «Ending på tryggleikskopiar»."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:9
+#| msgid "Auto Save"
+msgid "Autosave"
+msgstr "Lagra automatisk"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:10
+#| msgid ""
+#| "Whether gedit should automatically save modified files after a time "
+#| "interval. You can set the time interval with the \"Auto Save Interval\" "
+#| "option."
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"Om gedit skal lagra endra filer automatisk etter ei viss tid. Du kan velja "
+"tida med valet «Tid mellom automatiske lagringar»."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:11
+#| msgid "Auto Save Interval"
+msgid "Autosave Interval"
+msgstr "Tid mellom automatiske lagringar"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:12
+#| msgid ""
+#| "Number of minutes after which gedit will automatically save modified "
+#| "files. This will only take effect if the \"Auto Save\" option is turned "
+#| "on."
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"Talet på minutt mellom kvar automatisk lagring av endra filer. Dette valet "
+"har berre noko å seia dersom valet «Lagra automatisk» er slått på."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:13
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Grense for handlingar som kan angrast"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:14
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-"
+"1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"Største tal på handlingar som kan angrast og gjenopprettast. Bruk «-1» for "
+"ubegrensa. Forelda sidan versjon 2.12.0"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:15
+#| msgid "Max Number of Undo Actions"
+msgid "Maximum Number of Undo Actions"
+msgstr "Største tal på angringar"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:16
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-"
+"1\" for unlimited number of actions."
+msgstr "Største tal på handlingar som kan angrast og gjenopprettast"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:17
+msgid "Line Wrapping Mode"
+msgstr "Bryt linjer"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:18
+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 ""
+
+# TRN: Foreslå "Tabulator" i staden for "tab".
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:19
+msgid "Tab Size"
+msgstr "Storleik på tabulator"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:20
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Styrer kor mange mellomrom som vert vist i staden for tabulatorar."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:21
+msgid "Insert spaces"
+msgstr "Set inn mellomrom"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:22
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Om gedit skal setja inn mellomrom i staden for tabulatorar."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:23
+#| msgid "Auto indent"
+msgid "Automatic indent"
+msgstr "Automatisk innrykk"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:24
+#| msgid "Whether gedit should enable auto indentation."
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Om gedit skal bruka automatisk innrykk."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:25
+msgid "Display Line Numbers"
+msgstr "Vis linjenummer"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:26
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Om gedit skal visa linjenummer i redigeringsområdet."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:27
+msgid "Highlight Current Line"
+msgstr "Framhev aktiv linje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:28
+msgid "Whether gedit should highlight the current line."
+msgstr "Om gedit skal framheva aktiv linje."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:29
+msgid "Highlight Matching Brackets"
+msgstr "Uthev samanhengande klammer"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:30
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Om gedit skal utheva klammer som høyrer saman."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:31
+msgid "Display Right Margin"
+msgstr "Vis høgremarg"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:32
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Om gedit skal visa høgremargen i redigeringsområdet."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:33
+msgid "Right Margin Position"
+msgstr "Plassering av høgremargen"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:34
+msgid "Specifies the position of the right margin."
+msgstr "Styrer kor høgremargen står."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:35
+msgid "Smart Home End"
+msgstr "Smart Home / End"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:36
+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.gnome.gedit.gschema.xml.in.in.h:37
+msgid "Restore Previous Cursor Position"
+msgstr "Gå tilbake til førre markørstilling"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:38
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Om gedit skal gå tilbake til den førre markørstillinga når ei fil vert lasta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:39
+msgid "Enable Syntax Highlighting"
+msgstr "Bruk syntaksmerking"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:40
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Om gedit skal bruka syntaksmerking."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:41
+msgid "Enable Search Highlighting"
+msgstr "Bruk framheving av søkjetekst"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:42
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Om gedit skal framheva alle tilfella av søkjeteksten."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:43
+msgid "Ensure Trailing Newline"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:44
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:45
+msgid "Toolbar is Visible"
+msgstr "Verktøylinja er synleg"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:46
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Om verktøylinja skal vera synleg i redigeringsvindauga."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:47
+msgid "Notebook Show Tabs Mode"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:48
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:49
+msgid "Status Bar is Visible"
+msgstr "Statuslinja er synleg"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:50
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Om statuslinja på botnen av redigeringsvindauget skal vera synleg."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:51
+msgid "Side panel is Visible"
+msgstr "Sidepanelet er synleg"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:52
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Om sidepanelet til venstre i redigeringsvindauget skal vera synleg."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:53
+msgid "Maximum Recent Files"
+msgstr "Største tal på nyleg brukte filer"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:54
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Styrer kva som er det høgste talet på nyleg brukte filer som vert vist i "
+"undermenyen «Nyleg brukte filer»."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:55
+msgid "Print Syntax Highlighting"
+msgstr "Skriv ut syntaksmerking"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:56
+msgid ""
+"Whether gedit should print syntax highlighting when printing documents."
+msgstr "Om gedit skal bruka syntaksmerking på utskrifter."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:57
+msgid "Print Header"
+msgstr "Skriv ut topptekst"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:58
+msgid ""
+"Whether gedit should include a document header when printing documents."
+msgstr "Om gedit skal ta med ein topptekst på utskrifter."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:59
+msgid "Printing Line Wrapping Mode"
+msgstr "Linjebryting på utskrifter"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:60
+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.gnome.gedit.gschema.xml.in.in.h:61
+msgid "Print Line Numbers"
+msgstr "Skriv ut linjenummer"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:62
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Dersom verdien er 0, vert linjenummer ikkje skrivne ut på utskrifter. Elles "
+"vert linjenummer skrivne kvar n-te linje, der n er verdien av denne nøkkelen."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:63
+msgid "Body Font for Printing"
+msgstr "Skrifttype for hovudteksten ved utskrift"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:64
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"Styrer kva for skrift som vert brukt til å skriva ut brødteksten til "
+"dokument."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:65
+msgid "Header Font for Printing"
+msgstr "Skrift i topptekst på utskrifter"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:66
+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 ""
+"Styrer kva for skrift som vert brukt til å skriva ut topptekst. Dette valet "
+"har berre noko å seia når valet «Skriv ut topptekst» er slått på."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:67
+msgid "Line Number Font for Printing"
+msgstr "Skrift i linjenummer på utskrifter"
+
+# TRN: Blandar nøkkelnamn og GUI-val.
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:68
+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 ""
+"Styrer kva for skrift som vert brukt til å skriva ut linjenummer. Dette "
+"valet har berre noko å seia når valet «Skriv ut linjenummer» er slått på."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:69
+#| msgid "Auto Detected Encodings"
+msgid "Automatically Detected Encodings"
+msgstr "Automatisk gjenkjente tekstkodingar"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:70
+#| msgid ""
+#| "Sorted list of encodings used by gedit for auto-detecting the encoding of "
+#| "a file. \"CURRENT\" is the current locale encoding. Only recognized "
+#| "encodings are used."
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"Sortert liste over teiknkodingar som vert brukt av gedit til å "
+"attkjennateiknkodinga til ei fil automatisk. «CURRENT» er teiknkodinga til "
+"det noverande lokalet. Berre attkjende teiknkodingar vert brukt."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:71
+msgid "Encodings shown in menu"
+msgstr "Teiknkodingar viste i menyen"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:72
+#| msgid ""
+#| "List of encodings shown in Character Coding menu in open/save file "
+#| "selector. Only recognized encodings are used."
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"Liste over teiknkodingar som vert vist i teiknkodingsmenyen i opna- og lagra-"
+"filveljarane. Berre attkjende teiknkodingar vert brukt."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:73
+msgid "Active plugins"
+msgstr "Aktive tillegg"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:74
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Liste over aktive programtillegg. Lista inneheld «adressa» til dei aktive "
+"tillegga. Sjå i fila «.gedit-plugin» for å finna «adressa» til eit gitt "
+"tillegg."
+
+#: ../gedit/gedit-app.c:222
+#| msgid "There was an error displaying help."
+msgid "There was an error displaying the help."
+msgstr "Ein feil oppstod under framsyning av hjelp."
+
+#: ../gedit/gedit-app-osx.c:274
+#| msgid "_About Plugin"
+msgid "About gedit"
+msgstr "Om gedit"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:141
+#| msgid "Logout _without Saving"
+msgid "Log Out _without Saving"
+msgstr "Logg ut _utan å lagra"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:145
+msgid "_Cancel Logout"
+msgstr "_Avbryt utlogging"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Close _without Saving"
+msgstr "Lukk _utan å lagra"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:214
+msgid "Question"
+msgstr "Spørsmål"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Dersom du ikkje lagrar, vil endringane som er gjort dei siste %ld sekunda gå "
+"tapt."
+msgstr[1] ""
+"Dersom du ikkje lagrar, vil endringane som er gjort dei siste %ld sekunda gå "
+"tapt."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:423
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Dersom du ikkje lagrar, vil endringane frå det siste minuttet gå tapt."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:429
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Dersom du ikkje lagrar, vil endringane frå det siste minuttet og sekundet gå "
+"tapt."
+msgstr[1] ""
+"Dersom du ikkje lagrar, vil endringane frå det siste minuttet og %ld sekunda "
+"gå tapt."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:439
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Dersom du ikkje lagrar, vil endringane frå det siste minuttet gå tapt."
+msgstr[1] ""
+"Dersom du ikkje lagrar, vil endringane frå dei siste %ld minutta gå tapt."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:454
+#| msgid ""
+#| "If you don't save, changes from the last hour will be permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %d hours will be permanently "
+#| "lost."
+msgid ""
+"If you don't save, changes from the last hour will be permanently lost."
+msgstr "Dersom du ikkje lagrar, vil endringane frå den siste timen gå tapt."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:460
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Dersom du ikkje lagrar, vil endringane frå den siste timen og minuttet gå "
+"tapt."
+msgstr[1] ""
+"Dersom du ikkje lagrar, vil endringane frå den siste timen og %d minutta gå "
+"tapt."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+#| msgid ""
+#| "If you don't save, changes from the last hour will be permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %d hours will be permanently "
+#| "lost."
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Dersom du ikkje lagrar, vil endringane frå den siste timen gå tapt."
+msgstr[1] ""
+"Dersom du ikkje lagrar, vil endringane frå dei siste %d timane gå tapt."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:519
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "Endringar gjort i dokumentet «%s» vil gå tapt."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:524
+#, c-format
+#| msgid "Save the changes to document \"%s\" before closing?"
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "Lagra endringane i dokumentet «%s» før du lukkar?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+#: ../gedit/gedit-close-confirmation-dialog.c:755
+msgid "Saving has been disabled by the system administrator."
+msgstr "Lagring er slått av av systemadministratoren."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Endringar gjort i dokumentet den siste timen vil gå tapt."
+msgstr[1] "Endringar gjort i %d dokument dei siste timane vil gå tapt."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:714
+#, c-format
+msgid ""
+"There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Eitt dokument har ulagra endringar. Lagra endringane før du avsluttar?"
+msgstr[1] ""
+"%d dokument har ulagra endringar. Lagra endringane før du avsluttar?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:733
+msgid "Docum_ents with unsaved changes:"
+msgstr "Dokum_ent med ikkje lagra endringar igjen:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:735
+msgid "S_elect the documents you want to save:"
+msgstr "V_el dokumenta du vil lagra:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:759
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Dersom du ikkje lagrar, vil endringane dine gå tapt for godt."
+
+#: ../gedit/gedit-command-line.c:232
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: ugyldig teiknkoding.\n"
+
+#: ../gedit/gedit-command-line.c:256
+#| msgid "Configure the application"
+msgid "Show the application's version"
+msgstr "Vis programversjon"
+
+#: ../gedit/gedit-command-line.c:262
+msgid "Display list of possible values for the encoding option"
+msgstr "Vis liste over moglege verdiar for teiknkodevalet"
+
+#: ../gedit/gedit-command-line.c:270
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Vel teiknkodinga som skal brukast til å opna filene oppgjevne på "
+"kommandolinja"
+
+#: ../gedit/gedit-command-line.c:271
+msgid "ENCODING"
+msgstr "KODING"
+
+#: ../gedit/gedit-command-line.c:278
+#| msgid "Create a new toplevel window in an existing instance of gedit"
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Lag eit nytt toppnivåvindauge i ein køyrande instans av gedit"
+
+#: ../gedit/gedit-command-line.c:286
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Lag eit nytt dokument i ein køyrande instans av gedit"
+
+#: ../gedit/gedit-command-line.c:294
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr ""
+
+#: ../gedit/gedit-command-line.c:295
+msgid "GEOMETRY"
+msgstr "GEOMETRI"
+
+#: ../gedit/gedit-command-line.c:302
+msgid "Open files and block process until files are closed"
+msgstr ""
+
+#: ../gedit/gedit-command-line.c:310
+msgid "Run gedit in the background"
+msgstr "Køyr gedit i bakgrunnen"
+
+#: ../gedit/gedit-command-line.c:318
+msgid "Run gedit in standalone mode"
+msgstr "Køyr gedit i frittståande modus"
+
+#: ../gedit/gedit-command-line.c:327
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FIL…] [+LINJE[:KOLONNE]]"
+
+#. Setup command line options
+#: ../gedit/gedit-command-line.c:334
+msgid "- Edit text files"
+msgstr "- Rediger tekstfiler"
+
+#: ../gedit/gedit-command-line.c:345
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"Køyr «%s --help» for å få ei fullstendig liste over tilgjengelege "
+"kommandolinjeval.\n"
+
+# c-format
+#: ../gedit/gedit-commands-file.c:272
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Lastar fila «%s» …"
+
+# c-format
+#: ../gedit/gedit-commands-file.c:281
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Lastar %d fil …"
+msgstr[1] "Lastar %d filer …"
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:446
+#| msgid "Open Files…"
+msgid "Open Files"
+msgstr "Opna filer"
+
+#: ../gedit/gedit-commands-file.c:557
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "Fila «%s» er skrivebeskytta."
+
+#: ../gedit/gedit-commands-file.c:562
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Vil du prøva å byta henne ut med fila du prøver å lagra?"
+
+#: ../gedit/gedit-commands-file.c:570 ../gedit/gedit-replace-dialog.c:270
+msgid "_Replace"
+msgstr "_Byt ut"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file using compression?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:613
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:615
+msgid "_Save Using Compression"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:619
+msgid "Save the file as plain text?"
+msgstr "Lagra fila som rein tekst?"
+
+#: ../gedit/gedit-commands-file.c:620
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:622
+msgid "_Save As Plain Text"
+msgstr ""
+
+# c-format
+#: ../gedit/gedit-commands-file.c:742 ../gedit/gedit-commands-file.c:959
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Lagrar fila «%s» …"
+
+#: ../gedit/gedit-commands-file.c:846
+msgid "Save As"
+msgstr "Lagra som"
+
+#: ../gedit/gedit-commands-file.c:1173
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Forkastar ulagra endringar i dokumentet «%s» …"
+
+#: ../gedit/gedit-commands-file.c:1218
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Forkasta ulagra endringar i dokumentet «%s»?"
+
+#: ../gedit/gedit-commands-file.c:1227
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Endringar gjort i dokumentet det siste sekundet vil gå tapt."
+msgstr[1] "Endringar gjort i dokumentet dei siste %ld sekunda vil gå tapt."
+
+#: ../gedit/gedit-commands-file.c:1236
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Endringar gjort i dokumentet det siste minuttet vil gå tapt."
+
+#: ../gedit/gedit-commands-file.c:1242
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Endringar gjort i dokumentet det siste minuttet og sekundet vil gå tapt."
+msgstr[1] ""
+"Endringar gjort i dokumentet det siste minuttet og %ld sekunda vil gå tapt."
+
+#: ../gedit/gedit-commands-file.c:1252
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Endringar gjort i dokumentet det siste minuttet vil gå tapt."
+msgstr[1] "Endringar gjort i dokumentet dei siste %ld minutta vil gå tapt."
+
+#: ../gedit/gedit-commands-file.c:1267
+#| msgid ""
+#| "Changes made to the document in the last hour will be permanently lost."
+#| msgid_plural ""
+#| "Changes made to the document in the last %d hours will be permanently "
+#| "lost."
+msgid ""
+"Changes made to the document in the last hour will be permanently lost."
+msgstr "Endringar gjort i dokumentet den siste timen vil gå tapt."
+
+#: ../gedit/gedit-commands-file.c:1273
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Endringar gjort i dokumentet den siste timen og minuttet vil gå tapt."
+msgstr[1] ""
+"Endringar gjort i dokumentet den siste timen og %d minutta vil gå tapt."
+
+#: ../gedit/gedit-commands-file.c:1288
+#, c-format
+#| msgid ""
+#| "Changes made to the document in the last hour will be permanently lost."
+#| msgid_plural ""
+#| "Changes made to the document in the last %d hours will be permanently "
+#| "lost."
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Endringar gjort i dokumentet den siste timen vil gå tapt."
+msgstr[1] "Endringar gjort i dokumentet dei siste %d timane vil gå tapt."
+
+#: ../gedit/gedit-commands-file.c:1314
+msgid "_Revert"
+msgstr "_Forkast endringar"
+
+#: ../gedit/gedit-commands-help.c:88
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit er eit lite og lett skriveprogram til GNOME-skrivebordet"
+
+#: ../gedit/gedit-commands-help.c:113
+msgid "translator-credits"
+msgstr ""
+"Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
+"Torstein Adolf Winterseth <kvikende@fsfe.no>\n"
+"\n"
+"Send feilmeldingar og kommentarar til <i18n-nn@lister.ping.uio.no>\n"
+"\n"
+"Launchpad Contributions:\n"
+" Andreas N. https://launchpad.net/~gedemiti\n"
+" Espen L https://launchpad.net/~espenl\n"
+" Moonchild https://launchpad.net/~martine-sand"
+
+# c-format
+#: ../gedit/gedit-commands-search.c:112
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Fann og byta ut eitt tilfelle"
+msgstr[1] "Fann og byta ut %d tilfelle"
+
+# c-format
+#: ../gedit/gedit-commands-search.c:121
+msgid "Found and replaced one occurrence"
+msgstr "Fann og byta ut eitt tilfelle"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:144
+#, c-format
+#| msgid "Phrase not found"
+msgid "\"%s\" not found"
+msgstr "«%s» ikkje funne"
+
+#: ../gedit/gedit-document.c:1222 ../gedit/gedit-document.c:1248
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Utan namn %d"
+
+#: ../gedit/gedit-documents-panel.c:123 ../gedit/gedit-documents-panel.c:137
+#: ../gedit/gedit-window.c:2402 ../gedit/gedit-window.c:2409
+#| msgid "Read Only"
+msgid "Read-Only"
+msgstr "Skrivebeskytta"
+
+#: ../gedit/gedit-documents-panel.c:1146 ../gedit/gedit-window.c:3851
+msgid "Documents"
+msgstr "Dokument"
+
+#: ../gedit/gedit-encodings.c:142 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:229 ../gedit/gedit-encodings.c:272
+msgid "Western"
+msgstr "Vestleg"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:268
+msgid "Central European"
+msgstr "Sentraleuropeisk"
+
+#: ../gedit/gedit-encodings.c:159
+msgid "South European"
+msgstr "Søreuropeisk"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:282
+msgid "Baltic"
+msgstr "Baltisk"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:246 ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:270
+msgid "Cyrillic"
+msgstr "Kyrillisk"
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Arabic"
+msgstr "Arabisk"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:274
+msgid "Greek"
+msgstr "Gresk"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Hebrew Visual"
+msgstr "Visuelt hebraisk"
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Turkish"
+msgstr "Tyrkisk"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "Nordisk"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "Keltisk"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Rumensk"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Armensk"
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Tradisjonell kinesisk"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Kyrillisk/Russisk"
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:257
+msgid "Japanese"
+msgstr "Japansk"
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:263
+msgid "Korean"
+msgstr "Koreansk"
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+msgid "Chinese Simplified"
+msgstr "Forenkla kinesisk"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Georgisk"
+
+#: ../gedit/gedit-encodings.c:237 ../gedit/gedit-encodings.c:278
+msgid "Hebrew"
+msgstr "Hebraisk"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Cyrillic/Ukrainian"
+msgstr "Kyrillisk/Ukrainsk"
+
+#: ../gedit/gedit-encodings.c:259 ../gedit/gedit-encodings.c:265
+#: ../gedit/gedit-encodings.c:284
+msgid "Vietnamese"
+msgstr "Vietnamesisk"
+
+#: ../gedit/gedit-encodings.c:261
+msgid "Thai"
+msgstr "Thai"
+
+#: ../gedit/gedit-encodings.c:435
+msgid "Unknown"
+msgstr "Ukjend"
+
+#: ../gedit/gedit-encodings-combo-box.c:301
+#| msgid "Auto Detected"
+msgid "Automatically Detected"
+msgstr "Attkjend automatisk"
+
+#: ../gedit/gedit-encodings-combo-box.c:320
+#: ../gedit/gedit-encodings-combo-box.c:336
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Noverande lokale (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:388
+#| msgid "Add or _Remove..."
+msgid "Add or Remove..."
+msgstr "Legg til eller fjern …"
+
+#: ../gedit/gedit-encodings-dialog.c:345
+#| msgid "Character codings"
+msgid "Character Encodings"
+msgstr "Teiknkodingar"
+
+#: ../gedit/gedit-encodings-dialog.c:395 ../gedit/gedit-encodings-dialog.c:456
+msgid "_Description"
+msgstr "Skil_dring"
+
+#: ../gedit/gedit-encodings-dialog.c:404 ../gedit/gedit-encodings-dialog.c:465
+msgid "_Encoding"
+msgstr "T_eiknkoding"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-encodings-dialog.ui.h:1
+#| msgid "Character codings"
+msgid "Character encodings"
+msgstr "Teiknkodingar"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:2
+msgid "A_vailable encodings:"
+msgstr "Til_gjengelege teiknkodingar:"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Teiknkodi_ngar som vert viste i menyen:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+#: ../gedit/gedit-preferences-dialog.c:909
+msgid "All Files"
+msgstr "Alle filer"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "Alle tekstfiler"
+
+#: ../gedit/gedit-file-chooser-dialog.c:95
+#| msgid "Ch_aracter coding:"
+msgid "C_haracter Encoding:"
+msgstr "Tei_knkoding:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:154
+#| msgid "_Encoding"
+msgid "L_ine Ending:"
+msgstr "Koding av linje:"
+
+#: ../gedit/gedit-file-chooser-dialog.c:173
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-file-chooser-dialog.c:179
+msgid "Mac OS Classic"
+msgstr "Mac OS klassisk"
+
+#: ../gedit/gedit-file-chooser-dialog.c:185
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-io-error-info-bar.c:182
+#: ../gedit/gedit-io-error-info-bar.c:497
+msgid "_Retry"
+msgstr "P_røv på nytt"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "Could not find the file %s."
+msgstr "Klarte ikkje å finna fila «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:248
+#: ../gedit/gedit-io-error-info-bar.c:255
+#| msgid "Please, check that you typed the location correctly and try again."
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Kontroller at du skreiv adressa rett og prøv igjen."
+
+# TRN: Be om stadfesting på fornuftig omsetjing?
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:224
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit kan ikkje handsama %s-adresser."
+
+# TRN: Be om stadfesting på fornuftig omsetjing?
+#: ../gedit/gedit-io-error-info-bar.c:230
+msgid "gedit cannot handle this location."
+msgstr "gedit kan ikkje handsama denne adressa."
+
+#: ../gedit/gedit-io-error-info-bar.c:238
+msgid "The location of the file cannot be mounted."
+msgstr "Adressa til fila kan ikkje monterast."
+
+#: ../gedit/gedit-io-error-info-bar.c:242
+msgid ""
+"The location of the file cannot be accessed because it is not mounted."
+msgstr "Adressa til fila kan ikkje opnast fordi ho ikkje er montert."
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid "%s is a directory."
+msgstr "«%s» er ei mappe."
+
+#: ../gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid "%s is not a valid location."
+msgstr "«%s» er ikkje ei gyldig adresse."
+
+#: ../gedit/gedit-io-error-info-bar.c:289
+#, c-format
+#| msgid ""
+#| "Host %s could not be found. Please, check that your proxy settings are "
+#| "correct and try again."
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Fann ikkje verten «%s». Kontroller mellomtenarinnstillingane dine og prøv "
+"igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:304
+#, c-format
+#| msgid ""
+#| "Host name was invalid. Please, check that you typed the location "
+#| "correctly and try again."
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Ugyldig vertsnamn. Kontroller at du skreiv adressa rett og prøv igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:312
+#, c-format
+msgid "%s is not a regular file."
+msgstr "«%s» er ikkje ei vanleg fil."
+
+#: ../gedit/gedit-io-error-info-bar.c:317
+msgid "Connection timed out. Please try again."
+msgstr "Tidsavbrot under tilkopling. Prøv igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:340
+msgid "The file is too big."
+msgstr "Fila er for stor."
+
+#: ../gedit/gedit-io-error-info-bar.c:381
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Uventa feil: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:417
+#| msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "gedit kan ikkje finna fila. Kanskje fila vart sletta nyleg."
+
+#: ../gedit/gedit-io-error-info-bar.c:427
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "Klarte ikkje å forkasta ulagra endringar i fila «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:454
+#| msgid "Ch_aracter coding:"
+msgid "Ch_aracter Encoding:"
+msgstr "Tei_knkoding:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:506
+#: ../gedit/gedit-io-error-info-bar.c:782
+#| msgid "_Edit Anyway"
+msgid "Edit Any_way"
+msgstr "_Rediger likevel"
+
+#: ../gedit/gedit-io-error-info-bar.c:608
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Talet på lenkjer som kan følgjast er begrensa og fila vart ikkje funnen "
+"innanfor denne grensa."
+
+#: ../gedit/gedit-io-error-info-bar.c:612
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Du har ikkje dei nødvendige løyva til å opna fila."
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+#| msgid "gedit has not been able to detect the character coding."
+msgid "gedit has not been able to detect the character encoding."
+msgstr "gedit klarte ikkje å fastslå teiknkodinga."
+
+#: ../gedit/gedit-io-error-info-bar.c:620
+#: ../gedit/gedit-io-error-info-bar.c:642
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Kontroller at du ikkje prøver å opna ei binærfil."
+
+#: ../gedit/gedit-io-error-info-bar.c:621
+#| msgid "Select a character coding from the menu and try again."
+msgid "Select a character encoding from the menu and try again."
+msgstr "Vel ei teiknkoding frå menyen og prøv igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+#| msgid "There was an error displaying help."
+msgid "There was a problem opening the file %s."
+msgstr "Ein feil oppstod når fila %s skulle opnast."
+
+#: ../gedit/gedit-io-error-info-bar.c:629
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:632
+#| msgid "Select a character coding from the menu and try again."
+msgid "You can also choose another character encoding and try again."
+msgstr "Du kan òg velja ei anna teiknkoding og prøva på nytt."
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+#| msgid "Could not open the file %s using the %s character coding."
+msgid "Could not open the file %s using the %s character encoding."
+msgstr "Klarte ikkje å opna fila «%s» med teiknkodinga «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#: ../gedit/gedit-io-error-info-bar.c:717
+#| msgid "Select a different character coding from the menu and try again."
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Vel ei anna teiknkoding frå menyen og prøv igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:653
+#, c-format
+msgid "Could not open the file %s."
+msgstr "Klarte ikkje å opna fila «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:712
+#, c-format
+#| msgid "Could not save the file %s using the %s character coding."
+msgid "Could not save the file %s using the %s character encoding."
+msgstr "Klarte ikkje å lagra fila «%s» med teiknkodinga «%s»."
+
+#: ../gedit/gedit-io-error-info-bar.c:715
+#| msgid ""
+#| "The document contains one or more characters that cannot be encoded using "
+#| "the specified character coding."
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokumentet inneheld eitt eller fleire teikn som ikkje kan kodast med den "
+"valde teiknkodinga."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:787
+#| msgid "_Don't Edit"
+msgid "D_on't Edit"
+msgstr "_Ikkje rediger"
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+#, c-format
+#| msgid "This file (%s) is already opened in another gedit window."
+msgid "This file (%s) is already open in another gedit window."
+msgstr "Fila «%s» er alt open i eit anna gedit-vindauge."
+
+#: ../gedit/gedit-io-error-info-bar.c:815
+#| msgid ""
+#| "gedit opened this instance of the file in non-editable way. Do you want "
+#| "to edit it anyway?"
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"gedit opna denne instansen av fila slik at ho ikkje er redigerbar. Vil du "
+"redigera henne likevel?"
+
+#: ../gedit/gedit-io-error-info-bar.c:873
+#: ../gedit/gedit-io-error-info-bar.c:971
+#: ../gedit/gedit-io-error-info-bar.c:1260
+#| msgid "_Save Anyway"
+msgid "S_ave Anyway"
+msgstr "_Lagra likevel"
+
+#: ../gedit/gedit-io-error-info-bar.c:877
+#: ../gedit/gedit-io-error-info-bar.c:975
+#: ../gedit/gedit-io-error-info-bar.c:1264
+#| msgid "_Don't Save"
+msgid "D_on't Save"
+msgstr "_Ikkje lagra"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:895
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "Fila «%s» har vorte endra sidan ho vart opna/lagra."
+
+#: ../gedit/gedit-io-error-info-bar.c:910
+msgid ""
+"If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Dersom du lagrar, kan alle eksterne endringar gå tapt. Lagra likevel?"
+
+#: ../gedit/gedit-io-error-info-bar.c:998
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "Klarte ikkje å laga tryggleikskopi under lagring av «%s»"
+
+#: ../gedit/gedit-io-error-info-bar.c:1003
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "Klarte ikkje å laga mellombels tryggleikskopi under lagring av «%s»"
+
+#: ../gedit/gedit-io-error-info-bar.c:1020
+#| msgid ""
+#| "gedit could not backup the old copy of the file before saving the new "
+#| "one. You can ignore this warning and save the file anyway, but if an "
+#| "error occurs while saving, you could lose the old copy of the file. Save "
+#| "anyway?"
+msgid ""
+"gedit could not back up the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"gedit klarte ikkje å ta tryggleikskopi av den gamle fila før den nye vert "
+"lagra. Du kan oversjå denne åtvaringa og lagra fila likevel, men dersom det "
+"skjer ein feil under lagring, kan den gamle kopien av fila gå tapt. Lagra "
+"likevel?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1080
+#, c-format
+#| msgid ""
+#| "gedit cannot handle %s locations in write mode. Please, check that you "
+#| "typed the location correctly and try again."
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit kan ikkje handsama %s-adresser i skrivemodus. Kontroller at du skreiv "
+"adressa rett og prøv igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+#| msgid ""
+#| "gedit cannot handle this location in write mode. Please, check that you "
+#| "typed the location correctly and try again."
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit kan ikkje handsama denne adressa i skrivemodus. Kontroller at du "
+"skreiv adressa rett og prøv igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+#, c-format
+#| msgid ""
+#| "%s is not a valid location. Please, check that you typed the location "
+#| "correctly and try again."
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s er ikkje ei gyldig adresse. Kontroller at du skreiv adressa rett og prøv "
+"igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:1104
+#| msgid ""
+#| "You do not have the permissions necessary to save the file. Please, check "
+#| "that you typed the location correctly and try again."
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Du har ikkje dei naudsynte løyva for å lagra fila. Kontroller at du skreiv "
+"rett adresse og prøv igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:1110
+#| msgid ""
+#| "There is not enough disk space to save the file. Please, free some disk "
+#| "space and try again."
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Det er ikkje nok ledig plass på disken til å lagra fila. Frigjer litt plass "
+"og prøv igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:1115
+#| msgid ""
+#| "You are trying to save the file on a read-only disk. Please, check that "
+#| "you typed the location correctly and try again."
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Du prøver å lagra fila på ein skrivebeskytta disk. Kontroller at du skreiv "
+"adressa rett og prøv igjen."
+
+#: ../gedit/gedit-io-error-info-bar.c:1121
+#| msgid ""
+#| "A file with the same name already exists. Please, use a different name."
+msgid ""
+"A file with the same name already exists. Please use a different name."
+msgstr "Ei fil med dette namnet finst frå før. Bruk eit anna namn."
+
+#: ../gedit/gedit-io-error-info-bar.c:1126
+#| msgid ""
+#| "The disk where you are trying to save the file has a limitation on length "
+#| "of the file names. Please, use a shorter name."
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Disken du prøver å lagra fila på har ei grense for kor lange filnamn kan "
+"vera. Bruk eit kortare namn."
+
+#: ../gedit/gedit-io-error-info-bar.c:1133
+#| msgid ""
+#| "The disk where you are trying to save the file has a limitation on file "
+#| "sizes. Please try saving a smaller file or saving it to a disk that does "
+#| "not have this limitation."
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Disken du prøver å lagra fila på har ei grense for kor store filer kan vera. "
+"Prøv å lagra mindre filer eller å lagra til ein disk som ikkje har slike "
+"grenser."
+
+#: ../gedit/gedit-io-error-info-bar.c:1149
+#, c-format
+msgid "Could not save the file %s."
+msgstr "Klarte ikkje å lagra fila «%s»."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:1194
+#, c-format
+#| msgid "The file is too big."
+msgid "The file %s changed on disk."
+msgstr "Fil %s er endra på disken."
+
+#: ../gedit/gedit-io-error-info-bar.c:1199
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "Vil du forkasta dine endringar og lasta fila på nytt?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1201
+#| msgid "String you want to search for"
+msgid "Do you want to reload the file?"
+msgstr "Vil du lasta fila på nytt?"
+
+#: ../gedit/gedit-io-error-info-bar.c:1206
+#| msgid "_Replace"
+msgid "_Reload"
+msgstr "_Last på nytt"
+
+#: ../gedit/gedit-io-error-info-bar.c:1278
+#, c-format
+msgid "Some invalid chars have been detected while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1294
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+
+#. Keep in sync with the respective GtkActions
+#: ../gedit/gedit-notebook-popup-menu.c:172 ../gedit/gedit-ui.h:141
+msgid "_Move to New Window"
+msgstr "_Flytt til nytt vindauge"
+
+#: ../gedit/gedit-notebook-popup-menu.c:190 ../gedit/gedit-ui.h:79
+msgid "Save _As..."
+msgstr "L_agra som …"
+
+#: ../gedit/gedit-notebook-popup-menu.c:203 ../gedit/gedit-ui.h:85
+msgid "_Print..."
+msgstr "S_kriv ut …"
+
+#: ../gedit/gedit-panel.c:409 ../gedit/gedit-panel.c:587
+msgid "Empty"
+msgstr "Tomt"
+
+#: ../gedit/gedit-panel.c:475
+msgid "Hide panel"
+msgstr "Gøym panel"
+
+#: ../gedit/gedit-preferences-dialog.c:423
+#| msgid "Push this button to select the font to be used by the editor"
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Trykk på denne knappen for å velja skrifta som vert brukt av skriveprogrammet"
+
+#: ../gedit/gedit-preferences-dialog.c:438
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Bruk systemet si fastbreiddeskrift (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:676
+#, c-format
+msgid ""
+"Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "Klarte ikkje laga mappe «%s»: g_mkdir_with_parents() feila: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:860
+msgid "The selected color scheme cannot be installed."
+msgstr "Det valte fargeskjemaet kan ikkje verta installert."
+
+#: ../gedit/gedit-preferences-dialog.c:887
+msgid "Add Scheme"
+msgstr "Legg til skjema"
+
+#: ../gedit/gedit-preferences-dialog.c:894
+msgid "A_dd Scheme"
+msgstr "_Legg til skjema"
+
+#: ../gedit/gedit-preferences-dialog.c:902
+msgid "Color Scheme Files"
+msgstr "Fargeskjemafiler"
+
+#: ../gedit/gedit-preferences-dialog.c:954
+#, c-format
+#| msgid "Could not revert the file %s."
+msgid "Could not remove color scheme \"%s\"."
+msgstr "Klarte ikkje å fjerna fargeskjemaet «%s»"
+
+#: ../gedit/gedit-preferences-dialog.c:1177
+msgid "gedit Preferences"
+msgstr "Innstillingar for Gedit"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Innstillingar"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:2 ../gedit/gedit-view.c:552
+msgid "_Display line numbers"
+msgstr "_Vis linjenummer"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:4
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Linjebryting"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:5
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Bruk _tekstbryting"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:6
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "Ikkje br_yt ord over to linjer"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:7
+msgid "Highlighting"
+msgstr "Utheving"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:8
+msgid "Highlight current _line"
+msgstr "Framhev den aktive _linja"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:9
+msgid "Highlight matching _brackets"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:10
+msgid "View"
+msgstr "Vis"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:11
+msgid "Tab Stops"
+msgstr "Tabulatorstopp"
+
+# TRN: Feilmeld: Bruk 'tabulators' i staden for 'tabs'?
+#: ../gedit/gedit-preferences-dialog.ui.h:12
+msgid "_Tab width:"
+msgstr "Breidde på _tabulatorar:"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:13
+msgid "Insert _spaces instead of tabs"
+msgstr "Set inn _mellomrom i staden for tabulatorar"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:14
+msgid "_Enable automatic indentation"
+msgstr "_Bruk automatisk innrykk"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:15
+#| msgid "<b>File Saving</b>"
+msgid "File Saving"
+msgstr "Lagring av filer"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:16
+msgid "Create a _backup copy of files before saving"
+msgstr "Lag ein _tryggleikskopi av filene før dei vert lagra"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:17
+msgid "_Autosave files every"
+msgstr "Lagra filer _automatisk etter"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:18
+msgid "_minutes"
+msgstr "_minutt"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:19
+msgid "Editor"
+msgstr "Skriveprogram"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:20
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+#| msgid "Fonts"
+msgid "Font"
+msgstr "Skrifttypar"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:21
+msgid "Editor _font: "
+msgstr "Skri_fttype til redigering: "
+
+#: ../gedit/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "Vel skrift til redigeringsområdet"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:23
+#| msgid "Content scheme"
+msgid "Color Scheme"
+msgstr "Fargeskjema"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:24
+msgid "Install scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:25
+msgid "Install Scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:26
+msgid "Uninstall scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall Scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:28
+msgid "Font & Colors"
+msgstr "Skrifter og fargar"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:29
+msgid "Plugins"
+msgstr "Tilleggsmodular"
+
+#: ../gedit/gedit-print-job.c:572
+#, c-format
+msgid "File: %s"
+msgstr "Fil: %s"
+
+#: ../gedit/gedit-print-job.c:581
+msgid "Page %N of %Q"
+msgstr "Side %N av %Q"
+
+#: ../gedit/gedit-print-job.c:843
+#| msgid "_Print..."
+msgid "Preparing..."
+msgstr "Førebur …"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Syntaksmerking"
+
+#: ../gedit/gedit-print-preferences.ui.h:2
+#| msgid "Print s_yntax highlighting"
+msgid "Print synta_x highlighting"
+msgstr "Skriv ut s_yntaksmerking"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+#| msgid "_Line numbers:"
+msgid "Line Numbers"
+msgstr "Linjenummer"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+#| msgid "Print _line numbers"
+msgid "Print line nu_mbers"
+msgstr "Skriv ut _linjenummer"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_Nummerer kvar"
+
+# TRN: Andre del av "Print every <box> lines".
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "linjer"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+#| msgid "Table header"
+msgid "Page header"
+msgstr "Topptekst for hovud"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+#| msgid "_Print page headers"
+msgid "Print page _headers"
+msgstr "Skriv ut _topptekst for sida"
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Skrifter"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Brødtekst:"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "_Linjenummer:"
+
+#: ../gedit/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "Toppt_ekst og botntekst:"
+
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "_Gå tilbake til standardskrifter"
+
+#: ../gedit/gedit-print-preview.c:582
+msgid "Show the previous page"
+msgstr "Vis den førre sida"
+
+#: ../gedit/gedit-print-preview.c:594
+msgid "Show the next page"
+msgstr "Vis den neste sida"
+
+#: ../gedit/gedit-print-preview.c:610
+msgid "Current page (Alt+P)"
+msgstr "Denne sida (Alt + P)"
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:633
+msgid "of"
+msgstr "av"
+
+#: ../gedit/gedit-print-preview.c:641
+msgid "Page total"
+msgstr "Sider totalt"
+
+#: ../gedit/gedit-print-preview.c:642
+msgid "The total number of pages in the document"
+msgstr "Talet på sider i dokumentet"
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Show multiple pages"
+msgstr "Vis fleire sider"
+
+#: ../gedit/gedit-print-preview.c:672
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom to fit the whole page"
+msgstr "Tilpass til sida"
+
+#: ../gedit/gedit-print-preview.c:690
+msgid "Zoom the page in"
+msgstr "Zoom inn"
+
+#: ../gedit/gedit-print-preview.c:699
+msgid "Zoom the page out"
+msgstr "Zoom ut"
+
+#: ../gedit/gedit-print-preview.c:711
+#| msgid "Close print preview"
+msgid "_Close Preview"
+msgstr "_Lukk forhandsvising av utskrift"
+
+#: ../gedit/gedit-print-preview.c:714
+msgid "Close print preview"
+msgstr "Lukk forhandsvising av utskrift"
+
+#: ../gedit/gedit-print-preview.c:783
+#, c-format
+#| msgid "Page %N of %Q"
+msgid "Page %d of %d"
+msgstr "Side %d av %d"
+
+#: ../gedit/gedit-print-preview.c:967
+msgid "Page Preview"
+msgstr "Forhandsvis sida"
+
+#: ../gedit/gedit-print-preview.c:968
+msgid "The preview of a page in the document to be printed"
+msgstr "Forhandsframsyning av ei side i dokumentet som skal skrivast ut"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-replace-dialog.c:207 ../gedit/gedit-replace-dialog.ui.h:1
+#: ../gedit/gedit-window.c:1557
+msgid "Replace"
+msgstr "Byt ut"
+
+#: ../gedit/gedit-replace-dialog.c:269
+msgid "Replace _All"
+msgstr "Byt ut _alle"
+
+#: ../gedit/gedit-replace-dialog.ui.h:2
+msgid "Replace All"
+msgstr "Byt ut alle"
+
+#: ../gedit/gedit-replace-dialog.ui.h:3
+msgid "_Search for: "
+msgstr "_Søk etter: "
+
+#: ../gedit/gedit-replace-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "Byt ut _med: "
+
+#: ../gedit/gedit-replace-dialog.ui.h:5
+msgid "_Match case"
+msgstr "_Skil mellom små/store bokstavar"
+
+#: ../gedit/gedit-replace-dialog.ui.h:6
+msgid "Match _entire word only"
+msgstr "Finn berre h_eile ord"
+
+#: ../gedit/gedit-replace-dialog.ui.h:7
+msgid "Search _backwards"
+msgstr "Søk _bakover"
+
+#: ../gedit/gedit-replace-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "S_øk rundt"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+#| msgid " OVR"
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+#| msgid " INS"
+msgid "INS"
+msgstr "INS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:248
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Li %d, kol %d"
+
+#: ../gedit/gedit-statusbar.c:347
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Det er ei fane med feil"
+msgstr[1] "Det er %d faner med feil"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:734
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Går tilbake til %s frå %s"
+
+#: ../gedit/gedit-tab.c:741
+#, c-format
+msgid "Reverting %s"
+msgstr "Forkastar ulagra endringar i %s"
+
+# c-format
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:757
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Lastar %s frå %s"
+
+# c-format
+#: ../gedit/gedit-tab.c:764
+#, c-format
+msgid "Loading %s"
+msgstr "Lastar %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:845
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Lagrar %s i %s"
+
+#: ../gedit/gedit-tab.c:852
+#, c-format
+msgid "Saving %s"
+msgstr "Lagrar %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1835
+msgid "RO"
+msgstr "Skrivebeskytta"
+
+#: ../gedit/gedit-tab.c:1882
+#, c-format
+msgid "Error opening file %s"
+msgstr "Feil under opning av fila %s"
+
+#: ../gedit/gedit-tab.c:1887
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Feil ved forkasting av endringar i fila %s"
+
+#: ../gedit/gedit-tab.c:1892
+#, c-format
+msgid "Error saving file %s"
+msgstr "Feil under lagring av fila %s»"
+
+#: ../gedit/gedit-tab.c:1913
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1920
+msgid "Name:"
+msgstr "Namn:"
+
+#: ../gedit/gedit-tab.c:1921
+msgid "MIME Type:"
+msgstr "MIME-type:"
+
+#: ../gedit/gedit-tab.c:1922
+msgid "Encoding:"
+msgstr "Teiknkoding:"
+
+#: ../gedit/gedit-tab-label.c:283
+msgid "Close document"
+msgstr "Lukk dokument"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:44
+msgid "_File"
+msgstr "_Fil"
+
+#: ../gedit/gedit-ui.h:45
+msgid "_Edit"
+msgstr "R_ediger"
+
+#: ../gedit/gedit-ui.h:46
+msgid "_View"
+msgstr "_Vis"
+
+#: ../gedit/gedit-ui.h:47
+msgid "_Search"
+msgstr "_Søk"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Tools"
+msgstr "_Verktøy"
+
+#: ../gedit/gedit-ui.h:49
+msgid "_Documents"
+msgstr "_Dokument"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Help"
+msgstr "_Hjelp"
+
+#: ../gedit/gedit-ui.h:54
+msgid "Create a new document"
+msgstr "Lag eit nytt dokument"
+
+#: ../gedit/gedit-ui.h:55
+msgid "_Open..."
+msgstr "_Opna …"
+
+#: ../gedit/gedit-ui.h:56 ../gedit/gedit-window.c:1486
+msgid "Open a file"
+msgstr "Opna fil"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:59
+msgid "Pr_eferences"
+msgstr "_Innstillingar"
+
+#: ../gedit/gedit-ui.h:60
+msgid "Configure the application"
+msgstr "Still inn programmet"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:63
+msgid "_Contents"
+msgstr "_Innhald"
+
+#: ../gedit/gedit-ui.h:64
+msgid "Open the gedit manual"
+msgstr "Opna gedit-handboka"
+
+#: ../gedit/gedit-ui.h:66
+msgid "About this application"
+msgstr "Om dette programmet"
+
+#: ../gedit/gedit-ui.h:70
+msgid "Leave fullscreen mode"
+msgstr "Forlat fullskjermmodus"
+
+#: ../gedit/gedit-ui.h:78
+msgid "Save the current file"
+msgstr "Lagra den noverande fila"
+
+#: ../gedit/gedit-ui.h:80
+msgid "Save the current file with a different name"
+msgstr "Lagra den noverande fila med eit anna namn"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Revert to a saved version of the file"
+msgstr "Forkast endringar gjort sidan fila vart lagra"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Print Previe_w"
+msgstr "Forhands_vising av utskrift"
+
+#: ../gedit/gedit-ui.h:84
+msgid "Print preview"
+msgstr "Forhandsvising av utskrift"
+
+#: ../gedit/gedit-ui.h:86
+msgid "Print the current page"
+msgstr "Skriv ut den noverande sida"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Undo the last action"
+msgstr "Angra siste handling"
+
+#: ../gedit/gedit-ui.h:92
+msgid "Redo the last undone action"
+msgstr "Gjer om den sist angra handlinga"
+
+#: ../gedit/gedit-ui.h:94
+msgid "Cut the selection"
+msgstr "Klipp ut utvalet"
+
+#: ../gedit/gedit-ui.h:96
+msgid "Copy the selection"
+msgstr "Kopier merkinga"
+
+#: ../gedit/gedit-ui.h:98
+msgid "Paste the clipboard"
+msgstr "Lim inn frå utklippstavla"
+
+#: ../gedit/gedit-ui.h:100
+msgid "Delete the selected text"
+msgstr "Slett den merka teksten"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Select _All"
+msgstr "Merk _alt"
+
+#: ../gedit/gedit-ui.h:102
+msgid "Select the entire document"
+msgstr "Merk heile dokumentet"
+
+#. View menu
+#: ../gedit/gedit-ui.h:105
+msgid "_Highlight Mode"
+msgstr "_Uthevingsmodus"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:108
+msgid "_Find..."
+msgstr "_Finn …"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Search for text"
+msgstr "Søk etter tekst"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Find Ne_xt"
+msgstr "Finn ne_ste"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Search forwards for the same text"
+msgstr "Søk framover etter den same teksten"
+
+#: ../gedit/gedit-ui.h:112
+msgid "Find Pre_vious"
+msgstr "Finn f_ørre"
+
+#: ../gedit/gedit-ui.h:113
+msgid "Search backwards for the same text"
+msgstr "Søk bakover etter den same teksten"
+
+#: ../gedit/gedit-ui.h:115 ../gedit/gedit-ui.h:118
+msgid "_Replace..."
+msgstr "_Byt ut …"
+
+#: ../gedit/gedit-ui.h:116 ../gedit/gedit-ui.h:119
+msgid "Search for and replace text"
+msgstr "Søk etter og byt ut tekst"
+
+#: ../gedit/gedit-ui.h:121
+msgid "_Clear Highlight"
+msgstr "_Fjern framheving"
+
+#: ../gedit/gedit-ui.h:122
+msgid "Clear highlighting of search matches"
+msgstr "Fjern framheving av søkjetreff"
+
+#: ../gedit/gedit-ui.h:123
+msgid "Go to _Line..."
+msgstr "Gå til _linje …"
+
+#: ../gedit/gedit-ui.h:124
+msgid "Go to a specific line"
+msgstr "Gå til ei bestemt linje"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:127
+msgid "_Save All"
+msgstr "_Lagra alle"
+
+#: ../gedit/gedit-ui.h:128
+msgid "Save all open files"
+msgstr "Lagra alle opne filer"
+
+#: ../gedit/gedit-ui.h:129
+msgid "_Close All"
+msgstr "_Lukk alle"
+
+#: ../gedit/gedit-ui.h:130
+msgid "Close all open files"
+msgstr "Lukk alle opne filer"
+
+#: ../gedit/gedit-ui.h:131
+msgid "_New Tab Group"
+msgstr "_Ny fanegruppe"
+
+#: ../gedit/gedit-ui.h:132
+msgid "Create a new tab group"
+msgstr "Lag ei ny fanegruppe"
+
+#: ../gedit/gedit-ui.h:133
+msgid "P_revious Tab Group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:134
+msgid "Switch to the previous tab group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:135
+msgid "Nex_t Tab Group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:136
+msgid "Switch to the next tab group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:137
+msgid "_Previous Document"
+msgstr "_Førre dokument"
+
+#: ../gedit/gedit-ui.h:138
+msgid "Activate previous document"
+msgstr "Gå til førre dokument"
+
+#: ../gedit/gedit-ui.h:139
+msgid "N_ext Document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:140
+msgid "Activate next document"
+msgstr "Gå til neste dokument"
+
+#: ../gedit/gedit-ui.h:142
+msgid "Move the current document to a new window"
+msgstr "Flytt det noverande dokumentet til eit nytt vindauge"
+
+#: ../gedit/gedit-ui.h:149
+msgid "Close the current file"
+msgstr "Lukk den noverande fila"
+
+#: ../gedit/gedit-ui.h:156
+msgid "Quit the program"
+msgstr "Avslutt programmet"
+
+#: ../gedit/gedit-ui.h:161
+msgid "_Toolbar"
+msgstr "_Verktøylinje"
+
+#: ../gedit/gedit-ui.h:162
+msgid "Show or hide the toolbar in the current window"
+msgstr "Vis eller gøym verktøylinja i det noverande vindauget"
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Statusbar"
+msgstr "_Statuslinje"
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the statusbar in the current window"
+msgstr "Vis eller gøym statuslinja i det noverande vindauget"
+
+#: ../gedit/gedit-ui.h:168
+#| msgid "Edit text files"
+msgid "Edit text in fullscreen"
+msgstr "Rediger tekstfiler i fullskjerm"
+
+#: ../gedit/gedit-ui.h:175
+msgid "Side _Panel"
+msgstr "Side_panel"
+
+#: ../gedit/gedit-ui.h:176
+msgid "Show or hide the side panel in the current window"
+msgstr "Vis eller gøym sidepanelet i dette vindauget"
+
+#: ../gedit/gedit-ui.h:178
+msgid "_Bottom Panel"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:179
+msgid "Show or hide the bottom panel in the current window"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1017
+msgid "Please check your installation."
+msgstr "Kontroller installasjonen."
+
+#: ../gedit/gedit-utils.c:1075
+#, c-format
+#| msgid "Unable to find file %s."
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Klarte ikkje å opna brukargrensesnittfila %s. Feil: %s"
+
+#: ../gedit/gedit-utils.c:1094
+#, c-format
+#| msgid "Unable to find the required widgets inside file %s."
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "Klarte ikkje å finna objektet «%s» i fila %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1316
+#, c-format
+msgid "/ on %s"
+msgstr "/ på %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:546
+msgid "_Wrap Around"
+msgstr "S_øk rundt"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:556
+msgid "Match _Entire Word Only"
+msgstr "Finn berre h_eile ord"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:566
+msgid "_Match Case"
+msgstr "_Skil mellom små/store bokstavar"
+
+#: ../gedit/gedit-view-frame.c:767
+msgid "String you want to search for"
+msgstr "Tekst å søkja etter"
+
+#: ../gedit/gedit-view-frame.c:777
+msgid "Line you want to move the cursor to"
+msgstr "Linje du vil flytta markøren til"
+
+# TRN: Kva kva %s vera her?
+#: ../gedit/gedit-window.c:941
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Bruk %s utheving"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1046 ../gedit/gedit-window.c:2096
+#: ../plugins/externaltools/tools/manager.py:146
+#: ../plugins/externaltools/tools/manager.py:450
+#: ../plugins/externaltools/tools/manager.py:561
+#: ../plugins/externaltools/tools/manager.py:882
+#| msgid "Blinking text"
+msgid "Plain Text"
+msgstr "Rein tekst"
+
+#: ../gedit/gedit-window.c:1047
+msgid "Disable syntax highlighting"
+msgstr "Slå av syntaksmerking"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1364
+#, c-format
+msgid "Open '%s'"
+msgstr "Opna «%s»"
+
+#: ../gedit/gedit-window.c:1488
+msgid "Open a recently used file"
+msgstr "Opna ei nyleg brukt fil"
+
+#: ../gedit/gedit-window.c:1494
+msgid "Open"
+msgstr "Opna"
+
+#: ../gedit/gedit-window.c:1551
+msgid "Save"
+msgstr "Lagra"
+
+#: ../gedit/gedit-window.c:1553
+msgid "Print"
+msgstr "Skriv ut"
+
+#: ../gedit/gedit-window.c:1555
+msgid "Find"
+msgstr "Finn"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1720
+#, c-format
+#| msgid "Activate %s"
+msgid "Activate '%s'"
+msgstr "Bruk «%s»"
+
+#: ../gedit/gedit-window.c:2077
+#| msgid "Insert spaces"
+msgid "Use Spaces"
+msgstr "Bruk mellomrom"
+
+# TRN: Feilmeld: Bruk 'tabulators' i staden for 'tabs'?
+#: ../gedit/gedit-window.c:2150
+#| msgid "_Tab width:"
+msgid "Tab Width"
+msgstr "Breidde på tabulatorar"
+
+#: ../gedit/gedit-window.c:2259
+msgid "Bracket match is out of range"
+msgstr ""
+
+#: ../gedit/gedit-window.c:2264
+msgid "Bracket match not found"
+msgstr ""
+
+#: ../gedit/gedit-window.c:2269
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Endra store/små bokstavar"
+
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Endrar store og små bokstavar i den merka teksten."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:242
+msgid "C_hange Case"
+msgstr "_Endra store/små bokstavar"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:243
+msgid "All _Upper Case"
+msgstr "Berre _store bokstavar"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:244
+msgid "Change selected text to upper case"
+msgstr "Endra merka tekst til store bokstavar"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:246
+msgid "All _Lower Case"
+msgstr "Berre s_må bokstavar"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:247
+msgid "Change selected text to lower case"
+msgstr "Endra merka tekst til små bokstavar"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:249
+msgid "_Invert Case"
+msgstr "B_yt om store/små bokstavar"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:250
+msgid "Invert the case of selected text"
+msgstr "Byt om store/små bokstavar i den merka teksten"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:252
+msgid "_Title Case"
+msgstr "Engelsk _tittelbokstavering"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:253
+msgid "Capitalize the first letter of each selected word"
+msgstr "Lag stor forbokstav i kvart ord i den merka teksten"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+#| msgid "Checked (state)"
+msgid "Check update"
+msgstr "Sjå etter oppdatering"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Sjå etter siste versjon av gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:257
+#| msgid "There was an error displaying help."
+msgid "There was an error displaying the URI."
+msgstr "Det oppstod ein feil under vising av adressa."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:294
+msgid "_Download"
+msgstr "_Last ned"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:302
+#| msgid "_Ignore case"
+msgid "_Ignore Version"
+msgstr "_Ignorer versjon"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:317
+#| msgid "Revert to a saved version of the file"
+msgid "There is a new version of gedit"
+msgstr "Det er ein ny versjon av gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:321
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Du kan lasta ned den nye versjonen av gedit ved å trykkja på «Last ned»-"
+"knappen eller hoppa over denne versjonen og venta på ein ny"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr ""
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Dokumentstatistikk"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Analyserer det opne dokumentet og finn talet på ord, linjer, teikn og ikkje-"
+"skiljande teikn."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:427
+msgid "_Document Statistics"
+msgstr "_Dokumentstatistikk"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:429
+#| msgid "Get statistic info on current document"
+msgid "Get statistical information on the current document"
+msgstr "Vis statistikk om det noverdande dokumentet"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:2
+msgid "_Update"
+msgstr "_Oppdater"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:3
+#| msgid "Name"
+msgid "File Name"
+msgstr "Filnamn"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:4
+#: ../plugins/externaltools/tools/tools.ui.h:27
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid " "
+msgstr " "
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:5
+msgid "Document"
+msgstr "Dokument"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:6
+msgid "Selection"
+msgstr "Merka område"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:7
+msgid "Lines"
+msgstr "Linjer"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:8
+msgid "Words"
+msgstr "Ord"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:9
+msgid "Characters (with spaces)"
+msgstr "Teikn (med mellomrom)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:10
+msgid "Characters (no spaces)"
+msgstr "Teikn (ingen mellomrom)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:11
+msgid "Bytes"
+msgstr "Byte"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+#| msgid "Bold"
+msgid "Build"
+msgstr "Bygg"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+#| msgid "Run “make” in the document dir"
+msgid "Run \"make\" in the document directory"
+msgstr "Køyr «make» i dokumentmappa"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+#| msgid "_Open terminal here"
+msgid "Open terminal here"
+msgstr "Opna terminal her"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+#| msgid "Open a terminal at the currently opened directory"
+msgid "Open a terminal in the document location"
+msgstr "Opna ein terminal i der dokumentet er"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+#| msgid "R_emove duplicates"
+msgid "Remove trailing spaces"
+msgstr "Fj_ern ekstra mellomrom"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Fjern ubrukelege ekstra mellomrom i fila di"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Køyr kommando"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Køyr ein sjølvvald kommando og putt utdataen i eit nytt dokument"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Eksterne verktøy"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Køyr eksterne kommandoar og skalskript."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "Om systemskrifttypen skal brukast"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+
+#: ../plugins/externaltools/tools/capture.py:92
+#, python-format
+#| msgid "Could not revert the file %s."
+msgid "Could not execute command: %s"
+msgstr "Klarte ikkje å køyra kommando: %s"
+
+#: ../plugins/externaltools/tools/functions.py:159
+msgid "You must be inside a word to run this command"
+msgstr "Du må stå i eit ord for å køyra denne kommandoen"
+
+#: ../plugins/externaltools/tools/functions.py:265
+msgid "Running tool:"
+msgstr "Køyrer verktøy:"
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Done."
+msgstr "Ferdig."
+
+#: ../plugins/externaltools/tools/functions.py:296
+msgid "Exited"
+msgstr "Avslutta"
+
+#: ../plugins/externaltools/tools/manager.py:144
+#| msgid "Languages"
+msgid "All languages"
+msgstr "Alle språk"
+
+#: ../plugins/externaltools/tools/manager.py:550
+#: ../plugins/externaltools/tools/manager.py:554
+#: ../plugins/externaltools/tools/manager.py:880
+#: ../plugins/externaltools/tools/tools.ui.h:28
+#| msgid "Languages"
+msgid "All Languages"
+msgstr "Alle språk"
+
+#: ../plugins/externaltools/tools/manager.py:667
+msgid "New tool"
+msgstr "Nytt verktøy"
+
+#: ../plugins/externaltools/tools/manager.py:798
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Denne snarvegstasten er alt bunden til %s"
+
+#: ../plugins/externaltools/tools/manager.py:842
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Trykk ny snarvegstast, eller «Rettetast» for å fjerna"
+
+#: ../plugins/externaltools/tools/manager.py:844
+msgid "Type a new accelerator"
+msgstr "Trykk ny snarvegstast"
+
+#: ../plugins/externaltools/tools/outputpanel.py:120
+msgid "Stopped."
+msgstr "Stoppa."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "All documents"
+msgstr "Alle dokumenta"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents except untitled ones"
+msgstr "Alle dokumenta unnteke dei utan namn"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "Local files only"
+msgstr "Berre lokale filer"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Remote files only"
+msgstr "Berre eksterne filer"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Untitled documents only"
+msgstr "Berre dokument utan namn"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Nothing"
+msgstr "Inkje"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "Noverande dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current selection"
+msgstr "Noverande merking"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+#| msgid "Current selection"
+msgid "Current selection (default to document)"
+msgstr "Noverande merking (standard til dokument)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current line"
+msgstr "Noverande linje"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "Noverande ord"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+#| msgid "Display Line Numbers"
+msgid "Display in bottom pane"
+msgstr "Vis i botnpanelet"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Create new document"
+msgstr "Lag nytt dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Append to current document"
+msgstr "Legg til i noverande dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Replace current document"
+msgstr "Erstatt noverande dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current selection"
+msgstr "Erstatt noverande merking"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Insert at cursor position"
+msgstr "Set inn ved markøren"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Manage External Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "_Tools:"
+msgstr "_Verktøy:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+#| msgid "_Edit"
+msgid "_Edit:"
+msgstr "R_ediger:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Applicability:"
+msgstr "_Bruksområde:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Output:"
+msgstr "_Utdata:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "_Input:"
+msgstr "_Inndata:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:32
+msgid "_Save:"
+msgstr "_Lagra:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:33
+msgid "Shortcut _Key:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:179
+#| msgid "_External Tools..."
+msgid "Manage _External Tools..."
+msgstr "Handsam _eksterne verktøy …"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:180
+msgid "Opens the External Tools Manager"
+msgstr "Opnar handsamaren for eksterne verktøy"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:183
+#| msgid "External Tools"
+msgid "External _Tools"
+msgstr "Eksterne verk_tøy"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:184
+#| msgid "External Tools"
+msgid "External tools"
+msgstr "Eksterne verktøy"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:218
+msgid "Shell Output"
+msgstr "Skalutdata"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:239
+#| msgid "File: %s"
+msgid "File System"
+msgstr "Filsystem"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:558
+msgid "_Set root to active document"
+msgstr "_Sett rot til aktivt dokument"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:560
+msgid "Set the root to the active document location"
+msgstr "Sett rota til plasseringa til det aktive dokumentet"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:565
+msgid "_Open terminal here"
+msgstr "_Opna terminal her"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:567
+msgid "Open a terminal at the currently opened directory"
+msgstr "Opna ein terminal i den aktive katalogen"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:705
+msgid "File Browser"
+msgstr "Filvisar"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:848
+msgid "An error occurred while creating a new directory"
+msgstr "Ein feil oppstod under oppretting av ein ny katalog"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:851
+msgid "An error occurred while creating a new file"
+msgstr "Ein feil oppstod under oppretting av ny fil"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:854
+msgid "An error occurred while renaming a file or directory"
+msgstr "Ein feil oppstod under namnebytte på ei fil eller ein katalog"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:857
+msgid "An error occurred while deleting a file or directory"
+msgstr "Ein feil oppstod under sletting av ei fil eller ein katalog"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:860
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Ein feil oppstod under opning av ei mappe i filhandsamaren"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:863
+msgid "An error occurred while setting a root directory"
+msgstr "Ein feil oppstod under val av rotkatalog"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:866
+msgid "An error occurred while loading a directory"
+msgstr "Ein feil oppstod under lasting av ein katalog"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:869
+msgid "An error occurred"
+msgstr "Ein feil oppstod"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1085
+#| msgid ""
+#| "Cannot move file to trash, do you\n"
+#| "want to delete immediately?"
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Klarte ikkje å flytta fila til papirkorga.\n"
+"Vil du sletta henne for godt?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1090
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "Fila «%s» kan ikkje flyttast til papirkorga."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1095
+#| msgid "The file \"%s\" cannot be moved to the trash."
+msgid "The selected files cannot be moved to the trash."
+msgstr "Dei valde filene kan ikkje flyttast til papirkorga."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1127
+#, c-format
+#| msgid ""
+#| "Are you sure you want to\n"
+#| "permanently delete \"%s\"?"
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Er du sikker på at du vil sletta «%s» for godt?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1132
+#| msgid ""
+#| "Are you sure you want to\n"
+#| "permanently delete \"%s\"?"
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Er du sikker på at du vil sletta dei valde filene for godt?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1135
+#| msgid "If you delete an item it is permanently lost."
+msgid "If you delete an item, it is permanently lost."
+msgstr "Dersom du slettar eit element vil det gå tapt for godt."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1722
+#| msgid "Empty"
+msgid "(Empty)"
+msgstr "(Tomt)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3467
+#| msgid ""
+#| "The new file is currently filtered out. You need to adjust your filter "
+#| "settings to make the file visible"
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Fila med nytt namn er filtrert bort. Du må justera filterinnstillingane dine "
+"for å gjera fila synleg"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3711
+msgid "file"
+msgstr "fil"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3739
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Den nye fila er filtrert vekk. Du må justera filterinnstillingane dine for å "
+"gjera fila synleg"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3770
+msgid "directory"
+msgstr "mappe"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3795
+#| msgid ""
+#| "The new file is currently filtered out. You need to adjust your filter "
+#| "settings to make the file visible"
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Den nye mappa er filtrert bort. Du må justera filterinnstillingane dine for "
+"å gjera henne synleg"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:733
+msgid "Bookmarks"
+msgstr "Bokmerke"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+#| msgid "_File"
+msgid "_Filter"
+msgstr "_Filter"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:826
+#| msgid "_Move To Trash"
+msgid "_Move to Trash"
+msgstr "_Flytt til papirkorga"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+#| msgid "Move selected file or directory to trash"
+msgid "Move selected file or folder to trash"
+msgstr "Flytt den valde fila eller mappa til papirkorga"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:829
+msgid "_Delete"
+msgstr "_Slett"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:830
+#| msgid "Delete selected file or directory"
+msgid "Delete selected file or folder"
+msgstr "Slett den valde fila eller mappa"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:837
+#| msgid "Indent selected lines"
+msgid "Open selected file"
+msgstr "Opna vald fil"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:843
+msgid "Up"
+msgstr "Opp"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:844
+msgid "Open the parent folder"
+msgstr "Opna foreldermappe"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:849
+#| msgid "New F_ile"
+msgid "_New Folder"
+msgstr "_Ny mappe"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:850
+#| msgid "Add new empty file"
+msgid "Add new empty folder"
+msgstr "Lag ny tom mappe"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:852
+msgid "New F_ile"
+msgstr "Ny f_il"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:853
+msgid "Add new empty file"
+msgstr "Lag ny tom fil"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:858
+msgid "_Rename"
+msgstr "_Gje nytt namn"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:859
+#| msgid "Rename selected file or directory"
+msgid "Rename selected file or folder"
+msgstr "Gje den valde fila eller mappe nytt namn"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:865
+msgid "_Previous Location"
+msgstr "_Førre stad"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:867
+msgid "Go to the previous visited location"
+msgstr "Gå til den førre vitja staden"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+msgid "_Next Location"
+msgstr "_Neste stad"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:870
+msgid "Go to the next visited location"
+msgstr "Gå til den neste vitja staden"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:871
+msgid "Re_fresh View"
+msgstr "_Oppdater framsyning"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:872
+msgid "Refresh the view"
+msgstr "Oppdater framsyninga"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:873
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:891
+msgid "_View Folder"
+msgstr "_Vis mappe"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:874
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:892
+#| msgid "View directory in file manager"
+msgid "View folder in file manager"
+msgstr "Vis mappa i filhandsamaren"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:881
+msgid "Show _Hidden"
+msgstr "Vis _gøymte"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:882
+#| msgid "Show hidden files and directories"
+msgid "Show hidden files and folders"
+msgstr "Vis gøymte filer og mapper"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:884
+msgid "Show _Binary"
+msgstr "Vis _binære"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:885
+msgid "Show binary files"
+msgstr "Vis binære filer"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1202
+msgid "Match Filename"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2004
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Inkje monteringsobjekt for montert lagringseining: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2081
+#, c-format
+#| msgid "Could not open the file %s."
+msgid "Could not open media: %s"
+msgstr "Klarte ikkje å opna media: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2128
+#, c-format
+#| msgid "Could not open the file %s."
+msgid "Could not mount volume: %s"
+msgstr "Klarte ikkje å montera lagringspunkt: %s"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "Opna med treframsyning"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Opna treframsyninga når filvisaren vert lasta, i staden for "
+"bokmerkeframsyninga"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Filvisar, rotkatalog"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Rotkatalog å bruka i filvisaren når filvisaren vert lasta og "
+"onload/tree_view er TRUE."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Filvisar, virtuell rotkatalog"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Virtuell rotkatalog å bruka i filvisaren når filvisaren vert lasta og "
+"onload/tree_view er TRUE. Den virtuelle rotkatalogen må alltid vera under "
+"den verkelege rota."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Tillat gjenopprettingar av eksterne plasseringar"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Om eksterne plasseringar skal gjenopprettast."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+#| msgid "Set Location To First Document"
+msgid "Set Location to First Document"
+msgstr "Sett plassering til første dokument"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+#| msgid ""
+#| "If TRUE the file browser plugin will view the directory of the first "
+#| "opened document given that the file browser hasn't been used yet. (Thus "
+#| "this generally applies to opening a document from the command line or "
+#| "opening it with nautilus etc)"
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Dersom set til TRUE, vil filvisartillegget visa katalogen til det først opna "
+"dokumentet når filvisaren ikkje har vore brukt før. (Så dette gjeld stort "
+"sett når eit dokument vert opna frå kommandolinja eller med Nautilus eller "
+"tilsvarande.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Filvisar, filtermodus"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Filvisar, filtermønster"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Filtermønsteret filvisaren skal filtrera etter. Dette filteret virkar oppå "
+"filter_mode."
+
+# TRN: Andre del av "Print every <box> lines".
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Moduslinjer"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs-, Kate- og Vim-type moduslinjestøtte for gedit."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+#| msgid "_Background color:"
+msgid "C_ommand color:"
+msgstr "K_ommandofarge:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+#| msgid "_Background color:"
+msgid "_Error color:"
+msgstr "_Feilfarge:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:52
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python-konsoll"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+#| msgid "Interactive python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Interaktiv Python-konsoll som står i botnpanelet"
+
+#: ../plugins/quickopen/quickopen/__init__.py:71
+msgid "Quick open"
+msgstr "Snøgg opning"
+
+#: ../plugins/quickopen/quickopen/__init__.py:72
+#| msgid "Close document"
+msgid "Quickly open documents"
+msgstr "Opna dokument snøgt"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:31
+msgid "Quick Open"
+msgstr "Snøgg opning"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+#| msgid "Save all open files"
+msgid "Quickly open files"
+msgstr "Opna filer snøgt"
+
+#: ../plugins/quickopen/quickopen/popup.py:72
+msgid "Type to search..."
+msgstr "Skriv inn for å søkja …"
+
+#. ex:ts=8:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Snuttar"
+
+#: ../plugins/snippets/snippets/exporter.py:82
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr ""
+
+#: ../plugins/snippets/snippets/exporter.py:99
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/exporter.py:102
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:43
+msgid "Snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:63
+msgid "Add a new snippet..."
+msgstr "Legg til ny snutt ..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "Global"
+
+#: ../plugins/snippets/snippets/manager.py:400
+#| msgid "Delete the selected text"
+msgid "Revert selected snippet"
+msgstr "Forkast vald tekstblokk"
+
+#: ../plugins/snippets/snippets/manager.py:403
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+#| msgid "Delete the selected text"
+msgid "Delete selected snippet"
+msgstr "Slett den merka snutten"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:663
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain letters or a "
+"single (non-alphanumeric) character like: {, [, etc."
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:670
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:759
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Følgjande feil oppstod ved import: %s"
+
+#: ../plugins/snippets/snippets/manager.py:766
+msgid "Import successfully completed"
+msgstr "Import fullført utan feil"
+
+#: ../plugins/snippets/snippets/manager.py:780
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+#| msgid "_Edit snippet:"
+msgid "Import snippets"
+msgstr "Importer snuttar"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "All supported archives"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/manager.py:873
+#: ../plugins/snippets/snippets/manager.py:936
+msgid "Bzip2 compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:788
+msgid "Single snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:875
+#: ../plugins/snippets/snippets/manager.py:938
+msgid "All files"
+msgstr "Alle filer"
+
+#: ../plugins/snippets/snippets/manager.py:801
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:805
+msgid "Export successfully completed"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:845
+#: ../plugins/snippets/snippets/manager.py:912
+msgid ""
+"Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:860
+#: ../plugins/snippets/snippets/manager.py:930
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:865
+#: ../plugins/snippets/snippets/manager.py:903
+msgid "Export snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:1044
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:1046
+msgid "Type a new shortcut"
+msgstr ""
+
+#: ../plugins/snippets/snippets/placeholder.py:602
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/placeholder.py:610
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+#| msgid "Insert often used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Set inn ofte brukte delar av tekst på ein snøgg måte"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "_Snippets:"
+msgstr "_Snuttar:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+#| msgid "Create new document"
+msgid "Create new snippet"
+msgstr "Lag ny snutt"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Add Snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Remove Snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Import Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#| msgid "Indent selected lines"
+msgid "Export selected snippets"
+msgstr "Eksporter merka snuttar"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Export Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+#| msgid "<b>Activation</b>"
+msgid "Activation"
+msgstr "Aktivering"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "_Tab trigger:"
+msgstr "_Tab-utløysar:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "S_hortcut key:"
+msgstr "Snøggtast:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:18
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:19
+msgid "_Drop targets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/windowactivatable.py:154
+msgid "Manage _Snippets..."
+msgstr "Handsama _snuttar ..."
+
+#: ../plugins/snippets/snippets/windowactivatable.py:155
+msgid "Manage snippets"
+msgstr "Handsama snuttar"
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr "S_orter..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr "Sorter det noverande dokumentet eller merkinga"
+
+#. ex:ts=8:noet:
+#: ../plugins/sort/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Sorter"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:2
+msgid "_Sort"
+msgstr "_Sorter"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:3
+msgid "_Reverse order"
+msgstr "Omvendt _rekkefølgje"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:4
+msgid "R_emove duplicates"
+msgstr "Fj_ern gjentakingar"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:5
+msgid "_Ignore case"
+msgstr "Ikkje _skil mellom store og små bokstavar"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:6
+msgid "S_tart at column:"
+msgstr "S_tart i kolonne nr:"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:7
+msgid "You cannot undo a sort operation"
+msgstr "Du kan ikkje angra ei sortering"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Sorterer eit dokument eller merka område."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:444
+msgid "(no suggested words)"
+msgstr "(ingen framlegg til ord)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "_Meir ..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "_Oversjå alle"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "_Legg til"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "_Staveframlegg ..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:264
+msgid "Check Spelling"
+msgstr "Køyr stavekontroll"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:275
+msgid "Suggestions"
+msgstr "Framlegg"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:551
+msgid "(correct spelling)"
+msgstr "(rett staving)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:692
+msgid "Completed spell checking"
+msgstr "Stavekontroll ferdig"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:378
+#: ../plugins/spell/gedit-spell-checker-language.c:384
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:393
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Ukjend (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:499
+msgctxt "language"
+msgid "Default"
+msgstr "Standard"
+
+#. ex:ts=8:noet:
+#: ../plugins/spell/gedit-spell-language-dialog.c:140
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Set language"
+msgstr "Vel språk"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:182
+msgid "Languages"
+msgstr "Språk"
+
+#: ../plugins/spell/gedit-spell-plugin.c:107
+msgid "_Check Spelling..."
+msgstr "_Kontroller staving …"
+
+#: ../plugins/spell/gedit-spell-plugin.c:109
+msgid "Check the current document for incorrect spelling"
+msgstr "Kontroller om det noverande dokumentet er rett stava"
+
+#: ../plugins/spell/gedit-spell-plugin.c:115
+msgid "Set _Language..."
+msgstr "Vel _språk ..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:117
+msgid "Set the language of the current document"
+msgstr "Vel språket i det noverande dokumentet"
+
+#: ../plugins/spell/gedit-spell-plugin.c:126
+msgid "_Highlight Misspelled Words"
+msgstr "_Uthev feilstava ord"
+
+#: ../plugins/spell/gedit-spell-plugin.c:128
+msgid "Automatically spell-check the current document"
+msgstr "Stavekontroller det noverande dokumentet automatisk"
+
+#: ../plugins/spell/gedit-spell-plugin.c:810
+msgid "The document is empty."
+msgstr "Dokumentet er tomt."
+
+#: ../plugins/spell/gedit-spell-plugin.c:835
+msgid "No misspelled words"
+msgstr "Ingen feilstava ord"
+
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Select the _language of the current document."
+msgstr "Ve_l språket i det noverande dokumentet."
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "Kontroller staving"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "Feilstava ord:"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "word"
+msgstr "ord"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "Endra _til:"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "Kontroller_ord"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "_Framlegg:"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "_Oversjå"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "E_ndra"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "Oversjå _alle"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "Endra a_lle"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "Brukarordbok:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "Legg til _ord"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "Language:"
+msgstr "Språk:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "Language"
+msgstr "Språk"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Stavekontroll"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Kontrollerer stavinga til det aktive dokumentet."
+
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Sett inn dato og tid"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "Use the _selected format"
+msgstr "Bruk vald _format"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "_Use custom format"
+msgstr "Br_uk sjølvvald format"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y %H.%M.%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2009 17.52.00"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "Sett _inn"
+
+#: ../plugins/time/gedit-time-plugin.c:188
+msgid "In_sert Date and Time..."
+msgstr "_Sett inn dato/tid ..."
+
+#: ../plugins/time/gedit-time-plugin.c:190
+msgid "Insert current date and time at the cursor position"
+msgstr "Sett inn dato og tid på markørplassen"
+
+#: ../plugins/time/gedit-time-plugin.c:537
+msgid "Available formats"
+msgstr "Tilgjengelige format"
+
+#. ex:ts=8:noet:
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Still inn dato/tid-tillegg"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+msgid "When inserting date/time..."
+msgstr "Ved innsetjing av dato/klokkeslett …"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "_Prompt for a format"
+msgstr "S_pør etter eit format"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "Valt format"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "Sjølvvalt format"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Sett inn dato/tid"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Set inn dagens tid og dato på markørplassen."
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:1
+msgid "Zeitgeist dataprovider"
+msgstr ""
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:2
+msgid "Logs access and leave event for documents used with gedit"
+msgstr ""
+
+#~ msgid "Go to next location"
+#~ msgstr "Gå til neste stad"
+
+#~ msgid "Previous location"
+#~ msgstr "Førre stad"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Gå til ein tidlegare opna stad"
+
+#~ msgid "Next location"
+#~ msgstr "Neste stad"
+
+#~ msgid "Go to previous location"
+#~ msgstr "Gå til førre stad"
+
+#~| msgid "_Add"
+#~ msgid "_Add..."
+#~ msgstr "_Legg til …"
+
+#~ msgid "_Shortcut Key:"
+#~ msgstr "_Snøggtast:"
+
+#~| msgid "_Match case"
+#~ msgid "_Match Filename"
+#~ msgstr "_Treff på filnamn"
diff --git a/po/oc.po b/po/oc.po
new file mode 100644
index 0000000..1bf114f
--- /dev/null
+++ b/po/oc.po
@@ -0,0 +1,4505 @@
+# Occitan translation of gedit.
+# Copyright (C) 1998-2014 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>, 2007.
+# Cédric Valmary (totenoc.eu) <cvalmary@yahoo.fr>, 2015, 2016, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit HEAD\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2018-06-01 08:44+0000\n"
+"PO-Revision-Date: 2018-06-26 14:58+0200\n"
+"Last-Translator: Cédric Valmary (totenoc.eu) <cvalmary@yahoo.fr>\n"
+"Language-Team: Tot En Òc\n"
+"Language: oc\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Virtaal 0.7.1\n"
+"X-Launchpad-Export-Date: 2016-04-08 07:28+0000\n"
+"X-Project-Style: gnome\n"
+
+# Utilisation de l’infinitif sus les infobulles del Bureau
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "Editar de fichièrs tèxte"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit es l'editor de tèxte oficial de l'environament de burèu GNOME. Tot en "
+"visant simplicitat e facilitat d'utilizacion, gedit es un poderós editor de "
+"tèxte d'usatge general."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Qu'escriguèssetz lo prochèn best-seller, la programacion d'una aplicacion "
+"innovanta, o que cerquèssetz simplament a prene qualques nòtas rapidas, "
+"gedit serà una aisina fisabla per acomplir vòstre prètzfait."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:4
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"Son sistèma d'empeutons flexibles vos permet d'adaptar l'aplicacion a "
+"vòstres besonhs e a vòstre biais de trabalhar."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Editor de tèxte"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+#| msgid "Text Editor"
+msgid "gedit Text Editor"
+msgstr "Editor de tèxte gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "Tèxte;Editor;Tèxte brut;Escriure;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+#| msgid "_New Window"
+msgid "New Window"
+msgstr "Novèla fenèstra"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+#| msgid "N_ext Document"
+msgid "New Document"
+msgstr "Novèl document"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "Utilizar la poliça per defaut"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then "
+#| "the font named in the \"Editor Font\" option will be used instead of the "
+#| "system font."
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Indica se cal utilizar la poliça de chassa fixa per defaut del sistèma "
+"per l’edicion de tèxte a la plaça d’una poliça especifica a gedit. Se aquesta "
+"opcion es desactivada, alara la poliça causida dins l’opcion « Poliça de l’"
+"editor » serà utilizada a la plaça de la poliça del sistèma."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:5
+msgid "Editor Font"
+msgstr "Poliça de l'editor"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+#| 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."
+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 ""
+"La poliça personalizada que serà utilizada dins la zòna d’edicion. Aquò s’"
+"aplica pas que se l’opcion « Utilizar la poliça per defaut » es desactivada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "Style Scheme"
+msgstr "Jòc d'estils"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"L'identificant d'un jòc d'estils GtkSourceView utilizat per la coloracion "
+"sintaxica del tèxte."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Create Backup Copies"
+msgstr "Crear de còpias de salvament"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Indica se gedit deu crear de còpias de salvament dels fichièrs qu'"
+"enregistra."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid "Autosave"
+msgstr "Enregistrament automatic"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+#| msgid ""
+#| "Whether gedit should automatically save modified files after a time "
+#| "interval. You can set the time interval with the \"Autosave Interval\" "
+#| "option."
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Indica se gedit deu activar l’enregistrament automatic dels fichièrs "
+"modificats aprèp un certan interval de temps. Podètz definir l’"
+"interval de temps amb l’opcion « Interval de l’enregistrament "
+"automatic »."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid "Autosave Interval"
+msgstr "Interval per l'enregistrament automatic"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+#| msgid ""
+#| "Number of minutes after which gedit will automatically save modified "
+#| "files. This will only take effect if the \"Autosave\" option is turned on."
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Nombre de minutas aprèp las qualas gedit enregistra automaticament los "
+"fichièrs modificats. Aquò s’aplica pas que se l’opcion « Enregistrament "
+"automatic » es activada."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid "Maximum Number of Undo Actions"
+msgstr "Nombre maximum d'anullacions possiblas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+#| msgid ""
+#| "Maximum number of actions that gedit will be able to undo or redo. Use "
+#| "\"-1\" for unlimited number of actions."
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Nombre maximum d’accions que gedit serà en mesura d’anullar o de "
+"reïntegrar. Indicatz « -1 » se volètz pas indicar cap de limit."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+msgid "Line Wrapping Mode"
+msgstr "Mòde retorn a la linha"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+#| 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."
+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 ""
+"Indica cossí separar las longas linhas dins la zòna d’edicion. Utilizatz «"
+" none » per las separar pas, « word » per separar a la fin d’un mot e «"
+" char » per separar a quin caractèr que siá. Notatz qu'aquelas valors son "
+"sensiblas a la cassa, fasètz en sòrta qu’aparescan exactament coma "
+"mencionadas aicí."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Darrièra causida de mòde de scission de las linhas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+#| msgid ""
+#| "Specifies the last split mode used with line wrapping mode, so that when "
+#| "wrapping mode is off we still remember the split mode choice. Use \"word"
+#| "\" for wrapping at word boundaries, and \"char\" for wrapping at "
+#| "individual character boundaries."
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Definís la darrièra causida de mòde de scission de las linhas, per que aqueste mòde "
+"siá gardat en memòria quitament quand aquesta foncion es desactivada. Utilizatz « "
+"word » per separar a la fin d’un mot e « char » per separar a "
+"quin caractèr que siá."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid "Tab Size"
+msgstr "Talha de la tabulacion"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Definís lo nombre d'espacis que deurián èsser afichats a la plaça dels "
+"caractèrs de tabulacion."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Insert spaces"
+msgstr "Inserir d'espacis"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Indica se gedit deu inserir d'espacis a la plaça de las tabulacions."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Automatic indent"
+msgstr "Indentacion automatica"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Indica se gedit deu activar l'indentacion automatica."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Display Line Numbers"
+msgstr "Afichar los numèros de linha"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Indica se gedit deu afichar los numèros de linhas dins la zòna d'edicion."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Highlight Current Line"
+msgstr "Suslinhar la linha actuala"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Whether gedit should highlight the current line."
+msgstr "Indica se gedit deu suslinhar la linha actuala."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Highlight Matching Brackets"
+msgstr "Suslinhar las parentèsis correspondentas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Indica se gedit deu suslinhar las parentèsis correspondentas."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Display Right Margin"
+msgstr "Afichar lo marge de dreita"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Indica se gedit deu afichar lo marge de dreita dins la zòna d'edicion."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Right Margin Position"
+msgstr "Posicion del marge de dreita"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Specifies the position of the right margin."
+msgstr "Indica la posicion del marge de dreita."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Display Overview Map"
+msgstr "Afichar la mapa de la vista d'ensemble"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Whether gedit should display the overview map for the document."
+msgstr ""
+"Indica se gedit deu afichar la mapa de la vista d'ensemble del document."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Document background pattern type"
+msgstr "Tipe del motiu de rèireplan del document"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Whether the document will get a background pattern painted."
+msgstr "Indica se lo document va recebre un motiu de rèireplan pintrat."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Smart Home End"
+msgstr "« Origina » e « Fin » intelligentas"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+#| 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."
+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 ""
+"Indica cossí lo cursor se desplaça quand las tòcas « Origina » e « Fin "
+"» son quichadas. Utilizatz « disabled » (desactivat) per anar totjorn en "
+"començament/fin de linha, « after » (aprèp) per anar en començament/fin de linha lo "
+"primièr còp que las tòcas son quichadas e en començament/fin de tèxte en "
+"ignorant los espacis, lo segond còp que las tòcas son manobradas, « "
+"before » (abans) per anar en començament/fin de tèxte abans de se desplaçar en "
+"començament/fin de linha e « always » (totjorn) per totjorn anar en començament/fin "
+"de tèxte a la plaça de començament/fin de linha."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr "Restablir la precedenta posicion del cursor"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Indica se gedit deu restablir lo precedent emplaçament del cursor quand un "
+"fichièr es cargat."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Enable Syntax Highlighting"
+msgstr "Activar la coloracion sintaxica"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Indica se gedit deu activar la coloracion sintaxica."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Enable Search Highlighting"
+msgstr "Activar la coloracion de recèrca"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Indica se gedit deu suslinhar totas las ocurréncias del tèxte recercat."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid "Ensure Trailing Newline"
+msgstr "Assegurar una novèla linha terminala"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Indica se gedit deu s'assegurar que los documents s'acaban totjorn per una "
+"novèla linha en fin de fichièr."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Toolbar is Visible"
+msgstr "La barra d'aisinas es visibla"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+"Indica se la barra d'aisinas deu èsser visibla dins las fenèstras d'edicion."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid "Notebook Show Tabs Mode"
+msgstr "Mòde d'afichatge dels onglets"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+#| msgid ""
+#| "Specifies when to show the notebook tabs. Use \"never\" to never show the "
+#| "tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs "
+#| "only when there is more than one tab. Note that the values are case-"
+#| "sensitive, so make sure they appear exactly as mentioned here."
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Definís lo mòde d’afichatge dels onglets de fenèstra. Utilizatz « never » per "
+"los afichar pas jamai, « always » per los afichar totjorn e « auto » "
+"per los afichar se n'i a mai d’un. Notatz qu'aquelas valors son "
+"sensiblas a la cassa, asseguratz-vos doncas qu’aparescan exactament "
+"coma indicat çaisús."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid "Status Bar is Visible"
+msgstr "Barra d'estat visibla"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Indica se la barra d'estat aval de las fenèstras d'edicion deu èsser visibla."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Side panel is Visible"
+msgstr "Lo panèl lateral es visible"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Indica se lo panèl lateral a esquèrra de las fenèstras d'edicion deu èsser "
+"visible."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Maximum Recent Files"
+msgstr "Nombre maximum de fichièrs recents"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+#| msgid ""
+#| "Specifies the maximum number of recently opened files that will be "
+#| "displayed in the \"Recent Files\" submenu."
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the “Recent Files” submenu."
+msgstr ""
+"Indica lo nombre maximum de fichièrs dobèrts recentament que seràn afichats "
+"dins lo sosmenú « Fichièrs recents »."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Print Syntax Highlighting"
+msgstr "Imprimir la coloracion sintaxica"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Indica se gedit deu imprimir la coloracion sintaxica al moment de "
+"l'impression dels documents."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Print Header"
+msgstr "Imprimir l'entèsta"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Indica se gedit deu enclure una entèsta de document al moment de "
+"l'impression dels documents."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Printing Line Wrapping Mode"
+msgstr "Imprimir amb lo mòde de retorn a la linha"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+#| 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."
+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 ""
+"Indica cossí separar las longas linhas a l’impression. Utilizatz « none » "
+"per las separar pas, « word » per separar la linha a la fin d’un mot e "
+"« char » per la separar a quin caractèr que siá. Notatz qu'aquelas valors "
+"son sensiblas a la cassa, fasètz en sòrta qu’aparescan exactament "
+"coma mencionadas aicí."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "Print Line Numbers"
+msgstr "Imprimir los numèros de linha"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Se aquesta valor es 0, alara cap de numèro de linha serà pas inserit al "
+"moment de l'impression d'un document. Siquenon, gedit afichara un numèro de "
+"linha a cada x linhas."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Body Font for Printing"
+msgstr "Poliça per l'impression del còs de tèxte"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+#| msgid ""
+#| "Specifies the font to use for a document's body when printing documents."
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Indica la poliça d'utilizar pel còs d’un document al moment de "
+"l’impression."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Header Font for Printing"
+msgstr "Poliça per l'impression de l'entèsta"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+#| 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."
+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 ""
+"Indica la poliça d'utilizar per las entèstas de pagina al moment de l’impression "
+"d’un document. Aquò s’aplicarà pas que se l’opcion « Afichar l’entèsta » "
+"es activada."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Line Number Font for Printing"
+msgstr "Poliça per l'impression dels numèros de linha"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+#| 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."
+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 ""
+"Indica la poliça d'utilizar pels numèros de linha al moment de l’impression. "
+"Aquò s’aplicarà pas que se l’opcion « Afichar los numèros de linha » es "
+"non-nulla."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Left"
+msgstr "Marge d'esquèrra"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The left margin, in millimeters."
+msgstr "Lo marge d'esquèrra, en millimètres."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Top"
+msgstr "Marge superior"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The top margin, in millimeters."
+msgstr "Lo marge d'amont, en millimètres."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Margin Right"
+msgstr "Marge de dreita"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid "The right margin, in millimeters."
+msgstr "Lo marge de dreita, en millimètres."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Margin Bottom"
+msgstr "Marge inferior"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid "The bottom margin, in millimeters."
+msgstr "Lo marge d'aval, en millimètres."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "Candidate Encodings"
+msgstr "Encodatges possibles"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+#| msgid ""
+#| "List of candidate encodings shown in the Character Encoding menu in the "
+#| "open/save file chooser. \"CURRENT\" represents the current locale "
+#| "encoding. Only recognized encodings are used. The default value is the "
+#| "empty list, in which case gedit will choose good defaults depending on "
+#| "the country and language."
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"La lista dels codatges possibles es afichada dins l’onglet Dobrir/Enregistrar "
+"e lo menú Codatge de caractèrs del selector de fichièr. « Locala actuala » "
+"es lo codatge utilizat actualament. Sols los codatges reconeguts son "
+"utilizats. La valor per defaut es una lista voida, e dins aquel cas gedit causís "
+"automaticament la melhora en foncion del país e de la lenga."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid "Active plugins"
+msgstr "Empeutons actius"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+#| msgid ""
+#| "List of active plugins. It contains the \"Location\" of the active "
+#| "plugins. See the .gedit-plugin file for obtaining the \"Location\" of a "
+#| "given plugin."
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr ""
+"Lista dels empeutons actius. Conten l’« emplaçament » dels empeutons "
+"actius. Consultatz lo fichièr .gedit-plugin per obténer l’« emplaçament » "
+"(Location) d’un empeuton donat."
+
+#: ../gedit/gedit-app.c:110
+#| msgid "Show the application's version"
+msgid "Show the application’s version"
+msgstr "Aficha la version de l’aplicacion"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "Aficha la lista de las valors possiblas per l'opcion d'encodatge"
+
+#: ../gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Definís l'encodatge de caractèrs d'utilizar per dobrir los fichièrs listats "
+"dins la linha de comanda"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "CODATGE"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Crèa una novèla fenèstra de primièr nivèl dins una instància existenta de "
+"gedit"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Crèa un novèl document en utilizant una instància existenta de gedit"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr ""
+"Dobrís los fichièrs e blòca lo processus fins a la tampadura dels fichièrs"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "Executa gedit en mòde autonòm"
+
+#: ../gedit/gedit-app.c:158
+#| msgid "[FILE...] [+LINE[:COLUMN]]"
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FICHIÈR…] [+LINHA[:COLOMNA]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "Una error s'es produita al moment de l'afichatge de l'ajuda."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s : encodatge pas valid."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "_Tampar sens enregistrar"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:45
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:912
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "A_nullar"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "Enregistrar _jos…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:875
+#: ../plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Enregistrar"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld second will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld seconds will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi una segonda "
+"seràn definitivament perdudas."
+msgstr[1] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi %ld segondas "
+"seràn definitivament perdudas."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+#| msgid ""
+#| "If you don't save, changes from the last minute will be permanently lost."
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi una minuta "
+"seràn definitivament perdudas."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format, c-format
+#| msgid ""
+#| "If you don't save, changes from the last minute and %ld second will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last minute and %ld seconds will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi una minuta e "
+"une segonda seràn definitivament perdudas."
+msgstr[1] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi una minuta e "
+"%ld segondas seràn definitivament perdudas."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %ld minute will be permanently "
+#| "lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %ld minutes will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi una minuta "
+"seràn definitivament perdudas."
+msgstr[1] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi %ld minutas "
+"seràn definitivament perdudas."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+#| msgid ""
+#| "If you don't save, changes from the last hour will be permanently lost."
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi una ora "
+"seràn definitivament perdudas."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format, c-format
+#| msgid ""
+#| "If you don't save, changes from the last hour and %d minute will be "
+#| "permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last hour and %d minutes will be "
+#| "permanently lost."
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi una ora e "
+"una minuta seràn definitivament perdudas."
+msgstr[1] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi una ora e %"
+"d minutas seràn definitivament perdudas."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format, c-format
+#| msgid ""
+#| "If you don't save, changes from the last %d hour will be permanently lost."
+#| msgid_plural ""
+#| "If you don't save, changes from the last %d hours will be permanently "
+#| "lost."
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi una ora "
+"seràn definitivament perdudas."
+msgstr[1] ""
+"Se enregistratz pas, las modificacions efectuadas dempuèi %d oras "
+"seràn definitivament perdudas."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr ""
+"Las modificacions efectuadas al document « %s » seràn definitivament "
+"perdudas."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr ""
+"Volètz enregistrar las modificacions del document « %s » abans de lo tampar ?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "L'enregistrament es estat desactivat per l'administrator sistèma."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Las modificacions del document seràn definitivament perdudas."
+msgstr[1] "Las modificacions de %d documents seràn definitivament perdudas."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"I a un document amb de modificacions non enregistradas. Volètz enregistrar "
+"las modificacions abans de tampar ?"
+msgstr[1] ""
+"I a %d documents amb de modificacions non enregistradas. Volètz enregistrar "
+"las modificacions abans de tampar ?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "_Documents amb de modificacions non enregistradas :"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "_Seleccionatz los documents que volètz enregistrar :"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+#| msgid "If you don't save, all your changes will be permanently lost."
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+"Se enregistratz pas, totas vòstras modificacions seràn definitivament "
+"perdudas."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format, c-format
+#| msgid "Loading file '%s'…"
+msgid "Loading file “%s”…"
+msgstr "Cargament del fichièr « %s »…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Cargament d'un fichièr…"
+msgstr[1] "Cargament de %d fichièrs..."
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+#| msgid "Open"
+msgctxt "window title"
+msgid "Open"
+msgstr "Dobrir"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:46
+#: ../plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Dobrir"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format, c-format
+#| msgid "The file \"%s\" is read-only."
+msgid "The file “%s” is read-only."
+msgstr "Lo fichièr « %s » es en lectura sola."
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Lo volètz remplaçar per lo qu'ensajatz d'enregistrar ?"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "R_emplaçar"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Enregistrar lo fichièr en lo compressant ?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "Enregistrar lo fichièr en tèxte brut ?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format, c-format
+#| msgid ""
+#| "The file \"%s\" was previously saved as plain text and will now be saved "
+#| "using compression."
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Lo fichièr « %s » èra estat precedentament enregistrat en tèxte brut ; serà "
+"ara enregistrat en utilizant la compression."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "Enregi_strar amb compression"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format, c-format
+#| msgid ""
+#| "The file \"%s\" was previously saved using compression and will now be "
+#| "saved as plain text."
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Lo fichièr « %s » èra estat precedentament enregistrat en utilizant la "
+"compression ; serà ara enregistrat en tèxte brut."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "Enregi_strar en tèxte brut"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format, c-format
+#| msgid "Saving file '%s'…"
+msgid "Saving file “%s”…"
+msgstr "Enregistrament del fichièr « %s »…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Enregistrar jos"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format, c-format
+#| msgid "Reverting the document '%s'…"
+msgid "Reverting the document “%s”…"
+msgstr "Recuperacion del document « %s »…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format, c-format
+#| msgid "Revert unsaved changes to document '%s'?"
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Anullar las modificacions non enregistradas del document « %s » ?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Las modificacions efectuadas al document dempuèi una segonda seràn "
+"definitivament perdudas."
+msgstr[1] ""
+"Las modificacions efectuadas al document dempuèi %ld segondas seràn "
+"definitivament perdudas."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Las modificacions efectuadas al document dempuèi una minuta seràn "
+"definitivament perdudas."
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Las modificacions efectuadas al document dempuèi una minuta e una segonda "
+"seràn definitivament perdudas."
+msgstr[1] ""
+"Las modificacions efectuadas al document dempuèi una minuta e %ld segondas "
+"seràn definitivament perdudas."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Las modificacions efectuadas al document dempuèi una minuta seràn "
+"definitivament perdudas."
+msgstr[1] ""
+"Las modificacions efectuadas al document dempuèi %ld minutas seràn "
+"definitivament perdudas."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Las modificacions apportées al document durant la darrièra ora seràn "
+"definitivament perdudas."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Las modificacions efectuadas al document dempuèi una ora e una minuta seràn "
+"definitivament perdudas."
+msgstr[1] ""
+"Las modificacions efectuadas al document dempuèi una ora e %d minutas seràn "
+"definitivament perdudas."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Las modificacions efectuadas al document pendent la darrièra ora seràn "
+"definitivament perdudas."
+msgstr[1] ""
+"Las modificacions efectuadas al document pendent las %d darrièras oras seràn "
+"definitivament perdudas."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "_Restablir"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit es un pichon editor de tèxte, leugièr, pel burèu GNOME"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"Cédric Valmary <cvalmary@yahoo.fr>\n"
+"\n"
+"Launchpad Contributions:\n"
+" Cédric VALMARY (Tot en òc) https://launchpad.net/~cvalmary\n"
+" Moni https://launchpad.net/~monia-allaya\n"
+" Yannig MARCHEGAY (Kokoyaya) https://launchpad.net/~yannick-marchegay\n"
+" bruno https://launchpad.net/~pibol"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Una ocurréncia trobada e remplaçada"
+msgstr[1] "%d ocurréncias trobadas e remplaçadas"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "Una ocurréncia trobada e remplaçada"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format, c-format
+#| msgid "\"%s\" not found"
+msgid "“%s” not found"
+msgstr "« %s » es pas estat trobat"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Document sens nom %d"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grop d'onglet %i"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167 ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Lectura sola"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Detectat automaticament"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+#| msgid "Add or Remove..."
+msgid "Add or Remove…"
+msgstr "Apondre o suprimir…"
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Locala actuala (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Locala actuala)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+#| msgid "Do you really want to reset the character encodings' preferences?"
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+"Sètz segur que volètz reïnicializar las preferéncias de codatge de "
+"caractèrs ?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "_Reïnicializar"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Apondre"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Suprimir"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Passar a una prioritat superiora"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Passar a una prioritat inferiora"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Totes los fichièrs"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "Totes los fichièrs tèxte"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "_Encodatge de caractèrs :"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "Fin de _linha :"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "Encodatge de caractèrs :"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Fin de linha :"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:115
+#: ../plugins/externaltools/tools/manager.py:324
+#: ../plugins/externaltools/tools/manager.py:440
+#: ../plugins/externaltools/tools/manager.py:774
+msgid "Plain Text"
+msgstr "Tèxte brut"
+
+#: ../gedit/gedit-io-error-info-bar.c:142
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Ensajar tornamai"
+
+#: ../gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Lo fichièr « %s » es introbable."
+
+#: ../gedit/gedit-io-error-info-bar.c:164
+#: ../gedit/gedit-io-error-info-bar.c:204
+#: ../gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Verificatz qu'avètz picat corrèctament l'emplaçament e ensajatz tornamai."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Impossible de prene en carga los protocòls « %s »."
+
+#: ../gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr "Impossible de prene en carga aqueste emplaçament."
+
+#: ../gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr "L'emplaçament del fichièr es inaccessible."
+
+#: ../gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "« %s » es un repertòri."
+
+#: ../gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "« %s » es pas un emplaçament valid."
+
+#. Translators: %s is a host name
+#: ../gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"L'òste « %s » es introbable. Verificatz vòstres reglatges de proxy e tornatz "
+"ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:260
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Lo nom d'òste es invalid. Verificatz qu'avèz picat corrèctament son "
+"emplaçament e tornatz ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "« %s » es pas un fichièr estandard."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "Relambi de connexion depassat. Ensajatz tornamai."
+
+#: ../gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Error inesperada : %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Impossible de trobar lo fichièr demandat. Es possible que siá estat escafat "
+"recentament."
+
+#: ../gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Impossible de recuperar lo fichièr « %s »."
+
+#: ../gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "_Encodatge de caractèrs :"
+
+#: ../gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "L'emplaçament « %s » es pas atenhible actualament."
+
+#: ../gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr "Vòstre sistèma es fòra linha. Verificatz vòstra connexion ret."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "Do_brir malgrat tot"
+
+#: ../gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Lo nombre de ligams consecutius es limitat e lo fichièr réel pòt pas èsser "
+"trobat compte tengut d'aqueste limit."
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Avètz pas los dreits necessaris a la dobertura del fichièr."
+
+#: ../gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr "Impossible de detectar l'encodatge de caractèrs."
+
+#: ../gedit/gedit-io-error-info-bar.c:598
+#: ../gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Verificatz qu'ensajatz pas de dobrir un fichièr binari."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr "Seleccionatz un encodatge de caractèrs dins lo menú e tornatz ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Un problèma es aparegut al moment de la dobertura del fichièr « %s »."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Lo fichièr qu'avètz dobèrt conten de caractèrs pas valids. Se contunhatz "
+"l'edicion del fichièr, poiriatz damatjar aqueste document."
+
+#: ../gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Podètz tanben causir un autre encodatge de caractèrs e ensajar tornamai."
+
+#: ../gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Impossible de dobrir lo fichièr « %s » amb l'encodatge de caractèrs « %s »."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#: ../gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Seleccionatz un encodatge de caractèrs diferent dins lo menú e tornatz "
+"ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Impossible de dobrir lo fichièr « %s »."
+
+#: ../gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Impossible d'enregistrar lo fichièr « %s » amb l'encodatge de caractèrs « %s "
+"»."
+
+#: ../gedit/gedit-io-error-info-bar.c:696
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Lo document conten un o mantun caractèr que pòdon pas èsser representats "
+"en utilizant l'encodatge de caractèrs indicat."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:769
+#| msgid "D_on't Edit"
+msgid "D_on’t Edit"
+msgstr "Editar _pas"
+
+#: ../gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Aqueste fichièr « %s » es ja dobèrt dins una autra fenèstra."
+
+#: ../gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr "Lo volètz dobrir malgrat tot ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:849
+#: ../gedit/gedit-io-error-info-bar.c:939
+#: ../gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "_Enregistrar malgrat tot"
+
+#: ../gedit/gedit-io-error-info-bar.c:852
+#: ../gedit/gedit-io-error-info-bar.c:942
+#: ../gedit/gedit-io-error-info-bar.c:1232
+#| msgid "D_on't Save"
+msgid "D_on’t Save"
+msgstr "Enregistrar _pas"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Lo fichièr « %s » es estat modificat dempuèi sa darrièra lectura."
+
+#: ../gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Se l'enregistratz, totas las modificacions extèrnes poirián èsser perdudas. "
+"Volètz enregistrar malgrat tot ?"
+
+#: ../gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr ""
+"Impossible de crear un fichièr de salvament al moment de l'enregistrament de "
+"« %s »"
+
+#: ../gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr ""
+"Impossible de crear un fichièr de salvament temporari al moment de "
+"l'enregistrament de « %s »"
+
+#: ../gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Impossible de salvar l'anciana còpia del fichièr abans d'enregistrar la "
+"novèla version. Podètz ignorar aqueste avertiment e enregistrar lo fichièr "
+"malgrat tot, mas se una error se produtz al moment de l'enregistrament "
+"poiriatz pèrdre l'anciana còpia del fichièr. Volètz enregistrar malgrat tot ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impossible de gerir los protocòls « %s » en mòde escritura. Verificatz "
+"l'ortografia de vòstre emplaçament e tornatz ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impossible de gerir aqueste protocòl en mòde escritura. Verificatz "
+"l'ortografia de vòstre emplaçament e tornatz ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"« %s » es pas un emplaçament valid. Verificatz l'ortografia de vòstre "
+"emplaçament e tornatz ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Avètz pas las permissions necessàrias per enregistrar aqueste fichièr. "
+"Verificatz l'ortografia de vòstre emplaçament e tornatz ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1073
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"I a pas pro d'espaci de disc per enregistrar lo fichièr. Liberatz de "
+"l'espaci de disc e tornatz ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Ensajatz d'enregistrar lo fichièr cap a un disc en lectura sola. Verificatz "
+"qu'avètz picat l'emplaçament corrèctament e tornatz ensajar."
+
+#: ../gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Un fichièr amb lo meteis nom existís ja. Utilizatz un autre nom."
+
+#: ../gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Lo disc sul qual ensajatz d'enregistrar vòstre fichièr limita la talha dels "
+"noms de fichièrs. Utilizatz un nom mai cort."
+
+#: ../gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Lo disc sul qual ensajatz d'enregistrar vòstre fichièr limita la talha dels "
+"fichièrs. Ensajatz d'enregistrar un fichièr mai pichon o d'enregistrar aquel "
+"fichièr sus un disc qu'aja pas de limitacion."
+
+#: ../gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Impossible d'enregistrar lo fichièr « %s »."
+
+#: ../gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Lo fichièr « %s » es estat modificat sul disc."
+
+#: ../gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr "Arrestar las modificacions e _recargar"
+
+#: ../gedit/gedit-io-error-info-bar.c:1178
+#: ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "_Actualizar"
+
+#: ../gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr ""
+"De caractèrs pas valids son estats detectats al moment de l'enregistrament "
+"de « %s »"
+
+#: ../gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Se contunhatz l'enregistrament del fichièr podètz damatjar lo document. Lo "
+"volètz enregistrar malgrat tot ?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Clicatz sus aqueste boton per causir la poliça d'utilizar per l'editor"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Utilizar la poliça sistèma de chassa fixa (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, 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 ""
+"Impossible de crear lo repertòri « %s » : g_mkdir_with_parents() a fracassat : "
+"%s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "Lo jòc de colors seleccionat pòt pas èsser installat."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Apondon d'un jòc"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "A_pondre un jòc"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Fichièrs de jòcs de colors"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format, c-format
+#| msgid "Could not remove color scheme \"%s\"."
+msgid "Could not remove color scheme “%s”."
+msgstr "Impossible de suprimir lo jòc de colors « %s »."
+
+#: ../gedit/gedit-print-job.c:227
+#| msgid "Preparing..."
+msgid "Preparing…"
+msgstr "Preparacion…"
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Fichièr : %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Pagina %N sus %Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format, c-format
+#| msgid "Rendering page %d of %d..."
+msgid "Rendering page %d of %d…"
+msgstr "Rendut de la pagina %d sus %d en cors…"
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "Pagina %d sus %d"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Pas res"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "Recercar e remplaçar"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "ECR"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "I a un onglet amb d'errors"
+msgstr[1] "I a %d onglets amb d'errors"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Restabliment de %s a partir de %s"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "Restablir %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Cargament de %s dempuèi %s"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "Cargament de %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Enregistrament de %s cap a %s"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "Enregistrament de %s"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "Error al moment de la dobertura del fichièr %s"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Error al moment del restabliment del fichièr %s"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "Error al moment de l'enregistrament del fichièr %s"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Nom :"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "Tipe MIME :"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Encodatge :"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "Verificatz vòstra installacion."
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Impossible de dobrir lo fichièr d'interfàcia %s. Error : %s"
+
+#: ../gedit/gedit-utils.c:921
+#, 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 "Impossible de trobar l’objècte « %s » dins lo fichièr %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ sus %s"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "Afichar los _numèros de linha"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d sus %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "_Recèrca circulara"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "Expression _regulara"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "_Mots entièrs solament"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "Res_pectar la cassa"
+
+#: ../gedit/gedit-view-frame.c:1026
+msgid "String you want to search for"
+msgstr "Cadena que recercatz"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "Line you want to move the cursor to"
+msgstr "La linha cap a la quala volètz desplaçar lo cursor"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "La correspondéncia de las parentèsis es hors de portée"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "Parentèsi correspondenta introbabla"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Parentèsi correspondenta trobada a la linha : %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Largor de las tabulacions : %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "I a de documents non enregistrats"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "Cambiar la pagina del panèl lateral"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Documents"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "Desp_laçar a esquèrra"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "Desplaçar a d_recha"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "_Desplaçar dins una novèla fenèstra"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "Desplaçar dins un novèl _grop d'onglets"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "_Tampar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "Indentacion automatica"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Utilizar d'espacis"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "Afichar los numèros de linha"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "Afichar lo marge de dreita"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "Suslinhar la linha actuala"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "Linhas longas"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "_Fichièr"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "_Novèl"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "Dobrir los _recents"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "Redobrir l'_onglet tampat"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "Enregistrar _jos…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20
+#: ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "_Novèla fenèstra"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "_Imprimir"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "_Quitar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "_Edicion"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "_Anullar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "_Restablir"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "Tal_har"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "C_opiar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "_Pegar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Suprimir"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "_Mòde espotiment"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "Seleccionar _tot"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_Preferéncias"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+#: ../gedit/resources/gtk/menus.ui.h:16
+msgid "_View"
+msgstr "_Afichatge"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "Panèl _lateral"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "Panèl _inferior"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "_Ecran complet"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "Mòde de _coloracion"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "_Recercar"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "_Recercar…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "Recercar lo se_guent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "Recercar lo _precedent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "Recercar e _remplaçar…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "Suprimir la _coloracion"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "Aller a la _linha…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+#: ../gedit/resources/gtk/menus.ui.h:20
+msgid "_Tools"
+msgstr "_Aisinas"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "_Documents"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "Enregistrar _tot"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "Tot _fermer"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "_Novèl grop d'onglets"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "Grop d'onglets p_recedent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "Grop d'onglets seg_uent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "Document _precedent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "Docum_ent seguent"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "_Desplaçar cap a la novèla fenèstra"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+#: ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "Ajud_a"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "A _prepaus"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "Acorchis de _clavièr"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "_Tot enregistrar"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "_Recercar e remplaçar…"
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "Anar a la _linha…"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "Afichatge"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "Aisinas"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "Encodatge dels caractèrs"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "_Aplicar"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "Encodatges _disponibles"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "Encodatges cau_sits"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Descripcion"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Encodatge"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Mòde de coloracion"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Seleccionar"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+#| msgid "Search highlight mode..."
+msgid "Search highlight mode…"
+msgstr "Recèrca del mòde de coloracion…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "Pas cap de resultat"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "Autres _documents…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Dobrís un autre fichièr"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Preferéncias"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Afichar una _marge a dreita a la colomna :"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "Barre d'es_tat"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "Afichar la mapa de la _vista d'ensemble"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "Afichar lo motiu de la _grasilha"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Longas linhas"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Activar lo _retorn a la linha"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "_Talhar pas los mots sus doas linhas"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "Suslinhament"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "Suslinhar la _linha actuala"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "Suslinhar las _parentèsis correspondentas"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "Tabulacions"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "Largor de las _tabulacions :"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "Inserir d'_espacis a la plaça de las tabulacions"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "Activar l'_indentacion automatica"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "Enregistrament dels fichièrs"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "Crear una còpia de _salvament dels fichièrs abans l'enregistrament"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "Enregistrar _automaticament los fichièrs cada"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_minutas"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "Editor"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "Poliça"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "_Poliça de l'editor : "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "Causissètz la poliça de l'editor"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "Jòc de colors"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "Installar lo jòc"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "Installar lo jòc"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "Desinstallar lo jòc"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "Desinstallar lo jòc"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "Poliça e colors"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "Empeutons"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Coloracion sintaxica"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Imprimir la coloracion sinta_xica"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Numèros de linha"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Imprimir los _numèros de linha"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_Numèro cada"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "linhas"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Entèsta de pagina"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Imprimir las _entèstas de pagina"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Poliças"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Còs :"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "Numèros de _linha :"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "_Entèstas e pès de pagina :"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "_Restablir las poliças per defaut"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Afichar la pagina precedenta"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "Afichar la pagina seguenta"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "Pagina actuala (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "sus"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "Total de paginas"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "Lo nombre total de paginas dins lo document"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "Afichar las paginas multiplas"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "Aficha tota la pagina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "Zoom avant sus la pagina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "Zoom arrièr sus la pagina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "Tampar l'apercebut abans impression"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "_Tampar l'apercebut"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "Apercebut de la pagina"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "L'apercebut de la pagina dins lo document a imprimir"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "Remplaçar _tot"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Recercar"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Re_cercar "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "Remplaçar _per "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "Re_spectar la cassa"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "_Mots entièrs solament"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "Expression re_gulara"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "Recercar en _arrièr"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+#| msgid "_Wrap around"
+msgid "Wra_p around"
+msgstr "Recèrca _circulara"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+#| msgid "Documents"
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documents"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+#| msgid "Create a new document"
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Crear un novèl document dins un onglet"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+#| msgid "Open a New Document"
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Dobrir un document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+#| msgid "Save the current file"
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Enregistrar lo document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+#| msgid "Save the current file with a different name"
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Enregistrar lo document jos un nom de fichièr"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+#| msgid "Create a new document"
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Enregistrar totes los documents"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+#| msgid "Close document"
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Tampar lo document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+#| msgid "Close document"
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Tampar totes los documents"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+#| msgid "Select the entire document"
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Redobrir lo darrièr document tampat"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+#| msgid "Switch to the next tab group"
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Passar al document seguent"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+#| msgid "Switch to the previous tab group"
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Tornar al document precedent"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+#| msgid "Switch to the next tab group"
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Passar al primièr — noven document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Fenèstras e panèls"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+#| msgid "Create a new document"
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Crear un novèl document dins una fenèstra"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+#| msgid "Create a new tab group"
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Crear un novèl grop d’onglets"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+#| msgid "Hide panel"
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Afichar lo panèl lateral"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+#| msgid "_Bottom Panel"
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Afichar lo panèl inferior"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+#| msgid "_Fullscreen"
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Activar/desactivar lo mòde ecran complet"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+#| msgid "About this application"
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Quitar l’aplicacion"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+#| msgid "Find and Replace"
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Recercar e remplaçar"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+#| msgid "Find"
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Recercar"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Recercar la correspondéncia seguenta"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+#| msgid "Show the previous page"
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Recercar la correspondéncia precedenta"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+#| msgid "_Clear Highlight"
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Suprimir la coloracion"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+#| msgid "_Go to Line…"
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Anar a la linha"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copiar e pegar"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+#| msgid "Change selected text to lower case"
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copiar lo tèxte seleccionat dins lo quichapapièr"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+#| msgid "Change selected text to lower case"
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Talhar lo tèxte seleccionat dins lo quichapapièr"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+#| msgid "Paste the clipboard"
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Pegar lo tèxte seleccionat dempuèi lo quichapapièr"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+#| msgid "Find and Replace"
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Anullar e restablir"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Anullar la comanda precedenta"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+#| msgid "Run command"
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Restablir la comanda precedenta"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+#| msgid "Selection"
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Seleccion"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+#| msgid "Select _All"
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Seleccionar tot lo tèxte"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+#| msgid "Edit"
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Modificacion"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Bascular inserir/espotir"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+#| msgid "Highlight current line"
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Suprimir la linha actuala"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+#| msgid "Export selected snippets"
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Jónher las linhas seleccionadas"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+#| msgid "Current line"
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Remontar la linha actuala"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+#| msgid "Current line"
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Davalar la linha actuala"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+#| msgid "Current word"
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Desplaçar lo mot actual cap a esquèrra"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+#| msgid "Current word"
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Desplaçar lo mot actual cap a dreita"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+#| msgid "Change selected text to upper case"
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Convertir en majusculas"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+#| msgid "Change selected text to lower case"
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Convertir en minusculas"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+#| msgid "_Invert Case"
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inversar la cassa"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrementar lo nombre amb lo cursor"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Descrementar lo nombre amb lo cursor"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+#| msgid "Tools"
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Aisinas"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+#| msgid "Check spelling"
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Verificar l’ortografia"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+#| msgid "Print the current page"
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Imprimir lo document"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Afichar la fenèstra de complecion"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Tampar lo document"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Dobrís un fichièr"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Dobrir"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Crèa un novèl document"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Novèl"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Enregistrar lo fichièr actual"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Enregistrar"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Amagar lo panèl"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "Dobrís una bóstia de dialòg de seleccion de fichièr"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Quitar lo mòde ecran complet"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Verifica la disponibilitat de mesas a jorn"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Recèrca de la darrièra version de gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Una error s'es produita al moment de l'afichatge de l'URI."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Telecargar"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Ignorar la version"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Una novèla version de gedit es disponible"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Podètz telecargar la novèla version de gedit en clicant sul boton Telecargar "
+"o ignorar aquesta version e esperar una novèla"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "Version d'ignorar"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr ""
+"Version d'ignorar fins al moment qu'una version mai recenta serà publicada."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Estatisticas del document"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Indica lo nombre de mots, linhas e caractèrs dins un document."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "_Estatisticas del document"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Document"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Seleccion"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Linhas"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Mots"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Caractèrs (amb los espacis)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Caractèrs (sens los espacis)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Octets"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Construire"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+#| msgid "Run \"make\" in the document directory"
+msgid "Run “make” in the document directory"
+msgstr "Executar « make » dins lo repertòri del document"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Dobrir un terminal aicí"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Dobrís un terminal dins l'emplaçament del document"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Levar los espacis de fin"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Levar los espacis en fin de linha inutils dins vòstre fichièr"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Executar la comanda"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Executar una comanda personalizada e metre sa sortida dins un novèl document"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Mandar a fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "Pega lo tèxte seleccionat o lo document actual dins fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Aisinas extèrnas"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Executa de comandas extèrnas e d'escripts shell."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "Indica se cal utilizar la poliça sistèma"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+#| msgid ""
+#| "If true, the external tools will use the desktop-global standard font if "
+#| "it's monospace (and the most similar font it can come up with otherwise)."
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se verai, las aisinas extèrnas utilizan la poliça globala estandarda del burèu "
+"se es monospace (e, manca d'aquò, la poliça la mai semblanta que "
+"tròbe)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+#| msgid ""
+#| "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Un nom de poliça Pango. Per exemple, « Sans 12 » o « Monospace Bold 14 »."
+
+#: ../plugins/externaltools/tools/appactivatable.py:133
+#| msgid "Manage External Tools"
+msgid "Manage _External Tools…"
+msgstr "Gestion de las aisinas _extèrnas…"
+
+#: ../plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Aisinas e_xtèrnas"
+
+#: ../plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Impossible d'executar la comanda : %s"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Vos cal èsser a l'interior d'un mot per executar aquesta comanda"
+
+#: ../plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Executar :"
+
+#: ../plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Acabat."
+
+#: ../plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Sortida"
+
+# Il s’agit bien ici de langages de programmation
+#: ../plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Totes los lengatges"
+
+#: ../plugins/externaltools/tools/manager.py:429
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:772
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "Totes los lengatges"
+
+#: ../plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Novèl aisina"
+
+#: ../plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Aqueste acorchi de clavièr es ja atribuit a %s"
+
+#: ../plugins/externaltools/tools/manager.py:727
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Picatz un novèl acorchi de clavièr o quichatz sus Retorn per escafar"
+
+#: ../plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator"
+msgstr "Picatz un novèl acorchi de clavièr"
+
+#: ../plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Arrestat."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Arrestar l'aisina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Totjorn disponible"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Totes los documents"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Totes los documents levat los sens nom"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Unicament los fichièrs locals"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Unicament los fichièrs distants"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Unicament los documents sens nom"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Document actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Seleccion actuala"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Seleccion actuala (lo document per defaut)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Linha actuala"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Mot actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "Afichar dins lo panèl inferior"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Crear un novèl document"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Apondre al document actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Remplaçar lo document actual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Remplaçar la seleccion actuala"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "Inserir a l'emplaçament del cursor"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "Gestion de las aisinas extèrnas"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Apond una aisina novèla"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Apondre l'aisina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Suprimís l'aisina seleccionat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Suprimir l'aisina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Restablís l'aisina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Restablir l'aisina"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "_Tòca d'acorchi :"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_Enregistrar :"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "_Entrada :"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "_Sortida :"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "_Aplicabilitat :"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Sortida de l'aisina"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Panèl de l'explorador de fichièrs"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Accès facil als fichièrs dempuèi lo panèl lateral"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Dorsièr personal"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Sistèma de fichièrs"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Navigador de fichièrs"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "Una error s'es produita al moment de la creacion d'un repertòri novèl"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "Una error s'es produita al moment de la creacion d'un fichièr novèl"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+"Una error s'es produita al moment del cambiament de nom d'un fichièr o d'un "
+"repertòri"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+"Una error s'es produita al moment de la supression d'un fichièr o d'un "
+"repertòri"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+"Una error s'es produita al moment de la dobertura d'un repertòri dins lo "
+"gestionari de fichièrs"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "Una error s'es produita al moment del parametratge d'un repertòri raiç"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "Una error s'es produita al moment del cargament d'un repertòri"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "Una error s'es produita"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Impossible de metre lo fichièr a l'escobilhièr,\n"
+"lo volètz suprimir definitivament ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format, c-format
+#| msgid "The file \"%s\" cannot be moved to the trash."
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Lo fichièr « %s » pòt pas èsser mes a l'escobilhièr."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "Los fichièrs seleccionats pòdon pas èsser meses a l'escobilhièr."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format, c-format
+#| msgid "Are you sure you want to permanently delete \"%s\"?"
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Sètz segur que volètz suprimir definitivament « %s » ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"Sètz segur que volètz suprimir definitivament los fichièrs seleccionats ?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "Se suprimissètz un element, serà perdut definitivament."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(void)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Lo fichièr renomenat es actualament filtrat. Ajustatz los paramètres de "
+"vòstre filtre per rendre lo fichièr visible"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "Document sens nom"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Lo fichièr novèl es actualament filtrat. Ajustatz los paramètres de vòstre "
+"filtre per rendre lo fichièr visible"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "Novèl dorsièr"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Lo dorsièr novèl es actualament filtrat. Ajustatz los paramètres de vòstre "
+"filtre per rendre lo fichièr visible"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "Marcapaginas"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Cap d'objècte pas montat pel volum montat : « %s »"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Impossible de dobrir lo mèdia : « %s »"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Impossible de montar lo volum « %s »"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format, c-format
+#| msgid "Error when loading '%s': No such directory"
+msgid "Error when loading “%s”: No such directory"
+msgstr "Error al moment del cargament de « %s » : repertòri inexistent"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "Dobrir amb la vista arborescenta"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Dobrís la vista arborescenta quand l'empeuton del gestionari de fichièrs es "
+"cargat a la plaça de la vista dels signets"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Repertòri raiç del gestionari de fichièrs"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Lo repertòri raiç del gestionari de fichièrs d'utilizar al cargament del "
+"empeuton se la vista arborescenta a l'aviada (onload/tree_view) es VERAI."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Repertòri raiç virtual del gestionari de fichièrs"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Lo repertòri raiç virtual del gestionari de fichièrs d'utilizar al cargament "
+"de l'empeuton se la vista arborescenta a l'aviada (onload/tree_view) es "
+"VERAI. Lo repertòri raiç virtual deu totjorn èsser en dejós de la raiç reala."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Activar lo restabliment dels emplaçament distants"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Definís se cal activar lo restabliment dels emplaçaments distants."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "Definís l'emplaçament al primièr document"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+#| msgid ""
+#| "If TRUE the file browser plugin will view the directory of the first "
+#| "opened document given that the file browser hasn't been used yet. (Thus "
+#| "this generally applies to opening a document from the command line or "
+#| "opening it with Nautilus, etc.)"
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Se VERAI, l'empeuton del gestionari de fichièrs aficharà lo repertòri del "
+"primièr document dobèrt tre que lo gestionari de fichièrs es pas "
+"encara estat utilizat. Aquò s’aplica generalament a la dobertura d’un document "
+"a partir de la linha de comanda o a partir de Nautilus, etc."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Mòde de filtre del gestionari de fichièrs"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Aquesta valor determina quines fichièrs del gestionari de fichièrs son "
+"filtrats. Las valors possiblas son : « none » (filtra pas res), « hide-"
+"hidden » (filtra los fichièrs amagats) e « hide-binary » (filtra los "
+"fichièrs binaris)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Motiu de filtre del gestionari de fichièrs"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Lo motiu del filtre d'aplicar al gestionari de fichièrs. Lo foncionament "
+"d'aqueste filtre es basat sul mòde filtre (filter_mode)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "Motiu de filtre del navigador de binaris"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr ""
+"Los motius addicionals d'utilizar pendent lo filtratge dels fichièrs binaris."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "_Definir la raiç al document actiu"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Novèl dorsièr"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "Novèl f_ichièr"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+#| msgid "_Rename..."
+msgid "_Rename…"
+msgstr "_Renomenar…"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "_Metre dins l'escobilhièr"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "_Actualizar l'afichatge"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "A_fichar lo dorsièr"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_Dobrir dins un terminal"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Filtrar"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Afichar los fichièrs _amagats"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "Afichar los _binaris"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "Filtre de nom de fichièrs"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "Istoric"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "Dobrís lo menú de l'istoric"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Modificadors"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Presa en carga dels modificadors Emacs, Kate e Vim dins gedit."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "Color del tèxte de las comandas"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "La color del tèxte de las comandas"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "Color del tèxte de las errors"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "La color del tèxte de las errors"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+#| msgid ""
+#| "If true, the terminal will use the desktop-global standard font if it's "
+#| "monospace (and the most similar font it can come up with otherwise)."
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se verai, lo terminal utiliza la poliça globala estandarda del burèu se "
+"es monospace (e, manca d'aquò, la poliça la mai semblanta que tròbe)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Color de las c_omandas :"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Color de las _errors :"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:60
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Consòla Python"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Consòla interactiva Python dins lo panèl inferior"
+
+#: ../plugins/quickopen/quickopen/__init__.py:47
+#| msgid "Quick Open"
+msgid "Quick Open…"
+msgstr "Dobertura rapida…"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Dobertura rapida"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Dobrís rapidament de fichièrs"
+
+#: ../plugins/quickopen/quickopen/popup.py:90
+#| msgid "Type to search..."
+msgid "Type to search…"
+msgstr "Picatz lo nom del fichièr de dobrir…"
+
+#: ../plugins/snippets/snippets/appactivatable.py:88
+#| msgid "Manage Snippets"
+msgid "Manage _Snippets…"
+msgstr "Gestion dels _fragments de còdi…"
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:64
+#: ../plugins/snippets/snippets/document.py:153
+#: ../plugins/snippets/snippets/document.py:667
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Fragments de còdi"
+
+#: ../plugins/snippets/snippets/exporter.py:88
+#, python-format, python-format
+#| msgid "The archive \"%s\" could not be created"
+msgid "The archive “%s” could not be created"
+msgstr "Impossible de crear l’archiu « %s »"
+
+#: ../plugins/snippets/snippets/exporter.py:105
+#, python-format, python-format
+#| msgid "Target directory \"%s\" does not exist"
+msgid "Target directory “%s” does not exist"
+msgstr "Lo repertòri cibla « %s » existís pas"
+
+#: ../plugins/snippets/snippets/exporter.py:108
+#, python-format, python-format
+#| msgid "Target directory \"%s\" is not a valid directory"
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Lo repertòri cibla « %s » es pas un repertòri valid"
+
+#: ../plugins/snippets/snippets/importer.py:55
+#: ../plugins/snippets/snippets/importer.py:116
+#, python-format, python-format
+#| msgid "File \"%s\" does not exist"
+msgid "File “%s” does not exist"
+msgstr "Lo fichièr « %s » existís pas"
+
+#: ../plugins/snippets/snippets/importer.py:58
+#, python-format, python-format
+#| msgid "File \"%s\" is not a valid snippets file"
+msgid "File “%s” is not a valid snippets file"
+msgstr "Lo fichièr « %s » es pas un fichièr de fragments de còdi valid"
+
+#: ../plugins/snippets/snippets/importer.py:75
+#, python-format, python-format
+#| msgid "Imported file \"%s\" is not a valid snippets file"
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr ""
+"Lo fichièr importat « %s » es pas un fichièr de fragments de còdi valid"
+
+#: ../plugins/snippets/snippets/importer.py:85
+#, python-format, python-format
+#| msgid "The archive \"%s\" could not be extracted"
+msgid "The archive “%s” could not be extracted"
+msgstr "Impossible d’extraire l’archiu « %s »"
+
+#: ../plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Impossible d'importar los fichièrs seguents : %s"
+
+#: ../plugins/snippets/snippets/importer.py:119
+#: ../plugins/snippets/snippets/importer.py:132
+#, python-format, python-format
+#| msgid "File \"%s\" is not a valid snippets archive"
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Lo fichièr « %s » es pas un archiu de fragments de còdi valid"
+
+#: ../plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Archiu dels fragments de còdi"
+
+#: ../plugins/snippets/snippets/manager.py:74
+#| msgid "Add a new snippet..."
+msgid "Add a new snippet…"
+msgstr "Apondre un novèl extrait de còdi…"
+
+#: ../plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: ../plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Anulla lo fragment de còdi seleccionat"
+
+#: ../plugins/snippets/snippets/manager.py:417
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "Suprimís lo fragment de còdi seleccionat"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Es pas un desenclavador valid. Los desenclavadors pòdon conténer de "
+"caractèrs alfanumerics (o _, : e .) o un sol caractèr non alfanumeric coma "
+"{, [, etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:677
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Mot unic que permet d'activar lo fragment de còdi aprèp una quichada sus la "
+"tòca tabulacion"
+
+#: ../plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "L'error seguenta s'es produita al moment de l'importacion : %s"
+
+#: ../plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importacion realizada amb succès"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Impòrta de fragments de còdi"
+
+#: ../plugins/snippets/snippets/manager.py:792
+#: ../plugins/snippets/snippets/manager.py:878
+#: ../plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Totes los archius preses en carga"
+
+#: ../plugins/snippets/snippets/manager.py:793
+#: ../plugins/snippets/snippets/manager.py:879
+#: ../plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Archiu compressat Gzip"
+
+#: ../plugins/snippets/snippets/manager.py:794
+#: ../plugins/snippets/snippets/manager.py:880
+#: ../plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Archiu compressat Bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Fichièr d'extrait de còdi unique"
+
+#: ../plugins/snippets/snippets/manager.py:796
+#: ../plugins/snippets/snippets/manager.py:882
+#: ../plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Totes los fichièrs"
+
+#: ../plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "L'error seguenta s'es produita al moment de l'exportacion : %s"
+
+#: ../plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Exportacion realizada amb succès"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:852
+#: ../plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Volètz inclure los fragments de còdi <b>sistèma</b> seleccionats dins vòstra "
+"exportacion ?"
+
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Cap d'extrait de còdi es pas estat seleccionat per l'exportacion"
+
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exportacion dels fragments de còdi"
+
+#: ../plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Picatz un novèl acorchi de clavièr o quichatz sus « Retorn arrièr » per "
+"escafar"
+
+#: ../plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Picatz un novèl acorchi de clavièr"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"La durada d'execucion de la comanda Python (%s) a atent lo relambi maximum, "
+"l'execucion es arrestada."
+
+#: ../plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "L'execucion de la comanda Python (%s) a fracassat : %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Inserís de fragments de còdi sovent utilizats de faiçon rapida"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Gestion dels fragments de còdi"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "Crèa un novèl extrait de còdi"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Apondre un extrait de còdi"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Suprimir lo fragment de còdi"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Importar de fragments de còdi"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "Expòrta los fragments de còdi seleccionats"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Exportar de fragments de còdi"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Activacion"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "_Mot desenclavador :"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "Tòca d'_acorchi :"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Acorchi de clavièr que permet d'activar lo fragment de còdi"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "Cibla de _destinacion :"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+#| msgid "S_ort..."
+msgid "S_ort…"
+msgstr "_Triar…"
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Triar"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "Inve_rsar l'òrdre"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "_Levar los doblons"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "Sensible a la c_assa"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "_Començar a la colomna :"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "_Triar"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Tria un document o lo tèxte seleccionat."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+#| msgid "Check Spelling"
+msgid "_Check Spelling…"
+msgstr "_Verificacion ortografica…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+#| msgid "Set Language"
+msgid "Set _Language…"
+msgstr "Definir la _lenga…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Metre en evidéncia los mots mal ort_ografiats"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Verificador ortografic"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Verifica l'ortografia del document actual."
+
+#: ../plugins/time/gedit-time-plugin.c:265
+#| msgid "Insert Date and Time"
+msgid "In_sert Date and Time…"
+msgstr "In_serir la data e l’ora…"
+
+#: ../plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "Formats disponibles"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "Tipe de convit"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Indica se l'utilizacion es interrogada sul format d'utilizar o se lo format "
+"causit o personalizat es retengut."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "Format seleccionat"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+"Lo format seleccionat utilizat al moment de l'insercion de la data/ora."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "Format personalizat"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+"Lo format personalizat utilizat al moment de l'insercion de la data/ora."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Inserir la data e l'ora"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "Utilizar lo format _seleccionat"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "_Utilizar un format personalizat"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "I_nsercion"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Configurar l'empeuton d'insercion de data e d'ora"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+#| msgid "When inserting date/time..."
+msgid "When inserting date/time…"
+msgstr "Al moment de l’insercion de la data e de l’ora…"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "_Demandar un format"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Inserir la data e l'ora"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Inserís la data e l'ora actuala a l'emplaçament del cursor."
+
+#, fuzzy
+#~| msgid "Text Editor"
+#~ msgid "Text;Editor;"
+#~ msgstr "Editor de tèxte"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Dobrir una novèla fenèstra"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Dobrir un novèl document"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignorar"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Gerir las aisinas e_xtèrnas..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Dobertura rapida..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Gerir los _fragments de còdi..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_Verificacion ortografica..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Definir la _lenga..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Inserir la _data e l'ora..."
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Definís la talha e la posicion de la fenèstra (LARGORxNAUTOR+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRIA"
+
+#~ msgid "gedit"
+#~ msgstr "gedit"
+
+#~ msgid "Question"
+#~ msgstr "Question"
+
+#~ msgid "File"
+#~ msgstr "Fichièr"
+
+#~ msgid "Search"
+#~ msgstr "Recercar"
+
+#~ msgid "Help"
+#~ msgstr "Ajuda"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(cap de mot pas suggerit)"
+
+#~ msgid "_More..."
+#~ msgstr "_Mai..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignorar tot"
+
+#~ msgid "_Add"
+#~ msgstr "A_pondre"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Suggestions d'ortografias..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Error pendent la verificacion de l'ortografia del mot « %s » : %s"
+
+#~ msgid "Error:"
+#~ msgstr "Error :"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Verificacion ortografica acabada"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Pas cap de mot mal ortografiat"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(Ortografia corrècta)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Suggestions"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Desconeguda (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Per defaut"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Seleccionatz la _lenga del document actual."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Mot mal ortografiat :"
+
+#~ msgid "word"
+#~ msgstr "mot"
+
+#~ msgid "Change _to:"
+#~ msgstr "Remplaçar _par :"
+
+#~ msgid "Check _Word"
+#~ msgstr "_Verificar lo mot"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Suggestions :"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignorar tot_jorn"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Re_mplaçar"
+
+#~ msgid "Change A_ll"
+#~ msgstr "_Tot remplaçar"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Diccionari de l'utilizacion :"
+
+#~ msgid "Add w_ord"
+#~ msgstr "A_pondre lo mot"
+
+#~ msgid "Close all open files"
+#~ msgstr "Tampar totes los fichièrs dobèrts"
+
+#~ msgid "Replace"
+#~ msgstr "Remplaçar"
+
+#~ msgid "Japanese"
+#~ msgstr "Japonés"
+
+#~ msgid "_Contents"
+#~ msgstr "_Ensenhador"
+
+#~ msgid "Georgian"
+#~ msgstr "Georgian"
+
+#~ msgid "Thai"
+#~ msgstr "Tailandés"
+
+#~ msgid "Nordic"
+#~ msgstr "Nordic"
+
+#~ msgid "Unknown"
+#~ msgstr "Desconegut"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cirillic/Rus"
+
+#~ msgid "_Update"
+#~ msgstr "_Metre a jorn"
+
+#~ msgid "Languages"
+#~ msgstr "Lengas"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Chinés simplificat"
+
+#~ msgid "Set language"
+#~ msgstr "Definir la lenga"
+
+#~ msgid "Save all open files"
+#~ msgstr "Enregistrar totes los fichièrs dobèrts"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cirillic"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Pr_eferéncias"
+
+#~ msgid "Baltic"
+#~ msgstr "Baltic"
+
+#~ msgid "Turkish"
+#~ msgstr "Turc"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "_Find..."
+#~ msgstr "_Recercar..."
+
+#~ msgid "_Statusbar"
+#~ msgstr "Barra d'e_stat"
+
+#~ msgid "Empty"
+#~ msgstr "Void"
+
+#~ msgid "_Replace..."
+#~ msgstr "_Remplaçar..."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "Korean"
+#~ msgstr "Corean"
+
+#~ msgid "Greek"
+#~ msgstr "Grèc"
+
+#~ msgid "_Open..."
+#~ msgstr "_Dobrir..."
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cirillic/Ucraïnian"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Chinés tradicional"
+
+#~ msgid "Western"
+#~ msgstr "Occidental"
+
+#~ msgid "Go to _Line..."
+#~ msgstr "Anar a la _linha..."
+
+#~ msgid "Celtic"
+#~ msgstr "Celtic"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Nombre maximum d'accions que gedit serà en mesura d'anullar o de "
+#~ "reïntegrar. Indicatz « -1 » se volètz pas indicar de limit. Desconselhat "
+#~ "dempuèi 2.12.0"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Limit de l'accion anullar (DESCONSELHAT)"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Indica se gedit deu activar la creacion de còpias de salvament pels "
+#~ "fichièrs que gedit enregistra. Podètz definir l'extension del fichièr de "
+#~ "salvament amb l'opcion « Extension de la còpia de salvament »."
+
+#~ msgid "A_vailable encodings:"
+#~ msgstr "Encodatges _disponibles :"
+
+#~ msgid "Replace _with: "
+#~ msgstr "Remplaçar _per : "
+
+#~ msgid "_Search for: "
+#~ msgstr "_Recercar : "
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Aviatz « %s --help » per veire la lista completa de las opcions en linha "
+#~ "de comanda disponiblas.\n"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Editar de fichièrs tèxte"
+
+#~ msgid "Arabic"
+#~ msgstr "Arabi"
+
+#~ msgid "Central European"
+#~ msgstr "Europèu central"
+
+#~ msgid "South European"
+#~ msgstr "Europèu del Sud"
+
+#~ msgid "Hebrew"
+#~ msgstr "Ebrieu"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Ebrieu visual"
+
+#~ msgid "Armenian"
+#~ msgstr "Armèni"
+
+#~ msgid "Romanian"
+#~ msgstr "Romanés"
+
+#~ msgid "The file is too big."
+#~ msgstr "La talha del fichièr es tròp importanta."
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Inserís la data e l'ora actuala a l'emplaçament del cursor"
+
+#~ msgid "Leave fullscreen mode"
+#~ msgstr "Quita lo mòde ecran complet"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Restablís una version enregistrada del fichièr"
+
+#~ msgid "Save _As..."
+#~ msgstr "Enregistrar _jos..."
+
+#~ msgid "Configure the application"
+#~ msgstr "Configura l'aplicacion"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Anulla la darrièra accion"
+
+#~ msgid "Close the current file"
+#~ msgstr "Tampa lo fichièr actual"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Refa la darrièra operacion anullada"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Còpia la seleccion"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Recèrca en avant lo meteis tèxte"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Suprimís lo tèxte seleccionat"
+
+#~ msgid "Search for text"
+#~ msgstr "Recercar un tèxte"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Va a una linha especifica"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Suprimís la coloracion dels resultats de la recèrca"
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Recèrca un tèxte e lo remplaça"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Recèrca en arrièr lo meteis tèxte"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Desplaça lo document actual dins una fenèstra novèla"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Activa lo document precedent"
+
+#~ msgid "Activate next document"
+#~ msgstr "Activa lo document seguent"
+
+#~ msgid "Quit the program"
+#~ msgstr "Quita l'aplicacion"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Aficha o amaga la barra d'estat dins la fenèstra actuala"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Activa « %s »"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Dobrís « %s »"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "Dobrís un fichièr utilizat recentament"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Tot en m_inuscula"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Tot en m_ajuscula"
+
+#~ msgid "C_hange Case"
+#~ msgstr "_Modificar la cassa"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "Modifica la cassa del tèxte seleccionat."
+
+#~ msgid "Change Case"
+#~ msgstr "Modificar la cassa"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Invèrsa la cassa del tèxte seleccionat"
+
+#~ msgid "_Title Case"
+#~ msgstr "Cassa de _títol"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Met en majuscula la primièra letra de cada mot seleccionat"
+
+#~ msgid "_Edit:"
+#~ msgstr "E_dicion :"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Preferéncias de gedit"
+
+#~ msgid "Open the gedit manual"
+#~ msgstr "Dobrir lo manual de gedit"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vietnamian"
+
+#~ msgid "_Move to New Window"
+#~ msgstr "_Desplaçar dins una fenèstra novèla"
+
+#~ msgid "About gedit"
+#~ msgstr "A prepaus de gedit"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Dobrir rapidament de documents"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Extraits de còdi :"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Tria lo document actual o la seleccion"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Ignorar la cassa"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "Definís la lenga del document actual"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Verifica l'ortografia del document actual"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Verifica automaticament l'ortografia del document actual"
+
+#~ msgid "Language:"
+#~ msgstr "Lenga :"
+
+#~ msgid "File Name"
+#~ msgstr "Nom del fichièr"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Gerir los extraits de còdi"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Obténer d'estatisticas sul document actual"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Modifica lo tèxte en ecran complet"
+
+#~ msgid "Language"
+#~ msgstr "Lenga"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Aficha o amaga la barra d'aisinas dins la fenèstra actuala"
+
+#~ msgid "_Toolbar"
+#~ msgstr "Barra d'_aisinas"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Dobrís lo gestionari d'aisinas extèrnas"
+
+#~ msgid "External tools"
+#~ msgstr "Aisinas extèrnas"
+
+#~ msgid "_Tools:"
+#~ msgstr "_Aisinas :"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Provesidor de donadas Zeitgeist"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Aficha o amaga lo panèl inferior dins la fenèstra actuala"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Aficha o amaga lo panèl lateral dins la fenèstra actuala"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Jornaliza los eveniments accedir e quitar relatius als documents tractats "
+#~ "per gedit"
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Talha la seleccion"
+
+#~ msgid "_Print..."
+#~ msgstr "Im_primir..."
+
+#~ msgid "Print preview"
+#~ msgstr "Apercebut abans impression"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "A_percebut abans impression"
+
+#~ msgid "Print"
+#~ msgstr "Imprimir"
+
+#~ msgid "Show the application's help"
+#~ msgstr "Aficha l'ajuda de l'aplicacion"
+
+#~ msgid "column"
+#~ msgstr "colomna"
+
+#~ msgid "Match as _regular expression"
+#~ msgstr "Utilizar coma e_xpression regulara"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "Mòde de _coloracion..."
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "Modifica lo mòde de coloracion del document actiu"
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Podètz pas anullar una operacion de triada"
+
+#~ msgid "The document is empty."
+#~ msgstr "Lo document conten pas cap de donada."
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Encodatges detectats automaticament"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista triada des codages utilizats per gedit per la deteccion automatica "
+#~ "de l'encodatge d'un fichièr. « CURRENT » es l'encodatge local actual. "
+#~ "Sols los encodatges reconeguts son utilizats."
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Encodatges afichats dins lo menú"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista dels encodatges afichats dins lo menú Encodatge de caractèrs dins "
+#~ "lo selector de fichièrs ouvrir/enregistrar. Sols los encodatges "
+#~ "reconeguts son utilizats."
+
+#~ msgid "Character encodings"
+#~ msgstr "Encodatges dels caractèrs"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "_Encodatges afichats dins lo menú :"
+
+#~ msgid "P_revious Page"
+#~ msgstr "Pagina p_recedenta"
+
+#~ msgid "_Next Page"
+#~ msgstr "Pagina _seguenta"
diff --git a/po/or.po b/po/or.po
new file mode 100644
index 0000000..5f0fbb0
--- /dev/null
+++ b/po/or.po
@@ -0,0 +1,5337 @@
+# translation of gedit.master.or.po to Oriya
+# translation of or.po to
+# Oriya translation of gedit.HEAD.pot.
+# This file is distributed under the same license as the gedit package.
+# Copyright (C) 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+#
+# Gora Mohanty <gora_mohanty@yahoo.co.in>, 2004.
+# Subhransu Behera <arya_subhransu@yahoo.co.in>, 2006, 2007.
+# Manoj Kumar Giri <mgiri@redhat.com>, 2008, 2009, 2011, 2012, 2013, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master.or\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-09-16 05:11+0000\n"
+"PO-Revision-Date: 2014-09-16 13:21+0530\n"
+"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
+"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
+"Language: or\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit ଟି ହେଉଛି GNOME ଡେସ୍କଟପ ପାଇଁ ନିତୀଗତ ପାଠ୍ୟ ସମ୍ପାଦକ। ସରଳତା ଏବଂ ବ୍ୟବହାର "
+"ଉପଯୋଗୀତାକୁ "
+"ଲକ୍ଷ୍ଯ ରଖି, gedit ଟି ଏକ ଶକ୍ତିଶାଳୀ ସାଧାରଣ କାର୍ଯ୍ୟ ପାଇଁ ବ୍ୟବହୃତ ପାଠ୍ୟ ସମ୍ପାଦକ "
+"ଅଟେ।"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"ଆପଣ ସର୍ବାଧିକ ବିକ୍ରିତ ପୁସ୍ତକ ଲେଖନ୍ତୁ, ଅଥବା କୌଣସି ଏକ ଆବିଷ୍କାର ମୂଳକ ପ୍ରଗ୍ରାମ "
+"ଲେଖନ୍ତୁ, ଅଥବା କିଛି "
+"ଛୋଟ ଟିପ୍ପଣୀ ଲେଖନ୍ତୁ, gedit ଆପଣଙ୍କ କାମ ପାଇଁ ଏକ ଭରଷାଯୋଗ୍ୟ ସାଧନ ହୋଇପାରିବ।"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"ଏହାର ପ୍ଲଗଇନ ତନ୍ତ୍ର ଆପଣଙ୍କ ଆବଶ୍ୟକତା ଅନୁସାରେ ଉପଯୁକ୍ତ ହୋଇଥାଏ ଏବଂ ଆପଣଙ୍କ "
+"କାର୍ଯ୍ୟଶୈଳୀ ସହିତ "
+"ନିଜକୁ ସଜାଡ଼ିଥାଏ।"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:774
+msgid "Text Editor"
+msgstr "ପାଠ୍ଯ ସମ୍ପାଦକ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit ପାଠ୍ଯ ସମ୍ପାଦକ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "ପାଠ୍ଯ;ସମ୍ପାଦକ;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "ନୂଆ ୱିଣ୍ଡୋ ଖୋଲନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "ନୂଆ ଦଲିଲ ଖୋଲନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅକ୍ଷରରୂପକୁ ବ୍ଯବହାର କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"gedit ରେ ଉଲ୍ଲେଖ କରାଯାଇଥିବା ଅକ୍ଷର ରୂପ ପରିବର୍ତ୍ତେ ପାଠ୍ୟ ସମ୍ପାଦନ କରିବା ପାଇଁ "
+"ତନ୍ତ୍ରର "
+"ପୂର୍ବନିର୍ଦ୍ଧାରିତ ସ୍ଥିର ଓସାରକୁ ବ୍ୟବହାର କରିବା ଉଚିତ କି ନୁହଁ। ଯଦି ଏହି ବିକଳ୍ପକୁ ଅଫ "
+"କରିଦିଆଯାଏ, \"Editor "
+"Font\" ବିକଳ୍ପରେ ନାମିତ ଅକ୍ଷରରୂପକୁ ତାହା ପରିବର୍ତ୍ତେ ବ୍ୟବହାର କରିବା ଉଚିତ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "ସମ୍ପାଦକର ଅକ୍ଷରରୂପ"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "ଶୈଳୀ ଯୋଜନା"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"ଗୋଟିଏ GtkSourceView ଶୈଳୀ ଯୋଜନାର ID ପାଠ୍ୟକୁ ରଙ୍ଗେଇବା ପାଇଁ ବ୍ୟବହୃତ ହୋଇଥାଏ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "ନକଲ ସଂରକ୍ଷଣଗୁଡ଼ିକୁ ସୃଷ୍ଟି କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"gedit ସଂରକ୍ଷଣ କରିଥିବା ଫାଇଲଗୁଡ଼ିକ ପାଇଁ ନକଲ ସଂରକ୍ଷଣ ସୃଷ୍ଟି କରିବା ଉଚିତ କି ନୁହଁ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "ସ୍ବଂୟ ସଂରକ୍ଷଣ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"gedit କିଛି ସମୟପରେ ଆପେଆପେ ରୂପାନ୍ତରିତ ଫାଇଲଗୁଡ଼ିକୁ ସଂରକ୍ଷଣ କରିବ କି। ଆପଣ \"ସ୍ବଂୟ "
+"ସଂରକ୍ଷଣର "
+"ମଧ୍ଯବର୍ତ୍ତୀ ସମୟ\" ଚୟନ ଦ୍ବାରା ମଧ୍ଯବର୍ତ୍ତୀ ସମୟକୁ ନିର୍ଦ୍ଧିଷ୍ଟ କରିପାରିବେ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "ସ୍ବଂୟ ସଂରକ୍ଷଣ ମଧ୍ଯରେ ଅନ୍ତରାଳ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"ମିନିଟର ସଂଖ୍ଯା ଯାହାପରେ gedit ରୂପାନ୍ତରିତ ଫାଇଲଗୁଡ଼ିକୁ ଆପେଆପେ ସଂରକ୍ଷଣ କରିବ। "
+"\"ସ୍ବୟଂ ସଂରକ୍ଷଣ\" "
+"ଚୟନ ବଛା ହୋଇଥିଲେ ହିଁ ଏହାର ପ୍ରଭାବ ହେବ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "ସର୍ବାଧିକ ସଂଖ୍ଯକ ବାତିଲ କରାଯାଇଥିବା ପଦକ୍ଷେପ କାର୍ଯ୍ଯ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"ପଦକ୍ଷେପ ବାତିଲ କିମ୍ବା ପୂର୍ବ ପଦକ୍ଷେପ ପାଇଁ gedit ସକ୍ଷମ ହୋଇପାରୁଥିବା ସର୍ବାଧିକ "
+"ସଂଖ୍ୟକ ପଦକ୍ଷେପ. "
+"ଅସରନ୍ତି ପଦକ୍ଷେପ ପାଇଁ \"-1\"କୁ ବ୍ୟବହାର କରନ୍ତୁ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "ଧାଡ଼ି ମୋଡ଼ା ଧାରା"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"ସମ୍ପାଦନ କ୍ଷେତ୍ରରେ ଲମ୍ବା ଧାଡ଼ିଗୁଡ଼ିକୁ ମୋଡ଼ିବାର ଧାରା ନିର୍ଦ୍ଦିଷ୍ଟ କରନ୍ତୁ। ଧାଡ଼ି "
+"ନ ମୋଡ଼ିବା ପାଇଁ \"none\" "
+"ବ୍ଯବହାର କରନ୍ତୁ, ଶବ୍ଦ ସୀମାରେଖାରେ ଧାଡ଼ି ମୋଡ଼ିବା ପାଇଁ \"word\", ଓ ଅକ୍ଷରର "
+"ସୀମାରେଖାରେ ଧାଡ଼ି "
+"ମୋଡ଼ିବା ପାଇଁ \"char\"। ଲକ୍ଷ କରନ୍ତୁ କି ଏହି ମୂଲ୍ଯଗୁଡ଼ିକ ଅକ୍ଷର ନିର୍ଦ୍ଦିଷ୍ଟ, ତେଣୁ "
+"ଏଗୁଡ଼ିକ ଠିକ ଏହି ପରି "
+"ଦେଖାଯିବା ଆବଶ୍ଯକ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "ଧାଡ଼ି ଆବରଣ ଧାରା ପାଇଁ ଅନ୍ତିମ ପୃଥକିକରଣ ଧାରା ପସନ୍ଦ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"ଧାଡ଼ି ଆବରଣ ଧାରାରେ ବ୍ୟବହୃତ ଅନ୍ତିମ ପୃଥକିକରଣ ଧାରାକୁ ଉଲ୍ଲେଖ କରିଥାଏ, ଯାହାଫଳରେ ଆବରଣ "
+"ଧାରା ଅଫ୍‌ "
+"ଥିବା ସମୟରେ ମଧ୍ଯ ତାହା ପୃଥକିକରଣ ଧାରା ପସନ୍ଦକୁ ମନେ ରଖିଥାଏ। ଶବ୍ଦ ସୀମାରେ ଆବୃତ୍ତ "
+"କରିବା ପାଇଁ "
+"\"ଶବ୍ଦ\" ବ୍ୟବହାର କରନ୍ତୁ, ଏବଂ ପ୍ରତ୍ୟେକ ଅକ୍ଷର ସୀମାରେ ଆବୃତ୍ତ କରିବା ପାଇଁ "
+"\"ଅକ୍ଷର\" ବ୍ୟବହାର "
+"କରନ୍ତୁ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "ଟାବ ଆକାର"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "ଟାବ୍ ବଦଳରେ ପ୍ରଦର୍ଶିତ କରାଯିବା ଖାଲି ସ୍ଥାନର ସଂଖ୍ଯା ନିର୍ଦ୍ଦିଷ୍ଟ କରେ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "ଖାଲି ସ୍ଥାନ ଭର୍ତ୍ତି କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "gedit ଟ୍ଯାବ ବଦଳରେ ଖାଲି ସ୍ଥାନ ଭର୍ତ୍ତି କରିବ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "ସ୍ବଅନୁଛେଦକରଣ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "gedit ସ୍ବଅନୁଚ୍ଛେଦକରଣ ସକ୍ରିୟ କରିବା ଉଚିତ କି।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "ଧାଡ଼ି ସଂଖ୍ଯାଗୁଡ଼ିକୁ ପ୍ରଦର୍ଶନ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "gedit ସମ୍ପାଦନ ଅଞ୍ଚଳରେ ଧାଡ଼ି ସଂଖ୍ଯା ପ୍ରଦର୍ଶନ କରିବ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "ବର୍ତ୍ତମାନ ରେଖାକୁ ଆଲୋକପାତ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "ପ୍ରଚଳିତ ଧାଡ଼ିକୁ gedit ଆଲୋକପାତ କରିବା ଉଚିତ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "ମେଳଖାଉଥିବା ବନ୍ଧନୀଗୁଡ଼ିକୁ ଆଲୋକିତ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "ମେଳକ ବନ୍ଧନିଗୁଡ଼ିକୁ gedit ଆଲୋକପାତ କରିବା ଉଚିତ କି।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "ଡାହାଣ ମାର୍ଜିନ୍ ପ୍ରଦର୍ଶନ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "gedit ସମ୍ପାଦନ ଅଞ୍ଚଳରେ ଡାହାଣ ମାର୍ଜିନ୍ ପ୍ରଦର୍ଶନ କରିବ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "ଡାହାଣ ମାର୍ଜିନ୍ ର ସ୍ଥିତି"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "ଡାହାଣ ମାର୍ଜିନ୍ ର ସ୍ଥିତି ନିର୍ଦ୍ଦିଷ୍ଟ କରେ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "Smart Home End"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 ""
+"ଯେତେବେଳେ HOME ଏବଂ END କିଗୁଡ଼ିକୁ ଦବାଇଲେ ସୂଚକଟି କିପରି ଗତିକରେ ତାହା ଉଲ୍ଲେଖ "
+"କରନ୍ତୁ। ଧାଡ଼ିର ଆରମ୍ଭ/"
+"ଶେଷରେ ସର୍ବଦା ଗତି କରିବା ପାଇଁ \"disabled\" ବ୍ୟବହାର କରନ୍ତୁ, ପ୍ରଥମ ଥର ପାଇଁ କିକୁ "
+"ଦବାଇଲେ ଧାଡ଼ିର "
+"ଆରମ୍ଭ/ଶେଷରେ ସୂଚକକୁ ଗତି କରାଇବା ପାଇଁ ଏବଂ ଦ୍ୱିତୀୟ ଥର ପାଇଁ କି କୁ ଦବାଇଲେ ଧାଡ଼ିର "
+"ଆରମ୍ଭ/ଶେଷରେ ଗତି "
+"କରାଇବା ପାଇଁ \"after\" ବ୍ୟବହାର କରନ୍ତୁ, ଧାଡ଼ିର ଆରମ୍ଭ/ଶେଷରେ ଗତିକରିବା ପୂର୍ବରୁ "
+"ପାଠ୍ୟର ଆରମ୍ଭ/"
+"ଶେଷରେ ଗତିକରିବା ପାଇଁ \"before\" ବ୍ୟବହାର କରନ୍ତୁ ଏବଂ ସର୍ବଦା ଧାଡ଼ିର ଆରମ୍ଭ/ଶେଷରେ "
+"ଗତିକରିବା "
+"ପରିବର୍ତ୍ତେ ପାଠ୍ୟର ଆରମ୍ଭ/ଶେଷରେ ଗତି କରିବା ପାଇଁ \"always\" ବ୍ୟବହାର କରନ୍ତୁ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "ପୂର୍ବବର୍ତ୍ତୀ ଦର୍ଶିକା ଅବସ୍ଥାନକୁ ପୁନଃସ୍ଥାପନ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"ଗୋଟିଏ ଫାଇଲ ଧାରଣକରୁଥିବା ସମୟରେ gedit ପୂର୍ବ ସୂଚକ ସ୍ଥାନକୁ ପୁନଃସ୍ଥାପନ କରିବା ଉଚିତ "
+"କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "ବାକ୍ଯ ବିନ୍ଯାସ ବିଶେଷଦର୍ଶନକୁ ସମର୍ଥ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit ବାକ୍ଯ ବିନ୍ଯାସ ବିଶେଷଦର୍ଶନ ସମର୍ଥ କରିବ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "ବିଶିଷ୍ଟତାକୁ ସନ୍ଧାନ କରିବା ପାଇଁ ସକ୍ରିୟ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "ଖୋଜାଯାଇଥିବା ପାଠ୍ୟର ସମସ୍ତ ଘଟଣାକୁ gedit ଆଲୋକପାତ କରିବା ଉଚିତ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "ନୂଆ ଧାଡ଼ି ନିଶ୍ଚିତ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "ଦଲିଲ ନୂଆ ଧାଡ଼ିରେ ସମାପ୍ତ ହୋଇଥାଏ ବୋଲି gedit ସର୍ବଦା ନିଶ୍ଚିତ କରିବ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "ସାଧନ ପଟି ଦେଖାଯାଉଛି"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "ସମ୍ପାଦନ ୱିଣ୍ଡୋରେ ସାଧନ ପଟି ଦେଖାଯିବା ଉଚିତ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "ଟିପାଖାତା ଟ୍ଯାବଗୁଡିକର ଅବସ୍ଥା ଦର୍ଶାନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"କେତେବେଳେ ଟିପାଖାତା ଟ୍ୟାବଗୁଡ଼ିକୁ ଦର୍ଶାଯିବ ତାହା ଉଲ୍ଲେଖ କରନ୍ତୁ। ଟ୍ୟାବଗୁଡ଼ିକୁ "
+"ନଦର୍ଶାଇବା ପାଇଁ \"never"
+"\" ବ୍ଯବହାର କରନ୍ତୁ, ଟ୍ୟାବଗୁଡ଼ିକୁ ସର୍ବଦା ଦର୍ଶାଇବା ପାଇଁ \"always\", ଏବଂ ଗୋଟିଏରୁ "
+"ଅଧିକ ଟ୍ୟାବ ଥିଲେ "
+"ଦର୍ଶାଇବା ପାଇଁ \"auto\" ବ୍ୟବହାର କରନ୍ତୁ। ଲକ୍ଷ କରନ୍ତୁ କି ଏହି ମୂଲ୍ଯଗୁଡ଼ିକ ଅକ୍ଷର "
+"ନିର୍ଦ୍ଦିଷ୍ଟ, ତେଣୁ ଏଗୁଡ଼ିକ "
+"ଠିକ ଏହି ପରି ଦେଖାଯିବା ଆବଶ୍ଯକ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "ଅବସ୍ଥିତି ପଟି ଦେଖାଯାଉଛି"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "ସମ୍ପାଦନ ୱିଣ୍ଡୋର ନିମ୍ନଭାଗରେ ଅବସ୍ଥିତି ପଟି ଦେଖାଯିବା ଉଚିତ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "ପାର୍ଶ୍ବ ପଟି ଦେଖାଯାଉଛି"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "ସମ୍ପାଦନ ୱିଣ୍ଡୋର ବାମରେଥିବା ପାର୍ଶ୍ୱପଟ୍ଟିକା ଦୃଶ୍ୟମାନ ହେବା ଉଚିତ କି।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "ସାମ୍ପ୍ରତିକ ଫାଇଲଗୁଡ଼ିକର ସର୍ବାଧିକ ସଂଖ୍ଯା"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"ସାମ୍ପ୍ରତିକ କାଳରେ ଖୋଲାଯାଇଥିବା ଫାଇଲଗୁଡ଼ିକର ସର୍ବାଧିକ ସଂଖ୍ଯା ନିର୍ଦ୍ଦିଷ୍ଟ କରେ, "
+"ଯାହାକି \"ସାମ୍ପ୍ରତିକ "
+"ଫାଇଲ\" ଉପମେନୁରେ ପ୍ରଦର୍ଶିତ ହେବ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "ବାକ୍ଯ ବିନ୍ଯାସ ବିଶେଷଦର୍ଶନ ମୁଦ୍ରଣ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "ଦଲିଲ ମୁଦ୍ରଣ ସମୟରେ gedit ବାକ୍ଯ ବିନ୍ଯାସ ବିଶେଷଦର୍ଶନ ମୁଦ୍ରଣ କରିବ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "ଶୀର୍ଷକ ମୁଦ୍ରଣ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "ଦଲିଲ ମୁଦ୍ରଣ ସମୟରେ gedit ଦଲିଲର ଶୀର୍ଷକ ଯୋଡ଼ିବ କି."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "ଧାଡ଼ି ମୋଡ଼ା ଧାରାର ମୁଦ୍ରଣ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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 ""
+"ମୁଦ୍ରଣ ପାଇଁ ଲମ୍ବା ଧାଡ଼ିଗୁଡ଼ିକୁ ମୋଡ଼ିବାର ଧାରା ନିର୍ଦ୍ଦିଷ୍ଟ କରନ୍ତୁ। ଧାଡ଼ି ନ "
+"ମୋଡ଼ିବା ପାଇଁ \"none\" "
+"ବ୍ଯବହାର କରନ୍ତୁ, ଶବ୍ଦ ସୀମାରେଖାରେ ଧାଡ଼ି ମୋଡ଼ିବା ପାଇଁ \"word\", ଓ ଅକ୍ଷରର "
+"ସୀମାରେଖାରେ ଧାଡ଼ି "
+"ମୋଡ଼ିବା ପାଇଁ \"char\"। ଲକ୍ଷ କରନ୍ତୁ କି ଏହି ମୂଲ୍ଯଗୁଡ଼ିକ ଅକ୍ଷର ନିର୍ଦ୍ଦିଷ୍ଟ, ତେଣୁ "
+"ଏଗୁଡ଼ିକ ଠିକ ଏହି ପରି "
+"ଦେଖାଯିବା ଆବଶ୍ଯକ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "ଧାଡ଼ି ସଂଖ୍ଯା ମୁଦ୍ରଣ କରନ୍ତୁ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"ଏହି ସଂଖ୍ଯା ଶୂନ୍ଯ ଥିଲେ ଦଲିଲ ମୁଦ୍ରଣ ସମୟରେ ଧାଡ଼ି ସଂଖ୍ଯା ଯୋଡ଼ାଯିବ ନାହିଁ. "
+"ନହେଲେ,gedit ଏତିକି ଧାଡ଼ିରେ "
+"ଥରେ ଧାଡ଼ି ସଂଖ୍ଯା ମୁଦ୍ରଣ କରିବ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "ମୁଦ୍ରଣ ପାଇଁ ମୁଖ୍ଯ ଅଂଶର ଅକ୍ଷରରୂପ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"ମୁଦ୍ରଣ ସମୟରେ ଦଲିଲର ମୁଖ୍ଯ ଅଂଶ ପାଇଁ ବ୍ଯବହାର କରାଯିବା ଅକ୍ଷରରୂପ ନିର୍ଦ୍ଦିଷ୍ଟ କରେ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "ମୁଦ୍ରଣ ପାଇଁ ଶୀର୍ଷକର ଅକ୍ଷରରୂପ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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.gnome.gedit.gschema.xml.in.h:70
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "ମୁଦ୍ରଣ ପାଇଁ ଧାଡ଼ି ସଂଖ୍ଯାର ଅକ୍ଷରରୂପ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 ""
+"ମୁଦ୍ରଣ ସମୟରେ ଧାଡ଼ି ସଂଖ୍ଯା ପାଇଁ ବ୍ଯବହାର କରାଯିବା ଅକ୍ଷରରୂପ ନିର୍ଦ୍ଦିଷ୍ଟ କରେ. "
+"\"ଧାଡ଼ି ସଂଖ୍ଯା ମୁଦ୍ରଣ "
+"କରନ୍ତୁ\" ଚୟନ ଶୂନ୍ଯ ନ ହୋଇଥିଲେ ହିଁ ଏହାର ପ୍ରଭାବ ହେବ."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Automatically Detected Encodings"
+msgstr "ସ୍ବଂୟ ଖୋଜି ପାଇଥିବା ସଙ୍କେତଗୁଡ଼ିକ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"ଗୋଟିଏ ଫାଇଲର ସାଙ୍କେତିକରଣକୁ ସ୍ୱୟଂଯାଞ୍ଚ କରିବା ପାଇଁ gedit ଦ୍ୱାରା ବ୍ୟବହୃତ ହେଉଥିବା "
+"ସାଙ୍କେତିକରଣର "
+"ସଜଡା ତାଲିକା। \"CURRENT\" ପ୍ରଚଳିତ ଲୋକେଲ ସାଙ୍କେତିକରଣକୁ ପ୍ରକାଶ କରେ. କେବଳ "
+"ମାନ୍ୟତାପ୍ରାପ୍ତ "
+"ସାଙ୍କେତିକରଣଗୁଡ଼ିକ ବ୍ୟବହୃତ ହୋଇଥାଏ।"
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid "Encodings shown in menu"
+msgstr "ମେନୁରେ ଦେଖା ହୋଇଥିବା ସଙ୍କେତାବଳୀ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"ସଙ୍କେତାବଳୀର ତାଲିକା ଖୋଲନ୍ତୁ/ସଂରକ୍ଷଣ କରନ୍ତୁ ଫାଇଲ ଚୟକରେ ଅକ୍ଷର ସଙ୍କେତ ମେନୁରେ "
+"ପ୍ରଦର୍ଶିତ ହୋଇଛି. "
+"କେବଳ ଚିହ୍ନା ସଙ୍କେତାବଳୀଙ୍କୁ ବ୍ଯବହାର କରାଯିବ।"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid "Active plugins"
+msgstr "ସକ୍ରିୟ ପ୍ଲଗ-ଇନ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:93
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"ସକ୍ରିୟ ପ୍ଲଗଇନମାନଙ୍କର ତାଲିକା. ଏହା ସକ୍ରିୟ ପ୍ଲଗଇନମାନଙ୍କର \"ସ୍ଥାନ\" କୁ "
+"ଧାରଣକରିଥାଏ. ପ୍ରଦତ୍ତ "
+"ପ୍ଲଗଇନର \"ସ୍ଥାନ\"କୁ ପାଇବା ପାଇଁ .gedit-plugin ଫାଇଲକୁ ଦେଖନ୍ତୁ."
+
+#: ../gedit/gedit-app.c:104
+msgid "Show the application's version"
+msgstr "ପ୍ରୟୋଗର ସଂସ୍କରଣକୁ ଦର୍ଶାନ୍ତୁ"
+
+#: ../gedit/gedit-app.c:110
+msgid "Display list of possible values for the encoding option"
+msgstr "ସାଙ୍କେତିକରଣ ବିକଳ୍ପ ପାଇଁ ସମ୍ଭାବ୍ୟ ମୂଲ୍ୟଗୁଡ଼ିକର ତାଲିକା ଦର୍ଶାନ୍ତୁ"
+
+#: ../gedit/gedit-app.c:117
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"ପାଠ୍ଯ ନିର୍ଦ୍ଦେଶରେ ଉଲ୍ଲେଖିତ ଫାଇଲଗୁଡ଼ିକୁ ଖୋଲିବାରେ ବ୍ଯବହାର କରାଯିବା ଅକ୍ଷର ସଙ୍କେତ "
+"ବିନ୍ଯାସ କରନ୍ତୁ"
+
+#: ../gedit/gedit-app.c:118
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: ../gedit/gedit-app.c:124
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "gedit ର ଏକ ଅବସ୍ଥିତ ଉଦାହାରଣରେ ଏକ ନୂଆ ଉଚ୍ଚସ୍ତ ସ୍ତରର ୱିଣ୍ଡୋ ସୃଷ୍ଟି କରନ୍ତୁ"
+
+#: ../gedit/gedit-app.c:131
+msgid "Create a new document in an existing instance of gedit"
+msgstr "gedit ର ଏକ ଅବସ୍ଥିତ ଉଦାହାରଣରେ ଏକ ନୂଆ ଦଲିଲ ସୃଷ୍ଟି କରନ୍ତୁ"
+
+#: ../gedit/gedit-app.c:138
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "ୱିଣ୍ଡୋର ଆକାର ଏବଂ ଅବସ୍ଥାନ ସେଟ କରନ୍ତୁ (WIDTHxHEIGHT+X+Y)"
+
+#: ../gedit/gedit-app.c:139
+msgid "GEOMETRY"
+msgstr "GEOMETRY"
+
+#: ../gedit/gedit-app.c:145
+msgid "Open files and block process until files are closed"
+msgstr ""
+"ଫାଇଲଗୁଡ଼ିକ ବନ୍ଦ ନହେବା ପର୍ଯ୍ୟନ୍ତ ଫାଇଲଗୁଡ଼ିକୁ ଖୋଲା ରଖନ୍ତୁ ଏବଂ ପ୍ରକ୍ରିୟାକୁ ଅଟକ "
+"ରଖନ୍ତୁ"
+
+#: ../gedit/gedit-app.c:152
+msgid "Run gedit in standalone mode"
+msgstr "gedit କୁ ଷ୍ଟାଣ୍ଡଏଲନ ଧାରାରେ ଚଲାନ୍ତୁ"
+
+#: ../gedit/gedit-app.c:159
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:264
+msgid "There was an error displaying the help."
+msgstr "ସହାୟତାକୁ ପ୍ରଦର୍ଶନ କରିବା ସମୟରେ ଗୋଟିଏ ତ୍ରୁଟି ପରିଲିଖିତ ହେଲା।"
+
+#: ../gedit/gedit-app.c:917
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ଅବୈଧ ସାଙ୍କେତିକରଣ।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "ପ୍ରଶ୍ନ"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:320
+msgid "Close _without Saving"
+msgstr "ସଂରକ୍ଷଣ କରିବା ବିନା ବନ୍ଦ କରନ୍ତୁ (_w)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:321
+#: ../gedit/gedit-commands-file.c:457 ../gedit/gedit-commands-file.c:586
+#: ../gedit/gedit-commands-file.c:663 ../gedit/gedit-commands-file.c:882
+#: ../gedit/gedit-commands-file.c:1332 ../gedit/gedit-io-error-info-bar.c:134
+#: ../gedit/gedit-io-error-info-bar.c:515
+#: ../gedit/gedit-io-error-info-bar.c:1191
+#: ../gedit/gedit-preferences-dialog.c:868
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "ବାତିଲ କରନ୍ତୁ (_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "ଏହିପରି ସଂରକ୍ଷଣ କରନ୍ତୁ (_S)…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/gedit-commands-file.c:883 ../gedit/resources/gtk/menus-osx.ui.h:7
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "ସଂରକ୍ଷଣ କରନ୍ତୁ (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:365
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"ସଂରକ୍ଷଣ ନ କଲେ ପୂର୍ବ %ld ସେକେଣ୍ଡର ପରିବର୍ତ୍ତନ ନିଶ୍ଚିତଭାବରେ ନଷ୍ଟ ହୋଇଯିବ."
+msgstr[1] ""
+"ସଂରକ୍ଷଣ ନ କଲେ ପୂର୍ବ %ld ସେକେଣ୍ଡଗୁଡ଼ିକର ପରିବର୍ତ୍ତନ ନିଶ୍ଚିତଭାବରେ ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:374
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"ସଂରକ୍ଷଣ ନ କଲେ, ପୂର୍ବ ମିନିଟ୍ ର ପରିବର୍ତ୍ତନଗୁଡିକ ନିଶ୍ଚିତଭାବରେ ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:380
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"ସଂରକ୍ଷଣ ନ କଲେ ପୂର୍ବ ମିନିଟ୍ ଓ %ld ସେକେଣ୍ଡର ପରିବର୍ତ୍ତନଗୁଡିକ ନିଶ୍ଚିତଭାବରେ ନଷ୍ଟ "
+"ହୋଇଯିବ."
+msgstr[1] ""
+"ସଂରକ୍ଷଣ ନ କଲେ ପୂର୍ବ ମିନିଟ୍ ଓ %ld ସେକେଣ୍ଡର ପରିବର୍ତ୍ତନଗୁଡିକ ନିଶ୍ଚିତଭାବରେ ନଷ୍ଟ "
+"ହୋଇଯିବ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:390
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"ସଂରକ୍ଷଣ ନ କଲେ ପୂର୍ବ %ld ମିନିଟ୍ ର ପରିବର୍ତ୍ତନ ନିଶ୍ଚିତଭାବରେ ନଷ୍ଟ ହୋଇଯିବ."
+msgstr[1] ""
+"ସଂରକ୍ଷଣ ନ କଲେ ପୂର୍ବ %ld ମିନିଟ୍ ର ପରିବର୍ତ୍ତନ ନିଶ୍ଚିତଭାବରେ ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:405
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+"ଆପଣ ସଂରକ୍ଷଣ ନ କଲେ, ଅନ୍ତିମ ଘଣ୍ଟାରେ ହୋଇଥିବା ପରିବର୍ତ୍ତନ ଗୁଡିକ ସବୁଦିନ ପାଇଁ ନଷ୍ଟ "
+"ହୋଇଯିବ।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"ସଂରକ୍ଷଣ ନ କଲେ ପୂର୍ବ ଘଣ୍ଟା ଓ %d ମିନିଟ୍ ର ପରିବର୍ତ୍ତନ ନିଶ୍ଚିତଭାବରେ ନଷ୍ଟ ହୋଇଯିବ."
+msgstr[1] ""
+"ସଂରକ୍ଷଣ ନ କଲେ ପୂର୍ବ ଘଣ୍ଟା ଓ %d ମିନିଟ୍ ର ପରିବର୍ତ୍ତନ ନିଶ୍ଚିତଭାବରେ ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"ଆପଣ ସଂରକ୍ଷଣ ନ କଲେ, ଶେଷ %d ଘଣ୍ଟାରେ ହୋଇଥିବା ପରିବର୍ତ୍ତନ ଗୁଡିକ ସବୁଦିନ ପାଇଁ ନଷ୍ଟ "
+"ହୋଇଯିବ।"
+msgstr[1] ""
+"ଆପଣ ସଂରକ୍ଷଣ ନ କଲେ, ଶେଷ %d ଘଣ୍ଟାରେ ହୋଇଥିବା ପରିବର୍ତ୍ତନ ଗୁଡିକ ସବୁଦିନ ପାଇଁ ନଷ୍ଟ "
+"ହୋଇଯିବ।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "ଦଲିଲ “%s”ରେ କରାଯାଇଥିବା ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ସବୁଦିନପାଇଁ ନଷ୍ଟ ହୋଇଯିବ।"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "ବନ୍ଦ କରିବା ପୂର୍ବରୁ ପରିବର୍ତ୍ତନକୁ “%s” ଦଲିଲରେ ସଂରକ୍ଷଣ କରାଯିବ କି?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:490
+#: ../gedit/gedit-close-confirmation-dialog.c:651
+msgid "Saving has been disabled by the system administrator."
+msgstr "ତନ୍ତ୍ର ପ୍ରଶାସକଙ୍କ ଦ୍ୱାରା ସଂରକ୍ଷଣ ନିଷ୍କ୍ରିୟ ହୋଇଯାଇଛି."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:599
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "ଦଲିଲ %dରେ କରାଯାଇଥିବା ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ସବୁଦିନପାଇଁ ନଷ୍ଟ ହୋଇଯିବ."
+msgstr[1] "%d ଦଲିଲଗୁଡ଼ିକରେ କରାଯାଇଥିବା ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ସବୁଦିନପାଇଁ ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:607
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d ଦଲିଲରେ ଅସଂରକ୍ଷିତ ପରିବର୍ତ୍ତନ ରହିଛି. ବନ୍ଦ କରିବା ପୂର୍ବରୁ ପରିବର୍ତ୍ତନକୁ ସଂରକ୍ଷଣ "
+"କରାଯିବ କି?"
+msgstr[1] ""
+"%d ଦଲିଲଗୁଡ଼ିକରେ ଅସଂରକ୍ଷିତ ପରିବର୍ତ୍ତନ ରହିଛି. ବନ୍ଦ କରିବା ପୂର୍ବରୁ ପରିବର୍ତ୍ତନକୁ "
+"ସଂରକ୍ଷଣ କରାଯିବ କି?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:627
+msgid "Docum_ents with unsaved changes:"
+msgstr "ଅସଂରକ୍ଷିତ ପରିବର୍ତ୍ତନ ସହିତଥିବା ଦଲିଲଗୁଡ଼ିକ (_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:631
+msgid "S_elect the documents you want to save:"
+msgstr "ସଂରକ୍ଷଣ ପାଇଁ ଦଲିଲଗୁଡ଼ିକୁ ବାଛନ୍ତୁ (_e)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:655
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "ସଂରକ୍ଷଣ ନ କଲେ ଆପଣଙ୍କର ସମସ୍ତ ପରିବର୍ତ୍ତନ ନିଶ୍ଚିତ ଭାବରେ ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-commands-file.c:256
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' ଫାଇଲକୁ ଧାରଣ କରୁଅଛି..."
+
+#: ../gedit/gedit-commands-file.c:265
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d ଫାଇଲକୁ ଧାରଣ କରୁଅଛି..."
+msgstr[1] "%d ଫାଇଲଗୁଡ଼ିକ ଧାରଣ କରୁଉଛି..."
+
+#. Translators: "Open" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:451
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "ଖୋଲନ୍ତୁ"
+
+#: ../gedit/gedit-commands-file.c:458 ../gedit/resources/gtk/menus-osx.ui.h:4
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "ଖୋଲନ୍ତୁ (_O)"
+
+#: ../gedit/gedit-commands-file.c:577
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "\"%s\" ଫାଇଲଟି କେବଳ ଲେଖନୀୟ।"
+
+#: ../gedit/gedit-commands-file.c:582
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+"ଆପଣ ଏହାକୁ ସଂରକ୍ଷଣ କରାଯାଉଥିବା ଫାଇଲ ସହିତ ବଦଳାଇବା ପାଇଁ ଚେଷ୍ଟା କରିବାକୁ ଚାହାନ୍ତି "
+"କି?"
+
+#: ../gedit/gedit-commands-file.c:587
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "ବଦଳାନ୍ତୁ (_R)"
+
+#: ../gedit/gedit-commands-file.c:627
+msgid "Save the file using compression?"
+msgstr "ସଙ୍କୋଚନ ପ୍ରଣାଳୀକୁ ବ୍ୟବହାର କରି ଫାଇଲକୁ ସଂରକ୍ଷଣ କରିବେ କି?"
+
+#: ../gedit/gedit-commands-file.c:631
+msgid "Save the file as plain text?"
+msgstr "ଫାଇଲକୁ ସରଳ ପାଠ୍ୟ ଭାବରେ ସଂରକ୍ଷଣ କରିବେ କି?"
+
+#: ../gedit/gedit-commands-file.c:644
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"ଫାଇଲ \"%s\" ପୂର୍ବରୁ ସରଳ ପାଠ୍ୟ ଭାବରେ ସଂରକ୍ଷିତ ଏବଂ ବର୍ତ୍ତମାନ ସଙ୍କୋଚନ ବ୍ୟବାହର "
+"କରି ସଂରକ୍ଷିତ "
+"ହେବ।"
+
+#: ../gedit/gedit-commands-file.c:648
+msgid "_Save Using Compression"
+msgstr "ସଙ୍କୋଚନ ପ୍ରଣାଳୀକୁ ବ୍ୟବହାର କରି ଫାଇଲକୁ ସଂରକ୍ଷଣ କରନ୍ତୁ (_S)"
+
+#: ../gedit/gedit-commands-file.c:653
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"ସଙ୍କୋଚନ ବ୍ୟବହାର କରି ଫାଇଲ \"%s\" ପୂର୍ବରୁ ସଂରକ୍ଷିତ ଏବଂ ବର୍ତ୍ତମାନ ସରଳ ପାଠ୍ୟ "
+"ଭାବରେ ସଂରକ୍ଷିତ "
+"ହେବ।"
+
+#: ../gedit/gedit-commands-file.c:656
+msgid "_Save As Plain Text"
+msgstr "ସାଧାରଣ ପାଠ୍ୟ ଭାବରେ ସଂରକ୍ଷଣ କରନ୍ତୁ (_S)"
+
+#: ../gedit/gedit-commands-file.c:764 ../gedit/gedit-commands-file.c:991
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s' ଫାଇଲକୁ ସଂରକ୍ଷଣ କରୁଅଛି..."
+
+#: ../gedit/gedit-commands-file.c:875
+msgid "Save As"
+msgstr "ଏପରି ଭାବରେ ସଂରକ୍ଷଣ କରନ୍ତୁ"
+
+#: ../gedit/gedit-commands-file.c:1195
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "'%s' ଦଲିଲକୁ ପ୍ରତ୍ଯାବୃତ୍ତ କରୁଅଛି..."
+
+#: ../gedit/gedit-commands-file.c:1240
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "ଅସଂରକ୍ଷିତ ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ ଦଲିଲ '%s' କୁ ପ୍ରତ୍ୟାବୃତ କରିବେ କି?"
+
+#: ../gedit/gedit-commands-file.c:1249
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"ପୂର୍ବ %ld ସେକେଣ୍ଡରେ ହୋଇଥିବା ଦଲିଲର ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ପୂରା ନଷ୍ଟ ହୋଇଯିବ."
+msgstr[1] ""
+"ପୂର୍ବ %ld ସେକେଣ୍ଡରେ ହୋଇଥିବା ଦଲିଲର ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ପୂରା ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-commands-file.c:1258
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "ପୂର୍ବ ମିନିଟ୍ ରେ ହୋଇଥିବା ଦଲିଲର ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ପୂରା ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-commands-file.c:1264
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"ପୂର୍ବ ମିନିଟ୍ ଓ %ld ସେକେଣ୍ଡରେ ହୋଇଥିବା ଦଲିଲର ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ପୂରା ନଷ୍ଟ ହୋଇଯିବ."
+msgstr[1] ""
+"ପୂର୍ବ ମିନିଟ୍ ଓ %ld ସେକେଣ୍ଡରେ ହୋଇଥିବା ଦଲିଲର ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ପୂରା ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-commands-file.c:1274
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"ପୂର୍ବ %ld ମିନିଟ୍ ରେ ହୋଇଥିବା ଦଲିଲର ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ପୂରା ନଷ୍ଟ ହୋଇଯିବ."
+msgstr[1] ""
+"ପୂର୍ବ %ld ମିନିଟ୍ ରେ ହୋଇଥିବା ଦଲିଲର ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ପୂରା ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-commands-file.c:1289
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"ଦଲିଲରେ ଶେଷ ମୁହୁର୍ତ୍ତରେ କରାଯାଇଥିବା ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ସବୁଦିନ ପାଇଁ ନଷ୍ଟହୋଇଯିବ."
+
+#: ../gedit/gedit-commands-file.c:1295
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"ପୂର୍ବ ଘଣ୍ଟା ଓ %d ମିନିଟ୍ ରେ ହୋଇଥିବା ଦଲିଲର ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ପୂରା ନଷ୍ଟ ହୋଇଯିବ."
+msgstr[1] ""
+"ପୂର୍ବ ଘଣ୍ଟା ଓ %d ମିନିଟ୍ ରେ ହୋଇଥିବା ଦଲିଲର ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ପୂରା ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../gedit/gedit-commands-file.c:1310
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"ଦଲିଲରେ ଶେଷ %d ଘଣ୍ଟା କରାଯାଇଥିବା ପରିବର୍ତ୍ତନ ଗୁଡିକ ସବୁଦିନ ପାଇଁ ନଷ୍ଟ ହୋଇଯିବ।"
+msgstr[1] ""
+"ଦଲିଲରେ ଶେଷ %d ଘଣ୍ଟା କରାଯାଇଥିବା ପରିବର୍ତ୍ତନ ଗୁଡିକ ସବୁଦିନ ପାଇଁ ନଷ୍ଟ ହୋଇଯିବ।"
+
+#: ../gedit/gedit-commands-file.c:1333
+msgid "_Revert"
+msgstr "ପୁନଃପ୍ରତ୍ଯାବର୍ତ୍ତନ କରନ୍ତୁ (_R)"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "ନୋମ୍ ଡେସ୍କଟପ୍ ପାଇଁ gedit ଏକ ଛୋଟ ଏବଂ ହାଲୁକା ପାଠ୍ଯ ସମ୍ପାଦକ"
+
+#: ../gedit/gedit-commands-help.c:102
+msgid "translator-credits"
+msgstr ""
+"ଗୋରା ମହାନ୍ତି <gora_mohanty@yahoo.co.in>\n"
+"ଶୁଭ୍ରାଂଶୁ ବେହେରା <arya_subhransu@yahoo.co.in>\n"
+"ମନୋଜ କୁମାର ଗିରି <mgiri@redhat.com>"
+
+#: ../gedit/gedit-commands-search.c:103
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d ଆବୃତିକୁ ଖୋଜିକରି ପରିବର୍ତ୍ତନ କରାଯାଇଛି"
+msgstr[1] "%d ଆବୃତିକୁ ଖୋଜିକରି ପରିବର୍ତ୍ତନ କରାଯାଇଛି"
+
+#: ../gedit/gedit-commands-search.c:112
+msgid "Found and replaced one occurrence"
+msgstr "ସ୍ଥାନରେ ଖୋଜି ବଦଳାଯାଇଛି."
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:138
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" ମିଳିଲା ନାହିଁ"
+
+#: ../gedit/gedit-document.c:953 ../gedit/gedit-document.c:983
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "ଅସଂରକ୍ଷିତ ଦଲିଲ %d"
+
+#: ../gedit/gedit-documents-panel.c:427
+#, c-format
+msgid "Tab Group %i"
+msgstr "ଟ୍ୟାବ ଶ୍ରେଣୀ %i"
+
+#: ../gedit/gedit-documents-panel.c:524 ../gedit/gedit-window.c:1133
+#: ../gedit/gedit-window.c:1139 ../gedit/gedit-window.c:1147
+msgid "Read-Only"
+msgstr "କେବଳ-ପଠନୀୟ"
+
+#: ../gedit/gedit-encodings-combo-box.c:302
+#: ../gedit/gedit-file-chooser-dialog-osx.c:564
+msgid "Automatically Detected"
+msgstr "ସ୍ବଂୟଚାଳିତ ଭାବରେ ଖୋଜି ପାଇଥିବା"
+
+#: ../gedit/gedit-encodings-combo-box.c:331
+#: ../gedit/gedit-file-chooser-dialog-osx.c:573
+msgid "Add or Remove..."
+msgstr "ଯୋଡ଼ନ୍ତୁ ବା କାଢ଼ନ୍ତୁ..."
+
+#: ../gedit/gedit-encoding-items.c:95 ../gedit/gedit-encoding-items.c:104
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "ସାମ୍ପ୍ରତିକ ଲୋକେଲ (%s)"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:40
+#: ../gedit/gedit-preferences-dialog.c:877
+msgid "All Files"
+msgstr "ସବୁ ଫାଇଲଗୁଡ଼ିକ"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+msgid "All Text Files"
+msgstr "ସବୁ ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକ"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:305
+msgid "C_haracter Encoding:"
+msgstr "ଅକ୍ଷର ସାଙ୍କେତିକରଣ (_h):"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:355
+msgid "L_ine Ending:"
+msgstr "ଧାଡ଼ି ସାଙ୍କେତିକରଣ (_i):"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:546
+#| msgid "C_haracter Encoding:"
+msgid "Character Encoding:"
+msgstr "ଅକ୍ଷର ସାଙ୍କେତିକରଣ:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:619
+#| msgid "L_ine Ending:"
+msgid "Line Ending:"
+msgstr "ଧାଡ଼ି ସାଙ୍କେତିକରଣ:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:256 ../gedit/gedit-window.c:1217
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "ସାଧାରଣ ପାଠ୍ୟ"
+
+#: ../gedit/gedit-io-error-info-bar.c:147
+#: ../gedit/gedit-io-error-info-bar.c:495
+msgid "_Retry"
+msgstr "ପୁନଃ ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:167
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "“%s”ଫାଇଲକୁ ପାଇ ପାରିଲା ନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:169
+#: ../gedit/gedit-io-error-info-bar.c:209
+#: ../gedit/gedit-io-error-info-bar.c:216
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"ଆପଣ ସଠିକ ଭାବରେ ଅବସ୍ଥାନ ଟାଇପ କରିଛନ୍ତି ବୋଲି ଦୟାକରି ଯାଞ୍ଚ କରନ୍ତୁ ଏବଂ ପୁନର୍ବାର "
+"ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ।"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:188
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” ଅବସ୍ଥାନକୁ ନିୟନ୍ତ୍ରଣ କରିପାରିଲା ନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:194
+msgid "Unable to handle this location."
+msgstr "ଏହି ଅବସ୍ଥାନକୁ ନିୟନ୍ତ୍ରଣ କରିପାରିବ ନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+msgid "The location of the file cannot be accessed."
+msgstr "ଏହି ଫାଇଲର ଅବସ୍ଥିତିକୁ ଗମନ କରିପାରିବେ ନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:207
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s”ଗୋଟିଏ ଡିରେକ୍ଟୋରି ଅଟେ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:214
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” ଗୋଟିଏ ବୈଧ ଅବସ୍ଥାନ ନୁହେଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:250
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"“%s” ଆଧାର ମିଳିଲା ନାହିଁ। ଦୟାକରି ଏହା ଯାଞ୍ଚ କରନ୍ତୁ ଯେ ଆପଣଙ୍କ ପ୍ରୋକ୍ସି ବିନ୍ଯାସ "
+"ଗୁଡିକ ସଠିକ ଅଛି ଏବଂ "
+"ପୁନର୍ବାର ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:265
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"ଆଧାର ନାମ ଅବୈଧ ଅଟେ। ଦୟାକରି ଆପଣ ଅବସ୍ଥାନ ସଠିକ ଭାବରେ ଟାଇପ କରିଛନ୍ତି ବୋଲି ଯାଞ୍ଚ "
+"କରନ୍ତୁ ଏବଂ "
+"ପୁନର୍ବାର ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” ଟି ଗୋଟିଏ ନିୟମିତ ଫାଇଲ ନୁହଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:278
+msgid "Connection timed out. Please try again."
+msgstr "ସଂଯୋଗ ସମୟ ସମାପ୍ତ. ଦୟାକରି ପୁଣିଥରେ ଚେଷ୍ଟାକରନ୍ତୁ."
+
+#: ../gedit/gedit-io-error-info-bar.c:311
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "ଅପ୍ରତ୍ୟାଶିତ ତ୍ରୁଟି: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:347
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"ଅନୁରୋଧ କରାଯାଇଥିବା ଫାଇଲକୁ ଖୋଜିପାରିଲା ନାହିଁ। ସମ୍ଭବତଃ ଏହା ନିକଟରେ ଅପସାରିତ ହୋଇଛି।"
+
+#: ../gedit/gedit-io-error-info-bar.c:357
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "ଫାଇଲ “%s”କୁ ପ୍ରତ୍ୟାବୃତ କରିହେଲା ନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:384
+msgid "Ch_aracter Encoding:"
+msgstr "ଅକ୍ଷର ସାଙ୍କେତିକରଣ (_a):"
+
+#: ../gedit/gedit-io-error-info-bar.c:445
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "ସ୍ଥାନ “%s” କୁ ବର୍ତ୍ତମାନ ପହଞ୍ଚି ହେବ ନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:460
+msgid "Your system is offline. Check your network."
+msgstr "ଆପଣଙ୍କ ତନ୍ତ୍ର ଅଫ୍‌ଲାଇନରେ ଅଛି। ନେଟୱର୍କକୁ ଯାଞ୍ଚ କରନ୍ତୁ।"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:503
+#: ../gedit/gedit-io-error-info-bar.c:772
+msgid "Edit Any_way"
+msgstr "ଯେକୌଣସି ପ୍ରକାରେ ସମ୍ପାଦନ କରନ୍ତୁ (_w)"
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"ଅନୁସରଣକରାଯାଇଥିବା ସଂଯୋଗଗୁଡ଼ିକର ସଂଖ୍ୟା ସୀମିତ ଅଟେ ଏବଂ ଏହି ସୀମା ଭିତରେ ପ୍ରକୃତ ଫାଇଲ "
+"ମିଳିପାରିବ "
+"ନାହିଁ."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ଏହି ଫାଇଲକୁ ଖୋଲିବା ପାଇଁ ଆପଣଙ୍କ ପାଖରେ ଆବଶ୍ୟକୀୟ ଅନୁମତି ନାହିଁ."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+msgid "Unable to detect the character encoding."
+msgstr "ଅକ୍ଷର ସାଙ୍କେତିକରଣକୁ ଖୋଜିବାରେ ସମର୍ଥ ହେଲା ନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+#: ../gedit/gedit-io-error-info-bar.c:630
+msgid "Please check that you are not trying to open a binary file."
+msgstr "ଦୟାକରି ଯାଞ୍ଚକରନ୍ତୁ ଯେ ଆପଣ ଦ୍ୱିମୀକ ଫାଇଲ ଖୋଲିବାକୁ ଚେଷ୍ଟାକରୁନାହାନ୍ତି."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid "Select a character encoding from the menu and try again."
+msgstr "ତାଲିକାରୁ ଗୋଟିଏ ଅକ୍ଷର ସାଙ୍କେତିକରଣ ଚୟନକରନ୍ତୁ ଏବଂ ପୁଣି ଚେଷ୍ଟାକରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:613
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "ଫାଇଲ“%s” କୁ ଖୋଲିବା ସମୟରେ ଗୋଟିଏ ତ୍ରୁଟି ପରିଲିଖିତ ହୋଇଥିଲା।"
+
+#: ../gedit/gedit-io-error-info-bar.c:615
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"ଆପଣ ଖୋଲିଥିବା ଫାଇଲରେ କିଛି ଅବୈଧ ଅକ୍ଷର ଅଛି। ଯଦି ଆପଣ ଏହି ଫାଇଲକୁ ସମ୍ପାଦନ କରିବା "
+"ପାଇଁ ଚାହାନ୍ତି "
+"ତେବେ ଆପଣ ଏହି ଦଲିଲକୁ ତ୍ରୁଟିଯୁକ୍ତ କରିପାରନ୍ତି।"
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"ଆପଣ ଅନ୍ୟ ଏକ ଅକ୍ଷର ସାଙ୍କେତିକରଣକୁ ଚୟନକରିପାରିବେ ଏବଂ ପୁଣିଥରେ ଚେଷ୍ଟା କରିପାରିବେ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "“%s” ଅକ୍ଷର ସାଙ୍କେତିକରଣ ବ୍ୟବହାର କରି “%s”ଫାଇଲକୁ ଖୋଲି ପାରିଲେ ନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:631
+#: ../gedit/gedit-io-error-info-bar.c:706
+msgid "Select a different character encoding from the menu and try again."
+msgstr "ତାଲିକାରୁ ଭିନ୍ନ ଏକ ଅକ୍ଷର ସାଙ୍କେତିକରଣ ଚୟନକରନ୍ତୁ ଏବଂ ପୁଣି ଚେଷ୍ଟାକରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "ଫାଇଲ “%s” କୁ ଖୋଲିପାରିବେ ନାହିଁ”."
+
+#: ../gedit/gedit-io-error-info-bar.c:701
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "“%s” ଅକ୍ଷର ସାଙ୍କେତିକରଣ ବ୍ୟବହାର କରି “%s” ଫାଇଲକୁ ସଂରକ୍ଷଣ କରିପାରିଲେନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:704
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"ଏହି ଦଲିଲ ଏକ ବା ଏକାଧିକ ଅକ୍ଷର ଧାରଣ କରିଥାଏ ଯାହାକୁ ଉଲ୍ଲେଖିତ ଅକ୍ଷର ସାଙ୍କେତିକରଣ "
+"ବ୍ୟବହାରକରି "
+"କଢ଼ାଯାଇପାରିବ ନାହିଁ।"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:777
+msgid "D_on't Edit"
+msgstr "ସମ୍ପାଦନ କରନ୍ତୁ ନାହିଁ (_o)"
+
+#: ../gedit/gedit-io-error-info-bar.c:787
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "ଫାଇଲ “%s” ଟି ଅନ୍ୟଏକ ୱିଣ୍ଡୋରେ ପୂର୍ବରୁ ଖୋଲାଅଛି।"
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+msgid "Do you want to edit it anyway?"
+msgstr "ଆପଣ ଏହାକୁ ଯେକୌଣସି ଉପାୟରେ ସମ୍ପାଦନ କରିବାକୁ ଚାହୁଁଛନ୍ତି କି?"
+
+#: ../gedit/gedit-io-error-info-bar.c:857
+#: ../gedit/gedit-io-error-info-bar.c:947
+#: ../gedit/gedit-io-error-info-bar.c:1239
+msgid "S_ave Anyway"
+msgstr "ଯେକୌଣସି ପ୍ରକାରେ ସଂରକ୍ଷଣ କରନ୍ତୁ (_a)"
+
+#: ../gedit/gedit-io-error-info-bar.c:860
+#: ../gedit/gedit-io-error-info-bar.c:950
+#: ../gedit/gedit-io-error-info-bar.c:1242
+msgid "D_on't Save"
+msgstr "ସଂରକ୍ଷଣ କରନ୍ତୁ ନାହିଁ (_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:874
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "ଫାଇଲ “%s”କୁ ପଢ଼ିସାରିବା ପରଠୁଁ ପରିବର୍ତ୍ତନ କରାସରିଛି।"
+
+#: ../gedit/gedit-io-error-info-bar.c:889
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"ଯଦି ଆପଣ ଏହାକୁ ସଂରକ୍ଷଣ କରନ୍ତି, ସମସ୍ତ ବାହ୍ୟ ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ନଷ୍ଟ ହୋଇଯାଇପାରେ. "
+"ଯେକୌଣସି ପ୍ରକାରେ "
+"ଏହାକୁ ସଂରକ୍ଷଣ କରିବେ କି?"
+
+#: ../gedit/gedit-io-error-info-bar.c:969
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "“%s”କୁ ସଂରକ୍ଷଣ କରିବା ସମୟରେ ନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ସୃଷ୍ଟିକରିପାରିବେନାହିଁ"
+
+#: ../gedit/gedit-io-error-info-bar.c:974
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr ""
+"“%s”କୁ ସଂରକ୍ଷଣ କରିବା ସମୟରେ ଅସ୍ଥାୟୀ ନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ସୃଷ୍ଟିକରିପାରିବେନାହିଁ"
+
+#: ../gedit/gedit-io-error-info-bar.c:991
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"ନୂତନ ଫାଇଲକୁ ସଂରକ୍ଷଣ କରିବା ପୂର୍ବରୁ ଫାଇଲର ପୂର୍ବ ପ୍ରତିଲିପିକୁ ନକଲ ସଂରକ୍ଷଣ "
+"କରିପାରିଲା ନାହିଁ। ଆପଣ ଏହି "
+"ଚେତାବନୀକୁ ଅମାନ୍ୟ କରି ଫାଇଲକୁ ଯେକୌଣସି ଉପାୟରେ ସଂରକ୍ଷଣ କରିପାରିବେ, କିନ୍ତୁ ସଂରକ୍ଷଣ "
+"କରିବା ସମୟରେ "
+"ଯଦି ତ୍ରୁଟି ଘଟିଲା, ତେବେ ଆପଣ ସେହି ଫାଇଲର ପୁରୁଣା ନକଲକୁ ହରାଇବେ। ଯେକୌଣସି ଉପାୟରେ "
+"ସଂରକ୍ଷଣ କରନ୍ତୁ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1051
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"“%s:” ଅବସ୍ଥାନକୁ ଲିଖନୀୟ ଧାରାରେ ନିୟନ୍ତ୍ରଣ କରିପାରିବ ନାହିଁ। ଦୟାକରି ଆପଣ ଅବସ୍ଥାନ "
+"ସଠିକ ଭାବରେ "
+"ଟାଇପ କରିଛନ୍ତି ବୋଲି ଯାଞ୍ଚ କରନ୍ତୁ ଏବଂ ପୁନର୍ବାର ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1059
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"ଏହି ଅବସ୍ଥାନକୁ ଲିଖନୀୟ ଧାରାରେ ନିୟନ୍ତ୍ରଣ କରିପାରିବ ନାହିଁ। ଦୟାକରି ଆପଣ ଅବସ୍ଥାନ ସଠିକ "
+"ଭାବରେ ଟାଇପ "
+"କରିଛନ୍ତି ବୋଲି ଯାଞ୍ଚ କରନ୍ତୁ ଏବଂ ପୁନର୍ବାର ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1068
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” ଗୋଟିଏ ବୈଧ ଅବସ୍ଥାନ ନୁହେଁ। ଦୟାକରି ଆପଣ ଅବସ୍ଥାନ ସଠିକ ଭାବରେ ଟାଇପ କରିଛନ୍ତି "
+"ବୋଲି ଯାଞ୍ଚ "
+"କରନ୍ତୁ ଏବଂ ପୁନର୍ବାର ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1075
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"ଫାଇଲକୁ ସଂରକ୍ଷଣ କରିବା ପାଇଁ ଆପଣଙ୍କ ନିକଟରେ ଅନୁମତି ନାହିଁ। ଦୟାକରି ଆପଣ ଅବସ୍ଥାନ ସଠିକ "
+"ଭାବରେ ଟାଇପ "
+"କରିଛନ୍ତି ବୋଲି ଯାଞ୍ଚ କରନ୍ତୁ ଏବଂ ପୁନର୍ବାର ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1081
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"ଏହି ଫାଇଲକୁ ସଂରକ୍ଷଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ଡିସ୍କ ସ୍ଥାନ ନାହିଁ. ଦୟାକରି କିଛି ଡିସ୍କ "
+"ସ୍ଥାନ ଖାଲିକରି ପୁଣି "
+"ଚେଷ୍ଟାକରନ୍ତୁ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1086
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"ଆପଣ ଫାଇଲକୁ ଗୋଟିଏ କେବଳ ପଠନୀୟ ଡିସ୍କରେ ସଂରକ୍ଷଣ କରିବା ପାଇଁ ପ୍ରଚେଷ୍ଟା କରୁଛନ୍ତି। "
+"ଦୟାକରି ଆପଣ "
+"ଅବସ୍ଥାନ ସଠିକ ଭାବରେ ଟାଇପ କରିଛନ୍ତି ବୋଲି ଯାଞ୍ଚ କରନ୍ତୁ ଏବଂ ପୁନର୍ବାର ପ୍ରଚେଷ୍ଟା "
+"କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1092
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"ସମାନ ନାମ ବିଶିଷ୍ଟ ଆଉଏକ ଫାଇଲ ପୂର୍ବରୁ ଅବସ୍ଥିତ। ଦୟାକରି ଭିନ୍ନ ନାମ ବ୍ୟବହାର କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"ଫାଇଲ ସଂରକ୍ଷଣ କରିବାକୁ ଚେଷ୍ଟା କରୁଥିବା ଡିସ୍କରେ ଫାଇଲ ନାମର ଲମ୍ବ ଉପରେ ସୀମାବଦ୍ଧତା "
+"ଅଛି। ଦୟାକରି "
+"ଗୋଟିଏ ଛୋଟ ନାମ ବ୍ଯବହାର କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1108
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"ଫାଇଲ ସଂରକ୍ଷଣ କରିବାକୁ ଚେଷ୍ଟା କରୁଥିବା ଡିସ୍କରେ ଫାଇଲ ଆକାର ଉପରେ ଅକ୍ଷମତା ରହିଛି। "
+"ଦୟାକରି ଏହାଠାରୁ "
+"ଏକ ଛୋଟ ଫାଇଲ ସଂରକ୍ଷଣ କରନ୍ତୁ ବା ଏହି ଅକ୍ଷମତା ନଥିବା ଗୋଟିଏ ଅଲଗା ଡିସ୍କରେ ସଂରକ୍ଷଣ "
+"କରନ୍ତୁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1125
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "“%s” ଫାଇଲକୁ ସଂରକ୍ଷଣ କରିପାରିବେ ନାହିଁ।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1165
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "“%s” ଫାଇଲକୁ ଡିସ୍କରେ ପରିବର୍ତ୍ତନ କରାଯାଇଛି।"
+
+#: ../gedit/gedit-io-error-info-bar.c:1176
+msgid "Drop Changes and _Reload"
+msgstr "ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ ଛାଡ଼ନ୍ତୁ ଏବଂ ପୁନର୍ଦ୍ଧାରଣ କରନ୍ତୁ (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1186
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Reload"
+msgstr "ପୁନର୍ଧାରଣ କରନ୍ତୁ (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1252
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "“%s” କୁ ସଂରକ୍ଷଣ କରିବା ସମୟରେ କିଛି ଅବୈଧ ଅକ୍ଷର ଧରାପଡ଼ିଛି"
+
+#: ../gedit/gedit-io-error-info-bar.c:1268
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"ଯଦି ଆପଣ ଏହି ଫାଇଲକୁ ସଂରକ୍ଷଣ କରିବା ପାଇଁ ଅଗ୍ରସର ହୁଅନ୍ତି, ତେବେ ଆପଣଙ୍କ ଦଲିଲ ନଷ୍ଟ "
+"ହୋଇଯାଇପାରେ। "
+"ଯେକୌଣସି ଉପାୟରେ ସଂରକ୍ଷଣ କରନ୍ତୁ?"
+
+#: ../gedit/gedit-open-document-selector.c:411
+msgid "No results"
+msgstr "କୌଣସି ଫଳାଫଳ ନାହିଁ"
+
+#: ../gedit/gedit-preferences-dialog.c:386
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "ସମ୍ପାଦକ ବ୍ଯବହାର କରିବା ନିମନ୍ତେ ଅକ୍ଷରରୂପ ବାଛିବା ପାଇଁ ଏହି ଚାବି ଦବାନ୍ତୁ"
+
+#: ../gedit/gedit-preferences-dialog.c:399
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "ତନ୍ତ୍ରର ସ୍ଥିର ଓସାର ଅକ୍ଷରରୂପ (%s)କୁ ବ୍ୟବହାର କରନ୍ତୁ (_U)"
+
+#: ../gedit/gedit-preferences-dialog.c:643
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"ଡ଼ିରେକ୍ଟୋରୀ '%s' ନିର୍ମାଣ କରାଯାଇପାରିବନାହିଁ: g_mkdir_with_parents() ବିଫଳ ହୋଇଛି: "
+"%s"
+
+#: ../gedit/gedit-preferences-dialog.c:839
+msgid "The selected color scheme cannot be installed."
+msgstr "ବଚ୍ଛିତ ରଙ୍ଗ ଯୋଜନାକୁ ସ୍ଥାପନ କରାଯାଇପାରିବ ନାହିଁ."
+
+#: ../gedit/gedit-preferences-dialog.c:864
+msgid "Add Scheme"
+msgstr "ଯୋଜନା ଯୋଗକରନ୍ତୁ"
+
+#: ../gedit/gedit-preferences-dialog.c:869
+msgid "A_dd Scheme"
+msgstr "ଯୋଜନା ଯୋଗକରନ୍ତୁ (_d)"
+
+#: ../gedit/gedit-preferences-dialog.c:873
+msgid "Color Scheme Files"
+msgstr "ରଙ୍ଗ ଯୋଜନା ଫାଇଲଗୁଡ଼ିକ"
+
+#: ../gedit/gedit-preferences-dialog.c:910
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "ରଙ୍ଗ ଯୋଜନା \"%s\"କୁ କଢ଼ାଯାଇପାରିବ ନାହିଁ."
+
+#: ../gedit/gedit-print-job.c:555
+#, c-format
+msgid "File: %s"
+msgstr "ଫାଇଲ: %s"
+
+#: ../gedit/gedit-print-job.c:564
+msgid "Page %N of %Q"
+msgstr "ପୃଷ୍ଠା %Nରୁ %Q"
+
+#: ../gedit/gedit-print-job.c:826
+msgid "Preparing..."
+msgstr "ପ୍ରସ୍ତୁତ କରୁଅଛି..."
+
+#: ../gedit/gedit-print-preview.c:648
+#, c-format
+msgid "Page %d of %d"
+msgstr "ପୃଷ୍ଠା %d ର %d"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "ଏଠାରେ ଏକ ତ୍ରୁଟିଯୁକ୍ତ ଟ୍ୟାବ ଅଛି"
+msgstr[1] "ଏଠାରେ ତ୍ରୁଟିଯୁକ୍ତ %dଟି ଟ୍ୟାବ ଅଛି"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:772
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%sରୁ %sକୁ ପ୍ରତ୍ୟାବୃତ କରାଯାଉଛି"
+
+#: ../gedit/gedit-tab.c:779
+#, c-format
+msgid "Reverting %s"
+msgstr "%sକୁ ପ୍ରତ୍ୟାବୃତ କରାଯାଉଛି"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%sରୁ %sକୁ ଧାରଣ କରାଯାଉଛି"
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "%sକୁ ଧାରଣ କରାଯାଉଛି"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:875
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%sକୁ %sରେ ସଂରକ୍ଷଣ କରାଯାଉଛି"
+
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s"
+msgstr "%sକୁ ସଂରକ୍ଷଣ କରାଯାଉଛି"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1443
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error opening file %s"
+msgstr "ଫାଇଲ %sକୁ ଖୋଲିବା ସମୟରେ ତ୍ରୁଟି"
+
+#: ../gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error reverting file %s"
+msgstr "ଫାଇଲ %sକୁ ପ୍ରତ୍ଯାବୃତ କରିବା ସମୟରେ ତ୍ରୁଟି"
+
+#: ../gedit/gedit-tab.c:1501
+#, c-format
+msgid "Error saving file %s"
+msgstr "ଫାଇଲ %sକୁ ସଂରକ୍ଷଣ କରିବା ସମୟରେ ତ୍ରୁଟି"
+
+#: ../gedit/gedit-tab.c:1532
+msgid "Name:"
+msgstr "ନାମ"
+
+#: ../gedit/gedit-tab.c:1533
+msgid "MIME Type:"
+msgstr "ମାଇମ ପ୍ରକାର"
+
+#: ../gedit/gedit-tab.c:1534
+msgid "Encoding:"
+msgstr "ସଙ୍କେତ:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "ଦୟାକରି ଆପଣଙ୍କର ସ୍ଥାପନକୁ ଯାଞ୍ଚକରନ୍ତୁ."
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "UI ଫାଇଲ %s କୁ ଖୋଲିବାରେ ଅସମର୍ଥ। ତ୍ରୁଟି: %s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "ଫାଇଲ %s ମଧ୍ଯରେ ବସ୍ତୁ '%s'କୁ ଖୋଜିବାରେ ଅସମର୍ଥ."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "%sରେ /"
+
+#: ../gedit/gedit-utils.c:1453
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-utils.c:1455
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-utils.c:1457
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-view.c:512
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "ଧାଡ଼ି ସଂଖ୍ଯା ପ୍ରଦର୍ଶିତ କରନ୍ତୁ (_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:733
+#, c-format
+msgid "%d of %d"
+msgstr "%d ର %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:825
+msgid "_Wrap Around"
+msgstr "ପରିବେଷ୍ଟନ କରନ୍ତୁ (_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:835
+msgid "Match as _Regular Expression"
+msgstr "ନିୟମିତ ଅଭିବ୍ୟକ୍ତି ଭାବରେ ମେଳାନ୍ତୁ (_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:849
+msgid "Match _Entire Word Only"
+msgstr "କେବଳ ସମ୍ପୂର୍ଣ୍ଣ ଶବ୍ଦକୁ ମେଳକରନ୍ତୁ (_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:863
+msgid "_Match Case"
+msgstr "ଅକ୍ଷର ପ୍ରକାରକୁ ମେଳାନ୍ତୁ (_M)"
+
+#: ../gedit/gedit-view-frame.c:1037
+msgid "String you want to search for"
+msgstr "ଆପଣ ଖୋଜିବାକୁ ଚାହୁଁଥିବା ବାକ୍ୟଖଣ୍ଡ"
+
+#: ../gedit/gedit-view-frame.c:1049
+msgid "Line you want to move the cursor to"
+msgstr "ଆପଣ ସୂଚକକୁ ପଠାଇବାକୁ ଚାହୁଁଥିବା ଧାଡ଼ି"
+
+#: ../gedit/gedit-window.c:972
+msgid "Bracket match is out of range"
+msgstr "ଅନଲାଇନରେ ବନ୍ଧନୀ ମେଳ ସୀମା ବାହାରେ"
+
+#: ../gedit/gedit-window.c:977
+msgid "Bracket match not found"
+msgstr "ଅନଲାଇନରେ ବନ୍ଧନୀ ମେଳ ମିଳିଲା ନାହିଁ"
+
+#: ../gedit/gedit-window.c:982
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "ଅନଲାଇନରେ ବନ୍ଧନୀ ମେଳ ମିଳିଛି: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1017
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1199
+#, c-format
+msgid "Tab Width: %u"
+msgstr "ଟ୍ୟାବ ଓସାର: %u"
+
+#: ../gedit/gedit-window.c:1569
+msgid "There are unsaved documents"
+msgstr "ସେଠାରେ କିଛି ଅସଂରକ୍ଷିତ ଦଲିଲ ଅଛି"
+
+#: ../gedit/gedit-window.c:2418
+msgid "Change side panel page"
+msgstr "ପାର୍ଶ୍ୱ ପଟି ପୃଷ୍ଠାକୁ ପରିବର୍ତ୍ତନ କରନ୍ତୁ"
+
+#: ../gedit/gedit-window.c:2438 ../gedit/resources/gtk/menus-osx.ui.h:35
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "ଦଲିଲ"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "ବାମ ପଟକୁ ଘୁଞ୍ଚାନ୍ତୁ (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "ଡ଼ାହାଣ ପଟକୁ ଘୁଞ୍ଚାନ୍ତୁ (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "ନୂତନ ୱିଣ୍ଡୋକୁ ଘୁଞ୍ଚାନ୍ତୁ (_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "ନୂତନ ଟ୍ୟାବ ଶ୍ରେଣୀକୁ ଘୁଞ୍ଚାନ୍ତୁ (_G)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "ବନ୍ଦ କରନ୍ତୁ (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "ସ୍ୱୟଂଚାଳିତ ଅଭିସ୍ଥାପନ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "ଖାଲି ସ୍ଥାନଗୁଡ଼ିକୁ ବ୍ୟବହାର କରନ୍ତୁ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "ଧାଡ଼ି ସଂଖ୍ଯାଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "ଡାହାଣ ସୀମା ପ୍ରଦର୍ଶନ କରନ୍ତୁ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "ପ୍ରଚଳିତ ଧାଡ଼ିକୁ ଆଲୋକିତ କରନ୍ତୁ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "ପାଠ୍ଯ ମୋଡ଼ିବା"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_New Window"
+msgstr "ନୂଆ ୱିଣ୍ଡୋ (_N)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "ପସନ୍ଦ (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:45
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "ସାହାଜ୍ଯ (_H)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "ବିବରଣୀ (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "ବିଦାୟ ନିଅନ୍ତୁ (_Q)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+msgid "_Print…"
+msgstr "ମୂଦ୍ରଣ କରନ୍ତୁ (_P)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Fullscreen"
+msgstr "ସମ୍ପୂର୍ଣ ପରଦା (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "ସବୁଗୁଡ଼ିକୁ ସଂରକ୍ଷଣ କରନ୍ତୁ (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+msgid "_Find…"
+msgstr "ଖୋଜନ୍ତୁ (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "ଖୋଜନ୍ତୁ ଏବଂ ବଦଳାନ୍ତୁ (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+msgid "_Clear Highlight"
+msgstr "ଆଲୋକପାତ ହଟାଇଦିଅନ୍ତୁ (_C)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "ଏହି ଧାଡ଼ିକୁ ଯାଆନ୍ତୁ (_G)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "ଦେଖନ୍ତୁ"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "Side _Panel"
+msgstr "ପାର୍ଶ୍ବ ଫଳକ (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Bottom Panel"
+msgstr "ତଳ ଫଳକ (_B)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+msgid "_Highlight Mode…"
+msgstr "ବିଶେଷଦର୍ଶନ ଧାରା (_H)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:34
+msgid "Tools"
+msgstr "ସାଧନ"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+msgid "_Close All"
+msgstr "ସବୁ ବନ୍ଦ କରନ୍ତୁ (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+msgid "File"
+msgstr "ଫାଇଲ"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-osx.ui.h:3
+msgid "_New"
+msgstr "ନୂତନ (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+msgid "Open _Recent"
+msgstr "ସମ୍ପ୍ରତିକକୁ ଖୋଲନ୍ତୁ (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:6
+msgid "Reopen Closed _Tab"
+msgstr "ବନ୍ଦ ହୋଇଥିବା ଟ୍ୟାବକୁ ପୁଣି ଖୋଲନ୍ତୁ (_T)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+msgid "Save _As…"
+msgstr "ଏହିପରି ସଂରକ୍ଷଣ କରନ୍ତୁ (_A)..."
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+msgid "Edit"
+msgstr "ସମ୍ପାଦନ"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Undo"
+msgstr "ପଦକ୍ଷେପ ବାତିଲ (_U)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "_Redo"
+msgstr "ପୁଣି କରନ୍ତୁ (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "C_ut"
+msgstr "କାଟନ୍ତୁ (_u)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Copy"
+msgstr "ନକଲ କରନ୍ତୁ (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+msgid "_Paste"
+msgstr "ଲଗାନ୍ତୁ (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:930
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:968
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "ଲିଭାନ୍ତୁ (_D)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+msgid "Overwrite _Mode"
+msgstr "ନବଲିଖନ ଧାରା (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+msgid "Select _All"
+msgstr "ସବୁ ବାଛନ୍ତୁ (_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+msgid "Search"
+msgstr "ଖୋଜନ୍ତୁ"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Ne_xt"
+msgstr "ପରବର୍ତ୍ତୀକୁ ଖୋଜନ୍ତୁ (_x)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+msgid "Find Pre_vious"
+msgstr "ପୂର୍ବବର୍ତ୍ତୀକୁ ଖୋଜନ୍ତୁ (_v)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "Find and _Replace…"
+msgstr "ଖୋଜି ବଦଳାନ୍ତୁ (_R)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+msgid "Go to _Line…"
+msgstr "ଏହି ଧାଡ଼ି ସଂଖ୍ୟାକୁ ଯାଆନ୍ତୁ (_L)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Save All"
+msgstr "ସବୁଗୁଡ଼ିକୁ ସଂରକ୍ଷଣ କରନ୍ତୁ (_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+msgid "_New Tab Group"
+msgstr "ନୂତନ ଟ୍ୟାବ ଶ୍ରେଣୀ (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+msgid "P_revious Tab Group"
+msgstr "ପୂର୍ବ ଟ୍ୟାବ ଶ୍ରେଣୀ (_r)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+msgid "Nex_t Tab Group"
+msgstr "ପରବର୍ତ୍ତୀ ଟ୍ୟାବ ଶ୍ରେଣୀ (_t)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+msgid "_Previous Document"
+msgstr "ପୂର୍ବ ଦଲିଲ (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+msgid "N_ext Document"
+msgstr "ପରବର୍ତ୍ତୀ ଦଲିଲ (_e)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+msgid "_Move To New Window"
+msgstr "ନୂଆ ୱିଣ୍ଡୋକୁ ଯାଆନ୍ତୁ (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+msgid "Help"
+msgstr "ସହାୟତା"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "ଅକ୍ଷର ସଙ୍କେତାବଳୀ"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "ଠିକ ଅଛି (_O)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "A_vailable encodings:"
+msgstr "ଉପଲବ୍ଧ ସଙ୍କେତାବଳୀ: (_v)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "ବର୍ଣ୍ଣନା (_D)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "ସଙ୍କେତ (_E)"
+
+#. Add to Dictionary
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:8
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "ଯୋଗ କପନ୍ତୁ (_A)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:9
+msgid "_Remove"
+msgstr "କାଢ଼ନ୍ତୁ (_R)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:10
+msgid "E_ncodings shown in menu:"
+msgstr "ମେନୁରେ ପ୍ରଦର୍ଶିତ ସଙ୍କେତାବଳୀ: (_E)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "ବିଶେଷଦର୍ଶନ ଧାରା"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "ବାଛନ୍ତୁ (_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "ବିଶେଷଦର୍ଶନ ଧାରାକୁ ଖୋଜନ୍ତୁ ..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+#| msgid "Other Documents…"
+msgid "Other _Documents…"
+msgstr "ଅନ୍ୟାନ୍ୟ ଦଲିଲଗୁଡ଼ିକ (_D)..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Open another file"
+msgstr "ଅନ୍ୟ ଏକ ଫାଇଲ ଖୋଲନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "ପସନ୍ଦ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "ଡ଼ାହାଣ ସୀମାରେଖାକୁ ସ୍ତମ୍ଭରେ ଦର୍ଶାନ୍ତୁ (_m):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "ଅବସ୍ଥିତି ପଟି ଦର୍ଶାନ୍ତୁ (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "ପାଠ୍ଯ ମୋଡ଼ିବା"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "ପାଠ୍ଯ ମୋଡ଼ିବା ସମର୍ଥ କରନ୍ତୁ (_w)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "ଶବ୍ଦଗୁଡ଼ିକୁ ଦୁଇ ଧାଡ଼ିରେ ଭାଙ୍ଗନ୍ତୁ ନାହିଁ (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "ବିଶେଷଦର୍ଶନ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "ବର୍ତ୍ତମାନ ରେଖାକୁ ଆଲୋକପାତ କରନ୍ତୁ (_l)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "ମେଳଖାଉଥିବା ବନ୍ଧନିଗୁଡ଼ିକୁ ଆଲୋକିତ କରନ୍ତୁ (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "ଟ୍ଯାବ ଅନ୍ତ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "ଟ୍ୟାବ ଓସାର (_T):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "ଟ୍ଯାବ୍ ବଦଳରେ ଖାଲି ସ୍ଥାନ ଭର୍ତ୍ତି କରନ୍ତୁ (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "ସ୍ୱୟଂଚାଳିତ ଅଭିସ୍ଥାପନକୁ ସକ୍ରିୟ କରନ୍ତୁ (_E)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "ଫାଇଲ ସଂରକ୍ଷଣ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr "ଫାଇଲ ସଂରକ୍ଷଣ କରିବା ପୂର୍ବରୁ ନକଲ ଫାଇଲ ସୃଷ୍ଟିକରନ୍ତୁ (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "ପ୍ରତ୍ଯେକ ଫାଇଲ ସ୍ବଂୟ ସଂରକ୍ଷଣ କରନ୍ତୁ (_A)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "ମିନିଟ୍ (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "ସମ୍ପାଦକ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "ଅକ୍ଷରରୂପ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "ସମ୍ପାଦକର ଅକ୍ଷରରୂପ (_f):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "ସମ୍ପାଦକର ଅକ୍ଷରରୂପ ବାଛନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "ରଙ୍ଗ ଯୋଜନା"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "ସ୍ଥାପନ ଯୋଜନା"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "ସ୍ଥାପନ ଯୋଜନା"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "ବିସ୍ଥାପନ ଯୋଜନା"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "ବିସ୍ଥାପନ ଯୋଜନା"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "ଅକ୍ଷରରୂପ ଓ ରଙ୍ଗ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "ପ୍ଲଗ୍ଇନଗୁଡ଼ିକ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "ବାକ୍ଯ ବିନ୍ଯାସ ବିଶେଷଦର୍ଶନ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "ବାକ୍ଯ ବିନ୍ଯାସ ବିଶେଷ ଦର୍ଶନକୁ ମୁଦ୍ରଣ କରନ୍ତୁ (_x)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "ଧାଡ଼ି କ୍ରମସଂଖ୍ଯା"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "ଧାଡ଼ି ସଂଖ୍ଯା ମୁଦ୍ରଣ କରନ୍ତୁ (_m)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "ପ୍ରତ୍ଯେକ ଗଣନା କରନ୍ତୁ (_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "ଧାଡ଼ିଗୁଡ଼ିକ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "ପୃଷ୍ଠା ଶୀର୍ଷକ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "ପୃଷ୍ଠା ଶୀର୍ଷକ ମୁଦ୍ରଣ କରନ୍ତୁ (_h)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "ଅକ୍ଷରରୂପଗୁଡ଼ିକ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "ମୁଖ୍ଯ ଅଂଶ (_B):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "ଧାଡ଼ି ସଂଖ୍ଯା (_L):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "ଶୀର୍ଷକ ଓ ପାଦିକା (_a)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅକ୍ଷରରୂପ ପୁନଃସ୍ଥାପନ କରନ୍ତୁ (_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "ପୂର୍ବ ପୃଷ୍ଠା ଦର୍ଶାନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "P_revious Page"
+msgstr "ପୂର୍ବ ପୃଷ୍ଠା (_r)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Show the next page"
+msgstr "ପରବର୍ତ୍ତୀ ପୃଷ୍ଠା ଦର୍ଶାନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:4
+msgid "_Next Page"
+msgstr "ପରବର୍ତ୍ତୀ ପୃଷ୍ଠା (_N)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "Current page (Alt+P)"
+msgstr "ବର୍ତ୍ତମାନର ପୃଷ୍ଠା (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "of"
+msgstr "ର"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Page total"
+msgstr "ସମୁଦାୟ ପ୍ରୁଷ୍ଠା ସଂଖ୍ଯା"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "The total number of pages in the document"
+msgstr "ଦଲିଲରେ ଥିବା ସମୁଦାୟ ପ୍ରୁଷ୍ଠା ମାନଙ୍କର ସଂଖ୍ଯା"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Show multiple pages"
+msgstr "ଏକାଧିକ ପ୍ରୁଷ୍ଠା ମାନଙ୍କୁ ଦେଖାଇଥାଏ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom 1:1"
+msgstr "୧:୧ ଅନୁପାତରେ ସାନବଡ କରନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom to fit the whole page"
+msgstr "ସମ୍ପୂର୍ଣ୍ଣ ପୃଷ୍ଠାରେ ମେଳ ହେବାପାଇଁ ସାନବଡ଼ କରନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Zoom the page in"
+msgstr "ବିନ୍ଯାସର ବ୍ଯବସ୍ଥା କରନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "Zoom the page out"
+msgstr "ବାହାରି ଯାଇଥିବା ପୃଷ୍ଠାକୁ ସାନବଡ଼କରନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Close print preview"
+msgstr "ମୁଦ୍ରଣ ପ୍ରାକଦର୍ଶନକୁ ବନ୍ଦକରନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "_Close Preview"
+msgstr "ପୂର୍ବାବଲୋକନକୁ ବନ୍ଦ କରନ୍ତୁ (_C)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:17
+msgid "Page Preview"
+msgstr "ପ୍ରୁଷ୍ଠା ପୂର୍ବାବଲୋକନ"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:18
+msgid "The preview of a page in the document to be printed"
+msgstr "ମୂଦ୍ରିତ କରାଯିବା ଦଲିଲର ଗୋଟିଏ ପ୍ରୁଷ୍ଠାର ପୂର୍ବାବଲୋକନ"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Replace"
+msgstr "ବଦଳାନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "ସବୁ ବଦଳାନ୍ତୁ (_A)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgid "_Find"
+msgstr "ଖୋଜନ୍ତୁ (_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgid "_Search for: "
+msgstr "ଖୋଜନ୍ତୁ: (_S)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with: "
+msgstr "ଏହା ସହିତ ବଦଳାନ୍ତୁ (_w)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "ଅକ୍ଷର ପ୍ରକାର ମିଳାନ୍ତୁ (_M)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "କେବଳ ସଂପୂର୍ଣ୍ଣ ଶବ୍ଦ ମିଳାନ୍ତୁ (_e)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Match as re_gular expression"
+msgstr "ନିୟମିତ ଅଭିବ୍ୟକ୍ତି ଭାବରେ ମେଳାନ୍ତୁ (_g)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "ପଛୁଆ ଖୋଜନ୍ତୁ (_b)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "ଆର ଧାଡ଼ିକି ମୋଡ଼ନ୍ତୁ (_W)"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "ଦଲିଲ ବନ୍ଦ କରନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "ଗୋଟିଏ ଫାଇଲ ଖୋଲନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "ଏକ ନୂଆ ଦଲିଲ ସୃଷ୍ଟି କରନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "ନୂଆ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "ସାମ୍ପ୍ରତିକ ଫାଇଲକୁ ସଂରକ୍ଷଣ କରନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "ସଂରକ୍ଷଣ କରନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "ପଟ୍ଟିକାକୁ ଲୁଚାନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "ଗୋଟିଏ ଫାଇଲ ସଂଳାପ ଖୋଲନ୍ତୁ"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "ସମ୍ପୂର୍ଣ୍ଣ ପରଦା ଧାରାକୁ ଛାଡନ୍ତୁ"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "ଅଦ୍ୟତନକୁ ଯାଞ୍ଚ କରନ୍ତୁ"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "gedit ର ପ୍ରଚଳିତ ସଂସ୍କରଣ ପାଇଁ ଯାଞ୍ଚ କରନ୍ତୁ"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "URI କୁ ପ୍ରଦର୍ଶନ କରିବା ସମୟରେ ଗୋଟିଏ ତ୍ରୁଟି ପରିଲିଖିତ ହୋଇଥିଲା।"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "ଆହୋରଣ କରନ୍ତୁ (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "ସଂସ୍କରଣକୁ ଅଗ୍ରାହ୍ଯ କରନ୍ତୁ (_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "ସେଠାରେ geditର ଗୋଟିଏ ନୂତନ ସଂସ୍କରଣକୁ ଅଛି"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"ଆହରଣ ବଟନ ଅଥବା ସେହି ସଂସ୍କରଣକୁ ଅଗ୍ରାହ୍ୟ କରନ୍ତୁ ଏବଂ ନୂଆ ସଂସ୍କରଣକୁ ଅପେକ୍ଷା "
+"କରନ୍ତୁକୁ କ୍ଲିକ କରି ଆପଣ "
+"geditର ନୂତନ ସଂସ୍କରଣକୁ ଆହରଣ କରିପାରିବେ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "ଅଗ୍ରାହ୍ୟ କରିବା ପାଇଁ ଥିବା ସଂସ୍କରଣ"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "ଏକ ନୂତନ ସଂସ୍କରଣ ପ୍ରକାଶ ନହେବା ପର୍ଯ୍ୟନ୍ତ ଅଗ୍ରହଣୀୟ ସଂସ୍କରଣ।"
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "ଦଲିଲର ପରିସଂଖ୍ଯାନ"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "ଏକ ଦଲିଲରେ ଶବ୍ଦ ସଂଖ୍ୟା, ଧାଡ଼ି ଏବଂ ଅକ୍ଷରଗୁଡ଼ିକର ବିବରଣୀ ଦିଅନ୍ତୁ।"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "ଦଲିଲର ପରିସଂଖ୍ଯାନ (_D)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "ଦଲିଲ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "ଚୟନ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "ଧାଡ଼ିଗୁଡ଼ିକ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "ଶବ୍ଦଗୁଡ଼ିକ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "ଅକ୍ଷର (ଖାଲି ସ୍ଥାନ ସହିତ)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "ଅକ୍ଷର (ବିନା ଖାଲି ସ୍ଥାନ)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "ହାଇଟ୍"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "ନିର୍ମାଣ କରନ୍ତୁ"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "ଦଲିଲ ଡିରେକ୍ଟୋରୀରେ \"make\"କୁ ଚଲାନ୍ତୁ"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "ଏଠାରେ ଟର୍ମିନାଲ ଖୋଲନ୍ତୁ"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "ଉଲ୍ଲେଖିତ ଅବସ୍ଥାନରେ ଗୋଟିଏ ଟର୍ମିନାଲ ଖୋଲନ୍ତୁ"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "ପଛୁଆ ସ୍ଥାନକୁ କାଢ଼ିଦିଅନ୍ତୁ"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "ଆପଣଙ୍କ ଫାଇଲରୁ ଅଦରକାରୀ ପଛୁଆ ସ୍ଥାନକୁ କାଢ଼ିଦିଅନ୍ତୁ"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "ନିର୍ଦ୍ଦେଶ ଚଲାନ୍ତୁ"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"ଗୋଟିଏ ଇଚ୍ଛାରୂପି ନିର୍ଦ୍ଦେଶକୁ ନିଷ୍ପାଦନ କରନ୍ତୁ ଏବଂ ଏହାର ଫଳାଫଳକୁ ଗୋଟିଏ ନୂତନ "
+"ଦଲିଲରେ ରଖନ୍ତୁ"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "fpaste ପାଖକୁ ପଠାନ୍ତୁ"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "ବଚ୍ଛିତ ପାଠ୍ଯକୁ ଲଗାନ୍ତୁ କିମ୍ବା ପ୍ରଚଳିତ ଦଲିଲକୁ fpaste ପାଖକୁ ପଠାନ୍ତୁ"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "ବାହ୍ୟ ସାଧନଗୁଡ଼ିକ"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "ବାହ୍ୟ ନିର୍ଦ୍ଦେଶ ଏବଂ ସେଲ ସ୍କ୍ରିପ୍ଟଗୁଡ଼ିକୁ ନିଷ୍ପାଦନ କରନ୍ତୁ."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "ସିଷ୍ଟମ ଫଣ୍ଟ ଉପୟୋଗ କରାୟିବ କି ନାହିଁ"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ୟଦି ସତ୍ଯ, ତେବେ ବାହ୍ୟ ସାଧନଗୁଡ଼ିକ ଡେସ୍କଟପ ଗ୍ଲୋବାଲ ଷ୍ଟାଣ୍ଡାର୍ଡ ଫଣ୍ଟ ଉପୟୋଗ କରିବ "
+"ୟଦି ଏହା "
+"ମନୋସ୍ପେସ ହୋଇଥାଏ, (ଏବଂ ନଚେତ୍ ଏହା ଏହାର ସମାନାନ୍ତର ଫଣ୍ଟକୁ ଆଣିବ)।"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+"ଗୋଟିଏ ପାଙ୍ଗୋ ଫଣ୍ଟ ନାମ। ଉଦାହରଣଗୁଡିକ ହେଉଛି \"Sans 12\" କିମ୍ବା \"Monospace Bold "
+"14\"."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "ବାହ୍ୟ ସାଧନଗୁଡ଼ିକୁ ପରିଚାଳନା କରନ୍ତୁ (_E)..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "ବାହ୍ୟ ସାଧନଗୁଡ଼ିକ (_T)"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "ନିର୍ଦ୍ଦେଶକୁ ନିଷ୍ପାଦନ କରିପାରିଲା ନାହିଁ: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "ଏହି ନିର୍ଦ୍ଦେଶକୁ ଚଲାଇବା ପାଇଁ ଆପଣଙ୍କୁ ଗୋଟିଏ ଶବ୍ଦ ମଧ୍ଯରେ ରହିବାକୁ ପଡ଼ିବ"
+
+#: ../plugins/externaltools/tools/functions.py:320
+msgid "Running tool:"
+msgstr "ସାଧନ ଚାଲୁଅଛି:"
+
+#: ../plugins/externaltools/tools/functions.py:351
+msgid "Done."
+msgstr "ସମାପ୍ତ."
+
+#: ../plugins/externaltools/tools/functions.py:353
+msgid "Exited"
+msgstr "ପ୍ରସ୍ଥାନ କରିସାରିଛି"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "ସମସ୍ତ ଭାଷାଗୁଡ଼ିକ"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "ସମସ୍ତ ଭାଷାଗୁଡ଼ିକ"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "ନୂତନ ସାଧନ"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "ଏହି ତ୍ୱରକଟି ପୂର୍ବରୁ %s ସହିତ ବନ୍ଧାହୋଇଛି"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "ଗୋଟିଏ ନୂତନ ତ୍ୱରକ ଟାଇପକରନ୍ତୁ, କିମ୍ବା ସଫାକରିବା ପାଇଁ Backspace ଦବାନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "ଗୋଟିଏ ନୂତନ ତ୍ୱରକ ଟାଇପକରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "ଅଟକି ଯାଇଛି."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "ସାଧନକୁ ବନ୍ଦ କରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "ସର୍ବଦା ଉପଲବ୍ଧ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "ସମସ୍ତ ଦଲିଲଗୁଡ଼ିକ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "ବେନାମି ଦଲିଲ ବ୍ୟତିତ ବାକି ସମସ୍ତ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "କେବଳ ସ୍ଥାନୀୟ ଫାଇଲଗୁଡ଼ିକ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "କେବଳ ସୁଦୂର ଫାଇଲଗୁଡ଼ିକ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "କେବଳ ବେନାମୀ ଦଲିଲଗୁଡ଼ିକ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "କିଛି ନୁହେଁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "ପ୍ରଚଳିତ ଦଲିଲ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "ପ୍ରଚଳିତ ଚୟନ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "ପ୍ରଚଳିତ ଚୟନ (ଦଲିଲ ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "ପ୍ରଚଳିତ ରେଖା"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "ପ୍ରଚଳିତ ଶବ୍ଦ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "ନିମ୍ନ ଫଳକକୁ ପ୍ରଦର୍ଶନ କରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "ନୂଆ ଦଲିଲ ସୃଷ୍ଟି କରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "ପ୍ରଚଳିତ ଦଲିଲରେ ଅନ୍ତ ସଂଯୁକ୍ତି କରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "ବର୍ତ୍ତମାନର ଦଲିଲକୁ ବଦଳାଅ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "ବର୍ତ୍ତମାନର ଚୟନକୁ ବଦଳାଅ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "ସୂଚକ ସ୍ଥାନରେ ଭର୍ତ୍ତିକରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "ବାହ୍ୟ ସାଧନଗୁଡ଼ିକୁ ପରିଚାଳନା କରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "ନୂତନ ଉପକରଣ ଯୋଗକରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "ଉପକରଣ ଯୋଗକରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "ବଚ୍ଛିତ ଉପକରଣକୁ ବାହାର କରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "ଉପକରଣକୁ ବାହାର କରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "ଉପକରଣକୁ ପ୍ରତ୍ଯାବର୍ତ୍ତନ କରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "ଉପକରଣକୁ ପ୍ରତ୍ଯାବର୍ତ୍ତନ କରନ୍ତୁ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "ସଂକ୍ଷିପ୍ତପଥ କି (_k):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "ସଂରକ୍ଷଣ କରନ୍ତୁ (_S):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "ନିବେଶ (_I):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "ଫଳାଫଳ (_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "ପ୍ରୟୋଗ କ୍ଷମତା (_A):"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+msgid "Tool Output"
+msgstr "ସାଧନ ଫଳାଫଳ"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "ଫାଇଲ ବ୍ରାଉଜର ଫଳକ"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "ପାର୍ଶ୍ୱ ପରଦାଖଣ୍ଡରୁ ସହଜ ଫାଇଲ ଅଭିଗମ୍ୟ"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "ମୂଳସ୍ଥାନ"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "ଫାଇଲ ତନ୍ତ୍ର"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:532
+msgid "File Browser"
+msgstr "ଫାଇଲ ବ୍ରାଉଜର"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while creating a new directory"
+msgstr "ଗୋଟିଏ ନୂତନ ଡିରେକ୍ଟୋରୀ ନିର୍ମାଣ କରିବା ସମୟରେ ତ୍ରୁଟି ଘଟିଲା"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while creating a new file"
+msgstr "ଗୋଟିଏ ନୂତନ ଫାଇଲ ନିର୍ମାଣ କରିବା ସମୟରେ ତ୍ରୁଟି ଘଟିଲା"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred while renaming a file or directory"
+msgstr "ଗୋଟିଏ ଫାଇଲ କିମ୍ବା ଡିରେକ୍ଟୋରୀର ନାମ ପରିବର୍ତ୍ତନ କରିବା ସମୟରେ ତ୍ରୁଟିଘଟିଲା"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:683
+msgid "An error occurred while deleting a file or directory"
+msgstr "ଗୋଟିଏ ଫାଇଲ କିମ୍ବା ଡିରେକ୍ଟୋରୀକୁ ଅପସାରଣ କରିବା ସମୟରେ ତ୍ରୁଟିଘଟିଲା"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:686
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ଫାଇଲ ପରିଚାଳକରେ ଗୋଟିଏ ଡିରେକ୍ଟୋରୀକୁ ଖୋଲିବା ସମୟରେ ତ୍ରୁଟି ଘଟିଲା"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:689
+msgid "An error occurred while setting a root directory"
+msgstr "ଗୋଟିଏ ମୂଳ ଡିରେକ୍ଟୋରୀକୁ ବିନ୍ୟାସ କରିବା ସମୟରେ ତ୍ରୁଟି ଘଟିଲା"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:692
+msgid "An error occurred while loading a directory"
+msgstr "ଗୋଟିଏ ଡିରେକ୍ଟୋରୀକୁ ଧାରଣ କରିବା ସମୟରେ ତ୍ରୁଟି ଘଟିଲା"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:695
+msgid "An error occurred"
+msgstr "ଗୋଟିଏ ତ୍ରୁଟି ପରିଲିଖିତ ହେଲା"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:913
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"ଫାଇଲକୁ ଆବର୍ଜନାପାତ୍ର ମଧ୍ୟକୁ ପଠାଯାଇପାରିବ ନାହିଁ, ଆପଣ ଏହାକୁ\n"
+"ସବୁଦିନ ପାଇଁ ଅପସାରଣକରିବାକୁ ଚାହୁଁଛନ୍ତି କି?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:918
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "ଫାଇଲ \"%s\"କୁ ଆବର୍ଜନାପାତ୍ରକୁ ପଠାଯାଇପାରିବ ନାହିଁ."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:923
+msgid "The selected files cannot be moved to the trash."
+msgstr "ବଚ୍ଛିତ ଫାଇଲଗୁଡ଼ିକ ଆବର୍ଜନାପାତ୍ରକୁ ପଠାଯାଇପାରିବ ନାହିଁ."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:954
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "ଆପଣ ସବୁଦିନ ପାଇଁ \"%s\"କୁ ଅପସାରଣ କରିବାକୁ ଚାହୁଁଛନ୍ତି ବୋଲି ନିଶ୍ଟିତ କି?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:959
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"ଆପଣ ସବୁଦିନ ପାଇଁ ଆପଣଙ୍କର ବଚ୍ଛିତ ଫାଇଲଗୁଡ଼ିକୁ ଅପସାରଣ କରିବାକୁ ଚାହୁଁଛନ୍ତି ବୋଲି ଆପଣ "
+"ନିଶ୍ଟିତ କି?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:962
+msgid "If you delete an item, it is permanently lost."
+msgstr "ଯଦି ଆପଣ ଗୋଟିଏ ବସ୍ତୁକୁ ଅପସାରଣ କରନ୍ତି, ଏହା ସବୁଦିନ ପାଇଁ ନଷ୍ଟ ହୋଇଯିବ."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1781
+msgid "(Empty)"
+msgstr "(ଖାଲି)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3503
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"ନୂତନ ଫାଇଲଟି ବର୍ତ୍ତମାନ କଢ଼ାସରିଛି। ଫାଇଲକୁ ଦୃଶ୍ୟମାନ କରିବା ପାଇଁ ଆପଣଙ୍କୁ ଆପଣଙ୍କର "
+"ଛାଣକ ବିନ୍ୟାସକୁ "
+"ମେଳେଇବା ଦରକାର"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3760
+msgid "Untitled File"
+msgstr "ଶୀର୍ଷକହୀନ ଫାଇଲ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3788
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"ନୂତନ ଫାଇଲଟି ବର୍ତ୍ତମାନ ଛଣାସରିଛି. ଫାଇଲକୁ ଦୃଶ୍ୟମାନ କରିବା ପାଇଁ ଆପଣଙ୍କୁ ଆପଣଙ୍କର "
+"ଛାଣକ ବିନ୍ୟାସକୁ "
+"ମେଳେଇବା ଦରକାର"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3819
+msgid "Untitled Folder"
+msgstr "ଶୀର୍ଷକହୀନ ଫୋଲଡର"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"ନୂତନ ଡିରେକ୍ଟୋରୀଟି ବର୍ତ୍ତମାନ ଛଣାସରିଛି. ଡିରେକ୍ଟୋରୀକୁ ଦୃଶ୍ୟମାନ କରିବା ପାଇଁ "
+"ଆପଣଙ୍କୁ ଆପଣଙ୍କର ଛାଣକ "
+"ବିନ୍ୟାସକୁ ମେଳେଇବା ଦରକାର"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:789
+msgid "Bookmarks"
+msgstr "ଚିହ୍ନିତ ସ୍ଥାନଗୁଡ଼ିକ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1988
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "ମପାଯାଇଥିବା ତିବ୍ରତା ପାଇଁ କୌଣସି ମପା ବସ୍ତୁ ନାହିଁ: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr "ସଞ୍ଚାର ମାଧ୍ଯମ: %sକୁ ଖୋଲି ପାରିଲା ନାହିଁ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "ପ୍ରବଳତା: %s କୁ ମାପିପାରିଲା ନାହିଁ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2774
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "'%s' କୁ ଧାରଣ କରିବା ସମୟରେ ତ୍ରୁଟି: ଏପରି କୌଣସି ଡିରେକ୍ଟୋରୀ ନାହିଁ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "ଟ୍ରି ଦୃଶ୍ୟ ସହିତ ଖୋଲନ୍ତୁ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"ଚିହ୍ନିତ ସ୍ଥାନ ଦୃଶ୍ୟ ପରିବର୍ତ୍ତେ ଫାଇଲ ବ୍ରାଉଜର ପ୍ଲଗଇନ ଧାରଣ ହୋଇସାରିବା ପରେ ବୃକ୍ଷ "
+"ଦୃଶ୍ୟକୁ ଖୋଲନ୍ତୁ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "ଫାଇଲ ବ୍ରାଉଜର ମୂଳ ଡିରେକ୍ଟୋରୀ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ଫାଇଲ ବ୍ରାଉଜିଙ୍ଗ ପ୍ଲଗଇନ ଏବଂ ଧାରଣ ହୋଇଥିବା/ବୃକ୍ଷ ଦୃଶ୍ୟ TRUE ହୋଇଥିଲେ ଫାଇଲ ବ୍ରାଉଜର "
+"ପ୍ରମୂଖ ଚାଳକ "
+"ଡ଼ିରେକ୍ଟରୀକୁ ବ୍ୟବହାର କରାଯାଇଥାଏ।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ଫାଇଲ ବ୍ରାଉଜର ଆଭାସୀ ମୂଳ ଡିରେକ୍ଟୋରୀ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"onload/tree_view TRUE ଥିବା ସମୟରେ ଫାଇଲ ବ୍ରାଉଜର ପ୍ଲଗଇନକୁ ଧାରଣ କରିବା ସମୟରେ ଫାଇଲ "
+"ବ୍ରାଉଜର ଆଭାସୀ ପ୍ରମୂଖ ଚାଳକ ଡିରେକ୍ଟରୀକୁ ବ୍ୟବହାର କରାଯାଇଥାଏ। ଆଭାସୀ ପ୍ରମୂଖ ଚାଳକ "
+"ସର୍ବଦା ପ୍ରକୃତ "
+"ପ୍ରମୂଖ ଚାଳକ ନିମ୍ନରେ ଥାଏ।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "ସୁଦୂର ସ୍ଥାନର ପୁନଃସ୍ଥାପନକୁ ସକ୍ରିୟ କରନ୍ତୁ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "ସୁଦୂର ସ୍ଥାନରେ ପୁନଃସ୍ଥାପନକୁ ସକ୍ରିୟ କରାଯିବ କି ନାହିଁ ତାହା ସେଟକରନ୍ତୁ।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "ପ୍ରଥମ ଦଲିଲ ପାଇଁ ସ୍ଥାନ ନିରୁପଣ କରନ୍ତୁ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"ଯଦି TRUE ତେବେ ଫାଇଲ ବ୍ରାଉଜର ପ୍ଲଗଇନ ପ୍ରଥମେ ଖୋଲାଯାଇଥିବା ଦଲିଲର ଡିରେକ୍ଟରୀକୁ ଦେଖିବ "
+"ଯେଉଁଥିରେ "
+"ଫାଇଲ ବ୍ରାଉଜର ଏପର୍ଯ୍ୟନ୍ତ ଖୋଲାହୋଇନାହିଁ ବୋଲି ଉଲ୍ଲେଖ ଅଛି। (ତେଣୁ ଏହା ସାଧାରଣତଃ "
+"ପାଠ୍ୟ ନିର୍ଦ୍ଦେଶ "
+"ଧାରାରୁ କିମ୍ବା Nautilus ଇତ୍ୟାଦି ସହିତ ଗୋଟିଏ ଦଲିଲ ଖୋଲିବା ପାଇଁ ଆବଶ୍ୟକ ହୋଇଥାଏ।)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "ଫାଇଲ ବ୍ରାଉଜର ଛଣା ବ୍ୟବସ୍ଥା"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"ଫାଇଲ ବ୍ରାଉଜରରୁ କେଉଁ ଫାଇଲ ଛଣାହୋଇଛି ଏହି ମୂଲ୍ୟ ନିର୍ଦ୍ଧାରଣ କରିଥାଏ। ବୈଧ "
+"ମୂଲ୍ୟଗୁଡ଼ିକ ହେଉଛି: କିଛିନୁହଁ "
+"(କିଛି ଛାଣିନଥାଏ), ଲୁକ୍କାଇତ (ଛାଣକ ଲୁକ୍କାଇତ ଫାଇଲଗୁଡ଼ିକ), ଦ୍ୱିମିକ(ଦ୍ୱିମିକ ଫାଇଲ "
+"ଛାଣିଥାଏ) ଏବଂ "
+"hidden_and_binary (ଦ୍ୱିମିକ ଫାଇଲକୁ ଛାଣିଥାଏ)।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "ଫାଇଲ ବ୍ରାଉଜର ଛଣା ପ୍ରକାର"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"ଫାଇଲ ବ୍ରାଉଜରକୁ ଛାଣିବା ପାଇଁ ଛାଣକ ପ୍ରକାର। ଏହି ଛାଣକ filter_mode ଉପରେ କାର୍ଯ୍ୟ "
+"କରିଥାଏ।"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "ଫାଇଲ ବ୍ରାଉଜର ବାଇନାରୀ ପ୍ରକାରଗୁଡ଼ିକ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "ବାଇନାରୀ ଫାଇଲଗୁଡ଼ିକୁ ବାଛିବା ସମୟରେ ଅନୁପୂରକ ପ୍ରକାରଗୁଡ଼ିକ।"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "ସକ୍ରିୟ ଦଲିଲରେ ମୂଳ ସ୍ଥାନକୁ ବିନ୍ୟାସ କରନ୍ତୁ (_S)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "ନୂତନ ଫୋଲଡର (_N)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "ନୂତନ ଫାଇଲ (_i)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "ନାମ ବଦଳାନ୍ତୁ (_R)..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "ଆବର୍ଜନାପାତ୍ର ମଧ୍ଯକୁ ଅପସାରଣ କରନ୍ତୁ (_M)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "ଦୃଶ୍ୟକୁ ସତେଜିତ କରନ୍ତୁ (_f)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "ଫୋଲଡର ଦେଖନ୍ତୁ (_V)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "ଟର୍ମିନାଲରେ ଖୋଲନ୍ତୁ (_O)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "ଛାଣକ (_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "ଲୁକ୍କାୟିତମାନଙ୍କୁ ଦର୍ଶାନ୍ତୁ (_H)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "ଦ୍ୱିମୀକ ଦର୍ଶାନ୍ତୁ (_B)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "ଫାଇଲ ନାମ ମେଳାନ୍ତୁ"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Modelines"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate ଏବଂ Vim-style modelines gedit ପାଇଁ ସମର୍ଥନ ଦିଅନ୍ତି."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "ନିର୍ଦ୍ଦେଶ ପାଠ୍ୟ ରଙ୍ଗ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "ନିର୍ଦ୍ଦେଶ ରଙ୍ଗ ପାଠ୍ୟ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "ତ୍ରୁଟି ରଙ୍ଗ ପାଠ୍ୟ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "ତ୍ରୁଟି ରଙ୍ଗ ପାଠ୍ୟ"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ୟଦି ସତ୍ଯ, ତେବେ ଟର୍ମିନାଲ ଡେସ୍କଟପ ଗ୍ଲୋବାଲ ଷ୍ଟାଣ୍ଡାର୍ଡ ଫଣ୍ଟ ଉପୟୋଗ କରିବ ୟଦି ଏହା "
+"ମନୋସ୍ପେସ "
+"ହୋଇଥାଏ, (ଏବଂ ନଚେତ୍ ଏହା ଏହାର ସମାନାନ୍ତର ଫଣ୍ଟକୁ ଆଣିବ)।"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "ନିର୍ଦ୍ଦେଶ ରଙ୍ଗ (_o):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "ତ୍ରୁଟି ରଙ୍ଗ (_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python କୋନସୋଲ"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "ତଳ ପ୍ୟାନେଲରେ ରଖାଯାଇଥିବା ପାରସ୍ପରିକ Python କୋନସୋଲ"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+msgid "Quick Open..."
+msgstr "ଶିଘ୍ର ଖୋଲନ୍ତୁ ..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "ଶିଘ୍ର ଖୋଲିବା"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "ଫାଇଲଗୁଡ଼ିକୁ ଶିଘ୍ର ଖୋଲନ୍ତୁ"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "ସନ୍ଧାନ କରିବା ପାଇଁ ଲେଖନ୍ତୁ ..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "ସୂଚନାଗୁଡ଼ିକୁ ପରିଚାଳନା କରନ୍ତୁ (_S)..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "ସୂଚନାଗୁଡ଼ିକ"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "ଅଭିଲେଖନ \"%s\" କୁ ସୃଷ୍ଟିକରାଯାଇପାରିବ ନାହିଁ"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "ଲକ୍ଷ୍ଯ ଡିରେକ୍ଟୋରୀ \"%s\" ଟି ଅବସ୍ଥିତ ନାହିଁ"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "ଲକ୍ଷ୍ଯ ଡିରେକ୍ଟୋରୀ \"%s\" ଟି ଗୋଟିଏ ବୈଧ ଡ଼ିରେକ୍ଟୋରୀ ନୁହଁ"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "ଫାଇଲ \"%s\" ଅବସ୍ଥିତ ନାହିଁ"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "ଫାଇଲ \"%s\" ଗୋଟିଏ ବୈଧ ସୂଚନା ଫାଇଲ ନୁହଁ"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "ଅଣାଯାଇଥିବା ଫାଇଲ \"%s\" ଟି ଗୋଟିଏ ବୈଧ ସୂଚନା ଫାଇଲ ନୁହଁ"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "ଅଭିଲେଖନ \"%s\" କୁ କଢ଼ାଯାଇପାରିବ ନାହିଁ"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "ନିମ୍ନଲିଖିତ ଫାଇଲଗୁଡ଼ିକୁ ଅଣାଯାଇପାରିବ ନାହିଁ: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "ଫାଇଲ \"%s\" ଟି ଗୋଟିଏ ବୈଧ ସୂଚନା ଅଭିଲେଖନ ନୁହଁ"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "ସୂଚନାଗୁଡ଼ିକର ଅଭିଲେଖନ"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "ଗୋଟିଏ ନୂତନ ସୂଚନା ଯୋଗକରନ୍ତୁ..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "ଜାଗତିକ"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "ବଚ୍ଛିତ ସୂଚନାକୁ ପ୍ରତ୍ଯାବୃତ କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "ବଚ୍ଛିତ ସୂଚନାକୁ ଲିଭାନ୍ତୁ"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"ଏହା ଗୋଟିଏ ବୈଧ ଟ୍ୟାବ ପ୍ରବର୍ତ୍ତକ ନୁହଁ। ପ୍ରବର୍ତ୍ତକଗୁଡ଼ିକ ଅକ୍ଷରାଙ୍କିୟ (ଅଥବା _, : "
+"ଏବଂ) ଅଥବା ଗୋଟିଏ "
+"(ଅକ୍ଷରାଙ୍କ ହୋଇନଥିବା) ବର୍ଣ୍ଣ ଯେପରିକି: {, [, ଇତ୍ୟାଦି।"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "ଏକ ଶବ୍ଦ ଯାହା ସହିତ ସୂଚନାଟି ଟ୍ୟାବ ଦବାଇବା ପରେ ସକ୍ରିୟହୋଇଥାଏ"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "ଆମଦାନୀ କରିବା ସମୟରେ ନିମ୍ନଲିଖିତ ତ୍ରୁଟି ଘଟିଲା: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "ଆମଦାନୀ ସଫଳତାର ସହିତ ସମ୍ପୂର୍ଣ୍ଣହେଲା"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "ସୂଚନାଗୁଡ଼ିକୁ ଆମଦାନୀ କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "ସମସ୍ତ ସମର୍ଥିତ ଅଭିଲେଖନଗୁଡ଼ିକ"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Gzip ସଙ୍କୁଚିତ ଅଭିଲେଖନ"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 ସଙ୍କୁଚିତ ଅଭିଲେଖନ"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "ଗୋଟିଏ ସୂଚନା ଫାଇଲ"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "ସମସ୍ତ ଫାଇଲଗୁଡ଼ିକ"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "ରପ୍ତାନୀ କରିବା ସମୟରେ ନିମ୍ନଲିଖିତ ତ୍ରୁଟି ଘଟିଲା: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "ରପ୍ତାନୀ ସଫଳତାର ସହିତ ସମ୍ପୂର୍ଣ୍ଣ ହେଲା"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"କଣ ଆପଣ ବଚ୍ଛିତ <b>ତନ୍ତ୍ର</b> ସୂଚନାକୁ ଆପଣଙ୍କର ରପ୍ତାନିରେ ଅନ୍ତର୍ଭୁକ୍ତ କରିବାକୁ "
+"ଚାହୁଁଛନ୍ତି କି?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "ରପ୍ତାନି କରିବା ପାଇଁ କୌଣସି ସୂଚନା ବଛାହୋଇନାହିଁ"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "ସୂଚନାଗୁଡ଼ିକୁ ରପ୍ତାନି କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"ଗୋଟିଏ ନୂତନ ସଂକ୍ଷିପ୍ତ ପଥ ଟାଇପ କରନ୍ତୁ, କିମ୍ବା ସଫାକରିବା ପାଇଁ Backspace ଦବାନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "ଗୋଟିଏ ନୂତନ ସଂକ୍ଷିପ୍ତ ପଥ ଟାଇପ କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Python ନିର୍ଦ୍ଦେଶ (%s)ର ନିଷ୍ପାଦନ ସର୍ବାଧିକ ସମୟକୁ ଅତିକ୍ରମ କରିସାରିଛି, ନିଷ୍ପାଦନକୁ "
+"ପରିତ୍ୟାଗ କରାଯାଇଛି।"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python ନିର୍ଦ୍ଦେଶ (%s)ର ନିଷ୍ପାଦନ ବିଫଳ ହୋଇଛି: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "ବ୍ୟବହୃତ ହେଉଥିବା ପାଠ୍ୟଖଣ୍ଡକୁ ଦୃତଗତିରେ ଭର୍ତ୍ତିକରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "ସୂଚନାଗୁଡ଼ିକୁ ପରିଚାଳନା କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "ନୂଆ ସୂଚନା ସୃଷ୍ଟି କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "ଗୋଟିଏ ସୂଚନା ଯୋଗକରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "ସୂଚନାଗୁଡ଼ିକୁ ବାହାର କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "ସୂଚନାଗୁଡ଼ିକୁ ଆମଦାନୀ କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "ବଚ୍ଛିତ ସୂଚନାଗୁଡ଼ିକୁ ରପ୍ତାନୀ କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "ସୂଚନାଗୁଡ଼ିକୁ ରପ୍ତାନି କରନ୍ତୁ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "ସକ୍ରିୟଣ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "ଟ୍ୟାବ ପ୍ରବର୍ତ୍ତକ (_T):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "ସଂକ୍ଷିପ୍ତପଥ କି (_h): "
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "ସଂକ୍ଷିପ୍ତ ପଥ କି ଯାହା ସହିତ ସୂଚନାଟି ସକ୍ରିୟ ହୋଇଥାଏ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "ଲକ୍ଷ୍ୟଗୁଡ଼ିକୁ ଛାଡ଼ନ୍ତୁ (_D):"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "ସଜାଡ଼ନ୍ତୁ... (_o)"
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "ସଜାଡ଼ନ୍ତୁ"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "ସଜାଡ଼ନ୍ତୁ (_S)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "ଓଲଟା କ୍ରମ (_R)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "ନକଲ କାଢ଼ନ୍ତୁ (_e)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "ଅକ୍ଷର ପ୍ରକାର ଅଗ୍ରାହ୍ଯ କରନ୍ତୁ (_I)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "ଏହି ସ୍ତମ୍ଭରୁ ପ୍ରାରମ୍ଭ କରନ୍ତୁ (_t)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "ଆପଣ ଏକ ସଜଡ଼ା ତାଳନକୁ ପଦକ୍ଷେପ ବାତିଲ କରିପାରିବେ ନାହିଁ"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "ଦଲିଲ ବା ବଛା ପାଠ୍ଯ ସଜାଡ଼େ."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:424
+msgid "(no suggested words)"
+msgstr "(କିଛି ଶବ୍ଦ ପ୍ରସ୍ତାବ କରିବାକୁ ନାହିଁ)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "ଅଧିକ... (_M)"
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "ସବୁକୁ ଅଗ୍ରାହ୍ଯ କରନ୍ତୁ (_I)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "ବନାନ ପ୍ରସ୍ତାବ (_S)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "ବନାନ ଯାଞ୍ଚ କରନ୍ତୁ (_C)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "ଭାଷା ବିନ୍ୟାସ କରନ୍ତୁ (_L)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "ବନାନ ଭୁଲ ଶବ୍ଦମାନଙ୍କୁ ଆଲୋକିତ କରନ୍ତୁ (_H)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:262
+msgid "Suggestions"
+msgstr "ପ୍ରସ୍ତାବ"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:523
+msgid "(correct spelling)"
+msgstr "(ସଠିକ ବନାନ)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:664
+msgid "Completed spell checking"
+msgstr "ବନାନ ଯାଞ୍ଚ କରିବା ସମାପ୍ତ"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "ଅଜଣା (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "ଭାଷା ବିନ୍ଯାସ କରନ୍ତୁ"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "ଭାଷାଗୁଡ଼ିକ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:791
+msgid "The document is empty."
+msgstr "େହି ଦଲିଲ ଖାଲି ଅଛି."
+
+#: ../plugins/spell/gedit-spell-plugin.c:816
+msgid "No misspelled words"
+msgstr "କୌଣସି ବନାନଭୁଲ ଶବ୍ଦ ନାହିଁ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "ଭାଷା ବିନ୍ଯାସ କରନ୍ତୁ"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "ସାମ୍ପ୍ରତିକ ଦଲିଲର ଭାଷା ବାଛନ୍ତୁ (_l)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "ବନାନ ଯାଞ୍ଚ କରନ୍ତୁ"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "ଭୁଲ ବନାନ ଥିବା ଶବ୍ଦ:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "ଶବ୍ଦ"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "ଏହାକୁ ପରିବର୍ତ୍ତିତ କରନ୍ତୁ (_t):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "ଶବ୍ଦକୁ ଯାଞ୍ଚ କରନ୍ତୁ (_W)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "ପ୍ରସ୍ତାବ (_S):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "ଅଗ୍ରାହ୍ଯ କରନ୍ତୁ (_I)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "ପରିବର୍ତ୍ତନ କରନ୍ତୁ (_n)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "ସବୁକୁ ଅଗ୍ରାହ୍ଯ କରନ୍ତୁ (_A)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "ସବୁ ପରିବର୍ତ୍ତିତ କରନ୍ତୁ (_l)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "ଚାଳକର ଶବ୍ଦକୋଷ:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "ଶବ୍ଦ ଯୋଗ କରନ୍ତୁ (_o)"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "ବନାନ ଯାଞ୍ଚକର୍ତ୍ତା"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "ସାମ୍ପ୍ରତିକ ଦଲିଲର ବନାନ ୟାଞ୍ଚ କରେ."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "ତାରିଖ ଓ ସମୟ ଭର୍ତ୍ତି କରନ୍ତୁ (_s)..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "ଉପଲବ୍ଧ ସଂରୂପଗୁଡ଼ିକ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "ପଚାରିବା ପଦ୍ଧତି"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"ଯଦି ଚାଳକକୁ କୌଣସି ଶୈଳୀ ପାଇଁ ପଚରାଯାଏ ଅଥବା ଯଦି ବଚ୍ଛିତ ଅଥବା ଇଚ୍ଛାରୂପଣ ଶୈଳୀକୁ "
+"ବ୍ୟବହାର କରିବା "
+"ପାଇଁ ପଚରାଯାଏ।"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "ବଚ୍ଛିତ ସଜ୍ଜିକରଣଶୈଳୀ"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "ତାରିଖ/ସମୟ ଭର୍ତ୍ତି କରିବା ସମୟରେ ବଚ୍ଛିତ ଶୈଳୀ ବ୍ୟବହାର କରାଯାଇଥାଏ।"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "ଇଚ୍ଛାରୂପକ ସଂରୂପ"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "ତାରିଖ/ସମୟ ଭର୍ତ୍ତି କରିବା ସମୟରେ ଇଚ୍ଛାମୁତାବକ ଶୈଳୀ ବ୍ୟବହାର କରାଯାଇଥାଏ।"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "ତାରିଖ/ସମୟ ଭର୍ତ୍ତି କରନ୍ତୁ"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "ବଛା ସଂରୂପକୁ ବ୍ଯବହାର କରନ୍ତୁ (_s)"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "ଇଚ୍ଚାରୂପଣ ଶୈଳୀ ବ୍ଯବହାର କରନ୍ତୁ (_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "ଭର୍ତ୍ତି କରନ୍ତୁ (_I)"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "ତାରିଖ/ସମୟ ପ୍ଲଗ୍ଇନ୍ କୁ ବିନ୍ଯାସ କରନ୍ତୁ"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "ତାରିଖ/ସମୟ ଭର୍ତ୍ତି କରିବା ସମୟରେ..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "ସଂରୂପ ପାଇଁ ପଚାରନ୍ତୁ (_P)"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "ତାରିଖ/ସମୟ ଭର୍ତ୍ତି କରନ୍ତୁ"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "ସାମ୍ପ୍ରତିକ ତାରିଖ ଓ ସମୟକୁ ଦର୍ଶିକାର ଅବସ୍ଥାନରେ ଭର୍ତ୍ତି କରେ"
+
+#~ msgid "About gedit"
+#~ msgstr "gedit ବିଷୟରେ"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "gedit ସଂରକ୍ଷଣ କରାଯାଉଥିବା ଫାଇଲର ନକଲ ସୃଷ୍ଟି କରିବ କି. ଆପଣ \"ନକଲ ସଂରକ୍ଷଣର ଅନୁଲଗ୍ନ\" ଚୟନ "
+#~ "ଦ୍ବାରା ନକଲ ଫାଇଲର ଅନୁଲଗ୍ନ ନିର୍ଦ୍ଧିଷ୍ଟ କରିପାରିବେ."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "ପଦକ୍ଷେପ ବାତିଲ ପଦକ୍ଷେପ ସୀମା (ଅପସନ୍ଦ)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "ପଦକ୍ଷେପ ବାତିଲ କିମ୍ବା ପୂର୍ବ ପଦକ୍ଷେପ ପାଇଁ gedit ସକ୍ଷମ ହୋଇପାରୁଥିବା ସର୍ବାଧିକ ସଂଖ୍ୟକ ପଦକ୍ଷେପ. "
+#~ "ଅସରନ୍ତି ପଦକ୍ଷେପ ପାଇଁ \"-1\"କୁ ବ୍ୟବହାର କରନ୍ତୁ. 2.12.0 ରୁ ବିରୋଧ କରାଯାଉଛି"
+
+#~ msgid "Show the application's help"
+#~ msgstr "ପ୍ରୟୋଗର ସହାୟତାକୁ ଦର୍ଶାନ୍ତୁ"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- ପାଠ୍ୟ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "ଉପଲବ୍ଧ ନିର୍ଦ୍ଦେଶନାମା ବିକଳ୍ପଗୁଡ଼ିକର ସମ୍ପୂର୍ଣ୍ଣ ତାଲିକା ଦେଖିବା ପାଇଁ'%s --help' କୁ ଚଲାନ୍ତୁ.\n"
+
+#~ msgid "Unicode"
+#~ msgstr "ୟୁନିକୋଡ"
+
+#~ msgid "Western"
+#~ msgstr "ପାଶ୍ଚାତ୍ଯ"
+
+#~ msgid "Central European"
+#~ msgstr "ମଧ୍ଯ ୟୁରୋପୀୟ"
+
+#~ msgid "South European"
+#~ msgstr "ଦକ୍ଷିଣ ୟୁରୋପୀୟ"
+
+#~ msgid "Baltic"
+#~ msgstr "ବାଳ୍ଟିକ୍"
+
+#~ msgid "Cyrillic"
+#~ msgstr "ସିରିଲିକ"
+
+#~ msgid "Arabic"
+#~ msgstr "ଆରବୀୟ"
+
+#~ msgid "Greek"
+#~ msgstr "ଗ୍ରୀକ"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "ହିବ୍ରୁ ଚାକ୍ଷୁଷ"
+
+#~ msgid "Turkish"
+#~ msgstr "ତୁର୍କୀୟ"
+
+#~ msgid "Nordic"
+#~ msgstr "ନର୍ଡିକ"
+
+#~ msgid "Celtic"
+#~ msgstr "କେଳ୍ଟିକ୍"
+
+#~ msgid "Romanian"
+#~ msgstr "ରୋମାନୀୟ"
+
+#~ msgid "Armenian"
+#~ msgstr "ଆର୍ମେନିନୀୟ"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "ଚୀନୀୟ ପାରମ୍ପରିକ"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "ସିରିଲିକ/ରୁଷୀୟ"
+
+#~ msgid "Japanese"
+#~ msgstr "ଜାପାନୀ"
+
+#~ msgid "Korean"
+#~ msgstr "କୋରିଆନ"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "ଚୀନୀୟ ସରଳ"
+
+#~ msgid "Georgian"
+#~ msgstr "ଜର୍ଜୀୟ"
+
+#~ msgid "Hebrew"
+#~ msgstr "ହିବ୍ରୁ"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "ସିରିଲିକ/ଇଉକ୍ରେନୀୟ"
+
+#~ msgid "Vietnamese"
+#~ msgstr "ଭିଏତନାମୀୟ"
+
+#~ msgid "Thai"
+#~ msgstr "ଥାଇ"
+
+#~ msgid "Unknown"
+#~ msgstr "ଅଜଣା"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "ଏହି ଫାଇଲର ଅବସ୍ଥିତିକୁ ଗମନ କରିପାରିବେନାହିଁ କାରଣ ଏହା ଜଣାପଡ଼ିନାହିଁ."
+
+#~ msgid "The file is too big."
+#~ msgstr "ଫାଇଲଟି ଖୁବ ବଡ ଅଟେ।"
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit ଫାଇଲର ଏହି ଉଦାହରଣକୁ ଗୋଟିଏ ଅସମ୍ପାଦନ-ଯୋଗ୍ୟ ଧାରାରେ ଖୋଲିଅଛି। ଆପଣ ଏହାକୁ ଯେକୌଣସି "
+#~ "ଉପାୟରେ ସମ୍ପାଦନ କରିବାକୁ ଚାହୁଁଛନ୍ତି କି?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "ଆପଣ ଆପଣଙ୍କର ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ କାଢ଼ି ସେହି ଫାଇଲକୁ ପୁନର୍ଧାରଣ କରିବାକୁ ଚାହୁଁଛନ୍ତି କି?"
+
+#~ msgid "Save _As..."
+#~ msgstr "ନୂଆ ନାମରେ ସଂରକ୍ଷଣ କରନ୍ତୁ... (_A)"
+
+#~ msgid "_Print..."
+#~ msgstr "ମୁଦ୍ରଣ କରନ୍ତୁ (_P)"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ବ୍ଯବହୃତ ହୋଇଥିବା ଏକ ଫାଇଲ ଖୋଲନ୍ତୁ"
+
+#~ msgid "Empty"
+#~ msgstr "ଖାଲି"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "gedit ପସନ୍ଦ"
+
+#~| msgid "Columns"
+#~ msgid "column"
+#~ msgstr "ସ୍ତମ୍ଭ"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "ୟୁନିକୋଡ (ୟୁ.ଟି.ଏଫ.-୮)"
+
+#~ msgid "_View"
+#~ msgstr "ଦେଖନ୍ତୁ (_V)"
+
+#~ msgid "_Documents"
+#~ msgstr "ଦଲିଲଗୁଡ଼ିକ (_D)"
+
+#~ msgid "_Open..."
+#~ msgstr "ଖୋଲନ୍ତୁ... (_O)"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "ପସନ୍ଦ (_e)"
+
+#~ msgid "Configure the application"
+#~ msgstr "ପ୍ରୟୋଗର ବିନ୍ଯାସ କରନ୍ତୁ"
+
+#~ msgid "_Contents"
+#~ msgstr "ସୂଚୀପତ୍ର (_C)"
+
+#~ msgid "Open the gedit manual"
+#~ msgstr "gedit ର ସହାୟକ ଖୋଲନ୍ତୁ"
+
+#~ msgid "About this application"
+#~ msgstr "ଏହି ପ୍ରୟୋଗର ବିବରଣୀ"
+
+#~ msgid "Save the current file with a different name"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ଫାଇଲକୁ ଏକ ଅଲଗା ନାମରେ ସଂରକ୍ଷଣ କରନ୍ତୁ"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "ଫାଇଲର ସଂରକ୍ଷିତ ସଂସ୍କରଣକୁ ପୁନଃପ୍ରତ୍ଯାବର୍ତ୍ତନ କରନ୍ତୁ"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "ମୁଦ୍ରଣ ପ୍ରାକଦର୍ଶନ (_w)"
+
+#~ msgid "Print preview"
+#~ msgstr "ମୁଦ୍ରଣର ପ୍ରାକ୍ଦର୍ଶନ"
+
+#~ msgid "Print the current page"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ପୃଷ୍ଠାକୁ ମୁଦ୍ରଣକରନ୍ତୁ"
+
+#~ msgid "Undo the last action"
+#~ msgstr "ପୂର୍ବବର୍ତ୍ତୀ କାମ ବାତିଲ କରନ୍ତୁ"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "ଶେଷ ପଦକ୍ଷେପ ବାତିଲ କାର୍ଯ୍ୟକୁ ପୁଣି କରନ୍ତୁ"
+
+#~ msgid "Cut the selection"
+#~ msgstr "ବଛାକୁ କାଟନ୍ତୁ"
+
+#~ msgid "Copy the selection"
+#~ msgstr "ବଛାକୁ ନକଲ କରନ୍ତୁ"
+
+#~ msgid "Paste the clipboard"
+#~ msgstr "କ୍ଲିପବୋର୍ଡକୁ ଲଗାନ୍ତୁ"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "ବଛା ପାଠ୍ଯକୁ ଲିଭାନ୍ତୁ"
+
+#~ msgid "Select the entire document"
+#~ msgstr "ସଂପୂର୍ଣ ଦଲିଲକୁ ବାଛନ୍ତୁ"
+
+#~ msgid "_Find..."
+#~ msgstr "ଖୋଜନ୍ତୁ (_F)..."
+
+#~ msgid "Search for text"
+#~ msgstr "ପାଠ୍ଯ ଖୋଜନ୍ତୁ"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "ଏକା ପାଠ୍ଯ ପାଇଁ ଆଗକୁ ଖୋଜନ୍ତୁ"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "ଏକା ପାଠ୍ଯ ପାଇଁ ପଛୁକୁ ଖୋଜନ୍ତୁ"
+
+#~ msgid "_Replace..."
+#~ msgstr "ବଦଳାନ୍ତୁ (_R)..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "ପାଠ୍ଯକୁ ଖୋଜି ବଦଳାନ୍ତୁ"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "ସନ୍ଧାନର ବିଶେଷ ଦର୍ଶନ ମେଳ ହେଉଛି"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "ନିର୍ଦ୍ଦିଷ୍ଟ ଧାଡ଼ିକି ଯାଆନ୍ତୁ"
+
+#~ msgid "Save all open files"
+#~ msgstr "ସବୁ ଖୋଲାଥିବା ଫାଇଲଗୁଡ଼ିକୁ ସଂରକ୍ଷଣ କରନ୍ତୁ"
+
+#~ msgid "Close all open files"
+#~ msgstr "ସବୁ ଖୋଲା ଫାଇଲ ବନ୍ଦ କରନ୍ତୁ"
+
+#~ msgid "Create a new tab group"
+#~ msgstr "ଏକ ନୂଆ ଟ୍ୟାବ ଶ୍ରେଣୀ ସୃଷ୍ଟି କରନ୍ତୁ"
+
+#~ msgid "Switch to the previous tab group"
+#~ msgstr "ପୂର୍ବବର୍ତ୍ତୀ ଟ୍ୟାବ ଶ୍ରେଣୀକୁ ବଦଳ କରନ୍ତୁ"
+
+#~ msgid "Switch to the next tab group"
+#~ msgstr "ପରବର୍ତ୍ତୀ ଟ୍ୟାବ ଶ୍ରେଣୀକୁ ବଦଳ କରନ୍ତୁ"
+
+#~ msgid "Activate previous document"
+#~ msgstr "ପୂର୍ବ ଦଲିଲକୁ ସକ୍ରିୟ କରନ୍ତୁ"
+
+#~ msgid "Activate next document"
+#~ msgstr "ନୂଆ ଦଲିଲ ସୃଷ୍ଟି କରନ୍ତୁ"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ଦଲିଲକୁ ଏକ ନୂଆ ୱିଣ୍ଡୋକୁ ଘୁଞ୍ଚାନ୍ତୁ"
+
+#~ msgid "Close the current file"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ଫାଇଲ ବନ୍ଦ କରନ୍ତୁ"
+
+#~ msgid "Quit the program"
+#~ msgstr "କାରିକାରୁ ବିଦାୟ ନିଅନ୍ତୁ"
+
+#~ msgid "_Toolbar"
+#~ msgstr "ସାଧନ ପଟି (_T)"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "ପ୍ରଚଳିତ ୱିଣ୍ଡୋରେ ସାଧନପଟିକୁ ଦର୍ଶାନ୍ତୁ ଅଥବା ଲୁଚାନ୍ତୁ"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "ପ୍ରଚଳିତ ୱିଣ୍ଡୋରେ ଅବସ୍ଥିତିପଟିକୁ ଦର୍ଶାନ୍ତୁ ଅଥବା ଲୁଚାନ୍ତୁ"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "ସମ୍ପୂର୍ଣ୍ଣ ପରଦାରେ ପାଠ୍ଯକୁ ସମ୍ପାଦନ କରନ୍ତୁ"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "ପ୍ରଚଳିତ ୱିଣ୍ଡୋରେ ପାର୍ଶ୍ୱ ଫଳକକୁ ଦର୍ଶାନ୍ତୁ ଅଥବା ଲୁଚାନ୍ତୁ"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "ପ୍ରଚଳିତ ୱିଣ୍ଡୋରେ ତଳ ପଟ୍ଟିକାକୁ ଦର୍ଶାନ୍ତୁ କିମ୍ବା ଲୁଚାନ୍ତୁ"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "ବାକ୍ୟ ବିନ୍ୟାସ ବିଶେଷ ଦର୍ଶନକୁ ନିଷ୍କ୍ରିୟକରନ୍ତୁ"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' ଖୋଲନ୍ତୁ"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' କୁ ସକ୍ରିୟଣ କରନ୍ତୁ"
+
+#~ msgid "Change Case"
+#~ msgstr "ଅକ୍ଷର ପ୍ରକାର ବଦଳାନ୍ତୁ"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "ବଛା ପାଠ୍ଯର ଅକ୍ଷର ପ୍ରକାରକୁ ବଦଳାଏ"
+
+#~ msgid "C_hange Case"
+#~ msgstr "ଅକ୍ଷର ପ୍ରକାର ପରିବର୍ତ୍ତିତ କରନ୍ତୁ (_n)"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "ସବୁ ବଡ଼ ଅକ୍ଷର (_U)"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "ସବୁ ଛୋଟ ଅକ୍ଷର (_L)"
+
+#~ msgid "Change selected text to lower case"
+#~ msgstr "ବଛା ପାଠ୍ଯକୁ ଛୋଟ ଅକ୍ଷରକୁ ବଦଳାନ୍ତୁ"
+
+#~ msgid "_Invert Case"
+#~ msgstr "ଅକ୍ଷର ପ୍ରକାରକୁ ବିପରୀତ ଅବସ୍ଥାକୁ ଆଣନ୍ତୁ (_I)"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "ବଛା ପାଠ୍ଯର ଅକ୍ଷର ପ୍ରକାରକୁ ଓଲଟେଇ ଦିଅନ୍ତୁ"
+
+#~ msgid "_Title Case"
+#~ msgstr "ଶୀର୍ଷକର ଅକ୍ଷର ପ୍ରକାର (_T)"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "ପ୍ରତ୍ଯେକ ବଛା ଶବ୍ଦର ପ୍ରଥମ ଅକ୍ଷରକୁ ବଡ଼ କରି ଦିଅନ୍ତୁ"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ଦଲିଲର ପରିସଂଖ୍ଯାନ ସୂଚନା ଆଣନ୍ତୁ"
+
+#~ msgid "_Update"
+#~ msgstr "ଅଦ୍ଯତନ (_U)"
+
+#~ msgid "File Name"
+#~ msgstr "ଫାଇଲ ନାମ"
+
+#~ msgid "_Tools:"
+#~ msgstr "ସାଧନଗୁଡ଼ିକ (_T):"
+
+#~ msgid "_Edit:"
+#~ msgstr "ସମ୍ପାଦନ କରନ୍ତୁ (_E):"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "ବାହ୍ୟ ସାଧନ ପରିଚାଳକକୁ ଖୋଲିଥାଏ"
+
+#~ msgid "External tools"
+#~ msgstr "ବାହ୍ୟ ସାଧନଗୁଡ଼ିକ"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "ଦଲିଲଗୁଡ଼ିକୁ ଶିଘ୍ର ଖୋଲନ୍ତୁ"
+
+#~ msgid "_Snippets:"
+#~ msgstr "ସୂଚନାଗୁଡ଼ିକ (_S):"
+
+#~ msgid "Manage snippets"
+#~ msgstr "ସୂଚନାଗୁଡ଼ିକୁ ପରିଚାଳନା କରନ୍ତୁ"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "ବର୍ତ୍ତମାନର ଦଲିଲ କିମ୍ବା ବଚ୍ଛିତ ଅଂଶକୁ ସଜାଡ଼ନ୍ତୁ"
+
+#~ msgid "Check Spelling"
+#~ msgstr "ବନାନ ଯାଞ୍ଚ କରନ୍ତୁ"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ଦଲିଲକୁ ଭୁଲ ବନାନ ପାଇଁ ଯାଞ୍ଚ କରନ୍ତୁ"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ଦଲିଲର ଭାଷା ବିନ୍ଯାସ କରନ୍ତୁ"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ଦଲିଲର ବନାନକୁ ଆପେଆପେ ଯାଞ୍ଚ କରନ୍ତୁ"
+
+#~ msgid "Language:"
+#~ msgstr "ଭାଷା:"
+
+#~ msgid "Language"
+#~ msgstr "ଭାଷା"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "ସାମ୍ପ୍ରତିକ ତାରିଖ ଓ ସମୟକୁ ଦର୍ଶିକାର ଅବସ୍ଥାନରେ ଭର୍ତ୍ତି କରନ୍ତୁ"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist ତଥ୍ୟ ପ୍ରଦାନକାରୀ"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "gedit ସହିତ ବ୍ୟବହୃତ ଦଲିଲଗୁଡ଼ିକ ପାଇଁ ଅଭିଗମ୍ୟତାକୁ ଲଗ କରନ୍ତୁ ଏବଂ ଘଟଣାତ୍ୟାଗ କରନ୍ତୁ"
+
+#~ msgid "Open Files"
+#~ msgstr "ଫାଇଲ ମାନଙ୍କୁ ଖୋଲନ୍ତୁ"
+
+#~ msgid "Character Encodings"
+#~ msgstr "ଅକ୍ଷର ସଙ୍କେତାବଳୀ"
+
+#~ msgid "Replace All"
+#~ msgstr "ସବୁ ବଦଳାନ୍ତୁ"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "ସକ୍ରିୟ ଦଲିଲ ସ୍ଥାନରେ ମୂଳ ସ୍ଥାନକୁ ବିନ୍ୟାସ କରନ୍ତୁ"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "ବର୍ତ୍ତମାନ ଖୋଲାଯାଇଥିବା ଡିରେକ୍ଟୋରୀରେ ଗୋଟିଏ ଟର୍ମିନାଲ ଖୋଲନ୍ତୁ"
+
+#~ msgid "file"
+#~ msgstr "ଫାଇଲ"
+
+#~ msgid "directory"
+#~ msgstr "ଡିରେକ୍ଟୋରୀ"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "ଚୟିତ ଫାଇଲ କିମ୍ବା ଫୋଲଡରକୁ ଆବର୍ଜନାପାତ୍ରକୁ ଅପସାରଣ କରନ୍ତୁ"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "ଚୟିତ ଫାଇଲ କିମ୍ବା ଫୋଲଡରକୁ ଅପସାରଣ କରନ୍ତୁ"
+
+#~ msgid "Open selected file"
+#~ msgstr "ଚୟିତ ଫାଇଲକୁ ଖୋଲନ୍ତୁ"
+
+#~ msgid "Up"
+#~ msgstr "ଉପରକୁ"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "ମୂଳ ଫୋଲଡର୍ କୁ ଖୋଲନ୍ତୁ"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "ନୂତନ ଖାଲି ଫୋଲଡର ଯୋଗକରନ୍ତୁ"
+
+#~ msgid "Add new empty file"
+#~ msgstr "ନୂତନ ଖାଲି ଫାଇଲ ଯୋଗକରନ୍ତୁ"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "ବଚ୍ଛିତ ଫାଇଲ କିମ୍ବା ଫୋଲଡରର ନାମ ପରିବର୍ତ୍ତନ କରନ୍ତୁ"
+
+#~ msgid "_Previous Location"
+#~ msgstr "ପୂର୍ବ ସ୍ଥାନ (_P)"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "ପୂର୍ବବର୍ତ୍ତୀ ପରିଦର୍ଶିତ ଅବସ୍ଥାନକୁ ଯାଆନ୍ତୁ"
+
+#~ msgid "_Next Location"
+#~ msgstr "ପରବର୍ତ୍ତୀ ସ୍ଥାନ (_N)"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "ପରବର୍ତ୍ତୀ ପରିଦର୍ଶିତ ଅବସ୍ଥାନକୁ ଯାଆନ୍ତୁ"
+
+#~ msgid "Refresh the view"
+#~ msgstr "ଦୃଶ୍ୟକୁ ସତେଜିତ କରନ୍ତୁ"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "ଫାଇଲ ପରିଚାଳକରେ ଫୋଲଡର ଦେଖନ୍ତୁ"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "ଲୁକ୍କାୟିତ ଫାଇଲ ଏବଂ ଫୋଲଡରଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ"
+
+#~ msgid "Show binary files"
+#~ msgstr "ଦ୍ୱିମୀକ ଫାଇଲଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ"
+
+#~ msgid "Quick open"
+#~ msgstr "ଶିଘ୍ର ଖୋଲିବା"
+
+#~| msgid "Text"
+#~ msgid "Text;"
+#~ msgstr "ପାଠ୍ଯ;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "ସଂରକ୍ଷଣ ନକରି ଲଗଆଉଟ କରନ୍ତୁ (_w)"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "ପୃଷ୍ଠଭୂମିରେ gedit କୁ ଚଲାନ୍ତୁ"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "gedit ଲିଖିତ ଆକାରରେ VFS ଯୋଜନାଗୁଡ଼ିକର ତାଲିକାକୁ ସମର୍ଥନ କରେ. 'ଫାଇଲ' ଯୋଜନାଟି ପୂର୍ବନିର୍ଦ୍ଧାରିତ "
+#~ "ଭାବେ ଲେଖାଯୋଗ୍ୟ."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "ଲିଖନୀୟ VFS ଯୋଜନା"
+
+#~ msgid "_Add..."
+#~ msgstr "ଯୋଗ କରନ୍ତୁ (_A)..."
+
+#~ msgid "External Tools Manager"
+#~ msgstr "ବାହ୍ୟ ସାଧନ ପରିଚାଳକ"
+
+#~ msgid "Previous location"
+#~ msgstr "ପୂର୍ବ ସ୍ଥାନ"
+
+#~ msgid "Go to previous location"
+#~ msgstr "ପୂର୍ବ ସ୍ଥାନକୁ ଯାଆନ୍ତୁ"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "ପୂର୍ବରୁ ଖୋଲାଯାଇଥିବା ସ୍ଥାନକୁ ଯାଆନ୍ତୁ"
+
+#~ msgid "Next location"
+#~ msgstr "ପରବର୍ତ୍ତୀ ସ୍ଥାନ"
+
+#~ msgid "Go to next location"
+#~ msgstr "ପରବର୍ତ୍ତୀ ସ୍ଥାନକୁ ଯାଆନ୍ତୁ"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "ନକଲ ସଂରକ୍ଷଣର ଅନୁଲଗ୍ନ"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "ନିମ୍ନ ପଟି ଦେଖାଯାଉଛି"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "ନକଲ ସଂରକ୍ଷଣ ଫାଇଲନାମର ଅନୁଲଗ୍ନ. \"ନକଲ ସଂରକ୍ଷଣ ସୃଷ୍ଟି କରନ୍ତୁ\" ଚୟନ ବଛା ହୋଇଥିଲେ ହିଁ ଏହାର "
+#~ "ପ୍ରଭାବ ହେବ"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "ସାଧନ ପଟି ଚାବିର ଶୈଳୀ. ସମ୍ଭାବ୍ଯ ମୂଲ୍ଯ ହେଉଛି \"GEDIT_TOOLBAR_SYSTEM\" ତନ୍ତ୍ରର "
+#~ "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଶୈଳୀ ବ୍ଯବହାର କରିବା ପାଇଁ, \"GEDIT_TOOLBAR_ICONS\" କେବଳ ଚିତ୍ରସଙ୍କେତ "
+#~ "ପ୍ରଦର୍ଶନ କରିବା ପାଇଁ, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" ଚିତ୍ରସଙ୍କେତ ଓ ପାଠ୍ଯ ଦୁଇଟି "
+#~ "ପ୍ରଦର୍ଶନ କରିବା ପାଇଁ, ଓ \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" ଚିତ୍ରସଙ୍କେତ ନିକଟରେ "
+#~ "ଅଗ୍ରାଧିକାର ପାଠ୍ଯ ପ୍ରଦର୍ଶନ କରିବା ପାଇଁ. ଲକ୍ଷ କରନ୍ତୁ କି ଏହି ମୂଲ୍ଯଗୁଡ଼ିକ ଅକ୍ଷର ନିର୍ଦ୍ଦିଷ୍ଟ, ତେଣୁ ଏହାକୁ "
+#~ "ଠିକ ଏହି ପରି ଦେଖାଯିବା ଆବଶ୍ଯକ."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "ସାଧନ ପଟି ଚାବିର ଶୈଳୀ"
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr "ସମ୍ପାଦନ ୱିଣ୍ଡୋର ତଳେଥିବା ନିମ୍ନ ପଟ୍ଟିକା ଦୃଶ୍ୟମାନ ହେବା ଉଚିତ କି."
+
+#~ msgid "Character Codings"
+#~ msgstr "ଅକ୍ଷର ସାଙ୍କେତିକରଣ"
+
+#~ msgid "<b>Bracket Matching</b>"
+#~ msgstr "<b>ବନ୍ଧନୀ ମିଶୁଛି</b>"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>ବର୍ତ୍ତମାନ ରେଖା</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>ଅକ୍ଷରରୂପ</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>ଧାଡ଼ି ସଂଖ୍ଯାଗୁଡ଼ିକ</b>"
+
+#~ msgid "<b>Right Margin</b>"
+#~ msgstr "<b>ଡାହାଣ ମାର୍ଜିନ</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">ରଙ୍ଗ ଯୋଜନା</span>"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "ଡାହାଣ ମାର୍ଜିନ ଏହି ସ୍ତମ୍ବରେ: (_R)"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[ଫାଇଲ ...]"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "ନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ନାମକୁ ପାଇପାରିଲା ନାହିଁ"
+
+#~ msgid "Plugin"
+#~ msgstr "ପ୍ଲଗ୍ଇନ୍"
+
+#~ msgid "Enabled"
+#~ msgstr "ସମର୍ଥ"
+
+#~ msgid "C_onfigure"
+#~ msgstr "ବିନ୍ଯାସ କରନ୍ତୁ (_o)"
+
+#~ msgid "A_ctivate"
+#~ msgstr "ସକ୍ରିୟ କରନ୍ତୁ (_c)"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "ସମସ୍ତଙ୍କୁ ସକ୍ରିୟ କରନ୍ତୁ (_t)"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "ସମସ୍ତଙ୍କୁ ନିଷ୍କ୍ରିୟ କରନ୍ତୁ (_D)"
+
+#~| msgid "Active plugins"
+#~ msgid "Active _Plugins:"
+#~ msgstr "ସକ୍ରିୟ ପ୍ଲଗ-ଇନଗୁଡ଼ିକ (_P):"
+
+#~ msgid "C_onfigure Plugin"
+#~ msgstr "ପ୍ଲଗ୍ଇନ୍ ବିନ୍ଯାସ କରନ୍ତୁ (_o)"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "ପସନ୍ଦ ପରିଚାଳକକୁ ପ୍ରାରମ୍ଭ କରିବାରେ ଅସମର୍ଥ."
+
+#~ msgid "Expected `%s' got `%s' for key %s"
+#~ msgstr "ପ୍ରତ୍ଯାଶିତ `%s', ଚାବି %s ପାଇଁ ମିଳିଲା '%s'"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>ଅକ୍ଷରରୂପ</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>ପୃଷ୍ଠା ଶୀର୍ଷକ</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>ବାକ୍ଯ ବିନ୍ଯାସ ବିଶେଷଦର୍ଶନ</b>"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "ପୃଷ୍ଠା ବିନ୍ୟାସ (_u)..."
+
+#~ msgid "Setup the page settings"
+#~ msgstr "ପୃଷ୍ଠା ବିନ୍ଯାସର ବ୍ଯବସ୍ଥା କରନ୍ତୁ"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "ବର୍ଦ୍ଧନଶୀଳ ସନ୍ଧାନ (_I)..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "ପାଠ୍ଯକୁ ବର୍ଦ୍ଧନଶୀଳ ଭାବରେ ଖୋଜନ୍ତୁ"
+
+#~ msgid "0"
+#~ msgstr "୦"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">ଫାଇଲ ନାମ</span>"
+
+#~ msgid "_Indent"
+#~ msgstr "ଅନୁଛେଦକରଣ (_I)"
+
+#~ msgid "U_nindent"
+#~ msgstr "ଅନୁଛେଦ ଛାଡ଼କୁ ହଟାଇ ଦିଅନ୍ତୁ (_n)"
+
+#~ msgid "Unindent selected lines"
+#~ msgstr "ବଛା ଧାଡ଼ିଗୁଡ଼ିଙ୍କର ଅନୁଛେଦ ଛାଡ଼କୁ ହଟାଇ ଦିଅନ୍ତୁ"
+
+#~ msgid "Indent Lines"
+#~ msgstr "ଧାଡିମାନଙ୍କୁ ଅନୁଛେଦିତ କରନ୍ତୁ"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "ବଛା ଧାଡ଼ିଗୁଡ଼ିଙ୍କର ଅନୁଛେଦକରଣ କରେ ବା ତାଙ୍କ ଅନୁଛେଦ ଛାଡ଼କୁ ହଟାଇ ଦିଏ"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "ସୂଚନାଗୁଡ଼ିକର ପରିଚାଳକ"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "ସ୍ବଂୟ ଯାଞ୍ଚ କରନ୍ତୁ (_A)"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>ଭାଷା</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>ଶବ୍ଦ</b>"
+
+#~ msgid "Tags"
+#~ msgstr "ଚିହ୍ନକଗୁଡ଼ିକ"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "ଆପଣ ବ୍ଯବହାର କରିବାକୁ ଚାହୁଁଥିବା ଚିହ୍ନକଗୁଡ଼ିଙ୍କୁ ବାଛନ୍ତୁ"
+
+#~ msgid "_Preview"
+#~ msgstr "ପୂର୍ବାବଲୋକନ (_P)"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "ଉପଲବ୍ଧ ଚିହ୍ନକର ତାଲିକାଗୁଡ଼ିକ"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "ସଂକ୍ଷିପ୍ତ ଆକାର"
+
+#~ msgid "Abbreviation"
+#~ msgstr "ସଂକ୍ଷେପ"
+
+#~ msgid "Above"
+#~ msgstr "ଉପରେ"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "ଅଭିଗମ୍ୟତା କି ଅକ୍ଷର"
+
+#~ msgid "Acronym"
+#~ msgstr "ସଂକ୍ଷିପ୍ତ ନାମ"
+
+#~ msgid "Align"
+#~ msgstr "ପାର୍ଶ୍ୱୀକରଣ"
+
+#~ msgid "Alignment character"
+#~ msgstr "ପାର୍ଶ୍ୱୀକରଣ ଅକ୍ଷର"
+
+#~ msgid "Alternative"
+#~ msgstr "ବିକଳ୍ପ"
+
+#~ msgid "Anchor"
+#~ msgstr "ସ୍ଥିରବିନ୍ଦୁ"
+
+#~ msgid "Anchor URI"
+#~ msgstr "ସ୍ଥିରବିନ୍ଦୁ URI "
+
+#~ msgid "Applet class file code"
+#~ msgstr "ଆପଲେଟ ଶ୍ରେଣୀ ଫାଇଲ ସଂକେତ"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "ଆପଲେଟ ଶ୍ରେଣୀ ଫାଇଲ ସଂକେତ (ଅପସନ୍ଦ)"
+
+#~ msgid "Array"
+#~ msgstr "ଆରେ"
+
+#~ msgid "Associated information"
+#~ msgstr "ସମ୍ପୃକ୍ତ ସୂଚନା"
+
+#~ msgid "Author info"
+#~ msgstr "ଲେଖକ ସୂଚନା"
+
+#~ msgid "Axis related headers"
+#~ msgstr "ଅକ୍ଷ ସମ୍ପର୍କିତ ଶୀର୍ଷକଗୁଡ଼ିକ"
+
+#~ msgid "Background color"
+#~ msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ (ଅପସନ୍ଦୀୟ)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "ପୃଷ୍ଠଭୂମି ସ୍ପର୍ଶାନୁଭବ ଟାଇଲ"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "ପୃଷ୍ଠଭୂମି ସ୍ପର୍ଶାନୁଭବ ଟାଇଲ (ଅପସନ୍ଦ)"
+
+#~ msgid "Base URI"
+#~ msgstr "ମୂଳ URI"
+
+#~ msgid "Base font"
+#~ msgstr "ମୂଳ ଅକ୍ଷରରୂପ"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "ମୂଳ ଅକ୍ଷରରୂପ (ଅପସନ୍ଦ)"
+
+#~ msgid "Bold"
+#~ msgstr "ଗାଢ ଅକ୍ଷର (_B):"
+
+#~ msgid "Border"
+#~ msgstr "ବୋର୍ଡର"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "ସୀମା (ଅପସନ୍ଦ)"
+
+#~ msgid "Border color"
+#~ msgstr "ସୀମା ରଙ୍ଗ"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "Cell rowspan"
+
+#~ msgid "Center"
+#~ msgstr "କେନ୍ଦ୍ର"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "କେନ୍ଦ୍ର (ଅପସନ୍ଦ)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "ସଂଯୁକ୍ତ ଉତ୍ସର ଅକ୍ଷର ସାଂକେତିକରଣ"
+
+#~ msgid "Checked (state)"
+#~ msgstr "ଯାଞ୍ଚ କରାଯାଇଥିବା (ଅବସ୍ଥା)"
+
+#~ msgid "Checked state"
+#~ msgstr "ଯାଞ୍ଚ କରାଯାଇଥିବା ଅବସ୍ଥା"
+
+#~ msgid "Citation"
+#~ msgstr "ଉଲ୍ଲେଖ"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "ପରିବର୍ତ୍ତନ ପାଇଁ ସାଇଟ କାରଣ"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "ଶ୍ରେଣୀ ରୂପାୟନ ID"
+
+#~ msgid "Class list"
+#~ msgstr "ଶ୍ରେଣୀ ତାଲିକା"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "ପାଠ୍ୟ ପ୍ରବାହ ନିୟନ୍ତ୍ରଣକୁ ସଫାକରନ୍ତୁ"
+
+#~ msgid "Code content type"
+#~ msgstr "ସଂକେତ ସୂଚୀ ପ୍ରକାର"
+
+#~ msgid "Color of selected links"
+#~ msgstr "ବଚ୍ଛିତ ସଂଯୋଗଗୁଡ଼ିକର ରଙ୍ଗ"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "ବଚ୍ଛିତ ସଂଯୋଗଗୁଡ଼ିକର ରଙ୍ଗ (ଅପସନ୍ଦ)"
+
+#~ msgid "Column span"
+#~ msgstr "ସ୍ତମ୍ଭ ବିସ୍ତାର"
+
+#~ msgid "Comment"
+#~ msgstr "ଟିପ୍ପଣୀ"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "କମ୍ପୁଟର ସଂକେତ ଖଣ୍ଡ"
+
+#~ msgid "Content type"
+#~ msgstr "ବିଷୟବସ୍ତୁ ପ୍ରକାର"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "ସୂଚୀ ପ୍ରକାର (ଅପସନ୍ଦ)"
+
+#~ msgid "Coordinates"
+#~ msgstr "ସ୍ଥାନାଙ୍କ"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV ଶୈଳୀ ଧାରକ"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV ଧାରକ"
+
+#~ msgid "Date and time of change"
+#~ msgstr "ପରିବର୍ତ୍ତନର ତାରିଖ ଏବଂ ସମୟ"
+
+#~ msgid "Declare flag"
+#~ msgstr "ବିଶେଷ ସୂଚକ ଘୋଷଣା କରନ୍ତୁ"
+
+#~ msgid "Defer attribute"
+#~ msgstr "ଗୁଣ ସ୍ୱୀକାର କରନ୍ତୁ"
+
+#~ msgid "Definition description"
+#~ msgstr "ବ୍ୟାଖ୍ୟା ବର୍ଣ୍ଣନା"
+
+#~ msgid "Definition list"
+#~ msgstr "ବ୍ୟାଖ୍ୟା ତାଲିକା"
+
+#~ msgid "Definition term"
+#~ msgstr "ବ୍ୟାଖ୍ୟା ପଦ"
+
+#~ msgid "Deleted text"
+#~ msgstr "ଅପସାରିତ ପାଠ୍ୟ"
+
+#~ msgid "Direction"
+#~ msgstr "ଦିଗ"
+
+#~ msgid "Directionality"
+#~ msgstr "ଦିଗଦର୍ଶୀ"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "ଦିଗଦର୍ଶୀ (ଅପସନ୍ଦ)"
+
+#~ msgid "Directory list"
+#~ msgstr "ଡ଼ିରେକ୍ଟୋରୀ ତାଲିକା"
+
+#~ msgid "Disabled"
+#~ msgstr "ନିଷ୍କ୍ରିୟ ହୋଇଗଲା"
+
+#~ msgid "Document base"
+#~ msgstr "ଦଲିଲ ଆଧାର"
+
+#~ msgid "Document body"
+#~ msgstr "ଦଲିଲ ଅଂଶ"
+
+#~ msgid "Document head"
+#~ msgstr "ଦଲିଲ ଶୀର୍ଷ"
+
+#~ msgid "Document title"
+#~ msgstr "ଦଲିଲ ଶୀର୍ଷକ"
+
+#~ msgid "Document type"
+#~ msgstr "ଦଲିଲ ପ୍ରକାର"
+
+#~ msgid "Element ID"
+#~ msgstr "ଉପାଦାନ ID"
+
+#~ msgid "Embedded object"
+#~ msgstr "ସନ୍ନିବେଶିତ ବସ୍ତୁ"
+
+#~ msgid "Emphasis"
+#~ msgstr "ଗୁରୁତ୍ୱ"
+
+#~ msgid "Encode type"
+#~ msgstr "ସାଙ୍କେତିକରଣ ପ୍ରକାର"
+
+#~ msgid "Figure"
+#~ msgstr "ରୂପ"
+
+#~ msgid "Font face"
+#~ msgstr "ଅକ୍ଷରରୂପ ମୁଖ"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "ଅକ୍ଷରରୂପ ମୁଖ (ଅପସନ୍ଦ)"
+
+#~ msgid "For label"
+#~ msgstr "ସ୍ତର ପାଇଁ"
+
+#~ msgid "Forced line break"
+#~ msgstr "ବାଧ୍ଯତାମୁଳକ ଧାଡ଼ିଭଙ୍ଗା"
+
+# #-#-#-#-# gnome-session.HEAD.hi.po (gnome-session 2.4) #-#-#-#-#
+# gnome-session/gsm-client-row.c:50
+# #-#-#-#-# gnumeric.HEAD.hi.po (gnumeric HEAD) #-#-#-#-#
+# #-#-#-#-# gnome-applets.gnome-2-2.hi.po (gnome-applets 2.x) #-#-#-#-#
+# gnome-session/gsm-client-row.c:50
+# #-#-#-#-# gnome-session.HEAD.hi.po (gnome-session VERSION) #-#-#-#-#
+# gnome-session/gsm-client-row.c:50
+#~ msgid "Form"
+#~ msgstr "ଫର୍ମ"
+
+#~ msgid "Form action handler"
+#~ msgstr "ଫର୍ମ କାର୍ଯ୍ୟ ନିୟନ୍ତ୍ରକ"
+
+#~ msgid "Form control group"
+#~ msgstr "ଫର୍ମ ନିୟନ୍ତ୍ରଣ ସମୁହ"
+
+#~ msgid "Form field label text"
+#~ msgstr "ଫର୍ମ କ୍ଷେତ୍ର ସ୍ତର ପାଠ୍ୟ"
+
+#~ msgid "Form input"
+#~ msgstr "ଫର୍ମ ନିବେଶ"
+
+#~ msgid "Form input type"
+#~ msgstr "ଫର୍ମ ନିବେଶ ପ୍ରକାର"
+
+#~ msgid "Form method"
+#~ msgstr "ଫର୍ମ ପଦ୍ଧତି"
+
+#~ msgid "Forward link"
+#~ msgstr "ଆଗକୁ ଯିବା ସଂଯୋଗ"
+
+#~ msgid "Frame"
+#~ msgstr "ବନ୍ଧେଇ"
+
+#~ msgid "Frame render parts"
+#~ msgstr "ଫ୍ରେମ ଚିତ୍ରଣକରିବା ଅଂଶ"
+
+#~ msgid "Frame source"
+#~ msgstr "ଫ୍ରେମ ଉତ୍ସ"
+
+#~ msgid "Frame target"
+#~ msgstr "ଫ୍ରେମ ଲକ୍ଷ୍ୟ"
+
+#~ msgid "Frameborder"
+#~ msgstr "Frameborder"
+
+#~ msgid "Frameset"
+#~ msgstr "Frameset"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Frameset ସ୍ତମ୍ଭଗୁଡ଼ିକ"
+
+#~ msgid "Frameset rows"
+#~ msgstr "Frameset ଧାଡ଼ିଗୁଡ଼ିକ"
+
+#~ msgid "Framespacing"
+#~ msgstr "Framespacing"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "ଜାତିଗତ ସନ୍ନିବେଶିତ ବସ୍ତୁ"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "ଜାତିଗତ metainformation"
+
+#~ msgid "Generic span"
+#~ msgstr "ଜାତିଗତ ବିସ୍ତାର"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - ବିଶେଷ ଅକ୍ଷରଗୁଡ଼ିକ"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - ଟ୍ୟାଗଗୁଡ଼ିକ"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML ମୂଳସ୍ଥାନ ଉପାଦାନ"
+
+#~ msgid "HTML version"
+#~ msgstr "HTML ସଂସ୍କରଣ"
+
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP ଶୀର୍ଷକ ନାମ"
+
+#~ msgid "Header cell ID's"
+#~ msgstr "ଶୀର୍ଷକ କୋଷ ID ଗୁଡ଼ିକ"
+
+#~ msgid "Heading"
+#~ msgstr "ଶୀର୍ଷକ"
+
+#~ msgid "Heading 1"
+#~ msgstr "ଶୀର୍ଷକ 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "ଶୀର୍ଷକ 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "ଶୀର୍ଷକ 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "ଶୀର୍ଷକ 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "ଶୀର୍ଷକ 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "ଶୀର୍ଷକ 6"
+
+#~ msgid "Height"
+#~ msgstr "ଉଚ୍ଚତା"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "ସମାନ୍ତରାଳ ନିୟମ"
+
+#~ msgid "Horizontal space"
+#~ msgstr "ସମାନ୍ତରାଳ ସ୍ଥାନ"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "ସମାନ୍ତରାଳ ସ୍ଥାନ (ଅପସନ୍ଦ)"
+
+#~ msgid "HttP header name"
+#~ msgstr "HttP ଶୀର୍ଷକ ନାମ"
+
+#~ msgid "I18N BiDi over-ride"
+#~ msgstr "I18N BiDi over-ride"
+
+#~ msgid "Image"
+#~ msgstr "ପ୍ରତିଛବି"
+
+#~ msgid "Image map"
+#~ msgstr "ପ୍ରତିଛବି ମାନଚିତ୍ର"
+
+#~ msgid "Image map area"
+#~ msgstr "ପ୍ରତିଛବି ମାନଚିତ୍ର କ୍ଷେତ୍ର"
+
+#~ msgid "Image map name"
+#~ msgstr "ପ୍ରତିଛବି ମାନଚିତ୍ର ନାମ"
+
+#~ msgid "Image source"
+#~ msgstr "ପ୍ରତିଛବି ଉତ୍ସ"
+
+#~ msgid "Inline frame"
+#~ msgstr "ଇନଲାଇନ ଫ୍ରେମ"
+
+#~ msgid "Inline layer"
+#~ msgstr "ଇନଲାଇନ ସ୍ତର"
+
+#~ msgid "Inserted text"
+#~ msgstr "ଭର୍ତ୍ତିକରାଯାଇଥିବା ପାଠ୍ୟ"
+
+#~ msgid "Instance definition"
+#~ msgstr "ଉଦାହରଣ ବ୍ଯାଖ୍ୟା"
+
+#~ msgid "Italic text"
+#~ msgstr "ତେରେଛା ପାଠ୍ୟ"
+
+#~ msgid "Java applet"
+#~ msgstr "Java applet"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Java applet (ଅପସନ୍ଦ)"
+
+#~ msgid "Label"
+#~ msgstr "ସୂଚକ"
+
+#~ msgid "Language code"
+#~ msgstr "ଭାଷା ସଂକେତ"
+
+#~ msgid "Large text style"
+#~ msgstr "ବୃହତ ପାଠ୍ୟ ଶୈଳୀ"
+
+#~ msgid "Layer"
+#~ msgstr "ସ୍ତର"
+
+#~ msgid "Link color"
+#~ msgstr "ରଙ୍ଗକୁ ସଂଯୋଗ କରନ୍ତୁ"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "ରଙ୍ଗ ସଂଯୋଗ କରନ୍ତୁ (ଅପସନ୍ଦୀୟ)"
+
+#~ msgid "List item"
+#~ msgstr "ସୂଚୀ ବସ୍ତୁ"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "ଫାଇଲ ଆହରଣ ପାଇଁ MIME ପ୍ରକାରର ତାଲିକା"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "ସମର୍ଥିତ ଅକ୍ଷରମାଳାର ତାଲିକା"
+
+#~ msgid "Listing"
+#~ msgstr "ତାଲିକାଭୁକ୍ତ "
+
+#~ msgid "Local change to font"
+#~ msgstr "ଲୋକେଲ ଅକ୍ଷରରୂପକୁ ପରିବର୍ତ୍ତନ ହେଲା"
+
+#~ msgid "Long description link"
+#~ msgstr "ବୃହତ ବ୍ଯାଖ୍ୟା ସଂଯୋଗ"
+
+#~ msgid "Long quotation"
+#~ msgstr "ଲମ୍ବା କୋଟେଶନ"
+
+#~ msgid "Mail link"
+#~ msgstr "ମେଲ ସଂଯୋଗ"
+
+#~ msgid "Margin pixel height"
+#~ msgstr "ସୀମାରେଖା ପିକସେଲ ଉଚ୍ଚତା"
+
+#~ msgid "Margin pixel width"
+#~ msgstr "ସୀମାରେଖା ପିକସେଲ ଓସାର"
+
+#~ msgid "Marquee"
+#~ msgstr "Marquee"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "ପାଠ୍ୟ କ୍ଷେତ୍ରର ସର୍ବାଧିକ ଲମ୍ବ"
+
+#~ msgid "Media-independent link"
+#~ msgstr "ସଞ୍ଚାର ମାଧ୍ଯମ-ନିରପେକ୍ଷ ସଂଯୋଗ"
+
+#~ msgid "Menu list"
+#~ msgstr "ମେନୁ ତାଲିକା"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "ମେନୁ ତାଲିକା (ଅପସନ୍ଦ)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "ଏକାଧିକ ଧାଡ଼ିବିଶିଷ୍ଟ ପାଠ୍ଯ କ୍ଷେତ୍ର"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Multicolumn"
+
+#~ msgid "Multiple"
+#~ msgstr "ଏକାଧିକ"
+
+#~ msgid "Named property value"
+#~ msgstr "ନାମିତ ଗୁଣର ମୂଲ୍ଯ"
+
+#~ msgid "Next ID"
+#~ msgstr "ପରବର୍ତ୍ତୀ ID"
+
+#~ msgid "No URI"
+#~ msgstr "କୌଣସି URI ନାହିଁ"
+
+#~ msgid "No embedded objects"
+#~ msgstr "କୌଣସି ସନ୍ନିବେଶିତ ବସ୍ତୁ ନାହିଁ"
+
+#~ msgid "No frames"
+#~ msgstr "କୌଣସି ଫ୍ରେମ ନାହିଁ"
+
+#~ msgid "No layers"
+#~ msgstr "କୌଣସି ସ୍ତର ନାହିଁ"
+
+#~ msgid "No line break"
+#~ msgstr "କୌଣସି ଧାଡ଼ିଭଙ୍ଗା ନାହିଁ"
+
+#~ msgid "No script"
+#~ msgstr "କୌଣସି ସ୍କ୍ରିପ୍ଟ ନାହିଁ"
+
+#~ msgid "No shade"
+#~ msgstr "କୌଣସି ଛାୟା ନାହିଁ"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "କୌଣସି ଛାୟା ନାହିଁ (ଅପସନ୍ଦ)"
+
+#~ msgid "No word wrap"
+#~ msgstr "କୌଣସି ଶବ୍ଦ ପରିବେଷ୍ଟନ ନାହିଁ"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "କୌଣସି ଶବ୍ଦ ପରିବେଷ୍ଟନ ନାହିଁ (ଅପସନ୍ଦ)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "ଅଭଙ୍ଗା ସ୍ଥାନ"
+
+#~ msgid "Note"
+#~ msgstr "ଟିପ୍ପଣୀ"
+
+#~ msgid "Object applet file"
+#~ msgstr "ବସ୍ତୁ ଆପଲେଟ ଫାଇଲ"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "ବସ୍ତୁ ଆପଲେଟ ଫାଇଲ (ଅପସନ୍ଦ)"
+
+#~ msgid "Object data reference"
+#~ msgstr "ବସ୍ତୁ ତଥ୍ଯ ସନ୍ଦର୍ଭ"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "ପାର୍ଶ୍ୱୀକରଣ ଅକ୍ଷର ପାଇଁ ଅଫସେଟ"
+
+#~ msgid "OnBlur event"
+#~ msgstr "OnBlur ଘଟଣା"
+
+#~ msgid "OnChange event"
+#~ msgstr "OnChange ଘଟଣା"
+
+#~ msgid "OnClick event"
+#~ msgstr "OnClick ଘଟଣା"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick ଘଟଣା"
+
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus ଘଟଣା"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown ଘଟଣା"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress ଘଟଣା"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp ଘଟଣା"
+
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad ଘଟଣା"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown ଘଟଣା"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove ଘଟଣା"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut ଘଟଣା"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver ଘଟଣା"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp ଘଟଣା"
+
+#~ msgid "OnReset event"
+#~ msgstr "OnReset ଘଟଣା"
+
+#~ msgid "OnSelect event"
+#~ msgstr "OnSelect ଘଟଣା"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit ଘଟଣା"
+
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload ଘଟଣା"
+
+#~ msgid "Option group"
+#~ msgstr "ବିକଳ୍ପ ସମୂହ"
+
+#~ msgid "Option selector"
+#~ msgstr "ବକଳ୍ପ ଚୟନକର୍ତ୍ତା"
+
+#~ msgid "Ordered list"
+#~ msgstr "ଆଦେଶପ୍ରାପ୍ତ ତାଲିକା"
+
+#~ msgid "Output media"
+#~ msgstr "ନିର୍ଗମ ମାଧ୍ଯମ"
+
+#~ msgid "Paragraph"
+#~ msgstr "ପରିଚ୍ଛେଦ"
+
+#~ msgid "Paragraph class"
+#~ msgstr "ପରିଚ୍ଛେଦ ଶ୍ରେଣୀ"
+
+#~ msgid "Paragraph style"
+#~ msgstr "ପରିଚ୍ଛେଦ ଶୈଳୀ"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "ପ୍ରାକ ସଜ୍ଜିକରଣଶୈଳୀରେ ତାଲିକାଭୁକ୍ତ"
+
+#~ msgid "Preformatted text"
+#~ msgstr "ପ୍ରାକ ସଜ୍ଜିକରଣଶୈଳୀରେ ଥିବା ପାଠ୍ୟ"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "ରୂପରେଖ ଅଧିସୂଚନା ଅଭିଧାନ"
+
+#~ msgid "Push button"
+#~ msgstr "ଠେଲିବା ବଟନ"
+
+#~ msgid "Quote"
+#~ msgstr "ଉଦ୍ଧ୍ରୁତ ଚିହ୍ନ"
+
+#~ msgid "Range"
+#~ msgstr "ପରିସୀମା"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "କେବଳ ପଠନୀୟ ପାଠ୍ୟ ଏବଂ ପ୍ରବେଶ ସଂକେତ"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "କମିଯାଇଥିବା ମଧ୍ୟବର୍ତ୍ତୀ ଦୂରତା"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "କମିଯାଇଥିବା ମଧ୍ୟବର୍ତ୍ତୀ ଦୂରତା (ଅପସନ୍ଦ)"
+
+#~ msgid "Reverse link"
+#~ msgstr "ବିପରୀତ ସଂଯୋଗ"
+
+#~ msgid "Root"
+#~ msgstr "ମୂଳ"
+
+#~ msgid "Rows"
+#~ msgstr "ଧାଡି"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "ଧାଡ଼ି ଏବଂ ସ୍ତମ୍ଭ ମଧ୍ଯରେ ବିଚାର"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "ନମୁନା ପ୍ରଗ୍ରାମ ନିର୍ଗମ, ସ୍କ୍ରିପ୍ଟଗୁଡ଼ିକ"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "ଶୀର୍ଷକ କୋଷ ଦ୍ୱାରା ଢ଼ାଙ୍କିହୋଇଥିବା ଅଭିପ୍ରାୟ"
+
+#~ msgid "Script language name"
+#~ msgstr "ସ୍କ୍ରିପ୍ଟ ଭାଷା ନାମ"
+
+#~ msgid "Script statements"
+#~ msgstr "ସ୍କ୍ରିପ୍ଟ ଉକ୍ତିଗୁଡ଼ିକ"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Scrollbar"
+
+#~ msgid "Selectable option"
+#~ msgstr "ବଛାଯୋଗ୍ୟ ବିକଳ୍ପ"
+
+#~ msgid "Server-side image map"
+#~ msgstr "ସର୍ଭର-ପାଖ ପ୍ରତିଛବି ମାନଚିତ୍ର"
+
+#~ msgid "Shape"
+#~ msgstr "ଆକାର"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "ସଂକ୍ଷିପ୍ତ ଇନଲାଇନ କୋଟେଶନ"
+
+#~ msgid "Single line prompt"
+#~ msgstr "ଏକ ଧାଡ଼ିବିଶିଷ୍ଟ ପ୍ରମ୍ପ୍ଟ"
+
+#~ msgid "Size"
+#~ msgstr "ଆକାର"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "ଆକାର (ଅପସନ୍ଦ)"
+
+#~ msgid "Small text style"
+#~ msgstr "ଛୋଟ ପାଠ୍ୟ ଶୈଳୀ"
+
+#~ msgid "Soft line break"
+#~ msgstr "ନରମ ଧାଡ଼ିଭଙ୍ଗା"
+
+#~ msgid "Sound"
+#~ msgstr "ଶବ୍ଦ"
+
+#~ msgid "Source"
+#~ msgstr "ଉତ୍ସ ସଙ୍କେତ"
+
+#~ msgid "Space separated archive list"
+#~ msgstr "ଖାଲିସ୍ଥାନ ବିଭାଜିତ ଅଭିଲେଖନ ତାଲିକା"
+
+#~ msgid "Spacer"
+#~ msgstr "Spacer"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "କୋଷଗୁଡ଼ିକ ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ଦେବା"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "କୋଷ ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ଦେବା"
+
+#~ msgid "Span"
+#~ msgstr "ବିସ୍ତାର"
+
+#~ msgid "Square root"
+#~ msgstr "ବର୍ଗମୂଳ"
+
+#~ msgid "Standby load msg"
+#~ msgstr "ଅପେକ୍ଷମାଣ ଧାରଣ ସନ୍ଦେଶ"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "କ୍ରମିକ ସଂଖ୍ୟା ଆରମ୍ଭକରୁଅଛି"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "କ୍ରମିକ ସଂଖ୍ୟା ଆରମ୍ଭକରୁଅଛି (ଅପସନ୍ଦ)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "ମଧ୍ୟରେଖିତ ପାଠ୍ୟ"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "ମଧ୍ୟରେଖିତ ପାଠ୍ୟ (ଅପସନ୍ଦ)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "ମଧ୍ୟରେଖିତ ପାଠ୍ୟ ଶୈଳୀ"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "ମଧ୍ୟରେଖିତ ପାଠ୍ୟ ଶୈଳୀ (ଅପସନ୍ଦ)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "ଅଧିକ ଗୁରୁତ୍ୱ"
+
+#~ msgid "Style info"
+#~ msgstr "ଶୈଳୀ ସୂଚନା"
+
+#~ msgid "Subscript"
+#~ msgstr "ପାଦାଙ୍କ"
+
+#~ msgid "Superscript"
+#~ msgstr "ଉର୍ଦ୍ଧଲିପି"
+
+#~ msgid "Tab order position"
+#~ msgstr "ଟ୍ୟାବ କ୍ରମ ସ୍ଥାନ"
+
+#~ msgid "Table"
+#~ msgstr "ସାରଣୀ"
+
+#~ msgid "Table body"
+#~ msgstr "ସାରଣୀ ମୁଖ୍ୟାଂଶ"
+
+#~ msgid "Table caption"
+#~ msgstr "ସାରଣୀ ଶୀର୍ଷକ"
+
+#~ msgid "Table column group properties"
+#~ msgstr "ସାରଣୀ ସ୍ତମ୍ଭ ସମୂହ ଗୁଣଧର୍ମ"
+
+#~ msgid "Table column properties"
+#~ msgstr "ସାରଣୀ ସ୍ତମ୍ଭ ଗୁଣଧର୍ମ"
+
+#~ msgid "Table data cell"
+#~ msgstr "ସାରଣୀ ତଥ୍ଯ କୋଷ"
+
+#~ msgid "Table footer"
+#~ msgstr "ସାରଣୀ ପାଦିକା"
+
+#~ msgid "Table header cell"
+#~ msgstr "ସାରଣୀ ଶୀର୍ଷକ କୋଷ"
+
+#~ msgid "Table row"
+#~ msgstr "ସାରଣୀ ଧାଡ଼ି"
+
+#~ msgid "Table summary"
+#~ msgstr "ସାରଣୀ ସାରାଂଶ"
+
+#~ msgid "Target - Blank"
+#~ msgstr "ଲକ୍ଷ୍ୟ - ଖାଲିସ୍ଥାନ"
+
+#~ msgid "Target - Parent"
+#~ msgstr "ଲକ୍ଷ୍ୟ - ମୂଳ"
+
+#~ msgid "Target - Self"
+#~ msgstr "ଲକ୍ଷ୍ୟ - ନିଜର"
+
+#~ msgid "Target - Top"
+#~ msgstr "ଲକ୍ଷ୍ୟ - ଅଗ୍ର"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "ଟେଲିଟାଇପ କିମ୍ବା ଏକମାପ ପାଠ୍ୟ ଶୈଳୀ"
+
+#~ msgid "Text color"
+#~ msgstr "ପାଠ୍ୟ ରଙ୍ଗ"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "ପାଠ୍ୟ ରଙ୍ଗ (ଅପସନ୍ଦ)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "ଚାଳକ ଦ୍ୱାରା ଭରଣକରାଯାଇଥିବା ପାଠ୍ୟ"
+
+#~ msgid "Title"
+#~ msgstr "ଶୀର୍ଷକ"
+
+#~ msgid "Topmargin in pixels"
+#~ msgstr "ଉପର ସୀମାରେଖା ପିକସେଲରେ"
+
+#~ msgid "URL"
+#~ msgstr "ୟୁ.ଆର.ଏଲ."
+
+#~ msgid "Underlined text style"
+#~ msgstr "ଅବରେଖନ ପାଠ୍ୟ ଶୈଳୀ"
+
+#~ msgid "Unordered list"
+#~ msgstr "କ୍ରମବିହିନ ତାଲିକା"
+
+#~ msgid "Use image map"
+#~ msgstr "ପ୍ରତିଛବି ମାନଚିତ୍ର ବ୍ୟବହାର କରନ୍ତୁ"
+
+#~ msgid "Value"
+#~ msgstr "ମୂଲ୍ଯ"
+
+#~ msgid "Value interpretation"
+#~ msgstr "ମୂଲ୍ୟ ବିବେଚନା"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "ଚଳ କିମ୍ବା ପ୍ରଗ୍ରାମ ସ୍ୱତନ୍ତ୍ରଚର"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "ଭୂଲମ୍ବ କୋଷ ପାର୍ଶ୍ୱୀକରଣ"
+
+#~ msgid "Vertical space"
+#~ msgstr "ଭୂଲମ୍ବ ସ୍ଥାନ"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "ଭୂଲମ୍ବ ସ୍ଥାନ (ଅପସନ୍ଦ)"
+
+#~ msgid "Visited link color"
+#~ msgstr "ପରିଦର୍ଶିତ ସଂଯୋଗ ରଙ୍ଗ"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "ପରିଦର୍ଶିତ ସଂଯୋଗ ରଙ୍ଗ (ଅପସନ୍ଦ)"
+
+#~ msgid "Width"
+#~ msgstr "ପ୍ରସ୍ଥ"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML 1.0 - ଟ୍ୟାଗଗୁଡ଼ିକ"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "ଗ୍ରନ୍ଥ ସୂଚୀ (ସାଇଟ)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "ଗ୍ରନ୍ଥ ସୂଚୀ (ବସ୍ତୁ)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "ଗ୍ରନ୍ଥ ସୂଚୀ (shortsite)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "ଗ୍ରନ୍ଥ ସୂଚୀ (thebibliography)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "ବନ୍ଧନିଗୁଡ଼ିକ ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "ବନ୍ଧନିଗୁଡ଼ିକ <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "ବନ୍ଧନିଗୁଡ଼ିକ []ବନ୍ଧନିଗୁଡ଼ିକ ["
+
+#~ msgid "Brackets {}"
+#~ msgstr "ବନ୍ଧନିଗୁଡ଼ିକ {}"
+
+#~ msgid "File input"
+#~ msgstr "ଫାଇଲ ନିବେଶ"
+
+#~ msgid "Function cosin"
+#~ msgstr "ଫଳନ cosin"
+
+#~ msgid "Function e^"
+#~ msgstr "ଫଳନ e^"
+
+#~ msgid "Function exp"
+#~ msgstr "ଫଳନ exp"
+
+#~ msgid "Function log"
+#~ msgstr "ଫଳନ log"
+
+#~ msgid "Function log10"
+#~ msgstr "ଫଳନ log10"
+
+#~ msgid "Function sine"
+#~ msgstr "ଫଳନ sine"
+
+#~ msgid "Greek alpha"
+#~ msgstr "ଗ୍ରୀକ ଆଲଫା"
+
+#~ msgid "Greek beta"
+#~ msgstr "ଗ୍ରୀକ ବିଟା"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "ଗ୍ରୀକ ଏପସିଲନ"
+
+#~ msgid "Greek gamma"
+#~ msgstr "ଗ୍ରୀକ ଗାମା"
+
+#~ msgid "Greek lambda"
+#~ msgstr "ଗ୍ରୀକ ଲାମ୍ବଡ଼ା"
+
+#~ msgid "Greek rho"
+#~ msgstr "ଗ୍ରୀକ rho"
+
+#~ msgid "Greek tau"
+#~ msgstr "ଗ୍ରୀକ ତାଉ"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "ଶୀର୍ଷକ 0 (ଅଧ୍ଯାୟ)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "ଶୀର୍ଷକ 0 (ଅଧ୍ଯାୟ*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "ଶୀର୍ଷକ 1 (ଅନୁଭାଗ)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "ଶୀର୍ଷକ 1 (ଅନୁଭାଗ*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "ଶୀର୍ଷକ 2 (ଉପଭାଗ)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "ଶୀର୍ଷକ 2 (ଉପଭାଗ*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "ଶୀର୍ଷକ 3 (subsubsection)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "ଶୀର୍ଷକ 3 (subsubsection*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "ଶୀର୍ଷକ 4 (ପରିଚ୍ଛେଦ)"
+
+#~ msgid "Header appendix"
+#~ msgstr "ଶୀର୍ଷକ ଅତିରିକ୍ତ ବିଷୟ"
+
+#~ msgid "Item"
+#~ msgstr "ବସ୍ତୁ"
+
+#~ msgid "Item with label"
+#~ msgstr "ନାମପଟି ସହିତ ବସ୍ତୁ"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex - ଟ୍ୟାଗଗୁଡ଼ିକ"
+
+#~ msgid "List description"
+#~ msgstr "ତାଲିକା ବର୍ଣ୍ଣନା"
+
+#~ msgid "List enumerate"
+#~ msgstr "ତାଲିକା ଗଣନା କରିବା"
+
+#~ msgid "List itemize"
+#~ msgstr "ତାଲିକାକୁ ଅଲଗା ଅଲଗା ଉଲ୍ଲେଖ କରିବା"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Maths (ପ୍ରଦର୍ଶନ)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Maths (ଇନଲାଇନ)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "ଚାଳକ ଭଗ୍ନାଂଶ"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "ଚାଳକ ସମାକଳନ (ପ୍ରଦର୍ଶନ)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "ଚାଳକ ସମାକଳନ (ଇନଲାଇନ)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "ଚାଳକ ସମଷ୍ଟି (ପ୍ରଦର୍ଶନ)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "ଚାଳକ ସମଷ୍ଟି (ଇନଲାଇନ)"
+
+#~ msgid "Reference label"
+#~ msgstr "ସୂଚକ ନିର୍ଦ୍ଦେଶ"
+
+#~ msgid "Reference ref"
+#~ msgstr "ref ନିର୍ଦ୍ଦେଶ"
+
+#~ msgid "Symbol <<"
+#~ msgstr "<< ଚିହ୍ନ"
+
+#~ msgid "Symbol <="
+#~ msgstr "<= ଚିହ୍ନ"
+
+#~ msgid "Symbol >="
+#~ msgstr ">= ଚିହ୍ନ"
+
+#~ msgid "Symbol >>"
+#~ msgstr ">> ଚିହ୍ନ"
+
+#~ msgid "Symbol and"
+#~ msgstr "and ଚିହ୍ନ"
+
+#~ msgid "Symbol const"
+#~ msgstr "const ଚିହ୍ନ"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "d-by-dt ଚିହ୍ନ"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "d-by-dt-partial ଚିହ୍ନ"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "d2-by-dt2-partial ଚିହ୍ନ"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "କଟୁରୀ ଚିହ୍ନ"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "ସମାନ ଚିହ୍ନ"
+
+#~ msgid "Symbol hyphen --"
+#~ msgstr "ହାଇଫେନ ଚିହ୍ନ --"
+
+#~ msgid "Symbol hyphen ---"
+#~ msgstr "ହାଇଫେନ ଚିହ୍ନ ---"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "ଅସୀମତା ଚିହ୍ନ"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "mathspace ଚିହ୍ନ ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "mathspace ଚିହ୍ନ ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "mathspace ଚିହ୍ନ _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "mathspace ଚିହ୍ନ __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "simeq ଚିହ୍ନ"
+
+#~ msgid "Symbol star"
+#~ msgstr "ତାରକା ଚିହ୍ନ"
+
+#~ msgid "Typeface bold"
+#~ msgstr "ଗାଢ Typeface"
+
+#~ msgid "Typeface italic"
+#~ msgstr "ତେରଛା Typeface"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "ତେଢା Typeface"
+
+#~ msgid "Typeface type"
+#~ msgstr "Typeface ପ୍ରକାର"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "ଅବିଭାଜିତ ପାଠ୍ଯ"
+
+#~ msgid ""
+#~ "Provides a method to easily insert into a document commonly used tags/"
+#~ "strings without having to type them."
+#~ msgstr ""
+#~ "ସାଧାରଣ ଭାବରେ ବ୍ଯବହାର ହୋଉଥିବା ଚିହ୍ନକ/ବାକ୍ଯଖଣ୍ଡଙ୍କୁ ସରଳ ପ୍ରକାରରେ ଭର୍ତ୍ତି କରିବା ପାଇଁ ଏକ "
+#~ "ଉପାୟ ଯୋଗାଏ, ତାଙ୍କୁ ବିନା ଟାଇପ କରି."
+
+#~ msgid "Tag list"
+#~ msgstr "ଚିହ୍ନକର ତାଲିକା"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT - ଅକ୍ଷ ରେଖା ଗୁଡିକ"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - ବସ୍ତୁ"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - ପ୍ରକ୍ରିୟା"
+
+#~ msgid "ancestor"
+#~ msgstr "ପୂର୍ବଜ"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "ପୂର୍ବଜ କିମ୍ବା ନିଜର"
+
+#~ msgid "attribute"
+#~ msgstr "ଗୁଣଧର୍ମ"
+
+#~ msgid "child"
+#~ msgstr "ନିର୍ଭରକ"
+
+#~ msgid "descendant"
+#~ msgstr "ବଂଶଜ"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "ବଂଶଜ କିମ୍ବା ନିଜର"
+
+#~ msgid "following"
+#~ msgstr "ନିମ୍ନଲିଖିତ"
+
+#~ msgid "following-sibling"
+#~ msgstr "ନିମ୍ନଲିଖିତ ସହୋଦର"
+
+#~ msgid "namespace"
+#~ msgstr "namespace"
+
+#~ msgid "parent"
+#~ msgstr "ମୂଳ"
+
+#~ msgid "preceding"
+#~ msgstr "ପୂର୍ବବର୍ତ୍ତୀ"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "ପୂର୍ବବର୍ତ୍ତୀ ସହୋଦର"
+
+#~ msgid "self"
+#~ msgstr "ନିଜସ୍ବ"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL - ସୂଚକ"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">୦୧/୧୧/୨୦୦୨ ୧୭:୫୨:୦୦</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\">ତାରିଖ/ସମୟ ଭର୍ତ୍ତି କଲାବେଳେ...</span>"
diff --git a/po/pa.po b/po/pa.po
new file mode 100644
index 0000000..5fb84ed
--- /dev/null
+++ b/po/pa.po
@@ -0,0 +1,5844 @@
+# translation of gedit.HEAD.po to Punjabi
+#
+#
+# Amanpreet Singh Alam <amanliunx@netscapet.net>, 2004.
+# ASB <aalam@users.sf.net>, 2005, 2006, 2007.
+# Amanpreet Singh Alam <aalam@users.sf.net>, 2008.
+# A S Alam <aalam@users.sf.net>, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2021.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.HEAD\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-11-20 05:35+0000\n"
+"PO-Revision-Date: 2021-02-13 16:01-0800\n"
+"Last-Translator: A S Alam <aalam@satluj.org>\n"
+"Language-Team: Punjabi <punjabi-users@list.sf.net>\n"
+"Language: pa\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-DamnedLies-Scope: partial\n"
+"X-Generator: Lokalize 20.08.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "ਜੀ-ਸੰਪਾਦਕ"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "ਲਿਖਤ ਫਾਇਲਾਂ ਸੋਧੋ"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਗਨੋਮ ਡੈਸਕਟਾਪ ਲਈ ਲਿਖਤ ਸੰਪਾਦਕ ਹੈ"
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"ਜੀ-ਸੰਪਾਦਕ ਦਾ ਪਹਿਲਾਂ ਟੀਚਾ ਵਰਤਣ ਲਈ ਸੌਖਾ, ਮੂਲ ਰੂਪ ਵਿੱਚ ਸਰਲ ਇੰਟਰਫੇਸ ਹੈ। ਹੋਰ"
+" ਤਕਨੀਕੀ ਫ਼ੀਚਰ ਪਲੱਗਇਨ ਵਰਤ ਕੇ ਉਪਲਬਧ ਹੁੰਦੇ ਹਨ।"
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "ਟੈਕਸਟ ਐਡੀਟਰ"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "ਸ਼ਬਦ;ਟੈਕਸਟ;ਸੰਪਾਦਕ;ਐਡੀਟਰ;ਪਲੇਨਟੈਕਸਟ;ਜੀਸੰਪਾਦਕ;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "ਨਵੀਂ ਵਿੰਡੋ"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "ਨਵਾਂ ਡੌਕੂਮੈਂਟ"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "ਡਿਫਾਲਟ ਫੋਂਟ ਵਰਤੋਂ"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"ਜੀ-ਸੰਪਾਦਕ ਦੇ ਖਾਸ ਫੋਂਟ ਦੀ ਬਜਾਏ ਤੁਸੀਂ ਸਿਸਟਮ ਦੇ ਮੂਲ ਸਥਿਰੀ ਚੌੜਾਈ ਫੋਂਟ ਵੀ ਵਰਤ ਸਕਦੇ"
+" ਹੋ। ਜੇਕਰ ਇਹ "
+"ਚੋਣ ਬੰਦ ਹੈ ਤਾਂ “ਸੰਪਾਦਕ ਫੋਂਟ“ ਵਿੱਚ ਦੱਸੇ ਫੋਂਟ ਸਿਸਟਮ ਦੀ ਥਾਂ ਉੱਤੇ ਵਰਤੇ ਜਾਣਗੇ।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "ਸੰਪਾਦਕ ਫੋਂਟ"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "ਸਟਾਇਲ ਸਕੀਮਾਂ"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"ਇੱਕ GtkSourceView ਸਟਾਇਲ ਸਕੀਮ ਦਾ ID, ਜੋ ਕਿ ਟੈਕਸਟ ਦੇ ਰੰਗ ਲਈ ਵਰਤਿਆ ਜਾਵੇਗਾ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "ਬੈਕਅਪ ਕਾਪੀਆਂ ਬਣਾਓ"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "ਕੀ ਜੀ-ਸੰਪਾਦਕ ਵਲੋਂ ਸੰਭਾਲੀਆਂ ਗਈਆਂ ਫਾਇਲਾਂ ਦੀਆਂ ਬੈਕਅੱਪ ਕਾਪੀਆਂ ਬਣਾਈਆਂ ਜਾਣ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "ਆਟੋ ਸੰਭਾਲੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"ਕੀ ਜੀ-ਸੰਪਾਦਕ ਸੋਧੀਆਂ ਫਾਇਲਾਂ ਦੀ ਇਕ ਸਮੇਂ ਮਗਰੋਂ ਆਟੋਮੈਟਿਕ ਸੰਭਾਲ ਕਰੇ। ਤੁਸੀਂ"
+" “ਆਟੋ-ਸੰਭਾਲ ਅੰਤਰਾਲ“ ਚੋਣ "
+"ਨਾਲ ਸਮਾਂ ਨਿਸ਼ਚਿਤ ਕਰ ਸਕਦੇ ਹੋ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "ਆਟੋ-ਸੰਭਾਲ ਅੰਤਰਾਲ"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"ਮਿੰਟ ਦੀ ਗਿਣਤੀ, ਜਿੰਨ੍ਹਾਂ ਉਪਰੰਤ ਜੀ-ਸੰਪਾਦਕ ਸੋਧੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਖੁਦ ਹੀ ਸੰਭਾਲ"
+" ਦੇਵੇਗਾ। ਇਹ ਚੋਣ ਤਾਂ ਹੀ "
+"ਪ੍ਰਭਾਵੀ ਹੋਵੇਗੀ, ਜੇਕਰ “ਆਟੋ ਸੰਭਾਲ“ ਚੋਣ ਚਾਲੂ ਹੋਵੇਗੀ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਵਾਪਸੀ ਪਗਾਂ ਦੀ ਗਿਣਤੀ"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"ਵਾਪਸ ਜਾਂ ਮੁੜ-ਵਾਪਸ ਕੀਤੇ ਜਾਣ ਵਾਲੀਆਂ ਵੱਧ ਤੋਂ ਵੱਧ ਕਾਰਵਾਈਆਂ ਦੀ ਗਿਣਤੀ ਹੈ। ਕਾਰਵਾਈਆਂ"
+" ਦੀ ਗਿਣਤੀ ਨੂੰ "
+"ਅਣਗਿਣਤ ਕਰਨ ਲਈ “-1“ ਦਿਓ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "ਲਾਈਨ ਸਮੇਟਣ ਢੰਗ"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"ਸੰਪਾਦਕ ਖੇਤਰ ਵਿੱਚ ਲੰਬੀਆਂ ਲਾਈਨਾਂ ਕਿਵੇ ਲਪਟੇਣੀਆਂ ਹਨ, ਇਹ ਨਿਰਧਾਰਿਤ ਕਰੋ। ਨਾ ਲਪੇਟਣ ਲਈ"
+" “none“ "
+"ਵਰਤੋ। ਸ਼ਬਦਾਂ ਦੀ ਸੀਮਾ ਤੋ ਲਪੇਟਣ ਲਈ “word“ ਵਰਤੋਂ। ਹਰੇਕ ਅੱਖਰ ਦੀ ਸੀਮਾ ਤੋਂ ਲਪੇਣ ਲਈ"
+" “char“ ਵਰਤੋਂ "
+"(ਟਿੱਪਣੀ- ਮੁੱਲ ਅੰਗਰੇਜੀ ਅੱਖਰਾਂ ਦੇ ਛੋਟੇ ਵੱਡੇ ਹੋਣ ਤੋਂ ਪਰਭਾਵਿਤ ਹੁੰਦਾ ਹੈ, ਇਸ ਕਰਕੇ"
+" ਜਾਂਚ ਲਵੋ ਕਿ ਉਹ ਸਟੈਂਡਰਡ "
+"ਮੁਤਾਬਕ ਹੀ ਹਨ।)।"
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "ਲਾਈਨ ਸਮੇਟਣ ਮੋਡ ਲਈ ਆਖਰੀ ਵੰਡ ਮੋਡ ਚੋਣ"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"ਲਾਈਨ ਸਮੇਟਣ ਮੋਡ ਲਈ ਆਖਰੀ ਵੰਡ ਮੋਡ ਚੋਣ ਤਹਿ ਕਰੋ ਤਾਂ ਕਿ ਜਦੋਂ ਸਮੇਟਣ ਮੋਡ ਬੰਦ ਹੈ ਤਾਂ"
+" ਅਸੀਂ ਹਾਲੇ ਵੀ ਵੰਡ "
+"ਮੋਡ ਚੋਣ ਨੂੰ ਯਾਦ ਰੱਖਣਾ ਹੈ। ਸ਼ਬਦ ਹੱਦ ਤੋਂ ਸਮੇਟਣ ਲਈ “ਸ਼ਬਦ(word)“ ਵਰਤੋਂ ਅਤੇ ਅੱਖਰ ਦੀ"
+" ਹੱਦ ਤੋਂ ਸਮੇਟਣ ਲਈ "
+"“ਅੱਖਰ(char)“ ਦੀ ਚੋਣ ਕਰੋ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "ਟੈਬ ਆਕਾਰ"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "ਟੈਬ (Tab) ਅੱਖਰ ਦੀ ਬਜਾਏ ਵੇਖਾਈਆਂ ਜਾਣ ਵਾਲੀਆਂ ਖਾਲੀ ਥਾਵਾਂ ਦੀ ਗਿਣਤੀ ਦਿਓ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "ਖਾਲੀ ਥਾਂ ਜੋੜੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਟੈਬ ਦੀ ਬਜਾਏ ਖਾਲੀ ਥਾਂ ਪਾ ਦੇਵੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "ਆਟੋਮੈਟਿਕ ਹਾਸ਼ੀਆ ਦੂਰੀ"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਆਟੋਮੈਟਿਕ ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰ ਕਰਨਾ ਚਾਲੂ ਕਰੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "ਲਾਈਨ ਨੰਬਰ ਵੇਖੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਸੰਪਾਦਨ ਖੇਤਰ ਵਿੱਚ ਲਾਈਨ ਨੰਬਰ ਵੇਖਾਏ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "ਮੌਜੂਦਾ ਲਾਈਨ ਹਾਈਲਾਈਟ ਕਰੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "ਕੀ ਜੀ-ਸੰਪਾਦਕ ਮੌਜੂਦ ਲਾਈਨ ਨੂੰ ਹਾਈਲਾਈਟ ਕਰੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "ਮਿਲਦੀ ਬਰੈਕਟ ਹਾਈਲਾਈਟ ਕਰੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "ਕੀ ਜੀ-ਸੰਪਾਦਕ ਮਿਲਦੀਆਂ ਬਰੈਕਟਾਂ ਹਾਈਲਾਈਟ ਕਰੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "ਸੱਜੇ ਪਾਸੇ ਹਾਸ਼ੀਆ ਵੇਖੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਸੰਪਾਦਨ ਖੇਤਰ ਵਿੱਚ ਸੱਜਾ ਹਾਸ਼ੀਆ ਵੇਖਾਏ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "ਸੱਜੇ ਪਾਸੇ ਹਾਸ਼ੀਏ ਦਾ ਟਿਕਾਣਾ"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "ਸੱਜੇ ਹਾਸ਼ੀਏ ਦਾ ਟਿਕਾਣਾ ਦਿਓ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "ਡੌਕੂਮੈਂਟ ਬੈਕਗਰਾਊਂਡ ਪੈਟਰਨ ਕਿਸਮ"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "ਕੀ ਡੌਕੂਮੈਂਟ ਉੱਤੇ ਬੈਕਗਰਾਊਂਡ ਪੈਟਰਨ ਪੇਂਟ ਕੀਤਾ ਕਰਨਾ ਹੈ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "ਸਮਾਰਟ Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"ਦੱਸੋ ਕਿ ਕਰਸਰ ਘਰ (HOME) ਅਤੇ ਅੰਤ (END) ਸਵਿੱਚ ਦਬਾਉਣ ਉੱਤੇ ਕਿਵੇਂ ਹਿੱਲੇ।"
+" “(disabled) ਆਯੋਗ“ ਕਰਨ "
+"ਨਾਲ ਹਮੇਸ਼ਾਂ ਲਾਈਨ ਦੇ ਸ਼ੁਰੂ ਅਤੇ ਅੰਤ ਵਿੱਚ ਜਾਵੇਗੀ, “(after) ਬਾਅਦ ਵਿੱਚ“ ਨਾਲ ਪਹਿਲੀਂ"
+" ਵਾਰ ਲਾਈਨ ਦੇ "
+"ਸ਼ੁਰੂ/ਅੰਤ ਵਿੱਚ, ਅਤੇ ਦੂਜੀ ਵਾਰ ਦਬਾਉਣ ਨਾਲ ਖਾਲੀ ਥਾਂ ਨੂੰ ਛੱਡ ਕੇ ਟੈਸਕਟ ਦੇ ਸ਼ੁਰੂ ਅਤੇ"
+" ਅੰਤ ਵਿੱਚ ਜਾਵੇਗੀ, "
+"“(before) ਪਹਿਲਾਂ“ ਨਾਲ ਲਾਈਨ ਦੇ ਸ਼ੁਰੂ/ਅੰਤ ਉੱਤੇ ਜਾਣ ਤੋਂ ਪਹਿਲਾਂ ਟੈਕਸਟ ਦੇ"
+" ਸ਼ੁਰੂ/ਅੰਤ ਉੱਤੇ ਜਾਵੇਗੀ ਅਤੇ "
+"“(always) ਹਮੇਸ਼ਾਂ“ ਚੁਣ ਨਾਲ ਲਾਈਨ ਦੇ ਸ਼ੁਰੂ/ਅੰਤ ਉੱਤੇ ਜਾਣ ਦੀ ਬਜਾਏ ਹਮੇਸ਼ਾਂ ਟੈਕਸਟ"
+" ਦੇ ਸ਼ੁਰੂ/ਅੰਤ ਉੱਤੇ "
+"ਜਾਵੇਗੀ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "ਪੁਰਾਣੀ ਕਰਸਰ ਸਥਿਤੀ ਮੁੜ-ਸਟੋਰ"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"ਕੀ ਜੀ-ਸੰਪਾਦਕ ਇੱਕ ਫਾਇਲ ਨੂੰ ਲੋਡ ਕਰਨ ਉਪਰੰਤ ਕਰਸਰ ਦੀ ਪੁਰਾਣੀ ਟਿਕਾਣਾ ਮੁੜ-ਪ੍ਰਾਪਤ ਕਰੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "ਸੰਟੇਕਸ ਹਾਈਲਾਈਟ ਕਰੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਸੰਟੇਕਸ ਹਾਈਟਲਾਈਟ ਚਾਲੂ ਕਰ ਦੇਵੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "ਖੋਜ ਹਾਈਲਾਈਟ ਕਰੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "ਕੀ ਜੀ-ਸੰਪਾਦਕ ਖੋਜੇ ਟੈਕਸਟ ਦੀਆਂ ਸਭ ਮੌਜੂਦਗੀਆਂ ਨੂੰ ਹਾਈਲਾਈਟ ਕਰੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "ਅੰਤ 'ਚ ਨਵੀਂ-ਲਾਈਨ ਦੀ ਪੁਸ਼ਟੀ"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"ਕੀ ਜੀ-ਸੰਪਾਦਕ ਯਕੀਨੀ ਬਣਾਏ ਕਿ ਦਸਤਾਵੇਜ਼ ਨੂੰ ਹਮੇਸ਼ਾ ਨਵੀਂ ਲਾਈਨ ਨਾਲ ਖਤਮ ਕਰਨਾ ਹੈ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "ਨੋਟਬੁੱਕਮ ਵੇਖੋ ਟੈਬ ਮੋਡ"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"ਦੱਸੋ ਕਿ ਨੋਟਬੁੱਕ ਟੈਬਾਂ ਕਦੋਂ ਵੇਖਾਉਣੀਆਂ ਹਨ। ਟੈਬਾਂ ਕਦੇ ਨਾ ਵੇਖਾਉਣ ਲਈ “never (ਕਦੇ"
+" ਨਹੀਂ)“ ਦੀ ਚੋਣ ਕਰੋ, "
+"ਟੈਬਾਂ ਹਮੇਸ਼ਾ ਵੇਖਾਉਣ ਲਈ “always (ਹਮੇਸ਼ਾ)“ ਚੁਣੋ ਤੇ ਕਦੋਂ ਵੀ ਇੱਕ ਤੋਂ ਵੱਧ ਟੈਬਾਂ"
+" ਹੋਣ ਉਦੋਂ ਹੀ ਟੈਬਾਂ ਵੇਖਾਉਣ "
+"ਲਈ “auto (ਆਟੋ)“ ਚੁਣੋ। ਟਿੱਪਣੀ- ਮੁੱਲ ਅੰਗਰੇਜੀ ਅੱਖਰਾਂ ਦੇ ਛੋਟੋ ਵੱਡੇ ਹੋਣ ਤੋਂ"
+" ਪਰਭਾਵਿਤ ਹੁੰਦਾ ਹੈ, ਇਸ ਕਰਕੇ "
+"ਜਾਂਚ ਲਵੋ ਕਿ ਉਹ ਸਟੈਂਡਰਡ ਮੁਤਾਬਕ ਹੀ ਹਨ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "ਹਾਲਤ ਪੱਟੀ ਵੇਖਾਈ ਹੈ"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "ਕੀ ਸੰਪਾਦਕ ਵਿੰਡੋ ਦੇ ਹੇਠਾਂ ਹਾਲਤ ਪੱਟੀ ਉਪਲਬਧ ਹੋਵੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "ਬਾਹੀ ਵਿਖਾਈ ਦਿੰਦੀ ਹੈ"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "ਕੀ ਸੰਪਾਦਕ ਵਿੰਡੋ ਦੇ ਖੱਬੇ ਪਾਸੇ ਸਾਈਡ ਪੈਨਲ ਵੇਖਾਇਆ ਜਾਵੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "ਹਾਈਲਾਈਟ ਕੀਤੇ ਸੰਟੈਕਸ ਪਰਿੰਟ ਕਰੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਸੰਟੇਕਸ ਹਾਈਲਾਈਟ ਕਰੇ, ਜਦੋਂ ਡੌਕੂਮੈਂਟ ਪਰਿੰਟ ਕੀਤਾ ਜਾਵੇ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "ਹੈੱਡਰ ਪਰਿੰਟ ਕਰੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "ਜੀ-ਸੰਪਾਦਕ, ਜਦੋਂ ਡੌਕੂਮੈਂਟ ਪਰਿੰਟ ਕਰੇ ਤਾਂ ਡੌਕੂਮੈਂਟ ਦਾ ਹੈੱਡਰ ਜੋੜ ਦੇਵੇ"
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "ਪਰਿੰਟ ਲਈ ਲਾਈਨ ਸਮੇਟਣ ਢੰਗ"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"ਪਰਿੰਟ ਕਰਨ ਵੇਲੇ ਲੰਬੀਆਂ ਲਾਈਨਾਂ ਕਿਵੇਂ ਲਪਟੇਣੀਆਂ ਹਨ, ਇਹ ਦਿਓ। ਨਾ ਲਪੇਟਣ ਲਈ “none“"
+" ਵਰਤੋ। ਸ਼ਬਦਾਂ ਦੀ "
+"ਸੀਮਾ ਤੋ ਲਪੇਟਣ ਲਈ “word“ ਵਰਤੋਂ। ਹਰੇਕ ਅੱਖਰ ਦੀ ਸੀਮਾ ਤੋਂ ਲਪੇਣ ਲਈ “char“ ਵਰਤੋਂ"
+" (ਟਿੱਪਣੀ- ਮੁੱਲ "
+"ਅੰਗਰੇਜੀ ਅੱਖਰਾਂ ਦੇ ਛੋਟੋ ਵੱਡੇ ਹੋਣ ਤੋਂ ਪਰਭਾਵਿਤ ਹੁੰਦਾ ਹੈ, ਇਸ ਕਰਕੇ ਜਾਂਚ ਲਵੋ ਕਿ ਉਹ"
+" ਸਟੈਂਡਰਡ ਮੁਤਾਬਕ ਹੀ ਹਨ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "ਲਾਈਨ ਨੰਬਰ ਪਰਿੰਟ ਕਰੋ"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"ਜੇ ਇਸ ਦਾ ਮੁੱਲ 0 ਹੈ ਤਾਂ ਛਾਪਣ ਸਮੇਂ ਕੋਈ ਲਾਈਨ ਨੰਬਰ ਕਾਗਜ ਵਿੱਚ ਨਹੀ ਆ ਸਕੇਗੀ, ਨਹੀ ਤਾਂ"
+" ਜੀ-ਸੰਪਾਦਕ "
+"ਹਰੇਕ ਲਾਈਨ ਲਈ ਲਾਈਨ ਨੰਬਰ ਛਾਪੇਗਾ।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "ਮੁੱਖ ਭਾਗ ਪਰਿੰਟ ਕਰਨ ਲਈ ਫੋਂਟ"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "ਫੋਂਟ ਦਿਓ, ਜੋ ਦਸਤਾਵੇਜ਼ ਦੇ ਮੁੱਖ ਭਾਗ ਨੂੰ ਛਾਪਣ ਦੇ ਦੌਰਾਨ ਵਰਤਣੇ ਹਨ।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "ਪਰਿੰਟ ਲਈ ਹੈੱਡਰ ਫੋਂਟ"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"ਫੋਂਟ ਦਿਓ, ਜੋ ਸਫੇ ਦੇ ਹੈੱਡਰ ਲਈ ਵਰਤਣੇ ਹਨ, ਜੋ ਕਿ ਛਾਪਿਆ ਜਾ ਰਿਹਾ ਹੈ। ਇਹ ਤਾਂ ਹੀ ਲਾਗੂ"
+" ਹੋ ਸਕੇਗਾ, ਜੇ "
+"“ਹੈੱਡਰ ਪਰਿੰਟ ਕਰੋ“ ਚੋਣ ਚਾਲੂ ਹੈ।"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "ਪਰਿੰਟ ਕਰਨ ਲਈ ਲਾਈਨ ਨੰਬਰ ਫੋਂਟ"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "ਖੱਬਾ ਹਾਸ਼ੀਆ"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "ਖੱਬਾ ਹਾਸ਼ੀਆ, ਮਿਲੀਮੀਟਰਾਂ ਵਿੱਚ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "ਉੱਪਰ ਹਾਸ਼ੀਆ"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "ਉੱਪਰੀ ਹਾਸ਼ੀਆ, ਮਿਲੀਮੀਟਰਾਂ ਵਿੱਚ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "ਸੱਜਾ ਹਾਸ਼ੀਆ"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "ਸੱਜਾ ਹਾਸ਼ੀਆ, ਮਿਲੀਮੀਟਰਾਂ ਵਿੱਚ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "ਹੇਠਲਾ ਹਾਸ਼ੀਆ"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "ਹੇਠਲਾ ਹਾਸ਼ੀਆ, ਮਿਲੀਮੀਟਰਾਂ ਵਿੱਚ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "ਉਮੀਦਵਾਰ ਇੰਕੋਡਿੰਗ"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"ਉਮੀਦਵਾਰ ਇੰਕੋਡਿੰਗ ਦੀ ਲਿਸਟ ਖੋਲ੍ਹਣ/ਸੰਭਾਲਣ ਫਾਇਲ ਚੋਣਕਾਰ ਦੇ ਕਰੈਕਟਰ ਇੰਕੋਡਿੰਗ ਮੇਨੂ"
+" ਵਿੱਚ ਦਿਖਾਈ ਗਈ ਹੈ। "
+"“CURRENT” ਲੋਕਲ ਇੰਕੋਡਿੰਗ ਦੀ ਹਾਲੀਆ ਸਥਿਤੀ ਪੇਸ਼ ਕਰਦਾ ਹੈ । ਸਿਰਫ਼ ਪ੍ਰਵਾਨਿੇਤ"
+" ਇੰਕੋਡਿੰਗਸ ਹੀ ਵਰਤੀਆਂ "
+"ਗਈਆਂ ਹਨ। ਖਾਲੀ ਸੂਚੀ ਡਿਫਾਲਟ ਮੁੱਲ ਹੈ, ਜਿਸ ਵਿੱਚ ਜੀ-ਸੰਪਾਦਕ ਦੇਸ਼ ਅਤੇ ਭਾਸ਼ਾ ਦੇ ਆਧਾਰ"
+" ਉਤੇ ਵਧੀਆ ਮੂਲ "
+"ਚੁਣੇਗਾ।"
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "ਸਰਗਰਮ ਪਲੱਗਇਨ"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+#| msgid "Active plugins"
+msgid "List of active plugins."
+msgstr "ਸਰਗਰਮ ਪਲੱਗਇਨਾਂ ਦੀ ਸੂਚੀ ਹੈ।"
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "ਐਪਲੀਕੇਸ਼ਨ ਦਾ ਵਰਜ਼ਨ ਵੇਖੋ"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "ਇੰਕੋਡਿੰਗ ਚੋਣ ਲਈ ਸੰਭਵ ਮੁੱਲਾਂ ਦੀ ਲਿਸਟ ਵੇਖੋ।"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "ਕਮਾਂਡ ਲਾਈਨ ਤੋਂ ਖੁੱਲਣ ਵਾਲੀਆਂ ਫਾਇਲਾਂ ਦੀ ਅੱਖਰ ਇੰਕੋਡਿੰਗ ਦਿਓ"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "ਇੰਕੋਡਿੰਗ"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "ਇਸ ਖੁੱਲ੍ਹੇ ਜੀ-ਸੰਪਾਦਕ ਲਈ ਸਿਰੇ ਦਾ ਨਵੀਂ ਵਿੰਡੋ ਬਣਾਓ"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਦੇ ਮੌਜੂਦ ਮੌਕੇ ਵਿੱਚ ਨਵਾਂ ਡੌਕੂਮੈਂਟ ਬਣਾਓ"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "ਜਦੋਂ ਤੱਕ ਮੈਂ ਫਾਇਲਾਂ ਬੰਦ ਨਹੀਂ ਕਰਦਾ ਤਾਂ ਫਾਇਲਾਂ ਖੋਲ੍ਹੋ ਤੇ ਪਰੋਸੈੱਸ ਰੋਕੋ"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "ਜੀਸੰਪਾਦਕ ਨੂੰ ਇੱਕਲੇ ਮੋਡ 'ਚ ਚਲਾਓ"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+LINE[:COLUMN]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "ਮੱਦਦ ਵੇਖਾਉਣ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ।"
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ਗਲਤ ਇੰਕੋਡਿੰਗ ਹੈ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "ਬਿਨਾਂ ਸੰਭਾਲੇ ਬੰਦ ਕਰੋ(_w)"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "ਰੱਦ ਕਰੋ(_C)"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "…ਵਜੋਂ ਸੰਭਾਲੋ(_S)"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "ਸੰਭਾਲੋ(_S)"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਪਿਛਲੇ %ld ਸਕਿੰਟ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+msgstr[1] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਪਿਛਲੇ %ld ਸਕਿੰਟਾਂ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਪਿਛਲੇ ਮਿੰਟ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਪਿਛਲੇ ਮਿੰਟ ਅਤੇ %ld ਸਕਿੰਟ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ"
+" ਜਾਣਗੀਆਂ।"
+msgstr[1] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਪਿਛਲੇ ਮਿੰਟ ਅਤੇ %ld ਸਕਿੰਟਾਂ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ"
+" ਜਾਣਗੀਆਂ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਪਿਛਲੇ %ld ਮਿੰਟ ਦੀਆਂ ਸਾਰੀਆਂ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+msgstr[1] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਪਿਛਲੇ %ld ਮਿੰਟਾਂ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲੀਆਂ ਤਾਂ ਆਖਰੀ ਘੰਟੇ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਹਮੇਸ਼ਾਂ ਲਈ ਖਤਮ ਹੋ"
+" ਜਾਣਗੀਆਂ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਪਿਛਲੇ %d ਮਿੰਟ ਦੀਆਂ ਸਾਰੀਆਂ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+msgstr[1] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਪਿਛਲੇ %d ਮਿੰਟਾਂ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲੀਆਂ ਤਾਂ ਪਿਛਲੇ %d ਘੰਟੇ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਹਮੇਸ਼ਾਂ ਲਈ ਖਤਮ ਹੋ"
+" ਜਾਣਗੀਆਂ।"
+msgstr[1] ""
+"ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲੀਆਂ ਤਾਂ ਪਿਛਲੇ %d ਘੰਟਿਆਂ ਦੀਆਂ ਸਭ ਤਬਦੀਲੀਆਂ ਹਮੇਸ਼ਾਂ ਲਈ ਖਤਮ ਹੋ"
+" ਜਾਣਗੀਆਂ।"
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "ਕੀ ਡੌਕੂਮੈਂਟ “%s\" ਦੇ ਬਦਲਾਅ ਬੰਦ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਸੰਭਾਲਣੇ ਹਨ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਨਾ ਸੰਭਾਲੀਆਂ ਤਬਦੀਲੀਆਂ ਨਾਲ ਹਨ। ਕੀ ਬੰਦ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਸੰਭਾਲਣਾ"
+" ਚਾਹੋਗੇ?"
+msgstr[1] ""
+"%d ਡੌਕੂਮੈਟਾਂ ਵਿੱਚ ਨਾ ਸੰਭਾਲੀਆਂ ਤਬਦੀਲੀਆਂ ਨਾਲ ਹਨ। ਕੀ ਬੰਦ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਸੰਭਾਲਣਾ"
+" ਚਾਹੋਗੇ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "ਉਹ ਡੌਕੂਮੈਂਟ ਚੁਣੋ, ਜੋ ਸੰਭਾਲਣੇ ਹਨ(_E):"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "ਜੇਕਰ ਤੁਸੀ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਸਾਰੀਆਂ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "…ਫਾਇਲ “%s“ ਲੋਡ ਹੋ ਰਹੀ ਹੈ"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "…ਫਾਇਲ %d ਲੋਡ ਹੋ ਰਹੀ ਹੈ"
+msgstr[1] "…%d ਫਾਇਲਾਂ ਲੋਡ ਹੋ ਰਹੀਆਂ ਹਨ"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "ਫਾਇਲ “%s“ ਸਿਰਫ਼ ਪੜ੍ਹਨ ਲਈ ਹੈ।"
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+"ਕੀ ਤੁਸੀ ਇਸ ਨੂੰ ਉਸ ਫਾਇਲ ਨਾਲ ਤਬਦੀਲ ਕਰਨਾ ਚਾਹੋਗੇ, ਜਿਸ ਨੂੰ ਸੰਭਾਲਣ ਜਾ ਰਹੇ ਹੋ?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "ਬਦਲੋ(_R)"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "ਕੀ ਫਾਇਲ ਨੂੰ ਕੰਪਰੈੱਸ਼ਨ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਸੰਭਾਲਣਾ?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "ਕੀ ਫਾਇਲ ਨੂੰ ਪਲੇਨ ਟੈਕਸਟ ਵਜੋਂ ਸੰਭਾਲਣਾ ਹੈ?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"ਫਾਇਲ “%s“ ਪਹਿਲਾਂ ਪਲੇਨ ਟੈਕਸਟ ਵਜੋਂ ਸੰਭਾਲਿਆ ਗਿਆ ਸੀ ਤੇ ਹੁਣ ਕੰਪਰੈੱਸ਼ਨ ਦੀ ਵਰਤੋਂ"
+" ਕਰਕੇ ਸੰਭਾਲਿਆ ਜਾਵੇਗਾ।"
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "ਕੰਪਰੈੱਸ਼ਨ ਵਰਤ ਕੇ ਸੰਭਾਲੋ(_S)"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"ਫਾਇਲ “%s“ ਪਹਿਲਾਂ ਕੰਪਰੈਸ਼ਨ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਸੰਭਾਲਿਆ ਗਿਆ ਸੀ ਤੇ ਹੁਣ ਪਲੇਨ ਟੈਕਸਟ ਵਜੋਂ"
+" ਸੰਭਾਲਿਆ ਜਾਵੇਗਾ।"
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "ਪਲੇਨ ਟੈਕਸਟ ਵਜੋਂ ਸੰਭਾਲੋ(_S)"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "…ਫਾਇਲ “%s“ ਸੰਭਾਲੀ ਜਾ ਰਹੀ ਹੈ"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "ਇੰਝ ਸੰਭਾਲੋ"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "…ਡੌਕੂਮੈਂਟ “%s“ ਪਰਤਾਇਆ ਜਾ ਰਿਹਾ ਹੈ"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "ਕੀ ਡੌਕੂਮੈਂਟ “%s“ ਵਿੱਚ ਨਾ-ਸੰਭਾਲੀਆਂ ਤਬਦੀਲੀਆਂ ਵਾਪਸ ਲੈਣੀਆਂ ਹਨ?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"ਆਖਰੀ %ld ਸਕਿੰਟ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ ਹਨ।"
+msgstr[1] ""
+"ਆਖਰੀ %ld ਸਕਿੰਟਾਂ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਚ ਕੀਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ ਹਨ।"
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "ਆਖਰੀ ਮਿੰਟ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ ਹਨ।"
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"ਪਿਛਲੇ ਮਿੰਟ ਅਤੇ %ld ਸਕਿੰਟ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ"
+" ਹਨ।"
+msgstr[1] ""
+"ਪਿਛਲੇ ਮਿੰਟ ਅਤੇ %ld ਸਕਿੰਟਾਂ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ"
+" ਹੈ।"
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"ਪਿਛਲੇ %ld ਮਿੰਟ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ ਹਨ।"
+msgstr[1] ""
+"ਪਿਛਲੇ %ld ਮਿੰਟ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ ਹਨ।"
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"ਪਿਛਲੇ ਘੰਟੇ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਪੱਕੇ ਤੌਰ ਤੇ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ"
+" ਹਨ।"
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"ਆਖਰੀ ਘੰਟੇ ਅਤੇ %d ਮਿੰਟ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਪੱਕੇ ਤੌਰ ਤੇ ਖਤਮ"
+" ਹੋ ਜਾਣਗੀਆਂ ਹਨ।"
+msgstr[1] ""
+"ਆਖਰੀ ਘੰਟੇ ਅਤੇ %d ਮਿੰਟਾਂ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਪੱਕੇ ਤੌਰ ਤੇ ਖਤਮ"
+" ਹੋ ਜਾਣਗੀਆਂ ਹਨ।"
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"ਆਖਰੀ %d ਘੰਟੇ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਪੱਕੇ ਤੌਰ ਤੇ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ"
+" ਹਨ।"
+msgstr[1] ""
+"ਆਖਰੀ %d ਘੰਟੇ ਵਿੱਚ ਡੌਕੂਮੈਂਟ ਵਿਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਤਾਂ ਪੱਕੇ ਤੌਰ ਤੇ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ"
+" ਹਨ।"
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "ਰੀਵਰਟ ਕਰੋ(_R)"
+
+#: gedit/gedit-commands-help.c:110
+#| msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਗਨੋਮ ਡੈਸਕਟਾਪ ਲਈ ਛੋਟਾ ਅਤੇ ਹਲਕਾ ਟੈਕਸਟ ਸੰਪਾਦਕ ਹੈ।"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"ਅਮਨਪਰੀਤ ਸਿੰਘ ਬਰਾੜ ਆਲਮਵਾਲਾ ੨੦੦੪-੨੦੦੯\n"
+"\n"
+"Punjabi OpenSource Team\n"
+"http://www.satluj.com"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d ਮੌਜੂਦਗੀ ਲੱਭੀਆਂ ਅਤੇ ਤਬਦੀਲ ਕੀਤੀ ਗਈ"
+msgstr[1] "%d ਮੌਜੂਦਗੀਆਂ ਲੱਭੀਆਂ ਅਤੇ ਤਬਦੀਲ ਕੀਤੀਆਂ ਗਈਆਂ"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "ਇੱਕ ਮੌਜੂਦਗੀ ਲੱਭੀ ਅਤੇ ਤਬਦੀਲ ਕੀਤੀ ਗਈ"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s“ ਨਹੀਂ ਲੱਭਿਆ"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "ਟੈਬ ਗਰੁੱਪ %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "ਪੜ੍ਹਨ ਲਈ"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "ਆਟੋਮੈਟਿਕ ਖੋਜੀ"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "ਜੋੜੋ ਜਾਂ ਹਟਾਓ..."
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "ਮੌਜੂਦਾ ਲੋਕੇਲ (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (ਮੌਜੂਦਾ ਲੋਕੇਲ)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "ਕੀ ਤੁਸੀਂ ਸਚਮੁਚ ਅੱਖਰ ਇੰਕੋਡਿੰਗ ਦੀ ਪਹਿਲ ਨੂੰ ਮੁੜ-ਸੈਟ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ ? "
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "ਮੁੜ-ਸੈੱਟ ਕਰੋ(_R)"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "ਜੋੜੋ"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "ਹਟਾਓ"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "ਵੱਧ ਤਰਜੀਹ ਲਈ ਭੇਜੋ"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "ਘੱਟ ਤਰਜੀਹ ਲਈ ਭੇਜੋ"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "ਸਭ ਫਾਇਲਾਂ"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "ਸਭ ਟੈਕਸਟ ਫਾਇਲਾਂ"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "ਅੱਖਰ ਇੰਕੋਡਿੰਗ(_h):"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "ਲਾਈਨ ਅੰਤ(_i):"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+#| msgid "Open Files"
+msgctxt "window title"
+msgid "Open Files"
+msgstr "ਫਾਇਲਾਂ ਖੋਲ੍ਹੋ"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2639
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "ਖੋਲ੍ਹੋ(_O)"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "ਮੁੜ-ਕੋਸ਼ਿਸ਼(_R)"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "ਫਾਇਲ “%s” ਲੱਭੀ ਨਹੀਂ ਜਾ ਸਕੀ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "ਜੋ ਟਿਕਾਣਾ ਤੁਸੀਂ ਦਿੱਤਾ ਹੈ, ਉਸ ਦੀ ਜਾਂਚ ਕਰਕੇ ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” ਟਿਕਾਣਿਆਂ ਨੂੰ ਵਰਤਣ ਤੋਂ ਅਸਮਰੱਥ"
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "ਇਹ ਟਿਕਾਣੇ ਨੂੰ ਵਰਤਣ ਲਈ ਅਸਮਰੱਥ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "ਟਿਕਾਣੇ ਦਾ ਫਾਇਲ ਨੂੰ ਵਰਤਿਆ ਜਾ ਸਕਦਾ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” ਡਾਇਰੈਕਟਰੀ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” ਠੀਕ ਟਿਕਾਣਾ ਨਹੀਂ ਹੈ।"
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"ਹੋਸਟ “%s” ਨਹੀਂ ਖੋਜਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ। ਆਪਣੇ ਪਰਾਕਸੀ ਸੈਟਿੰਗ ਦੀ ਜਾਂਚ ਕਰਕੇ ਮੁੜ"
+" ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"ਹੋਸਟ ਨਾਂ ਠੀਕ ਨਹੀਂ ਹੈ। ਆਪਣੇ ਵਲੋਂ ਲਿਖੇ ਟਿਕਾਣੇ ਦੀ ਜਾਂਚ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” ਇੱਕ ਰੈਗੂਲਰ ਫਾਇਲ ਨਹੀਂ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "ਕੁਨੈਕਸ਼ਨ ਸਮਾਂ ਸਮਾਪਤ ਹੋਇਆ। ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "ਅਣਜਾਣੀ ਗਲਤੀ: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "ਮੰਗੀ ਫਾਇਲ ਲੱਭ ਨਹੀਂ ਜਾ ਸਕੀ ਹੈ। ਸ਼ਾਇਦ, ਹੁਣੇ ਹੀ ਹਟਾਈ ਗਈ ਹੋਵੇ।"
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "ਫਾਇਲ “%s” ਪਰਤਾਈ ਨਹੀਂ ਜਾ ਸਕੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "ਕਰੈਕਟਰ ਇੰਕੋਡਿੰਗ(_a):"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "ਕਿਵੇਂ ਵੀ ਸੋਧ(_w)"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"ਵੇਖਣ ਲਈ ਲਿੰਕ ਸੀਮਿਤ ਹਨ ਅਤੇ ਅਸਲੀ ਫਾਇਲ ਨੂੰ ਇਸ ਲਿਮਟ 'ਚੋਂ ਲੱਭਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ।"
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ਤੁਸੀਂ ਫਾਇਲ ਖੋਲ੍ਹਣ ਲਈ ਲੋੜੀਦੇ ਅਧਿਕਾਰ ਨਹੀਂ ਹਨ।"
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "ਅੱਖਰ ਇੰਕੋਡਿੰਗ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+"ਚੈੱਕ ਕਰੋ ਕਿ ਕਿਤੇ ਤੁਸੀਂ ਇੱਕ ਬਾਈਨਰੀ ਫਾਇਲ ਤਾਂ ਖੋਲ੍ਹਣ ਦੀ ਕੋਸ਼ਸ਼ ਨਹੀਂ ਕਰ ਰਹੇ ਹੋ।"
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "ਮੇਨੂ ਤੋਂ ਵੱਖਰੀ ਇੰਕੋਡਿੰਗ ਦੀ ਚੋਣ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਸ਼ ਕਰੋ।"
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "ਫਾਇਲ “%s” ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਸਮੱਸਿਆ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"ਫਾਇਲ, ਜੋ ਤੁਸੀਂ ਖੋਲ੍ਹੀ ਹੈ, ਵਿੱਚ ਅਢੁੱਕਵੇਂ ਅੱਖਰ ਹਨ। ਜੇ ਤੁਸੀਂ ਇਸ ਫਾਇਲ ਨੂੰ ਸੋਧਣਾ"
+" ਜਾਰੀ ਰੱਖਿਆ ਤਾਂ ਇਹ "
+"ਡੌਕੂਮੈਂਟ ਬੇਕਾਰ ਹੋ ਜਾਵੇਗਾ।"
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "ਤੁਸੀਂ ਮੇਨੂ ਤੋਂ ਵੱਖਰੀ ਇੰਕੋਡਿੰਗ ਦੀ ਚੋਣ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਸ਼ ਕਰ ਸਕਦੇ ਹੋ।"
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "ਫਾਇਲ “%s” ਨੂੰ “%s” ਅੱਖਰ ਇੰਕੋਡਿੰਗ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਖੋਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "ਮੇਨੂ ਤੋਂ ਵੱਖਰੀ ਇੰਕੋਡਿੰਗ ਦੀ ਚੋਣ ਕਰੋ ਅਤੇ ਮੁੜ-ਕੋਸ਼ਸ਼ ਕਰੋ।"
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "ਫਾਇਲ “%s” ਨੂੰ ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"ਫਾਇਲ “%s” ਨੂੰ ਅੱਖਰ ਇੰਕੋਡਿੰਗ “%s” ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਸੰਭਾਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਇੱਕ ਜਾਂ ਵੱਧ ਅੱਖਰ ਅਜਿਹੇ ਹਨ, ਜਿੰਨ੍ਹਾਂ ਨੂੰ ਦਿੱਤੀ ਅੱਖਰ ਇੰਕੋਡਿੰਗ ਨਾਲ"
+" ਸੋਧਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "ਕਿਵੇਂ ਵੀ ਸੰਭਾਲੋ(_a)"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "ਨਾ ਸੰਭਾਲੋ(_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "ਫਾਇਲ “%s” ਨੂੰ ਪੜ੍ਹਨ ਦੌਰਾਨ ਸੋਧਿਆ ਗਿਆ ਹੈ।"
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"ਜੇਕਰ ਤੁਸੀਂ ਇਸ ਨੂੰ ਸੰਭਾਲਿਆ ਤਾਂ, ਬਾਹਰੀ ਤਬਦੀਲੀਆਂ ਗੁੰਮ ਹੋ ਜਾਣਗੀਆਂ। ਕੀ ਕਿਸੇ ਵੀ"
+" ਤਰ੍ਹਾਂ ਸੰਭਾਲਣਾ ਹੈ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"%s ਟਿਕਾਣੇ ਨੂੰ ਲਿਖਣ ਢੰਗ ਵਿੱਚ ਵਰਤ ਨਹੀਂ ਸਕਦਾ ਹੈ। ਆਪਣੇ ਵਲੋਂ ਲਿਖੇ ਟਿਕਾਣੇ ਦੀ ਜਾਂਚ"
+" ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ "
+"ਕਰੋ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"ਇਹ ਟਿਕਾਣੇ ਨੂੰ ਲਿਖਣ ਢੰਗ ਵਿੱਚ ਵਰਤ ਨਹੀਂ ਸਕਦਾ ਹੈ। ਆਪਣੇ ਵਲੋਂ ਲਿਖੇ ਟਿਕਾਣੇ ਦੀ ਜਾਂਚ"
+" ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ "
+"ਕਰੋ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” ਟਿਕਾਣਾ ਠੀਕ ਨਹੀਂ ਹੈ। ਆਪਣੇ ਵਲੋਂ ਲਿਖੇ ਟਿਕਾਣੇ ਦੀ ਜਾਂਚ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ"
+" ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"ਤੁਹਾਨੂੰ ਫਾਇਲ ਸੰਭਾਲਣ ਲਈ ਲੋੜੀਦੇ ਅਧਿਕਾਰ ਨਹੀਂ ਹਨ। ਆਪਣੇ ਵਲੋਂ ਲਿਖੇ ਟਿਕਾਣੇ ਦੀ ਜਾਂਚ"
+" ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ "
+"ਕਰੋ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"ਫਾਇਲ ਸੰਭਾਲਣ ਲਈ ਲੋੜੀਦੀ ਡਿਸਕ ਥਾਂ ਮੌਜੂਦ ਨਹੀਂ ਹੈ। ਕੁਝ ਡਿਸਕ ਥਾਂ ਖਾਲੀ ਕਰਕੇ ਮੁੜ"
+" ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"ਤੁਸੀਂ ਫਾਇਲ ਨੂੰ ਸਿਰਫ਼ ਪੜ੍ਹਨ-ਯੋਗ ਡਿਸਕ ਉੱਤੇ ਸੰਭਾਲਣ ਦੀ ਕੋਸ਼ਸ਼ ਕਰ ਰਹੇ ਹੋ। ਆਪਣੇ"
+" ਵਲੋਂ ਲਿਖੇ ਟਿਕਾਣੇ ਦੀ "
+"ਜਾਂਚ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "ਇਸ ਨਾਂ ਨਾਲ ਇੱਕ ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ। ਇੱਕ ਵੱਖਰਾ ਨਾਂ ਵਰਤੋਂ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"ਜਿਸ ਡਿਸਕ ਉੱਤੇ ਤੁਸੀਂ ਫਾਇਲ ਸੰਭਾਲਣ ਦੀ ਕੋਸ਼ਿਸ ਕਰ ਰਿਹੇ ਹੋ, ਉਸ ਉੱਪਰ ਫਾਇਲ ਨਾਂ ਲਈ"
+" ਸੀਮਿਤ ਸੀਮਾ ਹੈ। "
+"ਛੋਟਾ ਨਾਂ ਵਰਤੋਂ ਜੀ।"
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"ਜਿਸ ਡਿਸਕ ਤੇ ਤੁਸੀਂ ਫਾਇਲ ਸੰਭਾਲਣ ਦੀ ਕੋਸ਼ਿਸ ਕਰ ਰਿਹੇ ਹੋ, ਉਸ ਉੱਤੇ ਫਾਇਲ ਅਕਾਰ ਦੀ"
+" ਹੱਦਬੰਦੀ ਹੈ। ਇਕ "
+"ਛੋਟੀ ਫਾਇਲ ਨੂੰ ਸੰਭਾਲਣ ਦੀ ਕੋਸ਼ਿਸ ਕਰੋ ਜਾਂ ਹੋਰ ਡਿਸਕ ਵਰਤੋ, ਜਿਸ ਤੇ ਇਹ ਪਾਬੰਦੀ ਨਾ"
+" ਹੋਵੇ।"
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "ਫਾਇਲ “%s” ਨੂੰ ਸੰਭਾਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ।"
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "ਇਸ ਸੰਪਾਦਕ ਵਲੋਂ ਵਰਤਣ ਲਈ ਫੋਂਟ ਚੁਣਨ ਲਈ ਇਸ ਬਟਨ ਨੂੰ ਦਬਾਓ"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "ਸਿਸਟਮ ਸਥਿਰ ਚੌੜਾਈ ਫੋਂਟ ਹੀ ਵਰਤੋਂ (%s) (_U)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+#| msgid "The selected color scheme cannot be installed."
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "ਚੁਣੀ ਰੰਗ ਸਕੀਮ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "ਚੁਣੀ ਰੰਗ ਸਕੀਮ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ।"
+
+#: gedit/gedit-preferences-dialog.c:717
+#| msgid "Color Scheme"
+msgid "Add Color Scheme"
+msgstr "ਰੰਗ ਸਕੀਮ ਜੋੜੋ"
+
+#: gedit/gedit-preferences-dialog.c:720
+#| msgid "Add Scheme"
+msgid "_Add Scheme"
+msgstr "ਸਕੀਮ ਜੋੜੋ(_A)"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "ਰੰਗ ਸਕੀਮ ਫਾਇਲਾਂ"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "ਰੰਗ ਸਕੀਮ “%s“ ਹਟਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ ਹੈ।"
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "…ਤਿਆਰ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "ਫਾਇਲ: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "%Q ਵਿੱਚੋਂ %N ਸਫ਼ਾ"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "%2$d 'ਚੋਂ %1$d ਸਫ਼ਾ ਰੈਡਰ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "%2$d ਵਿੱਚੋਂ %1$d ਸਫ਼ਾ"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "ਕੁਝ ਨਹੀਂ"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "ਲੱਭੋ ਤੇ ਬਦਲੋ"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ਉੱਤੇ"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "ਸ਼ਾਮਲ"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "ਇੱਕ ਟੈਬ ਵਿੱਚ ਗਲਤੀਆਂ ਹਨ"
+msgstr[1] "%d ਟੈਬ ਵਿੱਚ ਗਲਤੀਆਂ ਹਨ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:823
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%2$s ਤੋਂ %1$s ਰੀਵਰਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
+
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s"
+msgstr "%s ਰੀਵਰਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:843
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%2$s ਵਿੱਚੋਂ %1$s ਨੂੰ ਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
+
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s"
+msgstr "%s ਨੂੰ ਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:930
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s ਨੂੰ %s ਵਿੱਚ ਸੰਭਾਲਿਆ ਜਾ ਰਿਹਾ ਹੈ"
+
+#: gedit/gedit-tab.c:935
+#, c-format
+msgid "Saving %s"
+msgstr "%s ਸੰਭਾਲਿਆ ਜਾਂਦਾ ਹੈ"
+
+#: gedit/gedit-tab.c:1486
+#, c-format
+msgid "Error opening file %s"
+msgstr "%s ਫਾਇਲ ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਗਲਤੀ"
+
+#: gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s ਫਾਇਲ ਪਰਤਾਉਣ ਦੌਰਾਨ ਗਲਤੀ"
+
+#: gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error saving file %s"
+msgstr "ਫਾਇਲ %s ਸੰਭਾਲਣ ਦੌਰਾਨ ਗਲਤੀ"
+
+#: gedit/gedit-tab.c:1527
+msgid "Name:"
+msgstr "ਨਾਂ:"
+
+#: gedit/gedit-tab.c:1528
+msgid "MIME Type:"
+msgstr "MIME ਕਿਸਮ:"
+
+#: gedit/gedit-tab.c:1529
+msgid "Encoding:"
+msgstr "ਇੰਕੋਡਿੰਗ:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "%s ਉੱਤੇ /"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS ਕਲਾਸਿਕ"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "ਵਿੰਡੋਜ਼"
+
+#: gedit/gedit-view.c:437 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "ਲਾਈਨ ਨੰਬਰ ਵੇਖਾਓ(_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%2$d ਵਿੱਚੋਂ %1$d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "ਪਾਸਿਓ ਸਮੇਟੋ(_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "ਨਿਯਮਤ ਸਮੀਕਰਨ ਨਾਲ ਮਿਲਾਓ(_r)"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "ਪੂਰਾ ਸ਼ਬਦ ਹੀ ਮਿਲਾਓ(_E)"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "ਮਿਲਦਾ ਕੇਸ(_M)"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "ਲਾਈਨ, ਜਿਸ ਦੀ ਤੁਸੀਂ ਖੋਜ ਕਰਨੀ ਚਾਹੁੰਦੇ ਹੋ"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "ਲਾਈਨ, ਜਿਸ ਵਿੱਚ ਤੁਸੀਂ ਕਰਸਰ ਲੈ ਕੇ ਜਾਣਾ ਚਾਹੁੰਦੇ ਹੋ"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "ਮਿਲਦੀ ਬਰੈਕਟ ਰੇਜ਼ ਤੋਂ ਬਾਹਰ ਹੈ"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "ਮਿਲਦੀ ਬਰੈਕਟ ਨਹੀਂ ਲੱਭੀ"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "%d: ਲਾਈਨ ਉੱਤੇ ਮਿਲਦੀ ਬਰੈਕਟ ਲੱਭੀ"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " ਲਾਈਨ %d, ਕਾਲਮ %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "ਟੈਬ ਚੌੜਾਈ: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "ਪਲੇਨ ਟੈਕਸਟ"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "ਨਾ-ਸੰਭਾਲੇ ਡੌਕੂਮੈਂਟ ਹਨ"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "ਬਾਹਰੀ ਸਫ਼ਾ ਬਦਲੋ"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "ਡੌਕੂਮੈਂਟ"
+
+#: gedit/gedit-window.c:2640
+msgid "Open a file"
+msgstr "ਫਾਇਲ ਨੂੰ ਖੋਲ੍ਹੋ"
+
+#: gedit/gedit-window.c:2644
+msgid "Open a recently used file"
+msgstr "ਇੱਕ ਹੁਣੇ ਵਰਤੀ ਫਾਇਲ ਖੋਲ੍ਹੋ"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "ਖੱਬੇ ਭੇਜੋ(_L)"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "ਸੱਜੇ ਭੇਜੋ(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "ਨਵੀਂ ਵਿੰਡੋ ਵਿਚ ਭੇਜੋ(_W)"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "ਨਵੀਂ ਟੈਬ ਗਰੁੱਪ ਵਿੱਚ ਭੇਜੋ(_G)"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "ਬੰਦ ਕਰੋ(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "ਆਟੋਮੈਟਿਕ ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰ"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "ਸਪੇਸ ਵਰਤੋਂ"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "ਲਾਈਨ ਨੰਬਰ ਵੇਖਾਓ"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "ਸੱਜੇ ਪਾਸੇ ਹਾਸ਼ੀਆ ਵੇਖੋ"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "ਮੌਜੂਦਾ ਲਾਈਨ ਉਭਾਰੋ"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "ਟੈਕਸਟ ਸਮੇਟੋ"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "ਫਾਇਲ(_F)"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "ਨਵਾਂ(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "ਤਾਜ਼ਾ ਖੋਲ੍ਹੋ(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "ਬੰਦ ਕੀਤੀ ਟੈਬ ਮੁੜ-ਖੋਲ੍ਹੋ(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "…ਵਜੋਂ ਸੰਭਾਲੋ(_A)"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "ਨਵੀਂ ਵਿੰਡੋ(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "ਮੁੜ-ਲੋਡ(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "…ਪਰਿੰਟ ਕਰੋ(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "ਬੰਦ ਕਰੋ(_Q)"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "ਸੋਧ(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "ਵਾਪਸ(_U)"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "ਮੁੜ-ਵਾਪਸ(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr " ਕੱਟੋ(_u)"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "ਕਾਪੀ ਕਰੋ(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "ਚੇਪੋ(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "ਹਟਾਓ(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "ਉੱਤੇ ਲਿਖਣ ਢੰਗ(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "ਸਭ ਚੁਣੋ(_A)"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "ਮੇਰੀ ਪਸੰਦ(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "ਵੇਖੋ(_V)"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "ਸਾਈਡ ਪੈਨਲ(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "ਹੇਠਲਾ ਪੈਨਲ(_B)"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "ਪੂਰੀ ਸਕਰੀਨ(_F)"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "…ਹਾਈਲਾਈਟ ਢੰਗ(_H)"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "ਖੋਜ(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "…ਖੋਜੋ(_F)"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "ਅੱਗੇ ਖੋਜ(_x)"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "ਪਿੱਛੇ ਖੋਜ(_V)"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "…ਲੱਭੋ ਤੇ ਬਦਲੋ(_r)"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "ਹਾਈਲਾਈਟ ਸਾਫ਼ ਕਰੋ(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "…ਲਾਈਨ ਉੱਤੇ ਜਾਓ(_L)"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "ਟੂਲ(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "ਡੌਕੂਮੈਂਟ(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "ਸਭ ਸੰਭਾਲੋ(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "ਸਭ ਬੰਦ ਕਰੋ(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "ਨਵਾਂ ਟੈਬ ਗਰੁੱਪ(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "ਪਿਛਲਾ ਟੈਬ ਗਰੁੱਪ(_r)"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "ਅੱਗੇ ਟੈਬ ਗਰੁੱਪ(_t)"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "ਪਿੱਛੇ ਡੌਕੂਮੈਂਟ(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "ਅੱਗੇ ਡੌਕੂਮੈਂਟ(_e)"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "ਨਵੀਂ ਵਿੰਡੋ ਵਿੱਚ ਭੇਜੋ(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "ਮੱਦਦ(_H)"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "ਲਿਖਤ ਸੰਪਾਦਕ ਬਾਰੇ(_A)"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "ਸਭ ਸੰਭਾਲੋ(_A)"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "…ਲੱਭੋ ਤੇ ਬਦਲੋ(_F)"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "…ਲਾਈਨ ਉੱਤੇ ਜਾਓ(_G)"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "ਕੀਬੋਰਡ ਸ਼ਾਰਟਕੱਟ(_K)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "ਅੱਖਰ ਇੰਕੋਡਿੰਗ"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "ਲਾਗੂ ਕਰੋ(_A)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "ਮੌਜੂਦ ਇੰਕੋਡਿੰਗਾਂ(_v)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "ਚੁਣੀਆਂ ਇੰਕੋਡਿੰਗ(_s)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "ਵਰਣਨ"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "ਇੰਕੋਡਿੰਗ(_E)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "ਮੇਰੀ ਪਸੰਦ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "ਕਾਲਮ ਉੱਤੇ ਸੱਜਾ ਹਾਸ਼ੀਆ ਵੇਖੋ(_m):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "ਹਾਲਤ-ਪੱਟੀ ਵੇਖਾਓ(_s)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "ਗਰਿੱਡ ਪੈਟਨਰ ਵੇਖੋ(_g)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "ਟੈਕਸਟ ਸਮੇਟਣਾ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "ਟੈਕਸਟ ਸਮੇਟਣਾ ਯੋਗ(_W)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "ਸ਼ਬਦ ਨੂੰ ਦੋ ਲਾਈਨਾਂ ਵਿਚ ਨਾ ਵੰਡੋ(_s)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "ਹਾਈਲਾਈਟ ਕਰਨਾ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "ਮੌਜੂਦਾ ਲਾਈਨ ਉਭਾਰੋ(_l)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "ਮਿਲਦੀ ਬਰੈਕਟ ਉਭਾਰੋ(_b)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "ਵੇਖੋ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "ਟੈਬ ਰੋਕੋ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "ਟੈਬ ਚੌੜਾਈ(_T):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "ਟੈਬ ਦੀ ਬਜਾਏ ਖਾਲੀ ਥਾਂ ਦਿਓ(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "ਆਟੋਮੈਟਿਕ ਹਾਸ਼ੀਆ ਦੂਰੀ ਯੋਗ(_E)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "ਫਾਇਲ ਸੰਭਾਲਣੀ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "ਫਾਇਲਾਂ ਸੰਭਾਲਣ ਤੋਂ ਪਹਿਲਾਂ ਬੈਕਅੱਪ ਕਾਪੀ ਬਣਾਓ(_b)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "ਫਾਇਲਾਂ ਆਪੇ ਸੰਭਾਲੋ, ਹਰੇਕ(_A)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "ਮਿੰਟ ਬਾਅਦ(_m)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "ਐਡੀਟਰ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "ਫੋਂਟ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "ਐਡੀਟਰ ਫੋਂਟ(_F): "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "ਸੰਪਾਦਕ ਫੋਂਟ ਚੁਣੋ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "ਰੰਗ ਸਕੀਮ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "ਸਕੀਮ ਇੰਸਟਾਲ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "ਸਕੀਮ ਇੰਸਟਾਲ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "ਸਕੀਮ ਅਣ-ਇੰਸਟਾਲ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "ਸਕੀਮ ਅਣ-ਇੰਸਟਾਲ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "ਫੋਂਟ ਤੇ ਰੰਗ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "ਪਲੱਗਇਨ"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "ਸੰਟੈਕਸ ਹਾਈਲਾਈਟ"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "ਸੰਟੈਕਸਟ ਹਾਈਲਾਈਟਿੰਗ ਪਰਿੰਟ ਕਰੋ(_x)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "ਲਾਈਨ ਨੰਬਰ"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "ਲਾਈਨ ਨੰਬਰ ਪਰਿੰਟ ਕਰੋ(_m)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "ਹਰੇਕ ਨੰਬਰ(_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "ਲਾਈਨਾਂ"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "ਪੇਜ਼ ਹੈੱਡਰ"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "ਸਫ਼ਾ ਹੈੱਡਰ ਪਰਿੰਟ ਕਰੋ(_h)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "ਫੋਂਟ"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "ਹਿੱਸਾ(_B):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "ਲਾਈਨ ਨੰਬਰ(_L):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "ਹੈੱਡਰ ਅਤੇ ਫੁੱਟਰ(_a):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "ਡਿਫਾਲਟ ਫੋਂਟ ਮੁੜ-ਸਟੋਰ(_R)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "ਪਿਛਲਾ ਸਫ਼ਾ ਵੇਖੋ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "ਅਗਲਾ ਸਫ਼ਾ ਵੇਖੋ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "ਮੌਜਦਾ ਸਫ਼ਾ (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "ਵਿੱਚੋਂ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "ਸਫ਼ੇ ਕੁੱਲ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਸਫ਼ਿਆਂ ਦੀ ਕੁੱਲ ਗਿਣਤੀ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "ਬਹੁ-ਸਫ਼ੇ ਵੇਖੋ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "ਜ਼ੂਮ ੧:੧"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "ਪੂਰਾ ਸਫ਼ਾ ਫਿੱਟ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "ਸਫ਼ਾ ਜ਼ੂਮ ਅੰਦਰ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "ਸਫ਼ਾ ਜ਼ੂਮ ਬਾਹਰ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "ਪਰਿੰਟ ਝਲਕ ਬੰਦ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "ਝਲਕ ਬੰਦ ਕਰੋ(_C)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "ਸਫ਼ਾ ਝਲਕ"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਇੱਕ ਸਫ਼ੇ ਦੀ ਝਲਕ ਪਰਿੰਟ ਕੀਤੀ ਜਾਂਦੀ ਹੈ"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "ਸਭ ਬਦਲੋ(_A)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "ਖੋਜ(_F)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "ਲੱਭੋ(_i)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "ਇਸ ਨਾਲ ਬਦਲੋ(_w) "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "ਮਿਲਦੀ ਸਥਿਤੀ(_M)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "ਸਿਰਫ ਪੂਰਾ ਸ਼ਬਦ ਹੀ ਮਿਲਾਓ(_e)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "ਨਿਯਮਤ ਸਮੀਕਰਨ(_g)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "ਪਿੱਛੇ ਖੋਜ(_b)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "ਪਾਸਿਓ ਸਮੇਟੋ(_p)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "ਡੌਕੂਮੈਂਟ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "ਟੈਬ ਵਿੱਚ ਨਵਾਂ ਡੌਕੂਮੈਂਟ ਬਣਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "ਡੌਕੂਮੈਂਟ ਖੋਲ੍ਹੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "ਡੌਕੂਮੈਂਟ ਨੂੰ ਸੰਭਾਲੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "ਡੌਕੂਮੈੰਟ ਨੂੰ ਨਵੇਂ ਫਾਇਲ-ਨਾਂ ਨਾਲ ਸੰਭਾਲੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "ਸਾਰੇ ਡੌਕੂਮੈਂਟਾਂ ਨੂੰ ਸੰਭਾਲੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "ਡੌਕੂਮੈਂਟ ਨੂੰ ਬੰਦ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "ਸਾਰੇ ਡੌਕੂਮੈਂਟਾਂ ਨੂੰ ਬੰਦ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "ਸਭ ਤੋਂ ਤਾਜ਼ ਬੰਦ ਕੀਤੇ ਡੌਕੂਮੈਂਟ ਨੂੰ ਮੁੜ-ਖੋਲ੍ਹੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "ਅਗਲੇ ਡੌਕੂਮੈਂਟ ਉੱਤੇ ਜਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "ਪਿਛਲੇ ਡੌਕੂਮੈਂਟ ਉੱਤੇ ਜਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "ਪਹਿਲੇ — ਨੌਵੇਂ ਡੌਕੂਮੈਂਟ ਉੱਤੇ ਜਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "ਵਿੰਡੋ ਅਤੇ ਪੈਨਲ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "ਵਿੰਡੋ ਵਿੱਚ ਨਵਾਂ ਡੌਕੂਮੈਂਟ ਬਣਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "ਨਵਾਂ ਟੈਬ ਗਰੁੱਪ ਬਣਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "ਬਾਹੀ ਪੈਨਲ ਓਹਲੇ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "ਹੇਠਲਾ ਪੈਨਲ ਦਿਖਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "ਪੂਰੀ ਸਕਰੀਨ ਚਾਲੂ/ਬੰਦ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "ਐਪਲੀਕੇਸ਼ਨ ਵਿਚੋਂ ਬਾਹਰ ਜਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "ਲੱਭੋ ਅਤੇ ਬਦਲੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "ਖੋਜ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "ਅਗਲਾ ਮੇਲ ਲੱਭੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "ਪਿਛਲਾ ਮੇਲ ਲੱਭੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "ਹਾਈਲਾਈਟ ਸਾਫ਼ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "ਵਾਪਿਸ ਕਰੋ ਅਤੇ ਫੇਰ ਪਰਤਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "ਪਿਛਲੀ ਕਮਾਂਡ ਵਾਪਸ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "ਪਿਛਲੀ ਕਮਾਂਡ ਨੂੰ ਦੁਬਾਰਾ ਵਾਪਸ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "ਚੋਣ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "ਸਾਰਾ ਪਾਠ ਚੁਣੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "ਸਾਰੀ ਲਿਖਤ ਨੂੰ ਅਣ-ਚੁਣਿਆ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "ਕਾਪੀ ਕਰੋ ਅਤੇ ਚੇਪੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "ਚੁਣੇ ਟੈਕਸਟ ਨੂੰ ਕਲਿੱਪਬੋਰਡ ਵਿੱਚ ਕਾਪੀ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "ਚੁਣੇ ਟੈਸਕਟ ਨੂੰ ਕਲਿੱਪਬੋਰਡ ਵਿੱਚ ਰੱਖਣ ਲਈ ਕੱਟੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "ਟੈਕਸਟ ਨੂੰ ਕਲਿੱਪਬੋਰਡ ਤੋਂ ਚੇਪੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "ਨੇਵੀਗੇਸ਼ਨ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "ਲਾਈਨ ਉੱਤੇ ਜਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+#| msgid "Set the language of the current document"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "ਮੌਜੂਦਾ ਲਾਈਨ ਦੇ ਸ਼ੁਰੂ ਵਿੱਚ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+#| msgid "Set the language of the current document"
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "ਮੌਜੂਦਾ ਲਾਈਨ ਦੇ ਆਖੀਰ ਵਿੱਚ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+#| msgid "Set the language of the current document"
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "ਦਸਤਾਵੇਜ਼ ਦੇ ਸ਼ੁਰੂ ਵਿੱਚ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+#| msgid "Set the language of the current document"
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "ਦਸਤਾਵੇਜ਼ ਦੇ ਅੰਤ ਵਿੱਚ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "ਫਾਇਲ ਵਿੱਚ ਵੇਖਣ-ਹਿੱਸਾ ਉੱਤੇ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "ਫਾਇਲ ਵਿੱਚ ਵੇਖਣ-ਹਿੱਸਾ ਹੇਠਾਂ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "ਫਾਇਲ ਦੇ ਅੰਤ ਲਈ ਵਿਊਪੋਰਟ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "ਫਾਇਲ ਦੇ ਸ਼ੁਰੂ ਲਈ ਵਿਊਪੋਰਟ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "ਮਿਲਦੀਆਂ ਬਰੈਖਤਾਂ ਵਿੱਚ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+#| msgid "P_revious Tab Group"
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "ਪਿਛਲੇ ਟੈਬ ਗਰੁੱਪ ਉੱਤੇ ਜਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+#| msgid "Go to next location"
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "ਅਗਲੇ ਟੈਬ ਗਰੁੱਪ ਉੱਤੇ ਜਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "ਸੰਪਾਦਨ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "ਸ਼ਾਮਲ ਕਰੋ / ਉੱਤੇ ਲਿਖੋ ਨੂੰ ਬਦਲੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "ਕਰਸਰ ਦੀ ਦਿੱਖ ਬਦਲੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "ਮੌਜੂਦਾ ਲਾਈਨ ਨੂੰ ਹਟਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "ਮੌਜੂਦਾ ਲਾਈਨ ਨੂੰ ਉੱਤੇ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "ਮੌਜੂਦਾ ਲਾਈਨ ਨੂੰ ਹੇਠਾਂ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "ਮੌਜੂਦਾ ਸ਼ਬਦ ਨੂੰ ਖੱਬੇ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "ਮੌਜੂਦਾ ਸ਼ਬਦ ਨੂੰ ਸੱਜੇ ਭੇਜੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "ਵੱਡੇ ਅੱਖਰਾਂ ਵਿੱਚ ਬਦਲੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "ਅੱਖਰਾਂ ਦਾ ਅਕਾਰ ਛੋਟਾ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "ਅੱਖਰ ਅਕਾਰ ਉਲਟ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "ਕਰਸਰ ਉੱਤੇ ਵਾਧਾ ਨੰਬਰ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "ਕਰਸਰ ਉੱਤੇ ਘੱਟਦਾ ਨੰਬਰ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "ਟੂਲ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "ਸ਼ਬਦ-ਜੋੜ ਚੈੱਕ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "ਡੌਕੂਮੈਂਟ ਨੂੰ ਪਰਿੰਟ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "ਪੂਰਨ ਵਿੰਡੋ ਨੂੰ ਦਿਖਾਓ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+#| msgid "General"
+msgctxt "shortcut window"
+msgid "General"
+msgstr "ਆਮ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "ਮਦਦ ਵੇਖੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+#| msgid "Open history menu"
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "ਮੀਨੂ ਖੋਲ੍ਹੋ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+#| msgid "_Keyboard Shortcuts"
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "ਕੀਬੋਰਡ ਸ਼ਾਰਟਕੱਟ"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "ਡੌਕੂਮੈਂਟ ਬੰਦ ਕਰੋ"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "ਨਵਾਂ ਡੌਕੂਮੈਂਟ ਬਣਾਓ"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "ਨਵਾਂ"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "ਮੌਜੂਦਾ ਫਾਇਲ ਨੂੰ ਸੰਭਾਲੋ"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "ਸੰਭਾਲੋ"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "ਪੈਨਲ ਓਹਲੇ"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "ਪੂਰੀ ਸਕਰੀਨ ਛੱਡੋ"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "ਡੌਕੂਮੈਂਟੀ ਅੰਕੜੇ"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਸ਼ਬਦਾਂ, ਲਾਈਨਾਂ ਤੇ ਅੱਖਰਾਂ ਦੀ ਗਿਣਤੀ ਬਾਰੇ ਜਾਣਕਾਰੀ"
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "ਡੌਕੂਮੈਂਟੀ ਅੰਕੜੇ(_D)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "ਡੌਕੂਮੈਂਟ"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "ਚੋਣ"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "ਲਾਈਨਾਂ"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "ਸ਼ਬਦ"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "ਅੱਖਰ (ਖਾਲੀ ਥਾਂ ਸਮੇਤ)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "ਅੱਖਰ (ਬਿਨਾਂ ਖਾਲੀ ਥਾਂ)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "ਬਾਇਟ"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Build"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "ਡੌਕੂਮੈਂਟ ਡਾਇਰੈਕਟਰੀ 'ਚ ”make” ਚਲਾਓ"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "ਇੱਥੇ ਟਰਮੀਨਲ ਖੋਲ੍ਹੋ"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "ਡੌਕੂਮੈਂਟ ਟਿਕਾਣੇ 'ਚ ਇੱਕ ਟਰਮੀਨਲ ਖੋਲ੍ਹੋ"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "ਆਖਰੀ ਖਾਲੀ ਥਾਵਾਂ ਹਟਾਓ"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "ਆਪਣੀ ਫਾਇਲ ਵਿੱਚ ਬੇਲੋੜੀਆਂ ਆਖਰੀ ਖਾਲੀ ਥਾਵਾਂ ਹਟਾਓ"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "ਕਮਾਂਡ ਚਲਾਓ"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "ਇੱਕ ਪਸੰਦੀਦਾ ਕਮਾਂਡ ਚਲਾਓ ਅਤੇ ਇਸ ਦੀ ਆਉਟਪੁੱਟ ਨਵੇਂ ਡੌਕੂਮੈਂਟ 'ਚ ਰੱਖੋ"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "fpaste ਨੂੰ ਭੇਜੋ"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "ਚੁਣਿਆ ਟੈਕਸਟ ਜਾਂ ਮੌਜੂਦਾ ਦਸਤਾਵੇਜ਼ fpaste ਉੱਤੇ ਚੇਪੋ"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "ਬਾਹਰੀ ਟੂਲ"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "ਬਾਹਰੀ ਕਮਾਂਡਾਂ ਅਤੇ ਸ਼ੈੱਲ ਸਕਰਿਪਟਾਂ ਚਲਾਓ।"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "ਕੀ ਸਿਸਟਮ ਫੋਂਟ ਵਰਤਣੇ ਹਨ"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਬਾਹਰੀ ਟੂਲ ਡੈਸਕਟਾਪ-ਗਲੋਬਲ ਸਟੈਂਡਰਡ ਫੋਂਟ ਵਰਤੇਗਾ ਜੇ ਇਹ ਮੋਨੋਸਪੇਸ"
+" ਹੋਏ (ਅਤੇ ਇੰਝ ਦੇ "
+"ਜਿਆਦਾਤਰ ਫੋਂਟ, ਜੋ ਨਾਲ ਹੀ ਆਏ ਹਨ)।"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"ਇੱਕ ਪੈਨਗੋ ਫੋਂਟ ਨਾਂ। ਜਿਵੇ ਕਿ ”Sans 12 (ਸ਼ੰਨਜ਼ ੧੨)” ਜਾਂ ”Monospace Bold 14"
+" (ਮੋਨੋਸਪੇਸ ਬੋਲਡ "
+"੧੪)”।"
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "ਬਾਹਰੀ ਟੂਲ ਪਰਬੰਧ(_E)…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "ਬਾਹਰੀ ਟੂਲ(_T)"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "ਕਮਾਂਡ ਚਲਾਈ ਨਹੀਂ ਜਾ ਸਕੀ: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "ਤੁਹਾਨੂੰ ਇਹ ਕਮਾਂਡ ਚਲਾਉਣ ਲਈ ਇਹ ਸ਼ਬਦ ਦੇ ਅੰਦਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "ਚੱਲ ਰਿਹਾ ਟੂਲ:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "ਮੁਕੰਮਲ।"
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "ਬੰਦ ਕੀਤੇ"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "ਸਭ ਭਾਸ਼ਾਵਾਂ"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "ਸਭ ਭਾਸ਼ਾਵਾਂ"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "ਨਵਾਂ ਟੂਲ"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "ਇਹ ਐਕਸਲੇਟਰ ਪਹਿਲਾਂ ਹੀ %s ਨਾਲ ਸਬੰਧਤ ਹੈ"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "ਇੱਕ ਨਵਾਂ ਐਕਸਲੇਟਰ ਦਿਓ ਜਾਂ ਹਟਾਉਣ ਲਈ ਬੈਕਸਪੇਸ ਦਬਾਓ"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "ਇੱਕ ਨਵਾਂ ਐਕਸਲੇਟਰ ਦਿਓ"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "ਰੁਕਿਆ।"
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "ਟੂਲ ਰੋਕੋ"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "ਹਮੇਸ਼ਾ ਉਪਲਬੱਧ"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "ਸਭ ਡੌਕੂਮੈਂਟ"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "ਬਿਨਾਂ-ਨਾਂ ਨੂੰ ਛੱਡ ਕੇ ਸਭ"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "ਸਿਰਫ਼ ਲੋਕਲ ਫਾਇਲਾਂ"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "ਸਿਰਫ਼ ਫਾਇਲਾਂ ਹੀ ਹਟਾਓ"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "ਸਿਰਫ਼ ਬਿਨਾਂ-ਨਾਂ ਡੌਕੂਮੈਂਟ ਹੀ"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "ਮੌਜੂਦਾ ਡੌਕੂਮੈਂਟ"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "ਮੌਜੂਦਾ ਚੋਣ"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "ਮੌਜੂਦਾ ਚੋਣ (ਡੌਕੂਮੈਂਟ ਲਈ ਡਿਫਾਲਟ)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "ਮੌਜੂਦਾ ਲਾਈਨ"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "ਮੌਜੂਦਾ ਸ਼ਬਦ"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "ਤਲ ਬਾਹੀ 'ਚ ਵੇਖੋ"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "ਨਵਾਂ ਡੌਕੂਮੈਂਟ ਬਣਾਓ"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "ਮੌਜੂਦਾ ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਸ਼ਾਮਿਲ"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "ਮੌਜੂਦਾ ਡੌਕੂਮੈਂਟ ਬਦਲੋ"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "ਮੌਜੂਦਾ ਚੋਣ ਬਦਲੋ"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "ਕਰਸਰ ਸਥਿਤੀ ਉੱਤੇ ਸ਼ਾਮਿਲ"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "ਬਾਹਰੀ ਟੂਲ ਪਰਬੰਧ"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "ਨਵਾਂ ਟੂਲ ਜੋੜੋ"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "ਟੂਲ ਸ਼ਾਮਲ"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "ਚੁਣਿਆ ਟੂਲ ਹਟਾਓ"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "ਟੂਲ ਹਟਾਓ"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "ਟੂਲ ਰੀਵਰਟ ਕਰੋ"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "ਟੂਲ ਰੀਵਰਟ ਕਰੋ"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "ਸ਼ਾਰਟਕੱਟ ਸਵਿੱਚ(_k):"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "ਸੰਭਾਲੋ(_S):"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "ਇੰਪੁੱਟ(_I):"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "ਆਉਟਪੁੱਟ(_O):"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "ਸਹੂਲਤ(_A):"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "ਟੂਲ ਆਉਟਪੁੱਟ"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "ਫਾਇਲ ਬਰਾਊਜ਼ਰ ਪੈਨਲ"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+#| msgid "Easy file access from the side panel"
+msgid "Easy file access from the side panel."
+msgstr "ਬਾਹੀ ਤੋਂ ਫਾਇਲ ਲਈ ਸੌਖੀ ਪਹੁੰਚ ਹੈ।"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "ਘਰ"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "ਫਾਇਲ ਸਿਸਟਮ"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "ਫਾਇਲ ਬਰਾਊਜ਼ਰ"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "ਇੱਕ ਨਵੀਂ ਡਾਇਰੈਕਟਰੀ ਬਣਾਉਣ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "ਇੱਕ ਨਵੀਂ ਫਾਇਲ ਬਣਾਉਣ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "ਇੱਕ ਫਾਇਲ ਜਾਂ ਡਾਇਰੈਕਟਰੀ ਦਾ ਨਾਂ-ਬਦਲਣ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "ਇੱਕ ਫਾਇਲ ਜਾਂ ਡਾਇਰੈਕਟਰੀ ਹਟਾਉਣ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ਫਾਇਲ ਮੈਨੇਜਰ ਵਿੱਚ ਇੱਕ ਡਾਇਰੈਕਟਰੀ ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "ਇੱਕ ਮੁੱਢਲੀ ਡਾਇਰੈਕਟਰੀ ਬਣਾਉਣ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "ਇੱਕ ਡਾਇਰੈਕਟਰੀ ਲੋਡ ਕਰਨ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"ਫਾਇਲ ਨੂੰ ਰੱਦੀ 'ਚ ਭੇਜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ, ਕੀ\n"
+"ਤੁਸੀਂ ਹਮੇਸ਼ਾਂ ਲਈ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "ਫਾਇਲ ”%s” ਨੂੰ ਰੱਦੀ ਵਿੱਚ ਨਹੀਂ ਭੇਜਿਆ ਜਾ ਸਕਦਾ ਹੈ।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "ਚੁਣੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਰੱਦੀ 'ਚ ਭੇਜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ।"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "ਕੀ ਤੁਸੀਂ ”%s” ਨੂੰ ਪੱਕੇ ਤੌਰ 'ਤੇ ਖਤਮ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "ਕੀ ਤੁਸੀਂ ਚੁਣੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਪੱਕੇ ਤੌਰ ਉੱਤੇ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "ਜੇ ਤੁਸੀਂ ਇੱਕ ਆਈਟਮ ਹਟਾਈ ਤਾਂ ਇਹ ਪੱਕੇ ਤੌਰ ਉੱਤੇ ਖਤਮ ਹੋ ਜਾਵੇਗੀ।"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(ਖਾਲੀ)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"ਨਾਂ ਬਦਲੇ ਵਾਲੀ ਫਾਇਲ ਇਸ ਸਮੇਂ ਫਿਲਟਰ ਕੀਤੀ ਗਈ ਹੈ। ਤੁਹਾਨੂੰ ਫਾਇਲ ਵੇਖਣ ਲਈ ਫਿਲਟਰ"
+" ਸੈਟਿੰਗ ਠੀਕ ਕਰਨ "
+"ਦੀ ਲੋੜ ਹੈ।"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "ਬਿਨਾਂ ਨਾਂ ਫਾਇਲ"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"ਨਵੀਂ ਫਾਇਲ ਇਸ ਸਮੇਂ ਫਿਲਟਰ ਕੀਤੀ ਗਈ ਹੈ। ਤੁਹਾਨੂੰ ਫਾਇਲ ਵੇਖਣ ਲਈ ਫਿਲਟਰ ਸੈਟਿੰਗ ਠੀਕ ਕਰਨ"
+" ਦੀ ਲੋੜ ਹੈ।"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "ਬਿਨ-ਨਾਂ ਫੋਲਡਰ"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"ਨਵੀਂ ਡਾਇਰੈਕਟਰੀ ਇਸ ਸਮੇਂ ਫਿਲਟਰ ਕੀਤੀ ਗਈ ਹੈ। ਤੁਹਾਨੂੰ ਡਾਇਰੈਕਟਰੀ ਵੇਖਣ ਲਈ ਫਿਲਟਰ"
+" ਸੈਟਿੰਗ ਠੀਕ ਕਰਨ "
+"ਦੀ ਲੋੜ ਹੈ।"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "ਬੁੱਕਮਾਰਕ"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "ਮਾਊਂਟ ਕੀਤੇ ਵਾਲੀਅਮ ਲਈ ਕੋਈ ਮਾਊਂਟ ਆਬਜੈਕਟ ਨਹੀਂ: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "ਮੀਡਿਆ ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "ਵਾਲੀਅਮ ਮਾਊਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "”%s” ਨੂੰ ਲੋਡ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: ਕੋਈ ਇੰਝ ਦੀ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "ਲੜੀ ਝਲਕ ਨਾਲ ਖੋਲ੍ਹੋ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"ਲੜੀ ਝਲਕ ਖੋਲ੍ਹਦੀ ਹੈ, ਜਦੋਂ ਫਾਇਲ ਝਲਕਾਰਾ ਪਲੱਗਇਨ ਨੂੰ ਬੁੱਕਮਾਰਕ ਝਲਕ ਦੀ ਬਜਾਏ ਲੋਡ ਕੀਤਾ"
+" ਹੁੰਦਾ ਹੈ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "ਫਾਇਲ ਬਰਾਊਜ਼ਰ ਮੁੱਢਲੀ ਡਾਇਰੈਕਟਰੀ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ਫਾਇਲ ਝਲਕਾਰਾ ਰੂਟ ਡਾਇਰੈਕਟਰੀ ਹੈ, ਜੋ ਕਿ ਫਾਇਲ ਝਲਕਾਰਾ ਲੋਡ ਕਰਨ ਲਈ ਵਰਤੀ ਜਾਂਦੀ ਹੈ,"
+" ਜਦੋਂ onload/"
+"tree_view TRUE ਹੋਵੇ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "ਫਾਇਲ ਬਰਾਊਜ਼ਰ ਫ਼ਰਜ਼ੀ ਮੁੱਢਲੀ ਡਾਇਰੈਕਟਰੀ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"ਫਾਇਲ ਬਰਾਊਜ਼ਰ ਫ਼ਰਜ਼ੀ ਰੂਟ ਡਾਇਰੈਕਟਰੀ ਹੈ, ਜੋ ਕਿ ਫਾਇਲ ਝਲਕਾਰਾ ਲੋਡ ਕਰਨ ਲਈ ਵਰਤੀ ਜਾਂਦੀ"
+" ਹੈ, ਜਦੋਂ "
+"onload/tree_view TRUE ਹੋਵੇ। ਫ਼ਰਜ਼ੀ ਰੂਟ ਅਸਲ ਰੂਟ ਦੇ ਹੇਠਾਂ ਹੀ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "ਰਿਮੋਟ ਟਿਕਾਣਿਆਂ ਤੋਂ ਮੁੜ-ਸਟੋਰ ਯੋਗ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "ਸੈੱਟ ਕਰਦੀ ਹੈ ਕਿ ਰਿਮੋਟ ਟਿਕਾਣੇ ਤੋਂ ਮੁੜ-ਸਟੋਰ ਕਰਨਾ ਯੋਗ ਹੋਵੇ ਕਿ ਨਾ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "ਪਹਿਲੇਂ ਡੌਕੂਮੈਂਟ ਲਈ ਟਿਕਾਣਾ ਦਿਓ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"ਜੇ ਸਹੀਂ ਹੋਇਆ ਤਾਂ ਫਾਇਲ ਬਰਾਊਜ਼ਰ ਪਲੱਗਇਨ ਪਹਿਲੇ ਖੋਲ੍ਹੇ ਡੌਕੂਮੈਂਟ ਦੀ ਡਾਇਰੈਕਟਰੀ"
+" ਵੇਖੇਗਾ, ਨੇ ਦਿੱਤਾ ਹੈ ਕਿ "
+"ਫਾਇਲ ਬਰਾਊਜ਼ਰ ਨੂੰ ਹਾਲੀ ਵਰਤਿਆ ਨਹੀਂ ਗਿਆ ਹੈ। (ਤਾਂ ਹੀ ਇਹ ਆਮ ਤੌਰ ਉੱਤੇ ਕਮਾਂਡ ਲਾਈਨ"
+" ਤੋਂ ਖੁੱਲ੍ਹੇ ਡੌਕੂਮੈਂਟ "
+"ਲਈ ਲਾਗੂ ਹੁੰਦਾ ਹੈ ਜਾਂ ਨਾਟੀਲਸ ਰਾਹੀਂ ਖੋਲ੍ਹਣ ਨਾਲ)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "ਫਾਇਲ ਬਰਾਊਜ਼ਰ ਫਿਲਟਰ ਢੰਗ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"ਇਹ ਮੁੱਲ ਤਹਿ ਕਰਦਾ ਹੈ ਕਿ ਫਾਇਲ ਝਲਕਾਰੇ ਵਲੋਂ ਕਿਹੜੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਫਿਲਟਰ ਕੀਤਾ ਜਾਵੇ।"
+" ਠੀਕ ਮੁੱਲ ਹਨ: "
+"ਕੋਈ ਨਹੀਂ (ਫਿਲਟਰ ਨਹੀਂ), (hide-hidden) ਲੁਕਵੀਆਂ (ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਫਿਲਟਰ ਕਰੋ), ਅਤੇ"
+" (hide-"
+"binary) ਬਾਈਨਰੀ-ਓਹਲੇ (ਬਾਈਨਰੀ ਫਾਇਲਾਂ ਫਿਲਟਰ ਕਰੋ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "ਫਾਇਲ ਬਰਾਊਜ਼ਰ ਫਿਲਟਰ ਪੈਟਰਨ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"ਫਿਲਟਰ ਪੈਟਰਨ ਜਿਸ ਨਾਲ ਫਾਇਲ ਝਲਕਾਰਾ ਫਿਲਟਰ ਕਰੇ। ਇਹ ਫਿਲਟਰ ਫਿਲਟਰ ਢੰਗ ਨਾ ਉੱਤੇ ਕੰਮ"
+" ਕਰਦਾ ਹੈ।"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "ਫਾਇਲ ਬਰਾਊਜ਼ਰ ਬਾਈਨਰੀ ਪੈਟਰਨ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "ਜਦੋਂ ਬਾਈਨਰੀ ਫਾਇਲਾਂ ਨੂੰ ਫਿਲਟਰ ਕਰਨਾ ਹੋਵੇ ਤਾਂ ਵਰਤਣ ਲਈ ਸਹਾਇਕ ਪੈਟਰਨ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "ਸਰਗਰਮ ਡੌਕੂਮੈਂਟ ਲਈ ਰੂਟ ਬਣਾਓ(_S)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "ਨਵਾਂ ਫੋਲਡਰ(_N)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "ਨਵੀਂ ਫਾਇਲ(_i)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "ਨਾਂ ਬਦਲੋ(_R)…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "ਰੱਦੀ ਵਿੱਚ ਭੇਜੋ(_M)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "ਝਲਕ ਤਾਜ਼ਾ ਕਰੋ(_f)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "ਫੋਲਡਰ ਵੇਖੋ(_V)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "ਟਰਮੀਨਲ ਵਿੱਚ ਖੋਲ੍ਹੋ(_O)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "ਫਿਲਟਰ(_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "ਲੁਕਵੀਆਂ ਵੇਖੋ(_H)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "ਬਾਈਨਰੀ ਵੇਖੋ(_B)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "ਫਾਇਲ ਨਾਂ ਮੇਲ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "ਅਤੀਤ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "ਅਤੀਤ ਮੀਨੂ ਖੋਲ੍ਹੋ"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "ਢੰਗ-ਲਾਈਨਾਂ"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "ਜੀ-ਸੰਪਾਦਕ ਲਈ Emacs, ਕੇਟ ਅਤੇ Vim-style ਢੰਗ-ਸਟਾਇਲ ਸਹਿਯੋਗੀ ਹਨ।"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "ਕਮਾਂਡ ਰੰਗ ਟੈਕਸਟ"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "ਕਮਾਂਡ ਰੰਗ ਟੈਕਸਟ"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "ਗਲਤੀ ਰੰਗ ਟੈਕਸਟ"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "ਗਲਤੀ ਰੰਗ ਟੈਕਸਟ"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਟਰਮੀਨਲ ਡੈਸਕਟਾਪ-ਗਲੋਬਲ ਸਟੈਂਡਰਡ ਫੋਂਟ ਵਰਤੇਗਾ ਜੇ ਇਹ ਮੋਨੋਸਪੇਸ ਹੋਏ"
+" (ਅਤੇ ਇੰਝ ਦੇ "
+"ਜਿਆਦਾਤਰ ਫੋਂਟ, ਜੋ ਨਾਲ ਹੀ ਆਏ ਹਨ)।"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "ਕਮਾਂਡ ਰੰਗ(_o):"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "ਗਲਤੀ ਰੰਗ(_E):"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "ਪਾਈਥਨ ਕਨਸੋਂਲ"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+#| msgid "Interactive Python console standing in the bottom panel"
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "ਤਲ ਪੈਨਲ ਵਿੱਚ ਇੰਟਰਐਕਟਿਵ ਪਾਈਥਨ ਕੰਨਸੋਲ ਤਿਆਰ ਹੈ।"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "ਤੁਰੰਤ ਉਘਾੜੋ"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "ਚੁਣੀ ਲਿਖਤ ਦੀ ਹਰ ਮੌਜੂਦਗੀ ਨੂੰ ਹਾਈਲਾਈਟ ਕਰੋ।"
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "…ਤੁਰੰਤ ਖੋਲ੍ਹੋ"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "ਤੁਰੰਤ ਖੋਲ੍ਹੋ"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+#| msgid "Quickly open files"
+msgid "Quickly open files."
+msgstr "ਫਾਇਲਾਂ ਤੁਰੰਤ ਖੋਲ੍ਹੋ।"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "…ਲੱਭਣ ਲਈ ਲਿਖੋ"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "ਸਨਿੱਪਟ ਇੰਤਜ਼ਾਮ(_S)…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "ਸਨਿੱਪਟ"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "ਅਕਾਇਵ ”%s” ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "ਟਾਰਗੇਟ ਡਾਇਰੈਕਟਰੀ ”%s” ਮੌਜੂਦ ਨਹੀਂ ਹੈ"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "ਟਾਰਗੇਟ ਡਾਇਰੈਕਟਰੀ ”%s” ਠੀਕ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਹੈ"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "ਫਾਇਲ ”%s” ਮੌਜੂਦ ਨਹੀਂ ਹੈ"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "ਫਾਇਲ ”%s” ਇੱਕ ਠੀਕ ਸਨਿੱਪਟ ਫਾਇਲ ਨਹੀਂ ਹੈ"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "ਇੰਪੋਰਟ ਕੀਤੀ ਫਾਇਲ ”%s” ਠੀਕ ਸਨਿੱਪਟ ਫਾਇਲ ਨਹੀਂ ਹੈ"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "ਅਕਾਇਵ ”%s” ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "ਅੱਗੇ ਦਿੱਤੀ ਫਾਇਲਾਂ ਇੰਪੋਰਟ ਨਹੀਂ ਕੀਤੀਆਂ ਜਾ ਸਕੀਆਂ: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "ਫਾਇਲ ”%s” ਠੀਕ ਸਨਿੱਪਟ ਅਕਾਇਵ ਨਹੀਂ ਹੈ"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "ਸਨਿੱਪਟ ਅਕਾਇਵ"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "ਨਵਾਂ ਸਨਿੱਪਟ ਜੋੜੋ…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "ਗਲੋਬਲ"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "ਚੁਣੇ ਸਨਿੱਪਟ ਰੀਵਰਟ ਕਰੋ"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "ਚੁਣਿਆ ਸਨਿੱਪਟ ਹਟਾਓ"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"ਇਹ ਇੱਕ ਠੀਕ ਟੈਬ ਟਰਿੱਗਰ ਨਹੀਂ ਹੈ। ਟਰਿੱਗਰ ਵਰਣਮਾਲਾ ਅੱਖਰ-ਅੰਕ (ਜਾਂ _, : ਅਤੇ .) ਜਾਂ"
+" ਇੱਕ ਅੱਖਰ (ਨਾ-"
+"ਅੰਕ), ਅੱਖਰ, ਜਿਵੇਂ {, [ ਆਦਿ ਹੋ ਸਕਦਾ ਹੈ।"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "ਇੱਕ ਸ਼ਬਦ, ਜਿਸ ਨਾਲ ਟੈਬ ਦਬਾਉਣ ਤੋਂ ਬਾਅਦ ਸਨਿੱਪਟ ਐਕਟਿਵ ਹੋ ਜਾਵੇ"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "ਇੰਪੋਰਟ ਕਰਨ ਦੌਰਾਨ ਅੱਗੇ ਦਿੱਤੀ ਗਲਤੀ ਆਈ: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "ਠੀਕ ਤਰ੍ਹਾਂ ਇੰਪੋਰਟ ਕੀਤਾ"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "ਸਨਿੱਪਟ ਇੰਪੋਰਟ ਕਰੋ"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "ਸਭ ਸਹਾਇਕ ਅਕਾਇਵ"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip ਕੰਪਰੈੱਸ ਅਕਾਇਵ"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 ਕੰਪਰੈੱਸ ਅਕਾਇਵ"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "ਇੱਕਲੀ ਸਨਿੱਪਟ ਫਾਇਲ"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "ਸਭ ਫਾਇਲਾਂ"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "ਐਕਸਪੋਰਟ ਕਰਨ ਦੌਰਾਨ ਅੱਗੇ ਦਿੱਤੀ ਗਲਤੀ ਆਈ ਹੈ: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "ਐਕਸਪੋਰਟ ਠੀਕ ਤਰ੍ਹਾਂ ਹੋ ਗਿਆ"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"ਕੀ ਤੁਸੀਂ ਚੁਣੇ <b>ਸਿਸਟਮ</b> ਸਨਿੱਪਟ ਨੂੰ ਆਪਣੇ ਐਕਸਪੋਰਟ ਵਿੱਚ ਸ਼ਾਮਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "ਐਕਸਪੋਰਟ ਕਰਨ ਲਈ ਕੋਈ ਸਨਿੱਪਟ ਨਹੀਂ ਚੁਣਿਆ"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "ਸਨਿੱਪਟ ਐਕਸਪੋਰਟ ਕਰੋ"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "ਇੱਕ ਨਵਾਂ ਸ਼ਾਰਟਕੱਟ ਦਿਓ ਜਾਂ ਹਟਾਉਣ ਲਈ ਬੈਕਸਪੇਸ ਦਬਾਓ"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "ਇੱਕ ਨਵਾਂ ਸ਼ਾਰਟਕੱਟ ਦਿਓ"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"ਪਾਈਥਨ ਕਮਾਂਡ (%s) ਵੱਧ ਤੋਂ ਵੱਧ ਚੱਲਣ ਸਮੇਂ ਤੋਂ ਵੱਧ ਗਈ ਹੈ, ਚਲਾਉਣ ਅਧੂਰਾ ਛੱਡਿਆ।"
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "ਪਾਈਥਨ ਕਮਾਂਡ (%s) ਚਲਾਉਣ ਲਈ ਅਸਫ਼ਲ: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+#| msgid "Insert often-used pieces of text in a fast way"
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "ਅਕਸਰ ਵਰਤੇ ਜਾਂਦੇ ਸ਼ਬਦਾਂ ਦਾ ਭਾਗ ਨੂੰ ਤੁਰੰਤ ਸ਼ਾਮਲ ਕਰੋ।"
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "ਸਨਿੱਪਟ ਪਰਬੰਧ"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "ਨਵਾਂ ਸਨਿੱਪਟ ਬਣਾਓ"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "ਸਨਿੱਪਟ ਸ਼ਾਮਲ"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "ਸਨਿੱਪਟ ਹਟਾਓ"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "ਸਨਿੱਪਟ ਇੰਪੋਰਟ"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "ਚੁਣੇ ਸਨਿੱਪਟ ਐਕਸਪੋਰਟ ਕਰੋ"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "ਸਨਿੱਪਟ ਐਕਸਪੋਰਟ"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "ਸਰਗਰਮ"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "ਟੈਗ ਟਰਿੱਗਰ(_T):"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "ਸ਼ਾਰਟਕੱਟ ਸਵਿੱਚ(_h):"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "ਸ਼ਾਰਟੱਕਟ ਕੁੰਜੀ, ਜਿਸ ਨਾਲ ਸਨਿੱਪਟ ਐਕਟਿਵ ਹੋਵੇ"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "ਟਾਰਗੇਟ ਛੱਡੋ(_D):"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "ਲੜੀਬੱਧ(_O)…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "ਲੜੀਬੱਧ"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "ਉਲਟ ਕ੍ਰਮਬੱਧ(_R)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "ਡੁਪਲੀਕੇਟ ਹਟਾਓ(_E)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "ਅੱਖਰ ਅਕਾਰ 'ਤੇ ਨਿਰਭਰ(_a)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "ਕਾਲਮ ਤੋਂ ਸ਼ੁਰੂ(_T):"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "ਕ੍ਰਮ(_S)"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "ਡੌਕੂਮੈਂਟ ਜਾਂ ਚੁਣੇ ਟੈਕਸਟ ਨੂੰ ਕ੍ਰਮਬੱਧ ਕਰੋ।"
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "…ਸ਼ਬਦ ਜੋੜ ਚੈੱਕ ਕਰੋ(_C)"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "…ਭਾਸ਼ਾ ਦਿਓ(_L)"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "ਗਲਤ ਸ਼ਬਦ-ਜੋੜ ਸ਼ਬਦ ਹਾਈਲਾਈਟ(_H)"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "ਗਲਤ ਸ਼ਬਦ-ਜੋੜ ਸ਼ਬਦ ਹਾਈਲਾਈਟ ਕਰੋ"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "ਹਾਈਲਾਈਟ ਕੀਤੇ ਗ਼ਲਤ ਸ਼ਬਦ-ਜੋੜ ਸ਼ਬਦਾਂ ਲਈ ਮੂਲ ਸੈਟਿੰਗ ਹੈ।"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "ਸ਼ਬਦ-ਜੋੜ ਪਲੱਗਇਨ ਸੰਰਚਨਾ"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "ਨਵੇਂ ਦਸਤਾਵੇਜ਼ ਲਈ ਮੂਲ"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "ਸ਼ਬਦ-ਜੋੜ ਜਾਂਚਕਾਰ"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "ਮੌਜੂਦਾ ਡੌਕੂਮੈਂਟ ਲਈ ਸ਼ਬਦਾਂ ਜੋੜ ਦੀ ਜਾਂਚ ਕਰੋ।"
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "…ਤਾਰੀਖ/ਸਮਾਂ ਸ਼ਾਮਲ(_s)"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "ਉਪਲੱਬਧ ਫਾਰਮੈਟ"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "ਕਿਸਮ ਲਈ ਪੁੱਛੋ"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"ਕੀ ਯੂਜ਼ਰ ਨੂੰ ਫਾਰਮੈਟ ਲਈ ਪੁੱਛਿਆ ਜਾਵੇ ਜਾਂ ਚੁਣੇ ਜਾਂ ਪਸੰਦੀਦਾ ਫਾਰਮੈਟ ਵਰਤੇ ਜਾਣ।"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "ਚੁਣਿਆ ਫਾਰਮੈਟ"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "ਜਦੋਂ ਮਿਤੀ/ਸਮਾਂ ਸ਼ਾਮਲ ਕੀਤਾ ਜਾਵੇਗਾ ਤਾਂ ਚੁਣਿਆ ਫਾਰਮੈਟ ਵਰਤਿਆ ਜਾਂਦਾ ਹੈ।"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "ਪਸੰਦੀਦਾ ਫਾਰਮੈਟ"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "ਜਦੋਂ ਤਾਰੀਖ/ਸਮਾਂ ਸ਼ਾਮਲ ਕਰਨੇ ਹੋਣ ਤਾਂ ਪਸੰਦੀਦਾ ਫਾਰਮੈਟ ਵਰਤੋਂ।"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "ਤਾਰੀਖ ਅਤੇ ਸਮਾਂ ਸ਼ਾਮਲ"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "ਚੁਣਿਆ ਫਾਰਮੈਟ ਵਰਤੋਂ(_S)"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "ਸੋਧਿਆ ਫਾਰਮੈਟ ਵਰਤੋਂ(_U)"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "ਸ਼ਾਮਿਲ(_I)"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "ਤਾਰੀਖ/ ਸਮਾਂ ਪਲੱਗਇਨ ਸੰਰਚਨਾ"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "ਜਦੋਂ ਤਾਰੀਖ/ਸਮਾਂ ਸ਼ਾਮਲ ਕਰਨੇ ਹੋਣ…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "ਇੱਕ ਫਾਰਮੈਟ ਲਈ ਪੁੱਛੋ(_P)"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "ਤਾਰੀਖ/ਸਮਾਂ ਸ਼ਾਮਲ"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "ਕਰਸਰ ਦੀ ਸਥਿਤੀ ਤੇ ਮੌਜੂਦਾ ਤਰੀਕ ਅਤੇ ਸਮਾਂ ਸ਼ਾਮਿਲ ਕਰੋ।"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "ਜੀ-ਸੰਪਾਦਕ ਗਨੋਮ ਡੈਸਕਟਾਪ ਇੰਵਾਇਰਨਮੈਂਟ ਦਾ ਟੈਕਸਟ ਐਡੀਟਰ ਹਨ। ਜਦੋਂ ਕਿ ਮਕਸਦ ਸਧਾਰਨ ਅਤੇ ਵਰਤਣ "
+#~ "ਲਈ ਸੌਖਾ ਬਣਾਉਣਾ ਹੈ, ਗਨੋਮ ਆਮ ਵਰਤੋਂ ਲਈ ਮਜ਼ਬੂਤ ਟੈਕਸਟ ਐਡੀਟਰ ਹੈ।"
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "ਭਾਵੇਂ ਤੁਸੀਂ ਵਧੀਆ ਵਿਕਣ ਵਾਲੀ ਕਿਤਾਬ ਲਿਖਣੀ ਹੋਵੇ, ਪ੍ਰੋਗਰਾਮ ਨਾਲ ਐਪਲੀਕੇਸ਼ਨ ਬਣਾਉਣੀ ਹੋਵੇ ਜਾਂ "
+#~ "ਤੁਰੰਤ ਨੋਟ ਲੈਣੇ ਹੋਣ, ਜੀ-ਸੰਪਾਦਕ ਤੁਹਾਡੇ ਕੰਮਾਂ ਨੂੰ ਪੂਰਾ ਕਰਨ ਲਈ ਭਰੋਸੇਯੋਗ ਐਪਲੀਕੇਸ਼ਨ ਹੈ।"
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "ਇਸ ਦਾ ਲਚਕੀਲਾ ਪਲੱਗਇਨ ਸਿਸਟਮ ਤੁਹਾਨੂੰ ਐਪਲੀਕੇਸ਼ਨ ਨੂੰ ਆਪਣੀ ਲੋੜ ਮੁਤਾਬਕ ਬਦਲਣ ਅਤੇ ਆਪਣੇ ਮਾਹੌਲ "
+#~ "ਵਿੱਚ ਢਾਲਣ ਲਈ ਸਹਾਇਕ ਹੈ।"
+
+#~ msgid "Display Overview Map"
+#~ msgstr "ਰੂਪ-ਰੇਖਾ ਨਕਸ਼ਾ ਦਿਖਾਓ"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "ਕੀ ਜੀ-ਸੰਪਾਦਕ ਡੌਕੂਮੈਂਟ ਲਈ ਸੰਖੇਪ ਨਕਸ਼ਾ ਦਿਖਾਏ।"
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "ਟੂਲਬਾਰ ਉਪਲੱਬਧ ਹੈ"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "ਕੀ ਸੰਪਾਦਕ ਵਿੰਡੋ ਵਿੱਚ ਟੂਲਬਾਰ ਉਪਲੱਬਧ ਹੋਵੇ।"
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਤਾਜ਼ਾ ਫਾਇਲਾਂ"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "ਵੱਧ ਤੋਂ ਵੱਧ ਤਾਜ਼ਾ ਖੁੱਲੀਆਂ ਫਾਇਲਾਂ ਦੀ ਗਿਣਤੀ ਦਿਓ, ਜੋ ਕਿ “ਤਾਜ਼ਾ ਫਾਇਲ਼ਾਂ“ ਸਬ-ਮੇਨ ਵਿੱਚ ਉਪਲੱਬਧ "
+#~ "ਹੋਣ।"
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "ਸਰਗਰਮ ਪਲੱਗਇਨਾਂ ਦੀ ਸੂਚੀ ਹੈ। ਇਸ ਵਿੱਚ ਸਰਗਰਮ ਪਲੱਗਇਨਾਂ ਦਾ “ਟਿਕਾਣਾ“ ਹੈ। ਦਿੱਤੀ ਪਲੱਗਇਨ ਦਾ "
+#~ "“ਟਿਕਾਣਾ“ ਪਰਾਪਤ ਕਰਨ ਲਈ .gedit-plugin ਫਾਇਲ ਵੇਖੋ।"
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "ਡੌਕੂਮੈਂਟ “%s” ਵਿੱਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਹਮੇਸ਼ਾਂ ਲਈ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "ਸੰਭਾਲਣ ਉੱਤੇ ਸਿਸਟਮ ਪਰਸ਼ਾਸ਼ਕ ਨੇ ਰੋਕ ਲਾ ਰੱਖੀ ਹੈ।"
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "%d ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਹਮੇਸ਼ਾਂ ਲਈ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+#~ msgstr[1] "%d ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਹਮੇਸ਼ਾ ਲਈ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "ਨਾ-ਸੰਭਾਲੀਆਂ ਤਬਦੀਲੀਆਂ ਸਮੇਤ ਡੌਕੂਮੈਂਟ(_e):"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "ਖੋਲ੍ਹੋ"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "ਕੋਈ ਤਬਦੀਲੀਆਂ ਸੰਭਾਲਣ ਲਈ ਲੋੜ ਹੈ"
+
+#~ msgid "Untitled Document %d"
+#~ msgstr "ਬੇ-ਨਾਮਾ ਡੌਕੂਮੈਂਟ %d"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "ਅੱਖਰ ਇੰਕੋਡਿੰਗ:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "ਲਾਈਨ ਅੰਤ:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "ਟਿਕਾਣਾ “%s” ਇਸ ਸਮੇਂ ਪਹੁੰਚ ਵਿੱਚ ਨਹੀਂ ਹੈ।"
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "ਤੁਹਾਡਾ ਸਿਸਟਮ ਆਫਲਾਈਨ ਹੈ। ਆਪਣਾ ਨੈੱਟਵਰਕ ਵੇਖੋ ਜੀ।"
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "ਨਾ ਸੋਧੋ(_o)"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "ਇਹ ਫਾਇਲ “%s” ਹੋਰ ਜੀ-ਸੰਪਾਦਕ ਵਿੰਡੋ ਵਿੱਚ ਪਹਿਲਾਂ ਹੀ ਖੁੱਲ੍ਹੀ ਹੈ।"
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "ਕੀ ਤੁਸੀਂ ਕਿਵੇਂ ਵੀ ਸੋਧਣਾ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "“%s” ਨੂੰ ਸੰਭਾਲਣ ਦੌਰਾਨ ਬੈਕਅੱਪ ਫਾਇਲ ਨਹੀਂ ਬਣਾਈ ਜਾ ਸਕੀ ਹੈ"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "“%s” ਨੂੰ ਸੰਭਾਲਣ ਦੌਰਾਨ ਇੱਕ ਆਰਜ਼ੀ ਬੈਕਅੱਪ ਫਾਇਲ ਨਹੀਂ ਬਣਾਈ ਜਾ ਸਕੀ ਹੈ"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "ਇੱਕ ਫਾਇਲ ਦੀ ਪੁਰਾਣੀ ਕਾਪੀ ਤੋਂ ਬੈਕਅੱਪ ਨਹੀਂ ਬਣਾ ਸਕਦੇ ਹੈ, ਜਦੋਂ ਕਿ ਨਵੀਂ ਸੰਭਾਲੀ ਨਹੀਂ ਜਾਂਦੀ। ਤੁਸੀਂ "
+#~ "ਇਹ ਚੇਤਾਵਨੀਆਂ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰਕੇ ਫਾਇਲ ਨੂੰ ਕਿਸੇ ਵੀ ਤਰ੍ਹਾਂ ਸੰਭਾਲ ਸਕਦੇ ਹੋ, ਪਰ ਜੇਕਰ ਸੰਭਾਲਣ ਦੌਰਾਨ "
+#~ "ਇੱਕ ਗਲਤੀ ਆਈ ਤਾਂ ਤੁਸੀਂ ਫਾਇਲ ਦੀ ਪੁਰਾਣੀ ਕਾਪੀ ਨੂੰ ਗੁਆ ਬੈਠੋਗੇ। ਕੀ ਕਿਸੇ ਵੀ ਤਰ੍ਹਾਂ ਸੰਭਾਲਣਾ ਹੈ?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "ਫਾਇਲ “%s” ਡਿਸਕ ਉੱਤੇ ਬਦਲੀ ਗਈ ਹੈ।"
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "ਬਦਲਾਅ ਰੱਦ ਕਰੋ ਤੇ ਮੁੜ-ਲੋਡ ਕਰੋ(_R)"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "“%s” ਨੂੰ ਸੰਭਾਲਣ ਦੌਰਾਨ ਕੁਝ ਗਲਤ ਅੱਖਰ ਮਿਲੇ ਹਨ"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "ਜੇ ਤੁਸੀਂ ਇਹ ਫਾਇਲ ਨੂੰ ਸੰਭਾਲਣ ਜਾਰੀ ਰੱਖਿਆ ਤਾਂ ਡੌਕੂਮੈਂਟ ਨਿਕਾਰਾ ਹੋ ਜਾਵੇਗਾ। ਕੀ ਸੰਭਾਲਣਾ ਹੈ?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "ਡਾਇਰੈਕਟਰੀ “%s“ ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕੀ: g_mkdir_with_parents() ਫੇਲ੍ਹ: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "ਸਕੀਮ ਸ਼ਾਮਲ ਕਰੋ(_d)"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "ਹਾਈਲਾਈਟ ਢੰਗ"
+
+#~ msgid "_Select"
+#~ msgstr "ਚੁਣੋ(_S)"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "…ਉਘਾੜਨ ਢੰਗ ਖੋਜ"
+
+#~ msgid "No results"
+#~ msgstr "ਕੋਈ ਨਤੀਜਾ ਨਹੀਂ"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "…ਹੋਰ ਡੌਕੂਮੈਂਟ(_D)"
+
+#~ msgid "Open another file"
+#~ msgstr "ਹੋਰ ਫਾਇਲ ਖੋਲ੍ਹੋ"
+
+#~ msgid "Display _overview map"
+#~ msgstr "ਰੂਪ-ਰੇਖਾ ਨਕਸ਼ਾ ਦਿਖਾਓ(_o)"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "ਚੁਣੀਆਂ ਲਾਈਨਾਂ ਨੂੰ ਜੋੜੋ"
+
+#~ msgid "Open"
+#~ msgstr "ਖੋਲ੍ਹੋ"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "ਫਾਇਲ ਖੋਲ੍ਹੋ ਡਾਈਲਾਗ"
+
+#~ msgid "Check update"
+#~ msgstr "ਅੱਪਡੇਟ ਚੈੱਕ ਕਰੋ"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "ਜੀ-ਸੰਪਾਦਕ ਦੇ ਨਵੇਂ ਵਰਜਨ ਲਈ ਚੈੱਕ ਕਰੋ"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "URI ਵੇਖਾਉਣ ਦੌਰਾਨ ਗਲਤੀ ਸੀ।"
+
+#~ msgid "_Download"
+#~ msgstr "ਡਾਊਨਲੋਡ ਕਰੋ(_D)"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "ਵਰਜਨ ਅਣਡਿੱਠਾ(_I)"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "ਜੀ-ਸੰਪਾਦਕ ਦਾ ਨਵਾਂ ਵਰਜਨ ਉਪਲੱਬਧ ਹੈ"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "ਤੁਸੀਂ ਡਾਊਨਲੋਡ ਬਟਨ ਦੱਬ ਕੇ ਜੀਸੰਪਾਦਕ ਦਾ ਨਵਾਂ ਵਰਜਨ ਡਾਊਨਲੋਡ ਕਰ ਸਕਦੇ ਹੋ ਜਾਂ ਉਹ ਵਰਜਨ ਨੂੰ "
+#~ "ਅਣਡਿੱਠਾ ਕਰਕੇ ਹੋਰ ਨਵੇਂ ਦੀ ਉਡੀਕ ਕਰ ਸਕਦੇ ਹੋ।"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "ਅਣਡਿੱਠਾ ਕਰਨ ਲਈ ਵਰਜਨ"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "ਨਵਾਂ ਵਰਜਨ ਆਉਣ ਤੱਕ ਵਰਜਨ ਅਣਡਿੱਠਾ ਕਰੋ"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "ਜੀ-ਸੰਪਾਦਕ ਟੈਕਸਟ ਐਡੀਟਰ"
+
+#~ msgid "Please check your installation."
+#~ msgstr "ਆਪਣੀ ਇੰਸਟਾਲੇਸ਼ਨ ਦੀ ਜਾਂਚ ਕਰੋ ਜੀ।"
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "%s UI ਫਾਇਲ ਖੋਲਣ ਲਈ ਅਸਮਰੱਥ ਹੈ: ਗਲਤੀ: %s"
+
+#~| msgid "Unable to find the object '%s' inside file %s."
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "ਫਾਇਲ %s ਵਿੱਚ “%s“ ਆਬਜੈਕਟ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ ਹੈ।"
+
+#~ msgid "_About"
+#~ msgstr "ਇਸ ਬਾਰੇ(_A)"
+
+#~ msgid "Tools"
+#~ msgstr "ਟੂਲ"
+
+#~ msgid "_Ignore"
+#~ msgstr "ਅਣਡਿੱਠਾ(_I)"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "ਬਾਹਰੀ ਟੂਲ ਪਰਬੰਧ(_E)..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "...ਤੁਰੰਤ ਖੋਲ੍ਹੋ"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "ਸਨਿੱਪਟ ਪਰਬੰਧ(_S)..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "ਸ਼ਬਦ ਜੋੜ ਚੈੱਕ ਕਰੋ(_C)"
+
+#~ msgid "Set _Language..."
+#~ msgstr "ਭਾਸ਼ਾ ਦਿਓ(_L)..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "ਤਾਰੀਖ/ਸਮਾਂ ਸ਼ਾਮਲ(_s)..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "ਇੱਕ ਨਵੀਂ ਵਿੰਡੋ ਖੋਲ੍ਹੋ"
+
+#~ msgid "Open a New Document"
+#~ msgstr "ਇੱਕ ਨਵਾਂ ਦਸਤਾਵੇਜ਼ ਖੋਲ੍ਹੋ"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "ਵਿੰਡੋ ਦਾ ਆਕਾਰ ਅਤੇ ਸਥਿਤੀ ਸੈੱਟ ਕਰੋ (WIDTHxHEIGHT+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "ਜੁਮੈਟਰੀ"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "ਆਟੋਮੈਟਿਕ ਖੋਜੀ ਗਈ ਇੰਕੋਡਿੰਗ"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "ਫਾਇਲ ਦੀ ਇੰਕੋਡਿੰਗ ਆਟੋਮੈਟਿਕ ਖੋਜਣ ਲਈ ਜੀ-ਸੰਪਾਦਕ ਕੋਲ ਉਪਲੱਬਧ ਕ੍ਰਮਬੱਧ ਲਿਸਟ ਹੈ। ਮੌਜੂਦਾ ਲੋਕੇਲ "
+#~ "ਇੰਕੋਡਿੰਗ \"(CURRENT) ਮੌਜੂਦ\" ਨੂੰ ਵੇਖਾਉਦਾ ਹੈ। ਸਿਰਫ ਪਛਾਣੀ ਗਈ ਇੰਕੋਡਿੰਗ ਹੀ ਵਰਤੀ ਜਾਵੇਗੀ।"
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "ਮੇਨੂ ਵਿੱਚ ਵੇਖਾਉਣ ਲਈ ਇੰਕੋਡਿੰਗ"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "ਇੰਕੋਡਿੰਗ ਲਿਸਟਾਂ ਫਾਇਲ ਖੋਲ੍ਹਣ/ਸੰਭਾਲਣ ਚੋਣਕਾਰ ਕਰੈਕਟਰ ਕੋਡਿੰਗ ਸੂਚੀ ਵਿੱਚ ਵੇਖਿਆ ਜਾ ਰਿਹਾ ਹੈ। ਸਿਰਫ "
+#~ "ਮਨਜੂਰਸ਼ੁਦਾ ਇੰਕੋਡਿੰਗ ਹੀ ਵਰਤੀ ਜਾਵੇਗੀ।"
+
+#~ msgid "Question"
+#~ msgstr "ਸਵਾਲ"
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "Help"
+#~ msgstr "ਮਦਦ"
+
+#~ msgid "Character encodings"
+#~ msgstr "ਅੱਖਰ ਇੰਕੋਡਿੰਗ"
+
+#~ msgid "_OK"
+#~ msgstr "ਠੀਕ ਹੈ(_O)"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "ਮੇਨੂ ਵਿੱਚ ਵੇਖਾਈ ਇੰਕੋਡਿੰਗ(_N):"
+
+#~ msgid "_Ignore case"
+#~ msgstr "ਅੱਖਰ ਅਕਾਰ ਅਣਡਿੱਠਾ(_I)"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "ਤੁਸੀਂ ਕ੍ਰਮਬੱਧ ਕਰਨ ਦੀ ਕਾਰਵਾਈ ਨੂੰ ਵਾਪਿਸ ਨਹੀਂ ਲੈ ਸਕਦੇ"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(ਸ਼ਬਦਾਂ ਬਾਰੇ ਕੋਈ ਸੁਝਾਅ ਨਹੀਂ)"
+
+#~ msgid "_More..."
+#~ msgstr "ਹੋਰ(_M)...."
+
+#~ msgid "_Ignore All"
+#~ msgstr "ਸਭ ਅਣਡਿੱਠਾ(_I)"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "ਸ਼ਬਦ ਜੋੜ ਬਾਰੇ ਸੁਝਾਅ(_S)......"
+
+#~ msgid "Suggestions"
+#~ msgstr "ਸੁਝਾਅ"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(ਸਹੀ ਸ਼ਬਦ ਜੋੜ)"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "ਪੂਰੀ ਤਰਾਂ ਸ਼ਬਦਜੋੜ ਦੀ ਜਾਂਚ ਹੋ ਗਈ ਹੈ"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "ਅਣਜਾਣ (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "ਡਿਫਾਲਟ"
+
+#~ msgid "Set language"
+#~ msgstr "ਭਾਸ਼ਾ ਚੁਣੋ"
+
+#~ msgid "Languages"
+#~ msgstr "ਭਾਸ਼ਾ"
+
+#~ msgid "The document is empty."
+#~ msgstr "ਡੌਕੂਮੈਂਟ ਖਾਲੀ ਹੈ।"
+
+#~ msgid "No misspelled words"
+#~ msgstr "ਕੋਈ ਗਲਤ ਸ਼ਬਦ-ਜੋੜ ਨਹੀਂ"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "ਇਸ ਡੌਕੂਮੈਂਟ ਲਈ ਭਾਸ਼ਾ ਚੁਣੋ(_L)"
+
+#~ msgid "Misspelled word:"
+#~ msgstr "ਗਲਤ ਸ਼ਬਦ-ਜੋੜ:"
+
+#~ msgid "word"
+#~ msgstr "ਸ਼ਬਦ"
+
+#~ msgid "Change _to:"
+#~ msgstr "ਇਸ ਨਾਲ ਬਦਲੋ(_T):"
+
+#~ msgid "Check _Word"
+#~ msgstr "ਸ਼ਬਦ ਚੈੱਕ ਕਰੋ(_W)"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "ਸੁਝਾਅ(_S):"
+
+#~ msgid "Cha_nge"
+#~ msgstr "ਬਦਲੋ(_N)"
+
+#~ msgid "Ignore _All"
+#~ msgstr "ਸਭ ਅਣਡਿੱਠਾ(_A)"
+
+#~ msgid "Change A_ll"
+#~ msgstr "ਸਭ ਬਦਲੋ(_L)"
+
+#~ msgid "User dictionary:"
+#~ msgstr "ਯੂਜ਼ਰ ਡਾਇਰੈਕਟਰੀ:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "ਸ਼ਬਦ ਸ਼ਾਮਲ(_O)"
+
+#~ msgid "P_revious Page"
+#~ msgstr "ਪਿਛਲਾ ਪੇਜ਼(_r)"
+
+#~ msgid "_Next Page"
+#~ msgstr "ਪੇਜ਼ ਅੱਗੇ(_N)"
+
+#~ msgid "Replace"
+#~ msgstr "ਬਦਲੋ"
+
+#~ msgid "_Search for: "
+#~ msgstr "ਇਸ ਦੀ ਖੋਜ(_S): "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "ਜੀ-ਸੰਪਾਦਕ ਉਹਨਾਂ ਫਾਇਲਾਂ ਦਾ ਬੈਕਅਪ ਬਣਾਏ, ਜੋ ਇਸ ਨੇ ਸੰਭਾਲੀਆਂ ਹਨ। ਤੁਸੀਂ \"ਬੈਕਅੱਪ ਕਾਪੀ ਐਕਸਟੇਸ਼ਨ"
+#~ "\" ਚੋਣ ਨਾਲ ਬੈਕਅੱਪ ਫਾਇਲ ਦੀ ਐਕਟੇਸ਼ਨ ਦੇ ਸਕਦੇ ਹੋ।"
+
+#~ msgid "Unicode"
+#~ msgstr "ਯੂਨੀਕੋਡ"
+
+#~ msgid "Western"
+#~ msgstr "ਪੱਛਮੀ"
+
+#~ msgid "Central European"
+#~ msgstr "ਮੱਧ ਯੂਰਪੀ"
+
+#~ msgid "South European"
+#~ msgstr "ਦੱਖਣੀ ਯੂਰਪੀ"
+
+#~ msgid "Baltic"
+#~ msgstr "ਬਾਲਟਿਕ"
+
+#~ msgid "Cyrillic"
+#~ msgstr "ਸਿਰਲਿਕ"
+
+#~ msgid "Arabic"
+#~ msgstr "ਅਰਬੀ"
+
+#~ msgid "Greek"
+#~ msgstr "ਗਰੀਕ"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "ਹੈਬਰੀਉ ਵੀਜੀਉਲ"
+
+#~ msgid "Turkish"
+#~ msgstr "ਤੁਰਕ"
+
+#~ msgid "Nordic"
+#~ msgstr "ਨੋਰਡਿਕ"
+
+#~ msgid "Celtic"
+#~ msgstr "ਕੋਲਟੀਇਕ"
+
+#~ msgid "Romanian"
+#~ msgstr "ਰੋਮਾਨੀਆਈ"
+
+#~ msgid "Armenian"
+#~ msgstr "ਅਰਮੀਨੀਆਈ"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "ਚੀਨੀ ਪੁਰਾਤਨ"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "ਸਿਰਲਿਕ/ਰੂਸੀ"
+
+#~ msgid "Japanese"
+#~ msgstr "ਜਾਪਾਨੀ"
+
+#~ msgid "Korean"
+#~ msgstr "ਕੋਰੀਆਈ"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "ਚੀਨੀ ਸਧਾਰਨ"
+
+#~ msgid "Georgian"
+#~ msgstr "ਜਾਰਜੀਆਈ"
+
+#~ msgid "Hebrew"
+#~ msgstr "ਹੈਬਰੀਉ"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "ਸਿਰਲਿਕ/ਯੂਕਰੇਨੀ"
+
+#~ msgid "Vietnamese"
+#~ msgstr "ਵੀਅਤਨਾਮੀ"
+
+#~ msgid "Thai"
+#~ msgstr "ਥਾਈ"
+
+#~ msgid "Unknown"
+#~ msgstr "ਅਣਜਾਣ"
+
+#~ msgid "The file is too big."
+#~ msgstr "ਫਾਇਲ ਬਹੁਤ ਵੱਡੀ ਹੈ।"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "ਯੂਨੀਕੋਡ (UTF-8)"
+
+#~| msgid "Recent Files"
+#~ msgid "Recent files"
+#~ msgstr "ਤਾਜ਼ਾ ਫਾਇਲਾਂ"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist dataprovider"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "ਜੀ-ਸੰਪਾਦਕ ਨਾਲ ਵਰਤੇ ਗਏ ਡੌਕੂਮੈਂਟ ਲਈ ਵਰਤੋਂ ਦਾ ਲਾਗ"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "ਐਕਸ਼ਨ ਵਾਪਿਸ ਜਾਣ ਦੀ ਸੀਮਾ (ਬਰਤਰਫ਼)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "ਵਾਪਸ ਜਾਂ ਮੁੜ-ਵਾਪਸ ਕੀਤੇ ਜਾਣ ਵਾਲੀਆਂ ਵੱਧ ਤੋਂ ਵੱਧ ਕਾਰਵਾਈਆਂ ਦੀ ਗਿਣਤੀ ਹੈ। ਕਾਰਵਾਈਆਂ ਦੀ "
+#~ "ਗਿਣਤੀ ਨੂੰ ਅਣਗਿਣਤ ਕਰਨ ਲਈ \"-1\" ਦਿਓ। ੨.੧੨.੦ ਤੋਂ ਬਰਤਰਫ਼ ਕਰ ਦਿੱਤਾ ਗਿਆ ਹੈ।"
+
+#~ msgid "Show the application's help"
+#~ msgstr "ਐਪਲੀਕੇਸ਼ਨ ਦੀ ਮੱਦਦ ਵੇਖਾਓ"
+
+#~ msgid "- Edit text files"
+#~ msgstr " - ਟੈਕਸਟ ਫਾਇਲਾਂ ਸੋਧ"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "ਉਪਲਬਧ ਕਮਾਂਡ ਲਾਈਨ ਚੋਣਾਂ ਦੀ ਪੂਰੀ ਲਿਸਟ ਵੇਖਣ ਵਾਸਤੇ '%s --help' ਚਲਾਓ।\n"
+
+#~ msgid "Save _As..."
+#~ msgstr "ਇੰਝ ਸੰਭਾਲੋ(_A)..."
+
+#~ msgid "_Print..."
+#~ msgstr "...ਪਰਿੰਟ ਕਰੋ(_P)"
+
+#~ msgid "Empty"
+#~ msgstr "ਖਾਲੀ"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "ਜੀ-ਸੰਪਾਦਕ ਪਸੰਦ"
+
+#~| msgid "Columns"
+#~ msgid "column"
+#~ msgstr "ਕਾਲਮ"
+
+#~ msgid "_Open..."
+#~ msgstr "ਖੋਲ੍ਹੋ(_O)..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "ਮੇਰੀ ਪਸੰਦ(_e)"
+
+#~ msgid "Configure the application"
+#~ msgstr "ਐਪਲੀਕੇਸ਼ਨ ਸੰਰਚਨਾ"
+
+#~ msgid "_Contents"
+#~ msgstr "ਸਮੱਗਰੀ(_C)"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "ਫਾਇਲ ਦਾ ਸੰਭਾਲਿਆ ਵਰਜਨ ਖੋਲ੍ਹੋ"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "ਪਰਿੰਟ ਝਲਕ(_w)"
+
+#~ msgid "Print preview"
+#~ msgstr "ਪਰਿੰਟ ਝਲਕ"
+
+#~ msgid "Undo the last action"
+#~ msgstr "ਪਿਛਲੀ ਕਾਰਵਾਈ ਵਾਪਸ ਲਵੋ"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "ਆਖਰੀ ਵਾਪਸ ਕੀਤੀ ਕਾਰਵਾਈ ਨੂੰ ਮੁੜ-ਕਰੋ"
+
+#~ msgid "Cut the selection"
+#~ msgstr "ਚੁਣੇ ਨੂੰ ਕੱਟੋ"
+
+#~ msgid "Copy the selection"
+#~ msgstr "ਚੁਣੇ ਦੀ ਕਾਪੀ ਕਰੋ"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "ਚੁਣੇ ਟੈਕਸਟ ਨੂੰ ਹਟਾਓ"
+
+#~| msgid "_Highlight Mode"
+#~ msgid "_Highlight Mode..."
+#~ msgstr "...ਹਾਈਲਾਈਟ ਢੰਗ(_H)"
+
+#~| msgid "Checks the spelling of the current document."
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "ਸਰਗਰਮ ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਉਭਾਰਨ ਮੋਡ ਲਈ ਬਦਲਾਅ"
+
+#~ msgid "_Find..."
+#~ msgstr "ਖੋਜ(_F)..."
+
+#~ msgid "Search for text"
+#~ msgstr "ਟੈਕਸਟ ਖੋਜੋ"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "ਇਸੇ ਟੈਕਸਟ ਲਈ ਅੱਗੇ ਖੋਜ ਕਰੋ"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "ਇਸੇ ਟੈਕਸਟ ਲਈ ਪਿਛਾਂਹ ਨੂੰ ਖੋਜ ਕਰੋ"
+
+#~ msgid "_Replace..."
+#~ msgstr "ਬਦਲੋ(_R)..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "ਟੈਕਸਟ ਦੀ ਖੋਜ ਕਰੋ ਅਤੇ ਬਦਲੋ"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "ਖੋਜ ਮੇਲ ਨੂੰ ਹਾਈਲਾਈਟ ਬੰਦ ਕਰੋ"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "ਖਾਸ ਲਾਈਨ ਤੇ ਜਾਓ"
+
+#~ msgid "Save all open files"
+#~ msgstr "ਸਭ ਖੁੱਲੀਆਂ ਫਾਇਲਾਂ ਸੰਭਾਲੋ"
+
+#~ msgid "Close all open files"
+#~ msgstr "ਸਭ ਖੁੱਲੀਆਂ ਫਾਇਲਾਂ ਬੰਦ ਕਰੋ"
+
+#~ msgid "Activate previous document"
+#~ msgstr "ਪਿਛਲਾ ਡੌਕੂਮੈਂਟ ਸਰਗਰਮ"
+
+#~ msgid "Activate next document"
+#~ msgstr "ਅਗਲਾ ਡੌਕੂਮੈਂਟ ਸਰਗਰਮ"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "ਮੌਜੂਦਾ ਡੌਕੂਮੈਂਟ ਨੂੰ ਨਵੀਂ ਵਿੰਡੋ ਵਿੱਚ ਭੇਜੋ"
+
+#~ msgid "Close the current file"
+#~ msgstr "ਮੌਜੂਦਾ ਫਾਇਲ ਬੰਦ ਕਰੋ"
+
+#~ msgid "Quit the program"
+#~ msgstr "ਪਰੋਗਰਾਮ ਬੰਦ ਕਰ ਦਿਉ"
+
+#~ msgid "_Toolbar"
+#~ msgstr "ਟੂਲਬਾਰ(_T)"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "ਮੌਜੂਦਾ ਵਿੰਡੋ ਵਿੱਚ ਟੂਲਬਾਰ ਵਿੱਚ ਵੇਖੋ ਜਾਂ ਓਹਲੇ"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "ਮੌਜੂਦਾ ਵਿੰਡੋ ਵਿੱਚ ਹਾਲਤ-ਪੱਟੀ ਵੇਖੋ ਜਾਂ ਓਹਲੇ"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "ਟੈਕਸਟ ਪੂਰੀ ਸਕਰੀਨ ਉੱਤੇ ਸੋਧੋ"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "ਮੌਜੂਦਾ ਵਿੰਡੋ ਵਿੱਚ ਬਾਹੀ ਪੈਨਲ ਵੇਖਾਓ ਜਾਂ ਓਹਲੇ"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "ਮੌਜੂਦਾ ਵਿੰਡੋ ਵਿੱਚ ਹੇਠਲਾ ਪੈਨਲ ਵੇਖੋ ਜਾਂ ਓਹਲੇ"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' ਖੋਲ੍ਹੋ"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' ਸਰਗਰਮ"
+
+#~ msgid "Change Case"
+#~ msgstr "ਅਕਾਰ ਬਦਲੋ"
+
+#~ msgid "C_hange Case"
+#~ msgstr "ਅਕਾਰ ਬਦਲੋ(_h)"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "ਸਭ ਅੱਖਰ ਵੱਡੇ(_U)"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "ਸਭ ਛੋਟੇ ਅੱਖਰ(_L)"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "ਚੁਣੇ ਟੈਕਸਟ ਦੇ ਅੱਖਰਾਂ ਦੇ ਅਕਾਰ ਉਲਟਾਓ"
+
+#~ msgid "_Title Case"
+#~ msgstr "ਟਾਇਟਲ ਅਕਾਰ(_T)"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "ਹਰ ਚੁਣੇ ਸ਼ਬਦ ਦਾ ਪਹਿਲਾਂ ਅੱਖਰ ਦਾ ਅਕਾਰ ਵੱਡਾ ਕਰੋ"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "ਮੌਜੂਦਾ ਡੌਕੂਮੈਂਟ ਦੇ ਡੌਕੂਮੈਂਟੀ ਅੰਕੜਿਆਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਲਵੋ"
+
+#~ msgid "_Update"
+#~ msgstr "ਅੱਪਡੇਟ(_U)"
+
+#~ msgid "File Name"
+#~ msgstr "ਫਾਇਲ ਨਾਂ"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "ਬਾਹਰੀ ਟੂਲ ਮੈਨੇਜਰ ਖੋਲ੍ਹਦਾ ਹੈ"
+
+#~ msgid "External tools"
+#~ msgstr "ਬਾਹਰੀ ਟੂਲ"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "ਡੌਕੂਮੈਂਟ ਤੁਰੰਤ ਖੋਲ੍ਹੋ"
+
+#~ msgid "_Snippets:"
+#~ msgstr "ਸਨਿੱਪਟ(_S):"
+
+#~ msgid "Manage snippets"
+#~ msgstr "ਸਨਿੱਪਟ ਪਰਬੰਧ"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "ਮੌਜੂਦਾ ਡੌਕੂਮੈਂਟ ਜਾਂ ਚੋਣ ਨੂੰ ਲੜੀਬੱਧ ਕਰੋ"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "ਇਸ ਡੌਕੂਮੈਂਟ ਵਿਚ ਗਲਤ ਸ਼ਬਦ ਜੋੜ ਦੀ ਜਾਂਚ ਕਰੋ"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "ਮੌਜੂਦਾ ਡੌਕੂਮੈਂਟ ਲਈ ਆਟੋਮੈਟਿਕ ਸ਼ਬਦ-ਜੋੜ ਦੀ ਜਾਂਚ ਕਰੋ"
+
+#~ msgid "Language:"
+#~ msgstr "ਭਾਸ਼ਾ:"
+
+#~ msgid "Language"
+#~ msgstr "ਭਾਸ਼ਾ"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "ਕਰਸਰ ਦੀ ਸਥਿਤੀ ਉੱਤੇ ਮੌਜੂਦਾ ਤਾਰੀਖ ਅਤੇ ਸਮਾਂ ਲਿਖੋ"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "ਫਾਇਲ ਦਾ ਟਿਕਾਣਾ ਵਰਤਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ, ਕਿਉਂਕਿ ਮਾਊਂਟ ਨਹੀਂ ਹੈ।"
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "ਜੀ-ਸੰਪਾਦਕ ਨੇ ਫਾਇਲ ਦੇ ਇਸ ਮੌਕੇ ਦੇ ਵਰਜਨ ਨੂੰ ਨਾ-ਸੋਧਣਯੋਗ ਢੰਗ ਨਾਲ ਖੋਲ੍ਹਿਆ ਹੈ। ਕੀ ਤੁਸੀਂ ਇਸ ਨੂੰ ਕਿਸੇ "
+#~ "ਵੀ ਢੰਗ ਨਾਲ ਸੋਧਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "ਕੀ ਤੁਸੀਂ ਆਪਣੀ ਤਬਦੀਲੀਆਂ ਨੂੰ ਛੱਡ ਕੇ ਫਾਇਲ ਮੁੜ-ਲੋਡ ਕਰਨੀ ਚਾਹੁੰਦੇ ਹੋ?"
+
+#~ msgid "Replace All"
+#~ msgstr "ਸਭ ਬਦਲੋ"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "ਸੰਟੈਕਸ ਹਾਈਲਾਈਟ ਬੰਦ"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "ਸਰਗਰਮ ਡੌਕੂਮੈਂਟ ਟਿਕਾਣੇ ਨੂੰ ਮੁੱਢ ਬਣਾਓ"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "ਮੌਜੂਦਾ ਖੁੱਲ੍ਹੀ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਇੱਕ ਟਰਮੀਨਲ ਖੋਲ੍ਹੋ"
+
+#~ msgid "file"
+#~ msgstr "ਫਾਇਲ"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "ਚੁਣੀ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਰੱਦੀ 'ਚ ਭੇਜੋ"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "ਚੁਣੀ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਹਟਾਓ"
+
+#~ msgid "Open selected file"
+#~ msgstr "ਚੁਣੀ ਫਾਇਲ ਖੋਲ੍ਹੋ"
+
+#~ msgid "Up"
+#~ msgstr "ਉੱਤੇ"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "ਮੁੱਢਲਾ ਫੋਲਡਰ ਖੋਲ੍ਹੋ"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "ਇੱਕ ਖਾਲੀ ਫੋਲਡਰ ਸ਼ਾਮਿਲ"
+
+#~ msgid "Add new empty file"
+#~ msgstr "ਨਵੀਂ ਖਾਲੀ ਫਾਇਲ ਸ਼ਾਮਿਲ"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "ਚੁਣੀ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਦਾ ਨਾਂ ਬਦਲੋ"
+
+#~ msgid "_Previous Location"
+#~ msgstr "ਪਿਛਲਾ ਟਿਕਾਣਾ(_P)"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "ਪਿੱਛੇ ਖੋਲ੍ਹੋ ਟਿਕਾਣੇ ਉੱਤੇ ਜਾਓ"
+
+#~ msgid "_Next Location"
+#~ msgstr "ਅਗਲਾ ਟਿਕਾਣਾ(_N)"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "ਅੱਗੇ ਖੋਲ੍ਹੇ ਟਿਕਾਣੇ ਉੱਤੇ ਜਾਓ"
+
+#~ msgid "Refresh the view"
+#~ msgstr "ਝਲਕ ਤਾਜ਼ਾ ਕਰੋ"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "ਫਾਇਲ ਮੈਨੇਜਰ 'ਚ ਫੋਲਡਰ ਵੇਖੋ"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਅਤੇ ਫੋਲਡਰ ਵੇਖੋ"
+
+#~ msgid "Show binary files"
+#~ msgstr "ਬਾਈਨਰੀ ਫਾਇਲਾਂ ਵੇਖੋ"
+
+#~ msgid "Quick open"
+#~ msgstr "ਤਰੁੰਤ ਖੋਲ੍ਹੋ"
+
+#~| msgid "Text"
+#~ msgid "Text;"
+#~ msgstr "ਟੈਕਸਟ;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "ਬਿਨਾਂ ਸੰਭਾਲੇ ਲਾਗ ਆਉਟ(_w)"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "ਜੀਸੰਪਾਦਕ ਨੂੰ ਬੈਕਗਰਾਊਂਡ ਵਿੱਚ ਚਲਾਓ"
+
+#~ msgid "_Add..."
+#~ msgstr "...ਸ਼ਾਮਲ(_A)"
+
+#~ msgid "Previous location"
+#~ msgstr "ਪਿਛਲਾ ਟਿਕਾਣਾ"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "ਪਿਛਲੇ ਖੋਲ੍ਹੇ ਟਿਕਾਣੇ ਉੱਤੇ ਜਾਓ"
+
+#~ msgid "Next location"
+#~ msgstr "ਅਗਲਾ ਟਿਕਾਣਾ"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "ਬਾਹਰੀ ਟੂਲ ਮੈਨੇਜਰ"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "ਲਿਖਣਯੋਗ ਢੰਗ ਵਿੱਚ ਜੀ-ਸੰਪਾਦਕ ਵਲੋਂ ਸਹਾਇਕ VFS ਸਕੀਮਾਂ ਦੀ ਸੂਚੀ ਹੈ। 'File' ਸਕੀਮ ਮੂਲ ਰੂਪ ਵਿੱਚ "
+#~ "ਲਿਖਣਯੋਗ ਢੰਗ ਹੈ।"
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "ਲਿਖਣ ਯੋਗ VFS ਸਕੀਮਾਂ"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "ਟੂਲਬਾਰ ਦੇ ਬਟਨਾਂ ਦਾ ਸਟਾਇਲ। ਆਮਤੌਰ ਤੇ ਸਿਸਟਮ ਦੇ ਮੂਲ ਸਟਾਇਲ \"GEDIT_TOOLBAR_SYSTEM\" "
+#~ "ਹੀ ਵਰਤਿਆ ਜਾਵੇਗਾ, \"GEDIT_TOOLBAR_ICONS\" ਸਿਰਫ ਆਈਕਾਨ ਵੇਖਾਉਣ ਲਈ, "
+#~ "\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" ਆਈਕਾਨ ਅਤੇ ਟੈਕਸਟ ਵੇਖਾਉਣ ਲਈ, ਅਤੇ "
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" ਜ਼ਰੂਰੀ ਆਈਕਾਨ ਟੈਕਸਟ ਨਾਲ। (ਟਿੱਪਣੀ- ਮੁੱਲ ਅੰਗਰੇਜ਼ੀ "
+#~ "ਅੱਖਰਾਂ ਦੇ ਛੋਟੋ ਵੱਡੇ ਹੋਣ ਤੋ ਪਰਭਾਵਿਤ ਹੁੰਦਾ ਹੈ, ਇਸ ਕਰਕੇ ਜਾਂਚ ਲਵੋ ਕਿ ਉਹ ਸਟੈਂਡਰਡ ਮੁਤਾਬਕ ਹੀ ਹਨ।)।"
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "ਟੂਲਬਾਰ ਬਟਨ ਸਟਾਇਲ"
+
+#~ msgid "Plugin"
+#~ msgstr "ਪਲੱਗਇਨ"
+
+#~ msgid "Enabled"
+#~ msgstr "ਯੋਗ"
+
+#~ msgid "C_onfigure"
+#~ msgstr "ਸੰਰਚਨਾ(_o)"
+
+#~ msgid "A_ctivate"
+#~ msgstr "ਸਰਗਰਮ(_c)"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "ਸਭ ਸਰਗਰਮ(_t)"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "ਸਭ ਨਾ-ਸਰਗਰਮ(_D)"
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "ਸਰਗਰਮ ਪਲੱਗਇਨ(_P):"
+
+#~ msgid "_About Plugin"
+#~ msgstr "ਪਲੱਗਇਨ ਬਾਰੇ(_A)"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "ਆਟੋਮੈਟਿਕ ਇੰਕੋਡਿੰਗ ਲੱਭਣਾ ਸੰਭਵ ਨਹੀਂ ਹੈ"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "ਸਫ਼ਾ ਸੈੱਟਅੱਪ(_u)..."
+
+#~ msgid "Set up the page settings"
+#~ msgstr "ਸਫ਼ਾ ਸੈਟਿੰਗ ਸੈਟਅੱਪ"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "ਵਾਧਾ ਖੋਜ(_I)..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "ਟੈਕਸਟ ਲਈ ਆਵਰਤੀ ਖੋਜ"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "ਸਨਿੱਪਟ ਮੈਨੇਜਰ"
+
+#~ msgid "Tags"
+#~ msgstr "ਟੈਗ"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "ਉਹਨਾਂ ਟੈਬਾਂ ਦਾ ਗਰੁੱਪ ਚੁਣੋ, ਜੋ ਤੁਸੀਂ ਵਰਤਣੀਆਂ ਹਨ"
+
+#~ msgid "_Preview"
+#~ msgstr "ਝਲਕ(_P)"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "ਮੌਜੂਦਾ ਟੈਬ ਲਿਸਟਾਂ"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "ਸੰਖੇਪ ਰੂਪ"
+
+#~ msgid "Abbreviation"
+#~ msgstr "ਸੰਖੇਪ"
+
+#~ msgid "Above"
+#~ msgstr "ਉੱਤੇ"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "ਅਸੈੱਸੇਬਿਲਟੀ ਸਵਿੱਚ ਅੱਖਰ"
+
+#~ msgid "Acronym"
+#~ msgstr "ਬਹੁ-ਵਾਚਕ"
+
+#~ msgid "Align"
+#~ msgstr "ਇਕਸਾਰ"
+
+#~ msgid "Alignment character"
+#~ msgstr "ਇਕਸਾਰ ਅੱਖਰ"
+
+#~ msgid "Alternative"
+#~ msgstr "ਬਦਲ"
+
+#~ msgid "Anchor"
+#~ msgstr "ਅੰਕਰ"
+
+#~ msgid "Anchor URI"
+#~ msgstr "ਅੰਕਰ URI"
+
+#~ msgid "Applet class file code"
+#~ msgstr "ਐਪਲਿਟ ਕਲਾਸ ਫਾਇਲ ਕੋਡ"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "ਐਪਲਿਟ ਕਲਾਸ ਫਾਇਲ ਕੋਡ (ਹਟਾਉਣ ਲਈ)"
+
+#~ msgid "Array"
+#~ msgstr "ਅਰੇ"
+
+#~ msgid "Associated information"
+#~ msgstr "ਸਬੰਧਿਤ ਜਾਣਕਾਰੀ"
+
+#~ msgid "Author info"
+#~ msgstr "ਲੇਖਕ ਜਾਣਕਾਰੀ"
+
+#~ msgid "Axis related headers"
+#~ msgstr "ਧੁਰਾ ਸਬੰਧਿਤ ਹੈੱਡਰ"
+
+#~ msgid "Background color"
+#~ msgstr "ਬੈਕਗਰਾਊਂਡ ਰੰਗ"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "ਬੈਕਗਰਾਊਂਡ ਰੰਗ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "ਬੈਕਗਰਾਊਂਡ ਟੈਕਸਟ ਟਾਇਲ"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "ਬੈਕਗਰਾਊਂਡ ਟੈਕਸਟ ਟਾਇਲ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Base URI"
+#~ msgstr "ਮੂਲ URI"
+
+#~ msgid "Base font"
+#~ msgstr "ਮੂਲ ਫੋਂਟ"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "ਅਧਾਰ ਫੋਂਟ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Bold"
+#~ msgstr "ਗੂੜਾ"
+
+#~ msgid "Border"
+#~ msgstr "ਹਾਸ਼ੀਆ"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "ਹਾਸ਼ੀਆ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Border color"
+#~ msgstr "ਹਾਸ਼ੀਆ ਰੰਗ"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "ਕਾਲਮ ਕਤਾਰ-ਖਿਲਾਰ"
+
+#~ msgid "Center"
+#~ msgstr "ਕੇਂਦਰ"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "ਕੇਂਦਰੀ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "ਸਬੰਧਤ ਸਰੋਤ ਦੀ ਅੱਖਰ ਇੰਕੋਡਿੰਗ"
+
+#~ msgid "Checked (state)"
+#~ msgstr "ਜਾਂਚਿਆ (ਹਾਲਤ)"
+
+#~ msgid "Checked state"
+#~ msgstr "ਜਾਂਚੀ ਹਾਲਤ"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "ਤਬਦੀਲੀ ਲਈ ਸੰਖੇਪ ਕਾਰਨ"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "ਵਰਗ ਸੈਟਿੰਗ ID"
+
+#~ msgid "Class list"
+#~ msgstr "ਕਲਾਸ ਲਿਸਟ"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "ਟੈਕਸਟ ਵਹਾ ਕੰਟਰੋਲ ਸਾਫ਼ ਕਰੋ"
+
+#~ msgid "Code content type"
+#~ msgstr "ਕੋਡ ਭਾਗ ਕਿਸਮ"
+
+#~ msgid "Color of selected links"
+#~ msgstr "ਚੁਣੇ ਲਿੰਕ ਦਾ ਰੰਗ"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "ਚੁਣੇ ਲਿੰਕ ਦਾ ਰੰਗ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Column span"
+#~ msgstr "ਕਾਲਮ ਖਿਲਾਰ"
+
+#~ msgid "Comment"
+#~ msgstr "ਟਿੱਪਣੀ"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "ਕੰਪਿਊਟਰ ਕੋਡ ਖੰਡ"
+
+#~ msgid "Content type"
+#~ msgstr "ਸਮੱਗਰੀ ਸਮੱਗਰੀ"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "ਸਮੱਗਰੀ ਕਿਸਮ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Coordinates"
+#~ msgstr "ਧੁਰੇ"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV ਸਟਾਇਲ ਡੱਬਾ"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV ਡੱਬਾ"
+
+#~ msgid "Date and time of change"
+#~ msgstr "ਤਬਦੀਲੀ ਦੀ ਮਿਤੀ ਤੇ ਸਮੇਂ"
+
+#~ msgid "Declare flag"
+#~ msgstr "ਐਲਾਨ ਫਲੈਗ"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Defer ਗੁਣ"
+
+#~ msgid "Definition description"
+#~ msgstr "ਪ੍ਰਭਾਸ਼ਾ ਵੇਰਵਾ"
+
+#~ msgid "Definition list"
+#~ msgstr "ਪ੍ਰਭਾਸ਼ਾ ਲਿਸਟ"
+
+#~ msgid "Definition term"
+#~ msgstr "ਪ੍ਰਭਾਸ਼ਾ ਲੜੀ"
+
+#~ msgid "Deleted text"
+#~ msgstr "ਹਟਾਇਆ ਟੈਕਸਟ"
+
+#~ msgid "Direction"
+#~ msgstr "ਦਿਸ਼ਾ"
+
+#~ msgid "Directionality"
+#~ msgstr "ਦਿਸ਼ਾਵੀ"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "ਦਿਸ਼ਾਵੀ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Directory list"
+#~ msgstr "ਡਾਇਰੈਕਟਰੀ ਲਿਸਟ"
+
+#~ msgid "Disabled"
+#~ msgstr "ਆਯੋਗ"
+
+#~ msgid "Document base"
+#~ msgstr "ਡੌਕੂਮੈਂਟ ਅਧਾਰ"
+
+#~ msgid "Document body"
+#~ msgstr "ਡੌਕੂਮੈਂਟ ਭਾਗ"
+
+#~ msgid "Document head"
+#~ msgstr "ਡੌਕੂਮੈਂਟ ਹੈੱਡ"
+
+#~ msgid "Document title"
+#~ msgstr "ਡੌਕੂਮੈਂਟ ਟਾਇਟਲ"
+
+#~ msgid "Document type"
+#~ msgstr "ਡੌਕੂਮੈਂਟ ਕਿਸਮ"
+
+#~ msgid "Element ID"
+#~ msgstr "ਇਕਾਈ ID"
+
+#~ msgid "Embedded object"
+#~ msgstr "ਸ਼ਾਮਿਲ ਇਕਾਈ"
+
+#~ msgid "Emphasis"
+#~ msgstr "ਸਖਤ"
+
+#~ msgid "Encode type"
+#~ msgstr "ਇਕੋਡਿੰਗ ਕਿਸਮ"
+
+#~ msgid "Figure"
+#~ msgstr "ਸ਼ਕਲ"
+
+#~ msgid "Font face"
+#~ msgstr "ਫੋਂਟ ਸ਼ਕਲ"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "ਫੋਂਟ ਫੇਸ (ਬਰਤਰਫ਼)"
+
+#~ msgid "For label"
+#~ msgstr "ਲੇਬਲ ਲਈ"
+
+#~ msgid "Forced line break"
+#~ msgstr "ਲਾਈਨ ਅੰਤਰਾਲ ਲਈ ਮਜਬੂਰ"
+
+#~ msgid "Form"
+#~ msgstr "ਫਾਰਮ"
+
+#~ msgid "Form action handler"
+#~ msgstr "ਫਾਰਮ ਕਾਰਵਾਈ ਹੈਂਡਲਰ"
+
+#~ msgid "Form control group"
+#~ msgstr "ਫਾਰਮ ਕੰਟਰੋਲ ਗਰੁੱਪ"
+
+#~ msgid "Form field label text"
+#~ msgstr "ਫਾਰਮ ਖੇਤਰ ਲੇਬਲ ਟੈਕਸਟ"
+
+#~ msgid "Form input"
+#~ msgstr "ਫਾਰਮ ਇੰਪੁੱਟ"
+
+#~ msgid "Form input type"
+#~ msgstr "ਫਾਰਮ ਇੰਪੁੱਟ ਕਿਸਮ"
+
+#~ msgid "Form method"
+#~ msgstr "ਫਾਰਮ ਢੰਗ"
+
+#~ msgid "Forward link"
+#~ msgstr "ਅੱਗੇ ਭੇਜਣ ਲਿੰਕ"
+
+#~ msgid "Frame"
+#~ msgstr "ਫਰੇਮ"
+
+#~ msgid "Frame border"
+#~ msgstr "ਫਰੇਮ ਹਾਸ਼ੀਆ"
+
+#~ msgid "Frame render parts"
+#~ msgstr "ਫਰੇਮ ਪੇਸ਼ਕਾਰ ਭਾਗ"
+
+#~ msgid "Frame source"
+#~ msgstr "ਫਰੇਮ ਸਰੋਤ"
+
+#~ msgid "Frame spacing"
+#~ msgstr "ਫਰੇਮ ਸੰਨ੍ਹ"
+
+#~ msgid "Frame target"
+#~ msgstr "ਫਰੇਮ ਟਿਕਾਣਾ"
+
+#~ msgid "Frameborder"
+#~ msgstr "ਫਰੇਮ ਹਾਸ਼ੀਆ"
+
+#~ msgid "Frameset"
+#~ msgstr "ਫਰੇਮਸੈੱਟ"
+
+#~ msgid "Frameset columns"
+#~ msgstr "ਫਰੇਮਸੈੱਟ ਕਾਲਮ"
+
+#~ msgid "Frameset rows"
+#~ msgstr "ਫਰੇਮਸੈੱਟ ਕਤਾਰਾਂ"
+
+#~ msgid "Framespacing"
+#~ msgstr "ਫਰੇਮ ਸੰਨ੍ਹ"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "ਸਧਾਰਨ ਸ਼ਾਮਿਲ ਇਕਾਈ"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "ਸਧਾਰਨ ਮੈਟਾ ਜਾਣਕਾਰੀ"
+
+#~ msgid "Generic span"
+#~ msgstr "ਆਮ ਖਿਲਾਰ"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML ਮੂਲ (root) ਇਕਾਈ"
+
+#~ msgid "HTML version"
+#~ msgstr "HTML ਵਰਜਨ"
+
+#~| msgid "HTML - Special Characters"
+#~ msgid "HTML — Special Characters"
+#~ msgstr "HTML — ਖਾਸ ਅੱਖਰ"
+
+#~| msgid "HTML - Tags"
+#~ msgid "HTML — Tags"
+#~ msgstr "HTML — ਟੈਗ"
+
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP ਹੈੱਡਰ ਨਾਂ"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "ਹੈੱਡਰ ਸੈੱਲ ID"
+
+#~ msgid "Heading"
+#~ msgstr "ਹੈਡਿੰਗ"
+
+#~ msgid "Heading 1"
+#~ msgstr "ਹੈਡਿੰਗ ੧"
+
+#~ msgid "Heading 2"
+#~ msgstr "ਹੈਡਿੰਗ ੨"
+
+#~ msgid "Heading 3"
+#~ msgstr "ਹੈਡਿੰਗ ੩"
+
+#~ msgid "Heading 4"
+#~ msgstr "ਹੈਡਿੰਗ ੪"
+
+#~ msgid "Heading 5"
+#~ msgstr "ਹੈਡਿੰਗ ੫"
+
+#~ msgid "Heading 6"
+#~ msgstr "ਹੈਡਿੰਗ ੬"
+
+#~ msgid "Height"
+#~ msgstr "ਉਚਾਈ"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "ਖਿਤਿਜੀ ਰੂਲ"
+
+#~ msgid "Horizontal space"
+#~ msgstr "ਖਿਤਿਜੀ ਥਾਂ"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "ਖਿਤਿਜੀ ਥਾਂ (ਬਰਤਰਫ਼)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "I18N BiDi override"
+
+#~ msgid "Image"
+#~ msgstr "ਚਿੱਤਰ"
+
+#~ msgid "Image map"
+#~ msgstr "ਚਿੱਤਰ ਨਕਸ਼ਾ"
+
+#~ msgid "Image map area"
+#~ msgstr "ਚਿੱਤਰ ਖਾਕਾ ਖੇਤਰ"
+
+#~ msgid "Image map name"
+#~ msgstr "ਚਿੱਤਰ ਨਕਸ਼ਾ ਨਾਂ"
+
+#~ msgid "Image source"
+#~ msgstr "ਚਿੱਤਰ ਸਰੋਤ"
+
+#~ msgid "Inline frame"
+#~ msgstr "ਲਾਈਨ ਫਰੇਮ"
+
+#~ msgid "Inline layer"
+#~ msgstr "ਲਾਈਨ ਪਰਤ"
+
+#~ msgid "Inserted text"
+#~ msgstr "ਸ਼ਾਮਿਲ ਟੈਕਸਟ"
+
+#~ msgid "Instance definition"
+#~ msgstr "ਤਰੁੰਤ ਪ੍ਰੀਭਾਸ਼ਾ"
+
+#~ msgid "Italic text"
+#~ msgstr "ਤਿਰਛਾ ਟੈਕਸਟ"
+
+#~ msgid "Java applet"
+#~ msgstr "ਜਾਵਾ ਐਪਲਿਟ"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "ਜਾਵਾ ਐਪਲਿਟ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Label"
+#~ msgstr "ਲੇਬਲ"
+
+#~ msgid "Language code"
+#~ msgstr "ਭਾਸ਼ਾ ਕੋਡ"
+
+#~ msgid "Large text style"
+#~ msgstr "ਵੱਡਾ ਟੈਕਸਟ ਸਟਾਇਲ"
+
+#~ msgid "Layer"
+#~ msgstr "ਪਰਤ"
+
+#~ msgid "Link color"
+#~ msgstr "ਲਿੰਕ ਰੰਗ"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "ਲਿੰਕ ਰੰਗ (ਬਰਤਰਫ਼)"
+
+#~ msgid "List item"
+#~ msgstr "ਇਕਾਈ ਲਿਸਟ"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "ਫਾਇਲ ਅੱਪਲੋਡ ਕਰਨ ਲਈ MIME ਕਿਸਮਾਂ ਦੀ ਲਿਸਟ"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "ਸਹਿਯੋਗੀ ਅੱਖਰ ਸਮੂਹ ਦੀ ਲਿਸਟ"
+
+#~ msgid "Listing"
+#~ msgstr "ਸੂਚੀਬੱਧ"
+
+#~ msgid "Local change to font"
+#~ msgstr "ਫੋਂਟ ਲਈ ਲੋਕਲ ਬਦਲਾਅ"
+
+#~ msgid "Long description link"
+#~ msgstr "ਲੰਮਾ ਵੇਰਵਾ ਲਿੰਕ"
+
+#~ msgid "Long quotation"
+#~ msgstr "ਲੰਮਾ ਹਵਾਲਾ"
+
+#~ msgid "Mail link"
+#~ msgstr "ਮੇਲ ਲਿੰਕ"
+
+#~ msgid "Marquee"
+#~ msgstr "ਤੰਬੂ"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "ਟੈਕਸਟ ਖੇਤਰ ਦੀ ਅਧਿਕਤਮ ਲੰਬਾਈ"
+
+#~ msgid "Media-independent link"
+#~ msgstr "ਮੀਡਿਆ-ਨਾ-ਨਿਰਭਰ ਲਿੰਕ"
+
+#~ msgid "Menu list"
+#~ msgstr "ਮੇਨੂ ਲਿਸਟ"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "ਮੇਨੂ ਲਿਸਟ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "ਬਹੁ-ਲਾਈਨੀਂ ਟੈਕਸਟ ਖੇਤਰ"
+
+#~ msgid "Multicolumn"
+#~ msgstr "ਬਹੁ-ਕਾਲਮ"
+
+#~ msgid "Multiple"
+#~ msgstr "ਬਹੁ"
+
+#~ msgid "Name"
+#~ msgstr "ਨਾਂ"
+
+#~ msgid "Named property value"
+#~ msgstr "ਨਾਂ ਗੁਣ ਮੁੱਲ"
+
+#~ msgid "Next ID"
+#~ msgstr "ਅੱਗੇ ID"
+
+#~ msgid "No URI"
+#~ msgstr "URI ਨਹੀਂ"
+
+#~ msgid "No embedded objects"
+#~ msgstr "ਸ਼ਾਮਲ ਇਕਾਈ ਨਹੀਂ"
+
+#~ msgid "No frames"
+#~ msgstr "ਫਰੇਮ ਨਹੀਂ"
+
+#~ msgid "No layers"
+#~ msgstr "ਪਰਤ ਨਹੀਂ"
+
+#~ msgid "No line break"
+#~ msgstr "ਲਾਈਨ ਅੰਤਰਾਲ ਨਹੀਂ"
+
+#~ msgid "No script"
+#~ msgstr "ਸਕ੍ਰਿਪਟ ਨਹੀਂ"
+
+#~ msgid "No shade"
+#~ msgstr "ਛਾਂ ਨਹੀਂ"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "ਨਾ ਛਾਂ (ਬਰਤਰਫ਼)"
+
+#~ msgid "No word wrap"
+#~ msgstr "ਸ਼ਬਦ ਸਮੇਟਣਾ ਨਹੀਂ"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "ਸ਼ਬਦ ਸਮੇਟਣਾ ਨਹੀਂ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "ਨਾ-ਟੁੱਟਣਯੋਗ ਥਾਂ"
+
+#~ msgid "Note"
+#~ msgstr "ਸੂਚਨਾ"
+
+#~ msgid "Object applet file"
+#~ msgstr "ਆਬਜੈਕਟ ਐਪਲਿਟ ਫਾਇਲ"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "ਆਬਜੈਕਟ ਐਪਲਿਟ ਫਾਇਲ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Object data reference"
+#~ msgstr "ਆਬਜੈਕਟ ਡਾਟਾ ਹਵਾਲਾ"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "ਇਕਸਾਰ ਅੱਖਰ ਆਫਸੈੱਟ"
+
+#~ msgid "OnBlur event"
+#~ msgstr "ਬਲੇਅਰ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnChange event"
+#~ msgstr "ਤਬਦੀਲ ਘਟਨਾ"
+
+#~ msgid "OnClick event"
+#~ msgstr "ਦਬਾਉਣ ਤੇ"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "ਦੋ ਵਾਰ ਦਬਾਉਣ ਤੇ"
+
+#~ msgid "OnFocus event"
+#~ msgstr "ਕੇਂਦਰਿਤ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "ਸਵਿੱਚ ਦਬਾਉਣ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "ਸਵਿੱਚ ਦਬਾਉਣ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "ਸਵਿੱਚ ਉਠਾਉਣ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnLoad event"
+#~ msgstr "ਲੋਡ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "ਮਾਊਸਦਬਾਉਣ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "ਮਾਊਸ ਹਿਲਜੁਲ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "ਮਾਊਸ ਹਟਾਉਣ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "ਮਾਊਸ ਉੱਪਰ ਹੋਣ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "ਮਾਊਸਅੱਪ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnReset event"
+#~ msgstr "ਮੁੜ-ਸੈੱਟ ਘਟਨਾ ਸਮੇਂ"
+
+#~ msgid "OnSelect event"
+#~ msgstr "ਚੋਣ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "ਭੇਜਣ ਘਟਨਾ ਤੇ"
+
+#~ msgid "OnUnload event"
+#~ msgstr "ਅਣ-ਲੋਡ ਕਰਨ ਘਟਨਾ"
+
+#~ msgid "Option group"
+#~ msgstr "ਚੋਣ ਗਰੁੱਪ"
+
+#~ msgid "Option selector"
+#~ msgstr "ਚੋਣਕਾਰ ਚੋਣ"
+
+#~ msgid "Ordered list"
+#~ msgstr "ਲੜੀਬੱਧ ਲਿਸਟ"
+
+#~ msgid "Output media"
+#~ msgstr "ਆਉਟਪੁੱਟ ਮੀਡਿਆ"
+
+#~ msgid "Paragraph"
+#~ msgstr "ਪ੍ਹੈਰਾ"
+
+#~ msgid "Paragraph class"
+#~ msgstr "ਪ੍ਹੈਰਾ ਕਲਾਸ"
+
+#~ msgid "Paragraph style"
+#~ msgstr "ਪ੍ਹੈਰਾ ਸਟਾਇਲ"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "ਪ੍ਰੀ-ਫਾਰਮੈਟ ਲਿਸਟ"
+
+#~ msgid "Preformatted text"
+#~ msgstr "ਪ੍ਰੀ-ਫਾਰਮੈਟ ਟੈਕਸਟ"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "ਪ੍ਰੋਫਾਇਲ ਮੈਟਾਇੰਫੋ ਸ਼ਬਦ-ਕੋਸ਼"
+
+#~ msgid "Prompt message"
+#~ msgstr "ਸੁਨੇਹਾ ਵੇਖਾਓ"
+
+#~ msgid "Push button"
+#~ msgstr "ਦਬਾਉਣ ਬਟਨ"
+
+#~ msgid "Quote"
+#~ msgstr "ਹਵਾਲਾ"
+
+#~ msgid "Range"
+#~ msgstr "ਰੇਜ਼"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "ਸਿਰਫ਼ ਪੜ੍ਹਨ ਵਾਲਾ ਟੈਕਸਟ ਅਤੇ ਪਾਸਵਰਡ"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "ਥਾਂ ਘਟਾਓ"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "ਥਾਂ ਘਟਾਓ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Reverse link"
+#~ msgstr "ਉਲਟ ਲਿੰਕ"
+
+#~ msgid "Root"
+#~ msgstr "ਰੂਟ(root)"
+
+#~ msgid "Rows"
+#~ msgstr "ਕਤਾਰਾਂ"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "ਕਤਾਰਾਂ ਅਤੇ ਕਾਲਮਾਂ ਵਿੱਚ ਨਿਯਮ"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "ਸਧਾਰਨ ਪ੍ਰੋਗਰਾਮ ਆਉਟਪੁੱਟ, ਸਕ੍ਰਿਪਟਾਂ"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "ਹੈੱਡਰ ਸੈੱਲਾਂ ਰਾਹੀਂ ਘੇਰਿਆ ਖੇਤਰ"
+
+#~ msgid "Script language name"
+#~ msgstr "ਸਕ੍ਰਿਪਟ ਭਾਸ਼ਾ ਨਾਂ"
+
+#~ msgid "Script statements"
+#~ msgstr "ਸਕ੍ਰਿਪਟ ਸਟੇਟਮੈਂਟ"
+
+#~ msgid "Scrollbar"
+#~ msgstr "ਸਕਰੋਲਪੱਟੀ"
+
+#~ msgid "Selectable option"
+#~ msgstr "ਚੁਣਯੋਗ ਚੋਣ"
+
+#~ msgid "Server-side image map"
+#~ msgstr "ਸਰਵਰ ਪਾਸਾ ਚਿੱਤਰ ਨਕਸ਼ਾ"
+
+#~ msgid "Shape"
+#~ msgstr "ਸ਼ਕਲ"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "ਛੋਟਾ ਲਾਈਨ ਹਵਾਲਾ"
+
+#~ msgid "Single line prompt"
+#~ msgstr "ਇੱਕ ਲਾਈਨ ਪਰਾਉਟ"
+
+#~ msgid "Size"
+#~ msgstr "ਅਕਾਰ"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "ਆਕਾਰ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Small text style"
+#~ msgstr "ਛੋਟਾ ਟੈਕਸਟ ਸਟਾਇਲ"
+
+#~ msgid "Soft line break"
+#~ msgstr "ਹਲਕਾ ਲਾਈਨ ਅੰਤਰਾਲ"
+
+#~ msgid "Sound"
+#~ msgstr "ਆਵਾਜ਼"
+
+#~ msgid "Source"
+#~ msgstr "ਸਰੋਤ"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "ਅਕਾਇਵ ਲਿਸਟ ਵਿੱਚ ਥਾਂ"
+
+#~ msgid "Spacer"
+#~ msgstr "ਵੱਖਰੇਵਾਂ"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "ਸੈੱਲ ਵਿਚਕਾਰ ਥਾਂ"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "ਸੈੱਲਾਂ ਵਿੱਚ ਥਾਂ"
+
+#~ msgid "Span"
+#~ msgstr "ਸਪੈਨ"
+
+#~ msgid "Square root"
+#~ msgstr "ਵਰਗਮੂਲ"
+
+#~ msgid "Standby load message"
+#~ msgstr "ਸਟੈਂਡਬਾਏ ਲੋਡ ਸੁਨੇਹਾ"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "ਸ਼ੁਰੂਆਤੀ ਕ੍ਰਮ ਨੰਬਰ"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "ਸ਼ੁਰੂਆਤੀ ਕ੍ਰਮ ਨੰਬਰ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "ਵਿੰਨਿਆ ਟੈਕਸਟ"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "ਟੈਕਸਟਟੈਕਸਟਲੀ ਵਿੰਨੋ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "ਟੈਕਸਟ ਸਟਾਇਲ ਵਿੰਨੋ"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "ਟੈਕਸਟ ਸਟਾਇਲ ਵਿੰਨਣ ਸਟਾਇਲ (ਬਰਫ਼)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "ਸਖਤ ਦਬਾ"
+
+#~ msgid "Style info"
+#~ msgstr "ਸਟਾਇਲ ਜਾਣਕਾਰੀ"
+
+#~ msgid "Subscript"
+#~ msgstr "ਪੈਰ ਵਿੱਚ"
+
+#~ msgid "Superscript"
+#~ msgstr "ਘਾਤ"
+
+#~ msgid "Tab order position"
+#~ msgstr "ਟੈਬ ਕ੍ਰਮ ਸਥਿਤੀ"
+
+#~ msgid "Table"
+#~ msgstr "ਟੇਬਲ"
+
+#~ msgid "Table body"
+#~ msgstr "ਟੇਬਲ ਮੁੱਖ ਭਾਗ"
+
+#~ msgid "Table caption"
+#~ msgstr "ਟੇਬਲ ਸੁਰਖੀ"
+
+#~ msgid "Table column group properties"
+#~ msgstr "ਟੇਬਲ ਕਾਲਮ ਗਰੁੱਪ ਵਿਸ਼ੇਸ਼ਤਾ"
+
+#~ msgid "Table column properties"
+#~ msgstr "ਟੇਬਲ ਕਾਲਮ ਵਿਸ਼ੇਸ਼ਤਾ"
+
+#~ msgid "Table data cell"
+#~ msgstr "ਟੇਬਲ ਡਾਟਾ ਸੈੱਲ"
+
+#~ msgid "Table footer"
+#~ msgstr "ਟੇਬਲ ਫੁੱਟਰ"
+
+#~ msgid "Table header"
+#~ msgstr "ਟੇਬਲ ਹੈੱਡਰ"
+
+#~ msgid "Table header cell"
+#~ msgstr "ਟੇਬਲ ਹੈੱਡਰ ਸੈੱਲ"
+
+#~ msgid "Table row"
+#~ msgstr "ਟੇਬਲ ਕਤਾਰ"
+
+#~ msgid "Table summary"
+#~ msgstr "ਟੇਬਲ ਸੰਖੇਪ"
+
+#~| msgid "Target - Blank"
+#~ msgid "Target — Blank"
+#~ msgstr "ਟਾਰਗੇਟ — ਖਾਲੀ"
+
+#~| msgid "Target - Parent"
+#~ msgid "Target — Parent"
+#~ msgstr "ਟਾਰਗੇਟ — ਮੁੱਢ"
+
+#~| msgid "Target - Self"
+#~ msgid "Target — Self"
+#~ msgstr "ਟਾਰਗੇਟ — ਖੁਦ"
+
+#~| msgid "Target - Top"
+#~ msgid "Target — Top"
+#~ msgstr "ਟਾਰਗੇਟ — ਟਾਪ"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "ਟੈਲੀਟਾਇਪ ਜਾਂ ਸਮਾਨ-ਥਾਂ ਟੈਕਸਟ ਸਟਾਇਲ"
+
+#~ msgid "Text color"
+#~ msgstr "ਟੈਕਸਟ ਰੰਗ"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "ਟੈਕਸਟ ਰੰਗ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "ਯੂਜ਼ਰ ਵਲੋਂ ਦਿੱਤਾ ਟੈਕਸਟ"
+
+#~ msgid "Title"
+#~ msgstr "ਟਾਇਟਲ"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "ਹੇਠਾਂ-ਲਾਈਨ ਟੈਕਸਟ ਸਟਾਈਲ"
+
+#~ msgid "Unordered list"
+#~ msgstr "ਬਿਨਾਂ-ਕ੍ਰਮ ਲਿਸਟ"
+
+#~ msgid "Use image map"
+#~ msgstr "ਚਿੱਤਰ ਖਾਕਾ ਵਰਤੋਂ"
+
+#~ msgid "Value"
+#~ msgstr "ਮੁੱਲ"
+
+#~ msgid "Value interpretation"
+#~ msgstr "ਮੁੱਲਾਂਕਣ"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "ਮੁੱਲ ਜਾਂ ਪ੍ਰੋਗਰਾਮ ਆਰਗੂਮਿੰਟ"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "ਲੰਬਕਾਰੀ ਸੈੱਲ ਥਾਂ"
+
+#~ msgid "Vertical space"
+#~ msgstr "ਲੰਬਕਾਰੀ ਥਾਂ"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "ਲੰਬਕਾਰੀ ਥਾਂ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Visited link color"
+#~ msgstr "ਖੋਲ੍ਹਿਆ ਲਿੰਕ ਰੰਗ"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "ਖੋਲ੍ਹੋ ਸਬੰਧ ਦਾ ਰੰਗ (ਬਰਤਰਫ਼)"
+
+#~ msgid "Width"
+#~ msgstr "ਚੌੜਾਈ"
+
+#~| msgid "XHTML 1.0 - Tags"
+#~ msgid "XHTML 1.0 — Tags"
+#~ msgstr "XHTML ੧.੦ — ਟੈਗ"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "ਪੁਸਤਕਸੂਚੀ (ਕਾਈਟ)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "ਪੁਸਤਕਸੂਚੀ (ਇਕਾਈ)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "ਪੁਸਤਕਸੂਚੀ (ਸੰਖੇਪ)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "ਪੁਸਤਕ-ਸੂਚੀ (ਪੁਸਤਕਸੂਚੀ)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "ਬਰੈਕਟ ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "ਬਰੈਕਟ <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "ਬਰੈਕਟ []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "ਬਰੈਕਟ {}"
+
+#~ msgid "File input"
+#~ msgstr "ਫਾਇਲ ਇੰਪੁੱਟ"
+
+#~ msgid "Footnote"
+#~ msgstr "ਫੁੱਟਨੋਟ"
+
+#~ msgid "Function cosine"
+#~ msgstr "ਫੰਕਸ਼ਨ cosine"
+
+#~ msgid "Function e^"
+#~ msgstr "ਫੰਕਸ਼ਨ e^"
+
+#~ msgid "Function exp"
+#~ msgstr "ਫੰਕਸ਼ਨ exp"
+
+#~ msgid "Function log"
+#~ msgstr "ਫੰਕਸ਼ਨ log"
+
+#~ msgid "Function log10"
+#~ msgstr "ਫੰਕਸ਼ਨ log10"
+
+#~ msgid "Function sine"
+#~ msgstr "ਫੰਕਸ਼ਨ sine"
+
+#~ msgid "Greek alpha"
+#~ msgstr "ਗਰੀਕ ਐਲਫਾ"
+
+#~ msgid "Greek beta"
+#~ msgstr "ਗਰੀਕ ਬੀਟਾ"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "ਗਰੀਕ ਈਪਸੀਲੋਨ"
+
+#~ msgid "Greek gamma"
+#~ msgstr "ਗਰੀਕ ਗਾਮਾ"
+
+#~ msgid "Greek lambda"
+#~ msgstr "ਗਰੀਕ ਲੈਮਡਾ"
+
+#~ msgid "Greek rho"
+#~ msgstr "ਗਰੀਕ ਰ੍ਹੋ(rho)"
+
+#~ msgid "Greek tau"
+#~ msgstr "ਗਰੀਕ ਟਾਉ (tau)"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "ਹੈੱਡਰ 0 (ਕਾਂਡ)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "ਹੈੱਡਰ 0 (ਕਾਂਡ*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "ਹੈੱਡਰ ੧ (ਸ਼ੈਕਸ਼ਨ)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "ਹੈੱਡਰ ੧ (ਸ਼ੈਕਸ਼ਨ*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "ਹੈੱਡਰ ੨ (ਸਬ-ਸ਼ੈਕਸ਼ਨ)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "ਹੈੱਡਰ ੨ (ਸਬ-ਸ਼ੈਕਸ਼ਨ*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "ਹੈੱਡਰ ੩ (ਸਬ-ਸਬ-ਸ਼ੈਕਸ਼ਨ)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "ਹੈੱਡਰ ੩ (ਸਬ-ਸਬ-ਸ਼ੈਕਸ਼ਨ*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "ਹੈੱਡਰ ੪ (ਪ੍ਹੈਰਾ)"
+
+#~ msgid "Header appendix"
+#~ msgstr "ਹੈੱਡਰ ਅੰਤਿਕਾ"
+
+#~ msgid "Item"
+#~ msgstr "ਆਈਟਮ"
+
+#~ msgid "Item with label"
+#~ msgstr "ਲੇਬਲ ਨਾਲ ਆਈਟਮ"
+
+#~| msgid "Latex - Tags"
+#~ msgid "Latex — Tags"
+#~ msgstr "Latex — ਟੈਗ"
+
+#~ msgid "List description"
+#~ msgstr "ਲਿਸਟ ਵੇਰਵਾ"
+
+#~ msgid "List enumerate"
+#~ msgstr "ਗਿਣਤੀ ਲਿਸਟ"
+
+#~ msgid "List itemize"
+#~ msgstr "ਇਕਾਈ ਅਕਾਰ ਸੂਚੀ"
+
+#~ msgid "Maths (display)"
+#~ msgstr "ਗਣਿਤ (ਵੇਖਾਓ)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "ਗਣਿਤ (ਲਾਈਨ ਵਿੱਚ)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "ਓਪਰੇਟਰ ਭਿੰਨ"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "ਓਪਰੇਟਰ ਇੰਟੀਗਰਲ (ਵੇਖੋ)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "ਓਪਰੇਟਰ ਇੰਟੀਗਰਲ (ਲਾਈਨ ਵਿੱਚ)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "ਓਪਰੇਟਰ ਜੋੜ (ਵੇਖੋ)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "ਓਪਰੇਟਰ ਜੋੜ (ਲਾਈਨ ਵਿੱਚ)"
+
+#~ msgid "Reference label"
+#~ msgstr "ਹਵਾਲਾ ਲੇਬਲ"
+
+#~ msgid "Reference ref"
+#~ msgstr "ਹਵਾਲਾ ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "ਨਿਸ਼ਾਨ <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "ਨਿਸ਼ਾਨ <="
+
+#~ msgid "Symbol >="
+#~ msgstr "ਨਿਸ਼ਾਨ >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "ਨਿਸ਼ਾਨ >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "ਨਿਸ਼ਾਨ and"
+
+#~ msgid "Symbol const"
+#~ msgstr "ਨਿਸ਼ਾਨ const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "ਨਿਸ਼ਾਨ d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "ਨਿਸ਼ਾਨ d-by-dt-partial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "ਨਿਸ਼ਾਨ d2-by-dt2-partial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "ਨਿਸ਼ਾਨ dagger"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "ਨਿਸ਼ਾਨ em-dash ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "ਨਿਸ਼ਾਨ en-dash --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "ਨਿਸ਼ਾਨ equiv"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "ਨਿਸ਼ਾਨ infinity"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "ਨਿਸ਼ਾਨ mathspace ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "ਨਿਸ਼ਾਨ mathspace ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "ਨਿਸ਼ਾਨ mathspace _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "ਨਿਸ਼ਾਨ mathspace __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Symbol simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "Symbol star"
+
+#~ msgid "Typeface bold"
+#~ msgstr "Typeface ਗੂੜਾ"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Typeface ਤਿਰਛਾ"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "ਟਾਇਪਫੇਸ ਢਾਲਵਾਂ"
+
+#~ msgid "Typeface type"
+#~ msgstr "Typeface ਕਿਸਮ"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "ਨਾ-ਟੁੱਟਣਯੋਗ ਟੈਕਸਟ"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "ਇੱਕ ਸੌਖਾ ਤਰੀਕਾ ਉਪਲੱਬਧ ਕਰਵਾਉਦੀ ਹੈ, ਜਿਸ ਰਾਹੀਂ ਇਕ ਡੌਕੂਮੈਂਟ ਵਿੱਚ ਆਮਤੌਰ ਉੱਤੇ ਵਰਤੇ ਜਾ ਰਹੇ ਟੈਗ/"
+#~ "ਲਾਈਨਾਂ ਬਿਨਾਂ ਲਿਖੇ ਤੋਂ ਹੀ ਵਰਤੇ ਜਾਣ।"
+
+#~ msgid "Tag list"
+#~ msgstr "ਟੈਗ ਲਿਸਟ"
+
+#~| msgid "XSLT - Axes"
+#~ msgid "XSLT — Axes"
+#~ msgstr "XSLT — ਧੁਰੇ"
+
+#~| msgid "XSLT - Elements"
+#~ msgid "XSLT — Elements"
+#~ msgstr "XSLT — ਐਲੀਮੈਂਟ"
+
+#~| msgid "XSLT - Functions"
+#~ msgid "XSLT — Functions"
+#~ msgstr "XSLT — ਫੰਕਸ਼ਨ"
+
+#~ msgid "ancestor"
+#~ msgstr "ਅਗਲਾ"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "ਅਗਲਾ ਜਾਂ ਖੁਦ"
+
+#~ msgid "attribute"
+#~ msgstr "ਗੁਣ"
+
+#~ msgid "child"
+#~ msgstr "ਚਲਾਈਡ"
+
+#~ msgid "descendant"
+#~ msgstr "ਵੰਸ਼"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "ਪਿਛਲਾ ਜਾਂ ਖੁਦ"
+
+#~ msgid "following"
+#~ msgstr "ਪਿੱਛੇ"
+
+#~ msgid "following-sibling"
+#~ msgstr "ਪਿੱਛੇ ਸਹੋਦਰ"
+
+#~ msgid "namespace"
+#~ msgstr "ਨਾਂ ਥਾਂ"
+
+#~ msgid "parent"
+#~ msgstr "ਮੂਲ"
+
+#~ msgid "preceding"
+#~ msgstr "ਅੱਗੇ ਸਹੋਦਰ"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "ਅੱਗੇ ਸਹੋਦਰ"
+
+#~ msgid "self"
+#~ msgstr "ਖੁਦ"
+
+#~| msgid "XUL - Tags"
+#~ msgid "XUL — Tags"
+#~ msgstr "XUL — ਟੈਗ"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "ਤਾਰੀਖ/ਸਮਾਂ ਲਿਖਣ ਲਈ ਪਲੱਗਇਨ ਸੰਪਾਦਨ...."
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "ਹੇਠਲਾ ਪੈਨਲ ਦਿੱਸਦਾ ਹੈ"
+
+#~| msgid "Whether gedit should highlight the current line."
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr "ਕੀ ਜੀ-ਸੰਪਾਦਕ ਚੁਣੀ ਬਰੈਕਟ ਨਾਲ ਮਿਲਦੀ ਬਰੈਕਟ ਨੂੰ ਹਾਈਲਾਈਟ ਕਰੋ।"
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr "ਕੀ ਸੰਪਾਦਕ ਵਿੰਡੋ ਵਿੱਚ ਹੇਠਾਂ ਹੇਠਲਾ ਪੈਨਲ ਵੇਖਾਇਆ ਜਾਵੇ।"
+
+#~| msgid "Current line"
+#~ msgid "Current Line"
+#~ msgstr "ਮੌਜੂਦਾ ਲਾਈਨ"
+
+#~| msgid "<b>Right Margin</b>"
+#~ msgid "Right Margin"
+#~ msgstr "ਸੱਜਾ ਹਾਸ਼ੀਆ"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "ਕਾਲਮ ਤੇ ਸੱਜਾ ਹਾਸ਼ੀਆ(_R):"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[ਫਾਇਲ...]"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "ਪਸੰਦ ਮੈਨੇਜਰ ਚਾਲੂ ਨਾ ਹੋ ਸਕਿਆ ਹੈ।"
+
+#~| msgid "Expected `%s' got `%s' for key %s"
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "ਕੁੰਜੀ %3$s ਲਈ ਲੋੜ `%1$s' ਦੀ ਸੀ ਉਪਲੱਬਧ `%2$s'"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "ਆਟੋ ਸ਼ਬਦਾਂ ਜੋੜ ਚੈੱਕ ਕਰੋ(_A)"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "ਬੈਕਅਪ ਕਾਪੀ ਐਕਟੇਸ਼ਨ"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "ਬੈਕਅਪ ਫਾਇਲ ਲਈ ਐਕਟੇਸ਼ਨ ਜਾਂ ਪਛੇਤਰ ਇਹ ਉਦੋਂ ਹੀ ਕੰਮ ਕਰੇਗਾ ਜਦੋਂ ਬੈਕਅਪ ਕਾਪੀ ਬਣਾਉਣ ਦੀ ਚੋਣ ਬੰਦ "
+#~ "ਹੋਵੇਗੀ।"
+
+#~ msgid "Character Codings"
+#~ msgstr "ਅੱਖਰ ਕੋਡਿੰਗ"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>ਮੌਜੂਦਾ ਲਾਈਨ</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>ਫੋਂਟ</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>ਲਾਈਨ ਨੰਬਰ</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">ਰੰਗ ਸਕੀਮ</span>"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "ਅੱਖਰ ਕੋਡਿੰਗ(_a):"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "ਬੈਕਅੱਪ ਫਾਇਲ-ਨਾਂ ਲਈ ਨਹੀਂ ਜਾ ਸਕੀ"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>ਫੋਂਟ</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>ਸਫ਼ਾ ਸਿਰਲੇਖ</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>ਸੰਟੇਕਸ ਉਭਾਰਨਾ</b>"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">ਫਾਇਲ ਨਾਂ</span>"
+
+#~ msgid "_Indent"
+#~ msgstr "ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰ(_I)"
+
+#~ msgid "U_nindent"
+#~ msgstr "ਹਾਸ਼ੀਆ ਤੋਂ ਦੂਰ ਨਹੀਂ(_N)"
+
+#~ msgid "Indent Lines"
+#~ msgstr "ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰ ਲਾਈਨਾਂ"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "ਚੁਣੀਆਂ ਲਾਈਨਾਂ ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰ ਜਾਂ ਨਾ-ਦੂਰ"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>ਭਾਸ਼ਾ</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>ਸ਼ਬਦ</b>"
+
+#~ msgid "HttP header name"
+#~ msgstr "HttP ਹੈਡਰ ਨਾਂ"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\">ਜਦੋਂ ਤਾਰੀਖ/ਸਮਾਂ ਸ਼ਾਮਲ ਕੀਤੀ ਜਾਵੇ...</span>"
+
+#~ msgid "Open Location"
+#~ msgstr "ਟਿਕਾਣਾ ਖੋਲ੍ਹੋ"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "ਫਾਇਲ ਦੇ ਟਿਕਾਣਾ URI ਦਾ ਨਾਂ ਦਿਓ, ਜਿਸ ਨੂੰ ਤੁਸੀ ਖੋਲ੍ਹਣਾ ਹੈ(_L):"
+
+#~ msgid "Open _Location..."
+#~ msgstr "ਟਿਕਾਣਾ ਖੋਲ੍ਹੋ(_L)..."
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "ਇੱਕ ਖਾਸ ਥਾਂ ਤੋਂ ਇੱਕ ਫਾਇਲ ਖੋਲ੍ਹੋ"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "ਸੰਦ <i>%s</i> ਸੋਧ:"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "ਕਮਾਂਡ(_m):"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "ਟੂਲ <i>make</i> ਸੋਧ:"
+
+#~ msgid "_Description:"
+#~ msgstr "ਵੇਰਵਾ(_D):"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "ਯੂਜ਼ਰ ਨਾਂ ਸ਼ਾਮਲ(_M)"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "ਕਰਸਰ ਸਥਿਤੀ 'ਤੇ ਵਰਤਣ ਵਾਲੇ ਦਾ ਨਾਂ ਦਿਓ"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "ਕਰਸਰ ਸਥਿਤੀ 'ਤੇ ਵਰਤਣ ਵਾਲੇ ਦਾ ਨਾਂ ਦਿਓ।"
+
+#~ msgid "User name"
+#~ msgstr "ਯੂਜ਼ਰ ਨਾਂ"
+
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: ਫਾਇਲ ਨਾਂ ਜਾਂ URI ਨਿਕਾਰਾ ਹੈ।\n"
+
+#~ msgid "None"
+#~ msgstr "ਕੋਈ ਨਹੀਂ"
+
+#~ msgid "The following python code, run in a snippet, does not return a value"
+#~ msgstr "ਅੱਗੇ ਦਿੱਤਾ ਪਾਈਥਨ ਕੋਡ , snippet 'ਚ ਚਲਾਉਣ ਨਾਲ, ਇੱਕ ਮੁੱਲ ਵਾਪਿਸ ਨਹੀਂ ਕਰਦਾ"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "ਅਣਜਾਣ (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "ਡਿਫਾਲਟ"
+
+#~ msgid "Monospace Regular 9"
+#~ msgstr "ਮੋਨੋਸਪੇਸ ਨਿਯਮਿਤ 9"
+
+#~ msgid "Sans Regular 11"
+#~ msgstr "ਸਨਸ ਰੈਗੂਲਰ 11"
+
+#~ msgid "Sans Regular 8"
+#~ msgstr "ਸਨਸ ਰੈਗੂਲਰ 8"
+
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "ਦਸਤਾਵੇਜ਼ ਦੇ ਮੁੱਖ ਭਾਗ ਵਿੱਚ ਵਰਤੋਂ ਲਈ ਫੋਂਟ ਦਿਓ, ਜੋ ਕਿ ਛਪਣ ਸਮੇਂ ਵਰਤੇ ਜਾਣ। ਇਹ ਗਨੋਮ-ਪਰਿੰਟ ਫੋਂਟ ਨਾਂ "
+#~ "ਹੈ ਅਤੇ print_font_body_pango ਨਾਲ ਤਬਦੀਲ ਕੀਤਾ ਗਿਆ।"
+
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "ਫੋਂਟ ਦਿਓ, ਜੋ ਲਾਈਨਾਂ ਦੇ ਨੰਬਰ ਵਰਤਣੇ ਹਨ, ਜੋ ਦਸਤਾਵੇਜ਼ ਛਾਪਿਆ ਜਾ ਰਿਹਾ ਹੈ। ਇਹ ਤਾਂ ਹੀ ਲਾਗੂ ਹੋ "
+#~ "ਸਕੇਗਾ ਜੇ \"ਲਾਈਨ ਨੰਬਰ ਪਰਿੰਟ ਕਰੋ\"ਚੋਣ ਸਿਫਰ ਨਾ ਹੋਵੇ। ਇਹ ਗਨੋਮ-ਪਰਿੰਟ ਫੋਂਟ ਨਾਂ ਹੈ ਅਤੇ "
+#~ "print_font_body_pango ਨਾਲ ਤਬਦੀਲ ਕੀਤਾ ਗਿਆ।"
+
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "ਦਸਤਾਵੇਜ਼ ਦੇ ਛਪਣ ਸਮੇਂ ਸਫ਼ੇ ਦੇ ਹੈੱਡਰ ਵਿੱਚ ਵਰਤਣ ਲਈ ਫੋਂਟ ਦਿਓ। ਇਹ ਸਿਰਫ਼ ਤਾਂ ਹੀ ਪ੍ਰਭਾਵੀ ਹੋ ਸਕਦੀ "
+#~ "ਹੈ, ਜੇਕਰ \"ਹੈੱਡਰ ਪਰਿੰਟ ਕਰੋ\" ਚੋਣ ਨੂੰ ਚਾਲੂ ਕੀਤਾ ਹੋਏਗਾ। ਇਹ ਗਨੋਮ-ਪਰਿੰਟ ਫੋਂਟ ਨਾਂ ਹੈ ਅਤੇ "
+#~ "print_font_body_pango ਨਾਲ ਤਬਦੀਲ ਕੀਤਾ ਗਿਆ।"
+
+#~ msgid "Page Setup"
+#~ msgstr "ਸਫਾ ਸੈੱਟਅੱਪ"
+
+#~ msgid "The entered location is not valid."
+#~ msgstr "ਦਿੱਤਾ ਟਿਕਾਣਾ ਠੀਕ ਨਹੀਂ ਹੈ।"
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "ਫਾਇਲ ਵਿੱਚ ਨਿਕਾਰਾ ਡਾਟਾ ਖਰਾਬ ਹੈ।"
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "ਫਾਇਲ ਵਿੱਚ ਡਾਟੇ ਦਾ ਫਾਰਮੈਟ ਠੀਕ ਨਹੀਂ ਹੈ।"
+
+#~ msgid ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+#~ msgstr "ਬਹੁਤ ਸਾਰੀਆਂ ਫਾਇਲਾਂ ਖੁੱਲ੍ਹੀਆਂ ਹਨ। ਕੁਝ ਕਾਰਜ ਬੰਦ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "ਫਾਇਲ ਖੋਲ੍ਹਣ ਲਈ ਲੋੜੀਦੀ ਮੈਮੂਰੀ ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ। ਕੁਝ ਚੱਲ ਰਹੇ ਕਾਰਜ ਬੰਦ ਕਰਨ ਬਾਅਦ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#~ msgid ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr "ਹੋਸਟ ਨਾਂ ਖਾਲੀ ਹੈ। ਆਪਣੇ ਪਰਾਕਸੀ ਟਿਕਾਣੇ ਦੀ ਜਾਂਚ ਕਰਕੇ ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "ਲਾਗਇਨ ਦੀ ਕੋਸ਼ਿਸ ਅਸਫਲ ਰਹੀ ਹੈ। ਆਪਣੇ ਵਲੋਂ ਦਿੱਤੇ ਟਿਕਾਣੇ ਦੀ ਜਾਂਚ ਕਰਕੇ ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "ਫਾਇਲ, ਜਿਸ ਨੂੰ ਤੁਸੀਂ ਖੋਲ੍ਹਣ ਦੀ ਕੋਸ਼ਿਸ ਕਰ ਰਹੇ ਹੋ, ਇੱਕ ਰੈਗੂਲਰ ਫਾਇਲ ਨਹੀਂ ਹੈ।"
+
+#~ msgid "Attempt to log in failed."
+#~ msgstr "ਲਾਗਇਨ ਦੀ ਕੋਸ਼ਿਸ ਅਸਫ਼ਲ ਰਹੀ ਹੈ।"
+
+#~ msgid ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+#~ msgstr "%s ਇੱਕ ਡਾਇਰੈਕਟਰੀ ਹੈ। ਆਪਣੇ ਵਲੋਂ ਲਿਖਿਆ ਟਿਕਾਣਾ ਦੀ ਜਾਂਚ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr "ਫਾਇਲ ਸੰਭਾਲਣ ਲਈ ਲੋੜੀਂਦੀ ਮੈਮੋਰੀ ਨਹੀਂ ਹੈ। ਕੁਝ ਚੱਲਦੇ ਕਾਰਜ ਬੰਦ ਕਰਕੇ ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr "%s ਇੱਕ ਰੈਗੂਲਰ ਫਾਇਲ ਨਹੀਂ ਹੈ। ਆਪਣੇ ਵਲੋਂ ਲਿਖੇ ਟਿਕਾਣੇ ਦੀ ਜਾਂਚ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।"
+
+#~ msgid "Other"
+#~ msgstr "ਹੋਰ"
+
+#~ msgid "Number of pages horizontally"
+#~ msgstr "ਖਿਤਿਜੀ ਸਫ਼ਿਆਂ ਦੀ ਗਿਣਤੀ"
+
+#~ msgid "Number of pages vertically"
+#~ msgstr "ਲੰਬਕਾਰੀ ਸਫ਼ਿਆਂ ਦੀ ਗਿਣਤੀ"
+
+#~ msgid "No visible output was created."
+#~ msgstr "ਕੋਈ ਦਿੱਖ ਆਉਟਪੁੱਟ ਬਣਾਈ ਗਈ ਹੈ।"
+
+#~ msgid ""
+#~ "Nothing\n"
+#~ "Current document\n"
+#~ "All documents"
+#~ msgstr ""
+#~ "ਕੁਝ ਨਹੀਂ\n"
+#~ "ਮੌਜੂਦਾ ਦਸਤਾਵੇਜ਼\n"
+#~ "ਸਭ ਦਸਤਾਵੇਜ਼"
+
+#~ msgid "gtk-revert-to-saved"
+#~ msgstr "gtk-revert-to-saved"
+
+#~ msgid "on"
+#~ msgstr "ਚਾਲੂ"
+
+#~ msgid "Invalid uri"
+#~ msgstr "ਗਲਤੀ uri ਹੈ"
diff --git a/po/pl.po b/po/pl.po
new file mode 100644
index 0000000..d3ef60d
--- /dev/null
+++ b/po/pl.po
@@ -0,0 +1,3570 @@
+# Polish translation for gedit.
+# Copyright © 1999-2022 the gedit authors.
+# This file is distributed under the same license as the gedit package.
+# Zbigniew Chyla <chyla@alice.ci.pwr.wroc.pl>, 1999-2003.
+# Artur Flinta <aflinta@at.kernel.pl>, 2003-2005.
+# Stanisław Małolepszy <smalolepszy@aviary.pl>, 2006-2007.
+# Wadim Dziedzic <wdziedzic@aviary.pl>, 2007.
+# Tomasz Dominikowski <dominikowski@gmail.com>, 2008-2009.
+# Piotr Zaryk <pzaryk@aviary.pl>, 2008.
+# Piotr Drąg <piotrdrag@gmail.com>, 2009-2022.
+# Wojciech Szczęsny <wszczesny@aviary.pl>, 2013.
+# Paweł Żołnowski <pawel@zolnowski.name>, 2014-2015.
+# Aviary.pl <community-poland@mozilla.org>, 2006-2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-11-14 14:01+0000\n"
+"PO-Revision-Date: 2022-11-20 14:59+0100\n"
+"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
+"Language-Team: Polish <community-poland@mozilla.org>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Edytor tekstu"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "gedit to uniwersalny edytor tekstu."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Głównym celem programu gedit jest łatwość obsługi, więc domyślny jest prosty "
+"interfejs. Bardziej zaawansowane funkcje są dostępne jako wtyczki."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Edytor plików tekstowych"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Tekst;Text;Edytor;Zwykły tekst;Pisanie;Pisz;Napisz;Write;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Nowe okno"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Nowy dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Użycie domyślnej czcionki"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Określa, czy w obszarze redagowania tekstu powinna być używana domyślna "
+"czcionka systemowa. Jeśli opcja jest wyłączona, wówczas używana jest "
+"czcionka określona w ustawieniu „Czcionka w edytorze”."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Czcionka edytora"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Niestandardowa czcionka używana w obszarze redagowania tekstu. Opcja jest "
+"brana pod uwagę tylko, jeśli opcja „Użycie domyślnej czcionki” jest "
+"wyłączona."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Schemat stylu"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Identyfikator schematu stylu GtkSourceView używanego do kolorowania tekstu."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Tworzenie kopii zapasowych"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Określa, czy program gedit powinien tworzyć kopię zapasową plików, które "
+"zapisuje."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automatyczny zapis"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Określa, czy program gedit powinien automatycznie zapisywać zmodyfikowane "
+"pliki po pewnym czasie. Ustawienie tego czasu jest możliwe podczas użycia "
+"opcji „Okres pomiędzy automatycznymi zapisami”."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Okres między automatycznymi zapisami"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Liczba minut, po której program gedit automatycznie zapisuje zmodyfikowane "
+"pliki. Opcja jest brana pod uwagę tylko, jeśli aktywna jest opcja "
+"„Automatyczny zapis”."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Liczba możliwych cofnięć"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maksymalna liczba działań, których cofnięcie lub ponowienie będzie możliwe. "
+"Wartość „-1” oznacza liczbę nieograniczoną."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Tryb zawijania wierszy"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Określa sposób zawijania długich wierszy w obszarze redagowania tekstu. "
+"Wartość „none” powoduje brak zawijania, „word” — zawijanie wierszy na "
+"granicach słów, a „char” — na granicach pojedynczych znaków. Należy pamiętać "
+"o tym, że podczas odczytywania wartości rozpoznawane są małe i wielkie "
+"litery, więc powinny być one wprowadzone dokładnie w podanej postaci."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Ostatni wybór trybu rozdzielania słów dla trybu zawijania wierszy"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Określa tryb rozdzielania słów ostatnio używany z trybem zawijania wierszy "
+"w taki sposób, że kiedy tryb zawijania wierszy jest wyłączony, program wciąż "
+"pamięta wybór trybu. Opcja „word” określa zawijanie wierszy na granicach "
+"wyrazów, a opcja „char” określa zawijanie wierszy na granicach "
+"poszczególnych znaków."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Rozmiar tabulacji"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Określa liczbę spacji, używanych podczas wyświetlania w zastępstwie znaku "
+"tabulacji."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Wstawianie spacji"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+"Określa, czy program gedit powinien wstawiać spacje zamiast znaków tabulacji."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatyczne wcięcia"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Określa, czy program gedit powinien automatycznie tworzyć wcięcia."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Wyświetlanie numerów wierszy"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Określa, czy program gedit powinien wyświetlać numery wierszy w obszarze "
+"redagowania."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Wyróżnianie bieżącego wiersza"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Określa, czy program gedit powinien wyróżniać bieżący wiersz."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Wyróżnianie pasujących nawiasów"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Określa, czy program gedit powinien wyróżniać pasujące nawiasy."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Wyświetlanie prawego marginesu"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Określa, czy program gedit powinien wyświetlać prawy margines w obszarze "
+"redagowania."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Pozycja prawego marginesu"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Określa pozycję prawego marginesu."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Typ wzoru tła dokumentu"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Określa, czy dokument powinien mieć w tle wzór."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Inteligentne klawisze Home i End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Określa zachowanie się kursora po naciśnięciu klawiszy Home i End. Wartość "
+"„disabled” powoduje, że kursor zawsze wraca na początek/koniec wiersza, "
+"„after” — kursor wraca na początek/koniec wiersza po pierwszym naciśnięciu "
+"klawisza i na początek/koniec tekstu (białe znaki ignorowane) po drugim "
+"naciśnięciu klawisza. Wartość „before” powoduje, że kursor przenosi się na "
+"początek/koniec tekstu przed przejściem na początek/koniec wiersza. „always” "
+"— kursor przenosi się zawsze na początek/koniec tekstu zamiast na początek/"
+"koniec wiersza."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Przywracanie ostatniej pozycji kursora"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Określa, czy program gedit powinien przywracać ostatnią pozycję kursora po "
+"wczytanie pliku."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Włączone wyróżnianie elementów składni"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+"Określa, czy program gedit powinien mieć włączoną funkcję wyróżniania "
+"elementów składni."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Włączone wyróżnianie wyników wyszukiwania"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Określa, czy program gedit powinien wyróżniać wszystkie wystąpienia "
+"wyszukiwanego tekstu."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Sprawdzanie końcowego nowego wiersza"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Określa, czy program gedit ma upewniać się, że dokumenty zawsze kończą się "
+"znakiem końca wiersza."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Tryb wyświetlania kart"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Określa, kiedy wyświetlać karty. Wartość „never” powoduje brak kart, "
+"„always” zawsze wyświetla karty, a „auto” wyświetla je tylko, kiedy jest "
+"więcej niż jedna. Należy pamiętać o tym, że podczas odczytywania wartości "
+"rozpoznawane są małe i wielkie litery, więc powinny być one wprowadzone "
+"dokładnie w podanej postaci."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Wyświetlanie paska stanu"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Określa, czy w dolnej części okien redagowania tekstu powinien być "
+"wyświetlany pasek stanu."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Wyświetlanie panelu bocznego"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Określa, czy po lewej stronie okna redagowania tekstu powinien być "
+"wyświetlany panel boczny."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Drukowanie wyróżniania elementów składni"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Określa, czy program gedit powinien wyróżniać elementy składni dokumentu "
+"podczas drukowania."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Drukowanie nagłówków"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Określa, czy program gedit powinien dołączać nagłówek dokumentu podczas "
+"drukowania."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Tryb zawijania wierszy na wydruku"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Określa sposób zawijania długich wierszy podczas drukowania. Wartość „none” "
+"powoduje brak zawijania, „word” — zawijanie wierszy na granicach słów, "
+"a „char” — na granicach pojedynczych znaków. Należy pamiętać o tym, że "
+"podczas odczytywania wartości rozpoznawane są małe i wielkie litery, więc "
+"powinny być one wprowadzone dokładnie w podanej postaci."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Drukowanie numerów wierszy"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Przy ustawieniu wartości na 0, podczas drukowania dokumentu nie będą "
+"wstawiane numery wierszy. W przeciwnym wypadku numery wierszy będą drukowane "
+"co tyle wierszy, ile wynosi podana wartość."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Czcionka treści na wydruku"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Określa czcionkę stosowaną do treści dokumentu na wydruku."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Czcionka nagłówka na wydruku"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Określa czcionkę stosowaną do nagłówków stron na wydruku. Opcja jest brana "
+"pod uwagę tylko, jeśli aktywna jest opcja „Drukowanie nagłówków”."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Czcionka numerów wierszy na wydruku"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Określa czcionkę stosowaną do numerów wierszy na wydruku. Opcja jest brana "
+"pod uwagę tylko, jeśli aktywna jest opcja „Drukowanie numerów wierszy”."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Lewy margines"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Lewy margines w milimetrach."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Górny margines"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Górny margines w milimetrach."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Prawy margines"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Prawy margines w milimetrach."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Dolny margines"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Dolny margines w milimetrach."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kandydaci kodowań"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Lista kandydatów kodowań wyświetlanych w menu „Kodowania znaków” w oknie "
+"otwarcia/zapisu pliku. Wartość „CURRENT” oznacza kodowanie bieżących "
+"ustawień regionalnych. Używane są tylko znane kodowania. Domyślna wartość to "
+"pusta lista, przez co program gedit wybierze dobre domyślne kodowania "
+"zależne od kraju i języka."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktywne wtyczki"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Lista aktywnych wtyczek."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Wyświetla wersję programu"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Wyświetla listę możliwych wartości dla opcji kodowania"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Ustawia kodowanie znaków używane podczas otwierania plików wymienionych "
+"w wierszu poleceń"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODOWANIE"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Tworzy nowe główne okno w ramach istniejącego wystąpienia programu gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Tworzy nowy dokument w ramach istniejącego wystąpienia programu gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Otwiera pliki i blokuje proces, dopóki pliki nie zostaną zamknięte"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Uruchamia program gedit w trybie samodzielnym"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[PLIK…] [+WIERSZ[:KOLUMNA]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Wystąpił błąd podczas wyświetlania pomocy."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: nieprawidłowe kodowanie."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Zamknij _bez zapisywania"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:94
+#: gedit/gedit-io-error-info-bar.c:293 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Anuluj"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "Zapi_sz jako…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Zapisz"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej %ld sekundy "
+"zostaną bezpowrotnie utracone."
+msgstr[1] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatnich %ld sekund zostaną "
+"bezpowrotnie utracone."
+msgstr[2] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatnich %ld sekund zostaną "
+"bezpowrotnie utracone."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej minuty zostaną "
+"bezpowrotnie utracone."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej minuty i %ld "
+"sekundy zostaną bezpowrotnie utracone."
+msgstr[1] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej minuty i %ld "
+"sekund zostaną bezpowrotnie utracone."
+msgstr[2] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej minuty i %ld "
+"sekund zostaną bezpowrotnie utracone."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej %ld minuty zostaną "
+"bezpowrotnie utracone."
+msgstr[1] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatnich %ld minut zostaną "
+"bezpowrotnie utracone."
+msgstr[2] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatnich %ld minut zostaną "
+"bezpowrotnie utracone."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej godziny zostaną "
+"bezpowrotnie utracone."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej godziny i %d "
+"minuty zostaną bezpowrotnie utracone."
+msgstr[1] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej godziny i %d minut "
+"zostaną bezpowrotnie utracone."
+msgstr[2] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej godziny i %d minut "
+"zostaną bezpowrotnie utracone."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatniej godziny zostaną "
+"bezpowrotnie utracone."
+msgstr[1] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatnich %d godzin zostaną "
+"bezpowrotnie utracone."
+msgstr[2] ""
+"Jeżeli dokument nie zostanie zapisany, zmiany z ostatnich %d godzin zostaną "
+"bezpowrotnie utracone."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Zapisać zmiany przed zamknięciem dokumentu „%s”?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Jest %d dokument z niezapisanymi zmianami. Zapisać zmiany przed zamknięciem?"
+msgstr[1] ""
+"Są %d dokumenty z niezapisanymi zmianami. Zapisać zmiany przed zamknięciem?"
+msgstr[2] ""
+"Jest %d dokumentów z niezapisanymi zmianami. Zapisać zmiany przed "
+"zamknięciem?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "Dokum_enty do zapisu:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+"Jeżeli dokument nie zostanie zapisany, wszystkie zmiany zostaną bezpowrotnie "
+"utracone."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Wczytywanie pliku „%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Wczytywanie %d pliku…"
+msgstr[1] "Wczytywanie %d plików…"
+msgstr[2] "Wczytywanie %d plików…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Plik „%s” jest tylko do odczytu."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Spróbować zastąpić go obecnie zapisywanym plikiem?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "Z_mień"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Zapisać plik, używając kompresji?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Zapisać plik jako zwykły tekst?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Plik „%s” został poprzednio zapisany jako zwykły tekst, a teraz zostanie "
+"zapisany, używając kompresji."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "Zapi_sz, używając kompresji"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Plik „%s” został poprzednio zapisany, używając kompresji, a teraz zostanie "
+"zapisany jako zwykły tekst."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Zapi_sz jako zwykły tekst"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Zapisywanie pliku „%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Zapis jako"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Przywracanie dokumentu „%s”…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Cofnąć niezapisane zmiany w dokumencie „%s”?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Zmiany naniesione w ciągu ostatniej %ld sekundy zostaną bezpowrotnie "
+"utracone."
+msgstr[1] ""
+"Zmiany naniesione w ciągu ostatnich %ld sekund zostaną bezpowrotnie utracone."
+msgstr[2] ""
+"Zmiany naniesione w ciągu ostatnich %ld sekund zostaną bezpowrotnie utracone."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Zmiany naniesione w ciągu ostatniej minuty zostaną bezpowrotnie utracone."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Zmiany naniesione w ciągu ostatniej minuty i %ld sekundy zostaną "
+"bezpowrotnie utracone."
+msgstr[1] ""
+"Zmiany naniesione w ciągu ostatniej minuty i %ld sekund zostaną bezpowrotnie "
+"utracone."
+msgstr[2] ""
+"Zmiany naniesione w ciągu ostatniej minuty i %ld sekund zostaną bezpowrotnie "
+"utracone."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Zmiany naniesione w ciągu ostatniej %ld minuty zostaną bezpowrotnie utracone."
+msgstr[1] ""
+"Zmiany naniesione w ciągu ostatnich %ld minut zostaną bezpowrotnie utracone."
+msgstr[2] ""
+"Zmiany naniesione w ciągu ostatnich %ld minut zostaną bezpowrotnie utracone."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Zmiany naniesione w ciągu ostatniej godziny zostaną bezpowrotnie utracone."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Zmiany naniesione w ciągu ostatniej godziny i %d minuty zostaną bezpowrotnie "
+"utracone."
+msgstr[1] ""
+"Zmiany naniesione w ciągu ostatniej godziny i %d minut zostaną bezpowrotnie "
+"utracone."
+msgstr[2] ""
+"Zmiany naniesione w ciągu ostatniej godziny i %d minut zostaną bezpowrotnie "
+"utracone."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Zmiany naniesione w ciągu ostatniej godziny zostaną bezpowrotnie utracone."
+msgstr[1] ""
+"Zmiany naniesione w ciągu ostatnich %d godzin zostaną bezpowrotnie utracone."
+msgstr[2] ""
+"Zmiany naniesione w ciągu ostatnich %d godzin zostaną bezpowrotnie utracone."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Przywróć"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Główni autorzy:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Podziękowania dla:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "i wielu innych współtwórców."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit to łatwy w użyciu uniwersalny edytor tekstu"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Zbigniew Chyla <chyla@alice.ci.pwr.wroc.pl>, 1999-2003\n"
+"Artur Flinta <aflinta@at.kernel.pl>, 2003-2005\n"
+"Stanisław Małolepszy <smalolepszy@aviary.pl>, 2006-2007\n"
+"Wadim Dziedzic <wdziedzic@aviary.pl>, 2007\n"
+"Tomasz Dominikowski <dominikowski@gmail.com>, 2008-2009\n"
+"Piotr Zaryk <pzaryk@aviary.pl>, 2008\n"
+"Piotr Drąg <piotrdrag@gmail.com>, 2009-2022\n"
+"Wojciech Szczęsny <wszczesny@aviary.pl>, 2013\n"
+"Paweł Żołnowski <pawel@zolnowski.name>, 2014-2015\n"
+"Aviary.pl <community-poland@mozilla.org>, 2006-2022"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Odnaleziono i zmieniono %d wystąpienie"
+msgstr[1] "Odnaleziono i zmieniono %d wystąpienia"
+msgstr[2] "Odnaleziono i zmieniono %d wystąpień"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Odnaleziono i zmieniono jedno wystąpienie"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "Nie odnaleziono wyrażenia „%s”"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "%i. grupa kart"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Tylko do odczytu"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Bieżące ustawienia regionalne (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Automatycznie wykryte"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Dodaj lub usuń…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Bieżące ustawienia regionalne)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Na pewno przywrócić preferencje kodowań znaków?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Przywróć"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Dodaje"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Usuwa"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Przenosi na wyższy priorytet"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Przenosi na niższy priorytet"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Dokument bez tytułu %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Wszystkie pliki"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Wszystkie pliki tekstowe"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Kodowanie znaków:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Koniec _wiersza:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Otwarcie pliku"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Otwórz"
+
+#: gedit/gedit-io-error-info-bar.c:90 gedit/gedit-io-error-info-bar.c:282
+msgid "_Retry"
+msgstr "P_onów"
+
+#: gedit/gedit-io-error-info-bar.c:114
+msgid "File not found."
+msgstr "Nie odnaleziono pliku."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:133
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "Położenia „%s:” nie są obsługiwane."
+
+#: gedit/gedit-io-error-info-bar.c:142
+msgid "The location of the file cannot be accessed."
+msgstr "Nie można uzyskać dostępu do położenia pliku."
+
+#: gedit/gedit-io-error-info-bar.c:146
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "„%s” nie jest prawidłowym położeniem."
+
+#: gedit/gedit-io-error-info-bar.c:147
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Proszę sprawdzić, czy wprowadzone zostało poprawne położenie i spróbować "
+"ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:180
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "Nazwa komputera „%s” jest nieznana."
+
+#: gedit/gedit-io-error-info-bar.c:181
+msgid "The problem could come from the proxy settings."
+msgstr "Problem może być powodowany przez ustawienia pośrednika."
+
+#: gedit/gedit-io-error-info-bar.c:215
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "Nie odnaleziono pliku. Być może został on ostatnio usunięty."
+
+#: gedit/gedit-io-error-info-bar.c:225
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Nie można przywrócić pliku „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:250
+msgid "Ch_aracter Encoding:"
+msgstr "_Kodowanie znaków:"
+
+#: gedit/gedit-io-error-info-bar.c:288
+msgid "_Edit Anyway"
+msgstr "_Modyfikuj mimo to"
+
+#: gedit/gedit-io-error-info-bar.c:326
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Liczba odnośników do podążenia jest ograniczona, plik nie został odnaleziony "
+"w zakresie tego limitu."
+
+#: gedit/gedit-io-error-info-bar.c:331
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Brak odpowiednich uprawnień do otwarcia tego pliku."
+
+#: gedit/gedit-io-error-info-bar.c:337
+msgid "Unable to detect the character encoding."
+msgstr "Nie można rozpoznać kodowania znaków."
+
+#: gedit/gedit-io-error-info-bar.c:338 gedit/gedit-io-error-info-bar.c:361
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Prawdopodobnie próbowano otworzyć plik binarny."
+
+#: gedit/gedit-io-error-info-bar.c:339
+msgid "Select a character encoding from the menu and try again."
+msgstr "Proszę wybrać kodowanie znaków w menu i spróbować ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Wystąpił problem podczas otwierania pliku „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:346
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Otwarty plik zawiera kilka nieprawidłowych znaków. Jeśli modyfikowanie tego "
+"pliku zostanie kontynuowane, może on zostać uszkodzony."
+
+#: gedit/gedit-io-error-info-bar.c:349
+msgid "You can also choose another character encoding and try again."
+msgstr "Można także wybrać inne kodowanie znaków i spróbować ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:358
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Nie można otworzyć pliku „%s”, używając kodowania znaków „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:362 gedit/gedit-io-error-info-bar.c:417
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Proszę wybrać inne kodowanie znaków w menu i spróbować ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:374
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Nie można otworzyć pliku „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:412
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Nie można zapisać pliku „%s”, używając kodowania znaków „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:415
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokument zawiera jeden lub więcej znaków, które nie mogą zostać zapisane "
+"w wybranym kodowaniu."
+
+#: gedit/gedit-io-error-info-bar.c:460
+#, c-format
+msgid "The file “%s” has been externally modified."
+msgstr "Plik „%s” został zmieniony przez inny program."
+
+#: gedit/gedit-io-error-info-bar.c:461
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Jeśli plik zostanie zapisany, wszystkie zmiany dokonane zewnętrznie mogą "
+"zostać utracone. Zapisać mimo to?"
+
+#: gedit/gedit-io-error-info-bar.c:468
+msgid "S_ave Anyway"
+msgstr "_Zapisz mimo to"
+
+#: gedit/gedit-io-error-info-bar.c:472
+msgid "D_on’t Save"
+msgstr "_Nie zapisuj"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:502
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nie można obsłużyć położeń „%s:” w trybie edycji. Proszę sprawdzić, czy "
+"wprowadzone położenie jest poprawne i spróbować ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:509
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nie można obsłużyć tego położenia w trybie edycji. Proszę sprawdzić, czy "
+"wprowadzone położenie jest poprawne i spróbować ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:518
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"„%s” nie jest prawidłowym położeniem. Proszę sprawdzić, czy wprowadzone "
+"położenie jest poprawne i spróbować ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:525
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Brak uprawnień do zapisania pliku. Proszę sprawdzić, czy wprowadzone "
+"położenie jest poprawne i spróbować ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Brak miejsca na dysku, aby zapisać plik. Proszę zwolnić trochę miejsca "
+"i spróbować ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:536
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Docelowy dysk przeznaczony jest tylko do odczytu. Proszę sprawdzić, czy "
+"wprowadzone położenie jest poprawne i spróbować ponownie."
+
+#: gedit/gedit-io-error-info-bar.c:542
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Plik o podanej nazwie już istnieje. Proszę wybrać inną nazwę."
+
+#: gedit/gedit-io-error-info-bar.c:547
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Dysk, na którym zapisywane są dane, ma ograniczenia na długość nazw plików. "
+"Proszę użyć krótszej nazwy pliku."
+
+#: gedit/gedit-io-error-info-bar.c:562
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Nie można zapisać pliku „%s”."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Kliknięcie tego przycisku umożliwia wybór czcionki edytora"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Systemowa o stałej szerokości (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Wybrany schemat kolorów nie mógł zostać zainstalowany: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Wybrany schemat kolorów nie mógł zostać zainstalowany."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Dodanie schematu kolorów"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Dodaj schemat"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Pliki schematów kolorów"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Nie można usunąć schematu kolorów „%s”."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Przygotowywanie…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Plik: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "%N. strona z %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Wyświetlanie %d. strony z %d…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Edytor tekstu"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d. strona z %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nic"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Wyszukiwanie i zastępowanie"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ZAS"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "WST"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Jedna z otwartych kart zawiera błędy"
+msgstr[1] "%d otwarte karty zawierają błędy"
+msgstr[2] "%d otwartych kart zawiera błędy"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Przywracanie dokumentu %s z katalogu %s"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "Przywracanie %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Wczytywanie pliku %s z katalogu %s"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "Wczytywanie %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:912
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Zapisywanie pliku %s do katalogu %s"
+
+#: gedit/gedit-tab.c:917
+#, c-format
+msgid "Saving %s"
+msgstr "Zapisywanie %s"
+
+#: gedit/gedit-tab.c:1490
+#, c-format
+msgid "Error opening file %s"
+msgstr "Podczas otwierania pliku %s wystąpił błąd"
+
+#: gedit/gedit-tab.c:1495
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Podczas przywracania pliku %s wystąpił błąd"
+
+#: gedit/gedit-tab.c:1500
+#, c-format
+msgid "Error saving file %s"
+msgstr "Podczas zapisywania pliku %s wystąpił błąd"
+
+#: gedit/gedit-tab.c:1531
+msgid "Name:"
+msgstr "Nazwa:"
+
+#: gedit/gedit-tab.c:1532
+msgid "MIME Type:"
+msgstr "Typ MIME:"
+
+#: gedit/gedit-tab.c:1533
+msgid "Encoding:"
+msgstr "Kodowanie:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ na %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "UNIX/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Klasyczny system Mac OS"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d z %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Automatyczny powrót do początku"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "_Dopasowywanie jako wyrażenie regularne"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Tylko całe _wyrazy"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Rozróżnianie małych i wielkich liter"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Poszukiwane wyrażenie"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Numer wiersza, do którego ma zostać przeniesiony kursor"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Parowanie nawiasów jest poza zakresem"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Nie odnaleziono pasującego nawiasu"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Odnaleziono pasujący nawias w wierszu: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Wrsz %d, kol %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Szerokość tabulacji: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Zwykły tekst"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Są niezapisane dokumenty"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Zmienia stronę panelu bocznego"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumenty"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Otwiera plik"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Otwiera ostatnio używany plik"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Przenieś w _lewo"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Przenieś w p_rawo"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Otwórz w nowym oknie"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Przenieś do nowej grupy _kart"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "Za_mknij"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatyczne wcięcia"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Spacje zamiast tabulacji"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Numery wierszy"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Prawy margines"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Wyróżnianie bieżącego wiersza"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Zawijanie tekstu"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Plik"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nowy"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Ostatnio używane doku_menty"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Przywróć zamkniętą _kartę"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Z_apisz jako…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nowe okno"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Wczytaj ponownie"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "Wy_drukuj…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "Za_kończ"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Edycja"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Cofnij"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "P_onów"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Wytnij"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "S_kopiuj"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "Wk_lej"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Usuń"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Zastępowanie"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Z_aznacz wszystko"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Preferencje"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Widok"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Panel _boczny"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "Panel _dolny"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "P_ełny ekran"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "Tryb _wyróżniania elementów składni…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Znajdź"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Znajdź…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Znajdź _następne"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Znajdź p_oprzednie"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Z_najdź i zastąp…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "Wyłącz wy_różnianie"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "_Przejdź do wiersza…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Narzędzia"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumenty"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Zapisz _wszystko"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Zam_knij wszystko"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nowa grupa kart"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Pop_rzednia grupa kart"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Nas_tępna grupa kart"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Poprzedni dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Następny dokum_ent"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Prz_enieś do nowego okna"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "Pomo_c"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_O programie"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Z_apisz wszystko"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Z_najdź i zastąp…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_Przejdź do wiersza…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Skróty klawiszowe"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Kodowania znaków"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "_Anuluj zmiany"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "_Zapisz ustawienia"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "_Inne dostępne kodowania"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Ulubione"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "Kat_egoria"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kodowanie"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferencje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Numery wierszy"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Prawy _margines w kolumnie:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Pasek _stanu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Wzór si_atki"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Zawijanie tekstu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "_Włączone"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Bez _rozdzielania słów"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Wyróżnianie"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "_Bieżący wiersz"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "_Pasujące nawiasy"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Widok"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulacja"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Szerokość:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Spa_cje zamiast tabulatorów"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Au_tomatyczne wcięcia"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Zapisywanie pliku"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Tworzenie kopii _zapasowej przed zapisem"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Automatycznie co"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "mi_n"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Edytor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Czcionka"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "W edytor_ze: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Wybór czcionki edytora"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Schemat kolorów"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instaluje schemat"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Zainstaluj schemat"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Odinstalowuje schemat"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Odinstaluj schemat"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Czcionka i kolory"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Wtyczki"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Wyróżnianie składni"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Dru_kowanie"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Numery wierszy"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Drukowa_nie"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Co"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "wiersze"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Nagłówek strony"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Drukowani_e"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Czcionki"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Treść:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Numery wierszy:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Nagłówki i _stopki:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Przywróć domyślne"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Wyświetla poprzednią stronę"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Wyświetla następną stronę"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Bieżąca strona (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "z"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Stron razem"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Całkowita liczba stron w dokumencie"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Wyświetla wiele stron"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Przywraca rozmiar rzeczywisty 1∶1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Dostosowuje powiększenie strony do rozmiaru okna"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Powiększa stronę"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Pomniejsza stronę"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Zamyka podgląd wydruku"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Zamknij podgląd"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Podgląd wydruku"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Podgląd strony dokumentu do wydrukowania"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Zmień _wszystko"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Znajdź"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Wy_szukiwanie "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Zamiana _na "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Rozróżnianie małych i wielkich liter"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Tylko _całe wyrazy"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Wyrażenie reg_ularne"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Wyszukiwanie _wstecz"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Automatyczny powrót do początku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumenty"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Utworzenie nowego dokumentu w karcie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Otwarcie dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Zapisanie dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Zapisanie dokumentu pod nową nazwą"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Zapisanie wszystkich dokumentów"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Zamknięcie dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Zamknięcie wszystkich dokumentów"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Ponowne otwarcie ostatnio zamkniętego dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Przełączenie na następny dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Przełączenie na poprzedni dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Przełączenie na pierwszy — dziewiąty dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Okna i panele"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Utworzenie nowego dokumentu w oknie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Utworzenie nowej grupy kart"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Wyświetlenie panelu bocznego"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Wyświetlenie panelu dolnego"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Włączenie/wyłączenie pełnego ekranu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Zakończenie działania programu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Wyszukiwanie i zastępowanie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Wyszukiwanie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Wyszukiwanie następnego"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Wyszukiwanie poprzedniego"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Wyłączenie wyróżniania"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Cofanie i ponawianie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Cofnięcie poprzedniego polecenia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Ponowienie poprzedniego polecenia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Zaznaczanie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Zaznaczenie całego tekstu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Odznaczenie całego tekstu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopiowanie i wklejanie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Skopiowanie zaznaczonego tekstu do schowka"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Wycięcie zaznaczonego tekstu do schowka"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Wklejenie zaznaczonego tekstu ze schowka"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Nawigacja"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Przejście do wiersza"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Przejście na początek bieżącego wiersza"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Przejście na koniec bieżącego wiersza"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Przejście na początek dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Przejście na koniec dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Przesunięcie widoku w pliku do góry"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Przesunięcie widoku w pliku w dół"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Przesunięcie widoku na koniec pliku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Przesunięcie widoku na początek pliku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Przejście do pasującego nawiasu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Przejście do poprzedniej grupy kart"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Przejście do następnej grupy kart"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Edycja"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Przełączenie wstawiania/zastępowania"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Przełączenie widoczności kursora"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Usunięcie bieżącego wiersza"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Przeniesienie bieżącego wiersza w górę"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Przeniesienie bieżącego wiersza w dół"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Przeniesienie bieżącego słowa w lewo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Przeniesienie bieżącego słowa w prawo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Konwersja na wielkie znaki"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Konwersja na małe znaki"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Odwrócenie wielkości znaków"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Zwiększenie liczby pod kursorem"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Zmniejszenie liczby pod kursorem"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Narzędzia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Sprawdzenie pisowni"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Wydrukowanie dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Wyświetlenie okna uzupełniania"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Ogólne"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Wyświetlenie pomocy"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Otwarcie menu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Skróty klawiszowe"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Zamyka dokument"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Tworzy nowy dokument"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nowy"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Zapisuje bieżący plik"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Zapisz"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Ukrywa panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Wyłącza tryb pełnoekranowy"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statystyka dokumentu"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Określa liczbę słów, wierszy i znaków w dokumencie."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Statystyka _dokumentu"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Zaznaczenie"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Wiersze"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Słowa"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Znaki (ze spacjami)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Znaki (bez spacji)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bajty"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Zbuduj"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Wykonuje „make” w katalogu dokumentu"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Otwórz terminal w tym miejscu"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Otwiera terminal w katalogu dokumentu"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Usuń końcowe spacje"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Usuwa z pliku niepotrzebne końcowe spacje"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Wykonaj polecenie"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Wykonuje polecenie i wstawia jego wyniki w nowym dokumencie"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Wyślij do serwisu fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Wkleja zaznaczony tekst lub bieżący dokument do serwisu fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Narzędzia zewnętrzne"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Wykonuje zewnętrzne polecenia i skrypty powłoki."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Określa, czy używać czcionki systemowej"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Określa, czy zewnętrzne narzędzia będą używały standardowej czcionki "
+"pulpitu, jeśli to czcionka o stałej szerokości (a w innym przypadku "
+"najbardziej podobną czcionkę)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Nazwa czcionki biblioteki Pango. Przykłady: „Sans 12” lub „Monospace Bold "
+"14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Zarządzaj narzędziami z_ewnętrznymi…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Narzędzia zewnętrzne"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Nie można wykonać polecenia: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr ""
+"Kursor musi znajdować się wewnątrz słowa, aby możliwe było wykonanie tego "
+"polecenia"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Uruchamianie narzędzia:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Gotowe."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Zakończono"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Wszystkie języki"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Wszystkie języki"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nowe narzędzie"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ten skrót jest już przypisany do %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Proszę wprowadzić nowy skrót lub nacisnąć klawisz Backspace, aby usunąć "
+"obecny"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Proszę wprowadzić nowy skrót"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Zatrzymano."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Zatrzymaj narzędzie"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Zawsze dostępne"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Wszystkie dokumenty"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Wszystkie dokumenty z wyjątkiem niezatytułowanych"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Tylko lokalne pliki"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Tylko zdalne pliki"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Tylko niezatytułowane dokumenty"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Bieżący dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Bieżące zaznaczenie"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Bieżące zaznaczenie (domyślnie dokument)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Bieżący wiersz"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Bieżące słowo"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Wyświetlanie w dolnym panelu"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Tworzy nowy dokument"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Wstawia na końcu bieżącego dokumentu"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Zastępuje bieżący dokument"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Zastępuje bieżące zaznaczenie"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Wstawia w pozycji kursora"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Zarządzanie narzędziami zewnętrznymi"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Dodaje nowe narzędzie"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Dodaj narzędzie"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Usuwa zaznaczone narzędzie"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Usuń narzędzie"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Przywraca narzędzie"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Przywróć narzędzie"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Klawisz skrótu:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Zapisanie:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "Pl_ik wejściowy:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "O_kno wyjściowe:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "Stosow_alność:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Wyjście narzędzia"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panel przeglądarki plików"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Łatwy dostęp do plików z panelu bocznego."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Katalog domowy"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "System plików"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "Przeglądarka plików"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "Wystąpił błąd podczas tworzenia nowego katalogu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "Wystąpił błąd podczas tworzenia nowego pliku"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "Wystąpił błąd podczas zmieniania nazwy pliku lub katalogu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "Wystąpił błąd podczas usuwania pliku lub katalogu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Wystąpił błąd podczas otwierania katalogu w menedżerze plików"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "Wystąpił błąd podczas ustawiania katalogu głównego"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "Wystąpił błąd podczas wczytywania katalogu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "Wystąpił błąd"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Nie można przenieść pliku do kosza.\n"
+"Usunąć go trwale?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Plik „%s” nie może zostać przeniesiony do kosza."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "Zaznaczone pliki nie mogą być przeniesione do kosza."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Na pewno trwale usunąć plik „%s”?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Na pewno trwale usunąć zaznaczone pliki?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "Usunięcie elementu spowoduje jego trwałą utratę."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Pusty)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Plik pod nową nazwą został wykluczony przez działający filtr. Aby plik był "
+"widoczny, należy zmienić ustawienia filtra"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Plik bez tytułu"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Nowy plik został wykluczony przez działający filtr. Aby plik był widoczny, "
+"należy zmienić ustawienia filtra"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Katalog bez tytułu"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Nowy katalog został wykluczony przez działający filtr. Aby katalog był "
+"widoczny, należy zmienić ustawienia filtra"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Zakładki"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Brak obiektu montowania dla zamontowanego woluminu: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Nie można otworzyć nośnika: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Nie można zamontować woluminu: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Wystąpił błąd podczas wczytywania „%s”: nie ma takiego katalogu"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Rozpoczynanie z widokiem drzewa plików"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Otwiera przeglądarkę plików z aktywnym widokiem drzewa plików zamiast widoku "
+"zakładek"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Katalog główny przeglądarki plików"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Katalog główny, w którym rozpocznie przeglądarka plików, jeśli „onload/"
+"tree_view” ma wartość „true”."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Wirtualny katalog główny przeglądarki plików"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Wirtualny katalog główny, w którym rozpocznie przeglądarka plików, jeśli "
+"„onload/tree_view” ma wartość „true”. Wirtualny katalog główny musi zawsze "
+"być katalogiem podrzędnym faktycznego katalogu głównego."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Włącza możliwość przywracania zdalnych położeń"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Przełącza możliwość przywracania zdalnych położeń."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Ustawienie położenia na pierwszy dokument"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Wartość „true” powoduje wyświetlenie katalogu pierwszego otwartego dokumentu "
+"w przeglądarce plików, jeśli nie była jeszcze używana (z tego powodu opcja "
+"ta dotyczy ogólnie przypadków, w których dokumenty zostały otwarte z wiersza "
+"poleceń lub z menedżera plików, np. programu Nautilus)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Tryb filtrowania plików"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Wartość ta określa, które pliki nie będą widoczne w przeglądarce plików. "
+"Prawidłowe wartości to: „none” (wszystkie pliki widoczne), „hide-"
+"hidden” (wyklucza pliki ukryte) oraz „hide-binary” (wyklucza pliki binarne)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Wzór filtra plików"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Wzór filtra przeglądarki plików. Filtr ten działa na podstawie „filter_mode”."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Wzory plików binarnych przeglądarki"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Dodatkowe wzory używane podczas filtrowania plików binarnych."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "U_staw położenie bieżącego dokumentu jako katalog główny"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Nowy katalog"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nowy pl_ik"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "Z_mień nazwę…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Prze_nieś do kosza"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Odśwież wido_k"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Podgląd katalogu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Otwórz w terminalu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtr"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Wyświetlanie ukr_ytych plików"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Wyświetlanie plików _binarnych"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Wyszukiwanie nazw plików"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historia"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Otwiera menu historii"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Wiersze trybu"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Obsługa wierszy trybu z programów Emacs, Kate i Vim w programie gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Tekst koloru polecenia"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Tekst koloru polecenia"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Tekst koloru błędu"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Tekst koloru błędu"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Określa, czy terminal będzie używał standardowej czcionki pulpitu, jeśli to "
+"czcionka o stałej szerokości (a w innym przypadku najbardziej podobną "
+"czcionkę)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "K_olor polecenia:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Kolor _błędu:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Konsola języka Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktywna konsola języka Python dostępna w dolnym panelu."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Szybkie wyróżnianie"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Wyróżnia wszystkie wystąpienia zaznaczonego tekstu."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Szybko otwórz…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Szybkie otwarcie"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Szybko otwiera pliki."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Wyszukiwanie…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Zarządzaj _wstawkami…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Wstawki"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Nie można utworzyć archiwum „%s”"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Katalog docelowy „%s” nie istnieje"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Katalog docelowy „%s” nie jest prawidłowym katalogiem"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Plik „%s” nie istnieje"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Plik „%s” nie jest prawidłowym plikiem wstawek"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Importowany plik „%s” nie jest prawidłowym plikiem wstawek"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Nie można rozpakować archiwum „%s”"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Następujące pliki nie mogły zostać zaimportowane: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Plik „%s” nie jest prawidłowym archiwum wstawek"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Archiwum wstawek"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Dodaj nową wstawkę…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globalna"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Przywraca zaznaczoną wstawkę"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Usuwa zaznaczoną wstawkę"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"To nie jest prawidłowy wyzwalacz tabulatora. Wyzwalacz może zawierać znaki "
+"alfanumeryczne (lub _, : i .) lub pojedynczy (niealfanumeryczny) znak, taki "
+"jak : {, [ itp."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Słowo aktywujące wstawkę po naciśnięciu klawisza Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Wystąpił następujący błąd podczas importowania: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Pomyślnie ukończono import"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importuje wstawki"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Wszystkie obsługiwane archiwa"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Archiwum skompresowane programem gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Archiwum skompresowane programem bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Pojedynczy plik wstawek"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Wszystkie pliki"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Wystąpił następujący błąd podczas eksportowania: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Pomyślnie ukończono eksport"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Dołączyć zaznaczone wstawki <b>systemowe</b> do eksportu?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Nie zaznaczono wstawek do wyeksportowania"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Eksportuje wstawki"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Proszę wprowadzić skrót klawiszowy albo nacisnąć klawisz Backspace, aby "
+"usunąć obecny"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Nowy skrót klawiszowy"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Czas wykonania polecenia języka Python (%s) przekroczył ograniczenie, "
+"wstrzymano wykonanie."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Wykonanie polecenie języka Python (%s) się nie powiodło: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr ""
+"Umożliwia szybkie i wygodne wstawianie często używanych fragmentów tekstu."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Zarządzaj wstawkami"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Tworzy nową wstawkę"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Dodaj wstawkę"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Usuń wstawkę"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Zaimportuj wstawki"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Eksportuje zaznaczone wstawki"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Wyeksportuj wstawki"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktywacja"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Wyzwalacz _Tab:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Kl_awisz skrótu:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Klawisz skrótu aktywujący wstawkę"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Cele _upuszczania:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "Po_sortuj…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sortowanie"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Odwrotna kolejność"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Usunięcie duplikatów"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "Ro_zróżnianie małych i wielkich liter"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Rozpoczęcie od kolumny:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "Po_sortuj"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Sortuje dokument lub zaznaczony tekst."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Sprawdź pisownię…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Usta_w język…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Wyróżnianie błędów pisowni"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Wyróżnianie błędów pisowni"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Domyślne ustawienie wyróżniania błędów pisowni."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Konfiguracja wtyczki sprawdzania pisowni"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Domyślne ustawienie dla nowych dokumentów"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Sprawdzanie pisowni"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Sprawdza pisownię bieżącego dokumentu."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "W_staw datę i czas…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Dostępne formaty"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Typ znaku zachęty"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Jeśli użytkownik powinien być pytany o format, albo jeśli powinien być "
+"używany wybrany lub niestandardowy format."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Wybrany format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Wybrany format używany podczas wstawiania daty/czasu."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Niestandardowy format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Niestandardowy format podczas wstawiania daty/czasu."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Wstawienie daty i czasu"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Wy_brany format"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Nie_standardowy format"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%-d.%m.%Y %H∶%M∶%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "1.11.2009 17∶52∶00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Wstaw"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Konfiguracja wtyczki wstawiania daty/czasu"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Podczas wstawiania daty/czasu…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Pytanie o format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Wstawienie daty/czasu"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Wstawia bieżącą datę i czas w pozycji kursora."
diff --git a/po/ps.po b/po/ps.po
new file mode 100644
index 0000000..f28cb97
--- /dev/null
+++ b/po/ps.po
@@ -0,0 +1,4783 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.head\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-07-15 03:59+0000\n"
+"PO-Revision-Date: 2008-07-15 18:50-0800\n"
+"Last-Translator: Zabeeh Khan <zabeehkhan@gmail.com>\n"
+"Language-Team: Pashto <pathanisation@googlegroups.com>\n"
+"Language: ps\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Pashto, Pushto\n"
+"X-Poedit-Country: AFGHANISTAN\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "ليکن دوتنې سمول"
+
+#: ../data/gedit.desktop.in.in.h:2
+#: ../gedit/gedit.c:474
+#: ../gedit/gedit-print-job.c:751
+msgid "Text Editor"
+msgstr "ليک سمونګر"
+
+#: ../data/gedit.schemas.in.h:1
+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/gedit.schemas.in.h:2
+#: ../gedit/gedit-plugin-manager.c:796
+msgid "Active plugins"
+msgstr "چارنده لګونونه"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "خپله اوچې شوې کوډييزونې"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "خپله ساتل"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "خپله سرتشول"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Backup Copy Extension"
+msgstr "د شاتړ لمېسې شاتاړی"
+
+#: ../data/gedit.schemas.in.h:8
+msgid "Body Font for Printing"
+msgstr "د چاپولو لپاره تنه ليکبڼه"
+
+#: ../data/gedit.schemas.in.h:9
+msgid "Bottom Panel is Visible"
+msgstr "لاندنی چوکاټ ښکاري"
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Create Backup Copies"
+msgstr "شاتړ لمېسې جوړول"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Display Line Numbers"
+msgstr "د ليکې شمېرې ښودل"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Display Right Margin"
+msgstr "ښي مورګه ښودل"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Editor Font"
+msgstr "سمونګره ليکبڼه"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Enable Search Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Encodings shown in menu"
+msgstr "هغه کوډييزونې چې په غورنۍ کې ښکاري"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Extension or suffix to use for backup file names. This will only take effect if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Header Font for Printing"
+msgstr "د چاپولو لپاره سرۍ ليکبڼه"
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Highlight Current Line"
+msgstr "اوسنۍ ليکه ځلول"
+
+#: ../data/gedit.schemas.in.h:20
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:21
+msgid "If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, gedit will print line numbers every such number of lines."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Insert spaces"
+msgstr "تشې ورننويستل"
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Line Number Font for Printing"
+msgstr "د چاپولو لپاره د ليکو د شمېرو ليکبڼه"
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Line Wrapping Mode"
+msgstr "ليکه نغاړلو اکر"
+
+#: ../data/gedit.schemas.in.h:25
+msgid "List of VFS schemes gedit supports in write mode. The 'file' scheme is writable by default."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:26
+msgid "List of active plugins. It contains the \"Location\" of the active plugins. See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:27
+msgid "List of encodings shown in Character Coding menu in open/save file selector. Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Max Number of Undo Actions"
+msgstr "د ناکړ چارونو ټولوجګه شمېره"
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Maximum Recent Files"
+msgstr "ټولوډېر اوسنۍ دوتنې"
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum number of actions that gedit will be able to undo or redo. Use \"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:34
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:37
+msgid "Monospace 9"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:38
+msgid "Number of minutes after which gedit will automatically save modified files. This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:39
+msgid "Print Header"
+msgstr "سرۍ چاپول"
+
+#: ../data/gedit.schemas.in.h:40
+msgid "Print Line Numbers"
+msgstr "د ليکو شمېرې چاپول"
+
+#: ../data/gedit.schemas.in.h:41
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:42
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:44
+msgid "Right Margin Position"
+msgstr "د ښي مورګې ځای"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:47
+msgid "Sans 11"
+msgstr "Sans ۱۱"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:50
+msgid "Sans 8"
+msgstr "Sans ۸"
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Side Pane is Visible"
+msgstr "څنګ چوکاټ ښکاري"
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Smart Home End"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:53
+msgid "Sorted list of encodings used by gedit for auto-detecting the encoding of a file. \"CURRENT\" represents the current locale encoding. Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:54
+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/gedit.schemas.in.h:55
+msgid "Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_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/gedit.schemas.in.h:56
+msgid "Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and \"GTK_WRAP_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/gedit.schemas.in.h:57
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:58
+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/gedit.schemas.in.h:59
+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/gedit.schemas.in.h:60
+msgid "Specifies the maximum number of recently opened files that will be displayed in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:61
+msgid "Specifies the number of spaces that should be displayed instead of Tab characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:62
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:63
+msgid "Status Bar is Visible"
+msgstr "انکړ پټه ښکاري"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Style Scheme"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:66
+msgid "Tab Size"
+msgstr "ټوپ کچ"
+
+#: ../data/gedit.schemas.in.h:67
+msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Toolbar Buttons Style"
+msgstr "د توکپټې د تڼېو ډول"
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Toolbar is Visible"
+msgstr "توکپټه ښکاري"
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:71
+msgid "Use Default Font"
+msgstr "تلواله ليکبڼه کارول"
+
+#: ../data/gedit.schemas.in.h:72
+msgid "Whether gedit should automatically save modified files after a time interval. You can set the time interval with the \"Auto Save Interval\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:73
+msgid "Whether gedit should create backup copies for the files it saves. You can set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:74
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:75
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:76
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:78
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:79
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:84
+msgid "Whether gedit should restore the previous cursor position when a file is loaded."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:87
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Whether to use the system's default fixed width font for editing text instead of a font specific to gedit. 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/gedit.schemas.in.h:90
+msgid "Writable VFS schemes"
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:93
+msgid "[ISO-8859-15]"
+msgstr ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.h:105
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "له ساتلو _پرته وتل"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "وتون بندول_"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "له ساتلو _پرته بندول"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:211
+msgid "Question"
+msgstr "پوښتنه"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld seconds will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:420
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "که چېرې تاسو يې ونه ساتﺉ، د تېر شوي مېنټ بدلونونه به د تل لپاره له منځه .ولاړ شي"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid "If you don't save, changes from the last minute and %ld second will be permanently lost."
+msgid_plural "If you don't save, changes from the last minute and %ld seconds will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:436
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last %ld minutes will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:451
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ".که چېرې تاسو يې ونه ساتﺉ، د تېرې شوې ګېنټې بدلونونه به د تل لپاره له منځه ولاړ شي"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:457
+#, c-format
+msgid "If you don't save, changes from the last hour and %d minute will be permanently lost."
+msgid_plural "If you don't save, changes from the last hour and %d minutes will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:515
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr ".لاسوند بدلونونه به د تل لپاره له منځه ولاړ شي \"%s\" د"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:520
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "لاسوند کې بدلونونه ساتل غواړﺉ؟ \"%s\" د بندولو نه مخکې"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:534
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:745
+msgid "Saving has been disabled by the system administrator."
+msgstr "د غونډال پازوال لخوا ساتنه ناتوانول شوې ده"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:700
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:724
+msgid "Docum_ents with unsaved changes:"
+msgstr ":هغه لاسون_دونه چې بدلونونه يې نه دي ساتل شوي"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:726
+msgid "S_elect the documents you want to save:"
+msgstr ":کوم لاسوندونه چې ساتل غواړﺉ ويې ټ_اکﺉ"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:747
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ".که چېرې يې ونه ساتﺉ، ستاسو ټول بدلونونه به د تل لپاره له منځه ولاړ شي"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:315
+msgid "Character Codings"
+msgstr "لوښه کوډوونې"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:373
+#: ../gedit/dialogs/gedit-encodings-dialog.c:434
+msgid "_Description"
+msgstr "سپړاوی_"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:382
+#: ../gedit/dialogs/gedit-encodings-dialog.c:443
+msgid "_Encoding"
+msgstr "کوډييزونه_"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:1
+msgid "A_vailable encodings:"
+msgstr ":ش_ته کوډييزونې"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:2
+msgid "Character codings"
+msgstr "لوښه کوډوونې"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:3
+msgid "E_ncodings shown in menu:"
+msgstr ":هغه ک_وډييزونې چې په غورنۍ کې ښودل کيږي"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:133
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:3
+msgid "Open Location"
+msgstr "ځای پرانيستل"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:1
+msgid "Ch_aracter coding:"
+msgstr ":لو_ښه کوډوونه"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr ":وليکﺉ (URI) کومه دوتنه چې پرانيستل غواړﺉ د هغې _ځای"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:570
+msgid "Push this button to select the font to be used by the editor"
+msgstr "دا تڼۍ ووهﺉ چې هغه ليکبڼه چې سمونګر به يې کاروي وټاکﺉ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:580
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:783
+msgid "The selected color scheme cannot be installed."
+msgstr ".ټاکل شوې رنګبندي نه شي لګېدلی"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:808
+msgid "Add Scheme"
+msgstr "رنګبندي زياتول"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:815
+msgid "A_dd Scheme"
+msgstr "رنګبندي ز_ياتول"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:823
+msgid "Color Scheme Files"
+msgstr "رنګبندي دوتنې"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:830
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Files"
+msgstr "ټولې دوتنې"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:875
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr ".رنګبندي نه شي ړنګولی \"%s\""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1077
+msgid "gedit Preferences"
+msgstr "د ج-سمون غوراوي"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1
+#: ../plugins/externaltools/tools/tools.glade.h:1
+#: ../plugins/snippets/snippets/snippets.glade.h:1
+#: ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>خپلکارې سرتشونه</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>اوسنۍ ليکه</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:5
+msgid "<b>File Saving</b>"
+msgstr "<b>دوتنه ساتل کيږي</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:6
+msgid "<b>Font</b>"
+msgstr "<b>ليکبڼه</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:7
+#: ../gedit/gedit-print-preferences.glade.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>د ليکو شمېرې</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:8
+msgid "<b>Right Margin</b>"
+msgstr "<b>ښي مورګه</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:9
+msgid "<b>Tab Stops</b>"
+msgstr "<b>ټوپ تمونه</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:10
+#: ../gedit/gedit-print-preferences.glade.h:5
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>ليک نغاړنه</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:11
+msgid "<span weight=\"bold\">Color Scheme</span>"
+msgstr "<span weight=\"bold\">رنګبندي</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:12
+msgid "Create a _backup copy of files before saving"
+msgstr "د ساتلو نه مخکې د دوتنو _شاتړ لمېسه جوړول"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:13
+msgid "Display right _margin"
+msgstr "ښي _مورګه ښودل"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:14
+#: ../gedit/gedit-print-preferences.glade.h:6
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:15
+msgid "Editor"
+msgstr "سمونګر"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:16
+msgid "Editor _font: "
+msgstr ":د سمونګر _ليکبڼه"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:17
+#: ../gedit/gedit-print-preferences.glade.h:7
+msgid "Enable text _wrapping"
+msgstr "ليک _نغاړنه توانول"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:18
+msgid "Font & Colors"
+msgstr "ليکبڼه او رنګونه"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:19
+msgid "Highlight current _line"
+msgstr "اوسنۍ _ليکه ځلول"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:20
+msgid "Highlight matching _bracket"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:21
+msgid "Insert _spaces instead of tabs"
+msgstr "د ټوپونو په ځای _تشې ورننويستل"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:22
+msgid "Pick the editor font"
+msgstr "د سمونګر ليکبڼه وټاکﺉ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:23
+msgid "Plugins"
+msgstr "لګونونه"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:24
+msgid "Preferences"
+msgstr "غوراوي"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:25
+msgid "View"
+msgstr "ليد"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:26
+msgid "_Add..."
+msgstr "...زياتول_"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:27
+msgid "_Autosave files every"
+msgstr "دوتنه خپله ساتل هر_"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:28
+msgid "_Display line numbers"
+msgstr "د ليکو شمېرې ښودل_"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:29
+msgid "_Enable automatic indentation"
+msgstr "خپلکارې سرتشونه توانول_"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:30
+msgid "_Right margin at column:"
+msgstr ":ښي مورګه په ستن_"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:31
+msgid "_Tab width:"
+msgstr ":د ټوپ پلنوالی_"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:32
+msgid "_minutes"
+msgstr "مېنټه_"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:301
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:2
+#: ../gedit/gedit-window.c:1363
+msgid "Replace"
+msgstr "ځاېناستول"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:312
+#: ../gedit/gedit-window.c:1361
+msgid "Find"
+msgstr "لټول"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:404
+msgid "Replace _All"
+msgstr "ټول ځاېناستول"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:405
+#: ../gedit/gedit-commands-file.c:653
+msgid "_Replace"
+msgstr "ځاېناستول_"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:1
+msgid "Match _entire word only"
+msgstr "يوازې _بشپړه ويې سارول"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:3
+msgid "Replace All"
+msgstr "ټول ځاېناستول"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:4
+msgid "Replace _with: "
+msgstr ":سره _ځاېناستول"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:5
+msgid "Search _backwards"
+msgstr "شاته پلټل_"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:6
+msgid "_Match case"
+msgstr "کېس سارول_"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:7
+msgid "_Search for: "
+msgstr ":لپاره پلټل_"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:8
+msgid "_Wrap around"
+msgstr ""
+
+#: ../gedit/gedit.c:72
+msgid "Set the character encoding to be used to open the files listed on the command line"
+msgstr ""
+
+#: ../gedit/gedit.c:72
+msgid "ENCODING"
+msgstr "کوډييزونه"
+
+#: ../gedit/gedit.c:75
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:78
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:81
+msgid "[FILE...]"
+msgstr "[...دوتنه]"
+
+#: ../gedit/gedit.c:113
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr ""
+
+#: ../gedit/gedit.c:125
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr ".ناسمه کوډييزونه :%s\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:466
+msgid "- Edit text files"
+msgstr "ليکن دوتنې سمول - "
+
+#: ../gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "...دوتنه لېښل کيږي '%s'"
+
+#: ../gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:438
+msgid "Open Files"
+msgstr "دوتنې پرانيستل"
+
+#: ../gedit/gedit-commands-file.c:633
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr ".دوتنه يواز-لوستې ده \"%s\""
+
+#: ../gedit/gedit-commands-file.c:644
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:711
+#: ../gedit/gedit-commands-file.c:917
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "...دوتنه ساتل کيږي '%s'"
+
+#: ../gedit/gedit-commands-file.c:815
+msgid "Save As…"
+msgstr "...ساتل په"
+
+#: ../gedit/gedit-commands-file.c:1096
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1141
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1150
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld seconds will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1159
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1165
+#, c-format
+msgid "Changes made to the document in the last minute and %ld second will be permanently lost."
+msgid_plural "Changes made to the document in the last minute and %ld seconds will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1175
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural "Changes made to the document in the last %ld minutes will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1190
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1196
+#, c-format
+msgid "Changes made to the document in the last hour and %d minute will be permanently lost."
+msgid_plural "Changes made to the document in the last hour and %d minutes will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1211
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1237
+msgid "_Revert"
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:80
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "ج-سمون د جنومي سرپاڼې لپاره يو وړوکی او سپک ليک سمونګر دی"
+
+#: ../gedit/gedit-commands-help.c:96
+msgid "translator-credits"
+msgstr ""
+"Zabeeh Khan <zabeehkhan@gmail.com>\n"
+"The Pathanisation Project <pathanisation@googlegroups.com>"
+
+#: ../gedit/gedit-commands-search.c:165
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-search.c:175
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#: ../gedit/gedit-commands-search.c:188
+msgid "Phrase not found"
+msgstr "څرګندۍ ونه موندل شوه"
+
+#: ../gedit/gedit-document.c:880
+#: ../gedit/gedit-document.c:974
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "%d ناساتل شوی لاسوند"
+
+#: ../gedit/gedit-documents-panel.c:89
+#: ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:1929
+#: ../gedit/gedit-window.c:1934
+msgid "Read Only"
+msgstr "يواز لوستی"
+
+#: ../gedit/gedit-documents-panel.c:760
+#: ../gedit/gedit-window.c:2873
+msgid "Documents"
+msgstr "لاسوندونه"
+
+#: ../gedit/gedit-encodings.c:140
+#: ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186
+#: ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190
+#: ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "يونيکوډ"
+
+#: ../gedit/gedit-encodings.c:153
+#: ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:274
+msgid "Western"
+msgstr "لويديځ"
+
+#: ../gedit/gedit-encodings.c:155
+#: ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:270
+msgid "Central European"
+msgstr "منځنی اروپايي"
+
+#: ../gedit/gedit-encodings.c:157
+msgid "South European"
+msgstr "سهيلي اروپايي"
+
+#: ../gedit/gedit-encodings.c:159
+#: ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:284
+msgid "Baltic"
+msgstr "بالټيک"
+
+#: ../gedit/gedit-encodings.c:161
+#: ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:248
+#: ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:254
+#: ../gedit/gedit-encodings.c:272
+msgid "Cyrillic"
+msgstr "سېرېلېک"
+
+#: ../gedit/gedit-encodings.c:163
+#: ../gedit/gedit-encodings.c:241
+#: ../gedit/gedit-encodings.c:282
+msgid "Arabic"
+msgstr "عربي"
+
+#: ../gedit/gedit-encodings.c:165
+#: ../gedit/gedit-encodings.c:276
+msgid "Greek"
+msgstr "ګريک"
+
+#: ../gedit/gedit-encodings.c:167
+msgid "Hebrew Visual"
+msgstr "هېبرو ښکارېدونکې"
+
+#: ../gedit/gedit-encodings.c:169
+#: ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Hebrew"
+msgstr "هېبرو"
+
+#: ../gedit/gedit-encodings.c:171
+#: ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Turkish"
+msgstr "ترکي"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "نارډېک"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "سېلټېک"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "رومانيايي"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "ارمينيايي"
+
+#: ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "چينايي هڅوبي"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "سېرېلېک/رشين"
+
+#: ../gedit/gedit-encodings.c:208
+#: ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212
+#: ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:259
+msgid "Japanese"
+msgstr "جاپاني"
+
+#: ../gedit/gedit-encodings.c:215
+#: ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:265
+msgid "Korean"
+msgstr "کوريايي"
+
+#: ../gedit/gedit-encodings.c:220
+#: ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:228
+msgid "Chinese Simplified"
+msgstr "چينايي ساده"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "ګورجين"
+
+#: ../gedit/gedit-encodings.c:256
+msgid "Cyrillic/Ukrainian"
+msgstr "سېرېلېک/وکرېنين"
+
+#: ../gedit/gedit-encodings.c:261
+#: ../gedit/gedit-encodings.c:267
+#: ../gedit/gedit-encodings.c:286
+msgid "Vietnamese"
+msgstr "وېټنامي"
+
+#: ../gedit/gedit-encodings.c:263
+msgid "Thai"
+msgstr "ټهايي"
+
+#: ../gedit/gedit-encodings.c:437
+msgid "Unknown"
+msgstr "ناپېژندلی"
+
+#: ../gedit/gedit-encodings-option-menu.c:220
+msgid "Auto Detected"
+msgstr "خپله اوچت شوی"
+
+#: ../gedit/gedit-encodings-option-menu.c:240
+#: ../gedit/gedit-encodings-option-menu.c:262
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "(%s) اوسنۍ ځاييزونه"
+
+#: ../gedit/gedit-encodings-option-menu.c:323
+msgid "Add or _Remove..."
+msgstr "...زياتول يا _ړنګول"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "ټولې ليک دوتنې"
+
+#: ../gedit/gedit-file-chooser-dialog.c:79
+msgid "C_haracter Coding:"
+msgstr ":ل_وښه کوډونه"
+
+#: ../gedit/gedit-help.c:66
+msgid "There was an error displaying help."
+msgstr "د مرستې په ښودلو کې ستونزه رامنځ ته شوه"
+
+#: ../gedit/gedit-io-error-message-area.c:185
+#, c-format
+msgid "Could not find the file %s."
+msgstr ".دوتنه ونه موندل شوه %s"
+
+#: ../gedit/gedit-io-error-message-area.c:187
+#: ../gedit/gedit-io-error-message-area.c:226
+#: ../gedit/gedit-io-error-message-area.c:242
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:192
+#: ../gedit/gedit-io-error-message-area.c:441
+msgid "The file contains corrupted data."
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:203
+#: ../gedit/gedit-io-error-message-area.c:452
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "ځای نه شي سمبالولی %s ج-سمون"
+
+#: ../gedit/gedit-io-error-message-area.c:209
+#: ../gedit/gedit-io-error-message-area.c:458
+msgid "gedit cannot handle this location."
+msgstr ".ج-سمون دا ځای نه شي سمبالولی"
+
+#: ../gedit/gedit-io-error-message-area.c:216
+#: ../gedit/gedit-io-error-message-area.c:465
+msgid "The file contains data in an invalid format."
+msgstr ".دوتنه په يوه ناسمه بڼه کې اومتوک لري"
+
+#: ../gedit/gedit-io-error-message-area.c:220
+#: ../gedit/gedit-io-error-message-area.c:469
+msgid "The file is too big."
+msgstr ".دوتنه ډېره لويه ده"
+
+#: ../gedit/gedit-io-error-message-area.c:224
+#, c-format
+msgid "%s is not a valid location."
+msgstr ".يو سم ځای نه دی %s"
+
+#: ../gedit/gedit-io-error-message-area.c:231
+#: ../gedit/gedit-io-error-message-area.c:473
+msgid "You do not have the permissions necessary to open the file."
+msgstr ".تاسو د دوتنې پرانيستلو لپاره اړينې پرېښلې نه لرﺉ"
+
+#: ../gedit/gedit-io-error-message-area.c:235
+#: ../gedit/gedit-io-error-message-area.c:477
+#: ../gedit/gedit-io-error-message-area.c:1230
+msgid "There are too many open files. Please close some applications and try again."
+msgstr ".پرانيستل شوې دوتنې ډېرې زياتې دي. يو څه کاريالونه بند کړﺉ او بيا هڅه وکړﺉ"
+
+#: ../gedit/gedit-io-error-message-area.c:240
+#: ../gedit/gedit-io-error-message-area.c:482
+#, c-format
+msgid "%s is a directory."
+msgstr ".يو درکموند دی %s"
+
+#: ../gedit/gedit-io-error-message-area.c:247
+#: ../gedit/gedit-io-error-message-area.c:487
+msgid "Not enough available memory to open the file. Please close some running applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:275
+#: ../gedit/gedit-io-error-message-area.c:515
+#: ../gedit/gedit-io-error-message-area.c:1269
+#, c-format
+msgid "Host %s could not be found. Please check that your proxy settings are correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:286
+#: ../gedit/gedit-io-error-message-area.c:297
+#: ../gedit/gedit-io-error-message-area.c:305
+#: ../gedit/gedit-io-error-message-area.c:526
+#: ../gedit/gedit-io-error-message-area.c:537
+#: ../gedit/gedit-io-error-message-area.c:1280
+#: ../gedit/gedit-io-error-message-area.c:1291
+#: ../gedit/gedit-io-error-message-area.c:1299
+#, c-format
+msgid "Host name was invalid. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:311
+#: ../gedit/gedit-io-error-message-area.c:545
+#: ../gedit/gedit-io-error-message-area.c:1305
+msgid "Host name was empty. Please check that your proxy settings are correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:317
+#: ../gedit/gedit-io-error-message-area.c:1311
+msgid "Attempt to log in failed. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:323
+msgid "The file you are trying to open is not a regular file."
+msgstr ".د کومې دوتنې د پرانيستلو هڅه چې مو وکړه هغه ساده دوتنه نه ده"
+
+#: ../gedit/gedit-io-error-message-area.c:327
+#: ../gedit/gedit-io-error-message-area.c:560
+#: ../gedit/gedit-io-error-message-area.c:1339
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:376
+#: ../gedit/gedit-io-error-message-area.c:610
+#: ../gedit/gedit-io-error-message-area.c:1380
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:382
+#: ../gedit/gedit-io-error-message-area.c:776
+#, c-format
+msgid "Could not open the file %s."
+msgstr ".دوتنه نه شي پرانيستلی %s"
+
+#: ../gedit/gedit-io-error-message-area.c:391
+#: ../gedit/gedit-io-error-message-area.c:683
+msgid "_Retry"
+msgstr "بياهڅه_"
+
+#: ../gedit/gedit-io-error-message-area.c:436
+msgid "gedit cannot find it. Perhaps it has recently been deleted."
+msgstr ".ج-سمون يې نه شي موندلی. کېدی شي اوس اوس ړنګول شوی وي"
+
+#: ../gedit/gedit-io-error-message-area.c:551
+msgid "Attempt to log in failed."
+msgstr ".د ننوتو هڅه پاتې راغله"
+
+#: ../gedit/gedit-io-error-message-area.c:555
+#, c-format
+msgid "%s is not a regular file."
+msgstr ".ساده دوتنه نه ده %s"
+
+#: ../gedit/gedit-io-error-message-area.c:616
+#, c-format
+msgid "Could not revert the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:640
+msgid "Ch_aracter Coding:"
+msgstr ":لو_ښه کوډونه"
+
+#: ../gedit/gedit-io-error-message-area.c:778
+msgid "gedit has not been able to detect the character coding."
+msgstr ".ج-سمون ونه شو کولی چې لوښه کوډونه اوچته کړي"
+
+#: ../gedit/gedit-io-error-message-area.c:780
+#: ../gedit/gedit-io-error-message-area.c:789
+msgid "Please check that you are not trying to open a binary file."
+msgstr ".مهرباني وکړﺉ وګورﺉ چې تاسو خو کومه دوياله دوتنه نه پرانيزﺉ"
+
+#: ../gedit/gedit-io-error-message-area.c:781
+msgid "Select a character coding from the menu and try again."
+msgstr ".د غورنۍ نه يوه لوښه کوډونه وټاکﺉ او بيا هڅه وکړﺉ"
+
+#: ../gedit/gedit-io-error-message-area.c:786
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:790
+#: ../gedit/gedit-io-error-message-area.c:842
+msgid "Select a different character coding from the menu and try again."
+msgstr ".د غورنۍ نه کومه بله لوښه کوډونه وټاکﺉ او بيا هڅه وکړﺉ"
+
+#: ../gedit/gedit-io-error-message-area.c:837
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:840
+msgid "The document contains one or more characters that cannot be encoded using the specified character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:903
+msgid "_Edit Anyway"
+msgstr "بيا هم سمول_"
+
+#: ../gedit/gedit-io-error-message-area.c:906
+msgid "_Don't Edit"
+msgstr "نه سمول_"
+
+#: ../gedit/gedit-io-error-message-area.c:921
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr ".په بلې ج-سمون کړکۍ کې د مخکې نه پرانيستل شوې ده (%s) دا دوتنه"
+
+#: ../gedit/gedit-io-error-message-area.c:936
+msgid "gedit opened this instance of the file in a non-editable way. Do you want to edit it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:994
+#: ../gedit/gedit-io-error-message-area.c:1089
+msgid "S_ave Anyway"
+msgstr "بيا هم س_اتل"
+
+#: ../gedit/gedit-io-error-message-area.c:998
+#: ../gedit/gedit-io-error-message-area.c:1093
+msgid "D_on't Save"
+msgstr "ن_ه ساتل"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1016
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1032
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "که چېرې يې وساتﺉ، ټول بهرني بدلونونه به له منځه ولاړ شي. بيا يې هم ساتل غواړﺉ؟"
+
+#: ../gedit/gedit-io-error-message-area.c:1111
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "د ساتلو پر مهال يې شاتړ دوتنه جوړه نه شوه کړی %s د"
+
+#: ../gedit/gedit-io-error-message-area.c:1114
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "د ساتلو پر مهال يې لنډمهاله شاتړ دوتنه جوړه نه شوه کړی %s د"
+
+#: ../gedit/gedit-io-error-message-area.c:1131
+msgid "gedit could not backup the old copy of the file before saving the new one. You can ignore this warning and save the file anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1192
+#, c-format
+msgid "gedit cannot handle %s locations in write mode. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1200
+msgid "gedit cannot handle this location in write mode. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1209
+msgid "The disk where you are trying to save the file has a limitation on file sizes. Please try saving a smaller file or saving it to a disk that does not have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1216
+#, c-format
+msgid "%s is not a valid location. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1223
+msgid "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1235
+#, c-format
+msgid "%s is a directory. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1241
+msgid "Not enough available memory to save the file. Please close some running applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1317
+msgid "There is not enough disk space to save the file. Please free some disk space and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1323
+msgid "You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1329
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ".په دې نوم يوه دوتنه د مخکې نه شته دی. کوم بل نوم وکاروﺉ"
+
+#: ../gedit/gedit-io-error-message-area.c:1334
+msgid "The disk where you are trying to save the file has a limitation on length of the file names. Please use a shorter name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1343
+#, c-format
+msgid "%s is not a regular file. Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1386
+#, c-format
+msgid "Could not save the file %s."
+msgstr ".دوتنه نه شي ساتلی %s"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1428
+#, c-format
+msgid "The file %s changed on disk."
+msgstr ".دوتنه په ټيکلي کې بدله شوه %s"
+
+#: ../gedit/gedit-io-error-message-area.c:1433
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "تاسو غواړﺉ چې خپلې بدلونې له منځه يوسﺉ او دوتنه بيا ولېښﺉ؟"
+
+#: ../gedit/gedit-io-error-message-area.c:1435
+msgid "Do you want to reload the file?"
+msgstr "دوتنه بيالېښل غواړﺉ؟"
+
+#: ../gedit/gedit-io-error-message-area.c:1445
+msgid "_Reload"
+msgstr "بيالېښل_"
+
+#. bad bad luck...
+#: ../gedit/gedit-local-document-saver.c:361
+msgid "Could not obtain backup filename"
+msgstr "د شاتړ دوتنه نوم يې ونه شو موندلی"
+
+#: ../gedit/gedit-notebook.c:834
+msgid "Close document"
+msgstr "لاسوند بندول"
+
+#: ../gedit/gedit-panel.c:364
+#: ../gedit/gedit-panel.c:572
+msgid "Empty"
+msgstr "تشه"
+
+#: ../gedit/gedit-panel.c:517
+#: ../gedit/gedit-panel.c:591
+msgid "Hide panel"
+msgstr "چوکاټ پټول"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "لګون"
+
+#: ../gedit/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr "توانول شوي"
+
+#: ../gedit/gedit-plugin-manager.c:504
+msgid "_About"
+msgstr "په اړه_"
+
+#: ../gedit/gedit-plugin-manager.c:512
+msgid "C_onfigure"
+msgstr "س_ازول"
+
+#: ../gedit/gedit-plugin-manager.c:521
+msgid "A_ctivate"
+msgstr "چ_ارندول"
+
+#: ../gedit/gedit-plugin-manager.c:532
+msgid "Ac_tivate All"
+msgstr "ټول چا_رندول"
+
+#: ../gedit/gedit-plugin-manager.c:537
+msgid "_Deactivate All"
+msgstr "ټول ناچارندول_"
+
+#: ../gedit/gedit-plugin-manager.c:825
+msgid "_About Plugin"
+msgstr "د لګون په اړه_"
+
+#: ../gedit/gedit-plugin-manager.c:829
+msgid "C_onfigure Plugin"
+msgstr "لګون س_ازول"
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr ".غوراوی سمبالګر نه شي پېلولی"
+
+#: ../gedit/gedit-prefs-manager.c:1102
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: ../gedit/gedit-print-job.c:534
+#, c-format
+msgid "File: %s"
+msgstr "%s :دوتنه"
+
+#: ../gedit/gedit-print-job.c:543
+msgid "Page %N of %Q"
+msgstr "%Q له %N مخ"
+
+#: ../gedit/gedit-print-job.c:801
+msgid "Preparing..."
+msgstr "...چمتو کيږي"
+
+#: ../gedit/gedit-print-preferences.glade.h:1
+msgid "<b>Fonts</b>"
+msgstr "<b>ليکبڼې</b>"
+
+#: ../gedit/gedit-print-preferences.glade.h:3
+msgid "<b>Page header</b>"
+msgstr "<b>مخ سرۍ</b>"
+
+#: ../gedit/gedit-print-preferences.glade.h:4
+msgid "<b>Syntax Highlighting</b>"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.glade.h:8
+msgid "He_aders and footers:"
+msgstr ":سر_ۍ او پښۍ"
+
+#: ../gedit/gedit-print-preferences.glade.h:9
+msgid "Print line nu_mbers"
+msgstr "د ليکو شم_ېرې چاپول"
+
+#: ../gedit/gedit-print-preferences.glade.h:10
+msgid "Print page _headers"
+msgstr "مخ _سرۍ چاپول"
+
+#: ../gedit/gedit-print-preferences.glade.h:11
+msgid "Print synta_x highlighting"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.glade.h:12
+msgid "_Body:"
+msgstr ":تنه_"
+
+#: ../gedit/gedit-print-preferences.glade.h:13
+msgid "_Line numbers:"
+msgstr ":د ليکو شمېرې_"
+
+#: ../gedit/gedit-print-preferences.glade.h:14
+msgid "_Number every"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.glade.h:15
+msgid "_Restore Default Fonts"
+msgstr "تلواله ليکبڼې بيازېرمل_"
+
+#: ../gedit/gedit-print-preferences.glade.h:16
+msgid "lines"
+msgstr "ليکې"
+
+#: ../gedit/gedit-print-preview.c:563
+msgid "Show the previous page"
+msgstr "مخکنی مخ ښودل"
+
+#: ../gedit/gedit-print-preview.c:577
+msgid "Show the next page"
+msgstr "راتلونکی مخ ښودل"
+
+#: ../gedit/gedit-print-preview.c:594
+msgid "Current page (Alt+P)"
+msgstr "(Alt+P) اوسنی مخ"
+
+#: ../gedit/gedit-print-preview.c:616
+msgid "of"
+msgstr "د"
+
+#: ../gedit/gedit-print-preview.c:624
+msgid "Page total"
+msgstr "ټول مخونه"
+
+#: ../gedit/gedit-print-preview.c:625
+msgid "The total number of pages in the document"
+msgstr "په لاسوند کې د ټولو مخونو شمېر"
+
+#: ../gedit/gedit-print-preview.c:644
+msgid "Show multiple pages"
+msgstr "ګڼ مخونه ښودل"
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Zoom 1:1"
+msgstr "لويول ۱:۱"
+
+#: ../gedit/gedit-print-preview.c:670
+msgid "Zoom to fit the whole page"
+msgstr "لويول چې ټول مخ کې برابر شي"
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom the page in"
+msgstr "مخ لوډېرول"
+
+#: ../gedit/gedit-print-preview.c:692
+msgid "Zoom the page out"
+msgstr "مخ لوکمول"
+
+#: ../gedit/gedit-print-preview.c:704
+msgid "_Close Preview"
+msgstr "مخليد بندلول_"
+
+#: ../gedit/gedit-print-preview.c:708
+msgid "Close print preview"
+msgstr "چاپ مخليد بندول"
+
+#: ../gedit/gedit-print-preview.c:774
+#, c-format
+msgid "Page %d of %d"
+msgstr "مخ %d له %d"
+
+#: ../gedit/gedit-print-preview.c:958
+msgid "Page Preview"
+msgstr "مخ مخليد"
+
+#: ../gedit/gedit-print-preview.c:959
+msgid "The preview of a page in the document to be printed"
+msgstr "په لاسوند کې د کوم مخ مخليد چې چاپيږي"
+
+#: ../gedit/gedit-statusbar.c:248
+msgid " OVR"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:250
+msgid " INS"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:289
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr "%d ستن ،%d ليکه "
+
+#: ../gedit/gedit-statusbar.c:388
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-style-scheme-manager.c:214
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:660
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:667
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:683
+#, c-format
+msgid "Loading %s from %s"
+msgstr "لېښل کيږي %s له %s"
+
+#: ../gedit/gedit-tab.c:690
+#, c-format
+msgid "Loading %s"
+msgstr "لېښل کيږي %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:773
+#, c-format
+msgid "Saving %s to %s"
+msgstr "کې ساتل کيږي %s په %s"
+
+#: ../gedit/gedit-tab.c:780
+#, c-format
+msgid "Saving %s"
+msgstr "ساتل کيږي %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1643
+msgid "RO"
+msgstr "يواز-لوستی"
+
+#: ../gedit/gedit-tab.c:1688
+#, c-format
+msgid "Error opening file %s"
+msgstr "دوتنې پرانيستلو کې ستونزه %s"
+
+#: ../gedit/gedit-tab.c:1693
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1698
+#, c-format
+msgid "Error saving file %s"
+msgstr "دوتنه ساتلو کې تېروتنه %s"
+
+#: ../gedit/gedit-tab.c:1716
+msgid "Unicode (UTF-8)"
+msgstr "(UTF-8) يونيکوډ"
+
+#: ../gedit/gedit-tab.c:1723
+msgid "Name:"
+msgstr ":نوم"
+
+#: ../gedit/gedit-tab.c:1724
+msgid "MIME Type:"
+msgstr ":‌ډول MIME"
+
+#: ../gedit/gedit-tab.c:1725
+msgid "Encoding:"
+msgstr ":کوډييزونه"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:49
+msgid "_File"
+msgstr "دوتنه_"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Edit"
+msgstr "سمون_"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_View"
+msgstr "ليد_"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Search"
+msgstr "پلټون_"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Tools"
+msgstr "توکي_"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Documents"
+msgstr "لاسوندونه_"
+
+#: ../gedit/gedit-ui.h:55
+msgid "_Help"
+msgstr "مرسته_"
+
+#: ../gedit/gedit-ui.h:59
+msgid "Create a new document"
+msgstr "نوی لاسوند جوړول"
+
+#: ../gedit/gedit-ui.h:60
+msgid "_Open..."
+msgstr "...پرانيستل_"
+
+#: ../gedit/gedit-ui.h:61
+#: ../gedit/gedit-window.c:1483
+msgid "Open a file"
+msgstr "کومه دوتنه پرانيستل"
+
+#: ../gedit/gedit-ui.h:62
+msgid "Open _Location..."
+msgstr "...ځای پرانيستل_"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open a file from a specified location"
+msgstr "د يو ورکړل شوي ځای نه دوتنه پرانيستل"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:66
+msgid "Pr_eferences"
+msgstr "غو_راوي"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Configure the application"
+msgstr "کاريال سازول"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:70
+msgid "_Contents"
+msgstr "منځپانګې_"
+
+#: ../gedit/gedit-ui.h:71
+msgid "Open the gedit manual"
+msgstr "د ج-سمون لاسي کتاب پرانيستل"
+
+#: ../gedit/gedit-ui.h:73
+msgid "About this application"
+msgstr "د دې کاريال په اړه"
+
+#: ../gedit/gedit-ui.h:80
+msgid "Save the current file"
+msgstr "اوسنۍ دوتنه ساتل"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save _As..."
+msgstr "...ساتل _په"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save the current file with a different name"
+msgstr "اوسنۍ دوتنه په بل نوم ساتل"
+
+#: ../gedit/gedit-ui.h:84
+msgid "Revert to a saved version of the file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:85
+msgid "Page Set_up..."
+msgstr "...مخ امس_ته"
+
+#: ../gedit/gedit-ui.h:86
+msgid "Setup the page settings"
+msgstr "د مخ امستنې امستل"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Print Previe_w"
+msgstr "چاپ مخلي_د"
+
+#: ../gedit/gedit-ui.h:88
+msgid "Print preview"
+msgstr "چاپ مخليد"
+
+#: ../gedit/gedit-ui.h:89
+msgid "_Print..."
+msgstr "...چاپول_"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print the current page"
+msgstr "اوسنی مخ چاپول"
+
+#: ../gedit/gedit-ui.h:92
+msgid "Close the current file"
+msgstr "اوسنۍ دوتنه بندول"
+
+#: ../gedit/gedit-ui.h:96
+msgid "Undo the last action"
+msgstr "وروستی چار ناکړول"
+
+#: ../gedit/gedit-ui.h:98
+msgid "Redo the last undone action"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:100
+msgid "Cut the selection"
+msgstr "ټاکنه سکڼل"
+
+#: ../gedit/gedit-ui.h:102
+msgid "Copy the selection"
+msgstr "ټاکنه لمېسل"
+
+#: ../gedit/gedit-ui.h:104
+msgid "Paste the clipboard"
+msgstr "ټوټه دړه سرېښل"
+
+#: ../gedit/gedit-ui.h:106
+msgid "Delete the selected text"
+msgstr "ټاکل شوې ليکنه ړنګول"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Select _All"
+msgstr "ټول ټاکل_"
+
+#: ../gedit/gedit-ui.h:108
+msgid "Select the entire document"
+msgstr "ټول لاسوند ټاکل"
+
+#. View menu
+#: ../gedit/gedit-ui.h:111
+msgid "_Highlight Mode"
+msgstr "ځلېدو اکر_"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Find..."
+msgstr "...لټول_"
+
+#: ../gedit/gedit-ui.h:115
+msgid "Search for text"
+msgstr "ليکنه لټول"
+
+#: ../gedit/gedit-ui.h:116
+msgid "Find Ne_xt"
+msgstr "را_تلونکی لټول"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Search forwards for the same text"
+msgstr "همدا ليکنه وړاندې پلټل"
+
+#: ../gedit/gedit-ui.h:118
+msgid "Find Pre_vious"
+msgstr "مخک_نی لټول"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Search backwards for the same text"
+msgstr "همدا ليکنه وروسته پلټل"
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Replace..."
+msgstr "...ځاېناستول_"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Search for and replace text"
+msgstr "ليکنه پلټل او ځاېناستول"
+
+#: ../gedit/gedit-ui.h:122
+msgid "_Clear Highlight"
+msgstr "ځلا پاکول_"
+
+#: ../gedit/gedit-ui.h:123
+msgid "Clear highlighting of search matches"
+msgstr "د پلټون سارو ځلېدنه پاکول"
+
+#: ../gedit/gedit-ui.h:124
+msgid "Go to _Line..."
+msgstr "...ليکې ته ورتلل_"
+
+#: ../gedit/gedit-ui.h:125
+msgid "Go to a specific line"
+msgstr "يوې ورکړل شوې ليکې ته ورتلل"
+
+#: ../gedit/gedit-ui.h:126
+msgid "_Incremental Search..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:127
+msgid "Incrementally search for text"
+msgstr ""
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:130
+msgid "_Save All"
+msgstr "ټول ساتل_"
+
+#: ../gedit/gedit-ui.h:131
+msgid "Save all open files"
+msgstr "ټولې پرانيستل شوې دوتنې ساتل"
+
+#: ../gedit/gedit-ui.h:132
+msgid "_Close All"
+msgstr "ټول بندول_"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Close all open files"
+msgstr "ټولې پرانيستل شوې دوتنې بندول"
+
+#: ../gedit/gedit-ui.h:134
+msgid "_Previous Document"
+msgstr "مخکنی لاسوند_"
+
+#: ../gedit/gedit-ui.h:135
+msgid "Activate previous document"
+msgstr "مخکنی لاسوند چارندول"
+
+#: ../gedit/gedit-ui.h:136
+msgid "_Next Document"
+msgstr "راتلونکی لاسوند_"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Activate next document"
+msgstr "راتلونکی لاسوند چارندول"
+
+#: ../gedit/gedit-ui.h:138
+msgid "_Move to New Window"
+msgstr "نوې کړکۍ ته خوځول_"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Move the current document to a new window"
+msgstr "اوسنی لاسوند نوې کړکۍ ته لېږل"
+
+#: ../gedit/gedit-ui.h:146
+msgid "Quit the program"
+msgstr "کړنلار بندول"
+
+#: ../gedit/gedit-ui.h:151
+msgid "_Toolbar"
+msgstr "توکپټه_"
+
+#: ../gedit/gedit-ui.h:152
+msgid "Show or hide the toolbar in the current window"
+msgstr "په اوسنۍ کړکۍ کې توکپټه ښودل يا پټول"
+
+#: ../gedit/gedit-ui.h:154
+msgid "_Statusbar"
+msgstr "انکړپټه_"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Show or hide the statusbar in the current window"
+msgstr "په اوسنۍ کړکۍ کې انکړپټه ښودل يا پټول"
+
+#: ../gedit/gedit-ui.h:157
+msgid "Side _Pane"
+msgstr "څنګ _چوکاټ"
+
+#: ../gedit/gedit-ui.h:158
+msgid "Show or hide the side pane in the current window"
+msgstr "په اوسنۍ کړکۍ کې څنګ چوکاټ ښودل يا پټول"
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Bottom Pane"
+msgstr "لاندنی چوکاټ_"
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the bottom pane in the current window"
+msgstr "په اوسنۍ کړکۍ کې لاندنی چوکاټ ښودل يا پټول"
+
+#: ../gedit/gedit-utils.c:1049
+#, c-format
+msgid "Unable to find file %s."
+msgstr ".دوتنه نه شي موندلی %s"
+
+#: ../gedit/gedit-utils.c:1053
+#: ../gedit/gedit-utils.c:1089
+msgid "Please check your installation."
+msgstr ".مهرباني وکړﺉ خپل لګاو وګورﺉ"
+
+#: ../gedit/gedit-utils.c:1085
+#, c-format
+msgid "Unable to find the required widgets inside file %s."
+msgstr ""
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1169
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1179
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1189
+msgid "_Match Case"
+msgstr "کېس سارول_"
+
+#: ../gedit/gedit-view.c:1277
+msgid "String you want to search for"
+msgstr "هغه مزی چې پلټل يې غواړﺉ"
+
+#: ../gedit/gedit-view.c:1285
+msgid "Line you want to move the cursor to"
+msgstr "هغه ليکه چې ځری ورته وړل غواړﺉ"
+
+#: ../gedit/gedit-window.c:896
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "ځلېدو اکر کارول %s"
+
+#. add the "None" item before all the others
+#. Translators: "None" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:953
+msgid "None"
+msgstr "هېڅ"
+
+#: ../gedit/gedit-window.c:954
+msgid "Disable syntax highlighting"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1240
+#, c-format
+msgid "Open '%s'"
+msgstr "پرانيستل '%s'"
+
+#: ../gedit/gedit-window.c:1359
+msgid "Save"
+msgstr "ساتل_"
+
+#: ../gedit/gedit-window.c:1487
+msgid "Open a recently used file"
+msgstr "اوس کارول شوې دوتنه پرانيستل"
+
+#: ../gedit/gedit-window.c:1494
+msgid "Open"
+msgstr "پرانيستل"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1544
+#, c-format
+msgid "Activate '%s'"
+msgstr "چارندول '%s'"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "کېس بدلول"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr ".د ټاکل شوې ليکنې کېس بدلول"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "کېس ب_دلول"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "ټول _لوی توري"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "ټاکل شوې ليکنه لویو تورو ته بدلول"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "ټول _کوچني توري"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "ټاکل شوې ليکنه کوچنيو تورو ته بدلول"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "سرليک کېس_"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "د هرې ټاکل شوې ويې لومړی توری لويول"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid "Analyzes the current document and reports the number of words, lines, characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Document Statistics"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "۰"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "باېټه"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "لوښې (بې له تشو)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "لوښې (تشو سره)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Document"
+msgstr "لاسوند"
+
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Lines"
+msgstr "ليکې"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "Selection"
+msgstr "ټاکنه"
+
+#: ../plugins/docinfo/docinfo.glade2.h:11
+msgid "Words"
+msgstr "وييونه"
+
+#: ../plugins/docinfo/docinfo.glade2.h:12
+msgid "_Update"
+msgstr "اوسمهالول_"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:411
+msgid "_Document Statistics"
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:413
+msgid "Get statistic info on current document"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "بهرني توکي"
+
+#: ../plugins/externaltools/tools/__init__.py:126
+msgid "_External Tools..."
+msgstr "...بهرني توکي_"
+
+#: ../plugins/externaltools/tools/__init__.py:128
+msgid "Opens the External Tools Manager"
+msgstr "د بهرنيو توکو سمبالګر پرانيزي"
+
+#: ../plugins/externaltools/tools/__init__.py:158
+msgid "Shell Output"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:109
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:166
+msgid "Running tool:"
+msgstr ":ځغلېدونکی توکی"
+
+#: ../plugins/externaltools/tools/functions.py:189
+msgid "Done."
+msgstr ".وشو"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "Exited"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:41
+msgid "Nothing"
+msgstr "هېڅ"
+
+#: ../plugins/externaltools/tools/manager.py:42
+msgid "Current document"
+msgstr "اوسنی لاسوند"
+
+#: ../plugins/externaltools/tools/manager.py:43
+msgid "Current selection"
+msgstr "اوسنۍ ټاکنه"
+
+#: ../plugins/externaltools/tools/manager.py:44
+msgid "Current line"
+msgstr "اوسنۍ ليکه"
+
+#: ../plugins/externaltools/tools/manager.py:45
+msgid "Current word"
+msgstr "اوسنۍ ويي"
+
+#: ../plugins/externaltools/tools/manager.py:48
+msgid "Display in bottom pane"
+msgstr "په لاندني چوکاټ کې ښودل"
+
+#: ../plugins/externaltools/tools/manager.py:49
+msgid "Create new document"
+msgstr "نوی لاسوند جوړول"
+
+#: ../plugins/externaltools/tools/manager.py:50
+msgid "Append to current document"
+msgstr "اوسني لاسوند سره ملول"
+
+#: ../plugins/externaltools/tools/manager.py:51
+msgid "Replace current document"
+msgstr "اوسنی لاسوند ځاېناستول"
+
+#: ../plugins/externaltools/tools/manager.py:52
+msgid "Replace current selection"
+msgstr "اوسنۍ ټاکنه ځاېناستول"
+
+#: ../plugins/externaltools/tools/manager.py:53
+msgid "Insert at cursor position"
+msgstr "د ځري په ځای ورننويستل"
+
+#: ../plugins/externaltools/tools/manager.py:56
+msgid "All documents"
+msgstr "ټول لاسوندونه"
+
+#: ../plugins/externaltools/tools/manager.py:57
+msgid "All documents except untitled ones"
+msgstr "ټول لاسوندونه بې له بېسرليکه"
+
+#: ../plugins/externaltools/tools/manager.py:58
+msgid "Local files only"
+msgstr "يوازې ځايي دوتنې"
+
+#: ../plugins/externaltools/tools/manager.py:59
+msgid "Remote files only"
+msgstr "يوازې لرې دوتنې"
+
+#: ../plugins/externaltools/tools/manager.py:60
+msgid "Untitled documents only"
+msgstr "يوازې بېسرليکه لاسوندونه"
+
+#: ../plugins/externaltools/tools/manager.py:200
+#: ../plugins/externaltools/tools/manager.py:230
+#: ../plugins/externaltools/tools/manager.py:278
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:204
+msgid "A Brand New Tool"
+msgstr "یو نوی توکی"
+
+#: ../plugins/externaltools/tools/manager.py:239
+msgid "New tool"
+msgstr "نوی توکی"
+
+#: ../plugins/externaltools/tools/manager.py:314
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:360
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:362
+msgid "Type a new accelerator"
+msgstr ""
+
+#: ../plugins/externaltools/tools/outputpanel.py:77
+msgid "Stopped."
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:2
+msgid "Co_mmand(s):"
+msgstr ":څ_رګندونې"
+
+#: ../plugins/externaltools/tools/tools.glade.h:3
+msgid "Edit tool <i>make</i>:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:4
+msgid "External Tools Manager"
+msgstr "د بهرنيو توکو سمبالګر"
+
+#: ../plugins/externaltools/tools/tools.glade.h:5
+msgid ""
+"Nothing\n"
+"Current document\n"
+"All documents"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:8
+msgid "_Applicability:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:9
+msgid "_Description:"
+msgstr ":سپړاوی_"
+
+#: ../plugins/externaltools/tools/tools.glade.h:10
+msgid "_Input:"
+msgstr ":ننوتۍ_"
+
+#: ../plugins/externaltools/tools/tools.glade.h:11
+msgid "_Output:"
+msgstr ":وتۍ_"
+
+#: ../plugins/externaltools/tools/tools.glade.h:12
+msgid "_Save:"
+msgstr ":ساتل_"
+
+#: ../plugins/externaltools/tools/tools.glade.h:13
+msgid "_Shortcut Key:"
+msgstr ":لنډلار کيلۍ_"
+
+#: ../plugins/externaltools/tools/tools.glade.h:14
+msgid "_Tools:"
+msgstr ":توکي_"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "جوړول"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "په لاسوند ځای کې پايالی پرانيستل"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "پايالی دلته پرانيستل"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "بولۍ ځغلول"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr "دوتنه لټوونی چوکاټ"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:225
+msgid "File System"
+msgstr "دوتنه غونډال"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid "If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with nautilus etc)"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid "Open the tree view when the file browser plugin gets loaded instead of the bookmarks view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid "The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid "The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid "The filter pattern to filter the file browser with. This filter works on top of the filter_mode."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid "This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hidden (filter hidden files), binary (filter binary files) and hidden_and_binary (filter both hidden and binary files)."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:596
+msgid "_Set root to active document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:598
+msgid "Set the root to the active document location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:603
+msgid "_Open terminal here"
+msgstr "پايالی دلته پرانيستل_"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:605
+msgid "Open a terminal at the currently opened directory"
+msgstr "په اوسني پرانيستل شوي درکموند کې پايالی پرانيستل"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:739
+msgid "File Browser"
+msgstr "دوتنه لټوونی"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:867
+msgid "An error occurred while creating a new directory"
+msgstr "د نوي درکموند په جوړولو کې ستونزه رامنځته شوه"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:870
+msgid "An error occurred while creating a new file"
+msgstr "د نوې دوتنې په جوړولو کې ستونزه رامنځته شوه"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid "An error occurred while renaming a file or directory"
+msgstr "د کومې دوتنې يا درکموند په بيانومولو کې ستونزه رامنځته شوه"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:880
+msgid "An error occurred while deleting a file or directory"
+msgstr "د کومې دوتنې يا درکموند په ړنګولو کې ستونزه رامنځته شوه"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "د درکموند په دوتنه سمبالګر کې د پرانيستو پر مهال ستونزه رامنځته شوه"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:889
+msgid "An error occurred while setting a root directory"
+msgstr "د ولۍ درکموند په ټاکلو کې ستونزه رامنځته شوه"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:893
+msgid "An error occurred while loading a directory"
+msgstr "د کوم درکموند په لېښلو کې ستونزه رامنځته شوه"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:896
+msgid "An error occurred"
+msgstr "کومه ستونزه رامنځته شوه"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1187
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1191
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr ".دوتنه خځلنۍ ته نه شي لېږل کېدی \"%s\""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1194
+msgid "The selected files cannot be moved to the trash."
+msgstr ".ټاکل شوې دوتنې خځلنۍ ته نه شي لېږل کېدی"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1227
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "د تل لپاره ړنګول غواړﺉ؟ \"%s\" تاسو په ډاډمنه توګه"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1230
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "تاسو په ډاډمنه توګه ټاکل شوې دوتنې د تل لپاره ړنګول غواړﺉ؟"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1233
+msgid "If you delete an item, it is permanently lost."
+msgstr ".تاسو چې کوم توکی وړنګوﺉ، هغه د تل لپاره له منځه ځي"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1611
+msgid "(Empty)"
+msgstr "(تش)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3056
+msgid "The renamed file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3294
+msgid "file"
+msgstr "دوتنه"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3318
+msgid "The new file is currently filtered out. You need to adjust your filter settings to make the file visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3346
+msgid "directory"
+msgstr "درکموند"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3366
+msgid "The new directory is currently filtered out. You need to adjust your filter settings to make the directory visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:673
+msgid "Bookmarks"
+msgstr "ليکنښې"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:751
+msgid "_Filter"
+msgstr "چاڼ_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:756
+msgid "_Move To Trash"
+msgstr "خځلنۍ ته لېږل_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:757
+msgid "Move selected file or folder to trash"
+msgstr "ټاکل شوې دوتنه يا پوښۍ خځلنۍ ته لېږل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:759
+msgid "_Delete"
+msgstr "ړنګول_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:760
+msgid "Delete selected file or folder"
+msgstr "ټاکل شوې دوتنه يا پوښۍ ړنګول"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:766
+msgid "Up"
+msgstr "پاس"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:767
+msgid "Open the parent folder"
+msgstr "پلرينه پوښۍ پرانيستل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:772
+msgid "_New Folder"
+msgstr "نوې پوښۍ_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:773
+msgid "Add new empty folder"
+msgstr "نوې تشه پوښۍ زياتول"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:775
+msgid "New F_ile"
+msgstr "نوې د_وتنه"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:776
+msgid "Add new empty file"
+msgstr "نوې تشه دوتنه زياتول"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:781
+msgid "_Rename"
+msgstr "بيانومول_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:782
+msgid "Rename selected file or folder"
+msgstr "ټاکل شوې دوتنه يا پوښۍ بيانومول"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:788
+msgid "_Previous Location"
+msgstr "مخکنی ځای_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:790
+msgid "Go to the previous visited location"
+msgstr "وروستي کتل شوي ځای ته ورتلل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:792
+msgid "_Next Location"
+msgstr "راتلونکی ځای_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:793
+msgid "Go to the next visited location"
+msgstr "راتلونکي کتل شوي ځای ته ورتلل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:794
+msgid "Re_fresh View"
+msgstr "ليد بيا_تاندول"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:795
+msgid "Refresh the view"
+msgstr "ليد بياتاندول"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:796
+msgid "_View Folder"
+msgstr "پوښۍ ليدل_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:797
+msgid "View folder in file manager"
+msgstr "پوښۍ په دوتنه سمبالګر کې ليدل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:804
+msgid "Show _Hidden"
+msgstr "پټ ښودل_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:805
+msgid "Show hidden files and folders"
+msgstr "پټې دوتنې او پوښۍ ښودل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:807
+msgid "Show _Binary"
+msgstr "دوياله ښودل_"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:808
+msgid "Show binary files"
+msgstr "دوياله دوتنې ښودل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:913
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:929
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:961
+msgid "Previous location"
+msgstr "مخکنی ځای"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:917
+msgid "Go to previous location"
+msgstr "مخکني ځاي ته ورتلل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:922
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:954
+msgid "Go to a previously opened location"
+msgstr "کوم مخکې پرانيستل شوي ځای ته ورتلل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:944
+msgid "Next location"
+msgstr "راتلونکی ځای"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:948
+msgid "Go to next location"
+msgstr "راتلونکي ځای ته ورتلل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1127
+msgid "_Match Filename"
+msgstr "دوتنه نوم سارول_"
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "سرتشه_"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr "ټاکل شوې ليکې سرتشول"
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "ب_ې سرتشه"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr "ټاکل شوې ليکې نا سرتشول"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr "ليکې سرتشول"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr ".ټاکل شوې ليکې سرتشوي يا نا-سرتشوي"
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:45
+msgid "Python Console"
+msgstr "پېټان څانګه"
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr "کارن نو_م ورننويستل"
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr "د ځري په ځای د کارن نوم ورننويستل"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr ".د ځري په ځای د کارن نوم ورننباسي"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "کارن نوم"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>چارندونه</b>"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:3
+msgid "Create new snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:4
+#: ../plugins/snippets/snippets/Manager.py:430
+msgid "Delete selected snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:5
+msgid "Export selected snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:6
+#: ../plugins/snippets/snippets/Manager.py:810
+msgid "Import snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:7
+msgid "S_hortcut key:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:9
+#: ../plugins/snippets/snippets/Manager.py:701
+msgid "Single word with which the snippet is activated after pressing tab"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:10
+msgid "Snippets Manager"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:11
+msgid "_Drop targets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.glade.h:12
+msgid "_Edit:"
+msgstr ":سمون_"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:13
+msgid "_Snippets:"
+msgstr ""
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.glade.h:15
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/WindowHelper.py:74
+msgid "Manage _Snippets..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/WindowHelper.py:75
+msgid "Manage snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:46
+msgid "Snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:70
+msgid "Add a new snippet..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:120
+msgid "Global"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:427
+msgid "Revert selected snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:696
+msgid "This is not a valid tab trigger. Triggers can either contain letters or a single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:789
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:796
+msgid "Import succesfully completed"
+msgstr "دننول په برياليتوب سره بشپړ شول"
+
+#: ../plugins/snippets/snippets/Manager.py:815
+#: ../plugins/snippets/snippets/Manager.py:901
+#: ../plugins/snippets/snippets/Manager.py:964
+msgid "All supported archives"
+msgstr "ټول منل کېدونکې ارشيونه"
+
+#: ../plugins/snippets/snippets/Manager.py:816
+#: ../plugins/snippets/snippets/Manager.py:902
+#: ../plugins/snippets/snippets/Manager.py:965
+msgid "Gzip compressed archive"
+msgstr "زېرل شوی ارشيو Gzip"
+
+#: ../plugins/snippets/snippets/Manager.py:817
+#: ../plugins/snippets/snippets/Manager.py:903
+#: ../plugins/snippets/snippets/Manager.py:966
+msgid "Bzip compressed archive"
+msgstr "زېرل شوی ارشيو Bzip"
+
+#: ../plugins/snippets/snippets/Manager.py:818
+msgid "Single snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:819
+#: ../plugins/snippets/snippets/Manager.py:905
+#: ../plugins/snippets/snippets/Manager.py:968
+msgid "All files"
+msgstr "ټولې دوتنې"
+
+#: ../plugins/snippets/snippets/Manager.py:831
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:835
+msgid "Export succesfully completed"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:875
+#: ../plugins/snippets/snippets/Manager.py:942
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:890
+#: ../plugins/snippets/snippets/Manager.py:960
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:895
+#: ../plugins/snippets/snippets/Manager.py:933
+msgid "Export snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:1072
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Manager.py:1074
+msgid "Type a new shortcut"
+msgstr "نوی لنډلار ليکل"
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive `%s` could not be created"
+msgstr "ارشيو نه شي جوړېدلی `%s`"
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, python-format
+msgid "Target directory `%s` does not exist"
+msgstr "موخه پوښۍ شتون نه لري `%s`"
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory `%s` is not a valid directory"
+msgstr "موخه پوښۍ سمه پوښۍ نه ده `%s`"
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File `%s` does not exist"
+msgstr "دوتنه شتون نه لري `%s`"
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, python-format
+msgid "File `%s` is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, python-format
+msgid "Imported file `%s` is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive `%s` could not be extracted"
+msgstr "ارشيو نه شي بهرېدلی `%s`"
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "%s :دا دوتنې نه شي دننول کېدی"
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File `%s` is not a valid snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:550
+#, python-format
+msgid "Execution of the python command (%s) exceeds the maximum time, execution aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:558
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/Placeholder.py:564
+msgid "The following python code, run in a snippet, does not return a value"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:80
+msgid "S_ort..."
+msgstr "...ا_ڼل"
+
+#: ../plugins/sort/gedit-sort-plugin.c:82
+msgid "Sort the current document or selection"
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "اڼل"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr "لمېسې ړ_نګول"
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr ":پر ستنې پ_ېلول"
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr "کېس پرېښودل_"
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr "اڼل_"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:477
+msgid "(no suggested words)"
+msgstr "(هېڅ وړانديزونه)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "...نور_"
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:497
+msgid "_Ignore All"
+msgstr "ټول پرېښودل_"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:512
+msgid "_Add"
+msgstr "زياتول_"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:551
+msgid "_Spelling Suggestions..."
+msgstr "...د ليکدود وړانديزونه_"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:274
+msgid "Check Spelling"
+msgstr "ليکدود کتل"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:285
+msgid "Suggestions"
+msgstr "وړانديزونه"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:583
+msgid "(correct spelling)"
+msgstr "(سم ليکدود)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:726
+msgid "Completed spell checking"
+msgstr "ليکدود کتنه بشپړه شوه"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: the first %s is the language name, and the
+#. * second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#: ../plugins/spell/gedit-spell-checker-language.c:287
+#: ../plugins/spell/gedit-spell-checker-language.c:295
+#, c-format
+msgid "language|%s (%s)"
+msgstr "(%s) %s"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:306
+#, c-format
+msgid "language|Unknown (%s)"
+msgstr "(%s) ناپېژندلې"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:414
+msgid "language|Default"
+msgstr "تلواله"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:135
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "ژبه ټاکل"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:184
+msgid "Languages"
+msgstr "ژبې"
+
+#: ../plugins/spell/gedit-spell-plugin.c:70
+msgid "_Check Spelling"
+msgstr "ليکدود کتل_"
+
+#: ../plugins/spell/gedit-spell-plugin.c:72
+msgid "Check the current document for incorrect spelling"
+msgstr "اوسنی لاسوند د ناسم ليکدود لپاره کتل"
+
+#: ../plugins/spell/gedit-spell-plugin.c:78
+msgid "Set _Language..."
+msgstr "...ژبه ټاکل_"
+
+#: ../plugins/spell/gedit-spell-plugin.c:80
+msgid "Set the language of the current document"
+msgstr "د اوسني لاسوند ژبه ټاکل"
+
+#: ../plugins/spell/gedit-spell-plugin.c:89
+msgid "_Autocheck Spelling"
+msgstr "ليکدود خپلکتل_"
+
+#: ../plugins/spell/gedit-spell-plugin.c:91
+msgid "Automatically spell-check the current document"
+msgstr "د اوسني لاسوند ليکدود په خپلکارې توګه کتل"
+
+#: ../plugins/spell/gedit-spell-plugin.c:749
+msgid "The document is empty."
+msgstr ".لاسوند تش دی"
+
+#: ../plugins/spell/gedit-spell-plugin.c:781
+msgid "No misspelled words"
+msgstr "هېڅ ناسم ليکل شوي وييونه"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr ".د اوسني لاسوند _ژبه وټاکﺉ"
+
+#: ../plugins/spell/spell-checker.glade2.h:1
+#: ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>ژبه</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>ويې</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "و_يې زياتول"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "بدل_ول"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "ټ_ول بدلول"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr ":ته _بدلول"
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr "ويې کتل_"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "ليکدود کتل"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "ټول پرېښودل_"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr ":ژبه"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr ":کارن ويېپانګه"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "پرېښودل_"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr ":وړانديزونه_"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr ".د اوسني لاسوند ليکدود ګوري"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "ليکدود کتونکی"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:94
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:687
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:703
+msgid "Tags"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:599
+msgid "Select the group of tags you want to use"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:618
+msgid "_Preview"
+msgstr "مخليد_"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:684
+msgid "Available Tag Lists"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "بره"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "پرليکول"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "انډوليز"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "د ليکوال خبرتياوې"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "شاليد رنګ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr "URI بنسټ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "بنسټ ليکبڼه"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "ډبل"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "بريد"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "بريد رنګ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "د ټاکل شويو تړنو رنګ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "ستنې"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "څرګندون"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "د منځپانګې ډول"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr "د بدلون نېټه او مهال"
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "پېژنداوي لړ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "ړنګول شوې ليکنه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "لور"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "د درکموند لړ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "ناتوانول شوی"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr "د لاسوند بنسټ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "د لاسوند تنه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "د لاسوند سر"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "د لاسوند سرليک"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "د لاسوند ډول"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr "د ليکبڼې مخ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "مخکې تړون"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "چوکاټ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr "سريز"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr "۱ سريز"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr "۲ سريز"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr "۳ سريز"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr "۴ سريز"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr "۵ سريز"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr "۶ سريز"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "اوږدوالی"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr "پرته تشه"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "انځور"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr "انځور نخچه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr "د انځور نخچې سيمه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr "د انځور نخچې نوم"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "د انځور سرچينه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr "کږه ليکنه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr "جاوا څېرمه کړنلار"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr "نښکه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr "د ژبې کوډ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr "لوی ليکن ډول"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr "لهر"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "تړون رنګ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "Link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr ""
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr ""
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr ""
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr "ګڼ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "نوم"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr "يادښت"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Object applet file (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr "غوراوي ډله"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr "غوراوی ټاکوونکی"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr "اڼل شوی لړ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr "وتۍ رسنۍ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr "پېرېګراف"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr "د پېرېګراف پاړکی"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr "د پېرېګراف ډول"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr "سيمه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr "ولۍ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr "کيلونه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr "د سکرېپټ ژبې نوم"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr "رغښتپټه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr "ټاکل کېدونکی غوراوی"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr "ټاکل شوی"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "کچ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr "وړوکی ليکن ډول"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "غږ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "سرچينه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr "ډول خبرتيا"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr "لښتيال"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr "د لښتيال تنه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr "لښتيال نيونګه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr "د لښتيال ستن ډلې ځانتياوې"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr "د لښتيال ستن ځانتياوې"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr "لښتيال اومتوک خونه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr "لښتيال پښۍ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr "لښتيال سرۍ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr "د لښتيال سرۍ خونه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr "لښتيال کيل"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr "د لښتيال لنډيز"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr "موخه - تشه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr "موخه - پلرين"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr "موخه - پخپله"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr "موخه - سر"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "ليکنه"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr "د ليکنې رنګ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr "هغه ليکنه چې کارن ليکلې"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "سرليک"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr "پاس مورګه په پېکسلو"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr "لاندليکه شوی ليکن ډول"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr "نا اڼل شوی لړ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr "انځور نخچه کارول"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "ارزښت"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr "د خونې نېغه پرليکتيا"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr "نېغه تشه"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr "د کتلي تړنو رنګ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "پلنوالی"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "(څپرکی) ‎۰ سرۍ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "(څپرکی*) ‎۰ سرۍ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "(برخه) ‎۱ سرۍ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "(*برخه) ‎۱ سرۍ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "(څېرمه برخه) ‎۲ سرۍ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "(*څېرمه برخه) ‎۲ سرۍ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "(څېرمه برخه) ‎۳ سرۍ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "(څېرمه برخه*) ‎۳ سرۍ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "(پېرېګراف) ‎۴ سرۍ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "توکی"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "توکی د نښکې سره"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "لړ سپړاوی"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "نه ماتېدونکې ليکنه"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid "Provides a method to easily insert into a document commonly used tags/strings without having to type them."
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "ماشوم"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "لاندنی"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "نومتشه"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "پلرين"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "پخپله"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:180
+msgid "In_sert Date and Time..."
+msgstr "...نېټه او مهال ور_ننويستل"
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "Insert current date and time at the cursor position"
+msgstr "د ځري په ځای اوسنۍ نېټه او مهال ورننويستل"
+
+#: ../plugins/time/gedit-time-plugin.c:611
+msgid "Available formats"
+msgstr "شته بڼې"
+
+#: ../plugins/time/gedit-time-plugin.c:755
+msgid "Configure insert date/time plugin..."
+msgstr "...نېټه/مهال ورننويستل لګون سازول"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "نېټه/مهال ورننويستل"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "د ځري په ځای اوسنۍ نېټه او مهال ورننباسي"
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">۰۱/۱۱/۲۰۰۲ ۱۷:۵۲:۰۰</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\">...د نېټې/مهال ورننويستلو پر مهال </span>"
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "نېټه/مهال لګون سازول"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "نېټه او مهال ورننويستل"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr "ټاکل شوې بڼه کارول_"
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "ورننويستل_"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr "د بڼې پوښتنه کول_"
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr "دوديزه بڼه کارول_"
+
diff --git a/po/pt.po b/po/pt.po
new file mode 100644
index 0000000..02cd437
--- /dev/null
+++ b/po/pt.po
@@ -0,0 +1,6732 @@
+# gedit's Portuguese translation
+# Copyright © 2001-2022 gedit
+# Distributed under the same licence as the gedit package
+# Duarte Loreto <happyguy_pt@hotmail.com>, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014.
+# Rui Gouveia <rui.gouveia@gmail.com>, 2011.
+# Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>, 2011.
+# António Lima <amrlima@gmail.com>, 2013.
+# Tiago Santos <tiagofsantos81@sapo.pt>, 2014 - 2016.
+# Pedro Albuquerque <palbuquerque73@gmail.com>, 2014, 2015.
+# Sérgio Cardeira <cardeira.sergio@gmail.com>, 2016.
+# José Vieira <jvieira33@sapo.pt>, 2020.
+# Hugo Carvalho <hugokarvalho@hotmail.com>, 2020, 2021, 2022, 2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 3.14\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-12-09 21:25+0000\n"
+"PO-Revision-Date: 2022-12-31 23:52+0000\n"
+"Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
+"Language-Team: Português <@>\n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.2.2\n"
+"X-Project-Style: gnome\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Editor de texto"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is a general-purpose text editor. It has been created in 1998, at the "
+"beginnings of GNOME."
+msgstr ""
+"gedit é um editor de textos para fins gerais. Foi criado em 1998, nos "
+"primórdios do GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:14
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"O primeiro objetivo do gedit é ser fácil de usar; tem por por isso uma "
+"interface simples. Podem ser adicionadas funcionalidades mais avançadas "
+"através de extensões (plugins)."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Editar ficheiros de texto"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Texto;Editor;Texto simples;Escrever;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Nova janela"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Novo documento"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Usar a fonte predefinida"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Se deverá ser utilizada a fonte predefinida de largura fixa do sistema para "
+"editar texto em vez da fonte especificada no gedit. Se esta opção estiver "
+"desativada, a fonte indicada na opção \"fonte do editor\" será utilizada em "
+"vez da fonte do sistema."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Fonte do editor"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Uma fonte personalizada que será utilizada na área de edição. Só terá efeito "
+"se a opção \"Usar fonte predefinida\" estiver desativada."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Esquema de estilo"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "A ID do esquema de estilo GtkSourceView usado para colorir o texto."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Criar cópias de segurança"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Se o gedit deverá ou não criar cópias de segurança dos ficheiros gravados."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Gravação automática"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Se o gedit deverá gravar automaticamente, após um determinado intervalo de "
+"tempo, os ficheiros alterados. Pode definir o intervalo de tempo com a opção "
+"“Intervalo de gravação automática”."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Intervalo de gravação automática"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Número de minutos após os quais o gedit irá automaticamente gravar os "
+"ficheiros alterados. Só terá efeito se a opção “Gravação automática“ estiver "
+"ativada."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Número máximo de ações de desfazer"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Número máximo de ações que o gedit será capaz de desfazer ou refazer. Usar "
+"“-1” para um número ilimitado de ações."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Modo de ajuste de linha"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Especifica como ajustar linhas longas na área de edição. Usar “none” para "
+"nenhum ajuste, “word” para ajustar nos limites das palavras e “char” para "
+"ajustar nos limites dos caracteres. Notar que os valores são sensíveis a "
+"maiúsculas, pelo que se deverá certificar de que são inseridos exatamente "
+"como aqui mencionados."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Última escolha de modo de divisão para ajuste de linha"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Especifica a última forma de divisão no modo de ajuste de linha, para que, "
+"quando o modo de ajuste esteja desligado, ainda se lembre da escolha da "
+"forma de divisão. Use “word” para ajustar aos limites de palavras e “char” "
+"para ajustar aos limites dos caracteres."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tamanho da tabulação"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Especifica o número de espaços que deverão ser mostrados em vez do carácter "
+"de tabulador."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Inserir espaços"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Se o gedit deverá ou não inserir espaços em vez de tabuladores."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Indentação automática"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Se o gedit deverá ou não ativar a indentação automática."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Mostrar números de linha"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Se o gedit deverá mostrar o número das linhas na área de edição."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Realçar a linha atual"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Se o gedit deverá ou não realçar a linha atual."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Realçar parenteses/chavetas em par"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Se o gedit deverá ou não realçar parenteses e chavetas em par."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Mostrar margem direita"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Se o gedit deverá mostrar a margem direita na área de edição."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Posição da margem direita"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Especifica a posição da margem direita."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Tipo de padrão do fundo do documento"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Se o documento tem ou não um padrão de fundo pintado."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Home e End inteligentes"
+
+# "disabled", "after", "before" e "always" não estarão traduzidas numa lista'
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Especifica como o cursor se move quando as teclas HOME e END são premidas. "
+"Usar “disabled” para mover sempre para o início/final da linha, “after” para "
+"mover para o início/final da linha da primeira vez que as teclas são "
+"premidas e para o início/final do texto ignorando espaços da segunda vez que "
+"as teclas forem premidas, “before” para mover para o início/final do texto "
+"antes de mover para o início/final da linha e “always” para mover sempre "
+"para o início/final do texto em vez do início/final da linha."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Repor a posição anterior do cursor"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Se o gedit deverá ou não repor a posição anterior do cursor ao carregar um "
+"ficheiro."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Ativar realce de sintaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Se o gedit deverá ou não ativar o realce de sintaxe."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Ativar realce de texto procurado"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Se o gedit deverá ou não realçar todas as ocorrências do texto procurado."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Garantir linha em branco no final"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Se o gedit deverá ou não garantir que os documentos terminam sempre com uma "
+"linha em branco."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Modo de apresentação dos separadores"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Especifica quando mostrar os separadores de documentos. Usar “never” para "
+"nunca mostrar os separadores, “always” para os mostrar sempre e “auto” para "
+"mostrar os separadores só quando existe mais do que um separador. Notar que "
+"os valores são sensíveis a maiúsculas, pelo que se deverá certificar que são "
+"inseridos exatamente como aqui mencionados."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Barra de estado visível"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Se a barra de estado no fundo das janelas de edição deverá ser visível."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Painel lateral visível"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Se o painel lateral à esquerda da janela de edição deverá ou não ser visível."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Imprimir realce de sintaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Se o gedit deverá imprimir o realce de sintaxe ao imprimir documentos."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Imprimir cabeçalho"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Se o gedit deverá incluir um cabeçalho de documento ao imprimir documentos."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Modo de ajuste de linha na impressão"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Especifica como ajustar linhas longas para impressão. Usar “none” para "
+"nenhum ajuste, “word” para ajustar nos limites das palavras e “char” para "
+"ajustar nos limites dos caracteres. Notar que os valores são sensíveis a "
+"maiúsculas, pelo que se deverá certificar que são inseridos exatamente como "
+"aqui mencionados."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Imprimir números de linha"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Se este valor for 0, não serão inseridos números de linha ao imprimir o "
+"documento. Caso contrário, o gedit irá imprimir o número de linha a cada x "
+"número de linhas."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Fonte do corpo para impressão"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Especifica a fonte a utilizar para o corpo de um documento ao imprimir "
+"documentos."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Fonte do cabeçalho para impressão"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Especifica a fonte a utilizar para cabeçalhos de página ao imprimir um "
+"documento. Só terá efeito se a opção “Imprimir cabeçalho” estiver ativada."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Fonte do número de linha para impressão"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Especifica a fonte a utilizar para os números de linha ao imprimir. Só terá "
+"efeito se a opção “Imprimir números de linha” for diferente de zero."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Margem esquerda"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "A margem esquerda, em milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Margem superior"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "A margem superior, em milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Margem direita"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "A margem direita, em milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Margem inferior"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "A margem inferior, em milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Codificações candidatas"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Lista de codificações possíveis mostradas no menu Codificação de caracteres, "
+"no seletor Abrir/Gravar ficheiros. “ATUAL” representa a codificação regional "
+"atual. Só são utilizadas codificações reconhecidas. O valor predefinido é a "
+"lista vazia, caso em que o gedit escolhe predefinições adequadas, dependendo "
+"do país e idioma."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Extensões ativas"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Lista de extensões ativas."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Mostrar a versão da aplicação"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Mostrar lista de valores possíveis para a opção de codificação"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Definir a codificação de caracteres a ser utilizada para abrir os ficheiros "
+"listados na linha de comando"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "CODIFICAÇÃO"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Criar uma nova janela de topo numa instância existente do gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Criar um novo documento numa instância existente do gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr ""
+"Abrir os ficheiros e bloquear os processos até que os ficheiros sejam "
+"fechados"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Executar o gedit em modo independente"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FICHEIRO…] [+LINHA[:COLUNA]]"
+
+#: gedit/gedit-app.c:227
+msgid "There was an error displaying the help."
+msgstr "Ocorreu um erro ao mostrar a ajuda."
+
+#: gedit/gedit-app.c:842
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codificação inválida."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Fechar _sem gravar"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:792
+#: gedit/gedit-commands-file.c:1517 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:95
+#: gedit/gedit-io-error-info-bar.c:294 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Cancelar"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "Gravar _como…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:791
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:56
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Gravar"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Se não gravar, as alterações do último %ld0 segundo serão permanentemente "
+"perdidas."
+msgstr[1] ""
+"Se não gravar, as alterações dos últimos %ld segundos serão permanentemente "
+"perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Se não gravar, as alterações do último minuto serão permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Se não gravar, as alterações do último minuto e %ld segundo serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"Se não gravar, as alterações do último minuto e %ld segundos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Se não gravar, as alterações do último %ld0 minuto serão permanentemente "
+"perdidas."
+msgstr[1] ""
+"Se não gravar, as alterações dos últimos %ld minutos serão permanentemente "
+"perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Se não gravar, as alterações da última hora serão permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Se não gravar, as alterações da última hora e %d minuto serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"Se não gravar, as alterações da última hora e %d minutos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Se não gravar, as alterações da última %d0 hora serão permanentemente "
+"perdidas."
+msgstr[1] ""
+"Se não gravar, as alterações das últimas %d horas serão permanentemente "
+"perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:399
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Gravar as alterações ao documento “%s” antes de fechar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:467
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Existe %d documento com alterações por gravar. Gravar as alterações antes de "
+"fechar?"
+msgstr[1] ""
+"Existem %d documentos com alterações por gravar. Gravar as alterações antes "
+"de fechar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:490
+msgid "S_elect the documents you want to save:"
+msgstr "S_elecionar os documentos a gravar:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:506
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Se não gravar, todas as alterações serão permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:258
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "A carregar o ficheiro “%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "A carregar %d ficheiro…"
+msgstr[1] "A carregar %d ficheiros…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "O ficheiro “%s” é só de leitura."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Deseja tentar substituí-lo pelo que está a gravar?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "Substitui_r"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Gravar o ficheiro utilizando compressão?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Gravar o ficheiro como texto simples?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"O ficheiro “%s” foi anteriormente gravado como texto simples e será agora "
+"gravado utilizando compressão."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Gravar utilizando compressão"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"O ficheiro “%s” foi anteriormente gravado utilizando compressão e será agora "
+"gravado como texto simples."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Gravar como texto simples"
+
+#: gedit/gedit-commands-file.c:678 gedit/gedit-commands-file.c:967
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "A gravar o ficheiro “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:789
+msgctxt "window title"
+msgid "Save As"
+msgstr "Gravar como"
+
+#: gedit/gedit-commands-file.c:1378
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "A reverter o documento “%s”…"
+
+#: gedit/gedit-commands-file.c:1425
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Reverter as alterações não gravadas do documento “%s”?"
+
+#: gedit/gedit-commands-file.c:1434
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"As alterações efetuadas ao documento no último %ld0 segundo serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"As alterações efetuadas ao documento nos últimos %ld segundos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:1443
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"As alterações efetuadas ao documento no último minuto serão permanentemente "
+"perdidas."
+
+#: gedit/gedit-commands-file.c:1449
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"As alterações efetuadas ao documento no último minuto e %ld segundo serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"As alterações efetuadas ao documento no último minuto e %ld segundos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:1459
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"As alterações efetuadas ao documento no último %ld0 minuto serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"As alterações efetuadas ao documento nos últimos %ld minutos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:1474
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"As alterações efetuadas ao documento na última hora serão permanentemente "
+"perdidas."
+
+#: gedit/gedit-commands-file.c:1480
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"As alterações efetuadas ao documento na última hora e %d minuto serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"As alterações efetuadas ao documento na última hora e %d minutos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:1495
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"As alterações efetuadas ao documento na última %d0 hora serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"As alterações efetuadas ao documento nas últimas %d horas serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:1518
+msgid "_Revert"
+msgstr "_Reverter"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Autores principais:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Muito obrigado também a:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "e muitos outros colaboradores."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit é um editor de texto fácil de usar e de uso geral"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Duarte Loreto <happyguy_pt@hotmail.com>\n"
+"Tiago Santos <tiagofsantos81@sapo.pt>\n"
+"Pedro Albuquerque <palbuquerque73@gmail.com>\n"
+"Hugo Carvalho <hugokarvalho@hotmail.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Encontrada e substituída %d ocorrência"
+msgstr[1] "Encontradas e substituídas %d ocorrências"
+
+#: gedit/gedit-commands-search.c:114
+msgid "Found and replaced one occurrence"
+msgstr "Encontrada e substituída uma ocorrência"
+
+#. Translators: %s is replaced by the text entered
+#. * by the user in the search box.
+#.
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” não encontrado"
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grupo de separadores %i"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1147
+#: gedit/gedit-window.c:1153 gedit/gedit-window.c:1161
+msgid "Read-Only"
+msgstr "Só de leitura"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Configuração regional atual (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Detetado automaticamente"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Adicionar ou remover…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (configuração regional atual)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Quer realmente repor as preferências de codificação de caracteres?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Repor"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Adicionar"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Remover"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Mover para prioridade mais alta"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Mover para prioridade mais baixa"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Documento sem título %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Todos os ficheiros"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Todos os ficheiros de texto"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Codificação de caracteres:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "F_im de linha:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Abrir Ficheiros"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2718
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Abrir"
+
+#: gedit/gedit-io-error-info-bar.c:91 gedit/gedit-io-error-info-bar.c:283
+msgid "_Retry"
+msgstr "_Tentar novamente"
+
+#: gedit/gedit-io-error-info-bar.c:115
+msgid "File not found."
+msgstr "Ficheiro não encontrado."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:134
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "“%s:” localizações não são suportadas."
+
+#: gedit/gedit-io-error-info-bar.c:143
+msgid "The location of the file cannot be accessed."
+msgstr "A localização do ficheiro não pode ser acedida."
+
+#: gedit/gedit-io-error-info-bar.c:147
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” não é uma localização válida."
+
+#: gedit/gedit-io-error-info-bar.c:148
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Certifique-se que introduziu corretamente a localização e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:181
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "Hostname \"%s\" desconhecido."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "The problem could come from the proxy settings."
+msgstr "O problema pode vir das definições de proxy."
+
+#: gedit/gedit-io-error-info-bar.c:216
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "Ficheiro não encontrado. Talvez tenha sido recentemente eliminado."
+
+#: gedit/gedit-io-error-info-bar.c:226
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Impossível reverter o ficheiro “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:251
+msgid "Ch_aracter Encoding:"
+msgstr "Codificação de c_aracteres:"
+
+#: gedit/gedit-io-error-info-bar.c:289
+msgid "_Edit Anyway"
+msgstr "Ainda assim _editar"
+
+#: gedit/gedit-io-error-info-bar.c:327
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"O número de atalhos seguidos é limitado e o ficheiro atual não pode ser "
+"encontrado dentro desse limite."
+
+#: gedit/gedit-io-error-info-bar.c:332
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Não possui as permissões necessárias para abrir o ficheiro."
+
+#: gedit/gedit-io-error-info-bar.c:338
+msgid "Unable to detect the character encoding."
+msgstr "Impossível detetar a codificação de caracteres."
+
+#: gedit/gedit-io-error-info-bar.c:339 gedit/gedit-io-error-info-bar.c:362
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Certifique-se que não está a tentar abrir um ficheiro binário."
+
+#: gedit/gedit-io-error-info-bar.c:340
+msgid "Select a character encoding from the menu and try again."
+msgstr "Selecione uma codificação de caracteres do menu e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Ocorreu um erro ao abrir o ficheiro “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:347
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"O ficheiro que abriu tem alguns caracteres inválidos. Se continuar a editar "
+"este ficheiro poderá corromper o documento."
+
+#: gedit/gedit-io-error-info-bar.c:350
+msgid "You can also choose another character encoding and try again."
+msgstr "Pode selecionar outra codificação de caracteres e tentar novamente."
+
+#: gedit/gedit-io-error-info-bar.c:359
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Impossível abrir o ficheiro “%s” utilizando a codificação de caracteres “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:363 gedit/gedit-io-error-info-bar.c:418
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Selecione uma codificação de caracteres diferente do menu e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:375
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Impossível abrir o ficheiro “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:413
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Impossível gravar o ficheiro “%s” utilizando a codificação de caracteres "
+"“%s”."
+
+#: gedit/gedit-io-error-info-bar.c:416
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"O documento contém um ou mais caracteres que não podem ser codificados "
+"utilizando a codificação especificada."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:470
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impossível aceder a localizações “%s:” em modo de escrita. Certifique-se que "
+"inseriu a localização corretamente e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:477
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Impossível aceder a esta localização em modo de escrita. Certifique-se que "
+"inseriu a localização corretamente e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:486
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” não é uma localização válida. Certifique-se que inseriu a localização "
+"corretamente e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:493
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Não possui as permissões necessárias para gravar o ficheiro. Certifique-se "
+"que inseriu a localização corretamente e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:499
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Não existe espaço livre em disco suficiente para gravar o ficheiro. Liberte "
+"algum espaço no disco e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:504
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Está a tentar gravar o ficheiro num disco só de leitura. Certifique-se que "
+"inseriu a localização corretamente e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:510
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Já existe um ficheiro com o mesmo nome. Utilize um nome diferente."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"O disco onde está a tentar gravar o ficheiro tem uma limitação ao tamanho do "
+"nome dos ficheiros. Utilize um nome mais pequeno."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Impossível gravar o ficheiro “%s”."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Clique neste botão para selecionar a fonte a ser utilizada pelo editor"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Utilizar a fonte de largura fixa do sistema (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "O esquema de cores selecionado não pode ser instalado: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "O esquema de cores selecionado não pode ser instalado."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Adicionar esquema de cores"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Adicionar esquema"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Ficheiros de esquema de cores"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Impossível remover o esquema de cores “%s”."
+
+#: gedit/gedit-print-job.c:223
+msgid "Preparing…"
+msgstr "A preparar…"
+
+#: gedit/gedit-print-job.c:535
+#, c-format
+msgid "File: %s"
+msgstr "Ficheiro: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:544
+msgid "Page %N of %Q"
+msgstr "Página %N de %Q"
+
+#: gedit/gedit-print-job.c:622
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "A produzir página %d de %d…"
+
+#: gedit/gedit-print-job.c:726
+msgid "Text Editor"
+msgstr "Editor de texto"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Página %d de %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nada"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Localizar e substituir"
+
+#: gedit/gedit-statusbar.c:260
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Há um separador com erros"
+msgstr[1] "Há %d separadores com erros"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "A reverter %s a partir de %s"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "A reverter %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "A carregar %s a partir de %s"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "A carregar %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:910
+#, c-format
+msgid "Saving %s to %s"
+msgstr "A gravar %s em %s"
+
+#: gedit/gedit-tab.c:915
+#, c-format
+msgid "Saving %s"
+msgstr "A gravar %s"
+
+#: gedit/gedit-tab.c:1480
+#, c-format
+msgid "Error opening file %s"
+msgstr "Erro ao abrir o ficheiro %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Erro ao reverter o ficheiro %s"
+
+#: gedit/gedit-tab.c:1488
+#, c-format
+msgid "Error saving file %s"
+msgstr "Erro ao gravar o ficheiro %s"
+
+#: gedit/gedit-tab.c:1519
+msgid "Name:"
+msgstr "Nome:"
+
+#: gedit/gedit-tab.c:1520
+msgid "MIME Type:"
+msgstr "Tipo de MIME:"
+
+#: gedit/gedit-tab.c:1521
+msgid "Encoding:"
+msgstr "Codificação:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ em %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "UNIX/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS clássico"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d de %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Ajustar à largura"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Combinar como expressão _regular"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "_Combinar só palavra completa"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Combinar _capitalização"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Expressão que deseja procurar"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Linha para onde deseja mover o cursor"
+
+#: gedit/gedit-window.c:985
+msgid "Bracket match is out of range"
+msgstr "Par do parêntese fora do alcance"
+
+#: gedit/gedit-window.c:990
+msgid "Bracket match not found"
+msgstr "Não foi encontrado o par do parentese/chaveta"
+
+#: gedit/gedit-window.c:995
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Par do parentese/chaveta encontrado na linha: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1030
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: gedit/gedit-window.c:1213
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Largura da tabulação: %u"
+
+#: gedit/gedit-window.c:1231 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Texto simples"
+
+#: gedit/gedit-window.c:1558
+msgid "There are unsaved documents"
+msgstr "Existem documentos por gravar"
+
+#: gedit/gedit-window.c:2395
+msgid "Change side panel page"
+msgstr "Alterar a página do painel lateral"
+
+#: gedit/gedit-window.c:2415 gedit/resources/ui/gedit-window.ui:16
+msgid "Documents"
+msgstr "Documentos"
+
+#: gedit/gedit-window.c:2719
+msgid "Open a file"
+msgstr "Abrir um ficheiro"
+
+#: gedit/gedit-window.c:2723
+msgid "Open a recently used file"
+msgstr "Abrir um ficheiro usado recentemente"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Mover para a _esquerda"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Mover para a di_reita"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Mover para nova _janela"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Mover para novo _grupo de separadores"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "Fe_char"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Indentação automática"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Utilizar espaços"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Mostrar números de linha"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Mostrar margem direita"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Realçar a linha atual"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Ajuste à largura"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Ficheiro"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Novo"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Abrir _recente"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Reabrir separador _fechado"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Gr_avar como…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nova janela"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Recarregar"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "Im_primir…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Sair"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Editar"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Desfazer"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Refazer"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "C_ortar"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Copiar"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "Co_lar"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:891
+#: plugins/filebrowser/gedit-file-browser-plugin.c:926
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Eliminar"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Modo Sobrescrever"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Selecionar _tudo"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Preferências"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Ver"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "_Painel lateral"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "Painel _inferior"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Ecrã completo"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Modo de realce…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Procurar"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Localizar…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Localizar _seguinte"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Localizar _anterior"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Localizar e substitui_r…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "Limpar o real_ce"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Ir para a _linha…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "Ferramen_tas"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documentos"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Gravar todo_s"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Fechar todos"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Novo grupo de separadores"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "G_rupo de separadores anterior"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "_Grupo de separadores seguinte"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Documento _anterior"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Documento s_eguinte"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Mover para nova janela"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "A_juda"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_Acerca do gedit"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Gr_avar todos"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Localizar e _substituir…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "Ir para a _linha…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Atalhos de teclado"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Codificações de caracteres"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "_Cancelar alterações"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "_Guardar definições"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "_Outras codificações disponíveis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Favoritos"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "Ca_tegoria"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "Codi_ficação"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferências"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Mostrar números de linha"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Mostrar a _margem direita na coluna:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Mostrar barra de e_stado"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Mostrar padrão de grelha"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Ajuste à largura"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Ativar _ajuste à largura"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Não _dividir palavras em duas linhas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Realce"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Realçar a _linha atual"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Realçar parenteses/chavetas em par"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Ver"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Paragens de tabulador"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Largura da _tabulação:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Inserir e_spaços em vez de tabulações"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Ativar a indentação _automática"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Gravação de ficheiros"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Criar uma có_pia de segurança do ficheiro antes de o gravar"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Gravar os ficheiros _automaticamente a cada"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minutos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Fonte"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Fonte do editor: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Selecione a fonte do editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Esquema de cores"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Desinstalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Desinstalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Fonte & Cores"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Extensões"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Realce de sintaxe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Imprimir o realce de sinta_xe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Números de linha"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Imprimir o nú_mero das linhas"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Números a cada"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "linhas"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Cabeçalho da página"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Imprimir o cabeçal_ho das páginas"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fontes"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Corpo:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Números de _linha:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "C_abeçalhos e rodapés:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Repor fontes predefinidas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Mostrar a página anterior"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Mostrar a página seguinte"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Página atual (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "de"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Total de páginas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "O número total de páginas no documento"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Mostrar múltiplas páginas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Ampliação 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Ampliar para ajustar à página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Ampliar a página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Reduzir a página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Fechar a antevisão de impressão"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Fechar a antevisão"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Antevisão de página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Uma antevisão da página no documento a ser impresso"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Substituir tod_as"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Localizar"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Local_izar "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Su_bstituir por "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Combinar _capitalização"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Combinar só palavra compl_eta"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Expressão re_gular"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Procurar para _trás"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Ajustar linhas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Criar um novo documento num separador"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Abrir um documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Gravar o documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Gravar o documento com um nome diferente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Gravar todos os documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Fechar o documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Fechar todos os documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Reabrir o último documento fechado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Mudar para o documento seguinte"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Mudar para o documento anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Mudar para o primeiro — nono documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Janelas e Painéis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Criar um novo documento numa janela"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Criar um novo grupo de separadores"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Mostrar o painel lateral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Mostrar o painel inferior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Ecrã completo ligado/desligado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Sair da aplicação"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Localizar e Substituir"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Localizar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Localizar seguinte"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Localizar anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Limpar realce"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Desfazer e Refazer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Desfazer o comando anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Refazer o comando anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Seleção"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Selecionar todo o texto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Desselecionar todo o texto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copiar e Colar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copiar o texto selecionado para a área de transferência"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Cortar o texto selecionado para a área de transferência"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Colar texto da área de transferência"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navegação"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Ir para a linha"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Mover para o início da linha atual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Mover para o fim da linha atual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Mover para o início do documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Mover para o fim do documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Mover o porto de visualização para cima, dentro do ficheiro"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Mover o porto de visualização para baixo, dentro do ficheiro"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Mover o porto de visualização para o fim do ficheiro"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Mover o porto de visualização para o início do ficheiro"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Mover para o parentese/chaveta emparelhado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Grupo de separadores anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Grupo de separadores seguinte"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "A editar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Alternar inserir / subscrever"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Alternar a visibilidade do cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Eliminar linha atual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Mover a linha selecionada para cima"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Mover a linha selecionada para baixo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Mover palavra atual para a esquerda"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Mover palavra atual para a direita"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Converter para maiúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Converter para minúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inverter capitalização"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrementar número no cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Diminuir número no cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Ferramentas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Verificar ortografia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Imprimir o documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Mostrar janela de conclusão"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Geral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Mostra a ajuda"
+
+# "Abrir o menu" ou "Menu Abrir"?
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Abrir o menu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Atalhos de teclado"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Fechar documento"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:39
+#: gedit/resources/ui/gedit-window.ui:324
+#: gedit/resources/ui/gedit-window.ui:330
+msgid "Create a new document"
+msgstr "Criar um novo documento"
+
+#: gedit/resources/ui/gedit-window.ui:38 gedit/resources/ui/gedit-window.ui:329
+msgid "New"
+msgstr "Novo"
+
+#: gedit/resources/ui/gedit-window.ui:59 gedit/resources/ui/gedit-window.ui:64
+#: gedit/resources/ui/gedit-window.ui:365
+#: gedit/resources/ui/gedit-window.ui:370
+msgid "Save the current file"
+msgstr "Gravar o ficheiro atual"
+
+#: gedit/resources/ui/gedit-window.ui:63 gedit/resources/ui/gedit-window.ui:363
+#: gedit/resources/ui/gedit-window.ui:369
+msgid "Save"
+msgstr "Gravar"
+
+#: gedit/resources/ui/gedit-window.ui:206
+msgid "Hide panel"
+msgstr "Ocultar o painel"
+
+#: gedit/resources/ui/gedit-window.ui:338
+#: gedit/resources/ui/gedit-window.ui:343
+#: gedit/resources/ui/gedit-window.ui:344
+msgid "Leave Fullscreen"
+msgstr "Sair do modo 'ecrã completo'"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Estatísticas do documento"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Mostrar o número de palavras, linhas e caracteres num documento."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Estatísticas do documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Seleção"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Linhas"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Palavras"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Caracteres (com espaços)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Caracteres (sem espaços)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bytes"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Compilação"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Executar \"make\" no diretório do documento"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Abrir um terminal aqui"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Abrir um terminal na localização do documento"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Remover espaços finais"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Remover os espaços supérfluos no final das linhas do seu ficheiro"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Executar um comando"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Executar um comando personalizado e colocar o resultado num novo documento"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Enviar para fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Colar o texto selecionado ou o documento atual em fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Ferramentas externas"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Executar comandos externos e scripts de terminal."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Se utilizar ou não a fonte do sistema"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se verdadeiro, as ferramentas externas irão utilizar a fonte padrão do "
+"ambiente de trabalho, caso seja monoespaçada (e a mais semelhante possível "
+"caso não o seja)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Um nome de fonte Pango. Exemplos: “Sans 12” e “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "_Gerir ferramentas externas…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Ferramentas _Externas"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Impossível executar o comando: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Tem de estar dentro de uma palavra para executar este comando"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Ferramenta a executar:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Terminado."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Saíu"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Todos os idiomas"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Todos os idiomas"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nova ferramenta"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Este atalho já se encontra associado a %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Insira um novo atalho ou prima Backspace para apagar"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Insira um novo atalho"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Parado."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Ferramenta de paragem"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Sempre disponível"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Todos os documentos"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Todos os documentos exceto os sem título"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Só ficheiros locais"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Só ficheiros remotos"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Só documentos sem título"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Documento atual"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Seleção atual"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Seleção atual (predefinida para documento)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Linha atual"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Palavra atual"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Mostrar no painel inferior"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Criar um novo documento"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Anexar ao documento atual"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Substituir o documento atual"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Substituir a seleção atual"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Inserir na posição do cursor"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Gerir ferramentas externas"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Adicionar uma nova ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Adicionar ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Remover a ferramenta selecionada"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Remover ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Reverter ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Reverter ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Tecla de atalho:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Gravar:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Origem:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Resultado:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplicabilidade:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Resultado da ferramenta"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Painel de navegação de ficheiros"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Acesso fácil a ficheiros a partir do painel lateral."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Página inicial"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Sistema de ficheiros"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:501
+msgid "File Browser"
+msgstr "Navegador de ficheiros"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:631
+msgid "An error occurred while creating a new directory"
+msgstr "Ocorreu um erro ao criar uma nova pasta"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:634
+msgid "An error occurred while creating a new file"
+msgstr "Ocorreu um erro ao criar um novo ficheiro"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:637
+msgid "An error occurred while renaming a file or directory"
+msgstr "Ocorreu um erro ao renomear um ficheiro ou pasta"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:640
+msgid "An error occurred while deleting a file or directory"
+msgstr "Ocorreu um erro ao apagar um ficheiro ou pasta"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:643
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Ocorreu um erro ao abrir uma pasta no gestor de ficheiros"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:646
+msgid "An error occurred while setting a root directory"
+msgstr "Ocorreu um erro ao definir um diretório raíz"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:649
+msgid "An error occurred while loading a directory"
+msgstr "Ocorreu um erro ao carregar um diretório"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:652
+msgid "An error occurred"
+msgstr "Ocorreu um erro"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:874
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Impossível mover o ficheiro para o lixo,\n"
+"deseja apagá-lo definitivamente?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:879
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "O ficheiro “%s” não pode ser movido para o lixo."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:884
+msgid "The selected files cannot be moved to the trash."
+msgstr "Impossível mover os ficheiros selecionados para o lixo."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Tem a certeza de que deseja apagar “%s” definitivamente?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"Tem a certeza de que deseja apagar definitivamente os ficheiros selecionados?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:920
+msgid "If you delete an item, it is permanently lost."
+msgstr "Se apagar um item, este será permanentemente perdido."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(vazio)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"O ficheiro renomeado encontra-se atualmente a ser excluído pelo filtro. Tem "
+"de alterar as definições do filtro para tornar o ficheiro visível"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Ficheiro sem título"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"O novo ficheiro encontra-se atualmente a ser excluído pelo filtro. Tem de "
+"alterar as definições do filtro para tornar o ficheiro visível"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Pasta sem título"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"A nova pasta encontra-se atualmente a ser excluída pelo filtro. Tem de "
+"alterar as definições do filtro para tornar a pasta visível"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Marcadores"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Nenhum objeto de montagem para a unidade montada: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Impossível abrir o suporte: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Impossível montar a unidade: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Ocorreu um erro ao carregar “%s”: O diretório não existe"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Abrir com vista de árvore"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Abrir a vista de árvore em vez da vista de marcadores quando a extensão de "
+"navegação de ficheiros seja carregada"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Diretório raíz do navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"O diretório raíz a utilizar ao carregar a extensão de navegação de ficheiros "
+"e onload/tree_view for TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Diretório raíz virtual do navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"O diretório raíz virtual a utilizar ao carregar a extensão de navegação de "
+"ficheiros e onload/tree_view for TRUE. A raíz virtual tem de ser sempre "
+"abaixo da raíz atual."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Ativar a ligação a localizações remotas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Define se reativar ou não localizações remotas."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Definir a localização para o primeiro documento"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Se VERDADEIRO a extensão de navegação de ficheiros verá a pasta do primeiro "
+"documento aberto já que o navegador ainda não tinha sido usado. (Isto aplica-"
+"se à abertura de ficheiros tanto pela linha de comando como pelo Nautilus, "
+"etc.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Modo de filtragem do navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Este valor determina que ficheiros são filtrados do navegador de ficheiros. "
+"Valores válidos são: \"none\" (não filtrar nada), \"hide-hidden\" (filtrar "
+"os ficheiros ocultos) e \"hide-binary\" (filtrar os ficheiros binários)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Padrão de filtragem do navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"O padrão de filtragem a utilizar no navegador de ficheiros. Este filtro atua "
+"sobre o filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Padrões binários para navegador de ficheiros"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Os padrões suplementares para utilizar ao filtrar ficheiros binários."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Definir a raíz para o documento ativo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Nova pasta"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Novo f_icheiro"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Renomear…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Mover para o lixo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Atuali_zar a vista"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Ver pasta"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Abrir no terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtrar"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Mostrar _ocultos"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Mostrar _binários"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Combinar nome de ficheiro"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Histórico"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Abrir o menu do histórico"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modos de linha"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Suporte de modos de linha ao estilo Emacs, Kate e Vim para o gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Cor do texto de comandos"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "A cor do texto dos comandos"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Cor do texto de erros"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "A cor do texto dos erros"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se verdadeiro, o terminal utilizará a fonte padrão do ambiente de trabalho "
+"caso seja mono-espaçada (ou a fonte mais semelhante que encontrar, caso não "
+"seja)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Cor dos c_omandos:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Cor dos _erros:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Consola Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Consola Python interativa no painel inferior."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Realce rápido"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Realça todas as ocorrências do texto selecionado."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Abertura rápida…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Abertura rápida"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Abrir ficheiros rapidamente."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Tipo a procurar…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Gerir _trechos…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Trechos"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Impossível criar o arquivo “%s”"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "O diretório de destino “%s” não existe"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "O diretório de destino “%s” não é um diretório válido"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "O ficheiro “%s” não existe"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "O ficheiro “%s” não é um ficheiro de trechos válido"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "O ficheiro importado “%s” não é um ficheiro de trechos válido"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Impossível extrair o ficheiro “%s”"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Impossível importar os seguintes ficheiros: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "O ficheiro “%s” não é um arquivo de trechos válido"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arquivo de trechos"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Adicionar um novo trecho…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Reverter o trecho selecionado"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Eliminar o trecho selecionado"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Este não é um acionador de tabulador válido. Os acionadores podem conter "
+"caracteres alfanuméricos (ou _,: e .) ou um único carácter (não "
+"alfanumérico) tal como: {, [, etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Palavra única com a qual o trecho é ativado após premir Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Ocorreu o seguinte erro ao importar: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importação terminada com sucesso"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importar trechos"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Todos os arquivos suportados"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Arquivo comprimido com gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Arquivo comprimido com bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Ficheiro de trechos único"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Todos os ficheiros"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Ocorreu o seguinte erro ao exportar: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Exportação terminada com sucesso"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Deseja incluir os trechos de <b>sistema</b> selecionados na sua exportação?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Não se encontram selecionados trechos a exportar"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exportar os trechos"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Insira um novo atalho ou prima Backspace para limpar"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Insira um novo atalho"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"A execução do comando Python (%s) excedeu o tempo máximo, a execução foi "
+"abortada."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "A execução do comando Python (%s) falhou: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Inserir de forma rápida partes de texto frequentemente usadas."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Gerir trechos"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Criar um novo trecho"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Adicionar trecho"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Remover trecho"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importar trechos"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exportar os trechos selecionados"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exportar trechos"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Ativação"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Acionador de Tab:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Tecla de atal_ho:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Tecla de atalho com a qual o trecho é ativado"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Descartar os alvos:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Ordenar…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ordenar"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Inverter ordem"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Remover duplicados"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Sensível a capitalização"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Começar na coluna:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Ordenar"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Ordena um documento ou texto selecionado."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Verifi_car ortografia…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Definir _idioma…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Realçar os erros _ortográficos"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Realçar os erros ortográficos"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Predefinição para realce os erros ortográficos."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configurar extensão de ortografia"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Predefinições para novos documentos"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Corretor ortográfico"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Efetua a verificação ortográfica do documento atual."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "In_serir data e hora…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Formatos disponíveis"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Tipo de indicador"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Se deverá ser pedido ao utilizador um formato ou se deverá ser usado o "
+"formato selecionado ou personalizado."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Formato selecionado"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "O formato selecionado usado ao inserir a data/hora."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Formato personalizado"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "O formato personalizado usado ao inserir a data/hora."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Inserir data e hora"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Utilizar o formato _selecionado"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Utilizar formato personalizado"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Inserir"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configurar extensão de data/hora"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Ao inserir a data/hora…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Pedir um formato"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Inserir data/hora"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Insere a data e hora atuais na posição do cursor."
+
+#~ msgid "gedit is a general-purpose text editor."
+#~ msgstr "gedit é um editor de texto de uso geral."
+
+#, c-format
+#~ msgid "The file “%s” has been externally modified."
+#~ msgstr "O ficheiro \"%s\" foi modificado externamente."
+
+#~ msgid ""
+#~ "If you save it, all the external changes could be lost. Save it anyway?"
+#~ msgstr ""
+#~ "Se o gravar, todas as alterações externas serão perdidas. Ainda assim "
+#~ "gravar?"
+
+#~ msgid "S_ave Anyway"
+#~ msgstr "Ainda assim _gravar"
+
+#~ msgid "D_on’t Save"
+#~ msgstr "_Não gravar"
+
+#~ msgid "OVR"
+#~ msgstr "SOBR"
+
+#~ msgid "INS"
+#~ msgstr "INS"
+
+#, c-format
+#~ msgid "Could not find the file “%s”."
+#~ msgstr "Impossível encontrar o ficheiro “%s”."
+
+#, c-format
+#~ msgid "Unable to handle “%s:” locations."
+#~ msgstr "Impossível aceder a localizações “%s:”."
+
+#~ msgid "Unable to handle this location."
+#~ msgstr "Impossível aceder a esta localização."
+
+#, c-format
+#~ msgid "“%s” is a directory."
+#~ msgstr "“%s” é uma pasta."
+
+#, c-format
+#~ msgid ""
+#~ "Host “%s” could not be found. Please check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Impossível encontrar a máquina “%s”. Certifique-se que as suas "
+#~ "configurações de proxy estão corretas e tente novamente."
+
+#, c-format
+#~ msgid ""
+#~ "Hostname was invalid. Please check that you typed the location correctly "
+#~ "and try again."
+#~ msgstr ""
+#~ "Nome de máquina inválido. Certifique-se que inseriu a localização "
+#~ "corretamente e tente novamente."
+
+#, c-format
+#~ msgid "“%s” is not a regular file."
+#~ msgstr "“%s” não é um ficheiro normal."
+
+#~ msgid "Connection timed out. Please try again."
+#~ msgstr "A ligação expirou. Por favor, tente novamente."
+
+#, c-format
+#~ msgid "Unexpected error: %s"
+#~ msgstr "Erro inesperado: %s"
+
+#~ msgid ""
+#~ "The disk where you are trying to save the file has a limitation on file "
+#~ "sizes. Please try saving a smaller file or saving it to a disk that does "
+#~ "not have this limitation."
+#~ msgstr ""
+#~ "O disco onde está a tentar gravar o ficheiro tem uma limitação ao tamanho "
+#~ "dos ficheiros. Tente gravar um ficheiro mais pequeno ou num disco que não "
+#~ "tenha essa limitação."
+
+#~ msgid "_Apply"
+#~ msgstr "_Aplicar"
+
+#~ msgid "Cho_sen Encodings"
+#~ msgstr "Codificações _escolhidas"
+
+#~ msgid "_Description"
+#~ msgstr "_Descrição"
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "O gedit é o editor de texto do ambiente de trabalho GNOME."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr ""
+#~ "O gedit é um editor de texto pequeno e frugal para o ambiente de trabalho "
+#~ "GNOME"
+
+#~ msgid "_About Text Editor"
+#~ msgstr "_Sobre o Editor de texto"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Modo de realce"
+
+#~ msgid "_Select"
+#~ msgstr "_Selecionar"
+
+#~| msgid "Search highlight mode..."
+#~ msgid "Search highlight mode…"
+#~ msgstr "Modo de procura com realce…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "O gedit é o editor de texto oficial do ambiente de trabalho GNOME. Embora "
+#~ "tenha como objetivo a simplicidade e facilidade de utilização, o gedit é "
+#~ "um poderoso editor de texto para utilização genérica."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Quer esteja a escrever o próximo \"bestseller\", a programar uma "
+#~ "aplicação inovadora, ou simplesmente a escrever algumas pequenas notas, o "
+#~ "gedit será uma ferramenta fiável na realização do seu trabalho."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "O seu flexível sistema de extensões permite que talhe a aplicação às suas "
+#~ "necessidades e que o adapte ao seu fluxo de trabalho."
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Editor de texto gedit"
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Mostrar mapa resumo"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Se o gedit deverá mostrar o mapa resumo do documento."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Barra de ferramentas visível"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Se a barra de ferramentas deverá ser visível nas janelas de edição."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Máximo de ficheiros recentes"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the \"Recent Files\" submenu."
+#~ msgstr ""
+#~ "Especifica o número máximo de ficheiros recentemente abertos que serão "
+#~ "mostrados no submenu \"Ficheiros Recentes\"."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the \"Location\" of the active "
+#~ "plugins. See the .gedit-plugin file for obtaining the \"Location\" of a "
+#~ "given plugin."
+#~ msgstr ""
+#~ "Lista das extensões ativas. Contém a \"Localização\" das extensões "
+#~ "ativas. Consulte o ficheiro .gedit-plugins para obter a \"Localização\" "
+#~ "de uma dada extensão."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr ""
+#~ "As alterações efetuadas ao documento “%s” serão permanentemente perdidas."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "O administrador do sistema desativou a funcionalidade de gravação."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] ""
+#~ "As alterações efetuadas a %d documento serão permanentemente perdidas."
+#~ msgstr[1] ""
+#~ "As alterações efetuadas a %d documentos serão permanentemente perdidas."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Docum_entos com alterações por gravar:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Abrir"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Codificação de caracteres:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Final de linha:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "A localização “%s” não é alcançável neste momento."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "O seu sistema está desligado da rede. Verifique a sua rede."
+
+#~ msgid "D_on't Edit"
+#~ msgstr "_Não editar"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Este ficheiro “%s” já se encontra aberto noutra janela."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Deseja editar o ficheiro de qualquer forma?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Impossível criar uma cópia de segurança do ficheiro ao gravar “%s”"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Impossível criar uma cópia de segurança temporária do ficheiro ao gravar "
+#~ "“%s”"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Impossível criar uma cópia de segurança do ficheiro antigo antes de "
+#~ "gravar o novo. Pode ignorar este aviso e ainda assim gravar o ficheiro, "
+#~ "mas se ocorrer algum erro durante a gravação, poderá perder a cópia "
+#~ "antiga do ficheiro. Ainda assim deseja gravar?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "O ficheiro “%s” foi alterado no disco."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Descartar as alterações e _recarregar"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignorar"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Foram detetados alguns caracteres inválidos ao gravar “%s”"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Se gravar este ficheiro poderá corromper o documento. Ainda assim gravar?"
+
+#~ msgid ""
+#~ "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Impossível criar a pasta \"%s\": falha em g_mkdir_with_parents(): %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "A_dicionar esquema"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Por favor, verifique a sua instalação."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Impossível abrir o ficheiro de UI %s. Erro: %s"
+
+#~ msgid "Unable to find the object '%s' inside file %s."
+#~ msgstr "Impossível encontrar o objeto \"%s\" dentro do ficheiro %s."
+
+#~ msgid "_About"
+#~ msgstr "_Sobre"
+
+#~ msgid "Tools"
+#~ msgstr "Ferramentas"
+
+#~ msgid "No results"
+#~ msgstr "Sem resultados"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Outros _documentos…"
+
+#~ msgid "Open another file"
+#~ msgstr "Abrir outro ficheiro"
+
+#~ msgid "Display _overview map"
+#~ msgstr "_Mostrar mapa resumo"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Juntar linhas selecionadas"
+
+#~ msgid "Open"
+#~ msgstr "Abrir"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Abrir um diálogo de ficheiro"
+
+#~ msgid "Check update"
+#~ msgstr "Procurar atualizações"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Verificar se é a última versão do gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Ocorreu um erro ao mostrar o URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Transferir"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignorar a versão"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Existe uma nova versão do gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Pode transferir a nova versão do gedit clicando em Transferir ou ignorar "
+#~ "esta versão e aguardar por uma nova"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Versão a ignorar"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr ""
+#~ "Versão a ignorar até que seja disponibilizada uma versão mais recente."
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Gerir Ferramentas _Externas..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Abertura rápida..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Gerir _trechos..."
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "Verificar a _ortografia..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "_Definir o idioma..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "In_serir data e hora..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Abrir uma nova janela"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Abrir um novo documento"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Definir o tamanho e posição da janela (LARGURAxALTURA+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRIA"
+
+#~ msgid "Edit"
+#~ msgstr "Editar"
+
+#~ msgid "Help"
+#~ msgstr "Ajuda"
+
+#~ msgid "Question"
+#~ msgstr "Questão"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(nenhuma palavra sugerida)"
+
+#~ msgid "_More..."
+#~ msgstr "_Mais..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignorar todas"
+
+#~ msgid "_Add"
+#~ msgstr "_Adicionar"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Sugestões de ortografia..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Erro ao verificar a ortografia da palavra \"%s\": %s"
+
+#~ msgid "Error:"
+#~ msgstr "Erro:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Correção ortográfica terminada"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Nenhuma palavra incorreta"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(corrigir ortografia)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Sugestões"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Desconhecido (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Predefinição"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Selecione o _Idioma do documento atual."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Palavra incorreta:"
+
+#~ msgid "word"
+#~ msgstr "palavra"
+
+#~ msgid "Change _to:"
+#~ msgstr "Alterar _Para:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Verificar _Palavra"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Sugestões:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignorar tod_As"
+
+#~ msgid "Cha_nge"
+#~ msgstr "_Alterar"
+
+#~ msgid "Change A_ll"
+#~ msgstr "A_Lterar todas"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Dicionário do utilizador:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Adicionar pala_Vra"
+
+#~ msgid "Minimap is Visible"
+#~ msgstr "Minimapa visível"
+
+#~ msgid "Whether the minimap for the document should be visible."
+#~ msgstr "Se o minimapa do documento deverá ser visível."
+
+#~ msgid "_Minimap"
+#~ msgstr "_Minimapa"
+
+#~ msgid "The document is empty."
+#~ msgstr "O documento está vazio."
+
+#~ msgid "RO"
+#~ msgstr "SL"
+
+#~ msgid "_OK"
+#~ msgstr "_Aceitar"
+
+#~ msgid "Set language"
+#~ msgstr "Definir idioma"
+
+#~ msgid "Languages"
+#~ msgstr "Idiomas"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'ISO-8859-1', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Codificações Detetadas Automaticamente"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista ordenada de codificações usadas pelo gedit para detetar "
+#~ "automaticamente a codificação de um ficheiro. \"CURRENT\" é a codificação "
+#~ "de configuração regional atual. Apenas são usadas codificações "
+#~ "reconhecidas."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Codificações apresentadas no menu"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista de codificações apresentadas no menu de Codificações de Carateres "
+#~ "no seletor de abrir/gravar ficheiros. Apenas são usadas codificações "
+#~ "reconhecidas."
+
+#~ msgid "Character encodings"
+#~ msgstr "Codificações de carateres"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Codificações apresentadas no me_nu:"
+
+#~ msgid "P_revious Page"
+#~ msgstr "Página Ante_rior"
+
+#~ msgid "_Next Page"
+#~ msgstr "Página Segui_nte"
+
+#~ msgid "Replace"
+#~ msgstr "Substituir"
+
+#~ msgid "_Search for: "
+#~ msgstr "Procura_r por: "
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Ignorar capitalização"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Não pode desfazer uma operação de ordenação"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Se o gedit deverá criar cópias de segurança dos ficheiros que gravar. "
+#~ "Pode definir a extensão do ficheiro de segurança com a opção \"Backup "
+#~ "Copy Extension\"."
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Ocidental"
+
+#~ msgid "Central European"
+#~ msgstr "Europa Central"
+
+#~ msgid "South European"
+#~ msgstr "Europa do Sul"
+
+#~ msgid "Baltic"
+#~ msgstr "Báltico"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cirílico"
+
+#~ msgid "Arabic"
+#~ msgstr "Árabe"
+
+#~ msgid "Greek"
+#~ msgstr "Grego"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebraico Visual"
+
+#~ msgid "Turkish"
+#~ msgstr "Turco"
+
+#~ msgid "Nordic"
+#~ msgstr "Nórdico"
+
+#~ msgid "Celtic"
+#~ msgstr "Celta"
+
+#~ msgid "Romanian"
+#~ msgstr "Romeno"
+
+#~ msgid "Armenian"
+#~ msgstr "Arménio"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Chinês Tradicional"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cirílico/Russo"
+
+#~ msgid "Japanese"
+#~ msgstr "Japonês"
+
+#~ msgid "Korean"
+#~ msgstr "Coreano"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Chinês Simplificado"
+
+#~ msgid "Georgian"
+#~ msgstr "Georgiano"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebraico"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cirílico/Ucraniano"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vietnamita"
+
+#~ msgid "Thai"
+#~ msgstr "Tailandês"
+
+#~ msgid "Unknown"
+#~ msgstr "Desconhecido"
+
+#~ msgid "The file is too big."
+#~ msgstr "O ficheiro é demasiado grande."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "Recent files"
+#~ msgstr "Ficheiros recentes"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Fornecedor de dados Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "Regista o acesso e fecho de documentos utilizando o gedit"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Limite de Ações de Desfazer (OBSOLETO)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Número máximo de ações que o gedit será capaz de desfazer ou refazer. "
+#~ "Utilize \"-1\" para um número ilimitado de ações. Obsoleto desde o 2.12.0"
+
+#~ msgid "Show the application's help"
+#~ msgstr "Apresentar a ajuda da aplicação"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Editar ficheiros de texto"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Execute '%s --help' para consultar uma lista completa das opções de linha "
+#~ "de comandos.\n"
+
+#~ msgid "Save _As..."
+#~ msgstr "Gravar _Como..."
+
+#~ msgid "_Print..."
+#~ msgstr "Im_primir..."
+
+#~ msgid "Empty"
+#~ msgstr "Vazio"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Preferências do gedit"
+
+#~ msgid "column"
+#~ msgstr "colunas"
+
+#~ msgid "_Open..."
+#~ msgstr "_Abrir..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Pr_eferências"
+
+#~ msgid "Configure the application"
+#~ msgstr "Configurar a aplicação"
+
+#~ msgid "_Contents"
+#~ msgstr "_Conteúdo"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Reverter para uma versão gravada do ficheiro"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Antever _Impressão"
+
+#~ msgid "Print preview"
+#~ msgstr "Antever impressão"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Desfazer a última ação"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Refazer a última operação desfeita"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Cortar a seleção"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Copiar a seleção"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Apagar o texto selecionado"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "Modo de Rea_lce..."
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "Altera do modo de realce do documento ativo"
+
+#~ msgid "_Find..."
+#~ msgstr "_Procurar..."
+
+#~ msgid "Search for text"
+#~ msgstr "Procurar pelo texto"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Procurar em frente pelo mesmo texto"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Procurar para trás pelo mesmo texto"
+
+#~ msgid "_Replace..."
+#~ msgstr "Substitui_r..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Procurar e substituir texto"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Limpar o realce de texto dos resultados da procura"
+
+#~ msgid "Go to _Line..."
+#~ msgstr "Ir para a _Linha..."
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Ir para uma linha específica"
+
+#~ msgid "Save all open files"
+#~ msgstr "Gravar todos os ficheiros abertos"
+
+#~ msgid "Close all open files"
+#~ msgstr "Fechar todos os ficheiros abertos"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Ativar o documento anterior"
+
+#~ msgid "Activate next document"
+#~ msgstr "Ativar o documento seguinte"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Mover o documento atual para uma nova janela"
+
+#~ msgid "Close the current file"
+#~ msgstr "Fechar o ficheiro atual"
+
+#~ msgid "Quit the program"
+#~ msgstr "Sair da aplicação"
+
+#~ msgid "_Toolbar"
+#~ msgstr "Barra de Ferramen_tas"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Apresentar ou esconder a barra de ferramentas na janela atual"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Apresentar ou esconder a barra de estados na janela atual"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Editar texto em ecrã completo"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Apresentar ou esconder o painel lateral na janela atual"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Apresentar ou esconder o painel inferior na janela atual"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Abrir '%s'"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Ativar '%s'"
+
+#~ msgid "Change Case"
+#~ msgstr "Alterar a Capitalização"
+
+#~ msgid "C_hange Case"
+#~ msgstr "_Alterar a Capitalização"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Tudo em _Maiúsculas"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Tudo em M_inúsculas"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Inverter a capitalização do texto selecionado"
+
+#~ msgid "_Title Case"
+#~ msgstr "Capitalização de _Título"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Capitalizar a primeira fonte de cada palavra selecionada"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Obter informação estatística sobre o documento atual"
+
+#~ msgid "_Update"
+#~ msgstr "Act_ualizar"
+
+#~ msgid "File Name"
+#~ msgstr "Nome de Ficheiro"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Abre o Gestor de Ferramentas Externas"
+
+#~ msgid "External tools"
+#~ msgstr "Ferramentas externas"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Abrir rapidamente documentos"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Trechos:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Gerir trechos"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Ordenar o documento ou texto selecionado"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Verificar a ortografia do documento atual"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Efetuar automaticamente verificação ortográfica do documento atual"
+
+#~ msgid "Language:"
+#~ msgstr "Idioma:"
+
+#~ msgid "Language"
+#~ msgstr "Idioma"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Inserir a data e hora atuais na posição do cursor"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr ""
+#~ "Não é possível aceder ao ficheiro pois a sua localização não está montada."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit abriu esta instância do ficheiro de uma forma não-editável. Ainda "
+#~ "assim deseja editá-lo?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "Deseja descartar as suas alterações e reler o ficheiro?"
+
+#~ msgid "Replace All"
+#~ msgstr "Substituir Todas"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Desativar o realce de sintaxe"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Definir a raíz para a localização do documento ativo"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Abrir uma consola no diretório atualmente aberto"
+
+#~ msgid "file"
+#~ msgstr "ficheiro"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Mover o ficheiro ou pasta selecionado para o lixo"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Apagar o ficheiro ou pasta selecionado"
+
+#~ msgid "Open selected file"
+#~ msgstr "Abrir o ficheiro selecionado"
+
+#~ msgid "Up"
+#~ msgstr "Acima"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Abrir a pasta acima"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Adicionar uma nova pasta vazia"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Adicionar um ficheiro novo vazio"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Renomear o ficheiro ou pasta selecionado"
+
+#~ msgid "_Previous Location"
+#~ msgstr "Localização _Anterior"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Ir para a localização anteriormente visitada"
+
+#~ msgid "_Next Location"
+#~ msgstr "Localização _Seguinte"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Ir para a localização visitada seguinte"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Atualizar a Vista"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Ver a pasta no navegador de ficheiros"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Apresentar os ficheiros e pastas escondidos"
+
+#~ msgid "Show binary files"
+#~ msgstr "Apresentar os ficheiros binários"
+
+#~ msgid "Quick open"
+#~ msgstr "Abertura rápida"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Terminar Sessão _sem Gravar"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Executar o gedit em fundo"
+
+#~ msgid "_Add..."
+#~ msgstr "_Adicionar..."
+
+#~ msgid "Previous location"
+#~ msgstr "Localização anterior"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Ir para uma localização anteriormente aberta"
+
+#~ msgid "Next location"
+#~ msgstr "Localização seguinte"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "Lista de esquemas VFS que o gedit suporta em modo de escrita. O esquema "
+#~ "'file' pode ser escrito por omissão."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Esquemas VFS de escrita"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "Gestor de Ferramentas Externas"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "Painel Inferior é Visível"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are "
+#~ "\"GEDIT_TOOLBAR_SYSTEM\" to use the system's default style, "
+#~ "\"GEDIT_TOOLBAR_ICONS\" to display icons only, "
+#~ "\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside "
+#~ "icons. Note that the values are case-sensitive, so make sure they appear "
+#~ "exactly as mentioned here."
+#~ msgstr ""
+#~ "Estilo para a os botões da barra de ferramentas. Valores possíveis são "
+#~ "\"GEDIT_TOOLBAR_SYSTEM\" para utilizar o estilo por omissão do sistema, "
+#~ "\"GEDIT_TOOLBAR_ICONS\" para apresentar apenas ícones, "
+#~ "\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" para apresentar ícones e texto e "
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" para apresentar texto prioritário ao "
+#~ "lado dos ícones. Note que os valores são sensíveis à capitalização, pelo "
+#~ "que se deverá certificar de que são introduzidos exatamente como aqui "
+#~ "mencionados."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Estilo dos Botões da Barra de Ferramentas"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr ""
+#~ "Se o gedit deverá ou não realçar a chaveta correspondente à selecionada."
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr ""
+#~ "Se o painel inferior no fundo das janelas de edição deverá ou não ser "
+#~ "visível."
+
+#~ msgid "Current Line"
+#~ msgstr "Linha Atual"
+
+#~ msgid "Right Margin"
+#~ msgstr "Margem Direita"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "Margem _Direita na coluna:"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[FICHEIRO...]"
+
+#~ msgid "Plugin"
+#~ msgstr "Plugin"
+
+#~ msgid "Enabled"
+#~ msgstr "Ativo"
+
+#~ msgid "C_onfigure"
+#~ msgstr "C_onfigurar"
+
+#~ msgid "A_ctivate"
+#~ msgstr "A_ctivar"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Ativar _Todos"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "_Desativar Todos"
+
+#~ msgid "Ative _Plugins:"
+#~ msgstr "_Plugins Ativos:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "_Sobre o Plugin"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Incapaz de inicializar o gestor de preferências."
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "`%s' esperado, obtido `%s' para a chave %s"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "Não é possível detetar a codificação automaticamente"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "Config_uração de Página..."
+
+#~ msgid "Set up the page settings"
+#~ msgstr "Configurar as definições de página"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "Procura _Incremental..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "Procurar por texto de forma incremental"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Gestor de trechos"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "Verificar Ortografia _Automaticamente"
+
+#~ msgid "Tags"
+#~ msgstr "Etiquetas"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Selecione o grupo de etiquetas que deseja utilizar"
+
+#~ msgid "_Preview"
+#~ msgstr "_Antever"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "Lista de Etiquetas Disponíveis"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "Forma abreviada"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Abreviatura"
+
+#~ msgid "Above"
+#~ msgstr "Acima"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "Caracter de tecla de acessibilidade"
+
+#~ msgid "Acronym"
+#~ msgstr "Acrónimo"
+
+#~ msgid "Align"
+#~ msgstr "Alinhamento"
+
+#~ msgid "Alignment character"
+#~ msgstr "Caracter de alinhamento"
+
+#~ msgid "Alternative"
+#~ msgstr "Alternativa"
+
+#~ msgid "Anchor"
+#~ msgstr "Âncora"
+
+#~ msgid "Anchor URI"
+#~ msgstr "URI âncora"
+
+#~ msgid "Applet class file code"
+#~ msgstr "Código de ficheiro de classe da applet"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Código de ficheiro de classe da applet (obsoleto)"
+
+#~ msgid "Array"
+#~ msgstr "Matriz"
+
+#~ msgid "Associated information"
+#~ msgstr "Informação associada"
+
+#~ msgid "Author info"
+#~ msgstr "Informação de autor"
+
+#~ msgid "Axis related headers"
+#~ msgstr "Cabeçalhos relacionados com o eixo"
+
+#~ msgid "Background color"
+#~ msgstr "Cor de fundo"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "Cor de fundo (obsoleto)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "Mosaico de textura de fundo"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "Mosaico de textura de fundo (obsoleto)"
+
+#~ msgid "Base URI"
+#~ msgstr "URI base"
+
+#~ msgid "Base font"
+#~ msgstr "Fonte base"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Fonte base (obsoleto)"
+
+#~ msgid "Bold"
+#~ msgstr "Negrito"
+
+#~ msgid "Border"
+#~ msgstr "Margem"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "Margem (obsoleto)"
+
+#~ msgid "Border color"
+#~ msgstr "Cor da margem"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "Junção de células em linha"
+
+#~ msgid "Center"
+#~ msgstr "Centrar"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "Centrar (obsoleto)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Codificação de carateres do recurso associado"
+
+#~ msgid "Checked (state)"
+#~ msgstr "Selecionado (estado)"
+
+#~ msgid "Checked state"
+#~ msgstr "Estado selecionado"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "Cite o motivo para a alteração"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "ID de implementação de classe"
+
+#~ msgid "Class list"
+#~ msgstr "Lista de classe"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "Limpar o controlo de fluxo de texto"
+
+#~ msgid "Code content type"
+#~ msgstr "Tipo do código de conteúdo"
+
+#~ msgid "Color of selected links"
+#~ msgstr "Cor dos links selecionados"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "Cor dos links selecionados (obsoleto)"
+
+#~ msgid "Column span"
+#~ msgstr "Junção de colunas"
+
+#~ msgid "Comment"
+#~ msgstr "Comentário"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "trecho de código informático"
+
+#~ msgid "Content type"
+#~ msgstr "Tipo de conteúdo"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "Tipo de conteúdo (obsoleto)"
+
+#~ msgid "Coordinates"
+#~ msgstr "Coordenadas"
+
+#~ msgid "DIV Style container"
+#~ msgstr "Contentor de Estilo DIV"
+
+#~ msgid "DIV container"
+#~ msgstr "Contentor DIV"
+
+#~ msgid "Date and time of change"
+#~ msgstr "Data e hora da alteração"
+
+#~ msgid "Declare flag"
+#~ msgstr "Parâmetro de declaração"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Atributo diferido"
+
+#~ msgid "Definition description"
+#~ msgstr "Descrição da definição"
+
+#~ msgid "Definition list"
+#~ msgstr "Lista de definição"
+
+#~ msgid "Definition term"
+#~ msgstr "Termo de definição"
+
+#~ msgid "Deleted text"
+#~ msgstr "Texto apagado"
+
+#~ msgid "Direction"
+#~ msgstr "Direção"
+
+#~ msgid "Directionality"
+#~ msgstr "Direccionalidade"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "Direccionalidade (obsoleto)"
+
+#~ msgid "Directory list"
+#~ msgstr "Lista de diretórios"
+
+#~ msgid "Disabled"
+#~ msgstr "Inativo"
+
+#~ msgid "Document base"
+#~ msgstr "Base do documento"
+
+#~ msgid "Document body"
+#~ msgstr "Corpo do documento"
+
+#~ msgid "Document head"
+#~ msgstr "Cabeçalho do documento"
+
+#~ msgid "Document title"
+#~ msgstr "Título do documento"
+
+#~ msgid "Document type"
+#~ msgstr "Tipo do documento"
+
+#~ msgid "Element ID"
+#~ msgstr "ID de Elemento"
+
+#~ msgid "Embedded object"
+#~ msgstr "Objeto embutido"
+
+#~ msgid "Emphasis"
+#~ msgstr "Ênfase"
+
+#~ msgid "Encode type"
+#~ msgstr "Tipo de codificação"
+
+#~ msgid "Figure"
+#~ msgstr "Imagem"
+
+#~ msgid "Font face"
+#~ msgstr "Tipo da fonte"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Família de fonte (obsoleto)"
+
+#~ msgid "For label"
+#~ msgstr "Para etiqueta"
+
+#~ msgid "Forced line break"
+#~ msgstr "Quebra de linha forçada"
+
+#~ msgid "Form"
+#~ msgstr "Formulário"
+
+#~ msgid "Form action handler"
+#~ msgstr "Manipulador de ação do formulário"
+
+#~ msgid "Form control group"
+#~ msgstr "Grupo de controlo do formulário"
+
+#~ msgid "Form field label text"
+#~ msgstr "Texto da etiqueta do campo do formulário"
+
+#~ msgid "Form input"
+#~ msgstr "Entrada de dados do formulário"
+
+#~ msgid "Form input type"
+#~ msgstr "Tipo de entrada de dados do formulário"
+
+#~ msgid "Form method"
+#~ msgstr "Método do formulário"
+
+#~ msgid "Forward link"
+#~ msgstr "Link para avançar"
+
+#~ msgid "Frame"
+#~ msgstr "Frame"
+
+#~ msgid "Frame border"
+#~ msgstr "Margem da frame"
+
+#~ msgid "Frame render parts"
+#~ msgstr "Partes de renderização da frame"
+
+#~ msgid "Frame source"
+#~ msgstr "Código da frame"
+
+#~ msgid "Frame spacing"
+#~ msgstr "Espaçamento da frame"
+
+#~ msgid "Frame target"
+#~ msgstr "Alvo da frame"
+
+#~ msgid "Frameborder"
+#~ msgstr "Margem da frame"
+
+#~ msgid "Frameset"
+#~ msgstr "Conjunto de frames"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Colunas do conjunto de frames"
+
+#~ msgid "Frameset rows"
+#~ msgstr "Linhas do conjunto de frames"
+
+#~ msgid "Framespacing"
+#~ msgstr "Espaçamento de frames"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "Objeto embutido genérico"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "Metainformação genérica"
+
+#~ msgid "Generic span"
+#~ msgstr "Junção genérica"
+
+#~ msgid "HREF URI"
+#~ msgstr "URI HREF"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - Carateres Especiais"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - Etiquetas"
+
+#~ msgid "HTML root element"
+#~ msgstr "Elemento raíz HTML"
+
+#~ msgid "HTML version"
+#~ msgstr "Versão HTML"
+
+#~ msgid "HTTP header name"
+#~ msgstr "Nome do cabeçalho HTTP"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "IDs de célula de cabeçalho"
+
+#~ msgid "Heading"
+#~ msgstr "Título"
+
+#~ msgid "Heading 1"
+#~ msgstr "Título 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "Título 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "Título 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "Título 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "Título 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "Título 6"
+
+#~ msgid "Height"
+#~ msgstr "Altura"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "Régua horizontal"
+
+#~ msgid "Horizontal space"
+#~ msgstr "Espaço horizontal"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "Espaço horizontal (obsoleto)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "Controlo BiDi de I18N"
+
+#~ msgid "Image"
+#~ msgstr "Imagem"
+
+#~ msgid "Image map"
+#~ msgstr "Mapa de imagem"
+
+#~ msgid "Image map area"
+#~ msgstr "Área do mapa de imagem"
+
+#~ msgid "Image map name"
+#~ msgstr "Nome do mapa de imagem"
+
+#~ msgid "Image source"
+#~ msgstr "Origem da imagem"
+
+#~ msgid "Inline frame"
+#~ msgstr "Frame embutida"
+
+#~ msgid "Inline layer"
+#~ msgstr "Camada embutida"
+
+#~ msgid "Inserted text"
+#~ msgstr "Texto inserido"
+
+#~ msgid "Instance definition"
+#~ msgstr "Definição de instância"
+
+#~ msgid "Italic text"
+#~ msgstr "Texto em itálico"
+
+#~ msgid "Java applet"
+#~ msgstr "Applet Java"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Applet Java (obsoleto)"
+
+#~ msgid "Label"
+#~ msgstr "Etiqueta"
+
+#~ msgid "Language code"
+#~ msgstr "Código fonte"
+
+#~ msgid "Large text style"
+#~ msgstr "Estilo de texto grande"
+
+#~ msgid "Layer"
+#~ msgstr "Camada"
+
+#~ msgid "Link color"
+#~ msgstr "Cor do link"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "Cor do link (obsoleto)"
+
+#~ msgid "List item"
+#~ msgstr "Item de lista"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "Lista de tipos MIME para receção (upload) de ficheiros"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "Lista de conjuntos de carateres suportados"
+
+#~ msgid "Listing"
+#~ msgstr "Listagem"
+
+#~ msgid "Local change to font"
+#~ msgstr "Alteração local à fonte"
+
+#~ msgid "Long description link"
+#~ msgstr "Descrição extensa do link"
+
+#~ msgid "Long quotation"
+#~ msgstr "Citação extensa"
+
+#~ msgid "Mail link"
+#~ msgstr "Lenk de email"
+
+#~ msgid "Marquee"
+#~ msgstr "Marquee"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "Comprimento máximo do campo de texto"
+
+#~ msgid "Media-independent link"
+#~ msgstr "Link independente do media"
+
+#~ msgid "Menu list"
+#~ msgstr "Lista de menu"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "Lista de menu (obsoleto)"
+
+#~ msgid "Multiline text field"
+#~ msgstr "Campo de texto multilinha"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Multicoluna"
+
+#~ msgid "Multiple"
+#~ msgstr "Múltiplo"
+
+#~ msgid "Name"
+#~ msgstr "Nome"
+
+#~ msgid "Named property value"
+#~ msgstr "Valor de propriedade denominada"
+
+#~ msgid "Next ID"
+#~ msgstr "ID seguinte"
+
+#~ msgid "No URI"
+#~ msgstr "Nenhum URI"
+
+#~ msgid "No embedded objects"
+#~ msgstr "Nenhum objeto embutido"
+
+#~ msgid "No frames"
+#~ msgstr "Sem frames"
+
+#~ msgid "No layers"
+#~ msgstr "Sem camadas"
+
+#~ msgid "No line break"
+#~ msgstr "Sem quebras de linha"
+
+#~ msgid "No script"
+#~ msgstr "Sem script"
+
+#~ msgid "No shade"
+#~ msgstr "Sem sombreado"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "Sem sombreado (obsoleto)"
+
+#~ msgid "No word wrap"
+#~ msgstr "Sem quebra de linha"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "Sem quebra de linha (obsoleto)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "Espaço sem quebra"
+
+#~ msgid "Note"
+#~ msgstr "Nota"
+
+#~ msgid "Object applet file"
+#~ msgstr "Ficheiro de objeto de applet"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Ficheiro de objeto de applet (obsoleto)"
+
+#~ msgid "Object data reference"
+#~ msgstr "Referência de objeto de dados"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "Deslocamento do caracter de alinhamento"
+
+#~ msgid "OnBlur event"
+#~ msgstr "Evento OnBlur"
+
+#~ msgid "OnChange event"
+#~ msgstr "Evento OnChange"
+
+#~ msgid "OnClick event"
+#~ msgstr "Evento OnClick"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "Evento OnDblClick"
+
+#~ msgid "OnFocus event"
+#~ msgstr "Evento OnFocus"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "Evento OnKeyDown"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "Evento OnKeyPress"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "Evento OnKeyUp"
+
+#~ msgid "OnLoad event"
+#~ msgstr "Evento OnLoad"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "Evento OnMouseDown"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "Evento OnMouseMove"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "Evento OnMouseOn"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "Evento OnMouseOver"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "Evento OnMouseUp"
+
+#~ msgid "OnReset event"
+#~ msgstr "Evento OnReset"
+
+#~ msgid "OnSelect event"
+#~ msgstr "Evento OnSelect"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "Evento OnSubmit"
+
+#~ msgid "OnUnload event"
+#~ msgstr "Evento OnUnload"
+
+#~ msgid "Option group"
+#~ msgstr "Grupo de opções"
+
+#~ msgid "Option seletor"
+#~ msgstr "Seletor de opções"
+
+#~ msgid "Ordered list"
+#~ msgstr "Lista ordenada"
+
+#~ msgid "Output media"
+#~ msgstr "Media de resultado"
+
+#~ msgid "Paragraph"
+#~ msgstr "Parágrafo"
+
+#~ msgid "Paragraph class"
+#~ msgstr "Classe de parágrafo"
+
+#~ msgid "Paragraph style"
+#~ msgstr "Estilo de parágrafo"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "Listagem pré-formatada"
+
+#~ msgid "Preformatted text"
+#~ msgstr "Texto pré-formatado"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Dicionário de metainformação de perfil"
+
+#~ msgid "Push button"
+#~ msgstr "Botão"
+
+#~ msgid "Quote"
+#~ msgstr "Aspa"
+
+#~ msgid "Range"
+#~ msgstr "Intervalo"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "Texto e senha apenas de leitura"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "Espaçamento reduzido"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "Espaçamento reduzido (obsoleto)"
+
+#~ msgid "Reverse link"
+#~ msgstr "Link invertido"
+
+#~ msgid "Root"
+#~ msgstr "Raíz"
+
+#~ msgid "Rows"
+#~ msgstr "Linhas"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "Traços entre linhas e colunas"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "Resultado de amostra de aplicação, scripts"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "Âmbito coberto pelos cabeçalhos das células"
+
+#~ msgid "Script language name"
+#~ msgstr "Nome de linguagem de script"
+
+#~ msgid "Script statements"
+#~ msgstr "Comandos de script"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Barra de rolamento"
+
+#~ msgid "Selectable option"
+#~ msgstr "Opção selecionável"
+
+#~ msgid "Server-side image map"
+#~ msgstr "Mapa de imagem do lado do servidor"
+
+#~ msgid "Shape"
+#~ msgstr "Forma"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "Citação abreviada embutida"
+
+#~ msgid "Single line prompt"
+#~ msgstr "Questão de linha única"
+
+#~ msgid "Size"
+#~ msgstr "Tamanho"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "Tamanho (obsoleto)"
+
+#~ msgid "Small text style"
+#~ msgstr "Estilo de texto pequeno"
+
+#~ msgid "Soft line break"
+#~ msgstr "Quebra de linha suave"
+
+#~ msgid "Sound"
+#~ msgstr "Som"
+
+#~ msgid "Source"
+#~ msgstr "Código Fonte"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "Lista de arquivos separada por espaços"
+
+#~ msgid "Spacer"
+#~ msgstr "Espaçador"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "Espaçamento entre células"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "Espaçamento dentro das células"
+
+#~ msgid "Span"
+#~ msgstr "Junção"
+
+#~ msgid "Square root"
+#~ msgstr "Raíz quadrada"
+
+#~ msgid "Standby load message"
+#~ msgstr "Mensagem de aguardar leitura"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "Número inicial da sequência"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "Número inicial da sequência (obsoleto)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "Texto riscado"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Texto riscado (obsoleto)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "Estilo de texto riscado"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Estilo de texto riscado (obsoleto)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "Negrito"
+
+#~ msgid "Style info"
+#~ msgstr "Informação de estilo"
+
+#~ msgid "Subscript"
+#~ msgstr "Subscrito"
+
+#~ msgid "Superscript"
+#~ msgstr "Superscrito"
+
+#~ msgid "Tab order position"
+#~ msgstr "Posição da ordenação de tabulações"
+
+#~ msgid "Table"
+#~ msgstr "Tabela"
+
+#~ msgid "Table body"
+#~ msgstr "Corpo da tabela"
+
+#~ msgid "Table caption"
+#~ msgstr "Título da tabela"
+
+#~ msgid "Table column group properties"
+#~ msgstr "Propriedades do grupo de colunas da tabela"
+
+#~ msgid "Table column properties"
+#~ msgstr "Propriedades da coluna da tabela"
+
+#~ msgid "Table data cell"
+#~ msgstr "Célula de dados da tabela"
+
+#~ msgid "Table footer"
+#~ msgstr "Rodapé da tabela"
+
+#~ msgid "Table header"
+#~ msgstr "Cabeçalho da tabela"
+
+#~ msgid "Table header cell"
+#~ msgstr "Célula de cabeçalho da tabela"
+
+#~ msgid "Table row"
+#~ msgstr "Linha da tabela"
+
+#~ msgid "Table summary"
+#~ msgstr "Resumo da tabela"
+
+#~ msgid "Target - Blank"
+#~ msgstr "Destino - Vazio"
+
+#~ msgid "Target - Parent"
+#~ msgstr "Destino - Pai"
+
+#~ msgid "Target - Self"
+#~ msgstr "Destino - Próprio"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Estilo de texto teletipo ou monoespaçado"
+
+#~ msgid "Text"
+#~ msgstr "Texto"
+
+#~ msgid "Text color"
+#~ msgstr "Cor do texto"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "Cor do texto (obsoleto)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "Texto introduzido pelo usador"
+
+#~ msgid "Title"
+#~ msgstr "Título"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "Estilo de texto sublinhado"
+
+#~ msgid "Unordered list"
+#~ msgstr "Lista desordenada"
+
+#~ msgid "Use image map"
+#~ msgstr "Utilizar mapa de imagem"
+
+#~ msgid "Value"
+#~ msgstr "Valor"
+
+#~ msgid "Value interpretation"
+#~ msgstr "Interpretação do valor"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "Variável ou argumento da aplicação"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Alinhamento vertical da célula"
+
+#~ msgid "Vertical space"
+#~ msgstr "Espaço vertical"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Espaço vertical (obsoleto)"
+
+#~ msgid "Visited link color"
+#~ msgstr "Cor do link visitado"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Cor do link visitado (obsoleto)"
+
+#~ msgid "Width"
+#~ msgstr "Largura"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML 1.0 - Etiquetas"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Bibliografia (citação)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Bibliografia (item)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Bibliografia (citação abreviada)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Bibliografia (a bibliografia)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "Parêntesis ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "Delimitadores <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "Parêntesis []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "Chavetas {}"
+
+#~ msgid "File input"
+#~ msgstr "Ficheiro de entrada"
+
+#~ msgid "Footnote"
+#~ msgstr "Nota de rodapé"
+
+#~ msgid "Function cosine"
+#~ msgstr "Função coseno"
+
+#~ msgid "Function e^"
+#~ msgstr "Função e^"
+
+#~ msgid "Function exp"
+#~ msgstr "Função exp"
+
+#~ msgid "Function log"
+#~ msgstr "Função log"
+
+#~ msgid "Function log10"
+#~ msgstr "Função log10"
+
+#~ msgid "Function sine"
+#~ msgstr "Função seno"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Alfa grego"
+
+#~ msgid "Greek beta"
+#~ msgstr "Beta grego"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Epsilon grego"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Gama grego"
+
+#~ msgid "Greek lambda"
+#~ msgstr "Lambda grego"
+
+#~ msgid "Greek rho"
+#~ msgstr "Rho grego"
+
+#~ msgid "Greek tau"
+#~ msgstr "Tau grego"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Cabeçalho 0 (capítulo)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Cabeçalho 0 (capítulo*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Cabeçalho 1 (secção)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Cabeçalho 1 (secção*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Cabeçalho 2 (subsecção)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Cabeçalho 2 (subsecção*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Cabeçalho 3 (subsubsecção)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Cabeçalho 3 (subsubsecção*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Cabeçalho 4 (parágrafo)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Cabeçalho de apêndice"
+
+#~ msgid "Item"
+#~ msgstr "Item"
+
+#~ msgid "Item with label"
+#~ msgstr "Item com etiqueta"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex - etiquetas"
+
+#~ msgid "List description"
+#~ msgstr "Descrição de lista"
+
+#~ msgid "List enumerate"
+#~ msgstr "Lista enumerada"
+
+#~ msgid "List itemize"
+#~ msgstr "Lista itemizada"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Matemática (apresentação)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Matemática (embutida)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "Operador de fração"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "Operador de integral (apresentação)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Operador de integral (embutido)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Operador de soma (apresentação)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Operador de soma (embutido)"
+
+#~ msgid "Reference label"
+#~ msgstr "Etiqueta de referência"
+
+#~ msgid "Reference ref"
+#~ msgstr "Referência ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "Símbolo <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Símbolo <="
+
+#~ msgid "Symbol >="
+#~ msgstr "Símbolo >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Símbolo >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Símbolo and"
+
+#~ msgid "Symbol const"
+#~ msgstr "Símbolo const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Símbolo d-por-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Símbolo d-por-dt-parcial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Símbolo d2-por-dt2-parcial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Símbolo punhal"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "Símbolo hífen ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "Símbolo hífen --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Símbolo equiv"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Símbolo infinito"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Symbol espaço matemático ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Symbol espaço matemático ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Symbol espaço matemático _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Symbol espaço matemático __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Symbol simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "Symbol estrela"
+
+#~ msgid "Typeface bold"
+#~ msgstr "Tipo de fonte negrita"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Tipo de fonte itálica"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "Tipo de fonte inclinada"
+
+#~ msgid "Typeface type"
+#~ msgstr "Tipo de fonte máquina"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Texto sem quebra de linha"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "Disponibiliza um método para inserir facilmente num documento expressões/"
+#~ "etiquetas muito usadas sem ter de as escrever."
+
+#~ msgid "Tag list"
+#~ msgstr "Lista de etiquetas"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT - Eixos"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - Elementos"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - Funções"
+
+#~ msgid "ancestor"
+#~ msgstr "antecedente"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "antecedente ou próprio"
+
+#~ msgid "attribute"
+#~ msgstr "atributo"
+
+#~ msgid "child"
+#~ msgstr "filho"
+
+#~ msgid "descendant"
+#~ msgstr "descendente"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "descendente ou próprio"
+
+#~ msgid "following"
+#~ msgstr "seguinte"
+
+#~ msgid "following-sibling"
+#~ msgstr "filho-seguinte"
+
+#~ msgid "namespace"
+#~ msgstr "espaço de nome"
+
+#~ msgid "parent"
+#~ msgstr "pai"
+
+#~ msgid "preceding"
+#~ msgstr "precedente"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "filho-precedente"
+
+#~ msgid "self"
+#~ msgstr "próprio"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL - Etiquetas"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "Configurar plugin de inserção de data/hora..."
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Extensão da Cópia de Segurança"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Extensão ou sufixo a utilizar para nomes de ficheiros de segurança. "
+#~ "Apenas terá efeito se a opção \"Create Backup Copies\" estiver ativa."
+
+#~ msgid "Character Codings"
+#~ msgstr "Codificações de Carateres"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>Linha Atual</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>Fonte</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>Numeração de Linhas</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">Esquema de Cor</span>"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "Codificação de C_aracteres:"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "Incapaz de obter o nome do ficheiro de cópia de segurança"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>Fontes</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>Cabeçalho da página</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>Realce de Sintaxe</b>"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">Nome do Ficheiro</span>"
+
+#~ msgid "_Indent"
+#~ msgstr "_Indentar"
+
+#~ msgid "U_nindent"
+#~ msgstr "Remover I_ndentação"
+
+#~ msgid "Indent Lines"
+#~ msgstr "Indentar Linhas"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "Indentar ou remover a indentação das linhas selecionadas."
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>Idioma</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>palavra</b>"
+
+#~ msgid "HttP header name"
+#~ msgstr "Nome do cabeçalho HTTP"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> Ao inserir data/hora...</span>"
+
+#~ msgid "Open Location"
+#~ msgstr "Abrir Localização"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "Introduza a _localização (URI) do ficheiro que deseja abrir:"
+
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: nome de ficheiro ou URI mal formado.\n"
+
+#~ msgid "Open _Location..."
+#~ msgstr "Abrir _Localização..."
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "Abrir um ficheiro de uma localização especificada"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "Ferramenta de edição <i>%s</i>:"
+
+#~ msgid "A Brand New Tool"
+#~ msgstr "Uma Ferramenta Nova"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "Co_mando(s):"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "Ferramenta de edição <i>make</i>:"
+
+#~ msgid "_Description:"
+#~ msgstr "_Descrição:"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "Inserir No_me de usador"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "Insere o nome do usador na posição do cursor"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "Insere o nome do usador na posição do cursor."
+
+#~ msgid "User name"
+#~ msgstr "Nome do usador"
+
+#~ msgid "None"
+#~ msgstr "Nenhum"
+
+#~ msgid "The following python code, run in a snippet, does not return a value"
+#~ msgstr ""
+#~ "O seguinte código python, executado num trecho, não devolve um valor"
+
+#~ msgid "language|%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "Desconhecido (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "Por Omissão"
+
+#~ msgid "<b>Elements</b>"
+#~ msgstr "<b>Elementos</b>"
+
+#~ msgid "Basic Colors"
+#~ msgstr "Cores Básicas"
+
+#~ msgid "Color scheme _name:"
+#~ msgstr "_Nome do esquema de cor:"
+
+#~ msgid "Cu_rrent line color:"
+#~ msgstr "Co_r da linha atual:"
+
+#~ msgid "Italic"
+#~ msgstr "Itálico"
+
+#~ msgid "Pick the foreground color"
+#~ msgstr "Selecione a cor de fundo"
+
+#~ msgid "Pick the normal text color"
+#~ msgstr "Selecione a cor do texto normal"
+
+#~ msgid "Pick the search highlighting color"
+#~ msgstr "Selecione a cor de realce da procura"
+
+#~ msgid "Pick the selection color"
+#~ msgstr "Selecione a cor de seleção"
+
+#~ msgid "S_earch highlighting color:"
+#~ msgstr "Cor de r_ealce do texto procurado:"
+
+#~ msgid "Se_lection color:"
+#~ msgstr "Cor de se_lecção:"
+
+#~ msgid "Strikethrough"
+#~ msgstr "Riscado"
+
+#~ msgid "Underline"
+#~ msgstr "Sublinhado"
+
+#~ msgid "_Background:"
+#~ msgstr "_Fundo:"
+
+#~ msgid "_Foreground:"
+#~ msgstr "_Texto:"
+
+#~ msgid "_Normal text color:"
+#~ msgstr "Cor do texto _normal:"
+
+#~ msgid "_Reset to Default "
+#~ msgstr "_Repor Valor por Omissão "
+
+#~ msgid "_Selected text color:"
+#~ msgstr "Cor de texto _selecionado:"
+
+#~ msgid "gedit Style Scheme editor"
+#~ msgstr "Editor de Esquemas de Estilo do gedit"
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "O ficheiro contém dados corrompidos."
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "O ficheiro contém dados num formato inválido."
+
+#~ msgid ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+#~ msgstr ""
+#~ "Existem demasiados ficheiros abertos. Feche algumas aplicações e tente "
+#~ "novamente."
+
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Memória livre insuficiente para abrir o ficheiro. Feche algumas "
+#~ "aplicações em execução e tente novamente."
+
+#~ msgid ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr ""
+#~ "Nome de máquina vazio. Certifique-se de que as suas configurações de "
+#~ "proxy estão corretas e tente novamente."
+
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "Falha ao tentar iniciar sessão. Certifique-se de que inseriu a "
+#~ "localização corretamente e tente novamente."
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "O ficheiro que está a tentar abrir não é um ficheiro normal."
+
+#~ msgid "Attempt to log in failed."
+#~ msgstr "Falha ao tentar iniciar sessão."
+
+#~ msgid ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+#~ msgstr ""
+#~ "%s é um diretório. Certifique-se de que introduziu corretamente a "
+#~ "localização e tente novamente."
+
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr ""
+#~ "Memória livre insuficiente para gravar o ficheiro. Feche algumas "
+#~ "aplicações em execução e tente novamente."
+
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr ""
+#~ "%s não é um ficheiro normal. Certifique-se de que inseriu a localização "
+#~ "corretamente e tente novamente."
+
+#~ msgid "The entered location is not valid."
+#~ msgstr "A localização especificada é inválida."
+
+#~ msgid ""
+#~ "Nothing\n"
+#~ "Current document\n"
+#~ "All documents"
+#~ msgstr ""
+#~ "Nada\n"
+#~ "Documento atual\n"
+#~ "Todos os documentos"
+
+#~ msgid "gtk-revert-to-saved"
+#~ msgstr "gtk-revert-to-saved"
+
+#~ msgid "on"
+#~ msgstr "em"
+
+#~ msgid "Invalid uri"
+#~ msgstr "URI inválido"
+
+#~ msgid "Monospace Regular 9"
+#~ msgstr "Monospace Regular 9"
+
+#~ msgid "Sans Regular 11"
+#~ msgstr "Sans Regular 11"
+
+#~ msgid "Sans Regular 8"
+#~ msgstr "Sans Regular 8"
+
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "Especifica a fonte a utilizar para o corpo de um documento ao imprimir "
+#~ "documentos. Este é um nome de fonte gnome-print e substituído por "
+#~ "print_font_body_pango."
+
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "Especifica a fonte a utilizar para números de linhas ao imprimir. Apenas "
+#~ "terá efeito se a opção \"Print Line Numbers\" for diferente de zero. Este "
+#~ "é um nome de fonte gnome-print e substituído por print_font_body_pango."
+
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "Especifica a fonte a utilizar para cabeçalhos de página ao imprimir um "
+#~ "documento. Apenas terá efeito se a opção \"Print Header\" estiver ativa."
+#~ "Este é um nome de fonte gnome-print e substituído por "
+#~ "print_font_body_pango."
+
+#~ msgid "Page Setup"
+#~ msgstr "Configuração de Página"
+
+#~ msgid "Other"
+#~ msgstr "Outro"
+
+#~ msgid "Number of pages horizontally"
+#~ msgstr "Número de páginas horizontalmente"
+
+#~ msgid "Number of pages vertically"
+#~ msgstr "Número de páginas verticalmente"
+
+#~ msgid "No visible output was created."
+#~ msgstr "Não foi criado nenhum resultado visível."
+
+#~ msgid ""
+#~ "Background color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Cor de fundo para o texto selecionado na área de edição. Apenas terá "
+#~ "efeito se a opção \"Use Default Colors\" estiver desativada."
+
+#~ msgid ""
+#~ "Background color for unselected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Cor de fundo para o texto não selecionado na área de edição. Apenas terá "
+#~ "efeito se a opção \"Use Default Colors\" estiver desativada."
+
+#~ msgid ""
+#~ "Foreground color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Cor do texto para o texto selecionado na área de edição. Apenas terá "
+#~ "efeito se a opção \"Use Default Colors\" estiver desativada."
+
+#~ msgid ""
+#~ "Foreground color for the unselected text in the editing area. This will "
+#~ "only take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "Cor do texto para o texto não selecionado na área de edição. Apenas terá "
+#~ "efeito se a opção \"Use Default Colors\" estiver desativada."
+
+#~ msgid "Selected Text Color"
+#~ msgstr "Cor do Texto Selecionado"
+
+#~ msgid "Selection Color"
+#~ msgstr "Cor de Seleção"
+
+#~ msgid "Text Color"
+#~ msgstr "Cor do Texto"
+
+#~ msgid "Use Default Colors"
+#~ msgstr "Utilizar Cores por Omissão"
+
+#~ msgid ""
+#~ "Whether to use the system's default colors for the editing area. If this "
+#~ "option is turned off, then the colors of the editing area will be those "
+#~ "specified in the \"Background Color\", \"Text Color\", \"Selected Text "
+#~ "Color\", and \"Selection Color\" options."
+#~ msgstr ""
+#~ "Se deverão ser usadas as cores por omissão do sistema para a área de "
+#~ "edição. Se esta opção estiver desativada, as cores da área de edição "
+#~ "serão as especificadas nas opções \"Background Color\", \"Text Color\", "
+#~ "\"Selected Text Color\" e \"Selection Color\"."
+
+#~ msgid "Push this button to configure text color"
+#~ msgstr "Prima este botão para configurar a cor do texto"
+
+#~ msgid "Push this button to configure background color"
+#~ msgstr "Prima este botão para configurar a cor de fundo"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "appear"
+#~ msgstr ""
+#~ "Prima este botão para configurar a cor em que deverá surgir o texto "
+#~ "selecionado"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "be marked"
+#~ msgstr ""
+#~ "Prima este botão para configurar a cor com que deverá ser marcado o texto "
+#~ "selecionado"
+
+#~ msgid "Elements"
+#~ msgstr "Elementos"
+
+#~ msgid "Highlight _mode:"
+#~ msgstr "_Modo de realce:"
+
+#~ msgid "Pick a color"
+#~ msgstr "Selecione uma cor"
+
+#~ msgid "U_se default theme colors"
+#~ msgstr "Utilizar core_s de tema por omissão"
+
+#~ msgid "_Enable syntax highlighting"
+#~ msgstr "_Ativar realce de sintaxe"
+
+#~ msgid "Please, check that you typed the location correctly and try again."
+#~ msgstr ""
+#~ "Certifique-se de que introduziu corretamente a localização e tente "
+#~ "novamente."
+
+#~ msgid "Could not find the required widgets inside %s."
+#~ msgstr "Incapaz de encontrar os widgets necessários dentro de %s."
+
+#~ msgid "Double-click on a tag to insert it in the current document"
+#~ msgstr "Clique-duplo sobre uma etiqueta para a inserir no documento atual"
+
+#~ msgid "_Use default theme font"
+#~ msgstr "_Utilizar fonte do tema por omissão"
+
+#~ msgid "Insert in output panel"
+#~ msgstr "Inserir no painel de resultados"
+
+#~ msgid "F7"
+#~ msgstr "F7"
+
+#~ msgid "_Accelerator:"
+#~ msgstr "_Atalho:"
+
+#~ msgid "_New Directory"
+#~ msgstr "_Novo Diretório"
+
+#~ msgid "Add new empty directory"
+#~ msgstr "Adicionar um diretório novo vazio"
+
+#~ msgid "_View Directory"
+#~ msgstr "_Ver o Diretório"
+
+#~ msgid "Advanced filtering"
+#~ msgstr "Filtragem avançada"
+
+#~ msgid "Afrikaans"
+#~ msgstr "Afrikaans"
+
+#~ msgid "Amharic"
+#~ msgstr "Amaraico"
+
+#~ msgid "Arabic (Egypt)"
+#~ msgstr "Árabe (Egito)"
+
+#~ msgid "Azerbaijani"
+#~ msgstr "Azerbeijão"
+
+#~ msgid "Belarusian"
+#~ msgstr "Bielorusso"
+
+#~ msgid "Bulgarian"
+#~ msgstr "Búlgaro"
+
+#~ msgid "Bengali"
+#~ msgstr "Bengali"
+
+#~ msgid "Breton"
+#~ msgstr "Bretão"
+
+#~ msgid "Catalan"
+#~ msgstr "Catalão"
+
+#~ msgid "Czech"
+#~ msgstr "Checo"
+
+#~ msgid "Welsh"
+#~ msgstr "Galês"
+
+#~ msgid "Danish"
+#~ msgstr "Dinamarquês"
+
+#~ msgid "German (Austria)"
+#~ msgstr "Alemão (Austria)"
+
+#~ msgid "German (Germany)"
+#~ msgstr "Alemão (Alemanha)"
+
+#~ msgid "German (Swiss)"
+#~ msgstr "Alemão (Suiça)"
+
+#~ msgid "English (American)"
+#~ msgstr "Inglês (América)"
+
+#~ msgid "English (British)"
+#~ msgstr "Inglês (Grã-Bretanha)"
+
+#~ msgid "English (Canadian)"
+#~ msgstr "Inglês (Canadá)"
+
+#~ msgid "Esperanto"
+#~ msgstr "Esperanto"
+
+#~ msgid "Spanish"
+#~ msgstr "Espanhol"
+
+#~ msgid "Estonian"
+#~ msgstr "Estoniano"
+
+#~ msgid "Persian"
+#~ msgstr "Persa"
+
+#~ msgid "Finnish"
+#~ msgstr "Finlandês"
+
+#~ msgid "Faroese"
+#~ msgstr "Faraoes"
+
+#~ msgid "French (France)"
+#~ msgstr "Francês (França)"
+
+#~ msgid "French (Swiss)"
+#~ msgstr "Francês (Suiço)"
+
+#~ msgid "Irish"
+#~ msgstr "Irlandês"
+
+#~ msgid "Scottish Gaelic"
+#~ msgstr "Gaelico Escocês"
+
+#~ msgid "Gallegan"
+#~ msgstr "Galego"
+
+#~ msgid "Manx Gaelic"
+#~ msgstr "Gaelico Manx"
+
+#~ msgid "Hindi"
+#~ msgstr "Hindú"
+
+#~ msgid "Croatian"
+#~ msgstr "Croata"
+
+#~ msgid "Upper Sorbian"
+#~ msgstr "Sérvio do Norte"
+
+#~ msgid "Hungarian"
+#~ msgstr "Húngaro"
+
+#~ msgid "Interlingua (IALA)"
+#~ msgstr "Interlingua (IALA)"
+
+#~ msgid "Indonesian"
+#~ msgstr "Indonésio"
+
+#~ msgid "Icelandic"
+#~ msgstr "Islandês"
+
+#~ msgid "Italian"
+#~ msgstr "Italiano"
+
+#~ msgid "Kurdish"
+#~ msgstr "Curdo"
+
+#~ msgid "Latin"
+#~ msgstr "Latim"
+
+#~ msgid "Lithuanian"
+#~ msgstr "Lituano"
+
+#~ msgid "Latvian"
+#~ msgstr "Letão"
+
+#~ msgid "Malagasy"
+#~ msgstr "Malaguês"
+
+#~ msgid "Maori"
+#~ msgstr "Maori"
+
+#~ msgid "Macedonian"
+#~ msgstr "Macedónio"
+
+#~ msgid "Mongolian"
+#~ msgstr "Mongól"
+
+#~ msgid "Marathi"
+#~ msgstr "Marathi"
+
+#~ msgid "Malay"
+#~ msgstr "Malaio"
+
+#~ msgid "Maltese"
+#~ msgstr "Maltês"
+
+#~ msgid "Norwegian Bokmal"
+#~ msgstr "Norueguês Bokmal"
+
+#~ msgid "Dutch"
+#~ msgstr "Holandês"
+
+#~ msgid "Norwegian Nynorsk"
+#~ msgstr "Norueguês Nynorsk"
+
+#~ msgid "Norwegian"
+#~ msgstr "Norueguês"
+
+#~ msgid "Nyanja"
+#~ msgstr "Nyanja"
+
+#~ msgid "Polish"
+#~ msgstr "Polaco"
+
+#~ msgid "Portuguese (Portugal)"
+#~ msgstr "Português (Portugal)"
+
+#~ msgid "Portuguese (Brazilian)"
+#~ msgstr "Português (Brasil)"
+
+#~ msgid "Quechua"
+#~ msgstr "Quechua"
+
+#~ msgid "Russian"
+#~ msgstr "Russo"
+
+#~ msgid "Kinyarwanda"
+#~ msgstr "Kinyarwanda"
+
+#~ msgid "Sardinian"
+#~ msgstr "Sardinha"
+
+#~ msgid "Slovak"
+#~ msgstr "Eslovaco"
+
+#~ msgid "Slovenian"
+#~ msgstr "Esloveno"
+
+#~ msgid "Swedish"
+#~ msgstr "Sueco"
+
+#~ msgid "Swahili"
+#~ msgstr "Swahili"
+
+#~ msgid "Tamil"
+#~ msgstr "Tamil"
+
+#~ msgid "Tetum"
+#~ msgstr "Tetum"
+
+#~ msgid "Tagalog"
+#~ msgstr "Tagalog"
+
+#~ msgid "Tswana"
+#~ msgstr "Tswana"
+
+#~ msgid "Ukrainian"
+#~ msgstr "Ucraniano"
+
+#~ msgid "Uzbek"
+#~ msgstr "Uzbek"
+
+#~ msgid "Walloon"
+#~ msgstr "Walloon"
+
+#~ msgid "Yiddish"
+#~ msgstr "Yiddish"
+
+#~ msgid "Zulu"
+#~ msgstr "Zulu"
+
+#~ msgid "BGSound"
+#~ msgstr "Som de Fundo"
+
+#~ msgid "Behavior"
+#~ msgstr "Comportamento"
+
+#~ msgid "Blinking text"
+#~ msgstr "Texto a piscar"
+
+#~ msgid "Box"
+#~ msgstr "Caixa"
+
+#~ msgid "Space"
+#~ msgstr "Espaço"
+
+#~ msgid "Normal"
+#~ msgstr "Normal"
+
+#~ msgid "Use Normal highlight mode"
+#~ msgstr "Utilizar modo de realce Normal"
+
+#~ msgid ""
+#~ "cd $GEDIT_CURRENT_DOCUMENT_DIR\n"
+#~ "make"
+#~ msgstr ""
+#~ "cd $GEDIT_CURRENT_DOCUMENT_DIR\n"
+#~ "make"
+
+#~ msgid "Gedit View"
+#~ msgstr "Vista Gedit"
+
+#~ msgid "Gedit View."
+#~ msgstr "Vista Gedit."
+
+#~ msgid "Gedit viewer factory"
+#~ msgstr "Fábrica de vista Gedit"
+
+#~ msgid "gedit application"
+#~ msgstr "aplicação gedit"
+
+#~ msgid "gedit automation factory"
+#~ msgstr "fábrica de automação gedit"
+
+#~ msgid "The text \"%s\" was not found."
+#~ msgstr "O texto \"%s\" não foi encontrado."
+
+#~ msgid "Set program location..."
+#~ msgstr "Definir localização da aplicação..."
+
+#~ msgid ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform "
+#~ "its task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+#~ msgstr ""
+#~ "O plugin %s utiliza uma aplicação externa, chamada <tt>%s</tt>, para "
+#~ "realizar as suas tarefas.\n"
+#~ "\n"
+#~ "Especifique a localização da aplicação <tt>%s</tt>."
+
+#~ msgid "Goto Line"
+#~ msgstr "Ir Para a Linha"
+
+#~ msgid "_Line number:"
+#~ msgstr "Número de _linha:"
+
+#~ msgid "button1"
+#~ msgstr "botão1"
+
+#~ msgid "dialog1"
+#~ msgstr "diálogo1"
+
+#~ msgid "Browse for program location..."
+#~ msgstr "Procurar localização da aplicação..."
+
+#~ msgid "label"
+#~ msgstr "etiqueta"
+
+#~ msgid "Open from URI"
+#~ msgstr "Abrir a partir de URI"
+
+#~ msgid "Invalid UTF-8 data"
+#~ msgstr "Dados UTF-8 inválidos"
+
+#~ msgid "Could not read symbolic link information for %s"
+#~ msgstr "Incapaz de ler informação de ligação simbólica para %s"
+
+#~ msgid "The file has too many symbolic links."
+#~ msgstr "O ficheiro tem demasiadas ligações simbólicas."
+
+#~ msgid "gedit cannot handle %s: locations in write mode."
+#~ msgstr "gedit incapaz de manipular localizações %s: em modo de escrita."
+
+#~ msgid "gedit cannot handle this kind of location in write mode."
+#~ msgstr ""
+#~ "gedit incapaz de manipular este tipo de localizações em modo de escrita."
+
+#~ msgid "A file named \"%s\" already exists.\n"
+#~ msgstr "Já existe um ficheiro chamado \"%s\".\n"
+
+#~ msgid "Select a file to open"
+#~ msgstr "Selecione um ficheiro a abrir"
+
+#~ msgid "Select files to open"
+#~ msgstr "Selecione ficheiros a abrir"
+
+#~ msgid "Select a filename to save"
+#~ msgstr "Selecione um nome de ficheiro a gravar"
+
+#~ msgid "Saving document \"%s\"..."
+#~ msgstr "A gravar o documento \"%s\"..."
+
+#~ msgid "The document \"%s\" has not been saved."
+#~ msgstr "O documento \"%s\" não foi gravado."
+
+#~ msgid "The document \"%s\" has been saved."
+#~ msgstr "O documento \"%s\" foi gravado."
+
+#~ msgid "Save as..."
+#~ msgstr "Gravar como..."
+
+#~ msgid "Error reverting the document \"%s\"."
+#~ msgstr "Erro ao reverter o documento \"%s\"."
+
+#~ msgid "The document \"%s\" has not been reverted."
+#~ msgstr "O documento \"%s\" não foi revertido."
+
+#~ msgid "The document \"%s\" has been reverted."
+#~ msgstr "O documento \"%s\" foi revertido."
+
+#~ msgid "Could not read data from stdin."
+#~ msgstr "Incapaz de ler dados do stdin."
+
+#~ msgid "Loaded file \"%s\""
+#~ msgstr "Ficheiro \"%s\" lido"
+
+#~ msgid "Loaded %d file"
+#~ msgid_plural "Loaded %d files"
+#~ msgstr[0] "%d ficheiro lido"
+#~ msgstr[1] "%d ficheiros lidos"
+
+#~ msgid "Created file \"%s\""
+#~ msgstr "Ficheiro \"%s\" criado"
+
+#~ msgid "Access was denied."
+#~ msgstr "O acesso foi negado."
+
+#~ msgid ""
+#~ "there are too many open files. Please, close some open files and try "
+#~ "again."
+#~ msgstr ""
+#~ "Existem demasiados ficheiros abertos. Feche alguns ficheiros e tente "
+#~ "novamente."
+
+#~ msgid ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again "
+#~ "selecting a character coding in the 'Open File...' (or 'Open Location') "
+#~ "dialog."
+#~ msgstr ""
+#~ "O gedit não foi capaz de detetar automaticamente a codificação de "
+#~ "carateres. Certifique-se de que não está a tentar abrir um ficheiro "
+#~ "binário e tente novamente selecionando uma codificação de carateres no "
+#~ "diálogo de 'Abrir Ficheiro...' (ou 'Abrir Localização')."
+
+#~ msgid ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File... ' (or 'Open "
+#~ "Location') dialog and try again."
+#~ msgstr ""
+#~ "Certifique-se de que não está a tentar abrir um ficheiro binário, de que "
+#~ "selecionou a codificação de carateres correta no diálogo de 'Abrir "
+#~ "Ficheiro...' (ou 'Abrir Localização') e tente novamente."
+
+#~ msgid ""
+#~ "The file contains data in an invalid format. Probably, you are trying to "
+#~ "open a binary file."
+#~ msgstr ""
+#~ "O ficheiro contém dados num formato inválido. Provavelmente está a tentar "
+#~ "abrir um ficheiro binário."
+
+#~ msgid ""
+#~ "Not enough available memory. Please, close some running applications and "
+#~ "try again."
+#~ msgstr ""
+#~ "Memória livre insuficiente. Feche algumas aplicações em execução e tente "
+#~ "novamente."
+
+#~ msgid ""
+#~ "The host name was empty. Please, check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "O nome de máquina está vazio. Certifique-se de que as suas configurações "
+#~ "de proxy estão corretas e tente novamente."
+
+#~ msgid ""
+#~ "The file contains invalid UTF-8 data. Probably, you are trying to revert "
+#~ "a binary file."
+#~ msgstr ""
+#~ "O ficheiro contém dados UTF-8 inválidos. Provavelmente, está a tentar "
+#~ "reverter um ficheiro binário."
+
+#~ msgid "Could not create the file \"%s\""
+#~ msgstr "Incapaz de criar o ficheiro \"%s\""
+
+#~ msgid "Make sure you have the appropriate write permissions."
+#~ msgstr "Certifique-se de que possui as permissões de escrita necessárias."
+
+#~ msgid "The file name is too long."
+#~ msgstr "O nome do ficheiro é demasiado longo."
+
+#~ msgid ""
+#~ "A directory component in the file name does not exist or is a dangling "
+#~ "symbolic link."
+#~ msgstr ""
+#~ "Um diretório no caminho do ficheiro não existe ou é uma ligação simbólica "
+#~ "inválida."
+
+#~ msgid ""
+#~ "There is not enough disk space to create the file. Please free some disk "
+#~ "space and try again."
+#~ msgstr ""
+#~ "Não existe espaço livre em disco suficiente para criar o ficheiro. "
+#~ "Liberte algum espaço no disco e tente novamente."
+
+#~ msgid "Close the output window"
+#~ msgstr "Fechar a janela de resultados"
+
+#~ msgid "Clear the output window"
+#~ msgstr "Limpar a janela de resultados"
+
+#~ msgid "Output Lines"
+#~ msgstr "Linhas de Resultado"
+
+#~ msgid "Printing page %d of %d..."
+#~ msgstr "A imprimir página %d de %d..."
+
+#~ msgid "Change the visibility of the output window in the current window"
+#~ msgstr "Alterar a visibilidade da janela de resultados na janela atual"
+
+#~ msgid "Close"
+#~ msgstr "Fechar"
+
+#~ msgid "Copy"
+#~ msgstr "Copiar"
+
+#~ msgid "Cu_t"
+#~ msgstr "Cor_tar"
+
+#~ msgid "Cut"
+#~ msgstr "Cortar"
+
+#~ msgid "Find Previous"
+#~ msgstr "Procurar Anterior"
+
+#~ msgid "Open Location..."
+#~ msgstr "Abrir Localização..."
+
+#~ msgid "Paste"
+#~ msgstr "Colar"
+
+#~ msgid "Print Previe_w..."
+#~ msgstr "Ante_ver Impressão..."
+
+#~ msgid "Quit"
+#~ msgstr "Sair"
+
+#~ msgid "Redo"
+#~ msgstr "Refazer"
+
+#~ msgid ""
+#~ "Set toolbar button style according to desktop Menu and Toolbar Preferences"
+#~ msgstr ""
+#~ "Definir o estilo dos botões da barra de ferramentas de acordo com as "
+#~ "Preferências de Menu e Barras de Ferramentas"
+
+#~ msgid "Show only icons in the toolbar"
+#~ msgstr "Apenas apresentar ícones na barra de ferramentas"
+
+#~ msgid "Show text below every icon in the toolbar"
+#~ msgstr "Apresentar texto abaixo de todos os ícones na barra de ferramentas"
+
+#~ msgid "Show text only beside important icons in the toolbar"
+#~ msgstr ""
+#~ "Apresentar texto apenas ao lado dos ícones importantes na barra de "
+#~ "ferramentas"
+
+#~ msgid "T_ext for Important Icons"
+#~ msgstr "T_exto para Ícones Importantes"
+
+#~ msgid "Undo"
+#~ msgstr "Desfazer"
+
+#~ msgid "_Customize Toolbar"
+#~ msgstr "_Personalizar Barra de Ferramentas"
+
+#~ msgid "_Desktop Default"
+#~ msgstr "Por Omissão _do Ambiente Trabalho"
+
+#~ msgid "_Icons Only"
+#~ msgstr "Apenas Ícon_es"
+
+#~ msgid "_Text for All Icons"
+#~ msgstr "_Texto para Todos os Ícones"
+
+#~ msgid "Quit an existing instance of gedit"
+#~ msgstr "Terminar uma instância existente do gedit"
+
+#~ msgid "The file you are trying to open contains an invalid byte sequence."
+#~ msgstr ""
+#~ "O ficheiro que está a tentar abrir contém uma sequência de bytes inválida."
+
+#~ msgid ""
+#~ "gedit was not able to automatically determine the encoding of the file "
+#~ "you want to open."
+#~ msgstr ""
+#~ "O gedit foi incapaz de determinar automaticamente a codificação do "
+#~ "ficheiro que deseja abrir."
+
+#~ msgid "Update"
+#~ msgstr "Atualizar"
+
+#~ msgid "gedit: Document Info plugin"
+#~ msgstr "gedit: plugin de Informação do Documento"
+
+#~ msgid "Sa_ve Copy..."
+#~ msgstr "Gra_var Cópia..."
+
+#~ msgid "Could not save a copy of the file to \"%s\""
+#~ msgstr "Incapaz de gravar uma cópia do ficheiro para \"%s\""
+
+#~ msgid "You are trying to overwrite the original file"
+#~ msgstr "Está a tentar sobrepor o ficheiro original"
+
+#~ msgid "Save Copy..."
+#~ msgstr "Gravar Cópia..."
+
+#~ msgid "%s (copy)"
+#~ msgstr "%s (cópia)"
+
+#~ msgid "Save a Copy"
+#~ msgstr "Gravar uma Cópia"
+
+#~ msgid "Saves a copy of the current document to a local or remote location."
+#~ msgstr ""
+#~ "Grava uma cópia do documento atual para uma localização local ou remota."
+
+#~ msgid "_Run Command..."
+#~ msgstr "E_xecutar Comando..."
+
+#~ msgid "Run Command"
+#~ msgstr "Executar Comando"
+
+#~ msgid "_Run"
+#~ msgstr "Executa_r"
+
+#~ msgid "Failed"
+#~ msgstr "Falhou"
+
+#~ msgid ""
+#~ "The shell command entry is empty.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "O comando de consola introduzido está vazio.\n"
+#~ "\n"
+#~ "Introduza um comando de consola válido."
+
+#~ msgid ""
+#~ "Error parsing the shell command.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "Erro ao processar o comando de consola.\n"
+#~ "\n"
+#~ "Introduza um comando de consola válido."
+
+#~ msgid "Executing command"
+#~ msgstr "A executar comando"
+
+#~ msgid ""
+#~ "Executes an external program and, if required, displays its output in the "
+#~ "output window."
+#~ msgstr ""
+#~ "Executa uma aplicação externa e, se requerido, apresenta o seu resultado "
+#~ "na janela de resultados."
+
+#~ msgid "Shell command"
+#~ msgstr "Comando de consola"
+
+#~ msgid "_Show results in Output Window"
+#~ msgstr "_Apresentar resultados na Janela de Resultado"
+
+#~ msgid "The selected text does not contain misspelled words."
+#~ msgstr "O texto selecionado não contém palavras incorretas."
+
+#~ msgid "The document does not contain misspelled words."
+#~ msgstr "O documento não contém palavras incorretas."
+
+#~ msgid "Tag list plugin"
+#~ msgstr "Plugin de lista de etiquetas"
+
+#~ msgid "Tag _List"
+#~ msgstr "_Lista de Etiquetas"
diff --git a/po/pt_BR.po b/po/pt_BR.po
new file mode 100644
index 0000000..2640ef5
--- /dev/null
+++ b/po/pt_BR.po
@@ -0,0 +1,3577 @@
+# Brazilian Portuguese translation of gedit.
+# Copyright (C) 2023 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Frederic L. W. Meunier <linux@urbi.com.br>, 1999.
+# Evandro Fernandes Giovanini <evandrofg@ig.com.br>, 2000.
+# Francisco Petrucio Cavalcante Junior <fpcj@impa.br>, 2002.
+# David Barzilay <barzilay@redhat.com>, 2003.
+# Gustavo Noronha Silva <kov@debian.org>, 2004.
+# João Emanuel <deathbird1981@yahoo.com.br>, 2004.
+# João Paulo Gomes Vanzuita <joaopaulo99@terra.com.br>, 2004.
+# Raphael Higino <In Memoriam>, 2004-2005.
+# Everson Santos Araujo <everson@por.com.br>, 2005-2006.
+# Leonardo Ferreira Fontenelle <leonardof@gnome.org>, 2006-2008.
+# Jonh Wendell <wendell@bani.com.br>, 2008.
+# Fabrício Godoy <skarllot@gmail.com>, 2008.
+# Og Maciel <ogmaciel@gnome.org>, 2007, 2009.
+# César Veiga <tombs@linuxmail.org>, 2009.
+# André Gondim <In Memoriam>, 2009.
+# Jader Henrique da Silva <vovozito@gmail.com>, 2009.
+# Fábio Nogueira <deb-user-ba@ubuntu.com>, 2008-2009, 2012.
+# Carlos José Pereira <carlao2005@gmail.com>, 2009
+# Henrique P. Machado <hpmachado@gnome.org>, 2010.
+# Gabriel F. Vilar <cogumm@gmail.com>, 2011.
+# Thiago Branco Meurer <thiago@thiagopriest.net>
+# Adorilson Bezerra <adorilson@gmail.com>, 2012.
+# Felipe Braga <fbobraga@gmail.com>, 2015.
+# Ricardo Silva Veloso <ricvelozo@gmail.com>, 2018.
+# Enrico Nicoletto <hiko@duck.com>, 2013-2016, 2022.
+# Rafael Fontenelle <rafaelff@gnome.org>, 2012-2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2023-01-01 13:30+0000\n"
+"PO-Revision-Date: 2023-01-02 14:36-0300\n"
+"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
+"Language-Team: Brazilian Portuguese <https://br.gnome.org/traducao>\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
+"X-Generator: Gtranslator 42.0\n"
+"X-Project-Style: gnome\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Editor de texto"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is a general-purpose text editor. It has been created in 1998, at the "
+"beginnings of GNOME."
+msgstr ""
+"gedit é um editor de texto de uso geral. Foi criado em 1998, no início do "
+"GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:14
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"O primeiro objetivo do gedit é ser fácil de usar, com uma interface simples "
+"por padrão. Recursos mais avançados estão disponíveis habilitando plugins."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Edite arquivos de texto"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Texto;Editor;Texto simples;Plaintext;Escrever;Write;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Nova janela"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Novo documento"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Usar fonte padrão"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Se o gedit deve usar a fonte de largura fixa padronizada no sistema para "
+"editar texto ao invés da fonte especificada para o gedit. Se esta opção "
+"estiver desligada, então a fonte indicada na opção “Fonte do editor” será "
+"usada no lugar da fonte do sistema."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Fonte do editor"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Fonte personalizada a ser usada na área de edição, caso a opção “Usar fonte "
+"padrão” seja desligada."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Esquema de estilo"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "O ID de um esquema de estilo GtkSourceView usado para colorir o texto."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Criar cópias de backup"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Se o gedit deve, ou não, criar cópias de segurança (backup) para os arquivos "
+"salvos por ele."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Salvar automaticamente"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Se o gedit deve salvar automaticamente arquivos modificados depois de um "
+"intervalo de tempo. Você pode definir o intervalo de tempo com a opção "
+"“Intervalo para salvar automaticamente”."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Intervalo para salvar automaticamente"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Número de minutos para que o gedit salve automaticamente os arquivos "
+"modificados. Só terá efeito se a opção “Salvar automaticamente” estiver "
+"ligada."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Número máximo de ações do desfazer"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Número máximo de ações que o gedit poderá desfazer ou refazer. Use “-1” para "
+"um número ilimitado de ações."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Modo de quebra de linhas"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Especifica como quebrar as linhas longas na área de edição. Use “none” para "
+"nem uma quebra, “word” para quebra de limites de palavras, e “char” para "
+"quebra de limite de caractere individual. Observe que os valores diferenciam "
+"maiúsculas de minúsculas, por isso certifique-se que eles aparecem "
+"exatamente como mencionado aqui."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Última opção de modo de divisão para o modo de quebra de linhas"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Especifica o último modo de divisão usado com o modo de quebra de linha, "
+"desta forma quando o modo de quebra de linha estiver desligado você ainda "
+"será lembrado da opção de modo de divisão de linhas. Use “palavra” para "
+"quebrar nos limites das palavras, e “char” para quebrar por meio dos limites "
+"individuais dos caracteres."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tamanho da tabulação"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Especifica o número de espaços a serem exibidos no lugar dos caracteres de "
+"tabulação."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Inserir espaços"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Se o gedit deve inserir espaços em vez de tabulações."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Recuo automático"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Se o gedit deve habilitar recuo automático."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Exibir números de linha"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Se o gedit deve exibir números de linha na área de edição."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Destacar linha atual"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Se o gedit deve destacar a linha atual."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Destacar parênteses correspondentes"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Se o gedit deve destacar correspondência entre parênteses."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Exibir margem direita"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Se o gedit deve exibir a margem direita na área de edição."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Posição da margem direita"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Especifica a posição da margem direita."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Tipo de padrão do plano de fundo do documento"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr ""
+"Se o documento terá, ou não, um padrão de preenchimento em seu plano de "
+"fundo."
+
+# Antes: "Home end inteligente"
+# -------
+# Dei uma pesquisada e a galera do KDE utiliza bastante esses termos
+# Usando "Início e fim inteligentes"
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Início e fim inteligentes"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Especifica como o cursor move-se quando as teclas HOME e END são "
+"pressionadas. Use “disabled” sempre para se mover no início/fim da linha, "
+"“after” para mover para o início/fim da linha na primeira vez que as teclas "
+"são pressionadas e para o início/fim do texto, ignorando os espaços em "
+"branco a segunda vez que as teclas são pressionadas, “before” para mover "
+"para o início/fim do texto antes de passar para o início/fim da linha e "
+"“always” sempre ir para o início/fim do texto em vez de o início/fim da "
+"linha."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Restaurar posição anterior do cursor"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Se o gedit deve restaurar a posição anterior do cursor quando um arquivo é "
+"carregado."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Habilitar destaque de sintaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Se o gedit deve habilitar destaque de sintaxe."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Habilitar destaque de pesquisa"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Se o gedit deve destacar todas as ocorrências do texto pesquisado."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Assegurar nova linha no final"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Se o gedit irá assegurar que os documentos terminam sempre com uma nova "
+"linha no final."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Visualizar modo de abas"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Especifique quando deve mostra as abas de notebook. Use “never” para nunca "
+"mostrar as abas, “always” para sempre mostrar as abas, e “auto” para "
+"demonstrar as abas somente quando houver mais de uma aba. Observe que "
+"diferencia-se valores minúsculos de maiúsculos, por isso certifique-se que "
+"eles aparecem exatamente como mencionado aqui."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Barra de estado é visível"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Se a barra de estado deve ou não ser visível na porção inferior das janelas "
+"de edição."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Painel lateral está visível"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Se o painel lateral à esquerda das janelas de edição deve ser visível."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Imprimir destaque de sintaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Se o gedit deve imprimir o destaque de sintaxe ao imprimir documentos."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Imprimir cabeçalho"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Se o gedit deve incluir um cabeçalho de documento ao imprimir documentos."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Modo de quebra de linha na impressão"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Especifica como quebrar linhas longas para impressão. Use “none” sem "
+"envolvimento, “word” para envolver os limites de palavras, e “char” para "
+"envolvimento em limites de caracteres individuais. Observe que os valores "
+"diferenciam maiúsculas de minúsculas, por isso certifique-se que eles "
+"aparecem exatamente como mencionado aqui."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Imprimir números de linha"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Se esse valor for 0 não serão inseridos números de linha quando um documento "
+"for impresso. Do contrário, o gedit vai imprimir números de linha a cada "
+"número especificado de linhas."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Fonte do corpo para impressão"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Fonte a ser usada para o corpo de um documento ao imprimir."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Fonte do cabeçalho para impressão"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Fonte a ser usada para cabeçalhos de páginas ao imprimir um documento, caso "
+"a opção “Imprimir cabeçalho” esteja ativada."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Fonte do número de linha para impressão"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Fonte a ser usada para imprimir números de linha, caso a opção “Imprimir "
+"números de linha” seja diferente de zero."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Margem esquerda"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "A margem esquerda, em milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Margem superior"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "A margem superior, em milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Margem direita"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "A margem direita, em milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Margem inferior"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "A margem inferior, em milímetros."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Codificações de caracteres candidatas"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Lista de codificações candidatas mostradas no menu de codificação de "
+"caracteres na janela de seleção de arquivos para abrir/salvar. O valor "
+"“CURRENT” representa a codificação de caracteres da localidade atual. Apenas "
+"as codificações reconhecidas são usadas. O valor padrão é uma lista vazia, "
+"caso em que o gedit irá escolher entre as melhores dependendo do país e do "
+"idioma."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Ativar plug-ins"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Lista de plug-ins ativos."
+
+# gedit --help
+#: gedit/gedit-app.c:83
+msgid "Show the application’s version"
+msgstr "Mostra a versão do aplicativo"
+
+# gedit --help
+#: gedit/gedit-app.c:89
+msgid "Display list of possible values for the encoding option"
+msgstr "Exibir uma lista de possíveis valores para a opção de codificação"
+
+# gedit --help
+#: gedit/gedit-app.c:96
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Define a codificação de caracteres a ser usada para abrir os arquivos "
+"listados na linha de comando"
+
+# gedit --help
+#: gedit/gedit-app.c:97
+msgid "ENCODING"
+msgstr "CODIFICAÇÃO"
+
+# gedit --help
+#: gedit/gedit-app.c:103
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Cria uma nova janela principal em uma instância existente do gedit"
+
+# gedit --help
+#: gedit/gedit-app.c:110
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Cria um novo documento em uma instância existente do gedit"
+
+#: gedit/gedit-app.c:117
+msgid "Open files and block process until files are closed"
+msgstr ""
+"Abre os arquivos e bloqueia o processo até que os arquivos sejam fechados"
+
+#: gedit/gedit-app.c:124
+msgid "Run gedit in standalone mode"
+msgstr "Executa o gedit no modo independente"
+
+#: gedit/gedit-app.c:131
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[ARQUIVO…] [+LINHA[:COLUNA]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Houve um erro ao exibir a ajuda."
+
+#: gedit/gedit-app.c:855
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codificação inválida."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "_Fechar sem salvar"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:792
+#: gedit/gedit-commands-file.c:1517 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:95
+#: gedit/gedit-io-error-info-bar.c:294 gedit/gedit-preferences-dialog.c:689
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Cancelar"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "_Salvar como…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:791
+#: gedit/resources/gtk/menus-common.ui:101
+#: gedit/resources/ui/gedit-window.ui:56
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Salvar"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Se você não salvar, as alterações feitas no último %ld segundo serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"Se você não salvar, as alterações feitas nos últimos %ld segundos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Se você não salvar, as alterações feitas no último minuto serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Se você não salvar, as alterações feitas no último minuto e %ld segundo "
+"serão permanentemente perdidas."
+msgstr[1] ""
+"Se você não salvar, as alterações feitas no último minuto e %ld segundos "
+"serão permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Se você não salvar, as alterações feitas no último %ld minuto serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"Se você não salvar, as alterações feitas nos últimos %ld minutos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Se você não salvar, as alterações feitas na última hora serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Se você não salvar, as alterações feitas na última hora e %d minuto serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"Se você não salvar, as alterações feitas na última hora e %d minutos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Se você não salvar, as alterações feitas na última %d hora serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"Se você não salvar, as alterações feitas nas últimas %d horas serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-close-confirmation-dialog.c:399
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Salvar as alterações para o documento “%s” antes de fechar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:467
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Existe %d documento com alterações não salvas. Salvar as alterações antes de "
+"fechar?"
+msgstr[1] ""
+"Existem %d documentos com alterações não salvas. Salvar as alterações antes "
+"de fechar?"
+
+#: gedit/gedit-close-confirmation-dialog.c:490
+msgid "S_elect the documents you want to save:"
+msgstr "Selecione os _documentos que você quer salvar:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:506
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+"Se você não salvar, todas as suas alterações serão permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:258
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Carregando o arquivo “%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Carregando %d arquivo…"
+msgstr[1] "Carregando %d arquivos…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "O arquivo “%s” é somente para leitura."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Deseja tentar substituí-lo com o que você está salvando?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Substituir"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Salvar o arquivo utilizando alguma compactação?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Salvar o arquivo texto simples?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"O arquivo “%s” foi salvo anteriormente como texto simples e agora irá ser "
+"salvo usando compactação."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Salvar usando compactação"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"O arquivo “%s” foi salvo anteriormente utilizando compactação e agora irá "
+"ser salvos como texto simples."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Salvar em texto simples"
+
+#: gedit/gedit-commands-file.c:678 gedit/gedit-commands-file.c:967
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Salvando o arquivo “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:789
+msgctxt "window title"
+msgid "Save As"
+msgstr "Salvar como"
+
+#: gedit/gedit-commands-file.c:1378
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Revertendo o documento “%s”…"
+
+#: gedit/gedit-commands-file.c:1425
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Reverter as alterações não salvas para o documento “%s”?"
+
+#: gedit/gedit-commands-file.c:1434
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"As alterações feitas no documento no último %ld segundo serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"As alterações feitas no documento nos últimos %ld segundos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:1443
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"As alterações feitas no documento no último minuto serão permanentemente "
+"perdidas."
+
+#: gedit/gedit-commands-file.c:1449
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"As alterações feitas no documento no último minuto e %ld segundo serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"As alterações feitas no documento no último minuto e %ld segundos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:1459
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"As alterações feitas no documento no último %ld minuto serão permanentemente "
+"perdidas."
+msgstr[1] ""
+"As alterações feitas no documento nos últimos %ld minutos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:1474
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"As alterações feitas no documento na última hora serão permanentemente "
+"perdidas."
+
+#: gedit/gedit-commands-file.c:1480
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"As alterações feitas no documento na última hora e %d minuto serão "
+"permanentemente perdidas."
+msgstr[1] ""
+"As alterações feitas no documento na última hora e %d minutos serão "
+"permanentemente perdidas."
+
+#: gedit/gedit-commands-file.c:1495
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"As alterações feitas no documento na última %d hora serão permanentemente "
+"perdidas."
+msgstr[1] ""
+"As alterações feitas no documento nas últimas %d horas serão permanentemente "
+"perdidas."
+
+#: gedit/gedit-commands-file.c:1518
+msgid "_Revert"
+msgstr "_Reverter"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Autores principais:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "E também muitos agradecimentos a:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "e muitos outros colaboradores."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit é um editor de texto fácil de usar e de propósito geral"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Frederic L. W. Meunier <linux@urbi.com.br>\n"
+"Evandro Fernandes Giovanini <evandrofg@ig.com.br>\n"
+"David Barzilay <barzilay@redhat.com>\n"
+"Gustavo Noronha Silva <kov@debian.org>\n"
+"Francisco Petrucio Cavalcante Junior <fpcj@impa.br>\n"
+"João Emanuel <deathbird1981@yahoo.com.br>\n"
+"João Paulo Gomes Vanzuita <joaopaulo99@terra.com.br>\n"
+"Raphael Higino (In Memoriam)\n"
+"Everson Santos Araujo <everson@por.com.br>\n"
+"Leonardo Ferreira Fontenelle <leonardof@gnome.org>\n"
+"Og Maciel <ogmaciel@gnome.org>\n"
+"Jonh Wendell <wendell@bani.com.br>\n"
+"Fábio Nogueira <fnogueira@gnome.org>\n"
+"César Veiga <tombs@linuxmail.org>\n"
+"André Gondim (In Memoriam)\n"
+"Henrique P. Machado <hpmachado@gnome.org>\n"
+"Gabriel F. Vilar <cogumm@gmail.com>\n"
+"Thiago Branco Meurer <thiago@thiagopriest.net>\n"
+"Enrico Nicoletto <hiko@duck.com>\n"
+"Rafael Fontenelle <rafaelff@gnome.org>\n"
+"Ricardo Silva Veloso <ricvelozo@gmail.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d ocorrência localizada e substituída"
+msgstr[1] "%d ocorrências localizadas e substituídas"
+
+#: gedit/gedit-commands-search.c:114
+msgid "Found and replaced one occurrence"
+msgstr "Uma ocorrência localizada e substituída"
+
+#. Translators: %s is replaced by the text entered
+#. * by the user in the search box.
+#.
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” não localizado"
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grupo de abas %i"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1130
+#: gedit/gedit-window.c:1136 gedit/gedit-window.c:1144
+msgid "Read-Only"
+msgstr "Somente leitura"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Localidade atual (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Detectado automaticamente"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Adicionar ou remover…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (localidade atual)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+"Você realmente deseja redefinir as preferências da codificação de caracteres?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Redefinir"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Adicionar"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Remover"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Aumentar a prioridade"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Diminuir a prioridade"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Documento sem título %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:698
+msgid "All Files"
+msgstr "Todos os arquivos"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Todos os arquivos de texto"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Codificação de caracteres:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "F_im de linha:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Abrir arquivos"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2595
+#: gedit/resources/gtk/menus-common.ui:74
+#: gedit/resources/gtk/menus-common.ui:80
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Abrir"
+
+#: gedit/gedit-io-error-info-bar.c:91 gedit/gedit-io-error-info-bar.c:283
+msgid "_Retry"
+msgstr "_Tentar de novo"
+
+#: gedit/gedit-io-error-info-bar.c:115
+msgid "File not found."
+msgstr "Arquivo não localizado."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:134
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "Não há suporte a locais “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:143
+msgid "The location of the file cannot be accessed."
+msgstr "A localização do arquivo não pôde ser acessada."
+
+#: gedit/gedit-io-error-info-bar.c:147
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” não é uma localização válida."
+
+#: gedit/gedit-io-error-info-bar.c:148
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Por favor, verifique se você digitou a localização corretamente e tente de "
+"novo."
+
+#: gedit/gedit-io-error-info-bar.c:181
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "Nome de máquina “%s” é desconhecido."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "The problem could come from the proxy settings."
+msgstr "O problema pode estar nas configurações de proxy."
+
+#: gedit/gedit-io-error-info-bar.c:216
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr ""
+"Arquivo não localizado. Talvez o arquivo tenha sido excluído recentemente."
+
+#: gedit/gedit-io-error-info-bar.c:226
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Não foi possível reverter o arquivo “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:251
+msgid "Ch_aracter Encoding:"
+msgstr "Co_dificação de caracteres:"
+
+#: gedit/gedit-io-error-info-bar.c:289
+msgid "_Edit Anyway"
+msgstr "Edi_tar mesmo assim"
+
+#: gedit/gedit-io-error-info-bar.c:327
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"O número dos links a seguir é limitado e o arquivo exato não pôde ser "
+"localizado dentro deste limite."
+
+#: gedit/gedit-io-error-info-bar.c:332
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Você não tem a permissão necessária para abrir o arquivo."
+
+#: gedit/gedit-io-error-info-bar.c:338
+msgid "Unable to detect the character encoding."
+msgstr "Não foi possível detectar a codificação de caracteres."
+
+#: gedit/gedit-io-error-info-bar.c:339 gedit/gedit-io-error-info-bar.c:362
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+"Por favor, verifique se você não está tentando abrir um arquivo binário."
+
+#: gedit/gedit-io-error-info-bar.c:340
+msgid "Select a character encoding from the menu and try again."
+msgstr "Selecione uma codificação de caracteres do menu e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Houve um problema ao abrir o arquivo “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:347
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"O arquivo que você abriu possui alguns caracteres inválidos. Se você "
+"continuar a editar este arquivo, pode corromper este documento."
+
+#: gedit/gedit-io-error-info-bar.c:350
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+"Você pode também selecionar outra codificação de caracteres e tentar "
+"novamente."
+
+#: gedit/gedit-io-error-info-bar.c:359
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Não foi possível abrir o arquivo “%s” usando a codificação de caracteres "
+"“%s”."
+
+#: gedit/gedit-io-error-info-bar.c:363 gedit/gedit-io-error-info-bar.c:418
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"Selecione uma codificação de caracteres diferentes do menu e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:375
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Não foi possível abrir o arquivo “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:413
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"Não foi possível salvar o arquivo “%s” usando a codificação de caracteres "
+"“%s”."
+
+#: gedit/gedit-io-error-info-bar.c:416
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"O documento contém um ou mais caracteres que não podem ser codificados "
+"usando a codificação de caracteres especificada."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:470
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Não foi possível lidar com localizações “%s:” em modo de escrita. Por favor, "
+"verifique se você digitou a localização corretamente e tente de novo."
+
+#: gedit/gedit-io-error-info-bar.c:477
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Não foi possível lidar com essa localização em modo de escrita. Por favor, "
+"verifique que você digitou a localização corretamente e tente de novo."
+
+#: gedit/gedit-io-error-info-bar.c:486
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” não é um local válido. Por favor, verifique se você digitou a "
+"localização corretamente e tente de novo."
+
+#: gedit/gedit-io-error-info-bar.c:493
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Você não tem as permissões necessárias para salvar este arquivo. Por favor, "
+"verifique se você digitou a localização corretamente e tente de novo."
+
+#: gedit/gedit-io-error-info-bar.c:499
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Não há espaço em disco suficiente para salvar o arquivo. Por favor, libere "
+"algum espaço em disco e tente novamente."
+
+#: gedit/gedit-io-error-info-bar.c:504
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Você está tentando salvar um arquivo em um disco somente de leitura. Por "
+"favor, verifique se você digitou a localização corretamente e tente de novo."
+
+#: gedit/gedit-io-error-info-bar.c:510
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"Já existe um arquivo com o mesmo nome. Por favor, use um nome diferente."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"O disco onde você está tentando salvar o arquivo tem uma limitação para "
+"tamanho de nome de arquivo. Por favor, use um nome mais curto."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Não foi possível salvar o arquivo “%s”."
+
+#: gedit/gedit-preferences-dialog.c:653
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "O esquema de cores selecionado não pode ser instalado: %s"
+
+#: gedit/gedit-preferences-dialog.c:659
+msgid "The selected color scheme cannot be installed."
+msgstr "O esquema de cores selecionado não pode ser instalado."
+
+#: gedit/gedit-preferences-dialog.c:685
+msgid "Add Color Scheme"
+msgstr "Adicionar esquema de cores"
+
+#: gedit/gedit-preferences-dialog.c:688
+msgid "_Add Scheme"
+msgstr "_Adicionar esquema"
+
+#: gedit/gedit-preferences-dialog.c:693
+msgid "Color Scheme Files"
+msgstr "Arquivos de esquema de cores"
+
+#: gedit/gedit-preferences-dialog.c:731
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Não foi possível remover o esquema de cores “%s”."
+
+#: gedit/gedit-print-job.c:223
+msgid "Preparing…"
+msgstr "Preparando…"
+
+#: gedit/gedit-print-job.c:535
+#, c-format
+msgid "File: %s"
+msgstr "Arquivo: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:544
+msgid "Page %N of %Q"
+msgstr "Página %N de %Q"
+
+#: gedit/gedit-print-job.c:622
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Renderizando a página %d de %d…"
+
+#: gedit/gedit-print-job.c:726
+msgid "Text Editor"
+msgstr "Editor de texto"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Página %d de %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nada"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Localizar e substituir"
+
+#: gedit/gedit-statusbar.c:225
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Há uma aba com erros"
+msgstr[1] "Há %d abas com erros"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Revertendo %s a partir de %s"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "Revertendo %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Carregando %s a partir de %s"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "Carregando %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:910
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Salvando %s em %s"
+
+#: gedit/gedit-tab.c:915
+#, c-format
+msgid "Saving %s"
+msgstr "Salvando %s"
+
+#: gedit/gedit-tab.c:1480
+#, c-format
+msgid "Error opening file %s"
+msgstr "Erro ao abrir o arquivo %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Erro ao reverter o arquivo %s"
+
+#: gedit/gedit-tab.c:1488
+#, c-format
+msgid "Error saving file %s"
+msgstr "Erro ao salvar o arquivo %s"
+
+#: gedit/gedit-tab.c:1519
+msgid "Name:"
+msgstr "Nome:"
+
+#: gedit/gedit-tab.c:1520
+msgid "MIME Type:"
+msgstr "Tipo MIME:"
+
+#: gedit/gedit-tab.c:1521
+msgid "Encoding:"
+msgstr "Codificação:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ em %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d de %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Voltar ao início"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Coincidir com expressão _regular"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Coincidir ap_enas com palavra completa"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Diferenciar _maiúsculas/minúsculas"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Expressão que você deseja pesquisar"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Linha para a qual que você deseja mover o cursor"
+
+#: gedit/gedit-window.c:1002
+msgid "Bracket match is out of range"
+msgstr "Parênteses nos resultados que estão fora da faixa"
+
+#: gedit/gedit-window.c:1007
+msgid "Bracket match not found"
+msgstr "Parênteses no resultado não encontrado"
+
+#: gedit/gedit-window.c:1012
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Parênteses do resultado encontrado na linha: %d"
+
+#: gedit/gedit-window.c:1196
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Largura da tabulação: %u"
+
+#: gedit/gedit-window.c:1214 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Texto sem formatação"
+
+#: gedit/gedit-window.c:1444
+msgid "There are unsaved documents"
+msgstr "Há documentos não salvos"
+
+#: gedit/gedit-window.c:2272
+msgid "Change side panel page"
+msgstr "Altera a página do painel lateral"
+
+#: gedit/gedit-window.c:2292 gedit/resources/ui/gedit-window.ui:16
+msgid "Documents"
+msgstr "Documentos"
+
+#: gedit/gedit-window.c:2596
+msgid "Open a file"
+msgstr "Abre um arquivo"
+
+#: gedit/gedit-window.c:2600
+msgid "Open a recently used file"
+msgstr "Abre um arquivo recentemente usado"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Mover para _esquerda"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Mover para _direita"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Mover para _nova janela"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Mover para novo grupo de _abas"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:137
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Fechar"
+
+#: gedit/resources/gtk/menus-common.ui:52
+msgid "Use Spaces"
+msgstr "Usar espaços"
+
+#: gedit/resources/gtk/menus-common.ui:62
+msgid "_File"
+msgstr "_Arquivo"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "_New"
+msgstr "_Novo"
+
+#: gedit/resources/gtk/menus-common.ui:85
+msgid "Open _Recent"
+msgstr "Abrir _recente"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "Reopen Closed _Tab"
+msgstr "Reabrir a_ba fechada"
+
+#: gedit/resources/gtk/menus-common.ui:106
+msgid "Save _As…"
+msgstr "Salvar _como…"
+
+#: gedit/resources/gtk/menus-common.ui:114 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Nova _janela"
+
+#: gedit/resources/gtk/menus-common.ui:122
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Recarregar"
+
+#: gedit/resources/gtk/menus-common.ui:129
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "Im_primir…"
+
+#: gedit/resources/gtk/menus-common.ui:142
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "Sai_r"
+
+#: gedit/resources/gtk/menus-common.ui:150
+msgid "_Edit"
+msgstr "_Editar"
+
+#: gedit/resources/gtk/menus-common.ui:154
+msgid "_Undo"
+msgstr "_Desfazer"
+
+#: gedit/resources/gtk/menus-common.ui:159
+msgid "_Redo"
+msgstr "_Refazer"
+
+#: gedit/resources/gtk/menus-common.ui:166
+msgid "C_ut"
+msgstr "Recor_tar"
+
+#: gedit/resources/gtk/menus-common.ui:171
+msgid "_Copy"
+msgstr "_Copiar"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Paste"
+msgstr "C_olar"
+
+#: gedit/resources/gtk/menus-common.ui:181
+#: plugins/filebrowser/gedit-file-browser-plugin.c:891
+#: plugins/filebrowser/gedit-file-browser-plugin.c:926
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "E_xcluir"
+
+#: gedit/resources/gtk/menus-common.ui:189
+msgid "Overwrite _Mode"
+msgstr "Modo de so_brescrita"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "Select _All"
+msgstr "_Selecionar tudo"
+
+#: gedit/resources/gtk/menus-common.ui:204
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Preferências"
+
+#: gedit/resources/gtk/menus-common.ui:211
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Ver"
+
+#: gedit/resources/gtk/menus-common.ui:215
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Painel _lateral"
+
+#: gedit/resources/gtk/menus-common.ui:220
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Painel inferior"
+
+#: gedit/resources/gtk/menus-common.ui:229
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Tela cheia"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "Modo de desta_que…"
+
+#: gedit/resources/gtk/menus-common.ui:243
+msgid "_Search"
+msgstr "_Pesquisar"
+
+#: gedit/resources/gtk/menus-common.ui:247
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Localizar…"
+
+#: gedit/resources/gtk/menus-common.ui:252
+msgid "Find Ne_xt"
+msgstr "Localizar pró_xima"
+
+#: gedit/resources/gtk/menus-common.ui:257
+msgid "Find Pre_vious"
+msgstr "Localizar _anterior"
+
+#: gedit/resources/gtk/menus-common.ui:265
+msgid "Find and _Replace…"
+msgstr "_Localizar e substituir…"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "Limpar _destaque"
+
+#: gedit/resources/gtk/menus-common.ui:281
+msgid "Go to _Line…"
+msgstr "_Ir para a linha…"
+
+#: gedit/resources/gtk/menus-common.ui:288
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Ferramentas"
+
+#: gedit/resources/gtk/menus-common.ui:303
+msgid "_Documents"
+msgstr "_Documentos"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "_Save All"
+msgstr "Salvar _todos"
+
+#: gedit/resources/gtk/menus-common.ui:312
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Fechar todos"
+
+#: gedit/resources/gtk/menus-common.ui:320
+msgid "_New Tab Group"
+msgstr "No_vo grupo de abas"
+
+#: gedit/resources/gtk/menus-common.ui:325
+msgid "P_revious Tab Group"
+msgstr "Pró_ximo grupo de abas"
+
+#: gedit/resources/gtk/menus-common.ui:330
+msgid "Nex_t Tab Group"
+msgstr "P_róximo grupo de abas"
+
+#: gedit/resources/gtk/menus-common.ui:338
+msgid "_Previous Document"
+msgstr "Documento a_nterior"
+
+#: gedit/resources/gtk/menus-common.ui:343
+msgid "N_ext Document"
+msgstr "P_róximo documento"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "_Move To New Window"
+msgstr "Mover para _nova janela"
+
+#: gedit/resources/gtk/menus-common.ui:357
+#: gedit/resources/gtk/menus-common.ui:361
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "Aj_uda"
+
+#: gedit/resources/gtk/menus-common.ui:368
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "So_bre o gedit"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Salvar _todos"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "_Localizar e substituir…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_Ir para a linha…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "Atalhos de _teclado"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Codificações de caracteres"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "_Cancelar alterações"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "_Salvar configurações"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "_Outras codificações disponíveis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Favoritos"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "Ca_tegoria"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "Co_dificação"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferências"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Exi_bir números de linha"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Exibir a _margem direita da coluna:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Exibir barra de e_stado"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Exibir padrão de _grade"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Quebra de texto"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Habilitar _quebra de texto"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Não _dividir uma palavra em duas linhas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Destaque"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Destacar _linha atual"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Destacar parênteses _correspondentes"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Visão"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Paradas de tabulação"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Largura das _tabulações:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Inserir _espaços em vez de tabulações"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Habilitar recuo _automático"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Gravação de arquivos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Criar uma cópia de _backup dos arquivos antes de salvar"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Salvar arquivos automaticamente a cada"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minutos"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:525
+msgid "Color Scheme"
+msgstr "Esquema de cores"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:561
+#: gedit/resources/ui/gedit-preferences-dialog.ui:562
+msgid "Install scheme"
+msgstr "Instalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:563
+msgid "Install Scheme"
+msgstr "Instalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:577
+#: gedit/resources/ui/gedit-preferences-dialog.ui:578
+msgid "Uninstall scheme"
+msgstr "Desinstalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:579
+msgid "Uninstall Scheme"
+msgstr "Desinstalar esquema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:619
+msgid "Font & Colors"
+msgstr "Fontes & cores"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:644
+msgid "Plugins"
+msgstr "Plug-ins"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Destaque de sintaxe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Imprimir destaque de _sintaxe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Números de linha"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Imprimir nú_meros das linhas"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "E_numerar a cada"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "linhas"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Cabeçalho da página"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Imprimir cabeçal_hos da página"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fontes"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "C_orpo:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Números de _linha:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Cabeçalhos e rodapés:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Restaurar fontes padrão"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Mostrar página anterior"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Mostrar próxima página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Página atual (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "de"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Total de páginas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "O número total de páginas do documento"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Mostrar múltiplas páginas"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Ampliação 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Fazer página completa caber"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Ampliar página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Reduzir página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Fechar visualização de impressão"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Fechar visualização"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Visualização de página"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "A visualização da página no documento a ser impresso"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Substituir t_odas"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Localizar"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "P_esquisa "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "_Substituir por "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Diferenciar maiúsculas/minúsculas"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "_Coincidir apenas com palavra completa"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Expressão re_gular"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Pesquisar para _trás"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Voltar ao início"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Cria um novo documento em uma aba"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Abre um documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Salva o documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Salva o arquivo atual com um novo nome de arquivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Salva todos os documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Fecha o documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Fecha todos os documentos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Reabre o documento recentemente fechado"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Muda para o próximo documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Muda para o documento anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Muda para o primeiro – nono documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Janelas e painéis"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Cria um novo documento em uma janela"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Cria um novo grupo de abas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Mostra o painel lateral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Mostra o painel inferior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Tela cheia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Sai do aplicativo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Localizar e substituir"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Localiza"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Localiza a próxima ocorrência"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Localiza a ocorrência anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Limpa o realce"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Desfazer e refazer"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Desfaz o comando anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Refaz o comando anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Seleção"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Seleciona todo o texto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Cancela a seleção de todo o texto"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copiar e colar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copia o texto selecionado para a área de transferência"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Recorta o texto selecionado para a área de transferência"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Cola o texto da área de transferência"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navegação"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Vai para a linha"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Move para o início da linha atual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Move para o fim da linha atual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Move para o início do documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Move para o fim do documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Move o viewport para cima dentro do arquivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Move o viewport para baixo dentro do arquivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Move o viewport para o fim do arquivo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Move o viewport para o início do arquivo"
+
+# "Bracket" pode ter várias traduções. Neste contexto, se aplica a [ ] { } ( ) -- Rafael
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Move para o parêntese, colchete ou chave correspondente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Vai para o grupo de abas anterior"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Vai para o próximo grupo de abas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Edição"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Alterna inserir / sobrescrever"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Alterna a visibilidade do cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Exclui a linha atual"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Move a linha atual para cima"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Move a linha atual para baixo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Move a palavra atual para esquerda"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Move a palavra atual para direita"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Converte para maiúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Converte para minúsculas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inverte caixa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrementa o número no cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Decrementa o número no cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Ferramentas"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Verifica ortografia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Imprime o documento"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Mostra janela de completação"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Geral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Mostra a ajuda"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Abre o menu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Atalhos de teclado"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Fechar documento"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:39
+#: gedit/resources/ui/gedit-window.ui:309
+#: gedit/resources/ui/gedit-window.ui:315
+msgid "Create a new document"
+msgstr "Cria um novo documento"
+
+#: gedit/resources/ui/gedit-window.ui:38 gedit/resources/ui/gedit-window.ui:314
+msgid "New"
+msgstr "Novo"
+
+#: gedit/resources/ui/gedit-window.ui:59 gedit/resources/ui/gedit-window.ui:64
+#: gedit/resources/ui/gedit-window.ui:350
+#: gedit/resources/ui/gedit-window.ui:355
+msgid "Save the current file"
+msgstr "Salva o arquivo atual"
+
+#: gedit/resources/ui/gedit-window.ui:63 gedit/resources/ui/gedit-window.ui:348
+#: gedit/resources/ui/gedit-window.ui:354
+msgid "Save"
+msgstr "Salvar"
+
+#: gedit/resources/ui/gedit-window.ui:206
+msgid "Hide panel"
+msgstr "Ocultar painel"
+
+#: gedit/resources/ui/gedit-window.ui:323
+#: gedit/resources/ui/gedit-window.ui:328
+#: gedit/resources/ui/gedit-window.ui:329
+msgid "Leave Fullscreen"
+msgstr "Sair da tela cheia"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Estatísticas do documento"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Informa o número de palavras, linhas e caracteres em um documento."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Estatísticas do documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Documento"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Seleção"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Linhas"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Palavras"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Caracteres (com espaços)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Caracteres (sem espaços)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bytes"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Compilar"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Executa “make” no diretório do documento"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Abrir terminal aqui"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Abre um terminal no mesmo local do documento"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Remover espaços à direita"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Remove espaços inúteis no final das linhas de seu arquivo"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Executar comando"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Executa um comando personalizado e direcione a saída para um novo documento"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Enviar para fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Cola o texto selecionado ou o documento atual para fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Ferramentas externas"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Execute comandos externos e shell scripts."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Utilizar a fonte do sistema"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se verdadeiro, ferramentas externas usarão a fonte padrão geral do ambiente "
+"se ela for monoespaçada (e mais semelhante a fonte que pode chegar a outra)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Fonte"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Um nome da fonte Pango. Os exemplos são “Sans 12” ou “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Gerenciar ferramentas _externas…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Ferramentas e_xternas"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Não foi possível executar o comando: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Você deve estar dentro de uma palavra para executar este comando"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Executando ferramenta:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Pronto."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Saiu"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Todos os idiomas"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Todos os idiomas"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nova ferramenta"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Este acelerador já está associado a %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Digite um novo acelerador ou pressione Backspace para limpar"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Digite um novo acelerador"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Parado."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Parar ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Sempre disponível"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Todos os documentos"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Todos os documentos exceto os não salvos"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Arquivos locais apenas"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Arquivos remotos apenas"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Documentos não salvos apenas"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Documento atual"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Seleção atual"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Seleção atual (padrão para documento)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Linha atual"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Palavra atual"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Exibir no painel inferior"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Criar novo documento"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Anexar ao documento atual"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Substituir documento atual"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Substituir seleção atual"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Inserir na posição do cursor"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Gerenciar ferramentas externas"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Adicionar uma nova ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Adicionar ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Reverte o trecho selecionado"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Remover ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Reverter ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Reverter ferramenta"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Tecla de atalho:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Salvar:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Entrada:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Saída:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplicabilidade:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Saída da ferramenta"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Painel de navegação de arquivos"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Fácil acesso a arquivos a partir do painel lateral."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Pasta pessoal"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Sistema de arquivos"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:501
+msgid "File Browser"
+msgstr "Navegador de arquivos"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:631
+msgid "An error occurred while creating a new directory"
+msgstr "Ocorreu um erro ao criar um novo diretório"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:634
+msgid "An error occurred while creating a new file"
+msgstr "Ocorreu um erro ao criar um novo arquivo"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:637
+msgid "An error occurred while renaming a file or directory"
+msgstr "Ocorreu um erro ao renomear um arquivo ou diretório"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:640
+msgid "An error occurred while deleting a file or directory"
+msgstr "Ocorreu um erro ao excluir um arquivo ou diretório"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:643
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Ocorreu um erro ao abrir um diretório no gerenciador de arquivos"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:646
+msgid "An error occurred while setting a root directory"
+msgstr "Ocorreu um erro ao definir um diretório raiz"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:649
+msgid "An error occurred while loading a directory"
+msgstr "Ocorreu um erro ao carregar um diretório"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:652
+msgid "An error occurred"
+msgstr "Ocorreu um erro"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:874
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Não foi possível mover o arquivo para \n"
+"a lixeira; você deseja excluí-lo permanentemente?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:879
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "O arquivo “%s” não pôde ser movido para a lixeira."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:884
+msgid "The selected files cannot be moved to the trash."
+msgstr "Os arquivos selecionados não podem ser movidos para a lixeira."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Você tem certeza de que quer excluir “%s” permanentemente?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+"Você tem certeza de que quer excluir permanentemente os arquivos "
+"selecionados?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:920
+msgid "If you delete an item, it is permanently lost."
+msgstr "Se você excluir um item, ele será perdido permanentemente."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Vazio)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"O arquivo renomeado está atualmente filtrado. Você precisa ajustar as "
+"definições de filtro para tornar o arquivo visível"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Arquivo sem título"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"O novo arquivo está escondido pelo filtro. Será necessário ajustar a "
+"definição do filtro para torná-lo visível"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Pasta sem título"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"O novo diretório está escondido pelo filtro. Será necessário ajustar a "
+"definição do filtro para torná-lo visível"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Marcadores"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Nenhum objeto montado para o volume montado: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Não foi possível abrir a mídia: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Não foi possível abrir o volume: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Ocorreu um erro ao carregar “%s”: este diretório não existe"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Abrir com visão em árvore"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Usar a visão em árvore ao carregar o navegador de arquivos, em vez da visão "
+"em marcadores"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Diretório raiz do navegador de arquivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Diretório raiz usado ao carregar o navegador de arquivos, se a chave onload/"
+"tree_view tiver valor VERDADEIRO."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Diretório raiz virtual do navegador de arquivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"O diretório raiz virtual usado ao carregar o navegador de arquivos, se a "
+"chave onload/tree_view tiver valor VERDADEIRO. O diretório raiz virtual deve "
+"sempre estar dentro do verdadeiro."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Habilitar restauração de localizações remotas"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Define se habilita ou não a restauração de localizações remotas."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Definir localização para primeiro documento"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Se VERDADEIRO, o plug-in do navegador de arquivos verá o diretório do "
+"primeiro documento aberto desde que o navegador de arquivos ainda não tenha "
+"sido usado. (O que geralmente se aplica ao abrir um documento a partir da "
+"linha de comando ou com o Nautilus etc.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Modo do filtro do navegador de arquivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Este valor determina quais arquivos para começar a filtrar a partir do "
+"navegador de arquivos. Valores válidos são: nenhum (nada de filtro), "
+"esconder-oculto (filtrar arquivos ocultos) e esconder-binário (filtrar "
+"arquivos binários)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Padrão do filtro do navegador de arquivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"O padrão com o qual filtrar o navegador de arquivos. Esse filtro funciona "
+"sobre o definido por filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Padrões binários do navegador de arquivos"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Os padrões suplementares para usar ao filtrar arquivos binários."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Definir raiz ao documento ativo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Nova _pasta"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Novo _arquivo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Renomear…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Mover para lixeira"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Atuali_zar visão"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Ver pasta"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Abrir no terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtrar"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Mostrar _ocultos"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Mostrar _binários"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Coincidir nome do arquivo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Histórico"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Abre o manual do histórico"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modelines"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Suporte para modelines tipo Emacs, Kate e Vim."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Cor do texto do comando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "A cor do texto de comando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Erro na cor do texto"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Cor do texto de erro"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Se verdadeiro, o terminal irá usar a fonte padrão do ambiente se ela for "
+"monoespaçada (e mais semelhante a fonte que pode chegar a outra)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "C_or do comando:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Cor de _erro:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Console Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Console Python interativo situado no painel inferior."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Destaque rápido"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Destaca todas as ocorrências do texto selecionado."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Abertura rápida…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Abertura rápida"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Abra arquivos rapidamente."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Digite para pesquisar…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Gerenciar _trechos…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Trechos"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "O pacote “%s” não pôde ser criado"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "O diretório final “%s” não existe"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "O diretório final “%s” não é um diretório válido"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "O arquivo “%s” não existe"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "O arquivo “%s” não é um arquivo de trechos válido"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "O arquivo importado “%s” não é um arquivo de trechos válido"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "O pacote “%s” não pôde ser extraído"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Os seguintes arquivos não puderam ser importados: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "O arquivo “%s” não é um pacote de trechos válido"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Pacote de trechos"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Adicionar um novo trecho…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Reverte o trecho selecionado"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Exclui o trecho selecionado"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Esse disparador não é válido. Disparadores podem conter caracteres "
+"alfanuméricos (ou _, : e .) ou um único caractere não alfanumérico como {, "
+"[, etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Uma palavra com a qual o trecho é ativado após pressionar tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Ocorreu o seguinte erro ao importar: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importação concluída com sucesso"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importa trechos"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Todos os pacotes com suporte"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Pacote compactado gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Pacote compactado bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Arquivo simples de trechos"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Todos os arquivos"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Ocorreu o seguinte erro ao exportar: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Exportação concluída com sucesso"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Você deseja incluir os trechos do <b>sistema</b> selecionados em sua "
+"exportação?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Nenhum trecho selecionado para exportação"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exporta trechos"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Digite um novo atalho, ou pressione Backspace para limpar"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Digite um novo atalho"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "A execução do comando Python (%s) excedeu o tempo máximo: abortando."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Falha na execução do comando Python (%s): %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Insira pedaços de texto frequentemente usados de um jeito rápido."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Gerenciar trechos"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Cria um novo trecho"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Adicionar trecho"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Remover este trecho"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importa trechos"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exporta os trechos selecionados"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exporta trechos"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Ativação"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Disparador:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Tecla de atalho:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Tecla de atalho com a qual o trecho é ativado"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Alvos _destino:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Ordenar…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Ordenar"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Inve_rter ordem"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "R_emover duplicadas"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Sensível à maiúsculas"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Iniciar na coluna:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Ordenar"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Ordena um documento ou um texto selecionado."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Verificação de ortografia…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Definir _idioma…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Destaque palavras com erros ortográficos"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Destaca palavras com erros ortográficos"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Configuração padrão para destaque de palavras com erros ortográficos."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configurar plug-in de ortografia"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Padrão para novos documentos"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Verificador ortográfico"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Verifica a ortografia do documento atual."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "In_serir data e hora…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Formatos disponíveis"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Tipo Prompt"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Se o usuário deve ser solicitado para um formato ou se o formato escolhido "
+"ou personalizado deve ser utilizado."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Selecionar formato"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "O formato selecionado utilizado quando inserir a data/hora."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Personalizar formato"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "O formato personalizado utilizado quando inserir a data/hora."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Inserir data e hora"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Usar o formato _selecionado"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Usar formato personalizado"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Inserir"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configurar o plug-in de inserção de data/hora"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Quando inserindo data/horário…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Perguntar por um formato"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Inserir data/hora"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Insere a data e hora atuais na posição do cursor."
+
+#~ msgid "gedit is a general-purpose text editor."
+#~ msgstr "gedit é um editor de texto de propósito geral."
+
+#, c-format
+#~ msgid "The file “%s” has been externally modified."
+#~ msgstr "O arquivo “%s” foi modificado externamente."
+
+#~ msgid ""
+#~ "If you save it, all the external changes could be lost. Save it anyway?"
+#~ msgstr ""
+#~ "Se você salvá-lo, todas as mudanças externas serão perdidas. Salvar mesmo "
+#~ "assim?"
+
+#~ msgid "S_ave Anyway"
+#~ msgstr "Salvar mesmo _assim"
+
+#~ msgid "D_on’t Save"
+#~ msgstr "_Não salvar"
+
+#~ msgid "Click on this button to select the font to be used by the editor"
+#~ msgstr ""
+#~ "Pressionar esse botão para selecionar a fonte a ser usada pelo editor"
+
+#, c-format
+#~ msgid "_Use the system fixed width font (%s)"
+#~ msgstr "_Usar a fonte de largura fixa padrão (%s)"
+
+#~ msgid "OVR"
+#~ msgstr "OVR"
+
+#~ msgid "INS"
+#~ msgstr "INS"
+
+#, c-format
+#~ msgid " Ln %d, Col %d"
+#~ msgstr " Lin %d, Col %d"
+
+#~ msgid "Automatic Indentation"
+#~ msgstr "Recuo automático"
+
+#~ msgid "Display line numbers"
+#~ msgstr "Exibir números das linhas"
+
+#~ msgid "Display right margin"
+#~ msgstr "Exibir margem direita"
+
+#~ msgid "Highlight current line"
+#~ msgstr "Destacar linha atual"
+
+#~ msgid "Text wrapping"
+#~ msgstr "Quebra de texto"
+
+#~ msgid "_Apply"
+#~ msgstr "_Aplicar"
+
+#~ msgid "Cho_sen Encodings"
+#~ msgstr "Codificações _escolhidas"
+
+#~ msgid "_Description"
+#~ msgstr "D_escrição"
+
+#~ msgid "Editor _font: "
+#~ msgstr "_Fonte do editor: "
+
+#~ msgid "Pick the editor font"
+#~ msgstr "Selecione a fonte do editor"
diff --git a/po/ro.po b/po/ro.po
new file mode 100644
index 0000000..5ff463d
--- /dev/null
+++ b/po/ro.po
@@ -0,0 +1,6188 @@
+# Romanian translation for gedit
+# Copyright (C) 2003-2008 Free Software Foundation, Inc.
+# Mugurel Tudor <mugurelu@gnome.ro>, 2003, 2004.
+# Dan Damian <dand@ubuntu.ro>, 2005-2007.
+# Mișu Moldovan <dumol@gnome.ro>, 2003, 2004, 2008.
+# Adi Roiban https://launchpad.net/~adiroiban, 2008, 2009
+# Lucian Adrian Grijincu <lucian.grijincu@gmail.com>, 2009, 2010, 2011.
+# Bogdan Mințoi <mintoi.bogdan@gmail.com>, 2014.
+# Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 2014-2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-06-15 15:31+0000\n"
+"PO-Revision-Date: 2020-06-17 18:54+0300\n"
+"Last-Translator: Florentina Mușat <florentina [dot] musat [dot] 28 [at] "
+"gmail [dot] com>\n"
+"Language-Team: Gnome Romanian Translation Team\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2);\n"
+"X-Generator: Poedit 2.3.1\n"
+"X-Project-Style: gnome\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Editare fișiere text"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit este editorul de text al mediului de desktop GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Primul obiectiv al gedit este să fie ușor de utilizat, cu o interfață simplă "
+"în mod implicit. Funcționalitățile mai avansate sunt disponibile prin "
+"activarea modulelor."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Editor de text"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Plaintext;Write;Text simplu;Scrie;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Fereastră nouă"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Document nou"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Utilizează fontul implicit"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Specifică dacă să fie utilizat fontul implicit, cu lățime fixă, al "
+"sistemului pentru editarea textului în locul celui specific pentru gedit. "
+"Dacă această opțiune este dezactivată, atunci fontul specificat în opțiunea "
+"„Font editare” va fi utilizat în locul fontului de sistem."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Font editare"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Un font personalizat care va fi utilizat la editare. Această configurare va "
+"avea efect doar dacă opțiunea „Utilizează fontul implicit” este dezactivată."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Schemă de stil"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Identificatorul unei scheme de stil GtkSourceView utilizată pentru a colora "
+"textul."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Creează cópii de siguranță"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Specifică dacă gedit ar trebui să creeze cópii de siguranță pentru fișierele "
+"pe care le salvează."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Salvare automată"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Specifică dacă gedit ar trebui să salveze automat fișierele modificate după "
+"un anumit interval de timp. Puteți stabili intervalul de timp cu ajutorul "
+"opțiunii „Interval de salvare automată”."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Interval de salvare automată"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Numărul de minute după care gedit va salva automat fișierele modificate. "
+"Această acțiune va avea efect doar dacă opțiunea „Salvează automat” este "
+"activată."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Numărul maxim al acțiunilor de anulare"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Numărul maxim de acțiuni pe care gedit le va putea anula sau reface. "
+"Utilizați „-1” pentru un număr nelimitat de acțiuni."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Mod de rupere rânduri"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Specifică felul în care vor fi rupte rândurile lungi la editare. Utilizați "
+"„none” pentru ca rândurile să nu fie rupte, „word” pentru rupere între "
+"cuvinte și „char” pentru rupere între caractere. Valorile sunt sensibile la "
+"majuscule; asigurați-vă că apar exact așa cum sunt menționate aici."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Ultima alegere a modului de rupere rânduri"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Specifică ultimul mod de diviziune folosit împreună cu modul de rupere "
+"rânduri, astfel încât atunci când modul de rupere rânduri este dezactivat se "
+"reține alegerea modului de divizare. Utilizați „word” pentru rupere de "
+"rânduri la limitele cuvintelor, și „char” pentru rupere rânduri la limitele "
+"caracterelor individuale."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Dimensiune tab"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Specifică numărul de spații care ar trebui să fie afișate în locul "
+"caracterelor tab."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Inserează spații"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Specifică dacă gedit ar trebui să insereze spații în loc de taburi."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Indentare automată"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Specifică dacă gedit ar trebui să activeze indentarea automată."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Afișează numerotarea rândurilor"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Specifică dacă gedit ar trebui să numeroteze rândurile în zona de editare."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Evidențiază rândul curent"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Specifică dacă gedit ar trebui să evidențieze rândul curent."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Evidențiază parantezele pereche"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Specifică dacă gedit ar trebui să evidențieze parantezele pereche."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Arată marginea dreaptă"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Specifică dacă gedit ar trebui să afișeze marginea dreaptă în zona de "
+"editare."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Poziția marginii din dreapta"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Specifică poziția marginii din dreapta."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Tipul modelului pentru fundal"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Dacă documentul va beneficia de pictarea modelului de fundal."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Taste inteligente Home/End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Specifică unde sare cursorul când se apasă tastele HOME sau END. Utilizați "
+"„disabled” pentru a sări întotdeauna la începutul ori la sfârșitul rândului, "
+"„after” pentru salt la începutul ori la sfârșitul rândului la prima apăsare "
+"și la începutul ori la sfârșitul textului (fără a lua în considerare "
+"spațiile goale) la a doua apăsare, „before” pentru salt la începutul ori la "
+"sfârșitul textului înainte de a sări la începutul ori la sfârșitul rândului "
+"și „always” pentru a sări întotdeauna la sfârșitul ori începutul textului, "
+"în loc de sfârșitul ori începutul rândului."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Restaurează poziția precedentă a cursorului"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Specifică dacă gedit ar trebui să restaureze poziția precedentă a cursorului "
+"atunci când se încarcă un fișier."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Activează evidențierea sintaxei"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Specifică dacă gedit ar trebui să activeze evidențierea sintaxei."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Activează evidențierea la căutare"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"Specifică dacă gedit ar trebui să evidențieze toate aparițiile textului "
+"căutat."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Asigură marcajul de sfârșit newline"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Specifică dacă gedit asigură faptul că documentul se termină întotdeauna cu "
+"marcajul de sfârșit newline."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Mod afișare taburi notebook"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Specifică când să fie afișate taburile notebook. Utilizați „never” pentru a "
+"nu afișa taburile niciodată, „always” pentru a le afișa întotdeauna și "
+"„auto” pentru a le afișa atunci când există mai mult de un tab. Valorile "
+"sunt sensibile la majuscule; asigurați-vă că apar exact așa cum sunt "
+"menționate aici."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Bara de stare este vizibilă"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Specifică dacă bara de stare de la baza ferestrei de editare ar trebui să "
+"fie vizibilă."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Panoul lateral este vizibil"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Specifică dacă panoul lateral din stânga ferestrei de editare ar trebui să "
+"fie vizibil."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Tipărește sintaxa evidențiată"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Specifică dacă gedit ar trebui să tipărească evidențierea sintaxei pentru "
+"documente."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Tipărește antetul"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Specifică dacă gedit ar trebui să includă antetul la tipărirea documentelor."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Mod de rupere a rândurilor la tipărire"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Specifică felul în care vor fi rupte rândurile lungi la tipărire. Utilizați "
+"„none” pentru ca rândurile să nu fie rupte, „word” pentru rupere între "
+"cuvinte și „char“ pentru rupere între caractere. Valorile sunt sensibile la "
+"majuscule; asigurați-vă că apar exact așa cum sunt menționate aici."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Numerotează rândurile la tipărire"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Dacă această valoare este 0, atunci niciun număr de rând nu va fi inserat la "
+"tipărirea unui document. Pentru o valoare „n”, gedit va tipări numărul "
+"rândului la fiecare „n” număr de rânduri."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Font utilizat la tipărirea textului"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Specifică fontul utilizat pentru corpul documentului la tipărire."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Font utilizat la tipărirea antetului"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Specifică fontul utilizat pentru antetele paginilor la tipărirea "
+"documentului. Această opțiune are efect doar dacă opțiunea „Tipărește "
+"antetul” este activată."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Font pentru numerotarea rândurilor la tipărire"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Specifică fontul utilizat pentru numerotarea rândurilor la tipărire. Această "
+"opțiune are efect doar dacă opțiunea „Numerotează rândurile la tipărire” "
+"este diferită de zero."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Marginea stângă"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Marginea din stânga, în milimetri."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Marginea de sus"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Marginea de sus, în milimetri."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Marginea dreaptă"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Marginea din dreapta, în milimetri."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Marginea de jos"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Marginea de jos, în milimetri."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Codări propuse"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Listă cu codările propuse afișate de meniul „Codarea caracterelor” în "
+"selectorul deschiderii/salvării fișierului. „CURENT” reprezintă codarea "
+"configurației locale curente. Doar codările recunoscute sunt utilizate. "
+"Valoarea implicită este o listă goală, caz în care gedit va alege valori "
+"implicite în funcție de țară și limbă."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Module active"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Listă de module active."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Afișează versiunea aplicației"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Afișează o listă de valori posibile pentru opțiunea de codare"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Stabilește codarea caracterelor utilizată la deschiderea fișierelor listate "
+"în linia de comandă"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "CODARE"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Creează o fereastră nouă de prim nivel într-o instanță gedit deja existentă"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Creează un document nou într-o instanță gedit deja existentă"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr ""
+"Deschide fișierele și blochează procesele până când fișierele sunt închise"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Execută gedit în mod autonom"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FIȘIER…] [+LINIE[:COLOANĂ]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "A intervenit o eroare la afișarea ajutorului."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: codare nevalidă."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Închide _fără a salva"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Anulează"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "_Salvează ca…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Salvează"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Dacă nu salvați, modificările din ultima %ld secundă vor fi pierdute "
+"definitiv."
+msgstr[1] ""
+"Dacă nu salvați, modificările din ultimele %ld secunde vor fi pierdute "
+"definitiv."
+msgstr[2] ""
+"Dacă nu salvați, modificările din ultimele %ld de secunde vor fi pierdute "
+"definitiv."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Dacă nu salvați, modificările din ultimul minut vor fi pierdute definitiv."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Dacă nu salvați, modificările din ultimul minut și %ld secundă vor fi "
+"pierdute definitiv."
+msgstr[1] ""
+"Dacă nu salvați, modificările din ultimul minut și %ld secunde vor fi "
+"pierdute definitiv."
+msgstr[2] ""
+"Dacă nu salvați, modificările din ultimul minut și %ld de secunde vor fi "
+"pierdute definitiv."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Dacă nu salvați, modificările din ultimul %ld minut vor fi pierdute "
+"definitiv."
+msgstr[1] ""
+"Dacă nu salvați, modificările din ultimele %ld minute vor fi pierdute "
+"definitiv."
+msgstr[2] ""
+"Dacă nu salvați, modificările din ultimele %ld de minute vor fi pierdute "
+"definitiv."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Dacă nu salvați, modificările din ultima oră vor fi pierdute definitiv."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Dacă nu salvați, modificările din ultima oră și %d minut vor fi pierdute "
+"definitiv."
+msgstr[1] ""
+"Dacă nu salvați, modificările din ultima oră și %d minute vor fi pierdute "
+"definitiv."
+msgstr[2] ""
+"Dacă nu salvați, modificările din ultima oră și %d de minute vor fi pierdute "
+"definitiv."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Dacă nu salvați, modificările din ultima %d oră vor fi pierdute definitiv."
+msgstr[1] ""
+"Dacă nu salvați, modificările din ultimele %d ore vor fi pierdute definitiv."
+msgstr[2] ""
+"Dacă nu salvați, modificările din ultimele %d de ore vor fi pierdute "
+"definitiv."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Salvați modificările aduse documentului „%s” înainte de a închide?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Există un document cu modificări nesalvate. Salvați modificările înainte de "
+"închidere?"
+msgstr[1] ""
+"Există %d documente cu modificări nesalvate. Salvați modificările înainte de "
+"închidere?"
+msgstr[2] ""
+"Există %d de documente cu modificări nesalvate. Salvați modificările înainte "
+"de închidere?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "S_electați documentele pe care doriți să le salvați:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Dacă nu salvați, toate modificările aduse vor fi pierdute definitiv."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Se încarcă fișierul „%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Se încarcă %d fișier…"
+msgstr[1] "Se încarcă %d fișiere…"
+msgstr[2] "Se încarcă %d de fișiere…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Fișierul „%s” poate fi doar citit."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Doriți să încercați să-l înlocuiți cu cel pe care îl salvați?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "Î_nlocuiește"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Salvați fișierul utilizând compresie?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Salvați fișierul ca text simplu?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Fișierul „%s” a fost salvat în trecut ca text simplu, iar acum va fi salvat "
+"utilizând compresie."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Salvează utilizând compresie"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Fișierul „%s” a fost salvat în trecut utilizând compresie, iar acum va fi "
+"salvat ca text simplu."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Salvează ca text simplu"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Se salvează fișierul „%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Salvează ca"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Se restaurează documentul „%s”…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Anulați modificările nesalvate ale documentului „%s”?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Modificările aduse documentului în ultima %ld secundă vor fi pierdute "
+"definitiv."
+msgstr[1] ""
+"Modificările aduse documentului în ultimele %ld secunde vor fi pierdute "
+"definitiv."
+msgstr[2] ""
+"Modificările aduse documentului în ultimele %ld de secunde vor fi pierdute "
+"definitiv."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Modificările aduse documentului în ultimul minut vor fi pierdute definitiv."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Modificările aduse documentului în ultimul minut și %ld secundă vor fi "
+"pierdute definitiv."
+msgstr[1] ""
+"Modificările aduse documentului în ultimul minut și %ld secunde vor fi "
+"pierdute definitiv."
+msgstr[2] ""
+"Modificările aduse documentului în ultimul minut și %ld de secunde vor fi "
+"pierdute definitiv."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Modificările aduse documentului în ultimul %ld minut vor fi pierdute "
+"definitiv."
+msgstr[1] ""
+"Modificările aduse documentului în ultimele %ld minute vor fi pierdute "
+"definitiv."
+msgstr[2] ""
+"Modificările aduse documentului în ultimele %ld de minute vor fi pierdute "
+"definitiv."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Modificările aduse documentului în ultima oră vor fi pierdute definitiv."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Modificările aduse documentului în ultima oră și %d minut vor fi pierdute "
+"definitiv."
+msgstr[1] ""
+"Modificările aduse documentului în ultima oră și %d minute vor fi pierdute "
+"definitiv."
+msgstr[2] ""
+"Modificările aduse documentului în ultima oră și %d de minute vor fi "
+"pierdute definitiv."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Modificările aduse documentului în ultima %d oră vor fi pierdute definitiv."
+msgstr[1] ""
+"Modificările aduse documentului în ultimele %d ore vor fi pierdute definitiv."
+msgstr[2] ""
+"Modificările aduse documentului în ultimele %d de ore vor fi pierdute "
+"definitiv."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Anulează"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit este un editor de text simplu și rapid pentru desktopul Gnome"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Mișu Moldovan <dumol@go.ro>\n"
+"Mugurel Tudor <mugurelu@go.ro>\n"
+"Felix Petrescu <wakax@yahoo.com>\n"
+"Dan Damian <dand@gnome.ro>\n"
+"Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
+"Bogdan Mințoi <mintoi.bogdan@gmail.com>, 2014\n"
+"Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 2016\n"
+"Florentina Mușat <florentina [dot] musat [dot] 28 [at] gmail [dot] com>, "
+"2019-2020\n"
+"\n"
+"Contribuții Launchpad:\n"
+" Adi Roiban https://launchpad.net/~adiroiban\n"
+" Adrian Harabulă https://launchpad.net/~opensoft\n"
+" Adrian Nita https://launchpad.net/~nitzadrian-deactivatedaccount\n"
+" Cristian KLEIN https://launchpad.net/~cristiklein\n"
+" Dan Damian https://launchpad.net/~dand\n"
+" Doru Horișco https://launchpad.net/~doruhushhush\n"
+" Ionuț Jula https://launchpad.net/~ionutjula\n"
+" Lucian Adrian Grijincu https://launchpad.net/~lucian.grijincu\n"
+" Mișu Moldovan https://launchpad.net/~dumol-gnome\n"
+" Horia https://launchpad.net/~hvd"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "A fost găsită și înlocuită %d apariție"
+msgstr[1] "Au fost găsite și înlocuite %d apariții"
+msgstr[2] "Au fost găsite și înlocuite %d de apariții"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "A fost găsită și înlocuită o apariție"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "„%s” nu a fost găsit"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Document fără nume %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grup de taburi %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Doar citire"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Detectată automat"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Adaugă sau elimină…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Configurare locală curentă (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Configurare locală curentă)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Sigur doriți să restabiliți preferințele codării caracterelor?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Restabilește"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Adaugă"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Elimină"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Mută la o prioritate mai ridicată"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Mută la o prioritate mai scăzută"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Toate fișierele"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Toate fișierele text"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Codare c_aracter:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Sfârș_it de rând:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Deschide fișiere"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "D_eschide"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Text simplu"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Reîncearcă"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Fișierul „%s” nu a putut fi găsit."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"Vă rugăm verificați corectitudinea adresei introduse și încercați din nou."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Nu se pot gestiona locațiile „%s:”."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Nu se poate gestiona această locație."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Locația fișierului nu a putut fi accesată."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "„%s” este un dosar."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "„%s” nu este o locație validă."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Gazda „%s” nu a putut fi găsită. Vă rugăm verificați corectitudinea "
+"configurărilor de proxy și încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Numele gazdei nu este valid. Verificați corectitudinea adresei introduse și "
+"încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "„%s” nu este un fișier obișnuit."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Limita de timp a conexiunii a expirat. Vă rugăm încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Eroare neașteptată: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Nu s-a putut găsi fișierul dorit. Probabil a fost șters recent."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Nu s-a putut restaura fișierul „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Codare c_aracter:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "_Modifică oricum"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Numărul legăturilor de urmat este limitat, iar fișierul nu a putut fi găsit "
+"în această limită."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Nu aveți permisiunile necesare pentru a deschide fișierul."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Nu s-a putut detecta codarea caracterelor."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Asigurați-vă că nu încercați să deschideți un fișier binar."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Selectați o codare a caracterelor din meniu și încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "A apărut o problemă la deschiderea fișierului „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Fișierul pe care l-ați deschis conține caractere nevalide. Dacă veți "
+"continua să editați acest fișier, riscați să corupeți documentul."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "De asemenea, puteți să alegeți altă codare și să încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"Nu s-a putut deschide fișierul „%s” utilizând codarea de caractere „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Selectați altă codare a caracterelor din meniu și încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Nu s-a putut deschide fișierul „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Nu s-a putut salva fișierul „%s” utilizând codarea de caractere „%s”."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Documentul conține unul sau mai multe caractere care nu pot fi codate "
+"utilizând codarea de caractere specificată."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "S_alvează oricum"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "N_u salva"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Fișierul „%s” a fost modificat de la citire."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Dacă îl salvați, toate modificările exterioare ar putea fi pierdute. Doriți "
+"să îl salvați oricum?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Gedit nu poate opera cu adrese „%s:” în modul de scriere. Verificați "
+"corectitudinea adresei introduse și încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nu poate opera la această adresă în modul de scriere. Verificați "
+"corectitudinea adresei introduse și încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"„%s” nu este o locație validă. Verificați corectitudinea adresei introduse "
+"și încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Nu aveți permisiunile necesare pentru a salva fișierul. Verificați "
+"corectitudinea adresei introduse și încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Nu este destul spațiu pe disc pentru a salva fișierul. Eliberați spațiu pe "
+"disc și încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Încercați să salvați fișierul pe un disc disponibil doar pentru citire. "
+"Verificați corectitudinea adresei introduse și încercați din nou."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Un fișier cu același nume există deja. Utilizați un alt nume."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Discul pe care încercați să salvați fișierul are o limitare la dimensiunea "
+"maximă a numelor de fișiere. Folosiți un nume mai scurt."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Discul pe care încercați să salvați fișierul are o limitare la dimensiunea "
+"maximă a fișierelor. Încercați să salvați un fișier mai mic sau să salvați "
+"pe un disc care nu are această limitare."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Fișierul „%s” nu a putut fi salvat."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Apăsați pe acest buton pentru a selecta fontul care trebuie utilizat de "
+"către editor"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Utilizează fontul monospațiat din sistem (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Schema de culori selectată nu poate fi instalată: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Schema de culori selectată nu poate fi instalată."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Adaugă o schemă de culori"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Adaugă o schemă"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Fișiere cu scheme de culori"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Nu s-a putut elimina schema de culori „%s”."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Se pregătește…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Fișier: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Pagina %N din %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Se randează pagina %d din %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Pagina %d din %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nimic"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Caută și înlocuieșe"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "SUPR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INTR"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Există %d tab cu erori"
+msgstr[1] "Există %d taburi cu erori"
+msgstr[2] "Există %d de taburi cu erori"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Se restaurează documentul „%s” din „%s”"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Se restaurează „%s”"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Se încarcă „%s” din „%s”"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Se încarcă „%s”"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Se salvează „%s” în „%s”"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Se salvează „%s”"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Eroare la deschiderea fișierului %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Eroare la restaurarea fișierului %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Eroare la salvarea fișierului %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Nume:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "Tip MIME:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Codare:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ la %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "SO Mac clasic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Afișează _numerotarea rândurilor"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d din %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Reia de la începu_t"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Potrivire ca expresie _regulată"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Potrivir_e doar pentru întreg cuvântul"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Majuscule semnificative"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Șirul pe care doriți să-l căutați"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Rândul la care doriți să mutați cursorul"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Paranteza pereche este în afara intervalului valid"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Nu s-a găsit o paranteză pereche"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "S-a găsit paranteza pereche pe linia: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rând %d, Col %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Lățime tab: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Sunt documente nesalvate"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Modifică pagina panoului lateral"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Documente"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Deschide un fișier"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Deschide un fișier recent utilizat"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Mută la _stânga"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Mută la d_reapta"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Mută în fereastră nouă"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Mută în _grup nou de taburi"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "În_chide"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Indentare automată"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Folosește spații"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Afișează numerotarea rândurilor"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Afișează marginea dreaptă"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Evidențiază rândul curent"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Încadrare text"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Fișier"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nou"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Deschise _recent"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Redeschide tabul închis"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Salve_ază ca…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Fereastră _nouă"
+
+# Lucian Adrian Grijincu: se bate pe accelerator cu „_Renunță” și „_Editează”
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "Reî_ncarcă"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "Ti_părește…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Ieșire"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Editare"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Anulează"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Refă"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "T_aie"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Copiază"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Lipește"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "Șter_ge"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Modul de suprascriere"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Selectează t_ot"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "_Preferințe"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Vizualizare"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "_Panou lateral"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Panou _inferior"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "Ecran compl_et"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "_Mod evidențiere…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Căutare"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "C_aută…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Caută _următorul"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Caută _precedentul"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Caută și înlocui_ește…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "E_limină evidențierea"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Du-te la _linia…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "Unel_te"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Documente"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Salvează toate"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "În_chide toate"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nou grup de taburi"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "G_rupul de taburi precedent"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Grupul de _taburi următor"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Documentul _precedent"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Docum_entul următor"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Mută în fereastră nouă"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Ajutor"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Despre Editor de text"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "_Salvează tot"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "C_aută și înlocuiește…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Du-te la l_inia…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "S_curtături de tastatură"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Codarea caracterelor"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Aplică"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Codări disponi_bile"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Codări ale_se"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Descriere"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "Codar_e"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Modul de evidențiere"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "_Selectează"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Modul de evidențiere al căutării…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Preferințe"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Afișează _marginea dreaptă la coloana:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Afișează bara de _stare"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Afișează modelul _grilei"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Rupere rânduri în text"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Activează _ruperea rândurilor în text"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Nu de_spărți cuvintele pe două rânduri"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Evidențiere"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Evidențiază rându_l curent"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Evidențiază parantezele _pereche"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Vizualizare"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Opriri tab"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Lățime _tab:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Inserează _spații în loc de taburi"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Activează indentarea automată"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Salvare fișier"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Creează o copie de _siguranță pentru fișiere înainte de a salva"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Salvează automat fișierele la fiecare"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minute"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Font"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Font editare: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Alegeți fontul de editare"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Schemă de culori"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Instalează o schemă"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Instalează o schemă de stil"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Elimină o schemă de stil"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Elimină o schemă de stil"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Font și culori"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Module"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Evidențiere sintaxă"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Tipărește evidențierea sinta_xei"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Numerotare rânduri"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Tipărește nu_merele rândurilor"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numerotează la fiecare"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "rânduri"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Antet pagină"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Tipărește _antet pagină"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Fonturi"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "C_orp:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Numerotare _rânduri:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Antete și note de subsol:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Restaurea_ză fonturile implicite"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Afișează pagina precedentă"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Afișează pagina următoare"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Pagina curentă (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "din"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Total pagini"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Numărul total de pagini din document"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Afișează mai multe pagini"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zoom 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Zoom la întreaga pagină"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Apropie pagina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Depărtează pagina"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Închide previzualizarea de tipărire"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "În_chide previzualizarea"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Previzualizare pagină"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Previzualizarea pentru tipărire a unei pagini din document"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Înlocuiește t_ot"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "Găs_ește"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Găs_ește "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Înlocuiește cu: "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Majuscule semnificative"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "_Potrivire doar pentru întreg cuvântul"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Expresie re_gulată"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Caută în sens _invers"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Reia de la înce_put"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Documente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Creează un document nou într-un tab"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Deschide un document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Salvează documentul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Salvează documentul cu un nou nume de fișier"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Salvează toate documentele"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Închide documentul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Închide toate documentele"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Redeschide documentul închis cel mai recent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Comută la următorul document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Comută la precedentul document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Comută la primul — al nouălea document"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Ferestre și panouri"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Creează un document nou într-o fereastră"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Creează un grup de taburi nou"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Arată panoul lateral"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Arată panoul de jos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Ecran complet pornit / oprit"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Închide aplicația"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Caută și înlocuieșe"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Caută"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Caută potrivirea următoare"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Caută potrivirea precedentă"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Sterge evidențierea"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Anulează și refă"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Anulează comanda precedentă"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Refă comanda precedentă"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Selecție"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Selectează tot textul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Deselectează tot textul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Copiază și lipește"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Copiază textul selectat în clipboard"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Taie textul selectat în clipboard"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Lipește textul din clipboard"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigare"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Navighează la linia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Mutați la începutul liniei curente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Mutați la sfârșitul liniei curente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Mutați la începutul documentului"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Mutați la sfârșitul documentului"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Mută zona vizibilă sus în cadrul fișierului"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Mută zona vizibilă jos în cadrul fișierului"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Mută zona vizibilă la sfârșitul fișierului"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Mută zona vizibilă la începutul fișierului"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Mută la paranteza pereche"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Salt la grupul de file precedent"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Salt la grupul de file următor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Editare"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Comută introducere / suprascriere"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Comută vizibilitatea cursorului"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Șterge linia curentă"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Mută linia curentă în sus"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Mută linia curentă în jos"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Mută cuvântul curent la stânga"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Mută cuvântul curent la dreapta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Convertește la majuscule"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Convertește la minuscule"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Inversează mărimile"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Incrementează numărul de la cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Decrementează numărul de la cursor"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Unelte"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Verifică ortografia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Tipărește documentul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Arată fereastra de completare"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Generale"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Arată ajutorul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Deschide meniul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Scurtături de tastatură"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Închide documentul"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Creează un document nou"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nou"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Salvează fișierul curent"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Salvează"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Ascunde panoul"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Părăsește modul pe tot ecranul"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistici document"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Raportează numărul de cuvinte, rânduri și caractere dintr-un document."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Statistici _document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Document"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Selecție"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Rânduri"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Cuvinte"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Caractere (cu spații)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Caractere (fără spații)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Octeți"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Generează"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Execută comanda „make” în dosarul documentului"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Deschide un terminal aici"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Deschide un terminal la adresa documentului"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Elimină spațiile de la capăt"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Elimină spațiile inutile de la capăt din fișier"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Execută o comandă"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Execută o comandă specifică și copiază rezultatul într-un document nou"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Trimite către fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Lipește textul selectat sau documentul actual la fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Unelte externe"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Execută comenzi externe și scripturi shell."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Dacă să se utilizeze fontul sistemului"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Dacă este adevărat, instrumentele externe vor utiliza fontul standard al "
+"desktopului în cazul în care este monospațiat (sau fontul cel mai asemănător "
+"pe care îl poate găsi)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Un nume de font Pango. De ex. „Sans 12” sau „Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Administrare unelte _externe…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Unel_te externe"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Nu s-a putut executa comanda: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr ""
+"Trebuie să fiți în interiorul unui cuvânt pentru a executa această comandă"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Unealtă de executare:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Realizat."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Terminat"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Toate limbile"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Toate limbile"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Unealtă nouă"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Acest accelerator este deja asociat cu %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Introduceți un nou accelerator sau apăsați tasta [Backspace] pentru ștergere"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Introduceți un nou accelerator"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Oprit."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Unealtă de oprire"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Disponibil permanent"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Toate documentele"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Toate documentele, cu excepția celor nedenumite"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Doar fișierele locale"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Doar fișierele de la distanță"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Doar documentele fără titlu"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Documentul curent"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Selecția curentă"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Selecția curentă (implicit, tot documentul)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Rândul curent"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Cuvântul curent"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Afișează în panoul inferior"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Creează un nou document"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Adaugă la documentul curent"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Înlocuiește documentul curent"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Înlocuiește selecția curentă"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Inserează la poziția curentă a cursorului"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Administrare unelte externe"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Adaugă o unealtă nouă"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Adaugă o unealtă"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Elimină unealta selectată"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Elimină unealta"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Unealtă de restaurare"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Unealtă de restaurare"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Tastă _scurtătură:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Salvează:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Intrare:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Ieșire:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplicabilitate:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Ieșire instrument"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panoul de navigare fișiere"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Acces facil la fișiere din panoul lateral."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Acasă"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Sistem de fișiere"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Navigator fișiere"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "A intervenit o eroare la crearea unui dosar nou"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "A intervenit o eroare la crearea unui fișier nou"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "A intervenit o eroare la redenumirea unui fișier sau a unui dosar"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "A intervenit o eroare la ștergerea unui fișier sau a unui dosar"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+"A intervenit o eroare la deschiderea unui dosar în administratorul de fișiere"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "A intervenit o eroare la definirea unui dosar rădăcină"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "A intervenit o eroare la încărcarea unui dosar"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "A intervenit o eroare"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Fișierul nu poate fi mutat la coșul de gunoi;\n"
+"doriți să îl ștergeți definitiv?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Fișierul „%s” nu poate fi mutat la coșul de gunoi."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Fișierele selectate nu pot fi mutate la coșul de gunoi."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Sigur doriți să ștergeți definitiv „%s”?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Sigur doriți ștergerea definitivă a fișierelor selectate?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Dacă ștergeți un element, nu îl veți mai putea recupera."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Gol)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"În prezent, fișierul redenumit este exclus prin filtrare. Pentru a-l face "
+"vizibil, trebuie să modificați opțiunile de filtrare"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Fișier fără titlu"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"În prezent, fișierul nou este exclus prin filtrare. Pentru a-l face vizibil, "
+"trebuie să modificați opțiunile de filtrare"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Dosar fără titlu"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"În prezent, dosarul nou este exclus prin filtrare. Pentru a-l face vizibil, "
+"trebuie să modificați opțiunile de filtrare"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Favorite"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Nu exită obiect de montare pentru volumul montat: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Nu s-a putut deschide mediul de stocare: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Nu s-a putut monta volumul: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Eroare la încărcarea „%s”: Dosarul nu există"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Deschide cu vizualizarea arbore"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Deschide vizualizarea arbore când este încărcat modulul de navigare în "
+"fișiere, în locul vizualizării favoritelor"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Dosar rădăcină al navigatorului de fișiere"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Dosarul rădăcină al navigatorului de fișiere ce va fi utilizat la încărcarea "
+"modulului de navigare în fișiere când onload/tree_view este definit la TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Dosar rădăcină virtual al navigatorului de fișiere"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Dosarul rădăcină virtual al navigatorului de fișiere ce va fi utilizat la "
+"încărcarea modulului de navigare în fișiere când onload/tree_view este "
+"definit la TRUE. Dosarul rădăcină virtual trebuie să fie tot timpul sub "
+"rădăcina actuală."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Activează restaurarea adreselor de la distanță"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Stabilește activarea restaurării locațiilor de la distanță."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Definește locația la primul document"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Dacă este definit ca TRUE, modulul de navigare în fișiere va vizualiza "
+"dosarul primului document deschis, atâta timp cât navigatorul de fișiere n-a "
+"fost încă utilizat. (Aceasta se aplică, în general, la deschiderea unui "
+"document din linia de comandă sau cu Nautilus etc.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Mod filtrare navigator fișiere"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Această valoare determină ce fișiere vor fi filtrate în navigatorul de "
+"fișiere. Valori valide sunt: „none” (nu filtrează nimic), „hide-"
+"hidden” (filtrează fișierele ascunse) și „hide-binary” (filtrează fișierele "
+"binare)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Model filtrare navigator fișiere"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Modelul pentru filtrarea din navigatorul de fișiere. Acest filtru acționează "
+"peste filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Modele binare ale navigatorului de fișiere"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Modele suplimentare de folosit în cazul filtrării fișierelor binare."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Definește rădăcina la documentul activ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Dosar _nou"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "F_ișier nou"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Redenumește…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Mută la coșul de gunoi"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Actualizează a_fișarea"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Vizualizare dosar"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Deschide un terminal aici"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filtru"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Afișează a_scunse"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Afișează fișiere _binare"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Potrivește numele de fișier"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Istoric"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Deschide meniul istoricului"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Linii de mod (modelines)"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+"Suport gedit pentru linii de mod (modelines) în stilul Emacs, Kate și Vim."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Culoare text comandă"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Culoarea textului comenzilor"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Culoare text eroare"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Culoarea textului erorilor"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Dacă este adevărat, terminalul va utiliza fontul standard al desktopului în "
+"cazul în care este monospațiat (sau fontul cel mai asemănător pe care îl "
+"poate găsi)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Culoare c_omandă:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Culoare _eroare:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Consolă Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Consolă Python interactivă în panoul inferior."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Evidențiere rapidă"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Evidențiază fiecare apariție a textului selectat."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Deschidere rapidă…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Deschidere rapidă"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Deschidere rapidă a fișierelor."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Tastați pentru a căuta…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Admini_strează fragmente…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Fragmente de text"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Nu s-a putut crea arhiva „%s”"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Dosarul destinație „%s” nu există"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Dosarul destinație „%s” nu este un dosar valid"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Fișierul „%s” nu există"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Fișierul „%s” nu este un fișier valid de fragmente"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Fișierul importat „%s” nu este un fișier valid de fragmente"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Arhiva „%s” nu a putut fi extrasă"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Următoarele fișiere nu au putut fi importate: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Fișierul „%s” nu este o arhivă validă de fragmente"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arhivă fragmente"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Adaugă un nou fragment de text…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Refă fragmentul selectat"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Șterge fragment selectat"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Acesta nu este un declanșator valid de tab. Declanșatoarele pot conține "
+"caractere alfanumerice (sau _, : și .) sau un singur (non-alfanumeric) "
+"caracter precum: {, [, etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Un singur cuvânt care activează fragmentul după ce se apasă tasta TAB"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "S-a produs următoarea eroare la importare: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Import finalizat cu succes"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importă fragmente"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Toate arhivele suportate"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Arhivă Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Arhivă comprimată bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Un singur fișier cu fragmente"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Toate fișierele"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "S-a produs următoarea eroare la exportare: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Export finalizat cu succes"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Doriți să includeți în export fragmentele <b>sistem</b> selectate?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Nu au fost selectate fragmente pentru exportare"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Export fragmente"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Introduceți o nouă combinație de taste sau apăsați [Backspace] pentru "
+"ștergere"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Introduceți o nouă combinație de taste"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Execuția comenzii Python (%s) a depășit timpul maxim; execuția a fost "
+"abandonată."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Execuția comenzii Python (%s) a eșuat: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Inserați fragmente de text folosite des, într-un mod rapid."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Administrează fragmente"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Creează fragment nou"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Adaugă fragmente"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Elimină fragmente"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importă fragmente"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exportă fragmentele selectate"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exportă fragmente"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Activare"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Declanșator _tab:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Tastă _scurtătură:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Combinația de taste cu care se activează fragmentul"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Aban_donează țintele:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Sortare…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sortare"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Ordine _inversă"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Șt_erge duplicatele"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "M_ajuscule semnificative"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Î_ncepe de la coloana:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sortare"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Sortează un document sau un text selectat."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Verifi_că ortografia…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Definește _limba…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "E_vidențiază cuvintele ortografiate greșit"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Evidențiază cuvintele ortografiate greșit"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr ""
+"Configurare implicită pentru evidențierea cuvintelor ortografiate greșit."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Configurează modulul de ortografiere"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Implicite pentru documente noi"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Verificare ortografică"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Verifică ortografia documentului curent."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "In_serare dată și oră…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Formate disponibile"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Tip prompt"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Dacă utilizatorul ar trebui să fie întrebat ce format să se utilizeze sau "
+"dacă se utilizează formatul selectat sau un format personalizat."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Format selectat"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Format selectat utilizat când se inserează data/ora."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Format personalizat"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Format personalizat utilizat când se inserează data/ora."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Inserare dată și oră"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Utilizează formatul _selectat"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Utilizează un format personalizat"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Inserează"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Configurați modulul „Inserare dată și oră”"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Când se inserează data/ora…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Solicită un format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Inserare dată și oră"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Inserează data și ora curentă la poziția cursorului."
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Codare caracter:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Sfârșit de rând:"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Dosarul „%s” nu a putut fi creat: g_mkdir_with_parents() a eșuat: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "A_daugă schema"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit este editorul de text oficial al mediului de birou GNOME. Deși "
+#~ "vizează simplicitatea și ușurința în utilizare, gedit este un puternic "
+#~ "editor general de texte."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Chiar dacă scrieți următorul bestseller, programați o aplicație "
+#~ "inovativă, sau pur și simplu scrieți doar câteva notițe, gedit va fi o "
+#~ "unealtă pe care vă puteți baza pentru a vă îndeplini scopul."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Sistemul său flexibil, de module, vă permite să personalizați și să "
+#~ "adaptați aplicația la stilul personal de lucru."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Lista modulelor active. Conține „Locația” modulelor active. Pentru a "
+#~ "obține „Locația” unui anumit modul, consultați fișierul .gedit-plugin."
+
+#~ msgid "Check update"
+#~ msgstr "Verifică actualizare"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Verifică disponibilitatea unei versiuni noi de gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "S-a produs o eroare la afișarea URI-ului."
+
+#~ msgid "_Download"
+#~ msgstr "_Descarcă"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignoră versiunea"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Există o versiune mai nouă de gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Puteți să descărcați noua versiune de gedit apăsând pe butonul de "
+#~ "descărcare sau puteți să ignorați versiunea aceasta și să așteptați alta "
+#~ "nouă"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Versiune de ignorat"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Versiunea ignorată până la lansarea unei versiuni mai noi."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Afișează harta de ansamblu"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Dacă gedit ar trebui să afișeze harta de ansamblu pentru document."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Bara de unelte este vizibilă"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr ""
+#~ "Specifică dacă bara de unelte ar trebui să fie vizibilă în ferestrele de "
+#~ "editare."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Numărul maxim de fișiere recente"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Specifică numărul maxim de fișiere deschise recent care vor fi afișate în "
+#~ "submeniul „Fișiere recente”."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Modificările aduse documentului „%s” vor fi pierdute definitiv."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Salvarea a fost dezactivată de către administratorul de sistem."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Modificările pentru un document vor fi pierdute definitiv."
+#~ msgstr[1] "Modificările pentru %d documente vor fi pierdute definitiv."
+#~ msgstr[2] "Modificările pentru %d de documente vor fi pierdute definitiv."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Docum_ente cu modificări nesalvate:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Deschide"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Nu sunt schimbări care trebuie salvate"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Locația „%s” nu este accesibilă momentan."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Sistemul este în mod deconectat. Verificați setările de rețea."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "Nu m_odifica"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Acest fișier „%s” este deja deschis în altă fereastră gedit."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Doriți să-l modificați oricum?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Nu s-a putut crea o copie de siguranță la salvarea „%s”"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "Nu s-a putut crea o copie temporară de siguranță la salvarea „%s”"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Nu s-a putut crea o copie de siguranță a variantei vechi a fișierului "
+#~ "înainte de salvarea celei noi. Puteți ignora această avertizare și salva "
+#~ "oricum fișierul, însă în eventualitatea producerii unei erori la salvare, "
+#~ "ați putea pierde vechea copie a fișierului. Doriți să salvați oricum?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Fișierul „%s” a fost modificat pe disc."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Anulează schimbările și _reîncarcă"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "S-au detectat caractere nevalide în timp ce se salva „%s”"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Dacă salvați acest fișier riscați să corupeți documentul. Salvați oricum?"
+
+#~ msgid "No results"
+#~ msgstr "Niciun rezultat"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Alte _Documente…"
+
+#~ msgid "Open another file"
+#~ msgstr "Deschide alt fișier"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Afișează _harta de ansamblu"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Îmbină liniile selectate"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Insert timestamp"
+#~ msgstr "Introduce data și ora"
+
+#~ msgid "Open"
+#~ msgstr "Deschide"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Deschide un dialog de fișier"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Verificați instalarea."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr ""
+#~ "Nu s-a putut deschide fișierul %s din interfața pentru utilizator. "
+#~ "Eroare: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Nu s-a putut găsi obiectul „%s” în fișierul %s."
+
+#~ msgid "Tools"
+#~ msgstr "Unelte"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Editor de text gedit"
+
+#~ msgid "_About"
+#~ msgstr "_Despre"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignoră"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Administrare unelte _externe..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Deschidere rapidă..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Admini_strează fragmente de text..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_Verifică ortografia..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Definește _limba..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "In_serează data și ora..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Deschide o fereastră nouă"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Deschide un document nou"
+
+# LG: nu sunt foarte sigur pe traducerea asta
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Setează dimensiunea și poziția ferestrei (LĂȚIMExÎNĂLȚIME+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRIE"
+
+#~ msgid "Question"
+#~ msgstr "Întrebare"
+
+#~ msgid "Help"
+#~ msgstr "Ajutor"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(nici o sugestie)"
+
+#~ msgid "_More..."
+#~ msgstr "_Mai mult..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignoră tot"
+
+#~ msgid "_Add"
+#~ msgstr "Ada_ugă"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Sugestii ortografice..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Eroare la verificarea ortografică a cuvântului „%s”: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Eroare:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Verificarea ortografică s-a terminat"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Niciun cuvânt ortografiat greșit"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(ortografie corectă)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Sugestii"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Necunoscut (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Implicită"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Selectați _limba documentului curent."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Cuvânt ortografiat greșit:"
+
+#~ msgid "word"
+#~ msgstr "cuvânt"
+
+#~ msgid "Change _to:"
+#~ msgstr "Schimbă î_n:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Verifică _cuvântul"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Sugestii:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignoră _tot"
+
+#~ msgid "Cha_nge"
+#~ msgstr "_Schimbă"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Schimbă t_ot"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Dicționar personal:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Adaugă cu_vântul"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Codificări detectate automat"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista de codificări utilizate de gedit pentru autodetecția codificării "
+#~ "unui fișier. „CURRENT” este codificarea locală curentă. Sunt utilizate "
+#~ "doar codificările recunoscute."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Codificări afișate în meniu"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista codificărilor afișate în meniul „Codare caracter” din fereastra de "
+#~ "selectare Deschide/Salvează fișier. Sunt utilizate numai codificările "
+#~ "recunoscute."
+
+#~ msgid "RO"
+#~ msgstr "Doar citire"
+
+#~ msgid "Character encodings"
+#~ msgstr "Codificări caractere"
+
+#~ msgid "_OK"
+#~ msgstr "_OK"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Codificări afișate în me_niu:"
+
+#~ msgid "P_revious Page"
+#~ msgstr "Pagina p_recedentă"
+
+#~ msgid "_Next Page"
+#~ msgstr "Pagina _următoare"
+
+#~ msgid "Replace"
+#~ msgstr "Înlocuiește"
+
+#~ msgid "_Search for: "
+#~ msgstr "Cau_tă: "
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Ignoră majusculele"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Nu puteți anula o operație de sortare"
+
+#~ msgid "Set language"
+#~ msgstr "Definire limbă"
+
+#~ msgid "Languages"
+#~ msgstr "Limbi"
+
+#~ msgid "The document is empty."
+#~ msgstr "Acest document este gol."
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "Lista schemelor VFS pe care gedit le suportă la scriere. Schema „file” "
+#~ "este disponibilă implicit pentru scriere."
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Numărul maxim de acțiuni pe care gedit le va putea anula sau reface. "
+#~ "Utilizați „-1” pentru un număr nelimitat de acțiuni. Opțiune neutilizată "
+#~ "din versiunea 2.12.0"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Numărul maxim al acțiunilor de anulare (OPȚIUNE ÎNVECHITĂ)"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Specifică dacă gedit ar trebui să creeze cópii de siguranță pentru "
+#~ "fișierele pe care le salvează. Puteți defini extensia pentru fișierele de "
+#~ "siguranță cu ajutorul opțiunii „Extensia copiei de siguranță”."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Scheme VFS disponibile pentru scriere"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Ieși _fără a salva"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Preferințe gedit"
+
+#~ msgid "_Add..."
+#~ msgstr "_Adaugă..."
+
+#~ msgid "Replace All"
+#~ msgstr "Înlocuiește tot"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Execută gedit în fundal"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Editare fișiere text"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Executați „%s --help” pentru a vedea lista tuturor opțiunilor disponibile "
+#~ "pentru linia de comandă.\n"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Vestică"
+
+#~ msgid "Central European"
+#~ msgstr "Central-europeană"
+
+#~ msgid "South European"
+#~ msgstr "Sud-europeană"
+
+#~ msgid "Baltic"
+#~ msgstr "Baltică"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Chirilică"
+
+#~ msgid "Arabic"
+#~ msgstr "Arabă"
+
+#~ msgid "Greek"
+#~ msgstr "Greacă"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Ebraică vizuală"
+
+#~ msgid "Turkish"
+#~ msgstr "Turcă"
+
+#~ msgid "Nordic"
+#~ msgstr "Nordică"
+
+#~ msgid "Celtic"
+#~ msgstr "Celtică"
+
+#~ msgid "Romanian"
+#~ msgstr "Română"
+
+#~ msgid "Armenian"
+#~ msgstr "Armeană"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Chineză tradițională"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Chirilică/Rusă"
+
+#~ msgid "Japanese"
+#~ msgstr "Japoneză"
+
+#~ msgid "Korean"
+#~ msgstr "Coreeană"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Chineză simplificată"
+
+#~ msgid "Georgian"
+#~ msgstr "Georgiană"
+
+#~ msgid "Hebrew"
+#~ msgstr "Ebraică"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Chirilică/Ucrainiană"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vietnameză"
+
+#~ msgid "Thai"
+#~ msgstr "Thailandeză"
+
+#~ msgid "Unknown"
+#~ msgstr "Necunoscută"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "Locația fișierului nu poate fi accesată doarece nu este montată."
+
+#~ msgid "The file is too big."
+#~ msgstr "Fișierul este prea mare."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit a deschis această instanță a fișierului într-un mod ne-editabil. "
+#~ "Doriți să îl editați oricum?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr ""
+#~ "Doriți să renunțați la modificările efectuate și să reîncărcați fișierul?"
+
+#~ msgid "Empty"
+#~ msgstr "Gol"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "_Open..."
+#~ msgstr "_Deschide..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Pr_eferințe"
+
+#~ msgid "Configure the application"
+#~ msgstr "Configurare aplicație"
+
+#~ msgid "_Contents"
+#~ msgstr "_Conținut"
+
+#~ msgid "Save _As..."
+#~ msgstr "Salvează c_a..."
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Revino la o versiune salvată a fișierului"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Pre_vizualizare tipărire"
+
+#~ msgid "Print preview"
+#~ msgstr "Previzualizare tipărire"
+
+#~ msgid "_Print..."
+#~ msgstr "Ti_părește..."
+
+#~ msgid "Undo the last action"
+#~ msgstr "Anulează ultima acțiune"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Refă ultima acțiune anulată"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Taie selecția"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Copiază selecția"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Șterge textul selectat"
+
+#~ msgid "_Find..."
+#~ msgstr "Cau_tă..."
+
+#~ msgid "Search for text"
+#~ msgstr "Caută text"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Caută înainte după același text"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Caută în sens invers după același text"
+
+#~ msgid "_Replace..."
+#~ msgstr "Î_nlocuiește..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Caută și înlocuiește un text"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Elimină evidențierea rezultatelor căutării"
+
+#~ msgid "Go to _Line..."
+#~ msgstr "Du-te _la rândul..."
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Du-te la un anumit rând"
+
+#~ msgid "Save all open files"
+#~ msgstr "Salvează toate fișierele deschise"
+
+#~ msgid "Close all open files"
+#~ msgstr "Închide toate fișierele deschise"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Activează documentul precedent"
+
+#~ msgid "Activate next document"
+#~ msgstr "Activează documentul următor"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Mută documentul curent într-o fereastră nouă"
+
+#~ msgid "Close the current file"
+#~ msgstr "Închide fișierul curent"
+
+#~ msgid "Quit the program"
+#~ msgstr "Ieșire din program"
+
+#~ msgid "_Toolbar"
+#~ msgstr "Bara de _unelte"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Arată sau ascunde bara de unelte în fereastra curentă"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Arată sau ascunde bara de stare în fereastra curentă"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Editare text pe tot ecranul"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Arată sau ascunde panoul lateral în fereastra curentă"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Arată sau ascunde panoul inferior în fereastra curentă"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Dezactivează evidențierea sintaxei"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Deschide „%s”"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Activează „%s”"
+
+#~ msgid "About gedit"
+#~ msgstr "Despre gedit"
+
+#~ msgid "Change Case"
+#~ msgstr "Inversează mărimea"
+
+#~ msgid "C_hange Case"
+#~ msgstr "In_versează mărimile"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Toate _majuscule"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Toate _normale"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Inversează mărimile în textul selectat"
+
+#~ msgid "_Title Case"
+#~ msgstr "Majuscule pentru _titlu"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Transformă în majusculă prima literă a fiecărui cuvânt selectat"
+
+#~ msgid "File Name"
+#~ msgstr "Nume fișier"
+
+#~ msgid "_Update"
+#~ msgstr "_Actualizare"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Obține informații statistice despre documentul curent"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "Administrator unelte externe"
+
+#~ msgid "_Shortcut Key:"
+#~ msgstr "Tastă _scurtătură:"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Deschide administratorul de unelte externe"
+
+#~ msgid "External tools"
+#~ msgstr "Unelte externe"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Definește rădăcina la locația documentului activ"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Deschide un terminal în dosarul curent"
+
+#~ msgid "file"
+#~ msgstr "fișier"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Mută fișierul sau dosarul selectat la coșul de gunoi"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Șterge fișierul sau dosarul selectat"
+
+#~ msgid "Open selected file"
+#~ msgstr "Deschide fișierul selectat"
+
+#~ msgid "Up"
+#~ msgstr "Sus"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Deschide dosarul părinte"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Adaugă un dosar nou gol"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Adaugă un fișier nou gol"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Redenumește fișierul sau dosarul selectat"
+
+#~ msgid "_Previous Location"
+#~ msgstr "Adresa _precedentă"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Salt la adresa precedentă vizitată"
+
+#~ msgid "_Next Location"
+#~ msgstr "Adresa _următoare"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Salt la adresa următoare vizitată"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Actualizează afișarea"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Vizualizează dosarul în administratorul de fișiere"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Afișează fișierele sau dosarele ascunse"
+
+#~ msgid "Show binary files"
+#~ msgstr "Afișează fișierele binare"
+
+#~ msgid "Previous location"
+#~ msgstr "Adresa precedentă"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Salt la o adresă deschisă anterior"
+
+#~ msgid "Next location"
+#~ msgstr "Adresa următoare"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Fragmente de text:"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Sortează documentul sau selecția curentă"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Verifică documentul curent pentru greșeli de ortografie"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Verifică automat ortografia documentului curent"
+
+#~ msgid "Language"
+#~ msgstr "Limbă"
+
+#~ msgid "Language:"
+#~ msgstr "Limbă:"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Inserează data și ora curentă la poziția cursorului"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Păstrează un jurnal al deschiderilor și închiderilor documentelor "
+#~ "utilizate cu gedit"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Furnizor de date Zeitgeist"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"system\" to use the "
+#~ "system's default style, \"icons\" to display icons only, \"icons-and-text"
+#~ "\" to display both icons and text, and \"icons-both-horiz\" to display "
+#~ "prioritized text beside icons. Note that the values are case-sensitive, "
+#~ "so make sure they appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Stilul pentru butoanele din bara de unelte. Valorile posibile sunt: "
+#~ "„system” pentru stilul implicit al sistemului, „icons” pentru a afișa "
+#~ "doar iconurile, „icons-and-text” pentru a afișa atât iconuri, cât și "
+#~ "text, „icons-both-horiz” pentru a afișa text prioritar lângă iconuri. "
+#~ "Valorile sunt sensibile la majuscule; asigurați-vă că apar exact așa cum "
+#~ "sunt menționate aici."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Stil pentru bara de unelte"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "Nu se poate detecta automat codificarea"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "Căutare _incrementală..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "Caută textul incremental"
+
+#~ msgid "Quick open"
+#~ msgstr "Deschidere rapidă"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Deschidere rapidă a documentelor"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Administrator fragmente de text"
+
+#~ msgid "Tags"
+#~ msgstr "Etichete"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "Selectați grupul de etichete pe care doriți să-l utilizați"
+
+#~ msgid "_Preview"
+#~ msgstr "_Previzualizare"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "Lista de etichete disponibile"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "Formă abreviată"
+
+#~ msgid "Abbreviation"
+#~ msgstr "Abreviere"
+
+#~ msgid "Above"
+#~ msgstr "Sus"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "Caracter pentru cheie de accesibilitate"
+
+#~ msgid "Acronym"
+#~ msgstr "Acronim"
+
+#~ msgid "Align"
+#~ msgstr "Aliniere"
+
+#~ msgid "Alignment character"
+#~ msgstr "Caracter de aliniere"
+
+#~ msgid "Alternative"
+#~ msgstr "Alternativă"
+
+#~ msgid "Anchor"
+#~ msgstr "Ancoră"
+
+#~ msgid "Anchor URI"
+#~ msgstr "URI ancoră"
+
+#~ msgid "Applet class file code"
+#~ msgstr "Fișier cod clasă applet"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "Fișier cod clasă applet (depășit)"
+
+#~ msgid "Array"
+#~ msgstr "Vector"
+
+#~ msgid "Associated information"
+#~ msgstr "Informații asociate"
+
+#~ msgid "Author info"
+#~ msgstr "Info autor"
+
+#~ msgid "Axis related headers"
+#~ msgstr "Antete legate de axă"
+
+#~ msgid "Background color"
+#~ msgstr "Culoare fundal"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "Culoare fundal (depășit)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "Textură fundal"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "Textură fundal (depășit)"
+
+#~ msgid "Base URI"
+#~ msgstr "URI de bază"
+
+#~ msgid "Base font"
+#~ msgstr "Font de bază"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "Font de bază (depășit)"
+
+#~ msgid "Bold"
+#~ msgstr "Aldin"
+
+#~ msgid "Border"
+#~ msgstr "Chenar"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "Chenar (depășit)"
+
+#~ msgid "Border color"
+#~ msgstr "Culoare chenar"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "Expansiune rânduri celulă"
+
+#~ msgid "Center"
+#~ msgstr "Centru"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "Centrare (depășit)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "Codarea de caractere a resursei legate"
+
+#~ msgid "Checked (state)"
+#~ msgstr "Bifat (stare)"
+
+#~ msgid "Checked state"
+#~ msgstr "Stare bifată"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "Menționați motivul schimbării"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "ID implementare clasă"
+
+#~ msgid "Class list"
+#~ msgstr "Listă clase"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "Control resetare aranjare text"
+
+#~ msgid "Code content type"
+#~ msgstr "Tip cod conținut"
+
+#~ msgid "Color of selected links"
+#~ msgstr "Culoare legături selectate"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "Culoare legături selectate (depășit)"
+
+#~ msgid "Column span"
+#~ msgstr "Expansiune coloană"
+
+#~ msgid "Columns"
+#~ msgstr "Coloane"
+
+#~ msgid "Comment"
+#~ msgstr "Comentariu"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "Fragment cod calculator"
+
+#~ msgid "Content type"
+#~ msgstr "Tip conținut"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "Tip conținut (depășit)"
+
+#~ msgid "Coordinates"
+#~ msgstr "Coordonate"
+
+#~ msgid "DIV Style container"
+#~ msgstr "Container stil DIV"
+
+#~ msgid "DIV container"
+#~ msgstr "Container DIV"
+
+#~ msgid "Date and time of change"
+#~ msgstr "Data și ora modificării"
+
+#~ msgid "Declare flag"
+#~ msgstr "Indicator declarație"
+
+#~ msgid "Defer attribute"
+#~ msgstr "Atribut deferire"
+
+#~ msgid "Definition description"
+#~ msgstr "Descriere definiție"
+
+#~ msgid "Definition list"
+#~ msgstr "Listă definiții"
+
+#~ msgid "Definition term"
+#~ msgstr "Termen definiție"
+
+#~ msgid "Deleted text"
+#~ msgstr "Text șters"
+
+#~ msgid "Direction"
+#~ msgstr "Direcție"
+
+#~ msgid "Directionality"
+#~ msgstr "Direcție"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "Direcție (depășit)"
+
+#~ msgid "Directory list"
+#~ msgstr "Listă dosare"
+
+#~ msgid "Disabled"
+#~ msgstr "Dezactivat"
+
+#~ msgid "Document base"
+#~ msgstr "Bază document"
+
+#~ msgid "Document body"
+#~ msgstr "Corp document"
+
+#~ msgid "Document head"
+#~ msgstr "Antet document"
+
+#~ msgid "Document title"
+#~ msgstr "Titlu document"
+
+#~ msgid "Element ID"
+#~ msgstr "ID element"
+
+#~ msgid "Embedded object"
+#~ msgstr "Obiect înglobat"
+
+#~ msgid "Emphasis"
+#~ msgstr "Accentuare"
+
+#~ msgid "Encode type"
+#~ msgstr "Tip codificare"
+
+#~ msgid "Figure"
+#~ msgstr "Figură"
+
+#~ msgid "Font face"
+#~ msgstr "Nume font"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "Aspect font (depășit)"
+
+#~ msgid "For label"
+#~ msgstr "Etichetă pentru"
+
+#~ msgid "Forced line break"
+#~ msgstr "Sfârșit de rând forțat"
+
+#~ msgid "Form"
+#~ msgstr "Formular"
+
+#~ msgid "Form action handler"
+#~ msgstr "Operator de acțiuni în formular"
+
+#~ msgid "Form control group"
+#~ msgstr "Grup de controale în formular"
+
+#~ msgid "Form field label text"
+#~ msgstr "Text etichetare câmp în formular"
+
+#~ msgid "Form input"
+#~ msgstr "Intrare formular"
+
+#~ msgid "Form input type"
+#~ msgstr "Tip intrare formular"
+
+#~ msgid "Form method"
+#~ msgstr "Metodă a formularului"
+
+#~ msgid "Forward link"
+#~ msgstr "Legătură redirecționare"
+
+#~ msgid "Frame"
+#~ msgstr "Cadru"
+
+#~ msgid "Frame border"
+#~ msgstr "Margine cadru"
+
+#~ msgid "Frame render parts"
+#~ msgstr "Porțiuni cadru de afișat"
+
+#~ msgid "Frame source"
+#~ msgstr "Sursă cadru"
+
+#~ msgid "Frame spacing"
+#~ msgstr "Spațiere cadru"
+
+#~ msgid "Frame target"
+#~ msgstr "Țintă cadru"
+
+#~ msgid "Frameborder"
+#~ msgstr "Margine cadru"
+
+#~ msgid "Frameset"
+#~ msgstr "Set de cadre"
+
+#~ msgid "Frameset columns"
+#~ msgstr "Coloane set de cadre"
+
+#~ msgid "Frameset rows"
+#~ msgstr "Rânduri set de cadre"
+
+#~ msgid "Framespacing"
+#~ msgstr "Spațiere cadru"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "Obiect generic înglobat"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "Metainformații generice"
+
+#~ msgid "HREF URI"
+#~ msgstr "URI HREF"
+
+#~ msgid "HTML root element"
+#~ msgstr "Element rădăcină HTML"
+
+#~ msgid "HTML version"
+#~ msgstr "Versiune HTML"
+
+#~ msgid "HTML — Special Characters"
+#~ msgstr "HTML — caractere speciale"
+
+#~ msgid "HTML — Tags"
+#~ msgstr "HTML — taguri"
+
+#~ msgid "HTTP header name"
+#~ msgstr "Nume antet HTTP"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "Identificatoare celule antet"
+
+#~ msgid "Heading"
+#~ msgstr "Subtitlu"
+
+#~ msgid "Heading 1"
+#~ msgstr "Subtitlu 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "Subtitlu 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "Subtitlu 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "Subtitlu 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "Subtitlu 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "Subtitlu 6"
+
+#~ msgid "Height"
+#~ msgstr "Înălțime"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "Linie orizontală"
+
+#~ msgid "Horizontal space"
+#~ msgstr "Spațiu orizontal"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "Spațiu orizontal (depășit)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "Suprascriere BiDi I18N"
+
+#~ msgid "Image"
+#~ msgstr "Imagine"
+
+#~ msgid "Image map"
+#~ msgstr "Hartă imagine"
+
+#~ msgid "Image map area"
+#~ msgstr "Zonă hartă imagine"
+
+#~ msgid "Image map name"
+#~ msgstr "Nume hartă imagine"
+
+#~ msgid "Image source"
+#~ msgstr "Sursă imagine"
+
+#~ msgid "Inline frame"
+#~ msgstr "Cadru intercalat"
+
+#~ msgid "Inline layer"
+#~ msgstr "Strat intercalat"
+
+#~ msgid "Instance definition"
+#~ msgstr "Definiție instanță"
+
+#~ msgid "Italic text"
+#~ msgstr "Text italic"
+
+#~ msgid "Java applet"
+#~ msgstr "Applet Java"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Applet Java (depășit)"
+
+#~ msgid "Label"
+#~ msgstr "Etichetă"
+
+#~ msgid "Language code"
+#~ msgstr "Cod limbaj"
+
+#~ msgid "Large text style"
+#~ msgstr "Stil text mărit"
+
+#~ msgid "Layer"
+#~ msgstr "Strat"
+
+#~ msgid "Link color"
+#~ msgstr "Culoare legătură"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "Culoare legătură (depășit)"
+
+#~ msgid "List item"
+#~ msgstr "Element din listă"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "Lista tipurilor MIME pentru încărcare fișiere"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "Lista seturilor de caractere suportate"
+
+#~ msgid "Listing"
+#~ msgstr "Listă"
+
+#~ msgid "Local change to font"
+#~ msgstr "Schimbare locală font"
+
+#~ msgid "Long description link"
+#~ msgstr "Legătură descriere lungă"
+
+#~ msgid "Long quotation"
+#~ msgstr "Citat lung"
+
+#~ msgid "Mail link"
+#~ msgstr "Legătură email"
+
+#~ msgid "Marquee"
+#~ msgstr "Text derulant"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "Lungime maximă a câmpului text"
+
+#~ msgid "Media-independent link"
+#~ msgstr "Legătură independentă de media"
+
+#~ msgid "Menu list"
+#~ msgstr "Listă meniu"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "Listă meniu (depășit)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "Câmp de text cu mai multe rânduri"
+
+#~ msgid "Multicolumn"
+#~ msgstr "Cu mai multe coloane"
+
+#~ msgid "Multiple"
+#~ msgstr "Multiplu"
+
+#~ msgid "Name"
+#~ msgstr "Nume"
+
+#~ msgid "Named property value"
+#~ msgstr "Valoare proprietate denumită"
+
+#~ msgid "Next ID"
+#~ msgstr "ID următor"
+
+#~ msgid "No URI"
+#~ msgstr "Fără URI"
+
+#~ msgid "No embedded objects"
+#~ msgstr "Fără obiecte înglobate"
+
+#~ msgid "No frames"
+#~ msgstr "Fără cadre"
+
+#~ msgid "No layers"
+#~ msgstr "Fără straturi"
+
+#~ msgid "No line break"
+#~ msgstr "Fără sfârșit de rând"
+
+#~ msgid "No script"
+#~ msgstr "Fără script"
+
+#~ msgid "No shade"
+#~ msgstr "Fără umbră"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "Fără umbră (depășit)"
+
+#~ msgid "No word wrap"
+#~ msgstr "Fără încadrare cuvânt"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "Fără încadrare cuvânt (depășit)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "Spațiu inseparabil"
+
+#~ msgid "Note"
+#~ msgstr "Notă"
+
+#~ msgid "Object applet file"
+#~ msgstr "Fișier obiect applet"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "Fișier obiect applet (depășit)"
+
+#~ msgid "Object data reference"
+#~ msgstr "Referință date obiect"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "Deplasament pentru caracter de aliniere"
+
+#~ msgid "OnBlur event"
+#~ msgstr "Eveniment onBlur"
+
+#~ msgid "OnChange event"
+#~ msgstr "Eveniment onChange"
+
+#~ msgid "OnClick event"
+#~ msgstr "Eveniment onClick"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "Eveniment onDblClick"
+
+#~ msgid "OnFocus event"
+#~ msgstr "Eveniment onFocus"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "Eveniment onKeyDown"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "Eveniment onKeyPress"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "Eveniment onKeyUp"
+
+#~ msgid "OnLoad event"
+#~ msgstr "Eveniment onLoad"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "Eveniment onMouseDown"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "Eveniment onMouseMove"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "Eveniment onMouseOut"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "Eveniment onMouseOver"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "Eveniment onMouseUp"
+
+#~ msgid "OnReset event"
+#~ msgstr "Eveniment onReset"
+
+#~ msgid "OnSelect event"
+#~ msgstr "Eveniment onSelect"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "Eveniment onSubmit"
+
+#~ msgid "OnUnload event"
+#~ msgstr "Eveniment onUnload"
+
+#~ msgid "Option group"
+#~ msgstr "Grup opțiuni"
+
+#~ msgid "Option selector"
+#~ msgstr "Selector opțiuni"
+
+#~ msgid "Ordered list"
+#~ msgstr "Listă ordonată"
+
+#~ msgid "Output media"
+#~ msgstr "Media ieșire"
+
+#~ msgid "Paragraph"
+#~ msgstr "Paragraf"
+
+#~ msgid "Paragraph class"
+#~ msgstr "Clasă paragraf"
+
+#~ msgid "Paragraph style"
+#~ msgstr "Stil paragraf"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "Listă preformatată"
+
+#~ msgid "Preformatted text"
+#~ msgstr "Text preformatat"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "Dicționar de metainformații ale profilului"
+
+#~ msgid "Prompt message"
+#~ msgstr "Mesaj de înștiințare"
+
+#~ msgid "Push button"
+#~ msgstr "Buton apăsare"
+
+#~ msgid "Quote"
+#~ msgstr "Citat"
+
+#~ msgid "Range"
+#~ msgstr "Interval"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "Text și parolă ReadOnly"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "Spațiere redusă"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "Spațiere redusă (depășit)"
+
+#~ msgid "Reverse link"
+#~ msgstr "Legătură inversă"
+
+#~ msgid "Root"
+#~ msgstr "Rădăcină"
+
+#~ msgid "Rows"
+#~ msgstr "Rânduri"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "Marcaje între rânduri și coloane"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "Rezultatul programului exemplu, scripturi"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "Zonă cuprinsă în celulele antet"
+
+#~ msgid "Script language name"
+#~ msgstr "Nume limbaj script"
+
+#~ msgid "Script statements"
+#~ msgstr "Instrucțiuni script"
+
+#~ msgid "Scrollbar"
+#~ msgstr "Bară de derulare"
+
+#~ msgid "Selectable option"
+#~ msgstr "Opțiune selectabilă"
+
+#~ msgid "Server-side image map"
+#~ msgstr "Hartă imagine pe server"
+
+#~ msgid "Shape"
+#~ msgstr "Formă"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "Citat scurt în rând"
+
+#~ msgid "Single line prompt"
+#~ msgstr "Înștiințare pe un singur rând"
+
+#~ msgid "Size"
+#~ msgstr "Dimensiune"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "Dimensiune (depășit)"
+
+#~ msgid "Small text style"
+#~ msgstr "Stil text mic"
+
+#~ msgid "Soft line break"
+#~ msgstr "Sfârșit de linie aproximativ"
+
+#~ msgid "Sound"
+#~ msgstr "Sunet"
+
+#~ msgid "Source"
+#~ msgstr "Sursă"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "Listă de arhive separate prin spații"
+
+#~ msgid "Spacer"
+#~ msgstr "Spațiator"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "Spațiere între celule"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "Spațiere în interiorul celulelor"
+
+#~ msgid "Span"
+#~ msgstr "Delimitare"
+
+#~ msgid "Square root"
+#~ msgstr "Rădăcină pătrată"
+
+#~ msgid "Standby load message"
+#~ msgstr "Mesaj de așteptare a încărcării"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "Număr de pornire a secvenței"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "Număr de pornire a secvenței (depășit)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "Text barat"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "Stil text barat (depășit)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "Stil text barat"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "Stil text barat (depășit)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "Accentuare puternică"
+
+#~ msgid "Style info"
+#~ msgstr "Info stil"
+
+#~ msgid "Subscript"
+#~ msgstr "Indice"
+
+#~ msgid "Superscript"
+#~ msgstr "Exponent"
+
+#~ msgid "Tab order position"
+#~ msgstr "Poziție ordine tab"
+
+#~ msgid "Table"
+#~ msgstr "Tabel"
+
+#~ msgid "Table body"
+#~ msgstr "Corp tabel"
+
+#~ msgid "Table caption"
+#~ msgstr "Descriere tabel"
+
+#~ msgid "Table column group properties"
+#~ msgstr "Proprietăți grup de coloane din tabel"
+
+#~ msgid "Table column properties"
+#~ msgstr "Proprietăți coloane tabel"
+
+#~ msgid "Table data cell"
+#~ msgstr "Celulă de date ale tabelului"
+
+#~ msgid "Table footer"
+#~ msgstr "Subsol tabel"
+
+#~ msgid "Table header"
+#~ msgstr "Antet tabel"
+
+#~ msgid "Table header cell"
+#~ msgstr "Celulă antet tabel"
+
+#~ msgid "Table row"
+#~ msgstr "Rând tabel"
+
+#~ msgid "Table summary"
+#~ msgstr "Sumar tabel"
+
+#~ msgid "Target — Blank"
+#~ msgstr "Destinație — blanc"
+
+#~ msgid "Target — Parent"
+#~ msgstr "Destinație — părinte"
+
+#~ msgid "Target — Self"
+#~ msgstr "Destinație — identică"
+
+#~ msgid "Target — Top"
+#~ msgstr "Destinație — sus"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "Stil text telex sau monospațiat"
+
+#~ msgid "Text"
+#~ msgstr "Text"
+
+#~ msgid "Text color"
+#~ msgstr "Culoare text"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "Culoare text (depășit)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "Text introdus de utilizator"
+
+#~ msgid "Title"
+#~ msgstr "Titlu"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "Stil text subliniat"
+
+#~ msgid "Unordered list"
+#~ msgstr "Listă neordonată"
+
+#~ msgid "Use image map"
+#~ msgstr "Utilizează hartă de imagine"
+
+#~ msgid "Value"
+#~ msgstr "Valoare"
+
+#~ msgid "Value interpretation"
+#~ msgstr "Interpretare valoare"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "Variabilă sau argument program"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "Aliniere verticală celule"
+
+#~ msgid "Vertical space"
+#~ msgstr "Spațiu vertical"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "Spațiu vertical (depășit)"
+
+#~ msgid "Visited link color"
+#~ msgstr "Culoare legătură vizitată"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "Culoare legătură vizitată (depășit)"
+
+#~ msgid "Width"
+#~ msgstr "Lățime"
+
+#~ msgid "XHTML 1.0 — Tags"
+#~ msgstr "XHTML 1.0 — Taguri"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Bibliografie (citat)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Bibliografie (element)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Bibliografie (citat scurt)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Bibliografie (bibliografia)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "Paranteze ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "Paranteze <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "Paranteze []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "Paranteze {}"
+
+#~ msgid "File input"
+#~ msgstr "Intrare fișier"
+
+#~ msgid "Footnote"
+#~ msgstr "Notă de subsol"
+
+#~ msgid "Function cosine"
+#~ msgstr "Funcția cosinus"
+
+#~ msgid "Function e^"
+#~ msgstr "Funcția e^"
+
+#~ msgid "Function exp"
+#~ msgstr "Funcția exp"
+
+#~ msgid "Function log"
+#~ msgstr "Funcția log"
+
+#~ msgid "Function log10"
+#~ msgstr "Funcția log10"
+
+#~ msgid "Function sine"
+#~ msgstr "Funcția sinus"
+
+#~ msgid "Greek alpha"
+#~ msgstr "Alfa grecesc"
+
+#~ msgid "Greek beta"
+#~ msgstr "Beta grecesc"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "Epsilon grecesc"
+
+#~ msgid "Greek gamma"
+#~ msgstr "Gama grecesc"
+
+#~ msgid "Greek lambda"
+#~ msgstr "Lambda grecesc"
+
+#~ msgid "Greek rho"
+#~ msgstr "Rho grecesc"
+
+#~ msgid "Greek tau"
+#~ msgstr "Tau grecesc"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "Antet 0 (capitol)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "Antet 0 (capitol*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "Antet 1 (secțiune)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "Antet 1 (secțiune*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "Antet 2 (subsecțiune)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "Antet 2 (subsecțiune*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "Antet 3 (subsubsecțiune)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "Antet 3 (subsubsecțiune*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "Antet 4 (paragraf)"
+
+#~ msgid "Header appendix"
+#~ msgstr "Anexă antet"
+
+#~ msgid "Item"
+#~ msgstr "Element"
+
+#~ msgid "Item with label"
+#~ msgstr "Element cu etichetă"
+
+#~ msgid "Latex — Tags"
+#~ msgstr "Latex — Taguri"
+
+#~ msgid "List description"
+#~ msgstr "Descriere listă"
+
+#~ msgid "List enumerate"
+#~ msgstr "Enumerare listă"
+
+#~ msgid "List itemize"
+#~ msgstr "Populare listă"
+
+#~ msgid "Maths (display)"
+#~ msgstr "Matematice (afișare)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "Matematică (intercalat)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "Operator fracție"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "Operator integrală (afișare)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "Operator integrală (inline)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "Operator sumă (afișare)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "Operator sumă (inline)"
+
+#~ msgid "Reference label"
+#~ msgstr "Etichetă de referință"
+
+#~ msgid "Reference ref"
+#~ msgstr "Referință „ref”"
+
+#~ msgid "Symbol <<"
+#~ msgstr "Simbol <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "Simbol <="
+
+#~ msgid "Symbol >="
+#~ msgstr "Simbol >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "Simbol >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "Simbol and"
+
+#~ msgid "Symbol const"
+#~ msgstr "Simbol const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "Simbol d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "Simbol d-by-dt-partial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "Simbol d2-by-dt2-partial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "Simbol dagger"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "Simbol cratimă --- (em-dash)"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "Simbol cratimă -- (en-dash)"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "Simbol equiv"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "Simbol infinit"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "Simbol spațiu matematic ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "Simbol spațiu matematic ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "Simbol spațiu matematic _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "Simbol spațiu matematic __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "Simbol simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "Simbol stea"
+
+#~ msgid "Typeface bold"
+#~ msgstr "Font aldin"
+
+#~ msgid "Typeface italic"
+#~ msgstr "Font italic"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "Font înclinat"
+
+#~ msgid "Typeface type"
+#~ msgstr "Tip font"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "Text inseparabil"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "Furnizează o metodă ușoară de a insera într-un document etichete sau "
+#~ "șiruri frecvent utilizate, fără a fi necesar să le tastați."
+
+#~ msgid "Tag list"
+#~ msgstr "Listă etichete"
+
+#~ msgid "XSLT — Axes"
+#~ msgstr "XSLT — Axe"
+
+#~ msgid "XSLT — Elements"
+#~ msgstr "XSLT — Elemente"
+
+#~ msgid "XSLT — Functions"
+#~ msgstr "XSLT — Funcții"
+
+#~ msgid "ancestor"
+#~ msgstr "înaintaș"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "înaintaș-sau-sine"
+
+#~ msgid "attribute"
+#~ msgstr "atribut"
+
+#~ msgid "child"
+#~ msgstr "copil"
+
+#~ msgid "descendant"
+#~ msgstr "descendent"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "descendent-sau-sine"
+
+#~ msgid "following"
+#~ msgstr "următor"
+
+#~ msgid "following-sibling"
+#~ msgstr "următorul-frate"
+
+#~ msgid "namespace"
+#~ msgstr "namespace"
+
+#~ msgid "parent"
+#~ msgstr "părinte"
+
+#~ msgid "preceding"
+#~ msgstr "precedent"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "precedentul-frate"
+
+#~ msgid "self"
+#~ msgstr "sine"
+
+#~ msgid "XUL — Tags"
+#~ msgstr "XUL — Taguri"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr ""
+#~ "Specifică dacă gedit ar trebui să evidențieze perechea parantezei "
+#~ "selectate."
+
+#~ msgid "Plugin"
+#~ msgstr "Modul"
+
+#~ msgid "Enabled"
+#~ msgstr "Activat"
+
+#~ msgid "C_onfigure"
+#~ msgstr "C_onfigurează"
+
+#~ msgid "A_ctivate"
+#~ msgstr "A_ctivează"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Activează _toate"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "_Dezactivează toate"
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "Module acti_ve:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "_Despre modul"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "Config_urare pagină..."
+
+#~ msgid "Set up the page settings"
+#~ msgstr "Definiți caracteristicile paginii"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "Configurare modul „Inserare dată și oră”..."
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "Panoul de jos este vizibil"
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr ""
+#~ "Specifică dacă panoul de la baza ferestrei de editare ar trebui să fie "
+#~ "vizibil."
+
+#~ msgid "Current Line"
+#~ msgstr "Rândul curent"
+
+#~ msgid "Right Margin"
+#~ msgstr "Marginea dreaptă"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "Marginea d_reaptă la coloana:"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[FIȘIER...]"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Nu s-a putut inițializa managerul de preferințe."
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "S-a estimat „%s”, s-a primit „%s” pentru cheia %s"
+
+#~ msgid "Character Codings"
+#~ msgstr "Codări caractere"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "Codare c_aracter:"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">Nume fișier</span>"
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>Limbă</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>cuvânt</b>"
+
+#~ msgid "HttP header name"
+#~ msgstr "Nume antet HTTP"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> La inserare dată și oră...</span>"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Extensia copiei de siguranță"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Extensie sau sufix utilizate pentru numele copiilor de siguranță. Această "
+#~ "opțiune va avea efect doar dacă opțiunea „Creează copii de siguranță“ "
+#~ "este bifată."
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "Nu s-a putut obține un nume pentru copia de siguranță."
+
+#~ msgid "_Indent"
+#~ msgstr "_Indentează"
+
+#~ msgid "U_nindent"
+#~ msgstr "_Deindentează"
+
+#~ msgid "Indent Lines"
+#~ msgstr "Indentează linii"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "Indentează sau deindentează liniile selectate"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>Linie curentă</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>Font</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>Numerotare linii</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">Schemă culoare</span>"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>Fonturi</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>Antet pagină</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>Evidențiere sintaxă</b>"
+
+#~ msgid "Phrase not found"
+#~ msgstr "Frază negăsită"
+
+#~ msgid "Open Location"
+#~ msgstr "Deschide adresa"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "Unealtă de editare <i>%s</i>:"
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "Deschide un fișier dintr-o adresă specificată"
+
+#~ msgid "Open _Location..."
+#~ msgstr "Deschide _adresa..."
+
+#~ msgid "_External Tools..."
+#~ msgstr "Unelte _externe..."
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "Unealtă editare <i>make</i>:"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "Inserează numele utilizatorului la poziția curentă a cursorului"
+
+#~ msgid "User name"
+#~ msgstr "Nume utilizator"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "Co_mandă:"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "Inserează nume _utilizator"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr ""
+#~ "Introduceți _adresa fișierului (URI) pe care doriți să-l deschideți:"
+
+#~ msgid "A Brand New Tool"
+#~ msgstr "O unealtă nou-nouță"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "Inserează numele utilizatorului la poziția curentă a cursorului"
+
+#~ msgid "_Description:"
+#~ msgstr "_Descriere:"
+
+#~ msgid "gtk-revert-to-saved"
+#~ msgstr "gtk-revert-to-saved"
+
+#~ msgid "gedit application"
+#~ msgstr "aplicația gedit"
+
+#~ msgid "gedit automation factory"
+#~ msgstr "Fabrica de automatizare gedit"
+
+#~ msgid "The text \"%s\" was not found."
+#~ msgstr "Textul „%s“ nu a fost găsit."
+
+#~ msgid ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform "
+#~ "its task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+#~ msgstr ""
+#~ "Modulul %s utilizează un program extern, numit <tt>%s</tt>, pentru a "
+#~ "funcționa.\n"
+#~ "\n"
+#~ "Vă rugăm specificați adresa programului <tt>%s</tt>."
+
+#~ msgid "Goto Line"
+#~ msgstr "Du-te la linia"
+
+#~ msgid "_Line number:"
+#~ msgstr "_Număr linie:"
+
+#~ msgid "button1"
+#~ msgstr "button1"
+
+#~ msgid "dialog1"
+#~ msgstr "dialog1"
+
+#~ msgid "Browse for program location..."
+#~ msgstr "Selectați adresa programului..."
+
+#~ msgid "label"
+#~ msgstr "etichetă"
+
+#~ msgid "Open from URI"
+#~ msgstr "Deschide dintr-un URI"
+
+#~ msgid "%s %d"
+#~ msgstr "%s %d"
+
+#~ msgid "Invalid UTF-8 data"
+#~ msgstr "Date UTF-8 invalide"
+
+#~ msgid "Could not read symbolic link information for %s"
+#~ msgstr "Nu s-a putut citi datele legăturii simbolice pentru %s"
+
+#~ msgid "The file has too many symbolic links."
+#~ msgstr "Acest fișier are prea multe legături simbolice."
+
+#~ msgid "gedit cannot handle %s: locations in write mode."
+#~ msgstr "gedit nu poate gestiona %s: locații în modul scriere."
+
+#~ msgid "gedit cannot handle this kind of location in write mode."
+#~ msgstr "gedit nu poate gestiona această adresă în modul scriere."
+
+#~ msgid "A file named \"%s\" already exists.\n"
+#~ msgstr "Un fișier cu numele „%s“ există deja.\n"
+
+#~ msgid "Select a file to open"
+#~ msgstr "Selectați un fișier pentru deschidere"
+
+#~ msgid "Select files to open"
+#~ msgstr "Selectați un fișier pentru deschidere"
+
+#~ msgid "Select a filename to save"
+#~ msgstr "Selectați un nume de fișier pentru salvare"
+
+#~ msgid "Saving document \"%s\"..."
+#~ msgstr "Salvez documentul „%s“..."
+
+#~ msgid "The document \"%s\" has not been saved."
+#~ msgstr "Documentul „%s” nu a fost salvat."
+
+#~ msgid "The document \"%s\" has been saved."
+#~ msgstr "Documentul „%s” a fost salvat."
+
+#~ msgid "Save as..."
+#~ msgstr "Salvează ca..."
+
+#~ msgid "Error reverting the document \"%s\"."
+#~ msgstr "Nu s-a putut restaura documentul „%s“."
+
+#~ msgid "The document \"%s\" has not been reverted."
+#~ msgstr "Documentul „%s” nu a fost restaurat."
+
+#~ msgid "The document \"%s\" has been reverted."
+#~ msgstr "Documentul „%s” a fost restaurat."
+
+#~ msgid "Could not read data from stdin."
+#~ msgstr "Nu s-a putut citi date de la stdin."
+
+#~ msgid "Loaded file \"%s\""
+#~ msgstr "Am încărcat fișierul „%s“"
+
+#~ msgid "Loaded %d file"
+#~ msgid_plural "Loaded %d files"
+#~ msgstr[0] "Am încărcat %d fișier"
+#~ msgstr[1] "Am încărcat %d fișiere"
+#~ msgstr[2] "Am încărcat %d de fișiere"
+
+#~ msgid "Created file \"%s\""
+#~ msgstr "Am creat fișierul „%s“"
+
+#~ msgid "Access was denied."
+#~ msgstr "Accesul a fost interzis."
+
+#~ msgid ""
+#~ "there are too many open files. Please, close some open files and try "
+#~ "again."
+#~ msgstr ""
+#~ "sunt prea multe fișiere deschise. Vă rugăm închideți o parte din "
+#~ "fișierele deschise și încercați din nou."
+
+#~ msgid ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again "
+#~ "selecting a character coding in the 'Open File...' (or 'Open Location') "
+#~ "dialog."
+#~ msgstr ""
+#~ "gedit nu a putut detecta automat codarea caracterelor. Verificați ca nu "
+#~ "cumva să încercați să deschideți un fișier binar și încercați din nou "
+#~ "selectând o codare în dialogul „Deschide...“ (sau „Deschide adresa...“)"
+
+#~ msgid ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File... ' (or 'Open "
+#~ "Location') dialog and try again."
+#~ msgstr ""
+#~ "Vă rugăm verificați faptul că nu încercați să deschideți un fișier binar "
+#~ "și că ați selectat codarea corectă a caracterelor în dialogul „Deschide "
+#~ "fișierul...“ (sau „Deschide adresa“) apoi încercați din nou."
+
+#~ msgid ""
+#~ "The file contains data in an invalid format. Probably, you are trying to "
+#~ "open a binary file."
+#~ msgstr ""
+#~ "Fișierul conține date într-un format invalid. Probabil încercați să "
+#~ "deschideți un fișier binar."
+
+#~ msgid ""
+#~ "Not enough available memory. Please, close some running applications and "
+#~ "try again."
+#~ msgstr ""
+#~ "Nu este suficientă memorie liberă. Vă rugăm închideți o parte din "
+#~ "aplicațiile pornite și încercați din nou."
+
+#~ msgid ""
+#~ "The host name was empty. Please, check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Numele gazdei este gol. Vă rugăm verificați dacă configurările proxy sunt "
+#~ "corecte și încercați din nou."
+
+#~ msgid ""
+#~ "The file contains invalid UTF-8 data. Probably, you are trying to revert "
+#~ "a binary file."
+#~ msgstr ""
+#~ "Fișierul conține date invalide UTF-8. Probabil încercați să restaurați un "
+#~ "fișier binar."
+
+#~ msgid "Could not create the file \"%s\""
+#~ msgstr "Nu s-a putut crea fișierul „%s“"
+
+#~ msgid "Make sure you have the appropriate write permissions."
+#~ msgstr "Asigurați-vă că aveți permisiile necesare pentru scriere."
+
+#~ msgid "The file name is too long."
+#~ msgstr "Numele fișierului este prea lung."
+
+#~ msgid ""
+#~ "A directory component in the file name does not exist or is a dangling "
+#~ "symbolic link."
+#~ msgstr ""
+#~ "Un director din numele fișierului nu există sau este o legătură simbolică "
+#~ "greșită."
+
+#~ msgid ""
+#~ "There is not enough disk space to create the file. Please free some disk "
+#~ "space and try again."
+#~ msgstr ""
+#~ "Nu este destul spațiu pe disc. Eliberați spațiu pe disc și încercați din "
+#~ "nou."
+
+#~ msgid "Close the output window"
+#~ msgstr "Închide fereastra de ieșire"
+
+#~ msgid "Clear the output window"
+#~ msgstr "Șterge conținutul ferestrei de ieșire"
+
+#~ msgid "Output Lines"
+#~ msgstr "Linii de ieșire"
+
+#~ msgid "Change the visibility of the output window in the current window"
+#~ msgstr "Schimbă vizibilitatea ferestrei de ieșire în fereastra curentă"
+
+#~ msgid "Close"
+#~ msgstr "Închide"
+
+#~ msgid "Copy"
+#~ msgstr "Copiază"
+
+#~ msgid "Cu_t"
+#~ msgstr "_Taie"
+
+#~ msgid "Cut"
+#~ msgstr "Taie"
+
+#~ msgid "Delete"
+#~ msgstr "Șterge"
+
+#~ msgid "Find Previous"
+#~ msgstr "Caută precedentul"
+
+#~ msgid "Main toolbar"
+#~ msgstr "Bară cu unelte principală"
+
+#~ msgid "Open Location..."
+#~ msgstr "Deschide adresa..."
+
+#~ msgid "Paste"
+#~ msgstr "Lipește"
+
+#~ msgid "Print Previe_w..."
+#~ msgstr "Pre_vizualizare tipărire..."
+
+#~ msgid "Quit"
+#~ msgstr "Ieșire"
+
+#~ msgid "Redo"
+#~ msgstr "Refă"
+
+#~ msgid ""
+#~ "Set toolbar button style according to desktop Menu and Toolbar Preferences"
+#~ msgstr ""
+#~ "Setează stilul butoanelor din bara cu unelte conform configurările din "
+#~ "preferințe pentru „Meniuri și bare de unelte”"
+
+#~ msgid "Show only icons in the toolbar"
+#~ msgstr "Arată doar iconițe în bara cu unelte"
+
+#~ msgid "Show text below every icon in the toolbar"
+#~ msgstr "Arată textul sub fiecare iconiță din bara cu unelte"
+
+#~ msgid "Show text only beside important icons in the toolbar"
+#~ msgstr ""
+#~ "Arată textul doar lângă cele mai importante iconițe din bara cu unelte"
+
+#~ msgid "T_ext for Important Icons"
+#~ msgstr "T_ext pentru iconițe importante"
+
+#~ msgid "Set program location..."
+#~ msgstr "Setează adresa programului..."
+
+#~ msgid "The file \"%s\" already exists"
+#~ msgstr "Fișierul „%s“ există deja"
+
+#~ msgid "Undo"
+#~ msgstr "Anulare"
+
+#~ msgid "_Customize Toolbar"
+#~ msgstr "_Personalizare bară cu unelte"
+
+#~ msgid "_Desktop Default"
+#~ msgstr "Setări implicite _desktop"
+
+#~ msgid "_Icons Only"
+#~ msgstr "Doar _iconițe"
+
+#~ msgid "_Text for All Icons"
+#~ msgstr "_Text pentru toate iconițele"
+
+#~ msgid "Quit an existing instance of gedit"
+#~ msgstr "Închide o instanță existentă a gedit"
+
+#~ msgid "The file you are trying to open contains an invalid byte sequence."
+#~ msgstr ""
+#~ "Fișierul pe care doriți să îl deschideți conține o secvență de octeți "
+#~ "invalidă."
+
+#~ msgid ""
+#~ "gedit was not able to automatically determine the encoding of the file "
+#~ "you want to open."
+#~ msgstr ""
+#~ "gedit nu a putut să determine automat codarea fișierului pe care doriți "
+#~ "să îl deschideți."
+
+#~ msgid "Update"
+#~ msgstr "Actualizează"
+
+#~ msgid "gedit: Document Info plugin"
+#~ msgstr "gedit: modulul „Statistici document“"
+
+#~ msgid "Sa_ve Copy..."
+#~ msgstr "Sal_vează o copie..."
+
+#~ msgid "Could not save a copy of the file to \"%s\""
+#~ msgstr "Nu s-a putut salva o copie a fișierului în „%s”."
+
+#~ msgid "You are trying to overwrite the original file"
+#~ msgstr "Dvs. încercați să suprascrieți fișierul original"
+
+#~ msgid "Save Copy..."
+#~ msgstr "Salvează o copie..."
+
+#~ msgid "%s (copy)"
+#~ msgstr "%s (copie)"
+
+#~ msgid "Save a Copy"
+#~ msgstr "Salvează o copie"
+
+#~ msgid "Saves a copy of the current document to a local or remote location."
+#~ msgstr ""
+#~ "Salvează o copie a documentului curent la o adresă locală sau la distanță."
+
+#~ msgid "_Run Command..."
+#~ msgstr "_Execută comanda..."
+
+#~ msgid "Run Command"
+#~ msgstr "Execută comanda"
+
+#~ msgid "_Run"
+#~ msgstr "_Execută"
+
+#~ msgid "Failed"
+#~ msgstr "Eșec"
+
+#~ msgid ""
+#~ "The shell command entry is empty.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "Nu a fost dată nici o comandă shell.\n"
+#~ "\n"
+#~ "Vă rugăm să introduceți o comandă validă."
+
+#~ msgid ""
+#~ "Error parsing the shell command.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "Eroare la execuția comenzii shell.\n"
+#~ "\n"
+#~ "Vă rugăm să introduceți o comandă validă."
+
+#~ msgid "Executing command"
+#~ msgstr "Execut comanda"
+
+#~ msgid ""
+#~ "Executes an external program and, if required, displays its output in the "
+#~ "output window."
+#~ msgstr ""
+#~ "Execută o comandă externă și la nevoie inserează ieșirea sa în fereastra "
+#~ "de ieșire."
+
+#~ msgid "Shell command"
+#~ msgstr "Comandă shell"
+
+#~ msgid "Select the working directory..."
+#~ msgstr "Selectați directorul de lucru..."
+
+#~ msgid "_Show results in Output Window"
+#~ msgstr "_Arată rezultatele in fereastra de ieșire"
+
+#~ msgid "_Working directory:"
+#~ msgstr "_Director de lucru:"
+
+#~ msgid "The selected text does not contain misspelled words."
+#~ msgstr "Textul selectat nu conține cuvinte scrise greșit."
+
+#~ msgid "The document does not contain misspelled words."
+#~ msgstr "Documentul nu conține cuvinte scrise greșit."
+
+#~ msgid "Tag list plugin"
+#~ msgstr "Modul „Listă etichete“"
+
+#~ msgid "Tag _List"
+#~ msgstr "Listă _etichete"
+
+#~ msgid "gedit View"
+#~ msgstr "Vizualizare gedit"
+
+#~ msgid "gedit View."
+#~ msgstr "Vizualizare gedit."
+
+#~ msgid "gedit viewer factory"
+#~ msgstr "Fabrica de vizualizare gedit"
diff --git a/po/ru.po b/po/ru.po
new file mode 100644
index 0000000..a544453
--- /dev/null
+++ b/po/ru.po
@@ -0,0 +1,3957 @@
+# translation of ru.po to Russian
+# translation of gedit to Russian
+# Copyright (C) 1999-2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
+#
+#
+# Valek Filippov <frob@df.ru>, 2000-2002, 2003.
+# Sergey Panov <sipan@mit.edu>, 1999-2000.
+# Dmitry G. Mastrukov <dmitry@taurussoft.org>, 2002.
+# Andrew W. Nosenko <awn@bcs.zp.ua>, 2003.
+# Leonid Kanter <leon@asplinux.ru>, 2003, 2004, 2005, 2006, 2010.
+# Maxim Popov <ravemax@hotbox.ru>, 2006.
+# Alexandre Prokoudine <alexandre.prokoudine@gmail.com>, 2007.
+# Nickolay V. Shmyrev <nshmyrev@yandex.ru>, 2007.
+# Yuri Kozlov <kozlov.y@gmail.com>, 2008.
+# Alexander Saprykin <xelfium@gmail.com>, 2010.
+# Yuri Kozlov <yuray@komyakino.ru>, 2011.
+# Yuri Myasoedov <ymyasoedov@yandex.ru>, 2012, 2013, 2014.
+# Ivan Komaritsyn <vantu5z@mail.ru>, 2015.
+# Stas Solovey <whats_up@tut.by>, 2013, 2015, 2016.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ru\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-11-19 13:02+0000\n"
+"PO-Revision-Date: 2022-11-20 16:19+1000\n"
+"Last-Translator: Ser82-png <asvmail.as@gmail.com>\n"
+"Language-Team: Русский <gnome-cyr@gnome.org>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Poedit 3.0.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Текстовый редактор"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "gedit — текстовый редактор общего назначения."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Главная цель gedit - быть лёгким в использовании, с простым интерфейсом по-"
+"умолчанию. Более продвинутые возможности доступны при добавлении расширений."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Редактор текстовых файлов"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Plaintext;Write;gedit;Текст;Редактор;Запись;Текстовый;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Создать окно"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Создать документ"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Использовать шрифт по умолчанию"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Определяет использование исходного системного шрифта для отображения "
+"редактируемых документов. Если этот параметр отключён, для области "
+"редактирования будет использоваться шрифт, определённый в параметре «Шрифт "
+"редактора»."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Шрифт редактора"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Стилевые схемы"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "Идентификатор стилевой схемы GtkSourceView для подсветки текста."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Создавать резервные копии"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Определяет создание резервных копий для сохраняемых файлов."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Автосохранение"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Определяет автоматическое сохранение изменённых файлов через промежуток "
+"времени. Интервал между сохранениями устанавливается параметром «Интервал "
+"автосохранения»."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Интервал автосохранения"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Интервал в минутах, после которого все изменённые файлы будут автоматически "
+"сохранены. Влияет, только если включён параметр «Автосохранение»."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Максимальное количество отмены действий"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Максимальное количество действий, которые можно отменить или вернуть. «-1» "
+"означает неограниченное количество действий."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Режим переноса строк"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Определяет режим переноса строк в области редактирования. «none» — не "
+"переносить; «word» — переносить по словам; «char» — переносить посимвольно. "
+"Так как значения чувствительны к регистру, проверьте, правильно ли они "
+"записаны."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Последний выбранный режим переноса строк"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Определяет последний используемый режим переноса строк. Даже если перенос "
+"строк выключен, приложение запоминает последний выбранный режим переноса. "
+"Выберите «word», чтобы включить перенос по словами, или «char», чтобы "
+"включить перенос по буквам."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Размер табуляции"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Определяет количество пробелов, используемых для символа табуляции."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Вставлять пробелы"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Определяет использование пробелов вместо табуляции."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Автоматические отступы"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Определяет расстановку автоматических отступов."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Показывать номера строк"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Определяет отображение номеров строк в области редактирования."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Подсвечивать текущую строку"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Определяет подсветку текущей строки."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Подсвечивать парные скобки"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Определяет подсветку парных скобок."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Показывать границу справа"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Определяет отображение правой границы в области редактирования."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Положение правой границы"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Указывает положение правой границы."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Тип фонового узора документа"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Определяет отображение фонового узора для документа."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "«Умные» клавиши Home и End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Определяет режим перемещения курсора при нажатии клавиш «HOME» и «END». "
+"«disabled» — перемещать курсор в начало и конец строки, «after» — при первом "
+"нажатии перемещать курсор в начало или конец строки, при втором — в начало "
+"или конец текста без учёта пробельных символов, «before» — перемещать курсор "
+"сперва в начало текста, и только затем, в начало или конец строки, «always» "
+"— перемещать курсор в начало или конец текста."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Восстанавливать предыдущую позицию курсора"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Определяет восстанавление предыдущей позиции курсора после загрузки файла."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Включить подсветку синтаксиса"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Определяет включение подсветки синтаксиса."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Включить подсветку при поиске"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Определяет подсветку всех совпадений, найденных при поиске."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Проверка завершающего разделителя строк"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Определяет проверку документов на постоянное завершение разделителем строк."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Режим вкладок"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Определяет режим отображения вкладок. «never» — не показывать вкладки; "
+"«always» — всегда показывать вкладки; «auto» — показывать вкладки при "
+"наличии более одной вкладки. Так как значения чувствительны к регистру, "
+"проверьте, правильно ли они записаны."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Панель состояния"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Определяет отображение панели состояния в окне редактирования."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Боковая панель"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Определяет отображение боковой панели в окне редактирования."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Печатать подсветку синтаксиса"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Определяет печать подсветки синтаксиса при печати документов."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Печатать заголовки страниц"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Определяет печать заголовка документа при печати документов."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Режим переноса строк при печати"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Определяет режим переноса длинных строк при печати. Используйте «none» — не "
+"переносить, «word» — переносить по словам, «char» — переносить посимвольно. "
+"Так как значения чувствительны к регистру, проверьте, правильно ли они "
+"записаны."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Печатать номера строк"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Если установлено в значение «0», номера строк не будут вставляться при "
+"печати документа, иначе номера строк будут печататься для каждой строки."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Основной шрифт для печати"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Определяет шрифт, используемый при печати тела документов."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Шрифт заголовка для печати"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Определяет шрифт, используемый при печати заголовков. Будет пременён, только "
+"если включён параметр «Печатать заголовки страниц»."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Шрифт номера строк для печати"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Левая граница"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Левая граница в миллиметрах."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Верхняя граница"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Верхняя граница в миллиметрах."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Правая граница"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Правая граница в миллиметрах."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Нижняя граница"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Нижняя граница в миллиметрах."
+
+# как переводить Candidate в данном случае не совсем ясно
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Предлагаемые кодировки"
+
+# как переводить Candidate в данном случае не совсем ясно
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Список предлагаемых кодировок, указанных в меню кодировка символов при "
+"выборе файлов в меню открыть/сохранить. Значение «CURRENT» представляет "
+"текущую кодировку локали. Используется только распознанные кодировки. "
+"Значением по умолчанию является пустой список, в таком случае Gedit выбирает "
+"лучшие значения по умолчанию в зависимости от страны и языка."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Включённые модули"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Список включённых модулей."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Показать версию приложения"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Показывать список возможных значений для кодировки"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Установить кодировку символов, используемую при открытии файлов, "
+"перечисленных в командной строке"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "КОДИРОВКА"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Создать новое главное окно в существующем экземпляре gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Создать новый документ в существующем экземпляре программы"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Открыть файлы и заблокировать процесс до их закрытия"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Запустить gedit в обычном режиме"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[ФАЙЛ…] [+СТРОКА[:СТОЛБЕЦ]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Произошла ошибка при отображении справки."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: неверная кодировка."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Закрыть _без сохранения"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:94
+#: gedit/gedit-io-error-info-bar.c:293 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Отмена"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "_Сохранить как…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "Со_хранить"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Если не сохранить, изменения за последнюю %ld секунду будут безвозвратно "
+"утеряны."
+msgstr[1] ""
+"Если не сохранить, изменения за последние %ld секунды будут безвозвратно "
+"утеряны."
+msgstr[2] ""
+"Если не сохранить, изменения за последние %ld секунд будут безвозвратно "
+"утеряны."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Если не сохранить, изменения за последнюю минуту будут безвозвратно утеряны."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Если не сохранить, изменения за последнюю минуту и %ld секунду будут "
+"безвозвратно утеряны."
+msgstr[1] ""
+"Если не сохранить, изменения за последнюю минуту и %ld секунды будут "
+"безвозвратно утеряны."
+msgstr[2] ""
+"Если не сохранить, изменения за последнюю минуту и %ld секунд будут "
+"безвозвратно утеряны."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Если не сохранить, изменения за последнюю %ld минуту будут безвозвратно "
+"утеряны."
+msgstr[1] ""
+"Если не сохранить, изменения за последние %ld минуты будут безвозвратно "
+"утеряны."
+msgstr[2] ""
+"Если не сохранить, изменения за последние %ld минут будут безвозвратно "
+"утеряны."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Если не сохранить, изменения за последний час будут безвозвратно утеряны."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Если не сохранить, изменения за последний час и %d минуту будут безвозвратно "
+"утеряны."
+msgstr[1] ""
+"Если не сохранить, изменения за последний час и %d минуты будут безвозвратно "
+"утеряны."
+msgstr[2] ""
+"Если не сохранить, изменения за последний час и %d минут будут безвозвратно "
+"утеряны."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Если не сохранить, изменения за %d час будут безвозвратно утеряны."
+msgstr[1] ""
+"Если не сохранить, изменения за последние %d часа будут безвозвратно утеряны."
+msgstr[2] ""
+"Если не сохранить, изменения за последние %d часов будут безвозвратно "
+"утеряны."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Сохранить изменения в документе «%s» перед закрытием?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d документ имеет несохранённые изменения. Сохранить изменения перед "
+"закрытием?"
+msgstr[1] ""
+"%d документа имеют несохранённые изменения. Сохранить изменения перед "
+"закрытием?"
+msgstr[2] ""
+"%d документов имеют несохранённые изменения. Сохранить изменения перед "
+"закрытием?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_Выберите документы, которые нужно сохранить:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Все несохранённые изменения будут безвозвратно утеряны."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Загрузка файла «%s»…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Загрузка %d файла…"
+msgstr[1] "Загрузка %d файлов…"
+msgstr[2] "Загрузка %d файлов…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Файл «%s» доступен только для чтения."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Попробовать заменить сохраняемым файлом?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Заменить"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Сохранить файл с использованием сжатия?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Сохранить файл как обычный текст?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Файл «%s» был ранее сохранён как обычный текст, теперь будет сохранён с "
+"использованием сжатия."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Сохранить с использованием сжатия"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Файл «%s», сохранённый с использованием сжатия, будет сохранён как обычный "
+"текст."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Сохранить как обычный текст"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Сохранение файла «%s»…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Сохранить как"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Восстановление документа «%s»…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Восстановить несохранённые изменения в документе «%s»?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Изменения, внесённые в документ за последнюю %ld секунду, будут безвозвратно "
+"утеряны."
+msgstr[1] ""
+"Изменения, внесённые в документ за последние %ld секунды, будут безвозвратно "
+"утеряны."
+msgstr[2] ""
+"Изменения, внесённые в документ за последние %ld секунд, будут безвозвратно "
+"утеряны."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Изменения, внесённые в документ за последнюю минуту, будут безвозвратно "
+"утеряны."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Изменения, внесённые в документ за последние минуту и %ld секунду, будут "
+"безвозвратно утеряны."
+msgstr[1] ""
+"Изменения, внесённые в документ за последние минуту и %ld секунды, будут "
+"безвозвратно утеряны."
+msgstr[2] ""
+"Изменения, внесённые в документ за последние минуту и %ld секунд, будут "
+"безвозвратно утеряны."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Изменения, внесённые в документ за последнюю %ld минуту, будут безвозвратно "
+"утеряны."
+msgstr[1] ""
+"Изменения, внесённые в документ за последние %ld минуты, будут безвозвратно "
+"утеряны."
+msgstr[2] ""
+"Изменения, внесённые в документ за последние %ld минут, будут безвозвратно "
+"утеряны."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Изменения, внесённые в документ за последний час, будут безвозвратно утеряны."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Изменения, внесённые в документ за последний час и %d минуту, будут "
+"безвозвратно утеряны."
+msgstr[1] ""
+"Изменения, внесённые в документ за последний час и %d минуты, будут "
+"безвозвратно утеряны."
+msgstr[2] ""
+"Изменения, внесённые в документ за последний час и %d минут, будут "
+"безвозвратно утеряны."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Изменения, внесённые в документ за %d час, будут безвозвратно утеряны."
+msgstr[1] ""
+"Изменения, внесённые в документ за последние %d часа, будут безвозвратно "
+"утеряны."
+msgstr[2] ""
+"Изменения, внесённые в документ за последние %d часов, будут безвозвратно "
+"утеряны."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "Восста_новить"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Основные авторы:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Большая благодарность:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "и многие другие участники."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit — простой в использовании текстовый редактор общего назначения"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Stas Solovey <whats_up@tut.by>, 2012-2019.\n"
+"Yuri Myasoedov <omerta13@yandex.ru>, 2012, 2013.\n"
+"Alexey Rubtsov <rushills@gmail.com>,2020"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Найдено и заменено %d вхождение"
+msgstr[1] "Найдено и заменено %d вхождения"
+msgstr[2] "Найдено и заменено %d вхождений"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Найдено и заменено одно вхождение"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "«%s» не найдено"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Группа вкладок %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Только для чтения"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Текущая локаль (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Определённая автоматически"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Добавить или удалить…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Текущая локаль)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Действительно сбросить настройки кодировок?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "С_бросить"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Добавить"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Удалить"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Переместить в более высокий приоритет"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Переместить в более низкий приоритет"
+
+# длина текста растягивает вкладку на панели, нужно кратко
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Без названия %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Все файлы"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Все текстовые файлы"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "К_одировка символов:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "_Конец строки:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Открыть файлы"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Открыть"
+
+#: gedit/gedit-io-error-info-bar.c:90 gedit/gedit-io-error-info-bar.c:282
+msgid "_Retry"
+msgstr "Пов_торить"
+
+#: gedit/gedit-io-error-info-bar.c:114
+msgid "File not found."
+msgstr "Файл не найден."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:133
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "«%s:» адреса не поддерживаются."
+
+#: gedit/gedit-io-error-info-bar.c:142
+msgid "The location of the file cannot be accessed."
+msgstr "Адрес файла недоступен."
+
+#: gedit/gedit-io-error-info-bar.c:146
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "«%s» имеет неверный адрес."
+
+#: gedit/gedit-io-error-info-bar.c:147
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Убедитесь, что адрес указан правильно, и попробуйте ещё раз."
+
+#: gedit/gedit-io-error-info-bar.c:180
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "Hostname «%s» неизвестно."
+
+#: gedit/gedit-io-error-info-bar.c:181
+msgid "The problem could come from the proxy settings."
+msgstr "Проблема может быть связана с настройками прокси."
+
+#: gedit/gedit-io-error-info-bar.c:215
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "Файл не найден. Возможно, он был недавно удалён."
+
+#: gedit/gedit-io-error-info-bar.c:225
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Не удалось восстановить файл «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:250
+msgid "Ch_aracter Encoding:"
+msgstr "К_одировка символов:"
+
+#: gedit/gedit-io-error-info-bar.c:288
+msgid "_Edit Anyway"
+msgstr "_Редактировать в любом случае"
+
+#: gedit/gedit-io-error-info-bar.c:326
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Исчерпано допустимое количество переходов по ссылкам. Не удалось найти файл "
+"в заданных пределах."
+
+#: gedit/gedit-io-error-info-bar.c:331
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Недостаточно прав для открытия файла."
+
+#: gedit/gedit-io-error-info-bar.c:337
+msgid "Unable to detect the character encoding."
+msgstr "Не удалось определить кодировку символов."
+
+#: gedit/gedit-io-error-info-bar.c:338 gedit/gedit-io-error-info-bar.c:361
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Возможно, вы пытаетесь открыть двоичный файл."
+
+#: gedit/gedit-io-error-info-bar.c:339
+msgid "Select a character encoding from the menu and try again."
+msgstr "Выберите кодировку в меню и попробуйте ещё раз."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Ошибка открытия файла «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:346
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Открытый файл содержит недопустимые символы. Дальнейшее редактирование может "
+"повредить документ."
+
+#: gedit/gedit-io-error-info-bar.c:349
+msgid "You can also choose another character encoding and try again."
+msgstr "Можете выбрать другую кодировку и попытаться снова."
+
+#: gedit/gedit-io-error-info-bar.c:358
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Не удалось открыть файл «%s», используя кодировку «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:362 gedit/gedit-io-error-info-bar.c:417
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Выберите другую кодировку в меню и попробуйте ещё раз."
+
+#: gedit/gedit-io-error-info-bar.c:374
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Не удалось открыть файл «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:412
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Не удалось сохранить файл «%s», используя кодировку «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:415
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Документ содержит символы, которые не могут быть отображены с использованием "
+"указанной кодировки."
+
+#: gedit/gedit-io-error-info-bar.c:460
+#, c-format
+msgid "The file “%s” has been externally modified."
+msgstr "Файл «%s» был изменён извне."
+
+#: gedit/gedit-io-error-info-bar.c:461
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Если сохранить файл, все внешние изменения будут утеряны. Всё равно "
+"сохранить?"
+
+#: gedit/gedit-io-error-info-bar.c:468
+msgid "S_ave Anyway"
+msgstr "Всё равно со_хранить"
+
+#: gedit/gedit-io-error-info-bar.c:472
+msgid "D_on’t Save"
+msgstr "_Не сохранять"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:502
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Невозможно открыть адрес «%s» в режиме записи. Убедитесь в правильности "
+"указанного адреса и попробуйте ещё раз."
+
+#: gedit/gedit-io-error-info-bar.c:509
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Невозможно открыть этот адрес в режиме записи. Убедитесь в правильности "
+"указанного адреса и попробуйте ещё раз."
+
+#: gedit/gedit-io-error-info-bar.c:518
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"«%s» не является верным адресом. Убедитесь в правильности указанного адреса "
+"и попробуйте ещё раз."
+
+#: gedit/gedit-io-error-info-bar.c:525
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Недостаточно прав для сохранения файла. Убедитесь в правильности указанного "
+"адреса и попробуйте ещё раз."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Недостаточно места на диске для сохранения файла. Освободите немного места "
+"на диске и попробуйте ещё раз."
+
+#: gedit/gedit-io-error-info-bar.c:536
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Невозможно сохранить файл на устройство в режиме «только чтение». Убедитесь "
+"в правильности указанного адреса и попробуйте ещё раз."
+
+#: gedit/gedit-io-error-info-bar.c:542
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Файл с таким названием уже существует. Укажите другое название."
+
+#: gedit/gedit-io-error-info-bar.c:547
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Диск, выбранный для сохранения файла, имеет ограничение на размер файла. "
+"Попробуйте сохранить файл меньшего размера или воспользуйтесь диском без "
+"подобных ограничений."
+
+#: gedit/gedit-io-error-info-bar.c:562
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Не удалось сохранить файл «%s»."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Нажмите эту кнопку для выбора шрифта, используемого редактором"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Ис_пользовать системный моноширинный шрифт (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Не удалось установить выбранную цветовую схему: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Не удалось установить выбранную цветовую схему."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Добавить цветовую схему"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Добавить схему"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Файлы цветовых схем"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Не удалось удалить цветовую схему «%s»."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Подготовка…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Файл: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "Страница %N из %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Обработка страниц %d из %d…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Текстовый редактор"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Страница %d из %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ничего"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Найти и заменить"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ЗАМ"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "ВСТ"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "%d вкладка с ошибками"
+msgstr[1] "%d вкладки с ошибками"
+msgstr[2] "%d вкладок с ошибками"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Восстановление «%s» из «%s»"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "Восстановление «%s»"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Загрузка «%s» из «%s»"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "Загрузка «%s»"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:912
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Сохранение «%s» в «%s»"
+
+#: gedit/gedit-tab.c:917
+#, c-format
+msgid "Saving %s"
+msgstr "Сохранение «%s»"
+
+#: gedit/gedit-tab.c:1490
+#, c-format
+msgid "Error opening file %s"
+msgstr "Ошибка открытия файла «%s»"
+
+#: gedit/gedit-tab.c:1495
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Ошибка восстановления файла «%s»"
+
+#: gedit/gedit-tab.c:1500
+#, c-format
+msgid "Error saving file %s"
+msgstr "Ошибка сохранения файла «%s»"
+
+#: gedit/gedit-tab.c:1531
+msgid "Name:"
+msgstr "Название:"
+
+#: gedit/gedit-tab.c:1532
+msgid "MIME Type:"
+msgstr "Тип MIME:"
+
+#: gedit/gedit-tab.c:1533
+msgid "Encoding:"
+msgstr "Кодировка:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ на %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Классическая Mac OS"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d из %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Автоматически пере_ходить к началу документа"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Совпадение по _регулярному выражению"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Только _полные слова"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Учитывать _регистр"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Строка, которую нужно найти"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Строка, на которую нужно переместить курсор"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Парная скобка находится вне допустимого предела"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Парная скобка не найдена"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Парная скобка найдена в строке: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Стр %d, Стлб %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Ширина табуляции: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Текст"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Имеются несохранённые документы"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Изменить страницу боковой панели"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Документы"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Открыть файл"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Открыть недавно использовавшийся файл"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Переместить в_лево"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Переместить в_право"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Переместить в новое _окно"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Переместить в новую _группу вкладок"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Закрыть"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Автоматические отступы"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Вставлять пробелы"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Показывать номера строк"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Показывать границу справа"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Подсвечивать текущую строку"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Перенос текста"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Файл"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Создать"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "_Недавние документы"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Открыть закрытую _вкладку"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "_Сохранить как…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Создать окно"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "Пере_загрузить"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Печать…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Завершить"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Правка"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Отменить"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "В_ернуть"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "В_ырезать"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Копировать"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Вставить"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:882
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Удалить"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Режим _перезаписи"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "В_ыделить всё"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "П_араметры"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Вид"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Бо_ковая панель"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Нижняя панель"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Полноэкранный режим"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Режим подсветки синтаксиса…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "П_оиск"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Найти…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Найти след_ующее"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Найти пред_ыдущее"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "_Найти и заменить…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "О_чистить подсветку"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Перейти к _строке…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Инструменты"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Документы"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Сохранить _всё"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Закрыть всё"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Создать группу вкладок"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Предыдущая группа вкладок"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "С_ледующая группа вкладок"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Предыдущий документ"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "_Следующий документ"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Переместить в новое _окно"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Справка"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_О приложении «gedit»"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Сохранить _всё"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "_Найти и заменить…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "Перейти к _строке…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Комбинации клавиш"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Кодировка символов"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "_Отменить изменения"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "_Сохранить настройки"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "_Другие доступные кодировки"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Избранное"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "Ка_тегория"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Кодировка"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Параметры"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "По_казывать номера строк"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Показывать правую _границу в столбце:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Показывать _строку состояния"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Показывать с_етку"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Перенос текста"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Включить режим _переноса текста"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Не _разрывать слово между двумя строками"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Подсветка синтаксиса"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Под_свечивать текущую строку"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Подсвечивать парные _скобки"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Вид"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Метки табуляции"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Ширина табуляции:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Вставлять про_белы вместо табуляций"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Включить автоматический отступ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Сохранение файлов"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Создавать _резервную копию файла перед сохранением"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Автоматически сохранять файлы каждые"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_минут"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Редактор"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Шрифт"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Шрифт редактора: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Выберите цвет редактора"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Цветовая схема"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Установить схему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Установить схему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Удалить схему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Удалить схему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Шрифты и цвета"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Модули"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Подсветка синтаксиса"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Печатать по_дсветку синтаксиса"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Номера строк"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Печатать _номера строк"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "Печатать н_омера строк каждые"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "строк"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Заголовок страницы"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Печатать за_головки страницы"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Шрифты"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Тело:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Номера строк:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Верхние и нижние колонтитулы:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Восстановить ис_ходные шрифты"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Показать предыдущую страницу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Показать следующую страницу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Текущая страница (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "из"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Всего страниц"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Общее число страниц в документе"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Показывать несколько страниц"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Масштаб 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Показать страницу целиком"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Увеличить страницу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Уменьшить страницу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Закрыть просмотр печати"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Закрыть просмотр печати"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Предварительный просмотр"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Предварительный просмотр выводимой на печать страницы"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Заменить вс_ё"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Найти"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Най_ти "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "З_аменить на "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Учитывать _регистр"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Только _полные слова"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Р_егулярное выражение"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "О_братный поиск"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Автоматически пере_ходить к началу документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Документы"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Создать новый документ во вкладке"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Открыть документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Сохранить документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Сохранить документ под другим названием"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Сохранить все документы"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Закрыть документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Закрыть все документы"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Переоткрыть последний закрытый документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Перейти к следующему документу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Перейти к предыдущему документу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Переход к первому — девятому документу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Окна и панели"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Создать новый документ в окне"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Создать новую группу вкладок"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Показать боковую панель"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Показать нижнюю панель"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Включить/отключить полноэкранный режим"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Выйти из приложения"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Найти и заменить"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Найти"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Найти следующее совпадение"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Найти предыдущее совпадение"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Очистить подсветку"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Отмена и повторение"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Отменить предыдущую команду"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Вернуть предыдущую команду"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Выделение"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Выделить весь текст"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Снять выделение с текста"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Скопировать и вставить"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Копировать выделенный текст в буфер обмена"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Вырезать выделенный текст в буфер обмена"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Вставить текст из буфера обмена"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Навигация"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Перейти к строке"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Переместить в начало текущей строки"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Переместить к концу текущей строки"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Переместить окно просмотра в начало документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Перейти в конец документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Переместить окно просмотра вверх"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Переместить окно просмотра вниз"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Переместить окно просмотра в конец файла"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Переместить окно просмотра в начало файла"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Перейти к открывающей / закрывающей скобке"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Перейти к предыдущей группе вкладок"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Перейти к следующей группе вкладок"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Правка"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Переключить вставку/замену"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Переключить режим видимости курсора"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Удалить текущую строку"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Переместить текущую строку вверх"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Переместить текущую строку вниз"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Переместить текущее слово влево"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Переместить текущее слово вправо"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Преобразовать в верхний регистр"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Преобразовать в нижний регистр"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Инвертировать регистр"
+
+# можно перевести и как "инкрементировать", но обычный юзер не поймет
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Увеличить число рядом с курсором"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Уменьшить число рядом с курсором"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Инструменты"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Проверить орфографию"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Распечатать документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Показать окно дополнения"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Общие"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Показать подсказку"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Открыть меню"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Комбинации клавиш"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Закрыть документ"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Создать новый документ"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Создать"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Сохранить текущий файл"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Сохранить"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Скрыть панель"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Покинуть полноэкранный режим"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Статистика документа"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Выводит число слов, строк и символов в документе."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Показать статистику _документа"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Документ"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Выделение"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Строк"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Слов"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Символов (с пробелами)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Символов (без пробелов)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Байт"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Сборка"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Выполнить «make» в каталоге с документом"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Открыть терминал здесь"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Открыть терминал в каталоге документа"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Удалить пробелы"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Удалить лишние пробелы в названии файла"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Выполнить команду"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Выполнить команду и перенести её вывод в новый документ"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Отправить в fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Вставить выделенный текст или текущий документ в fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Внешние инструменты"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Выполнить внешние команды и скрипты оболочки."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Использовать ли системный шрифт"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Если установлено, внешние инструменты будут использовать стандартный шрифт, "
+"если шрифт — monospace (в противном случае будет использоваться наиболее "
+"похожий шрифт)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Название шрифта Pango. Например, «Sans 12» или «Monospace Bold 14»."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Управление _внешними инструментами…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Внешние _инструменты"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Не удалось выполнить команду: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Вы должны быть внутри слова для запуска данной команды"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Запускается утилита:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Готово."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Выход"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Все языки"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Все языки"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Новый инструмент"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Этот акселератор уже привязан к %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Введите новую комбинацию клавиш, или нажмите Backspace для очистки"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Введите новую комбинацию клавиш"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Остановлено."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Остановить инструмент"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Доступно всегда"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Все документы"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Все документы с названием"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Только локальные файлы"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Только удалённые документы"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Только несохранённые документы"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Текущий документ"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Текущее выделение"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Текущее выделение (по умолчанию для документа)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Текущая строка"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Текущее слово"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Отображать в нижней области"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Создать новый документ"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Добавить к текущему документу"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Заменить текущий документ"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Заменить выделенный текст"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Вставить в текущей позиции курсора"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Управление внешними инструментами"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Добавить новый инструмент"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Добавить инструмент"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Удалить выбранный инструмент"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Удалить инструмент"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Восстановить инструмент"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Восстановить инструмент"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Комбинация клавиш:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "Со_хранить:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Ввод:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Окно вывода:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Применимость:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Вывод инструмента"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Панель обозревателя файлов"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Быстрый доступ к файлам из боковой панели."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "В начало"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Файловая система"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:492
+msgid "File Browser"
+msgstr "Обозреватель файлов"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:622
+msgid "An error occurred while creating a new directory"
+msgstr "Произошла ошибка при создании нового каталога"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:625
+msgid "An error occurred while creating a new file"
+msgstr "Произошла ошибка при создании нового файла"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:628
+msgid "An error occurred while renaming a file or directory"
+msgstr "Произошла ошибка при удалении файла или каталога"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:631
+msgid "An error occurred while deleting a file or directory"
+msgstr "Произошла ошибка при удалении файла или каталога"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:634
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Произошла ошибка при открытии каталога в обозревателе файлов"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:637
+msgid "An error occurred while setting a root directory"
+msgstr "Произошла ошибка при установке корневого каталога"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:640
+msgid "An error occurred while loading a directory"
+msgstr "При загрузке каталога произошла ошибка"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:643
+msgid "An error occurred"
+msgstr "Произошла ошибка"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:865
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Невозможно переместить файл в корзину,\n"
+"удалить его безвозвратно?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:870
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Невозможно переместить файл «%s» в корзину."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid "The selected files cannot be moved to the trash."
+msgstr "Невозможно переместить выбранные файлы в корзину."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:903
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Действительно безвозвратно удалить «%s»?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:908
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Действительно безвозвратно удалить выделенные файлы?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:911
+msgid "If you delete an item, it is permanently lost."
+msgstr "Если удалить элемент, он будет безвозвратно утерян."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Пусто)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Переименованный файл отфильтрован. Необходимо настроить фильтр, чтобы "
+"сделать файл видимым"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Безымянный файл"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Новый файл отфильтрован. Необходимо настроить фильтр, чтобы сделать файл "
+"видимым"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Безымянная папка"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Новый каталог отфильтрован. Необходимо настроить фильтр, чтобы сделать "
+"каталог видимым"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Закладки"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Не найдено объекта монтирования для тома: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Не удалось открыть носитель: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Не удалось подсоединить том: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "При загрузке «%s» произошла ошибка: не найден каталог"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Открывать в режиме просмотра дерева"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Открывать в режиме просмотра дерева при загрузке модуля обозревателя файлов "
+"вместо режима закладок"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Корневой каталог обозревателя файлов"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Корневой каталог, используемый для включённого модуля обозревателя файлов, "
+"когда параметр «onload/tree_view» установлен в TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Виртуальный корневой каталог обозревателя файлов"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Виртуальный корневой каталог обозревателя файлов при загрузке модуля "
+"обозревателя, если установлен параметр onload/tree_view. Виртуальный "
+"корневой каталог всегда должен быть ниже настоящего корня."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Включить или выключить удалённые адреса"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Устанавливает, разрешено ли восстановление из удалённых адресов."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Установить адрес на первый документ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Если в параметре установлено TRUE, плагин файлового браузера будет "
+"отображать каталог первого открытого документа, учитывая, что браузер файлов "
+"еще не использовался. (как правило, применимо при открытии документа из "
+"командной строки или из Nautius и т.д.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Режим фильтра обозревателя файлов"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Это значение определяет, какие файлы должны быть отфильтрованы из "
+"обозревателя. Допустимые значения: none (ничего не фильтровать), hidden "
+"(фильтровать скрытые файлы), binary (фильтровать бинарные файлы), "
+"hidden_and_binary (фильтровать скрытые и бинарные файлы)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Шаблон фильтра обозревателя файлов"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Шаблон фильтра для фильтрации файлов в обозревателе файлов. Этот фильтр "
+"работает поверх filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Двоичные шаблоны обозревателя файлов"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Дополнительные шаблоны для фильтрации двоичных файлов."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Установить корень на активный документ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Соз_дать папку"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "С_оздать файл"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Переименовать…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Переместить в корзину"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "О_бновить вид"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "Прос_мотреть папку"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "О_ткрыть в терминале"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Фильтр"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Отображать _скрытые"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Отображать _двоичные"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Совпадение названия файла"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "История"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Открыть меню истории"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Режим строк"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Поддержка режима строк Emacs, Kate и Vim для gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Цвет команд"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Цвет команд"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Цвет ошибок"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Цвет ошибок"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Если установлено значение true, терминал будет использовать стандартный "
+"шрифт, если шрифт — monospace (в противном случае будет использоваться "
+"наиболее похожий шрифт)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Цвет _команд:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Цвет _ошибок:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Консоль Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Интерактивная консоль Python в нижней панели."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Быстрая подсветка синтаксиса"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Выделяет все совпадения с выделенным текстом."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Быстрое открытие…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Быстрое открытие"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Быстро открыть файлы."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Введите поисковый запрос…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Управление _фрагментами…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Фрагменты текста"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Не удалось создать архив «%s»"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Целевой каталог «%s» не существует"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Целевой каталог «%s» не корректен"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Файл «%s» не существует"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Файл «%s» не является корректным файлом фрагментов текста"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr ""
+"Импортируемый файл «%s» не является корректным файлом фрагментов текста"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Не удалось извлечь содержимое архива «%s»"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Следующие файлы не удалось импортировать: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Файл «%s» не является корректным архивом фрагментов текста"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Архив фрагментов"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Добавить новый фрагмент…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Глобальный"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Отменить выделенный фрагмент текста"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Удалить выделенный фрагмент"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Это неверный переключатель вкладок. Переключатели могут содержать либо "
+"алфавитно-цифровые символы («_», «:» и «.»), либо один не алфавитно-цифровой "
+"символ, такой как «{», «[», и т. д."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Слово, которое используется для вставки фрагмента текста. Фрагмент "
+"вставляется, если после слова нажать Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "При импорте произошла следующая ошибка: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Импорт успешно завершён"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Импортировать фрагменты"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Все поддерживаемые архивы"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Архивы Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Архивы Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Одиночные файлы фрагментов"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Все файлы"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "При экспорте произошла следующая ошибка: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Экспорт успешно завершён"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Включить выделенные <b>системные</b> фрагменты текста в экспортируемый архив?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Не выбрано фрагментов для экспорта"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Экспортировать фрагменты"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Введите новую комбинацию клавиш, или нажмите Backspace для очистки"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Введите новую комбинацию клавиш"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Время исполнения команды Python (%s) превысило допустимую норму, исполнение "
+"прервано."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Не удалось исполнить команду Python (%s): %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Быстро вставить часто используемые фрагменты текста."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Управление фрагментами"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Создать новый фрагмент"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Добавить фрагмент"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Удалить фрагмент"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Импортировать фрагменты"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Экспортировать выделенные фрагменты"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Экспортировать фрагменты"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Включение"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Переключатель вкладок:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Комбинация клавиш:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Комбинация клавиш для вставки фрагмента текста"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Области _назначения:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "C_ортировать…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Сортировка"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "В _обратном порядке"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "У_бирать повторения"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "С _учётом регистра"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "На_чинать со столбца:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Упорядочить"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Сортирует документ или выделенный текст."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Проверить орфографию…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "_Установить язык…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Подсвечивать слова с ошибками правописания"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Подсвечивать слова с ошибками правописания"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Настройки по умолчанию для подсветки слов с ошибками правописания."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Настройка модуля орфографии"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Значения по умолчанию для новых документов"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Проверка орфографии"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Проверка орфографии текущего документа."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "В_ставить дату и время…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Доступные форматы"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Интерактивный тип"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Если пользователь должен выбрать формат, или если должен быть использован "
+"выбранный формат."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Выбранный формат"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Выбранный формат, используемый для вставки даты и времени."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Другой формат"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Особый формат, используемый для вставки даты и времени."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Вставить дату и время"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Использовать _указанный формат"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Использовать _другой формат"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Вставить"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Настройка модуля вставки даты и времени"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Параметры вставки даты и времени…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Запрашивать формат"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Вставка даты и времени"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Вставляет текущую дату и время в позиции курсора."
+
+#~ msgid "_Apply"
+#~ msgstr "_Применить"
+
+#~ msgid "Cho_sen Encodings"
+#~ msgstr "_Выбранные кодировки"
+
+#~ msgid "_Description"
+#~ msgstr "_Описание"
+
+#, c-format
+#~ msgid ""
+#~ "Host “%s” could not be found. Please check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Не удалось найти узел «%s». Убедитесь в правильности параметров прокси и "
+#~ "попробуйте ещё раз."
+
+#, c-format
+#~ msgid ""
+#~ "Hostname was invalid. Please check that you typed the location correctly "
+#~ "and try again."
+#~ msgstr ""
+#~ "Неверное название узла. Убедитесь в правильности введённого названия и "
+#~ "попробуйте ещё раз."
+
+#, c-format
+#~ msgid "Unexpected error: %s"
+#~ msgstr "Неожиданная ошибка: %s"
+
+#, c-format
+#~ msgid "Unable to handle “%s:” locations."
+#~ msgstr "Не удалось обработать адреса «%s:»."
+
+#~ msgid "Unable to handle this location."
+#~ msgstr "Не удалось обработать этот адрес."
+
+#, c-format
+#~ msgid "Could not find the file “%s”."
+#~ msgstr "Не удалось найти файл «%s»."
+
+#, c-format
+#~ msgid "“%s” is a directory."
+#~ msgstr "«%s» является каталогом."
+
+#, c-format
+#~ msgid "“%s” is not a regular file."
+#~ msgstr "«%s» не является обычным файлом."
+
+#~ msgid "Connection timed out. Please try again."
+#~ msgstr "Время ожидания соединения истекло. Попробуйте ещё раз."
+
+#~ msgid ""
+#~ "The disk where you are trying to save the file has a limitation on file "
+#~ "sizes. Please try saving a smaller file or saving it to a disk that does "
+#~ "not have this limitation."
+#~ msgstr ""
+#~ "Диск, выбранный для сохранения файла, имеет ограничение на длину имени "
+#~ "файла. Используйте более короткое имя."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit — стандартный редактор текстов среды рабочего стола GNOME."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr ""
+#~ "gedit — небольшой и лёгкий редактор текстов среды рабочего стола GNOME"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Режим подсветки синтаксиса"
+
+#~ msgid "_Select"
+#~ msgstr "_Выбрать"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Режим подсветки поиска…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit — официальный текстовый редактор для среды GNOME. Несмотря на свою "
+#~ "простоту, gedit является мощным текстовым редактором."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Что бы вы ни писали, новый бестселлер, инновационное программное "
+#~ "обеспечение или просто какие-то заметки на скорую руку, gedit будет "
+#~ "надёжным инструментом в выполнении ваших задач."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Гибкая система модулей позволяет подстраивать приложение под ваши нужды и "
+#~ "рабочий процесс."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Показывать обзорную карту"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Определяет отображение обзорной карты для документа."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Панель инструментов"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Определяет отображение панели инструментов в окне редактирования."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Максимальное количество недавно используемых файлов"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Определяет количество недавно используемых файлов, которые будут доступны "
+#~ "в подменю «Недавние файлы»."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Список включённых модулей, в котором содержатся местоположения включённых "
+#~ "модулей. См. файл .gedit-plugin для получения местоположения выбранного "
+#~ "модуля."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Изменения документа «%s» будут безвозвратно утеряны."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Сохранение было запрещено системным администратором."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Изменения в %d документе будут безвозвратно утеряны."
+#~ msgstr[1] "Изменения в %d документах будут безвозвратно утеряны."
+#~ msgstr[2] "Изменения в %d документах будут безвозвратно утеряны."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Докум_енты с несохранёнными изменениями:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Открыть"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Нет изменений для сохранения"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Кодировка символов:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Конец строки:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Ресурс «%s» в настоящий момент недоступен."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Система работает в автономном режиме. Проверьте сетевое соединение."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Не редактировать"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Этот файл «%s» уже открыт в другом окне."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Всё равно редактировать?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Не удалось создать резервную копию файла при сохранении «%s»"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Не удалось создать временную резервную копию файла при сохранении «%s»"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Невозможно сделать резервную копию старой копии файла до сохранения "
+#~ "нового. Можно проигнорировать это предупреждение и сохранить в любом "
+#~ "случае, но если во время сохранения появится ошибка, старая копия файла "
+#~ "будет утеряна. Всё равно сохранить?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Файл «%s» изменился на диске."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "От_казаться от изменений и перезагрузить"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Во время сохранения «%s» обнаружены недопустимые символы"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Продолжение сохранения файла может повредить документ. Всё равно "
+#~ "продолжить?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Не удалось создать каталог «%s»: g_mkdir_with_parents() вернуло ошибку: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "До_бавить схему"
+
+#~ msgid "No results"
+#~ msgstr "Нет результатов"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "_Другие документы…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Показывать _обзорную карту"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Соединить выделенные строки"
+
+#~ msgid "Open"
+#~ msgstr "Открыть"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Открыть файловое диалоговое окно"
+
+#~ msgid "Check update"
+#~ msgstr "Проверить наличие обновлений"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Проверить наличие новых версий gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Возникла ошибка при отображении URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Загрузить"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Игнорировать версию"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Доступна новая версия редактора gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Можно загрузить новую версию gedit, нажав соответствующую кнопку, или "
+#~ "оставить текущую версию и подождать более новую"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Игнорировать версию"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Игнорировать версию, пока не выйдет более новая."
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Пожалуйста, проверьте вашу установку."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Не удалось открыть файл интерфейса %s. Ошибка: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Не удалось найти объект «%s» внутри файла «%s»."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Текстовый редактор gedit"
+
+#~ msgid "_About"
+#~ msgstr "_О приложении"
+
+#~ msgid "Tools"
+#~ msgstr "Инструменты"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Игнорировать"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Управление _внешними инструментами…"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Быстрое открытие…"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Управление _фрагментами…"
+
+#~ msgid "Set _Language..."
+#~ msgstr "Установить _язык…"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Вставить дат_у и время…"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Открыть новое окно"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Открыть новый документ"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Установить размеры и положение окна (ШИРИНАxВЫСОТА+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "ГЕОМЕТРИЯ"
+
+#~ msgid "Help"
+#~ msgstr "Справка"
+
+#~ msgid "Question"
+#~ msgstr "Вопрос"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(нет вариантов)"
+
+#~ msgid "_More..."
+#~ msgstr "Показать бол_ьше…"
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Игнорировать всё"
+
+#~ msgid "_Add"
+#~ msgstr "Доб_авить"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "Возмо_жные варианты…"
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Ошибка при проверке орфографии слова «%s»: %s"
+
+#~| msgid "_Error color:"
+#~ msgid "Error:"
+#~ msgstr "Ошибка:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Проверка завершена"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Нет слов с ошибками"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(правильное написание)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Варианты"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Неизвестный (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "По умолчанию"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Выбрать _язык текущего документа."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Слово с ошибкой:"
+
+#~ msgid "word"
+#~ msgstr "слово"
+
+#~ msgid "Change _to:"
+#~ msgstr "З_аменить на:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Проверить сл_ово"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Варианты:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Игнорировать в_се"
+
+#~ msgid "Cha_nge"
+#~ msgstr "_Изменить"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Изменить вс_е"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Пользовательский словарь:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Добавить с_лово"
diff --git a/po/rw.po b/po/rw.po
new file mode 100644
index 0000000..24f0be9
--- /dev/null
+++ b/po/rw.po
@@ -0,0 +1,5490 @@
+# translation of gedit to Kinyarwanda.
+# Copyright (C) 2005 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Steve Murphy <murf@e-tools.com>, 2005
+# Steve performed initial rough translation from compendium built from translations provided by the following translators:
+# Philibert Ndandali <ndandali@yahoo.fr>, 2005.
+# Viateur MUGENZI <muvia1@yahoo.fr>, 2005.
+# Noëlla Mupole <s24211045@tuks.co.za>, 2005.
+# Carole Karema <karemacarole@hotmail.com>, 2005.
+# JEAN BAPTISTE NGENDAHAYO <ngenda_denis@yahoo.co.uk>, 2005.
+# Augustin KIBERWA <akiberwa@yahoo.co.uk>, 2005.
+# Donatien NSENGIYUMVA <ndonatienuk@yahoo.co.uk>, 2005..
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 2.12\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-09-26 17:36+0200\n"
+"PO-Revision-Date: 2005-03-28 19:34-0700\n"
+"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
+"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
+"Language: rw\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../data/GNOME_Gedit.server.in.in.h:1
+msgid "Gedit View"
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:2
+msgid "Gedit View."
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:3
+msgid "Gedit viewer factory"
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:4
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr "Inkomoko"
+
+#: ../data/GNOME_Gedit.server.in.in.h:5
+#, fuzzy
+msgid "gedit application"
+msgstr "Porogaramu"
+
+#: ../data/GNOME_Gedit.server.in.in.h:6
+msgid "gedit automation factory"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:1
+#, fuzzy
+msgid "Edit text files"
+msgstr "Umwandiko Idosiye"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit2.c:365
+msgid "Text Editor"
+msgstr "Umuhinduzi w'inyandiko"
+
+#: ../data/gedit.schemas.in.h:1
+#, fuzzy
+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 ""
+"A Kunoza Intego- nyuguti kugirango Ubuso INGARUKA NIBA Ihitamo ni Bidakora"
+
+#: ../data/gedit.schemas.in.h:2
+msgid "Active plugins"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:4
+#, fuzzy
+msgid "Auto Save"
+msgstr "Kubika"
+
+#: ../data/gedit.schemas.in.h:5
+#, fuzzy
+msgid "Auto Save Interval"
+msgstr "Kubika"
+
+#: ../data/gedit.schemas.in.h:6
+#, fuzzy
+msgid "Auto indent"
+msgstr "Ikurura"
+
+# svx/sdi\svxslots.src:SID_BACKGROUND_COLOR.text
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "Ibara rya mbuganyuma"
+
+#: ../data/gedit.schemas.in.h:8
+#, fuzzy
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Ibara kugirango Byahiswemo Umwandiko in Ubuso INGARUKA NIBA Ihitamo ni "
+"Bidakora"
+
+#: ../data/gedit.schemas.in.h:9
+#, fuzzy
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr "Ibara kugirango Umwandiko in Ubuso INGARUKA NIBA Ihitamo ni Bidakora"
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:11
+#, fuzzy
+msgid "Body Font for Printing"
+msgstr "kugirango"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Create Backup Copies"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Display Line Numbers"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Right Margin"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Editor Font"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:17
+#, fuzzy
+msgid "Encodings shown in menu"
+msgstr "in Ibikubiyemo"
+
+#: ../data/gedit.schemas.in.h:18
+#, fuzzy
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"Cyangwa Ingereka Kuri Gukoresha kugirango Inyibutsa IDOSIYE Amazina INGARUKA "
+"NIBA Ihitamo ni ku"
+
+#: ../data/gedit.schemas.in.h:19
+#, fuzzy
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Ibara kugirango Byahiswemo Umwandiko in Ubuso INGARUKA NIBA Ihitamo ni "
+"Bidakora"
+
+#: ../data/gedit.schemas.in.h:20
+#, fuzzy
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr "Ibara kugirango Umwandiko in Ubuso INGARUKA NIBA Ihitamo ni Bidakora"
+
+#: ../data/gedit.schemas.in.h:21
+#, fuzzy
+msgid "Header Font for Printing"
+msgstr "kugirango"
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+#, fuzzy
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"iyi Agaciro ni 0 Hanyuma Oya Umurongo Imibare Byinjijwemo Ryari: Icapa... a "
+"Inyandiko Gucapa Umurongo Imibare buri Umubare Bya Imirongo"
+
+#: ../data/gedit.schemas.in.h:25
+#, fuzzy
+msgid "Insert spaces"
+msgstr "Imyanya"
+
+#: ../data/gedit.schemas.in.h:26
+#, fuzzy
+msgid "Line Number Font for Printing"
+msgstr "kugirango"
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:28
+#, fuzzy
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr "Bya Gikora Kirimo Bya Gikora IDOSIYE kugirango Bya a"
+
+#: ../data/gedit.schemas.in.h:29
+#, fuzzy
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr "Bya in Ibikubiyemo in Gufungura Kubika IDOSIYE"
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:32
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr "Umubare Bya Kuri Isubiranyuma Cyangwa Isubiramo"
+
+#: ../data/gedit.schemas.in.h:33
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Umubare Bya Kuri Isubiranyuma Cyangwa Isubiramo"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:36
+#, fuzzy
+msgid "Monospace 12"
+msgstr "12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:39
+#, fuzzy
+msgid "Monospace 9"
+msgstr "9"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:43
+#, fuzzy
+msgid "Monospace Regular 9"
+msgstr "9"
+
+#: ../data/gedit.schemas.in.h:44
+#, fuzzy
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Bya Iminota Nyuma ku buryo bwikora Kubika Byahinduwe Idosiye INGARUKA NIBA "
+"Kubika Ihitamo ni ku"
+
+#: ../data/gedit.schemas.in.h:45
+msgid "Print Header"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:46
+msgid "Print Line Numbers"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:47
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Right Margin Position"
+msgstr ""
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:52
+msgid "Sans 11"
+msgstr ""
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:55
+#, fuzzy
+msgid "Sans 8"
+msgstr "8"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans Regular 11"
+msgstr ""
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:63
+#, fuzzy
+msgid "Sans Regular 8"
+msgstr "8"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Selected Text Color"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Selection Color"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:66
+#, fuzzy
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+"Urutonde Bya ku kugirango Ikiyega Imisobekere: Bya a IDOSIYE ni KIGEZWEHO "
+"Umwanya Imisobekere:"
+
+#: ../data/gedit.schemas.in.h:67
+#, fuzzy
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Kuri Gufunika Imirongo kugirango Icapa... kugirango Oya kugirango ku ijambo "
+"Na kugirango ku Inyuguti Uduciro Ubwoko Kugaragara Nka"
+
+#: ../data/gedit.schemas.in.h:68
+#, fuzzy
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Kuri Gufunika Imirongo in Ubuso kugirango Oya kugirango ku ijambo Na "
+"kugirango ku Inyuguti Uduciro Ubwoko Kugaragara Nka"
+
+#: ../data/gedit.schemas.in.h:69
+#, fuzzy
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "Intego- nyuguti Kuri Gukoresha kugirango a Ryari: Icapa... Inyandiko"
+
+#: ../data/gedit.schemas.in.h:70
+#, fuzzy
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+"Intego- nyuguti Kuri Gukoresha kugirango a Ryari: Icapa... Inyandiko ni a "
+"Gucapa Intego- nyuguti Izina: Na ku"
+
+#: ../data/gedit.schemas.in.h:71
+#, fuzzy
+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 ""
+"Intego- nyuguti Kuri Gukoresha kugirango Umurongo Imibare Ryari: Icapa... "
+"INGARUKA NIBA Ihitamo ni Zeru"
+
+#: ../data/gedit.schemas.in.h:72
+#, fuzzy
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+"Intego- nyuguti Kuri Gukoresha kugirango Umurongo Imibare Ryari: Icapa... "
+"INGARUKA NIBA Ihitamo ni Zeru ni a Gucapa Intego- nyuguti Izina: Na ku"
+
+#: ../data/gedit.schemas.in.h:73
+#, fuzzy
+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 ""
+"Intego- nyuguti Kuri Gukoresha kugirango Ipaji Imitwe Ryari: Icapa... a "
+"Inyandiko INGARUKA NIBA Ihitamo ni ku"
+
+#: ../data/gedit.schemas.in.h:74
+#, fuzzy
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+"Intego- nyuguti Kuri Gukoresha kugirango Ipaji Imitwe Ryari: Icapa... a "
+"Inyandiko INGARUKA NIBA Ihitamo ni ku ni a Gucapa Intego- nyuguti Izina: Na "
+"ku"
+
+#: ../data/gedit.schemas.in.h:75
+#, fuzzy
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr "Kinini Umubare Bya Idosiye in"
+
+#: ../data/gedit.schemas.in.h:76
+#, fuzzy
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Umubare Bya Imyanya Bya Inyuguti"
+
+#: ../data/gedit.schemas.in.h:77
+#, fuzzy
+msgid "Specifies the position of the right margin."
+msgstr "Ibirindiro Bya Iburyo: Marije"
+
+#: ../data/gedit.schemas.in.h:78
+#, fuzzy
+msgid "Status Bar is Visible"
+msgstr "ni"
+
+#: ../data/gedit.schemas.in.h:79
+#, fuzzy
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"kugirango Umwanyabikoresho Utubuto Uduciro Kuri Gukoresha Mburabuzi "
+"IMISUSIRE Kuri Kugaragaza Udushushondanga Kuri Kugaragaza Byombi "
+"Udushushondanga Na Umwandiko Na Kuri Kugaragaza Umwandiko Udushushondanga "
+"Uduciro Ubwoko Kugaragara Nka"
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Tab Size"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Text Color"
+msgstr "Ibara y'inyandiko"
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Toolbar Buttons Style"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:83
+#, fuzzy
+msgid "Toolbar is Visible"
+msgstr "ni"
+
+#: ../data/gedit.schemas.in.h:84
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Use Default Colors"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Use Default Font"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:87
+#, fuzzy
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"ku buryo bwikora Kubika Byahinduwe Idosiye Nyuma a Igihe Intera Gushyiraho "
+"Igihe Intera Na: Kubika Ihitamo"
+
+#: ../data/gedit.schemas.in.h:88
+#, fuzzy
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Kurema Inyibutsa Amakopi kugirango Idosiye Gushyiraho Inyibutsa IDOSIYE "
+"Umugereka Na: Ihitamo"
+
+#: ../data/gedit.schemas.in.h:89
+#, fuzzy
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Kugaragaza Umurongo Imibare in Ubuso"
+
+#: ../data/gedit.schemas.in.h:90
+#, fuzzy
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Kugaragaza Iburyo: Marije in Ubuso"
+
+#: ../data/gedit.schemas.in.h:91
+#, fuzzy
+msgid "Whether gedit should enable auto indentation."
+msgstr "Gushoboza Ikiyega"
+
+#: ../data/gedit.schemas.in.h:92
+#, fuzzy
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Gushoboza Igaragaza cyane"
+
+#: ../data/gedit.schemas.in.h:93
+#, fuzzy
+msgid "Whether gedit should highlight matching bracket."
+msgstr "garagaza cyane"
+
+#: ../data/gedit.schemas.in.h:94
+#, fuzzy
+msgid "Whether gedit should highlight the current line."
+msgstr "garagaza cyane KIGEZWEHO Umurongo"
+
+#: ../data/gedit.schemas.in.h:95
+#, fuzzy
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Gushyiramo a Inyandiko Umutwempangano Ryari: Icapa... Inyandiko"
+
+#: ../data/gedit.schemas.in.h:96
+#, fuzzy
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Kongeramo Imyanya Bya Amasimbuka"
+
+#: ../data/gedit.schemas.in.h:97
+#, fuzzy
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Gucapa Igaragaza cyane Ryari: Icapa... Inyandiko"
+
+#: ../data/gedit.schemas.in.h:98
+#, fuzzy
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Imimerere ku Hasi: Bya Kigaragara"
+
+#: ../data/gedit.schemas.in.h:99
+#, fuzzy
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Umwanyabikoresho Kigaragara in"
+
+#: ../data/gedit.schemas.in.h:100
+#, fuzzy
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+"Kuri Gukoresha Mburabuzi Amabara kugirango Ubuso iyi Ihitamo ni Bidakora "
+"Hanyuma Amabara Bya Ubuso in Na Amahitamo"
+
+#: ../data/gedit.schemas.in.h:101
+#, fuzzy
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+"Kuri Gukoresha Mburabuzi Intego- nyuguti kugirango Umwandiko Bya a Intego- "
+"nyuguti Kuri iyi Ihitamo ni Bidakora Hanyuma Intego- nyuguti in Ihitamo Bya "
+"Sisitemu Intego- nyuguti"
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:104
+#, fuzzy
+msgid "[ISO-8859-15]"
+msgstr "[15"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:108
+#, fuzzy
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr "[8 15"
+
+# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Filter.Graphic.Export.GIF.Interlaced..1.text
+#: ../gedit/bonobo-mdi.c:548 ../gedit/bonobo-mdi.c:2099
+#, fuzzy, c-format
+msgid "Activate %s"
+msgstr "Kureka bigakora"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:142
+#, fuzzy
+msgid "Close _without Saving"
+msgstr "Funga"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:367
+#, fuzzy, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Kubika Amahinduka Bivuye Iheruka ISEGONDA"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:376
+#, fuzzy
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "Kubika Amahinduka Bivuye Iheruka UMUNOTA"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:382
+#, fuzzy, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "Kubika Amahinduka Bivuye Iheruka UMUNOTA Na ISEGONDA"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:392
+#, fuzzy, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Kubika Amahinduka Bivuye Iheruka UMUNOTA"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:407
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:428
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Kubika Amahinduka Bivuye Iheruka ISAHA"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:413
+#, fuzzy, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "Kubika Amahinduka Bivuye Iheruka ISAHA Na UMUNOTA"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, fuzzy, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "Kubika Amahinduka Kuri Inyandiko Mbere"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:645
+#, fuzzy, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "ni Inyandiko Na: Amahinduka Kubika Amahinduka Mbere"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:662
+#, fuzzy
+msgid "S_elect the documents you want to save:"
+msgstr "Inyandiko Kuri Kubika"
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:679
+#, fuzzy
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Kubika Byose Amahinduka"
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:184
+#, fuzzy
+msgid "Go to Line"
+msgstr "Gya kumurongo"
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:197
+#, fuzzy
+msgid "_Go to Line"
+msgstr "Gya kumurongo"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:136
+#: ../gedit/dialogs/gedit-dialog-replace.c:1140 ../gedit/gedit-commands.c:383
+#, fuzzy, c-format
+msgid "The text \"%s\" was not found."
+msgstr "Umwandiko OYA Byabonetse"
+
+# offmgr/source\offapp\dialog\autocdlg.src:RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCORR_REPLACE.text
+#: ../gedit/dialogs/gedit-dialog-replace.c:269
+#: ../gedit/dialogs/replace.glade2.h:4 ../gedit/gedit-ui.xml.h:46
+msgid "Replace"
+msgstr "Gusimbura"
+
+# setup2/source\ui\dialog\dialog.src:RESID_DLG_OVERWRITE.12.text
+#: ../gedit/dialogs/gedit-dialog-replace.c:282
+#, fuzzy
+msgid "Replace _All"
+msgstr "Hindura byose"
+
+# offmgr/source\offapp\dialog\autocdlg.src:RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCORR_REPLACE.text
+#: ../gedit/dialogs/gedit-dialog-replace.c:285
+#: ../gedit/gedit-file-selector-util.c:114 ../plugins/savecopy/savecopy.c:369
+#, fuzzy
+msgid "_Replace"
+msgstr "Gusimbura"
+
+# offmgr/source\offapp\dialog\hyprlink.src:RID_SVXDLG_HYPERLINK.BTN_INET_SEARCH.text
+#: ../gedit/dialogs/gedit-dialog-replace.c:402 ../gedit/gedit-ui.xml.h:17
+msgid "Find"
+msgstr "Gushaka"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:1149
+#, fuzzy, c-format
+msgid "Found and replaced %d occurrence."
+msgid_plural "Found and replaced %d occurrences."
+msgstr[0] "Na ukugaragara"
+
+#: ../gedit/dialogs/gedit-dialog-uri.c:91
+msgid "Open Location"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:72
+#, fuzzy, c-format
+msgid "There was an error displaying help: %s"
+msgstr "Ikosa Ifashayobora"
+
+# basctl/source\basicide\macrodlg.src:RID_MACROCHOOSER.RID_TXT_DESCRIPTION.text
+#: ../gedit/dialogs/gedit-encodings-dialog.c:355
+#: ../gedit/dialogs/gedit-encodings-dialog.c:423
+#, fuzzy
+msgid "_Description"
+msgstr "Isobanuramiterere"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:364
+#: ../gedit/dialogs/gedit-encodings-dialog.c:432
+#, fuzzy
+msgid "_Encoding"
+msgstr "Imisobekere:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:1
+msgid "A_vailable encodings:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:2
+msgid "Character codings"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:3
+#, fuzzy
+msgid "E_ncodings shown in menu:"
+msgstr "in Ibikubiyemo"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr "Bikora"
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:86
+#: ../gedit/dialogs/program-location-dialog.glade2.h:2
+#, fuzzy
+msgid "Set program location..."
+msgstr "Porogaramu Ahantu"
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:116
+#, fuzzy, c-format
+msgid ""
+"The %s plugin uses an external program, called <tt>%s</tt>, to perform its "
+"task.\n"
+"\n"
+"Please, specify the location of the <tt>%s</tt> program."
+msgstr "external Porogaramu Kuri Igikorwa Ahantu Bya Porogaramu"
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:169
+#, fuzzy
+msgid "The selected file is not executable."
+msgstr "Byahiswemo IDOSIYE ni OYA"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:649
+#, fuzzy
+msgid "Push this button to select the font to be used by the editor"
+msgstr "iyi Akabuto Kuri Guhitamo Intego- nyuguti Kuri ku Muhinduzi"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+#, fuzzy
+msgid "Push this button to configure text color"
+msgstr "iyi Akabuto Kuri Kugena Imiterere Umwandiko Ibara"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+#, fuzzy
+msgid "Push this button to configure background color"
+msgstr "iyi Akabuto Kuri Kugena Imiterere Mbuganyuma Ibara"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+#, fuzzy
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+"iyi Akabuto Kuri Kugena Imiterere Ibara in Byahiswemo Umwandiko Kugaragara"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+#, fuzzy
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+"iyi Akabuto Kuri Kugena Imiterere Ibara in Byahiswemo Umwandiko cy/ "
+"byagarajwe"
+
+# sw/source\ui\wizard\wizbmp.src:STR_Pag_DefsElem.text
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1111
+msgid "Elements"
+msgstr "Ibintu"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:1
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1 ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:2
+#, fuzzy
+msgid "<b>Automatic Indentation</b>"
+msgstr "<B B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:3
+#, fuzzy
+msgid "<b>Bracket Matching</b>"
+msgstr "<B B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:4
+#, fuzzy
+msgid "<b>Current Line</b>"
+msgstr "<B B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:5
+#, fuzzy
+msgid "<b>Elements</b>"
+msgstr "<B B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:6
+#, fuzzy
+msgid "<b>File Saving</b>"
+msgstr "<B Idosiye B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:7
+#, fuzzy
+msgid "<b>Font</b>"
+msgstr "<B B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:8
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:2
+#, fuzzy
+msgid "<b>Line Numbers</b>"
+msgstr "<B B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:9
+#, fuzzy
+msgid "<b>Right Margin</b>"
+msgstr "<B B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:10
+#, fuzzy
+msgid "<b>Tab Stops</b>"
+msgstr "<B B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:11
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:3
+#, fuzzy
+msgid "<b>Text Wrapping</b>"
+msgstr "<B B"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:12
+#, fuzzy
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<Uburemere UTSINDAGIYE"
+
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Revision.TextDisplay.Insert.Attribute..1.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Revision.TextDisplay.Delete.Attribute..1.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Revision.TextDisplay.ChangedAttribute.Attribute..1.text
+#: ../gedit/dialogs/gedit-preferences.glade2.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Bold"
+msgstr "Bitsindagiye"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:14
+#, fuzzy
+msgid "Create a _backup copy of files before saving"
+msgstr "a Inyibutsa Gukoporora Bya Idosiye Mbere Mu kubika"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:15
+#, fuzzy
+msgid "Display right _margin"
+msgstr "Iburyo: Marije"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:16
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:4
+#, fuzzy
+msgid "Do not _split words over two lines"
+msgstr "OYA Gutandukanya Amagambo KURI Imirongo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:17
+msgid "Editor"
+msgstr "Muhinduzi"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:18
+#, fuzzy
+msgid "Editor _font: "
+msgstr "Intego- nyuguti"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:19
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:5
+#, fuzzy
+msgid "Enable text _wrapping"
+msgstr "Umwandiko"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:20
+msgid "Font & Colors"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:21
+#, fuzzy
+msgid "Hi_ghlight current line"
+msgstr "KIGEZWEHO Umurongo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:22
+#, fuzzy
+msgid "Highlight _mode:"
+msgstr "Ubwoko"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:23
+#, fuzzy
+msgid "Highlight matching _bracket"
+msgstr "garagaza cyane"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:24
+#, fuzzy
+msgid "Insert _spaces instead of tabs"
+msgstr "Imyanya Bya Amasimbuka"
+
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Revision.TextDisplay.Insert.Attribute..2.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Revision.TextDisplay.Delete.Attribute..2.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Revision.TextDisplay.ChangedAttribute.Attribute..2.text
+#: ../gedit/dialogs/gedit-preferences.glade2.h:25
+msgid "Italic"
+msgstr "Biberamye"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:26
+#, fuzzy
+msgid "Normal _text color:"
+msgstr "Umwandiko Ibara"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:27
+#, fuzzy
+msgid "Pick a color"
+msgstr "a Ibara"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:28
+#, fuzzy
+msgid "Pick the background color"
+msgstr "Mbuganyuma Ibara"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:29
+#, fuzzy
+msgid "Pick the editor font"
+msgstr "Muhinduzi Intego- nyuguti"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:30
+#, fuzzy
+msgid "Pick the normal text color"
+msgstr "Bisanzwe Umwandiko Ibara"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:31
+#, fuzzy
+msgid "Pick the selected text color"
+msgstr "Byahiswemo Umwandiko Ibara"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:32
+#, fuzzy
+msgid "Pick the selection color"
+msgstr "Ihitamo Ibara"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:33
+msgid "Plugins"
+msgstr ""
+
+# extracted from content/PrefsWindow.xul
+# LOCALIZATION NOTE : FILE UI for the outer parts of the Prefs dialog
+#: ../gedit/dialogs/gedit-preferences.glade2.h:34
+msgid "Preferences"
+msgstr "Ibyahisemo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:35
+#, fuzzy
+msgid "Se_lection color:"
+msgstr "Ibara"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:36
+#, fuzzy
+msgid "Selecte_d text color:"
+msgstr "Umwandiko Ibara"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:37
+msgid "Strikethrough"
+msgstr "Icishamokarongo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:38
+#, fuzzy
+msgid "Syntax Highlighting"
+msgstr "Inyandiko zigaragaye cyane"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:39
+#, fuzzy
+msgid "U_se default theme colors"
+msgstr "Mburabuzi Amabara"
+
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Revision.TextDisplay.Insert.Attribute..3.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Revision.TextDisplay.ChangedAttribute.Attribute..3.text
+#: ../gedit/dialogs/gedit-preferences.glade2.h:40
+msgid "Underline"
+msgstr "Gucaho umurongo"
+
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.5.text
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.3.text
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.2.text
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.3.text
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.3.text
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.3.text
+#: ../gedit/dialogs/gedit-preferences.glade2.h:41
+msgid "View"
+msgstr "Igaragaza"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:42
+#, fuzzy
+msgid "_Autosave files every"
+msgstr "Idosiye buri"
+
+# svx/source\items\svxitems.src:RID_SVXITEMS_BACKGROUND_COLOR.text
+#: ../gedit/dialogs/gedit-preferences.glade2.h:43
+#, fuzzy
+msgid "_Background color:"
+msgstr "Ibara rya mbuganyuma:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:44
+#, fuzzy
+msgid "_Background:"
+msgstr "Mbuganyuma:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:45
+#, fuzzy
+msgid "_Display line numbers"
+msgstr "Umurongo Imibare"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:46
+#, fuzzy
+msgid "_Enable automatic indentation"
+msgstr "Byikoresha"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:47
+#, fuzzy
+msgid "_Enable syntax highlighting"
+msgstr "Igaragaza cyane"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:48
+msgid "_Foreground:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:49
+#, fuzzy
+msgid "_Reset to Default "
+msgstr "Kuri"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:50
+#, fuzzy
+msgid "_Right margin at column:"
+msgstr "Marije ku Inkingi"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:51
+#, fuzzy
+msgid "_Tab width:"
+msgstr "Ubugari"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:52
+#, fuzzy
+msgid "_Use default theme font"
+msgstr "Mburabuzi Intego- nyuguti"
+
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Save.Document.AutoSaveTimeIntervall.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Wizard.Agenda.Elements.Minutes.text
+#: ../gedit/dialogs/gedit-preferences.glade2.h:53
+#, fuzzy
+msgid "_minutes"
+msgstr "Iminota"
+
+#: ../gedit/dialogs/goto-line.glade2.h:1
+msgid "Goto Line"
+msgstr "Gya kumurongo"
+
+#: ../gedit/dialogs/goto-line.glade2.h:2
+#, fuzzy
+msgid "_Line number:"
+msgstr "Umubare"
+
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\fontsubs.src:RID_SVX_FONT_SUBSTITUTION.FT_FONTNAME.text
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.10.text
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:6
+msgid "Fonts"
+msgstr "Imyandikire"
+
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:7
+msgid "General"
+msgstr "Rusange"
+
+# sc/sdi\scslots.src:SID_HFEDIT.text
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:8
+#, fuzzy
+msgid "He_aders and footers:"
+msgstr "Imitwe n'Impera hasi"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:9
+msgid "Page Setup"
+msgstr "Iboneza ry'ipaji"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:10
+#, fuzzy
+msgid "Print _line numbers"
+msgstr "Umurongo Imibare"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:11
+#, fuzzy
+msgid "Print s_yntax highlighting"
+msgstr "Igaragaza cyane"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:12
+#, fuzzy
+msgid "_Body:"
+msgstr "Umubiri"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:13
+#, fuzzy
+msgid "_Line numbers:"
+msgstr "Imibare"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:14
+#, fuzzy
+msgid "_Number every"
+msgstr "buri"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:15
+#, fuzzy
+msgid "_Print page headers"
+msgstr "Ipaji Imitwe"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:16
+msgid "_Restore Default Fonts"
+msgstr ""
+
+# sw/source\ui\misc\linenum.src:TP_LINENUMBERING.FT_NUM_ROWS.text
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:17
+msgid "lines"
+msgstr "Imirongo"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:1
+msgid "C_onfigure Plugin"
+msgstr ""
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:2
+msgid "_About Plugin"
+msgstr ""
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:3
+msgid "button1"
+msgstr ""
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:4
+msgid "dialog1"
+msgstr ""
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:1
+#, fuzzy
+msgid "Browse for program location..."
+msgstr "kugirango Porogaramu Ahantu"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:3
+#, fuzzy
+msgid "_Location to search for:"
+msgstr "Kuri Gushaka kugirango"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:4
+#, fuzzy
+msgid "label"
+msgstr "Akarango"
+
+#: ../gedit/dialogs/replace.glade2.h:1 ../gedit/dialogs/uri.glade2.h:1
+#: ../plugins/shell_output/shell_output.glade2.h:1
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../gedit/dialogs/replace.glade2.h:2 ../gedit/gedit-ui.xml.h:19
+#, fuzzy
+msgid "Find Next"
+msgstr "Shaka ibikurikira"
+
+#: ../gedit/dialogs/replace.glade2.h:3
+#, fuzzy
+msgid "Match _entire word only"
+msgstr "ijambo"
+
+# setup2/source\ui\dialog\dialog.src:RESID_DLG_OVERWRITE.12.text
+#: ../gedit/dialogs/replace.glade2.h:5
+msgid "Replace All"
+msgstr "Hindura byose"
+
+# svx/source\dialog\bmpmask.src:RID_SVXDLG_BMPMASK.FT_3.text
+#: ../gedit/dialogs/replace.glade2.h:6
+#, fuzzy
+msgid "Replace _with: "
+msgstr "Gusimbuza na..."
+
+# svx/source\form\fmsearch.src:RID_SVXDLG_SEARCHFORM.CB_BACKWARD.text
+#: ../gedit/dialogs/replace.glade2.h:7
+#, fuzzy
+msgid "Search _backwards"
+msgstr "Gushakisha inyuma"
+
+# svx/source\dialog\srchdlg.src:RID_SVXDLG_SEARCH.CB_MATCH_CASE.text
+#: ../gedit/dialogs/replace.glade2.h:8
+#, fuzzy
+msgid "_Match case"
+msgstr "Guhuza inyandiko"
+
+#: ../gedit/dialogs/replace.glade2.h:9
+#, fuzzy
+msgid "_Search for: "
+msgstr "Gushakisha:"
+
+#: ../gedit/dialogs/replace.glade2.h:10
+#, fuzzy
+msgid "_Wrap around"
+msgstr "Gufunika kumpande"
+
+#: ../gedit/dialogs/uri.glade2.h:2
+msgid "Ch_aracter coding:"
+msgstr ""
+
+#: ../gedit/dialogs/uri.glade2.h:3
+#, fuzzy
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "Ahantu Bya IDOSIYE nka Kuri Gufungura"
+
+#: ../gedit/dialogs/uri.glade2.h:4
+#, fuzzy
+msgid "Open from URI"
+msgstr "Bivuye"
+
+#: ../gedit/gedit-commands.c:551
+#, fuzzy
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "ni a Gitoya Na Umwandiko Muhinduzi kugirango"
+
+#. Translators: This is a special message that shouldn't be translated
+#. literally. It is used in the about box to give credits to
+#. the translators.
+#. Thus, you should translate it to your name and email address.
+#. You can also include other translators who have contributed to
+#. this translation; in that case, please write them on separate
+#. lines seperated by newlines (\n).
+#: ../gedit/gedit-commands.c:560
+#, fuzzy
+msgid "translator-credits"
+msgstr "Umusemuzi"
+
+#: ../gedit/gedit-commands.c:579
+msgid "gedit"
+msgstr ""
+
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+#: ../gedit/gedit-document.c:384
+#, fuzzy, c-format
+msgid "%s %d"
+msgstr "%s%d"
+
+#: ../gedit/gedit-document.c:384
+msgid "Unsaved Document"
+msgstr ""
+
+#: ../gedit/gedit-document.c:934 ../gedit/gedit-document.c:1488
+#, fuzzy
+msgid "Invalid UTF-8 data"
+msgstr "8 Ibyatanzwe"
+
+#: ../gedit/gedit-document.c:1750
+#, fuzzy, c-format
+msgid "Could not read symbolic link information for %s"
+msgstr "OYA Gusoma Ihuza Ibisobanuro kugirango"
+
+#: ../gedit/gedit-document.c:1796
+#, fuzzy
+msgid "The file has too many symbolic links."
+msgstr "IDOSIYE amahuza"
+
+#: ../gedit/gedit-document.c:1880
+#, fuzzy, c-format
+msgid "gedit cannot handle %s: locations in write mode."
+msgstr "in Ubwoko"
+
+#: ../gedit/gedit-document.c:1887
+#, fuzzy
+msgid "gedit cannot handle this kind of location in write mode."
+msgstr "iyi Bya Ahantu in Ubwoko"
+
+#: ../gedit/gedit-document.c:1900
+#, fuzzy
+msgid "Invalid filename."
+msgstr "Izina ry'idosiye:"
+
+#: ../gedit/gedit-document.c:2051
+#, fuzzy
+msgid ""
+"There is not enough disk space to save the file.\n"
+"Please free some disk space and try again."
+msgstr "ni OYA Umwanya Kuri Kubika IDOSIYE Kigenga Umwanya Na"
+
+#: ../gedit/gedit-document.c:2056
+#, fuzzy
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"Kuri Kubika IDOSIYE a ku IDOSIYE Mu kubika a Gitoya IDOSIYE Cyangwa Mu "
+"kubika Kuri a OYA iyi"
+
+#: ../gedit/gedit-document.c:2100
+#, fuzzy
+msgid "Could not create a backup file."
+msgstr "OYA Kurema a Inyibutsa IDOSIYE"
+
+#: ../gedit/gedit-encodings-option-menu.c:204
+msgid "Auto Detected"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:224
+#: ../gedit/gedit-encodings-option-menu.c:246
+#, c-format
+msgid "Current Locale (%s)"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:307
+#, fuzzy
+msgid "Add or _Remove..."
+msgstr "Cyangwa"
+
+# svtools/source\control\ctrlbox.src:STR_SVT_COLLATE_UNICODE.text
+#: ../gedit/gedit-encodings.c:136 ../gedit/gedit-encodings.c:181
+#: ../gedit/gedit-encodings.c:183 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187
+msgid "Unicode"
+msgstr "Inikode"
+
+# offmgr/source\offapp\dialog\optgdlg.src:FT_WEST_LANG.text
+#: ../gedit/gedit-encodings.c:150 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:222 ../gedit/gedit-encodings.c:265
+msgid "Western"
+msgstr "By'iburengerazuba"
+
+#: ../gedit/gedit-encodings.c:152 ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:261
+msgid "Central European"
+msgstr "Uburayi bwo hagati"
+
+#: ../gedit/gedit-encodings.c:154
+msgid "South European"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:172
+#: ../gedit/gedit-encodings.c:275
+msgid "Baltic"
+msgstr "Igibalitiki"
+
+# svx/source\dialog\charmap.src:RID_SUBSETMAP.RID_SUBSETSTR_CYRILLIC.text
+#: ../gedit/gedit-encodings.c:158 ../gedit/gedit-encodings.c:226
+#: ../gedit/gedit-encodings.c:239 ../gedit/gedit-encodings.c:243
+#: ../gedit/gedit-encodings.c:245 ../gedit/gedit-encodings.c:263
+msgid "Cyrillic"
+msgstr "Nyasilike"
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_AEGYPT.text
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:232
+#: ../gedit/gedit-encodings.c:273
+msgid "Arabic"
+msgstr "Icyarabu"
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_GREECE.text
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:267
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr "Ikigereki"
+
+#: ../gedit/gedit-encodings.c:164
+msgid "Hebrew Visual"
+msgstr ""
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.73.text
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:230
+#: ../gedit/gedit-encodings.c:271 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr "Igiheburayo"
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_TURKISH.text
+#: ../gedit/gedit-encodings.c:168 ../gedit/gedit-encodings.c:228
+#: ../gedit/gedit-encodings.c:269 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr "Igituruki"
+
+#: ../gedit/gedit-encodings.c:170
+msgid "Nordic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Celtic"
+msgstr ""
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.106.text
+#: ../gedit/gedit-encodings.c:178 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr "Nyarumeniya"
+
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\charmap.src:RID_SUBSETMAP.RID_SUBSETSTR_ARMENIAN.text
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.23.text
+#: ../gedit/gedit-encodings.c:190
+msgid "Armenian"
+msgstr "Nyarumeniya"
+
+#: ../gedit/gedit-encodings.c:192 ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:208
+msgid "Chinese Traditional"
+msgstr "Igishinwa Karande"
+
+#: ../gedit/gedit-encodings.c:196
+msgid "Cyrillic/Russian"
+msgstr ""
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_JAPAN.text
+#: ../gedit/gedit-encodings.c:199 ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:250
+msgid "Japanese"
+msgstr "Ikiyapani"
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_KOREA.text
+#: ../gedit/gedit-encodings.c:206 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:241 ../gedit/gedit-encodings.c:256
+msgid "Korean"
+msgstr "Ikinyakoreya"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:213
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:219
+msgid "Chinese Simplified"
+msgstr "Igishinwa cyoroheje"
+
+#: ../gedit/gedit-encodings.c:217
+msgid "Georgian"
+msgstr "Ikinyageworugiya"
+
+#: ../gedit/gedit-encodings.c:247
+msgid "Cyrillic/Ukrainian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:258
+#: ../gedit/gedit-encodings.c:277 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr "Ikinyaviyetinamu"
+
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\charmap.src:RID_SUBSETMAP.RID_SUBSETSTR_THAI.text
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.140.text
+#: ../gedit/gedit-encodings.c:254
+msgid "Thai"
+msgstr "Tayi"
+
+# filter/source\xsltdialog\xmlfilterdialogstrings.src:STR_UNKNOWN_APPLICATION.text
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr "Kitazwi"
+
+#: ../gedit/gedit-file-selector-util.c:132 ../plugins/savecopy/savecopy.c:356
+#, fuzzy, c-format
+msgid "A file named \"%s\" already exists.\n"
+msgstr "A IDOSIYE"
+
+#: ../gedit/gedit-file-selector-util.c:133 ../plugins/savecopy/savecopy.c:360
+#, fuzzy
+msgid "Do you want to replace it with the one you are saving?"
+msgstr "Kuri Gusimbura Na: Mu kubika"
+
+#: ../gedit/gedit-file-selector-util.c:142
+#, fuzzy, c-format
+msgid "The file \"%s\" is read-only.\n"
+msgstr "IDOSIYE ni Gusoma"
+
+#: ../gedit/gedit-file-selector-util.c:143
+#, fuzzy
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Kuri Kuri Gusimbura Na: Mu kubika"
+
+#: ../gedit/gedit-file-selector-util.c:338 ../plugins/savecopy/savecopy.c:584
+msgid "All Files"
+msgstr "Amadosiye yose"
+
+#: ../gedit/gedit-file-selector-util.c:346 ../plugins/savecopy/savecopy.c:592
+msgid "All Text Files"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:364 ../plugins/savecopy/savecopy.c:603
+msgid "_Character Coding:"
+msgstr ""
+
+#: ../gedit/gedit-file-selector-util.c:498
+#, fuzzy
+msgid "Select a file to open"
+msgstr "a IDOSIYE Kuri Gufungura"
+
+#: ../gedit/gedit-file-selector-util.c:523
+#, fuzzy
+msgid "Select files to open"
+msgstr "Idosiye Kuri Gufungura"
+
+#: ../gedit/gedit-file-selector-util.c:559
+#, fuzzy
+msgid "Select a filename to save"
+msgstr "a Izina ry'idosiye: Kuri Kubika"
+
+#: ../gedit/gedit-file.c:194
+msgid "Open File..."
+msgstr "Fungura Idosiye..."
+
+# starmath/source\smres.src:STR_STATSTR_WRITING.text
+#: ../gedit/gedit-file.c:250 ../gedit/gedit-file.c:390
+#, fuzzy, c-format
+msgid "Saving document \"%s\"..."
+msgstr "Gushyingura Inyandiko"
+
+#: ../gedit/gedit-file.c:279 ../gedit/gedit-file.c:408
+#, fuzzy, c-format
+msgid "The document \"%s\" has not been saved."
+msgstr "Inyandiko OYA"
+
+#: ../gedit/gedit-file.c:287 ../gedit/gedit-file.c:421
+#, fuzzy, c-format
+msgid "The document \"%s\" has been saved."
+msgstr "Inyandiko"
+
+# sfx2/source\doc\doc.src:STR_SAVEASDOC.text
+#: ../gedit/gedit-file.c:372
+#, fuzzy
+msgid "Save as..."
+msgstr "Gushyingura muri..."
+
+#: ../gedit/gedit-file.c:526
+#, fuzzy, c-format
+msgid "Revert unsaved changes to document \"%s\"?"
+msgstr "Amahinduka Kuri Inyandiko"
+
+#: ../gedit/gedit-file.c:535
+#, fuzzy, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Kuri Inyandiko in Iheruka ISEGONDA"
+
+#: ../gedit/gedit-file.c:544
+#, fuzzy
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Kuri Inyandiko in Iheruka UMUNOTA"
+
+#: ../gedit/gedit-file.c:550
+#, fuzzy, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "Kuri Inyandiko in Iheruka UMUNOTA Na ISEGONDA"
+
+#: ../gedit/gedit-file.c:560
+#, fuzzy, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Kuri Inyandiko in Iheruka UMUNOTA"
+
+#: ../gedit/gedit-file.c:575 ../gedit/gedit-file.c:596
+#, fuzzy, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Kuri Inyandiko in Iheruka ISAHA"
+
+#: ../gedit/gedit-file.c:581
+#, fuzzy, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "Kuri Inyandiko in Iheruka ISAHA Na UMUNOTA"
+
+#: ../gedit/gedit-file.c:617 ../gedit/gedit-ui.xml.h:94
+#, fuzzy
+msgid "_Revert"
+msgstr "Kugaruza"
+
+#: ../gedit/gedit-file.c:662
+#, fuzzy, c-format
+msgid "Error reverting the document \"%s\"."
+msgstr "Inyandiko"
+
+#: ../gedit/gedit-file.c:670
+#, fuzzy, c-format
+msgid "The document \"%s\" has not been reverted."
+msgstr "Inyandiko OYA"
+
+#: ../gedit/gedit-file.c:674
+#, fuzzy, c-format
+msgid "The document \"%s\" has been reverted."
+msgstr "Inyandiko"
+
+#: ../gedit/gedit-file.c:702
+#, fuzzy, c-format
+msgid "Reverting the document \"%s\"..."
+msgstr "Inyandiko"
+
+#: ../gedit/gedit-file.c:825
+#, fuzzy
+msgid "Could not read data from stdin."
+msgstr "OYA Gusoma Ibyatanzwe Bivuye"
+
+#: ../gedit/gedit-file.c:912
+#, fuzzy
+msgid "Reverting file:"
+msgstr "IDOSIYE"
+
+#: ../gedit/gedit-file.c:912
+#, fuzzy
+msgid "Loading file:"
+msgstr "IDOSIYE"
+
+#: ../gedit/gedit-file.c:1092 ../gedit/gedit-file.c:1333
+#, fuzzy, c-format
+msgid "Error loading file \"%s\""
+msgstr "Itangira... IDOSIYE"
+
+#: ../gedit/gedit-file.c:1113
+#, fuzzy, c-format
+msgid "Loaded file \"%s\""
+msgstr "IDOSIYE"
+
+#: ../gedit/gedit-file.c:1225
+#, fuzzy, c-format
+msgid "Loaded %d file"
+msgid_plural "Loaded %d files"
+msgstr[0] "IDOSIYE"
+
+#: ../gedit/gedit-file.c:1286
+#, fuzzy, c-format
+msgid "Created file \"%s\""
+msgstr "IDOSIYE"
+
+#: ../gedit/gedit-file.c:1304
+#, fuzzy, c-format
+msgid "Loading file \"%s\"..."
+msgstr "IDOSIYE"
+
+#: ../gedit/gedit-file.c:1469
+#, fuzzy, c-format
+msgid "Loading %d file..."
+msgid_plural "Loading %d files..."
+msgstr[0] "IDOSIYE"
+
+#: ../gedit/gedit-io-error-dialogs.c:84
+#, fuzzy, c-format
+msgid "Could not find the file \"%s\""
+msgstr "OYA Gushaka IDOSIYE"
+
+#: ../gedit/gedit-io-error-dialogs.c:86 ../gedit/gedit-io-error-dialogs.c:130
+#: ../gedit/gedit-io-error-dialogs.c:150
+#, fuzzy
+msgid "Please, check that you typed the location correctly and try again."
+msgstr "Kugenzura... Ahantu Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:91 ../gedit/gedit-io-error-dialogs.c:99
+#: ../gedit/gedit-io-error-dialogs.c:116 ../gedit/gedit-io-error-dialogs.c:122
+#: ../gedit/gedit-io-error-dialogs.c:135 ../gedit/gedit-io-error-dialogs.c:141
+#: ../gedit/gedit-io-error-dialogs.c:155 ../gedit/gedit-io-error-dialogs.c:171
+#: ../gedit/gedit-io-error-dialogs.c:215 ../gedit/gedit-io-error-dialogs.c:223
+#: ../gedit/gedit-io-error-dialogs.c:231 ../gedit/gedit-io-error-dialogs.c:239
+#: ../gedit/gedit-io-error-dialogs.c:246 ../gedit/gedit-io-error-dialogs.c:252
+#: ../gedit/gedit-io-error-dialogs.c:292 ../gedit/gedit-io-error-dialogs.c:313
+#: ../gedit/gedit-io-error-dialogs.c:341
+#, fuzzy, c-format
+msgid "Could not open the file \"%s\""
+msgstr "Ntishobora gufungura idosiye."
+
+#: ../gedit/gedit-io-error-dialogs.c:93 ../gedit/gedit-io-error-dialogs.c:406
+#, fuzzy
+msgid "The file contains corrupted data."
+msgstr "IDOSIYE Kirimo Ibyatanzwe"
+
+#: ../gedit/gedit-io-error-dialogs.c:104 ../gedit/gedit-io-error-dialogs.c:417
+#, c-format
+msgid "gedit cannot handle %s: locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:109 ../gedit/gedit-io-error-dialogs.c:422
+#, fuzzy
+msgid "gedit cannot handle this location."
+msgstr "iyi Ahantu"
+
+#: ../gedit/gedit-io-error-dialogs.c:118 ../gedit/gedit-io-error-dialogs.c:431
+#, fuzzy
+msgid "The file contains data in an invalid format."
+msgstr "IDOSIYE Kirimo Ibyatanzwe in Sibyo Imiterere"
+
+#: ../gedit/gedit-io-error-dialogs.c:124 ../gedit/gedit-io-error-dialogs.c:437
+#, fuzzy
+msgid "The file is too big."
+msgstr "IDOSIYE ni"
+
+#: ../gedit/gedit-io-error-dialogs.c:128
+#, fuzzy, c-format
+msgid "\"%s\" is not a valid location"
+msgstr "\"%s\"ni OYA a Byemewe Ahantu"
+
+#: ../gedit/gedit-io-error-dialogs.c:137 ../gedit/gedit-io-error-dialogs.c:443
+msgid "Access was denied."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:143
+#, fuzzy
+msgid ""
+"there are too many open files. Please, close some open files and try again."
+msgstr "Gufungura Idosiye Gufunga Gufungura Idosiye Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:148 ../gedit/gedit-io-error-dialogs.c:661
+#, fuzzy, c-format
+msgid "\"%s\" is a directory"
+msgstr "\"%s\"ni a bushyinguro"
+
+#: ../gedit/gedit-io-error-dialogs.c:157
+#, fuzzy
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr "Bihari Ububiko Kuri Gufungura IDOSIYE Gufunga Porogaramu Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:185 ../gedit/gedit-io-error-dialogs.c:483
+#, fuzzy, c-format
+msgid ""
+"Host \"%s\" could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr "OYA Byabonetse Kugenzura... Porogisi Amagenamiterere Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:196 ../gedit/gedit-io-error-dialogs.c:207
+#: ../gedit/gedit-io-error-dialogs.c:217
+#, fuzzy
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr "Izina: Sibyo Kugenzura... Ahantu Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:225
+#, fuzzy
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr "Izina: ubusa Kugenzura... Porogisi Amagenamiterere Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:233
+#, fuzzy
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr "Kuri LOG in Byanze Kugenzura... Ahantu Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:241
+#, fuzzy
+msgid ""
+"The file contains invalid data. Probably, you are trying to open a binary "
+"file."
+msgstr "IDOSIYE Kirimo Sibyo Ibyatanzwe Kuri Gufungura a Nyabibiri IDOSIYE"
+
+#: ../gedit/gedit-io-error-dialogs.c:248
+#, fuzzy
+msgid "The file you are trying to open is not a regular file."
+msgstr "IDOSIYE Kuri Gufungura ni OYA a Ibisanzwe IDOSIYE"
+
+#: ../gedit/gedit-io-error-dialogs.c:294
+#, fuzzy
+msgid ""
+"gedit was not able to automatically detect the character coding. Please, "
+"check that you are not trying to open a binary file and try again selecting "
+"a character coding in the 'Open File...' (or 'Open Location') dialog."
+msgstr ""
+"OYA Kuri ku buryo bwikora Inyuguti Kugenzura... OYA Kuri Gufungura a "
+"Nyabibiri IDOSIYE Na a Inyuguti in Idosiye Cyangwa Ikiganiro"
+
+#: ../gedit/gedit-io-error-dialogs.c:302 ../gedit/gedit-io-error-dialogs.c:328
+#, fuzzy, c-format
+msgid "Could not open the file \"%s\" using the %s character coding"
+msgstr "OYA Gufungura IDOSIYE ikoresha Inyuguti"
+
+#: ../gedit/gedit-io-error-dialogs.c:305 ../gedit/gedit-io-error-dialogs.c:331
+#, fuzzy
+msgid ""
+"Please, check that you are not trying to open a binary file and that you "
+"selected the right character coding in the 'Open File... ' (or 'Open "
+"Location') dialog and try again."
+msgstr ""
+"Kugenzura... OYA Kuri Gufungura a Nyabibiri IDOSIYE Na Byahiswemo Iburyo: "
+"Inyuguti in Idosiye Cyangwa Ikiganiro Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:315
+#, fuzzy
+msgid ""
+"The file contains data in an invalid format. Probably, you are trying to "
+"open a binary file."
+msgstr ""
+"IDOSIYE Kirimo Ibyatanzwe in Sibyo Imiterere Kuri Gufungura a Nyabibiri "
+"IDOSIYE"
+
+#: ../gedit/gedit-io-error-dialogs.c:397 ../gedit/gedit-io-error-dialogs.c:404
+#: ../gedit/gedit-io-error-dialogs.c:410 ../gedit/gedit-io-error-dialogs.c:429
+#: ../gedit/gedit-io-error-dialogs.c:435 ../gedit/gedit-io-error-dialogs.c:441
+#: ../gedit/gedit-io-error-dialogs.c:447 ../gedit/gedit-io-error-dialogs.c:454
+#: ../gedit/gedit-io-error-dialogs.c:469 ../gedit/gedit-io-error-dialogs.c:497
+#: ../gedit/gedit-io-error-dialogs.c:505 ../gedit/gedit-io-error-dialogs.c:511
+#: ../gedit/gedit-io-error-dialogs.c:518 ../gedit/gedit-io-error-dialogs.c:557
+#, fuzzy, c-format
+msgid "Could not revert the file \"%s\""
+msgstr "OYA Kugaruza IDOSIYE"
+
+#: ../gedit/gedit-io-error-dialogs.c:399
+#, fuzzy
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr "Gushaka Cyasibwe"
+
+#: ../gedit/gedit-io-error-dialogs.c:449
+#, fuzzy
+msgid ""
+"There are too many open files. Please, close some open files and try again."
+msgstr "Gufungura Idosiye Gufunga Gufungura Idosiye Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:456
+#, fuzzy
+msgid ""
+"Not enough available memory. Please, close some running applications and try "
+"again."
+msgstr "Bihari Ububiko Gufunga Porogaramu Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:499
+#, fuzzy
+msgid ""
+"The host name was empty. Please, check that your proxy settings are correct "
+"and try again."
+msgstr "Ubuturo Izina: ubusa Kugenzura... Porogisi Amagenamiterere Na"
+
+#: ../gedit/gedit-io-error-dialogs.c:507
+#, fuzzy
+msgid "Attempt to log in failed."
+msgstr "Kuri LOG in Byanze"
+
+#: ../gedit/gedit-io-error-dialogs.c:513
+#, fuzzy
+msgid ""
+"The file contains invalid UTF-8 data. Probably, you are trying to revert a "
+"binary file."
+msgstr "IDOSIYE Kirimo Sibyo 8 Ibyatanzwe Kuri Kugaruza a Nyabibiri IDOSIYE"
+
+#: ../gedit/gedit-io-error-dialogs.c:520
+#, fuzzy
+msgid "It is not possible to revert an Untitled document."
+msgstr "ni OYA Kuri Kugaruza Inyandiko"
+
+#: ../gedit/gedit-io-error-dialogs.c:607
+#, fuzzy, c-format
+msgid "Could not save the file \"%s\""
+msgstr "OYA Kubika IDOSIYE"
+
+# svx/source\options\multipat.src:RID_SVXSTR_MULTIFILE_DBL_ERR.text
+#: ../gedit/gedit-io-error-dialogs.c:656
+#, fuzzy, c-format
+msgid "The file \"%s\" already exists"
+msgstr "Idosiye irasanzwe."
+
+#: ../gedit/gedit-io-error-dialogs.c:662
+#, fuzzy
+msgid "Please, check that you typed the location correctly."
+msgstr "Kugenzura... Ahantu"
+
+#: ../gedit/gedit-io-error-dialogs.c:668 ../gedit/gedit-io-error-dialogs.c:674
+#: ../gedit/gedit-io-error-dialogs.c:680 ../gedit/gedit-io-error-dialogs.c:687
+#: ../gedit/gedit-io-error-dialogs.c:694
+#, fuzzy, c-format
+msgid "Could not create the file \"%s\""
+msgstr "OYA Kurema IDOSIYE"
+
+#: ../gedit/gedit-io-error-dialogs.c:670
+#, fuzzy
+msgid "Make sure you have the appropriate write permissions."
+msgstr "Uruhushya"
+
+#: ../gedit/gedit-io-error-dialogs.c:676
+#, fuzzy
+msgid "The file name is too long."
+msgstr "IDOSIYE Izina: ni"
+
+#: ../gedit/gedit-io-error-dialogs.c:682
+#, fuzzy
+msgid ""
+"A directory component in the file name does not exist or is a dangling "
+"symbolic link."
+msgstr "A bushyinguro in IDOSIYE Izina: OYA Cyangwa ni a Ihuza"
+
+#: ../gedit/gedit-io-error-dialogs.c:689
+#, fuzzy
+msgid ""
+"There is not enough disk space to create the file. Please free some disk "
+"space and try again."
+msgstr "ni OYA Umwanya Kuri Kurema IDOSIYE Kigenga Umwanya Na"
+
+#. Read only
+#: ../gedit/gedit-mdi-child.c:249
+msgid "RO"
+msgstr ""
+
+#. Add the detach tab button
+#: ../gedit/gedit-mdi-child.c:650 ../gedit/gedit-ui.xml.h:85
+#, fuzzy
+msgid "_Move to New Window"
+msgstr "Kuri"
+
+# svx/source\dialog\txenctab.src:RID_SVXSTR_TEXTENCODING_TABLE.67.text
+#: ../gedit/gedit-mdi-child.c:803
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+# sc/source\ui\dbgui\pvfundlg.src:RID_SCDLG_PIVOTSUBT.FT_NAMELABEL.text
+#: ../gedit/gedit-mdi-child.c:813
+msgid "Name:"
+msgstr "Izina:"
+
+# framework/source\classes\fltdlg.src:DLG_FILTER_SELECT.FT_DLG_MIMETYPE.text
+#: ../gedit/gedit-mdi-child.c:814
+#, fuzzy
+msgid "MIME Type:"
+msgstr "Ubwoko bwa MIME:"
+
+#: ../gedit/gedit-mdi-child.c:815
+msgid "Encoding:"
+msgstr "Imisobekere:"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-mdi.c:260 ../gedit/gedit-mdi.c:463
+#, fuzzy, c-format
+msgid "Open '%s'"
+msgstr "Gufungura''"
+
+#: ../gedit/gedit-mdi.c:538
+#, fuzzy
+msgid "Open a recently used file"
+msgstr "a IDOSIYE"
+
+#: ../gedit/gedit-mdi.c:1477 ../gedit/gedit-mdi.c:1479
+msgid "Read Only"
+msgstr "Gusoma gusa"
+
+# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Save.Graphic.Format..0.text
+#: ../gedit/gedit-mdi.c:2103
+msgid "Normal"
+msgstr "Bisanzwe"
+
+#: ../gedit/gedit-mdi.c:2104
+#, fuzzy
+msgid "Use Normal highlight mode"
+msgstr "garagaza cyane Ubwoko"
+
+#: ../gedit/gedit-mdi.c:2180
+#, fuzzy, c-format
+msgid "Use %s highlight mode"
+msgstr "garagaza cyane Ubwoko"
+
+#: ../gedit/gedit-output-window.c:378
+#, fuzzy
+msgid "Close the output window"
+msgstr "Funga Ibisohoka Idirishya"
+
+#: ../gedit/gedit-output-window.c:416
+#, fuzzy
+msgid "Copy selected lines"
+msgstr "Byahiswemo Imirongo"
+
+#: ../gedit/gedit-output-window.c:436
+#, fuzzy
+msgid "Clear the output window"
+msgstr "Ibisohoka Idirishya"
+
+#: ../gedit/gedit-output-window.c:476
+msgid "Output Lines"
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:175
+#, fuzzy
+msgid "Cannot initialize preferences manager."
+msgstr "gutangiza Ibyahiswemo Muyobozi"
+
+#: ../gedit/gedit-prefs-manager.c:1326
+#, fuzzy, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Itegerejwe kugirango Urufunguzo"
+
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+#: ../gedit/gedit-print.c:219 ../gedit/gedit-ui.xml.h:37
+msgid "Print"
+msgstr "Gucapa"
+
+# #-#-#-#-# sch.pot (Gnome 2.12) #-#-#-#-#
+# sch/source\ui\app\strings.src:STR_LINES.text
+# #-#-#-#-# sch.pot (Gnome 2.12) #-#-#-#-#
+# sch/source\ui\dlg\attrib2.src:TAB_LINE.text
+# #-#-#-#-# sch.pot (Gnome 2.12) #-#-#-#-#
+# sch/source\ui\dlg\attrib3.src:TAB_DIAGRAM_WALL.1.RID_SVXPAGE_LINE.text
+# #-#-#-#-# sch.pot (Gnome 2.12) #-#-#-#-#
+# sch/source\ui\dlg\attrib3.src:TAB_DIAGRAM_FLOOR.1.RID_SVXPAGE_LINE.text
+# #-#-#-#-# sch.pot (Gnome 2.12) #-#-#-#-#
+# sch/source\ui\dlg\attrib3.src:TAB_DIAGRAM_AREA.1.RID_SVXPAGE_LINE.text
+# #-#-#-#-# sch.pot (Gnome 2.12) #-#-#-#-#
+# sch/source\ui\dlg\attrib4.src:TAB_DIAGRAM_STOCK_LOSS.1.RID_SVXPAGE_LINE.text
+# #-#-#-#-# sch.pot (Gnome 2.12) #-#-#-#-#
+# sch/source\ui\dlg\attrib4.src:TAB_DIAGRAM_STOCK_PLUS.1.RID_SVXPAGE_LINE.text
+#: ../gedit/gedit-print.c:228 ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Lines"
+msgstr "Imirongo"
+
+#: ../gedit/gedit-print.c:330
+#, fuzzy
+msgid "Preparing pages..."
+msgstr "Amapaji"
+
+#: ../gedit/gedit-print.c:357
+#, fuzzy, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Ipaji Bya"
+
+#: ../gedit/gedit-print.c:359
+#, fuzzy, c-format
+msgid "Printing page %d of %d..."
+msgstr "Ipaji Bya"
+
+# sc/source\ui\src\scstring.src:SCSTR_PREVIEWSHELL.text
+#: ../gedit/gedit-print.c:381 ../gedit/gedit-ui.xml.h:40
+#, fuzzy
+msgid "Print preview"
+msgstr "Igaragazambere ryo Gucapa"
+
+# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_HFCMD_FILE.text
+#: ../gedit/gedit-print.c:551
+#, fuzzy, c-format
+msgid "File: %s"
+msgstr "IDOSIYE"
+
+#: ../gedit/gedit-print.c:557
+#, fuzzy
+msgid "Page %N of %Q"
+msgstr "Ipaji# ya#"
+
+#: ../gedit/gedit-ui.xml.h:1
+#, fuzzy
+msgid "About this application"
+msgstr "iyi Porogaramu"
+
+#: ../gedit/gedit-ui.xml.h:2
+#, fuzzy
+msgid "Change the visibility of the output window in the current window"
+msgstr "Ukugaragara Bya Ibisohoka Idirishya in KIGEZWEHO Idirishya"
+
+#: ../gedit/gedit-ui.xml.h:3
+#, fuzzy
+msgid "Change the visibility of the statusbar in the current window"
+msgstr "Ukugaragara Bya in KIGEZWEHO Idirishya"
+
+#: ../gedit/gedit-ui.xml.h:4
+#, fuzzy
+msgid "Change the visibility of the toolbar in the current window"
+msgstr "Ukugaragara Bya Umwanyabikoresho in KIGEZWEHO Idirishya"
+
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\macrodlg.src:RID_MACROCHOOSER.RID_PB_CLOSE.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\macrodlg.src:RID_STR_CLOSE.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\moduldlg.src:RID_TP_MODULS.RID_PB_CLOSE.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\moduldlg.src:RID_TP_LIBS.RID_PB_CLOSE.text
+#: ../gedit/gedit-ui.xml.h:5
+msgid "Close"
+msgstr "Gufunga"
+
+#: ../gedit/gedit-ui.xml.h:6
+#, fuzzy
+msgid "Close all open files"
+msgstr "Funga Byose Gufungura Idosiye"
+
+#: ../gedit/gedit-ui.xml.h:7
+#, fuzzy
+msgid "Close the current file"
+msgstr "Funga KIGEZWEHO IDOSIYE"
+
+#: ../gedit/gedit-ui.xml.h:8
+#, fuzzy
+msgid "Configure the application"
+msgstr "Porogaramu"
+
+# dbaccess/source/ui/inc/toolbox.hrc:MID_SBA_QRY_COPY.text
+#: ../gedit/gedit-ui.xml.h:9
+msgid "Copy"
+msgstr "Gukoporora"
+
+#: ../gedit/gedit-ui.xml.h:10
+#, fuzzy
+msgid "Copy the selection"
+msgstr "Ihitamo"
+
+#: ../gedit/gedit-ui.xml.h:11
+#, fuzzy
+msgid "Create a new document"
+msgstr "Kurema inyandiko nshya"
+
+# dbaccess/source/ui/inc/toolbox.hrc:MID_SBA_QRY_CUT.text
+#: ../gedit/gedit-ui.xml.h:12
+#, fuzzy
+msgid "Cu_t"
+msgstr "Gukata"
+
+# dbaccess/source/ui/inc/toolbox.hrc:MID_SBA_QRY_CUT.text
+#: ../gedit/gedit-ui.xml.h:13
+msgid "Cut"
+msgstr "Gukata"
+
+#: ../gedit/gedit-ui.xml.h:14
+#, fuzzy
+msgid "Cut the selection"
+msgstr "Ihitamo"
+
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_POPUP_TABBAR.SID_BASICIDE_DELETECURRENT.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\brkdlg.src:RID_BASICIDE_BREAKPOINTDLG.RID_PB_DEL.text
+#: ../gedit/gedit-ui.xml.h:15
+msgid "Delete"
+msgstr "Gusiba"
+
+#: ../gedit/gedit-ui.xml.h:16
+#, fuzzy
+msgid "Delete the selected text"
+msgstr "Byahiswemo Umwandiko"
+
+#: ../gedit/gedit-ui.xml.h:18
+#, fuzzy
+msgid "Find Ne_xt"
+msgstr "Shaka ibikurikira"
+
+#: ../gedit/gedit-ui.xml.h:20
+#, fuzzy
+msgid "Find Pre_vious"
+msgstr "Shaka ibibanjirije"
+
+#: ../gedit/gedit-ui.xml.h:21
+msgid "Find Previous"
+msgstr "Shaka ibibanjirije"
+
+#: ../gedit/gedit-ui.xml.h:22
+#, fuzzy
+msgid "Go to _Line..."
+msgstr "Gya ku murongo..."
+
+#: ../gedit/gedit-ui.xml.h:23
+#, fuzzy
+msgid "Go to a specific line"
+msgstr "Kuri a Umurongo"
+
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_BASICMENU.MN_VIEW.S~ymbolleisten.SID_TOGGLETOOLBAR.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_BASICPLUGINMENU.MN_PLVIEW.S~ymbolleisten.SID_TOGGLETOOLBAR.text
+#: ../gedit/gedit-ui.xml.h:24
+#, fuzzy
+msgid "Main toolbar"
+msgstr "umwanya w'ibikoresho w'ibanze"
+
+#: ../gedit/gedit-ui.xml.h:25
+#, fuzzy
+msgid "Move the current document to a new window"
+msgstr "KIGEZWEHO Inyandiko Kuri a Gishya Idirishya"
+
+# basctl/source\basicide\brkdlg.src:RID_BASICIDE_BREAKPOINTDLG.RID_PB_NEW.text
+#: ../gedit/gedit-ui.xml.h:26
+msgid "New"
+msgstr "Gishya"
+
+# #-#-#-#-# sfx2.pot (Gnome 2.12) #-#-#-#-#
+# sfx2/source\accel\accel.src:STR_OPEN.text
+# #-#-#-#-# sfx2.pot (Gnome 2.12) #-#-#-#-#
+# sfx2/source\dialog\cfg.src:STR_OPEN.text
+# #-#-#-#-# sfx2.pot (Gnome 2.12) #-#-#-#-#
+# sfx2/source\dialog\versdlg.src:DLG_VERSIONS.PB_OPEN.text
+#: ../gedit/gedit-ui.xml.h:27
+msgid "Open"
+msgstr "Gufungura"
+
+#: ../gedit/gedit-ui.xml.h:28
+msgid "Open Location..."
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:29
+msgid "Open _Location..."
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:30
+#, fuzzy
+msgid "Open a file"
+msgstr "a IDOSIYE"
+
+#: ../gedit/gedit-ui.xml.h:31
+#, fuzzy
+msgid "Open a file from a specified location"
+msgstr "a IDOSIYE Bivuye a Ahantu"
+
+#: ../gedit/gedit-ui.xml.h:32
+#, fuzzy
+msgid "Open the gedit manual"
+msgstr "Bikorwa"
+
+#: ../gedit/gedit-ui.xml.h:33
+#, fuzzy
+msgid "Page Set_up"
+msgstr "Iboneza ry'ipaji"
+
+# dbaccess/source/ui/inc/toolbox.hrc:MID_SBA_QRY_PASTE.text
+#: ../gedit/gedit-ui.xml.h:34
+msgid "Paste"
+msgstr "Komeka"
+
+#: ../gedit/gedit-ui.xml.h:35
+#, fuzzy
+msgid "Paste the clipboard"
+msgstr "Ububikokoporora"
+
+#: ../gedit/gedit-ui.xml.h:36
+#, fuzzy
+msgid "Pr_eferences"
+msgstr "Ibyahiswemo"
+
+#: ../gedit/gedit-ui.xml.h:38
+#, fuzzy
+msgid "Print Previe_w..."
+msgstr "Imigaragarire y'Urupapuro mbere y'Ishyirwa- Rupapuro"
+
+# sc/source\ui\src\scstring.src:SCSTR_PREVIEWSHELL.text
+#: ../gedit/gedit-ui.xml.h:39
+msgid "Print Preview"
+msgstr "Igaragazambere ryo Gucapa"
+
+#: ../gedit/gedit-ui.xml.h:41
+#, fuzzy
+msgid "Print the current file"
+msgstr "KIGEZWEHO IDOSIYE"
+
+#: ../gedit/gedit-ui.xml.h:42
+msgid "Quit"
+msgstr "Kuvamo"
+
+#: ../gedit/gedit-ui.xml.h:43
+#, fuzzy
+msgid "Quit the program"
+msgstr "Porogaramu"
+
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# dbaccess/source/ui/inc/toolbox.hrc:MID_REDO.text
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+#: ../gedit/gedit-ui.xml.h:44
+msgid "Redo"
+msgstr "Isubiramo"
+
+#: ../gedit/gedit-ui.xml.h:45
+#, fuzzy
+msgid "Redo the undone action"
+msgstr "Igikorwa"
+
+#: ../gedit/gedit-ui.xml.h:47
+msgid "Revert"
+msgstr "Kugaruza"
+
+#: ../gedit/gedit-ui.xml.h:48
+#, fuzzy
+msgid "Revert to a saved version of the file"
+msgstr "Kuri a Verisiyo Bya IDOSIYE"
+
+# basctl/source\basicide\basidesh.src:RID_STR_SAVE.text
+#: ../gedit/gedit-ui.xml.h:49
+msgid "Save"
+msgstr "Kubika"
+
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+#: ../gedit/gedit-ui.xml.h:50
+msgid "Save As"
+msgstr "Kubika nka"
+
+# sfx2/source\doc\doc.src:STR_SAVEASDOC.text
+#: ../gedit/gedit-ui.xml.h:51
+#, fuzzy
+msgid "Save _As..."
+msgstr "Gushyingura muri..."
+
+#: ../gedit/gedit-ui.xml.h:52
+#, fuzzy
+msgid "Save all open files"
+msgstr "Kubika Byose Gufungura Idosiye"
+
+#: ../gedit/gedit-ui.xml.h:53
+#, fuzzy
+msgid "Save the current file"
+msgstr "Kubika KIGEZWEHO IDOSIYE"
+
+#: ../gedit/gedit-ui.xml.h:54
+#, fuzzy
+msgid "Save the current file with a different name"
+msgstr "Kubika KIGEZWEHO IDOSIYE Na: a Izina:"
+
+#: ../gedit/gedit-ui.xml.h:55
+#, fuzzy
+msgid "Search backwards for the same text"
+msgstr "Inyuma kugirango Umwandiko"
+
+#: ../gedit/gedit-ui.xml.h:56
+#, fuzzy
+msgid "Search for and replace text"
+msgstr "kugirango Na Gusimbura Umwandiko"
+
+# officecfg/registry\schema\org\openoffice\Office\DataAccess.xcs:....FormSearchOptions.SearchType..text.text
+#: ../gedit/gedit-ui.xml.h:57
+msgid "Search for text"
+msgstr "Gushakisha k'umwandiko"
+
+#: ../gedit/gedit-ui.xml.h:58
+#, fuzzy
+msgid "Search forwards for the same text"
+msgstr "kugirango Umwandiko"
+
+# sfx2/sdi\sfxslots.src:SID_SELECTALL.text
+#: ../gedit/gedit-ui.xml.h:59
+msgid "Select All"
+msgstr "Guhitamo Byose"
+
+# #-#-#-#-# padmin.pot (Gnome 2.12) #-#-#-#-#
+# padmin/source\padialog.src:RID_FONTIMPORT_DIALOG.RID_FIMP_BTN_SELECTALL.text
+# #-#-#-#-# padmin.pot (Gnome 2.12) #-#-#-#-#
+# padmin/source\padialog.src:RID_ADDP_PAGE_OLDPRINTERS.RID_ADDP_OLD_BTN_SELECTALL.text
+#: ../gedit/gedit-ui.xml.h:60
+#, fuzzy
+msgid "Select _All"
+msgstr "Hitamo byose"
+
+#: ../gedit/gedit-ui.xml.h:61
+#, fuzzy
+msgid "Select the entire document"
+msgstr "Inyandiko"
+
+#: ../gedit/gedit-ui.xml.h:62
+#, fuzzy
+msgid ""
+"Set toolbar button style according to desktop Menu and Toolbar Preferences"
+msgstr "Umwanyabikoresho Akabuto IMISUSIRE Kuri Ibiro Na"
+
+#: ../gedit/gedit-ui.xml.h:63
+#, fuzzy
+msgid "Setup the page settings"
+msgstr "Ipaji Amagenamiterere"
+
+#: ../gedit/gedit-ui.xml.h:64
+#, fuzzy
+msgid "Show only icons in the toolbar"
+msgstr "Udushushondanga in Umwanyabikoresho"
+
+#: ../gedit/gedit-ui.xml.h:65
+#, fuzzy
+msgid "Show text below every icon in the toolbar"
+msgstr "Umwandiko munsi buri Agashushondanga in Umwanyabikoresho"
+
+#: ../gedit/gedit-ui.xml.h:66
+#, fuzzy
+msgid "Show text only beside important icons in the toolbar"
+msgstr "Umwandiko By'ingirakamaro Udushushondanga in Umwanyabikoresho"
+
+#: ../gedit/gedit-ui.xml.h:67
+#, fuzzy
+msgid "T_ext for Important Icons"
+msgstr "kugirango"
+
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# dbaccess/source/ui/inc/toolbox.hrc:MID_UNDO.text
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+#: ../gedit/gedit-ui.xml.h:68
+msgid "Undo"
+msgstr "Isubiranyuma"
+
+#: ../gedit/gedit-ui.xml.h:69
+#, fuzzy
+msgid "Undo the last action"
+msgstr "Iheruka Igikorwa"
+
+#: ../gedit/gedit-ui.xml.h:70
+#, fuzzy
+msgid "_About"
+msgstr "Bigyanye"
+
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\macrodlg.src:RID_MACROCHOOSER.RID_PB_CLOSE.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\macrodlg.src:RID_STR_CLOSE.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\moduldlg.src:RID_TP_MODULS.RID_PB_CLOSE.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\moduldlg.src:RID_TP_LIBS.RID_PB_CLOSE.text
+#: ../gedit/gedit-ui.xml.h:71
+#, fuzzy
+msgid "_Close"
+msgstr "Gufunga"
+
+# 955
+#: ../gedit/gedit-ui.xml.h:72
+#, fuzzy
+msgid "_Close All"
+msgstr "funga byose"
+
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\dbgui\validate.src:TP_VALIDATION_INPUTHELP.FL_CONTENT.text
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\dbgui\validate.src:TP_VALIDATION_ERROR.FL_CONTENT.text
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\navipi\navipi.src:RID_SCDLG_NAVIGATOR.TBX_CMD.IID_ZOOMOUT.text
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\navipi\navipi.src:SCSTR_CONTENT_ROOT.text
+#: ../gedit/gedit-ui.xml.h:73
+#, fuzzy
+msgid "_Contents"
+msgstr "Ibigize"
+
+# dbaccess/source/ui/inc/toolbox.hrc:MID_SBA_QRY_COPY.text
+#: ../gedit/gedit-ui.xml.h:74
+#, fuzzy
+msgid "_Copy"
+msgstr "Gukoporora"
+
+#: ../gedit/gedit-ui.xml.h:75
+msgid "_Customize Toolbar"
+msgstr ""
+
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_POPUP_TABBAR.SID_BASICIDE_DELETECURRENT.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\brkdlg.src:RID_BASICIDE_BREAKPOINTDLG.RID_PB_DEL.text
+#: ../gedit/gedit-ui.xml.h:76
+#, fuzzy
+msgid "_Delete"
+msgstr "Gusiba"
+
+#: ../gedit/gedit-ui.xml.h:77
+msgid "_Desktop Default"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:78
+#, fuzzy
+msgid "_Documents"
+msgstr "Inyandiko"
+
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_BASICMENU.MN_EDIT.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_BASICPLUGINMENU.MN_PLEDIT.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\macrodlg.src:RID_MACROCHOOSER.RID_PB_EDIT.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\moduldlg.src:RID_TP_MODULS.RID_PB_EDIT.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\moduldlg.src:RID_TP_LIBS.RID_PB_EDIT.text
+#: ../gedit/gedit-ui.xml.h:79
+#, fuzzy
+msgid "_Edit"
+msgstr "Guhindura"
+
+# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_HFCMD_FILE.text
+#: ../gedit/gedit-ui.xml.h:80
+#, fuzzy
+msgid "_File"
+msgstr "IDOSIYE"
+
+# sfx2/source\appl\newhelp.src:STR_HELP_BUTTON_SEARCHDIALOG.text
+#: ../gedit/gedit-ui.xml.h:81
+#, fuzzy
+msgid "_Find..."
+msgstr "Gushaka..."
+
+#: ../gedit/gedit-ui.xml.h:82
+#, fuzzy
+msgid "_Help"
+msgstr "Ifashayobora"
+
+#: ../gedit/gedit-ui.xml.h:83
+msgid "_Highlight Mode"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:84
+#, fuzzy
+msgid "_Icons Only"
+msgstr "Udushushondanga Gusa"
+
+# basctl/source\basicide\brkdlg.src:RID_BASICIDE_BREAKPOINTDLG.RID_PB_NEW.text
+#: ../gedit/gedit-ui.xml.h:86
+#, fuzzy
+msgid "_New"
+msgstr "Gishya"
+
+# sfx2/source\appl\minbox.src:RID_MAIL_INBOX.BTN_MAILINBOX_OPEN.text
+#: ../gedit/gedit-ui.xml.h:87
+#, fuzzy
+msgid "_Open..."
+msgstr "Gufungura..."
+
+#: ../gedit/gedit-ui.xml.h:88
+msgid "_Output Window"
+msgstr ""
+
+# dbaccess/source/ui/inc/toolbox.hrc:MID_SBA_QRY_PASTE.text
+#: ../gedit/gedit-ui.xml.h:89
+#, fuzzy
+msgid "_Paste"
+msgstr "Komeka"
+
+# sfx2/source\appl\newhelp.src:STR_HELP_BUTTON_PRINT.text
+#: ../gedit/gedit-ui.xml.h:90
+#, fuzzy
+msgid "_Print..."
+msgstr "Gucapa..."
+
+#: ../gedit/gedit-ui.xml.h:91
+#, fuzzy
+msgid "_Quit"
+msgstr "Kuvamo"
+
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# dbaccess/source/ui/inc/toolbox.hrc:MID_REDO.text
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+#: ../gedit/gedit-ui.xml.h:92
+#, fuzzy
+msgid "_Redo"
+msgstr "Isubiramo"
+
+#: ../gedit/gedit-ui.xml.h:93
+#, fuzzy
+msgid "_Replace..."
+msgstr "Gusimbura:"
+
+# basctl/source\basicide\basidesh.src:RID_STR_SAVE.text
+#: ../gedit/gedit-ui.xml.h:95
+#, fuzzy
+msgid "_Save"
+msgstr "Kubika"
+
+# sfx2/sdi\sfxslots.src:SID_SAVEDOCS.text
+#: ../gedit/gedit-ui.xml.h:96
+#, fuzzy
+msgid "_Save All"
+msgstr "Gushyingura Byose"
+
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\inetdlg.src:RID_OFADLG_INTERNET.1.RID_SVXPAGE_INET_SEARCH.text
+# #-#-#-#-# offmgr.pot (Gnome 2.12) #-#-#-#-#
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG.3.text
+#: ../gedit/gedit-ui.xml.h:97
+#, fuzzy
+msgid "_Search"
+msgstr "Gushaka"
+
+#: ../gedit/gedit-ui.xml.h:98
+msgid "_Statusbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:99
+#, fuzzy
+msgid "_Text for All Icons"
+msgstr "kugirango"
+
+#: ../gedit/gedit-ui.xml.h:100
+#, fuzzy
+msgid "_Toolbar"
+msgstr "Umwanyabikoresho"
+
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_BASICMENU.MN_EXTRA.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_BASICPLUGINMENU.MN_PLEXTRA.text
+#: ../gedit/gedit-ui.xml.h:101
+#, fuzzy
+msgid "_Tools"
+msgstr "Ibikoresho"
+
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# dbaccess/source/ui/inc/toolbox.hrc:MID_UNDO.text
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+# #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-#
+#: ../gedit/gedit-ui.xml.h:102
+#, fuzzy
+msgid "_Undo"
+msgstr "Isubiranyuma"
+
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_BASICMENU.MN_VIEW.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_BASICPLUGINMENU.MN_PLVIEW.text
+#: ../gedit/gedit-ui.xml.h:103
+#, fuzzy
+msgid "_View"
+msgstr "Kureba"
+
+#: ../gedit/gedit-utils.c:686
+#, fuzzy
+msgid " (invalid Unicode)"
+msgstr "(Sibyo"
+
+#.
+#. if (col == chars)
+#. msg = g_strdup_printf (_(" Ln %d, Col %d"), row + 1, col + 1);
+#. else
+#. msg = g_strdup_printf (_(" Ln %d, Col %d-%d"), row + 1, chars + 1, col + 1);
+#.
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-view.c:879
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr ""
+
+#: ../gedit/gedit-view.c:915
+msgid " OVR"
+msgstr ""
+
+#: ../gedit/gedit-view.c:917
+#, fuzzy
+msgid " INS"
+msgstr "Kongeramo"
+
+#: ../gedit/gedit2.c:83
+#, fuzzy
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "Inyuguti Imisobekere: Kuri Kuri Gufungura Idosiye ku Komandi: Umurongo"
+
+#: ../gedit/gedit2.c:86
+#, fuzzy
+msgid "Quit an existing instance of gedit"
+msgstr "Urugero Bya"
+
+#: ../gedit/gedit2.c:89
+#, fuzzy
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "a Gishya Idirishya in Urugero Bya"
+
+#: ../gedit/gedit2.c:92
+#, fuzzy
+msgid "Create a new document in an existing instance of gedit"
+msgstr "a Gishya Inyandiko in Urugero Bya"
+
+#: ../gedit/gedit2.c:168
+#, fuzzy, c-format
+msgid "The specified encoding \"%s\" is not valid\n"
+msgstr "Imisobekere: ni OYA"
+
+#: ../gedit/gedit-convert.c:91
+#, fuzzy
+msgid "The file you are trying to open contains an invalid byte sequence."
+msgstr "IDOSIYE Kuri Gufungura Kirimo Sibyo Bayite"
+
+#: ../gedit/gedit-convert.c:160 ../gedit/gedit-convert.c:204
+#, fuzzy
+msgid ""
+"gedit was not able to automatically determine the encoding of the file you "
+"want to open."
+msgstr "OYA Kuri ku buryo bwikora Imisobekere: Bya IDOSIYE Kuri Gufungura"
+
+#: ../plugins/changecase/changecase.c:43
+#, fuzzy
+msgid "C_hange Case"
+msgstr "Guhindura Inyuguti"
+
+#: ../plugins/changecase/changecase.c:49
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:50
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:51
+msgid "_Invert Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:52
+msgid "_Title Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:54
+#, fuzzy
+msgid "Change selected text to upper case"
+msgstr "Byahiswemo Umwandiko Kuri Nkuru"
+
+#: ../plugins/changecase/changecase.c:55
+#, fuzzy
+msgid "Change selected text to lower case"
+msgstr "Byahiswemo Umwandiko Kuri Ntoya"
+
+#: ../plugins/changecase/changecase.c:56
+#, fuzzy
+msgid "Invert the case of selected text"
+msgstr "Bya Byahiswemo Umwandiko"
+
+#: ../plugins/changecase/changecase.c:57
+#, fuzzy
+msgid "Capitalize the first letter of each selected word"
+msgstr "Itangira Ibaruwa... Bya Byahiswemo ijambo"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Change Case"
+msgstr "Guhindura Inyuguti"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Changes the case of selected text."
+msgstr "Bya Byahiswemo Umwandiko"
+
+# shell/source\win32\shlxthandler\shlxthdl.lng:%STATISTICS_TITLE%.text
+#: ../plugins/docinfo/docinfo.c:45
+#, fuzzy
+msgid "_Document Statistics"
+msgstr "Imibarefatizo y'inyandiko"
+
+#: ../plugins/docinfo/docinfo.c:48
+#, fuzzy
+msgid "Get statistic info on current document"
+msgstr "Ibisobanuro ku KIGEZWEHO Inyandiko"
+
+# shell/source\win32\shlxthandler\shlxthdl.lng:%STATISTICS_TITLE%.text
+#: ../plugins/docinfo/docinfo.c:139
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+msgid "Document Statistics"
+msgstr "Imibarefatizo y'inyandiko"
+
+#: ../plugins/docinfo/docinfo.c:153
+#, fuzzy
+msgid "_Update"
+msgstr "Kuvugurura"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"KIGEZWEHO Inyandiko Na Raporo Umubare Bya Amagambo Imirongo Inyuguti Na "
+"Umwanya Inyuguti in"
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+#, fuzzy
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<Uburemere UTSINDAGIYE Idosiye"
+
+# sfx2/source\appl\sfx.src:STR_BYTES.text
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "Bayite"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+#, fuzzy
+msgid "Characters (no spaces)"
+msgstr "Oya Imyanya"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+#, fuzzy
+msgid "Characters (with spaces)"
+msgstr "Na: Imyanya"
+
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Update"
+msgstr "Kuvugurura"
+
+# shell/source\win32\shlxthandler\shlxthdl.lng:%WORDS%.text
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Words"
+msgstr "Amagambo"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "gedit: Document Info plugin"
+msgstr ""
+
+# svx/source\dialog\align.src:RID_SVXPAGE_ALIGNMENT.FT_INDENT.text
+#: ../plugins/indent/indent.c:45
+#, fuzzy
+msgid "_Indent"
+msgstr "Ikurura"
+
+#: ../plugins/indent/indent.c:47
+#, fuzzy
+msgid "Indent selected lines"
+msgstr "Byahiswemo Imirongo"
+
+#: ../plugins/indent/indent.c:49
+msgid "U_nindent"
+msgstr ""
+
+#: ../plugins/indent/indent.c:51
+#, fuzzy
+msgid "Unindent selected lines"
+msgstr "Byahiswemo Imirongo"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Indent lines"
+msgstr "Imirongo"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Indents or un-indents selected lines."
+msgstr "Cyangwa Utugerampera Byahiswemo Imirongo"
+
+#: ../plugins/sample/sample.c:43
+msgid "Insert User Na_me"
+msgstr ""
+
+#: ../plugins/sample/sample.c:46
+#, fuzzy
+msgid "Insert the user name at the cursor position"
+msgstr "Ukoresha: Izina: ku indanga Ibirindiro"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Inserts the user name at the cursor position."
+msgstr "Ukoresha: Izina: ku indanga Ibirindiro"
+
+# 6388
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "Izina-nkoresha"
+
+#: ../plugins/savecopy/savecopy.c:49
+#, fuzzy
+msgid "Sa_ve Copy..."
+msgstr "Kubika"
+
+#: ../plugins/savecopy/savecopy.c:52
+#, fuzzy
+msgid "Save a copy of the current document"
+msgstr "Kubika a Gukoporora Bya KIGEZWEHO Inyandiko"
+
+#: ../plugins/savecopy/savecopy.c:315
+#, fuzzy, c-format
+msgid "Could not save a copy of the file to \"%s\""
+msgstr "OYA Kubika a Gukoporora Bya IDOSIYE Kuri"
+
+#: ../plugins/savecopy/savecopy.c:414
+#, fuzzy
+msgid "You are trying to overwrite the original file"
+msgstr "Kuri Guhindura Umwimerere IDOSIYE"
+
+#: ../plugins/savecopy/savecopy.c:523
+#, fuzzy
+msgid "Save Copy..."
+msgstr "Kubika"
+
+#. translators: %s is a filename
+#: ../plugins/savecopy/savecopy.c:555 ../plugins/savecopy/savecopy.c:565
+#, fuzzy, c-format
+msgid "%s (copy)"
+msgstr "%s(Gukoporora"
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Save a Copy"
+msgstr "Kubika a"
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Saves a copy of the current document to a local or remote location."
+msgstr "a Gukoporora Bya KIGEZWEHO Inyandiko Kuri a Cyangwa Ahantu"
+
+#: ../plugins/shell_output/shell_output.c:56
+msgid "_Run Command..."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:59
+#, fuzzy
+msgid "Run a command"
+msgstr "a Komandi:"
+
+#: ../plugins/shell_output/shell_output.c:156
+#: ../plugins/shell_output/shell_output.c:576
+msgid "Stopped"
+msgstr "Kyahagariswe"
+
+#: ../plugins/shell_output/shell_output.c:355
+msgid "Run Command"
+msgstr ""
+
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\basidesh.src:RID_BASICIDE_OBJECTBAR.SID_BASICRUN.text
+# #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-#
+# basctl/source\basicide\macrodlg.src:RID_STR_RUN.text
+#: ../plugins/shell_output/shell_output.c:374
+#, fuzzy
+msgid "_Run"
+msgstr "Gukoresha"
+
+# Statusbar
+#: ../plugins/shell_output/shell_output.c:582
+msgid "Done"
+msgstr "Byakozwe"
+
+#: ../plugins/shell_output/shell_output.c:584
+msgid "Failed"
+msgstr "Byanze"
+
+#: ../plugins/shell_output/shell_output.c:754
+#, fuzzy
+msgid ""
+"The shell command entry is empty.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Igikonoshwa Komandi: Icyinjijwe ni ubusa Kongeramo a Byemewe Igikonoshwa "
+"Komandi:"
+
+#: ../plugins/shell_output/shell_output.c:776
+#, fuzzy
+msgid ""
+"Error parsing the shell command.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr "Igikonoshwa Komandi: Kongeramo a Byemewe Igikonoshwa Komandi:"
+
+#: ../plugins/shell_output/shell_output.c:854
+#, fuzzy
+msgid "Executing command"
+msgstr "Komandi:"
+
+#: ../plugins/shell_output/shell_output.c:919
+#, fuzzy
+msgid "An error occurred while running the selected command."
+msgstr "Ikosa Byahiswemo Komandi:"
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid ""
+"Executes an external program and, if required, displays its output in the "
+"output window."
+msgstr ""
+"external Porogaramu Na NIBA Bya ngombwa Ibisohoka in Ibisohoka Idirishya"
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Shell command"
+msgstr "Komandi:"
+
+# padmin/source\padialog.src:RID_PADIALOG.RID_PA_TXT_COMMAND.text
+#: ../plugins/shell_output/shell_output.glade2.h:2
+#, fuzzy
+msgid "Co_mmand:"
+msgstr "Komandi:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:3
+#, fuzzy
+msgid "Select the working directory..."
+msgstr "bushyinguro"
+
+#: ../plugins/shell_output/shell_output.glade2.h:4
+#, fuzzy
+msgid "_Show results in Output Window"
+msgstr "Ibisubizo ku in"
+
+#: ../plugins/shell_output/shell_output.glade2.h:5
+#, fuzzy
+msgid "_Working directory:"
+msgstr "bushyinguro"
+
+#: ../plugins/shell_output/shell_output.glade2.h:6
+msgid "gedit: Shell Output plugin"
+msgstr ""
+
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\src\menue.src:SCCFG_PLUGINMENU.SUBMENU_DATA.SID_SORT.text
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\src\menue.src:SCCFG_MENUBAR.SUBMENU_DATA.SID_SORT.text
+#: ../plugins/sort/sort.c:29
+#, fuzzy
+msgid "S_ort..."
+msgstr "Gushungura..."
+
+#: ../plugins/sort/sort.c:32
+#, fuzzy
+msgid "Sort the current document or selection."
+msgstr "KIGEZWEHO Inyandiko Cyangwa Ihitamo"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "Ishungura"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Sorts a document or selected text."
+msgstr "a Inyandiko Cyangwa Byahiswemo Umwandiko"
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:2
+#, fuzzy
+msgid "S_tart at column:"
+msgstr "Gutangira ku Inkingi"
+
+#: ../plugins/sort/sort.glade2.h:4
+#, fuzzy
+msgid "You cannot undo a sort operation"
+msgstr "Isubiranyuma a Ishungura"
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:6
+#, fuzzy
+msgid "_Reverse order"
+msgstr "Itondekanya"
+
+#: ../plugins/sort/sort.glade2.h:7
+#, fuzzy
+msgid "_Sort"
+msgstr "Ishungura"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr "(Nta jambo yatanzwe)"
+
+# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_FUNCTIONLIST_MORE.text
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+#, fuzzy
+msgid "_More..."
+msgstr "Birenzeho..."
+
+# svx/source\editeng\editeng.src:RID_MENU_SPELL.MN_IGNORE.text
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+#, fuzzy
+msgid "_Ignore All"
+msgstr "Kwirengagiza Byose"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+#, fuzzy
+msgid "_Add"
+msgstr "Kongeramo"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "Genzura imyandikire"
+
+# 6026
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "ibyifuzo"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr "(Ivuganyugutia nyayo)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+#, fuzzy
+msgid "Completed spell checking"
+msgstr "Kurangiza igenzura y'imyandikire."
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.4.text
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr "Nyafurikansi"
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+msgid "Amharic"
+msgstr "Ikinyamarike"
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+msgid "Azerbaijani"
+msgstr "Ikinyazeribayijani"
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+msgid "Belarusian"
+msgstr "Ikibelarusiya"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.29.text
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Bulgarian"
+msgstr "Nyabuligariya"
+
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\charmap.src:RID_SUBSETMAP.RID_SUBSETSTR_BENGALI.text
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.28.text
+#: ../plugins/spell/gedit-spell-checker.c:84
+msgid "Bengali"
+msgstr "Bengali"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr "Ikinyabureto"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.31.text
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr "Nyakatara"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.39.text
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr "Ceke"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.148.text
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Welsh"
+msgstr "Ikigaruwa"
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_DANISH.text
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr "Ikidanwa"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.68.text
+#: ../plugins/spell/gedit-spell-checker.c:90
+msgid "German (Austria)"
+msgstr "Ikidage (Ositiriya)"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.66.text
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr "Ikidage (Ubudage)"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr ""
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.159.text
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr "Icyesiperanto"
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_SPANISH.text
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr "Icyesipanyoro"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.56.text
+#: ../plugins/spell/gedit-spell-checker.c:99
+msgid "Estonian"
+msgstr "Ikinyesitoniya"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+msgid "Persian"
+msgstr "Ikinyaperisi"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.57.text
+#: ../plugins/spell/gedit-spell-checker.c:101
+msgid "Finnish"
+msgstr "Ikinyafinirande"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr "Igifarowe"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.60.text
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr "Igifaransa (Ubufaransa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+msgid "Irish"
+msgstr "Icyirirande"
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+msgid "Gallegan"
+msgstr "Ikigalegani"
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr ""
+
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.74.text
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\options\optctl.src:RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS.2.text
+#: ../plugins/spell/gedit-spell-checker.c:110
+msgid "Hindi"
+msgstr "Igihindi"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.38.text
+#: ../plugins/spell/gedit-spell-checker.c:111
+msgid "Croatian"
+msgstr "Nyakorowatiya"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Upper Sorbian"
+msgstr "Ikinyasorubiya cyo hejuru"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.75.text
+#: ../plugins/spell/gedit-spell-checker.c:113
+msgid "Hungarian"
+msgstr "Nyahongiriya"
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr ""
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.77.text
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Indonesian"
+msgstr "Nya-indonesiya"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.76.text
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Icelandic"
+msgstr "Nya-isilande"
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_ITALIEN.text
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Italian"
+msgstr "Igitariyani"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+msgid "Kurdish"
+msgstr "Igikurudishi"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.158.text
+#: ../plugins/spell/gedit-spell-checker.c:119
+msgid "Latin"
+msgstr "Ikiratini"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Lithuanian"
+msgstr "Ikirituwaniya"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.87.text
+#: ../plugins/spell/gedit-spell-checker.c:121
+msgid "Latvian"
+msgstr "Nyarativiya"
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Malagasy"
+msgstr "Ikimaragasi"
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+msgid "Maori"
+msgstr "Ikimawori"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.90.text
+#: ../plugins/spell/gedit-spell-checker.c:124
+msgid "Macedonian"
+msgstr "Nyamasedoniya"
+
+# svx/source\dialog\charmap.src:RID_SUBSETMAP.RID_SUBSETSTR_MONGOLIAN.text
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Mongolian"
+msgstr "Nyamongoliya"
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+#, fuzzy
+msgid "Marathi"
+msgstr "Ikimawori"
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Malay"
+msgstr "Ikimalayi"
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Maltese"
+msgstr "Ikinyamalite"
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+msgid "Norwegian Bokmal"
+msgstr ""
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_DUTCH.text
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr "Igihorandi"
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+msgid "Norwegian Nynorsk"
+msgstr "Ikinyanoruveji nayinorusiki"
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr "Ikinyanoruveji"
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr ""
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_POLEN.text
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr "Igiporonye"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.102.text
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr "Igiporitigari (Poritigari)"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Quechua"
+msgstr "Igikwecuwa"
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_RUSSIAN.text
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr "Ikirusi"
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+msgid "Kinyarwanda"
+msgstr "Ikinyarwanda"
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+msgid "Sardinian"
+msgstr "Igisaridiniyani"
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Slovak"
+msgstr "Igisilovake"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.113.text
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Slovenian"
+msgstr "Ikinyasiloveniya"
+
+# setup2/source\ui\pages\plang.src:RESID_PAGE_PAGELANGUAGE.STR_LANG_SWEDISH.text
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr "Igisuwedi"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.134.text
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Swahili"
+msgstr "Igiswahiri"
+
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\charmap.src:RID_SUBSETMAP.RID_SUBSETSTR_TAMIL.text
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.137.text
+#: ../plugins/spell/gedit-spell-checker.c:146
+msgid "Tamil"
+msgstr "Tamili"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr "Igitetumu"
+
+# svx/source\dialog\charmap.src:RID_SUBSETMAP.RID_SUBSETSTR_TAGALOG.text
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tagalog"
+msgstr "Tagalog"
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tswana"
+msgstr "Igitswana"
+
+# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.145.text
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Ukrainian"
+msgstr "Nyaukerene"
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+msgid "Uzbek"
+msgstr "Icyuzubeka"
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Walloon"
+msgstr "Ikiwaluni"
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+msgid "Yiddish"
+msgstr "Ikiyidishi"
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Zulu"
+msgstr "Ikizulu"
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+msgid "Default"
+msgstr "Mburabuzi"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:239
+#, fuzzy, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr "OYA Gushaka Bya ngombwa Mo Imbere"
+
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.2.text
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr "Indimi"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+#, fuzzy
+msgid "Select the _language of the current document."
+msgstr "Ururimi Bya KIGEZWEHO Inyandiko"
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+#, fuzzy
+msgid "Set language"
+msgstr "Ururimi"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+#, fuzzy
+msgid "<b>Language</b>"
+msgstr "<B B"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+#, fuzzy
+msgid "<b>word</b>"
+msgstr "<B ijambo B"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+#, fuzzy
+msgid "Add w_ord"
+msgstr "Ongera ijambo"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+#, fuzzy
+msgid "Cha_nge"
+msgstr "Guhindura"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+#, fuzzy
+msgid "Change A_ll"
+msgstr "Guhindura Byose"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+#, fuzzy
+msgid "Change _to:"
+msgstr "Kuri"
+
+# svx/source\dialog\spldlg.src:RID_SVXDLG_SPELLCHECK.IB_TEST.quickhelptext
+#: ../plugins/spell/spell-checker.glade2.h:8
+#, fuzzy
+msgid "Check _Word"
+msgstr "Kugenzura ijambo"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+#, fuzzy
+msgid "Check spelling"
+msgstr "Genzura imyandikire"
+
+# svx/source\editeng\editeng.src:RID_MENU_SPELL.MN_IGNORE.text
+#: ../plugins/spell/spell-checker.glade2.h:10
+#, fuzzy
+msgid "Ignore _All"
+msgstr "Kwirengagiza Byose"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Ururimi:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+#, fuzzy
+msgid "Misspelled word:"
+msgstr "ijambo"
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+#, fuzzy
+msgid "User dictionary:"
+msgstr "Inkoranyamagambo"
+
+# #-#-#-#-# setup2.pot (Gnome 2.12) #-#-#-#-#
+# setup2/source\ui\dialog\dialog.src:DLG_INSERTDISKDLG.2.text
+# #-#-#-#-# setup2.pot (Gnome 2.12) #-#-#-#-#
+# setup2/source\ui\dialog\querydlg.src:RID_EXECERROR_DLG.BTN_QUERY_IGNORE.text
+#: ../plugins/spell/spell-checker.glade2.h:14
+#, fuzzy
+msgid "_Ignore"
+msgstr "Kwirengagiza"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+#, fuzzy
+msgid "_Suggestions:"
+msgstr "Ibyifuzo:"
+
+#: ../plugins/spell/spell.c:52
+#, fuzzy
+msgid "_Check Spelling"
+msgstr "Genzura imyandikire"
+
+#: ../plugins/spell/spell.c:55
+#, fuzzy
+msgid "Check the current document for incorrect spelling"
+msgstr "KIGEZWEHO Inyandiko kugirango Ivuganyuguti"
+
+#: ../plugins/spell/spell.c:57
+msgid "_Autocheck Spelling"
+msgstr ""
+
+#: ../plugins/spell/spell.c:60
+#, fuzzy
+msgid "Automatically spell-check the current document"
+msgstr "Genzuranyuguti Kugenzura... KIGEZWEHO Inyandiko"
+
+#: ../plugins/spell/spell.c:62
+msgid "Set _Language"
+msgstr ""
+
+#: ../plugins/spell/spell.c:65
+#, fuzzy
+msgid "Set the language of the current document"
+msgstr "Ururimi Bya KIGEZWEHO Inyandiko"
+
+#: ../plugins/spell/spell.c:625
+#, fuzzy
+msgid "The document is empty."
+msgstr "Inyandiko ni ubusa"
+
+#: ../plugins/spell/spell.c:643
+#, fuzzy
+msgid "The selected text does not contain misspelled words."
+msgstr "Byahiswemo Umwandiko OYA Amagambo"
+
+#: ../plugins/spell/spell.c:644
+#, fuzzy
+msgid "The document does not contain misspelled words."
+msgstr "Inyandiko OYA Amagambo"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Checks the spelling of the current document."
+msgstr "Ivuganyuguti Bya KIGEZWEHO Inyandiko"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+#, fuzzy
+msgid "Abbreviated form"
+msgstr "Ifishi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "Impine"
+
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\test.src:RID_SVXPAGE_POSITION.LB_ORIENT.2.text
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\transfrm.src:RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.2.text
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\items\svxitems.src:RID_SVXITEMS_EMPHASIS_ABOVE_POS.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "Hejuru"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+#, fuzzy
+msgid "Accessibility key character"
+msgstr "Urufunguzo Inyuguti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+# Align menu items
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "Itunganya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+#, fuzzy
+msgid "Alignment character"
+msgstr "Inyuguti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+# officecfg/registry\schema\org\openoffice\Office\Calc.xcs:....Content.Display.Anchor.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "Agafashi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+#, fuzzy
+msgid "Applet class file code"
+msgstr "ishuri IDOSIYE ITEGEKONGENGA"
+
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\formdlg\dwfunctr.src:FID_FUNCTION_BOX.CB_CAT.9.text
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\formdlg\formdlgs.src:RID_SCTAB_FUNCTION.LB_CATEGORY.9.text
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\formdlg\formdlgs.src:RID_SCDLG_FORMULA.BTN_MATRIX.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr "Imbonerahamwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+#, fuzzy
+msgid "Associated information"
+msgstr "Ibisobanuro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+#, fuzzy
+msgid "Author info"
+msgstr "Ibisobanuro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+#, fuzzy
+msgid "Axis related headers"
+msgstr "Imitwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "BGSound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Background color"
+msgstr "Ibara rya mbuganyuma"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+#, fuzzy
+msgid "Background texture tile"
+msgstr "Ibara risize Agakaro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+#, fuzzy
+msgid "Base URI"
+msgstr "Base"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+#, fuzzy
+msgid "Base font"
+msgstr "Base Intego- nyuguti"
+
+# 548
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr "imyitwarire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+#, fuzzy
+msgid "Blinking text"
+msgstr "Umwandiko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Border"
+msgstr "Imbibi"
+
+# svx/source\tbxctrls\tbcontrl.src:RID_SVXSTR_FRAME_COLOR.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+#, fuzzy
+msgid "Border color"
+msgstr "Ibara ry'urubibi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr "Agasanduku"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Cell rowspan"
+msgstr ""
+
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....AlignmentType.Position..6.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Center"
+msgstr "Hagati"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+#, fuzzy
+msgid "Character encoding of linked resource"
+msgstr "Imisobekere: Bya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+#, fuzzy
+msgid "Checked (state)"
+msgstr "Leta"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+#, fuzzy
+msgid "Citation"
+msgstr "Iyerekana"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+#, fuzzy
+msgid "Cite reason for change"
+msgstr "kugirango Guhindura>>"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+#, fuzzy
+msgid "Class list"
+msgstr "Urutonde"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+#, fuzzy
+msgid "Clear text flow control"
+msgstr "Umwandiko Igenzura"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+#, fuzzy
+msgid "Code content type"
+msgstr "Ibikubiyemo Ubwoko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+#, fuzzy
+msgid "Color of selected links"
+msgstr "Bya Byahiswemo amahuza"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+#, fuzzy
+msgid "Column span"
+msgstr "Igihe ky'inkingi:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Columns"
+msgstr "Inkingi"
+
+# padmin/source\padialog.src:RID_TXT_TESTPAGE_COMMENT.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Comment"
+msgstr "Icyo wongeraho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+#, fuzzy
+msgid "Computer code fragment"
+msgstr "ITEGEKONGENGA"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+#, fuzzy
+msgid "Content scheme"
+msgstr "Igishusho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Content type"
+msgstr "Ubwoko bw'ibikubiyemo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Coordinates"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+#, fuzzy
+msgid "Date and time of change"
+msgstr "Na Igihe Bya Guhindura>>"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+#, fuzzy
+msgid "Declare flag"
+msgstr "Ibendera"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+#, fuzzy
+msgid "Defer attribute"
+msgstr "Ikiranga"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+#, fuzzy
+msgid "Definition description"
+msgstr "Isobanuramiterere"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+#, fuzzy
+msgid "Definition list"
+msgstr "Ilisiti y'Insobanuro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+#, fuzzy
+msgid "Definition term"
+msgstr "Ijambo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+#, fuzzy
+msgid "Deleted text"
+msgstr "Umwandiko"
+
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\src\miscdlgs.src:RID_SCDLG_FILLSERIES.FL_DIRECTION.text
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\src\sortdlg.src:RID_SCPAGE_SORT_OPTIONS.FL_DIRECTION.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Direction"
+msgstr "Icyerekezo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+#, fuzzy
+msgid "Directory list"
+msgstr "Urutonde"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "Disabled"
+msgstr "Yahagaritswe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+#, fuzzy
+msgid "Document base"
+msgstr "SHINGIRO"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+#, fuzzy
+msgid "Document body"
+msgstr "Umubiri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Document head"
+msgstr ""
+
+# 1747
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+msgid "Document title"
+msgstr "Umutwe-Nyandiko"
+
+# svx/source\options\optsave.src:RID_SFXPAGE_SAVE.FT_APP.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+#, fuzzy
+msgid "Document type"
+msgstr "Ubwoko bw'inyandiko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+msgid "Element ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+#, fuzzy
+msgid "Embedded object"
+msgstr "Igikoresho"
+
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCHR_HTML_EMPHASIS.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "Gushimangira"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+#, fuzzy
+msgid "Encode type"
+msgstr "Ubwoko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Font face"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+#, fuzzy
+msgid "For label"
+msgstr "Akarango"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+#, fuzzy
+msgid "Forced line break"
+msgstr "Umurongo itandukanya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+msgid "Form"
+msgstr "Ifishi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+#, fuzzy
+msgid "Form action handler"
+msgstr "Igikorwa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+#, fuzzy
+msgid "Form control group"
+msgstr "Igenzura Itsinda"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+#, fuzzy
+msgid "Form field label text"
+msgstr "Umwanya Akarango Umwandiko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+#, fuzzy
+msgid "Form input"
+msgstr "Iyinjiza"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+#, fuzzy
+msgid "Form input type"
+msgstr "Iyinjiza Ubwoko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+#, fuzzy
+msgid "Form method"
+msgstr "Uburyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+#, fuzzy
+msgid "Forward link"
+msgstr "Ihuza"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Frame"
+msgstr "Ikadiri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+#, fuzzy
+msgid "Frame source"
+msgstr "Inkomoko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#, fuzzy
+msgid "Frame target"
+msgstr "Intego"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Frameborder"
+msgstr ""
+
+# sfx2/source\view\fsetview.src:RID_FRAMESETEDIT_TOOLBOX.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+#, fuzzy
+msgid "Frameset"
+msgstr "Ikadiri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+#, fuzzy
+msgid "Frameset columns"
+msgstr "Inkingi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+#, fuzzy
+msgid "Frameset rows"
+msgstr "Imbariro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+#, fuzzy
+msgid "Generic embedded object"
+msgstr "Gitsindiye Igikoresho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Generic span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+#, fuzzy
+msgid "HTML - Tags"
+msgstr "Amatagi ya HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+#, fuzzy
+msgid "HTML root element"
+msgstr "Imizi Ikigize:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+#, fuzzy
+msgid "HTML version"
+msgstr "Verisiyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+#, fuzzy
+msgid "HTTP header name"
+msgstr "Umutwempangano Izina:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+#, fuzzy
+msgid "Header cell ID's"
+msgstr "Akazu"
+
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....DefaultFont.Heading.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....DefaultFontCJK.Heading.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....DefaultFontCTL.Heading.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr "Umutwempangano"
+
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCOLL_HEADLINE1.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr "Umutwe 1"
+
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCOLL_HEADLINE2.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr "Umutwe 2"
+
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCOLL_HEADLINE3.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr "Umutwe 3"
+
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCOLL_HEADLINE4.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr "Umutwe 4"
+
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCOLL_HEADLINE5.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr "Umutwe 5"
+
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCOLL_HEADLINE6.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr "Umutwe 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr "Ubuhagarike"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+#, fuzzy
+msgid "Horizontal space"
+msgstr "Umwanya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+#, fuzzy
+msgid "I18N BiDi over-ride"
+msgstr "KURI"
+
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Image.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Image.Enable.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Image"
+msgstr "Ishusho"
+
+# sw/source\ui\frmdlg\frmpage.src:TP_FRM_URL.FL_IMAGE.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr "Ikarita y'ishusho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+#, fuzzy
+msgid "Image map area"
+msgstr "Ubuso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+#, fuzzy
+msgid "Image map name"
+msgstr "Izina:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+#, fuzzy
+msgid "Image source"
+msgstr "Inkomoko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+#, fuzzy
+msgid "Inline frame"
+msgstr "Ikadiri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+#, fuzzy
+msgid "Inline layer"
+msgstr "Akugara"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+#, fuzzy
+msgid "Inserted text"
+msgstr "Umwandiko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+#, fuzzy
+msgid "Instance definition"
+msgstr "Insobanuro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+#, fuzzy
+msgid "Italic text"
+msgstr "Umwandiko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+#, fuzzy
+msgid "Java applet"
+msgstr "Apuleti..."
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Label"
+msgstr "Akarango"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+#, fuzzy
+msgid "Language code"
+msgstr "ITEGEKONGENGA"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+#, fuzzy
+msgid "Large text style"
+msgstr "Umwandiko IMISUSIRE"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr "Akugara"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+#, fuzzy
+msgid "Link color"
+msgstr "Ibara"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+#, fuzzy
+msgid "List item"
+msgstr "Ibigize by'ilisiti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+#, fuzzy
+msgid "List of MIME types for file upload"
+msgstr "Bya kugirango IDOSIYE"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+#, fuzzy
+msgid "List of supported character sets"
+msgstr "Bya Inyuguti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+#, fuzzy
+msgid "Local change to font"
+msgstr "Guhindura>> Kuri Intego- nyuguti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+#, fuzzy
+msgid "Long description link"
+msgstr "Isobanuramiterere Ihuza"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+#, fuzzy
+msgid "Long quotation"
+msgstr "Gusubiramo ibyavuzwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+#, fuzzy
+msgid "Mail link"
+msgstr "Ihuza"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+#, fuzzy
+msgid "Margin pixel height"
+msgstr "Ubuhagarike"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+#, fuzzy
+msgid "Margin pixel width"
+msgstr "Ubugari"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+#, fuzzy
+msgid "Maximum length of text field"
+msgstr "Uburebure Bya Umwandiko Umwanya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+#, fuzzy
+msgid "Media-independent link"
+msgstr "Ihuza"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+#, fuzzy
+msgid "Menu list"
+msgstr "Urutonde"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+#, fuzzy
+msgid "Multi-line text field"
+msgstr "Umurongo Umwandiko Umwanya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr ""
+
+# scaddins/source\analysis\analysis.src:RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Mround.4.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr "Igikubo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Name"
+msgstr "Izina"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+#, fuzzy
+msgid "Named property value"
+msgstr "indangakintu Agaciro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+#, fuzzy
+msgid "No embedded objects"
+msgstr "Gitsindiye Ibintu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+#, fuzzy
+msgid "No frames"
+msgstr "Amakadiri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+#, fuzzy
+msgid "No line break"
+msgstr "Umurongo itandukanya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+#, fuzzy
+msgid "No resize"
+msgstr "Ihindurangero"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+#, fuzzy
+msgid "No script"
+msgstr "IYANDIKA"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+#, fuzzy
+msgid "No word wrap"
+msgstr "ijambo Gufunika"
+
+# sc/source\ui\pagedlg\hfedtdlg.src:RID_HFBASE.FL_INFO.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr "Igisobanuro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+#, fuzzy
+msgid "Object applet file"
+msgstr "Apuleti... IDOSIYE"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+#, fuzzy
+msgid "Object data reference"
+msgstr "Ibyatanzwe Indango"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+#, fuzzy
+msgid "Offset for alignment character"
+msgstr "kugirango Itunganya Inyuguti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+#, fuzzy
+msgid "OnBlur event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+#, fuzzy
+msgid "OnChange event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+#, fuzzy
+msgid "OnClick event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+#, fuzzy
+msgid "OnDblClick event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+#, fuzzy
+msgid "OnFocus event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+#, fuzzy
+msgid "OnKeyDown event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+#, fuzzy
+msgid "OnKeyPress event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+#, fuzzy
+msgid "OnKeyUp event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+#, fuzzy
+msgid "OnLoad event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+#, fuzzy
+msgid "OnMouseDown event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+#, fuzzy
+msgid "OnMouseMove event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+#, fuzzy
+msgid "OnMouseOut event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+#, fuzzy
+msgid "OnMouseOver event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+#, fuzzy
+msgid "OnMouseUp event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+#, fuzzy
+msgid "OnReset event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+#, fuzzy
+msgid "OnSelect event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+#, fuzzy
+msgid "OnSubmit event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+#, fuzzy
+msgid "OnUnload event"
+msgstr "Icyabaye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+#, fuzzy
+msgid "Option group"
+msgstr "Itsinda ry'Ihitamo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "Option selector"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+#, fuzzy
+msgid "Ordered list"
+msgstr "Urutonde"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+#, fuzzy
+msgid "Output media"
+msgstr "Ibitangazamakuru"
+
+# sc/source\ui\src\textdlgs.src:RID_SCDLG_PARAGRAPH.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr "Igika"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+#, fuzzy
+msgid "Paragraph class"
+msgstr "ishuri"
+
+# svx/source\items\svxitems.src:RID_SVXITEMS_SEARCHSTYL_PARA.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+#, fuzzy
+msgid "Paragraph style"
+msgstr "Imisusire y'Igika"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr ""
+
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCOLL_HTML_PRE.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+#, fuzzy
+msgid "Preformatted text"
+msgstr "Umwandiko wahawe imiterere mbere"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+#, fuzzy
+msgid "Profile metainfo dictionary"
+msgstr "Inkoranyamagambo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+#, fuzzy
+msgid "Prompt message"
+msgstr "Ubutumwa"
+
+# svx/sdi\svxslots.src:SID_FM_PUSHBUTTON.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+#, fuzzy
+msgid "Push button"
+msgstr "Kanda Buto"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+msgid "Quote"
+msgstr "Gushyiraho akugarizo"
+
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\miscdlgs\acredlin.src:RID_SCDLG_CHANGES.FT_ASSIGN.text
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\src\crnrdlg.src:RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.text
+# #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-#
+# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_AREA.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "Range"
+msgstr "Igice"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+#, fuzzy
+msgid "ReadOnly text and password"
+msgstr "Umwandiko Na Ijambobanga..."
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+#, fuzzy
+msgid "Reduced spacing"
+msgstr "Isigamwanya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+#, fuzzy
+msgid "Reverse link"
+msgstr "Ihuza ryahinduye ikerekezo"
+
+# 5214
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr "Imizi"
+
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Label.Format.Row.text
+# #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-#
+# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....BusinessCard.Format.Row.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr "Imbariro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+#, fuzzy
+msgid "Rulings between rows and columns"
+msgstr "hagati Imbariro Na Inkingi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+#, fuzzy
+msgid "Sample program output, scripts"
+msgstr "Porogaramu Ibisohoka Inyandikoporogaramu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+#, fuzzy
+msgid "Scope covered by header cells"
+msgstr "ku Umutwempangano Utudirishya..."
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+#, fuzzy
+msgid "Script language name"
+msgstr "Ururimi Izina:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr "Agafashsagenda"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+#, fuzzy
+msgid "Selectable option"
+msgstr "Ihitamo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "Selected"
+msgstr "Byahiswemo"
+
+# sw/source\ui\frmdlg\frmpage.src:TP_FRM_URL.CB_SERVER.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+#, fuzzy
+msgid "Server-side image map"
+msgstr "Ikarita y'ishusho yo ku ruhande rwa mugabuzi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "Shape"
+msgstr "Imisusire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+#, fuzzy
+msgid "Short inline quotation"
+msgstr "Mumurongo Gusubiramo ibyavuzwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+#, fuzzy
+msgid "Single line prompt"
+msgstr "Umurongo Urwinjiriro"
+
+# #-#-#-#-# goodies.pot (Gnome 2.12) #-#-#-#-#
+# goodies/source\filter.vcl\eos2met\dlgeos2.src:DLG_EXPORT_EMET.GRP_SIZE.text
+# #-#-#-#-# goodies.pot (Gnome 2.12) #-#-#-#-#
+# goodies/source\filter.vcl\epict\dlgepct.src:DLG_EXPORT_EPCT.GRP_SIZE.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "Size"
+msgstr "Ingano"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+#, fuzzy
+msgid "Small text style"
+msgstr "Umwandiko IMISUSIRE"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+#, fuzzy
+msgid "Soft line break"
+msgstr "Umurongo itandukanya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "Sound"
+msgstr "Ijwi"
+
+# svx/source\dialog\sdstring.src:RID_SVXSTR_BMP5.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "Space"
+msgstr "Umwanya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+#, fuzzy
+msgid "Space separated archive list"
+msgstr "Urutonde"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "Spacer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+#, fuzzy
+msgid "Spacing between cells"
+msgstr "hagati Utudirishya..."
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+#, fuzzy
+msgid "Spacing within cells"
+msgstr "muri Utudirishya..."
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Span"
+msgstr ""
+
+# starmath/source\smres.src:RID_TOOLBOXWINDOW.4.RID_SQRTX.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+#, fuzzy
+msgid "Square root"
+msgstr "Umwikube Kabiri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+#, fuzzy
+msgid "Standby load msg"
+msgstr "Ibirimo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+#, fuzzy
+msgid "Starting sequence number"
+msgstr "Umubare"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+#, fuzzy
+msgid "Strike-through text"
+msgstr "Gihinguranya Umwandiko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+#, fuzzy
+msgid "Strike-through text style"
+msgstr "Gihinguranya Umwandiko IMISUSIRE"
+
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCHR_HTML_STRONG.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+#, fuzzy
+msgid "Strong emphasis"
+msgstr "Gushimangira cyane"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+#, fuzzy
+msgid "Style info"
+msgstr "Ibisobanuro"
+
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/sdi\svxslots.src:SID_SET_SUB_SCRIPT.text
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\chardlg.src:RID_SVXPAGE_CHAR_POSITION.RB_LOWPOS.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr "Inyandiko nyesi"
+
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/sdi\svxslots.src:SID_SET_SUPER_SCRIPT.text
+# #-#-#-#-# svx.pot (Gnome 2.12) #-#-#-#-#
+# svx/source\dialog\chardlg.src:RID_SVXPAGE_CHAR_POSITION.RB_HIGHPOS.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Superscript"
+msgstr "Inyandiko nyejuru"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+#, fuzzy
+msgid "Tab order position"
+msgstr "Itondekanya Ibirindiro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Table"
+msgstr "Imbonerahamwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+#, fuzzy
+msgid "Table body"
+msgstr "Umubiri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+#, fuzzy
+msgid "Table caption"
+msgstr "Akarango"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+#, fuzzy
+msgid "Table column group properties"
+msgstr "Inkingi Itsinda Indangakintu..."
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+#, fuzzy
+msgid "Table column properties"
+msgstr "Inkingi Indangakintu..."
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+#, fuzzy
+msgid "Table data cell"
+msgstr "Ibyatanzwe Akazu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+#, fuzzy
+msgid "Table footer"
+msgstr "Imperampangano"
+
+# sw/source\ui\chrdlg\ccoll.src:TP_CONDCOLL.STR_REGIONS.1.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+#, fuzzy
+msgid "Table header"
+msgstr "Umutwempangano w'imbonerahamwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+#, fuzzy
+msgid "Table header cell"
+msgstr "Umutwempangano Akazu"
+
+# sw/source\ui\shells\shells.src:STR_SWBG_TABLE_ROW.text
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr "Urubariro rw'imbonerahamwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+#, fuzzy
+msgid "Table summary"
+msgstr "Imbonerahamwe y'incamake:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+#, fuzzy
+msgid "Teletype or monospace text style"
+msgstr "Cyangwa Monospace: Umwandiko IMISUSIRE"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr "Umwandiko"
+
+# 6204
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Text color"
+msgstr "ibara ry'amagambo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+#, fuzzy
+msgid "Text entered by user"
+msgstr "ku Ukoresha:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr "Umutwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+#, fuzzy
+msgid "Topmargin in pixels"
+msgstr "in Pigiseli"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+#, fuzzy
+msgid "Underlined text style"
+msgstr "Umwandiko IMISUSIRE"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+#, fuzzy
+msgid "Unordered list"
+msgstr "Urutonde"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+#, fuzzy
+msgid "Use image map"
+msgstr "Ishusho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr "Agaciro"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+#, fuzzy
+msgid "Variable or program argument"
+msgstr "Cyangwa Porogaramu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+#, fuzzy
+msgid "Vertical cell alignment"
+msgstr "Akazu Itunganya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+#, fuzzy
+msgid "Vertical space"
+msgstr "Umwanya"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+#, fuzzy
+msgid "Visited link color"
+msgstr "Ibara y'Ihuza yasuwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr "Ubugari"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+#, fuzzy
+msgid "Bibliography (cite)"
+msgstr "Ikintu"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+#, fuzzy
+msgid "Bibliography (item)"
+msgstr "Ikintu"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+#, fuzzy
+msgid "Bibliography (shortcite)"
+msgstr "Ikintu"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+#, fuzzy
+msgid "Bibliography (thebibliography)"
+msgstr "Ikintu"
+
+# starmath/source\commands.src:RID_COMMANDMENU.RID_BRACKETS_MENU.text
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+#, fuzzy
+msgid "Brackets ()"
+msgstr "Udusodeko"
+
+# starmath/source\commands.src:RID_COMMANDMENU.RID_BRACKETS_MENU.text
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+#, fuzzy
+msgid "Brackets <>"
+msgstr "Udusodeko"
+
+# starmath/source\commands.src:RID_COMMANDMENU.RID_BRACKETS_MENU.text
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+#, fuzzy
+msgid "Brackets []"
+msgstr "Udusodeko"
+
+# starmath/source\commands.src:RID_COMMANDMENU.RID_BRACKETS_MENU.text
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+#, fuzzy
+msgid "Brackets {}"
+msgstr "Udusodeko"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+#, fuzzy
+msgid "File input"
+msgstr "Idosiye Iyinjiza"
+
+# #-#-#-#-# sw.pot (Gnome 2.12) #-#-#-#-#
+# sw/sdi\swslots.src:FN_EDIT_FOOTNOTE.text
+# #-#-#-#-# sw.pot (Gnome 2.12) #-#-#-#-#
+# sw/source\ui\chrdlg\ccoll.src:TP_CONDCOLL.STR_REGIONS.5.text
+# #-#-#-#-# sw.pot (Gnome 2.12) #-#-#-#-#
+# sw/source\ui\fmtui\tmpdlg.src:STR_PAGE_FOOTNOTE.text
+# #-#-#-#-# sw.pot (Gnome 2.12) #-#-#-#-#
+# sw/source\ui\ribbar\workctrl.src:RID_SCROLL_NAVIGATION_WIN.ST_FTN.text
+# #-#-#-#-# sw.pot (Gnome 2.12) #-#-#-#-#
+# sw/source\ui\utlui\poolfmt.src:STR_POOLCOLL_FOOTNOTE.text
+# #-#-#-#-# sw.pot (Gnome 2.12) #-#-#-#-#
+# sw/source\ui\utlui\poolfmt.src:STR_POOLPAGE_FOOTNOTE.text
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "Ubusobanuro mpezarupapuro"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+#, fuzzy
+msgid "Function e^"
+msgstr "E"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+#, fuzzy
+msgid "Function exp"
+msgstr "EXP"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+#, fuzzy
+msgid "Function log"
+msgstr "LOG"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+#, fuzzy
+msgid "Function log10"
+msgstr "LOG10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+#, fuzzy
+msgid "Function sine"
+msgstr "Sinisi"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+#, fuzzy
+msgid "Greek alpha"
+msgstr "Alufa"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+#, fuzzy
+msgid "Greek beta"
+msgstr "beta"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+#, fuzzy
+msgid "Greek epsilon"
+msgstr "ebusiloni"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+#, fuzzy
+msgid "Greek gamma"
+msgstr "Gama"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+#, fuzzy
+msgid "Greek lambda"
+msgstr "lamuda"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+#, fuzzy
+msgid "Greek rho"
+msgstr "ro"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+#, fuzzy
+msgid "Greek tau"
+msgstr "tawu"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+#, fuzzy
+msgid "Header 0 (chapter)"
+msgstr "0 Umutwe"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+#, fuzzy
+msgid "Header 0 (chapter*)"
+msgstr "0 Umutwe"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+#, fuzzy
+msgid "Header 1 (section)"
+msgstr "1. Icyiciro"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+#, fuzzy
+msgid "Header 1 (section*)"
+msgstr "1. Icyiciro"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+#, fuzzy
+msgid "Header 2 (subsection)"
+msgstr "2."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+#, fuzzy
+msgid "Header 2 (subsection*)"
+msgstr "2."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+#, fuzzy
+msgid "Header 3 (subsubsection)"
+msgstr "3."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+#, fuzzy
+msgid "Header 3 (subsubsection*)"
+msgstr "3."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+#, fuzzy
+msgid "Header 4 (paragraph)"
+msgstr "4. Igika"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "Ikintu"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+#, fuzzy
+msgid "Item with label"
+msgstr "Na: Akarango"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+#, fuzzy
+msgid "List description"
+msgstr "Isobanuramiterere"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+#, fuzzy
+msgid "Maths (display)"
+msgstr "Kugaragaza"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+#, fuzzy
+msgid "Maths (inline)"
+msgstr "Mumurongo"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+#, fuzzy
+msgid "Operator fraction"
+msgstr "Imigabane"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+#, fuzzy
+msgid "Operator integral (display)"
+msgstr "Umubare Wuzuye Kugaragaza"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+#, fuzzy
+msgid "Operator integral (inline)"
+msgstr "Umubare Wuzuye Mumurongo"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+#, fuzzy
+msgid "Operator sum (display)"
+msgstr "Igiteranyo Kugaragaza"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+#, fuzzy
+msgid "Operator sum (inline)"
+msgstr "Igiteranyo Mumurongo"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+#, fuzzy
+msgid "Reference label"
+msgstr "Akarango"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+#, fuzzy
+msgid "Reference ref"
+msgstr "indango"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+#, fuzzy
+msgid "Symbol <<"
+msgstr "Na"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+#, fuzzy
+msgid "Symbol <="
+msgstr "Na"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+#, fuzzy
+msgid "Symbol >="
+msgstr "Na"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+#, fuzzy
+msgid "Symbol >>"
+msgstr "Na"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+#, fuzzy
+msgid "Symbol and"
+msgstr "Na"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+#, fuzzy
+msgid "Symbol d-by-dt"
+msgstr "D ku"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+#, fuzzy
+msgid "Symbol d-by-dt-partial"
+msgstr "D ku Bituzuye"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+#, fuzzy
+msgid "Symbol d2-by-dt2-partial"
+msgstr "ku Bituzuye"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+#, fuzzy
+msgid "Symbol infinity"
+msgstr "Bidashira"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+#, fuzzy
+msgid "Symbol star"
+msgstr "star"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+#, fuzzy
+msgid "Typeface bold"
+msgstr "UTSINDAGIYE"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+#, fuzzy
+msgid "Typeface italic"
+msgstr "IBERAMYE"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+#, fuzzy
+msgid "Typeface type"
+msgstr "Ubwoko"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+#, fuzzy
+msgid "Unbreakable text"
+msgstr "Umwandiko"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+#, fuzzy
+msgid "ancestor-or-self"
+msgstr "Cyangwa"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+#, fuzzy
+msgid "attribute"
+msgstr "Ikiranga"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+#, fuzzy
+msgid "descendant-or-self"
+msgstr "Cyangwa"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:146
+#, fuzzy
+msgid "Tag list plugin"
+msgstr "Urutonde"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:167
+#, fuzzy
+msgid "Select the group of tags you want to use"
+msgstr "Itsinda Bya Kuri Gukoresha"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:189
+msgid "Available Tag Lists"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:191
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:212
+msgid "Tags"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:201
+#, fuzzy
+msgid "Double-click on a tag to insert it in the current document"
+msgstr "Kanda ku a Itagi: Kuri Kongeramo in KIGEZWEHO Inyandiko"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:46
+msgid "Tag _List"
+msgstr ""
+
+#.
+#. #define MENU_ITEM_NAME "TagList"
+#.
+#: ../plugins/taglist/gedit-taglist-plugin.c:51
+#, fuzzy
+msgid "Show the tag list window"
+msgstr "Itagi: Urutonde Idirishya"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr "a Uburyo Kuri Kongeramo a Inyandiko Ikurikiranyanyuguti Kuri Ubwoko"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Tag list"
+msgstr "Urutonde"
+
+#: ../plugins/time/time.c:49
+#, fuzzy
+msgid "In_sert Date and Time..."
+msgstr "Na"
+
+#: ../plugins/time/time.c:52
+#, fuzzy
+msgid "Insert current date and time at the cursor position"
+msgstr "KIGEZWEHO Itariki Na Igihe ku indanga Ibirindiro"
+
+#: ../plugins/time/time.c:457
+#, fuzzy
+msgid "Available formats"
+msgstr "Imiterere"
+
+#: ../plugins/time/time.c:565
+#, fuzzy
+msgid "Configure insert date/time plugin..."
+msgstr "Kongeramo Itariki Igihe"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr ""
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Inserts current date and time at the cursor position."
+msgstr "KIGEZWEHO Itariki Na Igihe ku indanga Ibirindiro"
+
+#: ../plugins/time/time.glade2.h:3
+#, fuzzy
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<Ingano Gitoya 01"
+
+#: ../plugins/time/time.glade2.h:4
+#, fuzzy
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<Uburemere UTSINDAGIYE Itariki Igihe"
+
+#: ../plugins/time/time.glade2.h:5
+#, fuzzy
+msgid "Configure date/time plugin"
+msgstr "Itariki Igihe"
+
+#: ../plugins/time/time.glade2.h:6
+#, fuzzy
+msgid "Insert Date and Time"
+msgstr "Na"
+
+#: ../plugins/time/time.glade2.h:7
+#, fuzzy
+msgid "Use the _selected format"
+msgstr "Byahiswemo Imiterere"
+
+# basctl/source\basicide\basidesh.src:RID_POPUP_TABBAR.RID_INSERT.text
+#: ../plugins/time/time.glade2.h:8
+#, fuzzy
+msgid "_Insert"
+msgstr "Kongeramo"
+
+#: ../plugins/time/time.glade2.h:9
+#, fuzzy
+msgid "_Prompt for a format"
+msgstr "kugirango a Imiterere"
+
+#: ../plugins/time/time.glade2.h:10
+#, fuzzy
+msgid "_Use custom format"
+msgstr "Kunoza Imiterere"
diff --git a/po/si.po b/po/si.po
new file mode 100644
index 0000000..7dea7e8
--- /dev/null
+++ b/po/si.po
@@ -0,0 +1,4935 @@
+# translation of si.po to Sinhala
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Danishka Navin <snavin@redhat.com>, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: si\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-31 03:33+0100\n"
+"PO-Revision-Date: 2007-08-14 17:11+0530\n"
+"Last-Translator: Danishka Navin <snavin@redhat.com>\n"
+"Language-Team: Sinhala <en@li.org>\n"
+"Language: si\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "පෙළ ගොනු සකසන්න"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit.c:463
+msgid "Text Editor"
+msgstr "පෙළ සකසනය"
+
+#: ../data/gedit.schemas.in.h:1
+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/gedit.schemas.in.h:2 ../gedit/gedit-plugin-manager.c:766
+msgid "Active plugins"
+msgstr "සක්‍රීය ප්ලගීන"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "ස්වයංක්‍රීය සුරකීම"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "ස්වයංක්‍රීය සුරකීමේ කාළ පරාසය"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "පසුබිම් වර්‍ණය"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Bottom Panel is Visible"
+msgstr "පහළ තීරුව දර්ශනය කරන්න"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Create Backup Copies"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Line Numbers"
+msgstr "පෙළ අංක දර්ශනය කරන්න"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Display Right Margin"
+msgstr "දකුණු මායිම දර්ශනය කරන්න"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Editor Font"
+msgstr "අක්‍ෂර සකසනය"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Enable Search Highlighting"
+msgstr "සෙවීම් උද්දීපනය සක්‍රීය කරන්න"
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Enable Syntax Highlighting"
+msgstr "වාග් රීති උද්දීපනය සක්‍රීය කරන්න"
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Encodings shown in menu"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:21
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:22
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Header Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Highlight Current Line"
+msgstr "දැනට ඇති රේඛාව උද්දීපනය කරන්න"
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:26
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Insert spaces"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:30
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:32
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:33
+msgid "Max Number of Undo Actions"
+msgstr "උපරිම අහෝසි කළහැකි ක්‍රියා"
+
+#: ../data/gedit.schemas.in.h:34
+msgid "Maximum Recent Files"
+msgstr "උපරිම මෑතකදි භාවිතා කළ ගොනු"
+
+#: ../data/gedit.schemas.in.h:35
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:36
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:39
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:42
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:46
+msgid "Monospace Regular 9"
+msgstr "Monospace Regular 9"
+
+#: ../data/gedit.schemas.in.h:47
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Print Header"
+msgstr "මුද්‍රණ ශිර්ෂකය"
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Print Line Numbers"
+msgstr "පෙළ අංක මුද්‍රණය කරන්න"
+
+#: ../data/gedit.schemas.in.h:50
+msgid "Print Syntax Highlighting"
+msgstr "වාග් රීති උද්දීපන මුද්‍රණයකරන්න"
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:53
+msgid "Right Margin Position"
+msgstr "දකුණු මායිමේ පිහිටීම"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:56
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 11"
+msgstr "Sans Regular 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:67
+msgid "Sans Regular 8"
+msgstr "Sans Regular 8"
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Selected Text Color"
+msgstr "තෝරාගත් පෙළ වර්‍ණය"
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Selection Color"
+msgstr "තේරිම් වර්‍ණය"
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Side Pane is Visible"
+msgstr "පැතිපුවරුව දෘශ්‍ය වේ"
+
+#: ../data/gedit.schemas.in.h:71
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" represents the current locale encoding. Only recognized "
+"encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:72
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:73
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:74
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:76
+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/gedit.schemas.in.h:77
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:78
+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/gedit.schemas.in.h:79
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:80
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:81
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Status Bar is Visible"
+msgstr "තත්ව තිරුපැතිපුවරුව දෘශ්‍ය වේ"
+
+#: ../data/gedit.schemas.in.h:84
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Tab Size"
+msgstr "පටිත්තේ ප්‍රමාණය"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Text Color"
+msgstr "පෙළ වර්‍ණය"
+
+#: ../data/gedit.schemas.in.h:87
+msgid "Toolbar Buttons Style"
+msgstr "මෙවලම්තීරු බොත්තම් රටාව"
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Toolbar is Visible"
+msgstr "මෙවලම්තීරුව දෘශ්‍ය වේ"
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Use Default Colors"
+msgstr "පෙරනිමි වර්‍ණ භාවිතා කරන්න"
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Use Default Font"
+msgstr "පෙරනිමි අක්‍ෂර භාවිතා කරන්න"
+
+#: ../data/gedit.schemas.in.h:92
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:93
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:94
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:98
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:100
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:101
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:102
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:103
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:104
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:105
+msgid "Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:106
+msgid "Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:107
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:108
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:109
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:110
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. 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/gedit.schemas.in.h:111
+msgid "Writable VFS schemes"
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:114
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.h:126
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "සුරකීමකින් තොරව ඉවත් වන්න (_w)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "ඉවත්වීම අහෝසි කරන්න (_C)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "සුරකීමකින් තොරව වසන්න (_w)"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:211
+msgid "Question"
+msgstr "ප්‍රශ්නය"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "ඔබ සුරකින්නේ නැතිනම් අවසාන තත්පර %ld තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+msgstr[1] "ඔබ සුරකින්නේ නැතිනම් අවසාන තත්පර %ld තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:420
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "ඔබ සුරකින්නේ නැතිනම් අවසාන මිනිත්තුව තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "ඔබ සුරකින්නේ නැතිනම් අවසාන මිනිත්තුවක් සහ තත්පර %ld තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+msgstr[1] "ඔබ සුරකින්නේ නැතිනම් අවසාන මිනිත්තුවක් සහ තත්පර %ld තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:436
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "ඔබ සුරකින්නේ නැතිනම් අවසාන මිනිත්තු %ld තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+msgstr[1] "ඔබ සුරකින්නේ නැතිනම් අවසාන මිනිත්තු %ld තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:451
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "ඔබ සුරකින්නේ නැතිනම් අවසාන පැය තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:457
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "ඔබ සුරකින්නේ නැතිනම් අවසාන පැය සහ මිනිත්තු %d තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+msgstr[1] "ඔබ සුරකින්නේ නැතිනම් අවසාන පැය සහ මිනිත්තු %d තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "ඔබ සුරකින්නේ නැතිනම් අවසාන පැය %d තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+msgstr[1] "ඔබ සුරකින්නේ නැතිනම් අවසාන පැය %d තුළ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:515
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "\"%s\" ලේඛනයට සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:520
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "\"%s\" ලේඛනය වසාදැමීමට ප්‍රථම වෙනස්කම් සුරකීමට අවශ්‍යද?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:534
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:745
+msgid "Saving has been disabled by the system administrator."
+msgstr "සුරැකීම පද්ධති පරිපාළක විසින් අක්‍රීයකර ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:700
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "ලේඛන %d ට සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+msgstr[1] "ලේඛන %d ට සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "නොසුරකින ලඳ වෙනස්කම් සහිත ලේඛන %d ඇත. වසාදැමීමට ප්‍රථම වෙනස්කම් සුරකීමට අවශ්‍යද?"
+msgstr[1] "නොසුරකින ලඳ වෙනස්කම් සහිත ලේඛන %d ඇත. වසාදැමීමට ප්‍රථම වෙනස්කම් සුරකීමට අවශ්‍යද?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:724
+msgid "Docum_ents with unsaved changes:"
+msgstr "නොසුරකින ලඳ වෙනස්කම් සහිත ලේඛන (_e):"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:726
+msgid "S_elect the documents you want to save:"
+msgstr "ඔබට සුරකීමට අවශ්‍ය ලේඛනය තෝරන්න (_e):"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:747
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "ඔබ සුරකින්නේ නැතිනම් ඔබ සිදු කළ සියළුම වෙනස්කම් ස්ථිරවම නැතිවියනු ඇත."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:315
+msgid "Character Codings"
+msgstr "අක්‍ෂර කේතන"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:365
+#: ../gedit/dialogs/gedit-encodings-dialog.c:426
+msgid "_Description"
+msgstr "විස්තරය (_D)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:374
+#: ../gedit/dialogs/gedit-encodings-dialog.c:435
+msgid "_Encoding"
+msgstr "කේතාංකනය (_E)"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:1
+msgid "A_vailable encodings:"
+msgstr "භාවිතයට ඇති කේතාංකන (_v):"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:2
+msgid "Character codings"
+msgstr "අක්‍ෂර කේතන"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade.h:3
+msgid "E_ncodings shown in menu:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:136
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:3
+msgid "Open Location"
+msgstr "පිහිටීම විවෘත කරන්න"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:1
+msgid "Ch_aracter coding:"
+msgstr "අක්‍ෂර කේතනය (_a):"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.glade.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "ඔබට විවෘත කිරීමට අවශ්‍ය ගොනුවේ පිහිටීම (URI) ඇතුලත් කරන්න (_l):"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.c:527
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:9
+msgid "Page Setup"
+msgstr "පිටු සැකසුම"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:1
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1
+#: ../plugins/externaltools/tools/tools.glade.h:1
+#: ../plugins/snippets/snippets/snippets.glade.h:1
+#: ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:2
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:8
+msgid "<b>Line Numbers</b>"
+msgstr "<b>පෙළ අංක</b>"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:3
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:11
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>පෙළ වැස්ම</b>"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:4
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:16
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:5
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:19
+msgid "Enable text _wrapping"
+msgstr "පෙළ වැස්ම සක්‍රීය කරන්න (_w)"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:6
+msgid "Fonts"
+msgstr "අකුරු"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:7
+msgid "General"
+msgstr "සාමාන්‍ය"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:8
+msgid "He_aders and footers:"
+msgstr "ශිර්ෂක සහ පාදම (_a):"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:10
+msgid "Print _line numbers"
+msgstr "පෙළ අංක මුද්‍රණය කරන්න (_l)"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:11
+msgid "Print s_yntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:12
+msgid "_Body:"
+msgstr "කඳ (_B):"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:13
+msgid "_Line numbers:"
+msgstr "පෙළ අංක (_L):"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:14
+msgid "_Number every"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:15
+msgid "_Print page headers"
+msgstr "පිටු ශිර්ෂක මුද්‍රණය කරන්න (_P)"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:16
+msgid "_Restore Default Fonts"
+msgstr "පෙරනිමි අක්‍ෂර ප්‍රථිස්ථාපනය කරන්න (_R)"
+
+#: ../gedit/dialogs/gedit-page-setup-dialog.glade.h:17
+msgid "lines"
+msgstr "පේළි"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:652
+msgid "Push this button to select the font to be used by the editor"
+msgstr "සැකසුම භාවිතා කළ යුතු අක්‍ෂර තෝරාගැනිම සඳහා මෙම බොත්තම ඔබන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:654
+msgid "Push this button to configure text color"
+msgstr "පෙළ වර්‍ණය සැකසීම සඳහා මෙම බොත්තම ඔබන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:656
+msgid "Push this button to configure background color"
+msgstr "පසුබිම් වර්‍ණය සැකසීම සඳහා මෙම බොත්තම ඔබන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr "තෝරාගත් පෙළ දිස්විය යුතු වර්‍ණය සැකසීම සඳහා මෙම බොත්තම ඔබන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:661
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr "තෝරාගත් පෙළ සළකුණු කළ යුතු වර්‍ණය සැකසීම සඳහා මෙම බොත්තම ඔබන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:670
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1178
+msgid "Elements"
+msgstr "අංග"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1290
+msgid "gedit Preferences"
+msgstr "ජිඑඩිට් අභිප්‍රේත"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>ස්වයසක්‍රීය ඉඩ තැබීම</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>වරහන් ගැලපීම්</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>දැනට ඇති පේළිය</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:5
+msgid "<b>Elements</b>"
+msgstr "<b>අංග</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:6
+msgid "<b>File Saving</b>"
+msgstr "<b>ගොනු සුරැකුම</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:7
+msgid "<b>Font</b>"
+msgstr "<b>අක්‍ෂර</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:9
+msgid "<b>Right Margin</b>"
+msgstr "<b>දකුණු මායිම</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:10
+msgid "<b>Tab Stops</b>"
+msgstr "<b>ටැබ් යතුරේ නැවතුම්</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<span weight=\"bold\">වර්‍ණ</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "තදකුරු"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:15
+msgid "Display right _margin"
+msgstr "දකුණු මායිම දර්ශනය කරන්න (_m)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:17
+msgid "Editor"
+msgstr "සකසනය"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:18
+msgid "Editor _font: "
+msgstr "අක්‍ෂර සකසනය (_f): "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:20
+msgid "Font & Colors"
+msgstr "අක්‍ෂර සහ වර්‍ණ"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:21
+msgid "Hi_ghlight current line"
+msgstr "භාවිතයේ ඇති පේළිය උද්දීපනය කරන්න (_g)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:22
+msgid "Highlight _mode:"
+msgstr "උද්දීපන ආකාරය (_m):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:23
+msgid "Highlight matching _bracket"
+msgstr "ගැලපුනු වරහන් උද්දීපනය කරන්න (_b)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:25
+msgid "Italic"
+msgstr "ඇලකුරු"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:26
+msgid "Normal _text color:"
+msgstr "සාමාන්‍ය පෙළ වර්‍ණය:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:27
+msgid "Pick a color"
+msgstr "වර්‍ණයක් තෝරාගන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:28
+msgid "Pick the background color"
+msgstr "පසුබිම් වර්‍ණයක් තෝරාගන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:29
+msgid "Pick the editor font"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:30
+msgid "Pick the normal text color"
+msgstr "සාමාන්‍ය පෙළේ වර්‍ණය තෝරාගන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:31
+msgid "Pick the selected text color"
+msgstr "තේරාගත් පෙළේ වර්‍ණය තෝරාගන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:32
+msgid "Pick the selection color"
+msgstr "තේරීමේ වර්‍ණය තෝරාගන්න"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:33
+msgid "Plugins"
+msgstr "ප්ලගීන"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:34
+msgid "Preferences"
+msgstr "අභිප්‍රේත"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:35
+msgid "Se_lection color:"
+msgstr "තෝරාගැනිමේ වර්‍ණය (_l):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:36
+msgid "Selecte_d text color:"
+msgstr "තෝරාගන්නා ලඳ පෙළ වර්‍ණය (_d):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:37
+msgid "Strikethrough"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:38
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:39
+msgid "U_se default theme colors"
+msgstr "පෙරනිමි වර්‍ණ තේමාව භාවිතා කරන්න (_s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:40
+msgid "Underline"
+msgstr "යටි ඉර"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:41
+msgid "View"
+msgstr "දසුන"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:42
+msgid "_Autosave files every"
+msgstr "ස්වයංක්‍රීය ගොනු සුරැකුම සෑම (_A)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:43
+msgid "_Background color:"
+msgstr "පසුබිම් වර්‍ණය: (_B)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:44
+msgid "_Background:"
+msgstr "පසුබිම (_B):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:45
+msgid "_Display line numbers"
+msgstr "පෙළ අංක අක්‍රීය කරන්න (_D)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:46
+msgid "_Enable automatic indentation"
+msgstr "ස්වයංක්‍රීය ඉඩ තැබීම (_E)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:47
+msgid "_Enable syntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:48
+msgid "_Foreground:"
+msgstr "පූර්වබිම (_F):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:49
+msgid "_Reset to Default "
+msgstr "පෙරනිමිය වෙත නැවත (_R)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:50
+msgid "_Right margin at column:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:51
+msgid "_Tab width:"
+msgstr "ටැබ් යතුරේ සීමාව (_T):"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.glade.h:52
+msgid "_minutes"
+msgstr "මිනිත්තු (_m)"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:302
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:2 ../gedit/gedit-window.c:1365
+msgid "Replace"
+msgstr "ආදේශය"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:313 ../gedit/gedit-window.c:1363
+msgid "Find"
+msgstr "සොයන්න"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:390
+msgid "Replace _All"
+msgstr "සියල්ල ආදේශ කරන්න (_A)"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:391
+#: ../gedit/gedit-commands-file.c:673
+msgid "_Replace"
+msgstr "ආදේශය (_R)"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:1
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:3
+msgid "Replace All"
+msgstr "සියල්ල ආදේශ කරන්න"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:4
+msgid "Replace _with: "
+msgstr "මඟින් ආදේශ (_w):"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:5
+msgid "Search _backwards"
+msgstr "පසුපසට සොයන්න"
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:6
+msgid "_Match case"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:7
+msgid "_Search for: "
+msgstr "සඳහා සොයන්න (_S): "
+
+#: ../gedit/dialogs/gedit-search-dialog.glade.h:8
+msgid "_Wrap around"
+msgstr "වටා එතුම (_W)"
+
+#: ../gedit/gedit.c:73
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit.c:76
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:79
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit.c:82
+msgid "[FILE...]"
+msgstr "[FILE...]"
+
+#: ../gedit/gedit.c:114
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr ""
+
+#: ../gedit/gedit.c:126
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: සාවද්‍ය කේතාංකනය.\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:455
+msgid "- Edit text files"
+msgstr "- පෙළ ගොනු සකසන්න"
+
+#: ../gedit/gedit-commands-file.c:224 ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' ගොනුව පූරණය වෙමින්…"
+
+#: ../gedit/gedit-commands-file.c:279
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "ගොනු %d ක් පූරණය වෙමින්…"
+msgstr[1] "ගොනු %d ක් පූරණය වෙමින්…"
+
+#: ../gedit/gedit-commands-file.c:419
+msgid "Open Files…"
+msgstr "ගොනුව විවෘත කරන්න…"
+
+#: ../gedit/gedit-commands-file.c:525
+msgid "The entered location is not valid."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:528
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:654
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "\"%s\" ගොනුව කියවීමට පමණි."
+
+#: ../gedit/gedit-commands-file.c:665
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:731 ../gedit/gedit-commands-file.c:930
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s' ගොනුව සුරකිමින්…"
+
+#: ../gedit/gedit-commands-file.c:828
+msgid "Save As…"
+msgstr "සුරකින අයුර…"
+
+#: ../gedit/gedit-commands-file.c:1109
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1154
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1163
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1172
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1178
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1188
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1203
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1209
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1224
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1250
+msgid "_Revert"
+msgstr "පෙර තත්වයට පත් කිරීම (_R)"
+
+#: ../gedit/gedit-commands-help.c:80
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:96
+msgid "translator-credits"
+msgstr "ඩනිෂ්ක නවින් Danishka Navin <danishka@gmail.com>"
+
+#: ../gedit/gedit-commands-search.c:165
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-search.c:175
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#: ../gedit/gedit-commands-search.c:188
+msgid "Phrase not found"
+msgstr ""
+
+#: ../gedit/gedit-document.c:742 ../gedit/gedit-document.c:836
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "නොසුරකින ලඳ ලේඛනය %d"
+
+#. bad bad luck...
+#: ../gedit/gedit-document-saver.c:568
+msgid "Could not obtain backup filename"
+msgstr ""
+
+#: ../gedit/gedit-documents-panel.c:89 ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:1934 ../gedit/gedit-window.c:1939
+msgid "Read Only"
+msgstr "කියවීම පමණයි"
+
+#: ../gedit/gedit-documents-panel.c:700
+msgid "Documents"
+msgstr "ලේඛන"
+
+#: ../gedit/gedit-encodings.c:140 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187 ../gedit/gedit-encodings.c:189
+#: ../gedit/gedit-encodings.c:191 ../gedit/gedit-encodings.c:193
+#: ../gedit/gedit-encodings.c:195 ../gedit/gedit-encodings.c:197
+msgid "Unicode"
+msgstr "යුනිකේත"
+
+#: ../gedit/gedit-encodings.c:154 ../gedit/gedit-encodings.c:180
+#: ../gedit/gedit-encodings.c:232 ../gedit/gedit-encodings.c:275
+msgid "Western"
+msgstr "බටහිර"
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:234
+#: ../gedit/gedit-encodings.c:271
+msgid "Central European"
+msgstr "මධ්‍යම යුරෝපීය"
+
+#: ../gedit/gedit-encodings.c:158
+msgid "South European"
+msgstr "දකුණු යුරෝපීය"
+
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:285
+msgid "Baltic"
+msgstr "බොල්ටික්"
+
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:236
+#: ../gedit/gedit-encodings.c:249 ../gedit/gedit-encodings.c:253
+#: ../gedit/gedit-encodings.c:255 ../gedit/gedit-encodings.c:273
+msgid "Cyrillic"
+msgstr "සයිරිලීක"
+
+#: ../gedit/gedit-encodings.c:164 ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:283
+msgid "Arabic"
+msgstr "අරාබී"
+
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:277
+msgid "Greek"
+msgstr "ග්‍රීක"
+
+#: ../gedit/gedit-encodings.c:168
+msgid "Hebrew Visual"
+msgstr "හෙබ්රුව් දෘශ්‍ය"
+
+#: ../gedit/gedit-encodings.c:170 ../gedit/gedit-encodings.c:240
+#: ../gedit/gedit-encodings.c:281
+msgid "Hebrew"
+msgstr "හෙබ්රුව්"
+
+#: ../gedit/gedit-encodings.c:172 ../gedit/gedit-encodings.c:238
+#: ../gedit/gedit-encodings.c:279
+msgid "Turkish"
+msgstr "තුර්කි"
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Nordic"
+msgstr "නොර්ඩික්"
+
+#: ../gedit/gedit-encodings.c:178
+msgid "Celtic"
+msgstr "සෙල්ටික්"
+
+#: ../gedit/gedit-encodings.c:182
+msgid "Romanian"
+msgstr "රෝමානු"
+
+#: ../gedit/gedit-encodings.c:200
+msgid "Armenian"
+msgstr "ඇමරිකානු"
+
+#: ../gedit/gedit-encodings.c:202 ../gedit/gedit-encodings.c:204
+#: ../gedit/gedit-encodings.c:218
+msgid "Chinese Traditional"
+msgstr "සම්ප්‍රදායික චීන"
+
+#: ../gedit/gedit-encodings.c:206
+msgid "Cyrillic/Russian"
+msgstr "සයිරිලීක/රුසියානු"
+
+#: ../gedit/gedit-encodings.c:209 ../gedit/gedit-encodings.c:211
+#: ../gedit/gedit-encodings.c:213 ../gedit/gedit-encodings.c:245
+#: ../gedit/gedit-encodings.c:260
+msgid "Japanese"
+msgstr "ජපන්"
+
+#: ../gedit/gedit-encodings.c:216 ../gedit/gedit-encodings.c:247
+#: ../gedit/gedit-encodings.c:251 ../gedit/gedit-encodings.c:266
+msgid "Korean"
+msgstr "කොරියානු"
+
+#: ../gedit/gedit-encodings.c:221 ../gedit/gedit-encodings.c:223
+#: ../gedit/gedit-encodings.c:225 ../gedit/gedit-encodings.c:229
+msgid "Chinese Simplified"
+msgstr "සරලවු චීන"
+
+#: ../gedit/gedit-encodings.c:227
+msgid "Georgian"
+msgstr "ජොර්ජියානු"
+
+#: ../gedit/gedit-encodings.c:257
+msgid "Cyrillic/Ukrainian"
+msgstr "සයිරිලීක/යුක්රේනියානු"
+
+#: ../gedit/gedit-encodings.c:262 ../gedit/gedit-encodings.c:268
+#: ../gedit/gedit-encodings.c:287
+msgid "Vietnamese"
+msgstr "වියත්නාම"
+
+#: ../gedit/gedit-encodings.c:264
+msgid "Thai"
+msgstr "තායී"
+
+#: ../gedit/gedit-encodings.c:450
+msgid "Unknown"
+msgstr "නොදන්නා"
+
+#: ../gedit/gedit-encodings-option-menu.c:219
+msgid "Auto Detected"
+msgstr "ස්වයංක්‍රීය අනාවරණය"
+
+#: ../gedit/gedit-encodings-option-menu.c:239
+#: ../gedit/gedit-encodings-option-menu.c:261
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "භාවිතයේ ඇති පෙදෙසිය (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:322
+msgid "Add or _Remove..."
+msgstr "එක් කිරීම හෝ ඉවත් කිරීම... (_R)"
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Files"
+msgstr "සියළුම ගොනු"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "සියළුම පෙළ ගොනු"
+
+#: ../gedit/gedit-file-chooser-dialog.c:79
+msgid "C_haracter Coding:"
+msgstr "අක්‍ෂර කේතනය (_h):"
+
+#: ../gedit/gedit-help.c:66
+msgid "There was an error displaying help."
+msgstr "උදව් දර්ශනය කිරීමේදි දෝෂයක් තිබුණි."
+
+#: ../gedit/gedit-io-error-message-area.c:185
+#, c-format
+msgid "Could not find the file %s."
+msgstr "%s ගොනුව සොයාගත නොහැකිවිය."
+
+#: ../gedit/gedit-io-error-message-area.c:187
+#: ../gedit/gedit-io-error-message-area.c:226
+#: ../gedit/gedit-io-error-message-area.c:242
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:192
+#: ../gedit/gedit-io-error-message-area.c:441
+msgid "The file contains corrupted data."
+msgstr "ගොනුව තුළ සදෝස් දත්ත ඇත."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:203
+#: ../gedit/gedit-io-error-message-area.c:452
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:209
+#: ../gedit/gedit-io-error-message-area.c:458
+msgid "gedit cannot handle this location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:216
+#: ../gedit/gedit-io-error-message-area.c:465
+msgid "The file contains data in an invalid format."
+msgstr "ගොනුව තුළ දත්ත ඇත්තේසාවද්‍ය සංයුතියකට අනුවයි."
+
+#: ../gedit/gedit-io-error-message-area.c:220
+#: ../gedit/gedit-io-error-message-area.c:469
+msgid "The file is too big."
+msgstr "ගොනුව අතිවිශාලයි"
+
+#: ../gedit/gedit-io-error-message-area.c:224
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s නිරවද්‍ය පිහිටුමක් නොවේ."
+
+#: ../gedit/gedit-io-error-message-area.c:231
+#: ../gedit/gedit-io-error-message-area.c:473
+msgid "You do not have the permissions necessary to open the file."
+msgstr "මෙම ගොනුව විවෘත කිරීම සඳහා ඔබට අවශ්‍ය අවසර නැත."
+
+#: ../gedit/gedit-io-error-message-area.c:235
+#: ../gedit/gedit-io-error-message-area.c:477
+#: ../gedit/gedit-io-error-message-area.c:1230
+msgid "There are too many open files. Please close some applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:240
+#: ../gedit/gedit-io-error-message-area.c:482
+#, c-format
+msgid "%s is a directory."
+msgstr "%s බහලුමකී."
+
+#: ../gedit/gedit-io-error-message-area.c:247
+#: ../gedit/gedit-io-error-message-area.c:487
+msgid ""
+"Not enough available memory to open the file. Please close some running "
+"applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:275
+#: ../gedit/gedit-io-error-message-area.c:515
+#: ../gedit/gedit-io-error-message-area.c:1269
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:286
+#: ../gedit/gedit-io-error-message-area.c:297
+#: ../gedit/gedit-io-error-message-area.c:305
+#: ../gedit/gedit-io-error-message-area.c:526
+#: ../gedit/gedit-io-error-message-area.c:537
+#: ../gedit/gedit-io-error-message-area.c:1280
+#: ../gedit/gedit-io-error-message-area.c:1291
+#: ../gedit/gedit-io-error-message-area.c:1299
+msgid ""
+"Host name was invalid. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:311
+#: ../gedit/gedit-io-error-message-area.c:545
+#: ../gedit/gedit-io-error-message-area.c:1305
+msgid ""
+"Host name was empty. Please check that your proxy settings are correct and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:317
+#: ../gedit/gedit-io-error-message-area.c:1311
+msgid ""
+"Attempt to log in failed. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:323
+msgid "The file you are trying to open is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:327
+#: ../gedit/gedit-io-error-message-area.c:560
+#: ../gedit/gedit-io-error-message-area.c:1339
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:376
+#: ../gedit/gedit-io-error-message-area.c:610
+#: ../gedit/gedit-io-error-message-area.c:1380
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "බලාපොරොත්තු නොවු දෝෂයක්: %s"
+
+#: ../gedit/gedit-io-error-message-area.c:382
+#: ../gedit/gedit-io-error-message-area.c:776
+#, c-format
+msgid "Could not open the file %s."
+msgstr "%s ගොනුව විවෘත කළ නොහැකි විය."
+
+#: ../gedit/gedit-io-error-message-area.c:391
+#: ../gedit/gedit-io-error-message-area.c:683
+msgid "_Retry"
+msgstr "නැවත උත්සාහ කරන්න (_R)"
+
+#: ../gedit/gedit-io-error-message-area.c:436
+msgid "gedit cannot find it. Perhaps it has recently been deleted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:551
+msgid "Attempt to log in failed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:555
+#, c-format
+msgid "%s is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:616
+#, c-format
+msgid "Could not revert the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:640
+msgid "Ch_aracter Coding:"
+msgstr "අක්‍ෂර කේතනය (_a):"
+
+#: ../gedit/gedit-io-error-message-area.c:778
+msgid "gedit has not been able to detect the character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:780
+#: ../gedit/gedit-io-error-message-area.c:789
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:781
+msgid "Select a character coding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:786
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:790
+#: ../gedit/gedit-io-error-message-area.c:842
+msgid "Select a different character coding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:837
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:840
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:903
+msgid "_Edit Anyway"
+msgstr "කෙසේ හෝ සකසන්න (_S)"
+
+#: ../gedit/gedit-io-error-message-area.c:906
+msgid "_Don't Edit"
+msgstr "සකසන්න ඒපා (_D)"
+
+#: ../gedit/gedit-io-error-message-area.c:921
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:936
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:994
+#: ../gedit/gedit-io-error-message-area.c:1089
+msgid "_Save Anyway"
+msgstr "කෙසේ හෝ සුරකින්න (_S)"
+
+#: ../gedit/gedit-io-error-message-area.c:998
+#: ../gedit/gedit-io-error-message-area.c:1093
+msgid "_Don't Save"
+msgstr "සුරකින් ඒපා (_D)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1016
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1032
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1111
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1114
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1131
+msgid ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1192
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1200
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1209
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1216
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1223
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1235
+#, c-format
+msgid ""
+"%s is a directory. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1241
+msgid ""
+"Not enough available memory to save the file. Please close some running "
+"applications and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1317
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1323
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1329
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1334
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1343
+#, c-format
+msgid ""
+"%s is not a regular file. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1386
+#, c-format
+msgid "Could not save the file %s."
+msgstr "%s ගොනුව සුරකිය නොහැකිවිය."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1428
+#, c-format
+msgid "The file %s changed on disk."
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1433
+msgid "Do you want to drop your changes and reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-message-area.c:1435
+msgid "Do you want to reload the file?"
+msgstr "ඔබට ගොනුව ප්‍රථිපූරණය කිරීමට අවශ්‍යද?"
+
+#: ../gedit/gedit-io-error-message-area.c:1445
+msgid "_Reload"
+msgstr "ප්‍රතිපුරණය (_R)"
+
+#: ../gedit/gedit-notebook.c:845
+msgid "Close document"
+msgstr "ලේඛනය වසන්න"
+
+#: ../gedit/gedit-panel.c:365 ../gedit/gedit-panel.c:579
+msgid "Empty"
+msgstr "හිස්"
+
+#: ../gedit/gedit-panel.c:523 ../gedit/gedit-panel.c:600
+msgid "Hide panel"
+msgstr "පුවරු සඟවන්න"
+
+#: ../gedit/gedit-plugin-manager.c:56
+msgid "Plugin"
+msgstr "ප්ලගීන"
+
+#: ../gedit/gedit-plugin-manager.c:57
+msgid "Enabled"
+msgstr "සක්‍රීය කළා"
+
+#: ../gedit/gedit-plugin-manager.c:515
+msgid "_About"
+msgstr "සම්බන්ධව (_A)"
+
+#: ../gedit/gedit-plugin-manager.c:523
+msgid "C_onfigure"
+msgstr "සුසරකිරීම (_o)"
+
+#: ../gedit/gedit-plugin-manager.c:533
+msgid "A_ctivate"
+msgstr "ක්‍රීයාකාරි (_c)"
+
+#: ../gedit/gedit-plugin-manager.c:545
+msgid "Ac_tivate All"
+msgstr "සියල්ල ක්‍රීයාකාරි කරන්න (_t)"
+
+#: ../gedit/gedit-plugin-manager.c:550
+msgid "_Deactivate All"
+msgstr "සියල්ල අක්‍රීයාකාරි කරන්න (_D)"
+
+#: ../gedit/gedit-plugin-manager.c:795
+msgid "_About Plugin"
+msgstr "ප්ලගීන සම්බන්ධව (_A)"
+
+#: ../gedit/gedit-plugin-manager.c:799
+msgid "C_onfigure Plugin"
+msgstr "ප්ලගීන මානකරණය කරන්න (_o)"
+
+#: ../gedit/gedit-prefs-manager.c:171
+msgid "Cannot initialize preferences manager."
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:1406
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: ../gedit/gedit-print.c:186
+#, c-format
+msgid "File: %s"
+msgstr "ගොනුව: %s"
+
+#: ../gedit/gedit-print.c:194
+msgid "Page %N of %Q"
+msgstr "පිටු %Q කින් %N"
+
+#: ../gedit/gedit-print.c:316
+msgid "Print"
+msgstr "මුද්‍රණය"
+
+#: ../gedit/gedit-print.c:325 ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Lines"
+msgstr "පේළි"
+
+#: ../gedit/gedit-print-job-preview.c:623
+msgid "Page Preview"
+msgstr "පිටු පුර්ව දර්ශනය"
+
+#: ../gedit/gedit-print-job-preview.c:624
+msgid "The preview of a page in the document to be printed"
+msgstr "මුද්‍රණයට සඳහා ඇති ලේඛනයේ පිටුවක පුර්ව දර්ශනය"
+
+#: ../gedit/gedit-print-job-preview.c:710
+msgid "Other"
+msgstr "වෙනත්"
+
+#: ../gedit/gedit-print-job-preview.c:740
+msgid "Show the previous page"
+msgstr "මීට පෙර පිටුව පෙන්වන්න"
+
+#: ../gedit/gedit-print-job-preview.c:751
+msgid "Show the next page"
+msgstr "මීළඟ පිටුව පෙන්වන්න"
+
+#: ../gedit/gedit-print-job-preview.c:767
+msgid "Current page (Alt+P)"
+msgstr "දැනට භාවිතාවන පිටුව (Alt+P)"
+
+#. gtk_label_set_mnemonic_widget ((GtkLabel *) l, mp->priv->page_entry);
+#. We are displaying 'XXX of XXX'.
+#: ../gedit/gedit-print-job-preview.c:781
+msgid "of"
+msgstr "න්"
+
+#: ../gedit/gedit-print-job-preview.c:787
+msgid "Page total"
+msgstr "පිටු ගණන"
+
+#: ../gedit/gedit-print-job-preview.c:788
+msgid "The total number of pages in the document"
+msgstr "ලේඛනයේ ඇති සියළුම පිටු ගණන"
+
+#: ../gedit/gedit-print-job-preview.c:805
+msgid "Show multiple pages"
+msgstr "පිටු කිහිපයක් පෙන්වන්න"
+
+#: ../gedit/gedit-print-job-preview.c:817
+msgid "Zoom 1:1"
+msgstr "විශාලණය 1:1"
+
+#: ../gedit/gedit-print-job-preview.c:825
+msgid "Zoom to fit the whole page"
+msgstr "සම්පුර්‍ණ පිටුවට සැකසෙන පරිදි විශාලණය කරන්න"
+
+#: ../gedit/gedit-print-job-preview.c:834
+msgid "Zoom the page in"
+msgstr "පිටුව විශාල කරන්න"
+
+#: ../gedit/gedit-print-job-preview.c:842
+msgid "Zoom the page out"
+msgstr "පිටුව කුඩා කරන්න"
+
+#: ../gedit/gedit-print-job-preview.c:852
+msgid "_Close Preview"
+msgstr "පූර්‍වදැක්ම වසන්න (_C)"
+
+#: ../gedit/gedit-print-job-preview.c:856
+msgid "Close print preview"
+msgstr "මුද්‍රණ පූර්‍වදැක්ම වසන්න"
+
+#: ../gedit/gedit-print-job-preview.c:1096
+#: ../gedit/gedit-print-job-preview.c:1097
+msgid "Number of pages horizontally"
+msgstr "තිරස් අතට පිටු ගණන"
+
+#: ../gedit/gedit-print-job-preview.c:1100
+#: ../gedit/gedit-print-job-preview.c:1101
+msgid "Number of pages vertically"
+msgstr "සිරස් අතටව පිටු ගණන"
+
+#: ../gedit/gedit-print-job-preview.c:1165
+msgid "No visible output was created."
+msgstr "දෘශ්‍ය ප්‍රතිධානයක් නිර්මාණය නොවීය."
+
+#: ../gedit/gedit-statusbar.c:256
+msgid " OVR"
+msgstr " OVR"
+
+#: ../gedit/gedit-statusbar.c:258
+msgid " INS"
+msgstr " INS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:297
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " %d වන පේළිය , %d වන තීරුව"
+
+#: ../gedit/gedit-statusbar.c:396
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:662
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:669
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:685
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s, %s වෙතින් පූරණය වෙමින්"
+
+#: ../gedit/gedit-tab.c:692
+#, c-format
+msgid "Loading %s"
+msgstr "%s පූරණය වෙමින්"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:775
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s, %s ලෙසට සුරකිමින්"
+
+#: ../gedit/gedit-tab.c:782
+#, c-format
+msgid "Saving %s"
+msgstr "%s සුරකිමින්"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1645
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1690
+#, c-format
+msgid "Error opening file %s"
+msgstr "%s ගොනුව විවෘත කීරිම දෝෂ සහිතයි"
+
+#: ../gedit/gedit-tab.c:1695
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1700
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s ගොනුව සුරකීම දෝෂ සහිතයි"
+
+#: ../gedit/gedit-tab.c:1718
+msgid "Unicode (UTF-8)"
+msgstr "යුනිකේත (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1725
+msgid "Name:"
+msgstr "නම:"
+
+#: ../gedit/gedit-tab.c:1726
+msgid "MIME Type:"
+msgstr "MIME වර්‍ගය:"
+
+#: ../gedit/gedit-tab.c:1727
+msgid "Encoding:"
+msgstr "කේතාංකනය:"
+
+#: ../gedit/gedit-tab.c:2197
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "පිටු විදැහුම පිටු %d, %d කින්..."
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:52
+msgid "_File"
+msgstr "ගොනු (_F)"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Edit"
+msgstr "සැකසුම් (_E)"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_View"
+msgstr "දසුන (_V)"
+
+#: ../gedit/gedit-ui.h:55
+msgid "_Search"
+msgstr "සොයන්න (_S)"
+
+#: ../gedit/gedit-ui.h:56
+msgid "_Tools"
+msgstr "මෙවලම් (_T)"
+
+#: ../gedit/gedit-ui.h:57
+msgid "_Documents"
+msgstr "ලේඛන (_D)"
+
+#: ../gedit/gedit-ui.h:58
+msgid "_Help"
+msgstr "උදව් (_H)"
+
+#: ../gedit/gedit-ui.h:62
+msgid "Create a new document"
+msgstr "නව ලේඛනයක් නිර්මාණය කරන්න"
+
+#: ../gedit/gedit-ui.h:63
+msgid "_Open..."
+msgstr "විවෘත කරන්න... (_O)"
+
+#: ../gedit/gedit-ui.h:64 ../gedit/gedit-window.c:1488
+msgid "Open a file"
+msgstr "ගොනුව විවෘත කරන්න"
+
+#: ../gedit/gedit-ui.h:65
+msgid "Open _Location..."
+msgstr "පිහිටීම විවෘත කරන්න... (_L)"
+
+#: ../gedit/gedit-ui.h:66
+msgid "Open a file from a specified location"
+msgstr "දක්වන ලද පිහිටීමකින් ගොනුව විවෘත කරන්න"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:69
+msgid "Pr_eferences"
+msgstr "අභිප්‍රේත (_e)"
+
+#: ../gedit/gedit-ui.h:70
+msgid "Configure the application"
+msgstr "යෙදුම මානකරණය කරන්න"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:73
+msgid "_Contents"
+msgstr "අන්තර්ගත (_C)"
+
+#: ../gedit/gedit-ui.h:74
+msgid "Open the gedit manual"
+msgstr "ජිඑඩිට් අත්පොත විවෘත කරන්න"
+
+#: ../gedit/gedit-ui.h:76
+msgid "About this application"
+msgstr "මෙම යෙදුම සම්බන්ධව"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Save the current file"
+msgstr "දැනට භාවිතාවන ගොනුව සුරකින්න"
+
+#: ../gedit/gedit-ui.h:84
+msgid "Save _As..."
+msgstr "සුරකින අයුර... (_A)"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Save the current file with a different name"
+msgstr "දැනට භාවිතාවන ගොනුව වෙනස් නමකින් සුරකින්න"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Revert to a saved version of the file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:88
+msgid "Page Set_up..."
+msgstr "පිටු සැකසුම... (_u)"
+
+#: ../gedit/gedit-ui.h:89
+msgid "Setup the page settings"
+msgstr "පිටු සැකසුම් සකසන්න"
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print Previe_w"
+msgstr "මුද්‍රණ පූර්‍වදැක්ම (_w)"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Print preview"
+msgstr "මුද්‍රණ පූර්‍වදැක්ම"
+
+#: ../gedit/gedit-ui.h:92
+msgid "_Print..."
+msgstr "මුද්‍රණය... (_P)"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Print the current page"
+msgstr "දැනට භාවිතාවන ගොනුව මුද්‍රණය කරන්න"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Close the current file"
+msgstr "දැනට භාවිතාවන ගොනුව වසන්න"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Undo the last action"
+msgstr "අවසාන ක්‍රියාව අහොසි කරන්න"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Redo the last undone action"
+msgstr "අවසාන අහෝසි කළ ක්‍රියාව නැවත කරන්න"
+
+#: ../gedit/gedit-ui.h:103
+msgid "Cut the selection"
+msgstr "තෝරාගත් කොටස කපන්න"
+
+#: ../gedit/gedit-ui.h:105
+msgid "Copy the selection"
+msgstr "තෝරාගත් කොටස අලවන්න"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Paste the clipboard"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:109
+msgid "Delete the selected text"
+msgstr "තෝරාගත් පෙළ මකන්න"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Select _All"
+msgstr "සියල්ල තෝරන්න (_A)"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Select the entire document"
+msgstr "සම්පූර්ණ ලේඛනයම තෝරන්න"
+
+#. View menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Highlight Mode"
+msgstr "උද්දීපන ආකාරය (_H)"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:117
+msgid "_Find..."
+msgstr "සොයන්න... (_F)"
+
+#: ../gedit/gedit-ui.h:118
+msgid "Search for text"
+msgstr "පෙළ සඳහා සොයන්න"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Find Ne_xt"
+msgstr "මීළඟ සෙවුම (_x)"
+
+#: ../gedit/gedit-ui.h:120
+msgid "Search forwards for the same text"
+msgstr "එම පෙළ සඳහාම ඉදියට් සොයන්න"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Find Pre_vious"
+msgstr "පෙර සෙවුම (_x)"
+
+#: ../gedit/gedit-ui.h:122
+msgid "Search backwards for the same text"
+msgstr "එම පෙළ සඳහාම පසුපසට සොයන්න"
+
+#: ../gedit/gedit-ui.h:123
+msgid "_Replace..."
+msgstr "ආදේෂය... (_R)"
+
+#: ../gedit/gedit-ui.h:124
+msgid "Search for and replace text"
+msgstr "පෙළ සඳහා සොයා ආදේෂ කරන්න"
+
+#: ../gedit/gedit-ui.h:125
+msgid "_Clear Highlight"
+msgstr "උද්දීපන ඉවත්කරන්න (_C)"
+
+#: ../gedit/gedit-ui.h:126
+msgid "Clear highlighting of search matches"
+msgstr "සෙවිමේ ගැලපුම් වල උද්දීපන ඉවත්කරන්න"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Go to _Line..."
+msgstr "පේළිය වෙත යන්න... (_L)"
+
+#: ../gedit/gedit-ui.h:128
+msgid "Go to a specific line"
+msgstr "විශේෂිත පේළියකට යන්න"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Incremental search..."
+msgstr "අව්තර්ක්‍රියාකාරි සෙවුම..."
+
+#: ../gedit/gedit-ui.h:130
+msgid "Incrementally search for text"
+msgstr ""
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:133
+msgid "_Save All"
+msgstr "සියල්ල සුරකින්න (_S)"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Save all open files"
+msgstr "විවෘතව ඇති ගොනු සියල්ල සුරකින්න"
+
+#: ../gedit/gedit-ui.h:135
+msgid "_Close All"
+msgstr "සියල්ල වසන්න (_C)"
+
+#: ../gedit/gedit-ui.h:136
+msgid "Close all open files"
+msgstr "විවෘතව ඇති ගොනු සියල්ල වසන්න"
+
+#: ../gedit/gedit-ui.h:137
+msgid "_Previous Document"
+msgstr "මීට පෙර ලේඛනය (_N)"
+
+#: ../gedit/gedit-ui.h:138
+msgid "Activate previous document"
+msgstr "මීට පෙර ලේඛනය සක්‍රීය කරන්න"
+
+#: ../gedit/gedit-ui.h:139
+msgid "_Next Document"
+msgstr "මීළඟ ලේඛනය (_N)"
+
+#: ../gedit/gedit-ui.h:140
+msgid "Activate next document"
+msgstr "මීළඟ ලේඛනය සක්‍රීය කරන්න"
+
+#: ../gedit/gedit-ui.h:141
+msgid "_Move to New Window"
+msgstr "නව කවුළුව වෙත ගෙනයන්න (_M)"
+
+#: ../gedit/gedit-ui.h:142
+msgid "Move the current document to a new window"
+msgstr "දැනට ඇති ලේඛනය නව කවුළුව වෙත ගෙනයාම"
+
+#: ../gedit/gedit-ui.h:149
+msgid "Quit the program"
+msgstr "වැඩසටහනින් ඉවත්විම"
+
+#: ../gedit/gedit-ui.h:154
+msgid "_Toolbar"
+msgstr "මෙවලම් පුවරුව(_T)"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Show or hide the toolbar in the current window"
+msgstr "දැනට ඇති කවුළුවේ මෙවලම් පුවරුව දර්ශනය කරන්න හෝ සගවන්න"
+
+#: ../gedit/gedit-ui.h:157
+msgid "_Statusbar"
+msgstr "තත්ව පුවරුව (_S)"
+
+#: ../gedit/gedit-ui.h:158
+msgid "Show or hide the statusbar in the current window"
+msgstr "දැනට ඇති කවුළුවේ තත්ව පුවරුව දර්ශනය කරන්න හෝ සගවන්න"
+
+#: ../gedit/gedit-ui.h:160
+msgid "Side _Pane"
+msgstr "පැති පුවරුව (_P)"
+
+#: ../gedit/gedit-ui.h:161
+msgid "Show or hide the side pane in the current window"
+msgstr "දැනට ඇති කවුළුවේ පැති පුවරුව දර්ශනය කරන්න හෝ සගවන්න"
+
+#: ../gedit/gedit-ui.h:167
+msgid "_Bottom Pane"
+msgstr "යටි පුවරුව (_B)"
+
+#: ../gedit/gedit-ui.h:168
+msgid "Show or hide the bottom pane in the current window"
+msgstr "දැනට ඇති කවුළුවේ යටි පුවරුව දර්ශනය කරන්න හෝ සගවන්න"
+
+#: ../gedit/gedit-utils.c:998
+#, c-format
+msgid "Unable to find file %s."
+msgstr "%s ගොනුච සොයාගැනිමට අපහසුවිය."
+
+#: ../gedit/gedit-utils.c:1002 ../gedit/gedit-utils.c:1031
+msgid "Please check your installation."
+msgstr "කරුණාකර ඔබගේ ස්ථාපනය පරික්‍ෂාකරන්න."
+
+#: ../gedit/gedit-utils.c:1027
+#, c-format
+msgid "Unable to find the required widgets inside file %s."
+msgstr ""
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1330
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1340
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1350
+msgid "_Match Case"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1439
+msgid "String you want to search for"
+msgstr ""
+
+#: ../gedit/gedit-view.c:1449
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: ../gedit/gedit-window.c:904
+#, c-format
+msgid "Use %s highlight mode"
+msgstr ""
+
+#. add the "None" item before all the others
+#. Translators: "None" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:961
+msgid "None"
+msgstr "කිසිවක් නැත"
+
+#: ../gedit/gedit-window.c:962
+msgid "Disable syntax highlighting"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1242
+#, c-format
+msgid "Open '%s'"
+msgstr "'%s' විවෘත කරන්න"
+
+#: ../gedit/gedit-window.c:1361
+msgid "Save"
+msgstr "සුරකින්න"
+
+#: ../gedit/gedit-window.c:1492
+msgid "Open a recently used file"
+msgstr "මෑතකදි භාවිතා කළ ගොනුව විවෘත කරන්න"
+
+#: ../gedit/gedit-window.c:1499
+msgid "Open"
+msgstr "විවෘත කරන්න"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1549
+#, c-format
+msgid "Activate '%s'"
+msgstr "'%s' සක්‍රීය කරන්න"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "අකුරු ප්‍රමාණය වෙනස් කරන්න"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "සියල්ල කුඩකුරු (_L)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Document Statistics"
+msgstr "ලේඛන සංඛ්‍යාන"
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">ගොනු නම</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "බයිට්"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "අක්‍ෂර (හිස් අවකාශ නැත)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "අක්‍ෂර (හිස් අවකාශ ඇත)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Document"
+msgstr "ලේඛන"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "Selection"
+msgstr "තේරිම්"
+
+#: ../plugins/docinfo/docinfo.glade2.h:11
+msgid "Words"
+msgstr "වචන"
+
+#: ../plugins/docinfo/docinfo.glade2.h:12
+msgid "_Update"
+msgstr "යාවත්කාලීන කරන්න (_U)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:411
+msgid "_Document Statistics"
+msgstr "ලේඛන සංඛ්‍යාන (_D)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:413
+msgid "Get statistic info on current document"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "බාහිර මෙවලම්"
+
+#: ../plugins/externaltools/tools/__init__.py:129
+msgid "_External Tools..."
+msgstr "බාහිර මෙවලම්... (_E)"
+
+#: ../plugins/externaltools/tools/__init__.py:131
+msgid "Opens the External Tools Manager"
+msgstr "බාහිර මෙවලම් කළමණාකරු විවෘත කරන්න"
+
+#: ../plugins/externaltools/tools/__init__.py:161
+msgid "Shell Output"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:108
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:165
+msgid "Running tool:"
+msgstr "ක්‍රියාත්මක වන මෙවම:"
+
+#: ../plugins/externaltools/tools/functions.py:188
+msgid "Done."
+msgstr "නිම කළා."
+
+#: ../plugins/externaltools/tools/functions.py:190
+msgid "Exited"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:41
+msgid "Nothing"
+msgstr "කිසිවක් නැත"
+
+#: ../plugins/externaltools/tools/manager.py:42
+msgid "Current document"
+msgstr "දැනට ඇති ලේඛනය"
+
+#: ../plugins/externaltools/tools/manager.py:43
+msgid "Current selection"
+msgstr "දැනට ඇති තේරිම"
+
+#: ../plugins/externaltools/tools/manager.py:44
+msgid "Current line"
+msgstr "දැනට ඇති පේළිය"
+
+#: ../plugins/externaltools/tools/manager.py:45
+msgid "Current word"
+msgstr "දැනට ඇති වචනය"
+
+#: ../plugins/externaltools/tools/manager.py:48
+msgid "Display in bottom pane"
+msgstr "පහළ පුවරුවේ දර්ශනය කරන්න"
+
+#: ../plugins/externaltools/tools/manager.py:49
+msgid "Create new document"
+msgstr "නව ලේඛනයක් නිර්මාණය කරන්න"
+
+#: ../plugins/externaltools/tools/manager.py:50
+msgid "Append to current document"
+msgstr "දැනට භාවිතාවන ලේඛනයට ඈදන්න"
+
+#: ../plugins/externaltools/tools/manager.py:51
+msgid "Replace current document"
+msgstr "දැනට භාවිතාවන ලේඛනය ආදේෂ කරන්න"
+
+#: ../plugins/externaltools/tools/manager.py:52
+msgid "Replace current selection"
+msgstr "දැනට භාවිතාවන කොටස ආදේෂ කරන්න"
+
+#: ../plugins/externaltools/tools/manager.py:53
+msgid "Insert at cursor position"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:56
+msgid "All documents"
+msgstr "සියළුම ලේඛන"
+
+#: ../plugins/externaltools/tools/manager.py:57
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:58
+msgid "Local files only"
+msgstr "දේශීය ගොනු පමණි"
+
+#: ../plugins/externaltools/tools/manager.py:59
+msgid "Remote files only"
+msgstr "දුරස්ථ ගොනු පමණි"
+
+#: ../plugins/externaltools/tools/manager.py:60
+msgid "Untitled documents only"
+msgstr "නිර්ණාමික ලේඛන පමණි"
+
+#: ../plugins/externaltools/tools/manager.py:200
+#: ../plugins/externaltools/tools/manager.py:228
+#: ../plugins/externaltools/tools/manager.py:276
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr "සකසන මෙවලම <i>%s</i>:"
+
+#: ../plugins/externaltools/tools/manager.py:204
+msgid "A Brand New Tool"
+msgstr "නැවුම් මෙවලමක්"
+
+#: ../plugins/externaltools/tools/manager.py:237
+msgid "New tool"
+msgstr "නව මෙවලම"
+
+#: ../plugins/externaltools/tools/manager.py:312
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:358
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:360
+msgid "Type a new accelerator"
+msgstr "නව ත්වරකයක් ඇතුලත් කරන්න "
+
+#: ../plugins/externaltools/tools/outputpanel.py:78
+msgid "Stopped."
+msgstr "නවතා ඇත"
+
+#: ../plugins/externaltools/tools/tools.glade.h:2
+msgid "Co_mmand(s):"
+msgstr "විධාන(ය) (_m):"
+
+#: ../plugins/externaltools/tools/tools.glade.h:3
+msgid "Edit tool <i>make</i>:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.glade.h:4
+msgid ""
+"Nothing\n"
+"Current document\n"
+"All documents"
+msgstr ""
+"කිසිවක් නැත\n"
+"දැනට ඇති ලේඛනය\n"
+"සියළුම ලේඛන"
+
+#: ../plugins/externaltools/tools/tools.glade.h:7
+msgid "_Applicability:"
+msgstr "අදාලත්වය (_A):"
+
+#: ../plugins/externaltools/tools/tools.glade.h:8
+msgid "_Description:"
+msgstr "විස්තරය (_D):"
+
+#: ../plugins/externaltools/tools/tools.glade.h:9
+msgid "_Input:"
+msgstr "ප්‍රථිධානය (_I):"
+
+#: ../plugins/externaltools/tools/tools.glade.h:10
+msgid "_Output:"
+msgstr "ප්‍රධානය (_O):"
+
+#: ../plugins/externaltools/tools/tools.glade.h:11
+msgid "_Save:"
+msgstr "සුරකින්න (_S):"
+
+#: ../plugins/externaltools/tools/tools.glade.h:12
+msgid "_Shortcut Key:"
+msgstr "කෙටි මඟ යතුර (_S):"
+
+#: ../plugins/externaltools/tools/tools.glade.h:13
+msgid "_Tools:"
+msgstr "මෙවලම් (_T):"
+
+#: ../plugins/externaltools/tools/tools.glade.h:14
+msgid "gtk-revert-to-saved"
+msgstr "gtk-revert-to-saved"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "සාදන්න"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "අග්‍රය මෙතන විවෘත කරන්න"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "විධාන ක්‍රියාත්මක කරන්න"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr "පැතිපුවතුවේ සිට පහසු ගොනු ප්‍රවේශය"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr "ගොනු ගවේශන පුවරුව"
+
+#. Translators: this is used in "file on host", e.g. "/foo/bar on ftp.baz.org"
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:190
+msgid "on"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with nautilus etc)"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr "රුක් දසුන සමඟ විවෘත කරන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hidden (filter hidden files), binary "
+"(filter binary files) and hidden_and_binary (filter both hidden and binary "
+"files)."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:591
+msgid "_Set root to active document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:593
+msgid "Set the root to the active document location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:598
+msgid "_Open terminal here"
+msgstr "අග්‍රය මෙතන විවෘත කරන්න (_O)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:600
+msgid "Open a terminal at the currently opened directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:732
+msgid "File Browser"
+msgstr "ගොනු ගවේශකය"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:855
+msgid "An error occurred while creating a new directory"
+msgstr "නව බහලුම නිර්මාණය කිරීමෙදි දෝෂයක් හටගැනුණි"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:858
+msgid "An error occurred while creating a new file"
+msgstr "නව ගොනුව නිර්මාණය කිරීමෙදි දෝෂයක් හටගැනුණි"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:863
+msgid "An error occurred while renaming a file or directory"
+msgstr "ගොනුවේ හෝ බහලුමේ නම වෙනස් කිරීමෙදි දෝෂයක් හටගැනුණි"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:868
+msgid "An error occurred while deleting a file or directory"
+msgstr "ගොනුව හෝ බහලුම මැකීමෙදි දෝෂයක් හටගැනුණි"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:873
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:877
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:881
+msgid "An error occurred while loading a directory"
+msgstr "බහලුම පූරණය කිරීමෙදි දෝෂයක් හටගැනුණි"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:884
+msgid "An error occurred"
+msgstr "දෝෂයක් හට ගැනුනි"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1112
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"ගොනු ඉවතලන බහලුමට දැමිය නොහැක,\n"
+"ඔබට ස්රථිරවම මැකීමට අවශ්‍යද?."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1116
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "\"%s\" ගොනුව ඉවතලන බහලුමට දැමිය නොහැක."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1119
+msgid "The selected files cannot be moved to the trash."
+msgstr "තෝරාගත් ගොනු ඉවතලන බහලුමට දැමිය නොහැක."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1152
+#, c-format
+msgid ""
+"Are you sure you want to\n"
+"permanently delete \"%s\"?"
+msgstr ""
+"ඔබට විශ්වාසද \"%s\"\n"
+"ස්රථිරවම මැකීමට ඔබට අවශ්‍යද?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1155
+msgid ""
+"Are you sure you want to\n"
+"permanently delete the selected files?."
+msgstr ""
+"ඔබට විශ්වාසද තෝරාගත් ගොනු\n"
+"ස්රථිරවම මැකීමට ඔබට අවශ්‍යද?."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1158
+msgid "If you delete an item it is permanently lost."
+msgstr "ඔබ අයිතමයක් මැකුවහොත් එය ස්තිරවම මැකියනු ඇත."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:2621
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1832
+msgid "Invalid uri"
+msgstr "සාවද්‍ය uri"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3054
+msgid "file"
+msgstr "ගොනුව"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3075
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3122
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3103
+msgid "directory"
+msgstr "බහලුම"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:736
+msgid "Bookmarks"
+msgstr "පිටු සළකුණු"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:746
+msgid "Recent Files"
+msgstr "මැතකදි භාවිතා කළ ගොනු"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:830
+msgid "_Move To Trash"
+msgstr "ඉවතලන බදුනට දමන්නන (_M)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:831
+msgid "Move selected file or folder to trash"
+msgstr "තෝරාගත් ගොනුව හෝ බහලුම ඉවතලන බදුනට දමන්නන"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:833
+msgid "_Delete"
+msgstr "මකන්න (_D)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:834
+msgid "Delete selected file or folder"
+msgstr "තෝරාගත් ගොනුව හෝ බහලුම මකන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:840
+msgid "Up"
+msgstr "ඉහළ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:841
+msgid "Open the parent folder"
+msgstr "මව් බහලුම විවෘත කරන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:846
+msgid "_New Folder"
+msgstr "නව බලුම (_N)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:847
+msgid "Add new empty folder"
+msgstr "නව හිස් බහලුමක් එක් කරන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:849
+msgid "New F_ile"
+msgstr "නව ගොනුව (_i)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:850
+msgid "Add new empty file"
+msgstr "නව හිස් ගොනුවක් එක් කරන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:855
+msgid "_Rename"
+msgstr "නම වෙනස් කරන්න (_R)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:856
+msgid "Rename selected file or folder"
+msgstr "තෝරාගත් ගොනුව හෝ බහලුමේ නම වෙනස් කරන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:862
+msgid "_Previous Location"
+msgstr "මීට පෙර පිහිටීම (_P)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:864
+msgid "Go to the previous visited location"
+msgstr "මීට පෙර ඇති පෙර ගමන් කළ පිහිටීමට යන්න "
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:866
+msgid "_Next Location"
+msgstr "මීළඟ පිහිටීම (_N)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:867
+msgid "Go to the next visited location"
+msgstr "මීලඟට ඇති පෙර ගමන් කළ පිහිටීමට යන්න "
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:868
+msgid "Re_fresh View"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+msgid "Refresh the view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:870
+msgid "_View Folder"
+msgstr "බහලුම දර්ශනය (_V)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:871
+msgid "View folder in file manager"
+msgstr "ගොනු කළමණාකරු තුළ බහලුම දර්ශනය කරන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:878
+msgid "Show _Hidden"
+msgstr "සැගවුම් පෙන්වන්න (_H)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:879
+msgid "Show hidden files and folders"
+msgstr "සැගවු ගොනු සහ බහලුම් පෙන්වන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:881
+msgid "Show _Binary"
+msgstr "ද්විමය ගොනු පෙන්වන්න (_B)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:882
+msgid "Show binary files"
+msgstr "ද්විමය ගොනු පෙන්වන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:981
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:997
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1029
+msgid "Previous location"
+msgstr "මීට පෙර පිහිටීම"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:985
+msgid "Go to previous location"
+msgstr "මීට පෙර පිහිටීමට යන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:990
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1022
+msgid "Go to a previously opened location"
+msgstr "මීට පෙර විවෘත කළ පිහිටීමට යන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1012
+msgid "Next location"
+msgstr "මීළඟ පිහිටීම"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1016
+msgid "Go to next location"
+msgstr "මීළඟ පිහිටීමට යන්න"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1193
+msgid "_Match Filename"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "එබුම (_I)"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr ""
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "නොඑබුම (_n)"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:45
+msgid "Python Console"
+msgstr "පයිතන් කන්සෝලය"
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr ""
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr ""
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "පරිශීලක නම"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr ""
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr "උධෘත පාඨ"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>සක්‍රීය කිරීම</b>"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:3
+msgid "S_hortcut key:"
+msgstr "කෙටි මඟ (_h):"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:4
+msgid "Snippets Manager"
+msgstr "උධෘත පාඨ කළමනාකරු"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:5
+msgid "_Edit snippet:"
+msgstr "උධෘත පාඨ සකසන්න (_E):"
+
+#: ../plugins/snippets/snippets/snippets.glade.h:6
+msgid "_Snippets:"
+msgstr "උධෘත පාඨ (_S):"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.glade.h:8
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPlaceholders.py:518
+#, python-format
+msgid ""
+"Execution of the python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPlaceholders.py:526
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPlaceholders.py:532
+msgid "The following python code, run in a snippet, does not return a value"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:73
+msgid "Manage _Snippets..."
+msgstr "උධෘත පාඨ කළමනාකරණය... (_S)"
+
+#: ../plugins/snippets/snippets/SnippetPluginInstance.py:74
+msgid "Manage snippets"
+msgstr "උධෘත පාඨ කළමනාකරණය"
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:53
+msgid "Add a new snippet..."
+msgstr "නව කෙටි උධෘත පාඨයක් එක් කරන්න..."
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:108
+msgid "Global"
+msgstr "ගෝලීය"
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:476
+msgid ""
+"This is not a valid tab trigger. Triggers can either contain letters or a "
+"single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:600
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/snippets/snippets/SnippetsDialog.py:602
+msgid "Type a new shortcut"
+msgstr "නව කෙටි මඟක් ඇතුලත් කරන්න"
+
+#: ../plugins/sort/gedit-sort-plugin.c:80
+msgid "S_ort..."
+msgstr "වර්‍ග කිරීම... (_o)"
+
+#: ../plugins/sort/gedit-sort-plugin.c:82
+msgid "Sort the current document or selection"
+msgstr "දැනට ඇති ලේඛනය හෝ තෝරාගැනීම වර්‍ග කිරීම"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "වර්‍ග කිරීම"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "ලේඛනය හෝ තෝරාගත් පෙළ වර්‍ග කරන්න"
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:494
+msgid "(no suggested words)"
+msgstr "(යෝජනා කළ වචන නැත)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "බොහෝ... (_M)"
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:495
+msgid "_Ignore All"
+msgstr "සියල්ල නොසලකන්න (_I)"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:508
+msgid "_Add"
+msgstr "එක් කරන්න (_A)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "අක්‍ෂර වින්‍යාස යෝජනා... (_S)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "අක්‍ෂර වින්‍යාසය පරීක්‍ෂා කරන්න"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "යෝජනා"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:600
+msgid "(correct spelling)"
+msgstr "(නිවැරදි අක්‍ෂර වින්‍යාසය)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:743
+msgid "Completed spell checking"
+msgstr "අක්‍ෂර වින්‍යාසය පරීක්‍ෂාව සම්පූර්‍ණයි"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: the first %s is the language name, and the
+#. * second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#: ../plugins/spell/gedit-spell-checker-language.c:287
+#: ../plugins/spell/gedit-spell-checker-language.c:295
+#, c-format
+msgid "language|%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:306
+#, c-format
+msgid "language|Unknown (%s)"
+msgstr "නොදන්නා (%s)"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:414
+msgid "language|Default"
+msgstr "පෙරනිමිය"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:237
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr "භාෂා"
+
+#: ../plugins/spell/gedit-spell-plugin.c:70
+msgid "_Check Spelling"
+msgstr "අක්‍ෂර වින්‍යාසය පරීක්‍ෂා කරන්න (_C)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:72
+msgid "Check the current document for incorrect spelling"
+msgstr "දැනට ඇති ලේඛනයේ අක්‍ෂර වින්‍යාසය පරීක්‍ෂා කරන්න"
+
+#: ../plugins/spell/gedit-spell-plugin.c:78
+msgid "Set _Language..."
+msgstr "භාෂාව සකසන්න... (_L)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:80
+msgid "Set the language of the current document"
+msgstr "දැනට ඇති ලේඛනයේ භාෂාව තෝරන්න"
+
+#: ../plugins/spell/gedit-spell-plugin.c:89
+msgid "_Autocheck Spelling"
+msgstr "ස්වයංක්‍රීය අක්‍ෂර වින්‍යාසය පරීක්‍ෂාව (_A)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:91
+msgid "Automatically spell-check the current document"
+msgstr "දැනට ඇති ලේඛනයේ ස්වයංක්‍රීයව අක්‍ෂර වින්‍යාසය පරීක්‍ෂා කරන්න"
+
+#: ../plugins/spell/gedit-spell-plugin.c:714
+msgid "The document is empty."
+msgstr "ලේඛනය හිස්ව ඇත."
+
+#: ../plugins/spell/gedit-spell-plugin.c:746
+msgid "No misspelled words"
+msgstr "අක්‍ෂර වින්‍යාසය වැරදි වචන නැත"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "දැනට ඇති ලේඛනයේ භාෂාව තෝරන්න (_l)."
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "භාෂාව සකසන්න"
+
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>භාෂාව</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>වචනය</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "වචන එක් කරන්න (_o)"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "වෙනස් කරන්න (_n)"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "සියල්ල වෙනස් කරන්න (_l)"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "අක්‍ෂර වින්‍යාසය පරික්‍ෂාකරන්න"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "සියල්ල නොසලකා හරින්න (_A)"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "භාෂාව:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "නොසලකා හරින්න (_I)"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:536
+msgid "Select the group of tags you want to use"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:557
+msgid "_Preview"
+msgstr "පෙන්වන්න (_P)"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:627
+msgid "Available Tag Lists"
+msgstr "භාවිතයට ඇති ටැග් ලැයිස්තුව"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:630
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:649
+msgid "Tags"
+msgstr "ටැග්"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:644
+msgid "Double-click on a tag to insert it in the current document"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "ඉහළ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "ඇන්කරය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "පසුබිම් වර්‍ණය"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "මධ්‍යස්ථ"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "තීරු"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "සටහන"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr "අන්තර්ගත පටිපාටිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "අන්තර්ගත වර්‍ගය"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr ""
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "අක්‍රීය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "ලේබල සඳහා"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "පෝරම"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr "පෝරම ක්‍රියා හසුරුවනය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr "පෝරම පාලක සමූහය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr "පෝරම ප්‍රධානය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr "පෝරම ප්‍රධානය වර්‍ගය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr "පෝරම විධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "ඉදිරි සබැදුම"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "රාමුව"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr "රාමුවේ මූලය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr "HREF URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr "HTML - විශේෂිත අක්‍ෂර"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr "HTML - ටැග්"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr "HTML මූල අංගය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr "HTML වෙළුම"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr "HTTP ශීර්ෂක නම"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr "ශීර්ෂක සෛල අංක"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr "ශීර්ෂකය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr "ශීර්ෂකය 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr "ශීර්ෂකය 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr "ශීර්ෂකය 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr "ශීර්ෂකය 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr "ශීර්ෂකය 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr "ශීර්ෂකය 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "උස"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr "HttP ශීර්ෂක නම"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "පිළිඹිබු"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "පිළිඹිබු මූලය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr "ඇතුළත් කළ පෙළ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr "ඇළකුරු පෙළ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr "ජාවා යෙදුම්පත"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr "ලේබලය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr "භාෂා කේතය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr "විශාල පෙළ රටාව"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr "ස්තරය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "සගැදුම් වර්‍ණය"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "Link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr "අයිතම ලැයිස්තුව"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr "ලැයිස්තු"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr "තැපැල් සබැදුම"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr ""
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr "ගලන පෙළ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr ""
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr "මෙනු ලැයිස්තුව"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr "බහු-පේළි පෙළ ක්‍ෂේත්‍රය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr "බහුතීරු"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr "බහු"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "නම"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr "මීළඟ අංකය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr "URI නැත"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr "රාමු නැත"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr "අදුරු කිරීම් නැත"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr "සටහන"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr "වස්තු යෙදුම්පත් ගොනුව"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Object applet file (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr "OnBlur සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr "OnChange සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr "OnClick සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr "OnDblClick සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr "OnFocus සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr "OnKeyDown සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr "OnKeyPress සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr "OnKeyUp සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr "OnLoad සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr "OnMouseDown සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr "OnMouseMove සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr "OnMouseOut සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr "OnMouseOver සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr "OnMouseUp සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr "OnReset සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr "OnSelect සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr "OnSubmit සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr "OnUnload සිද්ධිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr "විකල්ප සමූහ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr "විකල්ප තෝරණය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr "ප්‍රථිධාන මාධ්‍යය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr "ඡේදය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr "ඡේද පන්තිය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr "ඡේද රටාව"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr "පරාසය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr "පේළි"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr "ස්ක්‍රෝල්බාරය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr "හැඩය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "ප්‍රමාණය"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "ශබ්දය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "මූලය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr "රටා විස්තර"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr "වගුව"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr "වගු කඳ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr "වගු පාදකය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr "වගු ශීර්ෂකය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr "වගු පේළි"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr "වගු සාරාංශය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "පෙළ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr "පෙළ වර්‍ණය"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "සිරස්තලය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "අගය"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr ""
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "පළල"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr "XHTML 1.0 - ටැග්"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "වරහන් ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "වරහන් <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "වරහන් []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "වරහන් {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "ගොනු ප්‍රධාන"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "පාදකසටහන්"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "cosin ශ්‍රිතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "e^ ශ්‍රිතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "exp ශ්‍රිතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "log ශ්‍රිතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "log10 ශ්‍රිතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "sine ශ්‍රිතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "ග්‍රීක ඇල්ෆා"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "ග්‍රීක බීටා"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "ග්‍රීක එප්සිලෝන්"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "ග්‍රීක ගැමා"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "ග්‍රීක ලැම්බ්ඩා"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "ග්‍රීක රෝ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "ග්‍රීක තවු"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "ශීර්ෂකය 0 (පරිඡේදය)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "ශීර්ෂකය 0 (පරිඡේදය*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "ශීර්ෂකය 1 (අංශය)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "ශීර්ෂකය 1 (අංශය*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "ශීර්ෂකය 2 (උපඅංශය)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "ශීර්ෂකය 2 (උපඅංශය*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "ශීර්ෂකය 3 (උප-උපඅංශය*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "ශීර්ෂකය 3 (උප-උපඅංශය*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "ශීර්ෂකය 4 (ඡේදය)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "ශීර්ෂකය උපග්‍රන්ථය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "අයිතමය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "ලේබලය සමඟ අයිතමය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "ලාටෙක්ස් - ටැග්"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "ලැයිස්තු විස්තරය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "යොමු ලේබලය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "<< සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "<= සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ">= සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ">> සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "සංකේතය සහ"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "const සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "d-by-dt සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "d-by-dt-partial සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "d2-by-dt2-partial සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "dagger සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "equiv සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "hyphen -- සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "hyphen --- සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "infinity සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "mathspace , සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "mathspace . සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "mathspace _ සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "mathspace __ සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "simeq සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "star සංකේතය"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "ටැග් ලැයිස්තුව"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "XSLT - Axes"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT - අංග"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT - ශ්‍රිතය"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "ආදිමයා"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "උපලක්‍ෂණ"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "මව්"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "ස්වයං"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr "XUL - ටැගය"
+
+#: ../plugins/time/gedit-time-plugin.c:183
+msgid "In_sert Date and Time..."
+msgstr "දිනය සහ වේලාව ඇතුලත් කරන්න... (_s)"
+
+#: ../plugins/time/gedit-time-plugin.c:185
+msgid "Insert current date and time at the cursor position"
+msgstr "මෙම මොහොතේ වේලාව සහ දිනය කර්සරය ඇති ස්ථානයෙ ඇතුලත් කරන්න"
+
+#: ../plugins/time/gedit-time-plugin.c:628
+msgid "Available formats"
+msgstr "භවිතයට ඇති සංයුති"
+
+#: ../plugins/time/gedit-time-plugin.c:806
+msgid "Configure insert date/time plugin..."
+msgstr "දිනය/වේලාව ඇතුලත් කිරීමෙ ප්ලගීනය මානකරණය කරන්න..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "දිනය/වේලාව ඇතුලත් කරන්න"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "මෙම මොහොතේ වේලාව සහ දිනය කර්සරය ඇති ස්ථානයේ ඇතුලත් කරන්න."
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> දිනය/වේලාව ඇතුලත් කරිමේදි...</span>"
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "දිනය/වේලාව ප්ලගීනය මානකරණය කරන්න"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "දිනය සහ වේලාව ඇතුලත් කරන්න"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr "තෝරාගත් සංයුතිය භාවිතා කරන්න (_s)"
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "ඇතුලත් කරන්න (_I)"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr "රිසිකළ සංයුතිය භාවිතා කරන්න (_U)"
+
diff --git a/po/sk.po b/po/sk.po
new file mode 100644
index 0000000..1d0c1fe
--- /dev/null
+++ b/po/sk.po
@@ -0,0 +1,4344 @@
+# Slovak translation for gedit.
+# Copyright (C) 2000-2005, 2009-2013 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>, 2000-2003.
+# Stanislav Visnovsky <visnovsky@kde.org>, 2003, 2004.
+# Marcel Telka <marcel@telka.sk>, 2005, 2009.
+# Ivan Masár <helix84@centrum.sk>, 2010-2012.
+# Pavol Klačanský <pavol@klacansky.com>, 2013.
+# Dušan Kazik <prescott66@gmail.com>, 2014-2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-06-09 22:13+0000\n"
+"PO-Revision-Date: 2020-09-03 14:27+0200\n"
+"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
+"Language-Team: slovenčina <gnome-sk-list@gnome.org>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
+"X-Generator: Poedit 2.4.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Úprava textových súborov"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit je textový editor prostredia GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Hlavným cieľom editora gedit je jednoduchosť používania s jednoduchým "
+"rozhraním. Viac pokročilé funkcie sú dostupné po povolení zásuvných modulov."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Textový editor"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Čistý text;Písať;Napísať;Písanie;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Nové okno"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Nový dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Použiť predvolené písmo"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Určuje, či sa má používať pri úprave textu predvolené písmo s pevnou šírkou "
+"znaku namiesto písma nastaveného pre gedit. Ak je táto voľba vypnutá, "
+"použije sa písmo uvedené vo voľbe „Písmo editora“ namiesto systémového písma."
+
+# predvolene pismo
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Písmo editora"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"V oblasti na úpravy sa použije toto písmo. Nastavenie sa prejaví iba ak je "
+"vypnutá voľba „Použiť predvolené písmo“."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Schéma štýlu"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Identifikátor schémy štýlu GtkSourceView použitej na farebné zvýraznenie "
+"textu."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Vytvárať záložné kópie"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Určuje, či má gedit obnoviť predošlú polohu kurzora pri načítaní súboru."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Automatické ukladanie"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Určuje, či má gedit automaticky ukladať zmenené súbory po zadanom časovom "
+"intervale. Jeho hodnotu môžete zapnúť pomocou voľby „Interval automatického "
+"ukladania“."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Interval automatického ukladania"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Počet minút, po ktorých gedit automaticky uloží zmenené súbory. Toto "
+"nastavenie sa prejaví, iba ak máte zapnutú voľbu „Automatické ukladanie“."
+
+# operácií vrátenia
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maximálny počet operácií vrátenia"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maximálny počet operácií, ktoré bude gedit schopný vrátiť späť alebo "
+"opätovne spraviť. Použite „-1“ pre neobmedzený počet operácií."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Režim zalamovania riadkov"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Určuje ako v oblasti na úpravy zalamovať riadky pri upravovaní. „none“ bez "
+"zalamovania, „word“ pre zalamovanie na okraji slov a „char“ pre zalamovanie "
+"na ľubovoľnom znaku. Pamätajte, že tieto hodnoty rozlišujú veľkosť písmen, "
+"takže musia byť napísané presne tak, ako sú tu uvedené."
+
+# summary
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Posledný vybratý režim rozdelenia pre režim zalamovania riadkov"
+
+# desc
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Určuje posledný režim rozdelenia v režime zalamovania riadkov, takže aj keď "
+"je režim zalamovania vypnutý, režim rozdelenia je stále zapamätaný. Použite "
+"výraz „word“ pre zalomenie na hraniciach slov a výraz „char“ pre zalomenie "
+"na jednotlivých znakoch."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Veľkosť tabulátora"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Určuje počet medzier, ktoré sa zobrazia namiesto znakov Tab."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Vložiť medzery"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Určuje, či má gedit namiesto tabulátorov vkladať medzery."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatické odsadenie"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Určuje, či má gedit zapnúť automatické odsadzovanie."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Zobraziť čísla riadkov"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Určuje, či má gedit zobrazovať čísla riadkov v oblasti na úpravy."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Zvýrazniť aktuálny riadok"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Určuje, či má gedit zvýrazniť aktuálny riadok."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Zvýrazniť zodpovedajúce zátvorky"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Určuje, či má gedit zvýrazňovať zodpovedajúcu zátvorku."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Zobraziť pravý okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Určuje, či má gedit zobraziť pravý okraj v oblasti na úpravy."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Pozícia pravého okraja"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Určuje pozíciu pravého okraja."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Typ vzoru pozadia dokumentu"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Určuje, či bude mať dokument vzor pozadia vyplnený farbou."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Inteligentné Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Určuje ako sa pohybuje kurzor po stlačení kláves Home a End. Pri „disabled“ "
+"sa vždy presunie na začiatok/koniec riadka, pri „after“ sa presunie na "
+"začiatok/koniec riadka po prvom stlačení klávesu a na začiatok/koniec textu "
+"ignorujúc netlačiteľné znaky po druhom stlačení klávesu. Pri „before“ sa "
+"presunie na začiatok/koniec textu pred presunutím na začiatok/koniec riadka "
+"a pri „always“ sa vždy presunie na začiatok/koniec textu namiesto začiatku/"
+"konca riadka."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Obnoviť predošlú polohu kurzora"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Určuje, či má gedit obnoviť predošlú polohu kurzora pri načítaní súboru."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Povoliť zvýrazňovanie syntaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Určuje, či má gedit zapnúť zvýrazňovanie syntaxe."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Povoliť zvýrazňovanie vyhľadávania"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Určuje, či má gedit zvýrazniť všetky výskyty hľadaného textu."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Zaistiť znak nového riadka na konci"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Určuje, či má gedit zaisťovať, aby dokument vždy končil znakom nového riadka."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Režim zobrazenia kariet poznámkového bloku"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Určuje, kedy zobrazovať karty poznámkového bloku. „never“ nikdy nezobrazí "
+"karty, „always“ vždy zobrazí karty a „auto“ zobrazí karty iba ak je otvorená "
+"viac ako jedna karta. Pamätajte, že tieto hodnoty rozlišujú veľkosť písmen, "
+"takže musia byť napísané presne tak, ako sú tu uvedené."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Stavová lišta je viditeľná"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Určuje, či sa má v dolnej časti okna editora zobrazovať stavový riadok."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Postranný panel je viditeľný"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Určuje, či má byť viditeľný postranný panel v ľavej časti okien na úpravy."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Tlačiť so zvýraznením syntaxe"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Určuje, či má gedit pri tlači zvýrazňovať syntax."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Tlačiť hlavičku"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Určuje, či má gedit tlačiť aj hlavičku dokumentu."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Režim zalamovania riadkov pri tlači"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Určuje ako zalamovať riadky pri tlači. „none“ bez zalamovania, „word“ pre "
+"zalamovanie na okraji slov a „char“ pre zalamovanie na ľubovoľnej hranici "
+"znakov. Pamätajte, že tieto hodnoty rozlišujú veľkosť písmen, takže musia "
+"byť napísané presne tak, ako sú tu uvedené."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Tlačiť čísla riadkov"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ak je táto hodnota 0, pri tlači sa nebudú vkladať čísla riadkov. Inak sa "
+"vždy po tu určenom počte riadkov zobrazí číslo riadka."
+
+# predvolene pismo
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Písmo pre telo pri tlači"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Určuje písmo používané pre telo dokumentu pri tlači."
+
+# predvolene pismo
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Písmo hlavičky pri tlači"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Určuje písmo pre hlavičku stránky pri tlači. Toto nastavenie sa prejaví, iba "
+"ak máte zapnutú voľbu „Tlačiť hlavičku“."
+
+# predvolene pismo
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Písmo pre čísla riadkov pre tlač"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Určuje písmo pre čísla riadkov pri tlači. Toto nastavenie sa prejaví iba ak "
+"je voľba „Tlačiť čísla riadkov“ nastavená na nenulovú hodnotu."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Ľavý okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Ľavý okraj, v milimetroch."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Horný okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Horný okraj, v milimetroch."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Pravý okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Pravý okraj, v milimetroch."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Dolný okraj"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Dolný okraj, v milimetroch."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kandidáti kódovania"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Zoznam kandidátov kódovaní zobrazený v ponuke Kódovanie znakov pri vyberaní "
+"súborov na otvorenie/uloženie. Voľba „CURRENT“ reprezentuje aktuálne "
+"kódovanie podľa miestneho nastavenia. Použijú sa iba rozpoznané kódovania. "
+"Predvolená hodnota je prázdny zoznam, kedy program gedit zvolí vhodné "
+"predvolené nastavenie v závislosti od krajiny a jazyka."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktívne zásuvné moduly"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Zoznam aktívnych zásuvných modulov."
+
+# cmd desc
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Zobrazí verziu aplikácie"
+
+# cmd desc
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Zobrazí zoznam možných hodnôt voľby kódovania"
+
+# cmd desc
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Nastaví kódovanie znakov, ktoré bude použité na otvorenie súborov uvedených "
+"v príkazovom riadku"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KÓDOVANIE"
+
+# cmd desc
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Vytvorí nové hlavné okno v bežiacej inštancii gedit"
+
+# cmd desc
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Vytvorí nový dokument v bežiacej inštancii gedit"
+
+# cmd desc
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Otvorí súbory a zablokuje proces do zatvorenia súborov"
+
+# čo je samostatný režim?
+# Ivan: http://mail.gnome.org/archives/commits-list/2010-May/msg00365.html
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Spustí gedit v samostatnom režime"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[SÚBOR…] [+RIADOK[:STĹPEC]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Nastala chyba pri zobrazovaní pomocníka."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: neplatné kódovanie."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Zavrieť _bez uloženia"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:496
+#: gedit/gedit-commands-file.c:572 gedit/gedit-commands-file.c:796
+#: gedit/gedit-commands-file.c:1518 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-adapter.c:113
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Zrušiť"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "Uložiť _ako…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:795
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Uložiť"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ak ich neuložíte, zmeny za posledných %ld sekúnd budú natrvalo stratené."
+msgstr[1] "Ak ich neuložíte, zmeny za poslednú sekundu budú natrvalo stratené."
+msgstr[2] ""
+"Ak ich neuložíte, zmeny za posledné %ld sekundy budú natrvalo stratené."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "Ak ich neuložíte, zmeny za poslednú minútu budú natrvalo stratené."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ak ich neuložíte, zmeny za poslednú minútu a %ld sekúnd budú natrvalo "
+"stratené."
+msgstr[1] ""
+"Ak ich neuložíte, zmeny za poslednú minútu a %ld sekundu budú natrvalo "
+"stratené."
+msgstr[2] ""
+"Ak ich neuložíte, zmeny za poslednú minútu a %ld sekundy budú natrvalo "
+"stratené."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ak ich neuložíte, zmeny za posledných %ld minút budú natrvalo stratené."
+msgstr[1] "Ak ich neuložíte, zmeny za poslednú minútu budú natrvalo stratené."
+msgstr[2] ""
+"Ak ich neuložíte, zmeny za posledné %ld minúty budú natrvalo stratené."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "Ak ich neuložíte, zmeny za poslednú hodinu budú natrvalo stratené."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ak ich neuložíte, zmeny za poslednú hodinu a %d minút budú natrvalo stratené."
+msgstr[1] ""
+"Ak ich neuložíte, zmeny za poslednú hodinu a %d minútu budú natrvalo "
+"stratené."
+msgstr[2] ""
+"Ak ich neuložíte, zmeny za poslednú hodinu a %d minúty budú natrvalo "
+"stratené."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ak ich neuložíte, zmeny za posledných %d hodín budú natrvalo stratené."
+msgstr[1] "Ak ich neuložíte, zmeny za poslednú hodinu budú natrvalo stratené."
+msgstr[2] ""
+"Ak ich neuložíte, zmeny za posledné %d hodiny budú natrvalo stratené."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Uložiť zmeny v dokumente „%s“ pred zatvorením?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Máte otvorených %d dokumentov, ktoré obsahujú neuložené zmeny. Chcete ich "
+"uložiť pred zatvorením?"
+msgstr[1] ""
+"Máte otvorený %d dokument, ktorý obsahuje neuložené zmeny. Chcete ich uložiť "
+"pred zatvorením?"
+msgstr[2] ""
+"Máte otvorené %d dokumenty, ktoré obsahujú neuložené zmeny. Chcete ich "
+"uložiť pred zatvorením?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "Vyberte _súbory, ktoré chcete uložiť:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Ak ich neuložíte, všetky vaše zmeny budú natrvalo stratené."
+
+#: gedit/gedit-commands-file.c:263
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Načítava sa súbor „%s“…"
+
+#: gedit/gedit-commands-file.c:272
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Načítava sa %d súborov…"
+msgstr[1] "Načítava sa %d súbor…"
+msgstr[2] "Načítavajú sa %d súbory…"
+
+#: gedit/gedit-commands-file.c:487
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Súbor „%s“ je iba na čítanie."
+
+#: gedit/gedit-commands-file.c:492
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Chcete sa pokúsiť ho nahradiť tým, ktorý ukladáte?"
+
+#: gedit/gedit-commands-file.c:497
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "Na_hradiť"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file using compression?"
+msgstr "Uložiť súbor komprimovane?"
+
+#: gedit/gedit-commands-file.c:541
+msgid "Save the file as plain text?"
+msgstr "Uložiť súbor ako čistý text?"
+
+#: gedit/gedit-commands-file.c:554
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Súbor „%s“ bol predtým uložený ako čistý text a teraz bude uložený "
+"komprimovane."
+
+#: gedit/gedit-commands-file.c:558
+msgid "_Save Using Compression"
+msgstr "_Uložiť komprimovane"
+
+#: gedit/gedit-commands-file.c:563
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Súbor „%s“ bol predtým uložený komprimovane a teraz bude uložený ako čistý "
+"text."
+
+#: gedit/gedit-commands-file.c:566
+msgid "_Save As Plain Text"
+msgstr "_Uložiť ako čistý text"
+
+#: gedit/gedit-commands-file.c:681 gedit/gedit-commands-file.c:969
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Ukladá sa súbor „%s“…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:792
+msgctxt "window title"
+msgid "Save As"
+msgstr "Uloženie ako"
+
+#: gedit/gedit-commands-file.c:1379
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Vracia sa obsah dokumentu „%s“…"
+
+#: gedit/gedit-commands-file.c:1426
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr ""
+"Vrátiť späť obsah súboru a zrušiť tak neuložené zmeny v dokumente „%s“?"
+
+#: gedit/gedit-commands-file.c:1435
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Zmeny v tomto dokumente za posledných %ld sekúnd budú natrvalo stratené."
+msgstr[1] "Zmeny v tomto dokumente za poslednú sekundu budú natrvalo stratené."
+msgstr[2] ""
+"Zmeny v tomto dokumente za posledné %ld sekundy budú natrvalo stratené."
+
+#: gedit/gedit-commands-file.c:1444
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Zmeny v tomto dokumente za poslednú minútu budú natrvalo stratené."
+
+#: gedit/gedit-commands-file.c:1450
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Zmeny v tomto dokumente za poslednú minútu a %ld sekúnd budú natrvalo "
+"stratené."
+msgstr[1] ""
+"Zmeny v tomto dokumente za poslednú minútu a %ld sekundu budú natrvalo "
+"stratené."
+msgstr[2] ""
+"Zmeny v tomto dokumente za poslednú minútu a %ld sekundy budú natrvalo "
+"stratené."
+
+#: gedit/gedit-commands-file.c:1460
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Zmeny v tomto dokumente za posledných %ld minút budú natrvalo stratené."
+msgstr[1] "Zmeny v tomto dokumente za poslednú minútu budú natrvalo stratené."
+msgstr[2] ""
+"Zmeny v tomto dokumente za posledné %ld minúty budú natrvalo stratené."
+
+#: gedit/gedit-commands-file.c:1475
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Zmeny v tomto dokumente za poslednú hodinu budú natrvalo stratené."
+
+#: gedit/gedit-commands-file.c:1481
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Zmeny v tomto dokumente za poslednú hodinu a %d minút budú natrvalo stratené."
+msgstr[1] ""
+"Zmeny v tomto dokumente za poslednú hodinu a %d minútu budú natrvalo "
+"stratené."
+msgstr[2] ""
+"Zmeny v tomto dokumente za poslednú hodinu a %d minúty budú natrvalo "
+"stratené."
+
+#: gedit/gedit-commands-file.c:1496
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Zmeny v tomto dokumente za posledných %d hodín budú natrvalo stratené."
+msgstr[1] "Zmeny v tomto dokumente za poslednú hodinu budú natrvalo stratené."
+msgstr[2] ""
+"Zmeny v tomto dokumente za posledné %d hodiny budú natrvalo stratené."
+
+#: gedit/gedit-commands-file.c:1519
+msgid "_Revert"
+msgstr "V_rátiť"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit je malý textový editor nenáročný na zdroje pre prostredie GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"Stanislav Višňovský\n"
+"Marcel Telka <marcel@telka.sk>\n"
+"Ivan Masár <helix84@centrum.sk>\n"
+"Dušan Kazik <prescott66@gmail.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Nájdených a nahradených %d výskytov"
+msgstr[1] "Nájdený a nahradený %d výskyt"
+msgstr[2] "Nájdené a nahradené %d výskyty"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Nájdený a nahradený jeden výskyt"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "Výraz „%s“ nebol nájdený"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Neuložený dokument %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Skupina kariet %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "Len na čítanie"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automaticky zistené"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Pridať alebo odstrániť…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Aktuálne miestne nastavenia (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Aktuálne miestne nastavenia)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Skutočne chcete obnoviť nastavenia kódovaní znakov?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "O_bnoviť"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Pridá"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Odstráni"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Premiestni na vyššiu prioritu"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Premiestni na nižšiu prioritu"
+
+#. Common code between the different GeditFileChooser's.
+#: gedit/gedit-file-chooser.c:27 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Všetky súbory"
+
+#: gedit/gedit-file-chooser.c:28
+msgid "All Text Files"
+msgstr "Všetky textové súbory"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:256
+msgid "C_haracter Encoding:"
+msgstr "_Kódovanie znakov:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:315
+msgid "L_ine Ending:"
+msgstr "Konce _riadkov:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-adapter.c:109
+#: gedit/gedit-file-chooser-open.c:87
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Otvorenie súborov"
+
+#: gedit/gedit-file-chooser-open-adapter.c:112 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Otvoriť"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Čistý text"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "_Skúsiť znova"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Nepodarilo sa nájsť súbor „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Prosím, overte, či ste zadali správne umiestnenie a skúste to znovu."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Nepodarilo sa obslúžiť umiestnenia „%s:“."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Nepodarilo sa obslúžiť toto umiestnenie."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Nedá sa pristúpiť k umiestneniu súboru."
+
+# MČ: je to priečinok, alebo adresár kontaktov, prípadne nejaký LDAP?
+# PK: je to adresar (suborovy system)
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "„%s“ je adresár."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "„%s“ nie je platné umiestnenie."
+
+# MČ: sprostredkovateľský?
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Hostiteľ „%s“ nebol nájdený. Prosím, skontrolujte, či sú vaše nastavenia "
+"sprostredkovateľského (proxy) servera správne a skúste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Názov hostiteľa bol neplatný. Prosím, overte, či ste zadali umiestnenie "
+"správne a skúste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "„%s“ nie je obyčajný súbor."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Časový limit spojenia vypršal. Prosím, skúste to znova."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Neočakávaná chyba: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Nedá sa nájsť požadovaný súbor. Pravdepodobne bol nedávno odstránený."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Nepodarilo sa vrátiť obsah súboru „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Kódovanie zn_akov:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Upraviť napriek _tomu"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Počet nasledovaných odkazov je obmedzený a vlastný súbor nebol v rámci tohto "
+"limitu nájdený."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Nemáte potrebné práva na otvorenie súboru."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Nepodarilo sa zistiť kódovanie znakov."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Prosím, skontrolujte, či sa nepokúšate otvoriť binárny súbor."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Vyberte kódovanie znakov z ponuky a skúste to znova."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Nastala chyba pri otváraní súboru „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Súbor, ktorý ste otvorili, obsahuje niektoré neplatné znaky. Ak budete "
+"pokračovať v otváraní tohto súboru, mohli by ste tento dokument poškodiť."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "Môžete tiež vybrať iné kódovanie znakov a skúsiť to znova."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Nepodarilo sa otvoriť súbor „%s“ použitím kódovania znakov „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Vyberte iné kódovanie znakov z ponuky a skúste to znova."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Nepodarilo sa otvoriť súbor „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Nepodarilo sa uložiť súbor „%s“ použitím kódovania znakov „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokument obsahuje jeden alebo viac znakov, ktoré nemôžu byť zakódované "
+"pomocou zadaného kódovania znakov."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "_Uložiť aj napriek tomu"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "_Neuložiť"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Súbor „%s“ bol od jeho načítania zmenený."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Ak ho uložíte, všetky externé zmeny môžu byť stratené. Uložiť ho aj napriek "
+"tomu?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Nedajú sa obslúžiť umiestnenia „%s:“ v režime zápisu. Prosím, overte, či ste "
+"zadali umiestnenie správne a skúste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Toto umiestnenie sa nedá obslúžiť v režime zápisu. Prosím, overte, či ste "
+"zadali umiestnenie správne a skúste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"„%s“ nie je platné umiestnenie. Prosím, overte, či ste zadali umiestnenie "
+"správne a skúste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Nemáte potrebné oprávnenia na uloženie súboru. Prosím, overte, či ste zadali "
+"umiestnenie správne a skúste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Na disku nie je dostatok miesta na uloženie súboru. Prosím, uvoľnite nejaké "
+"miesto na disku a skúste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Pokúšate sa uložiť súbor na disk určený len na čítanie. Prosím, overte, či "
+"ste zadali umiestnenie správne a skúste to znovu."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Súbor s takým istým názvom už existuje. Prosím, použite iný názov."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Disk, na ktorý sa pokúšate uložiť súbor, má obmedzenú dĺžku názvu súborov. "
+"Prosím, použite kratší názov."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Disk, na ktorý sa pokúšate uložiť súbor, má obmedzenie veľkosti súborov. "
+"Prosím, skúste uložiť menší súbor alebo súbor skúste uložiť na disk, ktorý "
+"toto obmedzenie nemá."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Nepodarilo sa uložiť súbor „%s“."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Stlačením tohto tlačidla vyberiete písmo, ktoré editor používa"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "Po_užívať systémové písmo s pevnou šírkou znakov (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Vybraná farebná schéma sa nedá nainštalovať. %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Vybranú farebnú schému nebolo možné nainštalovať."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Pridanie farebnej schémy"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Pridať schému"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Súbory farebnej schémy"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Nepodarilo sa odstrániť farebnú schému „%s“."
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Pripravuje sa…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Súbor: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Stránka %N z %Q"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Vykresľuje sa stránka %d z %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Stránka %d z %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Nič"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Nájsť a nahradiť"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "CEZ"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "VKL"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "%d kariet obsahuje chyby"
+msgstr[1] "%d karta obsahuje chyby"
+msgstr[2] "%d karty obsahujú chyby"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Vracia sa %s z %s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "Vracia sa %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Načítava sa %s z %s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "Načítava sa %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Ukladá sa %s do %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "Ukladá sa %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "Chyba pri otváraní súboru %s"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Chyba pri vracaní súboru %s"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "Chyba pri ukladaní súboru %s"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "Názov:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "Typ MIME:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "Kódovanie:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ na %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Zobraziť čísla _riadkov"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d. z %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Pokračovať dookola"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Porovnávať ako _regulárny výraz"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Porovnávať len _celé slová"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Rozlišovať _veľkosť písmen"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Reťazec, ktorý chcete hľadať"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Riadok, na ktorý chcete presunúť kurzor"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "Hľadanie zátvoriek je mimo rozsahu"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "Zodpovedajúca zátvorka nebola nájdená"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Zodpovedajúca zátvorka nájdená na riadku: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ria %d, Stĺ %d"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Šírka tabulátora: %u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "Máte neuložené dokumenty"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "Zmení stránku postranného panela"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumenty"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "Otvorí súbor"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "Otvoriť nedávny súbor"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Presunúť _vľavo"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Presunúť vp_ravo"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Pre_sunúť do nového okna"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "_Presunúť do novej skupiny kariet"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "Za_vrieť"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatické odsadenie"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Používať medzery"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Zobraziť čísla _riadkov"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Zobraziť pravý okraj"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Zvýrazniť _aktuálny riadok"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Zalamovanie textu"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Súbor"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nový"
+
+# quicklist
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Otvoriť nový dokument"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Znovu otvoriť zavreté _karty"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Uložiť _ako…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nové okno"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "_Znova načítať"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_Tlačiť…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "U_končiť"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Upraviť"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Vrátiť späť"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Znovu vykonať"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Vys_trihnúť"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopírovať"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Vložiť"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "O_dstrániť"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Režim filtra prehliadača súborov"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Vybr_ať všetko"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "Nas_tavenia"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Zobraziť"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "_Postranný panel"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Sp_odný panel"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "Na _celú obrazovku"
+
+#  GtkDialog title
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "_Režim z_výrazňovania…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Hľadať"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Nájsť…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Hľadať ď_alšie"
+
+# tu nie je podľa mňa správny rod
+# treby vymyslieť ako preložiť find next a find previous
+# Ivan: výskyty
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Nájsť pre_dchádzajúce"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Nájsť a n_ahradiť…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Zrušiť zvýrazňovanie"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Prejsť na _riadok…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Nástroje"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumenty"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Uložiť _všetky"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Za_vrieť všetky"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Nasledovná skupina karie_t"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "P_redchádzajúca skupina kariet"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Nasledovná skupina karie_t"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Predchádzajúci dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Ďalší _dokument"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Pre_sunúť do nového okna"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Pomocník"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_O aplikácii Textový editor"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "Uložiť _všetky"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "Nájsť a n_ahradiť…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Prejsť na _riadok…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Klávesové skratky"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Kódovania znakov"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "Po_užiť"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "_Dostupné kódovania"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Zvol_ené kódovania"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Popis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kódovanie"
+
+#  GtkDialog title
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "Režim zvýrazňovania"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "Vybr_ať"
+
+# GtkSearchEntry placeholder_text
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "Vyhľadajte režim zvýrazňovania…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Nastavenia"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Zobraziť pravý _okraj v stĺpci:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Zobraziť _stavovú lištu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Zobraziť čiary _mriežky"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Zalamovanie textu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Povoliť _zalamovanie riadkov"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "_Nerozdeľovať slová na viac riadkov"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Zvýrazňovanie"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Zvýrazniť _aktuálny riadok"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Zvýrazniť zo_dpovedajúce zátvorky"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Zobraziť"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulátory"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Šírka _tabulátorov:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Vkladať _medzery namiesto tabulátorov"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Povoliť automatické odsadzovanie"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Ukladanie súborov"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Vytvárať _záložnú kópiu súborov pred ukladaním"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Automaticky ukladať každých"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minút"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Editor"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Písmo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Písmo _editora: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Vyberte písmo textu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Farebná schéma"
+
+# tooltip text
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Nainštaluje schému"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Nainštalovať schému"
+
+# tooltip text
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Odinštaluje schému"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Odinštalovať schému"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Písmo a farby"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Zásuvné moduly"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Zvýrazňovanie syntaxe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Tlačiť so zvýraznením synta_xe"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Čísla riadkov"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Tlačiť čí_sla riadkov"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "Čís_la každých"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "riadkov"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Hlavička stránky"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Tlačiť hlavič_ky stránky"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Písma"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "T_elo:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Čísla _riadkov:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Hl_avičky a pätičky:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Obnoviť predvolené písma"
+
+# tooltip
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Zobrazí predchádzajúcu stranu"
+
+# tooltip
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Zobrazí nasledujúcu stranu"
+
+# tootlip
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Aktuálna strana (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "z"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Spolu strán"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Celkový počet stránok v dokumente"
+
+# tootlip
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Zobrazí viac stránok"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Mierka 1:1"
+
+# tooltip
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Zväčší, aby bolo vidieť celú stránku"
+
+# tooltip
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Zväčší stranu"
+
+# tooltip
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Zmenší stranu"
+
+#  tooltip
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Zavrie náhľad tlače"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Zavrieť náhľad"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Náhľad stránky"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Náhľad stránky dokumentu, ktorá sa má tlačiť"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Nahradiť vš_etko"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Nájsť"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Náj_sť "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Nahradiť _za "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Rozlišovať veľkosť písmen"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Porovnávať _len celé slová"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Re_gulárny výraz"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Hľadať _dozadu"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Pokračovať dookola"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumenty"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Vytvorenie nového dokumentu na karte"
+
+# quicklist
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Otvorenie dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Uloženie dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Uloženie dokumentu s novým názvom súboru"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Uloženie všetkých dokumentov"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Zatvorenie dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Zatvorenie všetkých dokumentov"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Znovu otvorenie posledného zatvoreného dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Prepnutie na nasledujúci dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Prepnutie na predchádzajúci dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Prepínanie medzi prvým až deviatym dokumentom"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Okná a panely"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Vytvorenie nového dokumentu v okne"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Vytvorenie novej skupiny kariet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Zobrazenie postranného panelu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Zobrazenie spodného panelu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Zapnutie alebo vypnutie režimu na celú obrazovku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Ukončenie aplikácie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Nájdenie a nahradenie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Nájdenie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Nájdenie nasledujúcej zhody"
+
+# tooltip
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Nájdenie predchádzajúcej zhody"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Vymazanie zvýraznenia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Vrátenie späť a zopakovanie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Vrátenie späť predchádzajúceho príkazu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Zopakovanie predchádzajúceho príkazu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Výber"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Výber celého textu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Zrušenie označenia celého textu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopírovanie a vkladanie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Skopírovanie vybratého textu do schránky"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Vystrihnutie vybratého textu do schránky"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Vloženie textu zo schránky"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigácia"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Prejdenie na riadok"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Presun na začiatok aktuálneho riadku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Presun na koniec aktuálneho riadku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Presun na začiatok dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Presun na koniec dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Presun prehliadacieho miesta nahor v súbore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Presun prehliadacieho miesta nadol v súbore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Presun prehliadacieho miesta na koniec súboru"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Presun prehliadacieho miesta na začiatok súboru"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Presun na zodpovedajúce zátvorky"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Prejdenie na predchádzajúcu skupinu kariet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Prejdenie na nasledujúcu skupinu kariet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Upravovanie"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Prepnutie režimu vkladania alebo prepisovania"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Prepnutie viditeľnosti kurzora"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Odstránenie aktuálneho riadku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Presun aktuálneho riadku hore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Presun aktuálneho riadku dole"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Presun aktuálneho slova doľava"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Presun aktuálneho slova doprava"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Zmena textu na veľké písmená"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Zmena textu na malé písmená"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Obrátenie veľkosti písmen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Navýšenie čísla na kurzore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Zníženie čísla na kurzore"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Nástroje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Kontrola pravopisu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Tlač dokumentu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Zobrazenie okna dopĺňania"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Všeobecné"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Zobrazenie pomocníka"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Otvorenie ponuky"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Klávesové skratky"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Zavrieť dokument"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Vytvorí nový dokument"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nový"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Uloží aktuálny súbor"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Uložiť"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Skryť panel"
+
+# tooltip
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Opustí režim na celú obrazovku"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Štatistika dokumentu"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Oznámi počet slov, riadkov a znakov v dokumente."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Š_tatistika dokumentu"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Výber"
+
+# nemá tu byť riadkov?
+# netreba plural forms?
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Riadkov"
+
+# netreba plural forms?
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Slov"
+
+# netreba plural forms?
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Znakov (s medzerami)"
+
+# netreba plural forms?
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Znakov (bez medzier)"
+
+# netreba plural forms?
+# Ivan: Je to štatistika. Podľa mňa by sa to nehodilo. Je to tabuľka "Bajtov: xy", nie fráza "xy bajtov".
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bajtov"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Zostavenie"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Spustiť „make“ v adresári dokumentu"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Otvoriť terminál tu"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Otvoriť terminál na umiestnení dokumentu"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Odstrániť medzery na konci"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Odstrániť zbytočné medzery na konci riadka"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Spustiť príkaz"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Spustiť vlastný príkaz a vložiť výstup do nového dokumentu"
+
+# DK:nazov pluginu
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Odoslanie do fpaste"
+
+# DK:komentar k pluginu
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Vloží aktuálny dokument alebo vybratý text do fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Externé nástroje"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Spustí externé príkazy a skripty shellu."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Určuje, či použiť systémové písmo"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ak je voľba nastavená na „true“, externé nástroje použijú predvolené písmo "
+"platné pre celé pracovné prostredie (ak má toto písmo pevnú šírku znaku). V "
+"opačnom prípade použijú najpodobnejšie písmo."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Názov písma Pango. Príklad: „Sans 12“ alebo „Monospace Bold 14“."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Spravovať _externé nástroje…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Externé _nástroje"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Nepodarilo sa spustiť príkaz: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Aby ste mohli spustiť tento príkaz, musíte byť vnútri slova"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Spúšťa sa nástroj:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Hotovo."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Ukončené"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Všetky jazyky"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Všetky jazyky"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nový nástroj"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Tento akcelerátor je už previazaný s %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Zadajte nový akcelerátor alebo ho vymažte stlačením Backspace"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Zadajte nový akcelerátor"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Zastavené."
+
+# tooltip
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Zastaví nástroj"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Vždy dostupné"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Všetky dokumenty"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Všetky dokumenty okrem nepomenovaných"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Iba lokálne súbory"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Iba vzdialené súbory"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Iba nepomenované dokumenty"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Aktuálny dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Aktuálny výber"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Aktuálny výber (predvolený je dokument)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Aktuálny riadok"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Aktuálne slovo"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Zobraziť v spodnom paneli"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Vytvoriť nový dokument"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Pridať k aktuálnemu dokumentu"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Nahradiť aktuálny dokument"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Nahradiť aktuálny výber"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Vložiť na aktuálnu pozíciu kurzora"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Spravovať externé nástroje"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Pridá nový nástroj"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Pridať nástroj"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Odstráni vybraný nástroj"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Odstrániť nástroj"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Vráti nástroj"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Vrátiť nástroj"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Klávesová skratka:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Uložiť:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Vstup:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "Vý_stup:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Aplikovateľnosť:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Výstup nástroja"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Panel prehliadača súborov"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Jednoduchý prístup k súborom z postranného panelu."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Domov"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Súborový systém"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Prehliadač súborov"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Nastala chyba počas vytvárania nového adresára"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Nastala chyba počas vytvárania nového súboru"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Nastala chyba počas premenovávania súboru alebo adresára"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Nastala chyba počas odstraňovania súboru alebo adresára"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+"Nastala chyba počas otvárania súboru alebo adresára v správcovi súborov"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Nastala chyba počas nastavovania koreňového adresára"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Nastala chyba počas načítavania adresára"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Vyskytla sa chyba"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Nie je možné presunúť súbor do Koša.\n"
+"Chcete ho odstrániť natrvalo?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Súbor „%s“ nie je možné presunúť do Koša."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Vybrané súbory nie je možné presunúť do Koša."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Ste si istý, že chcete natrvalo odstrániť „%s“?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Ste si istý, že chcete natrvalo odstrániť vybrané súbory?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Ak zmažete položku, bude natrvalo stratená."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Prázdny)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Premenovaný súbor je momentálne odfiltrovaný. Aby ste súbor zviditeľnili, "
+"budete musieť prispôsobiť svoje nastavenia filtra"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Nepomenovaný súbor"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Nový súbor je momentálne odfiltrovaný. Aby ste súbor zviditeľnili, budete "
+"musieť prispôsobiť vaše nastavenia filtra"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Nepomenovaný priečinok"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Nový adresár je momentálne odfiltrovaný. Aby ste súbor zviditeľnili, budete "
+"musieť prispôsobiť vaše nastavenia filtra"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Záložky"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Neexistuje objekt pripojenia pripojeného zväzku: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Nepodarilo sa otvoriť multimediálny súbor %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Nepodarilo sa pripojiť zväzok: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Chyba počas načítavania „%s“: Adresár neexistuje"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Otvoriť so stromovým zobrazením"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Keď sa načíta zásuvný modul prehliadača súborov, otvoriť zobrazenie stromu "
+"namiesto zobrazenia záložiek"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Koreňový adresár prehliadača súborov"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Koreňový adresár prehliadača súborov, ktorý sa má použiť pri načítaní "
+"zásuvného modulu prehliadača súborov a pri voľbe onload/tree_view nastavenej "
+"na „true“."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Virtuálny koreňový adresár prehliadača súborov"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Virtuálny koreňový adresár prehliadača súborov, ktorý sa má použiť pri "
+"načítaní zásuvného modulu prehliadača súborov a pri voľbe onload/tree_view "
+"nastavenej na „true“. Virtuálny koreňový adresár musí vždy byť pod skutočným "
+"koreňovým adresárom."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Povoliť obnovenie vzdialených umiestnení"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Nastavuje, či zapnúť obnovovanie vzdialených umiestnení."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Nastaviť umiestnenie na prvý dokument"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Ak je voľba nastavená na „true“, zásuvný modul prehliadača súborov zobrazí "
+"adresár prvého otvoreného dokumentu, ak prehliadač súborov zatiaľ nebol "
+"použitý. (To vo všeobecnosti platí pri otváraní dokumentu z príkazového "
+"riadku alebo z aplikácie Nautilus, atď.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Režim filtra prehliadača súborov"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Táto hodnota určuje, ktoré súbory sa filtrujú z prehliadača súborov. Platné "
+"hodnoty sú: none (bez filtrovania), hide-hidden (filtrovať skryté súbory) a "
+"hide-binary (filtrovať binárne súbory)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Vzor filtra prehliadača súborov"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Vzor, ktorým filtruje súbory filter prehliadača súborov. Tento filter "
+"funguje nad režimom filtra filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Binárne vzory prehliadača súborov"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Doplnkové vzory, ktoré sa použijú na filtrovanie binárnych suborov."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "Na_staviť koreň na aktívny dokument"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Nový priečinok"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nový _súbor"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "P_remenovať…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Presunúť do Koša"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Obnoviť zobrazenie"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Zobraziť priečinok"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Otvoriť v termináli"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Zobraziť _skryté"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Zobraziť _binárne"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Vyhovujúce názvu súboru"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "História"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Otvorí ponuku s históriou"
+
+# toto je čo?
+# # Ivan: vysvetlené v dokumentácii
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Riadky režimu"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+"Podpora riadkov režimu (modelines) v štýle Emacs, Kate a Vim pre gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Farba textu príkazu"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Farba textu príkazu"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Farba textu chyby"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Farba textu chyby"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ak je voľba nastavená na „true“, terminál použije predvolené písmo platné "
+"pre celé pracovné prostredie (ak má toto písmo pevnú šírku znaku). V opačnom "
+"prípade použije najpodobnejšie písmo."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Farba _príkazu:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Farba _chyby:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Konzola Pythonu"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktívna konzola Pythonu v spodnom paneli."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Rýchle zvýraznenie"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Zvýrazní všetky výskyty vybraného textu."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Rýchle otvorenie…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Rýchle otvorenie"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Rýchle otvorenie súborov."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Hľadanie začnete písaním…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Spravovať ú_strižky…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Ústrižky"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Archív „%s“ nebolo možné vytvoriť"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Cieľový adresár „%s“ neexistuje"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Cieľový adresár „%s“ nie je platný adresár"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Súbor „%s“ neexistuje"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Súbor „%s“ nie je platný súbor s ústrižkami"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Importovaný súbor „%s“ nie je platný súbor s ústrižkami"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Archív „%s“ nebolo možné rozbaliť"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Nasledovné súbory nebolo možné importovať: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Súbor „%s“ nie je platný archív s ústrižkami"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Archív ústrižkov"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Pridať nový ústrižok…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Globálne"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Vrátiť vybraný ústrižok"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Odstrániť vybraný ústrižok"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Toto nie je platný spúšťač tabulátorom. Spúšťače môžu obsahovať buď "
+"alfanumerické znaky (alebo _, : a .) alebo jediný (nealfanumerický) znak "
+"ako: {, [ atď."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Jediné slovo, ktoré aktivuje ústrižok po stlačení klávesu Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Počas importu sa vyskytla nasledovná chyba: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Import bol úspešne dokončený"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importovať ústrižky"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Všetky podporované archívy"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Archív komprimovaný pomocou gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Archív komprimovaný pomocou bzip2"
+
+# ???
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Jediný súbor ústrižkov"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Všetky súbory"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Počas exportu sa vyskytla nasledovná chyba: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Export bol úspešne dokončený"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Chcete do exportu zahrnúť aj vybrané <b>systémové</b> ústrižky?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Nie sú vybrané žiadne ústrižky na export"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exportovať ústrižky"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Zadajte novú klávesovú skratku alebo ju vymažte pomocou Backspace"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Zadajte novú skratku"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Vykonávanie príkazu Pythonu (%s) prekročilo maximálny povolený čas, "
+"vykonávanie bolo prerušené."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Vykonávanie príkazu Pythonu (%s) zlyhalo: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Vloží často používané kúsky textu rýchlym spôsobom."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Spravovať ústrižky"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Vytvoriť nový ústrižok"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Pridať ústrižok"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Odstrániť ústrižok"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importovať ústrižky"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exportovať vybrané ústrižky"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exportovať ústrižky"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivácia"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Spúšťač _tabulátorom:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Klávesová skratka:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Klávesová skratka, ktorá aktivuje ústrižok"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Ciele _pustenia:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "Z_oradiť…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Zoradiť"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Opačné poradie"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "O_dstrániť duplikáty"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Rozlišovať veľkosť písmen"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Začiatočný stĺpec:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "Zo_radiť"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Zoradí dokument alebo vybraný text."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "S_kontrolovať pravopis…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Nastaviť _jazyk…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Zvýrazniť preklepy"
+
+# button
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Zvýrazňovať nesprávne napísané slová"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Predvolené nastavenie zvýraznenia nesprávne napísaných slov."
+
+# dialog title
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Nastavenie zásuvného modulu písania"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Predvolené pre nové dokumenty"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Kontrola pravopisu"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Kontroluje pravopis aktuálneho dokumentu."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Vložiť dátum a ča_s…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Dostupné formáty"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Typ výzvy"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Určuje, či treba vyzvať používateľa na zadanie formátu, alebo sa má použiť "
+"vlastný formát."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Vybraný formát"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Vybraný formát použitý pri vkladaní dátumu a času."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Vlastný formát"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Vlastný formát použitý pri vkladaní dátumu a času."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Vloženie dátumu a času"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Použiť _vybraný formát"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Použiť _vlastný formát"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "V_ložiť"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Nastaviť modul pre vkladanie dátumu/času"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Pri vkladaní dátumu/času…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Pýtať sa na formát"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Vložiť dátum/čas"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Vloží aktuálny dátum a čas na pozíciu kurzora."
+
+# DK: typujem ze zaciatok vety by mal byt velkym pismenom "Gedit...". Nahlas bug a preloz to velkym.
+# PK: nie, aj inde je gedit malym pismom
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit je oficiálny textový editor pracovného prostredia GNOME. Snaží sa "
+#~ "byť jednoduchý a ľahko použiteľný, ale zároveň aj všestranný textový "
+#~ "editor."
+
+# DK: tu druhu cast vety by som doplnil o to, co si vynechal "..., gedit bude spoľahlivým nástrojom na úspešné dokončenie/zvládnutie vašich úloh.."
+# PK: myslim, ze nemusim doslovne, podstatu to vystihuje
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Či píšete bestseller, programujete inovatívnu aplikáciu alebo si robíte "
+#~ "poznámky, gedit bude vaším spoľahlivým nástrojom."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Jeho flexibilný systém zásuvných modulov umožňuje prispôsobenie aplikácie "
+#~ "vašim potrebám."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Zobraziť mapu s prehľadom"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr ""
+#~ "Určuje, či má aplikácia gedit zobraziť mapu s prehľadom pre dokument."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Panel nástrojov je viditeľný"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Určuje, či má byť v oknách editora zobrazený panel nástrojov."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Maximálny počet nedávnych súborov"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Určuje maximálny počet nedávno otvorených súborov v ponuke „Nedávne "
+#~ "súbory“."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Zoznam aktívnych zásuvných modulov. Obsahuje „Umiestnenie“ aktívnych "
+#~ "zásuvných modulov. „Umiestnenie“ daného zásuvného modulu nájdete v "
+#~ "súbore .gedit-plugin."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Zmeny v dokumente „%s“ budú natrvalo stratené."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Správca systému zakázal ukladanie."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Zmeny v %d dokumentoch budú natrvalo stratené."
+#~ msgstr[1] "Zmeny v %d dokumente budú natrvalo stratené."
+#~ msgstr[2] "Zmeny v %d dokumentoch budú natrvalo stratené."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Dokum_enty s neuloženými zmenami:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Otvorenie"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Žiadne zmeny nevyžadujú byť uložené"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "_Kódovanie znakov:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Konce _riadkov:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Umiestnenie „%s“ nie je momentálne prístupné."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Váš systém je bez pripojenia. Skontrolujte pripojenie k sieti."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "Neuprav_ovať"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Tento súbor „%s“ je už otvorený v inom okne."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Chcete ho aj tak upravovať?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Nepodarilo sa vytvoriť záložnú kópiu súboru počas ukladania „%s“"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Nepodarilo sa vytvoriť dočasnú záložnú kópiu súboru počas ukladania „%s“"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Nepodarilo sa zálohovať starú kópiu súboru pred uložením novej. Toto "
+#~ "upozornenie môžete ignorovať a napriek tomu ho uložiť, ale ak sa počas "
+#~ "ukladania vyskytne chyba, mohli by ste stratiť starú kópiu súboru. "
+#~ "Pokračovať napriek tomu?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Súbor „%s“ sa na disku zmenil."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Zahodiť zmeny a _znovu načítať"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Pri ukladaní „%s“ boli zistené niektoré neplatné znaky"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Ak budete pokračovať v ukladaní tohto súboru, mohli by ste dokument "
+#~ "poškodiť. Uložiť ho napriek tomu?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Adresár „%s“ nebolo možné vytvoriť: g_mkdir_with_parents() zlyhal: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "Pri_dať schému"
+
+#~ msgid "No results"
+#~ msgstr "Žiadne výsledky"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Iné _dokumenty…"
+
+#~ msgid "Open another file"
+#~ msgstr "Otvorí iný súbor"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Zobraziť mapu s _prehľadom"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Spojenie vybratých riadkov"
+
+#~ msgid "Open"
+#~ msgstr "Otvoriť"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Otvorí súbor"
+
+#~ msgid "Check update"
+#~ msgstr "Zistiť dostupnosť aktualizácie"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Zistiť najnovšiu verziu aplikácie gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Nastala chyba pri zobrazovaní URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Stiahnuť"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignorovať verziu"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Existuje nová verzia gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Novú verziu gedit môžete stiahnuť kliknutím na tlačidlo Stiahnuť alebo "
+#~ "môžete túto verziu ignorovať a počkať na ďalšiu"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Ignorovať verziu"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Ignorovať verziu do vydania ďalšej verzie."
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Prosím, skontrolujte svoju inštaláciu."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Nepodarilo sa otvoriť súbor používateľského rozhrania %s. Chyba: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Nepodarilo sa nájst objekt „%s“ v súbore %s."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit - textový editor"
+
+#~ msgid "_About"
+#~ msgstr "_O programe"
+
+#~ msgid "Tools"
+#~ msgstr "_Nástroje"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignorovať"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Spravovať _externé nástroje…"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Rýchle otvorenie…"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "_Spravovať ústrižky…"
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_Kontrola pravopisu…"
+
+#~ msgid "Set _Language..."
+#~ msgstr "Nastaviť _jazyk…"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Vl_ožiť dátum a čas…"
+
+# qiucklist
+#~ msgid "Open a New Window"
+#~ msgstr "Otvoriť nové okno"
+
+# quicklist
+#~ msgid "Open a New Document"
+#~ msgstr "Otvoriť nový dokument"
+
+# cmd desc
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Nastaví veľkosť a pozíciu okna (ŠÍRKAxVÝŠKA+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRIA"
+
+#~ msgid "File"
+#~ msgstr "_Súbor"
+
+#~ msgid "Edit"
+#~ msgstr "_Upraviť"
+
+#~ msgid "Search"
+#~ msgstr "_Hľadať"
+
+#~ msgid "Help"
+#~ msgstr "_Pomocník"
+
+#~ msgid "Question"
+#~ msgstr "Otázka"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(žiadne návrhy)"
+
+#~ msgid "_More..."
+#~ msgstr "Ďa_lšie…"
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignorovať všetky"
+
+#~ msgid "_Add"
+#~ msgstr "Pri_dať"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Odporúčania…"
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Chyba pri kontrole pravopisu slova „%s“: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Chyba:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Kontrola pravopisu dokončená"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Žiadne nesprávne slová"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(správny tvar)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Odporúčania"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Neznámy (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Predvolený"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Vybrať _jazyk aktuálneho dokumentu."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Nesprávne slovo:"
+
+#~ msgid "word"
+#~ msgstr "slovo"
+
+#~ msgid "Change _to:"
+#~ msgstr "Zmeniť _na:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Kontrolované _slovo"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Odporúčania:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "I_gnorovať všetky"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Z_meniť"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Zmeniť vš_etky"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Používateľský slovník:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Pridať slo_vo"
+
+#~ msgid "Minimap is Visible"
+#~ msgstr "Miniatúrny náhľad je viditeľný"
+
+#~ msgid "Whether the minimap for the document should be visible."
+#~ msgstr "Určuje, či má byť viditeľný miniatúrny náhľad dokumentu."
+
+#~ msgid "_Minimap"
+#~ msgstr "_Miniatúrny náhľad"
+
+#~ msgid "_OK"
+#~ msgstr "_OK"
+
+#~ msgid "Set language"
+#~ msgstr "Nastavenie jazyka"
+
+#~ msgid "Languages"
+#~ msgstr "Jazyky"
+
+#~ msgid "The document is empty."
+#~ msgstr "Dokument je prázdny."
+
+#~ msgid "RO"
+#~ msgstr "RO"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Ignorovať veľkosť písmen"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Operáciu zoradenia nie je možné vrátiť späť"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-2', 'ISO-8859-15']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Automaticky zistené kódovania"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Utriedený zoznam kódovaní používaných pri automatickom určovaní kódovania "
+#~ "súboru. „CURRENT“ znamená kódovanie z aktuálnych miestnych nastavení. "
+#~ "Použijú sa iba podporované kódovania."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-2', 'ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Kódovania zobrazené v ponuke"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Zoznam kódovaní dostupných v ponuke Kódovanie znakov v dialógu na výber "
+#~ "súboru. Použijú sa iba známe kódovania."
+
+#~ msgid "Character encodings"
+#~ msgstr "Kódovania znakov"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "_Kódovania zobrazené v ponuke:"
+
+#~ msgid "P_revious Page"
+#~ msgstr "P_redchádzajúca strana"
+
+#~ msgid "_Next Page"
+#~ msgstr "Ď_alšia strana"
+
+#~ msgid "Replace"
+#~ msgstr "Nahradiť"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Hľadať:"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Určuje, či má gedit vytvárať záložné kópie súborov pri ukladaní. Ich "
+#~ "príponu môžete nastaviť voľbou „Prípona záložných súborov“."
+
+#~ msgid "About gedit"
+#~ msgstr "O aplikácii gedit"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Západné"
+
+#~ msgid "Central European"
+#~ msgstr "Stredoeurópske"
+
+#~ msgid "South European"
+#~ msgstr "Juhoeurópske"
+
+#~ msgid "Baltic"
+#~ msgstr "Pobaltské"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Cyrilika"
+
+#~ msgid "Arabic"
+#~ msgstr "Arabské"
+
+#~ msgid "Greek"
+#~ msgstr "Grécke"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebrejské vizuálne"
+
+#~ msgid "Turkish"
+#~ msgstr "Turecké"
+
+#~ msgid "Nordic"
+#~ msgstr "Severské"
+
+#~ msgid "Celtic"
+#~ msgstr "Keltské"
+
+#~ msgid "Romanian"
+#~ msgstr "Rumunské"
+
+#~ msgid "Armenian"
+#~ msgstr "Arménske"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Čínske tradičné"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cyrilika/ruské"
+
+#~ msgid "Japanese"
+#~ msgstr "Japonské"
+
+#~ msgid "Korean"
+#~ msgstr "Kórejské"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Čínske zjednodušené"
+
+#~ msgid "Georgian"
+#~ msgstr "Gruzínske"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebrejské"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cyrilika/ukrajinské"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vietnamské"
+
+#~ msgid "Thai"
+#~ msgstr "Thajské"
+
+#~ msgid "Unknown"
+#~ msgstr "Neznáme"
+
+#~ msgid "The file is too big."
+#~ msgstr "Súbor je príliš veľký."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~| msgid "Maximum Recent Files"
+#~ msgid "Recent files"
+#~ msgstr "Nedávne súbory"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Poskytovateľ dát Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "Zaznamenáva udalosti prístupu a opustenia dokumentov pomocou gedit"
+
+# cmd desc
+#~ msgid "Show the application's help"
+#~ msgstr "Zobrazí pomocníka aplikácie"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- úprava textových súborov"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Po spustení „%s --help“ uvidíte kompletný zoznam dostupných volieb "
+#~ "príkazového riadka.\n"
+
+# je tu správny rod?
+# Ivan: áno - panel
+#~ msgid "Empty"
+#~ msgstr "Prázdny"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Nastavenia gedit"
+
+#~ msgid "column"
+#~ msgstr "stĺpec"
+
+#~ msgid "_Open..."
+#~ msgstr "_Otvoriť…"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Nas_tavenia"
+
+#~ msgid "Configure the application"
+#~ msgstr "Nastaví aplikáciu"
+
+#~ msgid "_Contents"
+#~ msgstr "Ob_sah"
+
+#~ msgid "Save _As..."
+#~ msgstr "Uložiť _ako…"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Vráti sa k uloženej verzii súboru"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Ná_hľad tlače"
+
+#~ msgid "Print preview"
+#~ msgstr "Náhľad tlače"
+
+#~ msgid "_Print..."
+#~ msgstr "_Tlačiť…"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Vráti poslednú operáciu"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Znovu vykoná poslednú vrátenú operáciu"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Vystrihne výber"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Skopíruje výber do schránky"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Odstráni vybraný text"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "Režim _zvýrazňovania…"
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "Mení režim zvýrazňovania aktívneho dokumentu"
+
+#~ msgid "_Find..."
+#~ msgstr "_Nájsť…"
+
+#~ msgid "Search for text"
+#~ msgstr "Vyhľadá text"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Znovu vyhľadá rovnaký reťazec dopredu"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Znovu vyhľadá rovnaký reťazec dozadu"
+
+#~ msgid "_Replace..."
+#~ msgstr "Na_hradiť…"
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Vyhľadá a nahradí text"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Zruší zvýraznenie výsledkov vyhľadávania"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Prejde na riadok so zadaných číslom"
+
+#~ msgid "Save all open files"
+#~ msgstr "Uloží všetky otvorené súbory"
+
+#~ msgid "Close all open files"
+#~ msgstr "Zavrie všetky otvorené súbory"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Aktivuje predchádzajúci dokument"
+
+#~ msgid "Activate next document"
+#~ msgstr "Aktivuje ďalší dokument"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Presunie aktuálny dokument do nového okna"
+
+#~ msgid "Close the current file"
+#~ msgstr "Zavrie aktuálny súbor"
+
+#~ msgid "Quit the program"
+#~ msgstr "Ukončí program"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_Lišta nástrojov"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Zobrazí alebo skryje lištu nástrojov v aktuálnom okne"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Zobrazí alebo skryje stavovú lištu v aktuálnom okne"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Upravovanie textu na celej obrazovke"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Zobrazí alebo skryje bočný panel v aktuálnom okne"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Zobrazí alebo skryje spodný panel v aktuálnom okne"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Otvoriť „%s“"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Aktivovať „%s“"
+
+#~ msgid "Change Case"
+#~ msgstr "Zmeniť veľkosť"
+
+#~ msgid "C_hange Case"
+#~ msgstr "Z_meniť veľkosť"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Všetko _veľkými písmenami"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Všetko _malými písmenami"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Invertovať veľkosť písmen označeného textu"
+
+#~ msgid "_Title Case"
+#~ msgstr "I_niciály veľkými písmenami"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Zmeniť prvé písmeno každého označeného slova na veľké"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Získať štatistické informácie o aktuálnom dokumente"
+
+#~ msgid "_Update"
+#~ msgstr "Akt_ualizovať"
+
+#~ msgid "File Name"
+#~ msgstr "Názov súboru"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Otvorí Správcu externých nástrojov"
+
+#~ msgid "External tools"
+#~ msgstr "Externé nástroje"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Zavrieť dokument"
+
+#~ msgid "_Snippets:"
+#~ msgstr "Ú_strižky:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Spravovať ústrižky"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Zoradiť aktuálny dokument alebo výber"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Kontrola pravopisu aktuálneho dokumentu"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Automaticky kontrolovať pravopis v aktuálnom dokumente"
+
+#~ msgid "Language:"
+#~ msgstr "Jazyk:"
+
+#~ msgid "Language"
+#~ msgstr "Jazyk"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Vloží aktuálny dátum a čas na pozíciu kurzora"
diff --git a/po/sl.po b/po/sl.po
new file mode 100644
index 0000000..06cbf4d
--- /dev/null
+++ b/po/sl.po
@@ -0,0 +1,4410 @@
+# Slovenian translations for gedit.
+# Copyright (C) 2005-2007 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+#
+# Andraž Tori <andraz.tori1@guest.arnes.si>, 2000–2005.
+# Matic Žgur <mr.zgur@gmail.com>, 2006–2007.
+# Matej Urbančič <mateju@src.gnome.org>, 2007–2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-09-20 17:09+0000\n"
+"PO-Revision-Date: 2022-09-22 22:54+0200\n"
+"Last-Translator: Matej Urbančič <mateju@src.gnome.org>\n"
+"Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
+"Language: sl_SI\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || "
+"n%100==4 ? 3 : 0);\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Generator: Poedit 3.0.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Urejevalnik besedil"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "Program gedit je splošni urejevalnik besedil."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Program gedit je enostaven za uporabo, z enostavnim privzetim vmesnikom. "
+"Naprednejše možnosti so na voljo prek sistema vstavkov."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Enostavni urejevalnik besedilnih datotek"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Besedilo;Urejevalnik;tekst;Write;gedit;Pisanje;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Novo okno"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Nov dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Uporabi privzeto pisavo"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Ali naj se uporabi privzeta sistemska pisava s stalno širino za urejanje "
+"besedila namesto pisave uporabljene v programu Gedit. V primeru, da ta "
+"možnost ni izbrana, bo namesto sistemske pisave uporabljena tista pisava, ki "
+"je imenovana kot možnost »Pisava urejevalnika«."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Pisava urejevalnika"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Pisava po meri, ki bo uporabljena za izpis besedila. Upoštevana bo le v "
+"primeru, če je možnost »Uporabi privzeto pisavo« onemogočena."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Oblika sheme"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID GtkSourceView oblike sheme uporabljen za obarvanje besedila."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Ustvarjaj varnostne kopije"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Ali naj program gedit ustvari varnostne kopije datotek, ki jih shranjuje."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Samodejno shranjevanje"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Ali naj se spremenjene datoteke po določenem času samodejno shranijo. Čas je "
+"določen z možnostjo »Časovni razmik samodejnega shranjevanja«."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Časovni razmik samodejnega shranjevanja"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Čas v minutah, po katerem bodo spremenjene datoteke samodejno shranjene. "
+"Možnost bo upoštevan, če je omogočena tudi možnost »Samodejnega "
+"shranjevanja«."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Največje število razveljavitev"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Največje število dejanj razveljavitev in obnovitev, ki jih je mogoče izvesti "
+"s programom Gedit. Vrednost »-1« pomeni neomejeno število dejanj."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Način preloma vrstic"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Določa, kako naj se prelomijo dolge vrstice v urejevalni površini. Uporabite "
+"»brez« lomljenja, »beseda« za lomljenje po besedah in »znak« za lomljenje po "
+"posameznih znakih. Te vrednosti upoštevajo velikost črk, zato jih je treba "
+"vpisati z malimi črkami."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Zadnji izbor načina prelamljanja vrstic"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Določa nazadnje uporabljen način prelamljanja vrstic. Ko je možnost "
+"prelamljanja onemogočena, si program zapomni nazadnje izbran način. "
+"Uporabite »besedo« za prelom na mejah besede in »znak« za prelom pri "
+"posameznih znakovnih mejah."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Velikost zamika"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Določa število presledkov, ki naj bodo prikazani namesto znaka za zamik "
+"(tab)."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Vstavi presledke"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Ali naj gedit vstavlja presledke namesto zamikov (tabulatorjev)."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Samodejno zamikanje"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Ali naj gedit omogoči samodejno zamikanje."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Pokaži številke vrstic"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Ali naj gedit pokaže številke vrstic v urejevalni površini."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Poudari trenutno vrstico"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Ali naj gedit poudari trenutno vrstico."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Poudari ujemajoče oklepaje"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Ali naj gedit poudari ujemajoče oklepaje."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Pokaži desni rob"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Ali naj gedit v urejevalni površini pokaže desni odmik."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Položaj desnega odmika"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Določa položaj desnega robu."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Vrsta vzorca ozadja dokumenta"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Ali naj se izriše vzorec ozadja dokumenta."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Pametni tipki HOME in END"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Določa, kako se kazalka premika kadar sta pritisnjeni tipki HOME in END. "
+"Uporabite »onemogočeno«, da se vedno premakne na začetek/konce vrstice, "
+"možnost »po pritisku« za premikanje na začetek in konec ob prvem pritisku "
+"tipk in na začetek in konec besedila brez upoštevanja presledkov ob "
+"naslednjem pritisku, Možnost »pred« za premik na začetek in konec besedila "
+"pred premikanjem na začetek in konec vrstice in možnost »vedno« za premik na "
+"začetek in konec besedila namesto na začetek in konec vrstice."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Povrni prejšnji položaj kazalke"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Ali naj gedit povrne prejšnji položaj kazalke, ko se datoteka naloži."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Omogoči poudarjanje skladnje"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Ali naj gedit omogoči poudarjanje skladnje."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Omogoči poudarjanje zadetkov"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Ali naj gedit poudari pojavljanje iskanega besedila."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Zagotovi končno novo vrstico"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Ali naj gedit zagotovi zadnjo vrstico kot končno novo vrstico."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Način prikaza zavihkov beležnice"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Določa, kako naj se uporabijo zavihki beležnice. Možnost »nikoli« ne prikaže "
+"zavihkov, »vedno« prikaže zavihke in »samodejno« prikaže zavihke le, ko "
+"obstaja več kot en zavihek. Te vrednosti upoštevajo velikost črk, zato jih "
+"je treba vpisati z malimi črkami."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Vrstica stanja je vidna"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Ali naj bo vrstica stanja na dnu urejevalnega okna vidna."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Stranski pladenj je viden"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Ali naj bo stranski pladenj na levi strani urejevalnega okna viden."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Natisni poudarjanje skladnje"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Ali naj gedit poudari skladnjo dokumentov med tiskanjem."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Natisni glave strani"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Ali naj gedit vključi glavo dokumenta pri tiskanju."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Tiskanje v načinu preloma vrstic"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Določa, kako naj bodo prelomljene dolge vrstice pri tiskanju. Možnost »brez« "
+"onemogoči lomljenje, »beseda« za lomljenje po besedah in »znak« za lomljenje "
+"po posameznih znakih. Te vrednosti upoštevajo velikost črk, zato jih je "
+"treba vpisati z malimi črkami."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Natisni številke vrstic"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Če je vrednost nastavljen na 0, potem številke vrstic pri tiskanju dokumenta "
+"ne bodo izpisane. V primeru vpisane vrednosti pa bo ta pomenila večkratnik "
+"izpisanih vrstic."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Pisava telesa za tiskanje"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Določa pisavo, ki se uporabi za telo dokumenta pri tiskanju."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Pisava glave za tiskanje"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Določa pisavo, ki se uporabi za glave strani pri tiskanju. Uporabljena je le "
+"v primeru, da je možnost »tiskanja glav« omogočena."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Pisava številk vrstic za tiskanje"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Določa pisavo, ki se uporabi za številke vrstic pri tiskanju. Uporabljena je "
+"le v primeru, da je možnost »Natisni številke vrstic« različna od nič."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Levi rob"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Levi rob, določen v milimetrih."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Zgornji rob"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Zgornji rob, določen v milimetrih."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Desni rob"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Desni rob, določen v milimetrih."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Spodnji rob"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Spodnji rob, določen v milimetrih."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Izbirno kodiranje"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Seznam izbranih kodiranj, ki naj bodo prikazana v meniju izbirnika znakov "
+"kodiranja. »TRENUTNI« pomeni trenutno izbran jezikovni nabor. Uporabljeni so "
+"le prepoznani nabori. Privzeta vrednost je prazen seznam, izbor pa je povzet "
+"po sistemskem jeziku in navedeni državi."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Dejavni vstavki"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Seznam dejavnih vstavkov."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Pokaži različico programa"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Pokaži seznam mogočih vrednosti kodiranja"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Nastavi kodiranje znakov, ki naj bo uporabljeno za odpiranje datotek, "
+"naštetih v ukazni vrstici"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODIRANJE"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Ustvari novo vrhnje okno v obstoječem oknu gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Ustvari nov dokument v obstoječem oknu gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Odpri datoteke in zadrži proces dokler datoteke ne bodo zaprte"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Zaženi gedit v samostojnem načinu"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[DATOTEKA ...] [+VRSTICA[:STOLPEC]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Prišlo je do napake med prikazovanjem pomoči."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: neveljavno kodiranje."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Zapri _brez shranjevanja"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Prekliči"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "Shrani _kot …"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Shrani"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"V kolikor ne shranite, bodo spremembe zadnjih %ld sekund dela trajno "
+"izgubljene."
+msgstr[1] ""
+"V kolikor ne shranite, bodo spremembe zadnje %ld sekunde dela trajno "
+"izgubljene."
+msgstr[2] ""
+"V kolikor ne shranite, bodo spremembe zadnjih %ld sekund dela trajno "
+"izgubljene."
+msgstr[3] ""
+"V kolikor ne shranite, bodo spremembe zadnjih %ld sekund dela trajno "
+"izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "V kolikor ne shranite, bodo spremembe zadnje minute trajno izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"V kolikor ne shranite, bodo spremembe zadnje minute in %ld sekund trajno "
+"izgubljene."
+msgstr[1] ""
+"V kolikor ne shranite, bodo spremembe zadnje minute in %ld sekunde trajno "
+"izgubljene."
+msgstr[2] ""
+"V kolikor ne shranite, bodo spremembe zadnje minute in %ld sekund trajno "
+"izgubljene."
+msgstr[3] ""
+"V kolikor ne shranite, bodo spremembe zadnje minute in %ld sekund trajno "
+"izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"V kolikor ne shranite, bodo spremembe zadnjih %ld minut trajno izgubljene."
+msgstr[1] ""
+"V kolikor ne shranite, bodo spremembe zadnje %ld minute trajno izgubljene."
+msgstr[2] ""
+"V kolikor ne shranite, bodo spremembe zadnjih %ld minut trajno izgubljene."
+msgstr[3] ""
+"V kolikor ne shranite, bodo spremembe zadnjih %ld minut trajno izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "V kolikor ne shranite, bodo spremembe zadnje ure trajno izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"V kolikor ne shranite, bodo spremembe zadnje ure in %d minut trajno "
+"izgubljene."
+msgstr[1] ""
+"V kolikor ne shranite, bodo spremembe zadnje ure in %d minute trajno "
+"izgubljene."
+msgstr[2] ""
+"V kolikor ne shranite, bodo spremembe zadnje ure in %d minut trajno "
+"izgubljene."
+msgstr[3] ""
+"V kolikor ne shranite, bodo spremembe zadnje ure in %d minut trajno "
+"izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"V kolikor ne shranite, bodo spremembe zadnjih %d ur trajno izgubljene."
+msgstr[1] ""
+"V kolikor ne shranite, bodo spremembe zadnje %d ure trajno izgubljene."
+msgstr[2] ""
+"V kolikor ne shranite, bodo spremembe zadnjih %d ur trajno izgubljene."
+msgstr[3] ""
+"V kolikor ne shranite, bodo spremembe zadnjih %d ur trajno izgubljene."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Ali želite shraniti spremembe v dokumentu »%s« pred zapiranjem?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d dokumentov nima shranjenih spremembe. Ali želite shraniti pred zapiranjem?"
+msgstr[1] ""
+"%d dokument ima neshranjene spremembe. Ali želite shraniti pred zapiranjem?"
+msgstr[2] ""
+"%d dokumenta ima neshranjene spremembe. Ali želite shraniti pred zapiranjem?"
+msgstr[3] ""
+"%d dokumenti ima neshranjene spremembe. Ali želite shraniti pred zapiranjem?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_Izbor dokumentov za shranjevanje:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "V kolikor sprememb ne shranite, bodo trajno izgubljene."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Nalaganje datoteke »%s« …"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Nalaganje %d datotek …"
+msgstr[1] "Nalaganje %d datoteke …"
+msgstr[2] "Nalaganje %d datotek …"
+msgstr[3] "Nalaganje %d datotek …"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Datoteka »%s« je le berljiva."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Jo želite poskusiti nadomestiti s to, ki jo shranjujete?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Zamenjaj"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Ali želite datoteko shraniti s stiskanjem?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Ali želite datoteko shraniti kot običajno besedilo?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Datoteka »%s« je bila prehodno shranjena kot običajno besedilo, sedaj pa bo "
+"shranjena s stiskanjem."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Shrani z uporabo stiskanja"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Datoteka »%s« je bila predhodno shranjena z uporabo stiskanja, sedaj pa bo "
+"shranjena kot običajno besedilo."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Shrani kot običajno besedilno datoteko"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Shranjevanje datoteke »%s« …"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Shrani kot"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Poteka obnavljanje dokumenta »%s« …"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Obnovi neshranjene spremembe dokumenta »%s«?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Spremembe dokumenta narejene v zadnjih %ld sekundah bodo trajno izgubljene."
+msgstr[1] ""
+"Spremembe dokumenta narejene v zadnji %ld sekundi bodo trajno izgubljene."
+msgstr[2] ""
+"Spremembe dokumenta narejene v zadnjih %ld sekundah bodo trajno izgubljene."
+msgstr[3] ""
+"Spremembe dokumenta narejene v zadnjih %ld sekundah bodo trajno izgubljene."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Spremembe dokumenta narejene v zadnji minuti bodo trajno izgubljene."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Spremembe dokumenta narejene v zadnji minuti in %ld sekundah bodo trajno "
+"izgubljene."
+msgstr[1] ""
+"Spremembe dokumenta narejene v zadnji minuti in %ld sekundi bodo trajno "
+"izgubljene."
+msgstr[2] ""
+"Spremembe dokumenta narejene v zadnji minuti in %ld sekundah bodo trajno "
+"izgubljene."
+msgstr[3] ""
+"Spremembe dokumenta narejene v zadnji minuti in %ld sekundah bodo trajno "
+"izgubljene."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Spremembe dokumenta narejene v zadnjih %ld minutah bodo trajno izgubljene."
+msgstr[1] ""
+"Spremembe dokumenta narejene v zadnji %ld minuti bodo trajno izgubljene."
+msgstr[2] ""
+"Spremembe dokumenta narejene v zadnjih %ld minutah bodo trajno izgubljene."
+msgstr[3] ""
+"Spremembe dokumenta narejene v zadnjih %ld minutah bodo trajno izgubljene."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Spremembe dokumenta narejene v zadnji uri bodo trajno izgubljene."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Spremembe dokumenta narejene v zadnji uri in %d minutah bodo trajno "
+"izgubljene."
+msgstr[1] ""
+"Spremembe dokumenta narejene v zadnji uri in %d minuti bodo trajno "
+"izgubljene."
+msgstr[2] ""
+"Spremembe dokumenta narejene v zadnji uri in %d minutah bodo trajno "
+"izgubljene."
+msgstr[3] ""
+"Spremembe dokumenta narejene v zadnji uri in %d minutah bodo trajno "
+"izgubljene."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Spremembe dokumenta narejene v zadnji %d urah bodo trajno izgubljene."
+msgstr[1] ""
+"Spremembe dokumenta narejene v zadnji %d uri bodo trajno izgubljene."
+msgstr[2] ""
+"Spremembe dokumenta narejene v zadnji %d urah bodo trajno izgubljene."
+msgstr[3] ""
+"Spremembe dokumenta narejene v zadnji %d urah bodo trajno izgubljene."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Obnovi"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Avtorji:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Zahvaljujemo se tudi:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "in še mnogi drugi sodelavci."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "Program gedit je urejevalnik besedil, enostaven za uporabo."
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Matej Urbančič <mateju@src.gnome.org>\n"
+"Matic Žgur\n"
+"Andraž Tori"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Najdenih in zamenjanih je %d nizov"
+msgstr[1] "Najden in zamenjan je %d niz"
+msgstr[2] "Najdena in zamenjana sta %d niza"
+msgstr[3] "Najdeni in zamenjani so %d nizi"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Najden in zamenjan je en niz"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "Niza »%s« ni mogoče najti"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Skupina zavihkov %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Le za branje"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Trenutne jezikovne nastavitve (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Samodejno zaznano"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Dodaj ali odstrani …"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (trenutni jezikovni nabor)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Ali res želite ponastaviti nastavitve nabora kodiranja znakov?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Ponastavi"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Dodaj"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Odstrani"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Premakni na višjo prednost"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Premakni na nižjo prednost"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Neimenovan dokument %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Vse datoteke"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Vse datoteke z besedilom"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Kodni nabor znakov:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "_Konec vrstice:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Odpri datoteko"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Odpri"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:416
+msgid "_Retry"
+msgstr "_Poskusi znova"
+
+#: gedit/gedit-io-error-info-bar.c:157
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Ni mogoče najti datoteke »%s«."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:177
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Ni mogoče upravljati z mesti vrste »%s:«"
+
+#: gedit/gedit-io-error-info-bar.c:183
+msgid "Unable to handle this location."
+msgstr "Ni mogoče upravljati s to vrsto mesta."
+
+#: gedit/gedit-io-error-info-bar.c:192
+msgid "The location of the file cannot be accessed."
+msgstr "Dostop do mesta z datoteko ni mogoč."
+
+#: gedit/gedit-io-error-info-bar.c:196
+#, c-format
+msgid "“%s” is a directory."
+msgstr "»%s« je mapa."
+
+#: gedit/gedit-io-error-info-bar.c:198 gedit/gedit-io-error-info-bar.c:205
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Preverite, ali ste pravilno vpisali mesto, in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "»%s« ni veljavno mesto."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:239
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Gostitelja »%s« ni mogoče najti. Preverite, ali so nastavitve posredniškega "
+"strežnika pravilne in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:254
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Ime gostitelja ni veljavno. Preverite, ali ste pravilno vpisali mesto in "
+"poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:262
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "»%s« ni običajna datoteka."
+
+#: gedit/gedit-io-error-info-bar.c:267
+msgid "Connection timed out. Please try again."
+msgstr "Povezava je potekla. Poskusite ponovno."
+
+#: gedit/gedit-io-error-info-bar.c:300
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Nepričakovana napaka: %s"
+
+#: gedit/gedit-io-error-info-bar.c:336
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Ni mogoče najti zahtevane datoteke. Morda je bila nedavno izbrisana."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Ni mogoče obnoviti datoteke »%s«."
+
+#: gedit/gedit-io-error-info-bar.c:373
+msgid "Ch_aracter Encoding:"
+msgstr "_Kodni nabor znakov:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:424
+msgid "Edit Any_way"
+msgstr "_Vseeno urejaj"
+
+#: gedit/gedit-io-error-info-bar.c:512
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Število sledečih povezav je omejeno in dejanske datoteke v tem izboru ni "
+"mogoče najti."
+
+#: gedit/gedit-io-error-info-bar.c:516
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Ni ustreznih dovoljen za odpiranje datoteke."
+
+#: gedit/gedit-io-error-info-bar.c:522
+msgid "Unable to detect the character encoding."
+msgstr "Ni mogoče določiti nabora znakov v datoteki."
+
+#: gedit/gedit-io-error-info-bar.c:523 gedit/gedit-io-error-info-bar.c:547
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Preverite, da ne poskušate odpreti binarne datoteke."
+
+#: gedit/gedit-io-error-info-bar.c:524
+msgid "Select a character encoding from the menu and try again."
+msgstr "Izberite kodni nabor znakov iz menija in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Prišlo je do napake med odpiranjem datoteke »%s«."
+
+#: gedit/gedit-io-error-info-bar.c:532
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Odprta datoteka ima nekatere neveljavne znake. Če boste nadaljevali z "
+"urejanjem datoteke, lahko dokument postane neuporaben."
+
+#: gedit/gedit-io-error-info-bar.c:535
+msgid "You can also choose another character encoding and try again."
+msgstr "Izberite drug kodni nabor znakov in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:544
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Ni mogoče odpreti datoteke »%s« z uporabo nabora znakov »%s«."
+
+#: gedit/gedit-io-error-info-bar.c:548 gedit/gedit-io-error-info-bar.c:623
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Izberite drug kodni nabor znakov iz menija in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:560
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Ni mogoče odpreti datoteke »%s«."
+
+#: gedit/gedit-io-error-info-bar.c:618
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Ni mogoče shraniti datoteke »%s« z uporabo nabora znakov »%s«."
+
+#: gedit/gedit-io-error-info-bar.c:621
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokument vsebuje enega ali več znakov, ki jih ni mogoče kodirati v izbranem "
+"naboru znakov."
+
+#: gedit/gedit-io-error-info-bar.c:692
+msgid "S_ave Anyway"
+msgstr "_Vseeno shrani"
+
+#: gedit/gedit-io-error-info-bar.c:695
+msgid "D_on’t Save"
+msgstr "_Ne shrani"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:709
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Datoteka »%s« je bila spremenjena po zadnjem nalaganju."
+
+#: gedit/gedit-io-error-info-bar.c:724
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"V primeru, da datoteko shranite, bodo vse zunanje spremembe izgubljene. Ali "
+"jo želite vseeno shraniti?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:782
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Ni mogoče uporabiti mesta “%s:” v zapisovalnem načinu. Preverite, ali je "
+"mesto vpisano pravilno in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:790
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Ni mogoče uporabiti tega mesta v zapisovalnem načinu. Preverite, ali je "
+"mesto vpisano pravilno in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:799
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s ni veljavno mesto. Preverite, ali je mesto vpisano pravilno in poskusite "
+"znova."
+
+#: gedit/gedit-io-error-info-bar.c:806
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Za shranjevanje datoteke nimate ustreznih dovoljenj. Preverite, ali ste "
+"pravilno vtipkali mesto in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:812
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Na disku ni dovolj prostora, da bi lahko shranili datoteko. Sprostite nekaj "
+"prostora na disku in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Datoteko poskušate shraniti na disk, ki je le za branje. Preverite, ali je "
+"mesto vpisano pravilno in poskusite znova."
+
+#: gedit/gedit-io-error-info-bar.c:823
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Datoteka z enakim imenom že obstaja. Uporabite drugo ime."
+
+#: gedit/gedit-io-error-info-bar.c:828
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Disk, na katerega želite shraniti datoteko, ima omejitev dolžine imen "
+"datotek. Uporabite krajše ime."
+
+#: gedit/gedit-io-error-info-bar.c:839
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Disk na katerega želite shraniti datoteko ima omejitev velikosti datotek. "
+"Poskušajte shraniti manjšo datoteko ali pa jo shranite na disk, ki nima "
+"takšnih omejitev."
+
+#: gedit/gedit-io-error-info-bar.c:856
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Ni mogoče shraniti datoteke »%s«."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Pritisnite ta gumb za izbiro pisave, ki naj jo uporablja urejevalnik"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Uporabi sistemsko pisavo s stalno širino (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Izbrane barvne sheme ni mogoče namestiti: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Izbrane barvne sheme ni mogoče namestiti."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Dodajanje barvne sheme"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Dodaj shemo"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Datoteke barvnih shem"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Ni mogoče odstraniti barvne sheme »%s«."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Poteka priprava …"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Datoteka: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "Stran %N od %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Izrisovanje strani %d od %d …"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Gedit – urejevalnik besedil"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Stran %d od %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "s praznim nizom"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Najdi in zamenjaj"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "PREP"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "VST"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Obstaja %d zavihkov z napakami"
+msgstr[1] "Obstaja %d zavihek z napakami"
+msgstr[2] "Obstajata %d zavihka z napakami"
+msgstr[3] "Obstajajo %d zavihki z napakami"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Poteka obnavljanje %s iz %s"
+
+#: gedit/gedit-tab.c:837
+#, c-format
+msgid "Reverting %s"
+msgstr "Poteka obnavljanje %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Nalaganje datoteke %s iz %s"
+
+#: gedit/gedit-tab.c:857
+#, c-format
+msgid "Loading %s"
+msgstr "Nalaganje %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:937
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Shranjevanje datoteke %s v %s"
+
+#: gedit/gedit-tab.c:942
+#, c-format
+msgid "Saving %s"
+msgstr "Shranjevanje %s"
+
+#: gedit/gedit-tab.c:1515
+#, c-format
+msgid "Error opening file %s"
+msgstr "Napaka med odpiranjem datoteke %s"
+
+#: gedit/gedit-tab.c:1520
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Napaka med obnavljanjem datoteke %s"
+
+#: gedit/gedit-tab.c:1525
+#, c-format
+msgid "Error saving file %s"
+msgstr "Napaka med shranjevanjem datoteke %s"
+
+#: gedit/gedit-tab.c:1556
+msgid "Name:"
+msgstr "Ime:"
+
+#: gedit/gedit-tab.c:1557
+msgid "MIME Type:"
+msgstr "Vrsta MIME:"
+
+#: gedit/gedit-tab.c:1558
+msgid "Encoding:"
+msgstr "Nabor znakov:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ na %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Okna"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d od %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Prelomi vrstice"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Poišči kot _logični izraz"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Poišči le _cele besede"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Upoštevaj velikost črk"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Niz, ki ga želite poiskati"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Vrstica, na katero želite premakniti kazalko"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Ujemanje oklepajev je izven obsega"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Ujemanja oklepajev ni mogoče najti"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Na vrstici je bilo najdeno ujemanje oklepaja: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Vr. %d, St. %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Širina _tabulatorja: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Običajno besedilo"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Odprti so neshranjeni dokumenti"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Spremeni stran stranskega pladnja"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokumenti"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Odpri datoteko"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Odpri nedavno uporabljeno datoteko"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Premakni _levo"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Premakni _desno"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Prestavi na novo okno"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Prestavi na novo _skupino zavihkov"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Zapri"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Samodejno zamikanje"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Uporabi presledke"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Prikaži številke vrstic"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Pokaži desni rob"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Poudari trenutno vrstico"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Prelom besedila"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Datoteka"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Nova"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Odpri _nedavno"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Ponovno odpri zaprt _zavihek"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Shrani _kot …"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Novo okno"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "Ponovno _naloži"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Natisni …"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Končaj"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Uredi"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Razveljavi"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Ponovno uveljavi"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Izreži"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopiraj"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Prilepi"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Izbriši"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Način _prepisovanja"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Izberi _vse"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Možnosti"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "P_ogled"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Stranski _pladenj"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Spodnji pladenj"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Celozaslonski način"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Način poudarjanja …"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "I_skanje"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Najdi …"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Najdi _naslednje"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Najdi _predhodne"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Najdi in _zamenjaj …"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "_Počisti poudarjanje"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Skoči na _vrstico …"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Orodja"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokumenti"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Shrani _vse"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Zapri vse"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nova skupina zavihkov"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "P_redhodna skupina zavihkov"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Nasle_dnja skupina zavihkov"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Predhodni dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "N_aslednji dokument"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Prestavi na novo okno"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "Pomo_č"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_O programu"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Shrani _vse"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Najdi in _zamenjaj …"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_Pojdi v vrstico …"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Tipkovne bližnjice"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Znakovno kodiranje"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Uveljavi"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Kodiranja _na voljo"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Iz_brana kodiranja"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Opis"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kodiranje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Možnosti"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Pokaži številke vrstic"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Prikaži desni _rob na stolpcu:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Pokaži _vrstico stanja"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Pokaži _mrežo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Prelom besedila"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Omogoči _prelamljanje besedila"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Ne _deli besed v dve vrstici"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Poudarjanje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Poudari _trenutno vrstico"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Poudari ujemajoče _oklepaje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Pogled"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Mesta tabulatorjev"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Širina _tabulatorja:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Vstavi _presledke namesto tabulatorjev"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Omogoči samodejno zamikanje"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Shranjevanje datotek"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Ustvarjaj _varnostne kopije datotek"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Samodejno _shrani vsakih"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minut"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Urejevalnik"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Pisava"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Pisava urejevalnika:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Izbor pisave urejevalnika"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Barvna shema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Shema namestitve"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Namesti shemo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Shema odstranitve"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Odstrani namestitev sheme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Pisave in barve"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Vstavki"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Poudarjanje skladnje"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Natisni poudarjanje _skladnje"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Številke vrstic"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Natisni š_tevilke vrstic"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "Š_tevilka vsakih"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "vrstic"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Glava strani"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "_Natisni glave strani"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Pisave"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Telo:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Številke _vrstic:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Glave in noge:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Povrni privzete pisave"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Pokaži prejšnjo stran"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Pokaži naslednjo stran"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Trenutna stran (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "od"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Skupaj strani"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Celotno število strani v dokumentu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Pokaži več strani"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Približaj 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Približaj na širino strani"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Približaj stran"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Oddalji stran"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Zapri predogled tiskanja"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Zapri predogled"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Predogled strani"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Predogled strani v dokumentu za tisk"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Zamenjaj _vse"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Najdi"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "_Najdi "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "_Zamenjaj z"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Upoštevaj velikost črk"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Poišči le _cele besede"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_Logični izraz"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Poišči _v obratni smeri"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Prelomi _vrstice"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumenti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Ustvari dokument v novem zavihku"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Odpre shranjen dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Shrani dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Shrani dokument z novim imenom"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Shrani vse odprte dokumente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Zapre dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Zapre vse dokumente"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Ponovno odpre nazadnje zaprt dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Preklopi na naslednji dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Preklopi na predhodni dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Preklopi na prvi – deveti dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Okna in pladnji"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Ustvari nov dokument v oknu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Ustvari novo skupino zavihkov"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Pokaže bočni pladenj"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Pokaže spodnji pladenj"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Preklopi celozaslonski način"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Konča izvajanje programa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Iskanje in zamenjava"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Odpre okno za iskanje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Skoči na naslednji iskani niz"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Skoči na predhodni iskani niz"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Počisti poudarjanje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Razveljavitve in ponovne uveljavitve"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Razveljavi predhodni ukaz"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Ponovno uveljavi predhodni ukaz"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Izbiranje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Izbere celotno besedilo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Odstrani izbor besedila"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopiranje in prilepljenje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopira izbrano besedilo v odložišče"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Izreže izbrano besedilo v odložišče"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Prilepi besedilo iz odložišča"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Upravljanje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Odpre okno za vpis vrstice"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Premakne na začetek trenutne vrstice"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Premakne na konec trenutne vrstice"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Premakne na začetek dokumenta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Premakne na konec dokumenta"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Premakni vidno polje navzgor po datoteki"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Premakni vidno polje navzdol po datoteki"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Premakni vidno polje na konec datoteke"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Premakni vidno polje na začetek datoteke"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Premakni na skladen oklepaj"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Preklopi na predhodno skupino zavihkov"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Skoči na naslednjo skupino zavihkov"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Urejanje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Preklopi prepisovanje/vstavljanje besedila"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Preklopi vidnost kazalke"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Izbriše trenutno vrstico"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Premakne trenutno vrstico višje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Premakne trenutno vrstico nižje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Premakne trenutno besedo v levo"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Premakne trenutno besedo v desno"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Pretvori besedilo v velike črke"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Pretvori besedilo v male črke"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Obrne velikost črk"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Poveča številko ob kazalki"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Zmanjša številko ob kazalki"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Orodja"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Preveri črkovanje"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Natisne dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Pokaže okno končanih opravil"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Splošno"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Pokaže pomoč"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Odpre meni"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Tipkovne bližnjice‫"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Zapri dokument"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Ustvari nov dokument"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Novo"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Shrani trenutno datoteko"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Shrani"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Skrij pladenj"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Zapusti celozaslonski način"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Statistika dokumenta"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Poročilo o številu besed, vrstic in znakov v dokumentu"
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Statistika _dokumenta"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Izbor"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Število vrstic"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Število besed"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Število znakov (s presledki)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Število znakov (brez presledkov)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Velikost v bajtih"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Izgradi"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Zaženi ukaz »make« v mapi dokumenta"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Odpri terminal tukaj"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Odpre terminal na mestu dokumenta"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Odstrani presledke na koncu vrstic"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Odstrani neuporabne presledke na koncu vrstic v vaši datoteki"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Zaženi ukaz"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Izvede poljuben ukaz in prikaže njegov izhod v novem dokumentu"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Pošlji na ukaz fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Prilepi izbrano besedilo ali dokument na ukaz fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Zunanja orodja"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Izvajanje zunanjih ukazov in lupinskih skriptov"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Ali naj se uporabi sistemska pisava"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Izbrana možnost omogoča, da bodo zunanja orodja uporabila običajno sistemsko "
+"pisavo, če je ta stalne širine (monospace), sicer pa bo uporabljena najbolj "
+"podobna pisava)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Ime pisave Pango. Primera sta »Sans 12« ali »Monospace Bold 14«."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Upravljanje z _zunanjimi orodji …"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Zunanja _orodja"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Ni mogoče izvesti ukaza: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Za zagon tega ukaza mora biti kazalnik znotraj besede"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Zagnano orodje:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Končano."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Končal"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Vsi jeziki"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Vsi jeziki"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Novo orodje"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ta bližnjica je že vezana na %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Vpišite novo bližnjico ali pritisnite vračalko za izbris"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Vpišite novo bližnjico"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Ustavljeno."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Zaustavitveno orodje"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Vedno na voljo"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Vsi dokumenti"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Vsi dokumenti razen neimenovanih"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Le krajevne datoteke"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Samo oddaljene datoteke"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Samo neimenovani dokumenti"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Trenutni dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Trenutna izbira"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Trenutna izbira (privzeto za dokument)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Trenutna vrstica"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Trenutna beseda"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Pokaži v spodnjem pladnju"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Ustvari nov dokument"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Dodaj trenutnemu dokumentu"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Zamenjaj trenutni dokument"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Zamenjaj trenutno izbiro"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Vstavi na položaj kazalke"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Upravljanje z zunanjimi orodji"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Dodajanje novega orodja"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Dodaj orodje"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Odstranjevanje izbranega orodja"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Odstrani orodje"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Obnavljanje orodja"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Obnovi orodje"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Tipkovna _bližnjica:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Shrani:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Dovod:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Izhod:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Uporabnost:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Odvod orodja"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Pladenj brskalnika datotek"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Enostaven dostop do datotek iz stranskega pladnja."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Osebna mapa"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Datotečni sistem"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "Brskalnik datotek"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "Med ustvarjanjem novega imenika je prišlo do napake"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "Med ustvarjanjem nove datoteke je prišlo do napake"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "Med preimenovanjem datoteke ali imenika je prišlo do napake"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "Med brisanjem datoteke ali imenika je prišlo do napake"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Med odpiranjem datoteke v upravljalniku datotek je prišlo do napake"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "Med nastavljanjem korenskega imenika je prišlo do napake"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "Med nalaganjem imenika je prišlo do napake"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "Prišlo je do napake"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Datoteke ni mogoče premakniti v smeti,\n"
+"ali jo želite trajno izbrisati?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Datoteke »%s« ni mogoče premakniti v smeti."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "Izbranih datotek ni mogoče premakniti v smeti."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Ali ste prepričani, da želite trajno izbrisati »%s«?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Ali ste prepričani, da želite trajno izbrisati izbrane datoteke?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "V kolikor izbrišete predmet, bo trajno izgubljen."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Prazno)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Preimenovana datoteka zaradi filtriranja trenutno ni prikazana. Nastavitve "
+"filtriranja je treba prilagoditi, da bo datoteka vidna"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Neimenovana datoteka"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Nova datoteka je zaradi filtriranja trenutno nevidna. Nastavitve filtriranja "
+"je treba prilagoditi, da bo datoteka vidna"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Neimenovana mapa"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Nova mapa je zaradi filtriranja trenutno nevidna. Nastavitve filtriranja je "
+"treba prilagoditi, da bo mapa vidna."
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Zaznamki"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Ni priklopnega predmeta za priklopljen pogon: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Ni mogoče odpreti nosilca: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Ni mogoče priklopiti pogona: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Napaka nalaganja »%s«: ni take mape"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Odpri z drevesnim prikazom"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Odpri drevesni prikaz namesto prikaza zaznamkov, ko se zažene vstavek "
+"pregledovalnika datotek"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Korenski imenik pregledovalnika datotek"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Korenski imenik pregledovalnika datotek, ki naj se uporabi pri nalaganju "
+"vstavka pregledovalnika datotek in ko je onload/tree_view RESNIČNO (TRUE)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Navidezni korenski imenik pregledovalnika datotek"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Navidezni korenski imenik pregledovalnika datotek, ki naj se uporabi pri "
+"nalaganju vstavka pregledovalnika datotek in ko je onload/tree_view RESNIČNO "
+"(TRUE). Navidezni koren mora vedno biti pod dejanskim korenom."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Omogoči povrnitev oddaljenih mest"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Nastavi, ali je omogočena povrnitev oddaljenih mest."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Nastavi mesto na prvi dokument"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Izbrana možnost omogoča, da bo vstavek pregledovalnika datotek, če še ni bil "
+"uporabljen, pokazal imenik prvega odprtega dokumenta. (Čeprav se običajno to "
+"nanaša na odpiranje dokumenta iz ukazne vrstice, ali na odpiranje s "
+"programom Nautilus itd.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Filtrirni način pregledovalnika datotek"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Ta vrednost določa, katere datoteke so filtrirane v pregledovalniku datotek. "
+"Veljavne vrednosti so: none (ne filtriraj), hide-hidden (filtriraj skrite "
+"datoteke) in hide-binary (filtriraj binarne datoteke)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Filtrirni vzorec pregledovalnika datotek"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Filtrirni vzorec za filtriranje pregledovalnika datotek. Ta filter deluje "
+"nad filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Vzorci brskanja binarnih datotek"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Podporni vzorci za uporabo pri filtriranju dvojiških datotek."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Nastavi dejavni dokument kot korenski"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Nova _mapa"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Nova _datoteka"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Preimenuj …"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Premakni v _smeti"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "O_sveži pogled"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Poglej mapo"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "Odpri v _terminalu"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Pokaži _skrito"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Pokaži _binarne"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Skladanje imen datotek"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Zgodovina"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Odpri meni zgodovine"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Vrstične nastavitve"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Podpora za vrstične nastavitve v slogu programov Emacs, Kate in Vim"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Barva besedila ukazov"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Barva besedila ukazov"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Barva besedila napak"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Barva besedila o napakah"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Izbrana možnost omogoča, da bo v terminalu uporabljena običajna pisava "
+"namizja, če je ta stalne širine (monospace), sicer pa bo uporabljena najbolj "
+"podobna pisava)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Barva _ukaza:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Barva _napake:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Konzola python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Vzajemna konzola Python v spodnjem pladnju"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Hitro poudarjanje"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Poudari vsako pojavitev izbranega besedila."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Hitro odpiranje …"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Hitro odpiranje"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Hitro odpiranje datotek."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Besedilo za iskanje …"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Upravljanje _izrezkov …"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Izrezki"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Arhiva »%s« ni mogoče ustvariti"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Ciljna mapa »%s« ne obstaja"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Ciljna mapa »%s« ni veljavna mapa"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Datoteka »%s« ne obstaja"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Datoteka »%s« ni veljavna datoteka izrezkov"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Uvožena datoteka »%s« ni veljavna datoteka izrezkov"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Arhiva »%s« ni mogoče razširiti"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Nekaterih datotek ni mogoče uvoziti: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Datoteka »%s« ni veljaven arhiv izrezkov"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arhiv izrezkov"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Dodaj nov izrezek …"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Splošno"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Obnovi izbrane izrezke"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Izbriši izbrane izrezke"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"To ni veljaven sprožilec zavihka. Sprožilci lahko vsebujejo črke in številke "
+"ter znaka vezaj (_) in pika (.) ali posamezen znak, ki ni črkovno-številčni "
+"kot {, [, itd."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Beseda s katero se zažene izrezek po pritisku tipke tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Med uvažanjem je prišlo do napake: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Uvoz je uspešno zaključen."
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Uvozi izrezke"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Vse podprte oblike arhivov"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Skrčen arhiv Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Skrčen arhiv Bzip"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Enojna datoteka izrezkov"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Vse datoteke"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Med izvozom je prišlo do napake: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Izvoz je uspešno zaključen."
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Ali želite vključiti izbrane <b>sistemske</b> izrezke v izvoz?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Ni izbranih izrezkov za izvoz"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Izvozi izrezke"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Vpišite novo bližnjico ali pritisnite vračalko za izbris"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Vpišite novo bližnjico"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Izvedba ukaza python (%s) je prekoračila časovno omejitev, izvajanje je je "
+"prekinjeno."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Izvedba ukaza python (%s) je spodletela: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Hitro vstavljanje pogosto uporabljenih delov besedila."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Upravljanje izrezkov"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Ustvari nov izrezek"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Dodaj izrezek"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Odstrani izrezek"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Uvozi izrezke"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Izvozi izbrane izrezke"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Izvozi izrezke"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Zagon"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Sprožilec zavihka:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Tipkovna b_ližnjica:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Tipkovna bližnjica za izbran izrezek"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Spusti cilje:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "R_azvrsti …"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Razvrsti"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Obrnjen vrstni red"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Odstrani dvojnike"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Razlikovanje velikosti črk"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "S_tart at column:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Razvrsti"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Razvrščanje vsebine dokumenta ali izbranega besedila"
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Preveri _črkovanje …"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Nastavi _jezik …"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Poudari napačno črkovane besede"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Poudari napačno črkovane besede"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Privzeta nastavitev za poudarjanje napačno črkovanih besed."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Nastavi vstavek črkovalnika"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Privzeto za nove dokumente"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Črkovalnik"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Preverjanje črkovanja trenutnega dokumenta"
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "V_stavi datum in čas …"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Oblike na voljo"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Vrsta poziva"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Ali naj bo uporabnik pozvan za obliko ali naj bosta uporabljena izbrana ali "
+"oblika po meri."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Izbrana oblika"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Izbrana oblika, ki je uporabljena pri vstavljanju datuma/časa."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Oblika po meri"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Oblika po meri pri vstavljanju datuma in časa."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Vstavi datum in uro"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Uporabi _izbrano obliko"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Uporabi obliko po meri"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y, %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "23.11.2010, 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Vstavi"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Nastavi vstavek datuma in ure"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Vstavljanje datuma in časa …"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Vprašaj za zapis"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Vstavi datum/čas"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Vstavi trenutni datum in čas na položaju kazalke."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "Program gedit je urejevalnik besedil za namizje GNOME."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Pokaži predogledni zemljevid"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Ali naj program prikaže predogledi zemljevid dokumenta."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "Program gedit je urejevalnik besedil za namizje GNOME"
+
+#~ msgid "_Continue loading"
+#~ msgstr "_Nadaljuj z nalaganjem"
+
+#, c-format
+#~ msgid "The file “%s” is very big."
+#~ msgstr "Datoteka »%s« je zelo velika."
+
+#~ msgid ""
+#~ "Large files can make gedit slow or unresponsive. You can continue loading "
+#~ "this file at your own risk"
+#~ msgstr ""
+#~ "Velike datoteke vplivajo na hitrost delovanja programa, program se lahko "
+#~ "tudi ne odziva. Nalaganje nadaljujete na lastno odgovornost."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Ne urejaj"
+
+#, c-format
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Datoteka »%s« je že odprta v drugem oknu programa."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Ali datoteko vseeno želite urejati?"
+
+#, c-format
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr ""
+#~ "Ni mogoče ustvariti začasne varnostne kopije datoteke med shranjevanjem "
+#~ "»%s«"
+
+#, c-format
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Ni mogoče ustvariti začasne varnostne kopije datoteke med shranjevanjem "
+#~ "»%s«"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Ni mogoče narediti varnostne kopije stare datoteke pred shranjevanjem "
+#~ "nove. Opozorila ni priporočljivo prezreti, saj lahko med shranjevanjem "
+#~ "pride do napake, pri kateri bo izgubljena tudi stara kopija datoteke. Ali "
+#~ "želite datoteko vseeno shraniti?"
+
+#, c-format
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Izvorna datoteka »%s« je bila spremenjena."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Zavrzi spremembe in _ponovno naloži"
+
+#, c-format
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Med shranjevanjem »%s« so bili zaznani nekateri neveljavni znaki."
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Če nadaljujete s shranjevanjem datoteke, lahko pokvarite dokument. Ali "
+#~ "želite datoteko vseeno shraniti?"
+
+#, c-format
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Mape »%s« ni mogoče ustvariti: ukaz g_mkdir_with_parents() je spodletel: "
+#~ "%s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_Dodaj shemo"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Način poudarjanja"
+
+#~ msgid "_Select"
+#~ msgstr "_Izberi"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Način iskanja s poudarjanjem …"
+
+#~ msgid "No results"
+#~ msgstr "Ni najdenih zadetkov"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Ostali _dokumenti ..."
+
+#~ msgid "Open another file"
+#~ msgstr "Odpri drugo datoteko"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Pokaži _zemljevid predogleda"
+
+#~ msgid "Open"
+#~ msgstr "Odpri"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Odpri pogovorno okno izbora datotek"
+
+#~ msgid "Open Link"
+#~ msgstr "Odpri povezavo"
+
+#~ msgid "Open Links"
+#~ msgstr "Odpri povezave"
+
+#~ msgid "Easy open URI links."
+#~ msgstr "Enostavno odpiranje povezav URI."
+
+#~ msgid "_About Text Editor"
+#~ msgstr "_O programu"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "Program gedit je uradni urejevalnik besedil namizja GNOME. Čeprav "
+#~ "enostaven, je spodoben urejevalnik besedil za splošno rabo."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Če pišete naslednjo knjižno uspešnico, programirate inovativen program "
+#~ "ali zgolj zapisujete beležke, je gedit zanesljivo orodje za vaše opravilo."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Njegov prilagodljiv sistem vstavkov omogoča, da program umerite na svoje "
+#~ "potrebe in postopke dela."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Orodna vrstica je vidna"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Ali naj bo orodna vrstica vidna v urejevalnih oknih."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Največ nedavnih datotek"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Določa največje število nedavno odprtih datotek, ki bodo prikazane v "
+#~ "podmeniju »Nedavne datoteke«."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Seznam dejavnih vstavkov vključuje »mesto« vstavkov. Podatki o mestih so "
+#~ "zabeleženi v datoteki .gedit-plugin."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Spremembe dokumenta »%s« bodo trajno izgubljene."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Skrbnik sistema je onemogočil shranjevanje."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Spremembe %d dokumentov bodo trajno izgubljene."
+#~ msgstr[1] "Spremembe %d dokumenta bodo trajno izgubljene."
+#~ msgstr[2] "Spremembe %d dokumentov bodo trajno izgubljene."
+#~ msgstr[3] "Spremembe %d dokumentov bodo trajno izgubljene."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Spremenjeni doku_menti, ki niso shranjeni:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Odpri"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Ni sprememb za shranjevanje."
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Znakovni nabor:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Konec vrstice:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Mesto »%s« trenutno ni dosegljivo."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr ""
+#~ "Sistem je brez vzpostavljene povezave. Preverite omrežne nastavitve."
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Združi izbrane vrstice"
+
+#~ msgid "Check update"
+#~ msgstr "Preveri za posodobitve"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Preveri za novejšo različico programa"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Ob prikazovanju naslova URI je prišlo do napake."
+
+#~ msgid "_Download"
+#~ msgstr "_Prejmi"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Prezri različico"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Na voljo je nova različica programa"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Novejšo različico programa Gedit je mogoče prejeti s klikom na gumb za "
+#~ "prenos, lahko pa jo prezrete in počakate na sistemsko posodobitev."
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Različica za prezrtje"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Prezrta različica do izdaje naslednje različice."
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Preverite namestitev."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Ni mogoče odpreti vmesniške datoteke %s. Napaka: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Ni mogoče najti predmeta »%s« v datoteki %s."
+
+#~ msgid "Tools"
+#~ msgstr "Orodja"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "_About"
+#~ msgstr "_O programu"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Urejevalnik besedil gedit"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Prezri"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Upravljanje z _zunanjimi orodji ..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Hitro odpiranje ..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Upravljanje _izrezkov ..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "_Preveri črkovanje ..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Nastavi _jezik ..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Vs_tavi datum in uro ..."
+
+#~ msgid "Text;Editor;"
+#~ msgstr "urejevalnik;besedilo;gedit;"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Odpri novo okno"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Odpri nov dokument"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Nastavitve položaja in velikost okna (širina x višina + X + Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRIJA"
+
+#~ msgid "Question"
+#~ msgstr "Vprašanje"
+
+#~ msgid "Save As"
+#~ msgstr "Shrani kot"
+
+#~ msgid "Unsaved Document %d"
+#~ msgstr "dokument %d"
+
+#~ msgid "File"
+#~ msgstr "Datoteka"
+
+#~ msgid "Edit"
+#~ msgstr "Uredi"
+
+#~ msgid "Search"
+#~ msgstr "Iskanje"
+
+#~ msgid "Help"
+#~ msgstr "Pomoč"
+
+#~ msgid "_Wrap around"
+#~ msgstr "_Prelomi vrstice"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(ni predlaganih besed)"
+
+#~ msgid "_More..."
+#~ msgstr "_Več ..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Prezri vse"
+
+#~ msgid "_Add"
+#~ msgstr "_Dodaj"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "Črkovalni _predlogi ..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Prišlo je do napake med preverjanjem črkovanja besede “%s”: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Napaka:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Preverjanje črkovanja je končano"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Ni napačno črkovanih besed"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(pravilno črkovanje)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Predlogi"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Neznan nabor (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Privzeto"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Izbor _jezika trenutnega dokumenta."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Napačno črkovana beseda:"
+
+#~ msgid "word"
+#~ msgstr "beseda"
+
+#~ msgid "Change _to:"
+#~ msgstr "Spremeni _v:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Preveri _besedo"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "P_redlogi:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Prezri _vse"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Spreme_ni"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Spremeni v_se"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Uporabniški slovar:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Dodaj _besedo"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'TRENUTNI', 'ISO-8859-1', 'ISO-8859-2', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Samodejno zaznan nabor znakov"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Urejen seznam naborov znakov, ki ga uporablja gedit za samodejno zaznavo "
+#~ "kodiranja datoteke. \"CURRENT\" predstavlja trenutno kodiranje "
+#~ "jezikovnega okolja. Uporabljena so le prepoznana kodiranja."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Kodiranja prikazana v meniju"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Seznam kodnih naborov prikazanih v meniju Nabora znakov v izbirniku za "
+#~ "odpiranje in shranjevanje datotek. Uporabljena so le prepoznani nabori "
+#~ "znakov."
+
+#~ msgid "RO"
+#~ msgstr "Le beri"
+
+#~ msgid "Character encodings"
+#~ msgstr "Nabori znakov"
+
+#~ msgid "_OK"
+#~ msgstr "_V redu"
+
+#~ msgid "A_vailable encodings:"
+#~ msgstr "Podprti _nabori:"
+
+#~ msgid "_Remove"
+#~ msgstr "_Odstrani"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Nabori, _prikazani v meniju:"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Prezri velikost črk"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Dejanja razvrščanja ni mogoče razveljaviti"
+
+#~ msgid "Set language"
+#~ msgstr "Nastavitev jezika"
+
+#~ msgid "Languages"
+#~ msgstr "Jeziki"
+
+#~ msgid "The document is empty."
+#~ msgstr "Dokument je prazen."
+
+#~ msgid "P_revious Page"
+#~ msgstr "_Predhodna stran"
+
+#~ msgid "_Next Page"
+#~ msgstr "_Naslednja stran"
+
+#~ msgid "Replace"
+#~ msgstr "Zamenjaj"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Poišči: "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Ali naj gedit ustvari varnostne kopije datotek, ki jih shrani. Pripono "
+#~ "varnostnih datotek lahko nastavite z možnostjo \"Pripona varnostnih kopij "
+#~ "datotek\"."
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "zahodnoevropsko"
+
+#~ msgid "Central European"
+#~ msgstr "srednjeevropsko"
+
+#~ msgid "South European"
+#~ msgstr "južnoevropsko"
+
+#~ msgid "Baltic"
+#~ msgstr "baltsko"
+
+#~ msgid "Cyrillic"
+#~ msgstr "cirilica"
+
+#~ msgid "Arabic"
+#~ msgstr "arabsko"
+
+#~ msgid "Greek"
+#~ msgstr "grško"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "hebrejsko predočeno"
+
+#~ msgid "Turkish"
+#~ msgstr "turško"
+
+#~ msgid "Nordic"
+#~ msgstr "nordijsko"
+
+#~ msgid "Celtic"
+#~ msgstr "keltsko"
+
+#~ msgid "Romanian"
+#~ msgstr "romunsko"
+
+#~ msgid "Armenian"
+#~ msgstr "armensko"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "kitajsko tradicionalno"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "cirilica/rusko"
+
+#~ msgid "Japanese"
+#~ msgstr "japonsko"
+
+#~ msgid "Korean"
+#~ msgstr "korejsko"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "kitajsko poenostavljeno"
+
+#~ msgid "Georgian"
+#~ msgstr "gruzijsko"
+
+#~ msgid "Hebrew"
+#~ msgstr "hebrejsko"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "cirilica/ukrajinsko"
+
+#~ msgid "Vietnamese"
+#~ msgstr "vietnamsko"
+
+#~ msgid "Thai"
+#~ msgstr "tajsko"
+
+#~ msgid "Unknown"
+#~ msgstr "Neznano"
+
+#~ msgid "The file is too big."
+#~ msgstr "Datoteka je prevelika."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "Recent files"
+#~ msgstr "Nedavne datoteke"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Ponudnik podatkov Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Beleži dostop in pusti dogodek za dokumente, ki so bili uporabljeni z "
+#~ "gedit"
+
+#~ msgid "Show the application's help"
+#~ msgstr "Pokaži pomoč programa"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Urejanje datotek z besedili"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Zaženite '%s --help' za podroben pregled celotnega seznama možnosti "
+#~ "ukazne vrstice.\n"
+
+#~ msgid "Empty"
+#~ msgstr "Prazno"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Možnosti programa gedit"
+
+#~ msgid "column"
+#~ msgstr "stolpec"
+
+#~ msgid "_Open..."
+#~ msgstr "_Odpri ..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "_Lastnosti"
+
+#~ msgid "Configure the application"
+#~ msgstr "Spremeni nastavitve programa"
+
+#~ msgid "_Contents"
+#~ msgstr "_Vsebina"
+
+#~ msgid "About this application"
+#~ msgstr "O programu"
+
+#~ msgid "Save _As..."
+#~ msgstr "Shrani _kot ..."
+
+#~ msgid "Save the current file with a different name"
+#~ msgstr "Shrani trenutno datoteko z drugim imenom"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Povrni na shranjeno različico datoteke"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Predogled _tiskanja"
+
+#~ msgid "Print preview"
+#~ msgstr "Predogled tiskanja"
+
+#~ msgid "_Print..."
+#~ msgstr "Na_tisni ..."
+
+#~ msgid "Print the current page"
+#~ msgstr "Natisni trenutno stran"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Razveljavi zadnje dejanje"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Obnovi zadnje razveljavljeno dejanje"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Izreži izbrano"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Kopiraj izbrano"
+
+#~ msgid "Paste the clipboard"
+#~ msgstr "Prilepi iz odložišča"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Izbriši izbrano besedilo"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "_Način poudarjanja ..."
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "Spremeni način poudarjanja trenutnega dokumenta."
+
+#~ msgid "_Find..."
+#~ msgstr "_Poišči ..."
+
+#~ msgid "Search for text"
+#~ msgstr "Poišči besedilo"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Poišči niz naprej po besedilu"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Niz poišči nazaj po besedilu"
+
+#~ msgid "_Replace..."
+#~ msgstr "_Zamenjaj ..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Poišči in zamenjaj besedilo"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Počisti poudarjanje iskanih zadetkov"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Pojdi na določeno vrstico"
+
+#~ msgid "Save all open files"
+#~ msgstr "Shrani vse odprte datoteke"
+
+#~ msgid "Close all open files"
+#~ msgstr "Zapri vse odprte datoteke"
+
+#~ msgid "Create a new tab group"
+#~ msgstr "Ustvari novo skupino zavihkov"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Pokaži prejšnji dokument"
+
+#~ msgid "Activate next document"
+#~ msgstr "Pokaži naslednji dokument"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Prestavi trenutni dokument v novo okno"
+
+#~ msgid "Close the current file"
+#~ msgstr "Zapri trenutno datoteko"
+
+#~ msgid "Quit the program"
+#~ msgstr "Končaj program"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_Orodna vrstica"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Pokaži ali skrij orodno vrstico v trenutnem oknu"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Pokaži ali skrij vrstico stanja v trenutnem oknu"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Urejaj v celozaslonskem načinu"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Pokaži ali skrij stranski pladenj v trenutnem oknu"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Prikaži ali skrij spodnji pladenj v trenutnem oknu"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Odpri '%s'"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Pokaži \"%s\""
+
+#~ msgid "Change Case"
+#~ msgstr "Spremeni velikost črk"
+
+#~ msgid "C_hange Case"
+#~ msgstr "Spreme_ni velikost črk"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Vse _velike črke"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Vse _male črke"
+
+#~ msgid "Change selected text to lower case"
+#~ msgstr "Spremeni izbrano besedilo v male črke"
+
+#~ msgid "_Invert Case"
+#~ msgstr "_Obrni velikost črk"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Obrni velikost črk v izbranem besedilu"
+
+#~ msgid "_Title Case"
+#~ msgstr "_Velike prve črke besed"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Naj bo prva črka vsake besede velika"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Pridobi statistične podatke o trenutnem dokumentu"
+
+#~ msgid "_Update"
+#~ msgstr "_Posodobi"
+
+#~ msgid "File Name"
+#~ msgstr "Ime datoteke"
+
+#~ msgid "_Tools:"
+#~ msgstr "O_rodja:"
+
+#~ msgid "_Edit:"
+#~ msgstr "_Uredi:"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Odpre upravljalnik zunanjih orodij"
+
+#~ msgid "External tools"
+#~ msgstr "Zunanja orodja"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Hitro odpiranje dokumentov"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Izrezki:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Upravljanje izrezkov"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Razvrsti trenutni dokument ali izbiro"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Preveri pravilnost črkovanja v trenutnem dokumentu ..."
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Samodejno preverjaj črkovanje trenutnega dokumenta"
+
+#~ msgid "Language:"
+#~ msgstr "Jezik:"
+
+#~ msgid "Language"
+#~ msgstr "Jezik"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Vstavljanje trenutnega datuma in ure na položaju kazalke"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Omejitev števila razveljavljenih dejanj (opuščeno)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Največje število dejanj, ki jih gedit lahko razveljavi ali obnovi. "
+#~ "Uporabite \"-1\" za neomejeno število dejanj. Možnost je opuščena od "
+#~ "različice 2.12.0 naprej"
diff --git a/po/sq.po b/po/sq.po
new file mode 100644
index 0000000..a894d8b
--- /dev/null
+++ b/po/sq.po
@@ -0,0 +1,5043 @@
+# Përkthimi i gedit në shqip.
+# Copyright (C) 2003-2007, 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+# Laurent Dhima <laurenti@alblinux.net>, 2003-2007, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-09-10 04:21+0000\n"
+"PO-Revision-Date: 2008-09-15 09:37+0200\n"
+"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
+"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
+"Language: sq\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Ndrysho file teksti"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:755
+msgid "Text Editor"
+msgstr "Editues teksti"
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+"Një gërmë e zgjedhur nga përdoruesi që do të përdoret në zonën e shkrimit. "
+"Do të përdoret vetëm nëse është çaktivizuar opsioni \"Përdor gërmat e "
+"paracaktuara\"."
+
+#: ../data/gedit.schemas.in.h:2 ../gedit/gedit-plugin-manager.c:795
+msgid "Active plugins"
+msgstr "Plugin e aktivizuar"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Kodifikime e zbuluara automatikisht"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Ruajtja automatike"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "Intervali i ruajtjes automatike"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "Ngushtimi automatik"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Backup Copy Extension"
+msgstr "Prapashtesa e kopjes së backup"
+
+#: ../data/gedit.schemas.in.h:8
+msgid "Body Font for Printing"
+msgstr "Gërmat e trupit të tekstit për printim"
+
+#: ../data/gedit.schemas.in.h:9
+msgid "Bottom Panel is Visible"
+msgstr "Paneli i inferior është i dukshëm"
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Create Backup Copies"
+msgstr "Krijo kopje backup"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Display Line Numbers"
+msgstr "Shfaq numrat e rreshtave"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Display Right Margin"
+msgstr "Shfaq kufirin e djathtë"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Editor Font"
+msgstr "Gërmat e edituesit"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Enable Search Highlighting"
+msgstr "Aktivo vënien në dukje të kërkimit"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Enable Syntax Highlighting"
+msgstr "Aktivo vënien në dukje të sintaksës"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Encodings shown in menu"
+msgstr "Kodifikimet e dukshme në menu"
+
+#: ../data/gedit.schemas.in.h:17
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"Prapashtesa ose sufiksi i përdorur për emrat e file të backup. Do të ketë "
+"efekt vetëm nëse është aktivizuar opsioni \"Krijo kopje backup\"."
+
+#: ../data/gedit.schemas.in.h:18
+msgid "Header Font for Printing"
+msgstr "Gërmat e kreut për printim"
+
+#: ../data/gedit.schemas.in.h:19
+msgid "Highlight Current Line"
+msgstr "Vër në dukje rreshtin aktual"
+
+#: ../data/gedit.schemas.in.h:20
+msgid "Highlight Matching Bracket"
+msgstr "Vër në dukje kllapat korrisponduese"
+
+#: ../data/gedit.schemas.in.h:21
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Nëse kjo vlerë është 0, numrat e rreshtave nuk do të jenë të dukshëm në "
+"momentin e printimit të një dokumenti. Në rast të kundërt, gedit do të "
+"printojë numrat e rreshtave çdo n rreshta, ku n korrispondon me vlerën e "
+"specifikuar."
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Insert spaces"
+msgstr "Shto hapësira"
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Line Number Font for Printing"
+msgstr "Gërma e numrit të rreshtave për printim"
+
+#: ../data/gedit.schemas.in.h:24
+msgid "Line Wrapping Mode"
+msgstr "Modaliteti në krye automatikisht"
+
+#: ../data/gedit.schemas.in.h:25
+msgid ""
+"List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+"writable by default."
+msgstr ""
+"Lista e skemave VFS që gedit suporton në modalitetin shkrim. Skema 'file' "
+"është në menyrë të paracaktuar e shkruajtshme."
+
+#: ../data/gedit.schemas.in.h:26
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Lista e plugins aktivë. Përmban \"Vendodhjen\" e plugins të aktivizuar. "
+"Shiko file .gedit-plugin për të zbuluar \"Vendodhjen\" e një plugin të "
+"caktuar."
+
+#: ../data/gedit.schemas.in.h:27
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+"Lista e kodifikimeve të shfaqura tek menu «Kodifikimi i gërmave» në dritaren "
+"e hapjes/ruajtjes të zgjedhësit të file. Shfaqen vetëm kodifikimet e njohura."
+
+#: ../data/gedit.schemas.in.h:28
+msgid "Max Number of Undo Actions"
+msgstr "Numri maksimum për veprimet \"Anullo\""
+
+#: ../data/gedit.schemas.in.h:29
+msgid "Maximum Recent Files"
+msgstr "Numri maksimum i files të hapur të fundit"
+
+#: ../data/gedit.schemas.in.h:30
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr ""
+"Numri maksimum i veprimeve që gedit do të jetë në gjendje të anullojë apo "
+"rikthejë. Përdor \"-1\" për një numër pakufi veprimesh."
+
+#: ../data/gedit.schemas.in.h:31
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+"Numri maksimum i veprimeve që gedit do të jetë në gjendje të anullojë apo "
+"rikthejë. Përdor \"-1\" për një numër pakufi veprimesh. Nuk përdoret më nga "
+"versioni 2.12.0"
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:34
+msgid "Monospace 12"
+msgstr "Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:37
+msgid "Monospace 9"
+msgstr "Monospace 9"
+
+#: ../data/gedit.schemas.in.h:38
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Numri në minuta pas të cilit gedit do të ruajë automatikisht file e "
+"ndryshuar. Do të ketë efekt vetëm nëse opsioni \"Ruajtje automatike\" të "
+"jetë aktivizuar."
+
+#: ../data/gedit.schemas.in.h:39
+msgid "Print Header"
+msgstr "Printo kreun (Header)"
+
+#: ../data/gedit.schemas.in.h:40
+msgid "Print Line Numbers"
+msgstr "Printo numrat e rreshtave"
+
+#: ../data/gedit.schemas.in.h:41
+msgid "Print Syntax Highlighting"
+msgstr "Printo vënien në dukje të sintaksës"
+
+#: ../data/gedit.schemas.in.h:42
+msgid "Printing Line Wrapping Mode"
+msgstr "Printo në modalitetin në krye automatikisht"
+
+#: ../data/gedit.schemas.in.h:43
+msgid "Restore Previous Cursor Position"
+msgstr "Rikthe pozicionin paraardhës të kursorit"
+
+#: ../data/gedit.schemas.in.h:44
+msgid "Right Margin Position"
+msgstr "Pozicioni i kufirit të djathtë"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:47
+msgid "Sans 11"
+msgstr "Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:50
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#: ../data/gedit.schemas.in.h:51
+msgid "Side Pane is Visible"
+msgstr "Paneli anësor është i dukshëm"
+
+#: ../data/gedit.schemas.in.h:52
+msgid "Smart Home End"
+msgstr "Fillim/Mbarim inteligjent"
+
+#: ../data/gedit.schemas.in.h:53
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" represents the current locale encoding. Only recognized "
+"encodings are used."
+msgstr ""
+"Lista e renditur e kodifikimeve të përdorura nga gedit për të identifikuar "
+"automatikisht kodifikimin e një file. \"CURRENT\" tregon kodifikimin aktual. "
+"Përdoren vetëm kodifikimet e njohura."
+
+#: ../data/gedit.schemas.in.h:54
+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 ""
+"Specifikon lëvizjen e kursorit kur shtypen pulsantët Fillimi dhe Fundi. "
+"Përdor \"DISABLED\" për të lëvizur gjithmonë në fillim/fund të rreshtit, "
+"\"AFTER\" për të lëvizur në fillim/fund të rreshtit në shtypjen e parë dhe "
+"në fillim/fund të tekstit, përjashtuar hapësirat, në shtypjen e dytë. Përdor "
+"\"BEFORE\" për të lëvizur në fillim/fund të tekstit para se të lëvizet në "
+"fillim/fund të rreshtit dhe \"ALWAYS\" për të lëvizur gjithmonë në fillim/"
+"fund të tekstit në vend të lëvizjes në fillim/fund të rreshtit."
+
+#: ../data/gedit.schemas.in.h:55
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Specifikon si duhet vepruar për automatikisht në krye të rreshtave tepër të "
+"gjatë për printim. Përdor \"GTK_WRAP_NONE\" për të shmangur automatikisht në "
+"krye, \"GTK_WRAP_WORD\" për t'a kryer në bazë të fjalëve dhe \"GTK_WRAP_CHAR"
+"\" për t'a kryer në bazë të secilës shkronjë. Kini kujdes faktin që vlerat "
+"janë të ndjeshme ndaj përdorimit të gërmave të mëdha/të vogla, prandaj duhet "
+"t'i shkruani ekzaktësisht sikurse janë të shkruara këtu sipër."
+
+#: ../data/gedit.schemas.in.h:56
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Specifikon se si të kryhet automatikisht në krye për rreshta tepër të gjatë "
+"në zonën e shkrimit.. Përdor \"GTK_WRAP_NONE\" për të shmangur automatikisht "
+"në krye, \"GTK_WRAP_WORD\" për t'a kryer në bazë të fjalëve dhe "
+"\"GTK_WRAP_CHAR\" për t'a kryer në bazë të secilës shkronjë. Kini kujdes "
+"faktin që vlerat janë të ndjeshme ndaj përdorimit të gërmave të mëdha/të "
+"vogla, prandaj duhet t'i shkruani ekzaktësisht sikurse janë të shkruara këtu "
+"sipër."
+
+#: ../data/gedit.schemas.in.h:57
+msgid "Specifies the font to use for a document's body when printing documents."
+msgstr "Specifikon gërmat e përdorura për trupin e tekstit në momentin e printimit."
+
+#: ../data/gedit.schemas.in.h:58
+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 ""
+"Specifikon gërmat që duhen përdorur për numrat e rreshtave gjatë printimit. "
+"Do të ketë efekt vetëm nëse opsioni \"Printo numrat e rreshtave\" nuk është "
+"zero."
+
+#: ../data/gedit.schemas.in.h:59
+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 ""
+"Specifikon gërmat që duhen përdorur kreun e faqes gjatë printimit. Do të "
+"ketë efekt vetëm nëse opsioni \"Print Header\" është aktivizuar."
+
+#: ../data/gedit.schemas.in.h:60
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Specifikon numrin maksimum të files të hapur të fundit që do të shfaqen tek "
+"nën-menu e \"Hapur të fundit\"."
+
+#: ../data/gedit.schemas.in.h:61
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Specifikon numrin e hapësirave që do të shfaqen në vend të Tab."
+
+#: ../data/gedit.schemas.in.h:62
+msgid "Specifies the position of the right margin."
+msgstr "Përcakton pozicionin e kufirit të djathtë."
+
+#: ../data/gedit.schemas.in.h:63
+msgid "Status Bar is Visible"
+msgstr "Paneli i gjëndjes është i dukshëm"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Style Scheme"
+msgstr "Skema e stileve"
+
+#: ../data/gedit.schemas.in.h:65
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"Stili i butonëve të panelit të instrumentëve. Vlerat e pranueshme janë "
+"\"GEDIT_TOOLBAR_SYSTEM\" për të përdorur stilin e paracaktuar të sistemit, "
+"\"GEDIT_TOOLBAR_ICONS\" për të shfaqur vetëm ikonat, "
+"\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" për të shfaqur ikonat dhe tekstin relativ "
+"njëkohësisht, \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" për të shfaqurtekstin "
+"krahas ikonave. Kini kujdes faktin që vlerat janë të ndjeshme ndaj "
+"përdorimit të gërmave të mëdha/të vogla, prandaj duhet t'i shkruani "
+"ekzaktësisht sikurse janë të shkruara këtu sipër."
+
+#: ../data/gedit.schemas.in.h:66
+msgid "Tab Size"
+msgstr "Përmasa e tab"
+
+#: ../data/gedit.schemas.in.h:67
+msgid "The id of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID e një skeme në stil GtkSourceView përdorur për të ngjyrosur tekstin."
+
+#: ../data/gedit.schemas.in.h:68
+msgid "Toolbar Buttons Style"
+msgstr "Stili i butonëve të panelit të instrumentëve"
+
+#: ../data/gedit.schemas.in.h:69
+msgid "Toolbar is Visible"
+msgstr "Paneli i instrumentëve është i dukshëm"
+
+#: ../data/gedit.schemas.in.h:70
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Limiti për veprimet e anullimit (NUK PËRDORET MË)"
+
+#: ../data/gedit.schemas.in.h:71
+msgid "Use Default Font"
+msgstr "Përdor gërmat e paracaktuara"
+
+#: ../data/gedit.schemas.in.h:72
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"Aktivizo ruajtjen automatike mbas një farë intervali kohe. Ky interval është "
+"përcaktuar tek opsioni «Intervali për ruajtjen automatike»."
+
+#: ../data/gedit.schemas.in.h:73
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Aktivizo krijimin e kopjeve të backup për file që ruhen. Prapashtesa e file "
+"të backup mund të konfigurohet me anë të opsionit \"Prapashtesa e kopjes së "
+"backup\"."
+
+#: ../data/gedit.schemas.in.h:74
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Tregon nëse gedit duhet të shfaqë numrat e rreshtave tek zona e shkrimit."
+
+#: ../data/gedit.schemas.in.h:75
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Tregon nëse gedit duhet të shfaqë kufirin e djathtë tek zona e shkrimit."
+
+#: ../data/gedit.schemas.in.h:76
+msgid "Whether gedit should enable auto indentation."
+msgstr "Tregon nëse gedit duhet të aktivizojë ngushtimin automatik."
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Tregon nëse gedit duhet të aktivizojë vënien në dukje të sintaksës."
+
+#: ../data/gedit.schemas.in.h:78
+msgid "Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Tregon nëse gedit duhet të vërë në dukje rezultuesit e tekstit të kërkuar."
+
+#: ../data/gedit.schemas.in.h:79
+msgid "Whether gedit should highlight matching bracket."
+msgstr "Tregon nëse gedit duhet të vërë në dukje kllapat korrisponduese."
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Whether gedit should highlight the current line."
+msgstr "Tregon nëse gedit duhet të vërë në dukje rreshtin aktual."
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Tregon nëse gedit duhet të krijojë një krye (header) kur printon dokumentet."
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Aktivizon futjen e hapësirave në vend të tab-eve."
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Aktivizon printimin e vënies në dukje të sintaksës kur printon dokumentet."
+
+#: ../data/gedit.schemas.in.h:84
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Tregon nëse gedit duhet të rivendosë pozicionin e mëparshëm të kursorit kur "
+"ngarkohet një file."
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Whether the bottom panel at the bottom of editing windows should be visible."
+msgstr ""
+"Tregon nëse paneli inferior tek ana e poshtme e dritares së shkrimit duhet "
+"të jetë i dukshëm."
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Whether the side pane at the left of the editing window should be visible."
+msgstr ""
+"Tregon nëse paneli anësor në të majtë të dritares së shkrimit duhet të jetë "
+"i dukshëm."
+
+#: ../data/gedit.schemas.in.h:87
+msgid "Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Tregon nëse paneli i gjëndjes në fund të dritareve të shkrimit duhet të jetë "
+"i dukshëm."
+
+#: ../data/gedit.schemas.in.h:88
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+"Tregon nëse paneli i instrumentëve duhet të jetë i dukshëm në dritaret e "
+"shkrimit."
+
+#: ../data/gedit.schemas.in.h:89
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"Tregon nëse duhet aktivizuar përdorimi i gërmave me hapësirë fikse të "
+"paracaktuar të sistemit për ndryshimin e tekstit në vend të gërmave të "
+"specifikuara të gedit. Nëse ky opsion është i çaktivizuar, atëhere gërmat e "
+"specifikuara me anë të opsionit «Gërmat e editorit» do të përdoren në vend të "
+"gërmave të sistemit."
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Writable VFS schemes"
+msgstr "Skemat e shkruajtshme VFS"
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:93
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in you country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+#. a list of supported encodings
+#: ../data/gedit.schemas.in.h:105
+msgid "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+msgstr "[UTF-8,CURRENT,ISO-8859-15,UTF-16]"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:140
+msgid "Logout _without Saving"
+msgstr "Dil _pa ruajtur"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:144
+msgid "_Cancel Logout"
+msgstr "_Anullo daljen"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:151
+msgid "Close _without Saving"
+msgstr "Mbyll _pa ruajtur"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:211
+msgid "Question"
+msgstr "Pyetje"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid "If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Nëse nuk ruani, ndryshimet nga %ld sekonda e fundit do të humbin "
+"përfundimisht."
+msgstr[1] ""
+"Nëse nuk ruani, ndryshimet nga %ld sekondat e fundit do të humbin "
+"përfundimisht."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:420
+msgid "If you don't save, changes from the last minute will be permanently lost."
+msgstr "Nëse nuk ruani, ndryshimet nga minuta e fundit do të humbin përfundimisht."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Nëse nuk ruani, ndryshimet nga minuti i fundit dhe %ld sekondë do të humbin "
+"përfundimisht."
+msgstr[1] ""
+"Nëse nuk ruani, ndryshimet nga minuti i fundit dhe %ld sekonda do të humbin "
+"përfundimisht."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:436
+#, c-format
+msgid "If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Nëse nuk ruani, ndryshimet nga %ld minuti i fundit do të humbin "
+"përfundimisht."
+msgstr[1] ""
+"Nëse nuk ruani, ndryshimet nga %ld minutat e fundit do të humbin "
+"përfundimisht."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:451
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "Nëse nuk ruani, ndryshimet nga ora e fundit do të humbasin përfundimisht."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:457
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Nëse nuk ruani, ndryshimet nga ora e fundit dhe %d minutë do të humbin "
+"përfundimisht."
+msgstr[1] ""
+"Nëse nuk ruani, ndryshimet nga ora e fundit dhe %d minuta do të humbin "
+"përfundimisht."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural "If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Nëse nuk ruani, ndryshimet nga %d ora e fundit do të humbasin përfundimisht."
+msgstr[1] "Nëse nuk ruani, ndryshimet nga %d orët e fundit do të humbasin përfundimisht."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:515
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "Ndryshimet e kryera tek dokumenti \"%s\" do të humbasin përgjithmonë."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:520
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "Ruan ndryshimet tek dokumenti \"%s\" para se t'a mbyllni?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:534
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:745
+msgid "Saving has been disabled by the system administrator."
+msgstr "Ruajtja është çaktivizuar nga administratori i sistemit."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:700
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Ndryshimet e kryera në %d dokument do të humbasin përgjithmonë."
+msgstr[1] "Ndryshimet e kryera në %d dokumente do të humbasin përgjithmonë."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:706
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural "There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Keni %d dokument me ndryshime të paruajtura. Ruan ndryshimet para se t'a "
+"mbyllësh?"
+msgstr[1] ""
+"Keni %d dokumente me ndryshime të paruajtura. Ruan ndryshimet para se t'i "
+"mbyllni?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:724
+msgid "Docum_ents with unsaved changes:"
+msgstr "Dokum_ente me ndryshime të paruajtur:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:726
+msgid "S_elect the documents you want to save:"
+msgstr "Z_gjidh dokumentet që dëshironi të ruani:"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:747
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Nëse nuk ruani, të gjithë ndryshimet tuaja do të humbasin përgjithmonë."
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:319
+msgid "Character Codings"
+msgstr "Kodifikimi i gërmave"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:378
+#: ../gedit/dialogs/gedit-encodings-dialog.c:439
+msgid "_Description"
+msgstr "_Përshkrimi"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:387
+#: ../gedit/dialogs/gedit-encodings-dialog.c:448
+msgid "_Encoding"
+msgstr "_Kodifikimi"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:1
+msgid "A_vailable encodings:"
+msgstr "Kodifikimet në _dispozicion:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:2
+msgid "Character codings"
+msgstr "Kodifikimi i shkronjave"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Kodifiki_met e shfaqura në menu:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.c:136
+#: ../gedit/dialogs/gedit-open-location-dialog.ui.h:3
+msgid "Open Location"
+msgstr "Hap Pozicionin"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.ui.h:1
+msgid "Ch_aracter coding:"
+msgstr "Kodifikimi i gërm_ave:"
+
+#: ../gedit/dialogs/gedit-open-location-dialog.ui.h:2
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "Shkruaj _vendodhjen (URI) e file që dëshironi të hapni:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:570
+msgid "Push this button to select the font to be used by the editor"
+msgstr "Shtyp këtë pulsant për të zgjedhur gërmat që duhen përdorur nga editori"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:580
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Përdor gërmat me gjerësi fikse të sistemit (%s)"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:783
+msgid "The selected color scheme cannot be installed."
+msgstr "Skema e zgjedhur e ngjyrave nuk mund të instalohet."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:808
+msgid "Add Scheme"
+msgstr "Shto skemën"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:815
+msgid "A_dd Scheme"
+msgstr "Sh_to skemë"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:823
+msgid "Color Scheme Files"
+msgstr "File e skemave të ngjyrave"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:830
+#: ../gedit/gedit-file-chooser-dialog.c:51
+msgid "All Files"
+msgstr "Të gjithë files"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:875
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "E pamundur heqja e skemës së ngjyrave \"%s\"."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1084
+msgid "gedit Preferences"
+msgstr "Preferimet e gedit"
+
+#. ex:ts=4:et:
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:1
+#: ../plugins/docinfo/docinfo.ui.h:1
+#: ../plugins/externaltools/tools/tools.ui.h:1
+#: ../plugins/snippets/snippets/snippets.ui.h:1 ../plugins/time/time.ui.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Dhëmbëzim automatik</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>Korrispondimi i kllapave</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>Rreshti aktual</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:5
+msgid "<b>File Saving</b>"
+msgstr "<b>Ruajtja e file</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:6
+msgid "<b>Font</b>"
+msgstr "<b>Gërmat</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:7
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Numrat e rreshtit</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:8
+msgid "<b>Right Margin</b>"
+msgstr "<b>Kufiri i djathtë</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:9
+msgid "<b>Tab Stops</b>"
+msgstr "<b>Bllokimi i skedave</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:10
+#: ../gedit/gedit-print-preferences.ui.h:5
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Në krye automatikisht</b>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:11
+msgid "<span weight=\"bold\">Color Scheme</span>"
+msgstr "<span weight=\"bold\">Skema e ngjyrave</span>"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:12
+msgid "Create a _backup copy of files before saving"
+msgstr "Krijo një kopje _backup të files para se të ruhen"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:13
+msgid "Display right _margin"
+msgstr "Shfaq _kufirin e djathtë"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:14
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "Do not _split words over two lines"
+msgstr "Mos e _ndaj fjalën në dy rreshta"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:15
+msgid "Editor"
+msgstr "Editori"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:16
+msgid "Editor _font: "
+msgstr "Gërmat e _editorit:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:17
+#: ../gedit/gedit-print-preferences.ui.h:7
+msgid "Enable text _wrapping"
+msgstr "Aktivo në _krye automatikisht"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:18
+msgid "Font & Colors"
+msgstr "Gërmat & Ngjyrat"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:19
+msgid "Highlight current _line"
+msgstr "Vër në dukje rreshtin aktua_l"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:20
+msgid "Highlight matching _bracket"
+msgstr "Vër në dukje _kllapat korrisponduese"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:21
+msgid "Insert _spaces instead of tabs"
+msgstr "Shto hapë_sira në vend të tab"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "Zgjidh shkronjën e editorit"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:23
+msgid "Plugins"
+msgstr "Plugins"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:24
+msgid "Preferences"
+msgstr "Preferime"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:25
+msgid "View"
+msgstr "Shfaq"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:26
+msgid "_Add..."
+msgstr "_Shto..."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:27
+msgid "_Autosave files every"
+msgstr "Ruaj _automatikisht files çdo"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:28
+msgid "_Display line numbers"
+msgstr "_Shfaq numrat e rreshtit"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:29
+msgid "_Enable automatic indentation"
+msgstr "_Aktivo dhëmbëzimin automatik"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:30
+msgid "_Right margin at column:"
+msgstr "_Kufiri i djathtë tek kollona:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:31
+msgid "_Tab width:"
+msgstr "Gjerësia e _Tab:"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.ui.h:32
+msgid "_minutes"
+msgstr "_minuta"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:301
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:2 ../gedit/gedit-window.c:1363
+msgid "Replace"
+msgstr "Zëvendëso"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:312 ../gedit/gedit-window.c:1361
+msgid "Find"
+msgstr "Gjej"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:408
+msgid "Replace _All"
+msgstr "Zëvendëso _Gjithçka"
+
+#: ../gedit/dialogs/gedit-search-dialog.c:409
+#: ../gedit/gedit-commands-file.c:657
+msgid "_Replace"
+msgstr "_Zëvendëso"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:1
+msgid "Match _entire word only"
+msgstr "V_etëm fjalën e plotë"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:3
+msgid "Replace All"
+msgstr "Zëvendëso gjithçka"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "Zëvendëso _me:"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:5
+msgid "Search _backwards"
+msgstr "Kërko m_brapsht"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:6
+msgid "_Match case"
+msgstr "Respekto _Gërma të mëdha/vogla"
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:7
+msgid "_Search for: "
+msgstr "_Kërko për: "
+
+#: ../gedit/dialogs/gedit-search-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "_Rifillo nga fillimi"
+
+#: ../gedit/gedit.c:73
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Zgjidh kodifikimin që duhet përdorur për të hapur files e dhënë në rreshtin "
+"e komandës"
+
+#: ../gedit/gedit.c:73
+msgid "ENCODING"
+msgstr "KODIMI"
+
+#: ../gedit/gedit.c:76
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "Krijo një dritare të re toplevel në një instancë ekzistuese të gedit"
+
+#: ../gedit/gedit.c:79
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Krijo një dokument të ri në një instancë ekzistuese të gedit"
+
+#: ../gedit/gedit.c:82
+msgid "[FILE...]"
+msgstr "[FILE...]"
+
+#: ../gedit/gedit.c:114
+#, c-format
+msgid "%s: malformed file name or URI.\n"
+msgstr "%s: emër file apo URL i keqformuar.\n"
+
+#: ../gedit/gedit.c:126
+#, c-format
+msgid "%s: invalid encoding.\n"
+msgstr "%s: kodifikim i pavlefshëm.\n"
+
+#. Setup command line options
+#: ../gedit/gedit.c:469
+msgid "- Edit text files"
+msgstr "- Përpuno file teksti"
+
+#: ../gedit/gedit.c:478
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+"%s\n"
+"Shkruaj '%s --help' për të shikuar listën e plotë të opcioneve të rreshtit "
+"të komandës.\n"
+
+#: ../gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "Duke ngarkuar file '%s'..."
+
+#: ../gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Duke ngarkuar %d file..."
+msgstr[1] "Duke ngarkuar %d file..."
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:438
+msgid "Open Files"
+msgstr "Hap files"
+
+#: ../gedit/gedit-commands-file.c:644
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "File \"%s\" është në vetëm-lexim."
+
+#: ../gedit/gedit-commands-file.c:649
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Dëshironi të përpiqem ta zevëndësoj me atë që jeni duke ruajtur?"
+
+#: ../gedit/gedit-commands-file.c:715 ../gedit/gedit-commands-file.c:921
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "Duke ruajtur file '%s'..."
+
+#: ../gedit/gedit-commands-file.c:819
+msgid "Save As…"
+msgstr "Ruaj si..."
+
+#: ../gedit/gedit-commands-file.c:1100
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "Duke rikthyer dokumentin '%s'..."
+
+#: ../gedit/gedit-commands-file.c:1145
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "Dëshironi të ktheni ndryshimet e paruajtura tek dokumenti '%s'?"
+
+#: ../gedit/gedit-commands-file.c:1154
+#, c-format
+msgid "Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ndryshimet e kryera në dokument në %ld sekondën e fundit do të humbasin "
+"përgjithmonë."
+msgstr[1] ""
+"Ndryshimet e kryera në dokument në %ld sekondat e fundit do të humbasin "
+"përgjithmonë."
+
+#: ../gedit/gedit-commands-file.c:1163
+msgid "Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Ndryshimet e kryera në dokument në minutën e fundit do të humbasin "
+"përgjithmonë."
+
+#: ../gedit/gedit-commands-file.c:1169
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ndryshimet e kryera në dokument në minutën e fundit dhe %ld sekondë do të "
+"humbasin përgjithmonë."
+msgstr[1] ""
+"Ndryshimet e kryera në dokument në minutën e fundit dhe %ld sekonda do të "
+"humbasin përgjithmonë."
+
+#: ../gedit/gedit-commands-file.c:1179
+#, c-format
+msgid "Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ndryshimet e kryera në dokument në %ld minutën e fundit do të humbasin "
+"përgjithmonë."
+msgstr[1] ""
+"Ndryshimet e kryera në dokument në %ld minutat e fundit do të humbasin "
+"përgjithmonë."
+
+#: ../gedit/gedit-commands-file.c:1194
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Ndryshimet e kryera në dokument në orën e fundit do të humbasin përgjithmonë."
+
+#: ../gedit/gedit-commands-file.c:1200
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ndryshimet e kryera në dokument në orën e fundit dhe %d minutë do të "
+"humbasin përgjithmonë."
+msgstr[1] ""
+"Ndryshimet e kryera në dokument në orën e fundit dhe %d minuta do të "
+"humbasin përgjithmonë."
+
+#: ../gedit/gedit-commands-file.c:1215
+#, c-format
+msgid "Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural "Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ndryshimet e kryera në dokument në %d orën e fundit do të humbasin "
+"përgjithmonë."
+msgstr[1] ""
+"Ndryshimet e kryera në dokument në %d orët e fundit do të humbasin "
+"përgjithmonë."
+
+#: ../gedit/gedit-commands-file.c:1241
+msgid "_Revert"
+msgstr "_Kthe mbrapa"
+
+#: ../gedit/gedit-commands-help.c:80
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit është një editor teksti i thjeshtë për Desktop GNOME"
+
+#: ../gedit/gedit-commands-help.c:97
+msgid "translator-credits"
+msgstr "Laurent Dhima <laurenti@alblinux.net>"
+
+#: ../gedit/gedit-commands-search.c:165
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "U gjet dhe zëvendësua %d korrispondues"
+msgstr[1] "U gjetën dhe zëvendësuan %d korrispondues"
+
+#: ../gedit/gedit-commands-search.c:175
+msgid "Found and replaced one occurrence"
+msgstr "U gjet dhe u zëvendësua një korrispondues"
+
+#: ../gedit/gedit-commands-search.c:188
+msgid "Phrase not found"
+msgstr "Fraza nuk u gjet"
+
+#: ../gedit/gedit-document.c:871 ../gedit/gedit-document.c:884
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "Dokument i paruajtur %d"
+
+#: ../gedit/gedit-documents-panel.c:89 ../gedit/gedit-documents-panel.c:103
+#: ../gedit/gedit-window.c:1929 ../gedit/gedit-window.c:1934
+msgid "Read Only"
+msgstr "Vetëm në lexim"
+
+#: ../gedit/gedit-documents-panel.c:760 ../gedit/gedit-window.c:2873
+msgid "Documents"
+msgstr "Dokumentë"
+
+#: ../gedit/gedit-encodings.c:140 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "Unicode"
+
+#: ../gedit/gedit-encodings.c:153 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:231 ../gedit/gedit-encodings.c:274
+msgid "Western"
+msgstr "Perëndimore"
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:270
+msgid "Central European"
+msgstr "Europa Qendrore"
+
+#: ../gedit/gedit-encodings.c:157
+msgid "South European"
+msgstr "Europa jugore"
+
+#: ../gedit/gedit-encodings.c:159 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:284
+msgid "Baltic"
+msgstr "Balltike"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:252
+#: ../gedit/gedit-encodings.c:254 ../gedit/gedit-encodings.c:272
+msgid "Cyrillic"
+msgstr "Cyrillic"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:241
+#: ../gedit/gedit-encodings.c:282
+msgid "Arabic"
+msgstr "Arabisht"
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:276
+msgid "Greek"
+msgstr "Greqisht"
+
+#: ../gedit/gedit-encodings.c:167
+msgid "Hebrew Visual"
+msgstr "Hebraike vizuale"
+
+#: ../gedit/gedit-encodings.c:169 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Hebrew"
+msgstr "Hebraike"
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:278
+msgid "Turkish"
+msgstr "Turqisht"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "Nordike"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "Celtic"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Rumanisht"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Armenisht"
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Kineze tradicionale"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "Cyrillic/Rusisht"
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:259
+msgid "Japanese"
+msgstr "Japonisht"
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:246
+#: ../gedit/gedit-encodings.c:250 ../gedit/gedit-encodings.c:265
+msgid "Korean"
+msgstr "Koreane"
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224 ../gedit/gedit-encodings.c:228
+msgid "Chinese Simplified"
+msgstr "Kineze e thjeshtëzuar"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Gjeorgjisht"
+
+#: ../gedit/gedit-encodings.c:256
+msgid "Cyrillic/Ukrainian"
+msgstr "Cyrillic/Ukrahina"
+
+#: ../gedit/gedit-encodings.c:261 ../gedit/gedit-encodings.c:267
+#: ../gedit/gedit-encodings.c:286
+msgid "Vietnamese"
+msgstr "Vietnameze"
+
+#: ../gedit/gedit-encodings.c:263
+msgid "Thai"
+msgstr "Tailandeze"
+
+#: ../gedit/gedit-encodings.c:437
+msgid "Unknown"
+msgstr "Nuk njihet"
+
+#: ../gedit/gedit-encodings-option-menu.c:220
+msgid "Auto Detected"
+msgstr "Njohje automatike"
+
+#: ../gedit/gedit-encodings-option-menu.c:240
+#: ../gedit/gedit-encodings-option-menu.c:262
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Gjuha aktuale (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:323
+msgid "Add or _Remove..."
+msgstr "Shto ose _hiq..."
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+msgid "All Text Files"
+msgstr "Të gjithë files teksti"
+
+#: ../gedit/gedit-file-chooser-dialog.c:78
+msgid "C_haracter Coding:"
+msgstr "Kodifikimi i s_hkronjave:"
+
+#: ../gedit/gedit-help.c:82
+msgid "There was an error displaying help."
+msgstr "Gabim gjatë shfaqjes së ndihmës."
+
+#: ../gedit/gedit-io-error-message-area.c:170
+#, c-format
+msgid "Could not find the file %s."
+msgstr "E pamundur gjetja e file %s."
+
+#: ../gedit/gedit-io-error-message-area.c:172
+#: ../gedit/gedit-io-error-message-area.c:211
+#: ../gedit/gedit-io-error-message-area.c:218
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Kontrolloni që keni shkruar si duhet pozicionin dhe provoni përsëri."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:187
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit nuk mund të trajtojë pozicionet %s."
+
+#: ../gedit/gedit-io-error-message-area.c:193
+msgid "gedit cannot handle this location."
+msgstr "gedit nuk mund të trajtojë këtë pozicion."
+
+#: ../gedit/gedit-io-error-message-area.c:201
+msgid "The location of the file cannot be mounted."
+msgstr "Pozicioni i file nuk mund të montohet."
+
+#: ../gedit/gedit-io-error-message-area.c:205
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr "E pamundur hyrja në pozicionin e file pasi nuk është montuar."
+
+#: ../gedit/gedit-io-error-message-area.c:209
+#, c-format
+msgid "%s is a directory."
+msgstr "%s është një directory."
+
+#: ../gedit/gedit-io-error-message-area.c:216
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s nuk është një pozicion i vlefshëm."
+
+#: ../gedit/gedit-io-error-message-area.c:243
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Host %s nuk u gjet. Kontrollo korrektësinë e konfigurimit të proxy dhe provo "
+"përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:256
+#, c-format
+msgid ""
+"Host name was invalid. Please check that you typed the location correctly "
+"and try again."
+msgstr ""
+"Emri i host është i pavlefshëm. Të lutem, kontrollo që e ke shkruar si duhet "
+"pozicionin dhe provo përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:264
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s nuk është një file i rregullt."
+
+#: ../gedit/gedit-io-error-message-area.c:269
+msgid "Connection timed out. Please try again."
+msgstr "Koha për lidhjen skadoi. Provo edhe njëherë."
+
+#: ../gedit/gedit-io-error-message-area.c:292
+msgid "The file is too big."
+msgstr "Ky file është tepër i madh."
+
+#: ../gedit/gedit-io-error-message-area.c:333
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Gabim i papritur: %s"
+
+#: ../gedit/gedit-io-error-message-area.c:369
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Numri i lidhjeve të ndjekuar është i kufizuar dhe file aktual nuk mund të "
+"gjehet me kufirin e përcaktuar."
+
+#: ../gedit/gedit-io-error-message-area.c:373
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Nuk të drejtat e duhura për të hapur atë file."
+
+#: ../gedit/gedit-io-error-message-area.c:381
+#: ../gedit/gedit-io-error-message-area.c:602
+#, c-format
+msgid "Could not open the file %s."
+msgstr "E pamundur hapja e file %s."
+
+#: ../gedit/gedit-io-error-message-area.c:390
+#: ../gedit/gedit-io-error-message-area.c:509
+msgid "_Retry"
+msgstr "_Riprovo"
+
+#: ../gedit/gedit-io-error-message-area.c:433
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "gedit nuk arrin të gjejë këtë file. Ndoshta është fshirë para pak kohësh."
+
+#: ../gedit/gedit-io-error-message-area.c:442
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "I pamundur rikthimi i file %s."
+
+#: ../gedit/gedit-io-error-message-area.c:466
+msgid "Ch_aracter Coding:"
+msgstr "Kodifikimi i gërm_ave:"
+
+#: ../gedit/gedit-io-error-message-area.c:604
+msgid "gedit has not been able to detect the character coding."
+msgstr "gedit nuk qe në gjëndje të zbulojë kodifikimin e gërmave."
+
+#: ../gedit/gedit-io-error-message-area.c:606
+#: ../gedit/gedit-io-error-message-area.c:615
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Kontrollo që nuk po mundohesh të hapësh një file binar."
+
+#: ../gedit/gedit-io-error-message-area.c:607
+msgid "Select a character coding from the menu and try again."
+msgstr "Zgjidh kodifikimin e gërmave nga menuja dhe provo përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:612
+#, c-format
+msgid "Could not open the file %s using the %s character coding."
+msgstr "E pamundur hapja e file %s duke përdorur kodifikimin %s."
+
+#: ../gedit/gedit-io-error-message-area.c:616
+#: ../gedit/gedit-io-error-message-area.c:668
+msgid "Select a different character coding from the menu and try again."
+msgstr "Zgjidh një kodifikim tjetër gërmash nga menuja dhe provo përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:663
+#, c-format
+msgid "Could not save the file %s using the %s character coding."
+msgstr "E pamundur ruajtja e file %s duke përdorur kodifikimin %s."
+
+#: ../gedit/gedit-io-error-message-area.c:666
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character coding."
+msgstr ""
+"Dokumenti përmban një apo më shumë shkronja që nuk mund të kodifikohen duke "
+"përdorur kodifikimin e përcaktuar të gërmave."
+
+#: ../gedit/gedit-io-error-message-area.c:729
+msgid "_Edit Anyway"
+msgstr "_Shkruaj sidoqoftë"
+
+#: ../gedit/gedit-io-error-message-area.c:732
+msgid "_Don't Edit"
+msgstr "_Mos shkruaj"
+
+#: ../gedit/gedit-io-error-message-area.c:747
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "File (%s) është hapur rregullisht në një dritare tjetër gedit."
+
+#: ../gedit/gedit-io-error-message-area.c:762
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+"gedit ka hapur këtë instancë të file në menyrë të pa-shkruajtshme. Dëshiron "
+"ta shkruash sidoqoftë?"
+
+#: ../gedit/gedit-io-error-message-area.c:820
+#: ../gedit/gedit-io-error-message-area.c:915
+msgid "S_ave Anyway"
+msgstr "Ru_aj sidoqoftë"
+
+#: ../gedit/gedit-io-error-message-area.c:824
+#: ../gedit/gedit-io-error-message-area.c:919
+msgid "D_on't Save"
+msgstr "M_os ruaj"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:842
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "File %s ka pësuar ndryshime që nga leximi i tij."
+
+#: ../gedit/gedit-io-error-message-area.c:858
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Nëse e ruani, të gjitha ndryshimet e jashtme do të humbasin. Ruan sidoqoftë?"
+
+#: ../gedit/gedit-io-error-message-area.c:937
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "Krijimi i një file backup u bë i pamundur gjatë ruajtjes së %s"
+
+#: ../gedit/gedit-io-error-message-area.c:940
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "Krijimi i një file backup të përkohshëm u bë i pamundur gjatë ruajtjes së %s"
+
+#: ../gedit/gedit-io-error-message-area.c:957
+msgid ""
+"gedit could not backup the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"gedit nuk mund të krijojë kopjen e versionit të vjetër të file para se të "
+"ruhet i riu. Mund ta shpërfillësh këtë paralajmërim dhe ta ruash sidoqoftë "
+"këtë file, por nëse ndeshet ndonjë gabim gjatë ruajtjes, do të humbasë "
+"versioni i vjetër i file. Ruan sidoqoftë?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-message-area.c:1018
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit nuk mund të trajtojë pozicionet %s në modalitet shkrimi. Të lutem, "
+"kontrollo që e ke shkruar si duhet pozicionin dhe provo përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:1026
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+"gedit nuk mund të trajtojë këtë pozicion në modalitet shkrimi. Kontrollo që "
+"e ke shkruar si duhet pozicionin dhe provo përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:1035
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s nuk është një pozicion i vlefshëm. Të lutem, kontrollo që e ke shkruar si "
+"duhet pozicionin dhe provo përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:1041
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Mungojnë të drejtat e duhura për të ruajtur file. Kontrollo që ke shkruar si "
+"duhet pozicionin dhe provo përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:1047
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Hapësirë e pamjaftueshme në disk për të ruajtur file. Liro pak hapësirë në "
+"disk dhe provo përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:1052
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Përpjekje për të ruajtur këtë file në një disk në vetëm-lexim. Kontrollo që "
+"ke shkruar si duhet pozicionin dhe provo përsëri."
+
+#: ../gedit/gedit-io-error-message-area.c:1058
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Një file me të njëjtin emër ekziston rregullisht. Përdor një emër tjetër."
+
+#: ../gedit/gedit-io-error-message-area.c:1063
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Disku ku po përpiqeni të ruani këtë file kufizon gjatësinë e emrave. Përdor "
+"një emër më të shkurtër."
+
+#: ../gedit/gedit-io-error-message-area.c:1070
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"Disku ku po përpiqeni të ruani këtë file ka të vendosur një limit në "
+"madhësinë e file. Provo të ruash një file më të vogël ose ruaje në një disk "
+"ku limitet nuk ekzistojnë."
+
+#: ../gedit/gedit-io-error-message-area.c:1085
+#, c-format
+msgid "Could not save the file %s."
+msgstr "E pamundur ruajtja e file %s."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. could be interpreted as the changes he made in the document. beside "reading" is
+#. not accurate (since last load/save)
+#: ../gedit/gedit-io-error-message-area.c:1127
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "File %s është ndryshuar në disk."
+
+#: ../gedit/gedit-io-error-message-area.c:1132
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "Lë pas dore ndryshimet e kryera dhe ngarkon përsëri këtë file?"
+
+#: ../gedit/gedit-io-error-message-area.c:1134
+msgid "Do you want to reload the file?"
+msgstr "Dëshiron të ringarkosh file?"
+
+#: ../gedit/gedit-io-error-message-area.c:1144
+msgid "_Reload"
+msgstr "_Ringarko"
+
+#. bad bad luck...
+#: ../gedit/gedit-local-document-saver.c:360
+msgid "Could not obtain backup filename"
+msgstr "E pamundur marrja e emrit të file backup"
+
+#: ../gedit/gedit-notebook.c:834
+msgid "Close document"
+msgstr "Mbyll dokumentin"
+
+#: ../gedit/gedit-panel.c:364 ../gedit/gedit-panel.c:572
+msgid "Empty"
+msgstr "Bosh"
+
+#: ../gedit/gedit-panel.c:517 ../gedit/gedit-panel.c:591
+msgid "Hide panel"
+msgstr "Fshih panelin"
+
+#: ../gedit/gedit-plugin-manager.c:54
+msgid "Plugin"
+msgstr "Plugin"
+
+#: ../gedit/gedit-plugin-manager.c:55
+msgid "Enabled"
+msgstr "Aktiv"
+
+#: ../gedit/gedit-plugin-manager.c:503
+msgid "_About"
+msgstr "_Informacione"
+
+#: ../gedit/gedit-plugin-manager.c:511
+msgid "C_onfigure"
+msgstr "K_onfigurimi"
+
+#: ../gedit/gedit-plugin-manager.c:520
+msgid "A_ctivate"
+msgstr "A_ktivizo"
+
+#: ../gedit/gedit-plugin-manager.c:531
+msgid "Ac_tivate All"
+msgstr "Ak_tivizoi të gjithë"
+
+#: ../gedit/gedit-plugin-manager.c:536
+msgid "_Deactivate All"
+msgstr "Ç_aktivizoi të gjithë"
+
+#: ../gedit/gedit-plugin-manager.c:824
+msgid "_About Plugin"
+msgstr "Inform_acione në lidhje me plugin"
+
+#: ../gedit/gedit-plugin-manager.c:828
+msgid "C_onfigure Plugin"
+msgstr "K_onfiguro plugin"
+
+#: ../gedit/gedit-prefs-manager.c:170
+msgid "Cannot initialize preferences manager."
+msgstr "Nuk arrij të nis manazhuesin e preferimeve."
+
+#: ../gedit/gedit-prefs-manager.c:1102
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Pritej vlera `%s' por u mor vlera `%s' për kyçin %s"
+
+#: ../gedit/gedit-print-job.c:538
+#, c-format
+msgid "File: %s"
+msgstr "File: %s"
+
+#: ../gedit/gedit-print-job.c:547
+msgid "Page %N of %Q"
+msgstr "Faqja %N në %Q"
+
+#: ../gedit/gedit-print-job.c:805
+msgid "Preparing..."
+msgstr "Duke përgatitur..."
+
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "<b>Fonts</b>"
+msgstr "<b>Gërmat</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "<b>Page header</b>"
+msgstr "<b>Header i faqes</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "<b>Syntax Highlighting</b>"
+msgstr "<b>Vënia në dukje e sintaksës</b>"
+
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "He_aders and footers:"
+msgstr "Fillimi i f_aqes dhe fundi i faqes:"
+
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Print line nu_mbers"
+msgstr "Printo nu_mrat e rreshtave"
+
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Print page _headers"
+msgstr "Printo _header e faqeve"
+
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Print synta_x highlighting"
+msgstr "Printo vënien në dukje të sinta_ksës"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "_Body:"
+msgstr "_Trupi:"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "_Line numbers:"
+msgstr "Numrat e _rreshtit:"
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "_Number every"
+msgstr "_Numër çdo"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Restore Default Fonts"
+msgstr "_Rivendos gërmat e prezgjedhura"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "lines"
+msgstr "rreshta"
+
+#: ../gedit/gedit-print-preview.c:563
+msgid "Show the previous page"
+msgstr "Shfaq faqen paraardhëse"
+
+#: ../gedit/gedit-print-preview.c:577
+msgid "Show the next page"
+msgstr "Shfaq faqen në vazhdim"
+
+#: ../gedit/gedit-print-preview.c:594
+msgid "Current page (Alt+P)"
+msgstr "Faqja aktuale (Alt+P)"
+
+#: ../gedit/gedit-print-preview.c:616
+msgid "of"
+msgstr "nga"
+
+#: ../gedit/gedit-print-preview.c:624
+msgid "Page total"
+msgstr "Gjithsej faqe"
+
+#: ../gedit/gedit-print-preview.c:625
+msgid "The total number of pages in the document"
+msgstr "Numri i përgjithshëm i faqeve në dokument"
+
+#: ../gedit/gedit-print-preview.c:644
+msgid "Show multiple pages"
+msgstr "Shfaq faqet shumëfishe"
+
+#: ../gedit/gedit-print-preview.c:659
+msgid "Zoom 1:1"
+msgstr "Shkalla 1:1"
+
+#: ../gedit/gedit-print-preview.c:670
+msgid "Zoom to fit the whole page"
+msgstr "Përshtatja faqes"
+
+#: ../gedit/gedit-print-preview.c:681
+msgid "Zoom the page in"
+msgstr "Zmadho faqen"
+
+#: ../gedit/gedit-print-preview.c:692
+msgid "Zoom the page out"
+msgstr "Zvogëlo faqen"
+
+#: ../gedit/gedit-print-preview.c:704
+msgid "_Close Preview"
+msgstr "_Mbyll pamjen e parë"
+
+#: ../gedit/gedit-print-preview.c:708
+msgid "Close print preview"
+msgstr "Mbyll pamjen e parë të printimit"
+
+#: ../gedit/gedit-print-preview.c:774
+#, c-format
+msgid "Page %d of %d"
+msgstr "Faqja %d në %d"
+
+#: ../gedit/gedit-print-preview.c:958
+msgid "Page Preview"
+msgstr "Pamja e parë e printimit"
+
+#: ../gedit/gedit-print-preview.c:959
+msgid "The preview of a page in the document to be printed"
+msgstr "Pamja e parë e një faqe të dokumentit që do të printohet"
+
+#: ../gedit/gedit-statusbar.c:248
+msgid " OVR"
+msgstr " MSH"
+
+#: ../gedit/gedit-statusbar.c:250
+msgid " INS"
+msgstr " SHT"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:289
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rr %d, Kol %d"
+
+#: ../gedit/gedit-statusbar.c:388
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Ka një skedë me gabime"
+msgstr[1] "Ka %d skeda me gabime"
+
+#: ../gedit/gedit-style-scheme-manager.c:214
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "I pamundur krijimi i directory '%s': g_mkdir_with_parents() dështoi: %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:657
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Duke rikthyer %s nga %s"
+
+#: ../gedit/gedit-tab.c:664
+#, c-format
+msgid "Reverting %s"
+msgstr "Duke rikthyer %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:680
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Duke ngarkuar %s nga %s"
+
+#: ../gedit/gedit-tab.c:687
+#, c-format
+msgid "Loading %s"
+msgstr "Duke ngarkuar %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:770
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Duke ruajtur %s në %s"
+
+#: ../gedit/gedit-tab.c:777
+#, c-format
+msgid "Saving %s"
+msgstr "Duke ruajtur %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1658
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1704
+#, c-format
+msgid "Error opening file %s"
+msgstr "Gabim gjatë hapjes së file %s"
+
+#: ../gedit/gedit-tab.c:1709
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Gabim gjatë rikthimit të file %s"
+
+#: ../gedit/gedit-tab.c:1714
+#, c-format
+msgid "Error saving file %s"
+msgstr "Gabim gjatë ruajtjes së file %s"
+
+#: ../gedit/gedit-tab.c:1733
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1740
+msgid "Name:"
+msgstr "Emri:"
+
+#: ../gedit/gedit-tab.c:1741
+msgid "MIME Type:"
+msgstr "Lloji i MIME:"
+
+#: ../gedit/gedit-tab.c:1742
+msgid "Encoding:"
+msgstr "Kodifikimi:"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:49
+msgid "_File"
+msgstr "_File"
+
+#: ../gedit/gedit-ui.h:50
+msgid "_Edit"
+msgstr "_Ndrysho"
+
+#: ../gedit/gedit-ui.h:51
+msgid "_View"
+msgstr "_Shfaq"
+
+#: ../gedit/gedit-ui.h:52
+msgid "_Search"
+msgstr "_Kërko"
+
+#: ../gedit/gedit-ui.h:53
+msgid "_Tools"
+msgstr "Ins_trumentë"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Documents"
+msgstr "_Dokumente"
+
+#: ../gedit/gedit-ui.h:55
+msgid "_Help"
+msgstr "_Ndihmë"
+
+#: ../gedit/gedit-ui.h:59
+msgid "Create a new document"
+msgstr "Krijo një dokument të ri"
+
+#: ../gedit/gedit-ui.h:60
+msgid "_Open..."
+msgstr "_Hap..."
+
+#: ../gedit/gedit-ui.h:61 ../gedit/gedit-window.c:1483
+msgid "Open a file"
+msgstr "Hap një file"
+
+#: ../gedit/gedit-ui.h:62
+msgid "Open _Location..."
+msgstr "Hap _pozicionin..."
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open a file from a specified location"
+msgstr "Hap një file nga pozicioni i specifikuar"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:66
+msgid "Pr_eferences"
+msgstr "Pr_eferimet"
+
+#: ../gedit/gedit-ui.h:67
+msgid "Configure the application"
+msgstr "Konfiguro programin"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:70
+msgid "_Contents"
+msgstr "_Përmbajtja"
+
+#: ../gedit/gedit-ui.h:71
+msgid "Open the gedit manual"
+msgstr "Hap manualin e gedit"
+
+#: ../gedit/gedit-ui.h:73
+msgid "About this application"
+msgstr "Informacione mbi këtë program"
+
+#: ../gedit/gedit-ui.h:80
+msgid "Save the current file"
+msgstr "Ruaj file aktual"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Save _As..."
+msgstr "Ruaje _Si..."
+
+#: ../gedit/gedit-ui.h:82
+msgid "Save the current file with a different name"
+msgstr "Ruaj file aktual me një emër tjetër"
+
+#: ../gedit/gedit-ui.h:84
+msgid "Revert to a saved version of the file"
+msgstr "Riktheje tek njëri nga versionet e ruajtur të file"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Page Set_up..."
+msgstr "Rreg_ullimi i faqes..."
+
+#: ../gedit/gedit-ui.h:86
+msgid "Setup the page settings"
+msgstr "Konfigurimi i rregullimeve që kanë të bëjnë me faqen"
+
+#: ../gedit/gedit-ui.h:87
+msgid "Print Previe_w"
+msgstr "Pamja e par_ë e printimit"
+
+#: ../gedit/gedit-ui.h:88
+msgid "Print preview"
+msgstr "Pamja e parë e printimit"
+
+#: ../gedit/gedit-ui.h:89
+msgid "_Print..."
+msgstr "_Printim..."
+
+#: ../gedit/gedit-ui.h:90
+msgid "Print the current page"
+msgstr "Printo faqen aktuale"
+
+#: ../gedit/gedit-ui.h:92
+msgid "Close the current file"
+msgstr "Mbylle file aktual"
+
+#: ../gedit/gedit-ui.h:96
+msgid "Undo the last action"
+msgstr "Anullo veprimin e fundit"
+
+#: ../gedit/gedit-ui.h:98
+msgid "Redo the last undone action"
+msgstr "Rikthe veprimin e fundit të anulluar"
+
+#: ../gedit/gedit-ui.h:100
+msgid "Cut the selection"
+msgstr "Preje pjesën e zgjedhur"
+
+#: ../gedit/gedit-ui.h:102
+msgid "Copy the selection"
+msgstr "Kopjo pjesën e zgjedhur"
+
+#: ../gedit/gedit-ui.h:104
+msgid "Paste the clipboard"
+msgstr "Ngjit nga shënimet"
+
+#: ../gedit/gedit-ui.h:106
+msgid "Delete the selected text"
+msgstr "Fshi tekstin e zgjedhur"
+
+#: ../gedit/gedit-ui.h:107
+msgid "Select _All"
+msgstr "Zgjidh _gjithçka"
+
+#: ../gedit/gedit-ui.h:108
+msgid "Select the entire document"
+msgstr "Zgjith të gjithë dokumentin"
+
+#. View menu
+#: ../gedit/gedit-ui.h:111
+msgid "_Highlight Mode"
+msgstr "Modaliteti i vënies në _dukje"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:114
+msgid "_Find..."
+msgstr "_Kërko..."
+
+#: ../gedit/gedit-ui.h:115
+msgid "Search for text"
+msgstr "Kërko për tekstin"
+
+#: ../gedit/gedit-ui.h:116
+msgid "Find Ne_xt"
+msgstr "Gjej në va_zhdim"
+
+#: ../gedit/gedit-ui.h:117
+msgid "Search forwards for the same text"
+msgstr "Kërko në vazhdim për të njëjtin tekst"
+
+#: ../gedit/gedit-ui.h:118
+msgid "Find Pre_vious"
+msgstr "Gjej Par_aardhësen"
+
+#: ../gedit/gedit-ui.h:119
+msgid "Search backwards for the same text"
+msgstr "Kërko mbrapsht për të njëjtin tekst"
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Replace..."
+msgstr "_Zëvendëso..."
+
+#: ../gedit/gedit-ui.h:121
+msgid "Search for and replace text"
+msgstr "Kërko për tekstin dhe zevëndësoje"
+
+#: ../gedit/gedit-ui.h:122
+msgid "_Clear Highlight"
+msgstr "P_astro vënien në dukje"
+
+#: ../gedit/gedit-ui.h:123
+msgid "Clear highlighting of search matches"
+msgstr "Pastro vënien në dukje të rezultateve të kërkimit"
+
+#: ../gedit/gedit-ui.h:124
+msgid "Go to _Line..."
+msgstr "Shko tek _Rreshti..."
+
+#: ../gedit/gedit-ui.h:125
+msgid "Go to a specific line"
+msgstr "Shko tek një rresht i caktuar"
+
+#: ../gedit/gedit-ui.h:126
+msgid "_Incremental Search..."
+msgstr "Kërkim _inkremental..."
+
+#: ../gedit/gedit-ui.h:127
+msgid "Incrementally search for text"
+msgstr "Kryen një kërkim inkremental në tekst"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:130
+msgid "_Save All"
+msgstr "_Ruaj gjithçka"
+
+#: ../gedit/gedit-ui.h:131
+msgid "Save all open files"
+msgstr "Ruaj të gjithë files e hapur"
+
+#: ../gedit/gedit-ui.h:132
+msgid "_Close All"
+msgstr "_Mbylli të gjithë"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Close all open files"
+msgstr "Mbyll të gjithë files e hapur"
+
+#: ../gedit/gedit-ui.h:134
+msgid "_Previous Document"
+msgstr "Dokumenti _paraardhës"
+
+#: ../gedit/gedit-ui.h:135
+msgid "Activate previous document"
+msgstr "Aktivizon dokumentin paraardhës"
+
+#: ../gedit/gedit-ui.h:136
+msgid "_Next Document"
+msgstr "Dokumenti _në vijim"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Activate next document"
+msgstr "Aktivizon dokumentin pasardhës"
+
+#: ../gedit/gedit-ui.h:138
+msgid "_Move to New Window"
+msgstr "_Lëvize në një dritare të re"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Move the current document to a new window"
+msgstr "Lëviz dokumentin aktual në një dritare të re"
+
+#: ../gedit/gedit-ui.h:146
+msgid "Quit the program"
+msgstr "Dil nga programi"
+
+#: ../gedit/gedit-ui.h:151
+msgid "_Toolbar"
+msgstr "_Paneli i instrumentëve"
+
+#: ../gedit/gedit-ui.h:152
+msgid "Show or hide the toolbar in the current window"
+msgstr "Ndrysho dukshmërinë e shtyllës së instrumentëve në dritaren aktuale"
+
+#: ../gedit/gedit-ui.h:154
+msgid "_Statusbar"
+msgstr "_Shtylla e gjëndjes"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Show or hide the statusbar in the current window"
+msgstr "Ndrysho dukshmërinë e shtyllës së gjëndjes në dritaren aktuale"
+
+#: ../gedit/gedit-ui.h:157
+msgid "Side _Pane"
+msgstr "_Paneli anësor"
+
+#: ../gedit/gedit-ui.h:158
+msgid "Show or hide the side pane in the current window"
+msgstr "Shfaq apo fshih panelin anësor në dritaren aktuale"
+
+#: ../gedit/gedit-ui.h:164
+msgid "_Bottom Pane"
+msgstr "_Paneli inferior"
+
+#: ../gedit/gedit-ui.h:165
+msgid "Show or hide the bottom pane in the current window"
+msgstr "Shfaq apo fshih panelin inferior në dritaren aktuale"
+
+#: ../gedit/gedit-utils.c:1009
+msgid "Please check your installation."
+msgstr "Të lutem kontrollo instalimin."
+
+#: ../gedit/gedit-utils.c:1075
+#, c-format
+msgid "Unable to open ui file %s. Error: %s"
+msgstr "E pamundur hapja e file ui %s. Gabimi: %s"
+
+#: ../gedit/gedit-utils.c:1094
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "E pamundur gjetja e objektit '%s' në brendësi të file %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1249
+#, c-format
+msgid "/ on %s"
+msgstr "/ tek %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view.c:1214
+msgid "_Wrap Around"
+msgstr "_Rreth e qark"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view.c:1224
+msgid "Match _Entire Word Only"
+msgstr "V_etëm fjalën e plotë"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view.c:1234
+msgid "_Match Case"
+msgstr "Respekto shkronja të _mëdha/vogla"
+
+#: ../gedit/gedit-view.c:1322
+msgid "String you want to search for"
+msgstr "Fjala që dëshiron të kërkosh"
+
+#: ../gedit/gedit-view.c:1330
+msgid "Line you want to move the cursor to"
+msgstr "Rreshti ku doni të çoni kursorin"
+
+#: ../gedit/gedit-window.c:896
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Përdor mënyrën %s të vënies në dukje"
+
+#. add the "None" item before all the others
+#. Translators: "None" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:953
+msgid "None"
+msgstr "Asnjë"
+
+#: ../gedit/gedit-window.c:954
+msgid "Disable syntax highlighting"
+msgstr "Çaktivizo vënien në dukje të sintaksës"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1240
+#, c-format
+msgid "Open '%s'"
+msgstr "Hap :'%s'"
+
+#: ../gedit/gedit-window.c:1359
+msgid "Save"
+msgstr "Ruaj"
+
+#: ../gedit/gedit-window.c:1487
+msgid "Open a recently used file"
+msgstr "Hap një nga file të përdorur të fundit"
+
+#: ../gedit/gedit-window.c:1494
+msgid "Open"
+msgstr "Hap"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1544
+#, c-format
+msgid "Activate '%s'"
+msgstr "Aktivo '%s'"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Ndrysho shkronja të mëdha/vogla"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Ndrysho shkronja të mëdha/vogla tek teksti i zgjedhur."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:222
+msgid "C_hange Case"
+msgstr "N_drysho shkronja të mëdha/vogla"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:223
+msgid "All _Upper Case"
+msgstr "E gjitha me shkronja të _mëdha"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:224
+msgid "Change selected text to upper case"
+msgstr "Ndrysho në shkronja të mëdha tekstin e zgjedhur"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:226
+msgid "All _Lower Case"
+msgstr "E gjitha me shkronja të _vogla"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:227
+msgid "Change selected text to lower case"
+msgstr "Ndrysho në shkronja të vogla tekstin e zgjedhur"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:229
+msgid "_Invert Case"
+msgstr "_Inverto shkronja të mëdha/të vogla"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:230
+msgid "Invert the case of selected text"
+msgstr "Ndrysho shkronja të mëdha/vogla tek teksti i zgjedhur"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:232
+msgid "_Title Case"
+msgstr "Gërmat e _Titullit"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:233
+msgid "Capitalize the first letter of each selected word"
+msgstr "Kthe në të madhe gërmën e parë për secilën nga fjalët e zgjedhura"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Analizon dokumentin aktual dhe raporton numrin e fjalëve, rreshtave, dhe "
+"gërmave që ai përmban."
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+#: ../plugins/docinfo/docinfo.ui.h:8
+msgid "Document Statistics"
+msgstr "Statistikat e dokumentit"
+
+#: ../plugins/docinfo/docinfo.ui.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.ui.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">Emri i file</span>"
+
+#: ../plugins/docinfo/docinfo.ui.h:4
+msgid "Bytes"
+msgstr "Bytes"
+
+#: ../plugins/docinfo/docinfo.ui.h:5
+msgid "Characters (no spaces)"
+msgstr "Gërma (jo hapsirat)"
+
+#: ../plugins/docinfo/docinfo.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Gërma (së bashku me hapsirat)"
+
+#: ../plugins/docinfo/docinfo.ui.h:7
+msgid "Document"
+msgstr "Dokument"
+
+#: ../plugins/docinfo/docinfo.ui.h:9
+msgid "Lines"
+msgstr "Rreshta"
+
+#: ../plugins/docinfo/docinfo.ui.h:10
+msgid "Selection"
+msgstr "Zgjedhja"
+
+#: ../plugins/docinfo/docinfo.ui.h:11
+msgid "Words"
+msgstr "Fjalët"
+
+#: ../plugins/docinfo/docinfo.ui.h:12
+msgid "_Update"
+msgstr "_Përditëso"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:413
+msgid "_Document Statistics"
+msgstr "_Statistikat e dokumentit"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:415
+msgid "Get statistic info on current document"
+msgstr "Shiko informacionet statistikore për dokumentin aktual"
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:1
+msgid "Execute external commands and shell scripts."
+msgstr "Ekzekuto komanda të jashtme dhe script-e shell."
+
+#: ../plugins/externaltools/externaltools.gedit-plugin.desktop.in.h:2
+msgid "External Tools"
+msgstr "Instrumente të jashtëm"
+
+#: ../plugins/externaltools/tools/__init__.py:126
+msgid "_External Tools..."
+msgstr "Instrum_entë të jashtëm..."
+
+#: ../plugins/externaltools/tools/__init__.py:128
+msgid "Opens the External Tools Manager"
+msgstr "Hap menazhuesin e instrumentëve të jashtëm"
+
+#: ../plugins/externaltools/tools/__init__.py:158
+msgid "Shell Output"
+msgstr "Output i shell"
+
+#: ../plugins/externaltools/tools/functions.py:110
+msgid "You must be inside a word to run this command"
+msgstr "Duhet të ndodhesh në brendësi të një fjale për të ekzekutuar këtë komandë"
+
+#: ../plugins/externaltools/tools/functions.py:167
+msgid "Running tool:"
+msgstr "Në ekzekutim:"
+
+#: ../plugins/externaltools/tools/functions.py:190
+msgid "Done."
+msgstr "U plotësua."
+
+#: ../plugins/externaltools/tools/functions.py:192
+msgid "Exited"
+msgstr "U mbyll"
+
+#: ../plugins/externaltools/tools/manager.py:158
+#: ../plugins/externaltools/tools/manager.py:187
+#: ../plugins/externaltools/tools/manager.py:235
+#, python-format
+msgid "Edit tool <i>%s</i>:"
+msgstr "Ndrysho instrumentin <i>%s</i>:"
+
+#: ../plugins/externaltools/tools/manager.py:162
+msgid "A Brand New Tool"
+msgstr "Instrument i ri krijimi"
+
+#: ../plugins/externaltools/tools/manager.py:196
+msgid "New tool"
+msgstr "Instrument i re"
+
+#: ../plugins/externaltools/tools/manager.py:272
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ky përshpejtues ekziston e të çon tek %s"
+
+#: ../plugins/externaltools/tools/manager.py:318
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Shkruaj një përshpejtues të ri, ose shtyp \"Backspace\" për t'a fshirë"
+
+#: ../plugins/externaltools/tools/manager.py:320
+msgid "Type a new accelerator"
+msgstr "Shkruaj një përshpejtues të ri"
+
+#: ../plugins/externaltools/tools/outputpanel.py:78
+msgid "Stopped."
+msgstr "U ndërpre."
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Të gjithë dokumentët"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Të gjithë dokumentët me përjashtim të atyre pa titull"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Append to current document"
+msgstr "Shtoja dokumentit aktual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Co_mmand(s):"
+msgstr "Ko_manda(t):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Create new document"
+msgstr "Krijo një dokument të ri"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "Dokumenti aktual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current line"
+msgstr "Rreshti aktual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Zgjedhja aktuale"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current word"
+msgstr "Fjala aktuale"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Display in bottom pane"
+msgstr "Shfaq në panelin inferior"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Edit tool <i>make</i>:"
+msgstr "Ndrysho instrumentin <i>make</i>:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "External Tools Manager"
+msgstr "Përgjegjësi i instrumentëve të jashtëm"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Insert at cursor position"
+msgstr "Shto tek pozicioni i kursorit"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Local files only"
+msgstr "Vetëm files lokalë"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Nothing"
+msgstr "Asgjë"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Remote files only"
+msgstr "Vetëm files remote"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Replace current document"
+msgstr "Zëvendëso dokumentin aktual"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Replace current selection"
+msgstr "Zëvendëso pjesën e zgjedhur"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Untitled documents only"
+msgstr "Vetëm dokumentët pa tituj"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "_Applicability:"
+msgstr "_Aplikueshmëria:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "_Description:"
+msgstr "_Përshkrimi:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "_Input:"
+msgstr "_Input:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "_Output:"
+msgstr "_Output:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "_Save:"
+msgstr "_Ruaj:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "_Shortcut Key:"
+msgstr "Kombinimi për_shpejtues:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Tools:"
+msgstr "Ins_trumentë:"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Gjenero"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "Ekzekuton \"make\" në directory e dokumentit"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+msgid "Open a terminal in the document location"
+msgstr "Hap një terminal në pozicionin e dokumentit"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+msgid "Open terminal here"
+msgstr "Hap terminalin këtu"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Hiq hapësirat e fundit të rreshtit"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Heq hapësirat e fundit të rreshtit në file"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"Ekzekuton një komandë të personalizuar dhe vë rezultatin e saj në një "
+"dokument të ri"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Run command"
+msgstr "Ekzekuto një komandë"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:1
+msgid "Easy file access from the side pane"
+msgstr "Hyrje e lehtësuar në file nga paneli anësor"
+
+#: ../plugins/filebrowser/filebrowser.gedit-plugin.desktop.in.h:2
+msgid "File Browser Pane"
+msgstr "Shfletimi i file"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:230
+msgid "File System"
+msgstr "File e sistemit"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:1
+msgid "Enable Restore of Remote Locations"
+msgstr "Aktivizo restaurimin e pozicioneve në distancë"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:2
+msgid "File Browser Filter Mode"
+msgstr "Modaliteti i filtrimit të shfletimit të file"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:3
+msgid "File Browser Filter Pattern"
+msgstr "Modeli i filtrit të shfletimit të file"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:4
+msgid "File Browser Root Directory"
+msgstr "Directory bazë e shfletimit të file"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Directory bazë virtuale e shfletimit të file"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:6
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with nautilus etc)"
+msgstr ""
+"Nëse TRUE plugin i shfletimit të file shfaq directory e dokumentit të parë "
+"të hapur akoma të papërdorur. (Zakonisht aplikohet në hapjen e një dokumenti "
+"nga rreshti i komandës ose nga nautilus)"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:7
+msgid "Open With Tree View"
+msgstr "Hap paraqitjen e degëzuar"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:8
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Hap paraqitjen e degëzuar gjatë nisjes së plugin të shfletimit në vend të "
+"paraqitjes me libërshënues"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:9
+msgid "Set Location To First Document"
+msgstr "Cakto pozicionin tek dokumenti i parë"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:10
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Tregon nëse aktivizohet restaurimi i pozicioneve remote."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Directory bazë për tu përdorur gjatë nisjes së plugin të shfletimit të file "
+"nëse onload/tree_view është TRUE."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:12
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Directory bazë virtuale për tu përdorur gjatë nisjes së plugin të shfletimit "
+"të file nëse onload/tree_view është TRUE. Duhet të jetë gjithmonë një nivel "
+"më poshtë se directory bazë aktuale."
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:13
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Model i filtrit me të cilin të filtrohet shfletimi i file. Ky filtër "
+"aplikohet në modalitetin filter_mode"
+
+#: ../plugins/filebrowser/gedit-file-browser.schemas.in.h:14
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hidden (filter hidden files), binary "
+"(filter binary files) and hidden_and_binary (filter both hidden and binary "
+"files)."
+msgstr ""
+"Kjo vlerë përcakton se çfarë file filtrohen në shfletimin e file. Vlerat e "
+"mundshme janë: none (asnjë lloj filtrimi), hidden (filtron file e fshehur), "
+"binary (filtron file binarë) dhe hidden_and_binary (filtron si file e "
+"fshehur ashtu dhe file binarë)."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:596
+msgid "_Set root to active document"
+msgstr "_Cakto dokumentin aktual si bazë"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:598
+msgid "Set the root to the active document location"
+msgstr "Cakton si bazë pozicionin e dokumentit aktual"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:603
+msgid "_Open terminal here"
+msgstr "_Hap terminalin këtu"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:605
+msgid "Open a terminal at the currently opened directory"
+msgstr "Hap një terminal në directory e hapur aktualisht"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:739
+msgid "File Browser"
+msgstr "Shfletuesi i file"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:867
+msgid "An error occurred while creating a new directory"
+msgstr "U ndesh një gabim gjatë krijimit të një directory të re"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:870
+msgid "An error occurred while creating a new file"
+msgstr "U ndesh një gabim gjatë krijimit të një file të ri"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid "An error occurred while renaming a file or directory"
+msgstr "U ndesh një gabim gjatë ndryshimit të emrit të një file apo directory"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:880
+msgid "An error occurred while deleting a file or directory"
+msgstr "U ndesh një gabim gjatë eleminimit të një file apo directory"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "U ndesh një gabim gjatë hapjes së një directory në menazhuesin e file"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:889
+msgid "An error occurred while setting a root directory"
+msgstr "U ndesh një gabim gjatë përcaktimit të directory bazë"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:893
+msgid "An error occurred while loading a directory"
+msgstr "U ndesh një gabim gjatë ngarkimit të një directory"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:896
+msgid "An error occurred"
+msgstr "U verifikua një gabim"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1189
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"File nuk mund të çohet në kosh, dëshiron\n"
+"ta eleminosh përgjithmonë?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1193
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "E pamundur lëvizja e file «%s» në kosh."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1196
+msgid "The selected files cannot be moved to the trash."
+msgstr "File e zgjedhur nuk mund të hidhen në kosh."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1229
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "Jeni i sigurt që dëshironi të eleminoni përgjithmonë \"%s\"?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1232
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Je i sigurt që dëshiron të eleminosh përgjithmonë file e zgjedhur?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1235
+msgid "If you delete an item, it is permanently lost."
+msgstr "Një element i eleminuar do të humbasë përgjithmonë."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1631
+msgid "(Empty)"
+msgstr "(Bosh)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3129
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"File i riemërtuar është përjashtuar nga filtri. Ndrysho rregullimet e "
+"filtrit në menyrë që file të jetë i dukshëm"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3367
+msgid "file"
+msgstr "file"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3391
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"File i ri është përjashtuar nga filtri. Ndrysho rregullimet e filtrit në "
+"menyrë që file të jetë i dukshëm"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3419
+msgid "directory"
+msgstr "directory"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3439
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Dirctory e re është përjashtuar nga filtri. Ndrysho rregullimet e filtrit në "
+"menyrë që directory të jetë e dukshme"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:688
+msgid "Bookmarks"
+msgstr "Libërshënues"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:766
+msgid "_Filter"
+msgstr "_Filtro"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:771
+msgid "_Move To Trash"
+msgstr "_Lëviz në kosh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:772
+msgid "Move selected file or folder to trash"
+msgstr "Lëviz file apo directory e zgjedhur në kosh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:774
+msgid "_Delete"
+msgstr "_Elemino"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:775
+msgid "Delete selected file or folder"
+msgstr "Eleminon file apo kartelën e zgjedhur"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:781
+msgid "Up"
+msgstr "Sipër"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:782
+msgid "Open the parent folder"
+msgstr "Hap kartelën e nivelit superior"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:787
+msgid "_New Folder"
+msgstr "Kartelë e _re"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:788
+msgid "Add new empty folder"
+msgstr "Shton një kartelë të re bosh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:790
+msgid "New F_ile"
+msgstr "F_ile i ri"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:791
+msgid "Add new empty file"
+msgstr "Shton një file të ri bosh"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:796
+msgid "_Rename"
+msgstr "_Riemërto"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:797
+msgid "Rename selected file or folder"
+msgstr "Riemërton file apo kartelën e zgjedhur"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:803
+msgid "_Previous Location"
+msgstr "_Pozicioni paraardhës"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:805
+msgid "Go to the previous visited location"
+msgstr "Shkon tek pozicioni paraardhës i vizituar"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:807
+msgid "_Next Location"
+msgstr "Pozicioni në _vijim"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:808
+msgid "Go to the next visited location"
+msgstr "Shkon tek pozicioni në vijim i vizituar"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:809
+msgid "Re_fresh View"
+msgstr "Ri_fresko paraqitjen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:810
+msgid "Refresh the view"
+msgstr "Rifreskon paraqitjen"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:811
+msgid "_View Folder"
+msgstr "Shfa_q kartelën"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:812
+msgid "View folder in file manager"
+msgstr "Shfaq kartelën në menazhuesin e file"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:819
+msgid "Show _Hidden"
+msgstr "Shfaq të _padukshmit"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:820
+msgid "Show hidden files and folders"
+msgstr "Shfaq file dhe directory e fshehura"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:822
+msgid "Show _Binary"
+msgstr "Shfaq file _binarë"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:823
+msgid "Show binary files"
+msgstr "Shfaq file binarë"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:928
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:944
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:976
+msgid "Previous location"
+msgstr "Pozicioni paraardhës"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:932
+msgid "Go to previous location"
+msgstr "Shkon tek pozicioni paraardhës"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:937
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:969
+msgid "Go to a previously opened location"
+msgstr "Shkon tek një pozicion i hapur më parë"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:959
+msgid "Next location"
+msgstr "Pozicioni në vijim"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:963
+msgid "Go to next location"
+msgstr "Shkon tek pozicioni në vijim"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1142
+msgid "_Match Filename"
+msgstr "Emri i file _korrespondues"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1985
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Asnjë objekt montimi për volumin e montuar: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr "E pamundur hapja e media: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "I pamundur montimi i volumit: %s"
+
+#: ../plugins/indent/gedit-indent-plugin.c:56
+msgid "_Indent"
+msgstr "_Ngushto"
+
+#: ../plugins/indent/gedit-indent-plugin.c:58
+msgid "Indent selected lines"
+msgstr "Ngushto rreshtat e zgjedhur"
+
+#: ../plugins/indent/gedit-indent-plugin.c:63
+msgid "U_nindent"
+msgstr "Elemino _ngushtimin"
+
+#: ../plugins/indent/gedit-indent-plugin.c:65
+msgid "Unindent selected lines"
+msgstr "Elemino ngushtimin për rreshtat e zgjedhur"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent Lines"
+msgstr "Apliko një ngushtim rreshtave"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "Ngushto apo elemino ngushtimin për rreshtat e zgjedhur."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:1
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Suporti për gedit i stilit të shkrimit Emacs, Kate dhe Vim."
+
+#: ../plugins/modelines/modelines.gedit-plugin.desktop.in.h:2
+msgid "Modelines"
+msgstr "Modelines"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:1
+msgid "Interactive python console standing in the bottom panel"
+msgstr "Hap një konsolë python interaktive në panelin inferior"
+
+#: ../plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in.h:2
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:45
+msgid "Python Console"
+msgstr "Konsolë python"
+
+#: ../plugins/sample/gedit-sample-plugin.c:63
+msgid "Insert User Na_me"
+msgstr "Shto e_mrin e përdoruesit"
+
+#: ../plugins/sample/gedit-sample-plugin.c:65
+msgid "Insert the user name at the cursor position"
+msgstr "Shto emrin e përdoruesit tek pozicioni aktual i kursorit"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "Shto emrin e përdoruesit tek pozicioni aktual i kursorit."
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "Emri i përdoruesit"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:1
+msgid "Insert often used pieces of text in a fast way"
+msgstr "Shton pjesët e përdorura më shpesh të tekstit në menyrë të shpejtë"
+
+#: ../plugins/snippets/snippets.gedit-plugin.desktop.in.h:2
+msgid "Snippets"
+msgstr "Snippet"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "<b>Activation</b>"
+msgstr "<b>Aktivizimi</b>"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "Krijo snippet të ri"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+#: ../plugins/snippets/snippets/Manager.py:407
+msgid "Delete selected snippet"
+msgstr "Elemino snippet e zgjedhur"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Export selected snippets"
+msgstr "Eksporto snippet e zgjedhur"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+#: ../plugins/snippets/snippets/Manager.py:789
+msgid "Import snippets"
+msgstr "Importo snippet"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "S_hortcut key:"
+msgstr "Pulsanti për_shpejtues:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Pulsanti përshpejtues me të cilin snippet aktivizohet"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+#: ../plugins/snippets/snippets/Manager.py:678
+msgid "Single word with which the snippet is activated after pressing tab"
+msgstr "Fjala e vetme me të cilën snippet aktivizohet mbas shtypjes së pulsantit tab"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Snippets Manager"
+msgstr "Menazhuesi i snippet"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Drop targets:"
+msgstr "Ri_lësho objektivët:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "_Edit:"
+msgstr "_Ndrysho:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Snippets:"
+msgstr "_Snippet:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "_Tab trigger:"
+msgstr "_Tab trigger:"
+
+#: ../plugins/snippets/snippets/WindowHelper.py:74
+msgid "Manage _Snippets..."
+msgstr "Menazhuesi i _snippet..."
+
+#: ../plugins/snippets/snippets/WindowHelper.py:75
+msgid "Manage snippets"
+msgstr "Menazhon snippet"
+
+#: ../plugins/snippets/snippets/Manager.py:45
+msgid "Snippets archive"
+msgstr "Arkivi i snippet"
+
+#: ../plugins/snippets/snippets/Manager.py:69
+msgid "Add a new snippet..."
+msgstr "Shto një snippet të ri..."
+
+#: ../plugins/snippets/snippets/Manager.py:119
+msgid "Global"
+msgstr "Global"
+
+#: ../plugins/snippets/snippets/Manager.py:404
+msgid "Revert selected snippet"
+msgstr "Rikthe snippet e zgjedhur"
+
+#: ../plugins/snippets/snippets/Manager.py:673
+msgid ""
+"This is not a valid tab trigger. Triggers can either contain letters or a "
+"single, non alphanumeric, character like {, [, etcetera."
+msgstr ""
+"Nuk është një tab trigger i vlefshëm. Trigger-ët mund të përmbajnë shkronja "
+"ose një simbol të vetëm, jo alfanumerik, si {, [, etj... ."
+
+#: ../plugins/snippets/snippets/Manager.py:768
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Gjatë importimit u ndesh gabimi në vijim: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:775
+msgid "Import succesfully completed"
+msgstr "Importimi u plotësua me sukses"
+
+#: ../plugins/snippets/snippets/Manager.py:794
+#: ../plugins/snippets/snippets/Manager.py:880
+#: ../plugins/snippets/snippets/Manager.py:943
+msgid "All supported archives"
+msgstr "Të gjithë arkivët e suportuar"
+
+#: ../plugins/snippets/snippets/Manager.py:795
+#: ../plugins/snippets/snippets/Manager.py:881
+#: ../plugins/snippets/snippets/Manager.py:944
+msgid "Gzip compressed archive"
+msgstr "Arkiv i kompresuar me gzip"
+
+#: ../plugins/snippets/snippets/Manager.py:796
+#: ../plugins/snippets/snippets/Manager.py:882
+#: ../plugins/snippets/snippets/Manager.py:945
+msgid "Bzip compressed archive"
+msgstr "Arkiv i kompresuar me bzip"
+
+#: ../plugins/snippets/snippets/Manager.py:797
+msgid "Single snippets file"
+msgstr "File snippet i vetëm"
+
+#: ../plugins/snippets/snippets/Manager.py:798
+#: ../plugins/snippets/snippets/Manager.py:884
+#: ../plugins/snippets/snippets/Manager.py:947
+msgid "All files"
+msgstr "Të gjithë file"
+
+#: ../plugins/snippets/snippets/Manager.py:810
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Gjatë eksportimit u ndesh gabimi në vijim: %s"
+
+#: ../plugins/snippets/snippets/Manager.py:814
+msgid "Export succesfully completed"
+msgstr "Eksportimi u plotësua me sukses"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/Manager.py:854
+#: ../plugins/snippets/snippets/Manager.py:921
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Përfshin në eksportim snippet e zgjedhur të <b> sistemit</b>?"
+
+#: ../plugins/snippets/snippets/Manager.py:869
+#: ../plugins/snippets/snippets/Manager.py:939
+msgid "There are no snippets selected to be exported"
+msgstr "Nuk ka snippet të zgjedhur për eksportim"
+
+#: ../plugins/snippets/snippets/Manager.py:874
+#: ../plugins/snippets/snippets/Manager.py:912
+msgid "Export snippets"
+msgstr "Eksporto snippet"
+
+#: ../plugins/snippets/snippets/Manager.py:1051
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Shkruaj një përshpejtim të ri, ose shtyp Backspace për të pastruar"
+
+#: ../plugins/snippets/snippets/Manager.py:1053
+msgid "Type a new shortcut"
+msgstr "Shkruaj një përshpejtim të ri"
+
+#: ../plugins/snippets/snippets/Exporter.py:65
+#, python-format
+msgid "The archive `%s` could not be created"
+msgstr "Arkivi «%s» nuk mund të krijohet"
+
+#: ../plugins/snippets/snippets/Exporter.py:82
+#, python-format
+msgid "Target directory `%s` does not exist"
+msgstr "Directory e destinimit «%s» nuk ekziston"
+
+#: ../plugins/snippets/snippets/Exporter.py:85
+#, python-format
+msgid "Target directory `%s` is not a valid directory"
+msgstr "Directory e destinimit «%s» nuk është një directory e vlefshme"
+
+#: ../plugins/snippets/snippets/Importer.py:29
+#: ../plugins/snippets/snippets/Importer.py:83
+#, python-format
+msgid "File `%s` does not exist"
+msgstr "File «%s» nuk ekziston"
+
+#: ../plugins/snippets/snippets/Importer.py:32
+#, python-format
+msgid "File `%s` is not a valid snippets file"
+msgstr "File «%s» nuk është një file i vlefshëm snippet"
+
+#: ../plugins/snippets/snippets/Importer.py:42
+#, python-format
+msgid "Imported file `%s` is not a valid snippets file"
+msgstr "File i importuar «%s» nuk ështl një file i vlefshëm snippet"
+
+#: ../plugins/snippets/snippets/Importer.py:52
+#, python-format
+msgid "The archive `%s` could not be extracted"
+msgstr "Arkivi «%s» nuk mund të hapet"
+
+#: ../plugins/snippets/snippets/Importer.py:70
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "File në vijim nuk mund të importohet: %s"
+
+#: ../plugins/snippets/snippets/Importer.py:86
+#: ../plugins/snippets/snippets/Importer.py:99
+#, python-format
+msgid "File `%s` is not a valid snippets archive"
+msgstr "File «%s» nuk është një arkiv i vlefshëm snippet"
+
+#: ../plugins/snippets/snippets/Placeholder.py:550
+#, python-format
+msgid ""
+"Execution of the python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "Ekzekutimi i komandës python (%s) tejkaloi kohën maksimum, do të ndërpritet."
+
+#: ../plugins/snippets/snippets/Placeholder.py:558
+#, python-format
+msgid "Execution of the python command (%s) failed: %s"
+msgstr "Ekzekutimi i komandës python (%s) dështoi: %s"
+
+#: ../plugins/snippets/snippets/Placeholder.py:564
+msgid "The following python code, run in a snippet, does not return a value"
+msgstr "Kodi python në vijim, i zbatuar në një snippet, nuk kthen asnjë vlerë"
+
+#: ../plugins/sort/gedit-sort-plugin.c:80
+msgid "S_ort..."
+msgstr "R_enditja..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:82
+msgid "Sort the current document or selection"
+msgstr "Rendit dokumentin aktual apo tekstin e zgjedhur"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.ui.h:3
+msgid "Sort"
+msgstr "Renditja"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Rendit dokumentin aktual apo tekstin e zgjedhur."
+
+#: ../plugins/sort/sort.ui.h:1
+msgid "R_emove duplicates"
+msgstr "El_emino të duplikuarët"
+
+#: ../plugins/sort/sort.ui.h:2
+msgid "S_tart at column:"
+msgstr "F_illo nga kollona:"
+
+#: ../plugins/sort/sort.ui.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Operacionet e renditjes nuk mund të anullohen."
+
+#: ../plugins/sort/sort.ui.h:5
+msgid "_Ignore case"
+msgstr "Shpërf_ill shkronja të mëdha/vogla"
+
+#: ../plugins/sort/sort.ui.h:6
+msgid "_Reverse order"
+msgstr "Renditje në të kundë_rt"
+
+#: ../plugins/sort/sort.ui.h:7
+msgid "_Sort"
+msgstr "_Renditja"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:418
+#: ../plugins/spell/gedit-spell-checker-dialog.c:479
+msgid "(no suggested words)"
+msgstr "(asnjë fjalë e propozuar)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:442
+msgid "_More..."
+msgstr "_Akoma..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:497
+msgid "_Ignore All"
+msgstr "_Injoroi të gjitha"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:512
+msgid "_Add"
+msgstr "_Shto"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:551
+msgid "_Spelling Suggestions..."
+msgstr "_Propozime drejtshkrimore"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:279
+msgid "Check Spelling"
+msgstr "Kontrolli i drejtshkrimit"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:290
+msgid "Suggestions"
+msgstr "Propozime"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:585
+msgid "(correct spelling)"
+msgstr "(drejtshkrim korrekt)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:728
+msgid "Completed spell checking"
+msgstr "Kontrolli i drejtshkrimit u kompletua"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: the first %s is the language name, and the
+#. * second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#: ../plugins/spell/gedit-spell-checker-language.c:287
+#: ../plugins/spell/gedit-spell-checker-language.c:295
+#, c-format
+msgid "language|%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:306
+#, c-format
+msgid "language|Unknown (%s)"
+msgstr "Nuk njihet (%s)"
+
+#. Translators: The text before the "|" is context to help you decide on
+#. * the correct translation. You MUST OMIT it in the translated string.
+#. * Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:414
+msgid "language|Default"
+msgstr "E paracaktuar"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:139
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Set language"
+msgstr "Vendos gjuhën"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:188
+msgid "Languages"
+msgstr "Gjuhët"
+
+#: ../plugins/spell/gedit-spell-plugin.c:70
+msgid "_Check Spelling"
+msgstr "_Kontrollo drejtshkrimin"
+
+#: ../plugins/spell/gedit-spell-plugin.c:72
+msgid "Check the current document for incorrect spelling"
+msgstr "Kontrollo dokumentin aktual për gabime drejtshkrimi"
+
+#: ../plugins/spell/gedit-spell-plugin.c:78
+msgid "Set _Language..."
+msgstr "Përcakto _gjuhën..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:80
+msgid "Set the language of the current document"
+msgstr "Përcakto gjuhën e dokumentit aktual"
+
+#: ../plugins/spell/gedit-spell-plugin.c:89
+msgid "_Autocheck Spelling"
+msgstr "Kontroll _automatik i drejtshkrimit"
+
+#: ../plugins/spell/gedit-spell-plugin.c:91
+msgid "Automatically spell-check the current document"
+msgstr "Kontrollo automatikisht drejtshkrimin tek dokumenti aktual"
+
+#: ../plugins/spell/gedit-spell-plugin.c:749
+msgid "The document is empty."
+msgstr "Dokumenti është bosh."
+
+#: ../plugins/spell/gedit-spell-plugin.c:781
+msgid "No misspelled words"
+msgstr "Asnjë fjalë e gabuar"
+
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Select the _language of the current document."
+msgstr "Zgjidh _gjuhën e dokumentit aktual."
+
+#: ../plugins/spell/spell-checker.ui.h:1 ../plugins/time/time.ui.h:2
+msgid "*"
+msgstr "*"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Gjuha</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "<b>word</b>"
+msgstr "<b>fjala</b>"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Add w_ord"
+msgstr "Shto fj_alë"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Cha_nge"
+msgstr "N_drysho"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "Change A_ll"
+msgstr "Ndryshoi të gj_itha"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "Change _to:"
+msgstr "Ndryshoje _në:"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Check _Word"
+msgstr "Kontrollo _fjalën"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Check spelling"
+msgstr "Kontrollo drejtshkrimin"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Ignore _All"
+msgstr "Shpërfilli të _gjitha"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "Language:"
+msgstr "Gjuha:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Misspelled word:"
+msgstr "Fjala e gabuar:"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "User dictionary:"
+msgstr "Fjalori i përdoruesit:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "_Ignore"
+msgstr "_Shpërfill"
+
+#: ../plugins/spell/spell-checker.ui.h:15
+msgid "_Suggestions:"
+msgstr "_Propozime:"
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Kontrollon drejtshkrimin e dokumentit aktual."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell Checker"
+msgstr "Kontrolli ortografik"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:94
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:687
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:703
+msgid "Tags"
+msgstr "Tags"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:599
+msgid "Select the group of tags you want to use"
+msgstr "Zgjidh grupin e tags që dëshiron të përdorësh"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:618
+msgid "_Preview"
+msgstr "_Pamja e parë"
+
+#: ../plugins/taglist/gedit-taglist-plugin-panel.c:684
+msgid "Available Tag Lists"
+msgstr "Lista e Tag në dispozicion"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "Forma e shkurtër"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "Shkurtim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "Sipër"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "Simboli i kyçit të açesibilitetit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "Akronim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "Rreshtimi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "Simbol rreshtimi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "Alternativ"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "Spiranca"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "URI spirancës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "File kodi klase applet"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Applet class file code (deprecated)"
+msgstr "File kodi klase applet (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Array"
+msgstr "Rreshtimi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Associated information"
+msgstr "Informacioni shoqërues"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "Author info"
+msgstr "Informacione të autorit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Axis related headers"
+msgstr "Headers relativë të akseve"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background color"
+msgstr "Ngjyra e sfondit"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Background color (deprecated)"
+msgstr "Ngjyra e sfondit (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Background texture tile"
+msgstr "File i figurës së sfondit"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Background texture tile (deprecated)"
+msgstr "File i figurës së sfondit (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Base URI"
+msgstr "URI Bazë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Base font"
+msgstr "Gërma bazë"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Base font (deprecated)"
+msgstr "Gërma bazë (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Bold"
+msgstr "Me të trasha"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Border"
+msgstr "Korniza"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Border (deprecated)"
+msgstr "Korniza (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Border color"
+msgstr "Ngjyra e kornizës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Cell rowspan"
+msgstr "Shtrirja e qelisë në rreshta"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Center"
+msgstr "Në qendër"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Center (deprecated)"
+msgstr "Në qendër (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Character encoding of linked resource"
+msgstr "Kodifikimi i gërmave të një rezerve të jashtme"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Checked (state)"
+msgstr "Zgjedhur (gjëndja)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Checked state"
+msgstr "Gjëndja zgjedhur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Citation"
+msgstr "Citim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Cite reason for change"
+msgstr "Tregon shkakun e ndryshimit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Class implementation ID"
+msgstr "ID ekezekutimi të klasës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Class list"
+msgstr "Lista e klasave"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Clear text flow control"
+msgstr "Fshin kontrollin e fluksit të tekstit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "Code content type"
+msgstr "Lloji i kodit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "Color of selected links"
+msgstr "Ngjyra e lidhjeve të zgjedhura"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Color of selected links (deprecated)"
+msgstr "Ngjyra e lidhjeve të zgjedhura (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:49
+msgid "Column span"
+msgstr "Gjerësia në kollona"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:50
+msgid "Columns"
+msgstr "Kollona"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:51
+msgid "Comment"
+msgstr "Komenti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Computer code fragment"
+msgstr "Fragment kodi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Content scheme"
+msgstr "Skema përmbajtjes"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Content type"
+msgstr "Lloji i përmbajtjes"
+
+#. The "type" attribute is deprecated for the "ol" tag only,
+#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Content type (deprecated)"
+msgstr "Lloji i përmbajtjes (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Coordinates"
+msgstr "Koordinata"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "DIV Style container"
+msgstr "Përmbajtës DIV me stil"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "DIV container"
+msgstr "Përmbajtës DIV"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Date and time of change"
+msgstr "Data dhe ora e ndryshimit"
+
+#. NOTE: used in "object" tag
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Declare flag"
+msgstr "Deklarimi i shenjës"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Defer attribute"
+msgstr "Atributi defer"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+msgid "Definition description"
+msgstr "Përshkrimi i përcaktimit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Definition list"
+msgstr "Lista përcaktimeve"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Definition term"
+msgstr "Termi i përcaktimit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Deleted text"
+msgstr "Tekst i fshirë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "Direction"
+msgstr "Drejtimi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Directionality"
+msgstr "Orientimi"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Directionality (deprecated)"
+msgstr "Orientimi (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Directory list"
+msgstr "Lista e directory"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Disabled"
+msgstr "Çaktivizuar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Document base"
+msgstr "Baza e dokumentit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Document body"
+msgstr "Trupi i dokumentit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Document head"
+msgstr "Kreu i dokumentit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Document title"
+msgstr "Titulli i dokumentit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Document type"
+msgstr "Lloji i dokumentit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Element ID"
+msgstr "ID e elementit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Embedded object"
+msgstr "Objekti i trupëzuar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "Thekset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Encode type"
+msgstr "Lloji i kodifikimit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Figure"
+msgstr "Figura"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Font face"
+msgstr "Lloji i gërmave"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Font face (deprecated)"
+msgstr "Lloji i gërmave (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "For label"
+msgstr "Etiketa for"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Forced line break"
+msgstr "Ndërprerje e detyruar e rreshtit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Form"
+msgstr "Formular"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "Form action handler"
+msgstr "Trajtues veprimesh të formularit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "Form control group"
+msgstr "Grup kontrolli formulari"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "Form field label text"
+msgstr "Etiketa e fushës së formularit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "Form input"
+msgstr "Input i form"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "Form input type"
+msgstr "Input i form me lloj"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "Form method"
+msgstr "Metodë e form"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Forward link"
+msgstr "Lidhja përpara"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Frame"
+msgstr "Kornizë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Frame render parts"
+msgstr "Pjesë të frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Frame source"
+msgstr "Burimi i frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Frame target"
+msgstr "Destinimi i frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Frameborder"
+msgstr "Korniza e frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Frameset"
+msgstr "Frameset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Frameset columns"
+msgstr "Kollonat e frameset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Frameset rows"
+msgstr "Rreshtat e frameset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Framespacing"
+msgstr "Hapsira e frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Generic embedded object"
+msgstr "Objekt i trupzuar i përgjithshëm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "Generic metainformation"
+msgstr "Metainformacion i përgjithshëm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Generic span"
+msgstr "Hapsirë e përgjithshme"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "HREF URI"
+msgstr "HREF URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "HTML - Special Characters"
+msgstr "HTML - Simbole specialë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "HTML - Tags"
+msgstr "HTML - Tags"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "HTML root element"
+msgstr "Elementi bazë HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "HTML version"
+msgstr "Versioni HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "HTTP header name"
+msgstr "Emri i titullit HTTP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Header cell ID's"
+msgstr "ID e qelisë së kreut"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Heading"
+msgstr "Titulli"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Heading 1"
+msgstr "Titulli 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Heading 2"
+msgstr "Titulli 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Heading 3"
+msgstr "Titulli 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Heading 4"
+msgstr "Titulli 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Heading 5"
+msgstr "Titulli 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Heading 6"
+msgstr "Titulli 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Height"
+msgstr "Lartësia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "Horizontal rule"
+msgstr "Shirit horizontal"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "Horizontal space"
+msgstr "Hapësira horizontale"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Horizontal space (deprecated)"
+msgstr "Hapësira horizontale (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "HttP header name"
+msgstr "Emri i titullit HttP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "I18N BiDi over-ride"
+msgstr "I18N BiDi over-ride"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Image"
+msgstr "Figura"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Image map"
+msgstr "Harta e figurës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Image map area"
+msgstr "Zona e hartës së figurës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Image map name"
+msgstr "Emri i hartës së figurës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Image source"
+msgstr "Burimi i figurës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Inline frame"
+msgstr "Strukturë në linjë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Inline layer"
+msgstr "Nivel në linjë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Inserted text"
+msgstr "Teksti i shtuar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Instance definition"
+msgstr "Përkufizimi i shembullit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Italic text"
+msgstr "Tekst Italic"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Java applet"
+msgstr "Miniapliaktiv Java"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Java applet (deprecated)"
+msgstr "Miniapliaktiv Java (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Label"
+msgstr "Etiketa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "Language code"
+msgstr "Kodi i gjuhës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "Large text style"
+msgstr "Stili i tekstit të madh"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "Layer"
+msgstr "Nivel"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "Link color"
+msgstr "Ngjyrë lidhje"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "Link color (deprecated)"
+msgstr "Ngjyrë lidhje (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "List item"
+msgstr "Element liste"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "List of MIME types for file upload"
+msgstr "Lista e llojeve MIME për ngarkimin e file"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "List of supported character sets"
+msgstr "Lista e grupeve të suportuar të simboleve"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Listing"
+msgstr "Lista"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Local change to font"
+msgstr "Ndryshimi lokal në shkronja"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Long description link"
+msgstr "Lidhja me përshkrimin e plotë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Long quotation"
+msgstr "Kuotim i gjatë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "Mail link"
+msgstr "Lidhje mail"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "Margin pixel height"
+msgstr "Lartësia e pixel kufizues"
+
+#. Supported in XHTML 1.0 Frameset DTD only.
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "Margin pixel width"
+msgstr "Gjerësia e pixel kufizues"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "Marquee"
+msgstr "Shënim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "Maximum length of text field"
+msgstr "Gjatësia maksimum i fushës së tekstit"
+
+#. Here I take some liberties: There's no mandatory attributes,
+#. but those are most common, and will likely be used.
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "Media-independent link"
+msgstr "Lidhje e varur-nga-mjeti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "Menu list"
+msgstr "Listë me menu"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "Menu list (deprecated)"
+msgstr "Listë me menu (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "Multi-line text field"
+msgstr "Fusha e teksteve shumë-rreshtash"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "Multicolumn"
+msgstr "Shumë kollonëshe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "Multiple"
+msgstr "Shumëfishe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "Name"
+msgstr "Emri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "Named property value"
+msgstr "Vlera e një pronësie me emër"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Next ID"
+msgstr "ID në vijim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "No URI"
+msgstr "Pa URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "No embedded objects"
+msgstr "Pa objekte të trupëzuar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "No frames"
+msgstr "Pa korniza"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "No layers"
+msgstr "Pa nivele"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "No line break"
+msgstr "Ndalo ndërprerjen e rreshtit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "No resize"
+msgstr "Ndalo ndryshimin e madhësisë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "No script"
+msgstr "Pa script"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "No shade"
+msgstr "Pa hije"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "No shade (deprecated)"
+msgstr "Pa hije (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "No word wrap"
+msgstr "Jo në krye automatikisht"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "No word wrap (deprecated)"
+msgstr "Jo në krye automatikisht (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "Non-breaking space"
+msgstr "Hapësirë jo përfunduese"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Note"
+msgstr "Shënim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Object applet file"
+msgstr "File i miniaplikativit të një objekti"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Object applet file (deprecated)"
+msgstr "File i miniaplikativit të një objekti (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Object data reference"
+msgstr "Riferues i të dhënave të objektit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Offset for alignment character"
+msgstr "Spostimi për simbolin e rreshtimit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "OnBlur event"
+msgstr "Aksioni OnBlur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "OnChange event"
+msgstr "Aksioni OnChange"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "OnClick event"
+msgstr "Aksioni OnClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "OnDblClick event"
+msgstr "Aksioni OnDblClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "OnFocus event"
+msgstr "Aksioni OnFocus"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "OnKeyDown event"
+msgstr "Aksioni OnKeyDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "OnKeyPress event"
+msgstr "Aksioni OnKeyPress"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "OnKeyUp event"
+msgstr "Aksioni OnKeyUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "OnLoad event"
+msgstr "Aksioni OnLoad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "OnMouseDown event"
+msgstr "Aksioni OnMouseDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "OnMouseMove event"
+msgstr "Aksioni OnMouseMove"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "OnMouseOut event"
+msgstr "Aksioni OnMouseOut"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "OnMouseOver event"
+msgstr "Aksioni OnMouseOver"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "OnMouseUp event"
+msgstr "Aksioni OnMouseUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "OnReset event"
+msgstr "Aksioni OnReset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "OnSelect event"
+msgstr "Aksioni OnSelect"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "OnSubmit event"
+msgstr "Aksioni OnSubmit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "OnUnload event"
+msgstr "Aksioni OnUnload"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Option group"
+msgstr "Grupi opcioneve"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Option selector"
+msgstr "Zgjedhësi opcioneve"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Ordered list"
+msgstr "Listë e renditur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Output media"
+msgstr "Mjeti i daljes"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Paragraph"
+msgstr "Paragrafi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Paragraph class"
+msgstr "Klasa e paragrafëve"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Paragraph style"
+msgstr "Stili i paragrafit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Preformatted listing"
+msgstr "Listë e preformatuar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Preformatted text"
+msgstr "Tekst i preformatuar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Profile metainfo dictionary"
+msgstr "Fjalori i informacioneve të profilit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Prompt message"
+msgstr "Mesazh përshëndetës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Push button"
+msgstr "Buton push"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Quote"
+msgstr "Citim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Range"
+msgstr "Interval"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "ReadOnly text and password"
+msgstr "Tekst dhe fjalëkalim vetëm në lexim"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Reduced spacing"
+msgstr "Hapësirë e reduktuar"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Reduced spacing (deprecated)"
+msgstr "Hapësirë e reduktuar (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Reverse link"
+msgstr "Lidhje e kundërt"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Root"
+msgstr "Root"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Rows"
+msgstr "Rreshtat"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Rulings between rows and columns"
+msgstr "Rregullat midis rreshtave dhe kollonave"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Sample program output, scripts"
+msgstr "Shembull rezultat programi, script-e"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Scope covered by header cells"
+msgstr "Qëllimi i qelive të titullit"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Script language name"
+msgstr "Gjuha e script-it"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Script statments"
+msgstr "Script"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Scrollbar"
+msgstr "Shtylla e rrëshkitjes"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Selectable option"
+msgstr "Opsion i zgjedhshëm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Selected"
+msgstr "Zgjedhur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Server-side image map"
+msgstr "Harta e figurës ana server"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Shape"
+msgstr "Forma"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Short inline quotation"
+msgstr "Citim i shkurtër në linjë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Single line prompt"
+msgstr "Promt me rresht të vetëm"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "Size"
+msgstr "Madhësia"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Size (deprecated)"
+msgstr "Madhësia (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Small text style"
+msgstr "Stili i tekstit të vogël"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Soft line break"
+msgstr "Ndërprerje rreshti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Sound"
+msgstr "Zëri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Source"
+msgstr "Burimi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Space separated archive list"
+msgstr "Listë arkivesh të ndarë me hapësirë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Spacer"
+msgstr "Veçues"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Spacing between cells"
+msgstr "Hapësira ndërmjet qelive"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Spacing within cells"
+msgstr "Kufiri qelive"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:263
+msgid "Span"
+msgstr "Span"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:264
+msgid "Square root"
+msgstr "Rrënjë katrore"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:265
+msgid "Standby load msg"
+msgstr "Mesazh i pritjes së ngarkimit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:266
+msgid "Starting sequence number"
+msgstr "Fillimi numërimit"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:268
+msgid "Starting sequence number (deprecated)"
+msgstr "Fillimi numërimit (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:269
+msgid "Strike-through text"
+msgstr "Tekst i vizuar"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:271
+msgid "Strike-through text (deprecated)"
+msgstr "Tekst i vizuar (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:272
+msgid "Strike-through text style"
+msgstr "Stil teksti të vizuar"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:274
+msgid "Strike-through text style (deprecated)"
+msgstr "Stil teksti të vizuar (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:275
+msgid "Strong emphasis"
+msgstr "Theks i fortë"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:276
+msgid "Style info"
+msgstr "Informacione mbi stilin"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:277
+msgid "Subscript"
+msgstr "Subscript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:278
+msgid "Superscript"
+msgstr "Superscript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:279
+msgid "Tab order position"
+msgstr "Pozicioni Tab"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:280
+msgid "Table"
+msgstr "Tabela"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:281
+msgid "Table body"
+msgstr "Trupi i tabelës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:282
+msgid "Table caption"
+msgstr "Kreu i tabelës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:283
+msgid "Table column group properties"
+msgstr "Pronësitë e grupit të kollonave të tabelës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:284
+msgid "Table column properties"
+msgstr "Pronësitë e kollonova të tabelës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:285
+msgid "Table data cell"
+msgstr "Qeli të dhënash tabele"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:286
+msgid "Table footer"
+msgstr "Fundi i tabelës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:287
+msgid "Table header"
+msgstr "Titull i tabelës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:288
+msgid "Table header cell"
+msgstr "Qelia kreut të tabelës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:289
+msgid "Table row"
+msgstr "Rreshti i tabelës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:290
+msgid "Table summary"
+msgstr "Përmbledhja tabelës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:291
+msgid "Target - Blank"
+msgstr "Destinimi - Blank"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:292
+msgid "Target - Parent"
+msgstr "Destinimi - Parent"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:293
+msgid "Target - Self"
+msgstr "Destinimi - Self"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:294
+msgid "Target - Top"
+msgstr "Destinimi - Top"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:295
+msgid "Teletype or monospace text style"
+msgstr "Shkronja me hapësira fikse (teletype)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:296
+msgid "Text"
+msgstr "Teksti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:297
+msgid "Text color"
+msgstr "Ngjyra e tekstit"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:299
+msgid "Text color (deprecated)"
+msgstr "Ngjyra e tekstit (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:300
+msgid "Text entered by user"
+msgstr "Teksti i shkruar nga përdoruesi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:301
+msgid "Title"
+msgstr "Titulli"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:302
+msgid "Topmargin in pixels"
+msgstr "Kufiri i sipërm në pixel"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:303
+msgid "URL"
+msgstr "URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:304
+msgid "Underlined text style"
+msgstr "I nënvizuar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:305
+msgid "Unordered list"
+msgstr "Listë jo e renditur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:306
+msgid "Use image map"
+msgstr "Përdor hartën e figurës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:307
+msgid "Value"
+msgstr "Vlera"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:308
+msgid "Value interpretation"
+msgstr "Interpretimi i vlerës"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:309
+msgid "Variable or program argument"
+msgstr "E ndryshueshme ose parametër programi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:310
+msgid "Vertical cell alignment"
+msgstr "Drejtimi vertikal i qelive"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:311
+msgid "Vertical space"
+msgstr "Hapësira vertikale"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:313
+msgid "Vertical space (deprecated)"
+msgstr "Hapësira vertikale (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:314
+msgid "Visited link color"
+msgstr "Ngjyra e lidhjes së vizituar"
+
+#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
+#: ../plugins/taglist/HTML.tags.xml.in.h:316
+msgid "Visited link color (deprecated)"
+msgstr "Ngjyra e lidhjes së vizituar (nuk përdoret më)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:317
+msgid "Width"
+msgstr "Gjerësia"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:318
+msgid "XHTML 1.0 - Tags"
+msgstr "XHTML 1.0 - Tag"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr "Bibliografi (citim)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr "Bibliografi (element)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr "Bibliografi (shortcite)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr "Bibliografia (thebibliography)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "Kllapa ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr "Kllapa <>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "Kllapa []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "Kllapa {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "Input nga file"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "Shënim fund'faqeje"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "Funksion cosinus"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "Funksion e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "Funksion exp"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "Funksion log"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "Funksion log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "Funksion sinus"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "Greke: alfa"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "Greke: beta"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "Greke: epsilon"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "Greke:gamma"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "Greke: lambda"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "Greke: rho"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "Greke: tau"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "Titull 0 (chapter)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "Titull 0 (chapter*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "Titull 1 (section)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "Titull 1 (section*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "Titull 2 (subsection)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "Titull 2 (subsection*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "Titull 3 (subsubsection)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "Titull 3 (subsubsection*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "Titull 4 (paragraph)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "Titull appendix"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "Elementi"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "Zë me etiketë"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "Latex - Tag"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "Përshkrimi i listës"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "List enumerate"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "List itemize"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "Matematikë (display)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "Matematikë (inline)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "Operator pjestues"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "Operator integral (display)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "Operator integral (inline)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "Operator shuma (display)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "Operator shuma (inline)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "Niveli riferues"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "Reference ref"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr "Simboli <<"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr "Simboli <="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr "Simboli >="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr "Simboli >>"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "Simbol and"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "Simboli: konstante"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "Simboli: »d në dt«"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "Simboli: »d në dt« i pjesshëm"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "Simboli: »d2 në dt2« i pjesshëm"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "Simboli: dagger"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "Simboli equiv"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "Simboli vizë --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "Simboli vizë ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "Simboli infinity"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "Simboli matematik: ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "Simboli matematik: ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "Simboli matematik: _"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "Simboli matematik: __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "Simboli simeq"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "Simboli yllëz"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "Gërma të trasha"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "Gërma të pjerrta"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "Gërma të përkulura"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "Lloji i gërmave"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "Tekst unbreakable"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"Afron një metodë për të shtuar me lehtësi në brendësi të një dokumenti tags/"
+"strings më të përdorur pa patur nevojë që t'i shkruash."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Lista e tag"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "XSLT - Akse"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT - Elementë"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT - Funksione"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "pasardhës"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "pasardhës ose vetvetja"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "karakteristika"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "bir"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "pasardhës"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "pasardhës ose vetvetja"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "vijues"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "vijues-vëlla"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "namespace"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "prind"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "paraardhës"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "paraardhës-vëlla"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "vetvetja"
+
+#: ../plugins/taglist/XUL.tags.xml.in.h:1
+msgid "XUL - Tags"
+msgstr "XUL - Tag"
+
+#: ../plugins/time/gedit-time-plugin.c:180
+msgid "In_sert Date and Time..."
+msgstr "Sh_to datën dhe orën..."
+
+#: ../plugins/time/gedit-time-plugin.c:182
+msgid "Insert current date and time at the cursor position"
+msgstr "Shto datën dhe orën aktuale tek pozicioni i kursorit"
+
+#: ../plugins/time/gedit-time-plugin.c:611
+msgid "Available formats"
+msgstr "Formatet në dispozicion"
+
+#: ../plugins/time/gedit-time-plugin.c:759
+msgid "Configure insert date/time plugin..."
+msgstr "Konfiguro plugin e «Shto datën dhe orën»..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Shto datën/orën"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Shto datën dhe orën aktuale tek pozicioni i kursorit."
+
+#: ../plugins/time/time.ui.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.ui.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> Kur shton datën dhe orën...</span>"
+
+#: ../plugins/time/time.ui.h:5
+msgid "Configure date/time plugin"
+msgstr "Konfiguro plugin e «Shto datën dhe orën»"
+
+#: ../plugins/time/time.ui.h:6
+msgid "Insert Date and Time"
+msgstr "Shto datën dhe orën"
+
+#: ../plugins/time/time.ui.h:7
+msgid "Use the _selected format"
+msgstr "Përdor formatin e _zgjedhur"
+
+#: ../plugins/time/time.ui.h:8
+msgid "_Insert"
+msgstr "_Ndërfut"
+
+#: ../plugins/time/time.ui.h:9
+msgid "_Prompt for a format"
+msgstr "_Kërko formatin"
+
+#: ../plugins/time/time.ui.h:10
+msgid "_Use custom format"
+msgstr "_Përdor një format të personalizuar"
+
diff --git a/po/sr.po b/po/sr.po
new file mode 100644
index 0000000..ce52006
--- /dev/null
+++ b/po/sr.po
@@ -0,0 +1,4361 @@
+# Serbian translation of gedit
+# Courtesy of Prevod.org team (http://prevod.org/) -- 2003—2022.
+# This file is distributed under the same license as the gedit package.
+# Горан Ракић <grakic@devbase.net>
+# Данило Шеган <danilo@prevod.org>, 2005.
+# Игор Несторовић <igor@prevod.org>, 2005.
+# Бранко Кокановић <branko.kokanovic@gmail.com>, 2010.
+# Милош Поповић <gpopac@gmail.com>, 2015.
+# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2011—2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-11-20 13:57+0000\n"
+"PO-Revision-Date: 2022-11-20 14:44+0100\n"
+"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
+"Language-Team: Serbian <српски <gnome-sr@googlegroups.org>>\n"
+"Language: sr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
+"X-Project-Style: gnome\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "Вилењакова бележница"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Уређивач текста"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "Вилењакова бележница је свеопште наменски уређивач текста."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Главни циљ Вилењакове бележнице је да буде лак за коришћење, уз "
+"подразумевано коришћење једноставног сучеља. Напредније могућности су "
+"доступне омогућавањем прикључака."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Уређујте текстуалне документе"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr ""
+"Text;Editor;Plaintext;Write;текст;уређивач;обичан текст;писање;гедит;tekst;"
+"uređivač;običan tekst;pisanje;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Нови прозор"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Нови документ"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Користи подразумевани фонт"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Да ли ће бити коришћен подразумевани фонт система сталне ширине за приказ "
+"текста уместо фонта наведеног у подешавањима Вилењакове бележнице. Ако је "
+"ова опција искључена, фонт наведен у опцији „Фонт уређивача“ ће бити "
+"коришћен уместо фонта система."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Фонт уређивача"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Поставке стила"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"ИД поставке стила Прегледа Гтк извора који се користи за бојење текста."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Прављење резервних примерака"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Да ли Вилењакова бележница треба да направи резервне примерке приликом "
+"чувања датотека."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Периодично чување"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Да ли ће програм сам да сачува измењену датотеку после одређеног временског "
+"интервала. Можете поставити временски интервал помоћу опције „Време "
+"периодичног чувања“."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Време периодичног чувања"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Број минута након којих ће програм аутоматски сачувати измењену датотеку. "
+"Ово ће једино имати дејства уколико је опција „Периодично чување“ укључена."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Највећи број опозваних радњи"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Највећи број радњи које ће програм моћи да опозове или понови. Користите "
+"„-1“ за неограничени број радњи."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Начин прелома реда"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Одређује начин прелома дугих редова у области за уређивање. Користите „none“ "
+"за искључивање прелома, „word“ за прелом на крају речи, и „char“ за прелом "
+"између знакова. Обратите пажњу да су вредности осетљиве на велика или мала "
+"слова, па се уверите да их користите на исти начин као што су овде наведене."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Последњи избор начина поделе за начин прелома реда"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Наводи последњи начин поделе коришћен са начином прелома реда, тако да када "
+"је начин поделе искључен још увек се памти избор начина поделе. Користите "
+"„word“ за прелом након речи, и „char“ за прелом након појединачног знака."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Величина језичка"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Одређује број размака који ће бити приказани уместо знака табулатора."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Уметање размака"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Да ли програм треба да уметне размаке уместо табулатора."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Самоувлачење у раду"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Да ли програм треба да омогући аутоматско увлачење."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Приказ бројева редова"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Да ли програм треба да прикаже бројеве редова у простору за уређивање текста."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Истицање текућег реда"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Да ли програм треба да истиче текући ред."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Истицање упарених заграда"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Да ли програм треба да истакне упарене заграде."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Приказ десне маргине"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Да ли програм треба да прикаже десну маргину у простору за уређивање текста."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Положај десне маргине"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Одређује положај десне маргине."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Врста шаблона за позадину документа"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Одређује да ли се позадина документа приказује у виду шаблона."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Паметне типке „Home/End“"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Одређује како се курсор помера када се притисну тастери Home и End. "
+"Користите „disabled“ за стално враћање на почетак/крај реда, „after“ за "
+"померање на почетак/крај реда по првом притиску и на почетак/крај текста "
+"занемаријући размаке по другом притиску, „before“ за померање на почетак/"
+"крај текста пре померања на почетак/крај реда и „always“ за померање на "
+"почетак/крај текста уместо на почетак/крај реда."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Враћање претходног положаја курсора"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Да ли програм треба да поврати претходну позицију курсора након учитавања "
+"датотеке."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Укључивање истицања синтаксе"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Да ли програм треба да омогући истицање синтаксе."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Укључивање истицања претраге"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Да ли програм треба да истакне све појаве пронађеног текста."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Осигурава праћење новог реда"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Да ли програм треба да осигура да се документи увек завршавају пратећим "
+"новим редом."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Режим приказивања језичака бележнице"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Одређује када ће бити приказани језичци бележнице. Користите „never“ да "
+"никада неби били приказани, „always“ да би увек били приказани, и „auto“ да "
+"би били приказани само ако има више од једног језичка. Обратите пажњу да су "
+"вредности осетљиве на велика или мала слова, па се уверите да их користите "
+"на исти начин као што су овде наведене."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Приказ траке стања"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Да ли трака стања на дну прозора за уређивање текста треба да буде видљива."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Приказ бочне површи"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Да ли бочна површ на левој страни прозора за уређивање текста треба да буде "
+"видљива."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Штампање истицања синтаксе"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Да ли програм треба да истиче синтаксу приликом штампања докумената."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Штампање заглавља"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Да ли програм треба да укључи заглавље документа приликом штампања."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Начин прелома штампаног реда"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Одређује начин преламања дугих редова за штампање. Користите „none“ за "
+"искључивање прелома, „word“ за прелом на крају речи, и „char“ за прелом "
+"између знакова. Обратите пажњу да су вредности осетљиве на велика или мала "
+"слова, па се уверите да их користите на исти начин као што су овде наведене."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Штампање бројева редова"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Уколико је вредност 0, програм неће уметати бројеве редова приликом штампања "
+"документа. У супротном, програм ће штампати број реда за сваки број реда."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Фонт за штампање"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Одређује који ће фонт бити коришћен за тело документа приликом штампања."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Фонт за штампање заглавља"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Одређује који ће фонт бити коришћен за штампање заглавља странице. Ово ће "
+"једино имати ефекта ако је укључена опција „Штампање заглавља“."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Фонт за штампање броја реда"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Одређује који ће фонт бити коришћен за штампање бројева редова. Ово ће "
+"једино имати ефекта уколико опција „Штампање бројева редова“ није постављена "
+"на 0."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Лева маргина"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Лева маргина у милиметрима."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Горња маргина"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Горња маргина у милиметрима."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Десна маргина"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Десна маргина у милиметрима."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Доља маргина"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Доња маргина у милиметрима."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Кодирањe"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Списак кодирања која се приказују у листи „Кодирање знакова“ унутар "
+"прозорчета за отварање/чување датотека. „CURRENT“ означава тренутно локално "
+"кодирање. Само препозната кодирања се користе. Подразумевана вредност је "
+"празан списак, при чему ће програм изабрати одговарајуће вредности за вашу "
+"државу и језик."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Покренути прикључци"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Списак покренутих прикључака."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Прикажи издање програма"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Приказује списак могућих вредности за кодирање"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Поставља кодирање знакова које се користи при отварању датотека датих у "
+"наредби"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "КОДНИ РАСПОРЕД"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+"Прави нови прозор највишег нивоа у постојећем примерку Вилењакове бележнице"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Прави нови документ у постојећој Вилењаковој бележници"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Отвара датотеке и блокира процес све док се датотеке не затворе"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Покреће програм у самосталном режиму"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[ДАТОТЕКА...] [+РЕД[:КОЛОНА]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Дошло је до грешке при приказивању помоћи."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: неисправан кодни запис."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Затвори _без чувања"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:94
+#: gedit/gedit-io-error-info-bar.c:293 gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Откажи"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "Сачувај _као…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Сачувај"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Измене у последњој %ld секунди ће бити трајно одбачене уколико их не "
+"сачувате."
+msgstr[1] ""
+"Измене у последње %ld секунде ће бити трајно одбачене уколико не сачувате."
+msgstr[2] ""
+"Измене у последњих %ld секунди ће бити трајно одбачене уколико не сачувате."
+msgstr[3] ""
+"Измене у последњој секунди ће бити трајно одбачене уколико не сачувате."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "Измене у последњем минуту ће бити трајно одбачене уколико не сачувате."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Измене у последњем минуту и %ld секунди ће бити трајно одбачене уколико не "
+"сачувате."
+msgstr[1] ""
+"Измене у последњем минуту и %ld секунде ће бити трајно одбачене уколико не "
+"сачувате."
+msgstr[2] ""
+"Измене у последњем минуту и %ld секунди ће бити трајно одбачене уколико не "
+"сачувате."
+msgstr[3] ""
+"Измене у последњем минуту ће бити трајно одбачене уколико не сачувате."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Измене у последњем %ld минуту ће бити трајно одбачене уколико не сачувате."
+msgstr[1] ""
+"Измене у последња %ld минута ће бити трајно одбачене уколико не сачувате."
+msgstr[2] ""
+"Измене у последњих %ld минута ће бити трајно одбачене уколико не сачувате."
+msgstr[3] ""
+"Измене у последњем минуту ће бити трајно одбачене уколико не сачувате."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Измене током последњег часа ће бити трајно одбачене уколико не сачувате."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Измене у последњем часу и %d минуту ће бити трајно одбачене уколико не "
+"сачувате."
+msgstr[1] ""
+"Измене у последњем часу и %d минута ће бити трајно одбачене уколико не "
+"сачувате."
+msgstr[2] ""
+"Измене у последњем часу и %d минута ће бити трајно одбачене уколико не "
+"сачувате."
+msgstr[3] ""
+"Измене у последњем часу ће бити трајно одбачене уколико не сачувате."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Измене у последњих %d часа ће бити трајно одбачене уколико не сачувате."
+msgstr[1] ""
+"Измене у последња %d часа ће бити трајно одбачене уколико не сачувате."
+msgstr[2] ""
+"Измене у последњих %d часова ће бити трајно одбачене уколико не сачувате."
+msgstr[3] ""
+"Измене у последњем часу ће бити трајно одбачене уколико не сачувате."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Да сачувам измене у документу „%s“ пре затварања?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "%d документ има несачуване измене. Да сачувам измене пре затварања?"
+msgstr[1] ""
+"%d документа имају несачуване измене. Да сачувам измене пре затварања?"
+msgstr[2] ""
+"%d докумената има несачуване измене. Да сачувам измене пре затварања?"
+msgstr[3] "Документ има несачуване измене. Да сачувам измене пре затварања?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "Изаберите _документе које желите да сачувате:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Уколико их не сачувате, све ваше измене биће трајно изгубљене."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Учитавам датотеку „%s“…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Учитавам %d датотеку…"
+msgstr[1] "Учитавам %d датотеке…"
+msgstr[2] "Учитавам %d датотека…"
+msgstr[3] "Учитавам датотеку…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Датотека „%s“ је само за читање."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Да ли желите да покушате да је замените оном коју снимате?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Замени"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Да сачувам датотеку користећи сажимање?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Да сачувам датотеку као обичан текст?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Датотека „%s“ је претходно сачувана као обичан текст а сада ће бити сачувана "
+"користећи сажимање."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Сачувај користећи сажимање"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Датотека „%s“ је претходно сачувана користећи сажимање а сада ће бити "
+"сачувана као обичан текст."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Сачувај као обичан текст"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Чувам датотеку „%s“…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Чување датотеке"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Вршим повраћај документа „%s“…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Да повратим несачуване измене у документу „%s“?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Измене учињене у документу у последњој %ld секунди ће бити трајно одбачене."
+msgstr[1] ""
+"Измене учињене у документу у последње %ld секунде ће бити трајно одбачене."
+msgstr[2] ""
+"Измене учињене у документу у последњих %ld секунди ће бити трајно одбачене."
+msgstr[3] ""
+"Измене учињене у документу у последњој секунди ће бити трајно одбачене."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Измене учињене у документу у последњем минуту ће бити трајно одбачене."
+
+# можда „за последњи минут и %ld секунде“?
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Измене учињене у документу у последњем минуту и %ld секунди ће бити трајно "
+"одбачене."
+msgstr[1] ""
+"Измене учињене у документу у последњем минуту и %ld секунде ће бити трајно "
+"одбачене."
+msgstr[2] ""
+"Измене учињене у документу у последњем минуту и %ld секунди ће бити трајно "
+"одбачене."
+msgstr[3] ""
+"Измене учињене у документу у последњем минуту ће бити трајно одбачене."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Измене учињене у документу у последњем %ld минуту ће бити трајно одбачене."
+msgstr[1] ""
+"Измене учињене у документу у последња %ld минута ће бити трајно одбачене."
+msgstr[2] ""
+"Измене учињене у документу у последњих %ld минута ће бити трајно одбачене."
+msgstr[3] ""
+"Измене учињене у документу у последњем минуту ће бити трајно одбачене."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Измене учињене у документу током последњег часа ће бити трајно одбачене."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Измене учињене у документу у последњем часу и %d минут ће бити трајно "
+"одбачене."
+msgstr[1] ""
+"Измене учињене у документу у последњем часу и %d минута ће бити трајно "
+"одбачене."
+msgstr[2] ""
+"Измене учињене у документу у последњем часу и %d минута ће бити трајно "
+"одбачене."
+msgstr[3] ""
+"Измене учињене у документу у последњем часу ће бити трајно одбачене."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Измене учињене у документу у последњем %d часу ће бити трајно одбачене."
+msgstr[1] ""
+"Измене учињене у документу у последња %d часа ће бити трајно одбачене."
+msgstr[2] ""
+"Измене учињене у документу у последњих %d часова ће бити трајно одбачене."
+msgstr[3] ""
+"Измене учињене у документу у последњем часу ће бити трајно одбачене."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "Пов_рати"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Главни аутори:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Такође се веома захваљујемо:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "и многим другим доприносиоцима."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr ""
+"Вилењакова бележница је лак за коришћење и општесврсисходан уређивач текста"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Горан Ракић <grakic@devbase.net>\n"
+"Данило Шеган <danilo@prevod.org>\n"
+"Страхиња Радић <vilinkamen@mail.ru>\n"
+"Игор Несторовић <igor@prevod.org>\n"
+"Слободан Д. Средојевић <slobo@akrep.be>\n"
+"Бранко Кокановић <branko.kokanovic@gmail.com>\n"
+"Милош Поповић <gpopac@gmail.com>\n"
+"Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
+"Марко М. Костић <marko.m.kostic@gmail.com>\n"
+"\n"
+"https://гном.срб — превод Гнома на српски језик"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Пронашао сам и заменио %d појаву"
+msgstr[1] "Пронашао сам и заменио %d појаве"
+msgstr[2] "Пронашао сам и заменио %d појава"
+msgstr[3] "Пронашао сам и заменио %d појаву"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Пронашао сам и заменио једну појаву"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "Нисам пронашао „%s“"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Група језичка %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Само читање"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Текући локалитет (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Самостално препознат"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Додај или уклони…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (текући локалитет)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Да ли заиста желите да поништите подешавања за кодирање знакова?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Поништи"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Додај"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Уклони"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Дај већи приоритет"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Дај мањи приоритет"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Неименован документ „%d“"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Све датотеке"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Све текстуалне датотеке"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Кодирање зн_акова:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "За_вршетак линије:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Отворене датотеке"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Отвори"
+
+#: gedit/gedit-io-error-info-bar.c:90 gedit/gedit-io-error-info-bar.c:282
+msgid "_Retry"
+msgstr "_Пробај поново"
+
+#: gedit/gedit-io-error-info-bar.c:114
+#| msgid "“%s” not found"
+msgid "File not found."
+msgstr "Нисам нашао датотеку."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:133
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "Места „%s:“ нису подржана."
+
+#: gedit/gedit-io-error-info-bar.c:142
+msgid "The location of the file cannot be accessed."
+msgstr "Не могу да приступим путањи датотеке."
+
+#: gedit/gedit-io-error-info-bar.c:146
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "„%s“ није исправна путања."
+
+#: gedit/gedit-io-error-info-bar.c:147
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Проверите да ли сте тачно навели путању (место) и покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:180
+#, c-format
+#| msgid "“%s” not found"
+msgid "Hostname “%s” not known."
+msgstr "Назив домаћина „%s“ није познат."
+
+#: gedit/gedit-io-error-info-bar.c:181
+msgid "The problem could come from the proxy settings."
+msgstr "Проблем може бити у поставкама посредника."
+
+#: gedit/gedit-io-error-info-bar.c:215
+#| msgid ""
+#| "Cannot find the requested file. Perhaps it has recently been deleted."
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "Нисам нашао датотеку. Можда је недавно обрисана."
+
+#: gedit/gedit-io-error-info-bar.c:225
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Не могу да повратим датотеку „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:250
+msgid "Ch_aracter Encoding:"
+msgstr "Кодирање _знака:"
+
+#: gedit/gedit-io-error-info-bar.c:288
+#| msgid "Edit Any_way"
+msgid "_Edit Anyway"
+msgstr "_Ипак уреди"
+
+#: gedit/gedit-io-error-info-bar.c:326
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Не могу да нађем тражену датотеку јер је број веза за праћење ограничен."
+
+#: gedit/gedit-io-error-info-bar.c:331
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Немате потребне дозволе да отворите датотеку."
+
+#: gedit/gedit-io-error-info-bar.c:337
+msgid "Unable to detect the character encoding."
+msgstr "Не могу да препознам кодирање знакова."
+
+#: gedit/gedit-io-error-info-bar.c:338 gedit/gedit-io-error-info-bar.c:361
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Проверите да не покушавате да отворите извршну датотеку."
+
+#: gedit/gedit-io-error-info-bar.c:339
+msgid "Select a character encoding from the menu and try again."
+msgstr "Изаберите кодирање знакова из изборника и покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Дошло је до грешке при отварању датотеке „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:346
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Датотека коју сте отворили има неке неисправне знакове. Ако наставите да "
+"уређујете ову датотеку, можете да је оштетите."
+
+#: gedit/gedit-io-error-info-bar.c:349
+msgid "You can also choose another character encoding and try again."
+msgstr "Изаберите кодирање знакова из изборника и покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:358
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Не могу да отворим датотеку „%s“ помоћу кодирања знакова „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:362 gedit/gedit-io-error-info-bar.c:417
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Изаберите неко друго кодирање знакова из изборника и покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:374
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Не могу да отворим датотеку „%s“."
+
+#: gedit/gedit-io-error-info-bar.c:412
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Не могу да сачувам датотеку „%s“ користећи „%s“ кодирање знакова."
+
+#: gedit/gedit-io-error-info-bar.c:415
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Документ садржи један или више знакова који не могу бити претворени "
+"коришћењем задатог кодног записа знакова."
+
+#: gedit/gedit-io-error-info-bar.c:460
+#, c-format
+#| msgid "The file “%s” has been modified since reading it."
+msgid "The file “%s” has been externally modified."
+msgstr "Датотека „%s“ је измењена споља."
+
+#: gedit/gedit-io-error-info-bar.c:461
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Ако је сачувате, све спољне измене могу бити изгубљене. Сачуваћете је и "
+"поред тога?"
+
+#: gedit/gedit-io-error-info-bar.c:468
+msgid "S_ave Anyway"
+msgstr "С_ачувај и поред тога"
+
+#: gedit/gedit-io-error-info-bar.c:472
+msgid "D_on’t Save"
+msgstr "_Немој сачувати"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:502
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Не могу да рукујем „%s:“ путањама у режиму уписа. Проверите да ли сте унели "
+"исправну путању и покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:509
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Не могу да радим са овим путањама у режиму уписа. Проверите да ли сте унели "
+"исправну путању и покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:518
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"„%s“ није исправна путања. Проверите да ли сте унели исправну путању и "
+"покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:525
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Немате неопходне дозволе да сачувате датотеку. Проверите да ли сте унели "
+"исправну путању и покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Нема довољно простора на диску да сачувате датотеку. Ослободите простор на "
+"диску и покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:536
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Покушавате да сачувате датотеку на диску на којем упис није дозвољен. "
+"Проверите да ли сте путању укуцали исправно и покушајте поново."
+
+#: gedit/gedit-io-error-info-bar.c:542
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"Постоји још једна датотека са истим називом. Користите неки други назив."
+
+#: gedit/gedit-io-error-info-bar.c:547
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Диск на који покушавате да сачувате датотеку има ограничење на дужину назива "
+"датотека. Употребите краћи назив."
+
+#: gedit/gedit-io-error-info-bar.c:562
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Не могу да сачувам датотеку „%s“."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Кликните на ово дугме да изаберете фонт који ће бити коришћен у уређивачу"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Користи фонт система сталне ширине (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Изабрана шема боја не може бити инсталирана: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Одабрана поставка боја не може бити постављена."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Додај шему боја"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "Дод_ај шему"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Датотеке са поставкама боја"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Не могу да уклоним поставку боја „%s“."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Припремам…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Датотека: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "Страница %N од %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Исцртавам %d. страницу од %d…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Уређивач текста"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Страница %d од %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ништа"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Нађи и замени"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ПРЕП"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "УБАЦ"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Постоје грешке у %d листу"
+msgstr[1] "Постоје грешке у %d листа"
+msgstr[2] "Постоје грешке у %d листова"
+msgstr[3] "Постоје грешке у једном листу"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Враћам документ „%s“ из фасцикле „%s“"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "Враћам документ „%s“"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Учитавам документ „%s“ из фасцикле „%s“"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "Учитавам „%s“"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:912
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Чувам документ „%s“ у фацикли „%s“"
+
+#: gedit/gedit-tab.c:917
+#, c-format
+msgid "Saving %s"
+msgstr "Чувам „%s“"
+
+#: gedit/gedit-tab.c:1490
+#, c-format
+msgid "Error opening file %s"
+msgstr "Грешка при отварању датотеке „%s“"
+
+#: gedit/gedit-tab.c:1495
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Не могу да повратим документ „%s“"
+
+#: gedit/gedit-tab.c:1500
+#, c-format
+msgid "Error saving file %s"
+msgstr "Грешка приликом чувања датотеке „%s“"
+
+#: gedit/gedit-tab.c:1531
+msgid "Name:"
+msgstr "Назив:"
+
+#: gedit/gedit-tab.c:1532
+msgid "MIME Type:"
+msgstr "МИМЕ врста:"
+
+#: gedit/gedit-tab.c:1533
+msgid "Encoding:"
+msgstr "Кодирање:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ на „%s“"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Уникс/Линукс"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Мек ОС класични"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Виндоуз"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d од %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Преламај _около"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Поклопи као _регуларни израз"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Упореди само целе _речи"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Упореди _величину слова"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Ниска коју желите да потражите"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Ред на који желите да поставите курсор"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Поклапање заграда је изван опсега"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Нисам пронашао поклапање заграда"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Поклапање заграда се налазе у реду: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " ред %d, кол %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Ширина табулатора: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Обичан текст"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Имате несачуваних докумената"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Промените страницу бочне површи"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Документи"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Отворите датотеку"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Отворите скоро коришћену датотеку"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Премести _лево"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Премести _десно"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Премести у _нови прозор"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Премести у нову _групу језичака"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Затвори"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Самостално увлачење"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Користи размаке"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Прикажи бројеве редова"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Прикажи десну маргину"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Истакни текући ред"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Прелом текста"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Датотека"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Нови"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "_Скорашњи документи"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Поново отвори затворени _језичак"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Сачувај _као…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Нови прозор"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Поново учитај"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Штампај…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "_Изађи"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Уређивање"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Опозови"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Понови"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "_Исеци"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Копирај"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "У_баци"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Обриши"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Начин _преписивања"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Изабери _све"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Поставке"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "Пре_глед"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Бочна _површ"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Доња површ"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Преко целог екана"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Режим истицања…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "Пре_трага"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Нађи…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Нађи _следеће"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Нађи _претходно"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Нађи и _замени…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "Уклони _истицање"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "_Иди на ред…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Алати"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Документа"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Сачувај све"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Затвори све"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Нова група језичка"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Претходна група језичка"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "_Следећа група језичка"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Претходни документ"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "_Наредни документ"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Премести у _нови прозор"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "По_моћ"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_О Вилењаковој бележници"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Сачувај _све"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Нађи и _замени…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_Иди на ред…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "Пречице на _тастатури"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Кодирања знакова"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Примени"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "_Доступна кодирања"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "_Изабрана кодирања"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Опис"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Кодирање"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Поставке"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Прикажи бројеве ре_дова"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Прикажи десну _маргину у колони:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Прикажи траку _стања"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Прикажи шаблон са _мрежом"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Прелом текста"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Укључи _преламање текста"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Немој _делити речи у два реда"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Истицање"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Истакни текући _ред"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Истакни упарене _заграде"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Преглед"
+
+# bug(slobo):nesigurno: da li su ovo jezicci ili tabulatori?
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Табулатори"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Ширина _табулатора:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Уметни _размаке уместо табулатора"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Омогући _аутоматско увлачење"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Чување датотека"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Направи _резервни примерак датотека пре чувања"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Сам сачувај датотеке сваких"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_минута"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Уређивач"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Фонт"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Фонт _уређивача: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Изаберите фонт уређивача"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Шема боја"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Инсталирајте шему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Инсталирај шему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Уклоните шему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Уклони шему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Фонт и боје"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Прикључци"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Истицање синтаксе"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Штампај истицање _синтаксе"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Бројеви редова"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Испиши бројеве _редова"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "Испиши _број након"
+
+# bug(slobo): plural-forms?
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "редова"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Заглавље стране"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Испиши _заглавља страница"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Фонтови"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "Те_ло:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Бројеви _редова:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "За_главља и подножја:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Пов_рати подразумеване фонтове"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Прикажите претходну страницу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Прикажите следећу страницу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Текућа страница (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "од"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Укупан број страна"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Укупан број страна у документу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Прикажите више страница одједном"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Увећај 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Увећајте да испуни целу страницу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Увећајте страницу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Умањите страницу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Затворите преглед пред штампу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Затвори преглед штампе"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Преглед пред штампу"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Прегледајте страницу документа коју желите да одштампате"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "_Замени све"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Нађи"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Нађ_и "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Замени _са "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Упореди величину слова"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Упореди само _целе речи"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Ре_гуларни израз"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Тражи _уназад"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Преламај _около"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Документи"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Направи нови документ у језичку"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Отвори документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Сачувај документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Сачувај документ под новим именом датотеке"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Сачувај све документе"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Затвори документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Затвори све документе"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Поново отвори последње затворени документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Пребаци се на следећи документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Пребаци се на претходни документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Пребаци се на први – девети документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Прозори и површи"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Направи нови документ у прозору"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Направи нову групу језичка"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Прикажи бочну површ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Прикажи доњу површ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Укључи или искључи приказ преко целог екрана"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Изађи из програма"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Нађи и замени"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Нађи"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Нађи следеће подударање"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Нађи претходно подударање"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Очисти истицање"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Опозови и понови"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Опозови претходну наредбу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Понови претходну наредбу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Избор"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Изабери сав текст"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Одбаци одабир целог текста"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Копирај и убаци"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Копирај изабрани текст у оставу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Исеци копирани текст у оставу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Убаци текст из оставе"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Навигација"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Иди на ред"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Иди на почетак тренутне линије"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Иди на крај тренутне линије"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Иди на почетак документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Иди на крај документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Помери приказ нагоре унутар датотеке"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Помери приказ надоле унутар датотеке"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Помери приказ на крај датотеке"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Помери приказ на почетак датотеке"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Иди на упарену заграду"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Иди на претходну групу језичака"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Иди на следећу групу језичка"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Уређивање"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Укључи или исљкучи убацивање или преписивање"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Мења стање видљивости показивача миша"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Обриши тренутни ред"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Помери тренутни ред на горе"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Помери тренутни ред на доле"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Помери тренутну реч улево"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Помери тренутну реч удесно"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Претвори у велика слова"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Претвори у мала слова"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Обрни величину слова"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Повећај број на показивачу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Смањи број на показивачу"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Алати"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Провера писања"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Штампај документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Прикажи прозор за самодопуњавање"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Опште"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Прикажи помоћ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Отвори изборник"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Пречице на тастатури"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Затвори документ"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Направите нови документ"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Нови"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Сачувајте тренутну датотеку"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Сачувај"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Сакриј панел"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Напустите цео екран"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Статистика документа"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+"Анализира тренутни документ и извештава о броју речи, редова, знакова, и "
+"знакова без размака."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Статистика _документа"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Документ"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Избор"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Редови"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Речи"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Знакова (са размацима)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Знакова (без размака)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Бајтова"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Изгради"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Изврши наредбу „make“ у фасцикли докумената"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Овде отвори терминал"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Отворите терминал са почетком у отвореној фасцикли"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Уклони завршне размаке"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Уклања бескорисне размаке и празнине на крају реда у датотеци"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Извршите наредбу"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Покреће наредбу и смешта њен излаз у нови документ"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Пошаљите у „fpaste“"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Пребаците изабрани текст или текући документ у „fpaste“"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Спољни алати"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Извршава спољне наредбе и скрипте љуске."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Да ли ће бити коришћен фонт система"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ако је изабрано, спољни алати ће користити стони, глобални стандардни фонт "
+"ако је фонт утврђене ширине (у супротном ће се користити најсличнији фонт "
+"који се може наћи)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Назив Панго фонта. Примери су „Sans 12“ или „Monospace Bold 14“."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Управљај сп_ољним алатима…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Спољни _алати"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Не могу да извршим наредбу: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Морате бити унутар неке речи да бисте извршили ову наредбу"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Покренути алат:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Урађено."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Изашао"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Сви језици"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Сви језици"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Нови алат"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ова пречица је већ везана за „%s“"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Упишите нову пречицу или очистите тастером за брисање"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Унесите нову пречицу"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Заустављен."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Заустави алат"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Увек доступан"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Сви документи"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Сви документи изузев оних без наслова"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Само локалне датотеке"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Само удаљене датотеке"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Само ненасловљени документи"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Текући документ"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Тренутно изабрано"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Тренутно изабрано (подразумевано у документу)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Текући ред"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Текућа реч"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Прикажите у области на дну"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Направите нови документ"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Припојте тренутном документу"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Замените текући документ"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Замените тренутно изабрани текст"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Уметните на позицију курсора"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Управљај спољним алатима"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Додајте нови алат"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Додај алат"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Уклоните изабрани алат"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Уклони алат"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Вратите алат"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Врати алат"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Тастер _пречице:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Сачувај:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "У_лаз:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "И_злаз:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "П_рименљивост:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Излаз алата"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Површ са прегледачем датотека"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Лак приступ датотекама из бочне области."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Лична фасцикла"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Систем датотека"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "Прегледач датотека"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "Дошло је до грешке при прављењу нове фасцикле"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "Дошло је до грешке при прављењу нове датотеке"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "Дошло је до грешке при преименовању датотеке или фасцикле"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "Дошло је до грешке при брисању датотеке или фасцикле"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Дошло је до грешке при отварању фасцикле у прегледачу датотека"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "Дошло је до грешке при постављању коренске фасцикле"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "Дошло је до грешке током учитавања фасцикле"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "Дошло је до грешке"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Не могу да преместим датотеку у смеће.\n"
+"Да ли желите да је обришете трајно?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Датотека „%s“ не може бити премештена у смеће."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "Одабрана датотека не може бити премештена у смеће."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Да ли сигурно желите да трајно обришете „%s“?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Да ли сигурно желите да трајно обришете одабране датотеке?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "Уколико обришете неку ставку, биће заувек изгубљена."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Празно)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Преименована датотека је одстрањена филтером. Морате прилагодити подешавања "
+"пропуштања како бисте је учинили видљивом"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Неименована датотека"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Нова датотека је одстрањена филтером. Морате прилагодити подешавања "
+"пропуштања како бисте је учинили видљивом"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Неименована фасцикла"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Нови директоријум је одстрањен филтером. Морате прилагодити подешавања "
+"пропуштања како бисте га учинили видљивим"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Обележивачи"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Не постоји објекат монтирања за монтирани диск: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Не могу да отворим медијум: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Не могу да монтирам диск: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Грешка током учитавања „%s“: Нема такве фасцикле"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Отварање у прегледу стаблом"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Приказује стабло када се прегледач датотека учита уместо прегледа обележивача"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Корени директоријум у прегледачу датотека"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Корени директоријум прегледника датотека који ће бити коришћен приликом "
+"учитавања прикључка прегледника датотека и када је изабрано „onload/"
+"tree_view“."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Замишљени корени директоријум у прегледачу датотека"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Виртуелни корени директоријум прегледника датотека који ће бити коришћен "
+"приликом учитавања прикључка прегледника датотека и када је изабрано „onload/"
+"tree_view“. Виртуелни корени директоријум мора увек бити унутар стварног."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Омогући обнављање удаљених локација"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Да ли треба омогућити обнављање удаљених локација."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Постављање почетка на први документ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Ако је тачно, прикључак за разгледање датотека ће приказати фасциклу "
+"документа који је први отворен јер прегледач није коришћен. (Ово се обично "
+"примењује приликом отварања документа из линије наредби, или у Наутилусу, "
+"итд.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Режим филтрирања у прегледачу датотека"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Вредност одређује које датотеке ће бити филтриране из прегледача датотека. "
+"Подржане вредности су: „none“ (без филтрирања), „hidden“ (филтрирај скривене "
+"датотеке), „binary“ (филтрирај извршне датотеке) и y „hidden-and-"
+"binar“ (филтрирај скривене и извршне датотеке)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Маска филтера у прегледачу датотека"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Маска филтера за примену у прегледнику датотека. Филтер ради по режиму из "
+"„filter_mode“."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Бинарни шаблони прегледача датотека"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Допунски шаблони за коришћење приликом издвајања извршних датотека."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Постави корен на текући документ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Нова фасцикла"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Нова _датотека"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Преименуј…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Премести у _смеће"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Освежи преглед"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Прикажи фасциклу"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Отвори у терминалу"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Филтер"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Прикажи с_кривене"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Прикажи _извршне"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Упореди назив датотеке"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Историјат"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Отворите изборник историјата"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Линије режима"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Емакс, Кејт и Вим подршка за линије режима у Вилењаковој бележници."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Боја текста наредбе"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Боја текста за наредбе"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Боја текста грешке"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Боја текста за грешке"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ако је тачно, терминал ће да користи општи фонт радне површи ако је утврђене "
+"ширине (или у супротном најсличнији фонт који пронађе)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Боја _наредбе:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Боја _грешке:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Питонова конзола"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Интерактивна конзола пајтона која стоји у панелу на дну."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Брзо истицање"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Истиче свако појављивање изабраног текста."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Брзо отвори…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Брзо отвори"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Брзо отворите датотеке."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Упишите да потражите…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Управљај и_сечцима…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Исечци"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Не могу да направим архиву „%s“"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Циљна фасцикла „%s“ не постоји"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Циљна фасцикла „%s“ није исправна"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Датотека „%s“ не постоји"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Датотека „%s“ није исправна датотека са исечцима"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Увезена датотека „%s“ није исправна датотека са исечцима"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Архива „%s“ не може бити распакована"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Следеће датотеке нису могле бити увежене: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Датотека „%s“ није исправна датотека са исечцима"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Архива исечака"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Додај нови исечак…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Опште"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Поврати одабрани исечак"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Обришите одабрани исечак"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Ово није исправан прекидач за језичак. Прекидачи могу да садрже словно–"
+"бројевне знаке (или _ : и .) или једноструке знаке који нису слова ни цифре, "
+"попут {, [, итд."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Реч на коју се активира исечак након притиска на тастер табулатора"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Дошло је до грешке при увозу: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Увоз је успешно завршен"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Увезите исечке"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Све подржане архиве"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Архива сажета Гзипом"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Архива сажета Бзипом 2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Јединствена датотека са исечцима"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Све датотеке"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Дошло је до грешке при извозу: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Извоз је успешно завршен"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Да ли желите да укључите одабране <b>системске</b> исечке при извозу?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Нема одабраних исечака за извоз"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Извезите исечке"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Унесите нову пречицу, или је уклоните тастером за брисање уназад"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Укуцајте нову пречицу"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Извршавање наредбе Питона (%s) је трајало дуже него што је дозвољено, те је "
+"прекинуто."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Извршавање наредбе Питона (%s) није успело: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Уметните реченице које често користите на брз начин."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Управљај исечцима"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Направите нови исечак"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Додај исечак"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Уклони исечак"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Увези исечке"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Извезите одабране исечке"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Извези исечке"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Покретање"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Оки_дач за језичак:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "Преч_ица:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Пречица са тастатуре која активира исечак"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "О_дредиште:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "Пор_еђај…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Поређај"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "О_брни редослед"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Уклони дупли_кате"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Разликуј велика слова"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Почни са _колоном:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Поређај"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Поређајте документ или изабрани текст."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Про_вери писање…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Постави _језик…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Истакни погрешно написане речи"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Истакни погрешно написане речи"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Подразумевано подешавање за истицање погрешно написаних речи."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Подеси прикључак за правопис"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Подразумевано за нова документа"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Провера правописа"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Проверите писање у тренутном документу."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Уме_тни датум и време…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Доступни формати"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Упитна порука"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Ако корисник треба бити упитан за формат или ако изабрани или произвољни "
+"формат треба да се користи."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Изабрани формат"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Изабрани формат који се користи приликом уметања датума/времена."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Произвољни формат"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Произвољни формат који се користи приликом уметања датума/времена."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Уметни датум и време"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Користи изабрани фо_рмат"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Кори_сти произвољан формат"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y, %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2009, 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Уметни"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Подесите прикључак за датум/време"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Када се убацује датум и време…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "У_питај за формат"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Уметни датум/време"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Умеће тренутни датум и време на позицију курсора."
+
+#~ msgid "Could not find the file “%s”."
+#~ msgstr "Не могу да нађем датотеку „%s“."
+
+#~ msgid "Unable to handle “%s:” locations."
+#~ msgstr "Не могу да рукујем путањама „%s:“."
+
+#~ msgid "Unable to handle this location."
+#~ msgstr "Не могу да рукујем овом путањом."
+
+#~ msgid "“%s” is a directory."
+#~ msgstr "„%s“ је фасцикла."
+
+#~ msgid ""
+#~ "Host “%s” could not be found. Please check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Рачунар „%s“ није пронађен. Проверите да ли су исправна подешавања "
+#~ "мрежног посредника и покушајте поново."
+
+#~ msgid ""
+#~ "Hostname was invalid. Please check that you typed the location correctly "
+#~ "and try again."
+#~ msgstr ""
+#~ "Назив рачунара није исправан. Проверите да ли сте унели исправну адресу и "
+#~ "покушајте поново."
+
+#~ msgid "“%s” is not a regular file."
+#~ msgstr "„%s“ није обична датотека."
+
+#~ msgid "Connection timed out. Please try again."
+#~ msgstr "Време за успостављање везе је истекло. Покушајте поново."
+
+#~ msgid "Unexpected error: %s"
+#~ msgstr "Неочекивана грешка: %s"
+
+#~ msgid ""
+#~ "The disk where you are trying to save the file has a limitation on file "
+#~ "sizes. Please try saving a smaller file or saving it to a disk that does "
+#~ "not have this limitation."
+#~ msgstr ""
+#~ "Диск на који покушавате да сачувате датотеку ограничава одређену величину "
+#~ "датотеке. Сачувајте мању датотеку или је сачувате на неки други диск који "
+#~ "нема ово ограничење."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "гедит је мали и лагани уређивач текста за Гном окружење."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "гедит је мали и лагани уређивач текста за Гном окружење"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Режим истицања"
+
+#~ msgid "_Select"
+#~ msgstr "_Изабери"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Режим истицања претраге…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "Вилењакова бележница је званичан уређивач текста за Гномово радно "
+#~ "окружење. Док циља на једноставност и лакоћу коришћења, Вилењакова "
+#~ "бележница је моћан уређивач текста за општу употребу."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Било да пишете следећи бестселер, програмирате иновативан програм, или "
+#~ "једноставно на брзину нешто прибележите, Вилењакова бележница ће бити "
+#~ "поуздан алат за извршавање вашег задатка."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Његов прилагодљив систем прикључака вам омогућава да скројите програм "
+#~ "према вашим потребама и да га прилагодите вашем радном току."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Прикажи минијатурни преглед кода"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr ""
+#~ "Да ли програм треба да прикаже минијатурни преглед кода за овај документ."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Приказ траке алата"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Да ли трака алата треба да буде видљива."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Највећи број скоро отвараних датотека"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Одређује највећи број скоро отворених датотека које ће бити приказане у "
+#~ "подизборнику „Скоро отворене датотеке“."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Списак активних прикључака. Садржи „путању“ активних прикључака. "
+#~ "Погледајте датотеку „.gedit-plugin“ да сазнате „путању“ датог прикључка."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Измене учињене у документу „%s“ ће бити трајно одбачене."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Чување је онемогућено од стране администратора система."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Измене учињене у %d документу ће бити трајно одбачене."
+#~ msgstr[1] "Измене учињене у %d документа ће бити трајно одбачене."
+#~ msgstr[2] "Измене учињене у %d докумената ће бити трајно одбачене."
+#~ msgstr[3] "Измене учињене у документу ће бити трајно одбачене."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Докум_енти са несачуваним изменама:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Отварање датотеке"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Нема измена које треба сачувати"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Кодирања знакова:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Завршетак реда:"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Тренутно не могу да приступим месту „%s“."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Ваш систем је ван мреже. Проверите је."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Не мењај"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Ова датотека „%s“ је већ отворена у другом прозору."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Да ли желите поново да учитате датотеку?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Не могу да направим резерву након чувања документа „%s“"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr ""
+#~ "Не могу да направим привремену резерву датотеке приликом чувања документа "
+#~ "„%s“"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Не могу да направим резерву старог документа пре чувања новог. Можете "
+#~ "занемарити ово упозорење и сачувати нови документ и поред тога, али "
+#~ "уколико дође до грешке приликом чувања, можете да изгубите стари примерак "
+#~ "документа. Да ипак сачувам документ?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Садржај датотеке „%s“ је измењен на диску."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Одбаци измене и _поново учитај"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Неки неисправни знакови су откривени приликом чувања „%s“"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Уколико наставите чување ове датотеке можете да оштетите документ. Да "
+#~ "ипак сачувам?"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Не могу да направим фасциклу „%s“: „g_mkdir_with_parents()“ позив није "
+#~ "успео: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_Додај поставку боја"
+
+#~ msgid "No results"
+#~ msgstr "Нема резултата"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Остали _документи…"
+
+#~ msgid "Open another file"
+#~ msgstr "Отворите другу датотеку"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Прикажи мини_јатурни преглед кода"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Споји изабране редове"
+
+#~ msgid "Open"
+#~ msgstr "Отвори"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Отворите прозорче датотеке"
+
+#~ msgid "Check update"
+#~ msgstr "Проверите издања"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Проверите да ли је изашло ново издање Вилењакове бележнице"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Дошло је до грешке при приказивању адресе."
+
+#~ msgid "_Download"
+#~ msgstr "_Преузми"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Занемари издање"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Изашла је нова Вилењакова бележница"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Можете да преузмете ново издање Вилењакове бележнице притиском на дугме "
+#~ "„Преузми“ или да занемарите то издање и да сачекате ново."
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Издања за занемаривање"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Издања која треба занемарити док не изађе новије издање."
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Проверите вашу инсталацију."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Не могу да отворим датотеку сучеља „%s“. Грешка: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Не могу да пронађем објекат „%s“ унутар датотеке %s."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Вилењакова бележница — уређивач текста"
+
+#~ msgid "_About"
+#~ msgstr "_О програму"
+
+#~ msgid "Tools"
+#~ msgstr "Алати"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Занемари"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Управљај _спољним алатима..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Брзо отвори..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Управљај _исечцима..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "Провери пи_сање..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Постави _језик..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Уметни датум и _време..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Отворите нови прозор"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Отворите нови документ"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Поставља величину и положај прозора (ШИРИНАxВИСИНА+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "ГЕОМЕТРИЈА"
+
+#~ msgid "File"
+#~ msgstr "Датотека"
+
+#~ msgid "Edit"
+#~ msgstr "Уређивање"
+
+#~ msgid "Search"
+#~ msgstr "Претрага"
+
+#~ msgid "Help"
+#~ msgstr "Помоћ"
+
+#~ msgid "Question"
+#~ msgstr "Питање"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(нема предлога речи)"
+
+#~ msgid "_More..."
+#~ msgstr "Да_ље..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Занемари све"
+
+#~ msgid "_Add"
+#~ msgstr "_Додај"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "Предлози провере пи_сања..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Грешка приликом провере писања за реч „%s“: %s"
+
+#~ msgid "Error:"
+#~ msgstr "_Грешка:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Провера писања је завршена"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Нема погрешно написаних речи"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(исправно писање)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Предлози"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Непознат (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Основни"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Изабери је_зик тренутног документа."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Погрешно написана реч:"
+
+#~ msgid "word"
+#~ msgstr "реч"
+
+#~ msgid "Change _to:"
+#~ msgstr "Изме_ни у:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Провери ре_ч"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "Предло_зи:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "_Занемари све"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Изме_ни"
+
+#~ msgid "Change A_ll"
+#~ msgstr "И_змени све"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Кориснички речник:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Д_одај реч"
+
+# Ово треба да буде UTF-8,CURRENT,ISO-8859-2 за латинични превод!!!
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr ""
+#~ "[„UTF-8“, „CURRENT“, „ISO-8859-2“, „ISO-8859-5“, „WINDOWS-1250“, "
+#~ "„WINDOWS-1251“, „ISO-8859-15“]"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Самостално откривање кодних распореда"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Уређени списак кодних распореда које програм користи за самопрепознавање "
+#~ "кодног распореда датотеке. „CURRENT“ означава текући кодни распоред "
+#~ "локалитета. Користе се једино препознати кодни распореди."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "[„ISO-8859-15“]"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Кодни распореди приказани у изборнику"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Списак кодирања приказаних у изборнику за кодирање знакова при избору "
+#~ "датотека. Користе се само препознати кодни распореди."
+
+#~ msgid "RO"
+#~ msgstr "СЧ"
+
+#~ msgid "Character encodings"
+#~ msgstr "Кодирања знакова"
+
+#~ msgid "_OK"
+#~ msgstr "У _реду"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "_Кодирања приказана у изборнику:"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Занемари величину слова"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Не можете поништити ређање"
+
+#~ msgid "Set language"
+#~ msgstr "Поставите језик"
+
+#~ msgid "Languages"
+#~ msgstr "Језици"
+
+#~ msgid "The document is empty."
+#~ msgstr "Документ је празан."
+
+#~ msgid "P_revious Page"
+#~ msgstr "_Претходна страница"
+
+#~ msgid "_Next Page"
+#~ msgstr "_Следећа страница"
+
+#~ msgid "Replace"
+#~ msgstr "Замени"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Потражи: "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Да ли програм треба да прави резервне примерке за датотеке које чува. "
+#~ "Можете поставити проширење датотеке резерве помоћу опције „Проширење "
+#~ "резервног примерка“."
+
+#~ msgid "Unicode"
+#~ msgstr "Уникод"
+
+#~ msgid "Western"
+#~ msgstr "Западни"
+
+#~ msgid "Central European"
+#~ msgstr "Централноевропски"
+
+#~ msgid "South European"
+#~ msgstr "Јужноевропски"
+
+#~ msgid "Baltic"
+#~ msgstr "Балтички"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Ћирилични"
+
+#~ msgid "Arabic"
+#~ msgstr "Арапски"
+
+#~ msgid "Greek"
+#~ msgstr "Грчки"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Хебрејски визуелни"
+
+#~ msgid "Turkish"
+#~ msgstr "Турски"
+
+#~ msgid "Nordic"
+#~ msgstr "Нордијски"
+
+#~ msgid "Celtic"
+#~ msgstr "Келтски"
+
+#~ msgid "Romanian"
+#~ msgstr "Румунски"
+
+#~ msgid "Armenian"
+#~ msgstr "Јерменски"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Кинески традиционални"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Ћирилични/руски"
+
+#~ msgid "Japanese"
+#~ msgstr "Јапански"
+
+#~ msgid "Korean"
+#~ msgstr "Корејски"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Кинески поједностављени"
+
+#~ msgid "Georgian"
+#~ msgstr "Грузијски"
+
+#~ msgid "Hebrew"
+#~ msgstr "Хебрејски"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Ћирилични/украјински"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Вијетнамски"
+
+#~ msgid "Thai"
+#~ msgstr "Тајландски"
+
+#~ msgid "Unknown"
+#~ msgstr "Непознато"
+
+#~ msgid "The file is too big."
+#~ msgstr "Датотека је превелика."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Уникод (УТФ-8)"
+
+#~| msgid "Maximum Recent Files"
+#~ msgid "Recent files"
+#~ msgstr "Скорашње датотеке"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Цајтгајст достављач датума"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Пријављује приступ и оставља догађај за документа коришћена Вилењаковом "
+#~ "бележницом"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Ограничење опозива радњи (ЗАСТАРЕЛО)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Највећи број радњи које ће програм моћи да опозове или понови. Користите "
+#~ "„-1“ за неограничени број радњи. Застарело почевши од 2.12.0."
+
+#~ msgid "Show the application's help"
+#~ msgstr "Приказује помоћ програма"
+
+#~ msgid "- Edit text files"
+#~ msgstr "— Уредите текстуалне документе"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Покрените „%s --help“ да ​​видите потпун списак доступних опција линије "
+#~ "наредби.\n"
+
+#~ msgid "Save _As..."
+#~ msgstr "Сачувај _као..."
+
+#~ msgid "_Print..."
+#~ msgstr "_Штампај..."
+
+#~ msgid "Empty"
+#~ msgstr "Празно"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Поставке Вилењакове бележнице"
+
+#~ msgid "column"
+#~ msgstr "ступац"
+
+#~ msgid "_Open..."
+#~ msgstr "_Отвори..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "_Поставке"
+
+#~ msgid "Configure the application"
+#~ msgstr "Подесите програм"
+
+#~ msgid "_Contents"
+#~ msgstr "_Садржај"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Врати на сачувано издање датотеке"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Преглед пред _штампу"
+
+#~ msgid "Print preview"
+#~ msgstr "Прегледајте страну пре штампања"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Опозовите последњу радњу"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Поновите последњу опозвану радњу"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Исеците избор"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Умножите избор"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Обришите изабрани текст"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "_Режим истицања..."
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "Измените режим истицања радног документа"
+
+#~ msgid "_Find..."
+#~ msgstr "_Нађи..."
+
+#~ msgid "Search for text"
+#~ msgstr "Потражите текст"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Потражите исти текст унапред"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Потражите исти текст уназад"
+
+#~ msgid "_Replace..."
+#~ msgstr "Зам_ени..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Потражите и замените жељени текст"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Уклоните истицање пронађеног текста"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Идите на одређени ред у тексту"
+
+#~ msgid "Save all open files"
+#~ msgstr "Сачувајте све отворене датотеке"
+
+#~ msgid "Close all open files"
+#~ msgstr "Затворите све отворене датотеке"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Прикажите претходни документ"
+
+#~ msgid "Activate next document"
+#~ msgstr "Прикажите наредни документ"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Преместите тренутни документ у нови прозор"
+
+#~ msgid "Close the current file"
+#~ msgstr "Затворите тренутну датотеку"
+
+#~ msgid "Quit the program"
+#~ msgstr "Затворите програм"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_Палета алата"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Прикажите или сакријте траку алата у тренутном прозору"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Прикажите или сакријте траку стања у тренутном прозору"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Уређујте текст преко целог екрана"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Прикажите или сакријте бочну површ у тренутном прозору"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Прикажите или сакријте доњу површ у тренутном прозору"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Отвори „%s“"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Активирај „%s“"
+
+#~ msgid "Change Case"
+#~ msgstr "Измени величину слова"
+
+#~ msgid "C_hange Case"
+#~ msgstr "Изме_ни величину слова"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Сва _велика слова"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Сва _мала слова"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Обрните величину слова изабраног текста"
+
+#~ msgid "_Title Case"
+#~ msgstr "Величина слова _наслова"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Испишите великим словом прво слово сваке изабране речи"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "добавите статистичке податке о тренутном документу"
+
+#~ msgid "_Update"
+#~ msgstr "_Освежи"
+
+#~ msgid "File Name"
+#~ msgstr "Назив датотеке"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Отвори управника спољним алатима"
+
+#~ msgid "External tools"
+#~ msgstr "Спољни алати"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Брзо отвара документе"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Исечци:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Управљајте исечцима"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Поређајте текући документ или означени део"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Проверите тренутни документ за грешкама у писању"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Аутоматски проверавај писање у тренутном документу"
+
+#~ msgid "Language:"
+#~ msgstr "Језик:"
+
+#~ msgid "Language"
+#~ msgstr "Језик"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Уметните тренутни датум и време на позицију курсора"
diff --git a/po/sr@latin.po b/po/sr@latin.po
new file mode 100644
index 0000000..7fae4ee
--- /dev/null
+++ b/po/sr@latin.po
@@ -0,0 +1,4249 @@
+# Serbian translation of gedit
+# Courtesy of Prevod.org team (http://prevod.org/) -- 2003—2016.
+# This file is distributed under the same license as the gedit package.
+# Goran Rakić <grakic@devbase.net>
+# Danilo Šegan <danilo@prevod.org>, 2005.
+# Igor Nestorović <igor@prevod.org>, 2005.
+# Branko Kokanović <branko.kokanovic@gmail.com>, 2010.
+# Miroslav Nikolić <miroslavnikolic@rocketmail.com>, 2011—2016.
+# Miloš Popović <gpopac@gmail.com>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2018-02-15 23:17+0000\n"
+"PO-Revision-Date: 2018-02-18 15:55+0100\n"
+"Last-Translator: Marko M. Kostić <marko.m.kostic@gmail.com>\n"
+"Language-Team: srpski <gnome-sr@googlegroups.org>\n"
+"Language: sr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Project-Style: gnome\n"
+"X-Generator: Poedit 2.0.3\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "Uređujte tekstualne dokumente"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"Vilenjakova beležnica je zvaničan uređivač teksta za Gnomovo radno okruženje. "
+"Dok cilja na jednostavnost i lakoću korišćenja, Vilenjakova beležnica je moćan "
+"uređivač teksta za opštu upotrebu."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"Bilo da pišete sledeći bestseler, programirate inovativan program, ili "
+"jednostavno na brzinu nešto pribeležite, Vilenjakova beležnica će biti "
+"pouzdan alat za izvršavanje vašeg zadatka."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:4
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"Njegov prilagodljiv sistem priključaka vam omogućava da skrojite program prema "
+"vašim potrebama i da ga prilagodite vašem radnom toku."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "Uređivač teksta"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "Vilenjakova beležnica — uređivač teksta"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;Plaintext;Write;"
+msgstr ""
+"Text;Editor;Plaintext;Write;tekst;uređivač;običan tekst;pisanje;gedit;tekst;"
+"uređivač;običan tekst;pisanje;gedit;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "New Window"
+msgstr "Novi prozor"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "New Document"
+msgstr "Novi dokument"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "Koristi podrazumevani font"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Da li će biti korišćen podrazumevani font sistema stalne širine za prikaz "
+"teksta umesto fonta navedenog u podešavanjima Vilenjakove beležnice. Ako je "
+"ova opcija isključena, font naveden u opciji „Font uređivača“ će biti "
+"korišćen umesto fonta sistema."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "Font uređivača"
+
+#: ../data/org.gnome.gedit.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 ""
+"Proizvoljni font koji će biti korišćen u prostoru za unos teksta. Ovo će "
+"jedino imati dejstva ako je deštiklirana kućica „Koristi podrazumevani font“."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "Postavke stila"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"ID postavke stila Pregleda Gtk izvora koji se koristi za bojenje teksta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "Pravljenje rezervnih primeraka"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Da li Vilenjakova beležnica treba da napravi rezervne primerke prilikom "
+"čuvanja datoteka."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "Periodično čuvanje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Da li će program sam da sačuva izmenjenu datoteku posle određenog vremenskog "
+"intervala. Možete postaviti vremenski interval pomoću opcije „Vreme "
+"periodičnog čuvanja“."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "Vreme periodičnog čuvanja"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Broj minuta nakon kojih će program automatski sačuvati izmenjenu datoteku. "
+"Ovo će jedino imati dejstva ukoliko je opcija „Periodično čuvanje“ uključena."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "Najveći broj opozvanih radnji"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Najveći broj radnji koje će program moći da opozove ili ponovi. Koristite "
+"„-1“ za neograničeni broj radnji."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "Način preloma reda"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"Određuje način preloma dugih redova u oblasti za uređivanje. Koristite „none“ "
+"za isključivanje preloma, „word“ za prelom na kraju reči, i „char“ za prelom "
+"između znakova. Obratite pažnju da su vrednosti osetljive na velika ili mala "
+"slova, pa se uverite da ih koristite na isti način kao što su ovde navedene."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Poslednji izbor načina podele za način preloma reda"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Navodi poslednji način podele korišćen sa načinom preloma reda, tako da kada "
+"je način podele isključen još uvek se pamti izbor načina podele. Koristite "
+"„word“ za prelom nakon reči, i „char“ za prelom nakon pojedinačnog znaka."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "Veličina jezička"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Određuje broj razmaka koji će biti prikazani umesto znaka tabulatora."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "Umetanje razmaka"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Da li program treba da umetne razmake umesto tabulatora."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "Samouvlačenje u radu"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Da li program treba da omogući automatsko uvlačenje."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "Prikaz brojeva redova"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Da li program treba da prikaže brojeve redova u prostoru za uređivanje teksta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "Isticanje tekućeg reda"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "Da li program treba da ističe tekući red."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "Isticanje uparenih zagrada"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Da li program treba da istakne uparene zagrade."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "Prikaz desne margine"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Da li program treba da prikaže desnu marginu u prostoru za uređivanje teksta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "Položaj desne margine"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "Određuje položaj desne margine."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Display Overview Map"
+msgstr "Prikaži minijaturni pregled koda"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Whether gedit should display the overview map for the document."
+msgstr ""
+"Da li program treba da prikaže minijaturni pregled koda za ovaj dokument."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Document background pattern type"
+msgstr "Vrsta šablona za pozadinu dokumenta"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Whether the document will get a background pattern painted."
+msgstr "Određuje da li se pozadina dokumenta prikazuje u vidu šablona."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Smart Home End"
+msgstr "Pametne tipke „Home/End“"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+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 ""
+"Određuje kako se kursor pomera kada se pritisnu tasteri Home i End. "
+"Koristite „disabled“ za stalno vraćanje na početak/kraj reda, „after“ za "
+"pomeranje na početak/kraj reda po prvom pritisku i na početak/kraj teksta "
+"zanemarijući razmake po drugom pritisku, „before“ za pomeranje na početak/"
+"kraj teksta pre pomeranja na početak/kraj reda i „always“ za pomeranje na "
+"početak/kraj teksta umesto na početak/kraj reda."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Restore Previous Cursor Position"
+msgstr "Vraćanje prethodnog položaja kursora"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Da li program treba da povrati prethodnu poziciju kursora nakon učitavanja "
+"datoteke."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Enable Syntax Highlighting"
+msgstr "Uključivanje isticanja sintakse"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Da li program treba da omogući isticanje sintakse."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Enable Search Highlighting"
+msgstr "Uključivanje isticanja pretrage"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Da li program treba da istakne sve pojave pronađenog teksta."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Ensure Trailing Newline"
+msgstr "Osigurava praćenje novog reda"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Da li program treba da osigura da se dokumenti uvek završavaju pratećim "
+"novim redom."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Toolbar is Visible"
+msgstr "Prikaz trake alata"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Da li traka alata treba da bude vidljiva."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Notebook Show Tabs Mode"
+msgstr "Režim prikazivanja jezičaka beležnice"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Određuje kada će biti prikazani jezičci beležnice. Koristite „never“ da "
+"nikada nebi bili prikazani, „always“ da bi uvek bili prikazani, i „auto“ da "
+"bi bili prikazani samo ako ima više od jednog jezička. Obratite pažnju da su "
+"vrednosti osetljive na velika ili mala slova, pa se uverite da ih koristite "
+"na isti način kao što su ovde navedene."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Status Bar is Visible"
+msgstr "Prikaz trake stanja"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Da li traka stanja na dnu prozora za uređivanje teksta treba da bude vidljiva."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Side panel is Visible"
+msgstr "Prikaz bočne površi"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Da li bočna površ na levoj strani prozora za uređivanje teksta treba da bude "
+"vidljiva."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Maximum Recent Files"
+msgstr "Najveći broj skoro otvaranih datoteka"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the “Recent Files” submenu."
+msgstr ""
+"Određuje najveći broj skoro otvorenih datoteka koje će biti prikazane u "
+"podizborniku „Skoro otvorene datoteke“."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Print Syntax Highlighting"
+msgstr "Štampanje isticanja sintakse"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Da li program treba da ističe sintaksu prilikom štampanja dokumenata."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Header"
+msgstr "Štampanje zaglavlja"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Da li program treba da uključi zaglavlje dokumenta prilikom štampanja."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Printing Line Wrapping Mode"
+msgstr "Način preloma štampanog reda"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+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 ""
+"Određuje način prelamanja dugih redova za štampanje. Koristite „none“ za "
+"isključivanje preloma, „word“ za prelom na kraju reči, i „char“ za prelom "
+"između znakova. Obratite pažnju da su vrednosti osetljive na velika ili mala "
+"slova, pa se uverite da ih koristite na isti način kao što su ovde navedene."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid "Print Line Numbers"
+msgstr "Štampanje brojeva redova"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ukoliko je vrednost 0, program neće umetati brojeve redova prilikom štampanja "
+"dokumenta. U suprotnom, program će štampati broj reda za svaki broj reda."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+msgid "Body Font for Printing"
+msgstr "Font za štampanje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Određuje koji će font biti korišćen za telo dokumenta prilikom štampanja."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+msgid "Header Font for Printing"
+msgstr "Font za štampanje zaglavlja"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:73
+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 ""
+"Određuje koji će font biti korišćen za štampanje zaglavlja stranice. Ovo će "
+"jedino imati efekta ako je uključena opcija „Štampanje zaglavlja“."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Line Number Font for Printing"
+msgstr "Font za štampanje broja reda"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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 ""
+"Određuje koji će font biti korišćen za štampanje brojeva redova. Ovo će "
+"jedino imati efekta ukoliko opcija „Štampanje brojeva redova“ nije postavljena "
+"na 0."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:77
+msgid "Margin Left"
+msgstr "Leva margina"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "The left margin, in millimeters."
+msgstr "Leva margina u milimetrima."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Margin Top"
+msgstr "Gornja margina"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+msgid "The top margin, in millimeters."
+msgstr "Gornja margina u milimetrima."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Right"
+msgstr "Desna margina"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The right margin, in millimeters."
+msgstr "Desna margina u milimetrima."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Bottom"
+msgstr "Dolja margina"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The bottom margin, in millimeters."
+msgstr "Donja margina u milimetrima."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Candidate Encodings"
+msgstr "Kodiranje"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Spisak kodiranja koja se prikazuju u listi „Kodiranje znakova“ unutar "
+"prozorčeta za otvaranje/čuvanje datoteka. Trenutno (CURRENT) označava trenutno "
+"lokalno kodiranje. Samo prepoznata kodiranja se koriste. Podrazumevana "
+"vrednost je prazan spisak, pri čemu će program izabrati odgovarajuće "
+"vrednosti za vašu državu i jezik."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Active plugins"
+msgstr "Pokrenuti priključci"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid ""
+"List of active plugins. It contains the “Location” of the active plugins. "
+"See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+msgstr ""
+"Spisak aktivnih priključaka. Sadrži „putanju“ aktivnih priključaka. Pogledajte "
+"datoteku „.gedit-plugin“ da saznate „putanju“ datog priključka."
+
+#: ../gedit/gedit-app.c:110
+msgid "Show the application’s version"
+msgstr "Prikaži izdanje programa"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "Prikazuje spisak mogućih vrednosti za kodiranje"
+
+#: ../gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Postavlja kodiranje znakova koje se koristi pri otvaranju datoteka datih u "
+"naredbi"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "KODNI RASPORED"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Pravi novi prozor najvišeg nivoa u postojećoj instanci programa"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Pravi novi dokument u postojećoj Vilenjakovoj beležnici"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "Otvara datoteke i blokira proces sve dok se datoteke ne zatvore"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "Pokreće program u samostalnom režimu"
+
+#: ../gedit/gedit-app.c:158
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[DATOTEKA...] [+RED[:KOLONA]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "Došlo je do greške pri prikazivanju pomoći."
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: neispravan kodni zapis."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "Zatvori _bez čuvanja"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:45
+#: ../plugins/snippets/snippets/manager.py:789
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:912
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_Otkaži"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "Sačuvaj _kao…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:875
+#: ../plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Sačuvaj"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Izmene u poslednjoj %ld sekundi će biti trajno odbačene ukoliko ih ne "
+"sačuvate."
+msgstr[1] ""
+"Izmene u poslednje %ld sekunde će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[2] ""
+"Izmene u poslednjih %ld sekundi će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[3] ""
+"Izmene u poslednjoj sekundi će biti trajno odbačene ukoliko ne sačuvate."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "Izmene u poslednjem minutu će biti trajno odbačene ukoliko ne sačuvate."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Izmene u poslednjem minutu i %ld sekundi će biti trajno odbačene ukoliko ne "
+"sačuvate."
+msgstr[1] ""
+"Izmene u poslednjem minutu i %ld sekunde će biti trajno odbačene ukoliko ne "
+"sačuvate."
+msgstr[2] ""
+"Izmene u poslednjem minutu i %ld sekundi će biti trajno odbačene ukoliko ne "
+"sačuvate."
+msgstr[3] ""
+"Izmene u poslednjem minutu će biti trajno odbačene ukoliko ne sačuvate."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Izmene u poslednjem %ld minutu će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[1] ""
+"Izmene u poslednja %ld minuta će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[2] ""
+"Izmene u poslednjih %ld minuta će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[3] ""
+"Izmene u poslednjem minutu će biti trajno odbačene ukoliko ne sačuvate."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Izmene tokom poslednjeg časa će biti trajno odbačene ukoliko ne sačuvate."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Izmene u poslednjem času i %d minutu će biti trajno odbačene ukoliko ne "
+"sačuvate."
+msgstr[1] ""
+"Izmene u poslednjem času i %d minuta će biti trajno odbačene ukoliko ne "
+"sačuvate."
+msgstr[2] ""
+"Izmene u poslednjem času i %d minuta će biti trajno odbačene ukoliko ne "
+"sačuvate."
+msgstr[3] ""
+"Izmene u poslednjem času će biti trajno odbačene ukoliko ne sačuvate."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Izmene u poslednjih %d časa će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[1] ""
+"Izmene u poslednja %d časa će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[2] ""
+"Izmene u poslednjih %d časova će biti trajno odbačene ukoliko ne sačuvate."
+msgstr[3] ""
+"Izmene u poslednjem času će biti trajno odbačene ukoliko ne sačuvate."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "Izmene učinjene u dokumentu „%s“ će biti trajno odbačene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Da sačuvam izmene u dokumentu „%s“ pre zatvaranja?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "Čuvanje je onemogućeno od strane administratora sistema."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "Izmene učinjene u %d dokumentu će biti trajno odbačene."
+msgstr[1] "Izmene učinjene u %d dokumenta će biti trajno odbačene."
+msgstr[2] "Izmene učinjene u %d dokumenata će biti trajno odbačene."
+msgstr[3] "Izmene učinjene u dokumentu će biti trajno odbačene."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "%d dokument ima nesačuvane izmene. Da sačuvam izmene pre zatvaranja?"
+msgstr[1] ""
+"%d dokumenta imaju nesačuvane izmene. Da sačuvam izmene pre zatvaranja?"
+msgstr[2] ""
+"%d dokumenata ima nesačuvane izmene. Da sačuvam izmene pre zatvaranja?"
+msgstr[3] "Dokument ima nesačuvane izmene. Da sačuvam izmene pre zatvaranja?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "Dokum_enti sa nesačuvanim izmenama:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "Izaberite _dokumente koje želite da sačuvate:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Ukoliko ih ne sačuvate, sve vaše izmene će biti trajno izgubljene."
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Učitavam datoteku „%s“…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Učitavam %d datoteku…"
+msgstr[1] "Učitavam %d datoteke…"
+msgstr[2] "Učitavam %d datoteka…"
+msgstr[3] "Učitavam datoteku…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "Otvaranje datoteke"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:46
+#: ../plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Otvori"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Datoteka „%s“ je samo za čitanje."
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Da li želite da pokušate da je zamenite onom koju snimate?"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "_Zameni"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "Da sačuvam datoteku koristeći sažimanje?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "Da sačuvam datoteku kao običan tekst?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Datoteka „%s“ je prethodno sačuvana kao običan tekst a sada će biti sačuvana "
+"koristeći sažimanje."
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "_Sačuvaj koristeći sažimanje"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Datoteka „%s“ je prethodno sačuvana koristeći sažimanje a sada će biti "
+"sačuvana kao običan tekst."
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "_Sačuvaj kao običan tekst"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Čuvam datoteku „%s“…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "Čuvanje datoteke"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Vršim povraćaj dokumenta „%s“…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Da povratim nesačuvane izmene u dokumentu „%s“?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Izmene učinjene u dokumentu u poslednjoj %ld sekundi će biti trajno odbačene."
+msgstr[1] ""
+"Izmene učinjene u dokumentu u poslednje %ld sekunde će biti trajno odbačene."
+msgstr[2] ""
+"Izmene učinjene u dokumentu u poslednjih %ld sekundi će biti trajno odbačene."
+msgstr[3] ""
+"Izmene učinjene u dokumentu u poslednjoj sekundi će biti trajno odbačene."
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Izmene učinjene u dokumentu u poslednjem minutu će biti trajno odbačene."
+
+# možda „za poslednji minut i %ld sekunde“?
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Izmene učinjene u dokumentu u poslednjem minutu i %ld sekundi će biti trajno "
+"odbačene."
+msgstr[1] ""
+"Izmene učinjene u dokumentu u poslednjem minutu i %ld sekunde će biti trajno "
+"odbačene."
+msgstr[2] ""
+"Izmene učinjene u dokumentu u poslednjem minutu i %ld sekundi će biti trajno "
+"odbačene."
+msgstr[3] ""
+"Izmene učinjene u dokumentu u poslednjem minutu će biti trajno odbačene."
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Izmene učinjene u dokumentu u poslednjem %ld minutu će biti trajno odbačene."
+msgstr[1] ""
+"Izmene učinjene u dokumentu u poslednja %ld minuta će biti trajno odbačene."
+msgstr[2] ""
+"Izmene učinjene u dokumentu u poslednjih %ld minuta će biti trajno odbačene."
+msgstr[3] ""
+"Izmene učinjene u dokumentu u poslednjem minutu će biti trajno odbačene."
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Izmene učinjene u dokumentu tokom poslednjeg časa će biti trajno odbačene."
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Izmene učinjene u dokumentu u poslednjem času i %d minut će biti trajno "
+"odbačene."
+msgstr[1] ""
+"Izmene učinjene u dokumentu u poslednjem času i %d minuta će biti trajno "
+"odbačene."
+msgstr[2] ""
+"Izmene učinjene u dokumentu u poslednjem času i %d minuta će biti trajno "
+"odbačene."
+msgstr[3] ""
+"Izmene učinjene u dokumentu u poslednjem času će biti trajno odbačene."
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Izmene učinjene u dokumentu u poslednjem %d času će biti trajno odbačene."
+msgstr[1] ""
+"Izmene učinjene u dokumentu u poslednja %d časa će biti trajno odbačene."
+msgstr[2] ""
+"Izmene učinjene u dokumentu u poslednjih %d časova će biti trajno odbačene."
+msgstr[3] ""
+"Izmene učinjene u dokumentu u poslednjem času će biti trajno odbačene."
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "Pov_rati"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "Vilenjakova beležnica je mali i lagani uređivač teksta za Gnom okruženje"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"Goran Rakić <grakic@devbase.net>\n"
+"Danilo Šegan <danilo@prevod.org>\n"
+"Strahinja Radić <vilinkamen@mail.ru>\n"
+"Igor Nestorović <igor@prevod.org>\n"
+"Slobodan D. Sredojević <slobo@akrep.be>\n"
+"Branko Kokanović <branko.kokanovic@gmail.com>\n"
+"Miloš Popović <gpopac@gmail.com>\n"
+"Miroslav Nikolić <miroslavnikolic@rocketmail.com>\n"
+"Marko M. Kostić <marko.m.kostic@gmail.com>\n"
+"\n"
+"http://prevod.org — prevod na srpski jezik."
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Pronašao sam i zamenio %d pojavu"
+msgstr[1] "Pronašao sam i zamenio %d pojave"
+msgstr[2] "Pronašao sam i zamenio %d pojava"
+msgstr[3] "Pronašao sam i zamenio %d pojavu"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "Pronašao sam i zamenio jednu pojavu"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "“%s” not found"
+msgstr "Nisam pronašao „%s“"
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Neimenovan dokument „%d“"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Grupa jezička %i"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167 ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "Samo čitanje"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "Samostalno prepoznat"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove…"
+msgstr "Dodaj ili ukloni…"
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Tekući lokalitet (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (tekući lokalitet)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Da li zaista želite da poništite podešavanja za kodiranje znakova?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "_Poništi"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "Dodaj"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "Ukloni"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "Daj veći prioritet"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "Daj manji prioritet"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "Sve datoteke"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "Sve tekstualne datoteke"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "Kodiranje zn_akova:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "Za_vršetak linije:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "Kodiranja znakova:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "Završetak reda:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:115
+#: ../plugins/externaltools/tools/manager.py:324
+#: ../plugins/externaltools/tools/manager.py:440
+#: ../plugins/externaltools/tools/manager.py:774
+msgid "Plain Text"
+msgstr "Običan tekst"
+
+#: ../gedit/gedit-io-error-info-bar.c:142
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_Probaj ponovo"
+
+#: ../gedit/gedit-io-error-info-bar.c:162
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Ne mogu da nađem datoteku „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:164
+#: ../gedit/gedit-io-error-info-bar.c:204
+#: ../gedit/gedit-io-error-info-bar.c:211
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Proverite da li ste tačno naveli putanju (mesto) i pokušajte ponovo."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:183
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Ne mogu da rukujem putanjama „%s:“."
+
+#: ../gedit/gedit-io-error-info-bar.c:189
+msgid "Unable to handle this location."
+msgstr "Ne mogu da rukujem ovom putanjom."
+
+#: ../gedit/gedit-io-error-info-bar.c:198
+msgid "The location of the file cannot be accessed."
+msgstr "Ne mogu da pristupim putanji datoteke."
+
+#: ../gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is a directory."
+msgstr "„%s“ je fascikla."
+
+#: ../gedit/gedit-io-error-info-bar.c:209
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "„%s“ nije ispravna putanja."
+
+#. Translators: %s is a host name
+#: ../gedit/gedit-io-error-info-bar.c:245
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Računar „%s“ nije pronađen. Proverite da li su ispravna podešavanja mrežnog "
+"posrednika i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:260
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Naziv računara nije ispravan. Proverite da li ste uneli ispravnu adresu i "
+"pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:268
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "„%s“ nije obična datoteka."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+msgid "Connection timed out. Please try again."
+msgstr "Vreme za uspostavljanje veze je isteklo. Pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:306
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Neočekivana greška: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:342
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Ne mogu da pronađem datoteku. Možda je nedavno obrisana."
+
+#: ../gedit/gedit-io-error-info-bar.c:352
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Ne mogu da povratim datoteku „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:379
+msgid "Ch_aracter Encoding:"
+msgstr "Kodiranje _znaka:"
+
+#: ../gedit/gedit-io-error-info-bar.c:440
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "Trenutno ne mogu da pristupim mestu „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:455
+msgid "Your system is offline. Check your network."
+msgstr "Vaš sistem je van mreže. Proverite je."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:764
+msgid "Edit Any_way"
+msgstr "_Ipak promeni"
+
+#: ../gedit/gedit-io-error-info-bar.c:587
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Ne mogu da nađem traženu datoteku jer je broj veza za praćenje ograničen."
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Nemate potrebne dozvole da otvorite datoteku."
+
+#: ../gedit/gedit-io-error-info-bar.c:597
+msgid "Unable to detect the character encoding."
+msgstr "Ne mogu da prepoznam kodiranje znakova."
+
+#: ../gedit/gedit-io-error-info-bar.c:598
+#: ../gedit/gedit-io-error-info-bar.c:622
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Proverite da ne pokušavate da otvorite izvršnu datoteku."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "Select a character encoding from the menu and try again."
+msgstr "Izaberite kodiranje znakova iz izbornika i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Došlo je do greške pri otvaranju datoteke „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Datoteka koju ste otvorili ima neke neispravne znakove. Ako nastavite da "
+"uređujete ovu datoteku, možete da je oštetite."
+
+#: ../gedit/gedit-io-error-info-bar.c:610
+msgid "You can also choose another character encoding and try again."
+msgstr "Izaberite kodiranje znakova iz izbornika i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:619
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Ne mogu da otvorim datoteku „%s“ pomoću kodiranja znakova „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#: ../gedit/gedit-io-error-info-bar.c:698
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Izaberite neko drugo kodiranje znakova iz izbornika i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:635
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Ne mogu da otvorim datoteku „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:693
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Ne mogu da sačuvam datoteku „%s“ koristeći „%s“ kodiranje znakova."
+
+#: ../gedit/gedit-io-error-info-bar.c:696
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Dokument sadrži jedan ili više znakova koji ne mogu biti pretvoreni "
+"korišćenjem zadatog kodnog zapisa znakova."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:769
+msgid "D_on’t Edit"
+msgstr "_Ne menjaj"
+
+#: ../gedit/gedit-io-error-info-bar.c:779
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "Ova datoteka „%s“ je već otvorena u drugom prozoru."
+
+#: ../gedit/gedit-io-error-info-bar.c:793
+msgid "Do you want to edit it anyway?"
+msgstr "Da li želite ponovo da učitate datoteku?"
+
+#: ../gedit/gedit-io-error-info-bar.c:849
+#: ../gedit/gedit-io-error-info-bar.c:939
+#: ../gedit/gedit-io-error-info-bar.c:1229
+msgid "S_ave Anyway"
+msgstr "S_ačuvaj i pored toga"
+
+#: ../gedit/gedit-io-error-info-bar.c:852
+#: ../gedit/gedit-io-error-info-bar.c:942
+#: ../gedit/gedit-io-error-info-bar.c:1232
+msgid "D_on’t Save"
+msgstr "_Nemoj sačuvati"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:866
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Datoteka „%s“ je izmenjena nakon što ste je učitali."
+
+#: ../gedit/gedit-io-error-info-bar.c:881
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Ako je sačuvate, sve spoljne izmene mogu biti izgubljene. Sačuvaćete je i "
+"pored toga?"
+
+#: ../gedit/gedit-io-error-info-bar.c:961
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "Ne mogu da napravim rezervu nakon čuvanja dokumenta „%s“"
+
+#: ../gedit/gedit-io-error-info-bar.c:966
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr ""
+"Ne mogu da napravim privremenu rezervu datoteke prilikom čuvanja dokumenta "
+"„%s“"
+
+#: ../gedit/gedit-io-error-info-bar.c:983
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"Ne mogu da napravim rezervu starog dokumenta pre čuvanja novog. Možete "
+"zanemariti ovo upozorenje i sačuvati novi dokument i pored toga, ali ukoliko "
+"dođe do greške prilikom čuvanja, možete da izgubite stari primerak dokumenta. "
+"Da ipak sačuvam dokument?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1043
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Ne mogu da rukujem „%s:“ putanjama u režimu upisa. Proverite da li ste uneli "
+"ispravnu putanju i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1051
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Ne mogu da radim sa ovim putanjama u režimu upisa. Proverite da li ste uneli "
+"ispravnu putanju i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1060
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"„%s“ nije ispravna putanja. Proverite da li ste uneli ispravnu putanju i "
+"pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1067
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Nemate neophodne dozvole da sačuvate datoteku. Proverite da li ste uneli "
+"ispravnu putanju i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1073
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Nema dovoljno prostora na disku da sačuvate datoteku. Oslobodite prostor na "
+"disku i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1078
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Pokušavate da sačuvate datoteku na disku na kojem upis nije dozvoljen. "
+"Proverite da li ste putanju ukucali ispravno i pokušajte ponovo."
+
+#: ../gedit/gedit-io-error-info-bar.c:1084
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+"Postoji još jedna datoteka sa istim nazivom. Koristite neki drugi naziv."
+
+#: ../gedit/gedit-io-error-info-bar.c:1089
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Disk na koji pokušavate da sačuvate datoteku ima ograničenje na dužinu naziva "
+"datoteka. Upotrebite kraći naziv."
+
+#: ../gedit/gedit-io-error-info-bar.c:1100
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Disk na koji pokušavate da sačuvate datoteku ograničava određenu veličinu "
+"datoteke. Sačuvajte manju datoteku ili je sačuvate na neki drugi disk koji "
+"nema ovo ograničenje."
+
+#: ../gedit/gedit-io-error-info-bar.c:1117
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Ne mogu da sačuvam datoteku „%s“."
+
+#: ../gedit/gedit-io-error-info-bar.c:1157
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "Sadržaj datoteke „%s“ je izmenjen na disku."
+
+#: ../gedit/gedit-io-error-info-bar.c:1168
+msgid "Drop Changes and _Reload"
+msgstr "Odbaci izmene i _ponovo učitaj"
+
+#: ../gedit/gedit-io-error-info-bar.c:1178
+#: ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "_Ponovo učitaj"
+
+#: ../gedit/gedit-io-error-info-bar.c:1242
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "Neki neispravni znakovi su otkriveni prilikom čuvanja „%s“"
+
+#: ../gedit/gedit-io-error-info-bar.c:1258
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"Ukoliko nastavite čuvanje ove datoteke možete da oštetite dokument. Da ipak "
+"sačuvam?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Kliknite na ovo dugme da izaberete font koji će biti korišćen u uređivaču"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Koristi font sistema stalne širine (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"Ne mogu da napravim fasciklu „%s“: „g_mkdir_with_parents()“ poziv nije "
+"uspeo: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "Odabrana postavka boja ne može biti postavljena."
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "Dodajte postavku boja"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "_Dodaj postavku boja"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "Datoteke sa postavkama boja"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Ne mogu da uklonim postavku boja „%s“."
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "Pripremam..."
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "Datoteka: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "Stranica %N od %Q"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Iscrtavam %d. stranicu od %d..."
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "Stranica %d od %d"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "Ništa"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "Nađi i zameni"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "PREP"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "UBAC"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Postoje greške u %d listu"
+msgstr[1] "Postoje greške u %d lista"
+msgstr[2] "Postoje greške u %d listova"
+msgstr[3] "Postoje greške u jednom listu"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Vraćam dokument „%s“ iz fascikle „%s“"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "Vraćam dokument „%s“"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Učitavam dokument „%s“ iz fascikle „%s“"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "Učitavam „%s“"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Čuvam dokument „%s“ u facikli „%s“"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "Čuvam „%s“"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "Greška pri otvaranju datoteke „%s“"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Ne mogu da povratim dokument „%s“"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "Greška prilikom čuvanja datoteke „%s“"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "Naziv:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "MIME vrsta:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "Kodiranje:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "Proverite vašu instalaciju."
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "Ne mogu da otvorim datoteku sučelja „%s“. Greška: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+msgid "Unable to find the object “%s” inside file %s."
+msgstr "Ne mogu da pronađem objekat „%s“ unutar datoteke %s."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ na „%s“"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "Uniks/Linuks"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Mek OS klasični"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "Vindouz"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "Prikaži brojeve re_dova"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d od %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "Prelamaj _okolo"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "Poklopi kao _regularni izraz"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "Uporedi samo cele _reči"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "Uporedi _veličinu slova"
+
+#: ../gedit/gedit-view-frame.c:1026
+msgid "String you want to search for"
+msgstr "Niska koju želite da potražite"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "Line you want to move the cursor to"
+msgstr "Red na koji želite da postavite kursor"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "Poklapanje zagrada je izvan opsega"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "Nisam pronašao poklapanje zagrada"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Poklapanje zagrada se nalaze u redu: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " red %d, kol %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Širina tabulatora: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "Imate nesačuvanih dokumenata"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "Promenite stranicu bočne površi"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "Dokumenti"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "Premesti _levo"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "Premesti _desno"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "Premesti u _novi prozor"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "Premesti u novu _grupu jezičaka"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "_Zatvori"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "Samostalno uvlačenje"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "Koristi razmake"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "Prikaži brojeve redova"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "Prikaži desnu marginu"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "Istakni tekući red"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "Prelom teksta"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "_Datoteka"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "_Novi"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "_Skorašnji dokumenti"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "Ponovo otvori zatvoreni _jezičak"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "Sačuvaj _kao…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20
+#: ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "_Novi prozor"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "_Štampaj…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "_Izađi"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "_Uređivanje"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "_Opozovi"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "_Ponovi"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "_Iseci"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "U_množi"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "U_baci"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:919
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:957
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_Obriši"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "Način _prepisivanja"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "Izaberi _sve"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_Postavke"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+#: ../gedit/resources/gtk/menus.ui.h:16
+msgid "_View"
+msgstr "Pre_gled"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "Bočna _površ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "_Donja površ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "_Preko celog ekana"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "_Režim isticanja…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "Pre_traga"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "_Nađi…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "Nađi _sledeće"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "Nađi _prethodno"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "Nađi i _zameni…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "Ukloni _isticanje"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "_Idi na red…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+#: ../gedit/resources/gtk/menus.ui.h:20
+msgid "_Tools"
+msgstr "_Alati"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "_Dokumenta"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "_Sačuvaj sve"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "_Zatvori sve"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "_Nova grupa jezička"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "_Prethodna grupa jezička"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "_Sledeća grupa jezička"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "_Prethodni dokument"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "_Naredni dokument"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "Premesti u _novi prozor"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+#: ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "Po_moć"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "_O programu"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "Prečice na _tastaturi"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "Sačuvaj _sve"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "Nađi i _zameni…"
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "_Idi na red…"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "Pregled"
+
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "Alati"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "Kodiranja znakova"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "_Primeni"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "_Dostupna kodiranja"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "_Izabrana kodiranja"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_Opis"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Kodiranje"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "Režim isticanja"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "_Izaberi"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode…"
+msgstr "Režim isticanja pretrage…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "Nema rezultata"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "Ostali _dokumenti…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "Otvorite drugu datoteku"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Postavke"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "Prikaži desnu _marginu u koloni:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "Prikaži traku _stanja"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "Prikaži mini_jaturni pregled koda"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "Prikaži šablon sa _mrežom"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Prelom teksta"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "Uključi _prelamanje teksta"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "Nemoj _deliti reči u dva reda"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "Isticanje"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "Istakni tekući _red"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "Istakni uparene _zagrade"
+
+# bug(slobo):nesigurno: da li su ovo jezicci ili tabulatori?
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "Tabulatori"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "Širina _tabulatora:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "Umetni _razmake umesto tabulatora"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "Omogući _automatsko uvlačenje"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "Čuvanje datoteka"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "Napravi _rezervni primerak datoteka pre čuvanja"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "_Sam sačuvaj datoteke svakih"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_minuta"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "Uređivač"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "Font"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "Font _uređivača: "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "Izaberite font uređivača"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "Šema boja"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "Instalirajte šemu"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "Instaliraj šemu"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "Uklonite šemu"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "Ukloni šemu"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "Font i boje"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "Priključci"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "Isticanje sintakse"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "Štampaj isticanje _sintakse"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Brojevi redova"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "Ispiši brojeve _redova"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "Ispiši _broj nakon"
+
+# bug(slobo): plural-forms?
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "redova"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "Zaglavlje strane"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "Ispiši _zaglavlja stranica"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Fontovi"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "Te_lo:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "Brojevi _redova:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "Za_glavlja i podnožja:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "Pov_rati podrazumevane fontove"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "Prikažite prethodnu stranicu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "Prikažite sledeću stranicu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "Tekuća stranica (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "od"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "Ukupan broj strana"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "Ukupan broj strana u dokumentu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "Prikažite više stranica odjednom"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "Uvećaj 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "Uvećajte da ispuni celu stranicu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "Uvećajte stranicu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "Umanjite stranicu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "Zatvorite pregled pred štampu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "_Zatvori pregled štampe"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "Pregled pred štampu"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "Pregledajte stranicu dokumenta koju želite da odštampate"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "_Zameni sve"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Nađi"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Nađ_i "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "Zameni _sa "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "_Uporedi veličinu slova"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "Uporedi samo _cele reči"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "Re_gularni izraz"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "Traži _unazad"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "Prelamaj _okolo"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokumenti"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Napravi novi dokument u jezičku"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Otvori dokument"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Sačuvaj dokument"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Sačuvaj dokument pod novim imenom datoteke"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Sačuvaj sve dokumente"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Zatvori dokument"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Zatvori sve dokumente"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Ponovo otvori poslednje zatvoreni dokument"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Prebaci se na sledeći dokument"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Prebaci se na prethodni dokument"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Prebaci se na prvi – deveti dokument"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Prozori i površi"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Napravi novi dokument u prozoru"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Napravi novu grupu jezička"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Prikaži bočnu površ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Prikaži donju površ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Uključi ili isključi prikaz preko celog ekrana"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Izađi iz programa"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Nađi i zameni"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Nađi"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Nađi sledeće podudaranje"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Nađi prethodno podudaranje"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Očisti isticanje"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Idi na red"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Umnoži i ubaci"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Umnoži izabrani tekst u ostavu"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Iseci umnoženi tekst u ostavu"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Ubaci tekst iz ostave"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Opozovi i ponovi"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Opozovi prethodnu naredbu"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Ponovi prethodnu naredbu"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Izbor"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Izaberi sav tekst"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Uređivanje"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Uključi ili isljkuči ubacivanje ili prepisivanje"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Obriši trenutni red"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "Spoji izabrane redove"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Pomeri trenutni red na gore"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Pomeri trenutni red na dole"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Pomeri trenutnu reč ulevo"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Pomeri trenutnu reč udesno"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Pretvori u velika slova"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Pretvori u mala slova"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Obrni veličinu slova"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Povećaj broj na pokazivaču"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Smanji broj na pokazivaču"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Alati"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Provera pisanja"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Štampaj dokument"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Prikaži prozor za samodopunjavanje"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "Zatvori dokument"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "Otvorite datoteku"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "Otvori"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "Napravite novi dokument"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "Novi"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "Sačuvajte trenutnu datoteku"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "Sačuvaj"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "Sakrij panel"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "Otvorite prozorče datoteke"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "Napustite ceo ekran"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "Proverite izdanja"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "Proverite da li je izašlo novo izdanje Vilenjakove beležnice"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "Došlo je do greške pri prikazivanju adrese."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_Preuzmi"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_Zanemari izdanje"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "Izašla je nova Vilenjakova beležnica"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"Možete da preuzmete novo izdanje Vilenjakove beležnice pritiskom na dugme "
+"„Preuzmi“ ili da zanemarite to izdanje i da sačekate novo."
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "Izdanja za zanemarivanje"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "Izdanja koja treba zanemariti dok ne izađe novije izdanje."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Statistika dokumenta"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+"Analizira trenutni dokument i izveštava o broju reči, redova, znakova, i "
+"znakova bez razmaka."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "Statistika _dokumenta"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "Dokument"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "Izbor"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "Redovi"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "Reči"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "Znakova (sa razmacima)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "Znakova (bez razmaka)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "Bajtova"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Izgradi"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run “make” in the document directory"
+msgstr "Izvrši naredbu „make“ u fascikli dokumenata"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "Ovde otvori terminal"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "Otvorite terminal sa početkom u otvorenoj fascikli"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "Ukloni završne razmake"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "Uklanja beskorisne razmake i praznine na kraju reda u datoteci"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Izvršite naredbu"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Pokreće naredbu i smešta njen izlaz u novi dokument"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "Pošaljite u „fpaste“"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "Prebacite izabrani tekst ili tekući dokument u „fpaste“"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "Spoljni alati"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "Izvršava spoljne naredbe i skripte ljuske."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "Da li će biti korišćen font sistema"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ako je izabrano, spoljni alati će koristiti stoni, globalni standardni font "
+"ako je font utvrđene širine (u suprotnom će se koristiti najsličniji font "
+"koji se može naći)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Naziv Pango fonta. Primeri su „Sans 12“ ili „Monospace Bold 14“."
+
+#: ../plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Upravljaj sp_oljnim alatima…"
+
+#: ../plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Spoljni _alati"
+
+#: ../plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Ne mogu da izvršim naredbu: %s"
+
+#: ../plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Morate biti unutar neke reči da biste izvršili ovu naredbu"
+
+#: ../plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Pokrenuti alat:"
+
+#: ../plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Urađeno."
+
+#: ../plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Izašao"
+
+#: ../plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Svi jezici"
+
+#: ../plugins/externaltools/tools/manager.py:429
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:772
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "Svi jezici"
+
+#: ../plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Novi alat"
+
+#: ../plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ova prečica je već vezana za „%s“"
+
+#: ../plugins/externaltools/tools/manager.py:727
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Upišite novu prečicu ili očistite tasterom za brisanje"
+
+#: ../plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator"
+msgstr "Unesite novu prečicu"
+
+#: ../plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Zaustavljen."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "Zaustavi alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "Uvek dostupan"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "Svi dokumenti"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "Svi dokumenti izuzev onih bez naslova"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "Samo lokalne datoteke"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "Samo udaljene datoteke"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "Samo nenaslovljeni dokumenti"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "Tekući dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "Trenutno izabrano"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "Trenutno izabrano (podrazumevano u dokumentu)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "Tekući red"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "Tekuća reč"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "Prikažite u oblasti na dnu"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "Napravite novi dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "Pripojte trenutnom dokumentu"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "Zamenite tekući dokument"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "Zamenite trenutno izabrani tekst"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "Umetnite na poziciju kursora"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "Upravljaj spoljnim alatima"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "Dodajte novi alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "Dodaj alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "Uklonite izabrani alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "Ukloni alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "Vratite alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "Vrati alat"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "Taster _prečice:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_Sačuvaj:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "U_laz:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "I_zlaz:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "P_rimenljivost:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Izlaz alata"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "Površ sa pregledačem datoteka"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "Lak pristup datotekama iz bočne oblasti"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "Lična fascikla"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "Sistem datoteka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "Pregledač datoteka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "Došlo je do greške pri pravljenju nove fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "Došlo je do greške pri pravljenju nove datoteke"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "Došlo je do greške pri preimenovanju datoteke ili fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "Došlo je do greške pri brisanju datoteke ili fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Došlo je do greške pri otvaranju fascikle u pregledaču datoteka"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "Došlo je do greške pri postavljanju korenske fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "Došlo je do greške tokom učitavanja fascikle"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "Došlo je do greške"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:902
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Ne mogu da premestim datoteku u smeće.\n"
+"Da li želite da je obrišete trajno?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:907
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Datoteka „%s“ ne može biti premeštena u smeće."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:912
+msgid "The selected files cannot be moved to the trash."
+msgstr "Odabrana datoteka ne može biti premeštena u smeće."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:943
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Da li sigurno želite da trajno obrišete „%s“?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:948
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Da li sigurno želite da trajno obrišete odabrane datoteke?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:951
+msgid "If you delete an item, it is permanently lost."
+msgstr "Ukoliko obrišete neku stavku, biće zauvek izgubljena."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(Prazno)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Preimenovana datoteka je odstranjena propusnikom. Morate prilagoditi "
+"podešavanja propuštanja kako biste je učinili vidljivom."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "Neimenovana datoteka"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Nova datoteka je odstranjena propusnikom. Morate prilagoditi podešavanja "
+"propuštanja kako biste je učinili vidljivom."
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "Neimenovana fascikla"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Novi direktorijum je odstranjen propusnikom. Morate prilagoditi podešavanja "
+"propuštanja kako biste ga učinili vidljivim."
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "Obeleživači"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Ne postoji objekat montiranja za montirani disk: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Ne mogu da otvorim medijum: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Ne mogu da montiram disk: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Greška tokom učitavanja „%s“: Nema takve fascikle"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "Otvaranje u pregledu stablom"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Prikazuje stablo kada se pregledač datoteka učita umesto pregleda obeleživača"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "Koreni direktorijum u pregledaču datoteka"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Koreni direktorijum preglednika datoteka koji će biti korišćen prilikom "
+"učitavanja priključka preglednika datoteka i kada je izabrano „onload/"
+"tree_view“."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "Zamišljeni koreni direktorijum u pregledaču datoteka"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Virtuelni koreni direktorijum preglednika datoteka koji će biti korišćen "
+"prilikom učitavanja priključka preglednika datoteka i kada je izabrano „onload/"
+"tree_view“. Virtuelni koreni direktorijum mora uvek biti unutar stvarnog."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "Omogući obnavljanje udaljenih lokacija"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Da li treba omogućiti obnavljanje udaljenih lokacija."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "Postavljanje početka na prvi dokument"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Ako je tačno, priključak za razgledanje datoteka će prikazati fasciklu "
+"dokumenta koji je prvi otvoren jer pregledač nije korišćen. (Ovo se obično "
+"primenjuje prilikom otvaranja dokumenta iz linije naredbi, ili u Nautilusu, "
+"itd.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "Režim filtriranja u pregledaču datoteka"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Vrednost određuje koje datoteke će biti filtrirane iz pregledača datoteka. "
+"Podržane vrednosti su: „none“ (bez filtriranja), „hidden“ (filtriraj skrivene "
+"datoteke), „binary“ (filtriraj izvršne datoteke) i y „hidden-and-"
+"binar“ (filtriraj skrivene i izvršne datoteke)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "Maska filtera u pregledaču datoteka"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Maska filtera za primenu u pregledniku datoteka. Filter radi po režimu iz "
+"„filter_mode“."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "Binarni šabloni pregledača datoteka"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Dopunski šabloni za korišćenje prilikom izdvajanja izvršnih datoteka."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "_Postavi koren na tekući dokument"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_Nova fascikla"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "Nova _datoteka"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename…"
+msgstr "_Preimenuj…"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "Premesti u _smeće"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "_Osveži pregled"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "_Prikaži fasciklu"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_Otvori u terminalu"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_Filter"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "Prikaži s_krivene"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "Prikaži _izvršne"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "Uporedi naziv datoteke"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "Istorijat"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "Otvorite izbornik istorijata"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Linije režima"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emaks, Kejt i Vim podrška za linije režima u Vilenjakovoj beležnici."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "Boja teksta naredbe"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "Boja teksta za naredbe"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "Boja teksta greške"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "Boja teksta za greške"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Ako je tačno, terminal će da koristi opšti font radne površi ako je utvrđene "
+"širine (ili u suprotnom najsličniji font koji pronađe)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "Boja _naredbe:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "Boja _greške:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:60
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Pitonova konzola"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "Interaktivna konzola pitona koja stoji u panelu na dnu"
+
+#: ../plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Brzo otvori…"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Brzo otvori"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "Brzo otvorite datoteke"
+
+#: ../plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Upišite da potražite…"
+
+#: ../plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Upravljaj i_sečcima…"
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:64
+#: ../plugins/snippets/snippets/document.py:153
+#: ../plugins/snippets/snippets/document.py:667
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "Isečci"
+
+#: ../plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Ne mogu da napravim arhivu „%s“"
+
+#: ../plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Ciljna fascikla „%s“ ne postoji"
+
+#: ../plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Ciljna fascikla „%s“ nije ispravna"
+
+#: ../plugins/snippets/snippets/importer.py:55
+#: ../plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Datoteka „%s“ ne postoji"
+
+#: ../plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Datoteka „%s“ nije ispravna datoteka sa isečcima"
+
+#: ../plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Uvezena datoteka „%s“ nije ispravna datoteka sa isečcima"
+
+#: ../plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Arhiva „%s“ ne može biti raspakovana"
+
+#: ../plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Sledeće datoteke nisu mogle biti uvežene: %s"
+
+#: ../plugins/snippets/snippets/importer.py:119
+#: ../plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Datoteka „%s“ nije ispravna datoteka sa isečcima"
+
+#: ../plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Arhiva isečaka"
+
+#: ../plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Dodaj novi isečak…"
+
+#: ../plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Opšte"
+
+#: ../plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Povrati odabrani isečak"
+
+#: ../plugins/snippets/snippets/manager.py:417
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "Obrišite odabrani isečak"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Ovo nije ispravan prekidač za jezičak. Prekidači mogu da sadrže slovno–"
+"brojevne znake (ili _ : i .) ili jednostruke znake koji nisu slova ni cifre, "
+"poput {, [, itd."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:677
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Reč na koju se aktivira isečak nakon pritiska na taster tabulatora"
+
+#: ../plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Došlo je do greške pri uvozu: %s"
+
+#: ../plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Uvoz je uspešno završen"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "Uvezite isečke"
+
+#: ../plugins/snippets/snippets/manager.py:792
+#: ../plugins/snippets/snippets/manager.py:878
+#: ../plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Sve podržane arhive"
+
+#: ../plugins/snippets/snippets/manager.py:793
+#: ../plugins/snippets/snippets/manager.py:879
+#: ../plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Arhiva sažeta Gzipom"
+
+#: ../plugins/snippets/snippets/manager.py:794
+#: ../plugins/snippets/snippets/manager.py:880
+#: ../plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Arhiva sažeta Bzipom 2"
+
+#: ../plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Jedinstvena datoteka sa isečcima"
+
+#: ../plugins/snippets/snippets/manager.py:796
+#: ../plugins/snippets/snippets/manager.py:882
+#: ../plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Sve datoteke"
+
+#: ../plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Došlo je do greške pri izvozu: %s"
+
+#: ../plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Izvoz je uspešno završen"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:852
+#: ../plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Da li želite da uključite odabrane <b>sistemske</b> isečke pri izvozu?"
+
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Nema odabranih isečaka za izvoz"
+
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Izvezite isečke"
+
+#: ../plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Unesite novu prečicu, ili je uklonite tasterom za brisanje unazad"
+
+#: ../plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Ukucajte novu prečicu"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Izvršavanje naredbe Pitona (%s) je trajalo duže nego što je dozvoljeno, te je "
+"prekinuto."
+
+#: ../plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Izvršavanje naredbe Pitona (%s) nije uspelo: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "Umetnite rečenice koje često koristite na brz način"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "Upravljaj isečcima"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "Napravite novi isečak"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "Dodaj isečak"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "Ukloni isečak"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "Uvezi isečke"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "Izvezite odabrane isečke"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "Izvezi isečke"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "Pokretanje"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "Oki_dač za jezičak:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "Preč_ica:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Prečica sa tastature koja aktivira isečak"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "O_dredište:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort…"
+msgstr "Por_eđaj…"
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Poređaj"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "O_brni redosled"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "Ukloni dupli_kate"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "_Razlikuj velika slova"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "Počni sa _kolonom:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "_Poređaj"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Poređajte dokument ili izabrani tekst."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Pro_veri pisanje…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Postavi _jezik…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Istakni pogrešno napisane reči"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "Provera pravopisa"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "Proverite pisanje u trenutnom dokumentu."
+
+#: ../plugins/time/gedit-time-plugin.c:265
+msgid "In_sert Date and Time…"
+msgstr "Ume_tni datum i vreme…"
+
+#: ../plugins/time/gedit-time-plugin.c:491
+msgid "Available formats"
+msgstr "Dostupni formati"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "Upitna poruka"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Ako korisnik treba biti upitan za format ili ako izabrani ili proizvoljni "
+"format treba da se koristi."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "Izabrani format"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "Izabrani format koji se koristi prilikom umetanja datuma/vremena."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "Proizvoljni format"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "Proizvoljni format koji se koristi prilikom umetanja datuma/vremena."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "Umetni datum i vreme"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "Koristi izabrani fo_rmat"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "Kori_sti proizvoljan format"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d.%m.%Y, %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01.11.2009, 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "_Umetni"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "Podesite priključak za datum/vreme"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time…"
+msgstr "Kada se ubacuje datum i vreme…"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "U_pitaj za format"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Umetni datum/vreme"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Umeće trenutni datum i vreme na poziciju kursora."
+
+#~ msgid "_Ignore"
+#~ msgstr "_Zanemari"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Upravljaj _spoljnim alatima..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "Brzo otvori..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Upravljaj _isečcima..."
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "Proveri pi_sanje..."
+
+#~ msgid "Set _Language..."
+#~ msgstr "Postavi _jezik..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "Umetni datum i _vreme..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "Otvorite novi prozor"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Otvorite novi dokument"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Postavlja veličinu i položaj prozora (ŠIRINAxVISINA+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRIJA"
+
+#~ msgid "File"
+#~ msgstr "Datoteka"
+
+#~ msgid "Edit"
+#~ msgstr "Uređivanje"
+
+#~ msgid "Search"
+#~ msgstr "Pretraga"
+
+#~ msgid "Help"
+#~ msgstr "Pomoć"
+
+#~ msgid "Question"
+#~ msgstr "Pitanje"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(nema predloga reči)"
+
+#~ msgid "_More..."
+#~ msgstr "Da_lje..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Zanemari sve"
+
+#~ msgid "_Add"
+#~ msgstr "_Dodaj"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "Predlozi provere pi_sanja..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Greška prilikom provere pisanja za reč „%s“: %s"
+
+#~ msgid "Error:"
+#~ msgstr "_Greška:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Provera pisanja je završena"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Nema pogrešno napisanih reči"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(ispravno pisanje)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Predlozi"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Nepoznat (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Osnovni"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Izaberi je_zik trenutnog dokumenta."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Pogrešno napisana reč:"
+
+#~ msgid "word"
+#~ msgstr "reč"
+
+#~ msgid "Change _to:"
+#~ msgstr "Izme_ni u:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Proveri re_č"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "Predlo_zi:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "_Zanemari sve"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Izme_ni"
+
+#~ msgid "Change A_ll"
+#~ msgstr "I_zmeni sve"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Korisnički rečnik:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "D_odaj reč"
+
+# Ovo treba da bude UTF-8,CURRENT,ISO-8859-2 za latinični prevod!!!
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr ""
+#~ "[„UTF-8“, „CURRENT“, „ISO-8859-2“, „ISO-8859-5“, „WINDOWS-1250“, "
+#~ "„WINDOWS-1251“, „ISO-8859-15“]"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Samostalno otkrivanje kodnih rasporeda"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Uređeni spisak kodnih rasporeda koje program koristi za samoprepoznavanje "
+#~ "kodnog rasporeda datoteke. „CURRENT“ označava tekući kodni raspored "
+#~ "lokaliteta. Koriste se jedino prepoznati kodni rasporedi."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "[„ISO-8859-15“]"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Kodni rasporedi prikazani u izborniku"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Spisak kodiranja prikazanih u izborniku za kodiranje znakova pri izboru "
+#~ "datoteka. Koriste se samo prepoznati kodni rasporedi."
+
+#~ msgid "RO"
+#~ msgstr "SČ"
+
+#~ msgid "Character encodings"
+#~ msgstr "Kodiranja znakova"
+
+#~ msgid "_OK"
+#~ msgstr "U _redu"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "_Kodiranja prikazana u izborniku:"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Zanemari veličinu slova"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Ne možete poništiti ređanje"
+
+#~ msgid "Set language"
+#~ msgstr "Postavite jezik"
+
+#~ msgid "Languages"
+#~ msgstr "Jezici"
+
+#~ msgid "The document is empty."
+#~ msgstr "Dokument je prazan."
+
+#~ msgid "P_revious Page"
+#~ msgstr "_Prethodna stranica"
+
+#~ msgid "_Next Page"
+#~ msgstr "_Sledeća stranica"
+
+#~ msgid "Replace"
+#~ msgstr "Zameni"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Potraži: "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Da li program treba da pravi rezervne primerke za datoteke koje čuva. "
+#~ "Možete postaviti proširenje datoteke rezerve pomoću opcije „Proširenje "
+#~ "rezervnog primerka“."
+
+#~ msgid "About gedit"
+#~ msgstr "O programu"
+
+#~ msgid "Unicode"
+#~ msgstr "Unikod"
+
+#~ msgid "Western"
+#~ msgstr "Zapadni"
+
+#~ msgid "Central European"
+#~ msgstr "Centralnoevropski"
+
+#~ msgid "South European"
+#~ msgstr "Južnoevropski"
+
+#~ msgid "Baltic"
+#~ msgstr "Baltički"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Ćirilični"
+
+#~ msgid "Arabic"
+#~ msgstr "Arapski"
+
+#~ msgid "Greek"
+#~ msgstr "Grčki"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Hebrejski vizuelni"
+
+#~ msgid "Turkish"
+#~ msgstr "Turski"
+
+#~ msgid "Nordic"
+#~ msgstr "Nordijski"
+
+#~ msgid "Celtic"
+#~ msgstr "Keltski"
+
+#~ msgid "Romanian"
+#~ msgstr "Rumunski"
+
+#~ msgid "Armenian"
+#~ msgstr "Jermenski"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Kineski tradicionalni"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Ćirilični/ruski"
+
+#~ msgid "Japanese"
+#~ msgstr "Japanski"
+
+#~ msgid "Korean"
+#~ msgstr "Korejski"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Kineski pojednostavljeni"
+
+#~ msgid "Georgian"
+#~ msgstr "Gruzijski"
+
+#~ msgid "Hebrew"
+#~ msgstr "Hebrejski"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Ćirilični/ukrajinski"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Vijetnamski"
+
+#~ msgid "Thai"
+#~ msgstr "Tajlandski"
+
+#~ msgid "Unknown"
+#~ msgstr "Nepoznato"
+
+#~ msgid "The file is too big."
+#~ msgstr "Datoteka je prevelika."
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unikod (UTF-8)"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "Otvorite skoro korišćenu datoteku"
+
+#~| msgid "Maximum Recent Files"
+#~ msgid "Recent files"
+#~ msgstr "Skorašnje datoteke"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Cajtgajst dostavljač datuma"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr ""
+#~ "Prijavljuje pristup i ostavlja događaj za dokumenta korišćena Vilenjakovom "
+#~ "beležnicom"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Ograničenje opoziva radnji (ZASTARELO)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Najveći broj radnji koje će program moći da opozove ili ponovi. Koristite "
+#~ "„-1“ za neograničeni broj radnji. Zastarelo počevši od 2.12.0."
+
+#~ msgid "Show the application's help"
+#~ msgstr "Prikazuje pomoć programa"
+
+#~ msgid "- Edit text files"
+#~ msgstr "— Uredite tekstualne dokumente"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Pokrenite „%s --help“ da ​​vidite potpun spisak dostupnih opcija linije "
+#~ "naredbi.\n"
+
+#~ msgid "Save _As..."
+#~ msgstr "Sačuvaj _kao..."
+
+#~ msgid "_Print..."
+#~ msgstr "_Štampaj..."
+
+#~ msgid "Empty"
+#~ msgstr "Prazno"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Postavke Vilenjakove beležnice"
+
+#~ msgid "column"
+#~ msgstr "stupac"
+
+#~ msgid "_Open..."
+#~ msgstr "_Otvori..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "_Postavke"
+
+#~ msgid "Configure the application"
+#~ msgstr "Podesite program"
+
+#~ msgid "_Contents"
+#~ msgstr "_Sadržaj"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Vrati na sačuvano izdanje datoteke"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "Pregled pred _štampu"
+
+#~ msgid "Print preview"
+#~ msgstr "Pregledajte stranu pre štampanja"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Opozovite poslednju radnju"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Ponovite poslednju opozvanu radnju"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Isecite izbor"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Umnožite izbor"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Obrišite izabrani tekst"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "_Režim isticanja..."
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "Izmenite režim isticanja radnog dokumenta"
+
+#~ msgid "_Find..."
+#~ msgstr "_Nađi..."
+
+#~ msgid "Search for text"
+#~ msgstr "Potražite tekst"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Potražite isti tekst unapred"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Potražite isti tekst unazad"
+
+#~ msgid "_Replace..."
+#~ msgstr "Zam_eni..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Potražite i zamenite željeni tekst"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Uklonite isticanje pronađenog teksta"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Idite na određeni red u tekstu"
+
+#~ msgid "Save all open files"
+#~ msgstr "Sačuvajte sve otvorene datoteke"
+
+#~ msgid "Close all open files"
+#~ msgstr "Zatvorite sve otvorene datoteke"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Prikažite prethodni dokument"
+
+#~ msgid "Activate next document"
+#~ msgstr "Prikažite naredni dokument"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Premestite trenutni dokument u novi prozor"
+
+#~ msgid "Close the current file"
+#~ msgstr "Zatvorite trenutnu datoteku"
+
+#~ msgid "Quit the program"
+#~ msgstr "Zatvorite program"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_Paleta alata"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Prikažite ili sakrijte traku alata u trenutnom prozoru"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "Prikažite ili sakrijte traku stanja u trenutnom prozoru"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Uređujte tekst preko celog ekrana"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Prikažite ili sakrijte bočnu površ u trenutnom prozoru"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Prikažite ili sakrijte donju površ u trenutnom prozoru"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Otvori „%s“"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Aktiviraj „%s“"
+
+#~ msgid "Change Case"
+#~ msgstr "Izmeni veličinu slova"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "Izmenite veličinu slova izabranog teksta."
+
+#~ msgid "C_hange Case"
+#~ msgstr "Izme_ni veličinu slova"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Sva _velika slova"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Sva _mala slova"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Obrnite veličinu slova izabranog teksta"
+
+#~ msgid "_Title Case"
+#~ msgstr "Veličina slova _naslova"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Ispišite velikim slovom prvo slovo svake izabrane reči"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "dobavite statističke podatke o trenutnom dokumentu"
+
+#~ msgid "_Update"
+#~ msgstr "_Osveži"
+
+#~ msgid "File Name"
+#~ msgstr "Naziv datoteke"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Otvori upravnika spoljnim alatima"
+
+#~ msgid "External tools"
+#~ msgstr "Spoljni alati"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Brzo otvara dokumente"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_Isečci:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Upravljajte isečcima"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Poređajte tekući dokument ili označeni deo"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Proverite trenutni dokument za greškama u pisanju"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "Podesite jezik tekućeg dokumenta"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Automatski proveravaj pisanje u trenutnom dokumentu"
+
+#~ msgid "Language:"
+#~ msgstr "Jezik:"
+
+#~ msgid "Language"
+#~ msgstr "Jezik"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Umetnite trenutni datum i vreme na poziciju kursora"
diff --git a/po/sv.po b/po/sv.po
new file mode 100644
index 0000000..6f61aea
--- /dev/null
+++ b/po/sv.po
@@ -0,0 +1,3995 @@
+# Swedish messages for gedit.
+# Copyright © 1998-2022 Free Software Foundation, Inc.
+# Martin Wahlen <mva@sslug.dk>, 1998.
+# Martin Norbäck <d95mback@dtek.chalmers.se>, 1999, 2000.
+# Andreas Hyden <a.hyden@cyberpoint.se>, 2000.
+# Christian Rose <menthos@menthos.com>, 2000, 2001, 2002, 2003, 2004, 2005.
+# Daniel Nylander <po@danielnylander.se>, 2006, 2007, 2008, 2009, 2010, 2011, 2012.
+# Anders Jonsson <anders.jonsson@norsjovallen.se>, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2022.
+# Sebastian Rasmussen <sebras@gmail.com>, 2014, 2016.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-07-27 01:28+0000\n"
+"PO-Revision-Date: 2022-07-27 11:58+0200\n"
+"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
+"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
+"Language: sv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.1.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Textredigerare"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "gedit är en universaltextredigerare."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Det främsta målet för gedit är att vara lättanvänt, med ett enkelt "
+"standardgränssnitt. Mer avancerade funktioner finns tillgängliga genom att "
+"aktivera insticksmoduler."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Redigera textfiler"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Redigerare;Vanlig text;Skriv;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Nytt fönster"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Nytt dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Använd standardtypsnitt"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Huruvida systemets standardtypsnitt med fast breddsteg ska användas för "
+"redigering av text istället för ett typsnitt som är specifikt för gedit. Om "
+"detta alternativ är inaktiverat, kommer typsnittet som är angivet i "
+"alternativet ”Redigerartypsnitt” att användas istället för systemtypsnittet."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Redigerartypsnitt"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Ett anpassat typsnitt som används för redigeringsytan. Detta kommer endast "
+"att ha effekt om alternativet ”Använd standardtypsnitt” är frånslaget."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Stilschema"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ID för ett GtkSourceView-stilschema som används för att färga texten."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Skapa säkerhetskopior"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Huruvida gedit ska skapa säkerhetskopior för filerna som sparas."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Spara automatiskt"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Huruvida gedit automatiskt ska spara ändrade filer efter ett tidsintervall. "
+"Du kan ange tidsintervallet med alternativet ”Intervall för automatiskt "
+"sparande”."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Intervall för automatiskt sparande"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Antal minuter efter vilket gedit automatiskt kommer att spara ändrade filer. "
+"Detta har endast effekt då alternativet ”Spara automatiskt” är påslaget."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Maximalt antal ångringsåtgärder"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Maximalt antal åtgärder som gedit kan ångra eller göra om. Använd ”-1” för "
+"obegränsat antal åtgärder."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Radbrytningsläge"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Anger hur långa rader ska radbrytas i redigeringsytan. Använd ”none” för "
+"ingen radbrytning, ”word” för radbrytning vid ordgränser och ”char” för "
+"radbrytning vid enskilda teckengränser. Observera att det görs skillnad på "
+"versaler och gemener i värdena, så försäkra dig om att de visas exakt som de "
+"visas här."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Senast valda uppdelningsläge för radbrytningsläge"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Anger det senast valda uppdelningsläget för radbrytningsläge, så att vi "
+"fortfarande kommer ihåg inställt uppdelningsläge även då radbrytningsläget "
+"är inaktiverat. Använd ”word” för radbrytning vid ordgränser, och ”char” för "
+"radbrytning vid enskilda teckengränser."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tabulatorbredd"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Anger antalet blanksteg som ska visas istället för tabulatortecken."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Infoga blanksteg"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Huruvida gedit ska infoga blanksteg istället för tabulatortecken."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Automatisk indentering"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Huruvida gedit ska aktivera automatisk indentering."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Visa radnummer"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Huruvida gedit ska visa radnummer i redigeringsytan."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Färgmarkera aktuell rad"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Huruvida gedit ska färgmarkera den aktuella raden."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Färgmarkera matchande parenteser"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Huruvida gedit ska färgmarkera matchande parenteser."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Visa högermarginal"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Huruvida gedit ska visa högermarginalen i redigeringsytan."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Position för högermarginalen"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Anger positionen för högermarginalen."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Typ av bakgrundsmönster för dokument"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Huruvida dokumentet får ett bakgrundsmönster utritat."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Smarta Home och End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Anger hur markören flyttas när tangenterna HOME och END används. Använd "
+"”disabled” för att alltid flytta till början/slutet av raden, ”after” för "
+"att flytta till början/slutet av raden första gången tangenterna används och "
+"till början/slutet av texten samt ignorera tomrum andra gången som "
+"tangenterna används, ”before” för att flytta till början/slutet av texten "
+"innan flytt till början/slutet av raden och ”always” för att alltid flytta "
+"till början/slutet av texten istället för början/slutet av raden."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Återställ tidigare markörposition"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Huruvida gedit ska återställa den tidigare markörpositionen när en fil läses "
+"in."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Aktivera syntaxmarkering"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Huruvida gedit ska aktivera syntaxmarkering."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Aktivera färgmarkering vid sökning"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Huruvida gedit ska färgmarkera alla förekomster av söktexten."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Försäkra efterliggande nyrad"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Huruvida gedit ska försäkra att dokument alltid avslutas med en "
+"efterliggande nyrad."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Visningsläge för anteckningsblocksflikar"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Anger när anteckningsblocksflikar ska visas. Använd ”never” för att aldrig "
+"visa flikarna, ”always” för att alltid visa flikarna och ”auto” för att visa "
+"flikarna endast när det finns fler än en flik. Observera att det görs "
+"skillnad på versaler och gemener i värdena, så försäkra dig om att de visas "
+"exakt som de visas här."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Statusrad är synlig"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Huruvida statusraden i nederkanten på redigeringsfönster ska vara synlig."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Sidopanelen är synlig"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Huruvida sidopanelen till vänster i redigeringsfönstret ska vara synlig."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Skriv ut syntaxmarkering"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Huruvida gedit ska skriva ut syntaxmarkering vid utskrift av dokument."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Skriv ut huvud"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Huruvida gedit ska inkludera ett dokumenthuvud vid utskrift av dokument."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Radbrytningsläge för utskrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Anger hur långa rader ska radbrytas vid utskrift. Använd ”none” för ingen "
+"radbrytning, ”word” för radbrytning vid ordgränser och ”char” för "
+"radbrytning vid enskilda teckengränser. Observera att det görs skillnad på "
+"versaler och gemener i värdena, så försäkra dig om att de visas exakt som de "
+"visas här."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Skriv ut radnummer"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Om detta värde är 0 kommer inga radnummer att infogas vid utskrift av ett "
+"dokument. Annars kommer gedit att skriva ut radnummer med detta radintervall."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Texttypsnitt för utskrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Anger det typsnitt som ska användas för dokumentets text vid utskrift av "
+"dokument."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Sidhuvudstypsnitt för utskrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Anger det typsnitt som ska användas för sidhuvud vid utskrift av ett "
+"dokument. Detta kommer endast att ha effekt om alternativet ”Skriv ut huvud” "
+"är påslaget."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Radnummerstypsnitt för utskrift"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Anger det typsnitt som ska användas för radnummer vid utskrift. Detta kommer "
+"endast att ha effekt om alternativet ”Skriv ut radnummer” inte är noll."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Vänstermarginal"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Vänstermarginalen i millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Övre marginal"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Överkantsmarginalen i millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Högermarginal"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Högermarginalen i millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Nedre marginal"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Nederkantsmarginalen i millimeter."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Kandidatkodningar"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Lista över kandidatkodningar som visas i menyn Teckenkodning i väljaren "
+"öppna/spara fil. ”CURRENT” representerar kodningen för aktuell lokal. Enbart "
+"kodningar som känns igen används. Standardvärdet är en tom lista, i vilket "
+"fall gedit kommer att välja bra standardvärden beroende på land och språk."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Aktiva insticksmoduler"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Lista över aktiva insticksmoduler."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Visa programmets version"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Visa en lista över möjliga värden för kodningsalternativet"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Ställ in den teckenkodning som ska användas för att öppna filerna som anges "
+"på kommandoraden"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODNING"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Skapa ett nytt topplagerfönster i en befintlig instans av gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Skapa ett nytt dokument i en befintlig instans av gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Öppna filer och blockera processen tills filer har stängts"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Kör gedit i fristående läge"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FIL…] [+RAD[:KOLUMN]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Ett fel inträffade vid visning av hjälpen."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ogiltig kodning."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Stäng _utan att spara"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "A_vbryt"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "Spara s_om…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Spara"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Om du inte sparar kommer ändringar gjorda under den senaste sekunden att "
+"vara borta för alltid."
+msgstr[1] ""
+"Om du inte sparar kommer ändringar gjorda under de senaste %ld sekunderna "
+"att vara borta för alltid."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Om du inte sparar kommer ändringar gjorda under den senaste minuten att vara "
+"borta för alltid."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Om du inte sparar kommer ändringar gjorda under den senaste minuten och "
+"sekunden att vara borta för alltid."
+msgstr[1] ""
+"Om du inte sparar kommer ändringar gjorda under den senaste minuten och %ld "
+"sekunderna att vara borta för alltid."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Om du inte sparar kommer ändringar gjorda under den senaste minuten att vara "
+"borta för alltid."
+msgstr[1] ""
+"Om du inte sparar kommer ändringar gjorda under de senaste %ld minuterna att "
+"vara borta för alltid."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Om du inte sparar kommer ändringar gjorda under den senaste timmen att vara "
+"borta för alltid."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Om du inte sparar kommer ändringar gjorda under den senaste timmen och "
+"minuten att vara borta för alltid."
+msgstr[1] ""
+"Om du inte sparar kommer ändringar gjorda under den senaste timmen och %d "
+"minuterna att vara borta för alltid."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Om du inte sparar kommer ändringar gjorda under den senaste timmen att vara "
+"borta för alltid."
+msgstr[1] ""
+"Om du inte sparar kommer ändringar gjorda under de senaste %d timmarna att "
+"vara borta för alltid."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Spara ändringarna i dokumentet ”%s” innan stängning?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Det finns ett dokument med osparade ändringar. Spara ändringar innan "
+"avslutande?"
+msgstr[1] ""
+"Det finns %d dokument med osparade ändringar. Spara ändringar innan "
+"avslutande?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_Välj de dokument som du vill spara:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr ""
+"Om du inte sparar kommer alla dina ändringar att vara borta för alltid."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Läser in filen ”%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Läser in %d fil…"
+msgstr[1] "Läser in %d filer…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Filen ”%s” är skrivskyddad."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Vill du försöka ersätta den med den fil som du vill spara?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Ersätt"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Spara filen med komprimering?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Spara filen som vanlig text?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Filen ”%s” sparades tidigare som vanlig text och kommer nu att sparas med "
+"komprimering."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Spara med komprimering"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Filen ”%s” sparades tidigare med komprimering och kommer nu att sparas som "
+"vanlig text."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "_Spara som vanlig text"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Sparar filen ”%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Spara som"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Återställer dokumentet ”%s”…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Återställ osparade ändringar i dokumentet ”%s”?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ändringar i dokumentet gjorda under den senaste sekunden kommer att vara "
+"borta för alltid."
+msgstr[1] ""
+"Ändringar i dokumentet gjorda under de senaste %ld sekunderna kommer att "
+"vara borta för alltid."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Ändringar i dokumentet gjorda under den senaste minuten kommer att vara "
+"borta för alltid."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ändringar i dokumentet gjorda under den senaste minuten och sekunden kommer "
+"att vara borta för alltid."
+msgstr[1] ""
+"Ändringar i dokumentet gjorda under den senaste minuten och %ld sekunderna "
+"kommer att vara borta för alltid."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ändringar i dokumentet gjorda under den senaste minuten kommer att vara "
+"borta för alltid."
+msgstr[1] ""
+"Ändringar i dokumentet gjorda under de senaste %ld minuterna kommer att vara "
+"borta för alltid."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Ändringar i dokumentet gjorda under den senaste timmen kommer att vara borta "
+"för alltid."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ändringar i dokumentet gjorda under den senaste timmen och minuten kommer "
+"att vara borta för alltid."
+msgstr[1] ""
+"Ändringar i dokumentet gjorda under den senaste timmen och %d minuterna "
+"kommer att vara borta för alltid."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Ändringar i dokumentet gjorda under den senaste timmen kommer att vara borta "
+"för alltid."
+msgstr[1] ""
+"Ändringar i dokumentet gjorda under de senaste %d timmarna kommer att vara "
+"borta för alltid."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Återställ"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Huvudsakliga upphovsmän:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Även många tack till:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "och många andra bidragsgivare."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit är en lättanvänd universaltextredigerare"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Daniel Nylander <po@danielnylander.se>\n"
+"Christian Rose\n"
+"Andreas Hydén\n"
+"Martin Norbäck\n"
+"Martin Wahlén\n"
+"Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
+"\n"
+"Skicka synpunkter på översättningen till\n"
+"<tp-sv@listor.tp-sv.se>."
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Hittade och ersatte %d förekomst"
+msgstr[1] "Hittade och ersatte %d förekomster"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Hittade och ersatte en förekomst"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "”%s” hittades inte"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Flikgrupp %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Skrivskyddad"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Aktuell lokal (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Automatiskt identifierad"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Lägg till eller ta bort…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Aktuell lokal)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr ""
+"Är du säker på att du vill återställa teckenkodningarnas inställningar?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "Åte_rställ"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Lägg till"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Ta bort"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Flytta till en högre prioritet"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Flytta till en lägre prioritet"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Namnlöst dokument %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Alla filer"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Alla textfiler"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Tec_kenkodning:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Rads_lut:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Öppna filer"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "Ö_ppna"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:416
+msgid "_Retry"
+msgstr "_Försök igen"
+
+#: gedit/gedit-io-error-info-bar.c:157
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Kunde inte hitta filen ”%s”."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:177
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Kan inte hantera ”%s:”-platser."
+
+#: gedit/gedit-io-error-info-bar.c:183
+msgid "Unable to handle this location."
+msgstr "Kan inte hantera denna plats."
+
+#: gedit/gedit-io-error-info-bar.c:192
+msgid "The location of the file cannot be accessed."
+msgstr "Platsen för filen kan inte kommas åt."
+
+#: gedit/gedit-io-error-info-bar.c:196
+#, c-format
+msgid "“%s” is a directory."
+msgstr "”%s” är en katalog."
+
+#: gedit/gedit-io-error-info-bar.c:198 gedit/gedit-io-error-info-bar.c:205
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Kontrollera att du angav platsen korrekt och försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "”%s” är inte en giltig plats."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:239
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Värden ”%s” kunde inte hittas. Kontrollera att dina proxyinställningar är "
+"korrekta och försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:254
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"Värdnamnet var ogiltigt. Kontrollera att du angav platsen korrekt och försök "
+"igen."
+
+#: gedit/gedit-io-error-info-bar.c:262
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "”%s” är inte en vanlig fil."
+
+#: gedit/gedit-io-error-info-bar.c:267
+msgid "Connection timed out. Please try again."
+msgstr "Anslutningens tidsgräns överstegs. Försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:300
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Oväntat fel: %s"
+
+#: gedit/gedit-io-error-info-bar.c:336
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"Kan inte hitta den efterfrågade filen. Den har kanske tagits bort nyligen."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Kunde inte återställa filen ”%s”."
+
+#: gedit/gedit-io-error-info-bar.c:373
+msgid "Ch_aracter Encoding:"
+msgstr "Te_ckenkodning:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:424
+msgid "Edit Any_way"
+msgstr "Redigera än_då"
+
+#: gedit/gedit-io-error-info-bar.c:512
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Antalet följda länkar är begränsat och den faktiska filen kunde inte hittas "
+"inom denna gräns."
+
+#: gedit/gedit-io-error-info-bar.c:516
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Du har inte tillräckliga rättigheter för att öppna filen."
+
+#: gedit/gedit-io-error-info-bar.c:522
+msgid "Unable to detect the character encoding."
+msgstr "Kan inte identifiera teckenkodningen."
+
+#: gedit/gedit-io-error-info-bar.c:523 gedit/gedit-io-error-info-bar.c:547
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Kontrollera att du inte försöker öppna en binär fil."
+
+#: gedit/gedit-io-error-info-bar.c:524
+msgid "Select a character encoding from the menu and try again."
+msgstr "Välj en teckenkodning från menyn och försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Ett fel inträffade vid öppnandet av filen ”%s”."
+
+#: gedit/gedit-io-error-info-bar.c:532
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Filen som du öppnat innehåller ogiltiga tecken. Om du fortsätter att "
+"redigera denna fil så kanske du skadar dokumentet."
+
+#: gedit/gedit-io-error-info-bar.c:535
+msgid "You can also choose another character encoding and try again."
+msgstr "Du kan även välja en annan teckenkodning och försöka igen."
+
+#: gedit/gedit-io-error-info-bar.c:544
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Kunde inte öppna filen ”%s” med teckenkodningen ”%s”."
+
+#: gedit/gedit-io-error-info-bar.c:548 gedit/gedit-io-error-info-bar.c:623
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Välj en annan teckenkodning från menyn och försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:560
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Kunde inte öppna filen ”%s”."
+
+#: gedit/gedit-io-error-info-bar.c:618
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Kunde inte spara filen ”%s” med teckenkodningen ”%s”."
+
+#: gedit/gedit-io-error-info-bar.c:621
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Detta dokument innehåller ett eller flera tecken som inte kan kodas med den "
+"angivna teckenkodningen."
+
+#: gedit/gedit-io-error-info-bar.c:692
+msgid "S_ave Anyway"
+msgstr "Spara än_då"
+
+#: gedit/gedit-io-error-info-bar.c:695
+msgid "D_on’t Save"
+msgstr "Spara i_nte"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:709
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Filen ”%s” har ändrats sedan den lästes in."
+
+#: gedit/gedit-io-error-info-bar.c:724
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"Om du sparar den så kan alla externa ändringar gå förlorade. Spara den ändå?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:782
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Kan inte hantera ”%s:”-platser i skrivläget. Kontrollera att du angav "
+"platsen korrekt och försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:790
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Kan inte hantera denna plats i skrivläget. Kontrollera att du har angivit "
+"platsen korrekt och försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:799
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"”%s” är inte en giltig plats. Kontrollera att du angav platsen korrekt och "
+"försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:806
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Du har inte de nödvändiga rättigheterna för att spara filen. Kontrollera att "
+"du angav platsen korrekt och försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:812
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Det finns inte tillräckligt med diskutrymme för att spara filen. Frigör en "
+"del utrymme på disken och försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Du försöker att spara filen på en skrivskyddad disk. Kontrollera att du "
+"angav platsen korrekt och försök igen."
+
+#: gedit/gedit-io-error-info-bar.c:823
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "En fil med samma namn finns redan. Använd ett annat namn."
+
+#: gedit/gedit-io-error-info-bar.c:828
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Disken där du försöker att spara filen har en begränsning för längden på "
+"filnamn. Använd ett kortare namn."
+
+#: gedit/gedit-io-error-info-bar.c:839
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Disken där du försöker spara filen har en begränsning på filstorlekar. "
+"Försök att spara en mindre fil eller spara den på en disk som inte har denna "
+"begränsning."
+
+#: gedit/gedit-io-error-info-bar.c:856
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Kunde inte spara filen ”%s”."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Tryck på denna knapp för att välja det typsnitt som ska användas av "
+"redigeraren"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Använd systemets typsnitt med fast breddsteg (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Det valda färgschemat kan inte installeras: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Det valda färgschemat kan inte installeras."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Lägg till färgschema"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Lägg till schema"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Färgschemafiler"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Kunde inte ta bort färgschemat ”%s”."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Förbereder…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Fil: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "Sida %N av %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Renderar sida %d av %d…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Textredigerare"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Sida %d av %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Ingenting"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Sök och ersätt"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ÖVR"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "INF"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Det finns en flik med fel"
+msgstr[1] "Det finns %d flikar med fel"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Återställer %s från %s"
+
+#: gedit/gedit-tab.c:837
+#, c-format
+msgid "Reverting %s"
+msgstr "Återställer %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Läser in %s från %s"
+
+#: gedit/gedit-tab.c:857
+#, c-format
+msgid "Loading %s"
+msgstr "Läser in %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:937
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Sparar %s till %s"
+
+#: gedit/gedit-tab.c:942
+#, c-format
+msgid "Saving %s"
+msgstr "Sparar %s"
+
+#: gedit/gedit-tab.c:1511
+#, c-format
+msgid "Error opening file %s"
+msgstr "Fel vid öppning av filen %s"
+
+#: gedit/gedit-tab.c:1516
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Fel vid återställning av filen %s"
+
+#: gedit/gedit-tab.c:1521
+#, c-format
+msgid "Error saving file %s"
+msgstr "Fel vid sparande av filen %s"
+
+#: gedit/gedit-tab.c:1552
+msgid "Name:"
+msgstr "Namn:"
+
+#: gedit/gedit-tab.c:1553
+msgid "MIME Type:"
+msgstr "MIME-typ:"
+
+#: gedit/gedit-tab.c:1554
+msgid "Encoding:"
+msgstr "Kodning:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ på %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d av %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Börja om från början"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Matcha som _reguljärt uttryck"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Matcha endast _hela ord"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Gör skillnad på skiftläge"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Sträng du vill söka efter"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Rad du vill flytta markören till"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Parentesmatchning är utanför intervallet"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Parentesmatchning hittades inte"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Parentesmatchning hittades på rad: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Rad %d, kolumn %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tabulatorbredd: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Oformaterad text"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Det finns dokument som ej sparats"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Ändra sida för sidopanel"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Dokument"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "Öppna en fil"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "Öppna en tidigare använd fil"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Flytta _vänster"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Flytta _höger"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "_Flytta till nytt fönster"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Flytta till _ny flikgrupp"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "S_täng"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Automatisk indentering"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Använd blanksteg"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Visa radnummer"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Visa högermarginal"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Färgmarkera aktuell rad"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Textradbrytning"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Arkiv"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Ny"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Öppna _senaste"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Återöppna stängd _flik"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "_Spara som…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Nytt fönster"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Läs om"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "Skriv _ut…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "A_vsluta"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Redigera"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Ångra"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Gör om"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Klipp _ut"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopiera"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "Klistra _in"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Ta bort"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Överskrivningsläge"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Markera _allt"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Inställningar"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "_Visa"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Sido_panel"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Underpanel"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Helskärm"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Färgmarkeringsläge…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Sök"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Sök…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Sök n_ästa"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Sök före_gående"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Sök och _ersätt…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "_Rensa färgmarkering"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Gå till _rad…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Verktyg"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Dokument"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Spara _alla"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "S_täng alla"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Ny flikgrupp"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Fö_regående flikgrupp"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Näs_ta flikgrupp"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Föregående dokument"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Näs_ta dokument"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Flytta till nytt fönster"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Hjälp"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_Om gedit"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Spara _alla"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Sök och _ersätt…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "Gå till _rad…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "Tan_gentbordsgenvägar"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Teckenkodningar"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "_Verkställ"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Till_gängliga kodningar"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "Val_da kodningar"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Beskrivning"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kodning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Inställningar"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Visa radnummer"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Visa höger_marginal på kolumn:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Visa _statusrad"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Visa r_utnätsmönster"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Textradbrytning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Aktivera text_radbrytning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "_Dela inte ord över två rader"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Färgmarkering"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Färgmarkera _aktuell rad"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Färgmarkera matchande _parenteser"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Visa"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tabulatorstopp"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tabulatorbredd:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Infoga _blanksteg istället för tabulatortecken"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Aktivera automatisk indentering"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Filsparning"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Skapa en s_äkerhetskopia av filen innan den sparas"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Spara filer _automatiskt var"
+
+# Antar att detta är i "... var [ ] minut", alltså inte plural på svenska
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_minut"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Redigerare"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Typsnitt"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "Redigerar_typsnitt: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Välj redigerartypsnittet"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Färgschema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Installera schema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Installera schema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Avinstallera schema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Avinstallera schema"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Typsnitt och färger"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Insticksmoduler"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Syntaxmarkering"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Skriv ut synta_xmarkering"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Radnummer"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Skriv ut radnu_mmer"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numrera var"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "rad"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Sidhuvud"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Skriv ut sidh_uvuden"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Typsnitt"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Text:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Radnummer:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Sidh_uvuden och sidfötter:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Återställ standardtypsnitt"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Visa föregående sida"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Visa nästa sida"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Aktuell sida (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "av"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Sidor totalt"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Det totala antalet sidor i dokumentet"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Visa flera sidor"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Zooma 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Zooma för att passa hela sidan"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Zooma in sidan"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Zooma ut sidan"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Stäng förhandsgranskning"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Stäng förhandsvisning"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Förhandsvisning"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Förhandsgranskningen av dokumentsidan som ska skrivas ut"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Ersätt _alla"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Sök"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "Sö_k "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Ersätt _med "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Gör skillnad på skiftläge"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Sök endast _hela ord"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_Reguljärt uttryck"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Sök _baklänges"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Börja om _från början"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Skapa nytt dokument i en flik"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Öppna ett dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Spara dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Spara dokumentet under ett nytt filnamn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Spara alla dokumenten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Stäng dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Stäng alla dokumenten"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Återöppna det senast stängda dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Växla till nästa dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Växla till föregående dokument"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Växla till det första — nionde dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Fönster och paneler"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Skapa ett nytt dokument i ett fönster"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Skapa en ny flikgrupp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Visa sidopanel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Visa underpanel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Helskärm av / på"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Avsluta programmet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Sök och ersätt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Sök"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Sök nästa förekomst av söksträngen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Sök föregående förekomst av söksträngen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Rensa färgmarkering"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Ångra och gör om"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Ångra föregående kommando"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Gör om föregående kommando"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Markering"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Markera all text"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Avmarkera all text"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopiera och klistra in"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Kopiera markerad text till urklipp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Klipp ut markerad text till urklipp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Klistra in text från urklipp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Navigering"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Gå till rad"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Gå till början på aktuell rad"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Gå till slutet på aktuell rad"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Gå till början på dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Gå till slutet på dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Flytta visningsområde uppåt i filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Flytta visningsområde nedåt i filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Flytta visningsområde till slutet på filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Flytta visningsområde till början på filen"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Gå till matchande parentes"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Gå till föregående flikgrupp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Gå till nästa flikgrupp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Redigering"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Växla infognings- / överskrivningsläge"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Växla markörsynlighet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Ta bort aktuell rad"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Flytta aktuell rad uppåt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Flytta aktuell rad nedåt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Flytta aktuellt ord åt vänster"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Flytta aktuellt ord åt höger"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Konvertera till versaler"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Konvertera till gemener"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Invertera skiftläge"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Öka nummer vid markör"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Minska nummer vid markör"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Verktyg"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Kontrollera stavning"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Skriv ut dokumentet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Visa kompletteringsfönstret"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Allmänt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Visa hjälp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Öppna meny"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Tangentbordsgenvägar"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Stäng dokument"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Skapa nytt dokument"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Nytt"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Spara den aktiva filen"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Spara"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Dölj panel"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Lämna helskärmsläge"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Dokumentstatistik"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Rapporterar antalet ord, rader, och tecken i ett dokument."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Dokumentstatistik"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Dokument"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Markering"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Rader"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Ord"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Tecken (inklusive blanksteg)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Tecken (utan blanksteg)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Byte"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Bygg"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Kör ”make” i dokumentkatalogen"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Öppna en terminal här"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Öppna en terminal i dokumentkatalogen"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Ta bort eftersläpande blanksteg"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Ta bort oanvändbara eftersläpande blanksteg i din fil"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Kör kommando"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Kör ett anpassat kommando och lägg in dess utdata i ett nytt dokument"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Skicka till fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Klistra in markerad text eller aktuellt dokument till fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Externa verktyg"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Starta externa kommandon och skalskript."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Huruvida systemtypsnittet ska användas"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Om true (sant) kommer externa verktyg att använda standardtypsnittet desktop-"
+"global om det är monospace (annars det mest liknande typsnittet som kan "
+"hittas)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr ""
+"Ett Pango-typsnittsnamn. Exempel är ”Sans 12” eller ”Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Hantera _externa verktyg…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Externa ver_ktyg"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Kunde inte köra kommando: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Du måste vara inom ett ord för att köra detta kommando"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Körande verktyg:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Klar."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Avslutade"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Alla språk"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Alla språk"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Nytt verktyg"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Denna snabbtangent är redan bunden till %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Ange en ny snabbtangent, eller tryck Backsteg för att rensa"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Ange en ny snabbtangent"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Stoppad."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Stoppa verktyg"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Alltid tillgängligt"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Alla dokument"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Alla dokument utom namnlösa dokument"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Endast lokala filer"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Endast fjärrfiler"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Endast namnlösa dokument"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Aktuellt dokument"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Aktuell markering"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Aktuell markering (standard är dokument)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Aktuell rad"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Aktuellt ord"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Visa i underpanel"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Skapa nytt dokument"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Infoga till aktuellt dokument"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Ersätt aktuellt dokument"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Ersätt aktuell markering"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Infoga vid markörpositionen"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Hantera externa verktyg"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Lägg till ett nytt verktyg"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Lägg till verktyg"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Ta bort markerat verktyg"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Ta bort verktyg"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Återställ verktyg"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Återställ verktyg"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Kortkommando:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Spara:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Inmatning:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Utdata:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Användbarhet:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Verktygsutdata"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Filbläddrarpanel"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Enkel filåtkomst från sidopanelen."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Hem"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Filsystem"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "Filbläddrare"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "Ett fel uppstod vid skapandet av en ny katalog"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "Ett fel uppstod vid skapandet av en ny fil"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "Ett fel uppstod vid namnbyte av en fil eller katalog"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "Ett fel uppstod vid borttagning av en fil eller katalog"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Ett fel uppstod vid öppnandet av en katalog i filhanteraren"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "Ett fel uppstod vid inställning av en rotkatalog"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "Ett fel uppstod vid inläsning av en katalog"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "Ett fel inträffade"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Kan inte flytta filen till papperskorgen.\n"
+"Vill du ta bort den permanent?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Filen ”%s” kan inte flyttas till papperskorgen."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "De markerade filerna kan inte flyttas till papperskorgen."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Är du säker på att du vill ta bort ”%s” permanent?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Är du säker på att du vill ta bort de markerade filerna permanent?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "Om du tar bort ett objekt är det borta för alltid."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Tom)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Filen med det nya namnet är för närvarande bortfiltrerad. Du behöver justera "
+"dina filterinställningar för att göra filen synlig"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Namnlös fil"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Den nya filen är för närvarande bortfiltrerad. Du behöver justera dina "
+"filterinställningar för att göra filen synlig"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Namnlös mapp"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Den nya katalogen är för närvarande bortfiltrerad. Du behöver justera dina "
+"filterinställningar för att göra katalogen synlig"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Bokmärken"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Inga monteringsobjekt för monterad volym: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Kunde inte öppna media: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Kunde inte montera volym: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Ett fel uppstod vid inläsning av ”%s”: Ingen sådan katalog"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Öppna med trädvy"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Öppna trädvyn när filbläddrarens insticksmodul blir inläst istället för "
+"bokmärkesvyn"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Filbläddrarens rotkatalog"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Filbläddrarens rotkatalog att använda när filbläddrarens insticksmodul läses "
+"in och onload/tree_view är TRUE (sant)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Filbläddrarens virtuella rotkatalog"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Filbläddrarens virtuella rotkatalog att använda när filbläddrarens "
+"insticksmodul läses in när onload/tree_view är TRUE (sant). Den virtuella "
+"roten måste alltid vara under den aktuella roten."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Aktivera återställning av fjärrplatser"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Ställer in huruvida återställning av fjärrplatser ska aktiveras."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Ställ in plats till första dokumentet"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Om TRUE (sant) kommer filbläddraren att visa katalogen för det först öppnade "
+"dokumentet om filbläddraren ännu inte har använts. (Även om detta normalt "
+"sett gäller för dokument som öppnas från kommandoraden eller öppnas med "
+"Nautilus, etc.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Filbläddrarens filterläge"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Detta värde bestämmer vilka filer som blir filtrerade från filbläddraren. "
+"Giltiga värden är: none (filtrera ingenting), hidden (filtrera dolda filer) "
+"och hide- binary (filtrera binära filer)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Filbläddrarens filtermönster"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Filtermönstret att filtrera med i filbläddraren. Detta filter fungerar på "
+"toppen av filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Filbläddrarens binärmönster"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "De kompletterande mönstren att använda när binärfiler filtreras."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Ställ in rot till aktivt dokument"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Ny mapp"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Ny f_il"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Byt namn…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Flytta till papperskorg"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Upp_datera vy"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Visa mapp"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Öppna i terminal"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Filter"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Visa _dolda"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Visa _binära"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Matcha filnamn"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Historik"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Öppna historikmeny"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Lägesrader"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Stöd för lägesrader med Emacs-, Kate- och Vim-stil för gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Textfärg för kommando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Textfärgen för kommando"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Textfärg för fel"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Textfärgen för fel"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Om true (sant) kommer terminalen att använda standardtypsnittet desktop-"
+"global om det är monospace (annars det mest liknande typsnittet som kan "
+"hittas)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Färg för k_ommandon:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Färg för _fel:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python-konsol"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Interaktiv Python-konsol stående i underpanelen."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Snabb färgmarkering"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Färgmarkerar varje förekomst av markerad text."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Snabböppna…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Snabböppna"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Snabböppna filer."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Skriv för att söka…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Hantera text_snuttar…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Textsnuttar"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Arkivet ”%s” kunde inte skapas"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Målkatalogen ”%s” finns inte"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Målkatalogen ”%s” är inte en giltig katalog"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Filen ”%s” finns inte"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Filen ”%s” är inte en giltig textsnuttsfil"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Den importerade filen ”%s” är inte en giltig textsnuttsfil"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Arkivet ”%s” kunde inte extraheras"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Följande filer kunde inte importeras: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Filen ”%s” är inte ett giltigt textsnuttsarkiv"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Textsnuttsarkiv"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Lägg till en ny textsnutt…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Global"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Återställ markerad textsnutt"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Ta bort markerad textsnutt"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Detta är inte en giltig tabulatorutlösare. Utlösare kan antingen innehålla "
+"alfanumeriska tecken (eller _, : och .) eller ett enda (icke-alfanumeriskt) "
+"tecken som: {, [, etc."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"Ett ord med vilket textsnutten aktiveras efter att tabulatortangenten tryckts"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Följande fel inträffade vid import: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Importen lyckades"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Importera textsnuttar"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Alla arkiv som stöds"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip-komprimerat arkiv"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2-komprimerat arkiv"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "En textsnuttsfil"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Alla filer"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Följande fel inträffade vid export: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Exporten lyckades"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Vill du inkludera markerade <b>system</b>textsnuttar i din export?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Det finns inga textsnuttar markerade att exportera"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Exportera textsnuttar"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Ange ett nytt kortkommando, eller tryck Backsteg för att rensa"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Ange ett nytt kortkommando"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Körning av Python-kommandot (%s) översteg den maximala tiden, körning "
+"avbruten."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Körning av Python-kommandot (%s) misslyckades: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Infoga ofta använda textdelar på ett snabbt sätt."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Hantera textsnuttar"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Skapa ny textsnutt"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Lägg till textsnutt"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Ta bort textsnutt"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Importera textsnuttar"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Exportera markerade textsnuttar"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Exportera textsnuttar"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Aktivering"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tabulatorutlösare:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Kortkommando:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Kortkommando med vilket textsnutten aktiveras"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "_Släppmål:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "S_ortera…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sortera"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Baklänges"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Ta bort dubbletter"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "S_kiftlägeskänslig"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "_Börja vid kolumn:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sortera"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Sorterar ett dokument eller markerad text."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Kontrollera stavning…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Stä_ll in språk…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Färgmarkera f_elstavade ord"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Färgmarkera felstavade ord"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Standardinställning för att färgmarkera felstavade ord."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Konfigurera insticksmodul för stavning"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Standardvärden för nya dokument"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Stavningskontroll"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Kontrollerar stavningen i det aktuella dokumentet."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "In_foga datum och tid…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Tillgängliga format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Frågetyp"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Om användaren ska tillfrågas efter ett format eller om det valda eller "
+"anpassade formatet ska användas."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Valt format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Det valda formatet som används när datum/tid infogas."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Anpassat format"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Anpassat format för när datum/tid infogas."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Infoga datum och tid"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Använd det _valda formatet"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Använd anpassat format"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y-%m-%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2009-11-01 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Infoga"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Konfigurera insticksmodulen Infoga datum/tid"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "När datum/tid infogas…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Fråga efter ett format"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Infoga datum/tid"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Infogar aktuellt datum och tid vid markörpositionen."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit är textredigeraren för skrivbordsmiljön GNOME."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "gedit är en liten och enkel textredigerare för GNOME-skrivbordet"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Färgmarkeringsläge"
+
+#~ msgid "_Select"
+#~ msgstr "_Välj"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Sök färgmarkeringsläge…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit är den officiella textredigeraren för skrivbordsmiljön GNOME. Även "
+#~ "om målet är att vara enkel och lättanvänd, så är gedit ändå en kraftfull "
+#~ "textredigerare med många användningsområden."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Oavsett om du skriver den nya kioskvältaren, programmerar ett innovativt "
+#~ "program, eller helt enkelt skriver ner några snabba anteckningar, så "
+#~ "kommer gedit vara ett pålitligt verktyg för att slutföra din uppgift."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Dess flexibla system med insticksmoduler tillåter dig att skräddarsy "
+#~ "programmet efter dina behov och anpassa det till ditt arbetsflöde."
+
+# Osäker.
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Lista med aktiva insticksmoduler. Den innehåller ”platsen” för de aktiva "
+#~ "insticksmodulerna. Se filen .gedit-plugin för att få tag i ”platsen” för "
+#~ "en given insticksmodul."
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Teckenkodning:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Radslut:"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Katalogen ”%s” kunde inte skapas: g_mkdir_with_parents() misslyckades: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "Lä_gg till schema"
+
+#~ msgid "Check update"
+#~ msgstr "Leta efter uppdatering"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Leta efter senaste versionen av gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Ett fel inträffade vid visning av URI:n."
+
+#~ msgid "_Download"
+#~ msgstr "_Hämta"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ignorera version"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Det finns en ny version av gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Du kan hämta den nya versionen av gedit genom att trycka på "
+#~ "hämtningsknappen eller ignorera den versionen och vänta på nästa"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Version att ignorera"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Version att ignorera tills nästa version har getts ut."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Verktygsfältet är synligt"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Huruvida verktygsfältet ska vara synligt i redigeringsfönster."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Maximalt antal senaste filer"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Anger det maximala antalet senaste öppnade filer som kommer att visas i "
+#~ "undermenyn ”Senaste filer”."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Ändringar i dokumentet ”%s” kommer att vara borta för alltid."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Sparning har inaktiverats av systemadministratören."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Ändringar i %d dokument kommer att vara borta för alltid."
+#~ msgstr[1] "Ändringar i %d dokument kommer att vara borta för alltid."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Dokum_ent med osparade ändringar:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Öppna"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Platsen ”%s” kan för närvarande inte kommas åt."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Ditt system är frånkopplat. Kontrollera ditt nätverk."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "Redigera in_te"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Denna fil ”%s” är redan öppnad i ett annat fönster."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Vill du redigera den ändå?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Kunde inte skapa en säkerhetskopia när ”%s” sparades"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "Kunde inte skapa en temporär säkerhetskopia när ”%s” sparades"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Kunde inte säkerhetskopiera den gamla kopian av filen före den nya "
+#~ "sparas. Du kan ignorera denna varning och spara filen ändå. Om ett fel "
+#~ "inträffar när den sparas så kan du förlora den gamla kopian av filen. "
+#~ "Spara ändå?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Filen ”%s” har ändrats på disken."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Förkasta ändringar och _läs om"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Några ogiltiga tecken har upptäckts under sparning av ”%s”"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Om du fortsätter med att spara denna fil kan du skada dokumentet. Spara "
+#~ "ändå?"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Sammanfoga markerade rader"
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Visa översiktskarta"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Huruvida gedit ska visa översiktskartan för dokumentet."
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Inga ändringar behöver sparas"
+
+#~ msgid "No results"
+#~ msgstr "Inga resultat"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Andra _dokument…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Visa ö_versiktskarta"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Insert timestamp"
+#~ msgstr "Infoga tidsstämpel"
+
+#~ msgid "Open"
+#~ msgstr "Öppna"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Öppna en fildialogruta"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Kontrollera din installation."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Kunde inte öppna gränssnittsfilen %s. Fel: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Kunde inte hitta objektet ”%s” inne i filen %s."
+
+#~ msgid "Tools"
+#~ msgstr "Verktyg"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit textredigerare"
+
+#~ msgid "_About"
+#~ msgstr "_Om"
+
+#~ msgid "_Ignore"
+#~ msgstr "_Ignorera"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Hantera _externa verktyg…"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Snabböppna…"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Hantera _textsnuttar…"
+
+#~ msgid "Set _Language..."
+#~ msgstr "Ställ in _språk…"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "In_foga datum och tid…"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Öppna ett nytt fönster"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Öppna ett nytt dokument"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Ställ in storlek och position för fönstret (BREDDxHÖJD+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "GEOMETRI"
+
+#~ msgid "Help"
+#~ msgstr "Hjälp"
+
+#~ msgid "Question"
+#~ msgstr "Fråga"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(inga föreslagna ord)"
+
+#~ msgid "_More..."
+#~ msgstr "_Mer…"
+
+#~ msgid "_Ignore All"
+#~ msgstr "_Ignorera alla"
+
+#~ msgid "_Add"
+#~ msgstr "_Lägg till"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Stavningsförslag…"
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Fel vid kontroll av stavningen på ordet ”%s”: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Fel:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Stavningskontrollen färdig"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Inga felstavade ord"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(korrekt stavning)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Förslag"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Okänd (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Standard"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Välj _språket i det aktuella dokumentet."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Felstavat ord:"
+
+#~ msgid "word"
+#~ msgstr "ord"
+
+#~ msgid "Change _to:"
+#~ msgstr "Ändra _till:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Kontrollera o_rd"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Förslag:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Ignorera _alla"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Ä_ndra"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Ändra a_lla"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Användarordbok:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Lägg till _ord"
+
+#~ msgid "Minimap is Visible"
+#~ msgstr "Miniatyr är synlig"
+
+#~ msgid "Whether the minimap for the document should be visible."
+#~ msgstr "Huruvida miniatyren av dokumentet ska vara synlig."
+
+#~ msgid "_Minimap"
+#~ msgstr "_Miniatyr"
+
+#~ msgid "The document is empty."
+#~ msgstr "Dokumentet är tomt."
+
+#~ msgid "_OK"
+#~ msgstr "_OK"
+
+#~ msgid "Set language"
+#~ msgstr "Ställ in språk"
+
+#~ msgid "Languages"
+#~ msgstr "Språk"
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Automatiskt identifierade kodningar"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Sorterad lista över teckenkodningar som används av gedit för automatisk "
+#~ "identifiering av filens kodning. \"CURRENT\" är kodningen för den "
+#~ "aktuella lokalanpassningen. Endast kända kodningar används."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['ISO-8859-15']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Kodningar som visas i menyn"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Lista med teckenkodningar som visas i teckenkodningsmenyn i filväljaren "
+#~ "för öppnande/sparande av filer. Endast kända kodningar används."
+
+#~ msgid "RO"
+#~ msgstr "SKRIVSK"
+
+#~ msgid "Character encodings"
+#~ msgstr "Teckenkodningar"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Kod_ningar som visas i menyn:"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Du kan inte ångra en sorteringsåtgärd"
+
+#~ msgid "P_revious Page"
+#~ msgstr "Fö_regående sida"
+
+#~ msgid "_Next Page"
+#~ msgstr "_Nästa sida"
+
+#~ msgid "Replace"
+#~ msgstr "Ersätt"
+
+#~ msgid "_Search for: "
+#~ msgstr "Sö_k efter: "
diff --git a/po/ta.po b/po/ta.po
new file mode 100644
index 0000000..47810cd
--- /dev/null
+++ b/po/ta.po
@@ -0,0 +1,5467 @@
+# translation of gedit.master.ta.po to Tamil
+# Tamil Translation of gedit
+# Copyright (C) 2001 Dinesh Nadarajah
+#
+# Dinesh Nadarajah, 2001 <n_dinesh@yahoo.com>.
+# Dinesh Nadarajah, 2004 <dinesh_list@sbcglobal.net>.
+# Jayaradha N <jaya@pune.redhat.com>, 2004.
+# Felix <ifelix@redhat.com>, 2006.
+# Dr.T.Vasudevan <agnihot3@gmail.com>, 2007.
+# I. Felix <ifelix@redhat.com>, 2008, 2009.
+# Dr.T.Vasudevan <agnihot3@gmail.com>, 2009, 2010, 2011, 2012, 2013.
+# Dr,T,Vasudevan <agnihot3@gmail.com>, 2009, 2010, 2011.
+# Shantha kumar <shkumar@redhat.com>, 2013, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master.ta\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-09-15 05:09+0000\n"
+"PO-Revision-Date: 2014-09-15 12:07+0630\n"
+"Last-Translator: Shantha kumar <shkumar@redhat.com>\n"
+"Language-Team: Tamil <kde-i18n-doc@kde.org>\n"
+"Language: ta\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.5\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit GNOME பணிமேசை சூழலின் அதிகாரப்பூர்வ உரை திருத்தியாகும். எளிமையையும் "
+"பயன்படுத்துவதற்கு எளிமையாக இருக்கும் அம்சத்தையும்நோக்கமாகக் கொண்டு "
+"உருவாக்கப்பட்ட gedit "
+"ஆற்றல் மிக்க ஒரு பொது தேவைக்கான உரை திருத்தியாகும்."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"நீங்கள் ஒரு விற்பனையில் சாதனை படைக்கப்போகும் புத்தகத்தை எழுதுகிறீர்களோ, "
+"புதுமையான ஒரு "
+"பயன்பாட்டை நிரலாக்கம் செய்கிறீர்களோ அல்லது விரைவாக ஏதேனும் குறிப்புகள் "
+"எடுக்கிறீர்களோ, "
+"gedit உங்கள் எவ்விதப் பணிகளையும் செய்து முடிக்க உதவும் நம்பகமான கருவியாக "
+"இருக்கும்."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"அதன் நெகிழ்தன்மை வாய்ந்த செருகுநிரல் அம்சம் உங்கள் தேவைகளுக்கு ஏற்ப அதனை "
+"மாற்றியமைத்துக்கொள்ளவும் உங்கள் பணிப்பாணிக்கு ஏற்றதாக மாறிக்கொள்ளவும் உதவியாக "
+"இருக்கிறது."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:774
+msgid "Text Editor"
+msgstr "உரை திருத்தி "
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "உரை கோப்புகளை திருத்தவும் "
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit உரை திருத்தி "
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "உரை;திருத்தி;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "புதிய சாளரத்தை திற"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "ஒரு புதிய ஆவணத்தை திற"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "கொடாநிலை எழுத்துரு பயன்படுத்துக"
+
+#: ../data/org.gnome.gedit.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 gedit. 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.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "திருத்தி எழுத்துரு"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "பாங்கு திட்டங்கள்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "உரையை வண்ணப்படுத்த பயன்படும் GtkSourceView பாணி திட்டத்தின் அடையாளம்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "காப்புநகல்களை உருவாக்கு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+#| msgid ""
+#| "Whether gedit should restore the previous cursor position when a file is "
+#| "loaded."
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "gedit சேமிக்கும் கோப்புகளின் காப்புப்பிரதியை உருவாக்க வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "தானாக சேமிக்கவும்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"மாற்றப்பட்ட கோப்புகளை கெடிட் குறிப்பிட்ட கால இடைவெளிக்கு பிறகு தானாக சேமிக்க "
+"வேண்டுமா. "
+"\"தானாக சேமிக்கும் கால இடைவெளி\" இல் நேரத்தை அமைக்கலாம்."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "தானாக சேமிக்க இடைவெளி"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"தானாக கோப்பை சேமிக்க ஆகும் நேரம். இது விளைவுகளை மட்டும் "
+"எடுத்துக்கொள்ளும்\"தானாக "
+"சேமித்தல்\" தேர்வு செயல்படுத்தப்பட்டது."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "அதிகபட்ச மறை செயல்களின் எண்ணிக்கை"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"கெடிட் ஆல் ரத்து செய் அல்லது மீட்டும் செய் செயல்களின்அதிகபட்ச எண்ணிக்கை. "
+"எல்லையற்ற எண்ணிக்கை "
+"செயல்களுக்கு \"-1\" உபயோகிக்கவும்."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "வரி மடக்கல் பாங்கு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"திருத்துவதற்காக நீண்ட வரிகளை எவ்வாறு மடக்க வேண்டும் என்பதை குறிப்பிடு "
+"\"none\" மடக்காமல் "
+"இருக்க \"word\" குறிப்பிட்ட எல்லைக்குள் மடக்க மற்றும் \"char\" குறிப்பிட்ட "
+"எழுத்து "
+"எண்ணிக்கைக்குள் மடக்க உதவும். மதிப்புகள் மேல் நிலை கீழ் நிலை எழுத்துக்களை "
+"மாற்றி "
+"உணரக்கூடியவை அதனால் இங்கே துல்லியமாக காட்டப்பட வேண்டும் என்பதை நினைவில் கொள்க"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "வரி மடிப்பு முறைமைக்கான கடைசி பிரிவு முறைமைத் தெரிவு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"வரி மடிப்பு முறைமையுடன் கடைசி பிரிவு முறைமை பயன்படுத்தப்பட வேண்டுமா எனக் "
+"குறிப்பிடுகிறது. அப்படிப் பயன்படுத்தப்பட்டால் மடிப்பு முறைமை "
+"அணைக்கப்பட்டிருந்தாலும் பிரிவு முறைமைத் தெரிவை நாம் நினைவில் கொண்டிருக்க "
+"முடியும். சொற்களின் எல்லையில் மடிக்க \"சொல்\" என்பதையும் தனித்தனி "
+"எழுத்துக்குறிகளின் எல்லையில் மடிக்க \"எழுத்துக்குறி\" என்பதையும் "
+"பயன்படுத்தவும்."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "தத்தல் அளவு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"தத்தல் விசையை பயன்படுத்தும்போது காட்டப்பட வேண்டிய இடைவெளிகளின் எண்ணிக்கையை "
+"குறிப்பிடவும்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "இடைவெளிகளை செருகவும்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "கெடிட் தத்தல்களுக்கு பதிலாக வெற்று இடத்தை சொருக வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "தானியங்கி ஒதுக்கம்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "கெடிட் தானியங்கு ஓரச்சீர்மையை இயலுமை படுத்த வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "வரிசை எண்களை காட்டுக"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "கெடிட் திருத்தும் பரப்பில் கோட்டு எண்ணிக்கையை காட்ட வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "நடப்பு வரியை சிறப்புச் சுட்டுக"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "கெடிட் நடப்பு வரியை சிறப்பு சுட்ட வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr " பொருந்தும் அடைப்புக்குறிகளை சிறப்புச்சுட்டு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "கெடிட் பொருந்தும் அடைப்புகுறிகளை சிறப்பு சுட்ட வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "வலது எல்லையை காண்பிக்கவும்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "கெடிட் திருத்தும் பரப்பில் வலது விளிம்பை காட்ட வேண்டுமா. "
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "வலது எல்லை இடம்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "வலது எல்லையின் இருப்பிடத்தை குறிப்பிடுகிறது."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "சூட்டிகை இல்லம் முடிவு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 ""
+"HOME மற்றும் END விசைகளை அழுத்திய பின் எப்படி நிலைக்காட்டி நகர்கிறது என்பதை "
+"குறிப்பிடுகிறது. வரியின் துவக்கம்/ முடிவுக்கு எப்போதும் நகர \"DISABLED"
+"\" (செயல்நீக்கப்பட்டது) ஐ பயன்படுத்துக. முதல் முறை அழுத்திய பின் வரியின் "
+"துவக்கம்/ "
+"முடிவுக்கு நகரவும் இரண்டாம் முறை அழுத்திய பின் காலி இடத்தை உதாசீனம் செய்து "
+"உரையின் "
+"துவக்கம்/ முடிவுக்கு நகர \"after\" ஐ பயன்படுத்துக. முதல் முறை அழுத்திய பின் "
+"காலி "
+"இடத்தை உதாசீனம் செய்து உரையின் துவக்கம்/ முடிவுக்கு நகரவும், இரண்டாம் முறை "
+"அழுத்திய பின் "
+"வரியின் துவக்கம்/ முடிவுக்கு நகரவும் \"before\" ஐ பயன்படுத்துக. மேலும் "
+"எப்போதும் வரியை "
+"விலக்கி உரையின் துவக்கம்/ முடிவுக்கு நகர \"always\" ஐ பயன்படுத்துக."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "முந்தைய நிலைகாட்டி இடத்தை மறுசேமி"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"கெடிட் கோப்பை திறக்கும் போது நிலை காட்டியை முன் இருந்த இடத்திலேயே வைக்க "
+"வேண்டுமா"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "தொடர் அமைப்பை சிறப்புச் சுட்டுதலை இயலுமைபடுத்தவும்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "கெடிட் தொடரமைப்பு சிறப்புச் சுட்டலை இயலுமைபடுத்த வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "தேடுதல் சிறப்புச் சுட்டுதலை இயலுமைபடுத்தவும்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+"கெடிட் ஆவணத்தில் தேடப் பட்ட சொல் இருக்கும் எல்லா இடங்களையும் சிறப்பு சுட்ட "
+"வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "தொடரும் புதிய வரியை நிச்சயம் செய்க"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"கெடிட் ஆவணங்கள் எப்போதும் ஒரு புதிய வரியுடன் முடியும் என நிச்சயிக்குமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "கருவிப்பட்டை தெரிகிறது"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "திருத்தி சாளரத்தில் கருவிப்பட்டி காட்டப்பட வேண்டுமா"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "நோட்டுப்புத்தக கீற்றை காட்டு பாங்கு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"நோட்டுப்புத்தகத்தின் கீற்றுக்களை எப்போது காட்ட வேண்டும் என்பதை "
+"குறிப்பிடுகிறது. \"never\" "
+"எப்போதும் காட்டாமல் இருக்க. \"always\" எப்போதும் காட்ட; மற்றும் \"auto\" "
+"ஒன்றுக்கு "
+"மேற்பட்ட கீற்றூக்கள் இருக்கும்போது மட்டும் காட்ட. மதிப்புகள் மேல் நிலை கீழ் "
+"நிலை எழுத்துக்களை "
+"மாற்றி உணரக்கூடியவை அதனால் இங்கே உள்ளதுபோல் துல்லியமாக காட்டப்பட வேண்டும் "
+"என்பதை நினைவில் "
+"கொள்க."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "நிலை-பட்டையைக் காட்டுக"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "திருத்தி சாளரத்தின் கீழ் உள்ள நிலைப்பட்டி காட்டப்பட வேண்டுமா"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "பக்கப் பட்டை தெரிகிறது"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"திருத்தும் சாளரங்களின் இடது பக்கத்தில் பக்கச் சட்டம் காட்டப்பட வேண்டுமா"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "அதிகபட்ச அண்மைக் கோப்புகள்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"சமீபத்திய கோப்புகள் துணைப்பட்டியலிக் காட்டப்பட வேண்டிய அதிக பட்ச கோப்புகளின் "
+"எண்ணிக்கை"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "தொடர் அமைப்பை அச்சிடவும்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"ஆவணத்தை அச்சிடும்பொழுது கெடிட் தொடரமைப்பு சிறப்புச் சுட்டலை அச்சிட வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "தலைப்பகுதியை அச்சிடுக"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "கெடிட் ஆவணத்தை அச்சடிக்கும் போது ஆவணத் தலைப்பை சேர்க்க வேண்டுமா."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "வரி மடக்கல் பாங்கை அச்சடி"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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 ""
+"அச்சடிப்பதற்காக நீண்ட வரிகளை எவ்வாறு மடக்க வேண்டும் என்பதை குறிப்பிடு "
+"\"none\" மடக்காமல் "
+"இருக்க \"word\" குறிப்பிட்ட எல்லைக்குள் மடக்க மற்றும் \"char\" குறிப்பிட்ட "
+"எழுத்து "
+"எண்ணிக்கைக்குள் மடக்க உதவும். மதிப்புகள் மேல் நிலை கீழ் நிலை எழுத்துக்களை "
+"மாற்றி "
+"உணரக்கூடியவை அதனால் இங்கே துல்லியமாக காட்டப்பட வேண்டும் என்பதை நினைவில் கொள்க."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "வரிசை எண்களை அச்சிடுக"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"இந்த மதிப்பு 0 ஆக இருந்தால், கோட்டு எண் அச்சிடும் ஆவணத்தில் புகுத்தப் படாது. "
+"இல்லையானால் "
+"உள்ள எண்ணுக்கு தகுந்தபடி அந்த எண் வரிகளுக்கு ஒரு முறை கோட்டு எண் கெடிடால் "
+"அச்சில் "
+"புகுத்தப் படும்."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "முழு உரையின் அச்சிடுவதற்கான எழுத்துரு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "ஆவணம் அச்சடிக்கும் போது பயன்படுத்த வேண்டிய எழுத்துருவை குறிக்கும்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "அச்சிட தலைப்பு எழுத்துக்கான எழுத்துரு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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 ""
+"ஆவணத்தை அச்சிடும்பொழுதுத் தலைப்புப் பக்கத்திற்குப் பயன்படும் எழுத்தைக் "
+"குறிப்பிடு. \"Print "
+"Header\" தேர்வினைத் திருப்ப இது மட்டுமே செயல் கொள்ளும்."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "வரியெண்ணை அச்சடிக்க வேண்டிய எழுத்துரு"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 ""
+"அச்சிடும்பொழுது வரி எண்ணைப் பயன்படுத்த எழுத்தைக் குறிப்பிடு.\"Print Line "
+"Numbers\" "
+"தேர்வு பூஜியம் இல்லையென்றால் அது விளைவை ஏற்கும்."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Automatically Detected Encodings"
+msgstr "தானாக கண்டறிந்த குறியீட்டாக்கம்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"ஜிஎடிட் பயன்படுத்தி தானாகவே எழுத்துருக்களை கண்டறிந்துகொள்வதற்காக பட்டியலில் "
+"உள்ள "
+"எழுத்துருக்கள் \"தற்போதைய\" இப்போதுள்ள மொழியின் எழுத்துருவைக்காட்டும்."
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid "Encodings shown in menu"
+msgstr "பட்டியலில் காட்டப் பட்ட குறியாக்கங்கள்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"திற/சேமி கோப்பு தேர்வு செய்வானில் எண்-எழுத்து குறியீட்டாக்க மெனுவில் உள்ள "
+"எழுத்துருக்களின் "
+"பட்டியல். புரியக்கூடிய குறிமுறைகள் மட்டுமே பயன்படுத்தப்பட்டுள்ளன."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid "Active plugins"
+msgstr "செயல்படும் செருகிகள்"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:93
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"செயல்படும் உதவி செருகல் களின் பட்டியல். உதவி செருகல் களின் \"Location\" இதில் "
+"உள்ளது. "
+"எந்த ஒரு உதவி செருகலின் \"Location\" ஐ அறிய .gedit-plugin கோப்பை பார்க்கவும்"
+
+#: ../gedit/gedit-app.c:104
+msgid "Show the application's version"
+msgstr "இப்பயன்பாட்டின் பதிப்பைக் காட்டு"
+
+#: ../gedit/gedit-app.c:110
+msgid "Display list of possible values for the encoding option"
+msgstr "குறியாக்கதேர்வுக்கு வாய்ப்புள்ள மதிப்புகள் பட்டியலை காட்டுக"
+
+#: ../gedit/gedit-app.c:117
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "கட்டளைவரியில் பட்டியலிட்ட கோப்புகளை திறக்க குறிமுறை அமைக்கவும்"
+
+#: ../gedit/gedit-app.c:118
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: ../gedit/gedit-app.c:124
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "தற்பொழுது இருக்கும் கெடிட் இல் புதிய உயர்நிலைச் சாளரத்தை உருவாக்குக"
+
+#: ../gedit/gedit-app.c:131
+msgid "Create a new document in an existing instance of gedit"
+msgstr "தற்பொழுது இருக்கும் கெடிட் இல் புதிய ஆவணத்தை உருவாக்குக"
+
+#: ../gedit/gedit-app.c:138
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "சாளரத்தின் அளவு மற்றும் இடத்தை அமை (WIDTHxHEIGHT+X+Y)"
+
+#: ../gedit/gedit-app.c:139
+msgid "GEOMETRY"
+msgstr "GEOMETRY"
+
+#: ../gedit/gedit-app.c:145
+msgid "Open files and block process until files are closed"
+msgstr "கோப்புக்களை திறந்து அவை மூடப்படும் வரை முன்னேற்றத்தை தடை செய்க"
+
+#: ../gedit/gedit-app.c:152
+msgid "Run gedit in standalone mode"
+msgstr "கெடிட் ஐ தனித்த இயக்க பாங்கில் இயக்கு "
+
+#: ../gedit/gedit-app.c:159
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:264
+msgid "There was an error displaying the help."
+msgstr "உதவியை காட்டுவதில் பிழை."
+
+#: ../gedit/gedit-app.c:917
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: செல்லுபடியாகாத குறிமுறை."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "கேள்வி"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:320
+msgid "Close _without Saving"
+msgstr "_w சேமிக்காமல் மூடவும் "
+
+#: ../gedit/gedit-close-confirmation-dialog.c:321
+#: ../gedit/gedit-commands-file.c:457 ../gedit/gedit-commands-file.c:586
+#: ../gedit/gedit-commands-file.c:663 ../gedit/gedit-commands-file.c:882
+#: ../gedit/gedit-commands-file.c:1332 ../gedit/gedit-io-error-info-bar.c:134
+#: ../gedit/gedit-io-error-info-bar.c:515
+#: ../gedit/gedit-io-error-info-bar.c:1191
+#: ../gedit/gedit-preferences-dialog.c:868
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "ரத்து (_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+#| msgid "Save As"
+msgid "_Save As…"
+msgstr "இவ்வாறு சேமி… (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/gedit-commands-file.c:883 ../gedit/resources/gtk/menus-osx.ui.h:7
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+#| msgid "_Save:"
+msgid "_Save"
+msgstr "சேமி (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:365
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"நீங்கள் சேமிக்கவில்லை என்றால் கடைசி %ld வினாடியில் செய்த மாற்றங்களை "
+"நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+msgstr[1] ""
+"நீங்கள் சேமிக்கவில்லை என்றால் கடைசி %ld வினாடிகளில் செய்த மாற்றங்களை "
+"நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:374
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"நீங்கள் சேமிக்கவில்லையென்றால் கடைசி நிமிடத்தில் செய்த மாற்றங்களை உறுதியாக "
+"இழந்துவிடுவீர்கள்கள்."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:380
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"நீங்கள் சேமிக்கவில்லையென்றால் கடைசி நிமிடம் %ld வினாடியில் செய்த மாற்றங்களை "
+"நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+msgstr[1] ""
+"நீங்கள் சேமிக்கவில்லையென்றால் கடைசி நிமிடம் %ld வினாடிகளில் செய்த மாற்றங்களை "
+"நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:390
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"நீங்கள் சேமிக்கவில்லையென்றால் கடைசி %ld நிமிடத்தில் செய்த மாற்றங்களை "
+"நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+msgstr[1] ""
+"நீங்கள் சேமிக்கவில்லையென்றால் கடைசி %ld நிமிடங்களில் செய்த மாற்றங்களை "
+"நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:405
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+"நீங்கள் சேமிக்காவிட்டால் கடைசி மணியில் செய்த மாற்றங்களை நிரந்தரமாக இழக்க "
+"நேரும். "
+
+#: ../gedit/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"நீங்கள் சேமிக்கவில்லையென்றால் கடைசி மணி %d நிமிடத்தில் செய்த மாற்றங்களை "
+"நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+msgstr[1] ""
+"நீங்கள் சேமிக்கவில்லையென்றால் கடைசி மணி %d நிமிடங்களில் செய்த மாற்றங்களை "
+"நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"நீங்கள் சேமிக்கவில்லையென்றால் கடைசி %d மணி நேரத்திலிருந்து மாற்றங்களை "
+"உறுதியாக "
+"இழந்துவிடுவீர்கள்"
+msgstr[1] ""
+"நீங்கள் சேமிக்கவில்லையென்றால் கடைசி %d மணிகள் நேரத்திலிருந்து மாற்றங்களை "
+"உறுதியாக "
+"இழந்துவிடுவீர்கள்"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "ஆவணம் “%s\" இல் செய்த மாற்றங்கள் நிரந்தரமாக இழக்கப்படும்."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "ஆவணம் “%s\" ஐ மூடுவதற்கு முன் அதில் செய்த மாற்றங்களைச் சேமிக்கவா?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:490
+#: ../gedit/gedit-close-confirmation-dialog.c:651
+msgid "Saving has been disabled by the system administrator."
+msgstr "கணினி நிர்வாகியால் சேமித்தல் செயல்நீக்கப்பட்டுள்ளது"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:599
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d ஆவணத்தில் மாற்றங்களை நிரந்தரமாக இழந்துவிடுவீர்கள்."
+msgstr[1] "%d ஆவணங்களில் மாற்றங்களை நிரந்தரமாக இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:607
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d ஆவணம் சேமிக்கப்படாமல் உள்ளது. மூடுவதற்கு முன் மாற்றங்களை சேமிக்க வேண்டுமா?"
+msgstr[1] ""
+"%d ஆவணங்கள் சேமிக்கப்படாமல் உள்ளன. மூடுவதற்கு முன் மாற்றங்களை சேமிக்க "
+"வேண்டுமா?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:627
+msgid "Docum_ents with unsaved changes:"
+msgstr "மாற்றங்கள் சேமிக்கப்படாத _e ஆவணங்கள்:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:631
+msgid "S_elect the documents you want to save:"
+msgstr "_e சேமிக்க விரும்பும் ஆவணங்களை தேர்வு செய்க:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:655
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+"நீங்கள் சேமிக்கவில்லையென்றால், நீங்கள் செய்த மாற்றங்களை நிரந்தரமாக இழக்க "
+"நேரும். "
+
+#: ../gedit/gedit-commands-file.c:256
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' கோப்பினை ஏற்றுகிறது…"
+
+#: ../gedit/gedit-commands-file.c:265
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d கோப்பினை ஏற்றுகிறது..."
+msgstr[1] "%d கோப்புகளை ஏற்றுகிறது..."
+
+#. Translators: "Open" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:451
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "திற"
+
+#: ../gedit/gedit-commands-file.c:458 ../gedit/resources/gtk/menus-osx.ui.h:4
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "திற (_O)"
+
+#: ../gedit/gedit-commands-file.c:577
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "கோப்பு \"%s\" வாசிப்புக்கு மட்டும்."
+
+#: ../gedit/gedit-commands-file.c:582
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "நீங்கள் சேமிக்கும் ஒன்றால் அதனை மாற்ற விரும்புகிறீர்களா? "
+
+#: ../gedit/gedit-commands-file.c:587
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "_R இடமாற்று"
+
+#: ../gedit/gedit-commands-file.c:627
+msgid "Save the file using compression?"
+msgstr " சுருக்கிய கோப்பாக சேமிக்கவா?"
+
+#: ../gedit/gedit-commands-file.c:631
+msgid "Save the file as plain text?"
+msgstr "வெற்று உரை பட்டியலாக சேமிக்கவா?"
+
+#: ../gedit/gedit-commands-file.c:644
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"\"%s\" கோப்பு முன்பு சுருக்கிய வடிவில் சேமிக்கப்பட்டது. இப்போது வெற்று உரையாக "
+"சேமிக்கப்படும்."
+
+#: ../gedit/gedit-commands-file.c:648
+msgid "_Save Using Compression"
+msgstr "_S சுருக்கிய கோப்பாக சேமி"
+
+#: ../gedit/gedit-commands-file.c:653
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"\"%s\" கோப்பு முன்பு சுருக்கிய வடிவில் சேமிக்கப்பட்டது. இபோது வெற்று உரையாக "
+"சேமிக்கப்படும்."
+
+#: ../gedit/gedit-commands-file.c:656
+msgid "_Save As Plain Text"
+msgstr "_S வெற்று உரை பட்டியலாக சேமி"
+
+#: ../gedit/gedit-commands-file.c:764 ../gedit/gedit-commands-file.c:991
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s' கோப்பினை சேமிக்கிறது…"
+
+#: ../gedit/gedit-commands-file.c:875
+msgid "Save As"
+msgstr "இப்படி சேமி"
+
+#: ../gedit/gedit-commands-file.c:1195
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "ஆவணம் '%s' ஐ பழைய நிலைக்கு மீட்கிறது…"
+
+#: ../gedit/gedit-commands-file.c:1240
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr " '%s' ஆவணத்தில் சேமிக்காத மாற்றங்களை மீட்கலாமா?"
+
+#: ../gedit/gedit-commands-file.c:1249
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"கடைசி %ld நொடியில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக இழந்துவிடுவீர்கள்."
+msgstr[1] ""
+"கடைசி %ld நொடிகளில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-commands-file.c:1258
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"கடைசி நிமிடத்தில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-commands-file.c:1264
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"கடைசி நிமிடத்தில் மற்றும் %ld நொடியில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+msgstr[1] ""
+"கடைசி நிமிடத்தில் மற்றும் %ld நொடிகளில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-commands-file.c:1274
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"கடைசி %ld நிமிடத்தில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக இழந்துவிடுவீர்கள்."
+msgstr[1] ""
+"கடைசி %ld நிமிடங்களில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-commands-file.c:1289
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "கடைசி மணியில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தமாக இழக்க நேரும்."
+
+#: ../gedit/gedit-commands-file.c:1295
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"கடைசி மணி மற்றும் %d நிமிடத்தில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+msgstr[1] ""
+"கடைசி மணி மற்றும் %d நிமிடங்களில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக "
+"இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-commands-file.c:1310
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"கடைசி %d மணியில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக இழந்துவிடுவீர்கள்."
+msgstr[1] ""
+"கடைசி %d மணிகளில் ஆவணத்தில் செய்த மாற்றங்களை நிரந்தரமாக இழந்துவிடுவீர்கள்."
+
+#: ../gedit/gedit-commands-file.c:1333
+msgid "_Revert"
+msgstr "_R பழையநிலையை மீட்கவும்"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "கெடிட் க்னோமுக்காக எழுதப்பட்ட ஓர் சிறிய உரை திருத்தி"
+
+#: ../gedit/gedit-commands-help.c:102
+msgid "translator-credits"
+msgstr "I Felix <ifelix@redhat.com>, Dr. T. Vasudevan <agnihot3@gmail.com>"
+
+#: ../gedit/gedit-commands-search.c:103
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "தேடி மாற்றியவை %d முறை நடந்துள்ளது"
+msgstr[1] "தேடி மாற்றியவை %d முறைகள் நடந்துள்ளன"
+
+#: ../gedit/gedit-commands-search.c:112
+msgid "Found and replaced one occurrence"
+msgstr "தேடி மாற்றியவை ஒரு முறை நடந்துள்ளது"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:138
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" கண்டு பிடிக்கப் படவில்லை"
+
+#: ../gedit/gedit-document.c:953 ../gedit/gedit-document.c:983
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "சேமிக்கப்படாத ஆவணம் %d"
+
+#: ../gedit/gedit-documents-panel.c:427
+#, c-format
+#| msgid "_New Tab Group"
+msgid "Tab Group %i"
+msgstr "கீற்றுக் குழு %i"
+
+#: ../gedit/gedit-documents-panel.c:524 ../gedit/gedit-window.c:1133
+#: ../gedit/gedit-window.c:1139 ../gedit/gedit-window.c:1147
+msgid "Read-Only"
+msgstr "வாசிக்க மட்டும்"
+
+#: ../gedit/gedit-encodings-combo-box.c:302
+#: ../gedit/gedit-file-chooser-dialog-osx.c:564
+msgid "Automatically Detected"
+msgstr "தானாக கண்டுபிடிக்கப்பட்டது"
+
+#: ../gedit/gedit-encodings-combo-box.c:331
+#: ../gedit/gedit-file-chooser-dialog-osx.c:573
+msgid "Add or Remove..."
+msgstr "சேர்க்கவும் அல்லது நீக்கவும்..."
+
+#: ../gedit/gedit-encoding-items.c:95 ../gedit/gedit-encoding-items.c:104
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "தற்போதைய உள்ளாக்கம் (%s)"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:40
+#: ../gedit/gedit-preferences-dialog.c:877
+msgid "All Files"
+msgstr "அனைத்து கோப்புகள்"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+msgid "All Text Files"
+msgstr "அனைத்து உரை கோப்புகளும்"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:305
+msgid "C_haracter Encoding:"
+msgstr "_h குறிமுறை எழுத்து:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:355
+msgid "L_ine Ending:"
+msgstr "_i வரி முடிவு"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:546
+#| msgid "C_haracter Encoding:"
+msgid "Character Encoding:"
+msgstr "எழுத்துக்குறி குறியாக்க முறை:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:619
+#| msgid "L_ine Ending:"
+msgid "Line Ending:"
+msgstr "வரி முடிவு:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:256 ../gedit/gedit-window.c:1217
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "வெற்று உரை"
+
+#: ../gedit/gedit-io-error-info-bar.c:147
+#: ../gedit/gedit-io-error-info-bar.c:495
+msgid "_Retry"
+msgstr "மறுமுயற்சி (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:167
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "கோப்பு \"%s\" ஐக் கண்டறிய முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:169
+#: ../gedit/gedit-io-error-info-bar.c:209
+#: ../gedit/gedit-io-error-info-bar.c:216
+msgid "Please check that you typed the location correctly and try again."
+msgstr "உள்ளிட்ட இடத்தை சரிபார்த்து, மறுபடியும் முயற்சி செய்யவும்."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:188
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” இடங்களை கையாள முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:194
+msgid "Unable to handle this location."
+msgstr "இந்த இடத்தைக் கையாள முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+msgid "The location of the file cannot be accessed."
+msgstr "கோப்பின் இடத்தை அணுக முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:207
+#, c-format
+msgid "“%s” is a directory."
+msgstr "\"%s\" ஒரு கோப்பகமாகும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:214
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "\"%s\" என்பது ஒரு செல்லுபடியான இடமல்ல."
+
+#: ../gedit/gedit-io-error-info-bar.c:250
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"வழங்கி “%s\" காணவில்லை. உங்கள் பதிலி அமைவுகள் சரியாக உள்ளதா என சோதித்துவிட்டு "
+"மீண்டும் "
+"முயற்சிக்கவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:265
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"புரவலன் பெயர் செல்லுபடியாகாதது நீங்கள் உள்ளிட்ட இடம் சரியா என சரிபார்த்து "
+"மறுபடியும் "
+"முயற்சிக்கவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "\"%s\" ஒரு வழக்கமான கோப்பல்ல."
+
+#: ../gedit/gedit-io-error-info-bar.c:278
+msgid "Connection timed out. Please try again."
+msgstr "இணைப்பு காலாவதி ஆகி விட்டது. மீண்டும் முயற்சி செய்க."
+
+#: ../gedit/gedit-io-error-info-bar.c:311
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "எதிர்பாராத பிழை: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:347
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"கோரப்பட்ட கோப்பினைக் கண்டுபிடிக்க முடியவில்லை. அது சமீபத்தில் "
+"அழிக்கப்பட்டிருக்கலாம்."
+
+#: ../gedit/gedit-io-error-info-bar.c:357
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "கோப்பு \"%s\" ஐ பழைய நிலைக்கு கொண்டுவர முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:384
+msgid "Ch_aracter Encoding:"
+msgstr "_a எழுத்து குறியிடுதல்: "
+
+#: ../gedit/gedit-io-error-info-bar.c:445
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "“%s” என்ற இடத்தை தற்போது அடைய முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:460
+msgid "Your system is offline. Check your network."
+msgstr "கணினியில் இணைய இணைப்பு இல்லை. பிணையத்தை சோதிக்கவும்."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:503
+#: ../gedit/gedit-io-error-info-bar.c:772
+msgid "Edit Any_way"
+msgstr "எவ்வாறாயினும் திருத்தவும் (_w)"
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"பின்பற்றப்பட்ட இணைப்புகள் வரையறுக்கப்பட்டது மற்றும் உண்மையான கோப்பு இந்த "
+"வரம்புக்குள் காண "
+"முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "You do not have the permissions necessary to open the file."
+msgstr "கோப்பினை திறக்க உங்களுக்குத் தேவையான அனுமதிகள் இல்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+msgid "Unable to detect the character encoding."
+msgstr "எழுத்துக் குறியீடாக்கத்தைக் கண்டுபிடிக்க முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+#: ../gedit/gedit-io-error-info-bar.c:630
+msgid "Please check that you are not trying to open a binary file."
+msgstr "இரும (பைனரி) கோப்பை திறக்க முயற்சி செய்கிறீர்களா என சரி பார்க்கவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+"பட்டியிலிருந்து எழுத்து குறியிடலை தேர்ந்தெடுத்து மீண்டும் முயற்சி செய்யவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:613
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "கோப்பு \"%s\" ஐத் திறக்கும் போது ஒரு சிக்கல் ஏற்பட்டது."
+
+#: ../gedit/gedit-io-error-info-bar.c:615
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"நீங்கள் திறந்த கோப்பில் செல்லுபடியாகாத எழுத்துருக்கள் உள்ளன. தொடர்ந்து "
+"திருத்தினால் இந்த "
+"ஆவணம் பயனற்று போகும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "You can also choose another character encoding and try again."
+msgstr "வேறு எழுத்து குறியிடலை தேர்ந்தெடுத்து மீண்டும் முயற்சிக்க இயலும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr ""
+"கோப்பு \"%s\" ஐ \"%s\" எழுத்துக் குறியீடாக்கத்தைப் பயன்படுத்தி திறக்க "
+"முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:631
+#: ../gedit/gedit-io-error-info-bar.c:706
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+"பட்டியிலிருந்து வேறு எழுத்து குறியிடலை தேர்ந்தெடுத்து மீண்டும் முயற்சி "
+"செய்யவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "கோப்பு \"%s\" ஐத் திறக்க முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:701
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr ""
+"கோப்பு \"%s\" ஐ \"%s\" எழுத்து குறியீடாக்கத்தைப் பயன்படுத்தி சேமிக்க "
+"முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:704
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"இந்த ஆவணத்தில் ஒன்றோ மேற்பட்டோ எழுத்துப்பாணி கொடுத்த குறியீட்டில் இல்லை"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:777
+msgid "D_on't Edit"
+msgstr "திருத்த வேண்டாம் (_o)"
+
+#: ../gedit/gedit-io-error-info-bar.c:787
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "இந்தக் கோப்பு “%s\" ஏற்கனவே வேறொரு சாளரத்தில் திறக்கப்பட்டுள்ளது."
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+msgid "Do you want to edit it anyway?"
+msgstr "அப்படியிருந்தும் திருத்த வேண்டுமா?"
+
+#: ../gedit/gedit-io-error-info-bar.c:857
+#: ../gedit/gedit-io-error-info-bar.c:947
+#: ../gedit/gedit-io-error-info-bar.c:1239
+msgid "S_ave Anyway"
+msgstr "_a எப்படியாவது சேமி "
+
+#: ../gedit/gedit-io-error-info-bar.c:860
+#: ../gedit/gedit-io-error-info-bar.c:950
+#: ../gedit/gedit-io-error-info-bar.c:1242
+msgid "D_on't Save"
+msgstr "_o சேமிக்க வேண்டாம்"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:874
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "கோப்பு \"%s\" ஐப் படிக்கத் தொடங்கிய நேரத்திலிருந்து மாற்றப்பட்டுள்ளது."
+
+#: ../gedit/gedit-io-error-info-bar.c:889
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"நீங்கள் சேமித்தால், அனைத்து வெளியார்ந்த மாற்றங்களும் இழக்கப்படும். "
+"இருந்தாலும் சேமிக்கவா?"
+
+#: ../gedit/gedit-io-error-info-bar.c:969
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "\"%s\" ஐ சேமிக்கும் போது ஒரு மறுபிரதி கோப்பினை உருவாக்க முடியவில்லை"
+
+#: ../gedit/gedit-io-error-info-bar.c:974
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr ""
+"\"%s\" ஐ சேமிக்கும் போது ஒரு தற்காலிக மறுபிரதி கோப்பினை உருவாக்க முடியவில்லை"
+
+#: ../gedit/gedit-io-error-info-bar.c:991
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"புதிய கோப்பைச் சேமிக்கும் போது பழைய கோப்பின் மறுபிரதி நகலை உருவாக்க "
+"முடியவில்லை. இந்த "
+"எச்சரிக்கையை மீறி சேமிக்கலாம். ஆனால் சேமிப்பில் தவறு ஏற்படின் பழைய கோப்பை "
+"இழக்க "
+"நேரிடலாம். இருந்தாலும் சேமிக்க வேண்டுமா?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1051
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"எழுதும் பயன்முறையில் “%s:\" இடங்களைக் கையாள முடியாது. நீங்கள் உள்ளிட்ட இடத்தை "
+"சரிபார்த்து "
+"மறுபடியும் முயற்சிக்கவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:1059
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"எழுதும் பயன்முறையில் இந்த இடத்தைக் கையாள முடியாது. நீங்கள் உள்ளிட்ட இடத்தை "
+"சரிபார்த்து "
+"மறுபடியும் முயற்சிக்கவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:1068
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" என்பது செல்லுபடியாகாத இடம். நீங்கள் உள்ளிட்ட இடத்தை சரிபார்த்து "
+"மறுபடியும் "
+"முயற்சிக்கவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:1075
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"கோப்பை சேமிக்க தேவையான அனுமதி உங்களுக்கு இல்லை. நீங்கள் உள்ளிட்ட இடத்தை "
+"சரிபார்த்து "
+"மறுபடியும் முயற்சிக்கவும். "
+
+#: ../gedit/gedit-io-error-info-bar.c:1081
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"கோப்பை சேமிப்பதற்கு வட்டில் இடம் கிடையாது. தயவுசெய்து, வட்டில் இடம் உருவாக்கி "
+"மறுபடியும் "
+"முயற்சிசெய்க."
+
+#: ../gedit/gedit-io-error-info-bar.c:1086
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"நீங்கள் படிக்க மட்டுமான வட்டில் கோப்பை சேமிக்க முயற்சிக்கிறீர்கள். நீங்கள் "
+"உள்ளிட்ட இடத்தை "
+"சரிபார்த்து மறுபடியும் முயற்சிக்கவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:1092
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "கோப்பு இதே பெயரில் ஏற்கனவே உள்ளது. எனவே வேறு பெயரை பயன்படுத்தவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"நீங்கள் சேமிக்க விரும்பும் அடைவு உள்ள வட்டில் கோப்புகளின் பெயருக்கு சில "
+"வரம்புகள் உள்ளன. "
+"சிறிய கோப்புப் பெயரை பயன்படுத்தவும்."
+
+#: ../gedit/gedit-io-error-info-bar.c:1108
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"நீங்கள் சேமிக்க விரும்பும் அடைவு உள்ள வட்டில் கோப்பு அளவுக்கு வரம்பு உள்ளது. "
+"சிறிய "
+"கோப்புகளை சேமிக்க முயற்சி செய்யவும் அல்லது வரம்பு இல்லாத வட்டில் சேமிக்கவும்"
+
+#: ../gedit/gedit-io-error-info-bar.c:1125
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "கோப்பு \"%s\" ஐ சேமிக்க முடியவில்லை."
+
+#: ../gedit/gedit-io-error-info-bar.c:1165
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "கோப்பு “%s\" வட்டில் மாற்றப்பட்டது."
+
+#: ../gedit/gedit-io-error-info-bar.c:1176
+msgid "Drop Changes and _Reload"
+msgstr "மாற்றங்களை கைவிட்டு மீளேற்று (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1186
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Reload"
+msgstr "_R மீளேற்றுக"
+
+#: ../gedit/gedit-io-error-info-bar.c:1252
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "\"%s\" ஐ சேமிக்கும் போது சில செல்லுபடியகாத எழுத்துருக்கள் காணப்பட்டன."
+
+#: ../gedit/gedit-io-error-info-bar.c:1268
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+"தொடர்ந்து திருத்தினால் இந்த ஆவணம் பயனற்று போகும். எப்படியும் சேமிக்க வேண்டுமா?"
+
+#: ../gedit/gedit-open-document-selector.c:411
+#| msgid "No resize"
+msgid "No results"
+msgstr "முடிவுகள் இல்லை"
+
+#: ../gedit/gedit-preferences-dialog.c:386
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"இந்த பொத்தானை சொடுக்கி திருத்தியில் பயன்படுத்துவதற்கான எழுத்தினைத் தேர்வு "
+"செய்க"
+
+#: ../gedit/gedit-preferences-dialog.c:399
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_U கணினி நிலை அகல எழுது (%s) ஐ பயன்படுத்துக."
+
+#: ../gedit/gedit-preferences-dialog.c:643
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+"அடைவு '%s' ஐ உருவாக்க முடியவில்லை: g_mkdir_with_parents() தோல்வியுற்றது: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:839
+msgid "The selected color scheme cannot be installed."
+msgstr "தேர்ந்தெடுத்த வண்ண திட்டத்தை நிறுவ முடியாது."
+
+#: ../gedit/gedit-preferences-dialog.c:864
+msgid "Add Scheme"
+msgstr "திட்டங்கள் ஐ சேர்"
+
+#: ../gedit/gedit-preferences-dialog.c:869
+msgid "A_dd Scheme"
+msgstr "_d திட்டங்கள் ஐ சேர்"
+
+#: ../gedit/gedit-preferences-dialog.c:873
+msgid "Color Scheme Files"
+msgstr "வண்ண திட்ட கோப்புகள்:"
+
+#: ../gedit/gedit-preferences-dialog.c:910
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "வண்ன திட்டம் \"%s\" ஐ நீக்க முடியவில்லை ."
+
+#: ../gedit/gedit-print-job.c:555
+#, c-format
+msgid "File: %s"
+msgstr "கோப்பு: %s"
+
+#: ../gedit/gedit-print-job.c:564
+msgid "Page %N of %Q"
+msgstr "பக்கம் %Q இல் %N"
+
+#: ../gedit/gedit-print-job.c:826
+msgid "Preparing..."
+msgstr "தயாராகிறது..."
+
+#: ../gedit/gedit-print-preview.c:648
+#, c-format
+msgid "Page %d of %d"
+msgstr "பக்கம் %d இல் %d"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "ஒரு கீற்று பிழைகளுடன் உள்ளது"
+msgstr[1] "%d கீற்றுகள் பிழைகளுடன் உள்ளன"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:772
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s %s இலிருந்து மீட்கப்படுகிறது"
+
+#: ../gedit/gedit-tab.c:779
+#, c-format
+msgid "Reverting %s"
+msgstr "%s மீட்கப்படுகிறது"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s %s இலிருந்து ஏற்றப்படுகிறது"
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "%s ஐ ஏற்றுகிறது"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:875
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s ஐ %s ல் சேமிக்கிறது"
+
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s"
+msgstr "%sஐ சேமிக்கிறது"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1443
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error opening file %s"
+msgstr "%s கோப்பினை திறக்கும் போது பிழை"
+
+#: ../gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error reverting file %s"
+msgstr "கோப்பு %s ஐ மீட்கையில் பிழை"
+
+#: ../gedit/gedit-tab.c:1501
+#, c-format
+msgid "Error saving file %s"
+msgstr "கோப்பு %s ஐ சேமிக்கும் போது பிழை"
+
+#: ../gedit/gedit-tab.c:1532
+msgid "Name:"
+msgstr "பெயர்:"
+
+#: ../gedit/gedit-tab.c:1533
+msgid "MIME Type:"
+msgstr "மைம் வகை:"
+
+#: ../gedit/gedit-tab.c:1534
+msgid "Encoding:"
+msgstr "குறிமுறையாக்கம்:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "உங்கள் நிறுவலை சரிபார்க்கவும்."
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "ui கோப்பு %sஐ திறக்க முடியவில்லை. பிழை: %s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "பொருள் '%s'ஐ கோப்பு %s உள்ளே காண முடியவில்லை."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "/ on %s"
+
+#: ../gedit/gedit-utils.c:1453
+msgid "Unix/Linux"
+msgstr "யூனிக்ஸ்/ லீனக்ஸ்"
+
+#: ../gedit/gedit-utils.c:1455
+msgid "Mac OS Classic"
+msgstr "மாக் இயங்கு தளம் கிளாசிக்"
+
+#: ../gedit/gedit-utils.c:1457
+msgid "Windows"
+msgstr "சாளரங்கள்"
+
+#: ../gedit/gedit-view.c:512
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "_D வரிசை எண்களைக் காண்பிக்கவும்:"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:733
+#, c-format
+msgid "%d of %d"
+msgstr "%d இல் %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:825
+msgid "_Wrap Around"
+msgstr "_W மடிந்து வருதல்"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:835
+msgid "Match as _Regular Expression"
+msgstr "சுருங்குறித் தொடராகப் பொருத்து (_r)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:849
+msgid "Match _Entire Word Only"
+msgstr "_E முழு சொல்லை மட்டும் ஒப்பிடு "
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:863
+msgid "_Match Case"
+msgstr "_M நிலைப் பொருத்தம்"
+
+#: ../gedit/gedit-view-frame.c:1037
+msgid "String you want to search for"
+msgstr "தேட வேண்டிய சரம்"
+
+#: ../gedit/gedit-view-frame.c:1049
+msgid "Line you want to move the cursor to"
+msgstr "நிலைகாட்டியை நகர்த்த வேண்டிய வரி"
+
+#: ../gedit/gedit-window.c:972
+msgid "Bracket match is out of range"
+msgstr "அடைப்புக்குறி ஒப்பீடு வரையறை தாண்டியுள்ளது"
+
+#: ../gedit/gedit-window.c:977
+msgid "Bracket match not found"
+msgstr "அடைப்புக்குறி ஒப்பீடு ஏதும் காணப்படவில்லை"
+
+#: ../gedit/gedit-window.c:982
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "அடைப்புக்குறி ஒப்பீடு இந்த வரியில் காணப்பட்டது: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1017
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " %d வரி, %d பத்தி"
+
+#: ../gedit/gedit-window.c:1199
+#, c-format
+msgid "Tab Width: %u"
+msgstr "தத்தல் அகலம்: %u"
+
+#: ../gedit/gedit-window.c:1569
+msgid "There are unsaved documents"
+msgstr "சேமிக்கப்படாத ஆவணங்கள் உள்ளன"
+
+#: ../gedit/gedit-window.c:2418
+msgid "Change side panel page"
+msgstr "பக்கப் பலகப் பக்கத்தை மாற்று"
+
+#: ../gedit/gedit-window.c:2438 ../gedit/resources/gtk/menus-osx.ui.h:35
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "ஆவணங்கள்"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+#| msgid "_Move Left"
+msgid "Move _Left"
+msgstr "இடப்புறம் நகர்த்து (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+#| msgid "_Move Right"
+msgid "Move _Right"
+msgstr "வலப்புறம் நகர்த்து (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+#| msgid "_Move to New Window"
+msgid "Move to New _Window"
+msgstr "புதிய சாளரத்திற்கு நகர்த்து (_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+#| msgid "_Move to New Tab Group"
+msgid "Move to New Tab _Group"
+msgstr "புதிய கீற்றுக்குழுவுக்கு நகர்த்து (_G)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "மூடு (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "தானியக்க உள்ளடக்கம்"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "இடைவெளிகளை பயன்படுத்து"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+#| msgid "_Display line numbers"
+msgid "Display line numbers"
+msgstr "வரிசை எண்களைக் காண்பி"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+#| msgid "Display Right Margin"
+msgid "Display right margin"
+msgstr "வலது ஓரத்தைக் காண்பி"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+#| msgid "Highlight current _line"
+msgid "Highlight current line"
+msgstr "நடப்பு வரியை தனிப்படுத்திக் காட்டு"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+#| msgid "Text Wrapping"
+msgid "Text wrapping"
+msgstr "உரையை மடிப்பு"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_New Window"
+msgstr "புதிய _சாளரம்"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_P முன்னுரிமைகள்"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:45
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "_H உதவி"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "பற்றி (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "வெளியேறு (_Q)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+#| msgid "Print"
+msgid "_Print…"
+msgstr "அச்சிடு… (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Fullscreen"
+msgstr "முழுத்திரை (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+#| msgid "_Save All"
+msgid "Save _All"
+msgstr "அனைத்தையும் சேமிக்கவும் (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+#| msgid "Find"
+msgid "_Find…"
+msgstr "கண்டுபிடி (_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "கண்டுபிடித்து இடமாற்று… (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+msgid "_Clear Highlight"
+msgstr "_C சிறப்புச் சுட்டுதலை துடைக்கவும்"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+#| msgid "Go to _Line..."
+msgid "_Go to Line…"
+msgstr "இந்த வரிக்குச் செல்… (_G)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "காட்சி"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "Side _Panel"
+msgstr "_P பக்க பலகம்"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Bottom Panel"
+msgstr "_B கீழ் பலகம் "
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+#| msgid "Highlight Mode"
+msgid "_Highlight Mode…"
+msgstr "தனிப்படுத்திக் காட்டுதல் பயன்முறை (_H)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:34
+#| msgid "_Tools"
+msgid "Tools"
+msgstr "கருவிகள்"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+msgid "_Close All"
+msgstr "_C அனைத்தையும் மூடுக"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+#| msgid "_File"
+msgid "File"
+msgstr "கோப்பு"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-osx.ui.h:3
+msgid "_New"
+msgstr "புதிய (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+#| msgid "Open a New Document"
+msgid "Open _Recent"
+msgstr "சமீபத்தியவற்றை திற (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:6
+msgid "Reopen Closed _Tab"
+msgstr "மூடிய கீற்றை மீண்டும் திற (_T)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+#| msgid "Save As"
+msgid "Save _As…"
+msgstr "இவ்வாறு சேமி (_A)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+#| msgid "_Edit"
+msgid "Edit"
+msgstr "திருத்து"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Undo"
+msgstr "செயல்தவிர் (_U)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "_Redo"
+msgstr "மீண்டும் செய் (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "C_ut"
+msgstr "வெட்டு (_u)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Copy"
+msgstr "நகலெடு (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+msgid "_Paste"
+msgstr "ஒட்டு (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:930
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:968
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_D அழி"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+#| msgid "File Browser Filter Mode"
+msgid "Overwrite _Mode"
+msgstr "மேலெழுதுப் பயன்முறை (_M) "
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+msgid "Select _All"
+msgstr "_A அனைத்தையும் தேர்வு செய்க"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+#| msgid "_Search"
+msgid "Search"
+msgstr "தேடு"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Ne_xt"
+msgstr "_x அடுத்ததை தேடுக"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+msgid "Find Pre_vious"
+msgstr "_v முந்தையதை தேடுக"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "Find and _Replace…"
+msgstr "கண்டுபிடித்து இடமாற்று (_R)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+#| msgid "Go to _Line..."
+msgid "Go to _Line…"
+msgstr "இந்த வரிக்குச் செல் (_L)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Save All"
+msgstr "_S அனைத்தையும் சேமிக்கவும்"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+msgid "_New Tab Group"
+msgstr "(_N) புதுக் கீற்றுக்குழு"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+msgid "P_revious Tab Group"
+msgstr "_r முந்தைய கீற்றுக்குழு"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+msgid "Nex_t Tab Group"
+msgstr "_t அடுத்த கீற்றுக்குழு"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+msgid "_Previous Document"
+msgstr "_P முந்தைய ஆவணம் "
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+msgid "N_ext Document"
+msgstr "_e அடுத்த ஆவணம் "
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+#| msgid "_Move to New Window"
+msgid "_Move To New Window"
+msgstr "புதிய சாளரத்திற்கு நகர்த்து (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+#| msgid "_Help"
+msgid "Help"
+msgstr "உதவி"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "எழுத்து குறியீடுகள்"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "சரி (_O)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "A_vailable encodings:"
+msgstr "_v புழங்கக்கூடிய குறிமுறையாக்கங்கள்:"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "_D விவர உரை"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_Eகுறிமுறையாக்கம்"
+
+#. Add to Dictionary
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:8
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "_A சேர்"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:9
+#| msgid "Remove Tool"
+msgid "_Remove"
+msgstr "நீக்கு (_R)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:10
+msgid "E_ncodings shown in menu:"
+msgstr "_n பட்டியில் காணப்பட்டுள்ள குறிமுறையாக்கங்கள்:"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "தனிப்படுத்திக் காட்டுதல் பயன்முறை"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+#| msgid "Selection"
+msgid "_Select"
+msgstr "தேர்ந்தெடு (_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "தனிப்படுத்திக் காட்டுதல் பயன்முறையைத் தேடு..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+#| msgid "_Documents"
+msgid "Other _Documents…"
+msgstr "பிற ஆவணங்கள் (_D)…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+#| msgid "Open a file"
+msgid "Open another file"
+msgstr "வேறொரு கோப்பைத் திறக்கவும்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "விருப்பங்கள்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "_m பத்தியில் வலது ஓரத்தை காட்டுக:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+#| msgid "_Statusbar"
+msgid "Display _statusbar"
+msgstr "நிலைப்பட்டியைக் காண்பி (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "உரையை மடக்குதல்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "_ w உரை மடக்கலை இயலுமைபடுத்தவும்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "_s வார்த்தையை இரண்டு வரிகளுக்குப் பிரிக்காதே"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "சிறப்புச் சுட்டல்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "_l நடப்பு வரியை சிறப்புச் சுட்டுக "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "_b பொருத்தும் அடைப்புக்குறிகளை சிறப்புச் சுட்டுக "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "தத்தல் நிறுத்தங்கள்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "_T தத்தல் அகலம்: "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "_s தத்தலுக்கு பதிலாக இடைவெளியை சொருகு"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "_E தானியக்க உள்ளடக்கத்தை இயலுமைபடுத்தவும்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "கோப்பு சேமிக்கப்படுகிறது"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+"_n சேமிப்பதற்கு முன் பாதுகாப்புக்காக கோப்புகளின் நகலை சேமித்து வைக்கவும்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "_A தானாக சேமிக்க கால இடைவெளி"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "_m நிமிடங்கள்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "திருத்தி"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "எழுத்து வகை"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "_f திருத்தியின் எழுத்துரு:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "திருத்தி பயன்படுத்தும் எழுத்துருவை தேர்வு செய்யவும்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "வண்ணதிட்டங்கள்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "கருத்தை நிறுவு"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "கருத்தை நிறுவு"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "கருத்தை நீக்கு"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "கருத்தை நீக்கு"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "எழுத்து வகைகளும் வண்ணங்களும்"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "சொருகுபொருள்கள்"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "இலக்கணத் சிறப்புச் சுட்டல்"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "_x இலக்கணத் சிறப்புச் சுட்டியை அச்சிடும்"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "வரிசை எண்கள்"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "வரி எண்களை அச்சிடு (_m)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "_N ஒவ்வொரு இத்தனை வரிக்கும் எண் இடு"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "வரிகள்"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "பக்க தலைப்பு"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "பக்க தலைப்புகளை அச்சிடு (_h)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "எழுத்து வகைகள்"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_B உடல்:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "_L வரிசை எண்கள்:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "_a தலைக்குறிப்பு மற்றும் அடிக்குறிப்பு"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "_R இயல்பான எழுத்துருவை மீட்டு அமைக்கவும்"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "முந்தைய பக்கத்தை காட்டுக"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "P_revious Page"
+msgstr "முந்தைய பக்கம் (_r)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Show the next page"
+msgstr "அடுத்த பக்கத்தை காட்டுக"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:4
+msgid "_Next Page"
+msgstr "அடுத்த பக்கம் (_N)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "Current page (Alt+P)"
+msgstr "நடப்பு பக்கம் (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "of"
+msgstr "இதில்"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Page total"
+msgstr "மொத்தப் பக்கம்"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "The total number of pages in the document"
+msgstr "ஆவணத்திலுள்ள பக்கங்களின் எண்ணிக்கை"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Show multiple pages"
+msgstr "பல பக்கங்களை காட்டு"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom 1:1"
+msgstr "அளவு 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom to fit the whole page"
+msgstr "முழுப்பக்கத்தை பொருத்த அணுகு"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Zoom the page in"
+msgstr "பக்கத்தை அணுகிப் பார்க்கவும்"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "Zoom the page out"
+msgstr "பக்கத்தை விலகிப் பார்க்கவும்"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Close print preview"
+msgstr "அச்சு முன்னோட்டத்தை மூடுக"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "_Close Preview"
+msgstr "_C அச்சு முன்பார்வையை மூடுக"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:17
+msgid "Page Preview"
+msgstr "பக்க முன்பார்வை"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:18
+msgid "The preview of a page in the document to be printed"
+msgstr "ஆவணத்திலுள்ள அச்சிடப்பட வேண்டிய பக்கத்தின் முன்பார்வை "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Replace"
+msgstr "இடமாற்று"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "_A அனைத்தையும் மாற்று"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+#| msgid "Find"
+msgid "_Find"
+msgstr "கண்டுபிடி (_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgid "_Search for: "
+msgstr "_S தேடு: "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with: "
+msgstr "_w இதைக் கொண்டு இடமாற்று: "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "_M பொருத்த நிலை"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "_e உள்ளிடும் வார்தையை மட்டும் பொருத்து"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+#| msgid "Match as _regular expression"
+msgid "Match as re_gular expression"
+msgstr "சுருங்குறித் தொடராகப் பொருத்து (_g)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "_ப தேடல் பின்னே"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "_W மடிந்து வருதல்"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+#| msgid "Close document"
+msgid "Close Document"
+msgstr "ஆவணத்தை மூடு"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "கோப்பை திறக்கவும்"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "புதிய ஆவணத்தை உருவாக்கு"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "புதிய"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "தற்போதைய ஆவணத்தை சேமிக்க"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "சேமி"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "பலகத்தை மறைக்கவும்"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+#| msgid "Open a file"
+msgid "Open a file dialog"
+msgstr "கோப்பை திறத்தல் உரையாடல்"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+#| msgid "Leave fullscreen mode"
+msgid "Leave Fullscreen"
+msgstr "முழுத்திரையிலிருந்து வெளியேறு"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "இற்றைபடுத்தலை சரிபார்"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "கெடிட் இன் புதிய பதிப்புக்கு சோதிக்கவும்"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "யூஆர்எல்(url) ஐ காட்டுவதில் பிழை."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "பதிவிறக்கு (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "_I மேல் கீழ் நிலைகளை உதாசீனம் செய்க"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "கெடிட் இன் புதிய பதிப்பு உள்ளது"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"கெடிட் இன் புதிய பதிப்பை தரவிறக்கு பொத்தானை சொடுக்கி தரவிறக்கலாம். அல்லது "
+"பதிப்பை "
+"உதாசீனம் செய் து புதியதுக்கு காத்திருக்கலாம். "
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "உதாசீனம் செய்ய வேண்டிய பதிப்பு"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "அடுத்த பதிப்பு வெளிவரும் வரை உதாசீனம் செய்ய வேண்டிய பதிப் பு "
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "ஆவணம் புள்ளி விவரம்"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr ""
+"ஒரு ஆவணத்திலுள்ள எண்கள், வரிகள் மற்றும் எழுத்துகளின் எண்ணிக்கையைத் "
+"தெரிவிக்கும்."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "_D ஆவண புள்ளி விவரம்"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "ஆவணம்"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "தேர்வு"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "கோடுகள்"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "சொற்கள்"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "எழுத்துருக்கள் (இடைவெளிகளுடன்)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "எழுத்துருக்கள் (இடைவெளிகள் அல்லா)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "பைட்டுகள்"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "உருவாக்கு"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "ஆவண அடைவில் “make”ஐ இயக்கு"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "இங்கு முனையத்தை திறக்கவும்"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "தற்போது திறக்கப்பட்ட அடைவில் ஒரு முனையத்தை திறக்கவும்"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "தொடரும் வெற்றிடங்களை நீக்குக"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "உங்கள் கோப்பில் உள்ள பயனிலாத தொடரும் வெற்றிடங்களை நீக்குக"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "இயக்குக கட்டளை"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "தனிப்பயன் கட்டளையை செயல்படுத்தி வெளியீட்டை புதிய ஆவணமாக ஆக்குக"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "fpaste க்கு அனுப்பு"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+#| msgid "Change selected text to upper case"
+msgid "Paste selected text or current document to fpaste"
+msgstr "தேர்ந்தெடுத்த உரை அல்லது நடப்பு ஆவணத்தை fpaste க்கு ஒட்டு"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "வெளியார்ந்த கருவிகள்"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "வெளியார்ந்த கட்டளைகள் மற்றும் ஷெல் குறிப்புகளை செயல்படுத்துக."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "கணினி எழுத்துருக்களை பயன்படுத்த வேண்டுமா"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"உண்மையெனில் வெளியார்ந்த கருவிகள் மோனோஸ்பேசாக இருப்பின் மேல் மேசையின் பொது "
+"தகுதர "
+"எழுத்துருவை பயன்படுத்தும் (அல்லது அதற்கு ஒப்பான எழுத்துருவை பயன்படுத்தும்)"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+"பாங்கோ எழுத்துரு பெயர். உதாரணங்கள் \"Sans 12\" அல்லது \"Monospace Bold 14\"."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "_E வெளியார்ந்த கருவிகளை மேலாளவும் "
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "_T வெளியார்ந்த கருவிகள்"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "கட்டளையை செயலாற்ற முடியவில்லை: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "சொல்லுக்குள் இருந்து இந்த கட்டளையை இயக்க வேண்டும்"
+
+#: ../plugins/externaltools/tools/functions.py:320
+msgid "Running tool:"
+msgstr "இயங்கும் கருவி:"
+
+#: ../plugins/externaltools/tools/functions.py:351
+msgid "Done."
+msgstr "முடிந்தது."
+
+#: ../plugins/externaltools/tools/functions.py:353
+msgid "Exited"
+msgstr "வெளியேற்றப்பட்டது"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "எல்லா மொழிகளும்"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "எல்லா மொழிகளும்"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "புதிய கருவி"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "%s உடன் இந்த மாற்றி ஏற்கனவே பிணைக்கப்பட்டுள்ளது"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"புதிய மாற்றியை தட்டச்சு செய்யவும் அல்லது பின்னோக்கு விசையை அழுத்தி துடைக்கவும்"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "ஒரு புதிய மாற்றியை தட்டச்சு செய்யவும்"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "நிறுத்தப்பட்டது."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "நிறுத்துக் கருவி"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "எப்போதும் கிடைக்கும்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "அனைத்து ஆவணங்கள்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "தலைப்பிடப்படாத ஒன்றைத் தவிர அனைத்து ஆவணங்களும்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "உள்ளமை கோப்புகள் மட்டும்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "தொலை கோப்புகள் மட்டும்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "தலைப்பில்லாத ஆவணங்கள் மட்டும்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "எதுவுமில்லை"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "நடப்பு ஆவணம்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "நடப்பு தேர்வு"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "நடப்பு தேர்வு (ஆவணத்துக்கு முன்னிருப்பு)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "நடப்பு வரி"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "நடப்பு வார்த்தை"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "வரிசை எண்கள் காட்டுக"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "புதிய ஆவணத்தைப் உருவாக்கவும்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "நடப்பு ஆவணத்துக்குச் சேர்க"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "நடப்பு ஆவணத்தை இதனால் மாற்றுக"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "நடப்பு தேர்வினை இதனால் மாற்றுக"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "நிலைக்காட்டி இருக்குமிடத்தில் நுழைக்கவும்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "வெளியார்ந்த கருவிகளை மேலாளவும் "
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "புதிய கருவியை சேர்"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "கருவி சேர் "
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "தேர்வு செய்த கருவியை நீக்கு"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "நீக்கும் கருவி"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "பழையநிலையை மீட்கும் கருவி"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "பழையநிலையை மீட்கும் கருவி"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "குறுக்கு விசை (_K):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_S சேமிக்கவும்: "
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "_I உள்ளீடு: "
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "_O வெளியீடு: "
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "_A பொருந்துதல்: "
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+msgid "Tool Output"
+msgstr "கருவி வெளியீடு"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "கோப்பு உலாவி பலகம்"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "பக்க பலகத்திலிருந்து கோப்பினை எளிதாக அணுகலாம்"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "இல்லம்"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "கோப்பு அமைப்பு"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:532
+msgid "File Browser"
+msgstr "கோப்பு உலாவி"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while creating a new directory"
+msgstr "ஒரு புதிய அடைவினை உருவாக்கும் போது பிழை ஏற்பட்டுள்ளது"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while creating a new file"
+msgstr "ஒரு புதிய கோப்பினை உருவாக்கும் போது பிழை ஏற்பட்டுள்ளது"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred while renaming a file or directory"
+msgstr "ஒரு கோப்பு அல்லது அடைவினை மறுபெயரிடும் போது பிழை ஏற்பட்டுள்ளது"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:683
+msgid "An error occurred while deleting a file or directory"
+msgstr "ஒரு கோப்பு அல்லது அடைவினை நீக்கும் போது பிழை ஏற்பட்டுள்ளது"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:686
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "கோப்பு மேலாளரில் ஒரு அடைவினை திறக்கும் போது ஒரு பிழை ஏற்பட்டுள்ளது"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:689
+msgid "An error occurred while setting a root directory"
+msgstr "ஒரு ரூட் அடைவினை அமைக்கும் போது பிழை ஏற்பட்டுள்ளது"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:692
+msgid "An error occurred while loading a directory"
+msgstr "ஒரு அடைவினை ஏற்றும் போது பிழை ஏற்பட்டுள்ளது"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:695
+msgid "An error occurred"
+msgstr "ஒரு பிழை ஏற்பட்டுள்ளது"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:913
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"குப்பை தொட்டிக்கு கோப்பினை நகர்த்த முடியாது, \n"
+"முழுமையாக அழிக்க வேண்டுமா?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:918
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "கோப்பு \"%s\" ஐ குப்பை தொட்டிக்கு நகர்த்த முடியாது"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:923
+msgid "The selected files cannot be moved to the trash."
+msgstr "தேர்ந்தெடுத்த கோப்புக்களை குப்பை தொட்டிக்கு நகர்த்த முடியாது."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:954
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "நீங்கள் \"%s\"ஐ நிரந்தரமாக நிச்சயம் அழிக்க வேண்டுமா?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:959
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "நீங்கள் தேர்ந்தெடுத்த கோப்புக்களை நிரந்தரமாக அழிக்க வேண்டுமா?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:962
+msgid "If you delete an item, it is permanently lost."
+msgstr "நீங்கள் ஒரு உருப்படியை அழித்தால் அது நிரந்தரமாக இழக்கப்படும்"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1781
+msgid "(Empty)"
+msgstr "(வெற்று)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3503
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"மறுபெயரிடப்பட்ட கோப்பு தற்போது வடிக்கப்பட்டது. கோப்பு தெரிய உங்கள் வடிப்பு "
+"அமைவை சரி "
+"செய்ய வேண்டும்"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3760
+msgid "Untitled File"
+msgstr "தலைப்பில்லா கோப்பு"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3788
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"புதிய கோப்பு வடிகட்டப் பட்டது. கோப்பை பார்க்க நீங்கள் வடிகட்டி அமைப்பை மாற்ற "
+"வேண்டும்."
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3819
+msgid "Untitled Folder"
+msgstr "தலைப்பில்லா கோப்புறை"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"புதிய அடைவு தற்போது வடிகட்டப்பட்டது. அடைவைப் பார்க்க நீங்கள் வடிகட்டி அமைப்பை "
+"மாற்ற "
+"வேண்டும்."
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:789
+msgid "Bookmarks"
+msgstr "புத்தகக்குறிகள்"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1988
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "ஏற்றப்பட்ட தொகுதியில் ஏற்றும் பொருள் இல்லை: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr "ஊடகத்தை திறக்க முடியவில்லை: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "தொகுதியை ஏற்ற முடியவில்லை: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2774
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "'%s' ஐ ஏற்றும் போது பிழை: அப்படி ஒரு கோப்பகம் இல்லை"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "கிளை பார்வையாக திறக்கவும்"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"கோப்பு சொருகுப்பொருள் ஏற்றப் படும் போது புத்தக குறிகள் காட்சி அல்லாது கிளைக் "
+"காட்சியை "
+"திறக்கவும்."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "கோப்பு உலாவி ரூட் அடைவு"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ஏற்றும் போது கிளைக் காட்சியை திறக்கவும் என்பது உண்மை எனும் போது உபயோகிக்க "
+"வேண்டிய கோப்பு "
+"உலாவியின் மூல கோப்பு."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "கோப்பு உலாவி மெய்நிகர் ரூட் அடைவு"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"ஏற்றும் போது கிளைக் காட்சியை திறக்கவும் என்பது உண்மை எனும் போது உபயோகிக்க "
+"வேண்டிய கோப்பு "
+"உலாவியின் மெய்நிகர் மூல கோப்பு. மெய்நிகர் மூலம் எப்போதும் மூலத்தின் கீழேயே "
+"இருக்க வேண்டும்."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "தொலை இடங்களின் மீட்டமைப்பினை இயலுமைபடுத்தவும்"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "தொலைநிலை இடங்களை மீட்பதை இயலுமைபடுத்துவதா என அமைக்கிறது."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "முதல் ஆவணத்திற்கு இடத்தை அமைக்கவும்"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"உண்மை எனில் கோப்பு சொருகுப்பொருள் முதலில் திறக்கப் பட்ட ஆவணத்தின் அடைவை "
+"பார்க்கும். "
+"(அதாவது கோப்பு உலாவி திறக்கப் படவில்லை எனில்) இப்படியாக இது பொதுவாக கட்டளை "
+"வரியிலிருந்து ஆவணத்தை திறக்கவோ அல்லது நாடுலஸ் வழியாக திறக்கவோ பயனாகும்."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "கோப்பு உலாவி வடிப்பி முறை"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"இந்த மதிப்பு எந்த கோப்புகள் கோப்பு உலாவியால் வடிகட்டப் படும் என "
+"நிர்ணயிக்கிறது. "
+"செல்லுபடியாகும் மதிப்புகள்: எதுவும் இல்லை (வடிகட்ட எதுவுமில்லை),மறைந்த "
+"(மறைந்த "
+"கோப்புகளை வடிகட்டு), இருநிலை (இருநிலை கோப்புகளை வடிகட்டு) மற்றும் hide-binary "
+"(மறைந்த மற்றும் இரும கோப்புகள்)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "கோப்பு உலாவி வடிப்பி தோரணி"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"கோப்பு உலாவி உபயோகிக்க வேண்டிய வடிகட்டி தோரணி. வடிகட்டி, வடிகட்டி பாணியின் "
+"( filter_mode) மீது இயங்கும். "
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "கோப்பு உலாவி பைனரி பேட்டன்கள்"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "பைனரி கோப்புகளை வடிகட்டும் போது பயன்படுத்த வேண்டிய கூடுதல் பேட்டன்கள்."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "ரூட்டினை செயலிலுள்ள ஆவணத்திற்கு அமைக்கவும் (_S) "
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "_N புதிய அடைவு"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "_i புதிய கோப்பு "
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "மறுபெயரிடு (_R)..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "_M குப்பை தொட்டிக்கு நகர்த்தவும் "
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "_f பார்வையை புதுப்பிக்கவும் "
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "_V அடைவை காட்டுக"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "முனையத்தில் திறக்கவும் (_O)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_வடிப்பி"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "_H மறைவானதை காட்டவும் "
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "_B இருமத்தை காட்டவும் "
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "கோப்புப் பெயரை பொருத்தவும்"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "மோட்லைன்ஸ்"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "கெடிட் க்கு ஈமாக்ஸ்,கேட் மற்றும் விம்முறை மோட்லைன்ஸ் ஆதரவு."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "கட்டளை உரை நிறம் "
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "கட்டளை உரை நிறம் "
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "பிழை உரை நிறம்"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "பிழை உரை நிறம் "
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"உண்மையெனில் மேல் மேசையின் பொது தகுதர எழுத்துருவை பயன்படுத்தும்(அல்லது அதற்கு "
+"ஒப்பான "
+"எழுத்துருவை பயன்படுத்தும்)"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "கட்டளை நிறம் (_o):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "பிழை நிறம் (_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "பைத்தான் முனையம்"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "கீழ் பலகத்தின் உள்ளே ஊடாடும் பைதான் முனையம்"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+msgid "Quick Open..."
+msgstr "விரைவாக திறக்கவும்..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "விரைவாக திறக்கவும்"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "கோப்பை விரைவாக திறக்கவும்"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "தேட உள்ளிடு..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "_S கத்தரிப்புகளை மேலாண்மை செய்க... "
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "கத்தரிப்புகள்"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "காப்பகம் \"%s\" உருவாக்கப்பட முடியவில்லை"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "இலக்கு அடைவு \"%s\" இருப்பில் இல்லை"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "இலக்கு அடைவு `\"%s\" செல்லுபடியாகும் அடைவு இல்லை"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "கோப்பு \"%s\" இருப்பில் இல்லை"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "\"%s\" கோப்பு செல்லுபடியாகும் கத்தரிப்பு கோப்பு இல்லை."
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr ""
+"இறக்குமதி செய்யப்பட்ட \"%s\" கோப்பு செல்லுபடியாகும் கத்தரிப்பு கோப்பு அல்ல"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "காப்பகம் \"%s\" ஐ பிரித்தெடுக்க முடியவில்லை"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "பின்வரும் கோப்புகள் ஏற்றுமதி செய்யப்பட முடியவில்லை: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "கோப்பு \"%s\" செல்லுபடியாகும் கத்தரிப்புகள் காப்பகம் அல்ல"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "கத்தரிப்புகள் மேலாளர்"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "புதிய கத்தரிப்பை சேர்..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "முழுமையான"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "தேர்வு செய்த உரை கத்தரிப்பை மீட்க"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "தேர்வு செய்த உரை துண்டை நீக்குக"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"இது செல்லுபடியாகும் கீற்று விசை அல்ல. விசைகள் வெறும் எழுத்தாகவோ (அல்லது _, : "
+"மற்றும்.) "
+"அல்லது {, [, போல ஒரே ஒரு குறியீடாகவோ இருக்கலாம்."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+"கத்தரிப்பை செயல்படுத்தும் தத்தல் விசையை அழுத்தியபின் உள்ளிடும் ஒற்றை சொல்."
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "பின்வரும் பிழை இறக்குமதி செய்யும் போது ஏற்பட்டுள்ளது: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "வெற்றிகரமாக இறக்குமதி முடிந்தது"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr " கத்தரிப்புகளை இறக்குமதி செய்க"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "எல்லா ஆதரவுள்ள காப்பகங்களும்"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "(Gzip)ஜிஃஜிப் சுருக்கிய காப்பகம்"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 குறுக்கப்பட்ட காப்பு"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "ஒரே கத்தரிப்புகள் கோப்பு"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "எல்லா கோப்புகள்"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "பின்வரும் பிழை ஏற்றுமதி செய்யும் போது ஏற்பட்டுள்ளது: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "ஏற்றுமதி வெற்றிகரமாக முடிந்தது"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"தேர்ந்தெடுக்கப்பட்ட <b>கணினி</b> கத்தரிப்புகளை உங்கள் ஏற்றுமதிக்கு சேர்க்க "
+"வேண்டுமா?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "ஏற்றுமதிக்கு தேர்ந்தெடுக்கப்பட்ட கத்தரிப்புகள் ஏதும் இல்லை "
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "கத்தரிப்புகளை ஏற்றுமதி செய்க:"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"புதிய குறுக்கு விசையை தட்டச்சு செய்யவும் அல்லது பின்னோக்கு விசையை அழுத்தி "
+"துடைக்கவும்"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "ஒரு புதிய குறுக்கு விசையை தட்டச்சு செய்யவும்"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"பைதான் கட்டளை (%s) ஐ நிறைவேற்ற எடுக்கும் நேரம் அதிக பட்ச வரம்பை தாண்டி "
+"விட்டது, கை "
+"விடப்படுகிறது."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "பைதான் கட்டளை (%s) ஐ நிறைவேற்றுதல் தோல்வி அடைந்தது:%s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "அடிக்கடி பயன் படுத்தும் உரைத் துணுக்குகளை வேகமாக உள்ளிட."
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "கத்தரிப்புகளை மேலாண்மை செய்க"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "புதிய உரை துண்டை உருவாக்கவும்"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "கத்தரிப்பை சேர்"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "கத்தரிப்பை நீக்கு"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "கத்தரிப்புகளை இறக்குமதி செய்க"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "தேர்வு செய்த உரை துண்டை ஏற்றுமதி செய்க"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "கத்தரிப்புகளை ஏற்றுமதி செய்க"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "செயல்படுத்தல்"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "_T தத்தல் விசை: "
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "_h குறுக்கு விசை:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "கத்தரிப்பை செயல்படுத்தும் குறுக்குவழி விசை"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "_D இலக்குகளை விடுக:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "_அடுக்கவும்..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "அடுக்கு"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "_S அடுக்கவும்"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "_R வரிசையை முன் பின்னாக்கு"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "_e போலிகளை நீக்கவும்"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "_I மேல் கீழ் நிலைகளை உதாசீனம் செய்க"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "_t பத்தியில் தொடங்கவும்:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "வரிசைப் படுத்தியச் செயல்பாட்டினை உங்களால் ரத்துச் செய்ய முடியாது"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "ஆவணத்தை அல்லது தேர்வுசெய்த உரையை அடுக்கவும்."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:424
+msgid "(no suggested words)"
+msgstr "(பரிந்துரைக்க வார்த்தைகள் இல்லை)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "_M மேலும்..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "_I அனைத்தையும் உதாசீனம் செய்க"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "_S எழுத்துக் கூட்டல் பரிந்துரைகள்"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "எழுத்துப்பிழை சரிபார் (_C)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "_L மொழியை அமை... "
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "_H தவறான சொற்கள் ஐ சிறப்புச்சுட்டு"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:262
+msgid "Suggestions"
+msgstr "யோசனைகள்"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:523
+msgid "(correct spelling)"
+msgstr "(சரியான எழுத்துக் கோவை)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:664
+msgid "Completed spell checking"
+msgstr "எழுத்துக் கோவை சரிபார்ப்பு முடிந்தது"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "தெரியாத (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "முன்னிருப்பு"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "மொழியை அமைக்கவும்"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "மொழிகள்"
+
+#: ../plugins/spell/gedit-spell-plugin.c:791
+msgid "The document is empty."
+msgstr "வெற்று ஆவணம்."
+
+#: ../plugins/spell/gedit-spell-plugin.c:816
+msgid "No misspelled words"
+msgstr "தவறான சொற்கள் இல்லை"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "மொழியை அமைக்கவும்"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "_l இந்த ஆவணத்தின் மொழியை தேர்வுசெய்க."
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "எழுத்துக் கோவை சரிபார்பு"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "தவறான எழுத்துக் கோவை உள்ள சொல்:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "சொல்"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "_tஇதற்கு மாற்றுக"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "_W வார்த்தைச் சரிபார்பு"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "_S யோசனைகள்:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "_I புறக்கணிக்கவும்"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "_n மாற்றுக"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "_A அனைத்தையும் புறக்கணி"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "_l அனைத்தையும் மாற்றுக"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "பயனர் அகராதி:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "_சo சொல்லை சேர்க்கவும்"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "சொல் திருத்தி "
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "இந்த ஆவண சொற்களின் எழுத்துக் கோவையை சரிபார்க்கவும்"
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "_நs தேதி மற்றும் நேரத்தை நுழை..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "புழங்கக்கூடிய வடிவங்கள்"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "தூண்டல் வகை"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"பயனருக்கு தேர்ந்தெடுத்த ஒழுங்கு அல்லது தனிப்பயன் ஒழுங்கை பயன்படுத்த "
+"வேண்டுமா இல்லைபயன "
+"ரை ஒழுங்கு கேட்டு தூண்ட வேண்டுமா."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "தேர்ந்தெடுக்கப்பட்ட ஒழுங்கு "
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "தேதி/நேரம் உள்சொருகும்பொழுது பயன்படுத்த தேர்ந்தெடுத்த ஒழுங்கு"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "தனிப்பயன் வடிவம்"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "தேதி/நேரம் உள்சொருகும்பொழுது பயன்படுத்த தனிப்பயன் ஒழுங்கு"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "தேதியையும் நேரத்தையும் சொருகவும்"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "_s தேர்வுசெய்த வடிவமைப்பை பயன்படுத்துக"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "_U தனிப்பயன் வடிவத்தை பயன்படுத்து"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "_I நுழைக்க"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "தேதி/நேரம் சொருகியை வடிவமைக்கவும்..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "தேதி/நேரம் உள்சொருகும்பொழுது..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "_P வடிவத்திற்காக நினைவுபடுத்தவும்"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "தேதி/நேரம் சொருகவும்"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "தற்போதைய தேதியையும் நேரத்தையும் நிலை காட்டி இருக்குமிடத்தில் சொருகும்"
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "கெடிட் தான் சேமிக்கும் கோப்புகளுக்கான காப்புக்கோப்பை உருவாக்க வேண்டுமா. நீங்கள் \" "
+#~ "காப்பு நகல் விரிவாக்கம் \" ஐ பயன்படுத்தி காப்பு கோப்பை அமைக்கலாம்"
+
+#~ msgid "Show the application's help"
+#~ msgstr "இப்பயன்பாட்டின் உதவியை காட்டு"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- உரை கோப்புகளை தொகு"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "'%s --help' ஐ இயக்கி இருக்கும் அனைத்து கட்டளைவரி விருப்பங்களின் பட்டியலை காணலாம்.\n"
+
+#~ msgid "About gedit"
+#~ msgstr "கெடிட் பற்றி"
+
+#~ msgid "Unicode"
+#~ msgstr "யூனிக்கோடு"
+
+#~ msgid "Western"
+#~ msgstr "மேற்கு மொழி"
+
+#~ msgid "Central European"
+#~ msgstr "மத்திய ஐரோப்பா"
+
+#~ msgid "South European"
+#~ msgstr "தெற்கு ஐரோப்பா"
+
+#~ msgid "Baltic"
+#~ msgstr "பால்டிக்"
+
+#~ msgid "Cyrillic"
+#~ msgstr "ஸைரிலிக்"
+
+#~ msgid "Arabic"
+#~ msgstr "அராபிக்"
+
+#~ msgid "Greek"
+#~ msgstr "கிரீக்"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "ஹீப்ரு காட்சி"
+
+#~ msgid "Turkish"
+#~ msgstr "துருக்கி"
+
+#~ msgid "Nordic"
+#~ msgstr "நோர்டிக்"
+
+#~ msgid "Celtic"
+#~ msgstr "செல்டிக்"
+
+#~ msgid "Romanian"
+#~ msgstr "ரோமானியன்"
+
+#~ msgid "Armenian"
+#~ msgstr "அர்மேனியன்"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "சைனிஸ் மரபு"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "ஸைரெலிக்/ரசியன்"
+
+#~ msgid "Japanese"
+#~ msgstr "ஜப்பானிய"
+
+#~ msgid "Korean"
+#~ msgstr "கொரியன்"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "எளிதாக்கிய சைனிஸ்"
+
+#~ msgid "Georgian"
+#~ msgstr "ஜியார்ஜியன்"
+
+#~ msgid "Hebrew"
+#~ msgstr "ஹீப்ரு"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "ஸைரெலிக்/யூக்கிரேனியன்"
+
+#~ msgid "Vietnamese"
+#~ msgstr "வியட்னாம்"
+
+#~ msgid "Thai"
+#~ msgstr "தாய்"
+
+#~ msgid "Unknown"
+#~ msgstr "தெரியாத"
+
+#~ msgid "The file is too big."
+#~ msgstr "கோப்பு மிகப் பெரியது"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "சமீபத்தில் பயன்படுத்திய கோப்பைத் திறக்கவும்"
+
+#~ msgid "Empty"
+#~ msgstr "வெற்று"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "கெடிட் விருப்பங்கள்"
+
+#~ msgid "column"
+#~ msgstr "நெடுவரிசை"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "யூனிகோட் (UTF-8)"
+
+#~ msgid "_View"
+#~ msgstr "_V பார்வை"
+
+#~ msgid "_Open..."
+#~ msgstr "_O திறக்க..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "_e விருப்பங்கள்"
+
+#~ msgid "Configure the application"
+#~ msgstr "இப்பயன்பாட்டை அமைக்கவும்"
+
+#~ msgid "_Contents"
+#~ msgstr "_C உள்ளடக்கங்கள்"
+
+#~ msgid "Open the gedit manual"
+#~ msgstr "கெடிட் கையேட்டை திறக்கவும்"
+
+#~ msgid "About this application"
+#~ msgstr "இந்த நிரலைப் பற்றி"
+
+#~ msgid "Save _As..."
+#~ msgstr "_A இப்படி சேமிக்க"
+
+#~ msgid "Save the current file with a different name"
+#~ msgstr "தற்போதைய கோப்பை வேறு பெயரில் சேமிக்கவும்"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "சேமிக்கப்பட்ட கோப்பின் முந்தைய பதிப்புக்கு செல்க"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "_w அச்சு முன்பார்வை "
+
+#~ msgid "Print preview"
+#~ msgstr "அச்சு முன்னோட்டம்"
+
+#~ msgid "_Print..."
+#~ msgstr "_P அச்சிடுக..."
+
+#~ msgid "Print the current page"
+#~ msgstr "இந்தப்பக்கத்தை அச்சிடவும்"
+
+#~ msgid "Undo the last action"
+#~ msgstr "கடைசி செயலை ரத்து செய்க"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "கடைசியாக ரத்து செய்த செயலை திரும்ப செய்க"
+
+#~ msgid "Cut the selection"
+#~ msgstr "தேர்வை வெட்டுக"
+
+#~ msgid "Copy the selection"
+#~ msgstr "தேர்வை நகல் எடுக்கவும்"
+
+#~ msgid "Paste the clipboard"
+#~ msgstr "ஒட்டுப் பலகையிலிருந்து ஒட்டுக"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "தேர்வு செய்த உரையை நீக்குக"
+
+#~ msgid "Select the entire document"
+#~ msgstr "முழு ஆவணத்தையும் தேர்வு செய்க"
+
+#~| msgid "_Highlight Mode"
+#~ msgid "_Highlight Mode..."
+#~ msgstr "தனிப்படுத்திக் காட்டல் பயன்முறை... (_H)"
+
+#~| msgid "Checks the spelling of the current document."
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "செயலிலுள்ள ஆவண இடத்தின் தனிப்படுத்திக் காட்டல் பயன்முறையை மாற்றும்"
+
+#~ msgid "_Find..."
+#~ msgstr "_F கண்டுபிடி..."
+
+#~ msgid "Search for text"
+#~ msgstr "உரைக்காக தேடுக"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "அதே உரையை அடுத்து தேடுக"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "அதே உரையைப் பின்னே தேடுக"
+
+#~ msgid "_Replace..."
+#~ msgstr "_Rமாற்றுக..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "உரையைத் தேடி மாற்றுக"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "தேடல் பொருத்தங்களின் சிறப்புச் சுட்டுதலை துடைக்கவும்"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "குறிப்பிட்ட வரிசைக்குப் போகவும்"
+
+#~ msgid "Save all open files"
+#~ msgstr "திறந்திருக்கும் அனைத்து கோப்புகளையும் சேமிக்கவும்"
+
+#~ msgid "Close all open files"
+#~ msgstr "திறந்திருக்கும் அனைத்துக் கோப்புகளையும் மூடுக"
+
+#~ msgid "Create a new tab group"
+#~ msgstr "புதிய கீற்றுக்குழுவை உருவாக்கு"
+
+#~ msgid "Switch to the previous tab group"
+#~ msgstr "முந்தைய கீற்று குழுவுக்கு மாற்றவும்"
+
+#~ msgid "Switch to the next tab group"
+#~ msgstr "அடுத்த கீற்று குழுவுக்கு மாற்றவும்"
+
+#~ msgid "Activate previous document"
+#~ msgstr "முந்தைய ஆவணத்தை செயல்படுத்து"
+
+#~ msgid "Activate next document"
+#~ msgstr "அடுத்த ஆவணத்தை செயல்படுத்தவும்"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "இந்த ஆவணத்தை புதிய சாளரத்திற்கு நகர்த்து"
+
+#~ msgid "Close the current file"
+#~ msgstr "தற்போதைய கோப்பை மூடுக"
+
+#~ msgid "Quit the program"
+#~ msgstr "நிரலிலிருந்து வெளியேறு"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_T கருவிப்பட்டை"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "நடப்பு சாளரத்தின் கருவிப்பட்டையை காட்டு அல்லது மறை"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "நடப்பு சாளரத்தின் நிலைப்பட்டையை காட்டவும் அல்லது மறைக்கவும்"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "முழுத்திரையில் உரை திருத்து"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "நடப்பு சாளரத்தின் பக்கத்தில் உள்ள பலகத்தினை காட்டவும் அல்லது மறைக்கவும்"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "நடப்பு சாளரத்தின் கீழே உள்ள பலகத்தினை காட்டவும் அல்லது மறைக்கவும்"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' ஐ திற"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "%s ஐ தூண்டு செய்க"
+
+#~ msgid "Change Case"
+#~ msgstr "நிலையை மாற்றுக"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "தேர்ந்தெடுத்த உரையில் நிலையை மாற்றுகிறது"
+
+#~ msgid "C_hange Case"
+#~ msgstr "_h எழுத்து நிலை மாற்றம்"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "_U அனைத்தையும் மேல் நிலை எழுத்தாக்குக"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "_L அனைத்தையும் கீழ் நிலை எழுத்தாக்குக"
+
+#~ msgid "Change selected text to lower case"
+#~ msgstr "தேர்ந்தெடுத்த உரையை அனைத்தையும் கீழ் நிலை எழுத்தாக்குக"
+
+#~ msgid "_Invert Case"
+#~ msgstr "_I தலைகீழ் நிலை"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "தேர்ந்தெடுத்த உரையை அனைத்தையும் நிலை மாற்றுக"
+
+#~ msgid "_Title Case"
+#~ msgstr "_T முதலெழுத்து பெரிய எழுத்தாக"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "ஒவ்வொரு தேர்ந்தெடுத்த வார்த்தையின் முதல் எழுத்தையும் மேல் நிலை எழுத்தாக்குக"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "தற்போதைய ஆவணத்தின் புள்ளி விவரங்களை பெறவும்"
+
+#~ msgid "_Update"
+#~ msgstr "_U மேம்படுத்துக"
+
+#~ msgid "File Name"
+#~ msgstr "கோப்புப் பெயர்"
+
+#~ msgid "_Tools:"
+#~ msgstr "_T கருவிகள்: "
+
+#~ msgid "_Edit:"
+#~ msgstr "_E திருத்து:"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "வெளியார்ந்த கருவிகள் மேலாளரை திறக்கிறது"
+
+#~ msgid "External tools"
+#~ msgstr "வெளியார்ந்த கருவிகள்"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "ஆவணங்களை விரைவாக திறக்கவும்"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_S கத்தரிப்புகள்: "
+
+#~ msgid "Manage snippets"
+#~ msgstr "கத்தரிப்புகளை மேலாண்மை செய்க"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "நடப்பு ஆவணம் அல்லது தேர்ந்தெடுத்ததை வரிசைப்படுத்துக"
+
+#~ msgid "Check Spelling"
+#~ msgstr "எழுத்துக் கோவை சரிபார்ப்பு"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "எழுத்துப்பிழைகள் உள்ளதா என நடப்பிலுள்ள ஆவணத்தை சரிபார்க்கும்"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "இந்த ஆவணத்தின் மொழியை அமைக்கும்"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "தற்போதைய ஆவணத்தை தானே பிழை திருத்துக"
+
+#~ msgid "Language:"
+#~ msgstr "மொழி:"
+
+#~ msgid "Language"
+#~ msgstr "மொழி"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "தற்போதைய தேதியையும் நேரத்தையும் நிலை காட்டி இருக்குமிடத்தில் சொருகவும்"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "செய்ட்கீஸ்ட் தரவு கொடுபோர்"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "ஆவணங்களுக்கு அணுகல் வெளியேற நிகழ்வுகளை கெடிடி உடன் பதிவு செய்கிறது"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "செயல்கள் வரையறையை மறை (DEPRECATED) -கை விடப்பட்டது"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "கெடிட் ஆல் ரத்து செய் அல்லது மீட்டும் செய் செயல்களின்அதிகபட்ச எண்ணிக்கை. எல்லையற்ற "
+#~ "எண்ணிக்கை செயல்களுக்கு \"-1\" உபயோகிக்கவும். 2.12.0 முதல் கை விடப்பட்டது "
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "கோப்பின் இடத்தை அணுக முடியவில்லை ஏனெனில் அது ஏற்றப்படவில்லை."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "கெடிட் இந்த கோப்பை திருத்த இயலாத வகையில் திறந்தது. அதை எப்படியும் திருத்த வேண்டுமா?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "மாற்றங்களை கைவிட்டு கோப்பை மீளேற்ற வேண்டுமா?"
+
+#~ msgid "Replace All"
+#~ msgstr "அனைத்தையும் மாற்று"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "இலக்கண சிறப்புச் சுட்டுதலை செயல்நீக்கு"
+
+#~ msgid "Open Files"
+#~ msgstr "கோப்புகளை திறக்கவும்"
+
+#~ msgid "Character Encodings"
+#~ msgstr "எழுத்து குறியீடுகள்"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "ரூட்டினை செயலிலுள்ள ஆவண இடத்திற்கு அமைக்கவும்"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "தற்போது திறக்கப்பட்ட அடைவில் ஒரு முனையத்தை திறக்கவும்"
+
+#~ msgid "file"
+#~ msgstr "கோப்பு"
+
+#~ msgid "directory"
+#~ msgstr "அடைவு"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்பு அல்லது அடைவினை குப்பை தொட்டிக்கு நகர்த்தவும்"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்பு அல்லது அடைவினை அழிக்கவும்"
+
+#~ msgid "Open selected file"
+#~ msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்பினை திறக்கவும்"
+
+#~ msgid "Up"
+#~ msgstr "மேல்"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "மூல அடைவினை திறக்கவும்"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "புதிய வெற்று கோப்பினை சேர்க்கவும்"
+
+#~ msgid "Add new empty file"
+#~ msgstr "புதிய வெற்று கோப்பினை சேர்க்கவும்"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்பு அல்லது அடைவின் பெயரை மாற்றவும்"
+
+#~ msgid "_Previous Location"
+#~ msgstr "_P முந்தைய இடம் "
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "முந்தைய பார்வையிட்ட இடத்திற்கு செல்லவும்"
+
+#~ msgid "_Next Location"
+#~ msgstr "_N அடுத்த இடம் "
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "அடுத்து பார்வையிட்ட இடத்திற்கு செல்லவும்"
+
+#~ msgid "Refresh the view"
+#~ msgstr "பார்வையை புதுப்பிக்கவும்"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "கோப்பு மேலாளரில் அடைவினை பார்க்கவும்"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "மறைவான கோப்புகள் மற்றும் அடைவுகளை காட்டவும்"
+
+#~ msgid "Show binary files"
+#~ msgstr "இரும கோப்புகளை காட்டவும்"
+
+#~ msgid "Quick open"
+#~ msgstr "விரைவாக திறக்கவும்"
+
+#~ msgid "Text;"
+#~ msgstr "உரை;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "_w சேமிக்காமல் வெளியேறுக"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "கெடிட் ஐ பின்னணியில் இயக்கு "
+
+#~ msgid "_Add..."
+#~ msgstr "சேர் (_A)..."
+
+#~ msgid "Previous location"
+#~ msgstr "முந்தைய இடம்"
+
+#~ msgid "Go to previous location"
+#~ msgstr "முந்தைய இடத்திற்கு செல்லவும்"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "முந்தைய திறந்த ஒரு இடத்திற்கு செல்லவும்"
+
+#~ msgid "Next location"
+#~ msgstr "அடுத்த இடம்"
+
+#~ msgid "Go to next location"
+#~ msgstr "அடுத்த இடத்திற்கு செல்லவும்"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "வெளி கருவிகள் மேலாளர்"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "கெடிட் எழுதக்கூடிய விஎஃப்எஸ் அமைப்புகளின் பட்டியல். கோப்பு ('file') என்ற அமைப்பு "
+#~ "முன்னிருப்பு அமைப்பாகும்."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "எழுதக் கூடிய விஎப்எஸ் திட்டங்கள்"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "குறியீட்டை தானியங்கியாக கண்டுபிடிக்க முடியவில்லை"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "கத்தரிப்புகள் மேலாளர்"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "கீழ் பலகம் தெரிகிறது"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "கருவிப்பட்டி பட்டனுக்கான பாணி. மதிப்புகள் \"GEDIT_TOOLBAR_SYSTEM\" இயல்பான "
+#~ "கருவிப்பட்டி பாணி, \"GEDIT_TOOLBAR_ICONS\" சின்னங்களை மட்டும் காட்டும் "
+#~ "\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" சின்னங்களோடு உரையையும் காட்டும்."
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" உரையை முன்னேயும் சின்னத்தை பின்னேயும் காட்டும்."
+#~ "மதிப்புகள் மேல் நிலை கீழ் நிலை எழுத்துக்களை மாற்றி உணரக்கூடியவை, நீங்கள் குறிப்பிட்டது "
+#~ "போல் இருக்கிறதா என்பதை கவனித்துக்கொள்ளவும்"
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "கருவிப்பட்டை பொத்தான்கள் பாணி"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr ""
+#~ "தேர்ந்தெடுத்த ஒன்றுக்கு பொருந்தும் அடைப்புக்குறியை கெடிட் சிறப்பு சுட்ட வேண்டுமா."
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr "திருத்தும் சாளரத்தின் கீழ் உள்ள சட்டம் காட்டப்பட வேண்டுமா"
+
+#~ msgid "Current Line"
+#~ msgstr "நடப்பு வரி"
+
+#~ msgid "Right Margin"
+#~ msgstr "bவலது எல்லை"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "_R நெடுவரிசையில் வலது விளிம்பு:"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[FILE...]"
+
+#~ msgid "Plugin"
+#~ msgstr "செருகி"
+
+#~ msgid "Enabled"
+#~ msgstr "இயலுமைபடுத்தப் பட்டது"
+
+#~ msgid "C_onfigure"
+#~ msgstr "_o கட்டமை "
+
+#~ msgid "A_ctivate"
+#~ msgstr "_c செயல்படுத்து "
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "_t அனைத்தையும் செயல்படுத்து "
+
+#~ msgid "_Deactivate All"
+#~ msgstr "_D அனைத்தையும் செயல்நீக்கு "
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "செயல்படும் கூடுதல் இணைப்புகள் (_P):"
+
+#~ msgid "_About Plugin"
+#~ msgstr "_A சொருகி பற்றி"
+
+#~ msgid "C_onfigure Plugin"
+#~ msgstr "_o சொருகி வடிவமைப்பு"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "விருப்பங்கள் மேலாளரை நிறுவ முடியாது"
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "`%s' எதிர்பார்த்து `%s' கிடைத்தது, %s விசைக்காக"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "_u பக்க அமைப்பு... "
+
+#~ msgid "Set up the page settings"
+#~ msgstr "பக்க அமைப்புகளை நிறுவுக"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "_I அதிகரிப்பு தேடல்..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "இடைசெயலாக உரை தேடப்படுகிறது"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "_A எழுத்துபிழையை தானாகச் சரிபார்"
+
+#~ msgid "Tags"
+#~ msgstr "குறிகள் (Tags)"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "புழங்க விரும்பும் குறிகளை தேர்வு செய்யவும்"
+
+#~ msgid "_Preview"
+#~ msgstr "_P முன்பார்வை"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "இருக்கும் குறிகளின் பட்டியல்கள்"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "சுருங்கிய வடிவம்"
+
+#~ msgid "Abbreviation"
+#~ msgstr "சுருக்கம்"
+
+#~ msgid "Above"
+#~ msgstr "மேலே"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "விசை எழுத்துக்களை அணுகவும்"
+
+#~ msgid "Acronym"
+#~ msgstr "சுருக்கப்பெயர்"
+
+#~ msgid "Align"
+#~ msgstr "ஒழுங்கு"
+
+#~ msgid "Alignment character"
+#~ msgstr "எழுத்து ஒழுங்கு"
+
+#~ msgid "Alternative"
+#~ msgstr "மாற்று"
+
+#~ msgid "Anchor"
+#~ msgstr "நங்கூரம்"
+
+#~ msgid "Anchor URI"
+#~ msgstr "URI பொருத்து"
+
+#~ msgid "Applet class file code"
+#~ msgstr "குறுநிரல் வகுப்பு கோப்பு குறியீடு"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "குறுநிரல் வகுப்பு கோப்பு குறியீடு"
+
+#~ msgid "Array"
+#~ msgstr "வரிசை"
+
+#~ msgid "Associated information"
+#~ msgstr "தொடர்புடைய விவரம்"
+
+#~ msgid "Author info"
+#~ msgstr "ஆசிரியர் விவரம்"
+
+#~ msgid "Axis related headers"
+#~ msgstr "தலைப்புகள் தொடர்பான அச்சு"
+
+#~ msgid "Background color"
+#~ msgstr "பின்னணி வண்ணம்"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "பின்னணி நிறம்"
+
+#~ msgid "Background texture tile"
+#~ msgstr "பின்னணி இழை ஓடு"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "பின்னணி இழை ஓடு"
+
+#~ msgid "Base URI"
+#~ msgstr "அடிப்படை URI"
+
+#~ msgid "Base font"
+#~ msgstr "அடிப்படை எழுத்துரு"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "ஆதார எழுத்துரு (கைவிடப்பட்டது)"
+
+#~ msgid "Bold"
+#~ msgstr "தடித்த"
+
+#~ msgid "Border"
+#~ msgstr "எல்லை"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "எல்லை (கைவிடப்பட்டது)"
+
+#~ msgid "Border color"
+#~ msgstr "எல்லை நிறம்"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "அறை நிரை அளவு"
+
+#~ msgid "Center"
+#~ msgstr "மையம்"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "மையம் (கைவிடப்பட்டது)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "இணைக்கப்பட்ட மூலத்தின் எழுத்து குறிமுறை"
+
+#~ msgid "Checked (state)"
+#~ msgstr "சரிபார்க்கப்பட்டது (நிலை)"
+
+#~ msgid "Checked state"
+#~ msgstr "சரிபார்க்கப்பட்ட நிலை"
+
+#~ msgid "Citation"
+#~ msgstr "மேற்கோள்"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "மாற்றத்துக்கான காரணத்தை மேற்கோள் காட்டுக"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "வகுப்பு செயல்படுத்தும் குறி"
+
+#~ msgid "Class list"
+#~ msgstr "வகுப்பு பட்டியல்"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "உரை திசை கட்டுப்பாட்டை துடை"
+
+#~ msgid "Code content type"
+#~ msgstr "குறியீடு உள்ளடக்க வகை"
+
+#~ msgid "Color of selected links"
+#~ msgstr "தேர்ந்தெடுக்கப்பட்ட இணைப்புகளின் நிறம்"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "தேர்ந்தெடுக்கப்பட்ட இணைப்புகளின் நிறம் (கை விடப்பட்டது)"
+
+#~ msgid "Column span"
+#~ msgstr "நெடு வரிசை வீச்சு"
+
+#~ msgid "Comment"
+#~ msgstr "குறிப்பு"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "கணினி குறி துணுக்கு"
+
+#~ msgid "Content type"
+#~ msgstr "உள்ளடக்க வகை"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "உள்ளடக்கம் வகை (கைவிடப்பட்டது)"
+
+#~ msgid "Coordinates"
+#~ msgstr "ஆயத்தொலைவுகள்"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV Style container"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV container"
+
+#~ msgid "Date and time of change"
+#~ msgstr "தேதி மற்றும் நேரத்தின் மாற்றம்"
+
+#~ msgid "Declare flag"
+#~ msgstr "கொடியை அறிவி"
+
+#~ msgid "Defer attribute"
+#~ msgstr "மதிப்புருக்களை நீட்டிப்பு செய்"
+
+#~ msgid "Definition description"
+#~ msgstr "பொருள் வரையரை விவரம்"
+
+#~ msgid "Definition list"
+#~ msgstr "பொருள் வரையரை பட்டியல்"
+
+#~ msgid "Definition term"
+#~ msgstr "பொருள் வரையரை உரை"
+
+#~ msgid "Deleted text"
+#~ msgstr "அழிக்கப்பட்ட உரை"
+
+#~ msgid "Direction"
+#~ msgstr "திசை"
+
+#~ msgid "Directionality"
+#~ msgstr "வழி நடத்தல்"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "வழி நடத்தல் (கைவிடப்பட்டது)"
+
+#~ msgid "Directory list"
+#~ msgstr "அடைவு பட்டியல்"
+
+#~ msgid "Disabled"
+#~ msgstr "இயலுமை நீக்கிய"
+
+#~ msgid "Document base"
+#~ msgstr "ஆவண அடிப்படை"
+
+#~ msgid "Document body"
+#~ msgstr "ஆவண பாகம்"
+
+#~ msgid "Document head"
+#~ msgstr "ஆவண தலை"
+
+#~ msgid "Document title"
+#~ msgstr "ஆவணம் தலைப்பு"
+
+#~ msgid "Document type"
+#~ msgstr "ஆவண வகை"
+
+#~ msgid "Element ID"
+#~ msgstr "உறுப்பு குறி"
+
+#~ msgid "Embedded object"
+#~ msgstr "உட்பொதி பொருள்"
+
+#~ msgid "Emphasis"
+#~ msgstr "சொல்லழுத்தம்"
+
+#~ msgid "Encode type"
+#~ msgstr "குறிமுறை வகை"
+
+#~ msgid "Figure"
+#~ msgstr "உருவம்"
+
+#~ msgid "Font face"
+#~ msgstr "எழுத்துரு முகம்"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "எழுத்துரு முகம் (கைவிடப்பட்டது)"
+
+#~ msgid "For label"
+#~ msgstr "பெயருக்கு"
+
+#~ msgid "Forced line break"
+#~ msgstr "வலியுறுத்தப்பட்ட வரி பிரிப்பு"
+
+#~ msgid "Form"
+#~ msgstr "படிவம்"
+
+#~ msgid "Form action handler"
+#~ msgstr "படிவ செயல் கையாளி"
+
+#~ msgid "Form control group"
+#~ msgstr "படிவ கட்டுப்பாடு குழு"
+
+#~ msgid "Form field label text"
+#~ msgstr "படிவ புல பெயர் உரை"
+
+#~ msgid "Form input"
+#~ msgstr "படிவ உள்ளீடு"
+
+#~ msgid "Form input type"
+#~ msgstr "படிவ உள்ளீடு வகை"
+
+#~ msgid "Form method"
+#~ msgstr "படிவ முறை"
+
+#~ msgid "Forward link"
+#~ msgstr "முன்னோக்கு இணைப்பு"
+
+#~ msgid "Frame"
+#~ msgstr "சட்டம்"
+
+#~ msgid "Frame border"
+#~ msgstr "சட்ட எல்லை"
+
+#~ msgid "Frame render parts"
+#~ msgstr "சட்ட நடைமுறை பகுதிகள்"
+
+#~ msgid "Frame source"
+#~ msgstr "சட்ட மூலம்"
+
+#~ msgid "Frame spacing"
+#~ msgstr "சட்ட இடைவெளி"
+
+#~ msgid "Frame target"
+#~ msgstr "சட்ட இலக்கு"
+
+#~ msgid "Frameborder"
+#~ msgstr "சட்ட எல்லை"
+
+#~ msgid "Frameset"
+#~ msgstr "சட்டமை"
+
+#~ msgid "Frameset columns"
+#~ msgstr "சட்டமை நெடு வரிசைகள்"
+
+#~ msgid "Frameset rows"
+#~ msgstr "சட்டமை வரிசைகள்"
+
+#~ msgid "Framespacing"
+#~ msgstr "சட்ட இடைவெளி"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "பொதுவான உட்பொதியப்பட்ட பொருள்"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "பொதுவான மெட்டா தகவல்"
+
+#~ msgid "Generic span"
+#~ msgstr "பொதுவான வீச்சு"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "ஹெச்டிஎம்எல்(HTML) - சிறப்பு எழுத்துக்கள்"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "ஹெச்டிஎம்எல்(HTML) - ஒட்டுகள்"
+
+#~ msgid "HTML root element"
+#~ msgstr "ஹெச்டிஎம்எல்(HTML) ரூட் உருப்பு"
+
+#~ msgid "HTML version"
+#~ msgstr "ஹெச்டிஎம்எல்(HTML) பதிப்பு"
+
+#~ msgid "HTTP header name"
+#~ msgstr "ஹெச்டிடிபி(HTTP) தலைப்பு பெயர்"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "தலைப்பு அறையின் ஐடிகள்"
+
+#~ msgid "Heading"
+#~ msgstr "தலைப்பு"
+
+#~ msgid "Heading 1"
+#~ msgstr "தலைப்பு 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "தலைப்பு 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "தலைப்பு 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "தலைப்பு 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "தலைப்பு 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "தலைப்பு 6"
+
+#~ msgid "Height"
+#~ msgstr "உயரம்"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "கிடைமட்ட அளவு கோல்"
+
+#~ msgid "Horizontal space"
+#~ msgstr "கிடைமட்ட இடைவெளி"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "கிடைமட்ட இடைவெளி (கை விடப்பட்டது)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "I18N BiDi மேலாணை"
+
+#~ msgid "Image"
+#~ msgstr "பிம்பம்"
+
+#~ msgid "Image map"
+#~ msgstr "பிம்ப ஒப்பிடு"
+
+#~ msgid "Image map area"
+#~ msgstr "பிம்ப ஒப்பீடு பகுதி"
+
+#~ msgid "Image map name"
+#~ msgstr "பிம்ப ஒப்பீடு பெயர்"
+
+#~ msgid "Image source"
+#~ msgstr "பிம்ப மூலம்"
+
+#~ msgid "Inline frame"
+#~ msgstr "உள்ளமை சட்டம்"
+
+#~ msgid "Inline layer"
+#~ msgstr "உள்ளமை அடுக்கு"
+
+#~ msgid "Inserted text"
+#~ msgstr "நுழைக்கப்பட்ட உரை"
+
+#~ msgid "Instance definition"
+#~ msgstr "நிகழ்வு விளக்கம்"
+
+#~ msgid "Italic text"
+#~ msgstr "சாய்ந்த உரை"
+
+#~ msgid "Java applet"
+#~ msgstr "ஜாவா குறுநிரல்"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "ஜாவா குறுநிரல் (கை விடப்பட்டது)"
+
+#~ msgid "Label"
+#~ msgstr "விளக்கச்சீட்டு"
+
+#~ msgid "Language code"
+#~ msgstr "மொழிகள் குறியீடு"
+
+#~ msgid "Large text style"
+#~ msgstr "பெரிய உரை தோற்றம்"
+
+#~ msgid "Layer"
+#~ msgstr "அடுக்கு"
+
+#~ msgid "Link color"
+#~ msgstr "தொடுப்பு நிறம்"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "தொடுப்பு நிறம்"
+
+#~ msgid "List item"
+#~ msgstr "பட்டியல் உருப்படி"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "கோப்பு ஏற்றுவதற்கு மைம்(MIME) வகைகள் பட்டியல்"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "ஆதரவுள்ள எழுத்து அமைப்புகள் பட்டியல்"
+
+#~ msgid "Listing"
+#~ msgstr "பட்டியலிடுதல்"
+
+#~ msgid "Local change to font"
+#~ msgstr "எழுத்துருக்கு உள்ளமை மாற்றம்"
+
+#~ msgid "Long description link"
+#~ msgstr "நீளமான விவரம் இணைப்பு"
+
+#~ msgid "Long quotation"
+#~ msgstr "நீளமான மேற்கோள்"
+
+#~ msgid "Mail link"
+#~ msgstr "அஞ்சல் இணைப்பு"
+
+#~ msgid "Margin pixel height"
+#~ msgstr "ஓர பிக்ஸல் நீளம்"
+
+#~ msgid "Margin pixel width"
+#~ msgstr "ஓர பிக்ஸல் அகலம்"
+
+#~ msgid "Marquee"
+#~ msgstr "சுற்றுதல்"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "உரை புலத்தின் அதிகபட்ச எண்ணிக்கை"
+
+#~ msgid "Media-independent link"
+#~ msgstr "ஊடகம் சாரா இணைப்பு"
+
+#~ msgid "Menu list"
+#~ msgstr "பட்டி பட்டியல்"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "பட்டி பட்டியல் (கைவிடப்பட்டது)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "பல-வரி உரை புலம்"
+
+#~ msgid "Multicolumn"
+#~ msgstr "பல பத்திகள்"
+
+#~ msgid "Multiple"
+#~ msgstr "பல"
+
+#~ msgid "Name"
+#~ msgstr "பெயர்"
+
+#~ msgid "Named property value"
+#~ msgstr "பெயரிடப்பட்ட பண்பு மதிப்பு"
+
+#~ msgid "Next ID"
+#~ msgstr "அடுத்த ஐடி(ID)"
+
+#~ msgid "No URI"
+#~ msgstr "யூஆர்ஐ(URI) இல்லை"
+
+#~ msgid "No embedded objects"
+#~ msgstr "உட்பொதியப்பட்ட பொருட்கள் இல்லை"
+
+#~ msgid "No frames"
+#~ msgstr "சட்டங்கள் இல்லை"
+
+#~ msgid "No layers"
+#~ msgstr "அடுக்குகள் இல்லை"
+
+#~ msgid "No line break"
+#~ msgstr "வரி பிரிப்பு இல்லை"
+
+#~ msgid "No script"
+#~ msgstr "குறுநிரல் இல்லை"
+
+#~ msgid "No shade"
+#~ msgstr "நிழலிடல் இல்லை"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "நிழலிடல் இல்லை (கைவிடப்பட்டது)"
+
+#~ msgid "No word wrap"
+#~ msgstr "சொல் மடிப்பு இல்லை"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "சொல் மடிப்பு இல்லை (கைவிடப்பட்டது)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "முறிக்காத வெற்றிடம்"
+
+#~ msgid "Note"
+#~ msgstr "குறிப்பு"
+
+#~ msgid "Object applet file"
+#~ msgstr "பொருள் குறுநிரல் கோப்பு"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "பொருள் குறுநிரல் கோப்பு (கைவிடப்பட்டது)"
+
+#~ msgid "Object data reference"
+#~ msgstr "பொருள் தரவு குறிப்பு"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "நேர்த்தி எழுத்துக்கு ஒதுக்கீடு"
+
+#~ msgid "OnBlur event"
+#~ msgstr "ஆன்ப்ளர்(OnBlur) நிகழ்வு"
+
+#~ msgid "OnChange event"
+#~ msgstr "ஆன்சேஞ்ச்(OnChange) நிகழ்வு"
+
+#~ msgid "OnClick event"
+#~ msgstr "ஆன்கிளிக்(OnClick) நிகழ்வு"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick நிகழ்வு"
+
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus நிகழ்வு"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown நிகழ்வு"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress நிகழ்வு"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp நிகழ்வு"
+
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad நிகழ்வு"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown நிகழ்வு"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove நிகழ்வு"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut நிகழ்வு"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver நிகழ்வு"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp நிகழ்வு"
+
+#~ msgid "OnReset event"
+#~ msgstr "OnReset நிகழ்வு"
+
+#~ msgid "OnSelect event"
+#~ msgstr "OnSelect நிகழ்வு"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit நிகழ்வு"
+
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload நிகழ்வு"
+
+#~ msgid "Option group"
+#~ msgstr "விருப்ப குழு"
+
+#~ msgid "Option selector"
+#~ msgstr "விருப்ப தேர்வாளர்"
+
+#~ msgid "Ordered list"
+#~ msgstr "ஒழுங்கான பட்டியல்"
+
+#~ msgid "Output media"
+#~ msgstr "வெளியீட்டு ஊடகம்"
+
+#~ msgid "Paragraph"
+#~ msgstr "பத்தி"
+
+#~ msgid "Paragraph class"
+#~ msgstr "பத்தி வகுப்பு"
+
+#~ msgid "Paragraph style"
+#~ msgstr "பத்தி தோற்றம்"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "முன் சீரமைப்பட்ட பட்டியல்"
+
+#~ msgid "Preformatted text"
+#~ msgstr "முன் சீரமைப்பட்ட உரை"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "விவரக்குறிப்பு மெட்டா தகவல் அகராதி"
+
+#~ msgid "Push button"
+#~ msgstr "தள்ளு பொத்தான்"
+
+#~ msgid "Quote"
+#~ msgstr "மேற்கோள்"
+
+#~ msgid "Range"
+#~ msgstr "வீச்சு"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "வாசிப்பு மட்டும் உரை மற்றும் கடவுச்சொல்"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "இடைவெளியை குறைக்கிறது"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "இடைவெளியை குறைக்கிறது (கைவிடப்பட்டது)"
+
+#~ msgid "Reverse link"
+#~ msgstr "இணைப்பை திருப்பு"
+
+#~ msgid "Root"
+#~ msgstr "ரூட்"
+
+#~ msgid "Rows"
+#~ msgstr "வரிகள்"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "நிரைகளுக்கும் நிரல்களுக்குமிடையேயான அளவிடுதல்"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "மாதிரி நிரல் வெளியீடு. குறிப்புகள்"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "தலைப்பு அறைகளால் மூடப்பட்டது"
+
+#~ msgid "Script language name"
+#~ msgstr "சிறுநிரல் மொழி பெயர்"
+
+#~ msgid "Script statements"
+#~ msgstr "சிறுநிரல் அறிக்கைகள்"
+
+#~ msgid "Scrollbar"
+#~ msgstr "சுருள் பட்டை"
+
+#~ msgid "Selectable option"
+#~ msgstr "தேர்ந்தெடுக்கப்படும் விருப்பம்"
+
+#~ msgid "Server-side image map"
+#~ msgstr "சேவையக-பக்க பிம்ப ஒப்பீடு"
+
+#~ msgid "Shape"
+#~ msgstr "வடிவம்"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "குறைந்த உள்ளமை குறிப்பு"
+
+#~ msgid "Single line prompt"
+#~ msgstr "ஒற்றை வரி குறிப்பிடல்"
+
+#~ msgid "Size"
+#~ msgstr "அளவு"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "அளவு (கைவிடப்பட்டது)"
+
+#~ msgid "Small text style"
+#~ msgstr "சிறிய உரை தோற்றம்"
+
+#~ msgid "Soft line break"
+#~ msgstr "மென் வரி பிரிப்பு"
+
+#~ msgid "Sound"
+#~ msgstr "ஒலி"
+
+#~ msgid "Source"
+#~ msgstr "மூலம்"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "இடைவெளி பிரித்த காப்பு பட்டியல்"
+
+#~ msgid "Spacer"
+#~ msgstr "இடைவெளி"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "அறைகளுக்கிடையேயான இடைவெளி"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "அறைகளுக்களுக்குள் இடைவெளி"
+
+#~ msgid "Span"
+#~ msgstr "வீச்சு"
+
+#~ msgid "Square root"
+#~ msgstr "வர்க்க மூலம்"
+
+#~ msgid "Standby load message"
+#~ msgstr "காத்திருப்பு ஏற்ற செய்தி"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "வரிசை எண்ணின் துவக்கம்"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "வரிசை எண்ணின் துவக்கம் (கைவிடப்பட்டது)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "அடிக்கப்பட்ட உரை"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "அடிக்கப்பட்ட உரை (கைவிடப்பட்டது)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "அடிக்கப்பட்ட உரை பாணி"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "அடிக்கப்பட்ட உரை பாணி (கைவிடப்பட்டது)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "தீவிர சொல்லழுத்தம்"
+
+#~ msgid "Style info"
+#~ msgstr "பாணி தகவல்"
+
+#~ msgid "Subscript"
+#~ msgstr "கீழொட்டு"
+
+#~ msgid "Superscript"
+#~ msgstr "மேலொட்டு"
+
+#~ msgid "Tab order position"
+#~ msgstr "தத்தல் வரிசை இடம்"
+
+#~ msgid "Table"
+#~ msgstr "அட்டவணை"
+
+#~ msgid "Table body"
+#~ msgstr "அட்டவணை பாகம்"
+
+#~ msgid "Table caption"
+#~ msgstr "அட்டவணை தலைப்பு"
+
+#~ msgid "Table column group properties"
+#~ msgstr "அட்டவணை நிரல் குழு பண்புகள்"
+
+#~ msgid "Table column properties"
+#~ msgstr "அட்டவணை நிரல் பண்புகள்"
+
+#~ msgid "Table data cell"
+#~ msgstr "அட்டவணை தரவு அறை"
+
+#~ msgid "Table footer"
+#~ msgstr "அட்டவணை அடிக்குறிப்பு"
+
+#~ msgid "Table header"
+#~ msgstr "அட்டவணை தலைப்பு"
+
+#~ msgid "Table header cell"
+#~ msgstr "அட்டவணை தலைப்பு அறை"
+
+#~ msgid "Table row"
+#~ msgstr "அட்டவணை நிரை"
+
+#~ msgid "Table summary"
+#~ msgstr "அட்டவணை சுருக்கம்"
+
+#~ msgid "Target - Blank"
+#~ msgstr "இலக்கு - வெற்று"
+
+#~ msgid "Target - Parent"
+#~ msgstr "இலக்கு - பெற்றோர்"
+
+#~ msgid "Target - Self"
+#~ msgstr "இலக்கு - சுய"
+
+#~ msgid "Target - Top"
+#~ msgstr "இலக்கு - மேல்"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "டெலிடைப் அல்லது மோனேஸ்பேஸ் உரை தோற்றம்"
+
+#~ msgid "Text color"
+#~ msgstr "உரை நிறம்"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "உரை நிறம் (கைவிடப்பட்டது)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "பயனரால் உள்ளிடப்பட்ட உரை"
+
+#~ msgid "Title"
+#~ msgstr "தலைப்பு"
+
+#~ msgid "Top margin in pixels"
+#~ msgstr "பிக்ஸிலில் மேல் ஓரம் "
+
+#~ msgid "URL"
+#~ msgstr "யூஆர்எல்(URL)"
+
+#~ msgid "Underlined text style"
+#~ msgstr "அடிக்கோடிட்ட உரை தோற்றம்"
+
+#~ msgid "Unordered list"
+#~ msgstr "ஒழுங்கற்ற பட்டியல்"
+
+#~ msgid "Use image map"
+#~ msgstr "பிம்ப ஒப்பீடை பயன்படுத்து"
+
+#~ msgid "Value"
+#~ msgstr "மதிப்பு"
+
+#~ msgid "Value interpretation"
+#~ msgstr "மதிப்பு பெயர்ப்பு"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "மாறி அல்லது நிரல் மதிப்பு"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "செங்குத்து அறை ஒழங்கு"
+
+#~ msgid "Vertical space"
+#~ msgstr "செங்குத்து இடைவெளி"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "செங்குத்து இடைவெளி"
+
+#~ msgid "Visited link color"
+#~ msgstr "உலாவிய இணைப்பு நிறம்"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "உலாவிய இணைப்பு நிறம் (கைவிடப்பட்டது)"
+
+#~ msgid "Width"
+#~ msgstr "அகலம்"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "எக்ஸ்ஹெச்டிஎம்எல்(XHTML)1.0- ஒட்டுகள்"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "நூல் விவரக்குறிப்பு (மேற்கோள்)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "நூல் விவரக்குறிப்பு (உருப்படி)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "நூல் விவரக்குறிப்பு (சிறிய மேற்கோள்)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "நூல் விவரக்குறிப்பு (நூல் விவரக்குறிப்பு)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "அடைப்புக்குறிகள் ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "அடைப்புக்குறிகள் <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "அடைப்புக்குறிகள் []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "அடைப்புக்குறிகள் {}"
+
+#~ msgid "File input"
+#~ msgstr "கோப்பு உள்ளீடு"
+
+#~ msgid "Footnote"
+#~ msgstr "அடிக்குறிப்பு"
+
+#~ msgid "Function cosine"
+#~ msgstr "சார்பு கோசைன்(cosin)"
+
+#~ msgid "Function e^"
+#~ msgstr "சார்பு e^"
+
+#~ msgid "Function exp"
+#~ msgstr "சார்பு exp"
+
+#~ msgid "Function log"
+#~ msgstr "சார்பு லாக்(log)"
+
+#~ msgid "Function log10"
+#~ msgstr "சார்பு லாக்(log)10"
+
+#~ msgid "Function sine"
+#~ msgstr "சார்பு சைன்(sine)"
+
+#~ msgid "Greek alpha"
+#~ msgstr "கிரீக் ஆல்ஃபா"
+
+#~ msgid "Greek beta"
+#~ msgstr "கிரீக் பீட்டா"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "கீரிக் எப்சிலான்"
+
+#~ msgid "Greek gamma"
+#~ msgstr "கிரீக் காமா"
+
+#~ msgid "Greek lambda"
+#~ msgstr "கீரிக் லாம்டா"
+
+#~ msgid "Greek rho"
+#~ msgstr "கிரீக் ரோ"
+
+#~ msgid "Greek tau"
+#~ msgstr "கிரீக் டோ"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "தலைப்பு 0 (அத்தியாயம்)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "தலைப்பு 0 (அத்தியாயம்*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "தலைப்பு 1 (பிரிவு)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "தலைப்பு 1 (பிரிவு*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "தலைப்பு 2 (துணைப்பிரிவு)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "தலைப்பு 2 (துணைப்பிரிவு*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "தலைப்பு 3 (துணைப்பிரிவு)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "தலைப்பு 3 (துணைப்பிரிவு*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "தலைப்பு 4 (பத்தி)"
+
+#~ msgid "Header appendix"
+#~ msgstr "தலைப்பு பிற்சேர்க்கை"
+
+#~ msgid "Item"
+#~ msgstr "உருப்படி"
+
+#~ msgid "Item with label"
+#~ msgstr "பெயருடன் உருப்படி"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "லாடக்ஸ்(Latex) - ஒட்டுக்கள்"
+
+#~ msgid "List description"
+#~ msgstr "பட்டியல் விவரம்"
+
+#~ msgid "List enumerate"
+#~ msgstr "பட்டியல் எண்ணுதல்"
+
+#~ msgid "List itemize"
+#~ msgstr "பட்டியல் உருப்படியுடன்"
+
+#~ msgid "Maths (display)"
+#~ msgstr "கணிதம் (காட்சி)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "கணித (உள்ளமை)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "குறியீடு பின்னம்"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "குறியீடு ஒருங்கிணைத்தல் (காட்சி)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "குறியீடு ஒருகிணைப்பு (உள்ளமை)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "குறியீடு கூட்டல் (காட்சி)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "குறியீடு கூட்டல் (உள்ளமை)"
+
+#~ msgid "Reference label"
+#~ msgstr "குறிப்பு பெயர்"
+
+#~ msgid "Reference ref"
+#~ msgstr "குறிப்பு ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "குறியீடு <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "குறியீடு <="
+
+#~ msgid "Symbol >="
+#~ msgstr "குறியீடு >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "குறியீடு >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "குறியீடு மற்றும்"
+
+#~ msgid "Symbol const"
+#~ msgstr "குறியீடு மாறிலி"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "குறியீடு d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "குறியீடு d-by-dt-பகுதி"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "குறியீடு d2-by-dt2-பகுதி"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "அச்சு குறியீடு"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "குறியீடு எம் இடைக்கோடு ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "குறியீடு என் இடைக்கோடு --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "குறியீடு equiv"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "குறியீடு எண்ணற்ற"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "குறியீடு கணித இடைவெளி ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "குறியீடு கணித இடைவெளி ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "குறியீடு கணித இடைவெளி _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "குறியீடு கணித இடைவெளி __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "குறியீடு simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "குறியீடு நட்சத்திரம்"
+
+#~ msgid "Typeface bold"
+#~ msgstr "எழுத்துரு தடிமன்"
+
+#~ msgid "Typeface italic"
+#~ msgstr "எழுத்துரு இட்டாலிக்"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "எழுத்துரு சாய்வு"
+
+#~ msgid "Typeface type"
+#~ msgstr "எழுத்துரு வகை"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "பிரியாத உரை"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "பொதுவாக உபயோகப்படுத்தும் குறிகள்/எழுத்துகள் ஆகியவைகளை தட்டச்சு செய்யாமல் எளிதாக "
+#~ "சொருகும் வழிமுறையை வழங்கும்."
+
+#~ msgid "Tag list"
+#~ msgstr "ஒட்டு பட்டியல்"
+
+#~ msgid "XSLT - Axes"
+#~ msgstr "XSLT - Axes"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - உருப்படிகள்"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - சார்புகள்"
+
+#~ msgid "ancestor"
+#~ msgstr "மூதாதையர்"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "மூதாதையர்-அல்லது-தான்"
+
+#~ msgid "attribute"
+#~ msgstr "மதிப்புரு"
+
+#~ msgid "child"
+#~ msgstr "சேய்"
+
+#~ msgid "descendant"
+#~ msgstr "வழிதோன்றல்"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "வழித்தோன்றல்-அல்லது-தான்"
+
+#~ msgid "following"
+#~ msgstr "பின்வருபவை"
+
+#~ msgid "following-sibling"
+#~ msgstr "பின்வரும்-உடன்பிறப்பு"
+
+#~ msgid "namespace"
+#~ msgstr "பெயர் இடைவெளி"
+
+#~ msgid "parent"
+#~ msgstr "பெற்றோர்"
+
+#~ msgid "preceding"
+#~ msgstr "முந்தைய"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "முந்தைய-உடன்பிறப்பு"
+
+#~ msgid "self"
+#~ msgstr "தான்"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "எக்ஸ்யூஎல்(XUL )- ஒட்டுகள்"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "தேதி/நேரம் குறும்பயன் சொருகுதலை வடிவமைக்கவும்..."
+
+#~ msgid "*"
+#~ msgstr "*"
+
+#~ msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+#~ msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> நேரம்/தேதியை உள்சொருகும்பொழுது...</span>"
+
+#~ msgid "HttP header name"
+#~ msgstr "ஹெச்டிடிபி(HTTP) தலைப்பு பெயர்"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "காப்புநகலின் விரிவாக்கம்"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "காப்புக்கோப்புகளுக்கு பயன்படுத்த வேண்டிய விரிவாக்கம் அல்லது பின்னொட்டு. இது நீங்கள் "
+#~ "\"காப்பு நகல்களை உருவாக்கு\" தேர்வை இயக்கி இருந்தால் மட்டுமே வேலை செய்யும்."
+
+#~ msgid "Character Codings"
+#~ msgstr "எழுத்து குறியீடுகள்"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "கோப்பின் காப்பு-நகல் பெயர் கிடைக்கப்பெறவில்லை"
+
+#~ msgid "0"
+#~ msgstr "0"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">கோப்புப் பெயர்</span>"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>மொழி</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>சொல்</b>"
+
+#~ msgid "_Indent"
+#~ msgstr "உள் _தள்ளல்"
+
+#~ msgid "U_nindent"
+#~ msgstr "_ந உள் தள்ளலை நீக்குக"
+
+#~ msgid "Unindent selected lines"
+#~ msgstr "தேர்வுசெய்த வரிசைகளின் உள் தள்ளலை நீக்குக"
+
+#~ msgid "Indent Lines"
+#~ msgstr "வரிசைகளை உள்தள்ளுக"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "தேர்ந்தெடுத்த வரிகளை உள்தள்ளுகிறது அல்லது உள்தள்ளலை நீக்குகிறது."
+
+#~ msgid "Default Value"
+#~ msgstr "முன்னிருப்பு மதிப்பு"
+
+#~ msgid "Environmental Variable"
+#~ msgstr "சூழ்நிலை மாறி"
+
+#~ msgid "Escape"
+#~ msgstr "விடுபடு"
+
+#~ msgid "Modifier"
+#~ msgstr "மாற்றி"
+
+#~ msgid "Placeholder Default"
+#~ msgstr "முன்னிருப்பு இடப்பிடிப்பி"
+
+#~ msgid "Placeholder Reference"
+#~ msgstr "இடப்பிடிப்பி குறிப்பு"
+
+#~ msgid "Placeholder begin and end"
+#~ msgstr "இடப்பிடிப்பி துவக்கம் மற்றும் முடிவு"
+
+#~ msgid "Python Placeholder"
+#~ msgstr "பைத்தான் இடப்பிடிப்பி"
+
+#~ msgid "Regular Expression Placeholder"
+#~ msgstr "வழக்கமான எண்ணுருக்கோவை இடப்பிடிப்பி"
+
+#~ msgid "Regular Expression Replace Pattern"
+#~ msgstr "இயல்பான எண்ணுருக்கோவை மாற்று தோரணி"
+
+#~ msgid "Seperator"
+#~ msgstr "பிரிப்பி"
+
+#~ msgid "Shell Placeholder"
+#~ msgstr "ஷெல் இடப்பிடிப்பி"
+
+#~ msgid "Single Placeholder"
+#~ msgstr "தனி இடப்பிடிப்பி"
+
+#~ msgid "Tabstop"
+#~ msgstr "தத்தல் நிறுத்தம்"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>நடப்பு வரி</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>எழுத்துரு</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>வரிசை எண்கள்</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">வண்ண திட்டம்</span>"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>எழுத்துருக்கள்</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>பக்கத் தலைப்பு</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>இலக்கண முன்னிலைப்படுத்தல்</b>"
diff --git a/po/te.po b/po/te.po
new file mode 100644
index 0000000..14f28d1
--- /dev/null
+++ b/po/te.po
@@ -0,0 +1,5293 @@
+# translation of gedit.master.te.po to Telugu
+# Telugu translation of gedit
+# Copyright (C) 2005 Free Software Foundation, Andhra Pradesh.
+# Copyright (C) 2007, 2012 Swecha Telugu Localisation Team <localisation@swecha.org>
+# This file is distributed under the same license as the gedit package.
+#
+#
+# Prajasakti Localisation Team <localisation@prajasakti.com>, 2005.
+# Swecha Telugu Localisation Team <localisation@swecha.org>, 2007.
+# Krishna Babu K <kkrothap@redhat.com>, 2007, 2008, 2009.
+# Krishnababu Krothapalli <kkrothap@redhat.com>, 2011, 2012, 2013, 2014.
+# Praveen Illa <mail2ipn@gmail.com>, 2012.
+# Sasi Bhushan Boddepalli <sasi@swecha.net>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit.master.te\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-09-23 17:16+0000\n"
+"PO-Revision-Date: 2014-09-24 00:43+0530\n"
+"Last-Translator: Krishnababu Krothapalli <kkrothap@redhat.com>\n"
+"Language-Team: Telugu <kde-i18n-doc@kde.org>\n"
+"Language: te\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"X-Launchpad-Export-Date: 2010-09-20 09:28+0000\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"జిఎడిట్ అనునది గ్నోమ్ డెస్కుటాప్ ఎన్విరాన్మెంట్ యొక్క అధికారిక పాఠం "
+"సరికూర్పరి. అది సులువుగా ఉపయోగించడానికి వీలుగా ఉంటూనే, సాదారణ ఉపయోగార్ధ చాలా "
+"శక్తివంతమైన పాఠం సరికూర్పరి జిఎడిట్."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"మీరు కాబోయే అత్యంత ప్రఖ్యాతమైన గ్రంధం వ్రాస్తున్నా, సృజనాత్మక అనువర్తనం "
+"ప్రోగ్రామ్ చేస్తున్నా, లేదా త్వరితగతిన ఏవైనా సూచనలు నోట్ చేసుంకుంటున్నా, మీ "
+"పనిని పూర్తిచేసుకొనుటకు జిఎడిట్ నమ్మకమైన సాధనం."
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"దీని అనుకూలమైన చొప్పింతలు మీరు దీనిని మీకు తగినట్లు మీ పనికి వీలైనట్లు "
+"మలచుకొనుటను సులభతరం చేయును."
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:774
+msgid "Text Editor"
+msgstr "పాఠ్య కూర్పకము"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "పాఠ్య ఫైళ్ళను సవరించు"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "జిఎడిట్ పాఠ్య కూర్పకము"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "పాఠం;కూర్పకము;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "కొత్త విండోను తెరు"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "కొత్త పత్రమును సృష్టించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "అప్రమేయ ఫాంటుని వాడు"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr ""
+"gedit ప్రత్యేకించిన అక్షరశైలికి బదులుగా సిస్టమ్ అప్రమేయ నిర్ధేశిత వెడల్పు "
+"అక్షరశైలి ని టెక్స్టు "
+"సరికూర్చుటకు ఉపయోగించాలనుకుంటే.ఈ ఇచ్ఛాపూర్వకం ఆఫ్ అయితే, సిస్టమ్ అక్షరశైలికి "
+"బదులుగా \"సరిచూచువారి "
+"అక్షరశైలి\" లోని అక్షరశైలి ఇచ్ఛాపూర్వకం ఉపయోగించబడుతుంది."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+#| msgid "Monospace 12"
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "కూర్పకము ఫాంటు"
+
+#: ../data/org.gnome.gedit.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 ""
+"సరిచూచుటకు వాడే వైశాల్యములో వాడే అక్షర శైలి. ఇది \"Use Default Font\" "
+"ఇచ్చాపూర్వక సదుపాయం "
+"నిరుపయోగంగా ఉన్నప్పుడు మాత్రమే పనిచేస్తుంది."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "శైలి పథకం"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"పాఠానికి రంగులు వేయటానికి వాడే జిటికెసోర్స్ వ్యూ స్టైల్ విధము యొక్క గుర్తు."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "భద్రపరుచుటకు కాపీల నకలు సృష్టించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+#| msgid ""
+#| "Whether gedit should restore the previous cursor position when a file is "
+#| "loaded."
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "జిఎడిట్ అది దస్త్రములను దాయునప్పుడు బ్యాకప్ నకళ్ళను సృష్టించాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "స్వయంగాభద్రపరుచు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"కొంత సమయం తరువాత, gedit మారిన ఫైళ్లను స్వయంచాలకంగా దాచాలా. ఇష్టాలలో "
+"\"స్వయంచాలక దాచు అంతరము"
+"\" ద్వారా మీరు కాలము అంతరమును ప్రవేశపెట్టవచ్చును."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "స్వయంగా భద్రపరుచు సమయం"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+"మార్పుచేయబడిన ఫైళ్లను స్వయంచాలకంగా దాచుటకు gedit వాడే కాలము(నిముషాలు). "
+"స్వయంచాలకంగా దాచు అనే "
+"ఇష్టం క్రియాశీలకంగా వుంటేనే, ఇది పనిచేస్తుంది."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "అత్యధిక రద్దు చర్యలు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"gedit చేసింది రద్దుచేయుటకు లేదా తిరిగిచేయుటకు గల అత్యదిక ఆవకాశాలసంఖ్య. "
+"అనంతంగా చర్యలు "
+"కొనసాగించుటకు \"-1\" ని ఉపయోగించండి."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "వరుసలకు తగినట్లుగా అమర్చే విధానం"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"సరికూర్చు ప్రదేశంలో పొడవైన లైన్లను ఎలా తగినట్లు అమర్చాలో తెలియజేస్తుంది. "
+"అమర్పు అక్కరలేకపోతే \"none\" "
+"వుపయోగించు, పద హద్దులవద్ద తగుఅమరిక కొరకు \"word\", మరియు విడివడి అక్షర "
+"హద్దులవద్ద తగు "
+"అమరికకు \"char\" వుపయోగించు. విలువలు చిన్న-పెద్ద అక్షరతేడాలను గుర్తించునని "
+"గమనించండి, అందుకని "
+"యిక్కడ తెలిపినట్లు అవి కనబడునట్లు చూచుకోండి."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "లైన్ వ్రాపింగ్ రీతి కొరకు ఆఖరి స్ప్లిట్ మోడ్ ఛాయీస్"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"లైన్ వ్రాపింగ్ రీతినందు ఉపయోగించు ఆఖరి స్ప్లిట్ రీతి తెలుపును, అలా వ్రాపింగ్ "
+"రీతి ఆఫ్ అయినప్పుడు మనం ఇంకా స్ప్లిట్ మోడ్ ఛాయీస్ గుర్తుంచుకొనుటకు "
+"వీలవుతుంది. పద హద్దుల వద్ద వ్రాపింగ్ కొరకు \"word\" ఉపయోగించు, అక్షర "
+"హద్దులవద్ద వ్రాపింగ్ కొరకు \"char\" ఉపయోగించు."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "ట్యాబ్ పరిమాణం"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"టాబ్ అక్షరాలకు బదులుగా ప్రదర్శితమవ్వాల్సిన ఖాళీల సంఖ్యను తెలియజేస్తుంది."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "ఖాళీలను ప్రవేశపెట్టు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "టాబ్ల బదులు gedit ఖాళీ స్థానాలను gedit ప్రవేశపెట్టాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "స్వయంచాలకంగా పాఠ్యాన్ని కుడికి జరుపు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr ""
+"gedit స్వయంచాలకంగా పాఠ్యము మొదలుస్థాయిని జరపటాన్ని క్రియాశీలకం చేయాలా"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "వరుస సంఖ్యలను ప్రదర్శించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "సరిచూసే ప్రాంతములో వరుస సంఖ్యను gedit ప్రదర్శించాలా"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "ప్రస్తుత వరుసను ఉద్దిపనంచేయి"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "ప్రస్తుత వరుసను gedit ఉద్దీపనం చేయాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "సరిపోలు బ్రాకెట్‌ను ఉద్దీపనం చేయి"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "సరిపోలిన బ్రాకెట్లను gedit వుద్దీపనంచేసి చూపాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "కుడి అంచును ప్రదర్శించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "సరిచూసే ప్రాంతములో కుడి అంచును gedit ప్రదర్శించాలా"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "కుడి అంచుల స్థానము"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "కుడి అంచు స్థాన్నాన్ని నిర్దేశిస్తుంది"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "స్మార్ట్ హోమ్ ఎండ్"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 ""
+"HOME మరియు END కీలు వత్తినప్పుడు కర్సర్ ఎలా కదులుతుందో తెలియజేస్తుంది. "
+"ఎల్లప్పుడు లైను మొదటికి/"
+"చివరికి కదుపుటకు \"disabled\", మొదటిసారి కీలను వత్తినప్పుడు లైను "
+"మొదటికి/చివరికి కదుపుటకు "
+"\"after\" మరియు రెండోసారి కీలను వత్తివప్పుడు టెక్స్టు మొదటికి/చివరికి ఖాళలను "
+"వదిలి కదుపుటకు, లైను "
+"మొదటికి/చివరికి కదుపుటకు ముందు టెక్స్టు మొదటికి/చివరికి కదుపుటకు "
+"\"before\"మరియు లైను మొదటికి/"
+"చివరికి కదుపుటకు బదులుగా ఎల్లప్పుడు టెక్స్టు మొదటికి/చివరికి కదుపుటకు "
+"\"always\" ను "
+"ఉపయోగించండి."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "ములుకు గతంలో ఉన్న స్థానానికి పున:స్థాపించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"ఫైలును తెరిచినపుడు గతంలో ములుకు ఎక్కడ ఉందో అక్కడనే gedit ములుకునుంచాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "పరిచ్ఛేద ఉద్దీపనం క్రియాశీలం చేయు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit స్వయంచాలకంగా పరిచ్ఛేద ఉద్దీపనం చేయాలా"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "వెతుకుట ఉద్దీపనం క్రియాశీలీకరించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "వెతికిన పాఠ్యంయొక్క బహుళ దర్శనాలనంటినీ gedit ఉద్దీపనం చేయాలా"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "క్రొత్త లైను ప్రయత్నమునకు హామీ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Gedit పత్రాలను ఎప్పుడూ క్రొత్త లైన్ తో అంతంను నిర్థారిస్తుంది లేదో."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "పనిముట్ల పట్టీ ప్రత్యక్షం"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "సరిచూస్తున్న విండోలలో పనిముట్ల పట్టీ కనిపించాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "నోట్‌బుక్ టాబ్స్ చూపు రీతి"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"నోట్‌బుక్ టాబ్లను యెప్పుడు చూపాలో తెలుపును. టాబ్లను యెప్పుడూ చూపకుండా "
+"వుండుటకు \"never\" "
+"వుపయోగించు, టాబ్లను యెల్లప్పుడు చూపుటకు \"always\" వుపయోగించు, మరియు వొకటి "
+"కన్నా యెక్కువ "
+"టాబ్లు వున్నప్పుడే టాబ్లను చూపుటకు \"auto\" వుపయోగించు. విలువలు చిన్న-పెద్ద "
+"అక్షరతేడాలను "
+"గుర్తించునని గమనించండి, అందుకని యిక్కడ తెలిపినట్లు అవి కనబడునట్లు చూచుకోండి."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "సుస్థితి పట్టీ ప్రత్యక్షం"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "దిగువ సుస్థితిపట్టీ సరిచూస్తున్న విండోలలోన దిగువనే కనిపించాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "పక్క పానల్ దర్శనీయం"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "సరికూర్చు విండోల యొక్క యెడమవైపు పక్క ప్యానల్ కనిపించాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "గతంలో వాడిన దస్త్రాల సంఖ్య"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"\"ఇటీవలి ఫైళ్ళు\" సబ్‌మెనూ లో ప్రదర్శితమవబోవు ఇటీవల తెరిచిన దస్త్రాల గరిష్ఠ "
+"సంఖ్యను తెలియజేస్తుంది."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "పరిచ్ఛేద ఉద్దీపనాన్ని ప్రచురించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "పత్రములను ప్రచురించునపుడు gedit పరిచ్చేద ఉద్దీపనన్నికూడా ప్రచురించాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "పీఠికను ముద్రించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "పత్రములను ప్రచురించునపుడు పత్రము పీఠికనుకూడా gedit ప్రచురించాలా."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "వరుసలకు తగినట్లుగా అమర్చే విధానంలో ప్రచురించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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 ""
+"ముద్రణనుండి పొడవైన లైనులను ఎలా తగినట్లు అమర్చాలో తెలియజేస్తుంది. అమర్పు "
+"అక్కరలేకపోతే \"none\" "
+"వుపయోగించు, పద హద్దులవద్ద తగుఅమరిక కొరకు \"word\", మరియు విడివడి అక్షర "
+"హద్దులవద్ద తగు "
+"అమరికకు \"char\" వుపయోగించు. విలువలు చిన్న-పెద్ద అక్షరతేడాలను గుర్తించునని "
+"గమనించండి, అందుకని "
+"యిక్కడ తెలిపినట్లు అవి కనబడునట్లు చూచుకోండి."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "లైను సంఖ్యలను ప్రచురించు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"ఒకవేళ ఈ విలువ 0 అయితే, అప్పడు పత్రమును ముద్రిస్తుంటే ఏ లైన్ సంఖ్యలు "
+"ప్రవేశపెట్టబడవు. లేకపోతే, "
+"gedit లైను సంఖ్యలను ప్రతి లైను కి ముద్రిస్తుంది."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+#| msgid "Monospace 9"
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "ప్రచురించుటకు వాడే ముఖ్యభాగపు అక్షరశైలి"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"పత్రాలను ప్రచురించునపుడు పత్రపు ముఖ్య భాగములో వాడవలసిన అక్షరశైలిని "
+"పేర్కొంటుంది."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+#| msgid "Sans 11"
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "ప్రచురణకు వాడే పీఠిక అక్షరశైలి"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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.gnome.gedit.gschema.xml.in.h:70
+#| msgid "Sans 8"
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "ప్రచురించునపుడు వరుస అంకెలకొరకు వాడే అక్షరశైలి"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 ""
+"ముద్రించునప్పడు వరుస సంఖ్యలకు ఉపయోగించు అక్షరశైలిలను తెలియజేస్తుంది. ఇది "
+"\"వరుస సంఖ్యలను "
+"ప్రచురించు\" ఇచ్ఛాపూర్వకం జీరో-కాదు అయితేనే ప్రభావితం అవుతుంది."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Automatically Detected Encodings"
+msgstr "స్వయంచాలకంగా కనుగొనబడిన ఎన్కోడింగులు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+"స్వయంచాలకంగా ఫైల్ ఎన్కోడింగ్ గుర్తించటానికి gedit వాడే ఎన్కోండింగుల "
+"జాబితా(వరుసక్రమంలో) . \"ప్రస్తుత"
+"\" ప్రస్తుత స్థానికత ఎన్కోడింగుని సూచిస్తుంది. గుర్తింపబడిన ఎన్కోడింగులు "
+"మాత్రమే వాడబడినవి."
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid "Encodings shown in menu"
+msgstr "జాబితాలో చూపిన సంకేతరచనలు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+"తెరచు/దాచు ఫైల్ ఎంపికలో అక్షర ఎన్కోడింగ్ మెనూలో చూపబడే ఎన్కోండింగుల జాబితా. "
+"గుర్తింపబడిన ఎన్కోడింగులు "
+"మాత్రమే వాడబడినవి."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid "Active plugins"
+msgstr "క్రియాశీల ప్లగిన్‌లు"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:93
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"చేతనంగా ఉన్న ప్లగ్ఇన్‌ల జాబితా.ఇది చేతనంగా ఉన్న ప్లగ్ఇన్‌ల \"స్థానము\" ను "
+"కలిగిఉంటుంది. ఇవ్వబడినటువంటి "
+"ప్లగ్ఇన్ \"స్థానము\" ను పొందుటకు .gedit-plugin ఫైలును చూడుము."
+
+#: ../gedit/gedit-app.c:104
+msgid "Show the application's version"
+msgstr "అనువర్తనముయొక్క వర్షన్‌ను చూపుము"
+
+#: ../gedit/gedit-app.c:110
+msgid "Display list of possible values for the encoding option"
+msgstr "ఎన్కోడింగ్ ఐచ్చికానికి సాధ్యమగు విలువల జాబితాను ప్రదర్శించుము"
+
+#: ../gedit/gedit-app.c:117
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"ఆదేశపు వరుసలో జాబితాచేసిన దస్త్రాలను తెరుచుటకు అక్షర సంకేతరచనను "
+"ఉపయోగించునట్లు అమర్చుము."
+
+#: ../gedit/gedit-app.c:118
+msgid "ENCODING"
+msgstr "సంకేతరచన"
+
+#: ../gedit/gedit-app.c:124
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "ఇప్పటికే వున్న gedit స్థితిలో కొత్తగా పై స్థాయి విండో సృష్టించు"
+
+#: ../gedit/gedit-app.c:131
+msgid "Create a new document in an existing instance of gedit"
+msgstr "ఇప్పటికి ఉన్న gedit యొక్క ఒక సదృశ్యము లో కొత్త పత్రము ను సృష్టించు"
+
+#: ../gedit/gedit-app.c:138
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "విండో యొక్క పరిమాణం మరియు స్థానం అమర్చు (వెడల్పుxఎత్తు+X+Y)"
+
+#: ../gedit/gedit-app.c:139
+msgid "GEOMETRY"
+msgstr "జ్యామితి"
+
+#: ../gedit/gedit-app.c:145
+msgid "Open files and block process until files are closed"
+msgstr "ఫైళ్ళు మూయునంతవరకు ఫైళ్ళను మరియు బ్లాక్ కార్యక్రమమును తెరువుము"
+
+#: ../gedit/gedit-app.c:152
+msgid "Run gedit in standalone mode"
+msgstr "gedit ను స్టాండెలోన్ రీతినందు నడుపుము"
+
+#: ../gedit/gedit-app.c:159
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:264
+msgid "There was an error displaying the help."
+msgstr "సహాయం చూపటంలో దోషంలో ఏర్పడింది."
+
+#: ../gedit/gedit-app.c:917
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: చెల్లని యెన్కోడింగ్."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "ప్రశ్న"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:320
+msgid "Close _without Saving"
+msgstr "భద్రపరచకుండా మూసివేయి (_w)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:321
+#: ../gedit/gedit-commands-file.c:457 ../gedit/gedit-commands-file.c:586
+#: ../gedit/gedit-commands-file.c:663 ../gedit/gedit-commands-file.c:882
+#: ../gedit/gedit-commands-file.c:1332 ../gedit/gedit-io-error-info-bar.c:134
+#: ../gedit/gedit-io-error-info-bar.c:515
+#: ../gedit/gedit-io-error-info-bar.c:1191
+#: ../gedit/gedit-preferences-dialog.c:868
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+#| msgid "_Cancel Logout"
+msgid "_Cancel"
+msgstr "రద్దుచేయి (_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+#| msgid "Save As"
+msgid "_Save As…"
+msgstr "ఇలా భద్రపరుచు... (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/gedit-commands-file.c:883 ../gedit/resources/gtk/menus-osx.ui.h:7
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+#| msgid "_Save:"
+msgid "_Save"
+msgstr "భద్రపరుచు (_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:365
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "మీరు దాచకపోతే, గత %ld సెకను నుండి చేసిన మార్పులు పూర్తిగా పోతాయి"
+msgstr[1] "మీరు దాచకపోతే, గత %ld సెకన్ల నుండి చేసిన మార్పులు పూర్తిగా పోతాయి"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:374
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "మీరు దాచకపోతే, ఈ నిముషమునుండి చేసిన మార్పులు పూర్తిగా పోతా"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:380
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"మీరు దాచకపోతే, చివరి నిముషము మరియు %ld సెకన్ నుండి చేసిన మార్పులు పూర్తిగా "
+"పోతాయి"
+msgstr[1] ""
+"మీరు దాచకపోతే, చివరి నిముషము మరియు %ld సెకన్ల నుండి చేసిన మార్పులు పూర్తిగా "
+"పోతాయి"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:390
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"మీరు దాచకపోతే, చివరి %ld నిముషం నుండి చేసిన మార్పులు పూర్తిగా పోతాయి"
+msgstr[1] ""
+"మీరు దాచకపోతే, చివరి %ld నిముషాల నుండి చేసిన మార్పులు పూర్తిగా పోతాయి"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:405
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "మీరు దాచకపోతే, గత ఒక్క గంట నుండి చేసిన మార్పులు పూర్తిగా పోతా"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"మీరు దాచకపోతే, చివరి గంట మరియు %d నిముషం నుండి చేసిన మార్పులు పూర్తిగా పోతాయి"
+msgstr[1] ""
+"మీరు దాచకపోతే, చివరి నిముషము మరియు %d నిముషాల నుండి చేసిన మార్పులు పూర్తిగా "
+"పోతాయి"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "మీరు దాచకపోతే, చివరి %d గంట నుండి చేసిన మార్పులు పూర్తిగా పోతాయి"
+msgstr[1] "మీరు దాచకపోతే, చివరి %d గంటల నుండి చేసిన మార్పులు పూర్తిగా పోతాయి"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+#| msgid "Changes to document \"%s\" will be permanently lost."
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "“%s” పత్రముకు చేసిన మార్పులు పూర్తిగా పోతాయి."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+#| msgid "Save changes to document \"%s\" before closing?"
+msgid "Save changes to document “%s” before closing?"
+msgstr "మూసివేయుటకు ముందుగా చేసిన మార్పులను “%s” పత్రములో దాచాలా?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:490
+#: ../gedit/gedit-close-confirmation-dialog.c:651
+msgid "Saving has been disabled by the system administrator."
+msgstr "వ్యవస్థ నిర్వాహకి దాచుట సౌలభ్యాన్ని క్రియాహీనంచేశాడు."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:599
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "%d పత్రమునకు చేసిన మార్పులు ఎల్లప్పట్టికీ పోతాయి."
+msgstr[1] "%d పత్రములకు చేసిన మార్పులు ఎల్లప్పట్టికీ పోతాయి."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:607
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "%d పత్రము మార్పులకు గురయ్యి దాచకుండా ఉంది. త్యజించేముందు దాచమంటారా?"
+msgstr[1] ""
+"%d పత్రములు మార్పులకు గురయ్యి దాచకుండా ఉంది. త్యజించేముందు దాచమంటారా?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:627
+msgid "Docum_ents with unsaved changes:"
+msgstr "మార్పులకు గురయ్యి దాచకుండా ఉన్న పత్రములు(_e):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:631
+msgid "S_elect the documents you want to save:"
+msgstr "దాచ వలసిన పత్రాలను ఎంచు(_e):"
+
+# Secondary label
+#: ../gedit/gedit-close-confirmation-dialog.c:655
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "మీరు దాచకపోతే, మార్పులన్నీ ఎల్లప్పటికీ పోతాయి."
+
+#: ../gedit/gedit-commands-file.c:256
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "'%s' ఫైలు తెరుచుకుంటున్నది…"
+
+#: ../gedit/gedit-commands-file.c:265
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d ఫైలు తెరుచుకుంటున్నది…"
+msgstr[1] "%d ఫైలులు తెరుచుకుంటున్నవి…"
+
+#. Translators: "Open" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:451
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "తెరువు"
+
+#: ../gedit/gedit-commands-file.c:458 ../gedit/resources/gtk/menus-osx.ui.h:4
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "తెరువు (_O)"
+
+#: ../gedit/gedit-commands-file.c:577
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "\"%s\" చదువుటకు మాత్రమే అనుమతి ఉన్నది."
+
+#: ../gedit/gedit-commands-file.c:582
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "మీరు దాచదలచిన దానితో పున:స్థాపించదలిచారా?"
+
+#: ../gedit/gedit-commands-file.c:587
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "ప్రతిస్ధాపించు (_R)"
+
+#: ../gedit/gedit-commands-file.c:627
+msgid "Save the file using compression?"
+msgstr "కుదింపును వుపయోగించి ఫైలును దాయాలా?"
+
+#: ../gedit/gedit-commands-file.c:631
+msgid "Save the file as plain text?"
+msgstr "ఫైలును సాదా పాఠము వలె దాయాలా?"
+
+#: ../gedit/gedit-commands-file.c:644
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+"ఫైల్ \"%s\" అనునది గతంలో సాదా పాఠమువలె దాయబడెను మరియు యిప్పుడు కుదింపును "
+"వుపయోగించి దాయబడును."
+
+#: ../gedit/gedit-commands-file.c:648
+msgid "_Save Using Compression"
+msgstr "కుదింపు వుపయోగించి దాయి (_S)"
+
+#: ../gedit/gedit-commands-file.c:653
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"ఫైల్ \"%s\" గతంలో కుదింపు వుపయోగించి దాయబడెను మరియు యిప్పుడు సాదా పాఠము వలె "
+"దాయబడును."
+
+#: ../gedit/gedit-commands-file.c:656
+msgid "_Save As Plain Text"
+msgstr "సాదా పాఠము వలె దాయి (_S)"
+
+#: ../gedit/gedit-commands-file.c:764 ../gedit/gedit-commands-file.c:991
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "'%s'ఫైలును భద్రపరుస్తున్నది…"
+
+#: ../gedit/gedit-commands-file.c:875
+msgid "Save As"
+msgstr "ఇలా భద్రపరుచు"
+
+#: ../gedit/gedit-commands-file.c:1195
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "'%s' పత్రము పూర్వస్థితికి చేరుతున్నది…"
+
+#: ../gedit/gedit-commands-file.c:1240
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "'%s' పత్రానికి చేసిన మార్పులను పూర్వస్థితికి తేవాలా?"
+
+#: ../gedit/gedit-commands-file.c:1249
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "పత్రమునకు చివరి %ld సెకండు లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+msgstr[1] "పత్రమునకు చివరి %ld సెకన్ల లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+
+#: ../gedit/gedit-commands-file.c:1258
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "చివరి నిమిషములో పత్రానికి చేసిన మార్పులు పూర్తిగా పోతాయి."
+
+#: ../gedit/gedit-commands-file.c:1264
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"పత్రమునకు చివరి నిముషం మరియు %ld సెకండు లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+msgstr[1] ""
+"పత్రమునకు చివరి నిముషం మరియు %ld సెకన్ల లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+
+#: ../gedit/gedit-commands-file.c:1274
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "పత్రమునకు చివరి %ld నిముషం లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+msgstr[1] "పత్రమునకు చివరి %ld నిముషాల లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+
+#: ../gedit/gedit-commands-file.c:1289
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "చివరి గంటలో పత్రానికి చేసిన మార్పులు పుర్తిగా పోతాయి."
+
+#: ../gedit/gedit-commands-file.c:1295
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"పత్రమునకు చివరి గంట మరియు %d నిముషం లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+msgstr[1] ""
+"పత్రమునకు చివరి గంట మరియు %d నిముషాల లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+
+#: ../gedit/gedit-commands-file.c:1310
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "పత్రమునకు చివరి %d గంట లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+msgstr[1] "పత్రమునకు చివరి %d గంటల లో చేసిన మార్పులు శాశ్వతంగా పోతాయి."
+
+#: ../gedit/gedit-commands-file.c:1333
+msgid "_Revert"
+msgstr "యదా స్థితికి తెచ్చు(_R)"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+"gedit అనునది పాఠ్యరచన కొరకు GNOME రంగస్థలంలో సరళముగా వాడుకోను "
+"సరిచూచుకార్యక్షేత్రం"
+
+#: ../gedit/gedit-commands-help.c:102
+msgid "translator-credits"
+msgstr ""
+"Prajasakti Localisation Team <localisation@prajasakti.com>\n"
+"Kiran Chandra <kiran@swecha.net>\n"
+"Krishna Babu <kkrothap@redhat.com>\n"
+"Praveen Illa <mail2ipn@gmail.com>, 2011-12\n"
+"\n"
+"Launchpad Contributions:\n"
+" Arjuna Rao Chavala https://launchpad.net/~arjunaraoc-gmail"
+
+#: ../gedit/gedit-commands-search.c:103
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d సంభవం కనుగొనబడింది మరియు పునఃస్థాపించబడింది"
+msgstr[1] "%d సంభవాలు కనుగొనబడినవి మరియు పునఃస్థాపించబడినవి"
+
+#: ../gedit/gedit-commands-search.c:112
+msgid "Found and replaced one occurrence"
+msgstr "కోరినది ఒక చోట దొరికింది దానిని మార్చుట అయ్యింది"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:138
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" కనబడలేదు"
+
+#: ../gedit/gedit-document.c:953 ../gedit/gedit-document.c:983
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "భద్రపరచని పత్రము %d"
+
+#: ../gedit/gedit-documents-panel.c:427
+#, c-format
+#| msgid "_New Tab Group"
+msgid "Tab Group %i"
+msgstr "టాబ్ సమూహం %i"
+
+#: ../gedit/gedit-documents-panel.c:524 ../gedit/gedit-window.c:1133
+#: ../gedit/gedit-window.c:1139 ../gedit/gedit-window.c:1147
+msgid "Read-Only"
+msgstr "చదువుటకు మాత్రమే"
+
+#: ../gedit/gedit-encodings-combo-box.c:302
+#: ../gedit/gedit-file-chooser-dialog-osx.c:564
+msgid "Automatically Detected"
+msgstr "స్వయంచాలకంగా కనుగొనబడిన"
+
+#: ../gedit/gedit-encodings-combo-box.c:331
+#: ../gedit/gedit-file-chooser-dialog-osx.c:573
+msgid "Add or Remove..."
+msgstr "చేర్చు లేదా తొలగించు..."
+
+#: ../gedit/gedit-encoding-items.c:95 ../gedit/gedit-encoding-items.c:104
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "ప్రస్తుత స్థానికం (%s)"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:40
+#: ../gedit/gedit-preferences-dialog.c:877
+msgid "All Files"
+msgstr "అన్ని ఫైళ్ళు"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+msgid "All Text Files"
+msgstr "అన్ని పాఠ్య ఫైలులు"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:305
+msgid "C_haracter Encoding:"
+msgstr "అక్షరపు ఎన్తోడింగ్(_h):"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:355
+msgid "L_ine Ending:"
+msgstr "లైను మార్పు(_i)"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:546
+#| msgid "C_haracter Encoding:"
+msgid "Character Encoding:"
+msgstr "అక్షరపు ఎన్కోడింగ్:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:619
+#| msgid "L_ine Ending:"
+msgid "Line Ending:"
+msgstr "లైన్ ఎన్కోడింగ్:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:256 ../gedit/gedit-window.c:1217
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "సాదా పాఠ్యము"
+
+#: ../gedit/gedit-io-error-info-bar.c:147
+#: ../gedit/gedit-io-error-info-bar.c:495
+msgid "_Retry"
+msgstr "మళ్లీ ప్రయత్నించు(_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:167
+#, c-format
+#| msgid "Could not find the file %s."
+msgid "Could not find the file “%s”."
+msgstr "ఫైలు “%s” కనుగొనలేక పోయింది."
+
+#: ../gedit/gedit-io-error-info-bar.c:169
+#: ../gedit/gedit-io-error-info-bar.c:209
+#: ../gedit/gedit-io-error-info-bar.c:216
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+"మీరు ప్రవేశపెట్టిన స్థానము సరైనదో కాదో సరిచూసుకొని మళ్ళీ ప్రయత్నించండి."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:188
+#, c-format
+#| msgid "gedit cannot handle %s locations."
+msgid "Unable to handle “%s:” locations."
+msgstr "“%s:” స్థానాలు సంభాలించలేదు."
+
+#: ../gedit/gedit-io-error-info-bar.c:194
+#| msgid "gedit cannot handle this location."
+msgid "Unable to handle this location."
+msgstr "ఈ స్థానము సంభాలించలేదు."
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#| msgid "The location of the file cannot be mounted."
+msgid "The location of the file cannot be accessed."
+msgstr "ఫైలున్న స్థానము ఏక్సెస్ కాలేదు."
+
+#: ../gedit/gedit-io-error-info-bar.c:207
+#, c-format
+#| msgid "%s is a directory."
+msgid "“%s” is a directory."
+msgstr "“%s” ఒక సంచయం."
+
+#: ../gedit/gedit-io-error-info-bar.c:214
+#, c-format
+#| msgid "%s is not a valid location."
+msgid "“%s” is not a valid location."
+msgstr "“%s” చెల్లునటువంటి స్థానం కాదు."
+
+#: ../gedit/gedit-io-error-info-bar.c:250
+#, c-format
+#| msgid ""
+#| "Host %s could not be found. Please check that your proxy settings are "
+#| "correct and try again."
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"అతిధేయ “%s” కనుగొనబడలేదు.దయచేసి మీ ప్రోక్సీ అమరికలు సరిచూసుకొను మరలా "
+"తిరిగిప్రయత్నించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:265
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+"హోస్ట్ పేరు సరియైనది కాదు. దయచేసి మీరు సరిగా టైపుచేసినది పరీక్షించి మరల "
+"ప్రయత్నించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+#, c-format
+#| msgid "%s is not a regular file."
+msgid "“%s” is not a regular file."
+msgstr "“%s” ఒక సహజ ఫైలు కాదు."
+
+#: ../gedit/gedit-io-error-info-bar.c:278
+msgid "Connection timed out. Please try again."
+msgstr "బంధం అకాలమైంది. మళ్ళీ ప్రయత్నం చేయండి"
+
+#: ../gedit/gedit-io-error-info-bar.c:311
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "ఊహించని దోషము: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:347
+#| msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr ""
+"అభ్యర్ధించిన ఫైలును కనుగొనలేక పోయింది. బహుశా దానిని ఈ మధ్యనే తొలగించి ఉంటారు."
+
+#: ../gedit/gedit-io-error-info-bar.c:357
+#, c-format
+#| msgid "Could not revert the file %s."
+msgid "Could not revert the file “%s”."
+msgstr "“%s” ఫైలు పూర్వస్థ్తితికి వచ్చుట సాధ్యంకాలేదు."
+
+#: ../gedit/gedit-io-error-info-bar.c:384
+msgid "Ch_aracter Encoding:"
+msgstr "అక్షర ఎన్కోడింగ్(_a):"
+
+#: ../gedit/gedit-io-error-info-bar.c:445
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "స్థానం “%s” ప్రస్తుతం చేరలేనిది."
+
+#: ../gedit/gedit-io-error-info-bar.c:460
+msgid "Your system is offline. Check your network."
+msgstr "మీ వ్యవస్థ ఆఫ్‌లైన్ నందు ఉంది. మీ నెట్వర్క్ పరిశీలించండి."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:503
+#: ../gedit/gedit-io-error-info-bar.c:772
+msgid "Edit Any_way"
+msgstr "ఏమైనాసరే సరికూర్చుము (_w)"
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "క్రిందని లింకులు పరిమితమైనవి మరియు ఈ పరిమితిలోపల వాస్తవ ఫైలు కనబడలేదు."
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "You do not have the permissions necessary to open the file."
+msgstr "ఈ ఫైలును తెరుచుటకు సరైన అనుమతులు మీ వద్ద లేవు."
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+#| msgid "gedit has not been able to detect the character encoding."
+msgid "Unable to detect the character encoding."
+msgstr "అక్షర ఎన్కోడింగ్ గుర్తించలేకపోయింది."
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+#: ../gedit/gedit-io-error-info-bar.c:630
+msgid "Please check that you are not trying to open a binary file."
+msgstr "మీరు బైనరీ ఫైలును తెరిచే ప్రయత్నం చేస్తున్నట్లున్నారు పరిశీలించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid "Select a character encoding from the menu and try again."
+msgstr "మెనూ నుండి అక్షర ఎన్కోడింగ్ ఎంచుకొని మరల ప్రయత్నించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:613
+#, c-format
+#| msgid "There was a problem opening the file %s."
+msgid "There was a problem opening the file “%s”."
+msgstr "“%s” ఫైల్ తెరచుటలో దోషం ఏర్పడింది."
+
+#: ../gedit/gedit-io-error-info-bar.c:615
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"మీరు తెరచిన ఫైలులో చెల్లని అక్షరాలున్నాయి. మీరు మార్పులు చేయటం కొనసాగించితే, "
+"ఈ పత్రము నిరుపయోగము అయ్యే "
+"అవకాశము వుంది."
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "You can also choose another character encoding and try again."
+msgstr "మీరు ఇంకొక అక్షర ఎన్కోడింగ్ ఎంచుకొని మరల ప్రయత్నించవచ్చు."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+#| msgid "Could not open the file %s using the %s character encoding."
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "“%s” ఫైల్‌ను “%s” అక్షర ఎన్కోడింగు ఉపయోగించి తెరువలేక పోయింది."
+
+#: ../gedit/gedit-io-error-info-bar.c:631
+#: ../gedit/gedit-io-error-info-bar.c:706
+msgid "Select a different character encoding from the menu and try again."
+msgstr "మెనూ నుండి వేరొక అక్షర ఎన్కోడింగ్ ఎంచుకొని మరల ప్రయత్నించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#, c-format
+#| msgid "Could not open the file %s."
+msgid "Could not open the file “%s”."
+msgstr "“%s” ఫైలు తెరుచుట విఫలం."
+
+#: ../gedit/gedit-io-error-info-bar.c:701
+#, c-format
+#| msgid "Could not save the file %s using the %s character encoding."
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "“%s” ఫైల్ “%s” అక్షర ఎన్కోడింగు ఉపయోగించి దాచలేకపోయెను."
+
+#: ../gedit/gedit-io-error-info-bar.c:704
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"ఈ పత్రంలో ఒకటి అంతకంటే ఎక్కువ అక్షరాలు ఎంచుకున్న అక్షర ఎన్కోడింగ్ తో, ఎన్కోడ్ "
+"చేయుట వీలుకాదు."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:777
+msgid "D_on't Edit"
+msgstr "సరికూర్చవద్దు (_o)"
+
+#: ../gedit/gedit-io-error-info-bar.c:787
+#, c-format
+#| msgid "This file (%s) is already open in another gedit window."
+msgid "This file “%s” is already open in another window."
+msgstr "“%s” ఫైలు ఇప్పటికే మరొక విండోలో తెరిచి ఉన్నది."
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+#| msgid "Do you want to reload the file?"
+msgid "Do you want to edit it anyway?"
+msgstr "మీరు ఏమైనాసరే దీనిని సరికూర్చాలని అనుకొనుచున్నారా?"
+
+#: ../gedit/gedit-io-error-info-bar.c:857
+#: ../gedit/gedit-io-error-info-bar.c:947
+#: ../gedit/gedit-io-error-info-bar.c:1239
+msgid "S_ave Anyway"
+msgstr "ఏవిధంగానైనా దాచు(_a)"
+
+#: ../gedit/gedit-io-error-info-bar.c:860
+#: ../gedit/gedit-io-error-info-bar.c:950
+#: ../gedit/gedit-io-error-info-bar.c:1242
+msgid "D_on't Save"
+msgstr "దాచవద్దు(_o)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:874
+#, c-format
+#| msgid "The file %s has been modified since reading it."
+msgid "The file “%s” has been modified since reading it."
+msgstr "ఫైలు “%s” దాన్ని చదువుచున్నప్పటి నుంచి సరికూర్చబడింది."
+
+#: ../gedit/gedit-io-error-info-bar.c:889
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+"మీరు దీన్ని దాచినట్లైతే, అన్ని బహిర్గత మార్పులు నష్టపోతారు.ఏమైనాసరే దాచ "
+"మంటారా?"
+
+#: ../gedit/gedit-io-error-info-bar.c:969
+#, c-format
+#| msgid "Could not create a backup file while saving %s"
+msgid "Could not create a backup file while saving “%s”"
+msgstr "“%s” దాచుచున్నప్పడు భద్రపరుచు ఫైలుని సృష్టించలేము"
+
+#: ../gedit/gedit-io-error-info-bar.c:974
+#, c-format
+#| msgid "Could not create a temporary backup file while saving %s"
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "“%s” ను దాచుచున్నప్పుడు తాత్కాలిక భద్రపరుచు ఫైలుని సృష్టించలేము"
+
+#: ../gedit/gedit-io-error-info-bar.c:991
+#| msgid ""
+#| "gedit could not back up the old copy of the file before saving the new "
+#| "one. You can ignore this warning and save the file anyway, but if an "
+#| "error occurs while saving, you could lose the old copy of the file. Save "
+#| "anyway?"
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"కొత్తగా దాచేముందు, ఫైల్ పాత నకలును సురక్షగా భద్రపరచలేకపోయింది. ఈ హెచ్చరిక "
+"పట్టించుకోకుండా, దాచే "
+"ప్రయత్నంచేయవచ్చు. ఐతే దాచేటప్పుడు దోషం ఏర్పడితే, ఫైల్ పాత నకలుని మీరు "
+"నష్టపోవచ్చు. ఎలాగైనా దాచాలా?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1051
+#, c-format
+#| msgid ""
+#| "gedit cannot handle %s locations in write mode. Please check that you "
+#| "typed the location correctly and try again."
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"“%s:” స్థానాలను వ్రాయు రీతిలో సంభాలించలేదు. దయచేసి మీరు స్థానాన్ని సరిగా "
+"టైపుచేసారోలేదో సరిచూసుకొని మరియు "
+"తిరిగిప్రయత్నించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:1059
+#| msgid ""
+#| "gedit cannot handle this location in write mode. Please check that you "
+#| "typed the location correctly and try again."
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"ఈ స్థానాన్ని వ్రాయు రీతిలో సంభాలించలేదు.దయచేసి మీరు స్థానాన్ని సరిగా "
+"టైపుచేసారోలేదో సరిచూసుకొని మరియు "
+"తిరిగిప్రయత్నించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:1068
+#, c-format
+#| msgid ""
+#| "%s is not a valid location. Please check that you typed the location "
+#| "correctly and try again."
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” విలువైన స్థానము కాదు. దయచేసి మీరు స్థానాన్ని సరిగా టైపు చేసారోలేదో "
+"సరిచూసుకొని మరలా తిరిగిప్రయత్నించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:1075
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"ఈ ఫైలును దాచటానికి కావలిసిన అనుమతులను మీరు కలిగిలేరు.మీరు సరియైన స్థానాన్ని "
+"టైపుచేసారోలేదో సరిచూసుకొని "
+"మరియు తిరిగిప్రయత్నించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:1081
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"ఫైలును దాచుటకు సరిపడ ఖాళీ లేదు. దయచేసి కొంత ప్రాంతాన్ని ఖాళీచేసి మరళ "
+"ప్రయత్నించండి"
+
+#: ../gedit/gedit-io-error-info-bar.c:1086
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"చదువుటకు మాత్రమే అనుమతి ఉన్న ఖనిలో మీరు ఫైలును దాచే ప్రయత్నం చేస్తున్నారు. "
+"దయచేసి మీరుసరి అయిన "
+"ప్రదేశాన్నే టైపు చేశారో లేదో చూసి మళ్ళీ ప్ర్యత్నించండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:1092
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "ఈ నామముతో ఇప్పటికే మరొక ఫైలున్నది. దయచేసి వేరే పేరుతో ప్రయతించండి"
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"మీరు దాచదలుచుకున్న ఖనిలో నామముయొక్క పొడవుపై నియంత్రణ ఉన్నది. మీరు మరొక చిన్న "
+"నామమును వాడండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:1108
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"మీరు దాచే డిస్క్ (నిల్వ) ఫైల్ పరిమాణ పరిమితులను కలిగివున్నది. తక్కువ "
+"పరిమాణంగల ఫైల్ దాచండి లేక పరిమితిలేని "
+"వేరొక డిస్క్ ఎంచుకోండి."
+
+#: ../gedit/gedit-io-error-info-bar.c:1125
+#, c-format
+#| msgid "Could not save the file %s."
+msgid "Could not save the file “%s”."
+msgstr "“%s” దస్త్రాన్ని దాచలేకపోయింది."
+
+#: ../gedit/gedit-io-error-info-bar.c:1165
+#, c-format
+#| msgid "The file %s changed on disk."
+msgid "The file “%s” changed on disk."
+msgstr "“%s” ఫైలు మార్పుకు గురైనది"
+
+#: ../gedit/gedit-io-error-info-bar.c:1176
+msgid "Drop Changes and _Reload"
+msgstr "మార్పులు విడిచిపెట్టి తిరిగిలోడ్ చేయండి (_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1186
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Reload"
+msgstr "పునఃస్ధాపించు(_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1252
+#, c-format
+#| msgid "Some invalid chars have been detected while saving %s"
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "“%s” ను దాయునప్పుడు కొన్ని చెల్లని అక్షరములు గుర్తించబడినవి"
+
+#: ../gedit/gedit-io-error-info-bar.c:1268
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "మీరు యీ ఫైలును యిలానే దాస్తే పత్రమును పాడవగలదు. ఏమైనాసరే దాయాలా?"
+
+#: ../gedit/gedit-open-document-selector.c:411
+#| msgid "No resize"
+msgid "No results"
+msgstr "ఏ ఫలితాలు లేవు"
+
+#: ../gedit/gedit-preferences-dialog.c:386
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "పాఠము మార్పరి వాడే ఫాంటు ఎంపికకు ఈ బటన్ నొక్కండి"
+
+#: ../gedit/gedit-preferences-dialog.c:399
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "వ్యవస్థ నిర్దేశిత అక్షర వెడల్పును వాడండి(%s) (_U)"
+
+#: ../gedit/gedit-preferences-dialog.c:643
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "సంచయం '%s' సృష్టించబడలేదు: g_mkdir_with_parents() failed: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:839
+msgid "The selected color scheme cannot be installed."
+msgstr "ఎన్నుకోబడిన వర్ణపు పధకం సంస్థాపించబడదు."
+
+#: ../gedit/gedit-preferences-dialog.c:864
+msgid "Add Scheme"
+msgstr "పధకాన్ని కలుపు"
+
+#: ../gedit/gedit-preferences-dialog.c:869
+msgid "A_dd Scheme"
+msgstr "పధకాన్ని కలుపు (_d)"
+
+#: ../gedit/gedit-preferences-dialog.c:873
+msgid "Color Scheme Files"
+msgstr "వర్ణపు పధకం ఫైళ్ళు"
+
+#: ../gedit/gedit-preferences-dialog.c:910
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "వర్ణపు పధకాన్ని తొలగించలేవు\"%s\"."
+
+#: ../gedit/gedit-print-job.c:555
+#, c-format
+msgid "File: %s"
+msgstr "ఫైలు: %s"
+
+#: ../gedit/gedit-print-job.c:564
+msgid "Page %N of %Q"
+msgstr "%Q లోని %N పేజీ"
+
+#: ../gedit/gedit-print-job.c:826
+msgid "Preparing..."
+msgstr "సిద్దముచేయుచున్నది..."
+
+#: ../gedit/gedit-print-preview.c:648
+#, c-format
+msgid "Page %d of %d"
+msgstr "%2$d లో పుట %1$d"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "INS"
+msgstr "INS"
+
+#: ../gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "దోషములతో ఒక టాబు ఉన్నది"
+msgstr[1] "దోషములతో %d టాబులు ఉన్నాయి"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:772
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "పూర్వస్థితికి వచ్చుట %s నుండి %s"
+
+#: ../gedit/gedit-tab.c:779
+#, c-format
+msgid "Reverting %s"
+msgstr "%s యదా స్థితికి తెచ్చు"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr "నింపుట %s నుండి %s"
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "%s నింపుతోంది"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:875
+#, c-format
+msgid "Saving %s to %s"
+msgstr "దాచుట %s నుండి %s"
+
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s"
+msgstr "%s భద్రపరుస్తున్నది"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1443
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error opening file %s"
+msgstr "%s ఫైలు తెరుచుటలో దోషము"
+
+#: ../gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s ఫైలును పున:స్థాపించుటలో దోషము"
+
+#: ../gedit/gedit-tab.c:1501
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s ఫైలు దాచుటలో లోపము"
+
+#: ../gedit/gedit-tab.c:1532
+msgid "Name:"
+msgstr "పేరు:"
+
+#: ../gedit/gedit-tab.c:1533
+msgid "MIME Type:"
+msgstr "MIME రకము:"
+
+#: ../gedit/gedit-tab.c:1534
+msgid "Encoding:"
+msgstr "సంకేతరచన:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "దయచేసి మీ నెలకొల్పును సరిచూసుకోండి"
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "%s వాడుకరి అంతర్ముఖ (UI) ఫైల్ తెరుచుట కుదరలేదు. దోషం: %s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "ఆబ్జక్టు %sను ఈ ఫైలు %sలో కనుగొనలేక పోతోంది."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "/ దీనిపైన %s"
+
+#: ../gedit/gedit-utils.c:1453
+msgid "Unix/Linux"
+msgstr "యునిక్స్/లినక్స్"
+
+#: ../gedit/gedit-utils.c:1455
+msgid "Mac OS Classic"
+msgstr "మాక్ OS సాంప్రదాయక"
+
+#: ../gedit/gedit-utils.c:1457
+msgid "Windows"
+msgstr "విండోస్"
+
+#: ../gedit/gedit-view.c:512
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "వరుస సంఖ్యను ప్రదర్శించు(_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:733
+#, c-format
+#| msgid "Page %d of %d"
+msgid "%d of %d"
+msgstr "%d యొక్క%d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:825
+msgid "_Wrap Around"
+msgstr "చుట్టూతా అమర్చు(_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:835
+msgid "Match as _Regular Expression"
+msgstr "రెగ్యులర్ ఎక్సుప్రెషన్ వలె పోల్చు (_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:849
+msgid "Match _Entire Word Only"
+msgstr "పదం మొత్తం సరితూగితేనే(_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:863
+msgid "_Match Case"
+msgstr "సందర్భాన్ని సరితూగితేనే(_M)"
+
+#: ../gedit/gedit-view-frame.c:1037
+msgid "String you want to search for"
+msgstr "మీరు వెతుక వలసిన పదబంధం"
+
+#: ../gedit/gedit-view-frame.c:1049
+msgid "Line you want to move the cursor to"
+msgstr "ములుకును తీసుకువెళ్ళవలసిన వరుస"
+
+#: ../gedit/gedit-window.c:972
+msgid "Bracket match is out of range"
+msgstr "బ్రాకెట్ పోలిక విస్తృతి దాటిపోయింది"
+
+#: ../gedit/gedit-window.c:977
+msgid "Bracket match not found"
+msgstr "బ్రాకెట్ పోలిక కనబడలేదు"
+
+#: ../gedit/gedit-window.c:982
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "ఆన్ లైన్ నందు బ్రాకెట్ జోడి కనుగొనబడింది: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1017
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-window.c:1199
+#, c-format
+msgid "Tab Width: %u"
+msgstr "ట్యాబ్ వెడల్పు: %u"
+
+#: ../gedit/gedit-window.c:1569
+msgid "There are unsaved documents"
+msgstr "దాయని పత్రములు వున్నవి"
+
+#: ../gedit/gedit-window.c:2418
+msgid "Change side panel page"
+msgstr "పక్క పానల్ పేజీ మార్చు"
+
+#: ../gedit/gedit-window.c:2438 ../gedit/resources/gtk/menus-osx.ui.h:35
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "పత్రములు"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "ఎడమకు కదుల్చు (_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "కుడి కదుల్చు (_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+#| msgid "_Move to New Window"
+msgid "Move to New _Window"
+msgstr "కొత్త విండోనకు కదుల్చు (_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+#| msgid "_New Tab Group"
+msgid "Move to New Tab _Group"
+msgstr "కొత్త ట్యాబ్ సమూహంకు కదుల్చు (_G)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+#| msgid "_Close All"
+msgid "_Close"
+msgstr "మూసివేయి (_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "స్వయంచాలకంగా పాఠ్యము మొదలుస్థాయిని జరపటము"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "ఖాళీలను ఉపయోగించు"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+#| msgid "_Display line numbers"
+msgid "Display line numbers"
+msgstr "వరుస సంఖ్యలను ప్రదర్శించు"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+#| msgid "Display Right Margin"
+msgid "Display right margin"
+msgstr "కుడి అంచును ప్రదర్శించు"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+#| msgid "Highlight current _line"
+msgid "Highlight current line"
+msgstr "ప్రస్తుత వరుసను ఉద్దీపనం చేయుము"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+#| msgid "Text Wrapping"
+msgid "Text wrapping"
+msgstr "పాఠ్యము చుట్టుస్థితి"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_New Window"
+msgstr "కొత్త విండో (_N)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "అభీష్టాలు (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:45
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "సహాయం (_H)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "గురించి(_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "నిష్క్రమించు (_Q)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+#| msgid "Print"
+msgid "_Print…"
+msgstr "ముద్రించు ...(_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Fullscreen"
+msgstr "పూర్తితెర (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+#| msgid "_Save All"
+msgid "Save _All"
+msgstr "అన్నీ భద్రపరుచు (_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+#| msgid "Find"
+msgid "_Find…"
+msgstr "కనుగొను... (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "వెతుకు మరియు పునఃస్థాపించు... (_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+msgid "_Clear Highlight"
+msgstr "ఉద్దీపననాన్ని తొలగించు(_C)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+#| msgid "Go to _Line..."
+msgid "_Go to Line…"
+msgstr "వరుసకు వెళ్లు... (_G)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "వీక్షణం"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "Side _Panel"
+msgstr "పక్క పానల్ (_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Bottom Panel"
+msgstr "దిగువ పానల్ (_B)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+#| msgid "_Highlight Mode"
+msgid "_Highlight Mode…"
+msgstr "ఉద్దీపన రీతి... (_H)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:34
+#| msgid "_Tools"
+msgid "Tools"
+msgstr "సాధనాలు"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+msgid "_Close All"
+msgstr "అన్నీ మూసివేయి (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+#| msgid "_File"
+msgid "File"
+msgstr "దస్త్రము"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-osx.ui.h:3
+msgid "_New"
+msgstr "కొత్త (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+#| msgid "Open a New Document"
+msgid "Open _Recent"
+msgstr "ఇటీవల వాటిని తెరు (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:6
+msgid "Reopen Closed _Tab"
+msgstr "మూసిన టాబ్ తిరిగితెరు (_T)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+#| msgid "Save As"
+msgid "Save _As…"
+msgstr "ఇలా భద్రపరుచు... (_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+#| msgid "_Edit"
+msgid "Edit"
+msgstr "సరిచేయి"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Undo"
+msgstr "చేయవద్దు (_U)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "_Redo"
+msgstr "మళ్ళీచేయి (_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "C_ut"
+msgstr "కత్తిరించు (_u)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Copy"
+msgstr "నకలు (_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+msgid "_Paste"
+msgstr "అతికించు (_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:930
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:968
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "తొలగించు(_D)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+#| msgid "File Browser Filter Mode"
+msgid "Overwrite _Mode"
+msgstr "ఓవర్‌రైట్ రీతి (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+msgid "Select _All"
+msgstr "అన్నిటినీ ఎంపిక చేయు(_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+#| msgid "_Search"
+msgid "Search"
+msgstr "వెతుకు"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Ne_xt"
+msgstr "తర్వాతది వెతుకు(_x)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+msgid "Find Pre_vious"
+msgstr "ముందుది వెతుకు(_v)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "Find and _Replace…"
+msgstr "వెతుకు మరియు ప్రతిస్థాపించు (_R)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+#| msgid "Go to _Line..."
+msgid "Go to _Line…"
+msgstr "వరుసకు వెళ్లు... (_L)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Save All"
+msgstr "అన్నీ భద్రపరుచు (_S)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+msgid "_New Tab Group"
+msgstr "కొత్త ట్యాబ్ సమూహం (_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+msgid "P_revious Tab Group"
+msgstr "మునుపటి ట్యాబ్ సమూహం (_r)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+msgid "Nex_t Tab Group"
+msgstr "తరువాతి ట్యాబ్ సమూహం (_t)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+msgid "_Previous Document"
+msgstr "గతంలోని పత్రములు(_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+msgid "N_ext Document"
+msgstr "తర్వాతి పత్రం (_e)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+#| msgid "_Move to New Window"
+msgid "_Move To New Window"
+msgstr "కొత్త విండోనకు కదుల్చు (_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+#| msgid "_Help"
+msgid "Help"
+msgstr "సహాయం"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "అక్షర ఎన్కోడింగులు"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "సరే (_O)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "A_vailable encodings:"
+msgstr "అందుబాటులోని సంకేత రచనలు(_v):"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "వివరణ (_D)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "సంకేతరచన(_E)"
+
+#. Add to Dictionary
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:8
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "కలుపుము(_A)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:9
+#| msgid "Remove Tool"
+msgid "_Remove"
+msgstr "తీసివేయి (_R)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:10
+msgid "E_ncodings shown in menu:"
+msgstr "జాబితాలో ఉన్న సంకేతరచనలు (_n):"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+#| msgid "_Highlight Mode"
+msgid "Highlight Mode"
+msgstr "ఉద్దీపన రీతి"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+#| msgid "Selected"
+msgid "_Select"
+msgstr "ఎంచు (_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+#| msgid "Use %s highlight mode"
+msgid "Search highlight mode..."
+msgstr "వెతికినది ఉద్దీపించు రీతి..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+#| msgid "_Documents"
+msgid "Other _Documents…"
+msgstr "ఇతర పత్రాలు... (_D)"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+#| msgid "Open a file"
+msgid "Open another file"
+msgstr "వేరొక ఫైలును తెరువు"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "ప్రాధాన్యతలు"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "నిలువువరుస వద్ద కుడి మార్జిన్ ప్రదర్శించు (_m):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+#| msgid "_Statusbar"
+msgid "Display _statusbar"
+msgstr "స్థితిపట్టీ ప్రదర్శించు (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "పాఠ్యము చుట్టుస్థితి"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "పాఠమును అమర్చుట క్రియాశీలం చేయు(_w)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "పదములను రెండు వరుసలలోకి విడగొట్టవద్దు (_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "ఉద్దీపనంచేయు"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "ప్రస్థుత వరుసను ఉద్దీపనం చేయి(_l)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "సరిపోలు బ్రాకెట్లను వుద్దీపనంచేయి (_b)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "టాబ్ ఆగుస్ఖానాలు"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "ట్యాబ్ వెడల్పు (_T):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "ట్యాబ్ల బదులు ఖాళీ స్థానాల్ని ప్రవేశపెట్టు(_s)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "స్వయంచాలక అమరికను క్రియాశీలీకరించు(_E)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "ఫైల్ భద్రపరుస్తోంది"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr "దాచే ముందు ఫైలుల నకలును భద్రపరుచు"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "ఇంత సమయం తరువాత ఫైళ్ళను స్వయంగా భద్రపరచు (_A)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "నిమిషాలు (_m)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "కూర్పకం"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "ఫాంటు"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "కూర్పకము ఫాంటు (_f):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "సరిచూడుటకు వాడే అక్షరశైలి వర్ణమును ఎంచు‌"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "రంగు పథకం"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "పధకమును ప్రతిష్టించు "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "పధకమును ప్రతిష్టించు "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "పధకమును తొలగించు "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "పధకమును తొలగించు "
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "ఫాంటు & రంగులు"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "ప్లగిన్లు"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "పరిచ్ఛేద ఉద్దీపనం"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "సిన్‌టాక్స్ ఉద్దీపనాన్ని ముద్రించు(_x)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "వరుస సంఖ్యలు"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "వరుస సంఖ్యలను ముద్రించు"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "సంఖ్యనిర్దేశించు ప్రతీ(_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "వరుసలు"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "పేజీ పీఠిక"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "పుట పీఠికలను ముద్రించు (_h)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "ఫాంట్లు"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "ముఖ్యభాగం(_B):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "వరుస సంఖ్యలు(_L):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "పీఠికలు మరియు భూమికలు (_a):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "అప్రమేయ అక్షరశైలిని పున:స్థాపించు(_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "గతంలోని పుటను చూపు"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "P_revious Page"
+msgstr "క్రితం పేజీ (_r)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Show the next page"
+msgstr "తర్వాత పేజీని చూపు"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:4
+msgid "_Next Page"
+msgstr "తరువాతి పేజీ (_N)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "Current page (Alt+P)"
+msgstr "ప్రస్తుత పేజీ (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "of"
+msgstr "ఆఫ్"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Page total"
+msgstr "పుట మొత్తం"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "The total number of pages in the document"
+msgstr "పత్రములోని పుటల సంఖ్య"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Show multiple pages"
+msgstr "అనేక పుటలను చూపుము"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom 1:1"
+msgstr "జూమ్ 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom to fit the whole page"
+msgstr "పుట మొత్తం పట్టుటకు జూమ్"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Zoom the page in"
+msgstr "పుటను లోపలకి జూం చేయు"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "Zoom the page out"
+msgstr "పుటను వెలుపలకు జూం చేయు"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Close print preview"
+msgstr "ముద్రణా మునుజూపును మూసివేయి"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "_Close Preview"
+msgstr "మునుజూపుని మూసివేయి (_C)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:17
+msgid "Page Preview"
+msgstr "పుట మునుజూపు"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:18
+msgid "The preview of a page in the document to be printed"
+msgstr "ప్రచురించవలసిన పత్రములోని పుట మునుజూపు"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Replace"
+msgstr "ప్రతిస్ధాపించు"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "అన్ని ప్రతిస్ధాపించు (_A)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+#| msgid "Find"
+msgid "_Find"
+msgstr "కనుగొను (_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgid "_Search for: "
+msgstr "కొరకు వెతుకు(_S): "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with: "
+msgstr "దీనితో మార్చు(_w): "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "సందర్భంతో సరితూగు(_M)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "పూర్తి పదంతో సరితూగు(_e)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Match as re_gular expression"
+msgstr "సాధారణ సమీకరణం వలె సరిపోల్చుము (_g)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "వెనుకకు వెతుకు(_b)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "చుట్టూతా అమర్చు(_W)"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+#| msgid "Close document"
+msgid "Close Document"
+msgstr "పత్రాన్ని మూసివేయి"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "ఫైలును తెరువు"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "కొత్త పత్రమును సృష్టించు"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "కొత్త"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "ప్రస్తుత ఫైలు దాచు"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "భద్రపరుచు"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "పలకను దాయి"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+#| msgid "Open a file"
+msgid "Open a file dialog"
+msgstr "దస్త్ర డైలాగ్ తెరువు"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+#| msgid "Leave fullscreen mode"
+msgid "Leave Fullscreen"
+msgstr "పూర్తితెరను విడు"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "నవీకరణ పరిశీలించు"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "సరికొత్త gedit వర్షన్ కొరకు పరిశీలించు"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "యుఆర్ఐ (URI) చూపుటలో దోషం ఏర్పడింది."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "దింపుకొను (_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "రూపము పట్టించుకోకు(_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "అక్కడ కొత్త వర్షన్ gedit వుంది"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"gedit కొత్త రూపము పొందు బొత్తము నొక్కి పొందవచ్చు. లేక ఆ రూపము "
+"పట్టించుకోకుండా, కొత్త రూపము "
+"కోసం ఎదురుచూడవచ్చు"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "విస్మరించవలసిన వర్షన్"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "కొత్త రూపాంతరం విడుదలయ్యే వరకు విస్మరించవలసిన రూపాంతరం."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "పత్ర గణాంకాలు"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "ప్రత్రమును నందలి పదముల, వరుసల,అక్షరముల సంఖ్యను నివేదించండి."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "పత్ర గణాంకాలు (_D)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "పత్రము"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "ఎంపిక"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "వరుసలు"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "పదములు"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "అక్షరములు (ఖాళీలతో)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "అక్షరములు (ఖాళీలు లేకుండా)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "బైట్లు"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "బుల్ట్"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "నడుపు పత్రము సంచయంలో \"తయారు\" చేయి"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "టెర్మినల్ ను ఇక్కడ తెరువుము"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "టెర్మినల్ పత్రము స్థానము నందు తెరువుము"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "ట్రైలింగ్ ఖాళీలను తీసివేయుము"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "మీ ఫైలులో ఉపయోగించని ట్రైలింగ్ ఖాళీలను తీసివేయుము"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "ఆదేశాన్ని నడుపుము"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+"వినియోగదారుని ఆదేశాన్ని ఎగ్జిక్యూట్ చేసి దాని అవుట్‌పుట్ ను కొత్త పత్రమునందు "
+"ఉంచుము"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "fpaste కు పంపు"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+#| msgid "Change selected text to upper case"
+msgid "Paste selected text or current document to fpaste"
+msgstr "ఎంపికచేసిన పాఠం లేదా ప్రస్తుత పత్రం fpaste కు అతికించండి"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "బాహ్య సాధనములు"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "బాహ్య ఆదేశాలను మరియు షెల్ స్క్రిప్టులను ఎగ్జిక్యూట్ చేయుము"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "సిస్టమ్ అక్షరశైలిని వుపయోగించాలా"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"సత్యమైతే, బాహ్య సాధనాలు డెస్కుటాప్-గ్లోబల్ ప్రామాణిక అక్షరశైలిని వుపయోగించాలి "
+"అది మోనోస్పేస్ అయితే (మరియు లేదంటే "
+"అలాంటి అక్షరశైలితోనే అది రాగలదు)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+"ఒక పాంగో అక్షరశైలి పేరు. ఉదాహరణలు \"Sans 12\" లేదా \"Monospace Bold 14\"."
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "బాహ్య సాధనములను నిర్వహించుము... (_E)"
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "బాహ్య సాధనములు (_T)"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "ఆదేశమును నిర్వర్తించలేక పోయింది: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "ఈ ఆదేశమును నడుపుటకు మీరు తప్పక పదము లోపలనే ఉండవలెను."
+
+#: ../plugins/externaltools/tools/functions.py:320
+msgid "Running tool:"
+msgstr "నడుస్తున్న సాధనం:"
+
+#: ../plugins/externaltools/tools/functions.py:351
+msgid "Done."
+msgstr "అయినది."
+
+#: ../plugins/externaltools/tools/functions.py:353
+msgid "Exited"
+msgstr "ఉత్తేజితం"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "అన్ని భాషలు"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "అన్ని భాషలు"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "కొత్త సాధనం"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "త్వరుణి అనునది ఇప్పటికే %s కి కట్టుబడిఉంది"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"కొత్త త్వరుణి ని టైపుచేయండి, లేదా చెరిపివేయుటకు బ్యాక్‌స్పేస్ ను వత్తండి"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "కొత్త త్వరుణి ని ప్రవేశపెట్టండి"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "ఆపబడింది."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "ఆపు సాధనం"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "ఎల్లప్పుడూ అందుబాటులోవుంటుంది"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "అన్ని పత్రములు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "శీర్షికలేనివి మినహా అన్ని పత్రములు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "స్థానిక ఫైలులు మాత్రమే"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "దూరస్థ ఫైలులు మాత్రమే"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "శీర్షికలేని పత్రములు మాత్రమే"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "ఏమీలేదు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "ప్రస్తుత పత్రము"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "ప్రస్తుత ఎంపిక"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "ప్రస్తుత ఎంపిక (పత్రముకు అప్రమేయం)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "ప్రస్తుత వరుస"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "ప్రస్తుత పదము"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "భూమిక ఫలకం పైన ప్రదర్శించు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "కొత్త పత్రమును సృష్టించు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "ప్రస్తుత పత్రమునకు చేర్చుము"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "ప్రస్తుత పత్రమును పునఃస్థాపించు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "ప్రస్తుత ఎంపికను పునఃస్థాపించు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "కర్సర్ స్థానము వద్ద ప్రవేశపెట్టుము"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "బాహ్య సాధనములను నిర్వహించు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "కొత్త సాధనాన్ని జతచేయి"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "సాధనం జతచేయి"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "ఎంపికచేసిన సాధనం తీసివేయి"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "సాధనం తీసివేయి"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "సాధనం యదా స్థితికి తెచ్చు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "సాధనం యదాస్థితికి తెచ్చు"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "శీఘ్రమార్గ కీ (~k):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "భద్రపరుచు (_S):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "ఇన్‌పుట్ (_I)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "అవుట్‌పుట్ (_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "ఆపాదీకరణ(_A):"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+#| msgid "Shell Output"
+msgid "Tool Output"
+msgstr "సాధన అవుట్పుట్"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "ఫైల్ విహరిణి పానల్"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "పక్క పానల్ నుండి సులువైన పైల్ యాక్సెస్"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "నివాసం"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "ఫైల్ వ్యవస్థ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:532
+msgid "File Browser"
+msgstr "ఫైల్ నిర్వాహకం"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while creating a new directory"
+msgstr "కొత్త సంచయం సృష్టిస్తున్నప్పుడు ఒక దోషం ఎదురైంది"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while creating a new file"
+msgstr "కొత్త ఫైలు సృష్టిస్తున్నప్పుడు ఒక దోషం ఎదురైంది"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred while renaming a file or directory"
+msgstr "ఒక ఫైలుని లేదా సంచయాన్ని పునఃనామకరణ చేస్తున్నప్పుడు దోషం ఎదురైంది"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:683
+msgid "An error occurred while deleting a file or directory"
+msgstr "ఒక ఫైలు లేదా సంచయం తొలగిస్తున్నప్పుడు ఒక దోషం ఎదురైంది"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:686
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ఫైలు విహరిణి నందు సంచయాన్ని తెరుస్తున్నప్పుడు ఒక దోషం ఎదురైంది"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:689
+msgid "An error occurred while setting a root directory"
+msgstr "ఒక రూట్ సంచయం అమరుస్తున్నప్పుడు ఒక దోషం ఎదురైంది"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:692
+msgid "An error occurred while loading a directory"
+msgstr "సంచయాన్ని లోడ్ చేస్తున్నప్పుడు ఒక దోషం ఎదురైంది"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:695
+msgid "An error occurred"
+msgstr "ఒక దోషం ఎదురైంది"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:913
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"ఫైలుని ట్రాష్ కు కదుపలేము, మీరు\n"
+"శాశ్వతంగా తొలగించుదాం అనుకుంటున్నారా?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:918
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "ఫైలు \"%s\" ట్రాష్ నకు కదుపబడదు."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:923
+msgid "The selected files cannot be moved to the trash."
+msgstr "ఎంపిక కాబడినటువంటి ఫైళ్ళు ట్రాష్ నకు కదుపబడవు."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:954
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "మీరు \"%s\" ని శాశ్వతంగా తొలగించుదామని అనుకుంటున్నారా?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:959
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "మీరు ఎంపిక చేసిన దస్త్రాలను శాశ్వతంగా తొలగించుదామని అనుకుంటున్నారా?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:962
+msgid "If you delete an item, it is permanently lost."
+msgstr "మీరు ఒక అంశము ను తొలగించినచో, అది శాశ్వతంగా పోతుంది."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1781
+msgid "(Empty)"
+msgstr "(ఖాళీ)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3503
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"పునఃనామకరణ ఫైలు ప్రస్తుతం వడపోయ బడింది.ఆ ఫైలు కనబడునట్లు చేయుటకు మీరు మీ "
+"వడపోత అమరికలను "
+"సర్దుబాటు చేయవలసిఉంది."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3760
+msgid "Untitled File"
+msgstr "శీర్షికలేని పత్రము"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3788
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"క్రొత్త ఫైలు ప్రస్తుతం వడపోయ బడింది.ఆ ఫైలు కనబడునట్లు చేయుటకు మీరు మీ వడపోత "
+"అమరికలను సర్దుబాటు "
+"చేయవలసిఉంది."
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3819
+msgid "Untitled Folder"
+msgstr "శీర్షికలేని సంచయం"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"కొత్త డైరెక్టరి ప్రస్తుతం వడపోయ బడింది.ఆ డైరెక్టరీ కనబడునట్లు చేయుటకు మీరు మీ "
+"వడపోత అమరికలను "
+"సర్దుబాటు చేయవలసిఉంది."
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:789
+msgid "Bookmarks"
+msgstr "బుక్‌మార్క్"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1988
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "మౌంట్ అయిన వాల్యూమ్‌నకు మౌంట్ ఆబ్జక్టులేదు: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr "మాధ్యమాన్ని తెరుచుటలో విఫలమైంది: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "వాల్యూమ్‌ను మౌంట్ చేయలేక పోయింది: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2774
+#, c-format
+#| msgid "An error occurred while loading a directory"
+msgid "Error when loading '%s': No such directory"
+msgstr "'%s' లోడ్ చేయునప్పుడు దోషం: అటువంటి సంచయం లేదు"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "ట్రీ దర్శనం తో తెరువుము"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"దస్త్ర అన్వేషకి ప్లగ్ఇన్ లు లోడయ్యినప్పుడు బుక్‌మార్క్ దర్శనం ద్వారా కాకుండా "
+"ట్రీ దర్శనం తో తెరువుము"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "దస్త్ర అన్వేషకి రూట్ సంచయం"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"దస్త్ర అన్వేషకి ప్లగ్ఇన్ మరియు ఆన్‌లోడ్/ట్రీ దర్శనం నిజమైనప్పుడు "
+"ఉపయోగించుకొను దస్త్ర అన్వేషకి రూట్ "
+"సంచయం."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "దస్త్ర అన్వేషకి వర్చ్యువల్ రూట్ సంచయం"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"onload/tree_view నిజమై దస్త్ర అన్వేషకి ప్లగ్ఇన్ లోడుఅవుతున్నప్పుడు "
+"ఉపయోగించుకొనే దస్త్ర అన్వేషకి "
+"రూట్ సంచయం.వర్చ్యువల్ రూట్ ఎప్పుడూ వాస్తవ రూట్ కి క్రింద ఉండాలి."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "దూరస్థ స్థానముల యొక్క పునఃనిల్వను చేతనం చేయండి"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "దూరస్థ స్థానముల పునఃనిల్వను చేతన పరచాలంటే అమరుస్తుంది."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "స్థానమును మొదటి పత్రముగా చేయుము."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"నిజం ఐతే, ఫైల్ విహరిణి ప్లగ్ ఇన్ మొట్టమొదటిగా తెరవబడిన పత్రము యొక్క "
+"సంచయాన్ని వాడుతుంది (ఇప్పటివరకి ఫైల్ "
+"విహరిణి వాడలేదు కాబట్టి). (ఆదేశ లైన్ లేక నాటిలస్ లాంటి వాటి నుండి పత్రాన్ని "
+"తెరుస్తున్నపుడు మాత్రమే ఇది "
+"పనిచేస్తుంది.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "దస్త్ర అన్వేషకి వడపోత రీతి"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"ఈ విలువ ఫైల్ విహరిణి నుండి ఏ ఫైళ్ళు వడపోయబడాలో నిర్ణయిస్తుంది. చెల్లు "
+"విలువలు: none(వడపోత ఏమీలేదు), "
+"hide-hidden(దాగివున్న ఫైళ్ళు వడపోయును), hide-binary(బైనరీ ఫైళ్ళను వడపోయును)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "దస్త్ర అన్వేషకి వడపోత వరుసక్రమం"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"దస్త్ర అన్వేషకి తో ఉన్న వడపోత కు వడపోత వరుసక్రమం.ఈ వడపోత వడపోత రీతి పైన పని "
+"చేస్తుంది(_m)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+#| msgid "File Browser Filter Pattern"
+msgid "File Browser Binary Patterns"
+msgstr "దస్త్ర విహారణి బైనరీ ఫార్మాట్లు"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "బైనరీ ఫైళ్ళను వడపోయునప్పుడు ఉపయోగించుటకు సప్లిమెంటల్ పాట్రన్స్."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "రూట్ ను క్రియాశీల పత్రమునకు అమర్చుము (_S)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "కొత్త సంచయం (_N)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "కొత్త ఫైలు"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "పేరుమార్చు... (_R)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "చెత్తకుండీకి కదుపుము (_M)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "తాజాకరణ దర్శనం(_f)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "సంచయాన్ని చూడు (_V)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "టెర్మినల్ నందు తెరువుము (_O)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "వడపోత (_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "దాయబడినవి చూపించు (_H)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "బైనరీని చూపించు (_B)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "ఫైల్‌పేరును సరిపోల్చు (_M)"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "మోడ్‌లైన్స్"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs, Kate మరియు Vim-style మోడ్‌లైన్స్ gedit కు మద్దతునిస్తాయి."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "ఆదేశం పాఠము రంగు"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "ఆదేశం పాఠము రంగు"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "దోషం పాఠము రంగు"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "దోషం పాఠము రంగు"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"సత్యమైతే, టెర్మినల్ డెస్కుటాప్-గ్లోబల్ ప్రామాణిక అక్షరశైలిని వుపయోగించును అది "
+"మోనోస్పేస్ అయితే (మరియు లేదంటే "
+"అలాంటి అక్షరశైలితోనే అది రాగలదు)."
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "ఆదేశం రంగు (_o):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "దోషము వర్ణము (_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "పైథాన్ కన్సోల్"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "సంవాద ఫైథాన్ కన్సోల్ క్రింది పానెల్ లో వుంచుము"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+msgid "Quick Open..."
+msgstr "త్వరిత తెరిచివేత..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "త్వరిత తెరిచివేత"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "త్వరితంగా ఫైలులు తెరుచుము"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "శోధించుటకు టైపుచేయండి..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "స్నిప్పెట్లను నిర్వహించు(_S)..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "స్నిప్పెట్స్"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "\"%s\" నిల్వ సృష్టించుట వీలుకాలేదు."
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "లక్ష్య సంచయము \"%s\" లేదు"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "లక్ష్య సంచయము\"%s\" సరియైన సంచయం కాదు."
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "ఫైల్ \"%s\" లేదు"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "ఫైల్ \"%s\" సరియైన స్నిప్పెట్ల ఫైల్ కాదు"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "దిగుమతి చేసిన ఫైల్ \"%s\" సరియైన స్నిప్పెట్ల ఫైల్ కాదు"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "నిల్వ \"%s\" నుండి విడిఫైళ్లు పొందుట వీలుకాలేదు"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "ఈ క్రింది ఫైళ్ళు దిగుమతి కాబడవు: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "ఫైల్ \"%s\" సరియైన స్నిప్పెట్ల నిల్వ కాదు"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "స్నిప్పెట్ల ఆర్చివ్"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "కొత్త స్నిప్పెట్ ను కలుపుము..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "గ్లోబల్"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "ఎంపికచేసిన స్నిప్పెట్ ను తిరిగిఉంచు"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "ఎంచుకున్న స్నిప్పెట్ ను తొలగించు"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"ఈ ట్రిగ్గర్ సరికాదు. ట్రిగ్గరులలో సంఖ్యాఅక్షరాలు (లేక _/ : మరియు .) లేక ఒక "
+"వొంటరి (అక్షరం "
+"అంకెలు కాక) {, [, లాంటివి మాత్రమే వుంటాయి."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "టాబ్ నొక్కిన తరువాత ఒక పదము (స్నిప్పెట్) క్రియాశీలం అవుతుంది"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "%s ని దిగుమతి చేస్తున్నప్పుడు ఈ క్రింది దోషం ఎదురైంది:"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "దిగుమతి సమర్ధవంతంగా పూర్తైనది"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "స్నిప్పెట్లను దిగుమతిచేయుము"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "అన్ని మద్దతు నిచ్చే ఆర్చీవ్సు"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Gzip కుచింపబడిన ఆర్చివ్"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 కుదింపబడిన ఆర్చివ్"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "ఒంటరి స్నిప్పెట్ ఫైలు"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "అన్ని ఫైళ్ళు"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "%s ని ఎగుమతి చేస్తున్నప్పడు ఈ క్రింది దోషం ఎదురైంది:"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "ఎగుమతి సమర్ధవంతంగా పూర్తైనది"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"మీ ఎగుమతి లో మీరు ఎంపికచేసిన<b>సిస్టమ్</b> స్నిప్పెట్లను కలుపుదామని "
+"అనుకుంటున్నారా?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "ఎగుమతి చేయుటకు అక్కడ ఏ స్నిప్పెట్లు ఎంపిక కాబడలేదు"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "స్నిప్పెట్లను ఎగుమతిచేయి"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "కొత్త లఘువును టైపు చేయండి, లేదా చెరిపివేయుటకు బ్యాక్‌స్పేస్ ను వత్తండి"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "కొత్త లఘువును టైపుచేయుము"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "పైథాన్ ఆదేశము(%s) కాలపరిమితి దాటిపోయింది. నడుపుట నిలపబడినది."
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "పైథాన్ ఆదేశము(%s) నడుపుటలో దోషం: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "ఎక్కువగా వాడే పాఠపు ముక్కలను త్వరగా ప్రవేశ పెట్టుము"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "స్నిప్పెట్లను నిర్వహించు"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "కొత్త స్నిప్పెట్ ను సృష్టించు"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "స్నిప్పెట్స్ జతచేయి"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "స్నిప్పెట్లు తీసివేయి"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "స్నిప్పెట్లను దిగుమతిచేయుము"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "ఎంపిక చేసిన స్నిప్పెట్ల ను ఎగుమతిచేయుము"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "స్నిప్పెట్లను ఎగుమతిచేయి"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "క్రియాశీలంచేయు"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "టాబ్ ట్రిగ్గర్(_T):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "అడ్డదారి మీట (_h):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "దేనితోనైతే స్నిప్పెట్ చేతనం చేయబడిందే దాని లఘువు కీ"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "లక్ష్యాలను వదిలివేయి(_D)"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "క్రమము(_o)..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "క్రమము"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "క్రమము(_S)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "తిరగబడ్డ వరసక్రమము(_R)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "నకిలీలను తీసివేయుము(_e)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "బడిని వదిలివేయుము(_I)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "నిలువువరుస వద్ద ప్రారంభించుము:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "క్రమీకరించిన ఆపరేషన్ మీరు తిరిగిరద్దుచేయ లేదు"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "పత్రమును లేదా ఎంపికచేయబడిన పాఠ్యమును క్రమపరుస్తుంది."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:424
+msgid "(no suggested words)"
+msgstr "(ఏ సూచించబడిన పదాలు లేవు)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "ఎక్కువ(_M)..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "అన్నిటిని వదిలివేయి(_I)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "స్పెల్లింగ్ సలహాలు(_S)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "ఉచ్ఛారణను పరిశీలించుము (_C)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "భాషను అమర్చుము(_L)..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "తప్పుగా రాసిన పదాలను వుద్దీపనంచేయి (_H)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:262
+msgid "Suggestions"
+msgstr "సలహాలు"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:523
+msgid "(correct spelling)"
+msgstr "(స్పెల్లింగ్ సరిచేయుము)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:664
+msgid "Completed spell checking"
+msgstr "స్పెల్ పరిశీలన పూర్తైనది"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "తెలియని (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "అప్రమేయం"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "భాషను అమర్చు"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "భాషలు"
+
+#: ../plugins/spell/gedit-spell-plugin.c:791
+msgid "The document is empty."
+msgstr "పత్రము ఖాళీగా ఉంది."
+
+#: ../plugins/spell/gedit-spell-plugin.c:816
+msgid "No misspelled words"
+msgstr "మిస్‌స్పెల్లడ్ పదములు ఏమీ లేవు"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "భాషను అమర్చు"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "ప్రస్తుత పత్రము యొక్క భాషను ఎంచుకొనుము(_l)."
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "స్పెల్లింగ్ ను పరిశీలించుము"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "మిస్‌స్పెల్లడ్ పదము:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "పదము"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "దీనికి మార్చు (_t):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "పదమును పరిశీలించుము(_W)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "సలహాలు (_S):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "వదిలివేయి (_I)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "మార్చు (_n)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "అన్నింటిని వదిలివేయుము(_A)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "అన్నింటిని మార్చు (_l)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "వినియోగదారుని నిఘంటువు:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "పదమును కలుపు (_o)"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "స్పెల్ పరిశీలని"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "ప్రస్తుత పత్రము యొక్క స్పెల్లింగ్ ను పరిశీలించుము."
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "తేదీ మరియు సమయమును ప్రవేశపెట్టు(_s)..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "అందుబాటులోని రూపలావణ్యాలు"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "ప్రామ్ట్ రకం"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"తీరు కొరకు వాడుకరిని అడగాలా లేదా యెంపికచేసిన లేదా మలచిన తీరును వుపయోగించాలా."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "ఎంచిన తీరు"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "తేది/సమయం ప్రవేశపెట్టునప్పుడు యెంపికచేసిన తీరు వుపయోగించబడును."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "అనురూపిత ఫార్మేట్"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "తేదీ/సమయం ప్రవేశపెట్టునపుడు వుపయోగించిన మలచిన రూపం."
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "తేదీ మరియు సమయమును ప్రవేశపెట్టు"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "ఎంపిక చేసిన రూపలావణ్యాన్ని వాడు(_s)"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "మలచిన రూపలావణ్యాన్ని వాడు(_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "చొప్పించు (_I)"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "తేదీ/సమయము ప్లగిన్‌ రూపకరణ చేయు"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "తేదీ/సమయం ప్రవేశపెట్టునపుడు..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "రూపలావణ్యం కొరకు అడుగు(_P)"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "తేదీ/సమయమును ప్రవేశపెట్టు"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "ములుకు ఉన్నచోట ప్రస్తుత తేదీ మరియు సమయమును ప్రవేశపెడుతుంది."
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "gedit దాచే దస్త్రాలకొరకు భద్రపరుచుకాపీలను తీయుటమంచిదైతే.మీరు భద్రపరుచు ఫైలు పోడిగింపును "
+#~ "\"భద్రపరుచు నకలు పొడిగింపు\" ఇచ్ఛాపూర్వకంతో అమర్చవలెను."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "చేశింది రద్దుచేయుటకు పరిమితి"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "gedit చేసింది రద్దుచేయుటకు లేదా తిరిగిచేయుటకు గల అత్యదిక ఆవకాశాలసంఖ్య. అనంతంగా చర్యలు "
+#~ "కొనసాగించుటకు \"-1\" ని ఉపయోగించండి.2.12.0 నుండి నివారించబడింది."
+
+#~ msgid "Show the application's help"
+#~ msgstr "అనువర్తనము సహాయం చూపండి"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- పాఠ్య ఫైళ్లను సవరించు"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "అందుబాటులోవున్న మొత్తం ఆదేశ వరుస ఐచ్చికముల జాబితాకొరకు '%s --help' నడుపండి.\n"
+
+#~ msgid "About gedit"
+#~ msgstr "జిఎడిట్ గురించి"
+
+#~ msgid "Unicode"
+#~ msgstr "యునీకోడ్"
+
+#~ msgid "Western"
+#~ msgstr "వెస్ట్రన్"
+
+#~ msgid "Central European"
+#~ msgstr "సెంట్రల్ యూరోపియన్"
+
+#~ msgid "South European"
+#~ msgstr "సౌత్ యూరోపియన్"
+
+#~ msgid "Baltic"
+#~ msgstr "బాల్టిక్"
+
+#~ msgid "Cyrillic"
+#~ msgstr "సిరిలిక్"
+
+#~ msgid "Arabic"
+#~ msgstr "అరబిక్"
+
+#~ msgid "Greek"
+#~ msgstr "గ్రీక్"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "హెబ్రూ విజువల్"
+
+#~ msgid "Turkish"
+#~ msgstr "టర్కిష్"
+
+#~ msgid "Nordic"
+#~ msgstr "నార్డిక్"
+
+#~ msgid "Celtic"
+#~ msgstr "సెల్టిక్"
+
+#~ msgid "Romanian"
+#~ msgstr "రొమానియన్"
+
+#~ msgid "Armenian"
+#~ msgstr "అర్మేనియన్"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "చైనీస్ ట్రెడిషనల్"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "సిరిలిక్/రష్యన్"
+
+#~ msgid "Japanese"
+#~ msgstr "జపనీస్"
+
+#~ msgid "Korean"
+#~ msgstr "కొరియన్"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "చైనీస్ సింప్లిఫైడ్"
+
+#~ msgid "Georgian"
+#~ msgstr "జార్జియన్"
+
+#~ msgid "Hebrew"
+#~ msgstr "హెబ్రూ"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "సిరిలిక్/ఉక్రైనియన్"
+
+#~ msgid "Vietnamese"
+#~ msgstr "వియత్నాం"
+
+#~ msgid "Thai"
+#~ msgstr "థాయ్"
+
+#~ msgid "Unknown"
+#~ msgstr "తెలియదు"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "ఫైలువున్న స్థానము యాక్సిస్ చేయబడలేదు యెంచేతంటే అది మౌంటైలేదు."
+
+#~ msgid "The file is too big."
+#~ msgstr "ఈ ఫైలు చాలా పెద్దది."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit ఈ ఫైలు యొక్క సదృశ్యాన్ని సరికూర్చ-లేని మార్గంలో తెరిచినది.మీరు దీనిని ఏమైనా "
+#~ "సరికూర్చుదామునుకుంటున్నారా?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "మీరు చేసిన మార్పులను నిలిపి ఫైలును తిరిగి పొందదలిచారా ?"
+
+#~ msgid "Save _As..."
+#~ msgstr "ఇలా భద్రపరుచు...(_A)"
+
+#~ msgid "_Print..."
+#~ msgstr "ముద్రించు...(_P)"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "గతంలో వాడిన ఫైలును తెరువుము"
+
+#~ msgid "Empty"
+#~ msgstr "ఖాళీ"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "జిఎడిట్ ప్రాధాన్యతలు"
+
+#~| msgid "Columns"
+#~ msgid "column"
+#~ msgstr "నిలువువరుస"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "యూనీకోడ్ (UTF-8)"
+
+#~ msgid "_View"
+#~ msgstr "వీక్షణం (_V)"
+
+#~ msgid "_Open..."
+#~ msgstr "తెరువు...(_O)"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "ప్రాధాన్యతలు(_e)"
+
+#~ msgid "Configure the application"
+#~ msgstr "అనువర్తనాన్ని స్వరూపించు"
+
+#~ msgid "_Contents"
+#~ msgstr "విషయసూచిక (_C)"
+
+#~ msgid "Open the gedit manual"
+#~ msgstr "జిఎడిట్ కరదీపికను తెరువు"
+
+#~ msgid "About this application"
+#~ msgstr "ఈ అనువర్తనం గురించి"
+
+#~ msgid "Save the current file with a different name"
+#~ msgstr "ప్రస్తుత ఫైలు మారు పేరుతో దాచు"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "ఈ ఫైలుని ఇదివరకే దాచిన పూర్వస్థితికి తెమ్ము"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "ముద్రణా మునుజూపు (_w)"
+
+#~ msgid "Print preview"
+#~ msgstr "ముద్రణా మునుజూపు"
+
+#~ msgid "Print the current page"
+#~ msgstr "ప్రస్తుత ఫైలు ప్రచురించు"
+
+#~ msgid "Undo the last action"
+#~ msgstr "చివరి క్రియను రద్ధు చేయు"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "చివరగా రద్దు చేసిన అంశాన్ని తిరిగి చేయండి"
+
+#~ msgid "Cut the selection"
+#~ msgstr "ఎంచుకున్నదాన్ని కోయుము"
+
+#~ msgid "Copy the selection"
+#~ msgstr "ఎంపిక నకలు తీయండి"
+
+#~ msgid "Paste the clipboard"
+#~ msgstr "క్లెప్బోర్డ్ లోనిదాన్ని అతికించు"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "ఎంచుకున్న పాఠాన్ని తొలగించు"
+
+#~ msgid "Select the entire document"
+#~ msgstr "పత్రము మొత్తాన్ని ఎంచుకొను"
+
+#~ msgid "_Find..."
+#~ msgstr "కనిపెట్టు...(_F)"
+
+#~ msgid "Search for text"
+#~ msgstr "పాఠం కొరకు వెతుకు"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "ఇదే పాఠమును మునుముందు వెతుకు"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "ఇదే పాఠముకొరకు వెనుకకు వెతుకు"
+
+#~ msgid "_Replace..."
+#~ msgstr "ప్రతిస్థాపించు...(_R)"
+
+#~ msgid "Search for and replace text"
+#~ msgstr "పాఠం కొరకు వెతికి పునః స్థాపించు"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "వెతికినపుడు సరితూగిన అంశాలను ఉద్దీపనం చేయు"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "పేర్కొన్న వరుసకు వెళ్ళు"
+
+#~ msgid "Save all open files"
+#~ msgstr "తెరువబడిన అన్ని ఫైళ్ళను భద్రపరుచు"
+
+#~ msgid "Close all open files"
+#~ msgstr "తెరువబడిన అన్ని ఫైళ్ళను మూసివేయి"
+
+#~ msgid "Create a new tab group"
+#~ msgstr "కొత్త ట్యాబ్ సమూహం సృష్టించు"
+
+#~ msgid "Switch to the previous tab group"
+#~ msgstr "గత టాబ్ సమూహంకు మారుము"
+
+#~ msgid "Switch to the next tab group"
+#~ msgstr "తర్వాతి టాబ్ సమూహంకు మారుము"
+
+#~ msgid "Activate previous document"
+#~ msgstr "గతంలోని పత్రమును క్రియాశీలం చేయు"
+
+#~ msgid "Activate next document"
+#~ msgstr "తర్వాతి పత్రమును క్రియాశీలం చేయు"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "ప్రస్తుత పత్రమును కొత్త విండోనకు మళ్లించు"
+
+#~ msgid "Close the current file"
+#~ msgstr "తెరిచి ఉన్న ఫైలును మూసివేయి"
+
+#~ msgid "Quit the program"
+#~ msgstr "ఈ కార్యక్రమమును త్యజించు"
+
+#~ msgid "_Toolbar"
+#~ msgstr "పనిముట్ల పట్టీ (_T)"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "పనిముట్ల పట్టీని ఈ విండోలో దాచు లేదా చూపించు"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "సుస్థితి పట్టీని ఈ విండోలో చూపించు లెదా దాచు"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "పాఠము మార్చుటకు పూర్తి తెర వాడు"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "ప్రస్తుత విండోనందలి పక్క పానల్‌ను చూపుము లేదా మరుగుపెట్టు"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "ప్రస్తుత విండో నందలి కింది పానల్‌ను చూపుము లేదా మరుగుపెట్టుము"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "పరిచ్ఛేద ఉద్దీపనాన్ని క్రియాహీనం చేయు"
+
+#~ msgid "Open '%s'"
+#~ msgstr "'%s' ను తెరువు"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "'%s' ను క్రియాశీలం చేయు"
+
+#~ msgid "Change Case"
+#~ msgstr "Change Case"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "Changes the case of selected text."
+
+#~ msgid "C_hange Case"
+#~ msgstr "అక్షరబడిని మార్చుము(_h)"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "అని పెద్దఅక్షరాలలో(_U)"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "అని చిన్న అక్షరాలలో(_L)"
+
+#~ msgid "Change selected text to lower case"
+#~ msgstr "ఎంపిక చేసిన పాఠ్యమును చిన్న అక్షరబడి కి మార్చుము"
+
+#~ msgid "_Invert Case"
+#~ msgstr "వ్యతిరేక బడి(_I)"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "ఎంచుకున్న పాఠ్యమును దాని వ్యతిరేక బడికిమార్చుము"
+
+#~ msgid "_Title Case"
+#~ msgstr "శీర్షిక బడి(_T)"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "ఎంపిక చేసిన ప్రతి పదముయొక్క మొదటి అక్షరంను పెద్దబడికి మార్చుము"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "ప్రస్తుత పత్రము యొక్క గణాంకాలను తెచ్చు"
+
+#~ msgid "_Update"
+#~ msgstr "నవీకరించు (_U)"
+
+#~ msgid "File Name"
+#~ msgstr "ఫైలు పేరు"
+
+#~ msgid "_Tools:"
+#~ msgstr "సాధనములు (_T):"
+
+#~ msgid "_Edit:"
+#~ msgstr "సవరించు (_E)"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "బాహ్య సాధనముల నిర్వాహకిని తెరుస్తుంది"
+
+#~ msgid "External tools"
+#~ msgstr "బాహ్య సాధనములు"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "త్వరితంగా పత్రములు తెరుచుము"
+
+#~ msgid "_Snippets:"
+#~ msgstr "స్నిప్పెట్లు:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "స్నిప్పెట్లను నిర్వహించు"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "ప్రస్తుత పత్రమును లేదా ఎంపికను క్రమపరుచుము"
+
+#~ msgid "Check Spelling"
+#~ msgstr "స్పెల్లింగ్ ను పరిశీలించుము"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "సరికాని స్పెల్లింగ్ కొరకు ప్రస్తుత పత్రమును పరిశీలించుము"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "ప్రస్తుత పత్రముయొక్క భాషను అమర్చుము"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "ప్రస్తుత పత్రము యొక్క స్పెల్లింగ్ ను స్వయంచాలకంగా పరిశీలించుము"
+
+#~ msgid "Language:"
+#~ msgstr "భాష:"
+
+#~ msgid "Language"
+#~ msgstr "భాష"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "ములుకు ఉన్న చోట ప్రస్తుత తేదీ మరియు సమయమును ప్రవేశపెట్టు"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Zeitgeist దత్తాంశవుత్పాదకి"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "gedit తో వుపయోగించు పత్రముల కొరకు యాక్సెస్ మరియు లీవ్ ఘటనలను లాగ్‌చేయి"
+
+#~ msgid "Open Files"
+#~ msgstr "ఫైళ్ళను తెరువు..."
+
+#~ msgid "Character Encodings"
+#~ msgstr "అక్షర ఎన్కోడింగులు"
+
+#~ msgid "Replace All"
+#~ msgstr "అన్నింటినీ ప్రతిస్థాపించు"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "రూట్ ను క్రియాశీల పత్రము స్థానమునకు అమర్చుము"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "ప్రస్తుతం తెరిచిఉన్న సంచయం నందు టెర్మినల్ ను తెరువుము"
+
+#~ msgid "file"
+#~ msgstr "ఫైలు"
+
+#~ msgid "directory"
+#~ msgstr "సంచయం"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "ఎంపికచేసిన ఫైలుని లేదా సంచయాన్ని ట్రాష్ నకు కదుపుము"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "ఎంపికచేసిన ఫైలుని లేదా సంచయాన్ని తొలగించు"
+
+#~ msgid "Open selected file"
+#~ msgstr "ఎంచుకున్న ఫైల్ తెరువు"
+
+#~ msgid "Up"
+#~ msgstr "పైకి"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "మాత్రుక సంచయాన్ని తెరువుము"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "కొత్త ఖాళీ సంచయాన్ని జతచేయి"
+
+#~ msgid "Add new empty file"
+#~ msgstr "కొత్త ఖాళీ ఫైలుని కలుపుము"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "ఎంపిక చేసిన ఫైలుని లేదా సంచయాన్ని పునఃనామకణ చేయుము"
+
+#~ msgid "_Previous Location"
+#~ msgstr "గత స్థానము(_P)"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "గతంలో దర్శించిన స్థానమునకు వెళ్ళుము"
+
+#~ msgid "_Next Location"
+#~ msgstr "తరువాతి స్థానము(_N)"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "తరువాత దర్శించు స్థానమునకు వెళ్ళుము"
+
+#~ msgid "Refresh the view"
+#~ msgstr "వీక్షణాన్నిను తాజాపరుచు"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "సంచయాన్ని ఫైలు నిర్వాహకంలో చూడండి"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "దాగిఉన్న దస్త్రాలను మరియు సంచయాలను చూపుము"
+
+#~ msgid "Show binary files"
+#~ msgstr "బైనరీ దస్త్రాలను చూపుము"
+
+#~ msgid "Quick open"
+#~ msgstr "త్వరిత తెరిచివేత"
+
+#~ msgid "Text"
+#~ msgstr "పాఠము"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "భద్రపరచకుండా నిష్క్రమించాలా (_w)"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "జిఎడిట్‌ను నేపథ్యంలో నడుపు"
+
+#~ msgid "_Add..."
+#~ msgstr "జతచేయి...(_A)"
+
+#~ msgid "Previous location"
+#~ msgstr "గత స్థానము"
+
+#~ msgid "Go to previous location"
+#~ msgstr "గత స్థానమునకు వెళ్ళుము"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "గతంలో తెరిచిఉన్న స్థానమునకు వెళ్ళము"
+
+#~ msgid "Next location"
+#~ msgstr "తరువాతి స్థానము"
+
+#~ msgid "Go to next location"
+#~ msgstr "తరువాతి స్థానమునకు వెళ్ళుము"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "బాహ్య సాధనముల నిర్వాహకి"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr "gedit వ్రాయు రీతి లో మద్దతునిచ్చే VFS పధకాల జాబితా.దస్త్ర పధకం అప్రమేయంగా వ్రాయబడింది."
+
+#, fuzzy
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"system\" to use the "
+#~ "system's default style, \"icons\" to display icons only, \"icons-and-text"
+#~ "\" to display both icons and text, and \"icons-both-horiz\" to display "
+#~ "prioritized text beside icons. Note that the values are case-sensitive, "
+#~ "so make sure they appear exactly as mentioned here."
+#~ msgstr ""
+#~ "పనిముట్లపట్టీ బొత్తాల శైలి.సాధ్యమగు విలువలు సిస్టమ్ అప్రమేయశైలిని ఉపయోగించుటకు \" "
+#~ "GEDIT_TOOLBAR_SYSTEM\", ప్రతిమలను ప్రదర్శించుటకు \"GEDIT_TOOLBAR_ICONS\", "
+#~ "ప్రతిమలను మరియు టెక్స్టును ప్రదర్శించుటకు \"GEDIT_TOOLBAR_ICONS_AND_TEXT\", మరియు "
+#~ "ప్రతిమలముందు ప్రతిపాదిత టెక్స్టు వచ్చుటకు \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\". "
+#~ "విలువలు చిన్నపెద్ద-అక్షర తేడాలను కలిగిఉన్నాయని గమనించండి, అందుకని ఇక్కడ సూచించినవిధంగా "
+#~ "ఉండునట్లు చూసుకొనండి."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "పనిముట్ల పట్టీ బొత్తాల శైలి"
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "రాయగలిగిన VFS పథకాలు"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "ఎన్కోడింగ్ స్వయంచాలకంగా కనుగొనుట వీలుకాదు"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "అరోహణాక్రమంలో వెతుకు(_I)..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "పాఠం కొరకు వరుసగా వెతుకు"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "స్నిప్పెట్ల నిర్వాహకి"
+
+#~ msgid "Tags"
+#~ msgstr "టాగ్లు"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "మీరు ఉపయోగించాలనుకున్న టాగ్ల సమూహాన్ని ఎంపికచేసుకొనుము"
+
+#~ msgid "_Preview"
+#~ msgstr "ఉపదర్శనం(_P)"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "అందుబాటులో ఉన్న టాగ్ల జాబితా"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "సంక్షేప రూపం"
+
+#~ msgid "Abbreviation"
+#~ msgstr "సంక్షేపము"
+
+#~ msgid "Above"
+#~ msgstr "పైన"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "ఎక్సెస్‌బిలిటీ కీ అక్షరం"
+
+#~ msgid "Acronym"
+#~ msgstr "యాక్రోనిమ్"
+
+#~ msgid "Align"
+#~ msgstr "కుదిరిక"
+
+#~ msgid "Alignment character"
+#~ msgstr "కుదిరిక అక్షరం"
+
+#~ msgid "Alternative"
+#~ msgstr "ప్రతిసంభంద"
+
+#~ msgid "Anchor"
+#~ msgstr "యాంకర్"
+
+#~ msgid "Anchor URI"
+#~ msgstr "యాంకర్ URI"
+
+#~ msgid "Applet class file code"
+#~ msgstr "ఆప్లెట్ తరగతి దస్త్రం కోడ్"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "ఆప్లెట్ తరగతి దస్త్రం కోడ్ (నివారింపబడిన)"
+
+#~ msgid "Array"
+#~ msgstr "ఎరే"
+
+#~ msgid "Associated information"
+#~ msgstr "సంభందిత సమాచారం"
+
+#~ msgid "Author info"
+#~ msgstr "కలనకారుని సమాచారం"
+
+#~ msgid "Axis related headers"
+#~ msgstr "యాక్సిస్ సంభందిత పీఠికలు"
+
+#~ msgid "Background color"
+#~ msgstr "బ్యాక్‌గ్రౌండ్ వర్ణము"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "బ్యాక్‌గ్రౌండ్ వర్ణము (నివారించబడింది)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "బ్యాక్‌గ్రౌండ్ టెక్సెట్యూర్ టైల్"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "బ్యాక్‌గ్రౌండ్ టెక్సెట్యూర్ టైల్(నివారింపబడింది)"
+
+#~ msgid "Base URI"
+#~ msgstr "ప్రాధమిక URI"
+
+#~ msgid "Base font"
+#~ msgstr "ప్రాధమిక ఫాంటు"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "ప్రాధమిక ఫాంటు (నివారించబడింది)"
+
+#~ msgid "Bold"
+#~ msgstr "బోల్డ్"
+
+#~ msgid "Border"
+#~ msgstr "హద్దు"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "హద్దు (నివారించబడింది)"
+
+#~ msgid "Border color"
+#~ msgstr "హద్దు వర్ణము"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "అర రోస్పాన్"
+
+#~ msgid "Center"
+#~ msgstr "మద్య"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "మద్య (నివారింపబడింది)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "జోడీకాబడిన వనరు యొక్క అక్షర సంకేతరచన"
+
+#~ msgid "Checked (state)"
+#~ msgstr "పరిశీలన (స్థితి)"
+
+#~ msgid "Checked state"
+#~ msgstr "పరిశీలన స్థితి"
+
+#~ msgid "Citation"
+#~ msgstr "సిటేషన్"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "మార్పు కొరకు తగిన కారణం"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "తరగతి పురోభివృద్ది ID"
+
+#~ msgid "Class list"
+#~ msgstr "తరగతి జాబితా"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "పాఠ్యపు ఫ్లో నియంత్రణను చెరిపివేయుము"
+
+#~ msgid "Code content type"
+#~ msgstr "కొడ్ విషయము రకం"
+
+#~ msgid "Color of selected links"
+#~ msgstr "ఎంపిక చేసిన జోడీల వర్ణము"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "ఎంపికచేసిన జోడీల వర్ణము(నివారించబడింది)"
+
+#~ msgid "Column span"
+#~ msgstr "నిలువువరస స్పాన్"
+
+#~ msgid "Comment"
+#~ msgstr "వ్యాఖ్య"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "కంప్యూటర్ కోడ్ విభజనము"
+
+#~ msgid "Content type"
+#~ msgstr "విషయము రకం"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "విషయము రకం(నివారించబడింది)"
+
+#~ msgid "Coordinates"
+#~ msgstr "సమన్వయం"
+
+#~ msgid "DIV Style container"
+#~ msgstr "DIV శైలి కంటైనర్"
+
+#~ msgid "DIV container"
+#~ msgstr "DIV కంటైనర్"
+
+#~ msgid "Date and time of change"
+#~ msgstr "మార్పుయొక్క తారీఖు మరియు సమయం"
+
+#~ msgid "Declare flag"
+#~ msgstr "ప్లాగ్ ప్రకటించు"
+
+#~ msgid "Defer attribute"
+#~ msgstr "డిఫర్ యాట్రిబ్యూట్"
+
+#~ msgid "Definition description"
+#~ msgstr "నిర్వచనం వివరణ"
+
+#~ msgid "Definition list"
+#~ msgstr "నిర్వచనం జాబితా"
+
+#~ msgid "Definition term"
+#~ msgstr "నిర్వచనం పదము"
+
+#~ msgid "Deleted text"
+#~ msgstr "తొలగించబడిన పాఠ్యము"
+
+#~ msgid "Direction"
+#~ msgstr "నిర్దేశం"
+
+#~ msgid "Directionality"
+#~ msgstr "నిర్దేశకత్వం"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "నిర్దేశకత్వం(నివారించబడింది)"
+
+#~ msgid "Directory list"
+#~ msgstr "సంచయం జాబితా"
+
+#~ msgid "Disabled"
+#~ msgstr "అచేతనం"
+
+#~ msgid "Document base"
+#~ msgstr "పత్రము ఆధారం"
+
+#~ msgid "Document body"
+#~ msgstr "పత్రము ముఖ్యభాగం"
+
+#~ msgid "Document head"
+#~ msgstr "పత్రము పీఠిక"
+
+#~ msgid "Document title"
+#~ msgstr "పత్రము శీర్షిక"
+
+#~ msgid "Document type"
+#~ msgstr "పత్రము రకం"
+
+#~ msgid "Element ID"
+#~ msgstr "మూలకం ID"
+
+#~ msgid "Embedded object"
+#~ msgstr "ఎంబెడెడ్ ఆబ్జక్టు"
+
+#~ msgid "Emphasis"
+#~ msgstr "ఎంఫసిస్"
+
+#~ msgid "Encode type"
+#~ msgstr "ఎన్‌కోడ్ రకం"
+
+#~ msgid "Figure"
+#~ msgstr "ఆకృతి"
+
+#~ msgid "Font face"
+#~ msgstr "ఫాంటు ఫేస్"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "ఫాంటు ఫేస్(నివారించబడింది)"
+
+#~ msgid "For label"
+#~ msgstr "లేబుల్ కొరకు"
+
+#~ msgid "Forced line break"
+#~ msgstr "బలవంతపు వరుస నిరోధం"
+
+#~ msgid "Form"
+#~ msgstr "నుండి"
+
+#~ msgid "Form action handler"
+#~ msgstr "క్రియా సంభాలితం నుండి"
+
+#~ msgid "Form control group"
+#~ msgstr "నియంత్రణ సమూహం నుండి"
+
+#~ msgid "Form field label text"
+#~ msgstr "క్షేత్ర లేబుల్ పాఠ్యము నుండి"
+
+#~ msgid "Form input"
+#~ msgstr "ఇన్‌పుట్ నుండి"
+
+#~ msgid "Form input type"
+#~ msgstr "ఇన్‌పుట్ రకం నుండి"
+
+#~ msgid "Form method"
+#~ msgstr "విధానం నుండి"
+
+#~ msgid "Forward link"
+#~ msgstr "జోడీ నుండి"
+
+#~ msgid "Frame"
+#~ msgstr "చట్రము"
+
+#~ msgid "Frame border"
+#~ msgstr "ఫ్రేమ్ అంచు"
+
+#~ msgid "Frame render parts"
+#~ msgstr "చట్రము ప్రతిరూపక భాగాలు"
+
+#~ msgid "Frame source"
+#~ msgstr "చట్రము మూలం"
+
+#~ msgid "Frame spacing"
+#~ msgstr "ఫ్రేమ్ ఖాళీ"
+
+#~ msgid "Frame target"
+#~ msgstr "చట్రము లక్ష్యం"
+
+#~ msgid "Frameborder"
+#~ msgstr "చట్రముహద్దు"
+
+#~ msgid "Frameset"
+#~ msgstr "చట్రపుసమితి"
+
+#~ msgid "Frameset columns"
+#~ msgstr "చట్రముసమితి నిలువువరుసలు"
+
+#~ msgid "Frameset rows"
+#~ msgstr "చట్రముసమితి అడ్డువరుసలు"
+
+#~ msgid "Framespacing"
+#~ msgstr "చట్రపుస్పేసింగ్"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "సాధారణ ఎంబెడెడ్ ఆబ్జక్టు"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "సాధారణ మెటాసమాచారం"
+
+#~ msgid "Generic span"
+#~ msgstr "సాధారణ స్పాన్"
+
+#~ msgid "HREF URI"
+#~ msgstr "HREF URI"
+
+#~ msgid "HTML root element"
+#~ msgstr "HTML రూట్ మూలకం"
+
+#~ msgid "HTML version"
+#~ msgstr "HTML వర్షన్"
+
+#, fuzzy
+#~ msgid "HTML — Special Characters"
+#~ msgstr "HTML - ప్రత్యేక అక్షరాలు"
+
+#, fuzzy
+#~ msgid "HTML — Tags"
+#~ msgstr "HTML - టాగ్లు"
+
+#~ msgid "HTTP header name"
+#~ msgstr "HTTP పీఠిక నామము"
+
+#~ msgid "Header cell IDs"
+#~ msgstr "పీఠిక గది గుర్తులు"
+
+#~ msgid "Heading"
+#~ msgstr "హెడ్డింగ్"
+
+#~ msgid "Heading 1"
+#~ msgstr "హెడ్డింగ్ 1"
+
+#~ msgid "Heading 2"
+#~ msgstr "హెడ్డింగ్ 2"
+
+#~ msgid "Heading 3"
+#~ msgstr "హెడ్డింగ్ 3"
+
+#~ msgid "Heading 4"
+#~ msgstr "హెడ్డింగ్ 4"
+
+#~ msgid "Heading 5"
+#~ msgstr "హెడ్డింగ్ 5"
+
+#~ msgid "Heading 6"
+#~ msgstr "హెడ్డింగ్ 6"
+
+#~ msgid "Height"
+#~ msgstr "ఎత్తు"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "అడ్డ వరుస"
+
+#~ msgid "Horizontal space"
+#~ msgstr "అడ్డ స్పేస్"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "అడ్డ స్పేస్ (నివారించబడింది)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "రెండు దిశల అంతార్జతీకరణ అమలు ఆపబడినది"
+
+#~ msgid "Image"
+#~ msgstr "చిత్రము"
+
+#~ msgid "Image map"
+#~ msgstr "చిత్రము పటము"
+
+#~ msgid "Image map area"
+#~ msgstr "చిత్రము పటము ప్రదేశం"
+
+#~ msgid "Image map name"
+#~ msgstr "చిత్రము పటము నామము"
+
+#~ msgid "Image source"
+#~ msgstr "చిత్రము మూలం"
+
+#~ msgid "Inline frame"
+#~ msgstr "ఇన్‌లైన్ చట్రము"
+
+#~ msgid "Inline layer"
+#~ msgstr "ఇన్‌లైన్ పొర"
+
+#~ msgid "Inserted text"
+#~ msgstr "ప్రవేశపెట్టిన పాఠ్యము"
+
+#~ msgid "Instance definition"
+#~ msgstr "ఇన్‌స్టాన్స్ నిర్వచనం"
+
+#~ msgid "Italic text"
+#~ msgstr "ఇటాలిక్ పాఠము"
+
+#~ msgid "Java applet"
+#~ msgstr "Java applet"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "Java applet (deprecated)"
+
+#~ msgid "Label"
+#~ msgstr "లేబుల్"
+
+#~ msgid "Language code"
+#~ msgstr "భాష కోడ్"
+
+#~ msgid "Large text style"
+#~ msgstr "భాష పాఠ్యము శైలి"
+
+#~ msgid "Layer"
+#~ msgstr "పొర"
+
+#~ msgid "Link color"
+#~ msgstr "జోడీ వర్ణము"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "జోడీ వర్ణము(నివారించబడింది)"
+
+#~ msgid "List item"
+#~ msgstr "జాబితా అంశము"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "దస్త్రము అప్‌లోడ్ కి MIME రకాల జాబితా"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "మద్దతునిచ్చే ఆక్షరసమితుల జాబితా"
+
+#~ msgid "Listing"
+#~ msgstr "బాబితాకరణ"
+
+#~ msgid "Local change to font"
+#~ msgstr "ఫాంటు కి స్థానిక మార్పు"
+
+#~ msgid "Long description link"
+#~ msgstr "పొడవైన వివరణ జోడి"
+
+#~ msgid "Long quotation"
+#~ msgstr "పొడవైన కొటేషన్"
+
+#~ msgid "Mail link"
+#~ msgstr "టపా జోడీ"
+
+#~ msgid "Margin pixel height"
+#~ msgstr "మార్జిన్ పిగ్జెల్ ఎత్తు"
+
+#~ msgid "Margin pixel width"
+#~ msgstr "మార్జిన్ పిగ్జెల్ వెడల్పు"
+
+#~ msgid "Marquee"
+#~ msgstr "మార్క్యూ"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "పాఠ్యక్షేత్రము యొక్క గరిష్ఠ పొడవు"
+
+#~ msgid "Media-independent link"
+#~ msgstr "మాద్యమ-సర్వస్వతంత్ర జోడీ"
+
+#~ msgid "Menu list"
+#~ msgstr "మెనూ జాబితా"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "మెనూ జాబితా(నివారించబడింది)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "బహుళ-వరుస పాఠ్య క్షేత్రము"
+
+#~ msgid "Multicolumn"
+#~ msgstr "బహుళవరుస"
+
+#~ msgid "Multiple"
+#~ msgstr "బహుళ"
+
+#~ msgid "Name"
+#~ msgstr "పేరు"
+
+#~ msgid "Named property value"
+#~ msgstr "నామపు లక్షణం విలువ"
+
+#~ msgid "Next ID"
+#~ msgstr "తర్వాతి ID"
+
+#~ msgid "No URI"
+#~ msgstr "URI కాదు"
+
+#~ msgid "No embedded objects"
+#~ msgstr "ఏ ఎంబెడెడ్ ఆబ్జక్టులు లేవు"
+
+#~ msgid "No frames"
+#~ msgstr "ఏ చట్రాలు లేవు"
+
+#~ msgid "No layers"
+#~ msgstr "ఏ పొరలు లేవు"
+
+#~ msgid "No line break"
+#~ msgstr "ఏ వరుస నిరోధాలు లేవు"
+
+#~ msgid "No script"
+#~ msgstr "స్క్రిప్టు లేదు"
+
+#~ msgid "No shade"
+#~ msgstr "షేడ్ లేదు"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "షేడ్ లేదు(నివారించబడింది)"
+
+#~ msgid "No word wrap"
+#~ msgstr "పదమలుపు లేదు"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "పదమలుపు లేదు(నివారించబడింది)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "నిరోధం-కాని స్పేస్"
+
+#~ msgid "Note"
+#~ msgstr "గమనిక"
+
+#~ msgid "Object applet file"
+#~ msgstr "ఆబ్జక్టు ఆప్లెట్ దస్త్రము"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "ఆబ్జక్టు ఆప్లెట్ దస్త్రము(నివారించబడింది)"
+
+#~ msgid "Object data reference"
+#~ msgstr "ఆబ్జక్టు డాటా రిఫరెన్సు"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "కుదిరిక అక్షరం కొరకు ఆఫ్‌సెట్"
+
+#~ msgid "OnBlur event"
+#~ msgstr "OnBlur ఈవెంట్"
+
+#~ msgid "OnChange event"
+#~ msgstr "OnChange ఈవెంట్"
+
+#~ msgid "OnClick event"
+#~ msgstr "OnClick ఈవెంట్"
+
+#~ msgid "OnDblClick event"
+#~ msgstr "OnDblClick ఈవెంట్"
+
+#~ msgid "OnFocus event"
+#~ msgstr "OnFocus ఈవెంట్"
+
+#~ msgid "OnKeyDown event"
+#~ msgstr "OnKeyDown ఈవెంట్"
+
+#~ msgid "OnKeyPress event"
+#~ msgstr "OnKeyPress ఈవెంట్"
+
+#~ msgid "OnKeyUp event"
+#~ msgstr "OnKeyUp ఈవెంట్"
+
+#~ msgid "OnLoad event"
+#~ msgstr "OnLoad ఈవెంట్"
+
+#~ msgid "OnMouseDown event"
+#~ msgstr "OnMouseDown ఈవెంట్"
+
+#~ msgid "OnMouseMove event"
+#~ msgstr "OnMouseMove ఈవెంట్"
+
+#~ msgid "OnMouseOut event"
+#~ msgstr "OnMouseOut ఈవెంట్"
+
+#~ msgid "OnMouseOver event"
+#~ msgstr "OnMouseOver ఈవెంట్"
+
+#~ msgid "OnMouseUp event"
+#~ msgstr "OnMouseUp ఈవెంట్"
+
+#~ msgid "OnReset event"
+#~ msgstr "OnReset ఈవెంట్"
+
+#~ msgid "OnSelect event"
+#~ msgstr "OnSelect ఈవెంట్"
+
+#~ msgid "OnSubmit event"
+#~ msgstr "OnSubmit ఈవెంట్"
+
+#~ msgid "OnUnload event"
+#~ msgstr "OnUnload ఈవెంట్"
+
+#~ msgid "Option group"
+#~ msgstr "ఇచ్ఛాపూర్వక సమూహం"
+
+#~ msgid "Option selector"
+#~ msgstr "ఇచ్ఛాపూర్వక ఎంపిక"
+
+#~ msgid "Ordered list"
+#~ msgstr "వరసక్రమ జాబితా"
+
+#~ msgid "Output media"
+#~ msgstr "అవుట్‌పుట్ మాద్యమం"
+
+#~ msgid "Paragraph"
+#~ msgstr "పరిచ్చేదం"
+
+#~ msgid "Paragraph class"
+#~ msgstr "పరిచ్చేదం తరగతి"
+
+#~ msgid "Paragraph style"
+#~ msgstr "పరిచ్చేదం శైలి"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "ముందుగారూపొందించిన జాబితాకరణ"
+
+#~ msgid "Preformatted text"
+#~ msgstr "ముందుగారూపొందిచిన పాఠ్యము"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "ప్రొఫైల్ మెటాసమాచారం నిఘంటువు"
+
+#~ msgid "Prompt message"
+#~ msgstr "ప్రామ్ట్ సందేశం"
+
+#~ msgid "Push button"
+#~ msgstr "నెట్టు బటన్"
+
+#~ msgid "Quote"
+#~ msgstr "కోట్"
+
+#~ msgid "Range"
+#~ msgstr "స్థాయి"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "చదుటకుమాత్రమే పాఠ్యము మరియు సంకేతపదము"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "తగ్గించిన స్పేసింగ్"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "తగ్గించిన స్పేసింగ్(నివారించబడింది)"
+
+#~ msgid "Reverse link"
+#~ msgstr "తిరగబడ్డ జోడీ"
+
+#~ msgid "Root"
+#~ msgstr "రూట్"
+
+#~ msgid "Rows"
+#~ msgstr "అడ్డువరుసలు"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "అడ్డువరుసలు మరియు నిలువువరుసల మద్య రూళ్ళు"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "మాదిరి ప్రోగ్రామ్ అవుట్‌పుట్, స్క్రిప్ట్స్"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "పీఠిక అరలచేత కప్పబడ్డ స్కోప్"
+
+#~ msgid "Script language name"
+#~ msgstr "స్క్రిప్టు భాష నామము"
+
+#~ msgid "Script statements"
+#~ msgstr "స్క్రిప్టు వాక్యములు"
+
+#~ msgid "Scrollbar"
+#~ msgstr "స్క్రాల్‌బార్"
+
+#~ msgid "Selectable option"
+#~ msgstr "ఎంచుకోదగిన ఇచ్ఛాపూర్వకం"
+
+#~ msgid "Server-side image map"
+#~ msgstr "సేవక-ప్రక్క చిత్రము పటము"
+
+#~ msgid "Shape"
+#~ msgstr "రూపు"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "పొట్టి ఇన్‌లైన్ కొటేషన్"
+
+#~ msgid "Single line prompt"
+#~ msgstr "సింగిల్ లైన్ ప్రామ్టు"
+
+#~ msgid "Size"
+#~ msgstr "పరిమాణం"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "పరిమాణం(నివారించబడింది)"
+
+#~ msgid "Small text style"
+#~ msgstr "చిన్న పాఠ్య శైలి"
+
+#~ msgid "Soft line break"
+#~ msgstr "సరళ వరస నిరోధం"
+
+#~ msgid "Sound"
+#~ msgstr "శబ్దము"
+
+#~ msgid "Source"
+#~ msgstr "మూలం"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "ఖాళీ తో వేరుచేయబడిన నిల్వల జాబితా"
+
+#~ msgid "Spacer"
+#~ msgstr "స్పేసర్"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "అరలమద్య స్పేసింగ్"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "అరలలో స్పేసింగ్"
+
+#~ msgid "Span"
+#~ msgstr "స్పాన్"
+
+#~ msgid "Square root"
+#~ msgstr "స్క్వేర్ రూట్"
+
+#~ msgid "Standby load message"
+#~ msgstr "ఎక్కింపు సందేశం (వేచిచూడటానికి)"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "ప్రారంభ వరుస సంఖ్య"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "ప్రారంభ వరుస సంఖ్య(నిరోధించబడింది)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "కొట్టివేయ-బడిన పాఠ్యము"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "కొట్టివేయ-బడిన పాఠ్యము (నివారించబడింది)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "కొట్టివేయ-బడిన పాఠ్యము శైలి"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "కొట్టివేయ-బడిన పాఠ్యము శైలి (నివారించబడింది)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "పటిష్ట ఎంఫసిస్"
+
+#~ msgid "Style info"
+#~ msgstr "శైలి సమాచారం"
+
+#~ msgid "Subscript"
+#~ msgstr "అధిలిపి"
+
+#~ msgid "Superscript"
+#~ msgstr "అధిలిపి"
+
+#~ msgid "Tab order position"
+#~ msgstr "టాబ్ వరసక్రమం స్థానము"
+
+#~ msgid "Table"
+#~ msgstr "పట్టిక"
+
+#~ msgid "Table body"
+#~ msgstr "పట్టిక ముఖ్యబాగము"
+
+#~ msgid "Table caption"
+#~ msgstr "పట్టిక కాప్షన్"
+
+#~ msgid "Table column group properties"
+#~ msgstr "పట్టిక నిలువువరుస సమూహం లక్షణాలు"
+
+#~ msgid "Table column properties"
+#~ msgstr "పట్టిక నిలువువరుస లక్షణాలు"
+
+#~ msgid "Table data cell"
+#~ msgstr "పట్టిక డాటా అర"
+
+#~ msgid "Table footer"
+#~ msgstr "పట్టిక భూమిక"
+
+#~ msgid "Table header"
+#~ msgstr "పట్టిక పీఠిక"
+
+#~ msgid "Table header cell"
+#~ msgstr "పట్టిక పీఠిక అర"
+
+#~ msgid "Table row"
+#~ msgstr "పట్టిక అడ్డువరుస"
+
+#~ msgid "Table summary"
+#~ msgstr "పట్టిక సంగ్రహము"
+
+#, fuzzy
+#~ msgid "Target — Blank"
+#~ msgstr "Target - Blank"
+
+#, fuzzy
+#~ msgid "Target — Parent"
+#~ msgstr "Target - Parent"
+
+#, fuzzy
+#~ msgid "Target — Self"
+#~ msgstr "Target - Self"
+
+#, fuzzy
+#~ msgid "Target — Top"
+#~ msgstr "Target - Top"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "టెలీటైప్ లేదా మోనోస్పేస్ పాఠ్యపు శైలి"
+
+#~ msgid "Text color"
+#~ msgstr "పాఠము వర్ణము"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "పాఠము వర్ణము(నివారించబడింది)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "వినియోగదారుని చేత ప్రవేశపెట్టబడిన పాఠము"
+
+#~ msgid "Title"
+#~ msgstr "శీర్షిక"
+
+#~ msgid "Top margin in pixels"
+#~ msgstr "పై ఖాళీ (పిక్సెల్లలో)"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "Underlined text style"
+#~ msgstr "అండర్‌లైన్‌డ్ పాఠము శైలి"
+
+#~ msgid "Unordered list"
+#~ msgstr "క్రమపరచని జాబితా"
+
+#~ msgid "Use image map"
+#~ msgstr "చిత్రము పటము ను ఉపయోగించుము"
+
+#~ msgid "Value"
+#~ msgstr "విలువ"
+
+#~ msgid "Value interpretation"
+#~ msgstr "విలువ తాత్పర్యము"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "చరరాశి లేదా ప్రోగ్రామ్ ఆర్గుమెంట్"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "నిలువు అర కుదిరిక"
+
+#~ msgid "Vertical space"
+#~ msgstr "నిలువు స్పేస్"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "నిలువు ఖాళీ (deprecated)"
+
+#~ msgid "Visited link color"
+#~ msgstr "దర్శించిన జోడీ వర్ణము"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "దర్శించిన జోడీ వర్ణము (నివారించబడింది)"
+
+#~ msgid "Width"
+#~ msgstr "వెడల్పు"
+
+#, fuzzy
+#~ msgid "XHTML 1.0 — Tags"
+#~ msgstr "XHTML 1.0 - టాగ్స్"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "Bibliography (cite)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "Bibliography (item)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "Bibliography (shortcite)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "Bibliography (thebibliography)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "బ్రాకెట్స్ ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "బ్రాకెట్స్ <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "బ్రాకెట్స్ []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "బ్రాకెట్స్ {}"
+
+#~ msgid "File input"
+#~ msgstr "దస్త్రపు ప్రవేశిక"
+
+#~ msgid "Footnote"
+#~ msgstr "భూమికగమనిక"
+
+#~ msgid "Function cosine"
+#~ msgstr "కొసైన్ (cosine) పని"
+
+#~ msgid "Function e^"
+#~ msgstr "ఫంక్షన్ e^"
+
+#~ msgid "Function exp"
+#~ msgstr "ఫంక్షన్ exp"
+
+#~ msgid "Function log"
+#~ msgstr "ఫంక్షన్ log"
+
+#~ msgid "Function log10"
+#~ msgstr "ఫంక్షన్ log10"
+
+#~ msgid "Function sine"
+#~ msgstr "ఫంక్షన్ sine"
+
+#~ msgid "Greek alpha"
+#~ msgstr "గ్రీక్ alpha"
+
+#~ msgid "Greek beta"
+#~ msgstr "గ్రీక్ beta"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "గ్రీక్ epsilon"
+
+#~ msgid "Greek gamma"
+#~ msgstr "గ్రీక్ gamma"
+
+#~ msgid "Greek lambda"
+#~ msgstr "గ్రీక్ lambda"
+
+#~ msgid "Greek rho"
+#~ msgstr "గ్రీక్ rho"
+
+#~ msgid "Greek tau"
+#~ msgstr "గ్రీక్ tau"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "పీఠిక 0 (అధ్యాయం)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "పీఠిక 0 (అధ్యాయం*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "పీఠిక 1 (సెక్షన్)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "పీఠిక 1 (సెక్షన్*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "పీఠిక 2 (సబ్‌సెక్షన్)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "పీఠిక 2 (సబ్‌సెక్షన్*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "పీఠిక 3 (సబ్‌సెక్షన్)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "పీఠిక 3 (సబ్‌సెక్షన్*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "పీఠిక 4 (పరిచ్ఛేదము)"
+
+#~ msgid "Header appendix"
+#~ msgstr "పీఠిక ఉపగ్రధము"
+
+#~ msgid "Item"
+#~ msgstr "అంశము"
+
+#~ msgid "Item with label"
+#~ msgstr "లేబుతో అంశము"
+
+#, fuzzy
+#~ msgid "Latex — Tags"
+#~ msgstr "లాటెక్స్ - టాగ్స్"
+
+#~ msgid "List description"
+#~ msgstr "జాబితా వివరణ"
+
+#~ msgid "List enumerate"
+#~ msgstr "జాబితా లెక్కింపు"
+
+#~ msgid "List itemize"
+#~ msgstr "అంశపువారీ జాబితా"
+
+#~ msgid "Maths (display)"
+#~ msgstr "మాథ్స్ (ప్రదర్శించు)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "మాథ్స్ (ఇన్‌లైన్)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "ఆపరేటర్ భిన్నం"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "ఆపరేటర్ ఇంటెగ్రల్(ప్రదర్శించు)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "ఆపరేటర్ ఇంటెగ్రల్(ఇన్‌లైన్)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "ఆపరేటర్ మొత్తం(ప్రదర్శించు)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "ఆపరేటర్ మొత్తం(ఇన్‌లైన్)"
+
+#~ msgid "Reference label"
+#~ msgstr "రిఫరెన్స్ లేబుల్"
+
+#~ msgid "Reference ref"
+#~ msgstr "రిఫరెన్స్ ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "సింబల్ <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "సింబల్ <="
+
+#~ msgid "Symbol >="
+#~ msgstr "సింబల్ >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "సింబల్ >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "సింబల్ మరియు"
+
+#~ msgid "Symbol const"
+#~ msgstr "సింబల్ const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "dt-ద్వారా-d సింబల్"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "పాక్షికంగా dt-ద్వారా-d సింబల్"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "పాక్షికంగా-dt2-ద్వారా-d2 సింబల్"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "సింబల్ డాగర్"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "చిహ్నం ఎమ్-డాష్ ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "చిహ్నం ఎన్-డాష్ --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "సింబల్ ఎక్వివ్"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "సింబల్ ఇన్‌ఫినిటి"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "సింబల్ మాథ్‌స్పేస్ ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "సింబల్ మాథ్‌స్పేస్ ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "సింబల్ మాథ్‌స్పేస్ _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "సింబల్ మాథ్‌స్పేస్ __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "సింబల్ సైమెఖ్"
+
+#~ msgid "Symbol star"
+#~ msgstr "సింబల్ స్టార్"
+
+#~ msgid "Typeface bold"
+#~ msgstr "టైప్‌ఫేస్ బోల్డ్"
+
+#~ msgid "Typeface italic"
+#~ msgstr "టైప్‌ఫేస్ ఇటాలిక్"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "టైప్‌ఫేస్ స్లాన్‌టెడ్"
+
+#~ msgid "Typeface type"
+#~ msgstr "టైప్‌ఫేస్ టైప్"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "విచ్చేదనంకాని టెక్స్టు"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr ""
+#~ "సాధారణంగా వాడే టాగులు/పదాలు మొత్తము టైపుచేయకుండా పత్రములో సులభంగాప్రవేశపెట్టుటకు పద్ధతి "
+#~ "ఇస్తుంది."
+
+#~ msgid "Tag list"
+#~ msgstr "బొత్తాల జాబితా"
+
+#, fuzzy
+#~ msgid "XSLT — Axes"
+#~ msgstr "XSLT - యాక్సెస్"
+
+#, fuzzy
+#~ msgid "XSLT — Elements"
+#~ msgstr "XSLT - ఎలిమెంట్లు"
+
+#, fuzzy
+#~ msgid "XSLT — Functions"
+#~ msgstr "XSLT - ఫంక్షన్లు"
+
+#~ msgid "ancestor"
+#~ msgstr "యాన్సిస్టర్"
+
+#~ msgid "ancestor-or-self"
+#~ msgstr "యాన్సిస్టర్-లేదా-స్వకీయ"
+
+#~ msgid "attribute"
+#~ msgstr "యాట్రిబ్యూట్"
+
+#~ msgid "child"
+#~ msgstr "చైల్డ్"
+
+#~ msgid "descendant"
+#~ msgstr "డిసెండెంట్"
+
+#~ msgid "descendant-or-self"
+#~ msgstr "డిసెండెంట్-లేదా-స్వకీయం"
+
+#~ msgid "following"
+#~ msgstr "ఫాలోయింగ్"
+
+#~ msgid "following-sibling"
+#~ msgstr "ఫాలోయింగ్-సిబ్లింగ్"
+
+#~ msgid "namespace"
+#~ msgstr "నేమ్‌స్పేస్"
+
+#~ msgid "parent"
+#~ msgstr "మాత్రుక"
+
+#~ msgid "preceding"
+#~ msgstr "ప్రిసీడింగ్"
+
+#~ msgid "preceding-sibling"
+#~ msgstr "ప్రిసీడింగ్-సిబ్లింగ్"
+
+#~ msgid "self"
+#~ msgstr "స్వకీయం"
+
+#, fuzzy
+#~ msgid "XUL — Tags"
+#~ msgstr "XUL - టాగ్స్"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "పనిముట్ల పట్టీ ప్రత్యక్షం"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr "జిఎడిట్ ఎంచుకున్న బ్రాకెట్ కి సరిపడే బ్రాకెట్ ని మెరిసేటట్లు చేయాలా"
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr "దిగువ ప్యానెల్ సరిచూస్తున్న గవాక్షములలోన దిగువనే కనిపించాలా."
+
+#~ msgid "Current Line"
+#~ msgstr "ప్రస్తుత లైను"
+
+#~ msgid "Right Margin"
+#~ msgstr "కుడి అంచు"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "కుడి అంచు నిలువు పట్టీ వద్ద(_R)"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[దస్త్రము...]"
+
+#~ msgid "Plugin"
+#~ msgstr "ప్లగిన్"
+
+#~ msgid "Enabled"
+#~ msgstr "క్రియాశీలీకరించిన"
+
+#~ msgid "C_onfigure"
+#~ msgstr "రూపకరణ(_o)"
+
+#~ msgid "A_ctivate"
+#~ msgstr "క్రియాశీలీకరించు(_c)"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "అన్నిటిని క్రియాశీలం చేయి(_t)"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "అన్నిటిని క్రియాహీనం చే(_D)"
diff --git a/po/tg.po b/po/tg.po
new file mode 100644
index 0000000..938959c
--- /dev/null
+++ b/po/tg.po
@@ -0,0 +1,3528 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Victor Ibragimov <victor.ibragimov@gmail.com>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Tajik Gnome\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2013-03-12 16:02+0000\n"
+"PO-Revision-Date: 2013-01-21 17:21+0500\n"
+"Last-Translator: Victor Ibragimov <victor.ibragimov@gmail.com>\n"
+"Language-Team: \n"
+"Language: tg\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 1.5.4\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:791
+msgid "Text Editor"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:5
+#, fuzzy
+#| msgid "Editor"
+msgid "Text;Editor;"
+msgstr "Муҳаррир;"
+
+#: ../data/gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr ""
+
+#: ../data/gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:1
+msgid "Use Default Font"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:2
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. 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.gnome.gedit.gschema.xml.in.in.h:3
+msgid "Editor Font"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:4
+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.gnome.gedit.gschema.xml.in.in.h:5
+msgid "Style Scheme"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:6
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:7
+msgid "Create Backup Copies"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:8
+msgid ""
+"Whether gedit 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.gnome.gedit.gschema.xml.in.in.h:9
+msgid "Autosave"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:10
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:11
+msgid "Autosave Interval"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:12
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:13
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:14
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:15
+msgid "Maximum Number of Undo Actions"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:16
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:17
+msgid "Line Wrapping Mode"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:18
+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.gnome.gedit.gschema.xml.in.in.h:19
+msgid "Tab Size"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:20
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:21
+msgid "Insert spaces"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:22
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:23
+msgid "Automatic indent"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:24
+msgid "Whether gedit should enable automatic indentation."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:25
+msgid "Display Line Numbers"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:26
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:27
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:28
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:29
+msgid "Highlight Matching Brackets"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:30
+msgid "Whether gedit should highlight matching brackets."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:31
+msgid "Display Right Margin"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:32
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:33
+msgid "Right Margin Position"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:34
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:35
+msgid "Smart Home End"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:36
+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.gnome.gedit.gschema.xml.in.in.h:37
+msgid "Restore Previous Cursor Position"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:38
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:39
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:40
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:41
+msgid "Enable Search Highlighting"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:42
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:43
+msgid "Ensure Trailing Newline"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:44
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:45
+msgid "Toolbar is Visible"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:46
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:47
+msgid "Notebook Show Tabs Mode"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:48
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:49
+msgid "Status Bar is Visible"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:50
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:51
+msgid "Side panel is Visible"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:52
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:53
+msgid "Maximum Recent Files"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:54
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:55
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:56
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:57
+msgid "Print Header"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:58
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:59
+msgid "Printing Line Wrapping Mode"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:60
+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.gnome.gedit.gschema.xml.in.in.h:61
+msgid "Print Line Numbers"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:62
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:63
+msgid "Body Font for Printing"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:64
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:65
+msgid "Header Font for Printing"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:66
+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.gnome.gedit.gschema.xml.in.in.h:67
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:68
+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 ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:80
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:81
+msgid "Automatically Detected Encodings"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:82
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:85
+msgid "['ISO-8859-15']"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:86
+msgid "Encodings shown in menu"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:87
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:88
+msgid "Active plugins"
+msgstr ""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:89
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../gedit/gedit-app.c:115
+msgid "Show the application's help"
+msgstr ""
+
+#: ../gedit/gedit-app.c:121
+msgid "Show the application's version"
+msgstr ""
+
+#: ../gedit/gedit-app.c:127
+msgid "Display list of possible values for the encoding option"
+msgstr ""
+
+#: ../gedit/gedit-app.c:135
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit-app.c:136
+msgid "ENCODING"
+msgstr "РАМЗГУЗОРӢ"
+
+#: ../gedit/gedit-app.c:143
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit-app.c:151
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit-app.c:159
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr ""
+
+#: ../gedit/gedit-app.c:160
+msgid "GEOMETRY"
+msgstr ""
+
+#: ../gedit/gedit-app.c:167
+msgid "Open files and block process until files are closed"
+msgstr ""
+
+#: ../gedit/gedit-app.c:175
+msgid "Run gedit in standalone mode"
+msgstr ""
+
+#: ../gedit/gedit-app.c:184
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr ""
+
+#: ../gedit/gedit-app.c:283
+msgid "There was an error displaying the help."
+msgstr ""
+
+#: ../gedit/gedit-app.c:708
+msgid "- Edit text files"
+msgstr ""
+
+#: ../gedit/gedit-app.c:817 ../gedit/gedit-app.c:907
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr ""
+
+#: ../gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr ""
+
+#: ../gedit/gedit-app-osx.c:260
+msgid "About gedit"
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:151
+msgid "Question"
+msgstr "Савол"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+msgid "Close _without Saving"
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:372
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:381
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:387
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:397
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:412
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:418
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:433
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:479
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:484
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:498
+#: ../gedit/gedit-close-confirmation-dialog.c:713
+msgid "Saving has been disabled by the system administrator."
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:664
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:672
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:691
+msgid "Docum_ents with unsaved changes:"
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:693
+msgid "S_elect the documents you want to save:"
+msgstr ""
+
+#: ../gedit/gedit-close-confirmation-dialog.c:717
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:268
+#, c-format
+msgid "Loading file '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:277
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:442
+msgid "Open Files"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:553
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:558
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:566 ../gedit/gedit-replace-dialog.c:283
+msgid "_Replace"
+msgstr "_Ҷойгузин кардан"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:609
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:611
+msgid "_Save Using Compression"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:615
+msgid "Save the file as plain text?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:616
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:618
+msgid "_Save As Plain Text"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:738 ../gedit/gedit-commands-file.c:955
+#, c-format
+msgid "Saving file '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:842
+msgid "Save As"
+msgstr "Захира кардан ҳамчун"
+
+#: ../gedit/gedit-commands-file.c:1168
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1213
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1222
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1231
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1237
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1247
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1262
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+
+#: ../gedit/gedit-commands-file.c:1268
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1283
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-file.c:1309
+msgid "_Revert"
+msgstr "_Бозгашт"
+
+#: ../gedit/gedit-commands-help.c:88
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+
+#: ../gedit/gedit-commands-help.c:113
+msgid "translator-credits"
+msgstr ""
+
+#: ../gedit/gedit-commands-search.c:112
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/gedit-commands-search.c:121
+msgid "Found and replaced one occurrence"
+msgstr ""
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:144
+#, c-format
+msgid "\"%s\" not found"
+msgstr "\"%s\" вуҷуд надорад"
+
+#: ../gedit/gedit-document.c:1223 ../gedit/gedit-document.c:1249
+#, c-format
+msgid "Unsaved Document %d"
+msgstr ""
+
+#: ../gedit/gedit-documents-panel.c:123 ../gedit/gedit-documents-panel.c:137
+#: ../gedit/gedit-window.c:2380 ../gedit/gedit-window.c:2387
+msgid "Read-Only"
+msgstr "Танҳо барои хондан"
+
+#: ../gedit/gedit-documents-panel.c:1146 ../gedit/gedit-window.c:3827
+msgid "Documents"
+msgstr "Ҳуҷҷатҳо"
+
+#: ../gedit/gedit-encodings.c:142 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:229 ../gedit/gedit-encodings.c:272
+msgid "Western"
+msgstr "Ғарбӣ"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:268
+msgid "Central European"
+msgstr "Европаи Марказӣ"
+
+#: ../gedit/gedit-encodings.c:159
+msgid "South European"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:282
+msgid "Baltic"
+msgstr "Балтикӣ"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:246 ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:270
+msgid "Cyrillic"
+msgstr "Кириллӣ"
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Arabic"
+msgstr "Арабӣ"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:274
+msgid "Greek"
+msgstr "Юнонӣ"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Hebrew Visual"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Turkish"
+msgstr "Туркӣ"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "Руминӣ"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "Арманӣ"
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "Хитоии анъанавӣ"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:257
+msgid "Japanese"
+msgstr "Ҷопонӣ"
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:263
+msgid "Korean"
+msgstr "Кореягӣ"
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+msgid "Chinese Simplified"
+msgstr "Хитоии оддӣ"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "Гурҷӣ"
+
+#: ../gedit/gedit-encodings.c:237 ../gedit/gedit-encodings.c:278
+msgid "Hebrew"
+msgstr "Ибрӣ"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Cyrillic/Ukrainian"
+msgstr ""
+
+#: ../gedit/gedit-encodings.c:259 ../gedit/gedit-encodings.c:265
+#: ../gedit/gedit-encodings.c:284
+msgid "Vietnamese"
+msgstr "Ветнамӣ"
+
+#: ../gedit/gedit-encodings.c:261
+msgid "Thai"
+msgstr "Тайӣ"
+
+#: ../gedit/gedit-encodings.c:435
+msgid "Unknown"
+msgstr "Номаълум"
+
+#: ../gedit/gedit-encodings-combo-box.c:301
+msgid "Automatically Detected"
+msgstr ""
+
+#: ../gedit/gedit-encodings-combo-box.c:320
+#: ../gedit/gedit-encodings-combo-box.c:336
+#, c-format
+msgid "Current Locale (%s)"
+msgstr ""
+
+#: ../gedit/gedit-encodings-combo-box.c:388
+msgid "Add or Remove..."
+msgstr ""
+
+#: ../gedit/gedit-encodings-dialog.c:345
+msgid "Character Encodings"
+msgstr ""
+
+#: ../gedit/gedit-encodings-dialog.c:395 ../gedit/gedit-encodings-dialog.c:456
+msgid "_Description"
+msgstr "_Тавсиф"
+
+#: ../gedit/gedit-encodings-dialog.c:404 ../gedit/gedit-encodings-dialog.c:465
+msgid "_Encoding"
+msgstr "_Рамзгузорӣ"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr ""
+
+#: ../gedit/gedit-encodings-dialog.ui.h:2
+msgid "A_vailable encodings:"
+msgstr ""
+
+#: ../gedit/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+#: ../gedit/gedit-preferences-dialog.c:909
+msgid "All Files"
+msgstr "Ҳамаи файлҳо"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:95
+msgid "C_haracter Encoding:"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:154
+msgid "L_ine Ending:"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:173
+msgid "Unix/Linux"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:179
+msgid "Mac OS Classic"
+msgstr ""
+
+#: ../gedit/gedit-file-chooser-dialog.c:185
+msgid "Windows"
+msgstr "Равзанаҳо"
+
+#: ../gedit/gedit-io-error-info-bar.c:182
+#: ../gedit/gedit-io-error-info-bar.c:497
+msgid "_Retry"
+msgstr "_Такрор кардан"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "Could not find the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:248
+#: ../gedit/gedit-io-error-info-bar.c:255
+msgid "Please check that you typed the location correctly and try again."
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:224
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:230
+msgid "gedit cannot handle this location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:238
+msgid "The location of the file cannot be mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:242
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid "%s is a directory."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid "%s is not a valid location."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:289
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:304
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:312
+#, c-format
+msgid "%s is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:317
+msgid "Connection timed out. Please try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:340
+msgid "The file is too big."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:381
+#, c-format
+msgid "Unexpected error: %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:417
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:427
+#, c-format
+msgid "Could not revert the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:454
+msgid "Ch_aracter Encoding:"
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:506
+#: ../gedit/gedit-io-error-info-bar.c:784
+msgid "Edit Any_way"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:608
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:612
+msgid "You do not have the permissions necessary to open the file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "gedit has not been able to detect the character encoding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:620
+#: ../gedit/gedit-io-error-info-bar.c:642
+msgid "Please check that you are not trying to open a binary file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:621
+msgid "Select a character encoding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "There was a problem opening the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:629
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:632
+msgid "You can also choose another character encoding and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file %s using the %s character encoding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#: ../gedit/gedit-io-error-info-bar.c:717
+msgid "Select a different character encoding from the menu and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:653
+#, c-format
+msgid "Could not open the file %s."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:712
+#, c-format
+msgid "Could not save the file %s using the %s character encoding."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:715
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:789
+msgid "D_on't Edit"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:803
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:875
+#: ../gedit/gedit-io-error-info-bar.c:973
+#: ../gedit/gedit-io-error-info-bar.c:1262
+msgid "S_ave Anyway"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:879
+#: ../gedit/gedit-io-error-info-bar.c:977
+#: ../gedit/gedit-io-error-info-bar.c:1266
+msgid "D_on't Save"
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:897
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:912
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1000
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1005
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1022
+msgid ""
+"gedit could not back up the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1082
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1090
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1099
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1106
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1112
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1117
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1123
+msgid "A file with the same name already exists. Please use a different name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1128
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1135
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1151
+#, c-format
+msgid "Could not save the file %s."
+msgstr ""
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:1196
+#, c-format
+msgid "The file %s changed on disk."
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1201
+msgid "Do you want to drop your changes and reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1203
+msgid "Do you want to reload the file?"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1208
+msgid "_Reload"
+msgstr "_Аз нав бор кардан"
+
+#: ../gedit/gedit-io-error-info-bar.c:1280
+#, c-format
+msgid "Some invalid chars have been detected while saving %s"
+msgstr ""
+
+#: ../gedit/gedit-io-error-info-bar.c:1296
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-menu.ui.h:1
+msgid "_New Window"
+msgstr "_Равзанаи нав"
+
+#: ../gedit/gedit-menu.ui.h:2
+msgid "_Preferences"
+msgstr "_Хусусиятҳо"
+
+#: ../gedit/gedit-menu.ui.h:3 ../gedit/gedit-ui.h:49
+msgid "_Help"
+msgstr "_Кӯмак"
+
+#: ../gedit/gedit-menu.ui.h:4
+msgid "_About"
+msgstr "_Дар бораи барнома"
+
+#: ../gedit/gedit-menu.ui.h:5
+msgid "_Quit"
+msgstr "_Баромад"
+
+#. Keep in sync with the respective GtkActions
+#: ../gedit/gedit-notebook-popup-menu.c:172 ../gedit/gedit-ui.h:140
+msgid "_Move to New Window"
+msgstr ""
+
+#: ../gedit/gedit-notebook-popup-menu.c:190 ../gedit/gedit-ui.h:78
+msgid "Save _As..."
+msgstr "Захира _кардан ҳамчун..."
+
+#: ../gedit/gedit-notebook-popup-menu.c:203 ../gedit/gedit-ui.h:84
+msgid "_Print..."
+msgstr "_Чоп кардан..."
+
+#: ../gedit/gedit-open-tool-button.c:85 ../gedit/gedit-ui.h:55
+msgid "Open a file"
+msgstr "Кушодани файл"
+
+#: ../gedit/gedit-open-tool-button.c:87
+msgid "Open a recently used file"
+msgstr ""
+
+#: ../gedit/gedit-panel.c:409 ../gedit/gedit-panel.c:587
+msgid "Empty"
+msgstr "Холӣ"
+
+#: ../gedit/gedit-panel.c:475
+msgid "Hide panel"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:423
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:438
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:676
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:860
+msgid "The selected color scheme cannot be installed."
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:887
+msgid "Add Scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:894
+msgid "A_dd Scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:902
+msgid "Color Scheme Files"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:954
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.c:1177
+msgid "gedit Preferences"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "Хусусиятҳо"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:2 ../gedit/gedit-view.c:552
+msgid "_Display line numbers"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:4
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "Ғунҷоиши матн"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:5
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:6
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:7
+msgid "Highlighting"
+msgstr "Ҷудокунӣ"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:8
+msgid "Highlight current _line"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:9
+msgid "Highlight matching _brackets"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:10
+msgid "View"
+msgstr "Намоиш"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:11
+msgid "Tab Stops"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:12
+msgid "_Tab width:"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:13
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:14
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:15
+msgid "File Saving"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:16
+msgid "Create a _backup copy of files before saving"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:17
+msgid "_Autosave files every"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:18
+msgid "_minutes"
+msgstr "_дақиқа"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:19
+msgid "Editor"
+msgstr "Муҳаррир"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:20
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "Шрифт"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:21
+msgid "Editor _font: "
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:23
+msgid "Color Scheme"
+msgstr "Схемаи рангҳо"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:24
+msgid "Install scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:25
+msgid "Install Scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:26
+msgid "Uninstall scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall Scheme"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:28
+msgid "Font & Colors"
+msgstr ""
+
+#: ../gedit/gedit-preferences-dialog.ui.h:29
+msgid "Plugins"
+msgstr "Плагинҳо"
+
+#: ../gedit/gedit-print-job.c:572
+#, c-format
+msgid "File: %s"
+msgstr "Файл: %s"
+
+#: ../gedit/gedit-print-job.c:581
+msgid "Page %N of %Q"
+msgstr "Саҳифаи %N аз %Q"
+
+#: ../gedit/gedit-print-job.c:843
+msgid "Preparing..."
+msgstr "Омодасозӣ..."
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "Рақамҳои хатҳо"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr ""
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr ""
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "хатҳо"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "Шрифтҳо"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_Матни асосии паём:"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "_Рақамҳои хатҳо:"
+
+#: ../gedit/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr ""
+
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:562
+msgid "Show the previous page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:574
+msgid "Show the next page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:590
+msgid "Current page (Alt+P)"
+msgstr ""
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:613
+msgid "of"
+msgstr "аз"
+
+#: ../gedit/gedit-print-preview.c:621
+msgid "Page total"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:622
+msgid "The total number of pages in the document"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:639
+msgid "Show multiple pages"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:652
+msgid "Zoom 1:1"
+msgstr "Танзими андозаи 1:1"
+
+#: ../gedit/gedit-print-preview.c:661
+msgid "Zoom to fit the whole page"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:670
+msgid "Zoom the page in"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:679
+msgid "Zoom the page out"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:691
+msgid "_Close Preview"
+msgstr "_Пӯшидани пешнамоиш"
+
+#: ../gedit/gedit-print-preview.c:694
+msgid "Close print preview"
+msgstr "Пӯшидани пешнамоиши чоп"
+
+#: ../gedit/gedit-print-preview.c:763
+#, c-format
+msgid "Page %d of %d"
+msgstr "Саҳифаи %d аз %d"
+
+#: ../gedit/gedit-print-preview.c:947
+msgid "Page Preview"
+msgstr ""
+
+#: ../gedit/gedit-print-preview.c:948
+msgid "The preview of a page in the document to be printed"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-replace-dialog.c:220 ../gedit/gedit-replace-dialog.ui.h:1
+#: ../gedit/gedit-window.c:1528
+msgid "Replace"
+msgstr "Ҷойгузин кардан"
+
+#: ../gedit/gedit-replace-dialog.c:282
+msgid "Replace _All"
+msgstr "Ҷойгузин кардани _ҳама"
+
+#: ../gedit/gedit-replace-dialog.ui.h:2
+msgid "Replace All"
+msgstr "Ҷойгузин кардани ҳама"
+
+#: ../gedit/gedit-replace-dialog.ui.h:3
+msgid "_Search for: "
+msgstr "_Ҷустуҷӯи:"
+
+#: ../gedit/gedit-replace-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr ""
+
+#: ../gedit/gedit-replace-dialog.ui.h:5
+msgid "_Match case"
+msgstr ""
+
+#: ../gedit/gedit-replace-dialog.ui.h:6
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../gedit/gedit-replace-dialog.ui.h:7
+msgid "Search _backwards"
+msgstr ""
+
+#: ../gedit/gedit-replace-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr ""
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "РҲМ"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr ""
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:248
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr ""
+
+#: ../gedit/gedit-statusbar.c:347
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] ""
+msgstr[1] ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:769
+#, c-format
+msgid "Reverting %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:776
+#, c-format
+msgid "Reverting %s"
+msgstr ""
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "Боркунии %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s to %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:887
+#, c-format
+msgid "Saving %s"
+msgstr "Захиракунии %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1872
+msgid "RO"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1919
+#, c-format
+msgid "Error opening file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1924
+#, c-format
+msgid "Error reverting file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1929
+#, c-format
+msgid "Error saving file %s"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1950
+msgid "Unicode (UTF-8)"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1957
+msgid "Name:"
+msgstr "Ном:"
+
+#: ../gedit/gedit-tab.c:1958
+msgid "MIME Type:"
+msgstr ""
+
+#: ../gedit/gedit-tab.c:1959
+msgid "Encoding:"
+msgstr "Рамзгузорӣ:"
+
+#: ../gedit/gedit-tab-label.c:283
+msgid "Close document"
+msgstr ""
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:43
+msgid "_File"
+msgstr "_Файл"
+
+#: ../gedit/gedit-ui.h:44
+msgid "_Edit"
+msgstr "_Таҳрир"
+
+#: ../gedit/gedit-ui.h:45
+msgid "_View"
+msgstr "_Намоиш"
+
+#: ../gedit/gedit-ui.h:46
+msgid "_Search"
+msgstr "_Ҷустуҷӯ"
+
+#: ../gedit/gedit-ui.h:47
+msgid "_Tools"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Documents"
+msgstr "_Ҳуҷҷатҳо"
+
+#: ../gedit/gedit-ui.h:53
+msgid "Create a new document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Open..."
+msgstr "_Кушодан..."
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:58
+msgid "Pr_eferences"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:59
+msgid "Configure the application"
+msgstr ""
+
+#. Help menu
+#: ../gedit/gedit-ui.h:62
+msgid "_Contents"
+msgstr "_Мундариҷа"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open the gedit manual"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:65
+msgid "About this application"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:69
+msgid "Leave fullscreen mode"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:77
+msgid "Save the current file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:79
+msgid "Save the current file with a different name"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:81
+msgid "Revert to a saved version of the file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:82
+msgid "Print Previe_w"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:83
+msgid "Print preview"
+msgstr "Пешнамоиши чоп"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Print the current page"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:89
+msgid "Undo the last action"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:91
+msgid "Redo the last undone action"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:93
+msgid "Cut the selection"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:95
+msgid "Copy the selection"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:97
+msgid "Paste the clipboard"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:99
+msgid "Delete the selected text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:100
+msgid "Select _All"
+msgstr "_Интихоб кардани ҳама"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Select the entire document"
+msgstr ""
+
+#. View menu
+#: ../gedit/gedit-ui.h:104
+msgid "_Highlight Mode"
+msgstr ""
+
+#. Search menu
+#: ../gedit/gedit-ui.h:107
+msgid "_Find..."
+msgstr "_Ёфтан..."
+
+#: ../gedit/gedit-ui.h:108
+msgid "Search for text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:109
+msgid "Find Ne_xt"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:110
+msgid "Search forwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:111
+msgid "Find Pre_vious"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:112
+msgid "Search backwards for the same text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:114 ../gedit/gedit-ui.h:117
+msgid "_Replace..."
+msgstr "_Ҷойгузин кардан..."
+
+#: ../gedit/gedit-ui.h:115 ../gedit/gedit-ui.h:118
+msgid "Search for and replace text"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Clear Highlight"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:121
+msgid "Clear highlighting of search matches"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:122
+msgid "Go to _Line..."
+msgstr ""
+
+#: ../gedit/gedit-ui.h:123
+msgid "Go to a specific line"
+msgstr ""
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:126
+msgid "_Save All"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:127
+msgid "Save all open files"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Close All"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:129
+msgid "Close all open files"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:130
+msgid "_New Tab Group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:131
+msgid "Create a new tab group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:132
+msgid "P_revious Tab Group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:133
+msgid "Switch to the previous tab group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:134
+msgid "Nex_t Tab Group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:135
+msgid "Switch to the next tab group"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:136
+msgid "_Previous Document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:137
+msgid "Activate previous document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:138
+msgid "N_ext Document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:139
+msgid "Activate next document"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:141
+msgid "Move the current document to a new window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:148
+msgid "Close the current file"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:155
+msgid "Quit the program"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:160
+msgid "_Toolbar"
+msgstr "_Навори абзорҳо"
+
+#: ../gedit/gedit-ui.h:161
+msgid "Show or hide the toolbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:163
+msgid "_Statusbar"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:164
+msgid "Show or hide the statusbar in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:167
+msgid "Edit text in fullscreen"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:174
+msgid "Side _Panel"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:175
+msgid "Show or hide the side panel in the current window"
+msgstr ""
+
+#: ../gedit/gedit-ui.h:177
+msgid "_Bottom Panel"
+msgstr "_Лавҳаи поён"
+
+#: ../gedit/gedit-ui.h:178
+msgid "Show or hide the bottom panel in the current window"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1026
+msgid "Please check your installation."
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1084
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr ""
+
+#: ../gedit/gedit-utils.c:1103
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr ""
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1326
+#, c-format
+msgid "/ on %s"
+msgstr "/ дар %s"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:538
+msgid "_Wrap Around"
+msgstr ""
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:548
+msgid "Match _Entire Word Only"
+msgstr ""
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:558
+msgid "_Match Case"
+msgstr ""
+
+#: ../gedit/gedit-view-frame.c:755
+msgid "String you want to search for"
+msgstr ""
+
+#: ../gedit/gedit-view-frame.c:765
+msgid "Line you want to move the cursor to"
+msgstr ""
+
+#: ../gedit/gedit-window.c:942
+#, c-format
+msgid "Use %s highlight mode"
+msgstr ""
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1047 ../gedit/gedit-window.c:2074
+#: ../plugins/externaltools/tools/manager.py:146
+#: ../plugins/externaltools/tools/manager.py:455
+#: ../plugins/externaltools/tools/manager.py:571
+#: ../plugins/externaltools/tools/manager.py:890
+msgid "Plain Text"
+msgstr ""
+
+#: ../gedit/gedit-window.c:1048
+msgid "Disable syntax highlighting"
+msgstr ""
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1365
+#, c-format
+msgid "Open '%s'"
+msgstr "Кушодани \"%s\""
+
+#: ../gedit/gedit-window.c:1467
+msgid "Open"
+msgstr "Кушодан"
+
+#: ../gedit/gedit-window.c:1522
+msgid "Save"
+msgstr "Захира кардан"
+
+#: ../gedit/gedit-window.c:1524
+msgid "Print"
+msgstr "Чоп кардан"
+
+#: ../gedit/gedit-window.c:1526
+msgid "Find"
+msgstr "Ёфтан"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1698
+#, c-format
+msgid "Activate '%s'"
+msgstr "Фаъол кардани \"%s\""
+
+#: ../gedit/gedit-window.c:2055
+msgid "Use Spaces"
+msgstr ""
+
+#: ../gedit/gedit-window.c:2128
+msgid "Tab Width"
+msgstr ""
+
+#: ../gedit/gedit-window.c:2237
+msgid "Bracket match is out of range"
+msgstr ""
+
+#: ../gedit/gedit-window.c:2242
+msgid "Bracket match not found"
+msgstr ""
+
+#: ../gedit/gedit-window.c:2247
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr ""
+
+#: ../gedit/gedit-window.c:2852
+msgid "There are unsaved documents"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Тағйир додани регистр"
+
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:242
+msgid "C_hange Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:243
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:244
+msgid "Change selected text to upper case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:246
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:247
+msgid "Change selected text to lower case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:249
+msgid "_Invert Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:250
+msgid "Invert the case of selected text"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:252
+msgid "_Title Case"
+msgstr ""
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:253
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr ""
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:257
+msgid "There was an error displaying the URI."
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:294
+msgid "_Download"
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:302
+msgid "_Ignore Version"
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:317
+msgid "There is a new version of gedit"
+msgstr ""
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:321
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr ""
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr ""
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "Омори ҳуҷҷат"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:427
+msgid "_Document Statistics"
+msgstr "_Омори ҳуҷҷат"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:429
+msgid "Get statistical information on the current document"
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:2
+msgid "_Update"
+msgstr "_Навсозӣ кардан"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:3
+msgid "File Name"
+msgstr "Номи файл"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:4
+#: ../plugins/externaltools/tools/tools.ui.h:27
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid " "
+msgstr " "
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:5
+msgid "Document"
+msgstr "Ҳуҷҷат"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:6
+msgid "Selection"
+msgstr "Интихоб"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:7
+msgid "Lines"
+msgstr "Хатҳо"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:8
+msgid "Words"
+msgstr "Калимаҳо"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:9
+msgid "Characters (with spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:10
+msgid "Characters (no spaces)"
+msgstr ""
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:11
+msgid "Bytes"
+msgstr "Байт"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "Сохтан"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr ""
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr ""
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr ""
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "Иҷро кардани фармон"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr ""
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr ""
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr ""
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr ""
+
+#: ../plugins/externaltools/tools/capture.py:92
+#, python-format
+msgid "Could not execute command: %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:157
+msgid "You must be inside a word to run this command"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:263
+msgid "Running tool:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/functions.py:292
+msgid "Done."
+msgstr "Тайёр."
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Exited"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:144
+msgid "All languages"
+msgstr "Ҳамаи забонҳо"
+
+#: ../plugins/externaltools/tools/manager.py:560
+#: ../plugins/externaltools/tools/manager.py:564
+#: ../plugins/externaltools/tools/manager.py:888
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "All Languages"
+msgstr "Ҳамаи забонҳо"
+
+#: ../plugins/externaltools/tools/manager.py:677
+msgid "New tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:808
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:852
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/externaltools/tools/manager.py:854
+msgid "Type a new accelerator"
+msgstr ""
+
+#: ../plugins/externaltools/tools/outputpanel.py:120
+msgid "Stopped."
+msgstr "Қатъ карда шуд."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "All documents"
+msgstr "Ҳамаи ҳуҷҷатҳо"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents except untitled ones"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "Local files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Remote files only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Untitled documents only"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Nothing"
+msgstr "Ҳеҷ чиз"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current selection"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection (default to document)"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current line"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Create new document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Append to current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Replace current document"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current selection"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Insert at cursor position"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Manage External Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "_Tools:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Edit:"
+msgstr "_Таҳрир кардан:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Applicability:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Output:"
+msgstr "_Натиҷа:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "_Input:"
+msgstr "_Вуруд:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:32
+msgid "_Save:"
+msgstr "_Захира кардан:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:33
+msgid "Shortcut _Key:"
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:173
+msgid "Manage _External Tools..."
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:174
+msgid "Opens the External Tools Manager"
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:177
+msgid "External _Tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:178
+msgid "External tools"
+msgstr ""
+
+#: ../plugins/externaltools/tools/windowactivatable.py:212
+msgid "Shell Output"
+msgstr ""
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr ""
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:241
+msgid "File System"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:558
+msgid "_Set root to active document"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:560
+msgid "Set the root to the active document location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:565
+msgid "_Open terminal here"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:567
+msgid "Open a terminal at the currently opened directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:705
+msgid "File Browser"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:848
+msgid "An error occurred while creating a new directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:851
+msgid "An error occurred while creating a new file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:854
+msgid "An error occurred while renaming a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:857
+msgid "An error occurred while deleting a file or directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:860
+msgid "An error occurred while opening a directory in the file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:863
+msgid "An error occurred while setting a root directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:866
+msgid "An error occurred while loading a directory"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:869
+msgid "An error occurred"
+msgstr "Хатогӣ ба вучуд омадааст"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1083
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1088
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1093
+msgid "The selected files cannot be moved to the trash."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1125
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1130
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1133
+msgid "If you delete an item, it is permanently lost."
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1722
+msgid "(Empty)"
+msgstr "(Холӣ)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3467
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3711
+msgid "file"
+msgstr "файл"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3739
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3770
+msgid "directory"
+msgstr "директория"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3795
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:733
+msgid "Bookmarks"
+msgstr "Хатбаракҳо"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "_Filter"
+msgstr "_Филтр"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:826
+msgid "_Move to Trash"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+msgid "Move selected file or folder to trash"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:829
+msgid "_Delete"
+msgstr "_Нест кардан"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:830
+msgid "Delete selected file or folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:837
+msgid "Open selected file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:843
+msgid "Up"
+msgstr "Боло"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:844
+msgid "Open the parent folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:849
+msgid "_New Folder"
+msgstr "_Ҷузвдони нав"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:850
+msgid "Add new empty folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:852
+msgid "New F_ile"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:853
+msgid "Add new empty file"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:858
+msgid "_Rename"
+msgstr "_Иваз кардани ном"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:859
+msgid "Rename selected file or folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:865
+msgid "_Previous Location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:867
+msgid "Go to the previous visited location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+msgid "_Next Location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:870
+msgid "Go to the next visited location"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:871
+msgid "Re_fresh View"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:872
+msgid "Refresh the view"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:873
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:891
+msgid "_View Folder"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:874
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:892
+msgid "View folder in file manager"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:881
+msgid "Show _Hidden"
+msgstr "Намоиш додани _ноаён"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:882
+msgid "Show hidden files and folders"
+msgstr "Намоиш додани файлҳо ва ҷузвдонҳои ноаён"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:884
+msgid "Show _Binary"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:885
+msgid "Show binary files"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1202
+msgid "Match Filename"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2004
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2081
+#, c-format
+msgid "Could not open media: %s"
+msgstr ""
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2128
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr ""
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr ""
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr ""
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr ""
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:52
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr ""
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/__init__.py:71
+msgid "Quick open"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/__init__.py:72
+msgid "Quickly open documents"
+msgstr ""
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr ""
+
+#: ../plugins/quickopen/quickopen/popup.py:73
+msgid "Type to search..."
+msgstr ""
+
+#. ex:ts=8:et:
+#: ../plugins/snippets/snippets/document.py:57
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/exporter.py:82
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr ""
+
+#: ../plugins/snippets/snippets/exporter.py:99
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr ""
+
+#: ../plugins/snippets/snippets/exporter.py:102
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "Файли \"%s\" вуҷуд надорад"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:43
+msgid "Snippets archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:63
+msgid "Add a new snippet..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:115
+msgid "Global"
+msgstr "Умумӣ"
+
+#: ../plugins/snippets/snippets/manager.py:399
+msgid "Revert selected snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:402
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Delete selected snippet"
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:661
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:668
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:757
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:764
+msgid "Import successfully completed"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:778
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:783
+#: ../plugins/snippets/snippets/manager.py:869
+#: ../plugins/snippets/snippets/manager.py:932
+msgid "All supported archives"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "Gzip compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Bzip2 compressed archive"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:786
+msgid "Single snippets file"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/manager.py:873
+#: ../plugins/snippets/snippets/manager.py:936
+msgid "All files"
+msgstr "Ҳамаи файлҳо"
+
+#: ../plugins/snippets/snippets/manager.py:799
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:803
+msgid "Export successfully completed"
+msgstr ""
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:843
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:858
+#: ../plugins/snippets/snippets/manager.py:928
+msgid "There are no snippets selected to be exported"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:863
+#: ../plugins/snippets/snippets/manager.py:901
+msgid "Export snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:1042
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+
+#: ../plugins/snippets/snippets/manager.py:1044
+msgid "Type a new shortcut"
+msgstr ""
+
+#: ../plugins/snippets/snippets/placeholder.py:601
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+
+#: ../plugins/snippets/snippets/placeholder.py:609
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr ""
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "_Snippets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Add Snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Remove Snippet"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Import Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export selected snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Export Snippets"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "Activation"
+msgstr ""
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "_Tab trigger:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "S_hortcut key:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:18
+msgid "Shortcut key with which the snippet is activated"
+msgstr ""
+
+#: ../plugins/snippets/snippets/snippets.ui.h:19
+msgid "_Drop targets:"
+msgstr ""
+
+#: ../plugins/snippets/snippets/windowactivatable.py:154
+msgid "Manage _Snippets..."
+msgstr ""
+
+#: ../plugins/snippets/snippets/windowactivatable.py:155
+msgid "Manage snippets"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/sort/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "Мураттаб кардан"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:2
+msgid "_Sort"
+msgstr "_Мураттаб кардан"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:3
+msgid "_Reverse order"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:4
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:6
+msgid "S_tart at column:"
+msgstr ""
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:7
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:444
+msgid "(no suggested words)"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "_Бештар..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "_Нодида гирифтани ҳама"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "_Илова кардан"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:264
+msgid "Check Spelling"
+msgstr "Санҷидани имло"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:275
+msgid "Suggestions"
+msgstr "Пешниҳодҳо"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:551
+msgid "(correct spelling)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:692
+msgid "Completed spell checking"
+msgstr ""
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:378
+#: ../plugins/spell/gedit-spell-checker-language.c:384
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr ""
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:393
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Номаълум (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:499
+msgctxt "language"
+msgid "Default"
+msgstr "Пешфарз"
+
+#. ex:ts=8:noet:
+#: ../plugins/spell/gedit-spell-language-dialog.c:140
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Set language"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:182
+msgid "Languages"
+msgstr "Забонҳо"
+
+#: ../plugins/spell/gedit-spell-plugin.c:107
+msgid "_Check Spelling..."
+msgstr "_Санҷидани имло..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:109
+msgid "Check the current document for incorrect spelling"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:115
+msgid "Set _Language..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:117
+msgid "Set the language of the current document"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:126
+msgid "_Highlight Misspelled Words"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:128
+msgid "Automatically spell-check the current document"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:810
+msgid "The document is empty."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-plugin.c:835
+msgid "No misspelled words"
+msgstr ""
+
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Select the _language of the current document."
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "Санҷидани имло"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "word"
+msgstr "калима"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "Тағйир додан _ба:"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "_Пешниҳодҳо:"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "_Нодида гирифтан"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "Нодида гирифтани _ҳама"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "Language:"
+msgstr "Забон:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "Language"
+msgstr "Забон"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr ""
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr ""
+
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "Use the _selected format"
+msgstr ""
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "_Use custom format"
+msgstr ""
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr ""
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "01/11/2009 17:52:00"
+msgstr ""
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "_Дарҷ кардан"
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "In_sert Date and Time..."
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:186
+msgid "Insert current date and time at the cursor position"
+msgstr ""
+
+#: ../plugins/time/gedit-time-plugin.c:504
+msgid "Available formats"
+msgstr ""
+
+#. ex:ts=8:noet:
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr ""
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+msgid "When inserting date/time..."
+msgstr ""
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "_Prompt for a format"
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr ""
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr ""
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr ""
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr ""
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:1
+msgid "Zeitgeist dataprovider"
+msgstr ""
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:2
+msgid "Logs access and leave event for documents used with gedit"
+msgstr ""
+
+#~ msgid "Text;"
+#~ msgstr "Матн;"
diff --git a/po/th.po b/po/th.po
new file mode 100644
index 0000000..665c34b
--- /dev/null
+++ b/po/th.po
@@ -0,0 +1,6004 @@
+# Thai translation of gedit.
+# Copyright (C) 2004-2016 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gedit package.
+#
+# Supakorn Siddhichai <supakorn.siddhichai@nectec.or.th>, 2003, 2004.
+# Supranee Thirawatthanasuk <supranee@opentle.org>, 2004.
+# Chanchai Junlouchai <taz@opentle.org>, 2004.
+# Theppitak Karoonboonyanan <thep@linux.thai.net>, 2004-2010, 2012.
+# Kittiphong Meesawat <ktphong@yahoo.com>, 2010.
+# Akom Chotiphantawanon <knight2000@gmail.com>, 2009, 2011-2016.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2016-08-21 17:40+0000\n"
+"PO-Revision-Date: 2016-08-31 22:26+0700\n"
+"Last-Translator: Akom Chotiphantawanon <knight2000@gmail.com>\n"
+"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
+"Language: th\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Gtranslator 2.91.6\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr ""
+"gedit เป็นโปรแกรมแก้ไขข้อความอย่างเป็นทางการของเดสก์ท็อป GNOME ในขณะที่ gedit "
+"มุ่งไปที่ความเรียบง่ายและความสะดวกใช้ "
+"แต่ก็เป็นโปรแกรมแก้ไขข้อความที่มีประสิทธิภาพสำหรับงานทั่วไปเช่นกัน"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr ""
+"ไม่ว่าคุณจะเขียนหนังสือขายดีเล่มถัดไป หรือเขียนโปรแกรมประยุกต์เปี่ยมนวัตกรรม "
+"หรือเพียงแค่จดบันทึกอย่างเร็ว gedit ก็จะเป็นเครื่องมือที่เชื่อถือได้ที่จะทํางานของคุณให้สำเร็จ"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr ""
+"ระบบปลั๊กอินที่ยืดหยุ่นช่วยให้คุณไปตัดประยุกต์เข้ากับความต้องการของคุณ "
+"และทำให้เหมาะกับขั้นตอนการทำงานของคุณ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1 ../gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "เครื่องมือแก้ไขข้อความ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2
+msgid "Edit text files"
+msgstr "แก้ไขแฟ้มข้อความ"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "gedit Text Editor"
+msgstr "เครื่องมือแก้ไขข้อความ gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "Text;Editor;Plaintext;Write;"
+msgstr "ข้อความ;เครื่องมือแก้ไข;ข้อความเปล่า;เขียน;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "New Window"
+msgstr "หน้าต่างใหม่"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "New Document"
+msgstr "เอกสารใหม่"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "ใช้แบบอักษรปริยาย"
+
+#: ../data/org.gnome.gedit.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 gedit. 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.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "แ_บบอักษรของเครื่องมือแก้ไข"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "ชุดสไตล์"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "ชื่อชุดสไตล์ของ GtkSourceView ที่จะใช้เน้นสีข้อความ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "สร้างสำเนาแฟ้มสำรอง"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "กำหนดให้ gedit สร้างสำเนาสำรองสำหรับแฟ้มที่บันทึก"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "บันทึกข้อมูลอัตโนมัติ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr ""
+"ให้ gedit บันทึกการแก้ไขโดยอัตโนมัติเป็นช่วงๆ หรือไม่ "
+"คุณสามารถกำหนดช่วงเวลาการบันทึกได้โดยตั้งค่าตัวเลือก \"ช่วงเวลาการบันทึกข้อมูลอัตโนมัติ\""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "ช่วงเวลาการบันทึกข้อมูลอัตโนมัติ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr "ระยะเวลาเป็นนาทีที่ gedit จะบันทึกแฟ้ม มีผลใช้ต่อเมื่อใช้ตัวเลือก \"บันทึกข้อมูลอัตโนมัติ\""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "จำนวนปฏิบัติการสูงสุดของการเรียกคืน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr ""
+"จำนวนครั้งสูงสุดของการปฏิบัติการที่ gedit จะสามารถเรียกคืนการทำหรือทำซ้ำได้ ใช้ค่า \"-1\" "
+"จะหมายถึงไม่จำกัดจำนวน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "โหมดการตัดบรรทัด"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 ""
+"กำหนดว่าจะตัดบรรทัดอย่างไรในขณะแก้ไข หากใช้ \"none\" จะไม่ตัดบรรทัด, \"word\" "
+"จะตัดบรรทัดที่ขอบเขตคำ, และ \"char\" จะตัดบรรทัดที่ระดับตัวอักษร หมายเหตุ ตัวพิมพ์ใหญ่-"
+"เล็กมีความหมายต่างกัน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "โหมดแบ่งล่าสุดที่เลือกสำหรับโหมดตัดบรรทัด"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr ""
+"ระบุโหมดแบ่งล่าสุดที่ใช้กับโหมดตัดบรรทัด เพื่อว่าเมื่อปิดโหมดการตัดบรรทัด "
+"เราจะยังคงจำไว้ว่าเลือกโหมดแบ่งแบบไหน ใช้ \"word\" จะตัดบรรทัดที่ขอบเขตคำ และ \"char\" "
+"จะตัดบรรทัดที่ระดับตัวอักษร"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "ขนาดของแท็บ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "กำหนดจำนวนช่องว่างเพื่อแสดงแทนอักษรแท็บ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "แทรกช่องว่าง"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "กำหนดให้ gedit ใส่ช่องว่างแทนแท็บ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "ร่นบรรทัดอัตโนมัติ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "ให้ gedit ร่นบรรทัดให้โดยอัตโนมัติ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "แสดงเลขบรรทัด"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "ให้ gedit แสดงเลขบรรทัดในพื้นที่แก้ไข"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "เน้นบรรทัดปัจจุบัน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "กำหนดให้ gedit เน้นบรรทัดปัจจุบัน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "เน้นวงเล็บที่เข้าคู่กัน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "กำหนดให้ gedit เน้นวงเล็บที่เข้าคู่กัน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "แสดงกั้นหน้าขวา"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "ให้ gedit แสดงกั้นหน้าขวาในพื้นที่แก้ไข"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "ตำแหน่งกั้นหน้าขวา"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "กำหนดตำแหน่งของกั้นหน้าขวา"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Display Overview Map"
+msgstr "แสดงผังภาพรวม"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+msgid "Whether gedit should display the overview map for the document."
+msgstr "จะให้ gedit แสดงผังภาพรวมของเอกสารหรือไม่"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Document background pattern type"
+msgstr "ชนิดของแพตเทิร์นพื้นหลังของเอกสาร"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid "Whether the document will get a background pattern painted."
+msgstr "จะระบายแพตเทิร์นพื้นหลังให้กับเอกสารหรือไม่"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Smart Home End"
+msgstr "Home End พิเศษ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+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 ""
+"ระบุว่าจะเลื่อนเคอร์เซอร์อย่างไรเมื่อกดปุ่ม HOME และ END ใช้ค่า \"disabled\" "
+"ถ้าต้องการเลื่อนไปที่ต้น/ท้ายบรรทัดเสมอ, \"after\" ถ้าต้องการเลื่อนไปที่ต้น/"
+"ท้ายบรรทัดเมื่อกดครั้งแรก แล้วจึงจะย้ายมาต้น/ท้ายข้อความเมื่อกดครั้งที่สอง "
+"โดยกระโดดข้ามช่องว่างที่ต้น/ท้ายบรรทัด, \"before\" ถ้าต้องการเลื่อนไปที่ต้น/ท้ายข้อความก่อน "
+"แล้วจึงย้ายไปที่ต้น/ท้ายบรรทัดในครั้งต่อมา, และ \"always\" ถ้าต้องการเลื่อนไปที่ต้น/"
+"ท้ายข้อความเสมอ โดยไม่ย้ายไปที่ต้น/ท้ายบรรทัด"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Restore Previous Cursor Position"
+msgstr "คืนค่าตำแหน่งเคอร์เซอร์ล่าสุด"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "กำหนดให้ gedit คืนค่าตำแหน่งเคอร์เซอร์ล่าสุดเมื่อโหลดแฟ้ม"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Enable Syntax Highlighting"
+msgstr "เปิดใช้งานการเน้นไวยากรณ์"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "ให้ gedit เน้นข้อความตามไวยากรณ์ของเนื้อหา"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Enable Search Highlighting"
+msgstr "เปิดใช้งานการเน้นคำค้น"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "กำหนดให้ gedit เน้นคำที่พบทั้งหมดเมื่อค้นข้อความ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Ensure Trailing Newline"
+msgstr "ตรวจสอบให้จบแฟ้มด้วยอักขระขึ้นบรรทัดใหม่เสมอ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "กำหนดให้ gedit ตรวจสอบให้แน่ใจว่าเอกสารจบด้วยอักขระขึ้นบรรทัดใหม่เสมอ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Toolbar is Visible"
+msgstr "แสดงแถบเครื่องมือ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "จะแสดงแถบเครื่องมือในหน้าต่างแก้ไขข้อความหรือไม่"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Notebook Show Tabs Mode"
+msgstr "โหมดการแสดงแท็บของสมุดบันทึก"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"กำหนดว่าเมื่อใดจะแสดงแท็บของสมุดบันทึก ถ้าใช้ \"never\" จะไม่แสดงแท็บเลย \"always\" "
+"จะแสดงแท็บเสมอ และ \"auto\" จะแสดงแท็บเฉพาะเมื่อมีแท็บมากกว่าหนึ่งแท็บเท่านั้น หมายเหตุ "
+"ตัวพิมพ์ใหญ่-เล็กมีความหมายต่างกัน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Status Bar is Visible"
+msgstr "แสดงแถบสถานะ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "จะแสดงแถบสถานะที่ด้านล่างของหน้าต่างแก้ไขข้อความหรือไม่"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Side panel is Visible"
+msgstr "แสดงช่องด้านข้าง"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "จะแสดงช่องด้านข้างที่ด้านซ้ายของหน้าต่างแก้ไขข้อความหรือไม่"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Maximum Recent Files"
+msgstr "จำนวนสูงสุดของแฟ้มล่าสุด"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr "กำหนดจำนวนชื่อแฟ้มที่เคยแก้ไขและแสดงในเมนูย่อย \"แฟ้มล่าสุด\""
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Print Syntax Highlighting"
+msgstr "พิมพ์แบบเน้นไวยากรณ์"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "กำหนดให้ gedit เน้นไวยากรณ์ในการจัดพิมพ์เอกสาร"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Header"
+msgstr "พิมพ์หัวกระดาษ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "กำหนดให้ gedit พิมพ์หัวกระดาษด้วย"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "Printing Line Wrapping Mode"
+msgstr "พิมพ์โดยใช้โหมดตัดบรรทัด"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+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 ""
+"กำหนดว่าจะตัดบรรทัดอย่างไรในขณะจัดพิมพ์ หากใช้ \"none\" จะไม่ตัดบรรทัด, \"word\" "
+"จะตัดบรรทัดที่ขอบเขตคำ, และ \"char\" จะตัดบรรทัดที่ระดับตัวอักษร หมายเหตุ ตัวพิมพ์ใหญ่-"
+"เล็กมีความหมายต่างกัน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid "Print Line Numbers"
+msgstr "พิมพ์เลขบรรทัด"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"ถ้าตั้งค่านี้เป็น 0 ก็จะไม่แทรกเลขบรรทัดในการพิมพ์เอกสาร ถ้าเป็นค่าอื่น gedit "
+"จะพิมพ์เลขบรรทัดโดยเว้นเป็นช่วงๆ เท่ากับจำนวนบรรทัดที่กำหนด"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+msgid "Body Font for Printing"
+msgstr "แบบของอักษรเวลาพิมพ์"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:70
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "กำหนดแบบอักษรที่จะใช้สำหรับเวลาพิมพ์"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+msgid "Header Font for Printing"
+msgstr "แบบอักษรของหัวกระดาษในการพิมพ์"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:73
+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.gnome.gedit.gschema.xml.in.h:74
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:75
+msgid "Line Number Font for Printing"
+msgstr "แบบอักษรของเลขเส้นบรรทัดในการพิมพ์"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:76
+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.gnome.gedit.gschema.xml.in.h:77
+msgid "Margin Left"
+msgstr "ขอบซ้าย"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:78
+msgid "The left margin, in millimeters."
+msgstr "ขอบซ้ายเป็นมิลลิเมตร"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:79
+msgid "Margin Top"
+msgstr "ขอบบน"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:80
+msgid "The top margin, in millimeters."
+msgstr "ขอบบนเป็นมิลลิเมตร"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:81
+msgid "Margin Right"
+msgstr "ขอบขวา"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:82
+msgid "The right margin, in millimeters."
+msgstr "ขอบขวาเป็นมิลลิเมตร"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:83
+msgid "Margin Bottom"
+msgstr "ขอบล่าง"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "The bottom margin, in millimeters."
+msgstr "ขอบล่างเป็นมิลลิเมตร"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Candidate Encodings"
+msgstr "รหัสอักขระให้เลือก"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"รายชื่อรหัสอักขระที่ให้เลือก ซึ่งจะแสดงในเมนูรหัสอักขระในกล่องเลือกเปิด/บันทึกแฟ้ม \"CURRENT\" "
+"แทนรหัสอักขระของท้องถิ่นปัจจุบัน สามารถใช้ได้เฉพาะรหัสอักขระที่ระบบรู้จักเท่านั้น "
+"ค่าปริยายคือรายชื่อว่างเปล่า ซึ่ง Gedit จะเลือกค่าปริยายต่างๆ ที่เหมาะสมให้ "
+"โดยพิจารณาจากภาษาและประเทศ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:87
+msgid "Active plugins"
+msgstr "ปลั๊กอินที่เปิดใช้"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:88
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"รายการปลั๊กอินที่เลือกใช้ คีย์นี้เก็บ \"ตำแหน่ง\" ของปลั๊กอินทั้งหลายที่เลือกกรุณาดูแฟ้ม .gedit-"
+"plugin เพื่อดู \"ตำแหน่ง\" ของปลั๊กอินที่ต้องการ"
+
+#: ../gedit/gedit-app.c:110
+msgid "Show the application's version"
+msgstr "แสดงรุ่นของโปรแกรม"
+
+#: ../gedit/gedit-app.c:116
+msgid "Display list of possible values for the encoding option"
+msgstr "แสดงค่าที่เป็นไปได้ทั้งหมดสำหรับตัวเลือกรหัสอักขระ"
+
+#: ../gedit/gedit-app.c:123
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "กำหนดรหัสอักขระที่จะใช้เปิดแฟ้มที่ระบุในบรรทัดคำสั่ง"
+
+#: ../gedit/gedit-app.c:124
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: ../gedit/gedit-app.c:130
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "เปิดหน้าต่างใหม่โดยใช้ gedit ตัวที่กำลังทำงานอยู่"
+
+#: ../gedit/gedit-app.c:137
+msgid "Create a new document in an existing instance of gedit"
+msgstr "สร้างเอกสารใหม่ในหน้าต่าง gedit ที่ใช้งานอยู่"
+
+#: ../gedit/gedit-app.c:144
+msgid "Open files and block process until files are closed"
+msgstr "เปิดแฟ้มแล้วบล็อคโพรเซสจนกระทั่งแฟ้มต่างๆ ถูกปิด"
+
+#: ../gedit/gedit-app.c:151
+msgid "Run gedit in standalone mode"
+msgstr "เรียกทำงาน gedit ในโหมด standalone"
+
+#: ../gedit/gedit-app.c:158
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[แฟ้ม...] [+บรรทัด[:คอลัมน์]]"
+
+#: ../gedit/gedit-app.c:273
+msgid "There was an error displaying the help."
+msgstr "เกิดข้อผิดพลาดในการแสดงคำแนะนำ"
+
+#: ../gedit/gedit-app.c:967
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ไม่ใช่รหัสอักขระที่ใช้ได้"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:277
+msgid "Close _without Saving"
+msgstr "_ปิดโดยไม่บันทึก"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:278
+#: ../gedit/gedit-commands-file.c:462 ../gedit/gedit-commands-file.c:567
+#: ../gedit/gedit-commands-file.c:643 ../gedit/gedit-commands-file.c:854
+#: ../gedit/gedit-commands-file.c:1568 ../gedit/gedit-encodings-dialog.c:194
+#: ../gedit/gedit-io-error-info-bar.c:130
+#: ../gedit/gedit-io-error-info-bar.c:511
+#: ../gedit/gedit-preferences-dialog.c:825
+#: ../gedit/gedit-progress-info-bar.c:49
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "_ยกเลิก"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/resources/gtk/menus.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "_บันทึกเป็น…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:306
+#: ../gedit/gedit-commands-file.c:855
+#: ../gedit/resources/gtk/menus-common.ui.h:18
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "_บันทึก"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "ถ้าคุณไม่บันทึก การแก้ไขทั้งหมดใน %ld วินาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:333
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "ถ้าคุณไม่บันทึก การแก้ไขทั้งหมดในนาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:339
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "ถ้าคุณไม่บันทึก การแก้ไขทั้งหมดในนาทีกับ %ld วินาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:349
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "ถ้าคุณไม่บันทึก การแก้ไขทั้งหมดใน %ld นาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:364
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "ถ้าคุณไม่บันทึก การแก้ไขทั้งหมดในชั่วโมงที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:370
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "ถ้าคุณไม่บันทึก การแก้ไขทั้งหมดในชั่วโมงกับ %d นาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:385
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "ถ้าคุณไม่บันทึก การแก้ไขทั้งหมดใน %d ชั่วโมงที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:414
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "การแก้ไขทั้งหมดในเอกสาร “%s” จะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:419
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "บันทึกการเปลี่ยนแปลงในเอกสาร “%s” ก่อนปิดหรือไม่?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:434
+#: ../gedit/gedit-close-confirmation-dialog.c:558
+msgid "Saving has been disabled by the system administrator."
+msgstr "การบันทึกถูกระงับไว้โดยผู้ดูแลระบบ"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:500
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "การแก้ไขทั้งหมดในเอกสาร %d ฉบับจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:508
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "มีเอกสารทั้งหมด %d ฉบับถูกแก้ไขโดยยังไม่บันทึก คุณต้องการบันทึกก่อนปิดหรือไม่?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:534
+msgid "Docum_ents with unsaved changes:"
+msgstr "เอก_สารที่ยังไม่ได้บันทึกการแก้ไข:"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:538
+msgid "S_elect the documents you want to save:"
+msgstr "เ_ลือกเอกสารที่คุณต้องการจะบันทึก"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:562
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "ถ้าคุณไม่บันทึก การแก้ไขที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-commands-file.c:261
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "กำลังอ่านแฟ้ม '%s'…"
+
+#: ../gedit/gedit-commands-file.c:270
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "กำลังอ่าน %d แฟ้ม…"
+
+#. Translators: "Open" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:456
+msgctxt "window title"
+msgid "Open"
+msgstr "เปิด"
+
+#: ../gedit/gedit-commands-file.c:463
+#: ../gedit/resources/gtk/menus-common.ui.h:15
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:39
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "_เปิด"
+
+#: ../gedit/gedit-commands-file.c:558
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "แฟ้ม \"%s\" อ่านได้อย่างเดียว"
+
+#: ../gedit/gedit-commands-file.c:563
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "คุณต้องการพยายามเขียนทับแฟ้มดังกล่าวด้วยข้อมูลที่กำลังจะบันทึกนี้หรือไม่?"
+
+#: ../gedit/gedit-commands-file.c:568
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "แ_ทนที่"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "บันทึกแฟ้มโดยใช้การบีบอัดหรือไม่?"
+
+#: ../gedit/gedit-commands-file.c:612
+msgid "Save the file as plain text?"
+msgstr "บันทึกแฟ้มเป็นข้อความเปล่าหรือไม่?"
+
+#: ../gedit/gedit-commands-file.c:625
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr "แฟ้ม \"%s\" ถูกบันทึกเป็นข้อความเปล่าไว้ก่อนหน้านี้ และขณะนี้จะบันทึกโดยใช้การบีบอัด"
+
+#: ../gedit/gedit-commands-file.c:629
+msgid "_Save Using Compression"
+msgstr "_บันทึกโดยใช้การบีบอัด"
+
+#: ../gedit/gedit-commands-file.c:634
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "แฟ้ม \"%s\" ถูกบันทึกไว้ก่อนหน้านี้โดยมีการบีบอัด และขณะนี้จะบันทึกเป็นข้อความเปล่า"
+
+#: ../gedit/gedit-commands-file.c:637
+msgid "_Save As Plain Text"
+msgstr "_บันทึกเป็นข้อความเปล่า"
+
+#: ../gedit/gedit-commands-file.c:752 ../gedit/gedit-commands-file.c:1019
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "กำลังบันทึกแฟ้ม '%s'…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: ../gedit/gedit-commands-file.c:847
+msgctxt "window title"
+msgid "Save As"
+msgstr "บันทึกเป็น"
+
+#: ../gedit/gedit-commands-file.c:1429
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "กำลังคืนข้อมูลแฟ้ม '%s' กลับ…"
+
+#: ../gedit/gedit-commands-file.c:1476
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "ยกเลิกการแก้ไขที่ยังไม่บันทึกของเอกสาร '%s' เพื่อย้อนกลับสู่สภาพเดิมหรือไม่?"
+
+#: ../gedit/gedit-commands-file.c:1485
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "การแก้ไขทั้งหมดในเอกสารใน %ld วินาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-commands-file.c:1494
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "การแก้ไขทั้งหมดในเอกสารในช่วงนาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-commands-file.c:1500
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "การแก้ไขทั้งหมดในเอกสารในนาทีกับอีก %ld วินาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-commands-file.c:1510
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "การแก้ไขทั้งหมดในเอกสารใน %ld นาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-commands-file.c:1525
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "การแก้ไขทั้งหมดในเอกสารในชั่วโมงที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-commands-file.c:1531
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "การแก้ไขทั้งหมดในเอกสารในช่วงชั่วโมงกับอีก %d นาทีที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-commands-file.c:1546
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "การแก้ไขทั้งหมดในเอกสารใน %d ชั่วโมงที่ผ่านมาจะสูญหายอย่างถาวร"
+
+#: ../gedit/gedit-commands-file.c:1569
+msgid "_Revert"
+msgstr "คืน_กลับ"
+
+#: ../gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit เป็นเครื่องมือแก้ไขข้อความขนาดเล็กและใช้งานง่ายสำหรับ GNOME"
+
+#: ../gedit/gedit-commands-help.c:132
+msgid "translator-credits"
+msgstr ""
+"ศุภกร สิทธิชัย\n"
+"สุปราณี ธีระวัฒนสุข\n"
+"ชาญชัย จันฤๅชัย\n"
+"เทพพิทักษ์ การุญบุญญานันท์\n"
+"อาคม โชติพันธวานนท์\n"
+"กิตติพงษ์ มีสวัสดิ์"
+
+#: ../gedit/gedit-commands-search.c:107
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "ค้นพบและแทนที่ไปทั้งหมด %d แห่ง"
+
+#: ../gedit/gedit-commands-search.c:116
+msgid "Found and replaced one occurrence"
+msgstr "ค้นพบและแทนที่ไปแห่งเดียว"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:142
+#, c-format
+msgid "\"%s\" not found"
+msgstr "ไม่พบ \"%s\""
+
+#: ../gedit/gedit-document.c:1103 ../gedit/gedit-document.c:1136
+#, c-format
+msgid "Untitled Document %d"
+msgstr "เอกสารไม่มีชื่อ %d"
+
+#: ../gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "กลุ่มแท็บ %i"
+
+#: ../gedit/gedit-documents-panel.c:499 ../gedit/gedit-window.c:1161
+#: ../gedit/gedit-window.c:1167 ../gedit/gedit-window.c:1175
+msgid "Read-Only"
+msgstr "อ่านอย่างเดียว"
+
+#: ../gedit/gedit-encodings-combo-box.c:299
+#: ../gedit/gedit-file-chooser-dialog-osx.c:565
+msgid "Automatically Detected"
+msgstr "ตรวจหาโดยอัตโนมัติ"
+
+#: ../gedit/gedit-encodings-combo-box.c:328
+#: ../gedit/gedit-file-chooser-dialog-osx.c:574
+msgid "Add or Remove..."
+msgstr "เพิ่มหรือลบออก..."
+
+#: ../gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "รหัสท้องถิ่นปัจจุบัน (%s)"
+
+#: ../gedit/gedit-encodings-dialog.c:95
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (รหัสท้องถิ่นปัจจุบัน)"
+
+#: ../gedit/gedit-encodings-dialog.c:190
+msgid "Do you really want to reset the character encodings' preferences?"
+msgstr "คุณต้องการล้างค่าปรับแต่งของรหัสอักขระจริงหรือไม่?"
+
+#. Reset button
+#: ../gedit/gedit-encodings-dialog.c:195 ../gedit/gedit-encodings-dialog.c:820
+msgid "_Reset"
+msgstr "_ล้างค่า"
+
+#: ../gedit/gedit-encodings-dialog.c:731
+msgid "Add"
+msgstr "เพิ่ม"
+
+#: ../gedit/gedit-encodings-dialog.c:774
+msgid "Remove"
+msgstr "ลบ"
+
+#: ../gedit/gedit-encodings-dialog.c:785
+msgid "Move to a higher priority"
+msgstr "ย้ายลำดับความสำคัญให้สูงขึ้น"
+
+#: ../gedit/gedit-encodings-dialog.c:796
+msgid "Move to a lower priority"
+msgstr "ย้ายลำดับความสำคัญให้ต่ำลง"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:41
+#: ../gedit/gedit-preferences-dialog.c:834
+msgid "All Files"
+msgstr "ทุกแฟ้ม"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:42
+msgid "All Text Files"
+msgstr "แฟ้มข้อความทั้งหมด"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:307
+msgid "C_haracter Encoding:"
+msgstr "_รหัสอักขระ:"
+
+#: ../gedit/gedit-file-chooser-dialog-gtk.c:366
+msgid "L_ine Ending:"
+msgstr "การจบ_บรรทัด:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:547
+msgid "Character Encoding:"
+msgstr "รหัสอักขระ:"
+
+#: ../gedit/gedit-file-chooser-dialog-osx.c:620
+msgid "Line Ending:"
+msgstr "การจบบรรทัด:"
+
+#: ../gedit/gedit-highlight-mode-selector.c:269 ../gedit/gedit-window.c:1245
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "ข้อความเปล่า"
+
+#: ../gedit/gedit-io-error-info-bar.c:143
+#: ../gedit/gedit-io-error-info-bar.c:491
+msgid "_Retry"
+msgstr "_ลองใหม่"
+
+#: ../gedit/gedit-io-error-info-bar.c:163
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "หาแฟ้ม “%s” ไม่พบ"
+
+#: ../gedit/gedit-io-error-info-bar.c:165
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:212
+msgid "Please check that you typed the location correctly and try again."
+msgstr "กรุณาตรวจสอบว่าพิมพ์ตำแหน่งถูกต้องหรือไม่ และลองใหม่อีกครั้ง"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:184
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "ไม่สามารถจัดการตำแหน่ง “%s:” ได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:190
+msgid "Unable to handle this location."
+msgstr "ไม่สามารถจัดการตำแหน่งนี้ได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:199
+msgid "The location of the file cannot be accessed."
+msgstr "ตำแหน่งของแฟ้มไม่สามารถเข้าถึงได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” เป็นไดเรกทอรี"
+
+#: ../gedit/gedit-io-error-info-bar.c:210
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” ไม่ใช่ตำแหน่งที่ถูกต้อง"
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr "ไม่พบโฮสต์ชื่อ “%s” กรุณาตรวจสอบการตั้งค่าพร็อกซีให้ถูกต้อง แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr "ชื่อโฮสต์ไม่ถูกต้อง กรุณาตรวจสอบว่าคุณพิมพ์ชื่อถูกต้องหรือไม่ แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:269
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” ไม่ใช่แฟ้มปกติ"
+
+#: ../gedit/gedit-io-error-info-bar.c:274
+msgid "Connection timed out. Please try again."
+msgstr "หมดเวลารอการเชื่อมต่อ กรุณาลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:307
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "เกิดข้อผิดพลาดไม่คาดหมาย: %s"
+
+#: ../gedit/gedit-io-error-info-bar.c:343
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "หาแฟ้มที่ร้องขอไม่พบ เป็นไปได้ว่าแฟ้มอาจเพิ่งถูกลบไป"
+
+#: ../gedit/gedit-io-error-info-bar.c:353
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "ไม่สามารถคืนข้อมูลแฟ้ม “%s” กลับได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:380
+msgid "Ch_aracter Encoding:"
+msgstr "_รหัสอักขระ:"
+
+#: ../gedit/gedit-io-error-info-bar.c:441
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "ตำแหน่ง “%s” ไม่สามารถติดต่อได้ในขณะนี้"
+
+#: ../gedit/gedit-io-error-info-bar.c:456
+msgid "Your system is offline. Check your network."
+msgstr "ระบบของคุณออฟไลน์อยู่ กรุณาตรวจสอบการเชื่อมต่อเครือข่ายของคุณ"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:499
+#: ../gedit/gedit-io-error-info-bar.c:768
+msgid "Edit Any_way"
+msgstr "ยืนยันแ_ก้ไข"
+
+#: ../gedit/gedit-io-error-info-bar.c:591
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "จำนวนขั้นของการตามลิงก์ถูกจำกัด และไม่สามารถไปถึงแฟ้มจริงภายในจำนวนขั้นที่กำหนดนี้"
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid "You do not have the permissions necessary to open the file."
+msgstr "คุณไม่มีสิทธิ์เพียงพอที่จะเปิดแฟ้มได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:601
+msgid "Unable to detect the character encoding."
+msgstr "ไม่สามารถตรวจสอบรหัสอักขระได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:602
+#: ../gedit/gedit-io-error-info-bar.c:626
+msgid "Please check that you are not trying to open a binary file."
+msgstr "กรุณาตรวจสอบว่าคุณไม่ได้พยายามเปิดแฟ้มไบนารีอยู่"
+
+#: ../gedit/gedit-io-error-info-bar.c:603
+msgid "Select a character encoding from the menu and try again."
+msgstr "เลือกรหัสอักขระจากเมนู แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:609
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "เกิดปัญหาในการเปิดแฟ้ม “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:611
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr "แฟ้มที่คุณเปิดมีอักขระที่ไม่ถูกต้องอยู่ หากคุณยังแก้ไขแฟ้มนี้ต่อไป คุณอาจทำให้เอกสารนี้เสียหายได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:614
+msgid "You can also choose another character encoding and try again."
+msgstr "คุณสามารถเลือกรหัสอักขระอื่น แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:623
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "ไม่สามารถเปิดแฟ้ม “%s” ด้วยรหัสอักขระ “%s” ได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#: ../gedit/gedit-io-error-info-bar.c:702
+msgid "Select a different character encoding from the menu and try again."
+msgstr "เลือกรหัสอักขระอื่นจากเมนู แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "ไม่สามารถเปิดแฟ้ม “%s” ได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:697
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "ไม่สามารถบันทึกแฟ้ม “%s” ด้วยรหัสอักขระ “%s” ได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:700
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr "เอกสารมีอักขระที่ไม่สามารถลงรหัสด้วยรหัสอักขระที่ระบุได้"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:773
+msgid "D_on't Edit"
+msgstr "ไ_ม่แก้ไข"
+
+#: ../gedit/gedit-io-error-info-bar.c:783
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "แฟ้มนี้ “%s” ถูกเปิดอยู่แล้วในหน้าต่างบานอื่น"
+
+#: ../gedit/gedit-io-error-info-bar.c:797
+msgid "Do you want to edit it anyway?"
+msgstr "คุณยังคงต้องการแก้ไขแฟ้มนี้อยู่หรือไม่?"
+
+#: ../gedit/gedit-io-error-info-bar.c:853
+#: ../gedit/gedit-io-error-info-bar.c:943
+#: ../gedit/gedit-io-error-info-bar.c:1235
+msgid "S_ave Anyway"
+msgstr "ยืนยัน_บันทึก"
+
+#: ../gedit/gedit-io-error-info-bar.c:856
+#: ../gedit/gedit-io-error-info-bar.c:946
+#: ../gedit/gedit-io-error-info-bar.c:1238
+msgid "D_on't Save"
+msgstr "ไ_ม่บันทึก"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:870
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "แฟ้ม “%s” ถูกเปลี่ยนแปลงหลังจากการอ่านครั้งล่าสุด"
+
+#: ../gedit/gedit-io-error-info-bar.c:885
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "ถ้าคุณบันทึก การเปลี่ยนแปลงจากโปรแกรมภายนอกจะสูญหายทั้งหมด ยืนยันบันทึกหรือไม่?"
+
+#: ../gedit/gedit-io-error-info-bar.c:965
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "ไม่สามารถสร้างแฟ้มสำรองขณะบันทึก “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:970
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "ไม่สามารถสร้างแฟ้มสำรองชั่วคราวขณะบันทึก “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:987
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr ""
+"ไม่สามารถสำรองข้อมูลเดิมของแฟ้มนี้ก่อนบันทึกข้อมูลใหม่ได้ คุณอาจละเลยคำเตือนนี้เสีย "
+"แล้วยืนยันบันทึกแฟ้มก็ได้ แต่ถ้าเกิดข้อผิดพลาดระหว่างบันทึก คุณอาจสูญเสียข้อมูลเดิมของแฟ้มไปด้วย "
+"ยืนยันบันทึกหรือไม่?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1047
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"ไม่สามารถจัดการตำแหน่ง “%s:” ในโหมดเขียนได้ กรุณาตรวจสอบว่าคุณพิมพ์ตำแหน่งถูกต้องหรือไม่ "
+"แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:1055
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"ไม่สามารถจัดการตำแหน่งนี้ในโหมดเขียนได้ กรุณาตรวจสอบว่าคุณพิมพ์ตำแหน่งถูกต้องหรือไม่ "
+"แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:1064
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” ไม่ใช่ตำแหน่งที่ถูกต้อง กรุณาตรวจสอบว่าคุณพิมพ์ตำแหน่งถูกต้องหรือไม่ แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:1071
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"คุณไม่มีสิทธิ์เพียงพอที่จะบันทึกแฟ้มนี้ได้ กรุณาตรวจสอบว่าพิมพ์ตำแหน่งถูกต้องหรือไม่ แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:1077
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr "เหลือพื้นที่บนดิสก์ไม่พอที่จะบันทึกแฟ้มนี้ กรุณาลบข้อมูลที่ไม่จำเป็นออก แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:1082
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"คุณกำลังพยายามบันทึกแฟ้มในดิสก์ที่อ่านได้อย่างเดียว กรุณาตรวจสอบว่าคุณพิมพ์ตำแหน่งถูกต้องหรือไม่ "
+"แล้วลองใหม่อีกครั้ง"
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "มีแฟ้มชื่อเดียวกันอยู่ก่อนแล้ว กรุณาใช้ชื่ออื่น"
+
+#: ../gedit/gedit-io-error-info-bar.c:1093
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr "ดิสก์ที่คุณกำลังบันทึกแฟ้มมีข้อจำกัดเรื่องความยาวของชื่อแฟ้ม กรุณาใช้ชื่อที่สั้นกว่านี้"
+
+#: ../gedit/gedit-io-error-info-bar.c:1104
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"ดิสก์ที่คุณกำลังบันทึกแฟ้มมีข้อจำกัดด้านขนาดของแฟ้ม ลองบันทึกแฟ้มขนาดเล็กลงหรือบันทึกลงดิสก์อื่น"
+
+#: ../gedit/gedit-io-error-info-bar.c:1121
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "ไม่สามารถบันทึกแฟ้ม “%s” ได้"
+
+#: ../gedit/gedit-io-error-info-bar.c:1161
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "แฟ้ม “%s” มีการเปลี่ยนแปลงเนื้อหาในดิสก์"
+
+#: ../gedit/gedit-io-error-info-bar.c:1172
+msgid "Drop Changes and _Reload"
+msgstr "เลิกการเปลี่ยนแปลง แล้ว_อ่านใหม่"
+
+#: ../gedit/gedit-io-error-info-bar.c:1182
+#: ../gedit/resources/gtk/menus-common.ui.h:21
+#: ../gedit/resources/gtk/menus.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+msgid "_Reload"
+msgstr "_อ่านใหม่"
+
+#: ../gedit/gedit-io-error-info-bar.c:1187
+msgid "_Ignore"
+msgstr "ไ_ม่สนใจ"
+
+#: ../gedit/gedit-io-error-info-bar.c:1248
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "ตรวจพบอักขระที่ไม่ถูกต้องบางตัวขณะบันทึก “%s”"
+
+#: ../gedit/gedit-io-error-info-bar.c:1264
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "ถ้าคุณยังคงบันทึกแฟ้มนี้ต่อไป คุณจะทำให้เอกสารเสียหายได้ บันทึกต่อไปหรือไม่?"
+
+#: ../gedit/gedit-preferences-dialog.c:455
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "กดปุ่มนี้เพื่อเลือกแบบอักษรที่จะใช้ใน gedit"
+
+#: ../gedit/gedit-preferences-dialog.c:461
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "ใ_ช้แบบอักษรความกว้างคงที่ของระบบ (%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:601
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "ไม่สามารถสร้างไดเรกทอรี '%s' ได้: g_mkdir_with_parents() ล้มเหลว: %s"
+
+#: ../gedit/gedit-preferences-dialog.c:798
+msgid "The selected color scheme cannot be installed."
+msgstr "ไม่สามารถติดตั้งชุดสีที่เลือกได้"
+
+#: ../gedit/gedit-preferences-dialog.c:821
+msgid "Add Scheme"
+msgstr "เพิ่มชุดสี"
+
+#: ../gedit/gedit-preferences-dialog.c:826
+msgid "A_dd Scheme"
+msgstr "เ_พิ่มชุดสี"
+
+#: ../gedit/gedit-preferences-dialog.c:830
+msgid "Color Scheme Files"
+msgstr "แฟ้มชุดสี"
+
+#: ../gedit/gedit-preferences-dialog.c:861
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "ไม่สามารถลบชุดสี \"%s\" ได้"
+
+#: ../gedit/gedit-print-job.c:227
+msgid "Preparing..."
+msgstr "กำลังเตรียมพิมพ์..."
+
+#: ../gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "แฟ้ม: %s"
+
+#: ../gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "หน้า %N จาก %Q หน้า"
+
+#: ../gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "กำลังวาดหน้า %d จาก %d..."
+
+#: ../gedit/gedit-print-preview.c:653
+#, c-format
+msgid "Page %d of %d"
+msgstr "หน้า %d จาก %d หน้า"
+
+#: ../gedit/gedit-replace-dialog.c:690
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "ไม่มี"
+
+#: ../gedit/gedit-replace-dialog.c:779
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Find and Replace"
+msgstr "หาและแทนที่"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "OVR"
+msgstr "ทับ"
+
+#: ../gedit/gedit-statusbar.c:58 ../gedit/gedit-statusbar.c:64
+msgid "INS"
+msgstr "แทรก"
+
+#: ../gedit/gedit-statusbar.c:244
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "มี %d แท็บมีปัญหา"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:814
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "กำลังย้อนคืนข้อมูลแฟ้ม %s จาก %s"
+
+#: ../gedit/gedit-tab.c:821
+#, c-format
+msgid "Reverting %s"
+msgstr "กำลังคืนข้อมูลแฟ้ม %s กลับ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:834
+#, c-format
+msgid "Loading %s from %s"
+msgstr "กำลังโหลดแฟ้ม %s จาก %s"
+
+#: ../gedit/gedit-tab.c:841
+#, c-format
+msgid "Loading %s"
+msgstr "กำลังโหลดแฟ้ม %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:921
+#, c-format
+msgid "Saving %s to %s"
+msgstr "กำลังบันทึกแฟ้ม %s ที่ %s"
+
+#: ../gedit/gedit-tab.c:926
+#, c-format
+msgid "Saving %s"
+msgstr "กำลังบันทึกแฟ้ม %s"
+
+#: ../gedit/gedit-tab.c:1529
+#, c-format
+msgid "Error opening file %s"
+msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้ม %s"
+
+#: ../gedit/gedit-tab.c:1534
+#, c-format
+msgid "Error reverting file %s"
+msgstr "เกิดข้อผิดพลาดขณะคืนข้อมูลแฟ้ม %s กลับ"
+
+#: ../gedit/gedit-tab.c:1539
+#, c-format
+msgid "Error saving file %s"
+msgstr "เกิดข้อผิดพลาดขณะบันทึกแฟ้ม %s"
+
+#: ../gedit/gedit-tab.c:1570
+msgid "Name:"
+msgstr "ชื่อ:"
+
+#: ../gedit/gedit-tab.c:1571
+msgid "MIME Type:"
+msgstr "ชนิด MIME:"
+
+#: ../gedit/gedit-tab.c:1572
+msgid "Encoding:"
+msgstr "รหัสอักขระ:"
+
+#: ../gedit/gedit-utils.c:841
+msgid "Please check your installation."
+msgstr "กรุณาตรวจสอบว่าคุณติดตั้งโปรแกรมถูกต้องหรือไม่"
+
+#: ../gedit/gedit-utils.c:902
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "ไม่สามารถเปิดแฟ้มส่วนติดต่อผู้ใช้ %s ข้อผิดพลาด: %s"
+
+#: ../gedit/gedit-utils.c:921
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "หาอ็อบเจกต์ '%s' ภายในแฟ้ม %s ไม่พบ"
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1159
+#, c-format
+msgid "/ on %s"
+msgstr "/ ที่ %s"
+
+#: ../gedit/gedit-utils.c:1463
+msgid "Unix/Linux"
+msgstr "ยูนิกซ์/ลินุกซ์"
+
+#: ../gedit/gedit-utils.c:1465
+msgid "Mac OS Classic"
+msgstr "Mac OS แบบฉบับ"
+
+#: ../gedit/gedit-utils.c:1467
+msgid "Windows"
+msgstr "วินโดวส์"
+
+#: ../gedit/gedit-view.c:468
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "แสดงเ_ลขบรรทัด"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:674
+#, c-format
+msgid "%d of %d"
+msgstr "%d จาก %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:766
+msgid "_Wrap Around"
+msgstr "ห_มดแล้วเริ่มใหม่"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:776
+msgid "Match as _Regular Expression"
+msgstr "ค้นหาด้วยนิพจน์เ_รกิวลาร์"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:790
+msgid "Match _Entire Word Only"
+msgstr "ค้นหาทั้_งคำ"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:804
+msgid "_Match Case"
+msgstr "ตัวพิมพ์ใหญ่-เ_ล็กตรงกัน"
+
+#: ../gedit/gedit-view-frame.c:1026
+msgid "String you want to search for"
+msgstr "ข้อความที่คุณต้องการค้นหา"
+
+#: ../gedit/gedit-view-frame.c:1038
+msgid "Line you want to move the cursor to"
+msgstr "บรรทัดที่คุณต้องการย้ายเคอร์เซอร์ไป"
+
+#: ../gedit/gedit-window.c:998
+msgid "Bracket match is out of range"
+msgstr "คู่วงเล็บอยู่นอกช่วง"
+
+#: ../gedit/gedit-window.c:1003
+msgid "Bracket match not found"
+msgstr "ไม่พบคู่วงเล็บ"
+
+#: ../gedit/gedit-window.c:1008
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "พบคู่วงเล็บที่บรรทัด: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1043
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " บรรทัด %d, คอลัมน์ %d"
+
+#: ../gedit/gedit-window.c:1227
+#, c-format
+msgid "Tab Width: %u"
+msgstr "ความกว้างแท็บ: %u"
+
+#: ../gedit/gedit-window.c:1596
+msgid "There are unsaved documents"
+msgstr "มีเอกสารที่ไม่ได้บันทึก"
+
+#: ../gedit/gedit-window.c:2444
+msgid "Change side panel page"
+msgstr "เปลี่ยนหน้าของช่องด้านข้าง"
+
+#: ../gedit/gedit-window.c:2464 ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "เอกสาร"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "ย้ายไปทางซ้า_ย"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "ย้ายไปทางขว_า"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "ย้ายไปหน้า_ต่างใหม่"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "ย้ายไป_กลุ่มแท็บใหม่"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus.ui.h:22
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "ปิ_ด"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "ร่นบรรทัดอัตโนมัติ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "แทรกช่องว่าง"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "แสดงเลขบรรทัด"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "แสดงกั้นหน้าขวา"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "เน้นบรรทัดปัจจุบัน"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "การตัดบรรทัด"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:12
+msgid "_File"
+msgstr "แ_ฟ้ม"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: ../gedit/resources/gtk/menus-common.ui.h:14
+msgid "_New"
+msgstr "ใ_หม่"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:16
+msgid "Open _Recent"
+msgstr "เปิดแฟ้ม_ล่าสุด"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:17
+msgid "Reopen Closed _Tab"
+msgstr "เปิดแ_ท็บที่ปิดซ้ำใหม่"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:19
+msgid "Save _As…"
+msgstr "_บันทึกเป็น…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:20
+#: ../gedit/resources/gtk/menus.ui.h:1
+msgid "_New Window"
+msgstr "หน้า_ต่างใหม่"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:22
+#: ../gedit/resources/gtk/menus.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+msgid "_Print…"
+msgstr "_พิมพ์…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:23
+#: ../gedit/resources/gtk/menus.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:21
+msgid "_Quit"
+msgstr "_ออก"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:24
+msgid "_Edit"
+msgstr "แ_ก้ไข"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:25
+msgid "_Undo"
+msgstr "เรี_ยกคืน"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:26
+msgid "_Redo"
+msgstr "_ทำซ้ำ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:27
+msgid "C_ut"
+msgstr "_ตัด"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:28
+msgid "_Copy"
+msgstr "_คัดลอก"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:29
+msgid "_Paste"
+msgstr "_แปะ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:30
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:915
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:953
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "_ลบ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:31
+msgid "Overwrite _Mode"
+msgstr "โ_หมดเขียนทับ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:32
+msgid "Select _All"
+msgstr "เลือกทั้ง_หมด"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:33
+#: ../gedit/resources/gtk/menus.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "_ปรับแต่ง"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:34
+msgid "_View"
+msgstr "มุ_มมอง"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:35
+#: ../gedit/resources/gtk/menus.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+msgid "Side _Panel"
+msgstr "ช่องด้าน_ข้าง"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:36
+#: ../gedit/resources/gtk/menus.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+msgid "_Bottom Panel"
+msgstr "ช่องด้าน_ล่าง"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:37
+#: ../gedit/resources/gtk/menus.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+msgid "_Fullscreen"
+msgstr "เ_ต็มจอ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:38
+#: ../gedit/resources/gtk/menus.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+msgid "_Highlight Mode…"
+msgstr "โหมดเ_น้น…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:39
+msgid "_Search"
+msgstr "_ค้นหา"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:40
+#: ../gedit/resources/gtk/menus.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+msgid "_Find…"
+msgstr "_หา…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:41
+msgid "Find Ne_xt"
+msgstr "หา_ต่อ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:42
+msgid "Find Pre_vious"
+msgstr "หา_ก่อนหน้า"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:43
+msgid "Find and _Replace…"
+msgstr "หาและแ_ทนที่…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:44
+#: ../gedit/resources/gtk/menus.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+msgid "_Clear Highlight"
+msgstr "เ_ลิกเน้นคำค้น"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:45
+msgid "Go to _Line…"
+msgstr "ไปที่_บรรทัด…"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:46
+msgid "_Tools"
+msgstr "เครื่อ_งมือ"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:47
+msgid "_Documents"
+msgstr "เ_อกสาร"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:48
+msgid "_Save All"
+msgstr "บันทึก_ทั้งหมด"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:49
+#: ../gedit/resources/gtk/menus.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+msgid "_Close All"
+msgstr "ปิ_ดทั้งหมด"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:50
+msgid "_New Tab Group"
+msgstr "กลุ่มแท็บใ_หม่"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:51
+msgid "P_revious Tab Group"
+msgstr "กลุ่มแท็บ_ก่อนหน้า"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:52
+msgid "Nex_t Tab Group"
+msgstr "กลุ่มแท็บ_ถัดไป"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:53
+msgid "_Previous Document"
+msgstr "เอกสารก่อนห_น้า"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:54
+msgid "N_ext Document"
+msgstr "เอกสารถัดไ_ป"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:55
+msgid "_Move To New Window"
+msgstr "ย้ายไปหน้า_ต่างใหม่"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:56
+#: ../gedit/resources/gtk/menus.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+#: ../plugins/spell/gedit-spell-plugin.c:246
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "_วิธีใช้"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:57
+#: ../gedit/resources/gtk/menus.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+msgid "_About"
+msgstr "เ_กี่ยวกับ"
+
+#: ../gedit/resources/gtk/menus.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+msgid "_Keyboard Shortcuts"
+msgstr "ปุ่ม_ลัด"
+
+#: ../gedit/resources/gtk/menus.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "บันทึก_ทั้งหมด"
+
+#: ../gedit/resources/gtk/menus.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "หาและแ_ทนที่…"
+
+#: ../gedit/resources/gtk/menus.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "ไ_ปที่บรรทัด…"
+
+#: ../gedit/resources/gtk/menus.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "View"
+msgstr "มุมมอง"
+
+#: ../gedit/resources/gtk/menus.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+msgid "Tools"
+msgstr "เครื่องมือ"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character Encodings"
+msgstr "รหัสอักขระ"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+msgid "_Apply"
+msgstr "เริ่มใ_ช้"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+msgid "A_vailable Encodings"
+msgstr "รหัสอักขระที่_มีอยู่"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "Cho_sen Encodings"
+msgstr "รหัสอักขระที่เ_ลือก"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "คำ_บรรยาย"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "_รหัสอักขระ"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "โหมดเน้น"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "เ_ลือก"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "ค้นหาโหมดเน้น..."
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "No results"
+msgstr "ไม่มีผลลัพธ์"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Other _Documents…"
+msgstr "เ_อกสารอื่น…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:3
+msgid "Open another file"
+msgstr "เปิดแฟ้มอื่น"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "การปรับแต่ง"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "แสดง_กั้นขวาที่คอลัมน์:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "แสดงแถบ_สถานะ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+msgid "Display _overview map"
+msgstr "แสดงผัง_ภาพรวม"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+msgid "Display _grid pattern"
+msgstr "แสดงแพตเทิร์นเส้น_ตาราง"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "การตัดบรรทัด"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "เปิดใช้การ_ตัดบรรทัด"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "ไ_ม่แยกคำคำเดียวเป็นสองบรรทัด"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlighting"
+msgstr "การเน้น"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "Highlight current _line"
+msgstr "เ_น้นบรรทัดปัจจุบัน"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Highlight matching _brackets"
+msgstr "เน้นว_งเล็บที่เข้าคู่กัน"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Tab Stops"
+msgstr "ตำแหน่งแท็บ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Tab width:"
+msgstr "ความกว้างแ_ท็บ:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "Insert _spaces instead of tabs"
+msgstr "แทนที่แท็บด้วย_ช่องว่าง"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "_Enable automatic indentation"
+msgstr "เปิดใช้การ_ร่นบรรทัดอัตโนมัติ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "File Saving"
+msgstr "การบันทึกข้อมูลลงแฟ้ม"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "Create a _backup copy of files before saving"
+msgstr "สร้างสำเนาแฟ้ม_สำรองก่อนที่จะบันทึกข้อมูล"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "_Autosave files every"
+msgstr "_บันทึกแฟ้มปัจจุบันโดยอัตโนมัติทุกๆ"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+msgid "_minutes"
+msgstr "_นาที"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor"
+msgstr "เครื่องมือแก้ไข"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:7
+msgid "Font"
+msgstr "แบบอักษร"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Editor _font: "
+msgstr "แ_บบอักษรของเครื่องมือแก้ไข:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Pick the editor font"
+msgstr "เลือกฟอนต์สำหรับพื้นที่แก้ไข"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Color Scheme"
+msgstr "ชุดสี"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Install scheme"
+msgstr "ติดตั้งชุดสี"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Install Scheme"
+msgstr "ติดตั้งชุดสี"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Uninstall scheme"
+msgstr "ถอดถอนชุดสี"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Uninstall Scheme"
+msgstr "ถอดถอนชุดสี"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:31
+msgid "Font & Colors"
+msgstr "แบบอักษรและสี"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:32
+msgid "Plugins"
+msgstr "ปลั๊กอิน"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "การเน้นไวยากรณ์"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "พิมพ์โดยเน้นไ_วยากรณ์"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "เลขบรรทัด"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "พิมพ์เล_ขบรรทัด"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "แสดงเลขบรรทัดทุ_กๆ"
+
+#.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "บรรทัด"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "หัวกระดาษ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "พิมพ์_หัวกระดาษ"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "แบบอักษร"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "_ตัวข้อความ:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "เ_ลขบรรทัด:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "_หัวกระดาษและท้ายกระดาษ:"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "คืนค่าแบบอักษร_ปริยาย"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "แสดงหน้าที่แล้ว"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "Show the next page"
+msgstr "แสดงหน้าถัดไป"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Current page (Alt+P)"
+msgstr "หน้าปัจจุบัน (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "of"
+msgstr "จาก"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:6
+msgid "Page total"
+msgstr "จำนวนหน้าทั้งหมด"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "The total number of pages in the document"
+msgstr "จำนวนหน้าทั้งหมดของเอกสาร"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Show multiple pages"
+msgstr "แสดงหลายหน้า"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "Zoom 1:1"
+msgstr "อัตราขยาย 1:1"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Zoom to fit the whole page"
+msgstr "ย่อ-ขยายให้พอดีหน้า"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom the page in"
+msgstr "ขยายหน้ากระดาษเข้า"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom the page out"
+msgstr "ย่อหน้ากระดาษออก"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Close print preview"
+msgstr "ปิดตัวอย่างก่อนพิมพ์"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "_Close Preview"
+msgstr "ปิ_ดตัวอย่างก่อนพิมพ์"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Page Preview"
+msgstr "ตัวอย่างหน้าเอกสารก่อนพิมพ์"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "The preview of a page in the document to be printed"
+msgstr "ตัวอย่างของหน้าเอกสารที่จะสั่งพิมพ์"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "แทนที่ทั้งห_มด"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_หา"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "ห_า "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with "
+msgstr "แท_นที่ด้วย "
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "ตัวพิมพ์ใหญ่-เ_ล็กตรงกัน"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "ค้นหาทั้_งคำ"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Re_gular expression"
+msgstr "นิพจน์เร_กิวลาร์"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "ค้นหา_ย้อนกลับ"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "Wra_p around"
+msgstr "หมดแล้วเ_ริ่มใหม่"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:1
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "เอกสาร"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:2
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "สร้างแท็บเอกสารใหม่"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:3
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "เปิดเอกสาร"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:4
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "บันทึกเอกสาร"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:5
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "บันทึกเอกสารด้วยชื่อแฟ้มใหม่"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:6
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "บันทึกเอกสารทั้งหมด"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:7
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "ปิดเอกสาร"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:8
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "ปิดเอกสารทั้งหมด"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:9
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "เปิดเอกสารที่ปิดล่าสุดขึ้นมาใหม่"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:10
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "ย้ายไปยังเอกสารถัดไป"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:11
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "ย้ายไปยังเอกสารก่อนหน้า"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:12
+msgctxt "shortcut window"
+msgid "Switch to the first - ninth document"
+msgstr "ย้ายไปยังเอกสารที่ 1-9"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:13
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "หน้าต่างและช่องทำงาน"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:14
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "สร้างหน้าต่างเอกสารใหม่"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:15
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "สร้างกลุ่มแท็บใหม่"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:16
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "แสดงช่องด้านข้าง"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:17
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "แสดงช่องด้านล่าง"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:18
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "เปิด / ปิดโหมดเต็มจอ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:19
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "ออกจากโปรแกรม"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:20
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "หาและแทนที่"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:21
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "หา"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:22
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "หาถัดไปที่ตรงกัน"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:23
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "หาก่อนหน้าที่ตรงกัน"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:24
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "เลิกเน้นคำค้น"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:25
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "ไปที่บรรทัด"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:26
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "คัดลอกและแปะ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:27
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "คัดลอกข้อความที่เลือกไปยังคลิปบอร์ด"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:28
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "ตัดข้อความที่เลือกไปยังคลิปบอร์ด"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:29
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "แปะข้อความจากคลิปบอร์ด"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:30
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "เรียกคืนและทำซ๋ำ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:31
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "เรียกคืนคำสั่งที่แล้ว"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:32
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "ทำซ้ำคำสั่งที่แล้ว"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:33
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "การเลือก"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:34
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "เลือกข้อความทั้งหมด"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:35
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "การแก้ไข"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:36
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "สลับการแทรก / เขียนทับ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:37
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "ลบบรรทัดปัจจุบัน"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:38
+msgctxt "shortcut window"
+msgid "Join selected lines"
+msgstr "เชื่อมบรรทัดที่เลือก"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:39
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "เลื่อนบรรทัดปัจจุบันขึ้น"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:40
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "เลื่อนบรรทัดปัจจุบันลง"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:41
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "เลื่อนคำปัจจุบันไปทางซ้าย"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:42
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "เลื่อนคำปัจจุบันไปทางขวา"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:43
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "เปลี่ยนเป็นตัวพิมพ์ใหญ่"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:44
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "เปลี่ยนเป็นตัวพิมพ์เล็ก"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:45
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "กลับตัวพิมพ์ใหญ่-เล็ก"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:46
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "เพิ่มจำนวนที่ตำแหน่งเคอร์เซอร์"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:47
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "ลดจำนวนที่ตำแหน่งเคอร์เซอร์"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:48
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "เครื่องมือ"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:49
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "ตรวจตัวสะกด"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:50
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "พิมพ์เอกสาร"
+
+#: ../gedit/resources/ui/gedit-shortcuts.ui.h:51
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "แสดงหน้าต่างเติมเต็มข้อความ"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "ปิดเอกสาร"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "เปิดแฟ้ม"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "เปิด"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "สร้างเอกสารใหม่"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "ใหม่"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "บันทึกแฟ้มปัจจุบัน"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "บันทึก"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "ซ่อนช่องทำงาน"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "เปิดกล่องโต้ตอบแฟ้ม"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "เลิกแสดงเต็มจอ"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "ตรวจสอบรุ่นออกใหม่"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "ตรวจสอบ gedit รุ่นล่าสุด"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "เกิดข้อผิดพลาดในการแสดง URI"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "_ดาวน์โหลด"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "ไ_ม่สนใจรุ่น"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "มี gedit รุ่นใหม่"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr ""
+"คุณสามารถดาวน์โหลด gedit รุ่นใหม่ได้โดยกดปุ่มดาวน์โหลด "
+"หรือมิเช่นนั้นก็ไม่ต้องสนใจรุ่นนี้และรอรุ่นถัดไป"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:1
+msgid "Version to Ignore"
+msgstr "รุ่นที่จะเพิกเฉย"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "รุ่นที่ไม่ต้องใส่ใจจนกว่าจะมีรุ่นที่ใหม่กว่าออกมา"
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "สถิติต่างๆ ของเอกสาร"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "รายงานจำนวนคำ จำนวนบรรทัด และจำนวนอักขระในเอกสาร"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "ส_ถิติของเอกสาร"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "เอกสาร"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "ส่วนที่เลือก"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "บรรทัด"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "คำ"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "อักขระ (รวมช่องว่าง)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "อักขระ (ไม่รวมช่องว่าง)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "ไบต์"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "ประกอบสร้าง"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "เรียก \"make\" ในไดเรกทอรีของเอกสาร"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "เปิดเทอร์มินัลที่นี่"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "เปิดเทอร์มินัลที่ไดเรกทอรีของเอกสาร"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "ลบช่องว่างท้ายบรรทัด"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "ลบช่องว่างท้ายบรรทัดซึ่งไม่มีความหมายอะไรออกจากแฟ้มของคุณ"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "เรียกคำสั่ง"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "เรียกคำสั่งที่กำหนดโดยเก็บผลลัพธ์ในเอกสารใหม่"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "ส่งไปยัง fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "แปะข้อความที่เลือกหรือเอกสารปัจจุบันไปยัง fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "เครื่องมือภายนอก"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "เรียกคำสั่งและเชลล์สคริปต์ภายนอก"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:5
+msgid "Whether to use the system font"
+msgstr "ใช้แบบอักษรของระบบหรือไม่"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ถ้าเป็นจริง เครื่องมือภายนอกจะใช้แบบอักษรมาตรฐานส่วนกลางของเดสก์ท็อปถ้าเป็นแบบความกว้างคงที่ "
+"(มิฉะนั้น ก็จะใช้แบบอักษรที่ใกล้เคียงที่สุดเท่าที่สามารถหาได้)"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "ชื่อแบบอักษร Pango ตัวอย่างเช่น \"Sans 12\" หรือ \"Monospace Bold 14\""
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "จัดการเครื่องมือภาย_นอก..."
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "เ_ครื่องมือภายนอก"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "ไม่สามารถเรียกทำงานคำสั่ง: %s"
+
+#: ../plugins/externaltools/tools/functions.py:184
+msgid "You must be inside a word to run this command"
+msgstr "คุณต้องอยู่ภายในคำเพื่อจะเรียกคำสั่งนี้"
+
+#: ../plugins/externaltools/tools/functions.py:302
+msgid "Running tool:"
+msgstr "กำลังเรียกใช้เครื่องมือ:"
+
+#: ../plugins/externaltools/tools/functions.py:333
+msgid "Done."
+msgstr "เสร็จสิ้น"
+
+#: ../plugins/externaltools/tools/functions.py:335
+msgid "Exited"
+msgstr "ออกจากโปรแกรม"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "ทุกภาษา"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "ทุกภาษา"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "เครื่องมือใหม่"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "คีย์ด่วนนี้ใช้เรียก %s อยู่ก่อนแล้ว"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "พิมพ์คีย์ด่วนที่จะใช้ หรือกด Backspace เพื่อล้างค่า"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "พิมพ์คีย์ด่วนที่จะใช้"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "หยุด"
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "หยุดเครื่องมือ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "ใช้ได้เสมอ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "ทุกเอกสาร"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "ทุกเอกสารยกเว้นเอกสารที่ไม่มีชื่อ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "แฟ้มในเครื่องนี้เท่านั้น"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "แฟ้มในเครือข่ายเท่านั้น"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "เอกสารที่ยังไม่มีชื่อเท่านั้น"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "เอกสารปัจจุบัน"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "ส่วนที่เลือก"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "ส่วนที่เลือก (ค่าปริยายคือทั้งเอกสาร)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "บรรทัดปัจจุบัน"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "คำปัจจุบัน"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "แสดงในช่องด้านล่าง"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "สร้างเอกสารใหม่"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "แทรกต่อท้ายเอกสารปัจจุบัน"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "เขียนทับเอกสารปัจจุบัน"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "เขียนทับส่วนที่เลือก"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "แทรกที่ตำแหน่งเคอร์เซอร์"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "จัดการเครื่องมือภายนอก"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "เพิ่มเครื่องมือใหม่"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "เพิ่มเครื่องมือ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "ลบเครื่องมือที่เลือกออก"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "ลบเครื่องมือออก"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "ย้อนคืนเครื่องมือ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "ย้อนคืนเครื่องมือ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "ปุ่ม_ลัด:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "_บันทึก:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "ข้อมูลเ_ข้า:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "ผลลัพธ์_ออก:"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "_กระทำกับ:"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:119
+msgid "Tool Output"
+msgstr "ผลลัพธ์เครื่องมือ"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "ช่องเรียกดูแฟ้ม"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "เลือกแฟ้มอย่างสะดวกจากช่องด้านข้าง"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "บ้าน"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "ระบบแฟ้ม"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:523
+msgid "File Browser"
+msgstr "ช่องเรียกดูแฟ้ม"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:659
+msgid "An error occurred while creating a new directory"
+msgstr "เกิดข้อผิดพลาดขณะสร้างไดเรกทอรีใหม่"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:662
+msgid "An error occurred while creating a new file"
+msgstr "เกิดข้อผิดพลาดขณะสร้างแฟ้มใหม่"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:665
+msgid "An error occurred while renaming a file or directory"
+msgstr "เกิดข้อผิดพลาดขณะเปลี่ยนชื่อแฟ้มหรือไดเรกทอรี"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:668
+msgid "An error occurred while deleting a file or directory"
+msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มหรือไดเรกทอรี"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:671
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "เกิดข้อผิดพลาดขณะเปิดไดเรกทอรีในโปรแกรมจัดการแฟ้ม"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while setting a root directory"
+msgstr "เกิดข้อผิดพลาดขณะกำหนดไดเรกทอรีราก"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while loading a directory"
+msgstr "เกิดข้อผิดพลาดขณะเรียกข้อมูลไดเรกทอรี"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred"
+msgstr "เกิดข้อผิดพลาด"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:898
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"ไม่สามารถย้ายแฟ้มไปลงถังขยะได้\n"
+"คุณต้องการจะลบอย่างถาวรเลยหรือไม่?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:903
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "ไม่สามารถย้ายแฟ้ม \"%s\" ไปลงถังขยะได้"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:908
+msgid "The selected files cannot be moved to the trash."
+msgstr "ไม่สามารถย้ายแฟ้มที่เลือกไว้ไปลงถังขยะได้"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:939
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "คุณแน่ใจหรือไม่ว่าต้องการลบ \"%s\" อย่างถาวร?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:944
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "คุณแน่ใจหรือไม่ว่าต้องการลบแฟ้มที่เลือกไว้อย่างถาวร?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:947
+msgid "If you delete an item, it is permanently lost."
+msgstr "ถ้าคุณลบรายการนี้ มันจะสูญหายอย่างถาวร"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1794
+msgid "(Empty)"
+msgstr "(ว่างเปล่า)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3515
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "แฟ้มที่เปลี่ยนชื่อถูกกรองออกอยู่ คุณต้องปรับกฎการกรองของคุณเพื่อให้มองเห็นแฟ้มได้"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3772
+msgid "Untitled File"
+msgstr "แฟ้มไม่มีชื่อ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3800
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "แฟ้มใหม่ที่สร้างถูกกรองออกอยู่ คุณต้องปรับกฎการกรองของคุณเพื่อให้มองเห็นแฟ้มได้"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3831
+msgid "Untitled Folder"
+msgstr "โฟลเดอร์ไม่มีชื่อ"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3856
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"ไดเรกทอรีใหม่ที่สร้างถูกกรองออกอยู่ คุณต้องปรับกฎการกรองของคุณเพื่อให้มองเห็นไดเรกทอรีได้"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:754
+msgid "Bookmarks"
+msgstr "ที่คั่นหน้า"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1995
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "ไม่มีอ็อบเจกต์การเมานท์สำหรับโวลุมที่เมานท์: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2072
+#, c-format
+msgid "Could not open media: %s"
+msgstr "ไม่สามารถเปิดสื่อ: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2119
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "ไม่สามารถเมานท์โวลุม: %s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2769
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "ข้อผิดพลาดขณะโหลด '%s': ไม่มีไดเรกทอรีนี้"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:1
+msgid "Open With Tree View"
+msgstr "แสดงแบบผังต้นไม้"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "เปิดช่องเรียกดูแฟ้มด้วยแผนผังแบบต้นไม้แทนแบบที่คั่นหน้า"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:3
+msgid "File Browser Root Directory"
+msgstr "ไดเรกทอรีรากของช่องเรียกดูแฟ้ม"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"ไดเรกทอรีรากที่ช่องเรียกดูแฟ้มจะใช้เมื่อโหลดปลั๊กอินช่องเรียกดูแฟ้ม โดยค่าคีย์ onload/tree_view "
+"เป็นจริง"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ไดเรกทอรีรากเสมือนของช่องเรียกดูแฟ้ม"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"ไดเรกทอรีรากเสมือนที่ช่องเรียกดูแฟ้มจะใช้เมื่อโหลดปลั๊กอินช่องเรียกดูแฟ้ม โดยค่าคีย์ onload/"
+"tree_view เป็นจริง ไดเรกทอรีรากเสมือนต้องอยู่ใต้รากจริงเสมอ"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "เปิดใช้การคืนค่าสำหรับแฟ้มในเครือข่าย"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "กำหนดว่าจะเปิดใช้การคืนค่าสำหรับแฟ้มในเครือข่ายหรือไม่"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:9
+msgid "Set Location to First Document"
+msgstr "กำหนดตำแหน่งที่ตั้งตามแฟ้มแรก"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"ถ้ากำหนดเป็นจริง ปลั๊กอินช่องเรียกดูแฟ้มจะแสดงไดเรกทอรีของแฟ้มแรกที่เปิด "
+"ถ้ายังไม่มีการใช้ช่องเรียกดูแฟ้มมาก่อน (ดังนั้น โดยทั่วไปแล้ว "
+"คีย์นี้จะมีผลกับการเปิดเอกสารจากบรรทัดคำสั่ง หรือจาก Nautilus เป็นต้น)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "รูปแบบการกรองแฟ้มในช่องเรียกดูแฟ้ม"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"ค่านี้กำหนดว่าแฟ้มใดจะถูกกรองออกไปจากช่องเรียกดูแฟ้ม ค่าที่เป็นไปได้คือ: none (ไม่กรอง), hide-"
+"hidden (กรองแฟ้มซ่อนออกไป) และ hide-binary (กรองแฟ้มไบนารีออกไป)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "แพตเทิร์นการกรองแฟ้มในช่องเรียกดูแฟ้ม"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"แพตเทิร์นการกรองสำหรับกรองแฟ้มในช่องเรียกดูแฟ้ม การกรองนี้ กรองต่อจาก filter_mode "
+"อีกชั้นหนึ่ง"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "แพตเทิร์นสำหรับแฟ้มไบนารีในช่องท่องดูแฟ้ม"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "แพตเทิร์นเสริมที่จะใช้กรองแฟ้มไบนารี"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "_กำหนดรากตามเอกสารที่ใช้งานอยู่"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "โฟ_ลเดอร์ใหม่"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "แ_ฟ้มใหม่"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "เปลี่ยน_ชื่อ..."
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "_ทิ้งลงถังขยะ"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "แสดงผลให_ม่"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "แ_สดงโฟลเดอร์"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "_เปิดในเทอร์มินัล"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "_กรอง"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "แสดงแฟ้มซ่อ_น"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "แสดงแฟ้มไ_บนารี"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "ชื่อแฟ้มที่จะค้นหา"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:1
+msgid "History"
+msgstr "ประวัติ"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui.h:2
+msgid "Open history menu"
+msgstr "เปิดเมนูประวัติ"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "บรรทัดกำหนดโหมด"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "การสนับสนุนบรรทัดกำหนดโหมดในแบบของ Emacs, Kate และ Vim สำหรับ gedit"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:1
+msgid "Command Color Text"
+msgstr "สีข้อความของคำสั่ง"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:2
+msgid "The command color text"
+msgstr "สีข้อความของคำสั่ง"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:3
+msgid "Error Color Text"
+msgstr "สีข้อความของข้อผิดพลาด"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:4
+msgid "The error color text"
+msgstr "สีข้อความของข้อผิดพลาด"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"ถ้าเป็นจริง เทอร์มินัลจะใช้แบบอักษรมาตรฐานส่วนกลางของเดสก์ท็อปถ้าเป็นแบบความกว้างคงที่ "
+"(มิฉะนั้น ก็จะใช้แบบอักษรที่ใกล้เคียงที่สุดเท่าที่สามารถหาได้)"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "สีของ_คำสั่ง:"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "สีของข้อ_ผิดพลาด:"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:53
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "คอนโซลไพธอน"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "คอนโซลไพธอนโต้ตอบในแถบด้านล่าง"
+
+#: ../plugins/quickopen/quickopen/__init__.py:40
+msgid "Quick Open..."
+msgstr "เปิดอย่างเร็ว..."
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:33
+msgid "Quick Open"
+msgstr "เปิดอย่างเร็ว"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "เปิดแฟ้มอย่างเร็ว"
+
+#: ../plugins/quickopen/quickopen/popup.py:83
+msgid "Type to search..."
+msgstr "พิมพ์เพื่อค้นหา..."
+
+#: ../plugins/snippets/snippets/appactivatable.py:81
+msgid "Manage _Snippets..."
+msgstr "จัดการ_ข้อความสั้น..."
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "ข้อความสั้น"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "ไม่สามารถสร้างแฟ้มจัดเก็บ \"%s\" ได้"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "ไม่มีไดเรกทอรีเป้าหมาย \"%s\" อยู่"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "ไดเรกทอรีเป้าหมาย \"%s\" ไม่ใช่ไดเรกทอรี"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "ไม่มีแฟ้ม \"%s\" อยู่"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "แฟ้ม \"%s\" ไม่ใช่แฟ้มข้อความสั้นที่ถูกต้อง"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "แฟ้ม \"%s\" ที่นำเข้า ไม่ใช่แฟ้มข้อความสั้นที่ถูกต้อง"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "ไม่สามารถแตกแฟ้มจัดเก็บ \"%s\" ได้"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "ไม่สามารถนำเข้าแฟ้มต่อไปนี้ได้: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "แฟ้ม \"%s\" ไม่ใช่แฟ้มจัดเก็บข้อความสั้นที่ถูกต้อง"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "แฟ้มจัดเก็บข้อความสั้น"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "เพิ่มข้อความสั้น..."
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "ทั่วไป"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "เรียกข้อความสั้นเดิมกลับมา"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "ลบข้อความสั้นที่เลือก"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"ข้อความนี้ไม่ใช่ตัวย่อสะกิดด้วยแท็บที่ใช้ได้ ข้อความที่สะกิดได้ อาจเป็นพยัญชนะหรือตัวเลขหลายตัว (หรือ "
+"_, : และ .) หรืออักขระเดี่ยวๆ ที่ไม่ใช่พยัญชนะหรือตัวเลข เช่น {, [ เป็นต้น"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "คำเดี่ยวๆ ที่จะใช้เรียกข้อความสั้นหลังจากกดปุ่มแท็บ"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "เกิดข้อผิดพลาดขณะนำเข้า: %s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "นำเข้าเรียบร้อย"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "นำเข้าข้อความสั้น"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "แฟ้มจัดเก็บทุกชนิดที่รองรับ"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "แฟ้มบีบอัด gzip"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "แฟ้มบีบอัด bzip2"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "แฟ้มข้อความสั้นเดี่ยวๆ"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "ทุกแฟ้ม"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "เกิดข้อผิดพลาดขณะส่งออก: %s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "ส่งออกเรียบร้อย"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "ต้องการเพิ่มข้อความสั้นของ <b>ระบบ</b> ในแฟ้มส่งออกหรือไม่?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "ไม่ได้เลือกข้อความสั้นสำหรับส่งออกไว้"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "ส่งออกข้อความสั้น"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "กดปุ่มลัดที่จะใช้ หรือกด Backspace เพื่อล้างค่า"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "กดปุ่มลัดที่จะใช้"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "การทำงานของคำสั่งไพธอน (%s) ใช้เวลานานกว่าค่าสูงสุดที่กำหนด ขอยกเลิกการทำงาน"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "การทำงานของคำสั่งไพธอน (%s) ล้มเหลว: %s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "แทรกข้อความใช้บ่อยอย่างเร็ว"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "จัดการข้อความสั้น"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "สร้างข้อความสั้นใหม่"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "เพิ่มข้อความสั้น"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "ลบข้อความสั้นออก"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "นำเข้าข้อความสั้น"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "ส่งออกข้อความสั้นที่เลือก"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "ส่งออกข้อความสั้น"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "วิธีเรียกใช้"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "ตัวย่อสะกิดด้วยแ_ท็บ:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "ปุ่ม_ลัด:"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "ปุ่มลัดที่จะใช้เรียกข้อความสั้น"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "เ_ป้าหมายการวาง:"
+
+#: ../plugins/sort/gedit-sort-plugin.c:243
+msgid "S_ort..."
+msgstr "เ_รียงลำดับ..."
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "เรียงลำดับ"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+msgid "_Reverse order"
+msgstr "เรียงย้อ_นลำดับ"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "R_emove duplicates"
+msgstr "_ลบบรรทัดซ้ำ"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+msgid "C_ase sensitive"
+msgstr "แยกตัว_พิมพ์ใหญ่-เล็ก"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "S_tart at column:"
+msgstr "เริ่มจาก_คอลัมน์ที่:"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Sort"
+msgstr "เ_รียงลำดับ"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "เรียงลำดับเอกสารหรือข้อความที่เลือก"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling..."
+msgstr "ตรวจตัว_สะกด..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language..."
+msgstr "กำหนด_ภาษา..."
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "เ_น้นคำสะกดผิด"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "ตรวจตัวสะกด"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "ตรวจตัวสะกดในเอกสารนี้"
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "แทรก_วันที่และเวลา..."
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "รูปแบบที่มีให้เลือก"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:1
+msgid "Prompt Type"
+msgstr "ถามชนิด"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr "ควรจะถามรูปแบบจากผู้ใช้ หรือควรจะใช้รูปแบบที่เลือกหรือกำหนดเอง"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:3
+msgid "Selected Format"
+msgstr "รูปแบบที่เลือก"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "รูปแบบที่เลือกเพื่อใช้แทรกวันที่/เวลา"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:5
+msgid "Custom Format"
+msgstr "รูปแบบกำหนดเอง"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "รูปแบบกำหนดเองเพื่อใช้แทรกวันที่/เวลา"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "แทรกวันที่และเวลา"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "ใช้รูปแบบที่เ_ลือก"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "ใช้รูปแบบ_กำหนดเอง"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Ey %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2552 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "แ_ทรก"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "กำหนดค่าปลั๊กอินสำหรับวันที่และเวลา"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "เมื่อแทรกวันที่/เวลา..."
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "_ถามรูปแบบ"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "แทรกวันที่และเวลา"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "แทรกวันที่และเวลาปัจจุบันที่ตำแหน่งเคอร์เซอร์"
+
+#~ msgid "Open a New Window"
+#~ msgstr "เปิดหน้าต่างใหม่"
+
+#~ msgid "Open a New Document"
+#~ msgstr "สร้างเอกสารใหม่"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "กำหนดขนาดและตำแหน่งของหน้าต่าง (กว้างxสูง+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "เรขาคณิต"
+
+#~ msgid "File"
+#~ msgstr "แฟ้ม"
+
+#~ msgid "Edit"
+#~ msgstr "แก้ไข"
+
+#~ msgid "Search"
+#~ msgstr "ค้นหา"
+
+#~ msgid "Help"
+#~ msgstr "วิธีใช้"
+
+#~ msgid "Question"
+#~ msgstr "คำถาม"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(ไม่มีคำแนะ)"
+
+#~ msgid "_More..."
+#~ msgstr "เ_พิ่มเติม..."
+
+#~ msgid "_Ignore All"
+#~ msgstr "ไ_ม่แก้ไขทั้งหมด"
+
+#~ msgid "_Add"
+#~ msgstr "เ_พิ่ม"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "แนะนำตัว_สะกด..."
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "เกิดข้อผิดพลาดขณะตรวจสอบการสะกดคำว่า “%s”: %s"
+
+#~ msgid "Error:"
+#~ msgstr "ข้อผิดพลาด:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "ตรวจตัวสะกดเสร็จสมบูรณ์"
+
+#~ msgid "No misspelled words"
+#~ msgstr "ไม่มีคำสะกดผิด"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(คำสะกดที่ถูกต้อง)"
+
+#~ msgid "Suggestions"
+#~ msgstr "การแนะนำ"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "ไม่ทราบ (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "ค่าปริยาย"
+
+#~ msgid "Set Language"
+#~ msgstr "กำหนดภาษา"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "เลือก_ภาษาของเอกสารปัจจุบัน"
+
+#~ msgid "Check Spelling"
+#~ msgstr "ตรวจตัวสะกด"
+
+#~ msgid "Misspelled word:"
+#~ msgstr "คำที่สะกดผิด:"
+
+#~ msgid "word"
+#~ msgstr "คำ"
+
+#~ msgid "Change _to:"
+#~ msgstr "เ_ปลี่ยนเป็น:"
+
+#~ msgid "Check _Word"
+#~ msgstr "ตรวจ_คำ"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "คำที่แ_นะนำ:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "ไม่สนใจ_ทั้งหมด"
+
+#~ msgid "Cha_nge"
+#~ msgstr "เปลี่_ยน"
+
+#~ msgid "Change A_ll"
+#~ msgstr "เปลี่ยนทั้ง_หมด"
+
+#~ msgid "User dictionary:"
+#~ msgstr "พจนานุกรมของผู้ใช้:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "เ_พิ่มคำ"
+
+#~ msgid "Minimap is Visible"
+#~ msgstr "แสดงผังย่อ"
+
+#~ msgid "Whether the minimap for the document should be visible."
+#~ msgstr "จะแสดงผังย่อของเอกสารหรือไม่"
+
+#~ msgid "_Minimap"
+#~ msgstr "_ผังย่อ"
+
+#~ msgid "_OK"
+#~ msgstr "_ตกลง"
+
+#~ msgid "Set language"
+#~ msgstr "กำหนดภาษา"
+
+#~ msgid "Languages"
+#~ msgstr "ภาษา"
+
+#~ msgid "The document is empty."
+#~ msgstr "เอกสารว่างเปล่า"
+
+#~ msgid "_Ignore case"
+#~ msgstr "ไ_ม่สนใจตัวพิมพ์ใหญ่-เล็ก"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "ไม่สามารถเรียกคืนค่าเดิมก่อนการเรียงลำดับ"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "รหัสอักขระที่จะตรวจหาโดยอัตโนมัติ"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "ลำดับของรหัสอักขระที่ gedit ใช้ตรวจสอบรหัสอักขระของแฟ้มโดยอัตโนมัติ ค่า \"CURRENT\" "
+#~ "ใช้แทนรหัสตามข้อกำหนดท้องถิ่นในขณะนั้น gedit จะใช้เฉพาะรหัสที่รู้จักเท่านั้น"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "การเข้ารหัสที่แสดงบนเมนู"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "รายชื่อรหัสอักขระที่จะแสดงในเมนูรหัสอักขระของกล่องเปิด/บันทึกแฟ้ม gedit "
+#~ "จะแสดงเฉพาะรหัสที่รู้จักเท่านั้น"
+
+#~ msgid "Character encodings"
+#~ msgstr "รหัสอักขระ"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "รหัสอักขระที่แ_สดงในเมนู"
+
+#~ msgid "P_revious Page"
+#~ msgstr "หน้า_ที่แล้ว"
+
+#~ msgid "_Next Page"
+#~ msgstr "หน้า_ถัดไป"
+
+#~ msgid "Replace"
+#~ msgstr "แทนที่"
+
+#~ msgid "_Search for: "
+#~ msgstr "_ค้นหา: "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "ให้ gedit สร้างสำเนาชุดสำรองของแฟ้มที่บันทึกหรือไม่ "
+#~ "คุณสามารถกำหนดนามสกุลแฟ้มได้โดยตั้งค่าตัวเลือก \"นามสกุลของแฟ้มสำรอง\""
+
+#~ msgid "About gedit"
+#~ msgstr "เกี่ยวกับ gedit"
+
+#~ msgid "Unicode"
+#~ msgstr "ยูนิโค้ด"
+
+#~ msgid "Western"
+#~ msgstr "ตะวันตก"
+
+#~ msgid "Central European"
+#~ msgstr "ยุโรปตอนกลาง"
+
+#~ msgid "South European"
+#~ msgstr "ยุโรปตอนใต้"
+
+#~ msgid "Baltic"
+#~ msgstr "ภาษาบอลติก"
+
+#~ msgid "Cyrillic"
+#~ msgstr "ภาษาซีริลลิก"
+
+#~ msgid "Arabic"
+#~ msgstr "ภาษาอารบิก"
+
+#~ msgid "Greek"
+#~ msgstr "ภาษากรีก"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "ภาษาฮีบรูซ้ายไปขวา"
+
+#~ msgid "Turkish"
+#~ msgstr "ภาษาตุรกี"
+
+#~ msgid "Nordic"
+#~ msgstr "ภาษานอร์ดิก"
+
+#~ msgid "Celtic"
+#~ msgstr "ภาษาเซลติก"
+
+#~ msgid "Romanian"
+#~ msgstr "ภาษาโรมาเนีย"
+
+#~ msgid "Armenian"
+#~ msgstr "ภาษาอาร์เมเนียน"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "ภาษาจีนตัวเต็ม"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "ภาษาซีริลลิก/รัสเซีย"
+
+#~ msgid "Japanese"
+#~ msgstr "ภาษาญี่ปุ่น"
+
+#~ msgid "Korean"
+#~ msgstr "ภาษาเกาหลี"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "ภาษาจีนตัวย่อ"
+
+#~ msgid "Georgian"
+#~ msgstr "ภาษาจอร์เจีย"
+
+#~ msgid "Hebrew"
+#~ msgstr "ภาษาฮีบรู"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "ภาษาซีริลลิก/ยูเครน"
+
+#~ msgid "Vietnamese"
+#~ msgstr "ภาษาเวียดนาม"
+
+#~ msgid "Thai"
+#~ msgstr "ภาษาไทย"
+
+#~ msgid "Unknown"
+#~ msgstr "ไม่ทราบ"
+
+#~ msgid "The file is too big."
+#~ msgstr "แฟ้มนี้มีขนาดใหญ่เกินไป"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "ยูนิโค้ด (UTF-8)"
+
+#~ msgid "Open a recently used file"
+#~ msgstr "เปิดแฟ้มที่เพิ่งถูกเปิด"
+
+#~ msgid "Recent files"
+#~ msgstr "แฟ้มล่าสุด"
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "ตัวจัดเตรียมข้อมูล Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "บันทึกปูมเหตุการณ์การเข้าถึงและออกสำหรับเอกสารที่ใช้กับ gedit"
+
+#~ msgid "Show the application's help"
+#~ msgstr "แสดงวิธีใช้โปรแกรม"
+
+#~ msgid "Enter GApplication service mode"
+#~ msgstr "เข้าสู่โหมดบริการ GApplication"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- แก้ไขแฟ้มข้อความ"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "เรียก '%s --help' เพื่อดูตัวเลือกที่เป็นไปได้ทั้งหมดสำหรับบรรทัดคำสั่ง\n"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "การปรับแต่ง gedit"
+
+#~ msgid "_Update"
+#~ msgstr "_อัพเดต"
+
+#~ msgid "File Name"
+#~ msgstr "ชื่อแฟ้ม"
+
+#~ msgid "_Snippets:"
+#~ msgstr "_ข้อความสั้น:"
+
+#~ msgid "Language:"
+#~ msgstr "ภาษา:"
+
+#~ msgid "Language"
+#~ msgstr "ภาษา"
+
+#~ msgid "Empty"
+#~ msgstr "ว่างเปล่า"
+
+#~ msgid "column"
+#~ msgstr "คอลัมน์"
+
+#~ msgid "_Open..."
+#~ msgstr "_เปิด..."
+
+#~ msgid "Pr_eferences"
+#~ msgstr "_ปรับแต่ง"
+
+#~ msgid "Configure the application"
+#~ msgstr "กำหนดค่าโปรแกรม"
+
+#~ msgid "_Contents"
+#~ msgstr "เนื้อ_หา"
+
+#~ msgid "Save _As..."
+#~ msgstr "บันทึกเป็_น..."
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "คืนข้อมูลกลับเป็นรุ่นที่บันทึกไว้แล้ว"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "_ตัวอย่างก่อนพิมพ์"
+
+#~ msgid "Print preview"
+#~ msgstr "แสดงตัวอย่างก่อนพิมพ์"
+
+#~ msgid "_Print..."
+#~ msgstr "_พิมพ์..."
+
+#~ msgid "Undo the last action"
+#~ msgstr "เรียกคืนการทำคำสั่งสุดท้าย"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "ทำซ้ำคำสั่งที่เรียกคืนล่าสุด"
+
+#~ msgid "Cut the selection"
+#~ msgstr "ตัดส่วนที่เลือก"
+
+#~ msgid "Copy the selection"
+#~ msgstr "คัดลอกส่วนที่เลือก"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "ลบข้อความที่เลือก"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "โห_มดเน้น..."
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "เปลี่ยนโหมดเน้นของเอกสารที่ทำงานอยู่"
+
+#~ msgid "_Find..."
+#~ msgstr "_หา..."
+
+#~ msgid "Search for text"
+#~ msgstr "ค้นหา"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "ค้นหาต่อไป"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "ค้นหาคำเดิมแบบถอยหลังอีกครั้ง"
+
+#~ msgid "_Replace..."
+#~ msgstr "แ_ทนที่..."
+
+#~ msgid "Search for and replace text"
+#~ msgstr "ค้นหาและแทนที่คำ"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "ลบการเน้นคำค้นที่หาพบ"
+
+#~ msgid "Go to _Line..."
+#~ msgstr "ไป_บรรทัดที่..."
+
+#~ msgid "Go to a specific line"
+#~ msgstr "ไปเลขบรรทัดที่กำหนด"
+
+#~ msgid "Save all open files"
+#~ msgstr "บันทึกทุกแฟ้มที่เปิด"
+
+#~ msgid "Close all open files"
+#~ msgstr "ปิดแฟ้มทั้งหมด"
+
+#~ msgid "Activate previous document"
+#~ msgstr "ไปยังเอกสารก่อนหน้า"
+
+#~ msgid "Activate next document"
+#~ msgstr "ไปยังเอกสารถัดไป"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "ย้ายเอกสารนี้ไปยังหน้าต่างใหม่"
+
+#~ msgid "Close the current file"
+#~ msgstr "ปิดแฟ้มปัจจุบัน"
+
+#~ msgid "Quit the program"
+#~ msgstr "ออกจากโปรแกรม"
+
+#~ msgid "_Toolbar"
+#~ msgstr "แถบเ_ครื่องมือ"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "ซ่อนหรือแสดงแถบเครื่องมือในหน้าต่างปัจจุบัน"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr "ซ่อนหรือแสดงแถบสถานะในหน้าต่างปัจจุบัน"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "แก้ไขข้อความแบบเต็มจอ"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "ซ่อนหรือแสดงช่องด้านข้างในหน้าต่างปัจจุบัน"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "ซ่อนหรือแสดงช่องด้านล่างในหน้าต่างปัจจุบัน"
+
+#~ msgid "Open '%s'"
+#~ msgstr "เปิดเอกสาร '%s'"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "เริ่มใช้ '%s'"
+
+#~ msgid "Change Case"
+#~ msgstr "เปลี่ยนตัวพิมพ์ใหญ่-เล็ก"
+
+#~ msgid "Changes the case of selected text."
+#~ msgstr "เปลี่ยนตัวพิมพ์ใหญ่-เล็กของข้อความที่เลือก"
+
+#~ msgid "C_hange Case"
+#~ msgstr "เปลี่ยนตัว_พิมพ์ใหญ่-เล็ก"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "ตัวพิมพ์ใ_หญ่ทั้งหมด"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "ตัวพิมพ์เ_ล็กทั้งหมด"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "กลับตัวพิมพ์ใหญ่-เล็กของข้อความที่เลือก"
+
+#~ msgid "_Title Case"
+#~ msgstr "ตัวพิมพ์ใหญ่-เล็กสำหรับหัวเ_รื่อง"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "เปลี่ยนอักษรตัวแรกของทุกคำที่เลือกให้เป็นตัวพิมพ์ใหญ่"
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "ดูค่าสถิติต่างๆ ของเอกสารปัจจุบัน"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "เปิดเครื่องมือจัดการเครื่องมือภายนอก"
+
+#~ msgid "External tools"
+#~ msgstr "เครื่องมือภายนอก"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "เปิดเอกสารอย่างเร็ว"
+
+#~ msgid "Manage snippets"
+#~ msgstr "จัดการข้อความสั้น"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "เรียงลำดับข้อมูลในเอกสารปัจจุบันหรือส่วนที่เลือก"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "ตรวจตัวสะกดในเอกสารปัจจุบัน"
+
+#~ msgid "Set the language of the current document"
+#~ msgstr "กำหนดภาษาของเอกสารปัจจุบัน"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "ตรวจตัวสะกดในเอกสารปัจจุบันโดยอัตโนมัติ"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "แทรกวันที่และเวลาปัจจุบันที่ตำแหน่งเคอร์เซอร์"
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "จำนวนจำกัดของการเรียกคืนการทำ (เลิกใช้แล้ว)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "จำนวนครั้งสูงสุดของการปฏิบัติการที่ gedit จะสามารถเรียกคืนการทำหรือทำซ้ำได้ ใช้ค่า "
+#~ "\"-1\" จะหมายถึงไม่จำกัดจำนวน คีย์นี้เลิกใช้แล้วตั้งแต่รุ่น 2.12.0"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "ตำแหน่งของแฟ้มไม่สามารถเข้าถึงได้ เนื่องจากไม่ได้เมานท์อยู่"
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "gedit ได้เปิดแฟ้มนี้อยู่แล้วในหน้าต่างอื่นในแบบอ่านอย่างเดียว คุณต้องการยืนยันที่จะแก้ไขอยู่หรือไม่?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "คุณต้องการละทิ้งการแก้ไขต่างๆ ที่คุณทำ แล้วเรียกอ่านแฟ้มใหม่หรือไม่?"
+
+#~ msgid "Open Files"
+#~ msgstr "เปิดแฟ้ม"
+
+#~ msgid "Replace All"
+#~ msgstr "แทนที่ทั้งหมด"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "ปิดใช้งานการเน้นไวยากรณ์"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "กำหนดรากเป็นตำแหน่งของเอกสารที่ใช้งานอยู่"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "เปิดเทอร์มินัลที่ไดเรกทอรีที่กำลังเปิดอยู่"
+
+#~ msgid "file"
+#~ msgstr "แฟ้ม"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "ย้ายแฟ้มหรือโฟลเดอร์ที่เลือกไปลงถังขยะ"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "ลบแฟ้มหรือโฟลเดอร์ที่เลือก"
+
+#~ msgid "Open selected file"
+#~ msgstr "เปิดแฟ้มที่เลือก"
+
+#~ msgid "Up"
+#~ msgstr "ขึ้น"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "เปิดโฟลเดอร์ชั้นนอก"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "สร้างโฟลเดอร์ใหม่"
+
+#~ msgid "Add new empty file"
+#~ msgstr "สร้างแฟ้มใหม่"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "เปลี่ยนชื่อแฟ้มหรือโฟลเดอร์ที่เลือก"
+
+#~ msgid "_Previous Location"
+#~ msgstr "ตำแหน่ง_ก่อนหน้า"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "ไปตำแหน่งที่เปิดก่อนหน้านี้"
+
+#~ msgid "_Next Location"
+#~ msgstr "ตำแหน่ง_ถัดไป"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "ไปตำแหน่งที่เปิดถัดจากนี้"
+
+#~ msgid "Refresh the view"
+#~ msgstr "แสดงผลใหม่"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "แสดงโฟลเดอร์ด้วยโปรแกรมจัดการแฟ้ม"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "แสดงแฟ้มและโฟลเดอร์ที่ซ่อนอยู่"
+
+#~ msgid "Show binary files"
+#~ msgstr "แสดงแฟ้มไบนารี"
+
+#~ msgid "Quick open"
+#~ msgstr "เปิดอย่างเร็ว"
+
+#~ msgid "Text;"
+#~ msgstr "ข้อความ;"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "_ออกจากระบบโดยไม่บันทึก"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "เรียกทำงาน gedit ในเบื้องหลัง"
+
+#~ msgid "_Add..."
+#~ msgstr "เ_พิ่ม..."
+
+#~ msgid "Previous location"
+#~ msgstr "ตำแหน่งก่อนหน้า"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "ไปยังตำแหน่งล่าสุดที่เปิด"
+
+#~ msgid "Next location"
+#~ msgstr "ตำแหน่งถัดไป"
+
+#~ msgid "Go to next location"
+#~ msgstr "ไปยังตำแหน่งถัดไป"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "เครื่องมือจัดการเครื่องมือภายนอก"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "แสดงแถบด้านล่าง"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "รายการ VFS scheme ที่ gedit สนับสนุนการเขียน โดย scheme 'file' "
+#~ "ถือว่าเขียนได้โดยปริยาย"
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "รูปแบบของปุ่มแถบเครื่องมือ เลือก \"GEDIT_TOOLBAR_SYSTEM\" เพื่อใช้ค่าปริยายหรือ "
+#~ "\"GEDIT_TOOLBAR_ICONS\" สำหรับแสดงเฉพาะไอคอน หรือ "
+#~ "\"GEDIT_TOOLBAR_ICONS_AND_TEXT\" เพื่อแสดงทั้งไอคอนและข้อความ หรือ "
+#~ "\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" เพื่อแสดงข้อความเฉพาะบางไอคอน "
+#~ "ค่าทั้งหมดจะต้องเป็นอักษรตัวใหญ่ดังแสดงที่นี่"
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "รูปแบบของปุ่มแถบเครื่องมือ"
+
+#~ msgid ""
+#~ "Whether gedit should highlight the bracket matching the selected one."
+#~ msgstr "กำหนดให้ gedit เน้นวงเล็บที่เข้าคู่กับวงเล็บที่เลือกอยู่"
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr "จะแสดงแถบด้านล่างของหน้าต่างแก้ไขข้อความหรือไม่"
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "VFS scheme ที่เขียนได้"
+
+#~ msgid "Current Line"
+#~ msgstr "บรรทัดปัจจุบัน"
+
+#~ msgid "Right Margin"
+#~ msgstr "กั้นขวา"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "กั้นขวาเริ่มจาก_คอลัมน์ที่:"
+
+#~ msgid "Plugin"
+#~ msgstr "ปลั๊กอิน"
+
+#~ msgid "Enabled"
+#~ msgstr "เปิดใช้งาน"
+
+#~ msgid "C_onfigure"
+#~ msgstr "_กำหนดค่า"
+
+#~ msgid "A_ctivate"
+#~ msgstr "เ_ปิดใช้"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "เปิดใ_ช้ทั้งหมด"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "เ_ลิกใช้ทั้งหมด"
+
+#~ msgid "Active _Plugins:"
+#~ msgstr "_ปลั๊กอินที่เปิดใช้:"
+
+#~ msgid "_About Plugin"
+#~ msgstr "เ_กี่ยวกับปลั๊กอิน"
+
+#~ msgid "C_onfigure Plugin"
+#~ msgstr "กำหนด_ค่าปลั๊กอิน"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "ไม่สามารถกำหนดค่าเริ่มต้นของตัวจัดการการปรับแต่ง"
+
+#~ msgid "Expected `%s', got `%s' for key %s"
+#~ msgstr "คาดหวัง `%s' แต่ได้ `%s' สำหรับกุญแจ %s"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "เป็นไปไม่ได้ที่จะตรวจสอบรหัสอักขระโดยอัตโนมัติ"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "ตั้งหน้าก_ระดาษ..."
+
+#~ msgid "Set up the page settings"
+#~ msgstr "ตั้งค่าการจัดหน้ากระดาษ"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "_ค้นหาแบบคืบหน้าทีละส่วน..."
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "ค้นหาข้อความแบบคืบหน้าทีละส่วน"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "เครื่องมือจัดการข้อความสั้น"
+
+#~ msgid "_Autocheck Spelling"
+#~ msgstr "ตรวจตัวสะกด_อัตโนมัติ"
+
+#~ msgid "Tags"
+#~ msgstr "แท็ก"
+
+#~ msgid "Select the group of tags you want to use"
+#~ msgstr "เลือกกลุ่มแท็กที่ต้องการใช้"
+
+#~ msgid "_Preview"
+#~ msgstr "_ตัวอย่าง"
+
+#~ msgid "Available Tag Lists"
+#~ msgstr "รายชื่อแท็กที่มี"
+
+#~ msgid "Abbreviated form"
+#~ msgstr "คำย่อ (แท็ก)"
+
+#~ msgid "Abbreviation"
+#~ msgstr "รูปแบบโดยย่อ (แอตทริบิวต์)"
+
+#~ msgid "Accessibility key character"
+#~ msgstr "อักขระหลักสำหรับสิ่งอำนวยความสะดวก"
+
+#~ msgid "Acronym"
+#~ msgstr "ตัวย่อ"
+
+#~ msgid "Align"
+#~ msgstr "การจัดเรียงแนว (align)"
+
+#~ msgid "Alignment character"
+#~ msgstr "อักขระสำหรับจัดเรียงแนว"
+
+#~ msgid "Alternative"
+#~ msgstr "ข้อความทดแทน"
+
+#~ msgid "Anchor"
+#~ msgstr "จุดอ้างอิง (anchor)"
+
+#~ msgid "Anchor URI"
+#~ msgstr "ลิงก์ไปยัง URI"
+
+#~ msgid "Applet class file code"
+#~ msgstr "รหัส (code) ของคลาสแอพเพล็ต"
+
+#~ msgid "Applet class file code (deprecated)"
+#~ msgstr "รหัส (code) ของคลาสแอพเพล็ต (เลิกใช้แล้ว)"
+
+#~ msgid "Associated information"
+#~ msgstr "ข้อมูล (content) ของ meta"
+
+#~ msgid "Author info"
+#~ msgstr "ข้อมูลเกี่ยวกับผู้เขียน"
+
+#~ msgid "Axis related headers"
+#~ msgstr "แกนข้อมูล (axis) ของตาราง"
+
+#~ msgid "Background color"
+#~ msgstr "สีพื้นหลัง"
+
+#~ msgid "Background color (deprecated)"
+#~ msgstr "สีพื้นหลัง (เลิกใช้แล้ว)"
+
+#~ msgid "Background texture tile"
+#~ msgstr "ภาพปูพื้นหลัง"
+
+#~ msgid "Background texture tile (deprecated)"
+#~ msgstr "ภาพปูพื้นหลัง (เลิกใช้แล้ว)"
+
+#~ msgid "Base URI"
+#~ msgstr "URI รากของคลาสแอพเพล็ต"
+
+#~ msgid "Base font"
+#~ msgstr "แบบอักษรยืนพื้น"
+
+#~ msgid "Base font (deprecated)"
+#~ msgstr "แบบอักษรยืนพื้น (เลิกใช้แล้ว)"
+
+#~ msgid "Bold"
+#~ msgstr "ตัวหนา"
+
+#~ msgid "Border"
+#~ msgstr "ขอบ"
+
+#~ msgid "Border (deprecated)"
+#~ msgstr "ขอบ (เลิกใช้แล้ว)"
+
+#~ msgid "Border color"
+#~ msgstr "สีขอบ"
+
+#~ msgid "Cell rowspan"
+#~ msgstr "จำนวนแถวของอาณาเขตเซลล์"
+
+#~ msgid "Center"
+#~ msgstr "กึ่งกลาง"
+
+#~ msgid "Center (deprecated)"
+#~ msgstr "กึ่งกลาง (เลิกใช้แล้ว)"
+
+#~ msgid "Character encoding of linked resource"
+#~ msgstr "รหัสอักขระของข้อมูลเป้าหมายลิงก์"
+
+#~ msgid "Checked (state)"
+#~ msgstr "กาเลือกอยู่ (สถานะ)"
+
+#~ msgid "Checked state"
+#~ msgstr "สถานะการกาเลือก"
+
+#~ msgid "Citation"
+#~ msgstr "อ้างอิงเอกสาร"
+
+#~ msgid "Cite reason for change"
+#~ msgstr "อ้างอิงเหตุผลการแก้ไข"
+
+#~ msgid "Class implementation ID"
+#~ msgstr "อ็อบเจกต์ของคลาส"
+
+#~ msgid "Class list"
+#~ msgstr "คลาส"
+
+#~ msgid "Clear text flow control"
+#~ msgstr "ตำแหน่งไหลข้อความรอบ float"
+
+#~ msgid "Code content type"
+#~ msgstr "ชนิดของโค้ด"
+
+#~ msgid "Color of selected links"
+#~ msgstr "สีของลิงก์ที่ถูกเลือก"
+
+#~ msgid "Color of selected links (deprecated)"
+#~ msgstr "สีของลิงก์ที่ถูกเลือก (เลิกใช้แล้ว)"
+
+#~ msgid "Column span"
+#~ msgstr "จำนวนคอลัมน์ของอาณาเขตเซลล์"
+
+#~ msgid "Comment"
+#~ msgstr "หมายเหตุ"
+
+#~ msgid "Computer code fragment"
+#~ msgstr "โค้ดคอมพิวเตอร์"
+
+#~ msgid "Content type"
+#~ msgstr "ชนิดของเนื้อหา"
+
+#~ msgid "Content type (deprecated)"
+#~ msgstr "ชนิดของเนื้อหา (เลิกใช้แล้ว)"
+
+#~ msgid "Coordinates"
+#~ msgstr "พิกัดตำแน่ง"
+
+#~ msgid "DIV Style container"
+#~ msgstr "บล็อก DIV แบบกำหนดสไตล์"
+
+#~ msgid "DIV container"
+#~ msgstr "บล็อก DIV"
+
+#~ msgid "Date and time of change"
+#~ msgstr "วันและเวลาที่แก้ไข"
+
+#~ msgid "Declare flag"
+#~ msgstr "แฟล็กประกาศ"
+
+#~ msgid "Defer attribute"
+#~ msgstr "แอตทริบิวต์ defer"
+
+#~ msgid "Definition description"
+#~ msgstr "นิยาม: คำบรรยาย"
+
+#~ msgid "Definition list"
+#~ msgstr "นิยาม: รายการ"
+
+#~ msgid "Definition term"
+#~ msgstr "นิยาม: หัวข้อ"
+
+#~ msgid "Deleted text"
+#~ msgstr "ลบข้อความที่ลบ"
+
+#~ msgid "Directionality"
+#~ msgstr "ทิศทางการเขียน"
+
+#~ msgid "Directionality (deprecated)"
+#~ msgstr "ทิศทางการเขียน (เลิกใช้แล้ว)"
+
+#~ msgid "Directory list"
+#~ msgstr "รายการสารบบ"
+
+#~ msgid "Disabled"
+#~ msgstr "ไม่ทำงาน"
+
+#~ msgid "Document base"
+#~ msgstr "URI ฐานของเอกสาร"
+
+#~ msgid "Document body"
+#~ msgstr "เนื้อเอกสาร"
+
+#~ msgid "Document head"
+#~ msgstr "หัวเอกสาร"
+
+#~ msgid "Document title"
+#~ msgstr "หัวเรื่องเอกสาร"
+
+#~ msgid "Document type"
+#~ msgstr "ชนิดโครงสร้างเอกสาร"
+
+#~ msgid "Element ID"
+#~ msgstr "ID ขององค์ประกอบ"
+
+#~ msgid "Embedded object"
+#~ msgstr "อ็อบเจกต์ฝังตัว"
+
+#~ msgid "Emphasis"
+#~ msgstr "ตัวเน้น"
+
+#~ msgid "Encode type"
+#~ msgstr "ชนิดของรูปแบบข้อมูล"
+
+#~ msgid "Figure"
+#~ msgstr "รูป"
+
+#~ msgid "Font face"
+#~ msgstr "ชื่อแบบอักษร"
+
+#~ msgid "Font face (deprecated)"
+#~ msgstr "ชื่อแบบอักษร (เลิกใช้แล้ว)"
+
+#~ msgid "For label"
+#~ msgstr "ฉลากสำหรับ..."
+
+#~ msgid "Forced line break"
+#~ msgstr "ตัดบรรทัด"
+
+#~ msgid "Form"
+#~ msgstr "แบบฟอร์ม"
+
+#~ msgid "Form action handler"
+#~ msgstr "แบบฟอร์ม: ตัวประมวลผล"
+
+#~ msgid "Form control group"
+#~ msgstr "แบบฟอร์ม: แบ่งส่วน"
+
+#~ msgid "Form field label text"
+#~ msgstr "แบบฟอร์ม: ฉลากข้อมูล"
+
+#~ msgid "Form input"
+#~ msgstr "แบบฟอร์ม: รับข้อมูล"
+
+#~ msgid "Form input type"
+#~ msgstr "แบบฟอร์ม: รับข้อมูลระบุชนิด"
+
+#~ msgid "Form method"
+#~ msgstr "แบบฟอร์มระบุวิธีส่งข้อมูล"
+
+#~ msgid "Forward link"
+#~ msgstr "ลิงก์ออกไป"
+
+#~ msgid "Frame"
+#~ msgstr "เฟรม"
+
+#~ msgid "Frame border"
+#~ msgstr "เส้นขอบเฟรม"
+
+#~ msgid "Frame render parts"
+#~ msgstr "เส้นกรอบตาราง"
+
+#~ msgid "Frame source"
+#~ msgstr "เฟรมระบุแหล่งเนื้อหา"
+
+#~ msgid "Frame spacing"
+#~ msgstr "ช่องว่างระหวางเฟรม"
+
+#~ msgid "Frame target"
+#~ msgstr "เฟรมเป้าหมาย"
+
+#~ msgid "Frameborder"
+#~ msgstr "เส้นกั้นเฟรม"
+
+#~ msgid "Frameset"
+#~ msgstr "ชุดเฟรม"
+
+#~ msgid "Frameset columns"
+#~ msgstr "ชุดเฟรมระบุจำนวนคอลัมน์"
+
+#~ msgid "Frameset rows"
+#~ msgstr "ชุดเฟรมระบุจำนวนแถว"
+
+#~ msgid "Framespacing"
+#~ msgstr "ช่องว่างระหวางเฟรม"
+
+#~ msgid "Generic embedded object"
+#~ msgstr "อ็อบเจกต์ฝังตัว"
+
+#~ msgid "Generic metainformation"
+#~ msgstr "ข้อมูลกำกับ"
+
+#~ msgid "Generic span"
+#~ msgstr "span"
+
+#~ msgid "HTML - Special Characters"
+#~ msgstr "HTML - อักขระพิเศษ"
+
+#~ msgid "HTML - Tags"
+#~ msgstr "HTML - แท็ก"
+
+#~ msgid "HTML root element"
+#~ msgstr "องค์ประกอบราก HTML"
+
+#~ msgid "HTML version"
+#~ msgstr "รุ่น HTML"
+
+#~ msgid "HTTP header name"
+#~ msgstr "ข้อมูลส่วนหัว HTTP"
+
+#~ msgid "Heading"
+#~ msgstr "หัวเรื่อง"
+
+#~ msgid "Heading 1"
+#~ msgstr "หัวเรื่อง 1"
+
+#~ msgid "Height"
+#~ msgstr "ความสูง"
+
+#~ msgid "Horizontal rule"
+#~ msgstr "เส้นขีดนอน"
+
+#~ msgid "Horizontal space"
+#~ msgstr "ช่องไฟตามแนวนอน"
+
+#~ msgid "Horizontal space (deprecated)"
+#~ msgstr "ช่องไฟตามแนวนอน (เลิกใช้แล้ว)"
+
+#~ msgid "I18N BiDi override"
+#~ msgstr "ระบุทิศทางตัวเขียน"
+
+#~ msgid "Image"
+#~ msgstr "รูปภาพ"
+
+#~ msgid "Image map"
+#~ msgstr "แผนที่รูปภาพ"
+
+#~ msgid "Image map area"
+#~ msgstr "แผนที่รูปภาพ: พื้นที่"
+
+#~ msgid "Image map name"
+#~ msgstr "แผนที่รูปภาพระบุชื่อ"
+
+#~ msgid "Image source"
+#~ msgstr "รูปภาพระบุแหล่ง"
+
+#~ msgid "Inline frame"
+#~ msgstr "เฟรมในบรรทัด"
+
+#~ msgid "Inline layer"
+#~ msgstr "เลเยอร์ในบรรทัด"
+
+#~ msgid "Inserted text"
+#~ msgstr "ข้อความที่แทรก"
+
+#~ msgid "Instance definition"
+#~ msgstr "ยกตัวอย่าง"
+
+#~ msgid "Italic text"
+#~ msgstr "ตัวเอียง"
+
+#~ msgid "Java applet"
+#~ msgstr "แอพเพล็ตจาวา"
+
+#~ msgid "Java applet (deprecated)"
+#~ msgstr "แอพเพล็ตจาวา (เลิกใช้แล้ว)"
+
+#~ msgid "Label"
+#~ msgstr "ฉลาก"
+
+#~ msgid "Language code"
+#~ msgstr "ภาษา"
+
+#~ msgid "Large text style"
+#~ msgstr "ตัวอักษรใหญ่"
+
+#~ msgid "Layer"
+#~ msgstr "เลเยอร์"
+
+#~ msgid "Link color"
+#~ msgstr "สีของลิงก์"
+
+#~ msgid "Link color (deprecated)"
+#~ msgstr "สีของลิงก์ (เลิกใช้แล้ว)"
+
+#~ msgid "List item"
+#~ msgstr "ข้อมูลในรายการ"
+
+#~ msgid "List of MIME types for file upload"
+#~ msgstr "MIME type ที่ยอมรับสำหรับอัปโหลดแฟ้ม"
+
+#~ msgid "List of supported character sets"
+#~ msgstr "รหัสอักขระที่แบบฟอร์มสนับสนุน"
+
+#~ msgid "Local change to font"
+#~ msgstr "แบบอักษรเฉพาะที่"
+
+#~ msgid "Long description link"
+#~ msgstr "คำบรรยายรูปแบบยาว"
+
+#~ msgid "Long quotation"
+#~ msgstr "อ้างคำพูดแบบยาว"
+
+#~ msgid "Mail link"
+#~ msgstr "ลิงก์ชนิดเมล"
+
+#~ msgid "Marquee"
+#~ msgstr "ตัววิ่ง"
+
+#~ msgid "Maximum length of text field"
+#~ msgstr "ความยาวสูงสุดของช่องกรอกข้อความ"
+
+#~ msgid "Media-independent link"
+#~ msgstr "ลิงก์ที่หัวเอกสาร"
+
+#~ msgid "Menu list"
+#~ msgstr "รายการเมนู"
+
+#~ msgid "Menu list (deprecated)"
+#~ msgstr "รายการเมนู (เลิกใช้แล้ว)"
+
+#~ msgid "Multi-line text field"
+#~ msgstr "ช่องกรอกข้อความหลายบรรทัด"
+
+#~ msgid "Multicolumn"
+#~ msgstr "หลายคอลัมน์"
+
+#~ msgid "Multiple"
+#~ msgstr "เลือกได้หลายตัวเลือก"
+
+#~ msgid "Name"
+#~ msgstr "ชื่อ"
+
+#~ msgid "Named property value"
+#~ msgstr "คุณสมบัติอ็อบเจกต์"
+
+#~ msgid "Next ID"
+#~ msgstr "ID ถัดไป"
+
+#~ msgid "No URI"
+#~ msgstr "ไม่มีลิงก์"
+
+#~ msgid "No embedded objects"
+#~ msgstr "ไม่มีออบเจกต์ฝังตัว"
+
+#~ msgid "No frames"
+#~ msgstr "ไม่สนับสนุนเฟรม"
+
+#~ msgid "No layers"
+#~ msgstr "ไม่สนับสนุนเลเยอร์"
+
+#~ msgid "No line break"
+#~ msgstr "ไม่แบ่งบรรทัด"
+
+#~ msgid "No script"
+#~ msgstr "ไม่สนับสนุนสคริปต์"
+
+#~ msgid "No shade"
+#~ msgstr "ไม่มีเงา"
+
+#~ msgid "No shade (deprecated)"
+#~ msgstr "ไม่มีเงา (เลิกใช้แล้ว)"
+
+#~ msgid "No word wrap"
+#~ msgstr "ไม่ตัดบรรทัด"
+
+#~ msgid "No word wrap (deprecated)"
+#~ msgstr "ไม่ตัดบรรทัด (เลิกใช้แล้ว)"
+
+#~ msgid "Non-breaking space"
+#~ msgstr "ช่องว่างไม่ตัดบรรทัด"
+
+#~ msgid "Object applet file"
+#~ msgstr "แฟ้มอ็อบเจกต์แอพเพล็ต"
+
+#~ msgid "Object applet file (deprecated)"
+#~ msgstr "แฟ้มอ็อบเจกต์แอพเพล็ต (เลิกใช้แล้ว)"
+
+#~ msgid "Object data reference"
+#~ msgstr "ข้อมูลอ็อบเจกต์"
+
+#~ msgid "Offset for alignment character"
+#~ msgstr "ตำแหน่งของอักขระสำหรับจัดเรียงแนว"
+
+#~ msgid "Option group"
+#~ msgstr "กลุ่มตัวเลือก"
+
+#~ msgid "Option selector"
+#~ msgstr "ช่องรับข้อมูลแบบตัวเลือก"
+
+#~ msgid "Ordered list"
+#~ msgstr "รายการเรียงเลข"
+
+#~ msgid "Output media"
+#~ msgstr "อุปกรณ์แสดงผล"
+
+#~ msgid "Paragraph"
+#~ msgstr "ย่อหน้า"
+
+#~ msgid "Paragraph class"
+#~ msgstr "ย่อหน้าระบุคลาส"
+
+#~ msgid "Paragraph style"
+#~ msgstr "ย่อหน้าระบุสไตล์"
+
+#~ msgid "Preformatted listing"
+#~ msgstr "ข้อความจัดรูปแบบตายตัว"
+
+#~ msgid "Preformatted text"
+#~ msgstr "ข้อความจัดย่อหน้าตายตัว"
+
+#~ msgid "Profile metainfo dictionary"
+#~ msgstr "ข้อมูลกำกับที่กำหนดไว้แล้ว"
+
+#~ msgid "Push button"
+#~ msgstr "ปุ่มกด"
+
+#~ msgid "Quote"
+#~ msgstr "อ้างคำพูด"
+
+#~ msgid "ReadOnly text and password"
+#~ msgstr "ข้อความและรหัสผ่านห้ามแก้ไข"
+
+#~ msgid "Reduced spacing"
+#~ msgstr "เรียงบรรทัดชิดกัน"
+
+#~ msgid "Reduced spacing (deprecated)"
+#~ msgstr "เรียงบรรทัดชิดกัน (เลิกใช้แล้ว)"
+
+#~ msgid "Reverse link"
+#~ msgstr "ลิงก์เข้ามา"
+
+#~ msgid "Root"
+#~ msgstr "ราก"
+
+#~ msgid "Rows"
+#~ msgstr "จำนวนแถว"
+
+#~ msgid "Rulings between rows and columns"
+#~ msgstr "การตีเส้นตารางระหว่างแถวและคอลัมน์"
+
+#~ msgid "Sample program output, scripts"
+#~ msgstr "ตัวอย่างผลลัพธ์ของโปรแกรม"
+
+#~ msgid "Scope covered by header cells"
+#~ msgstr "ขอบเขตของเซลล์หัวตาราง"
+
+#~ msgid "Script language name"
+#~ msgstr "ภาษาของสคริปต์"
+
+#~ msgid "Script statements"
+#~ msgstr "ถ้อยแถลงสคริปต์"
+
+#~ msgid "Scrollbar"
+#~ msgstr "แถบเลื่อน"
+
+#~ msgid "Selectable option"
+#~ msgstr "ตัวเลือกสำหรับเลือก"
+
+#~ msgid "Server-side image map"
+#~ msgstr "แผนที่รูปภาพที่ฝั่งเซิร์ฟเวอร์"
+
+#~ msgid "Shape"
+#~ msgstr "รูปร่างของพื้นที่"
+
+#~ msgid "Short inline quotation"
+#~ msgstr "อ้างคำพูดแบบสั้นในบรรทัด"
+
+#~ msgid "Single line prompt"
+#~ msgstr "ช่องรับข้อมูลบรรทัดเดียว (ตกรุ่นแล้ว)"
+
+#~ msgid "Size"
+#~ msgstr "ขนาด"
+
+#~ msgid "Size (deprecated)"
+#~ msgstr "ขนาด (เลิกใช้แล้ว)"
+
+#~ msgid "Small text style"
+#~ msgstr "ตัวอักษรเล็ก"
+
+#~ msgid "Soft line break"
+#~ msgstr "จุดตัดบรรทัด"
+
+#~ msgid "Sound"
+#~ msgstr "เสียง"
+
+#~ msgid "Source"
+#~ msgstr "ที่มา"
+
+#~ msgid "Space-separated archive list"
+#~ msgstr "รายการแฟ้มจัดเก็บ"
+
+#~ msgid "Spacing between cells"
+#~ msgstr "ช่องไฟระหว่างช่องตาราง"
+
+#~ msgid "Spacing within cells"
+#~ msgstr "ช่องไฟภายในช่องตาราง"
+
+#~ msgid "Square root"
+#~ msgstr "รากที่สอง"
+
+#~ msgid "Standby load message"
+#~ msgstr "ข้อความระหว่างรอโหลดอ็อบเจกต์"
+
+#~ msgid "Starting sequence number"
+#~ msgstr "เลขลำดับแรกของรายการ"
+
+#~ msgid "Starting sequence number (deprecated)"
+#~ msgstr "เลขลำดับแรกของรายการ (เลิกใช้แล้ว)"
+
+#~ msgid "Strike-through text"
+#~ msgstr "ข้อความขีดฆ่า"
+
+#~ msgid "Strike-through text (deprecated)"
+#~ msgstr "ข้อความขีดฆ่า (เลิกใช้แล้ว)"
+
+#~ msgid "Strike-through text style"
+#~ msgstr "รูปแบบข้อความขีดฆ่า"
+
+#~ msgid "Strike-through text style (deprecated)"
+#~ msgstr "รูปแบบข้อความขีดฆ่า (เลิกใช้แล้ว)"
+
+#~ msgid "Strong emphasis"
+#~ msgstr "เน้นตัวเข้ม"
+
+#~ msgid "Style info"
+#~ msgstr "สไตล์"
+
+#~ msgid "Subscript"
+#~ msgstr "ตัวห้อย"
+
+#~ msgid "Superscript"
+#~ msgstr "ตัวยก"
+
+#~ msgid "Tab order position"
+#~ msgstr "ลำดับการเข้าถึงด้วยปุ่มแท็บ"
+
+#~ msgid "Table"
+#~ msgstr "ตาราง"
+
+#~ msgid "Table body"
+#~ msgstr "ตาราง: เนื้อหา"
+
+#~ msgid "Table caption"
+#~ msgstr "ตาราง: หัวเรื่องตาราง"
+
+#~ msgid "Table column group properties"
+#~ msgstr "ตาราง: กลุ่มคอลัมน์"
+
+#~ msgid "Table column properties"
+#~ msgstr "ตาราง: คอลัมน์"
+
+#~ msgid "Table data cell"
+#~ msgstr "ตาราง: ช่องข้อมูลตาราง"
+
+#~ msgid "Table footer"
+#~ msgstr "ตาราง: ท้ายกระดาษ"
+
+#~ msgid "Table header"
+#~ msgstr "ตาราง: หัวกระดาษ"
+
+#~ msgid "Table header cell"
+#~ msgstr "ตาราง: ช่องข้อมูลหัวตาราง"
+
+#~ msgid "Table row"
+#~ msgstr "ตาราง: แถว"
+
+#~ msgid "Table summary"
+#~ msgstr "ตาราง: ข้อมูลสังเขป"
+
+#~ msgid "Target - Blank"
+#~ msgstr "ลิงก์เปิดในหน้าต่างใหม่"
+
+#~ msgid "Target - Parent"
+#~ msgstr "ลิงก์เปิดในชุดเฟรมแม่"
+
+#~ msgid "Target - Self"
+#~ msgstr "ลิงก์เปิดในเฟรมเดิม"
+
+#~ msgid "Teletype or monospace text style"
+#~ msgstr "ตัวอักษรพิมพ์ดีด"
+
+#~ msgid "Text color"
+#~ msgstr "สีตัวอักษร"
+
+#~ msgid "Text color (deprecated)"
+#~ msgstr "สีตัวอักษร (เลิกใช้แล้ว)"
+
+#~ msgid "Text entered by user"
+#~ msgstr "ข้อความป้อนโดยผู้ใช้"
+
+#~ msgid "Title"
+#~ msgstr "ชื่อเรื่อง"
+
+#~ msgid "Underlined text style"
+#~ msgstr "ตัวขีดเส้นใต้"
+
+#~ msgid "Unordered list"
+#~ msgstr "รายการไม่เรียงเลข"
+
+#~ msgid "Use image map"
+#~ msgstr "ใช้แผนที่รูปภาพ"
+
+#~ msgid "Value"
+#~ msgstr "ค่า"
+
+#~ msgid "Value interpretation"
+#~ msgstr "การใช้ค่าคุณสมบัติอ็อบเจกต์"
+
+#~ msgid "Variable or program argument"
+#~ msgstr "ตัวแปรหรืออาร์กิวเมนต์ของโปรแกรม"
+
+#~ msgid "Vertical cell alignment"
+#~ msgstr "การจัดเรียงแนวตามแนวดิ่งในช่องตาราง"
+
+#~ msgid "Vertical space"
+#~ msgstr "ช่องไฟตามแนวตั้ง"
+
+#~ msgid "Vertical space (deprecated)"
+#~ msgstr "ช่องไฟตามแนวตั้ง (เลิกใช้แล้ว)"
+
+#~ msgid "Visited link color"
+#~ msgstr "สีของลิงก์ที่อ่านแล้ว"
+
+#~ msgid "Visited link color (deprecated)"
+#~ msgstr "สีของลิงก์ที่อ่านแล้ว (เลิกใช้แล้ว)"
+
+#~ msgid "Width"
+#~ msgstr "ความกว้าง"
+
+#~ msgid "XHTML 1.0 - Tags"
+#~ msgstr "XHTML 1.0 - แท็ก"
+
+#~ msgid "Bibliography (cite)"
+#~ msgstr "บรรณานุกรม (cite)"
+
+#~ msgid "Bibliography (item)"
+#~ msgstr "บรรณานุกรม (bibitem)"
+
+#~ msgid "Bibliography (shortcite)"
+#~ msgstr "บรรณานุกรม (shortcite)"
+
+#~ msgid "Bibliography (thebibliography)"
+#~ msgstr "บรรณานุกรม (thebibliography)"
+
+#~ msgid "Brackets ()"
+#~ msgstr "วงเล็บ ()"
+
+#~ msgid "Brackets <>"
+#~ msgstr "วงเล็บ <>"
+
+#~ msgid "Brackets []"
+#~ msgstr "วงเล็บ []"
+
+#~ msgid "Brackets {}"
+#~ msgstr "วงเล็บ {}"
+
+#~ msgid "File input"
+#~ msgstr "แฟ้ม input"
+
+#~ msgid "Footnote"
+#~ msgstr "เชิงอรรถ"
+
+#~ msgid "Function cosine"
+#~ msgstr "ฟังก์ชัน cosine"
+
+#~ msgid "Function e^"
+#~ msgstr "ฟังก์ชัน e^"
+
+#~ msgid "Function exp"
+#~ msgstr "ฟังก์ชัน exp"
+
+#~ msgid "Function log"
+#~ msgstr "ฟังก์ชัน log"
+
+#~ msgid "Function log10"
+#~ msgstr "ฟังก์ชัน log10"
+
+#~ msgid "Function sine"
+#~ msgstr "ฟังก์ชัน sine"
+
+#~ msgid "Greek alpha"
+#~ msgstr "อักษรกรีก alpha"
+
+#~ msgid "Greek beta"
+#~ msgstr "อักษรกรีก beta"
+
+#~ msgid "Greek epsilon"
+#~ msgstr "อักษรกรีก epsilon"
+
+#~ msgid "Greek gamma"
+#~ msgstr "อักษรกรีก gamma"
+
+#~ msgid "Greek lambda"
+#~ msgstr "อักษรกรีก lambda"
+
+#~ msgid "Greek rho"
+#~ msgstr "อักษรกรีก rho"
+
+#~ msgid "Greek tau"
+#~ msgstr "อักษรกรีก tau"
+
+#~ msgid "Header 0 (chapter)"
+#~ msgstr "หัวเรื่อง 0 (chapter)"
+
+#~ msgid "Header 0 (chapter*)"
+#~ msgstr "หัวเรื่อง 0 (chapter*)"
+
+#~ msgid "Header 1 (section)"
+#~ msgstr "หัวเรื่อง 1 (section)"
+
+#~ msgid "Header 1 (section*)"
+#~ msgstr "หัวเรื่อง 1 (section*)"
+
+#~ msgid "Header 2 (subsection)"
+#~ msgstr "หัวเรื่อง 2 (subsection)"
+
+#~ msgid "Header 2 (subsection*)"
+#~ msgstr "หัวเรื่อง 2 (subsection*)"
+
+#~ msgid "Header 3 (subsubsection)"
+#~ msgstr "หัวเรื่อง 3 (subsubsection)"
+
+#~ msgid "Header 3 (subsubsection*)"
+#~ msgstr "หัวเรื่อง 3 (subsubsection*)"
+
+#~ msgid "Header 4 (paragraph)"
+#~ msgstr "หัวเรื่อง 4 (paragraph)"
+
+#~ msgid "Header appendix"
+#~ msgstr "ภาคผนวก"
+
+#~ msgid "Item"
+#~ msgstr "รายการ: item"
+
+#~ msgid "Item with label"
+#~ msgstr "รายการ: item ระบุ label"
+
+#~ msgid "Latex - Tags"
+#~ msgstr "Latex - แท็ก"
+
+#~ msgid "List description"
+#~ msgstr "รายการ description"
+
+#~ msgid "List enumerate"
+#~ msgstr "รายการ enumerate"
+
+#~ msgid "List itemize"
+#~ msgstr "รายการ itemize"
+
+#~ msgid "Maths (display)"
+#~ msgstr "คณิตศาสตร์ (display)"
+
+#~ msgid "Maths (inline)"
+#~ msgstr "คณิตศาสตร์ (ในบรรทัด)"
+
+#~ msgid "Operator fraction"
+#~ msgstr "ตัวกระทำเศษส่วน"
+
+#~ msgid "Operator integral (display)"
+#~ msgstr "ตัวกระทำอินทิกรัล (display)"
+
+#~ msgid "Operator integral (inline)"
+#~ msgstr "ตัวกระทำอินทิกรัล (ในบรรทัด)"
+
+#~ msgid "Operator sum (display)"
+#~ msgstr "ตัวกระทำผลรวม (display)"
+
+#~ msgid "Operator sum (inline)"
+#~ msgstr "ตัวกระทำผลรวม (ในบรรทัด)"
+
+#~ msgid "Reference label"
+#~ msgstr "อ้างอิง: label"
+
+#~ msgid "Reference ref"
+#~ msgstr "อ้างอิง: ref"
+
+#~ msgid "Symbol <<"
+#~ msgstr "เครื่องหมาย <<"
+
+#~ msgid "Symbol <="
+#~ msgstr "เครื่องหมาย <="
+
+#~ msgid "Symbol >="
+#~ msgstr "เครื่องหมาย >="
+
+#~ msgid "Symbol >>"
+#~ msgstr "เครื่องหมาย >>"
+
+#~ msgid "Symbol and"
+#~ msgstr "เครื่องหมาย and"
+
+#~ msgid "Symbol const"
+#~ msgstr "เครื่องหมาย const"
+
+#~ msgid "Symbol d-by-dt"
+#~ msgstr "เครื่องหมาย d-by-dt"
+
+#~ msgid "Symbol d-by-dt-partial"
+#~ msgstr "เครื่องหมาย d-by-dt-partial"
+
+#~ msgid "Symbol d2-by-dt2-partial"
+#~ msgstr "เครื่องหมาย d2-by-dt2-partial"
+
+#~ msgid "Symbol dagger"
+#~ msgstr "เครื่องหมาย dagger"
+
+#~ msgid "Symbol em-dash ---"
+#~ msgstr "เครื่องหมาย em-dash ---"
+
+#~ msgid "Symbol en-dash --"
+#~ msgstr "เครื่องหมาย en-dash --"
+
+#~ msgid "Symbol equiv"
+#~ msgstr "เครื่องหมายสมมูล"
+
+#~ msgid "Symbol infinity"
+#~ msgstr "เครื่องหมายอนันต์"
+
+#~ msgid "Symbol mathspace ,"
+#~ msgstr "เครื่องหมายช่องว่างคณิตศาสตร์ ,"
+
+#~ msgid "Symbol mathspace ."
+#~ msgstr "เครื่องหมายช่องว่างคณิตศาสตร์ ."
+
+#~ msgid "Symbol mathspace _"
+#~ msgstr "เครื่องหมายช่องว่างคณิตศาสตร์ _"
+
+#~ msgid "Symbol mathspace __"
+#~ msgstr "เครื่องหมายช่องว่างคณิตศาสตร์ __"
+
+#~ msgid "Symbol simeq"
+#~ msgstr "เครื่องหมาย simeq"
+
+#~ msgid "Symbol star"
+#~ msgstr "เครื่องหมาย star"
+
+#~ msgid "Typeface bold"
+#~ msgstr "ตัวหนา"
+
+#~ msgid "Typeface italic"
+#~ msgstr "ตัวเอียง (italic)"
+
+#~ msgid "Typeface slanted"
+#~ msgstr "ตัวเอน (slanted)"
+
+#~ msgid "Typeface type"
+#~ msgstr "ตัวพิมพ์ดีด"
+
+#~ msgid "Unbreakable text"
+#~ msgstr "ข้อความห้ามแบ่งกลาง"
+
+#~ msgid ""
+#~ "Provides a method to easily insert commonly used tags/strings into a "
+#~ "document without having to type them."
+#~ msgstr "ช่วยแทรกแท็กหรือข้อความที่ใช้บ่อยลงในเอกสารอย่างรวดเร็วโดยไม่ต้องพิมพ์"
+
+#~ msgid "Tag list"
+#~ msgstr "รายชื่อแท็ก"
+
+#~ msgid "XSLT - Elements"
+#~ msgstr "XSLT - องค์ประกอบ"
+
+#~ msgid "XSLT - Functions"
+#~ msgstr "XSLT - ฟังก์ชัน"
+
+#~ msgid "XUL - Tags"
+#~ msgstr "XUL - แท็ก"
+
+#~ msgid "Configure insert date/time plugin..."
+#~ msgstr "กำหนดค่าปลั๊กอินแทรกวันที่และเวลา..."
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "นามสกุลของแฟ้มสำรอง"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr "นามสกุลของแฟ้มสำรอง มีผลใช้ต่อเมื่อใช้ตัวเลือก \"สร้างสำเนาแฟ้มสำรอง\""
+
+#~ msgid "Character Codings"
+#~ msgstr "รหัสอักขระ"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>บรรทัดปัจจุบัน</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>อักษร</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>เลขบรรทัด</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight=\"bold\">ชุดสี</span>"
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "_รหัสอักขระ:"
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "ตั้งชื่อแฟ้มสำรองไม่ได้"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>แบบอักษร</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>หัวกระดาษ</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>การเน้นไวยากรณ์</b>"
+
+#~ msgid "<span weight=\"bold\">File Name</span>"
+#~ msgstr "<span weight=\"bold\">ชื่อแฟ้ม</span>"
+
+#~ msgid "_Indent"
+#~ msgstr "_ร่นเข้า"
+
+#~ msgid "U_nindent"
+#~ msgstr "ร่น_ออก"
+
+#~ msgid "Indent Lines"
+#~ msgstr "ร่นบรรทัด"
+
+#~ msgid "Indents or un-indents selected lines."
+#~ msgstr "ร่นบรรทัดที่เลือกเข้าหรือออก"
+
+#~ msgid "<b>Language</b>"
+#~ msgstr "<b>ภาษา</b>"
+
+#~ msgid "<b>word</b>"
+#~ msgstr "<b>คำ</b>"
+
+#~ msgid "HttP header name"
+#~ msgstr "ชื่อข้อมูลส่วนหัว HTTP"
+
+#~ msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+#~ msgstr "<span weight=\"bold\"> เวลาเมื่อกำลังแทรกค่าวันที่และเวลา...</span>"
+
+#~ msgid "Open Location"
+#~ msgstr "เปิดตำแหน่งแฟ้ม"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "ระบุ_ตำแหน่ง URI ของแฟ้มที่คุณต้องการเปิด:"
+
+#~ msgid "Open _Location..."
+#~ msgstr "เปิด_ตำแหน่ง..."
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "เปิดแฟ้มจากตำแหน่งที่ระบุ"
+
+#~ msgid "Edit tool <i>%s</i>:"
+#~ msgstr "แก้ไขเครื่องมือ <i>%s</i>:"
+
+#~ msgid "Co_mmand(s):"
+#~ msgstr "_คำสั่ง:"
+
+#~ msgid "Edit tool <i>make</i>:"
+#~ msgstr "แก้ไขเครื่องมือ <i>make</i>:"
+
+#~ msgid "_Description:"
+#~ msgstr "คำ_บรรยาย:"
+
+#~ msgid "Insert User Na_me"
+#~ msgstr "แทรก_ชื่อผู้ใช้"
+
+#~ msgid "Insert the user name at the cursor position"
+#~ msgstr "แทรกชื่อผู้ใช้ที่ตำแหน่งเคอร์เซอร์"
+
+#~ msgid "Inserts the user name at the cursor position."
+#~ msgstr "แทรกชื่อผู้ใช้ที่ตำแหน่งเคอร์เซอร์"
+
+#~ msgid "User name"
+#~ msgstr "ชื่อผู้ใช้"
+
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: ชื่อแฟ้มหรือ URI ผิดรูปแบบ\n"
+
+#~ msgid "None"
+#~ msgstr "ไม่ใช้"
+
+#~ msgid "The following python code, run in a snippet, does not return a value"
+#~ msgstr "รหัสคำสั่งไพธอนต่อไปนี้ ซึ่งทำงานในข้อความสั้น ไม่คืนค่าใดๆ มา"
+
+#~ msgid "language|%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgid "language|Unknown (%s)"
+#~ msgstr "ไม่ทราบ (%s)"
+
+#~ msgid "language|Default"
+#~ msgstr "ค่าปริยาย"
+
+#~ msgid "<b>Elements</b>"
+#~ msgstr "<b>องค์ประกอบ</b>"
+
+#~ msgid "Basic Colors"
+#~ msgstr "สีพื้นฐาน"
+
+#~ msgid "Color scheme _name:"
+#~ msgstr "_ชื่อชุดสี:"
+
+#~ msgid "Cu_rrent line color:"
+#~ msgstr "สีบรรทัด_ปัจจุบัน:"
+
+#~ msgid "Italic"
+#~ msgstr "ตัวเอียง"
+
+#~ msgid "Pick the foreground color"
+#~ msgstr "เลือกสีตัวอักษร"
+
+#~ msgid "Pick the normal text color"
+#~ msgstr "เลือกสีของตัวอักษรปกติ"
+
+#~ msgid "Pick the search highlighting color"
+#~ msgstr "เลือกสีสำหรับเน้นข้อความขณะค้นหา"
+
+#~ msgid "Pick the selection color"
+#~ msgstr "เลือกสีของการเลือก"
+
+#~ msgid "S_earch highlighting color:"
+#~ msgstr "สีสำหรับเน้นข้อความที่_ค้นหา:"
+
+#~ msgid "Se_lection color:"
+#~ msgstr "สีของการเลือ_ก:"
+
+#~ msgid "Strikethrough"
+#~ msgstr "ขีดฆ่า"
+
+#~ msgid "Underline"
+#~ msgstr "ขีดเส้นใต้"
+
+#~ msgid "_Background:"
+#~ msgstr "_พื้นหลัง:"
+
+#~ msgid "_Foreground:"
+#~ msgstr "_ตัวอักษร:"
+
+#~ msgid "_Normal text color:"
+#~ msgstr "สีของ_ตัวอักษรปกติ:"
+
+#~ msgid "_Reset to Default "
+#~ msgstr "ค่า_ปริยาย"
+
+#~ msgid "_Selected text color:"
+#~ msgstr "สีของอักษรที่ถูกเ_ลือก:"
+
+#~ msgid "gedit Style Scheme editor"
+#~ msgstr "เครื่องมือแก้ไขชุดสไตล์ของ gedit"
+
+#~ msgid "File too big"
+#~ msgstr "แฟ้มมีขนาดใหญ่เกินไป"
+
+#~ msgid "Not a regular file"
+#~ msgstr "ไม่ใช่แฟ้มปกติ"
+
+#~ msgid "The file contains corrupted data."
+#~ msgstr "แฟ้มดังกล่าวมีข้อมูลเสียหาย"
+
+#~ msgid "The file contains data in an invalid format."
+#~ msgstr "แฟ้มดังกล่าวมีข้อมูลในรูปแบบไม่ถูกต้อง"
+
+#~ msgid ""
+#~ "There are too many open files. Please close some applications and try "
+#~ "again."
+#~ msgstr "มีแฟ้มอื่นๆ เปิดอยู่มากเกินไป กรุณาปิดโปรแกรมบางโปรแกรมแล้วลองใหม่อีกครั้ง"
+
+#~ msgid ""
+#~ "Not enough available memory to open the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr "มีหน่วยความจำไม่เพียงพอที่จะเปิดแฟ้มนี้ กรุณาปิดโปรแกรมอื่นๆ แล้วลองใหม่อีกครั้ง"
+
+#~ msgid ""
+#~ "Host name was empty. Please check that your proxy settings are correct "
+#~ "and try again."
+#~ msgstr "ไม่มีชื่อโฮสต์ กรุณาตรวจสอบค่าพร็อกซีให้ถูกต้องแล้วลองใหม่อีกครั้ง"
+
+#~ msgid ""
+#~ "Attempt to log in failed. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr "เข้าระบบไม่สำเร็จ กรุณาตรวจสอบว่าพิมพ์ตำแหน่งถูกต้องหรือไม่ แล้วลองใหม่อีกครั้ง"
+
+#~ msgid "The file you are trying to open is not a regular file."
+#~ msgstr "แฟ้มที่คุณเปิดไม่ใช่แฟ้มปกติ"
+
+#~ msgid "Attempt to log in failed."
+#~ msgstr "เข้าระบบไม่สำเร็จ"
+
+#~ msgid ""
+#~ "%s is a directory. Please check that you typed the location correctly and "
+#~ "try again."
+#~ msgstr "%s เป็นไดเรกทอรี กรุณาตรวจสอบว่าพิมพ์ตำแหน่งถูกต้องหรือไม่ แล้วลองใหม่อีกครั้ง"
+
+#~ msgid ""
+#~ "Not enough available memory to save the file. Please close some running "
+#~ "applications and try again."
+#~ msgstr "เหลือหน่วยความจำไม่พอที่จะบันทึกแฟ้มนี้ กรุณาปิดโปรแกรมอื่นๆ แล้วลองใหม่อีกครั้ง"
+
+#~ msgid ""
+#~ "%s is not a regular file. Please check that you typed the location "
+#~ "correctly and try again."
+#~ msgstr "%s ไม่ใช่แฟ้มปกติ กรุณาตรวจสอบว่าคุณพิมพ์ตำแหน่งถูกต้องหรือไม่ แล้วลองใหม่อีกครั้ง"
+
+#~ msgid ""
+#~ "Nothing\n"
+#~ "Current document\n"
+#~ "All documents"
+#~ msgstr ""
+#~ "ไม่มี\n"
+#~ "เอกสารปัจจุบัน\n"
+#~ "ทุกเอกสาร"
+
+#~ msgid "The entered location is not valid."
+#~ msgstr "ตำแหน่งที่ระบุ ไม่สามารถใช้งานได้"
+
+#~ msgid "Invalid uri"
+#~ msgstr "URI ไม่ถูกต้อง"
+
+#~ msgid "Sans Regular 11"
+#~ msgstr "Sans Regular 11"
+
+#~ msgid "Sans Regular 8"
+#~ msgstr "Sans Regular 8"
+
+#~ msgid ""
+#~ "Specifies the font to use for a document's body when printing documents. "
+#~ "This is a gnome-print font name and replaced by print_font_body_pango."
+#~ msgstr ""
+#~ "กำหนดแบบอักษรที่จะใช้สำหรับพิมพ์เนื้อหาเอกสารคีย์นี้ใช้รูปแบบชื่อฟอนต์ของ gnome-print "
+#~ "และถูกแทนที่ด้วย print_font_body_pango แล้ว"
+
+#~ 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. This is a "
+#~ "gnome-print font name and replaced by print_font_numbers_pango."
+#~ msgstr ""
+#~ "กำหนดแบบอักษรสำหรับพิมพ์เลขบรรทัด มีผลเมื่อเลือกใช้ \"พิมพ์เลขบรรทัด\" "
+#~ "เท่านั้นคีย์นี้ใช้รูปแบบชื่อฟอนต์ของ gnome-print และถูกแทนที่ด้วย "
+#~ "print_font_numbers_pango แล้ว"
+
+#~ 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. This "
+#~ "is a gnome-print font name and replaced by print_font_header_pango."
+#~ msgstr ""
+#~ "กำหนดแบบอักษรสำหรับพิมพ์หัวกระดาษ มีผลเมื่อเลือกใช้ \"พิมพ์หัวกระดาษ\" "
+#~ "เท่านั้นคีย์นี้ใช้รูปแบบชื่อฟอนต์ของ gnome-print และถูกแทนที่ด้วย print_font_header_pango "
+#~ "แล้ว"
+
+#~ msgid "Page Setup"
+#~ msgstr "การตั้งค่าหน้ากระดาษ"
+
+#~ msgid "General"
+#~ msgstr "ทั่วไป"
+
+#~ msgid "Other"
+#~ msgstr "แบบอื่น"
+
+#~ msgid "Number of pages horizontally"
+#~ msgstr "จำนวนหน้าในแนวนอน"
+
+#~ msgid "Number of pages vertically"
+#~ msgstr "จำนวนหน้าในแนวตั้ง"
+
+#~ msgid "No visible output was created."
+#~ msgstr "ไม่มีข้อมูลแสดง"
+
+#~ msgid "My %s"
+#~ msgstr "%s ของฉัน"
+
+#~ msgid "Could not find the required widgets inside %s."
+#~ msgstr "หา widget ใน %s ไม่พบ"
+
+#~ msgid "Double-click on a tag to insert it in the current document"
+#~ msgstr "ดับเบิลคลิกที่แท็กที่ต้องการแทรกในเอกสารปัจจุบัน"
+
+#~ msgid ""
+#~ "Background color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr "สีพื้นหลังสำหรับข้อความที่เลือกในพื้นที่แก้ไข มีผลใช้ต่อเมื่อไม่ใช้ตัวเลือก \"ใช้สีปริยาย\""
+
+#~ msgid ""
+#~ "Background color for unselected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "สีพื้นหลังสำหรับข้อความที่ไม่ได้เลือกในพื้นที่แก้ไข มีผลใช้ต่อเมื่อไม่ใช้ตัวเลือก \"ใช้สีปริยาย\""
+
+#~ msgid ""
+#~ "Foreground color for selected text in the editing area. This will only "
+#~ "take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr "สีพื้นหน้าสำหรับข้อความที่เลือกในพื้นที่แก้ไข มีผลใช้ต่อเมื่อไม่ใช้ตัวเลือก \"ใช้สีปริยาย\""
+
+#~ msgid ""
+#~ "Foreground color for the unselected text in the editing area. This will "
+#~ "only take effect if the \"Use Default Colors\" option is turned off."
+#~ msgstr ""
+#~ "สีพื้นหน้าสำหรับข้อความที่ไม่ได้เลือกในพื้นที่แก้ไข มีผลใช้ต่อเมื่อไม่ใช้ตัวเลือก \"ใช้สีปริยาย\""
+
+#~ msgid "Selected Text Color"
+#~ msgstr "สีข้อความที่เลือก"
+
+#~ msgid "Selection Color"
+#~ msgstr "สีของส่วนที่ถูกเลือก"
+
+#~ msgid "Text Color"
+#~ msgstr "สีของข้อความ"
+
+#~ msgid "Use Default Colors"
+#~ msgstr "ใช้สีปริยาย"
+
+#~ msgid ""
+#~ "Whether to use the system's default colors for the editing area. If this "
+#~ "option is turned off, then the colors of the editing area will be those "
+#~ "specified in the \"Background Color\", \"Text Color\", \"Selected Text "
+#~ "Color\", and \"Selection Color\" options."
+#~ msgstr ""
+#~ "ใช้ค่าสีปริยายสำหรับพื้นที่แก้ไขหรือไม่ ถ้าไม่ใช้ตัวเลือกนี้สีสำหรับพื้นที่แก้ไขจะเป็นไปตามค่าที่ตั้งไว้ใน "
+#~ "\"สีของพื้นหลัง\", \"สีของข้อความ\", \"สีของข้อความที่เลือก\" และ \"สีของการเลือก\""
+
+#~ msgid "Push this button to configure text color"
+#~ msgstr "กดปุ่มนี้เพื่อกำหนดค่าสีตัวอักษร"
+
+#~ msgid "Push this button to configure background color"
+#~ msgstr "กดปุ่มนี้เพื่อกำหนดค่าสีของพื้นหลัง"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "appear"
+#~ msgstr "กดปุ่มนี้เพื่อกำหนดค่าสีของอักษรที่ถูกเน้น"
+
+#~ msgid ""
+#~ "Push this button to configure the color in which the selected text should "
+#~ "be marked"
+#~ msgstr "กดปุ่มนี้เพื่อกำหนดค่าสีที่ใช้เน้นตัวอักษรที่ถูกเลือก"
+
+#~ msgid "Elements"
+#~ msgstr "องค์ประกอบ"
+
+#~ msgid "Highlight _mode:"
+#~ msgstr "โห_มดเน้น"
+
+#~ msgid "Pick a color"
+#~ msgstr "เลือกสีของตัวอักษร"
+
+#~ msgid "U_se default theme colors"
+#~ msgstr "ใช้_สีปริยายของชุดตกแต่ง"
+
+#~ msgid "_Enable syntax highlighting"
+#~ msgstr "_เปิดใช้งานการเน้นไวยากรณ์"
+
+#~ msgid "Please, check that you typed the location correctly and try again."
+#~ msgstr "กรุณาตรวจสอบว่าพิมพ์ชื่อถูกต้องหรือไม่ และลองใหม่อีกครั้ง"
+
+#~ msgid "_Use default theme font"
+#~ msgstr "ใช้แบบอักษรของชุดตกแต่ง_ปริยาย"
+
+#~ msgid "Insert in output panel"
+#~ msgstr "แทรกในช่องแสดงผล"
+
+#~ msgid "_Advanced filtering"
+#~ msgstr "การกรองแบบ_ละเอียด"
+
+#~ msgid "_Accelerator:"
+#~ msgstr "_คีย์ด่วน:"
+
+#~ msgid "Label="
+#~ msgstr "ฉลาก="
+
+#~ msgid "Space"
+#~ msgstr "ช่องว่าง"
+
+#~ msgid "_New Directory"
+#~ msgstr "ไ_ดเรกทอรีใหม่"
+
+#~ msgid "Add new empty directory"
+#~ msgstr "สร้างไดเรกทอรีใหม่"
+
+#~ msgid "_View Directory"
+#~ msgstr "แ_สดงไดเรกทอรี"
+
+#~ msgid "Blinking text"
+#~ msgstr "ตัวกะพริบ"
+
+#~ msgid "Box"
+#~ msgstr "กล่อง"
+
+#~ msgid "Normal"
+#~ msgstr "ปกติ"
+
+#~ msgid "Use Normal highlight mode"
+#~ msgstr "ใช้โหมดเน้นแบบปกติ"
+
+#~ msgid ""
+#~ "Could not load the file \"%s\". The file is probably corrupt. Please fix "
+#~ "or remove the file. To try to load the file again, select the Tools -> "
+#~ "Manage Snippets... menu item."
+#~ msgstr ""
+#~ "ไม่สามารถโหลดแฟ้ม \"%s\" เป็นไปได้ว่าแฟ้มอาจจะเสีย กรุณาแก้ไขหรือลบแฟ้มดังกล่าวทิ้ง "
+#~ "หากต้องการพยายามโหลดแฟ้มนี้อีกครั้ง เลือกเมนู เครื่องมือ -> จัดการข้อความสั้น..."
+
+#~ msgid "gedit cannot handle <i>%s:</i> locations."
+#~ msgstr "gedit ไม่รู้จักที่อยู่แบบ <i>%s:</i>"
+
+#~ msgid "<small>Ch_aracter Coding:</small>"
+#~ msgstr "<small>_รหัสอักขระ:</small>"
+
+#~ msgid ""
+#~ "gedit cannot handle <i>%s:</i> locations in write mode. Please, check "
+#~ "that you typed the location correctly and try again."
+#~ msgstr ""
+#~ "gedit ไม่สามารถจัดการตำแหน่ง <i>%s:</i> ในโหมดเขียนได้ "
+#~ "กรุณาตรวจสอบว่าคุณพิมพ์ตำแหน่งถูกต้องหรือไม่ แล้วลองใหม่อีกครั้ง"
+
+#~ msgid ""
+#~ "<span size=\"large\" weight=\"bold\">Unable to find file <i>%s</i>.</"
+#~ "span>\n"
+#~ "\n"
+#~ "Please, check your installation."
+#~ msgstr ""
+#~ "<span size=\"large\" weight=\"bold\">หาแฟ้ม <i>%s</i> ไม่พบ</span>\n"
+#~ "\n"
+#~ "กรุณาตรวจสอบการติดตั้งของคุณ"
+
+#~ msgid ""
+#~ "<span size=\"large\" weight=\"bold\">Unable to find the required widgets "
+#~ "inside file <i>%s</i>..</span>\n"
+#~ "\n"
+#~ "Please, check your installation."
+#~ msgstr ""
+#~ "<span size=\"large\" weight=\"bold\">หาวิดเจ็ตที่ต้องการในแฟ้ม <i>%s</i> ไม่พบ.."
+#~ "</span>\n"
+#~ "\n"
+#~ "กรุณาตรวจสอบการติดตั้งของคุณ"
+
+#~ msgid "Close the output window"
+#~ msgstr "ปิดหน้าต่างแสดงผล"
+
+#~ msgid "Clear the output window"
+#~ msgstr "ลบหน้าต่างแสดงผล"
+
+#~ msgid "Output Lines"
+#~ msgstr "บรรทัดที่แสดงผล"
+
+#~ msgid "Sa_ve Copy..."
+#~ msgstr "บันทึก_สำเนา..."
+
+#~ msgid "Could not save a copy of the file to \"%s\""
+#~ msgstr "ไม่สามารถบันทึกสำเนาของแฟ้มในชื่อ \"%s\" ได้"
+
+#~ msgid "A file named \"%s\" already exists.\n"
+#~ msgstr "มีแฟ้มชื่อ \"%s\" อยู่ก่อนแล้ว\n"
+
+#~ msgid "You are trying to overwrite the original file"
+#~ msgstr "คุณกำลังพยายามเขียนทับแฟ้มเดิม"
+
+#~ msgid "Save Copy..."
+#~ msgstr "บันทึกสำเนา..."
+
+#~ msgid "%s (copy)"
+#~ msgstr "%s (สำเนา)"
+
+#~ msgid "Save a Copy"
+#~ msgstr "บันทึกสำเนา"
+
+#~ msgid "Saves a copy of the current document to a local or remote location."
+#~ msgstr "บันทึกสำเนาของเอกสารปัจจุบันลงในแหล่งเก็บในเครื่องหรือเครื่องอื่นในเครือข่าย"
+
+#~ msgid "_Run Command..."
+#~ msgstr "เรียก_คำสั่ง..."
+
+#~ msgid "Run Command"
+#~ msgstr "เรียกใช้งานตามคำสั่ง"
+
+#~ msgid "_Run"
+#~ msgstr "เรีย_ก"
+
+#~ msgid "Failed"
+#~ msgstr "ล้มเหลว"
+
+#~ msgid ""
+#~ "The shell command entry is empty.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "รายการคำสั่งเชลล์ว่างเปล่า\n"
+#~ "\n"
+#~ "กรุณาใส่คำสั่งเชลล์ที่ถูกต้อง"
+
+#~ msgid ""
+#~ "Error parsing the shell command.\n"
+#~ "\n"
+#~ "Please, insert a valid shell command."
+#~ msgstr ""
+#~ "เกิดข้อผิดพลาดขณะตีความคำสั่งเชลล์\n"
+#~ "\n"
+#~ "กรุณาป้อนคำสั่งเชลล์ให้ถูกต้อง"
+
+#~ msgid "Executing command"
+#~ msgstr "กำลังเรียกคำสั่งทำงาน"
+
+#~ msgid ""
+#~ "Executes an external program and, if required, displays its output in the "
+#~ "output window."
+#~ msgstr "เรียกโปรแกรมภายนอก และแสดงผลในหน้าต่างแสดงผลได้ด้วยถ้าต้องการ"
+
+#~ msgid "Shell command"
+#~ msgstr "คำสั่งเชลล์"
+
+#~ msgid "_Show results in Output Window"
+#~ msgstr "แสดง_ผลในหน้าต่างแสดงผล"
+
+#~ msgid "Gedit View"
+#~ msgstr "มุมมอง Gedit"
+
+#~ msgid "Gedit View."
+#~ msgstr "มุมมอง Gedit"
+
+#~ msgid "Gedit viewer factory"
+#~ msgstr "โปรแกรม Gedit viewer"
+
+#~ msgid "gedit application"
+#~ msgstr "แอพพลิเคชัน gedit "
+
+#~ msgid "The text \"%s\" was not found."
+#~ msgstr "ค้นหาข้อความ \"%s\" ไม่เจอ"
+
+#~ msgid "Set program location..."
+#~ msgstr "ตั้งค่าตำแหน่งของโปรแกรม..."
+
+#~ msgid ""
+#~ "The %s plugin uses an external program, called <tt>%s</tt>, to perform "
+#~ "its task.\n"
+#~ "\n"
+#~ "Please, specify the location of the <tt>%s</tt> program."
+#~ msgstr ""
+#~ "ปลั๊กอิน %s ใช้โปรแกรมชื่อ <tt>%s</tt> ในการทำงาน\n"
+#~ "\n"
+#~ "กรุณาตั้งค่าตำแหน่งของโปรแกรม <tt>%s</tt>"
+
+#~ msgid "Goto Line"
+#~ msgstr "ไปที่บรรทัด"
+
+#~ msgid "_Line number:"
+#~ msgstr "หมายเ_ลขบรรทัด:"
+
+#~ msgid "button1"
+#~ msgstr "ปุ่มที่ 1"
+
+#~ msgid "dialog1"
+#~ msgstr "กล่องข้อความ 1"
+
+#~ msgid "Browse for program location..."
+#~ msgstr "การค้นหาตำแหน่งของโปรแกรม"
+
+#~ msgid "label"
+#~ msgstr "แถบข้อความ"
+
+#~ msgid "Open from URI"
+#~ msgstr "เปิดจาก URI"
+
+#~ msgid "Invalid UTF-8 data"
+#~ msgstr "ข้อมูล UTF-8 ไม่ถูกต้อง"
+
+#~ msgid "Could not read symbolic link information for %s"
+#~ msgstr "อ่านข้อมูล symbolic link สำหรับ %s ไม่ได้"
+
+#~ msgid "The file has too many symbolic links."
+#~ msgstr "แฟ้มนี้มี symbolic link มากเกินไป"
+
+#~ msgid "gedit cannot handle %s: locations in write mode."
+#~ msgstr "gedit ไม่สามารถทำงาน %s: ที่พร้อมกันใน write mode ได้"
+
+#~ msgid "gedit cannot handle this kind of location in write mode."
+#~ msgstr "gedit ไม่สามารถทำงานที่ตำแหน่งนี้ใน write mode ได้"
+
+#~ msgid "Select a file to open"
+#~ msgstr "เลือกแฟ้มที่จะเปิด"
+
+#~ msgid "Select files to open"
+#~ msgstr "เลือกแฟ้มที่จะเปิด"
+
+#~ msgid "Select a filename to save"
+#~ msgstr "เลือกชื่อแฟ้มที่จะบันทึก"
+
+#~ msgid "Saving document \"%s\"..."
+#~ msgstr "กำลังบันทึกแฟ้ม \"%s\"..."
+
+#~ msgid "The document \"%s\" has not been saved."
+#~ msgstr "เอกสาร \"%s\" ไม่ถูกบันทึก"
+
+#~ msgid "The document \"%s\" has been saved."
+#~ msgstr "เอกสาร \"%s\" ถูกบันทึก"
+
+#~ msgid "Save as..."
+#~ msgstr "บันทึกเป็น..."
+
+#~ msgid "Could not read data from stdin."
+#~ msgstr "อ่านข้อมูลจาก stdin ไม่ได้"
+
+#~ msgid "Loading file:"
+#~ msgstr "กำลังอ่านแฟ้ม:"
+
+#~ msgid "Loaded file \"%s\""
+#~ msgstr "อ่านแฟ้ม \"%s\""
+
+#~ msgid "Loaded %d file"
+#~ msgid_plural "Loaded %d files"
+#~ msgstr[0] "อ่านทั้งหมด %d แฟ้ม"
+
+#~ msgid "Created file \"%s\""
+#~ msgstr "สร้างแฟ้ม \"%s\""
+
+#~ msgid "Access was denied."
+#~ msgstr "การเข้าถึงถูกปฏิเสธ"
+
+#~ msgid ""
+#~ "there are too many open files. Please, close some open files and try "
+#~ "again."
+#~ msgstr "มีแฟ้มอื่นๆ เปิดอยู่มากเกินไป กรุณาปิดบางแฟ้มและลองใหม่อีกครั้ง"
+
+#~ msgid ""
+#~ "gedit was not able to automatically detect the character coding. Please, "
+#~ "check that you are not trying to open a binary file and try again "
+#~ "selecting a character coding in the 'Open File...' (or 'Open Location') "
+#~ "dialog."
+#~ msgstr ""
+#~ "gedit ไม่สามารถตรวจหารหัสอักขระของแฟ้มโดยอัตโนมัติได้ "
+#~ "กรุณาตรวจสอบว่าแฟ้มนี้ไม่ใช่แฟ้มไบนารี และลองอีกครั้งโดยเลือกรหัสอักขระในกล่องโต้ตอบ "
+#~ "'เปิดแฟ้ม...' (หรือ 'เปิดตำแหน่งแฟ้ม')"
+
+#~ msgid ""
+#~ "Please, check that you are not trying to open a binary file and that you "
+#~ "selected the right character coding in the 'Open File... ' (or 'Open "
+#~ "Location') dialog and try again."
+#~ msgstr ""
+#~ "กรุณาตรวจว่าแฟ้มที่คุณพยายามเปิดนั้นไม่ใช่แฟ้มไบนารี และคุณได้เลือกรหัสที่ถูกต้องจากกล่องโต้ตอบ "
+#~ "'เปิดแฟ้ม...' (หรือ 'เปิดตำแหน่งแฟ้ม') และลองใหม่อีกครั้ง"
+
+#~ msgid ""
+#~ "The file contains data in an invalid format. Probably, you are trying to "
+#~ "open a binary file."
+#~ msgstr "แฟ้มนี้มีข้อมูลในรูปแบบไม่ถูกต้อง เป็นไปได้ว่าคุณอาจจะกำลังพยายามเปิดแฟ้มไบนารี"
+
+#~ msgid ""
+#~ "Not enough available memory. Please, close some running applications and "
+#~ "try again."
+#~ msgstr "หน่วยความจำไม่เพียงพอ กรุณาปิดโปรแกรมอื่นและลองอีกครั้ง"
+
+#~ msgid ""
+#~ "The host name was empty. Please, check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr "ชื่อโฮสต์ว่างเปล่า กรุณาตรวจสอบค่าพร็อกซีให้ถูกต้องและลองอีกครั้ง"
+
+#~ msgid "Make sure you have the appropriate write permissions."
+#~ msgstr "กรุณาตรวจสอบว่าคุณมีสิทธิเขียนแฟ้ม"
+
+#~ msgid "The file name is too long."
+#~ msgstr "ชื่อแฟ้มยาวเกินไป"
+
+#~ msgid ""
+#~ "A directory component in the file name does not exist or is a dangling "
+#~ "symbolic link."
+#~ msgstr "ไดเรกทอรีที่ระบุในชื่อแฟ้มไม่มีอยู่ หรือเป็น symbolic link ที่ชี้ผิด"
+
+#~ msgid ""
+#~ "There is not enough disk space to create the file. Please free some disk "
+#~ "space and try again."
+#~ msgstr "มีพื้นที่ดิสก์ไม่เพียงพอที่จะสร้างแฟ้มดังกล่าว กรุณาเคลียร์พื้นที่ดิสก์ แล้วลองอีกครั้ง"
+
+#~ msgid "Printing page %d of %d..."
+#~ msgstr "กำลังพิมพ์หน้า %d จาก %d..."
+
+#~ msgid "Change the visibility of the output window in the current window"
+#~ msgstr "ปรับความสามารถที่จะมองเห็นได้ของหน้าต่างแสดงผลในหน้าต่างปัจจุบัน"
+
+#~ msgid "Close"
+#~ msgstr "ปิด"
+
+#~ msgid "Copy"
+#~ msgstr "คัดลอก"
+
+#~ msgid "Cu_t"
+#~ msgstr "_ตัด"
+
+#~ msgid "Cut"
+#~ msgstr "ตัด"
+
+#~ msgid "Find Previous"
+#~ msgstr "ค้นหาก่อนหน้า"
+
+#~ msgid "Main toolbar"
+#~ msgstr "แถบเครื่องมือหลัก"
+
+#~ msgid "Open Location..."
+#~ msgstr "เปิดตำแหน่งแฟ้ม..."
+
+#~ msgid "Paste"
+#~ msgstr "แปะ"
+
+#~ msgid "Print Previe_w..."
+#~ msgstr "แสดงตัว_อย่างก่อนพิมพ์..."
+
+#~ msgid "Quit"
+#~ msgstr "ออก"
+
+#~ msgid "Redo"
+#~ msgstr "ทำซ้ำ"
+
+#~ msgid ""
+#~ "Set toolbar button style according to desktop Menu and Toolbar Preferences"
+#~ msgstr "กำหนดรูปแบบของปุ่มบนแถบเครื่องมือตามเมนูเดสก์ทอปและการปรับแต่งแถบเครื่องมือ"
+
+#~ msgid "Show only icons in the toolbar"
+#~ msgstr "แสดงเฉพาะไอคอนบนแถบเครื่องมือ"
+
+#~ msgid "Show text below every icon in the toolbar"
+#~ msgstr "แสดงข้อความใต้ทุกไอคอนบนแถบเครื่องมือ"
+
+#~ msgid "Show text only beside important icons in the toolbar"
+#~ msgstr "แสดงข้อความข้างไอคอนบนแถบเครื่องมือเฉพาะไอคอนที่สำคัญ"
+
+#~ msgid "T_ext for Important Icons"
+#~ msgstr "ข้อความสำหรับไอคอนที่_สำคัญ"
+
+#~ msgid "Undo"
+#~ msgstr "เรียกคืน"
+
+#~ msgid "_Customize Toolbar"
+#~ msgstr "กำหนดแ_บบแถบเครื่องมือ"
+
+#~ msgid "_Desktop Default"
+#~ msgstr "ค่าปริยายของเ_ดสก์ทอป"
+
+#~ msgid "_Text for All Icons"
+#~ msgstr "ข้อความสำหรับ_ทุกไอคอน"
+
+#~ msgid "Quit an existing instance of gedit"
+#~ msgstr "ออกจาก gedit ตัวที่กำลังทำงานอยู่"
+
+#~ msgid "The file you are trying to open contains an invalid byte sequence."
+#~ msgstr "แฟ้มที่คุณเปิดมีลำดับไบต์ข้อมูลไม่ถูกต้อง"
+
+#~ msgid ""
+#~ "gedit was not able to automatically determine the encoding of the file "
+#~ "you want to open."
+#~ msgstr "gedit ไม่สามารถตรวจหารหัสอักขระของไฟล์ที่คุณเปิดโดยอัตโนมัติได้"
+
+#~ msgid "gedit: Document Info plugin"
+#~ msgstr "gedit: ปลั๊กอินสำหรับข้อมูลเอกสาร"
+
+#~ msgid "The selected text does not contain misspelled words."
+#~ msgstr "ข้อความที่เลือกไม่มีคำผิด"
+
+#~ msgid "The document does not contain misspelled words."
+#~ msgstr "เอกสารนี้ไม่มีคำผิด"
+
+#~ msgid "Tag list plugin"
+#~ msgstr "ปลั๊กอินของรายการแท็ก"
+
+#~ msgid "Tag _List"
+#~ msgstr "รายชื่อแ_ท็ก"
diff --git a/po/tk.po b/po/tk.po
new file mode 100644
index 0000000..a73d929
--- /dev/null
+++ b/po/tk.po
@@ -0,0 +1,4796 @@
+# Turkmen translation of gedit
+# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004 Kakilik Project <kakilik.sourceforge.net>
+# This file is distributed under the terms of GNU General Public License (GPL)
+# Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>, 2004.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-09-26 17:36+0200\n"
+"PO-Revision-Date: 2004-08-13 03:23+0330\n"
+"Last-Translator: Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>\n"
+"Language-Team: Turkmen <kakilikgroup@yahoo.com>\n"
+"Language: tk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../data/GNOME_Gedit.server.in.in.h:1
+msgid "Gedit View"
+msgstr "Gedit Görnöşi"
+
+#: ../data/GNOME_Gedit.server.in.in.h:2
+msgid "Gedit View."
+msgstr "Gedit Görnöşi."
+
+#: ../data/GNOME_Gedit.server.in.in.h:3
+msgid "Gedit viewer factory"
+msgstr "Gedit namaýyşçysy karhanasy"
+
+#: ../data/GNOME_Gedit.server.in.in.h:4
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr "Çeşme"
+
+#: ../data/GNOME_Gedit.server.in.in.h:5
+msgid "gedit application"
+msgstr "gedit programi"
+
+#: ../data/GNOME_Gedit.server.in.in.h:6
+msgid "gedit automation factory"
+msgstr "gedit otomasýon karhanasy"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Metin faýllary editle"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit2.c:365
+msgid "Text Editor"
+msgstr "Metin Editçi"
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+"Edit meýdançasynda ullanynljak şahsy kalam. Bu eger \"Use Default Font\" "
+"söndürilen bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:2
+#, fuzzy
+msgid "Active plugins"
+msgstr "%s'i janlaşdyr"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Otomatik Aňlanan Ködlemeler"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Otomatik Gaýd Et"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "Otomatik Gaýd Etmeniň Aralygy"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "Otomatik gaýşart"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "Arkaplan Renki"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Edit meýdançasynda saýlanan metin renki. Bu eger \"Use Default Colors\" "
+"söndürilen bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Edit meýdançasynda saýlanmadik metin renki. Bu eger \"Use Default Colors\" "
+"söndürilen bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr "Çap üçin Beden Kalamy"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Create Backup Copies"
+msgstr "Zapas Nusgasyny Bejer"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Display Line Numbers"
+msgstr "Hat Sanlaryny Görköz"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Right Margin"
+msgstr "Sag Gabdaly Görköz"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Editor Font"
+msgstr "Editçi Kalamy"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Enable Syntax Highlighting"
+msgstr "Sintaks Ýagtylamagny Mümkin Et"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Encodings shown in menu"
+msgstr "Menüde görközilen ködlemeler"
+
+#: ../data/gedit.schemas.in.h:18
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:19
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Edit meýdançasynda saýlanan metiniň öňplan renki. Bu eger \"Use Default "
+"Colors\" söndürilen bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Edit meýdançasynda saýlanmadyk metiniň öňplan renki. Bu eger \"Use Default "
+"Colors\" söndürilen bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:21
+msgid "Header Font for Printing"
+msgstr "Çap üçin Başlyg Kalamy"
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Eger bu mykdar 0 bolsa, çapda hat sanlary çaplanmar. Ýogsa gedit her hat "
+"üçin hat sany çaplar."
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Insert spaces"
+msgstr "Seleň Girdir"
+
+#: ../data/gedit.schemas.in.h:26
+msgid "Line Number Font for Printing"
+msgstr "Çap üçin Hat Sanynyň Kalamy"
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Line Wrapping Mode"
+msgstr "Hat Dolomak Modi"
+
+#: ../data/gedit.schemas.in.h:28
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:29
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+"Aç/gaýd et saýlawçysynda görkezilen Karakter Ködlemeler. Diňe "
+"tanişkodlemeler ullanylar."
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum Recent Files"
+msgstr "Ýakynda Ullanylan iň kop Faýllar"
+
+#: ../data/gedit.schemas.in.h:32
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr "Geditiň izine alip we ýene edip biljek emellerniň iň kop sany."
+
+#: ../data/gedit.schemas.in.h:33
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Geditiň izine alip we ýene edip biljek emellerniň iň kop sany."
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:36
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:39
+#, fuzzy
+msgid "Monospace 9"
+msgstr "Monospace Regular 9"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:43
+msgid "Monospace Regular 9"
+msgstr "Monospace Regular 9"
+
+#: ../data/gedit.schemas.in.h:44
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Gedit faýllary üýtgemekinden näçe minut soň otomatik gaýd etsin. Bu eger "
+"\"Auto Save\" işeldilen bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:45
+msgid "Print Header"
+msgstr "Başlygy Çapla"
+
+#: ../data/gedit.schemas.in.h:46
+msgid "Print Line Numbers"
+msgstr "Hat Sanlarny Çapla"
+
+#: ../data/gedit.schemas.in.h:47
+msgid "Print Syntax Highlighting"
+msgstr "Sintaks Ýagtylygny Çapla"
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Printing Line Wrapping Mode"
+msgstr "Hat Dolamak Modini Çaplamak"
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Right Margin Position"
+msgstr "Sag Gabdal Jaýy"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:52
+#, fuzzy
+msgid "Sans 11"
+msgstr "Sans Regular 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:55
+#, fuzzy
+msgid "Sans 8"
+msgstr "Ispanýolça"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans Regular 11"
+msgstr "Sans Regular 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 8"
+msgstr "Sans Regular 8"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Selected Text Color"
+msgstr "Saýlanan Metiniň Renki"
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Selection Color"
+msgstr "Saýlaw Renki"
+
+#: ../data/gedit.schemas.in.h:66
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+"Gedit bir faýlyň kodlemesini otomatik aňlamak üçin ullanýan tertiblenen "
+"ködleme listi. \"CURRENT\" häzirki ýerleşdirim kodlemedir. Diňe taniş "
+"ködlemeler ullanylar."
+
+#: ../data/gedit.schemas.in.h:67
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Çap üçin uzin hat lariň nähilli dolanşi. dolanmasyzlyk üçin \"GTK_WRAP_NONE"
+"\"'den, sözleriň söňinda dolamak üçin \"GTK_WRAP_WORD\"'den, we bellei "
+"harplariň söňinda dolamak üçin \"GTK_WRAP_CHAR\"'den ullanyň. Mykdarlar kiçi/"
+"beýik harpa eserdeň, onsoň harplary edil bu ýerde agzalan ýaly görünşine "
+"ytmynan tapiň."
+
+#: ../data/gedit.schemas.in.h:68
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Edit meýdançasynda uzin hat lariň nähilli dolanşi. dolanmasyzlyk üçin "
+"\"GTK_WRAP_NONE\"'den, sözleriň söňinda dolamak üçin \"GTK_WRAP_WORD\"'den, "
+"we bellei harplariň söňinda dolamak üçin \"GTK_WRAP_CHAR\"'den ullanyň. "
+"Mykdarlar kiçi/beýik harpa eserdeň, onsoň harplary edil bu ýerde agzalan "
+"ýaly görünşine ytmynan tapiň."
+
+#: ../data/gedit.schemas.in.h:69
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "Sened çaplananda oniň beden üçin ullanyljak kalamy takyklaýar."
+
+#: ../data/gedit.schemas.in.h:70
+#, fuzzy
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr "Sened çaplananda oniň beden üçin ullanyljak kalamy takyklaýar."
+
+#: ../data/gedit.schemas.in.h:71
+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 ""
+"Çapda hat sanlaary üçin kalamy takyklaýar. Bu eger \"Print Line Numbers\" "
+"seçgisi 0 bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:72
+#, fuzzy
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+"Çapda hat sanlaary üçin kalamy takyklaýar. Bu eger \"Print Line Numbers\" "
+"seçgisi 0 bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:73
+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 ""
+"Sened çaplananda oniň sahypalarniň başlygy üçin ullanyljak kalamy takyklaýar."
+"Bu eger \"Print Header\" işledilen bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:74
+#, fuzzy
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+"Sened çaplananda oniň sahypalarniň başlygy üçin ullanyljak kalamy takyklaýar."
+"Bu eger \"Print Header\" işledilen bölsa eser goyar."
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"\"Ýakynda Ullanylan Faýllar\" submenüsinda ýakynda ullanylan faýllariň iň "
+"kop görköziljek sanyny takyklaýar."
+
+#: ../data/gedit.schemas.in.h:76
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Täb karakterleriň ýerine görközilmeli seleňleri takyklaýar."
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Specifies the position of the right margin."
+msgstr "Sag gabdaliň jaýyny takyklaýar."
+
+#: ../data/gedit.schemas.in.h:78
+msgid "Status Bar is Visible"
+msgstr "Durum Zolaky Görkezilsin"
+
+#: ../data/gedit.schemas.in.h:79
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"Esbap zolak batunlarnyň biçimi. Mümkin mykdarlar: \"GEDIT_TOOLBAR_SYSTEM\" "
+"sistemiň ön bellenen biçiminden ullanmak üçin, \"GEDIT_TOOLBAR_ICONS\" diňe "
+"tymsallary görkezmek üçin, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" hem tymsal we "
+"hem metini görkezmek üçin, we \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" möhüm "
+"tymsallariň ýanynda metini görkezmek üçin. Mykdarlar kiçi/beýik harpa "
+"eserdeň, onsoň harplary edil bu ýerde agzalan ýaly görünşine ytmynan tapiň."
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Tab Size"
+msgstr "Täb Ululyky"
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Text Color"
+msgstr "Metin Renki"
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Toolbar Buttons Style"
+msgstr "Esbap zolak Batunlarnyň Biçimi"
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Toolbar is Visible"
+msgstr "Esbap zolaky Görkezilsin"
+
+#: ../data/gedit.schemas.in.h:84
+#, fuzzy
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Izine al Emellerniň Heti"
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Use Default Colors"
+msgstr "Ön bellenen Renklerden Ullan"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Use Default Font"
+msgstr "Ön bellenen Kalamdan Ullan"
+
+#: ../data/gedit.schemas.in.h:87
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"Geditiň üýgetedik faýllary bir zamandan soň otomatik gaýd edişi. Siz zaman "
+"aralygyny \"Otomatik Gaýd etmegiň Aralygy\" seçgisi bilen düzip bilersiňiz."
+
+#: ../data/gedit.schemas.in.h:88
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Geditiň gaýd eden faýllary üçin zapas bejerşi. Siz zapas faýllarynyň ??? "
+"\"Zapas Nusga ???\" seçgisi bilen düzip bilersiňiz."
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Geditiň hat sanlaryny edit meýdançasynda görkezşi."
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Geditiň sag gabdaly edit meýdançasynda görkezşi."
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Whether gedit should enable auto indentation."
+msgstr "Geditiň otomatik gaýşartmaky mümkin edşi."
+
+#: ../data/gedit.schemas.in.h:92
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Geditiň sintaksy ýagtylamaky mümkin edşi."
+
+#: ../data/gedit.schemas.in.h:93
+#, fuzzy
+msgid "Whether gedit should highlight matching bracket."
+msgstr "Geditiň sintaksy ýagtylamaky mümkin edşi."
+
+#: ../data/gedit.schemas.in.h:94
+#, fuzzy
+msgid "Whether gedit should highlight the current line."
+msgstr "Geditiň sened aplananda syntaks ýagtylygny çaplaşi."
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Geditiň çapda sened başlygyny girişdirişi."
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Geditiň täb karakterlerniň ýerine seleň girdirşi."
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Geditiň sened aplananda syntaks ýagtylygny çaplaşi."
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Durum zolaky etitlenýän äpişge siniň astynda görkezilşi."
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Esbap zolaky etitlenýän äpişge sinde görkezilşi."
+
+#: ../data/gedit.schemas.in.h:100
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+"Edit meýdançasynda sistemiň ön bellenen renklerini ullanylşy. Eger bu seçgi "
+"söndürilen bolsa, onsoň edit meýdançasyniň renkleri \"Arkaplan Renki\", "
+"\"Metin Renki\", \"Saýlanan Metiniň Renki\", we \"Saýlaw Renki\" seçgileri "
+"bolar."
+
+#: ../data/gedit.schemas.in.h:101
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+"Editlenýan metin üçin sistemiň ön bellenen kalamlarny geditiň has "
+"kalamlarniň ýeryne ullanylşy. Eger bu seçgi söndürilen bolsa, onsoň sistem "
+"kalamlarnyň ýeryne \"Editçi Kalamy\" seçgisinde adlanan kalamdan ullan."
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:104
+msgid "[ISO-8859-15]"
+msgstr ""
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:108
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr ""
+
+#: ../gedit/bonobo-mdi.c:548 ../gedit/bonobo-mdi.c:2099
+#, c-format
+msgid "Activate %s"
+msgstr "%s'i janlaşdyr"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:142
+#, fuzzy
+msgid "Close _without Saving"
+msgstr "Çikgi äpişgeni bagla"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "Sorog"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:367
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky %ld sanýadaky işleriňiz ymykly ýiter."
+msgstr[1] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky %ld sanýadaky işleriňiz ymykly ýiter."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:376
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky minutdaky işleriňiz ymykly ýiter."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:382
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky minut we %ld sanýadaky işleriňiz "
+"ymykly ýiter."
+msgstr[1] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky minut we %ld sanýadaky işleriňiz "
+"ymykly ýiter."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:392
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky %ld minutdaky işleriňiz ymykly ýiter."
+msgstr[1] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky %ld minutdaky işleriňiz ymykly ýiter."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:407
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:428
+#, fuzzy, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky sagatdaky işleriňiz ymykly ýiter."
+msgstr[1] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky sagatdaky işleriňiz ymykly ýiter."
+
+# c-format
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:413
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky sagat we %d minutdaky işleriňiz "
+"ymykly ýiter."
+msgstr[1] ""
+"Eger siz gaýd edilmedik bolsoňiz, soňky sagat we %d minutdaky işleriňiz "
+"ymykly ýiter."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "Baglamakdan öňinçä üýtgewler \"%s\" senedinde gaýd edilsin mi?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:645
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d sani sened üýtgewler gaýd edigsiz. Baglamakdan öňinçä üýtgewler gaýd "
+"edilsin mi?"
+msgstr[1] ""
+"%d sani sened üýtgewler gaýd edigsiz. Baglamakdan öňinçä üýtgewler gaýd "
+"edilsin mi?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:662
+msgid "S_elect the documents you want to save:"
+msgstr "_Gaýd edjek senedleriňizi saýlaň:"
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:679
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Eger siz gaýd edilmedik bolsoňiz, ehli işleriňiz ymykly ýiter."
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:184
+msgid "Go to Line"
+msgstr "Hat'a Git"
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:197
+msgid "_Go to Line"
+msgstr "_Hat'a Git"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:136
+#: ../gedit/dialogs/gedit-dialog-replace.c:1140 ../gedit/gedit-commands.c:383
+#, c-format
+msgid "The text \"%s\" was not found."
+msgstr "\"%s\" metini tapilmady."
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:269
+#: ../gedit/dialogs/replace.glade2.h:4 ../gedit/gedit-ui.xml.h:46
+msgid "Replace"
+msgstr "Ewez Et"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:282
+msgid "Replace _All"
+msgstr "_Ehlisini Ewez Et"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:285
+#: ../gedit/gedit-file-selector-util.c:114 ../plugins/savecopy/savecopy.c:369
+msgid "_Replace"
+msgstr "E_wez Et"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:402 ../gedit/gedit-ui.xml.h:17
+msgid "Find"
+msgstr "Tap"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:1149
+#, c-format
+msgid "Found and replaced %d occurrence."
+msgid_plural "Found and replaced %d occurrences."
+msgstr[0] "%d sani netije tapildi we ewez edildi."
+msgstr[1] "%d sani netijeler tapildi we ewez edildi."
+
+#: ../gedit/dialogs/gedit-dialog-uri.c:91
+msgid "Open Location"
+msgstr "_Ýery Aç"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:72
+#, c-format
+msgid "There was an error displaying help: %s"
+msgstr "Ýardimiň görkezilişinde hata böldi: %s"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:355
+#: ../gedit/dialogs/gedit-encodings-dialog.c:423
+msgid "_Description"
+msgstr "_Wasp"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:364
+#: ../gedit/dialogs/gedit-encodings-dialog.c:432
+msgid "_Encoding"
+msgstr "_Ködlama"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:1
+msgid "A_vailable encodings:"
+msgstr "_Nagt Ködlemeler:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:2
+msgid "Character codings"
+msgstr "Karkater ködlemeleri"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Menüda görkezlen ködlemeler:"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "Baglanç"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr "Mümkin edigili"
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:86
+#: ../gedit/dialogs/program-location-dialog.glade2.h:2
+msgid "Set program location..."
+msgstr "Program ýerini belli et..."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:116
+#, c-format
+msgid ""
+"The %s plugin uses an external program, called <tt>%s</tt>, to perform its "
+"task.\n"
+"\n"
+"Please, specify the location of the <tt>%s</tt> program."
+msgstr ""
+"%s baglançy çykyş etmek üçin <tt>%s</tt> adly daşarydaky programden "
+"ullanýa.\n"
+"\n"
+"Lütfen <tt>%s</tt> programiň ýerini takyklaň."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:169
+msgid "The selected file is not executable."
+msgstr "Saýlanan faýl işeňger dal."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:649
+msgid "Push this button to select the font to be used by the editor"
+msgstr "Editçi ullanjak kalamyny saýlamak üçin bu batuny itekläň"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to configure text color"
+msgstr "Metin renkini tenzim etmek üçin bu batuny itekläň"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure background color"
+msgstr "Arkaplan renkini tenzim etmek üçin bu batuny itekläň"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1111
+msgid "Elements"
+msgstr "Elementler"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:1
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1 ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:2
+#, fuzzy
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Otomatik Gaýşartmak</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:3
+#, fuzzy
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>Metini Dolamak</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:4
+#, fuzzy
+msgid "<b>Current Line</b>"
+msgstr "<b>Metini Dolamak</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:5
+msgid "<b>Elements</b>"
+msgstr "<b>Elementler</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:6
+msgid "<b>File Saving</b>"
+msgstr "<b>Faýly Gaýd Etmek</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:7
+msgid "<b>Font</b>"
+msgstr "<b>Kalam</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:8
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Hat Sanlary</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:9
+msgid "<b>Right Margin</b>"
+msgstr "<b>Sag Gabdaly</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:10
+#, fuzzy
+msgid "<b>Tab Stops</b>"
+msgstr "<b>Täbler</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:11
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:3
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Metini Dolamak</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<span weight=\"bold\">Renkler</span>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Bold"
+msgstr "Batyr"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr "Gaýd etmekden öňinçä _zapas nusgasyny bejer"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:15
+#, fuzzy
+msgid "Display right _margin"
+msgstr "Sag gabdaly görkez"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:16
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:4
+msgid "Do not _split words over two lines"
+msgstr "Sözleri iki hatiň arasynda çatlama"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:17
+msgid "Editor"
+msgstr "Editçi"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:18
+msgid "Editor _font: "
+msgstr "Editçi _kalamy"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:19
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:5
+msgid "Enable text _wrapping"
+msgstr "Metin _dolamaky mümkin et"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:20
+msgid "Font & Colors"
+msgstr "Kalam & Renkler"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:21
+msgid "Hi_ghlight current line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:22
+msgid "Highlight _mode:"
+msgstr "Ýagtylamak _modi:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:23
+#, fuzzy
+msgid "Highlight matching _bracket"
+msgstr "Geditiň sintaksy ýagtylamaky mümkin edşi."
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr "Täbler ýerine seleňleri girdir"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:25
+msgid "Italic"
+msgstr "Gişik"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:26
+msgid "Normal _text color:"
+msgstr "Kadaly _metiniişik renki:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:27
+msgid "Pick a color"
+msgstr "Bir renk ýygna"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:28
+msgid "Pick the background color"
+msgstr "Arkaplan renki ýygna"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:29
+msgid "Pick the editor font"
+msgstr "Editçi kalamyny ýygna"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:30
+msgid "Pick the normal text color"
+msgstr "Kadaly metiniň renkini ýygna"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:31
+msgid "Pick the selected text color"
+msgstr "Saýlanan metinň ýygna"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:32
+msgid "Pick the selection color"
+msgstr "Saýlaw renkini ýygna"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:33
+msgid "Plugins"
+msgstr "Baglançlar"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:34
+msgid "Preferences"
+msgstr "Seçenekler"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:35
+msgid "Se_lection color:"
+msgstr "Saý_law renki:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:36
+msgid "Selecte_d text color:"
+msgstr "Saýlana_n metiniň renki:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:37
+msgid "Strikethrough"
+msgstr "Karalanmış"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:38
+msgid "Syntax Highlighting"
+msgstr "Sintaksy Ýagtylak"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:39
+msgid "U_se default theme colors"
+msgstr "_Ön bellenen tem renklerinden ullan"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:40
+msgid "Underline"
+msgstr "Asty Çizik"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:41
+msgid "View"
+msgstr "Görnöş"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:42
+msgid "_Autosave files every"
+msgstr "_Faýllary otomatik gaýd etmek araligy:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:43
+msgid "_Background color:"
+msgstr "_Arkaplan renki:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:44
+msgid "_Background:"
+msgstr "_Arkaplan:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:45
+msgid "_Display line numbers"
+msgstr "_Hat sanlary görkez"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:46
+#, fuzzy
+msgid "_Enable automatic indentation"
+msgstr "_Otomatik gaýşartmaky mümkin et"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:47
+msgid "_Enable syntax highlighting"
+msgstr "Sintaks ýagtylamagny mümkin et"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:48
+msgid "_Foreground:"
+msgstr "_Öňplan"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:49
+msgid "_Reset to Default "
+msgstr "_Ön bellenene sifirle"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:50
+msgid "_Right margin at column:"
+msgstr "_Sag gabdaly bu sütüne elt:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:51
+#, fuzzy
+msgid "_Tab width:"
+msgstr "_Täbleriň giňliki"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:52
+msgid "_Use default theme font"
+msgstr "_Ön bellenen tem kalamyny ullan"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:53
+msgid "_minutes"
+msgstr "_minutlar"
+
+#: ../gedit/dialogs/goto-line.glade2.h:1
+msgid "Goto Line"
+msgstr "Hat'a Git"
+
+#: ../gedit/dialogs/goto-line.glade2.h:2
+msgid "_Line number:"
+msgstr "_Hat sany:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:6
+msgid "Fonts"
+msgstr "Kalamlar"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:7
+msgid "General"
+msgstr "Umumy"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:8
+msgid "He_aders and footers:"
+msgstr "_Başlyg we astlyklar"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:9
+msgid "Page Setup"
+msgstr "Sahypany Çaşyr"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:10
+msgid "Print _line numbers"
+msgstr "_Hat sanlaryny çapla"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:11
+msgid "Print s_yntax highlighting"
+msgstr "_Syntaks ýagtygny çapla"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:12
+msgid "_Body:"
+msgstr "_Beden:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:13
+msgid "_Line numbers:"
+msgstr "_Hat sanlary:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:14
+msgid "_Number every"
+msgstr "_San aralygy"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:15
+msgid "_Print page headers"
+msgstr "Sahypa başlygny çapla"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:16
+msgid "_Restore Default Fonts"
+msgstr "_Ön bellenen kalamlary gaytar"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:17
+msgid "lines"
+msgstr "hatlar"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:1
+msgid "C_onfigure Plugin"
+msgstr "_Baglançy tenzim et"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:2
+msgid "_About Plugin"
+msgstr "B_aglanç Barada"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:3
+msgid "button1"
+msgstr "batun1"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:4
+msgid "dialog1"
+msgstr "dialog1"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:1
+msgid "Browse for program location..."
+msgstr "Programiň ýerini ahtar..."
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:3
+msgid "_Location to search for:"
+msgstr "_Ahtarmak ýeri:"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:4
+msgid "label"
+msgstr "etiket"
+
+#: ../gedit/dialogs/replace.glade2.h:1 ../gedit/dialogs/uri.glade2.h:1
+#: ../plugins/shell_output/shell_output.glade2.h:1
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../gedit/dialogs/replace.glade2.h:2 ../gedit/gedit-ui.xml.h:19
+msgid "Find Next"
+msgstr "Indikini Tap"
+
+#: ../gedit/dialogs/replace.glade2.h:3
+msgid "Match _entire word only"
+msgstr "_Diňe söziň ehlini nezirle"
+
+#: ../gedit/dialogs/replace.glade2.h:5
+msgid "Replace All"
+msgstr "Ehlini Ewez Et"
+
+#: ../gedit/dialogs/replace.glade2.h:6
+msgid "Replace _with: "
+msgstr "_Bular bilen ewez et:"
+
+#: ../gedit/dialogs/replace.glade2.h:7
+msgid "Search _backwards"
+msgstr "_Tersine gözle"
+
+#: ../gedit/dialogs/replace.glade2.h:8
+msgid "_Match case"
+msgstr "_Kiçi/beýik ligni nezirle"
+
+#: ../gedit/dialogs/replace.glade2.h:9
+msgid "_Search for: "
+msgstr "_Gözle:"
+
+#: ../gedit/dialogs/replace.glade2.h:10
+msgid "_Wrap around"
+msgstr "_Dola"
+
+#: ../gedit/dialogs/uri.glade2.h:2
+msgid "Ch_aracter coding:"
+msgstr "_Karakter ködleme:"
+
+#: ../gedit/dialogs/uri.glade2.h:3
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "açjak faýlyňiziň ýeryny (URI) ýaziň:"
+
+#: ../gedit/dialogs/uri.glade2.h:4
+msgid "Open from URI"
+msgstr "URI'dan aç"
+
+#: ../gedit/gedit-commands.c:551
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit GNOME desktapinden üçin bir kiçijek we ýeňil metin etitçisi dir"
+
+#. Translators: This is a special message that shouldn't be translated
+#. literally. It is used in the about box to give credits to
+#. the translators.
+#. Thus, you should translate it to your name and email address.
+#. You can also include other translators who have contributed to
+#. this translation; in that case, please write them on separate
+#. lines seperated by newlines (\n).
+#: ../gedit/gedit-commands.c:560
+#, fuzzy
+msgid "translator-credits"
+msgstr "Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>"
+
+#: ../gedit/gedit-commands.c:579
+msgid "gedit"
+msgstr "gedit"
+
+#: ../gedit/gedit-document.c:384
+#, c-format
+msgid "%s %d"
+msgstr "%s %d"
+
+#: ../gedit/gedit-document.c:384
+#, fuzzy
+msgid "Unsaved Document"
+msgstr "_Senedler"
+
+#: ../gedit/gedit-document.c:934 ../gedit/gedit-document.c:1488
+msgid "Invalid UTF-8 data"
+msgstr "Maýyp UTF-8 maglumaty"
+
+#: ../gedit/gedit-document.c:1750
+#, c-format
+msgid "Could not read symbolic link information for %s"
+msgstr "%s üçin simbolik baglaýyşy tapymady"
+
+#: ../gedit/gedit-document.c:1796
+msgid "The file has too many symbolic links."
+msgstr "Faýlyň köp simbolik baglaýyşlary bar."
+
+#: ../gedit/gedit-document.c:1880
+#, c-format
+msgid "gedit cannot handle %s: locations in write mode."
+msgstr "gedit elläb başarmýa %s: ýerler ýazma modinde."
+
+#: ../gedit/gedit-document.c:1887
+msgid "gedit cannot handle this kind of location in write mode."
+msgstr "gedit bu hilli ýeri ýazma modinde elläb başarmýa."
+
+#: ../gedit/gedit-document.c:1900
+msgid "Invalid filename."
+msgstr "Maýyp faýl ady"
+
+#: ../gedit/gedit-document.c:2051
+msgid ""
+"There is not enough disk space to save the file.\n"
+"Please free some disk space and try again."
+msgstr ""
+"Faýly gaýd etmek üçin diskde ýeterlik ýer tapylmady.\n"
+"Lütfen diskiň bireme ýerini boşadiň we ýene synaniň."
+
+#: ../gedit/gedit-document.c:2056
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"Siziň faýly gaýd etjek diskiňiz faýl ululykna mehdutçiliki bar. Lütfen a "
+"kiçiräk faýly gaýd etmek üçin yada bu mehdutçiliki ýok bir diske gaýd etmek "
+"üçin synaniň."
+
+#: ../gedit/gedit-document.c:2100
+msgid "Could not create a backup file."
+msgstr "Zapas faýly bejerip bilmedi."
+
+#: ../gedit/gedit-encodings-option-menu.c:204
+msgid "Auto Detected"
+msgstr "Otomatik Aňlandy"
+
+#: ../gedit/gedit-encodings-option-menu.c:224
+#: ../gedit/gedit-encodings-option-menu.c:246
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Häzirki ýerleşdirim (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:307
+msgid "Add or _Remove..."
+msgstr "Goş ýada _Çykar..."
+
+#: ../gedit/gedit-encodings.c:136 ../gedit/gedit-encodings.c:181
+#: ../gedit/gedit-encodings.c:183 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187
+msgid "Unicode"
+msgstr "Uniköd"
+
+#: ../gedit/gedit-encodings.c:150 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:222 ../gedit/gedit-encodings.c:265
+msgid "Western"
+msgstr "Gun Batar"
+
+#: ../gedit/gedit-encodings.c:152 ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:261
+msgid "Central European"
+msgstr "Orta Avrupa"
+
+#: ../gedit/gedit-encodings.c:154
+msgid "South European"
+msgstr "Gun Orta Avrupa"
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:172
+#: ../gedit/gedit-encodings.c:275
+msgid "Baltic"
+msgstr "Baltik"
+
+#: ../gedit/gedit-encodings.c:158 ../gedit/gedit-encodings.c:226
+#: ../gedit/gedit-encodings.c:239 ../gedit/gedit-encodings.c:243
+#: ../gedit/gedit-encodings.c:245 ../gedit/gedit-encodings.c:263
+msgid "Cyrillic"
+msgstr "Kiril"
+
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:232
+#: ../gedit/gedit-encodings.c:273
+msgid "Arabic"
+msgstr "Arabça"
+
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:267
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr "Ýunança"
+
+#: ../gedit/gedit-encodings.c:164
+msgid "Hebrew Visual"
+msgstr "Aaýan ýähüd dili"
+
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:230
+#: ../gedit/gedit-encodings.c:271 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr "Ýähüd dili"
+
+#: ../gedit/gedit-encodings.c:168 ../gedit/gedit-encodings.c:228
+#: ../gedit/gedit-encodings.c:269 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr "Türkçe"
+
+#: ../gedit/gedit-encodings.c:170
+msgid "Nordic"
+msgstr "Nordik dili"
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Celtic"
+msgstr "Seltik dili"
+
+#: ../gedit/gedit-encodings.c:178 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr "Römençe"
+
+#: ../gedit/gedit-encodings.c:190
+msgid "Armenian"
+msgstr "Ermençe"
+
+#: ../gedit/gedit-encodings.c:192 ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:208
+msgid "Chinese Traditional"
+msgstr "Däpli Çinçe"
+
+#: ../gedit/gedit-encodings.c:196
+msgid "Cyrillic/Russian"
+msgstr "Kiril/Orsça"
+
+#: ../gedit/gedit-encodings.c:199 ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:250
+msgid "Japanese"
+msgstr "Japonça"
+
+#: ../gedit/gedit-encodings.c:206 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:241 ../gedit/gedit-encodings.c:256
+msgid "Korean"
+msgstr "Köreçe"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:213
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:219
+msgid "Chinese Simplified"
+msgstr "Besitlendirlen Çinçe"
+
+#: ../gedit/gedit-encodings.c:217
+msgid "Georgian"
+msgstr "Gürjüçe"
+
+#: ../gedit/gedit-encodings.c:247
+msgid "Cyrillic/Ukrainian"
+msgstr "Kiril/Ukraýn dili"
+
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:258
+#: ../gedit/gedit-encodings.c:277 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr "Výetnamça"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Thai"
+msgstr "Taýça"
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr "Nataniş"
+
+#: ../gedit/gedit-file-selector-util.c:132 ../plugins/savecopy/savecopy.c:356
+#, c-format
+msgid "A file named \"%s\" already exists.\n"
+msgstr "\"%s\" adlanan faýl hemişe mewjüd.\n"
+
+#: ../gedit/gedit-file-selector-util.c:133 ../plugins/savecopy/savecopy.c:360
+msgid "Do you want to replace it with the one you are saving?"
+msgstr "Siz ony gaýd edip duraniňiz bilen ewez edjegmi?"
+
+#: ../gedit/gedit-file-selector-util.c:142
+#, c-format
+msgid "The file \"%s\" is read-only.\n"
+msgstr "\"%s\" faýly diňe-okamalýan.\n"
+
+#: ../gedit/gedit-file-selector-util.c:143
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Siz ony gaýd edip duraniňiz bilen ewez edmeg synanjakmi?"
+
+#: ../gedit/gedit-file-selector-util.c:338 ../plugins/savecopy/savecopy.c:584
+msgid "All Files"
+msgstr "Ehli Faýllar"
+
+#: ../gedit/gedit-file-selector-util.c:346 ../plugins/savecopy/savecopy.c:592
+msgid "All Text Files"
+msgstr "Ehli Metin Faýllar"
+
+#: ../gedit/gedit-file-selector-util.c:364 ../plugins/savecopy/savecopy.c:603
+#, fuzzy
+msgid "_Character Coding:"
+msgstr "_Karakter Ködleme:"
+
+#: ../gedit/gedit-file-selector-util.c:498
+msgid "Select a file to open"
+msgstr "Açmak üçin bir faýly saýla"
+
+#: ../gedit/gedit-file-selector-util.c:523
+msgid "Select files to open"
+msgstr "Açmak üçin bir faýllary saýla"
+
+#: ../gedit/gedit-file-selector-util.c:559
+msgid "Select a filename to save"
+msgstr "Gaýd etmek üçin bir ad saýla"
+
+#: ../gedit/gedit-file.c:194
+msgid "Open File..."
+msgstr "Faýly Aç..."
+
+#: ../gedit/gedit-file.c:250 ../gedit/gedit-file.c:390
+#, c-format
+msgid "Saving document \"%s\"..."
+msgstr "\"%s\" senedi gaýd etmek..."
+
+#: ../gedit/gedit-file.c:279 ../gedit/gedit-file.c:408
+#, c-format
+msgid "The document \"%s\" has not been saved."
+msgstr "\"%s\" senedi gaýd etilenak."
+
+#: ../gedit/gedit-file.c:287 ../gedit/gedit-file.c:421
+#, c-format
+msgid "The document \"%s\" has been saved."
+msgstr "\"%s\" senedi gaýd etildi."
+
+#: ../gedit/gedit-file.c:372
+msgid "Save as..."
+msgstr "Aýry gaýd et..."
+
+#: ../gedit/gedit-file.c:526
+#, c-format
+msgid "Revert unsaved changes to document \"%s\"?"
+msgstr "Gaýd edilmedik üýtgewleri \"%s\" senedine ewirilsin mi?"
+
+# c-format
+#: ../gedit/gedit-file.c:535
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Soňki %ld sanýada senediň üýtgewleri ymykly ýiter."
+msgstr[1] "Soňki %ld sanýada senediň üýtgewleri ymykly ýiter."
+
+#: ../gedit/gedit-file.c:544
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Soňki minutda senediň üýtgewleri ymykly ýiter."
+
+# c-format
+#: ../gedit/gedit-file.c:550
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "Soňki minut we %ld sanýada senediň üýtgewleri ymykly ýiter."
+msgstr[1] "Soňki minut we %ld sanýada senediň üýtgewleri ymykly ýiter."
+
+#: ../gedit/gedit-file.c:560
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Soňki %ld minutda senediň üýtgewleri ymykly ýiter."
+msgstr[1] "Soňki %ld minutda senediň üýtgewleri ymykly ýiter."
+
+#: ../gedit/gedit-file.c:575 ../gedit/gedit-file.c:596
+#, fuzzy, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Soňki sagatda senediň üýtgewleri ymykly ýiter."
+msgstr[1] "Soňki sagatda senediň üýtgewleri ymykly ýiter."
+
+#: ../gedit/gedit-file.c:581
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "Soňki sagat we %d minutda senediň üýtgewleri ymykly ýiter."
+msgstr[1] "Soňki sagat we %d minutda senediň üýtgewleri ymykly ýiter."
+
+#: ../gedit/gedit-file.c:617 ../gedit/gedit-ui.xml.h:94
+msgid "_Revert"
+msgstr "_Ewir"
+
+#: ../gedit/gedit-file.c:662
+#, c-format
+msgid "Error reverting the document \"%s\"."
+msgstr "\"%s\" senedi ewirmede hata tapyldy."
+
+#: ../gedit/gedit-file.c:670
+#, c-format
+msgid "The document \"%s\" has not been reverted."
+msgstr "\"%s\" senedi heniz ewirilinak."
+
+#: ../gedit/gedit-file.c:674
+#, c-format
+msgid "The document \"%s\" has been reverted."
+msgstr "\"%s\" senedi heniz ewiridi."
+
+#: ../gedit/gedit-file.c:702
+#, c-format
+msgid "Reverting the document \"%s\"..."
+msgstr "\"%s\" senediň ewirilmeki..."
+
+#: ../gedit/gedit-file.c:825
+msgid "Could not read data from stdin."
+msgstr "Maglumaty stdin'den okamak mümkin dal."
+
+#: ../gedit/gedit-file.c:912
+msgid "Reverting file:"
+msgstr "Bu faýl ewirilýişde:"
+
+#: ../gedit/gedit-file.c:912
+msgid "Loading file:"
+msgstr "Bu faýl ýüklenişde:"
+
+#: ../gedit/gedit-file.c:1092 ../gedit/gedit-file.c:1333
+#, c-format
+msgid "Error loading file \"%s\""
+msgstr "\"%s\" faýlyň ýüklenşinde hata tapyldy"
+
+#: ../gedit/gedit-file.c:1113
+#, c-format
+msgid "Loaded file \"%s\""
+msgstr "\"%s\" faýly ýüklendi"
+
+#: ../gedit/gedit-file.c:1225
+#, c-format
+msgid "Loaded %d file"
+msgid_plural "Loaded %d files"
+msgstr[0] "\"%d\" faýly ýüklendi"
+msgstr[1] "\"%d\" faýllar ýüklendiler"
+
+#: ../gedit/gedit-file.c:1286
+#, fuzzy, c-format
+msgid "Created file \"%s\""
+msgstr "\"%s\" faýly ýüklendi"
+
+#: ../gedit/gedit-file.c:1304
+#, c-format
+msgid "Loading file \"%s\"..."
+msgstr "\"%s\" faýly ýüklenilýär..."
+
+#: ../gedit/gedit-file.c:1469
+#, c-format
+msgid "Loading %d file..."
+msgid_plural "Loading %d files..."
+msgstr[0] "\"%d\" faýly ýüklenilýär..."
+msgstr[1] "\"%d\" faýllar ýüklenilýärler..."
+
+#: ../gedit/gedit-io-error-dialogs.c:84
+#, fuzzy, c-format
+msgid "Could not find the file \"%s\""
+msgstr "\"%s\" faýly açylyp başarmady."
+
+#: ../gedit/gedit-io-error-dialogs.c:86 ../gedit/gedit-io-error-dialogs.c:130
+#: ../gedit/gedit-io-error-dialogs.c:150
+#, fuzzy
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+"\"%s\" bir halta.\n"
+"\n"
+"Lütfen ýery dogry ýazşyňy barlaň we ýene synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:91 ../gedit/gedit-io-error-dialogs.c:99
+#: ../gedit/gedit-io-error-dialogs.c:116 ../gedit/gedit-io-error-dialogs.c:122
+#: ../gedit/gedit-io-error-dialogs.c:135 ../gedit/gedit-io-error-dialogs.c:141
+#: ../gedit/gedit-io-error-dialogs.c:155 ../gedit/gedit-io-error-dialogs.c:171
+#: ../gedit/gedit-io-error-dialogs.c:215 ../gedit/gedit-io-error-dialogs.c:223
+#: ../gedit/gedit-io-error-dialogs.c:231 ../gedit/gedit-io-error-dialogs.c:239
+#: ../gedit/gedit-io-error-dialogs.c:246 ../gedit/gedit-io-error-dialogs.c:252
+#: ../gedit/gedit-io-error-dialogs.c:292 ../gedit/gedit-io-error-dialogs.c:313
+#: ../gedit/gedit-io-error-dialogs.c:341
+#, c-format
+msgid "Could not open the file \"%s\""
+msgstr "\"%s\" faýly açylyp başarmady."
+
+#: ../gedit/gedit-io-error-dialogs.c:93 ../gedit/gedit-io-error-dialogs.c:406
+#, fuzzy
+msgid "The file contains corrupted data."
+msgstr "\"%s\" faýly açylyp başarmady çünki ol pasyd maglumaty ekleýä."
+
+#: ../gedit/gedit-io-error-dialogs.c:104 ../gedit/gedit-io-error-dialogs.c:417
+#, fuzzy, c-format
+msgid "gedit cannot handle %s: locations."
+msgstr "gedit elläb başarmýa %s: ýerler ýazma modinde."
+
+#: ../gedit/gedit-io-error-dialogs.c:109 ../gedit/gedit-io-error-dialogs.c:422
+#, fuzzy
+msgid "gedit cannot handle this location."
+msgstr "gedit elläb başarmýa %s: ýerler ýazma modinde."
+
+#: ../gedit/gedit-io-error-dialogs.c:118 ../gedit/gedit-io-error-dialogs.c:431
+#, fuzzy
+msgid "The file contains data in an invalid format."
+msgstr "\"%s\" faýly açylyp başarmady çünki ol maýyp kadaly maglumaty ekleýä."
+
+#: ../gedit/gedit-io-error-dialogs.c:124 ../gedit/gedit-io-error-dialogs.c:437
+#, fuzzy
+msgid "The file is too big."
+msgstr "Faýlyň köp simbolik baglaýyşlary bar."
+
+#: ../gedit/gedit-io-error-dialogs.c:128
+#, c-format
+msgid "\"%s\" is not a valid location"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:137 ../gedit/gedit-io-error-dialogs.c:443
+msgid "Access was denied."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:143
+#, fuzzy
+msgid ""
+"there are too many open files. Please, close some open files and try again."
+msgstr ""
+"\"%s\" faýly açylyp başarmady çünki açik faýllar beter kän.\n"
+"ütfen bir näçe açik faýly baglaň we ýene synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:148 ../gedit/gedit-io-error-dialogs.c:661
+#, c-format
+msgid "\"%s\" is a directory"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:157
+#, fuzzy
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+"Faýly gaýd etmek üçin diskde ýeterlik ýer tapylmady.\n"
+"Lütfen diskiň bireme ýerini boşadiň we ýene synaniň."
+
+#: ../gedit/gedit-io-error-dialogs.c:185 ../gedit/gedit-io-error-dialogs.c:483
+#, fuzzy, c-format
+msgid ""
+"Host \"%s\" could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"\"%1$s\" faýly ewirilip başarmady çünki \"%2$s\" hojaýyny tapylmady.\n"
+"\n"
+"Lütfen ýery dogry ýazşyňy we wekiliň düzümlerniň dogrylygny barlaň we ýene "
+"synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:196 ../gedit/gedit-io-error-dialogs.c:207
+#: ../gedit/gedit-io-error-dialogs.c:217
+#, fuzzy
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+"\"%s\" dogry bir ýer däl.\n"
+"\n"
+"Lütfen ýery dogry ýazşyňy barlaň we ýene synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:225
+#, fuzzy
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+"\"%s\" faýly açylyp başarmady çünki hojaýyn ady puç.\n"
+"\n"
+"Lütfen wekiliň düzümlerniň dogrylygny barlaň we ýene synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:233
+#, fuzzy
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"\"%s\" faýly tapylmady.\n"
+"\n"
+"Lütfen faýlyň ýeryny dogry ýazşyňy barlaň we ýene synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:241
+#, fuzzy
+msgid ""
+"The file contains invalid data. Probably, you are trying to open a binary "
+"file."
+msgstr ""
+"\"%s\" faýly açylyp başarmady çünki ol maýyp maglumaty ekleýä.\n"
+"\n"
+"Siziň bir baýnary faýly açmagyňiz ahmal."
+
+#: ../gedit/gedit-io-error-dialogs.c:248
+msgid "The file you are trying to open is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:294
+#, fuzzy
+msgid ""
+"gedit was not able to automatically detect the character coding. Please, "
+"check that you are not trying to open a binary file and try again selecting "
+"a character coding in the 'Open File...' (or 'Open Location') dialog."
+msgstr ""
+"\"%s\" faýly açylyp başarmady çünki gedit karakter ködlemeni otomatik aňlap "
+"bilmedi.\n"
+"\n"
+"Siziň bir baýnary faýly açmagyňiz ahmal we karakter ködlemeni 'Faýly "
+"Aç...' (ýada 'Ýery Aç...') dýalogdan saýlap ýene synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:302 ../gedit/gedit-io-error-dialogs.c:328
+#, fuzzy, c-format
+msgid "Could not open the file \"%s\" using the %s character coding"
+msgstr "\"%s\" faýly açylyp başarmady çünki ol beter ullakan."
+
+#: ../gedit/gedit-io-error-dialogs.c:305 ../gedit/gedit-io-error-dialogs.c:331
+#, fuzzy
+msgid ""
+"Please, check that you are not trying to open a binary file and that you "
+"selected the right character coding in the 'Open File... ' (or 'Open "
+"Location') dialog and try again."
+msgstr ""
+"\"%1$s\" faýly %2$s karakter ködleme bilen açylyp başarmady.\n"
+"\n"
+"Siziň bir baýnary faýly açmagyňiz ahmal we dogry karakter ködlemeni 'Faýly "
+"Aç...' (ýada 'Ýery Aç...') dýalogdan saýlap ýene synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:315
+#, fuzzy
+msgid ""
+"The file contains data in an invalid format. Probably, you are trying to "
+"open a binary file."
+msgstr ""
+"\"%s\" faýly açylyp başarmady çünki ol maýyp maglumaty ekleýä.\n"
+"\n"
+"Siziň bir baýnary faýly açmagyňiz ahmal."
+
+#: ../gedit/gedit-io-error-dialogs.c:397 ../gedit/gedit-io-error-dialogs.c:404
+#: ../gedit/gedit-io-error-dialogs.c:410 ../gedit/gedit-io-error-dialogs.c:429
+#: ../gedit/gedit-io-error-dialogs.c:435 ../gedit/gedit-io-error-dialogs.c:441
+#: ../gedit/gedit-io-error-dialogs.c:447 ../gedit/gedit-io-error-dialogs.c:454
+#: ../gedit/gedit-io-error-dialogs.c:469 ../gedit/gedit-io-error-dialogs.c:497
+#: ../gedit/gedit-io-error-dialogs.c:505 ../gedit/gedit-io-error-dialogs.c:511
+#: ../gedit/gedit-io-error-dialogs.c:518 ../gedit/gedit-io-error-dialogs.c:557
+#, fuzzy, c-format
+msgid "Could not revert the file \"%s\""
+msgstr "\"%1$s\" faýly ewirilip başarmady."
+
+#: ../gedit/gedit-io-error-dialogs.c:399
+#, fuzzy
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr ""
+"\"%s\" faýly ewirilip başarmady çünki gedit ony tapmady.\n"
+"\n"
+"Ol faýlyň pozylmagy ahmal."
+
+#: ../gedit/gedit-io-error-dialogs.c:449
+#, fuzzy
+msgid ""
+"There are too many open files. Please, close some open files and try again."
+msgstr ""
+"\"%s\" faýly açylyp başarmady çünki açik faýllar beter kän.\n"
+"ütfen bir näçe açik faýly baglaň we ýene synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:456
+#, fuzzy
+msgid ""
+"Not enough available memory. Please, close some running applications and try "
+"again."
+msgstr ""
+"Faýly gaýd etmek üçin diskde ýeterlik ýer tapylmady.\n"
+"Lütfen diskiň bireme ýerini boşadiň we ýene synaniň."
+
+#: ../gedit/gedit-io-error-dialogs.c:499
+#, fuzzy
+msgid ""
+"The host name was empty. Please, check that your proxy settings are correct "
+"and try again."
+msgstr ""
+"\"%s\" faýly açylyp başarmady çünki hojaýyn ady puç.\n"
+"\n"
+"Lütfen wekiliň düzümlerniň dogrylygny barlaň we ýene synanyň."
+
+#: ../gedit/gedit-io-error-dialogs.c:507
+msgid "Attempt to log in failed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:513
+#, fuzzy
+msgid ""
+"The file contains invalid UTF-8 data. Probably, you are trying to revert a "
+"binary file."
+msgstr ""
+"\"%s\" faýly ewirilip başarmady çünki ol maýyp UTF-8 maglumaty ekleýä.\n"
+"\n"
+"Siziň bir baýnary faýly ewirmegiňiz ahmal."
+
+#: ../gedit/gedit-io-error-dialogs.c:520
+msgid "It is not possible to revert an Untitled document."
+msgstr "Adsyz senedi ewirmek mümkin däl."
+
+#: ../gedit/gedit-io-error-dialogs.c:607
+#, fuzzy, c-format
+msgid "Could not save the file \"%s\""
+msgstr "\"%s\" faýly gaýd edilip başarmady."
+
+#: ../gedit/gedit-io-error-dialogs.c:656
+#, fuzzy, c-format
+msgid "The file \"%s\" already exists"
+msgstr "\"%s\" hemişe bar."
+
+#: ../gedit/gedit-io-error-dialogs.c:662
+#, fuzzy
+msgid "Please, check that you typed the location correctly."
+msgstr ""
+"\"%s\" bir halta.\n"
+"\n"
+"Lütfen ýery dogry ýazşyňy barlaň."
+
+#: ../gedit/gedit-io-error-dialogs.c:668 ../gedit/gedit-io-error-dialogs.c:674
+#: ../gedit/gedit-io-error-dialogs.c:680 ../gedit/gedit-io-error-dialogs.c:687
+#: ../gedit/gedit-io-error-dialogs.c:694
+#, fuzzy, c-format
+msgid "Could not create the file \"%s\""
+msgstr "\"%s\" faýly bejerilip başarmady."
+
+#: ../gedit/gedit-io-error-dialogs.c:670
+#, fuzzy
+msgid "Make sure you have the appropriate write permissions."
+msgstr ""
+"\"%s\" faýly bejerilip başarmady.\n"
+"\n"
+"Oziňiziň ýazmak ejaza laýyklygyňzy barlaň."
+
+#: ../gedit/gedit-io-error-dialogs.c:676
+#, fuzzy
+msgid "The file name is too long."
+msgstr ""
+"\"%s\" faýly bejerilip başarmady.\n"
+"\n"
+"Faýl ady beter ullakan."
+
+#: ../gedit/gedit-io-error-dialogs.c:682
+#, fuzzy
+msgid ""
+"A directory component in the file name does not exist or is a dangling "
+"symbolic link."
+msgstr ""
+"\"%s\" faýly bejerilip başarmady.\n"
+"\n"
+"Faýl adynyň içindäki halta yok ýada salpy bir simbolik baglaýyş."
+
+#: ../gedit/gedit-io-error-dialogs.c:689
+#, fuzzy
+msgid ""
+"There is not enough disk space to create the file. Please free some disk "
+"space and try again."
+msgstr ""
+"\"%s\" faýly bejermek üçin diskde ýeterlik ýer tapylmady.\n"
+"\n"
+"Lütfen diskiň bireme ýerini boşadiň we ýene synaniň."
+
+#. Read only
+#: ../gedit/gedit-mdi-child.c:249
+msgid "RO"
+msgstr "SO"
+
+#. Add the detach tab button
+#: ../gedit/gedit-mdi-child.c:650 ../gedit/gedit-ui.xml.h:85
+msgid "_Move to New Window"
+msgstr "_Täze Äpişge Göçir"
+
+#: ../gedit/gedit-mdi-child.c:803
+msgid "Unicode (UTF-8)"
+msgstr "Uniköd (UTF-8)"
+
+#: ../gedit/gedit-mdi-child.c:813
+msgid "Name:"
+msgstr "Ad:"
+
+#: ../gedit/gedit-mdi-child.c:814
+msgid "MIME Type:"
+msgstr "MIME Hili:"
+
+#: ../gedit/gedit-mdi-child.c:815
+msgid "Encoding:"
+msgstr "Ködleme:"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-mdi.c:260 ../gedit/gedit-mdi.c:463
+#, c-format
+msgid "Open '%s'"
+msgstr "'%s' adresini aç"
+
+#: ../gedit/gedit-mdi.c:538
+msgid "Open a recently used file"
+msgstr "Oň ullanaylan bir faýly aç"
+
+#: ../gedit/gedit-mdi.c:1477 ../gedit/gedit-mdi.c:1479
+#, fuzzy
+msgid "Read Only"
+msgstr "(diňe-okamalýan)"
+
+#: ../gedit/gedit-mdi.c:2103
+msgid "Normal"
+msgstr "Kadaly"
+
+#: ../gedit/gedit-mdi.c:2104
+msgid "Use Normal highlight mode"
+msgstr "kadaly ýagtylama modi ullan"
+
+#: ../gedit/gedit-mdi.c:2180
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "%s ýagtylama modi ullan"
+
+#: ../gedit/gedit-output-window.c:378
+msgid "Close the output window"
+msgstr "Çikgi äpişgeni bagla"
+
+#: ../gedit/gedit-output-window.c:416
+msgid "Copy selected lines"
+msgstr "Saýlanan hatlary nusgala"
+
+#: ../gedit/gedit-output-window.c:436
+msgid "Clear the output window"
+msgstr "Çikgi äpişgeni durla"
+
+#: ../gedit/gedit-output-window.c:476
+msgid "Output Lines"
+msgstr "Çikgi Hatlar"
+
+#: ../gedit/gedit-prefs-manager.c:175
+msgid "Cannot initialize preferences manager."
+msgstr "Seçenekler müdiri başlanip başarmady."
+
+#: ../gedit/gedit-prefs-manager.c:1326
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "%3$s üçün `%1$s' hantama bolylýardy, `%2$s' alyndy"
+
+#: ../gedit/gedit-print.c:219 ../gedit/gedit-ui.xml.h:37
+msgid "Print"
+msgstr "Çap"
+
+#: ../gedit/gedit-print.c:228 ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Lines"
+msgstr "Hatlar"
+
+#: ../gedit/gedit-print.c:330
+msgid "Preparing pages..."
+msgstr "Sahypalar taýyarlnýar..."
+
+#: ../gedit/gedit-print.c:357
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Sahypalar äberilýar %d / %d..."
+
+#: ../gedit/gedit-print.c:359
+#, c-format
+msgid "Printing page %d of %d..."
+msgstr "Sahypalar çaplanýar %d / %d..."
+
+#: ../gedit/gedit-print.c:381 ../gedit/gedit-ui.xml.h:40
+msgid "Print preview"
+msgstr "Çapiň ön namaýyş"
+
+#: ../gedit/gedit-print.c:551
+#, c-format
+msgid "File: %s"
+msgstr "Faýl: %s"
+
+#: ../gedit/gedit-print.c:557
+msgid "Page %N of %Q"
+msgstr "Sahypa %N / %Q"
+
+#: ../gedit/gedit-ui.xml.h:1
+msgid "About this application"
+msgstr "Bu program barada"
+
+#: ../gedit/gedit-ui.xml.h:2
+msgid "Change the visibility of the output window in the current window"
+msgstr "Çikgi äpişgäniň aýanlykyny häzirki äpişgede üýtget"
+
+#: ../gedit/gedit-ui.xml.h:3
+msgid "Change the visibility of the statusbar in the current window"
+msgstr "Durum zolakynyň aýanlykyny häzirki äpişgede üýtget"
+
+#: ../gedit/gedit-ui.xml.h:4
+msgid "Change the visibility of the toolbar in the current window"
+msgstr "Esbap zolakynyň aýanlykyny häzirki äpişgede üýtget"
+
+#: ../gedit/gedit-ui.xml.h:5
+msgid "Close"
+msgstr "Bagla"
+
+#: ../gedit/gedit-ui.xml.h:6
+msgid "Close all open files"
+msgstr "Ehli açyk faýllary bagla"
+
+#: ../gedit/gedit-ui.xml.h:7
+msgid "Close the current file"
+msgstr "Häzirki faýly bagla"
+
+#: ../gedit/gedit-ui.xml.h:8
+msgid "Configure the application"
+msgstr "Programy tenzim et"
+
+#: ../gedit/gedit-ui.xml.h:9
+msgid "Copy"
+msgstr "Nusgala"
+
+#: ../gedit/gedit-ui.xml.h:10
+msgid "Copy the selection"
+msgstr "Saýlawy nusgala"
+
+#: ../gedit/gedit-ui.xml.h:11
+msgid "Create a new document"
+msgstr "Täze bir sened bejer"
+
+#: ../gedit/gedit-ui.xml.h:12
+msgid "Cu_t"
+msgstr "_Kes"
+
+#: ../gedit/gedit-ui.xml.h:13
+msgid "Cut"
+msgstr "Kes"
+
+#: ../gedit/gedit-ui.xml.h:14
+msgid "Cut the selection"
+msgstr "Saýlawy kes"
+
+#: ../gedit/gedit-ui.xml.h:15
+msgid "Delete"
+msgstr "Poz"
+
+#: ../gedit/gedit-ui.xml.h:16
+msgid "Delete the selected text"
+msgstr "Saýlnan metini poz"
+
+#: ../gedit/gedit-ui.xml.h:18
+msgid "Find Ne_xt"
+msgstr "_Indikini Tap"
+
+#: ../gedit/gedit-ui.xml.h:20
+msgid "Find Pre_vious"
+msgstr "_Öňkini Tap"
+
+#: ../gedit/gedit-ui.xml.h:21
+msgid "Find Previous"
+msgstr "Öňkini Tap"
+
+#: ../gedit/gedit-ui.xml.h:22
+msgid "Go to _Line..."
+msgstr "Hat'a Git..."
+
+#: ../gedit/gedit-ui.xml.h:23
+msgid "Go to a specific line"
+msgstr "Aýratyn bir hat'a git"
+
+#: ../gedit/gedit-ui.xml.h:24
+msgid "Main toolbar"
+msgstr "Esli esbap zolaky"
+
+#: ../gedit/gedit-ui.xml.h:25
+msgid "Move the current document to a new window"
+msgstr "Häzirki senedi täze bir äpişgä göçir"
+
+#: ../gedit/gedit-ui.xml.h:26
+msgid "New"
+msgstr "Täze"
+
+#: ../gedit/gedit-ui.xml.h:27
+msgid "Open"
+msgstr "Aç"
+
+#: ../gedit/gedit-ui.xml.h:28
+msgid "Open Location..."
+msgstr "Ýery Aç..."
+
+#: ../gedit/gedit-ui.xml.h:29
+msgid "Open _Location..."
+msgstr "_Ýery Aç..."
+
+#: ../gedit/gedit-ui.xml.h:30
+msgid "Open a file"
+msgstr "Bir faýly aç"
+
+#: ../gedit/gedit-ui.xml.h:31
+msgid "Open a file from a specified location"
+msgstr "Berilen ýerden bir faýly aç"
+
+#: ../gedit/gedit-ui.xml.h:32
+msgid "Open the gedit manual"
+msgstr "geditiň kitapçasini aç"
+
+#: ../gedit/gedit-ui.xml.h:33
+msgid "Page Set_up"
+msgstr "_Sahypany Çaşyr"
+
+#: ../gedit/gedit-ui.xml.h:34
+msgid "Paste"
+msgstr "Ýabşir"
+
+#: ../gedit/gedit-ui.xml.h:35
+msgid "Paste the clipboard"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:36
+msgid "Pr_eferences"
+msgstr "_Seçenekler"
+
+#: ../gedit/gedit-ui.xml.h:38
+msgid "Print Previe_w..."
+msgstr "_Çapiň Ön Namaýyş..."
+
+#: ../gedit/gedit-ui.xml.h:39
+msgid "Print Preview"
+msgstr "Çapiň Ön Namaýyş"
+
+#: ../gedit/gedit-ui.xml.h:41
+msgid "Print the current file"
+msgstr "Häzirki senedi çap et"
+
+#: ../gedit/gedit-ui.xml.h:42
+msgid "Quit"
+msgstr "Çik"
+
+#: ../gedit/gedit-ui.xml.h:43
+msgid "Quit the program"
+msgstr "Programden çik"
+
+#: ../gedit/gedit-ui.xml.h:44
+msgid "Redo"
+msgstr "Ýene Et"
+
+#: ../gedit/gedit-ui.xml.h:45
+msgid "Redo the undone action"
+msgstr "Edilmedik emeli ýene ey"
+
+#: ../gedit/gedit-ui.xml.h:47
+msgid "Revert"
+msgstr "Ewir"
+
+#: ../gedit/gedit-ui.xml.h:48
+msgid "Revert to a saved version of the file"
+msgstr "Faýlyň gaýd edilen nusgasyna ewir"
+
+#: ../gedit/gedit-ui.xml.h:49
+msgid "Save"
+msgstr "Gaýd ed"
+
+#: ../gedit/gedit-ui.xml.h:50
+msgid "Save As"
+msgstr "Aaýry Gaýd Et"
+
+#: ../gedit/gedit-ui.xml.h:51
+msgid "Save _As..."
+msgstr "_Aaýry Gaýd Et"
+
+#: ../gedit/gedit-ui.xml.h:52
+msgid "Save all open files"
+msgstr "Ehli açyk faýllary gaýd et"
+
+#: ../gedit/gedit-ui.xml.h:53
+msgid "Save the current file"
+msgstr "Häzirki faýly gaýd et"
+
+#: ../gedit/gedit-ui.xml.h:54
+msgid "Save the current file with a different name"
+msgstr "Häzirki faýly başga ad bilen gaýd et"
+
+#: ../gedit/gedit-ui.xml.h:55
+msgid "Search backwards for the same text"
+msgstr "Meňzeş metin üçin izleýin agtar"
+
+#: ../gedit/gedit-ui.xml.h:56
+msgid "Search for and replace text"
+msgstr "Bir metin üçin agtar we ony ewez et"
+
+#: ../gedit/gedit-ui.xml.h:57
+msgid "Search for text"
+msgstr "Metin üçin agtar"
+
+#: ../gedit/gedit-ui.xml.h:58
+msgid "Search forwards for the same text"
+msgstr "Meňzeş metin üçin önleýin agtar"
+
+#: ../gedit/gedit-ui.xml.h:59
+msgid "Select All"
+msgstr "Ehlini Saýla"
+
+#: ../gedit/gedit-ui.xml.h:60
+msgid "Select _All"
+msgstr "_Ehlini Saýla"
+
+#: ../gedit/gedit-ui.xml.h:61
+msgid "Select the entire document"
+msgstr "Senediň ehlini saýla"
+
+#: ../gedit/gedit-ui.xml.h:62
+msgid ""
+"Set toolbar button style according to desktop Menu and Toolbar Preferences"
+msgstr ""
+"Esbap zolakiň batunlarniň biçimini desktapiň Menü we Esbap zolakiniň "
+"seçenekleri ýaly düz"
+
+#: ../gedit/gedit-ui.xml.h:63
+msgid "Setup the page settings"
+msgstr "Sahypa düzümlerni çaşyr"
+
+#: ../gedit/gedit-ui.xml.h:64
+msgid "Show only icons in the toolbar"
+msgstr "Esbap zolakda bir tymsallary görkez"
+
+#: ../gedit/gedit-ui.xml.h:65
+msgid "Show text below every icon in the toolbar"
+msgstr "Esbap zolakda her tymsalyň astynda metini görkez"
+
+#: ../gedit/gedit-ui.xml.h:66
+msgid "Show text only beside important icons in the toolbar"
+msgstr "Esbap zolakda her tymsalyň astynda metini görkez"
+
+#: ../gedit/gedit-ui.xml.h:67
+msgid "T_ext for Important Icons"
+msgstr "_Möhüm tymsallar üçin metini görkez"
+
+#: ../gedit/gedit-ui.xml.h:68
+msgid "Undo"
+msgstr "Izine Al"
+
+#: ../gedit/gedit-ui.xml.h:69
+msgid "Undo the last action"
+msgstr "Soňky emeli izine al"
+
+#: ../gedit/gedit-ui.xml.h:70
+msgid "_About"
+msgstr "_Barada"
+
+#: ../gedit/gedit-ui.xml.h:71
+msgid "_Close"
+msgstr "_Bagla"
+
+#: ../gedit/gedit-ui.xml.h:72
+msgid "_Close All"
+msgstr "_Ehlini Bagla"
+
+#: ../gedit/gedit-ui.xml.h:73
+msgid "_Contents"
+msgstr "_Mazmunlar"
+
+#: ../gedit/gedit-ui.xml.h:74
+msgid "_Copy"
+msgstr "_Nusgala"
+
+#: ../gedit/gedit-ui.xml.h:75
+msgid "_Customize Toolbar"
+msgstr "_Esbap Zolaky Şahsy Et"
+
+#: ../gedit/gedit-ui.xml.h:76
+msgid "_Delete"
+msgstr "_Poz"
+
+#: ../gedit/gedit-ui.xml.h:77
+msgid "_Desktop Default"
+msgstr "_Desktapiň ön bellenenleri"
+
+#: ../gedit/gedit-ui.xml.h:78
+msgid "_Documents"
+msgstr "_Senedler"
+
+#: ../gedit/gedit-ui.xml.h:79
+msgid "_Edit"
+msgstr "_Editle"
+
+#: ../gedit/gedit-ui.xml.h:80
+msgid "_File"
+msgstr "_Faýl"
+
+#: ../gedit/gedit-ui.xml.h:81
+msgid "_Find..."
+msgstr "_Tap..."
+
+#: ../gedit/gedit-ui.xml.h:82
+msgid "_Help"
+msgstr "_Ýardam"
+
+#: ../gedit/gedit-ui.xml.h:83
+msgid "_Highlight Mode"
+msgstr "_Ýagtylamak modi"
+
+#: ../gedit/gedit-ui.xml.h:84
+msgid "_Icons Only"
+msgstr "_Diňe Tymsallar"
+
+#: ../gedit/gedit-ui.xml.h:86
+msgid "_New"
+msgstr "_Täze"
+
+#: ../gedit/gedit-ui.xml.h:87
+msgid "_Open..."
+msgstr "_Aç..."
+
+#: ../gedit/gedit-ui.xml.h:88
+msgid "_Output Window"
+msgstr "_Çikgi Äpişge"
+
+#: ../gedit/gedit-ui.xml.h:89
+msgid "_Paste"
+msgstr "_Ýabşir"
+
+#: ../gedit/gedit-ui.xml.h:90
+msgid "_Print..."
+msgstr "_Çap..."
+
+#: ../gedit/gedit-ui.xml.h:91
+msgid "_Quit"
+msgstr "_Çik"
+
+#: ../gedit/gedit-ui.xml.h:92
+msgid "_Redo"
+msgstr "_Ýene Et"
+
+#: ../gedit/gedit-ui.xml.h:93
+msgid "_Replace..."
+msgstr "_Ewez Et..."
+
+#: ../gedit/gedit-ui.xml.h:95
+msgid "_Save"
+msgstr "_Gayd Et"
+
+#: ../gedit/gedit-ui.xml.h:96
+msgid "_Save All"
+msgstr "_Ehlini Gayd Et"
+
+#: ../gedit/gedit-ui.xml.h:97
+msgid "_Search"
+msgstr "_Agtar"
+
+#: ../gedit/gedit-ui.xml.h:98
+msgid "_Statusbar"
+msgstr "_Durum Zolaky"
+
+#: ../gedit/gedit-ui.xml.h:99
+msgid "_Text for All Icons"
+msgstr "_Ehli Tymsallar üçin metini görkez"
+
+#: ../gedit/gedit-ui.xml.h:100
+msgid "_Toolbar"
+msgstr "_Esbap Zolaky"
+
+#: ../gedit/gedit-ui.xml.h:101
+msgid "_Tools"
+msgstr "_Esbaplar"
+
+#: ../gedit/gedit-ui.xml.h:102
+msgid "_Undo"
+msgstr "_Izine Al"
+
+#: ../gedit/gedit-ui.xml.h:103
+msgid "_View"
+msgstr "_Görnöş"
+
+#: ../gedit/gedit-utils.c:686
+msgid " (invalid Unicode)"
+msgstr ""
+
+#.
+#. if (col == chars)
+#. msg = g_strdup_printf (_(" Ln %d, Col %d"), row + 1, col + 1);
+#. else
+#. msg = g_strdup_printf (_(" Ln %d, Col %d-%d"), row + 1, chars + 1, col + 1);
+#.
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-view.c:879
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Set %1$d, süt %2$d"
+
+#: ../gedit/gedit-view.c:915
+msgid " OVR"
+msgstr " ÝUZ"
+
+#: ../gedit/gedit-view.c:917
+msgid " INS"
+msgstr " GIR"
+
+#: ../gedit/gedit2.c:83
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit2.c:86
+msgid "Quit an existing instance of gedit"
+msgstr "Geditiň bir bar durumyndan çik"
+
+#: ../gedit/gedit2.c:89
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "Öň bar bir geditiň durumynda ýene bir iň üste durar äpişge bejer."
+
+#: ../gedit/gedit2.c:92
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Öň bar bir geditiň durumynda bir täze sened bejer."
+
+#: ../gedit/gedit2.c:168
+#, c-format
+msgid "The specified encoding \"%s\" is not valid\n"
+msgstr ""
+
+#: ../gedit/gedit-convert.c:91
+msgid "The file you are trying to open contains an invalid byte sequence."
+msgstr ""
+
+#: ../gedit/gedit-convert.c:160 ../gedit/gedit-convert.c:204
+msgid ""
+"gedit was not able to automatically determine the encoding of the file you "
+"want to open."
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:43
+msgid "C_hange Case"
+msgstr "Kiçi/beýikligni ewez et"
+
+#: ../plugins/changecase/changecase.c:49
+msgid "All _Upper Case"
+msgstr "Ehlisi _Beýik Harp"
+
+#: ../plugins/changecase/changecase.c:50
+msgid "All _Lower Case"
+msgstr "Ehlisi _Kiçi Harp"
+
+#: ../plugins/changecase/changecase.c:51
+msgid "_Invert Case"
+msgstr "Harplaryň Kiçi/beýikligni _Çalyşdyr"
+
+#: ../plugins/changecase/changecase.c:52
+msgid "_Title Case"
+msgstr "_Sözbaşynyň Kiçi/beýikligni"
+
+#: ../plugins/changecase/changecase.c:54
+#, fuzzy
+msgid "Change selected text to upper case"
+msgstr "Saýlanan metinň ýygna"
+
+#: ../plugins/changecase/changecase.c:55
+#, fuzzy
+msgid "Change selected text to lower case"
+msgstr "Saýlanan metinň ýygna"
+
+#: ../plugins/changecase/changecase.c:56
+#, fuzzy
+msgid "Invert the case of selected text"
+msgstr "Saýlnan metini poz"
+
+#: ../plugins/changecase/changecase.c:57
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Kiçi/beýikligni ewez et"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Changes the case of selected text."
+msgstr "Saýlnan metini poz"
+
+#: ../plugins/docinfo/docinfo.c:45
+msgid "_Document Statistics"
+msgstr "_Sened Statistikleri"
+
+#: ../plugins/docinfo/docinfo.c:48
+msgid "Get statistic info on current document"
+msgstr "Häzirki sened barada statistik maglumatlary al"
+
+#: ../plugins/docinfo/docinfo.c:139
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+msgid "Document Statistics"
+msgstr "Sened Statistikleri"
+
+#: ../plugins/docinfo/docinfo.c:153
+msgid "_Update"
+msgstr "_Täzele"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Häzirki senedi analyz edip oniň sözlerni, hatlarny, karakterlerni we "
+"seleňsiz karakterlerni aňlap netijesini görkez."
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">Faýl Adi</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "Baýtlar"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "Karakterler (seleňsiz)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "Karakteler (seleň bilen)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Update"
+msgstr "Täzele"
+
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Words"
+msgstr "Sözler"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "gedit: Document Info plugin"
+msgstr "gedit: Sened Bilgi baglançy"
+
+#: ../plugins/indent/indent.c:45
+msgid "_Indent"
+msgstr "_Gaýşart"
+
+#: ../plugins/indent/indent.c:47
+msgid "Indent selected lines"
+msgstr "Saýlanan hatlary gaýşart"
+
+#: ../plugins/indent/indent.c:49
+msgid "U_nindent"
+msgstr "G_aýşartma"
+
+#: ../plugins/indent/indent.c:51
+msgid "Unindent selected lines"
+msgstr "Saýlanan hatlary gaýşartma"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent lines"
+msgstr "Hatlary gaýşart"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "Saýlanan hatlary gaýşartýa yada gaýşartmaýa"
+
+#: ../plugins/sample/sample.c:43
+msgid "Insert User Na_me"
+msgstr "_Ullançy Adyny Girdir"
+
+#: ../plugins/sample/sample.c:46
+msgid "Insert the user name at the cursor position"
+msgstr "Ullançy adyny kerser duran ýereine girdir"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "Ullançy adyny kerser duran ýereine girdiýar"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "Ullançy Ady"
+
+#: ../plugins/savecopy/savecopy.c:49
+#, fuzzy
+msgid "Sa_ve Copy..."
+msgstr "_Nusgala"
+
+#: ../plugins/savecopy/savecopy.c:52
+#, fuzzy
+msgid "Save a copy of the current document"
+msgstr "Häzirki sendiň dilini belli et"
+
+#: ../plugins/savecopy/savecopy.c:315
+#, fuzzy, c-format
+msgid "Could not save a copy of the file to \"%s\""
+msgstr "\"%s\" faýly gaýd edilip başarmady."
+
+#: ../plugins/savecopy/savecopy.c:414
+msgid "You are trying to overwrite the original file"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.c:523
+#, fuzzy
+msgid "Save Copy..."
+msgstr "_Hiç Senedi Gaýd Edme"
+
+#. translators: %s is a filename
+#: ../plugins/savecopy/savecopy.c:555 ../plugins/savecopy/savecopy.c:565
+#, c-format
+msgid "%s (copy)"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Save a Copy"
+msgstr "Ehli açyk faýllary gaýd et"
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Saves a copy of the current document to a local or remote location."
+msgstr "Häzirki senedi ýada saýlawy tertible."
+
+#: ../plugins/shell_output/shell_output.c:56
+msgid "_Run Command..."
+msgstr "_Buýruky Bitir"
+
+#: ../plugins/shell_output/shell_output.c:59
+msgid "Run a command"
+msgstr "Bir buýruky bitir"
+
+#: ../plugins/shell_output/shell_output.c:156
+#: ../plugins/shell_output/shell_output.c:576
+msgid "Stopped"
+msgstr "Duruzygyly"
+
+#: ../plugins/shell_output/shell_output.c:355
+msgid "Run Command"
+msgstr "Buýruky Bitir"
+
+#: ../plugins/shell_output/shell_output.c:374
+msgid "_Run"
+msgstr "B_itir"
+
+#: ../plugins/shell_output/shell_output.c:582
+msgid "Done"
+msgstr "Bitdi"
+
+#: ../plugins/shell_output/shell_output.c:584
+msgid "Failed"
+msgstr "Hata Tapdy"
+
+#: ../plugins/shell_output/shell_output.c:754
+msgid ""
+"The shell command entry is empty.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Gabyk buýruky puç.\n"
+"\n"
+"Lütfen gabyk buýrukyny girdiriň."
+
+#: ../plugins/shell_output/shell_output.c:776
+msgid ""
+"Error parsing the shell command.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Gabyk buýruky aýryştyrylmakynda hata boldy.\n"
+"\n"
+"Lütfen gabyk buýrukyny girdiriň."
+
+#: ../plugins/shell_output/shell_output.c:854
+msgid "Executing command"
+msgstr "Buýruk işe salynýar"
+
+#: ../plugins/shell_output/shell_output.c:919
+msgid "An error occurred while running the selected command."
+msgstr "Saýlanan buýruky bitirmekde bir hata döredi."
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:1
+msgid ""
+"Executes an external program and, if required, displays its output in the "
+"output window."
+msgstr ""
+"Daşarydaky bir programi işe salýar we oniň çikgisini çikgi äpişge içine "
+"gysymlaýa"
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:2
+msgid "Shell command"
+msgstr "Gabyk Buýruky"
+
+#: ../plugins/shell_output/shell_output.glade2.h:2
+msgid "Co_mmand:"
+msgstr "_Buýruk"
+
+#: ../plugins/shell_output/shell_output.glade2.h:3
+msgid "Select the working directory..."
+msgstr "Iş haltasyny saýla..."
+
+#: ../plugins/shell_output/shell_output.glade2.h:4
+msgid "_Show results in Output Window"
+msgstr "_Netijeleri Çikgi Äpişgesinde görkez"
+
+#: ../plugins/shell_output/shell_output.glade2.h:5
+msgid "_Working directory:"
+msgstr "_Iş haltasy:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:6
+msgid "gedit: Shell Output plugin"
+msgstr "gedit: Gabyk Çikgi baglançy"
+
+#: ../plugins/sort/sort.c:29
+msgid "S_ort..."
+msgstr "_Tertible..."
+
+#: ../plugins/sort/sort.c:32
+msgid "Sort the current document or selection."
+msgstr "Häzirki senedi ýada saýlawy tertible."
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "Tertible"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Senedi ýada saýlawy tertibleyär."
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr "_Gaýtalananlar çykar"
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr "_Bu sütünden başla:"
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Siz tertiblemek emeli izine alib başarmýansiňiz."
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr "_Kiçi/beýik harplary red et"
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr "_Ters tertibine"
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr "_Tertible"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr "(maslahat edilen soz yök)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+msgid "_More..."
+msgstr "_Kop..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr "_Ehlisini red et"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr "_Ekle"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr "_Ymla maslahatlary..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "_Ymlany barla"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "Maslahatlar"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr "(ymlany dogryla)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+msgid "Completed spell checking"
+msgstr "Ymlany barlamgyny soňlady"
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+#, fuzzy
+msgid "Amharic"
+msgstr "Arabça"
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+msgid "Azerbaijani"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+msgid "Belarusian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Bulgarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+#, fuzzy
+msgid "Bengali"
+msgstr "Baltik"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr "Britonça"
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr "Katalança"
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr "Çekçe"
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Welsh"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr "Danmarkça"
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+#, fuzzy
+msgid "German (Austria)"
+msgstr "Almança (Almanýa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr "Almança (Almanýa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr "Almança (Isveçre)"
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr "Ingilisçä (Amerika)"
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr "Ingilisçä (Britiş)"
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr "Ingilisçä (Kanada)"
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr "Esperanto"
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr "Ispanýolça"
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+#, fuzzy
+msgid "Estonian"
+msgstr "Römençe"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+#, fuzzy
+msgid "Persian"
+msgstr "Çap"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+#, fuzzy
+msgid "Finnish"
+msgstr "Danmarkça"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr "Faroese Dili"
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr "Fransizçe (Fransiýa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr "Fransizçe (Isveçre)"
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+#, fuzzy
+msgid "Irish"
+msgstr "Türkçe"
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+#, fuzzy
+msgid "Gallegan"
+msgstr "Gürjüçe"
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+#, fuzzy
+msgid "Hindi"
+msgstr "Tap"
+
+#: ../plugins/spell/gedit-spell-checker.c:111
+#, fuzzy
+msgid "Croatian"
+msgstr "Katalança"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Upper Sorbian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+msgid "Hungarian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Indonesian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Icelandic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Italian"
+msgstr "Italýança"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+#, fuzzy
+msgid "Kurdish"
+msgstr "Türkçe"
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+#, fuzzy
+msgid "Latin"
+msgstr "Hatlar"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Lithuanian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+msgid "Latvian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Malagasy"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+msgid "Maori"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+#, fuzzy
+msgid "Macedonian"
+msgstr "gedit"
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Mongolian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+msgid "Marathi"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Malay"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Maltese"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+#, fuzzy
+msgid "Norwegian Bokmal"
+msgstr "Nörveççe"
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr "Höländçe"
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+#, fuzzy
+msgid "Norwegian Nynorsk"
+msgstr "Nörveççe"
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr "Nörveççe"
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr "Polonýaça"
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr "Portugalça (Portugaliýa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr "Portugalça (Braziliýa)"
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Quechua"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr "Orsça"
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+msgid "Kinyarwanda"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+#, fuzzy
+msgid "Sardinian"
+msgstr "Ukraýnça"
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Slovak"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Slovenian"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr "Iswetçe"
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Swahili"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+#, fuzzy
+msgid "Tamil"
+msgstr "Taýça"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tagalog"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tswana"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Ukrainian"
+msgstr "Ukraýnça"
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+msgid "Uzbek"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Walloon"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+msgid "Yiddish"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Zulu"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+msgid "Default"
+msgstr "Ön Bellenen"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:239
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr "%s içinde gerek widget tapilmady."
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr "Diller"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "Häzirki seneiň dilini saýlaň."
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "Dili belli ediň"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Diller</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>Söz</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "Sözi ekle"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "_Ewez et"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "_Ehlisini Ewez et"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr "E_wez et:"
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr "_Sözi Barla"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "Ymlany Barla"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "Ehlisini Red et"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Dil:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "Ullançy sözliki:"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "_Red et"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "_Maslahatlar:"
+
+#: ../plugins/spell/spell.c:52
+msgid "_Check Spelling"
+msgstr "_Ymlany Barla"
+
+#: ../plugins/spell/spell.c:55
+msgid "Check the current document for incorrect spelling"
+msgstr "Häzirki sendi nädogry ymla üçin barla"
+
+#: ../plugins/spell/spell.c:57
+msgid "_Autocheck Spelling"
+msgstr "_Ymlany otmatik barlamak"
+
+#: ../plugins/spell/spell.c:60
+msgid "Automatically spell-check the current document"
+msgstr "Häzirki sendiň ymlasyny otomatik barla"
+
+#: ../plugins/spell/spell.c:62
+msgid "Set _Language"
+msgstr "_Dili Belli et"
+
+#: ../plugins/spell/spell.c:65
+msgid "Set the language of the current document"
+msgstr "Häzirki sendiň dilini belli et"
+
+#: ../plugins/spell/spell.c:625
+msgid "The document is empty."
+msgstr "Bu sened puç"
+
+#: ../plugins/spell/spell.c:643
+#, fuzzy
+msgid "The selected text does not contain misspelled words."
+msgstr "Saýlanan metin nadogry ymlaly sözleri eklemýä."
+
+#: ../plugins/spell/spell.c:644
+#, fuzzy
+msgid "The document does not contain misspelled words."
+msgstr "Bu sened nadogry ymlaly sözleri eklemýä."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Häzirki sendiň ymlasyny barlaýa."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr "Ymlany Barlaýan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+#, fuzzy
+msgid "Abbreviated form"
+msgstr "Nagt kadalr"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+#, fuzzy
+msgid "Abbreviation"
+msgstr "Ermençe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+#, fuzzy
+msgid "Align"
+msgstr "hatlar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+#, fuzzy
+msgid "Applet class file code"
+msgstr "Açmak üçin bir faýly saýla"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+#, fuzzy
+msgid "Author info"
+msgstr "Otomatik gaýşart"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+#, fuzzy
+msgid "Axis related headers"
+msgstr "Sahypa başlygny çapla"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "BGSound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+#, fuzzy
+msgid "Background color"
+msgstr "_Arkaplan renki:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+#, fuzzy
+msgid "Background texture tile"
+msgstr "Arkaplan Renki"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+#, fuzzy
+msgid "Base font"
+msgstr "Etiketdaky kalamy ullan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+#, fuzzy
+msgid "Border"
+msgstr "Batyr"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+#, fuzzy
+msgid "Border color"
+msgstr "_Arkaplan renki:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+#, fuzzy
+msgid "Cell rowspan"
+msgstr "Orta Avrupa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+#, fuzzy
+msgid "Center"
+msgstr "Umumy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+#, fuzzy
+msgid "Character encoding of linked resource"
+msgstr "Karkater ködlemeleri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+#, fuzzy
+msgid "Citation"
+msgstr "_Emeller"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+#, fuzzy
+msgid "Class list"
+msgstr "Tägler Listi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+#, fuzzy
+msgid "Color of selected links"
+msgstr "Saýlanan hatlary nusgala"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+#, fuzzy
+msgid "Comment"
+msgstr "_Mazmunlar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+#, fuzzy
+msgid "Content scheme"
+msgstr "_Mazmunlar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+#, fuzzy
+msgid "Content type"
+msgstr "_Mazmunlar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+#, fuzzy
+msgid "Coordinates"
+msgstr "_Mazmunlar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+#, fuzzy
+msgid "Definition description"
+msgstr "_Wasp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+#, fuzzy
+msgid "Deleted text"
+msgstr "Saýlnan metini poz"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+#, fuzzy
+msgid "Direction"
+msgstr "Britonça"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+#, fuzzy
+msgid "Disabled"
+msgstr "Mümkin edigili"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+#, fuzzy
+msgid "Document base"
+msgstr "_Senedler"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+#, fuzzy
+msgid "Document body"
+msgstr "_Senedler"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+#, fuzzy
+msgid "Document head"
+msgstr "_Senedler"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+#, fuzzy
+msgid "Document title"
+msgstr "Sened Statistikleri"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+#, fuzzy
+msgid "Document type"
+msgstr "_Senedler"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+#, fuzzy
+msgid "Element ID"
+msgstr "Elementler"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+#, fuzzy
+msgid "Font face"
+msgstr "Kalam ady"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+#, fuzzy
+msgid "For label"
+msgstr "etiket"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+#, fuzzy
+msgid "Form"
+msgstr "Kadaly"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+#, fuzzy
+msgid "Frame"
+msgstr "Ad:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+#, fuzzy
+msgid "Frameset"
+msgstr "Faroese Dili"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+#, fuzzy
+msgid "Frameset columns"
+msgstr "_Bu sütünden başla:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+#, fuzzy
+msgid "Generic span"
+msgstr "Umumy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Image"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+#, fuzzy
+msgid "Inline frame"
+msgstr "Maýyp faýl ady"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+#, fuzzy
+msgid "Inserted text"
+msgstr "Taryh/zamany gidir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+#, fuzzy
+msgid "Italic text"
+msgstr "Gişik"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+#, fuzzy
+msgid "Label"
+msgstr "etiket"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+#, fuzzy
+msgid "Language code"
+msgstr "Diller"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+#, fuzzy
+msgid "Link color"
+msgstr "Bir renk ýygna"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+#, fuzzy
+msgid "Local change to font"
+msgstr "Editçi kalamyny ýygna"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+#, fuzzy
+msgid "Long description link"
+msgstr "_Wasp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+#, fuzzy
+msgid "Name"
+msgstr "Ad:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+#, fuzzy
+msgid "No resize"
+msgstr "Ululyky görkez"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+#, fuzzy
+msgid "Object applet file"
+msgstr "Bir faýly aç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+#, fuzzy
+msgid "OnChange event"
+msgstr "Kiçi/beýikligni ewez et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+#, fuzzy
+msgid "Option selector"
+msgstr "Kalam Saýlamak"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+#, fuzzy
+msgid "Output media"
+msgstr "Çikgi Hatlar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+#, fuzzy
+msgid "Preformatted text"
+msgstr "Metini ön namaýyşla"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+#, fuzzy
+msgid "Push button"
+msgstr "batun1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+#, fuzzy
+msgid "Quote"
+msgstr "Çik"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+#, fuzzy
+msgid "Range"
+msgstr "_Ewez et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+#, fuzzy
+msgid "Reverse link"
+msgstr "_Ters tertibine"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+#, fuzzy
+msgid "Script language name"
+msgstr "Dili belli ediň"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+#, fuzzy
+msgid "Selectable option"
+msgstr "Açmak üçin bir faýly saýla"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+#, fuzzy
+msgid "Selected"
+msgstr "_Saýlanan Senedleri Gaýd Et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+#, fuzzy
+msgid "Shape"
+msgstr "Gaýd ed"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+#, fuzzy
+msgid "Size"
+msgstr "Täb Ululyky"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+#, fuzzy
+msgid "Small text style"
+msgstr "Ehli Metin Faýllar"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "Sound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+#, fuzzy
+msgid "Space"
+msgstr "Gaýd ed"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+#, fuzzy
+msgid "Spacer"
+msgstr "Ewez Et"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+#, fuzzy
+msgid "Span"
+msgstr "Ispanýolça"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+#, fuzzy
+msgid "Starting sequence number"
+msgstr "_Hat sanlaryny çapla"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+#, fuzzy
+msgid "Strike-through text"
+msgstr "Karalanmış"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+#, fuzzy
+msgid "Strike-through text style"
+msgstr "Karalanmış"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+#, fuzzy
+msgid "Superscript"
+msgstr "_Wasp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+#, fuzzy
+msgid "Table"
+msgstr "Mümkin edigili"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+#, fuzzy
+msgid "Table caption"
+msgstr "_Ýery Aç"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+#, fuzzy
+msgid "Text color"
+msgstr "Metin Renki"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr "Sözbaşy"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+#, fuzzy
+msgid "Underlined text style"
+msgstr "Asty Çizik"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+#, fuzzy
+msgid "Unordered list"
+msgstr "Asty Çizik"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+#, fuzzy
+msgid "Vertical space"
+msgstr "Seleň Girdir"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+#, fuzzy
+msgid "Visited link color"
+msgstr "Saýlaw renkini ýygna"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+msgid "Brackets <>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+#, fuzzy
+msgid "Footnote"
+msgstr "Kalam"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+#, fuzzy
+msgid "Greek alpha"
+msgstr "Ýunança"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+#, fuzzy
+msgid "Greek beta"
+msgstr "Ýunança"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+#, fuzzy
+msgid "Greek gamma"
+msgstr "Ýunança"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+#, fuzzy
+msgid "Greek rho"
+msgstr "Ýunança"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+#, fuzzy
+msgid "Greek tau"
+msgstr "Ýunança"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+#, fuzzy
+msgid "List description"
+msgstr "_Wasp"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+#, fuzzy
+msgid "Operator fraction"
+msgstr "_Ýery Aç"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+#, fuzzy
+msgid "Reference label"
+msgstr "Seçenekler"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+#, fuzzy
+msgid "Reference ref"
+msgstr "Seçenekler"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+#, fuzzy
+msgid "XSLT - Elements"
+msgstr "Elementler"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+#, fuzzy
+msgid "namespace"
+msgstr "Seleň Girdir"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+#, fuzzy
+msgid "parent"
+msgstr "Aç"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:146
+msgid "Tag list plugin"
+msgstr "Tägler list baglançy"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:167
+msgid "Select the group of tags you want to use"
+msgstr "Tägleriň arasyndan isleýan toparyňzy saýlaň"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:189
+msgid "Available Tag Lists"
+msgstr "Nagt täg listleri"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:191
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:212
+msgid "Tags"
+msgstr "Tägler"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:201
+msgid "Double-click on a tag to insert it in the current document"
+msgstr "Tägi senediň içine girdirmek üçin üstine iki-tiklaň"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:46
+msgid "Tag _List"
+msgstr "_Tägler Listi"
+
+#.
+#. #define MENU_ITEM_NAME "TagList"
+#.
+#: ../plugins/taglist/gedit-taglist-plugin.c:51
+msgid "Show the tag list window"
+msgstr "Tägler Listiniň äpişgesini görkez"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"Tiz tiz işledilýan tägleri/düzmekleri senede aňsatjag girdirmek üçin bir tär "
+"üpjün edýär."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Tägler Listi"
+
+#: ../plugins/time/time.c:49
+msgid "In_sert Date and Time..."
+msgstr "_Taryh we Zamany girdir..."
+
+#: ../plugins/time/time.c:52
+msgid "Insert current date and time at the cursor position"
+msgstr "Häzirki taryh we zamany kerser duran ýereine girdir"
+
+#: ../plugins/time/time.c:457
+msgid "Available formats"
+msgstr "Nagt kadalr"
+
+#: ../plugins/time/time.c:565
+msgid "Configure insert date/time plugin..."
+msgstr "Taryh/zamany gidir baglançi tenzim et..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Taryh/zamany gidir"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Häzirki taryh we zamany kerser duran ýereine girdir."
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> Taryh/zaman girdirilip durka...</span>"
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "Taryh/zaman baglançi tenzim et"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "Taryh we Zamany Girdir"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr "_Saýlanan kadadan ullan"
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_Girdir"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr "_Bir kada üçin soroş"
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr "_Şahsy kadadan ullan"
diff --git a/po/tr.po b/po/tr.po
new file mode 100644
index 0000000..abacbb0
--- /dev/null
+++ b/po/tr.po
@@ -0,0 +1,3468 @@
+# Turkish translation of gedit.
+# Copyright (C) 2001-2003, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2006-2022 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit package.
+#
+# Nilgün Belma Bugüner <nilgun@fide.org>, 2001, 2002.
+# Fatih Demir <kabalak@gtranslator.org>, 2000.
+# Baris Cicek <baris@teamforce.name.tr>, 2004, 2005, 2008, 2009.
+# Rıdvan CAN <ridvan@gamebox.net>, 2004.
+# Gökhan Gurbetoğlu <ggurbet@gmail.com>, 2014, 2015.
+# Necdet Yücel <necdetyucel@gmail.com>, 2015.
+# Muhammet Kara <muhammetk@gmail.com>, 2011, 2012, 2013, 2014, 2015, 2016.
+# Sabri Ünal <libreajans@gmail.com>, 2014, 2019, 2022.
+# Emin Tufan Çetin <etcetin@gmail.com>, 2018, 2019, 2020, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-12-09 21:25+0000\n"
+"PO-Revision-Date: 2022-12-06 21:09+0300\n"
+"Last-Translator: Emin Tufan Çetin <etcetin@gmail.com>\n"
+"Language-Team: Türkçe <gnome-turk@gnome.org>\n"
+"Language: tr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 3.1.1\n"
+"X-POOTLE-MTIME: 1433962102.000000\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Metin düzenleyici"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is a general-purpose text editor. It has been created in 1998, at the "
+"beginnings of GNOME."
+msgstr ""
+"gedit, genel amaçlı metin düzenleyicidir. 1998’de GNOME’un başlangıcında "
+"yaratılmıştır."
+
+#: data/org.gnome.gedit.appdata.xml.in:14
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"gedit’in ilk amacı kolay kullanım ve basit arayüzdür. Gelişmiş özellikler, "
+"eklentileri etkinleştirerek kullanılabilir."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Metin dosyalarını düzenle"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Metin;Düzenleyici;Düzyazı;Yaz;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Yeni Pencere"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Yeni Belge"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Öntanımlı Yazı Tipini Kullan"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Metin düzenleme için sistemin öntanımlı yazı tipi yerine gedit’e belirtilen "
+"yazı tipinin kullanılması. Bu seçenek kapalı ise, sistem yazı tipi yerine "
+"“Düzenleyici Yazı Tipi” seçeneğinde belirlenmiş olan yazı tipi kullanılır."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Düzenleyici Yazı Tipi"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Düzenleme bölgesi için kullanılacak özel yazı tipi. Bu, yalnızca “Öntanımlı "
+"Yazı Tipini Kullan” seçeneği kapalı ise etki gösterir."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Biçem Şeması"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Metni renklendirmek için kullanılacak GtkSourceView Biçem şemasının ID’si."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Yedekleme Kopyaları Oluştur"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "gedit’in kaydettiği dosyalar için yedek oluşturup oluşturmayacağı."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Kendiliğinden Kaydet"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"gedit’in değiştirilen dosyaları belli zaman aralığından sonra kendiliğinden "
+"kaydedip kaydetmeyeceği. Zaman aralığını “Kendiliğinden Kaydetme Sıklığı” "
+"seçeneğiyle ayarlayabilirsiniz."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Kendiliğinden Kaydetme Sıklığı"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"gedit’in değiştirilmiş dosyaları kaç dakika sonra kendiliğinden kaydedeceği. "
+"Bu, yalnızca “Kendiliğinden Kaydet” seçeneği açık ise etki gösterir."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Geri Alma Eylemlerinin Azami Sayısı"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"gedit’in geri alabileceği ya da yineleyebileceği eylemlerin azami miktarı. "
+"Sınırsız sayıda eylem için “-1” kullanın."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Satır Kaydırma Kipi"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Düzenleme alanı için uzun satırların nasıl bölüneceğini belirtir. bölme "
+"olmaması için “none”, sözcük sınırlarında bölme için “word”, bağımsız "
+"karakter sınırlarında bölme için “char” kullanınız. Değerler büyük/küçük "
+"harf duyarlıdır, tam olarak burada yer aldığı gibi kullanınız."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Satır kaydırma kipi için son bölme kipi seçimi"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Satır kaydırma kipiyle birlikte kullanılan son bölme kipini belirtir, "
+"böylece kaydırma kipi kapalıyken de bölme kipi seçimini anımsayabiliriz. "
+"Sözcük düzeyinde kaydırma için “word”, karakter düzeyinde kaydırma için "
+"“char” kullanın."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Sekme Boyutu"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Sekme karakteri yerine görüntülenecek boşluk sayısını belirtir."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Boşlukları araya ekle"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "gedit’in sekmelerin yerine boşluk eklemesi."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Kendiliğinden girintile"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr ""
+"gedit’in kendiliğinden girintilemeyi etkinleştirip etkinleştirmeyeceği."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Satır Sayılarını Göster"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "gedit’in düzenleme alanında satır sayılarını göstermesi."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Geçerli Satırı Vurgula"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "gedit’in geçerli satırı vurgulamasının etkinleştirilmesi."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Eşleşen Parantezleri Vurgula"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "gedit’in eşleşen parantezleri vurgulayıp vurgulamayacağı."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Sağ Kenar Boşluğunu Göster"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "gedit’in düzenleme alanında sağ kenar boşluğunu göstermesi."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Sağ Kenar Boşluğu Pozisyonu"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Sağ kenar boşluğunun konumunu belirtir."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Belge arkaplanı desen türü"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Belgenin arka plan deseniyle boyanıp boyanmayacağı."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Akıllı Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"HOME ve END tuşları basıldığında imlecin nasıl hareket edeceğini belirtir. "
+"“disabled” kullanmak her zaman satırın başına ve sonuna taşınmasını sağlar, "
+"“after” tuşa ilk seferinde basıldığında satırın başına ve sonuna ve ikinci "
+"defa basıldığında boşlukların yok sayılarak metnin başına ve sonuna "
+"taşınmasını, “before” satırların başına ve sonuna gitmeden önce metnin "
+"başına ve sonuna taşınmasını, “always” ise satırların başına ve sonuna "
+"taşınmaktansa metinlerin başına ve sonuna taşınmasını sağlar."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Önceki İmleç Konumunu Geri Getir"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"gedit’in dosya yüklendiği zaman imlecin önceki yerinin geri getirilmesi."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Sözdizimi Vurgulamayı Etkinleştir"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit’in sözdizimi renklendirmeyi etkinleştirmesi."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Arama Vurgulamayı Etkinleştir"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "gedit’in arama metninin geçtiği yerleri vurgulaması."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Sona Yeni Satır Ekle"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"gedit’in; belgelerin sonunun her zaman yeni satırla biteceğinden emin "
+"olmasıdır."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Not Defteri Sekmeleri Göster Kipi"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Defter sekmelerinin ne zaman gösterileceğini belirtir. Sekmelerin hiçbir "
+"zaman gösterilmemesi için “never”, sekmelerin her zaman gösterilmesi için "
+"“always” ve yalnızca birden çok sekme varsa gösterilmesi için de “auto” "
+"kullanın. Değerlerin büyük/küçük harf duyarlı olduğunu unutmayın, tam olarak "
+"burada yer aldığı gibi kullanın."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Durum Çubuğu Görünür"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Düzenleme penceresinin altında bulunan durum çubuğunun görünür hale gelmesi."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Yan Panel Görünür"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr ""
+"Düzenleme penceresinin solundaki kenar panelinin görünür olup olmayacağı."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Sözdizimi Vurgulamasını Yazdır"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"gedit’in belgeleri yazdırırken sözdizimi vurgulamasını yazdırıp "
+"yazdırmayacağı."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Sayfa Başlıklarını Yazdır"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "gedit’in belgeleri yazdırırken belge başlığı eklemesi."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Yazdırma Satır Kaydırma Kipi"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Yazdırma işlemi için uzun satırların nasıl kaydırılacağını belirtir. "
+"Kaydırmamak için “none”, sözcük sınırlarında kaydırma için “word”, bağımsız "
+"karakter sınırlarında kaydırma için “char” kullanınız. Değerler büyük/küçük "
+"harf duyarlıdır, tam olarak burada yer aldığı gibi kullanınız."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Satır Sayılarını Yazdır"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Bu değer 0 ise, belge yazdırılırken satır sayıları eklenmez. Aksi durumda "
+"gedit her satır için satır sayılarını yazdırır."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Yazdırma için Gövde Yazı Tipi"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr ""
+"Belge yazdırırken belge gövdesi için hangi yazı tipinin kullanılacağını "
+"belirtir."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Yazdırma İçin Sayfa Başlığı Yazı Tipi"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Yazdırma işleminde satır sayıları için kullanılacak yazı tipini belirtir. "
+"Bu, yalnızca “Sayfa Başlıklarını Yazdır” açık ise etki gösterir."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Yazdırma için Satır Sayısı Yazı Tipi"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Yazdırma işleminde satır sayıları için kullanılacak yazı tipini belirtir. "
+"Bu, yalnızca “Satır Sayılarını Yazdır” seçeneği sıfırdan başka bir şey ise "
+"etki gösterir."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Sol Kenar Boşluğu"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Milimetre cinsinden sol kenar boşluğu."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Üst Kenar Boşluğu"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Milimetre cinsinden üst kenar boşluğu."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Sağ Kenar Boşluğu"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Milimetre cinsinden sağ kenar boşluğu."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Alt Kenar Boşluğu"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Milimetre cinsinden alt kenar boşluğu."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Aday Kodlamalar"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Dosya aç/kaydet seçicisindeki Karakter Kodlaması menüsünde gösterilen aday "
+"kodlamaların listesi. “GEÇERLİ” halen kullanılan karakter kodlamasını temsil "
+"eder. Yalnızca tanınmış kodlamalar kullanılır. Öntanımlı değer gedit "
+"ülkenize ve dilinize göre uygun varsayılanları seçmediği sürece boş listedir."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Etkin eklentiler"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Etkin eklentilerin listesi."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Uygulamanın sürümünü göster"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Kodlama seçeneği için geçerli değerlerin listesini göster"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "Komut satırında dosya açmada kodlanmış karakter kümesi kullan"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "KODLAMA"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "gedit’in geçerli örneğinde yeni en üst düzey pencere yarat"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "gedit’in var olan örneğinde yeni belge yarat"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Dosyaları aç ve işlemi dosyalar kapanana kadar durdur"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "gedit’i bağımsız kipte çalıştır"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[DOSYA…] [+SATIR[:SÜTUN]]"
+
+#: gedit/gedit-app.c:227
+msgid "There was an error displaying the help."
+msgstr "Yardım görüntülenirken hata oluştu."
+
+#: gedit/gedit-app.c:842
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: geçersiz kodlama."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Kaydetmeden _Kapat"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:792
+#: gedit/gedit-commands-file.c:1517 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:95
+#: gedit/gedit-io-error-info-bar.c:294 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_İptal"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "Farklı _Kaydet…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:791
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:56
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Kaydet"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Kaydetmezseniz son %ld saniyede yaptığınız değişiklikler kalıcı olarak "
+"kaybolacak."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Kaydetmezseniz son bir dakika içerisinde yaptığınız değişiklikler kaybolacak."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Kaydetmezseniz son bir dakika ve %ld saniye içerisinde yaptığınız "
+"değişiklikler kaybolacak."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Kaydetmezseniz son %ld dakika içerisinde yaptığınız değişiklikler kaybolacak."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Kaydetmezseniz son saatte yaptığınız değişiklikler kalıcı olarak kaybolacak."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Kaydetmezseniz son bir saat ve %d dakika içerisinde yaptığınız değişiklikler "
+"kaybolacak."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Kaydetmezseniz son %d saatte yaptığınız değişiklikler kalıcı olarak "
+"kaybolacak."
+
+#: gedit/gedit-close-confirmation-dialog.c:399
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "“%s” belgesinde yapılan değişiklikler kapatmadan önce kaydedilsin mi?"
+
+#: gedit/gedit-close-confirmation-dialog.c:467
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Kaydedilmemiş değişikliklerin bulunduğu %d belge var. Kapatmadan önce "
+"kaydetmek ister misiniz?"
+
+#: gedit/gedit-close-confirmation-dialog.c:490
+msgid "S_elect the documents you want to save:"
+msgstr "Kaydetmek istediğiniz _belgeleri seçin:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:506
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Kaydetmezseniz yaptığınız tüm değişiklikler kaybolacak."
+
+#: gedit/gedit-commands-file.c:258
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "“%s” dosyası yükleniyor…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d dosya yükleniyor…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "“%s” dosyası salt-okunur."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Onu kaydettiğiniz ile değiştirmeyi denemek ister misiniz?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "_Değiştir"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Dosya sıkıştırılarak kaydedilsin mi ?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Düz yazı olarak kaydedilsin mi?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"“%s” dosyası daha önce düz metin olarak kaydedildi ve şimdi sıkıştırılarak "
+"kaydedilecek."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Sıkıştırarak Kaydet"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"“%s” dosyası daha önce sıkıştırılarak kaydedilmiş ve şimdi düz metin olarak "
+"kaydedilecek."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Düz Metin Olarak _Kaydet"
+
+#: gedit/gedit-commands-file.c:678 gedit/gedit-commands-file.c:967
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "“%s” dosyası kaydediliyor…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:789
+msgctxt "window title"
+msgid "Save As"
+msgstr "Farklı Kaydet"
+
+#: gedit/gedit-commands-file.c:1378
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "“%s” belgesi eski durumuna getiriliyor…"
+
+#: gedit/gedit-commands-file.c:1425
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr ""
+"“%s” belgesi içerisinde yapılan değişiklikler eski durumuna döndürülsün mü?"
+
+#: gedit/gedit-commands-file.c:1434
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Belge içerisinde son %ld saat içerisinde yapılan değişiklikler kaybolacak."
+
+#: gedit/gedit-commands-file.c:1443
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Belge içerisinde son bir dakikada yapılan değişiklikler kaybolacak."
+
+#: gedit/gedit-commands-file.c:1449
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Belge içerisinde son bir dakikada ve %ld saniyede yapılan değişiklikler "
+"kaybolacak."
+
+#: gedit/gedit-commands-file.c:1459
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Belge içerisinde son %ld dakikada yapılan değişiklikler kaybolacak."
+
+#: gedit/gedit-commands-file.c:1474
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Belge içerisinde son %d saat içerisinde yapılan değişiklikler kaybolacak."
+
+#: gedit/gedit-commands-file.c:1480
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Belge içerisinde son bir saatte ve son %d dakikada yapılan değişiklikler "
+"kaybolacak."
+
+#: gedit/gedit-commands-file.c:1495
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Belge içerisinde son %d saat içerisinde yapılan değişiklikler kaybolacak."
+
+#: gedit/gedit-commands-file.c:1518
+msgid "_Revert"
+msgstr "_Eski Durumuna Döndür"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Ana yazarlar:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Ayrıca çok teşekkürler:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "ve diğer birçok katkıda bulunanlar."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit, kullanımı kolay ve genel amaçlı metin düzenleyicidir."
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Barış Çiçek <baris@teamforce.name.tr>\n"
+"Muhammet Kara <muhammetk@gmail.com>\n"
+"Emin Tufan Çetin <etcetin@gmail.com>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d eşleşme bulundu ve değiştirildi"
+
+#: gedit/gedit-commands-search.c:114
+msgid "Found and replaced one occurrence"
+msgstr "Bir eşleşme bulundu ve değiştirildi"
+
+#. Translators: %s is replaced by the text entered
+#. * by the user in the search box.
+#.
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "“%s” bulunamadı"
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Sekme Kümesi %i"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1147
+#: gedit/gedit-window.c:1153 gedit/gedit-window.c:1161
+msgid "Read-Only"
+msgstr "Salt Okunur"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Geçerli Yerelleştirme (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Kendiliğinden Algıla"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Ekle ya da Kaldır…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Şimdiki Yerel)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Gerçekten karakter kodlaması tercihlerini sıfırlamak istiyor musunuz?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Sıfırla"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Ekle"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Kaldır"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Daha yüksek önceliğe taşı"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Daha düşük önceliğe taşı"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Adsız Belge %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Tüm Dosyalar"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Tüm Metin Dosyaları"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Karakter _Kodlaması:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Sat_ır Kodlaması:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Dosyaları Aç"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2718
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Aç"
+
+#: gedit/gedit-io-error-info-bar.c:91 gedit/gedit-io-error-info-bar.c:283
+msgid "_Retry"
+msgstr "_Yeniden Dene"
+
+#: gedit/gedit-io-error-info-bar.c:115
+msgid "File not found."
+msgstr "Dosya bulunamadı."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:134
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "“%s:” konumlan desteklenmiyor."
+
+#: gedit/gedit-io-error-info-bar.c:143
+msgid "The location of the file cannot be accessed."
+msgstr "Dosyanın konumuna erişilemiyor."
+
+#: gedit/gedit-io-error-info-bar.c:147
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” geçerli konum değil."
+
+#: gedit/gedit-io-error-info-bar.c:148
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Lütfen konumu doğru yazdığınıza emin olun ve yeniden deneyin."
+
+#: gedit/gedit-io-error-info-bar.c:181
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "“%s” makine adı bulunamadı."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "The problem could come from the proxy settings."
+msgstr "Vekil ayarlarında sorun olabilir."
+
+#: gedit/gedit-io-error-info-bar.c:216
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "Dosya bulunamadı. Yakın zamanda silinmiş olabilir."
+
+#: gedit/gedit-io-error-info-bar.c:226
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "“%s” dosyası eski durumuna döndürülemedi."
+
+#: gedit/gedit-io-error-info-bar.c:251
+msgid "Ch_aracter Encoding:"
+msgstr "Karakter _Kodlaması:"
+
+#: gedit/gedit-io-error-info-bar.c:289
+msgid "_Edit Anyway"
+msgstr "_Gene De Düzenle"
+
+#: gedit/gedit-io-error-info-bar.c:327
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Takip edilen bağların sayısı sınırlı ve asıl dosya bu sınırlar içinde "
+"bulunamadı."
+
+#: gedit/gedit-io-error-info-bar.c:332
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Dosyayı açmak için gerekli izinlere sahip değilsiniz."
+
+#: gedit/gedit-io-error-info-bar.c:338
+msgid "Unable to detect the character encoding."
+msgstr "Karakter kodlaması tespit edilemiyor."
+
+#: gedit/gedit-io-error-info-bar.c:339 gedit/gedit-io-error-info-bar.c:362
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Lütfen ikili dosya açmadığınızdan emin olun."
+
+#: gedit/gedit-io-error-info-bar.c:340
+msgid "Select a character encoding from the menu and try again."
+msgstr "Menüden karakter kodlaması seç ve yeniden dene."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "“%s” dosyası açılırken sorun oluştu."
+
+#: gedit/gedit-io-error-info-bar.c:347
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Açtığınız dosya geçersiz karakterler içeriyor. Bu dosyayı düzenlemeye devam "
+"ederseniz, bu belgeye zarar verebilirsiniz."
+
+#: gedit/gedit-io-error-info-bar.c:350
+msgid "You can also choose another character encoding and try again."
+msgstr "Ayrıca başka karakter kodlaması seçip yeniden deneyebilirsiniz."
+
+#: gedit/gedit-io-error-info-bar.c:359
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "“%s” dosyası, “%s” karakter kodlaması kullanılarak açılamadı."
+
+#: gedit/gedit-io-error-info-bar.c:363 gedit/gedit-io-error-info-bar.c:418
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Menüden başka karakter kodlaması seç ve yeniden dene."
+
+#: gedit/gedit-io-error-info-bar.c:375
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "“%s” dosyası açılamadı."
+
+#: gedit/gedit-io-error-info-bar.c:413
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "“%s” dosyası, “%s” karakter kodlaması kullanılarak kaydedilemedi."
+
+#: gedit/gedit-io-error-info-bar.c:416
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Belge, belirtilen karakter kodlaması kullanarak kodlanamayacak bir ya da "
+"daha çok karakter içeriyor."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:470
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Yazma kipinde “%s:” konumları işlenemez. Lütfen konumu doğru yazdığınızdan "
+"emin olun ve yeniden deneyin."
+
+#: gedit/gedit-io-error-info-bar.c:477
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Yazma kipinde bu konum işlenemiyor. Lütfen konumu doğru yazdığınızdan emin "
+"olun ve yeniden deneyin."
+
+#: gedit/gedit-io-error-info-bar.c:486
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” geçerli konum değil. Lütfen konumu doğru yazdığınızdan emin olun ve "
+"yeniden deneyin."
+
+#: gedit/gedit-io-error-info-bar.c:493
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Dosyayı kaydetmek için gerekli izinlere sahip değilsiniz. Lütfen konumu "
+"doğru yazdığınıza emin olun ve yeniden deneyin."
+
+#: gedit/gedit-io-error-info-bar.c:499
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Dosyayı kaydetmek için yeterli disk alanı yok. Lütfen diskinizde yer açıp "
+"yeniden deneyin."
+
+#: gedit/gedit-io-error-info-bar.c:504
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Dosyayı salt okunur diske kaydetmeye çalışıyorsunuz. Lütfen konumu doğru "
+"yazdığınıza emin olun ve yeniden deneyin."
+
+#: gedit/gedit-io-error-info-bar.c:510
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Aynı adda başka dosya zaten var. Lütfen başka ad kullanın."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Dosyayı kaydetmeye çalıştığınız diskte dosya boyutu sınırı var. Lütfen daha "
+"kısa ad kullanın."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "“%s” dosyası kaydedilemedi."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr ""
+"Düzenleyici tarafından kullanılacak yazı tipini seçmek için bu düğmeye "
+"tıklayın"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Sistem eş aralıklı yazı tipini (%s) kullan"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Seçilen renk şeması yüklenemedi: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Seçilen renk şeması yüklenemedi."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Renk Şeması Ekle"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "Şema _Ekle"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Renk Şeması Dosyalar"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "“%s” renk şeması silinemedi."
+
+#: gedit/gedit-print-job.c:223
+msgid "Preparing…"
+msgstr "Hazırlanıyor…"
+
+#: gedit/gedit-print-job.c:535
+#, c-format
+msgid "File: %s"
+msgstr "Dosya: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:544
+msgid "Page %N of %Q"
+msgstr "Sayfa %N / %Q"
+
+#: gedit/gedit-print-job.c:622
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Sayfa %d / %d işleniyor…"
+
+#: gedit/gedit-print-job.c:726
+msgid "Text Editor"
+msgstr "Metin Düzenleyici"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Sayfa %d / %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Hiçbir şey"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Bul ve Değiştir"
+
+#: gedit/gedit-statusbar.c:260
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Hata içeren %d sekme var"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%s dosyası %s konumundan eski durumuna döndürülüyor"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "%s eski durumuna döndürülüyor"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%s dosyası %s konumundan yükleniyor"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "%s yükleniyor"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:910
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s, %s konumuna kaydediliyor"
+
+#: gedit/gedit-tab.c:915
+#, c-format
+msgid "Saving %s"
+msgstr "%s kaydediliyor"
+
+#: gedit/gedit-tab.c:1480
+#, c-format
+msgid "Error opening file %s"
+msgstr "%s dosyası açılırken hata"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error reverting file %s"
+msgstr "%s dosyası eski durumuna döndürülürken hata"
+
+#: gedit/gedit-tab.c:1488
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s dosyası kaydedilirken hata"
+
+#: gedit/gedit-tab.c:1519
+msgid "Name:"
+msgstr "Ad:"
+
+#: gedit/gedit-tab.c:1520
+msgid "MIME Type:"
+msgstr "MIME Türü:"
+
+#: gedit/gedit-tab.c:1521
+msgid "Encoding:"
+msgstr "Kodlama:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "%s üzerinde /"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Klasik Mac OS"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d / %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "Başa _Sar"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "_Düzenli İfade Olarak Eşleştir"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Yalnızca Tüm _Sözcüğü Eşleştir"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Büyük/Küçük _Harf Eşleştir"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Arama yapılacak dizgi"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "İmleci taşımak istediğiniz satır"
+
+#: gedit/gedit-window.c:985
+msgid "Bracket match is out of range"
+msgstr "Parantez eşlemesi erişim dışı"
+
+#: gedit/gedit-window.c:990
+msgid "Bracket match not found"
+msgstr "Parantez eşleşmesi bulunamadı"
+
+#: gedit/gedit-window.c:995
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "%d satırında parantez eşleşmesi bulundu"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1030
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Sat %d, Süt %d"
+
+#: gedit/gedit-window.c:1213
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Etiket Genişliği: %u"
+
+#: gedit/gedit-window.c:1231 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Düz Metin"
+
+#: gedit/gedit-window.c:1558
+msgid "There are unsaved documents"
+msgstr "Kaydedilmemiş belgeler var"
+
+#: gedit/gedit-window.c:2395
+msgid "Change side panel page"
+msgstr "Yan panel sayfasını değiştir"
+
+#: gedit/gedit-window.c:2415 gedit/resources/ui/gedit-window.ui:16
+msgid "Documents"
+msgstr "Belgeler"
+
+#: gedit/gedit-window.c:2719
+msgid "Open a file"
+msgstr "Dosya aç"
+
+#: gedit/gedit-window.c:2723
+msgid "Open a recently used file"
+msgstr "En son kullanılan dosyayı aç"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "S_ola Taşı"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "_Sağa Taşı"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Yeni _Pencereye Taşı"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Yeni Sekme _Kümesine Taşı"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "Kapa_t"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Kendiliğinden Girintile"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Boşlukları Kullan"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Satır numaralarını görüntüle"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Sağ kenar boşluğunu göster"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Geçerli satırı vurgula"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Metin kaydırma"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Dosya"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Yeni Belge"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "_Son Kayıtları Aç"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Kapatılan Sekmeyi _Yeniden Aç"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "_Farklı Kaydet…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Ye_ni Pencere"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "_Yeniden Yükle"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "_Yazdır…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "Çı_k"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "Düz_en"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Geri Al"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "_Yinele"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "K_es"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Kopyala"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Yapıştır"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:891
+#: plugins/filebrowser/gedit-file-browser-plugin.c:926
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Sil"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "Üstüne Yazma _Kipi"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Tü_münü Seç"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Tercihler"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "G_örünüm"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Yan _Panel"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Alt Panel"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_Tam Ekran"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "_Vurgu Kipi…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "_Ara"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "_Bul…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Sonrakini B_ul"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Ö_ncekini Bul"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Bul ve Değişti_r…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "_Vurguları Temizle"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Satıra _Git…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Araçlar"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "_Belgeler"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "Tümünü _Kaydet"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "_Tümünü Kapat"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "Ye_ni Sekme Kümesi"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Önceki Sekme Kümesi"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Sonrak_i Sekme Kümesi"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Önceki Belge"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Sonraki B_elge"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Yeni Pencereye _Taşı"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Yardım"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "Gedit _Hakkında"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "_Tümünü Kaydet"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "_Bul ve Değiştir…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "Satıra _Git…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Klavye Kısayolları"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Karakter Kodlamaları"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "Değişiklikleri İptal _Et"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "Ayarları _Kaydet"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "Kullanılabilir _Diğer Kodlamalar"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Gözdeler"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "Ka_tegori"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Kodlama"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Tercihler"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Satır sayılarını _göster"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Sağ kenar boşluğunu sütunda _göster:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "_Durum çubuğunu göster"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Izgara _desenini göster"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Metin Kaydırma"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Metin _kaydırmayı etkinleştir"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "_Sözcükleri iki ayrı satıra bölme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Vurgulama"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Geçerli satırı _vurgula"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Eşleşen parantezleri _vurgula"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Görünüm"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Sekmeler"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Sekme _genişliği:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Sekme yerine _boşluk ekle"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Kendiliğinden _girintilemeyi etkinleştir"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Dosya Kaydetme"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Dosyaları kaydetmeden önce _yedekleme kopyası oluştur"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "Dosyaları _kendiliğinden kaydetme sıklığı"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_dakika"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Düzenleyici"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Yazı Tipi"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Düzenleyici yazı tipi: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Düzenleyici yazı tipi seç"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Renk Şeması"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Şema kur"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Şema Kur"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Şema kaldır"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Şema Kaldır"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Yazı Tipleri ve Renkler"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Eklentiler"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Sözdizimi Vurgulaması"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Vurgulanan sözdizimini _yazdır"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Satır Numaraları"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "_Satır numalarını yazdır"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Numara artışı için"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "satır"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Sayfa başlığı"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "_Sayfa başlıklarını yazdır"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Yazı Tipleri"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Gövde:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Satır numarası:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "B_aşlıklar ve dipnotlar:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Ö_ntanımlı Yazı Tipine Dön"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Önceki sayfayı göster"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Sonraki sayfayı göster"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Geçerli sayfa (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "/"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Sayfa toplamı"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Belgedeki toplam sayfa sayısı"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Çoklu sayfa göster"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Odaklama 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Tam sayfaya sığacak biçimde odakla"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Sayfayı yakınlaştır"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Sayfayı uzaklaştır"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Baskı önizlemeyi kapat"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "Ö_nizlemeyi Kapat"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Sayfa Önizleme"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Yazdırılacak belgedeki sayfanın önizlemesi"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "_Tümünü Değiştir"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "_Bul"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "B_ul "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Şununla _değiştir "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Büyük/küçük _harf eşleştir"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Yalnızca tüm _sözcüğü eşleştir"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_Düzenli İfade"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "_Geriye doğru ara"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Başa _sar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Belgeler"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Sekmede yeni belge oluştur"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Belge aç"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Belgeyi kaydet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Belgeyi yeni dosya adıyla kaydet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Tüm belgeleri kaydet"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Belgeyi kapat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Tüm belgeleri kapat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "En son kapatılan belgeyi yeniden aç"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Sonraki belgeye geç"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Önceki belgeye geç"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "İlk — dokuzuncu belgeye geç"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Pencereler ve Paneller"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Pencerede yeni belge oluştur"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Yeni sekme kümesi oluştur"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Yan paneli göster"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Alt paneli göster"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Tam ekran açık / kapalı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Uygulamadan çık"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Bul ve Değiştir"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Bul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Sonraki eşleşmeyi bul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Önceki eşleşmeyi bul"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Vurguyu temizle"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Geri Al ve Yinele"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Önceki komutu geri al"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Önceki komutu yinele"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Seçim"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Tüm metni seç"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Tüm metin seçimini kaldır"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Kopyala ve Yapıştır"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Seçili metni panoya kopyala"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Seçili metni kes ve panoya yapıştır"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Panodaki metni yapıştır"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Gezinti"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Satıra git"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Geçerli satırın başına taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Geçerli satırın sonuna taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Belgenin başına taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Belgenin sonuna taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Görüş alanını dosyada yukarı taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Görüş alanını dosyada aşağı taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Görüş alanını dosyanın sonuna taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Görüş alanını dosyanın başına taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Eşleşen paranteze git"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Önceki sekme kümesine git"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Sonraki sekme kümesine git"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Düzenleme"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Araya ekleme / üzerine yazmayı aç/kapat"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "İmleç görünürlüğünü değiştir"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Geçerli satırı sil"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Geçerli satırı yukarı taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Geçerli satırı aşağı taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Geçerli sözcüğü sola taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Geçerli sözcüğü sağa taşı"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Büyük harfe dönüştür"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Küçük harfe dönüştür"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "BÜYÜK/küçük harf değiştir"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "İmleçteki sayıyı artır"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "İmleçteki sayıyı azalt"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Araçlar"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Yazım denetimi yap"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Belgeyi yazdır"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Tamamlama penceresini göster"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Genel"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Yardımı göster"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Menüyü aç"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Klavye kısayolları"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Belgeyi Kapat"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:39
+#: gedit/resources/ui/gedit-window.ui:324
+#: gedit/resources/ui/gedit-window.ui:330
+msgid "Create a new document"
+msgstr "Yeni belge oluştur"
+
+#: gedit/resources/ui/gedit-window.ui:38 gedit/resources/ui/gedit-window.ui:329
+msgid "New"
+msgstr "Yeni"
+
+#: gedit/resources/ui/gedit-window.ui:59 gedit/resources/ui/gedit-window.ui:64
+#: gedit/resources/ui/gedit-window.ui:365
+#: gedit/resources/ui/gedit-window.ui:370
+msgid "Save the current file"
+msgstr "Çalışılan dosyayı kaydet"
+
+#: gedit/resources/ui/gedit-window.ui:63 gedit/resources/ui/gedit-window.ui:363
+#: gedit/resources/ui/gedit-window.ui:369
+msgid "Save"
+msgstr "Kaydet"
+
+#: gedit/resources/ui/gedit-window.ui:206
+msgid "Hide panel"
+msgstr "Paneli gizle"
+
+#: gedit/resources/ui/gedit-window.ui:338
+#: gedit/resources/ui/gedit-window.ui:343
+#: gedit/resources/ui/gedit-window.ui:344
+msgid "Leave Fullscreen"
+msgstr "Tam Ekrandan Çık"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Belge İstatistikleri"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Belgedeki sözcük, satır ve karakter sayısını verir."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "_Belge İstatistikleri"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Belge"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Seçim"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Satırlar"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Sözcükler"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Karakterler (boşluklu)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Karakterler (boşluksuz)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Bayt"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Derle"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Belge dizininde “make” komutunu çalıştır"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Burada uçbirim aç"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Belge konumunda uçbirim aç"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Sondaki boşlukları sil"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Dosyanızın sonundaki gereksiz boşlukları siler"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Komut çalıştır"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Özel komut çalıştır ve çıktıyı yeni belgeye koy"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Fpaste’e gönder"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Seçili metni ya da geçerli belgeyi fpaste’e yapıştır"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Dış Araçlar"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Dış komutları ve kabuk betiklerini çalıştırır."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Sistem yazı tipinin kullanılması"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Eğer etkinse; dış araçlar, tek aralıklıysa genel masaüstü yazı tipini (ve "
+"aksi halde, bulabileceği en yakın yazı tipini) kullanacak."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango yazı tipi adı. “Sans 12” veya “Monospace Bold 14” buna örnektir."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "_Dış Araçları Yönet…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Dış _Araçlar"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Komut çalıştırılamadı: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Bu komutu çalıştırmak için sözcüğün içinde olmanız gerekiyor"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Çalıştırılacak araç:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Bitti."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Çıkıldı"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Tüm diller"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Tüm Diller"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Yeni araç"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Bu hızlandırıcı zaten %s ile bağlı"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Yeni hızlandırıcı belirt, ya da temizlemek için Backspace tuşuna bas"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Yeni hızlandırıcı belirt"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Durduruldu."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Aracı Durdur"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Her zaman kullanılabilir"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Tüm belgeler"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Adlandırılmamışlar dışında tüm belgeler"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Yalnızca yerel dosyalar"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Yalnızca uzaktaki dosyalar"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Yalnızca adlandırılmamış belgeler"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Geçerli belge"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Geçerli seçim"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Geçerli seçim (belge olarak öntanımlıdır)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Geçerli satır"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Geçerli sözcük"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Alt panel içinde göster"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Yeni belge oluştur"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Geçerli belgeye ekle"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Geçerli belgenin yerine koy"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Geçerli seçimin yerine koy"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "İmlecin konumunda ekle"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Dış Araçları Yönet"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Yeni araç ekle"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Araç Ekle"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Seçilen aracı kaldır"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Aracı Kaldır"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Aracı eski durumuna döndür"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Aracı Eski Durumuna Döndür"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Kısayol tuşu:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Kaydet:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Girdi:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Çıktı:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "Ç_alıştırılabilirlik:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Araç Çıktısı"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Dosya Tarayıcısı Paneli"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Yan bölmeden kolay dosya erişimi."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Ev"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Dosya Sistemi"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:501
+msgid "File Browser"
+msgstr "Dosya Yöneticisi"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:631
+msgid "An error occurred while creating a new directory"
+msgstr "Yeni dizin oluşturulurken hata oluştu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:634
+msgid "An error occurred while creating a new file"
+msgstr "Yeni dosya oluşturulurken hata oluştu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:637
+msgid "An error occurred while renaming a file or directory"
+msgstr "Dosyanın ya da dizinin adı değiştirilirken hata oluştu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:640
+msgid "An error occurred while deleting a file or directory"
+msgstr "Dosya ya da dizin silinirken hata oluştu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:643
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Dizin dosya yöneticisinde açılırken hata oluştu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:646
+msgid "An error occurred while setting a root directory"
+msgstr "Başlangıç dizini atanırken hata oluştu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:649
+msgid "An error occurred while loading a directory"
+msgstr "Dizin yüklenirken hata oluştu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:652
+msgid "An error occurred"
+msgstr "Hata oluştu"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:874
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Dosya çöpe taşınamıyor, \n"
+" kalıcı olarak silmek ister misiniz?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:879
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "“%s” dosyası çöpe taşınamıyor."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:884
+msgid "The selected files cannot be moved to the trash."
+msgstr "Seçilen dosyalar çöpe taşınamıyor."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "“%s” dosyasını kalıcı olarak silmek istediğinizden emin misiniz?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Seçili dosyaları kalıcı olarak silmek istediğinizden emin misiniz?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:920
+msgid "If you delete an item, it is permanently lost."
+msgstr "Eğer ögeyi silerseniz kalıcı biçimde kaybolur."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Boş)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Adı değiştirilen dosya şu anda süzüldü. Dosyayı görünebilir yapmak için "
+"süzgecinizi ayarlamanız gerekiyor"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Adsız Dosya"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Yeni dosya şu anda süzüldü. Dosyayı görünebilir yapmak için süzgecinizi "
+"ayarlamanız gerekiyor"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Adsız Klasör"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Yeni dizin şu anda süzüldü. Dizini görünebilir yapmak için süzgecinizi "
+"ayarlamanız gerekiyor"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Yer İmleri"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Bağlanan sistem için hiçbir bağlama nesnesi yok: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Ortam açılamadı: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Sistem bağlanamadı: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "“%s” yüklenirken hata oluştu: Böyle dizin yok"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Ağaç Görünümü ile Aç"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Dosya tarayıcısı eklentisi yüklendiğinde yer imleri görünümü yerine ağaç "
+"görünümünü aç"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Dosya Tarayıcısı Başlangıç Dizini"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Dosya tarayıcısı eklentisi yüklendiğinde ve onload/tree_view TRUE ise "
+"kullanılacakdosya tarayıcısı başlangıç dizini."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Dosya Tarayıcısı Sanal Başlangıç Dizini"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Dosya tarayıcısı eklentisi yüklendiğinde ve onload/tree_view TRUE ise "
+"kullanılacakdosya tarayıcısı sanal başlangıç dizini. Sanal başlangıç asıl "
+"başlangıcın altındaolmalıdır."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Uzaktaki Konumların İlk Haline Gelmesini Etkinleştir"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Uzaktaki konumların ilk haline getirilmesinin etkinliğini atar."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Konumu İlk Belgeye Ayarla"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Eğer DOĞRU (TRUE) ise, dosya tarayıcısı eklentisi dosya tarayıcısı ilk defa "
+"kullanılıyorsa ilk açılan belgenin dizinini gösterir. (Bu genel olarak "
+"belgeyi komut satırında ya da Nautilus vb. ile açıldığında da geçerlidir.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Dosya Tarayıcısı Süzgeç Kipi"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Bu değer dosya tarayıcısında hangi dosyaların süzüleceğini belirler. Geçerli "
+"değerler: none (hiçbir süzme yok), hide-hidden (gizli dosyaları süz) ve hide-"
+"binary (ikili dosyaları süz)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Dosya Tarayıcısı Süzgeç Dokusu"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Dosya tarayıcısının kullanacaği süzgeç dokusu. Bu süzgeç filter_mode üstünde "
+"çalışır."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Dosya Tarayıcısı İkili Desenleri"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "İkili dosyalar süzerken kullanılacak ek desenler."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Başlangıcı Aktif Belge Olarak Ata"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "_Yeni Klasör"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Yeni _Dosya"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "_Yeniden Adlandır…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Çöpe _Taşı"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Görünümü _Yenile"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Klasörü Görüntüle"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "Uçbirimde _Aç"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Süzgeç"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "_Gizlileri Göster"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "İ_kilileri Göster"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Dosya Adını Eşleştir"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Geçmiş"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Geçmiş menüsünü aç"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Kip Satırları"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "gedit için Emacs, Kate ve Vim-style kip satırları desteği."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Komut Rengi Metni"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Komut rengi metni"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Hata Rengi Metni"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Hata rengi metni"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Eğer etkinse; uçbirim, tek aralıklıysa genel masaüstü yazı tipini (ve aksi "
+"halde, bulabileceği en yakın yazı tipini) kullanacak."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "_Komut rengi:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "_Hata rengi:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python Konsolu"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Alt panelde duran etkileşimli Python uçbirimi."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Hızlı Vurgulama"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Her seçili metni vurgular."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Hızlı Aç…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Hızlı Aç"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Dosyaları hızlıca açar."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Aramak için yazın…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "_Parçaları Yönet…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Parçalar"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "“%s” arşivi oluşturulamadı"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Hedef dizin “%s” yok"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Hedef dizin “%s”, geçerli dizin değil"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "“%s” dosyası yok"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "“%s” dosyası geçerli parçalar dosyası değil"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "İçe aktarılan “%s” dosyası geçerli parçalar dosyası değil"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "“%s” arşivi açılamadı"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Bu dosyalar aktarılamadı: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "“%s” dosyası geçerli parçalar arşivi değil"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Parçalar arşivi"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Yeni parça ekle…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Genel"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Seçilen bölümleri eski durumuna döndür"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Seçili bölümü sil"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Bu, geçerli sekme tetikleyicisi değildir. Tetikleyiciler ya alfasayısal "
+"karakterler (rakamlar ve harfler) (veya _, : ve .) ya da {, [ vb. gibi "
+"(alfasayısal olmayan) tek karakter içerebilir."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Sekme tuşuna basıldıktan sonra parçayı etkinleştirecek tekil sözcük"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "İçe aktarım sırasında aşağıdaki hata oluştu: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "İçe aktarma başarıyla tamamlandı"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Parçaları aktar"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Tüm desteklenen arşivler"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip ile sıkıştırılmış arşiv"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 ile sıkıştırılmış arşiv"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Tek parçalar dosyası"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Tüm dosyalar"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Aktarılırken aşağıdaki hata oluştu: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Aktarma başarıyla tamamlandı"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr ""
+"Aktarmanızda seçilen <b>sistem</b> parçalarını da dahil etmek ister misiniz?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Aktarma için hiçbir parça seçilmemiş"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Parçaları aktar"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Yeni kısayol yaz, ya da temizlemek için Geri Silme tuşuna bas"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Yeni kısayol yaz"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Python komutunun (%s) çalıştırılması azami süreyi aştı, yürütme durduruldu."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python komutunun (%s) çalıştırılması başarısız oldu: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Sıklıkla kullanılan metin parçalarını hızlıca ekleyin."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Parçaları Yönet"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Yeni parça oluştur"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Parça Ekle"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Parçayı Sil"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Parçaları İçe Aktar"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Seçili bölümleri aktar"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Parçaları Dışa Aktar"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Etkinleştirme"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tab tetikleyicisi:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Kısayol tuşu:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Parçanın etkinleşeceği kısayol tuşu"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Hedefleri _bırak:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Sırala…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sırala"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "_Ters sırada"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "Yineleyenleri _sil"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Büyük Küçük Harf Duyarlı"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Sü_tundan başla:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sırala"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Belgeyi veya seçili metni sıraya dizer."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Yazım Denetimi…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "_Dili Ayarla…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "Hatalı Yazılmış Sözcükleri _Vurgula"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Hatalı yazılmış sözcükleri vurgula"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Hatalı yazılmış sözcükleri vurgulamak için öntanımlı ayar."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "İmla eklentisini yapılandır"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Yeni belge için öntanımlar"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Yazım Denetleyicisi"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Geçerli belgede yazım denetimi yapar."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Tarih ve Zaman _Ekle…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Kullanılabilir biçimler"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Uyarı Türü"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Kullanıcıdan biçim mi istensin yoksa seçili ya da özel biçim mi kullanılsın."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Seçilen Biçim"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Tarih/saat eklenirken kullanılan seçili biçim."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Özel Biçim"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Tarih/saat eklenirken kullanılan özel biçim."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Tarih ve Zaman Ekle"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "_Seçili biçimi kullan"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Özel biçim kullan"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Ekle"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Tarih/Zaman eklentisini yapılandır"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Tarih/zaman eklenirken…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "_Biçim için sor"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Tarih/Zaman Ekle"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "İmlecin bulunduğu yere şimdiki tarihi ve zamanı ekler."
+
+#~ msgid "gedit is a general-purpose text editor."
+#~ msgstr "gedit, genel amaçlı metin düzenleyicidir."
+
+#, c-format
+#~ msgid "The file “%s” has been externally modified."
+#~ msgstr "“%s” dosyası dıştan değişikliğe uğradı."
+
+#~ msgid ""
+#~ "If you save it, all the external changes could be lost. Save it anyway?"
+#~ msgstr ""
+#~ "Eğer kaydederseniz, yapılan tüm dış değişiklikler kaybolacak. Gene de "
+#~ "kaydedilsin mi?"
+
+#~ msgid "S_ave Anyway"
+#~ msgstr "_Gene De Kaydet"
+
+#~ msgid "D_on’t Save"
+#~ msgstr "_Kaydetme"
+
+#~ msgid "OVR"
+#~ msgstr "ÜZR"
+
+#~ msgid "INS"
+#~ msgstr "ARY"
+
+#~ msgid "_Apply"
+#~ msgstr "_Uygula"
+
+#~ msgid "Cho_sen Encodings"
+#~ msgstr "Se_çilen Kodlamalar"
+
+#~ msgid "_Description"
+#~ msgstr "_Açıklama"
diff --git a/po/ug.po b/po/ug.po
new file mode 100644
index 0000000..1bbb506
--- /dev/null
+++ b/po/ug.po
@@ -0,0 +1,3557 @@
+# Uyghur translation for gedit.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Gheyret Kenji<gheyret@yahoo.com>,2010.
+# Sahran <sahran.ug@gmail.com>, 2010.
+# Zeper <zeper@msn.com>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2013-02-09 02:33+0000\n"
+"PO-Revision-Date: 2013-02-17 15:22+0900\n"
+"Last-Translator: Gheyret Kenji <gheyret@gmail.com>\n"
+"Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"
+"Language: ug\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:791
+msgid "Text Editor"
+msgstr "تېكىست تەھرىرلىگۈچ"
+
+#: ../data/gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "تېكىست ھۆججەتلىرىنى تەھرىرلەش"
+
+#: ../data/gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit تېكىست تەھرىرلىگۈچ"
+
+#: ../data/gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "Text;Editor;تېكىست;تەھرىرلىگۈچ;تەھرىرلىگۈ;"
+
+#: ../data/gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "يېڭى كۆزنەك ئېچىش"
+
+#: ../data/gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "يېڭى پۈتۈك ئېچىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:1
+msgid "Use Default Font"
+msgstr "كۆڭۈلدىكى خەت نۇسخىسىنى ئىشلىتىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:2
+msgid ""
+"Whether to use the system's default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr "تەھرىرلىگۈچتە سىستېمىنىڭ تەڭ كەڭلىكتىكى خەت نۇسخىسىنى ئىشلىتەمدۇ ياكى gedit تا بەلگىلەنگەن خەت نۇسخىسىنى ئىشلىتەمدۇ. ئەگەر بۇ تاللانما off بولسا، «تەھرىرلىگۈچ خەت نۇسخىسى» دا تاللانغان خەت نۇسخىسىنى ئىشلىتىدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:3
+msgid "Editor Font"
+msgstr "تەھرىرلىگۈچ خەت نۇسخىسى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:4
+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 "ئىختىيارىي خەت نۇسخىسى تەھرىرلەش رايونىدىلا ئىشلەيدۇ. شۇنداقلا بۇ «كۆڭۈلدىكى خەت نۇسخىسى» ئېتىك (off) بولغاندىلا كۈچكە ئىگە."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:5
+msgid "Style Scheme"
+msgstr "ئۇسلۇب لايىھىسى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:6
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "تېكىستكە رەڭ بېرىشتە ئىشلىتىلىدىغان GtkSourceView ئۇسلۇب لايىھىسىنىڭ كىملىكى(ID)."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:7
+msgid "Create Backup Copies"
+msgstr "كۆپەيتىلمىسىنى ھاسىل قىلىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:8
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr "gedit ساقلىغان ھۆججەتنى زاپاسلاپ قويامدۇ يوق. زاپاسلايدىغان ھۆججەتنىڭ كېڭەيتمە ئاتىنى «زاپاس ھۆججەتنىڭ كېڭەيتىلمە ئاتى» دېگەن تاللانما ئارقىلىق بەلگىلەشكە بولىدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:9
+msgid "Autosave"
+msgstr "ئاپتوماتىك ساقلاش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:10
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr "تەھرىرلەۋاتقان ھۆججەت ئۆزگەرتىلگەندە gedit مەلۇم ۋاقىتتا بىر قېرىم ئاپتوماتىك ساقلامدۇ يوق. بۇ ۋاقىت ئارىلىقىنى «ئاپتوماتىك ساقلاش ئارىلىقى» تاللانمىسىدا بەلگىلىيەلەيسىز."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:11
+msgid "Autosave Interval"
+msgstr "ئاپتوماتىك ساقلاش ئارىلىقى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:12
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr "ھۆججەت ئۆزگەرتىلگەندىن كېيىن ئاپتوماتىك ساقلاشقىچە بولغان ۋاقىت. «ئاپتوماتىك ساقلاش» ئوچۇق(on) بولغاندىلا كۈچكە ئىگە."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:13
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "يېنىۋېلىش مەشغۇلاتىنىڭ چېكى(تاشلىۋېتىلگەن)"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:14
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Gedit تىكى يېنىۋېلىش ۋە يانغانغا پۇشايمان قىلىش مەشغۇلاتنىڭ ئەڭ چوڭ چېكىنى كۆرسىتىدۇ.«-1» ئىشلىتىلسە چېكى يوق بولىدۇ. 2.12.0 نەشرىدىن باشلاپ ئىشلىتىلمىدى(تاشلىۋېتىلدى)."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:15
+msgid "Maximum Number of Undo Actions"
+msgstr "يېنىۋېلىش مەشغۇلاتنىڭ ئەڭ يۇقىرى چېكى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:16
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr "Gedit تىكى يېنىۋېلىش ۋە يانغانغا پۇشايمان قىلىش مەشغۇلاتنىڭ ئەڭ چوڭ چېكىنى كۆرسىتىدۇ.«-1» ئىشلىتىلسە چېكى يوق بولىدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:17
+msgid "Line Wrapping Mode"
+msgstr "ئاپتوماتىك قۇر قاتلاش ھالىتى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:18
+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 "ئۇزۇن قۇرلارنى تەھرىرلىگەن چاغدا قانداق قاتلاشنى بەلگىلەيدۇ. \"none\" ئىشلىتىلسە قاتلىمايدۇ. \"word\" ئىشلىتىلسە سۆزنى ئاساس قىلىپ قاتلايدۇ. \"char\" ئىشلىتىلسە ھەرپنى بىرلىك قىلىپ قاتلايدۇ. دىققەت: چوڭ كىچىك يېزىلىشىغا قارايدىغان بولغاچقا، يازغاندا بەك دىققەت قىلىڭ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:19
+msgid "Tab Size"
+msgstr "جەدۋەل بەلگىسىنىڭ چوڭلۇقى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:20
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "جەدۋەل بەلگىسى ئۈچۈن ئىشلىتىلىدىغان بوشلۇق بەلگىسىنىڭ سانىنى بەلگىلەيدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:21
+msgid "Insert spaces"
+msgstr "بوشلۇق قىستۇرۇش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:22
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "gedit جەدۋەل بەلگىسىنىڭ ئورنىغا بوشلۇق بەلگىسىنى كىرگۈزەمدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:23
+msgid "Automatic indent"
+msgstr "ئاپتوماتىك تارتىلىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:24
+msgid "Whether gedit should enable automatic indentation."
+msgstr "gedit ئاپتوماتىك تارتىشنى قوزغىتامدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:25
+msgid "Display Line Numbers"
+msgstr "قۇر سانىنى كۆرسىتىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:26
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Gedit تەھرىرلەش رايونىدا قۇر نومۇرىنى كۆرسىتەمدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:27
+msgid "Highlight Current Line"
+msgstr "ھازىرقى قۇرنى يورۇتۇش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:28
+msgid "Whether gedit should highlight the current line."
+msgstr "Gedit نۆۋەتتىكى قۇرنى يورۇتامدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:29
+msgid "Highlight Matching Brackets"
+msgstr "ماس تىرناقلارنى يورۇت"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:30
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Gedit ماس كەلگەن تىرناقنى يورۇتامدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:31
+msgid "Display Right Margin"
+msgstr "ئوڭ تەرەپ بوشلۇقنى كۆرسىتىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:32
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Gedit تەھرىرلەش رايونىدا ئوڭ تەرەپ بوشلۇقنى كۆرسىتەمدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:33
+msgid "Right Margin Position"
+msgstr "ئوڭ بوشلۇق ئورنى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:34
+msgid "Specifies the position of the right margin."
+msgstr "ئوڭ تەرەپ بوشلۇقنىڭ ئورنىنى بەلگىلەيدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:35
+msgid "Smart Home End"
+msgstr "ئەقىللىق Home/End"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:36
+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 "HOME ۋە END كۇنۇپكىسى بېسىلغاندا نۇربەلگىسى قانداق يۆتكىلىدىغانلىقىنى بەلگىلەيدۇ. \"disabled\" ئىشلىتىلسە قۇرنىڭ بەشى ياكى ئايىغىغا يۆتكىلىدۇ. \"after\" ئىشلىتىلسە تۇنجى قېتىم قۇرنىڭ بەشى ياكى ئايىغىغا يۆتكىلىپ، ئۇنىڭدىن كېيىنكى بېسىلسا سۆزنىڭ بەشى ۋە ئايىغىغا يۆتكىلىدۇ. \"before\" ئىشلىتىلسە سۆزنىڭ بەشى ۋە سۆزنىڭ ئايىغىغا يۆتكىلىدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:37
+msgid "Restore Previous Cursor Position"
+msgstr "ئالدىنقى نۇربەلگە ئورنىنى ئەسلىگە كەلتۈرۈش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:38
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "Gedit يېڭى ھۆججەت يۈكلىگەندە ئالدىنقى قېتىمقى نۇربەلگە ئورنىنى ئەسلىگە كەلتۈرەمدۇ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:39
+msgid "Enable Syntax Highlighting"
+msgstr "گرامماتىكا يورۇق كۆرسىتىشنى قوزغىتىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:40
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Gedit گرامماتىكا يورۇتۇشنى قوزغىتامدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:41
+msgid "Enable Search Highlighting"
+msgstr "ئىزدەش يورۇق كۆرسىتىشنى قوزغىتىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:42
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "gedit ئىزدەلگەن سۆزنىڭ ھەممىسىنى يورۇتامدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:43
+msgid "Ensure Trailing Newline"
+msgstr "يېڭى قۇر بىلەن كەلگەنلىكنى جەزملە"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:44
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "مەيلى قانداق بولمىسۇن gedit دائىم ھۆججەتنىڭ يېڭى قۇر بىلەن ئاياغلاشقانلىقىنى جەزملىسۇن."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:45
+msgid "Toolbar is Visible"
+msgstr "قورال بالداق كۆرۈنۈشچان"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:46
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "تەھرىرلەش كۆزنىكىدە قورال بالدىقىنى كۆرسىتەمدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:47
+msgid "Notebook Show Tabs Mode"
+msgstr "خاتىرە دەپتەرنى بەتكۈچ ھالەتتە كۆرسىتىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:48
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr "خاتىرە دەپتەر بەتكۈچلىرىنى قانداق ئەھۋالدا كۆرسىتىدىغانلىقىنى بەلگىلەيدۇ. \"never\" ئىشلىتىلسە، بەتكۈچلەر كۆرسىتىلمەيدۇ. \"always\" ئىشلىتىلسە بەتكۈچلەر ھەمىشە كۆرسىتىلىدۇ. \"auto\" ئىشلىتىلسە، بىردىن ئارتۇق بەتكۈچ بولغاندا ئاندىن كۆرسىتىدۇ. دىققەت: چوڭ كىچىك يېزىلىشىغا قارايدىغان بولغاچقا، يازغاندا بەك دىققەت قىلىڭ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:49
+msgid "Status Bar is Visible"
+msgstr "ھالەت بالداق كۆرۈنۈشچان"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:50
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "تەھرىرلەش كۆزنىكىنىڭ ئاستىدا ھالەت بالدىقىنى كۆرسىتەمدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:51
+msgid "Side panel is Visible"
+msgstr "يان كۆزنەكچە كۆرۈنىدۇ"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:52
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "تەھرىرلەش كۆزنىكىنىڭ سول تەرىپىدە يان كۆزنەكچىنى كۆرسىتەمدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:53
+msgid "Maximum Recent Files"
+msgstr "ئىزدىكى ھۆججەتلەرنىڭ ئەڭ چوڭ سانى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:54
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr "«ئىزلار» تارماق تىزىملىكىدە كۆرسىتىلىدىغان ھۆججەتلەرنىڭ ئەڭ يۇقىرى سانىنى بەلگىلەيدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:55
+msgid "Print Syntax Highlighting"
+msgstr "گرامماتىكىسىنى يورۇتۇشنى بېسىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:56
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Gedit ھۆججەت باسقاندا گرامماتىكا يورۇتۇشنىمۇ باسامدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:57
+msgid "Print Header"
+msgstr "بەت قېشىنى باس"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:58
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Gedit ھۆججەت باسقاندا ھۆججەت قېشىنىمۇ باسامدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:59
+msgid "Printing Line Wrapping Mode"
+msgstr "باسقاندا قۇرنى قاتلاپ بېسىش"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:60
+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 "ئۇزۇن قۇرلارنى بېسىپ چىقىرىدىغان چاغدا قانداق قاتلاشنى بەلگىلەيدۇ. \"none\" ئىشلىتىلسە قاتلىمايدۇ. \"word\" ئىشلىتىلسە سۆزنى ئاساس قىلىپ قاتلايدۇ. \"char\" ئىشلىتىلسە ھەرپنى بىرلىك قىلىپ قاتلايدۇ. دىققەت: چوڭ كىچىك يېزىلىشىغا قارايدىغان بولغاچقا، يازغاندا بەك دىققەت قىلىڭ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:61
+msgid "Print Line Numbers"
+msgstr "قۇر نومۇرىنى باس"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:62
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr "ئەگەر بۇ قىممەت 0 بولسا، پۈتۈكنى باسقاندا قۇر نومۇرى قوشۇلمايدۇ. بولمىسا قوشۇلۇپ بېسىلىدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:63
+msgid "Body Font for Printing"
+msgstr "باسقاندا ھۆججەت گەۋدىسىگە ئىشلىتىدىغان خەت نۇسخىسى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:64
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "باسقاندا پۈتۈك گەۋدىسى ئىشلىتىدىغان خەت نۇسخىسىنى بەلگىلەيدۇ."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:65
+msgid "Header Font for Printing"
+msgstr "باسقاندا بەت قېشى ئىشلىتىدىغان خەت نۇسخىسى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:66
+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 "بەت قېشىنى بېسىش ئۈچۈن ئىشلىتىدىغان خەت نۇسخىسى. «بەت قېشىنى باس» تاللانمىسى ئوچۇق(on) بولغاندا كۈچكە ئىگە."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:67
+msgid "Line Number Font for Printing"
+msgstr "باسقاندا قۇر نومۇرى ئىشلىتىدىغان خەت نۇسخىسى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:68
+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 "قۇر نومۇرىنى بېسىش ئۈچۈن ئىشلىتىدىغان خەت نۇسخىسى. «قۇر نومۇرى باس» تاللانمىسى 0 بولمىغاندا چاغدا كۈچكە ئىگە."
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:80
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8'، 'CURRENT'، 'ISO-8859-15'، 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:81
+msgid "Automatically Detected Encodings"
+msgstr "ئاپتوماتىك تەكشۈرگەن كودلاش ئۇسۇللىرى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:82
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr "ھۆججەتنىڭ كودلىنىشىنى ئاپتوماتىك پەرق قىلىشتا gedit ئىشلىتىدىغان كودلاشلارنىڭ تىزىمى. \"CURRENT\" ھازىرقى يەرلىك كودلاشنى ئىپادىلەيدۇ. بىلەلىگەن كودلاشلارلا ئىشلىتىلدى."
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:85
+msgid "['ISO-8859-15']"
+msgstr "['ISO-8859-15']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:86
+msgid "Encodings shown in menu"
+msgstr "تىزىملىكتە كۆرسەتكەن كودلاش ئۇسۇللىرى"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:87
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr "ھۆججەتنى ئېچىش/ساقلاش سۆزلەشكۈسىنىڭ «ھەرپ كودلاش» تىزىملىكىدە كۆرسىتىلىدىغان كودلاشلارنىڭ تىزىمى. بىلەلىگەن كودلاشلارلا ئىشلىتىلدى."
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:88
+msgid "Active plugins"
+msgstr "ئاكتىپ قىستۇرما"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.in.h:89
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr "ئاكتىپ قىستۇرمىلارنى كۆرسىتىدۇ. ئۇنىڭدا ئاكتىپ قىستۇرمىلارنىڭ «ئورنى» بار. بېرىلگەن قىستۇرمىنىڭ «ئورنى» غا ئېرىشىش ئۈچۈن .gedit-plugin ھۆججىتىگە قاراڭ."
+
+#: ../gedit/gedit-app.c:115
+msgid "Show the application's help"
+msgstr "پروگراممىنىڭ ياردىمى كۆرسەت"
+
+#: ../gedit/gedit-app.c:121
+msgid "Show the application's version"
+msgstr "پروگراممىنىڭ نەشرىنى كۆرسەت"
+
+#: ../gedit/gedit-app.c:127
+msgid "Display list of possible values for the encoding option"
+msgstr "كودلاش تاللانمىسىنىڭ ئىشلەتكىلى بولىدىغان قىممەتلىرىنى كۆرسىتىش"
+
+#: ../gedit/gedit-app.c:135
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "بۇيرۇق قۇرىدا تىزىپ كۆرسىتىلگەن ھۆججەتنى ئېچىشتا ئىشلىتىدىغان ھەرپ كودلىشىنى بەلگىلەش"
+
+#: ../gedit/gedit-app.c:136
+msgid "ENCODING"
+msgstr "ENCODING"
+
+#: ../gedit/gedit-app.c:143
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Gedit نىڭ بار بولغان ئۈلگىسىدىن top-level كۆزنەك قۇر"
+
+#: ../gedit/gedit-app.c:151
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Gedit نىڭ بار بولغان ئۈلگىسىدىن يېڭى پۈتۈك قۇر"
+
+#: ../gedit/gedit-app.c:159
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "كۆزنەكنىڭ چوڭلۇقى ۋە ئورنىنى بېكىتىش(WIDTHxHEIGHT+X+Y)"
+
+#: ../gedit/gedit-app.c:160
+msgid "GEOMETRY"
+msgstr "GEOMETRY"
+
+#: ../gedit/gedit-app.c:167
+msgid "Open files and block process until files are closed"
+msgstr "ھۆججەتنى ئېچىپ، ئۇنى يېپىپ بولغۇچە بولغان ئارىلىقتا چەكلەش مەشغۇلاتى قىلسۇن"
+
+#: ../gedit/gedit-app.c:175
+msgid "Run gedit in standalone mode"
+msgstr "gedit نى مۇستەقىل ھالەتتە ئىجرا قىل"
+
+#: ../gedit/gedit-app.c:184
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:283
+msgid "There was an error displaying the help."
+msgstr "ياردەم ھۆججىتىنى كۆرسىتىشتە خاتالىق كۆرۈلدى."
+
+#: ../gedit/gedit-app.c:708
+msgid "- Edit text files"
+msgstr "تېكىست ھۆججەتلىرىنى تەھرىرلەش"
+
+#: ../gedit/gedit-app.c:817 ../gedit/gedit-app.c:906
+#, c-format
+msgid ""
+"%s\n"
+"Run '%s --help' to see a full list of available command line options.\n"
+msgstr "%s\n"
+"'%s --help' ئىجرا قىلىپ بۇيرۇق قۇرىنىڭ تولۇق تاللانما تىزىمىنى كۆرۈڭ.\n"
+
+#: ../gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: ئىناۋەتسىز كودلاش."
+
+#: ../gedit/gedit-app-osx.c:260
+msgid "About gedit"
+msgstr "gedit ھەققىدە"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:151
+msgid "Question"
+msgstr "سوئال"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:324
+msgid "Close _without Saving"
+msgstr "ساقلىماي تاقا(_W)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:372
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "ئەگەر ساقلىمىسىڭىز %ld سېكۇنت بۇرۇن قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:381
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "ساقلىمىسىڭىز بىر مىنۇت بۇرۇن قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:387
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "ئەگەر ساقلىمىسىڭىز بىر مىنۇت %ld سېكۇنت بۇرۇن قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:397
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "ئەگەر ساقلىمىسىڭىز %ld مىنۇت بۇرۇن قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:412
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "ئەگەر ساقلىمىسىڭىز بىر سائەت بۇرۇن قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:418
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "ئەگەر ساقلىمىسىڭىز بىر سائەت %d مىنۇت بۇرۇن قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:433
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "ئەگەر ساقلىمىسىڭىز %d سائەت بۇرۇن قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:479
+#, c-format
+msgid "Changes to document \"%s\" will be permanently lost."
+msgstr "پۈتۈك «%s» كە قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:484
+#, c-format
+msgid "Save changes to document \"%s\" before closing?"
+msgstr "تاقاشتىن بۇرۇن پۈتۈك «%s» نى ساقلامسىز؟"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:498
+#: ../gedit/gedit-close-confirmation-dialog.c:713
+msgid "Saving has been disabled by the system administrator."
+msgstr "ساقلاش سىستېما باشقۇرغۇچى تەرىپىدىن چەكلەنگەن."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:664
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "ھۆججەت %d كە قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-close-confirmation-dialog.c:672
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "يەنە %d پۈتۈك ئۆزگەرتىلىپ ساقلانمىغان،تاقاشتىن بۇرۇن ئۆزگەرتكەننى ساقلامسىز؟"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:691
+msgid "Docum_ents with unsaved changes:"
+msgstr "تېخى ساقلانمىغان ھۆججەت بار(_E):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:693
+msgid "S_elect the documents you want to save:"
+msgstr "ساقلىماقچى بولغان پۈتۈكنى تاللاڭ(_E):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:717
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "ساقلىمىسىڭىز، ئۆزگىرىشلەرنىڭ ھەممىسى مەڭگۈ يوقىلىدۇ"
+
+#: ../gedit/gedit-commands-file.c:268
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "ھۆججەت «%s» نى يۈكلەۋاتىدۇ…"
+
+#: ../gedit/gedit-commands-file.c:277
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "%d ھۆججەتنى يۈكلەۋاتىدۇ…"
+
+#. Translators: "Open Files" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:442
+msgid "Open Files"
+msgstr "ھۆججەت ئاچ"
+
+#: ../gedit/gedit-commands-file.c:553
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "ھۆججەت «%s» نى ئوقۇشقىلا بولىدۇ."
+
+#: ../gedit/gedit-commands-file.c:558
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "بۇنى ھازىر ساقلاۋاتقان ھۆججەتكە ئالماشتۇرماقچىمۇ؟"
+
+#: ../gedit/gedit-commands-file.c:566 ../gedit/gedit-replace-dialog.c:283
+msgid "_Replace"
+msgstr "ئالماشتۇر(_R)"
+
+#: ../gedit/gedit-commands-file.c:608
+msgid "Save the file using compression?"
+msgstr "ھۆججەتنى پرېسلاپ ساقلىسۇنمۇ؟"
+
+#: ../gedit/gedit-commands-file.c:609
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr "ھۆججەت «%s» بۇرۇن ئادەتتىكى تېكىست شەكلىدە ساقلىنىپتىكەن، ئەمدى پرېسلىنىپ ساقلىنىدۇ."
+
+#: ../gedit/gedit-commands-file.c:611
+msgid "_Save Using Compression"
+msgstr "پرېسلاپ ساقلا(_S)"
+
+#: ../gedit/gedit-commands-file.c:615
+msgid "Save the file as plain text?"
+msgstr "ھۆججەتنى ساپ تېكىست ھالىتىدە ساقلامدۇ؟"
+
+#: ../gedit/gedit-commands-file.c:616
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "ھۆججەت «%s» بۇرۇن پرېسلاپ ساقلىنىپتىكەن، ھازىر تېكىست شەكلىدە پرېسلانماي ساقلاندى."
+
+#: ../gedit/gedit-commands-file.c:618
+msgid "_Save As Plain Text"
+msgstr "ساپ تېكىست ھالىتىدە ساقلا(_S)"
+
+#: ../gedit/gedit-commands-file.c:738 ../gedit/gedit-commands-file.c:955
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "‹%s› نى ساقلاۋاتىدۇ…"
+
+#: ../gedit/gedit-commands-file.c:842
+msgid "Save As"
+msgstr "باشقا ئاتتا ساقلا"
+
+#: ../gedit/gedit-commands-file.c:1168
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "پۈتۈك«%s»نى ئەسلىگە كەلتۈرۈۋاتىدۇ..."
+
+#: ../gedit/gedit-commands-file.c:1213
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "ھۆججەت «%s» نىڭ ساقلىمىغان ئۆزگەرتىلىشىگە قايتۇرامسىز؟"
+
+#: ../gedit/gedit-commands-file.c:1222
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "%ld سېكۇنت بۇرۇن ھۆججەتكە قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-commands-file.c:1231
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "ئالدىنقى مىنۇت ھۆججەتكە قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ"
+
+#: ../gedit/gedit-commands-file.c:1237
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "بىر مىنۇت %ld سېكۇنت بۇرۇن قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-commands-file.c:1247
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "%ld مىنۇت بۇرۇن ھۆججەتكە قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-commands-file.c:1262
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "ئەڭ ئاخىرقى سائەتتە ھۆججەتكە قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ"
+
+#: ../gedit/gedit-commands-file.c:1268
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "بىر سائەت %d مىنۇت بۇرۇن قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ."
+
+#: ../gedit/gedit-commands-file.c:1283
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "%d سائەت بۇرۇن ھۆججەتكە قىلغان ئۆزگەرتىش مەڭگۈ يوقايدۇ"
+
+#: ../gedit/gedit-commands-file.c:1309
+msgid "_Revert"
+msgstr "ئەسلىگە قايتۇر(_R)"
+
+#: ../gedit/gedit-commands-help.c:88
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "Gedit بولسا گىنوم ئۈستەلئۈستىدىكى كىچىك تىپتىكى تېكىست تەھرىرلىگۈچ"
+
+#: ../gedit/gedit-commands-help.c:113
+msgid "translator-credits"
+msgstr "Gheyret Kenji <gheyret@gmail.com>\n"
+"Sahran<sahran@live.com>\n"
+"Muhemmed Erdem <misran_erdem@hotmail.com>"
+
+#: ../gedit/gedit-commands-search.c:112
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "%d ئورۇننى تېپىپ ئالماشتۇردى"
+
+#: ../gedit/gedit-commands-search.c:121
+msgid "Found and replaced one occurrence"
+msgstr "بىر ئورۇننى تېپىپ ئالماشتۇردى"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:144
+#, c-format
+msgid "\"%s\" not found"
+msgstr "«%s» تېپىلمىدى"
+
+#: ../gedit/gedit-document.c:1223 ../gedit/gedit-document.c:1249
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "ساقلانمىغان پۈتۈك %d"
+
+#: ../gedit/gedit-documents-panel.c:123 ../gedit/gedit-documents-panel.c:137
+#: ../gedit/gedit-window.c:2380 ../gedit/gedit-window.c:2387
+msgid "Read-Only"
+msgstr "ئوقۇشقىلا بولىدۇ"
+
+#: ../gedit/gedit-documents-panel.c:1146 ../gedit/gedit-window.c:3825
+msgid "Documents"
+msgstr "پۈتۈكلەر"
+
+#: ../gedit/gedit-encodings.c:142 ../gedit/gedit-encodings.c:184
+#: ../gedit/gedit-encodings.c:186 ../gedit/gedit-encodings.c:188
+#: ../gedit/gedit-encodings.c:190 ../gedit/gedit-encodings.c:192
+#: ../gedit/gedit-encodings.c:194 ../gedit/gedit-encodings.c:196
+msgid "Unicode"
+msgstr "يۇنىكود"
+
+#: ../gedit/gedit-encodings.c:155 ../gedit/gedit-encodings.c:179
+#: ../gedit/gedit-encodings.c:229 ../gedit/gedit-encodings.c:272
+msgid "Western"
+msgstr "غەربچە"
+
+#: ../gedit/gedit-encodings.c:157 ../gedit/gedit-encodings.c:231
+#: ../gedit/gedit-encodings.c:268
+msgid "Central European"
+msgstr "ئوتتۇرا ياۋروپا"
+
+#: ../gedit/gedit-encodings.c:159
+msgid "South European"
+msgstr "جەنۇبى ياۋروپا"
+
+#: ../gedit/gedit-encodings.c:161 ../gedit/gedit-encodings.c:175
+#: ../gedit/gedit-encodings.c:282
+msgid "Baltic"
+msgstr "بالتىق"
+
+#: ../gedit/gedit-encodings.c:163 ../gedit/gedit-encodings.c:233
+#: ../gedit/gedit-encodings.c:246 ../gedit/gedit-encodings.c:250
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:270
+msgid "Cyrillic"
+msgstr "سلاۋيانچە"
+
+#: ../gedit/gedit-encodings.c:165 ../gedit/gedit-encodings.c:239
+#: ../gedit/gedit-encodings.c:280
+msgid "Arabic"
+msgstr "ئەرەبچە"
+
+#: ../gedit/gedit-encodings.c:167 ../gedit/gedit-encodings.c:274
+msgid "Greek"
+msgstr "گىرېكچە"
+
+#: ../gedit/gedit-encodings.c:169
+msgid "Hebrew Visual"
+msgstr "ئىبرانىچە كۆرۈنۈشچان"
+
+#: ../gedit/gedit-encodings.c:171 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:276
+msgid "Turkish"
+msgstr "تۈركچە"
+
+#: ../gedit/gedit-encodings.c:173
+msgid "Nordic"
+msgstr "شىمالىي ياۋروپا"
+
+#: ../gedit/gedit-encodings.c:177
+msgid "Celtic"
+msgstr "كېلتىك"
+
+#: ../gedit/gedit-encodings.c:181
+msgid "Romanian"
+msgstr "رۇمىنىيەچە"
+
+#: ../gedit/gedit-encodings.c:199
+msgid "Armenian"
+msgstr "ئەرمەنچە"
+
+#: ../gedit/gedit-encodings.c:201 ../gedit/gedit-encodings.c:203
+#: ../gedit/gedit-encodings.c:217
+msgid "Chinese Traditional"
+msgstr "مۇرەككەپ خەنزۇچە"
+
+#: ../gedit/gedit-encodings.c:205
+msgid "Cyrillic/Russian"
+msgstr "رۇسچە/سلاۋيان"
+
+#: ../gedit/gedit-encodings.c:208 ../gedit/gedit-encodings.c:210
+#: ../gedit/gedit-encodings.c:212 ../gedit/gedit-encodings.c:242
+#: ../gedit/gedit-encodings.c:257
+msgid "Japanese"
+msgstr "ياپونچە"
+
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:244
+#: ../gedit/gedit-encodings.c:248 ../gedit/gedit-encodings.c:263
+msgid "Korean"
+msgstr "كورېيەچە"
+
+#: ../gedit/gedit-encodings.c:220 ../gedit/gedit-encodings.c:222
+#: ../gedit/gedit-encodings.c:224
+msgid "Chinese Simplified"
+msgstr "ئاددىي خەنزۇچە"
+
+#: ../gedit/gedit-encodings.c:226
+msgid "Georgian"
+msgstr "گىرۇزىنچە"
+
+#: ../gedit/gedit-encodings.c:237 ../gedit/gedit-encodings.c:278
+msgid "Hebrew"
+msgstr "ئىبرانىچە"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Cyrillic/Ukrainian"
+msgstr "سلاۋيانچە/ئۇكرائىنچە"
+
+#: ../gedit/gedit-encodings.c:259 ../gedit/gedit-encodings.c:265
+#: ../gedit/gedit-encodings.c:284
+msgid "Vietnamese"
+msgstr "ۋىيېتنامچە"
+
+#: ../gedit/gedit-encodings.c:261
+msgid "Thai"
+msgstr "تايلاندچە"
+
+#: ../gedit/gedit-encodings.c:435
+msgid "Unknown"
+msgstr "نامەلۇم"
+
+#: ../gedit/gedit-encodings-combo-box.c:301
+msgid "Automatically Detected"
+msgstr "ئاپتوماتىك تەكشۈر"
+
+#: ../gedit/gedit-encodings-combo-box.c:320
+#: ../gedit/gedit-encodings-combo-box.c:336
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "ھازىرقى Locale (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:388
+msgid "Add or Remove..."
+msgstr "قوش ياكى يۆتكە..."
+
+#: ../gedit/gedit-encodings-dialog.c:345
+msgid "Character Encodings"
+msgstr "ھەرپ بەلگە كودلىنىشى"
+
+#: ../gedit/gedit-encodings-dialog.c:395 ../gedit/gedit-encodings-dialog.c:456
+msgid "_Description"
+msgstr "چۈشەندۈرۈش(_D)"
+
+#: ../gedit/gedit-encodings-dialog.c:404 ../gedit/gedit-encodings-dialog.c:465
+msgid "_Encoding"
+msgstr "كودلاش(_E)"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "كودلاش ئۇسۇللىرى"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:2
+msgid "A_vailable encodings:"
+msgstr "ئىشلىتىلىشچان كودلاش(_V):"
+
+#: ../gedit/gedit-encodings-dialog.ui.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "تىزىملىكتە كودلاشنى كۆرسەت(_N):"
+
+#: ../gedit/gedit-file-chooser-dialog.c:52
+#: ../gedit/gedit-preferences-dialog.c:909
+msgid "All Files"
+msgstr "بارلىق ھۆججەتلەر"
+
+#: ../gedit/gedit-file-chooser-dialog.c:53
+msgid "All Text Files"
+msgstr "بارلىق تېكىست ھۆججەت"
+
+#: ../gedit/gedit-file-chooser-dialog.c:95
+msgid "C_haracter Encoding:"
+msgstr "ھەرپ كودى(_H):"
+
+#: ../gedit/gedit-file-chooser-dialog.c:154
+msgid "L_ine Ending:"
+msgstr "قۇر ئاخىرى(_I)"
+
+#: ../gedit/gedit-file-chooser-dialog.c:173
+msgid "Unix/Linux"
+msgstr "unix/linux"
+
+#: ../gedit/gedit-file-chooser-dialog.c:179
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-file-chooser-dialog.c:185
+msgid "Windows"
+msgstr "كۆزنەكلەر"
+
+#: ../gedit/gedit-io-error-info-bar.c:182
+#: ../gedit/gedit-io-error-info-bar.c:497
+msgid "_Retry"
+msgstr "قايتا سىنا(_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "Could not find the file %s."
+msgstr "ھۆججەتنى تاپالمىدى %s."
+
+#: ../gedit/gedit-io-error-info-bar.c:205
+#: ../gedit/gedit-io-error-info-bar.c:248
+#: ../gedit/gedit-io-error-info-bar.c:255
+msgid "Please check that you typed the location correctly and try again."
+msgstr "كىرگۈزگەن ئورۇن توغرىمۇ، تەكشۈرۈپ بېقىپ قايتا سىناڭ."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:224
+#, c-format
+msgid "gedit cannot handle %s locations."
+msgstr "gedit %s نىڭ ئورنىنى بىرتەرەپ قىلالمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:230
+msgid "gedit cannot handle this location."
+msgstr "Gedit بۇ ئورنىنى بىرتەرەپ قىلالمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:238
+msgid "The location of the file cannot be mounted."
+msgstr "ھۆججەتنىڭ ئورنىنى ئېگەرلىگىلى بولمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:242
+msgid "The location of the file cannot be accessed because it is not mounted."
+msgstr "ھۆججەت تۇرۇۋاتقان ئورۇن ئېگەرلەنمىگەنلىكى ئۈچۈن زىيارەت قىلغىلى بولمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:246
+#, c-format
+msgid "%s is a directory."
+msgstr "%s بۇ بىر مۇندەرىجە"
+
+#: ../gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid "%s is not a valid location."
+msgstr "%s توغرا ئادرېس ئەمەس"
+
+#: ../gedit/gedit-io-error-info-bar.c:289
+#, c-format
+msgid ""
+"Host %s could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr "ماشىنا %s تېپىلمىدى. ۋاكالەتچى تەڭشىكى توغرىمۇ تەكشۈرۈپ قايتا سىناڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:304
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr "ماشىنا ئاتى ئىناۋەتسىز. كىرگۈزگىنىڭىزنى تەكشۈرۈپ قايتا سىناڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:312
+#, c-format
+msgid "%s is not a regular file."
+msgstr "%s ئادەتتىكى ھۆججەت ئەمەس"
+
+#: ../gedit/gedit-io-error-info-bar.c:317
+msgid "Connection timed out. Please try again."
+msgstr "باغلىنىش مۆھلىتى ئېشىپ كەتتى،قايتا سىناپ بېقىڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:340
+msgid "The file is too big."
+msgstr "ھۆججەت بەك چوڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:381
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "ئويلىشىلمىغان خاتالىق :%s"
+
+#: ../gedit/gedit-io-error-info-bar.c:417
+msgid "gedit cannot find the file. Perhaps it has recently been deleted."
+msgstr "Gedit ھۆججەتنى تاپالمىدى.ئۆچۈرۈلگەن بولۇشى مۇمكىن."
+
+#: ../gedit/gedit-io-error-info-bar.c:427
+#, c-format
+msgid "Could not revert the file %s."
+msgstr "%s نى ئەسلىگە كەلتۈرەلمىدى"
+
+#: ../gedit/gedit-io-error-info-bar.c:454
+msgid "Ch_aracter Encoding:"
+msgstr "ھەرپ كودى(_A):"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:506
+#: ../gedit/gedit-io-error-info-bar.c:782
+msgid "Edit Any_way"
+msgstr "خالىغانچە تەھرىرلەش(_W)"
+
+#: ../gedit/gedit-io-error-info-bar.c:608
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "ئۇلانمىنىڭ سانى چەكلىك بولۇپ، بۇ چەك ئىچىدە ھۆججەتنى تاپقىلى بولمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:612
+msgid "You do not have the permissions necessary to open the file."
+msgstr "سىزدە ھۆججەت ئاچىدىغان ئىمتىياز يوق."
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "gedit has not been able to detect the character encoding."
+msgstr "gedit ھەرپ كودىنى تەكشۈرەلمىدى"
+
+#: ../gedit/gedit-io-error-info-bar.c:620
+#: ../gedit/gedit-io-error-info-bar.c:642
+msgid "Please check that you are not trying to open a binary file."
+msgstr "سىز ھازىر بىر ئىككىلىك سىستېما ھۆججىتىنى ئاچماقچىمۇ"
+
+#: ../gedit/gedit-io-error-info-bar.c:621
+msgid "Select a character encoding from the menu and try again."
+msgstr "تىزىملىكتىن بىر ھەرپ كودىنى تاللاپ قايتا سىناڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "There was a problem opening the file %s."
+msgstr "ھۆججەت%sنى ئاچقاندا مەسىلە كۆرۈلدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:629
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr "سىز ئاچقان ھۆججەت ئىناۋەتسىز ھەرپلەر بار ئىكەن. تەھرىرلەشنى داۋاملاشتۇرۇۋەرسىڭىز بۇ ھۆججەتنى بۇزۇپ قويۇشىڭىز مۇمكىن."
+
+#: ../gedit/gedit-io-error-info-bar.c:632
+msgid "You can also choose another character encoding and try again."
+msgstr "باشقا ھەرپ كودىنى تاللاپ ،قايتا سىناپ باقسىڭىز بولىدۇ."
+
+#: ../gedit/gedit-io-error-info-bar.c:639
+#, c-format
+msgid "Could not open the file %s using the %s character encoding."
+msgstr "كودلاش ئۇسۇلى %2$s نى ئىشلىتىپ ھۆججەت %1$s نى ئاچقىلى بولمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#: ../gedit/gedit-io-error-info-bar.c:717
+msgid "Select a different character encoding from the menu and try again."
+msgstr "تىزىملىكتىن باشقا ھەرپ كودىنى تاللاپ، قايتا سىناپ بېقىڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:653
+#, c-format
+msgid "Could not open the file %s."
+msgstr "ھۆججەت %s نى ئاچقىلى بولمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:712
+#, c-format
+msgid "Could not save the file %s using the %s character encoding."
+msgstr "كودلاش ئۇسۇلى %2$s نى ئىشلىتىپ ھۆججەت %1$s نى ساقلىغىلى بولمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:715
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr "پۈتۈك تەركىبىدىكى بىر ياكى بىرقانچە ھەرپنى ھازىرقى كودلاش ئۇسۇلىدا كودلىغىلى بولمايدۇ."
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:787
+msgid "D_on't Edit"
+msgstr "تەھرىرلىمەڭ"
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+#, c-format
+msgid "This file (%s) is already open in another gedit window."
+msgstr "بۇ ھۆججەت (%s) باشقا Gedit كۆزنىكىدە ئېچىلغان."
+
+#: ../gedit/gedit-io-error-info-bar.c:815
+msgid ""
+"gedit opened this instance of the file in a non-editable way. Do you want to "
+"edit it anyway?"
+msgstr "بۇ ھۆججەتنىڭ ئۈلگىسىنى تەھرىرلىگىلى بولمايدىغان ھالەتتە ئاچتى. شۇنداقتىمۇ تەھرىرلەۋېرەمسىز؟"
+
+#: ../gedit/gedit-io-error-info-bar.c:873
+#: ../gedit/gedit-io-error-info-bar.c:971
+#: ../gedit/gedit-io-error-info-bar.c:1260
+msgid "S_ave Anyway"
+msgstr "ساقلاۋەر(_A)"
+
+#: ../gedit/gedit-io-error-info-bar.c:877
+#: ../gedit/gedit-io-error-info-bar.c:975
+#: ../gedit/gedit-io-error-info-bar.c:1264
+msgid "D_on't Save"
+msgstr "ساقلىما(_O)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:895
+#, c-format
+msgid "The file %s has been modified since reading it."
+msgstr "ھۆججەت %s ئالدىنقى قېتىم ئوقۇلغاندىن كېيىن ئۆزگەرتىلدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:910
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "ئەگەر ساقلانسا، سىرتتا ئۆزگەرتىلگەنلەرنىڭ ھەممىسى يوقايدۇ. ساقلاۋېرەمسىز؟"
+
+#: ../gedit/gedit-io-error-info-bar.c:998
+#, c-format
+msgid "Could not create a backup file while saving %s"
+msgstr "%s نى ساقلىغاندا زاپاس نۇسخا قۇرالمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:1003
+#, c-format
+msgid "Could not create a temporary backup file while saving %s"
+msgstr "%s نى ساقلىغاندا ۋاقىتلىق زاپاس نۇسخا قۇرالمىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:1020
+msgid ""
+"gedit could not back up the old copy of the file before saving the new one. "
+"You can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr "gedit يېڭىسىنى ساقلاشتىن بۇرۇن كونىسىنى زاپاسلىيالمىدى. سىز بۇ ئاگاھلاندۇرۇشقا پىسەنت قىلماي ساقلاۋەرسىڭىز بولۇۋېرىدۇ. بىراق ساقلاش جەريانىدا خاتالىق كۆرۈلسە، كونىسىنىمۇ يوقىتىپ قويىسىز. ساقلاۋەرسۇنمۇ؟"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1080
+#, c-format
+msgid ""
+"gedit cannot handle %s locations in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr "gedit «%s» دېگەن ئورۇنغا يازالمىدى. كىرگۈزگەن ئورۇن توغرىمۇ تەكشۈرۈپ، قايتا سىناڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1088
+msgid ""
+"gedit cannot handle this location in write mode. Please check that you typed "
+"the location correctly and try again."
+msgstr "gedit بۇ ئورۇنغا يازالمىدى. كىرگۈزگەن ئورۇن توغرىمۇ تەكشۈرۈپ، قايتا سىناڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+#, c-format
+msgid ""
+"%s is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr "%s توغرا ئورۇن ئەمەس، توغرىلىقىنى تەكشۈرۈپ بېقىپ قايتا سىناڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1104
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr "سىزنىڭ ساقلاش ئىمتىيازىڭىز يوق،كىرگۈزگەن ئورۇننىڭ توغرىلىقىنى تەكشۈرۈپ ، قايتا سىناپ بېقىڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1110
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr "ساقلاشقا يېتەرلىك بوشلۇق يوق، دىسكا بوشلۇقىنى بىكار قىلىپ قايتا سىناپ بېقىڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1115
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr "ئوقۇشقىلا بولىدىغان ھۆججەتنى ساقلىماقچى بولۇۋاتىسىز. كىرگۈزگەننى تەكشۈرۈپ قايتا سىناڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1121
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "ئوخشاش ئىسىملىك ھۆججەت بار.باشقا ئىسىم ئىشلىتىڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1126
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr "سىز ھۆججەت ساقلىماقچى بولغان دىسكىدا ھۆججەت ئاتىنىڭ ئۇزۇنلۇقىغا چەكلىمە باركەن. شۇڭا قىسقىراق ئات ئىشلىتىڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1133
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr "سىز ھۆججەت ساقلىماقچى بولغان دىسكىدا ھۆججەتنىڭ ئۇزۇنلۇقىغا چەكلىمە باركەن. شۇڭا قىسقىراق ھۆججەتنى ساقلاڭ ياكى ھۆججەتنى بۇنداق چەكلىمە يوق دىسكىغا ساقلاڭ."
+
+#: ../gedit/gedit-io-error-info-bar.c:1149
+#, c-format
+msgid "Could not save the file %s."
+msgstr "ھۆججەتنى ساقلىيالمىدى %s."
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:1194
+#, c-format
+msgid "The file %s changed on disk."
+msgstr "%s ھۆججەت دىسكىدا ئۆزگەرتىلدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:1199
+msgid "Do you want to drop your changes and reload the file?"
+msgstr "ئۆزگەرتىشتىن ۋاز كېچەمسىز ياكى ھۆججەتنى قايتا يۈكلەمسىز؟"
+
+#: ../gedit/gedit-io-error-info-bar.c:1201
+msgid "Do you want to reload the file?"
+msgstr "ھۆججەتنى قايتا يۈكلەمسىز"
+
+#: ../gedit/gedit-io-error-info-bar.c:1206
+msgid "_Reload"
+msgstr "قايتا يۈكلە(_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1278
+#, c-format
+msgid "Some invalid chars have been detected while saving %s"
+msgstr "%s نى ساقلاش جەريانىدا بەزى بىر ئىناۋەتسىز ھەرپلەرنى بايقىدى."
+
+#: ../gedit/gedit-io-error-info-bar.c:1294
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "ئەگەر ساقلاۋەرسىڭىز بۇ ھۆججەتنى بۇزۇپ قويىسىز. ساقلاۋېرەمسىز؟"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-menu.ui.h:1
+msgid "_New Window"
+msgstr "يېڭى كۆزنەك(_N)"
+
+#: ../gedit/gedit-menu.ui.h:2
+msgid "_Preferences"
+msgstr "مايىللىق(_P)"
+
+#: ../gedit/gedit-menu.ui.h:3 ../gedit/gedit-ui.h:49
+msgid "_Help"
+msgstr "ياردەم(_H)"
+
+#: ../gedit/gedit-menu.ui.h:4
+msgid "_About"
+msgstr "ھەققىدە(_A)"
+
+#: ../gedit/gedit-menu.ui.h:5
+msgid "_Quit"
+msgstr "ئاخىرلاشتۇر(_Q)"
+
+#. Keep in sync with the respective GtkActions
+#: ../gedit/gedit-notebook-popup-menu.c:172 ../gedit/gedit-ui.h:140
+msgid "_Move to New Window"
+msgstr "يېڭى كۆزنەككە يۆتكەل(_M)"
+
+#: ../gedit/gedit-notebook-popup-menu.c:190 ../gedit/gedit-ui.h:78
+msgid "Save _As..."
+msgstr "باشقا ئاتتا ساقلا(_A)…"
+
+#: ../gedit/gedit-notebook-popup-menu.c:203 ../gedit/gedit-ui.h:84
+msgid "_Print..."
+msgstr "باس(_P)…"
+
+#: ../gedit/gedit-open-tool-button.c:85 ../gedit/gedit-ui.h:55
+msgid "Open a file"
+msgstr "ھۆججەت ئاچىدۇ"
+
+#: ../gedit/gedit-open-tool-button.c:87
+msgid "Open a recently used file"
+msgstr "يېقىندا ئىشلەتكەن ھۆججەتنى ئاچىدۇ"
+
+#: ../gedit/gedit-panel.c:409 ../gedit/gedit-panel.c:587
+msgid "Empty"
+msgstr "بوش"
+
+#: ../gedit/gedit-panel.c:475
+msgid "Hide panel"
+msgstr "تاختىنى يوشۇر"
+
+#: ../gedit/gedit-preferences-dialog.c:423
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "بۇ كۇنۇپكىنى باسقاندىن كېيىن تەھرىرلىگۈچ ئىشلەتكەن خەت نۇسخىسىنى تاللىغىلى بولىدۇ."
+
+#: ../gedit/gedit-preferences-dialog.c:438
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "سىستېما تەك كەڭلىك خەت نۇسخىسى ئىشلىتىش(U_)(%s)"
+
+#: ../gedit/gedit-preferences-dialog.c:676
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "مۇندەرىجە «%s» نى قۇرغىلى بولمىدى:g_mkdir_with_parents() مەغلۇپ بولدى:%s"
+
+#: ../gedit/gedit-preferences-dialog.c:860
+msgid "The selected color scheme cannot be installed."
+msgstr "تاللانغان رەڭ لايىھىسىنى قاچىلىغىلى بولمىدى."
+
+#: ../gedit/gedit-preferences-dialog.c:887
+msgid "Add Scheme"
+msgstr "لايىھە قوشۇش"
+
+#: ../gedit/gedit-preferences-dialog.c:894
+msgid "A_dd Scheme"
+msgstr "لايىھە قوشۇش(_D)"
+
+#: ../gedit/gedit-preferences-dialog.c:902
+msgid "Color Scheme Files"
+msgstr "رەڭ لايىھە ھۆججىتى"
+
+#: ../gedit/gedit-preferences-dialog.c:954
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "رەڭ لايىھىسى «%s» نى ئۆچۈرگىلى بولمىدى."
+
+#: ../gedit/gedit-preferences-dialog.c:1177
+msgid "gedit Preferences"
+msgstr "gedit مايىللىقى"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "مايىللىق"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:2 ../gedit/gedit-view.c:552
+msgid "_Display line numbers"
+msgstr "قۇر نومۇرىنى كۆرسەت(_D)"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "ئوڭ تەرەپ بوشلۇقنى كۆرسىتىلگەن ئىستوندا كۆرسەت(_M):"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:4
+#: ../gedit/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "تېكىست قاتلاش"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:5
+#: ../gedit/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "ئاپتوماتىك قۇر ئالماشتۇرۇشنى ئاكتىپلاش(_W)"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:6
+#: ../gedit/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "بىر سۆزنى ئىككى قۇرغا ئايرىما(_S)"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:7
+msgid "Highlighting"
+msgstr "يورۇتۇۋاتىدۇ"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:8
+msgid "Highlight current _line"
+msgstr "ھازىرقى قۇرنى يورۇت"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:9
+msgid "Highlight matching _brackets"
+msgstr "ماس كەلگەن تىرناقنى يورۇت(_B)"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:10
+msgid "View"
+msgstr "كۆرۈنۈش"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:11
+msgid "Tab Stops"
+msgstr "بەتكۈچ ھەرپى"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:12
+msgid "_Tab width:"
+msgstr "بەتكۈچ كەڭلىكى(_T):"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:13
+msgid "Insert _spaces instead of tabs"
+msgstr "جەدۋەل بەلگىسىنىڭ ئورنىغا بوشلۇق كىرگۈزۈش(_S)"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:14
+msgid "_Enable automatic indentation"
+msgstr "ئاپتوماتىك تارتىشنى قوزغات(_E)"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:15
+msgid "File Saving"
+msgstr "ھۆججەت ساقلاش"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:16
+msgid "Create a _backup copy of files before saving"
+msgstr "ساقلاشتىن بۇرۇن زاپاس ھۆججەت قۇر(_B)"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:17
+msgid "_Autosave files every"
+msgstr "ئاپتوماتىك ساقلا(_A)"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:18
+msgid "_minutes"
+msgstr "مىنۇت(_M)"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:19
+msgid "Editor"
+msgstr "تەھرىرلىگۈچ"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:20
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "خەت نۇسخا"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:21
+msgid "Editor _font: "
+msgstr "تەھرىرلىگۈچ خەت نۇسخىسى(_F): "
+
+#: ../gedit/gedit-preferences-dialog.ui.h:22
+msgid "Pick the editor font"
+msgstr "تەھرىرلىگۈچ خەت نۇسخىسىنى تاللاش"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:23
+msgid "Color Scheme"
+msgstr "رەڭ لايىھىسى"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:24
+msgid "Install scheme"
+msgstr "لايىھىنى ئورنات"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:25
+msgid "Install Scheme"
+msgstr "ئورنىتىش لايىھىسى"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:26
+msgid "Uninstall scheme"
+msgstr "لايىھىنى چىقىرىۋەت"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall Scheme"
+msgstr "ئۆچۈرۈش لايىھىسى"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:28
+msgid "Font & Colors"
+msgstr "خەت نۇسخىسى & رەڭگى"
+
+#: ../gedit/gedit-preferences-dialog.ui.h:29
+msgid "Plugins"
+msgstr "قىستۇرما"
+
+#: ../gedit/gedit-print-job.c:572
+#, c-format
+msgid "File: %s"
+msgstr "ھۆججەت:%s"
+
+#: ../gedit/gedit-print-job.c:581
+msgid "Page %N of %Q"
+msgstr "%N -بەت، جەمئىي%Q بەت"
+
+#: ../gedit/gedit-print-job.c:843
+msgid "Preparing..."
+msgstr "تەييارلىنىۋاتىدۇ…"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "گرامماتىكىلىق يورۇتۇش"
+
+#: ../gedit/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "گرامماتىكىلىق يورۇتۇشنى بېسىپ چىقار(_X)"
+
+#: ../gedit/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "قۇر نومۇرى"
+
+#: ../gedit/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "قۇر نومۇرىنى بېسىش(_M)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "ھەر نەچچە قۇردا بىر قېتىم قۇر نومۇرىنى باسىدۇ(_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "سىزىقلار"
+
+#: ../gedit/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "بەت قېشى"
+
+#: ../gedit/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "بەت قېشىنى بېسىش(_H)"
+
+#: ../gedit/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "خەت نۇسخا"
+
+#: ../gedit/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "بەدەن(_B):"
+
+#: ../gedit/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "قۇر نومۇرى(_L):"
+
+#: ../gedit/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "بەت قېشى ۋە بەت ئاستى(_A):"
+
+#: ../gedit/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "كۆڭۈلدىكى خەت نۇسخىسىغا قايتۇرىدۇ(_R)"
+
+#: ../gedit/gedit-print-preview.c:562
+msgid "Show the previous page"
+msgstr "ئالدىنقى بەتنى كۆرسەت"
+
+#: ../gedit/gedit-print-preview.c:574
+msgid "Show the next page"
+msgstr "كەنجى بەتنى كۆرسىتىدۇ"
+
+#: ../gedit/gedit-print-preview.c:590
+msgid "Current page (Alt+P)"
+msgstr "نۆۋەتتىكى بەت (Alt+P)"
+
+#. Translators: the "of" from "1 of 19" in print preview.
+#: ../gedit/gedit-print-preview.c:613
+msgid "of"
+msgstr "نىڭ"
+
+#: ../gedit/gedit-print-preview.c:621
+msgid "Page total"
+msgstr "جەمئىي بەت"
+
+#: ../gedit/gedit-print-preview.c:622
+msgid "The total number of pages in the document"
+msgstr "پۈتۈكتىكى جەمئىي بەت سانى"
+
+#: ../gedit/gedit-print-preview.c:639
+msgid "Show multiple pages"
+msgstr "بىرقانچە بەتنى كۆرسىتىدۇ"
+
+#: ../gedit/gedit-print-preview.c:652
+msgid "Zoom 1:1"
+msgstr "1:1قىسىش"
+
+#: ../gedit/gedit-print-preview.c:661
+msgid "Zoom to fit the whole page"
+msgstr "چوڭ كىچىكلىكنى پۈتۈن بەتكە ماسلاشتۇر"
+
+#: ../gedit/gedit-print-preview.c:670
+msgid "Zoom the page in"
+msgstr "بەتنى كىچىكلەت"
+
+#: ../gedit/gedit-print-preview.c:679
+msgid "Zoom the page out"
+msgstr "بەتنى كىچىكلەت"
+
+#: ../gedit/gedit-print-preview.c:691
+msgid "_Close Preview"
+msgstr "ئالدىن كۆزىتىشنى ياپ(_E)"
+
+#: ../gedit/gedit-print-preview.c:694
+msgid "Close print preview"
+msgstr "بېسىشنى ئالدىن كۆزەتنى ياپ"
+
+#: ../gedit/gedit-print-preview.c:763
+#, c-format
+msgid "Page %d of %d"
+msgstr "%d-بەت، جەمئىي %d بەت"
+
+#: ../gedit/gedit-print-preview.c:947
+msgid "Page Preview"
+msgstr "بەتنى ئالدىن كۆزەت"
+
+#: ../gedit/gedit-print-preview.c:948
+msgid "The preview of a page in the document to be printed"
+msgstr "بېسىلىدىغان پۈتۈكنى ئالدىن كۆزىتىدۇ"
+
+#. ex:set ts=8 noet:
+#: ../gedit/gedit-replace-dialog.c:220 ../gedit/gedit-replace-dialog.ui.h:1
+#: ../gedit/gedit-window.c:1528
+msgid "Replace"
+msgstr "ئالماشتۇر"
+
+#: ../gedit/gedit-replace-dialog.c:282
+msgid "Replace _All"
+msgstr "ھەممىنى ئالماشتۇر(_A)"
+
+#: ../gedit/gedit-replace-dialog.ui.h:2
+msgid "Replace All"
+msgstr "ھەممىنى ئالماشتۇر"
+
+#: ../gedit/gedit-replace-dialog.ui.h:3
+msgid "_Search for: "
+msgstr "ئىزدە(_S): "
+
+#: ../gedit/gedit-replace-dialog.ui.h:4
+msgid "Replace _with: "
+msgstr "غا ئالماشتۇر(_W): "
+
+#: ../gedit/gedit-replace-dialog.ui.h:5
+msgid "_Match case"
+msgstr "چوڭ كىچىك ھەرپنى پەرقلەندۈر(_M)"
+
+#: ../gedit/gedit-replace-dialog.ui.h:6
+msgid "Match _entire word only"
+msgstr "پۈتۈن سۆزگە ماسلاش(_E)"
+
+#: ../gedit/gedit-replace-dialog.ui.h:7
+msgid "Search _backwards"
+msgstr "ئارقىغا قاراپ ئىزدىسۇن(_B)"
+
+#: ../gedit/gedit-replace-dialog.ui.h:8
+msgid "_Wrap around"
+msgstr "ئايلاندۇرۇپ قەۋەتلە(_W)"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "OVR"
+msgstr "OVR"
+
+#: ../gedit/gedit-statusbar.c:70 ../gedit/gedit-statusbar.c:76
+msgid "INS"
+msgstr "INS"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-statusbar.c:248
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " %d قۇر، %d ئىستون"
+
+#: ../gedit/gedit-statusbar.c:347
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "%d دانە بەتكۈچتە خاتالىق بار"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:750
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "%2$s دىن %1$s نى ئەسلىگە كەلتۈر"
+
+#: ../gedit/gedit-tab.c:757
+#, c-format
+msgid "Reverting %s"
+msgstr "ئەسلىگە كەلتۈر %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:773
+#, c-format
+msgid "Loading %s from %s"
+msgstr "%2$s دىن %1$s نى يۈكلەۋاتىدۇ"
+
+#: ../gedit/gedit-tab.c:780
+#, c-format
+msgid "Loading %s"
+msgstr "%s قوزغىلىۋاتىدۇ"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:861
+#, c-format
+msgid "Saving %s to %s"
+msgstr "%s نى %sغا ساقلا"
+
+#: ../gedit/gedit-tab.c:868
+#, c-format
+msgid "Saving %s"
+msgstr "%s ساقلاۋاتىدۇ"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1853
+msgid "RO"
+msgstr "RO"
+
+#: ../gedit/gedit-tab.c:1900
+#, c-format
+msgid "Error opening file %s"
+msgstr "%s ئاچقاندا خاتالىق كۆرۈلدى"
+
+#: ../gedit/gedit-tab.c:1905
+#, c-format
+msgid "Error reverting file %s"
+msgstr "ھۆججەت %s ئەسلىگە كەلتۈرۈشتە خاتالىق كۆرۈلدى"
+
+#: ../gedit/gedit-tab.c:1910
+#, c-format
+msgid "Error saving file %s"
+msgstr "%s ساقلىغاندا خاتالىق كۆرۈلدى"
+
+#: ../gedit/gedit-tab.c:1931
+msgid "Unicode (UTF-8)"
+msgstr "يۇنىكود (UTF-8)"
+
+#: ../gedit/gedit-tab.c:1938
+msgid "Name:"
+msgstr "ئاتى:"
+
+#: ../gedit/gedit-tab.c:1939
+msgid "MIME Type:"
+msgstr "MIME تىپى:"
+
+#: ../gedit/gedit-tab.c:1940
+msgid "Encoding:"
+msgstr "كودلاش:"
+
+#: ../gedit/gedit-tab-label.c:283
+msgid "Close document"
+msgstr "پۈتۈكنى ياپىدۇ"
+
+#. Toplevel
+#: ../gedit/gedit-ui.h:43
+msgid "_File"
+msgstr "ھۆججەت(_F)"
+
+#: ../gedit/gedit-ui.h:44
+msgid "_Edit"
+msgstr "تەھرىر(_E)"
+
+#: ../gedit/gedit-ui.h:45
+msgid "_View"
+msgstr "كۆرۈنۈش(_V)"
+
+#: ../gedit/gedit-ui.h:46
+msgid "_Search"
+msgstr "ئىزدە(_S)"
+
+#: ../gedit/gedit-ui.h:47
+msgid "_Tools"
+msgstr "قوراللار(_T)"
+
+#: ../gedit/gedit-ui.h:48
+msgid "_Documents"
+msgstr "پۈتۈكلەر(_D)"
+
+#: ../gedit/gedit-ui.h:53
+msgid "Create a new document"
+msgstr "يېڭى پۈتۈك قۇر"
+
+#: ../gedit/gedit-ui.h:54
+msgid "_Open..."
+msgstr "ئاچ(_O)…"
+
+#. Edit menu
+#: ../gedit/gedit-ui.h:58
+msgid "Pr_eferences"
+msgstr "مايىللىق(_E)"
+
+#: ../gedit/gedit-ui.h:59
+msgid "Configure the application"
+msgstr "پروگرامما سەپلەش"
+
+#. Help menu
+#: ../gedit/gedit-ui.h:62
+msgid "_Contents"
+msgstr "مەزمۇنلار(_C)"
+
+#: ../gedit/gedit-ui.h:63
+msgid "Open the gedit manual"
+msgstr "Gedit قوللانمىسى ئېچىش"
+
+#: ../gedit/gedit-ui.h:65
+msgid "About this application"
+msgstr "بۇ پروگرامما ھەققىدە"
+
+#: ../gedit/gedit-ui.h:69
+msgid "Leave fullscreen mode"
+msgstr "تولۇق ئېكران ھالىتىدىن ئايرىلىش"
+
+#: ../gedit/gedit-ui.h:77
+msgid "Save the current file"
+msgstr "نۆۋەتتىكى ھۆججەتنى ساقلا"
+
+#: ../gedit/gedit-ui.h:79
+msgid "Save the current file with a different name"
+msgstr "نۆۋەتتىكى ھۆججەتنى باشقا ئاتتا ساقلا"
+
+#: ../gedit/gedit-ui.h:81
+msgid "Revert to a saved version of the file"
+msgstr "ساقلانغان ھۆججەتكە ئەسلىگە قايتۇر"
+
+#: ../gedit/gedit-ui.h:82
+msgid "Print Previe_w"
+msgstr "بېسىشنى ئالدىن كۆرسەت(_W)"
+
+#: ../gedit/gedit-ui.h:83
+msgid "Print preview"
+msgstr "بېسىشنى ئالدىن كۆزىتىدۇ"
+
+#: ../gedit/gedit-ui.h:85
+msgid "Print the current page"
+msgstr "ھازىرقى بەتنى باسىدۇ"
+
+#: ../gedit/gedit-ui.h:89
+msgid "Undo the last action"
+msgstr "ئاخىرقى مەشغۇلاتتىن يېنىۋالىدۇ"
+
+#: ../gedit/gedit-ui.h:91
+msgid "Redo the last undone action"
+msgstr "ئاخىرقى يېنىۋالغان مەشغۇلاتنى تەكرارلايدۇ"
+
+#: ../gedit/gedit-ui.h:93
+msgid "Cut the selection"
+msgstr "تاللىغاننى كەس"
+
+#: ../gedit/gedit-ui.h:95
+msgid "Copy the selection"
+msgstr "تاللىغاننى كۆچۈر"
+
+#: ../gedit/gedit-ui.h:97
+msgid "Paste the clipboard"
+msgstr "چاپلاش تاختىسىدىن چاپلا"
+
+#: ../gedit/gedit-ui.h:99
+msgid "Delete the selected text"
+msgstr "تاللانغان تېكىستنى ئۆچۈرىدۇ"
+
+#: ../gedit/gedit-ui.h:100
+msgid "Select _All"
+msgstr "ھەممىنى تاللا(_A)"
+
+#: ../gedit/gedit-ui.h:101
+msgid "Select the entire document"
+msgstr "پۈتۈن ھۆججەتنى تاللا"
+
+#. View menu
+#: ../gedit/gedit-ui.h:104
+msgid "_Highlight Mode"
+msgstr "يورۇتۇپ كۆرسىتىش ھالىتى(_H)"
+
+#. Search menu
+#: ../gedit/gedit-ui.h:107
+msgid "_Find..."
+msgstr "ئىزدە(_F)…"
+
+#: ../gedit/gedit-ui.h:108
+msgid "Search for text"
+msgstr "تېكىست ئىزدە"
+
+#: ../gedit/gedit-ui.h:109
+msgid "Find Ne_xt"
+msgstr "كېيىنكىنى ئىزدە(_X)"
+
+#: ../gedit/gedit-ui.h:110
+msgid "Search forwards for the same text"
+msgstr "ئوخشاش تېكىستنى ئالدىغا(ھۆججەتنىڭ ئايىغى تەرەپكە) قاراپ ئىزدەيدۇ"
+
+#: ../gedit/gedit-ui.h:111
+msgid "Find Pre_vious"
+msgstr "ئالدىنقىنى ئىزدە(_V)"
+
+#: ../gedit/gedit-ui.h:112
+msgid "Search backwards for the same text"
+msgstr "ئوخشاش تېكىستنى كەينىگە(ھۆججەتنىڭ باش تەرىپىگە) قاراپ ئىزدەيدۇ"
+
+#: ../gedit/gedit-ui.h:114 ../gedit/gedit-ui.h:117
+msgid "_Replace..."
+msgstr "ئالماشتۇر(_R)..."
+
+#: ../gedit/gedit-ui.h:115 ../gedit/gedit-ui.h:118
+msgid "Search for and replace text"
+msgstr "تېكىستنى ئىزدەپ ئالماشتۇر"
+
+#: ../gedit/gedit-ui.h:120
+msgid "_Clear Highlight"
+msgstr "يورۇتۇشنى تازىلا(_C)"
+
+#: ../gedit/gedit-ui.h:121
+msgid "Clear highlighting of search matches"
+msgstr "ئىزدىگەندە تېپىلىپ يورۇتۇلغان تېكىستلەرنى نورمال ھالەتكە كەلتۈرىدۇ."
+
+#: ../gedit/gedit-ui.h:122
+msgid "Go to _Line..."
+msgstr "قۇرغا يۆتكەل(_L)…"
+
+#: ../gedit/gedit-ui.h:123
+msgid "Go to a specific line"
+msgstr "بەلگىلەنگەن قۇرغا بېرىش"
+
+#. Documents menu
+#: ../gedit/gedit-ui.h:126
+msgid "_Save All"
+msgstr "ھەممىسىنى ساقلا(_S)"
+
+#: ../gedit/gedit-ui.h:127
+msgid "Save all open files"
+msgstr "بارلىق ئوچۇق ھۆججەتنى ساقلايدۇ"
+
+#: ../gedit/gedit-ui.h:128
+msgid "_Close All"
+msgstr "ھەممىنى تاقا(_C)"
+
+#: ../gedit/gedit-ui.h:129
+msgid "Close all open files"
+msgstr "بارلىق ئوچۇق ھۆججەتنى تاقايدۇ"
+
+#: ../gedit/gedit-ui.h:130
+msgid "_New Tab Group"
+msgstr "يېڭى بەتكۈچ گۇرۇپپىسى(_N)"
+
+#: ../gedit/gedit-ui.h:131
+msgid "Create a new tab group"
+msgstr "يېڭى بەتكۈچ گۇرۇپپىسى ياسايدۇ"
+
+#: ../gedit/gedit-ui.h:132
+msgid "P_revious Tab Group"
+msgstr "ئالدىنقى بەتكۈچ گۇرۇپپىسى(_R)"
+
+#: ../gedit/gedit-ui.h:133
+msgid "Switch to the previous tab group"
+msgstr "ئالدىنقى بەتكۈچ گۇرۇپپىسىغا ئالمىشىدۇ"
+
+#: ../gedit/gedit-ui.h:134
+msgid "Nex_t Tab Group"
+msgstr "ئالدىنقى بەتكۈچ گۇرۇپپىسى(_T)"
+
+#: ../gedit/gedit-ui.h:135
+msgid "Switch to the next tab group"
+msgstr "كېيىنكى بەتكۈچ گۇرۇپپىسىغا ئالمىشىدۇ"
+
+#: ../gedit/gedit-ui.h:136
+msgid "_Previous Document"
+msgstr "ئالدىنقى پۈتۈك(_P)"
+
+#: ../gedit/gedit-ui.h:137
+msgid "Activate previous document"
+msgstr "ئالدىنقى پۈتۈكنى ئاكتىپلايدۇ"
+
+#: ../gedit/gedit-ui.h:138
+msgid "N_ext Document"
+msgstr "ئالدىنقى پۈتۈك(_E)"
+
+#: ../gedit/gedit-ui.h:139
+msgid "Activate next document"
+msgstr "كېيىنكى پۈتۈكنى ئاكتىپلايدۇ"
+
+#: ../gedit/gedit-ui.h:141
+msgid "Move the current document to a new window"
+msgstr "نۆۋەتتىكى پۈتۈكنى يېڭى كۆزنەككە يۆتكەيدۇ"
+
+#: ../gedit/gedit-ui.h:148
+msgid "Close the current file"
+msgstr "نۆۋەتتىكى ھۆججەتنى ياپ"
+
+#: ../gedit/gedit-ui.h:155
+msgid "Quit the program"
+msgstr "پروگراممىنى ئاخىرلاشتۇرىدۇ"
+
+#: ../gedit/gedit-ui.h:160
+msgid "_Toolbar"
+msgstr "قورال بالداق(_T)"
+
+#: ../gedit/gedit-ui.h:161
+msgid "Show or hide the toolbar in the current window"
+msgstr "نۆۋەتتىكى كۆزنەكتە قورال ئىستونىنى كۆرسىتىدۇ ياكى يوشۇرىدۇ"
+
+#: ../gedit/gedit-ui.h:163
+msgid "_Statusbar"
+msgstr "ھالەت بالداق(_S)"
+
+#: ../gedit/gedit-ui.h:164
+msgid "Show or hide the statusbar in the current window"
+msgstr "نۆۋەتتىكى كۆزنەكتە ھالەت بالدىقىنى كۆرسىتىدۇ ياكى يوشۇرىدۇ"
+
+#: ../gedit/gedit-ui.h:167
+msgid "Edit text in fullscreen"
+msgstr "پۈتۈن ئېكراندا تەھرىرلەش"
+
+#: ../gedit/gedit-ui.h:174
+msgid "Side _Panel"
+msgstr "يان Panel(_P)"
+
+#: ../gedit/gedit-ui.h:175
+msgid "Show or hide the side panel in the current window"
+msgstr "ھازىرقى كۆزنەكتە يان تاختىنى كۆرسىتىدۇ ياكى يوشۇرىدۇ"
+
+#: ../gedit/gedit-ui.h:177
+msgid "_Bottom Panel"
+msgstr "پەس تاختا(_B)"
+
+#: ../gedit/gedit-ui.h:178
+msgid "Show or hide the bottom panel in the current window"
+msgstr "ھازىرقى كۆزنەكتە پەس تاختىنى كۆرسىتىدۇ ياكى يوشۇرىدۇ"
+
+#: ../gedit/gedit-utils.c:1023
+msgid "Please check your installation."
+msgstr "ئورناتمىڭىزنى تەكشۈرۈڭ."
+
+#: ../gedit/gedit-utils.c:1081
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "UI ھۆججىتى %s نى ئاچالمىدى. خاتالىق:%s"
+
+#: ../gedit/gedit-utils.c:1100
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "نەڭ «%s» نى ھۆججەت %s نىڭ ئىچىدىن تاپقىلى بولمىدى."
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1323
+#, c-format
+msgid "/ on %s"
+msgstr "/ %s دىكى"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:542
+msgid "_Wrap Around"
+msgstr "باشتىن باشلاپ ئىزدە(_W)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:552
+msgid "Match _Entire Word Only"
+msgstr "پۈتۈن سۆزگە ماس كەلسۇن(_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:562
+msgid "_Match Case"
+msgstr "چوڭ-كىچىك يېزىلىش پەرقلەندۈر(_M)"
+
+#: ../gedit/gedit-view-frame.c:759
+msgid "String you want to search for"
+msgstr "سىز ئىزدىمەكچى بولغان تېكىست"
+
+#: ../gedit/gedit-view-frame.c:769
+msgid "Line you want to move the cursor to"
+msgstr "سىز يۆتكەلمەكچى بولغان قۇر"
+
+#: ../gedit/gedit-window.c:942
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "يورۇتۇش ھالىتى %s نى ئىشلەت"
+
+#. add the "Plain Text" item before all the others
+#. Translators: "Plain Text" means that no highlight mode is selected in the
+#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
+#: ../gedit/gedit-window.c:1047 ../gedit/gedit-window.c:2074
+#: ../plugins/externaltools/tools/manager.py:146
+#: ../plugins/externaltools/tools/manager.py:455
+#: ../plugins/externaltools/tools/manager.py:571
+#: ../plugins/externaltools/tools/manager.py:890
+msgid "Plain Text"
+msgstr "ساپ تېكىست"
+
+#: ../gedit/gedit-window.c:1048
+msgid "Disable syntax highlighting"
+msgstr "گرامماتىكا يورۇتۇشنى ئىناۋەتسىز قىل"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1365
+#, c-format
+msgid "Open '%s'"
+msgstr "‹%s› نى ئاچ"
+
+#: ../gedit/gedit-window.c:1467
+msgid "Open"
+msgstr "ئاچ"
+
+#: ../gedit/gedit-window.c:1522
+msgid "Save"
+msgstr "ساقلا"
+
+#: ../gedit/gedit-window.c:1524
+msgid "Print"
+msgstr "بېسىپ چىقار"
+
+#: ../gedit/gedit-window.c:1526
+msgid "Find"
+msgstr "ئىزدە"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-window.c:1698
+#, c-format
+msgid "Activate '%s'"
+msgstr "‹%s› نى ئاكتىپلايدۇ"
+
+#: ../gedit/gedit-window.c:2055
+msgid "Use Spaces"
+msgstr "بوش ئورۇن ئىشلىتىش"
+
+#: ../gedit/gedit-window.c:2128
+msgid "Tab Width"
+msgstr "بەتكۈچ كەڭلىكى"
+
+#: ../gedit/gedit-window.c:2237
+msgid "Bracket match is out of range"
+msgstr "تىرناقلار جۈپى دائىرىدىن چىقىپ كەتتى"
+
+#: ../gedit/gedit-window.c:2242
+msgid "Bracket match not found"
+msgstr "تىرناقلار جۈپى تېپىلمىدى"
+
+#: ../gedit/gedit-window.c:2247
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "%d قۇردىن تىرناقلار جۈپى تېپىلمىدى"
+
+#: ../gedit/gedit-window.c:2852
+msgid "There are unsaved documents"
+msgstr "ساقلانمىغان پۈتۈكلەر بار"
+
+#. ex:set ts=8 noet:
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "چوڭ كىچىك يېزىلىش ئۆزگەرتىش"
+
+#: ../plugins/changecase/changecase.plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "تاللانغان ھۆججەتنىڭ چوڭ كىچىك يېزىلىشنى ئۆزگەرتىدۇ."
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:242
+msgid "C_hange Case"
+msgstr "چوڭ-كىچىك يېزىلىشىنى ئۆزگەرت(_H)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:243
+msgid "All _Upper Case"
+msgstr "ھەممىنى چوڭ ياز(_U)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:244
+msgid "Change selected text to upper case"
+msgstr "تاللانغان تېكىستنى چوڭ يېزىلىشىغا ئۆزگەرتىدۇ"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:246
+msgid "All _Lower Case"
+msgstr "ھەممىنى كىچىك ياز(_L)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:247
+msgid "Change selected text to lower case"
+msgstr "تاللانغان تېكىستنى كىچىك يېزىلىشىغا ئۆزگەرتىدۇ"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:249
+msgid "_Invert Case"
+msgstr "چوڭ-كىچىك يېزىلىشنى ئالماشتۇرۇش(_I)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:250
+msgid "Invert the case of selected text"
+msgstr "تېكىستنىڭ چوڭ-كىچىك يېزىلىشنى ئالماشتۇرىدۇ"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:252
+msgid "_Title Case"
+msgstr "سوز بەشىنى چوڭ ياز(_T)"
+
+#: ../plugins/changecase/gedit-changecase-plugin.c:253
+msgid "Capitalize the first letter of each selected word"
+msgstr "تاللانغان سۆزنىڭ بىرىنچى ھەرپىنى چوڭ يازىدۇ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "يېڭىلاشنى تەكشۈر"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "gedit نىڭ ئەڭ يېڭى نەشرىنى تەكشۈرىدۇ"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:257
+msgid "There was an error displaying the URI."
+msgstr "URI نى كۆرسىتىشتە خاتالىق كۆرۈلدى."
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:294
+msgid "_Download"
+msgstr "چۈشۈر(_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:302
+msgid "_Ignore Version"
+msgstr "نەشرىگە پەرۋا قىلما(_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:317
+msgid "There is a new version of gedit"
+msgstr "Gedit نىڭ يېڭى نەشرى بار"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:321
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr "چۈشۈرۈش كۇنۇپكىسىنى بېسىپ gedit نىڭ ئەڭ يېڭى نەشرىنى چۈشۈرۈڭ، ياكى بۇ نەشرىگە پەرۋا قىلماي كېيىنكى يېڭى نەشرنى ساقلاڭ"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "پەرۋا قىلمايدىغان نەشرى"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "يېڭى نەشرى ئېلان قىلىنغۇچە پەرۋا قىلمايدۇ."
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "پۈتۈك ستاتىستىكىسى"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr "نۆۋەتتىكى پۈتۈكنى تەھلىل قىل،ھەم پۈتۈكتىكى سۆز سانى،قۇر سانى،ھەرپ سانى ۋە بوشلۇق ئەمەس ھەرپ سانىنى دوكلات قىل."
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:427
+msgid "_Document Statistics"
+msgstr "پۈتۈك ستاتىستىكىسى(_D)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:429
+msgid "Get statistical information on the current document"
+msgstr "نۆۋەتتىكى پۈتۈكنىڭ ستاتىستىكىسىنى كۆرسىتىپ بېرىدۇ"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:2
+msgid "_Update"
+msgstr "يېڭىلا(_U)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:3
+msgid "File Name"
+msgstr "ھۆججەت ئاتى"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:4
+#: ../plugins/externaltools/tools/tools.ui.h:27
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid " "
+msgstr " "
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:5
+msgid "Document"
+msgstr "پۈتۈك"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:6
+msgid "Selection"
+msgstr "تاللاش"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:7
+msgid "Lines"
+msgstr "سىزىقلار"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:8
+msgid "Words"
+msgstr "سۆزلەر"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:9
+msgid "Characters (with spaces)"
+msgstr "ھەرپ سانى(بوشلۇقنى ئۆز ئىچىگە ئالىدۇ)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:10
+msgid "Characters (no spaces)"
+msgstr "ھەرپ سانى(بوشلۇقنى ئۆز ئىچىگە ئالمايدۇ)"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.ui.h:11
+msgid "Bytes"
+msgstr "بايت"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "قۇرۇش"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "ئارخىپ مۇندەرىجىسىدە «make» نى ئىجرا قىلىڭ"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "بۇ يەردە تېرمىنالنى ئاچ"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "پۈتۈكنىڭ ئورنىدا تېرمىنالنى ئېچىش"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "قۇر ئاخىرىدىكى بوشلۇقنى ئۆچۈرۈش"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "ھۆججەت تەركىبىدىكى ئاخىرقى كېرەكسىز بوشلۇقلارنى ئۆچۈر"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "بۇيرۇق ئىجرا قىل"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "ئىختىيارى بۇيرۇقنى ئىجرا قىلىپ ئۇنىڭ چىقىرىلمىسىنى يېڭى پۈتۈككە كىرگۈز"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "سىرتقى قوراللار"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "سىرتقى بۇيرۇق ۋە Shell scripts نى ئىجرا قىلىدۇ."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "سىستېما خەت نۇسخىسىنى ئىشلىتەمدۇ يوق"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr "true بولسا، سىرتقى قوراللار ئۈستەلئۈستى ئۆلچەملىك خەت نۇسخىسى monospace بولسا شۇنى ئىشلىتىدۇ(ياكى شۇنىڭغا يېقىن كېلىدىغان فونتنى)."
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "Pango خەت نۇسخىسى ئاتى. مەسىلەن \"Sans 12\" ياكى \"Monospace Bold 14\" دېگەندەك."
+
+#: ../plugins/externaltools/tools/capture.py:92
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "ئىجرا قىلغىلى بولمىدى:%s"
+
+#: ../plugins/externaltools/tools/functions.py:157
+msgid "You must be inside a word to run this command"
+msgstr "سۆزنىڭ ئىچىدە بولغاندا ئاندىن بۇ بۇيرۇقنى ئىجرا قىلالايسىز"
+
+#: ../plugins/externaltools/tools/functions.py:263
+msgid "Running tool:"
+msgstr "ئىجرا قىلىۋاتقان قورال:"
+
+#: ../plugins/externaltools/tools/functions.py:292
+msgid "Done."
+msgstr "تامام."
+
+#: ../plugins/externaltools/tools/functions.py:294
+msgid "Exited"
+msgstr "چېكىندى"
+
+#: ../plugins/externaltools/tools/manager.py:144
+msgid "All languages"
+msgstr "بارلىق تىللار"
+
+#: ../plugins/externaltools/tools/manager.py:560
+#: ../plugins/externaltools/tools/manager.py:564
+#: ../plugins/externaltools/tools/manager.py:888
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "All Languages"
+msgstr "بارلىق تىللار"
+
+#: ../plugins/externaltools/tools/manager.py:677
+msgid "New tool"
+msgstr "يېڭى قورال"
+
+#: ../plugins/externaltools/tools/manager.py:808
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "تېزلىتىش كۇنۇپكىسى ئاللىقاچان %s غا باغلانغان."
+
+#: ../plugins/externaltools/tools/manager.py:852
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "يېڭى تېزلىتىش كۇنۇپكىسىنى كىرگۈزۈڭ، ياكى Backspace بېسىپ تازىلاڭ"
+
+#: ../plugins/externaltools/tools/manager.py:854
+msgid "Type a new accelerator"
+msgstr "يېڭى تېزلىتىش كۇنۇپكىسىنى كىرگۈزۈڭ"
+
+#: ../plugins/externaltools/tools/outputpanel.py:120
+msgid "Stopped."
+msgstr "توختىدى."
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "All documents"
+msgstr "بارلىق پۈتۈك"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents except untitled ones"
+msgstr "ماۋزۇسىز پۈتۈكتىن باشقا بارلىق پۈتۈكلەر"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "Local files only"
+msgstr "يەرلىك ھۆججەتلا"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Remote files only"
+msgstr "يىراقتىكى ھۆججەتلا"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Untitled documents only"
+msgstr "نامسىز پۈتۈكلا"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Nothing"
+msgstr "يوق"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Current document"
+msgstr "نۆۋەتتىكى پۈتۈك"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current selection"
+msgstr "نۆۋەتتىكى تاللانغان مەزمۇن"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection (default to document)"
+msgstr "تاللانغان رايون"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current line"
+msgstr "نۆۋەتتىكى قۇر"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current word"
+msgstr "نۆۋەتتىكى سۆز"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Display in bottom pane"
+msgstr "ئاستىدىكى تاختىدا كۆرسەت"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Create new document"
+msgstr "يېڭى پۈتۈك قۇر"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Append to current document"
+msgstr "ھازىرقى پۈتۈككە قوشۇش"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Replace current document"
+msgstr "نۆۋەتتىكى پۈتۈكنى ئالماشتۇرۇش"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current selection"
+msgstr "نۆۋەتتىكى تاللانغان مەزمۇنىنى ئالماشتۇر"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Insert at cursor position"
+msgstr "نۇربەلگە ئورنىغا قىستۇر"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Manage External Tools"
+msgstr "سىرتقى قورالنى باشقۇرۇش"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "_Tools:"
+msgstr "قوراللار(_T)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "قورال قوشىدۇ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "قورال قوشۇش"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "تاللانغان قورالنى چىقىرىۋېتىدۇ"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "قورال چىقىرىۋېتىش"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "قورالنى ئەسلىگە ياندۇرۇش"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "قورالنى ئەسلىگە ياندۇرۇش"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid "_Edit:"
+msgstr "تەھرىر(_E)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Applicability:"
+msgstr "ماس كېلىدىغان دائىرە(_A):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Output:"
+msgstr "چىقار(_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "_Input:"
+msgstr "كىرگۈزۈش (_I)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:32
+msgid "_Save:"
+msgstr "ساقلا(_S)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:33
+msgid "Shortcut _Key:"
+msgstr "تېزلەتمە(_K):"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:173
+msgid "Manage _External Tools..."
+msgstr "سىرتقى قوراللارنى باشقۇرۇش(_E)..."
+
+#: ../plugins/externaltools/tools/windowactivatable.py:174
+msgid "Opens the External Tools Manager"
+msgstr "سىرتقى قوراللارنى باشقۇرغۇچنى ئېچىش"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:177
+msgid "External _Tools"
+msgstr "سىرتقى قوراللار(_T)"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:178
+msgid "External tools"
+msgstr "سىرتقى قوراللار"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:212
+msgid "Shell Output"
+msgstr "Shell چىقىرىش"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "ھۆججەت كۆرگۈ تاختىيى"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "يان تاختايدا ھۆججەتنى كۆرىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:241
+msgid "File System"
+msgstr "ھۆججەت سىستېمىسى"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:558
+msgid "_Set root to active document"
+msgstr "پۈتۈكنىڭ غول يولى قىلىپ بېكىت(_S)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:560
+msgid "Set the root to the active document location"
+msgstr "پۈتۈكنى ساقلايدىغان غول يول قىلىپ بېكىتىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:565
+msgid "_Open terminal here"
+msgstr "بۇ يەردە تېرمىنالنى ئاچ(_O)"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:567
+msgid "Open a terminal at the currently opened directory"
+msgstr "نۆۋەتتىكى ئاچقان مۇندەرىجىدە تېرمىنال ئېچىش"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:705
+msgid "File Browser"
+msgstr "ھۆججەت كۆرگۈ"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:848
+msgid "An error occurred while creating a new directory"
+msgstr "يېڭى مۇندەرىجە قۇرغاندا خاتالىق كۆرۈلدى"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:851
+msgid "An error occurred while creating a new file"
+msgstr "يېڭى ھۆججەت قۇرغاندا خاتالىق كۆرۈلدى"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:854
+msgid "An error occurred while renaming a file or directory"
+msgstr "ھۆججەت ياكى مۇندەرىجىگە قايتا ئىسىم قويغاندا خاتالىق كۆرۈلدى."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:857
+msgid "An error occurred while deleting a file or directory"
+msgstr "ھۆججەت ياكى مۇندەرىجە ئۆچۈرگەندە خاتالىق كۆرۈلدى."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:860
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "ھۆججەت باشقۇرغۇچتا مۇندەرىجە ئاچقاندا خاتالىق كۆرۈلدى."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:863
+msgid "An error occurred while setting a root directory"
+msgstr "غول مۇندەرىجە بەلگىلىگەندە خاتالىق كۆرۈلدى"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:866
+msgid "An error occurred while loading a directory"
+msgstr "مۇندەرىجە يۈكلىگەندە خاتالىق كۆرۈلدى"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:869
+msgid "An error occurred"
+msgstr "خاتالىق كۆرۈلدى"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1083
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr "ھۆججەتنى ئەخلەت ساندۇقىغا يۆتكىگىلى بولمىدى، تامامەن ئۆچۈرەمسىز؟"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1088
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "ھۆججەت «%s»نى ئەخلەتخانىغا يۆتكىيەلمىدى."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1093
+msgid "The selected files cannot be moved to the trash."
+msgstr "تاللانغان ھۆججەتلەرنى ئەخلەت ساندۇقىغا يۆتكىگىلى بولمىدى."
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1125
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "«%s» نى راستلا مەڭگۈلۈك ئۆچۈرەمسىز؟"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1130
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "تاللانغان ھۆججەتنى مەڭگۈ ئۆچۈرەمسىز؟"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:1133
+msgid "If you delete an item, it is permanently lost."
+msgstr "ئەگەر بىر تۈرنى ئۆچۈرسىڭىز، ئۇ مەڭگۈلۈك يوقىلىدۇ."
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1722
+msgid "(Empty)"
+msgstr "(بوش)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3467
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "ئاتى ئۆزگەرتىلگەن ھۆججەت سۈزۈۋېتىلدى. ئەگەر بۇ ھۆججەتنى كۆرۈنىدىغان قىلماقچى بولسىڭىز، سۈزگۈچنىڭ تەڭشىكىنى تەڭشەڭ."
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3711
+msgid "file"
+msgstr "ھۆججەت"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3739
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "يېڭى ھۆججەت سۈزۈۋېتىلدى. ھۆججەتنى كۆرۈنىدىغان قىلىش ئۈچۈن سۈزگۈچنى قايتا تەڭشەڭ"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3770
+msgid "directory"
+msgstr "مۇندەرىجە"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3795
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr "يېڭى مۇندەرىجە سۈزۈۋېتىلدى. مۇندەرىجىنى كۆرۈنىدىغان قىلىش ئۈچۈن سۈزگۈچنى قايتا تەڭشەڭ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:733
+msgid "Bookmarks"
+msgstr "خەتكۈشلەر"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:821
+msgid "_Filter"
+msgstr "سۈزگۈچ(_F)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:826
+msgid "_Move to Trash"
+msgstr "ئەخلەتخانىغا يۆتكە(_M)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:827
+msgid "Move selected file or folder to trash"
+msgstr "تاللانغان ھۆججەت ياكى مۇندەرىجىنى ئەخلەتخانىغا يۆتكەيدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:829
+msgid "_Delete"
+msgstr "ئۆچۈر(_D)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:830
+msgid "Delete selected file or folder"
+msgstr "تاللانغان ھۆججەت ياكى مۇندەرىجىنى ئۆچۈرىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:837
+msgid "Open selected file"
+msgstr "تاللانغان ھۆججەتنى ئاچىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:843
+msgid "Up"
+msgstr "ئۈستى"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:844
+msgid "Open the parent folder"
+msgstr "ئاتا قىسقۇچنى ئاچ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:849
+msgid "_New Folder"
+msgstr "يېڭى قىسقۇچ(_N)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:850
+msgid "Add new empty folder"
+msgstr "يېڭى قۇرۇق مۇندەرىجە قوشىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:852
+msgid "New F_ile"
+msgstr "يېڭى ھۆججەت(_I)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:853
+msgid "Add new empty file"
+msgstr "يېڭى قۇرۇق ھۆججەت قوشىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:858
+msgid "_Rename"
+msgstr "ئات ئۆزگەرت(_R)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:859
+msgid "Rename selected file or folder"
+msgstr "تاللانغان ھۆججەت ياكى مۇندەرىجە ئاتىنى ئۆزگەرتىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:865
+msgid "_Previous Location"
+msgstr "ئالدىنقى ئورۇن(_P)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:867
+msgid "Go to the previous visited location"
+msgstr "ئالدىنقى زىيارەت قىلغان ئورۇنغا يۆتكەل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:869
+msgid "_Next Location"
+msgstr "كېيىنكى ئورۇن"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:870
+msgid "Go to the next visited location"
+msgstr "كېيىنكى زىيارەت قىلغان ئورۇنغا يۆتكەل"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:871
+msgid "Re_fresh View"
+msgstr "كۆرۈنۈشنى يېڭىلا(_F)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:872
+msgid "Refresh the view"
+msgstr "كۆرۈنۈشنى يېڭىلايدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:873
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:891
+msgid "_View Folder"
+msgstr "قىسقۇچ كۆر(_V)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:874
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:892
+msgid "View folder in file manager"
+msgstr "ھۆججەت باشقۇرغۇچتا قىسقۇچ كۆرىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:881
+msgid "Show _Hidden"
+msgstr "يوشۇرۇن ھۆججەتنى كۆرسەت(_H)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:882
+msgid "Show hidden files and folders"
+msgstr "يوشۇرۇن ھۆججەت ۋە قىسقۇچنى كۆرسىتىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:884
+msgid "Show _Binary"
+msgstr "ئىككىلىك سىستېمىنى كۆرسەت(_B)"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:885
+msgid "Show binary files"
+msgstr "ئىككىلىك ھۆججەتنى كۆرسىتىدۇ"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1202
+msgid "Match Filename"
+msgstr "ھۆججەت ئاتىغا ماسلاش"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2004
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "ئېگەرلەنگەن دىسكىدا ئېگەرلەنگەن نەڭ يوق:%s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2081
+#, c-format
+msgid "Could not open media: %s"
+msgstr "ۋاسىتىنى ئاچالمىدى:%s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2128
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "دىسكىنى ئېگەرلىيەلمىدى: %s"
+
+#. ex:ts=8:noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "دەرەخسىمان كۆرۈنمەدە ئېچىش"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "ھۆججەت كۆرگۈ قىستۇرمىسىنى يۈكلەيدىغان چاغدا، خەتكۈش كۆرۈنمىسىدە ئەمەس، دەرەخسىمان كۆرۈنمەدە ئاچىدۇ."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "ھۆججەت كۆرگۈچ غول مۇندەرىجىسى"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr "onload/tree_view نىڭ قىممىتى TRUE بولغان چاغدىكى، ھۆججەت كۆرگۈ قىستۇرمىسىنىڭ غول مۇندەرىجىسى."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "ھۆججەت كۆرگۈچ مەۋھۇم غول مۇندەرىجىسى"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr "onload/tree_view نىڭ قىممىتى TRUE بولغان چاغدىكى، ھۆججەت كۆرگۈ قىستۇرمىسىنىڭ غول مۇندەرىجىسى. بۇ مەۋھۇم غول مۇندەرىجە چوقۇم ئەمەلىي غول مۇندەرىجىنىڭ ئاستىدا بولسۇن."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "يىراقتىكى ئورۇننى ئەسلىگە كەلتۈرۈشنى ئىناۋەتلىك قىلىش"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "يىراق مۇساپىلىك ئورۇننى ئەسلىگە كەلتۈرۈشكە رۇخسەت قىلىش قىلماسلىقنى تەڭشەش ."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "ئورۇننى بىرىنچى ھۆججەتكە بەلگىلەش"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr "ئەگەر TRUE قىلىنسا، تۇنجى قېتىم ئېچىلغان پۈتۈك بار مۇندەرىجىدىكى، ھۆججەت كۆرگۈ قىستۇرمىسى تېخى ئىشلىتىپ باقمىغان مۇندەرىجىنى كۆرسىتىدۇ(مۇنداقچە ئېيتقاندا، بۇ ئىقتىدارى پۈتۈكنى بۇيرۇق قۇرى ياكى Nautilus ئارقىلىق ئاچقاندا ئىشلىتىلىدۇ.)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "ھۆججەت كۆرگۈنىڭ سۈزگۈچ ھالىتى"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr "بۇ قىممەت ھۆججەت كۆرگۈدە قانداق ھۆججەتلەرنىڭ سۈزۈلىدىغانلىقىنى بەلگىلەيدۇ. ئىناۋەتلىك قىممەتلەر: يوق(سۈزمەيدۇ)، hide-hidden(يوشۇرۇن ھۆججەتلەرنى سۈزىدۇ) ۋە hide-binary (ئىككىلىك سىستېمىدىكى ھۆججەتلەرنى سۈزىدۇ)."
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "ھۆججەت كۆرگۈنىڭ سۈزگۈچىنىڭ ئەندىزىسى"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr "ھۆججەت كۆرگۈدە ئىشلىتىلىدىغان سۈزگۈچ ئەندىزىسى. بۇ filter_mode نىڭ ئۈستىدە ئىشلەيدۇ."
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "ھالەت قۇرى"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Emacs، Kate ۋە Vim-style دىكى modelines ئىقتىدارىنى gedit تا ئىشلىتىدۇ."
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "بۇيرۇقنىڭ رەڭگى"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "بۇيرۇق تېكىستنىڭ رەڭگى"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "خاتالىقنىڭ رەڭگى"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "خاتالىق تېكىستىنىڭ رەڭگى"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr "ئەگەر راست (true) بولسا تېرمىنال ئۈستەلئۈستى بىلەن ئوخشاش خەت نۇسخا ئىشلىتىدۇ، ئەگەر شۇ خەت نۇسخىسى تەڭ كەڭلىكتىكى خەت نۇسخىسى بولسا (ئۇنداق بولمىسا ئۇنىڭغا ئەڭ يېقىن كېلىدىغان خەت نۇسخىسىنى ئىشلىتىدۇ)"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "بۇيرۇق رەڭگى(_C):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "خاتالىق رەڭگى(_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:52
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python كونترول سۇپىسى"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "ئاستىدا Python پروگراممىسىنى ئىجرا قىلىش كۆزنىكىنى ئاچىدۇ"
+
+#: ../plugins/quickopen/quickopen/__init__.py:71
+msgid "Quick open"
+msgstr "تېز ئېچىش"
+
+#: ../plugins/quickopen/quickopen/__init__.py:72
+msgid "Quickly open documents"
+msgstr "پۈتۈكنى تېز ئېچىش"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "تېز ئېچىش"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "ھۆججەتنى تېز ئېچىش"
+
+#: ../plugins/quickopen/quickopen/popup.py:73
+msgid "Type to search..."
+msgstr "ئىزدەيدىغاننى كىرگۈزۈڭ…"
+
+#. ex:ts=8:et:
+#: ../plugins/snippets/snippets/document.py:57
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "پۇرۇچلار"
+
+#: ../plugins/snippets/snippets/exporter.py:82
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "ئارخىپ «%s» نى قۇرغىلى بولمىدى"
+
+#: ../plugins/snippets/snippets/exporter.py:99
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "نىشان مۇندەرىجە «%s»مەۋجۇت ئەمەس"
+
+#: ../plugins/snippets/snippets/exporter.py:102
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "نىشان مۇندەرىجە «%s» ئىناۋەتلىك مۇندەرىجە ئەمەس"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "ھۆججەت «%s» مەۋجۇت ئەمەس"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "ھۆججەت «%s» ئىناۋەتلىك پۇرۇچلار ھۆججىتى ئەمەس"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "ئىمپورت قىلىنغان ھۆججەت «%s» ئىناۋەتلىك پۇرۇچلار ھۆججىتى ئەمەس"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "ئارخىپ «%s»نى پرېستىن يېشەلمىدى"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "تۆۋەندىكى ھۆججەتنى ئىمپورت قىلغىلى بولمىدى: %s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "ھۆججەت «%s» ئىناۋەتلىك پۇرۇچلار ئارخىپى ئەمەس"
+
+#: ../plugins/snippets/snippets/manager.py:43
+msgid "Snippets archive"
+msgstr "پۇرۇچلار ئارخىپى"
+
+#: ../plugins/snippets/snippets/manager.py:63
+msgid "Add a new snippet..."
+msgstr "يېڭى پۇرۇچ قوشۇش..."
+
+#: ../plugins/snippets/snippets/manager.py:115
+msgid "Global"
+msgstr "ئومۇمىي دائىرىلىك"
+
+#: ../plugins/snippets/snippets/manager.py:399
+msgid "Revert selected snippet"
+msgstr "تاللانغان پۇرۇچنى ئەسلىگە كەلتۈرۈش"
+
+#: ../plugins/snippets/snippets/manager.py:402
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Delete selected snippet"
+msgstr "تاللانغان پۇرۇچنى ئۆچۈرۈش"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:661
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr "بۇ «Tab» نىڭ trigger سىغا مۇۋاپىق ئەمەس. trigger غا مۇۋاپىق كېلىدىغانلىرى رەقەملەر ۋە ئىنگلىزچە ھەرپلەر(_، :، .) ياكى بىر تال بەلگە(رەقەم ياكى ئىنگلىزچە ھەرپ بولمىغان) قاتارلىقلاردۇر."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:668
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Tab كۇنۇپكىسىنى چەككەندىن كېيىن بۇ پۇرۇچنىڭ تاق سۆزى ئاكتىپلىنىدۇ"
+
+#: ../plugins/snippets/snippets/manager.py:757
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "ئىمپورت قىلىۋاتقاندا تۆۋەندىكىدەك خاتالىق كۆرۈلدى:%s"
+
+#: ../plugins/snippets/snippets/manager.py:764
+msgid "Import successfully completed"
+msgstr "ئىمپورت قىلىش مۇۋەپپەقىيەتلىك بولدى"
+
+#: ../plugins/snippets/snippets/manager.py:778
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import snippets"
+msgstr "پۇرۇچلارنى ئىمپورت قىلىش"
+
+#: ../plugins/snippets/snippets/manager.py:783
+#: ../plugins/snippets/snippets/manager.py:869
+#: ../plugins/snippets/snippets/manager.py:932
+msgid "All supported archives"
+msgstr "بارلىق ئىشلەتكىلى بولىدىغان ئارخىپلار"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "Gzip compressed archive"
+msgstr "Gzip دا پرېسلانغان ئارخىپ"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 دا پرېسلانغان ئارخىپ"
+
+#: ../plugins/snippets/snippets/manager.py:786
+msgid "Single snippets file"
+msgstr "تاق snippets ھۆججىتى"
+
+#: ../plugins/snippets/snippets/manager.py:787
+#: ../plugins/snippets/snippets/manager.py:873
+#: ../plugins/snippets/snippets/manager.py:936
+msgid "All files"
+msgstr "ھەممە ھۆججەتلەر"
+
+#: ../plugins/snippets/snippets/manager.py:799
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "ئېكسپورت قىلىۋاتقاندا تۆۋەندىكىدەك خاتالىق كۆرۈلدى:%s"
+
+#: ../plugins/snippets/snippets/manager.py:803
+msgid "Export successfully completed"
+msgstr "ئېكسپورت قىلىش مۇۋەپپەقىيەتلىك بولدى"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:843
+#: ../plugins/snippets/snippets/manager.py:910
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "تاللانغان <b>سىستېما</b>snippets نىمۇ بىرگە ساقلامسىز؟"
+
+#: ../plugins/snippets/snippets/manager.py:858
+#: ../plugins/snippets/snippets/manager.py:928
+msgid "There are no snippets selected to be exported"
+msgstr "ئېكسپورت قىلىدىغان پۇرۇچلار تاللانمىغان"
+
+#: ../plugins/snippets/snippets/manager.py:863
+#: ../plugins/snippets/snippets/manager.py:901
+msgid "Export snippets"
+msgstr "پۇرۇچلارنى ئېكسپورت قىلىش"
+
+#: ../plugins/snippets/snippets/manager.py:1042
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "يېڭى تېزلەتمە كىرگۈزۈڭ ياكى Backspace نى بېسىپ تازىلاڭ"
+
+#: ../plugins/snippets/snippets/manager.py:1044
+msgid "Type a new shortcut"
+msgstr "يېڭى تېزلەتمە كىرگۈزۈڭ"
+
+#: ../plugins/snippets/snippets/placeholder.py:601
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "Python بۇيرۇقى(%s)نى ئىجرا قىلىۋاتقاندا ۋاقىت ئېشىپ كەتتى، بۇيرۇق توختىتىلدى."
+
+#: ../plugins/snippets/snippets/placeholder.py:609
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python بۇيرۇقى (%s) نى ئىجرا قىلىش مەغلۇپ بولدى:%s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "تېز سۈرەتتە كۆپ ئىشلىتىدىغان تېكىست بۆلەك قىستۇرۇش"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "پۇرۇچلارنى باشقۇرۇش"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "_Snippets:"
+msgstr "پۇرۇچلار(_S):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Create new snippet"
+msgstr "يېڭى پۇرۇچ قۇرۇش"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Add Snippet"
+msgstr "پۇرۇچ قوشۇش"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Remove Snippet"
+msgstr "پۇرۇچنى چىقىرىۋېتىش"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Import Snippets"
+msgstr "پۇرۇچلارنى ئىمپورت قىل"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export selected snippets"
+msgstr "تاللانغان پۇرۇچنى ئېكسپورت قىلىش"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Export Snippets"
+msgstr "كود پارچىسى ئېكسپورت قىلىش"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:12
+msgid "Activation"
+msgstr "ئاكتىپلاش"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "_Tab trigger:"
+msgstr "Tab قوزغاتقۇچ(_T):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "S_hortcut key:"
+msgstr "تېزلەتمە كۇنۇپكا(_H):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:18
+msgid "Shortcut key with which the snippet is activated"
+msgstr "بۇ پۇرۇچنىڭ تېزلەتمە كۇنۇپكىسى ئاكتىپلاندى"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:19
+msgid "_Drop targets:"
+msgstr "تاشلاش نىشانى(_D):"
+
+#: ../plugins/snippets/snippets/windowactivatable.py:154
+msgid "Manage _Snippets..."
+msgstr "پۇرۇچلارنى باشقۇر(_S)..."
+
+#: ../plugins/snippets/snippets/windowactivatable.py:155
+msgid "Manage snippets"
+msgstr "پۇرۇچلارنى باشقۇرىدۇ"
+
+#: ../plugins/sort/gedit-sort-plugin.c:88
+msgid "S_ort..."
+msgstr "تەرتىپلە(_O)..."
+
+#: ../plugins/sort/gedit-sort-plugin.c:90
+msgid "Sort the current document or selection"
+msgstr "نۆۋەتتىكى ئارخىپنى ياكى تاللانغان مەزمۇننى تەرتىپلە"
+
+#. ex:ts=8:noet:
+#: ../plugins/sort/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "تەرتىپلە"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:2
+msgid "_Sort"
+msgstr "تەرتىپلە(_S)"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:3
+msgid "_Reverse order"
+msgstr "تەتۈر تەرتىپلە(_R)"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:4
+msgid "R_emove duplicates"
+msgstr "تەكرارلانغان مەزمۇننى ئۆچۈر(_E)"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:5
+msgid "_Ignore case"
+msgstr "چوڭ كىچىك يېزىلىشىغا پەرۋا قىلما(_I)"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:6
+msgid "S_tart at column:"
+msgstr "تەرتىپلەش ئىستوندىن باشلىنىدۇ(_T):"
+
+#: ../plugins/sort/gedit-sort-plugin.ui.h:7
+msgid "You cannot undo a sort operation"
+msgstr "تەرتىپلەش مەشغۇلاتىدىن يېنىۋالغىلى بولمايدۇ"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "پۈتۈك ياكى تاللانغان تېكىستنى تەرتىپلەيدۇ."
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:420
+#: ../plugins/spell/gedit-spell-checker-dialog.c:444
+msgid "(no suggested words)"
+msgstr "(تەكلىپ سۆز يوق)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:444
+msgid "_More..."
+msgstr "تېخىمۇ كۆپ(_M)…"
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:499
+msgid "_Ignore All"
+msgstr "ھەممىگە پەرۋا قىلما(_A)"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:514
+msgid "_Add"
+msgstr "قوش(_A)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:553
+msgid "_Spelling Suggestions..."
+msgstr "نامزاتلار...(_S)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:264
+msgid "Check Spelling"
+msgstr "ئىملا تەكشۈر"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:275
+msgid "Suggestions"
+msgstr "نامزاتلار"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:551
+msgid "(correct spelling)"
+msgstr "(توغرا ئىملا)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:692
+msgid "Completed spell checking"
+msgstr "ئىملا تەكشۈرۈش تاماملاندى"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:378
+#: ../plugins/spell/gedit-spell-checker-language.c:384
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:393
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "نامەلۇم (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:499
+msgctxt "language"
+msgid "Default"
+msgstr "كۆڭۈلدىكى"
+
+#. ex:ts=8:noet:
+#: ../plugins/spell/gedit-spell-language-dialog.c:140
+#: ../plugins/spell/languages-dialog.ui.h:1
+msgid "Set language"
+msgstr "تىل تەڭشەش"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:182
+msgid "Languages"
+msgstr "تىللار"
+
+#: ../plugins/spell/gedit-spell-plugin.c:107
+msgid "_Check Spelling..."
+msgstr "ئىملا تەكشۈر(_C)…"
+
+#: ../plugins/spell/gedit-spell-plugin.c:109
+msgid "Check the current document for incorrect spelling"
+msgstr "نۆۋەتتىكى پۈتۈكنىڭ ئىملا خاتالىقىنى تەكشۈرىدۇ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:115
+msgid "Set _Language..."
+msgstr "تىل تەڭشەش(_L)..."
+
+#: ../plugins/spell/gedit-spell-plugin.c:117
+msgid "Set the language of the current document"
+msgstr "نۆۋەتتىكى پۈتۈكنىڭ تىلىنى تەڭشەيدۇ"
+
+#: ../plugins/spell/gedit-spell-plugin.c:126
+msgid "_Highlight Misspelled Words"
+msgstr "ئىملاسى خاتا سۆزنى يورۇت(_H)"
+
+#: ../plugins/spell/gedit-spell-plugin.c:128
+msgid "Automatically spell-check the current document"
+msgstr "نۆۋەتتىكى پۈتۈكنىڭ ئىملاسىنى ئاپتوماتىك تەكشۈر"
+
+#: ../plugins/spell/gedit-spell-plugin.c:810
+msgid "The document is empty."
+msgstr "پۈتۈك قۇرۇق."
+
+#: ../plugins/spell/gedit-spell-plugin.c:835
+msgid "No misspelled words"
+msgstr "ئىملاسى خاتا سۆز يوق"
+
+#: ../plugins/spell/languages-dialog.ui.h:2
+msgid "Select the _language of the current document."
+msgstr "نۆۋەتتىكى پۈتۈكنىڭ تىلىنى تاللا(_L)."
+
+#: ../plugins/spell/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "ئىملا تەكشۈرۈش"
+
+#: ../plugins/spell/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "ئىملاسى خاتا سوز:"
+
+#: ../plugins/spell/spell-checker.ui.h:3
+msgid "word"
+msgstr "سۆز"
+
+#: ../plugins/spell/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "غا ئالماشتۇر(_T):"
+
+#: ../plugins/spell/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "سۆزنى تەكشۈر(_W)"
+
+#: ../plugins/spell/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "نامزات(_S)"
+
+#: ../plugins/spell/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "پەرۋا قىلما(_I)"
+
+#: ../plugins/spell/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "ئالماشتۇر(_N)"
+
+#: ../plugins/spell/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "ھەممىگە پەرۋا قىلما(_A)"
+
+#: ../plugins/spell/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "ھەممىنى ئالماشتۇر(_L)"
+
+#: ../plugins/spell/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "ئىشلەتكۈچى لۇغىتى:"
+
+#: ../plugins/spell/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "سۆز قوش(_O)"
+
+#: ../plugins/spell/spell-checker.ui.h:13
+msgid "Language:"
+msgstr "تىل:"
+
+#: ../plugins/spell/spell-checker.ui.h:14
+msgid "Language"
+msgstr "تىل"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "ئىملا تەكشۈرگۈچ"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "نۆۋەتتىكى پۈتۈكنىڭ ئىملاسىنى تەكشۈر."
+
+#: ../plugins/time/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "چېسلا بىلەن ۋاقىتنى قىستۇرۇش"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:2
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:4
+msgid "Use the _selected format"
+msgstr "تاللانغان فورماتنى ئىشلەت(_S)"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:3
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:5
+msgid "_Use custom format"
+msgstr "ئىختىيارىي فورماتنى ئىشلەت(_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/gedit-time-dialog.ui.h:5
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:8
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y/%m/%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/gedit-time-dialog.ui.h:6
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:10
+msgid "01/11/2009 17:52:00"
+msgstr "2009/01/11 17:52:00"
+
+#: ../plugins/time/gedit-time-dialog.ui.h:7
+msgid "_Insert"
+msgstr "قىستۇر(_I)"
+
+#: ../plugins/time/gedit-time-plugin.c:184
+msgid "In_sert Date and Time..."
+msgstr "چېسلا بىلەن ۋاقىتنى قىستۇر(_S)..."
+
+#: ../plugins/time/gedit-time-plugin.c:186
+msgid "Insert current date and time at the cursor position"
+msgstr "نۆۋەتتىكى نۇربەلگىسى تۇرغان جايغا ۋاقىت بىلەن چېسىلا قىستۇرۇلىدۇ."
+
+#: ../plugins/time/gedit-time-plugin.c:504
+msgid "Available formats"
+msgstr "ئىشلەتكىلى بولىدىغان فورماتلار"
+
+#. ex:ts=8:noet:
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "چېسلا/ۋاقىت قىستۇرمىسىنى تەڭشەش"
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:2
+msgid "When inserting date/time..."
+msgstr "چېسىلا/ۋاقىتنى قىستۇرغاندا..."
+
+#: ../plugins/time/gedit-time-setup-dialog.ui.h:3
+msgid "_Prompt for a format"
+msgstr "فورماتنى ئەسكەرت(_P)"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "كۆرسەتمە تىپى"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr "ھەر قېتىم ئىشلەتكۈچى فورماتنى كۆرسىتىپ بەرسە بولىدۇ. ياكى تاللانغان ياكى ئىختىيارى فورماتنى ئىشلەتسىمۇ بولىدۇ."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "تاللانغان فورمات"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "چېسىلا/ۋاقىتنى قىستۇرغاندا ئىشلىتىلىدىغان تاللانغان فورمات."
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "ئىختىيارى فورمات"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "چېسىلا/ۋاقىتنى قىستۇرغاندا ئىشلىتىلىدىغان ئىختىيارىي فورمات."
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "چېسلا/ۋاقىتنى قىستۇرۇش"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "نۆۋەتتىكى نۇربەلگىسى تۇرغان جايغا ۋاقىت بىلەن چېسىلا قىستۇرۇلىدۇ."
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:1
+msgid "Zeitgeist dataprovider"
+msgstr "Zeitgeist سانلىق-مەلۇمات تەمىنلىگۈچى"
+
+#: ../plugins/zeitgeist/zeitgeist.plugin.desktop.in.h:2
+msgid "Logs access and leave event for documents used with gedit"
+msgstr "زىيارەتنى خاتىرىلەپ، gedit تا ئىشلىتىلگەن پۈتۈكنىڭ ھادىسىلىرىنى خاتىرىلەيدۇ."
+
+#~ msgid "Text;"
+#~ msgstr "تېكىست؛"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "ساقلىماي چىقىپ كەت(_W)"
+
+#~ msgid "_Cancel Logout"
+#~ msgstr "تىزىمدىن چىقىشتىن ۋاز كەچ(_C)"
+
+#~ msgid "_Add..."
+#~ msgstr "قوشۇش(_A)…"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Gedit نى ئارقا تەرەپتە ئىجرا قىل"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "سىرتقى قوراللارنى باشقۇرغۇچ"
+
+#~ msgid "Previous location"
+#~ msgstr "ئالدىنقى ئورۇن"
+
+#~ msgid "Go to previous location"
+#~ msgstr "ئالدىنقى ئورۇنغا يۆتكىلىدۇ"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "ئالدىنقى ئاچقان ئورۇنغا يۆتكىلىدۇ"
+
+#~ msgid "Next location"
+#~ msgstr "كېيىنكى ئورۇن"
+
+#~ msgid "Go to next location"
+#~ msgstr "كېيىنكى ئورۇنغا يۆتكىلىدۇ"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "gedit نىڭ يېزىش ھالىتىدە ئىشلەتكىلى بولىدىغان VFS لايىھىلىرىنىڭ "
+#~ "تىزىملىكى. 'file' لايىھىسى ئادەتتە يېزىشچان."
+
+#~ msgid "Snippets Manager"
+#~ msgstr "بۆلەك باشقۇرغۇچ"
+
+#~ msgid "It is not possible to detect the encoding automatically"
+#~ msgstr "كودنى ئۆزلۈكىدىن تەكشۈرەلمەيدۇ"
diff --git a/po/uk.po b/po/uk.po
new file mode 100644
index 0000000..0da3d01
--- /dev/null
+++ b/po/uk.po
@@ -0,0 +1,3741 @@
+# gedit.po for ukrainian language.
+# Copyright (C) 1999,2000 Free Software Foundation, Inc.
+# Ivan Petruk <petruk.ivan@gmail.com>
+# Yuri Syrota <yuri@renome.rovno.ua>, 1999.
+# Maxim Dziumanenko <dziumanenko@gmail.com>, 2004-2008.
+# wanderlust <wanderlust@ukr.net>, 2009.
+# Daniel Korostil <ted.korostiled@gmail.com>, 2013, 2014, 2015, 2016.
+# Yuri Chornoivan <yurchor@ukr.net>, 2020, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-12-09 21:25+0000\n"
+"PO-Revision-Date: 2022-12-10 08:43+0200\n"
+"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
+"Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n"
+"Language: uk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 20.12.0\n"
+"X-Project-Style: gnome\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "Текстовий редактор"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid ""
+"gedit is a general-purpose text editor. It has been created in 1998, at the "
+"beginnings of GNOME."
+msgstr ""
+"gedit є текстовим редактором загального призначення. Програму було створено"
+" у 1998 року на початковому етапі розвитку GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:14
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Gedit, передусім, проста у користуванні програма і типовим простим "
+"інтерфейсом. Доступ до додаткових можливостей відкривається за допомогою "
+"додатків."
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Редактор текстових файлів"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr ""
+"Текст;Редактор;Запис;Написання;ґедіт;Text;Editor;Plaintext;Write;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "Створити вікно"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "Створити документ"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Використовувати початковий шрифт"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Чи використовувати системний шрифт для області редагування. Якщо цей "
+"параметр вимкнено, то для області редагування буде використовуватися шрифт, "
+"визначений в параметрі «Шрифт редактора»."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Шрифт редактора"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Схеми стилю"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr ""
+"Ідентифікатор схеми стилів GtkSourceView, що використовується для кольору "
+"тексту."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Створювати резервні копії"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Чи слід створювати резервні копії для файлів, які збережено."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Автозбереження"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Чи потрібно автоматично зберігати змінені файли з певною періодичністю. "
+"Інтервал між збереженнями визначається параметром «Інтервал автозбереження»."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Інтервал автозбереження"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Інтервал у хвилинах, після якого всі не збережені файли будуть збережені "
+"автоматично. Матиме ефект лише тоді, коли параметр «автозбереження» "
+"увімкнений."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Максимальна кількість скасувань дій"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Максимальна кількість дій, які можна скасувати чи повторити. Значення «-1» "
+"означає необмежену кількість дій."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Режим переносу рядків"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Визначає, як переносити довгі рядки в області редагування. Використовуйте "
+"«none» для вимкнення переносу, «word» для переносу на межі слів і «char» для "
+"символьного переносу. Зауважте, що значення чутливі до регістру і мають "
+"з'являтися точно у вказаному вигляді."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Останній вибір режиму розділення для перенесення рядків"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Вказує останній режим розділення використаний з режимом перенесення рядків, "
+"тож коли режим перенесення вимкнено, ми пам'ятаємо вибір режиму розділення. "
+"Використовуйте «word» на межі слів і «char» для перенесення на окремих межах "
+"символів."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Розмір табуляції"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+"Визначає кількість пропусків, які потрібно показати замість символу "
+"табуляції."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Вставляти пропуски"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Чи вставляти пропуски замість знаків табуляції."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Автовідступ"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Чи потрібно автоматично розставляти відступ."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Показувати номери рядків"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Чи мають показуватись номери рядків у ділянці редагування."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Виділяти кольором поточний рядок"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Чи виділяти кольором поточний рядок."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Виділяти кольором відповідні дужки"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Чи виділяти кольором поточний рядок."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Показувати праву поле"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Чи слід показувати праву межу у ділянці редагування."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Позиція правого поля"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Вказує позицію правого поля."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Тип шаблону тла документа"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Чи буде використано візерунок тла для показу документа."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Розумні клавіші Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Вказує спосіб переміщення курсору при натисканні клавіш HOME та END. Вкажіть "
+"«disabled» для простого переміщення до початку та кінця рядка, «after» для "
+"переміщення до початку/кінця рядка при першому натисканні та при другому "
+"натисканні до початку/кінця тексту, ігноруючи пробільні символи. Якщо "
+"вказано «before» — переміщення до початку/кінця тексту, при повторному "
+"натисканні — переміщення до початку/кінця рядка. Якщо вказано «always» — "
+"курсор завжди переміщується до початку/кінця тексту, на початку/кінця рядка."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Відновлювати попередню позицію курсора"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Чи слід відновлювати попередню позицію курсора після завантаження файлу."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Увімкнути виділення синтаксису"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Чи вмикати виділення синтаксису."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Увімкнути виділення кольором при пошуку"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Чи виділяти кольором всі знайдені збіги при пошуку."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Забезпечити зайві нові лінії"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr ""
+"Чи gedit буде забезпечувати, щоб документи завжди закінчувались на "
+"додатковий новий рядок."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Режим показу вкладок для ноутбука"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Визначає, як показувати вкладки на ноутбуці. Використовуйте «never» для "
+"того, щоб не показувати вкладки, «always» — для показу вкладок, «auto» — "
+"показувати тільки, коли є понад одна вкладка. Зауважте, значення є чутливими "
+"до регістру, тож переконайтесь, що вони з'являються точно у вказаному "
+"вигляді."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Панель стану видима"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Чи показувати панель стану у вікнах редагування."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Бічна панель — видима"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Чи показувати бічну панель зліва від вікон редагування."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "Надрукувати виділення синтаксису"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid ""
+"Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Чи застосовувати виділення кольором синтаксису при друкуванні документів."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "Друкувати заголовки сторінок"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid ""
+"Whether gedit should include a document header when printing documents."
+msgstr "Чи слід друкувати заголовок документа."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Режим переносу рядків під час друкування"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Визначає, як переносити довгі рядки під час друкування. Використовуйте "
+"«none» для вимкнення переносу, «word» для переносу на межі слів і «char» для "
+"символьного переносу. Зауважте, що значення чутливі до регістру і мають "
+"з'являтися точно у вказаному вигляді."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "Друкувати номери рядків"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Якщо значення встановлено в 0, номери рядків не буде вставлено, коли "
+"друкуватиметься документ. Інакше, номер друкуватимуться біля кожного рядка."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Основний шрифт для друкування"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Визначає шрифт, що використовується для друкування тексту документів."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Шрифт заголовка для друкування"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Визначає шрифт, що використовується для друкування заголовків сторінок. "
+"Матиме ефект лише тоді, коли параметр «Друкувати заголовок» увімкнено."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Шрифт номерів рядків для друкування"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Ліва межа"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Ліва межа в міліметрах."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Верхня межа"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Верхня межа у міліметрах."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Права межа"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Права межа в міліметрах."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Нижня межа"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Нижня межа у міліметрах."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Запропоновані кодування"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Перелік пропонованих кодувань показаних у меню «Кодування символів» під час "
+"відкривання/зберігання файлів. «CURRENT» представляє поточне кодування "
+"локалі. Використовуються тільки розпізнані кодування. Типове значення — "
+"порожні список, в разі якого програма вибере найкраще кодування відповідно "
+"до країни і локалі."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Активні модулі"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Список активних модулів."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Показати версію програми"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Показати перелік можливих значень параметрів кодування"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Кодування символів для відкривання файлів перелічених у командному рядку"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "КОДУВАННЯ"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Створити нове головне вікно в поточному екземплярі gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Створити новий документ в поточному екземплярі gedit"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Відкрити файли та блокувати процес доки файли не будуть закриті"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Запустити gedit у автономному режимі"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[ФАЙЛ…] [+РЯДОК[:СТОВПЧИК]]"
+
+#: gedit/gedit-app.c:227
+msgid "There was an error displaying the help."
+msgstr "Помилка при показі довідки."
+
+#: gedit/gedit-app.c:842
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: неправильне кодування."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "_Закрити без збереження"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:792
+#: gedit/gedit-commands-file.c:1517 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78 gedit/gedit-io-error-info-bar.c:95
+#: gedit/gedit-io-error-info-bar.c:294 gedit/gedit-preferences-dialog.c:721
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "_Скасувати"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "_Зберегти як…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:791
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:56
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "З_берегти"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Якщо ви не збережете, зміни за останню %ld секунду будуть остаточно втрачені."
+msgstr[1] ""
+"Якщо ви не збережете, зміни за останні %ld секунди будуть остаточно втрачені."
+msgstr[2] ""
+"Якщо ви не збережете, зміни за останні %ld секунд будуть остаточно втрачені."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Якщо ви не збережете, зміни за останню хвилину будуть остаточно втрачені."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Якщо ви не збережете, зміни за останню хвилину та %ld секунду будуть "
+"остаточно втрачені."
+msgstr[1] ""
+"Якщо ви не збережете, зміни за останню хвилину та %ld секунди будуть "
+"остаточно втрачені."
+msgstr[2] ""
+"Якщо ви не збережете, зміни за останню хвилину та %ld секунд будуть "
+"остаточно втрачені."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Якщо ви не збережете, зміни за останню %ld хвилину будуть остаточно втрачені."
+msgstr[1] ""
+"Якщо ви не збережете, зміни за останні %ld хвилини будуть остаточно втрачені."
+msgstr[2] ""
+"Якщо ви не збережете, зміни за останні %ld хвилин будуть остаточно втрачені."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid ""
+"If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Якщо ви не збережете, зміни за останню годину будуть остаточно втрачені."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Якщо ви не збережете, зміни за останню годину та %d хвилину будуть остаточно "
+"втрачені."
+msgstr[1] ""
+"Якщо ви не збережете, зміни за останню годину та %d хвилини будуть остаточно "
+"втрачені."
+msgstr[2] ""
+"Якщо ви не збережете, зміни за останню годину та %d хвилин будуть остаточно "
+"втрачені."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Якщо ви не збережете, зміни за останню %d годину будуть остаточно втрачені."
+msgstr[1] ""
+"Якщо ви не збережете, зміни за останні %d години будуть остаточно втрачені."
+msgstr[2] ""
+"Якщо ви не збережете, зміни за останні %d години будуть остаточно втрачені."
+
+#: gedit/gedit-close-confirmation-dialog.c:399
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Зберегти зміни в документі «%s» перед закриванням?"
+
+#: gedit/gedit-close-confirmation-dialog.c:467
+#, c-format
+msgid ""
+"There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"%d документ має незбережені зміни. Зберегти зміни перед закриванням?"
+msgstr[1] ""
+"%d документи мають незбережені зміни. Зберегти зміни перед закриванням?"
+msgstr[2] ""
+"%d документів мають незбережені зміни. Зберегти зміни перед закриванням?"
+
+#: gedit/gedit-close-confirmation-dialog.c:490
+msgid "S_elect the documents you want to save:"
+msgstr "_Виберіть документи, які необхідно зберегти:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:506
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Якщо ви не збережете, всі зміни будуть остаточно втрачені."
+
+#: gedit/gedit-commands-file.c:258
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Завантажується файл «%s»…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Завантажується %d файл…"
+msgstr[1] "Завантажуються %d файли…"
+msgstr[2] "Завантажуються %d файлів…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Файл «%s» лише для читання."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Спробувати замінити його файлом, що ви записуєте?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "За_мінити"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Зберегти файл зі стисненням?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Зберегти файл у форматі простого тесту?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Файл «%s» було раніше збережено у форматі простого тексту і тепер буде "
+"збережено з використанням стиснення."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "З_берегти зі стисненням"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Файл «%s» раніше був збережений з використанням стиснення і тепер "
+"зберігається у форматі простого тексту."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "З_берегти як звичайний"
+
+#: gedit/gedit-commands-file.c:678 gedit/gedit-commands-file.c:967
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Зберігається файл «%s»…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:789
+msgctxt "window title"
+msgid "Save As"
+msgstr "Зберегти як"
+
+#: gedit/gedit-commands-file.c:1378
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Відновлення документу «%s»…"
+
+#: gedit/gedit-commands-file.c:1425
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Відновити незбережені зміни в документі «%s»?"
+
+#: gedit/gedit-commands-file.c:1434
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Зміни, внесені в документ за останню %ld секунду, будуть остаточно втрачені."
+msgstr[1] ""
+"Зміни, внесені в документ за останні %ld секунди, будуть остаточно втрачені."
+msgstr[2] ""
+"Зміни, внесені в документ за останні %ld секунд, будуть остаточно втрачені."
+
+#: gedit/gedit-commands-file.c:1443
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr ""
+"Зміни, внесені в документ за останню хвилину, будуть остаточно втрачені."
+
+#: gedit/gedit-commands-file.c:1449
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Зміни, внесені в документ за останню хвилину та %ld секунду, будуть "
+"остаточно втрачені."
+msgstr[1] ""
+"Зміни, внесені в документ за останню хвилину та %ld секунди, будуть "
+"остаточно втрачені."
+msgstr[2] ""
+"Зміни, внесені в документ за останню хвилину та %ld секунд, будуть остаточно "
+"втрачені."
+
+#: gedit/gedit-commands-file.c:1459
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Зміни, внесені в документ за останню %ld хвилину, будуть остаточно втрачені."
+msgstr[1] ""
+"Зміни, внесені в документ за останні %ld хвилини, будуть остаточно втрачені."
+msgstr[2] ""
+"Зміни, внесені в документ за останні %ld хвилини, будуть остаточно втрачені."
+
+#: gedit/gedit-commands-file.c:1474
+msgid ""
+"Changes made to the document in the last hour will be permanently lost."
+msgstr ""
+"Зміни, внесені в документ за останню годину, будуть остаточно втрачені."
+
+#: gedit/gedit-commands-file.c:1480
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Зміни, внесені в документ за останню годину та %d хвилину, будуть остаточно "
+"втрачені."
+msgstr[1] ""
+"Зміни, внесені в документ за останню годину та %d хвилини, будуть остаточно "
+"втрачені."
+msgstr[2] ""
+"Зміни, внесені в документ за останню годину та %d хвилин, будуть остаточно "
+"втрачені."
+
+#: gedit/gedit-commands-file.c:1495
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Зміни, внесені в документ за останню %d годину, будуть остаточно втрачені."
+msgstr[1] ""
+"Зміни, внесені в документ за останні %d години, будуть остаточно втрачені."
+msgstr[2] ""
+"Зміни, внесені в документ за останні %d годин, будуть остаточно втрачені."
+
+#: gedit/gedit-commands-file.c:1518
+msgid "_Revert"
+msgstr "Від_новити"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "Основні автори:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "Також красно дякуємо таким особам:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "та багатьом іншим учасникам розробки."
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr ""
+"gedit — простий у користуванні текстовий редактор загального призначення"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Юрій Сирота <ysyrota@softservecom.com>\n"
+"Максим Дзюманенко <dziumanenko@gmail.com>\n"
+"Wanderlust <wanderlust@ukr.net>\n"
+"Daniel Korostil <ted.korostiled@gmail.com>\n"
+"Юрій Яновський<lytvyn349@ukr.net>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Знайдено та замінено %d випадок"
+msgstr[1] "Знайдено та замінено %d випадки"
+msgstr[2] "Знайдено та замінено %d випадків"
+
+#: gedit/gedit-commands-search.c:114
+msgid "Found and replaced one occurrence"
+msgstr "Знайдено та замінено один випадок"
+
+#. Translators: %s is replaced by the text entered
+#. * by the user in the search box.
+#.
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "Фрази «%s» не існує"
+
+#: gedit/gedit-documents-panel.c:399
+#, c-format
+msgid "Tab Group %i"
+msgstr "Група вкладок %i"
+
+#: gedit/gedit-documents-panel.c:499 gedit/gedit-window.c:1147
+#: gedit/gedit-window.c:1153 gedit/gedit-window.c:1161
+msgid "Read-Only"
+msgstr "Лише читання"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Поточна локалізація (%s)"
+
+#: gedit/gedit-encodings-combo-box.c:291
+msgid "Automatically Detected"
+msgstr "Автовизначення"
+
+#: gedit/gedit-encodings-combo-box.c:320
+msgid "Add or Remove…"
+msgstr "Додати або вилучити…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (поточна локаль)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Скинути параметри кодування символів?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "_Скинути"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Додати"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Вилучити"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Пересунути на вищий пріоритет"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Пересунути на нижчий пріоритет"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "Неназваний документ %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Всі файли"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Всі текстові файли"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "_Кодування символів:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Ко_дування рядка:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Відкриття файлів"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2718
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Відкрити"
+
+#: gedit/gedit-io-error-info-bar.c:91 gedit/gedit-io-error-info-bar.c:283
+msgid "_Retry"
+msgstr "_Повтор"
+
+#: gedit/gedit-io-error-info-bar.c:115
+msgid "File not found."
+msgstr "Файл не знайдено."
+
+#. How to reproduce this case: from the command line,
+#. * try to open a URI such as: foo://example.net/file
+#.
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:134
+#, c-format
+msgid "“%s:” locations are not supported."
+msgstr "Не передбачено підтримки адрес «%s:»."
+
+#: gedit/gedit-io-error-info-bar.c:143
+msgid "The location of the file cannot be accessed."
+msgstr "Неможливо доступитись до адреси цього файла."
+
+#: gedit/gedit-io-error-info-bar.c:147
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "«%s» не є правильною адресою."
+
+#: gedit/gedit-io-error-info-bar.c:148
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Переконайтеся, що ви ввели правильну адресу та спробуйте знову."
+
+#: gedit/gedit-io-error-info-bar.c:181
+#, c-format
+msgid "Hostname “%s” not known."
+msgstr "Невідома назва вузла «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "The problem could come from the proxy settings."
+msgstr "Проблема може полягати у налаштуваннях проксі-сервера."
+
+#: gedit/gedit-io-error-info-bar.c:216
+msgid "File not found. Perhaps it has recently been deleted."
+msgstr "Файл не знайдено. Можливо, його нещодавно вилучено."
+
+#: gedit/gedit-io-error-info-bar.c:226
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Неможливо відновити файл «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:251
+msgid "Ch_aracter Encoding:"
+msgstr "_Кодування символів:"
+
+#: gedit/gedit-io-error-info-bar.c:289
+msgid "_Edit Anyway"
+msgstr "_Редагувати попри це"
+
+#: gedit/gedit-io-error-info-bar.c:327
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Вичерпано допустиме число переходів за посиланнями, а файл так і не було "
+"знайдено."
+
+#: gedit/gedit-io-error-info-bar.c:332
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Недостатньо прав для відкривання файлу."
+
+#: gedit/gedit-io-error-info-bar.c:338
+msgid "Unable to detect the character encoding."
+msgstr "Неможливо виявити кодування символів."
+
+#: gedit/gedit-io-error-info-bar.c:339 gedit/gedit-io-error-info-bar.c:362
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Напевно, ви намагаєтесь відкрити файл з двійковими даними."
+
+#: gedit/gedit-io-error-info-bar.c:340
+msgid "Select a character encoding from the menu and try again."
+msgstr "Виберіть кодування символів з меню та спробуйте це раз."
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Помилка відкриття файла «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:347
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Файл, який ви відкрили має деякі неприпустимі символи, якщо ви продовжите "
+"редагування цього файла, можете зіпсувати цей документ."
+
+#: gedit/gedit-io-error-info-bar.c:350
+msgid "You can also choose another character encoding and try again."
+msgstr "Виберіть кодування символів з меню та спробуйте це раз."
+
+#: gedit/gedit-io-error-info-bar.c:359
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Неможливо відкрити файл «%s» з кодуванням символів «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:363 gedit/gedit-io-error-info-bar.c:418
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Виберіть інше кодування символів з меню та спробуйте ще раз."
+
+#: gedit/gedit-io-error-info-bar.c:375
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Неможливо відкрити файл «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:413
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Неможливо зберегти файл «%s» з кодуванням символів «%s»."
+
+#: gedit/gedit-io-error-info-bar.c:416
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Документ містить один або більше символів, які не мають представлення у "
+"вказаному кодуванні символів."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:470
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Неможливо обробити адреси «%s:» в режимі записування. Переконайтесь, що "
+"адресу введено правильно та спробуйте знову."
+
+#: gedit/gedit-io-error-info-bar.c:477
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Неможливо обробити адресу %s в режимі записування. Переконайтесь, що адресу "
+"введено правильно та спробуйте знову."
+
+#: gedit/gedit-io-error-info-bar.c:486
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"%s не є правильною адресою. Переконайтесь, що адресу введено правильно та "
+"спробуйте знову."
+
+#: gedit/gedit-io-error-info-bar.c:493
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Немає прав для запису файлу. Переконайтесь, що адресу введено правильно та "
+"спробуйте ще раз."
+
+#: gedit/gedit-io-error-info-bar.c:499
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Недостатньо дискового простору для збереження файлу. Звільніть, місце на "
+"диску та спробуйте знову."
+
+#: gedit/gedit-io-error-info-bar.c:504
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Ви намагаєтесь зберегти файл на диск доступний лише для читання. "
+"Переконайтесь, що адресу введено правильно і спробуйте знову."
+
+#: gedit/gedit-io-error-info-bar.c:510
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Файл з такою назвою вже існує. Вкажіть іншу назву."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Диск, на якому ви намагаєтеся зберегти файл має обмеження на розмір файла. "
+"Використовуйте коротшу назву."
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Неможливо зберегти файл «%s»."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Натисніть цю кнопку для вибору шрифту редактора"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Використовувати системний моноширинний шрифт (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Обрана схема кольорів не може бути встановлена: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Обрана схема кольорів не може бути встановлена."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Додати схему кольорів"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Додати схему"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Файли схеми кольорів"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Не вдалось вилучити схему кольорів «%s»."
+
+#: gedit/gedit-print-job.c:223
+msgid "Preparing…"
+msgstr "Приготування…"
+
+#: gedit/gedit-print-job.c:535
+#, c-format
+msgid "File: %s"
+msgstr "Файл: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:544
+msgid "Page %N of %Q"
+msgstr "Сторінка %N з %Q"
+
+#: gedit/gedit-print-job.c:622
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Опрацьовування %d сторінки з %d…"
+
+#: gedit/gedit-print-job.c:726
+msgid "Text Editor"
+msgstr "Текстовий редактор"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Сторінка %d з %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Нічого"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Знайти та замінити"
+
+#: gedit/gedit-statusbar.c:260
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "%d вкладка з помилками"
+msgstr[1] "%d вкладки з помилками"
+msgstr[2] "%d вкладок з помилками"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:805
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Відновлюється «%s» з «%s»"
+
+#: gedit/gedit-tab.c:812
+#, c-format
+msgid "Reverting %s"
+msgstr "Відновлюється «%s»"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:825
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Завантажується «%s» з «%s»"
+
+#: gedit/gedit-tab.c:832
+#, c-format
+msgid "Loading %s"
+msgstr "Завантажується «%s»"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:910
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Зберігається «%s» у «%s»"
+
+#: gedit/gedit-tab.c:915
+#, c-format
+msgid "Saving %s"
+msgstr "Зберігається «%s»"
+
+#: gedit/gedit-tab.c:1480
+#, c-format
+msgid "Error opening file %s"
+msgstr "Помилка відкривання файлу «%s»"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Помилка відновлення файлу «%s»"
+
+#: gedit/gedit-tab.c:1488
+#, c-format
+msgid "Error saving file %s"
+msgstr "Помилка збереження файлу «%s»"
+
+#: gedit/gedit-tab.c:1519
+msgid "Name:"
+msgstr "Назва:"
+
+#: gedit/gedit-tab.c:1520
+msgid "MIME Type:"
+msgstr "MIME тип:"
+
+#: gedit/gedit-tab.c:1521
+msgid "Encoding:"
+msgstr "Кодування:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ на %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "ОС Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d з %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Досягнувши кінця, починати спочатку"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Збіг як _формальний вираз"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Збігається _ціле слово"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "Збігається _регістр"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Рядок, яку треба знайти"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Рядок, куди треба перемістити курсор"
+
+#: gedit/gedit-window.c:985
+msgid "Bracket match is out of range"
+msgstr "Відповідна дужка поза межами діапазону"
+
+#: gedit/gedit-window.c:990
+msgid "Bracket match not found"
+msgstr "Не знайдено відповідну дужку"
+
+#: gedit/gedit-window.c:995
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Відповідну дужку знайдено у рядку: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:1030
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ряд. %d, Ст. %d"
+
+#: gedit/gedit-window.c:1213
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Ширина табуляції: %u"
+
+#: gedit/gedit-window.c:1231 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Звичайний текст"
+
+#: gedit/gedit-window.c:1558
+msgid "There are unsaved documents"
+msgstr "Є незбережені документи"
+
+#: gedit/gedit-window.c:2395
+msgid "Change side panel page"
+msgstr "Змінити сторінку бокової панелі"
+
+#: gedit/gedit-window.c:2415 gedit/resources/ui/gedit-window.ui:16
+msgid "Documents"
+msgstr "Документи"
+
+#: gedit/gedit-window.c:2719
+msgid "Open a file"
+msgstr "Відкрити файл"
+
+#: gedit/gedit-window.c:2723
+msgid "Open a recently used file"
+msgstr "Відкрити файл, що нещодавно редагувався"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Пересунути _ліворуч"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Пересунути _праворуч"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Перенести у нове _вікно"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Перенести до нової _групи вкладок"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "_Закрити"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Автоматичний відступ"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Вставляти пробіли"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Показувати номери рядків"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Показувати праве поле"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Підсвічувати поточний рядок"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Перенесення тексту"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "_Файл"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Створити"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Відкрити _нещодавнє"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Перевідкрити закриту _вкладку"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Зберегти _як…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "_Створити вікно"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "Пере_завантажити"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "Над_рукувати…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "Ви_йти"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "З_міни"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Повернути"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "По_вторити"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Ви_різати"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Копіювати"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "В_ставити"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:891
+#: plugins/filebrowser/gedit-file-browser-plugin.c:926
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "В_илучити"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "_Режим перезаписування"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Вибрати _усе"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "_Параметри"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "П_ерегляд"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "Бічна _панель"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "_Нижня панель"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "_На ввесь екран"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "Під_креслення синтаксису…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "П_ошук"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "З_найти…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Зна_йти далі"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Знайти _попередній"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Зна_йти та замінити…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "О_чистити підкреслення кольором"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Перейти до _рядка…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "_Засоби"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "Д_окументи"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "З_берегти все"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "З_акрити все"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Створити групу вкладок"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "_Попередня група вкладок"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "_Наступна група вкладок"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "_Попередній документ"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Н_аступний документ"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "_Перенести на нове вікно"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "_Довідка"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "_Про gedit"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "Зберегти _все"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "Зна_йти та замінити…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "_Перейти до рядка…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "_Клавіатурні скорочення"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Кодування символів"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+msgid "_Cancel Changes"
+msgstr "_Скасувати зміни"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Save Settings"
+msgstr "_Зберегти параметри"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "_Other Available Encodings"
+msgstr "_Інші доступні кодування"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "_Favorites"
+msgstr "_Улюблене"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "Ca_tegory"
+msgstr "_Категорія"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Кодування"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Параметри"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "Показувати _номери рядків"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "_Показувати праву межу у стовпчику:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Показати _смужку стану"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Показати шаблон _ґратки"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Перенос тексту"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Увімкнути _перенос тексту"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Н_е розривати слово між рядками"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Виділення синтаксису кольором"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Під_свічувати поточний рядок"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Виділяти відповідну д_ужку"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Вигляд"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Знаки табуляції"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Ширина табуляції:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Вставляти _пробіли замість табуляції"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "_Увімкнути автоматичний відступ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Збереження файлів"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Створювати _резервну копію файлу перед збереженням"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Автоматично зберігати поточний файл кожні"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_хвилин"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Редактор"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Шрифт"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Шрифт редактора: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Виберіть колір редактора"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Схема кольорів"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Встановити схему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Встановити схему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Вилучити схему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Вилучити схему"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Шрифти й кольори"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Модулі"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Виділення синтаксису кольором"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "Друкувати виділення с_интаксису"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Номери рядків"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "Друкувати номери _рядків"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "_Нумерувати кожен"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "рядок"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Заголовок сторінки"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "Друкувати за_головки сторінок"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Шрифти"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "_Текст:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "_Номери рядків:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "_Верхній та нижній колонтитули:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "Відновити _початкові шрифти"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Показати попередню сторінку"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Показати наступну сторінку"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Поточна сторінка (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "з"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Загалом сторінок"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Загальна кількість сторінок у документі"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Показувати декілька сторінок"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Масштаб 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Показувати цілу сторінку"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Збільшити сторінку"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Зменшити сторінку"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Закрити попередній перегляд"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "_Закрити попередній перегляд"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Перегляд сторінки"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Попередній перегляд сторінки, яку буде надруковано"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Замінити _все"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "З_найти"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "З_найти "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Замінити н_а "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "Збігається _регістр"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Збігається _ціле слово"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "_Формальний вираз"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "_Шукати назад"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "_Огорнути навколо"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Документи"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Створити новий документ у вкладці"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Відкрити документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Зберегти документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Зберегти документ з іншою назвою"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Зберегти всі документи"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Закрити документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Закрити всі документи"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Відкрити останній закритий документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Перейти до наступного документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Перейти до попереднього документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Перейти до першого-дев'ятого документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Вікна і панелі"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Створити новий документ у вікні"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Створити нову групу вкладок"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Показати бокову панель"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Показати нижню панель"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Перемкнути на ввесь екран"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Вийти з програми"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Знайти та замінити"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Знайти"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Знайти наступний збіг"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Знайти попередній збіг"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Забрати підсвічення"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Керування змінами"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Повернути попередню дію"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Повторити попередню дію"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Вибирання тексту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Вибрати весь текст"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Скасувати вибір усього тексту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Перенесення тексту"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Скопіювати вибраний текст у буфер"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Вирізати вибраний текст у буфер"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Вставити текст з буфера"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Навігація"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Перейти на певний рядок"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Перейти до початку поточного рядка"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Перейти в кінець поточного рядка"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Перейти до початку документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Перейти на кінець документа"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Пересунути вище поле огляду у файлі"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Пересунути нижче поле огляду у файлі"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Пересунути поле огляду до кінця файла"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Пересунути поле огляду до початку файла"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Перейти до парної дужки"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Перейти до попередньої групи вкладок"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Перейти до наступної групи вкладок"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Редагування"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Перемкнути на режим редагування"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Перемкнути видимість курсора"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Вилучити поточний рядок"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Перенести поточний рядок вище"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Перенести поточний рядок нижче"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Перенести поточне слово ліворуч"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Перенести поточне слово праворуч"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Зробити великими буквами"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Зробити маленькими буквами"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Зробити навиворіт"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Збільшити числа на курсорі"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Зменшити число на курсорі"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Засоби"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Перевірити орфографію"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "Надрукувати документ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Показати вікно заповнення"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Загальні"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Показати довідку"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Відкрити меню"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Клавіатурні скорочення"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Закрити документ"
+
+#: gedit/resources/ui/gedit-window.ui:33 gedit/resources/ui/gedit-window.ui:39
+#: gedit/resources/ui/gedit-window.ui:324
+#: gedit/resources/ui/gedit-window.ui:330
+msgid "Create a new document"
+msgstr "Створити новий документ"
+
+#: gedit/resources/ui/gedit-window.ui:38 gedit/resources/ui/gedit-window.ui:329
+msgid "New"
+msgstr "Створити"
+
+#: gedit/resources/ui/gedit-window.ui:59 gedit/resources/ui/gedit-window.ui:64
+#: gedit/resources/ui/gedit-window.ui:365
+#: gedit/resources/ui/gedit-window.ui:370
+msgid "Save the current file"
+msgstr "Зберегти поточний файл"
+
+#: gedit/resources/ui/gedit-window.ui:63 gedit/resources/ui/gedit-window.ui:363
+#: gedit/resources/ui/gedit-window.ui:369
+msgid "Save"
+msgstr "Зберегти"
+
+#: gedit/resources/ui/gedit-window.ui:206
+msgid "Hide panel"
+msgstr "Сховати панель"
+
+#: gedit/resources/ui/gedit-window.ui:338
+#: gedit/resources/ui/gedit-window.ui:343
+#: gedit/resources/ui/gedit-window.ui:344
+msgid "Leave Fullscreen"
+msgstr "Залишити повноекранний режим"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Статистика документа"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Показує кількість слів, рядків і символів у документі."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Статистика _документа"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Документ"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Виділення"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Рядки"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Слів"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Символів (з пропусками)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Символів (без пропусків)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Байтів"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Збірка"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Виконати «make» у каталозі з документом"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Відкрити термінал тут"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Відкрити термінал у каталозі документа"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Вилучити пропуски"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Вилучити зайві пропуски у назві файла"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Виконати команду"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Виконати команду та перенести її вивід у новий документ"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Надіслати до fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Вставити вибраний текст або поточний документ у fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Зовнішні інструменти"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Виконати зовнішні команди та сценарії оболонки."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Чи використовувати системні шрифти"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Якщо це позначено, внутрішні засоби використають загальний стандарт "
+"стільниці шрифтів, якщо це моноширинний (інакше буде підібрано найподібніший "
+"шрифт)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Назва шрифту Pango. Наприклад, «Sans 12» або «Monospace Bold 14»."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Керувати зов_нішніми інструментами"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "Зовнішні _інструменти"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Неможливо виконати команду: «%s»"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Для запуску даної команди треба бути всередині слова"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Запускається утиліта:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Завершено."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Вихід"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Мови"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Мови"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Новий інструмент"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Ця комбінація вже прив'язана до %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr ""
+"Введіть нову комбінацію клавіш, або натисніть Backspace, щоб очистити її"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Натисніть нову комбінацію клавіш"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Зупинено."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Зупинити інструмент"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Завжди доступний"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Усі документи"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Усі документи за винятком не збережених"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Лише локальні файли"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Лише віддалені файли"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Лише документи без назв"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Поточний документ"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Виділена область"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Поточне виділення (первинно для документу)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Поточний рядок"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Поточне слово"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Показувати у нижній частині вікна"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Створити новий документ"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Додати до поточного документу"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Замінити поточний документ"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Замінити поточне виділення"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Вставити в позицію курсора"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Керувати зовнішніми інструментами"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Додати новий інструмент"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Додати інструмент"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Вилучити вибраний інструмент"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Вилучити інструмент"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Вернути інструмент"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Вернути інструмент"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "Комбінація к_лавіш:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "З_берегти:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Ввід:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "Вікно _виводу:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "_Застосовність:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Вивід інструмента"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Панель переглядача файлів"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Простий доступ до файлів з бічної панелі."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Домівка"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Файлова система"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:501
+msgid "File Browser"
+msgstr "Перегляд файлів"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:631
+msgid "An error occurred while creating a new directory"
+msgstr "Помилка при створенні нового каталогу"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:634
+msgid "An error occurred while creating a new file"
+msgstr "Помилка при створенні нового файлу"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:637
+msgid "An error occurred while renaming a file or directory"
+msgstr "Помилка при перейменуванні файлу чи каталогу"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:640
+msgid "An error occurred while deleting a file or directory"
+msgstr "Помилка при вилученні файла або каталогу"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:643
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Помилка при відкриванні каталогу у файловому менеджері"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:646
+msgid "An error occurred while setting a root directory"
+msgstr "Помилка при встановленні кореневого каталогу"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:649
+msgid "An error occurred while loading a directory"
+msgstr "Помилка при завантаженні каталогу"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:652
+msgid "An error occurred"
+msgstr "Виникла помилка"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:874
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Не вдалось перемістити файл у смітник,\n"
+"вилучити файл остаточно?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:879
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Файл «%s» не вдається перемістити у смітник."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:884
+msgid "The selected files cannot be moved to the trash."
+msgstr "Не вдається перемістити у смітник вибрані файли."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:912
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Остаточно вилучити файл «%s»?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Остаточно вилучити виділені файли?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:920
+msgid "If you delete an item, it is permanently lost."
+msgstr "Якщо ви вилучите файл, його буде остаточно втрачено."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Порожньо)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3326
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Новий каталог наразі відфільтрований. Щоб зробити файл видимим, змініть "
+"параметри фільтра"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3577
+msgid "Untitled File"
+msgstr "Неназваний файл"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3605
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Новий файл наразі відфільтрований. Щоб зробити файл видимим, змініть "
+"параметри фільтра"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3634
+msgid "Untitled Folder"
+msgstr "Неназвана тека"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3657
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Новий каталог наразі відфільтрований. Необхідно налаштувати фільтр, щоб "
+"зробити цей каталог видимим"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Закладки"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Не знайдено об'єкту для змонтованого тому: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Не вдається відкрити носій: «%s»"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Не вдалось змонтувати том: «%s»"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Помилка завантаження «%s»: немає такого каталогу"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Відкрити у перегляді дерева"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"При завантаженні модуля перегляду файлів, відкривати перегляд дерева, а не "
+"перегляд закладок"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Кореневий каталог перегляду файлів"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Кореневий каталог перегляду файлів, що використовується при завантаженні "
+"модуля перегляду файлів та onload/tree_view має значення TRUE."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Віртуальний кореневий каталог перегляду файлів"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Віртуальний каталог перегляду файлів, що використовується при завантаженні "
+"модуля перегляду файлів коли onload/tree_view має значення TRUE. Віртуальний "
+"корінь завжди має бути нижче фактичного кореня."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Увімкнути відновлення для віддалених адрес"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Визначає чи вмикати відновлення віддалених адрес."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Встановити адресу на перший документ"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"При значенні TRUE модуль перегляду файлів буде показувати каталог першого "
+"відкритого документу, за умови що перегляд файлів ще не використовувався. "
+"(Тобто це звичайно застосовується при відкриванні документу з командного "
+"рядка або програмою nautilus, тощо.)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Режим фільтрування перегляду файлів"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Значення визначає, які файли відфільтровуються при перегляді файлів. "
+"Допустимі значення: none (нічого не фільтрується), hide-hidden (фільтруються "
+"приховані файли) і hide-binary (фільтруються двійкові файли)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Шаблон фільтра перегляду файлів"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr "Шаблон фільтра перегляду файлів. Фільтр працює на базі filter_mode."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Шаблони огляду двійкових файлів"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Додаткові шаблони для відсіювання двійкових файлів."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "_Встановити корінь на поточний документ"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Створити _теку"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Створити _файл"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "Перей_менувати…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "_Перемістити у смітник"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "_Оновити вигляд"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "Пере_глянути теку"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Відкрити у терміналі"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "_Фільтр"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "Показувати при_ховані"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Показувати _двійкові"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Збіг за назвою"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Історія"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Відкрити меню історії"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Режим рядків"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Підтримування режиму рядків в стилі редакторів Emacs, Kate та Vim."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Колір тексту команди"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Колір тексту команди"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Помилка кольору тексту"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Помилка кольору тексту"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Якщо це позначено, термінал використає загальний стандарт шрифтів стільниці "
+"(інакше буде підібрано найподібніший шрифт)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "К_олір команди:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "К_олір помилки:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Консоль python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Інтерактивна консоль python у нижній панелі."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Швидке виділення кольором"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Виділяє кольором усі випадки використання вибраного тексту."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Швидке відкривання…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Швидке відкривання"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Швидко відкрити файли."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Введіть текст для пошуку…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Керувати _фрагментами…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Фрагменти тексту"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Неможливо створити архів «%s»"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Цільовий каталог «%s» не існує"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Цільовий каталог «%s» не є коректним каталогом"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Файла «%s» не існує"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Файл «%s» не є правильним файлом з фрагментами тексту"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Імпортований файл «%s» не є коректним файлом з текстовими фрагментами"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Не вдалося розпакувати архів «%s»"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Не вдається імпортувати наступні файли: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Файл «%s» не є коректним архівом з текстовими фрагментами"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Архів фрагментів"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Додати новий фрагмент…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Глобальний"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Повернути виділений фрагмент тексту"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Вилучити виділений фрагмент тексту"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Значення не є правильним підсвічуванням вкладки. Підсвічення може або "
+"містити алфавітно-цифрові символи (або _, : і .), або такий один не "
+"алфавітно-цифровий символ, як {, [ тощо."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Слово, яким активується фрагмент тексту після натискання Tab"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Помилка при імпортуванні: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Імпортування успішно завершено"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Імпортувати фрагменти тексту"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Усі підтримувані архіви"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Архів стиснений Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Архів стиснений Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Один файл з фрагментами"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Всі файли"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Помилка при експорті: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Експортування успішно завершено"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Включити виділені <b>системні</b> фрагменти у експорт?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Не виділено фрагменти тексту для експортування"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Експорт фрагментів тексту"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr ""
+"Введіть нову комбінацію клавіш, або натисніть Backspace, щоб очистити її"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Натисніть нову комбінацію клавіш"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Час виконання команди Python (%s) перевищило припустиму норму, виконання "
+"перервано."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Не вдається виконати команду Python (%s): %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Швидкий спосіб вставки фрагментів тексту, що часто використовуються."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Керувати фрагментами"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Створити новий фрагмент тексту"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Додати фрагмент"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Вилучити фрагмент"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Імпортувати фрагменти"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Експортувати виділені фрагменти тексту"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Експортувати фрагменти"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Активація"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Тригер табуляції:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "_Комбінація клавіш:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Комбінація клавіш, якою активується фрагмент тексту"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Вставити _як:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "_Упорядкувати…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Сортування"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "З_воротний порядок"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "В_илучити повтори"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "З урахуванням _регістру"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "По_чинати з стовпчика:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "С_ортувати"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Сортує поточний документ чи виділений текст."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "_Перевірити орфографію…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "В_казати мову…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Виділяти кольором орфографічні помилки"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Виділяти кольором орфографічні помилки"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr ""
+"Типова поведінка для виділення кольором орфографічних помилок у словах."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Налаштовування додатка перевірки орфографії"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Типові параметри для нових документів"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Перевірка орфографії"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Перевірити орфографію поточного документа."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "Вс_тавити дату й час…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Доступні формати"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Тип запитання"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Чи потрібно запитувати у користувача формат або ж використовувати вибраний "
+"чи інший формат."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Обраний формат"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Обраний формат, що використовується при вставленні дати й часу."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Інший формат"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Власний формат, що використовується при вставленні дати й часу."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Вставити дату й час"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Використати _вибраний формат"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "_Інший формат"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%d/%m/%Y %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "01/11/2009 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "Вст_авити"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Налаштовувати модуль вставлення дати й часу"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "При вставленні дати й часу…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "За_питувати формат"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Вставити час або дату"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Вставляє поточну дату й час в позицію курсора."
+
+#~ msgid "gedit is a general-purpose text editor."
+#~ msgstr "gedit — текстовий редактор загального призначення."
+
+#, c-format
+#~ msgid "The file “%s” has been externally modified."
+#~ msgstr "Файл «%s» змінено за допомогою сторонньої програми."
+
+#~ msgid ""
+#~ "If you save it, all the external changes could be lost. Save it anyway?"
+#~ msgstr ""
+#~ "Якщо ви збережете його, усі зовнішні зміни будуть втрачені. Зберегти все "
+#~ "одно?"
+
+#~ msgid "S_ave Anyway"
+#~ msgstr "З_берегти попри все"
+
+#~ msgid "D_on’t Save"
+#~ msgstr "_Не зберігати"
+
+#~ msgid "OVR"
+#~ msgstr "ЗАМ"
+
+#~ msgid "INS"
+#~ msgstr "ВСТ"
+
+#~ msgid "_Apply"
+#~ msgstr "_Застосувати"
+
+#~ msgid "Cho_sen Encodings"
+#~ msgstr "Ви_брані кодування"
+
+#~ msgid "_Description"
+#~ msgstr "_Опис"
+
+#, c-format
+#~ msgid "Could not find the file “%s”."
+#~ msgstr "Неможливо знайти файл «%s»."
+
+#, c-format
+#~ msgid "Unable to handle “%s:” locations."
+#~ msgstr "Не вдалося обробити адреси «%s:»."
+
+#~ msgid "Unable to handle this location."
+#~ msgstr "Не вдалось обробити цю адресу."
+
+#, c-format
+#~ msgid "“%s” is a directory."
+#~ msgstr "«%s» — каталог."
+
+#, c-format
+#~ msgid ""
+#~ "Host “%s” could not be found. Please check that your proxy settings are "
+#~ "correct and try again."
+#~ msgstr ""
+#~ "Не вдалося знайти вузол «%s». Переконайтесь, що параметри проксі вказано "
+#~ "правильно та спробуйте ще раз."
+
+#, c-format
+#~ msgid ""
+#~ "Hostname was invalid. Please check that you typed the location correctly "
+#~ "and try again."
+#~ msgstr ""
+#~ "Неправильна назва вузла. Переконайтесь, що адресу введено правильно та "
+#~ "спробуйте знову."
+
+#, c-format
+#~ msgid "“%s” is not a regular file."
+#~ msgstr "«%s» не є звичайним файлом."
+
+#~ msgid "Connection timed out. Please try again."
+#~ msgstr "Вийшов час очікування з'єднання. Спробуйте ще раз."
+
+#, c-format
+#~ msgid "Unexpected error: %s"
+#~ msgstr "Неочікувана помилка: %s"
+
+#~ msgid ""
+#~ "The disk where you are trying to save the file has a limitation on file "
+#~ "sizes. Please try saving a smaller file or saving it to a disk that does "
+#~ "not have this limitation."
+#~ msgstr ""
+#~ "Диск, на якому ви намагаєтеся зберегти файл має обмеження на розмір "
+#~ "файлу. Спробуйте зберегти файл меншого розміру, чи скористуйтесь диском, "
+#~ "що не має такого обмеження."
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit – текстовий редактор стільничного середовища GNOME."
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "gedit – це невеликий і легкий текстовий редактор для GNOME"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Підкреслення синтаксису"
+
+#~ msgid "_Select"
+#~ msgstr "_Вибрати"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Пошук підкреслення синтаксису…"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Кодування символів:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Кодування рядка:"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "_Додати схему"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr ""
+#~ "Не вдається створити каталог '%s': помилка у g_mkdir_with_parents(): %s"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "Gedit — офіційний текстовий редактор стільничного середовища GNOME. Попри "
+#~ "намагання бути простим і зручним, Gedit — одночасно потужний текстовий "
+#~ "редактор."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Чи ви пишете ваш наступний шедевр, чи програмуєте новаторську програму, "
+#~ "чи записуєте нашвидкуруч примітки, Gedit залишаєтеся надійним "
+#~ "інструментом для ваших завдань."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Гнучка система додатків дозволяє підкоригувати програму до ваших потреб і "
+#~ "пристосувати до вашого способу роботи."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Перелік активних модулів. Він містить «Адресу» активного модуля. Див. "
+#~ "файл .gedit-plugin для отримання «адреси» даного модуля."
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Об'єднати вибрані рядки"
+
+#~ msgid "Check update"
+#~ msgstr "Перевірити наявність оновлень"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Перевірити наявність останньої версії gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Помилка при показі URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Завантажити"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "_Ігнорувати версію"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Знайдено нову версію gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Ви можете завантажити нову версію gedit, натиснувши на кнопці "
+#~ "завантаження або ігнорувати цю версію доки не вийде ще новіша"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Версія, що ігнорується"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Версія, яку ігнорувати до випуску нової версії."
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Зміни у документі «%s» буде остаточно втрачено."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Збереження вимкнено системним адміністратором."
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Зміни, внесені в %d документ, будуть остаточно втрачені."
+#~ msgstr[1] "Зміни, внесені в %d документи, будуть остаточно втрачені."
+#~ msgstr[2] "Зміни, внесені в %d документів, будуть остаточно втрачені."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "До_кументи з незбереженими змінами:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Відкрити"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Адреса «%s» поки що недоступна."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Ваша система поза мережею. Перевірте її."
+
+#~| msgid "D_on't Edit"
+#~ msgid "D_on’t Edit"
+#~ msgstr "_Не редагувати"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Файл «%s» вже відкрито в іншому вікні."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Однаково редагувати?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Неможливо створити копію файла під час зберігання «%s»"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "Неможливо створити тимчасову копію файла під час зберігання «%s»"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Неможливо створити резервну копію старого файла до збереження нового. Ви "
+#~ "можете проігнорувати це попередження та зберегти попри все, але якщо під "
+#~ "час збереження виникне помилка, ви втратите стару копію файла. Однаково "
+#~ "зберегти?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Файл %s змінено на диску."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Відкинути зміни і _оновити"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Деякі неприпустимі символи виявлено під час збереження «%s»"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Ви зіпсуєте цей документ, якщо продовжите зберігання. Однаково зберегти?"
diff --git a/po/vi.po b/po/vi.po
new file mode 100644
index 0000000..ed5145a
--- /dev/null
+++ b/po/vi.po
@@ -0,0 +1,4588 @@
+# Vietnamese translation for GEdit.
+# Bản dịch viếng Việt dành cho gedit.
+# Copyright © 2016 GNOME i18n Project for Vietnamese.
+# This file is distributed under the same license as the gedit package.
+# Nguyễn Thái Ngọc Duy <pclouds@gmail.com>, 2002-2004,2007,2010-2012.
+# Clytie Siddall <clytie@riverland.net.au>, 2005-2009.
+# Trần Ngọc Quân <vnwildman@gmail.com>, 2013, 2014, 2015, 2016, 2018, 2019, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-11-25 17:27+0000\n"
+"PO-Revision-Date: 2020-11-28 14:41+0700\n"
+"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
+"Language-Team: Vietnamese <gnome-vi-list@gnome.org>\n"
+"Language: vi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Gtranslator 2.91.7\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "Soạn thảo tập tin văn bản"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr ""
+"gedit là phần mềm soạn thảo văn bản dành cho môi trường máy tính để bàn "
+"GNOME."
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Mục tiêu đầu tiên của gedit là dễ sử dụng, với giao diện đơn giản theo mặc "
+"định. Các tính năng nâng cao hơn có sẵn bằng cách bật plugin."
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "Soạn thảo văn bản"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr ""
+"Text;văn;bản;van;ban;Editor;sửa;sua;soạn;thảo;soan;thao;chữ;chu;Plaintext;"
+"Chữ thường;Chu thuong;Write;Ghi;Lưu;Luu;gedit;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "Cửa sổ mới"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "Tài liệu mới"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "Dùng phông chữ mặc định"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"Có nên dùng phông chữ độ rộng cố định của hệ thống để soạn thảo văn bản thay "
+"cho phông chữ nào đặc trưng cho gedit. Nếu tùy chọn này được tắt, phông chữ "
+"được xác định trong tùy chọn “Phông bộ soạn thảo” sẽ được dùng thay cho "
+"phông chữ hệ thống."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "Phông bộ biên soạn"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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 ""
+"Phông tự chọn sẽ được dùng trong vùng biên soạn. Phông này chỉ có tác dụng "
+"nếu tắt tùy chọn “Dùng phông mặc định”."
+
+#: data/org.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "Lược đồ kiểu dáng"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "Mã số của lược đồ kiểu dáng GtkSourceView được sử dụng để tô màu chữ."
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "Tạo bản sao lưu"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr ""
+"Gedit có nên tạo bản sao lưu dự phòng trước khi tập tin được lưu không."
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "Tự động lưu"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"Có cho hay không gedit sẽ tự động lưu thay đổi tập tin sau một khoảng thời "
+"gian xác định. Bạn có thể xác định khoảng thời gian này ở tùy chọn “Autosave "
+"Interval”."
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "Khoảng thời gian tự động lưu"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"Số phút mà sau đó gedit tự động lưu các thay đổi trên tập tin. Chỉ có giá "
+"trị nếu tùy chọn “Tự động lưu” được bật."
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "Số lượng hành động hoàn lại thao tác cuối tối đa"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr ""
+"Số tối đa các hành động Hủy bước/Bước lại có thể thực hiện. Dùng “-1” nếu "
+"muốn không giới hạn số lượng."
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "Chế độ ngắt dòng"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"Xác định cách ngắt dòng dài như thế nào trong vùng biên soạn. Dùng “none” để "
+"không ngắt dòng và bạn phải dùng thanh cuộn ngang để xem những dòng dài, "
+"“word” để ngắt dòng tại ranh giới từ, “char” ở ranh giới ký tự. Chú ý giá "
+"trị này phân biệt HOA/thường. Nhớ nhập chính xác những gì ghi ở đây."
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "Chọn chế độ chia tách cuối cho chế độ ngắt dòng dài"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"Chỉ định chế độ chia tách cuối được dùng với chế độ ngắt dòng dài, do đó khi "
+"ngắt dòng bị tắt, thì chúng ta vẫn nhớ chọn chế độ chi tách. Dùng “word” để "
+"ngắt dòng tại biên của từ, và “char” để ngắt dòng tại biên của các ký tự "
+"riêng lẻ."
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Cỡ tab"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Xác định số khoảng trắng được hiển thị thay cho ký tự Tab."
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "Chèn dấu cách"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Cho Gedit chèn các dấu cách thay cho các tab hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "Tự động thụt lề"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "Có để gedit tự động thụt lề hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "Hiện số dòng"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "Gedit có nên hiển thị số dòng trong vùng biên soạn hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "Tô sáng dòng hiện tại"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "Gedit có nên tô sáng dòng hiện tại hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "Tô sáng ngoặc khớp"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "Gedit có nên bật tô sáng ngoặc khớp hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "Hiện lề phải"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "Gedit có nên hiển thị lề phải trong vùng biên soạn hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "Vị trí lề phải"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "Xác định vị trí lề phải."
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "Kiểu mẫu ảnh nền tài liệu"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "Có nên để tài liệu có mẫu vẽ nền hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "Home End khéo"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"Ghi rõ cách di chuyển của con trỏ khi phím HOME và END được bấm. Đặt giá "
+"trị:\n"
+" * disabled\tđể luôn luôn đi tới đầu/cuối dòng\n"
+" * after\t\tđể đi tới đầu/cuối dòng lần đầu tiên bấm phím,\n"
+"\t\t\trồi đi tới đầu/cuối văn bản, cũng bỏ qua khoảng trắng,\n"
+"\t\t\tlần thứ hai bấm phím\n"
+" * before\tđể đi tới đầu/cuối văn bản, cũng bỏ qua khoảng trắng,\n"
+"\t\t\tlần đầu tiên bấm phím, rồi đi tới đầu/cuối dòng,\n"
+"\t\t\tlần thứ hai bấm phím\n"
+" * always\tđể luôn luôn đi tới đầu/cuối văn bản thay cho đầu/cuối dòng."
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "Phục hồi vị trí con trỏ trước"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr ""
+"Gedit có nên phục hồi vị trí con trỏ trước khi tập tin được tải hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "Bật tô sáng cú pháp"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Gedit có tô sáng cú pháp hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "Bật tô sáng tìm kiếm"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "Gedit có nên tô sáng mọi lần gặp đoạn đã tìm kiếm hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "Bảo đảm có dòng trống theo sau"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "Gedit có bảo đảm tài liệu luôn kết thúc bằng ký tự xuống dòng không."
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "Chế độ hiện tab tài liệu"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"Xác định hiện thế nào trong thẻ tài liệu. Dùng “never” để không bao giờ hiện "
+"thẻ, “always” để luôn hiện thẻ, “auto” để hiện thể khi có nhiều hơn một văn "
+"bản. Chú ý giá trị phân biệt HOA/thường. Nhớ nhập chính xác những gì ghi ở "
+"đây."
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "Hiện thanh trạng thái"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "Có nên hiển thị thanh trạng thái ở đáy cửa sổ soạn thảo hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "Hiện khung bên"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "Có cho hiện khung lề bên trái cửa sổ soạn thảo hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "In tô sáng cú pháp"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "Gedit có nên in cú pháp được tô sáng khi in tài liệu hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "In phần đầu trang"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "Gedit sẽ in đầu trang khi in tài liệu hay không."
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "Chế độ cuộn dòng in"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"Xác định cuộn dòng dài như thế nào khi in. Dùng “none” để khỏi cuộn, “word” "
+"để cuộn ở ranh giới từ, “char” để cuộn ở ranh giới ký tự. Chú ý rằng giá trị "
+"phân biệt HOA/thường, nhớ nhập chính xác những gì ghi ở đây."
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "In số dòng"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Nếu là 0 thì không chèn số hiệu dòng vào tài liệu khi in. Nếu không thì "
+"gedit sẽ in số hiệu dòng mỗi (số đó) hàng."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "Phông dành cho phần thân để in"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "Xác định phông dùng khi in phần thân tài liệu."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "Phông đầu trang để in"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"Xác định phông chữ để in đầu đề trang khi in tài liệu. Chỉ có tác dụng nếu "
+"bật tùy chọn “In đầu trang”."
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "Phông số hiệu dòng để in"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 ""
+"Xác định phông dùng in số hiệu dòng. Chỉ có tác dụng nếu tùy chọn “In số "
+"hiệu dòng” khác không."
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "Lề trái"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "Độ rộng của lề trái, theo mi-li-mét."
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "Lề trên"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "Độ rộng của lề trên, theo mi-li-mét."
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "Lề phải"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "Độ rộng của lề phải, theo mi-li-mét."
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "Lề dưới"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "Độ rộng của lề dưới, theo mi-li-mét."
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "Bảng mã kí tự ứng cử"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"Liệt kê các bảng mã ký tự ứng cử được hiện trong trình đơn “Bảng mã ký tự "
+"ứng cử” trong bộ chọn tập tin mở/lưu. “CURRENT” đại diện cho bảng mã miền "
+"địa phương hiện tại. Chỉ những bảng mã nhận ra là được dùng. Giá trị mặc "
+"định là danh sách rỗng, trong trường hợp này gedit sẽ chọn bảng mặc định tốt "
+"nhất phụ thuộc vào ngôn ngữ và quốc gia."
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "Phần bổ sung đang được dùng"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "Danh sách các phần bổ sung hoạt động."
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "Hiện phiên bản của ứng dụng"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "Hiểu thị danh sách những giá trị có thể dùng cho tùy chọn bảng mã"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Đặt bảng mã ký tự cần dùng để mở những tập tin đã liệt kê trên dòng lệnh"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "BẢNG_MÃ"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "Tạo một cửa sổ ở khác trong thực thể sẵn có của gedit"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Tạo tài liệu mới trong thực thể gedit đang chạy"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "Mở tập tin và chặn tiến trình đến khi tập tin bị đóng"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "Chạy gedit ở chế độ độc lập"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[TẬP_TIN…] [+DÒNG[:CỘT]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "Đã có một lỗi khi hiển thị trợ giúp."
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s: bảng mã không hợp lệ."
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "Đóng _không lưu"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "Thô_i"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "_Lưu dạng…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "_Lưu"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Nếu bạn không lưu, các thay đổi của bạn ở %ld phút cuối sẽ bị mất hoàn toàn."
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr ""
+"Nếu bạn không lưu, các thay đổi của bạn ở những phút cuối sẽ bị mất hoàn "
+"toàn."
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Nếu bạn không lưu, các thay đổi của bạn trong phút cuối và %ld giây sẽ bị "
+"mất hoàn toàn."
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Nếu bạn không lưu, các thay đổi của bạn ở %ld phút cuối sẽ bị mất hoàn toàn."
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr ""
+"Nếu bạn không lưu, các thay đổi của bạn ở %d giờ sau cùng sẽ bị mất vĩnh "
+"viễn."
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Nếu bạn không lưu, các thay đổi của bạn ở giờ cuối cùng và %d phút cuối sẽ "
+"bị mất hoàn toàn."
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Không lưu thì các thay đổi của bạn ở %d giờ cuối sẽ bị mất hoàn toàn."
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "Lưu các thay đổi trong tài liệu “%s” trước khi đóng lại chứ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Có %d tài liệu có thay đổi chưa được lưu. Lưu các thay đổi trước khi đóng "
+"lại chứ?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "_Chọn tài liệu bạn muốn lưu:"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "Nếu bạn không lưu tài liệu, các thay đổi của bạn sẽ hoàn toàn bị mất."
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "Đang tải tập tin “%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "Đang tải %d tập tin…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "Tập tin “%s” có thuộc tính chỉ đọc."
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Bạn có muốn thay thế nó bằng tập tin bạn đang lưu không?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "Th_ay thế"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "Lưu tập tin dạng nén chứ?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "Lưu dạng văn bản thô chứ?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr ""
+"Tập tin “%s” trước đây được lưu dạng thô, bây giờ sẽ được lưu ở dạng nén."
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "_Lưu dạng nén"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr ""
+"Tập tin “%s” trước đây được lưu dạng nén, bây giờ sẽ được lưu ở dạng thô."
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "Lưu dạng _văn bản thô"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "Đang lưu tập tin “%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "Lưu thành tập tin mới"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "Đang hoàn nguyên tài liệu “%s”…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "Hoàn nguyên các thay đổi chưa lưu về tài liệu “%s” không?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Các thay đổi trong tài liệu ở %ld phút cuối sẽ hoàn toàn bị mất."
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Các thay đổi trong tài liệu ở phút cuối sẽ hoàn toàn bị mất."
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Các thay đổi trong tài liệu ở phút cuối và %ld giây cuối sẽ hoàn toàn bị mất."
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Các thay đổi trong tài liệu ở %ld phút cuối sẽ hoàn toàn bị mất."
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "Các thay đổi trong tài liệu ở %d giờ cuối sẽ hoàn toàn bị mất."
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Các thay đổi trong tài liệu ở giờ cuối cùng và %d phút cuối sẽ hoàn toàn bị "
+"mất."
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Các thay đổi trong tài liệu ở %d giờ cuối sẽ hoàn toàn bị mất."
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "_Hoàn nguyên"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr ""
+"gedit là phần mềm soạn thảo văn bản nhỏ và nhẹ dành cho môi trường máy tính "
+"để bàn GNOME"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr "Nhóm Việt hóa GNOME <gnome-vi-list@gnome.org>"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "Đã tìm thấy và thay thế %d lần"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "Đã tìm thấy và thay thế một lần"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "Không tìm thấy “%s”"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "Nhóm thẻ %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "Chỉ-đọc"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "Tự động xác định"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "Thêm hoặc gỡ bỏ…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Miền ngôn ngữ hiện tại (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (Miền ngôn ngữ hiện tại)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "Bạn có thực sự muốn đặt lại bảng mã ký tự của tùy thích hay không?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "Đặt _lại"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "Thêm"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "Xóa bỏ"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "Nâng cao mức ưu tiên"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "Hạ thấp mức ưu tiên"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "Mọi tập tin"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "Mọi tập tin văn bản"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "Bảng mã _kí tự:"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "Kết thúc _dòng:"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "Mở tập tin"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2639
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "_Mở"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "Thử _lại"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "Không tìm thấy tập tin “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "Hãy kiểm tra xem bạn đã gõ đúng địa chỉ chưa rồi thử lại."
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "Không thể xử lý vị trí “%s:”."
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "Không thể xử lý vị trí này."
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "Không thể truy cập vị trí của tập tin."
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s” là thư mục."
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s” không phải là một vị trí hợp lệ."
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Không tìm thấy máy “%s”. Hãy kiểm tra lại các cài đặt máy chủ ủy nhiệm xem "
+"đúng chưa rồi thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr "Tên máy không hợp lệ. Hãy kiểm tra bạn đã gõ đúng địa điểm và thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s” không phải là một tập tin thường."
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "Thời gian kết nối quá giới hạn. Hãy thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "Gặp lỗi bất ngờ: %s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "Không tìm thấy tập tin đã yêu cầu. Có lẽ nó vừa mới bị xóa."
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "Không thể hoàn nguyên tập tin “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "Bảng mã kí _tự:"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "Vẫn sửa bằng mọi _giá"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr ""
+"Số lần lần theo liên kết bị giới hạn và không tìm thấy tập tin thực sự trong "
+"giới hạn này."
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "Bạn không có quyền mở tập tin này."
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "Không thể dò tìm bảng mã kí tự."
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "Hãy kiểm tra bạn không cố mở tập tin nhị phân."
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "Chọn một bảng mã kí tự từ trình đơn và thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "Có một lỗi khi mở tập tin “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"Tập tin mà bạn đã mở có một số kí tự không hợp lệ. Nếu bạn vẫn tiếp tục "
+"chỉnh sửa, bạn có thể làm hỏng tập tin này."
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "Bạn có thể chọn một bảng mã kí tự khác và thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "Không thể mở tập tin “%s” sử dụng bảng mã kí tự “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "Lựa chọn một bảng mã kí tự khác từ trình đơn và thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "Không thể mở tập tin “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "Không thể lưu tập tin “%s” sử dụng bảng mã kí tự “%s”."
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr ""
+"Tài liệu chưa một hoặc nhiều kí tự không thể giải mã sử dụng bảng mã kí tự "
+"xác định."
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "_Vẫn lưu"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "Đừ_ng lưu"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "Tập tin “%s” đã được sửa đổi từ lần đọc trước."
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "Nếu bạn lưu, các thay đổi bên ngoài có thể bị mất. Vẫn lưu chứ?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Không thể xử lý vị trí “%s:” trong chế độ ghi. Hãy kiểm tra bạn đã gõ đúng "
+"địa điểm chưa và thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr ""
+"Không thể xử lý địa điểm này trong chế độ ghi. Hãy kiểm tra bạn đã gõ đúng "
+"địa điểm chưa và thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr ""
+"“%s” không phải vị trí hợp lệ. Hãy kiểm tra xem bạn đã gõ đúng chưa rồi thử "
+"lại."
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr ""
+"Bạn không có quyền lưu tập tin này. Hãy kiểm tra bạn đã gõ địa điểm đúng "
+"chưa và thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr ""
+"Không đủ chỗ trên đĩa để lưu tập tin. Hãy giải phóng thêm chỗ trống trên đĩa "
+"rồi thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr ""
+"Bạn đang cố lưu tập tin này vào đĩa chỉ đọc. Hãy kiểm tra xem bạn đã gõ địa "
+"điểm đúng chưa rồi thử lại."
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "Một tập tin cùng tên đã có. Hãy dùng tên khác."
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr ""
+"Đĩa vào đó bạn cố lưu tập tin này có giới hạn về độ dài của tên tập tin. Hãy "
+"dùng tên ngắn hơn."
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"Đĩa mà bạn cố gắng lưu tập tin vào có một kích thước tập tin giới hạn. Hãy "
+"chọn lưu một tập tin nhỏ hơn hoặc lưu chúng vào một đĩa khác không có giới "
+"hạn này."
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "Không thể lưu tập tin “%s”."
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "Nhấn vào nút này để chọn phông được sử dụng bởi trình soạn thảo"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "_Dùng phông hệ thống có độ rộng cố định (%s)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "Không thể cài đặt lược đồ màu đã chọn: %s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "Không thể cài đặt lược đồ màu đã chọn."
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "Thêm lược đồ màu"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "_Thêm lược đồ"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "Tập tin lược đồ màu"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "Không thể gỡ bỏ lược đồ màu “%s”."
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "Đang chuẩn bị…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "Tập tin: %s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "Trang %N trên %Q"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "Đang vẽ trang %d trên %d…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "Trang %d trên %d"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "Không gì"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "Tìm và thay thế"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "ĐÈ"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "CHÈN"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "Có %d thanh bị lỗi"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:823
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "Đang hoàn nguyên %s từ %s"
+
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s"
+msgstr "Đang hoàn nguyên %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:843
+#, c-format
+msgid "Loading %s from %s"
+msgstr "Đang tải %s từ %s"
+
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s"
+msgstr "Đang tải %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:930
+#, c-format
+msgid "Saving %s to %s"
+msgstr "Đang lưu %s vào %s"
+
+#: gedit/gedit-tab.c:935
+#, c-format
+msgid "Saving %s"
+msgstr "Đang lưu %s"
+
+#: gedit/gedit-tab.c:1486
+#, c-format
+msgid "Error opening file %s"
+msgstr "Gặp lỗi khi mở tập tin %s"
+
+#: gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error reverting file %s"
+msgstr "Gặp lỗi khi hoàn nguyên tập tin %s"
+
+#: gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error saving file %s"
+msgstr "Gặp lỗi khi lưu tập tin %s"
+
+#: gedit/gedit-tab.c:1527
+msgid "Name:"
+msgstr "Tên:"
+
+#: gedit/gedit-tab.c:1528
+msgid "MIME Type:"
+msgstr "Kiểu MIME:"
+
+#: gedit/gedit-tab.c:1529
+msgid "Encoding:"
+msgstr "Bảng mã:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "/ trên %s"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Cổ điển"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d trên %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "_Cuộn vòng"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "Khớp mẫu dùng biểu thức chính qu_y"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "Chỉ khớp với ng_uyên từ"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "_Phân biệt HOA/thường"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "Chuỗi cần tìm kiếm"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "Dòng nơi bạn muốn chuyển con trỏ đến"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "Khớp dấu ngoặc ngoài phạm vi"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "Không tìm thấy dấu ngoặc khớp"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "Tìm thấy dấu ngoặc khớp trên dòng: %d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Dg %d, Cột %d"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Bề rộng Tab: %u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "Văn bản thô"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "Có tạo tài liệu chưa được ghi lại"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "Đổi trang bảng bên"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "Tài liệu"
+
+#: gedit/gedit-window.c:2640
+msgid "Open a file"
+msgstr "Mở tập tin"
+
+#: gedit/gedit-window.c:2644
+msgid "Open a recently used file"
+msgstr "Mở tập tin vừa dùng"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "Chuyển sang _trái"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "Chuyển sang _phải"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "Chu_yển vào cửa sổ mới"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "Chuyển vào _nhóm thanh mới"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "Đón_g"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "Thụt lề tự động"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "Chèn dấu cách"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "Hiện số dòng"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "Hiện lề phải"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "Tô sáng dòng hiện tại"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "Ngắt dòng văn bản dài"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "Tập t_in"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "_Mới"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "Mới dùng _gần đây"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "Mở lại _tab đã đóng"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "Lưu _dạng…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "Cửa _sổ mới"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "Tải _lại"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "_In…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "T_hoát"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "_Sửa"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "_Hồi lại"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "Làm _lại"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "Cắ_t"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "_Chép"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "_Dán"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "_Xóa"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "C_hế độ ghi đè"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "Chọn _tất cả"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "Tù_y thích"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "_Xem"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "Khung _lề"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "Khung đá_y"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "Đầ_y màn hình"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "Chế độ tô _sáng…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "Tìm _kiếm"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "_Tìm…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "Tìm tiế_p"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "Tìm _ngược"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "Tìm và tha_y thế…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "_Xóa tô sáng"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "Nhảy tới _dòng…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "_Công cụ"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "Tài _liệu"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "_Lưu tất cả"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "Đóng tất _cả"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "_Nhóm thẻ mới"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "Nhóm thẻ t_rước"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "Nhóm thẻ _kế"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "Tài liệu _trước"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "Tài liệu _kế"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "Chu_yển vào cửa sổ mới"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "Trợ g_iúp"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "_Giới thiệu về Soạn thảo văn bản"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "_Lưu tất cả"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "Tìm và tha_y thế…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "Nhảy tới dòn_g…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "_Phím tắt"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "Bảng mã kí tự"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "Á_p dụng"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "Bảng mã _sẵn có"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "_Chọn các bảng mã"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "_Mô tả"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "_Bảng mã"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "Tùy thích"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "_Hiện số dòng"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "Hiện lề _phải tại cột:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "Hiển thị thanh t_rạng thái"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "Hiện mẫu _lưới"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "Ngắt dòng dài"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "Cho phép _ngắt dòng dài"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "Đừng _ngắt dòng ở giữa một từ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "Tô sáng"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "Tô sán_g dòng hiện tại"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "Tô sáng _ngoặc khớp"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "Trình bày"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Khoảng cách thụt"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "Độ rộng _tab:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "Chèn các khoảng _trắng thay cho ký tự tab"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "Bật thụt _lề tự động"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "Lưu tập tin"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "Tạo _bản sao của tập tin trước khi lưu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "_Tự động lưu tập tin mỗi"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "_phút"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "Bộ soạn thảo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "Phông"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "_Phông soạn thảo: "
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "Chọn phông soạn thảo"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "Bộ màu"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "Cài đặt lược đồ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "Cài đặt lược đồ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "Gỡ cài đặt lược đồ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "Gỡ cài đặt lược đồ"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "Phông & màu sắc"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "Phần bổ sung"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "Tô sáng cú pháp"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "In tô sáng cú _pháp"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "Số dòng"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "In _số thứ tự dòng"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "Số _dòng mỗi"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "dòng"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "Phần đầu trang"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "_In thông tin đầu trang"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "Phông chữ"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "T_hân:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "Số _dòng:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "Đầu và chân tr_ang:"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "_Khôi phục phông chữ mặc định"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "Hiện trang trước"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "Hiện trang kế tiếp"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "Trang hiện tại (Alt-P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "trên"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "Tổng số trang"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "Tổng số trang trong tài liệu"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "Hiện nhiều trang"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "Giữ nguyên 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "Phóng vừa toàn trang"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "Thu nhỏ trang"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "Phóng to trang"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "Đóng khung xem thử bản in"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "Đón_g xem thử"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "Xem thử trang"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "Khung xem thử trang trong tài liệu cần in"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "Thay thế tất _cả"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "Tì_m"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "_Tìm "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "Thay thế _bằng "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "_Phân biệt HOA/thường"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "Chỉ khi khớp t_oàn bộ từ"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "Biểu thức chính qu_y"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "Tìm n_gược"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "Cuộn _vòng"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "Tài liệu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "Tạo tài liệu mới trong một tab"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "Mở một tài liệu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "Lưu tài liệu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "Lưu tại liệu bằng tên mới"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "Lưu mọi tài liệu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "Đóng tài liệu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "Đóng tất cả các tài liệu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "Mở những tài liệu mới đóng gần đây"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "Chuyển sang tài liệu kế tiếp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "Chuyển sang tài liệu kế trước"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "Chuyển sang tài liệu thứ n đầu tiên"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "Cửa sổ và Bảng"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "Tạo tài liệu mới trong một cửa sổ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "Tạo nhóm thẻ mới"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "Hiển thị khung lề"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "Hiển thị khung đáy"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "Bật/tắt toàn màn hình"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "Thoát khỏi ứng dụng"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "Tìm và thay thế"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Tìm"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "Tìm đến chỗ khớp kế tiếp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "Tìm đến chỗ khớp kế trước"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "Bỏ tô sáng"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "Hoàn tác và Làm lại"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "Hoàn lại lệnh trước đó"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "Làm lại lệnh trước đó"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "Chọn lựa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "Chọn toàn bộ văn bản"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "Bỏ chọn tất cả"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "Chép và Dán"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "Chép chữ đã chọn vào clipboard"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "Cắt chữ đã chọn vào clipboard"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "Dán chữ từ clipboard"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "Điều hướng"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "Nhảy tới dòng"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "Di chuyển đến đầu dòng hiện tại"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "Tới cuối của dòng hiện tại"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "Di chuyển đến phần đầu của tài liệu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "Di chuyển đến cuối tài liệu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "Di chuyển ô xem trong tập tin lên"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "Di chuyển ô xem trong tập tin xuống"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "Di chuyển ô xem đến cuối tập tin"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "Di chuyển ô xem lên đầu tập tin"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "Di chuyển đến dấu ngoặc đơn tương ứng"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "Chuyển sang nhóm thẻ trước"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "Chuyển sang nhóm thẻ kế tiếp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "Chỉnh sửa"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "Bật/tắt chèn/đè"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "Bật/Tắt hiển thị con trỏ nháy"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "Xóa dòng hiện tại"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "Di chuyển dòng hiện tại lên trên"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "Di chuyển dòng hiện tại xuống dưới"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "Di chuyển từ hiện tại sang trái"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "Di chuyển từ hiện tại sang phải"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "Chuyển đổi sang chữ HOA"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "Chuyển đổi sang chữ thường"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "Đảo HOA/thường"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "Gia số tại con trỏ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "Giảm số tại con trỏ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "Công cụ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "Kiểm tra chính tả"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "In tài liệu"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "Hiển thị cửa sổ hoàn thiện nốt từ"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Chung"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "Hiển thị trợ giúp"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "Mở trình đơn"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "Phím tắt bàn phím"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "Đóng tài liệu"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "Tạo tài liệu mới"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "Tạo mới"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "Lưu tập tin hiện tại"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "Lưu"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "Ẩn bảng"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "Ngừng toàn màn hình"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "Thống kê tài liệu"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "Phân tích tài liệu hiện tại và xác định số lượng từ, dòng và ký tự."
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "Thống _kê tài liệu"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "Tài liệu"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "Vùng chọn"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "Dòng"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "Từ"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "Ký tự (có khoảng trắng)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "Ký tự (không khoảng trắng)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "Byte"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "Biên dịch"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "Chạy lệnh “make” trong thư mục tài liệu"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "Mở dòng lệnh ở đây"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "Mở một cửa sổ dòng lệnh tại vị trí tài liệu"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "Gỡ bỏ các dấu trắng đằng sau"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "Gỡ bỏ các dấu đằng sau vô ích trong tập tin"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "Chạy lệnh"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "Thực hiện lệnh riêng mà xuất vào tài liệu mới"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "Gửi đến fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "Dán đoạn văn bản đa chọn hay tài liệu hiện tại vào fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "Công cụ bên ngoài"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "Thực hiện lệnh bên ngoài và tập lệnh hệ thống (shell scripts)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "Có dùng phông hệ thống không"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Nếu chọn, công cụ bên ngoài sẽ dùng phông chuẩn của hệ thống nếu là phông "
+"monospace của nó (hoặc phông giống nhất nếu khác)."
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Tên phông Pango. Ví dụ “Sans 12” hoặc “Monospace Bold 14”."
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "Quản lý công cụ ngoại…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "_Công cụ bên ngoài"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "Không thể thực hiện lệnh: %s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "Bạn phải ở trong một từ để chạy lệnh này"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "Công cụ đang chạy:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "Đã xong."
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "Đã thoát"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "Tất cả ngôn ngữ"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "Tất cả ngôn ngữ"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "Công cụ mới"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "Phím tắt này đã được gán cho %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "Hãy gõ phím tắt mới, hoặc bấm phím Backspace để xóa"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "Gõ phím tắt mới"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "Đã dừng."
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "Dừng công cụ"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "Luôn sẵn sàng"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "Mọi tài liệu"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "Mọi tài liệu trừ những cái không tên"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "Chỉ tập tin cục bộ"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "Chỉ tập tin trên mạng"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "Chỉ tài liệu không tên"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "Tài liệu hiện tại"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "Vùng chọn hiện tại"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "Lựa chọn hiện tại (mặc định là tài liệu)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "Dòng hiện tại"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "Từ hiện tại"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "Hiện ở cuối ô"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "Tạo tài liệu mới"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "Nối vào tài liệu hiện tại"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "Thay thế tài liệu hiện tại"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "Thay thế vùng chọn hiện tại"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "Chèn tại vị trí con trỏ"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "Quản lý công cụ ngoại"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "Thêm công cụ mới"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "Thêm công cụ"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "Bỏ công cụ được chọn"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "Bỏ công cụ"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "Hoàn nguyên công cụ"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "Hoàn nguyên công cụ"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "_Phím tắt:"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "_Lưu:"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "_Vào:"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "_Xuất:"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "Khả năng á_p dụng:"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "Kết xuất của lệnh"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "Khung duyệt tập tin"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "Truy cập nhanh các tập tin từ khung bên."
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "Thư mục riêng"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "Hệ thống tập tin"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "Bộ duyệt tập tin"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "Gặp lỗi khi tạo thư mục mới"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "Gặp lỗi khi tạo tập tin mới"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "Gặp lỗi khi thay đổi tên của tập tin hay thư mục"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "Gặp lỗi khi xóa tập tin hay thư mục"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "Gặp lỗi khi mở thư mục trong bộ quản lý tập tin"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "Gặp lỗi khi đặt thư mục gốc"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "Gặp lỗi khi tải thư mục"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "Gặp lỗi"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"Không thể di chuyển tập tin vào thùng rác,\n"
+"bạn có muốn xóa nó ngay không?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "Không thể di chuyển tập tin “%s” vào thùng rác."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "Không thể di chuyển tập tin đã chọn vào thùng rác."
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "Bạn có chắc muốn xóa hẳn “%s” không?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "Bạn có chắc muốn xóa hẳn các tập tin đã chọn không?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "Nếu bạn xóa mục nào, nó sẽ bị mất hoàn toàn."
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(Rỗng)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Tập tin bị đổi tên hiện tại bị lọc ra. Bạn cần phải điều chỉnh cài đặt lọc "
+"để hiển thị lại tập tin này"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "Tập tin chưa đặt tên"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"Tập tin mới hiện tại bị lọc ra. Bạn cần phải điều chỉnh cài đặt lọc để hiển "
+"thị nó"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "Thư mục chưa đặt tên"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"Thư mục mới hiện tại bị lọc ra. Bạn cần phải điều chỉnh cài đặt lọc để hiển "
+"thị nó"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "Đánh dấu"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "Không có đối tượng “mount” cho phân vùng đã gắn: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "Không thể mở đa phương tiện %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "Không thể gắn phân vùng: %s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "Gặp lỗi khi tải “%s”: Không có thư mục nào như thế"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "Mở trong ô xem cây"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr ""
+"Mở ô xem cây khi bổ sung duyệt tập tin được tải, thay cho ô xem Đánh dấu"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "Thư mục gốc của bộ duyệt tập tin"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"Thư mục gốc của bộ duyệt tập tin, để dùng khi tải bổ sung duyệt tập tin và "
+"khi “onload/tree_view” là ĐÚNG."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "Thư mục gốc ảo của bộ duyệt tập tin"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"Thư mục gốc ảo của bộ duyệt tập tin, để dùng khi tải bổ sung duyệt tập tin "
+"và khi “onload/tree_view” là ĐÚNG. Gốc ảo luôn luôn phải nằm bên dưới gốc "
+"thật."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "Bật phục hồi từ xa"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "Đặt nếu bật khả năng phục hồi vị trí từ xa hay không."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "Đặt địa chỉ mở tập tin đầu tiên"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"Nếu TRUE, phần bổ sung trình duyệt tập tin sẽ xem thư mục của tập tin mở đầu "
+"tiên nếu trình duyệt tập tin chưa được sử dụng lần nào. (Thường áp dụng khi "
+"mở tập tin từ dòng lệnh hoặc mở chúng bằng Nautilus, v.v..)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "Chế độ lọc của bộ duyệt tập tin"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"Giá trị này quyết định những tập tin nào được lọc từ bộ duyệt tập tin. Giá "
+"trị có thể: none (không lọc gì), hide-hidden (lọc tập tin ẩn), hide-binary "
+"(lọc tập tin nhị phân)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "Mẫu lọc của bộ duyệt tập tin"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr ""
+"Mẫu lọc cần dùng để lọc bộ duyệt tập tin. Mẫu lọc này hoạt động bên trên chế "
+"độ lọc (“filter_mode”)."
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "Mẫu lọc của bộ duyệt tập tin"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "Các mẫu bổ xung được dùng khi lọc các tập tin nhị phân."
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "Đặt _gốc thành vị trí của tài liệu hoạt động hiện tại"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "Thư mục mớ_i"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "Tập tin mớ_i"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "Đổi _tên…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "Chu_yển vào thùng rác"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "Cậ_p nhật ô xem"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "_Xem thư mục"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "_Mở thiết bị cuối ở đây"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "Bộ _lọc"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "_Hiện bị ẩn"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "Hiện nhị _phân"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "Khớp tên tập tin"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "Lịch sử"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "Mở trình đơn lịch sử"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Dòng chế độ"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Cách hỗ trợ dòng chế độ dạng Emacs, Kate và Vim trong gedit."
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "Mô tả màu cho lệnh"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "Mô tả màu cho lệnh"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "Mô tả màu cho lỗi"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "Mô tả màu cho lỗi"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"Nếu đúng, cửa sổ dòng lệnh sẽ dùng phông chuẩn của hệ thống nếu là phông "
+"monospace của nó (hoặc phông gần giống nhất nếu khác)."
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "Mà_u lệnh:"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "Màu _lỗi:"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Bàn giao tiếp Python"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "Bàn điều khiển Python tương tác ở khung dưới đáy."
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "Tô sáng nhanh"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "Tô sáng mỗi khi có đoạn văn bản được chọn."
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "Mở nhanh…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "Mở nhanh"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "Mở tập tin một cách nhanh chóng."
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "Nhập để tìm…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "Quản lý đ_oạn…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "Đoạn"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "Kho lưu “%s” không thể được tạo"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "Thư mục đích “%s” không tồn tại"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "Thư mục đích “%s” không phải là một thư mục hợp lệ"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "Tập tin “%s” không tồn tại"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "Tập tin “%s” không phải là tập tin đoạn mã snippet hợp lệ"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "Tập tin đã nhập “%s” là một tập tin mã snippet không hợp lệ"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "Kho lưu “%s” không thể được giải nén"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "Không thể nhập khẩu những tập tin này: %s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "Tập tin “%s” không phải là một kho lưu đoạn mã snippet hợp lệ"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "Kho lưu đoạn"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "Thêm đoạn mới…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "Toàn cục"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "Hoàn nguyên đoạn đã chọn"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "Xóa đoạn đã chọn"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"Đây không phải bẫy phím Tab hợp lệ. Bẫy có thể chứa nhiều chữ hoặc số (hoặc "
+"_, : và .) hoặc một ký tự đơn (không phải chữ hoặc số) như: {, [, v.v.."
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "Một từ đơn mà đoạn mã mẫu được kích hoạt khi nhấn phím Tab ngay sau đó"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "Gặp lỗi phát sinh khi nhập vào sau đây: %s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "Việc nhập vào được thực hiện thành công"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "Nhập đoạn"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "Mọi kho nén đã hỗ trợ"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Kho nén Gzip"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Kho nén Bzip2"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "Tập tin đoạn đơn"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "Mọi tập tin"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "Gặp lỗi sau đây khi xuất: %s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "Hoàn tất xuất ra"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "Bạn cũng có muốn xuất các đoạn <b>hệ thống</b> đã chọn không?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "Chưa chọn đoạn cần xuất ra"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "Xuất đoạn"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "Hãy gõ phím tắt mới, hoặc bấm phím “Backspace” để xóa trống"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "Gõ phím tắt mới"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr ""
+"Việc thực thi lệnh Python (%s) lâu quá thời hạn chờ, nên việc thực thi đã bị "
+"hủy bỏ."
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Việc thực thi lệnh Python (%s) gặp lỗi: %s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "Chèn vào một đoạn văn bản hay dùng một cách nhanh chóng."
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "Quản lý đoạn"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "Tạo đoạn mới"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "Thêm đoạn"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "Bỏ đoạn"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "Nhập đoạn"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "Xuất các đoạn đã chọn"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "Xuất đoạn"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "Kích hoạt"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "Bẫy _Tab:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "P_hím tắt:"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "Phím tắt kích hoạt đoạn"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "Đíc_h thả:"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "Sắp _xếp…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "Sắp xếp"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "Đả_o thứ tự"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "_Bỏ trùng lắp"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "_Phân biệt HOA/thường"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "Bắt đầu _tại cột:"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "_Sắp xếp"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "Sắp xếp tài liệu hay đoạn được chọn."
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "Kiểm lỗi _chính tả…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "Đặt n_gôn ngữ…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "_Tô sáng từ viết sai"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "Tô sáng từ viết sai"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "Cài đặt mặc định cho tô sáng từ viết sai."
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "Cấu hình phần bổ sung kiểm tra chính tả"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "Mặc định khi Tạo tài liệu mới"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "Kiểm tra chính tả"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "Kiểm lỗi chính tả của tài liệu hiện tại."
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "C_hèn ngày giờ…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "Định dạng sẵn có"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "Kiểu dấu nhắc"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr ""
+"Người dùng nên được hỏi định dạng hoặc định dạng được chọn hoặc định dạng "
+"riêng nên được dùng."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "Định dạng được chọn"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "Dùng định dạng đã chọn khi chèn ngày/giờ."
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "Định dạng riêng"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "Dùng định dạng riêng khi chèn ngày/giờ."
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "Chèn ngày giờ"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "Dùng định _dạng đã chọn"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "Dùng định dạng _riêng"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%H:%M:%S %d/%m/%Y"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "17:52:00 01/11/2009"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "_Chèn"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "Cấu hình phần bổ sung ngày/giờ"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "Khi chèn ngày/giờ…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "Nhắc _hỏi định dạng"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "Chèn ngày/giờ"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "Chèn ngày, giờ hiện tại vào vị trí con trỏ hiện tại."
+
+#, c-format
+#~ msgid "Untitled Document %d"
+#~ msgstr "Tài liệu chưa đặt tên %d"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "Chế độ tô sáng"
+
+#~ msgid "_Select"
+#~ msgstr "_Chọn"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "Chế độ tô sáng kết quả tìm thấy…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit là bộ soạn thảo văn bản chính thức của môi trường máy tính để bàn "
+#~ "GNOME. Trong khi nó nhắm vào mục đích là đơn giản và dễ sử dụng, nhưng "
+#~ "gedit lại là một bộ soạn thảo văn bản đa dụng mạnh mẽ."
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "Cho dù là bạn viết những ấn bản bán chạy nhất, lập trình những ứng dụng "
+#~ "cách tân, hay đơn giản chỉ ghi chú, gedit sẽ là một công cụ đáng tin cậy "
+#~ "để giúp bạn hoàn thành công việc của mình."
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr ""
+#~ "Hệ thống phần bổ xung linh hoạt cho phép bạn điều chỉnh ứng dụng theo ý "
+#~ "bạn muốn và đưa nó vào luồng công việc của mình."
+
+#~ msgid "Display Overview Map"
+#~ msgstr "Hiện sơ đồ tổng thể"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "Gedit có nên hiển thị sơ đồ tổng thể cho tài liệu hay không."
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "Hiện thanh công cụ"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "Có nên hiện thanh công cụ trong cửa sổ biên soạn hay không."
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "Số tập tin mới dùng tối đa"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr ""
+#~ "Xác định số tối đa các tập tin được mở gần đây sẽ được hiển thị trong "
+#~ "trình đơn con “Các tập tin mới dùng”."
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "Danh sách các bổ sung còn hoạt động. Nó chứa “Vị trí” của các bổ sung đó. "
+#~ "Hãy xem tập tin “.gedit-plugin” để biết vị trí của từng bổ sung."
+
+#, c-format
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "Các thay đổi trong tài liệu “%s” sẽ bị mất vĩnh viễn."
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "Quản trị hệ thống không cho phép lưu."
+
+#, c-format
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "Các thay đổi trong tài liệu %d sẽ bị mất hoàn toàn."
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "Tài liệu có thay đổi chư_a lưu:"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "Chọn tập tin cần mở"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "Không có thay đổi cần lưu"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "Bảng mã kí tự:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "Kết thúc dòng:"
+
+#, c-format
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "Vị trí “%s” hiện tại không đọc được."
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "Hệ thống của bạn không nối mạng. Hãy kiểm tra mạng của bạn."
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "Đừn_g sửa"
+
+#, c-format
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "Tập tin “%s” đang được mở trong cửa sổ gedit khác."
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "Bạn vẫn muốn sửa chứ?"
+
+#, c-format
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "Không thể tạo tập tin sao lưu trong khi lưu “%s”"
+
+#, c-format
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "Không thể tạo tập tin sao lưu tạm trong khi lưu “%s”"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "Không thể sao lưu tập bản sao cũ của tập tin trước khi lưu một cái mới. "
+#~ "Bạn có thể bỏ qua cảnh báo này và lưu tập tin bằng mọi giá, tuy nhiên nếu "
+#~ "lỗi xảy ra khi lưu, bạn có thể mất bản sao cũ của tập tin này. Vẫn lưu "
+#~ "bằng mọi giá?"
+
+#, c-format
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "Tập tin “%s” đã bị thay đổi trên đĩa."
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "Xóa các thay đổi và tải _lại"
+
+#, c-format
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "Phát hiện vài ký tự không hợp lệ khi lưu “%s”"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr "Nếu bạn tiếp tục, bạn có thể làm hỏng tài liệu. Vẫn lưu chứ?"
+
+#, c-format
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "Không thể tạo thư mục “%s” , vì g_mkdir_with_parents() bị lỗi: %s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "Thê_m lược đồ"
+
+#~ msgid "No results"
+#~ msgstr "Không tìm thấy kết quả nào"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "Tài _liệu khác…"
+
+#~ msgid "Open another file"
+#~ msgstr "Mở tập tin khác"
+
+#~ msgid "Display _overview map"
+#~ msgstr "Hiện sơ đồ tổn_g thể"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "Nối các dòng đã chọn"
+
+#~ msgid "Open"
+#~ msgstr "Mở"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "Mở hộp thoại tập tin"
+
+#~ msgid "Check update"
+#~ msgstr "Kiểm tra cập nhật"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "Kiểm tra phiên bản gedit mới nhất"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "Có một lỗi khi hiển thị URI."
+
+#~ msgid "_Download"
+#~ msgstr "_Tải về"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "Bỏ _qua phiên bản"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "Có phiên bản gedit mới hơn"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "Bạn có thể tải một phiên bản mới của gedit bằng việc nhấn vào nút tải hay "
+#~ "có thể lờ đi phiên bản này và đợi một phiên bản mới hơn"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "Phiên bản cần bỏ qua"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "Phiên bản cần lờ đi cho đến khi bản tiếp nữa được phát hành."
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "Hãy kiểm tra bản cài đặt."
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "Không thể mở tập tin UI %s. Lỗi: %s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "Không tìm thấy đối tượng “%s” trong tập tin %s."
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "Bộ soạn thảo văn bản gedit"
+
+#~ msgid "_About"
+#~ msgstr "_Giới thiệu"
+
+#~ msgid "Tools"
+#~ msgstr "Công cụ"
+
+#~ msgid "_Ignore"
+#~ msgstr "Bỏ _qua"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "Quản lý công cụ bên _ngoài…"
+
+#~ msgid "Quick Open..."
+#~ msgstr "Mở nhanh…"
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "Quản lý đ_oạn…"
+
+#~ msgid "_Check Spelling..."
+#~ msgstr "Kiểm lỗi _chính tả…"
+
+#~ msgid "Set _Language..."
+#~ msgstr "Đặt n_gôn ngữ…"
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "C_hèn ngày giờ…"
+
+#~ msgid "Open a New Window"
+#~ msgstr "Mở cửa sổ mới"
+
+#~ msgid "Open a New Document"
+#~ msgstr "Mở tài liệu mới"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "Đặt kích thước và vị trí cửa sổ (RỘNGxCAO+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "TỌA_ĐỘ"
+
+#~ msgid "Edit"
+#~ msgstr "Sửa"
+
+#~ msgid "Help"
+#~ msgstr "Trợ giúp"
+
+#~ msgid "Question"
+#~ msgstr "Câu hỏi"
+
+#~ msgid "(no suggested words)"
+#~ msgstr "(không có từ để gợi ý)"
+
+#~ msgid "_More..."
+#~ msgstr "Thê_m nữa…"
+
+#~ msgid "_Ignore All"
+#~ msgstr "Bỏ _qua tất cả"
+
+#~ msgid "_Add"
+#~ msgstr "Thê_m"
+
+#~ msgid "_Spelling Suggestions..."
+#~ msgstr "_Gợi ý chính tả…"
+
+#~ msgid "Error when checking the spelling of word “%s”: %s"
+#~ msgstr "Gặp lỗi khi kiểm tra chính tả của từ “%s”: %s"
+
+#~ msgid "Error:"
+#~ msgstr "Lỗi:"
+
+#~ msgid "Completed spell checking"
+#~ msgstr "Hoàn thành kiểm lỗi chính tả"
+
+#~ msgid "No misspelled words"
+#~ msgstr "Không có từ sai chính tả"
+
+#~ msgid "(correct spelling)"
+#~ msgstr "(đúng chính tả)"
+
+#~ msgid "Suggestions"
+#~ msgstr "Gợi ý"
+
+#~ msgctxt "language"
+#~ msgid "%s (%s)"
+#~ msgstr "%s (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Unknown (%s)"
+#~ msgstr "Chưa biết (%s)"
+
+#~ msgctxt "language"
+#~ msgid "Default"
+#~ msgstr "Mặc định"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "Chọn n_gôn ngữ của tài liệu hiện tại."
+
+#~ msgid "Misspelled word:"
+#~ msgstr "Từ sai chính tả:"
+
+#~ msgid "word"
+#~ msgstr "từ"
+
+#~ msgid "Change _to:"
+#~ msgstr "Đổi _thành:"
+
+#~ msgid "Check _Word"
+#~ msgstr "Kiểm lỗi _từ"
+
+#~ msgid "_Suggestions:"
+#~ msgstr "_Gợi ý:"
+
+#~ msgid "Ignore _All"
+#~ msgstr "Bỏ qu_a tất cả"
+
+#~ msgid "Cha_nge"
+#~ msgstr "Thay đổ_i"
+
+#~ msgid "Change A_ll"
+#~ msgstr "Thay đổi tất _cả"
+
+#~ msgid "User dictionary:"
+#~ msgstr "Từ điển của người dùng:"
+
+#~ msgid "Add w_ord"
+#~ msgstr "Thêm _từ"
+
+#~ msgid "RO"
+#~ msgstr "Chỉ đọc"
+
+#~ msgid "_Ignore case"
+#~ msgstr "_Không phân biệt HOA/thường"
+
+#~ msgid "You cannot undo a sort operation"
+#~ msgstr "Không thể hồi lại thao tác sắp xếp."
+
+#~ msgid "_OK"
+#~ msgstr "Đồn_g ý"
+
+#~ msgid "Set language"
+#~ msgstr "Đặt ngôn ngữ"
+
+#~ msgid "Languages"
+#~ msgstr "Ngôn ngữ"
+
+#~ msgid "The document is empty."
+#~ msgstr "Tài liệu trống rỗng."
+
+#~ msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+#~ msgstr "['UTF-8', 'CURRENT', 'UTF-16']"
+
+#~ msgid "Automatically Detected Encodings"
+#~ msgstr "Tự động phát hiện bảng mã"
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for automatically detecting the "
+#~ "encoding of a file. \"CURRENT\" represents the current locale encoding. "
+#~ "Only recognized encodings are used."
+#~ msgstr ""
+#~ "Danh sách bảng mã đã sắp xếp được sử dụng bởi gedit cho việc phát hiện "
+#~ "bảng mã tự động của tập tin. “CURRENT” thể hiện bảng mã được sử dụng hiện "
+#~ "tại. Chỉ những bảng mã có thể nhận dạng được dùng."
+
+#~ msgid "['ISO-8859-15']"
+#~ msgstr "['UTF-8']"
+
+#~ msgid "Encodings shown in menu"
+#~ msgstr "Bảng mã hiển thị trong trình đơn"
+
+#~ msgid ""
+#~ "List of encodings shown in the Character Encoding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Danh sách các bảng mã được hiển thị ở trình đơn Bảng mã kí tự ở hộp chọn "
+#~ "mở/lưu tập tin. Chỉ những bảng mã có thể nhận dạng được dùng"
+
+#~ msgid "Character encodings"
+#~ msgstr "Bảng mã kí tự"
+
+#~ msgid "E_ncodings shown in menu:"
+#~ msgstr "Bảng _mã hiển thị trên trình đơn:"
+
+#~ msgid "P_revious Page"
+#~ msgstr "Trang t_rước"
+
+#~ msgid "_Next Page"
+#~ msgstr "Trang _kế"
+
+#~ msgid "Replace"
+#~ msgstr "Thay thế"
+
+#~ msgid "_Search for: "
+#~ msgstr "_Tìm: "
+
+#~ msgid ""
+#~ "Whether gedit should create backup copies for the files it saves. You can "
+#~ "set the backup file extension with the \"Backup Copy Extension\" option."
+#~ msgstr ""
+#~ "Gedit nên tạo bản sao các tập tin khi lưu. Bạn có thể đặt phần mở rộng "
+#~ "tập tin bằng tùy chọn “Phần mở rộng bản sao lưu”."
+
+#~ msgid "Undo Actions Limit (DEPRECATED)"
+#~ msgstr "Giới hạn hồi lại (KHÔNG DÙNG NỮA)"
+
+#~ msgid ""
+#~ "Maximum number of actions that gedit will be able to undo or redo. Use "
+#~ "\"-1\" for unlimited number of actions. Deprecated since 2.12.0"
+#~ msgstr ""
+#~ "Số tối đa các hành động Hủy bước/Bước lại có thể thực hiện. Dùng “-1” cho "
+#~ "số hành động vô hạn. Bị phản đối kể từ phiên bản 2.12.0."
+
+#~ msgid "Show the application's help"
+#~ msgstr "Hiển thị trợ giúp của ứng dụng"
+
+#~ msgid "- Edit text files"
+#~ msgstr "- Soạn thảo tập tin văn bản"
+
+#~ msgid ""
+#~ "%s\n"
+#~ "Run '%s --help' to see a full list of available command line options.\n"
+#~ msgstr ""
+#~ "%s\n"
+#~ "Chạy “%s --help” để xem danh sách tùy chọn dòng lệnh đầy đủ.\n"
+
+#~ msgid "About gedit"
+#~ msgstr "Giới thiệu về gedit"
+
+#~ msgid "Unicode"
+#~ msgstr "Unicode"
+
+#~ msgid "Western"
+#~ msgstr "Phương Tây"
+
+#~ msgid "Central European"
+#~ msgstr "Trung Âu"
+
+#~ msgid "South European"
+#~ msgstr "Nam Âu"
+
+#~ msgid "Baltic"
+#~ msgstr "Ban-tích"
+
+#~ msgid "Cyrillic"
+#~ msgstr "Ki-rin"
+
+#~ msgid "Arabic"
+#~ msgstr "Ả Rập"
+
+#~ msgid "Greek"
+#~ msgstr "Hy Lạp"
+
+#~ msgid "Hebrew Visual"
+#~ msgstr "Do thái trực quan"
+
+#~ msgid "Turkish"
+#~ msgstr "Thổ Nhĩ Kỳ"
+
+#~ msgid "Nordic"
+#~ msgstr "Bắc Âu"
+
+#~ msgid "Celtic"
+#~ msgstr "Xentich"
+
+#~ msgid "Romanian"
+#~ msgstr "Tiếng Rumani"
+
+#~ msgid "Armenian"
+#~ msgstr "Tiếng Acmênia"
+
+#~ msgid "Chinese Traditional"
+#~ msgstr "Tiếng Hoa phồn thể"
+
+#~ msgid "Cyrillic/Russian"
+#~ msgstr "Cyrillic/Nga"
+
+#~ msgid "Japanese"
+#~ msgstr "Tiếng Nhật"
+
+#~ msgid "Korean"
+#~ msgstr "Tiếng Hàn"
+
+#~ msgid "Chinese Simplified"
+#~ msgstr "Tiếng Hoa giản thể"
+
+#~ msgid "Georgian"
+#~ msgstr "Tiếng Gioocgiơ"
+
+#~ msgid "Hebrew"
+#~ msgstr "Do Thái"
+
+#~ msgid "Cyrillic/Ukrainian"
+#~ msgstr "Cyrillic/Ukraina"
+
+#~ msgid "Vietnamese"
+#~ msgstr "Tiếng Việt"
+
+#~ msgid "Thai"
+#~ msgstr "Tiếng Thái"
+
+#~ msgid "Unknown"
+#~ msgstr "Không rõ"
+
+#~ msgid "The file is too big."
+#~ msgstr "Tập tin quá lớn."
+
+#~ msgid "Save _As..."
+#~ msgstr "Lư_u dạng…"
+
+#~ msgid "_Print..."
+#~ msgstr "_In…"
+
+#~ msgid "Empty"
+#~ msgstr "Rỗng"
+
+#~ msgid "gedit Preferences"
+#~ msgstr "Tùy thích gedit"
+
+#~ msgid "column"
+#~ msgstr "cột"
+
+#~ msgid "Unicode (UTF-8)"
+#~ msgstr "Unicode (UTF-8)"
+
+#~ msgid "_Open..."
+#~ msgstr "_Mở…"
+
+#~ msgid "Pr_eferences"
+#~ msgstr "Tù_y thích"
+
+#~ msgid "Configure the application"
+#~ msgstr "Cấu hình ứng dụng theo ý riêng của mỗi người"
+
+#~ msgid "_Contents"
+#~ msgstr "Mụ_c lục"
+
+#~ msgid "Revert to a saved version of the file"
+#~ msgstr "Hoàn lại phiên bản đã lưu của tập tin"
+
+#~ msgid "Print Previe_w"
+#~ msgstr "_Xem thử bản in"
+
+#~ msgid "Print preview"
+#~ msgstr "Xem thử trước khi in"
+
+#~ msgid "Undo the last action"
+#~ msgstr "Hủy thao tác cuối cùng"
+
+#~ msgid "Redo the last undone action"
+#~ msgstr "Làm lại hành động mới hủy bước"
+
+#~ msgid "Cut the selection"
+#~ msgstr "Cắt vùng được chọn"
+
+#~ msgid "Copy the selection"
+#~ msgstr "Sao chép vùng đã chọn"
+
+#~ msgid "Delete the selected text"
+#~ msgstr "Xóa bỏ đoạn đã chọn"
+
+#~ msgid "_Highlight Mode..."
+#~ msgstr "C_hế độ tô sáng…"
+
+#~ msgid "Changes the highlight mode of the active document"
+#~ msgstr "Thay đổi chế độ tô sáng của tài liệu hiện tại"
+
+#~ msgid "_Find..."
+#~ msgstr "_Tìm…"
+
+#~ msgid "Search for text"
+#~ msgstr "Tìm đoạn"
+
+#~ msgid "Search forwards for the same text"
+#~ msgstr "Tìm tới trong cùng đoạn"
+
+#~ msgid "Search backwards for the same text"
+#~ msgstr "Tìm ngược cùng đoạn"
+
+#~ msgid "_Replace..."
+#~ msgstr "Th_ay thế…"
+
+#~ msgid "Search for and replace text"
+#~ msgstr "Tìm kiếm và thay thế"
+
+#~ msgid "Clear highlighting of search matches"
+#~ msgstr "Xóa tô sáng khi khớp chuỗi cần tìm"
+
+#~ msgid "Go to a specific line"
+#~ msgstr "Đi đến dòng đã cho"
+
+#~ msgid "Save all open files"
+#~ msgstr "Lưu mọi tập tin đang mở"
+
+#~ msgid "Close all open files"
+#~ msgstr "Đóng tất cả các tập tin đang mở"
+
+#~ msgid "Activate previous document"
+#~ msgstr "Kích hoạt tài liệu trước đó"
+
+#~ msgid "Activate next document"
+#~ msgstr "Kích hoạt tài liệu kế tiếp"
+
+#~ msgid "Move the current document to a new window"
+#~ msgstr "Chuyển tài liệu hiện tại vào cửa sổ mới"
+
+#~ msgid "Close the current file"
+#~ msgstr "Đóng tập tin hiện tại"
+
+#~ msgid "Quit the program"
+#~ msgstr "Thoát chương trình"
+
+#~ msgid "_Toolbar"
+#~ msgstr "_Thanh công cụ"
+
+#~ msgid "Show or hide the toolbar in the current window"
+#~ msgstr "Hiện/Ẩn thanh công cụ trên cửa sổ hiện tại"
+
+#~ msgid "Show or hide the statusbar in the current window"
+#~ msgstr ""
+#~ "Thay đổi trạng thái hiển thị của thanh trạng thái trên cửa sổ hiện tại"
+
+#~ msgid "Edit text in fullscreen"
+#~ msgstr "Soạn thảo văn bản ở chế độ toàn màn hình"
+
+#~ msgid "Show or hide the side panel in the current window"
+#~ msgstr "Hiện/Ẩn khung lề trên cửa sổ hiện tại"
+
+#~ msgid "Show or hide the bottom panel in the current window"
+#~ msgstr "Hiện/Ẩn khung đáy trong cửa sổ hiện tại"
+
+#~ msgid "Open '%s'"
+#~ msgstr "Mở “%s”"
+
+#~ msgid "Activate '%s'"
+#~ msgstr "Kích hoạt “%s”"
+
+#~ msgid "Change Case"
+#~ msgstr "Thay đổi chữ hoa/thường"
+
+#~ msgid "C_hange Case"
+#~ msgstr "C_huyển đổi chữ hoa/thường"
+
+#~ msgid "All _Upper Case"
+#~ msgstr "Tất cả chữ _hoa"
+
+#~ msgid "All _Lower Case"
+#~ msgstr "Tất cả chữ _thường"
+
+#~ msgid "Invert the case of selected text"
+#~ msgstr "Đảo chữ HOA/thường trong đoạn được chọn."
+
+#~ msgid "_Title Case"
+#~ msgstr "Chữ _Tựa"
+
+#~ msgid "Capitalize the first letter of each selected word"
+#~ msgstr "Chuyển đổi chữ đầu của mỗi từ đã chọn sang chữ hoa."
+
+#~ msgid "Get statistical information on the current document"
+#~ msgstr "Lấy thông tin thống kê của tài liệu hiện tại"
+
+#~ msgid "_Update"
+#~ msgstr "_Cập nhật"
+
+#~ msgid "File Name"
+#~ msgstr "Tên tập tin"
+
+#~ msgid "Opens the External Tools Manager"
+#~ msgstr "Mở bộ quản lý công cụ bên ngoài"
+
+#~ msgid "External tools"
+#~ msgstr "Công cụ bên ngoài"
+
+#~ msgid "Quickly open documents"
+#~ msgstr "Mở tài liệu một cách nhanh chóng"
+
+#~ msgid "_Snippets:"
+#~ msgstr "Đ_oạn:"
+
+#~ msgid "Manage snippets"
+#~ msgstr "Quản lý đoạn"
+
+#~ msgid "Sort the current document or selection"
+#~ msgstr "Sắp xếp tài liệu hiện tại hay vùng chọn"
+
+#~ msgid "Check the current document for incorrect spelling"
+#~ msgstr "Kiểm tra tài liệu hiện tại để phát hiện lỗi chính tả"
+
+#~ msgid "Automatically spell-check the current document"
+#~ msgstr "Tự động kiểm lỗi chính tả tài liệu hiện tại"
+
+#~ msgid "Language:"
+#~ msgstr "Ngôn ngữ:"
+
+#~ msgid "Language"
+#~ msgstr "Ngôn ngữ"
+
+#~ msgid "Insert current date and time at the cursor position"
+#~ msgstr "Chèn ngày, giờ hiện tại vào vị trí con trỏ hiện tại."
+
+#~ msgid "Zeitgeist dataprovider"
+#~ msgstr "Nguồn dữ liệu Zeitgeist"
+
+#~ msgid "Logs access and leave event for documents used with gedit"
+#~ msgstr "Lưu lại sự kiện truy cập hoặc rời khỏi tài liệu khi dùng gedit"
+
+#~ msgid ""
+#~ "The location of the file cannot be accessed because it is not mounted."
+#~ msgstr "Không thể truy cập vị trí tập tin vì nó không thể được gắn vào."
+
+#~ msgid ""
+#~ "gedit opened this instance of the file in a non-editable way. Do you want "
+#~ "to edit it anyway?"
+#~ msgstr ""
+#~ "Trình gedit đã mở thể hiện này của tập tin bằng cách không biên soạn "
+#~ "được. Bạn vẫn muốn biên soạn nó không?"
+
+#~ msgid "Do you want to drop your changes and reload the file?"
+#~ msgstr "Bạn có muốn bỏ qua các thay đổi của bạn và nạp lại tập tin không?"
+
+#~ msgid "Log Out _without Saving"
+#~ msgstr "Đăng xuất mà _không lưu"
+
+#~ msgid "Run gedit in the background"
+#~ msgstr "Chạy gedit ở nền"
+
+#~ msgid "Replace All"
+#~ msgstr "Thay thế hết"
+
+#~ msgid "Disable syntax highlighting"
+#~ msgstr "Tắt tô sáng cú pháp"
+
+#~ msgid "Set the root to the active document location"
+#~ msgstr "Đặt gốc là vị trí của tài liệu hoạt động hiện tại"
+
+#~ msgid "Open a terminal at the currently opened directory"
+#~ msgstr "Mở cửa sổ kiểu dòng lệnh tại thư mục được mở hiện tại"
+
+#~ msgid "file"
+#~ msgstr "tập tin"
+
+#~ msgid "Move selected file or folder to trash"
+#~ msgstr "Di chuyển vào thùng rác tập tin hay thư mục đã chọn"
+
+#~ msgid "Delete selected file or folder"
+#~ msgstr "Xóa tập tin hay thư mục đã chọn"
+
+#~ msgid "Up"
+#~ msgstr "Lên"
+
+#~ msgid "Open the parent folder"
+#~ msgstr "Mở thư mục mẹ"
+
+#~ msgid "Add new empty folder"
+#~ msgstr "Thêm thư mục rỗng mới"
+
+#~ msgid "Add new empty file"
+#~ msgstr "Thêm tập tin rỗng mới"
+
+#~ msgid "Rename selected file or folder"
+#~ msgstr "Thay đổi tên của tập tin hay thư mục đã chọn"
+
+#~ msgid "_Previous Location"
+#~ msgstr "Vị trí t_rước"
+
+#~ msgid "Go to the previous visited location"
+#~ msgstr "Trở về vị trí đã đến trước đó"
+
+#~ msgid "_Next Location"
+#~ msgstr "Vị trí _kế"
+
+#~ msgid "Go to the next visited location"
+#~ msgstr "Tới vị trí đến sau đó"
+
+#~ msgid "Refresh the view"
+#~ msgstr "Cập nhật ô xem"
+
+#~ msgid "View folder in file manager"
+#~ msgstr "Xem thư mục trong bộ quản lý tập tin"
+
+#~ msgid "Show hidden files and folders"
+#~ msgstr "Hiện các tập tin và thư mục bị ẩn"
+
+#~ msgid "Show binary files"
+#~ msgstr "Hiển thị các tập tin kiểu nhị phân"
+
+#~ msgid "Quick open"
+#~ msgstr "Mở nhanh"
+
+#~ msgid "_Add..."
+#~ msgstr "Thê_m…"
+
+#~ msgid "Previous location"
+#~ msgstr "Vị trí trước"
+
+#~ msgid "Go to a previously opened location"
+#~ msgstr "Trở về một vị trí đã mở trước đó"
+
+#~ msgid "Next location"
+#~ msgstr "Vị trí kế"
+
+#~ msgid "External Tools Manager"
+#~ msgstr "Bộ quản lý công cụ bên ngoài"
+
+#~ msgid ""
+#~ "List of VFS schemes gedit supports in write mode. The 'file' scheme is "
+#~ "writable by default."
+#~ msgstr ""
+#~ "Danh sách các lược đồ VFS được trình gedit hỗ trợ trong chế độ ghi. Lược "
+#~ "đồ “file” (tập tin) ghi được theo mặc định."
+
+#~ msgid "Writable VFS schemes"
+#~ msgstr "Lược đồ VFS ghi được"
+
+#~ msgid "Snippets Manager"
+#~ msgstr "Bộ Quản Lý Đoạn"
+
+#~ msgid "Auto Detected Encodings"
+#~ msgstr "Bảng mã đã tìm tự động"
+
+#~ msgid "Auto Save"
+#~ msgstr "Lưu tự động"
+
+#~ msgid "Auto Save Interval"
+#~ msgstr "Khoảng lưu tự động"
+
+#~ msgid "Auto indent"
+#~ msgstr "Thụt lề tự động"
+
+#~ msgid "Backup Copy Extension"
+#~ msgstr "Phần mở rộng bản sao lưu"
+
+#~ msgid "Bottom Panel is Visible"
+#~ msgstr "Hiện bảng phía dưới"
+
+#~ msgid ""
+#~ "Extension or suffix to use for backup file names. This will only take "
+#~ "effect if the \"Create Backup Copies\" option is turned on."
+#~ msgstr ""
+#~ "Phần mở rộng hay hậu tố dùng cho tên tập tin sao lưu. Chỉ có tác dụng nếu "
+#~ "bật tùy chọn “Tạo bản sao lưu”."
+
+#~ msgid ""
+#~ "List of encodings shown in Character Coding menu in open/save file "
+#~ "selector. Only recognized encodings are used."
+#~ msgstr ""
+#~ "Danh sách các bảng mã hiển thị trong trình đơn Mã Ký Tự trong hộp thoại "
+#~ "mở/lưu tập tin. Chỉ dùng những bảng mã được công nhận."
+
+#~ msgid "Max Number of Undo Actions"
+#~ msgstr "Số tối đa hành động hủy bước"
+
+#~ msgid ""
+#~ "Number of minutes after which gedit will automatically save modified "
+#~ "files. This will only take effect if the \"Auto Save\" option is turned "
+#~ "on."
+#~ msgstr ""
+#~ "Số phút sau đó gedit lưu tự động các thay đổi trong tập tin. Chỉ có tác "
+#~ "dụng nếu bật tùy chọn “Lưu tự động”."
+
+#~ msgid ""
+#~ "Sorted list of encodings used by gedit for auto-detecting the encoding of "
+#~ "a file. \"CURRENT\" represents the current locale encoding. Only "
+#~ "recognized encodings are used."
+#~ msgstr ""
+#~ "Danh sách sắp xếp các bảng mã ký tự được gedit dùng để tự động tìm bảng "
+#~ "mã của tập tin. “CURRENT” đại diện bảng mã miền địa phương hiện tại. Chỉ "
+#~ "dùng những bảng mã được công nhận."
+
+#~ msgid ""
+#~ "Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM"
+#~ "\" to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display "
+#~ "icons only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and "
+#~ "text, and \"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text "
+#~ "beside icons. Note that the values are case-sensitive, so make sure they "
+#~ "appear exactly as mentioned here."
+#~ msgstr ""
+#~ "Kiểu dáng cho nút thanh công cụ. Giá trị có thể là “GEDIT_TOOLBAR_SYSTEM” "
+#~ "cho kiểu mặc định của hệ thống, “GEDIT_TOOLBAR_ICONS” nếu chỉ hiện thị "
+#~ "các biểu tượng, “GEDIT_TOOLBAR_ICONS_AND_TEXT” nếu hiện cả biểu tượng và "
+#~ "chữ. Và “GEDIT_TOOLBAR_ICONS_BOTH_HORIZ” để hiển thị chữ ưu tiên cạnh "
+#~ "biểu tượng. Chú ý là phải viết hoa các giá trị để đảm bảo chúng được hiển "
+#~ "thị đúng như đã nói."
+
+#~ msgid "The id of a GtkSourceView Style Scheme used to color the text."
+#~ msgstr ""
+#~ "Mã hiệu Lược đồ Kiểu dáng GtkSourceView được dùng để tô màu văn bản."
+
+#~ msgid "Toolbar Buttons Style"
+#~ msgstr "Kiểu nút thanh công cụ"
+
+#~ msgid ""
+#~ "Whether gedit should automatically save modified files after a time "
+#~ "interval. You can set the time interval with the \"Auto Save Interval\" "
+#~ "option."
+#~ msgstr ""
+#~ "Gedit nên tự động lưu các tập tin đã sửa đổi sau mỗi khoảng thời gian. "
+#~ "Bạn có thể đặt khoảng thời gian với tùy chọn “Khoảng tự động lưu”."
+
+#~ msgid "Whether gedit should enable auto indentation."
+#~ msgstr "Cho Gedit bật khả năng thụt lề tự động hay không."
+
+#~ msgid ""
+#~ "Whether the bottom panel at the bottom of editing windows should be "
+#~ "visible."
+#~ msgstr "Có nên hiển thị bảng dưới ở đáy cửa sổ soạn thảo hay không."
+
+#~ msgid ""
+#~ "Whether the side pane at the left of the editing window should be visible."
+#~ msgstr "Có nên hiển thị ô bên ở bên trái cửa sổ soạn thảo hay không."
+
+#~ msgid "Logout _without Saving"
+#~ msgstr "Đang xuất mà _không lưu"
+
+#~ msgid "Character Codings"
+#~ msgstr "Mã ký tự"
+
+#~ msgid "Character codings"
+#~ msgstr "Bảng mã ký tự"
+
+#~ msgid "Open Location"
+#~ msgstr "Mở địa chỉ"
+
+#~ msgid "Ch_aracter coding:"
+#~ msgstr "_Bảng mã ký tự:"
+
+#~ msgid "Enter the _location (URI) of the file you would like to open:"
+#~ msgstr "Nhập đị_a chỉ (URI) của tập tin cần mở:"
+
+#~ msgid "Push this button to select the font to be used by the editor"
+#~ msgstr "Hãy nhấn nút này để chọn phông được dùng bởi bộ soạn thảo"
+
+#~ msgid "<b>Bracket Matching</b>"
+#~ msgstr "<b>Khớp ngoặc</b>"
+
+#~ msgid "<b>Current Line</b>"
+#~ msgstr "<b>Dòng hiện có</b>"
+
+#~ msgid "<b>File Saving</b>"
+#~ msgstr "<b>Lưu tập tin</b>"
+
+#~ msgid "<b>Font</b>"
+#~ msgstr "<b>Phông chữ</b>"
+
+#~ msgid "<b>Line Numbers</b>"
+#~ msgstr "<b>Số hiệu dòng</b>"
+
+#~ msgid "<b>Right Margin</b>"
+#~ msgstr "<b>Lề phải</b>"
+
+#~ msgid "<b>Tab Stops</b>"
+#~ msgstr "<b>Cột tab</b>"
+
+#~ msgid "<b>Text Wrapping</b>"
+#~ msgstr "<b>Ngắt dòng</b>"
+
+#~ msgid "<span weight=\"bold\">Color Scheme</span>"
+#~ msgstr "<span weight='bold'>Lược đồ màu</span>"
+
+#~ msgid "_Right margin at column:"
+#~ msgstr "Lề _phải tại cột:"
+
+#~ msgid "Create a new toplevel window in an existing instance of gedit"
+#~ msgstr "Tạo cửa sổ cấp đầu mới trong một trình gedit đang chạy"
+
+#~ msgid "[FILE...]"
+#~ msgstr "[TẬP TIN…]"
+
+#~ msgid "%s: malformed file name or URI.\n"
+#~ msgstr "%s: tên tập tin hay địa chỉ Mạng dạng sai\n"
+
+#~ msgid "Read Only"
+#~ msgstr "Chỉ đọc"
+
+#~ msgid "Auto Detected"
+#~ msgstr "Dò tự động"
+
+#~ msgid "Add or _Remove..."
+#~ msgstr "Thêm hoặc _Bỏ.…"
+
+#~ msgid "C_haracter Coding:"
+#~ msgstr "_Mã ký tự:"
+
+#~ msgid "There was an error displaying help."
+#~ msgstr "Gặp lỗi khi hiển thị trợ giúp."
+
+#~ msgid ""
+#~ "Host name was invalid. Please check that you typed the location correctly "
+#~ "and try again."
+#~ msgstr ""
+#~ "Tên máy không hợp lệ. Hãy kiểm tra xem bạn đã nhập địa điểm đúng chưa rồi "
+#~ "thử lại."
+
+#~ msgid "Ch_aracter Coding:"
+#~ msgstr "_Mã ký tự:"
+
+#~ msgid "gedit has not been able to detect the character coding."
+#~ msgstr "Trình gedit chưa có thể phát hiện bảng mã ký tự."
+
+#~ msgid "Select a character coding from the menu and try again."
+#~ msgstr "Hãy chọn mã ký tự trong trình đơn rồi thử lại."
+
+#~ msgid "Could not open the file %s using the %s character coding."
+#~ msgstr "Không thể mở tập tin %s bằng mã ký tự %s."
+
+#~ msgid "Select a different character coding from the menu and try again."
+#~ msgstr "Hãy chọn mã ký tự khác trong trình đơn rồi thử lại."
+
+#~ msgid "Could not save the file %s using the %s character coding."
+#~ msgstr "Không thể lưu tập tin %s bằng mã ký tự %s."
+
+#~ msgid ""
+#~ "The document contains one or more characters that cannot be encoded using "
+#~ "the specified character coding."
+#~ msgstr ""
+#~ "Tài liệu này chứa một hay nhiều ký tự không thể được mã hóa bằng mã ký tự "
+#~ "xác định."
+
+#~ msgid "_Edit Anyway"
+#~ msgstr "Vẫn _biên soạn"
+
+#~ msgid "_Don't Edit"
+#~ msgstr "_Không biên soạn"
+
+#~ msgid ""
+#~ "gedit could not backup the old copy of the file before saving the new "
+#~ "one. You can ignore this warning and save the file anyway, but if an "
+#~ "error occurs while saving, you could lose the old copy of the file. Save "
+#~ "anyway?"
+#~ msgstr ""
+#~ "Trình gedit không thể lưu trữ bản sao cũ của tập tin này trước khi lưu "
+#~ "điều mới. Bạn có thể bỏ qua cảnh báo này, và vẫn lưu tập tin, nhưng nếu "
+#~ "gặp lỗi trong khi lưu, bạn có thể mất bản sao tập tin cũ. Vẫn lưu không?"
+
+#~ msgid ""
+#~ "The disk where you are trying to save the file has a limitation on file "
+#~ "sizes. Please try saving a smaller file or saving it to a disk that does "
+#~ "not have this limitation."
+#~ msgstr ""
+#~ "Đĩa được dùng để lưu tập tin có giới hạn về kích thước tập tin. Hãy lưu "
+#~ "một tập tin nhỏ hơn hoặc lưu tập tin này vào đĩa không đặt ra giới hạn "
+#~ "trên."
+
+#~ msgid "Could not obtain backup filename"
+#~ msgstr "Không thể lấy tên tập tin sao lưu"
+
+#~ msgid "Plugin"
+#~ msgstr "Phần bổ sung"
+
+#~ msgid "Enabled"
+#~ msgstr "Bật"
+
+#~ msgid "C_onfigure"
+#~ msgstr "Cấ_u hình"
+
+#~ msgid "A_ctivate"
+#~ msgstr "Kí_ch hoạt"
+
+#~ msgid "Ac_tivate All"
+#~ msgstr "Kích hoạ_t hết"
+
+#~ msgid "_Deactivate All"
+#~ msgstr "_Tắt hết"
+
+#~ msgid "_About Plugin"
+#~ msgstr "_Giới thiệu phần bổ sung"
+
+#~ msgid "Cannot initialize preferences manager."
+#~ msgstr "Không thể khởi động bộ quản lý tùy thích."
+
+#~ msgid "Expected `%s' got `%s' for key %s"
+#~ msgstr "Cần “%s”, nhưng lại nhận được “%s” cho khóa %s"
+
+#~ msgid "<b>Fonts</b>"
+#~ msgstr "<b>Phông</b>"
+
+#~ msgid "<b>Page header</b>"
+#~ msgstr "<b>Đầu trang</b>"
+
+#~ msgid "<b>Syntax Highlighting</b>"
+#~ msgstr "<b>Tô sáng Cú pháp</b>"
+
+#~ msgid "Open _Location..."
+#~ msgstr "Mở đị_a chỉ…"
+
+#~ msgid "Open a file from a specified location"
+#~ msgstr "Mở tập tin tại một địa chỉ xác định"
+
+#~ msgid "Page Set_up..."
+#~ msgstr "Cài đặt trang…"
+
+#~ msgid "Setup the page settings"
+#~ msgstr "Cài đặt thông số trang"
+
+#~ msgid "_Incremental Search..."
+#~ msgstr "Tìm k_iếm dần…"
+
+#~ msgid "Incrementally search for text"
+#~ msgstr "Tìm kiếm dần văn bản"
diff --git a/po/wa.po b/po/wa.po
new file mode 100644
index 0000000..953aacc
--- /dev/null
+++ b/po/wa.po
@@ -0,0 +1,4721 @@
+# Translation into the walloon language.
+#
+# Si vos voloz donner on côp di spale pol ratournaedje di Gnome (ou des
+# ôtes libes programes) sicrijhoz-mu a l' adresse emile
+# <srtxg@chanae.alphanet.ch>; nos avons co bråmint di l' ovraedje a fé.
+#
+# Copyright (C) 1999 Free Software Foundation, Inc.
+# Pablo Saratxaga <srtxg@chanae.alphanet.ch> 1999-2003
+# Pablo Saratxaga <pablo@walon.org>, 2003, 2004, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 1.118.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-09-26 17:36+0200\n"
+"PO-Revision-Date: 2005-04-21 01:08+0200\n"
+"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
+"Language-Team: Walloon <linux-wa@walon.org>\n"
+"Language: wa\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n > 1;\n"
+
+#: ../data/GNOME_Gedit.server.in.in.h:1
+msgid "Gedit View"
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:2
+msgid "Gedit View."
+msgstr ""
+
+#: ../data/GNOME_Gedit.server.in.in.h:3
+msgid "Gedit viewer factory"
+msgstr "Oujhene di håyneus gedit"
+
+#: ../data/GNOME_Gedit.server.in.in.h:4
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr "Sourdant"
+
+#: ../data/GNOME_Gedit.server.in.in.h:5
+msgid "gedit application"
+msgstr "Programe gedit"
+
+#: ../data/GNOME_Gedit.server.in.in.h:6
+msgid "gedit automation factory"
+msgstr "oujhene d' otomatijhaedje gedit"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Asspougnî des fitchîs tecses"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit2.c:365
+msgid "Text Editor"
+msgstr "Aspougneu di tecse"
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+"Ene fonte da vosse ki srè eployeye pol zône d' aspougnaedje. Çoula "
+"n' prindrè efet ki si l' tchuze «Eployî li prémetowe fonte» est disclitcheye."
+
+#: ../data/gedit.schemas.in.h:2
+msgid "Active plugins"
+msgstr "Tchôke-divins en alaedje"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Ecôdaedjes detectés otomaticmint"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Schaper otomaticmint"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "Tins inte deus schapaedjes otomatikes"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "Coleur do fond"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Li coleur di fond pol tecse k' est tchoezi dins l' zône d' aspougnaedje. "
+"Çoula n' prindrè efet ki si l' tchuze «Eployî les prémetowès coleurs» est "
+"disclitcheye."
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Li coleur di fond pol tecse nén tchoezi del zône d' aspougnaedje. Çoula "
+"n' prindrè efet ki si l' tchuze «Eployî les prémetowès coleurs» est "
+"disclitcheye."
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr "Cawete po les fitchîs copeyes di såvrité"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Create Backup Copies"
+msgstr "Fé des copeyes di såvrité"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Display Line Numbers"
+msgstr "Håyner les limeros di roye"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Right Margin"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Editor Font"
+msgstr "Fonte po l' aspougneu"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Enable Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Encodings shown in menu"
+msgstr "Ecôdaedjes mostrés e menu"
+
+#: ../data/gedit.schemas.in.h:18
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"Li cawete a radjouter åzès no d' fitchî cwand ene copeye di såvrité est "
+"fwaite. Çoula n' prindrè efet ki si l' tchuze «Fé des copeyes di såvrité» "
+"est clitcheye."
+
+#: ../data/gedit.schemas.in.h:19
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Li coleur di dvant pol tecse k' est tchoezi dins l' zône d' aspougnaedje. "
+"Çoula n' prindrè efet ki si l' tchuze «Eployî les prémetowès coleurs» est "
+"disclitcheye."
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Li coleur di dvant pol tecse nén tchoezi del zône d' aspougnaedje. Çoula "
+"n' prindrè efet ki si l' tchuze «Eployî les prémetowès coleurs» est "
+"disclitcheye."
+
+#: ../data/gedit.schemas.in.h:21
+msgid "Header Font for Printing"
+msgstr "Fonte po l' imprimaedje des tiestires"
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Highlight Current Line"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Highlight Matching Bracket"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:24
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ci cisse valixhance chal est metowe a zero (0), adon nou limero d' roye ni "
+"srè metou å moumint d' l' imprimaedje. Si l' valixhance est diferinne di "
+"zero, gedit metrè l' limero del roye totes les dnêyès royes. (eg: si "
+"l' valixhance est «15», les limeros d' roye sront håynés totes les cwénze "
+"royes)."
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Insert spaces"
+msgstr "Sititchî des espåces"
+
+#: ../data/gedit.schemas.in.h:26
+msgid "Line Number Font for Printing"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Line Wrapping Mode"
+msgstr "Môde côpaedje di royes"
+
+#: ../data/gedit.schemas.in.h:28
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:29
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum Recent Files"
+msgstr "Dierins fitchîs macsimom"
+
+#: ../data/gedit.schemas.in.h:32
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr "Nombe macsimom d' accions ki gedit pout disfé/rifé."
+
+#: ../data/gedit.schemas.in.h:33
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Nombe macsimom d' accions ki gedit pout disfé/rifé."
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:36
+msgid "Monospace 12"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:39
+msgid "Monospace 9"
+msgstr ""
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:43
+msgid "Monospace Regular 9"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:44
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Nombe di munutes po ki gedit schape otomaticmint les documints k' ont stî "
+"candjîs. Çoula n' prindrè efet ki si l' tchuze «Schaper otomaticmint» a stî "
+"clitcheye."
+
+#: ../data/gedit.schemas.in.h:45
+msgid "Print Header"
+msgstr "Imprimer les tiestires"
+
+#: ../data/gedit.schemas.in.h:46
+msgid "Print Line Numbers"
+msgstr "Imprimer les limeros des royes"
+
+#: ../data/gedit.schemas.in.h:47
+msgid "Print Syntax Highlighting"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Printing Line Wrapping Mode"
+msgstr "Môde di côpaedje des royes po l' imprimaedje"
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Right Margin Position"
+msgstr ""
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:52
+msgid "Sans 11"
+msgstr ""
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:55
+msgid "Sans 8"
+msgstr "Sans 8"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans Regular 11"
+msgstr ""
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 8"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Selected Text Color"
+msgstr "Coleur pol tecse tchoezi"
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Selection Color"
+msgstr "Coleur pol boket tchoezi"
+
+#: ../data/gedit.schemas.in.h:66
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:67
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:68
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_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/gedit.schemas.in.h:69
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:70
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:71
+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/gedit.schemas.in.h:72
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:73
+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/gedit.schemas.in.h:74
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:76
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Specifies the position of the right margin."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:78
+msgid "Status Bar is Visible"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:79
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Tab Size"
+msgstr "Grandeu des linwetes"
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Text Color"
+msgstr "Coleur pol tecse"
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Toolbar Buttons Style"
+msgstr "Stîle des botons delk bår di botons"
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Toolbar is Visible"
+msgstr "Bår ås usteyes veyåve"
+
+#: ../data/gedit.schemas.in.h:84
+#, fuzzy
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Limite d' accions a disfé"
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Use Default Colors"
+msgstr "Eployî les prémetowès coleurs"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Use Default Font"
+msgstr "Eployî li prémetowe fonte"
+
+#: ../data/gedit.schemas.in.h:87
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:88
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Whether gedit should enable auto indentation."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:92
+msgid "Whether gedit should enable syntax highlighting."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:93
+msgid "Whether gedit should highlight matching bracket."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:94
+msgid "Whether gedit should highlight the current line."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:100
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:101
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:104
+msgid "[ISO-8859-15]"
+msgstr "[UTF-8,ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:108
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr "[UTF-8,CURRENT,WINDOWS-1252,ISO-8859-15]"
+
+#: ../gedit/bonobo-mdi.c:548 ../gedit/bonobo-mdi.c:2099
+#, c-format
+msgid "Activate %s"
+msgstr "Activer %s"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:142
+msgid "Close _without Saving"
+msgstr "Clôre _sins schaper"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "Kesse"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:367
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Si vos n' schapez nén, les candjmints del dierinne segonde seront pierdous "
+"po todi."
+msgstr[1] ""
+"Si vos n' schapez nén, les candjmints des %ld dierinnès segondes seront "
+"pierdous po todi."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:376
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+"Si vos n' schapez nén, les candjmints del dierinne munute seront pierdous po "
+"todi."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:382
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Si vos n' schapez nén, les candjmints del dierinne munute et %ld segonde "
+"seront pierdous po todi."
+msgstr[1] ""
+"Si vos n' schapez nén, les candjmints del dierinne munute et %ld segondes "
+"seront pierdous po todi."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:392
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Si vos n' schapez nén, les candjmints del dierinne munute seront pierdous po "
+"todi."
+msgstr[1] ""
+"Si vos n' schapez nén, les candjmints des %ld dierinnès munutes seront "
+"pierdous po todi."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:407
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:428
+#, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] ""
+"Si vos n' schapez nén, les candjmints del dierinne eure seront pierdous po "
+"todi."
+msgstr[1] ""
+"Si vos n' schapez nén, les candjmints des %d dierinnès eures seront pierdous "
+"po todi."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:413
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Si vos n' schapez nén, les candjmints del dierinne eure et %d munute seront "
+"pierdous po todi."
+msgstr[1] ""
+"Si vos n' schapez nén, les candjmints del dierinne eure et %d munutes seront "
+"pierdous po todi."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "Schaper les candjmints do documint «%s» divant del clôre?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:645
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:662
+msgid "S_elect the documents you want to save:"
+msgstr "_Tchoezixhoz les documints ki vos vloz schaper"
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:679
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr ""
+"Si vos n' schapez nén vos documints, tos vos candjmints seront pierdous."
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:184
+msgid "Go to Line"
+msgstr "Potchî al roye"
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:197
+msgid "_Go to Line"
+msgstr "_Potchî al roye"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:136
+#: ../gedit/dialogs/gedit-dialog-replace.c:1140 ../gedit/gedit-commands.c:383
+#, c-format
+msgid "The text \"%s\" was not found."
+msgstr "Li tchinne «%s» n' a nén stî trovêye."
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:269
+#: ../gedit/dialogs/replace.glade2.h:4 ../gedit/gedit-ui.xml.h:46
+msgid "Replace"
+msgstr "Mete el plaece"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:282
+msgid "Replace _All"
+msgstr "Mete el plaece _tot costé"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:285
+#: ../gedit/gedit-file-selector-util.c:114 ../plugins/savecopy/savecopy.c:369
+msgid "_Replace"
+msgstr "_Mete el plaece"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:402 ../gedit/gedit-ui.xml.h:17
+msgid "Find"
+msgstr "Trover"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:1149
+#, c-format
+msgid "Found and replaced %d occurrence."
+msgid_plural "Found and replaced %d occurrences."
+msgstr[0] "Dj' a trové (et candjî) «%d» côp li patron."
+msgstr[1] "Dj' a trové (et candjî) «%d» côps li patron."
+
+#: ../gedit/dialogs/gedit-dialog-uri.c:91
+msgid "Open Location"
+msgstr "Drovi l' eplaeçmint"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:72
+#, c-format
+msgid "There was an error displaying help: %s"
+msgstr "Åk n' a nén stî tot håynant l' aidance: %s"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:355
+#: ../gedit/dialogs/gedit-encodings-dialog.c:423
+msgid "_Description"
+msgstr "_Discrijhaedje"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:364
+#: ../gedit/dialogs/gedit-encodings-dialog.c:432
+msgid "_Encoding"
+msgstr "_Ecôdaedje"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:1
+msgid "A_vailable encodings:"
+msgstr "Ecôdaedjes k' i gn _a:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:2
+msgid "Character codings"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "Ecôdaedjes _håynés e menu:"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "Tchoûke-didins"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr "En alaedje"
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:86
+#: ../gedit/dialogs/program-location-dialog.glade2.h:2
+msgid "Set program location..."
+msgstr "Defini l' eplaeçmint do programe..."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:116
+#, c-format
+msgid ""
+"The %s plugin uses an external program, called <tt>%s</tt>, to perform its "
+"task.\n"
+"\n"
+"Please, specify the location of the <tt>%s</tt> program."
+msgstr ""
+"Li tchoûke-didins %s eploye on dfoûtrin programe, lomé <tt>%s</tt>, po fé "
+"s' bouye.\n"
+"\n"
+"Dinez l' eplaeçmint do programe <tt>%s</tt> s' i vs plait."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:169
+msgid "The selected file is not executable."
+msgstr "Li fitchî tchoezi n' est nén enondåve."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:649
+msgid "Push this button to select the font to be used by the editor"
+msgstr ""
+"Tchôkîz so ç' boton chal po tchoezi l' fonte a-z eployî po l' aspougneu."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to configure text color"
+msgstr "Tchôkîz so ç' boton chal po-z apontyî l' coleur do tecse"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure background color"
+msgstr "Tchôkîz ci boton chal po-z apontyî li coleur do fond"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+"Tchôkîz so ç' boton chal po-z apontyî l' coleur po mostrer k' on tecse a stî "
+"tchoezi"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+"Tchôkîz so ç' boton chal po-z apontyî l' coleur ki l' tecse tchoezi dvreut "
+"esse marké"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1111
+msgid "Elements"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:1
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1 ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Ritraits otomatikes</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>Roye do moumint</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:5
+msgid "<b>Elements</b>"
+msgstr "<b>Elemints</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:6
+msgid "<b>File Saving</b>"
+msgstr "<b>Schapaedje des fitchîs</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:7
+msgid "<b>Font</b>"
+msgstr "<b>Fonte</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:8
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Limeros di roye</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:9
+msgid "<b>Right Margin</b>"
+msgstr "<b>Mådje di droete</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:10
+msgid "<b>Tab Stops</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:11
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:3
+msgid "<b>Text Wrapping</b>"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<span weight=\"bold\">Coleurs</span>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Bold"
+msgstr "Cråssès letes"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr "Fé ene copeye di _såvrité des fitchîs dvant delzès schaper"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:15
+msgid "Display right _margin"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:16
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:4
+msgid "Do not _split words over two lines"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:17
+msgid "Editor"
+msgstr "Aspougneu"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:18
+msgid "Editor _font: "
+msgstr "_Fonte po l' aspougneu: "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:19
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:5
+msgid "Enable text _wrapping"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:20
+msgid "Font & Colors"
+msgstr "Fontes et coleurs"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:21
+msgid "Hi_ghlight current line"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:22
+msgid "Highlight _mode:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:23
+msgid "Highlight matching _bracket"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:25
+msgid "Italic"
+msgstr "Clintcheyès letes"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:26
+msgid "Normal _text color:"
+msgstr "Coleur pol _tecse normå:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:27
+msgid "Pick a color"
+msgstr "Tchoezixhoz ene coleur"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:28
+msgid "Pick the background color"
+msgstr "Tchoezixhoz l' coleur pol fond"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:29
+msgid "Pick the editor font"
+msgstr "Tchoezixhoz l' coleur pol tecse"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:30
+msgid "Pick the normal text color"
+msgstr "Tchoezixhoz l' coleur pol tecse normå"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:31
+msgid "Pick the selected text color"
+msgstr "Tchoezixhoz l' coleur pol tchoezi tecse"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:32
+msgid "Pick the selection color"
+msgstr "Tchoezixhoz l' coleur di fond pol boket tchoezi"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:33
+msgid "Plugins"
+msgstr "Tchoûke-didins"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:34
+msgid "Preferences"
+msgstr "Preferinces"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:35
+msgid "Se_lection color:"
+msgstr "Coleur pol _boket tchoezi:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:36
+msgid "Selecte_d text color:"
+msgstr "Coleur pol tecse _tchoezi:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:37
+msgid "Strikethrough"
+msgstr "Båré"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:38
+msgid "Syntax Highlighting"
+msgstr "Metaedje e valeur del sintacse"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:39
+msgid "U_se default theme colors"
+msgstr "_Eployî les prémetowès coleurs do tinme"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:40
+msgid "Underline"
+msgstr "Sorlignî"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:41
+msgid "View"
+msgstr "Vey"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:42
+msgid "_Autosave files every"
+msgstr "Schaper _otomaticmint li fitchî do moumint tos les"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:43
+msgid "_Background color:"
+msgstr "Coleur do _fond:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:44
+msgid "_Background:"
+msgstr "Coleur do _fond:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:45
+msgid "_Display line numbers"
+msgstr "_Håyner les limeros di roye"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:46
+msgid "_Enable automatic indentation"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:47
+msgid "_Enable syntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:48
+msgid "_Foreground:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:49
+msgid "_Reset to Default "
+msgstr "_Rimete les prémetowès valixhances"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:50
+msgid "_Right margin at column:"
+msgstr ""
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:51
+msgid "_Tab width:"
+msgstr "Lårdjeu des _tabulåcions:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:52
+msgid "_Use default theme font"
+msgstr "_Eployî li prémetowe fonte do tinme"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:53
+msgid "_minutes"
+msgstr "_munutes"
+
+#: ../gedit/dialogs/goto-line.glade2.h:1
+msgid "Goto Line"
+msgstr "Potchî al roye"
+
+#: ../gedit/dialogs/goto-line.glade2.h:2
+msgid "_Line number:"
+msgstr "Roye _limero:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:6
+msgid "Fonts"
+msgstr "Fontes"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:7
+msgid "General"
+msgstr "Djenerå"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:8
+msgid "He_aders and footers:"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:9
+msgid "Page Setup"
+msgstr "Apontiaedje del pådje"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:10
+msgid "Print _line numbers"
+msgstr "Imprimer les _limeros des royes"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:11
+msgid "Print s_yntax highlighting"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:12
+msgid "_Body:"
+msgstr "_Coir:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:13
+msgid "_Line numbers:"
+msgstr "Limeros des _royes:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:14
+msgid "_Number every"
+msgstr ""
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:15
+msgid "_Print page headers"
+msgstr "Imprimer les tiestires so les _pådjes"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:16
+msgid "_Restore Default Fonts"
+msgstr "_Rimete les prémetowès fontes"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:17
+msgid "lines"
+msgstr "royes"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:1
+msgid "C_onfigure Plugin"
+msgstr "A_pontyî l' tchoûke-didins"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:2
+msgid "_About Plugin"
+msgstr "Å _dfwait do tchoûke-didins"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:3
+msgid "button1"
+msgstr "boton1"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:4
+msgid "dialog1"
+msgstr "purnea1"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:1
+#, fuzzy
+msgid "Browse for program location..."
+msgstr "Defini l' eplaeçmint do programe..."
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:3
+msgid "_Location to search for:"
+msgstr "_Eplaeçmint po cweri:"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:4
+msgid "label"
+msgstr "etikete"
+
+#: ../gedit/dialogs/replace.glade2.h:1 ../gedit/dialogs/uri.glade2.h:1
+#: ../plugins/shell_output/shell_output.glade2.h:1
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../gedit/dialogs/replace.glade2.h:2 ../gedit/gedit-ui.xml.h:19
+msgid "Find Next"
+msgstr "Trover Shuvant"
+
+#: ../gedit/dialogs/replace.glade2.h:3
+msgid "Match _entire word only"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:5
+msgid "Replace All"
+msgstr "Replaecî ttafwait"
+
+#: ../gedit/dialogs/replace.glade2.h:6
+msgid "Replace _with: "
+msgstr "Replaecî _avou: "
+
+#: ../gedit/dialogs/replace.glade2.h:7
+msgid "Search _backwards"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:8
+msgid "_Match case"
+msgstr ""
+
+#: ../gedit/dialogs/replace.glade2.h:9
+msgid "_Search for: "
+msgstr "_Cweri après: "
+
+#: ../gedit/dialogs/replace.glade2.h:10
+msgid "_Wrap around"
+msgstr "Môde _côpaedje di roye"
+
+#: ../gedit/dialogs/uri.glade2.h:2
+msgid "Ch_aracter coding:"
+msgstr ""
+
+#: ../gedit/dialogs/uri.glade2.h:3
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "Intrez l' _eplaeçmint (URI) do fitchî ki vos vloz drovi:"
+
+#: ../gedit/dialogs/uri.glade2.h:4
+msgid "Open from URI"
+msgstr "Drovi a pårti d' ene hårdêye"
+
+#: ../gedit/gedit-commands.c:551
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit est on pitit et ahessåve aspougneu di tecse pol sicribanne Gnome"
+
+#. Translators: This is a special message that shouldn't be translated
+#. literally. It is used in the about box to give credits to
+#. the translators.
+#. Thus, you should translate it to your name and email address.
+#. You can also include other translators who have contributed to
+#. this translation; in that case, please write them on separate
+#. lines seperated by newlines (\n).
+#: ../gedit/gedit-commands.c:560
+msgid "translator-credits"
+msgstr "Pablo Saratxaga <pablo@walon.org>"
+
+#: ../gedit/gedit-commands.c:579
+msgid "gedit"
+msgstr "gedit"
+
+#: ../gedit/gedit-document.c:384
+#, c-format
+msgid "%s %d"
+msgstr "%s %d"
+
+#: ../gedit/gedit-document.c:384
+msgid "Unsaved Document"
+msgstr "Documint nén schapé"
+
+#: ../gedit/gedit-document.c:934 ../gedit/gedit-document.c:1488
+msgid "Invalid UTF-8 data"
+msgstr "Dinêyes UTF-8 nén valides"
+
+#: ../gedit/gedit-document.c:1750
+#, c-format
+msgid "Could not read symbolic link information for %s"
+msgstr "Dji n' a savou lere les informåcions pol loyén simbolike %s"
+
+#: ../gedit/gedit-document.c:1796
+msgid "The file has too many symbolic links."
+msgstr "Li fitchî a d' trop di loyéns simbolikes."
+
+#: ../gedit/gedit-document.c:1880
+#, c-format
+msgid "gedit cannot handle %s: locations in write mode."
+msgstr "gedit èn pout nén manaedjî les eplaeçmints «%s:» e môde sicrijhaedje."
+
+#: ../gedit/gedit-document.c:1887
+msgid "gedit cannot handle this kind of location in write mode."
+msgstr ""
+"gedit èn pout nén manaedjî cisse sôre d' eplaeçmints e môde sicrijhaedje."
+
+#: ../gedit/gedit-document.c:1900
+msgid "Invalid filename."
+msgstr "No d' fitchî nén valide."
+
+#: ../gedit/gedit-document.c:2051
+msgid ""
+"There is not enough disk space to save the file.\n"
+"Please free some disk space and try again."
+msgstr ""
+"I gn a nén del plaece assez sol deure plake po schaper l' fitchî.\n"
+"Fijhoz ene miete di plaece divant di rsayî s' i vs plait."
+
+#: ../gedit/gedit-document.c:2056
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"Li deure plake wice ki vos sayîz di schaper l' fitchî a-st ene limitåcion "
+"sol grandeu des fitchîs. Sayîz di schaper on fitchî pus ptit, oudonbén del "
+"schaper so ene deure plake ki n' a nén cisse limitåcion la."
+
+#: ../gedit/gedit-document.c:2100
+msgid "Could not create a backup file."
+msgstr "Dji n' a nén savou fé on fitchî copeye di såvrité."
+
+#: ../gedit/gedit-encodings-option-menu.c:204
+msgid "Auto Detected"
+msgstr ""
+
+#: ../gedit/gedit-encodings-option-menu.c:224
+#: ../gedit/gedit-encodings-option-menu.c:246
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "Locåle do moumint (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:307
+msgid "Add or _Remove..."
+msgstr "Radjouter ou _oister..."
+
+#: ../gedit/gedit-encodings.c:136 ../gedit/gedit-encodings.c:181
+#: ../gedit/gedit-encodings.c:183 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187
+msgid "Unicode"
+msgstr "Unicôde"
+
+#: ../gedit/gedit-encodings.c:150 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:222 ../gedit/gedit-encodings.c:265
+msgid "Western"
+msgstr "Urope coûtchantrece"
+
+#: ../gedit/gedit-encodings.c:152 ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:261
+msgid "Central European"
+msgstr "Urope cintråle"
+
+#: ../gedit/gedit-encodings.c:154
+msgid "South European"
+msgstr "Urope nonnrece"
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:172
+#: ../gedit/gedit-encodings.c:275
+msgid "Baltic"
+msgstr "Baltike"
+
+#: ../gedit/gedit-encodings.c:158 ../gedit/gedit-encodings.c:226
+#: ../gedit/gedit-encodings.c:239 ../gedit/gedit-encodings.c:243
+#: ../gedit/gedit-encodings.c:245 ../gedit/gedit-encodings.c:263
+msgid "Cyrillic"
+msgstr "Cirilike"
+
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:232
+#: ../gedit/gedit-encodings.c:273
+msgid "Arabic"
+msgstr "Arabe"
+
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:267
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr "Grek"
+
+#: ../gedit/gedit-encodings.c:164
+msgid "Hebrew Visual"
+msgstr "Ebreu vizuwel"
+
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:230
+#: ../gedit/gedit-encodings.c:271 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr "Ebreu"
+
+#: ../gedit/gedit-encodings.c:168 ../gedit/gedit-encodings.c:228
+#: ../gedit/gedit-encodings.c:269 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr "Turk"
+
+#: ../gedit/gedit-encodings.c:170
+msgid "Nordic"
+msgstr "Nôrdike"
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Celtic"
+msgstr "Celtike"
+
+#: ../gedit/gedit-encodings.c:178 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr "Roumin"
+
+#: ../gedit/gedit-encodings.c:190
+msgid "Armenian"
+msgstr "Årmenyin"
+
+#: ../gedit/gedit-encodings.c:192 ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:208
+msgid "Chinese Traditional"
+msgstr "Chinwès tradicionel"
+
+#: ../gedit/gedit-encodings.c:196
+msgid "Cyrillic/Russian"
+msgstr "Cirilike/Rûsse"
+
+#: ../gedit/gedit-encodings.c:199 ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:250
+msgid "Japanese"
+msgstr "Djaponès"
+
+#: ../gedit/gedit-encodings.c:206 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:241 ../gedit/gedit-encodings.c:256
+msgid "Korean"
+msgstr "Coreyin"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:213
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:219
+msgid "Chinese Simplified"
+msgstr "Chinwès simplifyî"
+
+#: ../gedit/gedit-encodings.c:217
+msgid "Georgian"
+msgstr "Djeyordjyin"
+
+#: ../gedit/gedit-encodings.c:247
+msgid "Cyrillic/Ukrainian"
+msgstr "Cirilike/Oucrinnyin"
+
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:258
+#: ../gedit/gedit-encodings.c:277 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr "Vietnamyin"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Thai"
+msgstr "Taylandès"
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr "Nén cnoxhou"
+
+#: ../gedit/gedit-file-selector-util.c:132 ../plugins/savecopy/savecopy.c:356
+#, c-format
+msgid "A file named \"%s\" already exists.\n"
+msgstr "On fitchî lomé «%s» egzistêye dedja.\n"
+
+#: ../gedit/gedit-file-selector-util.c:133 ../plugins/savecopy/savecopy.c:360
+msgid "Do you want to replace it with the one you are saving?"
+msgstr "Voloz vs vormint mete e s' plaece li ci ki vos schapez pol moumint?"
+
+#: ../gedit/gedit-file-selector-util.c:142
+#, c-format
+msgid "The file \"%s\" is read-only.\n"
+msgstr "Li fitchî «%s» est e môde seulmint-lére.\n"
+
+#: ../gedit/gedit-file-selector-util.c:143
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Voloz vs sayî di mete e s' plaece li ci ki vos schapez pol moumint?"
+
+#: ../gedit/gedit-file-selector-util.c:338 ../plugins/savecopy/savecopy.c:584
+msgid "All Files"
+msgstr "Tos les fitchîs"
+
+#: ../gedit/gedit-file-selector-util.c:346 ../plugins/savecopy/savecopy.c:592
+msgid "All Text Files"
+msgstr "Tos les fitchîs tecses"
+
+#: ../gedit/gedit-file-selector-util.c:364 ../plugins/savecopy/savecopy.c:603
+msgid "_Character Coding:"
+msgstr "Ecôdaedje des _caracteres:"
+
+#: ../gedit/gedit-file-selector-util.c:498
+msgid "Select a file to open"
+msgstr "Tchoezixhoz li fitchî a drovi"
+
+#: ../gedit/gedit-file-selector-util.c:523
+msgid "Select files to open"
+msgstr "Tchoezixhoz les fitchîs a drovi"
+
+#: ../gedit/gedit-file-selector-util.c:559
+msgid "Select a filename to save"
+msgstr "Tchoezixhoz on no d' fitchî po schaper"
+
+#: ../gedit/gedit-file.c:194
+msgid "Open File..."
+msgstr "Drovi on fitchî..."
+
+#: ../gedit/gedit-file.c:250 ../gedit/gedit-file.c:390
+#, c-format
+msgid "Saving document \"%s\"..."
+msgstr "Dji schape li documint «%s»..."
+
+#: ../gedit/gedit-file.c:279 ../gedit/gedit-file.c:408
+#, c-format
+msgid "The document \"%s\" has not been saved."
+msgstr "Li documint «%s» n' a nén stî schapé."
+
+#: ../gedit/gedit-file.c:287 ../gedit/gedit-file.c:421
+#, c-format
+msgid "The document \"%s\" has been saved."
+msgstr "Li documint «%s» a stî schapé."
+
+#: ../gedit/gedit-file.c:372
+msgid "Save as..."
+msgstr "Schaper et rlomer..."
+
+#: ../gedit/gedit-file.c:526
+#, c-format
+msgid "Revert unsaved changes to document \"%s\"?"
+msgstr ""
+
+#: ../gedit/gedit-file.c:535
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "Les candjmints del dierinne segonde seront pierdous po todi."
+msgstr[1] "Les candjmints des %ld dierinnès segondes seront pierdous po todi."
+
+#: ../gedit/gedit-file.c:544
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Les candjmints del dierinne munute seront pierdous po todi."
+
+#: ../gedit/gedit-file.c:550
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Les candjmints del dierinne munute et %ld segonde seront pierdous po todi."
+msgstr[1] ""
+"Les candjmints del dierinne munute et %ld segondes seront pierdous po todi."
+
+#: ../gedit/gedit-file.c:560
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "Les candjmints del dierinne munute seront pierdous po todi."
+msgstr[1] "Les candjmints des %ld dierinnès munutes seront pierdous po todi."
+
+#: ../gedit/gedit-file.c:575 ../gedit/gedit-file.c:596
+#, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "Les candjmints del dierinne eure seront pierdous po todi."
+msgstr[1] "Les candjmints des %d dierinnès eures seront pierdous po todi."
+
+#: ../gedit/gedit-file.c:581
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Les candjmints del dierinne eure et %d munute seront pierdous po todi."
+msgstr[1] ""
+"Les candjmints del dierinne eure et %d munutes seront pierdous po todi."
+
+#: ../gedit/gedit-file.c:617 ../gedit/gedit-ui.xml.h:94
+msgid "_Revert"
+msgstr "_Rimete come divant"
+
+#: ../gedit/gedit-file.c:662
+#, c-format
+msgid "Error reverting the document \"%s\"."
+msgstr "Dji n' pout rimete come divant l' fitchî «%s»."
+
+#: ../gedit/gedit-file.c:670
+#, c-format
+msgid "The document \"%s\" has not been reverted."
+msgstr "Li documint «%s» n' a nén stî rmetou come divant."
+
+#: ../gedit/gedit-file.c:674
+#, c-format
+msgid "The document \"%s\" has been reverted."
+msgstr "Li documint «%s» a stî rmetou come divant."
+
+#: ../gedit/gedit-file.c:702
+#, c-format
+msgid "Reverting the document \"%s\"..."
+msgstr "Dji rmete come divant l' documint «%s»..."
+
+#: ../gedit/gedit-file.c:825
+msgid "Could not read data from stdin."
+msgstr "Dji n' a savou lere les dnêyes del intrêye sitandård (stdin)."
+
+#: ../gedit/gedit-file.c:912
+msgid "Reverting file:"
+msgstr "Dji rmete come divant l' fitchî:"
+
+#: ../gedit/gedit-file.c:912
+msgid "Loading file:"
+msgstr "Dji tchedje li fitchî:"
+
+#: ../gedit/gedit-file.c:1092 ../gedit/gedit-file.c:1333
+#, c-format
+msgid "Error loading file \"%s\""
+msgstr "Åk n' a nén stî tot tcherdjant l' fitchî «%s»"
+
+#: ../gedit/gedit-file.c:1113
+#, c-format
+msgid "Loaded file \"%s\""
+msgstr "Fitchî «%s» tcherdjî"
+
+#: ../gedit/gedit-file.c:1225
+#, c-format
+msgid "Loaded %d file"
+msgid_plural "Loaded %d files"
+msgstr[0] "%d fitchî tcherdjî"
+msgstr[1] "%d fitchîs tcherdjîs"
+
+#: ../gedit/gedit-file.c:1286
+#, c-format
+msgid "Created file \"%s\""
+msgstr ""
+
+#: ../gedit/gedit-file.c:1304
+#, c-format
+msgid "Loading file \"%s\"..."
+msgstr "Dji tchedje li fitchî «%s»..."
+
+#: ../gedit/gedit-file.c:1469
+#, c-format
+msgid "Loading %d file..."
+msgid_plural "Loading %d files..."
+msgstr[0] "Dji tchedje %d fitchî..."
+msgstr[1] "Dji tchedje %d fitchîs..."
+
+#: ../gedit/gedit-io-error-dialogs.c:84
+#, c-format
+msgid "Could not find the file \"%s\""
+msgstr "Dji n' a polou trover l' fitchî «%s»"
+
+#: ../gedit/gedit-io-error-dialogs.c:86 ../gedit/gedit-io-error-dialogs.c:130
+#: ../gedit/gedit-io-error-dialogs.c:150
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+"Verifyîz ki vs avoz tapé l' eplaeçmint comifåt et rsayîz s' i vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:91 ../gedit/gedit-io-error-dialogs.c:99
+#: ../gedit/gedit-io-error-dialogs.c:116 ../gedit/gedit-io-error-dialogs.c:122
+#: ../gedit/gedit-io-error-dialogs.c:135 ../gedit/gedit-io-error-dialogs.c:141
+#: ../gedit/gedit-io-error-dialogs.c:155 ../gedit/gedit-io-error-dialogs.c:171
+#: ../gedit/gedit-io-error-dialogs.c:215 ../gedit/gedit-io-error-dialogs.c:223
+#: ../gedit/gedit-io-error-dialogs.c:231 ../gedit/gedit-io-error-dialogs.c:239
+#: ../gedit/gedit-io-error-dialogs.c:246 ../gedit/gedit-io-error-dialogs.c:252
+#: ../gedit/gedit-io-error-dialogs.c:292 ../gedit/gedit-io-error-dialogs.c:313
+#: ../gedit/gedit-io-error-dialogs.c:341
+#, c-format
+msgid "Could not open the file \"%s\""
+msgstr "Dji n' pout drovi l' fitchî «%s»"
+
+#: ../gedit/gedit-io-error-dialogs.c:93 ../gedit/gedit-io-error-dialogs.c:406
+msgid "The file contains corrupted data."
+msgstr "Li fitchî a-st å dvins des crombès dnêyes."
+
+#: ../gedit/gedit-io-error-dialogs.c:104 ../gedit/gedit-io-error-dialogs.c:417
+#, fuzzy, c-format
+msgid "gedit cannot handle %s: locations."
+msgstr "gedit èn pout nén manaedjî les eplaeçmints «%s:» e môde sicrijhaedje."
+
+#: ../gedit/gedit-io-error-dialogs.c:109 ../gedit/gedit-io-error-dialogs.c:422
+#, fuzzy
+msgid "gedit cannot handle this location."
+msgstr "gedit èn pout nén manaedjî les eplaeçmints «%s:» e môde sicrijhaedje."
+
+#: ../gedit/gedit-io-error-dialogs.c:118 ../gedit/gedit-io-error-dialogs.c:431
+#, fuzzy
+msgid "The file contains data in an invalid format."
+msgstr ""
+"Dji n' a savou drovi l' fitchî «%s» ca i contént des dnêyes dins ene cogne "
+"nén valide."
+
+#: ../gedit/gedit-io-error-dialogs.c:124 ../gedit/gedit-io-error-dialogs.c:437
+msgid "The file is too big."
+msgstr "Li fitchî est pår trop grand."
+
+#: ../gedit/gedit-io-error-dialogs.c:128
+#, c-format
+msgid "\"%s\" is not a valid location"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:137 ../gedit/gedit-io-error-dialogs.c:443
+msgid "Access was denied."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:143
+msgid ""
+"there are too many open files. Please, close some open files and try again."
+msgstr ""
+"I gn a di trop d' fitchîs d' drovous. I vs è fåt clôre sacwants et rsayî, "
+"s' i vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:148 ../gedit/gedit-io-error-dialogs.c:661
+#, c-format
+msgid "\"%s\" is a directory"
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:157
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+"Nén del memwere libe assez po drovi l' fitchî. I vs fåt clôre sacwants "
+"programes et rsayî, s' i vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:185 ../gedit/gedit-io-error-dialogs.c:483
+#, fuzzy, c-format
+msgid ""
+"Host \"%s\" could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Dji n' a savou drovi l' fitchî «%s» ca l' no d' lodjoe esteut vude.\n"
+"\n"
+"Verifyîz ki l' apontiaedje di vosse proxy est corek, poy rissayîz s' i vs "
+"plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:196 ../gedit/gedit-io-error-dialogs.c:207
+#: ../gedit/gedit-io-error-dialogs.c:217
+#, fuzzy
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+"«%s» n' est nén on eplaeçmint valide.\n"
+"\n"
+"Verifyîz ki vs avoz tapé l' eplaeçmint comufåt et rsayîz s' i vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:225
+#, fuzzy
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+"Dji n' a savou drovi l' fitchî «%s» ca l' no d' lodjoe esteut vude.\n"
+"\n"
+"Verifyîz ki l' apontiaedje di vosse proxy est corek, poy rissayîz s' i vs "
+"plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:233
+#, fuzzy
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"Dji n' a savou trover l' fitchî «%s».\n"
+"\n"
+"Verifyîz ki vs avoz tapé l' eplaeçmint comufåt et rsayîz s' i vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:241
+#, fuzzy
+msgid ""
+"The file contains invalid data. Probably, you are trying to open a binary "
+"file."
+msgstr ""
+"Dji n' a savou drovi l' fitchî «%s» ca i gn a-st å dvins des dnêyes UTF-8 "
+"nén valides.\n"
+"\n"
+"Motoit bén ki vos sayîz d' drovi on fitchî binaire."
+
+#: ../gedit/gedit-io-error-dialogs.c:248
+msgid "The file you are trying to open is not a regular file."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:294
+#, fuzzy
+msgid ""
+"gedit was not able to automatically detect the character coding. Please, "
+"check that you are not trying to open a binary file and try again selecting "
+"a character coding in the 'Open File...' (or 'Open Location') dialog."
+msgstr ""
+"Dji n' a savou drovi l' fitchî «%s» ca dji n' trova nou lodjoe «%s».\n"
+"\n"
+"Verifyîz ki vos avoz tapé l' eplaeçmint comufåt et ki l' apontiaedje di "
+"vosse proxy est corek, poy rissayîz s' i vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:302 ../gedit/gedit-io-error-dialogs.c:328
+#, fuzzy, c-format
+msgid "Could not open the file \"%s\" using the %s character coding"
+msgstr "Dji n' a savou drovi l' fitchî «%s» ca il est pår trop gros."
+
+#: ../gedit/gedit-io-error-dialogs.c:305 ../gedit/gedit-io-error-dialogs.c:331
+#, fuzzy
+msgid ""
+"Please, check that you are not trying to open a binary file and that you "
+"selected the right character coding in the 'Open File... ' (or 'Open "
+"Location') dialog and try again."
+msgstr ""
+"Dji n' a savou drovi l' fitchî «%s» ca dji n' trova nou lodjoe «%s».\n"
+"\n"
+"Verifyîz ki vos avoz tapé l' eplaeçmint comufåt et ki l' apontiaedje di "
+"vosse proxy est corek, poy rissayîz s' i vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:315
+#, fuzzy
+msgid ""
+"The file contains data in an invalid format. Probably, you are trying to "
+"open a binary file."
+msgstr ""
+"Dji n' a savou drovi l' fitchî «%s» ca i gn a-st å dvins des dnêyes UTF-8 "
+"nén valides.\n"
+"\n"
+"Motoit bén ki vos sayîz d' drovi on fitchî binaire."
+
+#: ../gedit/gedit-io-error-dialogs.c:397 ../gedit/gedit-io-error-dialogs.c:404
+#: ../gedit/gedit-io-error-dialogs.c:410 ../gedit/gedit-io-error-dialogs.c:429
+#: ../gedit/gedit-io-error-dialogs.c:435 ../gedit/gedit-io-error-dialogs.c:441
+#: ../gedit/gedit-io-error-dialogs.c:447 ../gedit/gedit-io-error-dialogs.c:454
+#: ../gedit/gedit-io-error-dialogs.c:469 ../gedit/gedit-io-error-dialogs.c:497
+#: ../gedit/gedit-io-error-dialogs.c:505 ../gedit/gedit-io-error-dialogs.c:511
+#: ../gedit/gedit-io-error-dialogs.c:518 ../gedit/gedit-io-error-dialogs.c:557
+#, c-format
+msgid "Could not revert the file \"%s\""
+msgstr "Dji n' pout rimete come divant l' fitchî «%s»."
+
+#: ../gedit/gedit-io-error-dialogs.c:399
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:449
+msgid ""
+"There are too many open files. Please, close some open files and try again."
+msgstr ""
+"I gn a di trop d' fitchîs d' drovous. I vs è fåt clôre sacwants et rsayî, "
+"s' i vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:456
+msgid ""
+"Not enough available memory. Please, close some running applications and try "
+"again."
+msgstr ""
+"Nén del memwere libe assez. I vs fåt clôre sacwants programes et rsayî, s' i "
+"vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:499
+#, fuzzy
+msgid ""
+"The host name was empty. Please, check that your proxy settings are correct "
+"and try again."
+msgstr ""
+"Dji n' a savou drovi l' fitchî «%s» ca l' no d' lodjoe esteut vude.\n"
+"\n"
+"Verifyîz ki l' apontiaedje di vosse proxy est corek, poy rissayîz s' i vs "
+"plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:507
+msgid "Attempt to log in failed."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:513
+msgid ""
+"The file contains invalid UTF-8 data. Probably, you are trying to revert a "
+"binary file."
+msgstr ""
+"Li fitchî a-st å dvins des dnêyes UTF-8 nén valides. Motoit bén ki vos sayîz "
+"d' ricandjî on fitchî binaire."
+
+#: ../gedit/gedit-io-error-dialogs.c:520
+msgid "It is not possible to revert an Untitled document."
+msgstr "Vos n' poloz nén rimete come divant on documint sins tite."
+
+#: ../gedit/gedit-io-error-dialogs.c:607
+#, c-format
+msgid "Could not save the file \"%s\""
+msgstr "Dji n' pout schaper l' fitchî «%s»."
+
+#: ../gedit/gedit-io-error-dialogs.c:656
+#, c-format
+msgid "The file \"%s\" already exists"
+msgstr "Li fitchî «%s» egzistêye dedja."
+
+#: ../gedit/gedit-io-error-dialogs.c:662
+msgid "Please, check that you typed the location correctly."
+msgstr "Verifyîz ki vs avoz tapé l' eplaeçmint comifåt, s' i vs plait."
+
+#: ../gedit/gedit-io-error-dialogs.c:668 ../gedit/gedit-io-error-dialogs.c:674
+#: ../gedit/gedit-io-error-dialogs.c:680 ../gedit/gedit-io-error-dialogs.c:687
+#: ../gedit/gedit-io-error-dialogs.c:694
+#, c-format
+msgid "Could not create the file \"%s\""
+msgstr "Dji n' pout askepyî l' fitchî «%s»."
+
+#: ../gedit/gedit-io-error-dialogs.c:670
+msgid "Make sure you have the appropriate write permissions."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:676
+msgid "The file name is too long."
+msgstr "Li no d' fitchî est pår trop long."
+
+#: ../gedit/gedit-io-error-dialogs.c:682
+msgid ""
+"A directory component in the file name does not exist or is a dangling "
+"symbolic link."
+msgstr ""
+
+#: ../gedit/gedit-io-error-dialogs.c:689
+msgid ""
+"There is not enough disk space to create the file. Please free some disk "
+"space and try again."
+msgstr ""
+"I gn a nén del plaece assez sol deure plake po-z askepyî l' fitchî. Fijhoz "
+"ene miete di plaece divant di rsayî s' i vs plait."
+
+#. Read only
+#: ../gedit/gedit-mdi-child.c:249
+msgid "RO"
+msgstr ""
+
+#. Add the detach tab button
+#: ../gedit/gedit-mdi-child.c:650 ../gedit/gedit-ui.xml.h:85
+msgid "_Move to New Window"
+msgstr ""
+
+#: ../gedit/gedit-mdi-child.c:803
+msgid "Unicode (UTF-8)"
+msgstr "Unicôde (UTF-8)"
+
+#: ../gedit/gedit-mdi-child.c:813
+msgid "Name:"
+msgstr "No:"
+
+#: ../gedit/gedit-mdi-child.c:814
+msgid "MIME Type:"
+msgstr "Sôre MIME:"
+
+#: ../gedit/gedit-mdi-child.c:815
+msgid "Encoding:"
+msgstr "Ecôdaedje:"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-mdi.c:260 ../gedit/gedit-mdi.c:463
+#, c-format
+msgid "Open '%s'"
+msgstr "Drovi «%s»"
+
+#: ../gedit/gedit-mdi.c:538
+msgid "Open a recently used file"
+msgstr ""
+
+#: ../gedit/gedit-mdi.c:1477 ../gedit/gedit-mdi.c:1479
+msgid "Read Only"
+msgstr "Seulmint lére"
+
+#: ../gedit/gedit-mdi.c:2103
+msgid "Normal"
+msgstr "Normå"
+
+#: ../gedit/gedit-mdi.c:2104
+msgid "Use Normal highlight mode"
+msgstr ""
+
+#: ../gedit/gedit-mdi.c:2180
+#, c-format
+msgid "Use %s highlight mode"
+msgstr ""
+
+#: ../gedit/gedit-output-window.c:378
+msgid "Close the output window"
+msgstr "Clôre li purnea d' rexhowe"
+
+#: ../gedit/gedit-output-window.c:416
+msgid "Copy selected lines"
+msgstr "Copyî les tchoezeyès royes"
+
+#: ../gedit/gedit-output-window.c:436
+msgid "Clear the output window"
+msgstr ""
+
+#: ../gedit/gedit-output-window.c:476
+msgid "Output Lines"
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:175
+msgid "Cannot initialize preferences manager."
+msgstr ""
+
+#: ../gedit/gedit-prefs-manager.c:1326
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: ../gedit/gedit-print.c:219 ../gedit/gedit-ui.xml.h:37
+msgid "Print"
+msgstr "Rexhe"
+
+#: ../gedit/gedit-print.c:228 ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Lines"
+msgstr "Royes"
+
+#: ../gedit/gedit-print.c:330
+msgid "Preparing pages..."
+msgstr "Preparant les pådjes..."
+
+#: ../gedit/gedit-print.c:357
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr ""
+
+#: ../gedit/gedit-print.c:359
+#, c-format
+msgid "Printing page %d of %d..."
+msgstr ""
+
+#: ../gedit/gedit-print.c:381 ../gedit/gedit-ui.xml.h:40
+msgid "Print preview"
+msgstr "Vey divant"
+
+#: ../gedit/gedit-print.c:551
+#, c-format
+msgid "File: %s"
+msgstr "Fitchî: %s"
+
+#: ../gedit/gedit-print.c:557
+msgid "Page %N of %Q"
+msgstr "Pådje %N di %Q"
+
+#: ../gedit/gedit-ui.xml.h:1
+msgid "About this application"
+msgstr "Å dfait di ç' programe chal"
+
+#: ../gedit/gedit-ui.xml.h:2
+msgid "Change the visibility of the output window in the current window"
+msgstr "Candjî li veyåvisté do purnea d' rexhowe el purnea do moumint"
+
+#: ../gedit/gedit-ui.xml.h:3
+msgid "Change the visibility of the statusbar in the current window"
+msgstr "Candjî li veyåvisté del bår ås messaedjes el purnea do moumint"
+
+#: ../gedit/gedit-ui.xml.h:4
+msgid "Change the visibility of the toolbar in the current window"
+msgstr "Candjî li veyåvisté del bår ås usteyes el purnea do moumint"
+
+#: ../gedit/gedit-ui.xml.h:5
+msgid "Close"
+msgstr "Clôre"
+
+#: ../gedit/gedit-ui.xml.h:6
+msgid "Close all open files"
+msgstr "Clôre tos les fitchîs drovous"
+
+#: ../gedit/gedit-ui.xml.h:7
+msgid "Close the current file"
+msgstr "Clôre li fitchî do moumint"
+
+#: ../gedit/gedit-ui.xml.h:8
+msgid "Configure the application"
+msgstr "Apontyî l' programe"
+
+#: ../gedit/gedit-ui.xml.h:9
+msgid "Copy"
+msgstr "Copyî"
+
+#: ../gedit/gedit-ui.xml.h:10
+msgid "Copy the selection"
+msgstr "Copyî li tchuze"
+
+#: ../gedit/gedit-ui.xml.h:11
+msgid "Create a new document"
+msgstr "Fé on novea documint"
+
+#: ../gedit/gedit-ui.xml.h:12
+msgid "Cu_t"
+msgstr "Cô_per"
+
+#: ../gedit/gedit-ui.xml.h:13
+msgid "Cut"
+msgstr "Côper"
+
+#: ../gedit/gedit-ui.xml.h:14
+msgid "Cut the selection"
+msgstr "Côper li tchuze"
+
+#: ../gedit/gedit-ui.xml.h:15
+msgid "Delete"
+msgstr "Disfacer"
+
+#: ../gedit/gedit-ui.xml.h:16
+msgid "Delete the selected text"
+msgstr "Disfacer li tchoezi tecse"
+
+#: ../gedit/gedit-ui.xml.h:18
+msgid "Find Ne_xt"
+msgstr "Trover _shuvant"
+
+#: ../gedit/gedit-ui.xml.h:20
+msgid "Find Pre_vious"
+msgstr "Trover di _dvant"
+
+#: ../gedit/gedit-ui.xml.h:21
+msgid "Find Previous"
+msgstr "Trover di divant"
+
+#: ../gedit/gedit-ui.xml.h:22
+msgid "Go to _Line..."
+msgstr "Potchî al _roye..."
+
+#: ../gedit/gedit-ui.xml.h:23
+msgid "Go to a specific line"
+msgstr "Potchî å limero di roye specifyî"
+
+#: ../gedit/gedit-ui.xml.h:24
+msgid "Main toolbar"
+msgstr "Mwaisse bår ås usteyes"
+
+#: ../gedit/gedit-ui.xml.h:25
+msgid "Move the current document to a new window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:26
+msgid "New"
+msgstr "Novea"
+
+#: ../gedit/gedit-ui.xml.h:27
+msgid "Open"
+msgstr "Drovi"
+
+#: ../gedit/gedit-ui.xml.h:28
+msgid "Open Location..."
+msgstr "Drovi l' eplaeçmint..."
+
+#: ../gedit/gedit-ui.xml.h:29
+msgid "Open _Location..."
+msgstr "Drovi l' _eplaeçmint..."
+
+#: ../gedit/gedit-ui.xml.h:30
+msgid "Open a file"
+msgstr "Drovi on fitchî"
+
+#: ../gedit/gedit-ui.xml.h:31
+msgid "Open a file from a specified location"
+msgstr "Drovi on fitchî a pårti do dné eplaeçmint"
+
+#: ../gedit/gedit-ui.xml.h:32
+msgid "Open the gedit manual"
+msgstr "Drovi li manuel di gedit"
+
+#: ../gedit/gedit-ui.xml.h:33
+msgid "Page Set_up"
+msgstr "A_pontiaedje del pådje"
+
+#: ../gedit/gedit-ui.xml.h:34
+msgid "Paste"
+msgstr "Aclaper"
+
+#: ../gedit/gedit-ui.xml.h:35
+msgid "Paste the clipboard"
+msgstr "Aclaper çu k' i gn a e tchapea emacralé"
+
+#: ../gedit/gedit-ui.xml.h:36
+msgid "Pr_eferences"
+msgstr "Pr_eferinces"
+
+#: ../gedit/gedit-ui.xml.h:38
+msgid "Print Previe_w..."
+msgstr "_Vey divant..."
+
+#: ../gedit/gedit-ui.xml.h:39
+msgid "Print Preview"
+msgstr "Vey divant"
+
+#: ../gedit/gedit-ui.xml.h:41
+msgid "Print the current file"
+msgstr "Imprimer li fitchî do moumint"
+
+#: ../gedit/gedit-ui.xml.h:42
+msgid "Quit"
+msgstr "Cwiter"
+
+#: ../gedit/gedit-ui.xml.h:43
+msgid "Quit the program"
+msgstr "Moussî foû do programe"
+
+#: ../gedit/gedit-ui.xml.h:44
+msgid "Redo"
+msgstr "Rifé"
+
+#: ../gedit/gedit-ui.xml.h:45
+msgid "Redo the undone action"
+msgstr "Rifé li dierinne accion disfwaite"
+
+#: ../gedit/gedit-ui.xml.h:47
+msgid "Revert"
+msgstr "Rimete come divant"
+
+#: ../gedit/gedit-ui.xml.h:48
+msgid "Revert to a saved version of the file"
+msgstr "Rivni a ene modêye dedja schapêye do fitchî"
+
+#: ../gedit/gedit-ui.xml.h:49
+msgid "Save"
+msgstr "Schaper"
+
+#: ../gedit/gedit-ui.xml.h:50
+msgid "Save As"
+msgstr "Schaper et rlomer"
+
+#: ../gedit/gedit-ui.xml.h:51
+msgid "Save _As..."
+msgstr "Schaper et r_lomer"
+
+#: ../gedit/gedit-ui.xml.h:52
+msgid "Save all open files"
+msgstr "Schaper tos les fitchîs drovous"
+
+#: ../gedit/gedit-ui.xml.h:53
+msgid "Save the current file"
+msgstr "Schaper li fitchî do moumint"
+
+#: ../gedit/gedit-ui.xml.h:54
+msgid "Save the current file with a different name"
+msgstr "Schaper li fitchî do moumint dizo on ôte no"
+
+#: ../gedit/gedit-ui.xml.h:55
+msgid "Search backwards for the same text"
+msgstr "Cweri en erî après li minme tchinne"
+
+#: ../gedit/gedit-ui.xml.h:56
+msgid "Search for and replace text"
+msgstr "Cweri après ene tchinne eyet l' replaecî"
+
+#: ../gedit/gedit-ui.xml.h:57
+msgid "Search for text"
+msgstr "Cweri après ene tchinne"
+
+#: ../gedit/gedit-ui.xml.h:58
+msgid "Search forwards for the same text"
+msgstr "Cweri en avant après li minme tchinne"
+
+#: ../gedit/gedit-ui.xml.h:59
+msgid "Select All"
+msgstr "Tchoezi totafwait"
+
+#: ../gedit/gedit-ui.xml.h:60
+msgid "Select _All"
+msgstr "Tchoezi _totafwait"
+
+#: ../gedit/gedit-ui.xml.h:61
+msgid "Select the entire document"
+msgstr "Tchoezi tot l' documint en etir"
+
+#: ../gedit/gedit-ui.xml.h:62
+msgid ""
+"Set toolbar button style according to desktop Menu and Toolbar Preferences"
+msgstr ""
+"Defini li stîle des botons del bår ås usteyes sorlon les preferinces po les "
+"menus eyet les bårs ås usteyes"
+
+#: ../gedit/gedit-ui.xml.h:63
+#, fuzzy
+msgid "Setup the page settings"
+msgstr "Apontiaedjes del pådje po vosse sicrirece do moumint"
+
+#: ../gedit/gedit-ui.xml.h:64
+msgid "Show only icons in the toolbar"
+msgstr "Mostrer seulmint les imådjetes el bår ås usteyes"
+
+#: ../gedit/gedit-ui.xml.h:65
+#, fuzzy
+msgid "Show text below every icon in the toolbar"
+msgstr "Mostrer les racsegnes el bår ås usteyes"
+
+#: ../gedit/gedit-ui.xml.h:66
+#, fuzzy
+msgid "Show text only beside important icons in the toolbar"
+msgstr "Mostrer rén k' les imådjetes el bår ås usteyes"
+
+#: ../gedit/gedit-ui.xml.h:67
+msgid "T_ext for Important Icons"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:68
+msgid "Undo"
+msgstr "Disfé"
+
+#: ../gedit/gedit-ui.xml.h:69
+msgid "Undo the last action"
+msgstr "Disfé li dierinne accion"
+
+#: ../gedit/gedit-ui.xml.h:70
+msgid "_About"
+msgstr "Å _dfait"
+
+#: ../gedit/gedit-ui.xml.h:71
+msgid "_Close"
+msgstr "_Clôre"
+
+#: ../gedit/gedit-ui.xml.h:72
+msgid "_Close All"
+msgstr "_Clôre totafwait"
+
+#: ../gedit/gedit-ui.xml.h:73
+msgid "_Contents"
+msgstr "Å_dvins"
+
+#: ../gedit/gedit-ui.xml.h:74
+msgid "_Copy"
+msgstr "_Copyî"
+
+#: ../gedit/gedit-ui.xml.h:75
+msgid "_Customize Toolbar"
+msgstr "Bår ås usteyes a _vosse môde"
+
+#: ../gedit/gedit-ui.xml.h:76
+msgid "_Delete"
+msgstr "_Disfacer"
+
+#: ../gedit/gedit-ui.xml.h:77
+msgid "_Desktop Default"
+msgstr "_Prémetou scribanne"
+
+#: ../gedit/gedit-ui.xml.h:78
+msgid "_Documents"
+msgstr "_Documints"
+
+#: ../gedit/gedit-ui.xml.h:79
+msgid "_Edit"
+msgstr "_Aspougnî"
+
+#: ../gedit/gedit-ui.xml.h:80
+msgid "_File"
+msgstr "_Fitchî"
+
+#: ../gedit/gedit-ui.xml.h:81
+msgid "_Find..."
+msgstr "_Trover..."
+
+#: ../gedit/gedit-ui.xml.h:82
+msgid "_Help"
+msgstr "_Aidance"
+
+#: ../gedit/gedit-ui.xml.h:83
+msgid "_Highlight Mode"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:84
+msgid "_Icons Only"
+msgstr "_Imådjetes seulmint"
+
+#: ../gedit/gedit-ui.xml.h:86
+msgid "_New"
+msgstr "_Novea"
+
+#: ../gedit/gedit-ui.xml.h:87
+msgid "_Open..."
+msgstr "_Drovi..."
+
+#: ../gedit/gedit-ui.xml.h:88
+msgid "_Output Window"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:89
+msgid "_Paste"
+msgstr "C_laper"
+
+#: ../gedit/gedit-ui.xml.h:90
+msgid "_Print..."
+msgstr "_Imprimer..."
+
+#: ../gedit/gedit-ui.xml.h:91
+msgid "_Quit"
+msgstr "Moussî _foû"
+
+#: ../gedit/gedit-ui.xml.h:92
+msgid "_Redo"
+msgstr "_Rifé"
+
+#: ../gedit/gedit-ui.xml.h:93
+msgid "_Replace..."
+msgstr "_Replaecî..."
+
+#: ../gedit/gedit-ui.xml.h:95
+msgid "_Save"
+msgstr "_Schaper"
+
+#: ../gedit/gedit-ui.xml.h:96
+msgid "_Save All"
+msgstr "_Schaper totafwait..."
+
+#: ../gedit/gedit-ui.xml.h:97
+msgid "_Search"
+msgstr "C_weri"
+
+#: ../gedit/gedit-ui.xml.h:98
+msgid "_Statusbar"
+msgstr "Bår ås _messaedjes"
+
+#: ../gedit/gedit-ui.xml.h:99
+msgid "_Text for All Icons"
+msgstr ""
+
+#: ../gedit/gedit-ui.xml.h:100
+msgid "_Toolbar"
+msgstr "Bår ås _usteyes"
+
+#: ../gedit/gedit-ui.xml.h:101
+msgid "_Tools"
+msgstr "_Usteyes"
+
+#: ../gedit/gedit-ui.xml.h:102
+msgid "_Undo"
+msgstr "_Disfé"
+
+#: ../gedit/gedit-ui.xml.h:103
+msgid "_View"
+msgstr "_Vey"
+
+#: ../gedit/gedit-utils.c:686
+msgid " (invalid Unicode)"
+msgstr " (unicôde nén valide)"
+
+#.
+#. if (col == chars)
+#. msg = g_strdup_printf (_(" Ln %d, Col %d"), row + 1, col + 1);
+#. else
+#. msg = g_strdup_printf (_(" Ln %d, Col %d-%d"), row + 1, chars + 1, col + 1);
+#.
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-view.c:879
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " roye %d, colone %d"
+
+#: ../gedit/gedit-view.c:915
+msgid " OVR"
+msgstr " SIPOTCHÎ"
+
+#: ../gedit/gedit-view.c:917
+msgid " INS"
+msgstr " SITITCHÎ"
+
+#: ../gedit/gedit2.c:83
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+
+#: ../gedit/gedit2.c:86
+msgid "Quit an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit2.c:89
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit2.c:92
+msgid "Create a new document in an existing instance of gedit"
+msgstr ""
+
+#: ../gedit/gedit2.c:168
+#, c-format
+msgid "The specified encoding \"%s\" is not valid\n"
+msgstr ""
+
+#: ../gedit/gedit-convert.c:91
+msgid "The file you are trying to open contains an invalid byte sequence."
+msgstr ""
+
+#: ../gedit/gedit-convert.c:160 ../gedit/gedit-convert.c:204
+msgid ""
+"gedit was not able to automatically determine the encoding of the file you "
+"want to open."
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:43
+#, fuzzy
+msgid "C_hange Case"
+msgstr "_Candjî"
+
+#: ../plugins/changecase/changecase.c:49
+msgid "All _Upper Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:50
+msgid "All _Lower Case"
+msgstr ""
+
+#: ../plugins/changecase/changecase.c:51
+#, fuzzy
+msgid "_Invert Case"
+msgstr "Sititchî des espåces"
+
+#: ../plugins/changecase/changecase.c:52
+#, fuzzy
+msgid "_Title Case"
+msgstr "Tite"
+
+#: ../plugins/changecase/changecase.c:54
+#, fuzzy
+msgid "Change selected text to upper case"
+msgstr "Copyî l' tecse tchoezi e l' tchapea emacralé"
+
+#: ../plugins/changecase/changecase.c:55
+#, fuzzy
+msgid "Change selected text to lower case"
+msgstr "Copyî l' tecse tchoezi e l' tchapea emacralé"
+
+#: ../plugins/changecase/changecase.c:56
+#, fuzzy
+msgid "Invert the case of selected text"
+msgstr "Disfacer li tchoezi tecse"
+
+#: ../plugins/changecase/changecase.c:57
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Change Case"
+msgstr "_Candjî"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+#, fuzzy
+msgid "Changes the case of selected text."
+msgstr "Disfacer li tchoezi tecse"
+
+#: ../plugins/docinfo/docinfo.c:45
+msgid "_Document Statistics"
+msgstr "Sitatistikes do _documint"
+
+#: ../plugins/docinfo/docinfo.c:48
+msgid "Get statistic info on current document"
+msgstr "Aveur des statistikes sol documint do moumint"
+
+#: ../plugins/docinfo/docinfo.c:139
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+msgid "Document Statistics"
+msgstr "Sitatistikes do documint"
+
+#: ../plugins/docinfo/docinfo.c:153
+msgid "_Update"
+msgstr "_Mete a djoû"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Li tchoûke-didins di contaedjes des mots analijhe li documint do moumint po "
+"determiner li nombe di mots, di royes, di caracteres et di caracteres ki "
+"n' sont nén des blancs k' i gn a dvins, et håyner les rzultats."
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">No do fitchî</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "Octets"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "Caracteres (sins les vudes)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "Caracteres (avou les vudes)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Update"
+msgstr "Mete a djoû"
+
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Words"
+msgstr "Mots"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "gedit: Document Info plugin"
+msgstr "gedit: Tchoûke-didins d' informåcion sol documint"
+
+#: ../plugins/indent/indent.c:45
+msgid "_Indent"
+msgstr "R_itrait"
+
+#: ../plugins/indent/indent.c:47
+msgid "Indent selected lines"
+msgstr ""
+
+#: ../plugins/indent/indent.c:49
+msgid "U_nindent"
+msgstr ""
+
+#: ../plugins/indent/indent.c:51
+msgid "Unindent selected lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent lines"
+msgstr ""
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr ""
+
+#: ../plugins/sample/sample.c:43
+msgid "Insert User Na_me"
+msgstr "Sititchî l' no d' l' _uzeu"
+
+#: ../plugins/sample/sample.c:46
+msgid "Insert the user name at the cursor position"
+msgstr "Sititchî l' no di l' uzeu a l' eplaeçmint do cursoe"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "Sititche li no di l' uzeu a l' eplaeçmint do cursoe"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "No d' l' uzeu"
+
+#: ../plugins/savecopy/savecopy.c:49
+msgid "Sa_ve Copy..."
+msgstr "Sc_haper copeye..."
+
+#: ../plugins/savecopy/savecopy.c:52
+#, fuzzy
+msgid "Save a copy of the current document"
+msgstr "Metoz l' lingaedje do documint do moumint"
+
+#: ../plugins/savecopy/savecopy.c:315
+#, fuzzy, c-format
+msgid "Could not save a copy of the file to \"%s\""
+msgstr "Dji n' pout schaper l' fitchî «%s»."
+
+#: ../plugins/savecopy/savecopy.c:414
+msgid "You are trying to overwrite the original file"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.c:523
+#, fuzzy
+msgid "Save Copy..."
+msgstr "Èn schaper _nouk"
+
+#. translators: %s is a filename
+#: ../plugins/savecopy/savecopy.c:555 ../plugins/savecopy/savecopy.c:565
+#, c-format
+msgid "%s (copy)"
+msgstr ""
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid "Save a Copy"
+msgstr "Schaper ene copeye"
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:2
+msgid "Saves a copy of the current document to a local or remote location."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:56
+msgid "_Run Command..."
+msgstr "_Enonder ene comande..."
+
+#: ../plugins/shell_output/shell_output.c:59
+msgid "Run a command"
+msgstr "Enonder ene comande"
+
+#: ../plugins/shell_output/shell_output.c:156
+#: ../plugins/shell_output/shell_output.c:576
+msgid "Stopped"
+msgstr "Aresté"
+
+#: ../plugins/shell_output/shell_output.c:355
+msgid "Run Command"
+msgstr "Enonder ene comande"
+
+#: ../plugins/shell_output/shell_output.c:374
+msgid "_Run"
+msgstr "_Enonder"
+
+#: ../plugins/shell_output/shell_output.c:582
+msgid "Done"
+msgstr "Fwait"
+
+#: ../plugins/shell_output/shell_output.c:584
+msgid "Failed"
+msgstr "Berwete!"
+
+#: ../plugins/shell_output/shell_output.c:754
+msgid ""
+"The shell command entry is empty.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Nole comande d' intrêye.\n"
+"\n"
+"Tapez ene comande valide s' i vs plait."
+
+#: ../plugins/shell_output/shell_output.c:776
+msgid ""
+"Error parsing the shell command.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Åk n' a nén stî tot-z analijhant li comande shell.\n"
+"\n"
+"Dinez ene comande valide, s' i vs plait."
+
+#: ../plugins/shell_output/shell_output.c:854
+msgid "Executing command"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.c:919
+#, fuzzy
+msgid "An error occurred while running the selected command."
+msgstr "Åk n' a nén stî tot enondant li tchoezeye comande."
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:1
+#, fuzzy
+msgid ""
+"Executes an external program and, if required, displays its output in the "
+"output window."
+msgstr "Enonder on programe eyet stitchî si rexhowe dins on novea documint."
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:2
+msgid "Shell command"
+msgstr "Comande shell"
+
+#: ../plugins/shell_output/shell_output.glade2.h:2
+msgid "Co_mmand:"
+msgstr "Co_mande:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:3
+msgid "Select the working directory..."
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:4
+msgid "_Show results in Output Window"
+msgstr ""
+
+#: ../plugins/shell_output/shell_output.glade2.h:5
+msgid "_Working directory:"
+msgstr "_Ridant d' ovraedje:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:6
+msgid "gedit: Shell Output plugin"
+msgstr "gedit: Tchôke-divins di rexhowe do shell"
+
+#: ../plugins/sort/sort.c:29
+msgid "S_ort..."
+msgstr "_Relére..."
+
+#: ../plugins/sort/sort.c:32
+msgid "Sort the current document or selection."
+msgstr ""
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "Relére"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr ""
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr ""
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+msgid "_More..."
+msgstr "_Co des ôtes..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr ""
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr "_Radjouter"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "Coridjî ortografeye"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+#, fuzzy
+msgid "Suggestions"
+msgstr "Sudjestions"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+msgid "Completed spell checking"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+#, fuzzy
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+#, fuzzy
+msgid "Amharic"
+msgstr "Amarike"
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+#, fuzzy
+msgid "Azerbaijani"
+msgstr "Azeri"
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+#, fuzzy
+msgid "Belarusian"
+msgstr "Bielorûsse"
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+#, fuzzy
+msgid "Bulgarian"
+msgstr "Bulgåre"
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+#, fuzzy
+msgid "Bengali"
+msgstr "Bengali"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr "Burton"
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr "Catalan"
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr "Tcheke"
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+#, fuzzy
+msgid "Welsh"
+msgstr "Walès"
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr "Daenwès"
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+#, fuzzy
+msgid "German (Austria)"
+msgstr "Almand (Almagne)"
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr "Almand (Almagne)"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr "Almand (Swisse)"
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr "Inglès (USA)"
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr "Inglès (GB)"
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr "Inglès (Canada)"
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr "Esperanto"
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr "Castiyan"
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+#, fuzzy
+msgid "Estonian"
+msgstr "Estonyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+#, fuzzy
+msgid "Persian"
+msgstr "Farsi"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+#, fuzzy
+msgid "Finnish"
+msgstr "Finwès"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr "Faeroyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr "Francès (France)"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr "Francès (Swisse)"
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+#, fuzzy
+msgid "Irish"
+msgstr "Irlandès"
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+#, fuzzy
+msgid "Gallegan"
+msgstr "Galicyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+#, fuzzy
+msgid "Hindi"
+msgstr "Hindi"
+
+#: ../plugins/spell/gedit-spell-checker.c:111
+#, fuzzy
+msgid "Croatian"
+msgstr "Crowåte"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+#, fuzzy
+msgid "Upper Sorbian"
+msgstr "Hôt sorbyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+#, fuzzy
+msgid "Hungarian"
+msgstr "Hongrwès"
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+#, fuzzy
+msgid "Indonesian"
+msgstr "Indonezyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+#, fuzzy
+msgid "Icelandic"
+msgstr "Izlandès"
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Italian"
+msgstr "Itålyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+#, fuzzy
+msgid "Kurdish"
+msgstr "Kurde"
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+#, fuzzy
+msgid "Latin"
+msgstr "Latén"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+#, fuzzy
+msgid "Lithuanian"
+msgstr "Litwanyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+#, fuzzy
+msgid "Latvian"
+msgstr "Letonyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+#, fuzzy
+msgid "Malagasy"
+msgstr "Malgache"
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+#, fuzzy
+msgid "Maori"
+msgstr "Mawori"
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+#, fuzzy
+msgid "Macedonian"
+msgstr "Macedonyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+#, fuzzy
+msgid "Mongolian"
+msgstr "Mongol"
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+#, fuzzy
+msgid "Marathi"
+msgstr "Mawori"
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+#, fuzzy
+msgid "Malay"
+msgstr "Malay"
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+#, fuzzy
+msgid "Maltese"
+msgstr "Maltès"
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+#, fuzzy
+msgid "Norwegian Bokmal"
+msgstr "Norvedjyin Bokmål"
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr "Neyerlandès"
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+#, fuzzy
+msgid "Norwegian Nynorsk"
+msgstr "Norvedjyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr "Norvedjyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr "Polonès"
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr "Portuguès (Portugal)"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr "Portuguès (do Braezi)"
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+#, fuzzy
+msgid "Quechua"
+msgstr "Ketchwa"
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr "Rûsse"
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+#, fuzzy
+msgid "Kinyarwanda"
+msgstr "Kinyarwanda"
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+#, fuzzy
+msgid "Sardinian"
+msgstr "Sardegnès"
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+#, fuzzy
+msgid "Slovak"
+msgstr "Eslovake"
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+#, fuzzy
+msgid "Slovenian"
+msgstr "Eslovenyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr "Suwedwès"
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+#, fuzzy
+msgid "Swahili"
+msgstr "Suwahili"
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+#, fuzzy
+msgid "Tamil"
+msgstr "Tamoul"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr ""
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+#, fuzzy
+msgid "Tagalog"
+msgstr "Tagalog"
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+#, fuzzy
+msgid "Tswana"
+msgstr "Tswana"
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Ukrainian"
+msgstr "Oucrinnyin"
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+#, fuzzy
+msgid "Uzbek"
+msgstr "Ouzbeke"
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+#, fuzzy
+msgid "Walloon"
+msgstr "Walon"
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+#, fuzzy
+msgid "Yiddish"
+msgstr "Yidish"
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+#, fuzzy
+msgid "Zulu"
+msgstr "Zoulou"
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+msgid "Default"
+msgstr "Prémetou"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:239
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr "Dji n' a savou trover dins %s les ahesses k' i gn a mezåjhe."
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr "Lingaedjes"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "Defini l' _lingaedje do documint do moumint."
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "Defini lingaedje"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Lingaedje</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>mot</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "Radjouter _mot"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "_Candjî"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "Candjî _totafwait"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "Coridjî ortografeye"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Lingaedje:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+msgid "Misspelled word:"
+msgstr ""
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "Motî di l' uzeu:"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+#, fuzzy
+msgid "_Ignore"
+msgstr "Passer _houte"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr ""
+
+#: ../plugins/spell/spell.c:52
+msgid "_Check Spelling"
+msgstr ""
+
+#: ../plugins/spell/spell.c:55
+msgid "Check the current document for incorrect spelling"
+msgstr ""
+
+#: ../plugins/spell/spell.c:57
+msgid "_Autocheck Spelling"
+msgstr ""
+
+#: ../plugins/spell/spell.c:60
+msgid "Automatically spell-check the current document"
+msgstr ""
+
+#: ../plugins/spell/spell.c:62
+msgid "Set _Language"
+msgstr "Metoz l' _lingaedje"
+
+#: ../plugins/spell/spell.c:65
+msgid "Set the language of the current document"
+msgstr "Metoz l' lingaedje do documint do moumint"
+
+#: ../plugins/spell/spell.c:625
+msgid "The document is empty."
+msgstr "Li documint est vude."
+
+#: ../plugins/spell/spell.c:643
+#, fuzzy
+msgid "The selected text does not contain misspelled words."
+msgstr "Li tecse tchoezi n' a nou mot må scrît."
+
+#: ../plugins/spell/spell.c:644
+#, fuzzy
+msgid "The document does not contain misspelled words."
+msgstr "Li documint n' a nou mot må scrît."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Verifeye l' ortografeye do documint do moumint."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr "Coridjrece"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+#, fuzzy
+msgid "Abbreviated form"
+msgstr "Cognes k' i gn a"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+#, fuzzy
+msgid "Abbreviation"
+msgstr "Årmenyin"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+#, fuzzy
+msgid "Align"
+msgstr "Aroyî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+#, fuzzy
+msgid "Alternative"
+msgstr "Alternatif"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+#, fuzzy
+msgid "Anchor"
+msgstr "Anke"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+#, fuzzy
+msgid "Applet class file code"
+msgstr "Tchoezixhoz li fitchî a drovi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Author info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+#, fuzzy
+msgid "Axis related headers"
+msgstr "Imprimer les tiestires so les _pådjes"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "BGSound"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+#, fuzzy
+msgid "Background color"
+msgstr "Coleur di fond"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+#, fuzzy
+msgid "Background texture tile"
+msgstr "Coleur do fond"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+#, fuzzy
+msgid "Base font"
+msgstr "Eployî fonte po l' etikete"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+#, fuzzy
+msgid "Behavior"
+msgstr "Dujhance"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+#, fuzzy
+msgid "Border"
+msgstr "Boirdeure"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+#, fuzzy
+msgid "Border color"
+msgstr "Coleur do _fond:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+#, fuzzy
+msgid "Box"
+msgstr "Boesse"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+#, fuzzy
+msgid "Cell rowspan"
+msgstr "Urope cintråle"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+#, fuzzy
+msgid "Center"
+msgstr "Å mitan"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Character encoding of linked resource"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+msgid "Checked (state)"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+#, fuzzy
+msgid "Citation"
+msgstr "acc_ion(s)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+#, fuzzy
+msgid "Class list"
+msgstr "Djivêye des etiketes"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+#, fuzzy
+msgid "Color of selected links"
+msgstr "Copyî les tchoezeyès royes"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+#, fuzzy
+msgid "Columns"
+msgstr "Colones"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+#, fuzzy
+msgid "Comment"
+msgstr "Rawete"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+#, fuzzy
+msgid "Content scheme"
+msgstr "Å_dvins"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+#, fuzzy
+msgid "Content type"
+msgstr "Å_dvins"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+#, fuzzy
+msgid "Coordinates"
+msgstr "Å_dvins"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr ""
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+#, fuzzy
+msgid "Definition description"
+msgstr "_Discrijhaedje"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+#, fuzzy
+msgid "Deleted text"
+msgstr "Disfacer li tchoezi tecse"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+#, fuzzy
+msgid "Direction"
+msgstr "Direccion"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+#, fuzzy
+msgid "Disabled"
+msgstr "Essocté"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+#, fuzzy
+msgid "Document base"
+msgstr "_Documints"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+#, fuzzy
+msgid "Document body"
+msgstr "_Documints"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+#, fuzzy
+msgid "Document head"
+msgstr "_Documints"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+#, fuzzy
+msgid "Document title"
+msgstr "Sitatistikes do documint"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+#, fuzzy
+msgid "Document type"
+msgstr "_Documints"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+#, fuzzy
+msgid "Element ID"
+msgstr "_Documints"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+#, fuzzy
+msgid "Figure"
+msgstr "Imådje"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+#, fuzzy
+msgid "Font face"
+msgstr "No del fonte"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+#, fuzzy
+msgid "For label"
+msgstr "etikete"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+#, fuzzy
+msgid "Form"
+msgstr "Formulaire"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+#, fuzzy
+msgid "Frame"
+msgstr "Cåde"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Frameborder"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+#, fuzzy
+msgid "Frameset"
+msgstr "Faeroyin"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Frameset columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+#, fuzzy
+msgid "Generic span"
+msgstr "Djenerå"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+#, fuzzy
+msgid "Height"
+msgstr "Hôteu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "I18N BiDi over-ride"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+#, fuzzy
+msgid "Image"
+msgstr "Imådje"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "Inline frame"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Inserted text"
+msgstr "Tecse sititchî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Italic text"
+msgstr "Clintcheyès letes"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Label"
+msgstr "Etikete"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Language code"
+msgstr "Côde do lingaedje"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Link color"
+msgstr "Coleur do loyén"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "List of supported character sets"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "Local change to font"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "Long description link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Name"
+msgstr "No"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "No resize"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr "Note"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Object applet file"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+msgid "OnChange event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "Option selector"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "Output media"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr "Hagnon"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "Preformatted text"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "Push button"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+msgid "Quote"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "Range"
+msgstr "Fortchete"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Reverse link"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr "Raecene"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr "Royes"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "Script language name"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr "Bår acinseur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "Selectable option"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "Selected"
+msgstr "Tchoezi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "Shape"
+msgstr "Cogne"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "Size"
+msgstr "Grandeu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "Small text style"
+msgstr "Stîle po les ptits tecses"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "Sound"
+msgstr "Son"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "Space"
+msgstr "Espåce"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "Spacer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Span"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Standby load msg"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Starting sequence number"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Strike-through text"
+msgstr "Tecse båré"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Strike-through text style"
+msgstr "Stîle pol tecse båré"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr "Dizo l' roye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Superscript"
+msgstr "Dizeu l' roye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Tab order position"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Table"
+msgstr "Tåvlea"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Table caption"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr "Tecse"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Text color"
+msgstr "Coleur pol tecse"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr "Tite"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr "Hårdêye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+msgid "Underlined text style"
+msgstr "Stîle pol tecse sorlignî"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Unordered list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr "Valixhance"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Vertical space"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Visited link color"
+msgstr "Coleur po les hårdêyes dedja vizitêyes"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr "Lårdjeu"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+msgid "Bibliography (cite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+msgid "Bibliography (item)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+msgid "Bibliography (shortcite)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+msgid "Bibliography (thebibliography)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "Åtchetes ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+#, fuzzy
+msgid "Brackets <>"
+msgstr "Åtchetes ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "Cwårêyes åtchetes []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "Crolêyes åtchetes {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "Pînote"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "Fonccion cosinus"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "Fonccion exp (espôzant)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "Fonccion log (logarite)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "Fonccion log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "Fonccion sinus"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "Lete greke alfa"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "Lete greke beta"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "Lete greke epsilon"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "Lete greke gama"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "Lete greke lamda"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "Lete greke rô"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "Lete grek taw"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "Tistire 0 (tchaptrê)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "Tiestire 0 (tchaptrê sins limero)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "Tiestire 1 (seccion)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "Tiestire 1 (seccion sins limero)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "Tiestire 2 (dizo-seccion)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "Tiestire 2 (dizo-seccion sins limero)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "Tiestire 3 (dizo-dzo-seccion)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "Tiestire 3 (dizo-dzo-seccion sins limero)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "Tiestire 4 (hagnon)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "Elemint"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "Elemint avou etikete"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "Etiketes LaTeX"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "Discrijhaedje di djivêye"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "Djivêye a limeros"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "Djivêye a boles"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+msgid "Symbol <<"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+msgid "Symbol <="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+msgid "Symbol >="
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+msgid "Symbol >>"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr ""
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "parint"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr ""
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr ""
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:146
+msgid "Tag list plugin"
+msgstr "Tchôke-divins djivêye d' etiketes (tags)"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:167
+msgid "Select the group of tags you want to use"
+msgstr "Tchoezixhoz li groupe d' etiketes ki vos vloz eployî"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:189
+msgid "Available Tag Lists"
+msgstr "Djivêyes des etiketes k' i gn a"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:191
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:212
+msgid "Tags"
+msgstr "Etiketes"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:201
+msgid "Double-click on a tag to insert it in the current document"
+msgstr "Dobe-clitchîz so ene etikete pol sititchî el documint do moumint"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:46
+msgid "Tag _List"
+msgstr "_Djivêye des etiketes"
+
+#.
+#. #define MENU_ITEM_NAME "TagList"
+#.
+#: ../plugins/taglist/gedit-taglist-plugin.c:51
+msgid "Show the tag list window"
+msgstr "Mostrer l' purnea avou l' djivêye des etiketes"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"Dene ene metode po stitchî åjheymint dins on documint des etiketes ou "
+"tchinnes corantes, sins dveur les taper en etir."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Djivêye des etiketes"
+
+#: ../plugins/time/time.c:49
+msgid "In_sert Date and Time..."
+msgstr "_Sititchî li date et l' eure..."
+
+#: ../plugins/time/time.c:52
+msgid "Insert current date and time at the cursor position"
+msgstr "Sititche l' eure et l' date do moumint a l' eplaeçmint do cursoe"
+
+#: ../plugins/time/time.c:457
+msgid "Available formats"
+msgstr "Cognes k' i gn a"
+
+#: ../plugins/time/time.c:565
+msgid "Configure insert date/time plugin..."
+msgstr "Apontyî li tchôke-divins di stitchaedje del date et l' eure..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Sititchî li date et l' eure"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Sititche l' eure et l' date do moumint a l' eplaeçmint do cursoe."
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "Apontyî li tchôke-divins di stitchaedje del date et l' eure"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "Sititchî li date et l' eure"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_Sititchî"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr ""
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr ""
diff --git a/po/xh.po b/po/xh.po
new file mode 100644
index 0000000..6ede156
--- /dev/null
+++ b/po/xh.po
@@ -0,0 +1,4670 @@
+# Xhosa translations of gedit
+# Copyright (C) 2005 Canonical Ltd.
+# This file is distributed under the same license as the gedit package.
+# Translation by Canonical Ltd <translations@canonical.com> with thanks to
+# Translation World CC in South Africa, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-09-26 17:36+0200\n"
+"PO-Revision-Date: 2005-03-23 15:47+0200\n"
+"Last-Translator: Canonical Ltd <translations@canonical.com>\n"
+"Language-Team: Xhosa <xh-translate@ubuntu.com>\n"
+"Language: xh\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n!=1;\n"
+
+#: ../data/GNOME_Gedit.server.in.in.h:1
+msgid "Gedit View"
+msgstr "Okubonakalayo kwi-Gedit"
+
+#: ../data/GNOME_Gedit.server.in.in.h:2
+msgid "Gedit View."
+msgstr "Okubonakalayo kwi-Gedit."
+
+#: ../data/GNOME_Gedit.server.in.in.h:3
+msgid "Gedit viewer factory"
+msgstr "Umboniso fektri we-Gedit"
+
+#: ../data/GNOME_Gedit.server.in.in.h:4
+#: ../plugins/taglist/HTML.tags.xml.in.h:214
+msgid "Source"
+msgstr "Uvimba"
+
+#: ../data/GNOME_Gedit.server.in.in.h:5
+msgid "gedit application"
+msgstr "Ukumiselwa kwenkqubo ye-gedit"
+
+#: ../data/GNOME_Gedit.server.in.in.h:6
+msgid "gedit automation factory"
+msgstr "Ifektri yemitshini ezihambelayo ye-gedit"
+
+#: ../data/gedit.desktop.in.in.h:1
+msgid "Edit text files"
+msgstr "Hlela iifayili zombhalo"
+
+#: ../data/gedit.desktop.in.in.h:2 ../gedit/gedit2.c:365
+msgid "Text Editor"
+msgstr "Umhleli wombhalo"
+
+#: ../data/gedit.schemas.in.h:1
+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 ""
+"Ifonti yakho eza kusetyenziswa kwindawo yokuhlela. Le nto izokwenzeka ukuba "
+"ukhetho \"Sebenzisa Umiselo Lwefonti\" lucinyiwe."
+
+#: ../data/gedit.schemas.in.h:2
+msgid "Active plugins"
+msgstr "Ingeniso ezisebenzayo"
+
+#: ../data/gedit.schemas.in.h:3
+msgid "Auto Detected Encodings"
+msgstr "Izifumanela Ngokwayo Unxulumano"
+
+#: ../data/gedit.schemas.in.h:4
+msgid "Auto Save"
+msgstr "Izigcinela Ngokwayo"
+
+#: ../data/gedit.schemas.in.h:5
+msgid "Auto Save Interval"
+msgstr "Izigcinela Ngokwayo ixesha lekhefu"
+
+#: ../data/gedit.schemas.in.h:6
+msgid "Auto indent"
+msgstr "Iziqalela ngokwayo nganeno"
+
+#: ../data/gedit.schemas.in.h:7
+msgid "Background Color"
+msgstr "Umbala Ongasemva"
+
+#: ../data/gedit.schemas.in.h:8
+msgid ""
+"Background color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Umbala ongasemva kumbhalo okhethiweyo kwindawo yokuhlela. Oku kungasebenza "
+"kuphela ukuba ngaba i \"Sebenzisa Imibala Emiselweyo\" icinyiwe."
+
+#: ../data/gedit.schemas.in.h:9
+msgid ""
+"Background color for unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Umbala ongasemva kumbhalo ongakhethwanga kwindawo yokuhlela. Oku "
+"kungasebenza kuphela ukuba ngaba i \"Sebenzisa Imibala Emiselweyo\" icinyiwe."
+
+#: ../data/gedit.schemas.in.h:10
+msgid "Backup Copy Extension"
+msgstr "Isongezo Sekopi Yokhuseleko"
+
+#: ../data/gedit.schemas.in.h:11
+msgid "Body Font for Printing"
+msgstr "Okuqulathwe yiFonti kulungiselelwa Ushicilelo"
+
+#: ../data/gedit.schemas.in.h:12
+msgid "Create Backup Copies"
+msgstr "Yenza Iikopi Zokhuselo"
+
+#: ../data/gedit.schemas.in.h:13
+msgid "Display Line Numbers"
+msgstr "Bonisa Umgca Wamanani"
+
+#: ../data/gedit.schemas.in.h:14
+msgid "Display Right Margin"
+msgstr "Bonisa Umgca Wephepha Wasekunene"
+
+#: ../data/gedit.schemas.in.h:15
+msgid "Editor Font"
+msgstr "Umhleli Wefonti"
+
+#: ../data/gedit.schemas.in.h:16
+msgid "Enable Syntax Highlighting"
+msgstr "Iqaqambisa ulwakhiwo lwe-Syntax"
+
+#: ../data/gedit.schemas.in.h:17
+msgid "Encodings shown in menu"
+msgstr "Unxulumaniso oluboniswee kwimenyu"
+
+#: ../data/gedit.schemas.in.h:18
+msgid ""
+"Extension or suffix to use for backup file names. This will only take effect "
+"if the \"Create Backup Copies\" option is turned on."
+msgstr ""
+"Ulwandiso okanye isimamva esisetyeziswa kumagama okhuseleko lwefayili. Oku "
+"kuza kusebenza kuphela xa i \"Yenza Iikopi Zokhuselo\" zicinyiwe."
+
+#: ../data/gedit.schemas.in.h:19
+msgid ""
+"Foreground color for selected text in the editing area. This will only take "
+"effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Umbala ovele ngaphambili kumbhalo okhethiweyo kwindawo yokuhlela. Oku "
+"kungasebenza kuphela ukuba ngaba i \"Sebenzisa Imibala Emiselweyo\" icinyiwe."
+
+#: ../data/gedit.schemas.in.h:20
+msgid ""
+"Foreground color for the unselected text in the editing area. This will only "
+"take effect if the \"Use Default Colors\" option is turned off."
+msgstr ""
+"Umbala ovele ngaphambili kumbhalo ongakhethwanga kwindawo yokuhlela. Oku "
+"kungasebenza kuphela ukuba ngaba i \"Sebenzisa Imibala Emiselweyo\" icinyiwe."
+
+#: ../data/gedit.schemas.in.h:21
+msgid "Header Font for Printing"
+msgstr "Isihloko Sefonti Elungiselelwa Ushicilelo"
+
+#: ../data/gedit.schemas.in.h:22
+msgid "Highlight Current Line"
+msgstr "Qaqambisa Umgca Okuwo"
+
+#: ../data/gedit.schemas.in.h:23
+msgid "Highlight Matching Bracket"
+msgstr "Qaqambisa Izibiyeli Zokungqamanisa"
+
+#: ../data/gedit.schemas.in.h:24
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"Ukuba eli xabiso ngu 0. ngoko akukho manani aza kufakwa xa kushicilelwa "
+"uxwebhu. Kungenjalo, i-gedit iza kushicilela amanani emigca onke amanani "
+"anjalo emigca."
+
+#: ../data/gedit.schemas.in.h:25
+msgid "Insert spaces"
+msgstr "Faka izithuba"
+
+#: ../data/gedit.schemas.in.h:26
+msgid "Line Number Font for Printing"
+msgstr "Inani Lomgca Wefonti Elungiselelwa Ushicilelo"
+
+#: ../data/gedit.schemas.in.h:27
+msgid "Line Wrapping Mode"
+msgstr "Indlela Yomgca Yoqhubekeko-magama"
+
+#: ../data/gedit.schemas.in.h:28
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr ""
+"Uluhlu lwezingeniso asebenzayo. Lune \"Indawo\" lwamangeniso asebenzayo. "
+"Jonga ifayili ye .gedit-plugin kuze ufumane i \"Indawo\" yongeniso "
+"olunikiweyo."
+
+#: ../data/gedit.schemas.in.h:29
+msgid ""
+"List of encodings shown in Character Coding menu in open/save file selector. "
+"Only recognized encodings are used."
+msgstr ""
+"Uluhlu lwekhowudi ezivezwe kwmenyu yekhowudi zobumbo kwifayili evulwayo/"
+"egcinwayo khetho. Kusetyenziswa ikhowudi ezaziwayo qha."
+
+#: ../data/gedit.schemas.in.h:30
+msgid "Max Number of Undo Actions"
+msgstr ""
+
+#: ../data/gedit.schemas.in.h:31
+msgid "Maximum Recent Files"
+msgstr "Ubukhulu Beefayili Zamvanje"
+
+#: ../data/gedit.schemas.in.h:32
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions."
+msgstr "Ubukhulu benani lwezenzo ezinga tshintswa ngu-gedit."
+
+#: ../data/gedit.schemas.in.h:33
+#, fuzzy
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use \"-1"
+"\" for unlimited number of actions. Deprecated since 2.12.0"
+msgstr "Ubukhulu benani lwezenzo ezinga tshintswa ngu-gedit."
+
+#. Translators: This is the Editor Font.
+#. This is a Pango font
+#: ../data/gedit.schemas.in.h:36
+msgid "Monospace 12"
+msgstr "I-Monospace 12"
+
+#. Translators: This is the Body font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:39
+msgid "Monospace 9"
+msgstr "I-Monospace 9"
+
+#. Translators: This is the Body font for printing.
+#. This is a gnome-print font name and is replaced by
+#. print_font_body_pango.
+#: ../data/gedit.schemas.in.h:43
+msgid "Monospace Regular 9"
+msgstr "I-Monospace Regular 9"
+
+#: ../data/gedit.schemas.in.h:44
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Auto Save\" option is turned on."
+msgstr ""
+"Inani lemizuzu emva kokuba i-gedit izigcinele ngokwayo iifayili "
+"ezilungisiweyo. Oku kwenzeka kuphela xa ngaba i \"Izigcinela Ngokwayo\" "
+"ivuliwe."
+
+#: ../data/gedit.schemas.in.h:45
+msgid "Print Header"
+msgstr "Shicilela Okubhalwee Ngasentla"
+
+#: ../data/gedit.schemas.in.h:46
+msgid "Print Line Numbers"
+msgstr "Shicilela Umgca Wamanani"
+
+#: ../data/gedit.schemas.in.h:47
+msgid "Print Syntax Highlighting"
+msgstr "Shicilela Uqaqambiso Lolwakhiwo-zivakalisi"
+
+#: ../data/gedit.schemas.in.h:48
+msgid "Printing Line Wrapping Mode"
+msgstr "Ishicilela Umgca Wenkqubo Yoqhubekeko-magama"
+
+#: ../data/gedit.schemas.in.h:49
+msgid "Right Margin Position"
+msgstr "Indawo Yomgca wephepha Esekunene"
+
+#. Translators: This is the Header font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:52
+msgid "Sans 11"
+msgstr "I-Sans 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a Pango font.
+#: ../data/gedit.schemas.in.h:55
+msgid "Sans 8"
+msgstr "I-Sans 8"
+
+#. Translators: This is the Header font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_header_pango.
+#: ../data/gedit.schemas.in.h:59
+msgid "Sans Regular 11"
+msgstr "I-Sans Regular 11"
+
+#. Translators: This is the Line Number font for printing.
+#. This is a gnome-print font name and replaced by
+#. print_font_numbers_pango.
+#: ../data/gedit.schemas.in.h:63
+msgid "Sans Regular 8"
+msgstr "I-Sans Regular 8"
+
+#: ../data/gedit.schemas.in.h:64
+msgid "Selected Text Color"
+msgstr "Umbala Okhethiweyo Wombhalo"
+
+#: ../data/gedit.schemas.in.h:65
+msgid "Selection Color"
+msgstr "Ukhetho Lombhalo"
+
+#: ../data/gedit.schemas.in.h:66
+msgid ""
+"Sorted list of encodings used by gedit for auto-detecting the encoding of a "
+"file. \"CURRENT\" is the current locale encoding. Only recognized encodings "
+"are used."
+msgstr ""
+"Uluhlu oluhleliweyo lonxulumano olusetyenziswa yi-gedit ekuzifumaneleni "
+"unxulumaniso lwefayili. \"CURRENT\" lunxulumano lwangaphakathi olukhoyo "
+"ngoku. Kuphela lunxulumano oluqaphelekayo oluza kusetyenziswa."
+
+#: ../data/gedit.schemas.in.h:67
+msgid ""
+"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
+"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Ichaza ngendlela yoqhubekeko-magama anemigca emide xa kulungiselelwa "
+"ushicilelo. Sebenzisa \"GTK_WRAP_NONE\" ukwenzela kungabikho uqhubekeko-"
+"magama. \"GTK_WRAP_WORD\" ukwenzela uqhubekeko-magama kwimida yegama, ne "
+"\"GTK_WRAP_CHAR\" kwimida .Qaphela ukuba amaxabiso a case-sensitive, "
+"qinisekisa Avela ngqo ngolu hlobo abekwe ngayo apha."
+
+#: ../data/gedit.schemas.in.h:68
+msgid ""
+"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
+"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
+"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
+"the values are case-sensitive, so make sure they appear exactly as mentioned "
+"here."
+msgstr ""
+"Ichaza ngendlela yoqhubekeko-magama anemigca emide kwindawo yokuhlela. "
+"Sebenzisa \"GTK_WRAP_NONE\" ukwenzela kungabikho uqhubekeko-magama. "
+"\"GTK_WRAP_WORD\" ukwenzela uqhubekeko-magama kwimida yegama, ne "
+"\"GTK_WRAP_CHAR\" kwimida. Qaphela ukuba amaxabiso a case-sensitive, "
+"qinisekisa zivela nqo ngolu hlobo abekwe ngayo apha."
+
+#: ../data/gedit.schemas.in.h:69
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr ""
+"Ichaza ifonti emayisetyenziswe kokuqulathwe kuxwebhu xa kushicilelwa "
+"amaxwebhu."
+
+#: ../data/gedit.schemas.in.h:70
+msgid ""
+"Specifies the font to use for a document's body when printing documents. "
+"This is a gnome-print font name and replaced by print_font_body_pango."
+msgstr ""
+"Ichaza ifonti emayisetyenziswe kokuqulathwe kuxwebhu xa kushicilelwa "
+"amaxwebhu. Eli ligama lefontib ye-gnome-print ze kubekwe endaweni yayo i-"
+"print_font_body_pango."
+
+#: ../data/gedit.schemas.in.h:71
+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 ""
+"Ichaza ifonti emayisetyenziswe kumanani emigca xa kushicilelwa. Oku "
+"kusebenza kuphela ukuba ngaba indlela yoku \"Shicilela Umgca Wamanani\" "
+"ayingo-zero."
+
+#: ../data/gedit.schemas.in.h:72
+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. This is a "
+"gnome-print font name and replaced by print_font_numbers_pango."
+msgstr ""
+"Ichaza ifonti emayisetyenziswe kumanani emigca xa kushicilelwa. Oku "
+"kusebenza kuphela ukuba ngaba indlela \"Print Line Numbers\" ukhetho ayingo-"
+"zero. Eli ligama lefonti endaeni yayo kungene i-print_font_numbers_pango."
+
+#: ../data/gedit.schemas.in.h:73
+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 ""
+"Chaza ifonti emayisetyenziwe kuza kwenzela iphepha lokubhalwe ngasentla xa "
+"ushicilela uxwebhu. Oku kuzakwenzeka kuphela ukuba ngaba i \"Shicilela "
+"Okubhalwee Emantla Ephepha\" ivulelwee ukuba isebenze."
+
+#: ../data/gedit.schemas.in.h:74
+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. This is a "
+"gnome-print font name and replaced by print_font_header_pango."
+msgstr ""
+"IChaza ifonti emayisetyenziwe ukwenzela iphepha lokubhalwe ngasentla xa "
+"ushicilela uxwebhu. Oku kuzakwenzeka kuphela ukuba ngaba i \"Print Header\" "
+"ivulelwee ukuba isebenze. Eli ligama lefonti i-gnome-print endaweni yayo "
+"kungene i-print_font_header_pango."
+
+#: ../data/gedit.schemas.in.h:75
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr ""
+"Ichaza ubukhulu benani lwefayili ezisandula ukuvulwa neziza kubonwa kwimenyu "
+"engaphakathi kwenye \"Iifayili Zamvanje\"."
+
+#: ../data/gedit.schemas.in.h:76
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "Chaza inani lezithuba emazibonakaliswe endaweni yeempawu ze-Tab."
+
+#: ../data/gedit.schemas.in.h:77
+msgid "Specifies the position of the right margin."
+msgstr "Ichaza indawo yomgca wasekunene."
+
+# Inconsistent capitalisation
+#: ../data/gedit.schemas.in.h:78
+msgid "Status Bar is Visible"
+msgstr "Uyabonakala umgca obonakalisa ubume bokuqhubekayo"
+
+#: ../data/gedit.schemas.in.h:79
+msgid ""
+"Style for the toolbar buttons. Possible values are \"GEDIT_TOOLBAR_SYSTEM\" "
+"to use the system's default style, \"GEDIT_TOOLBAR_ICONS\" to display icons "
+"only, \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
+"Note that the values are case-sensitive, so make sure they appear exactly as "
+"mentioned here."
+msgstr ""
+"Uhlobo lwamaqhosha e-toolbar. Amaxabiso anokwenzeka \"GEDIT_TOOLBAR_SYSTEM\" "
+"engasetyenziswa kuhlobo olubekiweyo lwenkqubo. \"GEDIT_TOOLBAR_ICONS\" "
+"ukubonisa imifanekiso engumqondiso kuphela. \"GEDIT_TOOLBAR_ICONS_AND_TEXT\" "
+"ukubonisa zombini imifanekiso engumqondiso nemibhalo, ne "
+"\"GEDIT_TOOLBAR_ICONS_BOTH_HORIZ\" ukubonisa ngokubaluleka imibhalo ecakwe "
+"mifanekiso engumqondiso. Qaphela ukuba amaxabiso a case-sensitive, "
+"qinisekisa ukuba avela ngolu hlobo kuthethwe ngalo apha."
+
+#: ../data/gedit.schemas.in.h:80
+msgid "Tab Size"
+msgstr "Ubungakanani be-Tab"
+
+#: ../data/gedit.schemas.in.h:81
+msgid "Text Color"
+msgstr "Umbala Wombhalo"
+
+#: ../data/gedit.schemas.in.h:82
+msgid "Toolbar Buttons Style"
+msgstr "Uhlobo Lwamaqhosha e-Toolbar"
+
+#: ../data/gedit.schemas.in.h:83
+msgid "Toolbar is Visible"
+msgstr "I-Toolbar Iyabonakala"
+
+#: ../data/gedit.schemas.in.h:84
+#, fuzzy
+msgid "Undo Actions Limit (DEPRECATED)"
+msgstr "Cima Imida Yezenzo"
+
+#: ../data/gedit.schemas.in.h:85
+msgid "Use Default Colors"
+msgstr "Sebenzisa Imibala Emiselweyo"
+
+#: ../data/gedit.schemas.in.h:86
+msgid "Use Default Font"
+msgstr "Sebenzisa Umiselo Lwefonti"
+
+#: ../data/gedit.schemas.in.h:87
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Auto Save Interval\" "
+"option."
+msgstr ""
+"Nokuba i-gedit kufuneka izigcinele ngokwayo iifayili ezilungisiweyo emva "
+"kwexesha lekhefu. Ungamisela ixesha lekhefu ngohlobolwe \"Izigcinela "
+"Ngokwayo Ixesha Lekhefu\"."
+
+#: ../data/gedit.schemas.in.h:88
+msgid ""
+"Whether gedit should create backup copies for the files it saves. You can "
+"set the backup file extension with the \"Backup Copy Extension\" option."
+msgstr ""
+"Nokuba i-gedit kufuneka idale iikopi zokhuselo ukwenzela iifayili "
+"ezigcinayo. Ungamisela ifayili yokhuselo eyongeziweyo nge \"Isongezo Sekopi "
+"Yokhuseleko\"."
+
+#: ../data/gedit.schemas.in.h:89
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr ""
+"Nokuba i-gedit kufuneka ikwazi ukubonisa amanani omgca kwindawo yokuhlela."
+
+#: ../data/gedit.schemas.in.h:90
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr ""
+"Nokuba i-gedit kufuneka ikwazi ukubonisa umgca wasekunene kwindawo yokuhlela."
+
+#: ../data/gedit.schemas.in.h:91
+msgid "Whether gedit should enable auto indentation."
+msgstr "Nokuba i-gedit kufuneka ikwazi ukuziqalela nganeno ngokwayo."
+
+#: ../data/gedit.schemas.in.h:92
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "Nokuba i-gedit kufuneka ikwazi ukwenza uqaqambiso lwe-syntax."
+
+#: ../data/gedit.schemas.in.h:93
+msgid "Whether gedit should highlight matching bracket."
+msgstr "Nokuba i-gedit kufuneka iqaqambise izibiyeli zongqamaniso."
+
+#: ../data/gedit.schemas.in.h:94
+msgid "Whether gedit should highlight the current line."
+msgstr "Nokuba i-gedit kufuneka iqaqambise umgca okuwo."
+
+#: ../data/gedit.schemas.in.h:95
+msgid "Whether gedit should include a document header when printing documents."
+msgstr ""
+"Nokuba i-gedit kufuneka iquke uxwebhu lwephepha lokubhalwe ngasentla xa "
+"kushicilelwa amaxwebhu."
+
+#: ../data/gedit.schemas.in.h:96
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "Nokuba i-gedit kufuneka ifake izithuba endaweni yee-tabs."
+
+#: ../data/gedit.schemas.in.h:97
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr ""
+"Nokuba i-gedit kufuneka ishicilele uqaqambiso lwe-Syntax xa kushicilelwa "
+"amaxwebhu."
+
+#: ../data/gedit.schemas.in.h:98
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr ""
+"Nokuba umgca obonakalisa ubume bokuqhubekayo emazantsi eefestile zokuhlela "
+"kufuneka ubonakale."
+
+#: ../data/gedit.schemas.in.h:99
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "Nokuba i-toolbar kufuneka ibonakale kwiifestile zokuhlela."
+
+#: ../data/gedit.schemas.in.h:100
+msgid ""
+"Whether to use the system's default colors for the editing area. If this "
+"option is turned off, then the colors of the editing area will be those "
+"specified in the \"Background Color\", \"Text Color\", \"Selected Text Color"
+"\", and \"Selection Color\" options."
+msgstr ""
+"Nokuba usebenzisa inkqubo yomiselo lombala kwindawo yokuhlela. Ukuba "
+"lenkqubo icinyiwe, ngoko imibala yendawo yokuhlela izakuba yileyaichazwee "
+"kwi \"Umbala Ongasemva\", \"Umbala Wombhalo\", \"Umbala Okhethiweyo Wombhalo"
+"\", nakwi \"Ukhetho Lombhalo\"."
+
+#: ../data/gedit.schemas.in.h:101
+msgid ""
+"Whether to use the system's default font for editing text instead of a font "
+"specific to gedit. If this option is turned off, then the font named in the "
+"\"Editor Font\" option will be used instead of the system font."
+msgstr ""
+"Nokuba usebenzisa inkqubo yomiselo lwefonti xa uhlela umbhalo wefonti "
+"echazelwe i-gedit. Ukuba lenkqubo icinyiwe, ngoko uhlobo lweifonti oluchazwe "
+"kwi \"Umhleli Wefonti\" luzakusetyenziswa kunenkqubo yefonti."
+
+#. Translators: This is the list of encodings shown by default in the Character Coding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/gedit.schemas.in.h:104
+msgid "[ISO-8859-15]"
+msgstr "[ISO-8859-15]"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for auto-detecting the encoding of a file. "CURRENT" is the current locale encoding.
+#. Only recognized encodings are used.
+#: ../data/gedit.schemas.in.h:108
+msgid "[UTF-8,CURRENT,ISO-8859-15]"
+msgstr "[UTF-8,CURRENT,ISO-8859-15]"
+
+#: ../gedit/bonobo-mdi.c:548 ../gedit/bonobo-mdi.c:2099
+#, c-format
+msgid "Activate %s"
+msgstr "Yenza ukuba i %s"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:142
+msgid "Close _without Saving"
+msgstr "Vala _ungagcinanga"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "Umbuzo"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:367
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Ukuba akugcini, iinguqu ukusuka %ld kumzuzwana wokugqibela ziza kulahleka "
+"kuphele."
+msgstr[1] ""
+"Ukuba akugcini, iinguqu ukusuka %ld kwimizuzwana yokugqibela zizakulahleka "
+"kuphele."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:376
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "Ukuba akugcini, iinguqu zomzuzu wokugqibela ziza kulahleka kuphele."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:382
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Ukuba akugcini, iinguqu ukusuka kumzuzu wokugqibela no%ld kwimizuzwana "
+"zizakulahleka kuphele."
+msgstr[1] ""
+"Ukuba akugcini, iinguqu ukusuka kumzuzu wokugqibela %ld nomzuzwana ziza "
+"kulahleka kuphele."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:392
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Ukuba akugcini, iinguqu ukusuka kumzuzu wokugqibela %ld ziza kulahleka "
+"kuphele."
+msgstr[1] ""
+"Ukuba akugcini, iinguqu ukusuka kwimizuzu yokugqibela %ld ziza kulahleka "
+"kuphele."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:407
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:428
+#, c-format
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "Ukuba akugcini, iinguqu zeyure yokugqibela ziza kulahleka kuphele."
+msgstr[1] ""
+"Ukuba akugcini, iinguqu zeyure %d zokugqibela ziza kulahleka kuphele."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:413
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Ukuba akugcini, iinguqu ezenziwe kwiyure yokugqibela ne %d mzuzu iza "
+"kulahleka kuphele."
+msgstr[1] ""
+"Ukuba akugcini, iinguqu ezenziwe kwiyure yokugqibela %d mizuzu ziza "
+"kulahleka kuphele."
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:472
+#, c-format
+msgid "Save the changes to document \"%s\" before closing?"
+msgstr "Uzigcinile iinguqu kuxwebhu \"%s\"phambi kokuba uvale?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:645
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] ""
+"Kukho %d amaxwebhu aneenguqu ezingagcinwanga. Ufuna ukugcina iinguqu phambi "
+"kokuba uvale?"
+msgstr[1] ""
+"Kukho %d uxwebhu olunenguqu ezingagcinwanga. Ufuna ukugcina iinguqu phambi "
+"kokuba uvale?"
+
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:662
+msgid "S_elect the documents you want to save:"
+msgstr "_Khetha amaxwebhu ofuna ukuwagcina:"
+
+#. Secondary label
+#: ../gedit/dialogs/gedit-close-confirmation-dialog.c:679
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "Ukuba akugcini, zonke iinguqu zakho zizakulahleka kuphele."
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:184
+msgid "Go to Line"
+msgstr "Yiya emgceni"
+
+#: ../gedit/dialogs/gedit-dialog-goto-line.c:197
+msgid "_Go to Line"
+msgstr "_Yiya emgceni"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:136
+#: ../gedit/dialogs/gedit-dialog-replace.c:1140 ../gedit/gedit-commands.c:383
+#, c-format
+msgid "The text \"%s\" was not found."
+msgstr "Umbhalo \"%s\"awufunyanwanga."
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:269
+#: ../gedit/dialogs/replace.glade2.h:4 ../gedit/gedit-ui.xml.h:46
+msgid "Replace"
+msgstr "Beka endaweni yenye"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:282
+msgid "Replace _All"
+msgstr "Beka Endaweni Yazo _Zonke"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:285
+#: ../gedit/gedit-file-selector-util.c:114 ../plugins/savecopy/savecopy.c:369
+msgid "_Replace"
+msgstr "_Beka Endaweni Yenye"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:402 ../gedit/gedit-ui.xml.h:17
+msgid "Find"
+msgstr "Fumana"
+
+#: ../gedit/dialogs/gedit-dialog-replace.c:1149
+#, c-format
+msgid "Found and replaced %d occurrence."
+msgid_plural "Found and replaced %d occurrences."
+msgstr[0] "Iziganeko ezifunyenweyo zaphinda zabuyiselwa %d."
+msgstr[1] "Isiganeko esifunyenweyo saphinda sabuyiselwa %d."
+
+#: ../gedit/dialogs/gedit-dialog-uri.c:91
+msgid "Open Location"
+msgstr "Indawo evulekileyo"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:72
+#, c-format
+msgid "There was an error displaying help: %s"
+msgstr "Kubekho impazamo ekuboniseni uncedo: %s"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:355
+#: ../gedit/dialogs/gedit-encodings-dialog.c:423
+msgid "_Description"
+msgstr "_Inkcaza"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.c:364
+#: ../gedit/dialogs/gedit-encodings-dialog.c:432
+msgid "_Encoding"
+msgstr "_Ukunxulumana"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:1
+msgid "A_vailable encodings:"
+msgstr "Unxulumano _olufumanekayo:"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:2
+msgid "Character codings"
+msgstr "Uphawu lweekhowudi"
+
+#: ../gedit/dialogs/gedit-encodings-dialog.glade2.h:3
+msgid "E_ncodings shown in menu:"
+msgstr "U_nxulumano oluboniswe kwimenyu:"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:55
+msgid "Plugin"
+msgstr "Ngenisa"
+
+#: ../gedit/dialogs/gedit-plugin-manager.c:56
+msgid "Enabled"
+msgstr "Yenziwe ukuba isebenze"
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:86
+#: ../gedit/dialogs/program-location-dialog.glade2.h:2
+msgid "Set program location..."
+msgstr "Misela indawo yenkqubo..."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:116
+#, c-format
+msgid ""
+"The %s plugin uses an external program, called <tt>%s</tt>, to perform its "
+"task.\n"
+"\n"
+"Please, specify the location of the <tt>%s</tt> program."
+msgstr ""
+"Ungeniso %s olusebenzisa inkqubo engaphandle, ebizwa <tt>%s</tt>, "
+"esebenziswa ekwenzeni umsebenzi wayo.\n"
+"\n"
+"Nceda, balula indawo ye<tt>%s</tt> yenkqubo."
+
+#: ../gedit/dialogs/gedit-plugin-program-location-dialog.c:169
+msgid "The selected file is not executable."
+msgstr "Ifayili ekhethiweyo ayiphumezeki."
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:649
+msgid "Push this button to select the font to be used by the editor"
+msgstr "Cofa iqhosha ukuze ukhethe ifonti emayisetyenziswe ngumhleli"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:651
+msgid "Push this button to configure text color"
+msgstr "Cofa iqhosha ukuze umisele inkqubo yokuveza umbala wombhalo"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:653
+msgid "Push this button to configure background color"
+msgstr "Cofa iqhosha ukuze umisele inkqubo yokuveza umbala ongasemva"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:655
+msgid ""
+"Push this button to configure the color in which the selected text should "
+"appear"
+msgstr ""
+"Cofa iqhosha ukuze umisele inkqubo yokuveza umbala nalapho umbhalo "
+"okhethiweyo uza kuvela khona"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:658
+msgid ""
+"Push this button to configure the color in which the selected text should be "
+"marked"
+msgstr ""
+"Cofa iqhosha ukuze umisele inkqubo yokuveza umbala nalapho umbhalo "
+"okhethiweyo uza kuphawulwa khona"
+
+#: ../gedit/dialogs/gedit-preferences-dialog.c:1111
+msgid "Elements"
+msgstr "Izinto"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:1
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:1
+#: ../plugins/docinfo/docinfo.glade2.h:1 ../plugins/time/time.glade2.h:1
+msgid " "
+msgstr " "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:2
+msgid "<b>Automatic Indentation</b>"
+msgstr "<b>Inkqubo yokuziqalela nganeno</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:3
+msgid "<b>Bracket Matching</b>"
+msgstr "<b>Ukungqamanisa kwe Zibiyeli</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:4
+msgid "<b>Current Line</b>"
+msgstr "<b>Umgca Okuwo</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:5
+msgid "<b>Elements</b>"
+msgstr "<b>Iinto</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:6
+msgid "<b>File Saving</b>"
+msgstr "<b>Ukugcinwa Kwefayili</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:7
+msgid "<b>Font</b>"
+msgstr "<b>i-Font</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:8
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:2
+msgid "<b>Line Numbers</b>"
+msgstr "<b>Amanani Omgca</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:9
+msgid "<b>Right Margin</b>"
+msgstr "<b>Umgca Wasekunene</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:10
+msgid "<b>Tab Stops</b>"
+msgstr "<b>u-Tab Uyama</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:11
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:3
+msgid "<b>Text Wrapping</b>"
+msgstr "<b>Uqhubekeko-magama</b>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:12
+msgid "<span weight=\"bold\">Colors</span>"
+msgstr "<span weight=\"bold\">Imibala</span>"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:13
+#: ../plugins/taglist/HTML.tags.xml.in.h:23
+msgid "Bold"
+msgstr "Ngqindilili"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:14
+msgid "Create a _backup copy of files before saving"
+msgstr "Seka ikopi yo_khuselo yeefayili phambi kokuba ugcine"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:15
+#, fuzzy
+msgid "Display right _margin"
+msgstr "_Bonisa umgca wasekunene"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:16
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:4
+msgid "Do not _split words over two lines"
+msgstr "Musa uku_wohlula amagama phezu kwemigca emibini"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:17
+msgid "Editor"
+msgstr "Umhleli wombhalo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:18
+msgid "Editor _font: "
+msgstr "Umhleli we_fonti: "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:19
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:5
+msgid "Enable text _wrapping"
+msgstr "Yenza isebenze iqhubekeko_magama"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:20
+msgid "Font & Colors"
+msgstr "Ifonti Nemibala"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:21
+msgid "Hi_ghlight current line"
+msgstr "Qa_qambisa umgca okuwo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:22
+msgid "Highlight _mode:"
+msgstr "Inkqubo _yokuqaqambisa:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:23
+#, fuzzy
+msgid "Highlight matching _bracket"
+msgstr "Qaqambisa izibiyeli zokungqamanisa"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:24
+msgid "Insert _spaces instead of tabs"
+msgstr "Faka i_zithuba endaweni yee-tabs"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:25
+msgid "Italic"
+msgstr "I-Italic"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:26
+msgid "Normal _text color:"
+msgstr "Umbala wo_mbhalo oqhelekileyo:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:27
+msgid "Pick a color"
+msgstr "Khetha umbala"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:28
+msgid "Pick the background color"
+msgstr "Khetha umbala wanga semva"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:29
+msgid "Pick the editor font"
+msgstr "Khetha umhleli wefonti"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:30
+msgid "Pick the normal text color"
+msgstr "Khetha umbala wombhalo oqhelekileyo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:31
+msgid "Pick the selected text color"
+msgstr "Khetha umbala wombhalo ochongiweyo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:32
+msgid "Pick the selection color"
+msgstr "Khetha umbala wokhetho"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:33
+msgid "Plugins"
+msgstr "Izingeniso"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:34
+msgid "Preferences"
+msgstr "Uluhlu Lwezinto Ezikhethwayo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:35
+msgid "Se_lection color:"
+msgstr "Um_bala wokhetho:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:36
+msgid "Selecte_d text color:"
+msgstr "Umbala wombhalo okhethiweyo:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:37
+msgid "Strikethrough"
+msgstr "Cima ngokukrwela umgca"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:38
+msgid "Syntax Highlighting"
+msgstr "Ukuqaqambiswa lwe-Syntax"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:39
+msgid "U_se default theme colors"
+msgstr "_Sebenzisa imibala emiselweyo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:40
+msgid "Underline"
+msgstr "Krwela umgca ngaphantsi"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:41
+msgid "View"
+msgstr "Okubonakalayo"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:42
+msgid "_Autosave files every"
+msgstr "_Zigcinele iifayili qhonge"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:43
+msgid "_Background color:"
+msgstr "Umbala wanga_semva:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:44
+msgid "_Background:"
+msgstr "_Okungasemva:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:45
+msgid "_Display line numbers"
+msgstr "_Bonisa kwiskrini amanani omgca"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:46
+msgid "_Enable automatic indentation"
+msgstr "_Yenza ukuba iziqalele ngokwayo nganeno"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:47
+msgid "_Enable syntax highlighting"
+msgstr "_Qaqambisa ulwakhiwo lwezivakalisi"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:48
+msgid "_Foreground:"
+msgstr "_Okuvele ngaphambili:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:49
+msgid "_Reset to Default "
+msgstr "_Phinda umisele inkqubo yekhompyutha "
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:50
+msgid "_Right margin at column:"
+msgstr "Imida yephepha _engasekunene emhlathini:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:51
+msgid "_Tab width:"
+msgstr "Ububanzi be-_Tab:"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:52
+msgid "_Use default theme font"
+msgstr "_Sebenzisa emiselweyo umxholo wefonti"
+
+#: ../gedit/dialogs/gedit-preferences.glade2.h:53
+msgid "_minutes"
+msgstr "ii_mizuzu"
+
+#: ../gedit/dialogs/goto-line.glade2.h:1
+msgid "Goto Line"
+msgstr "Umgca otsiba-tsibayo"
+
+#: ../gedit/dialogs/goto-line.glade2.h:2
+msgid "_Line number:"
+msgstr "Inani lo_mgca:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:6
+msgid "Fonts"
+msgstr "Iifonti"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:7
+msgid "General"
+msgstr "Jikelele"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:8
+msgid "He_aders and footers:"
+msgstr "Okuvela emantla_nokuvela emazantsi ephepha:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:9
+msgid "Page Setup"
+msgstr "Ummiselo Wephepha"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:10
+msgid "Print _line numbers"
+msgstr "Shicilela amanani o_mgca"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:11
+msgid "Print s_yntax highlighting"
+msgstr "Shicilela uqaqambiso we-s_yntax"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:12
+msgid "_Body:"
+msgstr "_Okuqulathiweyo:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:13
+msgid "_Line numbers:"
+msgstr "Amanani o_mgca:"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:14
+msgid "_Number every"
+msgstr "_Nombola konke"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:15
+msgid "_Print page headers"
+msgstr "_Shicilela iphepha lokubhalwe emantla"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:16
+msgid "_Restore Default Fonts"
+msgstr "_Buyisela iifonti ezimiselweyo"
+
+#: ../gedit/dialogs/page-setup-dialog.glade2.h:17
+msgid "lines"
+msgstr "imigca"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:1
+msgid "C_onfigure Plugin"
+msgstr "_Misela Inkqubo Yongeniso"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:2
+msgid "_About Plugin"
+msgstr "_Malunga Nongeniso"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:3
+msgid "button1"
+msgstr "iqhosha1"
+
+#: ../gedit/dialogs/plugin-manager.glade2.h:4
+msgid "dialog1"
+msgstr "unxibelelwano1"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:1
+msgid "Browse for program location..."
+msgstr "Khangela indawo yenkqubo..."
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:3
+msgid "_Location to search for:"
+msgstr "_Indawo yokukhangelela:"
+
+#: ../gedit/dialogs/program-location-dialog.glade2.h:4
+msgid "label"
+msgstr "ilebhile"
+
+#: ../gedit/dialogs/replace.glade2.h:1 ../gedit/dialogs/uri.glade2.h:1
+#: ../plugins/shell_output/shell_output.glade2.h:1
+#: ../plugins/spell/spell-checker.glade2.h:1 ../plugins/time/time.glade2.h:2
+msgid "*"
+msgstr "*"
+
+#: ../gedit/dialogs/replace.glade2.h:2 ../gedit/gedit-ui.xml.h:19
+msgid "Find Next"
+msgstr "Fumana Egqithileyo"
+
+#: ../gedit/dialogs/replace.glade2.h:3
+msgid "Match _entire word only"
+msgstr "Dibanisa igama _elipheleleyo qha"
+
+#: ../gedit/dialogs/replace.glade2.h:5
+msgid "Replace All"
+msgstr "Beka Zonke Endaweni Yezinye"
+
+#: ../gedit/dialogs/replace.glade2.h:6
+msgid "Replace _with: "
+msgstr "Beka endaweni yazo _nge: "
+
+#: ../gedit/dialogs/replace.glade2.h:7
+msgid "Search _backwards"
+msgstr "Khangela usiya _ngasemva"
+
+#: ../gedit/dialogs/replace.glade2.h:8
+msgid "_Match case"
+msgstr "_Ngqamanisa unobumba"
+
+#: ../gedit/dialogs/replace.glade2.h:9
+msgid "_Search for: "
+msgstr "_Khangela i: "
+
+#: ../gedit/dialogs/replace.glade2.h:10
+msgid "_Wrap around"
+msgstr "U_qhubeleko-magama kumacala onke"
+
+#: ../gedit/dialogs/uri.glade2.h:2
+msgid "Ch_aracter coding:"
+msgstr "Ikhowudi _yoonobumba:"
+
+#: ../gedit/dialogs/uri.glade2.h:3
+msgid "Enter the _location (URI) of the file you would like to open:"
+msgstr "Faka _indawo (URI) yefayili ongathanda ukuyivula:"
+
+#: ../gedit/dialogs/uri.glade2.h:4
+msgid "Open from URI"
+msgstr "Vula usuka kwi-URI"
+
+#: ../gedit/gedit-commands.c:551
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr ""
+"I-gedit ngumhleli wombhalo omncinci nokhaphu-khaphu we-Desktop ye-GNOME"
+
+#. Translators: This is a special message that shouldn't be translated
+#. literally. It is used in the about box to give credits to
+#. the translators.
+#. Thus, you should translate it to your name and email address.
+#. You can also include other translators who have contributed to
+#. this translation; in that case, please write them on separate
+#. lines seperated by newlines (\n).
+#: ../gedit/gedit-commands.c:560
+msgid "translator-credits"
+msgstr "Canonical Ltd <translations@canonical.com>"
+
+#: ../gedit/gedit-document.c:384
+#, c-format
+msgid "%s %d"
+msgstr "%s %d"
+
+#: ../gedit/gedit-document.c:384
+msgid "Unsaved Document"
+msgstr "Uxwebhu Olungagcinwanga"
+
+#: ../gedit/gedit-document.c:934 ../gedit/gedit-document.c:1488
+msgid "Invalid UTF-8 data"
+msgstr "I-UTF-8 data engafanelekanga"
+
+#: ../gedit/gedit-document.c:1750
+#, c-format
+msgid "Could not read symbolic link information for %s"
+msgstr "Ayikwazanga ukufunda inkcazelo yekhonkco elingumqondisi we %s"
+
+#: ../gedit/gedit-document.c:1796
+msgid "The file has too many symbolic links."
+msgstr "Ifayili inamakhonkco amaninzi omqondiso."
+
+#: ../gedit/gedit-document.c:1880
+#, c-format
+msgid "gedit cannot handle %s: locations in write mode."
+msgstr "I-gedit ayikwazi ukusebenza %s: iindawo ezikwinkqubo yokubhala."
+
+#: ../gedit/gedit-document.c:1887
+msgid "gedit cannot handle this kind of location in write mode."
+msgstr "I-gedit ayikwazi ukukhomba oluhlobo lwendawo ngenkqubo yokubhala."
+
+#: ../gedit/gedit-document.c:1900
+msgid "Invalid filename."
+msgstr "Igama lefayili elingafanelekanga."
+
+#: ../gedit/gedit-document.c:2051
+msgid ""
+"There is not enough disk space to save the file.\n"
+"Please free some disk space and try again."
+msgstr ""
+"Akukho sithuba saneleyo sokugcina ifayili.\n"
+"Nceda vula inxalenye yesithuba sediski ze uzame kwakhona."
+
+#: ../gedit/gedit-document.c:2056
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does "
+"not have this limitation."
+msgstr ""
+"Idiski yalapho uzama khona ukugcina ifayili inomlinganiselo wobungakanani "
+"befayili. Nceda zama ukugcina ifayili encinci okanye kwidiski engenawo lo "
+"mlinganiselo."
+
+#: ../gedit/gedit-document.c:2100
+msgid "Could not create a backup file."
+msgstr "Ayikwazanga ukudala ifayili yokhuselo."
+
+#: ../gedit/gedit-encodings-option-menu.c:204
+msgid "Auto Detected"
+msgstr "Izifumanele"
+
+#: ../gedit/gedit-encodings-option-menu.c:224
+#: ../gedit/gedit-encodings-option-menu.c:246
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "I-Current Locale (%s)"
+
+#: ../gedit/gedit-encodings-option-menu.c:307
+msgid "Add or _Remove..."
+msgstr "Yongeza okanye _Susa..."
+
+#: ../gedit/gedit-encodings.c:136 ../gedit/gedit-encodings.c:181
+#: ../gedit/gedit-encodings.c:183 ../gedit/gedit-encodings.c:185
+#: ../gedit/gedit-encodings.c:187
+msgid "Unicode"
+msgstr "i-Unicode"
+
+#: ../gedit/gedit-encodings.c:150 ../gedit/gedit-encodings.c:176
+#: ../gedit/gedit-encodings.c:222 ../gedit/gedit-encodings.c:265
+msgid "Western"
+msgstr "ENtshona"
+
+#: ../gedit/gedit-encodings.c:152 ../gedit/gedit-encodings.c:224
+#: ../gedit/gedit-encodings.c:261
+msgid "Central European"
+msgstr "Ummi wakwi nkaba yeYurophu"
+
+#: ../gedit/gedit-encodings.c:154
+msgid "South European"
+msgstr "Ummi wakuMzantsi Yurophu"
+
+#: ../gedit/gedit-encodings.c:156 ../gedit/gedit-encodings.c:172
+#: ../gedit/gedit-encodings.c:275
+msgid "Baltic"
+msgstr "Isi-Baltic"
+
+#: ../gedit/gedit-encodings.c:158 ../gedit/gedit-encodings.c:226
+#: ../gedit/gedit-encodings.c:239 ../gedit/gedit-encodings.c:243
+#: ../gedit/gedit-encodings.c:245 ../gedit/gedit-encodings.c:263
+msgid "Cyrillic"
+msgstr "Ulwimi lwase-Cyria"
+
+#: ../gedit/gedit-encodings.c:160 ../gedit/gedit-encodings.c:232
+#: ../gedit/gedit-encodings.c:273
+msgid "Arabic"
+msgstr "Isi-Arab"
+
+#: ../gedit/gedit-encodings.c:162 ../gedit/gedit-encodings.c:267
+#: ../plugins/spell/gedit-spell-checker.c:93
+msgid "Greek"
+msgstr "Ummi waseGreece"
+
+#: ../gedit/gedit-encodings.c:164
+msgid "Hebrew Visual"
+msgstr "Umfanekiso wesiHebhere"
+
+#: ../gedit/gedit-encodings.c:166 ../gedit/gedit-encodings.c:230
+#: ../gedit/gedit-encodings.c:271 ../plugins/spell/gedit-spell-checker.c:109
+msgid "Hebrew"
+msgstr "IHebhere"
+
+#: ../gedit/gedit-encodings.c:168 ../gedit/gedit-encodings.c:228
+#: ../gedit/gedit-encodings.c:269 ../plugins/spell/gedit-spell-checker.c:150
+msgid "Turkish"
+msgstr "Ummi waseTurkey"
+
+#: ../gedit/gedit-encodings.c:170
+msgid "Nordic"
+msgstr "Ulwimi lwaseYurophu kwiScandinavia"
+
+#: ../gedit/gedit-encodings.c:174
+msgid "Celtic"
+msgstr "Ulwimi lwaseYurophu"
+
+#: ../gedit/gedit-encodings.c:178 ../plugins/spell/gedit-spell-checker.c:138
+msgid "Romanian"
+msgstr "Ummi waseRomania"
+
+#: ../gedit/gedit-encodings.c:190
+msgid "Armenian"
+msgstr "Ummi waseArmenia"
+
+#: ../gedit/gedit-encodings.c:192 ../gedit/gedit-encodings.c:194
+#: ../gedit/gedit-encodings.c:208
+msgid "Chinese Traditional"
+msgstr "Ngokwesiko lwamaChina"
+
+#: ../gedit/gedit-encodings.c:196
+msgid "Cyrillic/Russian"
+msgstr "Ummi waseCyria ozinze eRussia"
+
+#: ../gedit/gedit-encodings.c:199 ../gedit/gedit-encodings.c:201
+#: ../gedit/gedit-encodings.c:203 ../gedit/gedit-encodings.c:235
+#: ../gedit/gedit-encodings.c:250
+msgid "Japanese"
+msgstr "Ummi waseJapan"
+
+#: ../gedit/gedit-encodings.c:206 ../gedit/gedit-encodings.c:237
+#: ../gedit/gedit-encodings.c:241 ../gedit/gedit-encodings.c:256
+msgid "Korean"
+msgstr "Ummi waseKorea"
+
+#: ../gedit/gedit-encodings.c:211 ../gedit/gedit-encodings.c:213
+#: ../gedit/gedit-encodings.c:215 ../gedit/gedit-encodings.c:219
+msgid "Chinese Simplified"
+msgstr "Ummi waseChina wokwenene"
+
+#: ../gedit/gedit-encodings.c:217
+msgid "Georgian"
+msgstr "Ummi waseGeorgia"
+
+#: ../gedit/gedit-encodings.c:247
+msgid "Cyrillic/Ukrainian"
+msgstr "Ummi waseCyria ozinze eUkraine"
+
+#: ../gedit/gedit-encodings.c:252 ../gedit/gedit-encodings.c:258
+#: ../gedit/gedit-encodings.c:277 ../plugins/spell/gedit-spell-checker.c:153
+msgid "Vietnamese"
+msgstr "Ummi waseVietnam"
+
+#: ../gedit/gedit-encodings.c:254
+msgid "Thai"
+msgstr "Ummi waseThailand"
+
+#: ../gedit/gedit-encodings.c:441
+msgid "Unknown"
+msgstr "Engaziwayo"
+
+#: ../gedit/gedit-file-selector-util.c:132 ../plugins/savecopy/savecopy.c:356
+#, c-format
+msgid "A file named \"%s\" already exists.\n"
+msgstr "Ifayili enegama elithi \"%s\" sele ikhona.\n"
+
+#: ../gedit/gedit-file-selector-util.c:133 ../plugins/savecopy/savecopy.c:360
+msgid "Do you want to replace it with the one you are saving?"
+msgstr "Ufuna ukufaka enye endaweni yayo nale uyigcinayo?"
+
+#: ../gedit/gedit-file-selector-util.c:142
+#, c-format
+msgid "The file \"%s\" is read-only.\n"
+msgstr "Ifayili \"%s\" yeyokufudwa qha.\n"
+
+#: ../gedit/gedit-file-selector-util.c:143
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "Ufuna ukuzama ukufaka enye endaweni yayo nale uyigcinayo?"
+
+#: ../gedit/gedit-file-selector-util.c:338 ../plugins/savecopy/savecopy.c:584
+msgid "All Files"
+msgstr "Zonke Iifayile"
+
+#: ../gedit/gedit-file-selector-util.c:346 ../plugins/savecopy/savecopy.c:592
+msgid "All Text Files"
+msgstr "Zonke Iifayile Zombhalo"
+
+#: ../gedit/gedit-file-selector-util.c:364 ../plugins/savecopy/savecopy.c:603
+msgid "_Character Coding:"
+msgstr "Uphawu lweekhowudi:"
+
+#: ../gedit/gedit-file-selector-util.c:498
+msgid "Select a file to open"
+msgstr "Khetha ifayili ofuna ukuyivula"
+
+#: ../gedit/gedit-file-selector-util.c:523
+msgid "Select files to open"
+msgstr "Khetha iifayili ofuna ukuzivula"
+
+#: ../gedit/gedit-file-selector-util.c:559
+msgid "Select a filename to save"
+msgstr "Khetha igama lefayili ofuna ukuyigcina"
+
+#: ../gedit/gedit-file.c:194
+msgid "Open File..."
+msgstr "Vula Ifayili..."
+
+#: ../gedit/gedit-file.c:250 ../gedit/gedit-file.c:390
+#, c-format
+msgid "Saving document \"%s\"..."
+msgstr "Ukugcinwa koxwebhu \"%s\"..."
+
+#: ../gedit/gedit-file.c:279 ../gedit/gedit-file.c:408
+#, c-format
+msgid "The document \"%s\" has not been saved."
+msgstr "Uxwebhu \"%s\" alugcinwanga."
+
+#: ../gedit/gedit-file.c:287 ../gedit/gedit-file.c:421
+#, c-format
+msgid "The document \"%s\" has been saved."
+msgstr "Uxwebhu \"%s\" lugciniwe."
+
+#: ../gedit/gedit-file.c:372
+msgid "Save as..."
+msgstr "Gcina njenge..."
+
+#: ../gedit/gedit-file.c:526
+#, c-format
+msgid "Revert unsaved changes to document \"%s\"?"
+msgstr "Buyisela iinguqu ezingagcinwanga kuxwebhu \"%s\"?"
+
+#: ../gedit/gedit-file.c:535
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] ""
+"Iinguqu ezenziwe kuxwebhu kumzuzwana wokugqibela %ld ziza kulahleka kuphele."
+msgstr[1] ""
+"Iinguqu ezenziwe kuxhwebhu kwimizuzwana yokugqibela %ld ziza kulahleka "
+"kuphele."
+
+#: ../gedit/gedit-file.c:544
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "Iinguqu ezenziwe kuxwebhu kumzuzu wokugqibela ziza kulahleka kuphele."
+
+#: ../gedit/gedit-file.c:550
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] ""
+"Inguqu ezenziwe kuxwebhu kumzuzu wokugqibela %ld nakumzuzwana ziza kulahleka "
+"kuphele."
+msgstr[1] ""
+"Iinguqu ezenziwe kuxwebhu kumzuzu wokugqibela %ld nakwimizuzwana yokugqibela "
+"ziza kulahleka kuphele."
+
+#: ../gedit/gedit-file.c:560
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] ""
+"Iinguqu ezenziwe kuxwebhu kumzuzu wokugqibela %ld ziza kulahleka kuphele."
+msgstr[1] ""
+"Iinguqu ezenziwe kuxwebhu kwimizuzu yokugqibela %ld ziza kulahleka kuphele."
+
+#: ../gedit/gedit-file.c:575 ../gedit/gedit-file.c:596
+#, c-format
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] ""
+"Iinguqu ezenziwe kuxwebhu kwiyure yokugqibela ziza kulahleka kuphele."
+msgstr[1] ""
+"Iinguqu ezenziwe kuxwebhu kwiyure %d zokugqibela ziza kulahleka kuphele."
+
+#: ../gedit/gedit-file.c:581
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] ""
+"Iinguqu ezenziwe kuxwebhu kwiyure yokugqibela %d nemizuzu ziza kulahleka "
+"kuphele."
+msgstr[1] ""
+"Iinguqu ezenziwe kwiyure yokugqibela %d nakumzuzu ziza kulahleka kuphele."
+
+#: ../gedit/gedit-file.c:617 ../gedit/gedit-ui.xml.h:94
+msgid "_Revert"
+msgstr "_Buyela kweyangaphambili"
+
+#: ../gedit/gedit-file.c:662
+#, c-format
+msgid "Error reverting the document \"%s\"."
+msgstr "Impazamo ibuyisela emva uxwebhu \"%s\"."
+
+#: ../gedit/gedit-file.c:670
+#, c-format
+msgid "The document \"%s\" has not been reverted."
+msgstr "Uxwebhu \"%s\" alubuyiselwanga."
+
+#: ../gedit/gedit-file.c:674
+#, c-format
+msgid "The document \"%s\" has been reverted."
+msgstr "Uxwebhu \"%s\" lubuyiselwe."
+
+#: ../gedit/gedit-file.c:702
+#, c-format
+msgid "Reverting the document \"%s\"..."
+msgstr "Ukubuyiselwa koxwebhu \"%s\"..."
+
+#: ../gedit/gedit-file.c:825
+msgid "Could not read data from stdin."
+msgstr "Ayikwazanga ukufunda i-data kwi-stdin."
+
+#: ../gedit/gedit-file.c:912
+msgid "Reverting file:"
+msgstr "Ukubuyisela ifayili:"
+
+#: ../gedit/gedit-file.c:912
+msgid "Loading file:"
+msgstr "Ukufaka ifayili:"
+
+#: ../gedit/gedit-file.c:1092 ../gedit/gedit-file.c:1333
+#, c-format
+msgid "Error loading file \"%s\""
+msgstr "Impazamo kufakwa ifayili \"%s\""
+
+#: ../gedit/gedit-file.c:1113
+#, c-format
+msgid "Loaded file \"%s\""
+msgstr "Ifayili efakiweyo \"%s\""
+
+#: ../gedit/gedit-file.c:1225
+#, c-format
+msgid "Loaded %d file"
+msgid_plural "Loaded %d files"
+msgstr[0] "Ifayili %d efakiweyo"
+msgstr[1] "Iifayili %d ezifakiweyo"
+
+#: ../gedit/gedit-file.c:1286
+#, c-format
+msgid "Created file \"%s\""
+msgstr "Ifayili edaliweyo \"%s\""
+
+#: ../gedit/gedit-file.c:1304
+#, c-format
+msgid "Loading file \"%s\"..."
+msgstr "Ukufaka ifayili \"%s\"..."
+
+#: ../gedit/gedit-file.c:1469
+#, c-format
+msgid "Loading %d file..."
+msgid_plural "Loading %d files..."
+msgstr[0] "Ukufaka ifayili %d..."
+msgstr[1] "Ukufaka iifayili %d..."
+
+#: ../gedit/gedit-io-error-dialogs.c:84
+#, c-format
+msgid "Could not find the file \"%s\""
+msgstr "Ayikwazanga ukuyifumana ifayili \"%s\""
+
+#: ../gedit/gedit-io-error-dialogs.c:86 ../gedit/gedit-io-error-dialogs.c:130
+#: ../gedit/gedit-io-error-dialogs.c:150
+msgid "Please, check that you typed the location correctly and try again."
+msgstr ""
+"Nceda, qinisekisa ukuba uyibhala ngokuchanekileyo indawo phinda uzame "
+"kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:91 ../gedit/gedit-io-error-dialogs.c:99
+#: ../gedit/gedit-io-error-dialogs.c:116 ../gedit/gedit-io-error-dialogs.c:122
+#: ../gedit/gedit-io-error-dialogs.c:135 ../gedit/gedit-io-error-dialogs.c:141
+#: ../gedit/gedit-io-error-dialogs.c:155 ../gedit/gedit-io-error-dialogs.c:171
+#: ../gedit/gedit-io-error-dialogs.c:215 ../gedit/gedit-io-error-dialogs.c:223
+#: ../gedit/gedit-io-error-dialogs.c:231 ../gedit/gedit-io-error-dialogs.c:239
+#: ../gedit/gedit-io-error-dialogs.c:246 ../gedit/gedit-io-error-dialogs.c:252
+#: ../gedit/gedit-io-error-dialogs.c:292 ../gedit/gedit-io-error-dialogs.c:313
+#: ../gedit/gedit-io-error-dialogs.c:341
+#, c-format
+msgid "Could not open the file \"%s\""
+msgstr "Ayikwazanga ukuvula ifayili \"%s\""
+
+#: ../gedit/gedit-io-error-dialogs.c:93 ../gedit/gedit-io-error-dialogs.c:406
+msgid "The file contains corrupted data."
+msgstr "Ifayili ine-data engalunganga."
+
+#: ../gedit/gedit-io-error-dialogs.c:104 ../gedit/gedit-io-error-dialogs.c:417
+#, c-format
+msgid "gedit cannot handle %s: locations."
+msgstr "I-gedit ayikwazi ukuphatha %s: iindawo."
+
+#: ../gedit/gedit-io-error-dialogs.c:109 ../gedit/gedit-io-error-dialogs.c:422
+msgid "gedit cannot handle this location."
+msgstr "I-gedit ayikwazi ukuphatha lendawo."
+
+#: ../gedit/gedit-io-error-dialogs.c:118 ../gedit/gedit-io-error-dialogs.c:431
+msgid "The file contains data in an invalid format."
+msgstr "Ifayili iqulathee i-data ekwi-format engalunganga."
+
+#: ../gedit/gedit-io-error-dialogs.c:124 ../gedit/gedit-io-error-dialogs.c:437
+msgid "The file is too big."
+msgstr "Ifayili inkulu kakhulu."
+
+#: ../gedit/gedit-io-error-dialogs.c:128
+#, c-format
+msgid "\"%s\" is not a valid location"
+msgstr "I-\"%s\" asiyondawo ifanelekileyo"
+
+#: ../gedit/gedit-io-error-dialogs.c:137 ../gedit/gedit-io-error-dialogs.c:443
+msgid "Access was denied."
+msgstr "Akuvumelekanga ukuba ungene."
+
+#: ../gedit/gedit-io-error-dialogs.c:143
+msgid ""
+"there are too many open files. Please, close some open files and try again."
+msgstr ""
+"zininzi kakhulu iifayili ezivuliweyo. Nceda, vala ezinye kweziyayili "
+"ezivuliweyo uphinde uzame."
+
+#: ../gedit/gedit-io-error-dialogs.c:148 ../gedit/gedit-io-error-dialogs.c:661
+#, c-format
+msgid "\"%s\" is a directory"
+msgstr "\"%s\" nguvimba weefayili"
+
+#: ../gedit/gedit-io-error-dialogs.c:157
+msgid ""
+"Not enough available memory to open the file. Please, close some running "
+"applications and try again."
+msgstr ""
+"Akakho uvimba wolwazi owaneleyo ukuvula ifayili. Nceda vala inxalenye "
+"yenkqubo yekompyutha ze uzame kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:185 ../gedit/gedit-io-error-dialogs.c:483
+#, c-format
+msgid ""
+"Host \"%s\" could not be found. Please, check that your proxy settings are "
+"correct and try again."
+msgstr ""
+"Umququzeleli \"%s\" akafumanekanga. Nceda, qinisekisa ukuba uyibhala "
+"ngokuchanekileyo indawo ukanti nemimiselo yakho esebenza njengomqobo "
+"ichanekile ze uzame kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:196 ../gedit/gedit-io-error-dialogs.c:207
+#: ../gedit/gedit-io-error-dialogs.c:217
+msgid ""
+"Host name was invalid. Please, check that you typed the location correctly "
+"and try again."
+msgstr ""
+"Igama lomququzeleli alilunganga. Nceda, qinisekisa ukuba uxhaxhaza indawo "
+"ngokuchankileyo ze uzame kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:225
+msgid ""
+"Host name was empty. Please, check that your proxy settings are correct and "
+"try again."
+msgstr ""
+"Igala lomququzeleli alinanto. Nceda, qinisekisa ukuba imimiselo yekhompyutha "
+"yakho esebenza njengomqobo ichanekile ze uphinde uzame."
+
+#: ../gedit/gedit-io-error-dialogs.c:233
+msgid ""
+"Attempt to log in failed. Please, check that you typed the location "
+"correctly and try again."
+msgstr ""
+"Ilinge lokungena aliphumelelanga. Nceda, qinisekisa ukuba uxhaxhaza indawo "
+"ngokuchanekileyo ze uphinde uzame kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:241
+msgid ""
+"The file contains invalid data. Probably, you are trying to open a binary "
+"file."
+msgstr ""
+"Ifayili ine-data engalunganga. Mhlawumbi, uzama ukuvula ifayili ezimbini."
+
+#: ../gedit/gedit-io-error-dialogs.c:248
+msgid "The file you are trying to open is not a regular file."
+msgstr "Ifayili ozama ukuyivula asiyofayili iqhelekileyo."
+
+#: ../gedit/gedit-io-error-dialogs.c:294
+msgid ""
+"gedit was not able to automatically detect the character coding. Please, "
+"check that you are not trying to open a binary file and try again selecting "
+"a character coding in the 'Open File...' (or 'Open Location') dialog."
+msgstr ""
+"I-gedit ayikwazanga ukuzifumanela uphawu lokukhowuda. Nceda, uqinisekise "
+"ukuba awuzami ukuvula ifayili ezimbini nokuba ukhethe uphawu lokukhowuda "
+"kwi-'Open File...' (okanye 'i-Open Location...') uzame kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:302 ../gedit/gedit-io-error-dialogs.c:328
+#, c-format
+msgid "Could not open the file \"%s\" using the %s character coding"
+msgstr "Ayikwazanga ukuvula ifayili \"%s\" isebenzisa u%s uphawu lokukhowuda."
+
+#: ../gedit/gedit-io-error-dialogs.c:305 ../gedit/gedit-io-error-dialogs.c:331
+msgid ""
+"Please, check that you are not trying to open a binary file and that you "
+"selected the right character coding in the 'Open File... ' (or 'Open "
+"Location') dialog and try again."
+msgstr ""
+"Nceda, uqinisekise ukuba awuzami ukuvula ifayili ezimbini nokuba ukhethe "
+"ikhowudi kanobumba elungileyo kwisibonisi se 'Open File...' (okanye 'Open "
+"Location...') uzame kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:315
+msgid ""
+"The file contains data in an invalid format. Probably, you are trying to "
+"open a binary file."
+msgstr ""
+"Ifayili ine-data ekwi-format engalunganga. Mhlawumbi, uzama ukuvula iifayili "
+"ezimbini."
+
+#: ../gedit/gedit-io-error-dialogs.c:397 ../gedit/gedit-io-error-dialogs.c:404
+#: ../gedit/gedit-io-error-dialogs.c:410 ../gedit/gedit-io-error-dialogs.c:429
+#: ../gedit/gedit-io-error-dialogs.c:435 ../gedit/gedit-io-error-dialogs.c:441
+#: ../gedit/gedit-io-error-dialogs.c:447 ../gedit/gedit-io-error-dialogs.c:454
+#: ../gedit/gedit-io-error-dialogs.c:469 ../gedit/gedit-io-error-dialogs.c:497
+#: ../gedit/gedit-io-error-dialogs.c:505 ../gedit/gedit-io-error-dialogs.c:511
+#: ../gedit/gedit-io-error-dialogs.c:518 ../gedit/gedit-io-error-dialogs.c:557
+#, c-format
+msgid "Could not revert the file \"%s\""
+msgstr "Ayikwazanga ukubuyela kwifayili yangaphambili \"%s\""
+
+#: ../gedit/gedit-io-error-dialogs.c:399
+msgid "gedit cannot find it. Perhaps, it has recently been deleted."
+msgstr "I-gedit ayiyifumana. Mhlawumbi, isandula kucinywa."
+
+#: ../gedit/gedit-io-error-dialogs.c:449
+msgid ""
+"There are too many open files. Please, close some open files and try again."
+msgstr ""
+"Zininzi iifayili ezivuliweyo. Nceda, vala inxalenye yezifayili zivuliweyo ze "
+"uzame kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:456
+msgid ""
+"Not enough available memory. Please, close some running applications and try "
+"again."
+msgstr ""
+"Akakho uvimba wolwazi owaneleyo ukuvula ifayili. Nceda vala inxalenye "
+"yenkqubo yekompyutha ze uzame kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:499
+msgid ""
+"The host name was empty. Please, check that your proxy settings are correct "
+"and try again."
+msgstr ""
+"Igama lomququzeleli belingenanto. Nceda, qinisekisa ukuba imimiselo yakho "
+"yekhompyutha esebenza njengomqobo ichanekile ze uphinde uzame."
+
+#: ../gedit/gedit-io-error-dialogs.c:507
+msgid "Attempt to log in failed."
+msgstr "Ilinge lokungena aliphumelelanga."
+
+#: ../gedit/gedit-io-error-dialogs.c:513
+msgid ""
+"The file contains invalid UTF-8 data. Probably, you are trying to revert a "
+"binary file."
+msgstr ""
+"Ifayili ine-data engalunganga ye-UTF-8. Mhlawumbi, uzama ukubuyiselaiifayili "
+"ezimbini."
+
+#: ../gedit/gedit-io-error-dialogs.c:520
+msgid "It is not possible to revert an Untitled document."
+msgstr "Akukho nzima ukubuyela kuxwebhu olungenasihloko."
+
+#: ../gedit/gedit-io-error-dialogs.c:607
+#, c-format
+msgid "Could not save the file \"%s\""
+msgstr "Ayikwazanga ukugcina ifayili \"%s\"."
+
+#: ../gedit/gedit-io-error-dialogs.c:656
+#, c-format
+msgid "The file \"%s\" already exists"
+msgstr "Ifayili \"%s\" sele ikhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:662
+msgid "Please, check that you typed the location correctly."
+msgstr ""
+"Nceda, qinisekisa ukuba uyibhala ngokuchanekileyo indawo phinda uzame "
+"kwakhona."
+
+#: ../gedit/gedit-io-error-dialogs.c:668 ../gedit/gedit-io-error-dialogs.c:674
+#: ../gedit/gedit-io-error-dialogs.c:680 ../gedit/gedit-io-error-dialogs.c:687
+#: ../gedit/gedit-io-error-dialogs.c:694
+#, c-format
+msgid "Could not create the file \"%s\""
+msgstr "Ayikwazanga ukudala ifayili \"%s\"."
+
+#: ../gedit/gedit-io-error-dialogs.c:670
+msgid "Make sure you have the appropriate write permissions."
+msgstr "Qinisekisa ukuba unemvume ezifanelekileyo zokubhala."
+
+#: ../gedit/gedit-io-error-dialogs.c:676
+msgid "The file name is too long."
+msgstr "Igama lefayili lide kakhulu."
+
+#: ../gedit/gedit-io-error-dialogs.c:682
+msgid ""
+"A directory component in the file name does not exist or is a dangling "
+"symbolic link."
+msgstr ""
+"Ilungu likavimba weefayili egameni lefayili alikho okanye yi-dangling "
+"symbolic link."
+
+#: ../gedit/gedit-io-error-dialogs.c:689
+msgid ""
+"There is not enough disk space to create the file. Please free some disk "
+"space and try again."
+msgstr ""
+"Akukho sithuba saneleyo kwidiski ukudala ifayili. Nceda khulula esinye "
+"isithuba sediski ze uphinde uzame kwakhona."
+
+#. Read only
+#: ../gedit/gedit-mdi-child.c:249
+msgid "RO"
+msgstr "Funda Kuphela"
+
+#. Add the detach tab button
+#: ../gedit/gedit-mdi-child.c:650 ../gedit/gedit-ui.xml.h:85
+msgid "_Move to New Window"
+msgstr "_Shenxela kwifayili entsha"
+
+#: ../gedit/gedit-mdi-child.c:803
+msgid "Unicode (UTF-8)"
+msgstr "i-Unicode (UTF-8)"
+
+#: ../gedit/gedit-mdi-child.c:813
+msgid "Name:"
+msgstr "Igama:"
+
+#: ../gedit/gedit-mdi-child.c:814
+msgid "MIME Type:"
+msgstr "Uhlobo lweMIME:"
+
+#: ../gedit/gedit-mdi-child.c:815
+msgid "Encoding:"
+msgstr "Ukunxulumanisa:"
+
+#. Translators: %s is a URI
+#: ../gedit/gedit-mdi.c:260 ../gedit/gedit-mdi.c:463
+#, c-format
+msgid "Open '%s'"
+msgstr "Vula '%s'"
+
+#: ../gedit/gedit-mdi.c:538
+msgid "Open a recently used file"
+msgstr "Vula ifayili esandula kusetyenziswa"
+
+#: ../gedit/gedit-mdi.c:1477 ../gedit/gedit-mdi.c:1479
+msgid "Read Only"
+msgstr "Funda Kuphela"
+
+#: ../gedit/gedit-mdi.c:2103
+msgid "Normal"
+msgstr "Iqhelekile"
+
+#: ../gedit/gedit-mdi.c:2104
+msgid "Use Normal highlight mode"
+msgstr "Sebenzisa inkqubo yokuqaqambisa eqhelekileyo"
+
+#: ../gedit/gedit-mdi.c:2180
+#, c-format
+msgid "Use %s highlight mode"
+msgstr "Sebenzisa %s inkqubo yokuqaqambisa"
+
+#: ../gedit/gedit-output-window.c:378
+msgid "Close the output window"
+msgstr "Vala ifestile yeziphumo"
+
+#: ../gedit/gedit-output-window.c:416
+msgid "Copy selected lines"
+msgstr "Kopa imigca ekhethiweyo"
+
+#: ../gedit/gedit-output-window.c:436
+msgid "Clear the output window"
+msgstr "Cima ifestile yeziphumo"
+
+#: ../gedit/gedit-output-window.c:476
+msgid "Output Lines"
+msgstr "Imigca yeziphumo"
+
+#: ../gedit/gedit-prefs-manager.c:175
+msgid "Cannot initialize preferences manager."
+msgstr "Ayikwazi ukuqalisa ngokukhetha uluhlu lwezinto zomphathi."
+
+#: ../gedit/gedit-prefs-manager.c:1326
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Elindelekileyo `%s' efumanekileyo `%s' kandoqo %s"
+
+#: ../gedit/gedit-print.c:219 ../gedit/gedit-ui.xml.h:37
+msgid "Print"
+msgstr "Shicilela"
+
+#: ../gedit/gedit-print.c:228 ../plugins/docinfo/docinfo.glade2.h:7
+msgid "Lines"
+msgstr "Imigca"
+
+#: ../gedit/gedit-print.c:330
+msgid "Preparing pages..."
+msgstr "Lungiselela amaphepha..."
+
+#: ../gedit/gedit-print.c:357
+#, c-format
+msgid "Rendering page %d of %d..."
+msgstr "Iphepha lenguqulo %d ye %d..."
+
+#: ../gedit/gedit-print.c:359
+#, c-format
+msgid "Printing page %d of %d..."
+msgstr "Ushicilelo-phepha lwe %d kwayi %d..."
+
+#: ../gedit/gedit-print.c:381 ../gedit/gedit-ui.xml.h:40
+msgid "Print preview"
+msgstr "Shicilela oqale wakujonga"
+
+#: ../gedit/gedit-print.c:551
+#, c-format
+msgid "File: %s"
+msgstr "Ifayili: %s"
+
+#: ../gedit/gedit-print.c:557
+msgid "Page %N of %Q"
+msgstr "Iphepha %N of %Q"
+
+#: ../gedit/gedit-ui.xml.h:1
+msgid "About this application"
+msgstr "Malunga nenkqubo yekhompyutha"
+
+#: ../gedit/gedit-ui.xml.h:2
+msgid "Change the visibility of the output window in the current window"
+msgstr "Guqula imbonakalo yefestile yeziphumo kwifestile evelileyo"
+
+#: ../gedit/gedit-ui.xml.h:3
+msgid "Change the visibility of the statusbar in the current window"
+msgstr ""
+"Guqula imbonakalo yomgca obonakalisa ubume bokuqhubekayo kwifestile evelileyo"
+
+#: ../gedit/gedit-ui.xml.h:4
+msgid "Change the visibility of the toolbar in the current window"
+msgstr "Guqula imbonakalo ye-toolbar kwifestile ekhoyo"
+
+#: ../gedit/gedit-ui.xml.h:5
+msgid "Close"
+msgstr "Vala"
+
+#: ../gedit/gedit-ui.xml.h:6
+msgid "Close all open files"
+msgstr "Vala zonke iifayili ezivuliweyo"
+
+#: ../gedit/gedit-ui.xml.h:7
+msgid "Close the current file"
+msgstr "Vala ifayili ekhoyo"
+
+#: ../gedit/gedit-ui.xml.h:8
+msgid "Configure the application"
+msgstr "Misela inkqubo yekhompyutha"
+
+#: ../gedit/gedit-ui.xml.h:9
+msgid "Copy"
+msgstr "Kopa"
+
+#: ../gedit/gedit-ui.xml.h:10
+msgid "Copy the selection"
+msgstr "Kopa ukhetho"
+
+#: ../gedit/gedit-ui.xml.h:11
+msgid "Create a new document"
+msgstr "Dala olunye uxwebhu"
+
+#: ../gedit/gedit-ui.xml.h:12
+msgid "Cu_t"
+msgstr "S_ika"
+
+#: ../gedit/gedit-ui.xml.h:13
+msgid "Cut"
+msgstr "Sika"
+
+#: ../gedit/gedit-ui.xml.h:14
+msgid "Cut the selection"
+msgstr "Sika ukhetho"
+
+#: ../gedit/gedit-ui.xml.h:15
+msgid "Delete"
+msgstr "Cima"
+
+#: ../gedit/gedit-ui.xml.h:16
+msgid "Delete the selected text"
+msgstr "Cima umbhalo olandelayo okhethiweyo"
+
+#: ../gedit/gedit-ui.xml.h:18
+msgid "Find Ne_xt"
+msgstr "Fumana oku_landelayo"
+
+#: ../gedit/gedit-ui.xml.h:20
+msgid "Find Pre_vious"
+msgstr "Fumana eza_ngaphambili"
+
+#: ../gedit/gedit-ui.xml.h:21
+msgid "Find Previous"
+msgstr "Fumana egqithileyo"
+
+#: ../gedit/gedit-ui.xml.h:22
+msgid "Go to _Line..."
+msgstr "Yiya _Emgceni..."
+
+#: ../gedit/gedit-ui.xml.h:23
+msgid "Go to a specific line"
+msgstr "Yiya kumgca ochaziweyo"
+
+#: ../gedit/gedit-ui.xml.h:24
+msgid "Main toolbar"
+msgstr "I-toolbar engundoqo"
+
+#: ../gedit/gedit-ui.xml.h:25
+msgid "Move the current document to a new window"
+msgstr "Shenxisela uxwebhu olukhoyo kwifestle entsha"
+
+#: ../gedit/gedit-ui.xml.h:26
+msgid "New"
+msgstr "Entsha"
+
+#: ../gedit/gedit-ui.xml.h:27
+msgid "Open"
+msgstr "Vula"
+
+#: ../gedit/gedit-ui.xml.h:28
+msgid "Open Location..."
+msgstr "Indawo Evulekileyo..."
+
+#: ../gedit/gedit-ui.xml.h:29
+msgid "Open _Location..."
+msgstr "_Indawo Evulekileyo..."
+
+#: ../gedit/gedit-ui.xml.h:30
+msgid "Open a file"
+msgstr "Vula ifayili"
+
+#: ../gedit/gedit-ui.xml.h:31
+msgid "Open a file from a specified location"
+msgstr "Vula ifayili kwindawo evulekileyo"
+
+#: ../gedit/gedit-ui.xml.h:32
+msgid "Open the gedit manual"
+msgstr "Vula uxwebhu lwe-gedit"
+
+#: ../gedit/gedit-ui.xml.h:33
+msgid "Page Set_up"
+msgstr "U_miselo Lwephepha"
+
+#: ../gedit/gedit-ui.xml.h:34
+msgid "Paste"
+msgstr "Ncamathisela"
+
+#: ../gedit/gedit-ui.xml.h:35
+msgid "Paste the clipboard"
+msgstr "Ncamathisela i-clipboard"
+
+#: ../gedit/gedit-ui.xml.h:36
+msgid "Pr_eferences"
+msgstr "Uluhlu lwezinto ezi_khethwayo"
+
+#: ../gedit/gedit-ui.xml.h:38
+msgid "Print Previe_w..."
+msgstr "Shicilela Oqale Waku_jonga..."
+
+#: ../gedit/gedit-ui.xml.h:39
+msgid "Print Preview"
+msgstr "Ukuqala Ujonge Phambi Koshicilelo"
+
+#: ../gedit/gedit-ui.xml.h:41
+msgid "Print the current file"
+msgstr "Shicilela ifayili ekhoyo"
+
+#: ../gedit/gedit-ui.xml.h:42
+msgid "Quit"
+msgstr "Phuma"
+
+#: ../gedit/gedit-ui.xml.h:43
+msgid "Quit the program"
+msgstr "Phuma kwinkqubo"
+
+#: ../gedit/gedit-ui.xml.h:44
+msgid "Redo"
+msgstr "Yenza kwakhona"
+
+#: ../gedit/gedit-ui.xml.h:45
+msgid "Redo the undone action"
+msgstr "Yenza kwakhona umsebenzi ongenziwanga"
+
+#: ../gedit/gedit-ui.xml.h:47
+msgid "Revert"
+msgstr "Buyela kweyangaphambili"
+
+#: ../gedit/gedit-ui.xml.h:48
+msgid "Revert to a saved version of the file"
+msgstr "Buyela kuhlobo olugciniweyo lwefayili"
+
+#: ../gedit/gedit-ui.xml.h:49
+msgid "Save"
+msgstr "Gcina"
+
+#: ../gedit/gedit-ui.xml.h:50
+msgid "Save As"
+msgstr "Gcina Njenge"
+
+#: ../gedit/gedit-ui.xml.h:51
+msgid "Save _As..."
+msgstr "Gcina _Njenge..."
+
+#: ../gedit/gedit-ui.xml.h:52
+msgid "Save all open files"
+msgstr "Gcina zonke iifayili ezivuliweyo"
+
+#: ../gedit/gedit-ui.xml.h:53
+msgid "Save the current file"
+msgstr "Gcina ifayili ekhoyo"
+
+#: ../gedit/gedit-ui.xml.h:54
+msgid "Save the current file with a different name"
+msgstr "Gcina ifayili ekhoyo enegama elohlukileyo"
+
+#: ../gedit/gedit-ui.xml.h:55
+msgid "Search backwards for the same text"
+msgstr "Khangela ubheka usiya ngasemva ufuna lo mbhalo mnye"
+
+#: ../gedit/gedit-ui.xml.h:56
+msgid "Search for and replace text"
+msgstr "Khangela ze ubeke endaweni yombhalo"
+
+#: ../gedit/gedit-ui.xml.h:57
+msgid "Search for text"
+msgstr "Khangela umbhalo"
+
+#: ../gedit/gedit-ui.xml.h:58
+msgid "Search forwards for the same text"
+msgstr "Khangela ubheka phambili ufuna lo mbhalo mnye"
+
+#: ../gedit/gedit-ui.xml.h:59
+msgid "Select All"
+msgstr "Khetha konke"
+
+#: ../gedit/gedit-ui.xml.h:60
+msgid "Select _All"
+msgstr "Khetha _Konke"
+
+#: ../gedit/gedit-ui.xml.h:61
+msgid "Select the entire document"
+msgstr "Khetha lonke uxwebhu"
+
+#: ../gedit/gedit-ui.xml.h:62
+msgid ""
+"Set toolbar button style according to desktop Menu and Toolbar Preferences"
+msgstr ""
+"Misela uhlobo lweqhosha le-toolbar ngokwe menyu ye-desktop noluhlu lwezinto "
+"ezikhethiweyo ze-Toolbar"
+
+#: ../gedit/gedit-ui.xml.h:63
+msgid "Setup the page settings"
+msgstr "Yenza ummiselo wamaphepha"
+
+#: ../gedit/gedit-ui.xml.h:64
+msgid "Show only icons in the toolbar"
+msgstr "Bonisa kuphela imifanekiso engumqondiso kwi-toolbar"
+
+#: ../gedit/gedit-ui.xml.h:65
+msgid "Show text below every icon in the toolbar"
+msgstr "Bonisa umbhalo ongezantsi wonke umfanekiso ongumqondiso kwi-toolbar"
+
+#: ../gedit/gedit-ui.xml.h:66
+msgid "Show text only beside important icons in the toolbar"
+msgstr ""
+"Bonisa umbhalo kuphela ngaphandle kwemifanekiso engumqondiso ebalulekileyo "
+"kwi-toolbar"
+
+#: ../gedit/gedit-ui.xml.h:67
+msgid "T_ext for Important Icons"
+msgstr "_Umbhalo wemifanekiso engumqondiso ebalulekileyo"
+
+#: ../gedit/gedit-ui.xml.h:68
+msgid "Undo"
+msgstr "Buyisela okwenzileyo"
+
+#: ../gedit/gedit-ui.xml.h:69
+msgid "Undo the last action"
+msgstr "Buyisela intshukumo yokugqibela"
+
+#: ../gedit/gedit-ui.xml.h:70
+msgid "_About"
+msgstr "_Malunga"
+
+#: ../gedit/gedit-ui.xml.h:71
+msgid "_Close"
+msgstr "_Vala"
+
+#: ../gedit/gedit-ui.xml.h:72
+msgid "_Close All"
+msgstr "_Vala konke"
+
+#: ../gedit/gedit-ui.xml.h:73
+msgid "_Contents"
+msgstr "_Iziqulatho"
+
+#: ../gedit/gedit-ui.xml.h:74
+msgid "_Copy"
+msgstr "_Kopa"
+
+#: ../gedit/gedit-ui.xml.h:75
+msgid "_Customize Toolbar"
+msgstr "_Zenzelele eyakho oyithandayo ii-Toolbar"
+
+#: ../gedit/gedit-ui.xml.h:76
+msgid "_Delete"
+msgstr "_Cima"
+
+#: ../gedit/gedit-ui.xml.h:77
+msgid "_Desktop Default"
+msgstr "I-_Desktop Emiselweyo"
+
+#: ../gedit/gedit-ui.xml.h:78
+msgid "_Documents"
+msgstr "_Amaxwebhu"
+
+#: ../gedit/gedit-ui.xml.h:79
+msgid "_Edit"
+msgstr "_Hlela"
+
+#: ../gedit/gedit-ui.xml.h:80
+msgid "_File"
+msgstr "I_fayili"
+
+#: ../gedit/gedit-ui.xml.h:81
+msgid "_Find..."
+msgstr "_Fumana..."
+
+#: ../gedit/gedit-ui.xml.h:82
+msgid "_Help"
+msgstr "_Uncedo"
+
+#: ../gedit/gedit-ui.xml.h:83
+msgid "_Highlight Mode"
+msgstr "_Inkqubo Yokuqaqambisa"
+
+#: ../gedit/gedit-ui.xml.h:84
+msgid "_Icons Only"
+msgstr "_Imifanekiso ekhethiweyo kuphela"
+
+#: ../gedit/gedit-ui.xml.h:86
+msgid "_New"
+msgstr "i_Entsha"
+
+#: ../gedit/gedit-ui.xml.h:87
+msgid "_Open..."
+msgstr "_Vula..."
+
+#: ../gedit/gedit-ui.xml.h:88
+msgid "_Output Window"
+msgstr "Ifestile _Yeziphumo"
+
+#: ../gedit/gedit-ui.xml.h:89
+msgid "_Paste"
+msgstr "_Ncamathisela"
+
+#: ../gedit/gedit-ui.xml.h:90
+msgid "_Print..."
+msgstr "_Shicilela..."
+
+#: ../gedit/gedit-ui.xml.h:91
+msgid "_Quit"
+msgstr "_Phuma"
+
+#: ../gedit/gedit-ui.xml.h:92
+msgid "_Redo"
+msgstr "_Yenze kwakhona"
+
+#: ../gedit/gedit-ui.xml.h:93
+msgid "_Replace..."
+msgstr "_Buyisela endaweni yenye..."
+
+#: ../gedit/gedit-ui.xml.h:95
+msgid "_Save"
+msgstr "_Gcina"
+
+#: ../gedit/gedit-ui.xml.h:96
+msgid "_Save All"
+msgstr "_Gcina konke"
+
+#: ../gedit/gedit-ui.xml.h:97
+msgid "_Search"
+msgstr "_Khangela"
+
+#: ../gedit/gedit-ui.xml.h:98
+msgid "_Statusbar"
+msgstr "_Umgca wokubonakalisa okuqhubekayo"
+
+#: ../gedit/gedit-ui.xml.h:99
+msgid "_Text for All Icons"
+msgstr "_Umbhalo wayo yonke imifanekiso engumqondiso"
+
+#: ../gedit/gedit-ui.xml.h:100
+msgid "_Toolbar"
+msgstr "I-_Toolbar"
+
+#: ../gedit/gedit-ui.xml.h:101
+msgid "_Tools"
+msgstr "_Izixhobo"
+
+#: ../gedit/gedit-ui.xml.h:102
+msgid "_Undo"
+msgstr "_Buyisela"
+
+#: ../gedit/gedit-ui.xml.h:103
+msgid "_View"
+msgstr "_Okubonakalayo"
+
+#: ../gedit/gedit-utils.c:686
+msgid " (invalid Unicode)"
+msgstr " (i-Unicode engalunganga)"
+
+#.
+#. if (col == chars)
+#. msg = g_strdup_printf (_(" Ln %d, Col %d"), row + 1, col + 1);
+#. else
+#. msg = g_strdup_printf (_(" Ln %d, Col %d-%d"), row + 1, chars + 1, col + 1);
+#.
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-view.c:879
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " Ln %d, Col %d"
+
+#: ../gedit/gedit-view.c:915
+msgid " OVR"
+msgstr " OVR"
+
+#: ../gedit/gedit-view.c:917
+msgid " INS"
+msgstr " INS"
+
+#: ../gedit/gedit2.c:83
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr ""
+"Misela ikhowudi yonobumba eza kusenyenziswa ukuvula ifayili ezikuluhlu kwi-"
+"command line"
+
+#: ../gedit/gedit2.c:86
+msgid "Quit an existing instance of gedit"
+msgstr "Phuma kwekhoyo i-gedit"
+
+#: ../gedit/gedit2.c:89
+msgid "Create a new toplevel window in an existing instance of gedit"
+msgstr "Dala ifestile entsha esemngangatweni ophezulu kule ikhoyo i-gedit"
+
+#: ../gedit/gedit2.c:92
+msgid "Create a new document in an existing instance of gedit"
+msgstr "Dala ixwebhu olutsha kwi-gedit ekhoyo"
+
+#: ../gedit/gedit2.c:168
+#, c-format
+msgid "The specified encoding \"%s\" is not valid\n"
+msgstr "Ukunxulumana okuchaziweyo \"%s\" akulunganga\n"
+
+#: ../gedit/gedit-convert.c:91
+msgid "The file you are trying to open contains an invalid byte sequence."
+msgstr "Ifayili ozama ukuyivula inokulandelana kwe-byte engalunganga."
+
+#: ../gedit/gedit-convert.c:160 ../gedit/gedit-convert.c:204
+msgid ""
+"gedit was not able to automatically determine the encoding of the file you "
+"want to open."
+msgstr "I-gedit ayikwazanga ukuzinxulumanisela ifayili ofuna ukuyivula."
+
+#: ../plugins/changecase/changecase.c:43
+msgid "C_hange Case"
+msgstr "Gu_qula Unobumba"
+
+#: ../plugins/changecase/changecase.c:49
+msgid "All _Upper Case"
+msgstr "Bonke _Onobumba Abakhulu"
+
+#: ../plugins/changecase/changecase.c:50
+msgid "All _Lower Case"
+msgstr "Bonke _Onobumba Abancinci"
+
+#: ../plugins/changecase/changecase.c:51
+msgid "_Invert Case"
+msgstr "_Guqula Unobumba"
+
+#: ../plugins/changecase/changecase.c:52
+msgid "_Title Case"
+msgstr "_Yipha isihloko Unobumba"
+
+#: ../plugins/changecase/changecase.c:54
+msgid "Change selected text to upper case"
+msgstr "Guqula umbhalo okhethiweyo kunobumba omkhulu"
+
+#: ../plugins/changecase/changecase.c:55
+msgid "Change selected text to lower case"
+msgstr "Guqula umbhalo okhethiweyo kunobumba omncinci"
+
+#: ../plugins/changecase/changecase.c:56
+msgid "Invert the case of selected text"
+msgstr "Guqula unobumba wombhalo okhethiweyo"
+
+#: ../plugins/changecase/changecase.c:57
+msgid "Capitalize the first letter of each selected word"
+msgstr ""
+"Bhala unobumba osekuqaleni ngonobumba omkhulu kwigama ngalinye elikhethiweyo"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:1
+msgid "Change Case"
+msgstr "Guqula Unobumba"
+
+#: ../plugins/changecase/changecase.gedit-plugin.desktop.in.h:2
+msgid "Changes the case of selected text."
+msgstr "Iguqula unobumba wombhalo okhethiweyo."
+
+#: ../plugins/docinfo/docinfo.c:45
+msgid "_Document Statistics"
+msgstr "U_xwebhu lweenkcukacha-manani"
+
+#: ../plugins/docinfo/docinfo.c:48
+msgid "Get statistic info on current document"
+msgstr "Fumana inkcazelo yeenkcukacha-manani ngoluxwebhu lukhoyo"
+
+#: ../plugins/docinfo/docinfo.c:139
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:2
+msgid "Document Statistics"
+msgstr "Uxwebhu lweenkcukacha manani"
+
+#: ../plugins/docinfo/docinfo.c:153
+msgid "_Update"
+msgstr "_Hlaziya"
+
+#: ../plugins/docinfo/docinfo.gedit-plugin.desktop.in.h:1
+msgid ""
+"Analyzes the current document and reports the number of words, lines, "
+"characters and non-space characters in it."
+msgstr ""
+"Ihlalutya uxwebhu olukhoyo ze inike ingxelo ngenani lamagama, imigca, "
+"iimpawu neempawu ezingashiyanga sithuba."
+
+#: ../plugins/docinfo/docinfo.glade2.h:2
+msgid "0"
+msgstr "0"
+
+#: ../plugins/docinfo/docinfo.glade2.h:3
+msgid "<span weight=\"bold\">File Name</span>"
+msgstr "<span weight=\"bold\">Igama lefayili</span>"
+
+#: ../plugins/docinfo/docinfo.glade2.h:4
+msgid "Bytes"
+msgstr "Ii-bytes"
+
+#: ../plugins/docinfo/docinfo.glade2.h:5
+msgid "Characters (no spaces)"
+msgstr "Iimpawu (ezingenasithuba)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:6
+msgid "Characters (with spaces)"
+msgstr "Iimpawu (ezinesithuba)"
+
+#: ../plugins/docinfo/docinfo.glade2.h:8
+msgid "Update"
+msgstr "Hlaziya"
+
+#: ../plugins/docinfo/docinfo.glade2.h:9
+msgid "Words"
+msgstr "Amagama"
+
+#: ../plugins/docinfo/docinfo.glade2.h:10
+msgid "gedit: Document Info plugin"
+msgstr "i-gedit: ungeniso-lwazi ngoxwebhu"
+
+#: ../plugins/indent/indent.c:45
+msgid "_Indent"
+msgstr "_Qalisa nganeno komgca"
+
+#: ../plugins/indent/indent.c:47
+msgid "Indent selected lines"
+msgstr "Qalisa nganeno kulo mgca ikhethiweyo"
+
+#: ../plugins/indent/indent.c:49
+msgid "U_nindent"
+msgstr "Yeka u_kuqalisa nganeno"
+
+#: ../plugins/indent/indent.c:51
+msgid "Unindent selected lines"
+msgstr "Yeka ukuqalisa nganeno kulo mgca ukhethiweyo"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:1
+msgid "Indent lines"
+msgstr "Qalisa nganeno kwemigca"
+
+#: ../plugins/indent/indent.gedit-plugin.desktop.in.h:2
+msgid "Indents or un-indents selected lines."
+msgstr "Qalisa nganeno okanye hayi nganeno kwimigca ekhethiweyo."
+
+#: ../plugins/sample/sample.c:43
+msgid "Insert User Na_me"
+msgstr "Faka Iga_ma Lomsebenzisi"
+
+#: ../plugins/sample/sample.c:46
+msgid "Insert the user name at the cursor position"
+msgstr "Faka igama lomsebenzisi kwindawo yekhesa"
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:1
+msgid "Inserts the user name at the cursor position."
+msgstr "Faka igama lomsebenzisi kwindawo yekhesa."
+
+#: ../plugins/sample/sample.gedit-plugin.desktop.in.h:2
+msgid "User name"
+msgstr "Igama lomsebenzisi"
+
+#: ../plugins/savecopy/savecopy.c:49
+msgid "Sa_ve Copy..."
+msgstr "Gci_na Ikopi..."
+
+#: ../plugins/savecopy/savecopy.c:52
+msgid "Save a copy of the current document"
+msgstr "Gcina ikopi yoxwebhu olukhoyo"
+
+#: ../plugins/savecopy/savecopy.c:315
+#, c-format
+msgid "Could not save a copy of the file to \"%s\""
+msgstr "Ayikwazanga ukugcina ikopi yefayili kwi-\"%s\"."
+
+#: ../plugins/savecopy/savecopy.c:414
+msgid "You are trying to overwrite the original file"
+msgstr "Uzama ukubhala phezu kwefayili yokuqala"
+
+#: ../plugins/savecopy/savecopy.c:523
+msgid "Save Copy..."
+msgstr "Gcina Ikopi..."
+
+#. translators: %s is a filename
+#: ../plugins/savecopy/savecopy.c:555 ../plugins/savecopy/savecopy.c:565
+#, c-format
+msgid "%s (copy)"
+msgstr "%s (kopa)"
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:1
+msgid "Save a Copy"
+msgstr "Gcina Ikopi"
+
+#: ../plugins/savecopy/savecopy.gedit-plugin.desktop.in.h:2
+msgid "Saves a copy of the current document to a local or remote location."
+msgstr ""
+"Gcina ikopi yoxwebhu olusebenzisayo olwangaphakathi okanye olwenye indawo."
+
+#: ../plugins/shell_output/shell_output.c:56
+msgid "_Run Command..."
+msgstr "_Phumeza Umyalelo..."
+
+#: ../plugins/shell_output/shell_output.c:59
+msgid "Run a command"
+msgstr "Phumeza umyalelo"
+
+#: ../plugins/shell_output/shell_output.c:156
+#: ../plugins/shell_output/shell_output.c:576
+msgid "Stopped"
+msgstr "Imisiwe"
+
+#: ../plugins/shell_output/shell_output.c:355
+msgid "Run Command"
+msgstr "Phumeza Umyalelo"
+
+#: ../plugins/shell_output/shell_output.c:374
+msgid "_Run"
+msgstr "_Misela inkqubo"
+
+#: ../plugins/shell_output/shell_output.c:582
+msgid "Done"
+msgstr "Ugqibile"
+
+#: ../plugins/shell_output/shell_output.c:584
+msgid "Failed"
+msgstr "Ayikwazanga"
+
+#: ../plugins/shell_output/shell_output.c:754
+msgid ""
+"The shell command entry is empty.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Ungeniso lwetoliki yemiyalelo alunanto.\n"
+"\n"
+"Nceda, faka itoliki yemiyalelo efanelekileyo."
+
+#: ../plugins/shell_output/shell_output.c:776
+msgid ""
+"Error parsing the shell command.\n"
+"\n"
+"Please, insert a valid shell command."
+msgstr ""
+"Kwenzeke impazamo kukwahlulwa ngezijungq.\n"
+"\n"
+"Nceda, faka itoliki yemiyalelo efanelekileyo."
+
+#: ../plugins/shell_output/shell_output.c:854
+msgid "Executing command"
+msgstr "Ukuphumeza umyalelo"
+
+#: ../plugins/shell_output/shell_output.c:919
+msgid "An error occurred while running the selected command."
+msgstr "Impazamo yenzeke ngoku bekuphunyezwa umyalelo okhethiweyo."
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:1
+msgid ""
+"Executes an external program and, if required, displays its output in the "
+"output window."
+msgstr ""
+"Sebenzisa inkqubo engaphandle ne, ukuba kuyafuneka, iveza iziphumo zayo "
+"kwifestile yeziphumo."
+
+#: ../plugins/shell_output/shell_output.gedit-plugin.desktop.in.h:2
+msgid "Shell command"
+msgstr "Itoliki yemiyalelo"
+
+#: ../plugins/shell_output/shell_output.glade2.h:2
+msgid "Co_mmand:"
+msgstr "Um_yalelo:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:3
+msgid "Select the working directory..."
+msgstr "Khetha ifayili esebenzayo yabasebenzisi..."
+
+#: ../plugins/shell_output/shell_output.glade2.h:4
+msgid "_Show results in Output Window"
+msgstr "_Bonisa iziphumo Sefestile Yeziphumo"
+
+#: ../plugins/shell_output/shell_output.glade2.h:5
+msgid "_Working directory:"
+msgstr "Ifayili yabasebenzisi e_sebenzayo:"
+
+#: ../plugins/shell_output/shell_output.glade2.h:6
+msgid "gedit: Shell Output plugin"
+msgstr "i-gedit: Ungeniso lweziphumayo itoliki yemiyalelo"
+
+#: ../plugins/sort/sort.c:29
+msgid "S_ort..."
+msgstr "H_lela..."
+
+#: ../plugins/sort/sort.c:32
+msgid "Sort the current document or selection."
+msgstr "Hlela uxhebhu olumileyo okanye ukhetho."
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:1
+#: ../plugins/sort/sort.glade2.h:3
+msgid "Sort"
+msgstr "Hlela"
+
+#: ../plugins/sort/sort.gedit-plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "Ihlela uxwebhu okanye umbhalo okhethiweyo."
+
+#: ../plugins/sort/sort.glade2.h:1
+msgid "R_emove duplicates"
+msgstr "_Susa eziphindiweyo"
+
+#: ../plugins/sort/sort.glade2.h:2
+msgid "S_tart at column:"
+msgstr "Q_ala kwikholam:"
+
+#: ../plugins/sort/sort.glade2.h:4
+msgid "You cannot undo a sort operation"
+msgstr "Akunakwazi ukuchitha umsebenzi wokuhlela"
+
+#: ../plugins/sort/sort.glade2.h:5
+msgid "_Ignore case"
+msgstr "_Musa ukumhoya unobumba"
+
+#: ../plugins/sort/sort.glade2.h:6
+msgid "_Reverse order"
+msgstr "_Tshintsha-tshintsha ulandelelano"
+
+#: ../plugins/sort/sort.glade2.h:7
+msgid "_Sort"
+msgstr "_Hlela"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:419
+#: ../plugins/spell/gedit-spell-checker-dialog.c:511
+msgid "(no suggested words)"
+msgstr "(akukho magama acetyisiweyo)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:443
+msgid "_More..."
+msgstr "_Nangaphezulu..."
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:496
+msgid "_Ignore All"
+msgstr "_Ungazihoyi Zonke"
+
+#. + Add to Dictionary
+#: ../plugins/spell/gedit-automatic-spell-checker.c:509
+msgid "_Add"
+msgstr "_Yongeza"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:546
+msgid "_Spelling Suggestions..."
+msgstr "_Iingcebiso ngopelo magama..."
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:289
+msgid "Check Spelling"
+msgstr "Qinisekisa upelo magama"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:300
+msgid "Suggestions"
+msgstr "Iingcebiso"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:615
+msgid "(correct spelling)"
+msgstr "(upelo magama oluchanekileyo)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:800
+msgid "Completed spell checking"
+msgstr "Ukuqinisekiswa kopelo magama okugqityiweyo"
+
+#: ../plugins/spell/gedit-spell-checker.c:79
+msgid "Afrikaans"
+msgstr "I-Afrikaans"
+
+#: ../plugins/spell/gedit-spell-checker.c:80
+msgid "Amharic"
+msgstr "Um-Amharic"
+
+#: ../plugins/spell/gedit-spell-checker.c:81
+msgid "Azerbaijani"
+msgstr "Ummi wase-Azerbaijan"
+
+#: ../plugins/spell/gedit-spell-checker.c:82
+msgid "Belarusian"
+msgstr "Um-Belarusia"
+
+#: ../plugins/spell/gedit-spell-checker.c:83
+msgid "Bulgarian"
+msgstr "Ummi waseBulgaria"
+
+#: ../plugins/spell/gedit-spell-checker.c:84
+msgid "Bengali"
+msgstr "Ummi waseBengal"
+
+#: ../plugins/spell/gedit-spell-checker.c:85
+msgid "Breton"
+msgstr "UmBreton"
+
+#: ../plugins/spell/gedit-spell-checker.c:86
+msgid "Catalan"
+msgstr "UmCatalan"
+
+#: ../plugins/spell/gedit-spell-checker.c:87
+msgid "Czech"
+msgstr "Ummi wakwi-Czech Republic"
+
+#: ../plugins/spell/gedit-spell-checker.c:88
+msgid "Welsh"
+msgstr "Ummi waseWales"
+
+#: ../plugins/spell/gedit-spell-checker.c:89
+msgid "Danish"
+msgstr "Ummi waseDenmark"
+
+#: ../plugins/spell/gedit-spell-checker.c:90
+msgid "German (Austria)"
+msgstr "UMjamani (wase-Australia)"
+
+#: ../plugins/spell/gedit-spell-checker.c:91
+msgid "German (Germany)"
+msgstr "UMjamani"
+
+#: ../plugins/spell/gedit-spell-checker.c:92
+msgid "German (Swiss)"
+msgstr "UMjamani ozinze eSwitzerland"
+
+#: ../plugins/spell/gedit-spell-checker.c:94
+msgid "English (American)"
+msgstr "INgesi elizinze eMelika"
+
+#: ../plugins/spell/gedit-spell-checker.c:95
+msgid "English (British)"
+msgstr "INgesi elizinze eBritane"
+
+#: ../plugins/spell/gedit-spell-checker.c:96
+msgid "English (Canadian)"
+msgstr "INgesi elizinze eCanada"
+
+#: ../plugins/spell/gedit-spell-checker.c:97
+msgid "Esperanto"
+msgstr "Ummi waseSpain"
+
+#: ../plugins/spell/gedit-spell-checker.c:98
+msgid "Spanish"
+msgstr "Ummi waseSpain"
+
+#: ../plugins/spell/gedit-spell-checker.c:99
+msgid "Estonian"
+msgstr "Um-Estonia"
+
+#: ../plugins/spell/gedit-spell-checker.c:100
+msgid "Persian"
+msgstr "Um-Persia"
+
+#: ../plugins/spell/gedit-spell-checker.c:101
+msgid "Finnish"
+msgstr "Ummi waseFinland"
+
+#: ../plugins/spell/gedit-spell-checker.c:102
+msgid "Faroese"
+msgstr "UmFaroese"
+
+#: ../plugins/spell/gedit-spell-checker.c:103
+msgid "French (France)"
+msgstr "Ummi waseFrance"
+
+#: ../plugins/spell/gedit-spell-checker.c:104
+msgid "French (Swiss)"
+msgstr "Ummi waseFrance ozinze eSwitzerland"
+
+#: ../plugins/spell/gedit-spell-checker.c:105
+msgid "Irish"
+msgstr "Ummi wase-Ireland"
+
+#: ../plugins/spell/gedit-spell-checker.c:106
+msgid "Scottish Gaelic"
+msgstr "Um-Skoshi Gaeli"
+
+#: ../plugins/spell/gedit-spell-checker.c:107
+msgid "Gallegan"
+msgstr "Um-Gallegan"
+
+#: ../plugins/spell/gedit-spell-checker.c:108
+msgid "Manx Gaelic"
+msgstr "Um-Manx Gaeli"
+
+#: ../plugins/spell/gedit-spell-checker.c:110
+msgid "Hindi"
+msgstr "Um-Hindi"
+
+#: ../plugins/spell/gedit-spell-checker.c:111
+msgid "Croatian"
+msgstr "Um-Croatia"
+
+#: ../plugins/spell/gedit-spell-checker.c:112
+msgid "Upper Sorbian"
+msgstr "Um-Upper Sorbia"
+
+#: ../plugins/spell/gedit-spell-checker.c:113
+msgid "Hungarian"
+msgstr "Um-Hungaria"
+
+#: ../plugins/spell/gedit-spell-checker.c:114
+msgid "Interlingua (IALA)"
+msgstr "Um-Interlingua (IALA)"
+
+#: ../plugins/spell/gedit-spell-checker.c:115
+msgid "Indonesian"
+msgstr "Ummi wase-Indonesia"
+
+#: ../plugins/spell/gedit-spell-checker.c:116
+msgid "Icelandic"
+msgstr "Ummi waseIceland"
+
+#: ../plugins/spell/gedit-spell-checker.c:117
+msgid "Italian"
+msgstr "UMtaliyane"
+
+#: ../plugins/spell/gedit-spell-checker.c:118
+msgid "Kurdish"
+msgstr "Um-Kurd"
+
+#: ../plugins/spell/gedit-spell-checker.c:119
+msgid "Latin"
+msgstr "Um-Latin"
+
+#: ../plugins/spell/gedit-spell-checker.c:120
+msgid "Lithuanian"
+msgstr "Ummi wase-Lithuania"
+
+#: ../plugins/spell/gedit-spell-checker.c:121
+msgid "Latvian"
+msgstr "Ummi wase-Latvia"
+
+#: ../plugins/spell/gedit-spell-checker.c:122
+msgid "Malagasy"
+msgstr "Ummi wase Malagasy"
+
+#: ../plugins/spell/gedit-spell-checker.c:123
+msgid "Maori"
+msgstr "Um-Maori"
+
+#: ../plugins/spell/gedit-spell-checker.c:124
+msgid "Macedonian"
+msgstr "Um-Macedonia"
+
+#: ../plugins/spell/gedit-spell-checker.c:125
+msgid "Mongolian"
+msgstr "Um-Mongolia"
+
+#: ../plugins/spell/gedit-spell-checker.c:126
+#, fuzzy
+msgid "Marathi"
+msgstr "Um-Maori"
+
+#: ../plugins/spell/gedit-spell-checker.c:127
+msgid "Malay"
+msgstr "Ummi wase-Malaysia"
+
+#: ../plugins/spell/gedit-spell-checker.c:128
+msgid "Maltese"
+msgstr "Ummi wase-Malta"
+
+#: ../plugins/spell/gedit-spell-checker.c:129
+msgid "Norwegian Bokmal"
+msgstr "Um-Bokmal wase-Norway"
+
+#: ../plugins/spell/gedit-spell-checker.c:130
+msgid "Dutch"
+msgstr "Ummi waseHollani"
+
+#: ../plugins/spell/gedit-spell-checker.c:131
+msgid "Norwegian Nynorsk"
+msgstr "Um-Nynorsk wase-Norway"
+
+#: ../plugins/spell/gedit-spell-checker.c:132
+msgid "Norwegian"
+msgstr "Ummi waseNorway"
+
+#: ../plugins/spell/gedit-spell-checker.c:133
+msgid "Nyanja"
+msgstr "Um-Nyanja"
+
+#: ../plugins/spell/gedit-spell-checker.c:134
+msgid "Polish"
+msgstr "Ummi wasePoland"
+
+#: ../plugins/spell/gedit-spell-checker.c:135
+msgid "Portuguese (Portugal)"
+msgstr "Umphuthukezi wasePortugal"
+
+#: ../plugins/spell/gedit-spell-checker.c:136
+msgid "Portuguese (Brazilian)"
+msgstr "Umphuthukezi (UmBrazil)"
+
+#: ../plugins/spell/gedit-spell-checker.c:137
+msgid "Quechua"
+msgstr "Um-Quechua"
+
+#: ../plugins/spell/gedit-spell-checker.c:139
+msgid "Russian"
+msgstr "Ummi waseRussia"
+
+#: ../plugins/spell/gedit-spell-checker.c:140
+msgid "Kinyarwanda"
+msgstr "Um-Kinyarwanda"
+
+#: ../plugins/spell/gedit-spell-checker.c:141
+msgid "Sardinian"
+msgstr "Um-Sardinia"
+
+#: ../plugins/spell/gedit-spell-checker.c:142
+msgid "Slovak"
+msgstr "Ummi waseSlovakia"
+
+#: ../plugins/spell/gedit-spell-checker.c:143
+msgid "Slovenian"
+msgstr "Ummi waseSlovenia"
+
+#: ../plugins/spell/gedit-spell-checker.c:144
+msgid "Swedish"
+msgstr "Ummi waseSweden"
+
+#: ../plugins/spell/gedit-spell-checker.c:145
+msgid "Swahili"
+msgstr "Um-Swahili"
+
+#: ../plugins/spell/gedit-spell-checker.c:146
+msgid "Tamil"
+msgstr "Um-Tamil"
+
+#: ../plugins/spell/gedit-spell-checker.c:147
+msgid "Tetum"
+msgstr "Um-Tetum"
+
+#: ../plugins/spell/gedit-spell-checker.c:148
+msgid "Tagalog"
+msgstr "Um-Tagalog"
+
+#: ../plugins/spell/gedit-spell-checker.c:149
+msgid "Tswana"
+msgstr "Umtswana"
+
+#: ../plugins/spell/gedit-spell-checker.c:151
+msgid "Ukrainian"
+msgstr "Ummi wase Ukraine"
+
+#: ../plugins/spell/gedit-spell-checker.c:152
+msgid "Uzbek"
+msgstr "Um-Uzbek"
+
+#: ../plugins/spell/gedit-spell-checker.c:154
+msgid "Walloon"
+msgstr "Um-Wallon"
+
+#: ../plugins/spell/gedit-spell-checker.c:155
+msgid "Yiddish"
+msgstr "Um-Yiddish"
+
+#: ../plugins/spell/gedit-spell-checker.c:156
+msgid "Zulu"
+msgstr "Umzulu"
+
+#: ../plugins/spell/gedit-spell-checker.c:828
+msgid "Default"
+msgstr "Emiselweyo"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:239
+#, c-format
+msgid "Could not find the required widgets inside %s."
+msgstr "Ayikwazanga ukufumana izixhobo ezifunekayo ngaphakathi %s."
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:258
+msgid "Languages"
+msgstr "Iilwimi"
+
+#: ../plugins/spell/languages-dialog.glade2.h:1
+msgid "Select the _language of the current document."
+msgstr "Khetha u_lwimi olukhoyo kuxwebhu."
+
+#: ../plugins/spell/languages-dialog.glade2.h:2
+msgid "Set language"
+msgstr "Misela ulwimi"
+
+#: ../plugins/spell/spell-checker.glade2.h:2
+msgid "<b>Language</b>"
+msgstr "<b>Ulwimi</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:3
+msgid "<b>word</b>"
+msgstr "<b>igama</b>"
+
+#: ../plugins/spell/spell-checker.glade2.h:4
+msgid "Add w_ord"
+msgstr "Yongeza i_gama"
+
+#: ../plugins/spell/spell-checker.glade2.h:5
+msgid "Cha_nge"
+msgstr "Gu_qula"
+
+#: ../plugins/spell/spell-checker.glade2.h:6
+msgid "Change A_ll"
+msgstr "Guqula K_onke"
+
+#: ../plugins/spell/spell-checker.glade2.h:7
+msgid "Change _to:"
+msgstr "Guqulela _kwi:"
+
+#: ../plugins/spell/spell-checker.glade2.h:8
+msgid "Check _Word"
+msgstr "Qinisekisa _Igama"
+
+#: ../plugins/spell/spell-checker.glade2.h:9
+msgid "Check spelling"
+msgstr "Qinisekisa upelo magama"
+
+#: ../plugins/spell/spell-checker.glade2.h:10
+msgid "Ignore _All"
+msgstr "Ungazihoyi Z_onke"
+
+#: ../plugins/spell/spell-checker.glade2.h:11
+msgid "Language:"
+msgstr "Ulwimi:"
+
+#: ../plugins/spell/spell-checker.glade2.h:12
+#, fuzzy
+msgid "Misspelled word:"
+msgstr "Igama elipelwe gwenxa:"
+
+#: ../plugins/spell/spell-checker.glade2.h:13
+msgid "User dictionary:"
+msgstr "Isichazi-magama somsebenzisi:"
+
+#: ../plugins/spell/spell-checker.glade2.h:14
+msgid "_Ignore"
+msgstr "_Sikuyinaka"
+
+#: ../plugins/spell/spell-checker.glade2.h:15
+msgid "_Suggestions:"
+msgstr "_Iingcebiso:"
+
+#: ../plugins/spell/spell.c:52
+msgid "_Check Spelling"
+msgstr "_Qinisekisa upelo-magama"
+
+#: ../plugins/spell/spell.c:55
+msgid "Check the current document for incorrect spelling"
+msgstr "Qinisekisa upelo-gwenxa lwamagama kuxwebhu olukhoyo"
+
+#: ../plugins/spell/spell.c:57
+msgid "_Autocheck Spelling"
+msgstr "_Iziqinisekisela ngokwayo upelo-magama"
+
+#: ../plugins/spell/spell.c:60
+msgid "Automatically spell-check the current document"
+msgstr "Iziqinisekisela ngokwayo upelo-magama kuxwebhu olukhoyo"
+
+#: ../plugins/spell/spell.c:62
+msgid "Set _Language"
+msgstr "Misela u_lwimi"
+
+#: ../plugins/spell/spell.c:65
+msgid "Set the language of the current document"
+msgstr "Misela ulwimi loxwebhu olukhoyo"
+
+#: ../plugins/spell/spell.c:625
+msgid "The document is empty."
+msgstr "Olu xwebhu alunanto."
+
+#: ../plugins/spell/spell.c:643
+msgid "The selected text does not contain misspelled words."
+msgstr "Umbhalo okhethiweyo awunamagama anopelo-magama olugwenxa."
+
+#: ../plugins/spell/spell.c:644
+msgid "The document does not contain misspelled words."
+msgstr "Uxwebhu alunamagama anopelo-magama olugwenxa."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:1
+msgid "Checks the spelling of the current document."
+msgstr "Iqinisekisa upelo magama olukuxwebhu olukhoyo."
+
+#: ../plugins/spell/spell.gedit-plugin.desktop.in.h:2
+msgid "Spell checker"
+msgstr "Isikhangeli magama opelo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:1
+msgid "Abbreviated form"
+msgstr "Ifomu yoshunqulelo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:2
+msgid "Abbreviation"
+msgstr "Ushunqulelo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:3
+msgid "Above"
+msgstr "Ngaphezulu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:4
+msgid "Accessibility key character"
+msgstr "Uphawu lweqhosha lokungena"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:5
+msgid "Acronym"
+msgstr "Ushunqulelo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:6
+msgid "Align"
+msgstr "Lungelelanisa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:7
+msgid "Alignment character"
+msgstr "Uphawu lokulungelelanisa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:8
+msgid "Alternative"
+msgstr "Onokubhenela kuko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:9
+msgid "Anchor"
+msgstr "I Ankile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:10
+msgid "Anchor URI"
+msgstr "I-URI ye Ankile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:11
+msgid "Applet class file code"
+msgstr "Ikhowudi yefayili yodidi lwe-Applet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:12
+msgid "Array"
+msgstr "Uludwe"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:13
+msgid "Associated information"
+msgstr "Inkcazelo ehambelanayo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:14
+msgid "Author info"
+msgstr "Inkcazelo ngombhali"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:15
+msgid "Axis related headers"
+msgstr "Okubhalwe ngasentla okwayamene ne-Axis"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:16
+msgid "BGSound"
+msgstr "I-BGSound"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:17
+msgid "Background color"
+msgstr "Umbala wangasemva"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:18
+msgid "Background texture tile"
+msgstr "Ubunjani bethayile engasemva"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:19
+msgid "Base URI"
+msgstr "Isiseko se-URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:20
+msgid "Base font"
+msgstr "Isiseko sefonti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:21
+msgid "Behavior"
+msgstr "Ukuziphatha"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:22
+msgid "Blinking text"
+msgstr "Umbhalo odanyazayo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:24
+msgid "Border"
+msgstr "Umda"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:25
+msgid "Border color"
+msgstr "Umbala womda"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:26
+msgid "Box"
+msgstr "Ibhokisi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:27
+msgid "Cell rowspan"
+msgstr "I-rowspan ye-cell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:28
+msgid "Center"
+msgstr "Umbindi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:29
+msgid "Character encoding of linked resource"
+msgstr "Unxulumaniso lophawu lobuqili obuhambelanayo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:30
+#, fuzzy
+msgid "Checked (state)"
+msgstr "Ejongwe (isimo)"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:31
+msgid "Citation"
+msgstr "Uphawulo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:32
+msgid "Cite reason for change"
+msgstr "Phawula isizathu senguqu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:33
+msgid "Class implementation ID"
+msgstr "I-ID yomiselo lodidi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:34
+msgid "Class list"
+msgstr "Uluhlu lwe-class"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:35
+msgid "Clear text flow control"
+msgstr "Cima ulawulo lohambo lombhalo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:36
+msgid "Code content type"
+msgstr "Uhlobo lwekhowudi yesiqulatho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:37
+msgid "Color of selected links"
+msgstr "Umbala wonxulumano olukhethiweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:38
+msgid "Column span"
+msgstr "Ubude bomhlathi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:39
+msgid "Columns"
+msgstr "Imihlathi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:40
+msgid "Comment"
+msgstr "Yenza izwi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:41
+msgid "Computer code fragment"
+msgstr "Ukwahlulwa-hlulwa kwekhowudi yekhopyutha"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:42
+msgid "Content scheme"
+msgstr "Isiluqatho se-scheme"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:43
+msgid "Content type"
+msgstr "Uhlobo lwesiqulatho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:44
+msgid "Coordinates"
+msgstr "Ququzelela"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:45
+msgid "DIV Style container"
+msgstr "Isiqulathi Sesimbo se-DIV"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:46
+msgid "DIV container"
+msgstr "Isiqulathi se-DIV"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:47
+msgid "Date and time of change"
+msgstr "Umhla nexesha lenguqu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:48
+msgid "Declare flag"
+msgstr "Bhengeza i-flegi"
+
+#. Translators: DEFER is an optional attribute of the <script> tag.
+#. It indicates that the script is not going to generate any document
+#. content. The browser can continue parsing and drawing the page.
+#: ../plugins/taglist/HTML.tags.xml.in.h:52
+msgid "Defer attribute"
+msgstr "Yamnkela uphawu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:53
+msgid "Definition description"
+msgstr "Inkcazelo yenkcazelo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:54
+msgid "Definition list"
+msgstr "Uluhlu lwenkcaza"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:55
+msgid "Definition term"
+msgstr "Inkcaza yegama"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:56
+msgid "Deleted text"
+msgstr "Umbhalo ocinyiweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:57
+msgid "Direction"
+msgstr "Icala"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:58
+msgid "Directionality"
+msgstr "I-Directionality"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:59
+msgid "Directory list"
+msgstr "Uluhlu lovimba weefayili"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:60
+msgid "Disabled"
+msgstr "Yenziwe ukuba ingasebenze"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:61
+msgid "Document base"
+msgstr "Isiseko soxwebhu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:62
+msgid "Document body"
+msgstr "Isiqu sexhebhu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:63
+msgid "Document head"
+msgstr "Intloko yoxwebhu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:64
+msgid "Document title"
+msgstr "Isihloko soxwebhu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:65
+msgid "Document type"
+msgstr "Uhlobo lwexwebhu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:66
+msgid "Element ID"
+msgstr "Into ye-ID"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:67
+msgid "Embedded object"
+msgstr "Into encanyathiselweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:68
+#: ../plugins/taglist/Latex.tags.xml.in.h:9
+msgid "Emphasis"
+msgstr "Ugxinisiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:69
+msgid "Encode type"
+msgstr "Uhlobo lonxulumano"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:70
+msgid "Figure"
+msgstr "Inani"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:71
+msgid "Font face"
+msgstr "Ubuso befonti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:72
+msgid "For label"
+msgstr "Yelebhile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:73
+msgid "Forced line break"
+msgstr "Isahluli-mgca esinyanzelweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:74
+msgid "Form"
+msgstr "Ifomu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:75
+msgid "Form action handler"
+msgstr "Yenza umlawuli wesenzo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:76
+msgid "Form control group"
+msgstr "Yenza iqela lolawulo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:77
+msgid "Form field label text"
+msgstr "Yenza indawo yombhalo weleyibhile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:78
+msgid "Form input"
+msgstr "Yenza ulwazi olungeniswayo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:79
+msgid "Form input type"
+msgstr "Yenza uhlobo longeniso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:80
+msgid "Form method"
+msgstr "Yenza indlela"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:81
+msgid "Forward link"
+msgstr "Gqithisa unxulumaniso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:82
+msgid "Frame"
+msgstr "i-Frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:83
+msgid "Frame render parts"
+msgstr "Iindawo zokunikezelwa kwe-Frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:84
+msgid "Frame source"
+msgstr "Uvimba we-Frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:85
+msgid "Frame target"
+msgstr "Apho kujolise i-Frame khona"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:86
+msgid "Frameborder"
+msgstr "Umda we-Frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:87
+msgid "Frameset"
+msgstr "I-Frameset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:88
+msgid "Frameset columns"
+msgstr "Iikholam ze-Frameset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:89
+msgid "Frameset rows"
+msgstr "Imigca yommiselo we-Frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:90
+msgid "Framespacing"
+msgstr "I-Framespacing"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:91
+msgid "Generic embedded object"
+msgstr "Uhlobo lwento ethile encanyathiselweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:92
+msgid "Generic metainformation"
+msgstr "I-metainformation eluhlobo oluthile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:93
+msgid "Generic span"
+msgstr "Ubude obuntlobo-ntlobo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:94
+msgid "HREF URI"
+msgstr "HREF URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:95
+msgid "HTML - Special Characters"
+msgstr "Iimpawu Ezizodwa ze-HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:96
+msgid "HTML - Tags"
+msgstr "HTML - i-Tags"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:97
+msgid "HTML root element"
+msgstr "I-root element ye-HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:98
+msgid "HTML version"
+msgstr "Uhlobo lwe-HTML"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:99
+msgid "HTTP header name"
+msgstr "Igama lokubhalwe ngasentla kwe-HTTP"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:100
+msgid "Header cell ID's"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:101
+msgid "Heading"
+msgstr "Isihloko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:102
+msgid "Heading 1"
+msgstr "Isihloko 1"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:103
+msgid "Heading 2"
+msgstr "Isihloko 2"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:104
+msgid "Heading 3"
+msgstr "Isihloko 3"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:105
+msgid "Heading 4"
+msgstr "Isihloko 4"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:106
+msgid "Heading 5"
+msgstr "Isihloko 5"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:107
+msgid "Heading 6"
+msgstr "Isihloko 6"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:108
+msgid "Height"
+msgstr "Ubude"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:109
+msgid "Horizontal rule"
+msgstr "Umthetho omiyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:110
+msgid "Horizontal space"
+msgstr "Isithethi esimiyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:111
+msgid "I18N BiDi over-ride"
+msgstr "I-over-ride ye-I18N BiDi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:112
+msgid "Image"
+msgstr "Umfanekiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:113
+msgid "Image map"
+msgstr "Imepu yemifanekiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:114
+msgid "Image map area"
+msgstr "Indawo ekwimepu yemifanekiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:115
+msgid "Image map name"
+msgstr "Igama lemepu yemifanekiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:116
+msgid "Image source"
+msgstr "Uvimba womfanekiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:117
+msgid "Inline frame"
+msgstr "I-frame esemgceni"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:118
+msgid "Inline layer"
+msgstr "umthetho obekelwe abanikezeli-nkonzo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:119
+msgid "Inserted text"
+msgstr "Faka umbhalo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:120
+msgid "Instance definition"
+msgstr "Umzekelo wenkcaza"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:121
+msgid "Italic text"
+msgstr "Umbhalo we-Italic"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:122
+msgid "Java applet"
+msgstr "I-Java applet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:123
+msgid "Label"
+msgstr "Ilebhile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:124
+msgid "Language code"
+msgstr "Ikhowudi yolwimi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:125
+msgid "Large text style"
+msgstr "Isimbo sombhalo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:126
+msgid "Layer"
+msgstr "Imithetho ebekelwe abanikezeli-nkonzo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:127
+msgid "Link color"
+msgstr "Nxulumanisa umbala"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:128
+msgid "List item"
+msgstr "Uluhlu lomba"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:129
+msgid "List of MIME types for file upload"
+msgstr "Uluhlu lweentlobo ze-MIME zogcwaliso lwefayili"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:130
+msgid "List of supported character sets"
+msgstr "Uluhlu lwemimiselo yophawu oluxhasiweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:131
+msgid "Listing"
+msgstr "Ukumisela uluhlu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:132
+msgid "Local change to font"
+msgstr "Eyangaphakathi mayiguqukele kwifonti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:133
+msgid "Long description link"
+msgstr "Inkcazelo ende yonxulumano"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:134
+msgid "Long quotation"
+msgstr "Isicatshulwa eside"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:135
+msgid "Mail link"
+msgstr "Unxulumano lwemeyile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:136
+msgid "Margin pixel height"
+msgstr "Ubude bomda we-pixel"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:137
+msgid "Margin pixel width"
+msgstr "Ububanzi bomda we-pixel"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:138
+msgid "Marquee"
+msgstr "I-Marquee"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:139
+msgid "Maximum length of text field"
+msgstr "Ubude obupheleleyo bendawo yombhalo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:140
+msgid "Media-independent link"
+msgstr "Unxulumaniso oluzimeleyo lwamajelo eendaba"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:141
+msgid "Menu list"
+msgstr "Uluhlu lwemenyu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:142
+msgid "Multi-line text field"
+msgstr "Indawo yombhalo enemigca-emininzi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:143
+msgid "Multicolumn"
+msgstr "I-Multicolumn"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:144
+msgid "Multiple"
+msgstr "Ngokuphindaphinda"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:145
+msgid "Name"
+msgstr "Igama"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:146
+msgid "Named property value"
+msgstr "Ixabiso lempahla elibhengeziweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:147
+msgid "Next ID"
+msgstr "I-ID elandelayo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:148
+msgid "No URI"
+msgstr "Akukho i-URI"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:149
+msgid "No embedded objects"
+msgstr "Akukho zinto zincanyathiselweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:150
+msgid "No frames"
+msgstr "Akukho ii-frame"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:151
+msgid "No layers"
+msgstr "Akukho mithetho ebekelwe abanikezeli-nkonzo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:152
+msgid "No line break"
+msgstr "Akukho mgca phakathi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:153
+msgid "No resize"
+msgstr "Abukho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:154
+msgid "No script"
+msgstr "Akukho iskripti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:155
+msgid "No shade"
+msgstr "Akukho mthunzi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:156
+msgid "No word wrap"
+msgstr "Alukho uqhubekeko-magama"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:157
+msgid "Note"
+msgstr "Qhaphela"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:158
+msgid "Object applet file"
+msgstr "Into yefayili ye-Applet"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:159
+msgid "Object data reference"
+msgstr "I-data yento ojonga kuyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:160
+msgid "Offset for alignment character"
+msgstr "Uphazamiso lophawu lolungelelwaniso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:161
+msgid "OnBlur event"
+msgstr "Isiganeko se-OnBlur"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:162
+msgid "OnChange event"
+msgstr "Isiganeko se-OnChange"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:163
+msgid "OnClick event"
+msgstr "Isiganeko se-OnClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:164
+msgid "OnDblClick event"
+msgstr "Isiganeko se-OnDblClick"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:165
+msgid "OnFocus event"
+msgstr "Isiganeko se-OnFocus"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:166
+msgid "OnKeyDown event"
+msgstr "Isiganeko se-OnKeyDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:167
+msgid "OnKeyPress event"
+msgstr "Isiganeko se-OnKeyPress"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:168
+msgid "OnKeyUp event"
+msgstr "Isiganeko se-OnKeyUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:169
+msgid "OnLoad event"
+msgstr "Isiganeko se-OnLoad"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:170
+msgid "OnMouseDown event"
+msgstr "Isiganeko se-OnMouseDown"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:171
+msgid "OnMouseMove event"
+msgstr "Isiganeko se-OnMouseMove"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:172
+msgid "OnMouseOut event"
+msgstr "Isiganeko se-OnMouseOut"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:173
+msgid "OnMouseOver event"
+msgstr "Isiganeko se-OnMouseOver"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:174
+msgid "OnMouseUp event"
+msgstr "Isiganeko se-OnMouseUp"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:175
+msgid "OnReset event"
+msgstr "Isiganeko se-OnReset"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:176
+msgid "OnSelect event"
+msgstr "Isiganeko se-OnSelect"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:177
+msgid "OnSubmit event"
+msgstr "Isiganeko se-OnSubmit"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:178
+msgid "OnUnload event"
+msgstr "Isiganeko se-OnUnload"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:179
+msgid "Option group"
+msgstr "Iqela lokhetho"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:180
+msgid "Option selector"
+msgstr "Ukhetho lomkhethi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:181
+msgid "Ordered list"
+msgstr "Uluhlu olulungelanisiweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:182
+msgid "Output media"
+msgstr "Iziphumo zezixhobo zekhompyutha"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:183
+msgid "Paragraph"
+msgstr "Umhlathi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:184
+msgid "Paragraph class"
+msgstr "Udidi lomhlathi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:185
+msgid "Paragraph style"
+msgstr "Isimbo Somhlathi:"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:186
+msgid "Preformatted listing"
+msgstr "Ukumiselwa koluhlu olulungelaniswee kwangaphambili"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:187
+msgid "Preformatted text"
+msgstr "Umbhalo oqale walungelelaniswa"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:188
+msgid "Profile metainfo dictionary"
+msgstr "Misela inkangeleko yesichazi-magama se-metainfo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:189
+msgid "Prompt message"
+msgstr "Umyalezo we-Prompt"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:190
+msgid "Push button"
+msgstr "Cofa iqhosha"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:191
+msgid "Quote"
+msgstr "Caphula"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:192
+msgid "Range"
+msgstr "Uluhlu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:193
+msgid "ReadOnly text and password"
+msgstr "Umbhalo ne-password eyi-readonly"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:194
+msgid "Reduced spacing"
+msgstr "Isithuba esincitshisiweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:195
+msgid "Reverse link"
+msgstr "Unxulumano oluya ngasemva"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:196
+msgid "Root"
+msgstr "Umsebenzisi onikwe amandla akhethekileyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:197
+msgid "Rows"
+msgstr "Imigca"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:198
+msgid "Rulings between rows and columns"
+msgstr "Ukrwelo lwemigca phakathi kwemigca neekholam"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:199
+msgid "Sample program output, scripts"
+msgstr "Caphula ukusebenza kwenkqubo, nezikripti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:200
+msgid "Scope covered by header cells"
+msgstr "Umda ohanjwee zii-cell zokubhalwe ngasentla"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:201
+msgid "Script language name"
+msgstr "Igama lolwimi lweskript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:202
+msgid "Script statments"
+msgstr "Iintetho zeskripti"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:203
+msgid "Scrollbar"
+msgstr "Umgca wokuhlisa unyuka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:204
+msgid "Selectable option"
+msgstr "Ukhetho olukhethekayo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:205
+msgid "Selected"
+msgstr "Ekhethiweyo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:206
+msgid "Server-side image map"
+msgstr "Imephu yomfanekiso we-Server-side"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:207
+msgid "Shape"
+msgstr "Bumba"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:208
+msgid "Short inline quotation"
+msgstr "Isicatshulwa esifutshane esisemgceni"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:209
+msgid "Single line prompt"
+msgstr "I-prompt yomgca omnye"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:210
+msgid "Size"
+msgstr "Ubungakanani"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:211
+msgid "Small text style"
+msgstr "Isimbo sombhalo omncinci"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:212
+msgid "Soft line break"
+msgstr "Isithuba esithambileyo somgca"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:213
+msgid "Sound"
+msgstr "Isandi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:215
+msgid "Space"
+msgstr "Isithuba"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:216
+msgid "Space separated archive list"
+msgstr ""
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:217
+msgid "Spacer"
+msgstr "Isivuli sithuba"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:218
+msgid "Spacing between cells"
+msgstr "Ukuvula isithuba phakathi kwee-cell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:219
+msgid "Spacing within cells"
+msgstr "Ukuvula isithuba ngaphakathi kwii-cell"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:220
+msgid "Span"
+msgstr "Ubude"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:221
+msgid "Square root"
+msgstr "I-Square root"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:222
+msgid "Standby load msg"
+msgstr "Umyalezo wokulindela ukufaka"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:223
+msgid "Starting sequence number"
+msgstr "Iqalisa ngolandelelwano lwenani"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:224
+msgid "Strike-through text"
+msgstr "Ihlasela-ithubeleza kumbhalo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:225
+msgid "Strike-through text style"
+msgstr "Ihlasela-ithubeleza kwisimbo sombhalo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:226
+msgid "Strong emphasis"
+msgstr "Ugxininiso olumandla"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:227
+msgid "Style info"
+msgstr "Isimbo senkcazelo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:228
+msgid "Subscript"
+msgstr "Iskript esingezantsi kweskript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:229
+msgid "Superscript"
+msgstr "I-Superscript"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:230
+msgid "Tab order position"
+msgstr "Indlela yokuma kwe-Tab"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:231
+msgid "Table"
+msgstr "Itheyibhile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:232
+msgid "Table body"
+msgstr "Isiqu setheyibhile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:233
+msgid "Table caption"
+msgstr "Itheyibhile yenkcazelo yomfanekiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:234
+msgid "Table column group properties"
+msgstr "Iqela leempawu zomhlathi wetheyibhile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:235
+msgid "Table column properties"
+msgstr "Iimpawu zomhlathi wetheyibhile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:236
+msgid "Table data cell"
+msgstr "I-cell yetheyibhile ye-data"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:237
+msgid "Table footer"
+msgstr "Itheyibhile yokubhalwe ngezantsi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:238
+msgid "Table header"
+msgstr "Itheyibhile yokubhalwe ngasentla"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:239
+msgid "Table header cell"
+msgstr "I-cell yetheyibhile yokubhalwe ngasentla"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:240
+msgid "Table row"
+msgstr "Umgca wetheyibile"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:241
+msgid "Table summary"
+msgstr "Itheyibhile yesishwankathelo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:242
+msgid "Target - Blank"
+msgstr "Okujoliswe kuko - Akunanto"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:243
+msgid "Target - Parent"
+msgstr "Okujoliswe kuko - Umzali"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:244
+msgid "Target - Self"
+msgstr "Ekujoliswe kuko - mna"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:245
+msgid "Target - Top"
+msgstr "Ekujoliswe kuko - Phezulu"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:246
+msgid "Teletype or monospace text style"
+msgstr "I-Teletype okanye isimbo sombhalo we-monospace"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:247
+msgid "Text"
+msgstr "Umbhalo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:248
+msgid "Text color"
+msgstr "Umbala wombhalo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:249
+msgid "Text entered by user"
+msgstr "Umbhalo ofakwe ngumsebenzisi"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:250
+msgid "Title"
+msgstr "Isihloko"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:251
+msgid "Topmargin in pixels"
+msgstr "I-Topmargin kwii-pixels"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:252
+msgid "URL"
+msgstr "i-URL"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:253
+msgid "Underlined text style"
+msgstr "Krwela umgca ngaphantsi kwisimbo sombhalo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:254
+msgid "Unordered list"
+msgstr "Uluhlu olungalungelelananga"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:255
+msgid "Use image map"
+msgstr "Sebenzisa imepu yemifanekiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:256
+msgid "Value"
+msgstr "Ixabiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:257
+msgid "Value interpretation"
+msgstr " Utoliko lwexabiso"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:258
+msgid "Variable or program argument"
+msgstr "Ugcino lwamaxabiso aguqukayo okanye inkqubo yesiphumezi-magama"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:259
+msgid "Vertical cell alignment"
+msgstr "Ulungelelwaniso lwe-cell ethe nkqo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:260
+msgid "Vertical space"
+msgstr "Isithuba esithe nkqo"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:261
+msgid "Visited link color"
+msgstr "Ukutyelelwa kombala wonxulumano"
+
+#: ../plugins/taglist/HTML.tags.xml.in.h:262
+msgid "Width"
+msgstr "Ububanzi"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:1
+#, fuzzy
+msgid "Bibliography (cite)"
+msgstr "Ucaphulo longeniso lombhali"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:2
+#, fuzzy
+msgid "Bibliography (item)"
+msgstr "Umba wongeniso lombhali"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:3
+#, fuzzy
+msgid "Bibliography (shortcite)"
+msgstr "I-shortcite yongeniso lombhali"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:4
+#, fuzzy
+msgid "Bibliography (thebibliography)"
+msgstr "Ungeniso lombhali"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:5
+msgid "Brackets ()"
+msgstr "Izibiyeli ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:6
+#, fuzzy
+msgid "Brackets <>"
+msgstr "Izibiyeli ()"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:7
+msgid "Brackets []"
+msgstr "Izibiyeli []"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:8
+msgid "Brackets {}"
+msgstr "Izibiyeli {}"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:10
+msgid "File input"
+msgstr "Ungeniso lwefayili"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:11
+msgid "Footnote"
+msgstr "I-Footnote"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:12
+msgid "Function cosin"
+msgstr "Umsebenzi i-cosin"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:13
+msgid "Function e^"
+msgstr "Umsebenzi u-e^"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:14
+msgid "Function exp"
+msgstr "Umsebenzi i-exp"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:15
+msgid "Function log"
+msgstr "Umsebenzi we-log"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:16
+msgid "Function log10"
+msgstr "Umsebenzi we-log10"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:17
+msgid "Function sine"
+msgstr "Umsebenzi we-sine"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:18
+msgid "Greek alpha"
+msgstr "I-alpha yoMgrike"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:19
+msgid "Greek beta"
+msgstr "Um-beta woMgrike"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:20
+msgid "Greek epsilon"
+msgstr "I-epsilon yoMgrike"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:21
+msgid "Greek gamma"
+msgstr "Um-gamma woMgrike"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:22
+msgid "Greek lambda"
+msgstr "I-lambda yoMgrike"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:23
+msgid "Greek rho"
+msgstr "Um-rho woMgrike"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:24
+msgid "Greek tau"
+msgstr "Um-tau woMgrike"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:25
+msgid "Header 0 (chapter)"
+msgstr "Okubhalwe ngasentla 0 (isahluko)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:26
+msgid "Header 0 (chapter*)"
+msgstr "Okubhalwe ngasentla 0 (isahluko*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:27
+msgid "Header 1 (section)"
+msgstr "Okubhalwe ngasentla 1 (icandelo)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:28
+msgid "Header 1 (section*)"
+msgstr "Okubhalwe ngasentla 1 (icandelo*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:29
+msgid "Header 2 (subsection)"
+msgstr "Okubhalwe ngasentla 2 (kwicandelo elingaphantsi)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:30
+msgid "Header 2 (subsection*)"
+msgstr "Okubhalwe ngasentla 2 (kwicandelo elingaphantsi*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:31
+msgid "Header 3 (subsubsection)"
+msgstr "Okubhalwe ngasentla 3 (kwicandelo elingaphantsi kanye ngaphantsi)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:32
+msgid "Header 3 (subsubsection*)"
+msgstr "Okubhalwe ngasentla 3 (kwicandelo elingaphantsi kanye ngaphantsi*)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:33
+msgid "Header 4 (paragraph)"
+msgstr "Okubhalwe ngasentla 4 (kumhlathi)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:34
+msgid "Header appendix"
+msgstr "Isihlomelo sokubhalwe ngasentla"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:35
+msgid "Item"
+msgstr "Umba"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:36
+msgid "Item with label"
+msgstr "Umba oneleyibhile"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:37
+msgid "Latex - Tags"
+msgstr "Iziphawuli- ze-Latex"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:38
+msgid "List description"
+msgstr "Uluhlu lwenkcazelo"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:39
+msgid "List enumerate"
+msgstr "Ukubhala uluhlu lwezinto nganye nganye"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:40
+msgid "List itemize"
+msgstr "Yenza uluhlu lwezinto"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:41
+msgid "Maths (display)"
+msgstr "Izibalo (bonisa)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:42
+msgid "Maths (inline)"
+msgstr "Izibalo (emgceni)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:43
+msgid "Operator fraction"
+msgstr "Iqhezu lomsebenzisi"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:44
+msgid "Operator integral (display)"
+msgstr "Umlawuli ongundoqo (bonisa)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:45
+msgid "Operator integral (inline)"
+msgstr "Umsebenzisi ongundoqo (osemgceni)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:46
+msgid "Operator sum (display)"
+msgstr "Isambuku somsebenzisi (kokubonisiweyo)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:47
+msgid "Operator sum (inline)"
+msgstr "Isambuku somsebenzisi (emgceni)"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:48
+msgid "Reference label"
+msgstr "Ileyibhile yezinto ezikhethwayo"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:49
+msgid "Reference ref"
+msgstr "Uluhlu lwezinto ezikhethwayo"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:50
+#, fuzzy
+msgid "Symbol <<"
+msgstr "Uphawu ne"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:51
+#, fuzzy
+msgid "Symbol <="
+msgstr "Uphawu &lt;="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:52
+#, fuzzy
+msgid "Symbol >="
+msgstr "Uphawu &lt;="
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:53
+#, fuzzy
+msgid "Symbol >>"
+msgstr "Uphawu ne"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:54
+msgid "Symbol and"
+msgstr "Uphawu ne"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:55
+msgid "Symbol const"
+msgstr "Uphawu lwe-const"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:56
+msgid "Symbol d-by-dt"
+msgstr "Uphawu lwe-d-by-dt"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:57
+msgid "Symbol d-by-dt-partial"
+msgstr "Uphawu lwe-d-by-dt-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:58
+msgid "Symbol d2-by-dt2-partial"
+msgstr "Uphawu lwe-d2-by-dt2-partial"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:59
+msgid "Symbol dagger"
+msgstr "Uphawu lwebhozo"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:60
+msgid "Symbol equiv"
+msgstr "Uphawu lwe-equiv"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:61
+msgid "Symbol hyphen --"
+msgstr "Uphawu lwechaphaza --"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:62
+msgid "Symbol hyphen ---"
+msgstr "Uphawu lwechaphaza ---"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:63
+msgid "Symbol infinity"
+msgstr "Uphawu olungenasiphelo"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:64
+msgid "Symbol mathspace ,"
+msgstr "Uphawu lwemathspace ,"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:65
+msgid "Symbol mathspace ."
+msgstr "Uphawu lwemathspace ."
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:66
+msgid "Symbol mathspace _"
+msgstr "Uphawu lwemathspace _"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:67
+msgid "Symbol mathspace __"
+msgstr "Uphawu lwemathspace __"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:68
+msgid "Symbol simeq"
+msgstr "Uphawu i-simeq"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:69
+msgid "Symbol star"
+msgstr "Uphawu lwe-star"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:70
+msgid "Typeface bold"
+msgstr "ITypeface engqindilili"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:71
+msgid "Typeface italic"
+msgstr "ITypeface yobu-italic"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:72
+msgid "Typeface slanted"
+msgstr "I-Typeface ikekele"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:73
+msgid "Typeface type"
+msgstr "Uhlobo lwe-Typeface"
+
+#: ../plugins/taglist/Latex.tags.xml.in.h:74
+msgid "Unbreakable text"
+msgstr "Umbhalo ongohlulekileyo"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:1
+msgid "XSLT - Axes"
+msgstr "I-XSLT - Amazembe"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:2
+msgid "XSLT - Elements"
+msgstr "XSLT - Izinto"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:3
+msgid "XSLT - Functions"
+msgstr "XSLT - Imisebenzi"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:4
+msgid "ancestor"
+msgstr "isinyanya"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:5
+msgid "ancestor-or-self"
+msgstr "isinyanya-okanye-wena qobo"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:6
+msgid "attribute"
+msgstr "Uphawu"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:7
+msgid "child"
+msgstr "inkqubo engumntwana"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:8
+msgid "descendant"
+msgstr "isizukulwana"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:9
+msgid "descendant-or-self"
+msgstr "isizukulwana-okanye-wena qobo"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:10
+msgid "following"
+msgstr "elandelayo"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:11
+msgid "following-sibling"
+msgstr "ngokulandela umntwakwenu"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:12
+msgid "namespace"
+msgstr "I-namespace"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:13
+msgid "parent"
+msgstr "umzali"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:14
+msgid "preceding"
+msgstr "ngaphambili kwento"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:15
+msgid "preceding-sibling"
+msgstr "ngaphambili-komntakwenu"
+
+#: ../plugins/taglist/XSLT.tags.xml.in.h:16
+msgid "self"
+msgstr "mna"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:146
+msgid "Tag list plugin"
+msgstr "Ungeniso loluhlu lwesiphawuli"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:167
+msgid "Select the group of tags you want to use"
+msgstr "Khetha iqela leziphawuli ofuna ukuzisebenzisa"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:189
+msgid "Available Tag Lists"
+msgstr "Uluhlu Lweziphawuli Ezifumanekayo"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:191
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:212
+msgid "Tags"
+msgstr "Iziphawuli"
+
+#: ../plugins/taglist/gedit-taglist-plugin-window.c:201
+msgid "Double-click on a tag to insert it in the current document"
+msgstr "Cofa kabini kwisiphawuli ukusifaka kuxhwebhu olukhoyo"
+
+#: ../plugins/taglist/gedit-taglist-plugin.c:46
+msgid "Tag _List"
+msgstr "_Uluhlu lwesiphawuli"
+
+#.
+#. #define MENU_ITEM_NAME "TagList"
+#.
+#: ../plugins/taglist/gedit-taglist-plugin.c:51
+msgid "Show the tag list window"
+msgstr "Bonisa ifestile yoluhlu lwesiphawuli"
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:1
+msgid ""
+"Provides a method to easily insert into a document commonly used tags/"
+"strings without having to type them."
+msgstr ""
+"Inikeza ngendlela eyenza kubelula ukufaka kwixwebhu i-tags/strings "
+"kunganyanzelekanga ukuzichwetheza."
+
+#: ../plugins/taglist/taglist.gedit-plugin.desktop.in.h:2
+msgid "Tag list"
+msgstr "Uluhlu lophawu"
+
+#: ../plugins/time/time.c:49
+msgid "In_sert Date and Time..."
+msgstr "_Faka Umhla Nexesha..."
+
+#: ../plugins/time/time.c:52
+msgid "Insert current date and time at the cursor position"
+msgstr "Faka umhla wosuku olumiyo nexesha kwindawo yekhesa"
+
+#: ../plugins/time/time.c:457
+msgid "Available formats"
+msgstr "Ulungiselelo olufumanekayo"
+
+#: ../plugins/time/time.c:565
+msgid "Configure insert date/time plugin..."
+msgstr "Misela inkqubo yokufaka umhla/ixesha..."
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "Faka Umhla/Ixesha"
+
+#: ../plugins/time/time.gedit-plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "Faka umhla wosuku olumiyo nexesha kwindawo yekhesa."
+
+#: ../plugins/time/time.glade2.h:3
+msgid "<span size=\"small\">01/11/2002 17:52:00</span>"
+msgstr "<span size=\"small\">01/11/2002 17:52:00</span>"
+
+#: ../plugins/time/time.glade2.h:4
+msgid "<span weight=\"bold\"> When inserting date/time...</span>"
+msgstr "<span weight=\"bold\"> Xa ufaka umhla/ixesha...</span>"
+
+#: ../plugins/time/time.glade2.h:5
+msgid "Configure date/time plugin"
+msgstr "Misela inkqubo yofakelo lomhla/ixesha"
+
+#: ../plugins/time/time.glade2.h:6
+msgid "Insert Date and Time"
+msgstr "Faka Umhla Nexesha"
+
+#: ../plugins/time/time.glade2.h:7
+msgid "Use the _selected format"
+msgstr "Sebenzisa ulungiselelo _olukhethiweyo"
+
+#: ../plugins/time/time.glade2.h:8
+msgid "_Insert"
+msgstr "_Faka"
+
+#: ../plugins/time/time.glade2.h:9
+msgid "_Prompt for a format"
+msgstr "_Guqulela kolunye ulungiselelo"
+
+#: ../plugins/time/time.glade2.h:10
+msgid "_Use custom format"
+msgstr "_Sebenzisa indlela oyithandayo ozilungiselele yona"
diff --git a/po/zh_CN.po b/po/zh_CN.po
new file mode 100644
index 0000000..f62579e
--- /dev/null
+++ b/po/zh_CN.po
@@ -0,0 +1,3677 @@
+# Simplified Chinese translation of gedit.
+# Copyright (C) 2009-2019 gedit's COPYRIGHT HOLDER
+# This file is distributed under the same license ad the gedit package.
+# Original by Dillion Chen <dillon.chen@turbolinux.com.cn>
+# Totally rewritten by Tom Mak <mhh@126.com>, 2001
+# Minor update by Wang Jian <lark@linux.net.cn>, 2001
+# Sun Gl0n <gnome_int_l10n@ireland.sun.com>, 2002
+# Miles Hoo <MilesHoo@sohu.com>, 2002
+# Funda Wang <fundawang@linux.net.cn>, 2003-2005
+# 甘露(Gan Lu) <rhythm.gan@gmail.com>, 2009
+# Richard Ma <richard.ma.19850509@gmail.com>, 2009
+# 樊栖江(Fan Qijiang) <fqj1994@gmail.com>, 2009.
+# du baodao <centerpoint@139.com>, 2010.
+# Wylmer Wang <wantinghard@gmail.com>, 2010, 2013, 2014.
+# Aron Xu <aronxu@gnome.org>, 2010.
+# Colin Zhao <lonely.ibm@gmail.com>, 2011.
+# YunQiang Su <wzssyqa@gmail.com>, 2011, 2012.
+# Tong Hui <tonghuix@gmail.com>, 2014, 2015.
+# Bin Li <binli@gnome.org>, 2015.
+# Mingcong Bai <jeffbai@aosc.xyz>, 2015, 2016, 2018.
+# Dingzhong Chen <wsxy162@gmail.com>, 2019.
+# lumingzh <lumingzh@qq.com>, 2016-2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2022-09-05 22:36+0000\n"
+"PO-Revision-Date: 2022-09-11 13:57-0400\n"
+"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
+"Language-Team: Chinese - China <i18n-zh@googlegroups.com>\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 3.1.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7 data/org.gnome.gedit.desktop.in:3
+msgid "gedit"
+msgstr "Gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8
+msgid "Text editor"
+msgstr "文本编辑器"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is a general-purpose text editor."
+msgstr "gedit 是一个通用文本编辑器。"
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"Gedit 编辑器的第一目标是易于使用,它默认提供一个简单的界面。在启用插件后,它"
+"也可以提供更多的高级功能。"
+
+#: data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "编辑文本文件"
+
+#. Translators: Do NOT translate or localize the semicolons. The list MUST also
+#. end with a semicolon. It contains search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:15
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Plaintext;Write;gedit;文本;文字;编辑器;纯文本;编写;"
+
+#: data/org.gnome.gedit.desktop.in:19
+msgid "New Window"
+msgstr "新建窗口"
+
+#: data/org.gnome.gedit.desktop.in:23
+msgid "New Document"
+msgstr "新建文档"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "使用默认字体"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"指定编辑区域是否使用系统设置中的默认等宽字体取代 gedit 指定的字体。如果禁用此"
+"选项,编辑区域将使用“编辑器字体”选项中指定的字体显示文本。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "编辑器字体"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "风格方案"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "用于文本配色的 GtkSourceView 风格方案 ID。"
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "创建备份文件"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "Gedit 是否应该在保存文件时创建备份文件。"
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "自动保存"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"指定 gedit 是否每隔一段时间自动保存已修改的文件。您可以在“自动保存时间间隔”选"
+"项中设置该时间间隔。"
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "自动保存时间间隔"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr "文件修改后直到自动保存的时间(分钟)。仅当“自动保存”选项启用时才有效。"
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "最多撤消次数"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr "Gedit 撤消或重做的最多次数。使用“-1”表示无限制。"
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "折行模式"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"指定编辑区域中较长的行如何自动折行。设为“none”表示不折行,“word”表示在单词间"
+"折行,“char”表示在字符间折行。请注意,这些值是区分大小写的,所以请务必严格按"
+"照此处说明的大小写进行设置。"
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "使用上次的分割方式来处理折行"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"指定上一次的分割方式来处理折行,这样当折行模式关闭时我们仍然记得如何分割。使"
+"用“word”来表示在单词后折行,用“char”表示在单个字符后折行。"
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "制表符宽度"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "指定用于代替制表符的空格数。"
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "插入空格"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "指定 gedit 是否用空格代替制表符插入。"
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "自动缩进"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "指定 gedit 是否启用自动缩进。"
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "显示行号"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "指定 gedit 是否在编辑区域显示行号。"
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "突出显示当前行"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "指定 gedit 是否突出显示当前行。"
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "突出显示匹配的括号"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "指定 gedit 是否突出显示匹配的括号。"
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "显示右侧提示线"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "指定 gedit 是否在编辑区域显示右侧提示线。"
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "右侧提示线位置"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "指定右侧提示线的位置。"
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "文档背景图案类型"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "指定文档背景是否由图案填充。"
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "智能 Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"指定在按下 HOME 和 END 键时光标如何移动。设为“disabled”表示总是移动到行的开始"
+"或结尾,“after”表示第一次按下键时移动到行的开始或结尾、第二次按下键时移动到行"
+"内文本开始处(第一个非空格字符前)或文本结尾处(最后一个非空格字符"
+"后),“before”表示第一次按下键时移动到文本的开始或结尾、第二次按下键时移动到"
+"行的开始或结尾,“always”表示总是移动到文本的开始或结尾而非行的开始或结尾。"
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "恢复上次光标所在位置"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "指定 gedit 是否在加载文件时恢复上次光标所在位置。"
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "启用语法高亮"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "指定 gedit 是否启用语法高亮显示。"
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "启用搜索高亮"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "指定 gedit 是否高亮显示文件中所有搜索到的文本。"
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "保证文档以新行结尾"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "指定 gedit 是否应当保证文档末尾有一个新行。"
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "笔记本式标签页显示模式"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"指定何时显示笔记本式的标签页。设为“never”表示从不显示标签页,“always”表示总是"
+"显示标签页 ,“auto”表示只在多于一个标签页时显示。请注意,这些值是区分大小写"
+"的,所以请务必严格按照此处说明的大小写进行设置。"
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "状态栏可见"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "指定编辑窗口底部的状态栏是否可见。"
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "侧边栏可见"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "指定位于编辑窗口左侧的侧边栏是否可见。"
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "打印语法高亮"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "指定 gedit 是否在打印文档时打印语法高亮。"
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "打印页眉"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "指定 gedit 是否在打印文档时包含页眉。"
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "打印时使用的折行模式"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"指定打印时较长的行如何自动折行。设为“none”表示不折行,“word”表示在单词间折"
+"行,“char”表示在字符间折行。请注意,这些值是区分大小写的,所以请务必严格按照"
+"此处说明的大小写进行设置。"
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "打印行号"
+
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"当该值设为 0 时,文档打印的过程中将不会输出行号;否则将其设置为 N,则表示每 "
+"N 行打印一个行号。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "打印正文使用的字体"
+
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "指定打印时正文内容使用的字体。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "打印页眉使用的字体"
+
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 "指定打印时页眉使用的字体。仅当“打印页眉”选项启用时才有效。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "打印行号使用的字体"
+
+#: data/org.gnome.gedit.gschema.xml.in:228
+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 "指定打印时行号使用的字体。仅当“打印行号”选项值不为0时有效。"
+
+#: data/org.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "左边界"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "左边边界,以毫米计。"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "顶部边界"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "顶部边界,以毫米计。"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "右边界"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "右边边界,以毫米计。"
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "底部边界"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "底部边界,以毫米计。"
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "备选编码"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"在打开/保存文件选择器的字符编码菜单中列出备选的字符编码。“CURRENT”表示当前的"
+"本地编码。只有可识别的编码格式可用。默认值为空,在这种情况下,Gedit 会根据区"
+"域和语言来选择最佳默认选项。"
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "激活插件"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "已激活插件的列表。"
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "显示应用程序版本"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "显示可使用的编码选项列表"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "设置打开命令行中列出的文件时使用的字符编码"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "编码"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "在已存在的gedit 实例中新建一个最上层窗口"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "在已存在的 gedit 实例中新建一个文档"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "以独占方式打开文件直到文件关闭"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "以独立模式运行gedit"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[文件…] [+行[:列]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "显示帮助时出错。"
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s:无效的编码。"
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "不保存退出(_W)"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "取消(_C)"
+
+#: gedit/gedit-close-confirmation-dialog.c:295
+#: gedit/resources/gtk/menus-traditional.ui:33 gedit/resources/gtk/menus.ui:37
+msgid "_Save As…"
+msgstr "另存为(_S)…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "保存(_S)"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "如果您不保存,之前 %ld 秒所作的更改将永久丢失。"
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "如果您不保存,之前 1 分钟所作的更改将永久丢失。"
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "如果您不保存,之前 1 分 %ld 秒所作的更改将永久丢失。"
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "如果您不保存,之前 %ld 分钟所作的更改将永久丢失。"
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "如果您不保存,之前 1 小时所作的更改将永久丢失。"
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "如果您不保存,之前 1 小时 %d 分钟所作的更改将永久丢失。"
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "如果您不保存,之前 %d 小时所作的更改将永久丢失。"
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "在关闭前将更改保存到文档“%s”吗?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "有 %d 个文档已被更改且未保存。在关闭前保存更改吗?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "选择想要保存的文档(_E):"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "如果您不保存,您所做的全部更改将永久丢失。"
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "正在载入文件“%s”…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "正在载入 %d 个文件…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "文件“%s”为只读。"
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "您想要尝试将其替换为正在保存的文件吗?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "替换(_R)"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "是否压缩保存文件?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "是否保存为纯文本文件?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr "文件“%s”上次保存为纯文本,现在将使用压缩方式保存。"
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "使用压缩保存(_S)"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "文件“%s”上次使用压缩方式保存,现在将保存为纯文本。"
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "保存为纯文本(_S)"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "正在保存文件“%s”…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "另存为"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "正在还原文档“%s”…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "是否放弃对文档“%s”所作的未保存更改?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "之前 %ld 秒内对文档所作的更改将永久丢失。"
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "之前 1 分钟内对文档所作的更改将永久丢失。"
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "之前 1 分 %ld 秒内对文档所作的更改将永久丢失。"
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "之前 %ld 分钟内对文档所作的更改将永久丢失。"
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "之前 1 小时内对文档所作的更改将永久丢失。"
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "之前 1 小时 %d 分钟内对文档所作的更改将永久丢失。"
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "之前 %d 小时内对文档所做的更改将永久丢失。"
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "还原(_R)"
+
+#. Main authors: the top 5 (to not have a too long list), by
+#. * relative contribution (number of commits at the time of
+#. * writing).
+#.
+#: gedit/gedit-commands-help.c:85
+msgid "Main authors:"
+msgstr "主要作者:"
+
+#: gedit/gedit-commands-help.c:92
+msgid "Many thanks also to:"
+msgstr "同时非常感谢:"
+
+#: gedit/gedit-commands-help.c:102
+msgid "and many other contributors."
+msgstr "和其它很多贡献者。"
+
+#: gedit/gedit-commands-help.c:120
+msgid "gedit is an easy-to-use and general-purpose text editor"
+msgstr "gedit 是一个易于使用的通用文本编辑器"
+
+#: gedit/gedit-commands-help.c:125
+msgid "translator-credits"
+msgstr ""
+"Dillion Chen <dillon.chen@turbolinux.com.cn>, 2001\n"
+"Tom Mak <mhh@126.com>, 2001\n"
+"Wang Jian <lark@linux.net.cn>, 2001\n"
+"Sun Gl0n <gnome_int_l10n@ireland.sun.com>, 2002\n"
+"Miles Hoo <MilesHoo@sohu.com>, 2002\n"
+"Funda Wang <fundawang@linux.net.cn>, 2003, 2004, 2005\n"
+"甘露(Gan Lu) <rhythm.gan@gmail.com>, 2009\n"
+"Richard Ma <richard.ma.19850509@gmail.com>, 2009\n"
+"樊栖江(Fan Qijiang) <fqj1994@gmail.com>, 2009, 2010\n"
+"du baodao <centerpoint@139.com>, 2010\n"
+"Wylmer Wang <wantinghard@gmail.com>, 2010, 2013\n"
+"Aron Xu <aronxu@gnome.org>, 2010\n"
+"Colin Zhao <lonely.ibm@gmail.com>, 2011\n"
+"YunQiang Su <wzssyqa@gmail.com>, 2011, 2012\n"
+"Tong Hui <tonghuix@gmail.com>, 2014\n"
+"Bin Li <binli@gnome.org>, 2015.\n"
+"Mingcong Bai <jeffbai@aosc.xyz>, 2015, 2016, 2018.\n"
+"lumingzh <lumingzh@qq.com>, 2016, 2022.\n"
+"Dingzhong Chen <wsxy162@gmail.com>, 2019."
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "找到并替换了 %d 处"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "找到并替换了 1 处"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "未找到“%s”"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "标签页组 %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1085
+#: gedit/gedit-window.c:1091 gedit/gedit-window.c:1099
+msgid "Read-Only"
+msgstr "只读"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "当前语系(%s)"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "自动检测"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "添加或删除…"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s(当前语系)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "您真的要重置字符编码配置吗?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "重置(_R)"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "添加"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "删除"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "优先级提高一级"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "优先级降低一级"
+
+#: gedit/gedit-factory.c:29
+#, c-format
+msgid "Untitled Document %d"
+msgstr "无标题文档 %d"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "所有文件"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "所有文本文件"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "字符编码(_H):"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "行尾(_I)"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "打开文件"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2656
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "打开(_O)"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:416
+msgid "_Retry"
+msgstr "重试(_R)"
+
+#: gedit/gedit-io-error-info-bar.c:157
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "找不到文件“%s”。"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:177
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "无法处理“%s:”的位置。"
+
+#: gedit/gedit-io-error-info-bar.c:183
+msgid "Unable to handle this location."
+msgstr "无法处理该位置。"
+
+#: gedit/gedit-io-error-info-bar.c:192
+msgid "The location of the file cannot be accessed."
+msgstr "无法访问该文件所在位置。"
+
+#: gedit/gedit-io-error-info-bar.c:196
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s”是一个目录。"
+
+#: gedit/gedit-io-error-info-bar.c:198 gedit/gedit-io-error-info-bar.c:205
+msgid "Please check that you typed the location correctly and try again."
+msgstr "请检查您输入的位置是否正确并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:203
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s”是一个无效位置。"
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:239
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr "找不到主机“%s”。请检查您的代理服务器设置是否正确并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:254
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr "主机名无效。请检查您输入的位置是否正确并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:262
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s”不是常规文件。"
+
+#: gedit/gedit-io-error-info-bar.c:267
+msgid "Connection timed out. Please try again."
+msgstr "连接超时。请重试。"
+
+#: gedit/gedit-io-error-info-bar.c:300
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "意外错误:%s"
+
+#: gedit/gedit-io-error-info-bar.c:336
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "找不到该文件。可能它已被删除。"
+
+#: gedit/gedit-io-error-info-bar.c:346
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "无法还原文件“%s”。"
+
+#: gedit/gedit-io-error-info-bar.c:373
+msgid "Ch_aracter Encoding:"
+msgstr "字符编码(_A):"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:424
+msgid "Edit Any_way"
+msgstr "仍然编辑(_W)"
+
+#: gedit/gedit-io-error-info-bar.c:512
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "已达到跟随链接的层数极限,在此极限内未能找到真正的文件。"
+
+#: gedit/gedit-io-error-info-bar.c:516
+msgid "You do not have the permissions necessary to open the file."
+msgstr "您没有打开文件所需的权限。"
+
+#: gedit/gedit-io-error-info-bar.c:522
+msgid "Unable to detect the character encoding."
+msgstr "无法检测字符编码。"
+
+#: gedit/gedit-io-error-info-bar.c:523 gedit/gedit-io-error-info-bar.c:547
+msgid "Please check that you are not trying to open a binary file."
+msgstr "请检查您是否正试图打开一个二进制文件。"
+
+#: gedit/gedit-io-error-info-bar.c:524
+msgid "Select a character encoding from the menu and try again."
+msgstr "从菜单中选择一种字符编码并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:530
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "打开文件“%s”时出错。"
+
+#: gedit/gedit-io-error-info-bar.c:532
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr "您打开的文件含有无效字符。如果您强行编辑该文件,可能会造成文件损坏。"
+
+#: gedit/gedit-io-error-info-bar.c:535
+msgid "You can also choose another character encoding and try again."
+msgstr "您可以另选一种字符编码并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:544
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "无法使用“%2$s”字符编码打开文件“%1$s”。"
+
+#: gedit/gedit-io-error-info-bar.c:548 gedit/gedit-io-error-info-bar.c:623
+msgid "Select a different character encoding from the menu and try again."
+msgstr "从菜单中另选一种不同的字符编码并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:560
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "无法打开文件“%s”。"
+
+#: gedit/gedit-io-error-info-bar.c:618
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "无法使用“%2$s”字符编码保存文件“%1$s”。"
+
+#: gedit/gedit-io-error-info-bar.c:621
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr "文档中有一个或多个字符无法使用指定的字符编码表示。"
+
+#: gedit/gedit-io-error-info-bar.c:692
+msgid "S_ave Anyway"
+msgstr "仍然保存(_A)"
+
+#: gedit/gedit-io-error-info-bar.c:695
+msgid "D_on’t Save"
+msgstr "不保存(_O)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:709
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "文件“%s”的内容在加载时发生了更改。"
+
+#: gedit/gedit-io-error-info-bar.c:724
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "如果您保存的话,所有在外部发生的更改都会丢失。仍然要保存吗?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:782
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "无法以写入模式处理“%s:”的位置。请检查输入的位置是否正确并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:790
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "无法以写入模式处理该位置。请检查输入的位置是否正确并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:799
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr "“%s”是一个无效位置。请检查输入的位置是否正确并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:806
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr "您没有足够的权限保存该文件。请检查输入的位置是否正确并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:812
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr "没有足够的磁盘空间用于保存文件。请释放一些磁盘空间并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:817
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr "您正试图将文件保存到只读磁盘。请检查输入的位置是否正确并重试。"
+
+#: gedit/gedit-io-error-info-bar.c:823
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "已存在同名文件。请使用不同的文件名。"
+
+#: gedit/gedit-io-error-info-bar.c:828
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr "您试图用来保存文件的磁盘对文件名长度有限制。请使用短一些的文件名。"
+
+#: gedit/gedit-io-error-info-bar.c:839
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"您试图用来保存文件的磁盘对文件大小有限制。请保存较小的文件或将文件保存到没有"
+"此限制的磁盘上。"
+
+#: gedit/gedit-io-error-info-bar.c:856
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "无法保存文件“%s”。"
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "单击此按钮选择编辑器使用的字体"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "使用系统等宽字体(%s)(_U)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "无法安装选中的配色方案:%s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "无法安装选中的配色方案。"
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "添加配色方案"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "添加方案(_A)"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "配色方案文件"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "无法删除配色方案“%s”。"
+
+#: gedit/gedit-print-job.c:228
+msgid "Preparing…"
+msgstr "正在准备…"
+
+#: gedit/gedit-print-job.c:540
+#, c-format
+msgid "File: %s"
+msgstr "文件:%s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:549
+msgid "Page %N of %Q"
+msgstr "第 %N 页,共 %Q 页"
+
+#: gedit/gedit-print-job.c:627
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "正在渲染第 %d 页,共 %d 页…"
+
+#: gedit/gedit-print-job.c:731
+msgid "Text Editor"
+msgstr "文本编辑器"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "第 %d 页,共 %d 页"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "无"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "查找和替换"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "覆盖"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "插入"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "有 %d 个标签页出现错误"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:830
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "正在从 %2$s 还原 %1$s"
+
+#: gedit/gedit-tab.c:837
+#, c-format
+msgid "Reverting %s"
+msgstr "正在还原 %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:850
+#, c-format
+msgid "Loading %s from %s"
+msgstr "正在从 %2$s 载入 %1$s"
+
+#: gedit/gedit-tab.c:857
+#, c-format
+msgid "Loading %s"
+msgstr "正在载入 %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:937
+#, c-format
+msgid "Saving %s to %s"
+msgstr "正在将 %2$s 保存到 %1$s"
+
+#: gedit/gedit-tab.c:942
+#, c-format
+msgid "Saving %s"
+msgstr "正在保存 %s"
+
+#: gedit/gedit-tab.c:1515
+#, c-format
+msgid "Error opening file %s"
+msgstr "打开文件 %s 时出错"
+
+#: gedit/gedit-tab.c:1520
+#, c-format
+msgid "Error reverting file %s"
+msgstr "还原文件 %s 时出错"
+
+#: gedit/gedit-tab.c:1525
+#, c-format
+msgid "Error saving file %s"
+msgstr "保存文件 %s 时出错"
+
+#: gedit/gedit-tab.c:1556
+msgid "Name:"
+msgstr "名称:"
+
+#: gedit/gedit-tab.c:1557
+msgid "MIME Type:"
+msgstr "MIME 类型:"
+
+#: gedit/gedit-tab.c:1558
+msgid "Encoding:"
+msgstr "编码:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:387
+#, c-format
+msgid "/ on %s"
+msgstr "%s 上的 /"
+
+#: gedit/gedit-utils.c:532
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:534
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:536
+msgid "Windows"
+msgstr "Windows"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "第 %d 次,共 %d 次出现"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "回到文档头部继续搜索(_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "作为正则表达式匹配(_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "只匹配整个单词(_E)"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "区分大小写(_M)"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "您想要搜索的字符串"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "您想要将光标移动到的行"
+
+#: gedit/gedit-window.c:922
+msgid "Bracket match is out of range"
+msgstr "括号匹配超出范围"
+
+#: gedit/gedit-window.c:927
+msgid "Bracket match not found"
+msgstr "未找到括号匹配"
+
+#: gedit/gedit-window.c:932
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "在第 %d 行找到了括号匹配"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:967
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " 第 %d 行,第 %d 列"
+
+#: gedit/gedit-window.c:1151
+#, c-format
+msgid "Tab Width: %u"
+msgstr "制表符宽度:%u"
+
+#: gedit/gedit-window.c:1169 plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "纯文本"
+
+#: gedit/gedit-window.c:1496
+msgid "There are unsaved documents"
+msgstr "有未保存的文档"
+
+#: gedit/gedit-window.c:2333
+msgid "Change side panel page"
+msgstr "更改侧边栏页面"
+
+#: gedit/gedit-window.c:2353 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "文档"
+
+#: gedit/gedit-window.c:2657
+msgid "Open a file"
+msgstr "打开文件"
+
+#: gedit/gedit-window.c:2661
+msgid "Open a recently used file"
+msgstr "打开最近使用的文件"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "左移(_L)"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "右移(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "移到新窗口(_W)"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "移到新标签页组(_G)"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "关闭(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "自动缩进"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "使用空格"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "显示行号"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "显示右侧提示线"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "突出显示当前行"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "文本折行"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "文件(_F)"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "新建(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "最近打开(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "重新打开已关闭标签页(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "另存为(_A)…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "新窗口(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:148
+#: gedit/resources/gtk/menus-traditional.ui:9 gedit/resources/gtk/menus.ui:9
+msgid "_Reload"
+msgstr "重新载入(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:155
+#: gedit/resources/gtk/menus-traditional.ui:14 gedit/resources/gtk/menus.ui:14
+msgid "_Print…"
+msgstr "打印(_P)…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "退出(_Q)"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "编辑(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "撤消(_U)"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "重做(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "剪切(_U)"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "复制(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "粘贴(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:892
+#: plugins/filebrowser/gedit-file-browser-plugin.c:927
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "删除(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "覆盖模式(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "全部选中(_A)"
+
+#: gedit/resources/gtk/menus-common.ui:230
+#: gedit/resources/gtk/menus-traditional.ui:108
+#: gedit/resources/gtk/menus.ui:112
+msgid "_Preferences"
+msgstr "首选项(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:237
+#: gedit/resources/gtk/menus-traditional.ui:68 gedit/resources/gtk/menus.ui:72
+msgid "_View"
+msgstr "查看(_V)"
+
+#: gedit/resources/gtk/menus-common.ui:241
+#: gedit/resources/gtk/menus-traditional.ui:72 gedit/resources/gtk/menus.ui:76
+msgid "Side _Panel"
+msgstr "侧边栏(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:246
+#: gedit/resources/gtk/menus-traditional.ui:76 gedit/resources/gtk/menus.ui:80
+msgid "_Bottom Panel"
+msgstr "底部面板(_B)"
+
+#: gedit/resources/gtk/menus-common.ui:255
+#: gedit/resources/gtk/menus-traditional.ui:19 gedit/resources/gtk/menus.ui:19
+msgid "_Fullscreen"
+msgstr "全屏(_F)"
+
+#: gedit/resources/gtk/menus-common.ui:263
+#: gedit/resources/gtk/menus-traditional.ui:87 gedit/resources/gtk/menus.ui:91
+msgid "_Highlight Mode…"
+msgstr "高亮模式(_H)…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "搜索(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:273
+#: gedit/resources/gtk/menus-traditional.ui:50 gedit/resources/gtk/menus.ui:54
+msgid "_Find…"
+msgstr "查找(_F)…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "查找下一个(_X)"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "查找上一个(_V)"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "查找和替换(_R)…"
+
+#: gedit/resources/gtk/menus-common.ui:299
+#: gedit/resources/gtk/menus-traditional.ui:58 gedit/resources/gtk/menus.ui:62
+msgid "_Clear Highlight"
+msgstr "清除高亮(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "跳到行(_L)…"
+
+#: gedit/resources/gtk/menus-common.ui:314
+#: gedit/resources/gtk/menus-traditional.ui:93 gedit/resources/gtk/menus.ui:97
+msgid "_Tools"
+msgstr "工具(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "文档(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "全部保存(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "全部关闭(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "新建标签页组(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "上一个标签页组(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "下一个标签页组(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "上一个文档(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "下一个文档(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "移到新窗口(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: gedit/resources/gtk/menus.ui:123 plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "帮助(_H)"
+
+#: gedit/resources/gtk/menus-common.ui:394
+#: gedit/resources/gtk/menus-traditional.ui:123
+#: gedit/resources/gtk/menus.ui:127
+msgid "_About gedit"
+msgstr "关于 Gedit(_A)"
+
+#: gedit/resources/gtk/menus-traditional.ui:37 gedit/resources/gtk/menus.ui:41
+msgid "Save _All"
+msgstr "全部保存(_A)"
+
+#: gedit/resources/gtk/menus-traditional.ui:54 gedit/resources/gtk/menus.ui:58
+msgid "_Find and Replace…"
+msgstr "查找和替换(_F)…"
+
+#: gedit/resources/gtk/menus-traditional.ui:62 gedit/resources/gtk/menus.ui:66
+msgid "_Go to Line…"
+msgstr "跳到行(_G)…"
+
+#: gedit/resources/gtk/menus-traditional.ui:115
+#: gedit/resources/gtk/menus.ui:119
+msgid "_Keyboard Shortcuts"
+msgstr "快捷键(_K)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "字符编码"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "应用(_A)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "可用编码(_V)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "已选编码(_S)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "描述(_D)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "编码(_E)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "首选项"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "显示行号(_D)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "显示右边距线(列)(_M):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "显示状态栏(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "显示网格图案(_G)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "文本折行"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "启用自动折行(_W)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "避免在单词内换行(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "高亮"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "突出显示当前行(_L)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "突出显示匹配的括号(_B)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "查看"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "制表符"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "制表符宽度(_T):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "使用空格代替制表符插入(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "启用自动缩进(_E)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "文件保存"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "在保存前创建备份文件(_B)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "自动保存间隔(_A)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "分钟(_M)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "编辑器"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "字体"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "编辑器字体(_F):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "选择编辑器字体"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "配色方案"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "安装方案"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "安装方案"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "卸载方案"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "卸载方案"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "字体和颜色"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "插件"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "语法高亮"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "打印语法高亮(_X)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "行号"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "打印行号(_M)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "行号间隔(_N):每"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "行打印一个行号"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "页眉"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "打印页眉(_H)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "字体"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "正文(_B):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "行号(_L):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "页眉和页脚(_A):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "恢复为默认字体(_R)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "显示上一页"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "显示下一页"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "当前页面(Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "/"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "总计页数"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "文档的总页数"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "显示多页"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "缩放至 1:1"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "缩放至适合整个页面"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "放大页面"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "缩小页面"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "关闭打印预览"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "关闭预览(_C)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "页面预览"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "待打印文档页面的预览"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "全部替换(_A)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "查找(_F)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "查找(_I)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "替换为(_W)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "区分大小写(_M)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "匹配整个单词(_E)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "正则表达式(_G)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "反向搜索(_B)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "回到文档头部继续搜索(_P)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "以标签页方式新建文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "打开文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "保存文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "以新文件名保存文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "保存所有文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "关闭文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "关闭所有文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "重新打开最近关闭的文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "切换到下一个文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "切换到上一个文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "切换到第 1 到 9 个文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "窗口和面板"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "以窗口方式新建文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "新建标签页组"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "显示侧边栏"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "显示底部面板"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "全屏开/关"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "退出程序"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "查找和替换"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "查找"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "查找下一个"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "查找上一个"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "清除高亮"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "撤消和重做"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "撤消上一个命令"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "重做上一个命令"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "选择"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "选择全部文本"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "取消全选文本"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "复制和粘贴"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "将选中文本复制到剪贴板"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "将选中文本剪切到剪贴板"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "粘贴剪贴板上的内容"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "导航"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "跳到行"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "移动到当前行头部"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "移动到当前行尾部"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "移动到文档开头"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "切换到文档末尾"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "在文件内上移视区"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "在文件内下移视区"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "移动视区到文件末尾"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "移动视区到文件开头"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "移动到匹配的括号"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "前往上一个标签页组"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "前往下一个标签页组"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "编辑"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "切换插入/覆盖"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "切换光标可见性"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "删除当前行"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "上移当前行"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "下移当前行"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "左移当前单词"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "右移当前单词"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "转换为大写"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "转换为小写"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "反转大小写"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "递增光标处的数字"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "递减光标处的数字"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "工具"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "拼写检查"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "打印文档"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "显示完成窗口"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "常规"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "显示帮助"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "打开菜单"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "键盘快捷键"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "关闭文档"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "新建文档"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "新建"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "保存当前文件"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "保存"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "隐藏面板"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "退出全屏"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "文档统计"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "报告文档中的单词数、行数和字符数。"
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "文档统计(_D)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "文档"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "选中区域"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "行数"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "单词数"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "字符数(含空格)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "字符数(不含空格)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "字节数"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "构建"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "在文档目录中运行“make”"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "在此处打开终端"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "在文档所在的位置打开终端"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "删除行尾空格"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "删除文件中无用的行尾空格"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "运行命令"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "执行自定义命令并将其输出写入新文档中"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "发送到 fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "将选中文字或当前文档粘贴到 fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "外部工具"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "执行外部命令和 Shell 脚本。"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "是否使用系统字体"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"如果为 true,外部工具将在使用等宽字体时直接调用桌面的全局标准字体(否则将调用"
+"最接近的字体)。"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango 字体名称,例如“Sans 12”或“Monospace Bold 14”。"
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "管理外部工具…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "外部工具(_T)"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "无法执行命令:%s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "您必须位于单词内才能运行该命令"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "运行工具:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "完成。"
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "已退出"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "所有语言"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "所有语言"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "新建工具"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "此快捷键已绑定到 %s"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "按下新的快捷键,或按 Backspace 清除"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "按下新快捷键"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "已停止。"
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "停用工具"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "始终可用"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "所有文档"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "除无标题文档外的全部文档"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "仅本地文件"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "仅远程文件"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "仅无标题文档"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "当前文档"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "当前选中区域"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "当前选中区域(默认为整个文档)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "当前行"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "当前单词"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "在下方面板中显示"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "新建文档"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "追加到当前文档"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "替换当前文档"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "替换选中区域"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "在光标处插入"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "管理外部工具"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "添加一个新工具"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "添加工具"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "删除选中的工具"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "删除工具"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "还原工具"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "还原工具"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "快捷键(_K):"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "保存(_S):"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "输入(_I):"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "输出(_O):"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "适用范围(_A):"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "工具输出"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "文件浏览器面板"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "从侧边栏轻松地访问文件。"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "首页"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "文件系统"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:502
+msgid "File Browser"
+msgstr "文件浏览器"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:632
+msgid "An error occurred while creating a new directory"
+msgstr "新建目录时出错"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:635
+msgid "An error occurred while creating a new file"
+msgstr "新建文件时出错"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:638
+msgid "An error occurred while renaming a file or directory"
+msgstr "重命名文件或目录时出错"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:641
+msgid "An error occurred while deleting a file or directory"
+msgstr "删除文件或目录时出错"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:644
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "在文件管理器中打开目录时出错"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:647
+msgid "An error occurred while setting a root directory"
+msgstr "设定根目录时出错"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:650
+msgid "An error occurred while loading a directory"
+msgstr "载入目录时出错"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:653
+msgid "An error occurred"
+msgstr "出错"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:875
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"无法将文件移动到回收站。\n"
+"您是否要将其永久删除?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:880
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "无法将文件“%s”移动到回收站。"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:885
+msgid "The selected files cannot be moved to the trash."
+msgstr "无法将选中文件移动到回收站。"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:913
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "您确定要永久删除“%s”吗?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:918
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "您确定要永久删除选中的文件吗?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:921
+msgid "If you delete an item, it is permanently lost."
+msgstr "如果您删除的话,该文件将无法恢复。"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(空)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"重命名后的文件因过滤器的作用而不可见。您需要调整您的过滤器设置才能使文件可见"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "无标题文档"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr ""
+"新建的文件因过滤器的作用而不可见。您需要调整您的过滤器设置才能使文件可见"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "未命名文件夹"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr ""
+"新建的目录因过滤器的作用而不可见。您需要调整您的过滤器设置才能使目录可见"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "书签"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "挂载的卷没有挂载对象:%s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "无法打开存储介质:%s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "无法挂载卷:%s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "载入“%s”时出错:没有这个目录"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "以树状视图打开"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "文件浏览器插件载入时打开树状视图而非书签视图"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "文件浏览器根目录"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"当 onload/tree_view 为 TRUE 时,文件浏览器插件载入时使用的文件浏览器根目录。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "文件浏览器虚拟根目录"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"当 onload/tree_view 为 TRUE 时,文件浏览器插件载入时使用的文件浏览器虚拟根目"
+"录。虚拟根目录必须位于实际根目录之下。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "启用远程位置恢复"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "设置是否启用远程位置恢复。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "设定为第一个文档所在位置"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"如果设为 TRUE 且之前没有使用文件浏览器,则文件浏览器插件将显示第一个打开的文"
+"档所在的目录。(这种情况通常出现在从命令行或者 Nautilus 打开文档)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "文件浏览器过滤方式"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"该值决定了文件浏览器过滤文件的方式。可供选择的值有:none(不进行过滤),hide-"
+"hidden(过滤隐藏文件),hide-binary(过滤二进制文件)。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "文件浏览器过滤模式"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr "文件浏览器进行过滤的模式。此过滤器附加于 filter_mode。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "文件浏览器二进制模式"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "过滤二进制文件的附加模式。"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "将激活文档所在位置设为根目录(_S)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "新建文件夹(_N)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "新建文件(_I)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "重命名(_R)…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "移动到回收站(_M)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "刷新视图(_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "查看文件夹(_V)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "在终端中打开(_O)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "过滤器(_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "显示隐藏文件(_H)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "显示二进制文件(_B)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "匹配文件名"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "历史"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "显示历史菜单"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "模式行"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "Gedit 的 Emacs、Kate 和 Vim 风格的模式行支持。"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "命令文本颜色"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "命令文本的颜色"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "错误文本颜色"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "错误的文本颜色"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"如果为 true,终端将使用桌面全局标准字体(如果是等宽字体,也可能使用的最类似字"
+"体)。"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "命令颜色(_O):"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "错误颜色(_E):"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python 控制台"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "位于底部面板的交互式 Python 控制台。"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "快速高亮"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "高亮选中文本的所有出现处。"
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "快速打开…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "快速打开"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "快速打开文件。"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "键入以搜索…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "管理片段(_S)…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "片段"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "无法创建归档文件“%s”"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "目标目录“%s”不存在"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "目标目录“%s”无效"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "文件“%s”不存在"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "文件“%s”不是有效的片段文件"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "导入的文件“%s”不是有效的片段文件"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "无法解压归档文件“%s”"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "无法导入下列文件:%s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "文件“%s”不是有效的片段归档文件"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "片段归档文件"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "添加新片段…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "全局"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "还原选中的片段"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "删除选中的片段"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"此 Tab 触发器无效。触发器必须由字母(或_,: 和 .)构成,或使用单个非字母字符"
+"(如“{”、“[”等)。"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "输入该单词后按 tab 键可激活片段插入"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "导入时发生下列错误:%s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "导入成功完成"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "导入片段"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "所有支持的归档文件"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip 压缩归档文件"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 压缩归档文件"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "单一片段文件"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "所有文件"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "导出时发生下列错误:%s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "导出成功完成"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "您是否想要在导出时包含选中的<b>系统</b>片段?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "没有选中的需要导出的片段"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "导出片段"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "按下新的快捷键,或按 Backspace 清除"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "按下新的快捷键"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "运行 Python 命令(%s)超过最长时限,运行中止。"
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "运行 Python 命令(%s)失败:%s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "快速插入常用的文本片段。"
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "管理片段"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "新建片段"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "添加片段"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "删除片段"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "导入片段"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "导出选中片段"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "导出片段"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "激活"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "_Tab 触发器:"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "快捷键(_H):"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "此片段的快捷键已经激活"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "拖放目标(_D):"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "排序(_O)…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "排序"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "逆向排序(_R)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "删除重复内容(_E)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "大小写敏感(_A)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "排序起始于列(_T):"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "排序(_S)"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "对文档或选中的文本排序。"
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "检查拼写(_C)…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "设置语言(_L)…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "高亮显示拼写错误的单词(_H)"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "高亮显示拼写错误的单词"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "高亮显示拼写错误的单词的默认设置。"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "配置拼写插件"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "新闻当的默认值"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "拼写检查器"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "检查当前文档的拼写。"
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "插入日期和时间(_S)…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "可用的格式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "提示类型"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr "指定插入日期/时间的时候提示用户选择格式或直接插入选定或自定义的格式。"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "选中的格式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "在插入日期/时间时使用选定的格式。"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "自定义格式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "在插入日期/时间时使用的自定义格式。"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "插入日期和时间"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "使用选中格式(_S)"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "使用自定义格式(_U)"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y/%m/%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2009/01/11 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "插入(_I)"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "配置日期/时间插件"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "在插入日期/时间时…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "提示可使用的格式(_P)"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "插入日期/时间"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "在光标处插入当前的日期和时间。"
+
+#~ msgid "gedit is the text editor of the GNOME desktop environment."
+#~ msgstr "gedit 是 GNOME 桌面环境的文本编辑器。"
+
+#~ msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+#~ msgstr "gedit 是 GNOME 桌面的小型和轻量文本编辑器"
+
+#~ msgid "Highlight Mode"
+#~ msgstr "高亮模式"
+
+#~ msgid "_Select"
+#~ msgstr "选择(_S)"
+
+#~ msgid "Search highlight mode…"
+#~ msgstr "搜索高亮模式…"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "Gedit 是 GNOME 桌面环境的官方文本编辑器。它简单易用,是一款强大的通用文本"
+#~ "编辑器。"
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr "无论写书、编程还是简单的速记,gedit都是一款能胜任的可靠工具。"
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr "它灵活的插件系统使您可以按需定制,适应您的工作要求。"
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "激活插件的列表。其中包含激活插件的“位置”。请参看 .gedit-plugin 文件以便获"
+#~ "悉各个插件的“位置”。"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "字符编码:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "行尾:"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "无法创建目录“%s”:g_mkdir_with_parents() 失败:%s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "添加方案(_D)"
+
+#~ msgid "Check update"
+#~ msgstr "检查更新"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "检查是否有新版本的 gedit"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "显示链接时出错。"
+
+#~ msgid "_Download"
+#~ msgstr "下载(_D)"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "忽略该版本(_I)"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "发现新版本的 gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr ""
+#~ "您可以单击下载按钮下载最新版本的 gedit,或者忽略该版本并等待更新的版本"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "忽略的版本"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "在更新的版本发布之前忽略的版本。"
+
+#~ msgid "Display Overview Map"
+#~ msgstr "显示概览图"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "指定 gedit 是否为文档显示概览图。"
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "工具栏可见"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "指定编辑窗口中是否显示工具栏。"
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "最近文件的最大数量"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr "指定在“最近文件”子菜单中显示的文件数的最大值。"
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "对文档“%s”所作的更改将永久丢失。"
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "保存功能已被系统管理员禁用。"
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "对 %d 个文档所作的更改将永久丢失。"
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "未保存的已更改文档(_E):"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "打开"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "没有更改需要保存"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "位置“%s”当前无法访问。"
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "您的系统处于离线状态。请检查网络。"
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "不要编辑(_O)"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "文件“%s”已在另一个窗口中打开。"
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "仍然要编辑该文件吗?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "保存“%s”时无法创建备份文件"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "保存“%s”时无法创建临时备份文件"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "无法在保存新文件时备份原来的文件。您可以忽略此警告继续保存操作,但如果在保"
+#~ "存过程中发生了错误,您可能会丢失原文件的副本。仍然要保存吗?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "文件“%s”在磁盘上已发生改变。"
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "放弃修改并重新载入(_R)"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "保存“%s”的过程中检测到无效字符"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr "如果您强行保存该文件,可能会造成文件损坏。仍然要保存吗?"
+
+#~ msgid "No results"
+#~ msgstr "没有找到结果"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "其他文档(_D)…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "显示概览图(_O)"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "加入选中行"
+
+#~ msgid "Open"
+#~ msgstr "打开"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "打开文件对话框"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "请检查您是否已正确安装。"
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "无法打开界面文件 %s。错误:%s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "在文件 %2$s 中找不到对象“%1$s”。"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~| msgid "Document"
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~| msgctxt "shortcut window"
+#~| msgid "Check spelling"
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
+
+#~ msgid "gedit Text Editor"
+#~ msgstr "gedit 文本编辑器"
+
+#~ msgid "_About"
+#~ msgstr "关于(_A)"
+
+#~ msgid "Tools"
+#~ msgstr "工具"
+
+#~ msgid "_Ignore"
+#~ msgstr "忽略(_I)"
+
+#~ msgid "Manage _External Tools..."
+#~ msgstr "管理外部工具(_E)..."
+
+#~ msgid "Quick Open..."
+#~ msgstr "快速打开..."
+
+#~ msgid "Manage _Snippets..."
+#~ msgstr "管理片段(_S)..."
+
+#~ msgid "In_sert Date and Time..."
+#~ msgstr "插入日期和时间(_S)..."
+
+#~ msgid "Open a New Window"
+#~ msgstr "打开新窗口"
+
+#~ msgid "Open a New Document"
+#~ msgstr "打开新文档"
+
+#~ msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+#~ msgstr "设置窗口的尺寸和位置(宽度x高度+X+Y)"
+
+#~ msgid "GEOMETRY"
+#~ msgstr "几何属性"
diff --git a/po/zh_HK.po b/po/zh_HK.po
new file mode 100644
index 0000000..be748d9
--- /dev/null
+++ b/po/zh_HK.po
@@ -0,0 +1,3323 @@
+# Chinese (Hong Kong) translation of gedit.
+# Copyright (C) 2000-07 Free Software Foundation, Inc.
+# Jing-Jong Shyue <shyue@sonoma.com.tw>, 2000.
+# Abel Cheung <abel@oaka.org>, 2001-2003.
+# Anthony Tang <tkyanthony@yahoo.com.hk>, 2004.
+# Woodman Tuen <wmtuen@gmail.com>, 2005-2007.
+# Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>, 2008, 2010.
+# Wei-Lun Chao <chaoweilun@gmail.com>, 2010.
+# Pin-hsien Li <pspeter9931@gmail.com>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 3.3.7\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-08-30 17:11+0000\n"
+"PO-Revision-Date: 2014-08-31 15:53+0800\n"
+"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
+"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
+"Language: zh_HK\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 1.6.3\n"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:1
+msgid ""
+"gedit is the official text editor of the GNOME desktop environment. While "
+"aiming at simplicity and ease of use, gedit is a powerful general purpose "
+"text editor."
+msgstr "gedit 是 GNOME 桌面環境的官方文字編輯器。着重於簡單、易用,gedit 是一個功能強大的多用途文字編輯器。"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:2
+msgid ""
+"Whether you are writing the next bestseller, programming an innovative "
+"application, or simply taking some quick notes, gedit will be a reliable "
+"tool to accomplish your task."
+msgstr "無論你是在撰寫下一本暢銷書、設計創新的應用程式,或者只是做個快速筆記,gedit 都會是能完成你工作的可靠工具。"
+
+#: ../data/org.gnome.gedit.appdata.xml.in.h:3
+msgid ""
+"Its flexible plugin system allows you to tailor the application to your "
+"needs and adapt it to your workflow."
+msgstr "它多樣化的外掛程式系統允許你自選應用程式以符合你的需求與工作流程。"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:1
+msgid "gedit"
+msgstr "gedit"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:2 ../gedit/gedit-print-job.c:774
+msgid "Text Editor"
+msgstr "文字編輯器"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:3
+msgid "Edit text files"
+msgstr "編輯文字檔"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:4
+msgid "gedit Text Editor"
+msgstr "gedit 文字編輯器"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:5
+msgid "Text;Editor;"
+msgstr "Text;Editor;文字;編輯器;"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:6
+msgid "Open a New Window"
+msgstr "開啟新的視窗"
+
+#: ../data/org.gnome.gedit.desktop.in.in.h:7
+msgid "Open a New Document"
+msgstr "開啟新的文件"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:1
+msgid "Use Default Font"
+msgstr "使用預設字型"
+
+#: ../data/org.gnome.gedit.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 gedit. If this option is turned off, then the "
+"font named in the \"Editor Font\" option will be used instead of the system "
+"font."
+msgstr "gedit 是否使用系統預設的固定闊度字型作為編輯文字使用,而不用 gedit 指定的字型。如果關閉本選項,則會使用「編輯器字型」選項中的字型,而不用系統字型。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:3
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:4
+msgid "Editor Font"
+msgstr "編輯器字型"
+
+#: ../data/org.gnome.gedit.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.gnome.gedit.gschema.xml.in.h:6
+msgid "Style Scheme"
+msgstr "樣式架構"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:7
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "用於文字顏色的 GtkSourceView 樣式架構 ID。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:8
+msgid "Create Backup Copies"
+msgstr "製作備份"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:9
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "gedit 儲存檔案時是否建立備份複本。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:10
+msgid "Autosave"
+msgstr "自動儲存"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:11
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the \"Autosave Interval\" "
+"option."
+msgstr "gedit 是否應每隔某段時間自動儲存修改過的檔案。你可以在「自動儲存相隔時間」選項中指定時間。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:12
+msgid "Autosave Interval"
+msgstr "自動儲存周期"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:13
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the \"Autosave\" option is turned on."
+msgstr "gedit 會在幾分鐘後自動儲存修改過的檔案。本選項只有在「自動儲存」選項開啟後才會生效。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:14
+msgid "Maximum Number of Undo Actions"
+msgstr "復原動作次數上限"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:15
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use "
+"\"-1\" for unlimited number of actions."
+msgstr "gedit 中復原或取消復原次數的上限。設為“-1”則為無限次。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:16
+msgid "Line Wrapping Mode"
+msgstr "換列模式"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:17
+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 "指定編輯區域如何換列。使用「none」代表不會換列,「word」代表在字詞間換列,及「char」代表在個別字符間換列。請注意,設定值是會分辨大小寫的,所以請確保設定值和上面所列出的完全一致。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:18
+msgid "Last split mode choice for line wrapping mode"
+msgstr "用於換列模式的上次分隔模式選項"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:19
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use \"word\" "
+"for wrapping at word boundaries, and \"char\" for wrapping at individual "
+"character boundaries."
+msgstr "指定上次用於換列模式的分隔模式,如此當換列模式關閉時我們仍能記住分隔模式選項。使用「word」表示以單字為換列根據據,而「char」表示以每個字符為換列根據據。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:20
+msgid "Tab Size"
+msgstr "Tab 字符闊度"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:21
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "指定顯示 Tab 字符時會以多少個空格代替。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:22
+msgid "Insert spaces"
+msgstr "插入空格"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:23
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "gedit 應否使用空格來代替 Tab 字符。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:24
+msgid "Automatic indent"
+msgstr "自動縮排"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:25
+msgid "Whether gedit should enable automatic indentation."
+msgstr "gedit 是否應啟用自動縮排的功能。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:26
+msgid "Display Line Numbers"
+msgstr "顯示列號"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:27
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "gedit 應否在編輯區域中顯示列號。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:28
+msgid "Highlight Current Line"
+msgstr "標示目前的行"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:29
+msgid "Whether gedit should highlight the current line."
+msgstr "gedit 應否在當前的行上啟用色彩顯示功能。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:30
+msgid "Highlight Matching Brackets"
+msgstr "高亮度顯示成對的括號"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:31
+msgid "Whether gedit should highlight matching brackets."
+msgstr "gedit 是否應以色彩顯示與目前選取的成對的弧號。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:32
+msgid "Display Right Margin"
+msgstr "顯示右邊邊界"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:33
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "gedit 應否在編輯區域中顯示右邊邊界。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:34
+msgid "Right Margin Position"
+msgstr "右邊邊界位置"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:35
+msgid "Specifies the position of the right margin."
+msgstr "指定右邊邊界位置。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:36
+msgid "Smart Home End"
+msgstr "智慧式 Home End"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:37
+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 "指定按下 HOME 與 END 鍵時游標要如何移動。使用「disabled」(停用)游標會移至行的開始/結束處。使用「after」(之後)游標會在第一次按下按鍵時移至行的開始/結束處,第二次按下按鍵時移至行的開始/結束處且略過空白字符。使用「before」(之前)游標會在移至行的開始/結束前先移到文字的開始/結束處。使用「always」(永遠)游標會以移至文字的開始/結束處代替移至行的開始/結束處。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:38
+msgid "Restore Previous Cursor Position"
+msgstr "回復先前的游標位置"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:39
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "gedit 載入檔案後應否回到先前的游標位置。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:40
+msgid "Enable Syntax Highlighting"
+msgstr "啟用語法色彩標示"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:41
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit 應否啟用語法色彩顯示的功能。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:42
+msgid "Enable Search Highlighting"
+msgstr "啟用搜尋標示功能"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:43
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "gedit 應否在搜尋後替匹配的字串加上標示。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:44
+msgid "Ensure Trailing Newline"
+msgstr "確保結尾以 Newline 結束"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:45
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "gedit 應否確保文件結尾是以換行(newline)結束。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:46
+msgid "Toolbar is Visible"
+msgstr "顯示工具列"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:47
+msgid "Whether the toolbar should be visible in editing windows."
+msgstr "編輯視窗應否顯示工具列。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:48
+msgid "Notebook Show Tabs Mode"
+msgstr "筆記本顯示分頁模式"
+
+# zh_HK: msgstr "指定打印時如何換列。使用“GTK_WRAP_NONE”代表不會換列,“GTK_WRAP_WORD”代表在字詞間換列,及“GTK_WRAP_CHAR”代表在個別字符間換列。請注意,設定值是會分辨大小寫的,所以請確保設定值和上面所列出的完全一致。"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:49
+msgid ""
+"Specifies when to show the notebook tabs. Use \"never\" to never show the "
+"tabs, \"always\" to always show the tabs, and \"auto\" to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr "指定打印時如何換列。使用“GTK_WRAP_NONE”代表不會換列,“GTK_WRAP_WORD”代表在字詞間換列,及“GTK_WRAP_CHAR”代表在個別字符間換列。請注意,設定值是會分辨大小寫的,所以請確保設定值和上面所列出的完全一致。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:50
+msgid "Status Bar is Visible"
+msgstr "顯示狀態列"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:51
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "編輯視窗的底部應否顯示狀態列。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:52
+msgid "Side panel is Visible"
+msgstr "顯示側邊面板"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:53
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "編輯視窗左側是否應顯示側邊面板。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:54
+msgid "Maximum Recent Files"
+msgstr "最近開啟檔案數目的上限"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:55
+msgid ""
+"Specifies the maximum number of recently opened files that will be displayed "
+"in the \"Recent Files\" submenu."
+msgstr "指定在「最近的檔案」副選單中,可以顯示多少個最近開啟的檔案。"
+
+# zh_HK: msgstr "打印時顯示語法色彩"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:56
+msgid "Print Syntax Highlighting"
+msgstr "打印時顯示語法色彩"
+
+# zh_HK: msgstr "gedit 應否在打印文件時加上語法色彩處理。"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:57
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "gedit 應否在打印文件時加上語法色彩處理。"
+
+# zh_HK: msgstr "打印頁首"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:58
+msgid "Print Header"
+msgstr "打印頁首"
+
+# zh_HK: msgstr "gedit 應否在打印文件時加上頁首。"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:59
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "gedit 應否在打印文件時加上頁首。"
+
+# zh_HK: msgstr "打印換列模式"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:60
+msgid "Printing Line Wrapping Mode"
+msgstr "打印換列模式"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:61
+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 "指定列印時如何換列。使用「none」代表不會換列,「word」代表在字詞間換列,及「char」代表在個別字符間換列。請注意,設定值是會分辨大小寫的,所以請確保設定值和上面所列出的完全一致。"
+
+# zh_HK: msgstr "打印列號"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:62
+msgid "Print Line Numbers"
+msgstr "打印列號"
+
+# zh_HK: msgstr "如果數值是 0,當打印文件時不會打印列號。否則,gedit 會每隔指定的列數打印列號。"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:63
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr "如果數值是 0,當打印文件時不會打印列號。否則,gedit 會每隔指定的列數打印列號。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:64
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+# zh_HK: msgstr "打印時使用的內文字型"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:65
+msgid "Body Font for Printing"
+msgstr "打印時使用的內文字型"
+
+# zh_HK: msgstr "指定打印文件時文件內容所用的字型。"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:66
+msgid ""
+"Specifies the font to use for a document's body when printing documents."
+msgstr "指定打印文件時文件內容所用的字型。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:67
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+# zh_HK: msgstr "打印時使用的頁首字型"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:68
+msgid "Header Font for Printing"
+msgstr "打印時使用的頁首字型"
+
+# zh_HK: msgstr "指定打印文件時頁首所用的字型。本選項只有在「打印頁首」選項的值開啟的時候生效。"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:69
+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.gnome.gedit.gschema.xml.in.h:70
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+# zh_HK: msgstr "打印列號時使用的字型"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:71
+msgid "Line Number Font for Printing"
+msgstr "打印列號時使用的字型"
+
+# zh_HK: msgstr "指定打印時列號所用的字型。本選項只有在「打印列號」選項的值不是零的時候生效。"
+#: ../data/org.gnome.gedit.gschema.xml.in.h:72
+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 "指定打印時列號所用的字型。本選項只有在「打印列號」選項的值不是零的時候生效。"
+
+#. Translators: This is the sorted list of encodings used by gedit
+#. for automatic detection of the file encoding. You may want to customize it adding
+#. encodings that are common in your country, for instance the GB18030 encoding
+#. for the Chinese translation. You may also want to remove the ISO-8859-15 encoding
+#. (covering English and most Western European languages) if you think people
+#. in your country will rarely use it.
+#. "CURRENT" is a magic value used by gedit and it represents the encoding
+#. for the current locale, so please don't translate the "CURRENT" term.
+#. Only recognized encodings are used.
+#. See http://git.gnome.org/browse/gedit/tree/gedit/gedit-encodings.c#n152 for
+#. a list of supported encodings
+#: ../data/org.gnome.gedit.gschema.xml.in.h:84
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:85
+msgid "Automatically Detected Encodings"
+msgstr "自動偵測編碼"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:86
+msgid ""
+"Sorted list of encodings used by gedit for automatically detecting the "
+"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
+"recognized encodings are used."
+msgstr "這裏是一系列已排序的編碼,gedit 會根據這個清單自動偵測檔案的字符編碼。「CURRENT」表示使用目前地區設定的編碼。只會使用能識別的編碼。"
+
+#. Translators: This is the list of encodings shown by default in the Character Encoding
+#. menu in open/save file selector. Only recognized encodings are displayed.
+#: ../data/org.gnome.gedit.gschema.xml.in.h:89
+msgid "['ISO-8859-15']"
+msgstr "['UTF-8']"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:90
+msgid "Encodings shown in menu"
+msgstr "選單中顯示的編碼"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:91
+msgid ""
+"List of encodings shown in the Character Encoding menu in open/save file "
+"selector. Only recognized encodings are used."
+msgstr "在開啟/儲存檔案對話方塊中的「字符編碼」選單,會顯示這裏列出的編碼。只會使用能辨識的編碼。"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:92
+msgid "Active plugins"
+msgstr "啟用外掛程式"
+
+#: ../data/org.gnome.gedit.gschema.xml.in.h:93
+msgid ""
+"List of active plugins. It contains the \"Location\" of the active plugins. "
+"See the .gedit-plugin file for obtaining the \"Location\" of a given plugin."
+msgstr "可用的外掛程式的清單。這包括可用的外掛程式的「位置」。參閱 .gedit-plugin 檔來取得特定的外掛程式的「位置」。"
+
+#: ../gedit/gedit-app.c:104
+msgid "Show the application's version"
+msgstr "顯示應用程式的版本"
+
+#: ../gedit/gedit-app.c:110
+msgid "Display list of possible values for the encoding option"
+msgstr "顯示編碼選項可用數值的清單"
+
+#: ../gedit/gedit-app.c:117
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "設定在命令列中開啟檔案時所使用的文字編碼"
+
+#: ../gedit/gedit-app.c:118
+msgid "ENCODING"
+msgstr "編碼"
+
+#: ../gedit/gedit-app.c:124
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "建立一個屬於執行中的 gedit 實體的新的頂層視窗"
+
+#: ../gedit/gedit-app.c:131
+msgid "Create a new document in an existing instance of gedit"
+msgstr "在執行中的 gedit 建立新的文件"
+
+#: ../gedit/gedit-app.c:138
+msgid "Set the size and position of the window (WIDTHxHEIGHT+X+Y)"
+msgstr "設定視窗位置大小 (闊度x高度 +X +Y)"
+
+#: ../gedit/gedit-app.c:139
+msgid "GEOMETRY"
+msgstr "位置大小"
+
+#: ../gedit/gedit-app.c:145
+msgid "Open files and block process until files are closed"
+msgstr "開啟檔案並阻擋程序直到檔案關閉"
+
+#: ../gedit/gedit-app.c:152
+msgid "Run gedit in standalone mode"
+msgstr "以單獨模式執行 gedit"
+
+#: ../gedit/gedit-app.c:159
+msgid "[FILE...] [+LINE[:COLUMN]]"
+msgstr "[FILE…] [+LINE[:COLUMN]]"
+
+#: ../gedit/gedit-app.c:264
+msgid "There was an error displaying the help."
+msgstr "顯示說明文件時發生錯誤。"
+
+#: ../gedit/gedit-app.c:917
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s:無效的編碼。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:152
+msgid "Question"
+msgstr "問題"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:320
+msgid "Close _without Saving"
+msgstr "關閉但不儲存(_W)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:321
+#: ../gedit/gedit-commands-file.c:455 ../gedit/gedit-commands-file.c:591
+#: ../gedit/gedit-commands-file.c:668 ../gedit/gedit-commands-file.c:878
+#: ../gedit/gedit-commands-file.c:1330 ../gedit/gedit-io-error-info-bar.c:134
+#: ../gedit/gedit-io-error-info-bar.c:515
+#: ../gedit/gedit-io-error-info-bar.c:1191
+#: ../gedit/gedit-preferences-dialog.c:855
+#: ../gedit/gedit-progress-info-bar.c:51
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:3
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:2
+#: ../plugins/filebrowser/gedit-file-browser-utils.c:170
+#: ../plugins/quickopen/quickopen/popup.py:37
+#: ../plugins/snippets/snippets/manager.py:781
+#: ../plugins/snippets/snippets/manager.py:866
+#: ../plugins/snippets/snippets/manager.py:904
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:2
+#: ../plugins/spell/gedit-spell-language-dialog.c:124
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:8
+msgid "_Cancel"
+msgstr "取消(_C)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/resources/gtk/menus-default.ui.h:9
+#: ../gedit/resources/gtk/menus-traditional.ui.h:4
+msgid "_Save As…"
+msgstr "另存為(_S)…"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:347
+#: ../gedit/gedit-commands-file.c:879 ../gedit/resources/gtk/menus-osx.ui.h:6
+#: ../gedit/resources/ui/gedit-window.ui.h:7
+#: ../plugins/snippets/snippets/manager.py:867
+#: ../plugins/snippets/snippets/manager.py:905
+msgid "_Save"
+msgstr "儲存(_S)"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:365
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "如果不儲存,將會永久地失去 %ld 秒前所作的修改。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:374
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr "如果不儲存,將會永久地失去 1 分鐘前所作的修改。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:380
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "如果不儲存,將會永久地失去 1 分 %ld 秒前所作的修改。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:390
+#, c-format
+msgid ""
+"If you don't save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "如果不儲存,將會永久地失去 %ld 分前所作的修改。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:405
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr "如果不儲存,將會永久地失去 1 小時前所作的修改。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:411
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "如果不儲存,將會永久地失去 1 小時 %d 分前所作的修改。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:426
+#, c-format
+msgid ""
+"If you don't save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %d hours will be permanently lost."
+msgstr[0] "如果不儲存,將會永久地失去 %d 小時前所作的修改。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "Changes to document “%s” will be permanently lost."
+msgstr "將會永久地失去對文件“%s”所作的修改。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:475
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "在關閉前將更改儲存到文件“%s”?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:490
+#: ../gedit/gedit-close-confirmation-dialog.c:651
+msgid "Saving has been disabled by the system administrator."
+msgstr "儲存功能已被系統管理員禁用。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:599
+#, c-format
+msgid "Changes to %d document will be permanently lost."
+msgid_plural "Changes to %d documents will be permanently lost."
+msgstr[0] "將會永久地失去對 %d 個文件所作的修改。"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:607
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "還有 %d 份已修改的文件未儲存。離開前要先儲存文件嗎?"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:627
+msgid "Docum_ents with unsaved changes:"
+msgstr "已修改但未儲存的文件(_E):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:631
+msgid "S_elect the documents you want to save:"
+msgstr "請選擇需要儲存的文件(_E):"
+
+#: ../gedit/gedit-close-confirmation-dialog.c:655
+msgid "If you don't save, all your changes will be permanently lost."
+msgstr "如果不儲存,所有已修改的部份將會永久地遺失。"
+
+#: ../gedit/gedit-commands-file.c:256
+#, c-format
+msgid "Loading file '%s'…"
+msgstr "正在載入檔案‘%s’…"
+
+#: ../gedit/gedit-commands-file.c:265
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "正在載入 %d 個檔案…"
+
+#. Translators: "Open" is the title of the file chooser window
+#: ../gedit/gedit-commands-file.c:451
+#: ../gedit/resources/ui/gedit-window.ui.h:4
+msgid "Open"
+msgstr "開啟"
+
+#: ../gedit/gedit-commands-file.c:456 ../gedit/resources/gtk/menus-osx.ui.h:3
+#: ../gedit/resources/ui/gedit-window.ui.h:3
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:1
+#: ../plugins/quickopen/quickopen/popup.py:38
+#: ../plugins/snippets/snippets/manager.py:782
+msgid "_Open"
+msgstr "開啟(_O)"
+
+#: ../gedit/gedit-commands-file.c:582
+#, c-format
+msgid "The file \"%s\" is read-only."
+msgstr "檔案“%s”是唯讀檔案。"
+
+#: ../gedit/gedit-commands-file.c:587
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "你是否嘗試以準備儲存的版本覆寫該檔案?"
+
+#: ../gedit/gedit-commands-file.c:592
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:4
+msgid "_Replace"
+msgstr "取代(_R)"
+
+#: ../gedit/gedit-commands-file.c:632
+msgid "Save the file using compression?"
+msgstr "是否使用壓縮儲存檔案?"
+
+#: ../gedit/gedit-commands-file.c:636
+msgid "Save the file as plain text?"
+msgstr "是否使用純文字儲存檔案?"
+
+#: ../gedit/gedit-commands-file.c:649
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved as plain text and will now be saved "
+"using compression."
+msgstr "檔案「%s」原先是儲存為純文字,現在將以壓縮的方式儲存。"
+
+#: ../gedit/gedit-commands-file.c:653
+msgid "_Save Using Compression"
+msgstr "使用壓縮儲存(_S)"
+
+#: ../gedit/gedit-commands-file.c:658
+#, c-format
+msgid ""
+"The file \"%s\" was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "檔案「%s」原先是以壓縮的方式儲存,現在將儲存為純文字。"
+
+#: ../gedit/gedit-commands-file.c:661
+msgid "_Save As Plain Text"
+msgstr "儲存為純文字(_S)"
+
+#: ../gedit/gedit-commands-file.c:769 ../gedit/gedit-commands-file.c:989
+#, c-format
+msgid "Saving file '%s'…"
+msgstr "正在儲存檔案‘%s’…"
+
+#: ../gedit/gedit-commands-file.c:874
+msgid "Save As"
+msgstr "儲存為"
+
+#: ../gedit/gedit-commands-file.c:1193
+#, c-format
+msgid "Reverting the document '%s'…"
+msgstr "正在還原文件‘%s’…"
+
+#: ../gedit/gedit-commands-file.c:1238
+#, c-format
+msgid "Revert unsaved changes to document '%s'?"
+msgstr "是否將未儲存的文件‘%s’還原?"
+
+#: ../gedit/gedit-commands-file.c:1247
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "將會永久地失去 %ld 秒前對文件所作的修改。 "
+
+#: ../gedit/gedit-commands-file.c:1256
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "將會永久地失去 1 分鐘秒前對文件所作的修改。"
+
+#: ../gedit/gedit-commands-file.c:1262
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "將會永久地失去 1 分 %ld 秒前對文件所作的修改。"
+
+#: ../gedit/gedit-commands-file.c:1272
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "將會永久地失去 %ld 分鐘前對文件所作的修改。"
+
+#: ../gedit/gedit-commands-file.c:1287
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "將會永久地失去 1 小時前對文件所作的修改。"
+
+#: ../gedit/gedit-commands-file.c:1293
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "將會永久地失去 %d 分鐘前對文件所作的修改。"
+
+#: ../gedit/gedit-commands-file.c:1308
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "將會永久地失去 %d 小時前對文件所作的修改。"
+
+#: ../gedit/gedit-commands-file.c:1331
+msgid "_Revert"
+msgstr "還原(_R)"
+
+#: ../gedit/gedit-commands-help.c:78
+msgid "gedit is a small and lightweight text editor for the GNOME Desktop"
+msgstr "gedit 是一個小巧的文字編輯器,適用於 GNOME 桌面"
+
+#: ../gedit/gedit-commands-help.c:102
+msgid "translator-credits"
+msgstr ""
+"如對翻譯有任何意見,請送一封電子郵件給\n"
+"以下地址,GNOME 翻譯隊伍會儘快回覆你:\n"
+"zh-l10n@lists.linux.org.tw\n"
+"\n"
+"Woodman Tuen <wmtuen@gmail.com>, 2005-07\n"
+"Anthony Tang <tkyanthony@yahoo.com.hk>, 2004\n"
+"Abel Cheung <abel@oaka.org>, 2001-03\n"
+"Jing-Jong Shyue <shyue@sonoma.com.tw>, 2000"
+
+#: ../gedit/gedit-commands-search.c:103
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "找到並取代了 %d 個字串"
+
+#: ../gedit/gedit-commands-search.c:112
+msgid "Found and replaced one occurrence"
+msgstr "找到及取代了一個字串"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: ../gedit/gedit-commands-search.c:138
+#, c-format
+msgid "\"%s\" not found"
+msgstr "找不到「%s」"
+
+#: ../gedit/gedit-document.c:953 ../gedit/gedit-document.c:983
+#, c-format
+msgid "Unsaved Document %d"
+msgstr "未儲存文件 %d"
+
+#: ../gedit/gedit-documents-panel.c:427
+#, c-format
+msgid "Tab Group %i"
+msgstr "分頁羣組 %i"
+
+#: ../gedit/gedit-documents-panel.c:524 ../gedit/gedit-window.c:1133
+#: ../gedit/gedit-window.c:1139 ../gedit/gedit-window.c:1147
+msgid "Read-Only"
+msgstr "唯讀"
+
+#: ../gedit/gedit-encodings-combo-box.c:308
+msgid "Automatically Detected"
+msgstr "自動偵測"
+
+#: ../gedit/gedit-encodings-combo-box.c:325
+#: ../gedit/gedit-encodings-combo-box.c:341
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "目前的地區設定 (%s)"
+
+#: ../gedit/gedit-encodings-combo-box.c:387
+msgid "Add or Remove..."
+msgstr "加入或移除…"
+
+#: ../gedit/gedit-file-chooser-dialog.c:38
+#: ../gedit/gedit-preferences-dialog.c:870
+msgid "All Files"
+msgstr "所有檔案"
+
+#: ../gedit/gedit-file-chooser-dialog.c:39
+msgid "All Text Files"
+msgstr "所有文字檔"
+
+#: ../gedit/gedit-file-chooser-dialog.c:79
+msgid "C_haracter Encoding:"
+msgstr "字符編碼(_H):"
+
+#: ../gedit/gedit-file-chooser-dialog.c:138
+msgid "L_ine Ending:"
+msgstr "行結尾(_I):"
+
+#: ../gedit/gedit-file-chooser-dialog.c:157
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: ../gedit/gedit-file-chooser-dialog.c:163
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: ../gedit/gedit-file-chooser-dialog.c:169
+msgid "Windows"
+msgstr "Windows"
+
+#: ../gedit/gedit-highlight-mode-selector.c:256 ../gedit/gedit-window.c:1217
+#: ../plugins/externaltools/tools/manager.py:108
+#: ../plugins/externaltools/tools/manager.py:317
+#: ../plugins/externaltools/tools/manager.py:433
+#: ../plugins/externaltools/tools/manager.py:767
+msgid "Plain Text"
+msgstr "純文字"
+
+#: ../gedit/gedit-io-error-info-bar.c:147
+#: ../gedit/gedit-io-error-info-bar.c:495
+msgid "_Retry"
+msgstr "重試(_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:167
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "找不到檔案“%s”。"
+
+#: ../gedit/gedit-io-error-info-bar.c:169
+#: ../gedit/gedit-io-error-info-bar.c:209
+#: ../gedit/gedit-io-error-info-bar.c:216
+msgid "Please check that you typed the location correctly and try again."
+msgstr "檢查所輸入的位置是否正確後再試一次。"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:188
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "無法處理“%s:”位置。"
+
+#: ../gedit/gedit-io-error-info-bar.c:194
+msgid "Unable to handle this location."
+msgstr "無法處理這個位置。"
+
+#: ../gedit/gedit-io-error-info-bar.c:203
+msgid "The location of the file cannot be accessed."
+msgstr "此檔案的位置不能被存取。"
+
+#: ../gedit/gedit-io-error-info-bar.c:207
+#, c-format
+msgid "“%s” is a directory."
+msgstr "“%s”是一個目錄。"
+
+#: ../gedit/gedit-io-error-info-bar.c:214
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "“%s”不是有效的位置。"
+
+#: ../gedit/gedit-io-error-info-bar.c:250
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr "無法找到主機“%s”。請檢查代理伺服器的設定是否正確後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:265
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr "主機名稱無效。請檢查你所輸入的位置是否正確後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:273
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "“%s”不是正規的檔案。"
+
+#: ../gedit/gedit-io-error-info-bar.c:278
+msgid "Connection timed out. Please try again."
+msgstr "連線逾時,請再嘗試。"
+
+#: ../gedit/gedit-io-error-info-bar.c:311
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "無法預期錯誤:%s"
+
+#: ../gedit/gedit-io-error-info-bar.c:347
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "找不到要求的檔案。可能它剛剛被刪除。"
+
+#: ../gedit/gedit-io-error-info-bar.c:357
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "無法復原檔案“%s”。"
+
+#: ../gedit/gedit-io-error-info-bar.c:384
+msgid "Ch_aracter Encoding:"
+msgstr "字符編碼(_A):"
+
+#: ../gedit/gedit-io-error-info-bar.c:445
+#, c-format
+msgid "The location “%s” is not currently reachable."
+msgstr "位置“%s”目前無法到達。"
+
+#: ../gedit/gedit-io-error-info-bar.c:460
+msgid "Your system is offline. Check your network."
+msgstr "你的系統已離線。請檢查你的網絡。"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:503
+#: ../gedit/gedit-io-error-info-bar.c:772
+msgid "Edit Any_way"
+msgstr "強制編輯(_W)"
+
+#: ../gedit/gedit-io-error-info-bar.c:595
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "連結的數量被限制而在此限制內找不到實際的檔案。"
+
+#: ../gedit/gedit-io-error-info-bar.c:599
+msgid "You do not have the permissions necessary to open the file."
+msgstr "你沒有足夠的權限來開啟檔案。"
+
+#: ../gedit/gedit-io-error-info-bar.c:605
+msgid "Unable to detect the character encoding."
+msgstr "無法偵測字符編碼。"
+
+#: ../gedit/gedit-io-error-info-bar.c:606
+#: ../gedit/gedit-io-error-info-bar.c:630
+msgid "Please check that you are not trying to open a binary file."
+msgstr "請檢查是否在嘗試開啟二元碼檔案。"
+
+#: ../gedit/gedit-io-error-info-bar.c:607
+msgid "Select a character encoding from the menu and try again."
+msgstr "在選單中選取字符編碼後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:613
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "開啟檔案“%s”時發生錯誤。"
+
+#: ../gedit/gedit-io-error-info-bar.c:615
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr "你所開啟的檔案有部分無效的字符。如果你繼續編輯這個檔案可能會損毀這個文件。"
+
+#: ../gedit/gedit-io-error-info-bar.c:618
+msgid "You can also choose another character encoding and try again."
+msgstr "你可以選擇別的字符編碼後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:627
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "無法使用“%2$s”字符編碼來開啟檔案“%1$s”。"
+
+#: ../gedit/gedit-io-error-info-bar.c:631
+#: ../gedit/gedit-io-error-info-bar.c:706
+msgid "Select a different character encoding from the menu and try again."
+msgstr "在選單中選取其他的字符編碼後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:643
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "無法開啟檔案“%s”。"
+
+#: ../gedit/gedit-io-error-info-bar.c:701
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "無法使用“%2$s”字符編碼來儲存檔案“%1$s”。"
+
+#: ../gedit/gedit-io-error-info-bar.c:704
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr "文件中包含了一個或更多無法使用指定編碼來儲存的字符。"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: ../gedit/gedit-io-error-info-bar.c:777
+msgid "D_on't Edit"
+msgstr "不要編輯(_O)"
+
+#: ../gedit/gedit-io-error-info-bar.c:787
+#, c-format
+msgid "This file “%s” is already open in another window."
+msgstr "檔案“%s”已在其他的視窗中開啟。"
+
+#: ../gedit/gedit-io-error-info-bar.c:801
+msgid "Do you want to edit it anyway?"
+msgstr "你是否想要強制編輯它?"
+
+#: ../gedit/gedit-io-error-info-bar.c:857
+#: ../gedit/gedit-io-error-info-bar.c:947
+#: ../gedit/gedit-io-error-info-bar.c:1239
+msgid "S_ave Anyway"
+msgstr "仍然儲存(_A)"
+
+#: ../gedit/gedit-io-error-info-bar.c:860
+#: ../gedit/gedit-io-error-info-bar.c:950
+#: ../gedit/gedit-io-error-info-bar.c:1242
+msgid "D_on't Save"
+msgstr "不要儲存(_O)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: ../gedit/gedit-io-error-info-bar.c:874
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "檔案“%s”在讀取前已被修改。"
+
+#: ../gedit/gedit-io-error-info-bar.c:889
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "如果儲存它,將會失去所有外部作出的更改。仍要儲存它?"
+
+#: ../gedit/gedit-io-error-info-bar.c:969
+#, c-format
+msgid "Could not create a backup file while saving “%s”"
+msgstr "儲存“%s”時無法建立備份檔案"
+
+#: ../gedit/gedit-io-error-info-bar.c:974
+#, c-format
+msgid "Could not create a temporary backup file while saving “%s”"
+msgstr "儲存“%s”時無法建立暫存備份檔案"
+
+#: ../gedit/gedit-io-error-info-bar.c:991
+msgid ""
+"Could not back up the old copy of the file before saving the new one. You "
+"can ignore this warning and save the file anyway, but if an error occurs "
+"while saving, you could lose the old copy of the file. Save anyway?"
+msgstr "在儲存新的檔案前無法備份舊的檔案。你可以忽略此警告訊息,然後繼續儲存;但如果儲存時發生錯誤,你將會失去檔案的舊版本。仍要儲存?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: ../gedit/gedit-io-error-info-bar.c:1051
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "無法以寫入模式處理“%s:”位置。請檢查所輸入的位置是否正確後再試。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1059
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "無法以寫入模式處理此位置。請檢查所輸入的位置是否正確後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1068
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr "“%s”並不是一個有效的位置。請檢查所輸入的位置是否正確後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1075
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr "你沒有足夠的權限來儲存檔案。檢查所輸入的位置是否正確後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1081
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr "剩餘的磁碟空間不足以儲存檔案。請先騰空部份磁碟空間後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1086
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr "嘗試將檔案寫入唯讀的磁碟上。檢查所輸入的位置是否正確後再試一次。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1092
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "相同名稱的檔案已經存在,請使用其它名稱。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1097
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr "準備用來儲存檔案的磁碟有檔案長度的限制。請使用較短的名稱。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1108
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr "準備用來儲存檔案的磁碟加上了有關檔案大小的限制。請嘗試儲存較小的檔案,或儲存至另一個沒有檔案大小限制的磁碟。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1125
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "無法儲存檔案“%s”。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1165
+#, c-format
+msgid "The file “%s” changed on disk."
+msgstr "檔案“%s”在磁碟上已更改。"
+
+#: ../gedit/gedit-io-error-info-bar.c:1176
+msgid "Drop Changes and _Reload"
+msgstr "放棄更改並重新載入(_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1186
+#: ../gedit/resources/gtk/menus-default.ui.h:6
+#: ../gedit/resources/gtk/menus-traditional.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:9
+msgid "_Reload"
+msgstr "重新載入(_R)"
+
+#: ../gedit/gedit-io-error-info-bar.c:1252
+#, c-format
+msgid "Some invalid chars have been detected while saving “%s”"
+msgstr "當儲存“%s”時偵測到一些無效的字符"
+
+#: ../gedit/gedit-io-error-info-bar.c:1268
+msgid ""
+"If you continue saving this file you can corrupt the document. Save anyway?"
+msgstr "如果你繼續儲存這個檔案可能會損毀這份文件。要強制儲存嗎?"
+
+#: ../gedit/gedit-open-document-selector.c:409
+msgid "No results"
+msgstr "沒有結果"
+
+#: ../gedit/gedit-preferences-dialog.c:384
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "按下此按鈕以選擇編輯器要使用的字型"
+
+#: ../gedit/gedit-preferences-dialog.c:397
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "使用系統固定闊度字型 [%s](_U)"
+
+#: ../gedit/gedit-preferences-dialog.c:641
+#, c-format
+msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
+msgstr "無法建立目錄「%s」: g_mkdir_with_parents() 失敗:%s"
+
+#: ../gedit/gedit-preferences-dialog.c:825
+msgid "The selected color scheme cannot be installed."
+msgstr "無法安裝所選的色彩配置。"
+
+#: ../gedit/gedit-preferences-dialog.c:852
+msgid "Add Scheme"
+msgstr "加入配色"
+
+#: ../gedit/gedit-preferences-dialog.c:856
+msgid "A_dd Scheme"
+msgstr "加入配色(_D)"
+
+#: ../gedit/gedit-preferences-dialog.c:863
+msgid "Color Scheme Files"
+msgstr "色彩配置檔案"
+
+#: ../gedit/gedit-preferences-dialog.c:906
+#, c-format
+msgid "Could not remove color scheme \"%s\"."
+msgstr "無法移除色彩配置「%s」。"
+
+#: ../gedit/gedit-print-job.c:555
+#, c-format
+msgid "File: %s"
+msgstr "檔案:%s"
+
+#: ../gedit/gedit-print-job.c:564
+msgid "Page %N of %Q"
+msgstr "%N / %Q 頁"
+
+#: ../gedit/gedit-print-job.c:826
+msgid "Preparing..."
+msgstr "正在準備…"
+
+#: ../gedit/gedit-print-preview.c:604
+#, c-format
+msgid "Page %d of %d"
+msgstr "第 %d / %d 頁"
+
+#. Use spaces to leave padding proportional to the font size
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "OVR"
+msgstr "覆寫"
+
+#: ../gedit/gedit-statusbar.c:54 ../gedit/gedit-statusbar.c:60
+msgid "INS"
+msgstr "插入"
+
+#: ../gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "有 %d 個分頁有錯誤"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:772
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "正在還原 %2$s 中的 %1$s"
+
+#: ../gedit/gedit-tab.c:779
+#, c-format
+msgid "Reverting %s"
+msgstr "正在還原 %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:792
+#, c-format
+msgid "Loading %s from %s"
+msgstr "從 %2$s 載入 %1$s"
+
+#: ../gedit/gedit-tab.c:799
+#, c-format
+msgid "Loading %s"
+msgstr "正在載入 %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: ../gedit/gedit-tab.c:875
+#, c-format
+msgid "Saving %s to %s"
+msgstr "儲存 %s 至 %s"
+
+#: ../gedit/gedit-tab.c:880
+#, c-format
+msgid "Saving %s"
+msgstr "正在儲存 %s"
+
+#. Read only
+#: ../gedit/gedit-tab.c:1443
+msgid "RO"
+msgstr "唯讀"
+
+#: ../gedit/gedit-tab.c:1491
+#, c-format
+msgid "Error opening file %s"
+msgstr "開啟 %s 時出現錯誤"
+
+#: ../gedit/gedit-tab.c:1496
+#, c-format
+msgid "Error reverting file %s"
+msgstr "還原檔案 %s 時出現錯誤"
+
+#: ../gedit/gedit-tab.c:1501
+#, c-format
+msgid "Error saving file %s"
+msgstr "儲存檔案 %s 時出現錯誤"
+
+#: ../gedit/gedit-tab.c:1532
+msgid "Name:"
+msgstr "名稱:"
+
+#: ../gedit/gedit-tab.c:1533
+msgid "MIME Type:"
+msgstr "MIME 類型:"
+
+#: ../gedit/gedit-tab.c:1534
+msgid "Encoding:"
+msgstr "編碼:"
+
+#: ../gedit/gedit-utils.c:848
+msgid "Please check your installation."
+msgstr "請檢查安裝是否正確。"
+
+#: ../gedit/gedit-utils.c:909
+#, c-format
+msgid "Unable to open UI file %s. Error: %s"
+msgstr "無法開啟 UI 檔案 %s。錯誤:%s"
+
+#: ../gedit/gedit-utils.c:928
+#, c-format
+msgid "Unable to find the object '%s' inside file %s."
+msgstr "無法在檔案 %2$s 中找到物件「%1$s」。"
+
+#. Translators: '/ on <remote-share>'
+#: ../gedit/gedit-utils.c:1151
+#, c-format
+msgid "/ on %s"
+msgstr "/ 於 %s"
+
+#: ../gedit/gedit-view.c:512
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:2
+msgid "_Display line numbers"
+msgstr "顯示列號(_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: ../gedit/gedit-view-frame.c:733
+#, c-format
+msgid "%d of %d"
+msgstr "%d / %d"
+
+#. create "Wrap Around" menu item.
+#: ../gedit/gedit-view-frame.c:825
+msgid "_Wrap Around"
+msgstr "回到檔案開始部份再搜尋(_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: ../gedit/gedit-view-frame.c:835
+msgid "Match as _Regular Expression"
+msgstr "以正規表示式比對(_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: ../gedit/gedit-view-frame.c:849
+msgid "Match _Entire Word Only"
+msgstr "只符合整個字詞(_E)"
+
+#. create "Match Case" menu item.
+#: ../gedit/gedit-view-frame.c:863
+msgid "_Match Case"
+msgstr "符合大小寫(_M)"
+
+#: ../gedit/gedit-view-frame.c:1037
+msgid "String you want to search for"
+msgstr "要搜尋的字串"
+
+#: ../gedit/gedit-view-frame.c:1049
+msgid "Line you want to move the cursor to"
+msgstr "游標要移至的行"
+
+#: ../gedit/gedit-window.c:972
+msgid "Bracket match is out of range"
+msgstr "對稱括號超出範圍"
+
+#: ../gedit/gedit-window.c:977
+msgid "Bracket match not found"
+msgstr "找不到成對括弧"
+
+#: ../gedit/gedit-window.c:982
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "對稱括弧於行:%d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: ../gedit/gedit-window.c:1017
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr "第 %d 行第 %d 字"
+
+#: ../gedit/gedit-window.c:1199
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tab 闊度:%u"
+
+#: ../gedit/gedit-window.c:1569
+msgid "There are unsaved documents"
+msgstr "尚有未儲存的文件"
+
+#: ../gedit/gedit-window.c:2409
+msgid "Change side panel page"
+msgstr "改變側面窗格頁面"
+
+#: ../gedit/gedit-window.c:2429 ../gedit/resources/gtk/menus-osx.ui.h:34
+#: ../gedit/resources/ui/gedit-window.ui.h:1
+msgid "Documents"
+msgstr "文件"
+
+#. ex:set ts=8 noet:
+#: ../gedit/resources/gtk/menus-common.ui.h:1
+msgid "Move _Left"
+msgstr "左移(_L)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:2
+msgid "Move _Right"
+msgstr "右移(_R)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:3
+msgid "Move to New _Window"
+msgstr "移至新視窗(_W)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:4
+msgid "Move to New Tab _Group"
+msgstr "移至新的分頁羣組(_G)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:5
+#: ../gedit/resources/gtk/menus-default.ui.h:21
+#: ../gedit/resources/gtk/menus-traditional.ui.h:19
+#: ../gedit/resources/gtk/menus-osx.ui.h:11
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:2
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:2
+msgid "_Close"
+msgstr "關閉(_C)"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:6
+msgid "Automatic Indentation"
+msgstr "自動縮排"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:7
+msgid "Use Spaces"
+msgstr "使用空格"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:8
+msgid "Display line numbers"
+msgstr "顯示列號"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:9
+msgid "Display right margin"
+msgstr "顯示右邊邊界"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:10
+msgid "Highlight current line"
+msgstr "標示目前的行"
+
+#: ../gedit/resources/gtk/menus-common.ui.h:11
+msgid "Text wrapping"
+msgstr "文字換列"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:1
+#: ../gedit/resources/gtk/menus-osx.ui.h:8
+msgid "_New Window"
+msgstr "新增視窗(_N)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:2
+#: ../gedit/resources/gtk/menus-traditional.ui.h:15
+msgid "_Preferences"
+msgstr "偏好設定(_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:3
+#: ../gedit/resources/gtk/menus-traditional.ui.h:16
+#: ../gedit/resources/gtk/menus-osx.ui.h:44
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:2
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:126
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:7
+msgid "_Help"
+msgstr "求助(_H)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:4
+#: ../gedit/resources/gtk/menus-traditional.ui.h:17
+msgid "_About"
+msgstr "關於(_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:5
+#: ../gedit/resources/gtk/menus-traditional.ui.h:20
+msgid "_Quit"
+msgstr "結束(_Q)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:7
+#: ../gedit/resources/gtk/menus-traditional.ui.h:2
+#: ../gedit/resources/gtk/menus-osx.ui.h:10
+msgid "_Print…"
+msgstr "打印(_P)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:8
+#: ../gedit/resources/gtk/menus-traditional.ui.h:3
+#: ../gedit/resources/gtk/menus-osx.ui.h:24
+msgid "_Fullscreen"
+msgstr "全螢幕(_F)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:10
+#: ../gedit/resources/gtk/menus-traditional.ui.h:5
+msgid "Save _All"
+msgstr "全部儲存(_A)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:11
+#: ../gedit/resources/gtk/menus-traditional.ui.h:6
+#: ../gedit/resources/gtk/menus-osx.ui.h:27
+msgid "_Find…"
+msgstr "尋找(_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:12
+#: ../gedit/resources/gtk/menus-traditional.ui.h:7
+msgid "_Find and Replace…"
+msgstr "尋找並取代(_F)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:13
+#: ../gedit/resources/gtk/menus-traditional.ui.h:8
+#: ../gedit/resources/gtk/menus-osx.ui.h:31
+msgid "_Clear Highlight"
+msgstr "清除標示(_C)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:14
+#: ../gedit/resources/gtk/menus-traditional.ui.h:9
+msgid "_Go to Line…"
+msgstr "移至行(_G)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:15
+#: ../gedit/resources/gtk/menus-traditional.ui.h:10
+#: ../gedit/resources/gtk/menus-osx.ui.h:21
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:11
+msgid "View"
+msgstr "檢視"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:16
+#: ../gedit/resources/gtk/menus-traditional.ui.h:11
+#: ../gedit/resources/gtk/menus-osx.ui.h:22
+msgid "Side _Panel"
+msgstr "側邊面板(_P)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:17
+#: ../gedit/resources/gtk/menus-traditional.ui.h:12
+#: ../gedit/resources/gtk/menus-osx.ui.h:23
+msgid "_Bottom Panel"
+msgstr "底部面板(_B)"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:18
+#: ../gedit/resources/gtk/menus-traditional.ui.h:13
+#: ../gedit/resources/gtk/menus-osx.ui.h:25
+msgid "_Highlight Mode…"
+msgstr "語法標示模式(_H)…"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:19
+#: ../gedit/resources/gtk/menus-traditional.ui.h:14
+#: ../gedit/resources/gtk/menus-osx.ui.h:33
+msgid "Tools"
+msgstr "工具"
+
+#: ../gedit/resources/gtk/menus-default.ui.h:20
+#: ../gedit/resources/gtk/menus-traditional.ui.h:18
+#: ../gedit/resources/gtk/menus-osx.ui.h:36
+msgid "_Close All"
+msgstr "全部關閉(_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:1
+#| msgid "File: %s"
+msgid "File"
+msgstr "檔案"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:2
+msgid "_New"
+msgstr "新增(_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:4
+#| msgid "Open a New Document"
+msgid "Open _Recent"
+msgstr "最近開啟(_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:5
+msgid "Reopen Closed _Tab"
+msgstr "重新開啟關閉的分頁(_T)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:7
+#| msgid "_Save As…"
+msgid "Save _As…"
+msgstr "另存為(_A)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:12
+#| msgid "Editor"
+msgid "Edit"
+msgstr "編輯"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:13
+msgid "_Undo"
+msgstr "復原(_U)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:14
+msgid "_Redo"
+msgstr "取消復原(_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:15
+msgid "C_ut"
+msgstr "剪下(_U)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:16
+msgid "_Copy"
+msgstr "複製(_C)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:17
+msgid "_Paste"
+msgstr "貼上(_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:18
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:930
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:968
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:7
+msgid "_Delete"
+msgstr "刪除(_D)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:19
+#| msgid "File Browser Filter Mode"
+msgid "Overwrite _Mode"
+msgstr "覆寫模式(_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:20
+#| msgid "Save _All"
+msgid "Select _All"
+msgstr "全部選取(_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:26
+#| msgid "_Search for: "
+msgid "Search"
+msgstr "搜尋"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:28
+msgid "Find Ne_xt"
+msgstr "找下一個(_X)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:29
+msgid "Find Pre_vious"
+msgstr "找上一個(_V)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:30
+#| msgid "_Find and Replace…"
+msgid "Find and _Replace…"
+msgstr "尋找與取代(_R)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:32
+#| msgid "_Go to Line…"
+msgid "Go to _Line…"
+msgstr "前往列號(_L)…"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:35
+#| msgid "Save _All"
+msgid "_Save All"
+msgstr "全部儲存(_A)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:37
+#| msgid "Move to New Tab _Group"
+msgid "_New Tab Group"
+msgstr "新增分頁羣組(_N)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:38
+#| msgid "P_revious Page"
+msgid "P_revious Tab Group"
+msgstr "上一個分頁羣組(_R)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:39
+#| msgid "Tab Group %i"
+msgid "Nex_t Tab Group"
+msgstr "下一個分頁羣組(_T)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:40
+#| msgid "Close Document"
+msgid "_Previous Document"
+msgstr "上一個文件(_P)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:41
+#| msgid "Document"
+msgid "N_ext Document"
+msgstr "下一個文件(_E)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:42
+#| msgid "Move to New _Window"
+msgid "_Move To New Window"
+msgstr "移至新的視窗(_M)"
+
+#: ../gedit/resources/gtk/menus-osx.ui.h:43
+#| msgid "_Help"
+msgid "Help"
+msgstr "求助"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:1
+msgid "Character encodings"
+msgstr "字符編碼"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:4
+#: ../plugins/spell/gedit-spell-language-dialog.c:125
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:4
+msgid "_OK"
+msgstr "確定(_O)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:5
+msgid "A_vailable encodings:"
+msgstr "可使用的編碼(_V):"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:6
+msgid "_Description"
+msgstr "描述(_D)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:7
+msgid "_Encoding"
+msgstr "編碼(_E)"
+
+#. Add to Dictionary
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:8
+#: ../plugins/spell/gedit-automatic-spell-checker.c:506
+msgid "_Add"
+msgstr "加入(_A)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:9
+msgid "_Remove"
+msgstr "移除(_R)"
+
+#: ../gedit/resources/ui/gedit-encodings-dialog.ui.h:10
+msgid "E_ncodings shown in menu:"
+msgstr "選單中顯示的編碼(_N):"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:1
+msgid "Highlight Mode"
+msgstr "語法標示模式"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-dialog.ui.h:3
+msgid "_Select"
+msgstr "選擇(_S)"
+
+#: ../gedit/resources/ui/gedit-highlight-mode-selector.ui.h:1
+msgid "Search highlight mode..."
+msgstr "搜尋標示模式…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:1
+msgid "Other Documents…"
+msgstr "其他的文件…"
+
+#: ../gedit/resources/ui/gedit-open-document-selector.ui.h:2
+msgid "Open another file"
+msgstr "開啟另一個檔案"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:1
+msgid "Preferences"
+msgstr "偏好設定"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:3
+msgid "Display right _margin at column:"
+msgstr "顯示右邊邊界於(_M):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:4
+msgid "Display _statusbar"
+msgstr "顯示狀態列(_S)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:5
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:9
+msgid "Text Wrapping"
+msgstr "文字換列"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:6
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:10
+msgid "Enable text _wrapping"
+msgstr "啟用換列功能(_W)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:7
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:11
+msgid "Do not _split words over two lines"
+msgstr "換列時不將字詞斷開(_S)"
+
+# zh_HK: msgstr "打印時顯示語法色彩"
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:8
+msgid "Highlighting"
+msgstr "打印時顯示語法色彩"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:9
+msgid "Highlight current _line"
+msgstr "標示當前的行(_L)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:10
+msgid "Highlight matching _brackets"
+msgstr "加強顯示成對的括弧(_B)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:12
+msgid "Tab Stops"
+msgstr "Tab 停止位置"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:13
+msgid "_Tab width:"
+msgstr "_Tab 字符闊度:"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:14
+msgid "Insert _spaces instead of tabs"
+msgstr "插入空格代替 _Tab 字符"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:15
+msgid "_Enable automatic indentation"
+msgstr "啟用自動縮排功能(_E)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:16
+msgid "File Saving"
+msgstr "檔案儲存"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:17
+msgid "Create a _backup copy of files before saving"
+msgstr "儲存前先製作暫存檔(_B)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:18
+msgid "_Autosave files every"
+msgstr "每隔指定時間自動儲存檔案(_A):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:19
+msgid "_minutes"
+msgstr "分鐘(_M)"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:20
+msgid "Editor"
+msgstr "編輯器"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:21
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:3
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:7
+msgid "Font"
+msgstr "字型"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:22
+msgid "Editor _font: "
+msgstr "編輯器字型(_F):"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:23
+msgid "Pick the editor font"
+msgstr "請指定編輯器字型"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:24
+msgid "Color Scheme"
+msgstr "色彩配置"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:25
+msgid "Install scheme"
+msgstr "安裝配色"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:26
+msgid "Install Scheme"
+msgstr "安裝顏色配置"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:27
+msgid "Uninstall scheme"
+msgstr "解除安裝配色"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:28
+msgid "Uninstall Scheme"
+msgstr "解除安裝顏色配置"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:29
+msgid "Font & Colors"
+msgstr "字型及顏色"
+
+#: ../gedit/resources/ui/gedit-preferences-dialog.ui.h:30
+msgid "Plugins"
+msgstr "外掛程式"
+
+# zh_HK: msgstr "打印時顯示語法色彩"
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:1
+msgid "Syntax Highlighting"
+msgstr "打印時顯示語法色彩"
+
+# zh_HK: msgstr "打印語法標示的顏色(_Y)"
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:2
+msgid "Print synta_x highlighting"
+msgstr "打印語法標示的顏色(_Y)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:3
+msgid "Line Numbers"
+msgstr "列號"
+
+# zh_HK: msgstr "打印列號(_L)"
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:4
+msgid "Print line nu_mbers"
+msgstr "打印列號(_L)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:6
+msgid "_Number every"
+msgstr "每隔指定列數加上列號(_N):"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:8
+msgid "lines"
+msgstr "列"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:12
+msgid "Page header"
+msgstr "頁首"
+
+# zh_HK: msgstr "打印頁首(_P)"
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:13
+msgid "Print page _headers"
+msgstr "打印頁首(_P)"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:14
+msgid "Fonts"
+msgstr "字型"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:15
+msgid "_Body:"
+msgstr "內容(_B):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:16
+msgid "_Line numbers:"
+msgstr "列號(_L):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:17
+msgid "He_aders and footers:"
+msgstr "頁首和頁尾(_A):"
+
+#: ../gedit/resources/ui/gedit-print-preferences.ui.h:18
+msgid "_Restore Default Fonts"
+msgstr "還原為預設字型(_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:1
+msgid "Show the previous page"
+msgstr "顯示上一頁"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:2
+msgid "P_revious Page"
+msgstr "前一頁(_R)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:3
+msgid "Show the next page"
+msgstr "顯示下一頁"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:4
+msgid "_Next Page"
+msgstr "下一頁(_N)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:5
+msgid "Current page (Alt+P)"
+msgstr "目前的頁 (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:7
+msgid "of"
+msgstr "/"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:8
+msgid "Page total"
+msgstr "總頁數"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:9
+msgid "The total number of pages in the document"
+msgstr "文件的總頁數"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:10
+msgid "Show multiple pages"
+msgstr "顯示多頁"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:11
+msgid "Zoom 1:1"
+msgstr "正常大小"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:12
+msgid "Zoom to fit the whole page"
+msgstr "整頁大小"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:13
+msgid "Zoom the page in"
+msgstr "放大"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:14
+msgid "Zoom the page out"
+msgstr "縮小"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:15
+msgid "Close print preview"
+msgstr "關閉預覽打印"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:16
+msgid "_Close Preview"
+msgstr "關閉預覽(_C)"
+
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:17
+msgid "Page Preview"
+msgstr "頁面預覽"
+
+# zh_HK: msgstr "將會打印的文件的預覽"
+#: ../gedit/resources/ui/gedit-print-preview.ui.h:18
+msgid "The preview of a page in the document to be printed"
+msgstr "將會打印的文件的預覽"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:1
+msgid "Replace"
+msgstr "取代"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:3
+msgid "Replace _All"
+msgstr "全部取代(_A)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:5
+msgid "_Find"
+msgstr "尋找(_F)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:6
+msgid "_Search for: "
+msgstr "搜尋(_S):"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:7
+msgid "Replace _with: "
+msgstr "取代為(_W):"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:8
+msgid "_Match case"
+msgstr "符合大小寫(_M)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:9
+msgid "Match _entire word only"
+msgstr "只符合整個字詞(_E)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:10
+msgid "Match as re_gular expression"
+msgstr "以正規表示式比對(_G)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:11
+msgid "Search _backwards"
+msgstr "向上搜尋(_B)"
+
+#: ../gedit/resources/ui/gedit-replace-dialog.ui.h:12
+msgid "_Wrap around"
+msgstr "回到檔案開始部份再搜尋(_W)"
+
+#: ../gedit/resources/ui/gedit-tab-label.ui.h:1
+msgid "Close Document"
+msgstr "關閉文件"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:2
+msgid "Open a file"
+msgstr "開啟檔案"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:5
+msgid "Create a new document"
+msgstr "建立新的文件"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:6
+msgid "New"
+msgstr "新增"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:8
+msgid "Save the current file"
+msgstr "儲存目前的檔案"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:9
+msgid "Save"
+msgstr "儲存"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:10
+msgid "Hide panel"
+msgstr "隱藏面板"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:11
+msgid "Open a file dialog"
+msgstr "開啟檔案對話盒"
+
+#: ../gedit/resources/ui/gedit-window.ui.h:12
+msgid "Leave Fullscreen"
+msgstr "離開全螢幕"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:1
+msgid "Check update"
+msgstr "檢查更新"
+
+#: ../plugins/checkupdate/checkupdate.plugin.desktop.in.h:2
+msgid "Check for latest version of gedit"
+msgstr "檢查 gedit 的最新版本"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:245
+msgid "There was an error displaying the URI."
+msgstr "顯示這個 URI 時發生錯誤。"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:282
+msgid "_Download"
+msgstr "下載(_D)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:283
+msgid "_Ignore Version"
+msgstr "忽略版本(_I)"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:288
+msgid "There is a new version of gedit"
+msgstr "已有新版本的 gedit"
+
+#: ../plugins/checkupdate/gedit-check-update-plugin.c:291
+msgid ""
+"You can download the new version of gedit by clicking on the download button "
+"or ignore that version and wait for a new one"
+msgstr "你可以按「下載」按鈕來下載最新版 gedit 或是忽略那個版本等待更新的"
+
+#. ex:set ts=8 noet:
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:1
+msgid "Version to Ignore"
+msgstr "要忽略的版本"
+
+#. This is releated to the next gedit version to be released
+#: ../plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in.h:3
+msgid "Version to ignore until a newer version is released."
+msgstr "在下個版本推出前要忽略的版本。"
+
+#. ex:set ts=8 noet:
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:1
+msgid "Document Statistics"
+msgstr "文件統計"
+
+#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
+msgid "Report the number of words, lines and characters in a document."
+msgstr "回報文件中的字數、列數、字符數目。"
+
+#: ../plugins/docinfo/gedit-docinfo-plugin.c:537
+msgid "_Document Statistics"
+msgstr "文件統計(_D)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:2
+msgid "Document"
+msgstr "文件"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:3
+msgid "Selection"
+msgstr "選擇區域"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:4
+msgid "Lines"
+msgstr "列"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:5
+msgid "Words"
+msgstr "字詞"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:6
+msgid "Characters (with spaces)"
+msgstr "字符(包括空格)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:7
+msgid "Characters (no spaces)"
+msgstr "字符(不包括空格)"
+
+#: ../plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui.h:8
+msgid "Bytes"
+msgstr "位元組"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:1
+msgid "Build"
+msgstr "建立"
+
+#: ../plugins/externaltools/data/build.desktop.in.h:2
+msgid "Run \"make\" in the document directory"
+msgstr "在文件資料夾中執行“make”指令"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
+msgid "Open terminal here"
+msgstr "在這裏開啟終端機"
+
+#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
+#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
+msgid "Open a terminal in the document location"
+msgstr "在文件的位置開啟終端機"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
+msgid "Remove trailing spaces"
+msgstr "移除句尾空格"
+
+#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
+msgid "Remove useless trailing spaces in your file"
+msgstr "移除檔案中沒用的句尾空格"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:1
+msgid "Run command"
+msgstr "執行指令"
+
+#: ../plugins/externaltools/data/run-command.desktop.in.h:2
+msgid "Execute a custom command and put its output in a new document"
+msgstr "執行自選指令及輸出在一個新的文件上"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:1
+msgid "Send to fpaste"
+msgstr "傳送到 fpaste"
+
+#: ../plugins/externaltools/data/send-to-fpaste.desktop.in.h:2
+msgid "Paste selected text or current document to fpaste"
+msgstr "將選取的文字或目前的文件貼到 fpaste"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
+msgid "External Tools"
+msgstr "外部工具"
+
+#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
+msgid "Execute external commands and shell scripts."
+msgstr "執行外部指令及 shell script。"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:1
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:5
+msgid "Whether to use the system font"
+msgstr "是否使用系統字型"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:2
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it's monospace (and the most similar font it can come up with otherwise)."
+msgstr "如設定為 true,外部工具會採用桌面整體指定的標準字型 (如果它是固定闊度字型;否則會使用最接近的字型)。"
+
+#: ../plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml.in.in.h:4
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:8
+msgid "A Pango font name. Examples are \"Sans 12\" or \"Monospace Bold 14\"."
+msgstr "Pango 字型名稱,例如:「Sans 12」、「Monospace Bold 14」"
+
+#: ../plugins/externaltools/tools/appactivatable.py:126
+msgid "Manage _External Tools..."
+msgstr "管理外部工具(_E)…"
+
+#: ../plugins/externaltools/tools/appactivatable.py:131
+msgid "External _Tools"
+msgstr "外部工具(_T)"
+
+#: ../plugins/externaltools/tools/capture.py:99
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "無法執行指令:%s"
+
+#: ../plugins/externaltools/tools/functions.py:182
+msgid "You must be inside a word to run this command"
+msgstr "必須在字詞中執行此命令"
+
+#: ../plugins/externaltools/tools/functions.py:316
+msgid "Running tool:"
+msgstr "執行工具:"
+
+#: ../plugins/externaltools/tools/functions.py:347
+msgid "Done."
+msgstr "完成。"
+
+#: ../plugins/externaltools/tools/functions.py:349
+msgid "Exited"
+msgstr "已離開"
+
+#: ../plugins/externaltools/tools/manager.py:106
+msgid "All languages"
+msgstr "所有語言"
+
+#: ../plugins/externaltools/tools/manager.py:422
+#: ../plugins/externaltools/tools/manager.py:426
+#: ../plugins/externaltools/tools/manager.py:765
+#: ../plugins/externaltools/tools/tools.ui.h:31
+msgid "All Languages"
+msgstr "所有語言"
+
+#: ../plugins/externaltools/tools/manager.py:539
+msgid "New tool"
+msgstr "新增工具"
+
+#: ../plugins/externaltools/tools/manager.py:676
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "此捷徑鍵已經給 %s 使用"
+
+#: ../plugins/externaltools/tools/manager.py:720
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "輸入新的捷徑鍵,或按後退鍵清除"
+
+#: ../plugins/externaltools/tools/manager.py:722
+msgid "Type a new accelerator"
+msgstr "輸入新的捷徑鍵"
+
+#: ../plugins/externaltools/tools/outputpanel.py:122
+msgid "Stopped."
+msgstr "已停止。"
+
+#. ex:ts=4:et:
+#: ../plugins/externaltools/tools/outputpanel.ui.h:1
+msgid "Stop Tool"
+msgstr "停止工具"
+
+#: ../plugins/externaltools/tools/tools.ui.h:1
+msgid "Always available"
+msgstr "永遠可用"
+
+#: ../plugins/externaltools/tools/tools.ui.h:2
+msgid "All documents"
+msgstr "所有文件"
+
+#: ../plugins/externaltools/tools/tools.ui.h:3
+msgid "All documents except untitled ones"
+msgstr "所有除了未命名的檔案"
+
+#: ../plugins/externaltools/tools/tools.ui.h:4
+msgid "Local files only"
+msgstr "只有本機檔案"
+
+#: ../plugins/externaltools/tools/tools.ui.h:5
+msgid "Remote files only"
+msgstr "只有遠端檔案"
+
+#: ../plugins/externaltools/tools/tools.ui.h:6
+msgid "Untitled documents only"
+msgstr "只有未命名的文件"
+
+#: ../plugins/externaltools/tools/tools.ui.h:7
+msgid "Nothing"
+msgstr "沒有"
+
+#: ../plugins/externaltools/tools/tools.ui.h:8
+msgid "Current document"
+msgstr "目前文件"
+
+#: ../plugins/externaltools/tools/tools.ui.h:9
+msgid "Current selection"
+msgstr "目前選擇區域"
+
+#: ../plugins/externaltools/tools/tools.ui.h:10
+msgid "Current selection (default to document)"
+msgstr "目前的選擇區域(預設為文件)"
+
+#: ../plugins/externaltools/tools/tools.ui.h:11
+msgid "Current line"
+msgstr "當前的行"
+
+#: ../plugins/externaltools/tools/tools.ui.h:12
+msgid "Current word"
+msgstr "目前字詞"
+
+#: ../plugins/externaltools/tools/tools.ui.h:13
+msgid "Display in bottom pane"
+msgstr "底部面板中顯示"
+
+#: ../plugins/externaltools/tools/tools.ui.h:14
+msgid "Create new document"
+msgstr "建立新文件"
+
+#: ../plugins/externaltools/tools/tools.ui.h:15
+msgid "Append to current document"
+msgstr "加入至目前文件"
+
+#: ../plugins/externaltools/tools/tools.ui.h:16
+msgid "Replace current document"
+msgstr "取代目前的文件"
+
+#: ../plugins/externaltools/tools/tools.ui.h:17
+msgid "Replace current selection"
+msgstr "取代目前的選擇區域"
+
+#: ../plugins/externaltools/tools/tools.ui.h:18
+msgid "Insert at cursor position"
+msgstr "在游標的位置插入"
+
+#: ../plugins/externaltools/tools/tools.ui.h:19
+msgid "Manage External Tools"
+msgstr "管理外部工具"
+
+#: ../plugins/externaltools/tools/tools.ui.h:20
+msgid "Add a new tool"
+msgstr "加入新的工具"
+
+#: ../plugins/externaltools/tools/tools.ui.h:21
+msgid "Add Tool"
+msgstr "加入工具"
+
+#: ../plugins/externaltools/tools/tools.ui.h:22
+msgid "Remove selected tool"
+msgstr "移除選取的工具"
+
+#: ../plugins/externaltools/tools/tools.ui.h:23
+msgid "Remove Tool"
+msgstr "移除工具"
+
+#: ../plugins/externaltools/tools/tools.ui.h:24
+msgid "Revert tool"
+msgstr "還原工具"
+
+#: ../plugins/externaltools/tools/tools.ui.h:25
+msgid "Revert Tool"
+msgstr "還原工具"
+
+#: ../plugins/externaltools/tools/tools.ui.h:26
+msgid "Shortcut _key:"
+msgstr "捷徑鍵(_K):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:27
+msgid "_Save:"
+msgstr "儲存(_S):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:28
+msgid "_Input:"
+msgstr "輸入(_I):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:29
+msgid "_Output:"
+msgstr "輸出(_O):"
+
+#: ../plugins/externaltools/tools/tools.ui.h:30
+msgid "_Applicability:"
+msgstr "適用於(_A):"
+
+#: ../plugins/externaltools/tools/windowactivatable.py:118
+msgid "Tool Output"
+msgstr "工具輸出"
+
+#. ex:ts=4:et:
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
+msgid "File Browser Panel"
+msgstr "檔案瀏覽器面板"
+
+#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
+msgid "Easy file access from the side panel"
+msgstr "輕鬆地從側邊面板存取檔案"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:205
+msgid "Home"
+msgstr "家目錄"
+
+#: ../plugins/filebrowser/gedit-file-bookmarks-store.c:231
+msgid "File System"
+msgstr "檔案系統"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:532
+msgid "File Browser"
+msgstr "檔案瀏覽器"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:674
+msgid "An error occurred while creating a new directory"
+msgstr "建立新的資料夾時發生錯誤"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:677
+msgid "An error occurred while creating a new file"
+msgstr "建立新的檔案時發生錯誤"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:680
+msgid "An error occurred while renaming a file or directory"
+msgstr "更改檔案或資料夾名稱時發生錯誤"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:683
+msgid "An error occurred while deleting a file or directory"
+msgstr "刪除檔案或資料夾時發生錯誤"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:686
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "在檔案管理員中開啟資料夾時發生錯誤"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:689
+msgid "An error occurred while setting a root directory"
+msgstr "設定根資料夾時發生錯誤"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:692
+msgid "An error occurred while loading a directory"
+msgstr "載入資料夾時發生錯誤"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:695
+msgid "An error occurred"
+msgstr "發生錯誤"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:913
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"檔案無法移至回收筒,\n"
+"要把它永久地刪除嗎?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:918
+#, c-format
+msgid "The file \"%s\" cannot be moved to the trash."
+msgstr "檔案“%s”無法移至回收筒。"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:923
+msgid "The selected files cannot be moved to the trash."
+msgstr "所選的檔案無法移至回收筒。"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:954
+#, c-format
+msgid "Are you sure you want to permanently delete \"%s\"?"
+msgstr "確定要永遠刪除“%s”嗎?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:959
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "確定要永久刪除已選的檔案嗎?"
+
+#: ../plugins/filebrowser/gedit-file-browser-plugin.c:962
+msgid "If you delete an item, it is permanently lost."
+msgstr "如果將項目刪除,它將會永久失去。"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:1781
+msgid "(Empty)"
+msgstr "(空的)"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3503
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "目前重新命名的檔案已被過濾。你需要調整過濾器設定來使檔案重新顯示"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3760
+msgid "Untitled File"
+msgstr "無標題檔案"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3788
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "目前新的檔案已被過濾。你需要調整過濾器設定來使檔案重新顯示"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3819
+msgid "Untitled Folder"
+msgstr "無標題資料夾"
+
+#: ../plugins/filebrowser/gedit-file-browser-store.c:3844
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr "目前新的目錄已被過濾。你需要調整過濾器設定來使目錄重新顯示"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:789
+msgid "Bookmarks"
+msgstr "書籤"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:1988
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "掛載的儲存裝置沒有掛載物件:%s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2065
+#, c-format
+msgid "Could not open media: %s"
+msgstr "無法開啟媒體:%s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2112
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "無法掛載儲存裝置:%s"
+
+#: ../plugins/filebrowser/gedit-file-browser-widget.c:2774
+#, c-format
+msgid "Error when loading '%s': No such directory"
+msgstr "載入「%s」時發生錯誤:沒有這個目錄"
+
+#. ex:set ts=8 noet:
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:1
+msgid "Open With Tree View"
+msgstr "以樹狀顯示模式開啟"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:2
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "載入檔案瀏覽器外掛程式時,是否開啟樹狀顯示模式取代書籤顯示模式"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:3
+msgid "File Browser Root Directory"
+msgstr "檔案瀏覽器根資料夾"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:4
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr "檔案瀏覽器根資料夾是用於載入檔案瀏覽器外掛程式及 onload/tree_view 設定為‘TRUE’時。"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:5
+msgid "File Browser Virtual Root Directory"
+msgstr "檔案瀏覽器虛擬根資料夾"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:6
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr "檔案瀏覽器虛擬根資料夾是用於載入檔案瀏覽器外掛程式及 onload/tree_view 設定為‘TRUE’時。虛擬根資料夾必須是處於真正的根資料夾之下。"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:7
+msgid "Enable Restore of Remote Locations"
+msgstr "啟用遠端位置回復"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:8
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "設定是否啟用遠端位置回復"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:9
+msgid "Set Location to First Document"
+msgstr "設定第一個文件的位置"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:10
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn't been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr "如設定為 TRUE,當從未使用過檔案瀏覽器時,則檔案瀏覽器外掛程式會顯示第一個開啟的檔案所在的目錄。(這通常會用於在命令列或 Nautilus 等程式中開啟文件時)"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:11
+msgid "File Browser Filter Mode"
+msgstr "檔案瀏覽器過濾器模式"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:12
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr "本數值決定哪些檔案在檔案瀏覽器中會被過濾。有效的數值為「none」 (不過濾),「hide-hidden」(只過濾隱藏檔) 和「hide-binary」(只過濾二位元檔)。"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:13
+msgid "File Browser Filter Pattern"
+msgstr "檔案瀏覽器過濾器樣式"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:14
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr "過濾器樣式用於檔案瀏覽器過濾檔案。此過濾器會在 filter_mode 上使用。"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:15
+msgid "File Browser Binary Patterns"
+msgstr "檔案瀏覽器二元檔樣式"
+
+#: ../plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in.h:16
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "過濾二元檔案時要使用的補充樣式。"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:2
+msgid "_Set Root to Active Document"
+msgstr "設定使用的文件為根資料夾(_S)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:3
+msgid "_New Folder"
+msgstr "新增資料夾(_N)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:4
+msgid "New F_ile"
+msgstr "新增檔案(_I)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:5
+msgid "_Rename..."
+msgstr "重新命名(_R)…"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:6
+msgid "_Move to Trash"
+msgstr "移至回收筒(_M)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:8
+msgid "Re_fresh View"
+msgstr "重新整理(_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:9
+msgid "_View Folder"
+msgstr "檢視資料夾(_V)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:10
+msgid "_Open in Terminal"
+msgstr "在遠端終端機開啟(_O)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:11
+msgid "_Filter"
+msgstr "過濾條件(_F)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:12
+msgid "Show _Hidden"
+msgstr "顯示隱藏檔(_H)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:13
+msgid "Show _Binary"
+msgstr "顯示二位元檔(_B)"
+
+#: ../plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui.h:14
+msgid "Match Filename"
+msgstr "符合檔案名稱"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
+msgid "Modelines"
+msgstr "Modelines"
+
+#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "geit 的 Emacs, Kate 及 Vim 風格的 modeline 支援"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:1
+msgid "Command Color Text"
+msgstr "指令顏色文字"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:2
+msgid "The command color text"
+msgstr "指令顏色文字"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:3
+msgid "Error Color Text"
+msgstr "錯誤顏色文字"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:4
+msgid "The error color text"
+msgstr "錯誤顏色文字"
+
+#: ../plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in.h:6
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it's "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr "如設定為 true,終端機會採用桌面整體指定的標準字型 (如果它是固定闊度字型;否則會使用最接近的字型)。"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
+msgid "C_ommand color:"
+msgstr "指令顏色(_O):"
+
+#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
+msgid "_Error color:"
+msgstr "錯誤顏色(_E):"
+
+#. ex:et:ts=4:
+#: ../plugins/pythonconsole/pythonconsole/__init__.py:47
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
+msgid "Python Console"
+msgstr "Python 終端"
+
+#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
+msgid "Interactive Python console standing in the bottom panel"
+msgstr "在底部面板的互動式 Python 主控臺"
+
+#: ../plugins/quickopen/quickopen/__init__.py:35
+msgid "Quick Open..."
+msgstr "快速開啟…"
+
+#. ex:ts=4:et:
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
+#: ../plugins/quickopen/quickopen/popup.py:32
+msgid "Quick Open"
+msgstr "快速開啟"
+
+#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
+msgid "Quickly open files"
+msgstr "快速開啟檔案"
+
+#: ../plugins/quickopen/quickopen/popup.py:82
+msgid "Type to search..."
+msgstr "輸入以搜尋…"
+
+#: ../plugins/snippets/snippets/appactivatable.py:82
+msgid "Manage _Snippets..."
+msgstr "管理文字片段(_S)…"
+
+#. Do the fancy completion dialog
+#. ex:ts=4:et:
+#: ../plugins/snippets/snippets/document.py:56
+#: ../plugins/snippets/snippets/document.py:145
+#: ../plugins/snippets/snippets/document.py:659
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
+msgid "Snippets"
+msgstr "文字片段"
+
+#: ../plugins/snippets/snippets/exporter.py:80
+#, python-format
+msgid "The archive \"%s\" could not be created"
+msgstr "無法建立壓縮檔「%s」"
+
+#: ../plugins/snippets/snippets/exporter.py:97
+#, python-format
+msgid "Target directory \"%s\" does not exist"
+msgstr "目標目錄「%s」不存在"
+
+#: ../plugins/snippets/snippets/exporter.py:100
+#, python-format
+msgid "Target directory \"%s\" is not a valid directory"
+msgstr "目標目錄「%s」不是有效的目錄"
+
+#: ../plugins/snippets/snippets/importer.py:47
+#: ../plugins/snippets/snippets/importer.py:108
+#, python-format
+msgid "File \"%s\" does not exist"
+msgstr "檔案「%s」不存在"
+
+#: ../plugins/snippets/snippets/importer.py:50
+#, python-format
+msgid "File \"%s\" is not a valid snippets file"
+msgstr "檔案「%s」並不是一個有效的文字片段檔"
+
+#: ../plugins/snippets/snippets/importer.py:67
+#, python-format
+msgid "Imported file \"%s\" is not a valid snippets file"
+msgstr "匯入的檔案「%s」不是有效的文字片段檔"
+
+#: ../plugins/snippets/snippets/importer.py:77
+#, python-format
+msgid "The archive \"%s\" could not be extracted"
+msgstr "無法解開壓縮檔「%s」"
+
+#: ../plugins/snippets/snippets/importer.py:95
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "無法匯入下列檔案:%s"
+
+#: ../plugins/snippets/snippets/importer.py:111
+#: ../plugins/snippets/snippets/importer.py:124
+#, python-format
+msgid "File \"%s\" is not a valid snippets archive"
+msgstr "檔案「%s」不是有效的文字片段壓縮檔"
+
+#: ../plugins/snippets/snippets/manager.py:42
+msgid "Snippets archive"
+msgstr "文字片段壓縮檔"
+
+#: ../plugins/snippets/snippets/manager.py:66
+msgid "Add a new snippet..."
+msgstr "加入新的文字片段…"
+
+#: ../plugins/snippets/snippets/manager.py:116
+msgid "Global"
+msgstr "全域"
+
+#: ../plugins/snippets/snippets/manager.py:406
+msgid "Revert selected snippet"
+msgstr "回復選定的文字片段"
+
+#: ../plugins/snippets/snippets/manager.py:409
+#: ../plugins/snippets/snippets/snippets.ui.h:4
+msgid "Delete selected snippet"
+msgstr "刪除選定的文字片段"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: ../plugins/snippets/snippets/manager.py:662
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr "這不是有效的分頁觸發器標籤。觸發器可以包含英文字母 (或 _, : 和 .),或是單一、非字母的字符,如 {, [, 等。"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: ../plugins/snippets/snippets/manager.py:669
+#: ../plugins/snippets/snippets/snippets.ui.h:14
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "按下 tab 鍵後使用文字片段的單字"
+
+#: ../plugins/snippets/snippets/manager.py:758
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "匯入時發生下列錯誤:%s"
+
+#: ../plugins/snippets/snippets/manager.py:765
+msgid "Import successfully completed"
+msgstr "匯入成功"
+
+#: ../plugins/snippets/snippets/manager.py:779
+#: ../plugins/snippets/snippets/snippets.ui.h:6
+msgid "Import snippets"
+msgstr "匯入文字片段"
+
+#: ../plugins/snippets/snippets/manager.py:784
+#: ../plugins/snippets/snippets/manager.py:870
+#: ../plugins/snippets/snippets/manager.py:933
+msgid "All supported archives"
+msgstr "所有支援的壓縮檔"
+
+#: ../plugins/snippets/snippets/manager.py:785
+#: ../plugins/snippets/snippets/manager.py:871
+#: ../plugins/snippets/snippets/manager.py:934
+msgid "Gzip compressed archive"
+msgstr "Gzip 壓縮檔"
+
+#: ../plugins/snippets/snippets/manager.py:786
+#: ../plugins/snippets/snippets/manager.py:872
+#: ../plugins/snippets/snippets/manager.py:935
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 壓縮檔"
+
+#: ../plugins/snippets/snippets/manager.py:787
+msgid "Single snippets file"
+msgstr "單一文字片段檔"
+
+#: ../plugins/snippets/snippets/manager.py:788
+#: ../plugins/snippets/snippets/manager.py:874
+#: ../plugins/snippets/snippets/manager.py:937
+msgid "All files"
+msgstr "所有檔案"
+
+#: ../plugins/snippets/snippets/manager.py:800
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "匯出時發生下列錯誤:%s"
+
+#: ../plugins/snippets/snippets/manager.py:804
+msgid "Export successfully completed"
+msgstr "匯出成功"
+
+#. Ask if system snippets should also be exported
+#: ../plugins/snippets/snippets/manager.py:844
+#: ../plugins/snippets/snippets/manager.py:911
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "是否一併匯出選定的 <b>系統</b> 文字片段?"
+
+#: ../plugins/snippets/snippets/manager.py:859
+#: ../plugins/snippets/snippets/manager.py:929
+msgid "There are no snippets selected to be exported"
+msgstr "沒有選擇要匯出的文字片段"
+
+#: ../plugins/snippets/snippets/manager.py:864
+#: ../plugins/snippets/snippets/manager.py:902
+msgid "Export snippets"
+msgstr "匯出文字片段"
+
+#: ../plugins/snippets/snippets/manager.py:1041
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "輸入新的捷徑,或按後退鍵清除"
+
+#: ../plugins/snippets/snippets/manager.py:1043
+msgid "Type a new shortcut"
+msgstr "輸入新的捷徑"
+
+#: ../plugins/snippets/snippets/placeholder.py:597
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "Python 指令 (%s) 的執行超出時間上限,中止執行。"
+
+#: ../plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python 指令 (%s) 的執行失敗:%s"
+
+#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
+msgid "Insert often-used pieces of text in a fast way"
+msgstr "以快速的方式插入經常使用的文字片段"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:1
+msgid "Manage Snippets"
+msgstr "管理文字片段"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:2
+msgid "Create new snippet"
+msgstr "建立新的文字片段"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:3
+msgid "Add Snippet"
+msgstr "加入文字片段"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:5
+msgid "Remove Snippet"
+msgstr "移除文字片段"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:7
+msgid "Import Snippets"
+msgstr "匯入文字片段"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:8
+msgid "Export selected snippets"
+msgstr "匯出選定的文字片段"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:9
+msgid "Export Snippets"
+msgstr "匯出文字片段"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:10
+msgid "Activation"
+msgstr "啟用"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:11
+msgid " "
+msgstr " "
+
+#. "tab" here means the tab key, not the notebook tab!
+#: ../plugins/snippets/snippets/snippets.ui.h:13
+msgid "_Tab trigger:"
+msgstr "切換標籤(_T)"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:15
+msgid "S_hortcut key:"
+msgstr "捷徑鍵(_H):"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:16
+msgid "Shortcut key with which the snippet is activated"
+msgstr "該文字片段的捷徑鍵已在使用中"
+
+#: ../plugins/snippets/snippets/snippets.ui.h:17
+msgid "_Drop targets:"
+msgstr "拖放目標(_D):"
+
+#: ../plugins/sort/gedit-sort-plugin.c:431
+msgid "S_ort..."
+msgstr "排序(_O)…"
+
+#. ex:set ts=8 noet:
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:1
+#: ../plugins/sort/sort.plugin.desktop.in.h:1
+msgid "Sort"
+msgstr "排序"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:3
+msgid "_Sort"
+msgstr "排序(_S)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:5
+msgid "_Reverse order"
+msgstr "相反次序排列(_R)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:6
+msgid "R_emove duplicates"
+msgstr "刪除所有重複的內容(_E)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:7
+msgid "_Ignore case"
+msgstr "忽略大小寫(_I)"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:8
+msgid "S_tart at column:"
+msgstr "由指定的字母位置開始排序(_T):"
+
+#: ../plugins/sort/resources/ui/gedit-sort-plugin.ui.h:9
+msgid "You cannot undo a sort operation"
+msgstr "不可以將排序後的內容復原"
+
+#: ../plugins/sort/sort.plugin.desktop.in.h:2
+msgid "Sorts a document or selected text."
+msgstr "將整份文件或將已選的文字排序。"
+
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions for the current misspelled word
+#. Translators: Displayed in the "Check Spelling" dialog if there are no suggestions
+#. * for the current misspelled word
+#: ../plugins/spell/gedit-automatic-spell-checker.c:412
+#: ../plugins/spell/gedit-spell-checker-dialog.c:424
+msgid "(no suggested words)"
+msgstr "(不提供任何建議)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:436
+msgid "_More..."
+msgstr "更多(_M)…"
+
+#. Ignore all
+#: ../plugins/spell/gedit-automatic-spell-checker.c:491
+msgid "_Ignore All"
+msgstr "全部忽略(_I)"
+
+#: ../plugins/spell/gedit-automatic-spell-checker.c:545
+msgid "_Spelling Suggestions..."
+msgstr "拼字建議(_S)…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:136
+msgid "_Check Spelling..."
+msgstr "拼字檢查(_C)…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:140
+msgid "Set _Language..."
+msgstr "設定語言(_L)…"
+
+#: ../plugins/spell/gedit-spell-app-activatable.c:144
+msgid "_Highlight Misspelled Words"
+msgstr "標示拼錯字詞(_H)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:262
+msgid "Suggestions"
+msgstr "建議"
+
+#. Translators: Displayed in the "Check Spelling" dialog if the current word isn't misspelled
+#: ../plugins/spell/gedit-spell-checker-dialog.c:523
+msgid "(correct spelling)"
+msgstr "(拼字正確)"
+
+#: ../plugins/spell/gedit-spell-checker-dialog.c:664
+msgid "Completed spell checking"
+msgstr "拼字檢查完成"
+
+#. Translators: the first %s is the language name, and
+#. * the second %s is the locale name. Example:
+#. * "French (France)"
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:367
+#: ../plugins/spell/gedit-spell-checker-language.c:373
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#. Translators: this refers to an unknown language code
+#. * (one which isn't in our built-in list).
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:382
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "不明 (%s)"
+
+#. Translators: this refers the Default language used by the
+#. * spell checker
+#.
+#: ../plugins/spell/gedit-spell-checker-language.c:488
+msgctxt "language"
+msgid "Default"
+msgstr "預設值"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:129
+msgid "Set language"
+msgstr "設定語言"
+
+#: ../plugins/spell/gedit-spell-language-dialog.c:171
+msgid "Languages"
+msgstr "語言"
+
+#: ../plugins/spell/gedit-spell-plugin.c:791
+msgid "The document is empty."
+msgstr "文件是空白的。"
+
+#: ../plugins/spell/gedit-spell-plugin.c:816
+msgid "No misspelled words"
+msgstr "沒有拼錯字詞"
+
+#. ex:set ts=8 noet:
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:1
+msgid "Set Language"
+msgstr "設定語言"
+
+#: ../plugins/spell/resources/ui/languages-dialog.ui.h:5
+msgid "Select the _language of the current document."
+msgstr "請選擇目前文件所使的語言(_L)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:1
+msgid "Check spelling"
+msgstr "拼字檢查"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:2
+msgid "Misspelled word:"
+msgstr "拼錯的字詞:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:3
+msgid "word"
+msgstr "文字"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:4
+msgid "Change _to:"
+msgstr "更改為(_T):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:5
+msgid "Check _Word"
+msgstr "字詞檢查(_W)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:6
+msgid "_Suggestions:"
+msgstr "建議(_S):"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:7
+msgid "_Ignore"
+msgstr "忽略(_I)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:8
+msgid "Cha_nge"
+msgstr "更改(_N)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:9
+msgid "Ignore _All"
+msgstr "全部忽略(_A)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:10
+msgid "Change A_ll"
+msgstr "全部更改(_L)"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:11
+msgid "User dictionary:"
+msgstr "個人字典:"
+
+#: ../plugins/spell/resources/ui/spell-checker.ui.h:12
+msgid "Add w_ord"
+msgstr "加入字詞(_O)"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:1
+msgid "Spell Checker"
+msgstr "拼字檢查程式"
+
+#: ../plugins/spell/spell.plugin.desktop.in.h:2
+msgid "Checks the spelling of the current document."
+msgstr "檢查目前文件中的拼字。"
+
+#: ../plugins/time/gedit-time-plugin.c:270
+msgid "In_sert Date and Time..."
+msgstr "插入日期及時間(_S)…"
+
+#: ../plugins/time/gedit-time-plugin.c:496
+msgid "Available formats"
+msgstr "可用的格式"
+
+#. ex:set ts=8 noet:
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:1
+msgid "Prompt Type"
+msgstr "提示類型"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:2
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr "要提示使用者關於格式的問題或是使用已選取或自選的格式。"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:3
+msgid "Selected Format"
+msgstr "選取的格式"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:4
+msgid "The selected format used when inserting the date/time."
+msgstr "當插入日期/時刻的時候使用選取的格式。"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:5
+msgid "Custom Format"
+msgstr "自選格式"
+
+#: ../plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in.h:6
+msgid "The custom format used when inserting the date/time."
+msgstr "當加入日期/時刻時使用自選的格式。"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:1
+msgid "Insert Date and Time"
+msgstr "插入日期及時間"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:2
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:5
+msgid "Use the _selected format"
+msgstr "使用指定的格式(_S)"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:3
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:6
+msgid "_Use custom format"
+msgstr "使用自選格式(_U)"
+
+#. Translators: Use the more common date format in your locale
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:5
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:9
+#, no-c-format
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y/%m/%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:6
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:11
+msgid "01/11/2009 17:52:00"
+msgstr "2009/11/01 17:52:00"
+
+#: ../plugins/time/resources/ui/gedit-time-dialog.ui.h:9
+msgid "_Insert"
+msgstr "插入(_I)"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:1
+msgid "Configure date/time plugin"
+msgstr "設定「加入日期及時間」外掛程式"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:3
+msgid "When inserting date/time..."
+msgstr "當加入日期及時間…"
+
+#: ../plugins/time/resources/ui/gedit-time-setup-dialog.ui.h:4
+msgid "_Prompt for a format"
+msgstr "提示可使用的格式(_P)"
+
+#: ../plugins/time/time.plugin.desktop.in.h:1
+msgid "Insert Date/Time"
+msgstr "插入日期/時間"
+
+#: ../plugins/time/time.plugin.desktop.in.h:2
+msgid "Inserts current date and time at the cursor position."
+msgstr "在游標目前的位置插入現在的日期及時間。"
+
+#~ msgid "About gedit"
+#~ msgstr "關於 gedit"
diff --git a/po/zh_TW.po b/po/zh_TW.po
new file mode 100644
index 0000000..251a23f
--- /dev/null
+++ b/po/zh_TW.po
@@ -0,0 +1,3613 @@
+# Chinese (Taiwan) translation of gedit.
+# Copyright (C) 2000-07 Free Software Foundation, Inc.
+#
+# Jing-Jong Shyue <shyue@sonoma.com.tw>, 2000.
+# Abel Cheung <abel@oaka.org>, 2001, 2002, 2003.
+# Anthony Tang <tkyanthony@yahoo.com.hk>, 2004.
+# Woodman Tuen <wmtuen@gmail.com>, 2005, 2006, 2007.
+# Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>, 2008, 2010.
+# Wei-Lun Chao <chaoweilun@gmail.com>, 2010.
+# Pin-hsien Li <pspeter9931@gmail.com>, 2012.
+# pan93412 <pan93412@gmail.com>, 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit 3.3.7\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gedit/issues\n"
+"POT-Creation-Date: 2020-09-10 07:39+0000\n"
+"PO-Revision-Date: 2020-09-17 21:36+0800\n"
+"Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"
+"Language-Team: Chinese <zh-l10n@linux.org.tw>\n"
+"Language: zh_TW\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 2.4.1\n"
+
+#: data/org.gnome.gedit.appdata.xml.in:7
+msgid "gedit"
+msgstr "gedit"
+
+#: data/org.gnome.gedit.appdata.xml.in:8 data/org.gnome.gedit.desktop.in:4
+msgid "Edit text files"
+msgstr "編輯文字檔"
+
+#: data/org.gnome.gedit.appdata.xml.in:10
+msgid "gedit is the text editor of the GNOME desktop environment."
+msgstr "gedit 是 GNOME 桌面環境的文字編輯器。"
+
+#: data/org.gnome.gedit.appdata.xml.in:13
+msgid ""
+"The first goal of gedit is to be easy to use, with a simple interface by "
+"default. More advanced features are available by enabling plugins."
+msgstr ""
+"gedit 的首要之務便是易於使用,預設即有簡單的介面。更多進階功能可藉啟用「外掛"
+"程式」使用。"
+
+#: data/org.gnome.gedit.desktop.in:3 gedit/gedit-print-job.c:730
+msgid "Text Editor"
+msgstr "文字編輯器"
+
+#. TRANSLATORS: Do NOT translate or localize the semicolons!
+#. The list MUST also end with a semicolon!
+#. Search terms to find this application.
+#: data/org.gnome.gedit.desktop.in:18
+msgid "Text;Editor;Plaintext;Write;gedit;"
+msgstr "Text;Editor;Plaintext;Write;gedit;文字;編輯器;純文字;撰寫;編寫;"
+
+#: data/org.gnome.gedit.desktop.in:22
+msgid "New Window"
+msgstr "新增視窗"
+
+#: data/org.gnome.gedit.desktop.in:26
+msgid "New Document"
+msgstr "新增文件"
+
+#: data/org.gnome.gedit.gschema.xml.in:36
+msgid "Use Default Font"
+msgstr "使用預設字型"
+
+#: data/org.gnome.gedit.gschema.xml.in:37
+msgid ""
+"Whether to use the system’s default fixed width font for editing text "
+"instead of a font specific to gedit. If this option is turned off, then the "
+"font named in the “Editor Font” option will be used instead of the system "
+"font."
+msgstr ""
+"gedit 是否使用系統預設的固定寬度字型作為編輯文字使用,而不用 gedit 指定的字"
+"型。如果關閉本選項,則會使用「編輯器字型」選項中的字型,而不用系統字型。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:41
+msgid "'Monospace 12'"
+msgstr "'Monospace 12'"
+
+#: data/org.gnome.gedit.gschema.xml.in:42
+msgid "Editor Font"
+msgstr "編輯器字型"
+
+#: data/org.gnome.gedit.gschema.xml.in:43
+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.gnome.gedit.gschema.xml.in:47
+msgid "Style Scheme"
+msgstr "樣式架構"
+
+#: data/org.gnome.gedit.gschema.xml.in:48
+msgid "The ID of a GtkSourceView Style Scheme used to color the text."
+msgstr "用於文字顏色的 GtkSourceView 樣式架構 ID。"
+
+#: data/org.gnome.gedit.gschema.xml.in:52
+msgid "Create Backup Copies"
+msgstr "製作備份"
+
+#: data/org.gnome.gedit.gschema.xml.in:53
+msgid "Whether gedit should create backup copies for the files it saves."
+msgstr "gedit 儲存檔案時是否建立備份複本。"
+
+#: data/org.gnome.gedit.gschema.xml.in:57
+msgid "Autosave"
+msgstr "自動儲存"
+
+#: data/org.gnome.gedit.gschema.xml.in:58
+msgid ""
+"Whether gedit should automatically save modified files after a time "
+"interval. You can set the time interval with the “Autosave Interval” option."
+msgstr ""
+"gedit 是否應每隔一段時間後自動儲存修改過的檔案。您可以在「自動儲存周期」選項"
+"中指定時間。"
+
+#: data/org.gnome.gedit.gschema.xml.in:62
+msgid "Autosave Interval"
+msgstr "自動儲存周期"
+
+#: data/org.gnome.gedit.gschema.xml.in:63
+msgid ""
+"Number of minutes after which gedit will automatically save modified files. "
+"This will only take effect if the “Autosave” option is turned on."
+msgstr ""
+"gedit 會在幾分鐘後自動儲存修改過的檔案。本選項只有在「自動儲存」選項開啟後才"
+"會生效。"
+
+#: data/org.gnome.gedit.gschema.xml.in:67
+msgid "Maximum Number of Undo Actions"
+msgstr "復原動作次數上限"
+
+#: data/org.gnome.gedit.gschema.xml.in:68
+msgid ""
+"Maximum number of actions that gedit will be able to undo or redo. Use “-1” "
+"for unlimited number of actions."
+msgstr "gedit 中復原或取消復原次數的上限。設為「-1」則為無限次。"
+
+#: data/org.gnome.gedit.gschema.xml.in:77
+msgid "Line Wrapping Mode"
+msgstr "換列模式"
+
+#: data/org.gnome.gedit.gschema.xml.in:78
+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 ""
+"指定編輯區域如何換列。使用「none」代表不會換列,「word」代表在單字間換列,"
+"「char」代表在個別字元間換列等。請注意,設定值是會分辨大小寫的,所以請確保設"
+"定值和上面所列出的完全一致。"
+
+#: data/org.gnome.gedit.gschema.xml.in:86
+msgid "Last split mode choice for line wrapping mode"
+msgstr "用於換列模式的上次分隔模式選項"
+
+#: data/org.gnome.gedit.gschema.xml.in:87
+msgid ""
+"Specifies the last split mode used with line wrapping mode, so that when "
+"wrapping mode is off we still remember the split mode choice. Use “word” for "
+"wrapping at word boundaries, and “char” for wrapping at individual character "
+"boundaries."
+msgstr ""
+"指定上次用於換列模式的分隔模式,如此當換列模式關閉時我們仍能記住分隔模式選"
+"項。使用「word」表示以單字為換列依據,而「char」表示以每個字元為換列依據。"
+
+#: data/org.gnome.gedit.gschema.xml.in:91
+msgid "Tab Size"
+msgstr "Tab 字元寬度"
+
+#: data/org.gnome.gedit.gschema.xml.in:92
+msgid ""
+"Specifies the number of spaces that should be displayed instead of Tab "
+"characters."
+msgstr "指定顯示 Tab 字元時會以多少個空格代替。"
+
+#: data/org.gnome.gedit.gschema.xml.in:96
+msgid "Insert spaces"
+msgstr "插入空格"
+
+#: data/org.gnome.gedit.gschema.xml.in:97
+msgid "Whether gedit should insert spaces instead of tabs."
+msgstr "gedit 是否應使用空格來代替 Tab 字元。"
+
+#: data/org.gnome.gedit.gschema.xml.in:101
+msgid "Automatic indent"
+msgstr "自動縮排"
+
+#: data/org.gnome.gedit.gschema.xml.in:102
+msgid "Whether gedit should enable automatic indentation."
+msgstr "gedit 是否應啟用自動縮排的功能。"
+
+#: data/org.gnome.gedit.gschema.xml.in:106
+msgid "Display Line Numbers"
+msgstr "顯示列號"
+
+#: data/org.gnome.gedit.gschema.xml.in:107
+msgid "Whether gedit should display line numbers in the editing area."
+msgstr "gedit 是否應在編輯區域中顯示列號。"
+
+#: data/org.gnome.gedit.gschema.xml.in:111
+msgid "Highlight Current Line"
+msgstr "標明目前的列"
+
+#: data/org.gnome.gedit.gschema.xml.in:112
+msgid "Whether gedit should highlight the current line."
+msgstr "gedit 是否應以色彩標明目前的列。"
+
+#: data/org.gnome.gedit.gschema.xml.in:116
+msgid "Highlight Matching Brackets"
+msgstr "標明顯示成對的括號"
+
+#: data/org.gnome.gedit.gschema.xml.in:117
+msgid "Whether gedit should highlight matching brackets."
+msgstr "gedit 是否應以色彩標明與目前選取相成對的弧號。"
+
+#: data/org.gnome.gedit.gschema.xml.in:121
+msgid "Display Right Margin"
+msgstr "顯示右邊邊界"
+
+#: data/org.gnome.gedit.gschema.xml.in:122
+msgid "Whether gedit should display the right margin in the editing area."
+msgstr "gedit 是否應在編輯區域中顯示右邊邊界。"
+
+#: data/org.gnome.gedit.gschema.xml.in:126
+msgid "Right Margin Position"
+msgstr "右邊邊界位置"
+
+#: data/org.gnome.gedit.gschema.xml.in:127
+msgid "Specifies the position of the right margin."
+msgstr "指定右邊邊界位置。"
+
+#: data/org.gnome.gedit.gschema.xml.in:131
+msgid "Document background pattern type"
+msgstr "文件背景圖案類型"
+
+#: data/org.gnome.gedit.gschema.xml.in:132
+msgid "Whether the document will get a background pattern painted."
+msgstr "文件是否要加上背景圖案。"
+
+#: data/org.gnome.gedit.gschema.xml.in:142
+msgid "Smart Home End"
+msgstr "智慧式 Home End"
+
+#: data/org.gnome.gedit.gschema.xml.in:143
+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 ""
+"指定按下 HOME 與 END 鍵時游標要如何移動。使用「disabled」(停用) 游標會移至行"
+"的開始/結束處。使用「after」(之後) 游標會在第一次按下按鍵時移至行的開始/結束"
+"處,第二次按下按鍵時移至行的開始/結束處且略過空白字元。使用「before」(之前) "
+"游標會在移至行的開始/結束前先移到文字的開始/結束處。使用「always」(永遠) 游標"
+"會以移至文字的開始/結束處代替移至行的開始/結束處。"
+
+#: data/org.gnome.gedit.gschema.xml.in:147
+msgid "Restore Previous Cursor Position"
+msgstr "回復先前的游標位置"
+
+#: data/org.gnome.gedit.gschema.xml.in:148
+msgid ""
+"Whether gedit should restore the previous cursor position when a file is "
+"loaded."
+msgstr "gedit 載入檔案時是否應回到上次的游標位置。"
+
+#: data/org.gnome.gedit.gschema.xml.in:152
+msgid "Enable Syntax Highlighting"
+msgstr "啟用語法色彩標明"
+
+#: data/org.gnome.gedit.gschema.xml.in:153
+msgid "Whether gedit should enable syntax highlighting."
+msgstr "gedit 是否應啟用語法色彩標明的功能。"
+
+#: data/org.gnome.gedit.gschema.xml.in:157
+msgid "Enable Search Highlighting"
+msgstr "啟用搜尋標明功能"
+
+#: data/org.gnome.gedit.gschema.xml.in:158
+msgid ""
+"Whether gedit should highlight all the occurrences of the searched text."
+msgstr "gedit 是否應在搜尋後將比對到的字串處加上色彩標明。"
+
+#: data/org.gnome.gedit.gschema.xml.in:162
+msgid "Ensure Trailing Newline"
+msgstr "確保結尾以 Newline 結束"
+
+#: data/org.gnome.gedit.gschema.xml.in:163
+msgid ""
+"Whether gedit will ensure that documents always end with a trailing newline."
+msgstr "gedit 是否應確保文件結尾總是以新列 (newline) 結束。"
+
+#: data/org.gnome.gedit.gschema.xml.in:169
+msgid "Notebook Show Tabs Mode"
+msgstr "筆記本顯示分頁模式"
+
+#: data/org.gnome.gedit.gschema.xml.in:170
+msgid ""
+"Specifies when to show the notebook tabs. Use “never” to never show the "
+"tabs, “always” to always show the tabs, and “auto” to show the tabs only "
+"when there is more than one tab. Note that the values are case-sensitive, so "
+"make sure they appear exactly as mentioned here."
+msgstr ""
+"指定如何顯示筆記本分頁。使用「never」代表永遠不顯示分頁,「always」代表永遠顯"
+"示分頁,及「auto」代表只在有一個以上分頁時才顯示分頁。請注意,設定值是會分辨"
+"大小寫的,所以請確保設定值和上面所列出的完全一致。"
+
+#: data/org.gnome.gedit.gschema.xml.in:174
+msgid "Status Bar is Visible"
+msgstr "顯示狀態列"
+
+#: data/org.gnome.gedit.gschema.xml.in:175
+msgid ""
+"Whether the status bar at the bottom of editing windows should be visible."
+msgstr "編輯視窗的底部應否顯示狀態列。"
+
+#: data/org.gnome.gedit.gschema.xml.in:179
+msgid "Side panel is Visible"
+msgstr "顯示側邊面板"
+
+#: data/org.gnome.gedit.gschema.xml.in:180
+msgid ""
+"Whether the side panel at the left of editing windows should be visible."
+msgstr "編輯視窗左側是否應顯示側邊面板。"
+
+#: data/org.gnome.gedit.gschema.xml.in:189
+msgid "Print Syntax Highlighting"
+msgstr "列印語法色彩標明"
+
+#: data/org.gnome.gedit.gschema.xml.in:190
+msgid "Whether gedit should print syntax highlighting when printing documents."
+msgstr "gedit 是否應在列印文件時加上語法色彩標明。"
+
+#: data/org.gnome.gedit.gschema.xml.in:194
+msgid "Print Header"
+msgstr "列印頁首"
+
+#: data/org.gnome.gedit.gschema.xml.in:195
+msgid "Whether gedit should include a document header when printing documents."
+msgstr "gedit 是否應在列印文件時加入文件的頁首。"
+
+#: data/org.gnome.gedit.gschema.xml.in:204
+msgid "Printing Line Wrapping Mode"
+msgstr "列印換列模式"
+
+#: data/org.gnome.gedit.gschema.xml.in:205
+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 ""
+"指定列印時如何換列。使用「none」代表不會換列,「word」代表在單字間換列,"
+"「char」代表在個別字元間換列等。請注意,設定值是會分辨大小寫的,所以請確保設"
+"定值和上面所列出的完全一致。"
+
+#: data/org.gnome.gedit.gschema.xml.in:209
+msgid "Print Line Numbers"
+msgstr "列印列號"
+
+# zh_HK: msgstr "如果數值是 0,當打印文件時不會打印列號。否則,gedit 會每隔指定的列數打印列號。"
+#: data/org.gnome.gedit.gschema.xml.in:210
+msgid ""
+"If this value is 0, then no line numbers will be inserted when printing a "
+"document. Otherwise, gedit will print line numbers every such number of "
+"lines."
+msgstr ""
+"如果數值是 0,當列印文件時不會列印列號。否則,gedit 會每隔指定的列數列印列"
+"號。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:214
+msgid "'Monospace 9'"
+msgstr "'Monospace 9'"
+
+#: data/org.gnome.gedit.gschema.xml.in:215
+msgid "Body Font for Printing"
+msgstr "列印時使用的內文字型"
+
+# zh_HK: msgstr "指定打印文件時文件內容所用的字型。"
+#: data/org.gnome.gedit.gschema.xml.in:216
+msgid ""
+"Specifies the font to use for a document’s body when printing documents."
+msgstr "指定列印文件時文件內容所用的字型。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:220
+msgid "'Sans 11'"
+msgstr "'Sans 11'"
+
+# zh_HK: msgstr "打印時使用的頁首字型"
+#: data/org.gnome.gedit.gschema.xml.in:221
+msgid "Header Font for Printing"
+msgstr "列印時使用的頁首字型"
+
+# zh_HK: msgstr "指定打印文件時頁首所用的字型。本選項只有在「打印頁首」選項的值開啟的時候生效。"
+#: data/org.gnome.gedit.gschema.xml.in:222
+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 ""
+"指定列印文件時頁首所用的字型。本選項只有在「列印頁首」選項的值開啟的時候生"
+"效。"
+
+#. Translators: This is a GSettings default value. Do NOT change or localize the quotation marks!
+#: data/org.gnome.gedit.gschema.xml.in:226
+msgid "'Sans 8'"
+msgstr "'Sans 8'"
+
+# zh_HK: msgstr "打印列號時使用的字型"
+#: data/org.gnome.gedit.gschema.xml.in:227
+msgid "Line Number Font for Printing"
+msgstr "列印列號時使用的字型"
+
+# zh_HK: msgstr "指定打印時列號所用的字型。本選項只有在「打印列號」選項的值不是零的時候生效。"
+#: data/org.gnome.gedit.gschema.xml.in:228
+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.gnome.gedit.gschema.xml.in:232
+msgid "Margin Left"
+msgstr "左邊邊界"
+
+#: data/org.gnome.gedit.gschema.xml.in:233
+msgid "The left margin, in millimeters."
+msgstr "左邊邊界,以公釐計。"
+
+#: data/org.gnome.gedit.gschema.xml.in:237
+msgid "Margin Top"
+msgstr "頂端邊界"
+
+#: data/org.gnome.gedit.gschema.xml.in:238
+msgid "The top margin, in millimeters."
+msgstr "頂端邊界,以公釐計。"
+
+#: data/org.gnome.gedit.gschema.xml.in:242
+msgid "Margin Right"
+msgstr "右邊邊界"
+
+#: data/org.gnome.gedit.gschema.xml.in:243
+msgid "The right margin, in millimeters."
+msgstr "右邊邊界,以公釐計。"
+
+#: data/org.gnome.gedit.gschema.xml.in:247
+msgid "Margin Bottom"
+msgstr "底部邊界"
+
+#: data/org.gnome.gedit.gschema.xml.in:248
+msgid "The bottom margin, in millimeters."
+msgstr "底部邊界,以公釐計。"
+
+#: data/org.gnome.gedit.gschema.xml.in:254
+msgid "Candidate Encodings"
+msgstr "候選編碼"
+
+#: data/org.gnome.gedit.gschema.xml.in:255
+msgid ""
+"List of candidate encodings shown in the Character Encoding menu in the open/"
+"save file chooser. “CURRENT” represents the current locale encoding. Only "
+"recognized encodings are used. The default value is the empty list, in which "
+"case gedit will choose good defaults depending on the country and language."
+msgstr ""
+"在開啟/儲存檔案選擇器中字元編碼選單裡顯示的候選編碼列表。「CURRENT」代表目前"
+"的地區編碼。只能使用可辨認的編碼。預設值為空的列表,在此情況下 gedit 會根據國"
+"家與語言選擇良好的預設值。"
+
+#: data/org.gnome.gedit.gschema.xml.in:304
+msgid "Active plugins"
+msgstr "啟用外掛程式"
+
+#: data/org.gnome.gedit.gschema.xml.in:305
+msgid "List of active plugins."
+msgstr "啟用的外掛程式清單。"
+
+#: gedit/gedit-app.c:85
+msgid "Show the application’s version"
+msgstr "顯示應用程式的版本"
+
+#: gedit/gedit-app.c:91
+msgid "Display list of possible values for the encoding option"
+msgstr "顯示編碼選項可用數值的清單"
+
+#: gedit/gedit-app.c:98
+msgid ""
+"Set the character encoding to be used to open the files listed on the "
+"command line"
+msgstr "設定在命令列中開啟檔案時所使用的文字編碼"
+
+#: gedit/gedit-app.c:99
+msgid "ENCODING"
+msgstr "編碼"
+
+#: gedit/gedit-app.c:105
+msgid "Create a new top-level window in an existing instance of gedit"
+msgstr "建立一個屬於執行中的 gedit 實體的新的頂層視窗"
+
+#: gedit/gedit-app.c:112
+msgid "Create a new document in an existing instance of gedit"
+msgstr "在執行中的 gedit 建立新的文件"
+
+#: gedit/gedit-app.c:119
+msgid "Open files and block process until files are closed"
+msgstr "開啟檔案並阻擋程序直到檔案關閉"
+
+#: gedit/gedit-app.c:126
+msgid "Run gedit in standalone mode"
+msgstr "以單獨模式執行 gedit"
+
+#: gedit/gedit-app.c:133
+msgid "[FILE…] [+LINE[:COLUMN]]"
+msgstr "[FILE...] [+LINE[:COLUMN]]"
+
+#: gedit/gedit-app.c:223
+msgid "There was an error displaying the help."
+msgstr "顯示說明文件時發生錯誤。"
+
+#: gedit/gedit-app.c:838
+#, c-format
+msgid "%s: invalid encoding."
+msgstr "%s:無效的編碼。"
+
+#: gedit/gedit-close-confirmation-dialog.c:271
+msgid "Close _without Saving"
+msgstr "關閉但不儲存(_W)"
+
+#: gedit/gedit-close-confirmation-dialog.c:277 gedit/gedit-commands-file.c:492
+#: gedit/gedit-commands-file.c:568 gedit/gedit-commands-file.c:791
+#: gedit/gedit-commands-file.c:1513 gedit/gedit-encodings-dialog.c:192
+#: gedit/gedit-file-chooser-open-dialog.c:78
+#: gedit/gedit-preferences-dialog.c:721 gedit/gedit-progress-info-bar.c:49
+#: gedit/resources/ui/gedit-encodings-dialog.ui:44
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:31
+#: plugins/filebrowser/gedit-file-browser-utils.c:211
+#: plugins/quickopen/quickopen/popup.py:45
+#: plugins/snippets/snippets/manager.py:789
+#: plugins/snippets/snippets/manager.py:874
+#: plugins/snippets/snippets/manager.py:912
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:143
+#: plugins/time/resources/ui/gedit-time-dialog.ui:150
+msgid "_Cancel"
+msgstr "取消(_C)"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/resources/gtk/menus.ui:37
+#: gedit/resources/gtk/menus-traditional.ui:33
+msgid "_Save As…"
+msgstr "另存為(_S)…"
+
+#: gedit/gedit-close-confirmation-dialog.c:295 gedit/gedit-commands-file.c:790
+#: gedit/resources/gtk/menus-common.ui:127
+#: gedit/resources/ui/gedit-window.ui:59
+#: plugins/snippets/snippets/manager.py:875
+#: plugins/snippets/snippets/manager.py:913
+msgid "_Save"
+msgstr "儲存(_S)"
+
+#: gedit/gedit-close-confirmation-dialog.c:312
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld second will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "如果不儲存,將會永久地失去 %ld 秒前所作的修改。"
+
+#: gedit/gedit-close-confirmation-dialog.c:321
+msgid ""
+"If you don’t save, changes from the last minute will be permanently lost."
+msgstr "如果不儲存,將會永久地失去 1 分鐘前所作的修改。"
+
+#: gedit/gedit-close-confirmation-dialog.c:327
+#, c-format
+msgid ""
+"If you don’t save, changes from the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "如果不儲存,將會永久地失去 1 分 %ld 秒前所作的修改。"
+
+#: gedit/gedit-close-confirmation-dialog.c:337
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %ld minute will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "如果不儲存,將會永久地失去 %ld 分前所作的修改。"
+
+#: gedit/gedit-close-confirmation-dialog.c:352
+msgid "If you don’t save, changes from the last hour will be permanently lost."
+msgstr "如果不儲存,將會永久地失去 1 小時前所作的修改。"
+
+#: gedit/gedit-close-confirmation-dialog.c:358
+#, c-format
+msgid ""
+"If you don’t save, changes from the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "如果不儲存,將會永久地失去 1 小時 %d 分前所作的修改。"
+
+#: gedit/gedit-close-confirmation-dialog.c:373
+#, c-format
+msgid ""
+"If you don’t save, changes from the last %d hour will be permanently lost."
+msgid_plural ""
+"If you don’t save, changes from the last %d hours will be permanently lost."
+msgstr[0] "如果不儲存,將會永久地失去 %d 小時前所作的修改。"
+
+#: gedit/gedit-close-confirmation-dialog.c:400
+#, c-format
+msgid "Save changes to document “%s” before closing?"
+msgstr "在關閉前將變更儲存到文件「%s」?"
+
+#: gedit/gedit-close-confirmation-dialog.c:470
+#, c-format
+msgid "There is %d document with unsaved changes. Save changes before closing?"
+msgid_plural ""
+"There are %d documents with unsaved changes. Save changes before closing?"
+msgstr[0] "還有 %d 份已修改的文件未儲存。離開前要先儲存文件嗎?"
+
+#: gedit/gedit-close-confirmation-dialog.c:493
+msgid "S_elect the documents you want to save:"
+msgstr "請選擇需要儲存的文件(_E):"
+
+#. Secondary label
+#: gedit/gedit-close-confirmation-dialog.c:509
+msgid "If you don’t save, all your changes will be permanently lost."
+msgstr "如果不儲存,所有已修改的部份將會永久地遺失。"
+
+#: gedit/gedit-commands-file.c:257
+#, c-format
+msgid "Loading file “%s”…"
+msgstr "正在載入檔案「%s」…"
+
+#: gedit/gedit-commands-file.c:266
+#, c-format
+msgid "Loading %d file…"
+msgid_plural "Loading %d files…"
+msgstr[0] "正在載入 %d 個檔案…"
+
+#: gedit/gedit-commands-file.c:483
+#, c-format
+msgid "The file “%s” is read-only."
+msgstr "檔案「%s」是唯讀檔案。"
+
+#: gedit/gedit-commands-file.c:488
+msgid "Do you want to try to replace it with the one you are saving?"
+msgstr "您是否嘗試以準備儲存的版本覆寫該檔案?"
+
+#: gedit/gedit-commands-file.c:493
+#: gedit/resources/ui/gedit-replace-dialog.ui:55
+msgid "_Replace"
+msgstr "取代(_R)"
+
+#: gedit/gedit-commands-file.c:533
+msgid "Save the file using compression?"
+msgstr "是否使用壓縮儲存檔案?"
+
+#: gedit/gedit-commands-file.c:537
+msgid "Save the file as plain text?"
+msgstr "是否使用純文字儲存檔案?"
+
+#: gedit/gedit-commands-file.c:550
+#, c-format
+msgid ""
+"The file “%s” was previously saved as plain text and will now be saved using "
+"compression."
+msgstr "檔案「%s」原先是儲存為純文字,現在將以壓縮的方式儲存。"
+
+#: gedit/gedit-commands-file.c:554
+msgid "_Save Using Compression"
+msgstr "使用壓縮儲存(_S)"
+
+#: gedit/gedit-commands-file.c:559
+#, c-format
+msgid ""
+"The file “%s” was previously saved using compression and will now be saved "
+"as plain text."
+msgstr "檔案「%s」原先是以壓縮的方式儲存,現在將儲存為純文字。"
+
+#: gedit/gedit-commands-file.c:562
+msgid "_Save As Plain Text"
+msgstr "儲存為純文字(_S)"
+
+#: gedit/gedit-commands-file.c:677 gedit/gedit-commands-file.c:964
+#, c-format
+msgid "Saving file “%s”…"
+msgstr "正在儲存檔案「%s」…"
+
+#. Translators: "Save As" is the title of the file chooser window.
+#: gedit/gedit-commands-file.c:788
+msgctxt "window title"
+msgid "Save As"
+msgstr "另存為"
+
+#: gedit/gedit-commands-file.c:1374
+#, c-format
+msgid "Reverting the document “%s”…"
+msgstr "正在還原文件「%s」…"
+
+#: gedit/gedit-commands-file.c:1421
+#, c-format
+msgid "Revert unsaved changes to document “%s”?"
+msgstr "是否將未儲存的文件「%s」還原?"
+
+#: gedit/gedit-commands-file.c:1430
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld second will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld seconds will be permanently "
+"lost."
+msgstr[0] "將會永久地失去 %ld 秒前對文件所作的修改。"
+
+#: gedit/gedit-commands-file.c:1439
+msgid ""
+"Changes made to the document in the last minute will be permanently lost."
+msgstr "將會永久地失去 1 分鐘秒前對文件所作的修改。"
+
+#: gedit/gedit-commands-file.c:1445
+#, c-format
+msgid ""
+"Changes made to the document in the last minute and %ld second will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last minute and %ld seconds will be "
+"permanently lost."
+msgstr[0] "將會永久地失去 1 分 %ld 秒前對文件所作的修改。"
+
+#: gedit/gedit-commands-file.c:1455
+#, c-format
+msgid ""
+"Changes made to the document in the last %ld minute will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %ld minutes will be permanently "
+"lost."
+msgstr[0] "將會永久地失去 %ld 分鐘前對文件所作的修改。"
+
+#: gedit/gedit-commands-file.c:1470
+msgid "Changes made to the document in the last hour will be permanently lost."
+msgstr "將會永久地失去 1 小時前對文件所作的修改。"
+
+#: gedit/gedit-commands-file.c:1476
+#, c-format
+msgid ""
+"Changes made to the document in the last hour and %d minute will be "
+"permanently lost."
+msgid_plural ""
+"Changes made to the document in the last hour and %d minutes will be "
+"permanently lost."
+msgstr[0] "將會永久地失去 %d 分鐘前對文件所作的修改。"
+
+#: gedit/gedit-commands-file.c:1491
+#, c-format
+msgid ""
+"Changes made to the document in the last %d hour will be permanently lost."
+msgid_plural ""
+"Changes made to the document in the last %d hours will be permanently lost."
+msgstr[0] "將會永久地失去 %d 小時前對文件所作的修改。"
+
+#: gedit/gedit-commands-file.c:1514
+msgid "_Revert"
+msgstr "還原(_R)"
+
+#: gedit/gedit-commands-help.c:110
+msgid "gedit is a small and lightweight text editor for the GNOME desktop"
+msgstr "gedit 是為 GNOME 量身打造,小巧又輕量的文字編輯器"
+
+#: gedit/gedit-commands-help.c:115
+msgid "translator-credits"
+msgstr ""
+"如對翻譯有任何意見,請送一封電子郵件給\n"
+"以下地址,GNOME 翻譯團隊會儘快回覆您:\n"
+"zh-l10n@lists.linux.org.tw\n"
+"\n"
+"Woodman Tuen <wmtuen@gmail.com>, 2005-07\n"
+"Anthony Tang <tkyanthony@yahoo.com.hk>, 2004\n"
+"Abel Cheung <abel@oaka.org>, 2001-03\n"
+"Jing-Jong Shyue <shyue@sonoma.com.tw>, 2000"
+
+#: gedit/gedit-commands-search.c:106
+#, c-format
+msgid "Found and replaced %d occurrence"
+msgid_plural "Found and replaced %d occurrences"
+msgstr[0] "找到並取代了 %d 個字串"
+
+#: gedit/gedit-commands-search.c:115
+msgid "Found and replaced one occurrence"
+msgstr "找到及取代了一個字串"
+
+#. Translators: %s is replaced by the text
+#. entered by the user in the search box
+#: gedit/gedit-commands-search.c:141
+#, c-format
+msgid "“%s” not found"
+msgstr "找不到「%s」"
+
+#: gedit/gedit-document.c:993 gedit/gedit-document.c:1022
+#, c-format
+msgid "Untitled Document %d"
+msgstr "無標題文件 %d"
+
+#: gedit/gedit-documents-panel.c:398
+#, c-format
+msgid "Tab Group %i"
+msgstr "分頁群組 %i"
+
+#: gedit/gedit-documents-panel.c:498 gedit/gedit-window.c:1082
+#: gedit/gedit-window.c:1088 gedit/gedit-window.c:1096
+msgid "Read-Only"
+msgstr "唯讀"
+
+#: gedit/gedit-encodings-combo-box.c:297
+msgid "Automatically Detected"
+msgstr "自動偵測"
+
+#: gedit/gedit-encodings-combo-box.c:326
+msgid "Add or Remove…"
+msgstr "加入或移除…"
+
+#: gedit/gedit-encoding-items.c:92
+#, c-format
+msgid "Current Locale (%s)"
+msgstr "目前的地區設定 (%s)"
+
+#: gedit/gedit-encodings-dialog.c:93
+#, c-format
+msgid "%s (Current Locale)"
+msgstr "%s (目前的地區)"
+
+#: gedit/gedit-encodings-dialog.c:188
+msgid "Do you really want to reset the character encodings’ preferences?"
+msgstr "您確定要重設字元編碼的偏好設定?"
+
+#. Reset button
+#: gedit/gedit-encodings-dialog.c:193 gedit/gedit-encodings-dialog.c:818
+msgid "_Reset"
+msgstr "重設(_R)"
+
+#: gedit/gedit-encodings-dialog.c:729
+msgid "Add"
+msgstr "加入"
+
+#: gedit/gedit-encodings-dialog.c:772
+msgid "Remove"
+msgstr "移除"
+
+#: gedit/gedit-encodings-dialog.c:783
+msgid "Move to a higher priority"
+msgstr "移至較高優先等級"
+
+#: gedit/gedit-encodings-dialog.c:794
+msgid "Move to a lower priority"
+msgstr "移至較低優先等級"
+
+#: gedit/gedit-file-chooser.c:41 gedit/gedit-preferences-dialog.c:730
+msgid "All Files"
+msgstr "所有檔案"
+
+#: gedit/gedit-file-chooser.c:42
+msgid "All Text Files"
+msgstr "所有文字檔"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:262
+#: gedit/gedit-file-chooser-open-dialog.c:43
+msgid "C_haracter Encoding:"
+msgstr "字元編碼(_H):"
+
+#: gedit/gedit-file-chooser-dialog-gtk.c:321
+msgid "L_ine Ending:"
+msgstr "列結尾(_I):"
+
+#. Translators: "Open Files" is the title of the file chooser window.
+#: gedit/gedit-file-chooser-open-dialog.c:75
+#: gedit/gedit-file-chooser-open-native.c:54
+msgctxt "window title"
+msgid "Open Files"
+msgstr "開啟檔案"
+
+#: gedit/gedit-file-chooser-open-dialog.c:79 gedit/gedit-window.c:2636
+#: gedit/resources/gtk/menus-common.ui:100
+#: gedit/resources/gtk/menus-common.ui:106
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:7
+#: plugins/quickopen/quickopen/popup.py:46
+#: plugins/snippets/snippets/manager.py:790
+msgid "_Open"
+msgstr "開啟(_O)"
+
+#: gedit/gedit-highlight-mode-selector.c:269 gedit/gedit-window.c:1166
+#: plugins/externaltools/tools/manager.py:115
+#: plugins/externaltools/tools/manager.py:324
+#: plugins/externaltools/tools/manager.py:440
+#: plugins/externaltools/tools/manager.py:776
+msgid "Plain Text"
+msgstr "純文字"
+
+#: gedit/gedit-io-error-info-bar.c:135 gedit/gedit-io-error-info-bar.c:415
+msgid "_Retry"
+msgstr "重試(_R)"
+
+#: gedit/gedit-io-error-info-bar.c:155
+#, c-format
+msgid "Could not find the file “%s”."
+msgstr "找不到檔案「%s」。"
+
+#: gedit/gedit-io-error-info-bar.c:157 gedit/gedit-io-error-info-bar.c:197
+#: gedit/gedit-io-error-info-bar.c:204
+msgid "Please check that you typed the location correctly and try again."
+msgstr "檢查所輸入的位置是否正確後再試一次。"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:176
+#, c-format
+msgid "Unable to handle “%s:” locations."
+msgstr "無法處理「%s:」位置。"
+
+#: gedit/gedit-io-error-info-bar.c:182
+msgid "Unable to handle this location."
+msgstr "無法處理這個位置。"
+
+#: gedit/gedit-io-error-info-bar.c:191
+msgid "The location of the file cannot be accessed."
+msgstr "此檔案的位置不能被存取。"
+
+#: gedit/gedit-io-error-info-bar.c:195
+#, c-format
+msgid "“%s” is a directory."
+msgstr "「%s」是一個目錄。"
+
+#: gedit/gedit-io-error-info-bar.c:202
+#, c-format
+msgid "“%s” is not a valid location."
+msgstr "「%s」不是有效的位置。"
+
+#. Translators: %s is a host name
+#: gedit/gedit-io-error-info-bar.c:238
+#, c-format
+msgid ""
+"Host “%s” could not be found. Please check that your proxy settings are "
+"correct and try again."
+msgstr "無法找到主機「%s」。請檢查代理伺服器的設定是否正確後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:253
+#, c-format
+msgid ""
+"Hostname was invalid. Please check that you typed the location correctly and "
+"try again."
+msgstr "主機名稱無效。請檢查您所輸入的位置是否正確後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:261
+#, c-format
+msgid "“%s” is not a regular file."
+msgstr "「%s」不是正規的檔案。"
+
+#: gedit/gedit-io-error-info-bar.c:266
+msgid "Connection timed out. Please try again."
+msgstr "連線逾時,請再嘗試。"
+
+#: gedit/gedit-io-error-info-bar.c:299
+#, c-format
+msgid "Unexpected error: %s"
+msgstr "無法預期錯誤:%s"
+
+#: gedit/gedit-io-error-info-bar.c:335
+msgid "Cannot find the requested file. Perhaps it has recently been deleted."
+msgstr "找不到要求的檔案。可能它剛剛被刪除。"
+
+#: gedit/gedit-io-error-info-bar.c:345
+#, c-format
+msgid "Could not revert the file “%s”."
+msgstr "無法復原「%s」檔案。"
+
+#: gedit/gedit-io-error-info-bar.c:372
+msgid "Ch_aracter Encoding:"
+msgstr "字元編碼(_A):"
+
+#. Translators: the access key chosen for this string should be
+#. different from other main menu access keys (Open, Edit, View...)
+#: gedit/gedit-io-error-info-bar.c:423
+msgid "Edit Any_way"
+msgstr "強制編輯(_W)"
+
+#: gedit/gedit-io-error-info-bar.c:511
+msgid ""
+"The number of followed links is limited and the actual file could not be "
+"found within this limit."
+msgstr "連結的數量被限制而在此限制內找不到實際的檔案。"
+
+#: gedit/gedit-io-error-info-bar.c:515
+msgid "You do not have the permissions necessary to open the file."
+msgstr "您沒有足夠的權限來開啟檔案。"
+
+#: gedit/gedit-io-error-info-bar.c:521
+msgid "Unable to detect the character encoding."
+msgstr "無法偵測字元編碼。"
+
+#: gedit/gedit-io-error-info-bar.c:522 gedit/gedit-io-error-info-bar.c:546
+msgid "Please check that you are not trying to open a binary file."
+msgstr "請檢查是否在嘗試開啟二元碼檔案。"
+
+#: gedit/gedit-io-error-info-bar.c:523
+msgid "Select a character encoding from the menu and try again."
+msgstr "在選單中選取字元編碼後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:529
+#, c-format
+msgid "There was a problem opening the file “%s”."
+msgstr "開啟「%s」檔案時發生錯誤。"
+
+#: gedit/gedit-io-error-info-bar.c:531
+msgid ""
+"The file you opened has some invalid characters. If you continue editing "
+"this file you could corrupt this document."
+msgstr ""
+"您所開啟的檔案有部分無效的字元。如果您繼續編輯這個檔案可能會損毀這個文件。"
+
+#: gedit/gedit-io-error-info-bar.c:534
+msgid "You can also choose another character encoding and try again."
+msgstr "您可以選擇別的字元編碼後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:543
+#, c-format
+msgid "Could not open the file “%s” using the “%s” character encoding."
+msgstr "無法使用「%2$s」字元編碼來開啟「%1$s」檔案。"
+
+#: gedit/gedit-io-error-info-bar.c:547 gedit/gedit-io-error-info-bar.c:622
+msgid "Select a different character encoding from the menu and try again."
+msgstr "在選單中選取其他的字元編碼後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:559
+#, c-format
+msgid "Could not open the file “%s”."
+msgstr "無法開啟檔案「%s」。"
+
+#: gedit/gedit-io-error-info-bar.c:617
+#, c-format
+msgid "Could not save the file “%s” using the “%s” character encoding."
+msgstr "無法使用「%2$s」字元編碼來儲存「%1$s」檔案。"
+
+#: gedit/gedit-io-error-info-bar.c:620
+msgid ""
+"The document contains one or more characters that cannot be encoded using "
+"the specified character encoding."
+msgstr "文件中包含了一個或更多無法使用指定編碼來儲存的字元。"
+
+#: gedit/gedit-io-error-info-bar.c:691
+msgid "S_ave Anyway"
+msgstr "仍然儲存(_A)"
+
+#: gedit/gedit-io-error-info-bar.c:694
+msgid "D_on’t Save"
+msgstr "不要儲存(_O)"
+
+#. FIXME: review this message, it's not clear since for the user the "modification"
+#. * could be interpreted as the changes he made in the document. beside "reading" is
+#. * not accurate (since last load/save)
+#.
+#: gedit/gedit-io-error-info-bar.c:708
+#, c-format
+msgid "The file “%s” has been modified since reading it."
+msgstr "「%s」檔案在讀取前已被修改。"
+
+#: gedit/gedit-io-error-info-bar.c:723
+msgid "If you save it, all the external changes could be lost. Save it anyway?"
+msgstr "如果儲存它,將會失去所有外部作出的變更。仍要儲存它?"
+
+#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
+#: gedit/gedit-io-error-info-bar.c:781
+#, c-format
+msgid ""
+"Cannot handle “%s:” locations in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "無法以寫入模式處理「%s:」位置。請檢查所輸入的位置是否正確後再試。"
+
+#: gedit/gedit-io-error-info-bar.c:789
+msgid ""
+"Cannot handle this location in write mode. Please check that you typed the "
+"location correctly and try again."
+msgstr "無法以寫入模式處理此位置。請檢查所輸入的位置是否正確後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:798
+#, c-format
+msgid ""
+"“%s” is not a valid location. Please check that you typed the location "
+"correctly and try again."
+msgstr "「%s」並不是一個有效的位置。請檢查所輸入的位置是否正確後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:805
+msgid ""
+"You do not have the permissions necessary to save the file. Please check "
+"that you typed the location correctly and try again."
+msgstr "您沒有足夠的權限來儲存檔案。檢查所輸入的位置是否正確後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:811
+msgid ""
+"There is not enough disk space to save the file. Please free some disk space "
+"and try again."
+msgstr "剩餘的磁碟空間不足以儲存檔案。請先騰空部份磁碟空間後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:816
+msgid ""
+"You are trying to save the file on a read-only disk. Please check that you "
+"typed the location correctly and try again."
+msgstr "嘗試將檔案寫入唯讀的磁碟上。檢查所輸入的位置是否正確後再試一次。"
+
+#: gedit/gedit-io-error-info-bar.c:822
+msgid "A file with the same name already exists. Please use a different name."
+msgstr "相同名稱的檔案已經存在,請使用其它名稱。"
+
+#: gedit/gedit-io-error-info-bar.c:827
+msgid ""
+"The disk where you are trying to save the file has a limitation on length of "
+"the file names. Please use a shorter name."
+msgstr "準備用來儲存檔案的磁碟有檔案長度的限制。請使用較短的名稱。"
+
+#: gedit/gedit-io-error-info-bar.c:838
+msgid ""
+"The disk where you are trying to save the file has a limitation on file "
+"sizes. Please try saving a smaller file or saving it to a disk that does not "
+"have this limitation."
+msgstr ""
+"準備用來儲存檔案的磁碟加上了有關檔案大小的限制。請嘗試儲存較小的檔案,或儲存"
+"至另一個沒有檔案大小限制的磁碟。"
+
+#: gedit/gedit-io-error-info-bar.c:855
+#, c-format
+msgid "Could not save the file “%s”."
+msgstr "無法儲存檔案「%s」。"
+
+#: gedit/gedit-preferences-dialog.c:433
+msgid "Click on this button to select the font to be used by the editor"
+msgstr "按下此按鈕以選擇編輯器要使用的字型"
+
+#: gedit/gedit-preferences-dialog.c:439
+#, c-format
+msgid "_Use the system fixed width font (%s)"
+msgstr "使用系統固定寬度字型 [%s](_U)"
+
+#: gedit/gedit-preferences-dialog.c:685
+#, c-format
+msgid "The selected color scheme cannot be installed: %s"
+msgstr "無法安裝所選的色彩配置:%s"
+
+#: gedit/gedit-preferences-dialog.c:691
+msgid "The selected color scheme cannot be installed."
+msgstr "無法安裝所選的色彩配置。"
+
+#: gedit/gedit-preferences-dialog.c:717
+msgid "Add Color Scheme"
+msgstr "加入色彩配置"
+
+#: gedit/gedit-preferences-dialog.c:720
+msgid "_Add Scheme"
+msgstr "加入配置(_A)"
+
+#: gedit/gedit-preferences-dialog.c:725
+msgid "Color Scheme Files"
+msgstr "色彩配置檔案"
+
+#: gedit/gedit-preferences-dialog.c:763
+#, c-format
+msgid "Could not remove color scheme “%s”."
+msgstr "無法移除色彩配置「%s」。"
+
+#: gedit/gedit-print-job.c:227
+msgid "Preparing…"
+msgstr "正在準備…"
+
+#: gedit/gedit-print-job.c:539
+#, c-format
+msgid "File: %s"
+msgstr "檔案:%s"
+
+#. Translators: %N is the current page number, %Q is the total
+#. * number of pages (ex. Page 2 of 10)
+#.
+#: gedit/gedit-print-job.c:548
+msgid "Page %N of %Q"
+msgstr "%N / %Q 頁"
+
+#: gedit/gedit-print-job.c:626
+#, c-format
+msgid "Rendering page %d of %d…"
+msgstr "繪製第 %d / %d 頁…"
+
+#: gedit/gedit-print-preview.c:651
+#, c-format
+msgid "Page %d of %d"
+msgstr "第 %d / %d 頁"
+
+#: gedit/gedit-replace-dialog.c:688 plugins/externaltools/tools/tools.ui:49
+#: plugins/externaltools/tools/tools.ui:83
+#: plugins/externaltools/tools/tools.ui:121
+msgid "Nothing"
+msgstr "沒有"
+
+#: gedit/gedit-replace-dialog.c:777
+#: gedit/resources/ui/gedit-replace-dialog.ui:7
+msgid "Find and Replace"
+msgstr "尋找與取代"
+
+#. Use spaces to leave padding proportional to the font size
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "OVR"
+msgstr "覆寫"
+
+#: gedit/gedit-statusbar.c:56 gedit/gedit-statusbar.c:62
+msgid "INS"
+msgstr "插入"
+
+#: gedit/gedit-statusbar.c:242
+#, c-format
+msgid "There is a tab with errors"
+msgid_plural "There are %d tabs with errors"
+msgstr[0] "有 %d 個分頁有錯誤"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:824
+#, c-format
+msgid "Reverting %s from %s"
+msgstr "正在還原 %2$s 中的 %1$s"
+
+#: gedit/gedit-tab.c:831
+#, c-format
+msgid "Reverting %s"
+msgstr "正在還原 %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:844
+#, c-format
+msgid "Loading %s from %s"
+msgstr "從 %2$s 載入 %1$s"
+
+#: gedit/gedit-tab.c:851
+#, c-format
+msgid "Loading %s"
+msgstr "正在載入 %s"
+
+#. Translators: the first %s is a file name (e.g. test.txt) the second one
+#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
+#: gedit/gedit-tab.c:931
+#, c-format
+msgid "Saving %s to %s"
+msgstr "儲存 %s 至 %s"
+
+#: gedit/gedit-tab.c:936
+#, c-format
+msgid "Saving %s"
+msgstr "正在儲存 %s"
+
+#: gedit/gedit-tab.c:1484
+#, c-format
+msgid "Error opening file %s"
+msgstr "開啟 %s 時出現錯誤"
+
+#: gedit/gedit-tab.c:1489
+#, c-format
+msgid "Error reverting file %s"
+msgstr "還原檔案 %s 時出現錯誤"
+
+#: gedit/gedit-tab.c:1494
+#, c-format
+msgid "Error saving file %s"
+msgstr "儲存檔案 %s 時出現錯誤"
+
+#: gedit/gedit-tab.c:1525
+msgid "Name:"
+msgstr "名稱:"
+
+#: gedit/gedit-tab.c:1526
+msgid "MIME Type:"
+msgstr "MIME 類型:"
+
+#: gedit/gedit-tab.c:1527
+msgid "Encoding:"
+msgstr "編碼:"
+
+#. Translators: '/ on <remote-share>'
+#: gedit/gedit-utils.c:436
+#, c-format
+msgid "/ on %s"
+msgstr "/ 於 %s"
+
+#: gedit/gedit-utils.c:610
+msgid "Unix/Linux"
+msgstr "Unix/Linux"
+
+#: gedit/gedit-utils.c:612
+msgid "Mac OS Classic"
+msgstr "Mac OS Classic"
+
+#: gedit/gedit-utils.c:614
+msgid "Windows"
+msgstr "Windows"
+
+#: gedit/gedit-view.c:438 gedit/resources/ui/gedit-preferences-dialog.ui:41
+msgid "_Display line numbers"
+msgstr "顯示列號(_D)"
+
+#. Translators: the first %d is the position of the current search
+#. * occurrence, and the second %d is the total number of search
+#. * occurrences.
+#.
+#: gedit/gedit-view-frame.c:668
+#, c-format
+msgid "%d of %d"
+msgstr "%d / %d"
+
+#. create "Wrap Around" menu item.
+#: gedit/gedit-view-frame.c:760
+msgid "_Wrap Around"
+msgstr "回到檔案開始部份再搜尋(_W)"
+
+#. create "Match as Regular Expression" menu item.
+#: gedit/gedit-view-frame.c:770
+msgid "Match as _Regular Expression"
+msgstr "以正規表示式比對(_R)"
+
+#. create "Match Entire Word Only" menu item.
+#: gedit/gedit-view-frame.c:784
+msgid "Match _Entire Word Only"
+msgstr "只符合整個字詞(_E)"
+
+#. create "Match Case" menu item.
+#: gedit/gedit-view-frame.c:798
+msgid "_Match Case"
+msgstr "符合大小寫(_M)"
+
+#: gedit/gedit-view-frame.c:1023
+msgid "String you want to search for"
+msgstr "要搜尋的字串"
+
+#: gedit/gedit-view-frame.c:1035
+msgid "Line you want to move the cursor to"
+msgstr "游標要移至的列"
+
+#: gedit/gedit-window.c:919
+msgid "Bracket match is out of range"
+msgstr "對稱括號超出範圍"
+
+#: gedit/gedit-window.c:924
+msgid "Bracket match not found"
+msgstr "找不到成對括弧"
+
+#: gedit/gedit-window.c:929
+#, c-format
+msgid "Bracket match found on line: %d"
+msgstr "對稱括弧於列:%d"
+
+#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for "Column". Please,
+#. use abbreviations if possible to avoid space problems.
+#: gedit/gedit-window.c:964
+#, c-format
+msgid " Ln %d, Col %d"
+msgstr " 第 %d 列,第 %d 字"
+
+#: gedit/gedit-window.c:1148
+#, c-format
+msgid "Tab Width: %u"
+msgstr "Tab 寬度:%u"
+
+#: gedit/gedit-window.c:1493
+msgid "There are unsaved documents"
+msgstr "尚有未儲存的文件"
+
+#: gedit/gedit-window.c:2330
+msgid "Change side panel page"
+msgstr "改變側面窗格頁面"
+
+#: gedit/gedit-window.c:2350 gedit/resources/ui/gedit-window.ui:19
+msgid "Documents"
+msgstr "文件"
+
+#: gedit/gedit-window.c:2637
+msgid "Open a file"
+msgstr "開啟檔案"
+
+#: gedit/gedit-window.c:2641
+msgid "Open a recently used file"
+msgstr "開啟最近使用的檔案"
+
+#: gedit/resources/gtk/menus-common.ui:7
+msgid "Move _Left"
+msgstr "左移(_L)"
+
+#: gedit/resources/gtk/menus-common.ui:11
+msgid "Move _Right"
+msgstr "右移(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:17
+msgid "Move to New _Window"
+msgstr "移至新視窗(_W)"
+
+#: gedit/resources/gtk/menus-common.ui:21
+msgid "Move to New Tab _Group"
+msgstr "移至新的分頁群組(_G)"
+
+#: gedit/resources/gtk/menus-common.ui:27
+#: gedit/resources/gtk/menus-common.ui:163
+#: gedit/resources/gtk/menus-traditional.ui:134
+#: gedit/resources/ui/gedit-replace-dialog.ui:23
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:25
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:21
+msgid "_Close"
+msgstr "關閉(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:35
+msgid "Automatic Indentation"
+msgstr "自動縮排"
+
+#: gedit/resources/gtk/menus-common.ui:58
+msgid "Use Spaces"
+msgstr "使用空格"
+
+#: gedit/resources/gtk/menus-common.ui:66
+msgid "Display line numbers"
+msgstr "顯示列號"
+
+#: gedit/resources/gtk/menus-common.ui:70
+msgid "Display right margin"
+msgstr "顯示右邊邊界"
+
+#: gedit/resources/gtk/menus-common.ui:74
+msgid "Highlight current line"
+msgstr "標明目前的列"
+
+#: gedit/resources/gtk/menus-common.ui:78
+msgid "Text wrapping"
+msgstr "文字換列"
+
+#: gedit/resources/gtk/menus-common.ui:88
+msgid "_File"
+msgstr "檔案(_F)"
+
+#. _New is the menu item under the File menu on OS X which creates a new empty document.
+#: gedit/resources/gtk/menus-common.ui:92
+msgid "_New"
+msgstr "新增(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:111
+msgid "Open _Recent"
+msgstr "開啟最近(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:114
+msgid "Reopen Closed _Tab"
+msgstr "重新開啟關閉的分頁(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:132
+msgid "Save _As…"
+msgstr "另存為(_A)…"
+
+#: gedit/resources/gtk/menus-common.ui:140 gedit/resources/gtk/menus.ui:27
+msgid "_New Window"
+msgstr "新增視窗(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:148 gedit/resources/gtk/menus.ui:9
+#: gedit/resources/gtk/menus-traditional.ui:9
+msgid "_Reload"
+msgstr "重新載入(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:155 gedit/resources/gtk/menus.ui:14
+#: gedit/resources/gtk/menus-traditional.ui:14
+msgid "_Print…"
+msgstr "列印(_P)…"
+
+#: gedit/resources/gtk/menus-common.ui:168
+#: gedit/resources/gtk/menus-traditional.ui:138
+msgid "_Quit"
+msgstr "結束(_Q)"
+
+#: gedit/resources/gtk/menus-common.ui:176
+msgid "_Edit"
+msgstr "編輯(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:180
+msgid "_Undo"
+msgstr "復原(_U)"
+
+#: gedit/resources/gtk/menus-common.ui:185
+msgid "_Redo"
+msgstr "取消復原(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:192
+msgid "C_ut"
+msgstr "剪下(_U)"
+
+#: gedit/resources/gtk/menus-common.ui:197
+msgid "_Copy"
+msgstr "複製(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:202
+msgid "_Paste"
+msgstr "貼上(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:207
+#: plugins/filebrowser/gedit-file-browser-plugin.c:917
+#: plugins/filebrowser/gedit-file-browser-plugin.c:955
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:37
+msgid "_Delete"
+msgstr "刪除(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:215
+msgid "Overwrite _Mode"
+msgstr "覆寫模式(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:223
+msgid "Select _All"
+msgstr "全部選取(_A)"
+
+#: gedit/resources/gtk/menus-common.ui:230 gedit/resources/gtk/menus.ui:112
+#: gedit/resources/gtk/menus-traditional.ui:108
+msgid "_Preferences"
+msgstr "偏好設定(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:237 gedit/resources/gtk/menus.ui:72
+#: gedit/resources/gtk/menus-traditional.ui:68
+msgid "_View"
+msgstr "檢視(_V)"
+
+#: gedit/resources/gtk/menus-common.ui:241 gedit/resources/gtk/menus.ui:76
+#: gedit/resources/gtk/menus-traditional.ui:72
+msgid "Side _Panel"
+msgstr "側邊面板(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:246 gedit/resources/gtk/menus.ui:80
+#: gedit/resources/gtk/menus-traditional.ui:76
+msgid "_Bottom Panel"
+msgstr "底部面板(_B)"
+
+#: gedit/resources/gtk/menus-common.ui:255 gedit/resources/gtk/menus.ui:19
+#: gedit/resources/gtk/menus-traditional.ui:19
+msgid "_Fullscreen"
+msgstr "全螢幕(_F)"
+
+#: gedit/resources/gtk/menus-common.ui:263 gedit/resources/gtk/menus.ui:91
+#: gedit/resources/gtk/menus-traditional.ui:87
+msgid "_Highlight Mode…"
+msgstr "標明模式(_H)…"
+
+#: gedit/resources/gtk/menus-common.ui:269
+msgid "_Search"
+msgstr "搜尋(_S)"
+
+#: gedit/resources/gtk/menus-common.ui:273 gedit/resources/gtk/menus.ui:54
+#: gedit/resources/gtk/menus-traditional.ui:50
+msgid "_Find…"
+msgstr "尋找(_F)…"
+
+#: gedit/resources/gtk/menus-common.ui:278
+msgid "Find Ne_xt"
+msgstr "找下一個(_X)"
+
+#: gedit/resources/gtk/menus-common.ui:283
+msgid "Find Pre_vious"
+msgstr "找上一個(_V)"
+
+#: gedit/resources/gtk/menus-common.ui:291
+msgid "Find and _Replace…"
+msgstr "尋找與取代(_R)…"
+
+#: gedit/resources/gtk/menus-common.ui:299 gedit/resources/gtk/menus.ui:62
+#: gedit/resources/gtk/menus-traditional.ui:58
+msgid "_Clear Highlight"
+msgstr "清除標明(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:307
+msgid "Go to _Line…"
+msgstr "前往列號(_L)…"
+
+#: gedit/resources/gtk/menus-common.ui:314 gedit/resources/gtk/menus.ui:97
+#: gedit/resources/gtk/menus-traditional.ui:93
+msgid "_Tools"
+msgstr "工具(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:329
+msgid "_Documents"
+msgstr "文件(_D)"
+
+#: gedit/resources/gtk/menus-common.ui:333
+msgid "_Save All"
+msgstr "全部儲存(_A)"
+
+#: gedit/resources/gtk/menus-common.ui:338
+#: gedit/resources/gtk/menus-traditional.ui:130
+msgid "_Close All"
+msgstr "全部關閉(_C)"
+
+#: gedit/resources/gtk/menus-common.ui:346
+msgid "_New Tab Group"
+msgstr "新增分頁群組(_N)"
+
+#: gedit/resources/gtk/menus-common.ui:351
+msgid "P_revious Tab Group"
+msgstr "上一個分頁群組(_R)"
+
+#: gedit/resources/gtk/menus-common.ui:356
+msgid "Nex_t Tab Group"
+msgstr "下一個分頁群組(_T)"
+
+#: gedit/resources/gtk/menus-common.ui:364
+msgid "_Previous Document"
+msgstr "上一個文件(_P)"
+
+#: gedit/resources/gtk/menus-common.ui:369
+msgid "N_ext Document"
+msgstr "下一個文件(_E)"
+
+#: gedit/resources/gtk/menus-common.ui:377
+msgid "_Move To New Window"
+msgstr "移至新的視窗(_M)"
+
+#: gedit/resources/gtk/menus-common.ui:383
+#: gedit/resources/gtk/menus-common.ui:387 gedit/resources/gtk/menus.ui:123
+#: gedit/resources/gtk/menus-traditional.ui:119
+#: plugins/spell/gedit-spell-plugin.c:260
+#: plugins/time/resources/ui/gedit-time-dialog.ui:133
+msgid "_Help"
+msgstr "求助(_H)"
+
+#: gedit/resources/gtk/menus-common.ui:394 gedit/resources/gtk/menus.ui:127
+#: gedit/resources/gtk/menus-traditional.ui:123
+msgid "_About Text Editor"
+msgstr "關於《文字編輯器》(_A)"
+
+#: gedit/resources/gtk/menus.ui:41 gedit/resources/gtk/menus-traditional.ui:37
+msgid "Save _All"
+msgstr "全部儲存(_A)"
+
+#: gedit/resources/gtk/menus.ui:58 gedit/resources/gtk/menus-traditional.ui:54
+msgid "_Find and Replace…"
+msgstr "尋找並取代(_F)…"
+
+#: gedit/resources/gtk/menus.ui:66 gedit/resources/gtk/menus-traditional.ui:62
+msgid "_Go to Line…"
+msgstr "移至列(_G)…"
+
+#: gedit/resources/gtk/menus.ui:119
+#: gedit/resources/gtk/menus-traditional.ui:115
+msgid "_Keyboard Shortcuts"
+msgstr "鍵盤捷徑鍵(_K)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:41
+msgid "Character Encodings"
+msgstr "字元編碼"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:51
+msgid "_Apply"
+msgstr "套用(_A)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:82
+msgid "A_vailable Encodings"
+msgstr "可使用的編碼(_V)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:100
+msgid "Cho_sen Encodings"
+msgstr "選取的編碼(_S)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:139
+#: gedit/resources/ui/gedit-encodings-dialog.ui:217
+msgid "_Description"
+msgstr "描述(_D)"
+
+#: gedit/resources/ui/gedit-encodings-dialog.ui:151
+#: gedit/resources/ui/gedit-encodings-dialog.ui:228
+msgid "_Encoding"
+msgstr "編碼(_E)"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:11
+msgid "Highlight Mode"
+msgstr "標明模式"
+
+#: gedit/resources/ui/gedit-highlight-mode-dialog.ui:47
+msgid "_Select"
+msgstr "選擇(_S)"
+
+#: gedit/resources/ui/gedit-highlight-mode-selector.ui:31
+msgid "Search highlight mode…"
+msgstr "搜尋標明模式…"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:8
+#: gedit/resources/ui/gedit-preferences-dialog.ui:15
+msgid "Preferences"
+msgstr "偏好設定"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:56
+msgid "Display right _margin at column:"
+msgstr "顯示右邊邊界於(_M):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:95
+msgid "Display _statusbar"
+msgstr "顯示狀態列(_S)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:110
+msgid "Display _grid pattern"
+msgstr "顯示格線圖案(_G)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:139
+#: gedit/resources/ui/gedit-print-preferences.ui:197
+msgid "Text Wrapping"
+msgstr "文字換列"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:157
+#: gedit/resources/ui/gedit-print-preferences.ui:217
+msgid "Enable text _wrapping"
+msgstr "啟用換列功能(_W)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:171
+#: gedit/resources/ui/gedit-print-preferences.ui:237
+msgid "Do not _split words over two lines"
+msgstr "換列時不將字詞斷開(_S)"
+
+# zh_HK: msgstr "打印時顯示語法色彩"
+#: gedit/resources/ui/gedit-preferences-dialog.ui:205
+msgid "Highlighting"
+msgstr "標明"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:223
+msgid "Highlight current _line"
+msgstr "標明當前的列(_L)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:237
+msgid "Highlight matching _brackets"
+msgstr "標明成對的括弧(_B)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:270
+msgid "View"
+msgstr "檢視"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:292
+msgid "Tab Stops"
+msgstr "Tab 停止位置"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:315
+msgid "_Tab width:"
+msgstr "_Tab 字元寬度:"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:344
+msgid "Insert _spaces instead of tabs"
+msgstr "插入空格代替 _Tab 字元"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:359
+msgid "_Enable automatic indentation"
+msgstr "啟用自動縮排功能(_E)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:394
+msgid "File Saving"
+msgstr "檔案儲存"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:413
+msgid "Create a _backup copy of files before saving"
+msgstr "儲存前先製作暫存檔(_B)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:428
+msgid "_Autosave files every"
+msgstr "每隔指定時間自動儲存檔案(_A)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:444
+msgid "_minutes"
+msgstr "分鐘(_M)"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:491
+msgid "Editor"
+msgstr "編輯器"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:514
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:14
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:24
+msgid "Font"
+msgstr "字型"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:558
+msgid "Editor _font: "
+msgstr "編輯器字型(_F):"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:575
+msgid "Pick the editor font"
+msgstr "請指定編輯器字型"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:616
+msgid "Color Scheme"
+msgstr "色彩配置"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:652
+#: gedit/resources/ui/gedit-preferences-dialog.ui:653
+msgid "Install scheme"
+msgstr "安裝配色"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:654
+msgid "Install Scheme"
+msgstr "安裝顏色配置"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:668
+#: gedit/resources/ui/gedit-preferences-dialog.ui:669
+msgid "Uninstall scheme"
+msgstr "解除安裝配色"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:670
+msgid "Uninstall Scheme"
+msgstr "解除安裝顏色配置"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:710
+msgid "Font & Colors"
+msgstr "字型及顏色"
+
+#: gedit/resources/ui/gedit-preferences-dialog.ui:735
+msgid "Plugins"
+msgstr "外掛程式"
+
+# zh_HK: msgstr "打印時顯示語法色彩"
+#: gedit/resources/ui/gedit-print-preferences.ui:39
+msgid "Syntax Highlighting"
+msgstr "語法色彩標明"
+
+# zh_HK: msgstr "打印語法標示的顏色(_Y)"
+#: gedit/resources/ui/gedit-print-preferences.ui:52
+msgid "Print synta_x highlighting"
+msgstr "列印語法色彩標明(_X)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:85
+msgid "Line Numbers"
+msgstr "列號"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:105
+msgid "Print line nu_mbers"
+msgstr "列印列號(_M)"
+
+#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:129
+msgid "_Number every"
+msgstr "每隔指定列數加上列號(_N)"
+
+#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print preferences.
+#: gedit/resources/ui/gedit-print-preferences.ui:157
+msgid "lines"
+msgstr "列"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:283
+msgid "Page header"
+msgstr "頁首"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:296
+msgid "Print page _headers"
+msgstr "列印頁首(_H)"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:342
+msgid "Fonts"
+msgstr "字型"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:371
+msgid "_Body:"
+msgstr "內容(_B):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:402
+msgid "_Line numbers:"
+msgstr "列號(_L):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:433
+msgid "He_aders and footers:"
+msgstr "頁首和頁尾(_A):"
+
+#: gedit/resources/ui/gedit-print-preferences.ui:474
+msgid "_Restore Default Fonts"
+msgstr "還原為預設字型(_R)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:34
+msgid "Show the previous page"
+msgstr "顯示上一頁"
+
+#: gedit/resources/ui/gedit-print-preview.ui:48
+msgid "Show the next page"
+msgstr "顯示下一頁"
+
+#: gedit/resources/ui/gedit-print-preview.ui:103
+msgid "Current page (Alt+P)"
+msgstr "目前的頁 (Alt+P)"
+
+#. the "of" from "1 of 19" in print preview
+#: gedit/resources/ui/gedit-print-preview.ui:118
+msgid "of"
+msgstr "/"
+
+#: gedit/resources/ui/gedit-print-preview.ui:135
+msgid "Page total"
+msgstr "總頁數"
+
+#: gedit/resources/ui/gedit-print-preview.ui:136
+msgid "The total number of pages in the document"
+msgstr "文件的總頁數"
+
+#: gedit/resources/ui/gedit-print-preview.ui:185
+msgid "Show multiple pages"
+msgstr "顯示多頁"
+
+#: gedit/resources/ui/gedit-print-preview.ui:233
+msgid "Zoom 1:1"
+msgstr "正常大小"
+
+#: gedit/resources/ui/gedit-print-preview.ui:247
+msgid "Zoom to fit the whole page"
+msgstr "整頁大小"
+
+#: gedit/resources/ui/gedit-print-preview.ui:261
+msgid "Zoom the page in"
+msgstr "放大"
+
+#: gedit/resources/ui/gedit-print-preview.ui:275
+msgid "Zoom the page out"
+msgstr "縮小"
+
+#: gedit/resources/ui/gedit-print-preview.ui:326
+msgid "Close print preview"
+msgstr "關閉預覽列印"
+
+#: gedit/resources/ui/gedit-print-preview.ui:327
+msgid "_Close Preview"
+msgstr "關閉預覽(_C)"
+
+#: gedit/resources/ui/gedit-print-preview.ui:374
+msgid "Page Preview"
+msgstr "頁面預覽"
+
+#: gedit/resources/ui/gedit-print-preview.ui:375
+msgid "The preview of a page in the document to be printed"
+msgstr "將會列印的文件的預覽"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:39
+msgid "Replace _All"
+msgstr "全部取代(_A)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:71
+msgctxt "label of the find button"
+msgid "_Find"
+msgstr "尋找(_F)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:105
+msgctxt "label on the left of the GtkEntry containing text to search"
+msgid "F_ind "
+msgstr "尋找(_I) "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:120
+msgid "Replace _with "
+msgstr "取代為(_W) "
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:138
+msgid "_Match case"
+msgstr "符合大小寫(_M)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:155
+msgid "Match _entire word only"
+msgstr "只符合整個字詞(_E)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:172
+msgid "Re_gular expression"
+msgstr "正規表示式(_G)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:189
+msgid "Search _backwards"
+msgstr "向上搜尋(_B)"
+
+#: gedit/resources/ui/gedit-replace-dialog.ui:206
+msgid "Wra_p around"
+msgstr "反向搜尋(_P)"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:14
+msgctxt "shortcut window"
+msgid "Documents"
+msgstr "文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:19
+msgctxt "shortcut window"
+msgid "Create a new document in a tab"
+msgstr "在分頁中建立新的文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:26
+msgctxt "shortcut window"
+msgid "Open a document"
+msgstr "開啟文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:33
+msgctxt "shortcut window"
+msgid "Save the document"
+msgstr "儲存文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:40
+msgctxt "shortcut window"
+msgid "Save the document with a new filename"
+msgstr "以新的檔案名稱儲存文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:47
+msgctxt "shortcut window"
+msgid "Save all the documents"
+msgstr "儲存所有文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:54
+msgctxt "shortcut window"
+msgid "Close the document"
+msgstr "關閉文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:61
+msgctxt "shortcut window"
+msgid "Close all the documents"
+msgstr "關閉所有文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:68
+msgctxt "shortcut window"
+msgid "Reopen the most recently closed document"
+msgstr "重新開啟最近關閉的文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:75
+msgctxt "shortcut window"
+msgid "Switch to the next document"
+msgstr "切換到下一個文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:82
+msgctxt "shortcut window"
+msgid "Switch to the previous document"
+msgstr "切換到上一個文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:89
+msgctxt "shortcut window"
+msgid "Switch to the first — ninth document"
+msgstr "切換到第一 - 第九個文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:97
+msgctxt "shortcut window"
+msgid "Windows and Panels"
+msgstr "視窗與面板"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:102
+msgctxt "shortcut window"
+msgid "Create a new document in a window"
+msgstr "在視窗中建立新的文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:109
+msgctxt "shortcut window"
+msgid "Create a new tab group"
+msgstr "建立新的分頁群組"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:116
+msgctxt "shortcut window"
+msgid "Show side panel"
+msgstr "顯示側邊面板"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:123
+msgctxt "shortcut window"
+msgid "Show bottom panel"
+msgstr "顯示底部面板"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:130
+msgctxt "shortcut window"
+msgid "Fullscreen on / off"
+msgstr "全螢幕開啟/關閉"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:137
+msgctxt "shortcut window"
+msgid "Quit the application"
+msgstr "退出應用程式"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:145
+#: gedit/resources/ui/gedit-shortcuts.ui:171
+msgctxt "shortcut window"
+msgid "Find and Replace"
+msgstr "尋找與取代"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:150
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "尋找"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:157
+msgctxt "shortcut window"
+msgid "Find the next match"
+msgstr "尋找下一個符合項"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:164
+msgctxt "shortcut window"
+msgid "Find the previous match"
+msgstr "尋找上一個符合項"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:178
+msgctxt "shortcut window"
+msgid "Clear highlight"
+msgstr "清除標明"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:186
+msgctxt "shortcut window"
+msgid "Undo and Redo"
+msgstr "復原/重做"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:191
+msgctxt "shortcut window"
+msgid "Undo previous command"
+msgstr "復原上一個命令"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:198
+msgctxt "shortcut window"
+msgid "Redo previous command"
+msgstr "重做上一個命令"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:206
+msgctxt "shortcut window"
+msgid "Selection"
+msgstr "選擇區域"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:211
+msgctxt "shortcut window"
+msgid "Select all text"
+msgstr "選取所有文字"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:218
+msgctxt "shortcut window"
+msgid "Unselect all text"
+msgstr "取消選取所有文字"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:226
+msgctxt "shortcut window"
+msgid "Copy and Paste"
+msgstr "複製與貼上"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:231
+msgctxt "shortcut window"
+msgid "Copy selected text to clipboard"
+msgstr "將選取的文字複製至剪貼簿"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:238
+msgctxt "shortcut window"
+msgid "Cut selected text to clipboard"
+msgstr "將選定的文字剪貼至剪貼簿"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:245
+msgctxt "shortcut window"
+msgid "Paste text from clipboard"
+msgstr "從剪貼簿貼上文字"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:253
+msgctxt "shortcut window"
+msgid "Navigation"
+msgstr "導航"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:258
+msgctxt "shortcut window"
+msgid "Go to line"
+msgstr "移至列號"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:265
+msgctxt "shortcut window"
+msgid "Move to the beginning of the current line"
+msgstr "移動到目前列的開頭"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:272
+msgctxt "shortcut window"
+msgid "Move to the end of the current line"
+msgstr "移動到目前列的結尾"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:279
+msgctxt "shortcut window"
+msgid "Move to the beginning of the document"
+msgstr "移動到文件的開頭"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:286
+msgctxt "shortcut window"
+msgid "Move to the end of the document"
+msgstr "移動到文件的結尾"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:293
+msgctxt "shortcut window"
+msgid "Move viewport up within the file"
+msgstr "在檔案內向上移動一個視區"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:300
+msgctxt "shortcut window"
+msgid "Move viewport down within the file"
+msgstr "在檔案內向下移動一個視區"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:307
+msgctxt "shortcut window"
+msgid "Move viewport to end of file"
+msgstr "移動視區至檔案結尾"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:314
+msgctxt "shortcut window"
+msgid "Move viewport to beginning of file"
+msgstr "移動視區至檔案開頭"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:321
+msgctxt "shortcut window"
+msgid "Move to matching bracket"
+msgstr "移至成對括號"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:328
+msgctxt "shortcut window"
+msgid "Go to previous tab group"
+msgstr "前往上一個分頁群組"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:335
+msgctxt "shortcut window"
+msgid "Go to next tab group"
+msgstr "前往下一個分頁群組"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:343
+msgctxt "shortcut window"
+msgid "Editing"
+msgstr "正在編輯"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:348
+msgctxt "shortcut window"
+msgid "Toggle insert / overwrite"
+msgstr "切換插入/覆寫"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:355
+msgctxt "shortcut window"
+msgid "Toggle cursor visibility"
+msgstr "切換游標的可見與否"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:362
+msgctxt "shortcut window"
+msgid "Delete current line"
+msgstr "刪除目前的列"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:369
+msgctxt "shortcut window"
+msgid "Move current line up"
+msgstr "目前的列上移"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:376
+msgctxt "shortcut window"
+msgid "Move current line down"
+msgstr "目前的列下移"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:383
+msgctxt "shortcut window"
+msgid "Move current word left"
+msgstr "目前字詞左移"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:390
+msgctxt "shortcut window"
+msgid "Move current word right"
+msgstr "目前字詞右移"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:397
+msgctxt "shortcut window"
+msgid "Convert to uppercase"
+msgstr "轉換為大寫"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:404
+msgctxt "shortcut window"
+msgid "Convert to lowercase"
+msgstr "轉換為小寫"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:411
+msgctxt "shortcut window"
+msgid "Invert case"
+msgstr "反轉大小寫"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:418
+msgctxt "shortcut window"
+msgid "Increment number at cursor"
+msgstr "游標處的遞增數"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:425
+msgctxt "shortcut window"
+msgid "Decrement number at cursor"
+msgstr "游標處的遞減數"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:433
+msgctxt "shortcut window"
+msgid "Tools"
+msgstr "工具"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:438
+msgctxt "shortcut window"
+msgid "Check spelling"
+msgstr "拼字檢查"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:445
+msgctxt "shortcut window"
+msgid "Print the document"
+msgstr "列印文件"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:452
+msgctxt "shortcut window"
+msgid "Show completion window"
+msgstr "顯示補齊視窗"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:460
+msgctxt "shortcut window"
+msgid "General"
+msgstr "一般"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:465
+msgctxt "shortcut window"
+msgid "Show help"
+msgstr "顯示幫助說明"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:472
+msgctxt "shortcut window"
+msgid "Open menu"
+msgstr "開啟選單"
+
+#: gedit/resources/ui/gedit-shortcuts.ui:479
+msgctxt "shortcut window"
+msgid "Keyboard shortcuts"
+msgstr "鍵盤快捷鍵"
+
+#: gedit/resources/ui/gedit-tab-label.ui:34
+msgid "Close Document"
+msgstr "關閉文件"
+
+#: gedit/resources/ui/gedit-window.ui:36 gedit/resources/ui/gedit-window.ui:42
+#: gedit/resources/ui/gedit-window.ui:327
+#: gedit/resources/ui/gedit-window.ui:333
+msgid "Create a new document"
+msgstr "建立新的文件"
+
+#: gedit/resources/ui/gedit-window.ui:41 gedit/resources/ui/gedit-window.ui:332
+msgid "New"
+msgstr "新增"
+
+#: gedit/resources/ui/gedit-window.ui:62 gedit/resources/ui/gedit-window.ui:67
+#: gedit/resources/ui/gedit-window.ui:368
+#: gedit/resources/ui/gedit-window.ui:373
+msgid "Save the current file"
+msgstr "儲存目前的檔案"
+
+#: gedit/resources/ui/gedit-window.ui:66 gedit/resources/ui/gedit-window.ui:366
+#: gedit/resources/ui/gedit-window.ui:372
+msgid "Save"
+msgstr "儲存"
+
+#: gedit/resources/ui/gedit-window.ui:209
+msgid "Hide panel"
+msgstr "隱藏面板"
+
+#: gedit/resources/ui/gedit-window.ui:341
+#: gedit/resources/ui/gedit-window.ui:346
+#: gedit/resources/ui/gedit-window.ui:347
+msgid "Leave Fullscreen"
+msgstr "離開全螢幕"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:5
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:7
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:13
+msgid "Document Statistics"
+msgstr "文件統計"
+
+#: plugins/docinfo/docinfo.plugin.desktop.in:6
+msgid "Report the number of words, lines and characters in a document."
+msgstr "回報文件中的字數、列數、字元數目。"
+
+#: plugins/docinfo/gedit-docinfo-plugin.c:535
+msgid "_Document Statistics"
+msgstr "文件統計(_D)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:64
+msgid "Document"
+msgstr "文件"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:82
+msgid "Selection"
+msgstr "選擇區域"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:97
+msgid "Lines"
+msgstr "列"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:112
+msgid "Words"
+msgstr "字詞"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:127
+msgid "Characters (with spaces)"
+msgstr "字元(包括空格)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:142
+msgid "Characters (no spaces)"
+msgstr "字元(不包括空格)"
+
+#: plugins/docinfo/resources/ui/gedit-docinfo-plugin.ui:157
+msgid "Bytes"
+msgstr "位元組"
+
+#: plugins/externaltools/data/build.desktop.in:3
+msgid "Build"
+msgstr "建立"
+
+#: plugins/externaltools/data/build.desktop.in:4
+msgid "Run “make” in the document directory"
+msgstr "在文件資料夾中執行「make」指令"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:3
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:3
+msgid "Open terminal here"
+msgstr "在這裡開啟終端機"
+
+#: plugins/externaltools/data/open-terminal-here.desktop.in:4
+#: plugins/externaltools/data/open-terminal-here-osx.desktop.in:4
+msgid "Open a terminal in the document location"
+msgstr "在文件的位置開啟終端機"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:3
+msgid "Remove trailing spaces"
+msgstr "移除句尾空格"
+
+#: plugins/externaltools/data/remove-trailing-spaces.desktop.in:4
+msgid "Remove useless trailing spaces in your file"
+msgstr "移除檔案中沒用的句尾空格"
+
+#: plugins/externaltools/data/run-command.desktop.in:3
+msgid "Run command"
+msgstr "執行指令"
+
+#: plugins/externaltools/data/run-command.desktop.in:4
+msgid "Execute a custom command and put its output in a new document"
+msgstr "執行自訂指令及輸出在一個新的文件上"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:3
+msgid "Send to fpaste"
+msgstr "傳送到 fpaste"
+
+#: plugins/externaltools/data/send-to-fpaste.desktop.in:4
+msgid "Paste selected text or current document to fpaste"
+msgstr "將選取的文字或目前的文件貼到 fpaste"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:6
+msgid "External Tools"
+msgstr "外部工具"
+
+#: plugins/externaltools/externaltools.plugin.desktop.in:7
+msgid "Execute external commands and shell scripts."
+msgstr "執行外部指令及 shell script。"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:5
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:15
+msgid "Whether to use the system font"
+msgstr "是否使用系統字型"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:6
+msgid ""
+"If true, the external tools will use the desktop-global standard font if "
+"it’s monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"如設定為 true,外部工具會採用桌面整體指定的標準字型 (如果它是固定寬度字型;否"
+"則會使用最接近的字型)。"
+
+#: plugins/externaltools/org.gnome.gedit.plugins.externaltools.gschema.xml:15
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:25
+msgid "A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”."
+msgstr "Pango 字型名稱,例如:「Sans 12」、「Monospace Bold 14」"
+
+#: plugins/externaltools/tools/appactivatable.py:133
+msgid "Manage _External Tools…"
+msgstr "管理外部工具(_E)…"
+
+#: plugins/externaltools/tools/appactivatable.py:138
+msgid "External _Tools"
+msgstr "外部工具(_T)"
+
+#: plugins/externaltools/tools/capture.py:106
+#, python-format
+msgid "Could not execute command: %s"
+msgstr "無法執行指令:%s"
+
+#: plugins/externaltools/tools/functions.py:191
+msgid "You must be inside a word to run this command"
+msgstr "必須在字詞中執行此命令"
+
+#: plugins/externaltools/tools/functions.py:309
+msgid "Running tool:"
+msgstr "執行工具:"
+
+#: plugins/externaltools/tools/functions.py:340
+msgid "Done."
+msgstr "完成。"
+
+#: plugins/externaltools/tools/functions.py:342
+msgid "Exited"
+msgstr "已離開"
+
+#: plugins/externaltools/tools/manager.py:113
+msgid "All languages"
+msgstr "所有語言"
+
+#: plugins/externaltools/tools/manager.py:429
+#: plugins/externaltools/tools/manager.py:433
+#: plugins/externaltools/tools/manager.py:774
+#: plugins/externaltools/tools/tools.ui:473
+msgid "All Languages"
+msgstr "所有語言"
+
+#: plugins/externaltools/tools/manager.py:546
+msgid "New tool"
+msgstr "新增工具"
+
+#: plugins/externaltools/tools/manager.py:683
+#, python-format
+msgid "This accelerator is already bound to %s"
+msgstr "此捷徑鍵已經給 %s 使用"
+
+#: plugins/externaltools/tools/manager.py:729
+msgid "Type a new accelerator, or press Backspace to clear"
+msgstr "輸入新的捷徑鍵,或按後退鍵清除"
+
+#: plugins/externaltools/tools/manager.py:731
+msgid "Type a new accelerator"
+msgstr "輸入新的捷徑鍵"
+
+#: plugins/externaltools/tools/outputpanel.py:129
+msgid "Stopped."
+msgstr "已停止。"
+
+#: plugins/externaltools/tools/outputpanel.ui:37
+msgid "Stop Tool"
+msgstr "停止工具"
+
+#: plugins/externaltools/tools/tools.ui:15
+msgid "Always available"
+msgstr "永遠可用"
+
+#: plugins/externaltools/tools/tools.ui:19
+#: plugins/externaltools/tools/tools.ui:129
+msgid "All documents"
+msgstr "所有文件"
+
+#: plugins/externaltools/tools/tools.ui:23
+msgid "All documents except untitled ones"
+msgstr "所有除了未命名的檔案"
+
+#: plugins/externaltools/tools/tools.ui:27
+msgid "Local files only"
+msgstr "只有本機檔案"
+
+#: plugins/externaltools/tools/tools.ui:31
+msgid "Remote files only"
+msgstr "只有遠端檔案"
+
+#: plugins/externaltools/tools/tools.ui:35
+msgid "Untitled documents only"
+msgstr "只有未命名的文件"
+
+#: plugins/externaltools/tools/tools.ui:53
+#: plugins/externaltools/tools/tools.ui:125
+msgid "Current document"
+msgstr "目前文件"
+
+#: plugins/externaltools/tools/tools.ui:57
+msgid "Current selection"
+msgstr "目前選擇區域"
+
+#: plugins/externaltools/tools/tools.ui:61
+msgid "Current selection (default to document)"
+msgstr "目前的選擇區域(預設為文件)"
+
+#: plugins/externaltools/tools/tools.ui:65
+msgid "Current line"
+msgstr "當前的行"
+
+#: plugins/externaltools/tools/tools.ui:69
+msgid "Current word"
+msgstr "目前字詞"
+
+#: plugins/externaltools/tools/tools.ui:87
+msgid "Display in bottom pane"
+msgstr "底部面板中顯示"
+
+#: plugins/externaltools/tools/tools.ui:91
+msgid "Create new document"
+msgstr "建構新文件"
+
+#: plugins/externaltools/tools/tools.ui:95
+msgid "Append to current document"
+msgstr "加入至目前文件"
+
+#: plugins/externaltools/tools/tools.ui:99
+msgid "Replace current document"
+msgstr "取代目前的文件"
+
+#: plugins/externaltools/tools/tools.ui:103
+msgid "Replace current selection"
+msgstr "取代目前的選擇區域"
+
+#: plugins/externaltools/tools/tools.ui:107
+msgid "Insert at cursor position"
+msgstr "在游標的位置插入"
+
+#: plugins/externaltools/tools/tools.ui:136
+#: plugins/externaltools/tools/tools.ui:146
+msgid "Manage External Tools"
+msgstr "管理外部工具"
+
+#: plugins/externaltools/tools/tools.ui:204
+msgid "Add a new tool"
+msgstr "加入新的工具"
+
+#: plugins/externaltools/tools/tools.ui:205
+msgid "Add Tool"
+msgstr "加入工具"
+
+#: plugins/externaltools/tools/tools.ui:219
+msgid "Remove selected tool"
+msgstr "移除選取的工具"
+
+#: plugins/externaltools/tools/tools.ui:220
+msgid "Remove Tool"
+msgstr "移除工具"
+
+#: plugins/externaltools/tools/tools.ui:234
+msgid "Revert tool"
+msgstr "還原工具"
+
+#: plugins/externaltools/tools/tools.ui:235
+msgid "Revert Tool"
+msgstr "還原工具"
+
+#: plugins/externaltools/tools/tools.ui:287
+msgid "Shortcut _key:"
+msgstr "捷徑鍵(_K):"
+
+#: plugins/externaltools/tools/tools.ui:321
+msgid "_Save:"
+msgstr "儲存(_S):"
+
+#: plugins/externaltools/tools/tools.ui:356
+msgid "_Input:"
+msgstr "輸入(_I):"
+
+#: plugins/externaltools/tools/tools.ui:391
+msgid "_Output:"
+msgstr "輸出(_O):"
+
+#: plugins/externaltools/tools/tools.ui:426
+msgid "_Applicability:"
+msgstr "適用於(_A):"
+
+#: plugins/externaltools/tools/windowactivatable.py:126
+msgid "Tool Output"
+msgstr "工具輸出"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:6
+msgid "File Browser Panel"
+msgstr "檔案瀏覽器面板"
+
+#: plugins/filebrowser/filebrowser.plugin.desktop.in:7
+msgid "Easy file access from the side panel."
+msgstr "輕鬆地從側邊面板存取檔案。"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:200
+msgid "Home"
+msgstr "家目錄"
+
+#: plugins/filebrowser/gedit-file-bookmarks-store.c:233
+msgid "File System"
+msgstr "檔案系統"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:521
+msgid "File Browser"
+msgstr "檔案瀏覽器"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:657
+msgid "An error occurred while creating a new directory"
+msgstr "建構新的資料夾時發生錯誤"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:660
+msgid "An error occurred while creating a new file"
+msgstr "建構新的檔案時發生錯誤"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:663
+msgid "An error occurred while renaming a file or directory"
+msgstr "變更檔案或資料夾名稱時發生錯誤"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:666
+msgid "An error occurred while deleting a file or directory"
+msgstr "刪除檔案或資料夾時發生錯誤"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:669
+msgid "An error occurred while opening a directory in the file manager"
+msgstr "在檔案管理員中開啟資料夾時發生錯誤"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:672
+msgid "An error occurred while setting a root directory"
+msgstr "設定根資料夾時發生錯誤"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:675
+msgid "An error occurred while loading a directory"
+msgstr "載入資料夾時發生錯誤"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:678
+msgid "An error occurred"
+msgstr "發生錯誤"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:900
+msgid ""
+"Cannot move file to trash, do you\n"
+"want to delete permanently?"
+msgstr ""
+"檔案無法移至垃圾桶,\n"
+"要把它永久地刪除嗎?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:905
+#, c-format
+msgid "The file “%s” cannot be moved to the trash."
+msgstr "檔案「%s」無法移至垃圾桶。"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:910
+msgid "The selected files cannot be moved to the trash."
+msgstr "所選的檔案無法移至垃圾桶。"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:941
+#, c-format
+msgid "Are you sure you want to permanently delete “%s”?"
+msgstr "確定要永遠刪除「%s」嗎?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:946
+msgid "Are you sure you want to permanently delete the selected files?"
+msgstr "確定要永久刪除已選的檔案嗎?"
+
+#: plugins/filebrowser/gedit-file-browser-plugin.c:949
+msgid "If you delete an item, it is permanently lost."
+msgstr "如果將項目刪除,它將會永久失去。"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:1701
+msgid "(Empty)"
+msgstr "(空的)"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3325
+msgid ""
+"The renamed file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "目前重新命名的檔案已被過濾。您需要調整過濾器設定來使檔案重新顯示"
+
+#. Translators: This is the default name of new files created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3576
+msgid "Untitled File"
+msgstr "無標題檔案"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3604
+msgid ""
+"The new file is currently filtered out. You need to adjust your filter "
+"settings to make the file visible"
+msgstr "目前新的檔案已被過濾。您需要調整過濾器設定來使檔案重新顯示"
+
+#. Translators: This is the default name of new directories created by the file browser pane.
+#: plugins/filebrowser/gedit-file-browser-store.c:3633
+msgid "Untitled Folder"
+msgstr "無標題資料夾"
+
+#: plugins/filebrowser/gedit-file-browser-store.c:3656
+msgid ""
+"The new directory is currently filtered out. You need to adjust your filter "
+"settings to make the directory visible"
+msgstr "目前新的目錄已被過濾。您需要調整過濾器設定來使目錄重新顯示"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:755
+msgid "Bookmarks"
+msgstr "書籤"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:1955
+#, c-format
+msgid "No mount object for mounted volume: %s"
+msgstr "掛載的儲存裝置沒有掛載物件:%s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2024
+#, c-format
+msgid "Could not open media: %s"
+msgstr "無法開啟媒體:%s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2067
+#, c-format
+msgid "Could not mount volume: %s"
+msgstr "無法掛載儲存裝置:%s"
+
+#: plugins/filebrowser/gedit-file-browser-widget.c:2579
+#, c-format
+msgid "Error when loading “%s”: No such directory"
+msgstr "載入「%s」時發生錯誤:沒有這個目錄"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:5
+msgid "Open With Tree View"
+msgstr "以樹狀顯示模式開啟"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:6
+msgid ""
+"Open the tree view when the file browser plugin gets loaded instead of the "
+"bookmarks view"
+msgstr "載入檔案瀏覽器外掛程式時,是否開啟樹狀顯示模式取代書籤顯示模式"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:10
+msgid "File Browser Root Directory"
+msgstr "檔案瀏覽器根資料夾"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:11
+msgid ""
+"The file browser root directory to use when loading the file browser plugin "
+"and onload/tree_view is TRUE."
+msgstr ""
+"檔案瀏覽器根資料夾是用於載入檔案瀏覽器外掛程式及 onload/tree_view 設定為"
+"「TRUE」時。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:15
+msgid "File Browser Virtual Root Directory"
+msgstr "檔案瀏覽器虛擬根資料夾"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:16
+msgid ""
+"The file browser virtual root directory to use when loading the file browser "
+"plugin when onload/tree_view is TRUE. The virtual root must always be below "
+"the actual root."
+msgstr ""
+"檔案瀏覽器虛擬根資料夾是用於載入檔案瀏覽器外掛程式及 onload/tree_view 設定為"
+"「TRUE」時。虛擬根資料夾必須是處於真正的根資料夾之下。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:20
+msgid "Enable Restore of Remote Locations"
+msgstr "啟用遠端位置回復"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:21
+msgid "Sets whether to enable restoring of remote locations."
+msgstr "設定是否啟用遠端位置回復。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:25
+msgid "Set Location to First Document"
+msgstr "設定第一個文件的位置"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:26
+msgid ""
+"If TRUE the file browser plugin will view the directory of the first opened "
+"document given that the file browser hasn’t been used yet. (Thus this "
+"generally applies to opening a document from the command line or opening it "
+"with Nautilus, etc.)"
+msgstr ""
+"如設定為 TRUE,當從未使用過檔案瀏覽器時,則檔案瀏覽器外掛程式會顯示第一個開啟"
+"的檔案所在的目錄。(這通常會用於在命令列或 Nautilus 等程式中開啟文件時)"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:30
+msgid "File Browser Filter Mode"
+msgstr "檔案瀏覽器過濾器模式"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:31
+msgid ""
+"This value determines what files get filtered from the file browser. Valid "
+"values are: none (filter nothing), hide-hidden (filter hidden files) and "
+"hide-binary (filter binary files)."
+msgstr ""
+"本數值決定哪些檔案在檔案瀏覽器中會被過濾。有效的數值為「none」 (不過濾),"
+"「hide-hidden」(只過濾隱藏檔) 和「hide-binary」(只過濾二位元檔)。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:35
+msgid "File Browser Filter Pattern"
+msgstr "檔案瀏覽器過濾器樣式"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:36
+msgid ""
+"The filter pattern to filter the file browser with. This filter works on top "
+"of the filter_mode."
+msgstr "過濾器樣式用於檔案瀏覽器過濾檔案。此過濾器會在 filter_mode 上使用。"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:40
+msgid "File Browser Binary Patterns"
+msgstr "檔案瀏覽器二元檔樣式"
+
+#: plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml:41
+msgid "The supplemental patterns to use when filtering binary files."
+msgstr "過濾二元檔案時要使用的補充樣式。"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:13
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:79
+msgid "_Set Root to Active Document"
+msgstr "設定使用的文件為根資料夾(_S)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:19
+msgid "_New Folder"
+msgstr "新增資料夾(_N)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:23
+msgid "New F_ile"
+msgstr "新增檔案(_I)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:29
+msgid "_Rename…"
+msgstr "重新命名(_R)…"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:33
+msgid "_Move to Trash"
+msgstr "移至垃圾桶(_M)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:43
+msgid "Re_fresh View"
+msgstr "重新整理(_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:47
+msgid "_View Folder"
+msgstr "檢視資料夾(_V)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:51
+msgid "_Open in Terminal"
+msgstr "在遠端終端機開啟(_O)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:56
+msgid "_Filter"
+msgstr "過濾條件(_F)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:59
+msgid "Show _Hidden"
+msgstr "顯示隱藏檔(_H)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:63
+msgid "Show _Binary"
+msgstr "顯示二位元檔(_B)"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-menus.ui:67
+msgid "Match Filename"
+msgstr "符合檔案名稱"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:183
+msgid "History"
+msgstr "歷史"
+
+#: plugins/filebrowser/resources/ui/gedit-file-browser-widget.ui:184
+msgid "Open history menu"
+msgstr "開啟歷史紀錄選單"
+
+#: plugins/modelines/modelines.plugin.desktop.in:5
+msgid "Modelines"
+msgstr "Modelines"
+
+#: plugins/modelines/modelines.plugin.desktop.in:6
+msgid "Emacs, Kate and Vim-style modelines support for gedit."
+msgstr "gedit 的 Emacs、Kate、Vim 風格的 modeline 支援。"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:5
+msgid "Command Color Text"
+msgstr "指令顏色文字"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:6
+msgid "The command color text"
+msgstr "指令顏色文字"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:10
+msgid "Error Color Text"
+msgstr "錯誤顏色文字"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:11
+msgid "The error color text"
+msgstr "錯誤顏色文字"
+
+#: plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml:16
+msgid ""
+"If true, the terminal will use the desktop-global standard font if it’s "
+"monospace (and the most similar font it can come up with otherwise)."
+msgstr ""
+"如設定為 true,終端機會採用桌面整體指定的標準字型 (如果它是固定寬度字型,否則"
+"會使用最接近的字型)。"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:18
+msgid "C_ommand color:"
+msgstr "指令顏色(_O):"
+
+#: plugins/pythonconsole/pythonconsole/config.ui:32
+msgid "_Error color:"
+msgstr "錯誤顏色(_E):"
+
+#: plugins/pythonconsole/pythonconsole/__init__.py:60
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:6
+msgid "Python Console"
+msgstr "Python 終端"
+
+#: plugins/pythonconsole/pythonconsole.plugin.desktop.in:7
+msgid "Interactive Python console standing in the bottom panel."
+msgstr "在底部面板的互動式 Python 主控臺。"
+
+# zh_HK: msgstr "打印時顯示語法色彩"
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:5
+msgid "Quick Highlight"
+msgstr "快速標明"
+
+#: plugins/quickhighlight/quickhighlight.plugin.desktop.in:6
+msgid "Highlights every occurrences of selected text."
+msgstr "標明選取文字的所有出現處。"
+
+#: plugins/quickopen/quickopen/__init__.py:47
+msgid "Quick Open…"
+msgstr "快速開啟…"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:6
+#: plugins/quickopen/quickopen/popup.py:40
+msgid "Quick Open"
+msgstr "快速開啟"
+
+#: plugins/quickopen/quickopen.plugin.desktop.in:7
+msgid "Quickly open files."
+msgstr "快速開啟檔案。"
+
+#: plugins/quickopen/quickopen/popup.py:90
+msgid "Type to search…"
+msgstr "輸入以搜尋…"
+
+#: plugins/snippets/snippets/appactivatable.py:88
+msgid "Manage _Snippets…"
+msgstr "管理文字片段(_S)…"
+
+#. Do the fancy completion dialog
+#: plugins/snippets/snippets/document.py:64
+#: plugins/snippets/snippets/document.py:153
+#: plugins/snippets/snippets/document.py:667
+#: plugins/snippets/snippets.plugin.desktop.in:6
+msgid "Snippets"
+msgstr "文字片段"
+
+#: plugins/snippets/snippets/exporter.py:88
+#, python-format
+msgid "The archive “%s” could not be created"
+msgstr "無法建立壓縮檔「%s」"
+
+#: plugins/snippets/snippets/exporter.py:105
+#, python-format
+msgid "Target directory “%s” does not exist"
+msgstr "目標目錄「%s」不存在"
+
+#: plugins/snippets/snippets/exporter.py:108
+#, python-format
+msgid "Target directory “%s” is not a valid directory"
+msgstr "目標目錄「%s」不是有效的目錄"
+
+#: plugins/snippets/snippets/importer.py:55
+#: plugins/snippets/snippets/importer.py:116
+#, python-format
+msgid "File “%s” does not exist"
+msgstr "檔案「%s」不存在"
+
+#: plugins/snippets/snippets/importer.py:58
+#, python-format
+msgid "File “%s” is not a valid snippets file"
+msgstr "檔案「%s」並不是一個有效的文字片段檔"
+
+#: plugins/snippets/snippets/importer.py:75
+#, python-format
+msgid "Imported file “%s” is not a valid snippets file"
+msgstr "匯入的檔案「%s」不是有效的文字片段檔"
+
+#: plugins/snippets/snippets/importer.py:85
+#, python-format
+msgid "The archive “%s” could not be extracted"
+msgstr "無法解開壓縮檔「%s」"
+
+#: plugins/snippets/snippets/importer.py:103
+#, python-format
+msgid "The following files could not be imported: %s"
+msgstr "無法匯入下列檔案:%s"
+
+#: plugins/snippets/snippets/importer.py:119
+#: plugins/snippets/snippets/importer.py:132
+#, python-format
+msgid "File “%s” is not a valid snippets archive"
+msgstr "檔案「%s」不是有效的文字片段壓縮檔"
+
+#: plugins/snippets/snippets/manager.py:50
+msgid "Snippets archive"
+msgstr "文字片段壓縮檔"
+
+#: plugins/snippets/snippets/manager.py:74
+msgid "Add a new snippet…"
+msgstr "加入新的文字片段…"
+
+#: plugins/snippets/snippets/manager.py:124
+msgid "Global"
+msgstr "全域"
+
+#: plugins/snippets/snippets/manager.py:414
+msgid "Revert selected snippet"
+msgstr "回復選定的文字片段"
+
+#: plugins/snippets/snippets/manager.py:417
+#: plugins/snippets/snippets/snippets.ui:120
+#: plugins/snippets/snippets/snippets.ui:121
+msgid "Delete selected snippet"
+msgstr "刪除選定的文字片段"
+
+#. self['hbox_tab_trigger'].set_spacing(3)
+#: plugins/snippets/snippets/manager.py:670
+msgid ""
+"This is not a valid Tab trigger. Triggers can either contain alphanumeric "
+"characters (or _, : and .) or a single (non-alphanumeric) character like: {, "
+"[, etc."
+msgstr ""
+"這不是有效的分頁觸發器標籤。觸發器可以包含英文字母 (或 _, : 和 .),或是單一、"
+"非字母的字元,如 {, [, 等。"
+
+#. self['hbox_tab_trigger'].set_spacing(0)
+#: plugins/snippets/snippets/manager.py:677
+#: plugins/snippets/snippets/snippets.ui:283
+msgid "Single word the snippet is activated with after pressing Tab"
+msgstr "按下 tab 鍵後使用文字片段的單字"
+
+#: plugins/snippets/snippets/manager.py:766
+#, python-format
+msgid "The following error occurred while importing: %s"
+msgstr "匯入時發生下列錯誤:%s"
+
+#: plugins/snippets/snippets/manager.py:773
+msgid "Import successfully completed"
+msgstr "匯入成功"
+
+#: plugins/snippets/snippets/manager.py:787
+#: plugins/snippets/snippets/snippets.ui:137
+#: plugins/snippets/snippets/snippets.ui:138
+msgid "Import snippets"
+msgstr "匯入文字片段"
+
+#: plugins/snippets/snippets/manager.py:792
+#: plugins/snippets/snippets/manager.py:878
+#: plugins/snippets/snippets/manager.py:941
+msgid "All supported archives"
+msgstr "所有支援的壓縮檔"
+
+#: plugins/snippets/snippets/manager.py:793
+#: plugins/snippets/snippets/manager.py:879
+#: plugins/snippets/snippets/manager.py:942
+msgid "Gzip compressed archive"
+msgstr "Gzip 壓縮檔"
+
+#: plugins/snippets/snippets/manager.py:794
+#: plugins/snippets/snippets/manager.py:880
+#: plugins/snippets/snippets/manager.py:943
+msgid "Bzip2 compressed archive"
+msgstr "Bzip2 壓縮檔"
+
+#: plugins/snippets/snippets/manager.py:795
+msgid "Single snippets file"
+msgstr "單一文字片段檔"
+
+#: plugins/snippets/snippets/manager.py:796
+#: plugins/snippets/snippets/manager.py:882
+#: plugins/snippets/snippets/manager.py:945
+msgid "All files"
+msgstr "所有檔案"
+
+#: plugins/snippets/snippets/manager.py:808
+#, python-format
+msgid "The following error occurred while exporting: %s"
+msgstr "匯出時發生下列錯誤:%s"
+
+#: plugins/snippets/snippets/manager.py:812
+msgid "Export successfully completed"
+msgstr "匯出成功"
+
+#. Ask if system snippets should also be exported
+#: plugins/snippets/snippets/manager.py:852
+#: plugins/snippets/snippets/manager.py:919
+msgid "Do you want to include selected <b>system</b> snippets in your export?"
+msgstr "是否一併匯出選定的 <b>系統</b> 文字片段?"
+
+#: plugins/snippets/snippets/manager.py:867
+#: plugins/snippets/snippets/manager.py:937
+msgid "There are no snippets selected to be exported"
+msgstr "沒有選擇要匯出的文字片段"
+
+#: plugins/snippets/snippets/manager.py:872
+#: plugins/snippets/snippets/manager.py:910
+msgid "Export snippets"
+msgstr "匯出文字片段"
+
+#: plugins/snippets/snippets/manager.py:1049
+msgid "Type a new shortcut, or press Backspace to clear"
+msgstr "輸入新的捷徑,或按後退鍵清除"
+
+#: plugins/snippets/snippets/manager.py:1051
+msgid "Type a new shortcut"
+msgstr "輸入新的捷徑"
+
+#: plugins/snippets/snippets/placeholder.py:605
+#, python-format
+msgid ""
+"Execution of the Python command (%s) exceeds the maximum time, execution "
+"aborted."
+msgstr "Python 指令 (%s) 的執行超出時間上限,中止執行。"
+
+#: plugins/snippets/snippets/placeholder.py:613
+#, python-format
+msgid "Execution of the Python command (%s) failed: %s"
+msgstr "Python 指令 (%s) 的執行失敗:%s"
+
+#: plugins/snippets/snippets.plugin.desktop.in:7
+msgid "Insert often-used pieces of text in a fast way."
+msgstr "以快速的方式插入經常使用的文字片段。"
+
+#: plugins/snippets/snippets/snippets.ui:40
+#: plugins/snippets/snippets/snippets.ui:47
+msgid "Manage Snippets"
+msgstr "管理文字片段"
+
+#: plugins/snippets/snippets/snippets.ui:103
+#: plugins/snippets/snippets/snippets.ui:104
+msgid "Create new snippet"
+msgstr "建立新的文字片段"
+
+#: plugins/snippets/snippets/snippets.ui:105
+msgid "Add Snippet"
+msgstr "加入文字片段"
+
+#: plugins/snippets/snippets/snippets.ui:122
+msgid "Remove Snippet"
+msgstr "移除文字片段"
+
+#: plugins/snippets/snippets/snippets.ui:139
+msgid "Import Snippets"
+msgstr "匯入文字片段"
+
+#: plugins/snippets/snippets/snippets.ui:154
+#: plugins/snippets/snippets/snippets.ui:155
+msgid "Export selected snippets"
+msgstr "匯出選定的文字片段"
+
+#: plugins/snippets/snippets/snippets.ui:156
+msgid "Export Snippets"
+msgstr "匯出文字片段"
+
+#: plugins/snippets/snippets/snippets.ui:224
+msgid "Activation"
+msgstr "啟用"
+
+#. "tab" here means the tab key, not the notebook tab!
+#: plugins/snippets/snippets/snippets.ui:263
+msgid "_Tab trigger:"
+msgstr "切換標籤(_T)"
+
+#: plugins/snippets/snippets/snippets.ui:317
+msgid "S_hortcut key:"
+msgstr "捷徑鍵(_H):"
+
+#: plugins/snippets/snippets/snippets.ui:333
+msgid "Shortcut key with which the snippet is activated"
+msgstr "該文字片段的捷徑鍵已在使用中"
+
+#: plugins/snippets/snippets/snippets.ui:351
+msgid "_Drop targets:"
+msgstr "拖放目標(_D):"
+
+#: plugins/sort/gedit-sort-plugin.c:241
+msgid "S_ort…"
+msgstr "排序(_O)…"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:13
+#: plugins/sort/sort.plugin.desktop.in:5
+msgid "Sort"
+msgstr "排序"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:38
+msgid "_Reverse order"
+msgstr "相反次序排列(_R)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:54
+msgid "R_emove duplicates"
+msgstr "刪除所有重複的內容(_E)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:70
+msgid "C_ase sensitive"
+msgstr "區分大小寫(_A)"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:93
+msgid "S_tart at column:"
+msgstr "由指定的字母位置開始排序(_T):"
+
+#: plugins/sort/resources/ui/gedit-sort-plugin.ui:150
+msgid "_Sort"
+msgstr "排序(_S)"
+
+#: plugins/sort/sort.plugin.desktop.in:6
+msgid "Sorts a document or selected text."
+msgstr "將整份文件或將已選的文字排序。"
+
+#: plugins/spell/gedit-spell-app-activatable.c:143
+msgid "_Check Spelling…"
+msgstr "檢查拼字(_C)…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:147
+msgid "Set _Language…"
+msgstr "設定語言(_L)…"
+
+#: plugins/spell/gedit-spell-app-activatable.c:151
+msgid "_Highlight Misspelled Words"
+msgstr "標明拼錯字詞(_H)"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:5
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:75
+msgid "Highlight misspelled words"
+msgstr "標明拼錯字詞"
+
+#: plugins/spell/org.gnome.gedit.plugins.spell.gschema.xml:6
+msgid "Default setting for highlight misspelled words."
+msgstr "標明拼錯字詞的預設設定。"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:7
+msgid "Configure spell plugin"
+msgstr "設定拼字外掛程式"
+
+#: plugins/spell/resources/ui/gedit-spell-setup-dialog.ui:61
+msgid "Defaults for new documents"
+msgstr "新文件預設值"
+
+#: plugins/spell/spell.plugin.desktop.in:5
+msgid "Spell Checker"
+msgstr "拼字檢查程式"
+
+#: plugins/spell/spell.plugin.desktop.in:6
+msgid "Checks the spelling of the current document."
+msgstr "檢查目前文件中的拼字。"
+
+#: plugins/time/gedit-time-plugin.c:263
+msgid "In_sert Date and Time…"
+msgstr "插入日期及時間(_S)…"
+
+#: plugins/time/gedit-time-plugin.c:489
+msgid "Available formats"
+msgstr "可用的格式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:5
+msgid "Prompt Type"
+msgstr "提示類型"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:6
+msgid ""
+"If the user should be prompted for a format or if the selected or custom "
+"format should be used."
+msgstr "要提示使用者關於格式的問題或是使用已選取或自訂的格式。"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:10
+msgid "Selected Format"
+msgstr "選取的格式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:11
+msgid "The selected format used when inserting the date/time."
+msgstr "當插入日期/時刻的時候使用選取的格式。"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:15
+msgid "Custom Format"
+msgstr "自訂格式"
+
+#: plugins/time/org.gnome.gedit.plugins.time.gschema.xml:16
+msgid "The custom format used when inserting the date/time."
+msgstr "當加入日期/時刻時使用自訂的格式。"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:7
+msgid "Insert Date and Time"
+msgstr "插入日期及時間"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:23
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:94
+msgid "Use the _selected format"
+msgstr "使用指定的格式(_S)"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:65
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:141
+msgid "_Use custom format"
+msgstr "使用自訂格式(_U)"
+
+#. Translators: Use the more common date format in your locale
+#: plugins/time/resources/ui/gedit-time-dialog.ui:89
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:165
+msgid "%d/%m/%Y %H:%M:%S"
+msgstr "%Y/%m/%d %H:%M:%S"
+
+#. Translators: This example should follow the date format defined in the entry above
+#: plugins/time/resources/ui/gedit-time-dialog.ui:106
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:181
+msgid "01/11/2009 17:52:00"
+msgstr "2009/11/01 17:52:00"
+
+#: plugins/time/resources/ui/gedit-time-dialog.ui:167
+msgid "_Insert"
+msgstr "插入(_I)"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:6
+msgid "Configure date/time plugin"
+msgstr "設定「加入日期及時間」外掛程式"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:57
+msgid "When inserting date/time…"
+msgstr "當加入日期及時間…"
+
+#: plugins/time/resources/ui/gedit-time-setup-dialog.ui:75
+msgid "_Prompt for a format"
+msgstr "提示可使用的格式(_P)"
+
+#: plugins/time/time.plugin.desktop.in:5
+msgid "Insert Date/Time"
+msgstr "插入日期/時間"
+
+#: plugins/time/time.plugin.desktop.in:6
+msgid "Inserts current date and time at the cursor position."
+msgstr "在游標目前的位置插入現在的日期及時間。"
+
+#~ msgid "Character Encoding:"
+#~ msgstr "字元編碼:"
+
+#~ msgid "Line Ending:"
+#~ msgstr "列結尾:"
+
+#~ msgid ""
+#~ "Directory “%s” could not be created: g_mkdir_with_parents() failed: %s"
+#~ msgstr "無法建立目錄「%s」: g_mkdir_with_parents() 失敗:%s"
+
+#~ msgid "A_dd Scheme"
+#~ msgstr "加入配色(_D)"
+
+#~ msgid ""
+#~ "gedit is the official text editor of the GNOME desktop environment. While "
+#~ "aiming at simplicity and ease of use, gedit is a powerful general purpose "
+#~ "text editor."
+#~ msgstr ""
+#~ "gedit 是 GNOME 桌面環境的官方文字編輯器。著重於簡單、易用,gedit 是一個功"
+#~ "能強大的多用途文字編輯器。"
+
+#~ msgid ""
+#~ "Whether you are writing the next bestseller, programming an innovative "
+#~ "application, or simply taking some quick notes, gedit will be a reliable "
+#~ "tool to accomplish your task."
+#~ msgstr ""
+#~ "無論您是在寫下一本暢銷書、設計創新的應用程式、單純做個快速筆記等,gedit 都"
+#~ "是能完成您工作的可靠工具。"
+
+#~ msgid ""
+#~ "Its flexible plugin system allows you to tailor the application to your "
+#~ "needs and adapt it to your workflow."
+#~ msgstr "它多樣化的外掛程式系統允許您自訂應用程式以符合您的需求與工作流程。"
+
+#~ msgid ""
+#~ "List of active plugins. It contains the “Location” of the active plugins. "
+#~ "See the .gedit-plugin file for obtaining the “Location” of a given plugin."
+#~ msgstr ""
+#~ "可用的外掛程式的清單。這包括可用的外掛程式的「位置」。參閱 .gedit-plugin "
+#~ "檔來取得特定的外掛程式的「位置」。"
+
+#~ msgid "Changes to document “%s” will be permanently lost."
+#~ msgstr "將會永久地失去對文件「%s」所作的修改。"
+
+#~ msgid "Saving has been disabled by the system administrator."
+#~ msgstr "儲存功能已被管理員禁用。"
+
+#~ msgid "Changes to %d document will be permanently lost."
+#~ msgid_plural "Changes to %d documents will be permanently lost."
+#~ msgstr[0] "將會永久地失去對 %d 個文件所作的修改。"
+
+#~ msgid "Docum_ents with unsaved changes:"
+#~ msgstr "已修改但未儲存的文件(_E):"
+
+#~ msgctxt "window title"
+#~ msgid "Open"
+#~ msgstr "開啟"
+
+#~ msgid "The location “%s” is not currently reachable."
+#~ msgstr "位置「%s」目前無法到達。"
+
+#~ msgid "Your system is offline. Check your network."
+#~ msgstr "您的系統已離線。請檢查您的網路。"
+
+#~ msgid "D_on’t Edit"
+#~ msgstr "不要編輯(_O)"
+
+#~ msgid "This file “%s” is already open in another window."
+#~ msgstr "「%s」檔案已在其他的視窗中開啟。"
+
+#~ msgid "Do you want to edit it anyway?"
+#~ msgstr "您是否想要強制編輯它?"
+
+#~ msgid "Could not create a backup file while saving “%s”"
+#~ msgstr "儲存「%s」時無法建立備份檔案"
+
+#~ msgid "Could not create a temporary backup file while saving “%s”"
+#~ msgstr "儲存「%s」時無法建立暫存備份檔案"
+
+#~ msgid ""
+#~ "Could not back up the old copy of the file before saving the new one. You "
+#~ "can ignore this warning and save the file anyway, but if an error occurs "
+#~ "while saving, you could lose the old copy of the file. Save anyway?"
+#~ msgstr ""
+#~ "在儲存新的檔案前無法備份舊的檔案。您可以忽略此警告訊息,然後繼續儲存;但如"
+#~ "果儲存時發生錯誤,您將會失去檔案的舊版本。仍要儲存?"
+
+#~ msgid "The file “%s” changed on disk."
+#~ msgstr "檔案「%s」在磁碟上已變更。"
+
+#~ msgid "Drop Changes and _Reload"
+#~ msgstr "放棄變更並重新載入(_R)"
+
+#~ msgid "Some invalid chars have been detected while saving “%s”"
+#~ msgstr "當儲存「%s」時偵測到一些無效的字元"
+
+#~ msgid ""
+#~ "If you continue saving this file you can corrupt the document. Save "
+#~ "anyway?"
+#~ msgstr "如果您繼續儲存這個檔案可能會損毀這份文件。要強制儲存嗎?"
+
+#~ msgctxt "shortcut window"
+#~ msgid "Join selected lines"
+#~ msgstr "連結選取的列"
+
+#~ msgid "Check update"
+#~ msgstr "檢查更新"
+
+#~ msgid "Check for latest version of gedit"
+#~ msgstr "檢查 gedit 的最新版本"
+
+#~ msgid "There was an error displaying the URI."
+#~ msgstr "顯示這個 URI 時發生錯誤。"
+
+#~ msgid "_Download"
+#~ msgstr "下載(_D)"
+
+#~ msgid "_Ignore Version"
+#~ msgstr "忽略版本(_I)"
+
+#~ msgid "There is a new version of gedit"
+#~ msgstr "已有新版本的 gedit"
+
+#~ msgid ""
+#~ "You can download the new version of gedit by clicking on the download "
+#~ "button or ignore that version and wait for a new one"
+#~ msgstr "您可以按「下載」按鈕來下載最新版 gedit 或是忽略那個版本等待更新的"
+
+#~ msgid "Version to Ignore"
+#~ msgstr "要忽略的版本"
+
+#~ msgid "Version to ignore until a newer version is released."
+#~ msgstr "在下個版本釋出前要忽略的版本。"
+
+#~ msgid "Display Overview Map"
+#~ msgstr "顯示概覽地圖"
+
+#~ msgid "Whether gedit should display the overview map for the document."
+#~ msgstr "gedit 是否應顯示文件的概覽。"
+
+#~ msgid "Toolbar is Visible"
+#~ msgstr "顯示工具列"
+
+#~ msgid "Whether the toolbar should be visible in editing windows."
+#~ msgstr "編輯視窗應否顯示工具列。"
+
+#~ msgid "Maximum Recent Files"
+#~ msgstr "最近檔案數目上限"
+
+#~ msgid ""
+#~ "Specifies the maximum number of recently opened files that will be "
+#~ "displayed in the “Recent Files” submenu."
+#~ msgstr "指定在「最近檔案」副選單中,可以顯示多少個最近開啟的檔案。"
+
+#~ msgid "No changes need to be saved"
+#~ msgstr "沒有需要儲存的變更"
+
+#~ msgid "No results"
+#~ msgstr "沒有結果"
+
+#~ msgid "Other _Documents…"
+#~ msgstr "其他的文件(_D)…"
+
+#~ msgid "Display _overview map"
+#~ msgstr "顯示概覽地圖(_O)"
+
+#~ msgid "Open"
+#~ msgstr "開啟"
+
+#~ msgid "Open a file dialog"
+#~ msgstr "開啟檔案對話盒"
+
+#~ msgid "org.gnome.gedit"
+#~ msgstr "org.gnome.gedit"
+
+#~ msgid "Please check your installation."
+#~ msgstr "請檢查安裝是否正確。"
+
+#~ msgid "Unable to open UI file %s. Error: %s"
+#~ msgstr "無法開啟 UI 檔案 %s。錯誤:%s"
+
+#~ msgid "Unable to find the object “%s” inside file %s."
+#~ msgstr "無法在檔案 %2$s 中找到物件「%1$s」。"
+
+#~ msgid "Tools"
+#~ msgstr "工具"
+
+#~ msgid "system-file-manager"
+#~ msgstr "system-file-manager"
+
+#~ msgid "text-x-script"
+#~ msgstr "text-x-script"
+
+#~ msgid "document-open"
+#~ msgstr "document-open"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid "view-sort-ascending"
+#~ msgstr "view-sort-ascending"
+
+#~ msgid "tools-check-spelling"
+#~ msgstr "tools-check-spelling"
diff --git a/subprojects/libgd/Makefile.am b/subprojects/libgd/Makefile.am
new file mode 100644
index 0000000..5a07144
--- /dev/null
+++ b/subprojects/libgd/Makefile.am
@@ -0,0 +1,230 @@
+AUTOMAKE_OPTIONS=subdir-objects
+NULL =
+CLEANFILES =
+MAINTAINERCLEANFILES =
+EXTRA_DIST =
+noinst_DATA =
+
+AM_CPPFLAGS = \
+ -I$(top_srcdir) \
+ -DPREFIX=\"$(prefix)\" \
+ -DLIBDIR=\"$(libdir)\" \
+ -DG_LOG_DOMAIN=\"libgd\" \
+ -DG_DISABLE_DEPRECATED \
+ $(LIBGD_CFLAGS) \
+ $(NULL)
+
+noinst_PROGRAMS =
+
+if LIBGD_STATIC
+noinst_LTLIBRARIES = libgd.la
+else
+pkglib_LTLIBRARIES = libgd.la
+endif
+
+libgd_la_LIBADD = $(LIBGD_LIBS) $(LIBM)
+libgd_la_LDFLAGS = -avoid-version
+libgd_la_SOURCES = libgd/gd.h
+nodist_libgd_la_SOURCES =
+
+catalog_sources = \
+ libgd/gd-types-catalog.c \
+ libgd/gd-types-catalog.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(catalog_sources)
+EXTRA_DIST += $(catalog_sources)
+
+if LIBGD_GTK_HACKS
+gtk_hacks_sources = \
+ libgd/gd-icon-utils.c \
+ libgd/gd-icon-utils.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(gtk_hacks_sources)
+EXTRA_DIST += $(gtk_hacks_sources)
+endif
+
+if LIBGD__BOX_COMMON
+box_common_sources = \
+ libgd/gd-main-box-child.c \
+ libgd/gd-main-box-child.h \
+ libgd/gd-main-box-generic.c \
+ libgd/gd-main-box-generic.h \
+ libgd/gd-main-box-item.c \
+ libgd/gd-main-box-item.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(box_common_sources)
+EXTRA_DIST += $(box_common_sources)
+endif
+
+if LIBGD_MAIN_ICON_BOX
+main_icon_box_sources = \
+ libgd/gd-main-icon-box.c \
+ libgd/gd-main-icon-box.h \
+ libgd/gd-main-icon-box-child.c \
+ libgd/gd-main-icon-box-child.h \
+ libgd/gd-main-icon-box-icon.c \
+ libgd/gd-main-icon-box-icon.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(main_icon_box_sources)
+EXTRA_DIST += $(main_icon_box_sources)
+endif
+
+if LIBGD_MAIN_BOX
+main_box_sources = \
+ libgd/gd-main-box.c \
+ libgd/gd-main-box.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(main_box_sources)
+EXTRA_DIST += $(main_box_sources)
+endif
+
+if LIBGD__VIEW_COMMON
+view_common_sources = \
+ libgd/gd-main-view-generic.c \
+ libgd/gd-main-view-generic.h \
+ libgd/gd-styled-text-renderer.c \
+ libgd/gd-styled-text-renderer.h \
+ libgd/gd-two-lines-renderer.c \
+ libgd/gd-two-lines-renderer.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(view_common_sources)
+EXTRA_DIST += $(view_common_sources)
+endif
+
+if LIBGD_MAIN_ICON_VIEW
+main_icon_view_sources = \
+ libgd/gd-main-icon-view.c \
+ libgd/gd-main-icon-view.h \
+ libgd/gd-toggle-pixbuf-renderer.c \
+ libgd/gd-toggle-pixbuf-renderer.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(main_icon_view_sources)
+EXTRA_DIST += $(main_icon_view_sources)
+endif
+
+if LIBGD_MAIN_LIST_VIEW
+main_list_view_sources = \
+ libgd/gd-main-list-view.c \
+ libgd/gd-main-list-view.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(main_list_view_sources)
+EXTRA_DIST += $(main_list_view_sources)
+endif
+
+if LIBGD_MAIN_VIEW
+main_view_sources = \
+ libgd/gd-main-view.c \
+ libgd/gd-main-view.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(main_view_sources)
+EXTRA_DIST += $(main_view_sources)
+endif
+
+if LIBGD_MARGIN_CONTAINER
+margin_container_sources = \
+ libgd/gd-margin-container.c \
+ libgd/gd-margin-container.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(margin_container_sources)
+EXTRA_DIST += $(margin_container_sources)
+endif
+
+if LIBGD_NOTIFICATION
+notification_sources = \
+ libgd/gd-notification.c \
+ libgd/gd-notification.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(notification_sources)
+EXTRA_DIST += $(notification_sources)
+endif
+
+if LIBGD_TAGGED_ENTRY
+tagged_entry_sources = \
+ libgd/gd-tagged-entry.c \
+ libgd/gd-tagged-entry.h \
+ $(NULL)
+
+nodist_libgd_la_SOURCES += $(tagged_entry_sources)
+EXTRA_DIST += $(tagged_entry_sources)
+
+noinst_PROGRAMS += \
+ test-tagged-entry \
+ test-tagged-entry-2 \
+ $(null)
+
+test_tagged_entry_SOURCES = \
+ test-tagged-entry.c \
+ $(NULL)
+test_tagged_entry_LDADD = \
+ $(LIBGD_LIBS) \
+ libgd.la \
+ $(NULL)
+
+test_tagged_entry_2_SOURCES = \
+ test-tagged-entry-2.c \
+ $(NULL)
+test_tagged_entry_2_LDADD = \
+ $(LIBGD_LIBS) \
+ libgd.la \
+ $(NULL)
+endif
+
+if LIBGD_GIR
+include $(INTROSPECTION_MAKEFILE)
+INTROSPECTION_GIRS = Gd-1.0.gir
+
+Gd-1.0.gir: libgd.la Makefile
+Gd_1_0_gir_NAMESPACE = Gd
+Gd_1_0_gir_VERSION = 1.0
+Gd_1_0_gir_LIBS = libgd.la
+Gd_1_0_gir_CFLAGS = $(AM_CPPFLAGS)
+Gd_1_0_gir_SCANNERFLAGS = \
+ --warn-all \
+ --symbol-prefix=gd \
+ --identifier-prefix=Gd \
+ --c-include="libgd/gd.h" \
+ $(NULL)
+Gd_1_0_gir_INCLUDES = $(LIBGD_GIR_INCLUDES)
+Gd_1_0_gir_FILES = $(nodist_libgd_la_SOURCES)
+
+if LIBGD_STATIC
+noinst_DATA += Gd-1.0.gir
+CLEANFILES += Gd-1.0.gir
+else
+girdir= $(pkgdatadir)/gir-1.0
+typelibdir= $(pkglibdir)/girepository-1.0
+
+gir_DATA = $(INTROSPECTION_GIRS)
+typelib_DATA = $(gir_DATA:.gir=.typelib)
+
+CLEANFILES += $(gir_DATA) $(typelib_DATA)
+endif
+endif
+
+if LIBGD_VAPI
+VAPIS = gd-1.0.vapi
+
+gd-1.0.vapi: Gd-1.0.gir
+ $(AM_V_GEN)$(VAPIGEN) \
+ --library gd-1.0 \
+ --pkg gtk+-3.0 \
+ $<
+#This 'touch' is a workaround for vapigen not touching the dest file if
+#its content hasn't changed, which causes the rule to generate the .vapi
+#file to always trigger
+ @touch $@
+
+noinst_DATA += $(VAPIS)
+CLEANFILES += $(VAPIS)
+endif
diff --git a/subprojects/libgd/README b/subprojects/libgd/README
new file mode 100644
index 0000000..fb8c88d
--- /dev/null
+++ b/subprojects/libgd/README
@@ -0,0 +1,123 @@
+=====
+libgd
+=====
+
+Introduction
+============
+
+libgd is a library used by various GNOME 3 styled applications.
+However, it is not a typical library, since it doesn't guarantee
+API/ABI stability, nor does it has official releases tarballs. Only
+the files actually used by your project will be shipped with its
+tarball. Only the necessary dependencies will be checked during
+configure time and used at runtime.
+
+Each application can configure libgd depending on its needs and will
+be able to either link dynamically (privately) or statically link with
+a specific development version.
+
+GObject Introspection based bindings generation such as Javascript or
+Vala are also supported.
+
+More Background
+---------------
+
+libgd originates from the GNOME Documents project (written by Cosimo
+Cecchi), which was one of the first application to follow the novel
+GNOME 3 application design.
+
+Since other applications have similar needs, it makes sense to try to
+reuse and improve the existing work. However, the design being not
+frozen, and the code being not yet matured enough and proven, it is
+not possible for the developers to guarantee API and propose the
+addition to the respective projects (Gtk+, or GLib for example) right
+now. Sharing the code allows to experiment, discuss and test together
+before proposing it upstream.
+
+Traditionally, this problem is solved by copying often outdated
+snippets of code around (due to no API/ABI guarantee), often not
+centralized (libegg).
+
+In the past, there used to be some common aging GNOME application
+libraries above Gtk+ which have been slowly deprecated in favour of
+Gtk+ (gnomeui and friends).
+
+All approaches have pros and cons. A configurable git submodule
+has the following advantages:
+
+- no direct code copying necessary because API/ABI breakage (history
+ is preserved etc..)
+- code is shared and maintained in a common project
+- you can stick to a particular upstream version, or branch off your
+ own version easily if needed (hopefully you find your way back upstream)
+- update the submodule version when your project is ready
+- the libgd options should help you to configure a library to suit
+ your needs, taking care of some of autofoo stuff for you
+
+Usage
+=====
+
+In order to use libgd, an application using autotools needs to:
+
+1. from the top-level project directory, add the submodule:
+ - git submodule add git://git.gnome.org/libgd
+
+2. in autogen.sh, it is recommended to add before autoreconf call:
+ - git submodule update --init --recursive
+
+3. in top-level Makefile.am:
+ - add -I libgd to ACLOCAL_AMFLAGS
+ - add libgd to SUBDIRS, before the project src directory
+
+4. in project configure.ac:
+ - add LIBGD_INIT([list-of-options]) after your project
+ dependencies checks
+ - add libgd/Makefile to AC_CONFIG_FILES
+
+5. from your program Makefile.am, you may now for example:
+ - link with $(top_builddir)/libgd/libgd.la, and include
+ <libgd/gd.h> (adjust your AM_CPPFLAGS as necessary)
+
+You may be interested to look at the commit switching GNOME Boxes from
+private libgd usage to the libgd submodule:
+
+http://git.gnome.org/browse/gnome-boxes/commit/?id=395652458d8b311a25ecb27cc42287602a122b1f
+
+Note for example that the submodule url is "../libgd", which is a
+better alternative for projects hosted on git.gnome.org. It will allow
+the submodule update to reuse the address and the credentials given to
+the toplevel project.
+
+LIBGD_INIT options
+==================
+
+- gtk-hacks
+
+- main-icon-view
+
+- margin-container
+
+- notification
+
+- static
+
+- tagged-entry
+
+- vapi
+
+- gir
+
+How to modify or add an API?
+============================
+
+
+TODO
+====
+
+- add translation support
+- add some form of build test
+- document: options, modification process
+- eventually add documentation generation
+- some licensing check
+- more modularity (not all in libgd.m4/Makefile.am)
+- CSS styling and data: shared only with gnome-themes-standard?
diff --git a/subprojects/libgd/libgd.doap b/subprojects/libgd/libgd.doap
new file mode 100644
index 0000000..6fd9c8b
--- /dev/null
+++ b/subprojects/libgd/libgd.doap
@@ -0,0 +1,35 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:gnome="http://api.gnome.org/doap-extensions#"
+ xmlns="http://usefulinc.com/ns/doap#">
+
+ <name xml:lang="en">libgd</name>
+ <shortdesc xml:lang="en">A common GNOME 3 applications submodule</shortdesc>
+ <description>No long description yet</description>
+
+<!--
+ <homepage rdf:resource="http://live.gnome.org/Libgd" />
+-->
+ <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/libgd/issues/" />
+
+<!--
+ <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
+-->
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Cosimo Cecchi</foaf:name>
+ <foaf:mbox rdf:resource="mailto:cosimoc@gnome.org" />
+ <gnome:userid>cosimoc</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Marc-André Lureau</foaf:name>
+ <foaf:mbox rdf:resource="mailto:malureau@gnome.org" />
+ <gnome:userid>malureau</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+</Project>
diff --git a/subprojects/libgd/libgd.m4 b/subprojects/libgd/libgd.m4
new file mode 100644
index 0000000..b71e344
--- /dev/null
+++ b/subprojects/libgd/libgd.m4
@@ -0,0 +1,140 @@
+dnl The option stuff below is based on the similar code from Automake
+
+# _LIBGD_MANGLE_OPTION(NAME)
+# -------------------------
+# Convert NAME to a valid m4 identifier, by replacing invalid characters
+# with underscores, and prepend the _LIBGD_OPTION_ suffix to it.
+AC_DEFUN([_LIBGD_MANGLE_OPTION],
+[[_LIBGD_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+
+# _LIBGD_SET_OPTION(NAME)
+# ----------------------
+# Set option NAME. If NAME begins with a digit, treat it as a requested
+# Guile version number, and define _LIBGD_GUILE_VERSION to that number.
+# Otherwise, define the option using _LIBGD_MANGLE_OPTION.
+AC_DEFUN([_LIBGD_SET_OPTION],
+[m4_define(_LIBGD_MANGLE_OPTION([$1]), 1)])
+
+# _LIBGD_SET_OPTIONS(OPTIONS)
+# ----------------------------------
+# OPTIONS is a space-separated list of libgd options.
+AC_DEFUN([_LIBGD_SET_OPTIONS],
+[m4_foreach_w([_LIBGD_Option], [$1], [_LIBGD_SET_OPTION(_LIBGD_Option)])])
+
+# _LIBGD_IF_OPTION_SET(NAME,IF-SET,IF-NOT-SET)
+# -------------------------------------------
+# Check if option NAME is set.
+AC_DEFUN([_LIBGD_IF_OPTION_SET],
+[m4_ifset(_LIBGD_MANGLE_OPTION([$1]),[$2],[$3])])
+
+dnl LIBGD_INIT([OPTIONS], [DIR])
+dnl ----------------------------
+dnl OPTIONS A whitespace-seperated list of options.
+dnl DIR libgd submodule directory (defaults to 'libgd')
+AC_DEFUN([LIBGD_INIT], [
+ _LIBGD_SET_OPTIONS([$1])
+ AC_SUBST([LIBGD_MODULE_DIR],[m4_if([$2],,[libgd],[$2])])
+
+ AC_REQUIRE([LT_INIT])
+ AC_REQUIRE([AC_CHECK_LIBM])
+ AC_SUBST(LIBM)
+ LIBGD_MODULES="gtk+-3.0 >= 3.7.10"
+ LIBGD_GIR_INCLUDES="Gtk-3.0"
+ LIBGD_SOURCES=""
+
+ AM_CONDITIONAL([LIBGD_STATIC],[_LIBGD_IF_OPTION_SET([static],[true],[false])])
+
+ # main-box:
+ AM_CONDITIONAL([LIBGD_MAIN_BOX],[_LIBGD_IF_OPTION_SET([main-box],[true],[false])])
+ _LIBGD_IF_OPTION_SET([main-box],[
+ _LIBGD_SET_OPTION([main-icon-box])
+ AC_DEFINE([LIBGD_MAIN_BOX], [1], [Description])
+ ])
+
+ # main-icon-box:
+ AM_CONDITIONAL([LIBGD_MAIN_ICON_BOX],[_LIBGD_IF_OPTION_SET([main-icon-box],[true],[false])])
+ _LIBGD_IF_OPTION_SET([main-icon-box],[
+ _LIBGD_SET_OPTION([_box-common])
+ _LIBGD_SET_OPTION([gtk-hacks])
+ AC_DEFINE([LIBGD_MAIN_ICON_BOX], [1], [Description])
+ ])
+
+ # main-view:
+ AM_CONDITIONAL([LIBGD_MAIN_VIEW],[_LIBGD_IF_OPTION_SET([main-view],[true],[false])])
+ _LIBGD_IF_OPTION_SET([main-view],[
+ _LIBGD_SET_OPTION([main-icon-view])
+ _LIBGD_SET_OPTION([main-list-view])
+ _LIBGD_SET_OPTION([gtk-hacks])
+ AC_DEFINE([LIBGD_MAIN_VIEW], [1], [Description])
+ ])
+
+ # main-icon-view:
+ AM_CONDITIONAL([LIBGD_MAIN_ICON_VIEW],[_LIBGD_IF_OPTION_SET([main-icon-view],[true],[false])])
+ _LIBGD_IF_OPTION_SET([main-icon-view],[
+ _LIBGD_SET_OPTION([_view-common])
+ AC_DEFINE([LIBGD_MAIN_ICON_VIEW], [1], [Description])
+ ])
+
+ # main-list-view:
+ AM_CONDITIONAL([LIBGD_MAIN_LIST_VIEW],[_LIBGD_IF_OPTION_SET([main-list-view],[true],[false])])
+ _LIBGD_IF_OPTION_SET([main-list-view],[
+ _LIBGD_SET_OPTION([_view-common])
+ AC_DEFINE([LIBGD_MAIN_LIST_VIEW], [1], [Description])
+ ])
+
+ # margin-container:
+ AM_CONDITIONAL([LIBGD_MARGIN_CONTAINER],[_LIBGD_IF_OPTION_SET([margin-container],[true],[false])])
+ _LIBGD_IF_OPTION_SET([margin-container],[
+ AC_DEFINE([LIBGD_MARGIN_CONTAINER], [1], [Description])
+ ])
+
+ # notification:
+ AM_CONDITIONAL([LIBGD_NOTIFICATION],[_LIBGD_IF_OPTION_SET([notification],[true],[false])])
+ _LIBGD_IF_OPTION_SET([notification],[
+ AC_DEFINE([LIBGD_NOTIFICATION], [1], [Description])
+ ])
+
+ # tagged-entry: Gtk+ widget
+ AM_CONDITIONAL([LIBGD_TAGGED_ENTRY],[_LIBGD_IF_OPTION_SET([tagged-entry],[true],[false])])
+ _LIBGD_IF_OPTION_SET([tagged-entry],[
+ AC_DEFINE([LIBGD_TAGGED_ENTRY], [1], [Description])
+ ])
+
+ # vapi: vala bindings support
+ AM_CONDITIONAL([LIBGD_VAPI],[ _LIBGD_IF_OPTION_SET([vapi],[true],[false])])
+ _LIBGD_IF_OPTION_SET([vapi],[
+ _LIBGD_SET_OPTION([gir])
+ dnl check for vapigen
+ AC_PATH_PROG(VAPIGEN, vapigen, no)
+ AS_IF([test x$VAPIGEN = "xno"],
+ [AC_MSG_ERROR([Cannot find the "vapigen compiler in your PATH])])
+ ])
+
+ # gir: gobject introspection support
+ AM_CONDITIONAL([LIBGD_GIR],[ _LIBGD_IF_OPTION_SET([gir],[true],[false])])
+ _LIBGD_IF_OPTION_SET([gir],[
+ GOBJECT_INTROSPECTION_REQUIRE([0.9.6])
+ ])
+
+ # gtk-hacks: collection of Gtk+ hacks and workarounds
+ AM_CONDITIONAL([LIBGD_GTK_HACKS],[_LIBGD_IF_OPTION_SET([gtk-hacks],[true],[false])])
+ _LIBGD_IF_OPTION_SET([gtk-hacks],[
+ AC_DEFINE([LIBGD_GTK_HACKS], [1], [Description])
+ ])
+
+ # _box-common:
+ AM_CONDITIONAL([LIBGD__BOX_COMMON],[_LIBGD_IF_OPTION_SET([_box-common],[true],[false])])
+ _LIBGD_IF_OPTION_SET([_box-common],[
+ AC_DEFINE([LIBGD__BOX_COMMON], [1], [Description])
+ ])
+
+ # _view-common:
+ AM_CONDITIONAL([LIBGD__VIEW_COMMON],[_LIBGD_IF_OPTION_SET([_view-common],[true],[false])])
+ _LIBGD_IF_OPTION_SET([_view-common],[
+ AC_DEFINE([LIBGD__VIEW_COMMON], [1], [Description])
+ ])
+
+ PKG_CHECK_MODULES(LIBGD, [ $LIBGD_MODULES ])
+ AC_SUBST(LIBGD_GIR_INCLUDES)
+ AC_SUBST(LIBGD_SOURCES)
+])
diff --git a/subprojects/libgd/libgd/gd-icon-utils.c b/subprojects/libgd/libgd/gd-icon-utils.c
new file mode 100644
index 0000000..6c9dd40
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-icon-utils.c
@@ -0,0 +1,394 @@
+/*
+ * Copyright (c) 2011, 2012, 2015, 2016 Red Hat, Inc.
+ *
+ * Gnome Documents is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * Gnome Documents is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with Gnome Documents; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "gd-icon-utils.h"
+
+#include <gdk-pixbuf/gdk-pixbuf.h>
+#include <string.h>
+#include <math.h>
+
+#define _BG_MIN_SIZE 20
+#define _EMBLEM_MIN_SIZE 8
+
+/**
+ * gd_copy_image_surface:
+ * @surface:
+ *
+ * Returns: (transfer full):
+ */
+cairo_surface_t *
+gd_copy_image_surface (cairo_surface_t *surface)
+{
+ cairo_surface_t *copy = NULL;
+ cairo_t *cr;
+ gdouble scale_x;
+ gdouble scale_y;
+
+ copy = cairo_surface_create_similar_image (surface, CAIRO_FORMAT_ARGB32,
+ cairo_image_surface_get_width (surface),
+ cairo_image_surface_get_height (surface));
+ cairo_surface_get_device_scale (surface, &scale_x, &scale_y);
+ cairo_surface_set_device_scale (copy, scale_x, scale_y);
+
+ cr = cairo_create (copy);
+ cairo_set_source_surface (cr, surface, 0, 0);
+ cairo_paint (cr);
+ cairo_destroy (cr);
+
+ return copy;
+}
+
+/**
+ * gd_create_surface_with_counter:
+ * @widget:
+ * @base:
+ * @number:
+ *
+ * Returns: (transfer full):
+ */
+cairo_surface_t *
+gd_create_surface_with_counter (GtkWidget *widget, cairo_surface_t *base, gint number)
+{
+ GtkStyleContext *context;
+ cairo_t *cr, *emblem_cr;
+ cairo_surface_t *emblem_surface;
+ cairo_surface_t *surface;
+ gint height;
+ gint height_scaled;
+ gint width;
+ gint width_scaled;
+ gint layout_width, layout_height;
+ gint emblem_size;
+ gint emblem_size_scaled;
+ gdouble scale;
+ gdouble scale_x;
+ gdouble scale_y;
+ gchar *str;
+ PangoLayout *layout;
+ PangoAttrList *attr_list;
+ PangoAttribute *attr;
+ PangoFontDescription *desc;
+ GdkRGBA color;
+
+ context = gtk_widget_get_style_context (GTK_WIDGET (widget));
+ gtk_style_context_save (context);
+ gtk_style_context_add_class (context, "documents-counter");
+
+ width_scaled = cairo_image_surface_get_width (base);
+ height_scaled = cairo_image_surface_get_height (base);
+ cairo_surface_get_device_scale (base, &scale_x, &scale_y);
+
+ width = width_scaled / (gint) floor (scale_x),
+ height = height_scaled / (gint) floor (scale_y);
+
+ surface = cairo_surface_create_similar_image (base, CAIRO_FORMAT_ARGB32,
+ width_scaled, height_scaled);
+ cairo_surface_set_device_scale (surface, scale_x, scale_y);
+
+ cr = cairo_create (surface);
+ cairo_set_source_surface (cr, base, 0, 0);
+ cairo_paint (cr);
+
+ emblem_size_scaled = MIN (width_scaled / 2, height_scaled / 2);
+ emblem_size = MIN (width / 2, height / 2);
+
+ emblem_surface = cairo_surface_create_similar_image (base, CAIRO_FORMAT_ARGB32,
+ emblem_size_scaled, emblem_size_scaled);
+ cairo_surface_set_device_scale (emblem_surface, scale_x, scale_y);
+
+ emblem_cr = cairo_create (emblem_surface);
+ gtk_render_background (context, emblem_cr,
+ 0, 0, emblem_size, emblem_size);
+
+ if (number > 99)
+ number = 99;
+ if (number < -99)
+ number = -99;
+
+ str = g_strdup_printf ("%d", number);
+ layout = gtk_widget_create_pango_layout (GTK_WIDGET (widget), str);
+ g_free (str);
+
+ pango_layout_get_pixel_size (layout, &layout_width, &layout_height);
+
+ /* scale the layout to be 0.5 of the size still available for drawing */
+ scale = (emblem_size * 0.50) / (MAX (layout_width, layout_height));
+ attr_list = pango_attr_list_new ();
+
+ attr = pango_attr_scale_new (scale);
+ pango_attr_list_insert (attr_list, attr);
+ pango_layout_set_attributes (layout, attr_list);
+
+ gtk_style_context_get (context, GTK_STATE_FLAG_NORMAL, "font", &desc, NULL);
+ pango_layout_set_font_description (layout, desc);
+ pango_font_description_free (desc);
+
+ gtk_style_context_get_color (context, 0, &color);
+ gdk_cairo_set_source_rgba (emblem_cr, &color);
+
+ /* update these values */
+ pango_layout_get_pixel_size (layout, &layout_width, &layout_height);
+
+ cairo_move_to (emblem_cr,
+ emblem_size / 2 - layout_width / 2,
+ emblem_size / 2 - layout_height / 2);
+
+ pango_cairo_show_layout (emblem_cr, layout);
+
+ g_object_unref (layout);
+ pango_attr_list_unref (attr_list);
+ cairo_destroy (emblem_cr);
+
+ cairo_set_source_surface (cr, emblem_surface,
+ width - emblem_size, height - emblem_size);
+ cairo_paint (cr);
+ cairo_destroy (cr);
+
+ cairo_surface_destroy (emblem_surface);
+ gtk_style_context_restore (context);
+
+ return surface;
+}
+
+/**
+ * gd_create_symbolic_icon_for_scale:
+ * @name:
+ * @base_size:
+ * @scale:
+ *
+ * Returns: (transfer full):
+ */
+GIcon *
+gd_create_symbolic_icon_for_scale (const gchar *name,
+ gint base_size,
+ gint scale)
+{
+ gchar *symbolic_name;
+ GIcon *icon, *retval = NULL;
+ cairo_surface_t *icon_surface;
+ cairo_surface_t *surface;
+ cairo_t *cr;
+ GtkStyleContext *style;
+ GtkWidgetPath *path;
+ GdkPixbuf *pixbuf;
+ GtkIconTheme *theme;
+ GtkIconInfo *info;
+ gint bg_size;
+ gint emblem_size;
+ gint total_size;
+ gint total_size_scaled;
+
+ total_size = base_size / 2;
+ total_size_scaled = total_size * scale;
+
+ bg_size = MAX (total_size / 2, _BG_MIN_SIZE);
+ emblem_size = MAX (bg_size - 8, _EMBLEM_MIN_SIZE);
+
+ surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, total_size_scaled, total_size_scaled);
+ cairo_surface_set_device_scale (surface, (gdouble) scale, (gdouble) scale);
+ cr = cairo_create (surface);
+
+ style = gtk_style_context_new ();
+
+ path = gtk_widget_path_new ();
+ gtk_widget_path_append_type (path, GTK_TYPE_ICON_VIEW);
+ gtk_style_context_set_path (style, path);
+ gtk_widget_path_unref (path);
+
+ gtk_style_context_add_class (style, "documents-icon-bg");
+
+ gtk_render_background (style, cr, (total_size - bg_size) / 2, (total_size - bg_size) / 2, bg_size, bg_size);
+
+ symbolic_name = g_strconcat (name, "-symbolic", NULL);
+ icon = g_themed_icon_new_with_default_fallbacks (symbolic_name);
+ g_free (symbolic_name);
+
+ theme = gtk_icon_theme_get_default();
+ info = gtk_icon_theme_lookup_by_gicon_for_scale (theme, icon, emblem_size, scale,
+ GTK_ICON_LOOKUP_FORCE_SIZE);
+ g_object_unref (icon);
+
+ if (info == NULL)
+ goto out;
+
+ pixbuf = gtk_icon_info_load_symbolic_for_context (info, style, NULL, NULL);
+ g_object_unref (info);
+
+ if (pixbuf == NULL)
+ goto out;
+
+ icon_surface = gdk_cairo_surface_create_from_pixbuf (pixbuf, scale, NULL);
+ g_object_unref (pixbuf);
+
+ gtk_render_icon_surface (style, cr, icon_surface, (total_size - emblem_size) / 2, (total_size - emblem_size) / 2);
+ cairo_surface_destroy (icon_surface);
+
+ retval = G_ICON (gdk_pixbuf_get_from_surface (surface, 0, 0, total_size_scaled, total_size_scaled));
+
+ out:
+ g_object_unref (style);
+ cairo_surface_destroy (surface);
+ cairo_destroy (cr);
+
+ return retval;
+}
+
+/**
+ * gd_create_symbolic_icon:
+ * @name:
+ * @base_size:
+ *
+ * Returns: (transfer full):
+ */
+GIcon *
+gd_create_symbolic_icon (const gchar *name,
+ gint base_size)
+{
+ return gd_create_symbolic_icon_for_scale (name, base_size, 1);
+}
+
+/**
+ * gd_embed_surface_in_frame:
+ * @source_image:
+ * @frame_image_url:
+ * @slice_width:
+ * @border_width:
+ *
+ * Returns: (transfer full):
+ */
+cairo_surface_t *
+gd_embed_surface_in_frame (cairo_surface_t *source_image,
+ const gchar *frame_image_url,
+ GtkBorder *slice_width,
+ GtkBorder *border_width)
+{
+ cairo_surface_t *surface;
+ cairo_t *cr;
+ int source_width, source_height;
+ gchar *css_str;
+ GtkCssProvider *provider;
+ GtkStyleContext *context;
+ GError *error = NULL;
+ GtkWidgetPath *path;
+ gdouble scale_x, scale_y;
+
+ cairo_surface_get_device_scale (source_image, &scale_x, &scale_y);
+
+ source_width = cairo_image_surface_get_width (source_image) / (gint) floor (scale_x),
+ source_height = cairo_image_surface_get_height (source_image) / (gint) floor (scale_y);
+
+ css_str = g_strdup_printf (".embedded-image { border-image: url(\"%s\") %d %d %d %d / %dpx %dpx %dpx %dpx }",
+ frame_image_url,
+ slice_width->top, slice_width->right, slice_width->bottom, slice_width->left,
+ border_width->top, border_width->right, border_width->bottom, border_width->left);
+ provider = gtk_css_provider_new ();
+ gtk_css_provider_load_from_data (provider, css_str, -1, &error);
+
+ if (error != NULL)
+ {
+ g_warning ("Unable to create the thumbnail frame image: %s", error->message);
+ g_error_free (error);
+ g_free (css_str);
+
+ return g_object_ref (source_image);
+ }
+
+ surface = cairo_surface_create_similar (source_image,
+ CAIRO_CONTENT_COLOR_ALPHA,
+ source_width, source_height);
+ cr = cairo_create (surface);
+
+ context = gtk_style_context_new ();
+ path = gtk_widget_path_new ();
+ gtk_widget_path_append_type (path, GTK_TYPE_ICON_VIEW);
+
+ gtk_style_context_set_path (context, path);
+ gtk_style_context_add_provider (context,
+ GTK_STYLE_PROVIDER (provider),
+ GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
+
+ cairo_save (cr);
+ cairo_rectangle (cr,
+ border_width->left,
+ border_width->top,
+ source_width - border_width->left - border_width->right,
+ source_height - border_width->top - border_width->bottom);
+ cairo_clip (cr);
+ gtk_render_icon_surface (context, cr,
+ source_image,
+ 0, 0);
+ cairo_restore (cr);
+
+ gtk_style_context_save (context);
+ gtk_style_context_add_class (context, "embedded-image");
+
+ gtk_render_frame (context, cr,
+ 0, 0,
+ source_width, source_height);
+
+ gtk_style_context_restore (context);
+ cairo_destroy (cr);
+
+ gtk_widget_path_unref (path);
+ g_object_unref (provider);
+ g_object_unref (context);
+ g_free (css_str);
+
+ return surface;
+}
+
+/**
+ * gd_embed_image_in_frame:
+ * @source_image:
+ * @frame_image_url:
+ * @slice_width:
+ * @border_width:
+ *
+ * Returns: (transfer full):
+ */
+GdkPixbuf *
+gd_embed_image_in_frame (GdkPixbuf *source_image,
+ const gchar *frame_image_url,
+ GtkBorder *slice_width,
+ GtkBorder *border_width)
+{
+ cairo_surface_t *surface, *embedded_surface;
+ GdkPixbuf *retval;
+
+ surface = gdk_cairo_surface_create_from_pixbuf (source_image,
+ 0, NULL);
+
+ /* Force the device scale to 1.0, since pixbufs are always in unscaled
+ * dimensions.
+ */
+ cairo_surface_set_device_scale (surface, 1.0, 1.0);
+ embedded_surface = gd_embed_surface_in_frame (surface, frame_image_url,
+ slice_width, border_width);
+ retval = gdk_pixbuf_get_from_surface (embedded_surface,
+ 0, 0,
+ cairo_image_surface_get_width (embedded_surface),
+ cairo_image_surface_get_height (embedded_surface));
+
+ cairo_surface_destroy (embedded_surface);
+ cairo_surface_destroy (surface);
+
+ return retval;
+}
diff --git a/subprojects/libgd/libgd/gd-icon-utils.h b/subprojects/libgd/libgd/gd-icon-utils.h
new file mode 100644
index 0000000..12f4f06
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-icon-utils.h
@@ -0,0 +1,49 @@
+/*
+ * Copyright (c) 2011, 2012, 2015, 2016 Red Hat, Inc.
+ *
+ * Gnome Documents is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * Gnome Documents is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with Gnome Documents; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef __GD_CREATE_SYMBOLIC_ICON_H__
+#define __GD_CREATE_SYMBOLIC_ICON_H__
+
+#include <cairo.h>
+#include <gtk/gtk.h>
+
+cairo_surface_t *gd_copy_image_surface (cairo_surface_t *surface);
+
+cairo_surface_t *gd_create_surface_with_counter (GtkWidget *widget,
+ cairo_surface_t *base,
+ gint number);
+
+GIcon *gd_create_symbolic_icon (const gchar *name,
+ gint base_size);
+GIcon *gd_create_symbolic_icon_for_scale (const gchar *name,
+ gint base_size,
+ gint scale);
+
+GdkPixbuf *gd_embed_image_in_frame (GdkPixbuf *source_image,
+ const gchar *frame_image_url,
+ GtkBorder *slice_width,
+ GtkBorder *border_width);
+cairo_surface_t *gd_embed_surface_in_frame (cairo_surface_t *source_image,
+ const gchar *frame_image_url,
+ GtkBorder *slice_width,
+ GtkBorder *border_width);
+
+#endif /* __GD_CREATE_SYMBOLIC_ICON_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-box-child.c b/subprojects/libgd/libgd/gd-main-box-child.c
new file mode 100644
index 0000000..9a1118d
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-box-child.c
@@ -0,0 +1,186 @@
+/*
+ * Copyright (c) 2016, 2017 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#include "gd-main-box-child.h"
+
+G_DEFINE_INTERFACE (GdMainBoxChild, gd_main_box_child, GTK_TYPE_WIDGET)
+
+static void
+gd_main_box_child_default_init (GdMainBoxChildInterface *iface)
+{
+ GParamSpec *pspec;
+
+ /**
+ * GdMainBoxChild:item:
+ *
+ * A #GdMainBoxItem that is rendered by the #GdMainBoxChild widget.
+ */
+ pspec = g_param_spec_object ("item",
+ "Item",
+ "An item that is rendered by the widget",
+ GD_TYPE_MAIN_BOX_ITEM,
+ G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_EXPLICIT_NOTIFY |
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxChild:selection-mode:
+ *
+ * Whether the #GdMainBoxChild widget is in selection mode.
+ */
+ pspec = g_param_spec_boolean ("selection-mode",
+ "Selection mode",
+ "Whether the child is in selection mode",
+ FALSE,
+ G_PARAM_CONSTRUCT |
+ G_PARAM_EXPLICIT_NOTIFY |
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxChild:show-primary-text:
+ *
+ * Whether the #GdMainBoxChild widget is going to show the
+ * primary-text of its item.
+ */
+ pspec = g_param_spec_boolean ("show-primary-text",
+ "Show Primary Text",
+ "Whether the item's primary-text is going to be shown",
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxChild:show-secondary-text:
+ *
+ * Whether the #GdMainBoxChild widget is going to show the
+ * secondary-text of its item.
+ */
+ pspec = g_param_spec_boolean ("show-secondary-text",
+ "Show Secondary Text",
+ "Whether the item's secondary-text is going to be shown",
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+}
+
+/**
+ * gd_main_box_child_get_item:
+ * @self:
+ *
+ * Returns: (transfer none): The #GdMainBoxItem
+ */
+GdMainBoxItem *
+gd_main_box_child_get_item (GdMainBoxChild *self)
+{
+ GdMainBoxChildInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_CHILD (self), NULL);
+
+ iface = GD_MAIN_BOX_CHILD_GET_IFACE (self);
+
+ return (* iface->get_item) (self);
+}
+
+/**
+ * gd_main_box_child_get_index:
+ * @self:
+ *
+ * Returns: (transfer none): The index
+ */
+gint
+gd_main_box_child_get_index (GdMainBoxChild *self)
+{
+ GdMainBoxChildInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_CHILD (self), -1);
+
+ iface = GD_MAIN_BOX_CHILD_GET_IFACE (self);
+
+ return (* iface->get_index) (self);
+}
+
+/**
+ * gd_main_box_child_get_selected:
+ * @self:
+ *
+ * Returns: (transfer none): Whether @self is selected
+ */
+gboolean
+gd_main_box_child_get_selected (GdMainBoxChild *self)
+{
+ GdMainBoxChildInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_CHILD (self), FALSE);
+
+ iface = GD_MAIN_BOX_CHILD_GET_IFACE (self);
+
+ return (* iface->get_selected) (self);
+}
+
+/**
+ * gd_main_box_child_get_selection_mode:
+ * @self:
+ *
+ * Returns: (transfer none): Whether @self is in selection mode
+ */
+gboolean
+gd_main_box_child_get_selection_mode (GdMainBoxChild *self)
+{
+ gboolean selection_mode;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_CHILD (self), FALSE);
+
+ g_object_get (self, "selection-mode", &selection_mode, NULL);
+ return selection_mode;
+}
+
+/**
+ * gd_main_box_child_set_selected:
+ * @self:
+ * @selected:
+ */
+void
+gd_main_box_child_set_selected (GdMainBoxChild *self, gboolean selected)
+{
+ GdMainBoxChildInterface *iface;
+
+ g_return_if_fail (GD_IS_MAIN_BOX_CHILD (self));
+
+ iface = GD_MAIN_BOX_CHILD_GET_IFACE (self);
+
+ return (* iface->set_selected) (self, selected);
+}
+
+/**
+ * gd_main_box_child_set_selection_mode:
+ * @self:
+ * @selection_mode:
+ */
+void
+gd_main_box_child_set_selection_mode (GdMainBoxChild *self, gboolean selection_mode)
+{
+ g_return_if_fail (GD_IS_MAIN_BOX_CHILD (self));
+ g_object_set (self, "selection-mode", selection_mode, NULL);
+}
diff --git a/subprojects/libgd/libgd/gd-main-box-child.h b/subprojects/libgd/libgd/gd-main-box-child.h
new file mode 100644
index 0000000..b2600a6
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-box-child.h
@@ -0,0 +1,54 @@
+/*
+ * Copyright (c) 2016 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#ifndef __GD_MAIN_BOX_CHILD_H__
+#define __GD_MAIN_BOX_CHILD_H__
+
+#include <gtk/gtk.h>
+
+#include "gd-main-box-item.h"
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_BOX_CHILD gd_main_box_child_get_type()
+G_DECLARE_INTERFACE (GdMainBoxChild, gd_main_box_child, GD, MAIN_BOX_CHILD, GtkWidget)
+
+struct _GdMainBoxChildInterface
+{
+ GTypeInterface base_iface;
+
+ /* vtable */
+ gint (* get_index) (GdMainBoxChild *self);
+ GdMainBoxItem * (* get_item) (GdMainBoxChild *self);
+ gboolean (* get_selected) (GdMainBoxChild *self);
+ void (* set_selected) (GdMainBoxChild *self, gboolean selected);
+};
+
+gint gd_main_box_child_get_index (GdMainBoxChild *self);
+GdMainBoxItem * gd_main_box_child_get_item (GdMainBoxChild *self);
+gboolean gd_main_box_child_get_selected (GdMainBoxChild *self);
+gboolean gd_main_box_child_get_selection_mode (GdMainBoxChild *self);
+void gd_main_box_child_set_selected (GdMainBoxChild *self, gboolean selected);
+void gd_main_box_child_set_selection_mode (GdMainBoxChild *self, gboolean selection_mode);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_BOX_CHILD_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-box-generic.c b/subprojects/libgd/libgd/gd-main-box-generic.c
new file mode 100644
index 0000000..0d18764
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-box-generic.c
@@ -0,0 +1,491 @@
+/*
+ * Copyright (c) 2016, 2017 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#include "gd-main-box-generic.h"
+#include "gd-main-box-item.h"
+
+enum
+{
+ ITEM_ACTIVATED,
+ SELECTION_CHANGED,
+ SELECTION_MODE_REQUEST,
+ NUM_SIGNALS
+};
+
+static guint signals[NUM_SIGNALS] = { 0, };
+
+G_DEFINE_INTERFACE (GdMainBoxGeneric, gd_main_box_generic, GTK_TYPE_WIDGET)
+
+static void
+gd_main_box_generic_mark_range_as_selected (GdMainBoxGeneric *self, gint first_element, gint last_element)
+{
+ gint i;
+
+ if (first_element > last_element)
+ {
+ gint tmp;
+
+ tmp = first_element;
+ first_element = last_element;
+ last_element = tmp;
+ }
+
+ for (i = first_element; i <= last_element; i++)
+ {
+ GdMainBoxChild *child;
+
+ child = gd_main_box_generic_get_child_at_index (self, i);
+ gd_main_box_generic_select_child (self, child);
+ }
+}
+
+static void
+gd_main_box_generic_select_range (GdMainBoxGeneric *self, GdMainBoxChild *child)
+{
+ GListModel *model;
+ const gchar *last_selected_id;
+ gint index;
+ gint other_index = -1;
+ guint n_items;
+
+ model = gd_main_box_generic_get_model (self);
+ n_items = g_list_model_get_n_items (model);
+
+ last_selected_id = gd_main_box_generic_get_last_selected_id (self);
+ index = gd_main_box_child_get_index (child);
+
+ if (last_selected_id != NULL)
+ {
+ guint i;
+
+ for (i = 0; i < n_items; i++)
+ {
+ GdMainBoxItem *item;
+ const gchar *id;
+
+ item = GD_MAIN_BOX_ITEM (g_list_model_get_object (model, i));
+ id = gd_main_box_item_get_id (item);
+
+ if (g_strcmp0 (id, last_selected_id) == 0)
+ {
+ other_index = (gint) i;
+ g_object_unref (item);
+ break;
+ }
+
+ g_object_unref (item);
+ }
+ }
+
+ if (other_index == -1)
+ {
+ gint i;
+
+ for (i = index - 1; i >= 0; i--)
+ {
+ GdMainBoxChild *other;
+
+ other = gd_main_box_generic_get_child_at_index (self, i);
+ if (gd_main_box_child_get_selected (other))
+ {
+ other_index = i;
+ break;
+ }
+ }
+ }
+
+ if (other_index == -1)
+ {
+ gint i;
+
+ for (i = index + 1; i < (gint) n_items; i++)
+ {
+ GdMainBoxChild *other;
+
+ other = gd_main_box_generic_get_child_at_index (self, i);
+ if (gd_main_box_child_get_selected (other))
+ {
+ other_index = i;
+ break;
+ }
+ }
+ }
+
+ if (other_index == -1)
+ gd_main_box_generic_select_child (self, child);
+ else
+ gd_main_box_generic_mark_range_as_selected (self, index, other_index);
+}
+
+static void
+gd_main_box_generic_default_init (GdMainBoxGenericInterface *iface)
+{
+ GParamSpec *pspec;
+
+ /**
+ * GdMainBoxGeneric:last-selected-id:
+ *
+ * A unique ID to identify the #GdMainBoxItem object that was most
+ * recently selected.
+ */
+ pspec = g_param_spec_string ("last-selected-id",
+ "ID",
+ "A unique ID to identify the most recently selected item",
+ NULL,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxGeneric:model:
+ *
+ * A #GListModel that is rendered by the #GdMainBoxGeneric widget.
+ */
+ pspec = g_param_spec_object ("model",
+ "Model",
+ "A model that is rendered by the widget",
+ G_TYPE_LIST_MODEL,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxGeneric:gd-selection-mode:
+ *
+ * Whether the #GdMainBoxGeneric widget is in selection mode.
+ */
+ pspec = g_param_spec_boolean ("gd-selection-mode",
+ "Selection Mode",
+ "Whether the widget is in selection mode",
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxGeneric:show-primary-text:
+ *
+ * Whether the #GdMainBoxGeneric widget is going to show the
+ * primary-text of each #GdMainBoxItem.
+ */
+ pspec = g_param_spec_boolean ("show-primary-text",
+ "Show Primary Text",
+ "Whether each GdMainBoxItem's primary-text is going to be shown",
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxGeneric:show-secondary-text:
+ *
+ * Whether the #GdMainBoxGeneric widget is going to show the
+ * secondary-text of each #GdMainBoxItem.
+ */
+ pspec = g_param_spec_boolean ("show-secondary-text",
+ "Show Secondary Text",
+ "Whether each GdMainBoxItem's secondary-text is going to be shown",
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ signals[ITEM_ACTIVATED] = g_signal_new ("item-activated",
+ GD_TYPE_MAIN_BOX_GENERIC,
+ G_SIGNAL_RUN_LAST,
+ 0,
+ NULL,
+ NULL,
+ g_cclosure_marshal_VOID__OBJECT,
+ G_TYPE_NONE,
+ 1,
+ GD_TYPE_MAIN_BOX_CHILD);
+
+ signals[SELECTION_CHANGED] = g_signal_new ("selection-changed",
+ GD_TYPE_MAIN_BOX_GENERIC,
+ G_SIGNAL_RUN_LAST,
+ 0,
+ NULL,
+ NULL,
+ g_cclosure_marshal_VOID__VOID,
+ G_TYPE_NONE,
+ 0);
+
+ signals[SELECTION_MODE_REQUEST] = g_signal_new ("selection-mode-request",
+ GD_TYPE_MAIN_BOX_GENERIC,
+ G_SIGNAL_RUN_LAST,
+ 0,
+ NULL,
+ NULL,
+ g_cclosure_marshal_VOID__VOID,
+ G_TYPE_NONE,
+ 0);
+}
+
+/**
+ * gd_main_box_generic_get_child_at_index:
+ * @self:
+ * @index:
+ *
+ * Returns: (transfer none): The child at @index.
+ */
+GdMainBoxChild *
+gd_main_box_generic_get_child_at_index (GdMainBoxGeneric *self, gint index)
+{
+ GdMainBoxGenericInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_GENERIC (self), NULL);
+
+ iface = GD_MAIN_BOX_GENERIC_GET_IFACE (self);
+
+ return (* iface->get_child_at_index) (self, index);
+}
+
+/**
+ * gd_main_box_generic_get_last_selected_id:
+ * @self:
+ *
+ * Returns: (transfer none): The ID of the most recently selected #GdMainBoxItem.
+ */
+const gchar *
+gd_main_box_generic_get_last_selected_id (GdMainBoxGeneric *self)
+{
+ GdMainBoxGenericInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_GENERIC (self), NULL);
+
+ iface = GD_MAIN_BOX_GENERIC_GET_IFACE (self);
+
+ return (* iface->get_last_selected_id) (self);
+}
+
+/**
+ * gd_main_box_generic_get_model:
+ * @self:
+ *
+ * Returns: (transfer none): The associated model
+ */
+GListModel *
+gd_main_box_generic_get_model (GdMainBoxGeneric *self)
+{
+ GdMainBoxGenericInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_GENERIC (self), NULL);
+
+ iface = GD_MAIN_BOX_GENERIC_GET_IFACE (self);
+
+ return (* iface->get_model) (self);
+}
+
+/**
+ * gd_main_box_generic_get_selected_children:
+ * @self:
+ *
+ * Returns: (element-type GdMainBoxChild) (transfer container): The
+ * selected children
+ */
+GList *
+gd_main_box_generic_get_selected_children (GdMainBoxGeneric *self)
+{
+ GdMainBoxGenericInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_GENERIC (self), NULL);
+
+ iface = GD_MAIN_BOX_GENERIC_GET_IFACE (self);
+
+ return (* iface->get_selected_children) (self);
+}
+
+/**
+ * gd_main_box_generic_get_selection_mode:
+ * @self:
+ *
+ * Returns: (transfer none): Whether @self is in selection mode
+ */
+gboolean
+gd_main_box_generic_get_selection_mode (GdMainBoxGeneric *self)
+{
+ gboolean selection_mode;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_GENERIC (self), FALSE);
+
+ g_object_get (self, "gd-selection-mode", &selection_mode, NULL);
+ return selection_mode;
+}
+
+/**
+ * gd_main_box_generic_get_show_primary_text:
+ * @self:
+ *
+ * Returns: (transfer none): Whether @self is going to show the
+ * primary-text of each #GdMainBoxItem
+ */
+gboolean
+gd_main_box_generic_get_show_primary_text (GdMainBoxGeneric *self)
+{
+ gboolean show_primary_text;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_GENERIC (self), FALSE);
+
+ g_object_get (self, "show-primary-text", &show_primary_text, NULL);
+ return show_primary_text;
+}
+
+/**
+ * gd_main_box_generic_get_show_secondary_text:
+ * @self:
+ *
+ * Returns: (transfer none): Whether @self is going to show the
+ * secondary-text of each #GdMainBoxItem
+ */
+gboolean
+gd_main_box_generic_get_show_secondary_text (GdMainBoxGeneric *self)
+{
+ gboolean show_secondary_text;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_GENERIC (self), FALSE);
+
+ g_object_get (self, "show-secondary-text", &show_secondary_text, NULL);
+ return show_secondary_text;
+}
+
+void
+gd_main_box_generic_select_all (GdMainBoxGeneric *self)
+{
+ GdMainBoxGenericInterface *iface;
+
+ g_return_if_fail (GD_IS_MAIN_BOX_GENERIC (self));
+
+ iface = GD_MAIN_BOX_GENERIC_GET_IFACE (self);
+
+ (* iface->select_all) (self);
+}
+
+void
+gd_main_box_generic_select_child (GdMainBoxGeneric *self, GdMainBoxChild *child)
+{
+ GdMainBoxGenericInterface *iface;
+
+ g_return_if_fail (GD_IS_MAIN_BOX_GENERIC (self));
+ g_return_if_fail (GD_IS_MAIN_BOX_CHILD (child));
+
+ iface = GD_MAIN_BOX_GENERIC_GET_IFACE (self);
+
+ (* iface->select_child) (self, child);
+}
+
+/**
+ * gd_main_box_generic_set_model:
+ * @self:
+ * @model: (allow-none):
+ *
+ */
+void
+gd_main_box_generic_set_model (GdMainBoxGeneric *self, GListModel *model)
+{
+ g_return_if_fail (GD_IS_MAIN_BOX_GENERIC (self));
+ g_return_if_fail (model == NULL || G_IS_LIST_MODEL (model));
+
+ g_object_set (self, "model", model, NULL);
+}
+
+/**
+ * gd_main_box_generic_set_selection_mode:
+ * @self:
+ * @selection_mode:
+ *
+ */
+void
+gd_main_box_generic_set_selection_mode (GdMainBoxGeneric *self, gboolean selection_mode)
+{
+ g_return_if_fail (GD_IS_MAIN_BOX_GENERIC (self));
+ g_object_set (self, "gd-selection-mode", selection_mode, NULL);
+}
+
+/**
+ * gd_main_box_generic_set_show_primary_text:
+ * @self:
+ * @show_primary_text:
+ *
+ */
+void
+gd_main_box_generic_set_show_primary_text (GdMainBoxGeneric *self, gboolean show_primary_text)
+{
+ g_return_if_fail (GD_IS_MAIN_BOX_GENERIC (self));
+ g_object_set (self, "show-primary-text", show_primary_text, NULL);
+}
+
+/**
+ * gd_main_box_generic_set_show_secondary_text:
+ * @self:
+ * @show_secondary_text:
+ *
+ */
+void
+gd_main_box_generic_set_show_secondary_text (GdMainBoxGeneric *self, gboolean show_secondary_text)
+{
+ g_return_if_fail (GD_IS_MAIN_BOX_GENERIC (self));
+ g_object_set (self, "show-secondary-text", show_secondary_text, NULL);
+}
+
+void
+gd_main_box_generic_unselect_all (GdMainBoxGeneric *self)
+{
+ GdMainBoxGenericInterface *iface;
+
+ g_return_if_fail (GD_IS_MAIN_BOX_GENERIC (self));
+
+ iface = GD_MAIN_BOX_GENERIC_GET_IFACE (self);
+
+ (* iface->unselect_all) (self);
+}
+
+void
+gd_main_box_generic_unselect_child (GdMainBoxGeneric *self, GdMainBoxChild *child)
+{
+ GdMainBoxGenericInterface *iface;
+
+ g_return_if_fail (GD_IS_MAIN_BOX_GENERIC (self));
+ g_return_if_fail (GD_IS_MAIN_BOX_CHILD (child));
+
+ iface = GD_MAIN_BOX_GENERIC_GET_IFACE (self);
+
+ (* iface->unselect_child) (self, child);
+}
+
+void
+gd_main_box_generic_toggle_selection_for_child (GdMainBoxGeneric *self,
+ GdMainBoxChild *child,
+ gboolean select_range)
+{
+ GListModel *model;
+
+ model = gd_main_box_generic_get_model (self);
+ if (model == NULL)
+ return;
+
+ if (gd_main_box_child_get_selected (child))
+ {
+ gd_main_box_generic_unselect_child (self, child);
+ }
+ else
+ {
+ if (select_range)
+ gd_main_box_generic_select_range (self, child);
+ else
+ gd_main_box_generic_select_child (self, child);
+ }
+}
diff --git a/subprojects/libgd/libgd/gd-main-box-generic.h b/subprojects/libgd/libgd/gd-main-box-generic.h
new file mode 100644
index 0000000..2c9c805
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-box-generic.h
@@ -0,0 +1,73 @@
+/*
+ * Copyright (c) 2016, 2017 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#ifndef __GD_MAIN_BOX_GENERIC_H__
+#define __GD_MAIN_BOX_GENERIC_H__
+
+#include <gio/gio.h>
+#include <gtk/gtk.h>
+
+#include "gd-main-box-child.h"
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_BOX_GENERIC gd_main_box_generic_get_type()
+G_DECLARE_INTERFACE (GdMainBoxGeneric, gd_main_box_generic, GD, MAIN_BOX_GENERIC, GtkWidget)
+
+struct _GdMainBoxGenericInterface
+{
+ GTypeInterface base_iface;
+
+ /* vtable */
+ GdMainBoxChild * (* get_child_at_index) (GdMainBoxGeneric *self, gint index);
+ const gchar * (* get_last_selected_id) (GdMainBoxGeneric *self);
+ GListModel * (* get_model) (GdMainBoxGeneric *self);
+ GList * (* get_selected_children) (GdMainBoxGeneric *self);
+ void (* select_all) (GdMainBoxGeneric *self);
+ void (* select_child) (GdMainBoxGeneric *self, GdMainBoxChild *child);
+ void (* unselect_all) (GdMainBoxGeneric *self);
+ void (* unselect_child) (GdMainBoxGeneric *self, GdMainBoxChild *child);
+};
+
+GdMainBoxChild * gd_main_box_generic_get_child_at_index (GdMainBoxGeneric *self, gint index);
+const gchar * gd_main_box_generic_get_last_selected_id (GdMainBoxGeneric *self);
+GListModel * gd_main_box_generic_get_model (GdMainBoxGeneric *self);
+GList * gd_main_box_generic_get_selected_children (GdMainBoxGeneric *self);
+gboolean gd_main_box_generic_get_selection_mode (GdMainBoxGeneric *self);
+gboolean gd_main_box_generic_get_show_primary_text (GdMainBoxGeneric *self);
+gboolean gd_main_box_generic_get_show_secondary_text (GdMainBoxGeneric *self);
+void gd_main_box_generic_select_all (GdMainBoxGeneric *self);
+void gd_main_box_generic_select_child (GdMainBoxGeneric *self, GdMainBoxChild *child);
+void gd_main_box_generic_set_model (GdMainBoxGeneric *self, GListModel *model);
+void gd_main_box_generic_set_selection_mode (GdMainBoxGeneric *self, gboolean selection_mode);
+void gd_main_box_generic_set_show_primary_text (GdMainBoxGeneric *self, gboolean show_primary_text);
+void gd_main_box_generic_set_show_secondary_text (GdMainBoxGeneric *self,
+ gboolean show_secondary_text);
+void gd_main_box_generic_unselect_all (GdMainBoxGeneric *self);
+void gd_main_box_generic_unselect_child (GdMainBoxGeneric *self, GdMainBoxChild *child);
+
+void gd_main_box_generic_toggle_selection_for_child (GdMainBoxGeneric *self,
+ GdMainBoxChild *child,
+ gboolean select_range);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_BOX_GENERIC_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-box-item.c b/subprojects/libgd/libgd/gd-main-box-item.c
new file mode 100644
index 0000000..042b0e4
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-box-item.c
@@ -0,0 +1,242 @@
+/*
+ * Copyright (c) 2016 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#include <cairo-gobject.h>
+
+#include "gd-main-box-item.h"
+
+G_DEFINE_INTERFACE (GdMainBoxItem, gd_main_box_item, G_TYPE_OBJECT)
+
+static void
+gd_main_box_item_default_init (GdMainBoxItemInterface *iface)
+{
+ GParamSpec *pspec;
+
+ /**
+ * GdMainBoxItem:id:
+ *
+ * A unique ID to identify the #GdMainBoxItem object.
+ */
+ pspec = g_param_spec_string ("id",
+ "ID",
+ "A unique ID to identify the item",
+ NULL,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxItem:uri:
+ *
+ * A URI corresponding to the #GdMainBoxItem object.
+ */
+ pspec = g_param_spec_string ("uri",
+ "URI",
+ "A URI corresponding to the item",
+ NULL,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxItem:primary-text:
+ *
+ * Some text to describe the #GdMainBoxItem object.
+ */
+ pspec = g_param_spec_string ("primary-text",
+ "Primary Text",
+ "Some text to describe the item",
+ NULL,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxItem:secondary-text:
+ *
+ * Some additional text to describe the #GdMainBoxItem object.
+ */
+ pspec = g_param_spec_string ("secondary-text",
+ "Secondary Text",
+ "Some additional text to describe the item",
+ NULL,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxItem:icon:
+ *
+ * An icon to visually identify the #GdMainBoxItem object.
+ */
+ pspec = g_param_spec_boxed ("icon",
+ "Icon",
+ "An icon to visually identify the item",
+ CAIRO_GOBJECT_TYPE_SURFACE,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxItem:mtime:
+ *
+ * The time when the #GdMainBoxItem object was last modified.
+ */
+ pspec = g_param_spec_int64 ("mtime",
+ "Modification time",
+ "The time when the item was last modified",
+ -1,
+ G_MAXINT64,
+ -1,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+
+ /**
+ * GdMainBoxItem:pulse:
+ *
+ * Whether to show a progress indicator.
+ */
+ pspec = g_param_spec_boolean ("pulse",
+ "Pulse",
+ "Whether to show a progress indicator",
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ g_object_interface_install_property (iface, pspec);
+}
+
+/**
+ * gd_main_box_item_get_id:
+ * @self:
+ *
+ * Returns: (transfer none): The ID
+ */
+const gchar *
+gd_main_box_item_get_id (GdMainBoxItem *self)
+{
+ GdMainBoxItemInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_ITEM (self), NULL);
+
+ iface = GD_MAIN_BOX_ITEM_GET_IFACE (self);
+
+ return (* iface->get_id) (self);
+}
+
+/**
+ * gd_main_box_item_get_uri:
+ * @self:
+ *
+ * Returns: (transfer none): The URI
+ */
+const gchar *
+gd_main_box_item_get_uri (GdMainBoxItem *self)
+{
+ GdMainBoxItemInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_ITEM (self), NULL);
+
+ iface = GD_MAIN_BOX_ITEM_GET_IFACE (self);
+
+ return (* iface->get_uri) (self);
+}
+
+/**
+ * gd_main_box_item_get_primary_text:
+ * @self:
+ *
+ * Returns: (transfer none): The primary text
+ */
+const gchar *
+gd_main_box_item_get_primary_text (GdMainBoxItem *self)
+{
+ GdMainBoxItemInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_ITEM (self), NULL);
+
+ iface = GD_MAIN_BOX_ITEM_GET_IFACE (self);
+
+ return (* iface->get_primary_text) (self);
+}
+
+/**
+ * gd_main_box_item_get_secondary_text:
+ * @self:
+ *
+ * Returns: (transfer none): The secondary text
+ */
+const gchar *
+gd_main_box_item_get_secondary_text (GdMainBoxItem *self)
+{
+ GdMainBoxItemInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_ITEM (self), NULL);
+
+ iface = GD_MAIN_BOX_ITEM_GET_IFACE (self);
+
+ return (* iface->get_secondary_text) (self);
+}
+
+/**
+ * gd_main_box_item_get_icon:
+ * @self:
+ *
+ * Returns: (transfer none): The icon
+ */
+cairo_surface_t *
+gd_main_box_item_get_icon (GdMainBoxItem *self)
+{
+ GdMainBoxItemInterface *iface;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_ITEM (self), NULL);
+
+ iface = GD_MAIN_BOX_ITEM_GET_IFACE (self);
+
+ return (* iface->get_icon) (self);
+}
+
+/**
+ * gd_main_box_item_get_mtime:
+ * @self:
+ *
+ * Returns: (transfer none): The modification time
+ */
+gint64
+gd_main_box_item_get_mtime (GdMainBoxItem *self)
+{
+ gint64 mtime;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_ITEM (self), -1);
+
+ g_object_get (self, "mtime", &mtime, NULL);
+ return mtime;
+}
+
+/**
+ * gd_main_box_item_get_pulse:
+ * @self:
+ *
+ * Returns: (transfer none): Whether to show a progress indicator
+ */
+gboolean
+gd_main_box_item_get_pulse (GdMainBoxItem *self)
+{
+ gboolean pulse;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_ITEM (self), FALSE);
+
+ g_object_get (self, "pulse", &pulse, NULL);
+ return pulse;
+}
diff --git a/subprojects/libgd/libgd/gd-main-box-item.h b/subprojects/libgd/libgd/gd-main-box-item.h
new file mode 100644
index 0000000..e37cb07
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-box-item.h
@@ -0,0 +1,55 @@
+/*
+ * Copyright (c) 2016 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#ifndef __GD_MAIN_BOX_ITEM_H__
+#define __GD_MAIN_BOX_ITEM_H__
+
+#include <cairo.h>
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_BOX_ITEM gd_main_box_item_get_type()
+G_DECLARE_INTERFACE (GdMainBoxItem, gd_main_box_item, GD, MAIN_BOX_ITEM, GObject)
+
+struct _GdMainBoxItemInterface
+{
+ GTypeInterface base_iface;
+
+ /* vtable */
+ const gchar * (* get_id) (GdMainBoxItem *self);
+ const gchar * (* get_uri) (GdMainBoxItem *self);
+ const gchar * (* get_primary_text) (GdMainBoxItem *self);
+ const gchar * (* get_secondary_text) (GdMainBoxItem *self);
+ cairo_surface_t * (* get_icon) (GdMainBoxItem *self);
+};
+
+const gchar * gd_main_box_item_get_id (GdMainBoxItem *self);
+const gchar * gd_main_box_item_get_uri (GdMainBoxItem *self);
+const gchar * gd_main_box_item_get_primary_text (GdMainBoxItem *self);
+const gchar * gd_main_box_item_get_secondary_text (GdMainBoxItem *self);
+cairo_surface_t * gd_main_box_item_get_icon (GdMainBoxItem *self);
+gint64 gd_main_box_item_get_mtime (GdMainBoxItem *self);
+gboolean gd_main_box_item_get_pulse (GdMainBoxItem *self);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_BOX_ITEM_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-box.c b/subprojects/libgd/libgd/gd-main-box.c
new file mode 100644
index 0000000..be87b1d
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-box.c
@@ -0,0 +1,548 @@
+/*
+ * Copyright (c) 2016, 2017 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#include "gd-main-box.h"
+#include "gd-main-box-child.h"
+#include "gd-main-box-generic.h"
+#include "gd-main-icon-box.h"
+
+#define MAIN_BOX_TYPE_INITIAL -1
+
+typedef struct _GdMainBoxPrivate GdMainBoxPrivate;
+
+struct _GdMainBoxPrivate
+{
+ GListModel *model;
+ GdMainBoxType current_type;
+ GtkWidget *current_box;
+ GtkWidget *frame;
+ gboolean selection_mode;
+ gboolean show_primary_text;
+ gboolean show_secondary_text;
+};
+
+enum
+{
+ PROP_BOX_TYPE = 1,
+ PROP_SELECTION_MODE,
+ PROP_SHOW_PRIMARY_TEXT,
+ PROP_SHOW_SECONDARY_TEXT,
+ PROP_MODEL,
+ NUM_PROPERTIES
+};
+
+enum
+{
+ ITEM_ACTIVATED,
+ SELECTION_CHANGED,
+ SELECTION_MODE_REQUEST,
+ NUM_SIGNALS
+};
+
+static GParamSpec *properties[NUM_PROPERTIES] = { NULL, };
+static guint signals[NUM_SIGNALS] = { 0, };
+
+G_DEFINE_TYPE_WITH_PRIVATE (GdMainBox, gd_main_box, GTK_TYPE_BIN)
+
+static void
+gd_main_box_activate_item_for_child (GdMainBox *self, GdMainBoxChild *child)
+{
+ GdMainBoxPrivate *priv;
+ GdMainBoxItem *item;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ if (priv->model == NULL)
+ return;
+
+ item = gd_main_box_child_get_item (child);
+ if (item == NULL)
+ return;
+
+ g_signal_emit (self, signals[ITEM_ACTIVATED], 0, item);
+}
+
+static void
+gd_main_box_apply_selection_mode (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ gd_main_box_generic_set_selection_mode (GD_MAIN_BOX_GENERIC (priv->current_box), priv->selection_mode);
+
+ if (!priv->selection_mode)
+ {
+ if (priv->model != NULL)
+ gd_main_box_unselect_all (self);
+ }
+}
+
+static void
+gd_main_box_item_activated_cb (GdMainBox *self, GdMainBoxChild *child)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ if (!priv->selection_mode)
+ gd_main_box_activate_item_for_child (self, child);
+}
+
+static void
+gd_main_box_selection_changed_cb (GdMainBox *self)
+{
+ g_signal_emit (self, signals[SELECTION_CHANGED], 0);
+}
+
+static void
+gd_main_box_selection_mode_request_cb (GdMainBox *self)
+{
+ g_signal_emit (self, signals[SELECTION_MODE_REQUEST], 0);
+}
+
+static void
+gd_main_box_rebuild (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ if (priv->current_box != NULL)
+ gtk_widget_destroy (priv->current_box);
+
+ switch (priv->current_type)
+ {
+ case GD_MAIN_BOX_ICON:
+ priv->current_box = gd_main_icon_box_new ();
+ break;
+
+ case GD_MAIN_BOX_LIST:
+ default:
+ g_assert_not_reached ();
+ break;
+ }
+
+ gtk_widget_set_hexpand (priv->current_box, TRUE);
+ gtk_widget_set_valign (priv->current_box, GTK_ALIGN_START);
+ g_object_bind_property (self, "show-primary-text",
+ priv->current_box, "show-primary-text",
+ G_BINDING_SYNC_CREATE);
+ g_object_bind_property (self, "show-secondary-text",
+ priv->current_box, "show-secondary-text",
+ G_BINDING_SYNC_CREATE);
+ gtk_container_add (GTK_CONTAINER (priv->frame), priv->current_box);
+
+ g_signal_connect_swapped (priv->current_box,
+ "item-activated",
+ G_CALLBACK (gd_main_box_item_activated_cb),
+ self);
+ g_signal_connect_swapped (priv->current_box,
+ "selection-changed",
+ G_CALLBACK (gd_main_box_selection_changed_cb),
+ self);
+ g_signal_connect_swapped (priv->current_box,
+ "selection-mode-request",
+ G_CALLBACK (gd_main_box_selection_mode_request_cb),
+ self);
+
+ gd_main_box_generic_set_model (GD_MAIN_BOX_GENERIC (priv->current_box), priv->model);
+ gd_main_box_apply_selection_mode (self);
+
+ gtk_widget_show_all (GTK_WIDGET (self));
+}
+
+static void
+gd_main_box_dispose (GObject *obj)
+{
+ GdMainBox *self = GD_MAIN_BOX (obj);
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ g_clear_object (&priv->model);
+
+ G_OBJECT_CLASS (gd_main_box_parent_class)->dispose (obj);
+}
+
+static void
+gd_main_box_init (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+ GtkStyleContext *context;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ priv->frame = gtk_frame_new (NULL);
+ context = gtk_widget_get_style_context (priv->frame);
+ gtk_style_context_add_class (context, "content-view");
+ gtk_container_add (GTK_CONTAINER (self), priv->frame);
+
+ /* so that we get constructed with the right view even at startup */
+ priv->current_type = MAIN_BOX_TYPE_INITIAL;
+}
+
+static void
+gd_main_box_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+ GdMainBox *self = GD_MAIN_BOX (object);
+
+ switch (property_id)
+ {
+ case PROP_BOX_TYPE:
+ g_value_set_int (value, gd_main_box_get_box_type (self));
+ break;
+ case PROP_SELECTION_MODE:
+ g_value_set_boolean (value, gd_main_box_get_selection_mode (self));
+ break;
+ case PROP_SHOW_PRIMARY_TEXT:
+ g_value_set_boolean (value, gd_main_box_get_show_primary_text (self));
+ break;
+ case PROP_SHOW_SECONDARY_TEXT:
+ g_value_set_boolean (value, gd_main_box_get_show_secondary_text (self));
+ break;
+ case PROP_MODEL:
+ g_value_set_object (value, gd_main_box_get_model (self));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_box_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+ GdMainBox *self = GD_MAIN_BOX (object);
+
+ switch (property_id)
+ {
+ case PROP_BOX_TYPE:
+ gd_main_box_set_box_type (self, g_value_get_int (value));
+ break;
+ case PROP_SELECTION_MODE:
+ gd_main_box_set_selection_mode (self, g_value_get_boolean (value));
+ break;
+ case PROP_SHOW_PRIMARY_TEXT:
+ gd_main_box_set_show_primary_text (self, g_value_get_boolean (value));
+ break;
+ case PROP_SHOW_SECONDARY_TEXT:
+ gd_main_box_set_show_secondary_text (self, g_value_get_boolean (value));
+ break;
+ case PROP_MODEL:
+ gd_main_box_set_model (self, g_value_get_object (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_box_class_init (GdMainBoxClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+
+ oclass->get_property = gd_main_box_get_property;
+ oclass->set_property = gd_main_box_set_property;
+ oclass->dispose = gd_main_box_dispose;
+
+ properties[PROP_BOX_TYPE] = g_param_spec_int ("box-type",
+ "Box type",
+ "Box type",
+ GD_MAIN_BOX_ICON,
+ GD_MAIN_BOX_LIST,
+ GD_MAIN_BOX_ICON,
+ G_PARAM_EXPLICIT_NOTIFY |
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_MODEL] = g_param_spec_object ("model",
+ "Model",
+ "The GListModel",
+ G_TYPE_LIST_MODEL,
+ G_PARAM_EXPLICIT_NOTIFY |
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_SELECTION_MODE] = g_param_spec_boolean ("selection-mode",
+ "Selection mode",
+ "Whether the view is in selection mode",
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY |
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_SHOW_PRIMARY_TEXT] = g_param_spec_boolean ("show-primary-text",
+ "Show primary text",
+ "Whether each GdMainBoxItem's primary-text is going "
+ "to be shown",
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY |
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_SHOW_SECONDARY_TEXT] = g_param_spec_boolean ("show-secondary-text",
+ "Show secondary text",
+ "Whether each GdMainBoxItem's secondary-text is "
+ "going to be shown",
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY |
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS);
+
+ signals[ITEM_ACTIVATED] = g_signal_new ("item-activated",
+ GD_TYPE_MAIN_BOX,
+ G_SIGNAL_RUN_LAST,
+ 0,
+ NULL,
+ NULL,
+ g_cclosure_marshal_VOID__OBJECT,
+ G_TYPE_NONE,
+ 1,
+ GD_TYPE_MAIN_BOX_ITEM);
+
+ signals[SELECTION_CHANGED] = g_signal_new ("selection-changed",
+ GD_TYPE_MAIN_BOX,
+ G_SIGNAL_RUN_LAST,
+ 0,
+ NULL,
+ NULL,
+ g_cclosure_marshal_VOID__VOID,
+ G_TYPE_NONE,
+ 0);
+
+ signals[SELECTION_MODE_REQUEST] = g_signal_new ("selection-mode-request",
+ GD_TYPE_MAIN_BOX,
+ G_SIGNAL_RUN_LAST,
+ 0,
+ NULL,
+ NULL,
+ g_cclosure_marshal_VOID__VOID,
+ G_TYPE_NONE,
+ 0);
+
+ g_object_class_install_properties (oclass, NUM_PROPERTIES, properties);
+}
+
+GtkWidget *
+gd_main_box_new (GdMainBoxType type)
+{
+ return g_object_new (GD_TYPE_MAIN_BOX, "box-type", type, NULL);
+}
+
+GdMainBoxType
+gd_main_box_get_box_type (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+ return priv->current_type;
+}
+
+void
+gd_main_box_set_box_type (GdMainBox *self, GdMainBoxType type)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ if (type == priv->current_type)
+ return;
+
+ priv->current_type = type;
+ gd_main_box_rebuild (self);
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_BOX_TYPE]);
+}
+
+gboolean
+gd_main_box_get_selection_mode (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+ return priv->selection_mode;
+}
+
+gboolean
+gd_main_box_get_show_primary_text (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+ return priv->show_primary_text;
+}
+
+gboolean
+gd_main_box_get_show_secondary_text (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+ return priv->show_secondary_text;
+}
+
+void
+gd_main_box_set_selection_mode (GdMainBox *self, gboolean selection_mode)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ if (selection_mode == priv->selection_mode)
+ return;
+
+ priv->selection_mode = selection_mode;
+ gd_main_box_apply_selection_mode (self);
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_SELECTION_MODE]);
+}
+
+void
+gd_main_box_set_show_primary_text (GdMainBox *self, gboolean show_primary_text)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ if (show_primary_text == priv->show_primary_text)
+ return;
+
+ priv->show_primary_text = show_primary_text;
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_SHOW_PRIMARY_TEXT]);
+}
+
+void
+gd_main_box_set_show_secondary_text (GdMainBox *self, gboolean show_secondary_text)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ if (show_secondary_text == priv->show_secondary_text)
+ return;
+
+ priv->show_secondary_text = show_secondary_text;
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_SHOW_SECONDARY_TEXT]);
+}
+
+/**
+ * gd_main_box_get_model:
+ * @self:
+ *
+ * Returns: (transfer none):
+ */
+GListModel *
+gd_main_box_get_model (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+ return priv->model;
+}
+
+/**
+ * gd_main_box_set_model:
+ * @self:
+ * @model: (allow-none):
+ *
+ */
+void
+gd_main_box_set_model (GdMainBox *self, GListModel *model)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ if (!g_set_object (&priv->model, model))
+ return;
+
+ gd_main_box_generic_set_model (GD_MAIN_BOX_GENERIC (priv->current_box), priv->model);
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MODEL]);
+}
+
+/**
+ * gd_main_box_get_generic_box:
+ * @self:
+ *
+ * Returns: (transfer none):
+ */
+GtkWidget *
+gd_main_box_get_generic_box (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+ return priv->current_box;
+}
+
+/**
+ * gd_main_box_get_selection:
+ * @self:
+ *
+ * Returns: (element-type GdMainBoxItem) (transfer full):
+ */
+GList *
+gd_main_box_get_selection (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+ GList *l;
+ GList *selected_children;
+ GList *selection = NULL;
+
+ priv = gd_main_box_get_instance_private (self);
+
+ selected_children = gd_main_box_generic_get_selected_children (GD_MAIN_BOX_GENERIC (priv->current_box));
+ for (l = selected_children; l != NULL; l = l->next)
+ {
+ GdMainBoxChild *child = GD_MAIN_BOX_CHILD (l->data);
+ GdMainBoxItem *item;
+
+ item = gd_main_box_child_get_item (child);
+ selection = g_list_prepend (selection, g_object_ref (item));
+ }
+
+ selection = g_list_reverse (selection);
+ g_list_free (selected_children);
+ return selection;
+}
+
+void
+gd_main_box_select_all (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+ gd_main_box_generic_select_all (GD_MAIN_BOX_GENERIC (priv->current_box));
+}
+
+void
+gd_main_box_unselect_all (GdMainBox *self)
+{
+ GdMainBoxPrivate *priv;
+
+ priv = gd_main_box_get_instance_private (self);
+ gd_main_box_generic_unselect_all (GD_MAIN_BOX_GENERIC (priv->current_box));
+}
diff --git a/subprojects/libgd/libgd/gd-main-box.h b/subprojects/libgd/libgd/gd-main-box.h
new file mode 100644
index 0000000..1ff8038
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-box.h
@@ -0,0 +1,61 @@
+/*
+ * Copyright (c) 2016, 2017 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#ifndef __GD_MAIN_BOX_H__
+#define __GD_MAIN_BOX_H__
+
+#include <gio/gio.h>
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_BOX gd_main_box_get_type()
+G_DECLARE_DERIVABLE_TYPE (GdMainBox, gd_main_box, GD, MAIN_BOX, GtkBin)
+
+typedef enum
+{
+ GD_MAIN_BOX_ICON,
+ GD_MAIN_BOX_LIST
+} GdMainBoxType;
+
+struct _GdMainBoxClass
+{
+ GtkBinClass parent_class;
+};
+
+GtkWidget * gd_main_box_new (GdMainBoxType type);
+GdMainBoxType gd_main_box_get_box_type (GdMainBox *self);
+GListModel * gd_main_box_get_model (GdMainBox *self);
+GList * gd_main_box_get_selection (GdMainBox *self);
+gboolean gd_main_box_get_selection_mode (GdMainBox *self);
+gboolean gd_main_box_get_show_primary_text (GdMainBox *self);
+gboolean gd_main_box_get_show_secondary_text (GdMainBox *self);
+void gd_main_box_select_all (GdMainBox *self);
+void gd_main_box_set_box_type (GdMainBox *self, GdMainBoxType type);
+void gd_main_box_set_model (GdMainBox *self, GListModel *model);
+void gd_main_box_set_selection_mode (GdMainBox *self, gboolean selection_mode);
+void gd_main_box_set_show_primary_text (GdMainBox *self, gboolean show_primary_text);
+void gd_main_box_set_show_secondary_text (GdMainBox *self, gboolean show_secondary_text);
+void gd_main_box_unselect_all (GdMainBox *self);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_BOX_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-icon-box-child.c b/subprojects/libgd/libgd/gd-main-icon-box-child.c
new file mode 100644
index 0000000..3e24694
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-icon-box-child.c
@@ -0,0 +1,439 @@
+/*
+ * Copyright (c) 2016, 2017 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#include "gd-main-box-child.h"
+#include "gd-main-icon-box-child.h"
+#include "gd-main-icon-box-icon.h"
+
+#include <gio/gio.h>
+#include <glib.h>
+
+typedef struct _GdMainIconBoxChildPrivate GdMainIconBoxChildPrivate;
+
+struct _GdMainIconBoxChildPrivate
+{
+ GdMainBoxItem *item;
+ GtkWidget *check_button;
+ gboolean selection_mode;
+ gboolean show_primary_text;
+ gboolean show_secondary_text;
+};
+
+enum
+{
+ PROP_ITEM = 1,
+ PROP_SELECTION_MODE,
+ PROP_SHOW_PRIMARY_TEXT,
+ PROP_SHOW_SECONDARY_TEXT,
+ NUM_PROPERTIES
+};
+
+static void gd_main_box_child_interface_init (GdMainBoxChildInterface *iface);
+G_DEFINE_TYPE_WITH_CODE (GdMainIconBoxChild, gd_main_icon_box_child, GTK_TYPE_FLOW_BOX_CHILD,
+ G_ADD_PRIVATE (GdMainIconBoxChild)
+ G_IMPLEMENT_INTERFACE (GD_TYPE_MAIN_BOX_CHILD, gd_main_box_child_interface_init))
+
+static gboolean
+gd_main_icon_box_child_bind_text_to_visible (GBinding *binding,
+ const GValue *from_value,
+ GValue *to_value,
+ gpointer user_data)
+{
+ gboolean to_visible;
+ const gchar *from_text;
+
+ from_text = g_value_get_string (from_value);
+ to_visible = from_text != NULL && from_text[0] != '\0' ? TRUE : FALSE;
+ g_value_set_boolean (to_value, to_visible);
+ return TRUE;
+}
+
+static void
+gd_main_icon_box_check_button_toggled (GdMainIconBoxChild *self)
+{
+ GdMainIconBoxChildPrivate *priv;
+ GtkWidget *parent;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+
+ parent = gtk_widget_get_parent (GTK_WIDGET (self));
+ if (!GTK_IS_FLOW_BOX (parent))
+ return;
+
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->check_button)))
+ gtk_flow_box_select_child (GTK_FLOW_BOX (parent), GTK_FLOW_BOX_CHILD (self));
+ else
+ gtk_flow_box_unselect_child (GTK_FLOW_BOX (parent), GTK_FLOW_BOX_CHILD (self));
+}
+
+static void
+gd_main_icon_box_child_update_layout (GdMainIconBoxChild *self)
+{
+ GdMainIconBoxChildPrivate *priv;
+ GtkWidget *grid;
+ GtkWidget *icon;
+ GtkWidget *overlay;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+
+ gtk_container_foreach (GTK_CONTAINER (self), (GtkCallback) gtk_widget_destroy, NULL);
+
+ grid = gtk_grid_new ();
+ gtk_widget_set_valign (grid, GTK_ALIGN_CENTER);
+ gtk_orientable_set_orientation (GTK_ORIENTABLE (grid), GTK_ORIENTATION_VERTICAL);
+ gtk_container_add (GTK_CONTAINER (self), grid);
+
+ overlay = gtk_overlay_new ();
+ gtk_container_add (GTK_CONTAINER (grid), overlay);
+
+ icon = gd_main_icon_box_icon_new (priv->item);
+ gtk_widget_set_hexpand (icon, TRUE);
+ gtk_container_add (GTK_CONTAINER (overlay), icon);
+
+ if (gd_main_box_item_get_pulse (priv->item))
+ {
+ GtkWidget *spinner;
+
+ spinner = gtk_spinner_new ();
+ gtk_widget_set_halign (spinner, GTK_ALIGN_CENTER);
+ gtk_widget_set_size_request (spinner, 32, 32);
+ gtk_widget_set_valign (spinner, GTK_ALIGN_CENTER);
+ gtk_spinner_start (GTK_SPINNER (spinner));
+ gtk_overlay_add_overlay (GTK_OVERLAY (overlay), spinner);
+ }
+
+ priv->check_button = gtk_check_button_new ();
+ gtk_widget_set_can_focus (priv->check_button, FALSE);
+ gtk_widget_set_halign (priv->check_button, GTK_ALIGN_END);
+ gtk_widget_set_valign (priv->check_button, GTK_ALIGN_END);
+ gtk_widget_set_no_show_all (priv->check_button, TRUE);
+ g_object_bind_property (self, "selection-mode", priv->check_button, "visible", G_BINDING_SYNC_CREATE);
+ gtk_overlay_add_overlay (GTK_OVERLAY (overlay), priv->check_button);
+ g_signal_connect_swapped (priv->check_button,
+ "toggled",
+ G_CALLBACK (gd_main_icon_box_check_button_toggled),
+ self);
+
+ if (priv->show_primary_text)
+ {
+ GtkWidget *primary_label;
+
+ primary_label = gtk_label_new (NULL);
+ gtk_widget_set_no_show_all (primary_label, TRUE);
+ gtk_label_set_ellipsize (GTK_LABEL (primary_label), PANGO_ELLIPSIZE_MIDDLE);
+ g_object_bind_property (priv->item, "primary-text", primary_label, "label", G_BINDING_SYNC_CREATE);
+ g_object_bind_property_full (priv->item,
+ "primary-text",
+ primary_label,
+ "visible",
+ G_BINDING_SYNC_CREATE,
+ gd_main_icon_box_child_bind_text_to_visible,
+ NULL,
+ NULL,
+ NULL);
+ gtk_container_add (GTK_CONTAINER (grid), primary_label);
+ }
+
+ if (priv->show_secondary_text)
+ {
+ GtkStyleContext *context;
+ GtkWidget *secondary_label;
+
+ secondary_label = gtk_label_new (NULL);
+ gtk_widget_set_no_show_all (secondary_label, TRUE);
+ gtk_label_set_ellipsize (GTK_LABEL (secondary_label), PANGO_ELLIPSIZE_END);
+ context = gtk_widget_get_style_context (secondary_label);
+ gtk_style_context_add_class (context, "dim-label");
+ g_object_bind_property (priv->item, "secondary-text", secondary_label, "label", G_BINDING_SYNC_CREATE);
+ g_object_bind_property_full (priv->item,
+ "secondary-text",
+ secondary_label,
+ "visible",
+ G_BINDING_SYNC_CREATE,
+ gd_main_icon_box_child_bind_text_to_visible,
+ NULL,
+ NULL,
+ NULL);
+ gtk_container_add (GTK_CONTAINER (grid), secondary_label);
+ }
+
+ gtk_widget_show_all (grid);
+}
+
+static void
+gd_main_icon_box_child_notify_pulse (GdMainIconBoxChild *self)
+{
+ gd_main_icon_box_child_update_layout (self);
+}
+
+static GdMainBoxItem *
+gd_main_icon_box_child_get_item (GdMainBoxChild *child)
+{
+ GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (child);
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+ return priv->item;
+}
+
+static gint
+gd_main_icon_box_child_get_index (GdMainBoxChild *child)
+{
+ GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (child);
+ gint index;
+
+ index = gtk_flow_box_child_get_index (GTK_FLOW_BOX_CHILD (self));
+ return index;
+}
+
+static gboolean
+gd_main_icon_box_child_get_selected (GdMainBoxChild *child)
+{
+ GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (child);
+ gboolean selected;
+
+ selected = gtk_flow_box_child_is_selected (GTK_FLOW_BOX_CHILD (self));
+ return selected;
+}
+
+static gboolean
+gd_main_icon_box_child_get_selection_mode (GdMainIconBoxChild *self)
+{
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+ return priv->selection_mode;
+}
+
+static gboolean
+gd_main_icon_box_child_get_show_primary_text (GdMainIconBoxChild *self)
+{
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+ return priv->show_primary_text;
+}
+
+static gboolean
+gd_main_icon_box_child_get_show_secondary_text (GdMainIconBoxChild *self)
+{
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+ return priv->show_secondary_text;
+}
+
+static void
+gd_main_icon_box_child_set_item (GdMainIconBoxChild *self, GdMainBoxItem *item)
+{
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+
+ if (priv->item != NULL)
+ g_signal_handlers_disconnect_by_func (priv->item, gd_main_icon_box_child_notify_pulse, self);
+
+ if (!g_set_object (&priv->item, item))
+ return;
+
+ if (priv->item != NULL)
+ {
+ g_signal_connect_object (priv->item,
+ "notify::pulse",
+ G_CALLBACK (gd_main_icon_box_child_notify_pulse),
+ self,
+ G_CONNECT_SWAPPED);
+ }
+
+ g_object_notify (G_OBJECT (self), "item");
+ gtk_widget_queue_draw (GTK_WIDGET (self));
+}
+
+static void
+gd_main_icon_box_child_set_selected (GdMainBoxChild *child, gboolean selected)
+{
+ GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (child);
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->check_button), selected);
+}
+
+static void
+gd_main_icon_box_child_set_selection_mode (GdMainIconBoxChild *self, gboolean selection_mode)
+{
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+
+ if (priv->selection_mode == selection_mode)
+ return;
+
+ priv->selection_mode = selection_mode;
+ g_object_notify (G_OBJECT (self), "selection-mode");
+ gtk_widget_queue_draw (GTK_WIDGET (self));
+}
+
+static void
+gd_main_icon_box_child_set_show_primary_text (GdMainIconBoxChild *self, gboolean show_primary_text)
+{
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+
+ if (priv->show_primary_text == show_primary_text)
+ return;
+
+ priv->show_primary_text = show_primary_text;
+ gd_main_icon_box_child_update_layout (self);
+ g_object_notify (G_OBJECT (self), "show-primary-text");
+}
+
+static void
+gd_main_icon_box_child_set_show_secondary_text (GdMainIconBoxChild *self, gboolean show_secondary_text)
+{
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+
+ if (priv->show_secondary_text == show_secondary_text)
+ return;
+
+ priv->show_secondary_text = show_secondary_text;
+ gd_main_icon_box_child_update_layout (self);
+ g_object_notify (G_OBJECT (self), "show-secondary-text");
+}
+
+static void
+gd_main_icon_box_child_constructed (GObject *obj)
+{
+ GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (obj);
+
+ G_OBJECT_CLASS (gd_main_icon_box_child_parent_class)->constructed (obj);
+
+ gd_main_icon_box_child_update_layout (self);
+}
+
+static void
+gd_main_icon_box_child_dispose (GObject *obj)
+{
+ GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (obj);
+ GdMainIconBoxChildPrivate *priv;
+
+ priv = gd_main_icon_box_child_get_instance_private (self);
+
+ g_clear_object (&priv->item);
+
+ G_OBJECT_CLASS (gd_main_icon_box_child_parent_class)->dispose (obj);
+}
+
+static void
+gd_main_icon_box_child_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+ GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (object);
+
+ switch (property_id)
+ {
+ case PROP_ITEM:
+ g_value_set_object (value, gd_main_icon_box_child_get_item (GD_MAIN_BOX_CHILD (self)));
+ break;
+ case PROP_SELECTION_MODE:
+ g_value_set_boolean (value, gd_main_icon_box_child_get_selection_mode (self));
+ break;
+ case PROP_SHOW_PRIMARY_TEXT:
+ g_value_set_boolean (value, gd_main_icon_box_child_get_show_primary_text (self));
+ break;
+ case PROP_SHOW_SECONDARY_TEXT:
+ g_value_set_boolean (value, gd_main_icon_box_child_get_show_secondary_text (self));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_icon_box_child_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+ GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (object);
+
+ switch (property_id)
+ {
+ case PROP_ITEM:
+ gd_main_icon_box_child_set_item (self, g_value_get_object (value));
+ break;
+ case PROP_SELECTION_MODE:
+ gd_main_icon_box_child_set_selection_mode (self, g_value_get_boolean (value));
+ break;
+ case PROP_SHOW_PRIMARY_TEXT:
+ gd_main_icon_box_child_set_show_primary_text (self, g_value_get_boolean (value));
+ break;
+ case PROP_SHOW_SECONDARY_TEXT:
+ gd_main_icon_box_child_set_show_secondary_text (self, g_value_get_boolean (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_icon_box_child_init (GdMainIconBoxChild *self)
+{
+ GtkStyleContext *context;
+
+ context = gtk_widget_get_style_context (GTK_WIDGET (self));
+ gtk_style_context_add_class (context, "tile");
+}
+
+static void
+gd_main_icon_box_child_class_init (GdMainIconBoxChildClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+
+ oclass->constructed = gd_main_icon_box_child_constructed;
+ oclass->dispose = gd_main_icon_box_child_dispose;
+ oclass->get_property = gd_main_icon_box_child_get_property;
+ oclass->set_property = gd_main_icon_box_child_set_property;
+
+ g_object_class_override_property (oclass, PROP_ITEM, "item");
+ g_object_class_override_property (oclass, PROP_SELECTION_MODE, "selection-mode");
+ g_object_class_override_property (oclass, PROP_SHOW_PRIMARY_TEXT, "show-primary-text");
+ g_object_class_override_property (oclass, PROP_SHOW_SECONDARY_TEXT, "show-secondary-text");
+}
+
+static void
+gd_main_box_child_interface_init (GdMainBoxChildInterface *iface)
+{
+ iface->get_index = gd_main_icon_box_child_get_index;
+ iface->get_item = gd_main_icon_box_child_get_item;
+ iface->get_selected = gd_main_icon_box_child_get_selected;
+ iface->set_selected = gd_main_icon_box_child_set_selected;
+}
+
+GtkWidget *
+gd_main_icon_box_child_new (GdMainBoxItem *item, gboolean selection_mode)
+{
+ return g_object_new (GD_TYPE_MAIN_ICON_BOX_CHILD,
+ "item", item,
+ "selection-mode", selection_mode,
+ NULL);
+}
diff --git a/subprojects/libgd/libgd/gd-main-icon-box-child.h b/subprojects/libgd/libgd/gd-main-icon-box-child.h
new file mode 100644
index 0000000..40eb271
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-icon-box-child.h
@@ -0,0 +1,43 @@
+/*
+ * Copyright (c) 2016 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#ifndef __GD_MAIN_ICON_BOX_CHILD_H__
+#define __GD_MAIN_ICON_BOX_CHILD_H__
+
+#include <gtk/gtk.h>
+
+#include "gd-main-box-item.h"
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_ICON_BOX_CHILD gd_main_icon_box_child_get_type()
+G_DECLARE_DERIVABLE_TYPE (GdMainIconBoxChild, gd_main_icon_box_child, GD, MAIN_ICON_BOX_CHILD, GtkFlowBoxChild)
+
+struct _GdMainIconBoxChildClass
+{
+ GtkFlowBoxChildClass parent_class;
+};
+
+GtkWidget * gd_main_icon_box_child_new (GdMainBoxItem *item, gboolean selection_mode);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_ICON_BOX_CHILD_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-icon-box-icon.c b/subprojects/libgd/libgd/gd-main-icon-box-icon.c
new file mode 100644
index 0000000..54fa139
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-icon-box-icon.c
@@ -0,0 +1,366 @@
+/*
+ * Copyright (c) 2017 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#include "gd-main-icon-box-icon.h"
+
+#include <cairo.h>
+#include <glib.h>
+
+struct _GdMainIconBoxIcon
+{
+ GtkDrawingArea parent_instance;
+ GdMainBoxItem *item;
+ cairo_surface_t *surface_zoomed;
+ gdouble x;
+ gdouble y;
+};
+
+enum
+{
+ PROP_ITEM = 1,
+ NUM_PROPERTIES
+};
+
+static GParamSpec *properties[NUM_PROPERTIES] = { NULL, };
+
+G_DEFINE_TYPE (GdMainIconBoxIcon, gd_main_icon_box_icon, GTK_TYPE_DRAWING_AREA)
+
+static cairo_surface_t *
+gd_zoom_image_surface (cairo_surface_t *surface, gint width_zoomed, gint height_zoomed)
+{
+ cairo_t *cr;
+ cairo_format_t format;
+ cairo_pattern_t *pattern;
+ cairo_surface_t *zoomed = NULL;
+ cairo_surface_type_t surface_type;
+ gdouble scale_x;
+ gdouble scale_y;
+ gdouble zoom_x;
+ gdouble zoom_y;
+ gint height;
+ gint width;
+
+ g_return_val_if_fail (surface != NULL, NULL);
+
+ surface_type = cairo_surface_get_type (surface);
+ g_return_val_if_fail (surface_type == CAIRO_SURFACE_TYPE_IMAGE, NULL);
+
+ format = cairo_image_surface_get_format (surface);
+ zoomed = cairo_surface_create_similar_image (surface, format, width_zoomed, height_zoomed);
+ cairo_surface_get_device_scale (surface, &scale_x, &scale_y);
+ cairo_surface_set_device_scale (zoomed, scale_x, scale_y);
+
+ cr = cairo_create (zoomed);
+
+ pattern = cairo_get_source (cr);
+ cairo_pattern_set_extend (pattern, CAIRO_EXTEND_REFLECT);
+ cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
+
+ height = cairo_image_surface_get_height (surface);
+ width = cairo_image_surface_get_width (surface);
+ zoom_x = (double) width_zoomed / (gdouble) width;
+ zoom_y = (double) height_zoomed / (gdouble) height;
+ cairo_scale (cr, zoom_x, zoom_y);
+ cairo_set_source_surface (cr, surface, 0, 0);
+
+ cairo_paint (cr);
+ cairo_destroy (cr);
+
+ return zoomed;
+}
+
+static void
+gd_main_icon_box_icon_get_preferred_size (GdMainIconBoxIcon *self, gint *minimum, gint *natural)
+{
+ cairo_surface_t *surface;
+ cairo_surface_type_t surface_type;
+ gint height_scaled;
+ gint width_scaled;
+ gint scale_factor;
+ gint size = 0;
+ gint size_scaled;
+
+ surface = gd_main_box_item_get_icon (self->item);
+ if (surface == NULL)
+ goto out;
+
+ surface_type = cairo_surface_get_type (surface);
+ g_return_if_fail (surface_type == CAIRO_SURFACE_TYPE_IMAGE);
+
+ scale_factor = gtk_widget_get_scale_factor (GTK_WIDGET (self));
+ height_scaled = cairo_image_surface_get_height (surface);
+ width_scaled = cairo_image_surface_get_width (surface);
+
+ size_scaled = MAX (height_scaled, width_scaled);
+ size = size_scaled / scale_factor;
+
+ out:
+ if (minimum != NULL)
+ *minimum = size;
+
+ if (natural != NULL)
+ *natural = size;
+}
+
+static void
+gd_main_icon_box_icon_notify_icon (GdMainIconBoxIcon *self)
+{
+ g_clear_pointer (&self->surface_zoomed, cairo_surface_destroy);
+ gtk_widget_queue_resize (GTK_WIDGET (self));
+}
+
+static gboolean
+gd_main_icon_box_icon_draw (GtkWidget *widget, cairo_t *cr)
+{
+ GdMainIconBoxIcon *self = GD_MAIN_ICON_BOX_ICON (widget);
+
+ if (self->surface_zoomed == NULL)
+ goto out;
+
+ cairo_save (cr);
+ cairo_set_source_surface (cr, self->surface_zoomed, self->x, self->y);
+ cairo_paint (cr);
+ cairo_restore (cr);
+
+ out:
+ return GDK_EVENT_PROPAGATE;
+}
+
+static void
+gd_main_icon_box_icon_get_preferred_height (GtkWidget *widget, gint *minimum, gint *natural)
+{
+ GdMainIconBoxIcon *self = GD_MAIN_ICON_BOX_ICON (widget);
+ gd_main_icon_box_icon_get_preferred_size (self, minimum, natural);
+}
+
+static void
+gd_main_icon_box_icon_get_preferred_width (GtkWidget *widget, gint *minimum, gint *natural)
+{
+ GdMainIconBoxIcon *self = GD_MAIN_ICON_BOX_ICON (widget);
+ gd_main_icon_box_icon_get_preferred_size (self, minimum, natural);
+}
+
+static void
+gd_main_icon_box_icon_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
+{
+ GdMainIconBoxIcon *self = GD_MAIN_ICON_BOX_ICON (widget);
+ cairo_surface_t *surface;
+ cairo_surface_type_t surface_type;
+ gdouble zoom;
+ gint allocation_height_scaled;
+ gint allocation_width_scaled;
+ gint height_scaled;
+ gint height_zoomed_scaled;
+ gint scale_factor;
+ gint width_scaled;
+ gint width_zoomed_scaled;
+
+ GTK_WIDGET_CLASS (gd_main_icon_box_icon_parent_class)->size_allocate (widget, allocation);
+
+ surface = gd_main_box_item_get_icon (self->item);
+ if (surface == NULL)
+ {
+ g_return_if_fail (self->surface_zoomed == NULL);
+ return;
+ }
+
+ surface_type = cairo_surface_get_type (surface);
+ g_return_if_fail (surface_type == CAIRO_SURFACE_TYPE_IMAGE);
+
+ scale_factor = gtk_widget_get_scale_factor (GTK_WIDGET (self));
+
+ allocation_height_scaled = allocation->height * scale_factor;
+ allocation_width_scaled = allocation->width * scale_factor;
+
+ if (self->surface_zoomed != NULL)
+ {
+ height_zoomed_scaled = cairo_image_surface_get_height (self->surface_zoomed);
+ width_zoomed_scaled = cairo_image_surface_get_width (self->surface_zoomed);
+ if (height_zoomed_scaled == allocation_height_scaled && width_zoomed_scaled == allocation_width_scaled)
+ return;
+ }
+
+ height_scaled = cairo_image_surface_get_height (surface);
+ width_scaled = cairo_image_surface_get_width (surface);
+
+ if (height_scaled > width_scaled && allocation_height_scaled > height_scaled)
+ {
+ zoom = (gdouble) allocation_height_scaled / (gdouble) height_scaled;
+ height_zoomed_scaled = allocation_height_scaled;
+ width_zoomed_scaled = (gint) (zoom * (gdouble) width_scaled + 0.5);
+
+ if (allocation_width_scaled < width_zoomed_scaled)
+ {
+ zoom = (gdouble) allocation_width_scaled / (gdouble) width_zoomed_scaled;
+ height_zoomed_scaled = (gint) (zoom * (gdouble) height_zoomed_scaled + 0.5);
+ width_zoomed_scaled = allocation_width_scaled;
+ }
+ }
+ else if (height_scaled <= width_scaled && allocation_width_scaled > width_scaled)
+ {
+ zoom = (gdouble) allocation_width_scaled / (gdouble) width_scaled;
+ height_zoomed_scaled = (gint) (zoom * (gdouble) height_scaled + 0.5);
+ width_zoomed_scaled = allocation_width_scaled;
+
+ if (allocation_height_scaled < height_zoomed_scaled)
+ {
+ zoom = (gdouble) allocation_height_scaled / (gdouble) height_zoomed_scaled;
+ height_zoomed_scaled = allocation_height_scaled;
+ width_zoomed_scaled = (gint) (zoom * (gdouble) width_zoomed_scaled + 0.5);
+ }
+ }
+ else
+ {
+ height_zoomed_scaled = height_scaled;
+ width_zoomed_scaled = width_scaled;
+ }
+
+ g_clear_pointer (&self->surface_zoomed, cairo_surface_destroy);
+ self->surface_zoomed = gd_zoom_image_surface (surface, width_zoomed_scaled, height_zoomed_scaled);
+
+ self->x = (gdouble) (allocation_width_scaled - width_zoomed_scaled) / (2.0 * (gdouble) scale_factor);
+ self->y = (gdouble) (allocation_height_scaled - height_zoomed_scaled) / (2.0 * (gdouble) scale_factor);
+}
+
+static void
+gd_main_icon_box_icon_dispose (GObject *obj)
+{
+ GdMainIconBoxIcon *self = GD_MAIN_ICON_BOX_ICON (obj);
+
+ g_clear_object (&self->item);
+
+ G_OBJECT_CLASS (gd_main_icon_box_icon_parent_class)->dispose (obj);
+}
+
+static void
+gd_main_icon_box_icon_finalize (GObject *obj)
+{
+ GdMainIconBoxIcon *self = GD_MAIN_ICON_BOX_ICON (obj);
+
+ g_clear_pointer (&self->surface_zoomed, cairo_surface_destroy);
+
+ G_OBJECT_CLASS (gd_main_icon_box_icon_parent_class)->finalize (obj);
+}
+
+static void
+gd_main_icon_box_icon_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+ GdMainIconBoxIcon *self = GD_MAIN_ICON_BOX_ICON (object);
+
+ switch (property_id)
+ {
+ case PROP_ITEM:
+ g_value_set_object (value, gd_main_icon_box_icon_get_item (self));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_icon_box_icon_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+ GdMainIconBoxIcon *self = GD_MAIN_ICON_BOX_ICON (object);
+
+ switch (property_id)
+ {
+ case PROP_ITEM:
+ gd_main_icon_box_icon_set_item (self, g_value_get_object (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_icon_box_icon_init (GdMainIconBoxIcon *self)
+{
+}
+
+static void
+gd_main_icon_box_icon_class_init (GdMainIconBoxIconClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *wclass = GTK_WIDGET_CLASS (klass);
+
+ oclass->dispose = gd_main_icon_box_icon_dispose;
+ oclass->finalize = gd_main_icon_box_icon_finalize;
+ oclass->get_property = gd_main_icon_box_icon_get_property;
+ oclass->set_property = gd_main_icon_box_icon_set_property;
+ wclass->draw = gd_main_icon_box_icon_draw;
+ wclass->get_preferred_height = gd_main_icon_box_icon_get_preferred_height;
+ wclass->get_preferred_width = gd_main_icon_box_icon_get_preferred_width;
+ wclass->size_allocate = gd_main_icon_box_icon_size_allocate;
+
+ properties[PROP_ITEM] = g_param_spec_object ("item",
+ "Item",
+ "An item that is rendered by the widget",
+ GD_TYPE_MAIN_BOX_ITEM,
+ G_PARAM_EXPLICIT_NOTIFY |
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (oclass, NUM_PROPERTIES, properties);
+}
+
+GtkWidget *
+gd_main_icon_box_icon_new (GdMainBoxItem *item)
+{
+ g_return_val_if_fail (item == NULL || GD_IS_MAIN_BOX_ITEM (item), NULL);
+ return g_object_new (GD_TYPE_MAIN_ICON_BOX_ICON, "item", item, NULL);
+}
+
+GdMainBoxItem *
+gd_main_icon_box_icon_get_item (GdMainIconBoxIcon *self)
+{
+ g_return_val_if_fail (GD_IS_MAIN_ICON_BOX_ICON (self), NULL);
+ return self->item;
+}
+
+void
+gd_main_icon_box_icon_set_item (GdMainIconBoxIcon *self, GdMainBoxItem *item)
+{
+ g_return_if_fail (GD_IS_MAIN_ICON_BOX_ICON (self));
+ g_return_if_fail (item == NULL || GD_IS_MAIN_BOX_ITEM (item));
+
+ if (self->item == item)
+ return;
+
+ if (self->item != NULL)
+ g_signal_handlers_disconnect_by_func (self->item, gd_main_icon_box_icon_notify_icon, self);
+
+ g_clear_pointer (&self->surface_zoomed, cairo_surface_destroy);
+ g_set_object (&self->item, item);
+
+ if (self->item != NULL)
+ {
+ g_signal_connect_object (self->item,
+ "notify::icon",
+ G_CALLBACK (gd_main_icon_box_icon_notify_icon),
+ self,
+ G_CONNECT_SWAPPED);
+ }
+
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_ITEM]);
+ gtk_widget_queue_resize (GTK_WIDGET (self));
+}
diff --git a/subprojects/libgd/libgd/gd-main-icon-box-icon.h b/subprojects/libgd/libgd/gd-main-icon-box-icon.h
new file mode 100644
index 0000000..7189e0e
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-icon-box-icon.h
@@ -0,0 +1,40 @@
+/*
+ * Copyright (c) 2017 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#ifndef __GD_MAIN_ICON_BOX_ICON_H__
+#define __GD_MAIN_ICON_BOX_ICON_H__
+
+#include <gtk/gtk.h>
+
+#include "gd-main-box-item.h"
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_ICON_BOX_ICON gd_main_icon_box_icon_get_type()
+G_DECLARE_FINAL_TYPE (GdMainIconBoxIcon, gd_main_icon_box_icon, GD, MAIN_ICON_BOX_ICON, GtkDrawingArea)
+
+GtkWidget * gd_main_icon_box_icon_new (GdMainBoxItem *item);
+GdMainBoxItem * gd_main_icon_box_icon_get_item (GdMainIconBoxIcon *self);
+void gd_main_icon_box_icon_set_item (GdMainIconBoxIcon *self, GdMainBoxItem *item);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_ICON_BOX_ICON_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-icon-box.c b/subprojects/libgd/libgd/gd-main-icon-box.c
new file mode 100644
index 0000000..1d6cdf4
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-icon-box.c
@@ -0,0 +1,1042 @@
+/*
+ * Copyright (c) 2016, 2017 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#include <math.h>
+
+#include <cairo.h>
+#include <gio/gio.h>
+
+#include "gd-icon-utils.h"
+#include "gd-main-icon-box.h"
+#include "gd-main-icon-box-child.h"
+#include "gd-main-box-child.h"
+#include "gd-main-box-generic.h"
+#include "gd-main-box-item.h"
+
+#define MAIN_ICON_BOX_DND_ICON_OFFSET 20
+
+typedef struct _GdMainIconBoxPrivate GdMainIconBoxPrivate;
+
+struct _GdMainIconBoxPrivate
+{
+ GListModel *model;
+ gboolean dnd_started;
+ gboolean key_pressed;
+ gboolean key_shift_pressed;
+ gboolean left_button_released;
+ gboolean left_button_shift_released;
+ gboolean selection_changed;
+ gboolean selection_mode;
+ gboolean show_primary_text;
+ gboolean show_secondary_text;
+ gchar *last_selected_id;
+ gdouble dnd_start_x;
+ gdouble dnd_start_y;
+ gint dnd_button;
+};
+
+enum
+{
+ PROP_LAST_SELECTED_ID = 1,
+ PROP_MODEL,
+ PROP_SELECTION_MODE,
+ PROP_SHOW_PRIMARY_TEXT,
+ PROP_SHOW_SECONDARY_TEXT,
+ NUM_PROPERTIES
+};
+
+static void gd_main_box_generic_interface_init (GdMainBoxGenericInterface *iface);
+G_DEFINE_TYPE_WITH_CODE (GdMainIconBox, gd_main_icon_box, GTK_TYPE_FLOW_BOX,
+ G_ADD_PRIVATE (GdMainIconBox)
+ G_IMPLEMENT_INTERFACE (GD_TYPE_MAIN_BOX_GENERIC, gd_main_box_generic_interface_init))
+
+GtkWidget *
+gd_main_icon_box_create_widget_func (gpointer item, gpointer user_data)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (user_data);
+ GdMainIconBoxPrivate *priv;
+ GtkWidget *child;
+
+ g_return_val_if_fail (GD_IS_MAIN_BOX_ITEM (item), NULL);
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ child = gd_main_icon_box_child_new (GD_MAIN_BOX_ITEM (item), priv->selection_mode);
+ g_object_bind_property (self, "show-primary-text", child, "show-primary-text", G_BINDING_SYNC_CREATE);
+ g_object_bind_property (self, "show-secondary-text", child, "show-secondary-text", G_BINDING_SYNC_CREATE);
+ gtk_widget_show_all (child);
+
+ return child;
+}
+
+static void
+gd_main_icon_box_update_last_selected_id (GdMainIconBox *self, GdMainBoxChild *child)
+{
+ GdMainIconBoxPrivate *priv;
+ GdMainBoxItem *item;
+ const gchar *id = NULL;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (child != NULL)
+ {
+ item = gd_main_box_child_get_item (child);
+ id = gd_main_box_item_get_id (item);
+ }
+
+ if (g_strcmp0 (priv->last_selected_id, id) != 0)
+ {
+ g_free (priv->last_selected_id);
+ priv->last_selected_id = g_strdup (id);
+ g_object_notify (G_OBJECT (self), "last-selected-id");
+ }
+}
+
+static GdMainBoxChild *
+gd_main_icon_box_get_child_at_index (GdMainBoxGeneric *generic, gint index)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (generic);
+ GtkFlowBoxChild *child;
+
+ child = gtk_flow_box_get_child_at_index (GTK_FLOW_BOX (self), index);
+ return GD_MAIN_BOX_CHILD (child);
+}
+
+static const gchar *
+gd_main_icon_box_get_last_selected_id (GdMainBoxGeneric *generic)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (generic);
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+ return priv->last_selected_id;
+}
+
+static GListModel *
+gd_main_icon_box_get_model (GdMainBoxGeneric *generic)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (generic);
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+ return priv->model;
+}
+
+static GList *
+gd_main_icon_box_get_selected_children (GdMainBoxGeneric *generic)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (generic);
+ GList *selected_children;
+
+ selected_children = gtk_flow_box_get_selected_children (GTK_FLOW_BOX (self));
+ return selected_children;
+}
+
+static gboolean
+gd_main_icon_box_get_selection_mode (GdMainIconBox *self)
+{
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+ return priv->selection_mode;
+}
+
+static gboolean
+gd_main_icon_box_get_show_primary_text (GdMainIconBox *self)
+{
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+ return priv->show_primary_text;
+}
+
+static gboolean
+gd_main_icon_box_get_show_secondary_text (GdMainIconBox *self)
+{
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+ return priv->show_secondary_text;
+}
+
+static void
+gd_main_icon_box_select_all_generic (GdMainBoxGeneric *generic)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (generic);
+ g_signal_emit_by_name (self, "select-all");
+}
+
+static void
+gd_main_icon_box_select_child (GdMainBoxGeneric *generic, GdMainBoxChild *child)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (generic);
+ gtk_flow_box_select_child (GTK_FLOW_BOX (self), GTK_FLOW_BOX_CHILD (child));
+}
+
+static void
+gd_main_icon_box_set_model (GdMainIconBox *self, GListModel *model)
+{
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (!g_set_object (&priv->model, model))
+ return;
+
+ gtk_flow_box_bind_model (GTK_FLOW_BOX (self),
+ priv->model,
+ gd_main_icon_box_create_widget_func,
+ self,
+ NULL);
+
+ g_object_notify (G_OBJECT (self), "model");
+}
+
+static void
+gd_main_icon_box_set_selection_mode (GdMainIconBox *self, gboolean selection_mode)
+{
+ GdMainIconBoxPrivate *priv;
+ GList *children;
+ GList *l;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (priv->selection_mode == selection_mode)
+ return;
+
+ gd_main_icon_box_update_last_selected_id (self, NULL);
+
+ priv->selection_mode = selection_mode;
+ if (priv->selection_mode)
+ gtk_flow_box_set_selection_mode (GTK_FLOW_BOX (self), GTK_SELECTION_MULTIPLE);
+ else
+ gtk_flow_box_set_selection_mode (GTK_FLOW_BOX (self), GTK_SELECTION_NONE);
+
+ children = gtk_container_get_children (GTK_CONTAINER (self));
+ for (l = children; l != NULL; l = l->next)
+ {
+ GdMainBoxChild *child = GD_MAIN_BOX_CHILD (l->data);
+ gd_main_box_child_set_selection_mode (child, priv->selection_mode);
+ }
+
+ g_object_notify (G_OBJECT (self), "last-selected-id");
+ g_object_notify (G_OBJECT (self), "selection-mode");
+
+ g_list_free (children);
+}
+
+static void
+gd_main_icon_box_set_show_primary_text (GdMainIconBox *self, gboolean show_primary_text)
+{
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (priv->show_primary_text == show_primary_text)
+ return;
+
+ priv->show_primary_text = show_primary_text;
+ g_object_notify (G_OBJECT (self), "show-primary-text");
+}
+
+static void
+gd_main_icon_box_set_show_secondary_text (GdMainIconBox *self, gboolean show_secondary_text)
+{
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (priv->show_secondary_text == show_secondary_text)
+ return;
+
+ priv->show_secondary_text = show_secondary_text;
+ g_object_notify (G_OBJECT (self), "show-secondary-text");
+}
+
+static void
+gd_main_icon_box_unselect_all_generic (GdMainBoxGeneric *generic)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (generic);
+ g_signal_emit_by_name (self, "unselect-all");
+}
+
+static void
+gd_main_icon_box_unselect_child (GdMainBoxGeneric *generic, GdMainBoxChild *child)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (generic);
+ gtk_flow_box_unselect_child (GTK_FLOW_BOX (self), GTK_FLOW_BOX_CHILD (child));
+}
+
+static void
+gd_main_icon_box_activate_cursor_child (GtkFlowBox *flow_box)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box);
+ GdMainIconBoxPrivate *priv;
+ GdkEvent *event = NULL;
+ gboolean initiating = FALSE;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ /* Use GtkFlowBox::activate-cursor-child instead of
+ * GtkWidget::key-press-event to catch key presses because it is
+ * easier to filter out non-activation keys.
+ */
+
+ event = gtk_get_current_event ();
+ if (event == NULL)
+ goto out;
+
+ if (event->type != GDK_KEY_PRESS)
+ goto out;
+
+ if (!priv->selection_mode && (event->key.state & GDK_CONTROL_MASK) != 0)
+ {
+ g_signal_emit_by_name (self, "selection-mode-request");
+ initiating = TRUE;
+ }
+
+ if (priv->selection_mode)
+ {
+ if (!initiating && (event->key.state & GDK_SHIFT_MASK) != 0)
+ priv->key_shift_pressed = TRUE;
+
+ priv->key_pressed = TRUE;
+ }
+
+ out:
+ GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->activate_cursor_child (flow_box);
+ g_clear_pointer (&event, gdk_event_free);
+}
+
+static gboolean
+gd_main_icon_box_button_press_event (GtkWidget *widget, GdkEventButton *event)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (widget);
+ GdMainIconBoxPrivate *priv;
+ GtkFlowBoxChild *child;
+ gboolean res;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (event->type != GDK_BUTTON_PRESS)
+ {
+ res = GDK_EVENT_STOP;
+ goto out;
+ }
+
+ if (event->button != GDK_BUTTON_PRIMARY)
+ goto default_behavior;
+
+ child = gtk_flow_box_get_child_at_pos (GTK_FLOW_BOX (self), (gint) event->x, (gint) event->y);
+ if (child == NULL)
+ goto default_behavior;
+
+ if (priv->selection_mode && !gtk_flow_box_child_is_selected (child))
+ goto default_behavior;
+
+ priv->dnd_button = (gint) event->button;
+ priv->dnd_start_x = event->x;
+ priv->dnd_start_y = event->y;
+
+ default_behavior:
+ res = GTK_WIDGET_CLASS (gd_main_icon_box_parent_class)->button_press_event (widget, event);
+
+ out:
+ return res;
+}
+
+static gboolean
+gd_main_icon_box_button_release_event (GtkWidget *widget, GdkEventButton *event)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (widget);
+ GdMainIconBoxPrivate *priv;
+ GtkFlowBoxChild *child = NULL;
+ gboolean initiating = FALSE;
+ gboolean res;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ priv->dnd_button = -1;
+ priv->dnd_start_x = -1.0;
+ priv->dnd_start_y = -1.0;
+ priv->dnd_started = FALSE;
+
+ if (event->type != GDK_BUTTON_RELEASE)
+ {
+ res = GDK_EVENT_STOP;
+ goto out;
+ }
+
+ if (!priv->selection_mode &&
+ ((event->button == GDK_BUTTON_PRIMARY && (event->state & GDK_CONTROL_MASK) != 0) ||
+ event->button == GDK_BUTTON_SECONDARY))
+ {
+ g_signal_emit_by_name (self, "selection-mode-request");
+ initiating = TRUE;
+ }
+
+ if (priv->selection_mode)
+ {
+ if (event->button == GDK_BUTTON_PRIMARY)
+ {
+ /* GtkFlowBox doesn't do range selection. It will simply
+ * select a single child for shift + left-click. We need to
+ * detect it so that we can handle it later.
+ *
+ * However, range selection is only possible if we were
+ * already in the selection mode. Therefore, skip it if we
+ * have just requested the selection mode.
+ */
+ if (!initiating && (event->state & GDK_SHIFT_MASK) != 0)
+ priv->left_button_shift_released = TRUE;
+
+ priv->left_button_released = TRUE;
+ }
+ else if (event->button == GDK_BUTTON_SECONDARY)
+ {
+ /* GtkFlowBox completely ignores the right mouse
+ * button.
+ */
+
+ child = gtk_flow_box_get_child_at_pos (GTK_FLOW_BOX (self), (gint) event->x, (gint) event->y);
+ if (child != NULL)
+ {
+ gd_main_box_generic_toggle_selection_for_child (GD_MAIN_BOX_GENERIC (self),
+ GD_MAIN_BOX_CHILD (child),
+ (!initiating &&
+ (event->state & GDK_SHIFT_MASK) != 0));
+ }
+ }
+ }
+
+ /* This is for right-clicks and rubberband selection.
+ *
+ * Rubberband selection is unlike other modes of selection because
+ * GtkFlowBox::selected-children-changed is emitted before the mouse
+ * button is released.
+ */
+ if (priv->selection_changed)
+ {
+ g_signal_emit_by_name (self, "selection-changed");
+ gd_main_icon_box_update_last_selected_id (self, GD_MAIN_BOX_CHILD (child));
+ priv->selection_changed = FALSE;
+ }
+
+ res = GTK_WIDGET_CLASS (gd_main_icon_box_parent_class)->button_release_event (widget, event);
+
+ out:
+ return res;
+}
+
+static void
+gd_main_icon_box_child_activated (GtkFlowBox *flow_box, GtkFlowBoxChild *child)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box);
+ GdMainIconBoxPrivate *priv;
+ GdkEvent *event = NULL;
+
+ g_return_if_fail (GD_IS_MAIN_BOX_CHILD (child));
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ /* GtkFlowBox might emit child-activated in the middle of a
+ * DnD. See https://bugzilla.gnome.org/show_bug.cgi?id=776306
+ */
+ if (priv->dnd_started)
+ goto out;
+
+ if (!priv->selection_mode)
+ {
+ g_signal_emit_by_name (self, "item-activated", GD_MAIN_BOX_CHILD (child));
+ goto out;
+ }
+
+ event = gtk_get_current_event ();
+ if (event == NULL)
+ goto out;
+
+ if (priv->left_button_released && !priv->selection_changed)
+ {
+ /* If a selected child is left-clicked, GtkFlowBox will activate
+ * it without unselecting it.
+ */
+ gd_main_box_generic_toggle_selection_for_child (GD_MAIN_BOX_GENERIC (self),
+ GD_MAIN_BOX_CHILD (child),
+ FALSE); /* One cannot unselect a range. */
+ priv->left_button_released = FALSE;
+ g_signal_emit_by_name (self, "selection-changed");
+ }
+ else if (priv->key_pressed && !priv->selection_changed)
+ {
+ /* If a selected child is activated by a keybinding, GtkFlowBox
+ * will not unselect it.
+ */
+ gd_main_box_generic_toggle_selection_for_child (GD_MAIN_BOX_GENERIC (self), GD_MAIN_BOX_CHILD (child), FALSE);
+ priv->key_pressed = FALSE;
+ g_signal_emit_by_name (self, "selection-changed");
+ }
+ else if (priv->left_button_shift_released || priv->key_shift_pressed)
+ {
+ /* GtkFlowBox doesn't do range selection and simply selects a
+ * single child. We handle it by unselecting the child and then
+ * selecting the range.
+ */
+ gd_main_box_generic_toggle_selection_for_child (GD_MAIN_BOX_GENERIC (self), GD_MAIN_BOX_CHILD (child), FALSE);
+ priv->left_button_shift_released = FALSE;
+ priv->key_shift_pressed = FALSE;
+ gd_main_box_generic_toggle_selection_for_child (GD_MAIN_BOX_GENERIC (self), GD_MAIN_BOX_CHILD (child), TRUE);
+ g_signal_emit_by_name (self, "selection-changed");
+ }
+ else if (priv->selection_changed)
+ {
+ /* This is for non-shift left-clicks and keyboard activation of
+ * unselected children.
+ */
+ g_signal_emit_by_name (self, "selection-changed");
+ }
+
+ g_signal_emit_by_name (self, "item-activated", GD_MAIN_BOX_CHILD (child));
+
+ if (priv->selection_changed)
+ {
+ gd_main_icon_box_update_last_selected_id (self, GD_MAIN_BOX_CHILD (child));
+ priv->selection_changed = FALSE;
+ }
+
+ out:
+ g_clear_pointer (&event, gdk_event_free);
+}
+
+static void
+gd_main_icon_box_drag_begin (GtkWidget *widget, GdkDragContext *context)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (widget);
+ GdMainIconBoxPrivate *priv;
+ GdMainBoxItem *item;
+ GtkFlowBoxChild *child;
+ cairo_surface_t *drag_icon = NULL;
+ cairo_surface_t *icon;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (priv->dnd_start_x < 0.0 || priv->dnd_start_y < 0.0)
+ goto out;
+
+ child = gtk_flow_box_get_child_at_pos (GTK_FLOW_BOX (self),
+ (gint) priv->dnd_start_x,
+ (gint) priv->dnd_start_y);
+ if (child == NULL)
+ goto out;
+
+ item = gd_main_box_child_get_item (GD_MAIN_BOX_CHILD (child));
+ icon = gd_main_box_item_get_icon (item);
+ if (icon == NULL)
+ goto out;
+
+ if (priv->selection_mode)
+ {
+ GList *selected_children;
+ guint length;
+
+ selected_children = gtk_flow_box_get_selected_children (GTK_FLOW_BOX (self));
+ length = g_list_length (selected_children);
+ if (length > 1)
+ drag_icon = gd_create_surface_with_counter (GTK_WIDGET (self), icon, length);
+
+ g_list_free (selected_children);
+ }
+
+ if (drag_icon == NULL)
+ drag_icon = gd_copy_image_surface (icon);
+
+ cairo_surface_set_device_offset (drag_icon, -MAIN_ICON_BOX_DND_ICON_OFFSET, -MAIN_ICON_BOX_DND_ICON_OFFSET);
+ gtk_drag_set_icon_surface (context, drag_icon);
+
+ out:
+ g_clear_pointer (&drag_icon, cairo_surface_destroy);
+}
+
+static void
+gd_main_icon_box_add_child_uri_to_array (GdMainBoxChild *child, GPtrArray *uri_array)
+{
+ GdMainBoxItem *item;
+ const gchar *uri;
+
+ item = gd_main_box_child_get_item (child);
+ uri = gd_main_box_item_get_uri (item);
+ g_ptr_array_add (uri_array, g_strdup (uri));
+}
+
+static void
+gd_main_icon_box_drag_data_get (GtkWidget *widget,
+ GdkDragContext *context,
+ GtkSelectionData *data,
+ guint info,
+ guint time)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (widget);
+ GdMainIconBoxPrivate *priv;
+ GPtrArray *uri_array = NULL;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (info != 0)
+ goto out;
+
+ if (priv->dnd_start_x < 0.0 || priv->dnd_start_y < 0.0)
+ goto out;
+
+ uri_array = g_ptr_array_new_with_free_func (g_free);
+
+ if (priv->selection_mode)
+ {
+ GList *l;
+ GList *selected_children;
+
+ selected_children = gtk_flow_box_get_selected_children (GTK_FLOW_BOX (self));
+ for (l = selected_children; l != NULL; l = l->next)
+ {
+ GdMainBoxChild *child = GD_MAIN_BOX_CHILD (l->data);
+ gd_main_icon_box_add_child_uri_to_array (child, uri_array);
+ }
+
+ g_list_free (selected_children);
+ }
+ else
+ {
+ GtkFlowBoxChild *child;
+
+ child = gtk_flow_box_get_child_at_pos (GTK_FLOW_BOX (self),
+ (gint) priv->dnd_start_x,
+ (gint) priv->dnd_start_y);
+
+ if (child != NULL)
+ gd_main_icon_box_add_child_uri_to_array (GD_MAIN_BOX_CHILD (child), uri_array);
+ }
+
+ g_ptr_array_add (uri_array, NULL);
+ gtk_selection_data_set_uris (data, (gchar **) uri_array->pdata);
+
+ out:
+ g_clear_pointer (&uri_array, g_ptr_array_unref);
+}
+
+static gboolean
+gd_main_icon_box_focus (GtkWidget *widget, GtkDirectionType direction)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (widget);
+ GdMainIconBoxPrivate *priv;
+ GdkEvent *event = NULL;
+ GdkEvent *fake_event = NULL;
+ gboolean res;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (!priv->selection_mode)
+ {
+ res = GTK_WIDGET_CLASS (gd_main_icon_box_parent_class)->focus (widget, direction);
+ goto out;
+ }
+
+ event = gtk_get_current_event ();
+ if (event->type != GDK_KEY_PRESS && event->type != GDK_KEY_RELEASE)
+ {
+ res = GTK_WIDGET_CLASS (gd_main_icon_box_parent_class)->focus (widget, direction);
+ goto out;
+ }
+
+ if ((event->key.state & GDK_CONTROL_MASK) != 0)
+ {
+ res = GTK_WIDGET_CLASS (gd_main_icon_box_parent_class)->focus (widget, direction);
+ goto out;
+ }
+
+ fake_event = gdk_event_copy (event);
+ fake_event->key.state |= GDK_CONTROL_MASK;
+
+ gtk_main_do_event (fake_event);
+ res = GDK_EVENT_STOP;
+
+ out:
+ g_clear_pointer (&fake_event, gdk_event_free);
+ g_clear_pointer (&event, gdk_event_free);
+ return res;
+}
+
+static gboolean
+gd_main_icon_box_motion_notify_event (GtkWidget *widget, GdkEventMotion *event)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (widget);
+ GdMainIconBoxPrivate *priv;
+ GtkTargetList *targets;
+ gboolean res;
+ gint button;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (priv->dnd_button < 0)
+ goto out;
+
+ if (!gtk_drag_check_threshold (GTK_WIDGET (self),
+ (gint) priv->dnd_start_x,
+ (gint) priv->dnd_start_y,
+ (gint) event->x,
+ (gint) event->y))
+ goto out;
+
+ button = priv->dnd_button;
+ priv->dnd_button = -1;
+ priv->dnd_started = TRUE;
+
+ targets = gtk_drag_source_get_target_list (GTK_WIDGET (self));
+
+ gtk_drag_begin_with_coordinates (GTK_WIDGET (self),
+ targets,
+ GDK_ACTION_COPY,
+ button,
+ (GdkEvent *) event,
+ (gint) priv->dnd_start_x,
+ (gint) priv->dnd_start_y);
+
+ out:
+ res = GTK_WIDGET_CLASS (gd_main_icon_box_parent_class)->motion_notify_event (widget, event);
+ return res;
+}
+
+static gboolean
+gd_main_icon_box_move_cursor (GtkFlowBox *flow_box, GtkMovementStep step, gint count)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box);
+ GdMainIconBoxPrivate *priv;
+ GdkEvent *event = NULL;
+ GdkEvent *fake_event = NULL;
+ gboolean res;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ if (!priv->selection_mode)
+ {
+ res = GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->move_cursor (flow_box, step, count);
+ goto out;
+ }
+
+ event = gtk_get_current_event ();
+ if (event->type != GDK_KEY_PRESS && event->type != GDK_KEY_RELEASE)
+ {
+ res = GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->move_cursor (flow_box, step, count);
+ goto out;
+ }
+
+ if ((event->key.state & GDK_CONTROL_MASK) != 0 && (event->key.state & GDK_SHIFT_MASK) == 0)
+ {
+ res = GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->move_cursor (flow_box, step, count);
+ goto out;
+ }
+
+ fake_event = gdk_event_copy (event);
+ fake_event->key.state |= GDK_CONTROL_MASK;
+ fake_event->key.state &= ~GDK_SHIFT_MASK;
+
+ gtk_main_do_event (fake_event);
+ res = GDK_EVENT_STOP;
+
+ out:
+ g_clear_pointer (&fake_event, gdk_event_free);
+ g_clear_pointer (&event, gdk_event_free);
+ return res;
+}
+
+static void
+gd_main_icon_box_remove (GtkContainer *container, GtkWidget *widget)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (container);
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ GTK_CONTAINER_CLASS (gd_main_icon_box_parent_class)->remove (container, widget);
+
+ if (priv->selection_changed)
+ {
+ g_signal_emit_by_name (self, "selection-changed");
+ priv->selection_changed = FALSE;
+ }
+}
+
+static void
+gd_main_icon_box_select_all_flow_box (GtkFlowBox *flow_box)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box);
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->select_all (flow_box);
+
+ if (priv->selection_changed)
+ {
+ g_signal_emit_by_name (self, "selection-changed");
+ priv->selection_changed = FALSE;
+ }
+}
+
+static void
+gd_main_icon_box_selected_children_changed (GtkFlowBox *flow_box)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box);
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->selected_children_changed (flow_box);
+
+ priv->selection_changed = TRUE;
+
+ /* When a range selection is attempted, we override GtkFlowBox's
+ * default behaviour by changing the selection ourselves. Therefore,
+ * there is no need to update the check buttons until the final
+ * selection is available.
+ */
+ if (!priv->key_shift_pressed && !priv->left_button_shift_released)
+ {
+ GList *children;
+ GList *l;
+
+ children = gtk_container_get_children (GTK_CONTAINER (self));
+ for (l = children; l != NULL; l = l->next)
+ {
+ GtkFlowBoxChild *child = GTK_FLOW_BOX_CHILD (l->data);
+ gboolean selected;
+
+ /* Work around the fact that GtkFlowBoxChild:selected is not
+ * a property.
+ */
+ selected = gtk_flow_box_child_is_selected (child);
+ gd_main_box_child_set_selected (GD_MAIN_BOX_CHILD (child), selected);
+ }
+
+ g_list_free (children);
+ }
+}
+
+static void
+gd_main_icon_box_unselect_all_flow_box (GtkFlowBox *flow_box)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box);
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->unselect_all (flow_box);
+
+ if (priv->selection_changed)
+ {
+ g_signal_emit_by_name (self, "selection-changed");
+ priv->selection_changed = FALSE;
+ }
+}
+
+static void
+gd_main_icon_box_dispose (GObject *obj)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (obj);
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ g_clear_object (&priv->model);
+
+ G_OBJECT_CLASS (gd_main_icon_box_parent_class)->dispose (obj);
+}
+
+static void
+gd_main_icon_box_finalize (GObject *obj)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (obj);
+ GdMainIconBoxPrivate *priv;
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ g_free (priv->last_selected_id);
+
+ G_OBJECT_CLASS (gd_main_icon_box_parent_class)->finalize (obj);
+}
+
+static void
+gd_main_icon_box_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (object);
+
+ switch (property_id)
+ {
+ case PROP_LAST_SELECTED_ID:
+ g_value_set_string (value, gd_main_icon_box_get_last_selected_id (GD_MAIN_BOX_GENERIC (self)));
+ break;
+ case PROP_MODEL:
+ g_value_set_object (value, gd_main_icon_box_get_model (GD_MAIN_BOX_GENERIC (self)));
+ break;
+ case PROP_SELECTION_MODE:
+ g_value_set_boolean (value, gd_main_icon_box_get_selection_mode (self));
+ break;
+ case PROP_SHOW_PRIMARY_TEXT:
+ g_value_set_boolean (value, gd_main_icon_box_get_show_primary_text (self));
+ break;
+ case PROP_SHOW_SECONDARY_TEXT:
+ g_value_set_boolean (value, gd_main_icon_box_get_show_secondary_text (self));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_icon_box_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+ GdMainIconBox *self = GD_MAIN_ICON_BOX (object);
+
+ switch (property_id)
+ {
+ case PROP_MODEL:
+ gd_main_icon_box_set_model (self, g_value_get_object (value));
+ break;
+ case PROP_SELECTION_MODE:
+ gd_main_icon_box_set_selection_mode (self, g_value_get_boolean (value));
+ break;
+ case PROP_SHOW_PRIMARY_TEXT:
+ gd_main_icon_box_set_show_primary_text (self, g_value_get_boolean (value));
+ break;
+ case PROP_SHOW_SECONDARY_TEXT:
+ gd_main_icon_box_set_show_secondary_text (self, g_value_get_boolean (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_icon_box_init (GdMainIconBox *self)
+{
+ GdMainIconBoxPrivate *priv;
+ const GtkTargetEntry targets[] = { { (gchar *) "text/uri-list", GTK_TARGET_OTHER_APP, 0 } };
+
+ priv = gd_main_icon_box_get_instance_private (self);
+
+ gtk_widget_set_can_focus (GTK_WIDGET (self), TRUE);
+ gtk_flow_box_set_homogeneous (GTK_FLOW_BOX (self), TRUE);
+ gtk_flow_box_set_min_children_per_line (GTK_FLOW_BOX (self), 3);
+ gtk_flow_box_set_selection_mode (GTK_FLOW_BOX (self), GTK_SELECTION_NONE);
+
+ /* We need to ensure that rubberband selection and DnD don't step
+ * on each others toes. We set start_button_mask to 0 to retain
+ * control over when to begin a drag.
+ */
+ gtk_drag_source_set (GTK_WIDGET (self), 0, targets, G_N_ELEMENTS (targets), GDK_ACTION_COPY);
+
+ priv->dnd_button = -1;
+ priv->dnd_start_x = -1.0;
+ priv->dnd_start_y = -1.0;
+}
+
+static void
+gd_main_icon_box_class_init (GdMainIconBoxClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+ GtkContainerClass *cclass = GTK_CONTAINER_CLASS (klass);
+ GtkFlowBoxClass *fbclass = GTK_FLOW_BOX_CLASS (klass);
+ GtkWidgetClass *wclass = GTK_WIDGET_CLASS (klass);
+ GtkBindingSet *binding_set;
+ GdkModifierType activate_modifiers[] = { 0, /* Otherwise it will go to GtkFlowBoxChild::activate. */
+ GDK_SHIFT_MASK,
+ GDK_CONTROL_MASK,
+ GDK_SHIFT_MASK | GDK_CONTROL_MASK };
+ guint i;
+
+ binding_set = gtk_binding_set_by_class (klass);
+
+ oclass->dispose = gd_main_icon_box_dispose;
+ oclass->finalize = gd_main_icon_box_finalize;
+ oclass->get_property = gd_main_icon_box_get_property;
+ oclass->set_property = gd_main_icon_box_set_property;
+ wclass->button_press_event = gd_main_icon_box_button_press_event;
+ wclass->button_release_event = gd_main_icon_box_button_release_event;
+ wclass->drag_begin = gd_main_icon_box_drag_begin;
+ wclass->drag_data_get = gd_main_icon_box_drag_data_get;
+ wclass->focus = gd_main_icon_box_focus;
+ wclass->motion_notify_event = gd_main_icon_box_motion_notify_event;
+ cclass->remove = gd_main_icon_box_remove;
+ fbclass->activate_cursor_child = gd_main_icon_box_activate_cursor_child;
+ fbclass->child_activated = gd_main_icon_box_child_activated;
+ fbclass->move_cursor = gd_main_icon_box_move_cursor;
+ fbclass->select_all = gd_main_icon_box_select_all_flow_box;
+ fbclass->selected_children_changed = gd_main_icon_box_selected_children_changed;
+ fbclass->unselect_all = gd_main_icon_box_unselect_all_flow_box;
+
+ g_object_class_override_property (oclass, PROP_LAST_SELECTED_ID, "last-selected-id");
+ g_object_class_override_property (oclass, PROP_MODEL, "model");
+ g_object_class_override_property (oclass, PROP_SELECTION_MODE, "gd-selection-mode");
+ g_object_class_override_property (oclass, PROP_SHOW_PRIMARY_TEXT, "show-primary-text");
+ g_object_class_override_property (oclass, PROP_SHOW_SECONDARY_TEXT, "show-secondary-text");
+
+ for (i = 0; i < G_N_ELEMENTS (activate_modifiers); i++)
+ {
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_space, activate_modifiers[i],
+ "activate-cursor-child",
+ 0);
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_KP_Space, activate_modifiers[i],
+ "activate-cursor-child",
+ 0);
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_Return, activate_modifiers[i],
+ "activate-cursor-child",
+ 0);
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_ISO_Enter, activate_modifiers[i],
+ "activate-cursor-child",
+ 0);
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_KEY_KP_Enter, activate_modifiers[i],
+ "activate-cursor-child",
+ 0);
+ }
+}
+
+static void
+gd_main_box_generic_interface_init (GdMainBoxGenericInterface *iface)
+{
+ iface->get_child_at_index = gd_main_icon_box_get_child_at_index;
+ iface->get_last_selected_id = gd_main_icon_box_get_last_selected_id;
+ iface->get_model = gd_main_icon_box_get_model;
+ iface->get_selected_children = gd_main_icon_box_get_selected_children;
+ iface->select_all = gd_main_icon_box_select_all_generic;
+ iface->select_child = gd_main_icon_box_select_child;
+ iface->unselect_all = gd_main_icon_box_unselect_all_generic;
+ iface->unselect_child = gd_main_icon_box_unselect_child;
+}
+
+GtkWidget *
+gd_main_icon_box_new (void)
+{
+ return g_object_new (GD_TYPE_MAIN_ICON_BOX, NULL);
+}
diff --git a/subprojects/libgd/libgd/gd-main-icon-box.h b/subprojects/libgd/libgd/gd-main-icon-box.h
new file mode 100644
index 0000000..5dc60fe
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-icon-box.h
@@ -0,0 +1,44 @@
+/*
+ * Copyright (c) 2016 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Debarshi Ray <debarshir@gnome.org>
+ *
+ */
+
+#ifndef __GD_MAIN_ICON_BOX_H__
+#define __GD_MAIN_ICON_BOX_H__
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_ICON_BOX gd_main_icon_box_get_type()
+G_DECLARE_DERIVABLE_TYPE (GdMainIconBox, gd_main_icon_box, GD, MAIN_ICON_BOX, GtkFlowBox)
+
+struct _GdMainIconBoxClass
+{
+ GtkFlowBoxClass parent_class;
+
+ /* signals */
+ gboolean (* move_cursor) (GdMainIconBox *self, GtkMovementStep step, gint count);
+};
+
+GtkWidget * gd_main_icon_box_new (void);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_ICON_BOX_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-icon-view.c b/subprojects/libgd/libgd/gd-main-icon-view.c
new file mode 100644
index 0000000..95bdb55
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-icon-view.c
@@ -0,0 +1,440 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "gd-main-icon-view.h"
+#include "gd-main-view-generic.h"
+#include "gd-toggle-pixbuf-renderer.h"
+#include "gd-two-lines-renderer.h"
+
+#include <math.h>
+#include <glib/gi18n.h>
+#include <cairo-gobject.h>
+
+#define VIEW_ITEM_WIDTH 140
+#define VIEW_ITEM_WRAP_WIDTH 128
+#define VIEW_COLUMN_SPACING 20
+#define VIEW_MARGIN 16
+
+typedef struct _GdMainIconViewPrivate GdMainIconViewPrivate;
+
+struct _GdMainIconViewPrivate {
+ GtkCellRenderer *pixbuf_cell;
+ GtkCellRenderer *text_cell;
+ gboolean selection_mode;
+};
+
+static void gd_main_view_generic_iface_init (GdMainViewGenericIface *iface);
+G_DEFINE_TYPE_WITH_CODE (GdMainIconView, gd_main_icon_view, GTK_TYPE_ICON_VIEW,
+ G_ADD_PRIVATE (GdMainIconView)
+ G_IMPLEMENT_INTERFACE (GD_TYPE_MAIN_VIEW_GENERIC,
+ gd_main_view_generic_iface_init))
+
+static GtkTreePath*
+get_source_row (GdkDragContext *context)
+{
+ GtkTreeRowReference *ref;
+
+ ref = g_object_get_data (G_OBJECT (context), "gtk-icon-view-source-row");
+
+ if (ref)
+ return gtk_tree_row_reference_get_path (ref);
+ else
+ return NULL;
+}
+
+static void
+set_attributes_from_model (GdMainIconView *self)
+{
+ GdMainIconViewPrivate *priv;
+ GtkTreeModel *model = gtk_icon_view_get_model (GTK_ICON_VIEW (self));
+ GtkCellLayout *layout = GTK_CELL_LAYOUT (self);
+ GType icon_gtype;
+
+ priv = gd_main_icon_view_get_instance_private (self);
+
+ if (!model)
+ return;
+
+ gtk_cell_layout_clear_attributes (layout, priv->pixbuf_cell);
+ gtk_cell_layout_clear_attributes (layout, priv->text_cell);
+
+ gtk_cell_layout_add_attribute (layout, priv->pixbuf_cell,
+ "active", GD_MAIN_COLUMN_SELECTED);
+ gtk_cell_layout_add_attribute (layout, priv->pixbuf_cell,
+ "pulse", GD_MAIN_COLUMN_PULSE);
+
+ icon_gtype = gtk_tree_model_get_column_type (model, GD_MAIN_COLUMN_ICON);
+ if (icon_gtype == GDK_TYPE_PIXBUF)
+ gtk_cell_layout_add_attribute (layout, priv->pixbuf_cell,
+ "pixbuf", GD_MAIN_COLUMN_ICON);
+ else if (icon_gtype == CAIRO_GOBJECT_TYPE_SURFACE)
+ gtk_cell_layout_add_attribute (layout, priv->pixbuf_cell,
+ "surface", GD_MAIN_COLUMN_ICON);
+ else
+ g_assert_not_reached ();
+
+ gtk_cell_layout_add_attribute (layout, priv->text_cell,
+ "text", GD_MAIN_COLUMN_PRIMARY_TEXT);
+ gtk_cell_layout_add_attribute (layout, priv->text_cell,
+ "line-two", GD_MAIN_COLUMN_SECONDARY_TEXT);
+}
+
+static void
+gd_main_icon_view_drag_data_get (GtkWidget *widget,
+ GdkDragContext *drag_context,
+ GtkSelectionData *data,
+ guint info,
+ guint time)
+{
+ GdMainIconView *self = GD_MAIN_ICON_VIEW (widget);
+ GdMainIconViewPrivate *priv;
+ GtkTreeModel *model = gtk_icon_view_get_model (GTK_ICON_VIEW (self));
+
+ priv = gd_main_icon_view_get_instance_private (self);
+
+ if (info != 0)
+ return;
+
+ _gd_main_view_generic_dnd_common (model, priv->selection_mode,
+ get_source_row (drag_context), data);
+
+ GTK_WIDGET_CLASS (gd_main_icon_view_parent_class)->drag_data_get (widget, drag_context,
+ data, info, time);
+}
+
+static void
+gd_main_icon_view_constructed (GObject *obj)
+{
+ GdMainIconView *self = GD_MAIN_ICON_VIEW (obj);
+ GdMainIconViewPrivate *priv;
+ GtkCellRenderer *cell;
+ const GtkTargetEntry targets[] = {
+ { (char *) "text/uri-list", GTK_TARGET_OTHER_APP, 0 }
+ };
+
+ priv = gd_main_icon_view_get_instance_private (self);
+
+ G_OBJECT_CLASS (gd_main_icon_view_parent_class)->constructed (obj);
+
+ gtk_widget_set_hexpand (GTK_WIDGET (self), TRUE);
+ gtk_widget_set_vexpand (GTK_WIDGET (self), TRUE);
+ gtk_icon_view_set_selection_mode (GTK_ICON_VIEW (self), GTK_SELECTION_NONE);
+
+ g_object_set (self,
+ "column-spacing", VIEW_COLUMN_SPACING,
+ "margin", VIEW_MARGIN,
+ NULL);
+
+ priv->pixbuf_cell = cell = gd_toggle_pixbuf_renderer_new ();
+ g_object_set (cell,
+ "xalign", 0.5,
+ "yalign", 0.5,
+ NULL);
+ gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (self), cell, FALSE);
+
+ priv->text_cell = cell = gd_two_lines_renderer_new ();
+ g_object_set (cell,
+ "xalign", 0.5,
+ "yalign", 0.0,
+ "alignment", PANGO_ALIGN_CENTER,
+ "wrap-mode", PANGO_WRAP_WORD_CHAR,
+ "wrap-width", VIEW_ITEM_WRAP_WIDTH,
+ "text-lines", 3,
+ NULL);
+ gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (self), cell, FALSE);
+
+ set_attributes_from_model (self);
+
+ gtk_icon_view_enable_model_drag_source (GTK_ICON_VIEW (self),
+ GDK_BUTTON1_MASK,
+ targets, 1,
+ GDK_ACTION_COPY);
+}
+
+static void
+path_from_line_rects (cairo_t *cr,
+ GdkRectangle *lines,
+ int n_lines)
+{
+ int start_line, end_line;
+ GdkRectangle *r;
+ int i;
+
+ /* Join rows vertically by extending to the middle */
+ for (i = 0; i < n_lines - 1; i++)
+ {
+ GdkRectangle *r1 = &lines[i];
+ GdkRectangle *r2 = &lines[i+1];
+ int gap = r2->y - (r1->y + r1->height);
+ int old_y;
+
+ r1->height += gap / 2;
+ old_y = r2->y;
+ r2->y = r1->y + r1->height;
+ r2->height += old_y - r2->y;
+ }
+
+ cairo_new_path (cr);
+ start_line = 0;
+
+ do
+ {
+ for (i = start_line; i < n_lines; i++)
+ {
+ r = &lines[i];
+ if (i == start_line)
+ cairo_move_to (cr, r->x + r->width, r->y);
+ else
+ cairo_line_to (cr, r->x + r->width, r->y);
+ cairo_line_to (cr, r->x + r->width, r->y + r->height);
+
+ if (i < n_lines - 1 &&
+ (r->x + r->width < lines[i+1].x ||
+ r->x > lines[i+1].x + lines[i+1].width))
+ {
+ i++;
+ break;
+ }
+ }
+ end_line = i;
+ for (i = end_line - 1; i >= start_line; i--)
+ {
+ r = &lines[i];
+ cairo_line_to (cr, r->x, r->y + r->height);
+ cairo_line_to (cr, r->x, r->y);
+ }
+ cairo_close_path (cr);
+ start_line = end_line;
+ }
+ while (end_line < n_lines);
+}
+
+static gboolean
+gd_main_icon_view_draw (GtkWidget *widget,
+ cairo_t *cr)
+{
+ GdMainIconView *self = GD_MAIN_ICON_VIEW (widget);
+ GtkAllocation allocation;
+ GtkStyleContext *context;
+ GdkRectangle line_rect;
+ GdkRectangle rect;
+ GtkTreePath *path;
+ GArray *lines;
+ GtkTreePath *rubberband_start, *rubberband_end;
+
+ GTK_WIDGET_CLASS (gd_main_icon_view_parent_class)->draw (widget, cr);
+
+ _gd_main_view_generic_get_rubberband_range (GD_MAIN_VIEW_GENERIC (self),
+ &rubberband_start, &rubberband_end);
+
+ if (rubberband_start)
+ {
+ cairo_save (cr);
+
+ context = gtk_widget_get_style_context (widget);
+
+ gtk_style_context_save (context);
+ gtk_style_context_add_class (context, GTK_STYLE_CLASS_RUBBERBAND);
+
+ path = gtk_tree_path_copy (rubberband_start);
+
+ line_rect.width = 0;
+ lines = g_array_new (FALSE, FALSE, sizeof (GdkRectangle));
+
+ while (gtk_tree_path_compare (path, rubberband_end) <= 0)
+ {
+ if (gtk_icon_view_get_cell_rect (GTK_ICON_VIEW (widget),
+ path,
+ NULL, &rect))
+ {
+ if (line_rect.width == 0)
+ line_rect = rect;
+ else
+ {
+ if (rect.y == line_rect.y)
+ gdk_rectangle_union (&rect, &line_rect, &line_rect);
+ else
+ {
+ g_array_append_val (lines, line_rect);
+ line_rect = rect;
+ }
+ }
+ }
+ gtk_tree_path_next (path);
+ }
+
+ if (line_rect.width != 0)
+ g_array_append_val (lines, line_rect);
+
+ if (lines->len > 0)
+ {
+ GtkStateFlags state;
+ cairo_path_t *path;
+ GtkBorder border;
+ GdkRGBA border_color;
+
+ path_from_line_rects (cr, (GdkRectangle *)lines->data, lines->len);
+
+ /* For some reason we need to copy and reapply the path, or it gets
+ eaten by gtk_render_background() */
+ path = cairo_copy_path (cr);
+
+ cairo_save (cr);
+ cairo_clip (cr);
+ gtk_widget_get_allocation (widget, &allocation);
+ gtk_render_background (context, cr,
+ 0, 0,
+ allocation.width, allocation.height);
+ cairo_restore (cr);
+
+ cairo_append_path (cr, path);
+ cairo_path_destroy (path);
+
+ state = gtk_widget_get_state_flags (widget);
+
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
+ gtk_style_context_get_border_color (context,
+ state,
+ &border_color);
+ G_GNUC_END_IGNORE_DEPRECATIONS;
+
+ gtk_style_context_get_border (context, state,
+ &border);
+
+ cairo_set_line_width (cr, border.left);
+ gdk_cairo_set_source_rgba (cr, &border_color);
+ cairo_stroke (cr);
+ }
+ g_array_free (lines, TRUE);
+
+ gtk_tree_path_free (path);
+
+ gtk_style_context_restore (context);
+ cairo_restore (cr);
+ }
+
+ return FALSE;
+}
+
+static void
+gd_main_icon_view_class_init (GdMainIconViewClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *wclass = GTK_WIDGET_CLASS (klass);
+ GtkBindingSet *binding_set;
+ GdkModifierType activate_modifiers[] = { GDK_SHIFT_MASK, GDK_CONTROL_MASK, GDK_SHIFT_MASK | GDK_CONTROL_MASK };
+ guint i;
+
+ binding_set = gtk_binding_set_by_class (klass);
+
+ oclass->constructed = gd_main_icon_view_constructed;
+ wclass->drag_data_get = gd_main_icon_view_drag_data_get;
+ wclass->draw = gd_main_icon_view_draw;
+
+ gtk_widget_class_install_style_property (wclass,
+ g_param_spec_int ("check-icon-size",
+ "Check icon size",
+ "Check icon size",
+ -1, G_MAXINT, 40,
+ G_PARAM_READWRITE));
+
+ for (i = 0; i < G_N_ELEMENTS (activate_modifiers); i++)
+ {
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_space, activate_modifiers[i],
+ "activate-cursor-item", 0);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_KP_Space, activate_modifiers[i],
+ "activate-cursor-item", 0);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_Return, activate_modifiers[i],
+ "activate-cursor-item", 0);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_ISO_Enter, activate_modifiers[i],
+ "activate-cursor-item", 0);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_KP_Enter, activate_modifiers[i],
+ "activate-cursor-item", 0);
+ }
+}
+
+static void
+gd_main_icon_view_init (GdMainIconView *self)
+{
+ g_signal_connect (self, "notify::model",
+ G_CALLBACK (set_attributes_from_model), NULL);
+}
+
+static GtkTreePath *
+gd_main_icon_view_get_path_at_pos (GdMainViewGeneric *mv,
+ gint x,
+ gint y)
+{
+ return gtk_icon_view_get_path_at_pos (GTK_ICON_VIEW (mv), x, y);
+}
+
+static void
+gd_main_icon_view_set_selection_mode (GdMainViewGeneric *mv,
+ gboolean selection_mode)
+{
+ GdMainIconView *self = GD_MAIN_ICON_VIEW (mv);
+ GdMainIconViewPrivate *priv;
+
+ priv = gd_main_icon_view_get_instance_private (self);
+
+ priv->selection_mode = selection_mode;
+
+ g_object_set (priv->pixbuf_cell,
+ "toggle-visible", selection_mode,
+ NULL);
+ gtk_widget_queue_draw (GTK_WIDGET (self));
+}
+
+static void
+gd_main_icon_view_scroll_to_path (GdMainViewGeneric *mv,
+ GtkTreePath *path)
+{
+ gtk_icon_view_scroll_to_path (GTK_ICON_VIEW (mv), path, TRUE, 0.5, 0.5);
+}
+
+static void
+gd_main_icon_view_set_model (GdMainViewGeneric *mv,
+ GtkTreeModel *model)
+{
+ gtk_icon_view_set_model (GTK_ICON_VIEW (mv), model);
+}
+
+static GtkTreeModel *
+gd_main_icon_view_get_model (GdMainViewGeneric *mv)
+{
+ return gtk_icon_view_get_model (GTK_ICON_VIEW (mv));
+}
+
+static void
+gd_main_view_generic_iface_init (GdMainViewGenericIface *iface)
+{
+ iface->set_model = gd_main_icon_view_set_model;
+ iface->get_model = gd_main_icon_view_get_model;
+ iface->get_path_at_pos = gd_main_icon_view_get_path_at_pos;
+ iface->scroll_to_path = gd_main_icon_view_scroll_to_path;
+ iface->set_selection_mode = gd_main_icon_view_set_selection_mode;
+}
+
+GtkWidget *
+gd_main_icon_view_new (void)
+{
+ return g_object_new (GD_TYPE_MAIN_ICON_VIEW, NULL);
+}
diff --git a/subprojects/libgd/libgd/gd-main-icon-view.h b/subprojects/libgd/libgd/gd-main-icon-view.h
new file mode 100644
index 0000000..c93e279
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-icon-view.h
@@ -0,0 +1,42 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef __GD_MAIN_ICON_VIEW_H__
+#define __GD_MAIN_ICON_VIEW_H__
+
+#include <glib-object.h>
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_ICON_VIEW gd_main_icon_view_get_type()
+G_DECLARE_DERIVABLE_TYPE (GdMainIconView, gd_main_icon_view, GD, MAIN_ICON_VIEW, GtkIconView)
+
+struct _GdMainIconViewClass
+{
+ GtkIconViewClass parent_class;
+};
+
+GtkWidget * gd_main_icon_view_new (void);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_ICON_VIEW_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-list-view.c b/subprojects/libgd/libgd/gd-main-list-view.c
new file mode 100644
index 0000000..ae985a1
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-list-view.c
@@ -0,0 +1,345 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "gd-main-list-view.h"
+#include "gd-main-view-generic.h"
+#include "gd-two-lines-renderer.h"
+
+#include <cairo-gobject.h>
+#include <glib/gi18n.h>
+
+struct _GdMainListViewPrivate {
+ GtkTreeViewColumn *tree_col;
+ GtkCellRenderer *pixbuf_cell;
+ GtkCellRenderer *selection_cell;
+ GtkCellRenderer *text_cell;
+
+ gboolean selection_mode;
+};
+
+static void gd_main_view_generic_iface_init (GdMainViewGenericIface *iface);
+G_DEFINE_TYPE_WITH_CODE (GdMainListView, gd_main_list_view, GTK_TYPE_TREE_VIEW,
+ G_ADD_PRIVATE (GdMainListView)
+ G_IMPLEMENT_INTERFACE (GD_TYPE_MAIN_VIEW_GENERIC,
+ gd_main_view_generic_iface_init))
+
+static gboolean gd_main_list_view_draw (GtkWidget *widget,
+ cairo_t *cr);
+
+static GtkTreePath*
+get_source_row (GdkDragContext *context)
+{
+ GtkTreeRowReference *ref =
+ g_object_get_data (G_OBJECT (context), "gtk-tree-view-source-row");
+
+ if (ref)
+ return gtk_tree_row_reference_get_path (ref);
+ else
+ return NULL;
+}
+
+static void
+set_attributes_from_model (GdMainListView *self)
+{
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (self));
+ GType icon_gtype;
+
+ if (!model)
+ return;
+
+ gtk_tree_view_column_clear_attributes (self->priv->tree_col, self->priv->pixbuf_cell);
+ gtk_tree_view_column_clear_attributes (self->priv->tree_col, self->priv->selection_cell);
+ gtk_tree_view_column_clear_attributes (self->priv->tree_col, self->priv->text_cell);
+
+
+ gtk_tree_view_column_add_attribute (self->priv->tree_col, self->priv->selection_cell,
+ "active", GD_MAIN_COLUMN_SELECTED);
+
+ icon_gtype = gtk_tree_model_get_column_type (model, GD_MAIN_COLUMN_ICON);
+ if (icon_gtype == GDK_TYPE_PIXBUF)
+ gtk_tree_view_column_add_attribute (self->priv->tree_col, self->priv->pixbuf_cell,
+ "pixbuf", GD_MAIN_COLUMN_ICON);
+ else if (icon_gtype == CAIRO_GOBJECT_TYPE_SURFACE)
+ gtk_tree_view_column_add_attribute (self->priv->tree_col, self->priv->pixbuf_cell,
+ "surface", GD_MAIN_COLUMN_ICON);
+ else
+ g_assert_not_reached ();
+
+ gtk_tree_view_column_add_attribute (self->priv->tree_col, self->priv->text_cell,
+ "text", GD_MAIN_COLUMN_PRIMARY_TEXT);
+ gtk_tree_view_column_add_attribute (self->priv->tree_col, self->priv->text_cell,
+ "line-two", GD_MAIN_COLUMN_SECONDARY_TEXT);
+}
+
+static void
+gd_main_list_view_drag_data_get (GtkWidget *widget,
+ GdkDragContext *drag_context,
+ GtkSelectionData *data,
+ guint info,
+ guint time)
+{
+ GdMainListView *self = GD_MAIN_LIST_VIEW (widget);
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (self));
+
+ if (info != 0)
+ return;
+
+ _gd_main_view_generic_dnd_common (model,
+ self->priv->selection_mode,
+ get_source_row (drag_context), data);
+
+ GTK_WIDGET_CLASS (gd_main_list_view_parent_class)->drag_data_get (widget, drag_context,
+ data, info, time);
+}
+
+static void
+gd_main_list_view_constructed (GObject *obj)
+{
+ GdMainListView *self = GD_MAIN_LIST_VIEW (obj);
+ GtkCellRenderer *cell;
+ GtkTreeSelection *selection;
+ const GtkTargetEntry targets[] = {
+ { "text/uri-list", GTK_TARGET_OTHER_APP, 0 }
+ };
+
+ G_OBJECT_CLASS (gd_main_list_view_parent_class)->constructed (obj);
+
+ gtk_widget_set_hexpand (GTK_WIDGET (self), TRUE);
+ gtk_widget_set_vexpand (GTK_WIDGET (self), TRUE);
+
+ g_object_set (self,
+ "headers-visible", FALSE,
+ "enable-search", FALSE,
+ NULL);
+
+ selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (self));
+ gtk_tree_selection_set_mode (selection, GTK_SELECTION_NONE);
+
+ self->priv->tree_col = gtk_tree_view_column_new ();
+ gtk_tree_view_append_column (GTK_TREE_VIEW (self), self->priv->tree_col);
+
+ self->priv->selection_cell = cell = gtk_cell_renderer_toggle_new ();
+ g_object_set (cell,
+ "visible", FALSE,
+ "xpad", 12,
+ "xalign", 1.0,
+ NULL);
+ gtk_tree_view_column_pack_start (self->priv->tree_col, cell, FALSE);
+
+ self->priv->pixbuf_cell = cell = gtk_cell_renderer_pixbuf_new ();
+ g_object_set (cell,
+ "xalign", 0.5,
+ "yalign", 0.5,
+ "xpad", 12,
+ "ypad", 2,
+ NULL);
+ gtk_tree_view_column_pack_start (self->priv->tree_col, cell, FALSE);
+
+ self->priv->text_cell = cell = gd_two_lines_renderer_new ();
+ g_object_set (cell,
+ "xalign", 0.0,
+ "wrap-mode", PANGO_WRAP_WORD_CHAR,
+ "xpad", 12,
+ "text-lines", 2,
+ NULL);
+ gtk_tree_view_column_pack_start (self->priv->tree_col, cell, TRUE);
+
+ set_attributes_from_model (self);
+
+ gtk_tree_view_enable_model_drag_source (GTK_TREE_VIEW (self),
+ GDK_BUTTON1_MASK,
+ targets, 1,
+ GDK_ACTION_COPY);
+}
+
+static void
+gd_main_list_view_class_init (GdMainListViewClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *wclass = GTK_WIDGET_CLASS (klass);
+ GtkBindingSet *binding_set;
+ GdkModifierType activate_modifiers[] = { GDK_SHIFT_MASK, GDK_CONTROL_MASK, GDK_SHIFT_MASK | GDK_CONTROL_MASK };
+ guint i;
+
+ binding_set = gtk_binding_set_by_class (klass);
+
+ oclass->constructed = gd_main_list_view_constructed;
+ wclass->drag_data_get = gd_main_list_view_drag_data_get;
+ wclass->draw = gd_main_list_view_draw;
+
+ for (i = 0; i < G_N_ELEMENTS (activate_modifiers); i++)
+ {
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_space, activate_modifiers[i],
+ "select-cursor-row", 1,
+ G_TYPE_BOOLEAN, TRUE);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_KP_Space, activate_modifiers[i],
+ "select-cursor-row", 1,
+ G_TYPE_BOOLEAN, TRUE);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_Return, activate_modifiers[i],
+ "select-cursor-row", 1,
+ G_TYPE_BOOLEAN, TRUE);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_ISO_Enter, activate_modifiers[i],
+ "select-cursor-row", 1,
+ G_TYPE_BOOLEAN, TRUE);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_KP_Enter, activate_modifiers[i],
+ "select-cursor-row", 1,
+ G_TYPE_BOOLEAN, TRUE);
+ }
+
+}
+
+static void
+gd_main_list_view_init (GdMainListView *self)
+{
+ self->priv = gd_main_list_view_get_instance_private (self);
+
+ g_signal_connect (self, "notify::model",
+ G_CALLBACK (set_attributes_from_model), NULL);
+}
+
+static GtkTreePath *
+gd_main_list_view_get_path_at_pos (GdMainViewGeneric *mv,
+ gint x,
+ gint y)
+{
+ GtkTreePath *path = NULL;
+
+ gtk_tree_view_get_path_at_pos (GTK_TREE_VIEW (mv), x, y, &path,
+ NULL, NULL, NULL);
+
+ return path;
+}
+
+static void
+gd_main_list_view_set_selection_mode (GdMainViewGeneric *mv,
+ gboolean selection_mode)
+{
+ GdMainListView *self = GD_MAIN_LIST_VIEW (mv);
+
+ self->priv->selection_mode = selection_mode;
+
+ g_object_set (self->priv->selection_cell,
+ "visible", selection_mode,
+ NULL);
+ gtk_tree_view_column_queue_resize (self->priv->tree_col);
+}
+
+static gboolean
+gd_main_list_view_draw (GtkWidget *widget,
+ cairo_t *cr)
+{
+ GdMainListView *self = GD_MAIN_LIST_VIEW (widget);
+ GtkStyleContext *context;
+ GdkRectangle lines_rect;
+ GdkRectangle rect;
+ GtkTreePath *path;
+ GtkTreePath *rubberband_start, *rubberband_end;
+
+ GTK_WIDGET_CLASS (gd_main_list_view_parent_class)->draw (widget, cr);
+
+ _gd_main_view_generic_get_rubberband_range (GD_MAIN_VIEW_GENERIC (self),
+ &rubberband_start, &rubberband_end);
+
+ if (rubberband_start)
+ {
+ context = gtk_widget_get_style_context (widget);
+
+ gtk_style_context_save (context);
+ gtk_style_context_add_class (context, GTK_STYLE_CLASS_RUBBERBAND);
+
+ path = gtk_tree_path_copy (rubberband_start);
+
+ lines_rect.width = 0;
+
+ while (gtk_tree_path_compare (path, rubberband_end) <= 0)
+ {
+ gtk_tree_view_get_cell_area (GTK_TREE_VIEW (self),
+ path, self->priv->tree_col, &rect);
+ if (lines_rect.width == 0)
+ lines_rect = rect;
+ else
+ gdk_rectangle_union (&rect, &lines_rect, &lines_rect);
+
+ gtk_tree_path_next (path);
+ }
+ gtk_tree_path_free (path);
+
+ gtk_render_background (context, cr,
+ lines_rect.x, lines_rect.y,
+ lines_rect.width, lines_rect.height);
+ gtk_render_frame (context, cr,
+ lines_rect.x, lines_rect.y,
+ lines_rect.width, lines_rect.height);
+
+
+ gtk_style_context_restore (context);
+ }
+
+ return FALSE;
+}
+
+static void
+gd_main_list_view_scroll_to_path (GdMainViewGeneric *mv,
+ GtkTreePath *path)
+{
+ gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (mv), path, NULL, TRUE, 0.5, 0.5);
+}
+
+static void
+gd_main_list_view_set_model (GdMainViewGeneric *mv,
+ GtkTreeModel *model)
+{
+ gtk_tree_view_set_model (GTK_TREE_VIEW (mv), model);
+}
+
+static GtkTreeModel *
+gd_main_list_view_get_model (GdMainViewGeneric *mv)
+{
+ return gtk_tree_view_get_model (GTK_TREE_VIEW (mv));
+}
+
+static void
+gd_main_view_generic_iface_init (GdMainViewGenericIface *iface)
+{
+ iface->set_model = gd_main_list_view_set_model;
+ iface->get_model = gd_main_list_view_get_model;
+ iface->get_path_at_pos = gd_main_list_view_get_path_at_pos;
+ iface->scroll_to_path = gd_main_list_view_scroll_to_path;
+ iface->set_selection_mode = gd_main_list_view_set_selection_mode;
+}
+
+void
+gd_main_list_view_add_renderer (GdMainListView *self,
+ GtkCellRenderer *renderer,
+ GtkTreeCellDataFunc func,
+ gpointer user_data,
+ GDestroyNotify destroy)
+{
+ gtk_tree_view_column_pack_start (self->priv->tree_col, renderer, FALSE);
+ gtk_tree_view_column_set_cell_data_func (self->priv->tree_col, renderer,
+ func, user_data, destroy);
+}
+
+GtkWidget *
+gd_main_list_view_new (void)
+{
+ return g_object_new (GD_TYPE_MAIN_LIST_VIEW, NULL);
+}
diff --git a/subprojects/libgd/libgd/gd-main-list-view.h b/subprojects/libgd/libgd/gd-main-list-view.h
new file mode 100644
index 0000000..317e9c4
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-list-view.h
@@ -0,0 +1,80 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef __GD_MAIN_LIST_VIEW_H__
+#define __GD_MAIN_LIST_VIEW_H__
+
+#include <glib-object.h>
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_LIST_VIEW gd_main_list_view_get_type()
+
+#define GD_MAIN_LIST_VIEW(obj) \
+ (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
+ GD_TYPE_MAIN_LIST_VIEW, GdMainListView))
+
+#define GD_MAIN_LIST_VIEW_CLASS(klass) \
+ (G_TYPE_CHECK_CLASS_CAST ((klass), \
+ GD_TYPE_MAIN_LIST_VIEW, GdMainListViewClass))
+
+#define GD_IS_MAIN_LIST_VIEW(obj) \
+ (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
+ GD_TYPE_MAIN_LIST_VIEW))
+
+#define GD_IS_MAIN_LIST_VIEW_CLASS(klass) \
+ (G_TYPE_CHECK_CLASS_TYPE ((klass), \
+ GD_TYPE_MAIN_LIST_VIEW))
+
+#define GD_MAIN_LIST_VIEW_GET_CLASS(obj) \
+ (G_TYPE_INSTANCE_GET_CLASS ((obj), \
+ GD_TYPE_MAIN_LIST_VIEW, GdMainListViewClass))
+
+typedef struct _GdMainListView GdMainListView;
+typedef struct _GdMainListViewClass GdMainListViewClass;
+typedef struct _GdMainListViewPrivate GdMainListViewPrivate;
+
+struct _GdMainListView
+{
+ GtkTreeView parent;
+
+ GdMainListViewPrivate *priv;
+};
+
+struct _GdMainListViewClass
+{
+ GtkTreeViewClass parent_class;
+};
+
+GType gd_main_list_view_get_type (void) G_GNUC_CONST;
+
+GtkWidget * gd_main_list_view_new (void);
+
+void gd_main_list_view_add_renderer (GdMainListView *self,
+ GtkCellRenderer *renderer,
+ GtkTreeCellDataFunc func,
+ gpointer user_data,
+ GDestroyNotify destroy);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_LIST_VIEW_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-view-generic.c b/subprojects/libgd/libgd/gd-main-view-generic.c
new file mode 100644
index 0000000..51347e0
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-view-generic.c
@@ -0,0 +1,330 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "gd-main-view-generic.h"
+
+enum {
+ VIEW_SELECTION_CHANGED,
+ NUM_SIGNALS
+};
+
+static guint signals[NUM_SIGNALS] = { 0, };
+
+typedef GdMainViewGenericIface GdMainViewGenericInterface;
+G_DEFINE_INTERFACE (GdMainViewGeneric, gd_main_view_generic, GTK_TYPE_WIDGET)
+
+static void
+gd_main_view_generic_default_init (GdMainViewGenericInterface *iface)
+{
+ signals[VIEW_SELECTION_CHANGED] =
+ g_signal_new ("view-selection-changed",
+ GD_TYPE_MAIN_VIEW_GENERIC,
+ G_SIGNAL_RUN_LAST,
+ 0, NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+}
+
+/**
+ * gd_main_view_generic_set_model:
+ * @self:
+ * @model: (allow-none):
+ *
+ */
+void
+gd_main_view_generic_set_model (GdMainViewGeneric *self,
+ GtkTreeModel *model)
+{
+ GdMainViewGenericInterface *iface;
+
+ iface = GD_MAIN_VIEW_GENERIC_GET_IFACE (self);
+
+ (* iface->set_model) (self, model);
+}
+
+GtkTreePath *
+gd_main_view_generic_get_path_at_pos (GdMainViewGeneric *self,
+ gint x,
+ gint y)
+{
+ GdMainViewGenericInterface *iface;
+
+ iface = GD_MAIN_VIEW_GENERIC_GET_IFACE (self);
+
+ return (* iface->get_path_at_pos) (self, x, y);
+}
+
+void
+gd_main_view_generic_set_selection_mode (GdMainViewGeneric *self,
+ gboolean selection_mode)
+{
+ GdMainViewGenericInterface *iface;
+
+ iface = GD_MAIN_VIEW_GENERIC_GET_IFACE (self);
+
+ (* iface->set_selection_mode) (self, selection_mode);
+}
+
+
+typedef struct {
+ GtkTreePath *rubberband_start;
+ GtkTreePath *rubberband_end;
+} RubberbandInfo;
+
+static void
+rubber_band_info_destroy (RubberbandInfo *info)
+{
+ g_clear_pointer (&info->rubberband_start,
+ gtk_tree_path_free);
+ g_clear_pointer (&info->rubberband_end,
+ gtk_tree_path_free);
+ g_slice_free (RubberbandInfo, info);
+}
+
+static RubberbandInfo*
+get_rubber_band_info (GdMainViewGeneric *self)
+{
+ RubberbandInfo *info;
+
+ info = g_object_get_data (G_OBJECT (self), "gd-main-view-generic-rubber-band");
+ if (info == NULL)
+ {
+ info = g_slice_new0 (RubberbandInfo);
+ g_object_set_data_full (G_OBJECT (self), "gd-main-view-generic-rubber-band",
+ info, (GDestroyNotify)rubber_band_info_destroy);
+ }
+
+ return info;
+}
+
+void
+gd_main_view_generic_set_rubberband_range (GdMainViewGeneric *self,
+ GtkTreePath *start,
+ GtkTreePath *end)
+{
+ RubberbandInfo *info;
+
+ info = get_rubber_band_info (self);
+
+ if (start == NULL || end == NULL)
+ {
+ g_clear_pointer (&info->rubberband_start,
+ gtk_tree_path_free);
+ g_clear_pointer (&info->rubberband_end,
+ gtk_tree_path_free);
+ }
+ else
+ {
+ if (gtk_tree_path_compare (start, end) < 0)
+ {
+ info->rubberband_start = gtk_tree_path_copy (start);
+ info->rubberband_end = gtk_tree_path_copy (end);
+ }
+ else
+ {
+ info->rubberband_start = gtk_tree_path_copy (end);
+ info->rubberband_end = gtk_tree_path_copy (start);
+ }
+ }
+
+ gtk_widget_queue_draw (GTK_WIDGET (self));
+}
+
+void
+_gd_main_view_generic_get_rubberband_range (GdMainViewGeneric *self,
+ GtkTreePath **start,
+ GtkTreePath **end)
+{
+ RubberbandInfo *info;
+
+ info = get_rubber_band_info (self);
+
+ *start = info->rubberband_start;
+ *end = info->rubberband_end;
+}
+
+void
+gd_main_view_generic_scroll_to_path (GdMainViewGeneric *self,
+ GtkTreePath *path)
+{
+ GdMainViewGenericInterface *iface;
+
+ iface = GD_MAIN_VIEW_GENERIC_GET_IFACE (self);
+
+ (* iface->scroll_to_path) (self, path);
+}
+
+/**
+ * gd_main_view_generic_get_model:
+ *
+ * Returns: (transfer none): The associated model
+ */
+GtkTreeModel *
+gd_main_view_generic_get_model (GdMainViewGeneric *self)
+{
+ GdMainViewGenericInterface *iface;
+
+ iface = GD_MAIN_VIEW_GENERIC_GET_IFACE (self);
+
+ return (* iface->get_model) (self);
+}
+
+static gboolean
+build_selection_uris_foreach (GtkTreeModel *model,
+ GtkTreePath *path,
+ GtkTreeIter *iter,
+ gpointer user_data)
+{
+ GPtrArray *ptr_array = user_data;
+ gchar *uri;
+ gboolean is_selected;
+
+ gtk_tree_model_get (model, iter,
+ GD_MAIN_COLUMN_URI, &uri,
+ GD_MAIN_COLUMN_SELECTED, &is_selected,
+ -1);
+
+ if (is_selected)
+ g_ptr_array_add (ptr_array, uri);
+ else
+ g_free (uri);
+
+ return FALSE;
+}
+
+static gchar **
+model_get_selection_uris (GtkTreeModel *model)
+{
+ GPtrArray *ptr_array = g_ptr_array_new ();
+
+ gtk_tree_model_foreach (model,
+ build_selection_uris_foreach,
+ ptr_array);
+
+ g_ptr_array_add (ptr_array, NULL);
+ return (gchar **) g_ptr_array_free (ptr_array, FALSE);
+}
+
+static gboolean
+set_selection_foreach (GtkTreeModel *model,
+ GtkTreePath *path,
+ GtkTreeIter *iter,
+ gpointer user_data)
+{
+ gboolean selection = GPOINTER_TO_INT (user_data);
+ GtkTreeModel *actual_model;
+ GtkTreeIter real_iter;
+
+ if (GTK_IS_TREE_MODEL_FILTER (model))
+ {
+ actual_model = gtk_tree_model_filter_get_model (GTK_TREE_MODEL_FILTER (model));
+ gtk_tree_model_filter_convert_iter_to_child_iter (GTK_TREE_MODEL_FILTER (model),
+ &real_iter, iter);
+ }
+ else if (GTK_IS_TREE_MODEL_SORT (model))
+ {
+ actual_model = gtk_tree_model_sort_get_model (GTK_TREE_MODEL_SORT (model));
+ gtk_tree_model_sort_convert_iter_to_child_iter (GTK_TREE_MODEL_SORT (model),
+ &real_iter, iter);
+ }
+ else
+ {
+ actual_model = model;
+ real_iter = *iter;
+ }
+
+ if (GTK_IS_LIST_STORE (actual_model))
+ {
+ gtk_list_store_set (GTK_LIST_STORE (actual_model), &real_iter,
+ GD_MAIN_COLUMN_SELECTED, selection,
+ -1);
+ }
+ else
+ {
+ gtk_tree_store_set (GTK_TREE_STORE (actual_model), &real_iter,
+ GD_MAIN_COLUMN_SELECTED, selection,
+ -1);
+ }
+
+ return FALSE;
+}
+
+static void
+set_all_selection (GdMainViewGeneric *self,
+ GtkTreeModel *model,
+ gboolean selection)
+{
+ gtk_tree_model_foreach (model,
+ set_selection_foreach,
+ GINT_TO_POINTER (selection));
+ g_signal_emit (self, signals[VIEW_SELECTION_CHANGED], 0);
+}
+
+void
+gd_main_view_generic_select_all (GdMainViewGeneric *self)
+{
+ GtkTreeModel *model = gd_main_view_generic_get_model (self);
+
+ set_all_selection (self, model, TRUE);
+}
+
+void
+gd_main_view_generic_unselect_all (GdMainViewGeneric *self)
+{
+ GtkTreeModel *model = gd_main_view_generic_get_model (self);
+
+ set_all_selection (self, model, FALSE);
+}
+
+void
+_gd_main_view_generic_dnd_common (GtkTreeModel *model,
+ gboolean selection_mode,
+ GtkTreePath *path,
+ GtkSelectionData *data)
+{
+ gchar **uris;
+
+ if (selection_mode)
+ {
+ uris = model_get_selection_uris (model);
+ }
+ else
+ {
+ GtkTreeIter iter;
+ gboolean res;
+ gchar *uri = NULL;
+
+ if (path != NULL)
+ {
+ res = gtk_tree_model_get_iter (model, &iter, path);
+ if (res)
+ gtk_tree_model_get (model, &iter,
+ GD_MAIN_COLUMN_URI, &uri,
+ -1);
+ }
+
+ uris = g_new0 (gchar *, 2);
+ uris[0] = uri;
+ uris[1] = NULL;
+ }
+
+ gtk_selection_data_set_uris (data, uris);
+ g_strfreev (uris);
+}
diff --git a/subprojects/libgd/libgd/gd-main-view-generic.h b/subprojects/libgd/libgd/gd-main-view-generic.h
new file mode 100644
index 0000000..dd53e0e
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-view-generic.h
@@ -0,0 +1,117 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef __GD_MAIN_VIEW_GENERIC_H__
+#define __GD_MAIN_VIEW_GENERIC_H__
+
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+typedef enum {
+ GD_MAIN_COLUMN_ID,
+ GD_MAIN_COLUMN_URI,
+ GD_MAIN_COLUMN_PRIMARY_TEXT,
+ GD_MAIN_COLUMN_SECONDARY_TEXT,
+ GD_MAIN_COLUMN_ICON,
+ GD_MAIN_COLUMN_MTIME,
+ GD_MAIN_COLUMN_SELECTED,
+ GD_MAIN_COLUMN_PULSE,
+
+ GD_MAIN_COLUMN_LAST
+} GdMainColumns;
+
+#define GD_TYPE_MAIN_VIEW_GENERIC gd_main_view_generic_get_type()
+
+#define GD_MAIN_VIEW_GENERIC(obj) \
+ (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
+ GD_TYPE_MAIN_VIEW_GENERIC, GdMainViewGeneric))
+
+#define GD_MAIN_VIEW_GENERIC_CLASS(klass) \
+ (G_TYPE_CHECK_CLASS_CAST ((klass), \
+ GD_TYPE_MAIN_VIEW_GENERIC, GdMainViewGenericIface))
+
+#define GD_IS_MAIN_VIEW_GENERIC(obj) \
+ (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
+ GD_TYPE_MAIN_VIEW_GENERIC))
+
+#define GD_IS_MAIN_VIEW_GENERIC_CLASS(klass) \
+ (G_TYPE_CHECK_CLASS_TYPE ((klass), \
+ GD_TYPE_MAIN_VIEW_GENERIC))
+
+#define GD_MAIN_VIEW_GENERIC_GET_IFACE(obj) \
+ (G_TYPE_INSTANCE_GET_INTERFACE ((obj), \
+ GD_TYPE_MAIN_VIEW_GENERIC, GdMainViewGenericIface))
+
+typedef struct _GdMainViewGeneric GdMainViewGeneric;
+typedef struct _GdMainViewGenericIface GdMainViewGenericIface;
+
+struct _GdMainViewGenericIface
+{
+ GTypeInterface base_iface;
+
+ /* vtable */
+ void (* set_model) (GdMainViewGeneric *self,
+ GtkTreeModel *model);
+ GtkTreeModel * (* get_model) (GdMainViewGeneric *self);
+
+ GtkTreePath * (* get_path_at_pos) (GdMainViewGeneric *self,
+ gint x,
+ gint y);
+ void (* scroll_to_path) (GdMainViewGeneric *self,
+ GtkTreePath *path);
+ void (* set_selection_mode) (GdMainViewGeneric *self,
+ gboolean selection_mode);
+};
+
+GType gd_main_view_generic_get_type (void) G_GNUC_CONST;
+
+void gd_main_view_generic_set_model (GdMainViewGeneric *self,
+ GtkTreeModel *model);
+GtkTreeModel * gd_main_view_generic_get_model (GdMainViewGeneric *self);
+
+void gd_main_view_generic_scroll_to_path (GdMainViewGeneric *self,
+ GtkTreePath *path);
+void gd_main_view_generic_set_selection_mode (GdMainViewGeneric *self,
+ gboolean selection_mode);
+GtkTreePath * gd_main_view_generic_get_path_at_pos (GdMainViewGeneric *self,
+ gint x,
+ gint y);
+void gd_main_view_generic_select_all (GdMainViewGeneric *self);
+void gd_main_view_generic_unselect_all (GdMainViewGeneric *self);
+void gd_main_view_generic_set_rubberband_range (GdMainViewGeneric *self,
+ GtkTreePath *start,
+ GtkTreePath *end);
+
+/* private */
+void _gd_main_view_generic_dnd_common (GtkTreeModel *model,
+ gboolean selection_mode,
+ GtkTreePath *path,
+ GtkSelectionData *data);
+void _gd_main_view_generic_get_rubberband_range (GdMainViewGeneric *self,
+ GtkTreePath **start,
+ GtkTreePath **end);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_VIEW_GENERIC_H__ */
diff --git a/subprojects/libgd/libgd/gd-main-view.c b/subprojects/libgd/libgd/gd-main-view.c
new file mode 100644
index 0000000..008162b
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-view.c
@@ -0,0 +1,1160 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "gd-main-view.h"
+
+#include "gd-icon-utils.h"
+#include "gd-main-view-generic.h"
+#include "gd-main-icon-view.h"
+#include "gd-main-list-view.h"
+
+#include <math.h>
+#include <cairo-gobject.h>
+
+#define MAIN_VIEW_TYPE_INITIAL -1
+#define MAIN_VIEW_DND_ICON_OFFSET 20
+#define MAIN_VIEW_RUBBERBAND_SELECT_TRIGGER_LENGTH 32
+
+typedef struct _GdMainViewPrivate GdMainViewPrivate;
+
+struct _GdMainViewPrivate {
+ GdMainViewType current_type;
+ gboolean selection_mode;
+
+ GtkWidget *current_view;
+ GtkTreeModel *model;
+
+ gboolean track_motion;
+ gboolean rubberband_select;
+ GtkTreePath *rubberband_select_first_path;
+ GtkTreePath *rubberband_select_last_path;
+ int button_down_x;
+ int button_down_y;
+
+ gchar *button_press_item_path;
+
+ gchar *last_selected_id;
+};
+
+enum {
+ PROP_VIEW_TYPE = 1,
+ PROP_SELECTION_MODE,
+ PROP_MODEL,
+ NUM_PROPERTIES
+};
+
+enum {
+ ITEM_ACTIVATED = 1,
+ SELECTION_MODE_REQUEST,
+ VIEW_SELECTION_CHANGED,
+ NUM_SIGNALS
+};
+
+static GParamSpec *properties[NUM_PROPERTIES] = { NULL, };
+static guint signals[NUM_SIGNALS] = { 0, };
+
+G_DEFINE_TYPE_WITH_PRIVATE (GdMainView, gd_main_view, GTK_TYPE_SCROLLED_WINDOW)
+
+static void
+gd_main_view_dispose (GObject *obj)
+{
+ GdMainView *self = GD_MAIN_VIEW (obj);
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ g_clear_object (&priv->model);
+
+ G_OBJECT_CLASS (gd_main_view_parent_class)->dispose (obj);
+}
+
+static void
+gd_main_view_finalize (GObject *obj)
+{
+ GdMainView *self = GD_MAIN_VIEW (obj);
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ g_free (priv->button_press_item_path);
+ g_free (priv->last_selected_id);
+
+ if (priv->rubberband_select_first_path)
+ gtk_tree_path_free (priv->rubberband_select_first_path);
+
+ if (priv->rubberband_select_last_path)
+ gtk_tree_path_free (priv->rubberband_select_last_path);
+
+ G_OBJECT_CLASS (gd_main_view_parent_class)->finalize (obj);
+}
+
+static void
+gd_main_view_init (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+ GtkStyleContext *context;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ /* so that we get constructed with the right view even at startup */
+ priv->current_type = MAIN_VIEW_TYPE_INITIAL;
+
+ gtk_widget_set_hexpand (GTK_WIDGET (self), TRUE);
+ gtk_widget_set_vexpand (GTK_WIDGET (self), TRUE);
+ gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (self), GTK_SHADOW_IN);
+ gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (self),
+ GTK_POLICY_NEVER,
+ GTK_POLICY_AUTOMATIC);
+
+ context = gtk_widget_get_style_context (GTK_WIDGET (self));
+ gtk_style_context_add_class (context, "documents-scrolledwin");
+}
+
+static void
+gd_main_view_get_property (GObject *object,
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GdMainView *self = GD_MAIN_VIEW (object);
+
+ switch (property_id)
+ {
+ case PROP_VIEW_TYPE:
+ g_value_set_int (value, gd_main_view_get_view_type (self));
+ break;
+ case PROP_SELECTION_MODE:
+ g_value_set_boolean (value, gd_main_view_get_selection_mode (self));
+ break;
+ case PROP_MODEL:
+ g_value_set_object (value, gd_main_view_get_model (self));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_view_set_property (GObject *object,
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GdMainView *self = GD_MAIN_VIEW (object);
+
+ switch (property_id)
+ {
+ case PROP_VIEW_TYPE:
+ gd_main_view_set_view_type (self, g_value_get_int (value));
+ break;
+ case PROP_SELECTION_MODE:
+ gd_main_view_set_selection_mode (self, g_value_get_boolean (value));
+ break;
+ case PROP_MODEL:
+ gd_main_view_set_model (self, g_value_get_object (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_main_view_class_init (GdMainViewClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+
+ oclass->get_property = gd_main_view_get_property;
+ oclass->set_property = gd_main_view_set_property;
+ oclass->dispose = gd_main_view_dispose;
+ oclass->finalize = gd_main_view_finalize;
+
+ properties[PROP_VIEW_TYPE] =
+ g_param_spec_int ("view-type",
+ "View type",
+ "View type",
+ GD_MAIN_VIEW_ICON,
+ GD_MAIN_VIEW_LIST,
+ GD_MAIN_VIEW_ICON,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_SELECTION_MODE] =
+ g_param_spec_boolean ("selection-mode",
+ "Selection mode",
+ "Whether the view is in selection mode",
+ FALSE,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_MODEL] =
+ g_param_spec_object ("model",
+ "Model",
+ "The GtkTreeModel",
+ GTK_TYPE_TREE_MODEL,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
+ G_PARAM_STATIC_STRINGS);
+
+ signals[ITEM_ACTIVATED] =
+ g_signal_new ("item-activated",
+ GD_TYPE_MAIN_VIEW,
+ G_SIGNAL_RUN_LAST,
+ 0, NULL, NULL, NULL,
+ G_TYPE_NONE, 2,
+ G_TYPE_STRING,
+ GTK_TYPE_TREE_PATH);
+
+ signals[SELECTION_MODE_REQUEST] =
+ g_signal_new ("selection-mode-request",
+ GD_TYPE_MAIN_VIEW,
+ G_SIGNAL_RUN_LAST,
+ 0, NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+
+ signals[VIEW_SELECTION_CHANGED] =
+ g_signal_new ("view-selection-changed",
+ GD_TYPE_MAIN_VIEW,
+ G_SIGNAL_RUN_LAST,
+ 0, NULL, NULL, NULL,
+ G_TYPE_NONE, 0);
+
+ g_object_class_install_properties (oclass, NUM_PROPERTIES, properties);
+}
+
+static GdMainViewGeneric *
+get_generic (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (priv->current_view != NULL)
+ return GD_MAIN_VIEW_GENERIC (priv->current_view);
+
+ return NULL;
+}
+
+static void
+do_select_row (GdMainView *self,
+ GtkTreeIter *iter,
+ gboolean value)
+{
+ GdMainViewPrivate *priv;
+ GtkTreeModel *model;
+ GtkTreeIter my_iter;
+ GtkTreePath *path;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ model = priv->model;
+ my_iter = *iter;
+
+ while (GTK_IS_TREE_MODEL_FILTER (model) ||
+ GTK_IS_TREE_MODEL_SORT (model))
+ {
+ GtkTreeIter child_iter;
+
+ if (GTK_IS_TREE_MODEL_FILTER (model))
+ {
+ GtkTreeModelFilter *filter;
+
+ filter = GTK_TREE_MODEL_FILTER (model);
+ gtk_tree_model_filter_convert_iter_to_child_iter (filter, &child_iter, &my_iter);
+ model = gtk_tree_model_filter_get_model (filter);
+ }
+ else
+ {
+ GtkTreeModelSort *sort;
+
+ sort = GTK_TREE_MODEL_SORT (model);
+ gtk_tree_model_sort_convert_iter_to_child_iter (sort, &child_iter, &my_iter);
+ model = gtk_tree_model_sort_get_model (sort);
+ }
+
+ my_iter = child_iter;
+ }
+
+ if (GTK_IS_LIST_STORE (model))
+ {
+ gtk_list_store_set (GTK_LIST_STORE (model), &my_iter,
+ GD_MAIN_COLUMN_SELECTED, value,
+ -1);
+ }
+ else
+ {
+ gtk_tree_store_set (GTK_TREE_STORE (model), &my_iter,
+ GD_MAIN_COLUMN_SELECTED, value,
+ -1);
+ }
+
+ /* And tell the view model that something changed */
+ path = gtk_tree_model_get_path (priv->model, iter);
+ if (path)
+ {
+ gtk_tree_model_row_changed (priv->model, path, iter);
+ gtk_tree_path_free (path);
+ }
+}
+
+static void
+selection_mode_do_select_range (GdMainView *self,
+ GtkTreeIter *first_element,
+ GtkTreeIter *last_element)
+{
+ GdMainViewPrivate *priv;
+ GtkTreeIter iter;
+ GtkTreePath *path, *last_path;
+ gboolean equal;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ path = gtk_tree_model_get_path (priv->model, first_element);
+ last_path = gtk_tree_model_get_path (priv->model, last_element);
+ if (gtk_tree_path_compare (path, last_path) > 0)
+ {
+ gtk_tree_path_free (last_path);
+ last_path = path;
+ iter = *last_element;
+ }
+ else
+ {
+ gtk_tree_path_free (path);
+ iter = *first_element;
+ }
+
+ do
+ {
+ do_select_row (self, &iter, TRUE);
+
+ path = gtk_tree_model_get_path (priv->model, &iter);
+ equal = (gtk_tree_path_compare (path, last_path) == 0);
+ gtk_tree_path_free (path);
+
+ if (equal)
+ break;
+ }
+ while (gtk_tree_model_iter_next (priv->model, &iter));
+
+ gtk_tree_path_free (last_path);
+}
+
+static void
+selection_mode_select_range (GdMainView *self,
+ GtkTreeIter *iter)
+{
+ GdMainViewPrivate *priv;
+ GtkTreeIter other;
+ gboolean found = FALSE;
+ gboolean selected;
+ char *id;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (priv->last_selected_id != NULL &&
+ gtk_tree_model_get_iter_first (priv->model, &other))
+ {
+ do
+ {
+ gtk_tree_model_get (priv->model, &other,
+ GD_MAIN_COLUMN_ID, &id,
+ -1);
+ if (g_strcmp0 (id, priv->last_selected_id) == 0)
+ {
+ g_free (id);
+ found = TRUE;
+ break;
+ }
+ g_free (id);
+ }
+ while (gtk_tree_model_iter_next (priv->model, &other));
+ }
+
+ if (!found)
+ {
+ other = *iter;
+ while (gtk_tree_model_iter_previous (priv->model, &other))
+ {
+ gtk_tree_model_get (priv->model, &other,
+ GD_MAIN_COLUMN_SELECTED, &selected,
+ -1);
+
+ if (selected)
+ {
+ found = TRUE;
+ break;
+ }
+ }
+ }
+
+ if (!found)
+ {
+ other = *iter;
+ while (gtk_tree_model_iter_next (priv->model, &other))
+ {
+ gtk_tree_model_get (priv->model, &other,
+ GD_MAIN_COLUMN_SELECTED, &selected,
+ -1);
+ if (selected)
+ {
+ found = TRUE;
+ break;
+ }
+ }
+ }
+
+ if (found)
+ selection_mode_do_select_range (self, iter, &other);
+ else
+ {
+ /* no other selected element found, just select the iter */
+ do_select_row (self, iter, TRUE);
+ }
+
+ g_signal_emit (self, signals[VIEW_SELECTION_CHANGED], 0);
+}
+
+static gboolean
+toggle_selection_for_path (GdMainView *self,
+ GtkTreePath *path,
+ gboolean select_range)
+{
+ GdMainViewPrivate *priv;
+ gboolean selected;
+ GtkTreeIter iter;
+ char *id;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (priv->model == NULL)
+ return FALSE;
+
+ if (!gtk_tree_model_get_iter (priv->model, &iter, path))
+ return FALSE;
+
+ gtk_tree_model_get (priv->model, &iter,
+ GD_MAIN_COLUMN_SELECTED, &selected,
+ -1);
+
+ if (selected)
+ {
+ do_select_row (self, &iter, FALSE);
+ }
+ else if (!selected)
+ {
+ if (select_range)
+ selection_mode_select_range (self, &iter);
+ else
+ {
+ gtk_tree_model_get (priv->model, &iter,
+ GD_MAIN_COLUMN_ID, &id,
+ -1);
+ g_free (priv->last_selected_id);
+ priv->last_selected_id = id;
+
+ do_select_row (self, &iter, TRUE);
+ }
+ }
+
+ g_signal_emit (self, signals[VIEW_SELECTION_CHANGED], 0);
+
+ return FALSE;
+}
+
+static gboolean
+activate_item_for_path (GdMainView *self,
+ GtkTreePath *path)
+{
+ GdMainViewPrivate *priv;
+ GtkTreeIter iter;
+ gchar *id;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (priv->model == NULL)
+ return FALSE;
+
+ if (!gtk_tree_model_get_iter (priv->model, &iter, path))
+ return FALSE;
+
+ gtk_tree_model_get (priv->model, &iter,
+ GD_MAIN_COLUMN_ID, &id,
+ -1);
+
+ g_signal_emit (self, signals[ITEM_ACTIVATED], 0, id, path);
+ g_free (id);
+
+ return FALSE;
+}
+
+static gboolean
+on_button_release_selection_mode (GdMainView *self,
+ GdkEventButton *event,
+ GtkTreePath *path)
+{
+ return toggle_selection_for_path (self, path, ((event->state & GDK_SHIFT_MASK) != 0));
+}
+
+static gboolean
+on_button_release_view_mode (GdMainView *self,
+ GdkEventButton *event,
+ GtkTreePath *path)
+{
+ return activate_item_for_path (self, path);
+}
+
+static gboolean
+event_triggers_selection_mode (GdkEventButton *event)
+{
+ return
+ (event->button == 3) ||
+ ((event->button == 1) && (event->state & GDK_CONTROL_MASK));
+}
+
+static gboolean
+on_button_release_event (GtkWidget *view,
+ GdkEventButton *event,
+ gpointer user_data)
+{
+ GdMainView *self = user_data;
+ GdMainViewPrivate *priv;
+ GdMainViewGeneric *generic = get_generic (self);
+ GtkTreePath *path, *start_path, *end_path, *tmp_path;
+ GtkTreeIter iter;
+ gchar *button_release_item_path;
+ gboolean selection_mode;
+ gboolean res, same_item = FALSE;
+ gboolean is_selected;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ /* eat double/triple click events */
+ if (event->type != GDK_BUTTON_RELEASE)
+ return TRUE;
+
+ path = gd_main_view_generic_get_path_at_pos (generic, event->x, event->y);
+
+ if (path != NULL)
+ {
+ button_release_item_path = gtk_tree_path_to_string (path);
+ if (g_strcmp0 (priv->button_press_item_path, button_release_item_path) == 0)
+ same_item = TRUE;
+
+ g_free (button_release_item_path);
+ }
+
+ g_free (priv->button_press_item_path);
+ priv->button_press_item_path = NULL;
+
+ priv->track_motion = FALSE;
+ if (priv->rubberband_select)
+ {
+ priv->rubberband_select = FALSE;
+ gd_main_view_generic_set_rubberband_range (get_generic (self), NULL, NULL);
+ if (priv->rubberband_select_last_path)
+ {
+ if (!priv->selection_mode)
+ g_signal_emit (self, signals[SELECTION_MODE_REQUEST], 0);
+ if (!priv->selection_mode)
+ {
+ res = FALSE;
+ goto out;
+ }
+
+ start_path = gtk_tree_path_copy (priv->rubberband_select_first_path);
+ end_path = gtk_tree_path_copy (priv->rubberband_select_last_path);
+ if (gtk_tree_path_compare (start_path, end_path) > 0)
+ {
+ tmp_path = start_path;
+ start_path = end_path;
+ end_path = tmp_path;
+ }
+
+ while (gtk_tree_path_compare (start_path, end_path) <= 0)
+ {
+ if (gtk_tree_model_get_iter (priv->model,
+ &iter, start_path))
+ {
+ gtk_tree_model_get (priv->model, &iter,
+ GD_MAIN_COLUMN_SELECTED, &is_selected,
+ -1);
+ do_select_row (self, &iter, !is_selected);
+ }
+
+ gtk_tree_path_next (start_path);
+ }
+
+ g_signal_emit (self, signals[VIEW_SELECTION_CHANGED], 0);
+
+ gtk_tree_path_free (start_path);
+ gtk_tree_path_free (end_path);
+ }
+
+ g_clear_pointer (&priv->rubberband_select_first_path,
+ gtk_tree_path_free);
+ g_clear_pointer (&priv->rubberband_select_last_path,
+ gtk_tree_path_free);
+
+ res = TRUE;
+ goto out;
+ }
+
+ if (!same_item)
+ {
+ res = FALSE;
+ goto out;
+ }
+
+ selection_mode = priv->selection_mode;
+
+ if (!selection_mode)
+ {
+ if (event_triggers_selection_mode (event))
+ {
+ g_signal_emit (self, signals[SELECTION_MODE_REQUEST], 0);
+ if (!priv->selection_mode)
+ {
+ res = FALSE;
+ goto out;
+ }
+ selection_mode = priv->selection_mode;
+ }
+ }
+
+ if (selection_mode)
+ res = on_button_release_selection_mode (self, event, path);
+ else
+ res = on_button_release_view_mode (self, event, path);
+
+ out:
+ gtk_tree_path_free (path);
+ return res;
+}
+
+static gboolean
+on_button_press_event (GtkWidget *view,
+ GdkEventButton *event,
+ gpointer user_data)
+{
+ GdMainView *self = user_data;
+ GdMainViewPrivate *priv;
+ GdMainViewGeneric *generic = get_generic (self);
+ GtkTreePath *path;
+ GList *selection, *l;
+ GtkTreePath *sel_path;
+ gboolean found = FALSE;
+ gboolean force_selection;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ path = gd_main_view_generic_get_path_at_pos (generic, event->x, event->y);
+
+ if (path != NULL)
+ priv->button_press_item_path = gtk_tree_path_to_string (path);
+
+ force_selection = event_triggers_selection_mode (event);
+ if (!priv->selection_mode && !force_selection)
+ {
+ gtk_tree_path_free (path);
+ return FALSE;
+ }
+
+ if (path && !force_selection)
+ {
+ selection = gd_main_view_get_selection (self);
+
+ for (l = selection; l != NULL; l = l->next)
+ {
+ sel_path = l->data;
+ if (gtk_tree_path_compare (path, sel_path) == 0)
+ {
+ found = TRUE;
+ break;
+ }
+ }
+
+ if (selection != NULL)
+ g_list_free_full (selection, (GDestroyNotify) gtk_tree_path_free);
+ }
+
+ /* if we did not find the item in the selection, block
+ * drag and drop, while in selection mode
+ */
+ if (!found)
+ {
+ priv->track_motion = TRUE;
+ priv->rubberband_select = FALSE;
+ priv->rubberband_select_first_path = NULL;
+ priv->rubberband_select_last_path = NULL;
+ priv->button_down_x = event->x;
+ priv->button_down_y = event->y;
+ return TRUE;
+ }
+ else
+ return FALSE;
+}
+
+static gboolean
+on_motion_event (GtkWidget *widget,
+ GdkEventMotion *event,
+ gpointer user_data)
+{
+ GdMainView *self = user_data;
+ GdMainViewPrivate *priv;
+ GtkTreePath *path;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (priv->track_motion)
+ {
+ if (!priv->rubberband_select &&
+ (event->x - priv->button_down_x) * (event->x - priv->button_down_x) +
+ (event->y - priv->button_down_y) * (event->y - priv->button_down_y) >
+ MAIN_VIEW_RUBBERBAND_SELECT_TRIGGER_LENGTH * MAIN_VIEW_RUBBERBAND_SELECT_TRIGGER_LENGTH)
+ {
+ priv->rubberband_select = TRUE;
+ if (priv->button_press_item_path)
+ {
+ priv->rubberband_select_first_path =
+ gtk_tree_path_new_from_string (priv->button_press_item_path);
+ }
+ }
+
+ if (priv->rubberband_select)
+ {
+ path = gd_main_view_generic_get_path_at_pos (get_generic (self), event->x, event->y);
+ if (path != NULL)
+ {
+ if (priv->rubberband_select_first_path == NULL)
+ priv->rubberband_select_first_path = gtk_tree_path_copy (path);
+
+ if (priv->rubberband_select_last_path == NULL ||
+ gtk_tree_path_compare (priv->rubberband_select_last_path, path) != 0)
+ {
+ if (priv->rubberband_select_last_path)
+ gtk_tree_path_free (priv->rubberband_select_last_path);
+ priv->rubberband_select_last_path = path;
+
+ gd_main_view_generic_set_rubberband_range (get_generic (self),
+ priv->rubberband_select_first_path,
+ priv->rubberband_select_last_path);
+ }
+ else
+ gtk_tree_path_free (path);
+ }
+ }
+ }
+ return FALSE;
+}
+
+static void
+on_drag_begin (GdMainViewGeneric *generic,
+ GdkDragContext *drag_context,
+ gpointer user_data)
+{
+ GdMainView *self = user_data;
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (priv->button_press_item_path != NULL)
+ {
+ gboolean res;
+ GtkTreeIter iter;
+ gpointer data;
+ cairo_surface_t *surface = NULL;
+ GtkTreePath *path;
+ GType column_gtype;
+
+ path = gtk_tree_path_new_from_string (priv->button_press_item_path);
+ res = gtk_tree_model_get_iter (priv->model,
+ &iter, path);
+ if (res)
+ gtk_tree_model_get (priv->model, &iter,
+ GD_MAIN_COLUMN_ICON, &data,
+ -1);
+
+ column_gtype = gtk_tree_model_get_column_type (priv->model,
+ GD_MAIN_COLUMN_ICON);
+
+ if (column_gtype == CAIRO_GOBJECT_TYPE_SURFACE)
+ {
+ surface = gd_copy_image_surface (data);
+ cairo_surface_destroy (data);
+ }
+ else if (column_gtype == GDK_TYPE_PIXBUF)
+ {
+ surface = gdk_cairo_surface_create_from_pixbuf (data, 1, NULL);
+ g_object_unref (data);
+ }
+ else
+ g_assert_not_reached ();
+
+ if (priv->selection_mode &&
+ surface != NULL)
+ {
+ GList *selection;
+ cairo_surface_t *counter;
+
+ selection = gd_main_view_get_selection (self);
+
+ if (g_list_length (selection) > 1)
+ {
+ counter = gd_create_surface_with_counter (GTK_WIDGET (self), surface, g_list_length (selection));
+ cairo_surface_destroy (surface);
+ surface = counter;
+ }
+
+ if (selection != NULL)
+ g_list_free_full (selection, (GDestroyNotify) gtk_tree_path_free);
+ }
+
+ if (surface != NULL)
+ {
+ cairo_surface_set_device_offset (surface,
+ -MAIN_VIEW_DND_ICON_OFFSET,
+ -MAIN_VIEW_DND_ICON_OFFSET);
+ gtk_drag_set_icon_surface (drag_context, surface);
+ cairo_surface_destroy (surface);
+ }
+
+ gtk_tree_path_free (path);
+ }
+}
+
+static void
+on_view_path_activated (GdMainView *self,
+ GtkTreePath *path)
+{
+ GdMainViewPrivate *priv;
+ GdkModifierType state;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ gtk_get_current_event_state (&state);
+
+ if (priv->selection_mode || (state & GDK_CONTROL_MASK) != 0)
+ {
+ if (!priv->selection_mode)
+ g_signal_emit (self, signals[SELECTION_MODE_REQUEST], 0);
+ toggle_selection_for_path (self, path, ((state & GDK_SHIFT_MASK) != 0));
+ }
+ else
+ activate_item_for_path (self, path);
+}
+
+static void
+on_list_view_row_activated (GtkTreeView *tree_view,
+ GtkTreePath *path,
+ GtkTreeViewColumn *column,
+ gpointer user_data)
+{
+ GdMainView *self = user_data;
+ on_view_path_activated (self, path);
+}
+
+static void
+on_icon_view_item_activated (GtkIconView *icon_view,
+ GtkTreePath *path,
+ gpointer user_data)
+{
+ GdMainView *self = user_data;
+ on_view_path_activated (self, path);
+}
+
+static void
+on_view_selection_changed (GtkWidget *view,
+ gpointer user_data)
+{
+ GdMainView *self = user_data;
+
+ g_signal_emit (self, signals[VIEW_SELECTION_CHANGED], 0);
+}
+
+static void
+on_row_deleted_cb (GtkTreeModel *model,
+ GtkTreePath *path,
+ gpointer user_data)
+{
+ GdMainView *self = user_data;
+
+ g_signal_emit (self, signals[VIEW_SELECTION_CHANGED], 0);
+}
+
+static void
+gd_main_view_apply_model (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+ GdMainViewGeneric *generic = get_generic (self);
+
+ priv = gd_main_view_get_instance_private (self);
+ gd_main_view_generic_set_model (generic, priv->model);
+}
+
+static void
+gd_main_view_apply_selection_mode (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+ GdMainViewGeneric *generic = get_generic (self);
+
+ priv = gd_main_view_get_instance_private (self);
+
+ gd_main_view_generic_set_selection_mode (generic, priv->selection_mode);
+
+ if (!priv->selection_mode)
+ {
+ g_clear_pointer (&priv->last_selected_id, g_free);
+ if (priv->model != NULL)
+ gd_main_view_unselect_all (self);
+ }
+}
+
+static void
+gd_main_view_rebuild (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+ GtkStyleContext *context;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (priv->current_view != NULL)
+ gtk_widget_destroy (priv->current_view);
+
+ if (priv->current_type == GD_MAIN_VIEW_ICON)
+ {
+ priv->current_view = gd_main_icon_view_new ();
+ g_signal_connect (priv->current_view, "item-activated",
+ G_CALLBACK (on_icon_view_item_activated), self);
+ }
+ else
+ {
+ priv->current_view = gd_main_list_view_new ();
+ g_signal_connect (priv->current_view, "row-activated",
+ G_CALLBACK (on_list_view_row_activated), self);
+ }
+
+ context = gtk_widget_get_style_context (priv->current_view);
+ gtk_style_context_add_class (context, "content-view");
+
+ gtk_container_add (GTK_CONTAINER (self), priv->current_view);
+
+ g_signal_connect (priv->current_view, "button-press-event",
+ G_CALLBACK (on_button_press_event), self);
+ g_signal_connect (priv->current_view, "button-release-event",
+ G_CALLBACK (on_button_release_event), self);
+ g_signal_connect (priv->current_view, "motion-notify-event",
+ G_CALLBACK (on_motion_event), self);
+ g_signal_connect_after (priv->current_view, "drag-begin",
+ G_CALLBACK (on_drag_begin), self);
+ g_signal_connect (priv->current_view, "view-selection-changed",
+ G_CALLBACK (on_view_selection_changed), self);
+
+ gd_main_view_apply_model (self);
+ gd_main_view_apply_selection_mode (self);
+
+ gtk_widget_show_all (GTK_WIDGET (self));
+}
+
+GdMainView *
+gd_main_view_new (GdMainViewType type)
+{
+ return g_object_new (GD_TYPE_MAIN_VIEW,
+ "view-type", type,
+ NULL);
+}
+
+void
+gd_main_view_set_view_type (GdMainView *self,
+ GdMainViewType type)
+{
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (type != priv->current_type)
+ {
+ priv->current_type = type;
+ gd_main_view_rebuild (self);
+
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_VIEW_TYPE]);
+ }
+}
+
+GdMainViewType
+gd_main_view_get_view_type (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+ return priv->current_type;
+}
+
+void
+gd_main_view_set_selection_mode (GdMainView *self,
+ gboolean selection_mode)
+{
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (selection_mode != priv->selection_mode)
+ {
+ priv->selection_mode = selection_mode;
+ gd_main_view_apply_selection_mode (self);
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_SELECTION_MODE]);
+ }
+}
+
+gboolean
+gd_main_view_get_selection_mode (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+ return priv->selection_mode;
+}
+
+/**
+ * gd_main_view_set_model:
+ * @self:
+ * @model: (allow-none):
+ *
+ */
+void
+gd_main_view_set_model (GdMainView *self,
+ GtkTreeModel *model)
+{
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ if (model != priv->model)
+ {
+ if (priv->model)
+ g_signal_handlers_disconnect_by_func (priv->model,
+ on_row_deleted_cb, self);
+
+ g_clear_object (&priv->model);
+
+ if (model)
+ {
+ priv->model = g_object_ref (model);
+ g_signal_connect (priv->model, "row-deleted",
+ G_CALLBACK (on_row_deleted_cb), self);
+ }
+ else
+ {
+ priv->model = NULL;
+ }
+
+ gd_main_view_apply_model (self);
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MODEL]);
+ }
+}
+
+/**
+ * gd_main_view_get_model:
+ * @self:
+ *
+ * Returns: (transfer none):
+ */
+GtkTreeModel *
+gd_main_view_get_model (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+ return priv->model;
+}
+
+/**
+ * gd_main_view_get_generic_view:
+ * @self:
+ *
+ * Returns: (transfer none):
+ */
+GtkWidget *
+gd_main_view_get_generic_view (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+
+ priv = gd_main_view_get_instance_private (self);
+ return priv->current_view;
+}
+
+static gboolean
+build_selection_list_foreach (GtkTreeModel *model,
+ GtkTreePath *path,
+ GtkTreeIter *iter,
+ gpointer user_data)
+{
+ GList **sel = user_data;
+ gboolean is_selected;
+
+ gtk_tree_model_get (model, iter,
+ GD_MAIN_COLUMN_SELECTED, &is_selected,
+ -1);
+
+ if (is_selected)
+ *sel = g_list_prepend (*sel, gtk_tree_path_copy (path));
+
+ return FALSE;
+}
+
+/**
+ * gd_main_view_get_selection:
+ * @self:
+ *
+ * Returns: (element-type GtkTreePath) (transfer full):
+ */
+GList *
+gd_main_view_get_selection (GdMainView *self)
+{
+ GdMainViewPrivate *priv;
+ GList *retval = NULL;
+
+ priv = gd_main_view_get_instance_private (self);
+
+ gtk_tree_model_foreach (priv->model,
+ build_selection_list_foreach,
+ &retval);
+
+ return g_list_reverse (retval);
+}
+
+void
+gd_main_view_select_all (GdMainView *self)
+{
+ GdMainViewGeneric *generic = get_generic (self);
+
+ gd_main_view_generic_select_all (generic);
+}
+
+void
+gd_main_view_unselect_all (GdMainView *self)
+{
+ GdMainViewGeneric *generic = get_generic (self);
+
+ gd_main_view_generic_unselect_all (generic);
+}
diff --git a/subprojects/libgd/libgd/gd-main-view.h b/subprojects/libgd/libgd/gd-main-view.h
new file mode 100644
index 0000000..4f8afe7
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-main-view.h
@@ -0,0 +1,65 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef __GD_MAIN_VIEW_H__
+#define __GD_MAIN_VIEW_H__
+
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MAIN_VIEW gd_main_view_get_type()
+G_DECLARE_DERIVABLE_TYPE (GdMainView, gd_main_view, GD, MAIN_VIEW, GtkScrolledWindow)
+
+typedef enum {
+ GD_MAIN_VIEW_ICON,
+ GD_MAIN_VIEW_LIST
+} GdMainViewType;
+
+struct _GdMainViewClass {
+ GtkScrolledWindowClass parent_class;
+};
+
+GdMainView * gd_main_view_new (GdMainViewType type);
+void gd_main_view_set_view_type (GdMainView *self,
+ GdMainViewType type);
+GdMainViewType gd_main_view_get_view_type (GdMainView *self);
+
+void gd_main_view_set_selection_mode (GdMainView *self,
+ gboolean selection_mode);
+gboolean gd_main_view_get_selection_mode (GdMainView *self);
+
+GList * gd_main_view_get_selection (GdMainView *self);
+
+void gd_main_view_select_all (GdMainView *self);
+void gd_main_view_unselect_all (GdMainView *self);
+
+GtkTreeModel * gd_main_view_get_model (GdMainView *self);
+void gd_main_view_set_model (GdMainView *self,
+ GtkTreeModel *model);
+
+GtkWidget * gd_main_view_get_generic_view (GdMainView *self);
+
+G_END_DECLS
+
+#endif /* __GD_MAIN_VIEW_H__ */
diff --git a/subprojects/libgd/libgd/gd-margin-container.c b/subprojects/libgd/libgd/gd-margin-container.c
new file mode 100644
index 0000000..20f2046
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-margin-container.c
@@ -0,0 +1,377 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "config.h"
+
+#include "gd-margin-container.h"
+
+G_DEFINE_TYPE_WITH_CODE (GdMarginContainer, gd_margin_container, GTK_TYPE_BIN,
+ G_ADD_PRIVATE (GdMarginContainer)
+ G_IMPLEMENT_INTERFACE (GTK_TYPE_ORIENTABLE,
+ NULL))
+
+struct _GdMarginContainerPrivate {
+ gint min_margin;
+ gint max_margin;
+
+ GtkOrientation orientation;
+};
+
+enum {
+ PROP_MIN_MARGIN = 1,
+ PROP_MAX_MARGIN,
+ PROP_ORIENTATION,
+ NUM_PROPERTIES
+};
+
+static void
+gd_margin_container_queue_redraw (GdMarginContainer *self)
+{
+ GtkWidget *child;
+
+ /* Make sure that the widget and children are redrawn with the new setting: */
+ child = gtk_bin_get_child (GTK_BIN (self));
+ if (child)
+ gtk_widget_queue_resize (child);
+
+ gtk_widget_queue_draw (GTK_WIDGET (self));
+}
+
+static void
+gd_margin_container_set_orientation (GdMarginContainer *self,
+ GtkOrientation orientation)
+{
+ if (self->priv->orientation != orientation)
+ {
+ self->priv->orientation = orientation;
+ g_object_notify (G_OBJECT (self), "orientation");
+
+ gd_margin_container_queue_redraw (self);
+ }
+}
+
+static void
+gd_margin_container_set_min_margin (GdMarginContainer *self,
+ gint min_margin)
+{
+ if (self->priv->min_margin != min_margin)
+ {
+ self->priv->min_margin = min_margin;
+ g_object_notify (G_OBJECT (self), "min-margin");
+
+ gd_margin_container_queue_redraw (self);
+ }
+}
+
+static void
+gd_margin_container_set_max_margin (GdMarginContainer *self,
+ gint max_margin)
+{
+ if (self->priv->max_margin != max_margin)
+ {
+ self->priv->max_margin = max_margin;
+ g_object_notify (G_OBJECT (self), "max-margin");
+
+ gd_margin_container_queue_redraw (self);
+ }
+}
+
+static void
+gd_margin_container_set_property (GObject *object,
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GdMarginContainer *self = GD_MARGIN_CONTAINER (object);
+
+ switch (property_id)
+ {
+ case PROP_MIN_MARGIN:
+ gd_margin_container_set_min_margin (self, g_value_get_int (value));
+ break;
+ case PROP_MAX_MARGIN:
+ gd_margin_container_set_max_margin (self, g_value_get_int (value));
+ break;
+ case PROP_ORIENTATION:
+ gd_margin_container_set_orientation (self, g_value_get_enum (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_margin_container_get_property (GObject *object,
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GdMarginContainer *self = GD_MARGIN_CONTAINER (object);
+
+ switch (property_id)
+ {
+ case PROP_MIN_MARGIN:
+ g_value_set_int (value, self->priv->min_margin);
+ break;
+ case PROP_MAX_MARGIN:
+ g_value_set_int (value, self->priv->max_margin);
+ break;
+ case PROP_ORIENTATION:
+ g_value_set_enum (value, self->priv->orientation);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_margin_container_size_allocate (GtkWidget *widget,
+ GtkAllocation *allocation)
+{
+ GdMarginContainer *self = GD_MARGIN_CONTAINER (widget);
+ GtkWidget *child;
+ GtkAllocation child_allocation;
+ gint avail_width, avail_height;
+
+ child = gtk_bin_get_child (GTK_BIN (widget));
+ gtk_widget_set_allocation (widget, allocation);
+
+ if (child && gtk_widget_get_visible (child))
+ {
+ gint child_nat_width;
+ gint child_nat_height;
+ gint child_width, child_height;
+ gint offset;
+
+ /* available */
+ avail_width = allocation->width;
+ avail_height = allocation->height;
+
+ if (self->priv->orientation == GTK_ORIENTATION_HORIZONTAL)
+ avail_width = MAX (1, avail_width - 2 * self->priv->min_margin);
+ else
+ avail_height = MAX (1, avail_height - 2 * self->priv->min_margin);
+
+ if (gtk_widget_get_request_mode (child) == GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH)
+ {
+ gtk_widget_get_preferred_width (child, NULL, &child_nat_width);
+ child_width = MIN (avail_width, child_nat_width);
+
+ gtk_widget_get_preferred_height_for_width (child, child_width, NULL, &child_nat_height);
+ child_height = MIN (avail_height, child_nat_height);
+
+ offset = MIN ((gint) ((avail_height - child_height) / 2), self->priv->max_margin);
+
+ if (offset > 0)
+ child_allocation.height = avail_height - (offset * 2);
+ else
+ child_allocation.height = avail_height;
+
+ child_allocation.width = MIN (avail_width, child_nat_width);
+ }
+ else
+ {
+ gtk_widget_get_preferred_height (child, NULL, &child_nat_height);
+ child_height = MIN (avail_height, child_nat_height);
+
+ gtk_widget_get_preferred_width_for_height (child, child_height, NULL, &child_nat_width);
+ child_width = MIN (avail_width, child_nat_width);
+
+ offset = MIN ((gint) ((avail_width - child_width) / 2), self->priv->max_margin);
+
+ if (offset > 0)
+ child_allocation.width = avail_width - (offset * 2);
+ else
+ child_allocation.width = avail_width;
+
+ child_allocation.height = MIN (avail_height, child_nat_height);
+ }
+
+ child_allocation.x = offset + allocation->x;
+ child_allocation.y = (avail_height - child_allocation.height) + allocation->y;
+
+ if (self->priv->orientation == GTK_ORIENTATION_HORIZONTAL)
+ child_allocation.x += self->priv->min_margin;
+ else
+ child_allocation.y += self->priv->min_margin;
+
+ gtk_widget_size_allocate (child, &child_allocation);
+ }
+}
+
+static void
+gd_margin_container_get_preferred_size (GtkWidget *widget,
+ GtkOrientation orientation,
+ gint for_size,
+ gint *minimum_size,
+ gint *natural_size)
+{
+ GdMarginContainer *self = GD_MARGIN_CONTAINER (widget);
+ guint natural, minimum;
+ GtkWidget *child;
+
+ if (orientation == self->priv->orientation)
+ {
+ minimum = self->priv->min_margin * 2;
+ natural = self->priv->max_margin * 2;
+ }
+ else
+ {
+ minimum = 0;
+ natural = 0;
+ }
+
+ if ((child = gtk_bin_get_child (GTK_BIN (widget))) && gtk_widget_get_visible (child))
+ {
+ gint child_min, child_nat;
+
+ if (orientation == GTK_ORIENTATION_HORIZONTAL)
+ {
+ if (for_size < 0)
+ gtk_widget_get_preferred_width (child, &child_min, &child_nat);
+ else
+ {
+ gint min_height;
+
+ gtk_widget_get_preferred_height (child, &min_height, NULL);
+ for_size -= 2 * self->priv->min_margin;
+
+ gtk_widget_get_preferred_width_for_height (child, for_size, &child_min, &child_nat);
+ }
+ }
+ else
+ {
+ if (for_size < 0)
+ gtk_widget_get_preferred_height (child, &child_min, &child_nat);
+ else
+ {
+ gint min_width;
+
+ gtk_widget_get_preferred_width (child, &min_width, NULL);
+ for_size -= 2 * self->priv->min_margin;
+
+ gtk_widget_get_preferred_height_for_width (child, for_size, &child_min, &child_nat);
+ }
+ }
+
+ natural += child_nat;
+
+ if (orientation != self->priv->orientation)
+ minimum += child_min;
+ }
+
+ if (minimum_size != NULL)
+ *minimum_size = minimum;
+ if (natural_size != NULL)
+ *natural_size = natural;
+}
+
+static void
+gd_margin_container_get_preferred_width (GtkWidget *widget,
+ gint *minimum_size,
+ gint *natural_size)
+{
+ gd_margin_container_get_preferred_size (widget, GTK_ORIENTATION_HORIZONTAL,
+ -1, minimum_size, natural_size);
+}
+
+static void
+gd_margin_container_get_preferred_height (GtkWidget *widget,
+ gint *minimum_size,
+ gint *natural_size)
+{
+ gd_margin_container_get_preferred_size (widget, GTK_ORIENTATION_VERTICAL,
+ -1, minimum_size, natural_size);
+}
+
+static void
+gd_margin_container_get_preferred_width_for_height (GtkWidget *widget,
+ gint for_size,
+ gint *minimum_size,
+ gint *natural_size)
+{
+ gd_margin_container_get_preferred_size (widget, GTK_ORIENTATION_HORIZONTAL,
+ for_size, minimum_size, natural_size);
+}
+
+static void
+gd_margin_container_get_preferred_height_for_width (GtkWidget *widget,
+ gint for_size,
+ gint *minimum_size,
+ gint *natural_size)
+{
+ gd_margin_container_get_preferred_size (widget, GTK_ORIENTATION_VERTICAL,
+ for_size, minimum_size, natural_size);
+}
+
+static void
+gd_margin_container_init (GdMarginContainer *self)
+{
+ self->priv = gd_margin_container_get_instance_private (self);
+
+ self->priv->orientation = GTK_ORIENTATION_HORIZONTAL;
+
+ gtk_widget_set_has_window (GTK_WIDGET (self), FALSE);
+ gtk_widget_set_redraw_on_allocate (GTK_WIDGET (self), FALSE);
+}
+
+static void
+gd_margin_container_class_init (GdMarginContainerClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *wclass = GTK_WIDGET_CLASS (klass);
+
+ oclass->get_property = gd_margin_container_get_property;
+ oclass->set_property = gd_margin_container_set_property;
+
+ wclass->size_allocate = gd_margin_container_size_allocate;
+ wclass->get_preferred_width = gd_margin_container_get_preferred_width;
+ wclass->get_preferred_height = gd_margin_container_get_preferred_height;
+ wclass->get_preferred_width_for_height = gd_margin_container_get_preferred_width_for_height;
+ wclass->get_preferred_height_for_width = gd_margin_container_get_preferred_height_for_width;
+
+ gtk_container_class_handle_border_width (GTK_CONTAINER_CLASS (klass));
+
+ g_object_class_install_property (oclass, PROP_MIN_MARGIN,
+ g_param_spec_int ("min-margin",
+ "Min margin",
+ "Minimum margin around the child",
+ 0, G_MAXINT, 6,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT));
+ g_object_class_install_property (oclass, PROP_MAX_MARGIN,
+ g_param_spec_int ("max-margin",
+ "Max margin",
+ "Maximum margin around the child",
+ 0, G_MAXINT, 6,
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT));
+ g_object_class_override_property (oclass, PROP_ORIENTATION,
+ "orientation");
+}
+
+GdMarginContainer *
+gd_margin_container_new (void)
+{
+ return g_object_new (GD_TYPE_MARGIN_CONTAINER, NULL);
+}
diff --git a/subprojects/libgd/libgd/gd-margin-container.h b/subprojects/libgd/libgd/gd-margin-container.h
new file mode 100644
index 0000000..3937ea7
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-margin-container.h
@@ -0,0 +1,75 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef _GD_MARGIN_CONTAINER_H
+#define _GD_MARGIN_CONTAINER_H
+
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_MARGIN_CONTAINER gd_margin_container_get_type()
+
+#define GD_MARGIN_CONTAINER(obj) \
+ (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
+ GD_TYPE_MARGIN_CONTAINER, GdMarginContainer))
+
+#define GD_MARGIN_CONTAINER_CLASS(klass) \
+ (G_TYPE_CHECK_CLASS_CAST ((klass), \
+ GD_TYPE_MARGIN_CONTAINER, GdMarginContainerClass))
+
+#define GD_IS_MARGIN_CONTAINER(obj) \
+ (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
+ GD_TYPE_MARGIN_CONTAINER))
+
+#define GD_IS_MARGIN_CONTAINER_CLASS(klass) \
+ (G_TYPE_CHECK_CLASS_TYPE ((klass), \
+ GD_TYPE_MARGIN_CONTAINER))
+
+#define GD_MARGIN_CONTAINER_GET_CLASS(obj) \
+ (G_TYPE_INSTANCE_GET_CLASS ((obj), \
+ GD_TYPE_MARGIN_CONTAINER, GdMarginContainerClass))
+
+typedef struct _GdMarginContainer GdMarginContainer;
+typedef struct _GdMarginContainerClass GdMarginContainerClass;
+typedef struct _GdMarginContainerPrivate GdMarginContainerPrivate;
+
+struct _GdMarginContainer
+{
+ GtkBin parent;
+
+ GdMarginContainerPrivate *priv;
+};
+
+struct _GdMarginContainerClass
+{
+ GtkBinClass parent_class;
+};
+
+GType gd_margin_container_get_type (void) G_GNUC_CONST;
+
+GdMarginContainer *gd_margin_container_new (void);
+
+G_END_DECLS
+
+#endif /* _GD_MARGIN_CONTAINER_H */
diff --git a/subprojects/libgd/libgd/gd-notification.c b/subprojects/libgd/libgd/gd-notification.c
new file mode 100644
index 0000000..ba006fa
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-notification.c
@@ -0,0 +1,870 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * gd-notification
+ * Based on gtk-notification from gnome-contacts:
+ * http://git.gnome.org/browse/gnome-contacts/tree/src/gtk-notification.c?id=3.3.91
+ *
+ * Copyright (C) Erick Pérez Castellanos 2011 <erick.red@gmail.com>
+ * Copyright (C) 2012 Red Hat, Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.";
+ */
+
+#include "gd-notification.h"
+
+/**
+ * SECTION:gdnotification
+ * @short_description: Report notification messages to the user
+ * @include: gtk/gtk.h
+ * @see_also: #GtkStatusbar, #GtkMessageDialog, #GtkInfoBar
+ *
+ * #GdNotification is a widget made for showing notifications to
+ * the user, allowing them to close the notification or wait for it
+ * to time out.
+ *
+ * #GdNotification provides one signal (#GdNotification::dismissed), for when the notification
+ * times out or is closed.
+ *
+ */
+
+#define GTK_PARAM_READWRITE G_PARAM_READWRITE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB
+#define SHADOW_OFFSET_X 2
+#define SHADOW_OFFSET_Y 3
+#define ANIMATION_TIME 200 /* msec */
+#define ANIMATION_STEP 40 /* msec */
+
+enum {
+ PROP_0,
+ PROP_TIMEOUT,
+ PROP_SHOW_CLOSE_BUTTON
+};
+
+struct _GdNotificationPrivate {
+ GtkWidget *close_button;
+ gboolean show_close_button;
+
+ GdkWindow *bin_window;
+
+ int animate_y; /* from 0 to allocation.height */
+ gboolean waiting_for_viewable;
+ gboolean revealed;
+ gboolean dismissed;
+ gboolean sent_dismissed;
+ guint animate_timeout;
+
+ gint timeout;
+ guint timeout_source_id;
+};
+
+enum {
+ DISMISSED,
+ LAST_SIGNAL
+};
+
+static guint notification_signals[LAST_SIGNAL] = { 0 };
+
+static gboolean gd_notification_draw (GtkWidget *widget,
+ cairo_t *cr);
+static void gd_notification_get_preferred_width (GtkWidget *widget,
+ gint *minimum_size,
+ gint *natural_size);
+static void gd_notification_get_preferred_height_for_width (GtkWidget *widget,
+ gint width,
+ gint *minimum_height,
+ gint *natural_height);
+static void gd_notification_get_preferred_height (GtkWidget *widget,
+ gint *minimum_size,
+ gint *natural_size);
+static void gd_notification_get_preferred_width_for_height (GtkWidget *widget,
+ gint height,
+ gint *minimum_width,
+ gint *natural_width);
+static void gd_notification_size_allocate (GtkWidget *widget,
+ GtkAllocation *allocation);
+static gboolean gd_notification_timeout_cb (gpointer user_data);
+static void gd_notification_show (GtkWidget *widget);
+static void gd_notification_add (GtkContainer *container,
+ GtkWidget *child);
+
+/* signals handlers */
+static void gd_notification_close_button_clicked_cb (GtkWidget *widget,
+ gpointer user_data);
+
+G_DEFINE_TYPE_WITH_PRIVATE (GdNotification, gd_notification, GTK_TYPE_BIN)
+
+static void
+gd_notification_init (GdNotification *notification)
+{
+ GtkWidget *close_button_image;
+ GtkStyleContext *context;
+ GdNotificationPrivate *priv;
+
+ context = gtk_widget_get_style_context (GTK_WIDGET (notification));
+ gtk_style_context_add_class (context, GTK_STYLE_CLASS_FRAME);
+ gtk_style_context_add_class (context, "app-notification");
+
+ gtk_widget_set_halign (GTK_WIDGET (notification), GTK_ALIGN_CENTER);
+ gtk_widget_set_valign (GTK_WIDGET (notification), GTK_ALIGN_START);
+
+ gtk_widget_set_has_window (GTK_WIDGET (notification), TRUE);
+
+ priv = notification->priv = gd_notification_get_instance_private (notification);
+
+ priv->animate_y = 0;
+ priv->close_button = gtk_button_new ();
+ gtk_widget_set_parent (priv->close_button, GTK_WIDGET (notification));
+ gtk_widget_show (priv->close_button);
+ g_object_set (priv->close_button,
+ "relief", GTK_RELIEF_NONE,
+ "focus-on-click", FALSE,
+ NULL);
+ g_signal_connect (priv->close_button,
+ "clicked",
+ G_CALLBACK (gd_notification_close_button_clicked_cb),
+ notification);
+ close_button_image = gtk_image_new_from_icon_name ("window-close-symbolic", GTK_ICON_SIZE_BUTTON);
+ gtk_button_set_image (GTK_BUTTON (notification->priv->close_button), close_button_image);
+
+ priv->timeout_source_id = 0;
+}
+
+static void
+gd_notification_finalize (GObject *object)
+{
+ GdNotification *notification;
+ GdNotificationPrivate *priv;
+
+ g_return_if_fail (GTK_IS_NOTIFICATION (object));
+
+ notification = GD_NOTIFICATION (object);
+ priv = notification->priv;
+
+ if (priv->animate_timeout != 0)
+ g_source_remove (priv->animate_timeout);
+
+ if (priv->timeout_source_id != 0)
+ g_source_remove (priv->timeout_source_id);
+
+ G_OBJECT_CLASS (gd_notification_parent_class)->finalize (object);
+}
+
+static void
+gd_notification_destroy (GtkWidget *widget)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+
+ if (!priv->sent_dismissed)
+ {
+ g_signal_emit (notification, notification_signals[DISMISSED], 0);
+ priv->sent_dismissed = TRUE;
+ }
+
+ if (priv->close_button)
+ {
+ gtk_widget_unparent (priv->close_button);
+ priv->close_button = NULL;
+ }
+
+ GTK_WIDGET_CLASS (gd_notification_parent_class)->destroy (widget);
+}
+
+static void
+gd_notification_realize (GtkWidget *widget)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+ GtkBin *bin = GTK_BIN (widget);
+ GtkAllocation allocation;
+ GtkWidget *child;
+ GdkWindow *window;
+ GdkWindowAttr attributes;
+ gint attributes_mask;
+
+ gtk_widget_set_realized (widget, TRUE);
+
+ gtk_widget_get_allocation (widget, &allocation);
+
+ attributes.x = allocation.x;
+ attributes.y = allocation.y;
+ attributes.width = allocation.width;
+ attributes.height = allocation.height;
+ attributes.window_type = GDK_WINDOW_CHILD;
+ attributes.wclass = GDK_INPUT_OUTPUT;
+ attributes.visual = gtk_widget_get_visual (widget);
+
+ attributes.event_mask = GDK_VISIBILITY_NOTIFY_MASK | GDK_EXPOSURE_MASK;
+
+ attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL;
+
+ window = gdk_window_new (gtk_widget_get_parent_window (widget),
+ &attributes, attributes_mask);
+ gtk_widget_set_window (widget, window);
+ gtk_widget_register_window (widget, window);
+
+ attributes.x = 0;
+ attributes.y = attributes.height + priv->animate_y;
+ attributes.event_mask = gtk_widget_get_events (widget) |
+ GDK_EXPOSURE_MASK |
+ GDK_VISIBILITY_NOTIFY_MASK |
+ GDK_ENTER_NOTIFY_MASK |
+ GDK_LEAVE_NOTIFY_MASK;
+
+ priv->bin_window = gdk_window_new (window, &attributes, attributes_mask);
+ gtk_widget_register_window (widget, priv->bin_window);
+
+ child = gtk_bin_get_child (bin);
+ if (child)
+ gtk_widget_set_parent_window (child, priv->bin_window);
+ gtk_widget_set_parent_window (priv->close_button, priv->bin_window);
+
+ gdk_window_show (priv->bin_window);
+}
+
+static void
+gd_notification_unrealize (GtkWidget *widget)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+
+ gtk_widget_unregister_window (widget, priv->bin_window);
+ gdk_window_destroy (priv->bin_window);
+ priv->bin_window = NULL;
+
+ GTK_WIDGET_CLASS (gd_notification_parent_class)->unrealize (widget);
+}
+
+static int
+animation_target (GdNotification *notification)
+{
+ GdNotificationPrivate *priv = notification->priv;
+ GtkAllocation allocation;
+
+ if (priv->revealed) {
+ gtk_widget_get_allocation (GTK_WIDGET (notification), &allocation);
+ return allocation.height;
+ } else {
+ return 0;
+ }
+}
+
+static gboolean
+animation_timeout_cb (gpointer user_data)
+{
+ GdNotification *notification = GD_NOTIFICATION (user_data);
+ GdNotificationPrivate *priv = notification->priv;
+ GtkAllocation allocation;
+ int target, delta;
+
+ target = animation_target (notification);
+
+ if (priv->animate_y != target) {
+ gtk_widget_get_allocation (GTK_WIDGET (notification), &allocation);
+
+ delta = allocation.height * ANIMATION_STEP / ANIMATION_TIME;
+
+ if (priv->revealed)
+ priv->animate_y += delta;
+ else
+ priv->animate_y -= delta;
+
+ priv->animate_y = CLAMP (priv->animate_y, 0, allocation.height);
+
+ if (priv->bin_window != NULL)
+ gdk_window_move (priv->bin_window,
+ 0,
+ -allocation.height + priv->animate_y);
+ return G_SOURCE_CONTINUE;
+ }
+
+ if (priv->dismissed && priv->animate_y == 0)
+ gtk_widget_destroy (GTK_WIDGET (notification));
+
+ priv->animate_timeout = 0;
+ return G_SOURCE_REMOVE;
+}
+
+static void
+start_animation (GdNotification *notification)
+{
+ GdNotificationPrivate *priv = notification->priv;
+ int target;
+
+ if (priv->animate_timeout != 0)
+ return; /* Already running */
+
+ target = animation_target (notification);
+ if (priv->animate_y != target)
+ notification->priv->animate_timeout =
+ gdk_threads_add_timeout (ANIMATION_STEP,
+ animation_timeout_cb,
+ notification);
+}
+
+static void
+gd_notification_show (GtkWidget *widget)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+
+ GTK_WIDGET_CLASS (gd_notification_parent_class)->show (widget);
+ priv->revealed = TRUE;
+ priv->waiting_for_viewable = TRUE;
+}
+
+static void
+gd_notification_hide (GtkWidget *widget)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+
+ GTK_WIDGET_CLASS (gd_notification_parent_class)->hide (widget);
+ priv->revealed = FALSE;
+ priv->waiting_for_viewable = FALSE;
+}
+
+static void
+gd_notification_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec)
+{
+ GdNotification *notification = GD_NOTIFICATION (object);
+
+ g_return_if_fail (GTK_IS_NOTIFICATION (object));
+
+ switch (prop_id) {
+ case PROP_TIMEOUT:
+ gd_notification_set_timeout (notification,
+ g_value_get_int (value));
+ break;
+ case PROP_SHOW_CLOSE_BUTTON:
+ gd_notification_set_show_close_button (notification,
+ g_value_get_boolean (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_notification_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec)
+{
+ g_return_if_fail (GTK_IS_NOTIFICATION (object));
+ GdNotification *notification = GD_NOTIFICATION (object);
+
+ switch (prop_id) {
+ case PROP_TIMEOUT:
+ g_value_set_int (value, notification->priv->timeout);
+ break;
+ case PROP_SHOW_CLOSE_BUTTON:
+ g_value_set_boolean (value,
+ notification->priv->show_close_button);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_notification_forall (GtkContainer *container,
+ gboolean include_internals,
+ GtkCallback callback,
+ gpointer callback_data)
+{
+ GtkBin *bin = GTK_BIN (container);
+ GdNotification *notification = GD_NOTIFICATION (container);
+ GdNotificationPrivate *priv = notification->priv;
+ GtkWidget *child;
+
+ child = gtk_bin_get_child (bin);
+ if (child)
+ (* callback) (child, callback_data);
+
+ if (include_internals)
+ (* callback) (priv->close_button, callback_data);
+}
+
+static void
+unqueue_autohide (GdNotification *notification)
+{
+ GdNotificationPrivate *priv = notification->priv;
+
+ if (priv->timeout_source_id)
+ {
+ g_source_remove (priv->timeout_source_id);
+ priv->timeout_source_id = 0;
+ }
+}
+
+static void
+queue_autohide (GdNotification *notification)
+{
+ GdNotificationPrivate *priv = notification->priv;
+
+ if (priv->timeout_source_id == 0 &&
+ priv->timeout != -1)
+ priv->timeout_source_id =
+ gdk_threads_add_timeout (priv->timeout * 1000,
+ gd_notification_timeout_cb,
+ notification);
+}
+
+static gboolean
+gd_notification_visibility_notify_event (GtkWidget *widget,
+ GdkEventVisibility *event)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+
+ if (!gtk_widget_get_visible (widget))
+ return FALSE;
+
+ if (priv->waiting_for_viewable)
+ {
+ start_animation (notification);
+ priv->waiting_for_viewable = FALSE;
+ }
+
+ queue_autohide (notification);
+
+ return FALSE;
+}
+
+static gboolean
+gd_notification_enter_notify (GtkWidget *widget,
+ GdkEventCrossing *event)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+
+ if ((event->window == priv->bin_window) &&
+ (event->detail != GDK_NOTIFY_INFERIOR))
+ {
+ unqueue_autohide (notification);
+ }
+
+ return FALSE;
+}
+
+static gboolean
+gd_notification_leave_notify (GtkWidget *widget,
+ GdkEventCrossing *event)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+
+ if ((event->window == priv->bin_window) &&
+ (event->detail != GDK_NOTIFY_INFERIOR))
+ {
+ queue_autohide (notification);
+ }
+
+ return FALSE;
+}
+
+static void
+gd_notification_class_init (GdNotificationClass *klass)
+{
+ GObjectClass* object_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass* widget_class = GTK_WIDGET_CLASS(klass);
+ GtkContainerClass *container_class = GTK_CONTAINER_CLASS (klass);
+
+ object_class->finalize = gd_notification_finalize;
+ object_class->set_property = gd_notification_set_property;
+ object_class->get_property = gd_notification_get_property;
+
+ widget_class->show = gd_notification_show;
+ widget_class->hide = gd_notification_hide;
+ widget_class->destroy = gd_notification_destroy;
+ widget_class->get_preferred_width = gd_notification_get_preferred_width;
+ widget_class->get_preferred_height_for_width = gd_notification_get_preferred_height_for_width;
+ widget_class->get_preferred_height = gd_notification_get_preferred_height;
+ widget_class->get_preferred_width_for_height = gd_notification_get_preferred_width_for_height;
+ widget_class->size_allocate = gd_notification_size_allocate;
+ widget_class->draw = gd_notification_draw;
+ widget_class->realize = gd_notification_realize;
+ widget_class->unrealize = gd_notification_unrealize;
+ widget_class->visibility_notify_event = gd_notification_visibility_notify_event;
+ widget_class->enter_notify_event = gd_notification_enter_notify;
+ widget_class->leave_notify_event = gd_notification_leave_notify;
+
+ container_class->add = gd_notification_add;
+ container_class->forall = gd_notification_forall;
+ gtk_container_class_handle_border_width (container_class);
+
+
+ /**
+ * GdNotification:timeout:
+ *
+ * The time it takes to hide the widget, in seconds.
+ *
+ * Since: 0.1
+ */
+ g_object_class_install_property (object_class,
+ PROP_TIMEOUT,
+ g_param_spec_int("timeout", "timeout",
+ "The time it takes to hide the widget, in seconds",
+ -1, G_MAXINT, -1,
+ GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT));
+ g_object_class_install_property (object_class,
+ PROP_SHOW_CLOSE_BUTTON,
+ g_param_spec_boolean("show-close-button", "show-close-button",
+ "Whether to show a stock close button that dismisses the notification",
+ TRUE,
+ GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT));
+
+ notification_signals[DISMISSED] = g_signal_new ("dismissed",
+ G_OBJECT_CLASS_TYPE (klass),
+ G_SIGNAL_RUN_LAST,
+ G_STRUCT_OFFSET (GdNotificationClass, dismissed),
+ NULL,
+ NULL,
+ g_cclosure_marshal_VOID__VOID,
+ G_TYPE_NONE,
+ 0);
+}
+
+static void
+get_padding_and_border (GdNotification *notification,
+ GtkBorder *border)
+{
+ GtkStyleContext *context;
+ GtkStateFlags state;
+ GtkBorder tmp;
+
+ context = gtk_widget_get_style_context (GTK_WIDGET (notification));
+ state = gtk_widget_get_state_flags (GTK_WIDGET (notification));
+
+ gtk_style_context_get_padding (context, state, border);
+
+ gtk_style_context_get_border (context, state, &tmp);
+ border->top += tmp.top;
+ border->right += tmp.right;
+ border->bottom += tmp.bottom;
+ border->left += tmp.left;
+}
+
+static gboolean
+gd_notification_draw (GtkWidget *widget, cairo_t *cr)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+ GtkStyleContext *context;
+
+ if (gtk_cairo_should_draw_window (cr, priv->bin_window))
+ {
+ context = gtk_widget_get_style_context (widget);
+
+ gtk_render_background (context, cr,
+ 0, 0,
+ gtk_widget_get_allocated_width (widget),
+ gtk_widget_get_allocated_height (widget));
+ gtk_render_frame (context,cr,
+ 0, 0,
+ gtk_widget_get_allocated_width (widget),
+ gtk_widget_get_allocated_height (widget));
+
+
+ if (GTK_WIDGET_CLASS (gd_notification_parent_class)->draw)
+ GTK_WIDGET_CLASS (gd_notification_parent_class)->draw(widget, cr);
+ }
+
+ return FALSE;
+}
+
+static void
+gd_notification_add (GtkContainer *container,
+ GtkWidget *child)
+{
+ GtkBin *bin = GTK_BIN (container);
+ GdNotification *notification = GD_NOTIFICATION (bin);
+ GdNotificationPrivate *priv = notification->priv;
+
+ g_return_if_fail (gtk_bin_get_child (bin) == NULL);
+
+ gtk_widget_set_parent_window (child, priv->bin_window);
+
+ GTK_CONTAINER_CLASS (gd_notification_parent_class)->add (container, child);
+}
+
+
+static void
+gd_notification_get_preferred_width (GtkWidget *widget, gint *minimum_size, gint *natural_size)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+ GtkBin *bin = GTK_BIN (widget);
+ gint child_min, child_nat;
+ GtkWidget *child;
+ GtkBorder padding;
+ gint minimum, natural;
+
+ get_padding_and_border (notification, &padding);
+
+ minimum = 0;
+ natural = 0;
+
+ child = gtk_bin_get_child (bin);
+ if (child && gtk_widget_get_visible (child))
+ {
+ gtk_widget_get_preferred_width (child,
+ &child_min, &child_nat);
+ minimum += child_min;
+ natural += child_nat;
+ }
+
+ if (priv->show_close_button)
+ {
+ gtk_widget_get_preferred_width (priv->close_button,
+ &child_min, &child_nat);
+ minimum += child_min;
+ natural += child_nat;
+ }
+
+ minimum += padding.left + padding.right + 2 * SHADOW_OFFSET_X;
+ natural += padding.left + padding.right + 2 * SHADOW_OFFSET_X;
+
+ if (minimum_size)
+ *minimum_size = minimum;
+
+ if (natural_size)
+ *natural_size = natural;
+}
+
+static void
+gd_notification_get_preferred_width_for_height (GtkWidget *widget,
+ gint height,
+ gint *minimum_width,
+ gint *natural_width)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+ GtkBin *bin = GTK_BIN (widget);
+ gint child_min, child_nat, child_height;
+ GtkWidget *child;
+ GtkBorder padding;
+ gint minimum, natural;
+
+ get_padding_and_border (notification, &padding);
+
+ minimum = 0;
+ natural = 0;
+
+ child_height = height - SHADOW_OFFSET_Y - padding.top - padding.bottom;
+
+ child = gtk_bin_get_child (bin);
+ if (child && gtk_widget_get_visible (child))
+ {
+ gtk_widget_get_preferred_width_for_height (child, child_height,
+ &child_min, &child_nat);
+ minimum += child_min;
+ natural += child_nat;
+ }
+
+ if (priv->show_close_button)
+ {
+ gtk_widget_get_preferred_width_for_height (priv->close_button, child_height,
+ &child_min, &child_nat);
+ minimum += child_min;
+ natural += child_nat;
+ }
+
+ minimum += padding.left + padding.right + 2 * SHADOW_OFFSET_X;
+ natural += padding.left + padding.right + 2 * SHADOW_OFFSET_X;
+
+ if (minimum_width)
+ *minimum_width = minimum;
+
+ if (natural_width)
+ *natural_width = natural;
+}
+
+static void
+gd_notification_get_preferred_height_for_width (GtkWidget *widget,
+ gint width,
+ gint *minimum_height,
+ gint *natural_height)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+ GtkBin *bin = GTK_BIN (widget);
+ gint child_min, child_nat, child_width, button_width = 0;
+ GtkWidget *child;
+ GtkBorder padding;
+ gint minimum = 0, natural = 0;
+
+ get_padding_and_border (notification, &padding);
+
+ if (priv->show_close_button)
+ {
+ gtk_widget_get_preferred_height (priv->close_button,
+ &minimum, &natural);
+ gtk_widget_get_preferred_width (priv->close_button,
+ NULL, &button_width);
+ }
+
+ child = gtk_bin_get_child (bin);
+ if (child && gtk_widget_get_visible (child))
+ {
+ child_width = width - button_width -
+ 2 * SHADOW_OFFSET_X - padding.left - padding.right;
+
+ gtk_widget_get_preferred_height_for_width (child, child_width,
+ &child_min, &child_nat);
+ minimum = MAX (minimum, child_min);
+ natural = MAX (natural, child_nat);
+ }
+
+ minimum += padding.top + padding.bottom + SHADOW_OFFSET_Y;
+ natural += padding.top + padding.bottom + SHADOW_OFFSET_Y;
+
+ if (minimum_height)
+ *minimum_height = minimum;
+
+ if (natural_height)
+ *natural_height = natural;
+}
+
+static void
+gd_notification_get_preferred_height (GtkWidget *widget,
+ gint *minimum_height,
+ gint *natural_height)
+{
+ gint width;
+
+ gd_notification_get_preferred_width (widget, &width, NULL);
+ gd_notification_get_preferred_height_for_width (widget, width,
+ minimum_height, natural_height);
+}
+
+static void
+gd_notification_size_allocate (GtkWidget *widget,
+ GtkAllocation *allocation)
+{
+ GdNotification *notification = GD_NOTIFICATION (widget);
+ GdNotificationPrivate *priv = notification->priv;
+ GtkBin *bin = GTK_BIN (widget);
+ GtkAllocation child_allocation;
+ GtkBorder padding;
+ GtkRequisition button_req;
+ GtkWidget *child;
+
+ gtk_widget_set_allocation (widget, allocation);
+
+ /* If somehow the notification changes while not hidden
+ and we're not animating, immediately follow the resize */
+ if (priv->animate_y > 0 &&
+ !priv->animate_timeout)
+ priv->animate_y = allocation->height;
+
+ get_padding_and_border (notification, &padding);
+
+ if (gtk_widget_get_realized (widget))
+ {
+ gdk_window_move_resize (gtk_widget_get_window (widget),
+ allocation->x,
+ allocation->y,
+ allocation->width,
+ allocation->height);
+ gdk_window_move_resize (priv->bin_window,
+ 0,
+ -allocation->height + priv->animate_y,
+ allocation->width,
+ allocation->height);
+ }
+
+ child_allocation.x = SHADOW_OFFSET_X + padding.left;
+ child_allocation.y = padding.top;
+
+ if (priv->show_close_button)
+ gtk_widget_get_preferred_size (priv->close_button, &button_req, NULL);
+ else
+ button_req.width = button_req.height = 0;
+
+ child_allocation.height = MAX (1, allocation->height - SHADOW_OFFSET_Y - padding.top - padding.bottom);
+ child_allocation.width = MAX (1, (allocation->width - button_req.width -
+ 2 * SHADOW_OFFSET_X - padding.left - padding.right));
+
+ child = gtk_bin_get_child (bin);
+ if (child && gtk_widget_get_visible (child))
+ gtk_widget_size_allocate (child, &child_allocation);
+
+ if (priv->show_close_button)
+ {
+ child_allocation.x += child_allocation.width;
+ child_allocation.width = button_req.width;
+ child_allocation.y += (child_allocation.height - button_req.height) / 2;
+ child_allocation.height = button_req.height;
+
+ gtk_widget_size_allocate (priv->close_button, &child_allocation);
+ }
+}
+
+static gboolean
+gd_notification_timeout_cb (gpointer user_data)
+{
+ GdNotification *notification = GD_NOTIFICATION (user_data);
+
+ gd_notification_dismiss (notification);
+
+ return G_SOURCE_REMOVE;
+}
+
+void
+gd_notification_set_timeout (GdNotification *notification,
+ gint timeout_sec)
+{
+ GdNotificationPrivate *priv = notification->priv;
+
+ priv->timeout = timeout_sec;
+ g_object_notify (G_OBJECT (notification), "timeout");
+}
+
+void
+gd_notification_set_show_close_button (GdNotification *notification,
+ gboolean show_close_button)
+{
+ GdNotificationPrivate *priv = notification->priv;
+
+ priv->show_close_button = show_close_button;
+
+ gtk_widget_set_visible (priv->close_button, show_close_button);
+ gtk_widget_queue_resize (GTK_WIDGET (notification));
+}
+
+void
+gd_notification_dismiss (GdNotification *notification)
+{
+ GdNotificationPrivate *priv = notification->priv;
+
+ unqueue_autohide (notification);
+
+ priv->dismissed = TRUE;
+ priv->revealed = FALSE;
+ start_animation (notification);
+}
+
+static void
+gd_notification_close_button_clicked_cb (GtkWidget *widget, gpointer user_data)
+{
+ GdNotification *notification = GD_NOTIFICATION(user_data);
+
+ gd_notification_dismiss (notification);
+}
+
+GtkWidget *
+gd_notification_new (void)
+{
+ return g_object_new (GD_TYPE_NOTIFICATION, NULL);
+}
diff --git a/subprojects/libgd/libgd/gd-notification.h b/subprojects/libgd/libgd/gd-notification.h
new file mode 100644
index 0000000..8efa191
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-notification.h
@@ -0,0 +1,67 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * gd-notification
+ * Based on gtk-notification from gnome-contacts:
+ * http://git.gnome.org/browse/gnome-contacts/tree/src/gtk-notification.c?id=3.3.91
+ *
+ * Copyright (C) Erick Pérez Castellanos 2011 <erick.red@gmail.com>
+ * Copyright (C) 2012 Red Hat, Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.";
+ */
+
+#ifndef _GD_NOTIFICATION_H_
+#define _GD_NOTIFICATION_H_
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_NOTIFICATION (gd_notification_get_type ())
+#define GD_NOTIFICATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GD_TYPE_NOTIFICATION, GdNotification))
+#define GD_NOTIFICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GD_TYPE_NOTIFICATION, GdNotificationClass))
+#define GTK_IS_NOTIFICATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GD_TYPE_NOTIFICATION))
+#define GTK_IS_NOTIFICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GD_TYPE_NOTIFICATION))
+#define GD_NOTIFICATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GD_TYPE_NOTIFICATION, GdNotificationClass))
+
+typedef struct _GdNotificationPrivate GdNotificationPrivate;
+typedef struct _GdNotificationClass GdNotificationClass;
+typedef struct _GdNotification GdNotification;
+
+struct _GdNotificationClass {
+ GtkBinClass parent_class;
+
+ /* Signals */
+ void (*dismissed) (GdNotification *self);
+};
+
+struct _GdNotification {
+ GtkBin parent_instance;
+
+ /*< private > */
+ GdNotificationPrivate *priv;
+};
+
+GType gd_notification_get_type (void) G_GNUC_CONST;
+
+GtkWidget *gd_notification_new (void);
+void gd_notification_set_timeout (GdNotification *notification,
+ gint timeout_sec);
+void gd_notification_dismiss (GdNotification *notification);
+void gd_notification_set_show_close_button (GdNotification *notification,
+ gboolean show_close_button);
+
+G_END_DECLS
+
+#endif /* _GD_NOTIFICATION_H_ */
diff --git a/subprojects/libgd/libgd/gd-styled-text-renderer.c b/subprojects/libgd/libgd/gd-styled-text-renderer.c
new file mode 100644
index 0000000..bdf72d2
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-styled-text-renderer.c
@@ -0,0 +1,134 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "gd-styled-text-renderer.h"
+
+typedef struct _GdStyledTextRendererPrivate GdStyledTextRendererPrivate;
+
+struct _GdStyledTextRendererPrivate {
+ GList *style_classes;
+};
+
+G_DEFINE_TYPE_WITH_PRIVATE (GdStyledTextRenderer, gd_styled_text_renderer, GTK_TYPE_CELL_RENDERER_TEXT)
+
+static void
+gd_styled_text_renderer_render (GtkCellRenderer *cell,
+ cairo_t *cr,
+ GtkWidget *widget,
+ const GdkRectangle *background_area,
+ const GdkRectangle *cell_area,
+ GtkCellRendererState flags)
+{
+ GdStyledTextRenderer *self = GD_STYLED_TEXT_RENDERER (cell);
+ GdStyledTextRendererPrivate *priv;
+ GtkStyleContext *context;
+ const gchar *style_class;
+ GList *l;
+
+ priv = gd_styled_text_renderer_get_instance_private (self);
+
+ context = gtk_widget_get_style_context (widget);
+ gtk_style_context_save (context);
+
+ for (l = priv->style_classes; l != NULL; l = l->next)
+ {
+ style_class = l->data;
+ gtk_style_context_add_class (context, style_class);
+ }
+
+ GTK_CELL_RENDERER_CLASS (gd_styled_text_renderer_parent_class)->render
+ (cell, cr, widget,
+ background_area, cell_area, flags);
+
+ gtk_style_context_restore (context);
+}
+
+static void
+gd_styled_text_renderer_finalize (GObject *obj)
+{
+ GdStyledTextRenderer *self = GD_STYLED_TEXT_RENDERER (obj);
+ GdStyledTextRendererPrivate *priv;
+
+ priv = gd_styled_text_renderer_get_instance_private (self);
+
+ if (priv->style_classes != NULL)
+ {
+ g_list_free_full (priv->style_classes, g_free);
+ priv->style_classes = NULL;
+ }
+
+ G_OBJECT_CLASS (gd_styled_text_renderer_parent_class)->finalize (obj);
+}
+
+static void
+gd_styled_text_renderer_class_init (GdStyledTextRendererClass *klass)
+{
+ GtkCellRendererClass *crclass = GTK_CELL_RENDERER_CLASS (klass);
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+
+ oclass->finalize = gd_styled_text_renderer_finalize;
+ crclass->render = gd_styled_text_renderer_render;
+}
+
+static void
+gd_styled_text_renderer_init (GdStyledTextRenderer *self)
+{
+}
+
+GtkCellRenderer *
+gd_styled_text_renderer_new (void)
+{
+ return g_object_new (GD_TYPE_STYLED_TEXT_RENDERER,
+ NULL);
+}
+
+void
+gd_styled_text_renderer_add_class (GdStyledTextRenderer *self,
+ const gchar *class)
+{
+ GdStyledTextRendererPrivate *priv;
+
+ priv = gd_styled_text_renderer_get_instance_private (self);
+
+ if (g_list_find_custom (priv->style_classes, class, (GCompareFunc) g_strcmp0))
+ return;
+
+ priv->style_classes = g_list_append (priv->style_classes, g_strdup (class));
+}
+
+void
+gd_styled_text_renderer_remove_class (GdStyledTextRenderer *self,
+ const gchar *class)
+{
+ GdStyledTextRendererPrivate *priv;
+ GList *class_element;
+
+ priv = gd_styled_text_renderer_get_instance_private (self);
+
+ class_element = g_list_find_custom (priv->style_classes, class, (GCompareFunc) g_strcmp0);
+
+ if (class_element == NULL)
+ return;
+
+ priv->style_classes = g_list_remove_link (priv->style_classes, class_element);
+ g_free (class_element->data);
+ g_list_free_1 (class_element);
+}
diff --git a/subprojects/libgd/libgd/gd-styled-text-renderer.h b/subprojects/libgd/libgd/gd-styled-text-renderer.h
new file mode 100644
index 0000000..42f606b
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-styled-text-renderer.h
@@ -0,0 +1,51 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef _GD_STYLED_TEXT_RENDERER_H
+#define _GD_STYLED_TEXT_RENDERER_H
+
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_STYLED_TEXT_RENDERER gd_styled_text_renderer_get_type()
+G_DECLARE_DERIVABLE_TYPE (GdStyledTextRenderer,
+ gd_styled_text_renderer,
+ GD,
+ STYLED_TEXT_RENDERER,
+ GtkCellRendererText)
+
+struct _GdStyledTextRendererClass
+{
+ GtkCellRendererTextClass parent_class;
+};
+
+GtkCellRenderer *gd_styled_text_renderer_new (void);
+void gd_styled_text_renderer_add_class (GdStyledTextRenderer *self,
+ const gchar *class);
+void gd_styled_text_renderer_remove_class (GdStyledTextRenderer *self,
+ const gchar *class);
+
+G_END_DECLS
+
+#endif /* _GD_STYLED_TEXT_RENDERER_H */
diff --git a/subprojects/libgd/libgd/gd-tagged-entry.c b/subprojects/libgd/libgd/gd-tagged-entry.c
new file mode 100644
index 0000000..5db139e
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-tagged-entry.c
@@ -0,0 +1,1240 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ * Copyright (c) 2013 Ignacio Casal Quinteiro
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "gd-tagged-entry.h"
+
+#include <math.h>
+
+#define BUTTON_INTERNAL_SPACING 6
+
+struct _GdTaggedEntryTagPrivate {
+ GdTaggedEntry *entry;
+ GdkWindow *window;
+ PangoLayout *layout;
+
+ gchar *label;
+ gchar *style;
+ gboolean has_close_button;
+
+ cairo_surface_t *close_surface;
+ GtkStateFlags last_button_state;
+};
+
+struct _GdTaggedEntryPrivate {
+ GList *tags;
+
+ GdTaggedEntryTag *in_child;
+ gboolean in_child_button;
+ gboolean in_child_active;
+ gboolean in_child_button_active;
+ gboolean button_visible;
+};
+
+enum {
+ SIGNAL_TAG_CLICKED,
+ SIGNAL_TAG_BUTTON_CLICKED,
+ LAST_SIGNAL
+};
+
+enum {
+ PROP_0,
+ PROP_TAG_BUTTON_VISIBLE,
+ NUM_PROPERTIES
+};
+
+enum {
+ PROP_TAG_0,
+ PROP_TAG_LABEL,
+ PROP_TAG_HAS_CLOSE_BUTTON,
+ PROP_TAG_STYLE,
+ NUM_TAG_PROPERTIES
+};
+
+G_DEFINE_TYPE_WITH_PRIVATE (GdTaggedEntry, gd_tagged_entry, GTK_TYPE_SEARCH_ENTRY)
+G_DEFINE_TYPE_WITH_PRIVATE (GdTaggedEntryTag, gd_tagged_entry_tag, G_TYPE_OBJECT)
+
+static guint signals[LAST_SIGNAL] = { 0, };
+static GParamSpec *properties[NUM_PROPERTIES] = { NULL, };
+static GParamSpec *tag_properties[NUM_TAG_PROPERTIES] = { NULL, };
+
+static void gd_tagged_entry_get_text_area_size (GtkEntry *entry,
+ gint *x,
+ gint *y,
+ gint *width,
+ gint *height);
+static gint gd_tagged_entry_tag_get_width (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry);
+static GtkStyleContext * gd_tagged_entry_tag_get_context (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry);
+
+static void
+gd_tagged_entry_tag_get_margin (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry,
+ GtkBorder *margin)
+{
+ GtkStyleContext *context;
+
+ context = gd_tagged_entry_tag_get_context (tag, entry);
+ gtk_style_context_set_state (context, GTK_STATE_FLAG_NORMAL);
+ gtk_style_context_get_margin (context,
+ gtk_style_context_get_state (context),
+ margin);
+ gtk_style_context_restore (context);
+}
+
+static void
+gd_tagged_entry_tag_ensure_close_surface (GdTaggedEntryTag *tag,
+ GtkStyleContext *context)
+{
+ GtkIconInfo *info;
+ GdkPixbuf *pixbuf;
+ gint icon_size;
+ gint scale_factor;
+
+ if (tag->priv->close_surface != NULL)
+ return;
+
+ gtk_icon_size_lookup (GTK_ICON_SIZE_MENU,
+ &icon_size, NULL);
+ scale_factor = gtk_widget_get_scale_factor (GTK_WIDGET (tag->priv->entry));
+
+ info = gtk_icon_theme_lookup_icon_for_scale (gtk_icon_theme_get_default (),
+ "window-close-symbolic",
+ icon_size, scale_factor,
+ GTK_ICON_LOOKUP_GENERIC_FALLBACK);
+
+ /* FIXME: we need a fallback icon in case the icon is not found */
+ pixbuf = gtk_icon_info_load_symbolic_for_context (info, context, NULL, NULL);
+ tag->priv->close_surface = gdk_cairo_surface_create_from_pixbuf (pixbuf, scale_factor, tag->priv->window);
+
+ g_object_unref (info);
+ g_object_unref (pixbuf);
+}
+
+static gint
+gd_tagged_entry_tag_panel_get_height (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry)
+{
+ GtkWidget *widget = GTK_WIDGET (entry);
+ gint height, req_height;
+ GtkRequisition requisition;
+ GtkAllocation allocation;
+ GtkBorder margin;
+
+ gtk_widget_get_allocation (widget, &allocation);
+ gtk_widget_get_preferred_size (widget, &requisition, NULL);
+ gd_tagged_entry_tag_get_margin (tag, entry, &margin);
+
+ /* the tag panel height is the whole entry height, minus the tag margins */
+ req_height = requisition.height - gtk_widget_get_margin_top (widget) - gtk_widget_get_margin_bottom (widget);
+ height = MIN (req_height, allocation.height) - margin.top - margin.bottom;
+
+ return height;
+}
+
+static void
+gd_tagged_entry_tag_panel_get_position (GdTaggedEntry *self,
+ gint *x_out,
+ gint *y_out)
+{
+ GtkWidget *widget = GTK_WIDGET (self);
+ gint text_x, text_y, text_width, text_height, req_height;
+ GtkAllocation allocation;
+ GtkRequisition requisition;
+
+ gtk_widget_get_allocation (widget, &allocation);
+ gtk_widget_get_preferred_size (widget, &requisition, NULL);
+ req_height = requisition.height - gtk_widget_get_margin_top (widget) - gtk_widget_get_margin_bottom (widget);
+
+ gd_tagged_entry_get_text_area_size (GTK_ENTRY (self), &text_x, &text_y, &text_width, &text_height);
+
+ /* allocate the panel immediately after the text area */
+ if (x_out)
+ *x_out = allocation.x + text_x + text_width;
+ if (y_out)
+ *y_out = allocation.y + (gint) floor ((allocation.height - req_height) / 2);
+}
+
+static gint
+gd_tagged_entry_tag_panel_get_width (GdTaggedEntry *self)
+{
+ GdTaggedEntryTag *tag;
+ gint width;
+ GList *l;
+
+ width = 0;
+
+ for (l = self->priv->tags; l != NULL; l = l->next)
+ {
+ tag = l->data;
+ width += gd_tagged_entry_tag_get_width (tag, self);
+ }
+
+ return width;
+}
+
+static void
+gd_tagged_entry_tag_ensure_layout (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry)
+{
+ if (tag->priv->layout != NULL)
+ return;
+
+ tag->priv->layout = pango_layout_new (gtk_widget_get_pango_context (GTK_WIDGET (entry)));
+ pango_layout_set_text (tag->priv->layout, tag->priv->label, -1);
+}
+
+static GtkStateFlags
+gd_tagged_entry_tag_get_state (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry)
+{
+ GtkStateFlags state = GTK_STATE_FLAG_NORMAL;
+
+ if (entry->priv->in_child == tag)
+ state |= GTK_STATE_FLAG_PRELIGHT;
+
+ if (entry->priv->in_child_active)
+ state |= GTK_STATE_FLAG_ACTIVE;
+
+ return state;
+}
+
+static GtkStateFlags
+gd_tagged_entry_tag_get_button_state (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry)
+{
+ GtkStateFlags state = GTK_STATE_FLAG_NORMAL;
+
+ if (entry->priv->in_child == tag)
+ {
+ if (entry->priv->in_child_button_active)
+ state |= GTK_STATE_FLAG_ACTIVE;
+
+ else if (entry->priv->in_child_button)
+ state |= GTK_STATE_FLAG_PRELIGHT;
+ }
+
+ return state;
+}
+
+static GtkStyleContext *
+gd_tagged_entry_tag_get_context (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry)
+{
+ GtkWidget *widget = GTK_WIDGET (entry);
+ GtkStyleContext *retval;
+ GList *l, *list;
+
+ retval = gtk_widget_get_style_context (widget);
+ gtk_style_context_save (retval);
+
+ list = gtk_style_context_list_classes (retval);
+ for (l = list; l; l = l->next)
+ gtk_style_context_remove_class (retval, l->data);
+ g_list_free (list);
+ gtk_style_context_add_class (retval, tag->priv->style);
+
+ return retval;
+}
+
+static gint
+gd_tagged_entry_tag_get_width (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry)
+{
+ GtkBorder button_padding, button_border, button_margin;
+ GtkStyleContext *context;
+ GtkStateFlags state;
+ gint layout_width;
+ gint button_width;
+ gint scale_factor;
+
+ gd_tagged_entry_tag_ensure_layout (tag, entry);
+ pango_layout_get_pixel_size (tag->priv->layout, &layout_width, NULL);
+
+ context = gd_tagged_entry_tag_get_context (tag, entry);
+ state = gd_tagged_entry_tag_get_state (tag, entry);
+
+ gtk_style_context_set_state (context, state);
+ gtk_style_context_get_padding (context,
+ gtk_style_context_get_state (context),
+ &button_padding);
+ gtk_style_context_get_border (context,
+ gtk_style_context_get_state (context),
+ &button_border);
+ gtk_style_context_get_margin (context,
+ gtk_style_context_get_state (context),
+ &button_margin);
+
+ gd_tagged_entry_tag_ensure_close_surface (tag, context);
+
+ gtk_style_context_restore (context);
+
+ button_width = 0;
+ if (entry->priv->button_visible && tag->priv->has_close_button)
+ {
+ scale_factor = gtk_widget_get_scale_factor (GTK_WIDGET (entry));
+ button_width = cairo_image_surface_get_width (tag->priv->close_surface) / scale_factor +
+ BUTTON_INTERNAL_SPACING;
+ }
+
+ return layout_width + button_padding.left + button_padding.right +
+ button_border.left + button_border.right +
+ button_margin.left + button_margin.right +
+ button_width;
+}
+
+static void
+gd_tagged_entry_tag_get_size (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry,
+ gint *width_out,
+ gint *height_out)
+{
+ gint width, panel_height;
+
+ width = gd_tagged_entry_tag_get_width (tag, entry);
+ panel_height = gd_tagged_entry_tag_panel_get_height (tag, entry);
+
+ if (width_out)
+ *width_out = width;
+ if (height_out)
+ *height_out = panel_height;
+}
+
+static void
+gd_tagged_entry_tag_get_relative_allocations (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry,
+ GtkStyleContext *context,
+ GtkAllocation *background_allocation_out,
+ GtkAllocation *layout_allocation_out,
+ GtkAllocation *button_allocation_out)
+{
+ GtkAllocation background_allocation, layout_allocation, button_allocation;
+ gint width, height, x, y, pix_width, pix_height;
+ gint layout_width, layout_height;
+ gint scale_factor;
+ GtkBorder padding, border;
+ GtkStateFlags state;
+
+ width = gdk_window_get_width (tag->priv->window);
+ height = gdk_window_get_height (tag->priv->window);
+ scale_factor = gdk_window_get_scale_factor (tag->priv->window);
+
+ state = gd_tagged_entry_tag_get_state (tag, entry);
+ gtk_style_context_save (context);
+ gtk_style_context_set_state (context, state);
+ gtk_style_context_get_margin (context,
+ gtk_style_context_get_state (context),
+ &padding);
+ gtk_style_context_restore (context);
+
+ width -= padding.left + padding.right;
+ height -= padding.top + padding.bottom;
+ x = padding.left;
+ y = padding.top;
+
+ background_allocation.x = x;
+ background_allocation.y = y;
+ background_allocation.width = width;
+ background_allocation.height = height;
+
+ layout_allocation = button_allocation = background_allocation;
+
+ gtk_style_context_save (context);
+ gtk_style_context_set_state (context, state);
+ gtk_style_context_get_padding (context,
+ gtk_style_context_get_state (context),
+ &padding);
+ gtk_style_context_get_border (context,
+ gtk_style_context_get_state (context),
+ &border);
+ gtk_style_context_restore (context);
+
+ gd_tagged_entry_tag_ensure_layout (tag, entry);
+ pango_layout_get_pixel_size (tag->priv->layout, &layout_width, &layout_height);
+
+ layout_allocation.x += border.left + padding.left;
+ layout_allocation.y += (layout_allocation.height - layout_height) / 2;
+
+ if (entry->priv->button_visible && tag->priv->has_close_button)
+ {
+ pix_width = cairo_image_surface_get_width (tag->priv->close_surface) / scale_factor;
+ pix_height = cairo_image_surface_get_height (tag->priv->close_surface) / scale_factor;
+ }
+ else
+ {
+ pix_width = 0;
+ pix_height = 0;
+ }
+
+ button_allocation.x += width - pix_width - border.right - padding.right;
+ button_allocation.y += (height - pix_height) / 2;
+ button_allocation.width = pix_width;
+ button_allocation.height = pix_height;
+
+ if (background_allocation_out)
+ *background_allocation_out = background_allocation;
+ if (layout_allocation_out)
+ *layout_allocation_out = layout_allocation;
+ if (button_allocation_out)
+ *button_allocation_out = button_allocation;
+}
+
+static gboolean
+gd_tagged_entry_tag_event_is_button (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry,
+ gdouble event_x,
+ gdouble event_y)
+{
+ GtkAllocation button_allocation;
+ GtkStyleContext *context;
+
+ if (!entry->priv->button_visible || !tag->priv->has_close_button)
+ return FALSE;
+
+ context = gd_tagged_entry_tag_get_context (tag, entry);
+ gd_tagged_entry_tag_get_relative_allocations (tag, entry, context, NULL, NULL, &button_allocation);
+
+ gtk_style_context_restore (context);
+
+ /* see if the event falls into the button allocation */
+ if ((event_x >= button_allocation.x &&
+ event_x <= button_allocation.x + button_allocation.width) &&
+ (event_y >= button_allocation.y &&
+ event_y <= button_allocation.y + button_allocation.height))
+ return TRUE;
+
+ return FALSE;
+}
+
+gboolean
+gd_tagged_entry_tag_get_area (GdTaggedEntryTag *tag,
+ cairo_rectangle_int_t *rect)
+{
+ GtkStyleContext *context;
+ GtkAllocation background_allocation;
+ int window_x, window_y;
+ GtkAllocation alloc;
+
+ g_return_val_if_fail (GD_IS_TAGGED_ENTRY_TAG (tag), FALSE);
+ g_return_val_if_fail (rect != NULL, FALSE);
+
+ gdk_window_get_position (tag->priv->window, &window_x, &window_y);
+ gtk_widget_get_allocation (GTK_WIDGET (tag->priv->entry), &alloc);
+ context = gd_tagged_entry_tag_get_context (tag, tag->priv->entry);
+ gd_tagged_entry_tag_get_relative_allocations (tag, tag->priv->entry, context,
+ &background_allocation,
+ NULL, NULL);
+ gtk_style_context_restore (context);
+
+ rect->x = window_x - alloc.x + background_allocation.x;
+ rect->y = window_y - alloc.y + background_allocation.y;
+ rect->width = background_allocation.width;
+ rect->height = background_allocation.height;
+
+ return TRUE;
+}
+
+static void
+gd_tagged_entry_tag_draw (GdTaggedEntryTag *tag,
+ cairo_t *cr,
+ GdTaggedEntry *entry)
+{
+ GtkStyleContext *context;
+ GtkStateFlags state;
+ GtkAllocation background_allocation, layout_allocation, button_allocation;
+
+ context = gd_tagged_entry_tag_get_context (tag, entry);
+ gd_tagged_entry_tag_get_relative_allocations (tag, entry, context,
+ &background_allocation,
+ &layout_allocation,
+ &button_allocation);
+
+ cairo_save (cr);
+ gtk_cairo_transform_to_window (cr, GTK_WIDGET (entry), tag->priv->window);
+
+ gtk_style_context_save (context);
+
+ state = gd_tagged_entry_tag_get_state (tag, entry);
+ gtk_style_context_set_state (context, state);
+ gtk_render_background (context, cr,
+ background_allocation.x, background_allocation.y,
+ background_allocation.width, background_allocation.height);
+ gtk_render_frame (context, cr,
+ background_allocation.x, background_allocation.y,
+ background_allocation.width, background_allocation.height);
+
+ gtk_render_layout (context, cr,
+ layout_allocation.x, layout_allocation.y,
+ tag->priv->layout);
+
+ gtk_style_context_restore (context);
+
+ if (!entry->priv->button_visible || !tag->priv->has_close_button)
+ goto done;
+
+ gtk_style_context_add_class (context, GTK_STYLE_CLASS_BUTTON);
+ state = gd_tagged_entry_tag_get_button_state (tag, entry);
+ gtk_style_context_set_state (context, state);
+
+ /* if the state changed since last time we draw the pixbuf,
+ * clear and redraw it.
+ */
+ if (state != tag->priv->last_button_state)
+ {
+ g_clear_pointer (&tag->priv->close_surface, cairo_surface_destroy);
+ gd_tagged_entry_tag_ensure_close_surface (tag, context);
+
+ tag->priv->last_button_state = state;
+ }
+
+ gtk_render_background (context, cr,
+ button_allocation.x, button_allocation.y,
+ button_allocation.width, button_allocation.height);
+ gtk_render_frame (context, cr,
+ button_allocation.x, button_allocation.y,
+ button_allocation.width, button_allocation.height);
+
+ gtk_render_icon_surface (context, cr,
+ tag->priv->close_surface,
+ button_allocation.x, button_allocation.y);
+
+done:
+ gtk_style_context_restore (context);
+
+ cairo_restore (cr);
+}
+
+static void
+gd_tagged_entry_tag_unrealize (GdTaggedEntryTag *tag)
+{
+ if (tag->priv->window == NULL)
+ return;
+
+ gdk_window_set_user_data (tag->priv->window, NULL);
+ gdk_window_destroy (tag->priv->window);
+ tag->priv->window = NULL;
+}
+
+static void
+gd_tagged_entry_tag_realize (GdTaggedEntryTag *tag,
+ GdTaggedEntry *entry)
+{
+ GtkWidget *widget = GTK_WIDGET (entry);
+ GdkWindowAttr attributes;
+ gint attributes_mask;
+ gint tag_width, tag_height;
+
+ if (tag->priv->window != NULL)
+ return;
+
+ attributes.window_type = GDK_WINDOW_CHILD;
+ attributes.wclass = GDK_INPUT_ONLY;
+ attributes.event_mask = gtk_widget_get_events (widget);
+ attributes.event_mask |= GDK_BUTTON_PRESS_MASK
+ | GDK_BUTTON_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_ENTER_NOTIFY_MASK
+ | GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK;
+
+ gd_tagged_entry_tag_get_size (tag, entry, &tag_width, &tag_height);
+ attributes.x = 0;
+ attributes.y = 0;
+ attributes.width = tag_width;
+ attributes.height = tag_height;
+
+ attributes_mask = GDK_WA_X | GDK_WA_Y;
+
+ tag->priv->window = gdk_window_new (gtk_widget_get_window (widget),
+ &attributes, attributes_mask);
+ gdk_window_set_user_data (tag->priv->window, widget);
+}
+
+static gboolean
+gd_tagged_entry_draw (GtkWidget *widget,
+ cairo_t *cr)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ GdTaggedEntryTag *tag;
+ GList *l;
+
+ GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->draw (widget, cr);
+
+ for (l = self->priv->tags; l != NULL; l = l->next)
+ {
+ tag = l->data;
+ gd_tagged_entry_tag_draw (tag, cr, self);
+ }
+
+ return FALSE;
+}
+
+static void
+gd_tagged_entry_map (GtkWidget *widget)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ GdTaggedEntryTag *tag;
+ GList *l;
+
+ if (gtk_widget_get_realized (widget) && !gtk_widget_get_mapped (widget))
+ {
+ GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->map (widget);
+
+ for (l = self->priv->tags; l != NULL; l = l->next)
+ {
+ tag = l->data;
+ gdk_window_show (tag->priv->window);
+ }
+ }
+}
+
+static void
+gd_tagged_entry_unmap (GtkWidget *widget)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ GdTaggedEntryTag *tag;
+ GList *l;
+
+ if (gtk_widget_get_mapped (widget))
+ {
+ for (l = self->priv->tags; l != NULL; l = l->next)
+ {
+ tag = l->data;
+ gdk_window_hide (tag->priv->window);
+ }
+
+ GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->unmap (widget);
+ }
+}
+
+static void
+gd_tagged_entry_realize (GtkWidget *widget)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ GdTaggedEntryTag *tag;
+ GList *l;
+
+ GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->realize (widget);
+
+ for (l = self->priv->tags; l != NULL; l = l->next)
+ {
+ tag = l->data;
+ gd_tagged_entry_tag_realize (tag, self);
+ }
+}
+
+static void
+gd_tagged_entry_unrealize (GtkWidget *widget)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ GdTaggedEntryTag *tag;
+ GList *l;
+
+ GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->unrealize (widget);
+
+ for (l = self->priv->tags; l != NULL; l = l->next)
+ {
+ tag = l->data;
+ gd_tagged_entry_tag_unrealize (tag);
+ }
+}
+
+static void
+gd_tagged_entry_get_text_area_size (GtkEntry *entry,
+ gint *x,
+ gint *y,
+ gint *width,
+ gint *height)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (entry);
+ gint tag_panel_width;
+
+ GTK_ENTRY_CLASS (gd_tagged_entry_parent_class)->get_text_area_size (entry, x, y, width, height);
+
+ tag_panel_width = gd_tagged_entry_tag_panel_get_width (self);
+
+ if (width)
+ *width -= tag_panel_width;
+}
+
+static void
+gd_tagged_entry_size_allocate (GtkWidget *widget,
+ GtkAllocation *allocation)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ gint x, y, width, height;
+ GdTaggedEntryTag *tag;
+ GList *l;
+
+ gtk_widget_set_allocation (widget, allocation);
+ GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->size_allocate (widget, allocation);
+
+ if (gtk_widget_get_realized (widget))
+ {
+ gd_tagged_entry_tag_panel_get_position (self, &x, &y);
+
+ for (l = self->priv->tags; l != NULL; l = l->next)
+ {
+ GtkBorder margin;
+
+ tag = l->data;
+ gd_tagged_entry_tag_get_size (tag, self, &width, &height);
+ gd_tagged_entry_tag_get_margin (tag, self, &margin);
+ gdk_window_move_resize (tag->priv->window, x, y + margin.top, width, height);
+
+ x += width;
+ }
+
+ gtk_widget_queue_draw (widget);
+ }
+}
+
+static void
+gd_tagged_entry_get_preferred_width (GtkWidget *widget,
+ gint *minimum,
+ gint *natural)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ gint tag_panel_width;
+
+ GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->get_preferred_width (widget, minimum, natural);
+
+ tag_panel_width = gd_tagged_entry_tag_panel_get_width (self);
+
+ if (minimum)
+ *minimum += tag_panel_width;
+ if (natural)
+ *natural += tag_panel_width;
+}
+
+static void
+gd_tagged_entry_finalize (GObject *obj)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (obj);
+
+ if (self->priv->tags != NULL)
+ {
+ g_list_free_full (self->priv->tags, g_object_unref);
+ self->priv->tags = NULL;
+ }
+
+ G_OBJECT_CLASS (gd_tagged_entry_parent_class)->finalize (obj);
+}
+
+static GdTaggedEntryTag *
+gd_tagged_entry_find_tag_by_window (GdTaggedEntry *self,
+ GdkWindow *window)
+{
+ GdTaggedEntryTag *tag = NULL, *elem;
+ GList *l;
+
+ for (l = self->priv->tags; l != NULL; l = l->next)
+ {
+ elem = l->data;
+ if (elem->priv->window == window)
+ {
+ tag = elem;
+ break;
+ }
+ }
+
+ return tag;
+}
+
+static gint
+gd_tagged_entry_enter_notify (GtkWidget *widget,
+ GdkEventCrossing *event)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ GdTaggedEntryTag *tag;
+
+ tag = gd_tagged_entry_find_tag_by_window (self, event->window);
+
+ if (tag != NULL)
+ {
+ self->priv->in_child = tag;
+ gtk_widget_queue_draw (widget);
+ }
+
+ return GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->enter_notify_event (widget, event);
+}
+
+static gint
+gd_tagged_entry_leave_notify (GtkWidget *widget,
+ GdkEventCrossing *event)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+
+ if (self->priv->in_child != NULL)
+ {
+ self->priv->in_child = NULL;
+ gtk_widget_queue_draw (widget);
+ }
+
+ return GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->leave_notify_event (widget, event);
+}
+
+static gint
+gd_tagged_entry_motion_notify (GtkWidget *widget,
+ GdkEventMotion *event)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ GdTaggedEntryTag *tag;
+
+ tag = gd_tagged_entry_find_tag_by_window (self, event->window);
+
+ if (tag != NULL)
+ {
+ gdk_event_request_motions (event);
+
+ self->priv->in_child = tag;
+ self->priv->in_child_button = gd_tagged_entry_tag_event_is_button (tag, self, event->x, event->y);
+ gtk_widget_queue_draw (widget);
+
+ return FALSE;
+ }
+
+ return GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->motion_notify_event (widget, event);
+}
+
+static gboolean
+gd_tagged_entry_button_release_event (GtkWidget *widget,
+ GdkEventButton *event)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ GdTaggedEntryTag *tag;
+
+ tag = gd_tagged_entry_find_tag_by_window (self, event->window);
+
+ if (tag != NULL)
+ {
+ self->priv->in_child_active = FALSE;
+
+ if (gd_tagged_entry_tag_event_is_button (tag, self, event->x, event->y))
+ {
+ self->priv->in_child_button_active = FALSE;
+ g_signal_emit (self, signals[SIGNAL_TAG_BUTTON_CLICKED], 0, tag);
+ }
+ else
+ {
+ g_signal_emit (self, signals[SIGNAL_TAG_CLICKED], 0, tag);
+ }
+
+ gtk_widget_queue_draw (widget);
+
+ return TRUE;
+ }
+
+ return GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->button_release_event (widget, event);
+}
+
+static gboolean
+gd_tagged_entry_button_press_event (GtkWidget *widget,
+ GdkEventButton *event)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (widget);
+ GdTaggedEntryTag *tag;
+
+ tag = gd_tagged_entry_find_tag_by_window (self, event->window);
+
+ if (tag != NULL)
+ {
+ if (gd_tagged_entry_tag_event_is_button (tag, self, event->x, event->y))
+ self->priv->in_child_button_active = TRUE;
+ else
+ self->priv->in_child_active = TRUE;
+
+ gtk_widget_queue_draw (widget);
+
+ return TRUE;
+ }
+
+ return GTK_WIDGET_CLASS (gd_tagged_entry_parent_class)->button_press_event (widget, event);
+}
+
+static void
+gd_tagged_entry_init (GdTaggedEntry *self)
+{
+ self->priv = gd_tagged_entry_get_instance_private (self);
+ self->priv->button_visible = TRUE;
+}
+
+static void
+gd_tagged_entry_get_property (GObject *object,
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (object);
+
+ switch (property_id)
+ {
+ case PROP_TAG_BUTTON_VISIBLE:
+ g_value_set_boolean (value, gd_tagged_entry_get_tag_button_visible (self));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ }
+}
+
+static void
+gd_tagged_entry_set_property (GObject *object,
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GdTaggedEntry *self = GD_TAGGED_ENTRY (object);
+
+ switch (property_id)
+ {
+ case PROP_TAG_BUTTON_VISIBLE:
+ gd_tagged_entry_set_tag_button_visible (self, g_value_get_boolean (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ }
+}
+
+static void
+gd_tagged_entry_class_init (GdTaggedEntryClass *klass)
+{
+ GtkWidgetClass *wclass = GTK_WIDGET_CLASS (klass);
+ GtkEntryClass *eclass = GTK_ENTRY_CLASS (klass);
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+
+ oclass->finalize = gd_tagged_entry_finalize;
+ oclass->set_property = gd_tagged_entry_set_property;
+ oclass->get_property = gd_tagged_entry_get_property;
+
+ wclass->realize = gd_tagged_entry_realize;
+ wclass->unrealize = gd_tagged_entry_unrealize;
+ wclass->map = gd_tagged_entry_map;
+ wclass->unmap = gd_tagged_entry_unmap;
+ wclass->size_allocate = gd_tagged_entry_size_allocate;
+ wclass->get_preferred_width = gd_tagged_entry_get_preferred_width;
+ wclass->draw = gd_tagged_entry_draw;
+ wclass->enter_notify_event = gd_tagged_entry_enter_notify;
+ wclass->leave_notify_event = gd_tagged_entry_leave_notify;
+ wclass->motion_notify_event = gd_tagged_entry_motion_notify;
+ wclass->button_press_event = gd_tagged_entry_button_press_event;
+ wclass->button_release_event = gd_tagged_entry_button_release_event;
+
+ eclass->get_text_area_size = gd_tagged_entry_get_text_area_size;
+
+ signals[SIGNAL_TAG_CLICKED] =
+ g_signal_new ("tag-clicked",
+ GD_TYPE_TAGGED_ENTRY,
+ G_SIGNAL_RUN_FIRST | G_SIGNAL_DETAILED,
+ 0, NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1, GD_TYPE_TAGGED_ENTRY_TAG);
+ signals[SIGNAL_TAG_BUTTON_CLICKED] =
+ g_signal_new ("tag-button-clicked",
+ GD_TYPE_TAGGED_ENTRY,
+ G_SIGNAL_RUN_FIRST | G_SIGNAL_DETAILED,
+ 0, NULL, NULL, NULL,
+ G_TYPE_NONE,
+ 1, GD_TYPE_TAGGED_ENTRY_TAG);
+
+ properties[PROP_TAG_BUTTON_VISIBLE] =
+ g_param_spec_boolean ("tag-close-visible", "Tag close icon visibility",
+ "Whether the close button should be shown in tags.", TRUE,
+ G_PARAM_WRITABLE | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (oclass, NUM_PROPERTIES, properties);
+}
+
+static void
+gd_tagged_entry_tag_init (GdTaggedEntryTag *self)
+{
+ GdTaggedEntryTagPrivate *priv;
+
+ self->priv = gd_tagged_entry_tag_get_instance_private (self);
+ priv = self->priv;
+
+ priv->last_button_state = GTK_STATE_FLAG_NORMAL;
+}
+
+static void
+gd_tagged_entry_tag_finalize (GObject *obj)
+{
+ GdTaggedEntryTag *tag = GD_TAGGED_ENTRY_TAG (obj);
+ GdTaggedEntryTagPrivate *priv = tag->priv;
+
+ if (priv->window != NULL)
+ gd_tagged_entry_tag_unrealize (tag);
+
+ g_clear_object (&priv->layout);
+ g_clear_pointer (&priv->close_surface, cairo_surface_destroy);
+ g_free (priv->label);
+ g_free (priv->style);
+
+ G_OBJECT_CLASS (gd_tagged_entry_tag_parent_class)->finalize (obj);
+}
+
+static void
+gd_tagged_entry_tag_get_property (GObject *object,
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GdTaggedEntryTag *self = GD_TAGGED_ENTRY_TAG (object);
+
+ switch (property_id)
+ {
+ case PROP_TAG_LABEL:
+ g_value_set_string (value, gd_tagged_entry_tag_get_label (self));
+ break;
+ case PROP_TAG_HAS_CLOSE_BUTTON:
+ g_value_set_boolean (value, gd_tagged_entry_tag_get_has_close_button (self));
+ break;
+ case PROP_TAG_STYLE:
+ g_value_set_string (value, gd_tagged_entry_tag_get_style (self));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ }
+}
+
+static void
+gd_tagged_entry_tag_set_property (GObject *object,
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GdTaggedEntryTag *self = GD_TAGGED_ENTRY_TAG (object);
+
+ switch (property_id)
+ {
+ case PROP_TAG_LABEL:
+ gd_tagged_entry_tag_set_label (self, g_value_get_string (value));
+ break;
+ case PROP_TAG_HAS_CLOSE_BUTTON:
+ gd_tagged_entry_tag_set_has_close_button (self, g_value_get_boolean (value));
+ break;
+ case PROP_TAG_STYLE:
+ gd_tagged_entry_tag_set_style (self, g_value_get_string (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ }
+}
+
+static void
+gd_tagged_entry_tag_class_init (GdTaggedEntryTagClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+
+ oclass->finalize = gd_tagged_entry_tag_finalize;
+ oclass->set_property = gd_tagged_entry_tag_set_property;
+ oclass->get_property = gd_tagged_entry_tag_get_property;
+
+ tag_properties[PROP_TAG_LABEL] =
+ g_param_spec_string ("label", "Label",
+ "Text to show on the tag.", NULL,
+ G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ tag_properties[PROP_TAG_HAS_CLOSE_BUTTON] =
+ g_param_spec_boolean ("has-close-button", "Tag has a close button",
+ "Whether the tag has a close button.", TRUE,
+ G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ tag_properties[PROP_TAG_STYLE] =
+ g_param_spec_string ("style", "Style",
+ "Style of the tag.", "entry-tag",
+ G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (oclass, NUM_TAG_PROPERTIES, tag_properties);
+}
+
+GdTaggedEntry *
+gd_tagged_entry_new (void)
+{
+ return g_object_new (GD_TYPE_TAGGED_ENTRY, NULL);
+}
+
+gboolean
+gd_tagged_entry_insert_tag (GdTaggedEntry *self,
+ GdTaggedEntryTag *tag,
+ gint position)
+{
+ if (g_list_find (self->priv->tags, tag) != NULL)
+ return FALSE;
+
+ tag->priv->entry = self;
+
+ self->priv->tags = g_list_insert (self->priv->tags, g_object_ref (tag), position);
+
+ if (gtk_widget_get_realized (GTK_WIDGET (self)))
+ gd_tagged_entry_tag_realize (tag, self);
+
+ if (gtk_widget_get_mapped (GTK_WIDGET (self)))
+ gdk_window_show_unraised (tag->priv->window);
+
+ gtk_widget_queue_resize (GTK_WIDGET (self));
+
+ return TRUE;
+}
+
+gboolean
+gd_tagged_entry_add_tag (GdTaggedEntry *self,
+ GdTaggedEntryTag *tag)
+{
+ return gd_tagged_entry_insert_tag (self, tag, -1);
+}
+
+gboolean
+gd_tagged_entry_remove_tag (GdTaggedEntry *self,
+ GdTaggedEntryTag *tag)
+{
+ if (!g_list_find (self->priv->tags, tag))
+ return FALSE;
+
+ gd_tagged_entry_tag_unrealize (tag);
+
+ self->priv->tags = g_list_remove (self->priv->tags, tag);
+ g_object_unref (tag);
+
+ gtk_widget_queue_resize (GTK_WIDGET (self));
+
+ return TRUE;
+}
+
+GdTaggedEntryTag *
+gd_tagged_entry_tag_new (const gchar *label)
+{
+ return g_object_new (GD_TYPE_TAGGED_ENTRY_TAG, "label", label, NULL);
+}
+
+void
+gd_tagged_entry_tag_set_label (GdTaggedEntryTag *tag,
+ const gchar *label)
+{
+ GdTaggedEntryTagPrivate *priv;
+
+ g_return_if_fail (GD_IS_TAGGED_ENTRY_TAG (tag));
+
+ priv = tag->priv;
+
+ if (g_strcmp0 (priv->label, label) != 0)
+ {
+ GtkWidget *entry;
+
+ g_free (priv->label);
+ priv->label = g_strdup (label);
+ g_clear_object (&priv->layout);
+
+ entry = GTK_WIDGET (tag->priv->entry);
+ if (entry)
+ gtk_widget_queue_resize (entry);
+ }
+}
+
+const gchar *
+gd_tagged_entry_tag_get_label (GdTaggedEntryTag *tag)
+{
+ g_return_val_if_fail (GD_IS_TAGGED_ENTRY_TAG (tag), NULL);
+
+ return tag->priv->label;
+}
+
+void
+gd_tagged_entry_tag_set_has_close_button (GdTaggedEntryTag *tag,
+ gboolean has_close_button)
+{
+ GdTaggedEntryTagPrivate *priv;
+
+ g_return_if_fail (GD_IS_TAGGED_ENTRY_TAG (tag));
+
+ priv = tag->priv;
+
+ has_close_button = has_close_button != FALSE;
+ if (priv->has_close_button != has_close_button)
+ {
+ GtkWidget *entry;
+
+ priv->has_close_button = has_close_button;
+ g_clear_object (&priv->layout);
+
+ entry = GTK_WIDGET (priv->entry);
+ if (entry)
+ gtk_widget_queue_resize (entry);
+ }
+}
+
+gboolean
+gd_tagged_entry_tag_get_has_close_button (GdTaggedEntryTag *tag)
+{
+ g_return_val_if_fail (GD_IS_TAGGED_ENTRY_TAG (tag), FALSE);
+
+ return tag->priv->has_close_button;
+}
+
+void
+gd_tagged_entry_tag_set_style (GdTaggedEntryTag *tag,
+ const gchar *style)
+{
+ GdTaggedEntryTagPrivate *priv;
+
+ g_return_if_fail (GD_IS_TAGGED_ENTRY_TAG (tag));
+
+ priv = tag->priv;
+
+ if (g_strcmp0 (priv->style, style) != 0)
+ {
+ GtkWidget *entry;
+
+ g_free (priv->style);
+ priv->style = g_strdup (style);
+ g_clear_object (&priv->layout);
+
+ entry = GTK_WIDGET (tag->priv->entry);
+ if (entry)
+ gtk_widget_queue_resize (entry);
+ }
+}
+
+const gchar *
+gd_tagged_entry_tag_get_style (GdTaggedEntryTag *tag)
+{
+ g_return_val_if_fail (GD_IS_TAGGED_ENTRY_TAG (tag), NULL);
+
+ return tag->priv->style;
+}
+
+void
+gd_tagged_entry_set_tag_button_visible (GdTaggedEntry *self,
+ gboolean visible)
+{
+ g_return_if_fail (GD_IS_TAGGED_ENTRY (self));
+
+ if (self->priv->button_visible == visible)
+ return;
+
+ self->priv->button_visible = visible;
+ gtk_widget_queue_resize (GTK_WIDGET (self));
+
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_TAG_BUTTON_VISIBLE]);
+}
+
+gboolean
+gd_tagged_entry_get_tag_button_visible (GdTaggedEntry *self)
+{
+ g_return_val_if_fail (GD_IS_TAGGED_ENTRY (self), FALSE);
+
+ return self->priv->button_visible;
+}
diff --git a/subprojects/libgd/libgd/gd-tagged-entry.h b/subprojects/libgd/libgd/gd-tagged-entry.h
new file mode 100644
index 0000000..ba9f673
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-tagged-entry.h
@@ -0,0 +1,117 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ * Copyright (c) 2013 Ignacio Casal Quinteiro
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef __GD_TAGGED_ENTRY_H__
+#define __GD_TAGGED_ENTRY_H__
+
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_TAGGED_ENTRY gd_tagged_entry_get_type()
+#define GD_TAGGED_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GD_TYPE_TAGGED_ENTRY, GdTaggedEntry))
+#define GD_TAGGED_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GD_TYPE_TAGGED_ENTRY, GdTaggedEntryClass))
+#define GD_IS_TAGGED_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GD_TYPE_TAGGED_ENTRY))
+#define GD_IS_TAGGED_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GD_TYPE_TAGGED_ENTRY))
+#define GD_TAGGED_ENTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GD_TYPE_TAGGED_ENTRY, GdTaggedEntryClass))
+
+typedef struct _GdTaggedEntry GdTaggedEntry;
+typedef struct _GdTaggedEntryClass GdTaggedEntryClass;
+typedef struct _GdTaggedEntryPrivate GdTaggedEntryPrivate;
+
+typedef struct _GdTaggedEntryTag GdTaggedEntryTag;
+typedef struct _GdTaggedEntryTagClass GdTaggedEntryTagClass;
+typedef struct _GdTaggedEntryTagPrivate GdTaggedEntryTagPrivate;
+
+struct _GdTaggedEntry
+{
+ GtkSearchEntry parent;
+
+ GdTaggedEntryPrivate *priv;
+};
+
+struct _GdTaggedEntryClass
+{
+ GtkSearchEntryClass parent_class;
+};
+
+#define GD_TYPE_TAGGED_ENTRY_TAG gd_tagged_entry_tag_get_type()
+#define GD_TAGGED_ENTRY_TAG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GD_TYPE_TAGGED_ENTRY_TAG, GdTaggedEntryTag))
+#define GD_TAGGED_ENTRY_TAG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GD_TYPE_TAGGED_ENTRY_TAG, GdTaggedEntryTagClass))
+#define GD_IS_TAGGED_ENTRY_TAG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GD_TYPE_TAGGED_ENTRY_TAG))
+#define GD_IS_TAGGED_ENTRY_TAG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GD_TYPE_TAGGED_ENTRY_TAG))
+#define GD_TAGGED_ENTRY_TAG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GD_TYPE_TAGGED_ENTRY_TAG, GdTaggedEntryTagClass))
+
+struct _GdTaggedEntryTag
+{
+ GObject parent;
+
+ GdTaggedEntryTagPrivate *priv;
+};
+
+struct _GdTaggedEntryTagClass
+{
+ GObjectClass parent_class;
+};
+
+GType gd_tagged_entry_get_type (void) G_GNUC_CONST;
+
+GdTaggedEntry *gd_tagged_entry_new (void);
+
+void gd_tagged_entry_set_tag_button_visible (GdTaggedEntry *self,
+ gboolean visible);
+gboolean gd_tagged_entry_get_tag_button_visible (GdTaggedEntry *self);
+
+gboolean gd_tagged_entry_insert_tag (GdTaggedEntry *self,
+ GdTaggedEntryTag *tag,
+ gint position);
+
+gboolean gd_tagged_entry_add_tag (GdTaggedEntry *self,
+ GdTaggedEntryTag *tag);
+
+gboolean gd_tagged_entry_remove_tag (GdTaggedEntry *self,
+ GdTaggedEntryTag *tag);
+
+GType gd_tagged_entry_tag_get_type (void) G_GNUC_CONST;
+
+GdTaggedEntryTag *gd_tagged_entry_tag_new (const gchar *label);
+
+void gd_tagged_entry_tag_set_label (GdTaggedEntryTag *tag,
+ const gchar *label);
+const gchar *gd_tagged_entry_tag_get_label (GdTaggedEntryTag *tag);
+
+void gd_tagged_entry_tag_set_has_close_button (GdTaggedEntryTag *tag,
+ gboolean has_close_button);
+gboolean gd_tagged_entry_tag_get_has_close_button (GdTaggedEntryTag *tag);
+
+void gd_tagged_entry_tag_set_style (GdTaggedEntryTag *tag,
+ const gchar *style);
+const gchar *gd_tagged_entry_tag_get_style (GdTaggedEntryTag *tag);
+
+gboolean gd_tagged_entry_tag_get_area (GdTaggedEntryTag *tag,
+ cairo_rectangle_int_t *rect);
+
+G_END_DECLS
+
+#endif /* __GD_TAGGED_ENTRY_H__ */
diff --git a/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c b/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c
new file mode 100644
index 0000000..069050b
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c
@@ -0,0 +1,280 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "gd-toggle-pixbuf-renderer.h"
+
+enum {
+ PROP_ACTIVE = 1,
+ PROP_TOGGLE_VISIBLE,
+ PROP_PULSE,
+ NUM_PROPERTIES
+};
+
+static GParamSpec *properties[NUM_PROPERTIES] = { NULL, };
+
+typedef struct _GdTogglePixbufRendererPrivate GdTogglePixbufRendererPrivate;
+
+struct _GdTogglePixbufRendererPrivate {
+ gboolean active;
+ gboolean toggle_visible;
+
+ guint pulse;
+};
+
+G_DEFINE_TYPE_WITH_PRIVATE (GdTogglePixbufRenderer, gd_toggle_pixbuf_renderer, GTK_TYPE_CELL_RENDERER_PIXBUF)
+
+static void
+render_check (GdTogglePixbufRenderer *self,
+ cairo_t *cr,
+ GtkWidget *widget,
+ const GdkRectangle *cell_area,
+ gint icon_size,
+ gint xpad,
+ gint ypad)
+{
+ GdTogglePixbufRendererPrivate *priv;
+ GtkStyleContext *context;
+ gint check_x, check_y, x_offset;
+ GtkTextDirection direction;
+
+ priv = gd_toggle_pixbuf_renderer_get_instance_private (self);
+ context = gtk_widget_get_style_context (widget);
+
+ if (!priv->toggle_visible)
+ return;
+
+ direction = gtk_widget_get_direction (widget);
+ if (direction == GTK_TEXT_DIR_RTL)
+ x_offset = xpad;
+ else
+ x_offset = cell_area->width - icon_size - xpad;
+
+ check_x = cell_area->x + x_offset;
+ check_y = cell_area->y + cell_area->height - icon_size - ypad;
+
+ gtk_style_context_save (context);
+ gtk_style_context_add_class (context, GTK_STYLE_CLASS_CHECK);
+
+ if (priv->active)
+ gtk_style_context_set_state (context, gtk_widget_get_state_flags (widget) | GTK_STATE_FLAG_CHECKED);
+
+ gtk_render_background (context, cr,
+ check_x, check_y,
+ icon_size, icon_size);
+ gtk_render_frame (context, cr,
+ check_x, check_y,
+ icon_size, icon_size);
+ gtk_render_check (context, cr,
+ check_x, check_y,
+ icon_size, icon_size);
+ gtk_style_context_restore (context);
+}
+
+static void
+render_activity (GdTogglePixbufRenderer *self,
+ cairo_t *cr,
+ GtkWidget *widget,
+ const GdkRectangle *cell_area,
+ gint icon_size,
+ gint xpad,
+ gint ypad)
+{
+ GdTogglePixbufRendererPrivate *priv;
+ gint x, y, width, height;
+
+ priv = gd_toggle_pixbuf_renderer_get_instance_private (self);
+
+ if (priv->pulse == 0)
+ return;
+
+ width = cell_area->width / 4;
+ height = cell_area->height / 4;
+
+ x = cell_area->x + (cell_area->width / 2) - (width / 2) - xpad;
+ y = cell_area->y + (cell_area->height / 2) - (height / 2) - ypad;
+
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
+ gtk_paint_spinner (gtk_widget_get_style (widget),
+ cr,
+ GTK_STATE_FLAG_ACTIVE,
+ widget,
+ NULL,
+ (guint) priv->pulse - 1,
+ x, y,
+ width, height);
+ G_GNUC_END_IGNORE_DEPRECATIONS;
+}
+
+static void
+gd_toggle_pixbuf_renderer_render (GtkCellRenderer *cell,
+ cairo_t *cr,
+ GtkWidget *widget,
+ const GdkRectangle *background_area,
+ const GdkRectangle *cell_area,
+ GtkCellRendererState flags)
+{
+ gint icon_size = -1;
+ GdTogglePixbufRenderer *self = GD_TOGGLE_PIXBUF_RENDERER (cell);
+ gint xpad, ypad;
+
+ GTK_CELL_RENDERER_CLASS (gd_toggle_pixbuf_renderer_parent_class)->render
+ (cell, cr, widget,
+ background_area, cell_area, flags);
+
+ gtk_cell_renderer_get_padding (cell, &xpad, &ypad);
+ gtk_widget_style_get (widget,
+ "check-icon-size", &icon_size,
+ NULL);
+
+ if (icon_size == -1)
+ icon_size = 40;
+
+ render_activity (self, cr, widget, cell_area, icon_size, xpad, ypad);
+ render_check (self, cr, widget, cell_area, icon_size, xpad, ypad);
+}
+
+static void
+gd_toggle_pixbuf_renderer_get_size (GtkCellRenderer *cell,
+ GtkWidget *widget,
+ const GdkRectangle *cell_area,
+ gint *x_offset,
+ gint *y_offset,
+ gint *width,
+ gint *height)
+{
+ gint icon_size;
+
+ gtk_widget_style_get (widget,
+ "check-icon-size", &icon_size,
+ NULL);
+
+ GTK_CELL_RENDERER_CLASS (gd_toggle_pixbuf_renderer_parent_class)->get_size
+ (cell, widget, cell_area,
+ x_offset, y_offset, width, height);
+
+ *width += icon_size / 4;
+}
+
+static void
+gd_toggle_pixbuf_renderer_get_property (GObject *object,
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GdTogglePixbufRenderer *self = GD_TOGGLE_PIXBUF_RENDERER (object);
+ GdTogglePixbufRendererPrivate *priv;
+
+ priv = gd_toggle_pixbuf_renderer_get_instance_private (self);
+
+ switch (property_id)
+ {
+ case PROP_ACTIVE:
+ g_value_set_boolean (value, priv->active);
+ break;
+ case PROP_TOGGLE_VISIBLE:
+ g_value_set_boolean (value, priv->toggle_visible);
+ break;
+ case PROP_PULSE:
+ g_value_set_uint (value, priv->pulse);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_toggle_pixbuf_renderer_set_property (GObject *object,
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GdTogglePixbufRenderer *self = GD_TOGGLE_PIXBUF_RENDERER (object);
+ GdTogglePixbufRendererPrivate *priv;
+
+ priv = gd_toggle_pixbuf_renderer_get_instance_private (self);
+
+ switch (property_id)
+ {
+ case PROP_ACTIVE:
+ priv->active = g_value_get_boolean (value);
+ break;
+ case PROP_TOGGLE_VISIBLE:
+ priv->toggle_visible = g_value_get_boolean (value);
+ break;
+ case PROP_PULSE:
+ priv->pulse = g_value_get_uint (value);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_toggle_pixbuf_renderer_class_init (GdTogglePixbufRendererClass *klass)
+{
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+ GtkCellRendererClass *crclass = GTK_CELL_RENDERER_CLASS (klass);
+
+ crclass->render = gd_toggle_pixbuf_renderer_render;
+ crclass->get_size = gd_toggle_pixbuf_renderer_get_size;
+ oclass->get_property = gd_toggle_pixbuf_renderer_get_property;
+ oclass->set_property = gd_toggle_pixbuf_renderer_set_property;
+
+ properties[PROP_ACTIVE] =
+ g_param_spec_boolean ("active",
+ "Active",
+ "Whether the cell renderer is active",
+ FALSE,
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS);
+ properties[PROP_TOGGLE_VISIBLE] =
+ g_param_spec_boolean ("toggle-visible",
+ "Toggle visible",
+ "Whether to draw the toggle indicator",
+ FALSE,
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS);
+ properties[PROP_PULSE] =
+ g_param_spec_uint ("pulse",
+ "Pulse",
+ "Set to any value other than 0 to display a "
+ "spinner on top of the pixbuf.",
+ 0,
+ G_MAXUINT,
+ 0,
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (oclass, NUM_PROPERTIES, properties);
+}
+
+static void
+gd_toggle_pixbuf_renderer_init (GdTogglePixbufRenderer *self)
+{
+}
+
+GtkCellRenderer *
+gd_toggle_pixbuf_renderer_new (void)
+{
+ return g_object_new (GD_TYPE_TOGGLE_PIXBUF_RENDERER, NULL);
+}
diff --git a/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.h b/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.h
new file mode 100644
index 0000000..93f4429
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.h
@@ -0,0 +1,47 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef _GD_TOGGLE_PIXBUF_RENDERER_H
+#define _GD_TOGGLE_PIXBUF_RENDERER_H
+
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_TOGGLE_PIXBUF_RENDERER gd_toggle_pixbuf_renderer_get_type()
+G_DECLARE_DERIVABLE_TYPE (GdTogglePixbufRenderer,
+ gd_toggle_pixbuf_renderer,
+ GD,
+ TOGGLE_PIXBUF_RENDERER,
+ GtkCellRendererPixbuf)
+
+struct _GdTogglePixbufRendererClass
+{
+ GtkCellRendererPixbufClass parent_class;
+};
+
+GtkCellRenderer *gd_toggle_pixbuf_renderer_new (void);
+
+G_END_DECLS
+
+#endif /* _GD_TOGGLE_PIXBUF_RENDERER_H */
diff --git a/subprojects/libgd/libgd/gd-two-lines-renderer.c b/subprojects/libgd/libgd/gd-two-lines-renderer.c
new file mode 100644
index 0000000..f5e1ce5
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-two-lines-renderer.c
@@ -0,0 +1,632 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#include "gd-two-lines-renderer.h"
+#include <string.h>
+
+#define SUBTITLE_DIM_PERCENTAGE 0.55
+#define SUBTITLE_SIZE_PERCENTAGE 0.82
+
+typedef struct _GdTwoLinesRendererPrivate GdTwoLinesRendererPrivate;
+
+struct _GdTwoLinesRendererPrivate {
+ gchar *line_two;
+ gint text_lines;
+};
+
+enum {
+ PROP_TEXT_LINES = 1,
+ PROP_LINE_TWO,
+ NUM_PROPERTIES
+};
+
+static GParamSpec *properties[NUM_PROPERTIES] = { NULL, };
+
+G_DEFINE_TYPE_WITH_PRIVATE (GdTwoLinesRenderer, gd_two_lines_renderer, GTK_TYPE_CELL_RENDERER_TEXT)
+
+static PangoLayout *
+create_layout_with_attrs (GtkWidget *widget,
+ const GdkRectangle *cell_area,
+ GdTwoLinesRenderer *self,
+ PangoEllipsizeMode ellipsize)
+{
+ PangoLayout *layout;
+ gint wrap_width, xpad;
+ PangoWrapMode wrap_mode;
+ PangoAlignment alignment;
+
+ g_object_get (self,
+ "wrap-width", &wrap_width,
+ "wrap-mode", &wrap_mode,
+ "alignment", &alignment,
+ "xpad", &xpad,
+ NULL);
+
+ layout = pango_layout_new (gtk_widget_get_pango_context (widget));
+
+ pango_layout_set_ellipsize (layout, ellipsize);
+ pango_layout_set_alignment (layout, alignment);
+
+ if (wrap_width != -1)
+ {
+ pango_layout_set_width (layout, wrap_width * PANGO_SCALE);
+ pango_layout_set_wrap (layout, wrap_mode);
+ }
+ else
+ {
+ if (cell_area != NULL)
+ pango_layout_set_width (layout, (cell_area->width - 2 * xpad) * PANGO_SCALE);
+ else
+ pango_layout_set_width (layout, -1);
+
+ pango_layout_set_wrap (layout, PANGO_WRAP_CHAR);
+ }
+
+ return layout;
+}
+
+static void
+apply_subtitle_style_to_layout (GtkStyleContext *context,
+ PangoLayout *layout,
+ GtkStateFlags flags)
+{
+ PangoFontDescription *desc;
+ PangoAttrList *layout_attr;
+ PangoAttribute *attr_alpha;
+
+ gtk_style_context_save (context);
+ gtk_style_context_set_state (context, flags);
+ gtk_style_context_get (context, gtk_style_context_get_state (context),
+ "font", &desc,
+ NULL);
+ gtk_style_context_restore (context);
+
+ /* Set the font size */
+ pango_font_description_set_size (desc, pango_font_description_get_size (desc) * SUBTITLE_SIZE_PERCENTAGE);
+ pango_layout_set_font_description (layout, desc);
+ pango_font_description_free (desc);
+
+ /* Set the font alpha */
+ layout_attr = pango_attr_list_new ();
+ attr_alpha = pango_attr_foreground_alpha_new (SUBTITLE_DIM_PERCENTAGE * 65535);
+ pango_attr_list_insert (layout_attr, attr_alpha);
+
+ pango_layout_set_attributes (layout, layout_attr);
+ pango_attr_list_unref (layout_attr);
+}
+
+static void
+gd_two_lines_renderer_prepare_layouts (GdTwoLinesRenderer *self,
+ const GdkRectangle *cell_area,
+ GtkWidget *widget,
+ PangoLayout **layout_one,
+ PangoLayout **layout_two)
+{
+ GdTwoLinesRendererPrivate *priv;
+ PangoLayout *line_one;
+ PangoLayout *line_two = NULL;
+ gchar *text = NULL;
+
+ priv = gd_two_lines_renderer_get_instance_private (self);
+
+ g_object_get (self,
+ "text", &text,
+ NULL);
+
+ line_one = create_layout_with_attrs (widget, cell_area,
+ self, PANGO_ELLIPSIZE_MIDDLE);
+
+ if (priv->line_two == NULL ||
+ g_strcmp0 (priv->line_two, "") == 0)
+ {
+ pango_layout_set_height (line_one, - (priv->text_lines));
+
+ if (text != NULL)
+ pango_layout_set_text (line_one, text, -1);
+ }
+ else
+ {
+ GtkStyleContext *context;
+
+ line_two = create_layout_with_attrs (widget, cell_area,
+ self, PANGO_ELLIPSIZE_END);
+
+ context = gtk_widget_get_style_context (widget);
+ gtk_style_context_save (context);
+ apply_subtitle_style_to_layout (context, line_two, GTK_STATE_FLAG_NORMAL);
+ gtk_style_context_restore (context);
+
+ pango_layout_set_height (line_one, - (priv->text_lines - 1));
+ pango_layout_set_height (line_two, -1);
+ pango_layout_set_text (line_two, priv->line_two, -1);
+
+ if (text != NULL)
+ pango_layout_set_text (line_one, text, -1);
+ }
+
+ if (layout_one)
+ *layout_one = line_one;
+ if (layout_two)
+ *layout_two = line_two;
+
+ g_free (text);
+}
+
+static void
+gd_two_lines_renderer_get_size (GtkCellRenderer *cell,
+ GtkWidget *widget,
+ PangoLayout *layout_1,
+ PangoLayout *layout_2,
+ gint *width,
+ gint *height,
+ const GdkRectangle *cell_area,
+ gint *x_offset_1,
+ gint *x_offset_2,
+ gint *y_offset)
+{
+ GdTwoLinesRenderer *self = GD_TWO_LINES_RENDERER (cell);
+ gint xpad, ypad;
+ PangoLayout *layout_one, *layout_two;
+ GdkRectangle layout_one_rect, layout_two_rect, layout_union;
+
+ if (layout_1 == NULL)
+ {
+ gd_two_lines_renderer_prepare_layouts (self, cell_area, widget, &layout_one, &layout_two);
+ }
+ else
+ {
+ layout_one = g_object_ref (layout_1);
+
+ if (layout_2 != NULL)
+ layout_two = g_object_ref (layout_2);
+ else
+ layout_two = NULL;
+ }
+
+ gtk_cell_renderer_get_padding (cell, &xpad, &ypad);
+ pango_layout_get_pixel_extents (layout_one, NULL, (PangoRectangle *) &layout_one_rect);
+
+ if (layout_two != NULL)
+ {
+ pango_layout_get_pixel_extents (layout_two, NULL, (PangoRectangle *) &layout_two_rect);
+
+ layout_union.width = MAX (layout_one_rect.width, layout_two_rect.width);
+ layout_union.height = layout_one_rect.height + layout_two_rect.height;
+ }
+ else
+ {
+ layout_union = layout_one_rect;
+ }
+
+ if (cell_area)
+ {
+ gfloat xalign, yalign;
+
+ gtk_cell_renderer_get_alignment (cell, &xalign, &yalign);
+
+ layout_union.width = MIN (layout_union.width, cell_area->width - 2 * xpad);
+ layout_union.height = MIN (layout_union.height, cell_area->height - 2 * ypad);
+
+ if (x_offset_1)
+ {
+ if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL)
+ *x_offset_1 = (1.0 - xalign) * (cell_area->width - (layout_one_rect.width + (2 * xpad)));
+ else
+ *x_offset_1 = xalign * (cell_area->width - (layout_one_rect.width + (2 * xpad)));
+
+ *x_offset_1 = MAX (*x_offset_1, 0);
+ }
+ if (x_offset_2)
+ {
+ if (layout_two != NULL)
+ {
+ if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL)
+ *x_offset_2 = (1.0 - xalign) * (cell_area->width - (layout_two_rect.width + (2 * xpad)));
+ else
+ *x_offset_2 = xalign * (cell_area->width - (layout_two_rect.width + (2 * xpad)));
+
+ *x_offset_2 = MAX (*x_offset_2, 0);
+ }
+ else
+ {
+ *x_offset_2 = 0;
+ }
+ }
+
+ if (y_offset)
+ {
+ *y_offset = yalign * (cell_area->height - (layout_union.height + (2 * ypad)));
+ *y_offset = MAX (*y_offset, 0);
+ }
+ }
+ else
+ {
+ if (x_offset_1) *x_offset_1 = 0;
+ if (x_offset_2) *x_offset_2 = 0;
+ if (y_offset) *y_offset = 0;
+ }
+
+ g_clear_object (&layout_one);
+ g_clear_object (&layout_two);
+
+ if (height)
+ *height = ypad * 2 + layout_union.height;
+
+ if (width)
+ *width = xpad * 2 + layout_union.width;
+}
+
+static void
+gd_two_lines_renderer_render (GtkCellRenderer *cell,
+ cairo_t *cr,
+ GtkWidget *widget,
+ const GdkRectangle *background_area,
+ const GdkRectangle *cell_area,
+ GtkCellRendererState flags)
+{
+ GdTwoLinesRenderer *self = GD_TWO_LINES_RENDERER (cell);
+ GtkStyleContext *context;
+ gint line_one_height;
+ GtkStateFlags state;
+ GdkRectangle area, render_area = *cell_area;
+ gint xpad, ypad, x_offset_1, x_offset_2, y_offset;
+ PangoLayout *layout_one, *layout_two;
+ PangoRectangle layout_rect;
+
+ /* fetch common information */
+ context = gtk_widget_get_style_context (widget);
+ gd_two_lines_renderer_prepare_layouts (self, cell_area, widget, &layout_one, &layout_two);
+ gd_two_lines_renderer_get_size (cell, widget,
+ layout_one, layout_two,
+ NULL, NULL,
+ cell_area,
+ &x_offset_1, &x_offset_2, &y_offset);
+ gtk_cell_renderer_get_padding (cell, &xpad, &ypad);
+
+ area = *cell_area;
+ area.x += xpad;
+ area.y += ypad;
+
+ /* now render the first layout */
+ pango_layout_get_pixel_extents (layout_one, NULL, &layout_rect);
+
+ render_area = area;
+ render_area.x += x_offset_1 - layout_rect.x;
+ render_area.y += y_offset;
+
+ gtk_render_layout (context, cr,
+ render_area.x,
+ render_area.y,
+ layout_one);
+
+ /* render the second layout */
+ if (layout_two != NULL)
+ {
+ pango_layout_get_pixel_size (layout_one,
+ NULL, &line_one_height);
+
+ gtk_style_context_save (context);
+
+ apply_subtitle_style_to_layout (context, layout_two, flags);
+
+ state = gtk_cell_renderer_get_state (cell, widget, flags);
+ gtk_style_context_set_state (context, state);
+
+ pango_layout_get_pixel_extents (layout_two, NULL, &layout_rect);
+
+ render_area = area;
+ render_area.x += x_offset_2 - layout_rect.x;
+ render_area.y += y_offset + line_one_height;
+
+ gtk_render_layout (context, cr,
+ render_area.x,
+ render_area.y,
+ layout_two);
+
+ gtk_style_context_restore (context);
+ }
+
+ g_clear_object (&layout_one);
+ g_clear_object (&layout_two);
+}
+
+static void
+gd_two_lines_renderer_get_preferred_width (GtkCellRenderer *cell,
+ GtkWidget *widget,
+ gint *minimum_size,
+ gint *natural_size)
+{
+ PangoContext *context;
+ PangoFontMetrics *metrics;
+ PangoFontDescription *font_desc;
+ GtkStyleContext *style_context;
+ gint nat_width, min_width;
+ gint xpad, char_width, wrap_width, text_width;
+ gint width_chars, ellipsize_chars;
+
+ g_object_get (cell,
+ "xpad", &xpad,
+ "width-chars", &width_chars,
+ "wrap-width", &wrap_width,
+ NULL);
+ style_context = gtk_widget_get_style_context (widget);
+ gtk_cell_renderer_get_padding (cell, &xpad, NULL);
+
+ gd_two_lines_renderer_get_size (cell, widget,
+ NULL, NULL,
+ &text_width, NULL,
+ NULL,
+ NULL, NULL, NULL);
+
+ /* Fetch the average size of a character */
+ context = gtk_widget_get_pango_context (widget);
+ gtk_style_context_save (style_context);
+ gtk_style_context_set_state (style_context, 0);
+ gtk_style_context_get (style_context, gtk_style_context_get_state (style_context),
+ "font", &font_desc, NULL);
+ gtk_style_context_restore (style_context);
+ metrics = pango_context_get_metrics (context, font_desc,
+ pango_context_get_language (context));
+
+ char_width = pango_font_metrics_get_approximate_char_width (metrics);
+
+ pango_font_metrics_unref (metrics);
+ pango_font_description_free (font_desc);
+
+ /* enforce minimum width for ellipsized labels at ~3 chars */
+ ellipsize_chars = 3;
+
+ /* If no width-chars set, minimum for wrapping text will be the wrap-width */
+ if (wrap_width > -1)
+ min_width = xpad * 2 + MIN (text_width, wrap_width);
+ else
+ min_width = xpad * 2 +
+ MIN (text_width,
+ (PANGO_PIXELS (char_width) * MAX (width_chars, ellipsize_chars)));
+
+ if (width_chars > 0)
+ nat_width = xpad * 2 +
+ MAX ((PANGO_PIXELS (char_width) * width_chars), text_width);
+ else
+ nat_width = xpad * 2 + text_width;
+
+ nat_width = MAX (nat_width, min_width);
+
+ if (minimum_size)
+ *minimum_size = min_width;
+
+ if (natural_size)
+ *natural_size = nat_width;
+}
+
+static void
+gd_two_lines_renderer_get_preferred_height_for_width (GtkCellRenderer *cell,
+ GtkWidget *widget,
+ gint width,
+ gint *minimum_size,
+ gint *natural_size)
+{
+ GdTwoLinesRenderer *self = GD_TWO_LINES_RENDERER (cell);
+ PangoLayout *layout_one, *layout_two;
+ gint text_height, wrap_width;
+ gint xpad, ypad;
+
+ gtk_cell_renderer_get_padding (cell, &xpad, &ypad);
+ g_object_get (cell, "wrap-width", &wrap_width, NULL);
+ gd_two_lines_renderer_prepare_layouts (self, NULL, widget, &layout_one, &layout_two);
+
+ if (wrap_width != -1)
+ wrap_width = MIN (width - 2 * xpad, wrap_width);
+ else
+ wrap_width = width - 2 * xpad;
+
+ pango_layout_set_width (layout_one, wrap_width);
+ if (layout_two != NULL)
+ pango_layout_set_width (layout_two, wrap_width);
+
+ gd_two_lines_renderer_get_size (cell, widget,
+ layout_one, layout_two,
+ NULL, &text_height,
+ NULL,
+ NULL, NULL, NULL);
+
+ text_height += 2 * ypad;
+
+ if (minimum_size != NULL)
+ *minimum_size = text_height;
+
+ if (natural_size != NULL)
+ *natural_size = text_height;
+
+ g_clear_object (&layout_one);
+ g_clear_object (&layout_two);
+}
+
+static void
+gd_two_lines_renderer_get_preferred_height (GtkCellRenderer *cell,
+ GtkWidget *widget,
+ gint *minimum_size,
+ gint *natural_size)
+{
+ gint min_width;
+
+ gtk_cell_renderer_get_preferred_width (cell, widget, &min_width, NULL);
+ gd_two_lines_renderer_get_preferred_height_for_width (cell, widget, min_width,
+ minimum_size, natural_size);
+}
+
+static void
+gd_two_lines_renderer_get_aligned_area (GtkCellRenderer *cell,
+ GtkWidget *widget,
+ GtkCellRendererState flags,
+ const GdkRectangle *cell_area,
+ GdkRectangle *aligned_area)
+{
+ gint x_offset, x_offset_1, x_offset_2, y_offset;
+
+ /* fetch common information */
+ gd_two_lines_renderer_get_size (cell, widget,
+ NULL, NULL,
+ &aligned_area->width, &aligned_area->height,
+ cell_area,
+ &x_offset_1, &x_offset_2, &y_offset);
+
+ x_offset = MIN (x_offset_1, x_offset_2);
+
+ aligned_area->x = cell_area->x + x_offset;
+ aligned_area->y = cell_area->y + y_offset;
+}
+
+static void
+gd_two_lines_renderer_set_line_two (GdTwoLinesRenderer *self,
+ const gchar *line_two)
+{
+ GdTwoLinesRendererPrivate *priv;
+
+ priv = gd_two_lines_renderer_get_instance_private (self);
+
+ if (g_strcmp0 (priv->line_two, line_two) == 0)
+ return;
+
+ g_free (priv->line_two);
+ priv->line_two = g_strdup (line_two);
+
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_LINE_TWO]);
+}
+
+static void
+gd_two_lines_renderer_set_text_lines (GdTwoLinesRenderer *self,
+ gint text_lines)
+{
+ GdTwoLinesRendererPrivate *priv;
+
+ priv = gd_two_lines_renderer_get_instance_private (self);
+
+ if (priv->text_lines == text_lines)
+ return;
+
+ priv->text_lines = text_lines;
+ g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_TEXT_LINES]);
+}
+
+static void
+gd_two_lines_renderer_set_property (GObject *object,
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ GdTwoLinesRenderer *self = GD_TWO_LINES_RENDERER (object);
+
+ switch (property_id)
+ {
+ case PROP_TEXT_LINES:
+ gd_two_lines_renderer_set_text_lines (self, g_value_get_int (value));
+ break;
+ case PROP_LINE_TWO:
+ gd_two_lines_renderer_set_line_two (self, g_value_get_string (value));
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_two_lines_renderer_get_property (GObject *object,
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ GdTwoLinesRenderer *self = GD_TWO_LINES_RENDERER (object);
+ GdTwoLinesRendererPrivate *priv;
+
+ priv = gd_two_lines_renderer_get_instance_private (self);
+
+ switch (property_id)
+ {
+ case PROP_TEXT_LINES:
+ g_value_set_int (value, priv->text_lines);
+ break;
+ case PROP_LINE_TWO:
+ g_value_set_string (value, priv->line_two);
+ break;
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+gd_two_lines_renderer_finalize (GObject *object)
+{
+ GdTwoLinesRenderer *self = GD_TWO_LINES_RENDERER (object);
+ GdTwoLinesRendererPrivate *priv;
+
+ priv = gd_two_lines_renderer_get_instance_private (self);
+
+ g_free (priv->line_two);
+
+ G_OBJECT_CLASS (gd_two_lines_renderer_parent_class)->finalize (object);
+}
+
+static void
+gd_two_lines_renderer_class_init (GdTwoLinesRendererClass *klass)
+{
+ GtkCellRendererClass *cclass = GTK_CELL_RENDERER_CLASS (klass);
+ GObjectClass *oclass = G_OBJECT_CLASS (klass);
+
+ cclass->render = gd_two_lines_renderer_render;
+ cclass->get_preferred_width = gd_two_lines_renderer_get_preferred_width;
+ cclass->get_preferred_height = gd_two_lines_renderer_get_preferred_height;
+ cclass->get_preferred_height_for_width = gd_two_lines_renderer_get_preferred_height_for_width;
+ cclass->get_aligned_area = gd_two_lines_renderer_get_aligned_area;
+
+ oclass->set_property = gd_two_lines_renderer_set_property;
+ oclass->get_property = gd_two_lines_renderer_get_property;
+ oclass->finalize = gd_two_lines_renderer_finalize;
+
+ properties[PROP_TEXT_LINES] =
+ g_param_spec_int ("text-lines",
+ "Lines of text",
+ "The total number of lines to be displayed",
+ 2, G_MAXINT, 2,
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+
+ properties[PROP_LINE_TWO] =
+ g_param_spec_string ("line-two",
+ "Second line",
+ "Second line",
+ NULL,
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+
+ g_object_class_install_properties (oclass, NUM_PROPERTIES, properties);
+}
+
+static void
+gd_two_lines_renderer_init (GdTwoLinesRenderer *self)
+{
+}
+
+GtkCellRenderer *
+gd_two_lines_renderer_new (void)
+{
+ return g_object_new (GD_TYPE_TWO_LINES_RENDERER, NULL);
+}
diff --git a/subprojects/libgd/libgd/gd-two-lines-renderer.h b/subprojects/libgd/libgd/gd-two-lines-renderer.h
new file mode 100644
index 0000000..113191b
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-two-lines-renderer.h
@@ -0,0 +1,43 @@
+/*
+ * Copyright (c) 2011 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author: Cosimo Cecchi <cosimoc@redhat.com>
+ *
+ */
+
+#ifndef _GD_TWO_LINES_RENDERER_H
+#define _GD_TWO_LINES_RENDERER_H
+
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#define GD_TYPE_TWO_LINES_RENDERER gd_two_lines_renderer_get_type()
+G_DECLARE_DERIVABLE_TYPE (GdTwoLinesRenderer, gd_two_lines_renderer, GD, TWO_LINES_RENDERER, GtkCellRendererText)
+
+struct _GdTwoLinesRendererClass
+{
+ GtkCellRendererTextClass parent_class;
+};
+
+GtkCellRenderer *gd_two_lines_renderer_new (void);
+
+G_END_DECLS
+
+#endif /* _GD_TWO_LINES_RENDERER_H */
diff --git a/subprojects/libgd/libgd/gd-types-catalog.c b/subprojects/libgd/libgd/gd-types-catalog.c
new file mode 100644
index 0000000..75f7d57
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-types-catalog.c
@@ -0,0 +1,123 @@
+/*
+ * Copyright (c) 2012 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include "gd-types-catalog.h"
+
+#ifdef LIBGD__BOX_COMMON
+# include "gd-main-box-child.h"
+# include "gd-main-box-generic.h"
+# include "gd-main-box-item.h"
+#endif
+
+#ifdef LIBGD_MAIN_ICON_BOX
+# include "gd-main-icon-box.h"
+# include "gd-main-icon-box-child.h"
+#endif
+
+#ifdef LIBGD_MAIN_BOX
+# include "gd-main-box.h"
+#endif
+
+#ifdef LIBGD__VIEW_COMMON
+# include "gd-main-view-generic.h"
+# include "gd-styled-text-renderer.h"
+# include "gd-two-lines-renderer.h"
+#endif
+
+#ifdef LIBGD_MAIN_ICON_VIEW
+# include "gd-main-icon-view.h"
+# include "gd-toggle-pixbuf-renderer.h"
+#endif
+
+#ifdef LIBGD_MAIN_LIST_VIEW
+# include "gd-main-list-view.h"
+#endif
+
+#ifdef LIBGD_MAIN_VIEW
+# include "gd-main-view.h"
+#endif
+
+#ifdef LIBGD_MARGIN_CONTAINER
+# include "gd-margin-container.h"
+#endif
+
+#ifdef LIBGD_TAGGED_ENTRY
+# include "gd-tagged-entry.h"
+#endif
+
+#ifdef LIBGD_NOTIFICATION
+# include "gd-notification.h"
+#endif
+
+/**
+ * gd_ensure_types:
+ *
+ * This functions must be called during initialization
+ * to make sure the widget types are available to GtkBuilder.
+ */
+void
+gd_ensure_types (void)
+{
+#ifdef LIBGD__BOX_COMMON
+ g_type_ensure (GD_TYPE_MAIN_BOX_CHILD);
+ g_type_ensure (GD_TYPE_MAIN_BOX_GENERIC);
+ g_type_ensure (GD_TYPE_MAIN_BOX_ITEM);
+#endif
+
+#ifdef LIBGD_MAIN_ICON_BOX
+ g_type_ensure (GD_TYPE_MAIN_ICON_BOX);
+ g_type_ensure (GD_TYPE_MAIN_ICON_BOX_CHILD);
+#endif
+
+#ifdef LIBGD_MAIN_BOX
+ g_type_ensure (GD_TYPE_MAIN_BOX);
+#endif
+
+#ifdef LIBGD__VIEW_COMMON
+ g_type_ensure (GD_TYPE_MAIN_VIEW_GENERIC);
+ g_type_ensure (GD_TYPE_STYLED_TEXT_RENDERER);
+ g_type_ensure (GD_TYPE_TWO_LINES_RENDERER);
+#endif
+
+#ifdef LIBGD_MAIN_ICON_VIEW
+ g_type_ensure (GD_TYPE_MAIN_ICON_VIEW);
+ g_type_ensure (GD_TYPE_TOGGLE_PIXBUF_RENDERER);
+#endif
+
+#ifdef LIBGD_MAIN_LIST_VIEW
+ g_type_ensure (GD_TYPE_MAIN_LIST_VIEW);
+#endif
+
+#ifdef LIBGD_MAIN_VIEW
+ g_type_ensure (GD_TYPE_MAIN_VIEW);
+#endif
+
+#ifdef LIBGD_MARGIN_CONTAINER
+ g_type_ensure (GD_TYPE_MARGIN_CONTAINER);
+#endif
+
+#ifdef LIBGD_TAGGED_ENTRY
+ g_type_ensure (GD_TYPE_TAGGED_ENTRY);
+#endif
+
+#ifdef LIBGD_NOTIFICATION
+ g_type_ensure (GD_TYPE_NOTIFICATION);
+#endif
+}
+
diff --git a/subprojects/libgd/libgd/gd-types-catalog.h b/subprojects/libgd/libgd/gd-types-catalog.h
new file mode 100644
index 0000000..fc99416
--- /dev/null
+++ b/subprojects/libgd/libgd/gd-types-catalog.h
@@ -0,0 +1,31 @@
+/*
+ * Copyright (c) 2012 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __GD_TYPES_CATALOG_H__
+#define __GD_TYPES_CATALOG_H__
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+void gd_ensure_types (void);
+
+G_END_DECLS
+
+#endif /* __GD_TYPES_CATALOG_H__ */
diff --git a/subprojects/libgd/libgd/gd.h b/subprojects/libgd/libgd/gd.h
new file mode 100644
index 0000000..69685c9
--- /dev/null
+++ b/subprojects/libgd/libgd/gd.h
@@ -0,0 +1,81 @@
+/*
+ * Copyright (c) 2012 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __GD_H__
+#define __GD_H__
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+#include <libgd/gd-types-catalog.h>
+
+#ifdef LIBGD_GTK_HACKS
+# include <libgd/gd-icon-utils.h>
+#endif
+
+#ifdef LIBGD__BOX_COMMON
+# include <libgd/gd-main-box-child.h>
+# include <libgd/gd-main-box-generic.h>
+# include <libgd/gd-main-box-item.h>
+#endif
+
+#ifdef LIBGD_MAIN_ICON_BOX
+# include <libgd/gd-main-icon-box.h>
+# include <libgd/gd-main-icon-box-child.h>
+#endif
+
+#ifdef LIBGD_MAIN_BOX
+# include <libgd/gd-main-box.h>
+#endif
+
+#ifdef LIBGD__VIEW_COMMON
+# include <libgd/gd-main-view-generic.h>
+# include <libgd/gd-styled-text-renderer.h>
+# include <libgd/gd-two-lines-renderer.h>
+#endif
+
+#ifdef LIBGD_MAIN_ICON_VIEW
+# include <libgd/gd-main-icon-view.h>
+# include <libgd/gd-toggle-pixbuf-renderer.h>
+#endif
+
+#ifdef LIBGD_MAIN_LIST_VIEW
+# include <libgd/gd-main-list-view.h>
+#endif
+
+#ifdef LIBGD_MAIN_VIEW
+# include <libgd/gd-main-view.h>
+#endif
+
+#ifdef LIBGD_MARGIN_CONTAINER
+# include <libgd/gd-margin-container.h>
+#endif
+
+#ifdef LIBGD_TAGGED_ENTRY
+# include <libgd/gd-tagged-entry.h>
+#endif
+
+#ifdef LIBGD_NOTIFICATION
+# include <libgd/gd-notification.h>
+#endif
+
+G_END_DECLS
+
+#endif /* __GD_H__ */
diff --git a/subprojects/libgd/libgd/meson.build b/subprojects/libgd/libgd/meson.build
new file mode 100644
index 0000000..6ba7871
--- /dev/null
+++ b/subprojects/libgd/libgd/meson.build
@@ -0,0 +1,204 @@
+gnome = import('gnome')
+
+sources = [
+ 'gd.h',
+ 'gd-types-catalog.c'
+]
+built_sources = []
+c_args = []
+private_c_args = [
+ '-DG_LOG_DOMAIN="libgd"',
+ '-DG_DISABLE_DEPRECATED',
+]
+
+if (get_option('with-gtk-hacks') or
+ get_option('with-main-box') or
+ get_option('with-main-icon-box') or
+ get_option('with-main-view'))
+ sources += [
+ 'gd-icon-utils.c',
+ 'gd-icon-utils.h',
+ ]
+ c_args += '-DLIBGD_GTK_HACKS=1'
+endif
+
+if (get_option('with-main-box') or
+ get_option('with-main-icon-box'))
+ sources += [
+ 'gd-main-box-child.c',
+ 'gd-main-box-child.h',
+ 'gd-main-box-generic.c',
+ 'gd-main-box-generic.h',
+ 'gd-main-box-item.c',
+ 'gd-main-box-item.h'
+ ]
+ c_args += '-DLIBGD__BOX_COMMON=1'
+
+ if (get_option('with-main-box') or
+ get_option('with-main-icon-box'))
+ sources += [
+ 'gd-main-icon-box.c',
+ 'gd-main-icon-box.h',
+ 'gd-main-icon-box-child.c',
+ 'gd-main-icon-box-child.h',
+ 'gd-main-icon-box-icon.c',
+ 'gd-main-icon-box-icon.h',
+ 'gd-icon-utils.c',
+ 'gd-icon-utils.h',
+ ]
+ c_args += '-DLIBGD_MAIN_ICON_BOX=1'
+ endif
+
+ if get_option('with-main-box')
+ sources += [
+ 'gd-main-box.c',
+ 'gd-main-box.h',
+ ]
+ c_args += '-DLIBGD_MAIN_BOX=1'
+ endif
+endif
+
+if (get_option('with-main-icon-view') or
+ get_option('with-main-list-view') or
+ get_option('with-main-view'))
+ sources += [
+ 'gd-main-view-generic.c',
+ 'gd-main-view-generic.h',
+ 'gd-styled-text-renderer.c',
+ 'gd-styled-text-renderer.h',
+ 'gd-two-lines-renderer.c',
+ 'gd-two-lines-renderer.h',
+ ]
+ c_args += '-DLIBGD__VIEW_COMMON=1'
+
+ if (get_option('with-main-icon-view') or
+ get_option('with-main-view'))
+ sources += [
+ 'gd-main-icon-view.c',
+ 'gd-main-icon-view.h',
+ 'gd-toggle-pixbuf-renderer.c',
+ 'gd-toggle-pixbuf-renderer.h'
+ ]
+ c_args += '-DLIBGD_MAIN_ICON_VIEW=1'
+ endif
+
+ if (get_option('with-main-list-view') or
+ get_option('with-main-view'))
+ sources += [
+ 'gd-main-list-view.c',
+ 'gd-main-list-view.h',
+ ]
+ c_args += '-DLIBGD_MAIN_LIST_VIEW=1'
+ endif
+
+ if get_option('with-main-view')
+ sources += [
+ 'gd-main-view.c',
+ 'gd-main-view.h',
+ ]
+ c_args += '-DLIBGD_MAIN_VIEW=1'
+ endif
+endif
+
+if get_option('with-margin-container')
+ sources += [
+ 'gd-margin-container.c',
+ 'gd-margin-container.h',
+ ]
+ c_args += '-DLIBGD_MARGIN_CONTAINER=1'
+endif
+
+if get_option('with-tagged-entry')
+ sources += [
+ 'gd-tagged-entry.c',
+ 'gd-tagged-entry.h',
+ ]
+ c_args += '-DLIBGD_TAGGED_ENTRY=1'
+endif
+
+if get_option('with-notification')
+ sources += [
+ 'gd-notification.c',
+ 'gd-notification.h',
+ ]
+ c_args += '-DLIBGD_NOTIFICATION=1'
+endif
+
+if sources.length() == 2
+ error('You must include a feature to be built!')
+endif
+
+# --------- Building -----------
+
+static = get_option('static')
+install_introspection = get_option('with-introspection')
+with_vapi = get_option('with-vapi')
+
+if static
+ libgd_lib = static_library('gd', sources,
+ dependencies: [libgtk, libm],
+ include_directories: libgd_include,
+ c_args: c_args + private_c_args
+ )
+endif
+
+# Currently in Meson building gir requires a shared library
+if not static or (install_introspection or with_vapi)
+ if not static and pkglibdir == ''
+ error('Installing shared library but pkglibdir is unset!')
+ endif
+
+ libgd_shared_lib = shared_library('gd', sources,
+ dependencies: [libgtk, libm],
+ include_directories: libgd_include,
+ c_args: c_args + private_c_args,
+ install: not static,
+ install_dir: pkglibdir
+ )
+
+ if not static
+ libgd_lib = libgd_shared_lib
+ endif
+endif
+
+if install_introspection or with_vapi
+ if install_introspection
+ if pkgdatadir == ''
+ error('Installing introspection but pkgdatadir is unset!')
+ elif pkglibdir == ''
+ error('Installing introspection but pkglibdir is unset!')
+ endif
+ endif
+
+ libgd_gir = gnome.generate_gir(libgd_shared_lib,
+ sources : sources,
+ nsversion : '1.0',
+ namespace : 'Gd',
+ symbol_prefix : 'gd',
+ identifier_prefix : 'Gd',
+ includes : 'Gtk-3.0',
+ include_directories: libgd_include,
+ install: install_introspection,
+ install_dir_gir: join_paths(pkgdatadir, 'gir-1.0'),
+ install_dir_typelib: join_paths(pkglibdir, 'girepository-1.0'),
+ extra_args: [
+ '--c-include=libgd/gd.h',
+ ]
+ )
+ built_sources += libgd_gir
+
+ if get_option('with-vapi')
+ libgd_vapi_dep = gnome.generate_vapi('gd-1.0',
+ sources: libgd_gir[0],
+ packages: ['gtk+-3.0']
+ )
+ endif
+endif
+
+libgd_dep = declare_dependency(
+ link_with: libgd_lib,
+ include_directories: libgd_include,
+ dependencies: libgtk,
+ compile_args: c_args,
+ sources: built_sources
+)
diff --git a/subprojects/libgd/meson.build b/subprojects/libgd/meson.build
new file mode 100644
index 0000000..6d1242c
--- /dev/null
+++ b/subprojects/libgd/meson.build
@@ -0,0 +1,24 @@
+project('libgd', 'c',
+ meson_version: '>= 0.38.0',
+ default_options: ['static=true'],
+)
+
+if not meson.is_subproject()
+ message('WARNING: This project is only intended to be used as a subproject!')
+endif
+
+pkglibdir = get_option('pkglibdir')
+pkgdatadir = get_option('pkgdatadir')
+
+libgtk = dependency('gtk+-3.0', version: '>= 3.7.10')
+cc = meson.get_compiler('c')
+libm = cc.find_library('m', required: false)
+libgd_include = include_directories('.')
+
+subdir('libgd')
+
+if get_option('with-tagged-entry')
+ foreach t : ['test-tagged-entry', 'test-tagged-entry-2']
+ executable(t, t + '.c', dependencies : libgd_dep)
+ endforeach
+endif
diff --git a/subprojects/libgd/meson_options.txt b/subprojects/libgd/meson_options.txt
new file mode 100644
index 0000000..fcab3a0
--- /dev/null
+++ b/subprojects/libgd/meson_options.txt
@@ -0,0 +1,25 @@
+option('pkglibdir', type: 'string', value: '',
+ description: 'The private directory the shared library/typelib will be installed into.'
+)
+option('pkgdatadir', type: 'string', value: '',
+ description: 'The private directory the gir file will be installed into.'
+)
+option('static', type: 'boolean', value: false,
+ description: 'Build as a static library'
+)
+option('with-introspection', type: 'boolean', value: false,
+ description: 'Build gobject-introspection support'
+)
+option('with-vapi', type: 'boolean', value: false,
+ description: 'Build vapi file'
+)
+# Widget options
+option('with-gtk-hacks', type: 'boolean', value: false)
+option('with-main-view', type: 'boolean', value: false)
+option('with-main-icon-view', type: 'boolean', value: false)
+option('with-main-list-view', type: 'boolean', value: false)
+option('with-margin-container', type: 'boolean', value: false)
+option('with-tagged-entry', type: 'boolean', value: false)
+option('with-notification', type: 'boolean', value: false)
+option('with-main-box', type: 'boolean', value: false)
+option('with-main-icon-box', type: 'boolean', value: false) \ No newline at end of file
diff --git a/subprojects/libgd/meson_readme.md b/subprojects/libgd/meson_readme.md
new file mode 100644
index 0000000..c3e7f26
--- /dev/null
+++ b/subprojects/libgd/meson_readme.md
@@ -0,0 +1,88 @@
+See README for general information. Read below for usage with Meson.
+
+Usage
+=====
+
+libgd is intended to be used as a submodule from other projects. This requires passing default_options to the subproject
+which was added in Meson 0.38.0. To see a full list of options you can run `mesonconf $your_build_dir`. If building a
+non-static library `pkglibdir` must be set to a private location to install to which you will also want to pass (an absolute path)
+with the `install_rpath` keyword to any executables. For introspection files you also must set `pkgdatadir`.
+
+So given a Meson project using git you would run this to do initial setup:
+
+```
+mkdir subprojects
+git submodule add https://git.gnome.org/browse/libgd subprojects/libgd
+```
+
+Then from within your `meson.build` file:
+
+Static Library
+--------------
+
+```meson
+libgd = subproject('libgd',
+ default_options: [
+ 'with-tagged-entry=true'
+ ]
+)
+# Pass as dependency to another target
+libgd_dep = libgd.get_variable('libgd_dep')
+```
+
+```c
+#include "libgd/gd.h"
+
+int main(int argc, char **argv)
+{
+ gd_ensure_types(); /* As a test */
+ return 0;
+}
+```
+
+Introspection
+-------------
+
+```meson
+pkglibdir = join_paths(get_option('libdir'), meson.project_name())
+pkgdatadir = join_paths(get_option('datadir'), meson.project_name())
+libgd = subproject('libgd',
+ default_options: [
+ 'pkglibdir=' + pkglibdir,
+ 'pkgdatadir=' + pkgdatadir,
+ 'with-tagged-entry=true',
+ 'with-introspection=true',
+ 'static=false',
+ ]
+)
+```
+
+```python
+import os
+import gi
+gi.require_version('GIRepository', '2.0')
+from gi.repository import GIRepository
+pkglibdir = '/usr/lib/foo' # This would be defined at build time
+pkggirdir = os.path.join(pkglibdir, 'girepository-1.0')
+GIRepository.Repository.prepend_search_path(pkggirdir)
+GIRepository.Repository.prepend_library_path(pkglibdir)
+gi.require_version('Gd', '1.0')
+```
+
+Vala
+----
+
+```meson
+pkglibdir = join_paths(get_option('libdir'), meson.project_name())
+libgd = subproject('libgd',
+ default_options: [
+ 'pkglibdir=' + pkglibdir,
+ 'with-tagged-entry=true',
+ 'with-vapi=true'
+ ]
+)
+# Pass as dependency to a Vala target
+libgd_vapi_dep = libgd.get_variable('libgd_vapi_dep')
+```
+
+<!-- TODO: Make a Vala example -->
diff --git a/subprojects/libgd/test-tagged-entry-2.c b/subprojects/libgd/test-tagged-entry-2.c
new file mode 100644
index 0000000..465ab83
--- /dev/null
+++ b/subprojects/libgd/test-tagged-entry-2.c
@@ -0,0 +1,131 @@
+#include <gtk/gtk.h>
+#include <libgd/gd-tagged-entry.h>
+
+static GdTaggedEntryTag *toggle_tag;
+
+static void
+on_tag_clicked (GdTaggedEntry *entry,
+ GdTaggedEntryTag *tag,
+ gpointer useless)
+{
+ g_print ("tag clicked: %s\n", gd_tagged_entry_tag_get_label (tag));
+}
+
+static void
+on_tag_button_clicked (GdTaggedEntry *entry,
+ GdTaggedEntryTag *tag,
+ gpointer useless)
+{
+ g_print ("tag button clicked: %s\n", gd_tagged_entry_tag_get_label (tag));
+}
+
+static void
+on_toggle_visible (GtkButton *button,
+ GtkWidget *entry)
+{
+ gboolean active;
+
+ active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (button));
+
+ g_print ("%s tagged entry\n", active ? "show" : "hide");
+ gtk_widget_set_visible (entry, active);
+}
+
+static void
+on_toggle_tag (GtkButton *button,
+ GdTaggedEntry *entry)
+{
+ gboolean active;
+
+ active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (button));
+
+ if (active)
+ {
+ g_print ("adding tag 'Toggle Tag'\n");
+ gd_tagged_entry_insert_tag (entry, toggle_tag, 0);
+ }
+ else
+ {
+ g_print ("removing tag 'Toggle Tag'\n");
+ gd_tagged_entry_remove_tag (entry, toggle_tag);
+ }
+}
+
+gint
+main (gint argc,
+ gchar ** argv)
+{
+ GtkWidget *box;
+ GtkWidget *entry;
+ GtkWidget *search_bar;
+ GtkWidget *search_container;
+ GtkWidget *toggle_tag_button;
+ GtkWidget *toggle_visible_button;
+ GtkWidget *revealer;
+ GtkWidget *window;
+ GdTaggedEntryTag *tag;
+
+ gtk_init (&argc, &argv);
+
+ window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ gtk_widget_set_size_request (window, 640, 600);
+
+ box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
+ gtk_container_add (GTK_CONTAINER (window), box);
+
+ revealer = gtk_revealer_new ();
+ gtk_revealer_set_reveal_child (GTK_REVEALER (revealer), TRUE);
+ gtk_container_add (GTK_CONTAINER (box), revealer);
+
+ search_bar = gtk_search_bar_new ();
+ gtk_search_bar_set_search_mode (GTK_SEARCH_BAR (search_bar), TRUE);
+ gtk_container_add (GTK_CONTAINER (revealer), search_bar);
+
+ search_container = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ gtk_widget_set_halign (search_container, GTK_ALIGN_CENTER);
+ gtk_container_add (GTK_CONTAINER (search_bar), search_container);
+
+ entry = GTK_WIDGET (gd_tagged_entry_new ());
+ gtk_widget_set_size_request (entry, 500, -1);
+ g_signal_connect (entry, "tag-clicked",
+ G_CALLBACK (on_tag_clicked), NULL);
+ g_signal_connect (entry, "tag-button-clicked",
+ G_CALLBACK (on_tag_button_clicked), NULL);
+ gtk_container_add (GTK_CONTAINER (search_container), entry);
+
+ tag = gd_tagged_entry_tag_new ("Blah1");
+ gd_tagged_entry_add_tag (GD_TAGGED_ENTRY (entry), tag);
+ g_object_unref (tag);
+
+ tag = gd_tagged_entry_tag_new ("Blah2");
+ gd_tagged_entry_tag_set_has_close_button (tag, FALSE);
+ gd_tagged_entry_insert_tag (GD_TAGGED_ENTRY (entry), tag, -1);
+ g_object_unref (tag);
+
+ tag = gd_tagged_entry_tag_new ("Blah3");
+ gd_tagged_entry_tag_set_has_close_button (tag, FALSE);
+ gd_tagged_entry_insert_tag (GD_TAGGED_ENTRY (entry), tag, 0);
+ g_object_unref (tag);
+
+ toggle_visible_button = gtk_toggle_button_new_with_label ("Visible");
+ gtk_widget_set_vexpand (toggle_visible_button, TRUE);
+ gtk_widget_set_valign (toggle_visible_button, GTK_ALIGN_END);
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toggle_visible_button), TRUE);
+ g_signal_connect (toggle_visible_button, "toggled",
+ G_CALLBACK (on_toggle_visible), entry);
+ gtk_container_add (GTK_CONTAINER (box), toggle_visible_button);
+
+ toggle_tag = gd_tagged_entry_tag_new ("Toggle Tag");
+
+ toggle_tag_button = gtk_toggle_button_new_with_label ("Toggle Tag");
+ g_signal_connect (toggle_tag_button, "toggled",
+ G_CALLBACK (on_toggle_tag), entry);
+ gtk_container_add (GTK_CONTAINER (box), toggle_tag_button);
+
+ gtk_widget_show_all (window);
+ gtk_main ();
+
+ gtk_widget_destroy (window);
+
+ return 0;
+}
diff --git a/subprojects/libgd/test-tagged-entry.c b/subprojects/libgd/test-tagged-entry.c
new file mode 100644
index 0000000..0f583d9
--- /dev/null
+++ b/subprojects/libgd/test-tagged-entry.c
@@ -0,0 +1,111 @@
+#include <gtk/gtk.h>
+#include <libgd/gd-tagged-entry.h>
+
+static GdTaggedEntryTag *toggle_tag;
+
+static void
+on_tag_clicked (GdTaggedEntry *entry,
+ GdTaggedEntryTag *tag,
+ gpointer useless)
+{
+ g_print ("tag clicked: %s\n", gd_tagged_entry_tag_get_label (tag));
+}
+
+static void
+on_tag_button_clicked (GdTaggedEntry *entry,
+ GdTaggedEntryTag *tag,
+ gpointer useless)
+{
+ g_print ("tag button clicked: %s\n", gd_tagged_entry_tag_get_label (tag));
+}
+
+static void
+on_toggle_visible (GtkButton *button,
+ GtkWidget *entry)
+{
+ gboolean active;
+
+ active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (button));
+
+ g_print ("%s tagged entry\n", active ? "show" : "hide");
+ gtk_widget_set_visible (entry, active);
+}
+
+static void
+on_toggle_tag (GtkButton *button,
+ GdTaggedEntry *entry)
+{
+ gboolean active;
+
+ active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (button));
+
+ if (active)
+ {
+ g_print ("adding tag 'Toggle Tag'\n");
+ gd_tagged_entry_insert_tag (entry, toggle_tag, 0);
+ }
+ else
+ {
+ g_print ("removing tag 'Toggle Tag'\n");
+ gd_tagged_entry_remove_tag (entry, toggle_tag);
+ }
+}
+
+gint
+main (gint argc,
+ gchar ** argv)
+{
+ GtkWidget *window, *box, *entry, *toggle_visible_button, *toggle_tag_button;
+ GdTaggedEntryTag *tag;
+
+ gtk_init (&argc, &argv);
+
+ window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ gtk_widget_set_size_request (window, 300, 0);
+
+ box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
+ gtk_container_add (GTK_CONTAINER (window), box);
+
+ entry = GTK_WIDGET (gd_tagged_entry_new ());
+ g_signal_connect(entry, "tag-clicked",
+ G_CALLBACK (on_tag_clicked), NULL);
+ g_signal_connect(entry, "tag-button-clicked",
+ G_CALLBACK (on_tag_button_clicked), NULL);
+ gtk_container_add (GTK_CONTAINER (box), entry);
+
+ tag = gd_tagged_entry_tag_new ("Blah1");
+ gd_tagged_entry_add_tag (GD_TAGGED_ENTRY (entry), tag);
+ g_object_unref (tag);
+
+ tag = gd_tagged_entry_tag_new ("Blah2");
+ gd_tagged_entry_tag_set_has_close_button (tag, FALSE);
+ gd_tagged_entry_insert_tag (GD_TAGGED_ENTRY (entry), tag, -1);
+ g_object_unref (tag);
+
+ tag = gd_tagged_entry_tag_new ("Blah3");
+ gd_tagged_entry_tag_set_has_close_button (tag, FALSE);
+ gd_tagged_entry_insert_tag (GD_TAGGED_ENTRY (entry), tag, 0);
+ g_object_unref (tag);
+
+ toggle_visible_button = gtk_toggle_button_new_with_label ("Visible");
+ gtk_widget_set_vexpand (toggle_visible_button, TRUE);
+ gtk_widget_set_valign (toggle_visible_button, GTK_ALIGN_END);
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toggle_visible_button), TRUE);
+ g_signal_connect (toggle_visible_button, "toggled",
+ G_CALLBACK (on_toggle_visible), entry);
+ gtk_container_add (GTK_CONTAINER (box), toggle_visible_button);
+
+ toggle_tag = gd_tagged_entry_tag_new ("Toggle Tag");
+
+ toggle_tag_button = gtk_toggle_button_new_with_label ("Toggle Tag");
+ g_signal_connect (toggle_tag_button, "toggled",
+ G_CALLBACK (on_toggle_tag), entry);
+ gtk_container_add (GTK_CONTAINER (box), toggle_tag_button);
+
+ gtk_widget_show_all (window);
+ gtk_main ();
+
+ gtk_widget_destroy (window);
+
+ return 0;
+}
diff --git a/tools/generate-message.py b/tools/generate-message.py
new file mode 100755
index 0000000..bacae15
--- /dev/null
+++ b/tools/generate-message.py
@@ -0,0 +1,777 @@
+#!/usr/bin/env python
+
+from xml.etree import ElementTree
+import sys
+import re
+import os
+from optparse import OptionParser
+import pwd
+import datetime
+
+class ParamSpec:
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ self.name = name
+ self.nick = nick
+ self.desc = desc
+ self.flags = flags
+
+ self.args = []
+
+ def finalizer(self, container):
+ return None
+
+ def get_value(self, val, container):
+ return 'g_value_set_pointer (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_get_pointer (%s);' % (container, self.cname(), val)
+
+ def prop_enum(self):
+ return 'PROP_' + self.name.upper().replace('-', '_')
+
+ def cname(self):
+ return self.name.replace('-', '_')
+
+ def ctype(self):
+ return 'gpointer'
+
+ def spec_name(self):
+ name = self.__class__.__name__
+
+ if name.startswith('ParamSpec'):
+ name = name[len('ParamSpec'):]
+
+ return name.lower()
+
+ def format_str(self, s):
+ if s.startswith('"') or s.startswith('_("'):
+ return s
+
+ return '"%s"' % (s.replace('"', '\\"'),)
+
+ def __str__(self):
+ name = "g_param_spec_" + self.spec_name()
+ indent = " " * (len(name) + 2)
+
+ argstr = ''
+
+ if self.args:
+ ret = (",\n%s" % (indent,)).join(str(x) for x in self.args)
+ argstr = "\n%s%s," % (indent, ret)
+
+ flags = (' |\n%s' % (indent,)).join(x.strip() for x in self.flags.split('|'))
+
+ return "%s (%s,\n%s%s,\n%s%s,%s\n%s%s)" % (name,
+ self.format_str(self.name),
+ indent,
+ self.format_str(self.nick),
+ indent,
+ self.format_str(self.desc),
+ argstr,
+ indent,
+ flags)
+
+ def write(self):
+ delim = "\n" + (" " * 33)
+ spec = delim.join(str(self).splitlines())
+
+ return """
+g_object_class_install_property (object_class,
+ %s,
+ %s);""" % (self.prop_enum(), spec)
+
+class ParamSpecTyped(ParamSpec):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpec.__init__(self, name, nick, desc, flags, **kwargs)
+
+ if 'ctype' in kwargs:
+ self._ctype = kwargs['ctype']
+ else:
+ parts = kwargs['gtype'].split('_')
+ del parts[1]
+
+ self._ctype = '%s *' % (''.join(x.title() for x in parts),)
+
+ self.args.append(kwargs['gtype'])
+
+ def ctype(self):
+ return self._ctype
+
+class ParamSpecBoolean(ParamSpec):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpec.__init__(self, name, nick, desc, flags, **kwargs)
+
+ if 'default' in kwargs:
+ if kwargs['default'].lower() in ['true', '1']:
+ self.args = ['TRUE']
+ else:
+ self.args = ['FALSE']
+ else:
+ self.args = ['FALSE']
+
+ def get_value(self, val, container):
+ return 'g_value_set_boolean (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_get_boolean (%s);' % (container, self.cname(), val)
+
+ def ctype(self):
+ return 'gboolean'
+
+class ParamSpecBoxed(ParamSpecTyped):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpecTyped.__init__(self, name, nick, desc, flags, **kwargs)
+
+ def finalizer(self, container):
+ return 'if (%s->%s != NULL)\n{\n\tg_boxed_free (%s->%s);\n}' % (container, self.cname(), container, self.cname())
+
+ def get_value(self, val, container):
+ return 'g_value_set_boxed (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_dup_boxed (%s);' % (container, self.cname(), val)
+
+class ParamSpecNumeric(ParamSpec):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpec.__init__(self, name, nick, desc, flags, **kwargs)
+
+ if 'min' in kwargs:
+ minv = kwargs['min']
+ else:
+ minv = self.min_value()
+
+ if 'max' in kwargs:
+ maxv = kwargs['max']
+ else:
+ maxv = self.max_value()
+
+ if 'default' in kwargs:
+ default = kwargs['default']
+ else:
+ default = self.default_value()
+
+ self.args = [minv, maxv, default]
+
+ def min_value(self):
+ return '0'
+
+ def max_value(self):
+ return '0'
+
+ def default_value(self):
+ return '0'
+
+class ParamSpecDouble(ParamSpecNumeric):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpecNumeric.__init__(self, name, nick, desc, flags, **kwargs)
+
+ def min_value(self):
+ return 'G_MINDOUBLE'
+
+ def max_value(self):
+ return 'G_MAXDOUBLE'
+
+ def ctype(self):
+ return 'gdouble'
+
+ def get_value(self, val, container):
+ return 'g_value_set_double (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_get_double (%s);' % (container, self.cname(), val)
+
+class ParamSpecEnum(ParamSpecTyped):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpecTyped.__init__(self, name, nick, desc, flags, **kwargs)
+
+ if 'default' in kwargs:
+ default = kwargs['default']
+ else:
+ default = '0'
+
+ self.args.append(default)
+
+ def get_value(self, val, container):
+ return 'g_value_set_enum (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_get_enum (%s);' % (container, self.cname(), val)
+
+class ParamSpecFlags(ParamSpecEnum):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpecEnum.__init__(self, name, nick, desc, flags, **kwargs)
+
+ def get_value(self, val, container):
+ return 'g_value_set_flags (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_get_flags (%s);' % (container, self.cname(), val)
+
+class ParamSpecFloat(ParamSpecNumeric):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpecNumeric.__init__(self, name, nick, desc, flags, **kwargs)
+
+ def min_value(self):
+ return 'G_MINFLOAT'
+
+ def max_value(self):
+ return 'G_MAXFLOAT'
+
+ def ctype(self):
+ return 'gfloat'
+
+ def get_value(self, val, container):
+ return 'g_value_set_float (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_get_float (%s);' % (container, self.cname(), val)
+
+class ParamSpecInt(ParamSpecNumeric):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpecNumeric.__init__(self, name, nick, desc, flags, **kwargs)
+
+ def min_value(self):
+ return 'G_MININT'
+
+ def max_value(self):
+ return 'G_MAXINT'
+
+ def ctype(self):
+ return 'gint'
+
+ def get_value(self, val, container):
+ return 'g_value_set_int (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_get_int (%s);' % (container, self.cname(), val)
+
+class ParamSpecUInt(ParamSpecNumeric):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpecNumeric.__init__(self, name, nick, desc, flags, **kwargs)
+
+ def min_value(self):
+ return '0'
+
+ def max_value(self):
+ return 'G_MAXUINT'
+
+ def ctype(self):
+ return 'guint'
+
+ def get_value(self, val, container):
+ return 'g_value_set_uint (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_get_uint (%s);' % (container, self.cname(), val)
+
+class ParamSpecObject(ParamSpecTyped):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpecTyped.__init__(self, name, nick, desc, flags, **kwargs)
+
+ def finalizer(self, container):
+ return 'if (%s->%s)\n{\n\tg_object_unref (%s->%s);\n}' % (container, self.cname(), container, self.cname())
+
+ def get_value(self, val, container):
+ return 'g_value_set_object (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_dup_object (%s);' % (container, self.cname(), val)
+
+class ParamSpecPointer(ParamSpec):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpec.__init__(self, name, nick, desc, flags, **kwargs)
+
+class ParamSpecString(ParamSpec):
+ def __init__(self, name, nick, desc, flags, **kwargs):
+ ParamSpec.__init__(self, name, nick, desc, flags, **kwargs)
+
+ if 'default' in kwargs:
+ default = kwargs['default']
+ else:
+ default = 'NULL'
+
+ if not default.startswith('"') and not default.startswith('_("') and default != 'NULL':
+ default = '"' + default.replace('"', '\\"') + '"'
+
+ self.args.append(default)
+
+ def ctype(self):
+ return 'gchar *'
+
+ def finalizer(self, container):
+ return 'g_free (%s->%s);' % (container, self.cname())
+
+ def get_value(self, val, container):
+ return 'g_value_set_string (%s, %s->%s);' % (val, container, self.cname())
+
+ def set_value(self, val, container):
+ return '%s->%s = g_value_dup_string (%s);' % (container, self.cname(), val)
+
+_prop_types = {
+ 'boolean': ParamSpecBoolean,
+ 'boxed': ParamSpecBoxed,
+ 'double': ParamSpecDouble,
+ 'enum': ParamSpecEnum,
+ 'flags': ParamSpecFlags,
+ 'float': ParamSpecFloat,
+ 'int': ParamSpecInt,
+ 'object': ParamSpecObject,
+ 'pointer': ParamSpecPointer,
+ 'string': ParamSpecString,
+ 'uint': ParamSpecUInt
+}
+
+GPL = """
+/*
+ * #FILENAME
+ * This file is part of #PROGRAM
+ *
+ * Copyright (C) #YEAR - #AUTHOR
+ *
+ * #PROGRAM is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * #PROGRAM is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with #PROGRAM; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+"""
+
+LGPL = """
+/*
+ * #FILENAME
+ * This file is part of #PROGRAM
+ *
+ * Copyright (C) #YEAR - #AUTHOR
+ *
+ * ${2} is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * #PROGRAM is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+"""
+
+class Include:
+ def __init__(self, elem):
+ self.path = elem.text
+ self.is_system = elem.get('system') != None
+
+ def __str__(self):
+ if self.is_system:
+ return '#include <%s>' % (self.path,)
+ else:
+ return '#include "%s"' % (self.path,)
+
+class Message:
+ def __init__(self, elem):
+ self.name = elem.get('name')
+ self.namespace = elem.get('namespace')
+
+ if not self.name:
+ sys.stderr.write("Name for message is required...\n")
+ return
+
+ if not self.namespace:
+ sys.stderr.write("Namespace for message is required (%s)...\n" % (self.name,))
+
+ self.properties = []
+ self.includes = []
+
+ for prop in elem.findall('property'):
+ self.add_prop(prop)
+
+ for inc in elem.findall('include'):
+ self.includes.append(Include(inc))
+
+ self.setup()
+
+ def setup(self):
+ parts = [x.group(0) for x in re.finditer('[A-Z]+[a-z0-9]*', self.name)]
+
+ self.ns_upper = self.namespace.upper()
+ self.ns_lower = self.namespace.lower()
+
+ self.name_upper = '_'.join(x.upper() for x in parts)
+ self.name_lower = self.name_upper.lower()
+
+ self.cname_upper = '%s_%s' % (self.ns_upper, self.name_upper)
+ self.cname_lower = self.cname_upper.lower()
+
+ self.ctype = '%s_%s_%s' % (self.ns_upper, 'TYPE', self.name_upper)
+ self.cclass = '%s%sClass' % (self.namespace, self.name)
+
+ self.cobj = '%s%s' % (self.namespace, self.name)
+ self.filename = '%s-%s' % (self.ns_lower, '-'.join(x.lower() for x in parts))
+
+ def normalize_name(self, name):
+ if not name:
+ return name
+
+ return name.replace('_', '-')
+
+ def parse_flags(self, flags):
+ return ' | '.join('G_PARAM_' + x.strip().replace('-', '_').upper() for x in flags.split('|'))
+
+ def add_prop(self, elem):
+ name = self.normalize_name(elem.get('name'))
+ typ = elem.get('type')
+
+ if not name:
+ sys.stderr.write("Name for property not specified...\n")
+ return False
+
+ if not typ:
+ sys.stderr.write("Type for property `%s' not specified...\n" % (name,))
+ return False
+
+ if not typ in _prop_types:
+ sys.stderr.write("Invalid property type `%s'...\n" % (typ,))
+
+ blurb = elem.get('blurb')
+ nick = elem.get('nick')
+ flags = elem.get('flags')
+
+ if not flags:
+ flags = 'G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS'
+ else:
+ flags = self.parse_flags(flags)
+
+ if not nick:
+ nick = ' '.join(map(lambda x: x.title(), name.split('-')))
+
+ if not blurb:
+ blurb = str(nick)
+
+ attr = elem.attrib
+
+ for k in ['blurb', 'nick', 'flags', 'name', 'type']:
+ if k in attr:
+ del attr[k]
+
+ self.properties.append(_prop_types[typ](name, nick, blurb, flags, **attr))
+
+ def _write(self, *args):
+ if len(args) > 1:
+ self.f.write(args[0] % args[1:])
+ elif len(args) > 0:
+ self.f.write(args[0])
+
+ self.f.write("\n")
+
+ def _write_license(self, text, options, filename):
+ text = text.replace('#PROGRAM', options.program)
+ text = text.replace('#YEAR', str(datetime.date.today().year))
+ text = text.replace('#AUTHOR', options.author)
+ text = text.replace('#FILENAME', filename)
+
+ self._write(text)
+
+ def _write_gpl(self, options, filename):
+ self._write_license(GPL, options, filename)
+
+ def _write_lgpl(self, options, filename):
+ self._write_license(LGPL, options, filename)
+
+ def write_header(self, outdir, options):
+ fname = '%s.h' % (self.filename,)
+ self.f = file(os.path.join(outdir, fname), 'w')
+
+ if options.gpl:
+ self._write_gpl(options, fname)
+ elif options.lgpl:
+ self._write_lgpl(options, fname)
+
+ self._write("#ifndef __%s_H__", self.cname_upper)
+ self._write("#define __%s_H__", self.cname_upper)
+ self._write()
+
+ self._write("#include <gedit/gedit-message.h>\n")
+ self._write("G_BEGIN_DECLS\n")
+
+ alignon = len('%s_IS_%s_CLASS(klass)' % (self.ns_upper, self.name_upper))
+ alignsec = ' ' * (alignon + len('#define '))
+
+ self._write("#define %s (%s_get_type ())", self.ctype.ljust(alignon), self.cname_lower)
+ self._write("#define %s (G_TYPE_CHECK_INSTANCE_CAST ((obj),\\\n%s%s,\\\n%s%s))",
+ ('%s(obj)' % (self.cname_upper,)).ljust(alignon),
+ alignsec, self.ctype,
+ alignsec, self.cobj)
+
+ self._write("#define %s (G_TYPE_CHECK_INSTANCE_CAST ((obj),\\\n%s%s,\\\n%s%s))",
+ ('%s_CONST(obj)' % (self.cname_upper,)).ljust(alignon),
+ alignsec, self.ctype,
+ alignsec, '%s const' % (self.cobj,))
+
+ self._write("#define %s (G_TYPE_CHECK_CLASS_CAST ((klass),\\\n%s%s,\\\n%s%s))",
+ ('%s_CLASS(klass)' % (self.cname_upper,)).ljust(alignon),
+ alignsec, self.ctype,
+ alignsec, self.cclass)
+
+ self._write("#define %s (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\\\n%s%s))",
+ ('%s_IS_%s(obj)' % (self.ns_upper, self.name_upper)).ljust(alignon),
+ alignsec, self.ctype)
+
+ self._write("#define %s (G_TYPE_CHECK_CLASS_TYPE ((klass),\\\n%s%s))",
+ ('%s_IS_%s_CLASS(klass)' % (self.ns_upper, self.name_upper)).ljust(alignon),
+ alignsec, self.ctype)
+
+ self._write("#define %s (G_TYPE_INSTANCE_GET_CLASS ((obj),\\\n%s%s,\\\n%s%s))",
+ ('%s_GET_CLASS(obj)' % (self.cname_upper,)).ljust(alignon),
+ alignsec, self.ctype,
+ alignsec, self.cclass)
+
+ thepriv = '%sPrivate' % (self.cobj,)
+ alignon = len(thepriv)
+
+ self._write()
+ self._write('typedef struct _%s %s;', self.cobj.ljust(alignon), self.cobj)
+ self._write('typedef struct _%s %s;', self.cclass.ljust(alignon), self.cclass)
+ self._write('typedef struct _%s %s;', thepriv.ljust(alignon), thepriv)
+ self._write()
+
+ self._write('struct _%s', self.cobj)
+ self._write('{')
+ self._write('\tGeditMessage parent;')
+ self._write()
+ self._write('\t%s *priv;', thepriv)
+ self._write('};')
+ self._write()
+ self._write('struct _%s', self.cclass)
+ self._write('{')
+ self._write('\tGeditMessageClass parent_class;')
+ self._write('};')
+ self._write()
+
+ self._write('GType %s_get_type (void) G_GNUC_CONST;', self.cname_lower)
+ self._write()
+ self._write('G_END_DECLS')
+ self._write()
+ self._write("#endif /* __%s_H__ */", self.cname_upper)
+
+ self.f.close()
+
+ def needs_finalize(self):
+ for prop in self.properties:
+ out = prop.finalizer('ignore')
+
+ if out:
+ return True
+
+ return False
+
+ def write_body(self, outdir, options):
+ fname = '%s.c' % (self.filename,)
+ self.f = file(os.path.join(outdir, fname), 'w')
+
+ if options.gpl:
+ self._write_gpl(options, fname)
+ elif options.lgpl:
+ self._write_lgpl(options, fname)
+
+ self._write('#include "config.h"')
+ self._write('#include "%s.h"', self.filename)
+
+ for inc in self.includes:
+ self._write('%s', inc)
+
+ self._write()
+
+ self._write('enum')
+ self._write('{')
+ self._write('\tPROP_0,')
+ self._write()
+
+ for prop in self.properties:
+ self._write('\t%s,', prop.prop_enum())
+
+ self._write('};')
+ self._write()
+
+ self._write('struct _%sPrivate', self.cobj)
+ self._write('{')
+
+ for prop in self.properties:
+ ct = prop.ctype()
+
+ if not ct.endswith('*'):
+ ct += ' '
+
+ self._write('\t%s%s;', ct, prop.cname())
+
+ self._write('};')
+
+ self._write('''
+G_DEFINE_TYPE_EXTENDED ({0},
+ {1},
+ GEDIT_TYPE_MESSAGE,
+ 0,
+ G_ADD_PRIVATE ({0}))
+'''.format(self.cobj, self.cname_lower))
+
+ if self.needs_finalize():
+ self._write('static void')
+ self._write('%s_finalize (GObject *obj)', self.cname_lower)
+ self._write('{')
+ self._write('\t%s *msg = %s (obj);', self.cobj, self.cname_upper)
+ self._write()
+
+ haswritten = False
+
+ for prop in self.properties:
+ out = prop.finalizer('msg->priv')
+
+ if out:
+ haswritten = True
+ self._write('\t%s', '\n\t'.join(out.splitlines()))
+
+ if haswritten:
+ self._write()
+
+ self._write('\tG_OBJECT_CLASS (%s_parent_class)->finalize (obj);', self.cname_lower)
+ self._write('}')
+ self._write()
+
+ ll = ' ' * (len(self.cname_lower))
+
+ self._write('static void')
+ self._write('%s_get_property (GObject *obj,', self.cname_lower)
+ self._write('%s guint prop_id,', ll)
+ self._write('%s GValue *value,', ll)
+ self._write('%s GParamSpec *pspec)', ll)
+ self._write('{')
+ self._write('\t%s *msg;', self.cobj)
+ self._write()
+ self._write('\tmsg = %s (obj);', self.cname_upper)
+ self._write()
+ self._write('\tswitch (prop_id)')
+ self._write('\t{')
+
+ for prop in self.properties:
+ self._write('\t\tcase %s:', prop.prop_enum())
+ self._write('\t\t\t%s', prop.get_value('value', 'msg->priv'))
+ self._write('\t\t\tbreak;')
+
+ self._write('\t}')
+ self._write('}')
+ self._write()
+ self._write('static void')
+ self._write('%s_set_property (GObject *obj,', self.cname_lower)
+ self._write('%s guint prop_id,', ll)
+ self._write('%s GValue const *value,', ll)
+ self._write('%s GParamSpec *pspec)', ll)
+ self._write('{')
+ self._write('\t%s *msg;', self.cobj)
+ self._write()
+ self._write('\tmsg = %s (obj);', self.cname_upper)
+ self._write()
+ self._write('\tswitch (prop_id)')
+ self._write('\t{')
+
+ for prop in self.properties:
+ self._write('\t\tcase %s:', prop.prop_enum())
+
+ out = prop.finalizer('msg->priv')
+
+ if out:
+ out = '\n\t\t\t'.join(out.splitlines())
+ self._write('\t\t{')
+ self._write('\t\t\t%s' % (out,))
+
+ self._write('\t\t\t%s', prop.set_value('value', 'msg->priv'))
+ self._write('\t\t\tbreak;')
+
+ if out:
+ self._write('\t\t}')
+
+ self._write('\t}')
+ self._write('}')
+ self._write()
+
+ self._write('static void')
+ self._write('%s_class_init (%s *klass)', self.cname_lower, self.cclass)
+ self._write('{')
+ self._write('\tGObjectClass *object_class = G_OBJECT_CLASS(klass);')
+ self._write()
+
+ if self.needs_finalize():
+ self._write('\tobject_class->finalize = %s_finalize;', self.cname_lower)
+ self._write()
+
+ self._write('\tobject_class->get_property = %s_get_property;', self.cname_lower)
+ self._write('\tobject_class->set_property = %s_set_property;', self.cname_lower)
+
+ pp = 'g_object_class_install_property ('
+ prefix = '\t%s' % (' ' * len(pp),)
+
+ for prop in self.properties:
+ self._write()
+
+ out = str(prop)
+ out = ("\n%s" % (prefix,)).join(out.splitlines())
+
+ self._write('\tg_object_class_install_property (object_class,\n%s%s,', prefix, prop.prop_enum())
+ self._write('%s%s);', prefix, out)
+
+ if len(self.properties) == 0:
+ self._write()
+
+ self._write('}')
+ self._write()
+
+ self._write('static void')
+ self._write('%s_init (%s *message)', self.cname_lower, self.cobj)
+ self._write('{')
+ self._write('\tmessage->priv = %s_get_instance_private (message);', self.cname_lower)
+ self._write('}')
+
+ self.f.close()
+
+class Generator:
+ def __init__(self, filename, options):
+ self.filename = filename
+ self.doc = ElementTree.parse(filename)
+ self.options = options
+
+ def write_message(self, outputdir, elem):
+ msg = Message(elem)
+
+ msg.write_header(outputdir, options)
+ msg.write_body(outputdir, options)
+
+ def write(self, outputdir = '.'):
+ for message in self.doc.findall('message'):
+ self.write_message(outputdir, message)
+
+author = pwd.getpwuid(os.getuid()).pw_gecos.split(',')[0]
+
+parser = OptionParser()
+parser.add_option("-o", "--output-directory", dest="output", help="Output directory", default=".")
+parser.add_option("-g", "--gpl", dest="gpl", action="store_true", help="Add GPL stub to generated files", default=False)
+parser.add_option("-l", "--lgpl", dest="lgpl", action="store_true", help="Add LGPL stub to generated files", default=False)
+parser.add_option("-p", "--program", dest="program", help="Program name used in license snippet", default="program")
+parser.add_option("-a", "--author", dest="author", help="Author used in license snippet", default=author)
+
+(options, args) = parser.parse_args()
+
+for arg in args:
+ generator = Generator(arg, options)
+ generator.write(options.output)
+
+# vi:ex:ts=4:et